diff --git a/LinkedIn/03_02_loadingtext.ipynb b/LinkedIn/03_02_loadingtext.ipynb new file mode 100644 index 000000000..b59ca51d6 --- /dev/null +++ b/LinkedIn/03_02_loadingtext.ipynb @@ -0,0 +1,3282 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 03_02: Loading Text Files" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "# iterating over an open file yields its lines, one by one\n", + "\n", + "words = []\n", + "for line in open('words.txt', 'r'):\n", + " words.append(line)" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "235886" + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "len(words)" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "['A\\n',\n", + " 'a\\n',\n", + " 'aa\\n',\n", + " 'aal\\n',\n", + " 'aalii\\n',\n", + " 'aam\\n',\n", + " 'Aani\\n',\n", + " 'aardvark\\n',\n", + " 'aardwolf\\n',\n", + " 'Aaron\\n']" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "words[:10]" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'Aaron'" + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "'Aaron\\n'.strip()" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'aaron'" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "'Aaron\\n'.strip().lower()" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [], + "source": [ + "words = []\n", + "for line in open('words.txt', 'r'):\n", + " words.append(line.strip().lower())" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "['a',\n", + " 'a',\n", + " 'aa',\n", + " 'aal',\n", + " 'aalii',\n", + " 'aam',\n", + " 'aani',\n", + " 'aardvark',\n", + " 'aardwolf',\n", + " 'aaron']" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "words[:10]" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [], + "source": [ + "words = set()\n", + "for line in open('words.txt', 'r'):\n", + " words.add(line.strip().lower())" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [], + "source": [ + "# a set comprehension that collects stripped and lowercased lines...\n", + "words = {line.strip().lower() for line in open('words.txt', 'r')}" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "{'autobiographically',\n", + " 'supermanly',\n", + " 'munificently',\n", + " 'rimmer',\n", + " 'repullulative',\n", + " 'bac',\n", + " 'guardeen',\n", + " 'outquote',\n", + " 'brachydactylous',\n", + " 'undistinguishing',\n", + " 'semilenticular',\n", + " 'assault',\n", + " 'recompression',\n", + " 'rhiptoglossa',\n", + " 'frangulic',\n", + " 'flowing',\n", + " 'semidiaphanous',\n", + " 'amphibion',\n", + " 'playful',\n", + " 'hendness',\n", + " 'megalonychidae',\n", + " 'ravel',\n", + " 'tautozonality',\n", + " 'grouseless',\n", + " 'pantle',\n", + " 'chemisette',\n", + " 'monotrichous',\n", + " 'irrationable',\n", + " 'circumspection',\n", + " 'jazzily',\n", + " 'morula',\n", + " 'sapiential',\n", + " 'trews',\n", + " 'birl',\n", + " 'cudweed',\n", + " 'neuropterology',\n", + " 'cudava',\n", + " 'laboress',\n", + " 'overwisely',\n", + " 'wolfen',\n", + " 'furbishment',\n", + " 'patroon',\n", + " 'lumbar',\n", + " 'rhomboganoidei',\n", + " 'supertutelary',\n", + " 'presphygmic',\n", + " 'karyotype',\n", + " 'thyreotomy',\n", + " 'diatonous',\n", + " 'jubilarian',\n", + " 'autosite',\n", + " 'showeriness',\n", + " 'divergingly',\n", + " 'undertitle',\n", + " 'asklent',\n", + " 'federalize',\n", + " 'entomical',\n", + " 'galore',\n", + " 'gerah',\n", + " 'deformalize',\n", + " 'electroendosmose',\n", + " 'heteropterous',\n", + " 'homarine',\n", + " 'sulphocyanic',\n", + " 'cloamer',\n", + " 'braise',\n", + " 'beanie',\n", + " 'aletris',\n", + " 'collyrite',\n", + " 'dialyzator',\n", + " 'salited',\n", + " 'slade',\n", + " 'corf',\n", + " 'speary',\n", + " 'evea',\n", + " 'gunstocker',\n", + " 'amritsar',\n", + " 'unhorizoned',\n", + " 'dentilation',\n", + " 'watap',\n", + " 'glitter',\n", + " 'fellable',\n", + " 'filate',\n", + " 'bacbakiri',\n", + " 'antoecians',\n", + " 'confirmingly',\n", + " 'intransigently',\n", + " 'translucently',\n", + " 'overinsistence',\n", + " 'plenteously',\n", + " 'huckleback',\n", + " 'ripuarian',\n", + " 'unbreaded',\n", + " 'gypsiologist',\n", + " 'ventose',\n", + " 'revengefulness',\n", + " 'hoyden',\n", + " 'teatime',\n", + " 'preinquisition',\n", + " 'grampus',\n", + " 'badinage',\n", + " 'heterocera',\n", + " 'mule',\n", + " 'supplicator',\n", + " 'chasidim',\n", + " 'unwillfulness',\n", + " 'pharyngopneusta',\n", + " 'unaccessibleness',\n", + " 'democratist',\n", + " 'remodification',\n", + " 'dyeing',\n", + " 'pyridyl',\n", + " 'fruiter',\n", + " 'dishonorable',\n", + " 'nonassistance',\n", + " 'veily',\n", + " 'copyist',\n", + " 'reid',\n", + " 'sheepshead',\n", + " 'amphineura',\n", + " 'priggess',\n", + " 'stultioquy',\n", + " 'colonially',\n", + " 'bridemaid',\n", + " 'oversell',\n", + " 'timar',\n", + " 'unbarreled',\n", + " 'oophytic',\n", + " 'reapprehend',\n", + " 'limnanthemum',\n", + " 'pharyngobranchii',\n", + " 'replum',\n", + " 'recommencement',\n", + " 'nonmanifestation',\n", + " 'potometer',\n", + " 'plantage',\n", + " 'inodorously',\n", + " 'nomenclature',\n", + " 'diplospondylic',\n", + " 'protandrism',\n", + " 'cataplexy',\n", + " 'didym',\n", + " 'strome',\n", + " 'armpit',\n", + " 'corkiness',\n", + " 'frat',\n", + " 'zephyrless',\n", + " 'lousily',\n", + " 'bowlful',\n", + " 'biological',\n", + " 'cornin',\n", + " 'centesimal',\n", + " 'ultrademocratic',\n", + " 'slack',\n", + " 'boreism',\n", + " 'mutableness',\n", + " 'synneurosis',\n", + " 'piacular',\n", + " 'ordinariness',\n", + " 'multitubular',\n", + " 'cenozoic',\n", + " 'recomb',\n", + " 'cebus',\n", + " 'gaonate',\n", + " 'plumy',\n", + " 'sylvester',\n", + " 'outspurt',\n", + " 'ammoniuria',\n", + " 'regeneracy',\n", + " 'predetermination',\n", + " 'fortnight',\n", + " 'pyruloid',\n", + " 'donmeh',\n", + " 'canicule',\n", + " 'aschistic',\n", + " 'curettement',\n", + " 'etherealize',\n", + " 'aimful',\n", + " 'favonian',\n", + " 'nonlocal',\n", + " 'katik',\n", + " 'impolicy',\n", + " 'cheapish',\n", + " 'siloist',\n", + " 'florigen',\n", + " 'telemeteorographic',\n", + " 'unprayed',\n", + " 'pharyngolith',\n", + " 'scug',\n", + " 'astutely',\n", + " 'nondeliberate',\n", + " 'pawing',\n", + " 'jailership',\n", + " 'tonology',\n", + " 'razorman',\n", + " 'ruinable',\n", + " 'bookcase',\n", + " 'shortener',\n", + " 'relation',\n", + " 'overbridge',\n", + " 'virl',\n", + " 'prealphabet',\n", + " 'prosneusis',\n", + " 'nonswearer',\n", + " 'coelogyne',\n", + " 'improvisatorially',\n", + " 'malversation',\n", + " 'revictory',\n", + " 'stapediovestibular',\n", + " 'unsanction',\n", + " 'denote',\n", + " 'vibrato',\n", + " 'forethoughted',\n", + " 'broker',\n", + " 'perplexingly',\n", + " 'fatherlandish',\n", + " 'overdeliciously',\n", + " 'shenanigan',\n", + " 'unconditional',\n", + " 'pantaloonery',\n", + " 'carbonylic',\n", + " 'ultrachurchism',\n", + " 'amniota',\n", + " 'postnominal',\n", + " 'ornitholite',\n", + " 'unsoberly',\n", + " 'mumbling',\n", + " 'torchon',\n", + " 'totum',\n", + " 'reve',\n", + " 'paniquitan',\n", + " 'anteroventrally',\n", + " 'roundedness',\n", + " 'equiradiate',\n", + " 'fipple',\n", + " 'perfectuation',\n", + " 'squary',\n", + " 'exumbral',\n", + " 'propination',\n", + " 'hexaploidy',\n", + " 'hypohippus',\n", + " 'stackful',\n", + " 'ascidium',\n", + " 'limpily',\n", + " 'neuropsychosis',\n", + " 'miasmic',\n", + " 'itemize',\n", + " 'metallicize',\n", + " 'monopolylogist',\n", + " 'searchable',\n", + " 'columbaceous',\n", + " 'subindex',\n", + " 'uintathere',\n", + " 'tampioned',\n", + " 'precursory',\n", + " 'amuletic',\n", + " 'catachthonian',\n", + " 'arboretum',\n", + " 'hooknose',\n", + " 'genual',\n", + " 'pneumoencephalitis',\n", + " 'scoffingly',\n", + " 'bencite',\n", + " 'guarantor',\n", + " 'thermality',\n", + " 'numerary',\n", + " 'goutte',\n", + " 'triplane',\n", + " 'thymogenic',\n", + " 'ablude',\n", + " 'philistia',\n", + " 'thirstland',\n", + " 'presumptuous',\n", + " 'besweatered',\n", + " 'orotundity',\n", + " 'overcorrupt',\n", + " 'overrational',\n", + " 'tetramorphic',\n", + " 'theodemocracy',\n", + " 'glyptographer',\n", + " 'unconfirming',\n", + " 'scaphism',\n", + " 'ahunt',\n", + " 'preconcur',\n", + " 'mirepoix',\n", + " 'rupicolinae',\n", + " 'comitatus',\n", + " 'thulite',\n", + " 'heathenry',\n", + " 'syntonical',\n", + " 'immateriality',\n", + " 'milvine',\n", + " 'cleopatra',\n", + " 'infinite',\n", + " 'firebolted',\n", + " 'institutionize',\n", + " 'piotty',\n", + " 'whelky',\n", + " 'plesiosauri',\n", + " 'sillock',\n", + " 'kitchenwards',\n", + " 'orbitoides',\n", + " 'chilostome',\n", + " 'scyphiphorous',\n", + " 'shode',\n", + " 'authorize',\n", + " 'skiddoo',\n", + " 'imperforation',\n", + " 'chair',\n", + " 'stirps',\n", + " 'superignorant',\n", + " 'millilambert',\n", + " 'overstain',\n", + " 'genua',\n", + " 'outromance',\n", + " 'notkerian',\n", + " 'anatomical',\n", + " 'animadverter',\n", + " 'extraformal',\n", + " 'axenic',\n", + " 'remontant',\n", + " 'edna',\n", + " 'seismism',\n", + " 'fissicostate',\n", + " 'swanmarking',\n", + " 'stilted',\n", + " 'lupuserythematosus',\n", + " 'paniconography',\n", + " 'fultz',\n", + " 'tympanitic',\n", + " 'wicky',\n", + " 'salpingemphraxis',\n", + " 'testatrix',\n", + " 'touristproof',\n", + " 'punitiveness',\n", + " 'midstreet',\n", + " 'archaeostomata',\n", + " 'abysmally',\n", + " 'ptilinal',\n", + " 'underly',\n", + " 'bunton',\n", + " 'complaintive',\n", + " 'ajar',\n", + " 'arnusian',\n", + " 'homecrofting',\n", + " 'antifungin',\n", + " 'decile',\n", + " 'misventure',\n", + " 'ganoid',\n", + " 'lamaite',\n", + " 'splachnum',\n", + " 'orthogenetic',\n", + " 'topically',\n", + " 'synedrial',\n", + " 'catenation',\n", + " 'atlantid',\n", + " 'teratological',\n", + " 'vagotonia',\n", + " 'molge',\n", + " 'fescenninity',\n", + " 'siping',\n", + " 'sanitary',\n", + " 'fountainhead',\n", + " 'inanition',\n", + " 'anthropometrical',\n", + " 'panglessly',\n", + " 'contaminative',\n", + " 'meniscal',\n", + " 'overtill',\n", + " 'tanaka',\n", + " 'dispersoidology',\n", + " 'dictyotaceae',\n", + " 'aguishness',\n", + " 'strammel',\n", + " 'traditionalist',\n", + " 'sharpener',\n", + " 'reliquian',\n", + " 'planlessness',\n", + " 'coveter',\n", + " 'oligidria',\n", + " 'stylonychia',\n", + " 'limnoplankton',\n", + " 'nonputrescible',\n", + " 'didymium',\n", + " 'psycholeptic',\n", + " 'bysmalith',\n", + " 'photospectroscopy',\n", + " 'curvinervate',\n", + " 'papaver',\n", + " 'coparceny',\n", + " 'mismeasure',\n", + " 'clinicist',\n", + " 'leakage',\n", + " 'croisette',\n", + " 'listeria',\n", + " 'noachic',\n", + " 'samucan',\n", + " 'homologic',\n", + " 'undean',\n", + " 'remissful',\n", + " 'antiphlogistian',\n", + " 'needlewood',\n", + " 'pressman',\n", + " 'goddess',\n", + " 'pseudoparenchymatous',\n", + " 'guaranian',\n", + " 'solutionist',\n", + " 'fulminate',\n", + " 'apivorous',\n", + " 'limoniad',\n", + " 'anglehook',\n", + " 'pertussal',\n", + " 'factious',\n", + " 'jorist',\n", + " 'riddlemeree',\n", + " 'playingly',\n", + " 'onlay',\n", + " 'tabernacler',\n", + " 'ardennite',\n", + " 'matweed',\n", + " 'wailer',\n", + " 'unflourishing',\n", + " 'worriedness',\n", + " 'aedoeagus',\n", + " 'extrasensible',\n", + " 'tallowy',\n", + " 'metaloscope',\n", + " 'banstickle',\n", + " 'sandspit',\n", + " 'zither',\n", + " 'grateful',\n", + " 'lophocomi',\n", + " 'undepressing',\n", + " 'hydrophobophobia',\n", + " 'instructer',\n", + " 'nonnitrogenous',\n", + " 'menorah',\n", + " 'ultraheroic',\n", + " 'kissable',\n", + " 'soapsudsy',\n", + " 'ruru',\n", + " 'graphite',\n", + " 'trollol',\n", + " 'appropriation',\n", + " 'uninfested',\n", + " 'unavowably',\n", + " 'upstanding',\n", + " 'irascibly',\n", + " 'shopkeeping',\n", + " 'focometer',\n", + " 'roseways',\n", + " 'bipinnate',\n", + " 'fontal',\n", + " 'khalsa',\n", + " 'carboxylase',\n", + " 'coelostat',\n", + " 'formerly',\n", + " 'misesteem',\n", + " 'interflow',\n", + " 'tremolitic',\n", + " 'hulsean',\n", + " 'valeria',\n", + " 'mohawkian',\n", + " 'gaiterless',\n", + " 'kamchadal',\n", + " 'doorboy',\n", + " 'rachiform',\n", + " 'moro',\n", + " 'unselecting',\n", + " 'viticultural',\n", + " 'baumhauerite',\n", + " 'eutechnics',\n", + " 'regimentalled',\n", + " 'noveldom',\n", + " 'staidness',\n", + " 'schistosternia',\n", + " 'checkroll',\n", + " 'unfeasableness',\n", + " 'capering',\n", + " 'furthermost',\n", + " 'cartesianism',\n", + " 'unprecluded',\n", + " 'shelliness',\n", + " 'torchlighted',\n", + " 'trinitarianism',\n", + " 'convincement',\n", + " 'distoclusion',\n", + " 'exhibitive',\n", + " 'comportment',\n", + " 'incidence',\n", + " 'sicknessproof',\n", + " 'unforgivableness',\n", + " 'paniscus',\n", + " 'paroptesis',\n", + " 'unmummify',\n", + " 'subfluvial',\n", + " 'cordel',\n", + " 'diodia',\n", + " 'bewash',\n", + " 'hunker',\n", + " 'suppressedly',\n", + " 'sesquialter',\n", + " 'plaquette',\n", + " 'tambac',\n", + " 'roving',\n", + " 'diplostemonous',\n", + " 'wolfling',\n", + " 'encrinidae',\n", + " 'unerrancy',\n", + " 'overpromise',\n", + " 'posteroparietal',\n", + " 'chorioidocyclitis',\n", + " 'ericophyte',\n", + " 'ekphore',\n", + " 'endophagy',\n", + " 'precompulsion',\n", + " 'anthramine',\n", + " 'fume',\n", + " 'ocyroidae',\n", + " 'pudent',\n", + " 'rechafe',\n", + " 'sulphoterephthalic',\n", + " 'folkmooter',\n", + " 'polony',\n", + " 'discrepance',\n", + " 'reassimilation',\n", + " 'ruffer',\n", + " 'bottleman',\n", + " 'unroped',\n", + " 'cataphrygian',\n", + " 'chebule',\n", + " 'mordelloid',\n", + " 'pedometrist',\n", + " 'ilongot',\n", + " 'consistorian',\n", + " 'gustativeness',\n", + " 'quipster',\n", + " 'mesopterygoid',\n", + " 'deposable',\n", + " 'endoenteritis',\n", + " 'portunidae',\n", + " 'neurochondrite',\n", + " 'withe',\n", + " 'advanced',\n", + " 'esophagopathy',\n", + " 'schizophytic',\n", + " 'heteroptera',\n", + " 'ephor',\n", + " 'romanizer',\n", + " 'skiver',\n", + " 'musci',\n", + " 'greater',\n", + " 'periscopic',\n", + " 'achromatizable',\n", + " 'zoonal',\n", + " 'sandbox',\n", + " 'platysma',\n", + " 'marshberry',\n", + " 'phosphinic',\n", + " 'coolhouse',\n", + " 'homozygousness',\n", + " 'spongology',\n", + " 'subcallosal',\n", + " 'boatlike',\n", + " 'disturn',\n", + " 'victorious',\n", + " 'waisting',\n", + " 'lymphy',\n", + " 'oscillative',\n", + " 'bedlamer',\n", + " 'entertain',\n", + " 'leucocrate',\n", + " 'huronian',\n", + " 'parturifacient',\n", + " 'foxish',\n", + " 'gothicness',\n", + " 'degum',\n", + " 'synedrion',\n", + " 'beadman',\n", + " 'tanked',\n", + " 'antinarcotic',\n", + " 'transmit',\n", + " 'wheat',\n", + " 'unexiled',\n", + " 'monumbo',\n", + " 'contravalence',\n", + " 'semicantilever',\n", + " 'filleting',\n", + " 'unmanicured',\n", + " 'kettledrummer',\n", + " 'elbert',\n", + " 'sternward',\n", + " 'unviewable',\n", + " 'calyphyomy',\n", + " 'lilacky',\n", + " 'schraubthaler',\n", + " 'sumner',\n", + " 'counterfeitment',\n", + " 'bergamask',\n", + " 'banausic',\n", + " 'amelioration',\n", + " 'aulae',\n", + " 'nizamut',\n", + " 'superabundancy',\n", + " 'sesquisquare',\n", + " 'tosy',\n", + " 'hield',\n", + " 'unbridegroomlike',\n", + " 'cellulofibrous',\n", + " 'uninterruption',\n", + " 'unrented',\n", + " 'vacuation',\n", + " 'withsave',\n", + " 'helminth',\n", + " 'missing',\n", + " 'chirr',\n", + " 'conversancy',\n", + " 'notaeal',\n", + " 'dactylioglyph',\n", + " 'sillily',\n", + " 'conductive',\n", + " 'tinlike',\n", + " 'blastplate',\n", + " 'epicleidium',\n", + " 'ensilation',\n", + " 'interbody',\n", + " 'lipide',\n", + " 'contrapuntist',\n", + " 'ineffaceability',\n", + " 'prebenefit',\n", + " 'authotype',\n", + " 'spondylotomy',\n", + " 'dendrologous',\n", + " 'untugged',\n", + " 'weariableness',\n", + " 'unlawfulness',\n", + " 'regretfulness',\n", + " 'neglective',\n", + " 'nutmeggy',\n", + " 'talcoid',\n", + " 'pinaster',\n", + " 'naga',\n", + " 'flybane',\n", + " 'epidermolysis',\n", + " 'glycidic',\n", + " 'seductionist',\n", + " 'cordyceps',\n", + " 'echinorhinidae',\n", + " 'bentstar',\n", + " 'faintingly',\n", + " 'hippoboscidae',\n", + " 'asaron',\n", + " 'malleableize',\n", + " 'lumpishness',\n", + " 'presanctification',\n", + " 'unsatable',\n", + " 'bhotiya',\n", + " 'aviculidae',\n", + " 'tourniquet',\n", + " 'oxygenium',\n", + " 'lecanoscopy',\n", + " 'clitoris',\n", + " 'unchurched',\n", + " 'skyphoi',\n", + " 'snappish',\n", + " 'cyathea',\n", + " 'boggin',\n", + " 'malacosoma',\n", + " 'lymphotrophic',\n", + " 'manichee',\n", + " 'rebarbative',\n", + " 'thinkling',\n", + " 'bathyhypesthesia',\n", + " 'bocca',\n", + " 'damourite',\n", + " 'nonsubstantiality',\n", + " 'downheartedly',\n", + " 'subprimary',\n", + " 'readminister',\n", + " 'scapulare',\n", + " 'centerward',\n", + " 'rubicon',\n", + " 'hemiteratic',\n", + " 'bonitary',\n", + " 'unsuffused',\n", + " 'reeming',\n", + " 'feverish',\n", + " 'pinon',\n", + " 'graftonite',\n", + " 'unwontedness',\n", + " 'fare',\n", + " 'picara',\n", + " 'guzzledom',\n", + " 'incursion',\n", + " 'acarologist',\n", + " 'unruddered',\n", + " 'cojudge',\n", + " 'exhume',\n", + " 'niobid',\n", + " 'initialer',\n", + " 'deflocculate',\n", + " 'excluding',\n", + " 'inalimental',\n", + " 'disepalous',\n", + " 'unliquidatable',\n", + " 'unsoldiered',\n", + " 'nympheal',\n", + " 'polistes',\n", + " 'intemerateness',\n", + " 'uncomposeable',\n", + " 'diselenide',\n", + " 'sloke',\n", + " 'hemiataxy',\n", + " 'pointy',\n", + " 'assist',\n", + " 'gymnoglossate',\n", + " 'lignatile',\n", + " 'schizaeaceae',\n", + " 'careener',\n", + " 'intermingle',\n", + " 'tonally',\n", + " 'haptotropic',\n", + " 'ischiovaginal',\n", + " 'etymologically',\n", + " 'superstoical',\n", + " 'ultraevangelical',\n", + " 'pentandrous',\n", + " 'bostonese',\n", + " 'unaccumulate',\n", + " 'muttony',\n", + " 'petrean',\n", + " 'snemovna',\n", + " 'pentandria',\n", + " 'tegula',\n", + " 'ay',\n", + " 'fapesmo',\n", + " 'annatto',\n", + " 'boleweed',\n", + " 'upon',\n", + " 'diphenylene',\n", + " 'dominate',\n", + " 'entocoele',\n", + " 'monarchianism',\n", + " 'redawn',\n", + " 'oragious',\n", + " 'subconvex',\n", + " 'homalopterous',\n", + " 'nepa',\n", + " 'gigglement',\n", + " 'polysyllabically',\n", + " 'overslavishly',\n", + " 'trush',\n", + " 'champlain',\n", + " 'vanillinic',\n", + " 'whipsaw',\n", + " 'quixote',\n", + " 'acaudal',\n", + " 'stut',\n", + " 'unargumentative',\n", + " 'captivative',\n", + " 'kaffrarian',\n", + " 'slotted',\n", + " 'unpartableness',\n", + " 'untenably',\n", + " 'hesitantly',\n", + " 'shish',\n", + " 'pleione',\n", + " 'datable',\n", + " 'fibrinoalbuminous',\n", + " 'cohen',\n", + " 'suum',\n", + " 'sharebroker',\n", + " 'colossuswise',\n", + " 'preponderation',\n", + " 'bolete',\n", + " 'balsamical',\n", + " 'hetter',\n", + " 'overcard',\n", + " 'quaternate',\n", + " 'antiskidding',\n", + " 'supportableness',\n", + " 'tartrous',\n", + " 'kittly',\n", + " 'scleranthus',\n", + " 'encasserole',\n", + " 'horologer',\n", + " 'tactics',\n", + " 'unbilleted',\n", + " 'landgafol',\n", + " 'coemanate',\n", + " 'drunkard',\n", + " 'eyoty',\n", + " 'soddenness',\n", + " 'tanwood',\n", + " 'amoebaeum',\n", + " 'metaparapteral',\n", + " 'otoconial',\n", + " 'unexposable',\n", + " 'spanghew',\n", + " 'subintroductory',\n", + " 'disbandment',\n", + " 'agatiform',\n", + " 'flapperhood',\n", + " 'inlaik',\n", + " 'mespot',\n", + " 'pleurotremata',\n", + " 'immorigerous',\n", + " 'sarvarthasiddha',\n", + " 'spartina',\n", + " 'protozoacidal',\n", + " 'denarius',\n", + " 'yali',\n", + " 'vatful',\n", + " 'dowsabel',\n", + " 'stronghead',\n", + " 'flanker',\n", + " 'hypochlorite',\n", + " 'sallowness',\n", + " 'dynatron',\n", + " 'untuneable',\n", + " 'boundingly',\n", + " 'dallier',\n", + " 'letterless',\n", + " 'familist',\n", + " 'commonsensically',\n", + " 'luminator',\n", + " 'utfangthef',\n", + " 'ungruff',\n", + " 'subpulmonary',\n", + " 'absurdity',\n", + " 'petrosquamosal',\n", + " 'bogsucker',\n", + " 'monacanthous',\n", + " 'brumby',\n", + " 'agglutinate',\n", + " 'upcushion',\n", + " 'untrolled',\n", + " 'taperer',\n", + " 'transhumanation',\n", + " 'concordant',\n", + " 'prescriptionist',\n", + " 'omao',\n", + " 'reprimand',\n", + " 'contrabandist',\n", + " 'ossifrage',\n", + " 'orarion',\n", + " 'diligentia',\n", + " 'hurrier',\n", + " 'undegrading',\n", + " 'recurrent',\n", + " 'buxom',\n", + " 'refinish',\n", + " 'dressmaker',\n", + " 'ceratops',\n", + " 'falcate',\n", + " 'peonism',\n", + " 'bibliomaniacal',\n", + " 'harper',\n", + " 'planoblast',\n", + " 'onstanding',\n", + " 'tetrapody',\n", + " 'titanous',\n", + " 'cohesively',\n", + " 'hematoscope',\n", + " 'cottonee',\n", + " 'platilla',\n", + " 'oitava',\n", + " 'coinhabitant',\n", + " 'trachealis',\n", + " 'roundup',\n", + " 'jirble',\n", + " 'unlidded',\n", + " 'unpersuasiveness',\n", + " 'epipetalous',\n", + " 'octacnemus',\n", + " 'brocatel',\n", + " 'suckerlike',\n", + " 'cocircular',\n", + " 'honily',\n", + " 'latria',\n", + " 'soapbox',\n", + " 'leiothrix',\n", + " 'unmarled',\n", + " 'bendy',\n", + " 'facia',\n", + " 'prunitrin',\n", + " 'chilidium',\n", + " 'uncomplaisance',\n", + " 'mathurin',\n", + " 'yokuts',\n", + " 'chorioadenoma',\n", + " 'misinstructive',\n", + " 'vesuviate',\n", + " 'preinitiation',\n", + " 'adversatively',\n", + " 'topcoating',\n", + " 'kazoo',\n", + " 'prismal',\n", + " 'unbarren',\n", + " 'arsenofuran',\n", + " 'insolency',\n", + " 'aulos',\n", + " 'microphotoscope',\n", + " 'monodynamism',\n", + " 'pavilion',\n", + " 'anticlogging',\n", + " 'meerschaum',\n", + " 'orchic',\n", + " 'bibble',\n", + " 'filipiniana',\n", + " 'psalmist',\n", + " 'columnarian',\n", + " 'hemipodii',\n", + " 'nonfulfillment',\n", + " 'chaetognathous',\n", + " 'hogshouther',\n", + " 'allactite',\n", + " 'mandarindom',\n", + " 'demiurgical',\n", + " 'underspin',\n", + " 'waker',\n", + " 'ophidiobatrachia',\n", + " 'totyman',\n", + " 'floodway',\n", + " 'deadtongue',\n", + " 'limphault',\n", + " 'unsprightliness',\n", + " 'hyperazotemia',\n", + " 'unexpropriable',\n", + " 'unreliability',\n", + " 'hydrostatician',\n", + " 'soften',\n", + " 'potty',\n", + " 'chimu',\n", + " 'deranged',\n", + " 'indigested',\n", + " 'heracliteanism',\n", + " 'aenach',\n", + " 'hypercritically',\n", + " 'tanacetum',\n", + " 'selenodont',\n", + " 'repopulate',\n", + " 'nocerite',\n", + " 'pinacle',\n", + " 'emetocathartic',\n", + " 'azande',\n", + " 'banker',\n", + " 'complainingness',\n", + " 'slatch',\n", + " 'anomalogonatae',\n", + " 'ureterostomy',\n", + " 'flute',\n", + " 'acrid',\n", + " 'incrassation',\n", + " 'baculites',\n", + " 'flankard',\n", + " 'metaphysic',\n", + " 'omphalodium',\n", + " 'rememberability',\n", + " 'hardberry',\n", + " 'pseudoglanders',\n", + " 'stunner',\n", + " 'enteromegalia',\n", + " 'loveworth',\n", + " 'ootid',\n", + " 'chlamydobacteriaceous',\n", + " 'diploneural',\n", + " 'lampblack',\n", + " 'thioarsenious',\n", + " 'scripulum',\n", + " 'supercivilization',\n", + " 'mone',\n", + " 'transvert',\n", + " 'veracity',\n", + " 'undextrous',\n", + " 'errable',\n", + " 'undemagnetizable',\n", + " 'candyweed',\n", + " 'larunda',\n", + " 'interiorness',\n", + " 'parepididymal',\n", + " 'sausage',\n", + " 'slidder',\n", + " 'nodosarine',\n", + " 'professively',\n", + " 'purwannah',\n", + " 'planeta',\n", + " 'incorresponding',\n", + " 'stereognosis',\n", + " 'polyesthetic',\n", + " 'lactometer',\n", + " 'betulin',\n", + " 'cardiagra',\n", + " 'downheaded',\n", + " 'list',\n", + " 'misinterpret',\n", + " 'meaty',\n", + " 'unreasoningly',\n", + " 'wealthiness',\n", + " 'hydrodromican',\n", + " ...}" + ] + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "words" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": {}, + "outputs": [], + "source": [ + "# ...turned into a sorted list\n", + "words = sorted({line.strip().lower() for line in open('words.txt', 'r')})" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "['a',\n", + " 'aa',\n", + " 'aal',\n", + " 'aalii',\n", + " 'aam',\n", + " 'aani',\n", + " 'aardvark',\n", + " 'aardwolf',\n", + " 'aaron',\n", + " 'aaronic',\n", + " 'aaronical',\n", + " 'aaronite',\n", + " 'aaronitic',\n", + " 'aaru',\n", + " 'ab',\n", + " 'aba',\n", + " 'ababdeh',\n", + " 'ababua',\n", + " 'abac',\n", + " 'abaca',\n", + " 'abacate',\n", + " 'abacay',\n", + " 'abacinate',\n", + " 'abacination',\n", + " 'abaciscus',\n", + " 'abacist',\n", + " 'aback',\n", + " 'abactinal',\n", + " 'abactinally',\n", + " 'abaction',\n", + " 'abactor',\n", + " 'abaculus',\n", + " 'abacus',\n", + " 'abadite',\n", + " 'abaff',\n", + " 'abaft',\n", + " 'abaisance',\n", + " 'abaiser',\n", + " 'abaissed',\n", + " 'abalienate',\n", + " 'abalienation',\n", + " 'abalone',\n", + " 'abama',\n", + " 'abampere',\n", + " 'abandon',\n", + " 'abandonable',\n", + " 'abandoned',\n", + " 'abandonedly',\n", + " 'abandonee',\n", + " 'abandoner',\n", + " 'abandonment',\n", + " 'abanic',\n", + " 'abantes',\n", + " 'abaptiston',\n", + " 'abarambo',\n", + " 'abaris',\n", + " 'abarthrosis',\n", + " 'abarticular',\n", + " 'abarticulation',\n", + " 'abas',\n", + " 'abase',\n", + " 'abased',\n", + " 'abasedly',\n", + " 'abasedness',\n", + " 'abasement',\n", + " 'abaser',\n", + " 'abasgi',\n", + " 'abash',\n", + " 'abashed',\n", + " 'abashedly',\n", + " 'abashedness',\n", + " 'abashless',\n", + " 'abashlessly',\n", + " 'abashment',\n", + " 'abasia',\n", + " 'abasic',\n", + " 'abask',\n", + " 'abassin',\n", + " 'abastardize',\n", + " 'abatable',\n", + " 'abate',\n", + " 'abatement',\n", + " 'abater',\n", + " 'abatis',\n", + " 'abatised',\n", + " 'abaton',\n", + " 'abator',\n", + " 'abattoir',\n", + " 'abatua',\n", + " 'abature',\n", + " 'abave',\n", + " 'abaxial',\n", + " 'abaxile',\n", + " 'abaze',\n", + " 'abb',\n", + " 'abba',\n", + " 'abbacomes',\n", + " 'abbacy',\n", + " 'abbadide',\n", + " 'abbas',\n", + " 'abbasi',\n", + " 'abbassi',\n", + " 'abbasside',\n", + " 'abbatial',\n", + " 'abbatical',\n", + " 'abbess',\n", + " 'abbey',\n", + " 'abbeystede',\n", + " 'abbie',\n", + " 'abbot',\n", + " 'abbotcy',\n", + " 'abbotnullius',\n", + " 'abbotship',\n", + " 'abbreviate',\n", + " 'abbreviately',\n", + " 'abbreviation',\n", + " 'abbreviator',\n", + " 'abbreviatory',\n", + " 'abbreviature',\n", + " 'abby',\n", + " 'abcoulomb',\n", + " 'abdal',\n", + " 'abdat',\n", + " 'abderian',\n", + " 'abderite',\n", + " 'abdest',\n", + " 'abdicable',\n", + " 'abdicant',\n", + " 'abdicate',\n", + " 'abdication',\n", + " 'abdicative',\n", + " 'abdicator',\n", + " 'abdiel',\n", + " 'abditive',\n", + " 'abditory',\n", + " 'abdomen',\n", + " 'abdominal',\n", + " 'abdominales',\n", + " 'abdominalian',\n", + " 'abdominally',\n", + " 'abdominoanterior',\n", + " 'abdominocardiac',\n", + " 'abdominocentesis',\n", + " 'abdominocystic',\n", + " 'abdominogenital',\n", + " 'abdominohysterectomy',\n", + " 'abdominohysterotomy',\n", + " 'abdominoposterior',\n", + " 'abdominoscope',\n", + " 'abdominoscopy',\n", + " 'abdominothoracic',\n", + " 'abdominous',\n", + " 'abdominovaginal',\n", + " 'abdominovesical',\n", + " 'abduce',\n", + " 'abducens',\n", + " 'abducent',\n", + " 'abduct',\n", + " 'abduction',\n", + " 'abductor',\n", + " 'abe',\n", + " 'abeam',\n", + " 'abear',\n", + " 'abearance',\n", + " 'abecedarian',\n", + " 'abecedarium',\n", + " 'abecedary',\n", + " 'abed',\n", + " 'abeigh',\n", + " 'abel',\n", + " 'abele',\n", + " 'abelia',\n", + " 'abelian',\n", + " 'abelicea',\n", + " 'abelite',\n", + " 'abelmoschus',\n", + " 'abelmosk',\n", + " 'abelonian',\n", + " 'abeltree',\n", + " 'abencerrages',\n", + " 'abenteric',\n", + " 'abepithymia',\n", + " 'aberdeen',\n", + " 'aberdevine',\n", + " 'aberdonian',\n", + " 'aberia',\n", + " 'aberrance',\n", + " 'aberrancy',\n", + " 'aberrant',\n", + " 'aberrate',\n", + " 'aberration',\n", + " 'aberrational',\n", + " 'aberrator',\n", + " 'aberrometer',\n", + " 'aberroscope',\n", + " 'aberuncator',\n", + " 'abet',\n", + " 'abetment',\n", + " 'abettal',\n", + " 'abettor',\n", + " 'abevacuation',\n", + " 'abey',\n", + " 'abeyance',\n", + " 'abeyancy',\n", + " 'abeyant',\n", + " 'abfarad',\n", + " 'abhenry',\n", + " 'abhiseka',\n", + " 'abhominable',\n", + " 'abhor',\n", + " 'abhorrence',\n", + " 'abhorrency',\n", + " 'abhorrent',\n", + " 'abhorrently',\n", + " 'abhorrer',\n", + " 'abhorrible',\n", + " 'abhorring',\n", + " 'abhorson',\n", + " 'abidal',\n", + " 'abidance',\n", + " 'abide',\n", + " 'abider',\n", + " 'abidi',\n", + " 'abiding',\n", + " 'abidingly',\n", + " 'abidingness',\n", + " 'abie',\n", + " 'abies',\n", + " 'abietate',\n", + " 'abietene',\n", + " 'abietic',\n", + " 'abietin',\n", + " 'abietineae',\n", + " 'abietineous',\n", + " 'abietinic',\n", + " 'abiezer',\n", + " 'abigail',\n", + " 'abigailship',\n", + " 'abigeat',\n", + " 'abigeus',\n", + " 'abilao',\n", + " 'ability',\n", + " 'abilla',\n", + " 'abilo',\n", + " 'abintestate',\n", + " 'abiogenesis',\n", + " 'abiogenesist',\n", + " 'abiogenetic',\n", + " 'abiogenetical',\n", + " 'abiogenetically',\n", + " 'abiogenist',\n", + " 'abiogenous',\n", + " 'abiogeny',\n", + " 'abiological',\n", + " 'abiologically',\n", + " 'abiology',\n", + " 'abiosis',\n", + " 'abiotic',\n", + " 'abiotrophic',\n", + " 'abiotrophy',\n", + " 'abipon',\n", + " 'abir',\n", + " 'abirritant',\n", + " 'abirritate',\n", + " 'abirritation',\n", + " 'abirritative',\n", + " 'abiston',\n", + " 'abitibi',\n", + " 'abiuret',\n", + " 'abject',\n", + " 'abjectedness',\n", + " 'abjection',\n", + " 'abjective',\n", + " 'abjectly',\n", + " 'abjectness',\n", + " 'abjoint',\n", + " 'abjudge',\n", + " 'abjudicate',\n", + " 'abjudication',\n", + " 'abjunction',\n", + " 'abjunctive',\n", + " 'abjuration',\n", + " 'abjuratory',\n", + " 'abjure',\n", + " 'abjurement',\n", + " 'abjurer',\n", + " 'abkar',\n", + " 'abkari',\n", + " 'abkhas',\n", + " 'abkhasian',\n", + " 'ablach',\n", + " 'ablactate',\n", + " 'ablactation',\n", + " 'ablare',\n", + " 'ablastemic',\n", + " 'ablastous',\n", + " 'ablate',\n", + " 'ablation',\n", + " 'ablatitious',\n", + " 'ablatival',\n", + " 'ablative',\n", + " 'ablator',\n", + " 'ablaut',\n", + " 'ablaze',\n", + " 'able',\n", + " 'ableeze',\n", + " 'ablegate',\n", + " 'ableness',\n", + " 'ablepharia',\n", + " 'ablepharon',\n", + " 'ablepharous',\n", + " 'ablepharus',\n", + " 'ablepsia',\n", + " 'ableptical',\n", + " 'ableptically',\n", + " 'abler',\n", + " 'ablest',\n", + " 'ablewhackets',\n", + " 'ablins',\n", + " 'abloom',\n", + " 'ablow',\n", + " 'ablude',\n", + " 'abluent',\n", + " 'ablush',\n", + " 'ablution',\n", + " 'ablutionary',\n", + " 'abluvion',\n", + " 'ably',\n", + " 'abmho',\n", + " 'abnaki',\n", + " 'abnegate',\n", + " 'abnegation',\n", + " 'abnegative',\n", + " 'abnegator',\n", + " 'abner',\n", + " 'abnerval',\n", + " 'abnet',\n", + " 'abneural',\n", + " 'abnormal',\n", + " 'abnormalism',\n", + " 'abnormalist',\n", + " 'abnormality',\n", + " 'abnormalize',\n", + " 'abnormally',\n", + " 'abnormalness',\n", + " 'abnormity',\n", + " 'abnormous',\n", + " 'abnumerable',\n", + " 'abo',\n", + " 'aboard',\n", + " 'abobra',\n", + " 'abode',\n", + " 'abodement',\n", + " 'abody',\n", + " 'abohm',\n", + " 'aboil',\n", + " 'abolish',\n", + " 'abolisher',\n", + " 'abolishment',\n", + " 'abolition',\n", + " 'abolitionary',\n", + " 'abolitionism',\n", + " 'abolitionist',\n", + " 'abolitionize',\n", + " 'abolla',\n", + " 'aboma',\n", + " 'abomasum',\n", + " 'abomasus',\n", + " 'abominable',\n", + " 'abominableness',\n", + " 'abominably',\n", + " 'abominate',\n", + " 'abomination',\n", + " 'abominator',\n", + " 'abomine',\n", + " 'abongo',\n", + " 'aboon',\n", + " 'aborad',\n", + " 'aboral',\n", + " 'aborally',\n", + " 'abord',\n", + " 'aboriginal',\n", + " 'aboriginality',\n", + " 'aboriginally',\n", + " 'aboriginary',\n", + " 'aborigine',\n", + " 'abort',\n", + " 'aborted',\n", + " 'aborticide',\n", + " 'abortient',\n", + " 'abortifacient',\n", + " 'abortin',\n", + " 'abortion',\n", + " 'abortional',\n", + " 'abortionist',\n", + " 'abortive',\n", + " 'abortively',\n", + " 'abortiveness',\n", + " 'abortus',\n", + " 'abouchement',\n", + " 'abound',\n", + " 'abounder',\n", + " 'abounding',\n", + " 'aboundingly',\n", + " 'about',\n", + " 'abouts',\n", + " 'above',\n", + " 'aboveboard',\n", + " 'abovedeck',\n", + " 'aboveground',\n", + " 'aboveproof',\n", + " 'abovestairs',\n", + " 'abox',\n", + " 'abracadabra',\n", + " 'abrachia',\n", + " 'abradant',\n", + " 'abrade',\n", + " 'abrader',\n", + " 'abraham',\n", + " 'abrahamic',\n", + " 'abrahamidae',\n", + " 'abrahamite',\n", + " 'abrahamitic',\n", + " 'abraid',\n", + " 'abram',\n", + " 'abramis',\n", + " 'abranchial',\n", + " 'abranchialism',\n", + " 'abranchian',\n", + " 'abranchiata',\n", + " 'abranchiate',\n", + " 'abranchious',\n", + " 'abrasax',\n", + " 'abrase',\n", + " 'abrash',\n", + " 'abrasiometer',\n", + " 'abrasion',\n", + " 'abrasive',\n", + " 'abrastol',\n", + " 'abraum',\n", + " 'abraxas',\n", + " 'abreact',\n", + " 'abreaction',\n", + " 'abreast',\n", + " 'abrenounce',\n", + " 'abret',\n", + " 'abrico',\n", + " 'abridge',\n", + " 'abridgeable',\n", + " 'abridged',\n", + " 'abridgedly',\n", + " 'abridger',\n", + " 'abridgment',\n", + " 'abrim',\n", + " 'abrin',\n", + " 'abristle',\n", + " 'abroach',\n", + " 'abroad',\n", + " 'abrocoma',\n", + " 'abrocome',\n", + " 'abrogable',\n", + " 'abrogate',\n", + " 'abrogation',\n", + " 'abrogative',\n", + " 'abrogator',\n", + " 'abroma',\n", + " 'abronia',\n", + " 'abrook',\n", + " 'abrotanum',\n", + " 'abrotine',\n", + " 'abrupt',\n", + " 'abruptedly',\n", + " 'abruption',\n", + " 'abruptly',\n", + " 'abruptness',\n", + " 'abrus',\n", + " 'absalom',\n", + " 'absampere',\n", + " 'absaroka',\n", + " 'absarokite',\n", + " 'abscess',\n", + " 'abscessed',\n", + " 'abscession',\n", + " 'abscessroot',\n", + " 'abscind',\n", + " 'abscise',\n", + " 'abscision',\n", + " 'absciss',\n", + " 'abscissa',\n", + " 'abscissae',\n", + " 'abscisse',\n", + " 'abscission',\n", + " 'absconce',\n", + " 'abscond',\n", + " 'absconded',\n", + " 'abscondedly',\n", + " 'abscondence',\n", + " 'absconder',\n", + " 'absconsa',\n", + " 'abscoulomb',\n", + " 'absence',\n", + " 'absent',\n", + " 'absentation',\n", + " 'absentee',\n", + " 'absenteeism',\n", + " 'absenteeship',\n", + " 'absenter',\n", + " 'absently',\n", + " 'absentment',\n", + " 'absentmindedly',\n", + " 'absentness',\n", + " 'absfarad',\n", + " 'abshenry',\n", + " 'absi',\n", + " 'absinthe',\n", + " 'absinthial',\n", + " 'absinthian',\n", + " 'absinthiate',\n", + " 'absinthic',\n", + " 'absinthin',\n", + " 'absinthine',\n", + " 'absinthism',\n", + " 'absinthismic',\n", + " 'absinthium',\n", + " 'absinthol',\n", + " 'absit',\n", + " 'absmho',\n", + " 'absohm',\n", + " 'absolute',\n", + " 'absolutely',\n", + " 'absoluteness',\n", + " 'absolution',\n", + " 'absolutism',\n", + " 'absolutist',\n", + " 'absolutistic',\n", + " 'absolutistically',\n", + " 'absolutive',\n", + " 'absolutization',\n", + " 'absolutize',\n", + " 'absolutory',\n", + " 'absolvable',\n", + " 'absolvatory',\n", + " 'absolve',\n", + " 'absolvent',\n", + " 'absolver',\n", + " 'absolvitor',\n", + " 'absolvitory',\n", + " 'absonant',\n", + " 'absonous',\n", + " 'absorb',\n", + " 'absorbability',\n", + " 'absorbable',\n", + " 'absorbed',\n", + " 'absorbedly',\n", + " 'absorbedness',\n", + " 'absorbefacient',\n", + " 'absorbency',\n", + " 'absorbent',\n", + " 'absorber',\n", + " 'absorbing',\n", + " 'absorbingly',\n", + " 'absorbition',\n", + " 'absorpt',\n", + " 'absorptance',\n", + " 'absorptiometer',\n", + " 'absorptiometric',\n", + " 'absorption',\n", + " 'absorptive',\n", + " 'absorptively',\n", + " 'absorptiveness',\n", + " 'absorptivity',\n", + " 'absquatulate',\n", + " 'abstain',\n", + " 'abstainer',\n", + " 'abstainment',\n", + " 'abstemious',\n", + " 'abstemiously',\n", + " 'abstemiousness',\n", + " 'abstention',\n", + " 'abstentionist',\n", + " 'abstentious',\n", + " 'absterge',\n", + " 'abstergent',\n", + " 'abstersion',\n", + " 'abstersive',\n", + " 'abstersiveness',\n", + " 'abstinence',\n", + " 'abstinency',\n", + " 'abstinent',\n", + " 'abstinential',\n", + " 'abstinently',\n", + " 'abstract',\n", + " 'abstracted',\n", + " 'abstractedly',\n", + " 'abstractedness',\n", + " 'abstracter',\n", + " 'abstraction',\n", + " 'abstractional',\n", + " 'abstractionism',\n", + " 'abstractionist',\n", + " 'abstractitious',\n", + " 'abstractive',\n", + " 'abstractively',\n", + " 'abstractiveness',\n", + " 'abstractly',\n", + " 'abstractness',\n", + " 'abstractor',\n", + " 'abstrahent',\n", + " 'abstricted',\n", + " 'abstriction',\n", + " 'abstruse',\n", + " 'abstrusely',\n", + " 'abstruseness',\n", + " 'abstrusion',\n", + " 'abstrusity',\n", + " 'absume',\n", + " 'absumption',\n", + " 'absurd',\n", + " 'absurdity',\n", + " 'absurdly',\n", + " 'absurdness',\n", + " 'absvolt',\n", + " 'absyrtus',\n", + " 'abterminal',\n", + " 'abthain',\n", + " 'abthainrie',\n", + " 'abthainry',\n", + " 'abthanage',\n", + " 'abu',\n", + " 'abucco',\n", + " 'abulia',\n", + " 'abulic',\n", + " 'abulomania',\n", + " 'abuna',\n", + " 'abundance',\n", + " 'abundancy',\n", + " 'abundant',\n", + " 'abundantia',\n", + " 'abundantly',\n", + " 'abura',\n", + " 'aburabozu',\n", + " 'aburban',\n", + " 'aburst',\n", + " 'aburton',\n", + " 'abusable',\n", + " 'abuse',\n", + " 'abusedly',\n", + " 'abusee',\n", + " 'abuseful',\n", + " 'abusefully',\n", + " 'abusefulness',\n", + " 'abuser',\n", + " 'abusion',\n", + " 'abusious',\n", + " 'abusive',\n", + " 'abusively',\n", + " 'abusiveness',\n", + " 'abut',\n", + " 'abuta',\n", + " 'abutilon',\n", + " 'abutment',\n", + " 'abuttal',\n", + " 'abutter',\n", + " 'abutting',\n", + " 'abuzz',\n", + " 'abvolt',\n", + " 'abwab',\n", + " 'aby',\n", + " 'abysm',\n", + " 'abysmal',\n", + " 'abysmally',\n", + " 'abyss',\n", + " 'abyssal',\n", + " 'abyssinian',\n", + " 'abyssobenthonic',\n", + " 'abyssolith',\n", + " 'abyssopelagic',\n", + " 'acacatechin',\n", + " 'acacatechol',\n", + " 'acacetin',\n", + " 'acacia',\n", + " 'acacian',\n", + " 'acaciin',\n", + " 'acacin',\n", + " 'academe',\n", + " 'academial',\n", + " 'academian',\n", + " 'academic',\n", + " 'academical',\n", + " 'academically',\n", + " 'academicals',\n", + " 'academician',\n", + " 'academicism',\n", + " 'academism',\n", + " 'academist',\n", + " 'academite',\n", + " 'academization',\n", + " 'academize',\n", + " 'academus',\n", + " 'academy',\n", + " 'acadia',\n", + " 'acadialite',\n", + " 'acadian',\n", + " 'acadie',\n", + " 'acaena',\n", + " 'acajou',\n", + " 'acaleph',\n", + " 'acalepha',\n", + " 'acalephae',\n", + " 'acalephan',\n", + " 'acalephoid',\n", + " 'acalycal',\n", + " 'acalycine',\n", + " 'acalycinous',\n", + " 'acalyculate',\n", + " 'acalypha',\n", + " 'acalypterae',\n", + " 'acalyptrata',\n", + " 'acalyptratae',\n", + " 'acalyptrate',\n", + " 'acamar',\n", + " 'acampsia',\n", + " 'acana',\n", + " 'acanaceous',\n", + " 'acanonical',\n", + " 'acanth',\n", + " 'acantha',\n", + " 'acanthaceae',\n", + " 'acanthaceous',\n", + " 'acanthad',\n", + " 'acantharia',\n", + " 'acanthia',\n", + " 'acanthial',\n", + " 'acanthin',\n", + " 'acanthine',\n", + " 'acanthion',\n", + " 'acanthite',\n", + " 'acanthocarpous',\n", + " 'acanthocephala',\n", + " 'acanthocephalan',\n", + " 'acanthocephali',\n", + " 'acanthocephalous',\n", + " 'acanthocereus',\n", + " 'acanthocladous',\n", + " 'acanthodea',\n", + " 'acanthodean',\n", + " 'acanthodei',\n", + " 'acanthodes',\n", + " 'acanthodian',\n", + " 'acanthodidae',\n", + " 'acanthodii',\n", + " 'acanthodini',\n", + " 'acanthoid',\n", + " 'acantholimon',\n", + " 'acanthological',\n", + " 'acanthology',\n", + " 'acantholysis',\n", + " 'acanthoma',\n", + " 'acanthomeridae',\n", + " 'acanthon',\n", + " 'acanthopanax',\n", + " 'acanthophis',\n", + " 'acanthophorous',\n", + " 'acanthopod',\n", + " 'acanthopodous',\n", + " 'acanthopomatous',\n", + " 'acanthopore',\n", + " 'acanthopteran',\n", + " 'acanthopteri',\n", + " 'acanthopterous',\n", + " 'acanthopterygian',\n", + " 'acanthopterygii',\n", + " 'acanthosis',\n", + " 'acanthous',\n", + " 'acanthuridae',\n", + " 'acanthurus',\n", + " 'acanthus',\n", + " 'acapnia',\n", + " 'acapnial',\n", + " 'acapsular',\n", + " 'acapu',\n", + " 'acapulco',\n", + " 'acara',\n", + " 'acarapis',\n", + " 'acardia',\n", + " 'acardiac',\n", + " 'acari',\n", + " 'acarian',\n", + " 'acariasis',\n", + " 'acaricidal',\n", + " 'acaricide',\n", + " 'acarid',\n", + " 'acarida',\n", + " 'acaridea',\n", + " 'acaridean',\n", + " 'acaridomatium',\n", + " 'acariform',\n", + " 'acarina',\n", + " 'acarine',\n", + " 'acarinosis',\n", + " 'acarocecidium',\n", + " 'acarodermatitis',\n", + " 'acaroid',\n", + " 'acarol',\n", + " 'acarologist',\n", + " 'acarology',\n", + " 'acarophilous',\n", + " 'acarophobia',\n", + " 'acarotoxic',\n", + " 'acarpelous',\n", + " 'acarpous',\n", + " 'acarus',\n", + " 'acastus',\n", + " 'acatalectic',\n", + " 'acatalepsia',\n", + " 'acatalepsy',\n", + " 'acataleptic',\n", + " 'acatallactic',\n", + " 'acatamathesia',\n", + " 'acataphasia',\n", + " 'acataposis',\n", + " 'acatastasia',\n", + " 'acatastatic',\n", + " 'acate',\n", + " 'acategorical',\n", + " 'acatery',\n", + " 'acatharsia',\n", + " 'acatharsy',\n", + " 'acatholic',\n", + " 'acaudal',\n", + " 'acaudate',\n", + " 'acaulescent',\n", + " 'acauline',\n", + " 'acaulose',\n", + " 'acaulous',\n", + " 'acca',\n", + " 'accede',\n", + " 'accedence',\n", + " 'acceder',\n", + " 'accelerable',\n", + " 'accelerando',\n", + " 'accelerant',\n", + " 'accelerate',\n", + " 'accelerated',\n", + " 'acceleratedly',\n", + " 'acceleration',\n", + " 'accelerative',\n", + " 'accelerator',\n", + " 'acceleratory',\n", + " 'accelerograph',\n", + " 'accelerometer',\n", + " 'accend',\n", + " 'accendibility',\n", + " 'accendible',\n", + " 'accension',\n", + " 'accensor',\n", + " 'accent',\n", + " 'accentless',\n", + " 'accentor',\n", + " 'accentuable',\n", + " 'accentual',\n", + " 'accentuality',\n", + " 'accentually',\n", + " 'accentuate',\n", + " 'accentuation',\n", + " 'accentuator',\n", + " 'accentus',\n", + " 'accept',\n", + " 'acceptability',\n", + " 'acceptable',\n", + " 'acceptableness',\n", + " 'acceptably',\n", + " 'acceptance',\n", + " 'acceptancy',\n", + " 'acceptant',\n", + " 'acceptation',\n", + " 'accepted',\n", + " 'acceptedly',\n", + " 'accepter',\n", + " 'acceptilate',\n", + " 'acceptilation',\n", + " 'acception',\n", + " 'acceptive',\n", + " 'acceptor',\n", + " 'acceptress',\n", + " 'accerse',\n", + " 'accersition',\n", + " 'accersitor',\n", + " 'access',\n", + " 'accessarily',\n", + " 'accessariness',\n", + " 'accessary',\n", + " 'accessaryship',\n", + " 'accessibility',\n", + " 'accessible',\n", + " 'accessibly',\n", + " 'accession',\n", + " 'accessional',\n", + " 'accessioner',\n", + " 'accessive',\n", + " 'accessively',\n", + " 'accessless',\n", + " 'accessorial',\n", + " 'accessorily',\n", + " 'accessoriness',\n", + " 'accessorius',\n", + " 'accessory',\n", + " 'accidence',\n", + " 'accidency',\n", + " 'accident',\n", + " 'accidental',\n", + " 'accidentalism',\n", + " 'accidentalist',\n", + " 'accidentality',\n", + " 'accidentally',\n", + " 'accidentalness',\n", + " 'accidented',\n", + " 'accidential',\n", + " 'accidentiality',\n", + " 'accidently',\n", + " 'accidia',\n", + " 'accidie',\n", + " 'accinge',\n", + " 'accipient',\n", + " 'accipiter',\n", + " 'accipitral',\n", + " 'accipitrary',\n", + " 'accipitres',\n", + " 'accipitrine',\n", + " 'accismus',\n", + " 'accite',\n", + " 'acclaim',\n", + " 'acclaimable',\n", + " 'acclaimer',\n", + " 'acclamation',\n", + " 'acclamator',\n", + " 'acclamatory',\n", + " 'acclimatable',\n", + " 'acclimatation',\n", + " 'acclimate',\n", + " 'acclimatement',\n", + " 'acclimation',\n", + " 'acclimatizable',\n", + " 'acclimatization',\n", + " 'acclimatize',\n", + " 'acclimatizer',\n", + " 'acclimature',\n", + " 'acclinal',\n", + " 'acclinate',\n", + " 'acclivitous',\n", + " 'acclivity',\n", + " 'acclivous',\n", + " 'accloy',\n", + " 'accoast',\n", + " 'accoil',\n", + " 'accolade',\n", + " 'accoladed',\n", + " 'accolated',\n", + " 'accolent',\n", + " 'accolle',\n", + " 'accombination',\n", + " 'accommodable',\n", + " 'accommodableness',\n", + " 'accommodate',\n", + " 'accommodately',\n", + " 'accommodateness',\n", + " 'accommodating',\n", + " 'accommodatingly',\n", + " 'accommodation',\n", + " 'accommodational',\n", + " 'accommodative',\n", + " 'accommodativeness',\n", + " 'accommodator',\n", + " 'accompanier',\n", + " 'accompaniment',\n", + " 'accompanimental',\n", + " 'accompanist',\n", + " 'accompany',\n", + " 'accompanyist',\n", + " 'accompletive',\n", + " 'accomplice',\n", + " 'accompliceship',\n", + " 'accomplicity',\n", + " 'accomplish',\n", + " 'accomplishable',\n", + " 'accomplished',\n", + " 'accomplisher',\n", + " 'accomplishment',\n", + " 'accomplisht',\n", + " 'accompt',\n", + " 'accord',\n", + " 'accordable',\n", + " 'accordance',\n", + " 'accordancy',\n", + " 'accordant',\n", + " 'accordantly',\n", + " 'accorder',\n", + " 'according',\n", + " 'accordingly',\n", + " 'accordion',\n", + " ...]" + ] + }, + "execution_count": 14, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "words" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "['\\n',\n", + " 'a\\n',\n", + " 'ab\\n',\n", + " 'abaissa\\n',\n", + " 'abaissai\\n',\n", + " 'abaissaient\\n',\n", + " 'abaissais\\n',\n", + " 'abaissait\\n',\n", + " 'abaissant\\n',\n", + " 'abaissas\\n',\n", + " 'abaissasse\\n',\n", + " 'abaissassent\\n',\n", + " 'abaissasses\\n',\n", + " 'abaissassiez\\n',\n", + " 'abaissassions\\n',\n", + " 'abaissâmes\\n',\n", + " 'abaissât\\n',\n", + " 'abaissâtes\\n',\n", + " 'abaisse\\n',\n", + " 'abaissement\\n',\n", + " 'abaissements\\n',\n", + " 'abaissent\\n',\n", + " 'abaisser\\n',\n", + " 'abaissera\\n',\n", + " 'abaisserai\\n',\n", + " 'abaisseraient\\n',\n", + " 'abaisserais\\n',\n", + " 'abaisserait\\n',\n", + " 'abaisseras\\n',\n", + " 'abaisserez\\n',\n", + " 'abaisseriez\\n',\n", + " 'abaisserions\\n',\n", + " 'abaisserons\\n',\n", + " 'abaisseront\\n',\n", + " 'abaisses\\n',\n", + " 'abaisseur\\n',\n", + " 'abaisseurs\\n',\n", + " 'abaissez\\n',\n", + " 'abaissé\\n',\n", + " 'abaissée\\n',\n", + " 'abaissées\\n',\n", + " 'abaissés\\n',\n", + " 'abaissèrent\\n',\n", + " 'abaissiez\\n',\n", + " 'abaissions\\n',\n", + " 'abaissons\\n',\n", + " 'abandon\\n',\n", + " 'abandonna\\n',\n", + " 'abandonnai\\n',\n", + " 'abandonnaient\\n',\n", + " 'abandonnais\\n',\n", + " 'abandonnait\\n',\n", + " 'abandonnant\\n',\n", + " 'abandonnas\\n',\n", + " 'abandonnasse\\n',\n", + " 'abandonnassent\\n',\n", + " 'abandonnasses\\n',\n", + " 'abandonnassiez\\n',\n", + " 'abandonnassions\\n',\n", + " 'abandonnâmes\\n',\n", + " 'abandonnât\\n',\n", + " 'abandonnâtes\\n',\n", + " 'abandonne\\n',\n", + " 'abandonnent\\n',\n", + " 'abandonner\\n',\n", + " 'abandonnera\\n',\n", + " 'abandonnerai\\n',\n", + " 'abandonneraient\\n',\n", + " 'abandonnerais\\n',\n", + " 'abandonnerait\\n',\n", + " 'abandonneras\\n',\n", + " 'abandonnerez\\n',\n", + " 'abandonneriez\\n',\n", + " 'abandonnerions\\n',\n", + " 'abandonnerons\\n',\n", + " 'abandonneront\\n',\n", + " 'abandonnes\\n',\n", + " 'abandonnez\\n',\n", + " 'abandonné\\n',\n", + " 'abandonnée\\n',\n", + " 'abandonnées\\n',\n", + " 'abandonnés\\n',\n", + " 'abandonnèrent\\n',\n", + " 'abandonniez\\n',\n", + " 'abandonnions\\n',\n", + " 'abandonnons\\n',\n", + " 'abandons\\n',\n", + " 'abaque\\n',\n", + " 'abaques\\n',\n", + " 'abasourdi\\n',\n", + " 'abasourdie\\n',\n", + " 'abasourdies\\n',\n", + " 'abasourdir\\n',\n", + " 'abasourdira\\n',\n", + " 'abasourdirai\\n',\n", + " 'abasourdiraient\\n',\n", + " 'abasourdirais\\n',\n", + " 'abasourdirait\\n',\n", + " 'abasourdiras\\n',\n", + " 'abasourdirent\\n',\n", + " 'abasourdirez\\n',\n", + " 'abasourdiriez\\n',\n", + " 'abasourdirions\\n',\n", + " 'abasourdirons\\n',\n", + " 'abasourdiront\\n',\n", + " 'abasourdis\\n',\n", + " 'abasourdissaient\\n',\n", + " 'abasourdissais\\n',\n", + " 'abasourdissait\\n',\n", + " 'abasourdissant\\n',\n", + " 'abasourdissante\\n',\n", + " 'abasourdissantes\\n',\n", + " 'abasourdissants\\n',\n", + " 'abasourdisse\\n',\n", + " 'abasourdissement\\n',\n", + " 'abasourdissements\\n',\n", + " 'abasourdissent\\n',\n", + " 'abasourdisses\\n',\n", + " 'abasourdissez\\n',\n", + " 'abasourdissiez\\n',\n", + " 'abasourdissions\\n',\n", + " 'abasourdissons\\n',\n", + " 'abasourdit\\n',\n", + " 'abasourdîmes\\n',\n", + " 'abasourdît\\n',\n", + " 'abasourdîtes\\n',\n", + " 'abat\\n',\n", + " 'abats\\n',\n", + " 'abattage\\n',\n", + " 'abattages\\n',\n", + " 'abattaient\\n',\n", + " 'abattais\\n',\n", + " 'abattait\\n',\n", + " 'abattant\\n',\n", + " 'abattants\\n',\n", + " 'abattement\\n',\n", + " 'abattements\\n',\n", + " 'abattez\\n',\n", + " 'abattiez\\n',\n", + " 'abattions\\n',\n", + " 'abattirent\\n',\n", + " 'abattis\\n',\n", + " 'abattisse\\n',\n", + " 'abattissent\\n',\n", + " 'abattisses\\n',\n", + " 'abattissiez\\n',\n", + " 'abattissions\\n',\n", + " 'abattit\\n',\n", + " 'abattîmes\\n',\n", + " 'abattît\\n',\n", + " 'abattîtes\\n',\n", + " 'abattoir\\n',\n", + " 'abattoirs\\n',\n", + " 'abattra\\n',\n", + " 'abattrai\\n',\n", + " 'abattraient\\n',\n", + " 'abattrais\\n',\n", + " 'abattrait\\n',\n", + " 'abattras\\n',\n", + " 'abattre\\n',\n", + " 'abattrez\\n',\n", + " 'abattriez\\n',\n", + " 'abattrions\\n',\n", + " 'abattrons\\n',\n", + " 'abattront\\n',\n", + " 'abattu\\n',\n", + " 'abattue\\n',\n", + " 'abattues\\n',\n", + " 'abattures\\n',\n", + " 'abattus\\n',\n", + " 'abâtardi\\n',\n", + " 'abâtardie\\n',\n", + " 'abâtardies\\n',\n", + " 'abâtardir\\n',\n", + " 'abâtardira\\n',\n", + " 'abâtardirai\\n',\n", + " 'abâtardiraient\\n',\n", + " 'abâtardirais\\n',\n", + " 'abâtardirait\\n',\n", + " 'abâtardiras\\n',\n", + " 'abâtardirent\\n',\n", + " 'abâtardirez\\n',\n", + " 'abâtardiriez\\n',\n", + " 'abâtardirions\\n',\n", + " 'abâtardirons\\n',\n", + " 'abâtardiront\\n',\n", + " 'abâtardis\\n',\n", + " 'abâtardisaient\\n',\n", + " 'abâtardisais\\n',\n", + " 'abâtardisait\\n',\n", + " 'abâtardisant\\n',\n", + " 'abâtardisse\\n',\n", + " 'abâtardissement\\n',\n", + " 'abâtardissements\\n',\n", + " 'abâtardissent\\n',\n", + " 'abâtardisses\\n',\n", + " 'abâtardissez\\n',\n", + " 'abâtardissiez\\n',\n", + " 'abâtardissions\\n',\n", + " 'abâtardissons\\n',\n", + " 'abâtardit\\n',\n", + " 'abâtardîmes\\n',\n", + " 'abâtardît\\n',\n", + " 'abâtardîtes\\n',\n", + " 'abbatial\\n',\n", + " 'abbatiale\\n',\n", + " 'abbatiales\\n',\n", + " 'abbatiaux\\n',\n", + " 'abbaye\\n',\n", + " 'abbayes\\n',\n", + " 'abbesse\\n',\n", + " 'abbesses\\n',\n", + " 'abbé\\n',\n", + " 'abbés\\n',\n", + " 'abcès\\n',\n", + " 'abdication\\n',\n", + " 'abdications\\n',\n", + " 'abdiqua\\n',\n", + " 'abdiquai\\n',\n", + " 'abdiquaient\\n',\n", + " 'abdiquais\\n',\n", + " 'abdiquait\\n',\n", + " 'abdiquant\\n',\n", + " 'abdiquas\\n',\n", + " 'abdiquasse\\n',\n", + " 'abdiquassent\\n',\n", + " 'abdiquasses\\n',\n", + " 'abdiquassiez\\n',\n", + " 'abdiquassions\\n',\n", + " 'abdiquâmes\\n',\n", + " 'abdiquât\\n',\n", + " 'abdiquâtes\\n',\n", + " 'abdique\\n',\n", + " 'abdiquent\\n',\n", + " 'abdiquer\\n',\n", + " 'abdiquera\\n',\n", + " 'abdiquerai\\n',\n", + " 'abdiqueraient\\n',\n", + " 'abdiquerais\\n',\n", + " 'abdiquerait\\n',\n", + " 'abdiqueras\\n',\n", + " 'abdiquerez\\n',\n", + " 'abdiqueriez\\n',\n", + " 'abdiquerions\\n',\n", + " 'abdiquerons\\n',\n", + " 'abdiqueront\\n',\n", + " 'abdiques\\n',\n", + " 'abdiquez\\n',\n", + " 'abdiqué\\n',\n", + " 'abdiquée\\n',\n", + " 'abdiquées\\n',\n", + " 'abdiqués\\n',\n", + " 'abdiquèrent\\n',\n", + " 'abdiquiez\\n',\n", + " 'abdiquions\\n',\n", + " 'abdiquons\\n',\n", + " 'abdomen\\n',\n", + " 'abdomens\\n',\n", + " 'abdominal\\n',\n", + " 'abdominale\\n',\n", + " 'abdominales\\n',\n", + " 'abdominaux\\n',\n", + " 'abducteur\\n',\n", + " 'abducteurs\\n',\n", + " 'abduction\\n',\n", + " 'abductions\\n',\n", + " 'abeille\\n',\n", + " 'abeilles\\n',\n", + " 'aberrant\\n',\n", + " 'aberrante\\n',\n", + " 'aberrantes\\n',\n", + " 'aberrants\\n',\n", + " 'aberration\\n',\n", + " 'aberrations\\n',\n", + " 'abêti\\n',\n", + " 'abêtie\\n',\n", + " 'abêties\\n',\n", + " 'abêtir\\n',\n", + " 'abêtira\\n',\n", + " 'abêtirai\\n',\n", + " 'abêtiraient\\n',\n", + " 'abêtirais\\n',\n", + " 'abêtirait\\n',\n", + " 'abêtiras\\n',\n", + " 'abêtirent\\n',\n", + " 'abêtirez\\n',\n", + " 'abêtiriez\\n',\n", + " 'abêtirions\\n',\n", + " 'abêtirons\\n',\n", + " 'abêtiront\\n',\n", + " 'abêtis\\n',\n", + " 'abêtissaient\\n',\n", + " 'abêtissais\\n',\n", + " 'abêtissait\\n',\n", + " 'abêtissant\\n',\n", + " 'abêtissante\\n',\n", + " 'abêtissantes\\n',\n", + " 'abêtissants\\n',\n", + " 'abêtissement\\n',\n", + " 'abêtissements\\n',\n", + " 'abêtissent\\n',\n", + " 'abêtisses\\n',\n", + " 'abêtissez\\n',\n", + " 'abêtissiez\\n',\n", + " 'abêtissions\\n',\n", + " 'abêtissons\\n',\n", + " 'abêtit\\n',\n", + " 'abêtîmes\\n',\n", + " 'abêtît\\n',\n", + " 'abêtîtes\\n',\n", + " 'abhorra\\n',\n", + " 'abhorrai\\n',\n", + " 'abhorraient\\n',\n", + " 'abhorrais\\n',\n", + " 'abhorrait\\n',\n", + " 'abhorrant\\n',\n", + " 'abhorras\\n',\n", + " 'abhorrasse\\n',\n", + " 'abhorrassent\\n',\n", + " 'abhorrasses\\n',\n", + " 'abhorrassiez\\n',\n", + " 'abhorrassions\\n',\n", + " 'abhorrâmes\\n',\n", + " 'abhorrât\\n',\n", + " 'abhorrâtes\\n',\n", + " 'abhorre\\n',\n", + " 'abhorrent\\n',\n", + " 'abhorrer\\n',\n", + " 'abhorrera\\n',\n", + " 'abhorrerai\\n',\n", + " 'abhorreraient\\n',\n", + " 'abhorrerais\\n',\n", + " 'abhorrerait\\n',\n", + " 'abhorreras\\n',\n", + " 'abhorrerez\\n',\n", + " 'abhorreriez\\n',\n", + " 'abhorrerions\\n',\n", + " 'abhorrerons\\n',\n", + " 'abhorreront\\n',\n", + " 'abhorres\\n',\n", + " 'abhorrez\\n',\n", + " 'abhorré\\n',\n", + " 'abhorrée\\n',\n", + " 'abhorrées\\n',\n", + " 'abhorrés\\n',\n", + " 'abhorrèrent\\n',\n", + " 'abhorriez\\n',\n", + " 'abhorrions\\n',\n", + " 'abhorrons\\n',\n", + " 'abîma\\n',\n", + " 'abîmai\\n',\n", + " 'abîmaient\\n',\n", + " 'abîmais\\n',\n", + " 'abîmait\\n',\n", + " 'abîmant\\n',\n", + " 'abîmas\\n',\n", + " 'abîmasse\\n',\n", + " 'abîmassent\\n',\n", + " 'abîmasses\\n',\n", + " 'abîmassiez\\n',\n", + " 'abîmassions\\n',\n", + " 'abîmâmes\\n',\n", + " 'abîmât\\n',\n", + " 'abîmâtes\\n',\n", + " 'abîme\\n',\n", + " 'abîment\\n',\n", + " 'abîmer\\n',\n", + " 'abîmera\\n',\n", + " 'abîmerai\\n',\n", + " 'abîmeraient\\n',\n", + " 'abîmerais\\n',\n", + " 'abîmerait\\n',\n", + " 'abîmeras\\n',\n", + " 'abîmerez\\n',\n", + " 'abîmeriez\\n',\n", + " 'abîmerions\\n',\n", + " 'abîmerons\\n',\n", + " 'abîmeront\\n',\n", + " 'abîmes\\n',\n", + " 'abîmez\\n',\n", + " 'abîmé\\n',\n", + " 'abîmée\\n',\n", + " 'abîmées\\n',\n", + " 'abîmés\\n',\n", + " 'abîmèrent\\n',\n", + " 'abîmiez\\n',\n", + " 'abîmions\\n',\n", + " 'abîmons\\n',\n", + " 'abject\\n',\n", + " 'abjecte\\n',\n", + " 'abjectes\\n',\n", + " 'abjection\\n',\n", + " 'abjections\\n',\n", + " 'abjects\\n',\n", + " 'abjura\\n',\n", + " 'abjurai\\n',\n", + " 'abjuraient\\n',\n", + " 'abjurais\\n',\n", + " 'abjurait\\n',\n", + " 'abjurant\\n',\n", + " 'abjuras\\n',\n", + " 'abjurasse\\n',\n", + " 'abjurassent\\n',\n", + " 'abjurasses\\n',\n", + " 'abjurassiez\\n',\n", + " 'abjurassions\\n',\n", + " 'abjuration\\n',\n", + " 'abjurations\\n',\n", + " 'abjurâmes\\n',\n", + " 'abjurât\\n',\n", + " 'abjurâtes\\n',\n", + " 'abjure\\n',\n", + " 'abjurent\\n',\n", + " 'abjurer\\n',\n", + " 'abjurera\\n',\n", + " 'abjurerai\\n',\n", + " 'abjureraient\\n',\n", + " 'abjurerais\\n',\n", + " 'abjurerait\\n',\n", + " 'abjureras\\n',\n", + " 'abjurerez\\n',\n", + " 'abjureriez\\n',\n", + " 'abjurerions\\n',\n", + " 'abjurerons\\n',\n", + " 'abjureront\\n',\n", + " 'abjures\\n',\n", + " 'abjurez\\n',\n", + " 'abjuré\\n',\n", + " 'abjurée\\n',\n", + " 'abjurées\\n',\n", + " 'abjurés\\n',\n", + " 'abjurèrent\\n',\n", + " 'abjuriez\\n',\n", + " 'abjurions\\n',\n", + " 'abjurons\\n',\n", + " 'ablatif\\n',\n", + " 'ablation\\n',\n", + " 'ablations\\n',\n", + " 'ablette\\n',\n", + " 'ablettes\\n',\n", + " 'ablution\\n',\n", + " 'ablutions\\n',\n", + " 'abnégation\\n',\n", + " 'abnégations\\n',\n", + " 'aboi\\n',\n", + " 'aboie\\n',\n", + " 'aboiement\\n',\n", + " 'aboiements\\n',\n", + " 'aboient\\n',\n", + " 'aboiera\\n',\n", + " 'aboierai\\n',\n", + " 'aboieraient\\n',\n", + " 'aboieraiez\\n',\n", + " 'aboieraions\\n',\n", + " 'aboierais\\n',\n", + " 'aboierait\\n',\n", + " 'aboieras\\n',\n", + " 'aboierez\\n',\n", + " 'aboierons\\n',\n", + " 'aboieront\\n',\n", + " 'aboies\\n',\n", + " 'abois\\n',\n", + " 'aboli\\n',\n", + " 'abolie\\n',\n", + " 'abolies\\n',\n", + " 'abolir\\n',\n", + " 'abolira\\n',\n", + " 'abolirai\\n',\n", + " 'aboliraient\\n',\n", + " 'abolirais\\n',\n", + " 'abolirait\\n',\n", + " 'aboliras\\n',\n", + " 'abolirent\\n',\n", + " 'abolirez\\n',\n", + " 'aboliriez\\n',\n", + " 'abolirions\\n',\n", + " 'abolirons\\n',\n", + " 'aboliront\\n',\n", + " 'abolis\\n',\n", + " 'abolissaient\\n',\n", + " 'abolissais\\n',\n", + " 'abolissait\\n',\n", + " 'abolissant\\n',\n", + " 'abolisse\\n',\n", + " 'abolissent\\n',\n", + " 'abolisses\\n',\n", + " 'abolissez\\n',\n", + " 'abolissiez\\n',\n", + " 'abolissions\\n',\n", + " 'abolissons\\n',\n", + " 'abolit\\n',\n", + " 'abolition\\n',\n", + " 'abolitionnisme\\n',\n", + " 'abolitionniste\\n',\n", + " 'abolitionnistes\\n',\n", + " 'abolitions\\n',\n", + " 'abolîmes\\n',\n", + " 'abolît\\n',\n", + " 'abolîtes\\n',\n", + " 'abomina\\n',\n", + " 'abominable\\n',\n", + " 'abominablement\\n',\n", + " 'abominables\\n',\n", + " 'abominai\\n',\n", + " 'abominaient\\n',\n", + " 'abominais\\n',\n", + " 'abominait\\n',\n", + " 'abominant\\n',\n", + " 'abominas\\n',\n", + " 'abominasse\\n',\n", + " 'abominassent\\n',\n", + " 'abominasses\\n',\n", + " 'abominassiez\\n',\n", + " 'abominassions\\n',\n", + " 'abomination\\n',\n", + " 'abominations\\n',\n", + " 'abominâmes\\n',\n", + " 'abominât\\n',\n", + " 'abominâtes\\n',\n", + " 'abomine\\n',\n", + " 'abominent\\n',\n", + " 'abominer\\n',\n", + " 'abominera\\n',\n", + " 'abominerai\\n',\n", + " 'abomineraient\\n',\n", + " 'abominerais\\n',\n", + " 'abominerait\\n',\n", + " 'abomineras\\n',\n", + " 'abominerez\\n',\n", + " 'abomineriez\\n',\n", + " 'abominerions\\n',\n", + " 'abominerons\\n',\n", + " 'abomineront\\n',\n", + " 'abomines\\n',\n", + " 'abominez\\n',\n", + " 'abominé\\n',\n", + " 'abominée\\n',\n", + " 'abominées\\n',\n", + " 'abominés\\n',\n", + " 'abominèrent\\n',\n", + " 'abominiez\\n',\n", + " 'abominions\\n',\n", + " 'abominons\\n',\n", + " 'abonda\\n',\n", + " 'abondai\\n',\n", + " 'abondaient\\n',\n", + " 'abondais\\n',\n", + " 'abondait\\n',\n", + " 'abondamment\\n',\n", + " 'abondance\\n',\n", + " 'abondances\\n',\n", + " 'abondant\\n',\n", + " 'abondante\\n',\n", + " 'abondantes\\n',\n", + " 'abondants\\n',\n", + " 'abondas\\n',\n", + " 'abondasse\\n',\n", + " 'abondassent\\n',\n", + " 'abondasses\\n',\n", + " 'abondassiez\\n',\n", + " 'abondassions\\n',\n", + " 'abondâmes\\n',\n", + " 'abondât\\n',\n", + " 'abondâtes\\n',\n", + " 'abonde\\n',\n", + " 'abondent\\n',\n", + " 'abonder\\n',\n", + " 'abondera\\n',\n", + " 'abonderai\\n',\n", + " 'abonderaient\\n',\n", + " 'abonderais\\n',\n", + " 'abonderait\\n',\n", + " 'abonderas\\n',\n", + " 'abonderez\\n',\n", + " 'abonderiez\\n',\n", + " 'abonderions\\n',\n", + " 'abonderons\\n',\n", + " 'abonderont\\n',\n", + " 'abondes\\n',\n", + " 'abondez\\n',\n", + " 'abondé\\n',\n", + " 'abondée\\n',\n", + " 'abondées\\n',\n", + " 'abondés\\n',\n", + " 'abondèrent\\n',\n", + " 'abondiez\\n',\n", + " 'abondions\\n',\n", + " 'abondons\\n',\n", + " 'abonna\\n',\n", + " 'abonnai\\n',\n", + " 'abonnaient\\n',\n", + " 'abonnais\\n',\n", + " 'abonnait\\n',\n", + " 'abonnant\\n',\n", + " 'abonnas\\n',\n", + " 'abonnasse\\n',\n", + " 'abonnassent\\n',\n", + " 'abonnasses\\n',\n", + " 'abonnassiez\\n',\n", + " 'abonnassions\\n',\n", + " 'abonnâmes\\n',\n", + " 'abonnât\\n',\n", + " 'abonnâtes\\n',\n", + " 'abonne\\n',\n", + " 'abonnement\\n',\n", + " 'abonnements\\n',\n", + " 'abonnent\\n',\n", + " 'abonner\\n',\n", + " 'abonnera\\n',\n", + " 'abonnerai\\n',\n", + " 'abonneraient\\n',\n", + " 'abonnerais\\n',\n", + " 'abonnerait\\n',\n", + " 'abonneras\\n',\n", + " 'abonnerez\\n',\n", + " 'abonneriez\\n',\n", + " 'abonnerions\\n',\n", + " 'abonnerons\\n',\n", + " 'abonneront\\n',\n", + " 'abonnes\\n',\n", + " 'abonnez\\n',\n", + " 'abonné\\n',\n", + " 'abonnée\\n',\n", + " 'abonnées\\n',\n", + " 'abonnés\\n',\n", + " 'abonnèrent\\n',\n", + " 'abonni\\n',\n", + " 'abonnie\\n',\n", + " 'abonnies\\n',\n", + " 'abonniez\\n',\n", + " 'abonnions\\n',\n", + " 'abonnir\\n',\n", + " 'abonnira\\n',\n", + " 'abonnirai\\n',\n", + " 'abonniraient\\n',\n", + " 'abonnirais\\n',\n", + " 'abonnirait\\n',\n", + " 'abonniras\\n',\n", + " 'abonnirent\\n',\n", + " 'abonnirez\\n',\n", + " 'abonniriez\\n',\n", + " 'abonnirions\\n',\n", + " 'abonnirons\\n',\n", + " 'abonniront\\n',\n", + " 'abonnis\\n',\n", + " 'abonnissaient\\n',\n", + " 'abonnissais\\n',\n", + " 'abonnissait\\n',\n", + " 'abonnissant\\n',\n", + " 'abonnisse\\n',\n", + " 'abonnissent\\n',\n", + " 'abonnisses\\n',\n", + " 'abonnissez\\n',\n", + " 'abonnissiez\\n',\n", + " 'abonnissions\\n',\n", + " 'abonnissons\\n',\n", + " 'abonnit\\n',\n", + " 'abonnîmes\\n',\n", + " 'abonnît\\n',\n", + " 'abonnîtes\\n',\n", + " 'abonnon\\n',\n", + " 'abonnons\\n',\n", + " 'abord\\n',\n", + " 'aborda\\n',\n", + " 'abordable\\n',\n", + " 'abordables\\n',\n", + " 'abordage\\n',\n", + " 'abordages\\n',\n", + " 'abordai\\n',\n", + " 'abordaient\\n',\n", + " 'abordais\\n',\n", + " 'abordait\\n',\n", + " 'abordant\\n',\n", + " 'abordas\\n',\n", + " 'abordasse\\n',\n", + " 'abordassent\\n',\n", + " 'abordasses\\n',\n", + " 'abordassiez\\n',\n", + " 'abordassions\\n',\n", + " 'abordâmes\\n',\n", + " 'abordât\\n',\n", + " 'abordâtes\\n',\n", + " 'aborde\\n',\n", + " 'abordent\\n',\n", + " 'aborder\\n',\n", + " 'abordera\\n',\n", + " 'aborderai\\n',\n", + " 'aborderaient\\n',\n", + " 'aborderais\\n',\n", + " 'aborderait\\n',\n", + " 'aborderas\\n',\n", + " 'aborderez\\n',\n", + " 'aborderiez\\n',\n", + " 'aborderions\\n',\n", + " 'aborderons\\n',\n", + " 'aborderont\\n',\n", + " 'abordes\\n',\n", + " 'abordez\\n',\n", + " 'abordé\\n',\n", + " 'abordée\\n',\n", + " 'abordées\\n',\n", + " 'abordés\\n',\n", + " 'abordèrent\\n',\n", + " 'abordiez\\n',\n", + " 'abordions\\n',\n", + " 'abordons\\n',\n", + " 'abords\\n',\n", + " 'aborigène\\n',\n", + " 'aborigènes\\n',\n", + " 'abortif\\n',\n", + " 'abortifs\\n',\n", + " 'abortive\\n',\n", + " 'abortives\\n',\n", + " 'aboucha\\n',\n", + " 'abouchai\\n',\n", + " 'abouchaient\\n',\n", + " 'abouchais\\n',\n", + " 'abouchait\\n',\n", + " 'abouchant\\n',\n", + " 'abouchas\\n',\n", + " 'abouchasse\\n',\n", + " 'abouchassent\\n',\n", + " 'abouchasses\\n',\n", + " 'abouchassiez\\n',\n", + " 'abouchassions\\n',\n", + " 'abouchâmes\\n',\n", + " 'abouchât\\n',\n", + " 'abouchâtes\\n',\n", + " 'abouche\\n',\n", + " 'abouchent\\n',\n", + " 'aboucher\\n',\n", + " 'abouchera\\n',\n", + " 'aboucherai\\n',\n", + " 'aboucheraient\\n',\n", + " 'aboucherais\\n',\n", + " 'aboucherait\\n',\n", + " 'aboucheras\\n',\n", + " 'aboucherez\\n',\n", + " 'aboucheriez\\n',\n", + " 'aboucherions\\n',\n", + " 'aboucherons\\n',\n", + " 'aboucheront\\n',\n", + " 'abouches\\n',\n", + " 'abouchez\\n',\n", + " 'abouché\\n',\n", + " 'abouchée\\n',\n", + " 'abouchées\\n',\n", + " 'abouchés\\n',\n", + " 'abouchèrent\\n',\n", + " 'abouchiez\\n',\n", + " 'abouchions\\n',\n", + " 'abouchons\\n',\n", + " 'aboulie\\n',\n", + " 'aboulies\\n',\n", + " 'aboulique\\n',\n", + " 'abouliques\\n',\n", + " 'abouti\\n',\n", + " 'aboutie\\n',\n", + " 'abouties\\n',\n", + " 'aboutir\\n',\n", + " 'aboutira\\n',\n", + " 'aboutiraient\\n',\n", + " 'aboutirais\\n',\n", + " 'aboutirait\\n',\n", + " 'aboutiras\\n',\n", + " 'aboutirent\\n',\n", + " 'aboutirez\\n',\n", + " 'aboutiriez\\n',\n", + " 'aboutirions\\n',\n", + " 'aboutirons\\n',\n", + " 'aboutiront\\n',\n", + " 'aboutis\\n',\n", + " 'aboutissaient\\n',\n", + " 'aboutissais\\n',\n", + " 'aboutissait\\n',\n", + " 'aboutissant\\n',\n", + " 'aboutissants\\n',\n", + " 'aboutisse\\n',\n", + " 'aboutissement\\n',\n", + " 'aboutissements\\n',\n", + " 'aboutissent\\n',\n", + " 'aboutisses\\n',\n", + " 'aboutissez\\n',\n", + " 'aboutissiez\\n',\n", + " 'aboutissions\\n',\n", + " 'aboutissons\\n',\n", + " 'aboutit\\n',\n", + " 'aboutîmes\\n',\n", + " 'aboutît\\n',\n", + " 'aboutîtes\\n',\n", + " 'aboya\\n',\n", + " 'aboyai\\n',\n", + " 'aboyaient\\n',\n", + " 'aboyais\\n',\n", + " 'aboyait\\n',\n", + " 'aboyant\\n',\n", + " 'aboyasse\\n',\n", + " 'aboyassent\\n',\n", + " 'aboyasses\\n',\n", + " 'aboyassiez\\n',\n", + " 'aboyassions\\n',\n", + " 'aboyâmes\\n',\n", + " 'aboyât\\n',\n", + " 'aboyâtes\\n',\n", + " 'aboyer\\n',\n", + " 'aboyeur\\n',\n", + " 'aboyeurs\\n',\n", + " 'aboyeuse\\n',\n", + " 'aboyeuses\\n',\n", + " 'aboyez\\n',\n", + " 'aboyé\\n',\n", + " 'aboyée\\n',\n", + " 'aboyées\\n',\n", + " 'aboyés\\n',\n", + " 'aboyèrent\\n',\n", + " 'aboyiez\\n',\n", + " 'aboyions\\n',\n", + " 'aboyons\\n',\n", + " 'abracadabrant\\n',\n", + " 'abracadabrante\\n',\n", + " 'abracadabrantes\\n',\n", + " 'abracadabrants\\n',\n", + " 'abrasif\\n',\n", + " 'abrasifs\\n',\n", + " 'abrasion\\n',\n", + " 'abrasions\\n',\n", + " 'abrasive\\n',\n", + " 'abrasives\\n',\n", + " 'abreuva\\n',\n", + " 'abreuvai\\n',\n", + " 'abreuvaient\\n',\n", + " 'abreuvais\\n',\n", + " 'abreuvait\\n',\n", + " 'abreuvant\\n',\n", + " 'abreuvas\\n',\n", + " 'abreuvasse\\n',\n", + " 'abreuvassent\\n',\n", + " 'abreuvasses\\n',\n", + " 'abreuvassiez\\n',\n", + " 'abreuvassions\\n',\n", + " 'abreuvâmes\\n',\n", + " 'abreuvât\\n',\n", + " 'abreuvâtes\\n',\n", + " 'abreuve\\n',\n", + " 'abreuvent\\n',\n", + " 'abreuver\\n',\n", + " 'abreuvera\\n',\n", + " 'abreuverai\\n',\n", + " 'abreuveraient\\n',\n", + " 'abreuverais\\n',\n", + " 'abreuverait\\n',\n", + " 'abreuveras\\n',\n", + " 'abreuverez\\n',\n", + " 'abreuveriez\\n',\n", + " 'abreuverions\\n',\n", + " 'abreuverons\\n',\n", + " 'abreuveront\\n',\n", + " 'abreuves\\n',\n", + " 'abreuvez\\n',\n", + " 'abreuvé\\n',\n", + " 'abreuvée\\n',\n", + " 'abreuvées\\n',\n", + " 'abreuvés\\n',\n", + " 'abreuvèrent\\n',\n", + " 'abreuviez\\n',\n", + " 'abreuvions\\n',\n", + " 'abreuvoir\\n',\n", + " 'abreuvoirs\\n',\n", + " 'abreuvons\\n',\n", + " 'abrége\\n',\n", + " 'abrégea\\n',\n", + " 'abrégeai\\n',\n", + " 'abrégeaient\\n',\n", + " 'abrégeais\\n',\n", + " 'abrégeait\\n',\n", + " 'abrégeant\\n',\n", + " 'abrégeas\\n',\n", + " 'abrégeasse\\n',\n", + " 'abrégeassent\\n',\n", + " 'abrégeasses\\n',\n", + " 'abrégeassiez\\n',\n", + " 'abrégeassions\\n',\n", + " 'abrégeâmes\\n',\n", + " 'abrégeât\\n',\n", + " 'abrégeâtes\\n',\n", + " 'abrégent\\n',\n", + " 'abrégeons\\n',\n", + " 'abréger\\n',\n", + " 'abrégera\\n',\n", + " 'abrégerai\\n',\n", + " 'abrégeraient\\n',\n", + " 'abrégerais\\n',\n", + " 'abrégerait\\n',\n", + " 'abrégeras\\n',\n", + " 'abrégerez\\n',\n", + " 'abrégeriez\\n',\n", + " 'abrégerions\\n',\n", + " 'abrégerons\\n',\n", + " 'abrégeront\\n',\n", + " 'abréges\\n',\n", + " 'abrégez\\n',\n", + " 'abrégé\\n',\n", + " 'abrégée\\n',\n", + " 'abrégées\\n',\n", + " 'abrégés\\n',\n", + " 'abrégèrent\\n',\n", + " 'abrégiez\\n',\n", + " 'abrégions\\n',\n", + " 'abréviatif\\n',\n", + " 'abréviatifs\\n',\n", + " 'abréviation\\n',\n", + " 'abréviations\\n',\n", + " 'abréviative\\n',\n", + " 'abréviatives\\n',\n", + " 'abrègement\\n',\n", + " 'abrègements\\n',\n", + " 'abri\\n',\n", + " 'abricot\\n',\n", + " 'abricotier\\n',\n", + " 'abricotiers\\n',\n", + " 'abricots\\n',\n", + " 'abris\\n',\n", + " 'abrita\\n',\n", + " 'abritai\\n',\n", + " 'abritaient\\n',\n", + " 'abritais\\n',\n", + " 'abritait\\n',\n", + " 'abritant\\n',\n", + " 'abritas\\n',\n", + " 'abritasse\\n',\n", + " 'abritassent\\n',\n", + " 'abritasses\\n',\n", + " 'abritassiez\\n',\n", + " 'abritassions\\n',\n", + " 'abritâmes\\n',\n", + " 'abritât\\n',\n", + " 'abritâtes\\n',\n", + " 'abrite\\n',\n", + " 'abritent\\n',\n", + " 'abriter\\n',\n", + " 'abritera\\n',\n", + " 'abriterai\\n',\n", + " 'abriteraient\\n',\n", + " 'abriterais\\n',\n", + " 'abriterait\\n',\n", + " 'abriteras\\n',\n", + " 'abriterez\\n',\n", + " 'abriteriez\\n',\n", + " 'abriterions\\n',\n", + " 'abriterons\\n',\n", + " 'abriteront\\n',\n", + " 'abrites\\n',\n", + " 'abritez\\n',\n", + " 'abrité\\n',\n", + " 'abritée\\n',\n", + " 'abritées\\n',\n", + " 'abrités\\n',\n", + " 'abritèrent\\n',\n", + " 'abritiez\\n',\n", + " 'abritions\\n',\n", + " 'abritons\\n',\n", + " 'abrogation\\n',\n", + " 'abrogations\\n',\n", + " 'abroge\\n',\n", + " 'abrogea\\n',\n", + " 'abrogeai\\n',\n", + " 'abrogeaient\\n',\n", + " 'abrogeais\\n',\n", + " 'abrogeait\\n',\n", + " 'abrogeant\\n',\n", + " 'abrogeas\\n',\n", + " 'abrogeasse\\n',\n", + " 'abrogeassent\\n',\n", + " 'abrogeasses\\n',\n", + " 'abrogeassiez\\n',\n", + " 'abrogeassions\\n',\n", + " 'abrogeâmes\\n',\n", + " 'abrogeât\\n',\n", + " 'abrogeâtes\\n',\n", + " 'abrogent\\n',\n", + " 'abrogeons\\n',\n", + " 'abroger\\n',\n", + " 'abrogera\\n',\n", + " 'abrogerai\\n',\n", + " 'abrogeraient\\n',\n", + " 'abrogerais\\n',\n", + " 'abrogerait\\n',\n", + " 'abrogeras\\n',\n", + " 'abrogerez\\n',\n", + " 'abrogeriez\\n',\n", + " 'abrogerions\\n',\n", + " 'abrogerons\\n',\n", + " 'abrogeront\\n',\n", + " 'abroges\\n',\n", + " 'abrogez\\n',\n", + " 'abrogé\\n',\n", + " 'abrogée\\n',\n", + " 'abrogées\\n',\n", + " 'abrogés\\n',\n", + " 'abrogèrent\\n',\n", + " ...]" + ] + }, + "execution_count": 15, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# return a list of all lines from an open file \n", + "open('francais.txt', 'r', encoding='latin1').readlines()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.1" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/03_03_findinganagrams.ipynb b/LinkedIn/03_03_findinganagrams.ipynb new file mode 100644 index 000000000..ee9aacbfb --- /dev/null +++ b/LinkedIn/03_03_findinganagrams.ipynb @@ -0,0 +1,291 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 03_03: Finding Anagrams" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words = sorted({line.strip().lower() for line in open('words.txt', 'r')})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sorted(\"aaron\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sorted(\"elvis\") == sorted(\"lives\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sorted(\"elvis\") == sorted(\"sings\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "'-'.join(sorted(\"aaron\"))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "''.join(sorted(\"aaron\"))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# compute the signature string for a word\n", + "\n", + "def signature(word):\n", + " return ''.join(sorted(word))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# brute-force anagram search: compare myword's signature\n", + "# with the signatures of all words in the dictionary\n", + "\n", + "def find_anagram(myword):\n", + " mysig = signature(myword)\n", + " \n", + " for word in words:\n", + " if mysig == signature(word):\n", + " print(word)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "find_anagram('dictionary')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "%time find_anagram('dictionary')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# make a dict that maps each signature to the set of words with that signature;\n", + "# each signature will map to at least one word\n", + "\n", + "words_by_sig = collections.defaultdict(set)\n", + "\n", + "for word in words:\n", + " words_by_sig[signature(word)].add(word)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words_by_sig" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# keep only the key/value pairs where the set has more than one element;\n", + "# this is now a regular dict\n", + "\n", + "anagrams_by_sig = {sig: wordset for sig, wordset in words_by_sig.items() if len(wordset) > 1}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "anagrams_by_sig" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# smart anagram search: look up myword's signature, return set\n", + "\n", + "def find_anagram_fast(myword):\n", + " sig = signature(myword)\n", + " \n", + " return anagrams_by_sig[sig]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "find_anagram_fast('tops')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "find_anagram_fast('michele')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# handle case when myword's signature is not found, returning the empty set\n", + "\n", + "def find_anagram_fast(myword):\n", + " sig = signature(myword)\n", + "\n", + " try:\n", + " return anagrams_by_sig[sig]\n", + " except KeyError:\n", + " return set()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "find_anagram_fast('Michele')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "%time find_anagram_fast('Michele')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list of signatures, sorted by length, longest first\n", + "sorted(anagrams_by_sig.keys(), key=len, reverse=True)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list of anagram sets, sorted by signature length\n", + "[anagrams_by_sig[sig] for sig in sorted(anagrams_by_sig.keys(), key=len, reverse=True)]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list of anagram sets, sorted by their length, largest first\n", + "sorted(anagrams_by_sig.values(), key=len, reverse=True)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/03_05_solution.ipynb b/LinkedIn/03_05_solution.ipynb new file mode 100644 index 000000000..15bf4edd4 --- /dev/null +++ b/LinkedIn/03_05_solution.ipynb @@ -0,0 +1,159 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 03_05: Wordplay Challenge Solution" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "import itertools\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words = sorted({line.strip().lower() for line in open('words.txt', 'r')})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# code from 03_03_findinganagrams\n", + "\n", + "def signature(word):\n", + " return ''.join(sorted(word))\n", + "\n", + "words_by_sig = collections.defaultdict(set)\n", + "\n", + "for word in words:\n", + " words_by_sig[signature(word)].add(word)\n", + " \n", + "anagrams_by_sig = {sig: wordset for sig, wordset in words_by_sig.items() if len(wordset) > 1}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# reverse word by slicing with negative step \n", + "'michele'[::-1]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# loop over anagram sets, and over all possible pairs of words in each set:\n", + "# if the second word equals the reverse of the first, add pair to list\n", + "\n", + "pairs = []\n", + "\n", + "for wordset in anagrams_by_sig.values():\n", + " for word1 in wordset:\n", + " for word2 in wordset: \n", + " # consider only sorted pairs to avoid duplicate matches\n", + " if word1 >= word2 and word1[::-1] == word2:\n", + " pairs.append((word1, word2))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pairs" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import itertools" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list all combinations of two different elements from the set {1,2,3} \n", + "list(itertools.combinations({1,2,3}, 2))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# same as above, using itertools.combinations to generate unique pairs\n", + "\n", + "pairs = []\n", + "\n", + "for wordset in anagrams_by_sig.values():\n", + " for word1, word2 in itertools.combinations(wordset, 2):\n", + " if word1[::-1] == word2:\n", + " pairs.append((word1, word2))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pairs" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis.zip b/LinkedIn/Ex_Files_Python_Data_Analysis.zip new file mode 100644 index 000000000..3935a392c Binary files /dev/null and b/LinkedIn/Ex_Files_Python_Data_Analysis.zip differ diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_01_loops-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_01_loops-checkpoint.ipynb new file mode 100755 index 000000000..54cc25d4e --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_01_loops-checkpoint.ipynb @@ -0,0 +1,241 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 02_01: Warmup with Python Loops" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for i in range(0, 10):\n", + " print(i)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for i in range(5):\n", + " print(i)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for i in range(0, 10, 2):\n", + " print(i)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# loop over all possible counts for each coin (summing up to <= 1$);\n", + "# if the total amount is exactly $1, add current counts to \"combinations\"\n", + "\n", + "combinations = []\n", + "\n", + "for count_100 in range(1+1):\n", + " for count_50 in range(2+1):\n", + " for count_25 in range(4+1):\n", + " for count_10 in range(10+1):\n", + " for count_5 in range(20+1):\n", + " for count_1 in range(100+1):\n", + " if 100*count_100 + 50*count_50 + 25*count_25 + 10*count_10 + 5*count_5 + count_1 == 100:\n", + " combinations.append([count_100, count_50, count_25, count_10, count_5, count_1])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "combinations" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(combinations)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for count_25 in range(4+1):\n", + " print(count_25)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for amount_25 in range(0, 100+1, 25):\n", + " print(amount_25)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# loop over all possible $ amount for each coin (summing up to <= 1$);\n", + "# if the total amount is <= $1, add current amounts to \"combinations_amounts\",\n", + "# since we can always make up the difference with pennies\n", + "\n", + "combinations_amounts = []\n", + "\n", + "for amount_100 in range(0, 100+1, 100):\n", + " for amount_50 in range(0, 100+1, 50):\n", + " for amount_25 in range(0, 100+1, 25):\n", + " for amount_10 in range(0, 100+1, 10):\n", + " for amount_5 in range(0, 100+1, 5):\n", + " total_so_far = amount_100 + amount_50 + amount_25 + amount_10 + amount_5\n", + " \n", + " if total_so_far <= 100:\n", + " combinations_amounts.append([amount_100, amount_50, amount_25, amount_10, amount_5,\n", + " 100 - total_so_far])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "combinations_amounts" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(combinations_amounts) " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# same as above, but now as a function that takes arbitrary total\n", + "\n", + "def find_combinations(total):\n", + " combinations_amounts = []\n", + "\n", + " for amount_100 in range(0, total+1, 100):\n", + " for amount_50 in range(0, total+1, 50):\n", + " for amount_25 in range(0, total+1, 25):\n", + " for amount_10 in range(0, total+1, 10):\n", + " for amount_5 in range(0, total+1, 5):\n", + " total_so_far = amount_100 + amount_50 + amount_25 + amount_10 + amount_5\n", + "\n", + " if total_so_far <= total:\n", + " combinations_amounts.append([amount_100, amount_50, amount_25, amount_10, amount_5,\n", + " total - total_so_far])\n", + " \n", + " return combinations_amounts" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(find_combinations(200))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(find_combinations(300))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "totals = range(100, 600, 100)\n", + "lengths = [len(find_combinations(total)) for total in totals]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(totals, lengths)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_02_sequences-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_02_sequences-checkpoint.ipynb new file mode 100755 index 000000000..6dec104d2 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_02_sequences-checkpoint.ipynb @@ -0,0 +1,492 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 02_02: Lists, Tuples, and the Slicing Syntax" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews = [\"Huey\", \"Dewey\", \"Louie\"]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(nephews)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews[0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews[2]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews[3]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews[-1], nephews[-2]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for i in range(3):\n", + " nephews[i] = nephews[i] + ' Duck'" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "mix_it_up = [1, [2,3], 'alpha']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "mix_it_up" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews.append('April Duck')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews.extend(['May Duck','June Duck'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks = nephews + ['Donald Duck','Daisy Duck']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks.insert(0, 'Scrooge McDuck')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "del ducks[0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks.remove('Donald Duck')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks.sort()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "reverse_ducks = sorted(ducks, reverse=True)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "reverse_ducks" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares = [1,4,9,16,25,36,49]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares[0:2]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares[:4]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares[3:]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares[:]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares[0:7:2]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares[-3:-1]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares[2:4] = ['four', 'nine']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "del squares[4:6]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len([])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "integers = ('one', 'two', 'three', 'four')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "integers" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "integers[-1], integers[1:3]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "integers[0] = 1" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "(a, b) = (1, 2)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "c, d = 3, 4" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for i, duck in enumerate(ducks):\n", + " print(i, duck)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "def three_args(a, b, c):\n", + " print(a, b, c)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "my_args = (1,2,3)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "three_args(*my_args)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_03_dicts-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_03_dicts-checkpoint.ipynb new file mode 100755 index 000000000..3145827db --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_03_dicts-checkpoint.ipynb @@ -0,0 +1,332 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 02_03: Dictionaries and Sets" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals = {'United States': 'Washington, DC', 'France': 'Paris', 'Italy': 'Rome'}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals['Italy']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals['Spain'] = 'Madrid'" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals['Germany']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "'Germany' in capitals, 'Italy' in capitals" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "morecapitals = {'Germany': 'Berlin', 'United Kingdom': 'London'}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals + morecapitals" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals.update(morecapitals)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "del capitals['United Kingdom']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "birthdays = {(7,15): 'Michele', (3,14): 'Albert'}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "birthdays[(7,15)]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "hash('Italy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "hash((7,15))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "{}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len({})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for country in capitals:\n", + " print(country)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for country in capitals.keys():\n", + " print(country)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals.keys()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "list(capitals.keys())" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for capital in capitals.values():\n", + " print(capital)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for country, capital in capitals.items():\n", + " print(country, capital)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "continents = {'America', 'Europe', 'Asia', 'Oceania', 'Africa', 'Africa'}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "continents" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "'Africa' in continents" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "continents.add('Antarctica')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "continents.remove('Antarctica')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for c in continents:\n", + " print(c)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_04_comprehensions-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_04_comprehensions-checkpoint.ipynb new file mode 100755 index 000000000..f19be0b74 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_04_comprehensions-checkpoint.ipynb @@ -0,0 +1,203 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 02_04: Comprehensions" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares = []\n", + "for i in range(1, 11):\n", + " squares.append(i**2)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list of the squares from 1^2 to 10^2; note power is ** in Python\n", + "squares = [i**2 for i in range(1, 11)]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list of the squares from 1^2 to 10^2, including only those divisible by 4\n", + "squares_by_four = [i**2 for i in range(1, 11) if i**2 % 4 == 0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares_by_four" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# dict of the squares from 1^2 to 10^2, where the keys are the unsquared numbers\n", + "squares_dict = {i: i**2 for i in range(1, 11)}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares_dict" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals_by_country = {'United States': 'Washington, DC', 'France': 'Paris', 'Italy': 'Rome'}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "countries_by_capital = {capital: country for country, capital in capitals_by_country.items()}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "countries_by_capital" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# sum the squares from 1^2 to 10^2\n", + "sum(i**2 for i in range(1, 11))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "counting = []\n", + "\n", + "for i in range(1, 11):\n", + " for j in range(1, i+1):\n", + " counting.append(j)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "print(counting)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# nested comprehension\n", + "counting = [j for i in range(1, 11) for j in range(1, i+1)]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "print(counting)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_05_advancedcontainers-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_05_advancedcontainers-checkpoint.ipynb new file mode 100755 index 000000000..a077befbb --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/.ipynb_checkpoints/02_05_advancedcontainers-checkpoint.ipynb @@ -0,0 +1,412 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 02_05: Advanced Containers" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# note: this notebook requires Python 3.7 or higher;\n", + "# it will work with Python 3.6 if you run \"!pip install dataclasses\" in a cell" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "people = [(\"Michele\", \"Vallisneri\", \"July 15\"),\n", + " (\"Albert\", \"Einstein\", \"March 14\"),\n", + " (\"John\", \"Lennon\", \"October 9\"),\n", + " (\"Jocelyn\", \"Bell Burnell\", \"July 15\")]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "people[0][0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "people[0][1]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "[person for person in people if person[2] == \"July 15\"]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# defining the namedtuple \"person\"\n", + "persontype = collections.namedtuple('person', ['firstname', 'lastname', \"birthday\"])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele = persontype(\"Michele\", \"Vallisneri\", \"July 15\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele = persontype(lastname=\"Vallisneri\", firstname=\"Michele\", birthday=\"July 15\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele[0], michele[1], michele[2]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele.firstname, michele.lastname, michele.birthday" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "persontype(people[0])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# use tuple unpacking on people[0] to build a namedtuple\n", + "persontype(*people[0])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "namedpeople = [persontype(*person) for person in people]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "namedpeople" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "[person for person in namedpeople if person.birthday == \"July 15\"]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# !pip install dataclasses" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "from dataclasses import dataclass" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# defining a data class with the same content as the \"person\" nametuple\n", + "# and with a default for \"birthday\"\n", + "\n", + "@dataclass\n", + "class personclass:\n", + " firstname: str\n", + " lastname: str\n", + " birthday: str = 'unknown'" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele = personclass('Michele', 'Vallisneri')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele = personclass(firstname='Michele', lastname='Vallisneri')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele.firstname, michele.lastname, michele.birthday" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele[0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "print(michele)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# updating the data class \"personclass\" so that it can compute a person's full name\n", + "\n", + "@dataclass\n", + "class personclass2:\n", + " firstname: str\n", + " lastname: str\n", + " birthday: str = 'unknown'\n", + " \n", + " # all methods in a class carry a conventional argument \"self\";\n", + " # when the methods are called on an instance (here, a specific person),\n", + " # \"self\" points the instance itself, so self.firstname and self.lastname\n", + " # are the data fields in that instance\n", + " def fullname(self):\n", + " return self.firstname + ' ' + self.lastname" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele = personclass2('Michele', 'Vallisneri', 'July 15')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele.fullname()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "questions = collections.defaultdict(mydefault)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "questions['The meaning of life']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "questions" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# creating a dict where a key maps to a list requires awkward code\n", + "# to create the list when a key is first seen...\n", + "\n", + "birthdays = {}\n", + "\n", + "for person in namedpeople:\n", + " if person.birthday in birthdays:\n", + " birthdays[person.birthday].append(person.firstname)\n", + " else:\n", + " birthdays[person.birthday] = [person.firstname]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "birthdays" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "list()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# ...but it happens elegantly with defaultdict\n", + "\n", + "birthdays = collections.defaultdict(list)\n", + "\n", + "for person in namedpeople:\n", + " birthdays[person.birthday].append(person.firstname)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "birthdays" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_01_loops.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_01_loops.ipynb new file mode 100755 index 000000000..54cc25d4e --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_01_loops.ipynb @@ -0,0 +1,241 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 02_01: Warmup with Python Loops" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for i in range(0, 10):\n", + " print(i)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for i in range(5):\n", + " print(i)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for i in range(0, 10, 2):\n", + " print(i)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# loop over all possible counts for each coin (summing up to <= 1$);\n", + "# if the total amount is exactly $1, add current counts to \"combinations\"\n", + "\n", + "combinations = []\n", + "\n", + "for count_100 in range(1+1):\n", + " for count_50 in range(2+1):\n", + " for count_25 in range(4+1):\n", + " for count_10 in range(10+1):\n", + " for count_5 in range(20+1):\n", + " for count_1 in range(100+1):\n", + " if 100*count_100 + 50*count_50 + 25*count_25 + 10*count_10 + 5*count_5 + count_1 == 100:\n", + " combinations.append([count_100, count_50, count_25, count_10, count_5, count_1])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "combinations" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(combinations)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for count_25 in range(4+1):\n", + " print(count_25)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for amount_25 in range(0, 100+1, 25):\n", + " print(amount_25)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# loop over all possible $ amount for each coin (summing up to <= 1$);\n", + "# if the total amount is <= $1, add current amounts to \"combinations_amounts\",\n", + "# since we can always make up the difference with pennies\n", + "\n", + "combinations_amounts = []\n", + "\n", + "for amount_100 in range(0, 100+1, 100):\n", + " for amount_50 in range(0, 100+1, 50):\n", + " for amount_25 in range(0, 100+1, 25):\n", + " for amount_10 in range(0, 100+1, 10):\n", + " for amount_5 in range(0, 100+1, 5):\n", + " total_so_far = amount_100 + amount_50 + amount_25 + amount_10 + amount_5\n", + " \n", + " if total_so_far <= 100:\n", + " combinations_amounts.append([amount_100, amount_50, amount_25, amount_10, amount_5,\n", + " 100 - total_so_far])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "combinations_amounts" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(combinations_amounts) " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# same as above, but now as a function that takes arbitrary total\n", + "\n", + "def find_combinations(total):\n", + " combinations_amounts = []\n", + "\n", + " for amount_100 in range(0, total+1, 100):\n", + " for amount_50 in range(0, total+1, 50):\n", + " for amount_25 in range(0, total+1, 25):\n", + " for amount_10 in range(0, total+1, 10):\n", + " for amount_5 in range(0, total+1, 5):\n", + " total_so_far = amount_100 + amount_50 + amount_25 + amount_10 + amount_5\n", + "\n", + " if total_so_far <= total:\n", + " combinations_amounts.append([amount_100, amount_50, amount_25, amount_10, amount_5,\n", + " total - total_so_far])\n", + " \n", + " return combinations_amounts" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(find_combinations(200))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(find_combinations(300))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "totals = range(100, 600, 100)\n", + "lengths = [len(find_combinations(total)) for total in totals]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(totals, lengths)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_02_sequences.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_02_sequences.ipynb new file mode 100755 index 000000000..6dec104d2 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_02_sequences.ipynb @@ -0,0 +1,492 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 02_02: Lists, Tuples, and the Slicing Syntax" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews = [\"Huey\", \"Dewey\", \"Louie\"]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(nephews)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews[0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews[2]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews[3]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews[-1], nephews[-2]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for i in range(3):\n", + " nephews[i] = nephews[i] + ' Duck'" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "mix_it_up = [1, [2,3], 'alpha']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "mix_it_up" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews.append('April Duck')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews.extend(['May Duck','June Duck'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nephews" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks = nephews + ['Donald Duck','Daisy Duck']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks.insert(0, 'Scrooge McDuck')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "del ducks[0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks.remove('Donald Duck')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks.sort()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ducks" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "reverse_ducks = sorted(ducks, reverse=True)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "reverse_ducks" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares = [1,4,9,16,25,36,49]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares[0:2]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares[:4]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares[3:]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares[:]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares[0:7:2]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares[-3:-1]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares[2:4] = ['four', 'nine']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "del squares[4:6]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len([])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "integers = ('one', 'two', 'three', 'four')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "integers" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "integers[-1], integers[1:3]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "integers[0] = 1" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "(a, b) = (1, 2)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "c, d = 3, 4" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for i, duck in enumerate(ducks):\n", + " print(i, duck)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "def three_args(a, b, c):\n", + " print(a, b, c)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "my_args = (1,2,3)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "three_args(*my_args)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_03_dicts.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_03_dicts.ipynb new file mode 100755 index 000000000..3145827db --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_03_dicts.ipynb @@ -0,0 +1,332 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 02_03: Dictionaries and Sets" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals = {'United States': 'Washington, DC', 'France': 'Paris', 'Italy': 'Rome'}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals['Italy']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals['Spain'] = 'Madrid'" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals['Germany']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "'Germany' in capitals, 'Italy' in capitals" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "morecapitals = {'Germany': 'Berlin', 'United Kingdom': 'London'}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals + morecapitals" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals.update(morecapitals)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "del capitals['United Kingdom']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "birthdays = {(7,15): 'Michele', (3,14): 'Albert'}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "birthdays[(7,15)]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "hash('Italy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "hash((7,15))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "{}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len({})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for country in capitals:\n", + " print(country)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for country in capitals.keys():\n", + " print(country)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals.keys()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "list(capitals.keys())" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for capital in capitals.values():\n", + " print(capital)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for country, capital in capitals.items():\n", + " print(country, capital)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "continents = {'America', 'Europe', 'Asia', 'Oceania', 'Africa', 'Africa'}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "continents" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "'Africa' in continents" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "continents.add('Antarctica')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "continents.remove('Antarctica')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "for c in continents:\n", + " print(c)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_04_comprehensions.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_04_comprehensions.ipynb new file mode 100755 index 000000000..f19be0b74 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_04_comprehensions.ipynb @@ -0,0 +1,203 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 02_04: Comprehensions" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares = []\n", + "for i in range(1, 11):\n", + " squares.append(i**2)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list of the squares from 1^2 to 10^2; note power is ** in Python\n", + "squares = [i**2 for i in range(1, 11)]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list of the squares from 1^2 to 10^2, including only those divisible by 4\n", + "squares_by_four = [i**2 for i in range(1, 11) if i**2 % 4 == 0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares_by_four" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# dict of the squares from 1^2 to 10^2, where the keys are the unsquared numbers\n", + "squares_dict = {i: i**2 for i in range(1, 11)}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "squares_dict" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "capitals_by_country = {'United States': 'Washington, DC', 'France': 'Paris', 'Italy': 'Rome'}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "countries_by_capital = {capital: country for country, capital in capitals_by_country.items()}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "countries_by_capital" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# sum the squares from 1^2 to 10^2\n", + "sum(i**2 for i in range(1, 11))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "counting = []\n", + "\n", + "for i in range(1, 11):\n", + " for j in range(1, i+1):\n", + " counting.append(j)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "print(counting)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# nested comprehension\n", + "counting = [j for i in range(1, 11) for j in range(1, i+1)]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "print(counting)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_05_advancedcontainers.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_05_advancedcontainers.ipynb new file mode 100755 index 000000000..a077befbb --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter2/02_05_advancedcontainers.ipynb @@ -0,0 +1,412 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 02_05: Advanced Containers" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# note: this notebook requires Python 3.7 or higher;\n", + "# it will work with Python 3.6 if you run \"!pip install dataclasses\" in a cell" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline " + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "people = [(\"Michele\", \"Vallisneri\", \"July 15\"),\n", + " (\"Albert\", \"Einstein\", \"March 14\"),\n", + " (\"John\", \"Lennon\", \"October 9\"),\n", + " (\"Jocelyn\", \"Bell Burnell\", \"July 15\")]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "people[0][0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "people[0][1]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "[person for person in people if person[2] == \"July 15\"]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# defining the namedtuple \"person\"\n", + "persontype = collections.namedtuple('person', ['firstname', 'lastname', \"birthday\"])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele = persontype(\"Michele\", \"Vallisneri\", \"July 15\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele = persontype(lastname=\"Vallisneri\", firstname=\"Michele\", birthday=\"July 15\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele[0], michele[1], michele[2]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele.firstname, michele.lastname, michele.birthday" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "persontype(people[0])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# use tuple unpacking on people[0] to build a namedtuple\n", + "persontype(*people[0])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "namedpeople = [persontype(*person) for person in people]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "namedpeople" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "[person for person in namedpeople if person.birthday == \"July 15\"]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# !pip install dataclasses" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "from dataclasses import dataclass" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# defining a data class with the same content as the \"person\" nametuple\n", + "# and with a default for \"birthday\"\n", + "\n", + "@dataclass\n", + "class personclass:\n", + " firstname: str\n", + " lastname: str\n", + " birthday: str = 'unknown'" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele = personclass('Michele', 'Vallisneri')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele = personclass(firstname='Michele', lastname='Vallisneri')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele.firstname, michele.lastname, michele.birthday" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele[0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "print(michele)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# updating the data class \"personclass\" so that it can compute a person's full name\n", + "\n", + "@dataclass\n", + "class personclass2:\n", + " firstname: str\n", + " lastname: str\n", + " birthday: str = 'unknown'\n", + " \n", + " # all methods in a class carry a conventional argument \"self\";\n", + " # when the methods are called on an instance (here, a specific person),\n", + " # \"self\" points the instance itself, so self.firstname and self.lastname\n", + " # are the data fields in that instance\n", + " def fullname(self):\n", + " return self.firstname + ' ' + self.lastname" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele = personclass2('Michele', 'Vallisneri', 'July 15')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "michele.fullname()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "questions = collections.defaultdict(mydefault)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "questions['The meaning of life']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "questions" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# creating a dict where a key maps to a list requires awkward code\n", + "# to create the list when a key is first seen...\n", + "\n", + "birthdays = {}\n", + "\n", + "for person in namedpeople:\n", + " if person.birthday in birthdays:\n", + " birthdays[person.birthday].append(person.firstname)\n", + " else:\n", + " birthdays[person.birthday] = [person.firstname]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "birthdays" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "list()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# ...but it happens elegantly with defaultdict\n", + "\n", + "birthdays = collections.defaultdict(list)\n", + "\n", + "for person in namedpeople:\n", + " birthdays[person.birthday].append(person.firstname)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "birthdays" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/.ipynb_checkpoints/03_02_loadingtext-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/.ipynb_checkpoints/03_02_loadingtext-checkpoint.ipynb new file mode 100755 index 000000000..39c3a0376 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/.ipynb_checkpoints/03_02_loadingtext-checkpoint.ipynb @@ -0,0 +1,176 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 03_02: Loading Text Files" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# iterating over an open file yields its lines, one by one\n", + "\n", + "words = []\n", + "for line in open('words.txt', 'r'):\n", + " words.append(line)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(words)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words[:10]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "'Aaron\\n'.strip()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "'Aaron\\n'.strip().lower()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words = []\n", + "for line in open('words.txt', 'r'):\n", + " words.append(line.strip().lower())" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words[:10]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words = set()\n", + "for line in open('words.txt', 'r'):\n", + " words.add(line.strip().lower())" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# a set comprehension that collects stripped and lowercased lines...\n", + "words = {line.strip().lower() for line in open('words.txt', 'r')}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# ...turned into a sorted list\n", + "words = sorted({line.strip().lower() for line in open('words.txt', 'r')})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# return a list of all lines from an open file \n", + "open('francais.txt', 'r', encoding='latin1').readlines()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/.ipynb_checkpoints/03_03_findinganagrams-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/.ipynb_checkpoints/03_03_findinganagrams-checkpoint.ipynb new file mode 100755 index 000000000..ee9aacbfb --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/.ipynb_checkpoints/03_03_findinganagrams-checkpoint.ipynb @@ -0,0 +1,291 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 03_03: Finding Anagrams" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words = sorted({line.strip().lower() for line in open('words.txt', 'r')})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sorted(\"aaron\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sorted(\"elvis\") == sorted(\"lives\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sorted(\"elvis\") == sorted(\"sings\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "'-'.join(sorted(\"aaron\"))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "''.join(sorted(\"aaron\"))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# compute the signature string for a word\n", + "\n", + "def signature(word):\n", + " return ''.join(sorted(word))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# brute-force anagram search: compare myword's signature\n", + "# with the signatures of all words in the dictionary\n", + "\n", + "def find_anagram(myword):\n", + " mysig = signature(myword)\n", + " \n", + " for word in words:\n", + " if mysig == signature(word):\n", + " print(word)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "find_anagram('dictionary')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "%time find_anagram('dictionary')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# make a dict that maps each signature to the set of words with that signature;\n", + "# each signature will map to at least one word\n", + "\n", + "words_by_sig = collections.defaultdict(set)\n", + "\n", + "for word in words:\n", + " words_by_sig[signature(word)].add(word)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words_by_sig" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# keep only the key/value pairs where the set has more than one element;\n", + "# this is now a regular dict\n", + "\n", + "anagrams_by_sig = {sig: wordset for sig, wordset in words_by_sig.items() if len(wordset) > 1}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "anagrams_by_sig" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# smart anagram search: look up myword's signature, return set\n", + "\n", + "def find_anagram_fast(myword):\n", + " sig = signature(myword)\n", + " \n", + " return anagrams_by_sig[sig]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "find_anagram_fast('tops')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "find_anagram_fast('michele')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# handle case when myword's signature is not found, returning the empty set\n", + "\n", + "def find_anagram_fast(myword):\n", + " sig = signature(myword)\n", + "\n", + " try:\n", + " return anagrams_by_sig[sig]\n", + " except KeyError:\n", + " return set()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "find_anagram_fast('Michele')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "%time find_anagram_fast('Michele')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list of signatures, sorted by length, longest first\n", + "sorted(anagrams_by_sig.keys(), key=len, reverse=True)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list of anagram sets, sorted by signature length\n", + "[anagrams_by_sig[sig] for sig in sorted(anagrams_by_sig.keys(), key=len, reverse=True)]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list of anagram sets, sorted by their length, largest first\n", + "sorted(anagrams_by_sig.values(), key=len, reverse=True)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/.ipynb_checkpoints/03_05_solution-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/.ipynb_checkpoints/03_05_solution-checkpoint.ipynb new file mode 100755 index 000000000..15bf4edd4 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/.ipynb_checkpoints/03_05_solution-checkpoint.ipynb @@ -0,0 +1,159 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 03_05: Wordplay Challenge Solution" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "import itertools\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words = sorted({line.strip().lower() for line in open('words.txt', 'r')})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# code from 03_03_findinganagrams\n", + "\n", + "def signature(word):\n", + " return ''.join(sorted(word))\n", + "\n", + "words_by_sig = collections.defaultdict(set)\n", + "\n", + "for word in words:\n", + " words_by_sig[signature(word)].add(word)\n", + " \n", + "anagrams_by_sig = {sig: wordset for sig, wordset in words_by_sig.items() if len(wordset) > 1}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# reverse word by slicing with negative step \n", + "'michele'[::-1]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# loop over anagram sets, and over all possible pairs of words in each set:\n", + "# if the second word equals the reverse of the first, add pair to list\n", + "\n", + "pairs = []\n", + "\n", + "for wordset in anagrams_by_sig.values():\n", + " for word1 in wordset:\n", + " for word2 in wordset: \n", + " # consider only sorted pairs to avoid duplicate matches\n", + " if word1 >= word2 and word1[::-1] == word2:\n", + " pairs.append((word1, word2))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pairs" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import itertools" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list all combinations of two different elements from the set {1,2,3} \n", + "list(itertools.combinations({1,2,3}, 2))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# same as above, using itertools.combinations to generate unique pairs\n", + "\n", + "pairs = []\n", + "\n", + "for wordset in anagrams_by_sig.values():\n", + " for word1, word2 in itertools.combinations(wordset, 2):\n", + " if word1[::-1] == word2:\n", + " pairs.append((word1, word2))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pairs" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/03_02_loadingtext.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/03_02_loadingtext.ipynb new file mode 100755 index 000000000..39c3a0376 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/03_02_loadingtext.ipynb @@ -0,0 +1,176 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 03_02: Loading Text Files" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# iterating over an open file yields its lines, one by one\n", + "\n", + "words = []\n", + "for line in open('words.txt', 'r'):\n", + " words.append(line)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(words)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words[:10]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "'Aaron\\n'.strip()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "'Aaron\\n'.strip().lower()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words = []\n", + "for line in open('words.txt', 'r'):\n", + " words.append(line.strip().lower())" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words[:10]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words = set()\n", + "for line in open('words.txt', 'r'):\n", + " words.add(line.strip().lower())" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# a set comprehension that collects stripped and lowercased lines...\n", + "words = {line.strip().lower() for line in open('words.txt', 'r')}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# ...turned into a sorted list\n", + "words = sorted({line.strip().lower() for line in open('words.txt', 'r')})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# return a list of all lines from an open file \n", + "open('francais.txt', 'r', encoding='latin1').readlines()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/03_03_findinganagrams.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/03_03_findinganagrams.ipynb new file mode 100755 index 000000000..ee9aacbfb --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/03_03_findinganagrams.ipynb @@ -0,0 +1,291 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 03_03: Finding Anagrams" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words = sorted({line.strip().lower() for line in open('words.txt', 'r')})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sorted(\"aaron\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sorted(\"elvis\") == sorted(\"lives\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sorted(\"elvis\") == sorted(\"sings\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "'-'.join(sorted(\"aaron\"))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "''.join(sorted(\"aaron\"))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# compute the signature string for a word\n", + "\n", + "def signature(word):\n", + " return ''.join(sorted(word))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# brute-force anagram search: compare myword's signature\n", + "# with the signatures of all words in the dictionary\n", + "\n", + "def find_anagram(myword):\n", + " mysig = signature(myword)\n", + " \n", + " for word in words:\n", + " if mysig == signature(word):\n", + " print(word)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "find_anagram('dictionary')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "%time find_anagram('dictionary')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# make a dict that maps each signature to the set of words with that signature;\n", + "# each signature will map to at least one word\n", + "\n", + "words_by_sig = collections.defaultdict(set)\n", + "\n", + "for word in words:\n", + " words_by_sig[signature(word)].add(word)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words_by_sig" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# keep only the key/value pairs where the set has more than one element;\n", + "# this is now a regular dict\n", + "\n", + "anagrams_by_sig = {sig: wordset for sig, wordset in words_by_sig.items() if len(wordset) > 1}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "anagrams_by_sig" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# smart anagram search: look up myword's signature, return set\n", + "\n", + "def find_anagram_fast(myword):\n", + " sig = signature(myword)\n", + " \n", + " return anagrams_by_sig[sig]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "find_anagram_fast('tops')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "find_anagram_fast('michele')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# handle case when myword's signature is not found, returning the empty set\n", + "\n", + "def find_anagram_fast(myword):\n", + " sig = signature(myword)\n", + "\n", + " try:\n", + " return anagrams_by_sig[sig]\n", + " except KeyError:\n", + " return set()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "find_anagram_fast('Michele')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "%time find_anagram_fast('Michele')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list of signatures, sorted by length, longest first\n", + "sorted(anagrams_by_sig.keys(), key=len, reverse=True)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list of anagram sets, sorted by signature length\n", + "[anagrams_by_sig[sig] for sig in sorted(anagrams_by_sig.keys(), key=len, reverse=True)]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list of anagram sets, sorted by their length, largest first\n", + "sorted(anagrams_by_sig.values(), key=len, reverse=True)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/03_05_solution.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/03_05_solution.ipynb new file mode 100755 index 000000000..15bf4edd4 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/03_05_solution.ipynb @@ -0,0 +1,159 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 03_05: Wordplay Challenge Solution" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "import itertools\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "words = sorted({line.strip().lower() for line in open('words.txt', 'r')})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# code from 03_03_findinganagrams\n", + "\n", + "def signature(word):\n", + " return ''.join(sorted(word))\n", + "\n", + "words_by_sig = collections.defaultdict(set)\n", + "\n", + "for word in words:\n", + " words_by_sig[signature(word)].add(word)\n", + " \n", + "anagrams_by_sig = {sig: wordset for sig, wordset in words_by_sig.items() if len(wordset) > 1}" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# reverse word by slicing with negative step \n", + "'michele'[::-1]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# loop over anagram sets, and over all possible pairs of words in each set:\n", + "# if the second word equals the reverse of the first, add pair to list\n", + "\n", + "pairs = []\n", + "\n", + "for wordset in anagrams_by_sig.values():\n", + " for word1 in wordset:\n", + " for word2 in wordset: \n", + " # consider only sorted pairs to avoid duplicate matches\n", + " if word1 >= word2 and word1[::-1] == word2:\n", + " pairs.append((word1, word2))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pairs" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import itertools" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# list all combinations of two different elements from the set {1,2,3} \n", + "list(itertools.combinations({1,2,3}, 2))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# same as above, using itertools.combinations to generate unique pairs\n", + "\n", + "pairs = []\n", + "\n", + "for wordset in anagrams_by_sig.values():\n", + " for word1, word2 in itertools.combinations(wordset, 2):\n", + " if word1[::-1] == word2:\n", + " pairs.append((word1, word2))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pairs" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/francais.txt b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/francais.txt new file mode 100755 index 000000000..ecc7cb28e --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/francais.txt @@ -0,0 +1,208916 @@ + +a +ab +abaissa +abaissai +abaissaient +abaissais +abaissait +abaissant +abaissas +abaissasse +abaissassent +abaissasses +abaissassiez +abaissassions +abaissmes +abaisst +abaisstes +abaisse +abaissement +abaissements +abaissent +abaisser +abaissera +abaisserai +abaisseraient +abaisserais +abaisserait +abaisseras +abaisserez +abaisseriez +abaisserions +abaisserons +abaisseront +abaisses +abaisseur +abaisseurs +abaissez +abaiss +abaisse +abaisses +abaisss +abaissrent +abaissiez +abaissions +abaissons +abandon +abandonna +abandonnai +abandonnaient +abandonnais +abandonnait +abandonnant +abandonnas +abandonnasse +abandonnassent +abandonnasses +abandonnassiez +abandonnassions +abandonnmes +abandonnt +abandonntes +abandonne +abandonnent +abandonner +abandonnera +abandonnerai +abandonneraient +abandonnerais +abandonnerait +abandonneras +abandonnerez +abandonneriez +abandonnerions +abandonnerons +abandonneront +abandonnes +abandonnez +abandonn +abandonne +abandonnes +abandonns +abandonnrent +abandonniez +abandonnions +abandonnons +abandons +abaque +abaques +abasourdi +abasourdie +abasourdies +abasourdir +abasourdira +abasourdirai +abasourdiraient +abasourdirais +abasourdirait +abasourdiras +abasourdirent +abasourdirez +abasourdiriez +abasourdirions +abasourdirons +abasourdiront +abasourdis +abasourdissaient +abasourdissais +abasourdissait +abasourdissant +abasourdissante +abasourdissantes +abasourdissants +abasourdisse +abasourdissement +abasourdissements +abasourdissent +abasourdisses +abasourdissez +abasourdissiez +abasourdissions +abasourdissons +abasourdit +abasourdmes +abasourdt +abasourdtes +abat +abats +abattage +abattages +abattaient +abattais +abattait +abattant +abattants +abattement +abattements +abattez +abattiez +abattions +abattirent +abattis +abattisse +abattissent +abattisses +abattissiez +abattissions +abattit +abattmes +abattt +abatttes +abattoir +abattoirs +abattra +abattrai +abattraient +abattrais +abattrait +abattras +abattre +abattrez +abattriez +abattrions +abattrons +abattront +abattu +abattue +abattues +abattures +abattus +abtardi +abtardie +abtardies +abtardir +abtardira +abtardirai +abtardiraient +abtardirais +abtardirait +abtardiras +abtardirent +abtardirez +abtardiriez +abtardirions +abtardirons +abtardiront +abtardis +abtardisaient +abtardisais +abtardisait +abtardisant +abtardisse +abtardissement +abtardissements +abtardissent +abtardisses +abtardissez +abtardissiez +abtardissions +abtardissons +abtardit +abtardmes +abtardt +abtardtes +abbatial +abbatiale +abbatiales +abbatiaux +abbaye +abbayes +abbesse +abbesses +abb +abbs +abcs +abdication +abdications +abdiqua +abdiquai +abdiquaient +abdiquais +abdiquait +abdiquant +abdiquas +abdiquasse +abdiquassent +abdiquasses +abdiquassiez +abdiquassions +abdiqumes +abdiqut +abdiqutes +abdique +abdiquent +abdiquer +abdiquera +abdiquerai +abdiqueraient +abdiquerais +abdiquerait +abdiqueras +abdiquerez +abdiqueriez +abdiquerions +abdiquerons +abdiqueront +abdiques +abdiquez +abdiqu +abdique +abdiques +abdiqus +abdiqurent +abdiquiez +abdiquions +abdiquons +abdomen +abdomens +abdominal +abdominale +abdominales +abdominaux +abducteur +abducteurs +abduction +abductions +abeille +abeilles +aberrant +aberrante +aberrantes +aberrants +aberration +aberrations +abti +abtie +abties +abtir +abtira +abtirai +abtiraient +abtirais +abtirait +abtiras +abtirent +abtirez +abtiriez +abtirions +abtirons +abtiront +abtis +abtissaient +abtissais +abtissait +abtissant +abtissante +abtissantes +abtissants +abtissement +abtissements +abtissent +abtisses +abtissez +abtissiez +abtissions +abtissons +abtit +abtmes +abtt +abttes +abhorra +abhorrai +abhorraient +abhorrais +abhorrait +abhorrant +abhorras +abhorrasse +abhorrassent +abhorrasses +abhorrassiez +abhorrassions +abhorrmes +abhorrt +abhorrtes +abhorre +abhorrent +abhorrer +abhorrera +abhorrerai +abhorreraient +abhorrerais +abhorrerait +abhorreras +abhorrerez +abhorreriez +abhorrerions +abhorrerons +abhorreront +abhorres +abhorrez +abhorr +abhorre +abhorres +abhorrs +abhorrrent +abhorriez +abhorrions +abhorrons +abma +abmai +abmaient +abmais +abmait +abmant +abmas +abmasse +abmassent +abmasses +abmassiez +abmassions +abmmes +abmt +abmtes +abme +abment +abmer +abmera +abmerai +abmeraient +abmerais +abmerait +abmeras +abmerez +abmeriez +abmerions +abmerons +abmeront +abmes +abmez +abm +abme +abmes +abms +abmrent +abmiez +abmions +abmons +abject +abjecte +abjectes +abjection +abjections +abjects +abjura +abjurai +abjuraient +abjurais +abjurait +abjurant +abjuras +abjurasse +abjurassent +abjurasses +abjurassiez +abjurassions +abjuration +abjurations +abjurmes +abjurt +abjurtes +abjure +abjurent +abjurer +abjurera +abjurerai +abjureraient +abjurerais +abjurerait +abjureras +abjurerez +abjureriez +abjurerions +abjurerons +abjureront +abjures +abjurez +abjur +abjure +abjures +abjurs +abjurrent +abjuriez +abjurions +abjurons +ablatif +ablation +ablations +ablette +ablettes +ablution +ablutions +abngation +abngations +aboi +aboie +aboiement +aboiements +aboient +aboiera +aboierai +aboieraient +aboieraiez +aboieraions +aboierais +aboierait +aboieras +aboierez +aboierons +aboieront +aboies +abois +aboli +abolie +abolies +abolir +abolira +abolirai +aboliraient +abolirais +abolirait +aboliras +abolirent +abolirez +aboliriez +abolirions +abolirons +aboliront +abolis +abolissaient +abolissais +abolissait +abolissant +abolisse +abolissent +abolisses +abolissez +abolissiez +abolissions +abolissons +abolit +abolition +abolitionnisme +abolitionniste +abolitionnistes +abolitions +abolmes +abolt +aboltes +abomina +abominable +abominablement +abominables +abominai +abominaient +abominais +abominait +abominant +abominas +abominasse +abominassent +abominasses +abominassiez +abominassions +abomination +abominations +abominmes +abomint +abomintes +abomine +abominent +abominer +abominera +abominerai +abomineraient +abominerais +abominerait +abomineras +abominerez +abomineriez +abominerions +abominerons +abomineront +abomines +abominez +abomin +abomine +abomines +abomins +abominrent +abominiez +abominions +abominons +abonda +abondai +abondaient +abondais +abondait +abondamment +abondance +abondances +abondant +abondante +abondantes +abondants +abondas +abondasse +abondassent +abondasses +abondassiez +abondassions +abondmes +abondt +abondtes +abonde +abondent +abonder +abondera +abonderai +abonderaient +abonderais +abonderait +abonderas +abonderez +abonderiez +abonderions +abonderons +abonderont +abondes +abondez +abond +abonde +abondes +abonds +abondrent +abondiez +abondions +abondons +abonna +abonnai +abonnaient +abonnais +abonnait +abonnant +abonnas +abonnasse +abonnassent +abonnasses +abonnassiez +abonnassions +abonnmes +abonnt +abonntes +abonne +abonnement +abonnements +abonnent +abonner +abonnera +abonnerai +abonneraient +abonnerais +abonnerait +abonneras +abonnerez +abonneriez +abonnerions +abonnerons +abonneront +abonnes +abonnez +abonn +abonne +abonnes +abonns +abonnrent +abonni +abonnie +abonnies +abonniez +abonnions +abonnir +abonnira +abonnirai +abonniraient +abonnirais +abonnirait +abonniras +abonnirent +abonnirez +abonniriez +abonnirions +abonnirons +abonniront +abonnis +abonnissaient +abonnissais +abonnissait +abonnissant +abonnisse +abonnissent +abonnisses +abonnissez +abonnissiez +abonnissions +abonnissons +abonnit +abonnmes +abonnt +abonntes +abonnon +abonnons +abord +aborda +abordable +abordables +abordage +abordages +abordai +abordaient +abordais +abordait +abordant +abordas +abordasse +abordassent +abordasses +abordassiez +abordassions +abordmes +abordt +abordtes +aborde +abordent +aborder +abordera +aborderai +aborderaient +aborderais +aborderait +aborderas +aborderez +aborderiez +aborderions +aborderons +aborderont +abordes +abordez +abord +aborde +abordes +abords +abordrent +abordiez +abordions +abordons +abords +aborigne +aborignes +abortif +abortifs +abortive +abortives +aboucha +abouchai +abouchaient +abouchais +abouchait +abouchant +abouchas +abouchasse +abouchassent +abouchasses +abouchassiez +abouchassions +abouchmes +aboucht +abouchtes +abouche +abouchent +aboucher +abouchera +aboucherai +aboucheraient +aboucherais +aboucherait +aboucheras +aboucherez +aboucheriez +aboucherions +aboucherons +aboucheront +abouches +abouchez +abouch +abouche +abouches +abouchs +abouchrent +abouchiez +abouchions +abouchons +aboulie +aboulies +aboulique +abouliques +abouti +aboutie +abouties +aboutir +aboutira +aboutiraient +aboutirais +aboutirait +aboutiras +aboutirent +aboutirez +aboutiriez +aboutirions +aboutirons +aboutiront +aboutis +aboutissaient +aboutissais +aboutissait +aboutissant +aboutissants +aboutisse +aboutissement +aboutissements +aboutissent +aboutisses +aboutissez +aboutissiez +aboutissions +aboutissons +aboutit +aboutmes +aboutt +abouttes +aboya +aboyai +aboyaient +aboyais +aboyait +aboyant +aboyasse +aboyassent +aboyasses +aboyassiez +aboyassions +aboymes +aboyt +aboytes +aboyer +aboyeur +aboyeurs +aboyeuse +aboyeuses +aboyez +aboy +aboye +aboyes +aboys +aboyrent +aboyiez +aboyions +aboyons +abracadabrant +abracadabrante +abracadabrantes +abracadabrants +abrasif +abrasifs +abrasion +abrasions +abrasive +abrasives +abreuva +abreuvai +abreuvaient +abreuvais +abreuvait +abreuvant +abreuvas +abreuvasse +abreuvassent +abreuvasses +abreuvassiez +abreuvassions +abreuvmes +abreuvt +abreuvtes +abreuve +abreuvent +abreuver +abreuvera +abreuverai +abreuveraient +abreuverais +abreuverait +abreuveras +abreuverez +abreuveriez +abreuverions +abreuverons +abreuveront +abreuves +abreuvez +abreuv +abreuve +abreuves +abreuvs +abreuvrent +abreuviez +abreuvions +abreuvoir +abreuvoirs +abreuvons +abrge +abrgea +abrgeai +abrgeaient +abrgeais +abrgeait +abrgeant +abrgeas +abrgeasse +abrgeassent +abrgeasses +abrgeassiez +abrgeassions +abrgemes +abrget +abrgetes +abrgent +abrgeons +abrger +abrgera +abrgerai +abrgeraient +abrgerais +abrgerait +abrgeras +abrgerez +abrgeriez +abrgerions +abrgerons +abrgeront +abrges +abrgez +abrg +abrge +abrges +abrgs +abrgrent +abrgiez +abrgions +abrviatif +abrviatifs +abrviation +abrviations +abrviative +abrviatives +abrgement +abrgements +abri +abricot +abricotier +abricotiers +abricots +abris +abrita +abritai +abritaient +abritais +abritait +abritant +abritas +abritasse +abritassent +abritasses +abritassiez +abritassions +abritmes +abritt +abrittes +abrite +abritent +abriter +abritera +abriterai +abriteraient +abriterais +abriterait +abriteras +abriterez +abriteriez +abriterions +abriterons +abriteront +abrites +abritez +abrit +abrite +abrites +abrits +abritrent +abritiez +abritions +abritons +abrogation +abrogations +abroge +abrogea +abrogeai +abrogeaient +abrogeais +abrogeait +abrogeant +abrogeas +abrogeasse +abrogeassent +abrogeasses +abrogeassiez +abrogeassions +abrogemes +abroget +abrogetes +abrogent +abrogeons +abroger +abrogera +abrogerai +abrogeraient +abrogerais +abrogerait +abrogeras +abrogerez +abrogeriez +abrogerions +abrogerons +abrogeront +abroges +abrogez +abrog +abroge +abroges +abrogs +abrogrent +abrogiez +abrogions +abrupt +abrupte +abruptes +abrupts +abruti +abrutie +abruties +abrutir +abrutira +abrutirai +abrutiraient +abrutirais +abrutirait +abrutiras +abrutirent +abrutirez +abrutiriez +abrutirions +abrutirons +abrutiront +abrutis +abrutissaient +abrutissais +abrutissait +abrutissant +abrutissante +abrutissantes +abrutissants +abrutisse +abrutissement +abrutissements +abrutissent +abrutisses +abrutissez +abrutissiez +abrutissions +abrutissons +abrutit +abrutmes +abrutt +abruttes +abscisse +abscisses +absence +absences +absent +absenta +absentai +absentaient +absentais +absentait +absentant +absentas +absentasse +absentassent +absentasses +absentassiez +absentassions +absentmes +absentt +absenttes +absente +absentent +absenter +absentera +absenterai +absenteraient +absenterais +absenterait +absenteras +absenterez +absenteriez +absenterions +absenterons +absenteront +absentes +absentez +absent +absente +absentes +absentisme +absents +absentrent +absentiez +absentions +absentons +absents +abside +absides +absinthe +absolu +absolue +absolues +absolument +absolus +absolution +absolutions +absolutisme +absolutiste +absolutistes +absolvaient +absolvais +absolvait +absolvant +absolve +absolvent +absolves +absolvez +absolviez +absolvions +absolvons +absorba +absorbai +absorbaient +absorbais +absorbait +absorbant +absorbante +absorbantes +absorbants +absorbas +absorbasse +absorbassent +absorbasses +absorbassiez +absorbassions +absorbmes +absorbt +absorbtes +absorbe +absorbent +absorber +absorbera +absorberai +absorberaient +absorberais +absorberait +absorberas +absorberez +absorberiez +absorberions +absorberons +absorberont +absorbes +absorbez +absorb +absorbe +absorbes +absorbs +absorbrent +absorbiez +absorbions +absorbons +absorption +absorptions +absoudra +absoudrai +absoudraient +absoudrais +absoudrait +absoudras +absoudre +absoudrez +absoudriez +absoudrions +absoudrons +absoudront +absous +absout +absoute +absoutes +abstenaient +abstenais +abstenait +abstenant +abstenez +absteniez +abstenions +abstenir +abstenons +abstention +abstentionniste +abstentionnistes +abstentions +abstenu +abstenue +abstenues +abstenus +abstiendra +abstiendrai +abstiendraient +abstiendrais +abstiendrez +abstiendriez +abstiendrions +abstiendrons +abstiendront +abstienne +abstiennent +abstiennes +abstiens +abstient +abstinence +abstinences +abstinent +abstinente +abstinentes +abstinents +abstinrent +abstins +abstinsse +abstinssent +abstinsses +abstinssiez +abstinssions +abstint +abstnmes +abstnt +abstntes +abstraction +abstractions +abstraie +abstraient +abstraies +abstraira +abstrairai +abstrairaient +abstrairais +abstrairait +abstrairas +abstraire +abstrairez +abstrairiez +abstrairions +abstrairons +abstrairont +abstrais +abstrait +abstraite +abstraitement +abstraites +abstraits +abstrayaient +abstrayais +abstrayait +abstrayant +abstrayez +abstrayiez +abstrayions +abstrayons +absurde +absurdement +absurdes +absurdit +absurdits +abus +abusa +abusai +abusaient +abusais +abusait +abusant +abusas +abusasse +abusassent +abusasses +abusassiez +abusassions +abusmes +abust +abustes +abuse +abusent +abuser +abusera +abuserai +abuseraient +abuserais +abuserait +abuseras +abuserez +abuseriez +abuserions +abuserons +abuseront +abuses +abusez +abus +abuse +abuses +abuss +abusrent +abusiez +abusif +abusifs +abusions +abusive +abusivement +abusives +abusons +abyssal +abyssale +abyssales +abyssaux +abysse +abysses +abyssin +abyssine +abyssines +abyssinie +abyssins +acabit +acabits +acacia +acacias +acadmicien +acadmicienne +acadmiciennes +acadmiciens +acadmie +acadmies +acadmique +acadmiquement +acadmiques +acajou +acanthe +acanthes +acaritre +acaritres +accabla +accablai +accablaient +accablais +accablait +accablant +accablante +accablantes +accablants +accablas +accablasse +accablassent +accablasses +accablassiez +accablassions +accablmes +accablt +accabltes +accable +accablement +accablements +accablent +accabler +accablera +accablerai +accableraient +accablerais +accablerait +accableras +accablerez +accableriez +accablerions +accablerons +accableront +accables +accablez +accabl +accable +accables +accabls +accablrent +accabliez +accablions +accablons +accalmie +accalmies +accapara +accaparai +accaparaient +accaparais +accaparait +accaparant +accaparas +accaparasse +accaparassent +accaparasses +accaparassiez +accaparassions +accaparmes +accapart +accapartes +accapare +accaparement +accaparements +accaparent +accaparer +accaparera +accaparerai +accapareraient +accaparerais +accaparerait +accapareras +accaparerez +accapareriez +accaparerions +accaparerons +accapareront +accapares +accapareur +accapareurs +accapareuse +accapareuses +accaparez +accapar +accapare +accapares +accapars +accaparrent +accapariez +accaparions +accaparons +accastillage +accastillages +accent +accents +accentua +accentuai +accentuaient +accentuais +accentuait +accentuant +accentuas +accentuasse +accentuassent +accentuasses +accentuassiez +accentuassions +accentuation +accentuations +accentumes +accentut +accentutes +accentue +accentuent +accentuer +accentuera +accentuerai +accentueraient +accentuerais +accentuerait +accentueras +accentuerez +accentueriez +accentuerions +accentuerons +accentueront +accentues +accentuez +accentu +accentue +accentues +accentus +accenturent +accentuiez +accentuions +accentuons +accepta +acceptable +acceptables +acceptai +acceptaient +acceptais +acceptait +acceptant +acceptas +acceptasse +acceptassent +acceptasses +acceptassiez +acceptassions +acceptation +acceptations +acceptmes +acceptt +accepttes +accepte +acceptent +accepter +acceptera +accepterai +accepteraient +accepterais +accepterait +accepteras +accepterez +accepteriez +accepterions +accepterons +accepteront +acceptes +acceptez +accept +accepte +acceptes +accepts +acceptrent +acceptiez +acception +acceptions +acceptons +accessible +accessibles +accession +accessions +accessit +accessoire +accessoirement +accessoires +accessoiriste +accessoiristes +accda +accdai +accdaient +accdais +accdait +accdant +accdas +accdasse +accdassent +accdasses +accdassiez +accdassions +accdmes +accdt +accdtes +accde +accdent +accder +accdera +accderai +accderaient +accderais +accderait +accderas +accderez +accderiez +accderions +accderons +accderont +accdes +accdez +accd +accde +accdes +accds +accdrent +accdiez +accdions +accdons +acclra +acclrai +acclraient +acclrais +acclrait +acclrant +acclras +acclrasse +acclrassent +acclrasses +acclrassiez +acclrassions +acclrateur +acclrateurs +acclration +acclrations +acclratrice +acclratrices +acclrmes +acclrt +acclrtes +acclrer +acclrera +acclrerai +acclreraient +acclrerais +acclrerait +acclreras +acclrerez +acclreriez +acclrerions +acclrerons +acclreront +acclrez +acclr +acclre +acclres +acclrs +acclrrent +acclriez +acclrions +acclrons +acclre +acclrent +acclres +accde +accdent +accs +accident +accidenta +accidentai +accidentaient +accidentais +accidentait +accidentant +accidentas +accidentasse +accidentassent +accidentasses +accidentassiez +accidentassions +accidentmes +accidentt +accidenttes +accidente +accidentel +accidentelle +accidentellement +accidentelles +accidentels +accidentent +accidenter +accidentera +accidenterai +accidenteraient +accidenterais +accidenterait +accidenteras +accidenterez +accidenteriez +accidenterions +accidenterons +accidenteront +accidentes +accidentez +accident +accidente +accidentes +accidents +accidentrent +accidentiez +accidentions +accidentons +accidents +acclama +acclamai +acclamaient +acclamais +acclamait +acclamant +acclamas +acclamasse +acclamassent +acclamasses +acclamassiez +acclamassions +acclamation +acclamations +acclammes +acclamt +acclamtes +acclame +acclament +acclamer +acclamera +acclamerai +acclameraient +acclamerais +acclamerait +acclameras +acclamerez +acclameriez +acclamerions +acclamerons +acclameront +acclames +acclamez +acclam +acclame +acclames +acclams +acclamrent +acclamiez +acclamions +acclamons +acclimata +acclimatai +acclimataient +acclimatais +acclimatait +acclimatant +acclimatas +acclimatasse +acclimatassent +acclimatasses +acclimatassiez +acclimatassions +acclimatation +acclimatations +acclimatmes +acclimatt +acclimattes +acclimate +acclimatent +acclimater +acclimatera +acclimaterai +acclimateraient +acclimaterais +acclimaterait +acclimateras +acclimaterez +acclimateriez +acclimaterions +acclimaterons +acclimateront +acclimates +acclimatez +acclimat +acclimate +acclimates +acclimats +acclimatrent +acclimatiez +acclimations +acclimatons +accointa +accointai +accointaient +accointais +accointait +accointance +accointances +accointas +accointasse +accointassent +accointasses +accointassiez +accointassions +accointmes +accointt +accointtes +accointe +accointent +accointer +accointera +accointerai +accointeraient +accointerais +accointerait +accointeras +accointerez +accointeriez +accointerions +accointerons +accointeront +accointes +accointez +accoint +accointe +accointes +accoints +accointrent +accointiez +accointions +accointons +accola +accolade +accolades +accolai +accolaient +accolais +accolait +accolant +accolas +accolasse +accolassent +accolasses +accolassiez +accolassions +accolmes +accolt +accoltes +accole +accolent +accoler +accolera +accolerai +accoleraient +accolerais +accolerait +accoleras +accolerez +accoleriez +accolerions +accolerons +accoleront +accoles +accolez +accol +accole +accoles +accols +accolrent +accoliez +accolions +accolons +accommoda +accommodai +accommodaient +accommodais +accommodait +accommodant +accommodante +accommodantes +accommodants +accommodas +accommodasse +accommodassent +accommodasses +accommodassiez +accommodassions +accommodateur +accommodateure +accommodateures +accommodateurs +accommodation +accommodations +accommodmes +accommodt +accommodtes +accommode +accommodement +accommodements +accommodent +accommoder +accommodera +accommoderai +accommoderaient +accommoderais +accommoderait +accommoderas +accommoderez +accommoderiez +accommoderions +accommoderons +accommoderont +accommodes +accommodez +accommod +accommode +accommodes +accommods +accommodrent +accommodiez +accommodions +accommodons +accompagna +accompagnai +accompagnaient +accompagnais +accompagnait +accompagnant +accompagnas +accompagnasse +accompagnassent +accompagnasses +accompagnassiez +accompagnassions +accompagnateur +accompagnateurs +accompagnatrice +accompagnatrices +accompagnmes +accompagnt +accompagntes +accompagne +accompagnement +accompagnements +accompagnent +accompagner +accompagnera +accompagnerai +accompagneraient +accompagnerais +accompagnerait +accompagneras +accompagnerez +accompagneriez +accompagnerions +accompagnerons +accompagneront +accompagnes +accompagnez +accompagn +accompagne +accompagnes +accompagns +accompagnrent +accompagniez +accompagnions +accompagnons +accompli +accomplie +accomplies +accomplir +accomplira +accomplirai +accompliraient +accomplirais +accomplirait +accomplirant +accompliras +accomplirent +accomplirez +accompliriez +accomplirions +accomplirons +accompliront +accomplis +accomplissaient +accomplissais +accomplissait +accomplissant +accomplisse +accomplissement +accomplissements +accomplissent +accomplisses +accomplissez +accomplissiez +accomplissions +accomplissons +accomplit +accomplmes +accomplt +accompltes +accord +accorda +accordage +accordages +accordai +accordaient +accordais +accordait +accordant +accordas +accordasse +accordassent +accordasses +accordassiez +accordassions +accordmes +accordt +accordtes +accorde +accordent +accorder +accordera +accorderai +accorderaient +accorderais +accorderait +accorderas +accorderez +accorderiez +accorderions +accorderons +accorderont +accordes +accordeur +accordeurs +accordez +accord +accorde +accordes +accordon +accordoniste +accordonistes +accordons +accords +accordrent +accordiez +accordions +accordons +accords +accorte +accortes +accosta +accostage +accostages +accostai +accostaient +accostais +accostait +accostant +accostas +accostasse +accostassent +accostasses +accostassiez +accostassions +accostmes +accostt +accosttes +accoste +accostent +accoster +accostera +accosterai +accosteraient +accosterais +accosterait +accosteras +accosterez +accosteriez +accosterions +accosterons +accosteront +accostes +accostez +accost +accoste +accostes +accosts +accostrent +accostiez +accostions +accostons +accota +accotai +accotaient +accotais +accotait +accotant +accotas +accotasse +accotassent +accotasses +accotassiez +accotassions +accotmes +accott +accottes +accote +accotement +accotements +accotent +accoter +accotera +accoterai +accoteraient +accoterais +accoterait +accoteras +accoterez +accoteriez +accoterions +accoterons +accoteront +accotes +accotez +accot +accote +accotes +accots +accotrent +accotiez +accotions +accotons +accoucha +accouchai +accouchaient +accouchais +accouchait +accouchant +accouchas +accouchasse +accouchassent +accouchasses +accouchassiez +accouchassions +accouchmes +accoucht +accouchtes +accouche +accouchement +accouchements +accouchent +accoucher +accouchera +accoucherai +accoucheraient +accoucherais +accoucherait +accoucheras +accoucherez +accoucheriez +accoucherions +accoucherons +accoucheront +accouches +accoucheur +accoucheurs +accoucheuse +accoucheuses +accouchez +accouch +accouche +accouches +accouchs +accouchrent +accouchiez +accouchions +accouchons +accouda +accoudai +accoudaient +accoudais +accoudait +accoudant +accoudas +accoudasse +accoudassent +accoudasses +accoudassiez +accoudassions +accoudmes +accoudt +accoudtes +accoude +accoudent +accouder +accoudera +accouderai +accouderaient +accouderais +accouderait +accouderas +accouderez +accouderiez +accouderions +accouderons +accouderont +accoudes +accoudez +accoud +accoude +accoudes +accouds +accoudrent +accoudiez +accoudions +accoudoir +accoudoirs +accoudons +accoupla +accouplai +accouplaient +accouplais +accouplait +accouplant +accouplas +accouplasse +accouplassent +accouplasses +accouplassiez +accouplassions +accouplmes +accouplt +accoupltes +accouple +accouplement +accouplements +accouplent +accoupler +accouplera +accouplerai +accoupleraient +accouplerais +accouplerait +accoupleras +accouplerez +accoupleriez +accouplerions +accouplerons +accoupleront +accouples +accouplez +accoupl +accouple +accouples +accoupls +accouplrent +accoupliez +accouplions +accouplons +accouraient +accourais +accourait +accourant +accoure +accourent +accoures +accourez +accouriez +accourions +accourir +accourons +accourra +accourrai +accourraient +accourrais +accourrait +accourras +accourrez +accourriez +accourrions +accourrons +accourront +accours +accourt +accouru +accourue +accourues +accoururent +accourus +accourusse +accourussent +accourusses +accourussiez +accourussions +accourut +accourmes +accourt +accourtes +accoutra +accoutrai +accoutraient +accoutrais +accoutrait +accoutrant +accoutras +accoutrasse +accoutrassent +accoutrasses +accoutrassiez +accoutrassions +accoutrmes +accoutrt +accoutrtes +accoutre +accoutrement +accoutrements +accoutrent +accoutrer +accoutrera +accoutrerai +accoutreraient +accoutrerais +accoutrerait +accoutreras +accoutrerez +accoutreriez +accoutrerions +accoutrerons +accoutreront +accoutres +accoutrez +accoutr +accoutre +accoutres +accoutrs +accoutrrent +accoutriez +accoutrions +accoutrons +accoutuma +accoutumai +accoutumaient +accoutumais +accoutumait +accoutumance +accoutumances +accoutumant +accoutumas +accoutumasse +accoutumassent +accoutumasses +accoutumassiez +accoutumassions +accoutummes +accoutumt +accoutumtes +accoutume +accoutument +accoutumer +accoutumera +accoutumerai +accoutumeraient +accoutumerais +accoutumerait +accoutumeras +accoutumerez +accoutumeriez +accoutumerions +accoutumerons +accoutumeront +accoutumes +accoutumez +accoutum +accoutume +accoutumes +accoutums +accoutumrent +accoutumiez +accoutumions +accoutumons +accrdita +accrditai +accrditaient +accrditais +accrditait +accrditant +accrditas +accrditasse +accrditassent +accrditasses +accrditassiez +accrditassions +accrditmes +accrditt +accrdittes +accrdite +accrditent +accrditer +accrditera +accrditerai +accrditeraient +accrditerais +accrditerait +accrditeras +accrditerez +accrditeriez +accrditerions +accrditerons +accrditeront +accrdites +accrditez +accrdit +accrdite +accrdites +accrdits +accrditrent +accrditiez +accrditions +accrditons +accroc +accrocha +accrochage +accrochages +accrochai +accrochaient +accrochais +accrochait +accrochant +accrochas +accrochasse +accrochassent +accrochasses +accrochassiez +accrochassions +accrochmes +accrocht +accrochtes +accroche +accrochent +accrocher +accrochera +accrocherai +accrocheraient +accrocherais +accrocherait +accrocheras +accrocherez +accrocheriez +accrocherions +accrocherons +accrocheront +accroches +accrocheur +accrocheurs +accrocheuse +accrocheuses +accrochez +accroch +accroche +accroches +accrochs +accrochrent +accrochiez +accrochions +accrochons +accrocs +accroie +accroient +accroies +accroira +accroirai +accroiraient +accroirais +accroirait +accroiras +accroire +accroirez +accroiriez +accroirions +accroirons +accroiront +accrois +accroissaient +accroissais +accroissait +accroissant +accroisse +accroissement +accroissements +accroissent +accroisses +accroissez +accroissiez +accroissions +accroissons +accroit +accros +accrot +accrotra +accrotrai +accrotraient +accrotrais +accrotrait +accrotras +accrotre +accrotrez +accrotriez +accrotrions +accrotrons +accrotront +accroupi +accroupie +accroupies +accroupir +accroupira +accroupirai +accroupiraient +accroupirais +accroupirait +accroupiras +accroupirent +accroupirez +accroupiriez +accroupirions +accroupirons +accroupiront +accroupis +accroupissaient +accroupissais +accroupissait +accroupissant +accroupisse +accroupissement +accroupissements +accroupissent +accroupisses +accroupissez +accroupissiez +accroupissions +accroupissons +accroupit +accroupmes +accroupt +accrouptes +accroyaient +accroyais +accroyait +accroyant +accroyez +accroyiez +accroyions +accroyons +accru +accrue +accrues +accrurent +accrus +accrusse +accrussent +accrusses +accrussiez +accrussions +accrut +accrmes +accrs +accrt +accrtes +accu +accueil +accueillaient +accueillais +accueillait +accueillant +accueillante +accueillantes +accueillants +accueille +accueillent +accueilles +accueillez +accueilli +accueillie +accueillies +accueilliez +accueillions +accueillir +accueillira +accueillirai +accueilliraient +accueillirais +accueillirait +accueilliras +accueillirent +accueillirez +accueilliriez +accueillirions +accueillirons +accueilliront +accueillis +accueillisse +accueillissent +accueillisses +accueillissiez +accueillissions +accueillit +accueillmes +accueillt +accueilltes +accueillons +accueils +accula +acculai +acculaient +acculais +acculait +acculant +acculas +acculasse +acculassent +acculasses +acculassiez +acculassions +acculmes +accult +accultes +accule +acculent +acculer +acculera +acculerai +acculeraient +acculerais +acculerait +acculeras +acculerez +acculeriez +acculerions +acculerons +acculeront +accules +acculez +accul +accule +accules +acculs +acculrent +acculiez +acculions +acculons +accumula +accumulai +accumulaient +accumulais +accumulait +accumulant +accumulas +accumulasse +accumulassent +accumulasses +accumulassiez +accumulassions +accumulateur +accumulateurs +accumulation +accumulations +accumulatrice +accumulatrices +accumulmes +accumult +accumultes +accumule +accumulent +accumuler +accumulera +accumulerai +accumuleraient +accumulerais +accumulerait +accumuleras +accumulerez +accumuleriez +accumulerions +accumulerons +accumuleront +accumules +accumulez +accumul +accumule +accumules +accumuls +accumulrent +accumuliez +accumulions +accumulons +accus +accusa +accusai +accusaient +accusais +accusait +accusant +accusas +accusasse +accusassent +accusasses +accusassiez +accusassions +accusateur +accusateurs +accusatif +accusatifs +accusation +accusations +accusatoire +accusatoires +accusatrice +accusatrices +accusmes +accust +accustes +accuse +accusent +accuser +accusera +accuserai +accuseraient +accuserais +accuserait +accuseras +accuserez +accuseriez +accuserions +accuserons +accuseront +accuses +accusez +accus +accuse +accuses +accuss +accusrent +accusiez +accusions +accusons +acerbe +acerbes +acr +acrs +actate +actates +actique +actiques +actone +actylne +achaland +achalande +achalandes +achalands +acharna +acharnai +acharnaient +acharnais +acharnait +acharnant +acharnas +acharnasse +acharnassent +acharnasses +acharnassiez +acharnassions +acharnmes +acharnt +acharntes +acharne +acharnement +acharnements +acharnent +acharner +acharnera +acharnerai +acharneraient +acharnerais +acharnerait +acharneras +acharnerez +acharneriez +acharnerions +acharnerons +acharneront +acharnes +acharnez +acharn +acharne +acharnes +acharns +acharnrent +acharniez +acharnions +acharnons +achat +achats +achemina +acheminai +acheminaient +acheminais +acheminait +acheminant +acheminas +acheminasse +acheminassent +acheminasses +acheminassiez +acheminassions +acheminmes +achemint +achemintes +achemine +acheminement +acheminements +acheminent +acheminer +acheminera +acheminerai +achemineraient +acheminerais +acheminerait +achemineras +acheminerez +achemineriez +acheminerions +acheminerons +achemineront +achemines +acheminez +achemin +achemine +achemines +achemins +acheminrent +acheminiez +acheminions +acheminons +acheta +achetai +achetaient +achetais +achetait +achetant +achetas +achetasse +achetassent +achetasses +achetassiez +achetassions +achetmes +achett +achettes +acheter +acheteur +acheteurs +acheteuse +acheteuses +achetez +achet +achete +achetes +achets +achetrent +achetiez +achetions +achetons +acheva +achevai +achevais +achevait +achevant +achevas +achevasse +achevassent +achevasses +achevassiez +achevassions +achevmes +achevt +achevtes +achever +achevez +achev +acheve +acheves +achevs +achevrent +acheviez +achevions +achevons +achte +achtent +achtera +achterai +achteraient +achterais +achterait +achteras +achterez +achteriez +achterions +achterons +achteront +achtes +achve +achvement +achvements +achvent +achvera +achverai +achveraient +achverais +achverait +achverez +achveriez +achverions +achverons +achveront +achves +achille +achoppa +achoppai +achoppaient +achoppais +achoppait +achoppant +achoppas +achoppasse +achoppassent +achoppasses +achoppassiez +achoppassions +achoppmes +achoppt +achopptes +achoppe +achoppement +achoppements +achoppent +achopper +achoppera +achopperai +achopperaient +achopperais +achopperait +achopperas +achopperez +achopperiez +achopperions +achopperons +achopperont +achoppes +achoppez +achopp +achoppe +achoppes +achopps +achopprent +achoppiez +achoppions +achoppons +achromatique +achromatiques +acide +acides +acidifia +acidifiai +acidifiaient +acidifiais +acidifiait +acidifiant +acidifias +acidifiasse +acidifiassent +acidifiasses +acidifiassiez +acidifiassions +acidifimes +acidifit +acidifites +acidifie +acidifient +acidifier +acidifiera +acidifierai +acidifieraient +acidifierais +acidifierait +acidifieras +acidifierez +acidifieriez +acidifierions +acidifierons +acidifieront +acidifies +acidifiez +acidifi +acidifie +acidifies +acidifis +acidifirent +acidifiiez +acidifiions +acidifions +acidit +acidits +acidul +acidule +acidules +aciduls +acier +aciers +acira +acirage +acirages +acirai +aciraient +acirais +acirait +acirant +aciras +acirasse +acirassent +acirasses +acirassiez +acirassions +acirmes +acirt +acirtes +acire +acirent +acirer +acirera +acirerai +acireraient +acirerais +acirerait +acireras +acirerez +acireriez +acirerions +acirerons +acireront +acires +acirez +acir +acire +acires +acirs +acirrent +acirie +aciries +aciriez +acirions +acirons +acn +acolyte +acolytes +acompte +acomptes +aconit +aconits +acoquina +acoquinai +acoquinaient +acoquinais +acoquinait +acoquinas +acoquinasse +acoquinassent +acoquinasses +acoquinassiez +acoquinassions +acoquinmes +acoquint +acoquintes +acoquine +acoquinent +acoquiner +acoquinera +acoquinerai +acoquineraient +acoquinerais +acoquinerait +acoquineras +acoquinerez +acoquineriez +acoquinerions +acoquinerons +acoquineront +acoquines +acoquinez +acoquin +acoquine +acoquines +acoquins +acoquinrent +acoquiniez +acoquinions +acoquinons +acoustique +acoustiques +acquerra +acquerrai +acquerraient +acquerrais +acquerrait +acquerras +acquerrez +acquerriez +acquerrions +acquerrons +acquerront +acquraient +acqurais +acqurait +acqurant +acqureur +acqureurs +acqureuse +acqureuses +acqurez +acquriez +acqurions +acqurir +acqurirent +acqurons +acqut +acquts +acquiers +acquiert +acquiesce +acquiescement +acquiescements +acquiescent +acquiescer +acquiescera +acquiescerai +acquiesceraient +acquiescerais +acquiescerait +acquiesceras +acquiescerez +acquiesceriez +acquiescerions +acquiescerons +acquiesceront +acquiesces +acquiescez +acquiesc +acquiesce +acquiesces +acquiescs +acquiescrent +acquiesciez +acquiescions +acquiescons +acquiesa +acquiesai +acquiesaient +acquiesais +acquiesait +acquiesas +acquiesasse +acquiesassent +acquiesasses +acquiesassiez +acquiesassions +acquiesmes +acquiest +acquiestes +acquire +acquirent +acquires +acquirent +acquis +acquise +acquises +acquisition +acquisitions +acquisse +acquissent +acquisses +acquissiez +acquissions +acquit +acquits +acquitta +acquittai +acquittaient +acquittais +acquittait +acquittant +acquittas +acquittasse +acquittassent +acquittasses +acquittassiez +acquittassions +acquittmes +acquittt +acquitttes +acquitte +acquittement +acquittements +acquittent +acquitter +acquittera +acquitterai +acquitteraient +acquitterais +acquitterait +acquitteras +acquitterez +acquitteriez +acquitterions +acquitterons +acquitteront +acquittes +acquittez +acquitt +acquitte +acquittes +acquitts +acquittrent +acquittiez +acquittions +acquittons +acqumes +acqut +acqutes +acrimonie +acrimonies +acrimonieuse +acrimonieusement +acrimonieuses +acrimonieux +acrobate +acrobates +acrobatie +acrobaties +acrobatique +acrobatiques +acropole +acrostiche +acrostiches +acte +actes +acteur +acteurs +actif +actifs +actinie +actinies +action +actionna +actionnai +actionnaient +actionnaire +actionnaires +actionnais +actionnait +actionnas +actionnasse +actionnassent +actionnasses +actionnassiez +actionnassions +actionnmes +actionnt +actionntes +actionne +actionnent +actionner +actionnera +actionnerai +actionneraient +actionnerais +actionnerait +actionneras +actionnerez +actionneriez +actionnerions +actionnerons +actionneront +actionnes +actionnez +actionn +actionne +actionnes +actionns +actionnrent +actionniez +actionnions +actionnons +actions +activa +activai +activaient +activais +activait +activant +activas +activasse +activassent +activasses +activassiez +activassions +activateur +activateurs +activation +activations +activmes +activt +activtes +active +activement +activent +activer +activera +activerai +activeraient +activerais +activerait +activeras +activerez +activeriez +activerions +activerons +activeront +actives +activez +activ +active +actives +activs +activrent +activiez +activions +activisme +activismes +activiste +activistes +activit +activits +activons +actrice +actrices +actuaire +actuaires +actualisa +actualisai +actualisaient +actualisais +actualisait +actualisant +actualisas +actualisasse +actualisassent +actualisasses +actualisassiez +actualisassions +actualisation +actualisations +actualismes +actualist +actualistes +actualise +actualisent +actualiser +actualisera +actualiserai +actualiseraient +actualiserais +actualiserait +actualiseras +actualiserez +actualiseriez +actualiserions +actualiserons +actualiseront +actualises +actualisez +actualis +actualise +actualises +actualiss +actualisrent +actualisiez +actualisions +actualisons +actualit +actualits +actuel +actuelle +actuellement +actuelles +actuels +acuit +acuits +acuponcteur +acuponcteurs +acuponcture +acuponctures +acupuncteur +acupuncteurs +acupuncture +acupunctures +ad +adage +adages +adagio +adagios +adapta +adaptable +adaptables +adaptai +adaptaient +adaptais +adaptait +adaptant +adaptas +adaptasse +adaptassent +adaptasses +adaptassiez +adaptassions +adaptateur +adaptateurs +adaptation +adaptations +adaptmes +adaptt +adapttes +adapte +adaptent +adapter +adaptera +adapterai +adapteraient +adapterais +adapterait +adapteras +adapterez +adapteriez +adapterions +adapterons +adapteront +adaptes +adaptez +adapt +adapte +adaptes +adapts +adaptrent +adaptiez +adaptions +adaptons +addenda +additif +additifs +addition +additionna +additionnai +additionnaient +additionnais +additionnait +additionnant +additionnas +additionnasse +additionnassent +additionnasses +additionnassiez +additionnassions +additionnmes +additionnt +additionntes +additionne +additionnel +additionnelle +additionnelles +additionnels +additionnent +additionner +additionnera +additionnerai +additionneraient +additionnerais +additionnerait +additionneras +additionnerez +additionneriez +additionnerions +additionnerons +additionneront +additionnes +additionnez +additionn +additionne +additionnes +additionns +additionnrent +additionniez +additionnions +additionnons +additions +adduction +adductions +adepte +adeptes +adnode +adnodes +adquat +adquate +adquates +adquation +adquations +adquats +adhra +adhrai +adhraient +adhrais +adhrait +adhras +adhrasse +adhrassent +adhrasses +adhrassiez +adhrassions +adhrmes +adhrt +adhrtes +adhrence +adhrences +adhrent +adhrente +adhrentes +adhrents +adhrer +adhrez +adhr +adhre +adhres +adhrs +adhriez +adhrions +adhrons +adhsif +adhsifs +adhsion +adhsions +adhsive +adhsives +adhre +adhrent +adhrera +adhrerai +adhreraient +adhrerais +adhrerait +adhreras +adhrerez +adhreriez +adhrerions +adhrerons +adhres +adieu +adieux +adipeuse +adipeuses +adipeux +adjacent +adjacente +adjacentes +adjacents +adjectif +adjectifs +adjective +adjectivement +adjectives +adjoignaient +adjoignaiez +adjoignaions +adjoignait +adjoignant +adjoigne +adjoignent +adjoignes +adjoignez +adjoigniez +adjoignions +adjoignirent +adjoignis +adjoignit +adjoignmes +adjoigntes +adjoignons +adjoindisse +adjoindissent +adjoindisses +adjoindissiez +adjoindission +adjoindissions +adjoindt +adjoindra +adjoindrai +adjoindraient +adjoindrais +adjoindrait +adjoindras +adjoindre +adjoindrez +adjoindriez +adjoindrions +adjoindrons +adjoindront +adjoins +adjoint +adjointe +adjointes +adjoints +adjonction +adjonctions +adjudant +adjudants +adjudicataire +adjudicataires +adjudication +adjudications +adjuge +adjugea +adjugeai +adjugeaient +adjugeais +adjugeait +adjugeant +adjugeas +adjugeasse +adjugeassent +adjugeasses +adjugeassiez +adjugeassions +adjugemes +adjuget +adjugetes +adjugent +adjugeons +adjuger +adjugera +adjugerai +adjugeraient +adjugerais +adjugerait +adjugeras +adjugerez +adjugeriez +adjugerions +adjugerons +adjugeront +adjuges +adjugez +adjug +adjuge +adjuges +adjugs +adjugrent +adjugiez +adjugions +adjura +adjurai +adjuraient +adjurais +adjurait +adjurant +adjuras +adjurasse +adjurassent +adjurasses +adjurassiez +adjurassions +adjuration +adjurations +adjurmes +adjurt +adjurtes +adjure +adjurent +adjurer +adjurera +adjurerai +adjureraient +adjurerais +adjurerait +adjureras +adjurerez +adjureriez +adjurerions +adjurerons +adjureront +adjures +adjurez +adjur +adjure +adjures +adjurs +adjurrent +adjuriez +adjurions +adjurons +adjuvant +adjuvante +adjuvantes +adjuvants +admet +admets +admettaient +admettais +admettait +admettant +admette +admettent +admettes +admettez +admettiez +admettions +admettisse +admettissent +admettisses +admettissiez +admettissions +admettons +admettra +admettrai +admettraient +admettrais +admettrait +admettras +admettre +admettrez +admettriez +admettrions +admettrons +admettront +administra +administrai +administraient +administrais +administrait +administrant +administras +administrasse +administrassent +administrasses +administrassiez +administrassions +administrateur +administrateurs +administratif +administratifs +administration +administrations +administrative +administrativement +administratives +administratrice +administratrices +administrmes +administrt +administrtes +administre +administrent +administrer +administrera +administrerai +administreraient +administrerais +administrerait +administreras +administrerez +administreriez +administrerions +administrerons +administreront +administres +administrez +administr +administre +administres +administrs +administrrent +administriez +administrions +administrons +admira +admirable +admirablement +admirables +admirai +admiraient +admirais +admirait +admirant +admiras +admirasse +admirassent +admirasses +admirassiez +admirassions +admirateur +admirateurs +admiratif +admiratifs +admiration +admirations +admirative +admirativement +admiratives +admiratrice +admiratrices +admirmes +admirt +admirtes +admire +admirent +admirer +admirera +admirerai +admireraient +admirerais +admirerait +admireras +admirerez +admireriez +admirerions +admirerons +admireront +admires +admirez +admir +admire +admires +admirs +admirrent +admiriez +admirions +admirons +admis +admise +admises +admissibilit +admissibilits +admissible +admissibles +admission +admissions +admit +admmes +admt +admtes +admonesta +admonestai +admonestaient +admonestais +admonestait +admonestant +admonestas +admonestasse +admonestassent +admonestasses +admonestassiez +admonestassions +admonestation +admonestations +admonestmes +admonestt +admonesttes +admoneste +admonestent +admonester +admonestera +admonesterai +admonesteraient +admonesterais +admonesterait +admonesteras +admonesterez +admonesteriez +admonesterions +admonesterons +admonesteront +admonestes +admonestez +admonest +admoneste +admonestes +admonests +admonestrent +admonestiez +admonestions +admonestons +adolescence +adolescences +adolescent +adolescente +adolescentes +adolescents +adonis +adonna +adonnai +adonnaient +adonnais +adonnait +adonnant +adonnas +adonnasse +adonnassent +adonnasses +adonnassiez +adonnassions +adonnmes +adonnt +adonntes +adonne +adonnent +adonner +adonnera +adonnerai +adonneraient +adonnerais +adonnerait +adonneras +adonnerez +adonneriez +adonnerions +adonnerons +adonneront +adonnes +adonnez +adonn +adonne +adonnes +adonns +adonnrent +adonniez +adonnions +adonnons +adopta +adoptai +adoptaient +adoptais +adoptait +adoptant +adoptas +adoptasse +adoptassent +adoptasses +adoptassiez +adoptassions +adoptmes +adoptt +adopttes +adopte +adoptent +adopter +adoptera +adopterai +adopteraient +adopterais +adopterait +adopteras +adopterez +adopteriez +adopterions +adopterons +adopteront +adoptes +adoptez +adopt +adopte +adoptes +adopts +adoptrent +adoptiez +adoptif +adoptifs +adoption +adoptions +adoptive +adoptives +adoptons +adora +adorable +adorablement +adorables +adorai +adoraient +adorais +adorait +adorant +adoras +adorasse +adorassent +adorasses +adorassiez +adorassions +adorateur +adorateurs +adoration +adorations +adoratrice +adoratrices +adormes +adort +adortes +adore +adorent +adorer +adorera +adorerai +adoreraient +adorerais +adorerait +adoreras +adorerez +adoreriez +adorerions +adorerons +adoreront +adores +adorez +ador +adore +adores +adors +adorrent +adoriez +adorions +adorons +adossa +adossai +adossaient +adossais +adossait +adossant +adossas +adossasse +adossassent +adossasses +adossassiez +adossassions +adossmes +adosst +adosstes +adosse +adossent +adosser +adossera +adosserai +adosseraient +adosserais +adosserait +adosseras +adosserez +adosseriez +adosserions +adosserons +adosseront +adosses +adossez +adoss +adosse +adosses +adosss +adossrent +adossiez +adossions +adossons +adoubement +adouci +adoucie +adoucies +adoucir +adoucira +adoucirai +adouciraient +adoucirais +adoucirait +adouciras +adoucirent +adoucirez +adouciriez +adoucirions +adoucirons +adoucis +adoucissaient +adoucissais +adoucissait +adoucissant +adoucissante +adoucissantes +adoucissants +adoucisse +adoucissement +adoucissements +adoucissent +adoucisses +adoucisseur +adoucisseurs +adoucissez +adoucissiez +adoucissions +adoucissons +adoucit +adoucmes +adouct +adouctes +adressa +adressage +adressages +adressai +adressaient +adressais +adressait +adressant +adressas +adressasse +adressassent +adressasses +adressassiez +adressassions +adressmes +adresst +adresstes +adresse +adressent +adresser +adressera +adresserai +adresseraient +adresserais +adresserait +adresseras +adresserez +adresseriez +adresserions +adresserons +adresseront +adresses +adressez +adress +adresse +adresses +adresss +adressrent +adressiez +adressions +adressons +adrnaline +adroit +adroite +adroitement +adroites +adroits +adsorba +adsorbai +adsorbaient +adsorbais +adsorbait +adsorbant +adsorbants +adsorbas +adsorbasse +adsorbassent +adsorbasses +adsorbassiez +adsorbassions +adsorbmes +adsorbt +adsorbtes +adsorbe +adsorbent +adsorber +adsorbera +adsorberai +adsorberaient +adsorberais +adsorberait +adsorberas +adsorberez +adsorberiez +adsorberions +adsorberons +adsorberont +adsorbes +adsorbez +adsorb +adsorbe +adsorbes +adsorbs +adsorbrent +adsorbiez +adsorbions +adsorbons +adsorption +adsorptions +adula +adulai +adulaient +adulais +adulait +adulant +adulas +adulasse +adulassent +adulasses +adulassiez +adulassions +adulateur +adulateurs +adulation +adulations +adulatrice +adulatrices +adulmes +adult +adultes +adule +adulent +aduler +adulera +adulerai +aduleraient +adulerais +adulerait +aduleras +adulerez +aduleriez +adulerions +adulerons +aduleront +adules +adulez +adul +adule +adules +aduls +adulrent +aduliez +adulions +adulons +adulte +adultes +adultra +adultrai +adultraient +adultrais +adultrait +adultrant +adultras +adultrasse +adultrassent +adultrasses +adultrassiez +adultrassions +adultration +adultrations +adultrmes +adultrt +adultrtes +adultrer +adultrera +adultrerai +adultreraient +adultrerais +adultrerait +adultreras +adultrerez +adultreriez +adultrerions +adultrerons +adultreront +adultrez +adultr +adultre +adultres +adultrs +adultrrent +adultriez +adultrin +adultrine +adultrines +adultrins +adultrions +adultrons +adultre +adultrent +adultres +advenaient +advenait +advenant +advenez +advenir +advenisse +advenissent +adventice +adventices +adventif +adventifs +adventive +adventives +advenu +advenue +advenues +advenus +adverbe +adverbes +adverbial +adverbiale +adverbialement +adverbiales +adverbiaux +adversaire +adversaires +adverse +adverses +adversit +adversits +adviendra +adviendraient +adviendrait +adviendront +advienne +adviennent +advient +advint +advirent +aequo +ara +arai +araient +arais +arait +arant +aras +arasse +arassent +arasses +arassiez +arassions +aration +arations +armes +art +artes +arer +ares +arez +ar +are +ares +ars +arrent +arien +arienne +ariennes +ariens +ariez +arions +aro +arobie +arobies +arodrome +arodromes +arodynamique +arodynamiques +arodynamisme +arofrein +arofreins +arogare +arogares +aroglisseur +aroglisseurs +arolite +arolites +arolithe +arolithes +aronaute +aronautes +aronautique +aronautiques +aronaval +aronavale +aronavales +aronavals +aronef +arons +arophagie +arophagies +aroplane +aroplanes +aroport +aroport +aroporte +aroportes +aroports +aroports +aropostal +aropostale +aropostaux +arosol +arosols +arostat +arostation +arostations +arostatique +arostatiques +arostats +arostier +arostiers +arotrain +arotrains +ade +ades +are +arent +arera +arerai +areraient +arerais +arerait +areras +arerez +areriez +arerions +arerons +areront +ares +affabilit +affabilits +affable +affables +affabula +affabulai +affabulaient +affabulais +affabulait +affabulant +affabulas +affabulasse +affabulassent +affabulasses +affabulassiez +affabulassions +affabulation +affabulations +affabulmes +affabult +affabultes +affabule +affabulent +affabuler +affabulera +affabulerai +affabuleraient +affabulerais +affabulerait +affabuleras +affabulerez +affabuleriez +affabulerions +affabulerons +affabuleront +affabules +affabulez +affabul +affabule +affabules +affabuls +affabulrent +affabuliez +affabulions +affabulons +affadi +affadie +affadies +affadir +affadira +affadirai +affadiraient +affadirais +affadirait +affadiras +affadirent +affadirez +affadiriez +affadirions +affadirons +affadiront +affadis +affadissaient +affadissais +affadissait +affadissant +affadisse +affadissement +affadissements +affadissent +affadisses +affadissez +affadissiez +affadissions +affadissons +affadit +affadmes +affadt +affadtes +affaibli +affaiblie +affaiblies +affaiblir +affaiblira +affaiblirai +affaibliraient +affaiblirais +affaiblirait +affaibliras +affaiblirent +affaiblirez +affaibliriez +affaiblirions +affaiblirons +affaibliront +affaiblis +affaiblissaient +affaiblissais +affaiblissait +affaiblissant +affaiblissement +affaiblissements +affaiblisses +affaiblissez +affaiblissiez +affaiblissions +affaiblissons +affaiblit +affaiblmes +affaiblt +affaibltes +affaira +affairai +affairaient +affairais +affairait +affairant +affairas +affairasse +affairassent +affairasses +affairassiez +affairassions +affairmes +affairt +affairtes +affaire +affairement +affairements +affairent +affairer +affairera +affairerai +affaireraient +affairerais +affairerait +affaireras +affairerez +affaireriez +affairerions +affairerons +affaireront +affaires +affairez +affair +affaire +affaires +affairs +affairrent +affairiez +affairions +affairisme +affairiste +affairistes +affairons +affaissa +affaissai +affaissaient +affaissais +affaissait +affaissant +affaissas +affaissasse +affaissassent +affaissasses +affaissassiez +affaissassions +affaissmes +affaisst +affaisstes +affaisse +affaissement +affaissements +affaissent +affaisser +affaissera +affaisserai +affaisseraient +affaisserais +affaisserait +affaisseras +affaisserez +affaisseriez +affaisserions +affaisserons +affaisseront +affaisses +affaissez +affaiss +affaisse +affaisses +affaisss +affaissrent +affaissiez +affaissions +affaissons +affala +affalai +affalaient +affalais +affalait +affalant +affalas +affalasse +affalassent +affalasses +affalassiez +affalassions +affalmes +affalt +affaltes +affale +affalent +affaler +affalera +affalerai +affaleraient +affalerais +affalerait +affaleras +affalerez +affaleriez +affalerions +affalerons +affaleront +affales +affalez +affal +affale +affales +affals +affalrent +affaliez +affalions +affalons +affama +affamai +affamaient +affamais +affamait +affamant +affamas +affamasse +affamassent +affamasses +affamassiez +affamassions +affammes +affamt +affamtes +affame +affament +affamer +affamera +affamerai +affameraient +affamerais +affamerait +affameras +affamerez +affameriez +affamerions +affamerons +affameront +affames +affameur +affameurs +affameuse +affameuses +affamez +affam +affame +affames +affams +affamrent +affamiez +affamions +affamons +affecta +affectai +affectaient +affectais +affectait +affectant +affectas +affectasse +affectassent +affectasses +affectassiez +affectassions +affectation +affectations +affectmes +affectt +affecttes +affecte +affectent +affecter +affectera +affecterai +affecteraient +affecterais +affecterait +affecteras +affecterez +affecteriez +affecterions +affecterons +affecteront +affectes +affectez +affect +affecte +affectes +affects +affectrent +affectiez +affectif +affectifs +affection +affectionna +affectionnai +affectionnaient +affectionnais +affectionnait +affectionnant +affectionnas +affectionnasse +affectionnassent +affectionnasses +affectionnassiez +affectionnassions +affectionnmes +affectionnt +affectionntes +affectionne +affectionnent +affectionner +affectionnera +affectionnerai +affectionneraient +affectionnerais +affectionnerait +affectionneras +affectionnerez +affectionneriez +affectionnerions +affectionnerons +affectionneront +affectionnes +affectionnez +affectionn +affectionne +affectionnes +affectionns +affectionnrent +affectionniez +affectionnions +affectionnons +affections +affective +affectives +affectivit +affectivits +affectons +affectueuse +affectueusement +affectueuses +affectueux +afferma +affermage +affermages +affermai +affermaient +affermais +affermait +affermant +affermas +affermasse +affermassent +affermasses +affermassiez +affermassions +affermmes +affermt +affermtes +afferme +afferment +affermer +affermera +affermerai +affermeraient +affermerais +affermerait +affermeras +affermerez +affermeriez +affermerions +affermerons +affermeront +affermes +affermez +afferm +afferme +affermes +afferms +affermrent +affermi +affermie +affermies +affermiez +affermions +affermir +affermira +affermirai +affermiraient +affermirais +affermirait +affermiras +affermirent +affermirez +affermiriez +affermirions +affermirons +affermiront +affermis +affermissaient +affermissais +affermissait +affermissant +affermisse +affermissement +affermissements +affermissent +affermisses +affermissez +affermissiez +affermissions +affermissons +affermit +affermmes +affermt +affermtes +affermons +affrent +affrente +affrentes +affrents +affterie +affteries +afficha +affichable +affichables +affichage +affichages +affichai +affichaient +affichais +affichait +affichant +affichas +affichasse +affichassent +affichasses +affichassiez +affichassions +affichmes +afficht +affichtes +affiche +affichent +afficher +affichera +afficherai +afficheraient +afficherais +afficherait +afficheras +afficherez +afficheriez +afficherions +afficherons +afficheront +affiches +affichette +affichettes +afficheur +afficheurs +affichez +affich +affiche +affiches +affichs +affichrent +affichiez +affichions +affichiste +affichistes +affichons +affila +affilai +affilaient +affilais +affilait +affilant +affilas +affilasse +affilassent +affilasses +affilassiez +affilassions +affilmes +affilt +affiltes +affile +affilent +affiler +affilera +affilerai +affileraient +affilerais +affilerait +affileras +affilerez +affileriez +affilerions +affilerons +affileront +affiles +affilez +affil +affile +affiles +affils +affilrent +affilia +affiliai +affiliaient +affiliais +affiliait +affiliant +affilias +affiliasse +affiliassent +affiliasses +affiliassiez +affiliassions +affiliation +affiliations +affilimes +affilit +affilites +affilie +affilient +affilier +affiliera +affilierai +affilieraient +affilierais +affilierait +affilieras +affilierez +affilieriez +affilierions +affilierons +affilieront +affilies +affiliez +affili +affilie +affilies +affilis +affilirent +affiliiez +affiliions +affilions +affina +affinage +affinages +affinai +affinaient +affinais +affinait +affinant +affinas +affinasse +affinassent +affinasses +affinassiez +affinassions +affinmes +affint +affintes +affine +affinent +affiner +affinera +affinerai +affineraient +affinerais +affinerait +affineras +affinerez +affineriez +affinerions +affinerons +affineront +affines +affineur +affineurs +affinez +affin +affine +affines +affins +affinrent +affiniez +affinions +affinit +affinits +affinons +affirma +affirmai +affirmaient +affirmais +affirmait +affirmant +affirmas +affirmasse +affirmassent +affirmasses +affirmassiez +affirmassions +affirmatif +affirmatifs +affirmation +affirmations +affirmative +affirmativement +affirmatives +affirmmes +affirmt +affirmtes +affirme +affirment +affirmer +affirmera +affirmerai +affirmeraient +affirmerais +affirmerait +affirmeras +affirmerez +affirmeriez +affirmerions +affirmerons +affirmeront +affirmes +affirmez +affirm +affirme +affirmes +affirms +affirmrent +affirmiez +affirmions +affirmons +affleura +affleurai +affleuraient +affleurais +affleurait +affleurant +affleuras +affleurasse +affleurassent +affleurasses +affleurassiez +affleurassions +affleurmes +affleurt +affleurtes +affleure +affleurement +affleurements +affleurent +affleurer +affleurera +affleurerai +affleureraient +affleurerais +affleurerait +affleureras +affleurerez +affleureriez +affleurerions +affleurerons +affleureront +affleures +affleurez +affleur +affleure +affleures +affleurs +affleurrent +affleuriez +affleurions +affleurons +affliction +afflictions +afflige +affligea +affligeai +affligeaient +affligeais +affligeait +affligeant +affligeas +affligeasse +affligeassent +affligeasses +affligeassiez +affligeassions +affligemes +affliget +affligetes +affligent +affligeons +affliger +affligera +affligerai +affligeraient +affligerais +affligerait +affligeras +affligerez +affligeriez +affligerions +affligerons +affligeront +affliges +affligez +afflig +afflige +affliges +affligs +affligrent +affligiez +affligions +afflua +affluai +affluaient +affluais +affluait +affluant +affluas +affluasse +affluassent +affluasses +affluassiez +affluassions +afflumes +afflut +afflutes +afflue +affluence +affluences +affluent +affluente +affluentes +affluents +affluer +affluera +affluerai +afflueraient +affluerais +affluerait +afflueras +affluerez +afflueriez +affluerions +affluerons +afflueront +afflues +affluez +afflu +afflue +afflues +afflus +afflurent +affluiez +affluions +affluons +afflux +affola +affolai +affolaient +affolais +affolait +affolant +affolante +affolantes +affolants +affolas +affolasse +affolassent +affolasses +affolassiez +affolassions +affolmes +affolt +affoltes +affole +affolement +affolements +affolent +affoler +affolera +affolerai +affoleraient +affolerais +affolerait +affoleras +affolerez +affoleriez +affolerions +affolerons +affoleront +affoles +affolez +affol +affole +affoles +affols +affolrent +affoliez +affolions +affollent +affolons +affouage +affouages +affouilli +affouillie +affouillies +affouillir +affouillira +affouillirai +affouilliraient +affouillirais +affouillirait +affouilliras +affouillirent +affouillirez +affouilliriez +affouillirions +affouillirons +affouilliront +affouillis +affouillissaient +affouillissais +affouillissait +affouillissant +affouillisse +affouillissent +affouillisses +affouillissez +affouillissiez +affouillissions +affouillissons +affouillit +affouillmes +affouillt +affouilltes +affranchi +affranchie +affranchies +affranchir +affranchira +affranchirai +affranchiraient +affranchirais +affranchirait +affranchiras +affranchirent +affranchirez +affranchiriez +affranchirions +affranchirons +affranchiront +affranchis +affranchissaient +affranchissais +affranchissait +affranchissant +affranchisse +affranchissement +affranchissements +affranchisses +affranchissez +affranchissiez +affranchissions +affranchissons +affranchit +affranchmes +affrancht +affranchtes +affres +affreuse +affreusement +affreuses +affreux +affrta +affrtai +affrtaient +affrtais +affrtait +affrtas +affrtasse +affrtassent +affrtasses +affrtassiez +affrtassions +affrtmes +affrtt +affrttes +affrter +affrtera +affrterai +affrteraient +affrterais +affrterait +affrteras +affrteur +affrteurs +affrtez +affrt +affrte +affrtes +affrts +affrtrent +affrtiez +affrtions +affrtons +affrte +affrtement +affrtements +affrtent +affrterez +affrteriez +affrterions +affrterons +affrteront +affrtes +affrianda +affriandai +affriandaient +affriandais +affriandait +affriandant +affriandas +affriandasse +affriandassent +affriandasses +affriandassiez +affriandassions +affriandmes +affriandt +affriandtes +affriande +affriandent +affriander +affriandera +affrianderai +affrianderaient +affrianderais +affrianderait +affrianderas +affrianderez +affrianderiez +affrianderions +affrianderons +affrianderont +affriandes +affriandez +affriand +affriande +affriandes +affriands +affriandrent +affriandiez +affriandions +affriandons +affriola +affriolai +affriolaient +affriolais +affriolait +affriolant +affriolante +affriolantes +affriolants +affriolas +affriolasse +affriolassent +affriolasses +affriolassiez +affriolassions +affriolmes +affriolt +affrioltes +affriole +affriolent +affrioler +affriolera +affriolerai +affrioleraient +affriolerais +affriolerait +affrioleras +affriolerez +affrioleriez +affriolerions +affriolerons +affrioleront +affrioles +affriolez +affriol +affriole +affrioles +affriols +affriolrent +affrioliez +affriolions +affriolons +affront +affronta +affrontai +affrontaient +affrontais +affrontait +affrontant +affrontas +affrontasse +affrontassent +affrontasses +affrontassiez +affrontassions +affrontmes +affrontt +affronttes +affronte +affrontement +affrontements +affrontent +affronter +affrontera +affronterai +affronteraient +affronterais +affronterait +affronteras +affronterez +affronteriez +affronterions +affronterons +affronteront +affrontes +affrontez +affront +affronte +affrontes +affronts +affrontrent +affrontiez +affrontions +affrontons +affronts +affubla +affublai +affublaient +affublais +affublait +affublant +affublas +affublasse +affublassent +affublasses +affublassiez +affublassions +affublmes +affublt +affubltes +affuble +affublent +affubler +affublera +affublerai +affubleraient +affublerais +affublerait +affubleras +affublerez +affubleriez +affublerions +affublerons +affubleront +affubles +affublez +affubl +affuble +affubles +affubls +affublrent +affubliez +affublions +affublons +afft +affta +afftage +afftages +afftai +afftaient +afftais +afftait +afftant +afftas +afftasse +afftassent +afftasses +afftassiez +afftassions +afftmes +afftt +affttes +affte +afftent +affter +afftera +affterai +affteraient +affterais +affterait +affteras +affterez +affteriez +affterions +affterons +affteront +afftes +affteur +affteurs +afftez +afft +affte +afftes +affts +afftrent +afftiez +afftions +afftons +affts +afghan +afghane +afghanes +afghanistan +afghans +afin +africain +africaine +africaines +africains +africanisation +africanisations +afrique +agace +agacement +agacements +agacent +agacer +agacera +agacerai +agaceraient +agacerais +agacerait +agaceras +agacerez +agacerie +agaceries +agaceriez +agacerions +agacerons +agaceront +agaces +agacez +agac +agace +agaces +agacs +agacrent +agaciez +agacions +agaa +agaai +agaaient +agaais +agaait +agaant +agaante +agaantes +agaants +agaas +agaasse +agaassent +agaassiez +agaassions +agames +agat +agates +agaons +agapes +agar +agaric +agarics +agate +age timon +agence +agencement +agencements +agencent +agencer +agencera +agencerai +agenceraient +agencerais +agencerait +agenceras +agencerez +agenceriez +agencerions +agencerons +agenceront +agences +agencez +agenc +agence +agences +agencs +agencrent +agenciez +agencions +agena +agenai +agenaient +agenais +agenait +agenant +agenas +agenasse +agenassent +agenasses +agenassiez +agenassions +agenmes +agent +agentes +agenons +agenda +agendas +agenouilla +agenouillai +agenouillaient +agenouillais +agenouillait +agenouillant +agenouillas +agenouillasse +agenouillassent +agenouillasses +agenouillassiez +agenouillassions +agenouillmes +agenouillt +agenouilltes +agenouille +agenouillement +agenouillements +agenouillent +agenouiller +agenouillera +agenouillerai +agenouilleraient +agenouillerais +agenouillerait +agenouilleras +agenouillerez +agenouilleriez +agenouillerions +agenouillerons +agenouilleront +agenouilles +agenouillez +agenouill +agenouille +agenouilles +agenouills +agenouillrent +agenouilliez +agenouillions +agenouillons +agent +agents +ages timon +agglomra +agglomrai +agglomraient +agglomrais +agglomrait +agglomrant +agglomras +agglomrasse +agglomrassent +agglomrasses +agglomrassiez +agglomrassions +agglomrat +agglomration +agglomrations +agglomrats +agglomrmes +agglomrt +agglomrtes +agglomrer +agglomrera +agglomrerai +agglomreraient +agglomrerais +agglomrerait +agglomreras +agglomrerez +agglomreriez +agglomrerions +agglomrerons +agglomreront +agglomrez +agglomr +agglomrs +agglomriez +agglomrions +agglomrons +agglomre +agglomrent +agglomres +agglutina +agglutinai +agglutinaient +agglutinais +agglutinait +agglutinant +agglutinante +agglutinantes +agglutinants +agglutinas +agglutinasse +agglutinassent +agglutinasses +agglutinassiez +agglutinassions +agglutination +agglutinations +agglutinmes +agglutint +agglutintes +agglutine +agglutinent +agglutiner +agglutinera +agglutinerai +agglutineraient +agglutinerais +agglutinerait +agglutineras +agglutinerez +agglutineriez +agglutinerions +agglutineriont +agglutines +agglutinez +agglutin +agglutine +agglutines +agglutins +agglutinrent +agglutiniez +agglutinions +agglutinons +aggrava +aggravai +aggravaient +aggravais +aggravait +aggravant +aggravante +aggravantes +aggravants +aggravas +aggravasse +aggravassent +aggravasses +aggravassiez +aggravassions +aggravation +aggravations +aggravmes +aggravt +aggravtes +aggrave +aggravent +aggraver +aggravera +aggraverai +aggraveraient +aggraverais +aggraverait +aggraveras +aggraverez +aggraveriez +aggraverions +aggraverons +aggraveront +aggraves +aggravez +aggrav +aggrave +aggraves +aggravs +aggravrent +aggraviez +aggravions +aggravons +agi +agie +agies +agile +agilement +agiles +agilit +agilits +agio +agiota +agiotage +agiotages +agiotai +agiotaient +agiotais +agiotait +agiotant +agiotas +agiotasse +agiotassent +agiotasses +agiotassiez +agiotassions +agiotmes +agiott +agiottes +agiote +agiotent +agioter +agiotera +agioterai +agioteraient +agioterais +agioterait +agioteras +agioterez +agioteriez +agioterions +agioterons +agioteront +agiotes +agioteur +agioteurs +agioteuse +agioteuses +agiotez +agiot +agiote +agiotes +agiots +agiotrent +agiotiez +agiotions +agiotons +agir +agira +agirai +agiraient +agirais +agirait +agiras +agirent +agirez +agiriez +agirions +agirons +agiront +agis +agissaient +agissais +agissait +agissant +agisse +agissements +agissent +agisses +agissez +agissiez +agissions +agissons +agit +agita +agitai +agitaient +agitais +agitait +agitant +agitas +agitasse +agitassent +agitasses +agitassiez +agitassions +agitateur +agitateurs +agitation +agitations +agitatrice +agitatrices +agitmes +agitt +agittes +agite +agitent +agiter +agitera +agiterai +agiteraient +agiterais +agiterait +agiteras +agiterez +agiteriez +agiterions +agiterons +agiteront +agites +agitez +agit +agite +agites +agits +agitrent +agitiez +agitions +agitons +agmes +agt +agtes +agneau +agneaux +agnelet +agnelets +agnelle +agnelles +agnosticisme +agnostique +agnostiques +agoni +agonie +agonies +agonir +agonis +agonisa +agonisai +agonisaient +agonisais +agonisait +agonisant +agonisants +agonisas +agonisasse +agonisassent +agonisasses +agonisassiez +agonisassions +agonismes +agonist +agonistes +agonise +agonisent +agoniser +agonisera +agoniserai +agoniseraient +agoniserais +agoniserait +agoniseras +agoniserez +agoniseriez +agoniserions +agoniserons +agoniseront +agonises +agonisez +agonis +agonise +agonises +agoniss +agonisrent +agonisiez +agonisions +agonisons +agora +agoraphobie +agoraphobies +agoras +agrafa +agrafai +agrafaient +agrafais +agrafait +agrafant +agrafas +agrafasse +agrafassent +agrafasses +agrafassiez +agrafassions +agrafmes +agraft +agraftes +agrafe +agrafent +agrafer +agrafera +agraferai +agraferaient +agraferais +agraferait +agraferas +agraferez +agraferiez +agraferions +agraferons +agraferont +agrafes +agrafeuse +agrafeuses +agrafez +agraf +agrafe +agrafes +agrafs +agrafrent +agrafiez +agrafions +agrafons +agraire +agraires +agrandi +agrandie +agrandies +agrandir +agrandira +agrandirai +agrandiraient +agrandirais +agrandirait +agrandiras +agrandirent +agrandirez +agrandiriez +agrandirions +agrandirons +agrandirony +agrandis +agrandissaient +agrandissais +agrandissait +agrandissant +agrandisse +agrandissement +agrandissements +agrandissent +agrandisses +agrandisseur +agrandisseurs +agrandissez +agrandissiez +agrandissions +agrandissons +agrandit +agrandmes +agrandt +agrandtes +agressa +agressai +agressaient +agressais +agressait +agressant +agressas +agressasse +agressassent +agressasses +agressassiez +agressassions +agressmes +agresst +agresstes +agresse +agressent +agresser +agressera +agresserai +agresseraient +agresserais +agresserait +agresseras +agresserez +agresseriez +agresserions +agresserons +agresseront +agresses +agresseur +agresseurs +agresseuse +agresseuses +agressez +agress +agresse +agresses +agresss +agressrent +agressiez +agressif +agressifs +agression +agressions +agressive +agressivement +agressives +agressivit +agressivits +agressons +agreste +agrestes +agra +agrable +agrablement +agrables +agrai +agraient +agrais +agrait +agrant +agras +agrasse +agrasses +agrassiez +agrassions +agrmes +agrt +agrtes +agre +agrent +agrer +agrera +agrerai +agreraient +agrerais +agrerait +agreras +agrerez +agreriez +agrerions +agrerons +agreront +agres +agrez +agr +agre +agres +agrs +agrrent +agrgat +agrgation +agrgations +agrgats +agrgea +agrgeai +agrgeaient +agrgeais +agrgeait +agrgeant +agrgeas +agrgeasse +agrgeassent +agrgeasses +agrgeassiez +agrgeassions +agrgemes +agrget +agrgetes +agrgeons +agrger +agrgera +agrgerai +agrgeraient +agrgerais +agrgerait +agrgeras +agrgerez +agrgeriez +agrgerions +agrgerons +agrgeront +agrgez +agrg +agrge +agrges +agrgs +agrgrent +agrgiez +agrgions +agriez +agrions +agrment +agrmenta +agrmentai +agrmentaient +agrmentais +agrmentait +agrmentant +agrmentas +agrmentasse +agrmentassent +agrmentasses +agrmentassiez +agrmentassions +agrmentmes +agrmentt +agrmenttes +agrmente +agrmentent +agrmenter +agrmentera +agrmenterai +agrmenteraient +agrmenterais +agrmenterait +agrmenteras +agrmenterez +agrmenteriez +agrmenterions +agrmenterons +agrmenteront +agrmentes +agrmentez +agrment +agrmente +agrmentes +agrments +agrmentrent +agrmentiez +agrmentions +agrmentons +agrments +agrons +agrge +agrgent +agrges +agrs +agricole +agricoles +agriculteur +agriculteurs +agricultrice +agricultrices +agriculture +agrippa +agrippai +agrippaient +agrippais +agrippait +agrippant +agrippas +agrippasse +agrippassent +agrippasses +agrippassiez +agrippassions +agrippmes +agrippt +agripptes +agrippe +agrippent +agripper +agrippera +agripperai +agripperaient +agripperais +agripperait +agripperas +agripperez +agripperiez +agripperions +agripperons +agripperont +agrippes +agrippez +agripp +agrippe +agrippes +agripps +agripprent +agrippiez +agrippions +agrippons +agronome +agronomes +agronomie +agronomique +agronomiques +agrumes +aguerri +aguerrie +aguerries +aguerrir +aguerrira +aguerrirai +aguerriraient +aguerrirais +aguerrirait +aguerriras +aguerrirent +aguerrirez +aguerririez +aguerririons +aguerrirons +aguerriront +aguerris +aguerrissaient +aguerrissais +aguerrissait +aguerrissant +aguerrisse +aguerrissent +aguerrisses +aguerrissez +aguerrissiez +aguerrissions +aguerrissons +aguerrit +aguerrmes +aguerrt +aguerrtes +aguets +aguicha +aguichai +aguichaient +aguichais +aguichait +aguichant +aguichas +aguichasse +aguichassent +aguichasses +aguichassiez +aguichassions +aguichmes +aguicht +aguichtes +aguiche +aguichent +aguicher +aguichera +aguicherai +aguicheraient +aguicherais +aguicherait +aguicheras +aguicherez +aguicheriez +aguicherions +aguicherons +aguicheront +aguiches +aguichez +aguich +aguiche +aguiches +aguichs +aguichrent +aguichiez +aguichions +aguichons +ah +ahuri +ahurie +ahuries +ahurir +ahurira +ahurirai +ahuriraient +ahurirais +ahurirait +ahuriras +ahurirez +ahuririez +ahuririons +ahurirons +ahuriront +ahuris +ahurissaient +ahurissais +ahurissait +ahurissant +ahurissante +ahurissantes +ahurissants +ahurisse +ahurissement +ahurissements +ahurissent +ahurisses +ahurissez +ahurissiez +ahurissions +ahurissons +ahurit +ahurmes +ahurt +ahurtes +ai +aida +aidai +aidaient +aidais +aidait +aidant +aidas +aidasse +aidassent +aidasses +aidassiez +aidassions +aidmes +aidt +aidtes +aide +aident +aider +aidera +aiderai +aideraient +aiderais +aiderait +aideras +aiderez +aideriez +aiderions +aiderons +aideront +aides +aidez +aid +aide +aides +aids +aidrent +aidiez +aidions +aidons +aie +aient +aies +aieux +aigle +aiglefin +aiglefins +aigles +aiglon +aiglonne +aiglonnes +aiglons +aigre +aigrefin +aigrefins +aigrelet +aigrelets +aigrelette +aigrelettes +aigrement +aigres +aigrette +aigrettes +aigreur +aigreurs +aigri +aigrie +aigries +aigrir +aigrira +aigrirai +aigriraient +aigrirais +aigrirait +aigriras +aigrirent +aigrirez +aigririez +aigririons +aigrirons +aigriront +aigris +aigrissaient +aigrissais +aigrissait +aigrissant +aigrisse +aigrissent +aigrisses +aigrissez +aigrissiez +aigrissions +aigrissons +aigrit +aigrmes +aigrt +aigrtes +aigu +aigue marine +aigu adj +aigus +aiguire +aiguires +aiguilla +aiguillage +aiguillages +aiguillai +aiguillaient +aiguillais +aiguillait +aiguillant +aiguillas +aiguillasse +aiguillassent +aiguillasses +aiguillassiez +aiguillassions +aiguillmes +aiguillt +aiguilltes +aiguille +aiguillent +aiguiller +aiguillera +aiguillerai +aiguilleraient +aiguillerais +aiguillerait +aiguilleras +aiguillerez +aiguilleriez +aiguillerions +aiguillerons +aiguilleront +aiguilles +aiguillette +aiguillettes +aiguilleur +aiguilleurs +aiguillez +aiguill +aiguille +aiguilles +aiguills +aiguillrent +aiguilliez +aiguillions +aiguillon +aiguillonna +aiguillonnai +aiguillonnaient +aiguillonnais +aiguillonnait +aiguillonnant +aiguillonnas +aiguillonnasse +aiguillonnassent +aiguillonnasses +aiguillonnassiez +aiguillonnassions +aiguillonnmes +aiguillonnt +aiguillonntes +aiguillonne +aiguillonnent +aiguillonner +aiguillonnera +aiguillonnerai +aiguillonneraient +aiguillonnerais +aiguillonnerait +aiguillonneras +aiguillonnerez +aiguillonneriez +aiguillonnerions +aiguillonnerons +aiguillonneront +aiguillonnes +aiguillonnez +aiguillonn +aiguillonne +aiguillonnes +aiguillonns +aiguillonnrent +aiguillonniez +aiguillonnions +aiguillonnons +aiguillons +aiguisa +aiguisai +aiguisaient +aiguisais +aiguisait +aiguisant +aiguisas +aiguisasse +aiguisassent +aiguisasses +aiguisassiez +aiguisassions +aiguismes +aiguist +aiguistes +aiguise +aiguisent +aiguiser +aiguisera +aiguiserai +aiguiseraient +aiguiserais +aiguiserait +aiguiseras +aiguiserez +aiguiseriez +aiguiserions +aiguiserons +aiguiseront +aiguises +aiguisez +aiguis +aiguise +aiguises +aiguiss +aiguisrent +aiguisiez +aiguisions +aiguisoir +aiguisoirs +aiguisons +aigus +ail +aile +aileron +ailerons +ailes +ailette +ailettes +ail +aile +ailes +ails +ailier +ailiers +aille +aillent +ailles +ailleurs +aill +aille +ailles +aills +ailliez +aillions +ailloli +ails +aima +aimable +aimablement +aimables +aimai +aimaient +aimais +aimait +aimant +aimanta +aimantai +aimantaient +aimantais +aimantait +aimantant +aimantas +aimantasse +aimantassent +aimantasses +aimantassiez +aimantassions +aimantation +aimantations +aimantmes +aimantt +aimanttes +aimante +aimantent +aimanter +aimantera +aimanterai +aimanteraient +aimanterais +aimanterait +aimanteras +aimanterez +aimanteriez +aimanterions +aimanterons +aimanteront +aimantes +aimantez +aimant +aimante +aimantes +aimants +aimantrent +aimantiez +aimantions +aimantons +aimants +aimas +aimasse +aimassent +aimasses +aimassiez +aimassions +aimmes +aimt +aimtes +aime +aiment +aimer +aimera +aimerai +aimeraient +aimerais +aimerait +aimeras +aimerez +aimeriez +aimerions +aimerons +aimeront +aimes +aimez +aim +aime +aimes +aims +aimrent +aimiez +aimions +aimons +aine +aines +ainsi +air +airain +aire +airelle +airelles +aires +airs +ais +aisance +aisances +aise +aiselle +aiselles +aises +ais +aise +aises +aisment +aiss +ait +ae +aeul +aeule +aeules +aeuls +aeux +aoli +anesse +anesses +an +ane +anes +ans +ajonc +ajoncs +ajour +ajoura +ajourai +ajouraient +ajourais +ajourait +ajourant +ajouras +ajourasse +ajourassent +ajourasses +ajourassiez +ajourassions +ajourmes +ajourt +ajourtes +ajoure +ajourent +ajourer +ajourera +ajourerai +ajoureraient +ajourerais +ajourerait +ajoureras +ajourerez +ajoureriez +ajourerions +ajourerons +ajoureront +ajoures +ajourez +ajour +ajoure +ajoures +ajours +ajourrent +ajouriez +ajourions +ajourna +ajournai +ajournaient +ajournais +ajournait +ajournant +ajournas +ajournasse +ajournassent +ajournasses +ajournassiez +ajournassions +ajournmes +ajournt +ajourntes +ajourne +ajournement +ajournements +ajournent +ajourner +ajournera +ajournerai +ajourneraient +ajournerais +ajournerait +ajourneras +ajournerez +ajourneriez +ajournerions +ajournerons +ajourneront +ajournes +ajournez +ajourn +ajourne +ajournes +ajourns +ajournrent +ajourniez +ajournions +ajournons +ajourons +ajours +ajout +ajouta +ajoutai +ajoutaient +ajoutais +ajoutait +ajoutant +ajoutas +ajoutasse +ajoutassent +ajoutasses +ajoutassiez +ajoutassions +ajoutmes +ajoutt +ajouttes +ajoute +ajoutent +ajouter +ajoutera +ajouterai +ajouteraient +ajouterais +ajouterait +ajouteras +ajouterez +ajouteriez +ajouterions +ajouterons +ajouteront +ajoutes +ajoutez +ajout +ajoute +ajoutes +ajouts +ajoutrent +ajoutiez +ajoutions +ajoutons +ajouts +ajusta +ajustage +ajustages +ajustai +ajustaient +ajustais +ajustait +ajustant +ajustas +ajustasse +ajustassent +ajustasses +ajustassiez +ajustassions +ajustmes +ajustt +ajusttes +ajuste +ajustement +ajustements +ajustent +ajuster +ajustera +ajusterai +ajusteraient +ajusterais +ajusterait +ajusteras +ajusterez +ajusteriez +ajusterions +ajusterons +ajusteront +ajustes +ajusteur +ajusteurs +ajustez +ajust +ajuste +ajustes +ajusts +ajustrent +ajustiez +ajustions +ajustons +alaise +alaises +alambic +alambics +alambiqu +alambique +alambiques +alambiqus +alangui +alanguie +alanguies +alanguir +alanguira +alanguirai +alanguiraient +alanguirais +alanguirait +alanguiras +alanguirent +alanguirez +alanguiriez +alanguirions +alanguirons +alanguiront +alanguis +alanguissaient +alanguissais +alanguissait +alanguissant +alanguisse +alanguissement +alanguissements +alanguissent +alanguisses +alanguissez +alanguissiez +alanguissions +alanguissons +alanguit +alangumes +alangut +alangutes +alarma +alarmai +alarmaient +alarmais +alarmait +alarmant +alarmante +alarmantes +alarmants +alarmas +alarmasse +alarmassent +alarmasses +alarmassiez +alarmassions +alarmmes +alarmt +alarmtes +alarme +alarment +alarmer +alarmera +alarmerai +alarmeraient +alarmerais +alarmerait +alarmeras +alarmerez +alarmeriez +alarmerions +alarmerons +alarmeront +alarmes +alarmez +alarm +alarme +alarmes +alarms +alarmrent +alarmiez +alarmions +alarmiste +alarmistes +alarmons +albatros +albtre +albinisme +albinos +album +albumen +albumine +albuminode +albuminodes +albuminurie +albums +alcali +alcalin +alcaline +alcalines +alcalinit +alcalinits +alcalins +alcalis +alcalode +alcalodes +alchimie +alchimies +alchimiste +alchimistes +alcool +alcoolique +alcooliques +alcoolisant +alcoolisation +alcoolisations +alcoolis +alcoolise +alcoolises +alcooliss +alcoolisme +alcools +alcoomtre +alcoomtres +alcve +alcves +alentour +alentours +alerta +alertai +alertaient +alertais +alertait +alertant +alertas +alertasse +alertassent +alertasses +alertassiez +alertassions +alertmes +alertt +alerttes +alerte +alertement +alertent +alerter +alertera +alerterai +alerteraient +alerterais +alerterait +alerteras +alerterez +alerteriez +alerterions +alerterons +alerteront +alertes +alertez +alert +alerte +alertes +alerts +alertrent +alertiez +alertions +alertons +alevin +alevina +alevinage +alevinages +alevinai +alevinaient +alevinais +alevinait +alevinant +alevinas +alevinasse +alevinassent +alevinasses +alevinassiez +alevinassions +alevinmes +alevint +alevintes +alevine +alevinent +aleviner +alevinera +alevinerai +alevineraient +alevinerais +alevinerait +alevineras +alevinerez +alevineriez +alevinerions +alevinerons +alevines +alevinez +alevin +alevine +alevines +alevins +alevinrent +aleviniez +alevinions +alevinons +alevins +alexandrie +alexandrin +alexandrins +alezan +alezane +alezanes +alezans +ala +alas +alatoire +alatoirement +alatoires +alsa +alsage +alsages +alsai +alsaient +alsais +alsait +alsant +alsas +alsasse +alsassent +alsasses +alsassiez +alsassions +alsmes +alst +alstes +alser +alsera +alserai +alseraient +alserais +alserait +alseras +alserez +alseriez +alserions +alserons +alseront +alsez +als +alse +alses +alss +alsrent +alsiez +alsions +alsons +alse +alsent +alses +alne +alnes +alfa +algarade +algarades +algbre +algbrique +algbriquement +algbriques +algrie +algrien +algrienne +algriennes +algriens +algorithme +algorithmes +algue +algues +alias +alibi +alibis +alidate +alidates +alina +alinable +alinables +alinai +alinaient +alinais +alinait +alinant +alinas +alinasse +alinassent +alinasses +alinassiez +alinassions +alination +alinations +alinmes +alint +alintes +aline +alinee +alinees +alinent +aliner +alinera +alinerai +alineraient +alinerais +alinerait +alineras +alinerez +alineriez +alinerions +alinerons +alineront +alines +alinez +alin +aline +alines +alins +alinrent +aliniez +alinions +alinons +aligna +alignai +alignaient +alignais +alignait +alignant +alignas +alignasse +alignassent +alignasses +alignassiez +alignassions +alignmes +alignt +aligntes +aligne +alignement +alignements +alignent +aligner +alignera +alignerai +aligneraient +alignerais +alignerait +aligneras +alignerez +aligneriez +alignerions +alignerons +aligneront +alignes +alignez +align +aligne +alignes +aligns +alignrent +aligniez +alignions +alignons +aliment +alimenta +alimentai +alimentaient +alimentaire +alimentaires +alimentais +alimentait +alimentant +alimentas +alimentasse +alimentassent +alimentasses +alimentassiez +alimentassions +alimentation +alimentations +alimentmes +alimentt +alimenttes +alimente +alimentent +alimenter +alimentera +alimenterai +alimenteraient +alimenterais +alimenterait +alimenteras +alimenterez +alimenteriez +alimenterions +alimenterons +alimenteront +alimentes +alimentez +aliment +alimente +alimentes +aliments +alimentrent +alimentiez +alimentions +alimentons +aliments +alina +alinas +alise +alises +alisier +alisiers +alita +alitai +alitaient +alitais +alitait +alitant +alitas +alitasse +alitassent +alitasses +alitassiez +alitassions +alitmes +alitt +alittes +alite +alitement +alitements +alitent +aliter +alitera +aliterai +aliteraient +aliterais +aliterait +aliteras +aliterez +aliteriez +aliterions +aliterons +aliteront +alites +alitez +alit +alite +alites +alits +alitrent +alitiez +alitions +alitons +aliz +alize +alizes +alizs +alla +allah +allai +allaient +allais +allait +allaita +allaitai +allaitaient +allaitais +allaitait +allaitant +allaitantes +allaitas +allaitasse +allaitassent +allaitasses +allaitassiez +allaitassions +allaitmes +allaitt +allaittes +allaite +allaitement +allaitements +allaitent +allaiter +allaitera +allaiterai +allaiteraient +allaiterais +allaiterait +allaiteras +allaiterez +allaiteriez +allaiterions +allaiterons +allaiteront +allaites +allaitez +allait +allaite +allaites +allaits +allaitrent +allaitiez +allaitions +allaitons +allant +allants +allas +allasse +allassent +allasses +allassiez +allassions +allmes +allt +alltes +allemagne +allemand +allemande +allemandes +allemands +aller +allergie +allergies +allergique +allergiques +allers +allez +all +allcha +allchai +allchaient +allchais +allchait +allchant +allchante +allchantes +allchants +allchas +allchasse +allchassent +allchasses +allchassiez +allchassions +allchmes +allcht +allchtes +allcher +allchera +allcherai +allcheraient +allcherais +allcherait +allcheras +allcherez +allcheriez +allcherions +allcherons +allchez +allch +allche +allches +allchs +allchrent +allchiez +allchions +allchons +alle +alles +allgation +allgations +allgea +allgeai +allgeaient +allgeais +allgeait +allgeance +allgeances +allgeant +allgeas +allgeasse +allgeassent +allgeasses +allgeassiez +allgeassions +allgemes +allget +allgetes +allgement +allgements +allgeons +allger +allgera +allgerai +allgeraient +allgerais +allgerait +allgeras +allgerez +allgeriez +allgerions +allgerons +allgez +allg +allge +allges +allgs +allgrent +allgiez +allgions +allgorie +allgories +allgorique +allgoriquement +allgoriques +allgrement +allgresse +allgresses +allgro +allgros +allgua +allguai +allguaient +allguais +allguait +allguant +allguas +allguasse +allguassent +allguasses +allguassiez +allguassions +allgumes +allgut +allgutes +allguer +allguera +allguerai +allgueraient +allguerais +allguerait +allgueras +allguerez +allgueriez +allguerions +allguerons +allguez +allgu +allgue +allgues +allgus +allgurent +allguiez +allguions +allguons +allluia +allluias +alls +allche +allchent +allcheront +allches +allge +allgent +allgeront +allges +allgre +allgres +allgue +allguent +allgueront +allgues +allrent +allia +alliac +alliace +alliaces +alliacs +alliage +alliages +alliai +alliaient +alliais +alliait +alliance +alliances +alliant +allias +alliasse +alliassent +alliasses +alliassiez +alliassions +allimes +allit +allites +allie +allier +alliera +allierai +allieraient +allierais +allierait +allieras +allierez +allieriez +allierions +allierons +allieront +allies +alliez +alli +allie +allies +allis +allirent +alligator +alligators +alliiez +alliions +allions +allit +allitration +allitrations +allocataire +allocataires +allocation +allocations +allocution +allocutions +allonge +allongea +allongeai +allongeaient +allongeais +allongeait +allongeant +allongeas +allongeasse +allongeassent +allongeasses +allongeassiez +allongeassions +allongemes +allonget +allongetes +allongement +allongements +allongent +allongeons +allonger +allongera +allongerai +allongeraient +allongerais +allongerait +allongeras +allongerez +allongeriez +allongerions +allongerons +allongeront +allonges +allongez +allong +allonge +allonges +allongs +allongrent +allongiez +allongions +allons +allotropie +alloua +allouai +allouaient +allouais +allouait +allouant +allouas +allouasse +allouassent +allouasses +allouassiez +allouassions +alloumes +allout +alloutes +alloue +allouent +allouer +allouera +allouerai +alloueraient +allouerais +allouerait +alloueras +allouerez +alloueriez +allouerions +allouerons +alloueront +alloues +allouez +allou +alloue +alloues +allous +allourent +allouiez +allouions +allouons +all +alluma +allumage +allumages +allumai +allumaient +allumais +allumait +allumant +allumas +allumasse +allumassent +allumasses +allumassiez +allumassions +allummes +allumt +allumtes +allume +allument +allumer +allumera +allumerai +allumeraient +allumerais +allumerait +allumeras +allumerez +allumeriez +allumerions +allumerons +allumeront +allumes +allumette +allumettes +allumeur +allumeurs +allumeuse +allumeuses +allumez +allum +allume +allumes +allums +allumrent +allumiez +allumions +allumons +allure +allures +allusif +allusifs +allusion +allusions +allusive +allusives +alluvial +alluviale +alluviales +alluviaux +alluvionnaire +alluvionnaires +alluvions +almanach +almanachs +alos +aloi +alois +alors +alose +aloses +alouette +alouettes +alourdi +alourdie +alourdies +alourdir +alourdira +alourdirai +alourdiraient +alourdirais +alourdirait +alourdiras +alourdirent +alourdirez +alourdiriez +alourdirions +alourdirons +alourdiront +alourdis +alourdissaient +alourdissais +alourdissait +alourdissant +alourdisse +alourdissement +alourdissements +alourdissent +alourdisses +alourdissez +alourdissiez +alourdissions +alourdissons +alourdit +alourdmes +alourdt +alourdtes +aloyau +aloyaux +alpaga +alpagas +alpage +alpages +alpe +alpes +alpestre +alpestree +alpestrees +alpestres +alpha +alphabet +alphabets +alphabtique +alphabtiquement +alphabtiques +alphabtisa +alphabtisai +alphabtisaient +alphabtisais +alphabtisait +alphabtisant +alphabtisas +alphabtisasse +alphabtisassent +alphabtisasses +alphabtisassiez +alphabtisassions +alphabtisation +alphabtisations +alphabtismes +alphabtist +alphabtistes +alphabtise +alphabtisent +alphabtiser +alphabtisera +alphabtiserai +alphabtiseraient +alphabtiserais +alphabtiserait +alphabtiseras +alphabtiserez +alphabtiseriez +alphabtiserions +alphabtiserons +alphabtiseront +alphabtises +alphabtisez +alphabtis +alphabtise +alphabtises +alphabtiss +alphabtisrent +alphabtisiez +alphabtisions +alphabtisme +alphabtisons +alphanumrique +alphanumriques +alpin +alpine +alpines +alpinisme +alpiniste +alpinistes +alpins +alsace +alsacien +alsacienne +alsaciennes +alsaciens +altercation +altercations +alterna +alternai +alternaient +alternais +alternait +alternance +alternances +alternant +alternas +alternasse +alternassent +alternasses +alternassiez +alternassions +alternat +alternateur +alternateurs +alternatif +alternatifs +alternative +alternativement +alternatives +alternmes +alternt +alterntes +alterne +alternent +alterner +alternera +alternerai +alterneraient +alternerais +alternerait +alterneras +alternerez +alterneriez +alternerions +alternerons +alterneront +alternes +alternez +altern +alterne +alternes +alterns +alternrent +alterniez +alternions +alternons +altesse +altesses +altra +altrable +altrai +altraient +altrait +altrant +altras +altrasse +altrassent +altrasses +altrassiez +altrassions +altration +altrations +altrmes +altrt +altrtes +altrer +altrera +altrerai +altreraient +altrerais +altrerait +altreras +altrerez +altreriez +altrerions +altrerons +altrez +altr +altre +altres +altrs +altrrent +altriez +altrions +altrons +altre +altrent +altreront +altres +altier +altiers +altire +altires +altimtre +altimtres +altimtre +altitude +altitudes +alto +altos +altruisme +altruismes +altruiste +altruistes +alumine +aluminium +alun +alunissage +alunissages +alvolaire +alvolaires +alvole +alvoles +amabilit +amabilits +amadou +amadoua +amadouai +amadouaient +amadouais +amadouait +amadouant +amadouas +amadouasse +amadouassent +amadouasses +amadouassiez +amadouassions +amadoumes +amadout +amadoutes +amadoue +amadouent +amadouer +amadouera +amadouerai +amadoueraient +amadouerais +amadouerait +amadoueras +amadouerez +amadoueriez +amadouerions +amadouerons +amadoueront +amadoues +amadouez +amadou +amadoue +amadoues +amadous +amadourent +amadouiez +amadouions +amadouons +amadous +amadouvier +amadouviers +amaigri +amaigrie +amaigries +amaigrir +amaigrira +amaigrirai +amaigriraient +amaigrirais +amaigrirait +amaigriras +amaigrirent +amaigrirez +amaigririez +amaigririons +amaigrirons +amaigriront +amaigris +amaigrissaient +amaigrissais +amaigrissait +amaigrissant +amaigrissante +amaigrissantes +amaigrissants +amaigrisse +amaigrissement +amaigrissements +amaigrissent +amaigrisses +amaigrissez +amaigrissiez +amaigrissions +amaigrissons +amaigrit +amaigrmes +amaigrt +amaigrtes +amalgama +amalgamai +amalgamaient +amalgamais +amalgamait +amalgamant +amalgamas +amalgamasse +amalgamassent +amalgamasses +amalgamassiez +amalgamassions +amalgammes +amalgamt +amalgamtes +amalgame +amalgament +amalgamer +amalgamera +amalgamerai +amalgameraient +amalgamerais +amalgamerait +amalgameras +amalgamerez +amalgameriez +amalgamerions +amalgamerons +amalgameront +amalgames +amalgamez +amalgam +amalgame +amalgames +amalgams +amalgamrent +amalgamiez +amalgamions +amalgamons +aman +amande +amandes +amandier +amandiers +amans +amant +amante +amantes +amants +amarante +amarantes +amarra +amarrage +amarrages +amarrai +amarraient +amarrais +amarrait +amarrant +amarras +amarrasse +amarrassent +amarrasses +amarrassiez +amarrassions +amarrmes +amarrt +amarrtes +amarre +amarrent +amarrer +amarrera +amarrerai +amarreraient +amarrerais +amarrerait +amarreras +amarrerez +amarreriez +amarrerions +amarrerons +amarreront +amarres +amarrez +amarr +amarre +amarres +amarrs +amarrrent +amarriez +amarrions +amarrons +amaryllis +amas +amassa +amassai +amassaient +amassais +amassait +amassant +amassas +amassasse +amassassent +amassasses +amassassiez +amassassions +amassmes +amasst +amasstes +amasse +amassent +amasser +amassera +amasserai +amasseraient +amasserais +amasserait +amasseras +amasserez +amasseriez +amasserions +amasserons +amasseront +amasses +amassez +amass +amasse +amasses +amasss +amassrent +amassiez +amassions +amassons +amateur +amateurisme +amateurs +amazone +amazones +ambages +ambassade +ambassades +ambassadeur +ambassadeurs +ambassadrice +ambassadrices +ambiance +ambiances +ambiant +ambiante +ambiantes +ambiants +ambidextre +ambidextres +ambigu +ambigu +ambigus +ambiguit +ambiguits +ambigus +ambitieuse +ambitieusement +ambitieuses +ambitieux +ambition +ambitionna +ambitionnai +ambitionnaient +ambitionnais +ambitionnait +ambitionnant +ambitionnas +ambitionnasse +ambitionnassent +ambitionnasses +ambitionnassiez +ambitionnassions +ambitionnmes +ambitionnt +ambitionntes +ambitionne +ambitionnent +ambitionner +ambitionnera +ambitionnerai +ambitionneraient +ambitionnerais +ambitionnerait +ambitionneras +ambitionnerez +ambitionneriez +ambitionnerions +ambitionnerons +ambitionneront +ambitionnes +ambitionnez +ambitionn +ambitionne +ambitionnes +ambitionns +ambitionnrent +ambitionniez +ambitionnions +ambitionnons +ambitions +ambivalence +ambivalences +amble +ambles +ambon +ambons +ambra +ambrai +ambraient +ambrais +ambrait +ambrant +ambras +ambrasse +ambrassent +ambrasses +ambrassiez +ambrassions +ambrmes +ambrt +ambrtes +ambre +ambrer +ambrera +ambrerai +ambreraient +ambrerais +ambrerait +ambreras +ambrerez +ambreriez +ambrerions +ambrerons +ambreront +ambres +ambrez +ambr +ambre +ambres +ambrs +ambrrent +ambriez +ambrions +ambroisie +ambrons +ambulance +ambulances +ambulancier +ambulanciers +ambulancire +ambulancires +ambulant +ambulante +ambulantes +ambulants +ambulatoire +ambulatoires +amemer +amen +amena +amenai +amenaient +amenais +amenait +amenant +amenas +amenasse +amenassent +amenasses +amenassiez +amenassions +amenmes +ament +amentes +amenda +amendai +amendaient +amendais +amendait +amendant +amendas +amendasse +amendassent +amendasses +amendassiez +amendassions +amendmes +amendt +amendtes +amende +amendement +amendements +amendent +amender +amendera +amenderai +amenderaient +amenderais +amenderait +amenderas +amenderez +amenderiez +amenderions +amenderons +amenderont +amendes +amendez +amend +amende +amendes +amends +amendrent +amendiez +amendions +amendons +amener +amenez +amen +amene +amenes +amens +amenrent +ameniez +amenions +amenons +amens +amenuisa +amenuisai +amenuisaient +amenuisais +amenuisait +amenuisant +amenuisas +amenuisasse +amenuisassent +amenuisasses +amenuisassiez +amenuisassions +amenuismes +amenuist +amenuistes +amenuise +amenuisent +amenuiser +amenuisera +amenuiserai +amenuiseraient +amenuiserais +amenuiserait +amenuiseras +amenuiserez +amenuiseriez +amenuiserions +amenuiserons +amenuiseront +amenuises +amenuisez +amenuis +amenuise +amenuises +amenuiss +amenuisrent +amenuisiez +amenuisions +amenuisons +amer +amerri +amerrie +amerries +amerrir +amerrira +amerrirai +amerriraient +amerrirais +amerrirait +amerriras +amerrirent +amerrirez +amerririez +amerririons +amerrirons +amerriront +amerris +amerrissage +amerrissages +amerrissaient +amerrissais +amerrissait +amerrissant +amerrisse +amerrissent +amerrisses +amerrissez +amerrissiez +amerrissions +amerrissons +amerrit +amerrmes +amerrt +amerrtes +amers +amertume +amertumes +ameublement +ameublements +ameubli +ameublie +ameublies +ameublir +ameublira +ameublirai +ameubliraient +ameublirais +ameublirait +ameubliras +ameublirent +ameublirez +ameubliriez +ameublirions +ameublirons +ameubliront +ameublis +ameublissaient +ameublissais +ameublissait +ameublissant +ameublisse +ameublissement +ameublissements +ameublissent +ameublisses +ameublissiez +ameublissions +ameublissons +ameublit +ameublmes +ameublt +ameubltes +ameuta +ameutai +ameutaient +ameutais +ameutait +ameutant +ameutas +ameutasse +ameutassent +ameutasses +ameutassiez +ameutassions +ameutmes +ameutt +ameuttes +ameute +ameutent +ameuter +ameutera +ameuterai +ameuteraient +ameuterais +ameuterait +ameuteras +ameuterez +ameuteriez +ameuterions +ameuterons +ameuteront +ameutes +ameutez +ameut +ameute +ameutes +ameuts +ameutrent +ameutiez +ameutions +ameutons +amliora +amliorable +amliorables +amliorai +amlioraient +amliorais +amliorait +amliorant +amlioras +amliorasse +amliorassent +amliorasses +amliorassiez +amliorassions +amlioration +amliorations +amliormes +amliort +amliortes +amliore +amliorent +amliorer +amliorera +amliorerai +amlioreraient +amliorerais +amliorerait +amlioreras +amliorerez +amlioreriez +amliorerions +amliorerons +amlioreront +amliores +amliorez +amlior +amliore +amliores +amliors +amliorrent +amlioriez +amliorions +amliorons +amnage +amnagea +amnageai +amnageaient +amnageais +amnageait +amnageant +amnageas +amnageasse +amnageassent +amnageasses +amnageassiez +amnageassions +amnagemes +amnaget +amnagetes +amnagement +amnagements +amnagent +amnageons +amnager +amnagera +amnagerai +amnageraient +amnagerais +amnagerait +amnageras +amnagerez +amnageriez +amnagerions +amnagerons +amnageront +amnages +amnagez +amnag +amnage +amnages +amnags +amnagrent +amnagiez +amnagions +amnit +amricain +amricaine +amricaines +amricains +amricanisa +amricanisai +amricanisaient +amricanisais +amricanisait +amricanisant +amricanisas +amricanisasse +amricanisassent +amricanisasses +amricanisassiez +amricanisassions +amricanisation +amricanisations +amricanismes +amricanist +amricanistes +amricanise +amricanisent +amricaniser +amricanisera +amricaniserai +amricaniseraient +amricaniserais +amricaniserait +amricaniseras +amricaniserez +amricaniseriez +amricaniserions +amricaniserons +amricaniseront +amricanises +amricanisez +amricanis +amricanise +amricanises +amricaniss +amricanisrent +amricanisiez +amricanisions +amricanisme +amricanismes +amricanisons +amrique +amriques +amthyste +amthystes +amne +amnent +amnera +amnerai +amneraient +amnerais +amnerait +amneras +amnerez +amneriez +amnerions +amnerons +amneront +amnes +amre +amrement +amres +ami +amiable +amiablement +amiables +amiante +amibe +amibes +amical +amicale +amicalement +amicales +amicaux +amidon +amidonna +amidonnage +amidonnages +amidonnai +amidonnaient +amidonnais +amidonnait +amidonnant +amidonnas +amidonnasse +amidonnassent +amidonnasses +amidonnassiez +amidonnassions +amidonnmes +amidonnt +amidonntes +amidonne +amidonnent +amidonner +amidonnera +amidonnerai +amidonneraient +amidonnerais +amidonnerait +amidonneras +amidonnerez +amidonneriez +amidonnerions +amidonnerons +amidonneront +amidonnes +amidonnez +amidonn +amidonne +amidonnes +amidonns +amidonnrent +amidonniez +amidonnions +amidonnons +amie +amiens +amies +aminci +amincie +amincies +amincir +amincira +amincirai +aminciraient +amincirais +amincirait +aminciras +amincirent +amincirez +aminciriez +amincirions +amincirons +aminciront +amincis +amincissaient +amincissais +amincissait +amincissant +amincisse +amincissement +amincissements +amincissent +amincisses +amincissez +amincissiez +amincissions +amincissons +amincit +amincmes +aminct +aminctes +amins +amiral +amiraut +amiraux +amis +amiti +amitis +ammoniac +ammoniacal +ammoniacale +ammoniacales +ammoniacaux +ammoniaque +ammonite +amnsie +amnsies +amnsique +amnsiques +amnistia +amnistiai +amnistiaient +amnistiais +amnistiait +amnistiant +amnistias +amnistiasse +amnistiassent +amnistiasses +amnistiassiez +amnistiassions +amnistimes +amnistit +amnistites +amnistie +amnistient +amnistier +amnistiera +amnistierai +amnistieraient +amnistierais +amnistierait +amnistieras +amnistierez +amnistieriez +amnistierions +amnistierons +amnistieront +amnisties +amnistiez +amnisti +amnistie +amnisties +amnistis +amnistirent +amnistiiez +amnistiions +amnistions +amodia +amodiai +amodiaient +amodiais +amodiait +amodiant +amodias +amodiasse +amodiassent +amodiasses +amodiassiez +amodiassions +amodimes +amodit +amodites +amodie +amodient +amodier +amodiera +amodierai +amodieraient +amodierais +amodierait +amodieras +amodierez +amodieriez +amodierions +amodierons +amodieront +amodies +amodiez +amodi +amodie +amodies +amodis +amodirent +amodiiez +amodiions +amodions +amoindri +amoindrie +amoindries +amoindrir +amoindrira +amoindrirai +amoindriraient +amoindrirais +amoindrirait +amoindriras +amoindrirent +amoindrirez +amoindririez +amoindririons +amoindrirons +amoindriront +amoindris +amoindrissaient +amoindrissais +amoindrissait +amoindrissant +amoindrisse +amoindrissement +amoindrissements +amoindrissent +amoindrisses +amoindrissez +amoindrissiez +amoindrissions +amoindrissons +amoindrit +amoindrmes +amoindrt +amoindrtes +amolli +amollie +amollies +amollir +amollira +amollirai +amolliraient +amollirais +amollirait +amolliras +amollirent +amollirez +amolliriez +amollirions +amollirons +amolliront +amollis +amollissaient +amollissais +amollissait +amollissant +amollisse +amollissement +amollissements +amollissent +amollisses +amollissez +amollissiez +amollissions +amollissons +amollit +amollmes +amollt +amolltes +amoncela +amoncelai +amoncelaient +amoncelais +amoncelait +amoncelant +amoncelas +amoncelasse +amoncelassent +amoncelasses +amoncelassiez +amoncelassions +amoncelmes +amoncelt +amonceltes +amonceler +amoncelez +amoncel +amoncele +amonceles +amoncels +amoncelrent +amonceliez +amoncelions +amoncelle +amoncellement +amoncellements +amoncellent +amoncellera +amoncellerai +amoncelleraient +amoncellerais +amoncellerait +amoncelleras +amoncellerez +amoncelleriez +amoncellerions +amoncellerons +amoncelleront +amoncelles +amoncelons +amont +amoral +amorale +amorales +amoralisme +amoraux +amorce +amorcent +amorcer +amorcera +amorcerai +amorceraient +amorcerais +amorcerait +amorceras +amorcerez +amorceriez +amorcerions +amorcerons +amorceront +amorces +amorcez +amorc +amorce +amorces +amorcs +amorcrent +amorciez +amorcions +amora +amorage +amorages +amorai +amoraient +amorais +amorait +amorant +amoras +amorasse +amorassent +amorasses +amorassiez +amorassions +amormes +amort +amortes +amorons +amorphe +amorphes +amorti +amortie +amorties +amortir +amortira +amortirai +amortiraient +amortirais +amortirait +amortiras +amortirent +amortirez +amortiriez +amortirions +amortirons +amortiront +amortis +amortissaient +amortissais +amortissait +amortissant +amortisse +amortissement +amortissements +amortissent +amortisses +amortisseur +amortisseurs +amortissez +amortissiez +amortissions +amortissons +amortit +amortmes +amortt +amorttes +amour +amouracha +amourachai +amourachaient +amourachais +amourachait +amourachant +amourachas +amourachasse +amourachassent +amourachasses +amourachassiez +amourachassions +amourachmes +amouracht +amourachtes +amourache +amourachent +amouracher +amourachera +amouracherai +amouracheraient +amouracherais +amouracherait +amouracheras +amouracherez +amouracheriez +amouracherions +amouracherons +amouracheront +amouraches +amourachez +amourach +amourache +amouraches +amourachs +amourachrent +amourachiez +amourachions +amourachons +amourette +amourettes +amoureuse +amoureusement +amoureuses +amoureux +amours +amovible +amovibles +ampre +ampremtre +ampremtres +ampres +amphtamine +amphtamines +amphibie +amphibies +amphibologie +amphibologies +amphibologique +amphibologiquement +amphibologiques +amphigouri +amphigourique +amphigouriques +amphithtre +amphithtres +amphore +amphores +ample +amplement +amples +ampleur +ampleurs +ampli +ampliation +ampliations +amplifia +amplifiai +amplifiaient +amplifiais +amplifiait +amplifiant +amplifias +amplifiasse +amplifiassent +amplifiasses +amplifiassiez +amplifiassions +amplifimes +amplifit +amplifites +amplificateur +amplificateurs +amplification +amplifications +amplificatrice +amplificatrices +amplifie +amplifient +amplifier +amplifiera +amplifierai +amplifieraient +amplifierais +amplifierait +amplifieras +amplifierez +amplifieriez +amplifierions +amplifierons +amplifieront +amplifies +amplifiez +amplifi +amplifie +amplifies +amplifis +amplifirent +amplifiiez +amplifiions +amplifions +amplis +amplitude +amplitudes +ampoule +ampoules +ampoul +ampoule +ampoules +ampouls +amputa +amputai +amputaient +amputais +amputait +amputant +amputas +amputasse +amputassent +amputasses +amputassiez +amputassions +amputation +amputations +amputmes +amputt +amputtes +ampute +amputent +amputer +amputera +amputerai +amputeraient +amputerais +amputerait +amputeras +amputerez +amputeriez +amputerions +amputerons +amputeront +amputes +amputez +amput +ampute +amputes +amputs +amputrent +amputiez +amputions +amputons +amsterdam +amulette +amulettes +amusa +amusai +amusaient +amusais +amusait +amusant +amusante +amusantes +amusants +amusas +amusasse +amusassent +amusasses +amusassiez +amusassions +amusmes +amust +amustes +amuse +amusement +amusements +amusent +amuser +amusera +amuserai +amuseraient +amuserais +amuserait +amuseras +amuserez +amuseriez +amuserions +amuserons +amuseront +amuses +amusette +amusettes +amuseur +amuseurs +amuseuse +amuseuses +amusez +amus +amuse +amuses +amuss +amusrent +amusiez +amusions +amusons +amygdale +amygdales +amylac +amylace +amylaces +amylacs +an +ana +anachorte +anachortes +anachronique +anachroniques +anachronisme +anachronismes +anacoluthe +anacoluthes +anarobie +anarobiee +anarobiees +anarobies +anaglyphe +anaglyphes +anagramme +anagrammes +anal +anale +anales +analgsie +analgsique +analgsiques +analogie +analogies +analogique +analogiquement +analogue +analogues +analphabtisme +analphabte +analphabtee +analphabtees +analphabtes +analysa +analysable +analysables +analysai +analysaient +analysais +analysait +analysant +analysas +analysasse +analysassent +analysasses +analysassiez +analysassions +analysmes +analyst +analystes +analyse +analysent +analyser +analysera +analyserai +analyseraient +analyserais +analyserait +analyseras +analyserez +analyseriez +analyserions +analyserons +analyseront +analyses +analyseur +analyseurs +analysez +analys +analyse +analyses +analyss +analysrent +analysiez +analysions +analysons +analyste +analystes +analytique +analytiquement +analytiques +ananas +anaphylaxie +anarchie +anarchies +anarchique +anarchiquement +anarchiques +anarchiste +anarchistes +anas +anastigmat +anastigmate +anastigmates +anastigmatique +anastigmatiques +anastigmats +anathmatisa +anathmatisai +anathmatisaient +anathmatisais +anathmatisait +anathmatisant +anathmatisas +anathmatisasse +anathmatisassent +anathmatisasses +anathmatisassiez +anathmatisassions +anathmatismes +anathmatist +anathmatistes +anathmatise +anathmatisent +anathmatises +anathmatisez +anathmatis +anathmatise +anathmatises +anathmatiss +anathmatisrent +anathmatisiez +anathmatisions +anathmatisons +anathme +anathmes +anatomie +anatomies +anatomique +anatomiques +anatoxine +anatoxines +anaux +ancestral +ancestrale +ancestrales +ancestraux +anctre +anctres +anche +anches +anchois +ancien +ancienne +anciennement +anciennes +anciennet +anciennets +anciens +ancillaire +ancillairee +ancillairees +ancillaires +ancolie +ancolies +ancra +ancrage +ancrages +ancrai +ancraient +ancrais +ancrait +ancrant +ancras +ancrasse +ancrassent +ancrasses +ancrassiez +ancrassions +ancrmes +ancrt +ancrtes +ancre +ancrent +ancrer +ancrera +ancrerai +ancreraient +ancrerais +ancrerait +ancreras +ancrerez +ancreriez +ancrerions +ancrerons +ancreront +ancres +ancrez +ancr +ancre +ancres +ancrs +ancrrent +ancriez +ancrions +ancrons +andalou +andalous +andalouse +andalouses +andalousie +andante +andantes +andantino +andantinos +andouille +andouiller +andouillers +andouilles +andouillette +andouillettes +andrinople +androgyne +androgynes +andromaque +anecdote +anecdotes +anecdotique +anecdotiques +anesthsia +anesthsiai +anesthsiaient +anesthsiais +anesthsiait +anesthsiant +anesthsias +anesthsiasse +anesthsiassent +anesthsiasses +anesthsiassiez +anesthsiassions +anesthsimes +anesthsit +anesthsites +anesthsie +anesthsient +anesthsier +anesthsiera +anesthsierai +anesthsieraient +anesthsierais +anesthsierait +anesthsieras +anesthsierez +anesthsieriez +anesthsierions +anesthsierons +anesthsieront +anesthsies +anesthsiez +anesthsi +anesthsie +anesthsies +anesthsis +anesthsirent +anesthsiiez +anesthsiions +anesthsiologie +anesthsions +anesthsique +anesthsiques +anesthsiste +anesthsistes +ananti +anantie +ananties +anantir +anantira +anantirai +anantiraient +anantirais +anantirait +anantiras +anantirent +anantirez +anantiriez +anantirions +anantirons +anantiront +anantis +anantissaient +anantissais +anantissait +anantissant +anantisse +anantissement +anantissements +anantissent +anantisses +anantissiez +anantissions +anantissons +anantit +anantmes +anantt +ananttes +anmia +anmiai +anmiaient +anmiait +anmiant +anmiasse +anmiassent +anmit +anmie +anmient +anmier +anmiera +anmieraient +anmierait +anmieront +anmies +anmi +anmie +anmies +anmis +anmirent +anmique +anmiques +anmomtre +anmomtres +anmone +anmones +anvrisme +anvrismes +anfractuosit +anfractuosits +ange +angelot +angelots +anges +angevin +angevine +angevines +angevins +anglique +angliquement +angliques +anglus +angine +angines +angiome +angiomes +angiosperme +anglais +anglaise +anglaises +angle +angles +angleterre +anglican +anglicane +anglicanes +anglicanisme +anglicanismes +anglicans +anglicisa +anglicisai +anglicisaient +anglicisais +anglicisait +anglicisant +anglicisas +anglicisasse +anglicisassent +anglicisasses +anglicisassiez +anglicisassions +anglicismes +anglicist +anglicistes +anglicise +anglicisent +angliciser +anglicisera +angliciserai +angliciseraient +angliciserais +angliciserait +angliciseras +angliciserez +angliciseriez +angliciserions +angliciserons +angliciseront +anglicises +anglicisez +anglicis +anglicise +anglicises +angliciss +anglicisrent +anglicisiez +anglicisions +anglicisme +anglicismes +anglicisons +anglo +anglomanie +anglomanies +anglophile +anglophiles +anglophilie +anglophobe +anglophobes +anglophobie +anglophone +anglophones +angoissa +angoissai +angoissaient +angoissais +angoissait +angoissant +angoissante +angoissas +angoissasse +angoissassent +angoissasses +angoissassiez +angoissassions +angoissmes +angoisst +angoisstes +angoisse +angoissent +angoisser +angoissera +angoisserai +angoisseraient +angoisserais +angoisserait +angoisseras +angoisserez +angoisseriez +angoisserions +angoisserons +angoisseront +angoisses +angoissez +angoiss +angoisse +angoisses +angoisss +angoissrent +angoissiez +angoissions +angoissons +angora +angoras +anguille +anguilles +angulaire +angulaires +anguleuse +anguleuses +anguleux +anhydre +anhydree +anhydrees +anhydres +anhydride +anhydrides +anicroche +anicroches +aniline +anima +animai +animaient +animais +animait +animal +animalcule +animalcules +animale +animales +animalier +animaliers +animant +animas +animasse +animassent +animasses +animassiez +animassions +animateur +animateurs +animation +animations +animatrice +animatrices +animaux +animmes +animt +animtes +anime +animent +animer +animera +animerai +animeraient +animerais +animerait +animeras +animerez +animeriez +animerions +animerons +animeront +animes +animez +anim +anime +animes +anims +animrent +animiez +animions +animisme +animiste +animons +animosit +animosits +anis +anisette +anisettes +ankylosa +ankylosai +ankylosaient +ankylosais +ankylosait +ankylosant +ankylosas +ankylosasse +ankylosassent +ankylosasses +ankylosassiez +ankylosassions +ankylosmes +ankylost +ankylostes +ankylose +ankylosent +ankyloser +ankylosera +ankyloserai +ankyloseraient +ankyloserais +ankyloserait +ankyloseras +ankyloserez +ankyloseriez +ankyloserions +ankyloserons +ankyloseront +ankyloses +ankylosez +ankylos +ankylose +ankyloses +ankyloss +ankylosrent +ankylosiez +ankylosions +ankylosons +annales +annaliste +annalistes +annam +annamite +annamites +anneau +anneaux +annel +annele +anneles +annels +annexa +annexai +annexaient +annexais +annexait +annexant +annexas +annexasse +annexassent +annexasses +annexassiez +annexassions +annexmes +annext +annextes +annexe +annexent +annexer +annexera +annexerai +annexeraient +annexerais +annexerait +annexeras +annexerez +annexeriez +annexerions +annexerons +annexeront +annexes +annexez +annex +annexe +annexes +annexs +annexrent +annexiez +annexion +annexions +annexons +anne +annes +annlides +annihila +annihilai +annihilaient +annihilais +annihilait +annihilant +annihilas +annihilasse +annihilassent +annihilasses +annihilassiez +annihilassions +annihilation +annihilations +annihilmes +annihilt +annihiltes +annihile +annihilent +annihiler +annihilera +annihilerai +annihileraient +annihilerais +annihilerait +annihileras +annihilerez +annihileriez +annihilerions +annihilerons +annihileront +annihiles +annihilez +annihil +annihile +annihiles +annihils +annihilrent +annihiliez +annihilions +annihilons +anniversaire +anniversaires +annonce +annoncent +annoncer +annoncera +annoncerai +annonceraient +annoncerais +annoncerait +annonceras +annoncerez +annonceriez +annoncerions +annoncerons +annonceront +annonces +annonceur +annonceurs +annoncez +annonc +annonce +annonces +annoncs +annoncrent +annonciation +annonciations +annoncions +annona +annonai +annonaient +annonais +annonait +annonant +annonas +annonasse +annonassent +annonasses +annonassiez +annonassions +annonmes +annont +annontes +annonons +annota +annotai +annotaient +annotais +annotait +annotant +annotas +annotasse +annotassent +annotasses +annotassiez +annotassions +annotateur +annotateurs +annotation +annotations +annotatrice +annotatrices +annotmes +annott +annottes +annote +annotent +annoter +annotera +annoterai +annoteraient +annoterais +annoterait +annoteras +annoterez +annoteriez +annoterions +annoterons +annoteront +annotes +annotez +annot +annote +annotes +annots +annotrent +annotiez +annotions +annotons +annuaire +annuaires +annuel +annuelle +annuellement +annuelles +annuels +annuit +annuits +annula +annulai +annulaient +annulaire +annulaires +annulais +annulait +annulant +annulas +annulasse +annulassent +annulasses +annulassiez +annulassions +annulation +annulations +annulmes +annult +annultes +annule +annulent +annuler +annulera +annulerai +annuleraient +annulerais +annulerait +annuleras +annulerez +annuleriez +annulerions +annulerons +annuleront +annules +annulez +annul +annule +annules +annuls +annulrent +annuliez +annulions +annulons +anobli +anoblie +anoblies +anoblir +anoblira +anoblirai +anobliraient +anoblirais +anoblirait +anobliras +anoblirent +anoblirez +anobliriez +anoblirions +anoblirons +anobliront +anoblis +anoblissaient +anoblissais +anoblissait +anoblissant +anoblisse +anoblissement +anoblissements +anoblissent +anoblisses +anoblissez +anoblissiez +anoblissions +anoblissons +anoblit +anoblmes +anoblt +anobltes +anode +anodes +anodin +anodine +anodines +anodins +anomalie +anomalies +anonymat +anonyme +anonymement +anonymes +anophle +anophles +anorak +anoraks +anorexie +anorexies +anormal +anormale +anormalement +anormales +anormaux +ans +anse +anses +antagonisme +antagonismes +antagoniste +antagonistes +antan +antartique +antartiques +antenne +antennes +antcdent +antcdente +antcdentes +antcdents +antchrist +antdiluvien +antdiluvienne +antdiluviennes +antdiluviens +antrieur +antrieure +antrieurement +antrieures +antrieurs +antriorit +antriorits +anthre +anthres +anthridie +anthridies +anthrozode +anthrozodes +anthologie +anthologies +anthracite +anthrax +anthropode +anthropodee +anthropodees +anthropodes +anthropologie +anthropologiste +anthropologistes +anthropologue +anthropologues +anthropomtrie +anthropomtrique +anthropomtriques +anthropomorphe +anthropomorphes +anthropomorphisme +anthropophage +anthropophages +anthropophagie +anti +antiarien +antiarienne +antiariennes +antiariens +antialcoolique +antialcooliques +antiatomique +antiatomiques +antibactrien +antibactrienne +antibactriennes +antibactriens +antibiothrapie +antibiothrapies +antibiotique +antibiotiques +antibrouillard +antibrouillards +anticancreuse +anticancreuses +anticancreux +antichambre +antichambres +antichar +antichare +antichares +antichars +antichoc +antichocs +anticipa +anticipai +anticipaient +anticipais +anticipait +anticipant +anticipas +anticipasse +anticipassent +anticipasses +anticipassiez +anticipassions +anticipation +anticipations +anticipmes +anticipt +anticiptes +anticipe +anticipent +anticiper +anticipera +anticiperai +anticiperaient +anticiperais +anticiperait +anticiperas +anticiperez +anticiperiez +anticiperions +anticiperons +anticiperont +anticipes +anticipez +anticip +anticipe +anticipes +anticips +anticiprent +anticipiez +anticipions +anticipons +anticlrical +anticlricale +anticlricales +anticlricalisme +anticlricaux +anticlinal +anticlinals +anticoagulant +anticoagulante +anticoagulantes +anticoagulants +anticonceptionnel +anticonceptionnelle +anticonceptionnelles +anticonceptionnels +anticonformisme +anticonstitutionnel +anticonstitutionnelle +anticonstitutionnellement +anticonstitutionnelles +anticonstitutionnels +anticorps +anticyclone +anticyclones +antidata +antidatai +antidataient +antidatais +antidatait +antidatant +antidatas +antidatasse +antidatassent +antidatasses +antidatassiez +antidatassions +antidatmes +antidatt +antidattes +antidate +antidatent +antidater +antidatera +antidaterai +antidateraient +antidaterais +antidaterait +antidateras +antidaterez +antidateriez +antidaterions +antidaterons +antidateront +antidates +antidatez +antidat +antidate +antidates +antidats +antidatrent +antidatiez +antidations +antidatons +antidote +antidotes +antienne +antiennes +antigel +antigels +antigne +antignes +antigrippal +antigrippale +antigrippaux +antigrippe +antillais +antillaise +antillaises +antilles +antilope +antilopes +antimilitarisme +antimilitariste +antimilitaristes +antimite +antimoine +antinomie +antinomies +antinomique +antinomiques +antinuclaire +antinuclaires +antipathie +antipathies +antipathique +antipathiques +antiphrase +antiphrases +antipode +antipodes +antipyrine +antiquaille +antiquaire +antiquaires +antique +antiques +antiquit +antiquits +antirabique +antirabiques +antirouille +antirouilles +antiscorbutique +antiscorbutiques +antisepsie +antiseptique +antiseptiques +antismite +antismites +antismitisme +antisocial +antisociale +antisociaux +antithse +antithses +antitoxine +antitoxines +antiviraux +antivirus +antivol +antivols +antonyme +antonymes +antre +antres +anurie +anuries +anus +anvers +anxieuse +anxieusement +anxieuses +anxieux +anxit +anxits +aoriste +aorte +aortes +aortite +aot +aotat +aots +apache +apaches +apaisa +apaisai +apaisaient +apaisais +apaisait +apaisant +apaisas +apaisasse +apaisassent +apaisasses +apaisassiez +apaisassions +apaismes +apaist +apaistes +apaise +apaisement +apaisements +apaisent +apaiser +apaisera +apaiserai +apaiseraient +apaiserais +apaiserait +apaiseras +apaiserez +apaiseriez +apaiserions +apaiserons +apaiseront +apaises +apaisez +apais +apaise +apaises +apaiss +apaisrent +apaisiez +apaisions +apaisons +apanage +apanages +apart +aparts +apartheid +apathie +apathies +apathique +apathiques +apatride +apatrides +apens +apercevais +apercevait +apercevant +apercevez +aperceviez +apercevions +apercevisse +apercevissent +apercevisses +apercevissez +apercevissions +apercevoir +apercevons +apercevra +apercevrai +apercevraient +apercevrais +apercevrait +apercevras +apercevrez +apercevriez +apercevrions +apercevrons +apercevront +aperois +aperoit +aperoive +aperoivent +aperoives +aperu +aperue +aperues +aperurent +aperus +aperut +apermes +apert +apertes +apesanteur +apeur +apeure +apeures +apeurs +apritif +apritifs +apritive +apritives +aptale +aptalee +aptalees +aptales +aphasie +aphasies +aphasique +aphasiques +aphlie +aphone +aphones +aphonie +aphorisme +aphorismes +aphrodisiaque +aphrodisiaques +aphrodite +aphte +aphtes +aphteuse +aphteuses +aphteux +api +apiculteur +apiculteurs +apicultrice +apicultrices +apiculture +apitoie +apitoiement +apitoient +apitoies +apitoya +apitoyai +apitoyaient +apitoyais +apitoyait +apitoyant +apitoyas +apitoyasse +apitoyassent +apitoyasses +apitoyassiez +apitoyassions +apitoymes +apitoyt +apitoytes +apitoyer +apitoyera +apitoyerai +apitoyeraient +apitoyerais +apitoyerait +apitoyeras +apitoyerez +apitoyeriez +apitoyerions +apitoyerons +apitoyeront +apitoyez +apitoy +apitoye +apitoyes +apitoyrent +apitoyiez +apitoyions +apitoyons +aplani +aplanie +aplanies +aplanir +aplanira +aplanirai +aplaniraient +aplanirais +aplanirait +aplaniras +aplanirent +aplanirez +aplaniriez +aplanirions +aplanirons +aplaniront +aplanis +aplanissaient +aplanissais +aplanissait +aplanissant +aplanisse +aplanissent +aplanisses +aplanissez +aplanissiez +aplanissions +aplanissons +aplanit +aplanmes +aplant +aplantes +aplasie +aplat +aplati +aplatie +aplaties +aplatir +aplatira +aplatirai +aplatiraient +aplatirais +aplatirait +aplatiras +aplatirent +aplatirez +aplatiriez +aplatirions +aplatirons +aplatiront +aplatis +aplatissaient +aplatissais +aplatissait +aplatissant +aplatisse +aplatissement +aplatissements +aplatissent +aplatisses +aplatissez +aplatissiez +aplatissions +aplatissons +aplatit +aplatmes +aplatt +aplattes +aplats +aplomb +apne +apocalypse +apocalypses +apocalyptique +apocalyptiques +apocope +apocopes +apocryphe +apocryphes +apode +apodee +apodees +apodes +apoge +apoges +apologtique +apologtiques +apologie +apologies +apologiste +apologistes +apologue +apologues +apophtegme +apophtegmes +apophyse +apophyses +apoplectique +apoplectiques +apoplexie +apoplexies +aposta +apostai +apostaient +apostais +apostait +apostant +apostas +apostasia +apostasiai +apostasiaient +apostasiais +apostasiait +apostasiant +apostasias +apostasiasse +apostasiassent +apostasiasses +apostasiassiez +apostasiassion +apostasiassions +apostasimes +apostasit +apostasites +apostasie +apostasient +apostasier +apostasiera +apostasierai +apostasieraient +apostasierais +apostasierait +apostasieras +apostasierez +apostasieriez +apostasierions +apostasierons +apostasieront +apostasies +apostasiez +apostasi +apostasie +apostasies +apostasis +apostasirent +apostasiiez +apostasiions +apostasions +apostasse +apostassent +apostasses +apostassiez +apostassions +apostat +apostats +apostmes +apostt +aposttes +aposte +apostent +aposter +apostera +aposterai +aposteraient +aposterais +aposterait +aposteras +aposterez +aposteriez +aposterions +aposterons +aposteront +apostes +apostez +apost +aposte +apostes +aposts +apostrent +apostiez +apostilla +apostillai +apostillaient +apostillais +apostillait +apostillant +apostillas +apostillasse +apostillassent +apostillasses +apostillassiez +apostillassions +apostillmes +apostillt +apostilltes +apostille +apostillent +apostiller +apostillera +apostillerai +apostilleraient +apostillerais +apostillerait +apostilleras +apostillerez +apostilleriez +apostillerions +apostillerons +apostilleront +apostilles +apostillez +apostill +apostille +apostilles +apostills +apostillrent +apostilliez +apostillions +apostillons +apostions +apostolat +apostolats +apostolique +apostoliques +apostons +apostropha +apostrophai +apostrophaient +apostrophais +apostrophait +apostrophant +apostrophas +apostrophasse +apostrophassent +apostrophasses +apostrophassiez +apostrophassions +apostrophmes +apostropht +apostrophtes +apostrophe +apostrophent +apostropher +apostrophera +apostropherai +apostropheraient +apostropherais +apostropherait +apostropheras +apostropherez +apostropheriez +apostropherions +apostropherons +apostropheront +apostrophes +apostrophez +apostroph +apostrophe +apostrophes +apostrophs +apostrophrent +apostrophiez +apostrophions +apostrophons +apothose +apothoses +apothme +apothmes +apothicaire +apothicaires +aptre +aptres +apparat +apparatera +apparatra +apparatraient +apparatre +apparatront +apparat +apparats +appareil +appareilla +appareillage +appareillages +appareillai +appareillaient +appareillais +appareillait +appareillant +appareillas +appareillasse +appareillassent +appareillasses +appareillassiez +appareillassions +appareillmes +appareillt +appareilltes +appareille +appareillent +appareiller +appareillera +appareillerai +appareilleraient +appareillerais +appareillerait +appareilleras +appareillerez +appareilleriez +appareillerions +appareillerons +appareilleront +appareilles +appareillez +appareill +appareille +appareilles +appareills +appareillrent +appareilliez +appareillions +appareillons +appareils +apparemment +apparence +apparences +apparent +apparenta +apparentai +apparentaient +apparentais +apparentait +apparentant +apparentas +apparentasse +apparentassent +apparentasses +apparentassiez +apparentassions +apparentmes +apparentt +apparenttes +apparente +apparentement +apparentent +apparenter +apparentera +apparenterai +apparenteraient +apparenterais +apparenterait +apparenteras +apparenterez +apparenteriez +apparenterions +apparenterons +apparenteront +apparentes +apparentez +apparent +apparente +apparentes +apparents +apparentrent +apparentiez +apparentions +apparentons +apparents +apparia +appariai +appariaient +appariais +appariait +appariant +apparias +appariasse +appariassent +appariasses +appariassiez +appariassions +apparimes +apparit +apparites +apparie +apparient +apparier +appariera +apparierai +apparieraient +apparierais +apparierait +apparieras +apparierez +apparieriez +apparierions +apparierons +apparieront +apparies +appariez +appari +apparie +apparies +apparis +apparirent +appariiez +appariions +apparions +appariteur +appariteurs +appariteuse +appariteuses +apparition +apparitions +appartement +appartements +appartenaient +appartenais +appartenait +appartenance +appartenances +appartenant +apparteniez +appartenions +appartenir +appartenisse +appartenissent +appartenisses +appartenissiez +appartenissions +appartent +appartenu +appartenue +appartenues +appartenus +appartienda +appartiendai +appartiendaient +appartiendais +appartiendait +appartiendas +appartiendez +appartiendiez +appartiendions +appartiendons +appartiendont +appartienent +appartiennent +appartiens +appartient +appartinirent +appartins +appartint +appartnmes +appartntes +apparu +apparue +apparues +apparurent +apparus +apparut +appas +appauvri +appauvrie +appauvries +appauvrir +appauvrira +appauvrirai +appauvriraient +appauvrirais +appauvrirait +appauvriras +appauvrirent +appauvrirez +appauvririez +appauvririons +appauvrirons +appauvriront +appauvris +appauvrissaient +appauvrissais +appauvrissait +appauvrissant +appauvrisse +appauvrissement +appauvrissements +appauvrissent +appauvrisses +appauvrissez +appauvrissiez +appauvrissions +appauvrissons +appauvrit +appauvrmes +appauvrt +appauvrtes +appt +appta +apptai +apptaient +apptais +apptait +apptant +apptas +apptasse +apptassent +apptasses +apptassiez +apptassions +apptmes +apptt +appttes +appte +apptent +appter +apptera +appterai +appteraient +appterais +appterait +appteras +appterez +appteriez +appterions +appterons +appteront +apptes +apptez +appt +appte +apptes +appts +apptrent +apptiez +apptions +apptons +appts +appeau +appeaux +appel +appela +appelable +appelai +appelaient +appelais +appelait +appelant +appelante +appelantes +appelants +appelas +appelasse +appelassent +appelasses +appelassiez +appelassions +appelmes +appelt +appeltes +appeler +appelez +appel +appele +appeles +appels +appeliez +appelions +appellation +appellations +appelle +appellent +appellera +appellerai +appelleraient +appellerais +appellerait +appelleras +appellerez +appelleriez +appellerions +appellerons +appelleront +appelles +appelles +appelons +appels +appendice +appendices +appendicite +appendicites +appendix +appentis +apperoit +apperut +appert +appesanti +appesantie +appesanties +appesantir +appesantira +appesantirai +appesantiraient +appesantirais +appesantirait +appesantiras +appesantirent +appesantirez +appesantiriez +appesantirions +appesantirons +appesantiront +appesantis +appesantissaient +appesantissais +appesantissait +appesantissant +appesantisse +appesantissement +appesantissements +appesantissent +appesantisses +appesantissez +appesantissiez +appesantissions +appesantissons +appesantit +appesantmes +appesantt +appesanttes +apptissant +apptissante +apptissantes +apptissants +apptit +apptits +applaudi +applaudie +applaudies +applaudir +applaudira +applaudirai +applaudiraient +applaudirais +applaudirait +applaudiras +applaudirent +applaudirez +applaudiriez +applaudirions +applaudirons +applaudiront +applaudis +applaudissaient +applaudissais +applaudissait +applaudissant +applaudisse +applaudissement +applaudissements +applaudissent +applaudisses +applaudissez +applaudissiez +applaudissions +applaudissons +applaudit +applaudmes +applaudt +applaudtes +applicable +applicables +applicateur +applicateurs +application +applications +appliqua +appliquai +appliquaient +appliquais +appliquait +appliquant +appliquas +appliquasse +appliquassent +appliquasses +appliquassiez +appliquassions +appliqumes +appliqut +appliqutes +applique +appliquent +appliquer +appliquera +appliquerai +appliqueraient +appliquerais +appliquerait +appliqueras +appliquerez +appliqueriez +appliquerions +appliquerons +appliqueront +appliques +appliquez +appliqu +applique +appliques +appliqus +appliqurent +appliquiez +appliquions +appliquons +appoint +appointa +appointai +appointaient +appointais +appointait +appointant +appointas +appointasse +appointassent +appointasses +appointassiez +appointassions +appointmes +appointt +appointtes +appointe +appointements +appointent +appointes +appointez +appoint +appointe +appointes +appoints +appointrent +appointiez +appointions +appointons +appoints +apponta +appontai +appontaient +appontais +appontait +appontant +appontas +appontasse +appontassent +appontasses +appontassiez +appontassions +appontmes +appontt +apponttes +apponte +appontement +appontements +appontent +apponter +appontera +apponterai +apponteraient +apponterais +apponterait +apponteras +apponterez +apponteriez +apponterions +apponterons +apponteront +appontes +appontez +appont +apponte +appontes +apponts +appontrent +appontiez +appontions +appontons +apport +apporta +apportai +apportaient +apportais +apportait +apportant +apportas +apportasse +apportassent +apportasses +apportassiez +apportassions +apportmes +apportt +apporttes +apporte +apportent +apporter +apportera +apporterai +apporteraient +apporterais +apporterait +apporteras +apporterez +apporteriez +apporterions +apporterons +apporteront +apportes +apportez +apport +apporte +apportes +apports +apportrent +apportiez +apportions +apportons +apports +apposa +apposai +apposaient +apposais +apposait +apposant +apposas +apposasse +apposassent +apposasses +apposassiez +apposassions +apposmes +appost +appostes +appose +apposent +apposer +apposera +apposerai +apposeraient +apposerais +apposerait +apposeras +apposerez +apposeriez +apposerions +apposerons +apposeront +apposes +apposez +appos +appose +apposes +apposs +apposrent +apposiez +apposions +apposition +appositions +apposons +apprenaient +apprenais +apprenait +apprenant +apprend +apprendisse +apprendissent +apprendisses +apprendissiez +apprendissions +apprendra +apprendrai +apprendraient +apprendrais +apprendrait +apprendras +apprendre +apprendrez +apprendriez +apprendrions +apprendrons +apprendront +apprends +apprenez +appreniez +apprenions +apprenne +apprennent +apprennes +apprenons +apprenti +apprentie +apprenties +apprentis +apprentissage +apprentissages +apprcia +apprciable +apprciables +apprciai +apprciaient +apprciais +apprciait +apprciant +apprcias +apprciasse +apprciassent +apprciasses +apprciassiez +apprciassions +apprciation +apprciations +apprcimes +apprcit +apprcites +apprcie +apprcient +apprcier +apprciera +apprcierai +apprcieraient +apprcierais +apprcierait +apprcieras +apprcierez +apprcieriez +apprcierions +apprcierons +apprcieront +apprcies +apprciez +apprci +apprcie +apprcies +apprcis +apprcirent +apprciiez +apprciions +apprcions +apprhenda +apprhendai +apprhendaient +apprhendais +apprhendait +apprhendant +apprhendas +apprhendasse +apprhendassent +apprhendasses +apprhendassiez +apprhendassions +apprhendmes +apprhendt +apprhendtes +apprhende +apprhendent +apprhender +apprhendera +apprhenderai +apprhenderaient +apprhenderais +apprhenderait +apprhenderas +apprhenderez +apprhenderiez +apprhenderions +apprhenderons +apprhenderont +apprhendes +apprhendez +apprhend +apprhende +apprhendes +apprhends +apprhendrent +apprhendiez +apprhendions +apprhendons +apprhension +apprhensions +apprt +apprta +apprtai +apprtaient +apprtais +apprtait +apprtant +apprtas +apprtasse +apprtassent +apprtasses +apprtassiez +apprtassions +apprtmes +apprtt +apprttes +apprte +apprtent +apprter +apprtera +apprterai +apprteraient +apprterais +apprterait +apprteras +apprterez +apprteriez +apprterions +apprterons +apprteront +apprtes +apprtez +apprt +apprte +apprtes +apprts +apprtrent +apprtiez +apprtions +apprtons +apprts +apprirent +appris +apprise +apprises +apprit +apprivoisa +apprivoisai +apprivoisaient +apprivoisais +apprivoisait +apprivoisant +apprivoisas +apprivoisasse +apprivoisassent +apprivoisasses +apprivoisassiez +apprivoisassions +apprivoismes +apprivoist +apprivoistes +apprivoise +apprivoisent +apprivoiser +apprivoisera +apprivoiserai +apprivoiseraient +apprivoiserais +apprivoiserait +apprivoiseras +apprivoiserez +apprivoiseriez +apprivoiserions +apprivoiserons +apprivoiseront +apprivoises +apprivoisez +apprivois +apprivoise +apprivoises +apprivoiss +apprivoisrent +apprivoisiez +apprivoisions +apprivoisons +apprmes +apprt +apprtes +approbateur +approbateurs +approbatif +approbatifs +approbation +approbations +approbative +approbativement +approbatives +approbatrice +approbatrices +approcha +approchai +approchaient +approchais +approchait +approchant +approchante +approchantes +approchants +approchas +approchasse +approchassent +approchasses +approchassiez +approchassions +approchmes +approcht +approchtes +approche +approchent +approcher +approchera +approcherai +approcheraient +approcherais +approcherait +approcheras +approcherez +approcheriez +approcherions +approcherons +approcheront +approches +approchez +approch +approche +approches +approchs +approchrent +approchiez +approchions +approchons +approfondi +approfondie +approfondies +approfondir +approfondira +approfondirai +approfondiraient +approfondirais +approfondirait +approfondiras +approfondirent +approfondirez +approfondiriez +approfondirions +approfondirons +approfondiront +approfondis +approfondissaient +approfondissais +approfondissait +approfondissant +approfondisse +approfondissement +approfondissements +approfondissent +approfondisses +approfondissez +approfondissiez +approfondissions +approfondissons +approfondit +approfondmes +approfondt +approfondtes +appropria +appropriai +appropriaient +appropriais +appropriait +appropriant +approprias +appropriasse +appropriassent +appropriasses +appropriassiez +appropriassions +appropriation +appropriations +approprimes +approprit +approprites +approprie +approprient +approprier +appropriera +approprierai +approprieraient +approprierais +approprierait +approprieras +approprierez +approprieriez +approprierions +approprierons +approprieront +appropries +appropriez +appropri +approprie +appropries +appropris +approprirent +appropriiez +appropriions +approprions +approuva +approuvai +approuvaient +approuvais +approuvait +approuvant +approuvas +approuvasse +approuvassent +approuvasses +approuvassiez +approuvassions +approuvmes +approuvt +approuvtes +approuve +approuvent +approuver +approuvera +approuverai +approuveraient +approuverais +approuverait +approuveras +approuverez +approuveriez +approuverions +approuverons +approuveront +approuves +approuvez +approuv +approuve +approuves +approuvs +approuvrent +approuviez +approuvions +approuvons +approvisionna +approvisionnai +approvisionnaient +approvisionnais +approvisionnait +approvisionnant +approvisionnas +approvisionnasse +approvisionnassent +approvisionnasses +approvisionnassiez +approvisionnassions +approvisionnmes +approvisionnt +approvisionntes +approvisionne +approvisionnement +approvisionnements +approvisionnent +approvisionner +approvisionnera +approvisionnerai +approvisionneraient +approvisionnerais +approvisionnerait +approvisionneras +approvisionnerez +approvisionneriez +approvisionnerions +approvisionnerons +approvisionneront +approvisionnes +approvisionnez +approvisionn +approvisionne +approvisionnes +approvisionns +approvisionnrent +approvisionniez +approvisionnions +approvisionnons +approximatif +approximatifs +approximation +approximations +approximative +approximativement +approximatives +appui +appuie +appuient +appuies +appuis +appuya +appuyai +appuyaient +appuyais +appuyait +appuyant +appuyas +appuyasse +appuyassent +appuyasses +appuyassiez +appuyassions +appuymes +appuyt +appuytes +appuyer +appuyera +appuyerai +appuyeraient +appuyerais +appuyerait +appuyeras +appuyerez +appuyeriez +appuyerions +appuyerons +appuyeront +appuyez +appuy +appuye +appuyes +appuys +appuyrent +appuyiez +appuyions +appuyons +aprs +apte +aptes +aptre +aptres +aptitude +aptitudes +apura +apurai +apuraient +apurais +apurait +apurant +apuras +apurasse +apurassent +apurasses +apurassiez +apurassions +apurmes +apurt +apurtes +apure +apurement +apurements +apurent +apurer +apurera +apurerai +apureraient +apurerais +apurerait +apureras +apurerez +apureriez +apurerions +apurerons +apureront +apures +apurez +apur +apure +apures +apurs +apurrent +apuriez +apurions +apurons +aquafortiste +aquafortistes +aquarelle +aquarelles +aquarelliste +aquarellistes +aquarium +aquariums +aquatique +aquatiques +aqueduc +aqueducs +aqueuse +aqueuses +aqueux +aquifre +aquifree +aquifrees +aquifres +aquilin +aquiline +aquilines +aquilins +aquilon +aquilons +aquitaine +ara +arabe +arabes +arabesque +arabesques +arabie +arabisant +arabisante +arabisantes +arabisants +arable +arables +arachide +arachides +arachnen +arachnenne +arachnennes +arachnens +arachnides +araigne +araignes +araire +araires +aras +arasa +arasai +arasaient +arasais +arasait +arasant +arasas +arasasse +arasassent +arasasses +arasassiez +arasassions +arasmes +arast +arastes +arase +arasement +arasements +arasent +araser +arasera +araserai +araseraient +araserais +araserait +araseras +araserez +araseriez +araserions +araserons +araseront +arases +arasez +aras +arase +arases +arass +arasrent +arasiez +arasions +arasons +aratoire +aratoires +arbaltrier +arbaltriers +arbalte +arbaltes +arbitra +arbitrage +arbitrages +arbitrai +arbitraient +arbitraire +arbitrairement +arbitraires +arbitrais +arbitrait +arbitral +arbitrale +arbitralement +arbitrales +arbitrals +arbitrant +arbitras +arbitrasse +arbitrassent +arbitrasses +arbitrassiez +arbitrassions +arbitrmes +arbitrt +arbitrtes +arbitre +arbitrent +arbitrer +arbitrera +arbitrerai +arbitreraient +arbitrerais +arbitrerait +arbitreras +arbitrerez +arbitreriez +arbitrerions +arbitrerons +arbitreront +arbitres +arbitrez +arbitr +arbitre +arbitres +arbitrs +arbitrrent +arbitriez +arbitrions +arbitrons +arbora +arborai +arboraient +arborais +arborait +arborant +arboras +arborasse +arborassent +arborasses +arborassiez +arborassions +arbormes +arbort +arbortes +arbore +arborent +arborer +arborera +arborerai +arboreraient +arborerais +arborerait +arboreras +arborerez +arboreriez +arborerions +arborerons +arboreront +arbores +arborescent +arborescente +arborescentes +arborescents +arboretum +arboretums +arborez +arbor +arbore +arbores +arbors +arborrent +arboriculture +arboriez +arborions +arborisation +arborisations +arborons +arbouse +arbouses +arbousier +arbousiers +arbre +arbres +arbrisseau +arbrisseaux +arbuste +arbustes +arbustif +arbustifs +arbustive +arbustives +arc +arcade +arcades +arcane +arcanes +arcature +arcatures +arceau +arceaux +archaque +archaques +archasme +archasmes +archange +archanges +arche +archer +archers +arches +archet +archets +archevch +archevchs +archevque +archevques +archologie +archologique +archologiques +archologue +archologues +archtype +archtypes +archidiacre +archidiacres +archiduc +archiduchesse +archiduchesses +archiduch +archiduchs +archiducs +archipiscopal +archipiscopale +archipiscopales +archipiscopals +archipel +archipels +archiprtre +archiprtres +architecte +architectes +architectronique +architectural +architecturale +architecturaux +architecture +architectures +architrave +architraves +archiva +archivage +archivages +archivai +archivaient +archivais +archivait +archivant +archivas +archivasse +archivassent +archivasses +archivassiez +archivassions +archivmes +archivt +archivtes +archive +archivent +archiver +archivera +archiverai +archiveraient +archiverais +archiverait +archiveras +archiverez +archiveriez +archiverions +archiverons +archiveront +archives +archivez +archiv +archive +archives +archivs +archivrent +archiviez +archivions +archiviste +archivistes +archivolte +archivoltes +archivons +archonte +archontes +arcs +arctique +arctiques +aron +arons +ardemment +ardennes +ardent +ardente +ardentes +ardents +ardeur +ardeurs +ardche +ardillion +ardillions +ardoise +ardoises +ardois +ardoise +ardoises +ardoiss +ardoisire +ardoisires +ardu +ardue +ardues +ardus +are +ares +arique +ariques +arnicole +arnicoles +arole +aroles +aromtre +aromtres +aropage +aropages +arne +arnes +arte +artes +artier +artiers +argent +argenta +argentai +argentaient +argentais +argentait +argentan +argentant +argentas +argentasse +argentassent +argentasses +argentassiez +argentassions +argentmes +argentt +argenttes +argente +argentent +argenter +argentera +argenterai +argenteraient +argenterais +argenterait +argenteras +argenterez +argenterie +argenteriez +argenterions +argenterons +argenteront +argentes +argentez +argent +argente +argentes +argents +argentrent +argentier +argentiers +argentiez +argentifre +argentifres +argentin +argentine +argentines +argentins +argentions +argentons +argents +argenture +argentures +argile +argiles +argileuse +argileuses +argileux +argon +argonaute +argonautes +argot +argotique +argotiques +argots +argousin +argousins +argua +arguai +arguaient +arguais +arguait +arguant +arguas +arguasse +arguassent +arguasses +arguassiez +arguassions +argumes +argut +argutes +argue +arguent +arguer +arguera +arguerai +argueraient +arguerais +arguerait +argueras +arguerez +argueriez +arguerions +arguerons +argueront +argues +arguez +argu +argue +argues +argus +argurent +arguiez +arguions +argument +argumenta +argumentai +argumentaient +argumentaire +argumentaires +argumentais +argumentait +argumentant +argumentas +argumentasse +argumentassent +argumentasses +argumentassiez +argumentassions +argumentateur +argumentation +argumentations +argumentmes +argumentt +argumenttes +argumente +argumentent +argumenter +argumentera +argumenterai +argumenteraient +argumenterais +argumenterait +argumenteras +argumenterez +argumenteriez +argumenterions +argumenterons +argumenteront +argumentes +argumentez +argument +argumente +argumentes +arguments +argumentrent +argumentiez +argumentions +argumentons +arguments +arguons +argus +argutie +arguties +aria +ariane +arias +aride +arides +aridit +aridits +ariette +ariettes +aristocrate +aristocrates +aristocratie +aristocraties +aristocratique +aristocratiquement +aristocratiques +aristotlicien +aristotlicienne +aristotliciennes +aristotliciens +arithmticien +arithmticienne +arithmticiennes +arithmticiens +arithmtique +arithmtiques +arlequin +arlequinade +arlequinades +arlequins +arma +armagnac +armagnacs +armai +armaient +armais +armait +armant +armas +armasse +armassent +armasses +armassiez +armassions +armateur +armateurs +armature +armatures +armmes +armt +armtes +arme +armement +armements +arment +armer +armera +armerai +armeraient +armerais +armerait +armeras +armerez +armeriez +armerions +armerons +armeront +armes +armez +arm +arme +armes +armnien +armnienne +armniennes +armniens +arms +armrent +armiez +armions +armistice +armistices +armoire +armoires +armoiries +armoise +armoises +armons +armorial +armorials +armoricain +armoricaine +armoricaines +armoricains +armorique +armure +armurerie +armureries +armures +armurier +armuriers +arnica +aromate +aromates +aromatique +aromatiques +aromatisa +aromatisai +aromatisaient +aromatisais +aromatisait +aromatisant +aromatisas +aromatisasse +aromatisassent +aromatisasses +aromatisassiez +aromatisassions +aromatismes +aromatist +aromatistes +aromatise +aromatisent +aromatiser +aromatisera +aromatiserai +aromatiseraient +aromatiserais +aromatiserait +aromatiseras +aromatiserez +aromatiseriez +aromatiserions +aromatiserons +aromatiseront +aromatises +aromatisez +aromatis +aromatise +aromatises +aromatiss +aromatisrent +aromatisiez +aromatisions +aromatisons +arme +armes +arpent +arpenta +arpentage +arpentages +arpentai +arpentaient +arpentais +arpentait +arpentant +arpentas +arpentasse +arpentassent +arpentasses +arpentassiez +arpentassions +arpentmes +arpentt +arpenttes +arpente +arpentent +arpenter +arpentera +arpenterai +arpenteraient +arpenterais +arpenterait +arpenteras +arpenterez +arpenteriez +arpenterions +arpenterons +arpenteront +arpentes +arpenteur +arpenteurs +arpentez +arpent +arpente +arpentes +arpents +arpentrent +arpentiez +arpentions +arpentons +arpge +arpges +arpte +arptes +arqua +arquai +arquaient +arquais +arquait +arquant +arquas +arquasse +arquassent +arquasses +arquassiez +arquassions +arqumes +arqut +arqutes +arque +arquebuse +arquebuses +arquebusier +arquebusiers +arquent +arquer +arquera +arquerai +arqueraient +arquerais +arquerait +arqueras +arquerez +arqueriez +arquerions +arquerons +arqueront +arques +arquez +arqu +arque +arques +arqus +arqurent +arquiez +arquions +arquons +arracha +arrachage +arrachages +arrachai +arrachaient +arrachais +arrachait +arrachant +arrachas +arrachasse +arrachassent +arrachasses +arrachassiez +arrachassions +arrachmes +arracht +arrachtes +arrache +arrachement +arrachements +arrachent +arracher +arrachera +arracherai +arracheraient +arracherais +arracherait +arracheras +arracherez +arracheriez +arracherions +arracherons +arracheront +arraches +arrachez +arrach +arrache +arraches +arrachs +arrachrent +arrachiez +arrachions +arrachons +arraisonna +arraisonnai +arraisonnaient +arraisonnais +arraisonnait +arraisonnant +arraisonnas +arraisonnasse +arraisonnassent +arraisonnasses +arraisonnassiez +arraisonnassions +arraisonnmes +arraisonnt +arraisonntes +arraisonne +arraisonnement +arraisonnements +arraisonnent +arraisonner +arraisonnera +arraisonnerai +arraisonneraient +arraisonnerais +arraisonnerait +arraisonneras +arraisonnerez +arraisonneriez +arraisonnerions +arraisonnerons +arraisonneront +arraisonnes +arraisonnez +arraisonn +arraisonne +arraisonnes +arraisonns +arraisonnrent +arraisonniez +arraisonnions +arraisonnons +arrange +arrangea +arrangeai +arrangeaient +arrangeais +arrangeait +arrangeant +arrangeante +arrangeantes +arrangeants +arrangeas +arrangeasse +arrangeassent +arrangeasses +arrangeassiez +arrangeassions +arrangemes +arranget +arrangetes +arrangement +arrangements +arrangent +arrangeons +arranger +arrangera +arrangerai +arrangeraient +arrangerais +arrangerait +arrangeras +arrangerez +arrangeriez +arrangerions +arrangerons +arrangeront +arranges +arrangez +arrang +arrange +arranges +arrangs +arrangrent +arrangiez +arrangions +arrestation +arrestations +arrrages +arrt +arrta +arrtai +arrtaient +arrtais +arrtait +arrtant +arrtas +arrtasse +arrtassent +arrtasses +arrtassiez +arrtassions +arrtmes +arrtt +arrttes +arrte +arrtent +arrter +arrtera +arrterai +arrteraient +arrterais +arrterait +arrteras +arrterez +arrteriez +arrterions +arrterons +arrteront +arrtes +arrtez +arrt +arrte +arrtes +arrts +arrtrent +arrtiez +arrtions +arrtoir +arrtoirs +arrtons +arrts +arrhes +arriration +arrirations +arrir +arrire +arrires +arrirs +arrire +arrires +arrima +arrimage +arrimages +arrimai +arrimaient +arrimais +arrimait +arrimant +arrimas +arrimasse +arrimassent +arrimasses +arrimassiez +arrimassions +arrimmes +arrimt +arrimtes +arrime +arriment +arrimer +arrimera +arrimerai +arrimeraient +arrimerais +arrimerait +arrimeras +arrimerez +arrimeriez +arrimerions +arrimerons +arrimeront +arrimes +arrimeur +arrimeurs +arrimez +arrim +arrime +arrimes +arrims +arrimrent +arrimiez +arrimions +arrimons +arriva +arrivage +arrivages +arrivai +arrivaient +arrivais +arrivait +arrivant +arrivante +arrivantes +arrivants +arrivas +arrivasse +arrivassent +arrivasses +arrivassiez +arrivassions +arrivmes +arrivt +arrivtes +arrive +arrivent +arriver +arrivera +arriverai +arriveraient +arriverais +arriverait +arriveras +arriverez +arriveriez +arriverions +arriverons +arriveront +arrives +arrivez +arriv +arrive +arrives +arrivs +arrivrent +arriviez +arrivions +arrivisme +arriviste +arrivistes +arrivons +arrogamment +arrogance +arrogances +arrogant +arrogante +arrogantes +arrogants +arroge +arrogea +arrogeai +arrogeaient +arrogeais +arrogeait +arrogeant +arrogeas +arrogeasse +arrogeassent +arrogeasses +arrogeassiez +arrogeassions +arrogemes +arroget +arrogetes +arrogent +arrogeons +arroger +arrogera +arrogerai +arrogeraient +arrogerais +arrogerait +arrogeras +arrogerez +arrogeriez +arrogerions +arrogerons +arrogeront +arroges +arrogez +arrog +arroge +arroges +arrogs +arrogrent +arrogiez +arrogions +arrondi +arrondie +arrondies +arrondir +arrondira +arrondirai +arrondiraient +arrondirais +arrondirait +arrondiras +arrondirent +arrondirez +arrondiriez +arrondirions +arrondirons +arrondiront +arrondis +arrondissaient +arrondissais +arrondissait +arrondissant +arrondisse +arrondissement +arrondissements +arrondissent +arrondisses +arrondissez +arrondissiez +arrondissions +arrondissons +arrondit +arrondmes +arrondt +arrondtes +arrosa +arrosage +arrosages +arrosai +arrosaient +arrosais +arrosait +arrosant +arrosas +arrosasse +arrosassent +arrosasses +arrosassiez +arrosassions +arrosmes +arrost +arrostes +arrose +arrosent +arroser +arrosera +arroserai +arroseraient +arroserais +arroserait +arroseras +arroserez +arroseriez +arroserions +arroserons +arroseront +arroses +arroseur +arroseurs +arroseuse +arroseuses +arrosez +arros +arrose +arroses +arross +arrosrent +arrosiez +arrosions +arrosoir +arrosoirs +arrosons +arrow +arsenal +arsenaux +arsenic +arsniate +arsniates +arsnieux +arsnique +arsniques +arsouille +arsouilles +art +artefact +artefacts +artriel +artrielle +artrielles +artriels +artriole +artrioles +artriosclrose +artriosclroses +artrite +artsien +artsienne +artsiennes +artsiens +artre +artres +arthrite +arthrites +arthritique +arthritiques +arthritisme +arthropodes +arthrose +arthroses +artichaut +artichauts +article +articles +articula +articulai +articulaient +articulaire +articulaires +articulais +articulait +articulant +articulas +articulasse +articulassent +articulasses +articulassiez +articulassions +articulateur +articulation +articulations +articulmes +articult +articultes +articule +articulent +articuler +articulera +articulerai +articuleraient +articulerais +articulerait +articuleras +articulerez +articuleriez +articulerions +articulerons +articuleront +articules +articulez +articul +articule +articules +articuls +articulrent +articuliez +articulions +articulons +artifice +artifices +artificiel +artificielle +artificiellement +artificielles +artificiels +artificier +artificiers +artificieuse +artificieusement +artificieuses +artificieux +artillerie +artilleur +artilleurs +artimon +artimons +artisan +artisanal +artisanale +artisanales +artisanat +artisanats +artisanaux +artisane +artisanes +artisans +artiste +artistement +artistes +artistique +artistiquement +artistiques +arts +arum +arums +aryen +aryenne +aryennes +aryens +arythmie +as +ascendance +ascendances +ascendant +ascendante +ascendantes +ascendants +ascenseur +ascenseurs +ascension +ascensionnel +ascensionnelle +ascensionnelles +ascensionnels +ascensions +asctique +asctiques +asctisme +ascte +asctes +ascidie +ascidies +asepsie +aseptique +aseptiques +aseptisa +aseptisai +aseptisaient +aseptisais +aseptisait +aseptisant +aseptisas +aseptisasse +aseptisassent +aseptisasses +aseptisassiez +aseptisassions +aseptismes +aseptist +aseptistes +aseptise +aseptisent +aseptiser +aseptisera +aseptiserai +aseptiseraient +aseptiserais +aseptiserait +aseptiseras +aseptiserez +aseptiseriez +aseptiserions +aseptiserons +aseptiseront +aseptises +aseptisez +aseptis +aseptise +aseptises +aseptiss +aseptisrent +aseptisiez +aseptisions +aseptisons +asexu +asexue +asexues +asexus +asiatique +asiatiques +asie +asile +asiles +aspect +aspects +asperge +aspergea +aspergeai +aspergeaient +aspergeais +aspergeait +aspergeant +aspergeas +aspergeasse +aspergeassent +aspergeasses +aspergeassiez +aspergeassions +aspergemes +asperget +aspergetes +aspergent +aspergeons +asperger +aspergera +aspergerai +aspergeraient +aspergerais +aspergerait +aspergeras +aspergerez +aspergeriez +aspergerions +aspergerons +aspergeront +asperges +aspergez +asperg +asperge +asperges +aspergs +aspergrent +aspergiez +aspergions +aspersion +aspersions +asprit +asprits +asphalta +asphaltai +asphaltaient +asphaltais +asphaltait +asphaltant +asphaltas +asphaltasse +asphaltassent +asphaltasses +asphaltassiez +asphaltassions +asphaltmes +asphaltt +asphalttes +asphalte +asphaltent +asphalter +asphaltera +asphalterai +asphalteraient +asphalterais +asphalterait +asphalteras +asphalterez +asphalteriez +asphalterions +asphalterons +asphalteront +asphaltes +asphaltez +asphalt +asphalte +asphaltes +asphalts +asphaltrent +asphaltiez +asphaltions +asphaltons +asphodle +asphodles +asphyxia +asphyxiai +asphyxiaient +asphyxiais +asphyxiait +asphyxiant +asphyxias +asphyxiasse +asphyxiassent +asphyxiasses +asphyxiassiez +asphyxiassions +asphyximes +asphyxit +asphyxites +asphyxie +asphyxient +asphyxier +asphyxiera +asphyxierai +asphyxieraient +asphyxierais +asphyxierait +asphyxieras +asphyxierez +asphyxieriez +asphyxierions +asphyxierons +asphyxieront +asphyxies +asphyxiez +asphyxi +asphyxie +asphyxies +asphyxis +asphyxirent +asphyxiiez +asphyxiions +asphyxions +aspic +aspics +aspira +aspirai +aspiraient +aspirais +aspirait +aspirant +aspirants +aspiras +aspirasse +aspirassent +aspirasses +aspirassiez +aspirassions +aspirateur +aspirateurs +aspiration +aspirations +aspirator +aspirmes +aspirt +aspirtes +aspire +aspirent +aspirer +aspirera +aspirerai +aspireraient +aspirerais +aspirerait +aspireras +aspirerez +aspireriez +aspirerions +aspirerons +aspireront +aspires +aspirez +aspir +aspire +aspires +aspirs +aspirrent +aspiriez +aspirine +aspirines +aspirions +aspirons +assagi +assagie +assagies +assagir +assagira +assagirai +assagiraient +assagirais +assagirait +assagiras +assagirent +assagirez +assagiriez +assagirions +assagirons +assagiront +assagis +assagissaient +assagissais +assagissait +assagissant +assagisse +assagissent +assagisses +assagissez +assagissiez +assagissions +assagissons +assagit +assagmes +assagt +assagtes +assaillaient +assaillais +assaillait +assaillant +assaillante +assaillantes +assaillants +assaille +assaillent +assailles +assaillez +assailli +assaillie +assaillies +assailliez +assaillions +assaillir +assaillira +assaillirai +assailliraient +assaillirais +assaillirait +assailliras +assaillirent +assaillirez +assailliriez +assaillirions +assaillirons +assailliront +assaillis +assaillit +assaillmes +assaillt +assailltes +assaillons +assaini +assainie +assainies +assainir +assainira +assainirai +assainiraient +assainirais +assainirait +assainiras +assainirent +assainirez +assainiriez +assainirions +assainirons +assainiront +assainis +assainissaient +assainissais +assainissait +assainissant +assainisse +assainissement +assainissements +assainissent +assainisses +assainissez +assainissiez +assainissions +assainissons +assainit +assainmes +assaint +assaintes +assaisonna +assaisonnai +assaisonnaient +assaisonnais +assaisonnait +assaisonnant +assaisonnas +assaisonnasse +assaisonnassent +assaisonnasses +assaisonnassiez +assaisonnassions +assaisonnmes +assaisonnt +assaisonntes +assaisonne +assaisonnement +assaisonnements +assaisonnent +assaisonner +assaisonnera +assaisonnerai +assaisonneraient +assaisonnerais +assaisonnerait +assaisonneras +assaisonnerez +assaisonneriez +assaisonnerions +assaisonnerons +assaisonneront +assaisonnes +assaisonnez +assaisonn +assaisonne +assaisonnes +assaisonns +assaisonnrent +assaisonniez +assaisonnions +assaisonnons +assassin +assassina +assassinai +assassinaient +assassinais +assassinait +assassinant +assassinas +assassinasse +assassinassent +assassinasses +assassinassiez +assassinassions +assassinat +assassinats +assassinmes +assassint +assassintes +assassine +assassinent +assassiner +assassinera +assassinerai +assassineraient +assassinerais +assassinerait +assassineras +assassinerez +assassineriez +assassinerions +assassinerons +assassineront +assassines +assassinez +assassin +assassine +assassines +assassins +assassinrent +assassiniez +assassinions +assassinons +assassins +assaut +assauts +assembla +assemblage +assemblages +assemblai +assemblaient +assemblais +assemblait +assemblant +assemblas +assemblasse +assemblassent +assemblasses +assemblassiez +assemblassions +assemblmes +assemblt +assembltes +assemble +assemblent +assembler +assemblera +assemblerai +assembleraient +assemblerais +assemblerait +assembleras +assemblerez +assembleriez +assemblerions +assemblerons +assembleront +assembles +assembleur +assembleurs +assemblez +assembl +assemble +assembles +assembls +assemblrent +assembliez +assemblions +assemblons +assena +assenai +assenaient +assenais +assenait +assenant +assenas +assenasse +assenassent +assenasses +assenassiez +assenassions +assenmes +assent +assentes +assener +assenez +assen +assene +assenes +assens +assenrent +asseniez +assenions +assenons +assentiment +assentiments +asseoir +asserment +assermente +assermentes +asserments +assertion +assertions +asservi +asservie +asservies +asservir +asservira +asservirai +asserviraient +asservirais +asservirait +asserviras +asservirent +asservirez +asserviriez +asservirions +asservirons +asserviront +asservis +asservissaient +asservissais +asservissait +asservissant +asservisse +asservissement +asservissements +asservissent +asservisses +asservisseur +asservisseurs +asservissez +asservissiez +asservissions +asservissons +asservit +asservmes +asservt +asservtes +assesseur +assesseurs +asseyaient +asseyais +asseyait +asseyant +asseye +asseyent +asseyera +asseyerai +asseyeraient +asseyerais +asseyerait +asseyeras +asseyerez +asseyeriez +asseyerions +asseyerons +asseyeront +asseyes +asseyez +asseyiez +asseyions +asseyons +assez +asscha +asschai +asschaient +asschais +asschait +asschant +asschas +asschasse +asschassent +asschasses +asschassiez +asschassions +asschmes +asscht +asschtes +asschement +asschements +asscher +asschera +asscherai +asscheraient +asscherais +asscherait +asscheras +asscherez +asscheriez +asscherions +asscherons +asscheront +asschez +assch +assche +assches +asschs +asschrent +asschiez +asschions +asschons +assna +assnai +assnaient +assnais +assnait +assnant +assnas +assnasse +assnassent +assnasses +assnassiez +assnassions +assnmes +assnt +assntes +assner +assnera +assnerai +assneraient +assnerais +assnerait +assneras +assnerez +assneriez +assnerions +assnerons +assneront +assnez +assn +assne +assnes +assns +assnrent +assniez +assnions +assnons +assche +asschement +asschements +asschent +assches +assne +assnent +assnera +assnerai +assneraient +assnerais +assnerait +assneras +assnerez +assneriez +assnerions +assnerons +assneront +assnes +assidu +assidue +assidues +assiduit +assidus +assidment +assied +assieds +assiette +assiettes +assiette +assiettes +assigea +assigeai +assigeaient +assigeais +assigeait +assigeas +assigeasse +assigeassent +assigeasses +assigeassiez +assigeassions +assigemes +assiget +assigetes +assigeons +assiger +assigera +assigerai +assigeraient +assigerais +assigerait +assigeras +assigerez +assigeriez +assigerions +assigerons +assigeront +assigez +assig +assige +assiges +assigs +assigrent +assigiez +assigions +assige +assigent +assiges +assigna +assignai +assignaient +assignais +assignait +assignant +assignas +assignasse +assignassent +assignasses +assignassiez +assignassions +assignat +assignation +assignations +assignmes +assignt +assigntes +assigne +assignent +assigner +assignera +assignerai +assigneraient +assignerais +assignerait +assigneras +assignerez +assigneriez +assignerions +assignerons +assigneront +assignes +assignez +assign +assigne +assignes +assigns +assignrent +assigniez +assignions +assignons +assimila +assimilai +assimilaient +assimilais +assimilait +assimilant +assimilas +assimilasse +assimilassent +assimilasses +assimilassiez +assimilassions +assimilation +assimilations +assimilmes +assimilt +assimiltes +assimile +assimilent +assimiler +assimilera +assimilerai +assimileraient +assimilerais +assimilerait +assimileras +assimilerez +assimileriez +assimilerions +assimilerons +assimileront +assimiles +assimilez +assimil +assimile +assimiles +assimils +assimilrent +assimiliez +assimilions +assimilons +assirent +assis +assise +assises +assista +assistai +assistaient +assistais +assistait +assistance +assistances +assistant +assistante +assistantes +assistants +assistas +assistasse +assistassent +assistasses +assistassiez +assistassions +assistmes +assistt +assisttes +assiste +assistent +assister +assistera +assisterai +assisteraient +assisterais +assisterait +assisteras +assisterez +assisteriez +assisterions +assisterons +assisteront +assistes +assistez +assist +assiste +assistes +assists +assistrent +assistiez +assistions +assistons +assmes +asst +asstes +associa +associai +associaient +associais +associait +associant +associas +associasse +associassent +associasses +associassiez +associassions +associatif +associatifs +association +associations +associative +associatives +associmes +associt +assocites +associe +associent +associer +associera +associerai +associeraient +associerais +associerait +associeras +associerez +associeriez +associerions +associerons +associeront +associes +associez +associ +associe +associes +associs +associrent +associiez +associions +associons +assoie +assoient +assoiffa +assoiffai +assoiffaient +assoiffais +assoiffait +assoiffant +assoiffas +assoiffasse +assoiffassent +assoiffasses +assoiffassiez +assoiffassions +assoiffmes +assoifft +assoifftes +assoiffe +assoiffent +assoiffes +assoiffez +assoiff +assoiffe +assoiffes +assoiffs +assoiffrent +assoiffiez +assoiffions +assoiffons +assoira +assoirai +assoiraient +assoirais +assoirait +assoiras +assoirez +assoiriez +assoirions +assoirons +assoiront +assois +assoit +assola +assolai +assolaient +assolais +assolait +assolant +assolas +assolasse +assolassent +assolasses +assolassiez +assolassions +assolmes +assolt +assoltes +assole +assolement +assolent +assoler +assolera +assolerai +assoleraient +assolerais +assolerait +assoleras +assolerez +assoleriez +assolerions +assolerons +assoleront +assoles +assolez +assol +assole +assoles +assols +assolrent +assoliez +assolions +assolons +assombri +assombrie +assombries +assombrir +assombrira +assombrirai +assombriraient +assombrirais +assombrirait +assombriras +assombrirent +assombrirez +assombririez +assombririons +assombrirons +assombriront +assombris +assombrissaient +assombrissais +assombrissait +assombrissant +assombrisse +assombrissent +assombrisses +assombrissez +assombrissiez +assombrissions +assombrissons +assombrit +assombrmes +assombrt +assombrtes +assomma +assommai +assommaient +assommais +assommait +assommant +assommante +assommantes +assommants +assommas +assommasse +assommassent +assommasses +assommassiez +assommassions +assommmes +assommt +assommtes +assomme +assomment +assommer +assommera +assommerai +assommeraient +assommerais +assommerait +assommeras +assommerez +assommeriez +assommerions +assommerons +assommeront +assommes +assommez +assomm +assomme +assommes +assomms +assommrent +assommiez +assommions +assommoir +assommoirs +assommons +assomption +assonance +assonances +assorti +assortie +assorties +assortiment +assortiments +assortir +assortira +assortirai +assortiraient +assortirais +assortirait +assortiras +assortirent +assortirez +assortiriez +assortirions +assortirons +assortiront +assortis +assortissaient +assortissais +assortissait +assortissant +assortisse +assortissent +assortisses +assortissez +assortissiez +assortissions +assortissons +assortit +assortmes +assortt +assorttes +assoupi +assoupie +assoupies +assoupir +assoupira +assoupirai +assoupiraient +assoupirais +assoupirait +assoupiras +assoupirent +assoupirez +assoupiriez +assoupirions +assoupirons +assoupiront +assoupis +assoupissaient +assoupissais +assoupissait +assoupissant +assoupisse +assoupissement +assoupissements +assoupissent +assoupisses +assoupissez +assoupissiez +assoupissions +assoupissons +assoupit +assoupmes +assoupt +assouptes +assoupli +assouplie +assouplies +assouplir +assouplira +assouplirai +assoupliraient +assouplirais +assouplirait +assoupliras +assouplirent +assouplirez +assoupliriez +assouplirions +assouplirons +assoupliront +assouplis +assouplissaient +assouplissais +assouplissait +assouplissant +assouplisse +assouplissement +assouplissements +assouplissent +assouplisses +assouplissez +assouplissiez +assouplissions +assouplissons +assouplit +assouplmes +assouplt +assoupltes +assourdi +assourdie +assourdies +assourdir +assourdira +assourdirai +assourdiraient +assourdirais +assourdirait +assourdiras +assourdirent +assourdirez +assourdiriez +assourdirions +assourdirons +assourdirony +assourdis +assourdissaient +assourdissais +assourdissait +assourdissant +assourdisse +assourdissement +assourdissements +assourdissent +assourdisses +assourdissez +assourdissiez +assourdissions +assourdissons +assourdit +assourdmes +assourdt +assourdtes +assouvi +assouvie +assouvies +assouvir +assouvira +assouvirai +assouviraient +assouvirais +assouvirait +assouviras +assouvirent +assouvires +assouvirez +assouviriez +assouvirions +assouvirons +assouviront +assouvis +assouvissaient +assouvissais +assouvissait +assouvissant +assouvisse +assouvissement +assouvissements +assouvissent +assouvisses +assouvissez +assouvissiez +assouvissions +assouvissons +assouvit +assouvmes +assouvt +assouvtes +assoyant +assoyez +assoyiez +assoyions +assoyons +assujetti +assujettie +assujetties +assujettir +assujettira +assujettirai +assujettiraient +assujettirais +assujettirait +assujettiras +assujettirent +assujettirez +assujettiriez +assujettirions +assujettirons +assujettiront +assujettis +assujettissaient +assujettissais +assujettissait +assujettissant +assujettisse +assujettissement +assujettissements +assujettissent +assujettisses +assujettissez +assujettissiez +assujettissions +assujettissons +assujettit +assujettmes +assujettt +assujetttes +assuma +assumai +assumaient +assumais +assumait +assumant +assumas +assumasse +assumassent +assumasses +assumassiez +assumassions +assummes +assumt +assumtes +assume +assument +assumer +assumera +assumerai +assumeraient +assumerais +assumerait +assumeras +assumerez +assumeriez +assumerions +assumerons +assumeront +assumes +assumez +assum +assume +assumes +assums +assumrent +assumiez +assumions +assumons +assura +assurai +assuraient +assurais +assurait +assurance +assurances +assurant +assuras +assurasse +assurassent +assurasses +assurassiez +assurassions +assurmes +assurt +assurtes +assure +assurement +assurent +assurer +assurera +assurerai +assureraient +assurerais +assurerait +assureras +assurerez +assureriez +assurerions +assurerons +assureront +assures +assureur +assureurs +assurez +assur +assure +assures +assurment +assurs +assurrent +assuriez +assurions +assurons +assyrie +assyrien +assyrienne +assyriennes +assyriens +assyriologue +assyriologues +aster +asters +astrie +astries +astrisque +astrisques +astrode +astrodes +asthnie +asthnique +asthniques +asthmatique +asthmatiques +asthme +asthmes +asticot +asticota +asticotai +asticotaient +asticotais +asticotait +asticotant +asticotas +asticotasse +asticotassent +asticotasses +asticotassiez +asticotassions +asticotmes +asticott +asticottes +asticote +asticotent +asticoter +asticotera +asticoterai +asticoteraient +asticoterais +asticoterait +asticoteras +asticoterez +asticoteriez +asticoterions +asticoterons +asticoteront +asticotes +asticotez +asticot +asticote +asticotes +asticots +asticotrent +asticotiez +asticotions +asticotons +asticots +astigmate +astigmates +astigmatisme +astiqua +astiquai +astiquaient +astiquais +astiquait +astiquant +astiquas +astiquasse +astiquassent +astiquasses +astiquassiez +astiquassions +astiqumes +astiqut +astiqutes +astique +astiquent +astiquer +astiquera +astiquerai +astiqueraient +astiquerais +astiquerait +astiqueras +astiquerez +astiqueriez +astiquerions +astiquerons +astiqueront +astiques +astiquez +astiqu +astique +astiques +astiqus +astiqurent +astiquiez +astiquions +astiquons +astrakan +astral +astrale +astrales +astraux +astre +astreignaient +astreignais +astreignait +astreignant +astreigne +astreignent +astreignes +astreignez +astreigniez +astreignions +astreignis +astreignissaient +astreignissais +astreignissait +astreignisse +astreignisses +astreignissez +astreignissiez +astreignissions +astreignissons +astreignit +astreignmes +astreignt +astreigntes +astreignons +astreindra +astreindrai +astreindraient +astreindrais +astreindrait +astreindras +astreindre +astreindrez +astreindriez +astreindrions +astreindrons +astreindront +astreins +astreint +astreinte +astreintes +astreints +astres +astringence +astringences +astringent +astringente +astringentes +astringents +astrolabe +astrolabes +astrologie +astrologiques +astrologue +astrologues +astronaute +astronautes +astronautique +astronautiques +astronef +astronefs +astronome +astronomes +astronomie +astronomique +astronomiquement +astronomiques +astrophysique +astuce +astuces +astucieuse +astucieusement +astucieuses +astucieux +asymtrie +asymtrique +asymtriques +asymptomatique +asymptomatiques +asynchrone +asynchrones +atavique +ataviques +atavisme +atelier +ateliers +atemporalit +atermoie +atermoiements +atermoient +atermoiera +atermoierai +atermoieraient +atermoierait +atermoieras +atermoierez +atermoieriez +atermoierions +atermoierons +atermoieront +atermoies +atermoya +atermoyai +atermoyaient +atermoyais +atermoyait +atermoyant +atermoyas +atermoyasse +atermoyassent +atermoyasses +atermoyassiez +atermoyassions +atermoymes +atermoyt +atermoytes +atermoyer +atermoyez +atermoy +atermoye +atermoyes +atermoys +atermoyrent +atermoyiez +atermoyions +atermoyons +athe +athes +athisme +athnes +athltique +athltiques +athltisme +athlte +athltes +atlantique +atlantiques +atlas +atmosphrique +atmosphriques +atmosphre +atmosphres +atoll +atolls +atome +atomes +atomique +atomiques +atomisa +atomisai +atomisaient +atomisais +atomisait +atomisant +atomisas +atomisasse +atomisassent +atomisasses +atomisassiez +atomisassions +atomismes +atomist +atomistes +atomise +atomisent +atomiser +atomisera +atomiserai +atomiseraient +atomiserais +atomiserait +atomiseras +atomiserez +atomiseriez +atomiserions +atomiserons +atomiseront +atomises +atomiseur +atomiseurs +atomisez +atomis +atomise +atomises +atomiss +atomisrent +atomisiez +atomisions +atomisons +atomiste +atomistes +atonal +atonale +atonales +atonalit +atonalits +atonaux +atone +atones +atonie +atopie +atopique +atours +atout +atouts +atroce +atrocement +atroces +atrocit +atrocits +atrophia +atrophiai +atrophiaient +atrophiais +atrophiait +atrophiant +atrophias +atrophiasse +atrophiassent +atrophiasses +atrophiassiez +atrophiassions +atrophimes +atrophit +atrophites +atrophie +atrophient +atrophier +atrophiera +atrophierai +atrophieraient +atrophierais +atrophierait +atrophieras +atrophierez +atrophieriez +atrophierions +atrophierons +atrophieront +atrophies +atrophiez +atrophi +atrophie +atrophies +atrophis +atrophirent +atrophiiez +atrophiions +atrophions +atropine +attabla +attablai +attablaient +attablais +attablait +attablant +attablas +attablasse +attablassent +attablasses +attablassiez +attablassions +attablmes +attablt +attabltes +attable +attablent +attabler +attablera +attablerai +attableraient +attablerais +attablerait +attableras +attablerez +attableriez +attablerions +attablerons +attableront +attables +attablez +attabl +attable +attables +attabls +attablrent +attabliez +attablions +attablons +attacha +attachai +attachaient +attachais +attachait +attachant +attachante +attachas +attachasse +attachassent +attachasses +attachassiez +attachassions +attachmes +attacht +attachtes +attache +attachement +attachements +attachent +attacher +attachera +attacherai +attacheraient +attacherais +attacherait +attacheras +attacherez +attacheriez +attacherions +attacherons +attacheront +attaches +attachez +attach +attache +attaches +attachs +attachrent +attachiez +attachions +attachons +attaqua +attaquai +attaquaient +attaquais +attaquait +attaquant +attaquas +attaquasse +attaquassent +attaquasses +attaquassiez +attaquassions +attaqumes +attaqut +attaqutes +attaque +attaquent +attaquer +attaquera +attaquerai +attaqueraient +attaquerais +attaquerait +attaqueras +attaquerez +attaqueriez +attaquerions +attaquerons +attaqueront +attaques +attaquez +attaqu +attaque +attaques +attaqus +attaqurent +attaquiez +attaquions +attaquons +attarda +attardai +attardaient +attardais +attardait +attardant +attardas +attardasse +attardassent +attardasses +attardassiez +attardassions +attardmes +attardt +attardtes +attarde +attardent +attarder +attardera +attarderai +attarderaient +attarderais +attarderait +attarderas +attarderez +attarderiez +attarderions +attarderons +attarderont +attardes +attardez +attard +attarde +attardes +attards +attardrent +attardiez +attardions +attardons +atteignait +atteignant +atteigne +atteignent +atteignirent +atteignit +atteindraient +atteindrait +atteindre +atteint +atteinte +atteintes +atteints +attela +attelage +attelages +attelai +attelaient +attelais +attelait +attelant +attelas +attelasse +attelassent +attelasses +attelassiez +attelassions +attelmes +attelt +atteltes +atteler +attelez +attel +attele +atteles +attels +attelrent +atteliez +attelions +attelle +attellent +attellera +attellerai +attelleraient +attellerais +attellerait +attelleras +attellerez +attelleriez +attellerions +attellerons +attelleront +attelles +attelons +attenant +attenante +attenantes +attenants +attend +attendaient +attendais +attendait +attendant +attendante +attendantes +attendants +attendent +attendez +attendions +attendis +attendit +attendons +attendra +attendrai +attendraient +attendrais +attendrait +attendras +attendre +attendrent +attendrez +attendri +attendrie +attendries +attendriez +attendrions +attendrir +attendrira +attendrirai +attendriraient +attendrirais +attendrirait +attendriras +attendrirent +attendrirez +attendririez +attendririons +attendrirons +attendriront +attendris +attendrissaient +attendrissais +attendrissait +attendrissant +attendrissante +attendrissantes +attendrissants +attendrisse +attendrissement +attendrissements +attendrissent +attendrisses +attendrisseur +attendrisseurs +attendrissez +attendrissiez +attendrissions +attendrissons +attendrit +attendrmes +attendrt +attendrtes +attendrons +attends +attendu +attendue +attendues +attendus +attenta +attentai +attentaient +attentais +attentait +attentant +attentas +attentasse +attentassent +attentasses +attentassiez +attentassions +attentat +attentats +attentmes +attentt +attenttes +attente +attentent +attenter +attentera +attenterai +attenteraient +attenterais +attenterait +attenteras +attenterez +attenteriez +attenterions +attenterons +attenteront +attentes +attentez +attent +attente +attentes +attents +attentrent +attentiez +attentif +attentifs +attention +attentionn +attentionne +attentionnes +attentionns +attentions +attentiste +attentistes +attentive +attentivement +attentives +attentons +atterra +atterrai +atterraient +atterrais +atterrait +atterrant +atterras +atterrasse +atterrassent +atterrasses +atterrassiez +atterrassions +atterrmes +atterrt +atterrtes +atterre +atterrent +atterrer +atterrera +atterrerai +atterreraient +atterrerais +atterrerait +atterreras +atterrerez +atterreriez +atterrerions +atterrerons +atterreront +atterres +atterrez +atterr +atterre +atterres +atterrs +atterrrent +atterri +atterrie +atterries +atterriez +atterrions +atterrir +atterrira +atterrirai +atterriraient +atterrirais +atterrirait +atterriras +atterrirent +atterrirez +atterririez +atterririons +atterrirons +atterriront +atterris +atterrissage +atterrissages +atterrissaient +atterrissais +atterrissait +atterrissant +atterrisse +atterrissement +atterrissements +atterrissent +atterrisses +atterrissez +atterrissiez +atterrissions +atterrissons +atterrit +atterrmes +atterrt +atterrtes +atterrons +attesta +attestai +attestaient +attestais +attestait +attestant +attestas +attestasse +attestassent +attestasses +attestassiez +attestassions +attestation +attestations +attestmes +attestt +attesttes +atteste +attestent +attester +attestera +attesterai +attesteraient +attesterais +attesterait +attesteras +attesterez +attesteriez +attesterions +attesterons +attesteront +attestes +attestez +attest +atteste +attestes +attests +attestrent +attestiez +attestions +attestons +attnua +attnuai +attnuaient +attnuais +attnuait +attnuant +attnuante +attnuantes +attnuants +attnuas +attnuasse +attnuassent +attnuasses +attnuassiez +attnuassions +attnuation +attnuations +attnumes +attnut +attnutes +attnue +attnuent +attnuer +attnuera +attnuerai +attnueraient +attnuerais +attnuerait +attnueras +attnuerez +attnueriez +attnuerions +attnuerons +attnueront +attnues +attnuez +attnu +attnue +attnues +attnus +attnurent +attnuiez +attnuions +attnuons +attifa +attifai +attifaient +attifais +attifait +attifant +attifas +attifasse +attifassent +attifasses +attifassiez +attifassions +attifmes +attift +attiftes +attife +attifent +attifer +attifera +attiferai +attiferaient +attiferais +attiferait +attiferas +attiferez +attiferiez +attiferions +attiferons +attiferont +attifes +attifez +attif +attife +attifes +attifs +attifrent +attifiez +attifions +attifons +attique +attiques +attira +attirai +attiraient +attirail +attirais +attirait +attirance +attirant +attirante +attirantes +attirants +attiras +attirasse +attirassent +attirasses +attirassiez +attirassions +attirmes +attirt +attirtes +attire +attirent +attirer +attirera +attirerai +attireraient +attirerais +attirerait +attireras +attirerez +attireriez +attirerions +attirerons +attireront +attires +attirez +attir +attire +attires +attirs +attirrent +attiriez +attirions +attirons +attisa +attisai +attisaient +attisais +attisait +attisant +attisas +attisasse +attisassent +attisasses +attisassiez +attisassions +attismes +attist +attistes +attise +attisent +attiser +attisera +attiserai +attiseraient +attiserais +attiserait +attiseras +attiserez +attiseriez +attiserions +attiserons +attiseront +attises +attisez +attis +attise +attises +attiss +attisrent +attisiez +attisions +attisons +attitr +attitre +attitres +attitrs +attitude +attitudes +attouchement +attouchements +attractif +attractifs +attraction +attractions +attractive +attractives +attrait +attraits +attrapa +attrapai +attrapaient +attrapais +attrapait +attrapant +attrapas +attrapasse +attrapassent +attrapasses +attrapassiez +attrapassions +attrapmes +attrapt +attraptes +attrape +attrapent +attraper +attrapera +attraperai +attraperaient +attraperais +attraperait +attraperas +attraperez +attraperiez +attraperions +attraperons +attraperont +attrapes +attrapez +attrap +attrape +attrapes +attraps +attraprent +attrapiez +attrapions +attrapons +attrayant +attrayante +attrayantes +attrayants +attribua +attribuai +attribuaient +attribuais +attribuait +attribuant +attribuas +attribuasse +attribuassent +attribuasses +attribuassiez +attribuassions +attribumes +attribut +attributes +attribue +attribuent +attribuer +attribuera +attribuerai +attribueraient +attribuerais +attribuerait +attribueras +attribuerez +attribueriez +attribuerions +attribuerons +attribueront +attribues +attribuez +attribu +attribue +attribues +attribus +attriburent +attribuiez +attribuions +attribuons +attribut +attribution +attributions +attributs +attrista +attristai +attristaient +attristais +attristait +attristant +attristas +attristasse +attristassent +attristasses +attristassiez +attristassions +attristmes +attristt +attristtes +attriste +attristent +attrister +attristera +attristerai +attristeraient +attristerais +attristerait +attristeras +attristerez +attristeriez +attristerions +attristerons +attristeront +attristes +attristez +attrist +attriste +attristes +attrists +attristrent +attristiez +attristions +attristons +attroupa +attroupai +attroupaient +attroupais +attroupait +attroupant +attroupas +attroupasse +attroupassent +attroupasses +attroupassiez +attroupassions +attroupmes +attroupt +attrouptes +attroupe +attroupement +attroupements +attroupent +attrouper +attroupera +attrouperai +attrouperaient +attrouperais +attrouperait +attrouperas +attrouperez +attrouperiez +attrouperions +attrouperons +attrouperont +attroupes +attroupez +attroup +attroupe +attroupes +attroups +attrouprent +attroupiez +attroupions +attroupons +atypique +atypiques +au +aubade +aubades +aubaine +aubaines +aube +auberge +auberges +aubergine +aubergines +aubergiste +aubergistes +aubes +aubpine +aubpines +aubier +auburn +aucun +aucune +aucunement +audace +audaces +audacieuse +audacieusement +audacieuses +audacieux +audible +audibles +audience +audiences +audio +audiovisuel +audiovisuelle +audiovisuelles +audiovisuels +auditeur +auditeurs +auditif +auditifs +audition +auditionna +auditionnai +auditionnaient +auditionnais +auditionnait +auditionnant +auditionnas +auditionnasse +auditionnassent +auditionnasses +auditionnassiez +auditionnassions +auditionnmes +auditionnt +auditionntes +auditionne +auditionnent +auditionner +auditionnera +auditionnerai +auditionneraient +auditionnerais +auditionnerait +auditionneras +auditionnerez +auditionneriez +auditionnerions +auditionnerons +auditionneront +auditionnes +auditionnez +auditionn +auditionne +auditionnes +auditionns +auditionnrent +auditionniez +auditionnions +auditionnons +auditions +auditive +auditives +auditoire +auditoires +auditorium +auditoriums +auditrice +auditrices +auge +auges +augmenta +augmentai +augmentaient +augmentais +augmentait +augmentant +augmentas +augmentasse +augmentassent +augmentasses +augmentassiez +augmentassions +augmentation +augmentations +augmentmes +augmentt +augmenttes +augmente +augmentent +augmenter +augmentera +augmenterai +augmenteraient +augmenterais +augmenterait +augmenteras +augmenterez +augmenteriez +augmenterions +augmenterons +augmenteront +augmentes +augmentez +augment +augmente +augmentes +augments +augmentrent +augmentiez +augmentions +augmentons +augura +augurai +auguraient +augurais +augurait +augurant +auguras +augurasse +augurassent +augurasses +augurassiez +augurassions +augurmes +augurt +augurtes +augure +augurent +augurer +augurera +augurerai +augureraient +augurerais +augurerait +augureras +augurerez +augureriez +augurerions +augurerons +augureront +augures +augurez +augur +augure +augures +augurs +augurrent +auguriez +augurions +augurons +auguste +augustes +augustin +augustine +augustines +augustinien +augustinienne +augustiniennes +augustiniens +augustins +aujourd +aulne +aulnes +aulx +aumne +aumnes +aumnier +aumniers +aumnire +aumnires +aune +aunes +aune +aunes +auparavant +auprs +auquel +auquelle +aura +aurai +auraient +aurais +aurait +auras +aurez +aurola +aurolai +aurolaient +aurolais +aurolait +aurolant +aurolas +aurolasse +aurolassent +aurolasses +aurolassiez +aurolassions +aurolmes +aurolt +auroltes +aurole +aurolent +auroler +aurolera +aurolerai +auroleraient +aurolerais +aurolerait +auroleras +aurolerez +auroleriez +aurolerions +aurolerons +auroleront +auroles +aurolez +aurol +aurole +auroles +aurols +aurolrent +auroliez +aurolions +aurolons +auriculaire +auriculaires +auriez +aurifre +aurifres +aurifia +aurifiai +aurifiaient +aurifiais +aurifiait +aurifiant +aurifias +aurifiasse +aurifiassent +aurifiasses +aurifiassiez +aurifiassions +aurifimes +aurifit +aurifites +aurifie +aurifient +aurifier +aurifiera +aurifierai +aurifieraient +aurifierait +aurifieras +aurifierez +aurifieriez +aurifierions +aurifierons +aurifieront +aurifies +aurifiez +aurifi +aurifie +aurifies +aurifis +aurifirent +aurifiiez +aurifiions +aurifions +aurige +auriges +aurions +aurochs +aurons +auront +aurore +aurores +ausculta +auscultai +auscultaient +auscultais +auscultait +auscultant +auscultas +auscultasse +auscultassent +auscultasses +auscultassiez +auscultassions +auscultation +auscultations +auscultmes +auscultt +ausculttes +ausculte +auscultent +ausculter +auscultera +ausculterai +ausculteraient +ausculterais +ausculterait +ausculteras +ausculterez +ausculteriez +ausculterions +ausculterons +ausculteront +auscultes +auscultez +auscult +ausculte +auscultes +auscults +auscultrent +auscultiez +auscultions +auscultons +auspices +aussi +aussitt +austerlitz +austrit +austrits +austre +austrement +austres +austral +australe +australes +australie +australien +australienne +australiennes +australiens +australs +austraux +autan +autans +autant +autarcie +autarcies +autel +autels +auteur +auteurs +authenticit +authenticits +authentifia +authentifiai +authentifiaient +authentifiais +authentifiait +authentifiant +authentifias +authentifiasse +authentifiassent +authentifiasses +authentifiassiez +authentifiassions +authentifimes +authentifit +authentifites +authentifie +authentifient +authentifier +authentifiera +authentifierai +authentifieraient +authentifierais +authentifierait +authentifieras +authentifierez +authentifieriez +authentifierions +authentifierons +authentifieront +authentifies +authentifiez +authentifi +authentifie +authentifies +authentifis +authentifirent +authentifiiez +authentifiions +authentifions +authentiqua +authentiquai +authentiquaient +authentiquais +authentiquait +authentiquant +authentiquas +authentiquasse +authentiquassent +authentiquasses +authentiquassiez +authentiquassions +authentiqumes +authentiqut +authentiqutes +authentique +authentiquement +authentiquent +authentiquer +authentiquera +authentiquerai +authentiqueraient +authentiquerais +authentiquerait +authentiqueras +authentiquerez +authentiqueriez +authentiquerions +authentiquerons +authentiqueront +authentiques +authentiquez +authentiqu +authentique +authentiques +authentiqus +authentiqurent +authentiquiez +authentiquions +authentiquons +autisme +autismes +auto +autobiographie +autobiographies +autobus +autocar +autocars +autochenille +autochenilles +autochtone +autochtones +autoclave +autoclaves +autocollant +autocollante +autocollantes +autocollants +autocrate +autocrates +autocratie +autocratique +autocratiquement +autocratiques +autodaf +autodtermination +autodterminations +autodidacte +autodidactes +autogestion +autogestions +autogr +autogre +autogres +autogrs +autogne +autognes +autographe +autographes +automate +automates +automation +automations +automatique +automatiquement +automatiques +automatisa +automatisai +automatisaient +automatisais +automatisait +automatisant +automatisas +automatisasse +automatisassent +automatisasses +automatisassiez +automatisassions +automatisation +automatisations +automatismes +automatist +automatistes +automatise +automatisent +automatiser +automatisera +automatiserai +automatiseraient +automatiserais +automatiserait +automatiseras +automatiserez +automatiseriez +automatiserions +automatiserons +automatiseront +automatises +automatisez +automatis +automatise +automatises +automatiss +automatisrent +automatisiez +automatisions +automatisme +automatisons +automitrailleuse +automitrailleuses +automnal +automnale +automnales +automnaux +automne +automnes +automobile +automobiles +automobiliste +automobilistes +automoteur +automoteurs +automotrice +automotrices +autonome +autonomes +autonomie +autonomies +autoportrait +autoportraits +autoprogrammation +autoprogrammations +autopropulsion +autopropulsions +autopsie +autopsies +autorail +autorails +autorisa +autorisai +autorisaient +autorisais +autorisait +autorisant +autorisas +autorisasse +autorisassent +autorisasses +autorisassiez +autorisassions +autorisation +autorisations +autorismes +autorist +autoristes +autorise +autorisent +autoriser +autorisera +autoriserai +autoriseraient +autoriserais +autoriserait +autoriseras +autoriserez +autoriseriez +autoriserions +autoriserons +autoriseront +autorises +autorisez +autoris +autorise +autorises +autoriss +autorisrent +autorisiez +autorisions +autorisons +autoritaire +autoritaires +autoritarisme +autorit +autorits +autoroute +autoroutes +autoroutire +autoroutires +autos +autosuggestion +autosuggestions +autour +autours +autre +autrefois +autrement +autres +autriche +autrichien +autrichienne +autrichiennes +autrichiens +autruche +autruches +autrui +auvent +auvents +auvergnat +auvergnate +auvergnates +auvergnats +aux +auxiliaire +auxiliairement +auxiliaires +auxquelles +auxquels +avachi +avachie +avachies +avachir +avachira +avachirai +avachiraient +avachirais +avachirait +avachiras +avachirent +avachirez +avachiriez +avachirions +avachirons +avachiront +avachis +avachissaient +avachissais +avachissait +avachissant +avachisse +avachissement +avachissements +avachissent +avachisses +avachissez +avachissiez +avachissions +avachissons +avachit +avachmes +avacht +avachtes +avaient +avaiente +avais +avait +aval +avala +avalai +avalaient +avalais +avalait +avalanche +avalanches +avalant +avalas +avalasse +avalassent +avalasses +avalassiez +avalassions +avalmes +avalt +avaltes +avale +avalent +avaler +avalera +avalerai +avaleraient +avalerais +avalerait +avaleras +avalerez +avaleriez +avalerions +avalerons +avaleront +avales +avalez +aval +avale +avales +avals +avalrent +avaliez +avalions +avalisa +avalisai +avalisaient +avalisais +avalisait +avalisant +avalisas +avalisasse +avalisassent +avalisasses +avalisassiez +avalisassions +avalismes +avalist +avalistes +avalise +avalisent +avaliser +avalisera +avaliserai +avaliseraient +avaliserais +avaliserait +avaliseras +avaliserez +avaliseriez +avaliserions +avaliserons +avaliseront +avalises +avalisez +avalis +avalise +avalises +avaliss +avalisrent +avalisiez +avalisions +avalisons +avalons +avals +avance +avancement +avancements +avancent +avancer +avancera +avancerai +avanceraient +avancerais +avancerait +avanceras +avancerez +avanceriez +avancerions +avancerons +avanceront +avances +avancez +avanc +avance +avances +avancs +avancrent +avanciez +avancions +avana +avanai +avanaient +avanais +avanait +avanant +avanas +avanasse +avanassent +avanasses +avanassiez +avanassions +avanmes +avant +avantes +avanons +avanie +avanies +avant +avantage +avantagea +avantageai +avantageaient +avantageais +avantageait +avantageant +avantageas +avantageasse +avantageassent +avantageasses +avantageassez +avantageassiez +avantageassions +avantageassons +avantagemes +avantaget +avantagetes +avantagent +avantageons +avantager +avantagera +avantagerai +avantageraient +avantagerais +avantagerait +avantageras +avantagerez +avantageriez +avantagerions +avantagerons +avantageront +avantages +avantageuse +avantageuses +avantageux +avantagez +avantag +avantage +avantages +avantags +avantagrent +avantagiez +avantagions +avants +avare +avarement +avares +avaria +avariai +avariaient +avariais +avariait +avariant +avarias +avariasse +avariassent +avariasses +avariassiez +avariassions +avarimes +avarit +avarites +avarice +avaricieuse +avaricieusement +avaricieuses +avaricieux +avarie +avarient +avarier +avariera +avarierai +avarieraient +avarierais +avarierait +avarieras +avarierez +avarieriez +avarierions +avarierons +avarieront +avaries +avariez +avari +avarie +avaries +avaris +avarirent +avariiez +avariions +avarions +avatar +avatars +ave +avec +aven +avenant +avenante +avenantes +avenants +avenir +avenirs +avens +avent +aventura +aventurai +aventuraient +aventurais +aventurait +aventurant +aventuras +aventurasse +aventurassent +aventurasses +aventurassiez +aventurassions +aventurmes +aventurt +aventurtes +aventure +aventurent +aventurer +aventurera +aventurerai +aventureraient +aventurerais +aventurerait +aventureras +aventurerez +aventureriez +aventurerions +aventurerons +aventureront +aventures +aventureuse +aventureusement +aventureuses +aventureux +aventurez +aventur +aventure +aventures +aventurs +aventurrent +aventurier +aventuriers +aventuriez +aventurire +aventurires +aventurions +aventurisme +aventurons +avenu +avenue +avenues +avenus +avers +averse +averses +aversion +aversions +averti +avertie +averties +avertir +avertira +avertirai +avertiraient +avertirais +avertirait +avertiras +avertirent +avertirez +avertiriez +avertirions +avertirons +avertiront +avertis +avertissaient +avertissais +avertissait +avertissant +avertisse +avertissement +avertissements +avertissent +avertisses +avertisseur +avertisseurs +avertissez +avertissiez +avertissions +avertissons +avertit +avertmes +avertt +averttes +aveu +aveugla +aveuglai +aveuglaient +aveuglais +aveuglait +aveuglant +aveuglante +aveuglantes +aveuglants +aveuglas +aveuglasse +aveuglassent +aveuglasses +aveuglassiez +aveuglassions +aveuglmes +aveuglt +aveugltes +aveugle +aveuglement nom +aveuglent +aveugler +aveuglera +aveuglerai +aveugleraient +aveuglerais +aveuglerait +aveugleras +aveuglerez +aveugleriez +aveuglerions +aveuglerons +aveugleront +aveugles +aveuglette +aveuglez +aveugl +aveugle +aveugles +aveuglment +aveugls +aveuglrent +aveugliez +aveuglions +aveuglons +aveux +avez +av +avra +avrai +avraient +avrais +avrait +avras +avrasse +avrassent +avrasses +avrassiez +avrassions +avrmes +avrt +avrtes +avrer +avrera +avrerai +avreraient +avrerais +avrerait +avreras +avrerez +avreriez +avrerions +avrerons +avreront +avrez +avr +avre +avres +avrs +avrrent +avriez +avrions +avrons +avnement +avnements +avre +avrent +avres +aviateur +aviateurs +aviation +aviations +aviatrice +aviatrices +aviculteur +aviculteurs +aviculture +avide +avidement +avides +avidit +avidits +aviez +avignon +avili +avilie +avilies +avilir +avilira +avilirai +aviliraient +avilirais +avilirait +aviliras +avilirent +avilirez +aviliriez +avilirions +avilirons +aviliront +avilis +avilissaient +avilissais +avilissait +avilissant +avilissante +avilissantes +avilissants +avilisse +avilissement +avilissements +avilissent +avilisses +avilissez +avilissiez +avilissions +avilissons +avilit +avilmes +avilt +aviltes +avin +avine +avines +avins +avion +avions +aviron +avirons +avis +avisa +avisai +avisaient +avisais +avisait +avisant +avisas +avisasse +avisassent +avisasses +avisassiez +avisassions +avismes +avist +avistes +avise +avisent +aviser +avisera +aviserai +aviseraient +aviserais +aviserait +aviseras +aviserez +aviseriez +aviserions +aviserons +aviseront +avises +avisez +avis +avise +avises +aviss +avisrent +avisiez +avisions +aviso +avisons +avisos +avitaminose +aviva +avivai +avivaient +avivais +avivait +avivaminose +avivant +avivas +avivasse +avivassent +avivasses +avivassiez +avivassions +avivmes +avivt +avivtes +avive +avivent +aviver +avivera +aviverai +aviveraient +aviverais +aviverait +aviveras +aviverez +aviveriez +aviverions +aviverons +aviveront +avives +avivez +aviv +avive +avives +avivs +avivrent +aviviez +avivions +avivons +avocat +avocate +avocates +avocatier +avocatiers +avocats +avoine +avoir +avoirs +avoisina +avoisinai +avoisinaient +avoisinais +avoisinait +avoisinant +avoisinante +avoisinantes +avoisinants +avoisinas +avoisinasse +avoisinassent +avoisinasses +avoisinassiez +avoisinassions +avoisinmes +avoisint +avoisintes +avoisine +avoisinent +avoisiner +avoisinera +avoisinerai +avoisineraient +avoisinerais +avoisinerait +avoisineras +avoisinerez +avoisineriez +avoisinerions +avoisinerons +avoisineront +avoisines +avoisinez +avoisin +avoisine +avoisines +avoisins +avoisinrent +avoisiniez +avoisinions +avoisinons +avons +avorta +avortai +avortaient +avortais +avortait +avortant +avortas +avortasse +avortassent +avortasses +avortassiez +avortassions +avortmes +avortt +avorttes +avorte +avortement +avortements +avortent +avorter +avortera +avorterai +avorteraient +avorterais +avorterait +avorteras +avorterez +avorteriez +avorterions +avorterons +avorteront +avortes +avortez +avort +avorte +avortes +avorts +avortrent +avortiez +avortions +avorton +avortons +avoua +avouable +avouables +avouai +avouaient +avouais +avouait +avouant +avouas +avouasse +avouassent +avouasses +avouassiez +avouassions +avoumes +avout +avoutes +avoue +avouent +avouer +avouera +avouerai +avoueraient +avouerais +avouerait +avoueras +avouerez +avoueriez +avouerions +avouerons +avoueront +avoues +avouez +avou +avoue +avoues +avous +avourent +avouiez +avouions +avouons +avril +avrils +axa +axai +axaient +axais +axait +axant +axas +axasse +axassent +axasses +axassiez +axassions +axmes +axt +axtes +axe +axent +axer +axera +axerai +axeraient +axerais +axerait +axeras +axerez +axeriez +axerions +axerons +axeront +axes +axez +ax +axe +axes +axs +axrent +axial +axiez +axiomatique +axiomatiques +axiome +axiomes +axions +axonge +axons +ayant +ayatollah +ayatollahs +ayez +ayons +azale +azales +azimut +azimuts +azotate +azote +azot +azote +azotes +azots +azotique +azur +azur +azure +azures +azurs +azyme +azymes +b +baba +babas +babeurre +babil +babilla +babillage +babillai +babillaient +babillais +babillait +babillant +babillard +babillards +babillas +babillasse +babillassent +babillasses +babillassiez +babillassions +babillmes +babillt +babilltes +babille +babillent +babiller +babillera +babillerai +babilleraient +babillerais +babillerait +babilleras +babillerez +babilleriez +babillerions +babillerons +babilleront +babilles +babillez +babill +babille +babilles +babills +babillrent +babilliez +babillions +babillons +babines +babiole +babioles +babouche +babouches +babouin +babouins +baby +babylone +babylonien +babylonienne +babyloniennes +babyloniens +bac +baccalaurat +baccalaurats +baccara +baccarat +bacchanale +bacchanales +bacchante +bacchantes +bach +bachelier +bacheliers +bachelire +bachelires +bachique +bachiques +bachot +bachotage +bachotages +bachotai +bachotaient +bachotais +bachotait +bachotant +bachotas +bachotasse +bachotassent +bachotasses +bachotassiez +bachotassions +bachotmes +bachott +bachottes +bachote +bachotent +bachoter +bachotera +bachoterai +bachoteraient +bachoterais +bachoterait +bachoteras +bachoterez +bachoteriez +bachoterions +bachoterons +bachoteront +bachotes +bachotez +bachot +bachote +bachotes +bachots +bachotrent +bachotiez +bachotions +bachotons +bachots +bacillaire +bacillaires +bacille +bacilles +bacs +bactricide +bactricides +bactrie +bactrien +bactrienne +bactriennes +bactriens +bactries +bactriologie +bactriologique +bactriologiques +bactriologiste +bactriologistes +bactriophage +badaud +badauda +badaudai +badaudaient +badaudais +badaudait +badaudant +badaudas +badaudasse +badaudassent +badaudasses +badaudassiez +badaudassions +badaudmes +badaudt +badaudtes +badaude +badaudent +badauder +badaudera +badauderai +badauderaient +badauderais +badauderait +badauderas +badauderez +badauderie +badauderies +badauderiez +badauderions +badauderons +badauderont +badaudes +badaudez +badaud +badaude +badaudes +badauds +badaudrent +badaudiez +badaudions +badaudons +badauds +baderne +badernes +badge +badges +badiane +badigeon +badigeonna +badigeonnage +badigeonnages +badigeonnai +badigeonnaient +badigeonnais +badigeonnait +badigeonnant +badigeonnas +badigeonnasse +badigeonnassent +badigeonnasses +badigeonnassiez +badigeonnassions +badigeonnmes +badigeonnt +badigeonntes +badigeonne +badigeonnent +badigeonner +badigeonnera +badigeonnerai +badigeonneraient +badigeonnerais +badigeonnerait +badigeonneras +badigeonnerez +badigeonneriez +badigeonnerions +badigeonnerons +badigeonneront +badigeonnes +badigeonnez +badigeonn +badigeonne +badigeonnes +badigeonns +badigeonnrent +badigeonniez +badigeonnions +badigeonnons +badin +badina +badinage +badinages +badinai +badinaient +badinais +badinait +badinant +badinas +badinasse +badinassent +badinasses +badinassiez +badinassions +badinmes +badint +badintes +badine +badinent +badiner +badinera +badinerai +badineraient +badinerais +badinerait +badineras +badinerez +badinerie +badineries +badineriez +badinerions +badinerons +badineront +badines +badinez +badin +badine +badines +badins +badinrent +badiniez +badinions +badinons +badins +bafoua +bafouai +bafouaient +bafouais +bafouait +bafouant +bafouas +bafouasse +bafouassent +bafouasses +bafouassiez +bafouassions +bafoumes +bafout +bafoutes +bafoue +bafouent +bafouer +bafouera +bafouerai +bafoueraient +bafouerais +bafouerait +bafoueras +bafouerez +bafoueriez +bafouerions +bafouerons +bafoueront +bafoues +bafouez +bafou +bafoue +bafoues +bafous +bafourent +bafouiez +bafouilla +bafouillage +bafouillages +bafouillai +bafouillaient +bafouillais +bafouillait +bafouillant +bafouillas +bafouillasse +bafouillassent +bafouillasses +bafouillassiez +bafouillassions +bafouillmes +bafouillt +bafouilltes +bafouille +bafouillent +bafouiller +bafouillera +bafouillerai +bafouilleraient +bafouillerais +bafouillerait +bafouilleras +bafouillerez +bafouilleriez +bafouillerions +bafouillerons +bafouilleront +bafouilles +bafouilleur +bafouilleurs +bafouilleuse +bafouilleuses +bafouillez +bafouill +bafouille +bafouilles +bafouills +bafouillrent +bafouilliez +bafouillions +bafouillons +bafouions +bafouons +bagage +bagages +bagagiste +bagagistes +bagarra +bagarrai +bagarraient +bagarrais +bagarrait +bagarrant +bagarras +bagarrasse +bagarrassent +bagarrasses +bagarrassiez +bagarrassions +bagarrmes +bagarrt +bagarrtes +bagarre +bagarrent +bagarrer +bagarrera +bagarrerai +bagarreraient +bagarrerais +bagarrerait +bagarreras +bagarrerez +bagarreriez +bagarrerions +bagarrerons +bagarreront +bagarres +bagarrez +bagarr +bagarre +bagarres +bagarrs +bagarrrent +bagarriez +bagarrions +bagarrons +bagatelle +bagatelles +bagnard +bagnards +bagne +bagnes +bagnole +bagnoles +bagou +bagout +bagua +baguai +baguaient +baguais +baguait +baguant +baguas +baguasse +baguassent +baguasses +baguassiez +baguassions +bagumes +bagut +bagutes +bague +baguenauda +baguenaudai +baguenaudaient +baguenaudais +baguenaudait +baguenaudant +baguenaudas +baguenaudasse +baguenaudassent +baguenaudasses +baguenaudassiez +baguenaudassions +baguenaudmes +baguenaudt +baguenaudtes +baguenaude +baguenaudent +baguenauder +baguenaudera +baguenauderai +baguenauderaient +baguenauderais +baguenauderait +baguenauderas +baguenauderez +baguenauderiez +baguenauderions +baguenauderons +baguenauderont +baguenaudes +baguenaudez +baguenaud +baguenaude +baguenaudes +baguenauds +baguenaudrent +baguenaudiez +baguenaudions +baguenaudons +baguent +baguer +baguera +baguerai +bagueraient +baguerais +baguerait +bagueras +baguerez +bagueriez +baguerions +baguerons +bagueront +bagues +baguette +baguettes +baguez +bagu +bague +bagues +bagus +bagurent +baguiez +baguions +baguons +bah +bahut +bahuts +bai +baie +baient +baiera +baierai +baieraient +baierais +baierait +baieras +baierez +baieriez +baierions +baierons +baieront +baies +baigna +baignade +baignades +baignai +baignaient +baignais +baignait +baignant +baignas +baignasse +baignassent +baignasses +baignassiez +baignassions +baignmes +baignt +baigntes +baigne +baignent +baigner +baignera +baignerai +baigneraient +baignerais +baignerait +baigneras +baignerez +baigneriez +baignerions +baignerons +baigneront +baignes +baigneur +baigneurs +baigneuse +baigneuses +baignez +baign +baigne +baignes +baigns +baignrent +baigniez +baignions +baignoire +baignoires +baignons +bail +bailleresse +bailleresses +bailleur +bailleurs +bailli +baillis +baillons +bails +bain +bains +bais +baisa +baisai +baisaient +baisais +baisait +baisant +baisas +baisasse +baisassent +baisasses +baisassiez +baisassions +baismes +baist +baistes +baise +baisemain +baisemains +baisent +baiser +baisera +baiserai +baiseraient +baiserais +baiserait +baiseras +baiserez +baiseriez +baiserions +baiserons +baiseront +baisers +baises +baisez +bais +baise +baises +baiss +baisrent +baisiez +baisions +baisons +baissa +baissai +baissaient +baissais +baissait +baissant +baissas +baissasse +baissassent +baissasses +baissassiez +baissassions +baissmes +baisst +baisstes +baisse +baissemain +baissemains +baissent +baisser +baissera +baisserai +baisseraient +baisserais +baisserait +baisseras +baisserez +baisseriez +baisserions +baisserons +baisseront +baisses +baissez +baiss +baisse +baisses +baisss +baissrent +baissiez +baissions +baissons +baonnette +baonnettes +bajoue +bajoues +baklite +bal +balada +baladai +baladaient +baladais +baladait +baladant +baladas +baladasse +baladassent +baladasses +baladassiez +baladassions +baladmes +baladt +baladtes +balade +baladent +balader +baladera +baladerai +baladeraient +baladerais +baladerait +baladeras +baladerez +baladeriez +baladerions +baladerons +baladeront +balades +baladeur +baladeurs +baladeuse +baladeuses +baladez +balad +balade +balades +balads +baladrent +baladiez +baladin +baladine +baladines +baladins +baladions +baladons +balaent +balafon +balafons +balafra +balafrai +balafraient +balafrais +balafrait +balafrant +balafras +balafrasse +balafrassent +balafrasses +balafrassiez +balafrassions +balafrmes +balafrt +balafrtes +balafre +balafrent +balafrer +balafrera +balafrerai +balafreraient +balafrerais +balafrerait +balafreras +balafrerez +balafreriez +balafrerions +balafrerons +balafreront +balafres +balafrez +balafr +balafre +balafres +balafrs +balafrrent +balafriez +balafrions +balafrons +balai +balaie +balaiera +balaierai +balaieraient +balaierais +balaierait +balaieras +balaierez +balaieriez +balaierions +balaierons +balaieront +balaies +balais +balance +balancement +balancements +balancent +balancer +balancera +balancerai +balanceraient +balancerais +balancerait +balanceras +balancerez +balanceriez +balancerions +balancerons +balanceront +balances +balancez +balanc +balance +balances +balancs +balancrent +balancier +balanciers +balanciez +balancions +balana +balanai +balanaient +balanais +balanait +balanant +balanas +balanasse +balanassent +balanasses +balanassiez +balanassions +balanmes +balant +balantes +balanoire +balanoires +balanons +balaya +balayage +balayages +balayai +balayaient +balayais +balayait +balayant +balayas +balayasse +balayassent +balayasses +balayassiez +balayassions +balaymes +balayt +balaytes +balaye +balayent +balayer +balayera +balayerai +balayeraient +balayerais +balayerait +balayeras +balayerez +balayeriez +balayerions +balayerons +balayeront +balayes +balayette +balayettes +balayeur +balayeurs +balayeuse +balayeuses +balayez +balay +balaye +balayes +balays +balayrent +balayiez +balayions +balayons +balayures +balbutia +balbutiai +balbutiaient +balbutiais +balbutiait +balbutiant +balbutias +balbutiasse +balbutiassent +balbutiasses +balbutiassiez +balbutiassions +balbutimes +balbutit +balbutites +balbutie +balbutiement +balbutiements +balbutient +balbutier +balbutiera +balbutierai +balbutieraient +balbutierais +balbutierait +balbutieras +balbutierez +balbutieriez +balbutierions +balbutierons +balbutieront +balbuties +balbutiez +balbuti +balbutie +balbuties +balbutis +balbutirent +balbutiiez +balbutiions +balbutions +balcon +balcons +baldaquin +baldaquins +baleine +baleines +balein +baleine +baleines +baleins +baleinier +baleiniers +baleinire +baleinires +balisa +balisage +balisages +balisai +balisaient +balisais +balisait +balisant +balisas +balisasse +balisassent +balisasses +balisassiez +balisassions +balismes +balist +balistes +balise +balisent +baliser +balisera +baliserai +baliseraient +baliserais +baliserait +baliseras +baliserez +baliseriez +baliserions +baliserons +baliseront +balises +balisez +balis +balise +balises +baliss +balisrent +balisiez +balisions +balisons +balistique +balistiques +baliveau +baliveaux +baliverne +balivernes +balkanique +balkaniques +balkans +ball +ballade +ballades +ballant +ballante +ballantes +ballants +ballast +ballasts +balle +ballerine +ballerines +balles +ballet +ballets +ballon +ballonnement +ballonnements +ballonnet +ballonnets +ballonn +ballonne +ballonnes +ballonns +ballons +ballot +ballotin +ballotins +ballots +ballotta +ballottage +ballottages +ballottai +ballottaient +ballottais +ballottait +ballottant +ballottas +ballottasse +ballottassent +ballottasses +ballottassiez +ballottassions +ballottmes +ballottt +ballotttes +ballotte +ballottement +ballottements +ballottent +ballotter +ballottera +ballotterai +ballotteraient +ballotterais +ballotterait +ballotteras +ballotterez +ballotteriez +ballotterions +ballotterons +ballotteront +ballottes +ballottez +ballott +ballotte +ballottes +ballotts +ballottrent +ballottiez +ballottine +ballottines +ballottions +ballottons +balluchon +balluchons +balnaire +balnaires +balourd +balourde +balourdes +balourdise +balourdises +balourds +balsa +balsamine +balsamique +balsamiques +balte +baltes +baluchon +baluchons +balustrade +balustrades +bambin +bambine +bambines +bambins +bambocha +bambochai +bambochaient +bambochais +bambochait +bambochant +bambochard +bambocharde +bambochardes +bambochards +bambochas +bambochasse +bambochassent +bambochasses +bambochassiez +bambochassions +bambochmes +bambocht +bambochtes +bamboche +bambochent +bambocher +bambochera +bambocherai +bambocheraient +bambocherais +bambocherait +bambocheras +bambocherez +bambocheriez +bambocherions +bambocherons +bambocheront +bamboches +bambocheur +bambocheurs +bambocheuse +bambocheuses +bambochez +bamboch +bamboche +bamboches +bambochs +bambochrent +bambochiez +bambochions +bambochons +bambou +bambous +ban +banal +banale +banalement +banales +banalisa +banalisai +banalisaient +banalisais +banalisait +banalisant +banalisas +banalisasse +banalisassent +banalisasses +banalisassiez +banalisassions +banalisation +banalismes +banalist +banalistes +banalise +banalisent +banaliser +banalisera +banaliserai +banaliseraient +banaliserais +banaliserait +banaliseras +banaliserez +banaliseriez +banaliserions +banaliserons +banaliseront +banalises +banalisez +banalis +banalise +banalises +banaliss +banalisrent +banalisiez +banalisions +banalisons +banalit +banalits +banals +banane +bananes +bananier +bananiers +banaux vieillot +banc +bancaire +bancaires +bancal +bancale +bancales +bancals +bancs +banda +bandage +bandages +bandagiste +bandagistes +bandai +bandaient +bandais +bandait +bandant +bandas +bandasse +bandassent +bandasses +bandassiez +bandassions +bandmes +bandt +bandtes +bande +bandeau +bandeaux +bandelette +bandelettes +bandent +bander +bandera +banderai +banderaient +banderais +banderait +banderas +banderez +banderiez +banderille +banderilles +banderions +banderole +banderoles +banderons +banderont +bandes +bandez +band +bande +bandes +bands +bandrent +bandiez +bandions +bandit +banditisme +bandits +bandons +bandoulire +bandoulires +banjo +banjos +banlieue +banlieues +banlieusard +banlieusards +banna +bannai +bannaient +bannais +bannait +bannant +bannas +bannasse +bannassent +bannasses +bannassiez +bannassions +bannmes +bannt +banntes +banne +bannent +banner +bannera +bannerai +banneraient +bannerais +bannerait +banneras +bannerez +banneriez +bannerions +bannerons +banneront +bannes +bannez +bann +banne +bannes +banns +bannrent +banni +bannie +bannies +bannire +bannires +bannions +bannir +bannira +bannirai +banniraient +bannirais +bannirait +banniras +bannirent +bannirez +banniriez +bannirions +bannirons +banniront +bannis +bannissaient +bannissais +bannissait +bannissant +bannisse +bannissement +bannissements +bannissent +bannisses +bannissez +bannissiez +bannissions +bannissons +bannit +bannmes +bannt +banntes +banque +banqueroute +banqueroutes +banques +banquet +banqueta +banquetai +banquetaient +banquetais +banquetait +banquetant +banquetas +banquetasse +banquetassent +banquetasses +banquetassiez +banquetassions +banquetmes +banquett +banquettes +banquetent +banqueter +banquetez +banquet +banquete +banquetes +banquets +banquetrent +banquetiez +banquetions +banquetons +banquets +banquette +banquettera +banquetterai +banquetteraient +banquetterais +banquetterait +banquetteras +banquetterez +banquetteriez +banquetterions +banquetterons +banquetteront +banquettes +banquier +banquiers +banquire +banquires +banquise +bans +bantou +bantous +baobab +baobabs +baptme +baptmes +baptisa +baptisai +baptisaient +baptisais +baptisait +baptisant +baptisas +baptisasse +baptisassent +baptisasses +baptisassiez +baptisassions +baptismes +baptist +baptistes +baptise +baptisent +baptiser +baptisera +baptiserai +baptiseraient +baptiserais +baptiserait +baptiseras +baptiserez +baptiseriez +baptiserions +baptiserons +baptiseront +baptises +baptiseur +baptisez +baptis +baptise +baptises +baptiss +baptisrent +baptisiez +baptisions +baptisite +baptismal +baptismale +baptismales +baptismaux +baptisons +baptiste +baptistes +baptistre +baptistres +baquet +baquets +bar +barabbas +baragouin +baragouina +baragouinai +baragouinaient +baragouinais +baragouinait +baragouinant +baragouinas +baragouinasse +baragouinassent +baragouinasses +baragouinassiez +baragouinassions +baragouinmes +baragouint +baragouintes +baragouine +baragouinent +baragouiner +baragouinera +baragouinerai +baragouineraient +baragouinerais +baragouinerait +baragouineras +baragouinerez +baragouineriez +baragouinerions +baragouinerons +baragouineront +baragouines +baragouinez +baragouin +baragouine +baragouines +baragouins +baragouinrent +baragouiniez +baragouinions +baragouinons +baragouins +baraque +baraquement +baraquements +baraques +baraqu +baraque +baraques +baraqus +baratin +baratina +baratinai +baratinaient +baratinais +baratinait +baratinant +baratinas +baratinasse +baratinassent +baratinasses +baratinassiez +baratinassions +baratinmes +baratint +baratintes +baratine +baratinent +baratiner +baratinera +baratinerai +baratineraient +baratinerais +baratinerait +baratineras +baratinerez +baratineriez +baratinerions +baratinerons +baratineront +baratines +baratinez +baratin +baratine +baratines +baratins +baratinrent +baratiniez +baratinions +baratinons +baratins +baratta +barattai +barattaient +barattais +barattait +barattant +barattas +barattasse +barattassent +barattasses +barattassiez +barattassions +barattmes +barattt +baratttes +baratte +barattent +baratter +barattera +baratterai +baratteraient +baratterais +baratterait +baratteras +baratterez +baratteriez +baratterions +baratterons +baratteront +barattes +barattez +baratt +baratte +barattes +baratts +barattrent +barattiez +barattions +barattons +barba +barbai +barbaient +barbais +barbait +barbant +barbante +barbantes +barbants +barbare +barbarement +barbares +barbarie +barbaries +barbarisme +barbarismes +barbas +barbasse +barbassent +barbasses +barbassiez +barbassions +barbmes +barbt +barbtes +barbe +barbeau +barbeaux +barbel +barbele +barbeles +barbels +barbent +barber +barbera +barberai +barberaient +barberais +barberait +barberas +barberez +barberiez +barberions +barberons +barberont +barbes +barbet +barbets +barbette +barbettes +barbez +barb +barbe +barbes +barbs +barbrent +barbiche +barbiches +barbier +barbiers +barbiez +barbillon +barbillons +barbions +barbiturique +barbituriques +barbon +barbons +barbota +barbotage +barbotages +barbotai +barbotaient +barbotais +barbotait +barbotant +barbotas +barbotasse +barbotassent +barbotasses +barbotassiez +barbotassions +barbotmes +barbott +barbottes +barbote +barboter +barbotera +barboterai +barboteraient +barboterais +barboterait +barboteras +barboterez +barboteriez +barboterions +barboterons +barboteront +barbotes +barboteuse +barboteuses +barbotez +barbot +barbote +barbotes +barbots +barbotrent +barbotiez +barbotions +barbotons +barbouilla +barbouillage +barbouillages +barbouillai +barbouillaient +barbouillais +barbouillait +barbouillant +barbouillas +barbouillasse +barbouillassent +barbouillasses +barbouillassiez +barbouillassions +barbouillmes +barbouillt +barbouilltes +barbouille +barbouillent +barbouiller +barbouillera +barbouillerai +barbouilleraient +barbouillerais +barbouillerait +barbouilleras +barbouillerez +barbouilleriez +barbouillerions +barbouillerons +barbouilleront +barbouilles +barbouilleur +barbouilleurs +barbouilleuse +barbouilleuses +barbouillez +barbouill +barbouille +barbouilles +barbouills +barbouillrent +barbouilliez +barbouillions +barbouillis +barbouillons +barbouze +barbouzes +barbu +barbue +barbues +barbus +barcarolle +barcarolles +barcelone +barda +bardai +bardaient +bardais +bardait +bardant +bardas +bardasse +bardassent +bardasses +bardassiez +bardassions +bardmes +bardt +bardtes +barde +bardeau +bardeaux +bardent +barder +bardera +barderai +barderaient +barderais +barderait +barderas +barderez +barderiez +barderions +barderons +barderont +bardes +bardez +bard +barde +bardes +bards +bardrent +bardiez +bardions +bardons +barme +barmes +baril +barillet +barillets +barils +bariola +bariolage +bariolages +bariolai +bariolaient +bariolais +bariolait +bariolant +bariolas +bariolasse +bariolassent +bariolasses +bariolassiez +bariolassions +bariolmes +bariolt +barioltes +bariole +bariolent +barioler +bariolera +bariolerai +barioleraient +bariolerais +bariolerait +barioleras +bariolerez +barioleriez +bariolerions +bariolerons +barioleront +barioles +bariolez +bariol +bariole +barioles +bariols +bariolrent +barioliez +bariolions +bariolons +barman +barmans +barmen +baromtrique +baromtriques +baromtre +baromtres +baron +baronne +baronnes +barons +baroque +baroques +barouf +baroufs +barque +barques +barquette +barquettes +barra +barrabas +barrage +barrages +barrai +barraient +barrais +barrait +barrant +barras +barrasse +barrassent +barrasses +barrassiez +barrassions +barrmes +barrt +barrtes +barre +barreau +barreaux +barrent +barrer +barrera +barrerai +barreraient +barrerais +barrerait +barreras +barrerez +barreriez +barrerions +barrerons +barreront +barres +barrette +barrettes +barreur +barreurs +barrez +barr +barre +barres +barrs +barrrent +barri +barricada +barricadai +barricadaient +barricadais +barricadait +barricadant +barricadas +barricadasse +barricadassent +barricadasses +barricadassiez +barricadassions +barricadmes +barricadt +barricadtes +barricade +barricadent +barricader +barricadera +barricaderai +barricaderaient +barricaderais +barricaderait +barricaderas +barricaderez +barricaderiez +barricaderions +barricaderons +barricaderont +barricades +barricadez +barricad +barricade +barricades +barricads +barricadrent +barricadiez +barricadions +barricadons +barrie +barries +barriez +barrire +barrires +barrions +barrique +barriques +barrir +barrira +barriraient +barrirait +barrirent +barriront +barris +barrissaient +barrissait +barrissant +barrisse +barrissement +barrissements +barrissent +barrit +barrt +barrons +bars +barthlmy +baryton +barytons +baryum +bas +basa +basai +basaient +basais +basait +basalte +basaltique +basaltiques +basane +basan +basane +basanes +basans +basant +basas +basasse +basassent +basasses +basassiez +basassions +basmes +bast +bastes +bascula +basculai +basculaient +basculais +basculait +basculant +basculas +basculasse +basculassent +basculasses +basculassiez +basculassions +basculmes +bascult +bascultes +bascule +basculement +basculent +basculer +basculera +basculerai +basculeraient +basculerais +basculerait +basculeras +basculerez +basculeriez +basculerions +basculerons +basculeront +bascules +basculez +bascul +bascule +bascules +basculs +basculrent +basculiez +basculions +basculons +base +basent +baser +basera +baserai +baseraient +baserais +baserait +baseras +baserez +baseriez +baserions +baserons +baseront +bases +basez +bas +base +bases +bass +basrent +basic +basiez +basilic +basilique +basiliques +basions +basique +basiques +basket +basoche +basons +basque +basques +basse +bassement +basses +bassesse +bassesses +basset +bassets +bassin +bassina +bassinai +bassinaient +bassinais +bassinait +bassinant +bassinas +bassinasse +bassinassent +bassinasses +bassinassiez +bassinassions +bassinmes +bassint +bassintes +bassine +bassinent +bassiner +bassinera +bassinerai +bassineraient +bassinerais +bassinerait +bassineras +bassinerez +bassineriez +bassinerions +bassinerons +bassineront +bassines +bassinet +bassinets +bassinez +bassin +bassine +bassines +bassins +bassinrent +bassiniez +bassinions +bassinoire +bassinoires +bassinons +bassins +basson +bassons +bastide +bastides +bastille +bastilles +bastinage +bastinages +bastion +bastions +bastonnade +bastonnades +bastringue +bastringues +bat questre +bataclan +batailla +bataillai +bataillaient +bataillais +bataillait +bataillant +bataillas +bataillasse +bataillassent +bataillasses +bataillassiez +bataillassions +bataillmes +bataillt +batailltes +bataille +bataillent +batailler +bataillera +bataillerai +batailleraient +bataillerais +bataillerait +batailleras +bataillerez +batailleriez +bataillerions +bataillerons +batailleront +batailles +batailleur +batailleurs +batailleuse +batailleuses +bataillez +bataill +bataille +batailles +bataills +bataillrent +batailliez +bataillions +bataillon +bataillons +batardeau +batardeaux +bateau +bateaux +bateleur +bateleurs +bateleuse +bateleuses +batelier +bateliers +batelire +batelires +batellerie +bate +bates +bathymtrie +bathyscaphe +bathyscaphes +batifola +batifolai +batifolaient +batifolais +batifolait +batifolant +batifolas +batifolasse +batifolassent +batifolasses +batifolassiez +batifolassions +batifolmes +batifolt +batifoltes +batifole +batifolent +batifoler +batifolera +batifolerai +batifoleraient +batifolerais +batifolerait +batifoleras +batifolerez +batifoleriez +batifolerions +batifolerons +batifoleront +batifoles +batifolez +batifol +batifole +batifoles +batifols +batifolrent +batifoliez +batifolions +batifolons +batiste +batraciens +bats +battage +battages +battaient +battais +battait +battant +battante +battantes +battants +batte +battement +battements +battent +batterie +batteries +battes +batteur +batteurs +batteuse +batteuses +battez +battiez +battions +battirent +battis +battisse +battissent +battisses +battissiez +battissions +battit +battmes +battt +batttes +battoir +battoirs +battons +battra +battrai +battraient +battrais +battrait +battras +battre +battrez +battriez +battrions +battrons +battront +battu +battue +battues +battus +baud +baudet +baudets +baudrier +baudriers +baudruche +baudruches +bauds +bauge +bauges +baume +baumes +baux +bauxite +bava +bavai +bavaient +bavais +bavait +bavant +bavard +bavarda +bavardage +bavardages +bavardai +bavardaient +bavardais +bavardait +bavardant +bavardas +bavardasse +bavardassent +bavardasses +bavardassiez +bavardassions +bavardmes +bavardt +bavardtes +bavarde +bavardent +bavarder +bavardera +bavarderai +bavarderaient +bavarderais +bavarderait +bavarderas +bavarderez +bavarderiez +bavarderions +bavarderons +bavarderont +bavardes +bavardez +bavard +bavarde +bavardes +bavards +bavardrent +bavardiez +bavardions +bavardons +bavards +bavas +bavasse +bavassent +bavasses +bavassiez +bavassions +bavmes +bavt +bavtes +bave +bavent +baver +bavera +baverai +baveraient +baverais +baverait +baveras +baverez +baveriez +baverions +baverons +baveront +baves +bavette +bavettes +baveuse +baveuses +baveux +bavez +bav +bave +baves +bavs +bavrent +baviez +bavire +bavions +bavoir +bavoirs +bavons +bavure +bavures +baya +bayai +bayaient +bayais +bayait +bayant +bayas +bayasse +bayassent +bayasses +bayassiez +bayassions +baymes +bayt +baytes +baye +bayent +bayer +bayera +bayerai +bayeraient +bayerais +bayerait +bayeras +bayerez +bayeriez +bayerions +bayerons +bayeront +bayes +bayez +bay +baye +bayes +bays +bayrent +bayiez +bayions +bayonne +bayons +bazar +bazarda +bazardai +bazardaient +bazardais +bazardait +bazardant +bazardas +bazardasse +bazardassent +bazardasses +bazardassiez +bazardassions +bazardmes +bazardt +bazardtes +bazarde +bazardent +bazarder +bazardera +bazarderai +bazarderaient +bazarderais +bazarderait +bazarderas +bazarderez +bazarderiez +bazarderions +bazarderons +bazarderont +bazardes +bazardez +bazard +bazarde +bazardes +bazards +bazardrent +bazardiez +bazardions +bazardons +bazars +bbord +bcha +bchai +bchaient +bchais +bchait +bchant +bchas +bchasse +bchassent +bchasses +bchassiez +bchassions +bchmes +bcht +bchtes +bche +bchent +bcher +bchera +bcherai +bcheraient +bcherais +bcherait +bcheras +bcherez +bcheriez +bcherions +bcherons +bcheront +bches +bchez +bch +bche +bches +bchs +bchrent +bchiez +bchions +bchons +bcla +bclage +bclages +bclai +bclaient +bclais +bclait +bclant +bclas +bclasse +bclassent +bclasses +bclassiez +bclassions +bclmes +bclt +bcltes +bcle +bclent +bcler +bclera +bclerai +bcleraient +bclerais +bclerait +bcleras +bclerez +bcleriez +bclerions +bclerons +bcleront +bcles +bclez +bcl +bcle +bcles +bcls +bclrent +bcliez +bclions +bclons +bfra +bfrai +bfraient +bfrais +bfrait +bfrant +bfras +bfrasse +bfrassent +bfrasses +bfrassiez +bfrassions +bfrmes +bfrt +bfrtes +bfre +bfrent +bfrer +bfrera +bfrerai +bfreraient +bfrerais +bfrerait +bfreras +bfrerez +bfreriez +bfrerions +bfrerons +bfreront +bfres +bfrez +bfr +bfre +bfres +bfrs +bfrrent +bfriez +bfrions +bfrons +billa +billai +billaient +billais +billait +billant +billas +billasse +billassent +billasses +billassiez +billassions +billmes +billt +billtes +bille +billement +billements +billent +biller +billera +billerai +billeraient +billerais +billerait +billeras +billerez +billeriez +billerions +billerons +billeront +billes +billez +bill +bille +billes +bills +billrent +billiez +billions +billon +billonna +billonnai +billonnaient +billonnais +billonnait +billonnant +billonnas +billonnasse +billonnassent +billonnasses +billonnassiez +billonnassions +billonnmes +billonnt +billonntes +billonne +billonnement +billonnements +billonnent +billonner +billonnera +billonnerai +billonneraient +billonnerais +billonnerait +billonneras +billonnerez +billonneriez +billonnerions +billonnerons +billonneront +billonnes +billonnez +billonn +billonne +billonnes +billonns +billonnrent +billonniez +billonnions +billonnons +billons +ble +bt +bta +btai +btaient +btais +btait +btant +btard +btarde +btardes +btardise +btards +btas +btasse +btassent +btasses +btassiez +btassions +btmes +btt +bttes +bte +bteau +bteaux +btent +bter +btera +bterai +bteraient +bterais +bterait +bteras +bterez +bteriez +bterions +bterons +bteront +btes +btez +bt +bte +btes +bts +btrent +bti +btie +bties +btiment +btiments +btir +btira +btirai +btiraient +btirais +btirait +btiras +btirent +btirez +btiriez +btirions +btirons +btiront +btis +btissaient +btissais +btissait +btissant +btisse +btissent +btisses +btisseur +btisseurs +btissez +btissiez +btissions +btissons +btit +btmes +btt +bttes +bton +btonna +btonnai +btonnaient +btonnais +btonnait +btonnant +btonnas +btonnasse +btonnassent +btonnasses +btonnassiez +btonnassions +btonnmes +btonnt +btonntes +btonne +btonnent +btonner +btonnera +btonnerai +btonneraient +btonnerais +btonnerait +btonneras +btonnerez +btonneriez +btonnerions +btonnerons +btonneront +btonnes +btonnet +btonnets +btonnez +btonn +btonne +btonnes +btonns +btonnrent +btonnier +btonniers +btonniez +btonnions +btonnons +btons +bts +beau +beaucoup +beaujolais +beaupr +beauprs +beaut +beauts +beaux +bec +becqueta +becquetai +becquetaient +becquetais +becquetait +becquetant +becquetas +becquetasse +becquetassent +becquetasses +becquetassiez +becquetassions +becquetmes +becquett +becquettes +becqueter +becquetez +becquet +becquete +becquetes +becquets +becquetrent +becquetiez +becquetions +becquetons +becquette +becquettent +becquettera +becquetterai +becquetteraient +becquetterais +becquetterait +becquetteras +becquetterez +becquetteriez +becquetterions +becquetterons +becquetteront +becquettes +becque +becques +becs +bedaine +bedaines +bedeau +bedeaux +bedon +bedonna +bedonnai +bedonnaient +bedonnais +bedonnait +bedonnant +bedonnante +bedonnantes +bedonnants +bedonnas +bedonnasse +bedonnassent +bedonnasses +bedonnassiez +bedonnassions +bedonnmes +bedonnt +bedonntes +bedonne +bedonnent +bedonner +bedonnera +bedonnerai +bedonneraient +bedonnerais +bedonnerait +bedonneras +bedonnerez +bedonneriez +bedonnerions +bedonnerons +bedonneront +bedonnes +bedonnez +bedonn +bedonne +bedonnes +bedonns +bedonnrent +bedonniez +bedonnions +bedonnons +bedons +beffroi +beffrois +beige +beiges +beignet +beignets +bel +belette +belettes +belge +belges +belgique +belladone +belladones +belltre +belltres +belle +bellement +belles +bellicisme +belliciste +bellicistes +belligrance +belligrances +belligrant +belligrante +belligrantes +belligrants +belliqueuse +belliqueuses +belliqueux +belluaire +belluaires +belon +belons +belote +belvdre +belvdres +bene +bent +bents +bengale +bengali +bengalie +bengalies +bengalis +benjamin +benjamine +benjamines +benjamins +benjoin +benne +bennes +benot +benote +benotes +benots +benzne +benzine +benzol +bercail +berce +berceau +berceaux +bercement +bercements +bercent +bercer +bercera +bercerai +berceraient +bercerais +bercerait +berceras +bercerez +berceriez +bercerions +bercerons +berceront +berces +berceuse +berceuses +bercez +berc +berce +berces +bercs +bercrent +berciez +bercions +bera +berai +beraient +berais +berait +berant +beras +berasse +berassent +berassiez +berassions +bermes +bert +bertes +berons +bergamote +bergamotes +berge +berger +bergerie +bergeries +bergeronnette +bergeronnettes +bergers +berges +bergre +bergres +berlin +berline +berlines +berlingot +berlingots +berlue +berlues +berna +bernai +bernaient +bernais +bernait +bernanos +bernant +bernard +bernards +bernas +bernasse +bernassent +bernasses +bernassiez +bernassions +bernmes +bernt +berntes +berne +bernent +berner +bernera +bernerai +berneraient +bernerais +bernerait +berneras +bernerez +berneriez +bernerions +bernerons +berneront +bernes +bernez +bern +berne +bernes +berns +bernrent +berniez +bernions +bernique +berniques +bernois +bernoise +bernoises +bernons +berrichon +berrichonne +berrichonnes +berrichons +besace +besaces +besogna +besognai +besognaient +besognais +besognait +besognant +besognas +besognasse +besognassent +besognasses +besognassiez +besognassions +besognmes +besognt +besogntes +besogne +besognent +besogner +besognera +besognerai +besogneraient +besognerais +besognerait +besogneras +besognerez +besogneriez +besognerions +besognerons +besogneront +besognes +besogneuse +besogneuses +besogneux +besognez +besogn +besogne +besognes +besogns +besognrent +besogniez +besognions +besognons +besoin +besoins +best +bestiaire +bestiaires +bestial +bestiale +bestialement +bestiales +bestialit +bestialits +bestiaux +bestiole +bestioles +bette +betterave +betteraves +betteravier +betteraviers +betteravire +betteravires +bettes +beugla +beuglai +beuglaient +beuglais +beuglait +beuglant +beuglas +beuglasse +beuglassent +beuglasses +beuglassiez +beuglassions +beuglmes +beuglt +beugltes +beugle +beuglement +beuglements +beuglent +beugler +beuglera +beuglerai +beugleraient +beuglerais +beuglerait +beugleras +beuglerez +beugleriez +beuglerions +beuglerons +beugleront +beugles +beuglez +beugl +beugle +beugles +beugls +beuglrent +beugliez +beuglions +beuglons +beurra +beurrai +beurraient +beurrais +beurrait +beurrant +beurras +beurrasse +beurrassent +beurrasses +beurrassiez +beurrassions +beurrmes +beurrt +beurrtes +beurre +beurrent +beurrer +beurrera +beurrerai +beurreraient +beurrerais +beurrerait +beurreras +beurrerez +beurreriez +beurrerions +beurrerons +beurreront +beurres +beurrez +beurr +beurre +beurres +beurrs +beurrrent +beurrier +beurriers +beurriez +beurrions +beurrons +beuverie +beuveries +bant +bante +bantes +bants +barnaise +bat +bate +bates +batifia +batifiai +batifiaient +batifiais +batifiait +batifiant +batifias +batifiasse +batifiassent +batifiasses +batifiassiez +batifiassions +batifimes +batifit +batifites +batification +batifications +batifie +batifient +batifier +batifiera +batifierai +batifieraient +batifierais +batifierait +batifieras +batifierez +batifieriez +batifierions +batifierons +batifieront +batifies +batifiez +batifi +batifie +batifies +batifis +batifirent +batifiiez +batifiions +batifions +batitude +batitudes +bats +bb +bbs +bcane +bcanes +bcarre +bcarres +bcasse +bcasses +bcassine +bcassines +bchamel +bchamels +bcot +bcota +bcotai +bcotaient +bcotais +bcotait +bcotant +bcotas +bcotasse +bcotassent +bcotasses +bcotassiez +bcotassions +bcotmes +bcott +bcottes +bcote +bcotent +bcoter +bcotera +bcoterai +bcoteraient +bcoterais +bcoterait +bcoteras +bcoterez +bcoteriez +bcoterions +bcoterons +bcoteront +bcotes +bcotez +bcot +bcote +bcotes +bcots +bcotrent +bcotiez +bcotions +bcotons +bcots +bdane +bdanes +bdouin +bdouine +bdouines +bdouins +be +bes +bgaie +bgaiement +bgaiements +bgaient +bgaiera +bgaierai +bgaieraient +bgaierais +bgaierait +bgaieras +bgaierez +bgaieriez +bgaierions +bgaierons +bgaieront +bgaies +bgaya +bgayai +bgayaient +bgayais +bgayait +bgayant +bgayas +bgayasse +bgayassent +bgayasses +bgayassiez +bgayassions +bgaymes +bgayt +bgaytes +bgayer +bgayez +bgay +bgaye +bgayes +bgays +bgayrent +bgayiez +bgayions +bgayons +bgonia +bgonias +bgueule +bgueulerie +bgueuleries +bgueules +bguin +bguinage +bguinages +bguinal +bguinale +bguinales +bguinals +bguine +bguines +bguins +bjaune +bjaunes +blier +bliers +blire +blires +bmol +bndictin +bndictine +bndictines +bndictins +bndiction +bndictions +bnfice +bnfices +bnficia +bnficiai +bnficiaient +bnficiaire +bnficiaires +bnficiais +bnficiait +bnficiant +bnficias +bnficiasse +bnficiassent +bnficiasses +bnficiassiez +bnficiassions +bnficimes +bnficit +bnficites +bnficie +bnficient +bnficier +bnficiera +bnficierai +bnficieraient +bnficierais +bnficierait +bnficieras +bnficierez +bnficieriez +bnficierions +bnficierons +bnficieront +bnficies +bnficiez +bnfici +bnficie +bnficies +bnficis +bnficirent +bnficiiez +bnficiions +bnficions +bnfique +bnfiques +bnvole +bnvolement +bnvoles +bni +bnie +bnies +bnigne +bnignes +bnin +bnins +bnir +bnira +bnirai +bniraient +bnirais +bnirait +bniras +bnirent +bnirez +bniriez +bnirions +bnirons +bniront +bnis +bnissaient +bnissais +bnissait +bnissant +bnissas +bnisseur +bnisseurs +bnisseuse +bnisseuses +bnissez +bnissiez +bnissions +bnissons +bnit +bnite +bnitier +bnitiers +bnmes +bnt +bntes +bnts +bquille +bquilles +bret +brets +bribri +bryl +btail +bton +btonna +btonnai +btonnaient +btonnais +btonnait +btonnant +btonnas +btonnasse +btonnassent +btonnasses +btonnassiez +btonnassions +btonnmes +btonnt +btonntes +btonne +btonnent +btonner +btonnera +btonnerai +btonneraient +btonnerais +btonnerait +btonneras +btonnerez +btonneriez +btonnerions +btonnerons +btonneront +btonnes +btonnez +btonn +btonne +btonnes +btonns +btonnrent +btonniez +btonnire +btonnires +btonnions +btonnons +bvue +bvues +bzef +bgue +bgues +bcha +bchai +bchaient +bchais +bchait +bchant +bchas +bchasse +bchassent +bchasses +bchassiez +bchassions +bchmes +bcht +bchtes +bche +bchent +bcher +bchera +bcherai +bcheraient +bcherais +bcherait +bcheras +bcherez +bcheriez +bcherions +bcherons +bcheront +bches +bcheur +bcheurs +bcheuse +bcheuses +bchez +bch +bche +bches +bchs +bchrent +bchiez +bchions +bchons +bla +blai +blaient +blais +blait +blant +blas +blasse +blassent +blasses +blassiez +blassions +blmes +blt +bltes +ble +blement +blements +blent +bler +blera +blerai +bleraient +blerais +blerait +bleras +blerez +bleriez +blerions +blerons +bleront +bles +blez +bl +ble +bles +bls +blrent +bliez +blions +blons +bta +btas +btasse +btasses +bte +btement +btes +btifia +btifiai +btifiaient +btifiais +btifiait +btifiant +btifias +btifiasse +btifiassent +btifiasses +btifiassiez +btifiassions +btifimes +btifit +btifites +btifie +btifient +btifier +btifiera +btifierai +btifieraient +btifierais +btifierait +btifieras +btifierez +btifieriez +btifierions +btifierons +btifieront +btifies +btifiez +btifi +btifie +btifies +btifis +btifirent +btifiiez +btifiions +btifions +btise +btises +bi +biais +biaisa +biaisai +biaisaient +biaisais +biaisait +biaisant +biaisas +biaisasse +biaisassent +biaisasses +biaisassiez +biaisassions +biaismes +biaist +biaistes +biaise +biaisent +biaiser +biaisera +biaiserai +biaiseraient +biaiserais +biaiserait +biaiseras +biaiserez +biaiseriez +biaiserions +biaiserons +biaiseront +biaises +biaisez +biais +biaise +biaises +biaiss +biaisrent +biaisiez +biaisions +biaisons +bibelot +bibelots +biberon +biberons +bible +bibles +bibliobus +bibliographe +bibliographes +bibliographie +bibliographies +bibliographique +bibliographiques +bibliophile +bibliophiles +bibliophilie +bibliothcaire +bibliothcaires +bibliothque +bibliothques +biblique +bibliques +bicarbonate +bicarbonates +bicentenaire +biceps +bicphale +bicphales +bicphalisme +bicphate +bicphates +biche +biches +bichon +bichonna +bichonnai +bichonnaient +bichonnais +bichonnait +bichonnant +bichonnas +bichonnasse +bichonnassent +bichonnasses +bichonnassiez +bichonnassions +bichonnmes +bichonnt +bichonntes +bichonne +bichonnent +bichonner +bichonnera +bichonnerai +bichonneraient +bichonnerais +bichonnerait +bichonneras +bichonnerez +bichonneriez +bichonnerions +bichonnerons +bichonneront +bichonnes +bichonnez +bichonn +bichonne +bichonnes +bichonns +bichonnrent +bichonniez +bichonnions +bichonnons +bichons +bicoque +bicoques +bicorne +bicornes +bicyclette +bicyclettes +bidet +bidets +bidimensionnelle +bidimensionnellement +bidimensionnelles +bidoche +bidon +bidonna +bidonnai +bidonnaient +bidonnais +bidonnait +bidonnant +bidonnas +bidonnasse +bidonnassent +bidonnasses +bidonnassiez +bidonnassions +bidonnmes +bidonnt +bidonntes +bidonne +bidonnent +bidonner +bidonnera +bidonnerai +bidonneraient +bidonnerais +bidonnerait +bidonneras +bidonnerez +bidonneriez +bidonnerions +bidonnerons +bidonneront +bidonnes +bidonnez +bidonn +bidonne +bidonnes +bidonns +bidonnrent +bidonniez +bidonnions +bidonnons +bidons +bidonville +bidonvilles +bief +biefs +bielle +bielles +bien +bienfaisance +bienfaisances +bienfaisant +bienfaisante +bienfaisantes +bienfaisants +bienfait +bienfaiteur +bienfaiteurs +bienfaitrice +bienfaitrices +bienfaits +bienheureuse +bienheureuses +bienheureux +biennal +biennale +biennales +biennaux +biens +biensance +biensances +biensant +biensante +biensantes +biensants +bientt +bienveillance +bienveillances +bienveillant +bienveillante +bienveillantes +bienveillants +bienvenu +bienvenue +bienvenues +bienvenus +bire +bires +biffa +biffai +biffaient +biffais +biffait +biffant +biffas +biffasse +biffassent +biffasses +biffassiez +biffassions +biffmes +bifft +bifftes +biffe +biffent +biffer +biffera +bifferai +bifferaient +bifferais +bifferait +bifferas +bifferez +bifferiez +bifferions +bifferons +bifferont +biffes +biffez +biff +biffe +biffes +biffs +biffrent +biffiez +biffions +biffons +bifteck +biftecks +bifurcation +bifurcations +bifurqua +bifurquai +bifurquaient +bifurquais +bifurquait +bifurquant +bifurquas +bifurquasse +bifurquassent +bifurquasses +bifurquassiez +bifurquassions +bifurqumes +bifurqut +bifurqutes +bifurque +bifurquent +bifurquer +bifurquera +bifurquerai +bifurqueraient +bifurquerais +bifurquerait +bifurqueras +bifurquerez +bifurqueriez +bifurquerions +bifurquerons +bifurqueront +bifurques +bifurquez +bifurqu +bifurque +bifurques +bifurqus +bifurqurent +bifurquiez +bifurquions +bifurquons +bigame +bigames +bigamie +bigamies +bigarra +bigarrai +bigarraient +bigarrais +bigarrait +bigarrant +bigarras +bigarrasse +bigarrassent +bigarrasses +bigarrassiez +bigarrassions +bigarrmes +bigarrt +bigarrtes +bigarre +bigarreau +bigarreaux +bigarrent +bigarrer +bigarrera +bigarrerai +bigarreraient +bigarrerais +bigarrerait +bigarreras +bigarrerez +bigarreriez +bigarrerions +bigarrerons +bigarreront +bigarres +bigarrez +bigarr +bigarre +bigarres +bigarrs +bigarrrent +bigarriez +bigarrions +bigarrons +bigarrure +bigleuse +bigleuses +bigleux +bigorna +bigornai +bigornaient +bigornais +bigornait +bigornant +bigornas +bigornasse +bigornassent +bigornasses +bigornassiez +bigornassions +bigornmes +bigornt +bigorntes +bigorne +bigorneau +bigorneaux +bigornent +bigorner +bigornera +bigornerai +bigorneraient +bigornerais +bigornerait +bigorneras +bigornerez +bigorneriez +bigornerions +bigornerons +bigorneront +bigornes +bigornez +bigorn +bigorne +bigornes +bigorns +bigornrent +bigorniez +bigornions +bigornons +bigot +bigote +bigoterie +bigoteries +bigotes +bigots +bigoudi +bigoudis +bigre +bigrement +bihebdomadaire +bijou +bijouterie +bijouteries +bijoutier +bijoutiers +bijoutire +bijoutires +bijoux +bilan +bilans +bilatral +bilatrale +bilatralement +bilatrales +bilatraux +bilboquet +bilboquets +bile +bilharziose +bilharzioses +biliaire +biliaires +bilieuse +bilieuses +bilieux +bilingue +bilingues +bilinguisme +billard +billards +bille +billes +billet +billets +billevese +billeveses +billion +billions +billot +billots +bimbeloterie +bimbeloteries +bimensuel +bimensuelle +bimensuellement +bimensuelles +bimensuels +bimestriel +bimestrielle +bimestriellement +bimestrielles +bimestriels +bimtallisme +bimoteur +bimoteure +bimoteures +bimoteurs +bina +binage +binages +binai +binaient +binaire +binaires +binais +binait +binant +binas +binasse +binassent +binasses +binassiez +binassions +binmes +bint +bintes +bine +binent +biner +binera +binerai +bineraient +binerais +binerait +bineras +binerez +bineriez +binerions +binerons +bineront +bines +binette +binettes +binez +bin +bine +bines +bins +binrent +biniez +binions +biniou +binious +binocle +binocles +binoculaire +binoculaires +binons +binme +binmes +biochimie +biochimique +biochimiques +biodgradable +biodgradables +biographe +biographes +biographie +biographies +biographique +biographiques +biologie +biologies +biologique +biologiquement +biologiques +biologiste +biologistes +biologue +biologues +biomcanique +biomcaniques +biomtrie +biomtries +bionique +bioniques +biopsie +biopsies +biorythme +biorythmes +biorythmique +biorythmiques +biotopes +biotransformation +biotransformations +biparti +bipartie +biparties +bipartis +bipartite +bipartites +bipartition +bipartitions +bipde +bipdes +biplan +biplans +bipolaire +bipolaires +bique +biques +biquet +biquets +biquette +biquettes +bis +bisaeul +bisaeule +bisaeules +bisaeuls +bisannuel +bisannuelle +bisannuelles +bisannuels +bisbille +bisbilles +biscornu +biscornue +biscornues +biscornus +biscotte +biscottes +biscuit +biscuita +biscuitai +biscuitaient +biscuitais +biscuitait +biscuitant +biscuitas +biscuitasse +biscuitassent +biscuitasses +biscuitassiez +biscuitassions +biscuitmes +biscuitt +biscuittes +biscuite +biscuitent +biscuiter +biscuitera +biscuiterai +biscuiteraient +biscuiterais +biscuiterait +biscuiteras +biscuiterez +biscuiterie +biscuiteries +biscuiteriez +biscuiterions +biscuiterons +biscuiteront +biscuites +biscuitez +biscuit +biscuite +biscuites +biscuits +biscuitrent +biscuitiez +biscuitions +biscuitons +biscuits +bise +biseau +biseauta +biseautage +biseautages +biseautai +biseautaient +biseautais +biseautait +biseautant +biseautas +biseautasse +biseautassent +biseautassiez +biseautassions +biseautmes +biseautt +biseauttes +biseaute +biseautent +biseauter +biseautera +biseauterai +biseauteraient +biseauterais +biseauterait +biseauteras +biseauterez +biseauteriez +biseauterions +biseauterons +biseauteront +biseautes +biseautez +biseaut +biseaute +biseautes +biseauts +biseautrent +biseautiez +biseautions +biseautons +biseaux +bises +bismuth +bismuthique +bison +bisons +bisontin +bisontine +bisontines +bisontins +bisqua +bisquai +bisquaient +bisquais +bisquait +bisquant +bisquas +bisquasse +bisquassent +bisquasses +bisquassiez +bisquassions +bisqumes +bisqut +bisqutes +bisque +bisquent +bisquer +bisquera +bisquerai +bisqueraient +bisquerais +bisquerait +bisqueras +bisquerez +bisqueriez +bisquerions +bisquerons +bisqueront +bisques +bisquez +bisqu +bisque +bisques +bisqus +bisqurent +bisquiez +bisquions +bisquons +bissa +bissai +bissaient +bissais +bissait +bissant +bissas +bissasse +bissassent +bissasses +bissassiez +bissassions +bissmes +bisst +bisstes +bisse +bissent +bisser +bissera +bisserai +bisseraient +bisserais +bisserait +bisseras +bisserez +bisseriez +bisserions +bisserons +bisseront +bissextile +bissextiles +bissexuel +bissexuelle +bissexuelles +bissexuels +bissexu +bissexue +bissexues +bissexus +bissez +biss +bisse +bisses +bisss +bissrent +bissiez +bissions +bissons +bistouri +bistouris +bistre +bistro +bistros +bistrot +bistrots +bisulfite +bisulfites +bit +bite +bites +bits +bitte +bittes +bituma +bitumai +bitumaient +bitumais +bitumait +bitumant +bitumas +bitumasse +bitumassent +bitumasses +bitumassiez +bitumassions +bitummes +bitumt +bitumtes +bitume +bitument +bitumer +bitumera +bitumerai +bitumeraient +bitumerais +bitumerait +bitumeras +bitumerez +bitumeriez +bitumerions +bitumerons +bitumeront +bitumes +bitumez +bitum +bitume +bitumes +bitums +bitumrent +bitumiez +bitumineuse +bitumineuses +bitumineux +bitumions +bitumons +bivalents +bivalve +bivalves +bivouac +bivouacs +bivouaqua +bivouaquai +bivouaquaient +bivouaquais +bivouaquait +bivouaquant +bivouaquas +bivouaquasse +bivouaquassent +bivouaquasses +bivouaquassiez +bivouaquassions +bivouaqumes +bivouaqut +bivouaqutes +bivouaque +bivouaquent +bivouaquer +bivouaquera +bivouaquerai +bivouaqueraient +bivouaquerais +bivouaquerait +bivouaqueras +bivouaquerez +bivouaqueriez +bivouaquerions +bivouaquerons +bivouaqueront +bivouaques +bivouaquez +bivouaqu +bivouaque +bivouaques +bivouaqus +bivouaqurent +bivouaquiez +bivouaquions +bivouaquons +bizarre +bizarrement +bizarrerie +bizarreries +bizarres +bizut +bizuth +bizuths +bizuts +blackboula +blackboulai +blackboulaient +blackboulais +blackboulait +blackboulant +blackboulas +blackboulasse +blackboulassent +blackboulasses +blackboulassiez +blackboulassions +blackboulmes +blackboult +blackboultes +blackboule +blackboulent +blackbouler +blackboulera +blackboulerai +blackbouleraient +blackboulerais +blackboulerait +blackbouleras +blackboulerez +blackbouleriez +blackboulerions +blackboulerons +blackbouleront +blackboules +blackboulez +blackboul +blackboule +blackboules +blackbouls +blackboulrent +blackbouliez +blackboulions +blackboulons +blafard +blafarde +blafardes +blafards +blagua +blaguai +blaguaient +blaguais +blaguait +blaguant +blaguas +blaguasse +blaguassent +blaguasses +blaguassiez +blaguassions +blagumes +blagut +blagutes +blague +blaguent +blaguer +blaguera +blaguerai +blagueraient +blaguerais +blaguerait +blagueras +blaguerez +blagueriez +blaguerions +blaguerons +blagueront +blagues +blagueur +blagueurs +blagueuse +blagueuses +blaguez +blagu +blague +blagues +blagus +blagurent +blaguiez +blaguions +blaguons +blaireau +blaireaux +blaisois +blaisoise +blaisoises +blanc +blanchtre +blanchtres +blanche +blanches +blancheur +blanchi +blanchie +blanchies +blanchiment +blanchiments +blanchir +blanchira +blanchirai +blanchiraient +blanchirais +blanchirait +blanchiras +blanchirent +blanchirez +blanchiriez +blanchirions +blanchirons +blanchiront +blanchis +blanchissage +blanchissages +blanchissaient +blanchissais +blanchissait +blanchissant +blanchisse +blanchissent +blanchisserie +blanchisseries +blanchisses +blanchisseur +blanchisseurs +blanchisseuse +blanchisseuses +blanchissez +blanchissiez +blanchissions +blanchissons +blanchit +blanchmes +blancht +blanchtes +blancs +blanquette +blanquettes +blasa +blasai +blasaient +blasais +blasait +blasant +blasas +blasasse +blasassent +blasasses +blasassiez +blasassions +blasmes +blast +blastes +blase +blasent +blaser +blasera +blaserai +blaseraient +blaserais +blaserait +blaseras +blaserez +blaseriez +blaserions +blaserons +blaseront +blases +blasez +blas +blase +blases +blass +blasrent +blasiez +blasions +blason +blasonna +blasonnai +blasonnaient +blasonnais +blasonnait +blasonnant +blasonnas +blasonnasse +blasonnassent +blasonnasses +blasonnassiez +blasonnassions +blasonnmes +blasonnt +blasonntes +blasonne +blasonnent +blasonner +blasonnera +blasonnerai +blasonneraient +blasonnerais +blasonnerait +blasonneras +blasonnerez +blasonneriez +blasonnerions +blasonnerons +blasonneront +blasonnes +blasonnez +blasonn +blasonne +blasonnes +blasonns +blasonnrent +blasonniez +blasonnions +blasonnons +blasons +blasphma +blasphmai +blasphmaient +blasphmais +blasphmait +blasphmant +blasphmas +blasphmasse +blasphmassent +blasphmasses +blasphmassiez +blasphmassions +blasphmateur +blasphmateurs +blasphmatoire +blasphmatoires +blasphmatrice +blasphmatrices +blasphmmes +blasphmt +blasphmtes +blasphmer +blasphmera +blasphmerai +blasphmeraient +blasphmerais +blasphmerait +blasphmeras +blasphmerez +blasphmeriez +blasphmerions +blasphmerons +blasphmeront +blasphmez +blasphm +blasphme +blasphmes +blasphms +blasphmrent +blasphmiez +blasphmions +blasphmons +blasphme +blasphment +blasphmes +blatte +blattes +blazer +blma +blmable +blmables +blmai +blmaient +blmais +blmait +blmant +blmas +blmasse +blmassent +blmasses +blmassiez +blmassions +blmmes +blmt +blmtes +blme +blment +blmer +blmera +blmerai +blmeraient +blmerais +blmerait +blmeras +blmerez +blmeriez +blmerions +blmerons +blmeront +blmes +blmez +blm +blme +blmes +blms +blmrent +blmiez +blmions +blmons +bled +bleds +blende +blessa +blessai +blessaient +blessais +blessait +blessant +blessas +blessasse +blessassent +blessasses +blessassiez +blessassions +blessmes +blesst +blesstes +blesse +blessent +blesser +blessera +blesserai +blesseraient +blesserais +blesserait +blesseras +blesserez +blesseriez +blesserions +blesserons +blesseront +blesses +blessez +bless +blesse +blesses +blesss +blessrent +blessiez +blessions +blessons +blessure +blessures +blet +blets +blette +blettes +bletti +blettie +bletties +blettir +blettira +blettirai +blettiraient +blettirais +blettirait +blettiras +blettirent +blettirez +blettiriez +blettirions +blettirons +blettiront +blettis +blettissaient +blettissais +blettissait +blettissant +blettisse +blettissent +blettisses +blettissez +blettissiez +blettissions +blettissons +blettit +blettmes +blettt +bletttes +bleu +bleutre +bleutres +bleue +bleues +bleuet +bleuets +bleui +bleuie +bleuies +bleuir +bleuira +bleuirai +bleuiraient +bleuirais +bleuirait +bleuiras +bleuirent +bleuirez +bleuiriez +bleuirions +bleuirons +bleuiront +bleuis +bleuissaient +bleuissais +bleuissait +bleuissant +bleuisse +bleuissent +bleuisses +bleuissez +bleuissiez +bleuissions +bleuissons +bleuit +bleumes +bleut +bleutes +bleus +bleut +bleute +bleutes +bleuts +bl +bls +blsa +blsai +blsaient +blsais +blsait +blsant +blsas +blsasse +blsassent +blsasses +blsassiez +blsassions +blsmes +blst +blstes +blser +blsera +blserai +blseraient +blserais +blserait +blseras +blserez +blseriez +blserions +blserons +blseront +blsez +bls +blse +blses +blss +blsrent +blsiez +blsions +blsois +blsoise +blsoises +blsons +blse +blsent +blses +blme +blmes +blmi +blmie +blmies +blmir +blmira +blmirai +blmiraient +blmirais +blmirait +blmiras +blmirent +blmirez +blmiriez +blmirions +blmirons +blmiront +blmis +blmissaient +blmissais +blmissait +blmissant +blmisse +blmissent +blmisses +blmissiez +blmissions +blmissons +blmit +blmmes +blmt +blmtes +blinda +blindage +blindages +blindai +blindaient +blindais +blindait +blindant +blindas +blindasse +blindassent +blindasses +blindassiez +blindassions +blindmes +blindt +blindtes +blinde +blindent +blinder +blindera +blinderai +blinderaient +blinderais +blinderait +blinderas +blinderez +blinderiez +blinderions +blinderons +blinderont +blindes +blindez +blind +blinde +blindes +blinds +blindrent +blindiez +blindions +blindons +blizzard +blizzards +bloc +blocage +blocages +blochaus +blocs +blocus +blond +blondasse +blondasses +blonde +blondes +blondeur +blondeurs +blondi +blondie +blondies +blondin +blondine +blondines +blondins +blondir +blondira +blondirai +blondiraient +blondirais +blondirait +blondiras +blondirent +blondirez +blondiriez +blondirions +blondirons +blondiront +blondis +blondissaient +blondissais +blondissait +blondissant +blondisse +blondissent +blondisses +blondissiez +blondissions +blondissons +blondit +blondmes +blondt +blondtes +blonds +bloqua +bloquai +bloquaient +bloquais +bloquait +bloquant +bloquants +bloquas +bloquasse +bloquassent +bloquasses +bloquassiez +bloquassions +bloqumes +bloqut +bloqutes +bloque +bloquent +bloquer +bloquera +bloquerai +bloqueraient +bloquerais +bloquerait +bloqueras +bloquerez +bloqueriez +bloquerions +bloquerons +bloqueront +bloques +bloqueurs +bloquez +bloqu +bloque +bloques +bloqus +bloqurent +bloquiez +bloquions +bloquons +blotti +blottie +blotties +blottir +blottira +blottirai +blottiraient +blottirais +blottirait +blottiras +blottirent +blottirez +blottiriez +blottirions +blottirons +blottiront +blottis +blottissaient +blottissais +blottissait +blottissant +blottisse +blottissent +blottisses +blottissez +blottissiez +blottissions +blottissons +blottit +blottmes +blottt +blotttes +blousa +blousai +blousaient +blousais +blousait +blousant +blousas +blousasse +blousassent +blousasses +blousassiez +blousassions +blousmes +bloust +bloustes +blouse +blousent +blouser +blousera +blouserai +blouseraient +blouserais +blouserait +blouseras +blouserez +blouseriez +blouserions +blouserons +blouseront +blouses +blousez +blous +blouse +blouses +blouss +blousrent +blousiez +blousions +blouson +blousons +blues +bluette +bluettes +bluff +bluffa +bluffai +bluffaient +bluffais +bluffait +bluffant +bluffas +bluffasse +bluffassent +bluffasses +bluffassiez +bluffassions +bluffmes +blufft +blufftes +bluffe +bluffent +bluffer +bluffera +blufferai +blufferaient +blufferais +blufferait +blufferas +blufferez +blufferiez +blufferions +blufferons +blufferont +bluffes +bluffeur +bluffeurs +bluffeuse +bluffeuses +bluffez +bluff +bluffe +bluffes +bluffs +bluffrent +bluffiez +bluffions +bluffons +bluffs +bluta +blutage +blutages +blutai +blutaient +blutais +blutait +blutant +blutas +blutasse +blutassent +blutasses +blutassiez +blutassions +blutmes +blutt +bluttes +blute +blutent +bluter +blutera +bluterai +bluteraient +bluterais +bluterait +bluteras +bluterez +bluteriez +bluterions +bluterons +bluteront +blutes +blutez +blut +blute +blutes +bluts +blutrent +blutiez +blutions +blutoir +blutoirs +blutons +boa +boas +bobard +bobards +bobche +bobches +bobina +bobinage +bobinages +bobinai +bobinaient +bobinais +bobinait +bobinant +bobinas +bobinasse +bobinassent +bobinasses +bobinassiez +bobinassions +bobinmes +bobint +bobintes +bobine +bobinent +bobiner +bobinera +bobinerai +bobineraient +bobinerais +bobinerait +bobineras +bobinerez +bobineriez +bobinerions +bobinerons +bobineront +bobines +bobinez +bobin +bobine +bobines +bobins +bobinrent +bobiniez +bobinions +bobinons +bobo +bobos +bocage +bocager +bocagers +bocages +bocagre +bocagres +bocal +bocaux +boche +boches +bock +bocks +boeuf +boeufs +boggie +boggies +bogie +bogies +bogue +bogues +bohmien +bohmienne +bohmiennes +bohmiens +bohme +bohmes +bohu +boira +boirai +boiraient +boirais +boirait +boiras +boire +boirez +boiriez +boirions +boirons +boiront +bois +boisa +boisage +boisages +boisai +boisaient +boisais +boisait +boisant +boisas +boisasse +boisassent +boisasses +boisassiez +boisassions +boismes +boist +boistes +boise +boisent +boiser +boisera +boiserai +boiseraient +boiserais +boiserait +boiseras +boiserez +boiserie +boiseries +boiseriez +boiserions +boiserons +boiseront +boises +boisez +bois +boise +boises +boiss +boisrent +boisiez +boisions +boisons +boisseau +boisseaux +boisson +boissons +boit +boita +boitai +boitaient +boitais +boitait +boitant +boitas +boitasse +boitassent +boitasses +boitassiez +boitassions +boitmes +boitt +boittes +boite +boitent +boiter +boitera +boiterai +boiteraient +boiterais +boiterait +boiteras +boiterez +boiterie +boiteries +boiteriez +boiterions +boiterons +boiteront +boites +boiteuse +boiteuses +boiteux +boitez +boit +boite +boites +boits +boitrent +boitier +boitiers +boitiez +boitions +boitons +boive +boivent +boives +bote +botes +botier +botiers +bol +bolchevik +bolcheviks +bolchevique +bolcheviques +bolchevisme +bolet +bolets +bole +boles +bolro +bolros +bolide +bolides +bolivie +bolivien +bolivienne +boliviennes +boliviens +bols +bomba +bombai +bombaient +bombais +bombait +bombance +bombances +bombant +bombarda +bombardai +bombardaient +bombardais +bombardait +bombardant +bombardas +bombardasse +bombardassent +bombardasses +bombardassiez +bombardassions +bombardmes +bombardt +bombardtes +bombarde +bombardement +bombardements +bombardent +bombarder +bombardera +bombarderai +bombarderaient +bombarderais +bombarderait +bombarderas +bombarderez +bombarderiez +bombarderions +bombarderons +bombarderont +bombardes +bombardez +bombard +bombarde +bombardes +bombards +bombardrent +bombardier +bombardiers +bombardiez +bombardions +bombardons +bombas +bombasse +bombassent +bombasses +bombassiez +bombassions +bombmes +bombt +bombtes +bombe +bombement +bombent +bomber +bombera +bomberai +bomberaient +bomberais +bomberait +bomberas +bomberez +bomberiez +bomberions +bomberons +bomberont +bombes +bombez +bomb +bombe +bombes +bombs +bombrent +bombiez +bombions +bombonne +bombonnes +bombons +bombyx +bon +bonapartiste +bonapartistes +bonasse +bonasses +bonbon +bonbonne +bonbonnes +bonbonnire +bonbonnires +bonbons +bond +bonde +bondes +bond +bonde +bondes +bonds +bondi +bondie +bondies +bondir +bondira +bondirai +bondiraient +bondirais +bondirait +bondiras +bondirent +bondirez +bondiriez +bondirions +bondirons +bondiront +bondis +bondissaient +bondissais +bondissait +bondissas +bondissez +bondissiez +bondissions +bondissons +bondit +bondmes +bondt +bondtes +bonds +bonheur +bonheurs +bonhomie +bonhomme +bonhommes +boni +bonifia +bonifiai +bonifiaient +bonifiais +bonifiait +bonifiant +bonifias +bonifiasse +bonifiassent +bonifiasses +bonifiassiez +bonifiassions +bonifimes +bonifit +bonifites +bonification +bonifications +bonifie +bonifient +bonifier +bonifiera +bonifierai +bonifieraient +bonifierais +bonifierait +bonifieras +bonifierez +bonifieriez +bonifierions +bonifierons +bonifieront +bonifies +bonifiez +bonifi +bonifie +bonifies +bonifis +bonifirent +bonifiiez +bonifiions +bonifions +boniment +boniments +bonis +bonjour +bonjours +bonne +bonnement +bonnes +bonnet +bonneteau +bonneteaux +bonneterie +bonnetier +bonnetiers +bonnetire +bonnetires +bonnets +bonnette +bonnettes +bonniche +bonniches +bons +bonshommes +bonsoir +bonsoirs +bont +bonts +bonus +bonze +bonzes +bonzesse +bonzesses +boomerang +boomerangs +boqueteau +boqueteaux +borax +borborygme +borborygmes +bord +borda +bordage +bordages +bordai +bordaient +bordais +bordait +bordant +bordante +bordas +bordasse +bordassent +bordasses +bordassiez +bordassions +bordmes +bordt +bordtes +borde +bordeaux +bordel +bordelais +bordelaise +bordelaises +bordels +bordent +border +bordera +borderai +borderaient +borderais +borderait +borderas +bordereau +bordereaux +borderez +borderiez +borderions +borderons +borderont +bordes +bordez +bord +borde +bordes +bords +bordrent +bordiez +bordions +bordons +bords +bordure +bordures +bore +bores +boral +borale +borales +boraux +borgne +borgnes +borique +boriques +boriqu +borique +boriques +boriqus +borna +bornage +bornages +bornai +bornaient +bornais +bornait +bornant +bornas +bornasse +bornassent +bornasses +bornassiez +bornassions +bornmes +bornt +borntes +borne +bornent +borner +bornera +bornerai +borneraient +bornerais +bornerait +borneras +bornerez +borneriez +bornerions +bornerons +borneront +bornes +bornez +born +borne +bornes +borns +bornrent +borniez +bornions +bornons +bosquet +bosquets +bossa +bossage +bossages +bossai +bossaient +bossais +bossait +bossant +bossas +bossasse +bossassent +bossasses +bossassiez +bossassions +bossmes +bosst +bosstes +bosse +bossela +bosselage +bosselages +bosselai +bosselaient +bosselais +bosselait +bosselant +bosselasse +bosselassent +bosselasses +bosselassiez +bosselassions +bosselmes +bosselt +bosseltes +bosseler +bosselez +bossel +bossele +bosseles +bossels +bosseliez +bosselions +bosselle +bossellement +bossellements +bossellent +bossellera +bossellerai +bosselleraient +bossellerais +bossellerait +bosselleras +bossellerez +bosselleriez +bossellerions +bossellerons +bosselleront +bosselles +bosselons +bossent +bosser +bossera +bosserai +bosseraient +bosserais +bosserait +bosseras +bosserez +bosseriez +bosserions +bosserons +bosseront +bosses +bossette +bossettes +bossez +boss +bosse +bosses +bosss +bossrent +bossiez +bossions +bossoir +bossoirs +bossons +bossu +bossue +bossues +bossus +bot +botanique +botaniques +botaniste +botanistes +bote +botes +bots +botta +bottai +bottaient +bottais +bottait +bottant +bottas +bottasse +bottassent +bottasses +bottassiez +bottassions +bottmes +bottt +botttes +botte +bottel +bottele +botteles +bottels +bottent +botter +bottera +botterai +botteraient +botterais +botterait +botteras +botterez +botteriez +botterions +botterons +botteront +bottes +bottez +bott +botte +bottes +botts +bottrent +bottier +bottiers +bottiez +bottillon +bottillons +bottin +bottine +bottines +bottins +bottions +bottons +botulisme +boubou +boubous +bouc +boucan +boucanier +boucaniers +boucans +boucha +bouchage +bouchages +bouchai +bouchaient +bouchais +bouchait +bouchant +bouchas +bouchasse +bouchassent +bouchasses +bouchassiez +bouchassions +bouchmes +boucht +bouchtes +bouche +bouchent +boucher +bouchera +boucherai +boucheraient +boucherais +boucherait +boucheras +boucherez +boucherie +boucheries +boucheriez +boucherions +boucherons +boucheront +bouchers +bouches +bouchez +bouch +bouche +bouches +bouchs +bouchre +bouchrent +bouchres +bouchiez +bouchions +bouchon +bouchonna +bouchonnai +bouchonnaient +bouchonnais +bouchonnait +bouchonnant +bouchonnas +bouchonnasse +bouchonnassent +bouchonnasses +bouchonnassiez +bouchonnassions +bouchonnmes +bouchonnt +bouchonntes +bouchonne +bouchonnent +bouchonner +bouchonnera +bouchonnerai +bouchonneraient +bouchonnerais +bouchonnerait +bouchonneras +bouchonnerez +bouchonneriez +bouchonnerions +bouchonnerons +bouchonneront +bouchonnes +bouchonnez +bouchonn +bouchonne +bouchonnes +bouchonns +bouchonnrent +bouchonniez +bouchonnions +bouchonnons +bouchons +boucla +bouclai +bouclaient +bouclais +bouclait +bouclant +bouclas +bouclasse +bouclassent +bouclasses +bouclassiez +bouclassions +bouclmes +bouclt +boucltes +boucle +bouclent +boucler +bouclera +bouclerai +boucleraient +bouclerais +bouclerait +boucleras +bouclerez +boucleriez +bouclerions +bouclerons +boucleront +boucles +bouclette +bouclettes +bouclez +boucl +boucle +boucles +boucls +bouclrent +bouclier +boucliers +boucliez +bouclions +bouclons +boucs +bouda +boudai +boudaient +boudais +boudait +boudant +boudas +boudasse +boudassent +boudasses +boudassiez +boudassions +boudmes +boudt +boudtes +bouddha +bouddhique +bouddhiques +bouddhisme +bouddhiste +bouddhistes +boude +boudent +bouder +boudera +bouderai +bouderaient +bouderais +bouderait +bouderas +bouderez +bouderie +bouderies +bouderiez +bouderions +bouderons +bouderont +boudes +boudeur +boudeurs +boudeuse +boudeuses +boudez +boud +boude +boudes +bouds +boudrent +boudiez +boudin +boudin +boudine +boudines +boudins +boudins +boudions +boudoir +boudoirs +boudons +boue +boues +boueuse +boueuses +boueux +boue +boues +bouffa +bouffai +bouffaient +bouffais +bouffait +bouffant +bouffarde +bouffardes +bouffas +bouffasse +bouffassent +bouffasses +bouffassiez +bouffassions +bouffmes +boufft +boufftes +bouffe +bouffent +bouffer +bouffera +boufferai +boufferaient +boufferais +boufferait +boufferas +boufferez +boufferiez +boufferions +boufferons +boufferont +bouffes +bouffez +bouff +bouffe +bouffes +bouffs +bouffrent +bouffi +bouffie +bouffies +bouffiez +bouffions +bouffir +bouffira +bouffirai +bouffiraient +bouffirais +bouffirait +bouffiras +bouffirent +bouffirez +bouffiriez +bouffirions +bouffirons +bouffiront +bouffis +bouffissaient +bouffissais +bouffissait +bouffissant +bouffisse +bouffissent +bouffisses +bouffissez +bouffissiez +bouffissions +bouffissons +bouffissure +bouffissures +bouffit +bouffmes +boufft +boufftes +bouffon +bouffona +bouffonai +bouffonaient +bouffonais +bouffonait +bouffonant +bouffonas +bouffonasse +bouffonassent +bouffonasses +bouffonassiez +bouffonassions +bouffonmes +bouffont +bouffontes +bouffone +bouffonent +bouffoner +bouffonera +bouffonerai +bouffoneraient +bouffonerais +bouffonerait +bouffoneras +bouffonerez +bouffoneriez +bouffonerions +bouffonerons +bouffoneront +bouffones +bouffonez +bouffon +bouffone +bouffones +bouffons +bouffonrent +bouffoniez +bouffonions +bouffonne +bouffonnerie +bouffonneries +bouffonnes +bouffonons +bouffons +bouge +bougea +bougeai +bougeaient +bougeais +bougeait +bougeant +bougeas +bougeasse +bougeassent +bougeasses +bougeassiez +bougeassions +bougemes +bouget +bougetes +bougent +bougeoir +bougeoirs +bougeons +bougeotte +bougeottes +bouger +bougera +bougerai +bougeraient +bougerais +bougerait +bougeras +bougerez +bougeriez +bougerions +bougerons +bougeront +bouges +bougez +boug +bouge +bouges +bougs +bougrent +bougie +bougies +bougiez +bougions +bougon +bougonna +bougonnai +bougonnaient +bougonnais +bougonnait +bougonnant +bougonnas +bougonnasse +bougonnassent +bougonnasses +bougonnassiez +bougonnassions +bougonnmes +bougonnt +bougonntes +bougonne +bougonnent +bougonner +bougonnera +bougonnerai +bougonneraient +bougonnerais +bougonnerait +bougonneras +bougonnerez +bougonneriez +bougonnerions +bougonnerons +bougonneront +bougonnes +bougonnez +bougonn +bougonne +bougonnes +bougonns +bougonnrent +bougonniez +bougonnions +bougonnons +bougons +bougre +bougrement +bougres +bougresse +bougresses +boui +bouillabaisse +bouillabaisses +bouillaient +bouillais +bouillait +bouillant +bouillas +bouille +bouillent +bouilles +bouilleur +bouilleurs +bouillez +bouilli +bouillie +bouillies +bouilliez +bouillions +bouillir +bouillira +bouillirai +bouilliraient +bouillirait +bouilliras +bouillirent +bouillirez +bouilliriez +bouillirions +bouillirons +bouilliront +bouillis +bouillisse +bouillissent +bouillisses +bouillissiez +bouillissions +bouillit +bouillmes +bouilltes +bouilloire +bouilloires +bouillon +bouillonna +bouillonnai +bouillonnaient +bouillonnais +bouillonnait +bouillonnant +bouillonnas +bouillonnasse +bouillonnassent +bouillonnasses +bouillonnassiez +bouillonnassions +bouillonnmes +bouillonnt +bouillonntes +bouillonne +bouillonnement +bouillonnent +bouillonner +bouillonnera +bouillonnerai +bouillonneraient +bouillonnerais +bouillonnerait +bouillonneras +bouillonnerez +bouillonneriez +bouillonnerions +bouillonnerons +bouillonneront +bouillonnes +bouillonnez +bouillonn +bouillonne +bouillonnes +bouillonns +bouillonnrent +bouillonniez +bouillonnions +bouillonnons +bouillons +bouillotte +bouillottes +boula +boulai +boulaient +boulais +boulait +boulanger +boulangerie +boulangeries +boulangers +boulangre +boulangres +boulant +boulas +boulasse +boulassent +boulasses +boulassiez +boulassions +boulmes +boult +boultes +boule +bouleau +bouleaux +bouledogue +bouledogues +boulent +bouler +boulera +boulerai +bouleraient +boulerais +boulerait +bouleras +boulerez +bouleriez +boulerions +boulerons +bouleront +boules +boulet +boulets +boulette +boulettes +boulevard +boulevards +bouleversa +bouleversai +bouleversaient +bouleversais +bouleversait +bouleversant +bouleversas +bouleversasse +bouleversassent +bouleversasses +bouleversassiez +bouleversassions +bouleversmes +bouleverst +bouleverstes +bouleverse +bouleversement +bouleversements +bouleversent +bouleverser +bouleversera +bouleverserai +bouleverseraient +bouleverserais +bouleverserait +bouleverseras +bouleverserez +bouleverseriez +bouleverserions +bouleverserons +bouleverseront +bouleverses +bouleversez +boulevers +bouleverse +bouleverses +bouleverss +bouleversrent +bouleversiez +bouleversions +bouleversons +boulez +boul +boule +boules +bouls +boulrent +boulier +bouliers +bouliez +boulimie +boulimies +boulions +bouliste +boulistes +boulogne +boulon +boulonna +boulonnai +boulonnaient +boulonnais +boulonnait +boulonnant +boulonnas +boulonnasse +boulonnassent +boulonnasses +boulonnassiez +boulonnassions +boulonnmes +boulonnt +boulonntes +boulonne +boulonnent +boulonner +boulonnera +boulonnerai +boulonneraient +boulonnerais +boulonnerait +boulonneras +boulonnerez +boulonneriez +boulonnerions +boulonnerons +boulonneront +boulonnes +boulonnez +boulonn +boulonne +boulonnes +boulonns +boulonnrent +boulonniez +boulonnions +boulonnons +boulons +boulot +boulots +boulotta +boulottai +boulottaient +boulottais +boulottait +boulottant +boulottas +boulottasse +boulottassent +boulottasses +boulottassiez +boulottassions +boulottmes +boulottt +boulotttes +boulotte +boulottent +boulotter +boulottera +boulotterai +boulotteraient +boulotterais +boulotterait +boulotteras +boulotterez +boulotteriez +boulotterions +boulotterons +boulotteront +boulottes +boulottez +boulott +boulotte +boulottes +boulotts +boulottrent +boulottiez +boulottions +boulottons +bouquet +bouquetire +bouquetires +bouquetin +bouquetins +bouquets +bouquin +bouquina +bouquinai +bouquinaient +bouquinais +bouquinait +bouquinant +bouquinas +bouquinasse +bouquinassent +bouquinasses +bouquinassiez +bouquinassions +bouquinmes +bouquint +bouquintes +bouquine +bouquinent +bouquiner +bouquinera +bouquinerai +bouquineraient +bouquinerais +bouquinerait +bouquineras +bouquinerez +bouquineriez +bouquinerions +bouquinerons +bouquineront +bouquines +bouquinez +bouquin +bouquine +bouquines +bouquins +bouquinrent +bouquiniez +bouquinions +bouquiniste +bouquinistes +bouquinons +bouquins +bourbe +bourbes +bourbeuse +bourbeuses +bourbeux +bourbier +bourbiers +bourbillon +bourbillons +bourde +bourdes +bourdon +bourdonna +bourdonnai +bourdonnaient +bourdonnais +bourdonnait +bourdonnant +bourdonnas +bourdonnasse +bourdonnassent +bourdonnasses +bourdonnassiez +bourdonnassions +bourdonnmes +bourdonnt +bourdonntes +bourdonne +bourdonnement +bourdonnements +bourdonnent +bourdonner +bourdonnera +bourdonnerai +bourdonneraient +bourdonnerais +bourdonnerait +bourdonneras +bourdonnerez +bourdonneriez +bourdonnerions +bourdonnerons +bourdonneront +bourdonnes +bourdonnez +bourdonn +bourdonne +bourdonnes +bourdonns +bourdonnrent +bourdonniez +bourdonnions +bourdonnons +bourdons +bourg +bourgade +bourgades +bourgeois +bourgeoise +bourgeoises +bourgeoisie +bourgeoisies +bourgeon +bourgeonna +bourgeonnai +bourgeonnaient +bourgeonnais +bourgeonnait +bourgeonnant +bourgeonnas +bourgeonnasse +bourgeonnassent +bourgeonnasses +bourgeonnassiez +bourgeonnassions +bourgeonnmes +bourgeonnt +bourgeonntes +bourgeonne +bourgeonnement +bourgeonnements +bourgeonnent +bourgeonner +bourgeonnera +bourgeonnerai +bourgeonneraient +bourgeonnerais +bourgeonnerait +bourgeonneras +bourgeonnerez +bourgeonneriez +bourgeonnerions +bourgeonnerons +bourgeonneront +bourgeonnes +bourgeonnez +bourgeonn +bourgeonne +bourgeonnes +bourgeonns +bourgeonnrent +bourgeonniez +bourgeonnions +bourgeonnons +bourgeons +bourgeron +bourgerons +bourgmestre +bourgmestres +bourgs +bourguignon +bourguignonne +bourguignonnes +bourguignons +bourlingua +bourlinguai +bourlinguaient +bourlinguais +bourlinguait +bourlinguant +bourlinguas +bourlinguasse +bourlinguassent +bourlinguasses +bourlinguassiez +bourlinguassions +bourlingumes +bourlingut +bourlingutes +bourlingue +bourlinguent +bourlinguer +bourlinguera +bourlinguerai +bourlingueraient +bourlinguerais +bourlinguerait +bourlingueras +bourlinguerez +bourlingueriez +bourlinguerions +bourlinguerons +bourlingueront +bourlingues +bourlinguez +bourlingu +bourlingue +bourlingues +bourlingus +bourlingurent +bourlinguiez +bourlinguions +bourlinguons +bourra +bourrache +bourraches +bourrade +bourrades +bourrage +bourrages +bourrai +bourraient +bourrais +bourrait +bourrant +bourras +bourrasque +bourrasques +bourrasse +bourrassent +bourrasses +bourrassiez +bourrassions +bourratif +bourrmes +bourrt +bourrtes +bourre +bourreau +bourreaux +bourrelet +bourrelets +bourrel +bourrele +bourreles +bourrels +bourrelier +bourreliers +bourrellerie +bourrelleries +bourrent +bourrer +bourrera +bourrerai +bourreraient +bourrerais +bourrerait +bourreras +bourrerez +bourreriez +bourrerions +bourrerons +bourreront +bourres +bourrette +bourrez +bourr +bourre +bourres +bourrs +bourrrent +bourriche +bourriches +bourricot +bourricots +bourriez +bourrions +bourrique +bourriques +bourrons +bourru +bourrue +bourrues +bourrus +bourse +bourses +boursicota +boursicotai +boursicotaient +boursicotais +boursicotait +boursicotant +boursicotas +boursicotasse +boursicotassent +boursicotasses +boursicotassiez +boursicotassions +boursicotmes +boursicott +boursicottes +boursicote +boursicotent +boursicoter +boursicotera +boursicoterai +boursicoteraient +boursicoterais +boursicoterait +boursicoteras +boursicoterez +boursicoteriez +boursicoterions +boursicoterons +boursicoteront +boursicotes +boursicotez +boursicot +boursicote +boursicotes +boursicots +boursicotrent +boursicotiez +boursicotions +boursicotons +boursier +boursiers +boursire +boursires +boursoufiez +boursoufla +boursouflai +boursouflaient +boursouflais +boursouflait +boursouflant +boursouflas +boursouflasse +boursouflassent +boursouflasses +boursouflassiez +boursouflassions +boursouflmes +boursouflt +boursoufltes +boursoufle +boursouflement +boursouflements +boursouflent +boursoufler +boursouflera +boursouflerai +boursoufleraient +boursouflerais +boursouflerait +boursoufleras +boursouflerez +boursoufleriez +boursouflerions +boursouflerons +boursoufleront +boursoufles +boursouflez +boursoufl +boursoufle +boursoufles +boursoufls +boursouflrent +boursoufliez +boursouflions +boursouflons +boursouflure +boursouflures +bous +bouscula +bousculade +bousculades +bousculai +bousculaient +bousculais +bousculait +bousculant +bousculas +bousculasse +bousculassent +bousculasses +bousculassiez +bousculassions +bousculmes +bouscult +bouscultes +bouscule +bousculent +bousculer +bousculera +bousculerai +bousculeraient +bousculerais +bousculerait +bousculeras +bousculerez +bousculeriez +bousculerions +bousculerons +bousculeront +bouscules +bousculez +bouscul +bouscule +bouscules +bousculs +bousculrent +bousculiez +bousculions +bousculons +bouse +bouses +bousier +bousiers +bousilla +bousillai +bousillaient +bousillais +bousillait +bousillant +bousillas +bousillasse +bousillassent +bousillasses +bousillassiez +bousillassions +bousillmes +bousillt +bousilltes +bousille +bousillent +bousiller +bousillera +bousillerai +bousilleraient +bousillerais +bousillerait +bousilleras +bousillerez +bousilleriez +bousillerions +bousillerons +bousilleront +bousilles +bousilleur +bousilleurs +bousilleuse +bousilleuses +bousillez +bousill +bousille +bousilles +bousills +bousillrent +bousilliez +bousillions +bousillons +boussole +boussoles +boustifaille +bout +bouta +boutade +boutades +boutaient +boutait +boutant +boutasse +boutassent +boutt +boute +bouteille +bouteilles +boutent +bouter +boutera +bouteraient +bouterait +bouteront +boutes +bouteur +bouteurs +bout +boute +boutes +bouts +boutrent +boutique +boutiques +boutiquier +boutiquiers +boutiquire +boutiquires +boutoir +boutoirs +bouton +boutonna +boutonnai +boutonnaient +boutonnais +boutonnait +boutonnant +boutonnas +boutonnasse +boutonnassent +boutonnasses +boutonnassiez +boutonnassions +boutonnmes +boutonnt +boutonntes +boutonne +boutonnent +boutonner +boutonnera +boutonnerai +boutonneraient +boutonnerais +boutonnerait +boutonneras +boutonnerez +boutonneriez +boutonnerions +boutonnerons +boutonneront +boutonnes +boutonneuse +boutonneuses +boutonneux +boutonnez +boutonn +boutonne +boutonnes +boutonns +boutonnrent +boutonniez +boutonnire +boutonnires +boutonnions +boutonnons +bouts +boutura +bouturage +bouturages +bouturai +bouturaient +bouturais +bouturait +bouturant +bouturas +bouturasse +bouturassent +bouturasses +bouturassiez +bouturassions +bouturmes +bouturt +bouturtes +bouture +bouturent +bouturer +bouturera +bouturerai +boutureraient +bouturerais +bouturerait +boutureras +bouturerez +boutureriez +bouturerions +bouturerons +boutureront +boutures +bouturez +boutur +bouture +boutures +bouturs +bouturrent +bouturiez +bouturions +bouturons +bouvier +bouviers +bouvire +bouvires +bouvillon +bouvillons +bouvreuil +bouvreuils +bovin +bovine +bovines +bovins +bow +box +boxa +boxai +boxaient +boxais +boxait +boxant +boxas +boxasse +boxassent +boxasses +boxassiez +boxassions +boxmes +boxt +boxtes +boxe +boxent +boxer +boxera +boxerai +boxeraient +boxerais +boxerait +boxeras +boxerez +boxeriez +boxerions +boxerons +boxeront +boxers +boxes +boxeur +boxeurs +boxez +box +boxe +boxes +boxs +boxrent +boxiez +boxions +boxons +boy +boyau +boyaux +boycott +boycotta +boycottage +boycottages +boycottai +boycottaient +boycottais +boycottait +boycottant +boycottas +boycottasse +boycottassent +boycottasses +boycottassiez +boycottassions +boycottmes +boycottt +boycotttes +boycotte +boycottent +boycotter +boycottera +boycotterai +boycotteraient +boycotterais +boycotterait +boycotteras +boycotterez +boycotteriez +boycotterions +boycotterons +boycotteront +boycottes +boycottez +boycott +boycotte +boycottes +boycotts +boycottrent +boycottiez +boycottions +boycottons +boycotts +boys +brabonon +brabononne +brabononnes +brabonons +brac +bracelet +bracelets +brachial +brachiale +brachiales +brachiaux +brachycphale +brachycphales +braconna +braconnage +braconnages +braconnai +braconnaient +braconnais +braconnait +braconnant +braconnas +braconnasse +braconnassent +braconnasses +braconnassiez +braconnassions +braconnmes +braconnt +braconntes +braconne +braconnent +braconner +braconnera +braconnerai +braconneraient +braconnerais +braconnerait +braconneras +braconnerez +braconneriez +braconnerions +braconnerons +braconneront +braconnes +braconnez +braconn +braconne +braconnes +braconns +braconnrent +braconnier +braconniers +braconniez +braconnire +braconnires +braconnions +braconnons +brada +bradai +bradaient +bradais +bradait +bradant +bradas +bradasse +bradassent +bradasses +bradassiez +bradassions +bradmes +bradt +bradtes +brade +bradent +brader +bradera +braderai +braderaient +braderais +braderait +braderas +braderez +braderie +braderies +braderiez +braderions +braderons +braderont +brades +bradez +brad +brade +brades +brads +bradrent +bradiez +bradions +bradons +braguette +braguettes +brahmane +brahmanes +brahmanisme +brai +braie +braient +braies +brailla +braillai +braillaient +braillais +braillait +braillant +braillard +braillarde +braillardes +braillards +braillas +braillasse +braillassent +braillasses +braillassiez +braillassions +braillmes +braillt +brailltes +braille +braillement +braillent +brailler +braillera +braillerai +brailleraient +braillerais +braillerait +brailleras +braillerez +brailleriez +braillerions +braillerons +brailleront +brailles +braillez +braill +braille +brailles +braills +braillrent +brailliez +braillions +braillons +braiment +braiments +braira +brairaient +brairait +braire +brairont +braisa +braisai +braisaient +braisais +braisait +braisant +braisas +braisasse +braisassent +braisasses +braisassiez +braisassions +braismes +braist +braistes +braise +braisent +braiser +braisera +braiserai +braiseraient +braiserais +braiserait +braiseras +braiserez +braiseriez +braiserions +braiserons +braiseront +braises +braisez +brais +braise +braises +braiss +braisrent +braisiez +braisions +braisons +brait +braite +braites +braits +brama +bramai +bramaient +bramais +bramait +bramant +bramas +bramasse +bramassent +bramasses +bramassiez +bramassions +brammes +bramt +bramtes +brame +brament +bramer +bramera +bramerai +brameraient +bramerais +bramerait +brameras +bramerez +brameriez +bramerions +bramerons +brameront +brames +bramez +bram +brame +brames +brams +bramrent +bramiez +bramions +bramons +brancard +brancarda +brancardai +brancardaient +brancardais +brancardait +brancardant +brancardas +brancardasse +brancardassent +brancardasses +brancardassiez +brancardassions +brancardmes +brancardt +brancardtes +brancarde +brancardent +brancarder +brancardera +brancarderai +brancarderaient +brancarderais +brancarderait +brancarderas +brancarderez +brancarderiez +brancarderions +brancarderons +brancarderont +brancardes +brancardez +brancard +brancarde +brancardes +brancards +brancardrent +brancardier +brancardiers +brancardiez +brancardions +brancardons +brancards +brancha +branchage +branchages +branchai +branchaient +branchais +branchait +branchant +branchas +branchasse +branchassent +branchasses +branchassiez +branchassions +branchmes +brancht +branchtes +branche +branchement +branchements +branchent +brancher +branchera +brancherai +brancheraient +brancherais +brancherait +brancheras +brancherez +brancheriez +brancherions +brancherons +brancheront +branches +branchette +branchettes +branchez +branch +branche +branches +branchs +branchrent +branchies +branchiez +branchions +branchons +branchu +branchue +branchues +branchus +brandade +brandades +brandebourg +brandebourgs +brandi +brandie +brandies +brandir +brandira +brandirai +brandiraient +brandirais +brandirait +brandiras +brandirent +brandirez +brandiriez +brandirions +brandirons +brandiront +brandis +brandissaient +brandissais +brandissait +brandissant +brandisse +brandissent +brandisses +brandissez +brandissiez +brandissions +brandissons +brandit +brandmes +brandt +brandtes +brandon +brandons +branla +branlai +branlaient +branlais +branlait +branlant +branlas +branlasse +branlassent +branlasses +branlassiez +branlassions +branlmes +branlt +branltes +branle +branlent +branler +branlera +branlerai +branleraient +branlerais +branlerait +branleras +branlerez +branleriez +branlerions +branlerons +branleront +branles +branlette +branlez +branl +branle +branles +branls +branlrent +branliez +branlions +branlons +braqua +braquai +braquaient +braquais +braquait +braquant +braquas +braquasse +braquassent +braquasses +braquassiez +braquassions +braqumes +braqut +braqutes +braque +braquent +braquer +braquera +braquerai +braqueraient +braquerais +braquerait +braqueras +braquerez +braqueriez +braquerions +braquerons +braqueront +braques +braquez +braqu +braque +braques +braqus +braqurent +braquiez +braquions +braquons +bras +brasa +brasai +brasaient +brasais +brasait +brasant +brasas +brasasse +brasassent +brasasses +brasassiez +brasassions +brasmes +brast +brastes +brase +brasent +braser +brasera +braserai +braseraient +braserais +braserait +braseras +braserez +braseriez +braserions +brasero +braserons +braseront +braseros +brases +brasez +bras +brase +brases +brass +brasrent +brasier +brasiers +brasions +brasons +brassa +brassage +brassages +brassai +brassaient +brassais +brassait +brassant +brassard +brassards +brassas +brassasse +brassassent +brassasses +brassassiez +brassassions +brassmes +brasst +brasstes +brasse +brassent +brasser +brassera +brasserai +brasseraient +brasserais +brasserait +brasseras +brasserez +brasserie +brasseries +brasseriez +brasserions +brasserons +brasseront +brasses +brasseur +brasseurs +brasseuse +brasseuses +brassez +brass +brasse +brasses +brasss +brassrent +brassiez +brassire +brassires +brassions +brassons +brava +bravache +bravaches +bravade +bravades +bravai +bravaient +bravais +bravait +bravant +bravas +bravasse +bravassent +bravasses +bravassiez +bravassions +bravmes +bravt +bravtes +brave +bravement +bravent +braver +bravera +braverai +braveraient +braverais +braverait +braveras +braverez +braveriez +braverions +braverons +braveront +braves +bravez +brav +brave +braves +bravs +bravrent +braviez +bravions +bravo +bravons +bravoure +bravoures +brayaient +brayait +brayant +brebis +bredouilla +bredouillage +bredouillages +bredouillai +bredouillaient +bredouillais +bredouillait +bredouillant +bredouillas +bredouillasse +bredouillassent +bredouillasses +bredouillassiez +bredouillassions +bredouillmes +bredouillt +bredouilltes +bredouille +bredouillement +bredouillements +bredouillent +bredouiller +bredouillera +bredouillerai +bredouilleraient +bredouillerais +bredouillerait +bredouilleras +bredouillerez +bredouilleriez +bredouillerions +bredouillerons +bredouilleront +bredouilles +bredouilleur +bredouilleurs +bredouilleuse +bredouilleuses +bredouillez +bredouill +bredouille +bredouilles +bredouills +bredouillrent +bredouilliez +bredouillions +bredouillons +bref +brefs +brelan +brelans +breloque +breloques +bressan +bressane +bressanes +bressans +bretelle +bretelles +breton +bretonnant +bretonnante +bretonnantes +bretonnants +bretonne +bretonnes +bretons +breuvage +breuvages +brevet +breveta +brevetai +brevetaient +brevetais +brevetait +brevetant +brevetas +brevetasse +brevetassent +brevetasses +brevetassiez +brevetassions +brevetmes +brevett +brevettes +breveter +brevetez +brevet +brevete +brevetes +brevets +brevetrent +brevetiez +brevetions +brevetons +brevets +brevette +brevettent +brevettera +brevetterai +brevetteraient +brevetterais +brevetterait +brevetteras +brevetterez +brevetteriez +brevetterions +brevetterons +brevetteront +brevettes +brchet +brchets +brsil +brsilien +brsilienne +brsiliennes +brsiliens +brviaire +brviaires +brche +brches +brme +brmes +brve +brves +bribes +bric +brick +bricks +bricola +bricolage +bricolages +bricolai +bricolaient +bricolais +bricolait +bricolant +bricolas +bricolasse +bricolassent +bricolasses +bricolassiez +bricolassions +bricolmes +bricolt +bricoltes +bricole +bricolent +bricoler +bricolera +bricolerai +bricoleraient +bricolerais +bricolerait +bricoleras +bricolerez +bricoleriez +bricolerions +bricolerons +bricoleront +bricoles +bricoleur +bricoleurs +bricoleuse +bricoleuses +bricolez +bricol +bricole +bricoles +bricols +bricolrent +bricoliez +bricolions +bricolons +brida +bridai +bridaient +bridais +bridait +bridant +bridas +bridasse +bridassent +bridasses +bridassiez +bridassions +bridmes +bridt +bridtes +bride +brident +brider +bridera +briderai +brideraient +briderais +briderait +brideras +briderez +brideriez +briderions +briderons +brideront +brides +bridez +brid +bride +brides +brids +bridrent +bridge +bridges +bridiez +bridions +bridons +brie +bries +brivement +brivet +brigade +brigades +brigadier +brigadiers +brigand +brigandage +brigandages +brigands +brigua +briguai +briguaient +briguais +briguait +briguant +briguas +briguasse +briguassent +briguasses +briguassiez +briguassions +brigumes +brigut +brigutes +brigue +briguent +briguer +briguera +briguerai +brigueraient +briguerais +briguerait +brigueras +briguerez +brigueriez +briguerions +briguerons +brigueront +brigues +briguez +brigu +brigue +brigues +brigus +brigurent +briguiez +briguions +briguons +brilla +brillai +brillaient +brillais +brillait +brillamment +brillance +brillances +brillant +brillante +brillantes +brillantine +brillantines +brillants +brillas +brillasse +brillassent +brillasses +brillassiez +brillassions +brillmes +brillt +brilltes +brille +brillent +briller +brillera +brillerai +brilleraient +brillerais +brillerait +brilleras +brillerez +brilleriez +brillerions +brillerons +brilleront +brilles +brillez +brill +brille +brilles +brills +brillrent +brilliez +brillions +brillons +brima +brimade +brimades +brimai +brimaient +brimais +brimait +brimant +brimas +brimasse +brimassent +brimasses +brimassiez +brimassions +brimmes +brimt +brimtes +brimbala +brimbalai +brimbalaient +brimbalais +brimbalait +brimbalant +brimbalas +brimbalasse +brimbalassent +brimbalasses +brimbalassiez +brimbalassions +brimbalmes +brimbalt +brimbaltes +brimbale +brimbalent +brimbaler +brimbalera +brimbalerai +brimbaleraient +brimbalerais +brimbalerait +brimbaleras +brimbalerez +brimbaleriez +brimbalerions +brimbalerons +brimbaleront +brimbales +brimbalez +brimbal +brimbale +brimbales +brimbals +brimbalrent +brimbaliez +brimbalions +brimbalons +brimborion +brimborions +brime +briment +brimer +brimera +brimerai +brimeraient +brimerais +brimerait +brimeras +brimerez +brimeriez +brimerions +brimerons +brimeront +brimes +brimez +brim +brime +brimes +brims +brimrent +brimiez +brimions +brimons +brin +brindille +brindilles +bringuebala +bringuebalai +bringuebalaient +bringuebalais +bringuebalait +bringuebalant +bringuebalas +bringuebalasse +bringuebalassent +bringuebalasses +bringuebalassiez +bringuebalassions +bringuebalmes +bringuebalt +bringuebaltes +bringuebale +bringuebalent +bringuebaler +bringuebalera +bringuebalerai +bringuebaleraient +bringuebalerais +bringuebalerait +bringuebaleras +bringuebalerez +bringuebaleriez +bringuebalerions +bringuebalerons +bringuebaleront +bringuebales +bringuebalez +bringuebal +bringuebale +bringuebales +bringuebals +bringuebalrent +bringuebaliez +bringuebalions +bringuebalons +brinquebala +brinquebalai +brinquebalaient +brinquebalais +brinquebalait +brinquebalant +brinquebalas +brinquebalasse +brinquebalassent +brinquebalasses +brinquebalassiez +brinquebalassions +brinquebalmes +brinquebalt +brinquebaltes +brinquebale +brinquebalent +brinquebaler +brinquebalera +brinquebalerai +brinquebaleraient +brinquebalerais +brinquebalerait +brinquebaleras +brinquebalerez +brinquebaleriez +brinquebalerions +brinquebalerons +brinquebaleront +brinquebales +brinquebalez +brinquebal +brinquebale +brinquebales +brinquebals +brinquebalrent +brinquebaliez +brinquebalions +brinquebalons +brins +brio +brioche +brioches +brique +briques +briquet +briqueta +briquetai +briquetaient +briquetais +briquetait +briquetant +briquetas +briquetasse +briquetassent +briquetasses +briquetassiez +briquetassions +briquetmes +briquett +briquettes +briqueter +briqueterie +briqueteries +briquetez +briquet +briquete +briquetes +briquets +briquetrent +briquetiez +briquetions +briquetons +briquets +briquette +briquettent +briquettera +briquetterai +briquetteraient +briquetterais +briquetterait +briquetteras +briquetterez +briquetteriez +briquetterions +briquetterons +briquetteront +briquettes +bris +brisa +brisai +brisaient +brisais +brisait +brisant +brisants +brisas +brisasse +brisassent +brisasses +brisassiez +brisassions +brisat +brismes +brist +bristes +brise +brisent +briser +brisera +briserai +briseraient +briserais +briserait +briseras +briserez +briseriez +briserions +briserons +briseront +brises +briseur +briseurs +briseuse +briseuses +brisez +bris +brise +brises +briss +brisrent +brisiez +brisions +brisons +bristol +brisure +brisures +britannique +britanniques +broc +brocanta +brocantai +brocantaient +brocantais +brocantait +brocantant +brocantas +brocantasse +brocantassent +brocantasses +brocantassiez +brocantassions +brocantmes +brocantt +brocanttes +brocante +brocantent +brocanter +brocantera +brocanterai +brocanteraient +brocanterais +brocanterait +brocanteras +brocanterez +brocanteriez +brocanterions +brocanterons +brocanteront +brocantes +brocanteur +brocanteurs +brocanteuse +brocanteuses +brocantez +brocant +brocante +brocantes +brocants +brocantrent +brocantiez +brocantions +brocantons +brocard +brocards +brocart +brocatelle +brocha +brochage +brochages +brochai +brochaient +brochais +brochait +brochant +brochas +brochasse +brochassent +brochasses +brochassiez +brochassions +brochmes +brocht +brochtes +broche +brochent +brocher +brochera +brocherai +brocheraient +brocherais +brocherait +brocheras +brocherez +brocheriez +brocherions +brocherons +brocheront +broches +brochet +brochets +brochette +brochettes +brocheur +brocheurs +brocheuse +brocheuses +brochez +broch +broche +broches +brochs +brochrent +brochiez +brochions +brochons +brochure +brochures +brocs +broda +brodai +brodaient +brodais +brodait +brodant +brodas +brodasse +brodassent +brodasses +brodassiez +brodassions +brodmes +brodt +brodtes +brode +brodent +brodequin +brodequins +broder +brodera +broderai +broderaient +broderais +broderait +broderas +broderez +broderie +broderies +broderiez +broderions +broderons +broderont +brodes +brodeur +brodeurs +brodeuse +brodeuses +brodez +brod +brode +brodes +brods +brodrent +brodiez +brodions +brodons +broie +broient +broiera +broierai +broieraient +broierais +broierait +broieras +broierez +broieriez +broierions +broierons +broieront +broies +brome +bromure +bromures +broncha +bronchai +bronchaient +bronchais +bronchait +bronchant +bronchas +bronchasse +bronchassent +bronchasses +bronchassiez +bronchassions +bronchmes +broncht +bronchtes +bronche +bronchent +broncher +bronchera +broncherai +broncheraient +broncherais +broncherait +broncheras +broncherez +broncheriez +broncherions +broncherons +broncheront +bronches +bronchez +bronch +bronche +bronches +bronchs +bronchrent +bronchiez +bronchiole +bronchioles +bronchions +bronchite +bronchites +broncho +bronchons +bronza +bronzage +bronzages +bronzai +bronzaient +bronzais +bronzait +bronzant +bronzas +bronzasse +bronzassent +bronzasses +bronzassiez +bronzassions +bronzmes +bronzt +bronztes +bronze +bronzent +bronzer +bronzera +bronzerai +bronzeraient +bronzerais +bronzerait +bronzeras +bronzerez +bronzeriez +bronzerions +bronzerons +bronzeront +bronzes +bronzez +bronz +bronze +bronzes +bronzs +bronzrent +bronziez +bronzions +bronzons +brossa +brossai +brossaient +brossais +brossait +brossant +brossas +brossasse +brossassent +brossasses +brossassiez +brossassions +brossmes +brosst +brosstes +brosse +brossent +brosser +brossera +brosserai +brosseraient +brosserais +brosserait +brosseras +brosserez +brosserie +brosseries +brosseriez +brosserions +brosserons +brosseront +brosses +brossez +bross +brosse +brosses +brosss +brossrent +brossiez +brossions +brossons +brou +brouetta +brouettai +brouettaient +brouettais +brouettait +brouettant +brouettas +brouettasse +brouettassent +brouettasses +brouettassiez +brouettassions +brouettmes +brouettt +brouetttes +brouette +brouettent +brouetter +brouettera +brouetterai +brouetteraient +brouetterais +brouetterait +brouetteras +brouetterez +brouetteriez +brouetterions +brouetterons +brouetteront +brouettes +brouettez +brouett +brouette +brouettes +brouetts +brouettrent +brouettiez +brouettions +brouettons +brouhaha +brouilla +brouillage +brouillages +brouillai +brouillaient +brouillais +brouillait +brouillamini +brouillaminis +brouillant +brouillard +brouillards +brouillas +brouillassa +brouillassait +brouillassant +brouillasse +brouillasser +brouillassera +brouillasserait +brouillass +brouillasse +brouillasses +brouillasss +brouillmes +brouillt +brouilltes +brouille +brouillent +brouiller +brouillera +brouillerai +brouilleraient +brouillerais +brouillerait +brouilleras +brouillerez +brouillerie +brouilleries +brouilleriez +brouillerions +brouillerons +brouilleront +brouilles +brouillez +brouill +brouille +brouilles +brouills +brouillrent +brouilliez +brouillions +brouillon +brouillonne +brouillonnes +brouillons +brous +broussaille +broussailles +broussailleuse +broussailleuses +broussailleux +brousse +brousses +brouta +broutai +broutaient +broutais +broutait +broutant +broutas +broutasse +broutassent +broutasses +broutassiez +broutassions +broutmes +broutt +brouttes +broute +broutent +brouter +broutera +brouterai +brouteraient +brouterais +brouterait +brouteras +brouterez +brouteriez +brouterions +brouterons +brouteront +broutes +broutez +brout +broute +broutes +brouts +broutrent +broutiez +broutille +broutilles +broutions +broutons +broya +broyage +broyages +broyai +broyaient +broyais +broyait +broyant +broyas +broyasse +broyassent +broyasses +broyassiez +broyassions +broymes +broyt +broytes +broyer +broyeur +broyeurs +broyeuse +broyeuses +broyez +broy +broye +broyes +broys +broyrent +broyiez +broyions +broyons +brrr +bru +bruges +brugnon +brugnons +bruina +bruinait +bruine +bruiner +bruinera +bruinerait +bruin +bruissaient +bruissait +bruissant +bruissement +bruissements +bruissent +bruit +bruita +bruitage +bruitages +bruitai +bruitaient +bruitais +bruitait +bruitant +bruitas +bruitasse +bruitassent +bruitasses +bruitassiez +bruitassions +bruitmes +bruitt +bruittes +bruite +bruitent +bruiter +bruitera +bruiterai +bruiteraient +bruiterais +bruiterait +bruiteras +bruiterez +bruiteriez +bruiterions +bruiterons +bruiteront +bruites +bruiteur +bruiteurs +bruitez +bruit +bruite +bruites +bruits +bruitrent +bruitiez +bruitions +bruitons +bruits +brumaire +brume +brumes +brumeuse +brumeuses +brumeux +brun +bruntre +bruntres +brune +brunes +brunette +brunettes +bruni +brunie +brunies +brunir +brunira +brunirai +bruniraient +brunirais +brunirait +bruniras +brunirent +brunirez +bruniriez +brunirions +brunirons +bruniront +brunis +brunissage +brunissages +brunissaient +brunissais +brunissait +brunissant +brunisse +brunissent +brunisses +brunisseur +brunisseurs +brunisseuse +brunisseuses +brunissez +brunissiez +brunissions +brunissons +brunit +brunmes +brunt +bruntes +bruns +brus +brusqua +brusquai +brusquaient +brusquais +brusquait +brusquant +brusquas +brusquasse +brusquassent +brusquasses +brusquassiez +brusquassions +brusqumes +brusqut +brusqutes +brusque +brusquement +brusquent +brusquer +brusquera +brusquerai +brusqueraient +brusquerais +brusquerait +brusqueras +brusquerez +brusquerie +brusqueries +brusqueriez +brusquerions +brusquerons +brusqueront +brusques +brusquez +brusqu +brusque +brusques +brusqus +brusqurent +brusquiez +brusquions +brusquons +brut +brutal +brutale +brutalement +brutales +brutalisa +brutalisai +brutalisaient +brutalisais +brutalisait +brutalisant +brutalisas +brutalisasse +brutalisassent +brutalisasses +brutalisassiez +brutalisassions +brutalismes +brutalist +brutalistes +brutalise +brutalisent +brutaliser +brutalisera +brutaliserai +brutaliseraient +brutaliserais +brutaliserait +brutaliseras +brutaliserez +brutaliseriez +brutaliserions +brutaliserons +brutaliseront +brutalises +brutalisez +brutalis +brutalise +brutalises +brutaliss +brutalisrent +brutalisiez +brutalisions +brutalisons +brutalit +brutalits +brutaux +brute +brutes +bruts +bruyamment +bruyant +bruyante +bruyantes +bruyants +bruyre +bruyres +brla +brlage +brlages +brlai +brlaient +brlais +brlait +brlant +brlante +brlantes +brlants +brlantw +brlas +brlasse +brlassent +brlasses +brlassiez +brlassions +brlmes +brlt +brltes +brle +brlent +brler +brlera +brlerai +brleraient +brlerais +brlerait +brleras +brlerez +brleriez +brlerions +brlerons +brleront +brles +brleur +brleurs +brleuse +brleuses +brlez +brl +brle +brles +brls +brlrent +brliez +brlions +brloir +brloirs +brlons +brlot +brlots +brlure +brlures +bu +buanderie +buanderies +bubon +bubonique +bubons +bubonss +buccal +buccale +buccales +buccaux +bucolique +bucoliques +budget +budgets +budgtaire +budgtaires +bue +bues +bue +bues +buffet +buffets +buffle +buffles +bugle +building +buildings +buis +buisson +buissonneuse +buissonneuses +buissonneux +buissonnire +buissonnires +buissons +bulbe +bulbes +bulbeuse +bulbeuses +bulbeux +bulgare +bulgares +bulgarie +bulldozer +bulldozers +bulle +bulles +bulletin +bulletins +bungalow +bungalows +buraliste +buralistes +bure +bureau +bureaucrate +bureaucrates +bureaucratie +bureaucraties +bureaucratique +bureaucratiquement +bureaucratiques +bureaux +burent +burette +burettes +burin +burina +burinai +burinaient +burinais +burinait +burinant +burinas +burinasse +burinassent +burinasses +burinassiez +burinassions +burinmes +burint +burintes +burine +burinent +buriner +burinera +burinerai +burineraient +burinerais +burinerait +burineras +burinerez +burineriez +burinerions +burinerons +burineront +burines +burinez +burin +burine +burines +burins +burinrent +buriniez +burinions +burinons +burins +burlesque +burlesques +burnous +bus +buse +buses +busqu +busque +busques +busqus +busse +bussent +busses +bussiez +bussions +buste +bustes +but +buta +butai +butaient +butais +butait +butane +butant +butas +butasse +butassent +butasses +butassiez +butassions +butmes +butt +buttes +bute +butent +buter +butera +buterai +buteraient +buterais +buterait +buteras +buterez +buteriez +buterions +buterons +buteront +butes +butez +but +bute +butes +buts +butrent +butiez +butin +butina +butinai +butinaient +butinais +butinait +butinant +butinas +butinasse +butinassent +butinasses +butinassiez +butinassions +butinmes +butint +butintes +butine +butinent +butiner +butinera +butinerai +butineraient +butinerais +butinerait +butineras +butinerez +butineriez +butinerions +butinerons +butineront +butines +butinez +butin +butine +butines +butins +butinrent +butiniez +butinions +butinons +butins +butions +butoir +butoirs +butons +butor +butors +buts +butta +buttai +buttaient +buttais +buttait +buttant +buttas +buttasse +buttassent +buttasses +buttassiez +buttassions +buttmes +buttt +butttes +butte +buttent +butter +buttera +butterai +butteraient +butterais +butterait +butteras +butterez +butteriez +butterions +butterons +butteront +buttes +butteur +buttez +butt +butte +buttes +butts +buttrent +buttiez +buttions +buttons +buvaient +buvais +buvait +buvant +buvard +buvards +buvetier +buvetiers +buvetire +buvetires +buvette +buvettes +buveur +buveurs +buveuse +buveuses +buvez +buviez +buvions +buvons +bcha +bchai +bchaient +bchais +bchait +bchant +bchas +bchasse +bchassent +bchasses +bchassiez +bchassions +bchmes +bcht +bchtes +bche +bchent +bcher +bchera +bcherai +bcheraient +bcherais +bcherait +bcheras +bcherez +bcheriez +bcherions +bcheron +bcheronne +bcheronnes +bcherons +bcheront +bchers +bches +bchette +bchettes +bcheur +bcheurs +bcheuse +bcheuses +bchez +bch +bche +bches +bchs +bchrent +bchiez +bchions +bchons +bmes +bt +btes +byzance +byzantin +byzantine +byzantines +byzantins +c +ca +cabale +cabales +cabaliste +cabalistes +cabalistique +cabalistiques +caban +cabane +cabanes +cabanon +cabanons +cabans +cabaret +cabaretier +cabaretiers +cabaretire +cabaretires +cabarets +cabas +cabestan +cabestans +cabillau +cabillaud +cabillauds +cabillaus +cabine +cabines +cabinet +cabinets +cabochard +cabocharde +cabochardes +cabochards +caboche +caboches +cabochon +cabochons +cabossa +cabossai +cabossaient +cabossais +cabossait +cabossant +cabossas +cabossasse +cabossassent +cabossasses +cabossassiez +cabossassions +cabossmes +cabosst +cabosstes +cabosse +cabossent +cabosser +cabossera +cabosserai +cabosseraient +cabosserais +cabosserait +cabosseras +cabosserez +cabosseriez +cabosserions +cabosserons +cabosseront +cabosses +cabossez +caboss +cabosse +cabosses +cabosss +cabossrent +cabossiez +cabossions +cabossons +cabot +cabotage +cabotages +caboteur +caboteure +caboteures +caboteurs +cabotin +cabotinage +cabotinages +cabotine +cabotines +cabotins +cabots +caboulot +caboulots +cabra +cabrai +cabraient +cabrais +cabrait +cabrant +cabras +cabrasse +cabrassent +cabrasses +cabrassiez +cabrassions +cabrmes +cabrt +cabrtes +cabre +cabrent +cabrer +cabrera +cabrerai +cabreraient +cabrerais +cabrerait +cabreras +cabrerez +cabreriez +cabrerions +cabrerons +cabreront +cabres +cabrez +cabr +cabre +cabres +cabrs +cabrrent +cabri +cabriez +cabriola +cabriolai +cabriolaient +cabriolais +cabriolait +cabriolant +cabriolas +cabriolasse +cabriolassent +cabriolasses +cabriolassiez +cabriolassions +cabriolmes +cabriolt +cabrioltes +cabriole +cabriolent +cabrioler +cabriolera +cabriolerai +cabrioleraient +cabriolerais +cabriolerait +cabrioleras +cabriolerez +cabrioleriez +cabriolerions +cabriolerons +cabrioleront +cabrioles +cabriolet +cabriolets +cabriolez +cabriol +cabriole +cabrioles +cabriols +cabriolrent +cabrioliez +cabriolions +cabriolons +cabrions +cabris +cabrons +caca +cacahoute +cacahoutes +cacahute +cacahutes +cacao +cacaoyer +cacaoyers +cacha +cachai +cachaient +cachais +cachait +cachalot +cachalots +cachant +cachas +cachasse +cachassent +cachasses +cachassiez +cachassions +cachmes +cacht +cachtes +cache +cachemire +cachent +cacher +cachera +cacherai +cacheraient +cacherais +cacherait +cacheras +cacherez +cacheriez +cacherions +cacherons +cacheront +caches +cachet +cacheta +cachetai +cachetaient +cachetais +cachetait +cachetant +cachetas +cachetasse +cachetassent +cachetasses +cachetassiez +cachetassions +cachetmes +cachett +cachettes +cacheter +cachetez +cachet +cachete +cachetes +cachets +cachetrent +cachetiez +cachetions +cachetons +cachets +cachette +cachettent +cachettera +cachetterai +cachetteraient +cachetterais +cachetterait +cachetteras +cachetterez +cachetteriez +cachetterions +cachetterons +cachetteront +cachettes +cachez +cach +cache +caches +cachs +cachrent +cachiez +cachions +cachons +cachot +cachots +cachotterie +cachotteries +cachottier +cachottiers +cachottire +cachottires +cachou +cacique +caciques +cacophonie +cacophonies +cacophonique +cacophoniques +cactus +cadastral +cadastrale +cadastrales +cadastraux +cadastre +cadastres +cadavre +cadavres +cadavrreuse +cadavrreuses +cadavrreux +cadavrrique +cadavrriques +cadeau +cadeaux +cadenas +cadenassa +cadenassai +cadenassaient +cadenassais +cadenassait +cadenassant +cadenassas +cadenassasse +cadenassassent +cadenassasses +cadenassassiez +cadenassassions +cadenassmes +cadenasst +cadenasstes +cadenasse +cadenassent +cadenasser +cadenassera +cadenasserai +cadenasseraient +cadenasserais +cadenasserait +cadenasseras +cadenasserez +cadenasseriez +cadenasserions +cadenasserons +cadenasseront +cadenasses +cadenassez +cadenass +cadenasse +cadenasses +cadenasss +cadenassrent +cadenassiez +cadenassions +cadenassons +cadence +cadencea +cadenceai +cadenceaient +cadenceais +cadenceait +cadenceant +cadenceas +cadenceasse +cadenceassent +cadenceasses +cadenceassiez +cadenceassions +cadencemes +cadencet +cadencetes +cadencent +cadenceons +cadencer +cadencera +cadencerai +cadenceraient +cadencerais +cadencerait +cadenceras +cadencerez +cadenceriez +cadencerions +cadencerons +cadenceront +cadences +cadencez +cadenc +cadence +cadences +cadencs +cadencrent +cadenciez +cadencions +cadet +cadets +cadette +cadettes +cadmium +cadra +cadrage +cadrages +cadrai +cadraient +cadrais +cadrait +cadran +cadrans +cadrant +cadras +cadrasse +cadrassent +cadrasses +cadrassiez +cadrassions +cadrmes +cadrt +cadrtes +cadre +cadrent +cadrer +cadrera +cadrerai +cadreraient +cadrerais +cadrerait +cadreras +cadrerez +cadreriez +cadrerions +cadrerons +cadreront +cadres +cadreur +cadreurs +cadrez +cadr +cadre +cadres +cadrs +cadrrent +cadriez +cadrions +cadrons +caduc +caduce +caducit +caducits +caducs +caduque +caduques +caecum +caetera +cafard +cafarda +cafardai +cafardaient +cafardais +cafardait +cafardant +cafardas +cafardasse +cafardassent +cafardasses +cafardassiez +cafardassions +cafardmes +cafardt +cafardtes +cafarde +cafardent +cafarder +cafardera +cafarderai +cafarderaient +cafarderais +cafarderait +cafarderas +cafarderez +cafarderiez +cafarderions +cafarderons +cafarderont +cafardes +cafardez +cafard +cafarde +cafardes +cafards +cafardrent +cafardiez +cafardions +cafardons +cafards +cafetan +cafetans +cafetier +cafetiers +cafetire +cafetires +caf +cafier +cafiers +cafine +cafs +caftria +caftrias +cafouilla +cafouillai +cafouillaient +cafouillais +cafouillait +cafouillant +cafouillas +cafouillasse +cafouillassent +cafouillasses +cafouillassiez +cafouillassions +cafouillmes +cafouillt +cafouilltes +cafouille +cafouillent +cafouiller +cafouillera +cafouillerai +cafouilleraient +cafouillerais +cafouillerait +cafouilleras +cafouillerez +cafouilleriez +cafouillerions +cafouillerons +cafouilleront +cafouilles +cafouillez +cafouill +cafouille +cafouilles +cafouills +cafouillrent +cafouilliez +cafouillions +cafouillons +cage +cageot +cageots +cages +cagneuse +cagneuses +cagneux +cagnotte +cagnottes +cagoule +cagoules +caha +cahier +cahiers +cahin +cahors +cahot +cahota +cahotai +cahotaient +cahotais +cahotait +cahotant +cahotas +cahotasse +cahotassent +cahotasses +cahotassiez +cahotassions +cahotmes +cahott +cahottes +cahote +cahotement +cahotements +cahotent +cahoter +cahotera +cahoterai +cahoteraient +cahoterais +cahoterait +cahoteras +cahoterez +cahoteriez +cahoterions +cahoterons +cahoteront +cahotes +cahoteuse +cahoteuses +cahoteux +cahotez +cahot +cahote +cahotes +cahots +cahotrent +cahotiez +cahotions +cahotons +cahots +cahute +cahutes +cailla +caillai +caillaient +caillais +caillait +caillant +caillas +caillasse +caillassent +caillasses +caillassiez +caillassions +caillmes +caillt +cailltes +caille +caillebotis +caillent +cailler +caillera +caillerai +cailleraient +caillerais +caillerait +cailleras +caillerez +cailleriez +caillerions +caillerons +cailleront +cailles +caillette +caillettes +caillez +caill +caille +cailles +caills +caillrent +cailliez +caillions +caillons +caillot +caillots +caillou +caillouteuse +caillouteuses +caillouteux +cailloutis +cailloux +caisse +caisses +caissette +caissettes +caissier +caissiers +caissire +caissires +caisson +caissons +cad +cads +caman +camans +cajola +cajolai +cajolaient +cajolais +cajolait +cajolant +cajolas +cajolasse +cajolassent +cajolasses +cajolassiez +cajolassions +cajolmes +cajolt +cajoltes +cajole +cajolent +cajoler +cajolera +cajolerai +cajoleraient +cajolerais +cajolerait +cajoleras +cajolerez +cajolerie +cajoleries +cajoleriez +cajolerions +cajolerons +cajoleront +cajoles +cajoleur +cajoleurs +cajoleuse +cajoleuses +cajolez +cajol +cajole +cajoles +cajols +cajolrent +cajoliez +cajolions +cajolons +cake +cakes +cal +cala +calage +calages +calai +calaient +calais +calait +calamine +calamiteuse +calamiteuses +calamiteux +calamit +calamits +calandre +calandres +calanque +calanques +calant +calas +calasse +calassent +calasses +calassiez +calassions +calmes +calt +caltes +calcaire +calcaires +calcdoine +calcification +calcifications +calcina +calcinai +calcinaient +calcinais +calcinait +calcinant +calcinas +calcinasse +calcinassent +calcinasses +calcinassiez +calcinassions +calcinmes +calcint +calcintes +calcine +calcinent +calciner +calcinera +calcinerai +calcineraient +calcinerais +calcinerait +calcineras +calcinerez +calcineriez +calcinerions +calcinerons +calcineront +calcines +calcinez +calcin +calcine +calcines +calcins +calcinrent +calciniez +calcinions +calcinons +calcique +calciques +calcium +calcul +calcula +calculables +calculai +calculaient +calculais +calculait +calculant +calculas +calculasse +calculassent +calculasses +calculassiez +calculassions +calculateur +calculateurs +calculatrice +calculatrices +calculmes +calcult +calcultes +calcule +calculent +calculer +calculera +calculerai +calculeraient +calculerais +calculerait +calculeras +calculerez +calculeriez +calculerions +calculerons +calculeront +calcules +calculette +calculez +calcul +calcule +calcules +calculs +calculrent +calculiez +calculions +calculons +calculs +cale +calebasse +calebasses +caleon +caleons +calembour +calembours +calembredaine +calembredaines +calendrier +calendriers +calent +calepin +calepins +caler +calera +calerai +caleraient +calerais +calerait +caleras +calerez +caleriez +calerions +calerons +caleront +cales +calez +cal +caldonie +caldonien +caldonienne +caldoniennes +caldoniens +cale +cales +cals +calche +calches +calrent +calfat +calfata +calfatage +calfatages +calfatai +calfataient +calfatais +calfatait +calfatant +calfatas +calfatasse +calfatassent +calfatasses +calfatassiez +calfatassions +calfatmes +calfatt +calfattes +calfate +calfatent +calfater +calfatera +calfaterai +calfateraient +calfaterais +calfaterait +calfateras +calfaterez +calfateriez +calfaterions +calfaterons +calfateront +calfates +calfatez +calfat +calfate +calfates +calfats +calfatrent +calfatiez +calfations +calfatons +calfats +calfeutra +calfeutrage +calfeutrages +calfeutrai +calfeutraient +calfeutrais +calfeutrait +calfeutrant +calfeutras +calfeutrasse +calfeutrassent +calfeutrasses +calfeutrassiez +calfeutrassions +calfeutrmes +calfeutrt +calfeutrtes +calfeutre +calfeutrement +calfeutrements +calfeutrent +calfeutrer +calfeutrera +calfeutrerai +calfeutreraient +calfeutrerais +calfeutrerait +calfeutreras +calfeutrerez +calfeutreriez +calfeutrerions +calfeutrerons +calfeutreront +calfeutres +calfeutrez +calfeutr +calfeutre +calfeutres +calfeutrs +calfeutrrent +calfeutriez +calfeutrions +calfeutrons +calibra +calibrage +calibrages +calibrai +calibraient +calibrais +calibrait +calibrant +calibras +calibrasse +calibrassent +calibrasses +calibrassiez +calibrassions +calibration +calibrations +calibrmes +calibrt +calibrtes +calibre +calibrent +calibrer +calibrera +calibrerai +calibreraient +calibrerais +calibrerait +calibreras +calibrerez +calibreriez +calibrerions +calibrerons +calibreront +calibres +calibrez +calibr +calibre +calibres +calibrs +calibrrent +calibriez +calibrions +calibrons +calice +calices +calicot +caliez +califat +califats +calife +califes +californie +califourchon +caligula +calions +calisson +calissons +calleuse +calleuses +calleux +callosit +callosits +calma +calmai +calmaient +calmais +calmait +calmant +calmante +calmantes +calmants +calmar +calmars +calmas +calmasse +calmassent +calmasses +calmassiez +calmassions +calmmes +calmt +calmtes +calme +calmement +calment +calmer +calmera +calmerai +calmeraient +calmerais +calmerait +calmeras +calmerez +calmeriez +calmerions +calmerons +calmeront +calmes +calmez +calm +calme +calmes +calms +calmrent +calmiez +calmions +calmons +calomnia +calomniai +calomniaient +calomniais +calomniait +calomniant +calomnias +calomniasse +calomniassent +calomniasses +calomniassiez +calomniassions +calomniateur +calomniateurs +calomniatrice +calomniatrices +calomnimes +calomnit +calomnites +calomnie +calomnient +calomnier +calomniera +calomnierai +calomnieraient +calomnierais +calomnierait +calomnieras +calomnierez +calomnieriez +calomnierions +calomnierons +calomnieront +calomniers +calomnies +calomnieuse +calomnieuses +calomnieux +calomniez +calomni +calomnie +calomnies +calomnis +calomnirent +calomniiez +calomniions +calomnions +calons +calorie +calories +calorifre +calorifres +calorifique +calorifiques +calorifuge +calorifugea +calorifugeai +calorifugeaient +calorifugeais +calorifugeait +calorifugeant +calorifugeas +calorifugeasse +calorifugeassent +calorifugeasses +calorifugeassiez +calorifugeassions +calorifugemes +calorifuget +calorifugetes +calorifugent +calorifugeons +calorifuges +calorifugez +calorifug +calorifuge +calorifuges +calorifugs +calorifugrent +calorifugiez +calorifugions +calorimtrie +calorimtrique +calorimtriques +calorimtre +calorimtres +calot +calotin +calotins +calots +calotta +calottai +calottaient +calottais +calottait +calottant +calottas +calottasse +calottassent +calottasses +calottassiez +calottassions +calottmes +calottt +calotttes +calotte +calottent +calotter +calottera +calotterai +calotteraient +calotterais +calotterait +calotteras +calotterez +calotteriez +calotterions +calotterons +calotteront +calottes +calottez +calott +calotte +calottes +calotts +calottrent +calottiez +calottions +calottons +calqua +calquai +calquaient +calquais +calquait +calquant +calquas +calquasse +calquassent +calquasses +calquassiez +calquassions +calqumes +calqut +calqutes +calque +calquent +calquer +calquera +calquerai +calqueraient +calquerais +calquerait +calqueras +calquerez +calqueriez +calquerions +calquerons +calqueront +calques +calquez +calqu +calque +calques +calqus +calqurent +calquiez +calquions +calquons +cals +calumet +calumets +calvados +calvaire +calvaires +calvin +calvinisme +calviniste +calvinistes +calvitie +calvities +camarade +camaraderie +camaraderies +camarades +camard +camarde +camardes +camards +camargue +cambodge +cambodgien +cambodgienne +cambodgiennes +cambodgiens +cambouis +cambra +cambrai +cambraient +cambrais +cambrait +cambrant +cambras +cambrasse +cambrassent +cambrasses +cambrassiez +cambrassions +cambrmes +cambrt +cambrtes +cambre +cambrent +cambrer +cambrera +cambrerai +cambreraient +cambrerais +cambrerait +cambreras +cambrerez +cambreriez +cambrerions +cambrerons +cambreront +cambres +cambrez +cambr +cambre +cambres +cambrs +cambrrent +cambridge +cambriez +cambriola +cambriolage +cambriolages +cambriolai +cambriolaient +cambriolais +cambriolait +cambriolant +cambriolas +cambriolasse +cambriolassent +cambriolasses +cambriolassiez +cambriolassions +cambriolmes +cambriolt +cambrioltes +cambriole +cambriolent +cambrioler +cambriolera +cambriolerai +cambrioleraient +cambriolerais +cambriolerait +cambrioleras +cambriolerez +cambrioleriez +cambriolerions +cambriolerons +cambrioleront +cambrioles +cambrioleur +cambrioleurs +cambrioleuse +cambrioleuses +cambriolez +cambriol +cambriole +cambrioles +cambriols +cambriolrent +cambrioliez +cambriolions +cambriolons +cambrions +cambrons +cambrure +cambrures +cambuse +cambuses +came +camelot +camelote +camelotes +camelots +camembert +cameraman +cameramans +cames +cam +came +cames +camlon +camlons +camlia +camlias +camra +camras +cams +camion +camionnage +camionnages +camionnette +camionnettes +camionneur +camionneurs +camions +camisole +camisoles +camomille +camomilles +camoufla +camouflage +camouflages +camouflai +camouflaient +camouflais +camouflait +camouflant +camouflas +camouflasse +camouflassent +camouflasses +camouflassiez +camouflassions +camouflmes +camouflt +camoufltes +camoufle +camouflent +camoufler +camouflera +camouflerai +camoufleraient +camouflerais +camouflerait +camoufleras +camouflerez +camoufleriez +camouflerions +camouflerons +camoufleront +camoufles +camouflet +camouflets +camouflez +camoufl +camoufle +camoufles +camoufls +camouflrent +camoufliez +camouflions +camouflons +camp +campa +campagnard +campagnarde +campagnardes +campagnards +campagne +campagnes +campagnol +campagnols +campai +campaient +campais +campait +campanile +campaniles +campant +campanule +campanules +campas +campasse +campassent +campasses +campassiez +campassions +campmes +campt +camptes +campe +campement +campements +campent +camper +campera +camperai +camperaient +camperais +camperait +camperas +camperez +camperiez +camperions +camperons +camperont +campes +campeur +campeurs +campeuse +campeuses +campez +camp +campe +campes +camps +camprent +camphre +camphr +camphre +camphres +camphrs +camphrier +camphriers +campiez +camping +campings +campions +campons +camps +camus +camuse +camuses +cana +canada +canadien +canadienne +canadiennes +canadiens +canai +canaient +canaille +canaillerie +canailleries +canailles +canais +canait +canal +canalisa +canalisable +canalisables +canalisai +canalisaient +canalisais +canalisait +canalisant +canalisas +canalisasse +canalisassent +canalisasses +canalisassiez +canalisassions +canalisation +canalisations +canalismes +canalist +canalistes +canalise +canalisent +canaliser +canalisera +canaliserai +canaliseraient +canaliserais +canaliserait +canaliseras +canaliserez +canaliseriez +canaliserions +canaliserons +canaliseront +canalises +canalisez +canalis +canalise +canalises +canaliss +canalisrent +canalisiez +canalisions +canalisons +canant +canap +canaps +canaque +canaques +canard +canarda +canardai +canardaient +canardais +canardait +canardant +canardas +canardasse +canardassent +canardasses +canardassiez +canardassions +canardmes +canardt +canardtes +canarde +canardent +canarder +canardera +canarderai +canarderaient +canarderais +canarderait +canarderas +canarderez +canarderiez +canarderions +canarderons +canarderont +canardes +canardez +canard +canarde +canardes +canards +canardrent +canardiez +canardire +canardires +canardions +canardons +canards +canari +canaris +canas +canasse +canassent +canasses +canassiez +canassions +canasta +canaux +canmes +cant +cantes +cancan +cancana +cancanai +cancanaient +cancanais +cancanait +cancanant +cancanas +cancanasse +cancanassent +cancanasses +cancanassiez +cancanassions +cancanmes +cancant +cancantes +cancane +cancanent +cancaner +cancanera +cancanerai +cancaneraient +cancanerais +cancanerait +cancaneras +cancanerez +cancaneriez +cancanerions +cancanerons +cancaneront +cancanes +cancanez +cancan +cancane +cancanes +cancans +cancanrent +cancanier +cancaniers +cancaniez +cancanire +cancanires +cancanions +cancanons +cancans +cancer +cancers +cancreuse +cancreuses +cancreux +cancrigne +cancrignes +cancre +cancrelat +cancrelats +cancres +candeur +candeurs +candlabre +candlabres +candi +candidat +candidate +candidates +candidats +candidature +candidatures +candide +candidement +candides +candie +candies +candir +candira +candiraient +candirait +candirent +candiront +candis +candissaient +candissait +candissant +candisse +candissent +candit +candt +cane +canent +caner +canera +canerai +caneraient +canerais +canerait +caneras +canerez +caneriez +canerions +canerons +caneront +canes +caneton +canetons +canette +canettes +canevas +canez +can +cane +canes +cans +canrent +caniche +caniches +caniculaire +caniculaires +canicule +canicules +caniez +canif +canifs +canin +canine +canines +canins +canions +caniveau +caniveaux +canna +cannage +cannages +cannai +cannaient +cannais +cannait +cannant +cannas +cannasse +cannassent +cannasses +cannassiez +cannassions +cannmes +cannt +canntes +canne +cannel +cannele +canneles +cannels +cannelle +cannelles +cannelure +cannelures +cannent +canner +cannera +cannerai +canneraient +cannerais +cannerait +canneras +cannerez +canneriez +cannerions +cannerons +canneront +cannes +cannez +cann +canne +cannes +canns +cannrent +cannibale +cannibales +cannibalisme +canniez +cannions +cannons +cano +canos +canon +canonial +canoniale +canoniales +canoniaux +canonique +canoniques +canonisa +canonisai +canonisaient +canonisais +canonisait +canonisant +canonisas +canonisasse +canonisassent +canonisasses +canonisassiez +canonisassions +canonisation +canonisations +canonismes +canonist +canonistes +canonise +canonisent +canoniser +canonisera +canoniserai +canoniseraient +canoniserais +canoniserait +canoniseras +canoniserez +canoniseriez +canoniserions +canoniserons +canoniseront +canonises +canonisez +canonis +canonise +canonises +canoniss +canonisrent +canonisiez +canonisions +canonisons +canonna +canonnade +canonnades +canonnai +canonnaient +canonnais +canonnait +canonnant +canonnas +canonnasse +canonnassent +canonnasses +canonnassiez +canonnassions +canonnmes +canonnt +canonntes +canonne +canonnent +canonner +canonnera +canonnerai +canonneraient +canonnerais +canonnerait +canonneras +canonnerez +canonneriez +canonnerions +canonnerons +canonneront +canonnes +canonnez +canonn +canonne +canonnes +canonns +canonnrent +canonnier +canonniers +canonniez +canonnire +canonnires +canonnions +canonnons +canons +canot +canota +canotage +canotages +canotai +canotaient +canotais +canotait +canotant +canotas +canotasse +canotassent +canotasses +canotassiez +canotassions +canotmes +canott +canottes +canote +canotent +canoter +canotera +canoterai +canoteraient +canoterais +canoterait +canoteras +canoterez +canoteriez +canoterions +canoterons +canoteront +canotes +canotez +canot +canote +canotes +canots +canotrent +canotier +canotiers +canotiez +canotions +canotons +canots +cantaloup +cantaloups +cantate +cantates +cantatrice +cantatrices +cantine +cantines +cantinier +cantiniers +cantinire +cantinires +cantique +cantiques +canton +cantonade +cantonal +cantonale +cantonales +cantonaux +cantonna +cantonnai +cantonnaient +cantonnais +cantonnait +cantonnant +cantonnas +cantonnasse +cantonnassent +cantonnasses +cantonnassiez +cantonnassions +cantonnmes +cantonnt +cantonntes +cantonne +cantonnement +cantonnements +cantonnent +cantonner +cantonnera +cantonnerai +cantonneraient +cantonnerais +cantonnerait +cantonneras +cantonnerez +cantonneriez +cantonnerions +cantonnerons +cantonneront +cantonnes +cantonnez +cantonn +cantonne +cantonnes +cantonns +cantonnrent +cantonnier +cantonniers +cantonniez +cantonnions +cantonnons +cantons +canular +canulars +canule +canules +canyon +canyons +caon +caons +caoutchouc +caoutchouta +caoutchoutai +caoutchoutaient +caoutchoutais +caoutchoutait +caoutchoutant +caoutchoutas +caoutchoutasse +caoutchoutassent +caoutchoutasses +caoutchoutassiez +caoutchoutassions +caoutchoutmes +caoutchoutt +caoutchouttes +caoutchoute +caoutchoutent +caoutchouter +caoutchoutera +caoutchouterai +caoutchouteraient +caoutchouterais +caoutchouterait +caoutchouteras +caoutchouterez +caoutchouteriez +caoutchouterions +caoutchouterons +caoutchouteront +caoutchoutes +caoutchoutez +caoutchout +caoutchoute +caoutchoutes +caoutchouts +caoutchoutrent +caoutchoutiez +caoutchoutions +caoutchoutons +cap +capable +capables +capacit +capacits +caparaon +caparaonna +caparaonnai +caparaonnaient +caparaonnais +caparaonnait +caparaonnant +caparaonnas +caparaonnasse +caparaonnassent +caparaonnasses +caparaonnassiez +caparaonnassions +caparaonnmes +caparaonnt +caparaonntes +caparaonne +caparaonnent +caparaonner +caparaonnera +caparaonnerai +caparaonneraient +caparaonnerais +caparaonnerait +caparaonneras +caparaonnerez +caparaonneriez +caparaonnerions +caparaonnerons +caparaonneront +caparaonnes +caparaonnez +caparaonn +caparaonne +caparaonnes +caparaonns +caparaonnrent +caparaonniez +caparaonnions +caparaonnons +caparaons +cape +capeline +capelines +capes +capharnam +capharnams +capillaire +capillaires +capillarit +capillarits +capilotade +capilotades +capitaine +capitaines +capital +capitale +capitales +capitalisa +capitalisai +capitalisaient +capitalisais +capitalisait +capitalisant +capitalisas +capitalisasse +capitalisassent +capitalisasses +capitalisassiez +capitalisassions +capitalisation +capitalisations +capitalismes +capitalist +capitalistes +capitalise +capitalisent +capitaliser +capitalisera +capitaliserai +capitaliseraient +capitaliserais +capitaliserait +capitaliseras +capitaliserez +capitaliseriez +capitaliserions +capitaliserons +capitaliseront +capitalises +capitalisez +capitalis +capitalise +capitalises +capitaliss +capitalisrent +capitalisiez +capitalisions +capitalisme +capitalisons +capitaliste +capitalistes +capitaux +capiteuse +capiteuses +capiteux enivrant +capitonna +capitonnage +capitonnages +capitonnai +capitonnaient +capitonnais +capitonnait +capitonnant +capitonnas +capitonnasse +capitonnassent +capitonnasses +capitonnassiez +capitonnassions +capitonnmes +capitonnt +capitonntes +capitonne +capitonnent +capitonner +capitonnera +capitonnerai +capitonneraient +capitonnerais +capitonnerait +capitonneras +capitonnerez +capitonneriez +capitonnerions +capitonnerons +capitonneront +capitonnes +capitonnez +capitonn +capitonne +capitonnes +capitonns +capitonnrent +capitonniez +capitonnions +capitonnons +capitula +capitulai +capitulaient +capitulais +capitulait +capitulant +capitulas +capitulasse +capitulassent +capitulasses +capitulassiez +capitulassions +capitulation +capitulations +capitulmes +capitult +capitultes +capitule +capitulent +capituler +capitulera +capitulerai +capituleraient +capitulerais +capitulerait +capituleras +capitulerez +capituleriez +capitulerions +capitulerons +capituleront +capitules +capitulez +capitul +capitule +capitules +capituls +capitulrent +capituliez +capitulions +capitulons +caporal +caporaux +capot +capota +capotage +capotages +capotai +capotaient +capotais +capotait +capotant +capotas +capotasse +capotassent +capotasses +capotassiez +capotassions +capotmes +capott +capottes +capote +capotent +capoter +capotera +capoterai +capoteraient +capoterais +capoterait +capoteras +capoterez +capoteriez +capoterions +capoterons +capoteront +capotes +capotez +capot +capote +capotes +capots +capotrent +capotiez +capotions +capotons +capots +caprice +caprices +capricieuse +capricieusement +capricieuses +capricieux +caps +capsule +capsules +capta +captai +captaient +captais +captait +captant +captas +captasse +captassent +captasses +captassiez +captassions +captation +captations +captmes +captt +capttes +capte +captent +capter +captera +capterai +capteraient +capterais +capterait +capteras +capterez +capteriez +capterions +capterons +capteront +captes +capteur +capteurs +captez +capt +capte +captes +capts +captrent +captieuse +captieusement +captieuses +captieux +captiez +captif +captifs +captions +captiva +captivai +captivaient +captivais +captivait +captivant +captivante +captivantes +captivas +captivasse +captivassent +captivasses +captivassiez +captivassions +captivmes +captivt +captivtes +captive +captivent +captiver +captivera +captiverai +captiveraient +captiverais +captiverait +captiveras +captiverez +captiveriez +captiverions +captiverons +captiveront +captives +captivez +captiv +captive +captives +captivs +captivrent +captiviez +captivions +captivit +captivits +captivons +captons +captura +capturai +capturaient +capturais +capturait +capturant +capturas +capturasse +capturassent +capturasses +capturassiez +capturassions +capturmes +capturt +capturtes +capture +capturent +capturer +capturera +capturerai +captureraient +capturerais +capturerait +captureras +capturerez +captureriez +capturerions +capturerons +captureront +captures +capturez +captur +capture +captures +capturs +capturrent +capturiez +capturions +capturons +capuche +capuches +capuchon +capuchonn +capuchonne +capuchonnes +capuchonns +capuchons +capucin +capucine +capucines +capucins +caque +caques +caquet +caqueta +caquetage +caquetages +caquetai +caquetaient +caquetais +caquetait +caquetant +caquetas +caquetasse +caquetassent +caquetasses +caquetassiez +caquetassions +caquetmes +caquett +caquettes +caqueter +caquetez +caquet +caquete +caquetes +caquets +caquetrent +caquetiez +caquetions +caquetons +caquets +caquette +caquettent +caquettera +caquetterai +caquetteraient +caquetterais +caquetterait +caquetteras +caquetterez +caquetteriez +caquetterions +caquetterons +caquetteront +caquettes +car +carabin +carabine +carabines +carabin +carabine +carabines +carabins +carabinier +carabiniers +carabins +caraco +caracola +caracolai +caracolaient +caracolais +caracolait +caracolant +caracolas +caracolasse +caracolassent +caracolasses +caracolassiez +caracolassions +caracolmes +caracolt +caracoltes +caracole +caracolent +caracoler +caracolera +caracolerai +caracoleraient +caracolerais +caracolerait +caracoleras +caracolerez +caracoleriez +caracolerions +caracolerons +caracoleront +caracoles +caracolez +caracol +caracole +caracoles +caracols +caracolrent +caracoliez +caracolions +caracolons +caracos +caractriel +caractrielle +caractrielles +caractriels +caractrisa +caractrisai +caractrisaient +caractrisais +caractrisait +caractrisant +caractrisas +caractrisasse +caractrisassent +caractrisasses +caractrisassiez +caractrisassions +caractrismes +caractrist +caractristes +caractrise +caractrisent +caractriser +caractrisera +caractriserai +caractriseraient +caractriserais +caractriserait +caractriseras +caractriserez +caractriseriez +caractriserions +caractriserons +caractriseront +caractrises +caractrisez +caractris +caractrise +caractrises +caractriss +caractrisrent +caractrisiez +caractrisions +caractrisons +caractristique +caractristiques +caractre +caractres +carafe +carafes +carafon +carafons +carambola +carambolage +carambolages +carambolai +carambolaient +carambolais +carambolait +carambolant +carambolas +carambolasse +carambolassent +carambolasses +carambolassiez +carambolassions +carambolmes +carambolt +caramboltes +carambole +carambolent +caramboler +carambolera +carambolerai +caramboleraient +carambolerais +carambolerait +caramboleras +carambolerez +caramboleriez +carambolerions +carambolerons +caramboleront +caramboles +carambolez +carambol +carambole +caramboles +carambols +carambolrent +caramboliez +carambolions +carambolons +carambouilleur +carambouilleurs +caramel +caramels +caramlisa +caramlisai +caramlisaient +caramlisais +caramlisait +caramlisant +caramlisas +caramlisasse +caramlisassent +caramlisasses +caramlisassiez +caramlisassions +caramlismes +caramlist +caramlistes +caramlise +caramlisent +caramliser +caramlisera +caramliserai +caramliseraient +caramliserais +caramliserait +caramliseras +caramliserez +caramliseriez +caramliserions +caramliserons +caramliseront +caramlises +caramlisez +caramlis +caramlise +caramlises +caramliss +caramlisrent +caramlisiez +caramlisions +caramlisons +carapace +carapaces +carapata +carapatai +carapataient +carapatais +carapatait +carapatant +carapatas +carapatasse +carapatassent +carapatasses +carapatassiez +carapatassions +carapatmes +carapatt +carapattes +carapate +carapatent +carapater +carapatera +carapaterai +carapateraient +carapaterais +carapaterait +carapateras +carapaterez +carapateriez +carapaterions +carapaterons +carapateront +carapates +carapatez +carapat +carapate +carapates +carapats +carapatrent +carapatiez +carapations +carapatons +carat +carats +caravane +caravanes +caravanier +caravaniers +caravansrail +caravansrails +caravelle +caravelles +carbochimie +carbonate +carbonates +carbone +carbonifre +carbonifres +carbonique +carboniques +carbonisa +carbonisai +carbonisaient +carbonisais +carbonisait +carbonisant +carbonisas +carbonisasse +carbonisassent +carbonisasses +carbonisassiez +carbonisassions +carbonismes +carbonist +carbonistes +carbonise +carbonisent +carboniser +carbonisera +carboniserai +carboniseraient +carboniserais +carboniserait +carboniseras +carboniserez +carboniseriez +carboniserions +carboniserons +carboniseront +carbonises +carbonisez +carbonis +carbonise +carbonises +carboniss +carbonisrent +carbonisiez +carbonisions +carbonisons +carburant +carburante +carburantes +carburants +carburateur +carburateurs +carburation +carburations +carbure +carbures +carcan +carcans +carcasse +carcasses +carcral +carcrale +carcrales +carcraux +carcinogne +carcinognes +carda +cardage +cardages +cardai +cardaient +cardais +cardait +cardan +cardans +cardant +cardas +cardasse +cardassent +cardasses +cardassiez +cardassions +cardmes +cardt +cardtes +carde +cardent +carder +cardera +carderai +carderaient +carderais +carderait +carderas +carderez +carderiez +carderions +carderons +carderont +cardes +cardeur +cardeurs +cardeuse +cardeuses +cardez +card +carde +cardes +cards +cardrent +cardiaque +cardiaques +cardiez +cardinal +cardinalat +cardinalats +cardinale +cardinales +cardinaux +cardiologie +cardiologique +cardiologiques +cardiologue +cardiologues +cardions +cardiovasculaire +cardiovasculaires +cardons +carence +carences +caressa +caressai +caressaient +caressais +caressait +caressant +caressas +caressasse +caressassent +caressasses +caressassiez +caressassions +caressmes +caresst +caresstes +caresse +caressent +caresser +caressera +caresserai +caresseraient +caresserais +caresserait +caresseras +caresserez +caresseriez +caresserions +caresserons +caresseront +caresses +caressez +caress +caresse +caresses +caresss +caressrent +caressiez +caressions +caressons +carna +carnai +carnaient +carnais +carnait +carnant +carnas +carnasse +carnassent +carnasses +carnassiez +carnassions +carnmes +carnt +carntes +carner +carnera +carnerai +carneraient +carnerais +carnerait +carneras +carnerez +carneriez +carnerions +carnerons +carneront +carnez +carn +carne +carnes +carns +carnrent +carniez +carnions +carnons +carne +carnent +carnes +carme +carmes +cargaison +cargaisons +cargo +cargos +cargua +carguai +carguaient +carguais +carguait +carguant +carguas +carguasse +carguassent +carguasses +carguassiez +carguassions +cargumes +cargut +cargutes +cargue +carguent +carguer +carguera +carguerai +cargueraient +carguerais +carguerait +cargueras +carguerez +cargueriez +carguerions +carguerons +cargueront +cargues +carguez +cargu +cargue +cargues +cargus +cargurent +carguiez +carguions +carguons +caria +cariai +cariaient +cariais +cariait +cariant +carias +cariasse +cariassent +cariasses +cariassiez +cariassions +cariatide +cariatides +carimes +carit +carites +caribou +caribous +caricatura +caricaturai +caricaturaient +caricaturais +caricaturait +caricatural +caricaturale +caricaturales +caricaturant +caricaturas +caricaturasse +caricaturassent +caricaturasses +caricaturassiez +caricaturassions +caricaturaux +caricaturmes +caricaturt +caricaturtes +caricature +caricaturent +caricaturer +caricaturera +caricaturerai +caricatureraient +caricaturerais +caricaturerait +caricatureras +caricaturerez +caricatureriez +caricaturerions +caricaturerons +caricatureront +caricatures +caricaturez +caricatur +caricature +caricatures +caricaturs +caricaturrent +caricaturiez +caricaturions +caricaturiste +caricaturistes +caricaturons +carie +carient +carier +cariera +carierai +carieraient +carierais +carierait +carieras +carierez +carieriez +carierions +carierons +carieront +caries +cariez +cari +carie +caries +caris +carirent +cariiez +cariions +carillon +carillonna +carillonnai +carillonnaient +carillonnais +carillonnait +carillonnant +carillonnas +carillonnasse +carillonnassent +carillonnasses +carillonnassiez +carillonnassions +carillonnmes +carillonnt +carillonntes +carillonne +carillonnent +carillonner +carillonnera +carillonnerai +carillonneraient +carillonnerais +carillonnerait +carillonneras +carillonnerez +carillonneriez +carillonnerions +carillonnerons +carillonneront +carillonnes +carillonnez +carillonn +carillonne +carillonnes +carillonns +carillonnrent +carillonniez +carillonnions +carillonnons +carillons +carions +cariste +caristes +carlingue +carlingues +carmagnole +carmagnoles +carmlite +carmlites +carmin +carmin +carmine +carmines +carmins +carnage +carnages +carnassier +carnassiers +carnassire +carnassires +carnation +carnations +carnaval +carnavalesque +carnavalesques +carnavals +carne +carnes +carnet +carnets +carn +carne +carnes +carns +carnier +carniers +carnivore +carnivores +carolingien +carolingienne +carolingiennes +carolingiens +caroncule +caroncules +carotide +carotides +carotta +carottai +carottaient +carottais +carottait +carottant +carottas +carottasse +carottassent +carottasses +carottassiez +carottassions +carottmes +carottt +carotttes +carotte +carottent +carotter +carottera +carotterai +carotteraient +carotterais +carotterait +carotteras +carotterez +carotteriez +carotterions +carotterons +carotteront +carottes +carotteur +carotteurs +carotteuse +carotteuses +carottez +carott +carotte +carottes +carotts +carottrent +carottiez +carottions +carottons +carpe +carpes +carpette +carpettes +carquois +carra +carrai +carraient +carrais +carrait +carrant +carras +carrasse +carrassent +carrasses +carrassiez +carrassions +carrmes +carrt +carrtes +carre +carreau +carreaux +carrefour +carrefours +carrela +carrelage +carrelages +carrelai +carrelaient +carrelais +carrelait +carrelant +carrelas +carrelasse +carrelassent +carrelasses +carrelassiez +carrelassions +carrelmes +carrelt +carreltes +carreler +carreleur +carreleurs +carrelez +carrel +carrele +carreles +carrels +carrelrent +carreliez +carrelions +carrelle +carrellent +carrellera +carrellerai +carrelleraient +carrellerais +carrellerait +carrelleras +carrellerez +carrelleriez +carrellerions +carrellerons +carrelleront +carrelles +carrelons +carrent +carrer +carrera +carrerai +carreraient +carrerais +carrerait +carreras +carrerez +carreriez +carrerions +carrerons +carreront +carres +carrez +carr +carre +carres +carrment +carrs +carrrent +carrier +carriers +carriez +carrire +carrires +carriole +carrioles +carrions +carrons +carrossa +carrossable +carrossables +carrossai +carrossaient +carrossais +carrossait +carrossant +carrossas +carrossasse +carrossassent +carrossasses +carrossassiez +carrossassions +carrossmes +carrosst +carrosstes +carrosse +carrossent +carrosser +carrossera +carrosserai +carrosseraient +carrosserais +carrosserait +carrosseras +carrosserez +carrosserie +carrosserier +carrosseriers +carrosseries +carrosseriez +carrosserions +carrosserons +carrosseront +carrosses +carrossez +carross +carrosse +carrosses +carrosss +carrossrent +carrossiez +carrossions +carrossons +carrousel +carrousels +carrure +carrures +cars +cartable +cartables +carte +cartel +cartels +carter +carters +cartes +cartsanisme +cartsien +cartsienne +cartsiennes +cartsiens +cartilage +cartilages +cartilagineuse +cartilagineuses +cartilagineux +cartographe +cartographes +cartographique +cartographiques +cartomancie +cartomancien +cartomancienne +cartomanciennes +cartomanciens +carton +cartonna +cartonnage +cartonnages +cartonnai +cartonnaient +cartonnais +cartonnait +cartonnant +cartonnas +cartonnasse +cartonnassent +cartonnasses +cartonnassiez +cartonnassions +cartonnmes +cartonnt +cartonntes +cartonne +cartonnent +cartonner +cartonnera +cartonnerai +cartonneraient +cartonnerais +cartonnerait +cartonneras +cartonnerez +cartonnerie +cartonnerier +cartonneriers +cartonneries +cartonneriez +cartonnerire +cartonnerires +cartonnerions +cartonnerons +cartonneront +cartonnes +cartonnez +cartonn +cartonne +cartonnes +cartonns +cartonnrent +cartonniez +cartonnions +cartonnons +cartons +cartouche +cartoucherie +cartoucheries +cartoucherire +cartoucherires +cartouches +caryatide +caryatides +cas +casa +casai +casaient +casais +casait +casanier +casaniers +casanire +casanires +casant +casaque +casaques +casas +casasse +casassent +casasses +casassiez +casassions +casmes +cast +castes +cascada +cascadai +cascadaient +cascadais +cascadait +cascadant +cascadas +cascadasse +cascadassent +cascadasses +cascadassiez +cascadassions +cascadmes +cascadt +cascadtes +cascade +cascadent +cascader +cascadera +cascaderai +cascaderaient +cascaderais +cascaderait +cascaderas +cascaderez +cascaderiez +cascaderions +cascaderons +cascaderont +cascades +cascadeur +cascadeurs +cascadez +cascad +cascade +cascades +cascads +cascadrent +cascadiez +cascadions +cascadons +cascatelle +cascatelles +case +casemate +casemates +casent +caser +casera +caserai +caseraient +caserais +caserait +caseras +caserez +caseriez +caserions +caserna +casernai +casernaient +casernais +casernait +casernant +casernas +casernasse +casernassent +casernasses +casernassiez +casernassions +casernmes +casernt +caserntes +caserne +casernement +casernements +casernent +caserner +casernera +casernerai +caserneraient +casernerais +casernerait +caserneras +casernerez +caserneriez +casernerions +casernerons +caserneront +casernes +casernez +casern +caserne +casernes +caserns +casernrent +caserniez +casernions +casernons +caserons +caseront +cases +casez +cas +case +cases +casine +cass +casrent +cash +casier +casiers +casiez +casino +casinos +casions +casons +casqua +casquai +casquaient +casquais +casquait +casquant +casquas +casquasse +casquassent +casquasses +casquassiez +casquassions +casqumes +casqut +casqutes +casque +casquent +casquer +casquera +casquerai +casqueraient +casquerais +casquerait +casqueras +casquerez +casqueriez +casquerions +casquerons +casqueront +casques +casquette +casquettes +casquez +casqu +casque +casques +casqus +casqurent +casquiez +casquions +casquons +cassa +cassai +cassaient +cassais +cassait +cassant +cassante +cassantes +cassants +cassas +cassasse +cassassent +cassasses +cassassiez +cassassions +cassation +cassations +cassmes +casst +casstes +casse +cassent +casser +cassera +casserai +casseraient +casserais +casserait +casseras +casserez +casseriez +casserions +casserole +casseroles +casserons +casseront +casses +cassette +cassettes +casseur +casseurs +casseuse +casseuses +cassez +cass +casse +casses +casss +cassrent +cassier +cassiers +cassiez +cassions +cassis +cassolette +cassolettes +cassonade +cassonades +cassons +cassoulet +cassoulets +cassure +cassures +castagnettes +caste +castes +castor +castors +castra +castrai +castraient +castrais +castrait +castrant +castras +castrasse +castrassent +castrasses +castrassiez +castrassions +castrateur +castration +castrations +castrmes +castrt +castrtes +castre +castrent +castrer +castrera +castrerai +castreraient +castrerais +castrerait +castreras +castrerez +castreriez +castrerions +castrerons +castreront +castres +castrez +castr +castre +castres +castrs +castrrent +castriez +castrions +castrons +casuel +casuels +casuistique +casuistiques +cataclysme +cataclysmes +catacombes +catadioptre +catadioptres +catadioptrique +catadioptriques +catafalque +catafalques +catalan +catalane +catalanes +catalans +catalepsie +catalogua +cataloguai +cataloguaient +cataloguais +cataloguait +cataloguant +cataloguas +cataloguasse +cataloguassent +cataloguasses +cataloguassiez +cataloguassions +catalogumes +catalogut +catalogutes +catalogue +cataloguent +cataloguer +cataloguera +cataloguerai +catalogueraient +cataloguerais +cataloguerait +catalogueras +cataloguerez +catalogueriez +cataloguerions +cataloguerons +catalogueront +catalogues +cataloguez +catalogu +catalogue +catalogues +catalogus +catalogurent +cataloguiez +cataloguions +cataloguons +catalysa +catalysai +catalysaient +catalysais +catalysait +catalysant +catalysas +catalysasse +catalysassent +catalysasses +catalysassiez +catalysassions +catalysmes +catalyst +catalystes +catalyse +catalysent +catalyser +catalysera +catalyserai +catalyseraient +catalyserais +catalyserait +catalyseras +catalyserez +catalyseriez +catalyserions +catalyserons +catalyseront +catalyses +catalysez +catalys +catalyse +catalyses +catalyss +catalysrent +catalysiez +catalysions +catalysons +catalytique +catalytiques +cataplasme +cataplasmes +catapulta +catapultai +catapultaient +catapultais +catapultait +catapultant +catapultas +catapultasse +catapultassent +catapultasses +catapultassiez +catapultassions +catapultmes +catapultt +catapulttes +catapulte +catapultent +catapulter +catapultera +catapulterai +catapulteraient +catapulterais +catapulterait +catapulteras +catapulterez +catapulteriez +catapulterions +catapulterons +catapulteront +catapultes +catapultez +catapult +catapulte +catapultes +catapults +catapultrent +catapultiez +catapultions +catapultons +cataracte +cataractes +catarrhe +catarrhes +catastrophe +catastrophes +catastroph +catastrophe +catastrophes +catastrophs +catastrophique +catastrophiques +catch +catcheur +catcheurs +catcheuse +catcheuses +catchisa +catchisai +catchisaient +catchisais +catchisait +catchisant +catchisas +catchisasse +catchisassent +catchisasses +catchisassiez +catchisassions +catchismes +catchist +catchistes +catchise +catchisent +catchiser +catchisera +catchiserai +catchiseraient +catchiserais +catchiserait +catchiseras +catchiserez +catchiseriez +catchiserions +catchiserons +catchiseront +catchises +catchisez +catchis +catchise +catchises +catchiss +catchisrent +catchisiez +catchisions +catchisme +catchismes +catchisons +catchumne +catchumnes +catgorie +catgories +catgorique +catgoriquement +catgoriques +catnaire +catnaires +cathare +cathares +catharisme +cathdrale +cathdrales +cathter +cathters +cathode +cathodes +cathodique +cathodiques +catholicisme +catholicit +catholicits +catholique +catholiques +catimini +cauchemar +cauchemars +caudal +caudale +caudales +caudaux +causa +causai +causaient +causais +causait +causal +causale +causales +causalit +causalits +causals +causant +causas +causasse +causassent +causasses +causassiez +causassions +causmes +caust +caustes +cause +causent +causer +causera +causerai +causeraient +causerais +causerait +causeras +causerez +causerie +causeries +causeriez +causerions +causerons +causeront +causes +causette +causettes +causeur +causeurs +causeuse +causeuses +causez +caus +cause +causes +causs +causrent +causiez +causions +causons +causse +causticit +causticits +caustique +caustiques +cauteleuse +cauteleuses +cauteleux +cautrisa +cautrisai +cautrisaient +cautrisais +cautrisait +cautrisant +cautrisas +cautrisasse +cautrisassent +cautrisasses +cautrisassiez +cautrisassions +cautrisation +cautrisations +cautrismes +cautrist +cautristes +cautrise +cautrisent +cautriser +cautrisera +cautriserai +cautriseraient +cautriserais +cautriserait +cautriseras +cautriserez +cautriseriez +cautriserions +cautriserons +cautriseront +cautrises +cautrisez +cautris +cautrise +cautrises +cautriss +cautrisrent +cautrisiez +cautrisions +cautrisons +caution +cautionna +cautionnai +cautionnaient +cautionnais +cautionnait +cautionnant +cautionnas +cautionnasse +cautionnassent +cautionnasses +cautionnassiez +cautionnassions +cautionnmes +cautionnt +cautionntes +cautionne +cautionnement +cautionnements +cautionnent +cautionner +cautionnera +cautionnerai +cautionneraient +cautionnerais +cautionnerait +cautionneras +cautionnerez +cautionneriez +cautionnerions +cautionnerons +cautionneront +cautionnes +cautionnez +cautionn +cautionne +cautionnes +cautionns +cautionnrent +cautionniez +cautionnions +cautionnons +cautions +cavalcada +cavalcadai +cavalcadaient +cavalcadais +cavalcadait +cavalcadant +cavalcadasse +cavalcadassent +cavalcadasses +cavalcadassiez +cavalcadassions +cavalcadmes +cavalcadt +cavalcadtes +cavalcade +cavalcadent +cavalcader +cavalcadera +cavalcaderai +cavalcaderaient +cavalcaderais +cavalcaderait +cavalcaderas +cavalcaderez +cavalcaderiez +cavalcaderions +cavalcaderons +cavalcaderont +cavalcades +cavalcadez +cavalcad +cavalcade +cavalcades +cavalcads +cavalcadrent +cavalcadiez +cavalcadions +cavalcadons +cavale +cavalerie +cavaleries +cavales +cavalier +cavaliers +cavaliez +cavalire +cavalirement +cavalires +cave +caveau +caveaux +caverne +cavernes +caverneuse +caverneuses +caverneux +caves +caviar +cavit +cavits +cacum +cbla +cblage +cblai +cblaient +cblais +cblait +cblant +cblas +cblasse +cblassent +cblasses +cblassiez +cblassions +cblmes +cblt +cbltes +cble +cblent +cbler +cblera +cblerai +cbleraient +cblerais +cblerait +cbleras +cblerez +cbleriez +cblerions +cblerons +cbleront +cbles +cblez +cbl +cble +cbles +cbls +cblrent +cbliez +cblions +cblogramme +cblogrammes +cblons +clin +clina +clinai +clinaient +clinais +clinait +clinant +clinas +clinasse +clinassent +clinasses +clinassiez +clinassions +clinmes +clint +clintes +cline +clinement +clinent +cliner +clinera +clinerai +clineraient +clinerais +clinerait +clineras +clinerez +clinerie +clineries +clineriez +clinerions +clinerons +clineront +clines +clinez +clin +cline +clines +clins +clinrent +cliniez +clinions +clinons +clins +cpre +cpres +cprier +cpriers +ce +ceci +ceignaient +ceignais +ceignait +ceignant +ceigne +ceignent +ceignes +ceignez +ceigniez +ceignions +ceignirent +ceignis +ceignisse +ceignissent +ceignisses +ceignissiez +ceignissions +ceignit +ceignmes +ceignt +ceigntes +ceignons +ceindra +ceindrai +ceindraient +ceindrais +ceindrait +ceindras +ceindre +ceindrez +ceindriez +ceindrions +ceindrons +ceindront +ceins +ceint +ceinte +ceintes +ceints +ceintura +ceinturai +ceinturaient +ceinturais +ceinturait +ceinturant +ceinturas +ceinturasse +ceinturassent +ceinturasses +ceinturassiez +ceinturassions +ceinturmes +ceinturt +ceinturtes +ceinture +ceinturent +ceinturer +ceinturera +ceinturerai +ceintureraient +ceinturerais +ceinturerait +ceintureras +ceinturerez +ceintureriez +ceinturerions +ceinturerons +ceintureront +ceintures +ceinturez +ceintur +ceinture +ceintures +ceinturs +ceinturrent +ceinturiez +ceinturions +ceinturon +ceinturons +cela +celai +celaient +celais +celait +celant +celas +celasse +celassent +celasses +celassiez +celassions +celmes +celt +celtes +celer +celez +cel +cele +celes +cels +celrent +celiez +celions +celle +celles +cellier +celliers +cellulaire +cellulaires +cellule +cellules +cellulod +cellulose +celons +celui +cendre +cendres +cendr +cendre +cendres +cendrs +cendrier +cendriers +cendrillon +cendrillons +cengers +cens +censeur +censeurs +cens +cense +censes +censment +censs +censura +censurai +censuraient +censurais +censurait +censurant +censuras +censurasse +censurassent +censurasses +censurassiez +censurassions +censurmes +censurt +censurtes +censure +censurent +censurer +censurera +censurerai +censureraient +censurerais +censurerait +censureras +censurerez +censureriez +censurerions +censurerons +censureront +censures +censurez +censur +censure +censures +censurs +censurrent +censuriez +censurions +censurons +cent +centaine +centaines +centaure +centaures +centenaire +centenaires +centsimal +centsimale +centsimales +centsimaux +centi +centime +centimes +centigrade +centigrades +centime +centimes +centimtre +centimtres +centra +centrage +centrages +centrai +centraient +centrais +centrait +central +centrale +centrales +centralisa +centralisai +centralisaient +centralisais +centralisait +centralisant +centralisas +centralisasse +centralisassent +centralisasses +centralisassiez +centralisassions +centralisateur +centralisateurs +centralisation +centralisations +centralisatrice +centralisatrices +centralismes +centralist +centralistes +centralise +centralisent +centraliser +centralisera +centraliserai +centraliseraient +centraliserais +centraliserait +centraliseras +centraliserez +centraliseriez +centraliserions +centraliserons +centraliseront +centralises +centralisez +centralis +centralise +centralises +centraliss +centralisrent +centralisiez +centralisions +centralisme +centralisons +centrant +centras +centrasse +centrassent +centrasses +centrassiez +centrassions +centraux +centrmes +centrt +centrtes +centre +centrent +centrer +centrera +centrerai +centreraient +centrerais +centrerait +centreras +centrerez +centreriez +centrerions +centrerons +centreront +centres +centrez +centr +centre +centres +centrs +centrrent +centriez +centrifugation +centrifugations +centrifuge +centrifuges +centrifugeur +centrifugeurs +centrifugeuse +centrifugeuses +centrions +centripte +centriptes +centrons +cents +centupla +centuplai +centuplaient +centuplais +centuplait +centuplant +centuplas +centuplasse +centuplassent +centuplasses +centuplassiez +centuplassions +centuplmes +centuplt +centupltes +centuple +centuplent +centupler +centuplera +centuplerai +centupleraient +centuplerais +centuplerait +centupleras +centuplerez +centupleriez +centuplerions +centuplerons +centupleront +centuples +centuplez +centupl +centuple +centuples +centupls +centuplrent +centupliez +centuplions +centuplons +centurion +cep +cependant +ceps +cerbre +cerbres +cerceau +cerceaux +cercla +cerclage +cerclages +cerclai +cerclaient +cerclais +cerclait +cerclant +cerclas +cerclasse +cerclassent +cerclasses +cerclassiez +cerclassions +cerclmes +cerclt +cercltes +cercle +cerclent +cercler +cerclera +cerclerai +cercleraient +cerclerais +cerclerait +cercleras +cerclerez +cercleriez +cerclerions +cerclerons +cercleront +cercles +cerclez +cercl +cercle +cercles +cercls +cerclrent +cercliez +cerclions +cerclons +cercueil +cercueils +cerf +cerfeuil +cerfs +cerise +cerises +cerisier +cerisiers +cerna +cernai +cernaient +cernais +cernait +cernant +cernas +cernasse +cernassent +cernasses +cernassiez +cernassions +cernmes +cernt +cerntes +cerne +cernent +cerner +cernera +cernerai +cerneraient +cernerais +cernerait +cerneras +cernerez +cerneriez +cernerions +cernerons +cerneront +cernes +cernez +cern +cerne +cernes +cerns +cernrent +cerniez +cernions +cernons +certain +certaine +certainement +certaines +certains +certes +certifia +certifiai +certifiaient +certifiais +certifiait +certifiant +certifias +certifiasse +certifiassent +certifiasses +certifiassiez +certifiassions +certifimes +certifit +certifites +certificat +certificats +certifie +certifient +certifier +certifiera +certifierai +certifieraient +certifierais +certifierait +certifieras +certifierez +certifieriez +certifierions +certifierons +certifieront +certifies +certifiez +certifi +certifie +certifies +certifis +certifirent +certifiiez +certifiions +certifions +certitude +certitudes +cervantes +cerveau +cerveaux +cervelas +cervelet +cervelets +cervelle +cervical +cervicale +cervicales +cervicaux +cervids +cervier +cerviers +ces +cessa +cessai +cessaient +cessais +cessait +cessant +cessas +cessasse +cessassent +cessasses +cessassiez +cessassions +cessation +cessations +cessmes +cesst +cesstes +cesse +cessent +cesser +cessera +cesserai +cesseraient +cesserais +cesserait +cesseras +cesserez +cesseriez +cesserions +cesserons +cesseront +cesses +cessez +cess +cesse +cesses +cesss +cessrent +cessiez +cession +cessions +cessons +cesssion +cet +cetera +cette +ceux +cans +ccit +ccits +cda +cdai +cdaient +cdais +cdait +cdant +cdas +cdasse +cdassent +cdasses +cdassiez +cdassions +cdmes +cdt +cdtes +cder +cdera +cderai +cderaient +cderais +cderait +cderas +cderez +cderiez +cderions +cderons +cderont +cdez +cd +cde +cdes +cds +cdrent +cdiez +cdille +cdilles +cdions +cdons +cdrat +cdratier +cdratiers +cdrats +cleri +cleris +clerit +clerits +cleste +clestes +clestin +clbra +clbrai +clbraient +clbrais +clbrait +clbrant +clbrants +clbras +clbrasse +clbrassent +clbrasses +clbrassiez +clbrassions +clbration +clbrations +clbrmes +clbrt +clbrtes +clbrer +clbrera +clbrerai +clbreraient +clbrerais +clbrerait +clbreras +clbrerez +clbreriez +clbrerions +clbrerons +clbreront +clbrez +clbr +clbre +clbres +clbrs +clbrrent +clbriez +clbrions +clbrit +clbrits +clbrons +clbre +clbrent +clbres +clibat +clibataire +clibataires +cment +cmenta +cmentai +cmentaient +cmentais +cmentait +cmentant +cmentas +cmentasse +cmentassent +cmentasses +cmentassiez +cmentassions +cmentmes +cmentt +cmenttes +cmente +cmentent +cmenter +cmentera +cmenterai +cmenteraient +cmenterais +cmenterait +cmenteras +cmenterez +cmenteriez +cmenterions +cmenterons +cmenteront +cmentes +cmentez +cment +cmente +cmentes +cments +cmentrent +cmentiez +cmentions +cmentons +cnacle +cnacles +cnobite +cnobites +cnopathe +cnopathes +cpage +cpages +cphalopodes +cramique +cramiques +cramiste +cramistes +crale +crales +crbral +crbrale +crbrales +crbraux +crbro +crmonial +crmonials +crmonie +crmonies +crmonieuse +crmonieusement +crmonieuses +crmonieux +crumen +cruse +csar +csarienne +csariennes +csium +csure +csures +ctacs +ctoine +ctoines +cvanol +cvanole +cvanoles +cvanols +cde +cdent +cdes +cdre +cdres +cle +clent +clera +clerai +cleraient +clerais +clerait +cleras +clerez +cleriez +clerions +clerons +cleront +cles +cne +cpe +cpes +cf +chacal +chacals +chacun +chacune +chafouin +chafouine +chafouines +chafouins +chagrin +chagrina +chagrinai +chagrinaient +chagrinais +chagrinait +chagrinant +chagrinas +chagrinasse +chagrinassent +chagrinasses +chagrinassiez +chagrinassions +chagrinmes +chagrint +chagrintes +chagrine +chagrinent +chagriner +chagrinera +chagrinerai +chagrineraient +chagrinerais +chagrinerait +chagrineras +chagrinerez +chagrineriez +chagrinerions +chagrinerons +chagrineront +chagrines +chagrinez +chagrin +chagrine +chagrines +chagrins +chagrinrent +chagriniez +chagrinions +chagrinons +chagrins +chahut +chahuta +chahutai +chahutaient +chahutais +chahutait +chahutant +chahutas +chahutasse +chahutassent +chahutasses +chahutassiez +chahutassions +chahutmes +chahutt +chahuttes +chahute +chahutent +chahuter +chahutera +chahuterai +chahuteraient +chahuterais +chahuterait +chahuteras +chahuterez +chahuteriez +chahuterions +chahuterons +chahuteront +chahutes +chahutez +chahut +chahute +chahutes +chahuts +chahutrent +chahutiez +chahutions +chahutons +chahuts +chai +chair +chaire sige +chaires sige +chairs +chaise +chaises +chaisier +chaisiers +chaisire +chaisires +chaix +chane +chanes +chanette +chanettes +chanon +chanons +chaland +chalande +chalandes +chalands +chalcographie +chalde +chalden +chaldenne +chaldennes +chaldens +chalet +chalets +chaleur +chaleureuse +chaleureusement +chaleureuses +chaleureux +chaleurs +challenge +challenges +chaloupe +chaloupes +chalumeau +chalumeaux +chalut +chalutier +chalutiers +chaluts +chamade +chamades +chamailla +chamaillai +chamaillaient +chamaillais +chamaillait +chamaillant +chamaillas +chamaillasse +chamaillassent +chamaillasses +chamaillassiez +chamaillassions +chamaillmes +chamaillt +chamailltes +chamaille +chamaillent +chamailler +chamaillera +chamaillerai +chamailleraient +chamaillerais +chamaillerait +chamailleras +chamaillerez +chamaillerie +chamailleries +chamailleriez +chamaillerions +chamaillerons +chamailleront +chamailles +chamaillez +chamaill +chamaille +chamailles +chamaills +chamaillrent +chamailliez +chamaillions +chamaillons +chamarra +chamarrai +chamarraient +chamarrais +chamarrait +chamarrant +chamarras +chamarrasse +chamarrassent +chamarrasses +chamarrassiez +chamarrassions +chamarrmes +chamarrt +chamarrtes +chamarre +chamarrent +chamarrer +chamarrera +chamarrerai +chamarreraient +chamarrerais +chamarrerait +chamarreras +chamarrerez +chamarreriez +chamarrerions +chamarrerons +chamarreront +chamarres +chamarrez +chamarr +chamarre +chamarres +chamarrs +chamarrrent +chamarriez +chamarrions +chamarrons +chamarrure +chamarrures +chambard +chambarda +chambardai +chambardaient +chambardais +chambardait +chambardant +chambardas +chambardasse +chambardassent +chambardasses +chambardassiez +chambardassions +chambardmes +chambardt +chambardtes +chambarde +chambardement +chambardent +chambarder +chambardera +chambarderai +chambarderaient +chambarderais +chambarderait +chambarderas +chambarderez +chambarderiez +chambarderions +chambarderons +chambarderont +chambardes +chambardez +chambard +chambarde +chambardes +chambards +chambardrent +chambardiez +chambardions +chambardons +chambards +chamboula +chamboulai +chamboulaient +chamboulais +chamboulait +chamboulant +chamboulas +chamboulasse +chamboulassent +chamboulasses +chamboulassiez +chamboulassions +chamboulmes +chamboult +chamboultes +chamboule +chamboulement +chamboulements +chamboulent +chambouler +chamboulera +chamboulerai +chambouleraient +chamboulerais +chamboulerait +chambouleras +chamboulerez +chambouleriez +chamboulerions +chamboulerons +chambouleront +chamboules +chamboulez +chamboul +chamboule +chamboules +chambouls +chamboulrent +chambouliez +chamboulions +chamboulons +chambra +chambrai +chambraient +chambrais +chambrait +chambranle +chambranles +chambrant +chambras +chambrasse +chambrassent +chambrasses +chambrassiez +chambrassions +chambrmes +chambrt +chambrtes +chambre +chambrent +chambrer +chambrera +chambrerai +chambreraient +chambrerais +chambrerait +chambreras +chambrerez +chambreriez +chambrerions +chambrerons +chambreront +chambres +chambrez +chambr +chambre +chambres +chambrs +chambrrent +chambriez +chambrions +chambrons +chameau +chameaux +chamelier +chameliers +chamelle +chamelles +chamois +champ +champagne +champagnes +champagnisa +champagnisai +champagnisaient +champagnisais +champagnisait +champagnisant +champagnisas +champagnisasse +champagnisassent +champagnisasses +champagnisassiez +champagnisassions +champagnismes +champagnist +champagnistes +champagnisent +champagniser +champagnisera +champagniserai +champagniseraient +champagniserais +champagniserait +champagniseras +champagniserez +champagniseriez +champagniserions +champagniserons +champagniseront +champagnises +champagnisez +champagnis +champagnise +champagnises +champagniss +champagnisrent +champagnisiez +champagnisions +champagnisons +champenois +champenoise +champenoises +champtre +champtres +champignon +champignonnire +champignonnires +champignons +champion +championnat +championnats +champions +champs +chance +chancela +chancelai +chancelaient +chancelais +chancelait +chancelant +chancelas +chancelasse +chancelassent +chancelasses +chancelassiez +chancelassions +chancelmes +chancelt +chanceltes +chanceler +chancelez +chancel +chancele +chanceles +chancels +chancelrent +chancelier +chanceliers +chanceliez +chancelire +chancelires +chancelions +chancelle +chancellent +chancellera +chancellerai +chancelleraient +chancellerais +chancellerait +chancelleras +chancellerez +chancellerie +chancelleries +chancelleriez +chancellerions +chancellerons +chancelleront +chancelles +chancelons +chances +chanceuse +chanceuses +chanceux +chancre +chancres +chandail +chandails +chandelier +chandeliers +chandelle +chandelles +chanfrein +chanfreina +chanfreinai +chanfreinaient +chanfreinais +chanfreinait +chanfreinant +chanfreinas +chanfreinasse +chanfreinassent +chanfreinasses +chanfreinassiez +chanfreinassions +chanfreinmes +chanfreint +chanfreintes +chanfreine +chanfreinent +chanfreiner +chanfreinera +chanfreinerai +chanfreineraient +chanfreinerais +chanfreinerait +chanfreineras +chanfreinerez +chanfreineriez +chanfreinerions +chanfreinerons +chanfreineront +chanfreines +chanfreinez +chanfrein +chanfreine +chanfreines +chanfreins +chanfreinrent +chanfreiniez +chanfreinions +chanfreinons +chanfreins +change +changea +changeable +changeables +changeai +changeaient +changeais +changeait +changeant +changeante +changement +changements +changent +changer +changera +changeraient +changerait +changes +changeur +changeurs +changeuse +changeuses +changez +chang +change +changes +changs +chanoine +chanoines +chanoinesse +chanoinesses +chanson +chansonnette +chansonnettes +chansonnier +chansonniers +chansonnire +chansonnires +chansons +chant +chanta +chantage +chantages +chantai +chantaient +chantais +chantait +chantant +chantas +chantasse +chantassent +chantasses +chantassiez +chantassions +chantmes +chantt +chanttes +chante +chantent +chanter +chantera +chanterai +chanteraient +chanterais +chanterait +chanteras +chanterelle +chanterelles +chanterez +chanteriez +chanterions +chanterons +chanteront +chantes +chanteur +chanteurs +chanteuse +chanteuses +chantez +chant +chante +chantes +chants +chantrent +chantier +chantiers +chantiez +chantions +chantonna +chantonnai +chantonnaient +chantonnais +chantonnait +chantonnant +chantonnas +chantonnasse +chantonnassent +chantonnasses +chantonnassiez +chantonnassions +chantonnmes +chantonnt +chantonntes +chantonne +chantonnent +chantonner +chantonnera +chantonnerai +chantonneraient +chantonnerais +chantonnerait +chantonneras +chantonnerez +chantonneriez +chantonnerions +chantonnerons +chantonneront +chantonnes +chantonnez +chantonn +chantonne +chantonnes +chantonns +chantonnrent +chantonniez +chantonnions +chantonnons +chantons +chantourna +chantournai +chantournaient +chantournais +chantournait +chantournant +chantournas +chantournasse +chantournassent +chantournasses +chantournassiez +chantournassions +chantournmes +chantournt +chantourntes +chantourne +chantournent +chantourner +chantournera +chantournerai +chantourneraient +chantournerais +chantournerait +chantourneras +chantournerez +chantourneriez +chantournerions +chantournerons +chantourneront +chantournes +chantournez +chantourn +chantourne +chantournes +chantourns +chantournrent +chantourniez +chantournions +chantournons +chantre +chantres +chants +chanvre +chaos +chaotique +chaotiques +chaparda +chapardai +chapardaient +chapardais +chapardait +chapardant +chapardas +chapardasse +chapardassent +chapardasses +chapardassiez +chapardassions +chapardmes +chapardt +chapardtes +chaparde +chapardent +chaparder +chapardera +chaparderai +chaparderaient +chaparderais +chaparderait +chaparderas +chaparderez +chaparderiez +chaparderions +chaparderons +chaparderont +chapardes +chapardez +chapard +chaparde +chapardes +chapards +chapardrent +chapardiez +chapardions +chapardons +chape +chapeau +chapeauta +chapeautai +chapeautaient +chapeautais +chapeautait +chapeautant +chapeautas +chapeautasse +chapeautassent +chapeautasses +chapeautassiez +chapeautassions +chapeautmes +chapeautt +chapeauttes +chapeaute +chapeautent +chapeauter +chapeautera +chapeauterai +chapeauteraient +chapeauterais +chapeauterait +chapeauteras +chapeauterez +chapeauteriez +chapeauterions +chapeauterons +chapeauteront +chapeautes +chapeautez +chapeaut +chapeaute +chapeautes +chapeauts +chapeautrent +chapeautiez +chapeautions +chapeautons +chapeaux +chapelain +chapelains +chapelet +chapelets +chapelier +chapeliers +chapelire +chapelires +chapelle +chapellerie +chapelleries +chapelles +chapelure +chapelures +chaperon +chaperonna +chaperonnai +chaperonnaient +chaperonnais +chaperonnait +chaperonnant +chaperonnas +chaperonnasse +chaperonnassent +chaperonnasses +chaperonnassiez +chaperonnassions +chaperonnmes +chaperonnt +chaperonntes +chaperonne +chaperonnent +chaperonner +chaperonnera +chaperonnerai +chaperonneraient +chaperonnerais +chaperonnerait +chaperonneras +chaperonnerez +chaperonneriez +chaperonnerions +chaperonnerons +chaperonneront +chaperonnes +chaperonnez +chaperonn +chaperonne +chaperonnes +chaperonns +chaperonniez +chaperonnions +chaperonnons +chaperons +chapes +chapiteau +chapiteaux +chapitra +chapitrai +chapitraient +chapitrais +chapitrait +chapitrant +chapitras +chapitrasse +chapitrassent +chapitrasses +chapitrassiez +chapitrassions +chapitrmes +chapitrt +chapitrtes +chapitre +chapitrent +chapitrer +chapitrera +chapitrerai +chapitreraient +chapitrerais +chapitrerait +chapitreras +chapitrerez +chapitreriez +chapitrerions +chapitrerons +chapitreront +chapitres +chapitrez +chapitr +chapitre +chapitres +chapitrs +chapitrrent +chapitriez +chapitrions +chapitrons +chapon +chapons +chaque +char +charabia +charabias +charade +charades +charanon +charanons +charbon +charbonna +charbonnage +charbonnages +charbonnai +charbonnaient +charbonnais +charbonnait +charbonnant +charbonnas +charbonnasse +charbonnassent +charbonnasses +charbonnassiez +charbonnassions +charbonnmes +charbonnt +charbonntes +charbonne +charbonnent +charbonner +charbonnera +charbonnerai +charbonneraient +charbonnerais +charbonnerait +charbonneras +charbonnerez +charbonneriez +charbonnerions +charbonnerons +charbonneront +charbonnes +charbonnez +charbonn +charbonne +charbonnes +charbonns +charbonnrent +charbonnier +charbonniers +charbonniez +charbonnire +charbonnires +charbonnions +charbonnons +charbons +charcuta +charcutage +charcutai +charcutaient +charcutais +charcutait +charcutant +charcutas +charcutasse +charcutassent +charcutasses +charcutassiez +charcutassions +charcutmes +charcutt +charcuttes +charcute +charcutent +charcuter +charcutera +charcuterai +charcuteraient +charcuterais +charcuterait +charcuteras +charcuterez +charcuterie +charcuteries +charcuteriez +charcuterions +charcuterons +charcuteront +charcutes +charcutez +charcut +charcute +charcutes +charcuts +charcutrent +charcutier +charcutiers +charcutiez +charcutire +charcutires +charcutions +charcutons +chardon +chardonneret +chardonnerets +chardons +charge +chargea +chargeai +chargeaient +chargeais +chargeait +chargeant +chargeas +chargeasse +chargeassent +chargeasses +chargeassiez +chargeassions +chargemes +charget +chargetes +chargement +chargements +chargent +chargeons +charger +chargera +chargerai +chargeraient +chargerais +chargerait +chargeras +chargerez +chargeriez +chargerions +chargerons +chargeront +charges +chargeur +chargeurs +chargez +charg +charge +charges +chargs +chargrent +chargiez +chargions +chariot +chariots +charisme +charitable +charitablement +charitables +charit +charivari +charivaris +charlatan +charlatanesque +charlatanesques +charlatanisme +charlatans +charlemagne +charles +charma +charmai +charmaient +charmais +charmait +charmant +charmante +charmantes +charmants +charmas +charmasse +charmassent +charmasses +charmassiez +charmassions +charmmes +charmt +charmtes +charme +charment +charmer +charmera +charmerai +charmeraient +charmerais +charmerait +charmeras +charmerez +charmeriez +charmerions +charmerons +charmeront +charmes +charmeur +charmeurs +charmeuse +charmeuses +charmez +charm +charme +charmes +charms +charmrent +charmiez +charmille +charmilles +charmions +charmons +charnel +charnelle +charnellement +charnelles +charnels +charnier +charniers +charnire +charnires +charnu +charnue +charnues +charnus +charogne +charognes +charolaise +charolaises +charpenta +charpentai +charpentaient +charpentais +charpentait +charpentant +charpentas +charpentasse +charpentassent +charpentasses +charpentassiez +charpentassions +charpentmes +charpentt +charpenttes +charpente +charpentent +charpenter +charpentera +charpenterai +charpenteraient +charpenterais +charpenterait +charpenteras +charpenterez +charpenteriez +charpenterions +charpenterons +charpenteront +charpentes +charpentez +charpent +charpente +charpentes +charpents +charpentrent +charpentier +charpentiers +charpentiez +charpentions +charpentons +charpie +charpies +charrete +charretes +charretier +charretiers +charretire +charretires +charrette +charrettes +charria +charriai +charriaient +charriais +charriait +charriant +charrias +charriasse +charriassent +charriasses +charriassiez +charriassions +charrimes +charrit +charrites +charrie +charrient +charrier +charriera +charrierai +charrieraient +charrierais +charrierait +charrieras +charrierez +charrieriez +charrierions +charrierons +charrieront +charries +charriez +charri +charrie +charries +charris +charrirent +charriiez +charriions +charrions +charroi +charrois +charron +charrons +charrue +charrues +chars +charte +chartes +chartiste +chartistes +chartreuse +chartreuses +chas +chassa +chassai +chassaient +chassais +chassait +chassant +chassas +chassasse +chassassent +chassasses +chassassiez +chassassions +chassmes +chasst +chasstes +chasse +chasselas +chassent +chasser +chassera +chasserai +chasseraient +chasserais +chasserait +chasseras +chasserez +chasseriez +chasserions +chasserons +chasseront +chasses +chasseur +chasseurs +chasseuse +chasseuses +chassez +chass +chasse +chasses +chasss +chassrent +chassie +chassieuse +chassieuses +chassieux +chassiez +chassions +chassis verbe +chassons +chaste +chastement +chastes +chastet +chastets +chasuble +chasubles +chat +chateaubriand +chateaubriands +chatoie +chatoiement +chatoiements +chatoient +chatoiera +chatoierai +chatoieraient +chatoierais +chatoierait +chatoieras +chatoierez +chatoieriez +chatoierions +chatoierons +chatoieront +chatoies +chaton +chatons +chatouilla +chatouillai +chatouillaient +chatouillais +chatouillait +chatouillant +chatouillas +chatouillasse +chatouillassent +chatouillasses +chatouillassiez +chatouillassions +chatouillmes +chatouillt +chatouilltes +chatouille +chatouillement +chatouillements +chatouillent +chatouiller +chatouillera +chatouillerai +chatouilleraient +chatouillerais +chatouillerait +chatouilleras +chatouillerez +chatouilleriez +chatouillerions +chatouillerons +chatouilleront +chatouilles +chatouilleuse +chatouilleuses +chatouilleux +chatouillez +chatouill +chatouille +chatouilles +chatouills +chatouillrent +chatouilliez +chatouillions +chatouillons +chatoya +chatoyai +chatoyaient +chatoyais +chatoyait +chatoyant +chatoyas +chatoyasse +chatoyassent +chatoyassiez +chatoyassions +chatoymes +chatoyt +chatoytes +chatoyer +chatoyez +chatoy +chatoye +chatoyes +chatoys +chatoyrent +chatoyiez +chatoyions +chatoyons +chats +chatte +chatterie +chatteries +chatterton +chattertons +chattes +chaud +chaude +chaudes +chaudire +chaudires +chaudron +chaudronnerie +chaudronnier +chaudronniers +chaudronnire +chaudronnires +chaudrons +chauds +chauffa +chauffage +chauffages +chauffai +chauffaient +chauffais +chauffait +chauffant +chauffas +chauffasse +chauffassent +chauffasses +chauffassiez +chauffassions +chauffmes +chaufft +chaufftes +chauffe +chauffent +chauffer +chauffera +chaufferai +chaufferaient +chaufferais +chaufferait +chaufferas +chaufferette +chaufferettes +chaufferez +chaufferie +chaufferies +chaufferiez +chaufferions +chaufferons +chaufferont +chauffes +chauffeur +chauffeurs +chauffez +chauff +chauffe +chauffes +chauffs +chauffrent +chauffiez +chauffions +chauffons +chaufournier +chaufourniers +chaula +chaulai +chaulaient +chaulais +chaulait +chaulant +chaulas +chaulasse +chaulassent +chaulasses +chaulassiez +chaulassions +chaulmes +chault +chaultes +chaule +chaulent +chauler +chaulera +chaulerai +chauleraient +chaulerais +chaulerait +chauleras +chaulerez +chauleriez +chaulerions +chaulerons +chauleront +chaules +chaulez +chaul +chaule +chaules +chauls +chaulrent +chauliez +chaulions +chaulons +chaume +chaumes +chaumire +chaumires +chaussa +chaussai +chaussaient +chaussais +chaussait +chaussant +chaussas +chaussasse +chaussassent +chaussasses +chaussassiez +chaussassions +chaussmes +chausst +chausstes +chausse +chaussent +chausser +chaussera +chausserai +chausseraient +chausserais +chausserait +chausseras +chausserez +chausseriez +chausserions +chausserons +chausseront +chausses +chaussette +chaussettes +chaussez +chauss +chausse +chausses +chausss +chaussrent +chaussiez +chaussions +chausson +chaussons +chaussure +chaussures +chaut +chauve +chauves +chauvin +chauvine +chauvines +chauvinisme +chauvinismes +chauvins +chaux +chavira +chavirai +chaviraient +chavirais +chavirait +chavirant +chaviras +chavirasse +chavirassent +chavirasses +chavirassiez +chavirassions +chavirmes +chavirt +chavirtes +chavire +chavirement +chavirent +chavirer +chavirera +chavirerai +chavireraient +chavirerais +chavirerait +chavireras +chavirerez +chavireriez +chavirerions +chavirerons +chavireront +chavires +chavirez +chavir +chavire +chavires +chavirs +chavirrent +chaviriez +chavirions +chavirons +chh +chhs +chle +chles +chlit +chlits +chsse +chsses +chssis +chtaigne +chtaigneraie +chtaigneraies +chtaignes +chtaignier +chtaigniers +chtain +chtaine +chtaines +chtains +chteau +chteaubriant +chteaubriants +chteaux +chtelain +chtelaine +chtelaines +chtelains +chtia +chtiai +chtiaient +chtiais +chtiait +chtiant +chtias +chtiasse +chtiassent +chtiasses +chtiassiez +chtiassions +chtimes +chtit +chtites +chtie +chtient +chtier +chtiera +chtierai +chtieraient +chtierais +chtierait +chtieras +chtierez +chtieriez +chtierions +chtierons +chtieront +chties +chtiez +chti +chtie +chties +chtis +chtire +chtirent +chtires +chtiiez +chtiions +chtiment +chtiments +chtions +chtra +chtrai +chtraient +chtrais +chtrait +chtrant +chtras +chtrasse +chtrassent +chtrasses +chtrassiez +chtrassions +chtrmes +chtrt +chtrtes +chtre +chtrent +chtrer +chtrera +chtrerai +chtreraient +chtrerais +chtrerait +chtreras +chtrerez +chtreriez +chtrerions +chtrerons +chtreront +chtres +chtrez +chtr +chtre +chtres +chtrs +chtrrent +chtriez +chtrions +chtrons +cheddite +chef +chefferie +chefferies +chefs +cheikh +cheikhs +chelem +chelems +chemin +chemina +cheminai +cheminaient +cheminais +cheminait +cheminant +cheminas +cheminasse +cheminassent +cheminasses +cheminassiez +cheminassions +cheminmes +chemint +chemintes +chemine +chemineau +chemineaux +cheminement +cheminements +cheminent +cheminer +cheminera +cheminerai +chemineraient +cheminerais +cheminerait +chemineras +cheminerez +chemineriez +cheminerions +cheminerons +chemineront +chemines +cheminez +chemin +chemine +chemines +chemins +cheminrent +cheminiez +cheminions +cheminons +cheminot +cheminots +chemins +chemise +chemiserie +chemiseries +chemises +chemisette +chemisettes +chemisier +chemisiers +chemisire +chemisires +chenal +chenapan +chenapans +chenaux +chenet +chenets +chenil +chenille +chenilles +chenils +chenu +chenue +chenues +chenus +cheptel +cher +chercha +cherchai +cherchaient +cherchais +cherchait +cherchant +cherchas +cherchasse +cherchassent +cherchasses +cherchassiez +cherchassions +cherchmes +chercht +cherchtes +cherche +cherchent +chercher +cherchera +chercherai +chercheraient +chercherais +chercherait +chercheras +chercherez +chercheriez +chercherions +chercherons +chercheront +cherches +chercheur +chercheurs +chercheuse +chercheuses +cherchez +cherch +cherche +cherches +cherchs +cherchrent +cherchiez +cherchions +cherchons +chers +chert +cheval +chevaleresque +chevaleresquement +chevaleresques +chevalerie +chevalet +chevalets +chevalier +chevaliers +chevalire +chevalires +chevalin +chevaline +chevalines +chevalins +chevaucha +chevauchai +chevauchaient +chevauchais +chevauchait +chevauchant +chevauchas +chevauchasse +chevauchassent +chevauchasses +chevauchassiez +chevauchassions +chevauchmes +chevaucht +chevauchtes +chevauche +chevauchement +chevauchements +chevauchent +chevaucher +chevauchera +chevaucherai +chevaucheraient +chevaucherais +chevaucherait +chevaucheras +chevaucherez +chevaucheriez +chevaucherions +chevaucherons +chevaucheront +chevauches +chevauchez +chevauch +chevauche +chevauches +chevauchs +chevauchrent +chevauchiez +chevauchions +chevauchons +chevaux +chevelu +chevelue +chevelues +chevelure +chevelures +chevelus +chevet +chevets +cheveu +cheveux +chevilla +chevillai +chevillaient +chevillais +chevillait +chevillant +chevillas +chevillasse +chevillassent +chevillasses +chevillassiez +chevillassions +chevillmes +chevillt +chevilltes +cheville +chevillent +cheviller +chevillera +chevillerai +chevilleraient +chevillerais +chevillerait +chevilleras +chevillerez +chevilleriez +chevillerions +chevillerons +chevilleront +chevilles +chevillez +chevill +cheville +chevilles +chevills +chevillrent +chevilliez +chevillions +chevillons +cheviotte +chevreau +chevreaux +chevrette +chevrettes +chevreuil +chevreuils +chevrier +chevriers +chevrire +chevrires +chevron +chevronn +chevronne +chevronnes +chevronns +chevrons +chevrota +chevrotai +chevrotaient +chevrotain +chevrotains +chevrotais +chevrotait +chevrotant +chevrotas +chevrotasse +chevrotassent +chevrotasses +chevrotassiez +chevrotassions +chevrotmes +chevrott +chevrottes +chevrote +chevrotement +chevrotements +chevrotent +chevroter +chevrotera +chevroterai +chevroteraient +chevroterais +chevroterait +chevroteras +chevroterez +chevroteriez +chevroterions +chevroterons +chevroteront +chevrotes +chevrotez +chevrot +chevrote +chevrotes +chevrots +chevrotrent +chevrotiez +chevrotine +chevrotines +chevrotions +chevrotons +chewing +chez +chchia +chchias +chneau +chneaux +chquier +chquiers +chri +chrie +chries +chrif +chrifs +chrir +chrira +chrirai +chriraient +chrirais +chrirait +chriras +chrirent +chrirez +chririez +chririons +chrirons +chriront +chris +chrissaient +chrissais +chrissait +chrissant +chrissas +chrissez +chrissiez +chrissions +chrissons +chrissont +chrit +chrmes +chrt +chrtes +chrubin +chrubins +chtif +chtifs +chtive +chtivement +chtives +chque +chques +chquier +chquiers +chre +chrement +chres +chvre +chvrefeuille +chvrefeuilles +chvres +chne +chneau +chneaux +chnes +chiala +chialai +chialaient +chialais +chialait +chialant +chialas +chialasse +chialassent +chialasses +chialassiez +chialassions +chialmes +chialt +chialtes +chiale +chialent +chialer +chialera +chialerai +chialeraient +chialerais +chialerait +chialeras +chialerez +chialeriez +chialerions +chialerons +chialeront +chiales +chialez +chial +chiale +chiales +chials +chialrent +chialiez +chialions +chialons +chiant +chic +chicana +chicanai +chicanaient +chicanais +chicanait +chicanant +chicanas +chicanasse +chicanassent +chicanasses +chicanassiez +chicanassions +chicanmes +chicant +chicantes +chicane +chicanent +chicaner +chicanera +chicanerai +chicaneraient +chicanerais +chicanerait +chicaneras +chicanerez +chicanerie +chicaneries +chicaneriez +chicanerions +chicanerons +chicaneront +chicanes +chicaneur +chicaneurs +chicaneuse +chicaneuses +chicanez +chican +chicane +chicanes +chicans +chicanrent +chicanier +chicaniers +chicaniez +chicanire +chicanires +chicanions +chicanons +chiche +chichement +chiches +chichi +chichis +chicore +chicores +chicot +chicots +chics +chien +chiendent +chiendents +chienne +chiennes +chiens +chiffe +chiffes +chiffon +chiffonna +chiffonnai +chiffonnaient +chiffonnais +chiffonnait +chiffonnant +chiffonnas +chiffonnasse +chiffonnassent +chiffonnasses +chiffonnassiez +chiffonnassions +chiffonnmes +chiffonnt +chiffonntes +chiffonne +chiffonnent +chiffonner +chiffonnera +chiffonnerai +chiffonneraient +chiffonnerais +chiffonnerait +chiffonneras +chiffonnerez +chiffonneriez +chiffonnerions +chiffonnerons +chiffonneront +chiffonnes +chiffonnez +chiffonn +chiffonne +chiffonnes +chiffonns +chiffonnrent +chiffonnier +chiffonniers +chiffonniez +chiffonnire +chiffonnires +chiffonnions +chiffonnons +chiffons +chiffra +chiffrage +chiffrages +chiffrai +chiffraient +chiffrais +chiffrait +chiffrant +chiffras +chiffrasse +chiffrassent +chiffrasses +chiffrassiez +chiffrassions +chiffrmes +chiffrt +chiffrtes +chiffre +chiffrent +chiffrer +chiffrera +chiffrerai +chiffreraient +chiffrerais +chiffrerait +chiffreras +chiffrerez +chiffreriez +chiffrerions +chiffrerons +chiffreront +chiffres +chiffrez +chiffr +chiffre +chiffres +chiffrs +chiffrrent +chiffriez +chiffrions +chiffrons +chignole +chignoles +chignon +chignons +chimrique +chimriques +chimre +chimres +chimie +chimiothrapie +chimiothrapies +chimiothrapique +chimiothrapiques +chimique +chimiquement +chimiques +chimiste +chimistes +chimpanz +chimpanzs +china +chinai +chinaient +chinais +chinait +chinant +chinas +chinasse +chinassent +chinasses +chinassiez +chinassions +chinmes +chint +chintes +chinchilla +chinchillas +chine +chinent +chiner +chinera +chinerai +chineraient +chinerais +chinerait +chineras +chinerez +chineriez +chinerions +chinerons +chineront +chines +chineur +chineurs +chineuse +chineuses +chinez +chin +chine +chines +chins +chinrent +chiniez +chinions +chinois +chinoise +chinoiserie +chinoiseries +chinoises +chinons +chiot +chiots +chiourme +chipa +chipai +chipaient +chipais +chipait +chipant +chipas +chipasse +chipassent +chipasses +chipassiez +chipassions +chipmes +chipt +chiptes +chipe +chipent +chiper +chipera +chiperai +chiperaient +chiperais +chiperait +chiperas +chiperez +chiperiez +chiperions +chiperons +chiperont +chipes +chipez +chip +chipe +chipes +chips +chiprent +chipie +chipies +chipiez +chipions +chipons +chipota +chipotai +chipotaient +chipotais +chipotait +chipotant +chipotas +chipotasse +chipotassent +chipotasses +chipotassiez +chipotassions +chipotmes +chipott +chipottes +chipote +chipotent +chipoter +chipotera +chipoterai +chipoteraient +chipoterais +chipoterait +chipoteras +chipoterez +chipoteriez +chipoterions +chipoterons +chipoteront +chipotes +chipotez +chipot +chipote +chipotes +chipots +chipotrent +chipotiez +chipotions +chipotons +chiqua +chiquai +chiquaient +chiquais +chiquait +chiquant +chiquas +chiquasse +chiquassent +chiquasses +chiquassiez +chiquassions +chiqumes +chiqut +chiqutes +chique +chiquenaude +chiquenaudes +chiquent +chiquer +chiquera +chiquerai +chiqueraient +chiquerais +chiquerait +chiqueras +chiquerez +chiqueriez +chiquerions +chiquerons +chiqueront +chiques +chiquez +chiqu +chique +chiques +chiqus +chiqurent +chiquiez +chiquions +chiquons +chiromancie +chiromancien +chiromancienne +chiromanciennes +chiromanciens +chiropractie +chiropraxie +chirurgical +chirurgicale +chirurgicales +chirurgicaux +chirurgie +chirurgien +chirurgiens +chirurgies +chitine +chiure +chiures +chlorate +chlorates +chlore +chlor +chlore +chlores +chlors +chlorhydrique +chlorhydriques +chloroforma +chloroformai +chloroformaient +chloroformais +chloroformait +chloroformant +chloroformas +chloroformasse +chloroformassent +chloroformasses +chloroformassiez +chloroformassions +chloroformmes +chloroformt +chloroformtes +chloroforme +chloroforment +chloroformer +chloroformera +chloroformerai +chloroformeraient +chloroformerais +chloroformerait +chloroformeras +chloroformerez +chloroformeriez +chloroformerions +chloroformerons +chloroformeront +chloroformes +chloroformez +chloroform +chloroforme +chloroformes +chloroforms +chloroformrent +chloroformiez +chloroformions +chloroformons +chlorophylle +chlorure +choc +chocante +chocolat +chocolatier +chocolatiers +chocolatire +chocolatires +chocolats +chocs +choeur +choeurs +choie +choient +choiera +choierai +choieraient +choierais +choierait +choieras +choierez +choieriez +choierions +choierons +choieront +choies +choir +choira +choirai +choirais +choirait +chois +choisi +choisie +choisies +choisir +choisira +choisirai +choisiraient +choisirais +choisirait +choisiras +choisirent +choisirez +choisiriez +choisirions +choisirons +choisiront +choisis +choisissaient +choisissais +choisissait +choisissant +choisissas +choisissez +choisissiez +choisissions +choisissons +choisit +choismes +choist +choistes +choit +choix +cholestrol +cholra +cholrique +cholriques +chope +chopes +chopine +chopines +choqua +choquai +choquaient +choquais +choquait +choquant +choquas +choquasse +choquassent +choquasses +choquassiez +choquassions +choqumes +choqut +choqutes +choque +choquent +choquer +choquera +choquerai +choqueraient +choquerais +choquerait +choqueras +choquerez +choqueriez +choquerions +choquerons +choqueront +choques +choquez +choqu +choque +choques +choqus +choqurent +choquiez +choquions +choquons +choral +chorale +chorales +chorals +chorographe +chorographes +chorographie +chorographies +choriste +choristes +chorus +chose +choses +chou +chouan +chouannerie +chouanneries +chouans +choucas +chouchou +chouchous +chouchouta +chouchoutai +chouchoutaient +chouchoutais +chouchoutait +chouchoutant +chouchoutas +chouchoutasse +chouchoutassent +chouchoutasses +chouchoutassiez +chouchoutassions +chouchoutmes +chouchoutt +chouchouttes +chouchoute +chouchoutent +chouchouter +chouchoutera +chouchouterai +chouchouteraient +chouchouterais +chouchouterait +chouchouteras +chouchouterez +chouchouteriez +chouchouterions +chouchouterons +chouchouteront +chouchoutes +chouchoutez +chouchout +chouchoute +chouchoutes +chouchouts +chouchoutrent +chouchoutiez +chouchoutions +chouchoutons +choucroute +choucroutes +chouette +chouettes +choux +choya +choyai +choyaient +choyais +choyait +choyant +choyas +choyasse +choyassent +choyasses +choyassiez +choyassions +choymes +choyt +choytes +choyer +choyez +choy +choye +choyes +choys +choyrent +choyiez +choyions +choyons +chma +chmage +chmages +chmai +chmaient +chmais +chmait +chmant +chmas +chmasse +chmassent +chmasses +chmassiez +chmassions +chmmes +chmt +chmtes +chme +chment +chmer +chmera +chmerai +chmeraient +chmerais +chmerait +chmeras +chmerez +chmeriez +chmerions +chmerons +chmeront +chmes +chmeur +chmeurs +chmeuse +chmeuses +chmez +chm +chme +chmes +chms +chmrent +chmiez +chmions +chmons +chrtien +chrtienne +chrtiennement +chrtiennes +chrtiens +chrtient +chrme +chrmes +christ +christianisa +christianisai +christianisaient +christianisais +christianisait +christianisant +christianisas +christianisasse +christianisassent +christianisasses +christianisassiez +christianisassions +christianismes +christianist +christianistes +christianise +christianisent +christianiser +christianisera +christianiserai +christianiseraient +christianiserais +christianiserait +christianiseras +christianiserez +christianiseriez +christianiserions +christianiserons +christianiseront +christianises +christianisez +christianis +christianise +christianises +christianiss +christianisrent +christianisiez +christianisions +christianisme +christianisons +christophe +chroma +chromai +chromaient +chromais +chromait +chromant +chromas +chromasse +chromassent +chromasses +chromassiez +chromassions +chromatique +chromatiques +chromatographie +chromatographies +chrommes +chromt +chromtes +chrome +chroment +chromer +chromera +chromerai +chromeraient +chromerais +chromerait +chromeras +chromerez +chromeriez +chromerions +chromerons +chromeront +chromes +chromez +chrom +chrome +chromes +chroms +chromrent +chromiez +chromions +chromo +chromolithographie +chromons +chronique +chroniquement +chroniques +chroniqueur +chroniqueurs +chroniqueuse +chroniqueuses +chronographe +chronographes +chronologie +chronologies +chronologique +chronologiquement +chronologiques +chronomtra +chronomtrai +chronomtraient +chronomtrais +chronomtrait +chronomtrant +chronomtras +chronomtrasse +chronomtrassent +chronomtrasses +chronomtrassiez +chronomtrassions +chronomtrmes +chronomtrt +chronomtrtes +chronomtrer +chronomtrera +chronomtrerai +chronomtreraient +chronomtrerais +chronomtrerait +chronomtreras +chronomtrerez +chronomtreriez +chronomtrerions +chronomtrerons +chronomtreront +chronomtrez +chronomtr +chronomtre +chronomtres +chronomtrs +chronomtrrent +chronomtriez +chronomtrions +chronomtrons +chronomtre +chronomtrent +chronomtres +chrysalide +chrysalides +chrysanthme +chrysanthmes +chu +chuchota +chuchotai +chuchotaient +chuchotais +chuchotait +chuchotant +chuchotas +chuchotasse +chuchotassent +chuchotasses +chuchotassiez +chuchotassions +chuchotmes +chuchott +chuchottes +chuchote +chuchotement +chuchotements +chuchotent +chuchoter +chuchotera +chuchoterai +chuchoteraient +chuchoterais +chuchoterait +chuchoteras +chuchoterez +chuchoterie +chuchoteries +chuchoteriez +chuchoterions +chuchoterons +chuchoteront +chuchotes +chuchoteur +chuchoteurs +chuchoteuse +chuchoteuses +chuchotez +chuchot +chuchote +chuchotes +chuchots +chuchotrent +chuchotiez +chuchotions +chuchotons +chue +chues +chuinta +chuintai +chuintaient +chuintais +chuintait +chuintant +chuintante +chuintantes +chuintants +chuintas +chuintasse +chuintassent +chuintasses +chuintassiez +chuintassions +chuintmes +chuintt +chuinttes +chuinte +chuintement +chuintements +chuintent +chuinter +chuintera +chuinterai +chuinteraient +chuinterais +chuinterait +chuinteras +chuinterez +chuinteriez +chuinterions +chuinterons +chuinteront +chuintes +chuintez +chuint +chuinte +chuintes +chuints +chuintrent +chuintiez +chuintions +chuintons +chus +chut +chuta +chutai +chutaient +chutais +chutait +chutant +chutas +chutasse +chutassent +chutasses +chutassiez +chutassions +chutmes +chutt +chuttes +chute +chutent +chuter +chutera +chuterai +chuteraient +chuterais +chuterait +chuteras +chuterez +chuteriez +chuterions +chuterons +chuteront +chutes +chutez +chut +chute +chutes +chuts +chutrent +chutiez +chutions +chutons +chyle +chylifre +chylifres +chyme +chypre +ci +cible +cibles +ciboire +ciboires +ciboule +ciboules +ciboulette +ciboulettes +cicatrice +cicatrices +cicatrisa +cicatrisai +cicatrisaient +cicatrisais +cicatrisait +cicatrisant +cicatrisas +cicatrisasse +cicatrisassent +cicatrisasses +cicatrisassiez +cicatrisassions +cicatrisation +cicatrisations +cicatrismes +cicatrist +cicatristes +cicatrise +cicatrisent +cicatriser +cicatrisera +cicatriserai +cicatriseraient +cicatriserais +cicatriserait +cicatriseras +cicatriserez +cicatriseriez +cicatriserions +cicatriserons +cicatriseront +cicatrises +cicatrisez +cicatris +cicatrise +cicatrises +cicatriss +cicatrisrent +cicatrisiez +cicatrisions +cicatrisons +cicrone +cicrones +cid +cidre +cidres +ciel +ciels +cierge +cierges +cieux +cigale +cigales +cigare +cigares +cigarette +cigarettes +cigogne +cigognes +cigu +cigus +cil +ciliaire +ciliaires +cilice +cilices +cilla +cillai +cillaient +cillais +cillait +cillant +cillas +cillasse +cillassent +cillasses +cillassiez +cillassions +cillmes +cillt +cilltes +cille +cillent +ciller +cillera +cillerai +cilleraient +cillerais +cillerait +cilleras +cillerez +cilleriez +cillerions +cillerons +cilleront +cilles +cillez +cill +cille +cilles +cills +cillrent +cilliez +cillions +cillons +cils +cimaise +cimaises +cime +ciment +cimenta +cimentai +cimentaient +cimentais +cimentait +cimentant +cimentas +cimentasse +cimentassent +cimentasses +cimentassiez +cimentassions +cimentmes +cimentt +cimenttes +cimente +cimentent +cimenter +cimentera +cimenterai +cimenteraient +cimenterais +cimenterait +cimenteras +cimenterez +cimenterie +cimenteries +cimenteriez +cimenterions +cimenterons +cimenteront +cimentes +cimentez +ciment +cimente +cimentes +ciments +cimentrent +cimentier +cimentiers +cimentiez +cimentions +cimentons +cimes +cimeterre +cimeterres +cimetire +cimetires +cin +cinaste +cinastes +cinma +cinmas +cinmascope +cinmathque +cinmathques +cinmatique +cinmatiques +cinmatographe +cinmatographes +cinmatographique +cinmatographiques +cinphile +cinphiles +cinraire +cinraires +cintique +cintiques +cingalais +cingalaise +cingalaises +cinghalais +cinghalaise +cinghalaises +cingla +cinglai +cinglaient +cinglais +cinglait +cinglant +cinglante +cinglantes +cinglants +cinglas +cinglasse +cinglassent +cinglasses +cinglassiez +cinglassions +cinglmes +cinglt +cingltes +cingle +cinglent +cingler +cinglera +cinglerai +cingleraient +cinglerais +cinglerait +cingleras +cinglerez +cingleriez +cinglerions +cinglerons +cingleront +cingles +cinglez +cingl +cingle +cingles +cingls +cinglrent +cingliez +cinglions +cinglons +cinq +cinquantaine +cinquantaines +cinquante +cinquantenaire +cinquantenaires +cinquantime +cinquantimes +cinquime +cinquimes +cintra +cintrage +cintrages +cintrai +cintraient +cintrais +cintrait +cintrant +cintras +cintrasse +cintrassent +cintrasses +cintrassiez +cintrassions +cintrmes +cintrt +cintrtes +cintre +cintrent +cintrer +cintrera +cintrerai +cintreraient +cintrerais +cintrerait +cintreras +cintrerez +cintreriez +cintrerions +cintrerons +cintreront +cintres +cintrez +cintr +cintre +cintres +cintrs +cintrrent +cintriez +cintrions +cintrons +cira +cirage +cirages +cirai +ciraient +cirais +cirait +cirant +ciras +cirasse +cirassent +cirasses +cirassiez +cirassions +cirmes +cirt +cirtes +circoncient +circonciez +circoncions +circoncira +circoncirai +circonciraient +circoncirais +circoncirait +circonciras +circoncire +circoncirez +circonciriez +circoncirions +circoncirons +circonciront +circoncis +circoncisaient +circoncisais +circoncisait +circoncisant +circoncise +circoncisent +circoncises +circoncisiez +circoncision +circoncisions +circoncit +circoncits +circoncmes +circonct +circonctes +circonfrence +circonfrences +circonflexe +circonflexes +circonlocution +circonlocutions +circonscription +circonscriptions +circonscrira +circonscrirai +circonscriraient +circonscrirais +circonscrirait +circonscriras +circonscrire +circonscrirez +circonscririez +circonscririons +circonscrirons +circonscriront +circonscris +circonscrisse +circonscrissent +circonscrisses +circonscrissiez +circonscrissions +circonscrit +circonscrite +circonscrites +circonscrits +circonscrivaient +circonscrivais +circonscrivait +circonscrivant +circonscrive +circonscrivent +circonscrives +circonscrivez +circonscriviez +circonscrivions +circonscrivirent +circonscrivis +circonscrivit +circonscrivmes +circonscrivt +circonscrivtes +circonscrivons +circonspect +circonspecte +circonspectes +circonspection +circonspections +circonspects +circonstance +circonstances +circonstanciel +circonstancielle +circonstancielles +circonstanciels +circonstanci +circonstancie +circonstancies +circonstancis +circonvenaient +circonvenais +circonvenait +circonvenant +circonvenas +circonvenez +circonveniez +circonvenions +circonvenons +circonvenu +circonvenue +circonvenues +circonvenus +circonviendra +circonviendrai +circonviendraient +circonviendrais +circonviendrait +circonviendras +circonviendrez +circonviendriez +circonviendrions +circonviendrons +circonviendront +circonvienne +circonviennent +circonviennes +circonviens +circonvient +circonvins +circonvinsse +circonvinssent +circonvinsses +circonvinssiez +circonvinssions +circonvint +circonvirent +circonvmes +circonvt +circonvtes +circonvolution +circonvolutions +circuit +circuits +circula +circulai +circulaient +circulaire +circulairement +circulaires +circulais +circulait +circulant +circulas +circulasse +circulassent +circulasses +circulassiez +circulassions +circulation +circulations +circulatoire +circulatoires +circulmes +circult +circultes +circule +circulent +circuler +circulera +circulerai +circuleraient +circulerais +circulerait +circuleras +circulerez +circuleriez +circulerions +circulerons +circuleront +circules +circulez +circul +circule +circules +circuls +circulrent +circuliez +circulions +circulons +cire +cirent +cirer +cirera +cirerai +cireraient +cirerais +cirerait +cireras +cirerez +cireriez +cirerions +cirerons +cireront +cires +cireur +cireurs +cireuse +cireuses +cireux +cirez +cir +cire +cires +cirs +cirrent +ciriez +cirions +cirons +cirque +cirques +cirrhose +cirrhoses +cirrus +cisailla +cisaillai +cisaillaient +cisaillais +cisaillait +cisaillant +cisaillas +cisaillasse +cisaillassent +cisaillasses +cisaillassiez +cisaillassions +cisaillmes +cisaillt +cisailltes +cisaille +cisaillement +cisaillements +cisaillent +cisailler +cisaillera +cisaillerai +cisailleraient +cisaillerais +cisaillerait +cisailleras +cisaillerez +cisailleriez +cisaillerions +cisaillerons +cisailleront +cisailles +cisaillez +cisaill +cisaille +cisailles +cisaills +cisaillrent +cisailliez +cisaillions +cisaillons +ciseau +ciseaux +cisela +ciselai +ciselaient +ciselais +ciselait +ciselant +ciselas +ciselasse +ciselassent +ciselasses +ciselassiez +ciselassions +ciselmes +ciselt +ciseltes +ciseler +ciselet +ciselets +ciseleur +ciseleurs +ciselez +cisel +cisele +ciseles +cisels +ciselrent +ciseliez +ciselions +ciselle +cisellent +cisellera +cisellerai +ciselleraient +cisellerais +cisellerait +ciselleras +cisellerez +ciselleriez +cisellerions +cisellerons +ciselleront +ciselles +ciselons +ciselure +ciselures +ciste +cistercien +cistercienne +cisterciennes +cisterciens +cistes +cita +citadelle +citadelles +citadin +citadine +citadines +citadins +citai +citaient +citais +citait +citant +citas +citasse +citassent +citasses +citassiez +citassions +citation +citations +citmes +citt +cittes +cite +citeaux +citent +citer +citera +citerai +citeraient +citerais +citerait +citeras +citerez +citeriez +citerions +citerne +citernes +citerons +citeront +cites +citez +cit +cite +cites +cits +citrent +cithare +cithares +citiez +citions +citons +citoyen +citoyenne +citoyennes +citoyens +citrate +citrates +citrique +citriques +citron +citronnade +citronnades +citronnelle +citronnier +citronniers +citrons +citrouille +citrouilles +civet +civets +civette +civettes +civire +civires +civil +civile +civilement +civiles +civilisa +civilisai +civilisaient +civilisais +civilisait +civilisant +civilisas +civilisasse +civilisassent +civilisasses +civilisassiez +civilisassions +civilisateur +civilisateurs +civilisation +civilisations +civilisatrice +civilisatrices +civilismes +civilist +civilistes +civilise +civilisent +civiliser +civilisera +civiliserai +civiliseraient +civiliserais +civiliserait +civiliseras +civiliserez +civiliseriez +civiliserions +civiliserons +civiliseront +civilises +civilisez +civilis +civilise +civilises +civiliss +civilisrent +civilisiez +civilisions +civilisons +civilit +civilits +civils +civique +civiques +civisme +clabauda +clabaudage +clabaudages +clabaudai +clabaudaient +clabaudais +clabaudait +clabaudant +clabaudas +clabaudasse +clabaudassent +clabaudasses +clabaudassiez +clabaudassions +clabaudmes +clabaudt +clabaudtes +clabaude +clabaudent +clabauder +clabaudera +clabauderai +clabauderaient +clabauderais +clabauderait +clabauderas +clabauderez +clabauderiez +clabauderions +clabauderons +clabauderont +clabaudes +clabaudez +clabaud +clabaude +clabaudes +clabauds +clabaudrent +clabaudiez +clabaudions +clabaudons +clac +clafoutis +claie +claies +clair +claire +clairement +claires +clairet +clairets +clairire +clairires +clairon +claironna +claironnai +claironnaient +claironnais +claironnait +claironnant +claironnas +claironnasse +claironnassent +claironnasses +claironnassiez +claironnassions +claironnmes +claironnt +claironntes +claironne +claironnent +claironner +claironnera +claironnerai +claironneraient +claironnerais +claironnerait +claironneras +claironnerez +claironneriez +claironnerions +claironnerons +claironneront +claironnes +claironnez +claironn +claironne +claironnes +claironns +claironnrent +claironniez +claironnions +claironnons +clairons +clairs +clairsem +clairseme +clairsemes +clairsems +clairvoyance +clairvoyances +clairvoyant +clairvoyante +clairvoyants +clama +clamai +clamaient +clamais +clamait +clamant +clamas +clamasse +clamassent +clamasses +clamassiez +clamassions +clammes +clamt +clamtes +clame +clament +clamer +clamera +clamerai +clameraient +clamerais +clamerait +clameras +clamerez +clameriez +clamerions +clamerons +clameront +clames +clameur +clameurs +clamez +clam +clame +clames +clams +clamrent +clamiez +clamions +clamons +clan +clandestin +clandestine +clandestinement +clandestines +clandestinit +clandestinits +clandestins +clans +clapet +clapets +clapier +clapiers +clapota +clapotai +clapotaient +clapotais +clapotait +clapotant +clapotas +clapotasse +clapotassent +clapotasses +clapotassiez +clapotassions +clapotmes +clapott +clapottes +clapote +clapotement +clapotements +clapotent +clapoter +clapotera +clapoterai +clapoteraient +clapoterais +clapoterait +clapoteras +clapoterez +clapoteriez +clapoterions +clapoterons +clapoteront +clapotes +clapotez +clapot +clapote +clapotes +clapots +clapotrent +clapotiez +clapotions +clapotis +clapotons +claqua +claquai +claquaient +claquais +claquait +claquant +claquas +claquasse +claquassent +claquasses +claquassiez +claquassions +claqumes +claqut +claqutes +claque +claquement +claquements +claquemura +claquemurai +claquemuraient +claquemurais +claquemurait +claquemurant +claquemuras +claquemurasse +claquemurassent +claquemurasses +claquemurassiez +claquemurassions +claquemurmes +claquemurt +claquemurtes +claquemure +claquemurent +claquemurer +claquemurera +claquemurerai +claquemureraient +claquemurerais +claquemurerait +claquemureras +claquemurerez +claquemureriez +claquemurerions +claquemurerons +claquemureront +claquemures +claquemurez +claquemur +claquemure +claquemures +claquemurs +claquemurrent +claquemuriez +claquemurions +claquemurons +claquent +claquer +claquera +claquerai +claqueraient +claquerais +claquerait +claqueras +claquerez +claqueriez +claquerions +claquerons +claqueront +claques +claquettes +claquez +claqu +claque +claques +claqus +claqurent +claquiez +claquions +claquons +clarifia +clarifiai +clarifiaient +clarifiais +clarifiait +clarifiant +clarifias +clarifiasse +clarifiassent +clarifiasses +clarifiassiez +clarifiassions +clarifimes +clarifit +clarifites +clarification +clarifications +clarifie +clarifient +clarifier +clarifiera +clarifierai +clarifieraient +clarifierais +clarifierait +clarifieras +clarifierez +clarifieriez +clarifierions +clarifierons +clarifieront +clarifies +clarifiez +clarifi +clarifie +clarifies +clarifis +clarifirent +clarifiiez +clarifiions +clarifions +clarine +clarines +clarinette +clarinettes +clarinettiste +clarinettistes +clart +clarts +classa +classai +classaient +classais +classait +classant +classas +classasse +classassent +classasses +classassiez +classassions +classmes +classt +classtes +classe +classement +classements +classent +classer +classera +classerai +classeraient +classerais +classerait +classeras +classerez +classeriez +classerions +classerons +classeront +classes +classeur +classeurs +classez +class +classe +classes +classs +classrent +classicisme +classiez +classife +classifia +classifiai +classifiaient +classifiais +classifiait +classifiant +classifias +classifiasse +classifiassent +classifiasses +classifiassiez +classifiassions +classifimes +classifit +classifites +classification +classifications +classifie +classifient +classifier +classifiera +classifierai +classifieraient +classifierais +classifierait +classifieras +classifierez +classifieriez +classifierions +classifierons +classifieront +classifies +classifiez +classifi +classifie +classifies +classifis +classifirent +classifiiez +classifiions +classifions +classions +classique +classiques +classons +claudication +claudications +clause +clauses +claustral +claustrale +claustrales +claustration +claustrations +claustraux +claustr +claustre +claustres +claustrs +claustrophobie +clavecin +clavecins +clavette +clavettes +clavicule +clavicules +clavier +claviers +clayonnage +clayonnages +clef +clefs +clenche +clenches +cleptomane +cleptomanes +cleptomanie +clerc +clercs +clerg +clergs +cl +clmatite +clmatites +clmence +clmences +clment +clmente +clmentes +clmentine +clmentines +clments +clrical +clricale +clricales +clricalisme +clricaux +cls +clic +clicha +clichage +clichages +clichai +clichaient +clichais +clichait +clichant +clichas +clichasse +clichassent +clichasses +clichassiez +clichassions +clichmes +clicht +clichtes +cliche +clichent +clicher +clichera +clicherai +clicheraient +clicherais +clicherait +clicheras +clicherez +clicherie +clicheries +clicheriez +clicherions +clicherons +clicheront +cliches +clichez +clich +cliche +cliches +clichs +clichrent +clichiez +clichions +clichons +client +cliente +clientes +clientle +clientles +clients +cligna +clignai +clignaient +clignais +clignait +clignant +clignas +clignasse +clignassent +clignasses +clignassiez +clignassions +clignmes +clignt +cligntes +cligne +clignement +clignements +clignent +cligner +clignera +clignerai +cligneraient +clignerais +clignerait +cligneras +clignerez +cligneriez +clignerions +clignerons +cligneront +clignes +clignez +clign +cligne +clignes +cligns +clignrent +cligniez +clignions +clignons +clignota +clignotai +clignotaient +clignotais +clignotait +clignotant +clignotante +clignotantes +clignotants +clignotas +clignotasse +clignotassent +clignotasses +clignotassiez +clignotassions +clignotmes +clignott +clignottes +clignote +clignotement +clignotent +clignoter +clignotera +clignoterai +clignoteraient +clignoterais +clignoterait +clignoteras +clignoterez +clignoteriez +clignoterions +clignoterons +clignoteront +clignotes +clignotez +clignot +clignote +clignotes +clignots +clignotrent +clignotiez +clignotions +clignotons +climat +climatique +climatiques +climatisa +climatisai +climatisaient +climatisais +climatisait +climatisant +climatisas +climatisasse +climatisassent +climatisasses +climatisassiez +climatisassions +climatisation +climatisations +climatismes +climatist +climatistes +climatise +climatisent +climatiser +climatisera +climatiserai +climatiseraient +climatiserais +climatiserait +climatiseras +climatiserez +climatiseriez +climatiserions +climatiserons +climatiseront +climatises +climatisez +climatis +climatise +climatises +climatiss +climatisrent +climatisiez +climatisions +climatisons +climatologie +climatologique +climatologiques +climats +clin +clinicien +clinicienne +cliniciennes +cliniciens +clinique +cliniquement +cliniques +clinquant +clinquante +clinquantes +clinquants +clins +cliquant +clique +cliques +cliquet +cliqueta +cliquetai +cliquetaient +cliquetais +cliquetait +cliquetant +cliquetas +cliquetasse +cliquetassent +cliquetasses +cliquetassiez +cliquetassions +cliquetmes +cliquett +cliquettes +cliqueter +cliquetez +cliquet +cliquete +cliquetes +cliquets +cliquetrent +cliquetiez +cliquetions +cliquetis +cliquetons +cliquets +cliquette +cliquettent +cliquettera +cliquetterai +cliquetteraient +cliquetterais +cliquetterait +cliquetteras +cliquetterez +cliquetteriez +cliquetterions +cliquetterons +cliquetteront +cliquettes +clisse +clisses +clitoris +cliva +clivage +clivages +clivai +clivaient +clivais +clivait +clivant +clivas +clivasse +clivassent +clivasses +clivassiez +clivassions +clivmes +clivt +clivtes +clive +clivent +cliver +clivera +cliverai +cliveraient +cliverais +cliverait +cliveras +cliverez +cliveriez +cliverions +cliverons +cliveront +clives +clivez +cliv +clive +clives +clivs +clivrent +cliviez +clivions +clivons +cloaque +cloaques +clocha +clochai +clochaient +clochais +clochait +clochard +clocharde +clochardes +clochards +clochas +clochasse +clochassent +clochasses +clochassiez +clochassions +clochmes +clocht +clochtes +cloche +clochent +clocher +clochera +clocherai +clocheraient +clocherais +clocherait +clocheras +clocherez +clocheriez +clocherions +clocherons +clocheront +clochers +cloches +clocheton +clochetons +clochette +clochettes +clochez +cloch +cloche +cloches +clochs +clochrent +clochiez +clochions +clochons +cloison +cloisonna +cloisonnai +cloisonnaient +cloisonnais +cloisonnait +cloisonnant +cloisonnas +cloisonnasse +cloisonnassent +cloisonnasses +cloisonnassiez +cloisonnassions +cloisonnmes +cloisonnt +cloisonntes +cloisonne +cloisonnent +cloisonner +cloisonnera +cloisonnerai +cloisonneraient +cloisonnerais +cloisonnerait +cloisonneras +cloisonnerez +cloisonneriez +cloisonnerions +cloisonnerons +cloisonneront +cloisonnes +cloisonnez +cloisonn +cloisonne +cloisonnes +cloisonns +cloisonnrent +cloisonniez +cloisonnions +cloisonnons +cloisons +clotra +clotrai +clotraient +clotrais +clotrait +clotrant +clotras +clotrasse +clotrassent +clotrasses +clotrassiez +clotrassions +clotrmes +clotrt +clotrtes +clotre +clotrent +clotrer +clotrera +clotrerai +clotreraient +clotrerais +clotrerait +clotreras +clotrerez +clotreriez +clotrerions +clotrerons +clotreront +clotres +clotrez +clotr +clotre +clotres +clotrs +clotrrent +clotriez +clotrions +clotrons +clopant +clopin +clopina +clopinai +clopinaient +clopinais +clopinait +clopinant +clopinas +clopinasse +clopinassent +clopinasses +clopinassiez +clopinassions +clopinmes +clopint +clopintes +clopine +clopinent +clopiner +clopinera +clopinerai +clopineraient +clopinerais +clopinerait +clopineras +clopinerez +clopineriez +clopinerions +clopinerons +clopineront +clopines +clopinez +clopin +clopine +clopines +clopins +clopinrent +clopiniez +clopinions +clopinons +cloporte +cloportes +cloqua +cloquai +cloquaient +cloquais +cloquait +cloquant +cloquas +cloquasse +cloquassent +cloquasses +cloquassiez +cloquassions +cloqumes +cloqut +cloqutes +cloque +cloquent +cloquer +cloquera +cloquerai +cloqueraient +cloquerais +cloquerait +cloqueras +cloquerez +cloqueriez +cloquerions +cloquerons +cloqueront +cloques +cloquez +cloqu +cloque +cloques +cloqus +cloqurent +cloquiez +cloquions +cloquons +clora +clorai +clorais +clorait +clore +clos +close +closent +closes +closet +closets +closiez +closions +clou +cloua +clouai +clouaient +clouais +clouait +clouant +clouas +clouasse +clouassent +clouasses +clouassiez +clouassions +cloumes +clout +cloutes +cloue +clouent +clouer +clouera +clouerai +cloueraient +clouerais +clouerait +cloueras +clouerez +cloueriez +clouerions +clouerons +cloueront +cloues +clouez +clou +cloue +cloues +clous +clourent +clouiez +clouions +clouons +clous +clouta +cloutai +cloutaient +cloutais +cloutait +cloutant +cloutas +cloutasse +cloutassent +cloutasses +cloutassiez +cloutassions +cloutmes +cloutt +clouttes +cloute +cloutent +clouter +cloutera +clouterai +clouteraient +clouterais +clouterait +clouteras +clouterez +clouteriez +clouterions +clouterons +clouteront +cloutes +cloutez +clout +cloute +cloutes +clouts +cloutrent +cloutiez +cloutions +cloutons +clown +clownerie +clowneries +clowns +clt +cltura +clturai +clturaient +clturais +clturait +clturant +clturas +clturasse +clturassent +clturasses +clturassiez +clturassions +clturmes +clturt +clturtes +clture +clturent +clturer +clturera +clturerai +cltureraient +clturerais +clturerait +cltureras +clturerez +cltureriez +clturerions +clturerons +cltureront +cltures +clturez +cltur +clture +cltures +clturs +clturrent +clturiez +clturions +clturons +club +clubs +coagula +coagulai +coagulaient +coagulais +coagulait +coagulant +coagulants +coagulas +coagulasse +coagulassent +coagulasses +coagulassiez +coagulassions +coagulation +coagulations +coagulmes +coagult +coagultes +coagule +coagulent +coaguler +coagulera +coagulerai +coaguleraient +coagulerais +coagulerait +coaguleras +coagulerez +coaguleriez +coagulerions +coagulerons +coaguleront +coagules +coagulez +coagul +coagule +coagules +coaguls +coagulrent +coaguliez +coagulions +coagulons +coalisa +coalisaient +coalisait +coalisant +coalisent +coaliser +coalisera +coaliseraient +coaliserait +coaliseront +coalis +coalise +coalises +coaliss +coalisrent +coalissent +coalit +coalition +coalitions +coalt +coassa +coassaient +coassait +coassant +coassasse +coassassent +coasst +coasse +coassement +coassements +coassent +coasser +coassera +coasseraient +coasserait +coasseront +coass +coasse +coasses +coasss +coassrent +coat +coats +coaxial +coaxiale +coaxiales +coaxiaux +cobalt +cobaye +cobayes +cobra +cobras +coca +cocagne +cocane +cocanomane +cocanomanes +cocarde +cocardes +cocardier +cocardiers +cocardire +cocardires +cocas +cocasse +cocasses +coccinelle +coccinelles +coccyx +cocha +cochai +cochaient +cochais +cochait +cochant +cochas +cochasse +cochassent +cochasses +cochassiez +cochassions +cochmes +cocht +cochtes +coche +cochenille +cochenilles +cochent +cocher +cochera +cocherai +cocheraient +cocherais +cocherait +cocheras +cocherez +cocheriez +cocherions +cocherons +cocheront +coches +cochez +coch +coche +coches +cochs +cochre +cochrent +cochres +cochiez +cochions +cochon +cochonna +cochonnai +cochonnaient +cochonnais +cochonnait +cochonnant +cochonnas +cochonnasse +cochonnassent +cochonnasses +cochonnassiez +cochonnassions +cochonnassons +cochonnmes +cochonnt +cochonntes +cochonne +cochonnent +cochonner +cochonnera +cochonnerai +cochonneraient +cochonnerais +cochonnerait +cochonneras +cochonnerez +cochonnerie +cochonneries +cochonneriez +cochonnerions +cochonnerons +cochonneront +cochonnes +cochonnet +cochonnets +cochonnez +cochonn +cochonne +cochonnes +cochonns +cochonnrent +cochonniez +cochonnions +cochonnons +cochons +cockpit +cockpits +cocktail +cocktails +coco +cocon +cocons +cocorico +cocos +cocotier +cocotiers +cocotte +cocottes +cocu +cocus +coda +codage +codages +codai +codaient +codais +codait +codant +codas +codasse +codassent +codasses +codassiez +codassions +codmes +codt +codtes +code +codent +coder +codera +coderai +coderaient +coderais +coderait +coderas +coderez +coderiez +coderions +coderons +coderont +codes +codeur +codeurs +codex +codez +cod +code +codes +cods +codtenu +codtenue +codtenues +codtenus +codrent +codicille +codicilles +codiez +codifia +codifiai +codifiaient +codifiais +codifiait +codifiant +codifias +codifiasse +codifiassent +codifiasses +codifiassiez +codifiassions +codifimes +codifit +codifites +codification +codifications +codifie +codifient +codifier +codifiera +codifierai +codifieraient +codifierais +codifierait +codifieras +codifierez +codifieriez +codifierions +codifierons +codifieront +codifies +codifiez +codifi +codifie +codifies +codifis +codifirent +codifiiez +codifiions +codifions +codions +codons +coefficient +coefficients +coercitif +coercitifs +coercition +coercitions +coercitive +coercitives +coeur +coeurs +coexista +coexistai +coexistaient +coexistais +coexistait +coexistant +coexistas +coexistasse +coexistassent +coexistasses +coexistassiez +coexistassions +coexistmes +coexistt +coexisttes +coexiste +coexistence +coexistences +coexistent +coexister +coexistera +coexisterai +coexisteraient +coexisterais +coexisterait +coexisteras +coexisterez +coexisteriez +coexisterions +coexisterons +coexisteront +coexistes +coexistez +coexist +coexiste +coexistes +coexists +coexistrent +coexistiez +coexistions +coexistons +coffra +coffrage +coffrages +coffrai +coffraient +coffrais +coffrait +coffrant +coffras +coffrasse +coffrassent +coffrasses +coffrassiez +coffrassions +coffrmes +coffrt +coffrtes +coffre +coffrent +coffrer +coffrera +coffrerai +coffreraient +coffrerais +coffrerait +coffreras +coffrerez +coffreriez +coffrerions +coffrerons +coffreront +coffres +coffret +coffrets +coffrez +coffr +coffre +coffres +coffrs +coffrrent +coffriez +coffrions +coffrons +cogestion +cogestions +cogna +cognac +cognacs +cognai +cognaient +cognais +cognait +cognant +cognas +cognasse +cognassent +cognasses +cognassier +cognassiers +cognassiez +cognassions +cognmes +cognt +cogntes +cogne +cognent +cogner +cognera +cognerai +cogneraient +cognerais +cognerait +cogneras +cognerez +cogneriez +cognerions +cognerons +cogneront +cognes +cogneur +cognez +cogn +cogne +cognes +cogns +cognrent +cogniez +cognions +cognitif +cognitifs +cognitive +cognitives +cognons +cohabita +cohabitai +cohabitaient +cohabitais +cohabitait +cohabitant +cohabitas +cohabitasse +cohabitassent +cohabitasses +cohabitassiez +cohabitassions +cohabitation +cohabitations +cohabitmes +cohabitt +cohabittes +cohabite +cohabitent +cohabiter +cohabitera +cohabiterai +cohabiteraient +cohabiterais +cohabiterait +cohabiteras +cohabiterez +cohabiteriez +cohabiterions +cohabiterons +cohabiteront +cohabites +cohabitez +cohabit +cohabite +cohabites +cohabits +cohabitrent +cohabitiez +cohabitions +cohabitons +cohrence +cohrences +cohrent +cohrente +cohrentes +cohrents +cohsion +cohsions +cohorte +cohortes +cohue +cohues +coi +coiffa +coiffai +coiffaient +coiffais +coiffait +coiffant +coiffas +coiffasse +coiffassent +coiffasses +coiffassiez +coiffassions +coiffmes +coifft +coifftes +coiffe +coiffent +coiffer +coiffera +coifferai +coifferaient +coifferais +coifferait +coifferas +coifferez +coifferiez +coifferions +coifferons +coifferont +coiffes +coiffeur +coiffeurs +coiffeuse +coiffeuses +coiffez +coiff +coiffe +coiffes +coiffs +coiffrent +coiffiez +coiffions +coiffons +coiffure +coiffures +coin +coince +coincement +coincements +coincent +coincer +coincera +coincerai +coinceraient +coincerais +coincerait +coinceras +coincerez +coinceriez +coincerions +coincerons +coinceront +coinces +coincez +coinc +coince +coinces +coincs +coincrent +coinciez +coincions +coina +coinai +coinaient +coinais +coinait +coinant +coinas +coinasse +coinassent +coinasses +coinassiez +coinassions +coinmes +coint +cointes +coinons +coing +coings +coins +cois +coite +coites +concida +concidai +concidaient +concidais +concidait +concidant part +concidas +concidasse +concidassent +concidasses +concidassiez +concidassions +concidmes +concidt +concidtes +concide +concidence +concidences +concident adj +concidente +concidentes +concidents +concider +concidera +conciderai +concideraient +conciderais +conciderait +concideras +conciderez +concideriez +conciderions +conciderons +concideront +concides +concidez +concid +concide +concides +concids +concidrent +concidiez +concidions +concidons +cot +cots +coke +cokerie +cokeries +col +colchique +colchiques +colette +coloptres +colreuse +colreuses +colreux +colrique +colriques +colre +colres +colibacille +colibacilles +colibri +colibris +colifichet +colifichets +colimaon +colin +colins +colique +coliques +colis +colla +collabora +collaborai +collaboraient +collaborais +collaborait +collaborant +collaboras +collaborasse +collaborassent +collaborasses +collaborassiez +collaborassions +collaborateur +collaborateurs +collaboration +collaborations +collaboratrice +collaboratrices +collabormes +collabort +collabortes +collabore +collaborent +collaborer +collaborera +collaborerai +collaboreraient +collaborerais +collaborerait +collaboreras +collaborerez +collaboreriez +collaborerions +collaborerons +collaboreront +collabores +collaborez +collabor +collabore +collabores +collabors +collaborrent +collaboriez +collaborions +collaborons +collage +collages +collai +collaient +collais +collait +collant +collante +collantes +collants +collas +collasse +collassent +collasses +collassiez +collassions +collatral +collatrale +collatrales +collatraux +collation +collationna +collationnai +collationnaient +collationnais +collationnait +collationnant +collationnas +collationnasse +collationnassent +collationnasses +collationnassiez +collationnassions +collationnmes +collationnt +collationntes +collationne +collationnent +collationner +collationnera +collationnerai +collationneraient +collationnerais +collationnerait +collationneras +collationnerez +collationneriez +collationnerions +collationnerons +collationneront +collationnes +collationnez +collationn +collationne +collationnes +collationns +collationnrent +collationniez +collationnions +collationnons +collations +collmes +collt +colltes +colle +collecta +collectai +collectaient +collectais +collectait +collectant +collectas +collectasse +collectassent +collectasses +collectassiez +collectassions +collectmes +collectt +collecttes +collecte +collectent +collecter +collectera +collecterai +collecteraient +collecterais +collecterait +collecteras +collecterez +collecteriez +collecterions +collecterons +collecteront +collectes +collecteur +collecteurs +collectez +collect +collecte +collectes +collects +collectrent +collectiez +collectif +collectifs +collection +collectionna +collectionnai +collectionnaient +collectionnais +collectionnait +collectionnant +collectionnas +collectionnasse +collectionnassent +collectionnasses +collectionnassiez +collectionnassions +collectionnmes +collectionnt +collectionntes +collectionne +collectionnent +collectionner +collectionnera +collectionnerai +collectionneraient +collectionnerais +collectionnerait +collectionneras +collectionnerez +collectionneriez +collectionnerions +collectionnerons +collectionneront +collectionnes +collectionneur +collectionneurs +collectionneuse +collectionneuses +collectionnez +collectionn +collectionne +collectionnes +collectionns +collectionnrent +collectionniez +collectionnions +collectionnons +collections +collective +collectivement +collectives +collectivisme +collectiviste +collectivistes +collectivit +collectivits +collectons +collent +coller +collera +collerai +colleraient +collerais +collerait +colleras +collerette +collerettes +collerez +colleriez +collerions +collerons +colleront +colles +collet +colleta +colletai +colletaient +colletais +colletait +colletant +colletas +colletasse +colletassent +colletasses +colletassiez +colletassions +colletmes +collett +collettes +colleter +colletez +collet +collete +colletes +collets +colletrent +colletiez +colletions +colletons +collets +collette +collettent +collettera +colletterai +colletteraient +colletterais +colletterait +colletteras +colletterez +colletteriez +colletterions +colletterons +colletteront +collettes +colleur +colleurs +colleuse +colleuses +collez +coll +colle +colles +collgial +collgiale +collgiales +collgiaux +collgien +collgienne +collgiennes +collgiens +colls +collge +collges +collgue +collgues +collrent +collier +colliers +colliez +collimateur +collimateurs +colline +collines +collions +collision +collisions +collodion +collodal +collodale +collodales +collodaux +collode +collodes +collons +colloque +colloques +collusion +collusions +collyre +colmata +colmatage +colmatages +colmatai +colmataient +colmatais +colmatait +colmatant +colmatas +colmatasse +colmatassent +colmatasses +colmatassiez +colmatassions +colmatmes +colmatt +colmattes +colmate +colmatent +colmater +colmatera +colmaterai +colmateraient +colmaterais +colmaterait +colmateras +colmaterez +colmateriez +colmaterions +colmaterons +colmateront +colmates +colmatez +colmat +colmate +colmates +colmats +colmatrent +colmatiez +colmations +colmatons +cologne +colombe +colombes +colombier +colombiers +colombophile +colombophiles +colombophilie +colon personne +colonel +colonels +colonial +coloniale +coloniales +colonialisme +coloniaux +colonie +colonies +colonisa +colonisai +colonisaient +colonisais +colonisait +colonisant +colonisas +colonisasse +colonisassent +colonisasses +colonisassiez +colonisassions +colonisateur +colonisateurs +colonisation +colonisations +colonisatrice +colonisatrices +colonismes +colonist +colonistes +colonise +colonisent +coloniser +colonisera +coloniserai +coloniseraient +coloniserais +coloniserait +coloniseras +coloniserez +coloniseriez +coloniserions +coloniserons +coloniseront +colonises +colonisez +colonis +colonise +colonises +coloniss +colonisrent +colonisiez +colonisions +colonisons +colonnade +colonnades +colonne +colonnes +colonnette +colonnettes +colons personne +colophane +coloquinte +coloquintes +colora +colorado +colorai +coloraient +colorais +colorait +colorant +coloras +colorasse +colorassent +colorasses +colorassiez +colorassions +coloration +colorations +colormes +colort +colortes +colore +colorent +colorer +colorera +colorerai +coloreraient +colorerais +colorerait +coloreras +colorerez +coloreriez +colorerions +colorerons +coloreront +colores +colorez +color +colore +colores +colors +colorrent +coloria +coloriage +coloriages +coloriai +coloriaient +coloriais +coloriait +coloriant +colorias +coloriasse +coloriassent +coloriasses +coloriassiez +coloriassions +colorimes +colorit +colorites +colorie +colorient +colorier +coloriera +colorierai +colorieraient +colorierais +colorierait +colorieras +colorierez +colorieriez +colorierions +colorierons +colorieront +colories +coloriez +colori +colorie +colories +coloris +colorirent +coloriiez +coloriions +colorions +coloris +coloriste +coloristes +colorons +colossal +colossale +colossales +colossaux +colosse +colosses +colporta +colportage +colportages +colportai +colportaient +colportais +colportait +colportant +colportas +colportasse +colportassent +colportasses +colportassiez +colportassions +colportmes +colportt +colporttes +colporte +colportent +colporter +colportera +colporterai +colporteraient +colporterais +colporterait +colporteras +colporterez +colporteriez +colporterions +colporterons +colporteront +colportes +colporteur +colporteurs +colporteuse +colporteuses +colportez +colport +colporte +colportes +colports +colportrent +colportiez +colportions +colportons +cols +coltina +coltinai +coltinaient +coltinais +coltinait +coltinant +coltinas +coltinasse +coltinassent +coltinasses +coltinassiez +coltinassions +coltinmes +coltint +coltintes +coltine +coltinent +coltiner +coltinera +coltinerai +coltineraient +coltinerais +coltinerait +coltineras +coltinerez +coltineriez +coltinerions +coltinerons +coltineront +coltines +coltinez +coltin +coltine +coltines +coltins +coltinrent +coltiniez +coltinions +coltinons +columbarium +columbariums +colza +coma +comas +comateuse +comateuses +comateux +combat +combatif +combatifs +combative +combatives +combativit +combativits +combats +combattaient +combattais +combattait +combattant +combattante +combattantes +combattants +combatte +combattent +combattes +combattez +combattiez +combattions +combattirent +combattis +combattisse +combattissent +combattisses +combattissiez +combattissions +combattit +combattmes +combattt +combatttes +combattons +combattra +combattrai +combattraient +combattrais +combattrait +combattras +combattre +combattrez +combattriez +combattrions +combattrons +combattront +combattu +combattue +combattues +combattus +combe +combes +combien +combina +combinai +combinaient +combinais +combinaison +combinaisons +combinait +combinant +combinas +combinasse +combinassent +combinasses +combinassiez +combinassions +combinat +combinats +combinmes +combint +combintes +combine +combinent +combiner +combinera +combinerai +combineraient +combinerais +combinerait +combineras +combinerez +combineriez +combinerions +combinerons +combineront +combines +combinez +combin +combine +combines +combins +combinrent +combiniez +combinions +combinons +combla +comblai +comblaient +comblais +comblait +comblant +comblas +comblasse +comblassent +comblasses +comblassiez +comblassions +comblmes +comblt +combltes +comble +comblement +comblements +comblent +combler +comblera +comblerai +combleraient +comblerais +comblerait +combleras +comblerez +combleriez +comblerions +comblerons +combleront +combles +comblez +combl +comble +combles +combls +comblrent +combliez +comblions +comblons +combustibilit +combustibilits +combustible +combustibles +combustion +combustions +comestible +comestibles +comdie +comdien +comdienne +comdiennes +comdiens +comdies +comte +comtes +comice +comices +comique +comiques +comit +comits +commanda +commandai +commandaient +commandais +commandait +commandant +commandants +commandas +commandasse +commandassent +commandasses +commandassiez +commandassions +commandmes +commandt +commandtes +commande +commandement +commandements +commandent +commander +commandera +commanderai +commanderaient +commanderais +commanderait +commanderas +commanderez +commanderiez +commanderions +commanderons +commanderont +commandes +commandeur +commandeurs +commandez +command +commande +commandes +commands +commandrent +commandiez +commandions +commandita +commanditai +commanditaient +commanditaire +commanditaires +commanditais +commanditait +commanditant +commanditas +commanditasse +commanditassent +commanditasses +commanditassiez +commanditassions +commanditmes +commanditt +commandittes +commandite +commanditent +commanditer +commanditera +commanditerai +commanditeraient +commanditerais +commanditerait +commanditeras +commanditerez +commanditeriez +commanditerions +commanditerons +commanditeront +commandites +commanditez +commandit +commandite +commandites +commandits +commanditrent +commanditiez +commanditions +commanditons +commando +commandons +commandos +comme +commence +commencement +commencements +commencent +commencer +commencera +commencerai +commenceraient +commencerais +commencerait +commenceras +commencerez +commenceriez +commencerions +commencerons +commenceront +commences +commencez +commenc +commence +commencs +commencrent +commenciez +commencions +commena +commenai +commenaient +commenais +commenait +commenant +commenas +commenasse +commenassent +commenasses +commenassiez +commenassions +commenmes +comment +commentes +commenrent +commenons +commensal +commensale +commensaux +comment +commenta +commentai +commentaient +commentaire +commentaires +commentais +commentait +commentant +commentas +commentasse +commentassent +commentasses +commentassiez +commentassions +commentateur +commentateurs +commentatrice +commentatrices +commentmes +commentt +commenttes +commente +commentent +commenter +commentera +commenterai +commenteraient +commenterais +commenterait +commenteras +commenterez +commenteriez +commenterions +commenterons +commenteront +commentes +commentez +comment +commente +commentes +comments +commentrent +commentiez +commentions +commentons +commerce +commercent +commercer +commercera +commercerai +commerceraient +commercerais +commercerait +commerceras +commercerez +commerceriez +commercerions +commercerons +commerceront +commerces +commercez +commerc +commerce +commerces +commercs +commercrent +commercial +commerciale +commercialement +commerciales +commercialisa +commercialisai +commercialisaient +commercialisais +commercialisait +commercialisant +commercialisas +commercialisasse +commercialisassent +commercialisasses +commercialisassiez +commercialisassions +commercialisation +commercialismes +commercialist +commercialistes +commercialise +commercialisent +commercialiser +commercialisera +commercialiserai +commercialiseraient +commercialiserais +commercialiserait +commercialiseras +commercialiserez +commercialiseriez +commercialiserions +commercialiserons +commercialiseront +commercialises +commercialisez +commercialis +commercialise +commercialises +commercialiss +commercialisrent +commercialisiez +commercialisions +commercialisons +commerciaux +commerciez +commercions +commera +commerai +commeraient +commerais +commerait +commerant +commerante +commerantes +commerants +commeras +commerasse +commerassent +commerasses +commerassiez +commerassions +commermes +commert +commertes +commerons +commet +commets +commettaient +commettais +commettait +commettant +commette +commettent +commettes +commettez +commettiez +commettions +commettons +commettra +commettrai +commettraient +commettrais +commettrait +commettras +commettre +commettrez +commettriez +commettrions +commettrons +commettront +commmora +commmorai +commmoraient +commmorais +commmorait +commmorant +commmoras +commmorasse +commmorassent +commmorasses +commmorassiez +commmorassions +commmoratif +commmoratifs +commmoration +commmorations +commmorative +commmoratives +commmormes +commmort +commmortes +commmore +commmorent +commmorer +commmorera +commmorerai +commmoreraient +commmorerais +commmorerait +commmoreras +commmorerez +commmoreriez +commmorerions +commmorerons +commmoreront +commmores +commmorez +commmor +commmore +commmores +commmors +commmorrent +commmoriez +commmorions +commmorons +commrage +commrages +commre +commres +comminatoire +comminatoires +commirent +commis +commise +commises +commisration +commisrations +commissaire +commissaires +commissariat +commissariats +commisse +commissent +commisses +commissiez +commission +commissionna +commissionnai +commissionnaient +commissionnaire +commissionnaires +commissionnais +commissionnait +commissionnant +commissionnas +commissionnasse +commissionnassent +commissionnasses +commissionnassiez +commissionnassions +commissionnmes +commissionne +commissionnent +commissionner +commissionnera +commissionnerai +commissionneraient +commissionnerais +commissionnerait +commissionneras +commissionnerez +commissionneriez +commissionnerions +commissionnerons +commissionneront +commissionnes +commissionnez +commissionn +commissionne +commissionnes +commissionns +commissionnrent +commissionniez +commissionnions +commissionnons +commissions +commissure +commissures +commit +commmes +commt +commtes +commode +commodes +commodment +commodit +commodits +commotion +commotionna +commotionnai +commotionnaient +commotionnais +commotionnait +commotionnant +commotionnas +commotionnasse +commotionnassent +commotionnasses +commotionnassiez +commotionnassions +commotionnmes +commotionnt +commotionntes +commotionne +commotionnent +commotionner +commotionnera +commotionnerai +commotionneraient +commotionnerais +commotionnerait +commotionneras +commotionnerez +commotionneriez +commotionnerions +commotionnerons +commotionneront +commotionnes +commotionnez +commotionn +commotionne +commotionnes +commotionns +commotionnrent +commotionniez +commotionnions +commotionnons +commotions +commua +commuai +commuaient +commuais +commuait +commuant +commuas +commuasse +commuassent +commuasses +commuassiez +commuassions +commumes +commut +commutes +commue +commuent +commuer +commuera +commuerai +commueraient +commuerais +commuerait +commueras +commuerez +commueriez +commuerions +commuerons +commueront +commues +commuez +commu +commue +commues +commus +commurent +commuiez +commuions +commun +communal +communale +communales +communard +communarde +communardes +communards +communautaire +communautaires +communaut +communauts +communaux +commune +communes +communment +communia +communiai +communiaient +communiais +communiait +communiant +communias +communiasse +communiassent +communiasses +communiassiez +communiassions +communimes +communit +communites +communicant +communicante +communicantes +communicants +communicatif +communicatifs +communication +communications +communicative +communicatives +communie +communient +communier +communiera +communierai +communieraient +communierais +communierait +communieras +communierez +communieriez +communierions +communierons +communieront +communies +communiez +communi +communie +communies +communis +communirent +communiiez +communiions +communion +communions +communiqua +communiquai +communiquaient +communiquais +communiquait +communiquant +communiquants +communiquas +communiquasse +communiquassent +communiquasses +communiquassiez +communiquassions +communiqumes +communiqut +communiqutes +communique +communiquent +communiquer +communiquera +communiquerai +communiqueraient +communiquerais +communiquerait +communiqueras +communiquerez +communiqueriez +communiquerions +communiquerons +communiqueront +communiques +communiquez +communiqu +communique +communiques +communiqus +communiqurent +communiquiez +communiquions +communiquons +communisme +communiste +communistes +communs +commuons +commutable +commutables +commutateur +commutateurs +commutation +commutations +compacit +compacits +compact +compactage +compactages +compacte +compacter +compactes +compact +compacte +compactes +compacts +compacts +compagne +compagnes +compagnie +compagnies +compagnon +compagnonnage +compagnonnages +compagnons +compara +comparable +comparables +comparai +comparaient +comparais +comparaison +comparaisons +comparaissaient +comparaissais +comparaissait +comparaissant +comparaisse +comparaissent +comparaisses +comparaissez +comparaissiez +comparaissions +comparaissons +comparait +comparat +comparatra +comparatrai +comparatraient +comparatrais +comparatrait +comparatras +comparatre +comparatrez +comparatriez +comparatrions +comparatrons +comparatront +comparant +comparas +comparasse +comparassent +comparasses +comparassiez +comparassions +comparatif +comparatifs +comparative +comparativement +comparatives +comparmes +compart +compartes +compare +comparent +comparer +comparera +comparerai +compareraient +comparerais +comparerait +compareras +comparerez +compareriez +comparerions +comparerons +compareront +compares +comparez +compar +compare +compares +compars +comparrent +compariez +comparions +comparons +comparse +comparses +compartiment +compartiments +comparu +comparue +comparues +comparurent +comparus +comparusse +comparussent +comparusses +comparussiez +comparussions +comparut +comparution +comparutions +comparmes +compart +compartes +compas +compass +compasse +compasses +compasss +compassion +compassions +compati +compatibilit +compatibilits +compatible +compatibles +compatie +compaties +compatir +compatira +compatirai +compatiraient +compatirais +compatirait +compatiras +compatirent +compatirez +compatiriez +compatirions +compatirons +compatiront +compatis +compatissaient +compatissais +compatissait +compatissant +compatisse +compatissent +compatisses +compatissez +compatissiez +compatissions +compatissons +compatit +compatmes +compatt +compattes +compatriote +compatriotes +compensa +compensai +compensaient +compensais +compensait +compensant +compensas +compensasse +compensassent +compensasses +compensassiez +compensassions +compensateur +compensateurs +compensation +compensations +compensatoire +compensatrice +compensatrices +compensmes +compenst +compenstes +compense +compensent +compenser +compensera +compenserai +compenseraient +compenserais +compenserait +compenseras +compenserez +compenseriez +compenserions +compenserons +compenseront +compenses +compensez +compens +compense +compenses +compenss +compensrent +compensiez +compensions +compensons +comptence +comptences +comptent +comptente +comptentes +comptents +comptiteur +comptiteurs +comptitif +comptitifs +comptition +comptitions +comptitive +comptitives +comptitrice +comptitrices +compre +compres +compila +compilai +compilaient +compilais +compilait +compilant +compilas +compilasse +compilassent +compilasses +compilassiez +compilassions +compilateur +compilateurs +compilation +compilations +compilatrice +compilatrices +compilmes +compilt +compiltes +compile +compilent +compiler +compilera +compilerai +compileraient +compilerais +compilerait +compileras +compilerez +compileriez +compilerions +compilerons +compileront +compiles +compilez +compil +compile +compiles +compils +compilrent +compiliez +compilions +compilons +complainte +complaintes +complaira +complairai +complairaient +complairais +complairait +complairas +complaire +complairez +complairiez +complairions +complairons +complairont +complais +complaisaient +complaisais +complaisait +complaisance +complaisances +complaisant +complaise +complaisent +complaises +complaisez +complaisiez +complaisions +complaisons +complait +complet +complets +complexe +complexes +complexion +complexions +complexit +complexits +complment +complmentaire +complmentaires +complments +complta +compltai +compltaient +compltais +compltait +compltant +compltas +compltasse +compltassent +compltasses +compltassiez +compltassions +compltmes +compltt +complttes +complter +compltera +complterai +complteraient +complterais +complterait +complteras +complterez +complteriez +complterions +complterons +complteront +compltez +complt +complte +compltes +complts +complte +compltement +compltent +compltes +complication +complications +complice +complices +complicit +complicits +compliment +complimenta +complimentai +complimentaient +complimentais +complimentait +complimentant +complimentas +complimentasse +complimentassent +complimentasses +complimentassiez +complimentassions +complimentmes +complimentt +complimenttes +complimente +complimentent +complimenter +complimentera +complimenterai +complimenteraient +complimenterais +complimenterait +complimenteras +complimenterez +complimenteriez +complimenterions +complimenterons +complimenteront +complimentes +complimenteur +complimenteurs +complimenteuse +complimenteuses +complimentez +compliment +complimente +complimentes +compliments +complimentrent +complimentiez +complimentions +complimentons +compliments +compliqua +compliquai +compliquaient +compliquais +compliquait +compliquant +compliquas +compliquasse +compliquassent +compliquasses +compliquassiez +compliquassions +compliqumes +compliqut +compliqutes +complique +compliquent +compliquer +compliquera +compliquerai +compliqueraient +compliquerais +compliquerait +compliqueras +compliquerez +compliqueriez +compliquerions +compliquerons +compliqueront +compliques +compliquez +compliqu +complique +compliques +compliqus +compliqurent +compliquiez +compliquions +compliquons +complot +complota +complotai +complotaient +complotais +complotait +complotant +complotas +complotasse +complotassent +complotasses +complotassiez +complotassions +complotmes +complott +complottes +complote +complotent +comploter +complotera +comploterai +comploteraient +comploterais +comploterait +comploteras +comploterez +comploteriez +comploterions +comploterons +comploteront +complotes +comploteur +comploteurs +complotez +complot +complote +complotes +complots +complotrent +complotiez +complotions +complotons +complots +complu +complue +complues +complurent +complus +complusse +complussent +complusses +complussiez +complussions +complut +complmes +complt +compltes +comporta +comportai +comportaient +comportais +comportait +comportant +comportas +comportasse +comportassent +comportasses +comportassiez +comportassions +comportmes +comportt +comporttes +comporte +comportement +comportements +comportent +comporter +comportera +comporterai +comporteraient +comporterais +comporterait +comporteras +comporterez +comporteriez +comporterions +comporterons +comporteront +comportes +comportez +comport +comporte +comportes +comports +comportrent +comportiez +comportions +comportons +composa +composai +composaient +composais +composait +composant +composante +composantes +composants +composas +composasse +composassent +composasses +composassiez +composassions +composmes +compost +compostes +compose +composent +composer +composera +composerai +composeraient +composerais +composerait +composeras +composerez +composeriez +composerions +composerons +composeront +composes +composez +compos +compose +composes +composs +composrent +composiez +composions +composite +composites +compositeur +compositeurs +composition +compositions +compositrice +compositrices +composons +compost +composteur +composteurs +composts +compote +compotes +compotier +compotiers +comprenaient +comprenais +comprenait +comprenant +comprend +comprendisse +comprendissent +comprendisses +comprendissiez +comprendissions +comprendra +comprendrai +comprendraient +comprendrais +comprendrait +comprendras +comprendre +comprendriez +comprendrions +comprendrons +comprendront +comprends +comprenez +compreniez +comprenions +comprenne +comprennent +comprennes +comprenons +compressant +compresse +compresser +compresses +compresseur +compresseurs +compressible +compressibles +compression +compressions +comprhensible +comprhensibles +comprhensif +comprhensifs +comprhension +comprhensions +comprhensive +comprhensives +comprima +comprimai +comprimaient +comprimais +comprimait +comprimant +comprimas +comprimasse +comprimassent +comprimasses +comprimassiez +comprimassions +comprimmes +comprimt +comprimtes +comprime +compriment +comprimer +comprimera +comprimerai +comprimeraient +comprimerais +comprimerait +comprimeras +comprimerez +comprimeriez +comprimerions +comprimerons +comprimeront +comprimes +comprimez +comprim +comprime +comprimes +comprims +comprimrent +comprimiez +comprimions +comprimons +comprirent +compris +comprise +comprises +comprit +comprmes +comprt +comprtes +compromet +compromets +compromettaient +compromettais +compromettait +compromettant +compromette +compromettent +compromettes +compromettez +compromettiez +compromettions +compromettons +compromettra +compromettrai +compromettraient +compromettrais +compromettrait +compromettras +compromettre +compromettrez +compromettriez +compromettrions +compromettrons +compromettront +compromirent +compromis +compromise +compromises +compromisse +compromissent +compromisses +compromissiez +compromission +compromissions +compromit +comprommes +compromt +compromtes +compta +comptabilisa +comptabilisai +comptabilisaient +comptabilisais +comptabilisait +comptabilisant +comptabilisas +comptabilisasse +comptabilisassent +comptabilisasses +comptabilisassiez +comptabilisassions +comptabilismes +comptabilist +comptabilistes +comptabilise +comptabilisent +comptabiliser +comptabilisera +comptabiliserai +comptabiliseraient +comptabiliserais +comptabiliserait +comptabiliseras +comptabiliserez +comptabiliseriez +comptabiliserions +comptabiliserons +comptabiliseront +comptabilises +comptabilisez +comptabilis +comptabilise +comptabilises +comptabiliss +comptabilisrent +comptabilisiez +comptabilisions +comptabilisons +comptabilit +comptable +comptables +comptai +comptaient +comptais +comptait +comptant +comptas +comptasse +comptassent +comptasses +comptassiez +comptassions +comptmes +comptt +compttes +compte +comptent +compter +comptera +compterai +compteraient +compterais +compterait +compteras +compterez +compteriez +compterions +compterons +compteront +comptes +compteur +compteurs +comptez +compt +compte +comptes +compts +comptrent +comptiez +comptine +comptines +comptions +comptoir +comptoirs +comptons +compulsa +compulsai +compulsaient +compulsais +compulsait +compulsant +compulsas +compulsasse +compulsassent +compulsasses +compulsassiez +compulsassions +compulsmes +compulst +compulstes +compulse +compulsent +compulser +compulsera +compulserai +compulseraient +compulserais +compulserait +compulseras +compulserez +compulseriez +compulserions +compulserons +compulseront +compulses +compulsez +compuls +compulse +compulses +compulss +compulsrent +compulsiez +compulsif +compulsion +compulsions +compulsive +compulsives +compulsons +comte +comtes +comtesse +comtesses +comt +comts +con +concassa +concassai +concassaient +concassais +concassait +concassant +concassas +concassasse +concassassent +concassasses +concassassiez +concassassions +concassmes +concasst +concasstes +concasse +concassent +concasser +concassera +concasserai +concasseraient +concasserais +concasserait +concasseras +concasserez +concasseriez +concasserions +concasserons +concasseront +concasses +concasseur +concasseurs +concassez +concass +concasse +concasses +concasss +concassrent +concassiez +concassions +concassons +concatna +concatnai +concatnaient +concatnais +concatnait +concatnant +concatnas +concatnasse +concatnassent +concatnasses +concatnassiez +concatnassions +concatnmes +concatnt +concatntes +concatner +concatnera +concatnerai +concatneraient +concatnerais +concatnerait +concatneras +concatnerez +concatneriez +concatnerions +concatnerons +concatneront +concatnez +concatn +concatne +concatnes +concatns +concatnrent +concatniez +concatnions +concatnons +concatne +concatnent +concatnes +concave +concaves +concavit +concentra +concentrai +concentraient +concentrais +concentrait +concentrant +concentras +concentrasse +concentrassent +concentrasses +concentrassiez +concentrassions +concentration +concentrationnaire +concentrationnaires +concentrations +concentrmes +concentrt +concentrtes +concentre +concentrent +concentrer +concentrera +concentrerai +concentreraient +concentrerais +concentrerait +concentreras +concentrerez +concentreriez +concentrerions +concentrerons +concentreront +concentres +concentrez +concentr +concentre +concentres +concentrs +concentrrent +concentriez +concentrions +concentrique +concentriques +concentrons +concept +conception +conceptions +concepts +conceptuel +conceptuelle +conceptuelles +conceptuels +concerna +concernai +concernaient +concernais +concernait +concernant +concernas +concernasse +concernassent +concernasses +concernassiez +concernassions +concernmes +concernt +concerntes +concerne +concernent +concerner +concernera +concernerai +concerneraient +concernerais +concernerait +concerneras +concernerez +concerneriez +concernerions +concernerons +concerneront +concernes +concernez +concern +concerne +concernes +concerns +concernrent +concerniez +concernions +concernons +concert +concerta +concertai +concertaient +concertais +concertait +concertant +concertas +concertasse +concertassent +concertasses +concertassiez +concertassions +concertation +concertations +concertmes +concertt +concerttes +concerte +concertent +concerter +concertera +concerterai +concerteraient +concerterais +concerterait +concerteras +concerterez +concerteriez +concerterions +concerterons +concerteront +concertes +concertez +concert +concerte +concertes +concerts +concertrent +concertiez +concertions +concerto +concertons +concertos +concerts +concession +concessionnaire +concessionnaires +concessions +concevable +concevables +concevaient +concevais +concevait +concevant +concevez +conceviez +concevions +concevoir +concevons +concevra +concevrai +concevraient +concevrais +concevrait +concevras +concevriez +concevrions +concevrons +concevront +concda +concdai +concdaient +concdais +concdait +concdant +concdas +concdasse +concdassent +concdasses +concdassiez +concdassions +concdmes +concdt +concdtes +concder +concdera +concderai +concderaient +concderais +concderait +concderas +concderez +concderiez +concderions +concderons +concderont +concdez +concd +concde +concdes +concds +concdrent +concdiez +concdions +concdons +concde +concdent +concdes +concierge +conciergerie +conciergeries +concierges +concile +conciles +concilia +conciliabule +conciliabules +conciliai +conciliaient +conciliais +conciliait +conciliant +conciliante +conciliantes +conciliants +concilias +conciliasse +conciliassent +conciliasses +conciliassiez +conciliassions +conciliateur +conciliateurs +conciliation +conciliations +conciliatrice +conciliatrices +concilimes +concilit +concilites +concilie +concilient +concilier +conciliera +concilierai +concilieraient +concilierais +concilierait +concilieras +concilierez +concilieriez +concilierions +concilierons +concilieront +concilies +conciliez +concili +concilie +concilies +concilis +concilirent +conciliiez +conciliions +concilions +concis +concise +concises +concision +concitoyen +concitoyenne +concitoyennes +concitoyens +conclave +conclaves +conclu +concluaient +concluais +concluait +concluant +concluante +conclue +concluent +conclues +concluez +concluiez +concluions +concluons +conclura +conclurai +concluraient +conclurais +conclurait +concluras +conclure +conclurent +conclurez +concluriez +conclurions +conclurons +concluront +conclus +conclusion +conclusions +conclusse +conclussent +conclusses +conclussiez +conclussions +conclut +conclmes +conclt +concltes +concombre +concombres +concomitance +concomitant +concomitante +concomitantes +concomitants +concorda +concordai +concordaient +concordais +concordait +concordance +concordances +concordant +concordante +concordantes +concordants +concordas +concordasse +concordassent +concordasses +concordassiez +concordassions +concordat +concordataire +concordataires +concordats +concordmes +concordt +concordtes +concorde +concordent +concorder +concordera +concorderai +concorderaient +concorderais +concorderait +concorderas +concorderez +concorderiez +concorderions +concorderons +concorderont +concordes +concordez +concord +concorde +concordes +concords +concordrent +concordiez +concordions +concordons +concouraient +concourais +concourait +concoure +concourent +concoures +concourez +concouriez +concourions +concourir +concourons +concourra +concourrai +concourraient +concourrais +concourrait +concourrant +concourras +concourrez +concourriez +concourrions +concourrir +concourrons +concourront +concours +concourt +concouru +concourue +concourues +concoururent +concourus +concourusse +concourussent +concourusses +concourussiez +concourussions +concourut +concourmes +concourt +concourtes +concret +concrets +concrtion +concrtions +concrtisa +concrtisai +concrtisaient +concrtisais +concrtisait +concrtisant +concrtisas +concrtisasse +concrtisassent +concrtisasses +concrtisassiez +concrtisassions +concrtismes +concrtist +concrtistes +concrtise +concrtisent +concrtiser +concrtisera +concrtiserai +concrtiseraient +concrtiserais +concrtiserait +concrtiseras +concrtiserez +concrtiseriez +concrtiserions +concrtiserons +concrtiseront +concrtises +concrtisez +concrtis +concrtise +concrtises +concrtiss +concrtisrent +concrtisiez +concrtisions +concrtisons +concrte +concrtement +concrtes +concubin +concubinage +concubinages +concubine +concubines +concubins +concupiscence +concupiscences +concurremment +concurrence +concurrencent +concurrencer +concurrencera +concurrencerai +concurrenceraient +concurrencerais +concurrencerait +concurrenceras +concurrencerez +concurrenceriez +concurrencerions +concurrencerons +concurrenceront +concurrences +concurrencez +concurrenc +concurrence +concurrences +concurrencs +concurrencrent +concurrenciez +concurrencions +concurrena +concurrenai +concurrenaient +concurrenais +concurrenait +concurrenant +concurrenas +concurrenasse +concurrenassent +concurrenasses +concurrenassiez +concurrenassions +concurrenmes +concurrent +concurrentes +concurrenons +concurrent +concurrente +concurrentes +concurrents +concussion +concussions +conois +conoit +conoive +conoivent +conoives +conu +conue +conues +conurent +conus +conusse +conussent +conusses +conussiez +conussions +conut +conmes +cont +contes +condamna +condamnable +condamnables +condamnai +condamnaient +condamnais +condamnait +condamnant +condamnas +condamnasse +condamnassent +condamnasses +condamnassiez +condamnassions +condamnation +condamnations +condamnmes +condamnt +condamntes +condamne +condamnent +condamner +condamnera +condamnerai +condamneraient +condamnerais +condamnerait +condamneras +condamnerez +condamneriez +condamnerions +condamnerons +condamneront +condamnes +condamnez +condamn +condamne +condamnes +condamns +condamnrent +condamniez +condamnions +condamnons +condensa +condensai +condensaient +condensais +condensait +condensant +condensas +condensasse +condensassent +condensasses +condensassiez +condensassions +condensateur +condensateurs +condensation +condensations +condensmes +condenst +condenstes +condense +condensed +condensent +condenser +condensera +condenserai +condenseraient +condenserais +condenserait +condenseras +condenserez +condenseriez +condenserions +condenserons +condenseront +condenses +condenseur +condenseurs +condensez +condens +condense +condenses +condenss +condensrent +condensiez +condensions +condensons +condescend +condescendaient +condescendais +condescendait +condescendance +condescendances +condescendant +condescende +condescendent +condescendes +condescendez +condescendiez +condescendions +condescendirent +condescendis +condescendisse +condescendissent +condescendisses +condescendissiez +condescendissions +condescendit +condescendmes +condescendt +condescendtes +condescendons +condescendra +condescendrai +condescendraient +condescendrais +condescendrait +condescendras +condescendre +condescendrez +condescendriez +condescendrions +condescendrons +condescendront +condescends +condescendu +condescendue +condescendues +condescendus +condiment +condiments +condisciple +condisciples +condition +conditionna +conditionnai +conditionnaient +conditionnais +conditionnait +conditionnant +conditionnas +conditionnasse +conditionnassent +conditionnasses +conditionnassiez +conditionnassions +conditionnmes +conditionnt +conditionntes +conditionne +conditionnel +conditionnelle +conditionnelles +conditionnels +conditionnement +conditionnements +conditionnent +conditionner +conditionnera +conditionnerai +conditionneraient +conditionnerais +conditionnerait +conditionneras +conditionnerez +conditionneriez +conditionnerions +conditionnerons +conditionneront +conditionnes +conditionnez +conditionn +conditionne +conditionnes +conditionns +conditionnrent +conditionniez +conditionnions +conditionnn +conditionnons +conditions +condolances +condor +condors +conducteur +conducteurs +conductibilit +conductibilits +conductrice +conductrices +conduira +conduirai +conduiraient +conduirais +conduirait +conduiras +conduire +conduirez +conduiriez +conduirions +conduirons +conduiront +conduis +conduisaient +conduisais +conduisait +conduisant +conduisas +conduise +conduisent +conduises +conduisez +conduisiez +conduisions +conduisirent +conduisis +conduisisse +conduisissent +conduisisses +conduisissiez +conduisissions +conduisit +conduismes +conduist +conduistes +conduisons +conduit +conduite +conduites +conduits +confection +confectionna +confectionnai +confectionnaient +confectionnais +confectionnait +confectionnant +confectionnas +confectionnasse +confectionnassent +confectionnasses +confectionnassiez +confectionnassions +confectionnmes +confectionnt +confectionntes +confectionne +confectionnent +confectionner +confectionnera +confectionnerai +confectionneraient +confectionnerais +confectionnerait +confectionneras +confectionnerez +confectionneriez +confectionnerions +confectionnerons +confectionneront +confectionnes +confectionneur +confectionneurs +confectionneuse +confectionneuses +confectionnez +confectionn +confectionne +confectionnes +confectionns +confectionnrent +confectionniez +confectionnions +confectionnons +confections +confessa +confessai +confessaient +confessais +confessait +confessant +confessas +confessasse +confessassent +confessasses +confessassiez +confessassions +confessmes +confesst +confesstes +confesse +confessent +confesser +confessera +confesserai +confesseraient +confesserais +confesserait +confesseras +confesserez +confesseriez +confesserions +confesserons +confesseront +confesses +confesseur +confesseurs +confessez +confess +confesse +confesses +confesss +confessrent +confessiez +confession +confessional +confessionel +confessionelle +confessionelles +confessionels +confessionnaux +confessions +confessons +confdra +confdrai +confdraient +confdrais +confdrait +confdrant +confdras +confdrasse +confdrassent +confdrasses +confdrassiez +confdrassions +confdration +confdrations +confdrmes +confdrt +confdrtes +confdrer +confdrera +confdrerai +confdreraient +confdrerais +confdrerait +confdreras +confdrerez +confdreriez +confdrerions +confdrerons +confdreront +confdrez +confdr +confdre +confdres +confdrs +confdrrent +confdriez +confdrions +confdrons +confdre +confdrent +confdres +confra +confrai +confraient +confrais +confrait +confrant +confras +confrasse +confrassent +confrasses +confrassiez +confrassions +confrmes +confrt +confrtes +confrence +confrences +confrencier +confrenciers +confrencire +confrencires +confrer +confrera +confrerai +confreraient +confrerais +confrerait +confreras +confrerez +confreriez +confrerions +confrerons +confreront +confrez +confr +confre +confres +confrs +confrrent +confriez +confrions +confrons +confre +confrent +confres +confi +confia +confiai +confiaient +confiais +confiait +confiance +confiances +confiant +confiante +confiantes +confiants +confias +confiasse +confiassent +confiasses +confiassiez +confiassions +confimes +confit +confites +confidence +confidences +confident +confidente +confidentes +confidentialit +confidentiel +confidentielle +confidentiellement +confidentielles +confidentiels +confidents +confie +confient +confier +confiera +confierai +confieraient +confierais +confierait +confieras +confierez +confieriez +confierions +confierons +confieront +confies +confiez +confi +confie +confies +confis +confirent +config +configura +configurable +configurables +configurai +configuraient +configurais +configurait +configurant +configuras +configurasse +configurassent +configurasses +configurassiez +configurassions +configurateur +configurateurs +configuration +configurations +configurmes +configurt +configurtes +configure +configurent +configurer +configurera +configurerai +configureraient +configurerais +configurerait +configureras +configurerez +configureriez +configurerions +configurerons +configureront +configures +configurez +configur +configure +configures +configurs +configurrent +configuriez +configurions +configurons +confiiez +confiions +confina +confinai +confinaient +confinais +confinait +confinant +confinas +confinasse +confinassent +confinasses +confinassiez +confinassions +confinmes +confint +confintes +confine +confinent +confiner +confinera +confinerai +confineraient +confinerais +confinerait +confineras +confinerez +confineriez +confinerions +confinerons +confineront +confines +confinez +confin +confine +confines +confins +confinrent +confiniez +confinions +confinons +confins +confions +confira +confirai +confiraient +confirais +confirait +confiras +confire +confirez +confiriez +confirions +confirma +confirmai +confirmaient +confirmais +confirmait +confirmant +confirmas +confirmasse +confirmassent +confirmasses +confirmassiez +confirmassions +confirmation +confirmations +confirmmes +confirmt +confirmtes +confirme +confirment +confirmer +confirmera +confirmerai +confirmeraient +confirmerais +confirmerait +confirmeras +confirmerez +confirmeriez +confirmerions +confirmerons +confirmeront +confirmes +confirmez +confirm +confirme +confirmes +confirms +confirmrent +confirmiez +confirmions +confirmons +confirons +confiront +confis +confisaient +confisais +confisait +confisas +confiscation +confiscations +confisent +confiserie +confiseries +confiseur +confiseurs +confiseuse +confiseuses +confisez +confisiez +confisons +confisqua +confisquai +confisquaient +confisquais +confisquait +confisquant +confisquas +confisquasse +confisquassent +confisquasses +confisquassiez +confisquassions +confisqumes +confisqut +confisqutes +confisque +confisquent +confisquer +confisquera +confisquerai +confisqueraient +confisquerais +confisquerait +confisqueras +confisquerez +confisqueriez +confisquerions +confisquerons +confisqueront +confisques +confisquez +confisqu +confisque +confisques +confisqus +confisqurent +confisquiez +confisquions +confisquons +confisse +confissent +confisses +confissiez +confissions +confit +confite +confites +confits +confiture +confitures +conflagration +conflagrations +conflit +conflits +confluaient +confluant +confluassent +confluence +confluences +confluent +confluents +confluer +conflueront +conflu +conflue +conflues +conflus +conflurent +confond +confondaient +confondais +confondait +confondant +confonde +confondent +confondes +confondez +confondiez +confondions +confondons +confondra +confondrai +confondraient +confondrais +confondrait +confondras +confondre +confondrez +confondriez +confondrions +confondrons +confondront +confonds +confondu +confondue +confondues +confondurent +confondus +confondusse +confondussent +confondusses +confondussiez +confondussions +confondut +confondmes +confondt +confondtes +conforma +conformai +conformaient +conformais +conformait +conformant +conformas +conformasse +conformassent +conformasses +conformassiez +conformassions +conformation +conformations +conformmes +conformt +conformtes +conforme +conforment +conformer +conformera +conformerai +conformeraient +conformerais +conformerait +conformeras +conformerez +conformeriez +conformerions +conformerons +conformeront +conformes +conformez +conform +conforme +conformes +conformment +conforms +conformrent +conformiez +conformions +conformisme +conformiste +conformit +conformits +conformons +confort +conforta +confortable +confortablement +confortables +conforts +confrrie +confrries +confrre +confrres +confronta +confrontai +confrontaient +confrontais +confrontait +confrontant +confrontas +confrontasse +confrontassent +confrontasses +confrontassiez +confrontassions +confrontation +confrontations +confrontmes +confrontt +confronttes +confronte +confrontent +confronter +confrontera +confronterai +confronteraient +confronterais +confronterait +confronteras +confronterez +confronteriez +confronterions +confronterons +confronteront +confrontes +confrontez +confront +confronte +confrontes +confronts +confrontrent +confrontiez +confrontions +confrontons +confucianisme +confus +confuse +confuses +confusment +confusion +confusions +congela +congelai +congelaient +congelais +congelait +congelant +congelas +congelasse +congelassent +congelasses +congelassiez +congelassions +congelmes +congelt +congeltes +congeler +congelez +congel +congele +congeles +congels +congelrent +congeliez +congelions +congelons +congestion +congestionna +congestionnai +congestionnaient +congestionnais +congestionnait +congestionnant +congestionnas +congestionnasse +congestionnassent +congestionnasses +congestionnassiez +congestionnassions +congestionnmes +congestionnt +congestionntes +congestionne +congestionnent +congestionner +congestionnera +congestionnerai +congestionneraient +congestionnerais +congestionnerait +congestionneras +congestionnerez +congestionneriez +congestionnerions +congestionnerons +congestionneront +congestionnes +congestionnez +congestionn +congestionne +congestionnes +congestionns +congestionnrent +congestionniez +congestionnions +congestionnons +congestions +cong +congdia +congdiai +congdiaient +congdiais +congdiait +congdiant +congdias +congdiasse +congdiassent +congdiasses +congdiassiez +congdiassions +congdimes +congdit +congdites +congdie +congdiement +congdiements +congdient +congdier +congdiera +congdierai +congdieraient +congdierais +congdierait +congdieras +congdierez +congdieriez +congdierions +congdierons +congdieront +congdies +congdiez +congdi +congdie +congdies +congdirent +congdiiez +congdiions +congdions +conglateur +conglateurs +conglation +conglations +congnre +congnres +congnital +congnitale +congnitales +congnitaux +congs +congle +conglent +conglera +conglerai +congleraient +conglerais +conglerait +congleras +conglerez +congleriez +conglerions +conglerons +congleront +congles +congre +congres +conglomrat +conglomrats +congratula +congratulai +congratulaient +congratulais +congratulait +congratulant +congratulas +congratulasse +congratulassent +congratulasses +congratulassiez +congratulassions +congratulations +congratulmes +congratult +congratultes +congratule +congratulent +congratuler +congratulera +congratulerai +congratuleraient +congratulerais +congratulerait +congratuleras +congratulerez +congratuleriez +congratulerions +congratulerons +congratuleront +congratules +congratulez +congratul +congratule +congratules +congratuls +congratulrent +congratuliez +congratulions +congratulons +congre +congres +congressiste +congressistes +congrganiste +congrganistes +congrgation +congrgations +congrs +congru +congrue +congrues +congrus +conifre +conifres +conique +coniques +conjectura +conjecturai +conjecturaient +conjecturais +conjecturait +conjectural +conjecturale +conjecturalement +conjecturales +conjecturant +conjecturas +conjecturasse +conjecturassent +conjecturasses +conjecturassiez +conjecturassions +conjecturaux +conjecturmes +conjecturt +conjecturtes +conjecture +conjecturer +conjecturera +conjecturerai +conjectureraient +conjecturerais +conjecturerait +conjectureras +conjecturerez +conjectureriez +conjecturerions +conjecturerons +conjectureront +conjectures +conjecturez +conjectur +conjecture +conjectures +conjecturs +conjecturrent +conjecturiez +conjecturions +conjecturons +conjoint +conjointe +conjointement +conjointes +conjoints +conjonctif +conjonctifs +conjonction +conjonctions +conjonctive +conjonctives +conjonctivite +conjonctivites +conjoncture +conjonctures +conjugaison +conjugaisons +conjugal +conjugale +conjugalement +conjugales +conjugaux +conjugua +conjuguai +conjuguaient +conjuguais +conjuguait +conjuguant +conjuguas +conjuguasse +conjuguassent +conjuguasses +conjuguassiez +conjuguassions +conjugumes +conjugut +conjugutes +conjugue +conjuguent +conjuguer +conjuguera +conjuguerai +conjugueraient +conjuguerais +conjuguerait +conjugueras +conjuguerez +conjugueriez +conjuguerions +conjuguerons +conjugueront +conjugues +conjuguez +conjugu +conjugue +conjugues +conjugus +conjugurent +conjuguiez +conjuguions +conjuguons +conjura +conjurai +conjuraient +conjurais +conjurait +conjurant +conjuras +conjurasse +conjurassent +conjurasses +conjurassiez +conjurassions +conjuration +conjurations +conjurmes +conjurt +conjurtes +conjure +conjurent +conjurer +conjurera +conjurerai +conjureraient +conjurerais +conjurerait +conjureras +conjurerez +conjureriez +conjurerions +conjurerons +conjureront +conjures +conjurez +conjur +conjure +conjures +conjurs +conjurrent +conjuriez +conjurions +conjurons +connais +connaissaient +connaissais +connaissait +connaissance +connaissances +connaissant +connaisse +connaissement +connaissements +connaissent +connaisses +connaisseur +connaisseurs +connaisseuse +connaisseuses +connaissez +connaissiez +connaissions +connaissons +connait +connat +connatra +connatrai +connatraient +connatrais +connatrait +connatras +connatre +connatrez +connatriez +connatrions +connatrons +connatront +connecta +connectai +connectaient +connectais +connectait +connectant +connectas +connectasse +connectassent +connectasses +connectassiez +connectassions +connectmes +connectt +connecttes +connecte +connectent +connecter +connectera +connecterai +connecteraient +connecterais +connecterait +connecteras +connecterez +connecteriez +connecterions +connecterons +connecteront +connectes +connecteur +connecteurs +connectez +connect +connecte +connectes +connects +connectrent +connectiez +connections +connectivit +connectivits +connectons +connerie +conneries +connes +connexe +connexes +connexion +connexions +connivence +connivences +connu +connue +connues +connurent +connus +connusse +connussent +connusses +connussiez +connussions +connut +connmes +connt +conntes +conque +conquerra +conquerrai +conquerraient +conquerrais +conquerrait +conquerras +conquerrez +conquerriez +conquerrions +conquerrons +conquerront +conques +conquraient +conqurais +conqurait +conqurant +conqurante +conqurantes +conqurants +conqurez +conquriez +conqurions +conqurir +conqurons +conqute +conqutes +conquiers +conquiert +conquire +conquirent +conquires +conquirent +conquis +conquise +conquises +conquisse +conquissent +conquisses +conquissiez +conquissions +conquit +conqumes +conqut +conqutes +consacra +consacrai +consacraient +consacrais +consacrait +consacrant +consacras +consacrasse +consacrassent +consacrasses +consacrassiez +consacrassions +consacrmes +consacrt +consacrtes +consacre +consacrent +consacrer +consacrera +consacrerai +consacreraient +consacrerais +consacrerait +consacreras +consacrerez +consacreriez +consacrerions +consacrerons +consacreront +consacres +consacrez +consacr +consacre +consacres +consacrs +consacrrent +consacriez +consacrions +consacrons +consanguin +consanguine +consanguines +consanguinit +consanguinits +consanguins +consciemment +conscience +consciences +consciencieuse +consciencieusement +consciencieuses +consciencieux +conscient +consciente +conscientes +conscients +conscription +conscrit +conscrits +conseil +conseilla +conseillai +conseillaient +conseillais +conseillait +conseillant +conseillas +conseillasse +conseillassent +conseillasses +conseillassiez +conseillassions +conseillmes +conseillt +conseilltes +conseille +conseillent +conseiller +conseillera +conseillerai +conseilleraient +conseillerais +conseillerait +conseilleras +conseillerez +conseilleriez +conseillerions +conseillerons +conseilleront +conseillers +conseilles +conseilleur +conseilleurs +conseilleuse +conseilleuses +conseillez +conseill +conseille +conseilles +conseills +conseillre +conseillrent +conseillres +conseilliez +conseillions +conseillons +conseils +consens +consensus +consent +consentaient +consentais +consentait +consentant +consente +consentement +consentements +consentent +consentes +consentez +consenti +consentie +consenties +consentiez +consentions +consentir +consentira +consentirai +consentiraient +consentirais +consentirait +consentiras +consentirent +consentirez +consentiriez +consentirions +consentirons +consentiront +consentis +consentisse +consentissent +consentisses +consentissiez +consentissions +consentit +consentmes +consentt +consenttes +consentons +conserva +conservai +conservaient +conservais +conservait +conservant +conservas +conservasse +conservassent +conservasses +conservassiez +conservassions +conservateur +conservateurs +conservation +conservations +conservatisme +conservatoire +conservatoires +conservatrice +conservatrices +conservmes +conservt +conservtes +conserve +conservent +conserver +conservera +conserverai +conserveraient +conserverais +conserverait +conserveras +conserverez +conserverie +conserveries +conserveriez +conserverions +conserverons +conserveront +conserves +conservez +conserv +conserve +conserves +conservs +conservrent +conserviez +conservions +conservons +conscration +conscrations +conscutif +conscutifs +conscutive +conscutivement +conscutives +consquemment +consquence +consquences +consquent +consquente +consquentes +consquents +considra +considrable +considrablement +considrables +considraient +considrait +considrant +considration +considrations +considrer +considrez +considr +considre +considres +considrs +considrrent +considrons +considre +considrent +consigna +consignai +consignaient +consignais +consignait +consignant +consignas +consignasse +consignassent +consignasses +consignassiez +consignassions +consignation +consignations +consignmes +consignt +consigntes +consigne +consignent +consigner +consignera +consignerai +consigneraient +consignerais +consignerait +consigneras +consignerez +consigneriez +consignerions +consignerons +consigneront +consignes +consignez +consign +consigne +consignes +consigns +consignrent +consigniez +consignions +consignons +consista +consistai +consistaient +consistais +consistait +consistance +consistances +consistant +consistante +consistantes +consistants +consistas +consistasse +consistassent +consistasses +consistassiez +consistassions +consistmes +consistt +consisttes +consiste +consistent +consister +consistera +consisterai +consisteraient +consisterais +consisterait +consisteras +consisterez +consisteriez +consisterions +consisterons +consisteront +consistes +consistez +consist +consiste +consistes +consists +consistrent +consistiez +consistions +consistoire +consistoires +consistons +consola +consolai +consolaient +consolais +consolait +consolant +consolas +consolasse +consolassent +consolasses +consolassiez +consolassions +consolateur +consolateurs +consolation +consolations +consolatrice +consolatrices +consolmes +consolt +consoltes +console +consolent +consoler +consolera +consolerai +consoleraient +consolerais +consolerait +consoleras +consolerez +consoleriez +consolerions +consolerons +consoleront +consoles +consolez +consol +console +consoles +consols +consolrent +consolida +consolidai +consolidaient +consolidais +consolidait +consolidant +consolidas +consolidasse +consolidassent +consolidasses +consolidassiez +consolidassions +consolidation +consolidations +consolidmes +consolidt +consolidtes +consolide +consolident +consolider +consolidera +consoliderai +consolideraient +consoliderais +consoliderait +consolideras +consoliderez +consolideriez +consoliderions +consoliderons +consolideront +consolides +consolidez +consolid +consolide +consolides +consolids +consolidrent +consolidiez +consolidions +consolidons +consoliez +consolions +consolons +consomma +consommai +consommaient +consommais +consommait +consommant +consommas +consommasse +consommassent +consommasses +consommassiez +consommassions +consommateur +consommateurs +consommation +consommations +consommatrice +consommatrices +consommmes +consommt +consommtes +consomme +consomment +consommer +consommera +consommerai +consommeraient +consommerais +consommerait +consommeras +consommerez +consommeriez +consommerions +consommerons +consommeront +consommes +consommez +consomm +consomme +consommes +consomms +consommrent +consommiez +consommions +consommons +consonance +consonances +consonne +consonnes +consort +consorte +consortes +consortium +consortiums +consorts +conspira +conspirai +conspiraient +conspirais +conspirait +conspirant +conspiras +conspirasse +conspirassent +conspirasses +conspirassiez +conspirassions +conspirateur +conspirateurs +conspiration +conspirations +conspiratrice +conspiratrices +conspirmes +conspirt +conspirtes +conspire +conspirent +conspirer +conspirera +conspirerai +conspireraient +conspirerais +conspirerait +conspireras +conspirerez +conspireriez +conspirerions +conspirerons +conspireront +conspires +conspirez +conspir +conspire +conspires +conspirs +conspirrent +conspiriez +conspirions +conspirons +conspua +conspuai +conspuaient +conspuais +conspuait +conspuant +conspuas +conspuasse +conspuassent +conspuasses +conspuassiez +conspuassions +conspumes +consput +consputes +conspue +conspuent +conspuer +conspuera +conspuerai +conspueraient +conspuerais +conspuerait +conspueras +conspuerez +conspueriez +conspuerions +conspuerons +conspueront +conspues +conspuez +conspu +conspue +conspues +conspus +conspurent +conspuiez +conspuions +conspuons +constamment +constance +constant +constante +constantes +constants +constat +constata +constatai +constataient +constatais +constatait +constatant +constatas +constatasse +constatassent +constatasses +constatassiez +constatassions +constatation +constatations +constatmes +constatt +constattes +constate +constatent +constater +constatera +constaterai +constateraient +constaterais +constaterait +constateras +constaterez +constateriez +constaterions +constaterons +constateront +constates +constatez +constat +constate +constates +constats +constatrent +constatiez +constations +constatons +constats +constella +constellai +constellaient +constellais +constellait +constellant +constellas +constellasse +constellassent +constellasses +constellassiez +constellassions +constellation +constellations +constellmes +constellt +constelltes +constelle +constellent +consteller +constellera +constellerai +constelleraient +constellerais +constellerait +constelleras +constellerez +constelleriez +constellerions +constellerons +constelleront +constelles +constellez +constell +constelle +constelles +constells +constellrent +constelliez +constellions +constellons +consterna +consternai +consternaient +consternais +consternait +consternant +consternas +consternasse +consternassent +consternasses +consternassiez +consternassions +consternation +consternations +consternmes +consternt +consterntes +consterne +consternent +consterner +consternera +consternerai +consterneraient +consternerais +consternerait +consterneras +consternerez +consterneriez +consternerions +consternerons +consterneront +consternes +consternez +constern +consterne +consternes +consterns +consternrent +consterniez +consternions +consternons +constipa +constipai +constipaient +constipais +constipait +constipant +constipas +constipasse +constipassent +constipasses +constipassiez +constipassions +constipation +constipations +constipmes +constipt +constiptes +constipe +constipent +constiper +constipera +constiperai +constiperaient +constiperais +constiperait +constiperas +constiperez +constiperiez +constiperions +constiperons +constiperont +constipes +constipez +constip +constipe +constipes +constips +constiprent +constipiez +constipions +constipons +constitua +constituai +constituaient +constituais +constituait +constituant +constituante +constituants +constituas +constituasse +constituassent +constituasses +constituassiez +constituassions +constitumes +constitut +constitutes +constitue +constituent +constituer +constituera +constituerai +constitueraient +constituerais +constituerait +constitueras +constituerez +constitueriez +constituerions +constituerons +constitueront +constitues +constituez +constitu +constitue +constitues +constitus +constiturent +constituiez +constituions +constituons +constitutif +constitutifs +constitution +constitutionnel +constitutionnelle +constitutionnellement +constitutionnelles +constitutionnels +constitutions +constitutive +constitutives +constricteur +constricteurs +constructeur +constructeurs +constructible +constructibles +constructif +constructifs +construction +constructions +constructive +constructivement +constructives +constructrice +constructrices +construira +construirai +construiraient +construirais +construirait +construiras +construire +construirez +construiriez +construirions +construirons +construiront +construis +construisaient +construisais +construisait +construisant +construise +construisent +construises +construisez +construisiez +construisions +construisirent +construisis +construisit +construismes +construist +construistes +construisons +construisse +construissent +construisses +construissiez +construissions +construit +construite +construites +construits +consul +consulaire +consulaires +consulat +consulats +consuls +consulta +consultai +consultaient +consultais +consultait +consultant +consultante +consultantes +consultants +consultas +consultasse +consultassent +consultasses +consultassiez +consultassions +consultatif +consultatifs +consultation +consultations +consultative +consultatives +consultmes +consultt +consulttes +consulte +consultent +consulter +consultera +consulterai +consulteraient +consulterais +consulterait +consulteras +consulterez +consulteriez +consulterions +consulterons +consulteront +consultes +consultez +consult +consulte +consultes +consults +consultrent +consultiez +consultions +consultons +consuma +consumai +consumaient +consumais +consumait +consumant +consumas +consumasse +consumassent +consumasses +consumassiez +consumassions +consummes +consumt +consumtes +consume +consument +consumer +consumera +consumerai +consumeraient +consumerais +consumerait +consumeras +consumerez +consumeriez +consumerions +consumerons +consumeront +consumes +consumez +consum +consume +consumes +consums +consumrent +consumiez +consumions +consumons +conta +contact +contacta +contactai +contactaient +contactais +contactait +contactant +contactas +contactasse +contactassent +contactasses +contactassiez +contactassions +contactmes +contactt +contacttes +contacte +contactent +contacter +contactera +contacterai +contacteraient +contacterais +contacterait +contacteras +contacterez +contacteriez +contacterions +contacterons +contacteront +contactes +contactez +contact +contacte +contactes +contacts +contactrent +contactiez +contactions +contactons +contacts +contagieuse +contagieuses +contagieux +contagion +contagions +contai +contaient +container +containers +contais +contait +contamina +contaminai +contaminaient +contaminais +contaminait +contaminant +contaminas +contaminasse +contaminassent +contaminasses +contaminassiez +contaminassions +contamination +contaminations +contaminmes +contamint +contamintes +contamine +contaminent +contaminer +contaminera +contaminerai +contamineraient +contaminerais +contaminerait +contamineras +contaminerez +contamineriez +contaminerions +contaminerons +contamineront +contamines +contaminez +contamin +contamine +contamines +contamins +contaminrent +contaminiez +contaminions +contaminons +contant +contas +contasse +contassent +contasses +contassiez +contassions +contmes +contt +conttes +conte +contempla +contemplai +contemplaient +contemplais +contemplait +contemplant +contemplas +contemplasse +contemplassent +contemplasses +contemplassiez +contemplassions +contemplateur +contemplateurs +contemplatif +contemplatifs +contemplation +contemplations +contemplative +contemplatives +contemplatrice +contemplatrices +contemplmes +contemplt +contempltes +contemple +contemplent +contempler +contemplera +contemplerai +contempleraient +contemplerais +contemplerait +contempleras +contemplerez +contempleriez +contemplerions +contemplerons +contempleront +contemples +contemplez +contempl +contemple +contemples +contempls +contemplrent +contempliez +contemplions +contemplons +contemporain +contemporaine +contemporaines +contemporains +contempteur +contempteurs +contenaient +contenais +contenait +contenance +contenances +contenant +contenante +contenantes +contenants +contendra +contendrai +contendraient +contendrais +contendrait +contendras +contendrez +contendriez +contendrions +contendrons +contendront +conteneur +conteneurs +contenez +conteniez +contenions +contenir +contenons +content +contenta +contentai +contentaient +contentais +contentait +contentant +contentas +contentasse +contentassent +contentasses +contentassiez +contentassions +contentmes +contentt +contenttes +contente +contentement +contentements +contentent +contenter +contentera +contenterai +contenteraient +contenterais +contenterait +contenteras +contenterez +contenteriez +contenterions +contenterons +contenteront +contentes +contentez +content +contente +contentes +contents +contentrent +contentieuse +contentieuses +contentieux +contentiez +contention +contentions +contentons +contents +contenu +contenue +contenues +contenus +conter +contera +conterai +conteraient +conterais +conterait +conteras +conterez +conteriez +conterions +conterons +conteront +contes +contesta +contestai +contestaient +contestais +contestait +contestant +contestas +contestasse +contestassent +contestasses +contestassiez +contestassions +contestataire +contestataires +contestation +contestations +contestmes +contestt +contesttes +conteste +contestent +contester +contestera +contesterai +contesteraient +contesterais +contesterait +contesteras +contesterez +contesteriez +contesterions +contesterons +contesteront +contestes +contestez +contest +conteste +contestes +contests +contestrent +contestiez +contestions +contestons +conteur +conteurs +conteuse +conteuses +contexte +contextes +contexture +contextures +contez +cont +conte +contes +conts +contrent +contiendra +contiendraient +contiendrais +contiendrait +contiendront +contienne +contiennent +contiennes +contiens +contient +contiez +contigu +contigu +contigus +contigut +contiguts +contigus +continence +continent +continental +continentale +continentales +continentaux +continente +continentes +continents +contingences +contingent +contingenta +contingentai +contingentaient +contingentais +contingentait +contingentant +contingentas +contingentasse +contingentassent +contingentasses +contingentassiez +contingentassions +contingentmes +contingentt +contingenttes +contingente +contingentement +contingentements +contingentent +contingenter +contingentera +contingenterai +contingenteraient +contingenterais +contingenterait +contingenteras +contingenterez +contingenteriez +contingenterions +contingenterons +contingenteront +contingentes +contingentez +contingent +contingente +contingentes +contingents +contingentrent +contingentiez +contingentions +contingentons +contingents +continisse +continissent +continisses +continissiez +continissions +continrent +contins +contint +continu +continua +continuai +continuaient +continuais +continuait +continuant +continuas +continuasse +continuassent +continuasses +continuassiez +continuassions +continuateur +continuateurs +continuation +continuations +continuatrice +continuatrices +continumes +continut +continutes +continue +continuel +continuelle +continuellement +continuelles +continuels +continuent +continuer +continuera +continuerai +continueraient +continuerais +continuerait +continueras +continuerez +continueriez +continuerions +continuerons +continueront +continues +continuez +continu +continue +continues +continus +continurent +continuiez +continuions +continuit +continuits +continuons +continus +contions +contnmes +contnt +contntes +contondant +contondante +contondantes +contondants +contons +contorsion +contorsions +contour +contourna +contournai +contournaient +contournais +contournait +contournant +contournas +contournasse +contournassent +contournasses +contournassiez +contournassions +contournmes +contournt +contourntes +contourne +contournent +contourner +contournera +contournerai +contourneraient +contournerais +contournerait +contourneras +contournerez +contourneriez +contournerions +contournerons +contourneront +contournes +contournez +contourn +contourne +contournes +contourns +contournrent +contourniez +contournions +contournons +contours +contra +contraceptif +contraceptifs +contraception +contraceptions +contraceptive +contraceptives +contracta +contractai +contractaient +contractais +contractait +contractant +contractante +contractantes +contractants +contractas +contractasse +contractassent +contractasses +contractassiez +contractassions +contractmes +contractt +contracttes +contracte +contractent +contracter +contractera +contracterai +contracteraient +contracterais +contracterait +contracteras +contracterez +contracteriez +contracterions +contracterons +contracteront +contractes +contractez +contract +contracte +contractes +contracts +contractrent +contractiez +contractile +contractiles +contraction +contractions +contractons +contractuel +contractuelle +contractuelles +contractuels +contradicteur +contradicteurs +contradiction +contradictions +contradictoire +contradictoirement +contradictoires +contrai +contraient +contraignaient +contraignais +contraignait +contraignant +contraigne +contraignent +contraignes +contraignez +contraigniez +contraignions +contraignirent +contraignis +contraignisse +contraignissent +contraignisses +contraignissiez +contraignissions +contraignit +contraignmes +contraignt +contraigntes +contraignons +contraindra +contraindrai +contraindraient +contraindrais +contraindrait +contraindras +contraindre +contraindrez +contraindriez +contraindrions +contraindrons +contraindront +contrains +contraint +contrainte +contraintes +contraints +contraire +contrairement +contraires +contrais +contrait +contralto +contraltos +contrant +contraria +contrariai +contrariaient +contrariais +contrariait +contrariant +contrarias +contrariasse +contrariassent +contrariasses +contrariassiez +contrariassions +contrarimes +contrarit +contrarites +contrarie +contrarient +contrarier +contrariera +contrarierai +contrarieraient +contrarierais +contrarierait +contrarieras +contrarierez +contrarieriez +contrarierions +contrarierons +contrarieront +contraries +contrariez +contrari +contrarie +contraries +contraris +contrarit +contrarits +contrarirent +contrariiez +contrariions +contrarions +contras +contrasse +contrassent +contrasses +contrassiez +contrassions +contrasta +contrastai +contrastaient +contrastais +contrastait +contrastant +contrastas +contrastasse +contrastassent +contrastasses +contrastassiez +contrastassions +contrastmes +contrastt +contrasttes +contraste +contrastent +contraster +contrastera +contrasterai +contrasteraient +contrasterais +contrasterait +contrasteras +contrasterez +contrasteriez +contrasterions +contrasterons +contrasteront +contrastes +contrastez +contrast +contraste +contrastes +contrasts +contrastrent +contrastiez +contrastions +contrastons +contrat +contrats +contravention +contraventions +contrmes +contrt +contrtes +contre +contrebalance +contrebalancent +contrebalancer +contrebalancera +contrebalancerai +contrebalanceraient +contrebalancerais +contrebalancerait +contrebalanceras +contrebalancerez +contrebalanceriez +contrebalancerions +contrebalancerons +contrebalanceront +contrebalances +contrebalancez +contrebalanc +contrebalance +contrebalances +contrebalancs +contrebalancrent +contrebalanciez +contrebalancions +contrebalana +contrebalanai +contrebalanaient +contrebalanais +contrebalanait +contrebalanant +contrebalanas +contrebalanasse +contrebalanassent +contrebalanasses +contrebalanassiez +contrebalanassions +contrebalanmes +contrebalant +contrebalantes +contrebalanons +contrebande +contrebandier +contrebandiers +contrebandire +contrebandires +contrebas +contrebasse +contrebasses +contrecarra +contrecarrai +contrecarraient +contrecarrais +contrecarrait +contrecarrant +contrecarras +contrecarrasse +contrecarrassent +contrecarrasses +contrecarrassiez +contrecarrassions +contrecarrmes +contrecarrt +contrecarrtes +contrecarre +contrecarrent +contrecarrer +contrecarrera +contrecarrerai +contrecarreraient +contrecarrerais +contrecarrerait +contrecarreras +contrecarrerez +contrecarreriez +contrecarrerions +contrecarrerons +contrecarreront +contrecarres +contrecarrez +contrecarr +contrecarre +contrecarres +contrecarrs +contrecarrrent +contrecarriez +contrecarrions +contrecarrons +contrecoeur +contrecoup +contrecoups +contredira +contredirai +contrediraient +contredirais +contredirait +contrediras +contredire +contredirent +contredirez +contrediriez +contredirions +contredirons +contrediront +contredis +contredisaient +contredisais +contredisait +contredisant +contredise +contredisent +contredises +contredisez +contredisiez +contredisions +contredisons +contredisse +contredissent +contredisses +contredissiez +contredissions +contredit +contredite +contredites +contredits +contredmes +contredt +contredtes +contrefacteur +contrefacteurs +contrefaon +contrefaons +contrefaire +contrefais +contrefaisaient +contrefaisais +contrefaisait +contrefaisant +contrefaisez +contrefaisiez +contrefaisions +contrefaisons +contrefait +contrefaite +contrefaites +contrefaits +contrefasse +contrefassent +contrefasses +contrefassiez +contrefassions +contrefera +contreferai +contreferaient +contreferais +contreferait +contreferas +contreferez +contreferiez +contreferions +contreferons +contreferont +contrefirent +contrefis +contrefisse +contrefissent +contrefisses +contrefissiez +contrefissions +contrefit +contrefmes +contreft +contreftes +contrefont +contrefort +contreforts +contrematre +contrematres +contrematresse +contrematresses +contremarque +contremarques +contrent +contrepartie +contreparties +contrepoids +contrepoint +contrepoison +contrepoisons +contreprojet +contreprojets +contrer +contrera +contrerai +contreraient +contrerais +contrerait +contreras +contrerez +contreriez +contrerions +contrerons +contreront +contres +contrescarpe +contrescarpes +contresens +contresigna +contresignai +contresignaient +contresignais +contresignait +contresignant +contresignas +contresignasse +contresignassent +contresignasses +contresignassiez +contresignassions +contresignmes +contresignt +contresigntes +contresigne +contresignent +contresigner +contresignera +contresignerai +contresigneraient +contresignerais +contresignerait +contresigneras +contresignerez +contresigneriez +contresignerions +contresignerons +contresigneront +contresignes +contresignez +contresign +contresigne +contresignes +contresigns +contresignrent +contresigniez +contresignions +contresignons +contretemps +contretype +contretypes +contrevenaient +contrevenais +contrevenait +contrevenant +contrevenez +contreveniez +contrevenions +contrevenir +contrevenons +contrevent +contrevents +contrevenu +contrevenue +contrevenues +contrevenus +contrevrit +contrevrits +contreviendra +contreviendrai +contreviendraient +contreviendrais +contreviendrait +contreviendras +contreviendrez +contreviendriez +contreviendrions +contreviendrons +contreviendront +contrevienne +contreviennent +contreviennes +contreviens +contrevient +contrevinrent +contrevins +contrevinsse +contrevinssent +contrevinsses +contrevinssiez +contrevinssions +contrevint +contrevnmes +contrevnt +contrevntes +contrez +contr +contre +contres +contrs +contrrent +contribua +contribuable +contribuables +contribuai +contribuaient +contribuais +contribuait +contribuant +contribuas +contribuasse +contribuassent +contribuasses +contribuassiez +contribuassions +contribumes +contribut +contributes +contribue +contribuent +contribuer +contribuera +contribuerai +contribueraient +contribuerais +contribuerait +contribueras +contribuerez +contribueriez +contribuerions +contribuerons +contribueront +contribues +contribuez +contribu +contribue +contribues +contribus +contriburent +contribuiez +contribuions +contribuons +contribution +contributions +contriez +contrions +contrit +contrite +contrites +contrition +contritions +contrits +controns +contrordre +contrordres +controuv +controuve +controuves +controuvs +controverse +controverses +controvers +controverse +controverses +controverss +contrla +contrlai +contrlaient +contrlais +contrlait +contrlant +contrlas +contrlasse +contrlassent +contrlasses +contrlassiez +contrlassions +contrlmes +contrlt +contrltes +contrle +contrlent +contrler +contrlera +contrlerai +contrleraient +contrlerais +contrlerait +contrleras +contrlerez +contrleriez +contrlerions +contrlerons +contrleront +contrles +contrleur +contrleurs +contrleuse +contrleuses +contrlez +contrl +contrle +contrles +contrls +contrlrent +contrliez +contrlions +contrlons +contumace +contumaces +contusion +contusionna +contusionnai +contusionnaient +contusionnais +contusionnait +contusionnant +contusionnas +contusionnasse +contusionnassent +contusionnasses +contusionnassiez +contusionnassions +contusionnmes +contusionnt +contusionntes +contusionne +contusionnent +contusionner +contusionnera +contusionnerai +contusionneraient +contusionnerais +contusionnerait +contusionneras +contusionnerez +contusionneriez +contusionnerions +contusionnerons +contusionneront +contusionnes +contusionnez +contusionn +contusionne +contusionnes +contusionns +contusionnrent +contusionniez +contusionnions +contusionnons +contusions +convaincant +convaincante +convaincantes +convaincants +convaincra +convaincrai +convaincraient +convaincrais +convaincrait +convaincras +convaincre +convaincrez +convaincriez +convaincrions +convaincrons +convaincront +convaincs +convainct +convaincu +convaincue +convaincues +convaincus +convainquaient +convainquais +convainquait +convainquant +convainque +convainquent +convainques +convainquez +convainquiez +convainquions +convainquirent +convainquis +convainquisse +convainquissent +convainquisses +convainquissiez +convainquissions +convainquisst +convainquit +convainqumes +convainqutes +convainquons +convalescence +convalescences +convalescent +convalescente +convalescentes +convalescents +convecteur +convecteurs +convection +convenable +convenablement +convenables +convenaient +convenais +convenait +convenance +convenances +convenant +convenez +conveniez +convenions +convenir +convention +conventionnel +conventionnelle +conventionnelles +conventionnels +conventionn +conventionne +conventionnes +conventionns +conventions +conventuel +conventuelle +conventuelles +conventuels +convenu +convenue +convenues +convenus +converga +convergai +convergaient +convergais +convergait +convergas +convergasse +convergassent +convergasses +convergassiez +convergassions +convergmes +convergt +convergtes +converge +convergence +convergences +convergent +convergente +convergentes +convergents +converger +convergera +convergerai +convergeraient +convergerais +convergerait +convergeras +convergerez +convergeriez +convergerions +convergerons +convergeront +converges +convergez +converg +converge +converges +convergs +convergrent +convergiez +convergions +convergons +conversa +conversai +conversaient +conversais +conversait +conversant +conversas +conversasse +conversassent +conversasses +conversassiez +conversassions +conversation +conversations +conversmes +converst +converstes +converse +conversent +converser +conversera +converserai +converseraient +converserais +converserait +converseras +converserez +converseriez +converserions +converserons +converseront +converses +conversez +convers +converse +converses +converss +conversrent +conversiez +conversion +conversions +conversons +converti +convertibilit +convertibilits +convertible +convertibles +convertie +converties +convertir +convertira +convertirai +convertiraient +convertirais +convertirait +convertiras +convertirent +convertirez +convertiriez +convertirions +convertirons +convertiront +convertis +convertissaient +convertissais +convertissait +convertissant +convertisse +convertissent +convertisses +convertisseur +convertisseurs +convertissez +convertissiez +convertissions +convertissons +convertit +convertmes +convertt +converttes +convexe +convexes +convexit +convexits +convia +conviai +conviaient +conviais +conviait +conviant +convias +conviasse +conviassent +conviasses +conviassiez +conviassions +convimes +convit +convites +conviction +convictions +convie +conviendra +conviendrai +conviendraient +conviendrais +conviendrait +conviendras +conviendrez +conviendriez +conviendrions +conviendrons +conviendront +convienne +conviennent +conviennes +conviens +convient +convier +conviera +convierai +convieraient +convierais +convierait +convieras +convierez +convieriez +convierions +convierons +convieront +convies +conviez +convi +convie +convies +convis +convirent +conviiez +conviions +convins +convinsse +convinssent +convinsses +convinssiez +convint +convions +convirent +convive +convives +convivial +conviviale +conviviales +convivialit +convivialits +conviviaux +convnmes +convnt +convntes +convocation +convocations +convoi +convoie +convoient +convoiera +convoierai +convoieraient +convoierais +convoierait +convoieras +convoierez +convoieriez +convoierions +convoierons +convoieront +convoies +convois +convoita +convoitai +convoitaient +convoitais +convoitait +convoitant +convoitas +convoitasse +convoitassent +convoitasses +convoitassiez +convoitassions +convoitmes +convoitt +convoittes +convoite +convoitent +convoiter +convoitera +convoiterai +convoiteraient +convoiterais +convoiterait +convoiteras +convoiterez +convoiteriez +convoiterions +convoiterons +convoiteront +convoites +convoitez +convoit +convoite +convoites +convoits +convoitrent +convoitiez +convoitions +convoitise +convoitises +convoitons +convol +convola +convolai +convolaient +convolais +convolait +convolant +convolas +convolasse +convolassent +convolasses +convolassiez +convolassions +convolmes +convolt +convoltes +convole +convolent +convoler +convolera +convolerai +convoleraient +convolerais +convolerait +convoleras +convolerez +convoleriez +convolerions +convolerons +convoleront +convoles +convolez +convol +convole +convoles +convols +convolrent +convoliez +convolions +convolons +convoqua +convoquai +convoquaient +convoquais +convoquait +convoquant +convoquas +convoquasse +convoquassent +convoquasses +convoquassiez +convoquassions +convoqumes +convoqut +convoqutes +convoque +convoquent +convoquer +convoquera +convoquerai +convoqueraient +convoquerais +convoquerait +convoqueras +convoquerez +convoqueriez +convoquerions +convoquerons +convoqueront +convoques +convoquez +convoqu +convoque +convoques +convoqus +convoqurent +convoquiez +convoquions +convoquons +convoya +convoyai +convoyaient +convoyais +convoyait +convoyant +convoyas +convoyasse +convoyassent +convoyasses +convoyassiez +convoyassions +convoymes +convoyt +convoytes +convoyer +convoyeur +convoyeurs +convoyez +convoy +convoye +convoyes +convoys +convoyrent +convoyiez +convoyions +convoyons +convuls +convulse +convulses +convulss +convulsif +convulsifs +convulsion +convulsions +convulsive +convulsivement +convulsives +coopra +cooprai +coopraient +cooprais +cooprait +cooprant +cooprants +coopras +cooprasse +cooprassent +cooprasses +cooprassiez +cooprassions +cooprateur +cooprateurs +coopratif +coopratifs +coopration +cooprations +cooprative +coopratives +coopratrice +coopratrices +cooprmes +cooprt +cooprtes +cooprer +cooprera +cooprerai +coopreraient +cooprerais +cooprerait +coopreras +cooprerez +coopreriez +cooprerions +cooprerons +coopreront +cooprez +coopr +coopre +coopres +cooprs +cooprrent +coopriez +cooprions +cooprons +coopre +cooprent +coopres +coopts +coordination +coordinations +coordonna +coordonnai +coordonnaient +coordonnais +coordonnait +coordonnant +coordonnas +coordonnasse +coordonnassent +coordonnasses +coordonnassiez +coordonnassions +coordonnmes +coordonnt +coordonntes +coordonne +coordonnent +coordonner +coordonnera +coordonnerai +coordonneraient +coordonnerais +coordonnerait +coordonneras +coordonnerez +coordonneriez +coordonnerions +coordonnerons +coordonneront +coordonnes +coordonnez +coordonn +coordonne +coordonnes +coordonns +coordonnrent +coordonniez +coordonnions +coordonnons +copain +copains +copeau +copeaux +copia +copiai +copiaient +copiais +copiait +copiant +copias +copiasse +copiassent +copiasses +copiassiez +copiassions +copimes +copit +copites +copie +copient +copier +copiera +copierai +copieraient +copierais +copierait +copieras +copierez +copieriez +copierions +copierons +copieront +copies +copieur +copieurs +copieuse +copieusement +copieuses +copieux +copiez +copi +copie +copies +copis +copirent +copiiez +copiions +copine +copines +copions +copiste +copistes +copropritaire +copropritaires +coproprit +coproprits +copte +coptes +copulation +copulations +coq +coqs +coque +coquelicot +coquelicots +coqueluche +coqueluches +coques +coquet +coquetier +coquetiers +coquets +coquette +coquetterie +coquetteries +coquettes +coquillage +coquillages +coquille +coquilles +coquin +coquine +coquinerie +coquineries +coquines +coquins +cor +corail +corallien +corallienne +coralliennes +coralliens +coraux +corbeau +corbeaux +corbeille +corbeilles +corbillard +corbillards +corda +cordage +cordages +cordai +cordaient +cordais +cordait +cordant +cordas +cordasse +cordassent +cordasses +cordassiez +cordassions +cordmes +cordt +cordtes +corde +cordeau +cordeaux +cordelette +cordelettes +cordelire +cordelires +cordent +corder +cordera +corderai +corderaient +corderais +corderait +corderas +corderez +corderiez +corderions +corderons +corderont +cordes +cordez +cord +corde +cordes +cords +cordrent +cordial +cordiale +cordialement +cordiales +cordialit +cordialits +cordiaux +cordiez +cordions +cordon +cordonnerie +cordonneries +cordonnet +cordonnets +cordonnier +cordonniers +cordonnire +cordonnires +cordons +coreligionnaire +coreligionnaires +coriace +coriaces +coriandre +corinthe +corinthiens +cormoran +cormorans +corna +cornac +cornacs +cornai +cornaient +cornais +cornait +cornant +cornas +cornasse +cornassent +cornasses +cornassiez +cornassions +cornmes +cornt +corntes +corne +corned +corneille +corneilles +cornemuse +cornemuses +cornent +corner +cornera +cornerai +corneraient +cornerais +cornerait +corneras +cornerez +corneriez +cornerions +cornerons +corneront +corners +cornes +cornet +cornets +cornette +cornettes +cornez +corn +corne +cornes +cornlien +cornlienne +cornliennes +cornliens +corns +cornrent +corniche +corniches +cornichon +cornichons +corniez +cornions +cornons +cornouiller +cornouillers +cornue +cornues +corollaire +corollaires +corolle +corolles +coron +coronaire +coronaires +corons +corozo +corporatif +corporatifs +corporation +corporations +corporative +corporatives +corporel +corporelle +corporellement +corporelles +corporels +corps +corpulence +corpulent +corpulente +corpulentes +corpulents +corpusculaire +corpusculaires +corpuscule +corpuscules +correct +correcte +correctement +correctes +correcteur +correcteurs +correctif +correctifs +correction +correctionnel +correctionnelle +correctionnellement +correctionnelles +correctionnels +corrections +corrective +correctives +correctrice +correctrices +corrects +correspond +correspondaient +correspondais +correspondait +correspondance +correspondances +correspondant +correspondante +correspondantes +correspondants +corresponde +correspondent +correspondes +correspondez +correspondiez +correspondions +correspondirent +correspondis +correspondisse +correspondissent +correspondisses +correspondissiez +correspondissions +correspondit +correspondmes +correspondt +correspondtes +correspondons +correspondra +correspondrai +correspondraient +correspondrais +correspondrait +correspondras +correspondre +correspondrez +correspondriez +correspondrions +correspondrons +correspondront +corresponds +correspondu +correspondue +correspondues +correspondus +corrlatif +corrlatifs +corrlation +corrlations +corrlative +corrlativement +corrlatives +corrida +corridas +corridor +corridors +corrige +corrigea +corrigeai +corrigeaient +corrigeais +corrigeait +corrigeant +corrigeas +corrigeasse +corrigeassent +corrigeasses +corrigeassiez +corrigeassions +corrigemes +corriget +corrigetes +corrigent +corrigeons +corriger +corrigera +corrigerai +corrigeraient +corrigerais +corrigerait +corrigeras +corrigerez +corrigeriez +corrigerions +corrigerons +corrigeront +corriges +corrig +corrige +corriges +corrigs +corrigrent +corrigiez +corrigions +corrobora +corroborai +corroboraient +corroborais +corroborait +corroborant +corroboras +corroborasse +corroborassent +corroborasses +corroborassiez +corroborassions +corrobormes +corrobort +corrobortes +corrobore +corroborent +corroborer +corroborera +corroborerai +corroboreraient +corroborerais +corroborerait +corroboreras +corroborerez +corroboreriez +corroborerions +corroborerons +corroboreront +corrobores +corroborez +corrobor +corrobore +corrobores +corrobors +corroborrent +corroboriez +corroborions +corroborons +corroda +corrodaient +corrodait +corrodant +corrodasse +corrodassent +corrode +corrodent +corroder +corrodera +corroderaient +corroderait +corroderont +corrod +corrode +corrodes +corrods +corrodrent +corromp +corrompaient +corrompais +corrompait +corrompant +corrompas +corrompe +corrompent +corrompes +corrompez +corrompiez +corrompions +corrompirent +corrompis +corrompisse +corrompissent +corrompisses +corrompissiez +corrompissions +corrompit +corrompmes +corrompt +corromptes +corrompons +corrompra +corromprai +corrompraient +corromprais +corromprait +corrompras +corrompre +corromprez +corrompriez +corromprions +corromprons +corrompront +corromps +corrompt +corrompu +corrompue +corrompues +corrompus +corrosif +corrosifs +corrosion +corrosions +corrosive +corrosives +corroyeur +corroyeurs +corrupteur +corrupteurs +corruption +corruptions +corruptrice +corruptrices +cors +corsa +corsage +corsages +corsai +corsaient +corsaire +corsaires +corsais +corsait +corsant +corsas +corsasse +corsassent +corsasses +corsassiez +corsassions +corsmes +corst +corstes +corse +corselet +corselets +corsent +corser +corsera +corserai +corseraient +corserais +corserait +corseras +corserez +corseriez +corserions +corserons +corseront +corses +corset +corsets +corsez +cors +corse +corses +corss +corsrent +corsiez +corsions +corsons +cortge +cortges +corticode +corticodes +cortisone +corvette +corvettes +corve +corves +coryphe +coryphes +coryza +cosaque +cosaques +cosmtique +cosmtiques +cosmique +cosmiques +cosmogonie +cosmographe +cosmographes +cosmographie +cosmologie +cosmonaute +cosmonautes +cosmopolite +cosmopolites +cosmopolitisme +cosmos +cosse +cosses +cossu +cossue +cossues +cossus +costuma +costumai +costumaient +costumais +costumait +costumant +costumas +costumasse +costumassent +costumasses +costumassiez +costumassions +costummes +costumt +costumtes +costume +costument +costumer +costumera +costumerai +costumeraient +costumerais +costumerait +costumeras +costumerez +costumeriez +costumerions +costumerons +costumeront +costumes +costumez +costum +costume +costumes +costums +costumrent +costumier +costumiers +costumiez +costumire +costumires +costumions +costumons +cota +cotai +cotaient +cotais +cotait +cotant +cotas +cotasse +cotassent +cotasses +cotassiez +cotassions +cotation +cotations +cotmes +cott +cottes +cote +coteau +coteaux +cotent +coter +cotera +coterai +coteraient +coterais +coterait +coteras +coterez +coterie +coteries +coteriez +coterions +coterons +coteront +cotes +cotez +cot +cote +cotes +cots +cotrent +cothurne +cothurnes +cotiez +cotillon +cotillons +cotions +cotisa +cotisai +cotisaient +cotisais +cotisait +cotisant +cotisas +cotisasse +cotisassent +cotisasses +cotisassiez +cotisassions +cotisation +cotisations +cotismes +cotist +cotistes +cotise +cotisent +cotiser +cotisera +cotiserai +cotiseraient +cotiserais +cotiserait +cotiseras +cotiserez +cotiseriez +cotiserions +cotiserons +cotiseront +cotises +cotisez +cotis +cotise +cotises +cotiss +cotisrent +cotisiez +cotisions +cotisons +coton +cotonnade +cotonneuse +cotonneuses +cotonneux +cotonnier +cotonniers +cotonnire +cotonnires +cotons +cottage +cottages +cotte +cottes +cotyldon +cotyldons +cou +couac +couacs +couard +couarde +couardes +couardise +couardises +couards +coucha +couchage +couchages +couchai +couchaient +couchais +couchait +couchant +couchante +couchantes +couchants +couchas +couchasse +couchassent +couchasses +couchassiez +couchassions +couchmes +coucht +couchtes +couche +couchent +coucher +couchera +coucherai +coucheraient +coucherais +coucherait +coucheras +coucherez +coucheriez +coucherions +coucherons +coucheront +couches +couchette +couchettes +coucheur +coucheurs +coucheuse +coucheuses +couchez +couch +couche +couches +couchs +couchrent +couchiez +couchions +couchons +couci +coucou +coucous +coua +coud +couda +coudai +coudaient +coudais +coudait +coudant +coudas +coudasse +coudassent +coudasses +coudassiez +coudassions +coudmes +coudt +coudtes +coude +coudent +couder +coudera +couderai +couderaient +couderais +couderait +couderas +couderez +couderiez +couderions +couderons +couderont +coudes +coudez +coud +coude +coudes +couds +coudrent +coudiez +coudions +coudoie +coudoiement +coudoiements +coudoient +coudoiera +coudoierai +coudoieraient +coudoierais +coudoierait +coudoieras +coudoierez +coudoieriez +coudoierions +coudoierons +coudoieront +coudoies +coudons +coudoya +coudoyai +coudoyaient +coudoyais +coudoyait +coudoyant +coudoyas +coudoyasse +coudoyassent +coudoyasses +coudoyassiez +coudoyassions +coudoymes +coudoyt +coudoytes +coudoyer +coudoyez +coudoy +coudoye +coudoyes +coudoys +coudoyrent +coudoyiez +coudoyions +coudoyons +coudra +coudrai +coudraient +coudrais +coudrait +coudras +coudre +coudrez +coudrier +coudriers +coudriez +coudrions +coudrons +coudront +couds +couenne +couette +couettes +couffin +couffins +couina +couinai +couinaient +couinais +couinait +couinant +couinas +couinasse +couinassent +couinasses +couinassiez +couinassions +couinmes +couint +couintes +couine +couinent +couiner +couinera +couinerai +couineraient +couinerais +couinerait +couineras +couinerez +couineriez +couinerions +couinerons +couineront +couines +couinez +couin +couine +couines +couins +couinrent +couiniez +couinions +couinons +coula +coulage +coulages +coulai +coulaient +coulais +coulait +coulant +coulante +coulantes +coulants +coulas +coulasse +coulassent +coulasses +coulassiez +coulassions +coulmes +coult +coultes +coule +coulent +couler +coulera +coulerai +couleraient +coulerais +coulerait +couleras +coulerez +couleriez +coulerions +coulerons +couleront +coules +couleur +couleurs +couleuvre +couleuvres +coulez +coul +coule +coules +couls +coulrent +couliez +coulions +coulis +coulissa +coulissai +coulissaient +coulissais +coulissait +coulissant +coulissante +coulissantes +coulissants +coulissas +coulissasse +coulissassent +coulissasses +coulissassiez +coulissassions +coulissmes +coulisst +coulisstes +coulisse +coulisseau +coulisseaux +coulissent +coulisser +coulissera +coulisserai +coulisseraient +coulisserais +coulisserait +coulisseras +coulisserez +coulisseriez +coulisserions +coulisserons +coulisseront +coulisses +coulissez +couliss +coulisse +coulisses +coulisss +coulissrent +coulissiez +coulissions +coulissons +couloir +couloirs +coulomb +coulombs +coulons +coup +coupa +coupable +coupables +coupage +coupages +coupai +coupaient +coupais +coupait +coupant +coupas +coupasse +coupassent +coupasses +coupassiez +coupassions +coupmes +coupt +couptes +coupe +coupelle +coupelles +coupent +couper +coupera +couperai +couperaient +couperais +couperait +couperas +couperet +couperets +couperez +couperiez +couperions +couperons +couperont +couperose +couperos +couperose +couperoses +coupeross +coupes +coupeur +coupeurs +coupeuse +coupeuses +coupez +coup +coupe +coupes +coups +couprent +coupiez +coupions +coupla +couplage +couplages +couplai +couplaient +couplais +couplait +couplant +couplas +couplasse +couplassent +couplasses +couplassiez +couplassions +couplmes +couplt +coupltes +couple +couplent +coupler +couplera +couplerai +coupleraient +couplerais +couplerait +coupleras +couplerez +coupleriez +couplerions +couplerons +coupleront +couples +couplet +couplets +couplez +coupl +couple +couples +coupls +couplrent +coupliez +couplions +couplons +coupole +coupoles +coupon +coupons +coups +coupure +coupures +cour +courage +courages +courageuse +courageusement +courageuses +courageux +couraient +courais +courait +couramment +courant +courante +courantes +courants +courba +courbai +courbaient +courbais +courbait +courbant +courbas +courbasse +courbassent +courbasses +courbassiez +courbassions +courbatura +courbaturai +courbaturaient +courbaturais +courbaturait +courbaturant +courbaturas +courbaturasse +courbaturassent +courbaturasses +courbaturassiez +courbaturassions +courbaturmes +courbaturt +courbaturtes +courbature +courbaturent +courbaturer +courbaturera +courbaturerai +courbatureraient +courbaturerais +courbaturerait +courbatureras +courbaturerez +courbatureriez +courbaturerions +courbaturerons +courbatureront +courbatures +courbaturez +courbatur +courbature +courbatures +courbaturs +courbaturrent +courbaturiez +courbaturions +courbaturons +courbmes +courbt +courbtes +courbe +courbent +courber +courbera +courberai +courberaient +courberais +courberait +courberas +courberez +courberiez +courberions +courberons +courberont +courbes +courbette +courbettes +courbez +courb +courbe +courbes +courbs +courbrent +courbiez +courbions +courbons +courbure +courbures +coure +courent +coures +coureur +coureurs +coureuse +coureuses +courez +courge +courges +couriez +courions +courir +couronna +couronnai +couronnaient +couronnais +couronnait +couronnant +couronnas +couronnasse +couronnassent +couronnasses +couronnassiez +couronnassions +couronnmes +couronnt +couronntes +couronne +couronnement +couronnements +couronnent +couronner +couronnera +couronnerai +couronneraient +couronnerais +couronnerait +couronneras +couronnerez +couronneriez +couronnerions +couronnerons +couronneront +couronnes +couronnez +couronn +couronne +couronnes +couronns +couronnrent +couronniez +couronnions +couronnons +courons +courra +courrai +courraient +courrais +courrait +courras +courrez +courrier +courriers +courriez +courririste +courriristes +courrions +courroie +courroies +courrons +courront +courrouce +courroucent +courroucer +courroucera +courroucerai +courrouceraient +courroucerais +courroucerait +courrouceras +courroucerez +courrouceriez +courroucerions +courroucerons +courrouceront +courrouces +courroucez +courrouc +courrouce +courrouces +courroucs +courroucrent +courrouciez +courroucions +courroua +courrouai +courrouaient +courrouais +courrouait +courrouant +courrouas +courrouasse +courrouassent +courrouasses +courrouassiez +courrouassions +courroumes +courrout +courroutes +courrouons +courroux +cours +course +courses +coursier +coursiers +coursive +coursives +court +courtage +courtages +courtaud +courtaude +courtaudes +courtauds +courte +courtepointe +courtepointes +courtes +courtier +courtiers +courtire +courtires +courtilire +courtilires +courtisa +courtisai +courtisaient +courtisais +courtisait +courtisan +courtisane +courtisanes +courtisans +courtisant +courtisas +courtisasse +courtisassent +courtisasses +courtisassiez +courtisassions +courtismes +courtist +courtistes +courtise +courtisent +courtiser +courtisera +courtiserai +courtiseraient +courtiserais +courtiserait +courtiseras +courtiserez +courtiseriez +courtiserions +courtiserons +courtiseront +courtises +courtisez +courtis +courtise +courtises +courtiss +courtisrent +courtisiez +courtisions +courtisons +courtois +courtoise +courtoisement +courtoises +courtoisie +courtoisies +courts +couru +courue +courues +coururent +courus +courusse +courussent +courusses +courussiez +courussions +courut +courmes +court +courtes +cous +cousaient +cousais +cousait +cousant +couscous +couse +cousent +couses +cousez +cousiez +cousin +cousine +cousines +cousins +cousions +cousirent +cousis +cousisse +cousissent +cousisses +cousissiez +cousissions +cousit +cousmes +coust +coustes +cousons +coussin +coussinet +coussinets +coussins +cousu +cousue +cousues +cousus +couteau +couteaux +coutelas +coutellerie +coutelleries +coutil +coutume +coutumes +coutumier +coutumiers +coutumire +coutumires +couture +coutures +coutur +couture +coutures +couturs +couturier +couturiers +couturire +couturires +couva +couvai +couvaient +couvais +couvaison +couvaisons +couvait +couvant +couvas +couvasse +couvassent +couvasses +couvassiez +couvassions +couvmes +couvt +couvtes +couve +couvent +couvents +couver +couvera +couverai +couveraient +couverais +couverait +couveras +couvercle +couvercles +couveriez +couverions +couverons +couveront +couvert +couverte +couvertes +couverts +couverture +couvertures +couves +couveuse +couveuses +couvez +couv +couve +couves +couvs +couvrent +couviez +couvions +couvons +couvraient +couvrais +couvrait +couvrant +couvrants +couvre +couvrent +couvres +couvreur +couvreurs +couvrez +couvriez +couvrions +couvrir +couvrira +couvrirai +couvriraient +couvrirais +couvrirait +couvriras +couvrirent +couvrirez +couvririez +couvririons +couvrirons +couvriront +couvris +couvrisse +couvrissent +couvrisses +couvrissiez +couvrissions +couvrit +couvrmes +couvrt +couvrtes +couvrons +cot +cota +cotaient +cotait +cotant +cotassent +cott +cote +cotent +coter +cotera +coteraient +coterait +coteront +coteuse +coteusement +coteuses +coteux +cot +cote +cotes +cots +cotrent +cots +cow +coxalgie +clon +clons +cne +cnes +cte +ctelette +ctelettes +ctel +ctele +cteles +ctels +ctes +ct +cts +ctier +ctiers +ctire +ctires +ctoie +ctoient +ctoiera +ctoierai +ctoieraient +ctoierais +ctoierait +ctoieras +ctoierez +ctoieriez +ctoierions +ctoierons +ctoieront +ctoies +ctoya +ctoyai +ctoyaient +ctoyais +ctoyait +ctoyant +ctoyas +ctoyasse +ctoyassent +ctoyasses +ctoyassiez +ctoyassions +ctoymes +ctoyt +ctoytes +ctoyez +ctoy +ctoye +ctoyes +ctoys +ctoyrent +ctoyiez +ctoyions +ctoyons +crabe +crabes +crac +cracha +crachai +crachaient +crachais +crachait +crachant +crachas +crachasse +crachassent +crachasses +crachassiez +crachassions +crachat +crachmes +cracht +crachtes +crache +crachement +crachements +crachent +cracher +crachera +cracherai +cracheraient +cracherais +cracherait +cracheras +cracherez +cracheriez +cracherions +cracherons +cracheront +craches +crachez +crach +crache +craches +crachs +crachrent +crachiez +crachions +crachoir +crachoirs +crachons +crachota +crachotai +crachotaient +crachotais +crachotait +crachotant +crachotas +crachotasse +crachotassent +crachotasses +crachotassiez +crachotassions +crachotmes +crachott +crachottes +crachote +crachotent +crachoter +crachotera +crachoterai +crachoteraient +crachoterais +crachoterait +crachoteras +crachoterez +crachoteriez +crachoterions +crachoterons +crachoteront +crachotes +crachotez +crachot +crachote +crachotes +crachots +crachotrent +crachotiez +crachotions +crachotons +cracking +crackings +craie +craignaient +craignais +craignait +craignant +craigne +craignent +craignes +craignez +craigniez +craignions +craignirent +craignis +craignisse +craignissent +craignisses +craignissiez +craignissions +craignit +craignmes +craignt +craigntes +craignons +craindra +craindrai +craindraient +craindrais +craindrait +craindras +craindre +craindrez +craindriez +craindrions +craindrons +craindront +crains +craint +crainte +craintes +craintif +craintifs +craintive +craintivement +craintives +craints +cramoisi +cramoisie +cramoisies +cramoisis +crampe +crampes +crampon +cramponna +cramponnai +cramponnaient +cramponnais +cramponnait +cramponnant +cramponnas +cramponnasse +cramponnassent +cramponnasses +cramponnassiez +cramponnassions +cramponnmes +cramponnt +cramponntes +cramponne +cramponnent +cramponner +cramponnera +cramponnerai +cramponneraient +cramponnerais +cramponnerait +cramponneras +cramponnerez +cramponneriez +cramponnerions +cramponnerons +cramponneront +cramponnes +cramponnez +cramponn +cramponne +cramponnes +cramponns +cramponnrent +cramponniez +cramponnions +cramponnons +crampons +cran +crans +crapaud +crapauds +crapule +crapules +crapuleuse +crapuleusement +crapuleuses +crapuleux +craqua +craquage +craquages +craquai +craquaient +craquais +craquait +craquant +craquas +craquasse +craquassent +craquasses +craquassiez +craquassions +craqumes +craqut +craqutes +craque +craquela +craquelai +craquelaient +craquelais +craquelait +craquelant +craquelas +craquelasse +craquelassent +craquelasses +craquelassiez +craquelassions +craquelmes +craquelt +craqueltes +craqueler +craquelez +craquel +craquele +craqueles +craquels +craquelrent +craqueliez +craquelions +craquelle +craquellent +craquellera +craquellerai +craquelleraient +craquellerais +craquellerait +craquelleras +craquellerez +craquelleriez +craquellerions +craquellerons +craquelleront +craquelles +craquelons +craquelure +craquelures +craquement +craquements +craquent +craquer +craquera +craquerai +craqueraient +craquerais +craquerait +craqueras +craquerez +craqueriez +craquerions +craquerons +craqueront +craques +craquez +craqu +craque +craques +craqus +craqurent +craquiez +craquions +craquons +crasse +crasses +crasseuse +crasseuses +crasseux +cratre +cratres +cravacha +cravachai +cravachaient +cravachais +cravachait +cravachant +cravachas +cravachasse +cravachassent +cravachasses +cravachassiez +cravachassions +cravachmes +cravacht +cravachtes +cravache +cravachent +cravacher +cravachera +cravacherai +cravacheraient +cravacherais +cravacherait +cravacheras +cravacherez +cravacheriez +cravacherions +cravacherons +cravacheront +cravaches +cravachez +cravach +cravache +cravaches +cravachs +cravachrent +cravachiez +cravachions +cravachons +cravata +cravatai +cravataient +cravatais +cravatait +cravatant +cravatas +cravatasse +cravatassent +cravatasses +cravatassiez +cravatassions +cravatmes +cravatt +cravattes +cravate +cravatent +cravater +cravatera +cravaterai +cravateraient +cravaterais +cravaterait +cravateras +cravaterez +cravateriez +cravaterions +cravaterons +cravateront +cravates +cravatez +cravat +cravate +cravates +cravats +cravatrent +cravatiez +cravations +cravatons +crawl +crayeuse +crayeuses +crayeux +crayon +crayonna +crayonnai +crayonnaient +crayonnais +crayonnait +crayonnant +crayonnas +crayonnasse +crayonnassent +crayonnasses +crayonnassiez +crayonnassions +crayonnmes +crayonnt +crayonntes +crayonne +crayonnent +crayonner +crayonnera +crayonnerai +crayonneraient +crayonnerais +crayonnerait +crayonneras +crayonnerez +crayonneriez +crayonnerions +crayonnerons +crayonneront +crayonnes +crayonnez +crayonn +crayonne +crayonnes +crayonns +crayonnrent +crayonniez +crayonnions +crayonnons +crayons +crna +crnai +crnaient +crnais +crnait +crnant +crnas +crnasse +crnassent +crnasses +crnassiez +crnassions +crnmes +crnt +crntes +crne +crnement +crnent +crner +crnera +crnerai +crneraient +crnerais +crnerait +crneras +crnerez +crnerie +crneries +crneriez +crnerions +crnerons +crneront +crnes +crneur +crneurs +crneuse +crneuses +crnez +crn +crne +crnes +crnrent +crnien +crnienne +crniennes +crniens +crniez +crnions +crnons +cresson +cressonnire +cressonnires +cretonne +cretonnes +creusa +creusage +creusages +creusai +creusaient +creusais +creusait +creusant +creusas +creusasse +creusassent +creusasses +creusassiez +creusassions +creusmes +creust +creuste +creuse +creusement +creusements +creusent +creuser +creusera +creuserai +creuseraient +creuserais +creuserait +creuseras +creuserez +creuseriez +creuserions +creuserons +creuseront +creuses +creuset +creusets +creusez +creus +creuse +creuses +creuss +creusrent +creusiez +creusions +creusons +creux +creva +crevai +crevaient +crevais +crevaison +crevaisons +crevait +crevant +crevas +crevasse +crevassent +crevasses +crevassiez +crevassions +crevmes +crevt +crevtes +creve +crevent +crever +crevera +creverai +creveraient +creverais +creverait +creveras +creverez +creveriez +creverions +creverons +creveront +creves +crevette +crevettes +crevez +crev +creve +creves +crevs +crevrent +creviez +crevions +crevons +cra +crai +craient +crais +crait +crance +crances +crancier +cranciers +crancire +crancires +crant +cras +crasse +crassent +crasses +crassiez +crassions +crateur +crateurs +cratif +cratifs +cration +crations +crative +cratives +crativit +crativits +cratrice +cratrices +crature +cratures +crmes +crt +crtes +crcelle +crcelles +crcerelle +crcerelles +crdance +crdances +crdibilit +crdibilits +crdit +crdita +crditai +crditaient +crditais +crditait +crditant +crditas +crditasse +crditassent +crditassiez +crditassions +crditmes +crditt +crdittes +crdite +crditent +crditer +crditera +crditerai +crditeraient +crditerais +crditerait +crditeras +crditerez +crditeriez +crditerions +crditerons +crditeront +crdites +crditeur +crditeurs +crditez +crdit +crdite +crdites +crdits +crditrent +crditiez +crditions +crditons +crdits +crdule +crdules +crdulit +crdulits +cre +crent +crer +crera +crerai +creraient +crerais +crerait +creras +crerez +creriez +crerions +crerons +creront +cres +crez +cr +cre +cres +crs +crrent +criez +crions +crmaillre +crmaillres +crmation +crmations +crmatoire +crmatoires +crmerie +crmeries +crmeuse +crmeuses +crmeux +crmier +crmiers +crmire +crmires +crmone +crmones +crneau +crneaux +crnela +crnelai +crnelaient +crnelais +crnelait +crnelant +crnelas +crnelasse +crnelassent +crnelasses +crnelassiez +crnelassions +crnelmes +crnelt +crneltes +crneler +crnelez +crnel +crnele +crneles +crnels +crnelrent +crneliez +crnelions +crnelle +crnellent +crnellera +crnellerai +crnelleraient +crnellerais +crnellerait +crnelleras +crnellerez +crnelleriez +crnellerions +crnellerons +crnelleront +crnelles +crnelons +crole +croles +crons +crosote +crpel +crpele +crpeles +crpels +crpelu +crpelue +crpelues +crpelus +crpi +crpie +crpies +crpine +crpines +crpir +crpira +crpirai +crpiraient +crpirais +crpirait +crpiras +crpirent +crpirez +crpiriez +crpirions +crpirons +crpiront +crpis +crpissage +crpissages +crpissaient +crpissais +crpissait +crpissant +crpisse +crpissent +crpisses +crpissez +crpissiez +crpissions +crpissons +crpissont +crpit +crpita +crpitai +crpitaient +crpitais +crpitait +crpitant +crpitas +crpitasse +crpitassent +crpitassiez +crpitassions +crpitmes +crpitt +crpittes +crpite +crpitement +crpitements +crpitent +crpiter +crpitera +crpiterai +crpiteraient +crpiterais +crpiterait +crpiteras +crpiterez +crpiteriez +crpiterions +crpiterons +crpiteront +crpites +crpitez +crpit +crpite +crpites +crpits +crpitrent +crpitiez +crpitions +crpitons +crpmes +crpt +crptes +crpu +crpue +crpues +crpus +crpusculaire +crpusculaires +crpuscule +crpuscules +crsyl +crtin +crtine +crtines +crtinisme +crtins +crche +crches +crme +crmes +crve +crves +crche +crches +crpa +crpage +crpages +crpai +crpaient +crpais +crpait +crpant +crpas +crpasse +crpassent +crpasses +crpassiez +crpassions +crpmes +crpt +crptes +crpe +crpent +crper +crpera +crperai +crperaient +crperais +crperait +crperas +crperez +crperiez +crperions +crperons +crperont +crpes +crpez +crp +crpe +crpes +crps +crprent +crpiez +crpions +crpons +crte +crtes +cri +cria +criai +criaient +criailla +criaillai +criaillaient +criaillais +criaillait +criaillant +criaillas +criaillasse +criaillassent +criaillasses +criaillassiez +criaillassions +criaillmes +criaillt +criailltes +criaille +criaillent +criailler +criaillera +criaillerai +criailleraient +criaillerais +criaillerait +criailleras +criaillerez +criaillerie +criailleries +criailleriez +criaillerions +criaillerons +criailleront +criailles +criaillez +criaill +criaille +criailles +criaills +criaillrent +criailliez +criaillions +criaillons +criais +criait +criant +criard +criarde +criardes +criards +crias +criasse +criassent +criasses +criassiez +criassions +crimes +crit +crites +cribla +criblage +criblages +criblai +criblaient +criblais +criblait +criblant +criblas +criblasse +criblassent +criblasses +criblassiez +criblassions +criblmes +criblt +cribltes +crible +criblent +cribler +criblera +criblerai +cribleraient +criblerais +criblerait +cribleras +criblerez +cribleriez +criblerions +criblerons +cribleront +cribles +criblez +cribl +crible +cribles +cribls +criblrent +cribliez +criblions +criblons +cric +cricket +cricri +cricris +crics +crie +crient +crier +criera +crierai +crieraient +crierais +crierait +crieras +crierez +crieriez +crierions +crierons +crieront +cries +crieur +crieurs +crieuse +crieuses +criez +cri +crie +cries +cris +crirent +criiez +criions +crime +crimes +criminalit +criminalits +criminel +criminelle +criminellement +criminelles +criminels +crin +crincrin +crincrins +crinire +crinires +crinoline +crinolines +crins +crions +crique +criques +criquet +criquets +cris +crise +crises +crispa +crispai +crispaient +crispais +crispait +crispant +crispas +crispasse +crispassent +crispasses +crispassiez +crispassions +crispation +crispations +crispmes +crispt +crisptes +crispe +crispent +crisper +crispera +crisperai +crisperaient +crisperais +crisperait +crisperas +crisperez +crisperiez +crisperions +crisperons +crisperont +crispes +crispez +crisp +crispe +crispes +crisps +crisprent +crispiez +crispions +crispons +crissa +crissai +crissaient +crissais +crissait +crissant +crissas +crissasse +crissassent +crissassiez +crissassions +crissmes +crisst +crisstes +crisse +crissement +crissements +crissent +crisser +crissera +crisserai +crisseraient +crisserais +crisserait +crisseras +crisserez +crisseriez +crisserions +crisserons +crisseront +crisses +crissez +criss +crisse +crisses +crisss +crissrent +crissiez +crissions +crissons +cristal +cristallerie +cristalleries +cristallin +cristalline +cristallines +cristallins +cristallisa +cristallisable +cristallisables +cristallisaient +cristallisait +cristallisant +cristallisasse +cristallisassent +cristallisation +cristallisations +cristallist +cristallise +cristallisent +cristalliser +cristallisera +cristalliseraient +cristalliserait +cristalliseront +cristallis +cristallise +cristallises +cristalliss +cristallisrent +cristallographie +cristaux +critre +critres +critiqua +critiquable +critiquables +critiquai +critiquaient +critiquais +critiquait +critiquant +critiquas +critiquasse +critiquassent +critiquasses +critiquassiez +critiquassions +critiqumes +critiqut +critiqutes +critique +critiquent +critiquer +critiquera +critiquerai +critiqueraient +critiquerais +critiquerait +critiqueras +critiquerez +critiqueriez +critiquerions +critiquerons +critiqueront +critiques +critiquez +critiqu +critique +critiques +critiqus +critiqurent +critiquiez +critiquions +critiquons +croassa +croassaient +croassait +croassant +croassasse +croassassent +croasst +croasse +croassement +croassements +croassent +croasser +croassera +croasseraient +croasserait +croasseront +croass +croasse +croasses +croasss +croassrent +croate +croates +croatie +croc +croche +croches +crochet +crocheta +crochetai +crochetaient +crochetais +crochetait +crochetant +crochetas +crochetasse +crochetassent +crochetasses +crochetassiez +crochetassions +crochetmes +crochett +crochettes +crocheter +crochetez +crochet +crochete +crochetes +crochets +crochetrent +crochetiez +crochetions +crochetons +crochets +crochette +crochettent +crochettera +crochetterai +crochetteraient +crochetterais +crochetterait +crochetteras +crochetterez +crochetteriez +crochetterions +crochetterons +crochetteront +crochettes +crochu +crochue +crochues +crochus +crocodile +crocodiles +crocs +crocus +croie +croient +croies +croira +croirai +croiraient +croirais +croirait +croiras +croire +croirez +croiriez +croirions +croirons +croiront +crois +croisa +croisade +croisades +croisai +croisaient +croisais +croisait +croisant +croisas +croisasse +croisassent +croisasses +croisassiez +croisassions +croismes +croist +croistes +croise +croisement +croisements +croisent +croiser +croisera +croiserai +croiseraient +croiserais +croiserait +croiseras +croiserez +croiseriez +croiserions +croiserons +croiseront +croises +croiseur +croiseurs +croisez +crois +croise +croises +croiss +croisrent +croisiez +croisire +croisires +croisillon +croisillons +croisions +croisons +croissaient +croissais +croissait +croissance +croissances +croissant +croissante +croissantes +croissants +croisse +croissent +croisses +croissez +croissiez +croissions +croissons +croit +croix +crot +crotra +crotrai +crotraient +crotrais +crotrait +crotras +crotre +crotrez +crotriez +crotrions +crotrons +crotront +cromlech +cromlechs +croqua +croquai +croquaient +croquais +croquait +croquant +croquants +croquas +croquasse +croquassent +croquasses +croquassiez +croquassions +croqumes +croqut +croqutes +croque +croquent +croquer +croquera +croquerai +croqueraient +croquerais +croquerait +croqueras +croquerez +croqueriez +croquerions +croquerons +croqueront +croques +croquet +croquette +croquettes +croquez +croqu +croque +croques +croqus +croqurent +croquiez +croquions +croquis +croquons +crosne +crosnes +crosse +crosses +crotte +crottes +crott +crotte +crottes +crotts +crottin +crottins +croula +croulai +croulaient +croulais +croulait +croulant +croulas +croulasse +croulassent +croulasses +croulassiez +croulassions +croulmes +croult +croultes +croule +croulent +crouler +croulera +croulerai +crouleraient +croulerais +croulerait +crouleras +croulerez +crouleriez +croulerions +croulerons +crouleront +croules +croulez +croul +croule +croules +crouls +croulrent +crouliez +croulions +croulons +croup maladie +croupe +croupes +croupetons +croupi +croupie +croupier +croupiers +croupies +croupion +croupions +croupir +croupira +croupirai +croupiraient +croupirais +croupirait +croupiras +croupirent +croupirez +croupiriez +croupirions +croupirons +croupiront +croupis +croupissaient +croupissais +croupissait +croupissant +croupissante +croupissantes +croupissants +croupisse +croupissent +croupisses +croupissez +croupissiez +croupissions +croupissons +croupit +croupmes +croupt +crouptes +croustade +croustades +croustilla +croustillai +croustillaient +croustillais +croustillait +croustillant +croustillante +croustillantes +croustillants +croustillas +croustillasse +croustillassent +croustillasses +croustillassiez +croustillassions +croustillmes +croustillt +croustilltes +croustille +croustillent +croustiller +croustillera +croustillerai +croustilleraient +croustillerais +croustillerait +croustilleras +croustillerez +croustilleriez +croustillerions +croustillerons +croustilleront +croustilles +croustillez +croustill +croustille +croustilles +croustills +croustillrent +croustilliez +croustillions +croustillons +crote +crotes +croton +crotons +croyaient +croyais +croyait +croyance +croyances +croyant +croyante +croyantes +croyants +croyez +croyiez +croyions +croyons +cru +cruaut +cruauts +cruche +cruches +cruchon +cruchons +crucial +cruciale +cruciales +cruciaux +crucifres +crucifia +crucifiai +crucifiaient +crucifiais +crucifiait +crucifiant +crucifias +crucifiasse +crucifiassent +crucifiasses +crucifiassiez +crucifiassions +crucifimes +crucifit +crucifites +crucifie +crucifiement +crucifient +crucifier +crucifiera +crucifierai +crucifieraient +crucifierais +crucifierait +crucifieras +crucifierez +crucifieriez +crucifierions +crucifierons +crucifieront +crucifies +crucifiez +crucifi +crucifie +crucifies +crucifis +crucifirent +crucifiiez +crucifiions +crucifions +crucifix +crucifixion +crucifixions +crudit +crudits +crue +cruel +cruelle +cruellement +cruelles +cruels +crues +crurent +crus +crusse +crussent +crusses +crussiez +crussions +crustacs +crut +cr +cre +cres +crment +crmes +crrent +crs +crsse +crssent +crsses +crssiez +crssions +crt +crtes +cryptage +cryptages +cryptant +crypte +crypter +cryptes +crypt +crypte +cryptes +crypts +cryptogame +cryptogames +cryptogramme +cryptogrammes +cryptographie +cu +cub +cuba +cubage +cubages +cubai +cubaient +cubais +cubait +cubant +cubas +cubasse +cubassent +cubasses +cubassiez +cubassions +cubmes +cubt +cubtes +cube +cubent +cuber +cubera +cuberai +cuberaient +cuberais +cuberait +cuberas +cuberez +cuberiez +cuberions +cuberons +cuberont +cubes +cubez +cub +cube +cubes +cubs +cubrent +cubiez +cubions +cubique +cubiques +cubisme +cubitus +cubons +cubs +cueillaient +cueillais +cueillait +cueillant +cueille +cueillent +cueillera +cueillerai +cueilleraient +cueillerais +cueillerait +cueilleras +cueillerez +cueilleriez +cueillerions +cueillerons +cueilleront +cueilles +cueillette +cueillettes +cueillez +cueilli +cueillie +cueillies +cueilliez +cueillions +cueillir +cueillirent +cueillis +cueillisse +cueillissent +cueillisses +cueillissiez +cueillissions +cueillit +cueillmes +cueillt +cueilltes +cueillons +cui +cuiller +cuillere +cuilleres +cuillers +cuillre +cuillres +cuir +cuira +cuirai +cuiraient +cuirais +cuirait +cuiras +cuirassa +cuirassai +cuirassaient +cuirassais +cuirassait +cuirassant +cuirassas +cuirassasse +cuirassassent +cuirassasses +cuirassassiez +cuirassassions +cuirassmes +cuirasst +cuirasstes +cuirasse +cuirassement +cuirassements +cuirassent +cuirasser +cuirassera +cuirasserai +cuirasseraient +cuirasserais +cuirasserait +cuirasseras +cuirasserez +cuirasseriez +cuirasserions +cuirasserons +cuirasseront +cuirasses +cuirassez +cuirass +cuirasse +cuirasses +cuirasss +cuirassrent +cuirassier +cuirassiers +cuirassions +cuirassons +cuire +cuirez +cuiriez +cuirions +cuirons +cuiront +cuirs +cuis +cuisaient +cuisais +cuisait +cuisant +cuisante +cuisantes +cuisants +cuise +cuisent +cuises +cuisez +cuisiez +cuisina +cuisinai +cuisinaient +cuisinais +cuisinait +cuisinant +cuisinas +cuisinasse +cuisinassent +cuisinasses +cuisinassiez +cuisinassions +cuisinmes +cuisint +cuisintes +cuisine +cuisinent +cuisiner +cuisinera +cuisinerai +cuisineraient +cuisinerais +cuisinerait +cuisineras +cuisinerez +cuisineriez +cuisinerions +cuisinerons +cuisineront +cuisines +cuisinez +cuisin +cuisine +cuisines +cuisins +cuisinrent +cuisinier +cuisiniers +cuisiniez +cuisinire +cuisinires +cuisinions +cuisinons +cuisions +cuisirent +cuisis +cuisisse +cuisissent +cuisisses +cuisissiez +cuisissions +cuisit +cuismes +cuist +cuistes +cuisons +cuisse +cuisseau +cuisseaux +cuisses +cuisson +cuissons +cuissot +cuissots +cuistre +cuistrerie +cuistreries +cuistres +cuit +cuite +cuites +cuits +cuivra +cuivrage +cuivrages +cuivrai +cuivraient +cuivrais +cuivrait +cuivrant +cuivras +cuivrasse +cuivrassent +cuivrasses +cuivrassiez +cuivrassions +cuivrmes +cuivrt +cuivrtes +cuivre +cuivrent +cuivrer +cuivrera +cuivrerai +cuivreraient +cuivrerais +cuivrerait +cuivreras +cuivrerez +cuivreriez +cuivrerions +cuivrerons +cuivreront +cuivres +cuivrez +cuivr +cuivre +cuivres +cuivrs +cuivrrent +cuivriez +cuivrions +cuivrons +cul +culasse +culasses +culbuta +culbutai +culbutaient +culbutais +culbutait +culbutant +culbutas +culbutasse +culbutassent +culbutasses +culbutassiez +culbutassions +culbutmes +culbutt +culbuttes +culbute +culbutent +culbuter +culbutera +culbuterai +culbuteraient +culbuterais +culbuterait +culbuteras +culbuterez +culbuteriez +culbuterions +culbuterons +culbuteront +culbutes +culbuteur +culbuteurs +culbutez +culbut +culbute +culbutes +culbuts +culbutrent +culbutiez +culbutions +culbutons +cule +cules +culinaire +culinaires +culmina +culminai +culminaient +culminais +culminait +culminant +culminante +culminantes +culminants +culminas +culminasse +culminassent +culminasses +culminassiez +culminassions +culminmes +culmint +culmintes +culmine +culminent +culminer +culminera +culminerai +culmineraient +culminerais +culminerait +culmineras +culminerez +culmineriez +culminerions +culminerons +culmineront +culmines +culminez +culmin +culmine +culmines +culmins +culminrent +culminiez +culminions +culminons +culot +culots +culotta +culottai +culottaient +culottais +culottait +culottant +culottas +culottasse +culottassent +culottasses +culottassiez +culottassions +culottmes +culottt +culotttes +culotte +culottent +culotter +culottera +culotterai +culotteraient +culotterais +culotterait +culotteras +culotterez +culotteriez +culotterions +culotterons +culotteront +culottes +culottez +culott +culotte +culottes +culotts +culottrent +culottiez +culottions +culottons +culpa +culpabilit +culpabilits +culs +culte +cultes +cultiva +cultivai +cultivaient +cultivais +cultivait +cultivant +cultivas +cultivasse +cultivassent +cultivasses +cultivassiez +cultivassions +cultivateur +cultivateurs +cultivatrice +cultivatrices +cultivmes +cultivt +cultivtes +cultive +cultivent +cultiver +cultivera +cultiverai +cultiveraient +cultiverais +cultiverait +cultiveras +cultiverez +cultiveriez +cultiverions +cultiverons +cultiveront +cultives +cultivez +cultiv +cultive +cultives +cultivs +cultivrent +cultiviez +cultivions +cultivons +cultuel +cultuelle +cultuelles +cultuels +culture +culturel +culturelle +culturelles +culturels +cultures +cumin +cumul +cumula +cumulai +cumulaient +cumulais +cumulait +cumulant +cumulas +cumulasse +cumulassent +cumulasses +cumulassiez +cumulassions +cumulmes +cumult +cumultes +cumule +cumulent +cumuler +cumulera +cumulerai +cumuleraient +cumulerais +cumulerait +cumuleras +cumulerez +cumuleriez +cumulerions +cumulerons +cumuleront +cumules +cumulez +cumul +cumule +cumules +cumuls +cumulrent +cumuliez +cumulions +cumulons +cumuls +cumulus +cupide +cupides +cupidit +cupidits +cuprifre +cuprifres +cura +curable +curables +curaao +curage +curages +curai +curaient +curais +curait +curant +curare +curas +curasse +curassent +curasses +curassiez +curassions +curatelle +curatelles +curateur +curateurs +curatif +curatifs +curative +curatives +curatrice +curatrices +curmes +curt +curtes +cure +curent +curer +curera +curerai +cureraient +curerais +curerait +cureras +curerez +cureriez +curerions +curerons +cureront +cures +curetage +curetages +curette +curettes +curez +cur +cure +cures +curs +current +curie +curies +curieuse +curieusement +curieuses +curieux +curiez +curions +curiosit +curiosits +curiste +curistes +curons +curriculum +curseur +curseurs +cursif +cursifs +cursive +cursivement +cursives +curvimtre +curvimtres +cutan +cutane +cutanes +cutans +cuticule +cuticules +cuva +cuvai +cuvaient +cuvais +cuvait +cuvant +cuvas +cuvasse +cuvassent +cuvasses +cuvassiez +cuvassions +cuvmes +cuvt +cuvtes +cuve +cuveau +cuveaux +cuvent +cuver +cuvera +cuverai +cuveraient +cuverais +cuverait +cuveras +cuverez +cuveriez +cuverions +cuverons +cuveront +cuves +cuvette +cuvettes +cuvez +cuv +cuve +cuves +cuvs +cuvrent +cuviez +cuvions +cuvons +cyanhydrique +cyanhydriques +cyanose +cyanure +cyanures +cyberntique +cyberntiques +cycle +cycles +cyclique +cycliques +cyclisme +cycliste +cyclistes +cyclode +cyclodes +cyclomoteur +cyclomoteurs +cyclone +cyclones +cyclopen +cyclopenne +cyclopennes +cyclopens +cyclotron +cyclotrons +cygne +cygnes +cylindre +cylindres +cylindre +cylindrique +cylindriques +cymaise +cymaises +cymbale +cymbales +cyngtique +cyngtiques +cynique +cyniquement +cyniques +cynisme +cynismes +cyprs +cyrien +cyriens +cystite +cytise +cytologie +d +dactylo +dactylographia +dactylographiai +dactylographiaient +dactylographiais +dactylographiait +dactylographiant +dactylographias +dactylographiasse +dactylographiassent +dactylographiasses +dactylographiassiez +dactylographiassions +dactylographimes +dactylographit +dactylographites +dactylographie +dactylographient +dactylographier +dactylographiera +dactylographierai +dactylographieraient +dactylographierais +dactylographierait +dactylographieras +dactylographierez +dactylographieriez +dactylographierions +dactylographierons +dactylographieront +dactylographies +dactylographiez +dactylographi +dactylographie +dactylographies +dactylographis +dactylographirent +dactylographiiez +dactylographiions +dactylographions +dactylos +dada +dadais +dadas +dague +dagues +dahlia +dahlias +daigna +daignai +daignaient +daignais +daignait +daignant +daignas +daignasse +daignassent +daignasses +daignassiez +daignassions +daignmes +daignt +daigntes +daigne +daignent +daigner +daignera +daignerai +daigneraient +daignerais +daignerait +daigneras +daignerez +daigneriez +daignerions +daignerons +daigneront +daignes +daignez +daign +daigne +daignes +daigns +daignrent +daigniez +daignions +daignons +daim +daims +dais +dalla +dallage +dallages +dallai +dallaient +dallais +dallait +dallant +dallas +dallasse +dallassent +dallasses +dallassiez +dallassions +dallmes +dallt +dalltes +dalle +dallent +daller +dallera +dallerai +dalleraient +dallerais +dallerait +dalleras +dallerez +dalleriez +dallerions +dallerons +dalleront +dalles +dallez +dall +dalle +dalles +dalls +dallrent +dalliez +dallions +dallons +daltonien +daltonienne +daltoniennes +daltoniens +daltonisme +dama +damai +damaient +damais +damait +damant +damas +damasquina +damasquinage +damasquinai +damasquinaient +damasquinais +damasquinait +damasquinant +damasquinas +damasquinasse +damasquinassent +damasquinasses +damasquinassiez +damasquinassions +damasquinmes +damasquint +damasquintes +damasquine +damasquinent +damasquiner +damasquinera +damasquinerai +damasquineraient +damasquinerais +damasquinerait +damasquineras +damasquinerez +damasquineriez +damasquinerions +damasquinerons +damasquineront +damasquines +damasquinez +damasquin +damasquine +damasquines +damasquins +damasquinrent +damasquiniez +damasquinions +damasquinons +damasse +damassent +damasses +damass +damasse +damasses +damasss +damassiez +damassions +dammes +damt +damtes +dame +dament +damer +damera +damerai +dameraient +damerais +damerait +dameras +damerez +dameriez +damerions +damerons +dameront +dames +damez +dam +dame +dames +dams +damrent +damier +damiers +damiez +damions +damna +damnable +damnables +damnai +damnaient +damnais +damnait +damnant +damnas +damnasse +damnassent +damnasses +damnassiez +damnassions +damnation +damnations +damnmes +damnt +damntes +damne +damnent +damner +damnera +damnerai +damneraient +damnerais +damnerait +damneras +damnerez +damneriez +damnerions +damnerons +damneront +damnes +damnez +damn +damne +damnes +damns +damnrent +damniez +damnions +damnons +damons +dancing +dancings +dandina +dandinai +dandinaient +dandinais +dandinait +dandinant +dandinas +dandinasse +dandinassent +dandinasses +dandinassiez +dandinassions +dandinmes +dandint +dandintes +dandine +dandinement +dandinent +dandiner +dandinera +dandinerai +dandineraient +dandinerais +dandinerait +dandineras +dandinerez +dandineriez +dandinerions +dandinerons +dandineront +dandines +dandinez +dandin +dandine +dandines +dandins +dandinrent +dandiniez +dandinions +dandinons +dandy +danemark +danger +dangereuse +dangereusement +dangereuses +dangereux +dangers +danois +danoise +danoises +dans +dansa +dansai +dansaient +dansais +dansait +dansant +dansante +dansantes +dansants +dansas +dansasse +dansassent +dansasses +dansassiez +dansassions +dansmes +danst +danstes +danse +dansent +danser +dansera +danserai +danseraient +danserais +danserait +danseras +danserez +danseriez +danserions +danserons +danseront +danses +danseur +danseurs +danseuse +danseuses +dansez +dans +danse +danses +danss +dansrent +dansiez +dansions +dansons +dard +darda +dardai +dardaient +dardais +dardait +dardant +dardas +dardasse +dardassent +dardasses +dardassiez +dardassions +dardmes +dardt +dardtes +darde +dardent +darder +dardera +darderai +darderaient +darderais +darderait +darderas +darderez +darderiez +darderions +darderons +darderont +dardes +dardez +dard +darde +dardes +dards +dardrent +dardiez +dardions +dardons +dards +dare +darse +darses +dartre +dartres +data +datai +dataient +datais +datait +datant +datas +datasse +datassent +datasses +datassiez +datassions +datation +datations +datmes +datt +dattes +date +datent +dater +datera +daterai +dateraient +daterais +daterait +dateras +daterez +dateriez +daterions +daterons +dateront +dates +dateur +datez +dat +date +dates +dats +datrent +datiez +datif +datifs +dation +dations +datons +datte +dattes +dattier +dattiers +dauba +daubai +daubaient +daubais +daubait +daubant +daubas +daubasse +daubassent +daubasses +daubassiez +daubassions +daubmes +daubt +daubtes +daube +daubent +dauber +daubera +dauberai +dauberaient +dauberais +dauberait +dauberas +dauberez +dauberiez +dauberions +dauberons +dauberont +daubes +daubez +daub +daube +daubes +daubs +daubrent +daubiez +daubions +daubons +dauphin +dauphin +dauphins +daurade +daurades +davantage +de +debout +dea +dedans +degr +degrs +dehors +del +delta +demain +demains +demanda +demandai +demandaient +demandais +demandait +demandant +demande +demandent +demander +demandera +demanderaient +demanderais +demanderait +demanderesse +demanderesses +demanderez +demanderons +demanderont +demandes +demandeur +demandeurs +demandez +demand +demande +demandes +demands +demandrent +demandiez +demandons +demendent +demeura +demeurai +demeuraient +demeurais +demeurait +demeurant +demeuras +demeurasse +demeurassent +demeurasses +demeurassiez +demeurassions +demeurmes +demeurt +demeurtes +demeure +demeurent +demeurer +demeurera +demeurerai +demeureraient +demeurerais +demeurerait +demeureras +demeurerez +demeureriez +demeurerions +demeurerons +demeureront +demeures +demeurez +demeur +demeure +demeures +demeurs +demeurrent +demeuriez +demeurions +demeurons +demi +demie +demies +demis +demoiselle +demoiselles +denier +deniers +denre +denres +dense +denses +densimtre +densimtres +densit +densits +dent +denta +dentai +dentaient +dentaire +dentaires +dentais +dentait +dental +dentale +dentales +dentals +dentas +dentasse +dentassent +dentasses +dentassiez +dentassions +dentmes +dentt +denttes +dente +dentela +dentelai +dentelaient +dentelais +dentelait +dentelant +dentelas +dentelasse +dentelassent +dentelasses +dentelassiez +dentelassions +dentelmes +dentelt +denteltes +denteler +dentelez +dentel +dentele +denteles +dentels +dentelrent +denteliez +dentelions +dentelle +dentellent +dentellera +dentellerai +dentelleraient +dentellerais +dentellerait +dentelleras +dentellerez +dentelleriez +dentellerions +dentellerons +dentelleront +dentelles +dentellire +dentellires +dentelons +dentelure +dentelures +dentent +denter +dentera +denterai +denteraient +denterais +denterait +denteras +denterez +denteriez +denterions +denterons +denteront +dentes +dentez +dent +dente +dentes +dents +dentrent +dentier +dentiers +dentiez +dentifrice +dentifrices +dentions +dentiste +dentistes +dentition +dentitions +dentons +dents +denture +depuis +der +dermatologie +dermatologiste +dermatologistes +dermatologue +dermatologues +dermatose +derme +dermes +dernier +derniers +dernire +dernirement +dernires +derrick +derricks +derrire +derrires +derviche +derviches +des +descella +descellai +descellaient +descellais +descellait +descellant +descellas +descellasse +descellassent +descellasses +descellassiez +descellassions +descellmes +descellt +descelltes +descelle +descellement +descellements +descellent +desceller +descellera +descellerai +descelleraient +descellerais +descellerait +descelleras +descellerez +descelleriez +descellerions +descellerons +descelleront +descelles +descellez +descell +descelle +descelles +descells +descellrent +descelliez +descellions +descellons +descend +descendaient +descendais +descendait +descendance +descendances +descendant +descendante +descendantes +descendants +descende +descendent +descendents +descendes +descendez +descendiez +descendions +descendirent +descendis +descendisse +descendissent +descendisses +descendissiez +descendissions +descendit +descendmes +descendt +descendtes +descendons +descendra +descendrai +descendraient +descendrais +descendrait +descendras +descendre +descendrez +descendriez +descendrions +descendrons +descendront +descends +descendu +descendue +descendues +descendus +descente +descentes +descriptif +descriptifs +description +descriptions +descriptive +descriptives +desiderata +design +designer nom +designers +designs +despote +despotes +despotique +despotiquement +despotiques +despotisme +desquamation +desquamations +desquelles +desquels +dessaisi +dessaisie +dessaisies +dessaisir +dessaisira +dessaisirai +dessaisiraient +dessaisirais +dessaisirait +dessaisiras +dessaisirent +dessaisirez +dessaisiriez +dessaisirions +dessaisirons +dessaisiront +dessaisis +dessaisissaient +dessaisissais +dessaisissait +dessaisissant +dessaisisse +dessaisissement +dessaisissements +dessaisissent +dessaisisses +dessaisissiez +dessaisissions +dessaisissons +dessaisit +dessaismes +dessaist +dessaistes +dessala +dessalai +dessalaient +dessalais +dessalait +dessalant +dessalas +dessalasse +dessalassent +dessalasses +dessalassiez +dessalassions +dessalmes +dessaltes +dessale +dessalent +dessaler +dessalera +dessalerai +dessaleraient +dessalerais +dessalerait +dessaleras +dessalerez +dessaleriez +dessalerions +dessalerons +dessaleront +dessales +dessalez +dessal +dessale +dessales +dessals +dessalrent +dessaliez +dessalions +dessalons +dessangla +dessanglai +dessanglaient +dessanglais +dessanglait +dessanglant +dessanglas +dessanglasse +dessanglassent +dessanglasses +dessanglassiez +dessanglassions +dessanglmes +dessanglt +dessangltes +dessangle +dessanglent +dessangler +dessanglera +dessanglerai +dessangleraient +dessanglerais +dessanglerait +dessangleras +dessanglerez +dessangleriez +dessanglerions +dessanglerons +dessangleront +dessangles +dessanglez +dessangl +dessangle +dessangles +dessangls +dessanglrent +dessangliez +dessanglions +dessanglons +dessein +desseins +dessella +dessellai +dessellaient +dessellais +dessellait +dessellant +dessellas +dessellasse +dessellassent +dessellasses +dessellassiez +dessellassions +dessellmes +dessellt +desselltes +desselle +dessellent +desseller +dessellera +dessellerai +desselleraient +dessellerais +dessellerait +desselleras +dessellerez +desselleriez +dessellerions +dessellerons +desselleront +desselles +dessellez +dessell +desselle +desselles +dessells +dessellrent +desselliez +dessellions +dessellons +desserra +desserrage +desserrages +desserrai +desserraient +desserrais +desserrait +desserrant +desserras +desserrasse +desserrassent +desserrasses +desserrassiez +desserrassions +desserrmes +desserrt +desserrtes +desserre +desserrent +desserrer +desserrera +desserrerai +desserreraient +desserrerais +desserrerait +desserreras +desserrerez +desserreriez +desserrerions +desserrerons +desserreront +desserres +desserrez +desserr +desserre +desserres +desserrs +desserrrent +desserriez +desserrions +desserrons +dessers +dessert +desserte +dessertes +desserti +dessertie +desserties +dessertir +dessertira +dessertirai +dessertiraient +dessertirais +dessertirait +dessertiras +dessertirez +dessertiriez +dessertirions +dessertirons +dessertiront +dessertis +dessertissaient +dessertissais +dessertissait +dessertissant +dessertisse +dessertissent +dessertisses +dessertissiez +dessertissions +dessertissons +dessertit +dessertmes +dessertt +desserttes +desserts repas +desservaient +desservais +desservait +desservant +desservants +desserve +desservent +desserves +desservez +desservi +desservie +desservies +desserviez +desservions +desservir +desservira +desservirai +desserviraient +desservirais +desservirait +desserviras +desservirent +desservirez +desserviriez +desservirions +desservirons +desserviront +desservis +desservisse +desservissent +desservisses +desservissiez +desservissions +desservit +desservmes +desservt +desservtes +desservons +desscha +desschai +desschaient +desschais +desschait +desschant +desschas +desschasse +desschassent +desschasses +desschassiez +desschassions +desschmes +desscher +desschera +desscherai +desscheraient +desscherais +desscherait +desscheras +desscherez +desscheriez +desscherions +desscherons +desscheront +desschez +dessch +dessche +dessches +desschs +desschrent +desschiez +desschions +desschons +dessche +desschement +desschements +desschent +dessches +dessiccation +dessiccations +dessilla +dessillai +dessillaient +dessillais +dessillait +dessillant +dessillas +dessillasse +dessillassent +dessillasses +dessillassiez +dessillassions +dessillmes +dessillt +dessilltes +dessille +dessillent +dessiller +dessillera +dessillerai +dessilleraient +dessillerais +dessillerait +dessilleras +dessillerez +dessilleriez +dessillerions +dessillerons +dessilleront +dessilles +dessillez +dessill +dessille +dessilles +dessills +dessillrent +dessilliez +dessillions +dessillons +dessin +dessina +dessinai +dessinaient +dessinais +dessinait +dessinant +dessinas +dessinasse +dessinassent +dessinasses +dessinassiez +dessinassions +dessinateur +dessinateurs +dessinatrice +dessinatrices +dessinmes +dessint +dessintes +dessine +dessinent +dessiner +dessinera +dessinerai +dessineraient +dessinerais +dessinerait +dessineras +dessinerez +dessineriez +dessinerions +dessinerons +dessineront +dessines +dessinez +dessin +dessine +dessines +dessins +dessinrent +dessiniez +dessinions +dessinons +dessins +dessous +dessola +dessolai +dessolaient +dessolais +dessolait +dessolant +dessolas +dessolasse +dessolassent +dessolasses +dessolassiez +dessolassions +dessolmes +dessolt +dessoltes +dessole +dessolent +dessoler +dessolera +dessolerai +dessoleraient +dessolerais +dessolerait +dessoleras +dessolerez +dessoleriez +dessolerions +dessolerons +dessoleront +dessoles +dessolez +dessol +dessole +dessoles +dessols +dessolrent +dessoliez +dessolions +dessolons +dessus +destin +destina +destinai +destinaient +destinais +destinait +destinant +destinas +destinasse +destinassent +destinasses +destinassiez +destinassions +destinataire +destinataires +destination +destinations +destinmes +destint +destintes +destine +destinent +destiner +destinera +destinerai +destineraient +destinerais +destinerait +destineras +destinerez +destineriez +destinerions +destinerons +destineront +destines +destinez +destin +destine +destines +destins +destinrent +destiniez +destinions +destinons +destitua +destituai +destituaient +destituais +destituait +destituant +destituas +destituasse +destituassent +destituasses +destituassiez +destituassions +destitumes +destitut +destitutes +destitue +destituent +destituer +destituera +destituerai +destitueraient +destituerais +destituerait +destitueras +destituerez +destitueriez +destituerions +destituerons +destitueront +destitues +destituez +destitu +destitue +destitues +destitus +destiturent +destituiez +destituions +destituons +destitution +destitutions +destroyer +destroyers +destructeur +destructeurs +destructif +destructifs +destruction +destructions +destructive +destructives +destructrice +destructrices +dette +dettes +deuil +deuils +deum +deums +deux +deuxime +deuximement +deuximes +devaient +devais +devait +devance +devancement +devancements +devancent +devancer +devancera +devancerai +devanceraient +devancerais +devancerait +devanceras +devancerez +devanceriez +devancerions +devancerons +devances +devancez +devanc +devance +devances +devancs +devancrent +devancier +devanciers +devanciez +devancire +devancires +devancions +devana +devanai +devanaient +devanais +devanait +devanant +devanas +devanasse +devanassent +devanasses +devanassiez +devanassions +devanmes +devant +devantes +devanons +devant +devanture +devantures +devenaient +devenais +devenait +devenant +devenez +deveniez +devenions +devenir +devenons +devenu +devenue +devenues +devenus +devers loc +devez +device +deviendra +deviendrai +deviendraient +deviendrais +deviendrait +deviendras +deviendrez +deviendriez +deviendrions +deviendrons +deviendront +devienne +deviennent +deviennes +deviennt +deviens +devient +deviez +devin +devina +devinai +devinaient +devinais +devinait +devinant +devinas +devinasse +devinassent +devinasses +devinassiez +devinassions +devinmes +devint +devintes +devine +devinent +deviner +devinera +devinerai +devineraient +devinerais +devinerait +devineras +devineresse +devineresses +devinerez +devineriez +devinerions +devinerons +devineront +devines +devinette +devinettes +devinez +devin +devine +devines +devins +devinrent +deviniez +devinions +devinons +devinrent +devins +devinsse +devinssent +devinsses +devinssiez +devinssions +devint +devions +devis +devisa +devisai +devisaient +devisais +devisait +devisant +devisas +devisasse +devisassent +devisasses +devisassiez +devisassions +devismes +devist +devistes +devise +devisent +deviser +devisera +deviserai +deviseraient +deviserais +deviserait +deviseras +deviserez +deviseriez +deviserions +deviserons +deviseront +devises +devisez +devis +devise +devises +deviss +devisrent +devisiez +devisions +devisons +devnmes +devnrent +devnt +devntes +devoir +devoirs +devons +devra +devrai +devraient +devrais +devrait +devras +devrez +devriez +devrions +devrons +devront +dextrit +dextrits +dextrine +d +dambula +dambulai +dambulaient +dambulais +dambulait +dambulant +dambulas +dambulasse +dambulassent +dambulasses +dambulassiez +dambulassions +dambulatoire +dambulatoires +dambulmes +dambult +dambultes +dambule +dambulent +dambuler +dambulera +dambulerai +dambuleraient +dambulerais +dambulerait +dambuleras +dambulerez +dambuleriez +dambulerions +dambulerons +dambuleront +dambules +dambulez +dambul +dambule +dambules +dambuls +dambulrent +dambuliez +dambulions +dambulons +dballa +dballage +dballages +dballai +dballaient +dballais +dballait +dballant +dballas +dballasse +dballassent +dballasses +dballassiez +dballassions +dballmes +dballt +dballtes +dballe +dballent +dballer +dballera +dballerai +dballeraient +dballerais +dballerait +dballeras +dballerez +dballeriez +dballerions +dballerons +dballeront +dballes +dballez +dball +dballe +dballes +dballs +dballrent +dballiez +dballions +dballons +dbanda +dbandade +dbandades +dbandai +dbandaient +dbandais +dbandait +dbandant +dbandas +dbandasse +dbandassent +dbandasses +dbandassiez +dbandassions +dbandmes +dbandt +dbandtes +dbande +dbandent +dbander +dbandera +dbanderai +dbanderaient +dbanderais +dbanderait +dbanderas +dbanderez +dbanderiez +dbanderions +dbanderons +dbanderont +dbandes +dbandez +dband +dbande +dbandes +dbands +dbandrent +dbandiez +dbandions +dbandons +dbaptisa +dbaptisai +dbaptisaient +dbaptisais +dbaptisait +dbaptisant +dbaptisas +dbaptisasse +dbaptisassent +dbaptisasses +dbaptisassiez +dbaptisassions +dbaptismes +dbaptist +dbaptistes +dbaptise +dbaptisent +dbaptiser +dbaptisera +dbaptiserai +dbaptiseraient +dbaptiserais +dbaptiserait +dbaptiseras +dbaptiserez +dbaptiseriez +dbaptiserions +dbaptiserons +dbaptiseront +dbaptises +dbaptisez +dbaptis +dbaptise +dbaptises +dbaptiss +dbaptisrent +dbaptisiez +dbaptisions +dbaptisons +dbarbouilla +dbarbouillage +dbarbouillages +dbarbouillai +dbarbouillaient +dbarbouillais +dbarbouillait +dbarbouillant +dbarbouillas +dbarbouillasse +dbarbouillassent +dbarbouillasses +dbarbouillassiez +dbarbouillassions +dbarbouillmes +dbarbouillt +dbarbouilltes +dbarbouille +dbarbouillent +dbarbouiller +dbarbouillera +dbarbouillerai +dbarbouilleraient +dbarbouillerais +dbarbouillerait +dbarbouilleras +dbarbouillerez +dbarbouilleriez +dbarbouillerions +dbarbouillerons +dbarbouilleront +dbarbouilles +dbarbouillez +dbarbouill +dbarbouille +dbarbouilles +dbarbouills +dbarbouillrent +dbarbouilliez +dbarbouillions +dbarbouillons +dbarcadre +dbarcadres +dbardeur +dbardeurs +dbarqua +dbarquai +dbarquaient +dbarquais +dbarquait +dbarquant +dbarquas +dbarquasse +dbarquassent +dbarquasses +dbarquassiez +dbarquassions +dbarqumes +dbarqut +dbarqutes +dbarque +dbarquement +dbarquements +dbarquent +dbarquer +dbarquera +dbarquerai +dbarqueraient +dbarquerais +dbarquerait +dbarqueras +dbarquerez +dbarqueriez +dbarquerions +dbarquerons +dbarqueront +dbarques +dbarquez +dbarqu +dbarque +dbarques +dbarqus +dbarqurent +dbarquiez +dbarquions +dbarquons +dbarras +dbarrassa +dbarrassai +dbarrassaient +dbarrassais +dbarrassait +dbarrassant +dbarrassas +dbarrassasse +dbarrassassent +dbarrassasses +dbarrassassiez +dbarrassassions +dbarrassmes +dbarrasst +dbarrasstes +dbarrasse +dbarrassent +dbarrasser +dbarrassera +dbarrasserai +dbarrasseraient +dbarrasserais +dbarrasserait +dbarrasseras +dbarrasserez +dbarrasseriez +dbarrasserions +dbarrasserons +dbarrasseront +dbarrasses +dbarrassez +dbarrass +dbarrasse +dbarrasses +dbarrasss +dbarrassrent +dbarrassiez +dbarrassions +dbarrassons +dbat +dbats +dbattaient +dbattais +dbattait +dbattant +dbatte +dbattent +dbattes +dbattez +dbattiez +dbattions +dbattirent +dbattis +dbattisse +dbattissent +dbattisses +dbattissiez +dbattissions +dbattit +dbattmes +dbattt +dbatttes +dbattons +dbattra +dbattrai +dbattraient +dbattrais +dbattrait +dbattras +dbattre +dbattrez +dbattriez +dbattrions +dbattrons +dbattront +dbattu +dbattue +dbattues +dbattus +dbaucha +dbauchage +dbauchages +dbauchai +dbauchaient +dbauchais +dbauchait +dbauchant +dbauchas +dbauchasse +dbauchassent +dbauchasses +dbauchassiez +dbauchassions +dbauchmes +dbaucht +dbauchtes +dbauche +dbauchent +dbaucher +dbauchera +dbaucherai +dbaucheraient +dbaucherais +dbaucherait +dbaucheras +dbaucherez +dbaucheriez +dbaucherions +dbaucherons +dbaucheront +dbauches +dbauchez +dbauch +dbauche +dbauches +dbauchs +dbauchrent +dbauchiez +dbauchions +dbauchons +dbcle +dbcles +dbile +dbilement +dbiles +dbilita +dbilitai +dbilitaient +dbilitais +dbilitait +dbilitant +dbilitas +dbilitasse +dbilitassent +dbilitasses +dbilitassiez +dbilitassions +dbilitmes +dbilitt +dbilittes +dbilite +dbilitent +dbiliter +dbilitera +dbiliterai +dbiliteraient +dbiliterais +dbiliterait +dbiliteras +dbiliterez +dbiliteriez +dbiliterions +dbiliterons +dbiliteront +dbilites +dbilitez +dbilit +dbilite +dbilites +dbilits +dbilitrent +dbilitiez +dbilitions +dbilitons +dbina +dbinai +dbinaient +dbinais +dbinait +dbinant +dbinas +dbinasse +dbinassent +dbinasses +dbinassiez +dbinassions +dbinmes +dbint +dbintes +dbine +dbinent +dbiner +dbinera +dbinerai +dbineraient +dbinerais +dbinerait +dbineras +dbinerez +dbineriez +dbinerions +dbinerons +dbineront +dbines +dbinez +dbin +dbine +dbines +dbins +dbinrent +dbiniez +dbinions +dbinons +dbit +dbita +dbitai +dbitaient +dbitais +dbitait +dbitant +dbitante +dbitantes +dbitants +dbitas +dbitasse +dbitassent +dbitasses +dbitassiez +dbitassions +dbitmes +dbitt +dbittes +dbite +dbitent +dbiter +dbitera +dbiterai +dbiteraient +dbiterais +dbiterait +dbiteras +dbiterez +dbiteriez +dbiterions +dbiterons +dbiteront +dbites +dbiteur +dbiteurs +dbitez +dbit +dbite +dbites +dbits +dbitrent +dbitiez +dbitions +dbitons +dbitrice +dbitrices +dbits +dblai +dblaie +dblaiement +dblaient +dblaiera +dblaierai +dblaieraient +dblaierais +dblaierait +dblaieras +dblaierez +dblaieriez +dblaierions +dblaierons +dblaieront +dblaies +dblais +dblatra +dblatrai +dblatraient +dblatrais +dblatrait +dblatrant +dblatras +dblatrasse +dblatrassent +dblatrasses +dblatrassiez +dblatrassions +dblatrmes +dblatrt +dblatrtes +dblatrer +dblatrera +dblatrerai +dblatreraient +dblatrerais +dblatrerait +dblatreras +dblatrerez +dblatreriez +dblatrerions +dblatrerons +dblatreront +dblatrez +dblatr +dblatre +dblatres +dblatrs +dblatrrent +dblatriez +dblatrions +dblatrons +dblatre +dblatrent +dblatres +dblaya +dblayai +dblayaient +dblayais +dblayait +dblayant +dblayas +dblayasse +dblayassent +dblayasses +dblayassiez +dblayassions +dblaymes +dblayt +dblaytes +dblayer +dblayez +dblay +dblaye +dblayes +dblays +dblayrent +dblayiez +dblayions +dblayons +dbloqua +dbloquai +dbloquaient +dbloquais +dbloquait +dbloquant +dbloquas +dbloquasse +dbloquassent +dbloquasses +dbloquassiez +dbloquassions +dbloqumes +dbloqut +dbloqutes +dbloque +dbloquent +dbloquer +dbloquera +dbloquerai +dbloqueraient +dbloquerais +dbloquerait +dbloqueras +dbloquerez +dbloqueriez +dbloquerions +dbloquerons +dbloqueront +dbloques +dbloquez +dbloqu +dbloque +dbloques +dbloqus +dbloqurent +dbloquiez +dbloquions +dbloquons +dboires +dboisa +dboisai +dboisaient +dboisais +dboisait +dboisant +dboisas +dboisasse +dboisassent +dboisasses +dboisassiez +dboisassions +dboismes +dboist +dboistes +dboise +dboisement +dboisements +dboisent +dboiser +dboisera +dboiserai +dboiseraient +dboiserais +dboiserait +dboiseras +dboiserez +dboiseriez +dboiserions +dboiserons +dboiseront +dboises +dboisez +dbois +dboise +dboises +dboiss +dboisrent +dboisiez +dboisions +dboisons +dbota +dbotai +dbotaient +dbotais +dbotait +dbotant +dbotas +dbotasse +dbotassent +dbotasses +dbotassiez +dbotassions +dbotmes +dbott +dbottes +dbote +dbotement +dbotements +dbotent +dboter +dbotera +dboterai +dboteraient +dboterais +dboterait +dboteras +dboterez +dboteriez +dboterions +dboterons +dboteront +dbotes +dbotez +dbot +dbote +dbotes +dbots +dbotrent +dbotiez +dbotions +dbotons +dbonnaire +dbonnaires +dborda +dbordai +dbordaient +dbordais +dbordait +dbordant +dbordante +dbordantes +dbordants +dbordas +dbordasse +dbordassent +dbordasses +dbordassiez +dbordassions +dbordmes +dbordt +dbordtes +dborde +dbordement +dbordements +dbordent +dborder +dbordera +dborderai +dborderaient +dborderais +dborderait +dborderas +dborderez +dborderiez +dborderions +dborderons +dborderont +dbordes +dbordez +dbord +dborde +dbordes +dbords +dbordrent +dbordiez +dbordions +dbordons +dboucha +dbouchai +dbouchaient +dbouchais +dbouchait +dbouchant +dbouchas +dbouchasse +dbouchassent +dbouchasses +dbouchassiez +dbouchassions +dbouchmes +dboucht +dbouchtes +dbouche +dbouchent +dboucher +dbouchera +dboucherai +dboucheraient +dboucherais +dboucherait +dboucheras +dboucherez +dboucheriez +dboucherions +dboucherons +dboucheront +dbouches +dbouchez +dbouch +dbouche +dbouches +dbouchs +dbouchrent +dbouchiez +dbouchions +dbouchons +dboucla +dbouclai +dbouclaient +dbouclais +dbouclait +dbouclant +dbouclas +dbouclasse +dbouclassent +dbouclasses +dbouclassiez +dbouclassions +dbouclmes +dbouclt +dboucltes +dboucle +dbouclent +dboucler +dbouclera +dbouclerai +dboucleraient +dbouclerais +dbouclerait +dboucleras +dbouclerez +dboucleriez +dbouclerions +dbouclerons +dboucleront +dboucles +dbouclez +dboucl +dboucle +dboucles +dboucls +dbouclrent +dboucliez +dbouclions +dbouclons +dboula +dboulai +dboulaient +dboulais +dboulait +dboulant +dboulas +dboulasse +dboulassent +dboulasses +dboulassiez +dboulassions +dboulmes +dboult +dboultes +dboule +dboulent +dbouler +dboulera +dboulerai +dbouleraient +dboulerais +dboulerait +dbouleras +dboulerez +dbouleriez +dboulerions +dboulerons +dbouleront +dboules +dboulez +dboul +dboule +dboules +dbouls +dboulrent +dbouliez +dboulions +dboulonna +dboulonnai +dboulonnaient +dboulonnais +dboulonnait +dboulonnant +dboulonnas +dboulonnasse +dboulonnassent +dboulonnasses +dboulonnassiez +dboulonnassions +dboulonnmes +dboulonnt +dboulonntes +dboulonne +dboulonnent +dboulonner +dboulonnera +dboulonnerai +dboulonneraient +dboulonnerais +dboulonnerait +dboulonneras +dboulonnerez +dboulonneriez +dboulonnerions +dboulonnerons +dboulonneront +dboulonnes +dboulonnez +dboulonn +dboulonne +dboulonnes +dboulonns +dboulonnrent +dboulonniez +dboulonnions +dboulonnons +dboulons +dbourra +dbourrage +dbourrages +dbourrai +dbourraient +dbourrais +dbourrait +dbourrant +dbourras +dbourrasse +dbourrassent +dbourrasses +dbourrassiez +dbourrassions +dbourrmes +dbourrt +dbourrtes +dbourre +dbourrent +dbourrer +dbourrera +dbourrerai +dbourreraient +dbourrerais +dbourrerait +dbourreras +dbourrerez +dbourreriez +dbourrerions +dbourrerons +dbourreront +dbourres +dbourrez +dbourr +dbourre +dbourres +dbourrs +dbourrrent +dbourriez +dbourrions +dbourrons +dbours +dboursa +dboursai +dboursaient +dboursais +dboursait +dboursant +dboursas +dboursasse +dboursassent +dboursasses +dboursassiez +dboursassions +dboursmes +dbourst +dbourstes +dbourse +dboursement +dboursements +dboursent +dbourser +dboursera +dbourserai +dbourseraient +dbourserais +dbourserait +dbourseras +dbourserez +dbourseriez +dbourserions +dbourserons +dbourseront +dbourses +dboursez +dbours +dbourse +dbourses +dbourss +dboursrent +dboursiez +dboursions +dboursons +dboussola +dboussolai +dboussolaient +dboussolais +dboussolait +dboussolant +dboussolas +dboussolasse +dboussolassent +dboussolasses +dboussolassiez +dboussolassions +dboussolmes +dboussolt +dboussoltes +dboussole +dboussolent +dboussoler +dboussolera +dboussolerai +dboussoleraient +dboussolerais +dboussolerait +dboussoleras +dboussolerez +dboussoleriez +dboussolerions +dboussolerons +dboussoleront +dboussoles +dboussolez +dboussol +dboussole +dboussoles +dboussols +dboussolrent +dboussoliez +dboussolions +dboussolons +dbout +dbouta +dboutai +dboutaient +dboutais +dboutait +dboutant +dboutas +dboutasse +dboutassent +dboutasses +dboutassiez +dboutassions +dboutmes +dboutt +dbouttes +dboute +dboutent +dbouter +dboutera +dbouterai +dbouteraient +dbouterais +dbouterait +dbouteras +dbouterez +dbouteriez +dbouterions +dbouterons +dbouteront +dboutes +dboutez +dbout +dboute +dboutes +dbouts +dboutrent +dboutiez +dboutions +dboutonna +dboutonnai +dboutonnaient +dboutonnais +dboutonnait +dboutonnant +dboutonnas +dboutonnasse +dboutonnassent +dboutonnasses +dboutonnassiez +dboutonnassions +dboutonnmes +dboutonnt +dboutonntes +dboutonne +dboutonnent +dboutonner +dboutonnera +dboutonnerai +dboutonneraient +dboutonnerais +dboutonnerait +dboutonneras +dboutonnerez +dboutonneriez +dboutonnerions +dboutonnerons +dboutonneront +dboutonnes +dboutonnez +dboutonn +dboutonne +dboutonnes +dboutonns +dboutonnrent +dboutonniez +dboutonnions +dboutonnons +dboutons +dbraie +dbraient +dbraiera +dbraierai +dbraieraient +dbraierais +dbraierait +dbraieras +dbraierez +dbraieriez +dbraierions +dbraierons +dbraieront +dbraies +dbraill +dbraille +dbrailles +dbraills +dbrancha +dbranchai +dbranchaient +dbranchais +dbranchait +dbranchant +dbranchas +dbranchasse +dbranchassent +dbranchasses +dbranchassiez +dbranchassions +dbranchmes +dbrancht +dbranchtes +dbranche +dbranchement +dbranchements +dbranchent +dbrancher +dbranchera +dbrancherai +dbrancheraient +dbrancherais +dbrancherait +dbrancheras +dbrancherez +dbrancheriez +dbrancherions +dbrancherons +dbrancheront +dbranches +dbranchez +dbranch +dbranche +dbranches +dbranchs +dbranchrent +dbranchiez +dbranchions +dbranchons +dbraya +dbrayage +dbrayages +dbrayai +dbrayaient +dbrayais +dbrayait +dbrayant +dbrayas +dbrayasse +dbrayassent +dbrayasses +dbrayassiez +dbrayassions +dbraymes +dbrayt +dbraytes +dbraye +dbrayent +dbrayer +dbrayera +dbrayerai +dbrayeraient +dbrayerais +dbrayerait +dbrayeras +dbrayerez +dbrayeriez +dbrayerions +dbrayerons +dbrayeront +dbrayes +dbrayez +dbray +dbraye +dbrayes +dbrays +dbrayrent +dbrayiez +dbrayions +dbrayons +dbrida +dbridai +dbridaient +dbridais +dbridait +dbridant +dbridas +dbridasse +dbridassent +dbridasses +dbridassiez +dbridassions +dbridmes +dbridt +dbridtes +dbride +dbridement +dbridements +dbrident +dbrider +dbridera +dbriderai +dbrideraient +dbriderais +dbriderait +dbrideras +dbriderez +dbrideriez +dbriderions +dbriderons +dbrideront +dbrides +dbridez +dbrid +dbride +dbrides +dbrids +dbridrent +dbridiez +dbridions +dbridons +dbris +dbrouilla +dbrouillai +dbrouillaient +dbrouillais +dbrouillait +dbrouillant +dbrouillard +dbrouillarde +dbrouillardes +dbrouillards +dbrouillas +dbrouillasse +dbrouillassent +dbrouillasses +dbrouillassiez +dbrouillassions +dbrouillmes +dbrouillt +dbrouilltes +dbrouille +dbrouillent +dbrouiller +dbrouillera +dbrouillerai +dbrouilleraient +dbrouillerais +dbrouillerait +dbrouilleras +dbrouillerez +dbrouilleriez +dbrouillerions +dbrouillerons +dbrouilleront +dbrouilles +dbrouillez +dbrouill +dbrouille +dbrouilles +dbrouills +dbrouillrent +dbrouilliez +dbrouillions +dbrouillons +dbroussailla +dbroussaillai +dbroussaillaient +dbroussaillais +dbroussaillait +dbroussaillant +dbroussaillas +dbroussaillasse +dbroussaillassent +dbroussaillasses +dbroussaillassiez +dbroussaillassions +dbroussaillmes +dbroussaillt +dbroussailltes +dbroussaille +dbroussaillent +dbroussailler +dbroussaillera +dbroussaillerai +dbroussailleraient +dbroussaillerais +dbroussaillerait +dbroussailleras +dbroussaillerez +dbroussailleriez +dbroussaillerions +dbroussaillerons +dbroussailleront +dbroussailles +dbroussaillez +dbroussaill +dbroussaille +dbroussailles +dbroussaills +dbroussaillrent +dbroussailliez +dbroussaillions +dbroussaillons +dbucha +dbuchaient +dbuchait +dbuchant +dbuchasse +dbuchassent +dbucht +dbuche +dbuchent +dbucher +dbuchera +dbucheraient +dbucherait +dbucheront +dbuch +dbuche +dbuches +dbuchs +dbuchrent +dbusqua +dbusquai +dbusquaient +dbusquais +dbusquait +dbusquant +dbusquas +dbusquasse +dbusquassent +dbusquasses +dbusquassiez +dbusquassions +dbusqumes +dbusqut +dbusqutes +dbusque +dbusquent +dbusquer +dbusquera +dbusquerai +dbusqueraient +dbusquerais +dbusquerait +dbusqueras +dbusquerez +dbusqueriez +dbusquerions +dbusquerons +dbusqueront +dbusques +dbusquez +dbusqu +dbusque +dbusques +dbusqus +dbusqurent +dbusquiez +dbusquions +dbusquons +dbut +dbuta +dbutai +dbutaient +dbutais +dbutait +dbutant +dbutante +dbutantes +dbutants +dbutas +dbutasse +dbutassent +dbutasses +dbutassiez +dbutassions +dbutmes +dbutt +dbuttes +dbute +dbutent +dbuter +dbutera +dbuterai +dbuteraient +dbuterais +dbuterait +dbuteras +dbuterez +dbuteriez +dbuterions +dbuterons +dbuteront +dbutes +dbutez +dbut +dbute +dbutes +dbuts +dbutrent +dbutiez +dbutions +dbutons +dbuts +dca +dcacheta +dcachetai +dcachetaient +dcachetais +dcachetait +dcachetant +dcachetas +dcachetasse +dcachetassent +dcachetasses +dcachetassiez +dcachetassions +dcachetmes +dcachett +dcachettes +dcacheter +dcachetez +dcachet +dcachete +dcachetes +dcachets +dcachetrent +dcachetiez +dcachetions +dcachetons +dcachette +dcachettent +dcachettera +dcachetterai +dcachetteraient +dcachetterais +dcachetterait +dcachetteras +dcachetterez +dcachetteriez +dcachetterions +dcachetterons +dcachetteront +dcachettes +dcade +dcadence +dcadences +dcadent +dcadente +dcadentes +dcadents +dcades +dcafin +dcafine +dcafines +dcafins +dcaissa +dcaissai +dcaissaient +dcaissais +dcaissait +dcaissant +dcaissas +dcaissasse +dcaissassent +dcaissasses +dcaissassiez +dcaissassions +dcaissmes +dcaisst +dcaisstes +dcaisse +dcaissent +dcaisser +dcaissera +dcaisserai +dcaisseraient +dcaisserais +dcaisserait +dcaisseras +dcaisserez +dcaisseriez +dcaisserions +dcaisserons +dcaisseront +dcaisses +dcaissez +dcaiss +dcaisse +dcaisses +dcaisss +dcaissrent +dcaissiez +dcaissions +dcaissons +dcala +dcalage +dcalages +dcalai +dcalaient +dcalais +dcalait +dcalant +dcalas +dcalasse +dcalassent +dcalasses +dcalassiez +dcalassions +dcalmes +dcalt +dcaltes +dcalcification +dcalcomanie +dcale +dcalent +dcaler +dcalera +dcalerai +dcaleraient +dcalerais +dcalerait +dcaleras +dcalerez +dcaleriez +dcalerions +dcalerons +dcaleront +dcales +dcalez +dcal +dcale +dcales +dcals +dcalrent +dcaliez +dcalions +dcalitre +dcalitres +dcalogue +dcalons +dcalqua +dcalquage +dcalquages +dcalquai +dcalquaient +dcalquais +dcalquait +dcalquant +dcalquas +dcalquasse +dcalquassent +dcalquasses +dcalquassiez +dcalquassions +dcalqumes +dcalqut +dcalqutes +dcalque +dcalquent +dcalquer +dcalquera +dcalquerai +dcalqueraient +dcalquerais +dcalquerait +dcalqueras +dcalquerez +dcalqueriez +dcalquerions +dcalquerons +dcalqueront +dcalques +dcalquez +dcalqu +dcalque +dcalques +dcalqus +dcalqurent +dcalquiez +dcalquions +dcalquons +dcamtre +dcamtres +dcampa +dcampai +dcampaient +dcampais +dcampait +dcampant +dcampas +dcampasse +dcampassent +dcampasses +dcampassiez +dcampassions +dcampmes +dcampt +dcamptes +dcampe +dcampent +dcamper +dcampera +dcamperai +dcamperaient +dcamperais +dcamperait +dcamperas +dcamperez +dcamperiez +dcamperions +dcamperons +dcamperont +dcampes +dcampez +dcamp +dcampe +dcampes +dcamps +dcamprent +dcampiez +dcampions +dcampons +dcan +dcans +dcanta +dcantai +dcantaient +dcantais +dcantait +dcantant +dcantas +dcantasse +dcantassent +dcantasses +dcantassiez +dcantassions +dcantation +dcantations +dcantmes +dcantt +dcanttes +dcante +dcantent +dcanter +dcantera +dcanterai +dcanteraient +dcanterais +dcanterait +dcanteras +dcanterez +dcanteriez +dcanterions +dcanterons +dcanteront +dcantes +dcantez +dcant +dcante +dcantes +dcants +dcantrent +dcantiez +dcantions +dcantons +dcapa +dcapage +dcapages +dcapai +dcapaient +dcapais +dcapait +dcapant +dcapas +dcapasse +dcapassent +dcapasses +dcapassiez +dcapassions +dcapmes +dcapt +dcaptes +dcape +dcapent +dcaper +dcapera +dcaperai +dcaperaient +dcaperais +dcaperait +dcaperas +dcaperez +dcaperiez +dcaperions +dcaperons +dcaperont +dcapes +dcapez +dcap +dcape +dcapes +dcaps +dcaprent +dcapiez +dcapions +dcapita +dcapitai +dcapitaient +dcapitais +dcapitait +dcapitant +dcapitas +dcapitasse +dcapitassent +dcapitasses +dcapitassiez +dcapitassions +dcapitation +dcapitations +dcapitmes +dcapitt +dcapittes +dcapite +dcapitent +dcapiter +dcapitera +dcapiterai +dcapiteraient +dcapiterais +dcapiterait +dcapiteras +dcapiterez +dcapiteriez +dcapiterions +dcapiterons +dcapiteront +dcapites +dcapitez +dcapit +dcapite +dcapites +dcapits +dcapitrent +dcapitiez +dcapitions +dcapitons +dcapole +dcapons +dcapota +dcapotable +dcapotables +dcapotai +dcapotaient +dcapotais +dcapotait +dcapotant +dcapotas +dcapotasse +dcapotassent +dcapotasses +dcapotassiez +dcapotassions +dcapotmes +dcapott +dcapottes +dcapote +dcapotent +dcapoter +dcapotera +dcapoterai +dcapoteraient +dcapoterais +dcapoterait +dcapoteras +dcapoterez +dcapoteriez +dcapoterions +dcapoterons +dcapoteront +dcapotes +dcapotez +dcapot +dcapote +dcapotes +dcapots +dcapotrent +dcapotiez +dcapotions +dcapotons +dcapsula +dcapsulai +dcapsulaient +dcapsulais +dcapsulait +dcapsulant +dcapsulas +dcapsulasse +dcapsulassent +dcapsulasses +dcapsulassiez +dcapsulassions +dcapsulmes +dcapsult +dcapsultes +dcapsule +dcapsulent +dcapsuler +dcapsulera +dcapsulerai +dcapsuleraient +dcapsulerais +dcapsulerait +dcapsuleras +dcapsulerez +dcapsuleriez +dcapsulerions +dcapsulerons +dcapsuleront +dcapsules +dcapsuleur +dcapsuleurs +dcapsulez +dcapsul +dcapsule +dcapsules +dcapsuls +dcapsulrent +dcapsuliez +dcapsulions +dcapsulons +dcarcassa +dcarcassai +dcarcassaient +dcarcassais +dcarcassait +dcarcassant +dcarcassas +dcarcassasse +dcarcassassent +dcarcassasses +dcarcassassiez +dcarcassassions +dcarcassmes +dcarcasst +dcarcasstes +dcarcasse +dcarcassent +dcarcasser +dcarcassera +dcarcasserai +dcarcasseraient +dcarcasserais +dcarcasserait +dcarcasseras +dcarcasserez +dcarcasseriez +dcarcasserions +dcarcasserons +dcarcasseront +dcarcasses +dcarcassez +dcarcass +dcarcasse +dcarcasses +dcarcasss +dcarcassrent +dcarcassiez +dcarcassions +dcarcassons +dcasyllabe +dcasyllabes +dcasyllabique +dcasyllabiques +dcati +dcatie +dcaties +dcatir +dcatira +dcatirai +dcatiraient +dcatirais +dcatirait +dcatiras +dcatirent +dcatirez +dcatiriez +dcatirions +dcatirons +dcatiront +dcatis +dcatissaient +dcatissais +dcatissait +dcatissant +dcatisse +dcatissent +dcatisses +dcatissiez +dcatissions +dcatissons +dcatit +dcatmes +dcatt +dcattes +dcav +dcave +dcaves +dcavs +dcela +dcelable +dcelables +dcelai +dcelaient +dcelais +dcelait +dcelant +dcelas +dcelasse +dcelassent +dcelasses +dcelassiez +dcelassions +dcelmes +dcelt +dceltes +dceler +dcelez +dcel +dcele +dceles +dcels +dcelrent +dceliez +dcelions +dcelons +dcembre +dcembres +dcemment +dcence +dcennal +dcennale +dcennales +dcennaux +dcennie +dcennies +dcent +dcente +dcentes +dcentra +dcentrai +dcentraient +dcentrais +dcentrait +dcentralisa +dcentralisai +dcentralisaient +dcentralisais +dcentralisait +dcentralisant +dcentralisas +dcentralisasse +dcentralisassent +dcentralisasses +dcentralisassiez +dcentralisassions +dcentralisation +dcentralisations +dcentralismes +dcentralist +dcentralistes +dcentralise +dcentralisent +dcentraliser +dcentralisera +dcentraliserai +dcentraliseraient +dcentraliserais +dcentraliserait +dcentraliseras +dcentraliserez +dcentraliseriez +dcentraliserions +dcentraliserons +dcentraliseront +dcentralises +dcentralisez +dcentralis +dcentralise +dcentralises +dcentraliss +dcentralisrent +dcentralisiez +dcentralisions +dcentralisons +dcentrant +dcentras +dcentrasse +dcentrassent +dcentrasses +dcentrassiez +dcentrassions +dcentrmes +dcentrt +dcentrtes +dcentre +dcentrent +dcentrer +dcentrera +dcentrerai +dcentreraient +dcentrerais +dcentrerait +dcentreras +dcentrerez +dcentreriez +dcentrerions +dcentrerons +dcentreront +dcentres +dcentrez +dcentr +dcentre +dcentres +dcentrs +dcentrrent +dcentriez +dcentrions +dcentrons +dcents +dception +dceptions +dcerna +dcernai +dcernaient +dcernais +dcernait +dcernant +dcernas +dcernasse +dcernassent +dcernasses +dcernassiez +dcernassions +dcernmes +dcernt +dcerntes +dcerne +dcernent +dcerner +dcernera +dcernerai +dcerneraient +dcernerais +dcernerait +dcerneras +dcernerez +dcerneriez +dcernerions +dcernerons +dcerneront +dcernes +dcernez +dcern +dcerne +dcernes +dcerns +dcernrent +dcerniez +dcernions +dcernons +dcevaient +dcevais +dcevait +dcevant +dcevante +dcevantes +dcevants +dcevez +dceviez +dcevions +dcevoir +dcevons +dcevra +dcevrai +dcevraient +dcevrais +dcevrait +dcevras +dcevrez +dcevriez +dcevrions +dcevrons +dcevront +dcda +dcdai +dcdaient +dcdais +dcdait +dcdant +dcdas +dcdasse +dcdassent +dcdasses +dcdassiez +dcdassions +dcdmes +dcdt +dcdtes +dcder +dcdera +dcderai +dcderaient +dcderais +dcderait +dcderas +dcderez +dcderiez +dcderions +dcderons +dcderont +dcdez +dcd +dcde +dcdes +dcds +dcdrent +dcdiez +dcdions +dcdons +dclration +dclrations +dcde +dcdent +dcdes +dcle +dclent +dclera +dclerai +dcleraient +dclerais +dcleras +dclerez +dcleriez +dclerions +dclerons +dcleront +dcles +dcs +dchana +dchanai +dchanaient +dchanais +dchanait +dchanant +dchanas +dchanasse +dchanassent +dchanasses +dchanassiez +dchanassions +dchanmes +dchant +dchantes +dchane +dchanement +dchanements +dchanent +dchaner +dchanera +dchanerai +dchaneraient +dchanerais +dchanerait +dchaneras +dchanerez +dchaneriez +dchanerions +dchanerons +dchaneront +dchanes +dchanez +dchan +dchane +dchanes +dchans +dchanrent +dchaniez +dchanions +dchanons +dchanta +dchantai +dchantaient +dchantais +dchantait +dchantant +dchantas +dchantasse +dchantassent +dchantasses +dchantassiez +dchantassions +dchantmes +dchantt +dchanttes +dchante +dchantent +dchanter +dchantera +dchanterai +dchanteraient +dchanterais +dchanterait +dchanteras +dchanterez +dchanteriez +dchanterions +dchanterons +dchanteront +dchantes +dchantez +dchant +dchante +dchantes +dchants +dchantrent +dchantiez +dchantions +dchantons +dcharge +dchargea +dchargeai +dchargeaient +dchargeais +dchargeait +dchargeant +dchargeas +dchargeasse +dchargeassent +dchargeasses +dchargeassiez +dchargeassions +dchargemes +dcharget +dchargetes +dchargement +dchargements +dchargent +dchargeons +dcharger +dchargera +dchargerai +dchargeraient +dchargerais +dchargerait +dchargeras +dchargerez +dchargeriez +dchargerions +dchargerons +dchargeront +dcharges +dchargez +dcharg +dcharge +dcharges +dchargs +dchargrent +dchargiez +dchargions +dchargons +dcharn +dcharne +dcharnes +dcharns +dchaussa +dchaussai +dchaussaient +dchaussais +dchaussait +dchaussant +dchaussas +dchaussasse +dchaussassent +dchaussasses +dchaussassiez +dchaussassions +dchaussmes +dchausst +dchausstes +dchausse +dchaussement +dchaussements +dchaussent +dchausser +dchaussera +dchausserai +dchausseraient +dchausserais +dchausserait +dchausseras +dchausserez +dchausseriez +dchausserions +dchausserons +dchausseront +dchausses +dchaussez +dchauss +dchausse +dchausses +dchausss +dchaussrent +dchaussiez +dchaussions +dchaussons +dchet +dchets +dchance +dchances +dchiffra +dchiffrage +dchiffrages +dchiffrai +dchiffraient +dchiffrais +dchiffrait +dchiffrant +dchiffras +dchiffrasse +dchiffrassent +dchiffrasses +dchiffrassiez +dchiffrassions +dchiffrmes +dchiffrt +dchiffrtes +dchiffre +dchiffrement +dchiffrements +dchiffrent +dchiffrer +dchiffrera +dchiffrerai +dchiffreraient +dchiffrerais +dchiffrerait +dchiffreras +dchiffrerez +dchiffreriez +dchiffrerions +dchiffrerons +dchiffreront +dchiffres +dchiffreur +dchiffreure +dchiffreuse +dchiffreuses +dchiffrez +dchiffr +dchiffre +dchiffres +dchiffrs +dchiffrrent +dchiffriez +dchiffrions +dchiffrons +dchiqueta +dchiquetai +dchiquetaient +dchiquetais +dchiquetait +dchiquetant +dchiquetas +dchiquetasse +dchiquetassent +dchiquetasses +dchiquetassiez +dchiquetassions +dchiquetmes +dchiquett +dchiquettes +dchiqueter +dchiquetez +dchiquet +dchiquete +dchiquetes +dchiquets +dchiquetrent +dchiquetiez +dchiquetions +dchiquetons +dchiquette +dchiquettent +dchiquettera +dchiquetterai +dchiquetteraient +dchiquetterais +dchiquetterait +dchiquetteras +dchiquetterez +dchiquetteriez +dchiquetterions +dchiquetterons +dchiquetteront +dchiquettes +dchira +dchirai +dchiraient +dchirais +dchirait +dchirant +dchirante +dchirantes +dchirants +dchiras +dchirasse +dchirassent +dchirasses +dchirassiez +dchirassions +dchirmes +dchirt +dchirtes +dchire +dchirement +dchirements +dchirent +dchirer +dchirera +dchirerai +dchireraient +dchirerais +dchirerait +dchireras +dchirerez +dchireriez +dchirerions +dchirerons +dchireront +dchires +dchirez +dchir +dchire +dchires +dchirs +dchirrent +dchiriez +dchirions +dchirons +dchirure +dchirures +dchoie +dchoient +dchoies +dchoir +dchois +dchoit +dchu +dchue +dchues +dchurent +dchus +dchusse +dchussent +dchut +dcida +dcidai +dcidaient +dcidais +dcidait +dcidant +dcidas +dcidasse +dcidassent +dcidasses +dcidassiez +dcidassions +dcidmes +dcidt +dcidtes +dcide +dcident +dcider +dcidera +dciderai +dcideraient +dciderais +dciderait +dcideras +dciderez +dcideriez +dciderions +dciderons +dcideront +dcides +dcideurs +dcidez +dcid +dcide +dcides +dcidment +dcids +dcidrent +dcidiez +dcidions +dcidons +dcilitre +dcilitres +dcima +dcimai +dcimaient +dcimais +dcimait +dcimal +dcimale +dcimales +dcimant +dcimas +dcimasse +dcimassent +dcimasses +dcimassiez +dcimassions +dcimaux +dcimmes +dcimt +dcimtes +dcime +dciment +dcimer +dcimera +dcimerai +dcimeraient +dcimerais +dcimerait +dcimeras +dcimerez +dcimeriez +dcimerions +dcimerons +dcimeront +dcimes +dcimez +dcim +dcime +dcimes +dcims +dcimrent +dcimtre +dcimtres +dcimiez +dcimions +dcimons +dcintra +dcintrai +dcintraient +dcintrais +dcintrait +dcintrant +dcintras +dcintrasse +dcintrassent +dcintrasses +dcintrassiez +dcintrassions +dcintrmes +dcintrt +dcintrtes +dcintre +dcintrent +dcintrer +dcintrera +dcintrerai +dcintreraient +dcintrerais +dcintrerait +dcintreras +dcintrerez +dcintreriez +dcintrerions +dcintrerons +dcintreront +dcintres +dcintrez +dcintr +dcintre +dcintres +dcintrs +dcintrrent +dcintriez +dcintrions +dcintrons +dcisif +dcisifs +dcision +dcisions +dcisive +dcisives +dclama +dclamai +dclamaient +dclamais +dclamait +dclamant +dclamas +dclamasse +dclamassent +dclamasses +dclamassiez +dclamassions +dclamation +dclamations +dclamatoire +dclamatoirement +dclamatoires +dclammes +dclamt +dclamtes +dclame +dclament +dclamer +dclamera +dclamerai +dclameraient +dclamerais +dclamerait +dclameras +dclamerez +dclameriez +dclamerions +dclamerons +dclameront +dclames +dclamez +dclam +dclame +dclames +dclams +dclamrent +dclamiez +dclamions +dclamons +dclara +dclarai +dclaraient +dclarais +dclarait +dclarant +dclaras +dclarasse +dclarassent +dclarasses +dclarassiez +dclarassions +dclaration +dclarations +dclarmes +dclart +dclartes +dclare +dclarent +dclarer +dclarera +dclarerai +dclareraient +dclarerais +dclarerait +dclareras +dclarerez +dclareriez +dclarerions +dclarerons +dclareront +dclares +dclarez +dclar +dclare +dclares +dclars +dclarrent +dclariez +dclarions +dclarons +dclassa +dclassai +dclassaient +dclassais +dclassait +dclassant +dclassas +dclassasse +dclassassent +dclassasses +dclassassiez +dclassassions +dclassmes +dclasst +dclasstes +dclasse +dclassement +dclassements +dclassent +dclasser +dclassera +dclasserai +dclasseraient +dclasserais +dclasserait +dclasseras +dclasserez +dclasseriez +dclasserions +dclasserons +dclasseront +dclasses +dclassez +dclass +dclasse +dclasses +dclasss +dclassrent +dclassiez +dclassions +dclassons +dclencha +dclenchai +dclenchaient +dclenchais +dclenchait +dclenchant +dclenchas +dclenchasse +dclenchassent +dclenchasses +dclenchassiez +dclenchassions +dclenchmes +dclencht +dclenchtes +dclenche +dclenchement +dclenchements +dclenchent +dclencher +dclenchera +dclencherai +dclencheraient +dclencherais +dclencherait +dclencheras +dclencherez +dclencheriez +dclencherions +dclencherons +dclencheront +dclenches +dclencheur +dclenchez +dclench +dclenche +dclenches +dclenchs +dclenchrent +dclenchiez +dclenchions +dclenchons +dclerait +dclic +dclics +dclin +dclina +dclinable +dclinables +dclinai +dclinaient +dclinais +dclinaison +dclinaisons +dclinait +dclinant +dclinas +dclinasse +dclinassent +dclinasses +dclinassiez +dclinassions +dclinmes +dclint +dclintes +dcline +dclinent +dcliner +dclinera +dclinerai +dclineraient +dclinerais +dclinerait +dclineras +dclinerez +dclineriez +dclinerions +dclinerons +dclineront +dclines +dclinez +dclin +dcline +dclines +dclins +dclinrent +dcliniez +dclinions +dclinons +dclins +dclivit +dclivits +dcloisonna +dcloisonnai +dcloisonnaient +dcloisonnais +dcloisonnait +dcloisonnant +dcloisonnas +dcloisonnasse +dcloisonnassent +dcloisonnasses +dcloisonnassiez +dcloisonnassions +dcloisonnmes +dcloisonnt +dcloisonntes +dcloisonne +dcloisonnent +dcloisonner +dcloisonnera +dcloisonnerai +dcloisonneraient +dcloisonnerais +dcloisonnerait +dcloisonneras +dcloisonnerez +dcloisonneriez +dcloisonnerions +dcloisonnerons +dcloisonneront +dcloisonnes +dcloisonnez +dcloisonn +dcloisonne +dcloisonnes +dcloisonns +dcloisonnrent +dcloisonnniez +dcloisonnnions +dcloisonnnons +dcloua +dclouai +dclouaient +dclouais +dclouait +dclouant +dclouas +dclouasse +dclouassent +dclouasses +dclouassiez +dclouassions +dcloumes +dclout +dcloutes +dcloue +dclouent +dclouer +dclouera +dclouerai +dcloueraient +dclouerais +dclouerait +dcloueras +dclouerez +dcloueriez +dclouerions +dclouerons +dcloueront +dcloues +dclouez +dclou +dcloue +dcloues +dclous +dclourent +dclouiez +dclouions +dclouons +dcocha +dcochai +dcochaient +dcochais +dcochait +dcochant +dcochas +dcochasse +dcochassent +dcochasses +dcochassiez +dcochassions +dcochmes +dcocht +dcochtes +dcoche +dcochent +dcocher +dcochera +dcocherai +dcocheraient +dcocherais +dcocherait +dcocheras +dcocherez +dcocheriez +dcocherions +dcocherons +dcocheront +dcoches +dcochez +dcoch +dcoche +dcoches +dcochs +dcochrent +dcochiez +dcochions +dcochons +dcoction +dcoctions +dcoda +dcodage +dcodages +dcodai +dcodaient +dcodais +dcodait +dcodant +dcodas +dcodasse +dcodassent +dcodasses +dcodassiez +dcodassions +dcodmes +dcodt +dcodtes +dcode +dcodent +dcoder +dcodera +dcoderai +dcoderaient +dcoderais +dcoderait +dcoderas +dcoderez +dcoderiez +dcoderions +dcoderons +dcoderont +dcodes +dcodez +dcod +dcode +dcodes +dcods +dcodrent +dcodiez +dcodions +dcodons +dcoiffa +dcoiffai +dcoiffaient +dcoiffais +dcoiffait +dcoiffant +dcoiffas +dcoiffasse +dcoiffassent +dcoiffasses +dcoiffassiez +dcoiffassions +dcoiffmes +dcoifft +dcoifftes +dcoiffe +dcoiffent +dcoiffer +dcoiffera +dcoifferai +dcoifferaient +dcoifferais +dcoifferait +dcoifferas +dcoifferez +dcoifferiez +dcoifferions +dcoifferons +dcoifferont +dcoiffes +dcoiffez +dcoiff +dcoiffe +dcoiffes +dcoiffs +dcoiffrent +dcoiffiez +dcoiffions +dcoiffons +dcolra +dcolrai +dcolraient +dcolrais +dcolrait +dcolrant +dcolras +dcolrasse +dcolrassent +dcolrasses +dcolrassiez +dcolrassions +dcolrmes +dcolrt +dcolrtes +dcolrer +dcolrera +dcolrerai +dcolreraient +dcolrerais +dcolrerait +dcolreras +dcolrerez +dcolreriez +dcolrerions +dcolrerons +dcolreront +dcolrez +dcolr +dcolre +dcolres +dcolrs +dcolrrent +dcolriez +dcolrions +dcolrons +dcolre +dcolrent +dcolres +dcolla +dcollage +dcollages +dcollai +dcollaient +dcollais +dcollait +dcollant +dcollas +dcollasse +dcollassent +dcollasses +dcollassiez +dcollassions +dcollmes +dcollt +dcolltes +dcolle +dcollement +dcollements +dcollent +dcoller +dcollera +dcollerai +dcolleraient +dcollerais +dcollerait +dcolleras +dcollerez +dcolleriez +dcollerions +dcollerons +dcolleront +dcolles +dcolleta +dcolletage +dcolletages +dcolletai +dcolletaient +dcolletais +dcolletait +dcolletant +dcolletas +dcolletasse +dcolletassent +dcolletasses +dcolletassiez +dcolletassions +dcolletmes +dcollett +dcollettes +dcolleter +dcolletez +dcollet +dcollete +dcolletes +dcollets +dcolletrent +dcolletiez +dcolletions +dcolletons +dcollette +dcollettent +dcollettera +dcolletterai +dcolletteraient +dcolletterais +dcolletterait +dcolletteras +dcolletterez +dcolletteriez +dcolletterions +dcolletterons +dcolletteront +dcollettes +dcollez +dcoll +dcolle +dcolles +dcolls +dcollrent +dcolliez +dcollions +dcollons +dcolonisation +dcolonisations +dcolonis +dcolonise +dcolonises +dcoloniss +dcolora +dcolorai +dcoloraient +dcolorais +dcolorait +dcolorant +dcoloras +dcolorasse +dcolorassent +dcolorasses +dcolorassiez +dcolorassions +dcoloration +dcolorations +dcolormes +dcolort +dcolortes +dcolore +dcolorent +dcolorer +dcolorera +dcolorerai +dcoloreraient +dcolorerais +dcolorerait +dcoloreras +dcolorerez +dcoloreriez +dcolorerions +dcolorerons +dcoloreront +dcolores +dcolorez +dcolor +dcolore +dcolores +dcolors +dcolorrent +dcoloriez +dcolorions +dcolorons +dcombres +dcommanda +dcommandai +dcommandaient +dcommandais +dcommandait +dcommandant +dcommandas +dcommandasse +dcommandassent +dcommandasses +dcommandassiez +dcommandassions +dcommandmes +dcommandt +dcommandtes +dcommande +dcommandent +dcommander +dcommandera +dcommanderai +dcommanderaient +dcommanderais +dcommanderait +dcommanderas +dcommanderez +dcommanderiez +dcommanderions +dcommanderons +dcommanderont +dcommandes +dcommandez +dcommand +dcommande +dcommandes +dcommands +dcommandrent +dcommandiez +dcommandions +dcommandons +dcomposa +dcomposai +dcomposaient +dcomposais +dcomposait +dcomposant +dcomposas +dcomposasse +dcomposassent +dcomposasses +dcomposassiez +dcomposassions +dcomposmes +dcompost +dcompostes +dcompose +dcomposent +dcomposer +dcomposera +dcomposerai +dcomposeraient +dcomposerais +dcomposerait +dcomposeras +dcomposerez +dcomposeriez +dcomposerions +dcomposerons +dcomposeront +dcomposes +dcomposez +dcompos +dcompose +dcomposes +dcomposs +dcomposrent +dcomposiez +dcomposions +dcomposition +dcompositions +dcomposons +dcompression +dcompressions +dcomprima +dcomprimai +dcomprimaient +dcomprimais +dcomprimait +dcomprimant +dcomprimas +dcomprimasse +dcomprimassent +dcomprimasses +dcomprimassiez +dcomprimassions +dcomprimmes +dcomprimt +dcomprimtes +dcomprime +dcompriment +dcomprimer +dcomprimera +dcomprimerai +dcomprimeraient +dcomprimerais +dcomprimerait +dcomprimeras +dcomprimerez +dcomprimeriez +dcomprimerions +dcomprimerons +dcomprimeront +dcomprimes +dcomprimez +dcomprim +dcomprime +dcomprimes +dcomprims +dcomprimrent +dcomprimiez +dcomprimions +dcomprimons +dcompta +dcomptai +dcomptaient +dcomptais +dcomptait +dcomptant +dcomptas +dcomptasse +dcomptassent +dcomptasses +dcomptassiez +dcomptassions +dcomptmes +dcomptt +dcompttes +dcompte +dcomptent +dcompter +dcomptera +dcompterai +dcompteraient +dcompterais +dcompterait +dcompteras +dcompterez +dcompteriez +dcompterions +dcompterons +dcompteront +dcomptes +dcomptez +dcompt +dcompte +dcomptes +dcompts +dcomptrent +dcomptiez +dcomptions +dcomptons +dconcerta +dconcertai +dconcertaient +dconcertais +dconcertait +dconcertant +dconcertas +dconcertasse +dconcertassent +dconcertasses +dconcertassiez +dconcertassions +dconcertmes +dconcertt +dconcerttes +dconcerte +dconcertent +dconcerter +dconcertera +dconcerterai +dconcerteraient +dconcerterais +dconcerterait +dconcerteras +dconcerterez +dconcerteriez +dconcerterions +dconcerterons +dconcerteront +dconcertes +dconcertez +dconcert +dconcerte +dconcertes +dconcerts +dconcertrent +dconcertiez +dconcertions +dconcertons +dconfit +dconfite +dconfites +dconfits +dconfiture +dconfitures +dcongela +dcongelai +dcongelaient +dcongelais +dcongelait +dcongelant +dcongelas +dcongelasse +dcongelassent +dcongelasses +dcongelassiez +dcongelassions +dcongelmes +dcongelt +dcongeltes +dcongelez +dcongel +dcongele +dcongeles +dcongels +dcongelrent +dcongeliez +dcongelions +dcongelons +dcongle +dconglent +dconglera +dconglerai +dcongleraient +dconglerais +dconglerait +dcongleras +dconglerez +dcongleriez +dconglerions +dconglerons +dcongleront +dcongles +dconnecta +dconnectai +dconnectaient +dconnectais +dconnectait +dconnectant +dconnectas +dconnectasse +dconnectassent +dconnectasses +dconnectassiez +dconnectassions +dconnectmes +dconnectt +dconnecttes +dconnecte +dconnectent +dconnecter +dconnectera +dconnecterai +dconnecteraient +dconnecterais +dconnecterait +dconnecteras +dconnecterez +dconnecteriez +dconnecterions +dconnecterons +dconnecteront +dconnectes +dconnectez +dconnect +dconnecte +dconnectes +dconnects +dconnectrent +dconnectiez +dconnections +dconnectons +dconseilla +dconseillai +dconseillaient +dconseillais +dconseillait +dconseillant +dconseillas +dconseillasse +dconseillassent +dconseillasses +dconseillassiez +dconseillassions +dconseillmes +dconseillt +dconseilltes +dconseille +dconseillent +dconseiller +dconseillera +dconseillerai +dconseilleraient +dconseillerais +dconseillerait +dconseilleras +dconseillerez +dconseilleriez +dconseillerions +dconseillerons +dconseilleront +dconseilles +dconseillez +dconseill +dconseille +dconseilles +dconseills +dconseillrent +dconseilliez +dconseillions +dconseillons +dconsidra +dconsidrai +dconsidraient +dconsidrais +dconsidrait +dconsidrant +dconsidras +dconsidrasse +dconsidrassent +dconsidrasses +dconsidrassiez +dconsidrassions +dconsidrmes +dconsidrt +dconsidrtes +dconsidrer +dconsidrera +dconsidrerai +dconsidreraient +dconsidrerais +dconsidrerait +dconsidreras +dconsidreration +dconsidrerations +dconsidrerez +dconsidreriez +dconsidrerions +dconsidrerons +dconsidreront +dconsidrez +dconsidr +dconsidre +dconsidres +dconsidrs +dconsidrrent +dconsidriez +dconsidrions +dconsidrons +dconsidre +dconsidrent +dconsidres +dcontamina +dcontaminai +dcontaminaient +dcontaminais +dcontaminait +dcontaminant +dcontaminas +dcontaminasse +dcontaminassent +dcontaminasses +dcontaminassiez +dcontaminassions +dcontaminmes +dcontamint +dcontamintes +dcontamine +dcontaminent +dcontaminer +dcontaminera +dcontaminerai +dcontamineraient +dcontaminerais +dcontaminerait +dcontamineras +dcontaminerez +dcontamineriez +dcontaminerions +dcontaminerons +dcontamineront +dcontamines +dcontaminez +dcontamin +dcontamine +dcontamines +dcontamins +dcontaminrent +dcontaminiez +dcontaminions +dcontaminons +dcontenance +dcontenancent +dcontenancer +dcontenancera +dcontenancerai +dcontenanceraient +dcontenancerais +dcontenancerait +dcontenancerant +dcontenanceras +dcontenancerasse +dcontenancerassent +dcontenancerasses +dcontenancerassiez +dcontenancerassions +dcontenancermes +dcontenancert +dcontenancertes +dcontenances +dcontenancez +dcontenanc +dcontenance +dcontenances +dcontenancs +dcontenancrent +dcontenanciez +dcontenancions +dcontenana +dcontenanai +dcontenanaient +dcontenanais +dcontenanait +dcontenanant +dcontenanas +dcontenanasse +dcontenanassent +dcontenanasses +dcontenanassiez +dcontenanassions +dcontenanmes +dcontenant +dcontenantes +dcontenanons +dcontracta +dcontractant +dcontractante +dcontractantes +dcontractants +dcontract +dcontracte +dcontractes +dcontracts +dconvenue +dconvenues +dcor +dcora +dcorai +dcoraient +dcorais +dcorait +dcorant +dcoras +dcorasse +dcorassent +dcorasses +dcorassiez +dcorassions +dcorateur +dcorateurs +dcoratif +dcoratifs +dcoration +dcorations +dcorative +dcorativement +dcoratives +dcoratrice +dcoratrices +dcormes +dcort +dcortes +dcore +dcorent +dcorer +dcorera +dcorerai +dcoreraient +dcorerais +dcorerait +dcoreras +dcorerez +dcoreriez +dcorerions +dcorerons +dcoreront +dcores +dcorez +dcor +dcore +dcores +dcors +dcorrent +dcoriez +dcorions +dcorons +dcors +dcorticage +dcorticages +dcortiqua +dcortiquai +dcortiquaient +dcortiquais +dcortiquait +dcortiquant +dcortiquas +dcortiquasse +dcortiquassent +dcortiquasses +dcortiquassiez +dcortiquassions +dcortiqumes +dcortiqut +dcortiqutes +dcortique +dcortiquent +dcortiquer +dcortiquera +dcortiquerai +dcortiqueraient +dcortiquerais +dcortiquerait +dcortiqueras +dcortiquerez +dcortiqueriez +dcortiquerions +dcortiquerons +dcortiqueront +dcortiques +dcortiquez +dcortiqu +dcortique +dcortiques +dcortiqus +dcortiqurent +dcortiquiez +dcortiquions +dcortiquons +dcorum +dcoucha +dcouchai +dcouchaient +dcouchais +dcouchait +dcouchant +dcouchas +dcouchasse +dcouchassent +dcouchasses +dcouchassiez +dcouchassions +dcouchmes +dcoucht +dcouchtes +dcouche +dcouchent +dcoucher +dcouchera +dcoucherai +dcoucheraient +dcoucherais +dcoucherait +dcoucheras +dcoucherez +dcoucheriez +dcoucherions +dcoucherons +dcoucheront +dcouches +dcouchez +dcouch +dcouche +dcouches +dcouchs +dcouchrent +dcouchiez +dcouchions +dcouchons +dcoud +dcoudra +dcoudrai +dcoudraient +dcoudrais +dcoudrait +dcoudras +dcoudre +dcoudrez +dcoudriez +dcoudrions +dcoudrons +dcoudront +dcouds +dcoula +dcoulai +dcoulaient +dcoulais +dcoulait +dcoulant +dcoulas +dcoulasse +dcoulassent +dcoulasses +dcoulassiez +dcoulassions +dcoulmes +dcoult +dcoultes +dcoule +dcoulent +dcouler +dcoulera +dcoulerai +dcouleraient +dcoulerais +dcoulerait +dcouleras +dcoulerez +dcouleriez +dcoulerions +dcoulerons +dcouleront +dcoules +dcoulez +dcoul +dcoule +dcoules +dcouls +dcoulrent +dcouliez +dcoulions +dcoulons +dcoupa +dcoupage +dcoupages +dcoupai +dcoupaient +dcoupais +dcoupait +dcoupant +dcoupas +dcoupasse +dcoupassent +dcoupasses +dcoupassiez +dcoupassions +dcoupmes +dcoupt +dcouptes +dcoupe +dcoupent +dcouper +dcoupera +dcouperai +dcouperaient +dcouperais +dcouperait +dcouperas +dcouperez +dcouperiez +dcouperions +dcouperons +dcouperont +dcoupes +dcoupez +dcoup +dcoupe +dcoupes +dcoups +dcouprent +dcoupiez +dcoupions +dcoupl +dcouple +dcouples +dcoupls +dcoupons +dcoupure +dcoupures +dcourage +dcouragea +dcourageai +dcourageaient +dcourageais +dcourageait +dcourageant +dcourageas +dcourageasse +dcourageassent +dcourageasses +dcourageassiez +dcourageassions +dcouragemes +dcouraget +dcouragetes +dcouragement +dcouragements +dcouragent +dcourageons +dcourager +dcouragera +dcouragerai +dcourageraient +dcouragerais +dcouragerait +dcourageras +dcouragerez +dcourageriez +dcouragerions +dcouragerons +dcourageront +dcourages +dcouragez +dcourag +dcourage +dcourages +dcourags +dcouragrent +dcouragiez +dcouragions +dcouronna +dcouronnai +dcouronnaient +dcouronnais +dcouronnait +dcouronnant +dcouronnas +dcouronnasse +dcouronnassent +dcouronnasses +dcouronnassiez +dcouronnassions +dcouronnmes +dcouronnt +dcouronntes +dcouronne +dcouronnent +dcouronner +dcouronnera +dcouronnerai +dcouronneraient +dcouronnerais +dcouronnerait +dcouronneras +dcouronnerez +dcouronneriez +dcouronnerions +dcouronnerons +dcouronneront +dcouronnes +dcouronnez +dcouronn +dcouronne +dcouronnes +dcouronns +dcouronnrent +dcouronniez +dcouronnions +dcouronnons +dcousaient +dcousais +dcousait +dcousant +dcouse +dcousent +dcouses +dcousez +dcousiez +dcousions +dcousirent +dcousis +dcousisse +dcousissent +dcousisses +dcousissiez +dcousissions +dcousit +dcousmes +dcoust +dcoustes +dcousons +dcousu +dcousue +dcousues +dcousus +dcouvert +dcouverte +dcouvertes +dcouverts +dcouvraient +dcouvrais +dcouvrait +dcouvrant +dcouvre +dcouvrent +dcouvres +dcouvreur +dcouvrez +dcouvriez +dcouvrions +dcouvrir +dcouvrira +dcouvrirai +dcouvriraient +dcouvrirais +dcouvrirait +dcouvriras +dcouvrirent +dcouvrirez +dcouvririez +dcouvririons +dcouvrirons +dcouvriront +dcouvris +dcouvrisse +dcouvrissent +dcouvrisses +dcouvrissiez +dcouvrissions +dcouvrit +dcouvrmes +dcouvrt +dcouvrtes +dcouvrons +dcrassa +dcrassage +dcrassages +dcrassai +dcrassaient +dcrassais +dcrassait +dcrassant +dcrassas +dcrassasse +dcrassassent +dcrassasses +dcrassassiez +dcrassassions +dcrassmes +dcrasst +dcrasstes +dcrasse +dcrassent +dcrasser +dcrassera +dcrasserai +dcrasseraient +dcrasserais +dcrasserait +dcrasseras +dcrasserez +dcrasseriez +dcrasserions +dcrasserons +dcrasseront +dcrasses +dcrassez +dcrass +dcrasse +dcrasses +dcrasss +dcrassrent +dcrassiez +dcrassions +dcrassons +dcret +dcrets +dcrpit +dcrpite +dcrpites +dcrpits +dcrpitude +dcrpitudes +dcrta +dcrtai +dcrtaient +dcrtais +dcrtait +dcrtant +dcrtas +dcrtasse +dcrtassent +dcrtasses +dcrtassiez +dcrtassions +dcrtmes +dcrtt +dcrttes +dcrter +dcrtera +dcrterai +dcrteraient +dcrterais +dcrterait +dcrteras +dcrterez +dcrteriez +dcrterions +dcrterons +dcrteront +dcrtez +dcrt +dcrte +dcrtes +dcrts +dcrtrent +dcrtiez +dcrtions +dcrtons +dcrte +dcrtent +dcrtes +dcria +dcriai +dcriaient +dcriais +dcriait +dcriant +dcrias +dcriasse +dcriassent +dcriasses +dcriassiez +dcriassions +dcrimes +dcrit +dcrites +dcrie +dcrient +dcrier +dcriera +dcrierai +dcrieraient +dcrierais +dcrierait +dcrieras +dcrierez +dcrieriez +dcrierions +dcrierons +dcrieront +dcries +dcriez +dcri +dcrie +dcries +dcris +dcrirent +dcriiez +dcriions +dcrions +dcrirai +dcrire +dcris +dcrit +dcrite +dcrites +dcrits +dcrivaient +dcrivais +dcrivait +dcrivant +dcrivants +dcrive +dcrivent +dcrives +dcrivez +dcriviez +dcrivions +dcrivirent +dcrivis +dcrivisse +dcrivissent +dcrivisses +dcrivissiez +dcrivissions +dcrivit +dcrivmes +dcrivt +dcrivtes +dcrivons +dcrocha +dcrochage +dcrochai +dcrochaient +dcrochais +dcrochait +dcrochant +dcrochas +dcrochasse +dcrochassent +dcrochasses +dcrochassiez +dcrochassions +dcrochmes +dcrocht +dcrochtes +dcroche +dcrochent +dcrocher +dcrochera +dcrocherai +dcrocheraient +dcrocherais +dcrocherait +dcrocheras +dcrocherez +dcrocheriez +dcrocherions +dcrocherons +dcrocheront +dcroches +dcrochez +dcroch +dcroche +dcroches +dcrochs +dcrochrent +dcrochiez +dcrochions +dcrochons +dcrois +dcroisa +dcroisai +dcroisaient +dcroisais +dcroisait +dcroisant +dcroisas +dcroisasse +dcroisassent +dcroisasses +dcroisassiez +dcroisassions +dcroismes +dcroist +dcroistes +dcroise +dcroisent +dcroiser +dcroisera +dcroiserai +dcroiseraient +dcroiserais +dcroiserait +dcroiseras +dcroiserez +dcroiseriez +dcroiserions +dcroiserons +dcroiseront +dcroises +dcroisez +dcrois +dcroise +dcroises +dcroiss +dcroisrent +dcroisiez +dcroisions +dcroisons +dcroissaient +dcroissais +dcroissait +dcroissance +dcroissant +dcroissante +dcroissantes +dcroisse +dcroissent +dcroisses +dcroissez +dcroissiez +dcroissions +dcroissons +dcroit +dcrotra +dcrotrai +dcrotraient +dcrotrais +dcrotrait +dcrotras +dcrotre +dcrotrez +dcrotriez +dcrotrions +dcrotrons +dcrotront +dcrotta +dcrottage +dcrottages +dcrottai +dcrottaient +dcrottais +dcrottait +dcrottant +dcrottas +dcrottasse +dcrottassent +dcrottasses +dcrottassiez +dcrottassions +dcrottmes +dcrottt +dcrotttes +dcrotte +dcrottent +dcrotter +dcrottera +dcrotterai +dcrotteraient +dcrotterais +dcrotterait +dcrotteras +dcrotterez +dcrotteriez +dcrotterons +dcrotteront +dcrottes +dcrottez +dcrott +dcrotte +dcrottes +dcrotts +dcrottrent +dcrottiez +dcrottions +dcrottoir +dcrottoirs +dcrottons +dcrue +dcrues +dcr +dcre +dcres +dcrmes +dcrrent +dcrs +dcrsse +dcrssent +dcrsses +dcrssiez +dcrssions +dcrt +dcrtes +dcrypta +dcryptai +dcryptaient +dcryptais +dcryptait +dcryptant +dcryptas +dcryptasse +dcryptassent +dcryptasses +dcryptassiez +dcryptassions +dcryptmes +dcryptt +dcrypttes +dcrypte +dcryptent +dcrypter +dcryptera +dcrypterai +dcrypteraient +dcrypterais +dcrypterait +dcrypteras +dcrypterez +dcrypteriez +dcrypterions +dcrypterons +dcrypteront +dcryptes +dcryptez +dcrypt +dcrypte +dcryptes +dcrypts +dcryptrent +dcryptiez +dcryptions +dcryptons +dculotta +dculottai +dculottaient +dculottais +dculottait +dculottant +dculottas +dculottasse +dculottassent +dculottasses +dculottassiez +dculottassions +dculottmes +dculottt +dculotttes +dculotte +dculottent +dculotter +dculottera +dculotterai +dculotteraient +dculotterais +dculotterait +dculotteras +dculotterez +dculotteriez +dculotterions +dculotterons +dculotteront +dculottes +dculottez +dculott +dculottes +dculotts +dculottrent +dculottiez +dculottions +dculottons +dcupla +dcuplai +dcuplaient +dcuplais +dcuplait +dcuplant +dcuplas +dcuplasse +dcuplassent +dcuplasses +dcuplassiez +dcuplassions +dcuplmes +dcuplt +dcupltes +dcuple +dcuplent +dcupler +dcuplera +dcuplerai +dcupleraient +dcuplerais +dcuplerait +dcupleras +dcuplerez +dcupleriez +dcuplerions +dcuplerons +dcupleront +dcuples +dcuplez +dcupl +dcuple +dcuples +dcupls +dcuplrent +dcupliez +dcuplions +dcuplons +d +dois +doit +doive +doivent +doives +du +due +dues +durent +dus +dusse +dussent +dusses +dussiez +dussions +dut +dmes +dt +dtes +ddaigna +ddaignai +ddaignaient +ddaignais +ddaignait +ddaignant +ddaignas +ddaignasse +ddaignassent +ddaignasses +ddaignassiez +ddaignassions +ddaignmes +ddaignt +ddaigntes +ddaigne +ddaignent +ddaigner +ddaignera +ddaignerai +ddaigneraient +ddaignerais +ddaignerait +ddaigneras +ddaignerez +ddaigneriez +ddaignerions +ddaignerons +ddaigneront +ddaignes +ddaigneuse +ddaigneusement +ddaigneuses +ddaigneux +ddaignez +ddaign +ddaigne +ddaignes +ddaigns +ddaignrent +ddaigniez +ddaignions +ddaignons +ddain +ddains +ddale +ddales +ddia +ddiai +ddiaient +ddiais +ddiait +ddiant +ddias +ddiasse +ddiassent +ddiasses +ddiassiez +ddiassions +ddimes +ddit +ddites +ddicace +ddicacent +ddicacer +ddicacera +ddicacerai +ddicaceraient +ddicacerais +ddicacerait +ddicaceras +ddicacerez +ddicaceriez +ddicacerions +ddicacerons +ddicaceront +ddicaces +ddicacez +ddicac +ddicace +ddicaces +ddicacs +ddicacrent +ddicaciez +ddicacions +ddicaa +ddicaai +ddicaaient +ddicaais +ddicaait +ddicaant +ddicaas +ddicaasse +ddicaassent +ddicaasses +ddicaassiez +ddicaassions +ddicames +ddicat +ddicates +ddicaons +ddicatoire +ddicatoires +ddie +ddient +ddier +ddiera +ddierai +ddieraient +ddierais +ddierait +ddieras +ddierez +ddieriez +ddierions +ddierons +ddieront +ddies +ddiez +ddi +ddie +ddies +ddis +ddirent +ddiiez +ddiions +ddions +ddira +ddirai +ddiraient +ddirais +ddirait +ddiras +ddire +ddirent +ddirez +ddiriez +ddirions +ddirons +ddiront +ddis +ddisaient +ddisais +ddisait +ddisant +ddise +ddisent +ddises +ddisez +ddisiez +ddisions +ddisons +ddisse +ddissent +ddisses +ddissiez +ddissions +ddit +ddite +ddites +ddits +ddmes +ddt +ddtes +ddommage +ddommagea +ddommageai +ddommageaient +ddommageais +ddommageait +ddommageant +ddommageas +ddommageasse +ddommageassent +ddommageasses +ddommageassiez +ddommageassions +ddommagemes +ddommaget +ddommagetes +ddommagement +ddommagements +ddommagent +ddommageons +ddommager +ddommagera +ddommagerai +ddommageraient +ddommagerais +ddommagerait +ddommageras +ddommagerez +ddommageriez +ddommagerions +ddommagerons +ddommageront +ddommages +ddommagez +ddommag +ddommage +ddommages +ddommags +ddommagrent +ddommagiez +ddommagions +ddora +ddorai +ddoraient +ddorais +ddorait +ddorant +ddoras +ddorasse +ddorassent +ddorasses +ddorassiez +ddorassions +ddormes +ddort +ddortes +ddore +ddorent +ddorer +ddorera +ddorerai +ddoreraient +ddorerais +ddorerait +ddoreras +ddorerez +ddoreriez +ddorerions +ddorerons +ddoreront +ddores +ddorez +ddor +ddore +ddores +ddors +ddorrent +ddoriez +ddorions +ddorons +ddouana +ddouanai +ddouanaient +ddouanais +ddouanait +ddouanant +ddouanas +ddouanasse +ddouanassent +ddouanasses +ddouanassiez +ddouanassions +ddouanmes +ddouant +ddouantes +ddouane +ddouanement +ddouanements +ddouanent +ddouaner +ddouanera +ddouanerai +ddouaneraient +ddouanerais +ddouanerait +ddouaneras +ddouanerez +ddouaneriez +ddouanerions +ddouanerons +ddouaneront +ddouanes +ddouanez +ddouan +ddouane +ddouanes +ddouans +ddouanrent +ddouaniez +ddouanions +ddouanons +ddoubla +ddoublai +ddoublaient +ddoublais +ddoublait +ddoublant +ddoublas +ddoublasse +ddoublassent +ddoublasses +ddoublassiez +ddoublassions +ddoublmes +ddoublt +ddoubltes +ddouble +ddoublement +ddoublements +ddoublent +ddoubler +ddoublera +ddoublerai +ddoubleraient +ddoublerais +ddoublerait +ddoubleras +ddoublerez +ddoubleriez +ddoublerions +ddoublerons +ddoubleront +ddoubles +ddoublez +ddoubl +ddouble +ddoubles +ddoubls +ddoublrent +ddoubliez +ddoublions +ddoublons +dductible +dductibles +dductif +dductifs +dduction +dductions +dductive +dductives +dduira +dduirai +dduiraient +dduirais +dduirait +dduiras +dduire +dduirez +dduiriez +dduirions +dduirons +dduiront +dduis +dduisaient +dduisais +dduisait +dduisant +dduise +dduisent +dduises +dduisez +dduisiez +dduisions +dduisirent +dduisis +dduisisse +dduisissent +dduisisses +dduisissiez +dduisissions +dduisit +dduismes +dduist +dduistes +dduisons +dduit +dduite +dduites +dduits +desse +desses +dfaillaient +dfaillais +dfaillait +dfaillance +dfaillances +dfaillant +dfaillante +dfaillantes +dfaillants +dfaille +dfaillent +dfailles +dfaillez +dfailli +dfaillie +dfaillies +dfailliez +dfaillions +dfaillir +dfaillira +dfaillirai +dfailliraient +dfaillirais +dfaillirait +dfailliras +dfaillirent +dfaillirez +dfailliriez +dfaillirions +dfaillirons +dfailliront +dfaillis +dfaillisse +dfaillissent +dfaillisses +dfaillissiez +dfaillissions +dfaillit +dfaillmes +dfaillt +dfailltes +dfaillons +dfaire +dfais +dfaisaient +dfaisais +dfaisait +dfaisant +dfaisez +dfaisiez +dfaisions +dfaisons +dfait +dfaite +dfaites +dfaitisme +dfaitiste +dfaitistes +dfaits +dfalcation +dfalcations +dfalqua +dfalquai +dfalquaient +dfalquais +dfalquait +dfalquant +dfalquas +dfalquasse +dfalquassent +dfalquasses +dfalquassiez +dfalquassions +dfalqumes +dfalqut +dfalqutes +dfalque +dfalquent +dfalquer +dfalquera +dfalquerai +dfalqueraient +dfalquerais +dfalquerait +dfalqueras +dfalquerez +dfalqueriez +dfalquerions +dfalquerons +dfalqueront +dfalques +dfalquez +dfalqu +dfalque +dfalques +dfalqus +dfasse +dfassent +dfasses +dfassiez +dfassions +dfaussa +dfaussai +dfaussaient +dfaussais +dfaussait +dfaussant +dfaussas +dfaussasse +dfaussassent +dfaussasses +dfaussassiez +dfaussassions +dfaussmes +dfausst +dfausstes +dfausse +dfaussent +dfausser +dfaussera +dfausserai +dfausseraient +dfausserais +dfausserait +dfausseras +dfausserez +dfausseriez +dfausserions +dfausserons +dfausseront +dfausses +dfaussez +dfauss +dfausse +dfausses +dfausss +dfaussrent +dfaussiez +dfaussions +dfaussons +dfaut +dfauts +dfaveur +dfaveurs +dfavorable +dfavorablement +dfavorables +dfavorisa +dfavorisai +dfavorisaient +dfavorisais +dfavorisait +dfavorisant +dfavorisas +dfavorisasse +dfavorisassent +dfavorisasses +dfavorisassiez +dfavorisassions +dfavorismes +dfavorist +dfavoristes +dfavorise +dfavorisent +dfavoriser +dfavorisera +dfavoriserai +dfavoriseraient +dfavoriserais +dfavoriserait +dfavoriseras +dfavoriserez +dfavoriseriez +dfavoriserions +dfavoriserons +dfavoriseront +dfavorises +dfavorisez +dfavoris +dfavorise +dfavorises +dfavoriss +dfavorisrent +dfavorisiez +dfavorisions +dfavorisons +dfectif +dfectifs +dfection +dfections +dfective +dfectives +dfectueuse +dfectueuses +dfectueux +dfectuosit +dfectuosits +dfend +dfendable +dfendaient +dfendais +dfendait +dfendant +dfende +dfendent +dfenderesse +dfenderesses +dfendes +dfendeur +dfendeurs +dfendez +dfendiez +dfendions +dfendirent +dfendis +dfendisse +dfendissent +dfendisses +dfendissiez +dfendissions +dfendit +dfendmes +dfendt +dfendtes +dfendons +dfendra +dfendrai +dfendraient +dfendrais +dfendrait +dfendras +dfendre +dfendrez +dfendriez +dfendrions +dfendrons +dfendront +dfends +dfendu +dfendue +dfendues +dfendus +dfense +dfenses +dfenseur +dfenseurs +dfensif +dfensifs +dfensive +dfensivement +dfensives +dfera +dferai +dferaient +dferais +dferait +dferas +dferez +dferiez +dferions +dferla +dferlai +dferlaient +dferlais +dferlait +dferlant +dferlas +dferlasse +dferlassent +dferlasses +dferlassiez +dferlassions +dferlmes +dferlt +dferltes +dferle +dferlement +dferlent +dferler +dferlera +dferlerai +dferleraient +dferlerais +dferlerait +dferleras +dferlerez +dferleriez +dferlerions +dferlerons +dferleront +dferles +dferlez +dferl +dferle +dferles +dferls +dferlrent +dferliez +dferlions +dferlons +dferons +dferont +dfcation +dfcations +dfqua +dfquai +dfquaient +dfquais +dfquait +dfquant +dfquas +dfquasse +dfquassent +dfquasses +dfquassiez +dfquassions +dfqumes +dfqut +dfqutes +dfque +dfquent +dfquer +dfquera +dfquerai +dfqueraient +dfquerais +dfquerait +dfqueras +dfquerez +dfqueriez +dfquerions +dfquerons +dfqueront +dfques +dfquez +dfqu +dfque +dfques +dfqus +dfqurent +dfquiez +dfquions +dfquons +dfra +dfrai +dfraient +dfrais +dfrait +dfrant +dfras +dfrasse +dfrassent +dfrasses +dfrassiez +dfrassions +dfrmes +dfrt +dfrtes +dfrence +dfrences +dfrent +dfrente +dfrentes +dfrents +dfrer +dfrera +dfrerai +dfreraient +dfrerais +dfrerait +dfreras +dfrerez +dfreriez +dfrerions +dfrerons +dfreront +dfrez +dfr +dfre +dfres +dfrs +dfrrent +dfriez +dfrions +dfrons +dfre +dfrent +dfres +dfi +dfia +dfiai +dfiaient +dfiais +dfiait +dfiance +dfiances +dfiant +dfiante +dfiantes +dfiants +dfias +dfiasse +dfiassent +dfiasses +dfiassiez +dfiassions +dfimes +dfit +dfites +dficience +dficiences +dficient +dficiente +dficientes +dficients +dficit +dficitaire +dficitaires +dficits +dfie +dfient +dfier +dfiera +dfierai +dfieraient +dfierais +dfierait +dfieras +dfierez +dfieriez +dfierions +dfierons +dfieront +dfies +dfiez +dfi +dfie +dfies +dfis +dfirent +dfigura +dfigurai +dfiguraient +dfigurais +dfigurait +dfigurant +dfiguras +dfigurasse +dfigurassent +dfigurasses +dfigurassiez +dfigurassions +dfigurmes +dfigurt +dfigurtes +dfigure +dfigurent +dfigurer +dfigurera +dfigurerai +dfigureraient +dfigurerais +dfigurerait +dfigureras +dfigurerez +dfigureriez +dfigurerions +dfigurerons +dfigureront +dfigures +dfigurez +dfigur +dfigure +dfigures +dfigurs +dfigurrent +dfiguriez +dfigurions +dfigurons +dfiiez +dfiions +dfila +dfilai +dfilaient +dfilais +dfilait +dfilant +dfilas +dfilasse +dfilassent +dfilasses +dfilassiez +dfilassions +dfilmes +dfilt +dfiltes +dfile +dfilement +dfilements +dfilent +dfiler +dfilera +dfilerai +dfileraient +dfilerais +dfilerait +dfileras +dfilerez +dfileriez +dfilerions +dfilerons +dfileront +dfiles +dfilez +dfil +dfile +dfiles +dfils +dfilrent +dfiliez +dfilions +dfilons +dfini +dfinie +dfinies +dfinir +dfinira +dfinirai +dfiniraient +dfinirais +dfinirait +dfiniras +dfinirent +dfinirez +dfiniriez +dfinirions +dfinirons +dfiniront +dfinis +dfinissaient +dfinissais +dfinissait +dfinissant +dfinisse +dfinissent +dfinisses +dfinissez +dfinissiez +dfinissions +dfinissons +dfinit +dfinitif +dfinitifs +dfinition +dfinitions +dfinitive +dfinitivement +dfinitives +dfinmes +dfint +dfintes +dfions +dfirent +dfis +dfisse +dfissent +dfisses +dfissiez +dfissions +dfit +dfmes +dft +dftes +dflagra +dflagraient +dflagrait +dflagrant +dflagrasse +dflagrassent +dflagration +dflagrations +dflagrt +dflagre +dflagrent +dflagrer +dflagrera +dflagreraient +dflagrerait +dflagreront +dflagr +dflagre +dflagres +dflagrs +dflagrrent +dflation +dflations +dflecteur +dflecteurs +dfleuri +dfleurie +dfleuries +dfleurir +dfleurira +dfleurirai +dfleuriraient +dfleurirais +dfleurirait +dfleuriras +dfleurirent +dfleurirez +dfleuririez +dfleuririons +dfleurirons +dfleuriront +dfleuris +dfleurissaient +dfleurissais +dfleurissait +dfleurissant +dfleurisse +dfleurissent +dfleurisses +dfleurissiez +dfleurissions +dfleurit +dfleurmes +dfleurt +dfleurtes +dflora +dflorai +dfloraient +dflorais +dfloraison +dfloraisons +dflorait +dflorant +dfloras +dflorasse +dflorassent +dflorasses +dflorassiez +dflorassions +dflormes +dflort +dflortes +dflore +dflorent +dflorer +dflorera +dflorerai +dfloreraient +dflorerais +dflorerait +dfloreras +dflorerez +dfloreriez +dflorerions +dflorerons +dfloreront +dflores +dflorez +dflor +dflore +dflores +dflors +dflorrent +dfloriez +dflorions +dflorons +dfoliant +dfoliante +dfoliantes +dfoliants +dfonce +dfoncement +dfoncements +dfoncent +dfoncer +dfoncera +dfoncerai +dfonceraient +dfoncerais +dfoncerait +dfonceras +dfoncerez +dfonceriez +dfoncerions +dfoncerons +dfonceront +dfonces +dfoncez +dfonc +dfonce +dfonces +dfoncs +dfona +dfonage +dfonages +dfonai +dfonaient +dfonais +dfonait +dfonant +dfonas +dfonasse +dfonassent +dfonasses +dfonassiez +dfonassions +dfonmes +dfont +dfontes +dfont +dforma +dformai +dformaient +dformais +dformait +dformant +dformas +dformasse +dformassent +dformasses +dformassiez +dformassions +dformation +dformations +dformmes +dformt +dformtes +dforme +dforment +dformer +dformera +dformerai +dformeraient +dformerais +dformerait +dformeras +dformerez +dformeriez +dformerions +dformerons +dformeront +dformes +dformez +dform +dforme +dformes +dforms +dformrent +dformiez +dformions +dformons +dfoula +dfoulai +dfoulaient +dfoulais +dfoulait +dfoulant +dfoulas +dfoulasse +dfoulassent +dfoulasses +dfoulassiez +dfoulassions +dfoulmes +dfoult +dfoultes +dfoule +dfoulement +dfoulements +dfoulent +dfouler +dfoulera +dfoulerai +dfouleraient +dfoulerais +dfoulerait +dfouleras +dfoulerez +dfouleriez +dfoulerions +dfoulerons +dfouleront +dfoules +dfoulez +dfoul +dfoule +dfoules +dfouls +dfoulrent +dfouliez +dfoulions +dfoulons +dfraie +dfraient +dfraiera +dfraierai +dfraieraient +dfraierais +dfraierait +dfraieras +dfraierez +dfraieriez +dfraierions +dfraierons +dfraieront +dfraies +dfrachi +dfrachie +dfrachies +dfrachir +dfrachira +dfrachirai +dfrachiraient +dfrachirais +dfrachirait +dfrachiras +dfrachirent +dfrachirez +dfrachiriez +dfrachirions +dfrachirons +dfrachiront +dfrachis +dfrachissaient +dfrachissais +dfrachissait +dfrachissant +dfrachissas +dfrachissez +dfrachissiez +dfrachissions +dfrachissons +dfrachissont +dfrachit +dfrachmes +dfracht +dfrachtes +dfraya +dfrayai +dfrayaient +dfrayais +dfrayait +dfrayant +dfrayas +dfrayasse +dfrayassent +dfrayasses +dfrayassiez +dfrayassions +dfraymes +dfrayt +dfraytes +dfraye +dfrayent +dfrayer +dfrayera +dfrayerai +dfrayeraient +dfrayerais +dfrayerait +dfrayeras +dfrayerez +dfrayeriez +dfrayerions +dfrayerons +dfrayeront +dfrayes +dfrayez +dfray +dfraye +dfrayes +dfrays +dfrayrent +dfrayiez +dfrayions +dfrayons +dfricha +dfrichage +dfrichages +dfrichai +dfrichaient +dfrichais +dfrichait +dfrichant +dfrichas +dfrichasse +dfrichassent +dfrichasses +dfrichassiez +dfrichassions +dfrichmes +dfricht +dfrichtes +dfriche +dfrichement +dfrichements +dfrichent +dfricher +dfrichera +dfricherai +dfricheraient +dfricherais +dfricherait +dfricheras +dfricherez +dfricheriez +dfricherions +dfricherons +dfricheront +dfriches +dfrichez +dfrich +dfriche +dfriches +dfrichs +dfrichrent +dfrichiez +dfrichions +dfrichons +dfrisa +dfrisai +dfrisaient +dfrisais +dfrisait +dfrisant +dfrisas +dfrisasse +dfrisassent +dfrisasses +dfrisassiez +dfrisassions +dfrismes +dfrist +dfristes +dfrise +dfrisent +dfriser +dfrisera +dfriserai +dfriseraient +dfriserais +dfriserait +dfriseras +dfriserez +dfriseriez +dfriserions +dfriserons +dfriseront +dfrises +dfrisez +dfris +dfrise +dfrises +dfriss +dfrisrent +dfrisiez +dfrisions +dfrisons +dfroissa +dfroissai +dfroissaient +dfroissais +dfroissait +dfroissant +dfroissas +dfroissasse +dfroissassent +dfroissasses +dfroissassiez +dfroissassions +dfroissmes +dfroisst +dfroisstes +dfroisse +dfroissent +dfroisser +dfroissera +dfroisserai +dfroisseraient +dfroisserais +dfroisserait +dfroisseras +dfroisserez +dfroisseriez +dfroisserions +dfroisserons +dfroisseront +dfroisses +dfroissez +dfroiss +dfroisse +dfroisses +dfroisss +dfroissrent +dfroissiez +dfroissions +dfroissons +dfroqua +dfroquai +dfroquaient +dfroquais +dfroquait +dfroquant +dfroquas +dfroquasse +dfroquassent +dfroquasses +dfroquassiez +dfroquassions +dfroqumes +dfroqut +dfroqutes +dfroque +dfroquent +dfroquer +dfroquera +dfroquerai +dfroqueraient +dfroquerais +dfroquerait +dfroqueras +dfroquerez +dfroqueriez +dfroquerions +dfroquerons +dfroqueront +dfroques +dfroquez +dfroqu +dfroque +dfroques +dfroqus +dfroqurent +dfroquiez +dfroquions +dfroquons +dfunt +dfunte +dfuntes +dfunts +dgage +dgagea +dgageai +dgageaient +dgageais +dgageait +dgageant +dgageas +dgageasse +dgageassent +dgageasses +dgageassiez +dgageassions +dgagemes +dgaget +dgagetes +dgagement +dgagements +dgagent +dgageons +dgager +dgagera +dgagerai +dgageraient +dgagerais +dgagerait +dgageras +dgagerez +dgageriez +dgagerions +dgagerons +dgageront +dgages +dgagez +dgag +dgage +dgages +dgags +dgagrent +dgagiez +dgagions +dgaina +dgainai +dgainaient +dgainais +dgainait +dgainant +dgainas +dgainasse +dgainassent +dgainasses +dgainassiez +dgainassions +dgainmes +dgaint +dgaintes +dgaine +dgainent +dgainer +dgainera +dgainerai +dgaineraient +dgainerais +dgainerait +dgaineras +dgainerez +dgaineriez +dgainerions +dgainerons +dgaineront +dgaines +dgainez +dgain +dgaine +dgaines +dgains +dgainrent +dgainiez +dgainions +dgainons +dgarni +dgarnie +dgarnies +dgarnir +dgarnira +dgarnirai +dgarniraient +dgarnirais +dgarnirait +dgarniras +dgarnirent +dgarnirez +dgarniriez +dgarnirions +dgarnirons +dgarniront +dgarnis +dgarnissaient +dgarnissais +dgarnissait +dgarnissant +dgarnissas +dgarnissez +dgarnissiez +dgarnissions +dgarnissons +dgarnissont +dgarnit +dgarnmes +dgarnt +dgarntes +dgauchi +dgauchie +dgauchies +dgauchir +dgauchira +dgauchirai +dgauchiraient +dgauchirais +dgauchirait +dgauchiras +dgauchirent +dgauchirez +dgauchiriez +dgauchirions +dgauchirons +dgauchiront +dgauchis +dgauchissaient +dgauchissais +dgauchissait +dgauchissant +dgauchissas +dgauchissez +dgauchissiez +dgauchissions +dgauchissons +dgauchit +dgauchmes +dgaucht +dgauchtes +dgaza +dgazai +dgazaient +dgazais +dgazait +dgazant +dgazas +dgazasse +dgazassent +dgazasses +dgazassiez +dgazassions +dgazmes +dgazt +dgaztes +dgaze +dgazent +dgazer +dgazera +dgazerai +dgazeraient +dgazerais +dgazerait +dgazeras +dgazerez +dgazeriez +dgazerions +dgazerons +dgazeront +dgazes +dgazez +dgaz +dgaze +dgazes +dgazs +dgazrent +dgaziez +dgazions +dgazons +dgt +dgts +dgel +dgela +dgelai +dgelaient +dgelais +dgelait +dgelant +dgelas +dgelasse +dgelassent +dgelasses +dgelassiez +dgelassions +dgelmes +dgelt +dgeltes +dgeler +dgelez +dgel +dgele +dgeles +dgels +dgelrent +dgeliez +dgelions +dgelons +dgels +dgnra +dgnrai +dgnraient +dgnrais +dgnrait +dgnrant +dgnras +dgnrasse +dgnrassent +dgnrasses +dgnrassiez +dgnrassions +dgnratif +dgnratifs +dgnrative +dgnratives +dgnrmes +dgnrt +dgnrtes +dgnrer +dgnrera +dgnrerai +dgnreraient +dgnrerais +dgnrerait +dgnreras +dgnrerez +dgnreriez +dgnrerions +dgnrerons +dgnreront +dgnrescence +dgnrescences +dgnrez +dgnr +dgnre +dgnres +dgnrs +dgnrrent +dgnriez +dgnrions +dgnrons +dgnre +dgnrent +dgnres +dgle +dglent +dglera +dglerai +dgleraient +dglerais +dglerait +dgleras +dglerez +dgleriez +dglerions +dglerons +dgleront +dgles +dgingand +dgingande +dgingandes +dgingands +dgivra +dgivrai +dgivraient +dgivrais +dgivrait +dgivrant +dgivras +dgivrasse +dgivrassent +dgivrasses +dgivrassiez +dgivrassions +dgivrmes +dgivrt +dgivrtes +dgivre +dgivrent +dgivrer +dgivrera +dgivrerai +dgivreraient +dgivrerais +dgivrerait +dgivreras +dgivrerez +dgivreriez +dgivrerions +dgivrerons +dgivreront +dgivres +dgivrez +dgivr +dgivre +dgivres +dgivrs +dgivrrent +dgivriez +dgivrions +dgivrons +dglace +dglacent +dglacer +dglacera +dglacerai +dglaceraient +dglacerais +dglacerait +dglaceras +dglacerez +dglaceriez +dglacerions +dglacerons +dglaceront +dglaces +dglacez +dglac +dglace +dglaces +dglacs +dglacrent +dglaciez +dglacions +dglaa +dglaai +dglaaient +dglaais +dglaait +dglaant +dglaas +dglaasse +dglaassent +dglaasses +dglaassiez +dglaassions +dglames +dglat +dglates +dglaons +dglingua +dglinguai +dglinguaient +dglinguais +dglinguait +dglinguant +dglinguas +dglinguasse +dglinguassent +dglinguasses +dglinguassiez +dglinguassions +dglingumes +dglingut +dglingutes +dglingue +dglinguent +dglinguer +dglinguera +dglinguerai +dglingueraient +dglinguerais +dglinguerait +dglingueras +dglinguerez +dglingueriez +dglinguerions +dglinguerons +dglingueront +dglingues +dglinguez +dglingu +dglingue +dglingues +dglingus +dglingurent +dglinguiez +dglinguions +dglinguons +dgluti +dglutie +dgluties +dglutir +dglutira +dglutirai +dglutiraient +dglutirais +dglutirait +dglutiras +dglutirent +dglutirez +dglutiriez +dglutirions +dglutirons +dglutiront +dglutis +dglutissaient +dglutissais +dglutissait +dglutissant +dglutisse +dglutissent +dglutisses +dglutissiez +dglutissions +dglutissons +dglutit +dglutition +dglutitions +dglutmes +dglutt +dgluttes +dgomma +dgommai +dgommaient +dgommais +dgommait +dgommant +dgommas +dgommasse +dgommassent +dgommasses +dgommassiez +dgommassions +dgommmes +dgommt +dgommtes +dgomme +dgomment +dgommer +dgommera +dgommerai +dgommeraient +dgommerais +dgommerait +dgommeras +dgommerez +dgommeriez +dgommerions +dgommerons +dgommeront +dgommes +dgommez +dgomm +dgomme +dgommes +dgomms +dgommrent +dgommiez +dgommions +dgommons +dgonfla +dgonflai +dgonflaient +dgonflais +dgonflait +dgonflant +dgonflas +dgonflasse +dgonflassent +dgonflasses +dgonflassiez +dgonflassions +dgonflmes +dgonflt +dgonfltes +dgonfle +dgonflement +dgonflements +dgonflent +dgonfler +dgonflera +dgonflerai +dgonfleraient +dgonflerais +dgonflerait +dgonfleras +dgonflerez +dgonfleriez +dgonflerions +dgonflerons +dgonfleront +dgonfles +dgonflez +dgonfl +dgonfle +dgonfles +dgonfls +dgonflrent +dgonfliez +dgonflions +dgonflons +dgorge +dgorgea +dgorgeai +dgorgeaient +dgorgeais +dgorgeait +dgorgeant +dgorgeas +dgorgeasse +dgorgeassent +dgorgeasses +dgorgeassiez +dgorgeassions +dgorgemes +dgorget +dgorgetes +dgorgement +dgorgements +dgorgent +dgorgeons +dgorger +dgorgera +dgorgerai +dgorgeraient +dgorgerais +dgorgerait +dgorgeras +dgorgerez +dgorgeriez +dgorgerions +dgorgerons +dgorgeront +dgorges +dgorgez +dgorg +dgorge +dgorges +dgorgs +dgorgrent +dgorgiez +dgorgions +dgott +dgotte +dgottes +dgotts +dgoulina +dgoulinaient +dgoulinait +dgoulinant +dgoulinasse +dgoulinassent +dgoulint +dgouline +dgoulinent +dgouliner +dgoulinera +dgoulineraient +dgoulinerait +dgoulineront +dgoulin +dgouline +dgoulines +dgoulins +dgoulinrent +dgourdi +dgourdie +dgourdies +dgourdir +dgourdira +dgourdirai +dgourdiraient +dgourdirais +dgourdirait +dgourdirant +dgourdiras +dgourdirent +dgourdirez +dgourdiriez +dgourdirions +dgourdirons +dgourdiront +dgourdis +dgourdissaient +dgourdissais +dgourdissait +dgourdissant +dgourdisse +dgourdissement +dgourdissements +dgourdissent +dgourdisses +dgourdissez +dgourdissiez +dgourdissions +dgourdissons +dgourdit +dgourdmes +dgourdt +dgourdtes +dgoutta +dgouttaient +dgouttait +dgouttant +dgouttante +dgouttantes +dgouttants +dgouttasse +dgouttassent +dgouttt +dgoutte +dgouttent +dgoutter +dgouttera +dgoutteraient +dgoutterait +dgoutteront +dgoutt +dgoutte +dgouttes +dgoutts +dgouttrent +dgot +dgota +dgotai +dgotaient +dgotais +dgotait +dgotant +dgotante +dgotantes +dgotants +dgotas +dgotasse +dgotassent +dgotasses +dgotassiez +dgotassions +dgotmes +dgott +dgottes +dgote +dgotent +dgoter +dgotera +dgoterai +dgoteraient +dgoterais +dgoterait +dgoteras +dgoterez +dgoteriez +dgoterions +dgoterons +dgoteront +dgotes +dgotez +dgot +dgote +dgotes +dgots +dgotrent +dgotiez +dgotions +dgotons +dgots +dgrada +dgradai +dgradaient +dgradais +dgradait +dgradant +dgradante +dgradantes +dgradants +dgradasse +dgradassent +dgradasses +dgradassiez +dgradassions +dgradation +dgradations +dgradmes +dgradt +dgradtes +dgrade +dgradent +dgrader +dgradera +dgraderai +dgraderaient +dgraderais +dgraderait +dgraderas +dgraderez +dgraderiez +dgraderions +dgraderons +dgraderont +dgrades +dgradez +dgrad +dgrade +dgrades +dgrads +dgradrent +dgradiez +dgradions +dgradons +dgrafa +dgrafage +dgrafages +dgrafai +dgrafaient +dgrafais +dgrafait +dgrafant +dgrafas +dgrafasse +dgrafassent +dgrafasses +dgrafassiez +dgrafassions +dgrafmes +dgraft +dgraftes +dgrafe +dgrafent +dgrafer +dgrafera +dgraferai +dgraferaient +dgraferais +dgraferait +dgraferas +dgraferez +dgraferiez +dgraferions +dgraferons +dgraferont +dgrafes +dgrafez +dgraf +dgrafe +dgrafes +dgrafs +dgrafrent +dgrafiez +dgrafions +dgrafons +dgraissa +dgraissage +dgraissages +dgraissai +dgraissaient +dgraissais +dgraissait +dgraissant +dgraissas +dgraissasse +dgraissassent +dgraissasses +dgraissassiez +dgraissassions +dgraissmes +dgraisst +dgraisstes +dgraisse +dgraissent +dgraisser +dgraissera +dgraisserai +dgraisseraient +dgraisserais +dgraisserait +dgraisseras +dgraisserez +dgraisseriez +dgraisserions +dgraisserons +dgraisseront +dgraisses +dgraissez +dgraiss +dgraisse +dgraisses +dgraisss +dgraissrent +dgraissiez +dgraissions +dgraissons +dgressif +dgressifs +dgressive +dgressives +dgreva +dgrevai +dgrevaient +dgrevais +dgrevait +dgrevant +dgrevas +dgrevasse +dgrevassent +dgrevasses +dgrevassiez +dgrevassions +dgrevmes +dgrevt +dgrevtes +dgrever +dgrevez +dgrev +dgreve +dgreves +dgrevs +dgrevrent +dgreviez +dgrevions +dgrevons +dgrve +dgrvement +dgrvements +dgrvent +dgrvera +dgrverai +dgrveraient +dgrverais +dgrverait +dgrveras +dgrverez +dgrveriez +dgrverions +dgrverons +dgrveront +dgrves +dgringola +dgringolade +dgringolades +dgringolai +dgringolaient +dgringolais +dgringolait +dgringolant +dgringolas +dgringolasse +dgringolassent +dgringolasses +dgringolassiez +dgringolassions +dgringolmes +dgringolt +dgringoltes +dgringole +dgringolent +dgringoler +dgringolera +dgringolerai +dgringoleraient +dgringolerais +dgringolerait +dgringoleras +dgringolerez +dgringoleriez +dgringolerions +dgringolerons +dgringoleront +dgringoles +dgringolez +dgringol +dgringole +dgringoles +dgringols +dgringolrent +dgringoliez +dgringolions +dgringolons +dgrisa +dgrisai +dgrisaient +dgrisais +dgrisait +dgrisant +dgrisas +dgrisasse +dgrisassent +dgrisasses +dgrisassiez +dgrisassions +dgrismes +dgrist +dgristes +dgrise +dgrisement +dgrisements +dgrisent +dgriser +dgrisera +dgriserai +dgriseraient +dgriserais +dgriserait +dgriseras +dgriserez +dgriseriez +dgriserions +dgriserons +dgriseront +dgrises +dgrisez +dgris +dgrise +dgrises +dgriss +dgrisrent +dgrisiez +dgrisions +dgrisons +dgrossi +dgrossie +dgrossies +dgrossir +dgrossira +dgrossirai +dgrossiraient +dgrossirais +dgrossirait +dgrossiras +dgrossirent +dgrossirez +dgrossiriez +dgrossirions +dgrossirons +dgrossiront +dgrossis +dgrossissage +dgrossissages +dgrossissaient +dgrossissais +dgrossissait +dgrossissant +dgrossisse +dgrossissent +dgrossisses +dgrossissez +dgrossissiez +dgrossissions +dgrossissons +dgrossit +dgrossmes +dgrosst +dgrosstes +dguenill +dguenille +dguenilles +dguenills +dguerpi +dguerpie +dguerpies +dguerpir +dguerpira +dguerpirai +dguerpiraient +dguerpirais +dguerpirait +dguerpiras +dguerpirent +dguerpirez +dguerpiriez +dguerpirions +dguerpirons +dguerpiront +dguerpis +dguerpissaient +dguerpissais +dguerpissait +dguerpissant +dguerpisse +dguerpissent +dguerpisses +dguerpissiez +dguerpissions +dguerpit +dguerpmes +dguerpt +dguerptes +dguisa +dguisai +dguisaient +dguisais +dguisait +dguisant +dguisas +dguisasse +dguisassent +dguisasses +dguisassiez +dguisassions +dguismes +dguist +dguistes +dguise +dguisement +dguisements +dguisent +dguiser +dguisera +dguiserai +dguiseraient +dguiserais +dguiserait +dguiseras +dguiserez +dguiseriez +dguiserions +dguiserons +dguiseront +dguises +dguisez +dguis +dguise +dguises +dguiss +dguisrent +dguisiez +dguisions +dguisons +dgusta +dgustai +dgustaient +dgustais +dgustait +dgustant +dgustas +dgustasse +dgustassent +dgustasses +dgustassiez +dgustassions +dgustateur +dgustateurs +dgustation +dgustations +dgustatrice +dgustatrices +dgustmes +dgustt +dgusttes +dguste +dgustent +dguster +dgustera +dgusterai +dgusteraient +dgusterais +dgusterait +dgusteras +dgusterez +dgusteriez +dgusterions +dgusterons +dgusteront +dgustes +dgustez +dgust +dguste +dgustes +dgusts +dgustrent +dgustiez +dgustions +dgustons +dhancha +dhanchai +dhanchaient +dhanchais +dhanchait +dhanchant +dhanchas +dhanchasse +dhanchassent +dhanchasses +dhanchassiez +dhanchassions +dhanchmes +dhancht +dhanchtes +dhanche +dhanchement +dhanchements +dhanchent +dhancher +dhanchera +dhancherai +dhancheraient +dhancherais +dhancherait +dhancheras +dhancherez +dhancheriez +dhancherions +dhancherons +dhancheront +dhanches +dhanchez +dhanch +dhanche +dhanches +dhanchs +dhanchrent +dhanchiez +dhanchions +dhanchons +dharancha +dharanchai +dharanchaient +dharanchais +dharanchait +dharanchant +dharanchas +dharanchasse +dharanchassent +dharanchasses +dharanchassiez +dharanchassions +dharanchmes +dharancht +dharanchtes +dharanche +dharanchent +dharancher +dharanchera +dharancherai +dharancheraient +dharancherais +dharancherait +dharancheras +dharancherez +dharancheriez +dharancherions +dharancherons +dharancheront +dharanches +dharanchez +dharanch +dharanche +dharanches +dharanchs +dharanchrent +dharanchiez +dharanchions +dharanchons +difia +difiai +difiaient +difiais +difiait +difiant +difias +difiasse +difiassent +difiasses +difiassiez +difiassions +difimes +difit +difites +dification +difications +difie +difient +difier +difiera +difierai +difieraient +difierais +difierait +difieras +difierez +difieriez +difierions +difierons +difieront +difies +difiez +difi +difie +difies +difis +difirent +difiiez +difiions +difions +disme +diste +distes +dit +dits +dj +djection +djections +djeta +djetai +djetaient +djetais +djetait +djetant +djetas +djetasse +djetassent +djetasses +djetassiez +djetassions +djetmes +djett +djettes +djeter +djetez +djet +djete +djetes +djets +djetrent +djetiez +djetons +djette +djettent +djettera +djetterai +djetteraient +djetterais +djetterait +djetteras +djetterez +djetteriez +djetterions +djetterons +djetteront +djettes +djeuna +djeunai +djeunaient +djeunais +djeunait +djeunant +djeunas +djeunasse +djeunassent +djeunasses +djeunassiez +djeunassions +djeunmes +djeunt +djeuntes +djeune +djeunent +djeuner +djeunera +djeunerai +djeuneraient +djeunerais +djeunerait +djeuneras +djeunerez +djeuneriez +djeunerions +djeunerons +djeuneront +djeuners +djeunes +djeunez +djeun +djeune +djeunes +djeuns +djeunrent +djeuniez +djeunions +djeunons +djoua +djouai +djouaient +djouais +djouait +djouant +djouas +djouasse +djouassent +djouasses +djouassiez +djouassions +djoumes +djout +djoutes +djoue +djouent +djouer +djouera +djouerai +djoueraient +djouerais +djouerait +djoueras +djouerez +djoueriez +djouerions +djouerons +djoueront +djoues +djouez +djou +djoue +djoues +djous +djourent +djouiez +djouions +djouons +djuge +djugea +djugeai +djugeaient +djugeais +djugeait +djugeant +djugeas +djugeasse +djugeassent +djugeasses +djugeassiez +djugeassions +djugemes +djuget +djugetes +djugent +djugeons +djuger +djugera +djugerai +djugeraient +djugerais +djugerait +djugeras +djugerez +djugeriez +djugerions +djugerons +djugeront +djuges +djugez +djug +djuge +djuges +djugs +djugrent +djugiez +djugions +dlabra +dlabrai +dlabraient +dlabrais +dlabrait +dlabrant +dlabras +dlabrasse +dlabrassent +dlabrasses +dlabrassiez +dlabrassions +dlabrmes +dlabrt +dlabrtes +dlabre +dlabrement +dlabrements +dlabrent +dlabrer +dlabrera +dlabrerai +dlabreraient +dlabrerais +dlabrerait +dlabreras +dlabrerez +dlabreriez +dlabrerions +dlabrerons +dlabreront +dlabres +dlabrez +dlabr +dlabre +dlabres +dlabrs +dlabrrent +dlabriez +dlabrions +dlabrons +dlace +dlacent +dlacer +dlacera +dlacerai +dlaceraient +dlacerais +dlacerait +dlaceras +dlacerez +dlaceriez +dlacerions +dlacerons +dlaceront +dlaces +dlacez +dlac +dlace +dlaces +dlacs +dlacrent +dlaciez +dlacions +dlaa +dlaai +dlaaient +dlaais +dlaait +dlaant +dlaas +dlaasse +dlaassent +dlaasses +dlaassiez +dlaassions +dlames +dlat +dlates +dlaons +dlai +dlaie +dlaient +dlaiera +dlaierai +dlaieraient +dlaierais +dlaierait +dlaieras +dlaierez +dlaieriez +dlaierions +dlaierons +dlaieront +dlaies +dlais +dlaissa +dlaissai +dlaissaient +dlaissais +dlaissait +dlaissant +dlaissas +dlaissasse +dlaissassent +dlaissasses +dlaissassiez +dlaissassions +dlaissmes +dlaisst +dlaisstes +dlaisse +dlaissement +dlaissements +dlaissent +dlaisser +dlaissera +dlaisserai +dlaisseraient +dlaisserais +dlaisserait +dlaisseras +dlaisserez +dlaisseriez +dlaisserions +dlaisserons +dlaisseront +dlaisses +dlaissez +dlaiss +dlaisse +dlaisses +dlaisss +dlaissrent +dlaissiez +dlaissions +dlaissons +dlassa +dlassai +dlassaient +dlassais +dlassait +dlassant +dlassas +dlassasse +dlassassent +dlassasses +dlassassiez +dlassassions +dlassmes +dlasst +dlasstes +dlasse +dlassement +dlassements +dlassent +dlasser +dlassera +dlasserai +dlasseraient +dlasserais +dlasserait +dlasseras +dlasserez +dlasseriez +dlasserions +dlasserons +dlasseront +dlasses +dlassez +dlass +dlasse +dlasses +dlasss +dlassrent +dlassiez +dlassions +dlassons +dlateur +dlateurs +dlation +dlations +dlatrice +dlatrices +dlava +dlavai +dlavaient +dlavais +dlavait +dlavant +dlavas +dlavasse +dlavassent +dlavasses +dlavassiez +dlavassions +dlavmes +dlavt +dlavtes +dlave +dlavent +dlaver +dlavera +dlaverai +dlaveraient +dlaverais +dlaverait +dlaveras +dlaverez +dlaveriez +dlaverions +dlaverons +dlaveront +dlaves +dlavez +dlav +dlave +dlaves +dlavs +dlavrent +dlaviez +dlavions +dlavons +dlaya +dlayage +dlayages +dlayai +dlayaient +dlayais +dlayait +dlayant +dlayas +dlayasse +dlayassent +dlayasses +dlayassiez +dlayassions +dlaymes +dlayt +dlaytes +dlayer +dlayez +dlay +dlaye +dlayes +dlays +dlayrent +dlayiez +dlayions +dlayons +dleatur +dleaturs +dlecta +dlectable +dlectables +dlectai +dlectaient +dlectais +dlectait +dlectant +dlectas +dlectasse +dlectassent +dlectasses +dlectassiez +dlectassions +dlectation +dlectations +dlectmes +dlectt +dlecttes +dlecte +dlectent +dlecter +dlectera +dlecterai +dlecteraient +dlecterais +dlecterait +dlecteras +dlecterez +dlecteriez +dlecterions +dlecterons +dlecteront +dlectes +dlectez +dlect +dlecte +dlectes +dlects +dlectrent +dlectiez +dlections +dlectons +dlesta +dlestai +dlestaient +dlestais +dlestait +dlestant +dlestas +dlestasse +dlestassent +dlestasses +dlestassiez +dlestassions +dlestmes +dlestt +dlesttes +dlester +dlestez +dlest +dleste +dlestes +dlests +dlestrent +dlestiez +dlestions +dlestons +dlestte +dlesttent +dlesttera +dlestterai +dlestteraient +dlestterais +dlestterait +dlestteras +dlestterez +dlestteriez +dlestterions +dlestterons +dlestteront +dlesttes +dlga +dlgai +dlgaient +dlgais +dlgait +dlgas +dlgasse +dlgassent +dlgasses +dlgassiez +dlgassions +dlgation +dlgations +dlgmes +dlgt +dlgtes +dlguer +dlguera +dlguerai +dlgueraient +dlguerais +dlguerait +dlgueras +dlguerez +dlgueriez +dlguerions +dlguerons +dlgueront +dlguez +dlgu +dlgue +dlgues +dlgus +dltre +dltres +dlgue +dlguent +dlgues +dli +dlia +dliai +dliaient +dliais +dliait +dliant +dlias +dliasse +dliassent +dliasses +dliassiez +dliassions +dlimes +dlit +dlites +dlibra +dlibrai +dlibraient +dlibrais +dlibrait +dlibrant +dlibras +dlibrasse +dlibrassent +dlibrasses +dlibrassiez +dlibrassions +dlibratif +dlibratifs +dlibration +dlibrations +dlibrative +dlibratives +dlibrmes +dlibrt +dlibrtes +dlibrer +dlibrera +dlibrerai +dlibreraient +dlibrerais +dlibrerait +dlibreras +dlibrerez +dlibreriez +dlibrerions +dlibrerons +dlibreront +dlibrez +dlibr +dlibre +dlibres +dlibrment +dlibrs +dlibrrent +dlibriez +dlibrions +dlibrons +dlibre +dlibrent +dlibres +dlicat +dlicate +dlicatement +dlicates +dlicatesse +dlicats +dlice +dlices +dlicieuse +dlicieusement +dlicieuses +dlicieux +dlictueuse +dlictueuses +dlictueux +dlie +dlient +dlier +dliera +dlierai +dlieraient +dlierais +dlierait +dlieras +dlierez +dlieriez +dlierions +dlierons +dlieront +dlies +dliez +dli +dlie +dlies +dlis +dlirent +dliiez +dliions +dlimita +dlimitai +dlimitaient +dlimitais +dlimitait +dlimitant +dlimitas +dlimitasse +dlimitassent +dlimitasses +dlimitassiez +dlimitassions +dlimitation +dlimitations +dlimitmes +dlimitt +dlimittes +dlimite +dlimitent +dlimiter +dlimitera +dlimiterai +dlimiteraient +dlimiterais +dlimiterait +dlimiteras +dlimiterez +dlimiteriez +dlimiterions +dlimiterons +dlimiteront +dlimites +dlimitez +dlimite +dlimites +dlimits +dlimitrent +dlimitiez +dlimitions +dlimitons +dlinquant +dlinquante +dlinquantes +dlinquants +dlions +dliquescence +dliquescent +dliquescente +dliquescentes +dliquescents +dlira +dlirai +dliraient +dlirais +dlirait +dlirant +dlirante +dlirantes +dlirants +dliras +dlirasse +dlirassent +dlirasses +dlirassiez +dlirassions +dlirmes +dlirt +dlirtes +dlire +dlirent +dlirer +dlirera +dlirerai +dlireraient +dlirerais +dlirerait +dlireras +dlirerez +dlireriez +dlirerions +dlirerons +dlireront +dlires +dlirez +dlir +dlire +dlires +dlirs +dlirium +dlit +dlita +dlitai +dlitaient +dlitais +dlitait +dlitant +dlitas +dlitasse +dlitassent +dlitasses +dlitassiez +dlitassions +dlitmes +dlitt +dlittes +dlite +dlitent +dliter +dlitera +dliterai +dliteraient +dliterais +dliterait +dliteras +dliterez +dliteriez +dliterions +dliterons +dliteront +dlites +dlitez +dlit +dlite +dlites +dlits +dlitrent +dlitiez +dlitions +dlitons +dlits +dlivra +dlivrai +dlivraient +dlivrais +dlivrait +dlivrance +dlivrances +dlivrant +dlivras +dlivrasse +dlivrassent +dlivrasses +dlivrassiez +dlivrassions +dlivrmes +dlivrt +dlivrtes +dlivre +dlivrent +dlivrer +dlivrera +dlivrerai +dlivreraient +dlivrerais +dlivrerait +dlivreras +dlivrerez +dlivreriez +dlivrerions +dlivrerons +dlivreront +dlivres +dlivrez +dlivr +dlivre +dlivres +dlivrs +dlivrrent +dlivriez +dlivrions +dlivrons +dloge +dlogea +dlogeai +dlogeaient +dlogeais +dlogeait +dlogeant +dlogeas +dlogeasse +dlogeassent +dlogeasses +dlogeassiez +dlogeassions +dlogemes +dloget +dlogetes +dlogent +dlogeons +dloger +dlogera +dlogerai +dlogeraient +dlogerais +dlogerait +dlogeras +dlogerez +dlogeriez +dlogerions +dlogerons +dlogeront +dloges +dlogez +dlog +dloge +dloges +dlogs +dlogrent +dlogiez +dlogions +dloyal +dloyale +dloyalement +dloyales +dloyaut +dloyauts +dloyaux +dlta +dltas +dluge +dluges +dlur +dlure +dlures +dlurs +dmagogie +dmagogies +dmagogique +dmagogiques +dmagogue +dmagogues +dmailla +dmaillai +dmaillaient +dmaillais +dmaillait +dmaillant +dmaillas +dmaillasse +dmaillassent +dmaillasses +dmaillassiez +dmaillassions +dmaillmes +dmaillt +dmailltes +dmaille +dmaillent +dmailler +dmaillera +dmaillerai +dmailleraient +dmaillerais +dmaillerait +dmailleras +dmaillerez +dmailleriez +dmaillerions +dmaillerons +dmailleront +dmailles +dmaillez +dmaill +dmaille +dmailles +dmaills +dmaillrent +dmailliez +dmaillions +dmaillons +dmange +dmangea +dmangeaient +dmangeaison +dmangeaisons +dmangeait +dmangeant +dmangeasse +dmangeassent +dmangent +dmanger +dmangera +dmangeraient +dmangerait +dmangeront +dmang +dmange +dmanges +dmangs +dmangrent +dmantela +dmantelai +dmantelaient +dmantelais +dmantelait +dmantelant +dmantelas +dmantelasse +dmantelassent +dmantelasses +dmantelassiez +dmantelassions +dmantelmes +dmantelt +dmanteltes +dmanteler +dmantelez +dmantel +dmantele +dmanteles +dmantels +dmantelrent +dmanteliez +dmantelions +dmantelons +dmantle +dmantlement +dmantlements +dmantlent +dmantra +dmantrai +dmantraient +dmantrais +dmantrait +dmantras +dmantrez +dmantriez +dmantrions +dmantrons +dmantront +dmants +dmantibula +dmantibulai +dmantibulaient +dmantibulais +dmantibulait +dmantibulant +dmantibulas +dmantibulasse +dmantibulassent +dmantibulasses +dmantibulassiez +dmantibulassions +dmantibulmes +dmantibult +dmantibultes +dmantibule +dmantibulent +dmantibuler +dmantibulera +dmantibulerai +dmantibuleraient +dmantibulerais +dmantibulerait +dmantibuleras +dmantibulerez +dmantibuleriez +dmantibulerions +dmantibulerons +dmantibuleront +dmantibules +dmantibulez +dmantibul +dmantibule +dmantibules +dmantibuls +dmantibulrent +dmantibuliez +dmantibulions +dmantibulons +dmaquillai +dmaquillaient +dmaquillais +dmaquillait +dmaquillant +dmaquillas +dmaquillasse +dmaquillassent +dmaquillasses +dmaquillassiez +dmaquillassions +dmaquillmes +dmaquillt +dmaquilltes +dmaquille +dmaquillent +dmaquiller +dmaquillera +dmaquillerai +dmaquilleraient +dmaquillerais +dmaquillerait +dmaquilleras +dmaquillerez +dmaquilleriez +dmaquillerions +dmaquillerons +dmaquilleront +dmaquilles +dmaquillez +dmaquill +dmaquille +dmaquilles +dmaquills +dmaquillrent +dmaquilliez +dmaquillions +dmaquillons +dmarcation +dmarcations +dmarche +dmarches +dmarcheur +dmarcheurs +dmarcheuse +dmarcheuses +dmarch +dmarche +dmarches +dmarchs +dmarqua +dmarquage +dmarquages +dmarquai +dmarquaient +dmarquais +dmarquait +dmarquant +dmarquas +dmarquasse +dmarquassent +dmarquasses +dmarquassiez +dmarquassions +dmarqumes +dmarqut +dmarqutes +dmarque +dmarquent +dmarquer +dmarquera +dmarquerai +dmarqueraient +dmarquerais +dmarquerait +dmarqueras +dmarquerez +dmarqueriez +dmarquerions +dmarquerons +dmarqueront +dmarques +dmarquez +dmarqu +dmarque +dmarques +dmarqus +dmarqurent +dmarquiez +dmarquions +dmarquons +dmarra +dmarrage +dmarrages +dmarrai +dmarraient +dmarrais +dmarrait +dmarrant +dmarras +dmarrasse +dmarrassent +dmarrasses +dmarrassiez +dmarrassions +dmarrmes +dmarrt +dmarrtes +dmarre +dmarrent +dmarrer +dmarrera +dmarrerai +dmarreraient +dmarrerais +dmarrerait +dmarreras +dmarrerez +dmarreriez +dmarrerions +dmarrerons +dmarreront +dmarres +dmarreur +dmarreurs +dmarrez +dmarr +dmarre +dmarres +dmarrs +dmarrrent +dmarriez +dmarrions +dmarrons +dmasclage +dmasclages +dmasqua +dmasquai +dmasquaient +dmasquais +dmasquait +dmasquant +dmasquas +dmasquasse +dmasquassent +dmasquasses +dmasquassiez +dmasquassions +dmasqumes +dmasqut +dmasqutes +dmasque +dmasquent +dmasquer +dmasquera +dmasquerai +dmasqueraient +dmasquerais +dmasquerait +dmasqueras +dmasquerez +dmasqueriez +dmasquerions +dmasquerons +dmasqueront +dmasques +dmasquez +dmasqu +dmasque +dmasques +dmasqus +dmasqurent +dmasquiez +dmasquions +dmasquons +dmembra +dmembrai +dmembraient +dmembrais +dmembrait +dmembrant +dmembras +dmembrasse +dmembrassent +dmembrasses +dmembrassiez +dmembrassions +dmembrmes +dmembrt +dmembrtes +dmembre +dmembrement +dmembrements +dmembrent +dmembrer +dmembrera +dmembrerai +dmembreraient +dmembrerais +dmembrerait +dmembreras +dmembrerez +dmembreriez +dmembrerions +dmembrerons +dmembreront +dmembres +dmembrez +dmembr +dmembre +dmembres +dmembrs +dmembrrent +dmembriez +dmembrions +dmembrons +dmena +dmenai +dmenaient +dmenais +dmenait +dmenant +dmenas +dmenasse +dmenassent +dmenasses +dmenassiez +dmenassions +dmenmes +dment +dmentes +dmence +dmences +dmener +dmenez +dmen +dmene +dmenes +dmens +dmenrent +dmeniez +dmenions +dmenons +dmens +dment +dmentaient +dmentais +dmentait +dmentant +dmente +dmentent +dmentes +dmentez +dmenti +dmentie +dmentiel +dmentielle +dmentielles +dmentiels +dmenties +dmentiez +dmentions +dmentir +dmentira +dmentirai +dmentiraient +dmentirais +dmentirait +dmentiras +dmentirent +dmentirez +dmentiriez +dmentirions +dmentirons +dmentiront +dmentis +dmentisse +dmentissent +dmentisses +dmentissiez +dmentissions +dmentit +dmentmes +dmentt +dmenttes +dmentons +dments +dmerita +dmeritai +dmeritaient +dmeritais +dmeritait +dmeritant +dmeritas +dmeritasse +dmeritassent +dmeritasses +dmeritassiez +dmeritassions +dmeritmes +dmeritt +dmerittes +dmerite +dmeritent +dmeriter +dmeritera +dmeriterai +dmeriteraient +dmeriterais +dmeriterait +dmeriteras +dmeriterez +dmeriteriez +dmeriterions +dmeriterons +dmeriteront +dmerites +dmeritez +dmerit +dmerite +dmerites +dmerits +dmeritrent +dmeritiez +dmeritions +dmeritons +dmesur +dmesure +dmesures +dmesurment +dmesurs +dmet +dmets +dmettaient +dmettais +dmettait +dmettant +dmette +dmettent +dmettes +dmettez +dmettiez +dmettions +dmettons +dmettra +dmettrai +dmettraient +dmettrais +dmettrait +dmettras +dmettre +dmettrez +dmettriez +dmettrions +dmettrons +dmettront +dmnage +dmnagea +dmnageai +dmnageaient +dmnageais +dmnageait +dmnageant +dmnageas +dmnageasse +dmnageassent +dmnageasses +dmnageassiez +dmnageassions +dmnagemes +dmnaget +dmnagetes +dmnagement +dmnagements +dmnagent +dmnageons +dmnager +dmnagera +dmnagerai +dmnageraient +dmnagerais +dmnagerait +dmnageras +dmnagerez +dmnageriez +dmnagerions +dmnagerons +dmnageront +dmnages +dmnageur +dmnageurs +dmnagez +dmnag +dmnage +dmnages +dmnags +dmnagrent +dmnagiez +dmnagions +dmne +dmnent +dmnera +dmnerai +dmneraient +dmnerais +dmnerait +dmneras +dmnerez +dmneriez +dmnerions +dmnerons +dmneront +dmnes +dmla +dmlai +dmlaient +dmlais +dmlait +dmlant +dmlas +dmlasse +dmlassent +dmlasses +dmlassiez +dmlassions +dmlmes +dmlt +dmltes +dmle +dmlent +dmler +dmlera +dmlerai +dmleraient +dmlerais +dmlerait +dmleras +dmlerez +dmleriez +dmlerions +dmlerons +dmleront +dmles +dmlez +dml +dmle +dmles +dmls +dmlrent +dmliez +dmlions +dmloir +dmloirs +dmlons +dmilitarisa +dmilitarisai +dmilitarisaient +dmilitarisais +dmilitarisait +dmilitarisant +dmilitarisas +dmilitarisasse +dmilitarisassent +dmilitarisassiez +dmilitarisassions +dmilitarismes +dmilitarist +dmilitaristes +dmilitarise +dmilitarisent +dmilitariser +dmilitarisera +dmilitariserai +dmilitariseraient +dmilitariserais +dmilitariserait +dmilitariseras +dmilitariserez +dmilitariseriez +dmilitariserions +dmilitariserons +dmilitariseront +dmilitarises +dmilitarisez +dmilitaris +dmilitarise +dmilitarises +dmilitariss +dmilitarisrent +dmilitarisiez +dmilitarisions +dmilitarisons +dmina +dminai +dminaient +dminais +dminait +dminant +dminas +dminasse +dminassent +dminassiez +dminassions +dminmes +dmint +dmintes +dminer +dminera +dminerai +dmineraient +dminerais +dminerait +dmineras +dminerez +dmineriez +dminerions +dminerons +dmineront +dmines +dminez +dmin +dmine +dmines +dminralisa +dminralisai +dminralisaient +dminralisais +dminralisait +dminralisant +dminralisas +dminralisasse +dminralisassent +dminralisasses +dminralisassiez +dminralisassions +dminralisation +dminralisations +dminralismes +dminralist +dminralistes +dminralise +dminralisent +dminraliser +dminralisera +dminraliserai +dminraliseraient +dminraliserais +dminraliserait +dminraliseras +dminraliserez +dminraliseriez +dminraliserions +dminraliserons +dminraliseront +dminralises +dminralisez +dminralis +dminralise +dminralises +dminraliss +dminralisrent +dminralisiez +dminralisions +dminralisons +dmins +dminrent +dminiez +dminions +dminons +dmirent +dmis +dmise +dmises +dmisse +dmissent +dmisses +dmissiez +dmission +dmissionna +dmissionnai +dmissionnaient +dmissionnaire +dmissionnaires +dmissionnais +dmissionnait +dmissionnant +dmissionnas +dmissionnasse +dmissionnassent +dmissionnasses +dmissionnassiez +dmissionnassions +dmissionnmes +dmissionnt +dmissionntes +dmissionne +dmissionnent +dmissionner +dmissionnera +dmissionnerai +dmissionneraient +dmissionnerais +dmissionnerait +dmissionneras +dmissionnerez +dmissionneriez +dmissionnerions +dmissionnerons +dmissionneront +dmissionnes +dmissionnez +dmissionn +dmissionne +dmissionnes +dmissionns +dmissionnrent +dmissionniez +dmissionnions +dmissionnons +dmissions +dmit +dmiurge +dmiurges +dmmes +dmt +dmtes +dmobilisa +dmobilisai +dmobilisaient +dmobilisais +dmobilisait +dmobilisant +dmobilisas +dmobilisasse +dmobilisassent +dmobilisasses +dmobilisassiez +dmobilisassions +dmobilisation +dmobilisations +dmobilismes +dmobilist +dmobilistes +dmobilise +dmobilisent +dmobiliser +dmobilisera +dmobiliserai +dmobiliseraient +dmobiliserais +dmobiliserait +dmobiliseras +dmobiliserez +dmobiliseriez +dmobiliserions +dmobiliserons +dmobiliseront +dmobilises +dmobilisez +dmobilis +dmobilise +dmobilises +dmobiliss +dmobilisrent +dmobilisiez +dmobilisions +dmobilisons +dmocrate +dmocrates +dmocratie +dmocraties +dmocratique +dmocratiquement +dmocratiques +dmocratisa +dmocratisai +dmocratisaient +dmocratisais +dmocratisait +dmocratisant +dmocratisas +dmocratisasse +dmocratisassent +dmocratisasses +dmocratisassiez +dmocratisassions +dmocratisation +dmocratisations +dmocratismes +dmocratist +dmocratistes +dmocratise +dmocratisent +dmocratiser +dmocratisera +dmocratiserai +dmocratiseraient +dmocratiserais +dmocratiserait +dmocratiseras +dmocratiserez +dmocratiseriez +dmocratiserions +dmocratiserons +dmocratiseront +dmocratises +dmocratisez +dmocratis +dmocratise +dmocratises +dmocratiss +dmocratisrent +dmocratisiez +dmocratisions +dmocratisons +dmoda +dmodai +dmodaient +dmodais +dmodait +dmodant +dmodas +dmodasse +dmodassent +dmodasses +dmodassiez +dmodassions +dmodmes +dmodt +dmodtes +dmode +dmodent +dmoder +dmodera +dmoderai +dmoderaient +dmoderais +dmoderait +dmoderas +dmoderez +dmoderiez +dmoderions +dmoderons +dmoderont +dmodes +dmodez +dmod +dmode +dmodes +dmods +dmodrent +dmodiez +dmodions +dmodons +dmographie +dmographique +dmographiques +dmoli +dmolie +dmolies +dmolir +dmolira +dmolirai +dmoliraient +dmolirais +dmolirait +dmoliras +dmolirent +dmolirez +dmoliriez +dmolirions +dmolirons +dmoliront +dmolis +dmolissaient +dmolissais +dmolissait +dmolissant +dmolisse +dmolissent +dmolisses +dmolisseur +dmolisseurs +dmolisseuse +dmolisseuses +dmolissez +dmolissiez +dmolissions +dmolissons +dmolit +dmolition +dmolitions +dmolmes +dmolt +dmoltes +dmon +dmontisation +dmontisations +dmontis +dmontise +dmontises +dmontiss +dmoniaque +dmoniaques +dmons +dmonstrateur +dmonstrateurs +dmonstration +dmonstrations +dmonstratrice +dmonstratrices +dmonstratrif +dmonstratrifs +dmonstratrive +dmonstratrives +dmonta +dmontable +dmontables +dmontage +dmontages +dmontai +dmontaient +dmontais +dmontait +dmontant +dmontas +dmontasse +dmontassent +dmontasses +dmontassiez +dmontassions +dmontmes +dmontt +dmonttes +dmonte +dmontent +dmonter +dmontera +dmonterai +dmonteraient +dmonterais +dmonterait +dmonteras +dmonterez +dmonteriez +dmonterions +dmonterons +dmonteront +dmontes +dmontez +dmont +dmonte +dmontes +dmonts +dmontrent +dmontiez +dmontions +dmontons +dmontra +dmontrai +dmontraient +dmontrais +dmontrait +dmontrant +dmontras +dmontrasse +dmontrassent +dmontrasses +dmontrassiez +dmontrassions +dmontrmes +dmontrt +dmontrtes +dmontre +dmontrent +dmontrer +dmontrera +dmontrerai +dmontreraient +dmontrerais +dmontrerait +dmontreras +dmontrerez +dmontreriez +dmontrerions +dmontrerons +dmontreront +dmontres +dmontrez +dmontr +dmontre +dmontres +dmontrs +dmontrrent +dmontriez +dmontrions +dmontrons +dmoralisa +dmoralisai +dmoralisaient +dmoralisais +dmoralisait +dmoralisant +dmoralisas +dmoralisasse +dmoralisassent +dmoralisasses +dmoralisassiez +dmoralisassions +dmoralisateur +dmoralisateurs +dmoralisation +dmoralisations +dmoralisatrice +dmoralisatrices +dmoralismes +dmoralist +dmoralistes +dmoralise +dmoralisent +dmoraliser +dmoralisera +dmoraliserai +dmoraliseraient +dmoraliserais +dmoraliserait +dmoraliseras +dmoraliserez +dmoraliseriez +dmoraliserions +dmoraliserons +dmoraliseront +dmoralises +dmoralisez +dmoralis +dmoralise +dmoralises +dmoraliss +dmoralisrent +dmoralisiez +dmoralisions +dmoralisons +dmord +dmordaient +dmordais +dmordait +dmordant +dmorde +dmordent +dmordes +dmordez +dmordiez +dmordions +dmordirent +dmordis +dmordisse +dmordissent +dmordisses +dmordissiez +dmordissions +dmordit +dmordmes +dmordt +dmordtes +dmordons +dmordra +dmordrai +dmordraient +dmordrais +dmordrait +dmordras +dmordre +dmordrez +dmordriez +dmordrions +dmordrons +dmordront +dmords +dmordu +dmordue +dmordues +dmordus +dmoula +dmoulai +dmoulaient +dmoulais +dmoulait +dmoulant +dmoulas +dmoulasse +dmoulassent +dmoulasses +dmoulassiez +dmoulassions +dmoulmes +dmoult +dmoultes +dmoule +dmoulent +dmouler +dmoulera +dmoulerai +dmouleraient +dmoulerais +dmoulerait +dmouleras +dmoulerez +dmouleriez +dmoulerions +dmoulerons +dmouleront +dmoules +dmoulez +dmoul +dmoule +dmoules +dmouls +dmoulrent +dmouliez +dmoulions +dmoulons +dmuni +dmunie +dmunies +dmunir +dmunira +dmunirai +dmuniraient +dmunirais +dmunirait +dmuniras +dmunirent +dmunirez +dmuniriez +dmunirions +dmunirons +dmuniront +dmunis +dmunissaient +dmunissais +dmunissait +dmunissant +dmunisse +dmunissent +dmunisses +dmunissez +dmunissiez +dmunissions +dmunissons +dmunit +dmunmes +dmuntes +dnationalisa +dnationalisai +dnationalisaient +dnationalisais +dnationalisait +dnationalisant +dnationalisas +dnationalisasse +dnationalisassent +dnationalisasses +dnationalisassiez +dnationalisassions +dnationalismes +dnationalist +dnationalistes +dnationalise +dnationalisent +dnationaliser +dnationalisera +dnationaliserai +dnationaliseraient +dnationaliserais +dnationaliserait +dnationaliseras +dnationaliserez +dnationaliseriez +dnationaliserions +dnationaliserons +dnationaliseront +dnationalises +dnationalisez +dnationalis +dnationalise +dnationalises +dnationaliss +dnationalisrent +dnationalisiez +dnationalisions +dnationalismes +dnatura +dnaturai +dnaturaient +dnaturais +dnaturait +dnaturant +dnaturas +dnaturasse +dnaturassent +dnaturasses +dnaturassiez +dnaturassions +dnaturmes +dnaturt +dnaturtes +dnature +dnaturent +dnaturer +dnaturera +dnaturerai +dnatureraient +dnaturerais +dnaturerait +dnatureras +dnaturerez +dnatureriez +dnaturerions +dnaturerons +dnatureront +dnatures +dnaturez +dnatur +dnature +dnatures +dnaturs +dnaturrent +dnaturiez +dnaturions +dnaturons +dnegation +dnegations +dni +dniai +dniaient +dniais +dniaisa +dniaisai +dniaisaient +dniaisais +dniaisait +dniaisant +dniaisas +dniaisasse +dniaisassent +dniaisasses +dniaisassiez +dniaisassions +dniaismes +dniaist +dniaistes +dniaise +dniaisent +dniaiser +dniaisera +dniaiserai +dniaiseraient +dniaiserais +dniaiserait +dniaiseras +dniaiserez +dniaiseriez +dniaiserions +dniaiserons +dniaiseront +dniaises +dniaisez +dniais +dniaise +dniaises +dniaiss +dniaisrent +dniaisiez +dniaisions +dniaisons +dniait +dniant +dnias +dniasse +dniassent +dniasses +dniassiez +dniassions +dnimes +dnit +dnites +dnicha +dnichai +dnichaient +dnichais +dnichait +dnichant +dnichas +dnichassent +dnichasses +dnichassiez +dnichassions +dnichmes +dnicht +dnichtes +dniche +dnichent +dnicher +dnichera +dnicherai +dnicheraient +dnicherais +dnicherait +dnicheras +dnicherez +dnicheriez +dnicherions +dnicherons +dnicheront +dniches +dnichez +dnich +dniche +dniches +dnichs +dnichrent +dnichiez +dnichions +dnichons +dnie +dnient +dnier +dniera +dnierai +dnieraient +dnierais +dnierait +dnieras +dnierez +dnieriez +dnierions +dnierons +dnieront +dnies +dniez +dni +dnie +dnies +dnis +dnirent +dnigra +dnigrai +dnigraient +dnigrais +dnigrait +dnigrant +dnigras +dnigrasse +dnigrassent +dnigrasses +dnigrassiez +dnigrassions +dnigrmes +dnigrt +dnigrtes +dnigre +dnigrement +dnigrements +dnigrent +dnigrer +dnigrera +dnigrerai +dnigreraient +dnigrerais +dnigrerait +dnigreras +dnigrerez +dnigreriez +dnigrerions +dnigrerons +dnigreront +dnigres +dnigrez +dnigr +dnigre +dnigres +dnigrs +dnigrrent +dnigriez +dnigrions +dnigrons +dniiez +dniions +dnions +dnis +dnivela +dnivelai +dnivelaient +dnivelais +dnivelait +dnivelant +dnivelas +dnivelasse +dnivelassent +dnivelasses +dnivelassiez +dnivelassions +dnivelmes +dnivelt +dniveltes +dniveler +dnivelez +dnivel +dnivele +dniveles +dnivels +dnivelrent +dniveliez +dnivelions +dnivellation +dnivellations +dnivelle +dnivellent +dnivellera +dnivellerai +dnivelleraient +dnivellerais +dnivellerait +dnivelleras +dnivellerez +dnivelleriez +dnivellerions +dnivellerons +dnivelleront +dnivelles +dnivelons +dnombra +dnombrai +dnombraient +dnombrais +dnombrait +dnombrant +dnombras +dnombrasse +dnombrassent +dnombrasses +dnombrassiez +dnombrassions +dnombrmes +dnombrt +dnombrtes +dnombre +dnombrement +dnombrements +dnombrent +dnombrer +dnombrera +dnombrerai +dnombreraient +dnombrerais +dnombrerait +dnombreras +dnombrerez +dnombreriez +dnombrerions +dnombrerons +dnombreront +dnombres +dnombrez +dnombr +dnombre +dnombres +dnombrs +dnombrrent +dnombriez +dnombrions +dnombrons +dnominateur +dnominateurs +dnominatif +dnominatifs +dnomination +dnominations +dnominative +dnominatives +dnomma +dnommai +dnommaient +dnommais +dnommait +dnommant +dnommas +dnommasse +dnommassent +dnommasses +dnommassiez +dnommassions +dnommmes +dnommt +dnommtes +dnomme +dnomment +dnommer +dnommera +dnommerai +dnommeraient +dnommerais +dnommerait +dnommeras +dnommerez +dnommeriez +dnommerions +dnommerons +dnommeront +dnommes +dnommez +dnomm +dnomme +dnommes +dnomms +dnommrent +dnommiez +dnommions +dnommons +dnonce +dnoncent +dnoncer +dnoncera +dnoncerai +dnonceraient +dnoncerais +dnoncerait +dnonceras +dnoncerez +dnonceriez +dnoncerions +dnoncerons +dnonceront +dnonces +dnoncez +dnonc +dnonce +dnonces +dnoncs +dnoncrent +dnonciateur +dnonciateurs +dnonciation +dnonciations +dnonciatrice +dnonciatrices +dnonciez +dnoncions +dnona +dnonai +dnonaient +dnonais +dnonait +dnonant +dnonas +dnonasse +dnonassent +dnonasses +dnonassiez +dnonassions +dnonmes +dnont +dnontes +dnonons +dnota +dnotai +dnotaient +dnotais +dnotait +dnotant +dnotas +dnotasse +dnotassent +dnotasses +dnotassiez +dnotassions +dnotmes +dnott +dnottes +dnote +dnotent +dnoter +dnotera +dnoterai +dnoteraient +dnoterais +dnoterait +dnoteras +dnoterez +dnoteriez +dnoterions +dnoterons +dnoteront +dnotes +dnotez +dnot +dnote +dnotes +dnots +dnotrent +dnotiez +dnotions +dnotons +dnoua +dnouai +dnouaient +dnouais +dnouait +dnouant +dnouas +dnouasse +dnouassent +dnouasses +dnouassiez +dnouassions +dnoumes +dnout +dnoutes +dnoue +dnouement +dnouements +dnouent +dnouer +dnouera +dnouerai +dnoueraient +dnouerais +dnouerait +dnoueras +dnouerez +dnoueriez +dnouerions +dnouerons +dnoueront +dnoues +dnouez +dnou +dnoue +dnoues +dnous +dnourent +dnouiez +dnouions +dnouons +dnuda +dnudai +dnudaient +dnudais +dnudait +dnudas +dnudasse +dnudassent +dnudasses +dnudassiez +dnudassions +dnudation +dnudations +dnudmes +dnudt +dnudtes +dnude +dnudent +dnuder +dnudera +dnuderai +dnuderaient +dnuderais +dnuderait +dnuderas +dnuderez +dnuderiez +dnuderions +dnuderons +dnuderont +dnudes +dnudez +dnud +dnude +dnudes +dnuds +dnudrent +dnudiez +dnudions +dnudons +dnuement +dnuements +dnu +dnue +dnues +dnus +dnutrition +dontologie +dpanna +dpannage +dpannages +dpannai +dpannaient +dpannais +dpannait +dpannant +dpannas +dpannasse +dpannassent +dpannasses +dpannassiez +dpannassions +dpannmes +dpannt +dpanntes +dpanne +dpannent +dpanner +dpannera +dpannerai +dpanneraient +dpannerais +dpannerait +dpanneras +dpannerez +dpanneriez +dpannerions +dpannerons +dpanneront +dpannes +dpanneur +dpanneurs +dpanneuse +dpanneuses +dpannez +dpann +dpanne +dpannes +dpanns +dpannrent +dpanniez +dpannions +dpannons +dpaqueta +dpaquetai +dpaquetaient +dpaquetais +dpaquetait +dpaquetant +dpaquetas +dpaquetasse +dpaquetassent +dpaquetasses +dpaquetassiez +dpaquetassions +dpaquetmes +dpaquett +dpaquettes +dpaqueter +dpaquetez +dpaquet +dpaquete +dpaquetes +dpaquets +dpaquetrent +dpaquetiez +dpaquetions +dpaquetons +dpaquette +dpaquettent +dpaquettera +dpaquetterai +dpaquetteraient +dpaquetterais +dpaquetterait +dpaquetteras +dpaquetterez +dpaquetteriez +dpaquetterions +dpaquetterons +dpaquetteront +dpaquettes +dpara +dparai +dparaient +dparais +dparait +dparant +dparas +dparasse +dparassent +dparasses +dparassiez +dparassions +dparmes +dpart +dpartes +dpare +dpareilla +dpareillai +dpareillaient +dpareillais +dpareillait +dpareillant +dpareillas +dpareillasse +dpareillassent +dpareillasses +dpareillassiez +dpareillassions +dpareillmes +dpareillt +dpareilltes +dpareille +dpareillent +dpareiller +dpareillera +dpareilleraient +dpareillerais +dpareillerait +dpareilleras +dpareillerez +dpareilleriez +dpareillerions +dpareillerons +dpareilleront +dpareilles +dpareillez +dpareill +dpareille +dpareilles +dpareills +dpareillrent +dpareilliez +dpareillions +dpareillons +dparent +dparer +dparera +dparerai +dpareraient +dparerais +dparerait +dpareras +dparerez +dpareriez +dparerions +dparerons +dpareront +dpares +dparez +dpar +dpare +dpares +dpars +dparrent +dpariez +dparions +dparons +dpars +dpart +dpartage +dpartagea +dpartageai +dpartageaient +dpartageais +dpartageait +dpartageant +dpartageas +dpartageasse +dpartageassent +dpartageasses +dpartageassiez +dpartageassions +dpartagemes +dpartaget +dpartagetes +dpartagent +dpartageons +dpartager +dpartagera +dpartagerai +dpartageraient +dpartagerais +dpartagerait +dpartageras +dpartagerez +dpartageriez +dpartagerions +dpartagerons +dpartageront +dpartages +dpartagez +dpartag +dpartage +dpartages +dpartags +dpartagrent +dpartagiez +dpartagions +dpartaient +dpartais +dpartait +dpartant +dparte +dpartement +dpartemental +dpartementale +dpartementales +dpartementaux +dpartements +dpartent +dpartes +dpartez +dparti +dpartie +dparties +dpartiez +dpartions +dpartir +dpartira +dpartirai +dpartiraient +dpartirais +dpartirait +dpartiras +dpartirent +dpartirez +dpartiriez +dpartirions +dpartirons +dpartiront +dpartis +dpartisse +dpartissent +dpartisses +dpartissiez +dpartissions +dpartit +dpartmes +dpartt +dparttes +dpartons +dparts +dpassa +dpassai +dpassaient +dpassais +dpassait +dpassant +dpassas +dpassasse +dpassassent +dpassasses +dpassassiez +dpassassions +dpassmes +dpasst +dpasstes +dpasse +dpassement +dpassements +dpassent +dpasser +dpassera +dpasserai +dpasseraient +dpasserais +dpasserait +dpasseras +dpasserez +dpasseriez +dpasserions +dpasserons +dpasseront +dpasses +dpassez +dpass +dpasse +dpasses +dpasss +dpassrent +dpassiez +dpassions +dpassons +dpava +dpavage +dpavages +dpavai +dpavaient +dpavais +dpavait +dpavant +dpavas +dpavasse +dpavassent +dpavasses +dpavassiez +dpavassions +dpavmes +dpavt +dpavtes +dpave +dpavent +dpaver +dpavera +dpaverai +dpaveraient +dpaverais +dpaverait +dpaveras +dpaverez +dpaveriez +dpaverions +dpaverons +dpaveront +dpaves +dpavez +dpav +dpave +dpaves +dpavs +dpavrent +dpaviez +dpavions +dpavons +dpaysa +dpaysai +dpaysaient +dpaysais +dpaysait +dpaysant +dpaysas +dpaysasse +dpaysassent +dpaysasses +dpaysassiez +dpaysassions +dpaysmes +dpayst +dpaystes +dpayse +dpaysement +dpaysements +dpaysent +dpayser +dpaysera +dpayserai +dpayseraient +dpayserais +dpayserait +dpayseras +dpayserez +dpayseriez +dpayserions +dpayserons +dpayseront +dpayses +dpaysez +dpays +dpayse +dpayses +dpayss +dpaysrent +dpaysiez +dpaysions +dpaysons +dpecer +dpecez +dpec +dpece +dpeces +dpecs +dpecrent +dpeciez +dpecions +dpea +dpeage +dpeages +dpeai +dpeaient +dpeais +dpeait +dpeant +dpeas +dpeasse +dpeassent +dpeasses +dpeassiez +dpeassions +dpemes +dpet +dpetes +dpeons +dpeigna +dpeignai +dpeignaient +dpeignais +dpeignait +dpeignant +dpeignas +dpeignasse +dpeignassent +dpeignasses +dpeignassiez +dpeignassions +dpeignmes +dpeignt +dpeigntes +dpeigne +dpeignent +dpeigner +dpeignera +dpeignerai +dpeigneraient +dpeignerais +dpeignerait +dpeigneras +dpeignerez +dpeigneriez +dpeignerions +dpeignerons +dpeigneront +dpeignes +dpeignez +dpeign +dpeigne +dpeignes +dpeigns +dpeignrent +dpeigniez +dpeignions +dpeignirent +dpeignis +dpeignisse +dpeignissent +dpeignisses +dpeignissiez +dpeignissions +dpeignit +dpeignmes +dpeignt +dpeigntes +dpeignons +dpeindra +dpeindrai +dpeindraient +dpeindrais +dpeindrait +dpeindras +dpeindre +dpeindrez +dpeindriez +dpeindrions +dpeindrons +dpeindront +dpeins +dpeint +dpeinte +dpeintes +dpeints +dpenaill +dpenaille +dpenailles +dpenaills +dpend +dpendaient +dpendais +dpendait +dpendance +dpendances +dpendant +dpendante +dpendantes +dpende +dpendent +dpendes +dpendez +dpendiez +dpendions +dpendirent +dpendis +dpendisse +dpendissent +dpendisses +dpendissiez +dpendissions +dpendit +dpendmes +dpendt +dpendtes +dpendons +dpendra +dpendrai +dpendraient +dpendrais +dpendrait +dpendras +dpendre +dpendrez +dpendriez +dpendrions +dpendrons +dpendront +dpends +dpendu +dpendue +dpendues +dpendus +dpens +dpensa +dpensai +dpensaient +dpensais +dpensait +dpensant +dpensas +dpensasse +dpensassent +dpensasses +dpensassiez +dpensassions +dpensmes +dpenst +dpenstes +dpense +dpensent +dpenser +dpensera +dpenserai +dpenseraient +dpenserais +dpenserait +dpenseras +dpenserez +dpenseriez +dpenserions +dpenserons +dpenseront +dpenses +dpensez +dpens +dpense +dpenses +dpenss +dpensrent +dpensier +dpensiers +dpensiez +dpensire +dpensires +dpensions +dpensons +dperdition +dperditions +dpeupla +dpeuplai +dpeuplaient +dpeuplais +dpeuplait +dpeuplant +dpeuplas +dpeuplasse +dpeuplassent +dpeuplasses +dpeuplassiez +dpeuplassions +dpeuplmes +dpeuplt +dpeupltes +dpeuple +dpeuplement +dpeuplements +dpeuplent +dpeupler +dpeuplera +dpeuplerai +dpeupleraient +dpeuplerais +dpeuplerait +dpeupleras +dpeuplerez +dpeupleriez +dpeuplerions +dpeuplerons +dpeupleront +dpeuples +dpeuplez +dpeupl +dpeuple +dpeuples +dpeupls +dpeuplrent +dpeupliez +dpeuplions +dpeuplons +dpri +dprie +dpries +dprir +dprira +dprirai +dpriraient +dprirais +dprirait +dpriras +dprirent +dprirez +dpririez +dpririons +dprirons +dpriront +dpris +dprissaient +dprissais +dprissait +dprissant +dprisse +dprissement +dprissements +dprissent +dprisses +dprissez +dprissiez +dprissions +dprissons +dprissont +dprit +dprmes +dprt +dprtes +dpce +dpcement +dpcements +dpcent +dpcera +dpcerai +dpceraient +dpcerais +dpcerait +dpceras +dpcerez +dpceriez +dpcerions +dpcerons +dpceront +dpces +dpcha +dpchai +dpchaient +dpchais +dpchait +dpchant +dpchas +dpchasse +dpchassent +dpchasses +dpchassiez +dpchassions +dpchmes +dpcht +dpchtes +dpche +dpchent +dpcher +dpchera +dpcherai +dpcheraient +dpcherais +dpcherait +dpcheras +dpcherez +dpcheriez +dpcherions +dpcherons +dpcheront +dpches +dpchez +dpch +dpche +dpches +dpchs +dpchrent +dpchiez +dpchions +dpchons +dptra +dptrai +dptraient +dptrais +dptrait +dptrant +dptras +dptrasse +dptrassent +dptrasses +dptrassiez +dptrassions +dptrmes +dptrt +dptrtes +dptre +dptrent +dptrer +dptrera +dptrerai +dptreraient +dptrerais +dptrerait +dptreras +dptrerez +dptreriez +dptrerions +dptrerons +dptreront +dptres +dptrez +dptr +dptre +dptres +dptrs +dptrrent +dptriez +dptrions +dptrons +dphasa +dphasai +dphasaient +dphasais +dphasait +dphasant +dphasas +dphasasse +dphasassent +dphasasses +dphasassiez +dphasassions +dphasmes +dphast +dphastes +dphase +dphasent +dphaser +dphasera +dphaserai +dphaseraient +dphaserais +dphaserait +dphaseras +dphaserez +dphaseriez +dphaserions +dphaserons +dphaseront +dphases +dphasez +dphas +dphase +dphases +dphass +dphasrent +dphasiez +dphasions +dphasons +dpista +dpistage +dpistages +dpistai +dpistaient +dpistais +dpistait +dpistant +dpistas +dpistasse +dpistassent +dpistasses +dpistassiez +dpistassions +dpistmes +dpistt +dpisttes +dpiste +dpistent +dpister +dpistera +dpisterai +dpisteraient +dpisterais +dpisterait +dpisteras +dpisterez +dpisteriez +dpisterions +dpisterons +dpisteront +dpistes +dpistez +dpist +dpiste +dpistes +dpists +dpistrent +dpistiez +dpistions +dpistons +dpit +dpita +dpitai +dpitaient +dpitais +dpitait +dpitant +dpitas +dpitasse +dpitassent +dpitasses +dpitassiez +dpitassions +dpitmes +dpitt +dpittes +dpite +dpitent +dpiter +dpitera +dpiterai +dpiteraient +dpiterais +dpiterait +dpiteras +dpiterez +dpiteriez +dpiterions +dpiterons +dpiteront +dpites +dpitez +dpit +dpite +dpites +dpits +dpitrent +dpitiez +dpitions +dpitons +dpits +dplace +dplacement +dplacements +dplacent +dplacer +dplacera +dplacerai +dplaceraient +dplacerais +dplacerait +dplaceras +dplacerez +dplaceriez +dplacerions +dplacerons +dplaceront +dplaces +dplacez +dplac +dplace +dplaces +dplacs +dplacrent +dplaciez +dplacions +dplaa +dplaai +dplaaient +dplaais +dplaait +dplaant +dplaas +dplaasse +dplaassent +dplaasses +dplaassiez +dplaassions +dplames +dplat +dplates +dplaons +dplafonnement +dplafonnements +dplaira +dplairai +dplairaient +dplairais +dplairait +dplairas +dplaire +dplairez +dplairiez +dplairions +dplairons +dplairont +dplais +dplaisaient +dplaisais +dplaisait +dplaisant +dplaise +dplaisent +dplaises +dplaisez +dplaisiez +dplaisions +dplaisir +dplaisirs +dplaisons +dplait +dplat +dplanta +dplantai +dplantaient +dplantais +dplantait +dplantant +dplantas +dplantasse +dplantassent +dplantasses +dplantassiez +dplantassions +dplantmes +dplantt +dplanttes +dplante +dplantent +dplanter +dplantera +dplanterai +dplanteraient +dplanterais +dplanterait +dplanteras +dplanterez +dplanteriez +dplanterions +dplanterons +dplanteront +dplantes +dplantez +dplant +dplante +dplantes +dplants +dplantrent +dplantiez +dplantions +dplantons +dplia +dpliai +dpliaient +dpliais +dpliait +dpliant +dpliants +dplias +dpliasse +dpliassent +dpliasses +dpliassiez +dpliassions +dplimes +dplit +dplites +dplie +dplient +dplier +dpliera +dplierai +dplieraient +dplierais +dplierait +dplieras +dplierez +dplieriez +dplierions +dplierons +dplieront +dplies +dpliez +dpli +dplie +dplies +dplis +dplirent +dpliiez +dpliions +dplions +dplissa +dplissai +dplissaient +dplissais +dplissait +dplissant +dplissas +dplissasse +dplissassent +dplissasses +dplissassiez +dplissassions +dplissmes +dplisst +dplisstes +dplisse +dplissent +dplisser +dplissera +dplisserai +dplisseraient +dplisserais +dplisserait +dplisseras +dplisserez +dplisseriez +dplisserions +dplisserons +dplisseront +dplisses +dplissez +dpliss +dplisse +dplisses +dplisss +dplissrent +dplissiez +dplissions +dplissons +dploie +dploiement +dploiements +dploient +dploiera +dploierai +dploieraient +dploierais +dploierait +dploieras +dploierez +dploieriez +dploierions +dploierons +dploieront +dploies +dplora +dplorable +dplorablement +dplorables +dplorai +dploraient +dplorais +dplorait +dplorant +dploras +dplorasse +dplorassent +dplorasses +dplorassiez +dplorassions +dplormes +dplort +dplortes +dplore +dplorent +dplorer +dplorera +dplorerai +dploreraient +dplorerais +dplorerait +dploreras +dplorerez +dploreriez +dplorerions +dplorerons +dploreront +dplores +dplorez +dplor +dplore +dplores +dplors +dplorrent +dploriez +dplorions +dplorons +dploya +dployai +dployaient +dployais +dployait +dployant +dployas +dployasse +dployassent +dployasses +dployassiez +dployassions +dploymes +dployt +dploytes +dployer +dployez +dploy +dploye +dployes +dploys +dployrent +dployiez +dployions +dployons +dplu +dplue +dplues +dplum +dplume +dplumes +dplums +dplus +dplusse +dplussent +dplusses +dplussiez +dplussions +dplut +dplrent +dplmes +dplt +dpltes +dpoli +dpolie +dpolies +dpolir +dpolira +dpolirai +dpoliraient +dpolirais +dpolirait +dpoliras +dpolirent +dpolirez +dpoliriez +dpolirions +dpolirons +dpoliront +dpolis +dpolissaient +dpolissais +dpolissait +dpolissant +dpolisse +dpolissent +dpolisses +dpolissez +dpolissiez +dpolissions +dpolissons +dpolit +dpolmes +dpolt +dpoltes +dporta +dportai +dportaient +dportais +dportait +dportant +dportas +dportasse +dportassent +dportasses +dportassiez +dportassions +dportation +dportations +dportmes +dportt +dporttes +dporte +dportements +dportent +dporter +dportera +dporterai +dporteraient +dporterais +dporterait +dporteras +dporterez +dporteriez +dporterions +dporterons +dporteront +dportes +dportez +dport +dporte +dportes +dports +dportrent +dportiez +dportions +dportons +dposa +dposai +dposaient +dposais +dposait +dposant +dposante +dposantes +dposants +dposas +dposasse +dposassent +dposasses +dposassiez +dposassions +dposmes +dpost +dpostes +dpose +dposent +dposer +dposera +dposerai +dposeraient +dposerais +dposerait +dposeras +dposerez +dposeriez +dposerions +dposerons +dposeront +dposes +dposez +dpos +dpose +dposes +dposs +dpositaire +dpositaires +dposition +dpositions +dpossda +dpossdai +dpossdaient +dpossdais +dpossdait +dpossdant +dpossdas +dpossdasse +dpossdassent +dpossdasses +dpossdassiez +dpossdassions +dpossdmes +dpossdt +dpossdtes +dpossder +dpossdera +dpossderai +dpossderaient +dpossderais +dpossderait +dpossderas +dpossderez +dpossderiez +dpossderions +dpossderons +dpossderont +dpossdez +dpossd +dpossde +dpossdes +dpossds +dpossdrent +dpossdiez +dpossdions +dpossdons +dpossde +dpossdent +dpossdes +dpota +dpotai +dpotaient +dpotais +dpotait +dpotant +dpotas +dpotasse +dpotassent +dpotasses +dpotassiez +dpotassions +dpotmes +dpott +dpottes +dpote +dpotent +dpoter +dpotera +dpoterai +dpoteraient +dpoterais +dpoterait +dpoteras +dpoterez +dpoteriez +dpoterions +dpoterons +dpoteront +dpotes +dpotez +dpot +dpote +dpotes +dpots +dpotrent +dpotiez +dpotions +dpotoir +dpotoirs +dpotons +dpouilla +dpouillai +dpouillaient +dpouillais +dpouillait +dpouillant +dpouillas +dpouillasse +dpouillassent +dpouillasses +dpouillassiez +dpouillassions +dpouillmes +dpouillt +dpouilltes +dpouille +dpouillement +dpouillements +dpouillent +dpouiller +dpouillera +dpouillerai +dpouilleraient +dpouillerais +dpouillerait +dpouilleras +dpouillerez +dpouilleriez +dpouillerions +dpouillerons +dpouilleront +dpouilles +dpouillez +dpouill +dpouille +dpouilles +dpouills +dpouillrent +dpouilliez +dpouillions +dpouillons +dpourvu +dpourvue +dpourvues +dpourvus +dpoussirage +dpoussirages +dpt +dpts +dprava +dpravai +dpravaient +dpravais +dpravait +dpravant +dpravas +dpravasse +dpravassent +dpravasses +dpravassiez +dpravassions +dpravation +dpravations +dpravmes +dpravt +dpravtes +dprave +dpravent +dpraver +dpravera +dpraverai +dpraveraient +dpraverais +dpraverait +dpraveras +dpraverez +dpraveriez +dpraverions +dpraverons +dpraveront +dpraves +dpravez +dprav +dprave +dpraves +dpravs +dpravrent +dpraviez +dpravions +dpravons +dprenaient +dprenais +dprenait +dprenant +dprend +dprendra +dprendrai +dprendraient +dprendrais +dprendrait +dprendras +dprendre +dprendrez +dprendriez +dprendrions +dprendrons +dprendront +dprends +dprenez +dpreniez +dprenions +dprenne +dprennent +dprennes +dprenons +dpression +dpressions +dprcia +dprciai +dprciaient +dprciais +dprciait +dprciant +dprcias +dprciasse +dprciassent +dprciasses +dprciassiez +dprciasssions +dprciation +dprciations +dprcimes +dprcit +dprcites +dprcie +dprcient +dprcier +dprciera +dprcierai +dprcieraient +dprcierais +dprcierait +dprcieras +dprcierez +dprcieriez +dprcierions +dprcierons +dprcieront +dprcies +dprciez +dprci +dprcie +dprcies +dprcis +dprcirent +dprciiez +dprciions +dprcions +dprdation +dprdations +dprima +dprimai +dprimaient +dprimais +dprimait +dprimant +dprimas +dprimasse +dprimassent +dprimasses +dprimassiez +dprimassions +dprimmes +dprimt +dprimtes +dprime +dpriment +dprimer +dprimera +dprimerai +dprimeraient +dprimerais +dprimerait +dprimeras +dprimeriez +dprimerions +dprimerons +dprimeront +dprimes +dprimez +dprim +dprime +dprimes +dprims +dprimrent +dprimiez +dprimions +dprimons +dprirent +dpris +dprise +dprises +dprisse +dprissent +dprisses +dprissiez +dprissions +dprit +dprmes +dprt +dprtes +dpuratif +dpuratifs +dpurative +dpuratives +dputa +dputai +dputaient +dputais +dputait +dputant +dputas +dputasse +dputassent +dputasses +dputassiez +dputassions +dputation +dputations +dputmes +dputt +dputtes +dpute +dputent +dputer +dputera +dputerai +dputeraient +dputerais +dputerait +dputeras +dputerez +dputeriez +dputerions +dputerons +dputeront +dputes +dputez +dput +dpute +dputes +dputs +dputrent +dputiez +dputions +dputons +dracina +dracinai +dracinaient +dracinais +dracinait +dracinant +dracinas +dracinasse +dracinassent +dracinasses +dracinassiez +dracinassions +dracinmes +dracint +dracintes +dracine +dracinent +draciner +dracinera +dracinerai +dracineraient +dracinerais +dracinerait +dracineras +dracinerez +dracineriez +dracinerions +dracinerons +dracineront +dracines +dracinez +dracin +dracine +dracines +dracins +dracinrent +draciniez +dracinions +dracinons +drailla +draillai +draillaient +draillais +draillait +draillant +draillas +draillasse +draillassent +draillasses +draillassiez +draillassions +draillmes +draillt +drailltes +draille +draillement +draillements +draillent +drailler +draillera +draillerai +drailleraient +draillerais +draillerait +drailleras +draillerez +drailleriez +draillerions +draillerons +drailleront +drailles +draillez +draill +draille +drailles +draills +draillrent +drailliez +draillions +draillons +draison +draisonna +draisonnable +draisonnablement +draisonnables +draisonnai +draisonnaient +draisonnais +draisonnait +draisonnant +draisonnas +draisonnasse +draisonnassent +draisonnasses +draisonnassiez +draisonnassions +draisonnmes +draisonnt +draisonntes +draisonne +draisonnent +draisonner +draisonnera +draisonnerai +draisonneraient +draisonnerais +draisonnerait +draisonneras +draisonnerez +draisonneriez +draisonnerions +draisonnerons +draisonneront +draisonnes +draisonnez +draisonn +draisonne +draisonnes +draisonns +draisonnrent +draisonniez +draisonnions +draisonnons +draisons +drange +drangea +drangeai +drangeaient +drangeais +drangeant +drangeas +drangeasse +drangeassent +drangeasses +drangeassiez +drangeassions +drangemes +dranget +drangetes +drangement +drangements +drangent +drangeons +dranger +drangera +drangerai +drangeraient +drangerais +drangerait +drangeras +drangerez +drangeriez +drangerions +drangerons +drangeront +dranges +drangez +drang +drange +dranges +drangs +drangrent +drangiez +drangions +drapa +drapage +drapages +drapai +drapaient +drapais +drapait +drapant +drapas +drapasse +drapassent +drapasses +drapassiez +drapassions +drapmes +drapt +draptes +drape +drapent +draper +drapera +draperai +draperaient +draperais +draperait +draperas +draperez +draperiez +draperions +draperons +draperont +drapes +drapez +drap +drape +drapes +draps +draprent +drapiez +drapions +drapons +drat +drate +drates +drats +dratisa +dratisai +dratisaient +dratisais +dratisait +dratisant +dratisas +dratisasse +dratisassent +dratisasses +dratisassiez +dratisassions +dratismes +dratist +dratistes +dratise +dratisent +dratiser +dratisera +dratiserai +dratiseraient +dratiserais +dratiserait +dratiseras +dratiserez +dratiseriez +dratiserions +dratiserons +dratiseront +dratises +dratisez +dratis +dratise +dratises +dratiss +dratisrent +dratisiez +dratisions +dratisons +drgla +drglai +drglaient +drglais +drglait +drglant +drglas +drglasse +drglassent +drglasses +drglassiez +drglassions +drglmes +drgler +drglera +drglerai +drgleraient +drglerais +drglerait +drgleras +drglerez +drgleriez +drglerions +drglerons +drgleront +drglez +drgl +drgle +drgles +drgls +drglrent +drgliez +drglions +drglons +drgle +drglement +drglements +drglent +drgles +drida +dridai +dridaient +dridais +dridait +dridant +dridas +dridasse +dridassent +dridasses +dridassiez +dridassions +dridmes +dridt +dridtes +dride +drident +drider +dridera +driderai +drideraient +driderais +driderait +drideras +driderez +drideriez +driderions +driderons +drideront +drides +dridez +drid +dride +drides +drids +dridrent +dridiez +dridions +dridons +drision +drisions +drisoire +drisoires +driva +drivai +drivaient +drivais +drivait +drivant +drivas +drivasse +drivassent +drivasses +drivassiez +drivassions +drivatif +drivatifs +drivation +drivations +drivative +drivatives +drivmes +drivt +drivtes +drive +drivent +driver +drivera +driverai +driveraient +driverais +driverait +driveras +driverez +driveriez +driverions +driverons +driveront +drives +driveur +driveurs +drivez +driv +drive +drives +drivs +drivrent +driviez +drivions +drivons +droba +drobade +drobades +drobai +drobaient +drobais +drobait +drobant +drobas +drobasse +drobassent +drobasses +drobassiez +drobassions +drobmes +drobt +drobtes +drobe +drobent +drober +drobera +droberai +droberaient +droberais +droberait +droberas +droberez +droberiez +droberions +droberons +droberont +drobes +drobez +drob +drobe +drobes +drobs +drobrent +drobiez +drobions +drobons +drogation +drogations +droge +drogea +drogeai +drogeaient +drogeais +drogeait +drogeas +drogeasse +drogeassent +drogeasses +drogeassiez +drogeassions +drogemes +droget +drogetes +drogent +drogeons +droger +drogera +drogerai +drogeraient +drogerais +drogerait +drogeras +drogerez +drogeriez +drogerions +drogerons +drogeront +droges +drogez +drog +droge +droges +drogs +drogrent +drogiez +drogions +drouilla +drouillai +drouillaient +drouillais +drouillait +drouillant +drouillas +drouillasse +drouillassent +drouillasses +drouillassiez +drouillassions +drouillmes +drouillt +drouilltes +drouille +drouillent +drouiller +drouillera +drouillerai +drouilleraient +drouillerais +drouillerait +drouilleras +drouillerez +drouilleriez +drouillerions +drouillerons +drouilleront +drouilles +drouillez +drouill +drouille +drouilles +drouills +drouillrent +drouilliez +drouillions +drouillons +droula +droulai +droulaient +droulais +droulait +droulant +droulants +droulas +droulasse +droulassent +droulasses +droulassiez +droulassions +droulmes +droult +droultes +droule +droulement +droulements +droulent +drouler +droulera +droulerai +drouleraient +droulerais +droulerait +drouleras +droulerez +drouleriez +droulerions +droulerons +drouleront +droules +droulez +droul +droule +droules +drouls +droulrent +drouliez +droulions +droulons +drouta +droutai +droutaient +droutais +droutait +droutant +droutas +droutasse +droutassent +droutasses +droutassiez +droutassions +droutmes +droutt +drouttes +droute +droutent +drouter +droutera +drouterai +drouteraient +drouterais +drouterait +drouteras +drouterez +drouteriez +drouterions +drouterons +drouteront +droutes +droutez +drout +droute +droutes +drouts +droutrent +droutiez +droutions +droutons +ds +dsabonna +dsabonnai +dsabonnaient +dsabonnais +dsabonnait +dsabonnant +dsabonnas +dsabonnasse +dsabonnassent +dsabonnasses +dsabonnassiez +dsabonnassions +dsabonnmes +dsabonnt +dsabonntes +dsabonne +dsabonnent +dsabonner +dsabonnera +dsabonnerai +dsabonneraient +dsabonnerais +dsabonnerait +dsabonneras +dsabonnerez +dsabonneriez +dsabonnerions +dsabonnerons +dsabonneront +dsabonnes +dsabonnez +dsabonn +dsabonne +dsabonnes +dsabonns +dsabonnrent +dsabonniez +dsabonnions +dsabonnons +dsabusa +dsabusai +dsabusaient +dsabusais +dsabusait +dsabusant +dsabusas +dsabusasse +dsabusassent +dsabusasses +dsabusassiez +dsabusassions +dsabusmes +dsabust +dsabustes +dsabuse +dsabusent +dsabuser +dsabusera +dsabuserai +dsabuseraient +dsabuserais +dsabuserait +dsabuseras +dsabuserez +dsabuseriez +dsabuserions +dsabuserons +dsabuseront +dsabuses +dsabusez +dsabus +dsabuse +dsabuses +dsabuss +dsabusrent +dsabusiez +dsabusions +dsabusons +dsaccord +dsaccorda +dsaccordai +dsaccordaient +dsaccordais +dsaccordait +dsaccordant +dsaccordas +dsaccordasse +dsaccordassent +dsaccordasses +dsaccordassiez +dsaccordassions +dsaccordmes +dsaccordt +dsaccordtes +dsaccorde +dsaccordent +dsaccorder +dsaccordera +dsaccorderai +dsaccorderaient +dsaccorderais +dsaccorderait +dsaccorderas +dsaccorderez +dsaccorderiez +dsaccorderions +dsaccorderons +dsaccorderont +dsaccordes +dsaccordez +dsaccord +dsaccorde +dsaccordes +dsaccords +dsaccordrent +dsaccordiez +dsaccordions +dsaccordons +dsaccords +dsaccoutuma +dsaccoutumai +dsaccoutumaient +dsaccoutumais +dsaccoutumait +dsaccoutumant +dsaccoutumas +dsaccoutumasse +dsaccoutumassent +dsaccoutumasses +dsaccoutumassiez +dsaccoutumassions +dsaccoutummes +dsaccoutumt +dsaccoutumtes +dsaccoutume +dsaccoutument +dsaccoutumer +dsaccoutumerai +dsaccoutumeraient +dsaccoutumerais +dsaccoutumerait +dsaccoutumeras +dsaccoutumerez +dsaccoutumeriez +dsaccoutumerions +dsaccoutumerons +dsaccoutumeront +dsaccoutumes +dsaccoutumez +dsaccoutum +dsaccoutume +dsaccoutumes +dsaccoutums +dsaccoutumrent +dsaccoutumiez +dsaccoutumions +dsaccoutumons +dsaffecta +dsaffectai +dsaffectaient +dsaffectais +dsaffectait +dsaffectant +dsaffectas +dsaffectasse +dsaffectassent +dsaffectasses +dsaffectassiez +dsaffectassions +dsaffectation +dsaffectations +dsaffectmes +dsaffectt +dsaffecttes +dsaffecte +dsaffectent +dsaffecter +dsaffectera +dsaffecterai +dsaffecteraient +dsaffecterais +dsaffecterait +dsaffecteras +dsaffecterez +dsaffecteriez +dsaffecterions +dsaffecterons +dsaffecteront +dsaffectes +dsaffectez +dsaffect +dsaffecte +dsaffectes +dsaffects +dsaffectrent +dsaffectiez +dsaffections +dsaffectons +dsagrable +dsagrablement +dsagrables +dsagrgation +dsagrgations +dsagrgea +dsagrgeai +dsagrgeaient +dsagrgeais +dsagrgeait +dsagrgeant +dsagrgeas +dsagrgeasse +dsagrgeassent +dsagrgeasses +dsagrgeassiez +dsagrgeassions +dsagrgemes +dsagrget +dsagrgetes +dsagrgeons +dsagrger +dsagrgera +dsagrgerai +dsagrgeraient +dsagrgerais +dsagrgerait +dsagrgeras +dsagrgerez +dsagrgeriez +dsagrgerions +dsagrgerons +dsagrgeront +dsagrgez +dsagrg +dsagrge +dsagrges +dsagrgs +dsagrgrent +dsagrgiez +dsagrgions +dsagrment +dsagrments +dsagrge +dsagrgent +dsagrges +dsaltra +dsaltrai +dsaltraient +dsaltrais +dsaltrait +dsaltrant +dsaltras +dsaltrasse +dsaltrassent +dsaltrasses +dsaltrassiez +dsaltrassions +dsaltrmes +dsaltrt +dsaltrtes +dsaltrer +dsaltrera +dsaltrerai +dsaltreraient +dsaltrerais +dsaltrerait +dsaltreras +dsaltrerez +dsaltreriez +dsaltrerions +dsaltrerons +dsaltreront +dsaltrez +dsaltr +dsaltre +dsaltres +dsaltrs +dsaltrrent +dsaltriez +dsaltrions +dsaltrons +dsaltre +dsaltrent +dsaltres +dsamorce +dsamorcent +dsamorcer +dsamorcera +dsamorcerai +dsamorceraient +dsamorcerais +dsamorcerait +dsamorceras +dsamorcerez +dsamorceriez +dsamorcerions +dsamorcerons +dsamorceront +dsamorces +dsamorcez +dsamorc +dsamorce +dsamorces +dsamorcs +dsamorcrent +dsamorciez +dsamorcions +dsamora +dsamorai +dsamoraient +dsamorais +dsamorait +dsamorant +dsamoras +dsamorasse +dsamorassent +dsamorasses +dsamorassiez +dsamorassions +dsamormes +dsamort +dsamortes +dsamorons +dsappointa +dsappointai +dsappointaient +dsappointais +dsappointait +dsappointant +dsappointas +dsappointasse +dsappointassent +dsappointasses +dsappointassiez +dsappointassions +dsappointmes +dsappointt +dsappointtes +dsappointe +dsappointement +dsappointements +dsappointent +dsappointer +dsappointera +dsappointerai +dsappointeraient +dsappointerais +dsappointerait +dsappointeras +dsappointerez +dsappointeriez +dsappointerions +dsappointerons +dsappointeront +dsappointes +dsappointez +dsappoint +dsappointe +dsappointes +dsappoints +dsappointrent +dsappointiez +dsappointions +dsappointons +dsapprenaient +dsapprenais +dsapprenait +dsapprenant +dsapprend +dsapprendra +dsapprendrai +dsapprendraient +dsapprendrais +dsapprendrait +dsapprendras +dsapprendre +dsapprendrez +dsapprendriez +dsapprendrions +dsapprendrons +dsapprendront +dsapprends +dsapprenez +dsappreniez +dsapprenions +dsapprenne +dsapprennent +dsapprennes +dsapprenons +dsapprirent +dsappris +dsapprise +dsapprises +dsapprisse +dsapprissent +dsapprisses +dsapprissiez +dsapprissions +dsapprit +dsapprmes +dsapprt +dsapprtes +dsapprobateur +dsapprobateurs +dsapprobation +dsapprobations +dsapprobatrice +dsapprobatrices +dsapprouva +dsapprouvai +dsapprouvaient +dsapprouvais +dsapprouvait +dsapprouvant +dsapprouvas +dsapprouvasse +dsapprouvassent +dsapprouvasses +dsapprouvassiez +dsapprouvassions +dsapprouvmes +dsapprouvt +dsapprouvtes +dsapprouve +dsapprouvent +dsapprouver +dsapprouvera +dsapprouverai +dsapprouveraient +dsapprouverais +dsapprouverait +dsapprouveras +dsapprouverez +dsapprouveriez +dsapprouverions +dsapprouverons +dsapprouveront +dsapprouves +dsapprouvez +dsapprouv +dsapprouve +dsapprouves +dsapprouvs +dsapprouvrent +dsapprouviez +dsapprouvions +dsapprouvons +dsaronna +dsaronnai +dsaronnaient +dsaronnais +dsaronnait +dsaronnant +dsaronnas +dsaronnasse +dsaronnassent +dsaronnasses +dsaronnassiez +dsaronnassions +dsaronnmes +dsaronnt +dsaronntes +dsaronne +dsaronnent +dsaronner +dsaronnera +dsaronnerai +dsaronneraient +dsaronnerais +dsaronnerait +dsaronneras +dsaronnerez +dsaronneriez +dsaronnerions +dsaronnerons +dsaronneront +dsaronnes +dsaronnez +dsaronn +dsaronne +dsaronnes +dsaronns +dsaronnrent +dsaronniez +dsaronnions +dsaronnons +dsargent +dsargente +dsargentes +dsargents +dsarma +dsarmai +dsarmaient +dsarmais +dsarmait +dsarmant +dsarmas +dsarmasse +dsarmassent +dsarmasses +dsarmassiez +dsarmassions +dsarmmes +dsarmt +dsarmtes +dsarme +dsarmement +dsarment +dsarmer +dsarmera +dsarmerai +dsarmeraient +dsarmerais +dsarmerait +dsarmeras +dsarmerez +dsarmeriez +dsarmerions +dsarmerons +dsarmeront +dsarmes +dsarmez +dsarm +dsarme +dsarmes +dsarms +dsarmrent +dsarmiez +dsarmions +dsarmons +dsarroi +dsarrois +dsarticula +dsarticulai +dsarticulaient +dsarticulais +dsarticulait +dsarticulant +dsarticulas +dsarticulasse +dsarticulassent +dsarticulasses +dsarticulassiez +dsarticulassions +dsarticulmes +dsarticult +dsarticultes +dsarticule +dsarticulent +dsarticuler +dsarticulera +dsarticulerai +dsarticuleraient +dsarticulerais +dsarticulerait +dsarticuleras +dsarticulerez +dsarticuleriez +dsarticulerions +dsarticulerons +dsarticuleront +dsarticules +dsarticulez +dsarticul +dsarticule +dsarticules +dsarticuls +dsarticulrent +dsarticuliez +dsarticulions +dsarticulons +dsassorti +dsassortie +dsassorties +dsassortis +dsastre +dsastres +dsastreuse +dsastreusement +dsastreuses +dsastreux +dsavantage +dsavantagea +dsavantageai +dsavantageaient +dsavantageais +dsavantageait +dsavantageant +dsavantageas +dsavantageasse +dsavantageassent +dsavantageasses +dsavantageassiez +dsavantageassions +dsavantagemes +dsavantagent +dsavantageons +dsavantager +dsavantagera +dsavantagerai +dsavantageraient +dsavantagerais +dsavantagerait +dsavantageras +dsavantagerez +dsavantageriez +dsavantagerions +dsavantagerons +dsavantageront +dsavantages +dsavantageuse +dsavantageusement +dsavantageuses +dsavantageux +dsavantagez +dsavantag +dsavantage +dsavantages +dsavantags +dsavantagrent +dsavantagiez +dsavantagions +dsaveu +dsaveux +dsavoua +dsavouai +dsavouaient +dsavouais +dsavouait +dsavouas +dsavouasse +dsavouassent +dsavouasses +dsavouassiez +dsavouassions +dsavoumes +dsavout +dsavoutes +dsavoue +dsavouent +dsavouer +dsavouera +dsavouerai +dsavoueraient +dsavouerais +dsavouerait +dsavoueras +dsavouerez +dsavoueriez +dsavouerions +dsavouerons +dsavoueront +dsavoues +dsavouez +dsavou +dsavoue +dsavoues +dsavous +dsavourent +dsavouiez +dsavouions +dsavouons +dsaxa +dsaxai +dsaxaient +dsaxais +dsaxait +dsaxant +dsaxas +dsaxasse +dsaxassent +dsaxasses +dsaxassiez +dsaxassions +dsaxmes +dsaxt +dsaxtes +dsaxe +dsaxent +dsaxer +dsaxera +dsaxerai +dsaxeraient +dsaxerais +dsaxerait +dsaxeras +dsaxerez +dsaxeriez +dsaxerions +dsaxerons +dsaxeront +dsaxes +dsaxez +dsax +dsaxe +dsaxes +dsaxs +dsaxrent +dsaxiez +dsaxions +dsaxons +dsempara +dsemparai +dsemparaient +dsemparais +dsemparait +dsemparant +dsemparas +dsemparasse +dsemparassent +dsemparasses +dsemparassiez +dsemparassions +dsemparmes +dsempart +dsempartes +dsempare +dsemparent +dsemparer +dsemparera +dsemparerai +dsempareraient +dsemparerais +dsemparerait +dsempareras +dsemparerez +dsempareriez +dsemparerions +dsemparerons +dsempareront +dsempares +dsemparez +dsempar +dsempare +dsempares +dsempars +dsemparrent +dsempariez +dsemparions +dsemparons +dsempli +dsemplie +dsemplies +dsemplir +dsemplira +dsemplirai +dsempliraient +dsemplirais +dsemplirait +dsempliras +dsemplirent +dsemplirez +dsempliriez +dsemplirions +dsemplirons +dsempliront +dsemplis +dsemplissaient +dsemplissais +dsemplissait +dsemplissant +dsemplisse +dsemplissent +dsemplisses +dsemplissez +dsemplissiez +dsemplissions +dsemplissons +dsemplit +dsemplmes +dsemplt +dsempltes +dsenchanta +dsenchantai +dsenchantaient +dsenchantais +dsenchantait +dsenchantant +dsenchantas +dsenchantasse +dsenchantassent +dsenchantasses +dsenchantassiez +dsenchantassions +dsenchantmes +dsenchantt +dsenchanttes +dsenchante +dsenchantement +dsenchantements +dsenchantent +dsenchanter +dsenchantera +dsenchanterai +dsenchanteraient +dsenchanterais +dsenchanterait +dsenchanteras +dsenchanterez +dsenchanteriez +dsenchanterions +dsenchanterons +dsenchanteront +dsenchantes +dsenchantez +dsenchant +dsenchante +dsenchantes +dsenchants +dsenchantrent +dsenchantiez +dsenchantions +dsenchantons +dsenclava +dsenclavai +dsenclavaient +dsenclavais +dsenclavait +dsenclavant +dsenclavas +dsenclavasse +dsenclavassent +dsenclavasses +dsenclavassiez +dsenclavassions +dsenclavmes +dsenclavt +dsenclavtes +dsenclave +dsenclavent +dsenclaver +dsenclavera +dsenclaverai +dsenclaveraient +dsenclaverais +dsenclaverait +dsenclaveras +dsenclaverez +dsenclaveriez +dsenclaverions +dsenclaverons +dsenclaveront +dsenclaves +dsenclavez +dsenclav +dsenclave +dsenclaves +dsenclavs +dsenclavrent +dsenclaviez +dsenclavions +dsenclavons +dsenfla +dsenflai +dsenflaient +dsenflais +dsenflait +dsenflant +dsenflas +dsenflasse +dsenflassent +dsenflasses +dsenflassiez +dsenflassions +dsenflmes +dsenflt +dsenfltes +dsenfle +dsenflent +dsenfler +dsenflera +dsenflerai +dsenfleraient +dsenflerais +dsenflerait +dsenfleras +dsenflerez +dsenfleriez +dsenflerions +dsenflerons +dsenfleront +dsenfles +dsenflez +dsenfl +dsenfle +dsenfles +dsenfls +dsenflrent +dsenfliez +dsenflions +dsenflons +dsennuie +dsennuient +dsennuiera +dsennuierai +dsennuieraient +dsennuierais +dsennuierait +dsennuieras +dsennuierez +dsennuieriez +dsennuierions +dsennuierons +dsennuieront +dsennuies +dsennuya +dsennuyai +dsennuyaient +dsennuyais +dsennuyait +dsennuyant +dsennuyas +dsennuyasse +dsennuyassent +dsennuyasses +dsennuyassiez +dsennuyassions +dsennuymes +dsennuyer +dsennuyez +dsennuy +dsennuye +dsennuyes +dsennuys +dsennuyrent +dsennuyiez +dsennuyions +dsennuyons +dsensabla +dsensablai +dsensablaient +dsensablais +dsensablait +dsensablant +dsensablas +dsensablasse +dsensablassent +dsensablasses +dsensablassiez +dsensablassions +dsensablmes +dsensablt +dsensabltes +dsensable +dsensablement +dsensablements +dsensablent +dsensabler +dsensablera +dsensablerai +dsensableraient +dsensablerais +dsensablerait +dsensableras +dsensablerez +dsensableriez +dsensablerions +dsensablerons +dsensableront +dsensables +dsensablez +dsensabl +dsensable +dsensables +dsensabls +dsensablrent +dsensabliez +dsensablions +dsensablons +dsensorcela +dsensorcelai +dsensorcelaient +dsensorcelais +dsensorcelait +dsensorcelant +dsensorcelas +dsensorcelasse +dsensorcelassent +dsensorcelasses +dsensorcelassiez +dsensorcelassions +dsensorcelmes +dsensorcelt +dsensorceltes +dsensorceler +dsensorcelez +dsensorcel +dsensorcele +dsensorceles +dsensorcels +dsensorcelrent +dsensorceliez +dsensorcelions +dsensorcelle +dsensorcellent +dsensorcellera +dsensorcellerai +dsensorcelleraient +dsensorcellerais +dsensorcellerait +dsensorcelleras +dsensorcellerez +dsensorcelleriez +dsensorcellerions +dsensorcellerons +dsensorcelleront +dsensorcelles +dsensorcelons +dsentortilla +dsentortillai +dsentortillaient +dsentortillais +dsentortillait +dsentortillant +dsentortillas +dsentortillasse +dsentortillassent +dsentortillasses +dsentortillassiez +dsentortillassions +dsentortillmes +dsentortillt +dsentortilltes +dsentortille +dsentortillent +dsentortiller +dsentortillera +dsentortillerai +dsentortilleraient +dsentortillerais +dsentortillerait +dsentortilleras +dsentortillerez +dsentortilleriez +dsentortillerions +dsentortillerons +dsentortilleront +dsentortilles +dsentortillez +dsentortill +dsentortille +dsentortilles +dsentortills +dsentortillrent +dsentortilliez +dsentortillions +dsentortillons +dsert +dserta +dsertai +dsertaient +dsertais +dsertait +dsertant +dsertas +dsertasse +dsertassent +dsertasses +dsertassiez +dsertassions +dsertmes +dsertt +dserttes +dserte +dsertent +dserter +dsertera +dserterai +dserteraient +dserterais +dserterait +dserteras +dserterez +dserteriez +dserterions +dserterons +dserteront +dsertes +dserteur +dserteurs +dsertez +dsert +dserte +dsertes +dserts +dsertrent +dsertiez +dsertion +dsertions +dsertique +dsertiques +dsertons +dserts +dsespra +dsesprai +dsespraient +dsesprais +dsesprait +dsesprant +dsespras +dsesprasse +dsesprassent +dsesprasses +dsesprassiez +dsesprassions +dsesprmes +dsesprt +dsesprtes +dsesprer +dsesprera +dsesprerai +dsespreraient +dsesprerais +dsesprerait +dsespreras +dsesprerez +dsespreriez +dsesprerions +dsesprerons +dsespreront +dsesprez +dsespr +dsespre +dsespres +dsesprment +dsesprs +dsesprrent +dsespriez +dsesprions +dsesprons +dsespre +dsesprent +dsespres +dsespoir +dsespoirs +dsquilibra +dsquilibrai +dsquilibraient +dsquilibrais +dsquilibrait +dsquilibrant +dsquilibras +dsquilibrasse +dsquilibrassent +dsquilibrasses +dsquilibrassiez +dsquilibrassions +dsquilibrmes +dsquilibrt +dsquilibrtes +dsquilibre +dsquilibrent +dsquilibrer +dsquilibrera +dsquilibrerai +dsquilibreraient +dsquilibrerais +dsquilibrerait +dsquilibreras +dsquilibrerez +dsquilibreriez +dsquilibrerions +dsquilibrerons +dsquilibreront +dsquilibres +dsquilibrez +dsquilibr +dsquilibre +dsquilibres +dsquilibrs +dsquilibrrent +dsquilibriez +dsquilibrions +dsquilibrons +dshabilla +dshabillai +dshabillaient +dshabillais +dshabillait +dshabillant +dshabillas +dshabillasse +dshabillassent +dshabillasses +dshabillassiez +dshabillassions +dshabillmes +dshabillt +dshabilltes +dshabille +dshabillent +dshabiller +dshabillera +dshabillerai +dshabilleraient +dshabillerais +dshabillerait +dshabilleras +dshabillerez +dshabilleriez +dshabillerions +dshabillerons +dshabilleront +dshabilles +dshabillez +dshabill +dshabille +dshabilles +dshabills +dshabillrent +dshabilliez +dshabillions +dshabillons +dshabitua +dshabituai +dshabituaient +dshabituais +dshabituait +dshabituant +dshabituas +dshabituasse +dshabituassent +dshabituasses +dshabituassiez +dshabituassions +dshabitumes +dshabitut +dshabitutes +dshabitue +dshabituent +dshabituer +dshabituera +dshabituerai +dshabitueraient +dshabituerais +dshabituerait +dshabitueras +dshabituerez +dshabitueriez +dshabituerions +dshabituerons +dshabitueront +dshabitues +dshabituez +dshabitu +dshabitue +dshabitues +dshabitus +dshabiturent +dshabituiez +dshabituions +dshabituons +dsherba +dsherbai +dsherbaient +dsherbais +dsherbait +dsherbant +dsherbas +dsherbasse +dsherbassent +dsherbasses +dsherbassiez +dsherbassions +dsherbmes +dsherbt +dsherbtes +dsherbe +dsherbent +dsherber +dsherbera +dsherberai +dsherberaient +dsherberais +dsherberait +dsherberas +dsherberez +dsherberiez +dsherberions +dsherberons +dsherberont +dsherbes +dsherbez +dsherb +dsherbe +dsherbes +dsherbs +dsherbrent +dsherbiez +dsherbions +dsherbons +dshrence +dshrences +dshrita +dshritai +dshritaient +dshritais +dshritait +dshritant +dshritas +dshritasse +dshritassent +dshritasses +dshritassiez +dshritassions +dshritmes +dshritt +dshrittes +dshrite +dshritent +dshriter +dshritera +dshriterai +dshriteraient +dshriterais +dshriterait +dshriteras +dshriterez +dshriteriez +dshriterions +dshriterons +dshriteront +dshrites +dshritez +dshrit +dshrite +dshrites +dshrits +dshritrent +dshritiez +dshritions +dshritons +dshonnte +dshonntes +dshonora +dshonorai +dshonoraient +dshonorais +dshonorait +dshonorant +dshonoras +dshonorasse +dshonorassent +dshonorasses +dshonorassiez +dshonorassions +dshonormes +dshonort +dshonortes +dshonore +dshonorent +dshonorer +dshonorera +dshonorerai +dshonoreraient +dshonorerais +dshonorerait +dshonoreras +dshonorerez +dshonoreriez +dshonorerions +dshonorerons +dshonoreront +dshonores +dshonoreur +dshonoreurs +dshonorez +dshonor +dshonore +dshonores +dshonors +dshonorrent +dshonoriez +dshonorions +dshonorons +dshydrata +dshydratai +dshydrataient +dshydratais +dshydratait +dshydratant +dshydratas +dshydratasse +dshydratassent +dshydratasses +dshydratassiez +dshydratassions +dshydratmes +dshydratt +dshydrattes +dshydrate +dshydratent +dshydrater +dshydratera +dshydraterai +dshydrateraient +dshydraterais +dshydraterait +dshydrateras +dshydraterez +dshydrateriez +dshydraterions +dshydraterons +dshydrateront +dshydrates +dshydratez +dshydrat +dshydrate +dshydrates +dshydrats +dshydratrent +dshydratiez +dshydrations +dshydratons +dsigna +dsignai +dsignaient +dsignais +dsignait +dsignant +dsignas +dsignasse +dsignassent +dsignasses +dsignassiez +dsignassions +dsignation +dsignations +dsignmes +dsignt +dsigntes +dsigne +dsignent +dsigner +dsignera +dsignerai +dsigneraient +dsignerais +dsignerait +dsigneras +dsignerez +dsigneriez +dsignerions +dsignerons +dsigneront +dsignes +dsignez +dsign +dsigne +dsignes +dsigns +dsignrent +dsigniez +dsignions +dsignons +dsillusion +dsillusionna +dsillusionnai +dsillusionnaient +dsillusionnais +dsillusionnait +dsillusionnant +dsillusionnas +dsillusionnasse +dsillusionnassent +dsillusionnasses +dsillusionnassiez +dsillusionnassions +dsillusionnmes +dsillusionnt +dsillusionntes +dsillusionne +dsillusionnent +dsillusionner +dsillusionnera +dsillusionnerai +dsillusionneraient +dsillusionnerais +dsillusionnerait +dsillusionnerant +dsillusionneras +dsillusionnerez +dsillusionneriez +dsillusionnerions +dsillusionnerons +dsillusionneront +dsillusionnes +dsillusionnez +dsillusionn +dsillusionne +dsillusionnes +dsillusionns +dsillusionnrent +dsillusionniez +dsillusionnions +dsillusionnons +dsillusions +dsinence +dsinences +dsinfecta +dsinfectai +dsinfectaient +dsinfectais +dsinfectait +dsinfectant +dsinfectante +dsinfectantes +dsinfectants +dsinfectas +dsinfectasse +dsinfectassent +dsinfectasses +dsinfectassiez +dsinfectassions +dsinfectmes +dsinfectt +dsinfecttes +dsinfecte +dsinfectent +dsinfecter +dsinfectera +dsinfecterai +dsinfecteraient +dsinfecterais +dsinfecterait +dsinfecteras +dsinfecterez +dsinfecteriez +dsinfecterions +dsinfecterons +dsinfecteront +dsinfectes +dsinfectez +dsinfect +dsinfecte +dsinfectes +dsinfects +dsinfectrent +dsinfectiez +dsinfection +dsinfections +dsinfectons +dsintgra +dsintgrai +dsintgraient +dsintgrais +dsintgrait +dsintgrant +dsintgras +dsintgrasse +dsintgrassent +dsintgrasses +dsintgrassiez +dsintgrassions +dsintgration +dsintgrations +dsintgrmes +dsintgrt +dsintgrtes +dsintgrer +dsintgrera +dsintgrerai +dsintgreraient +dsintgrerais +dsintgrerait +dsintgreras +dsintgrerez +dsintgreriez +dsintgrerions +dsintgrerons +dsintgreront +dsintgrez +dsintgr +dsintgre +dsintgres +dsintgrs +dsintgrrent +dsintgriez +dsintgrions +dsintgrons +dsintressa +dsintressai +dsintressaient +dsintressais +dsintressait +dsintressant +dsintressas +dsintressasse +dsintressassent +dsintressasses +dsintressassiez +dsintressassions +dsintressmes +dsintresst +dsintresstes +dsintresse +dsintressement +dsintressements +dsintressent +dsintresser +dsintressera +dsintresserai +dsintresseraient +dsintresserais +dsintresserait +dsintresseras +dsintresserez +dsintresseriez +dsintresserions +dsintresserons +dsintresseront +dsintresses +dsintressez +dsintress +dsintresse +dsintresses +dsintresss +dsintressrent +dsintressiez +dsintressions +dsintressons +dsintgre +dsintgrent +dsintgres +dsintoxiqua +dsintoxiquai +dsintoxiquaient +dsintoxiquais +dsintoxiquait +dsintoxiquant +dsintoxiquas +dsintoxiquasse +dsintoxiquassent +dsintoxiquasses +dsintoxiquassiez +dsintoxiquassions +dsintoxiqumes +dsintoxiqut +dsintoxiqutes +dsintoxique +dsintoxiquent +dsintoxiquer +dsintoxiquera +dsintoxiquerai +dsintoxiqueraient +dsintoxiquerais +dsintoxiquerait +dsintoxiqueras +dsintoxiquerez +dsintoxiqueriez +dsintoxiquerions +dsintoxiquerons +dsintoxiqueront +dsintoxiques +dsintoxiquez +dsintoxiqu +dsintoxique +dsintoxiques +dsintoxiqus +dsintoxiqurent +dsintoxiquiez +dsintoxiquions +dsintoxiquons +dsinvolte +dsinvoltes +dsinvolture +dsinvoltures +dsir +dsira +dsirable +dsirables +dsirai +dsiraient +dsirais +dsirait +dsirant +dsiras +dsirasse +dsirassent +dsirasses +dsirassiez +dsirassions +dsirmes +dsirt +dsirtes +dsire +dsirent +dsirer +dsirera +dsirerai +dsireraient +dsirerais +dsirerait +dsireras +dsirerez +dsireriez +dsirerions +dsirerons +dsireront +dsires +dsireuse +dsireuses +dsireux +dsirez +dsir +dsire +dsires +dsirs +dsirrent +dsiriez +dsirions +dsirons +dsirs +dsista +dsistai +dsistaient +dsistais +dsistait +dsistant +dsistas +dsistasse +dsistassent +dsistasses +dsistassiez +dsistassions +dsistmes +dsistt +dsisttes +dsiste +dsistement +dsistements +dsistent +dsister +dsistera +dsisterai +dsisteraient +dsisterais +dsisterait +dsisteras +dsisterez +dsisteriez +dsisterions +dsisterons +dsisteront +dsistes +dsistez +dsist +dsiste +dsistes +dsists +dsistrent +dsistiez +dsistions +dsistons +dsobi +dsobie +dsobies +dsobir +dsobira +dsobirai +dsobiraient +dsobirais +dsobirait +dsobiras +dsobirent +dsobirez +dsobiriez +dsobirions +dsobirons +dsobiront +dsobis +dsobissaient +dsobissais +dsobissait +dsobissance +dsobissances +dsobissant +dsobisse +dsobissent +dsobisses +dsobissiez +dsobissions +dsobissons +dsobit +dsobmes +dsobt +dsobtes +dsobligmes +dsoblige +dsobligea +dsobligeai +dsobligeaient +dsobligeais +dsobligeait +dsobligeant +dsobligeas +dsobligeasse +dsobligeassent +dsobligeasses +dsobligeassiez +dsobligeassions +dsobligemes +dsobliget +dsobligetes +dsobligent +dsobligeons +dsobliger +dsobligera +dsobligerai +dsobligeraient +dsobligerais +dsobligerait +dsobligeras +dsobligerez +dsobligeriez +dsobligerions +dsobligerons +dsobligeront +dsobliges +dsobligez +dsoblig +dsoblige +dsobliges +dsobligs +dsobligrent +dsobligiez +dsobligions +dsodorisa +dsodorisai +dsodorisaient +dsodorisais +dsodorisait +dsodorisant +dsodorisas +dsodorisasse +dsodorisassent +dsodorisasses +dsodorisassiez +dsodorisassions +dsodorismes +dsodorist +dsodoristes +dsodorise +dsodorisent +dsodoriser +dsodorisera +dsodoriserai +dsodoriseraient +dsodoriserais +dsodoriserait +dsodoriseras +dsodoriserez +dsodoriseriez +dsodoriserions +dsodoriserons +dsodoriseront +dsodorises +dsodorisez +dsodoris +dsodorise +dsodorises +dsodoriss +dsodorisrent +dsodorisiez +dsodorisions +dsodorisons +dsoeuvrement +dsoeuvrements +dsoeuvr +dsoeuvre +dsoeuvres +dsoeuvrs +dsola +dsolai +dsolaient +dsolais +dsolait +dsolant +dsolas +dsolasse +dsolassent +dsolasses +dsolassiez +dsolassions +dsolation +dsolations +dsolmes +dsolt +dsoltes +dsole +dsolent +dsoler +dsolera +dsolerai +dsoleraient +dsolerais +dsolerait +dsoleras +dsolerez +dsoleriez +dsolerions +dsolerons +dsoleront +dsoles +dsolez +dsol +dsole +dsoles +dsols +dsolrent +dsolidarisa +dsolidarisai +dsolidarisaient +dsolidarisais +dsolidarisait +dsolidarisant +dsolidarisas +dsolidarisasse +dsolidarisassent +dsolidarisasses +dsolidarisassiez +dsolidarisassions +dsolidarismes +dsolidarist +dsolidaristes +dsolidarise +dsolidarisent +dsolidariser +dsolidarisera +dsolidariserai +dsolidariseraient +dsolidariserais +dsolidariserait +dsolidariseras +dsolidariserez +dsolidariseriez +dsolidariserions +dsolidariserons +dsolidariseront +dsolidarises +dsolidarisez +dsolidaris +dsolidarise +dsolidarises +dsolidariss +dsolidarisrent +dsolidarisiez +dsolidarisions +dsolidarisons +dsoliez +dsolions +dsolons +dsopilant +dsopilante +dsopilantes +dsopilants +dsordonn +dsordonne +dsordonnes +dsordonns +dsordre +dsordres +dsorganisa +dsorganisai +dsorganisaient +dsorganisais +dsorganisait +dsorganisant +dsorganisas +dsorganisasse +dsorganisassent +dsorganisasses +dsorganisassiez +dsorganisassions +dsorganisation +dsorganisations +dsorganismes +dsorganist +dsorganistes +dsorganise +dsorganisent +dsorganiser +dsorganisera +dsorganiserai +dsorganiseraient +dsorganiserais +dsorganiserait +dsorganiseras +dsorganiserez +dsorganiseriez +dsorganiserions +dsorganiserons +dsorganiseront +dsorganises +dsorganisez +dsorganis +dsorganise +dsorganises +dsorganiss +dsorganisrent +dsorganisiez +dsorganisions +dsorganisons +dsorienta +dsorientai +dsorientaient +dsorientais +dsorientait +dsorientant +dsorientas +dsorientasse +dsorientassent +dsorientasses +dsorientassiez +dsorientassions +dsorientation +dsorientations +dsorientmes +dsorientt +dsorienttes +dsoriente +dsorientent +dsorienter +dsorientera +dsorienterai +dsorienteraient +dsorienterais +dsorienterait +dsorienteras +dsorienterez +dsorienteriez +dsorienterions +dsorienterons +dsorienteront +dsorientes +dsorientez +dsorient +dsoriente +dsorientes +dsorients +dsorientrent +dsorientiez +dsorientions +dsorientons +dsormais +dsossa +dsossai +dsossaient +dsossais +dsossait +dsossant +dsossas +dsossasse +dsossassent +dsossasses +dsossassiez +dsossassions +dsossmes +dsosst +dsosstes +dsosse +dsossent +dsosser +dsossera +dsosserai +dsosseraient +dsosserais +dsosserait +dsosseras +dsosserez +dsosseriez +dsosserions +dsosserons +dsosseront +dsosses +dsossez +dsoss +dsosse +dsosses +dsosss +dsossrent +dsossiez +dsossions +dsossons +dsuet +dsuets +dsutude +dsutudes +dsute +dsutes +dsuni +dsunie +dsunies +dsunion +dsunions +dsunir +dsunira +dsunirai +dsuniraient +dsunirais +dsunirait +dsuniras +dsunirent +dsunirez +dsuniriez +dsunirions +dsunirons +dsuniront +dsunis +dsunissaient +dsunissais +dsunissait +dsunissant +dsunisse +dsunissent +dsunisses +dsunissez +dsunissiez +dsunissions +dsunissons +dsunit +dsunmes +dsunt +dsuntes +dtacha +dtachage +dtachages +dtachai +dtachaient +dtachais +dtachait +dtachant +dtachante +dtachantes +dtachants +dtachas +dtachasse +dtachassent +dtachasses +dtachassiez +dtachassions +dtachmes +dtacht +dtachtes +dtache +dtachement +dtachements +dtachent +dtacher +dtachera +dtacherai +dtacheraient +dtacherais +dtacherait +dtacheras +dtacherez +dtacheriez +dtacherions +dtacherons +dtacheront +dtaches +dtachez +dtach +dtache +dtaches +dtachs +dtachrent +dtachiez +dtachions +dtachons +dtail +dtailla +dtaillai +dtaillaient +dtaillais +dtaillait +dtaillant +dtaillante +dtaillantes +dtaillants +dtaillas +dtaillasse +dtaillassent +dtaillasses +dtaillassiez +dtaillassions +dtaillmes +dtaillt +dtailltes +dtaille +dtaillent +dtailler +dtaillera +dtaillerai +dtailleraient +dtaillerais +dtaillerait +dtailleras +dtaillerez +dtailleriez +dtaillerions +dtaillerons +dtailleront +dtailles +dtaillez +dtaill +dtaille +dtailles +dtaills +dtaillrent +dtailliez +dtaillions +dtaillons +dtails +dtala +dtalai +dtalaient +dtalais +dtalait +dtalant +dtalas +dtalasse +dtalassent +dtalasses +dtalassiez +dtalassions +dtalmes +dtalt +dtaltes +dtale +dtalent +dtaler +dtalera +dtalerai +dtaleraient +dtalerais +dtalerait +dtaleras +dtalerez +dtaleriez +dtalerions +dtalerons +dtaleront +dtales +dtalez +dtal +dtale +dtales +dtals +dtalrent +dtaliez +dtalions +dtalons +dtartra +dtartrai +dtartraient +dtartrais +dtartrait +dtartrant +dtartras +dtartrasse +dtartrassent +dtartrasses +dtartrassiez +dtartrassions +dtartrmes +dtartrt +dtartrtes +dtartre +dtartrent +dtartrer +dtartrera +dtartrerai +dtartreraient +dtartrerais +dtartrerait +dtartreras +dtartrerez +dtartreriez +dtartrerions +dtartrerons +dtartreront +dtartres +dtartrez +dtartr +dtartre +dtartres +dtartrs +dtartrrent +dtartriez +dtartrions +dtartrons +dtaxa +dtaxai +dtaxaient +dtaxais +dtaxait +dtaxant +dtaxas +dtaxasse +dtaxassent +dtaxasses +dtaxassiez +dtaxassions +dtaxmes +dtaxt +dtaxtes +dtaxe +dtaxent +dtaxer +dtaxera +dtaxerai +dtaxeraient +dtaxerais +dtaxerait +dtaxeras +dtaxerez +dtaxeriez +dtaxerions +dtaxerons +dtaxeront +dtaxes +dtaxez +dtax +dtaxe +dtaxes +dtaxs +dtaxrent +dtaxiez +dtaxions +dtaxons +dtecta +dtectai +dtectaient +dtectais +dtectait +dtectant +dtectas +dtectasse +dtectassent +dtectasses +dtectassiez +dtectassions +dtectmes +dtectt +dtecttes +dtecte +dtectent +dtecter +dtectera +dtecterai +dtecteraient +dtecterais +dtecterait +dtecteras +dtecterez +dtecteriez +dtecterions +dtecterons +dtecteront +dtectes +dtecteur +dtecteurs +dtectez +dtect +dtecte +dtectes +dtects +dtectrent +dtectiez +dtection +dtections +dtective +dtectives +dtectons +dteignaient +dteignais +dteignait +dteignant +dteigne +dteignent +dteignes +dteignez +dteigniez +dteignions +dteignirent +dteignis +dteignisse +dteignissent +dteignisses +dteignissiez +dteignissions +dteignit +dteignmes +dteignt +dteigntes +dteignons +dteindra +dteindrai +dteindraient +dteindrais +dteindrait +dteindras +dteindre +dteindrez +dteindriez +dteindrions +dteindrons +dteindront +dteins +dteint +dteinte +dteintes +dteints +dtela +dtelai +dtelaient +dtelais +dtelait +dtelant +dtelas +dtelasse +dtelassent +dtelasses +dtelassiez +dtelassions +dtelmes +dtelt +dteltes +dteler +dtelez +dtel +dtele +dteles +dtels +dtelrent +dteliez +dtelions +dtelle +dtellent +dtellera +dtellerai +dtelleraient +dtellerais +dtellerait +dtelleras +dtellerez +dtelleriez +dtellerions +dtellerons +dtelleront +dtelles +dtelons +dtenaientt +dtenais +dtenait +dtenant +dtend +dtendaient +dtendais +dtendait +dtendant +dtende +dtendent +dtendes +dtendez +dtendiez +dtendions +dtendirent +dtendis +dtendisse +dtendissent +dtendisses +dtendissiez +dtendissions +dtendit +dtendmes +dtendt +dtendtes +dtendons +dtendra +dtendrai +dtendraient +dtendrais +dtendrait +dtendras +dtendre +dtendrez +dtendriez +dtendrions +dtendrons +dtendront +dtends +dtendu +dtendue +dtendues +dtendus +dtenez +dteniez +dtenions +dtenir +dtenons +dtente +dtentes +dtenteur +dtenteurs +dtention +dtentions +dtentrice +dtentrices +dtenu +dtenue +dtenues +dtenus +dtergent +dtergente +dtergentes +dtergents +dteriora +dteriorai +dterioraient +dteriorais +dteriorait +dteriorant +dterioras +dteriorasse +dteriorassent +dteriorasses +dteriorassiez +dteriorassions +dterioration +dteriorations +dteriormes +dteriort +dteriortes +dteriore +dteriorent +dteriorer +dteriorera +dteriorerai +dterioreraient +dteriorerais +dteriorerait +dterioreras +dteriorerez +dterioreriez +dteriorerions +dteriorerons +dterioreront +dteriores +dteriorez +dterior +dteriore +dteriores +dteriors +dteriorrent +dterioriez +dteriorions +dteriorons +dtermina +dterminai +dterminaient +dterminais +dterminait +dterminant +dterminas +dterminasse +dterminassent +dterminasses +dterminassiez +dterminassions +dterminatif +dterminatifs +dtermination +dterminations +dterminative +dterminatives +dterminmes +dtermint +dtermintes +dtermine +dterminent +dterminer +dterminera +dterminerai +dtermineraient +dterminerais +dterminerait +dtermineras +dterminerez +dtermineriez +dterminerions +dterminerons +dtermineront +dtermines +dterminez +dtermin +dtermine +dtermines +dtermins +dtermins +dterminrent +dterminiez +dterminions +dterminisme +dterministe +dterministes +dterminons +dterra +dterrai +dterraient +dterrais +dterrait +dterrant +dterras +dterrasse +dterrassent +dterrasses +dterrassiez +dterrassions +dterrmes +dterrt +dterrtes +dterre +dterrent +dterrer +dterrera +dterrerai +dterreraient +dterrerais +dterrerait +dterreras +dterrerez +dterreriez +dterrerions +dterrerons +dterreront +dterres +dterrez +dterr +dterre +dterres +dterrs +dterrrent +dterriez +dterrions +dterrons +dtersif +dtersifs +dtersive +dtersives +dtesta +dtestable +dtestablement +dtestables +dtestai +dtestaient +dtestais +dtestait +dtestant +dtestas +dtestasse +dtestassent +dtestasses +dtestassiez +dtestassions +dtestmes +dtestt +dtesttes +dteste +dtestent +dtester +dtestera +dtesterai +dtesteraient +dtesterais +dtesterait +dtesteras +dtesterez +dtesteriez +dtesterions +dtesterons +dtesteront +dtestes +dtestez +dtest +dteste +dtestes +dtests +dtestrent +dtestiez +dtestions +dtestons +dtriora +dtriorai +dtrioraient +dtriorais +dtriorait +dtriorant +dtrioras +dtriorasse +dtriorassent +dtriorasses +dtriorassiez +dtriorassions +dtrioration +dtriorations +dtriormes +dtriort +dtriortes +dtriore +dtriorent +dtriorer +dtriorera +dtriorerai +dtrioreraient +dtriorerais +dtriorerait +dtrioreras +dtriorerez +dtrioreriez +dtriorerions +dtriorerons +dtrioreront +dtriores +dtriorez +dtrior +dtriore +dtriores +dtriors +dtriorrent +dtrioriez +dtriorions +dtriorons +dtiendrait +dtienne +dtiennent +dtiennes +dtiens +dtient +dtins +dtinsse +dtinssent +dtinsses +dtinssiez +dtinssions +dtint +dtirent +dtmes +dtnt +dttes +dtona +dtonai +dtonaient +dtonais +dtonait +dtonant +dtonante +dtonantes +dtonants +dtonas +dtonasse +dtonassent +dtonasses +dtonassiez +dtonassions +dtonateur +dtonateurs +dtonation +dtonations +dtonmes +dtont +dtontes +dtone +dtonent +dtoner +dtonera +dtonerai +dtoneraient +dtonerais +dtonerait +dtoneras +dtonerez +dtoneriez +dtonerions +dtonerons +dtoneront +dtones +dtonez +dton +dtone +dtones +dtons +dtonrent +dtoniez +dtonions +dtonna +dtonnai +dtonnaient +dtonnais +dtonnait +dtonnant +dtonnas +dtonnasse +dtonnassent +dtonnasses +dtonnassiez +dtonnassions +dtonnmes +dtonnt +dtonntes +dtonne +dtonnent +dtonner +dtonnera +dtonnerai +dtonneraient +dtonnerais +dtonnerait +dtonneras +dtonnerez +dtonneriez +dtonnerions +dtonnerons +dtonneront +dtonnes +dtonnez +dtonn +dtonne +dtonnes +dtonns +dtonnrent +dtonniez +dtonnions +dtonnons +dtonons +dtord +dtordaient +dtordais +dtordait +dtordant +dtorde +dtordent +dtordes +dtordez +dtordiez +dtordions +dtordirent +dtordis +dtordisse +dtordissent +dtordisses +dtordissiez +dtordissions +dtordit +dtordmes +dtordt +dtordtes +dtordons +dtordra +dtordrai +dtordraient +dtordrais +dtordrait +dtordras +dtordre +dtordrez +dtordriez +dtordrions +dtordrons +dtordront +dtords +dtordu +dtordue +dtordues +dtordus +dtour +dtourna +dtournai +dtournaient +dtournais +dtournait +dtournant +dtournas +dtournasse +dtournassent +dtournasses +dtournassiez +dtournassions +dtournmes +dtournt +dtourntes +dtourne +dtournement +dtournements +dtournent +dtourner +dtournera +dtournerai +dtourneraient +dtournerais +dtournerait +dtourneras +dtournerez +dtourneriez +dtournerions +dtournerons +dtourneront +dtournes +dtournez +dtourn +dtourne +dtournes +dtourns +dtournrent +dtourniez +dtournions +dtournons +dtours +dtracteur +dtracteurs +dtractrice +dtractrices +dtraqua +dtraquai +dtraquaient +dtraquais +dtraquait +dtraquant +dtraquas +dtraquasse +dtraquassent +dtraquasses +dtraquassiez +dtraquassions +dtraqumes +dtraqut +dtraqutes +dtraque +dtraquement +dtraquements +dtraquent +dtraquer +dtraquera +dtraquerai +dtraqueraient +dtraquerais +dtraquerait +dtraqueras +dtraquerez +dtraqueriez +dtraquerions +dtraquerons +dtraqueront +dtraques +dtraquez +dtraqu +dtraque +dtraques +dtraqus +dtraqurent +dtraquiez +dtraquions +dtraquons +dtrempa +dtrempai +dtrempaient +dtrempais +dtrempait +dtrempant +dtrempas +dtrempasse +dtrempassent +dtrempasses +dtrempassiez +dtrempassions +dtrempmes +dtrempt +dtremptes +dtrempe +dtrempent +dtremper +dtrempera +dtremperai +dtremperaient +dtremperais +dtremperait +dtremperas +dtremperez +dtremperiez +dtremperions +dtremperons +dtremperont +dtrempes +dtrempez +dtremp +dtrempe +dtrempes +dtremps +dtremprent +dtrempiez +dtrempions +dtrempons +dtresse +dtresses +dtriment +dtriments +dtritus +dtroit +dtroits +dtrompa +dtrompai +dtrompaient +dtrompais +dtrompait +dtrompant +dtrompas +dtrompasse +dtrompassent +dtrompasses +dtrompassiez +dtrompassions +dtrompmes +dtrompt +dtromptes +dtrompe +dtrompent +dtromper +dtrompera +dtromperai +dtromperaient +dtromperais +dtromperait +dtromperas +dtromperez +dtromperiez +dtromperions +dtromperons +dtromperont +dtrompes +dtrompeur +dtrompeurs +dtrompez +dtromp +dtrompe +dtrompes +dtromps +dtromprent +dtrompiez +dtrompions +dtrompons +dtroussa +dtroussai +dtroussaient +dtroussais +dtroussait +dtroussant +dtroussas +dtroussasse +dtroussassent +dtroussasses +dtroussassiez +dtroussassions +dtroussmes +dtrousst +dtrousstes +dtrousse +dtroussent +dtrousser +dtroussera +dtrousserai +dtrousseraient +dtrousserais +dtrousserait +dtrousseras +dtrousserez +dtrousseriez +dtrousserions +dtrousserons +dtrousseront +dtrousses +dtrousseurs +dtroussez +dtrouss +dtrousse +dtrousses +dtrousss +dtroussrent +dtroussiez +dtroussions +dtroussons +dtrna +dtrnai +dtrnaient +dtrnais +dtrnait +dtrnant +dtrnas +dtrnasse +dtrnassent +dtrnasses +dtrnassiez +dtrnassions +dtrnmes +dtrnt +dtrntes +dtrne +dtrnent +dtrner +dtrnera +dtrnerai +dtrneraient +dtrnerais +dtrnerait +dtrneras +dtrnerez +dtrneriez +dtrnerions +dtrnerons +dtrneront +dtrnes +dtrnez +dtrn +dtrne +dtrnes +dtrns +dtrnrent +dtrniez +dtrnions +dtrnons +dtruira +dtruirai +dtruiraient +dtruirais +dtruirait +dtruiras +dtruire +dtruirez +dtruiriez +dtruirions +dtruirons +dtruiront +dtruis +dtruisaient +dtruisais +dtruisait +dtruisant +dtruise +dtruisent +dtruises +dtruisez +dtruisiez +dtruisions +dtruisirent +dtruisis +dtruisisse +dtruisissent +dtruisisses +dtruisissiez +dtruisissions +dtruisit +dtruismes +dtruist +dtruistes +dtruisons +dtruit +dtruite +dtruites +dtruits +dvala +dvalai +dvalaient +dvalais +dvalait +dvalant +dvalas +dvalasse +dvalassent +dvalasses +dvalassiez +dvalassions +dvalmes +dvalt +dvaltes +dvale +dvalent +dvaler +dvalera +dvalerai +dvaleraient +dvalerais +dvalerait +dvaleras +dvalerez +dvaleriez +dvalerions +dvalerons +dvaleront +dvales +dvalez +dval +dvale +dvales +dvals +dvalrent +dvaliez +dvalions +dvalisa +dvalisai +dvalisaient +dvalisais +dvalisait +dvalisant +dvalisas +dvalisasse +dvalisassent +dvalisasses +dvalisassiez +dvalisassions +dvalismes +dvalist +dvalistes +dvalise +dvalisent +dvaliser +dvalisera +dvaliserai +dvaliseraient +dvaliserais +dvaliserait +dvaliseras +dvaliserez +dvaliseriez +dvaliserions +dvaliserons +dvaliseront +dvalises +dvaliseurs +dvalisez +dvalis +dvalise +dvalises +dvaliss +dvalisrent +dvalisiez +dvalisions +dvalisons +dvalons +dvalorisa +dvalorisai +dvalorisaient +dvalorisais +dvalorisait +dvalorisant +dvalorisas +dvalorisasse +dvalorisassent +dvalorisasses +dvalorisassiez +dvalorisassions +dvalorismes +dvalorist +dvaloristes +dvalorise +dvalorisent +dvaloriser +dvalorisera +dvaloriserai +dvaloriseraient +dvaloriserais +dvaloriserait +dvaloriseras +dvaloriserez +dvaloriseriez +dvaloriserions +dvaloriserons +dvaloriseront +dvalorises +dvalorisez +dvaloris +dvalorise +dvalorises +dvaloriss +dvalorisrent +dvalorisiez +dvalorisions +dvalorisons +dvalua +dvaluai +dvaluaient +dvaluais +dvaluait +dvaluant +dvaluas +dvaluasse +dvaluassent +dvaluasses +dvaluassiez +dvaluassions +dvaluation +dvaluations +dvalumes +dvalut +dvalutes +dvalue +dvaluent +dvaluer +dvaluera +dvaluerai +dvalueraient +dvaluerais +dvaluerait +dvalueras +dvaluerez +dvalueriez +dvaluerions +dvaluerons +dvalueront +dvalues +dvaluez +dvalu +dvalue +dvalues +dvalus +dvalurent +dvaluiez +dvaluions +dvaluons +dvasta +dvastai +dvastaient +dvastais +dvastait +dvastant +dvastas +dvastasse +dvastassent +dvastasses +dvastassiez +dvastassions +dvastateur +dvastateurs +dvastation +dvastations +dvastatrice +dvastatrices +dvastmes +dvastt +dvasttes +dvaste +dvastent +dvaster +dvastera +dvasterai +dvasteraient +dvasterais +dvasterait +dvasteras +dvasterez +dvasteriez +dvasterions +dvasterons +dvasteront +dvastes +dvastez +dvast +dvaste +dvastes +dvasts +dvastrent +dvastiez +dvastions +dvastons +dveine +dveines +dveloppa +dveloppai +dveloppaient +dveloppais +dveloppait +dveloppant +dveloppas +dveloppasse +dveloppassent +dveloppasses +dveloppassiez +dveloppassions +dveloppmes +dveloppt +dvelopptes +dveloppe +dveloppement +dveloppements +dveloppent +dvelopper +dveloppera +dvelopperai +dvelopperaient +dvelopperais +dvelopperait +dvelopperas +dvelopperez +dvelopperiez +dvelopperions +dvelopperons +dvelopperont +dveloppes +dveloppez +dvelopp +dveloppe +dveloppes +dvelopps +dvelopprent +dveloppiez +dveloppions +dveloppons +dvergonda +dvergondage +dvergondages +dvergondai +dvergondaient +dvergondais +dvergondait +dvergondant +dvergondas +dvergondasse +dvergondassent +dvergondasses +dvergondassiez +dvergondassions +dvergondmes +dvergondt +dvergondtes +dvergonde +dvergondent +dvergonder +dvergondera +dvergonderai +dvergonderaient +dvergonderais +dvergonderait +dvergonderas +dvergonderez +dvergonderiez +dvergonderions +dvergonderons +dvergonderont +dvergondes +dvergondez +dvergond +dvergonde +dvergondes +dvergonds +dvergondrent +dvergondiez +dvergondions +dvergondons +dverrouilla +dverrouillage +dverrouillages +dverrouillai +dverrouillaient +dverrouillais +dverrouillait +dverrouillant +dverrouillas +dverrouillasse +dverrouillassent +dverrouillasses +dverrouillassiez +dverrouillassions +dverrouillmes +dverrouillt +dverrouilltes +dverrouille +dverrouillent +dverrouiller +dverrouillera +dverrouillerai +dverrouilleraient +dverrouillerais +dverrouillerait +dverrouilleras +dverrouillerez +dverrouilleriez +dverrouillerions +dverrouillerons +dverrouilleront +dverrouilles +dverrouillez +dverrouill +dverrouille +dverrouilles +dverrouills +dverrouillrent +dverrouilliez +dverrouillions +dverrouillons +dvers +dversa +dversai +dversaient +dversais +dversait +dversant +dversas +dversasse +dversassent +dversasses +dversassiez +dversassions +dversmes +dverst +dverstes +dverse +dversement +dversements +dversent +dverser +dversera +dverserai +dverseraient +dverserais +dverserait +dverseras +dverserez +dverseriez +dverserions +dverserons +dverseront +dverses +dversez +dvers +dverse +dverses +dverss +dversrent +dversiez +dversions +dversoir +dversoirs +dversons +dvt +dvtaient +dvtais +dvtait +dvtant +dvte +dvtent +dvtes +dvtez +dvtiez +dvtions +dvtir +dvtira +dvtirai +dvtiraient +dvtirais +dvtirait +dvtiras +dvtirent +dvtirez +dvtiriez +dvtirions +dvtirons +dvtiront +dvtis +dvtisse +dvtissent +dvtisses +dvtissiez +dvtissions +dvtit +dvtmes +dvtt +dvttes +dvtons +dvts +dvtu +dvtue +dvtues +dvtus +dvia +dviai +dviaient +dviais +dviait +dviant +dvias +dviasse +dviassent +dviasses +dviassiez +dviassions +dviation +dviationnisme +dviations +dvimes +dvit +dvites +dvida +dvidage +dvidages +dvidai +dvidaient +dvidais +dvidait +dvidant +dvidas +dvidasse +dvidassent +dvidasses +dvidassiez +dvidassions +dvidmes +dvidt +dvidtes +dvide +dvident +dvider +dvidera +dviderai +dvideraient +dviderais +dviderait +dvideras +dviderez +dvideriez +dviderions +dviderons +dvideront +dvides +dvidez +dvid +dvide +dvides +dvids +dvidrent +dvidiez +dvidions +dvidoir +dvidoirs +dvidons +dvie +dvient +dvier +dviera +dvierai +dvieraient +dvierais +dvierait +dvieras +dvierez +dvieriez +dvierions +dvierons +dvieront +dvies +dviez +dvi +dvie +dvies +dvis +dvirent +dviiez +dviions +dvions +dvisa +dvisage +dvisagea +dvisageai +dvisageaient +dvisageais +dvisageait +dvisageant +dvisageas +dvisageasse +dvisageassent +dvisageasses +dvisageassiez +dvisageassions +dvisagemes +dvisaget +dvisagetes +dvisagent +dvisageons +dvisager +dvisagera +dvisagerai +dvisageraient +dvisagerais +dvisagerait +dvisageras +dvisagerez +dvisageriez +dvisagerions +dvisagerons +dvisageront +dvisages +dvisagez +dvisag +dvisage +dvisages +dvisags +dvisagrent +dvisagiez +dvisagions +dvissa +dvissai +dvissaient +dvissais +dvissait +dvissant +dvissas +dvissasse +dvissassent +dvissasses +dvissassiez +dvissassions +dvissmes +dvisst +dvisstes +dvisse +dvissent +dvisser +dvissera +dvisserai +dvisseraient +dvisserais +dvisserait +dvisseras +dvisserez +dvisseriez +dvisserions +dvisserons +dvisseront +dvisses +dvissez +dviss +dvisse +dvisses +dvisss +dvissrent +dvissiez +dvissions +dvissons +dvoie +dvoient +dvoiera +dvoierai +dvoieraient +dvoierais +dvoierait +dvoieras +dvoierez +dvoieriez +dvoierions +dvoierons +dvoieront +dvoies +dvoila +dvoilai +dvoilaient +dvoilais +dvoilait +dvoilant +dvoilas +dvoilasse +dvoilassent +dvoilasses +dvoilassiez +dvoilassions +dvoilmes +dvoilt +dvoiltes +dvoile +dvoilent +dvoiler +dvoilera +dvoilerai +dvoileraient +dvoilerais +dvoilerait +dvoileras +dvoilerez +dvoileriez +dvoilerions +dvoilerons +dvoileront +dvoiles +dvoilez +dvoil +dvoile +dvoiles +dvoils +dvoilrent +dvoiliez +dvoilions +dvoilons +dvolu +dvolue +dvolues +dvolus +dvolution +dvolutions +dvora +dvorai +dvoraient +dvorais +dvorait +dvorant +dvoras +dvorasse +dvorassent +dvorasses +dvorassiez +dvorassions +dvormes +dvort +dvortes +dvore +dvorent +dvorer +dvorera +dvorerai +dvoreraient +dvorerais +dvorerait +dvoreras +dvorerez +dvoreriez +dvorerions +dvorerons +dvoreront +dvores +dvorez +dvor +dvore +dvores +dvors +dvorrent +dvoriez +dvorions +dvorons +dvot +dvote +dvotement +dvotes +dvotion +dvotions +dvots +dvoua +dvouai +dvouaient +dvouais +dvouait +dvouant +dvouas +dvouasse +dvouassent +dvouasses +dvouassiez +dvouassions +dvoumes +dvout +dvoutes +dvoue +dvouement +dvouements +dvouent +dvouer +dvouera +dvouerai +dvoueraient +dvouerais +dvouerait +dvoueras +dvouerez +dvoueriez +dvouerions +dvouerons +dvoueront +dvoues +dvouez +dvou +dvoue +dvoues +dvous +dvourent +dvouiez +dvouions +dvouons +dvoya +dvoyai +dvoyaient +dvoyais +dvoyait +dvoyant +dvoyas +dvoyasse +dvoyassent +dvoyasses +dvoyassiez +dvoyassions +dvoymes +dvoyt +dvoytes +dvoyer +dvoyez +dvoy +dvoye +dvoyes +dvoys +dvoyrent +dvoyiez +dvoyions +dvoyons +ds +diabtique +diabtiques +diabte +diabtes +diable +diablement +diablerie +diableries +diables +diablesse +diablesses +diablotin +diablotins +diabolique +diaboliquement +diaboliques +diaconesse +diaconesses +diacre +diacres +diadme +diadmes +diagnostic +diagnostics +diagnostiqua +diagnostiquai +diagnostiquaient +diagnostiquais +diagnostiquait +diagnostiquant +diagnostiquas +diagnostiquasse +diagnostiquassent +diagnostiquasses +diagnostiquassiez +diagnostiquassions +diagnostiqumes +diagnostiqut +diagnostiqutes +diagnostique +diagnostiquent +diagnostiquer +diagnostiquera +diagnostiquerai +diagnostiqueraient +diagnostiquerais +diagnostiquerait +diagnostiqueras +diagnostiquerez +diagnostiqueriez +diagnostiquerions +diagnostiquerons +diagnostiqueront +diagnostiques +diagnostiquez +diagnostiqu +diagnostique +diagnostiques +diagnostiqus +diagnostiqurent +diagnostiquiez +diagnostiquions +diagnostiquons +diagonal +diagonale +diagonalement +diagonales +diagonaux +diagramme +diagrammes +dialectal +dialectale +dialectalement +dialectales +dialectaux +dialecte +dialectes +dialectique +dialectiques +dialogua +dialoguai +dialoguaient +dialoguais +dialoguait +dialoguant +dialoguas +dialoguasse +dialoguassent +dialoguasses +dialoguassiez +dialoguassions +dialogumes +dialogut +dialogutes +dialogue +dialoguent +dialoguer +dialoguera +dialoguerai +dialogueraient +dialoguerais +dialoguerait +dialogueras +dialoguerez +dialogueriez +dialoguerions +dialoguerons +dialogueront +dialogues +dialoguez +dialogu +dialogue +dialogues +dialogus +dialogurent +dialoguiez +dialoguions +dialoguons +diamant +diamantaire +diamantaires +diamant +diamante +diamantes +diamants +diamantier +diamantiers +diamantifre +diamantifres +diamants +diamtralement +diamtre +diamtres +diane +dianes +diantre +diapason +diapasons +diaphane +diaphanes +diaphragme +diaphragmes +diapositive +diapositives +diapra +diaprai +diapraient +diaprais +diaprait +diaprant +diapras +diaprasse +diaprassent +diaprasses +diaprassiez +diaprassions +diaprmes +diaprt +diaprtes +diapre +diaprent +diaprer +diaprera +diaprerai +diapreraient +diaprerais +diaprerait +diapreras +diaprerez +diapreriez +diaprerions +diaprerons +diapreront +diapres +diaprez +diapr +diapre +diapres +diaprs +diaprrent +diapriez +diaprions +diaprons +diarrhe +diarrhes +diaspora +diastase +diastole +diastoles +diastolique +diastoliques +diathermie +diathermies +diatribe +diatribes +dichotomie +dichotomies +dichotomique +dichotomiques +dicotyldones +dicta +dictai +dictaient +dictais +dictait +dictant +dictaphone +dictaphones +dictas +dictasse +dictassent +dictasses +dictassiez +dictassions +dictateur +dictateurs +dictatorial +dictatoriale +dictatoriales +dictatoriaux +dictature +dictatures +dictmes +dictt +dicttes +dicte +dictent +dicter +dictera +dicterai +dicteraient +dicterais +dicterait +dicteras +dicterez +dicteriez +dicterions +dicterons +dicteront +dictes +dictez +dict +dicte +dictes +dicts +dictrent +dictiez +diction +dictionnaire +dictionnaires +dictions +dicton +dictons +didactique +didactiquement +didactiques +diesel +dieu +dieux +dittique +dittiques +didre +didres +dise +dises +dite +dites +diffama +diffamai +diffamaient +diffamais +diffamait +diffamant +diffamas +diffamasse +diffamassent +diffamasses +diffamassiez +diffamassions +diffamateur +diffamateurs +diffamation +diffamations +diffamatoire +diffamatoires +diffamatrice +diffamatrices +diffammes +diffamt +diffamtes +diffame +diffament +diffamer +diffamera +diffamerai +diffameraient +diffamerais +diffamerait +diffameras +diffamerez +diffameriez +diffamerions +diffamerons +diffameront +diffames +diffamez +diffam +diffame +diffames +diffams +diffamrent +diffamiez +diffamions +diffamons +differents +diffra +diffrai +diffraient +diffrais +diffrait +diffrancia +diffranciai +diffranciaient +diffranciais +diffranciait +diffranciant +diffrancias +diffranciasse +diffranciassent +diffranciasses +diffranciassiez +diffranciassions +diffrancimes +diffrancit +diffrancites +diffrancie +diffrancient +diffrancier +diffranciera +diffrancierai +diffrancieraient +diffrancierais +diffrancierait +diffrancieras +diffrancierez +diffrancieriez +diffrancierions +diffrancierons +diffrancieront +diffrancies +diffranciez +diffranci +diffrancie +diffrancies +diffrancis +diffrancirent +diffranciiez +diffranciions +diffrancions +diffrant +diffras +diffrasse +diffrassent +diffrasses +diffrassiez +diffrassions +diffrmes +diffrt +diffrtes +diffremment +diffrence +diffrencer +diffrences +diffrencia +diffrenciai +diffrenciaient +diffrenciais +diffrenciait +diffrenciant +diffrencias +diffrenciasse +diffrenciassent +diffrenciasses +diffrenciassiez +diffrenciassions +diffrenciation +diffrencimes +diffrencit +diffrencites +diffrencie +diffrencient +diffrencier +diffrenciera +diffrencierai +diffrencieraient +diffrencierais +diffrencierait +diffrencieras +diffrencierez +diffrencieriez +diffrencierions +diffrencierons +diffrencieront +diffrencies +diffrenciez +diffrenci +diffrencie +diffrencies +diffrencis +diffrencirent +diffrenciiez +diffrenciions +diffrencions +diffrend +diffrends +diffrent +diffrente +diffrentes +diffrentiation +diffrentiations +diffrentiel +diffrentielle +diffrentielles +diffrentiels +diffrentier +diffrents +diffrer +diffrera +diffrerai +diffreraient +diffrerais +diffrerait +diffreras +diffrerez +diffreriez +diffrerions +diffrerons +diffreront +diffrez +diffr +diffre +diffres +diffrs +diffrrent +diffriez +diffrions +diffrons +diffre +diffrent +diffres +difficile +difficilement +difficiles +difficult +difficults +difficultueuse +difficultueuses +difficultueux +difforme +difformes +difformit +difformits +diffraction +diffractions +diffus +diffusa +diffusai +diffusaient +diffusais +diffusait +diffusant +diffusas +diffusasse +diffusassent +diffusasses +diffusassiez +diffusassions +diffusmes +diffust +diffustes +diffuse +diffusent +diffuser +diffusera +diffuserai +diffuseraient +diffuserais +diffuserait +diffuseras +diffuserez +diffuseriez +diffuserions +diffuserons +diffuseront +diffuses +diffuseur +diffuseurs +diffusez +diffus +diffuse +diffuses +diffuss +diffusrent +diffusiez +diffusion +diffusions +diffusons +digestible +digestibles +digestif +digestifs +digestion +digestions +digestive +digestives +digra +digrai +digraient +digrais +digrait +digrant +digras +digrasse +digrassent +digrassiez +digrassions +digrmes +digrt +digrtes +digrer +digrera +digrerai +digreraient +digrerais +digrerait +digreras +digrerez +digreriez +digrerions +digrerons +digreront +digrez +digr +digre +digres +digrs +digrrent +digriez +digrions +digrons +digre +digrent +digres +digital +digitale +digitales +digitaline +digitalisation +digitalisations +digitaux +digne +dignement +dignes +dignitaire +dignitaires +dignit +dignits +digression +digressions +digue +digues +dilapida +dilapidai +dilapidaient +dilapidais +dilapidait +dilapidant +dilapidas +dilapidasse +dilapidassent +dilapidasses +dilapidassiez +dilapidassions +dilapidation +dilapidations +dilapidmes +dilapidt +dilapidtes +dilapide +dilapident +dilapider +dilapidera +dilapiderai +dilapideraient +dilapiderais +dilapiderait +dilapideras +dilapiderez +dilapideriez +dilapiderions +dilapiderons +dilapideront +dilapides +dilapidez +dilapid +dilapide +dilapides +dilapids +dilapidrent +dilapidiez +dilapidions +dilapidons +dilata +dilatable +dilatables +dilatai +dilataient +dilatais +dilatait +dilatant +dilatas +dilatasse +dilatassent +dilatasses +dilatassiez +dilatassions +dilatateur +dilatateurs +dilatation +dilatations +dilatmes +dilatt +dilattes +dilate +dilatent +dilater +dilatera +dilaterai +dilateraient +dilaterais +dilaterait +dilateras +dilaterez +dilateriez +dilaterions +dilaterons +dilateront +dilates +dilatez +dilat +dilate +dilates +dilats +dilatrent +dilatiez +dilations +dilatoire +dilatoires +dilatons +dilemme +dilemmes +dilettante +dilettantes +dilettantisme +diligemment +diligence +diligences +diligent +diligente +diligentes +diligents +dilua +diluai +diluaient +diluais +diluait +diluant +diluas +diluasse +diluassent +diluasses +diluassiez +diluassions +dilumes +dilut +dilutes +dilue +diluent +diluer +diluera +diluerai +dilueraient +diluerais +diluerait +dilueras +diluerez +dilueriez +diluerions +diluerons +dilueront +dilues +diluez +dilu +dilue +dilues +dilus +dilurent +diluiez +diluions +diluons +dilution +dilutions +diluvien +diluvienne +diluviennes +diluviens +dimanche +dimanches +dimension +dimensions +diminua +diminuai +diminuaient +diminuais +diminuait +diminuant +diminuas +diminuasse +diminuassent +diminuasses +diminuassiez +diminuassions +diminumes +diminut +diminutes +diminue +diminuent +diminuer +diminuera +diminuerai +diminueraient +diminuerais +diminuerait +diminueras +diminuerez +diminueriez +diminuerions +diminuerons +diminueront +diminues +diminuez +diminu +diminue +diminues +diminus +diminurent +diminuiez +diminuions +diminuons +diminutif +diminutifs +diminution +diminutions +dinar +dinars +dinde +dindes +dindon +dindonneau +dindonneaux +dindons +dingo +dingos +dingue +dinguement +dingues +dinosaures +dinosauriens +diocse +diocses +diode +diodes +dioptrie +dioptries +dioptrique +dioptriques +diorama +dioramas +dioxyde +dioxydes +diphtrie +diphtrique +diphtriques +diphtongue +diphtongues +diplodocus +diplomate +diplomates +diplomatie +diplomaties +diplomatique +diplomatiquement +diplomatiques +diplme +diplmes +diplm +diplme +diplmes +diplms +diptyque +diptyques +dira +dirai +diraient +dirais +dirait +dirant +diras +dire +direct +directe +directement +directes +directeur +directeurs +directif +directifs +direction +directionnel +directionnelle +directionnelles +directionnels +directions +directive +directives +directoire +directoires +directorial +directoriale +directoriales +directoriaux +directrice +directrices +directs +dirent +dires +direz +diriez +dirige +dirigea +dirigeable +dirigeables +dirigeai +dirigeaient +dirigeais +dirigeait +dirigeant +dirigeants +dirigeas +dirigeasse +dirigeassent +dirigeasses +dirigeassiez +dirigeassions +dirigemes +diriget +dirigetes +dirigent +dirigeons +diriger +dirigera +dirigerai +dirigeraient +dirigerais +dirigerait +dirigerez +dirigeriez +dirigerions +dirigeriont +diriges +dirigez +dirig +dirige +diriges +dirigs +dirigrent +dirigiez +dirigions +dirigisme +dirimant +dirimante +dirimantes +dirimants +dirions +dirons +diront +dis +disaient +disais +disait +disant +disante +disantes +disants +discerna +discernai +discernaient +discernais +discernait +discernant +discernas +discernasse +discernassent +discernasses +discernassiez +discernassions +discernmes +discernt +discerntes +discerne +discernement +discernements +discernent +discerner +discernera +discernerai +discerneraient +discernerais +discernerait +discerneras +discernerez +discerneriez +discernerions +discernerons +discerneront +discernes +discernez +discern +discerne +discernes +discerns +discernrent +discerniez +discernions +discernons +disciple +disciples +disciplina +disciplinai +disciplinaient +disciplinaire +disciplinaires +disciplinais +disciplinait +disciplinant +disciplinas +disciplinasse +disciplinassent +disciplinasses +disciplinassiez +disciplinassions +disciplinmes +disciplint +disciplintes +discipline +disciplinent +discipliner +disciplinera +disciplinerai +disciplineraient +disciplinerais +disciplinerait +disciplineras +disciplinerez +disciplineriez +disciplinerions +disciplinerons +disciplineront +disciplines +disciplinez +disciplin +discipline +disciplines +disciplins +disciplinrent +discipliniez +disciplinions +disciplinons +disco +discontinu +discontinua +discontinuai +discontinuaient +discontinuais +discontinuait +discontinuant +discontinuas +discontinuasse +discontinuassent +discontinuasses +discontinuassiez +discontinuassions +discontinumes +discontinut +discontinutes +discontinue +discontinuent +discontinuer +discontinuera +discontinuerai +discontinueraient +discontinuerais +discontinuerait +discontinueras +discontinuerez +discontinueriez +discontinuerions +discontinuerons +discontinueront +discontinues +discontinuez +discontinu +discontinue +discontinues +discontinus +discontinurent +discontinuiez +discontinuions +discontinuit +discontinuits +discontinuons +discontinus +disconvenaient +disconvenais +disconvenait +disconvenant +disconvendra +disconvendrai +disconvendraient +disconvendrais +disconvendrait +disconvendras +disconvendrez +disconvendriez +disconvendrions +disconvendrons +disconvendront +disconveniez +disconvenions +disconvenir +disconvenons +disconvenu +disconvenue +disconvenues +disconvenus +disconviennent +disconviens +disconvient +disconvins +disconvint +disconvirent +disconvnmes +disconvntes +discordance +discordances +discordant +discordante +discordantes +discordants +discorde +discordes +discothque +discothques +discouraient +discourais +discourait +discoure +discourent +discoures +discoureur +discoureurs +discoureuse +discoureuses +discourez +discouriez +discourions +discourir +discourons +discourra +discourrai +discourraient +discourrais +discourrait +discourrant +discourras +discourrez +discourriez +discourrions +discourrons +discourront +discours +discourt +discourtois +discourtoise +discourtoises +discouru +discourue +discourues +discoururent +discourus +discourusse +discourussent +discourusses +discourussiez +discourussions +discourut +discourmes +discourt +discourtes +discret +discrets +discrdit +discrdita +discrditai +discrditaient +discrditais +discrditait +discrditant +discrditas +discrditasse +discrditassent +discrditasses +discrditassiez +discrditassions +discrditmes +discrditt +discrdittes +discrdite +discrditent +discrditer +discrditera +discrditerai +discrditeraient +discrditerais +discrditerait +discrditeras +discrditerez +discrditeriez +discrditerions +discrditerons +discrditeront +discrdites +discrditez +discrdit +discrdite +discrdites +discrdits +discrditrent +discrditiez +discrditions +discrditons +discrdits +discrtion +discrtionnaire +discrtionnaires +discrtions +discrte +discrtement +discrtes +discrimina +discriminai +discriminaient +discriminais +discriminait +discriminant +discriminas +discriminasse +discriminassent +discriminasses +discriminassiez +discriminassions +discrimination +discriminations +discriminatoire +discriminatoires +discriminmes +discrimint +discrimintes +discrimine +discriminent +discriminer +discriminera +discriminerai +discrimineraient +discriminerais +discriminerait +discrimineras +discriminerez +discrimineriez +discriminerions +discriminerons +discrimineront +discrimines +discriminez +discrimin +discrimine +discrimines +discrimins +discriminrent +discriminiez +discriminions +discriminons +disculpa +disculpai +disculpaient +disculpais +disculpait +disculpant +disculpas +disculpasse +disculpassent +disculpasses +disculpassiez +disculpassions +disculpation +disculpations +disculpmes +disculpt +disculptes +disculpe +disculpent +disculper +disculpera +disculperai +disculperaient +disculperais +disculperait +disculperas +disculperez +disculperiez +disculperions +disculperons +disculperont +disculpes +disculpez +disculp +disculpe +disculpes +disculps +disculprent +disculpiez +disculpions +disculpons +discursif +discursifs +discursive +discursives +discussion +discussions +discuta +discutable +discutables +discutai +discutaient +discutais +discutait +discutant +discutas +discutasse +discutassent +discutasses +discutassiez +discutassions +discutmes +discutt +discuttes +discute +discutent +discuter +discutera +discuterai +discuteraient +discuterais +discuterait +discuteras +discuterez +discuteriez +discuterions +discuterons +discuteront +discutes +discutez +discut +discute +discutes +discuts +discutrent +discutiez +discutions +discutons +dise +disent +disert +diserte +disertes +diserts +dises +disette +disettes +diseur +diseurs +diseuse +diseuses +disez +disgracia +disgraciai +disgraciaient +disgraciais +disgraciait +disgraciant +disgracias +disgraciasse +disgraciassent +disgraciasses +disgraciassiez +disgraciassions +disgracimes +disgracit +disgracites +disgracie +disgracient +disgracier +disgraciera +disgracierai +disgracieraient +disgracierais +disgracierait +disgracieras +disgracierez +disgracieriez +disgracierions +disgracierons +disgracieront +disgracies +disgracieuse +disgracieuses +disgracieux +disgraciez +disgraci +disgracie +disgracies +disgracis +disgracirent +disgraciiez +disgraciions +disgracions +disgrce +disgrces +disiez +disions +disjoignaient +disjoignais +disjoignait +disjoignant +disjoigne +disjoignent +disjoignes +disjoignez +disjoigniez +disjoignions +disjoignirent +disjoignis +disjoignisse +disjoignissent +disjoignisses +disjoignissiez +disjoignissions +disjoignit +disjoignmes +disjoignt +disjoigntes +disjoignons +disjoindra +disjoindrai +disjoindraient +disjoindrais +disjoindrait +disjoindras +disjoindre +disjoindrez +disjoindriez +disjoindrions +disjoindrons +disjoindront +disjoins +disjoint +disjointe +disjointes +disjoints +disjoncteur +disjoncteurs +disjonction +disjonctions +dislocation +dislocations +disloqua +disloquai +disloquaient +disloquais +disloquait +disloquant +disloquas +disloquasse +disloquassent +disloquasses +disloquassiez +disloquassions +disloqumes +disloqut +disloqutes +disloque +disloquent +disloquer +disloquera +disloquerai +disloqueraient +disloquerais +disloquerait +disloqueras +disloquerez +disloqueriez +disloquerions +disloquerons +disloqueront +disloques +disloquez +disloqu +disloque +disloques +disloqus +disloqurent +disloquiez +disloquions +disloquons +disons +disparais +disparaissaient +disparaissais +disparaissait +disparaissant +disparaisse +disparaissent +disparaisses +disparaissez +disparaissiez +disparaissions +disparaissons +disparait +disparaitraient +disparat +disparatra +disparatrai +disparatraient +disparatrais +disparatrait +disparatras +disparatre +disparatrez +disparatriez +disparatrions +disparatrons +disparatront +disparate +disparates +disparit +disparits +disparition +disparitions +disparu +disparue +disparues +disparurent +disparus +disparusse +disparussent +disparusses +disparussiez +disparussions +disparut +disparmes +dispart +dispartes +dispendieuse +dispendieuses +dispendieux +dispensa +dispensai +dispensaient +dispensaire +dispensaires +dispensais +dispensait +dispensant +dispensas +dispensasse +dispensassent +dispensasses +dispensassiez +dispensassions +dispensateur +dispensateurs +dispensatrice +dispensatrices +dispensmes +dispenst +dispenstes +dispense +dispensent +dispenser +dispensera +dispenserai +dispenseraient +dispenserais +dispenserait +dispenseras +dispenserez +dispenseriez +dispenserions +dispenserons +dispenseront +dispenses +dispensez +dispens +dispense +dispenses +dispenss +dispensrent +dispensiez +dispensions +dispensons +dispersa +dispersai +dispersaient +dispersais +dispersait +dispersant +dispersas +dispersasse +dispersassent +dispersasses +dispersassiez +dispersassions +dispersmes +disperst +disperstes +disperse +dispersent +disperser +dispersera +disperserai +disperseraient +disperserais +disperserait +disperseras +disperserez +disperseriez +disperserions +disperserons +disperseront +disperses +dispersez +dispers +disperse +disperses +disperss +dispersrent +dispersiez +dispersion +dispersions +dispersons +disponibilit +disponibilits +disponible +disponibles +dispos +disposa +disposai +disposaient +disposais +disposait +disposant +disposas +disposasse +disposassent +disposasses +disposassiez +disposassions +disposmes +dispost +dispostes +dispose +disposent +disposer +disposera +disposerai +disposeraient +disposerais +disposerait +disposeras +disposerez +disposeriez +disposerions +disposerons +disposeront +disposes +disposez +dispos +dispose +disposes +disposs +disposrent +disposiez +disposions +dispositif +dispositifs +disposition +dispositions +disposons +disproportion +disproportionn +disproportionne +disproportionnes +disproportionns +disproportions +disputa +disputai +disputaient +disputailla +disputaillai +disputaillaient +disputaillais +disputaillait +disputaillant +disputaillas +disputaillasse +disputaillassent +disputaillasses +disputaillassiez +disputaillassions +disputaillmes +disputaillt +disputailltes +disputaille +disputaillent +disputailler +disputaillera +disputaillerai +disputailleraient +disputaillerais +disputaillerait +disputailleras +disputaillerez +disputailleriez +disputaillerions +disputaillerons +disputailleront +disputailles +disputaillez +disputaill +disputaille +disputailles +disputaills +disputaillrent +disputailliez +disputaillions +disputaillons +disputais +disputait +disputant +disputas +disputasse +disputassent +disputasses +disputassiez +disputassions +disputmes +disputt +disputtes +dispute +disputent +disputer +disputera +disputerai +disputeraient +disputerais +disputerait +disputeras +disputerez +disputeriez +disputerions +disputerons +disputeront +disputes +disputez +disput +dispute +disputes +disputs +disputrent +disputiez +disputions +disputons +disquaire +disquaires +disqualifia +disqualifiai +disqualifiaient +disqualifiais +disqualifiait +disqualifiant +disqualifias +disqualifiasse +disqualifiassent +disqualifiasses +disqualifiassiez +disqualifiassions +disqualifimes +disqualifit +disqualifites +disqualification +disqualifications +disqualifie +disqualifient +disqualifier +disqualifiera +disqualifierai +disqualifieraient +disqualifierais +disqualifierait +disqualifieras +disqualifierez +disqualifieriez +disqualifierions +disqualifierons +disqualifieront +disqualifies +disqualifiez +disqualifi +disqualifie +disqualifies +disqualifis +disqualifirent +disqualifiiez +disqualifiions +disqualifions +disque +disques +disquette +disquettes +disse +dissection +dissections +dissemblable +dissemblables +dissemblance +dissemblances +dissension +dissensions +dissent +dissentiment +dissentiments +disserta +dissertai +dissertaient +dissertaion +dissertais +dissertait +dissertant +dissertas +dissertasse +dissertassent +dissertasses +dissertassiez +dissertassions +dissertation +dissertations +dissertmes +dissertt +disserttes +disserte +dissertent +disserter +dissertera +disserterai +disserteraient +disserterais +disserterait +disserteras +disserterez +disserteriez +disserterions +disserterons +disserteront +dissertes +dissertez +dissert +disserte +dissertes +disserts +dissertrent +dissertiez +dissertions +dissertons +disses +dissmina +dissminai +dissminaient +dissminais +dissminait +dissminant +dissminas +dissminasse +dissminassent +dissminasses +dissminassiez +dissminassions +dissmination +dissminations +dissminmes +dissmint +dissmintes +dissmine +dissminent +dissminer +dissminera +dissminerai +dissmineraient +dissminerais +dissminerait +dissmineras +dissminerez +dissmineriez +dissminerions +dissminerons +dissmineront +dissmines +dissminez +dissmin +dissmine +dissmines +dissmins +dissminrent +dissminiez +dissminions +dissminons +dissqua +dissquai +dissquaient +dissquais +dissquait +dissquant +dissquas +dissquasse +dissquassent +dissquasses +dissquassiez +dissquassions +dissqumes +dissqut +dissqutes +dissque +dissquent +dissquer +dissquera +dissquerai +dissqueraient +dissquerais +dissquerait +dissqueras +dissquerez +dissqueriez +dissquerions +dissquerons +dissqueront +dissques +dissquez +dissqu +dissque +dissques +dissqus +dissqurent +dissquiez +dissquions +dissquons +dissidence +dissidences +dissident +dissidente +dissidentes +dissidents +dissiez +dissimula +dissimulai +dissimulaient +dissimulais +dissimulait +dissimulant +dissimulas +dissimulasse +dissimulassent +dissimulasses +dissimulassiez +dissimulassions +dissimulateur +dissimulateurs +dissimulation +dissimulations +dissimulatrice +dissimulatrices +dissimulmes +dissimult +dissimultes +dissimule +dissimulent +dissimuler +dissimulera +dissimulerai +dissimuleraient +dissimulerais +dissimulerait +dissimuleras +dissimulerez +dissimuleriez +dissimulerions +dissimulerons +dissimuleront +dissimules +dissimulez +dissimul +dissimule +dissimules +dissimuls +dissimulrent +dissimuliez +dissimulions +dissimulons +dissions +dissipa +dissipai +dissipaient +dissipais +dissipait +dissipant +dissipas +dissipasse +dissipassent +dissipasses +dissipassiez +dissipassions +dissipateur +dissipateurs +dissipation +dissipations +dissipatrice +dissipatrices +dissipmes +dissipt +dissiptes +dissipe +dissipent +dissiper +dissipera +dissiperai +dissiperaient +dissiperais +dissiperait +dissiperas +dissiperez +dissiperiez +dissiperions +dissiperons +dissiperont +dissipes +dissipez +dissip +dissipe +dissipes +dissips +dissiprent +dissipiez +dissipions +dissipons +dissocia +dissociai +dissociaient +dissociais +dissociait +dissociant +dissocias +dissociasse +dissociassent +dissociasses +dissociassiez +dissociassions +dissociation +dissociations +dissocimes +dissocit +dissocites +dissocie +dissocient +dissocier +dissociera +dissocierai +dissocieraient +dissocierais +dissocierait +dissocieras +dissocierez +dissocieriez +dissocierions +dissocierons +dissocieront +dissocies +dissociez +dissoci +dissocie +dissocies +dissocis +dissocirent +dissociiez +dissociions +dissocions +dissolu +dissolue +dissolues +dissolus +dissolution +dissolutions +dissolvaient +dissolvais +dissolvait +dissolvant +dissolve +dissolvent +dissolves +dissolvez +dissolviez +dissolvions +dissolvons +dissonance +dissonances +dissonant +dissonante +dissonantes +dissonants +dissoudra +dissoudrai +dissoudraient +dissoudrais +dissoudrait +dissoudras +dissoudre +dissoudrez +dissoudriez +dissoudrions +dissoudrons +dissoudront +dissous +dissout +dissoute +dissoutes +dissuada +dissuadai +dissuadaient +dissuadais +dissuadait +dissuadant +dissuadas +dissuadasse +dissuadassent +dissuadasses +dissuadassiez +dissuadassions +dissuadmes +dissuadt +dissuadtes +dissuade +dissuadent +dissuader +dissuadera +dissuaderai +dissuaderaient +dissuaderais +dissuaderait +dissuaderas +dissuaderez +dissuaderiez +dissuaderions +dissuaderons +dissuaderont +dissuades +dissuadez +dissuad +dissuade +dissuades +dissuads +dissuadrent +dissuadiez +dissuadions +dissuadons +dissuasif +dissuasifs +dissuasion +dissuasions +dissuasive +dissuasives +dissymtrie +dissymtrique +dissymtriques +distance +distancent +distancer +distancera +distancerai +distanceraient +distancerais +distancerait +distanceras +distancerez +distanceriez +distancerions +distancerons +distanceront +distances +distancez +distanc +distance +distances +distancs +distancrent +distanciez +distancions +distana +distanai +distanaient +distanais +distanait +distanant +distanas +distanasse +distanassent +distanasses +distanassiez +distanassions +distanmes +distant +distantes +distanons +distant +distante +distantes +distants +distend +distendais +distendait +distendant +distende +distendent +distendes +distendez +distendiez +distendions +distendirent +distendis +distendisse +distendissent +distendisses +distendissiez +distendissions +distendit +distendmes +distendt +distendtes +distendons +distendra +distendrai +distendraient +distendrais +distendrait +distendras +distendre +distendrez +distendriez +distendrions +distendrons +distendront +distends +distendu +distendue +distendues +distendus +distension +distensions +distilla +distillai +distillaient +distillais +distillait +distillant +distillas +distillasse +distillassent +distillasses +distillassiez +distillassions +distillateur +distillateurs +distillation +distillations +distillmes +distillt +distilltes +distille +distillent +distiller +distillera +distillerai +distilleraient +distillerais +distillerait +distilleras +distillerez +distillerie +distilleries +distilleriez +distillerions +distillerons +distilleront +distilles +distillez +distill +distille +distilles +distills +distillrent +distilliez +distillions +distillons +distinct +distincte +distinctement +distinctes +distinctif +distinctifs +distinction +distinctions +distinctive +distinctives +distincts +distingua +distinguai +distinguaient +distinguais +distinguait +distinguant +distinguas +distinguasse +distinguassent +distinguasses +distinguassiez +distinguassions +distingumes +distingut +distingutes +distingue +distinguent +distinguer +distinguera +distinguerai +distingueraient +distinguerais +distinguerait +distingueras +distinguerez +distingueriez +distinguerions +distinguerons +distingueront +distingues +distinguez +distingu +distingue +distingues +distingus +distingurent +distinguiez +distinguions +distinguons +distique +distiques +distord +distordaient +distordais +distordait +distordant +distorde +distordent +distordes +distordez +distordiez +distordions +distordirent +distordis +distordisse +distordissent +distordisses +distordissiez +distordissions +distordit +distordmes +distordt +distordtes +distordons +distordra +distordrai +distordraient +distordrais +distordrait +distordras +distordre +distordrez +distordriez +distordrions +distordrons +distordront +distords +distordu +distordue +distordues +distordus +distorsion +distorsions +distraction +distractions +distraie +distraient +distraies +distraira +distrairai +distrairaient +distrairais +distrairait +distrairas +distraire +distrairez +distrairiez +distrairions +distrairons +distrairont +distrais +distrait +distraite +distraites +distraits +distrayaient +distrayais +distrayait +distrayant +distrayez +distrayiez +distrayions +distrayons +distribua +distribuai +distribuaient +distribuais +distribuait +distribuant +distribuas +distribuasse +distribuassent +distribuasses +distribuassiez +distribuassions +distribumes +distribut +distributes +distribue +distribuent +distribuer +distribuera +distribuerai +distribueraient +distribuerais +distribuerait +distribueras +distribuerez +distribueriez +distribuerions +distribuerons +distribueront +distribues +distribuez +distribu +distribue +distribues +distribus +distriburent +distribuiez +distribuions +distribuons +distributeur +distributeurs +distribution +distributions +distributrice +distributrices +district +districts +dit +dite +dites +dithyrambe +dithyrambes +dithyrambique +dithyrambiques +dits +diurtique +diurtiques +diurne +diurnes +divagation +divagations +divagua +divaguai +divaguaient +divaguais +divaguait +divaguant +divaguas +divaguasse +divaguassent +divaguasses +divaguassiez +divaguassions +divagumes +divagut +divagutes +divague +divaguent +divaguer +divaguera +divaguerai +divagueraient +divaguerais +divaguerait +divagueras +divaguerez +divagueriez +divaguerions +divaguerons +divagueront +divagues +divaguez +divagu +divague +divagues +divagus +divagurent +divaguiez +divaguions +divaguons +divan +divans +diverge +divergea +divergeai +divergeaient +divergeais +divergeait +divergeant +divergeas +divergeasse +divergeassent +divergeasses +divergeassiez +divergeassions +divergemes +diverget +divergetes +divergence +divergences +divergent +divergente +divergentes +divergents +divergeons +diverger +divergera +divergerai +divergeraient +divergerais +divergerait +divergeras +divergerez +divergeriez +divergerions +divergerons +divergeront +diverges +divergez +diverg +diverge +diverges +divergs +divergrent +divergiez +divergions +divers +diverse +diversement +diverses +diversifia +diversifiai +diversifiaient +diversifiais +diversifiait +diversifiant +diversifias +diversifiasse +diversifiassent +diversifiasses +diversifiassiez +diversifiassions +diversifimes +diversifit +diversifites +diversification +diversifications +diversifie +diversifient +diversifier +diversifiera +diversifierai +diversifieraient +diversifierais +diversifierait +diversifieras +diversifierez +diversifieriez +diversifierions +diversifierons +diversifieront +diversifies +diversifiez +diversifi +diversifie +diversifies +diversifis +diversifirent +diversifiiez +diversifiions +diversifions +diversion +diversions +diversit +diversits +diverti +divertie +diverties +divertir +divertira +divertirai +divertiraient +divertirais +divertirait +divertiras +divertirent +divertirez +divertiriez +divertirions +divertirons +divertiront +divertis +divertissaient +divertissais +divertissait +divertissant +divertisse +divertissement +divertissements +divertissent +divertisses +divertissez +divertissiez +divertissions +divertissons +divertit +divertmes +divertt +diverttes +dividence +dividences +dividende +dividendes +divin +divinateur +divinateurs +divination +divinations +divinatoire +divinatoires +divinatrice +divinatrices +divine +divinement +divines +divinisa +divinisai +divinisaient +divinisais +divinisait +divinisant +divinisas +divinisasse +divinisassent +divinisasses +divinisassiez +divinisassions +divinisation +divinisations +divinismes +divinist +divinistes +divinise +divinisent +diviniser +divinisera +diviniserai +diviniseraient +diviniserais +diviniserait +diviniseras +diviniserez +diviniseriez +diviniserions +diviniserons +diviniseront +divinises +divinisez +divinis +divinise +divinises +diviniss +divinisrent +divinisiez +divinisions +divinisons +divinit +divinits +divins +divisa +divisai +divisaient +divisais +divisait +divisant +divisas +divisasse +divisassent +divisasses +divisassiez +divisassions +divismes +divist +divistes +divise +divisent +diviser +divisera +diviserai +diviseraient +diviserais +diviserait +diviseras +diviserez +diviseriez +diviserions +diviserons +diviseront +divises +diviseur +diviseurs +divisez +divis +divise +divises +diviss +divisrent +divisible +divisibles +divisiez +division +divisionnaire +divisionnaires +divisions +divisons +divorce +divorcent +divorcer +divorcera +divorcerai +divorceraient +divorcerais +divorcerait +divorceras +divorcerez +divorceriez +divorcerions +divorcerons +divorceront +divorces +divorcez +divorc +divorce +divorces +divorcs +divorcrent +divorciez +divorcions +divora +divorai +divoraient +divorais +divorait +divorant +divoras +divorasse +divorassent +divorasses +divorassiez +divorassions +divormes +divort +divortes +divorons +divulgation +divulgations +divulgua +divulguai +divulguaient +divulguais +divulguait +divulguant +divulguas +divulguasse +divulguassent +divulguasses +divulguassiez +divulguassions +divulgumes +divulgut +divulgutes +divulgue +divulguent +divulguer +divulguera +divulguerai +divulgueraient +divulguerais +divulguerait +divulgueras +divulguerez +divulgueriez +divulguerions +divulguerons +divulgueront +divulgues +divulguez +divulgu +divulgue +divulgues +divulgus +divulgurent +divulguiez +divulguions +divulguons +dix +dixime +diximement +diximes +dizaine +dizaines +dme +dmes +dna +dnai +dnaient +dnais +dnait +dnant +dnas +dnasse +dnassent +dnasses +dnassiez +dnassions +dnmes +dnt +dntes +dne +dnent +dner +dnera +dnerai +dneraient +dnerais +dnerait +dneras +dnerez +dneriez +dnerions +dnerons +dneront +dners +dnes +dnette +dnettes +dnez +dn +dne +dnes +dns +dnrent +dniez +dnions +dnons +dt +dtes +do +docile +docilement +dociles +docilit +docilits +dock +docker +dockers +docks +docte +doctement +doctes +docteur +docteurs +doctoral +doctorale +doctorales +doctorat +doctorats +doctoraux +doctorauxment +doctoresse +doctoresses +doctrinal +doctrinale +doctrinales +doctrinaux +doctrine +doctrines +document +documenta +documentai +documentaient +documentaire +documentaires +documentais +documentait +documentant +documentas +documentasse +documentassent +documentasses +documentassiez +documentassions +documentation +documentations +documentmes +documentt +documenttes +documente +documentent +documenter +documentera +documenterai +documenteraient +documenterais +documenterait +documenteras +documenterez +documenteriez +documenterions +documenterons +documenteront +documentes +documentez +document +documente +documentes +documents +documentrent +documentiez +documentions +documentons +documents +dodelina +dodelinai +dodelinaient +dodelinais +dodelinait +dodelinant +dodelinas +dodelinasse +dodelinassent +dodelinasses +dodelinassiez +dodelinassions +dodelinmes +dodelint +dodelintes +dodeline +dodelinent +dodeliner +dodelinera +dodelinerai +dodelineraient +dodelinerais +dodelinerait +dodelineras +dodelinerez +dodelineriez +dodelinerions +dodelinerons +dodelineront +dodelines +dodelinez +dodelin +dodeline +dodelines +dodelins +dodelinrent +dodeliniez +dodelinions +dodelinons +dodcaphonisme +dodo +dodos +dodu +dodue +dodues +dodus +dog hotdog +doge +doges +dogmatique +dogmatiquement +dogmatiques +dogmatisa +dogmatisai +dogmatisaient +dogmatisais +dogmatisait +dogmatisant +dogmatisas +dogmatisasse +dogmatisassent +dogmatisasses +dogmatisassiez +dogmatisassions +dogmatismes +dogmatist +dogmatistes +dogmatise +dogmatisent +dogmatiser +dogmatisera +dogmatiserai +dogmatiseraient +dogmatiserais +dogmatiserait +dogmatiseras +dogmatiserez +dogmatiseriez +dogmatiserions +dogmatiserons +dogmatiseront +dogmatises +dogmatisez +dogmatis +dogmatise +dogmatises +dogmatiss +dogmatisrent +dogmatisiez +dogmatisions +dogmatisme +dogmatismes +dogmatisons +dogme +dogmes +dogs hotdog +dogue +dogues +doigt +doigt +doigte +doigtes +doigts +doigtier +doigtiers +doigts +dois +doit +doits +doive +doivent +doives +dolent +dolente +dolentes +dolents +dolances +dolichocphale +dolichocphales +doline +dolines +dollar +dollars +dolman veste +dolmans veste +dolmen +dolmens +dolomie +dolomites +domaine +domaines +domanial +domaniale +domaniales +domaniaux +domestication +domestications +domesticit +domesticits +domestiqua +domestiquai +domestiquaient +domestiquais +domestiquait +domestiquant +domestiquas +domestiquasse +domestiquassent +domestiquasses +domestiquassiez +domestiquassions +domestiqumes +domestiqut +domestiqutes +domestique +domestiquent +domestiquer +domestiquera +domestiquerai +domestiqueraient +domestiquerais +domestiquerait +domestiqueras +domestiquerez +domestiqueriez +domestiquerions +domestiquerons +domestiqueront +domestiques +domestiquez +domestiqu +domestique +domestiques +domestiqus +domestiqurent +domestiquiez +domestiquions +domestiquons +domicile +domiciles +domicilia +domiciliai +domiciliaient +domiciliaire +domiciliaires +domiciliais +domiciliait +domiciliant +domicilias +domiciliasse +domiciliassent +domiciliasses +domiciliassiez +domiciliassions +domicilimes +domicilit +domicilites +domicilie +domicilient +domicilier +domiciliera +domicilierai +domicilieraient +domicilierais +domicilierait +domicilieras +domicilierez +domicilieriez +domicilierions +domicilierons +domicilieront +domicilies +domiciliez +domicili +domicilie +domicilies +domicilis +domicilirent +domiciliiez +domiciliions +domicilions +domina +dominai +dominaient +dominais +dominait +dominance +dominant +dominante +dominantes +dominants +dominas +dominasse +dominassent +dominasses +dominassiez +dominassions +dominateur +dominateurs +domination +dominations +dominatrice +dominatrices +dominmes +domint +domintes +domine +dominent +dominer +dominera +dominerai +domineraient +dominerais +dominerait +domineras +dominerez +domineriez +dominerions +dominerons +domineront +domines +dominez +domin +domine +domines +domins +dominrent +dominicain +dominicaine +dominicaines +dominicains +dominical +dominicale +dominicales +dominicaux +dominiez +dominions +domino +dominons +dominos +dommage +dommageable +dommageables +dommages +dompta +domptai +domptaient +domptais +domptait +domptant +domptas +domptasse +domptassent +domptasses +domptassiez +domptassions +domptmes +domptt +dompttes +dompte +domptent +dompter +domptera +dompterai +dompteraient +dompterais +dompterait +dompteras +dompterez +dompteriez +dompterions +dompterons +dompteront +domptes +dompteur +dompteurs +dompteuse +dompteuses +domptez +dompt +dompte +domptes +dompts +domptrent +domptiez +domptions +domptons +don +donataire +donataires +donateur +donateurs +donation +donations +donatrice +donatrices +donc +dondon +dondons +donjon +donjons +donna +donnai +donnaient +donnais +donnait +donnant +donnas +donnasse +donnassent +donnasses +donnassiez +donnassions +donnmes +donnt +donntes +donne +donnees +donnent +donner +donnera +donnerai +donneraient +donnerais +donnerait +donneras +donnerez +donneriez +donnerions +donnerons +donneront +donnes +donneur +donneurs +donneuse +donneuses +donnez +donn +donne +donnes +donns +donnrent +donniez +donnions +donnons +dons +dont +dopa +dopage +dopages +dopai +dopaient +dopais +dopait +dopant +dopas +dopasse +dopassent +dopasses +dopassiez +dopassions +dopmes +dopt +doptes +dope +dopent +doper +dopera +doperai +doperaient +doperais +doperait +doperas +doperez +doperiez +doperions +doperons +doperont +dopes +dopez +dop +dope +dopes +dops +doprent +dopiez +doping +dopings +dopions +dopons +doppler +dora +dorade +dorades +dorai +doraient +dorais +dorait +dorant +doras +dorasse +dorassent +dorasses +dorassiez +dorassions +dormes +dort +dortes +dore +dorent +dorer +dorera +dorerai +doreraient +dorerais +dorerait +doreras +dorerez +doreriez +dorerions +dorerons +doreront +dores +doreur +doreurs +doreuse +doreuses +dorez +dor +dore +dores +dornavant +dors +dorrent +doriez +dorions +dorique +doriques +dorlota +dorlotai +dorlotaient +dorlotais +dorlotait +dorlotant +dorlotas +dorlotasse +dorlotassent +dorlotasses +dorlotassiez +dorlotassions +dorlotmes +dorlott +dorlottes +dorlote +dorlotent +dorloter +dorlotera +dorloterai +dorloteraient +dorloterais +dorloterait +dorloteras +dorloterez +dorloteriez +dorloterions +dorloterons +dorloteront +dorlotes +dorlotez +dorlot +dorlote +dorlotes +dorlots +dorlotrent +dorlotiez +dorlotions +dorlotons +dormaient +dormais +dormait +dormant +dorme +dorment +dormes +dormeur +dormeurs +dormeuse +dormeuses +dormez +dormi +dormie +dormies +dormiez +dormions +dormir +dormira +dormirai +dormiraient +dormirais +dormirait +dormiras +dormirent +dormirez +dormiriez +dormirions +dormiriont +dormis +dormisse +dormissent +dormisses +dormissiez +dormissions +dormit +dormmes +dormt +dormtes +dormons +dorons +dors +dorsal +dorsale +dorsales +dorsaux +dort +dortoir +dortoirs +dorure +dorures +doryphore +doryphores +dos +dosa +dosage +dosages +dosai +dosaient +dosais +dosait +dosant +dosas +dosasse +dosassent +dosasses +dosassiez +dosassions +dosmes +dost +dostes +dose +dosent +doser +dosera +doserai +doseraient +doserais +doserait +doseras +doserez +doseriez +doserions +doserons +doseront +doses +dosez +dos +dose +doses +doss +dosrent +dosiez +dosions +dosons +dossard +dossards +dossier +dossiers +dot +dota +dotai +dotaient +dotais +dotait +dotal +dotale +dotales +dotant +dotas +dotasse +dotassent +dotasses +dotassiez +dotassions +dotation +dotations +dotaux +dotmes +dott +dottes +dote +dotent +doter +dotera +doterai +doteraient +doterais +doterait +doteras +doterez +doteriez +doterions +doterons +doteront +dotes +dotez +dot +dote +dotes +dots +dotrent +dotiez +dotions +dotons +dots +doua +douai +douaient +douairire +douairires +douais +douait +douane +douanes +douanier +douaniers +douanire +douanires +douant +douas +douasse +douassent +douasses +douassiez +douassions +doumes +doutes +doubla +doublage +doublages +doublai +doublaient +doublais +doublait +doublant +doublas +doublasse +doublassent +doublasses +doublassiez +doublassions +doublmes +doublt +doubltes +double +doublement +doublements +doublent +doubler +doublera +doublerai +doubleraient +doublerais +doublerait +doubleras +doublerez +doubleriez +doublerions +doublerons +doubleront +doubles +doublet +doublets +doublez +doubl +double +doubles +doubls +doublrent +doubliez +doublions +doublons +doublure +doublures +douce +doucetre +doucetres +doucement +doucereuse +doucereusement +doucereuses +doucereux +douces +doucettement +douceur +douceurs +doucha +douchai +douchaient +douchais +douchait +douchant +douchas +douchasse +douchassent +douchasses +douchassiez +douchassions +douchmes +doucht +douchtes +douche +douchent +doucher +douchera +doucherai +doucheraient +doucherais +doucherait +doucheras +doucherez +doucheriez +doucherions +doucherons +doucheront +douches +douchez +douch +douche +douches +douchs +douchrent +douchiez +douchions +douchons +doue +douent +douer +douera +douerai +doueraient +douerais +douerait +doueras +douerez +doueriez +douerions +douerons +doueront +doues +douez +dou +doue +doues +dous +dourent +douiez +douille +douilles +douillet +douillets +douillette +douillettement +douillettes +douions +douleur +douleurs +douloureuse +douloureusement +douloureuses +douloureux +douons +douta +doutai +doutaient +doutais +doutait +doutant +doutas +doutasse +doutassent +doutasses +doutassiez +doutassions +doutmes +doutt +douttes +doute +doutent +douter +doutera +douterai +douteraient +douterais +douterait +douteras +douterez +douteriez +douterions +douterons +douteront +doutes +douteuse +douteuses +douteux +doutez +dout +doute +doutes +douts +doutrent +doutiez +doutions +doutons +douve +douves +doux +douzaine +douzaines +douze +douzime +douzimement +douzimes +doyen +doyenne +doyennes +doyens +dme +dmes +draconnien +draconnienne +draconniennes +draconniens +dragage +dragages +drageon +drageons +drage +drages +dragon +dragonne +dragonnes +dragons +dragua +draguai +draguaient +draguais +draguait +draguant +draguas +draguasse +draguassent +draguasses +draguassiez +draguassions +dragumes +dragut +dragutes +drague +draguent +draguer +draguera +draguerai +dragueraient +draguerais +draguerait +dragueras +draguerez +dragueriez +draguerions +draguerons +dragueront +dragues +dragueur +dragueurs +dragueuse +dragueuses +draguez +dragu +drague +dragues +dragus +dragurent +draguiez +draguions +draguons +drain +draina +drainage +drainages +drainai +drainaient +drainais +drainait +drainant +drainas +drainasse +drainassent +drainasses +drainassiez +drainassions +drainmes +draint +draintes +draine +drainent +drainer +drainera +drainerai +draineraient +drainerais +drainerait +draineras +drainerez +draineriez +drainerions +drainerons +draineront +draines +drainez +drain +draine +draines +drains +drainrent +drainiez +drainions +drainons +drains +dramatique +dramatiquement +dramatiques +dramatisa +dramatisai +dramatisaient +dramatisais +dramatisait +dramatisant +dramatisas +dramatisasse +dramatisassent +dramatisasses +dramatisassiez +dramatisassions +dramatismes +dramatist +dramatistes +dramatise +dramatisent +dramatiser +dramatisera +dramatiserai +dramatiseraient +dramatiserais +dramatiserait +dramatiseras +dramatiserez +dramatiseriez +dramatiserions +dramatiserons +dramatiseront +dramatises +dramatisez +dramatis +dramatise +dramatises +dramatiss +dramatisrent +dramatisiez +dramatisions +dramatisons +dramaturge +dramaturges +dramaturgie +drame +drames +drap +drapa +drapai +drapaient +drapais +drapait +drapant +drapas +drapasse +drapassent +drapasses +drapassiez +drapassions +drapmes +drapt +draptes +drape +drapeau +drapeaux +drapent +draper +drapera +draperai +draperaient +draperais +draperait +draperas +draperez +draperie +draperies +draperiez +draperions +draperons +draperont +drapes +drapez +drap +drape +drapes +draps +draprent +drapier +drapiers +drapiez +drapions +drapons +draps +dressa +dressage +dressages +dressai +dressaient +dressais +dressait +dressant +dressas +dressasse +dressassent +dressasses +dressassiez +dressassions +dressmes +dresst +dresstes +dresse +dressent +dresser +dressera +dresserai +dresseraient +dresserais +dresserait +dresseras +dresserez +dresseriez +dresserions +dresserons +dresseront +dresses +dressez +dress +dresse +dresses +dresss +dressrent +dressiez +dressions +dressoir +dressoirs +dressons +drve +drves +dribbla +dribblai +dribblaient +dribblais +dribblait +dribblant +dribblas +dribblasse +dribblassent +dribblasses +dribblassiez +dribblassions +dribblmes +dribblt +dribbltes +dribble +dribblent +dribbler +dribblera +dribblerai +dribbleraient +dribblerais +dribblerait +dribbleras +dribblerez +dribbleriez +dribblerions +dribblerons +dribbleront +dribbles +dribblez +dribbl +dribble +dribbles +dribbls +dribblrent +dribbliez +dribblions +dribblons +drille +drilles +drisse +drisses +drogua +droguai +droguaient +droguais +droguait +droguant +droguas +droguasse +droguassent +droguasses +droguassiez +droguassions +drogumes +drogut +drogutes +drogue +droguent +droguer +droguera +droguerai +drogueraient +droguerais +droguerait +drogueras +droguerez +droguerie +drogueries +drogueriez +droguerions +droguerons +drogueront +drogues +droguez +drogu +drogue +drogues +drogus +drogurent +droguiez +droguions +droguiste +droguistes +droguons +droit +droite +droites +droitier +droitiers +droitire +droitires +droits +droiture +droitures +drolatique +drolatiquement +drolatiques +dromadaire +dromadaires +drle +drlement +drlerie +drleries +drles +drlesse +drlesses +dru +drue +drues +drugstore +drugstores +druide +druides +druidique +druidiques +drupe +drupes +drus +du +dualisme +dualismes +dualiste +dualistes +dualit +dualits +dubitatif +dubitatifs +dubitative +dubitatives +duc +ducal +ducale +ducales +ducat +ducats +ducaux +duchesse +duchesses +duch +duchs +ducs +ductile +ductiles +due +duel +duelliste +duellistes +duels +dues +duettiste +duettistes +dugne +dugnes +dulcine +dulcines +dumping +dumpings +dune +dunes +dunette +dunettes +duo +duodcimal +duodcimale +duodcimales +duodcimaux +duodnum +duodnums +duos +dupa +dupai +dupaient +dupais +dupait +dupant +dupas +dupasse +dupassent +dupasses +dupassiez +dupassions +dupmes +dupt +duptes +dupe +dupent +duper +dupera +duperai +duperaient +duperais +duperait +duperas +duperez +duperie +duperies +duperiez +duperions +duperons +duperont +dupes +dupeur +dupeurs +dupeuse +dupeuses +dupez +dup +dupe +dupes +dups +duprent +dupiez +dupions +duplex +duplicata +duplicateur +duplicateurs +duplication +duplications +duplicit +duplicits +dupons +duquel +duquelle +duquelles +duquels +dur +dura +durable +durablement +durables +durai +duraient +durais +durait +durant +duras +durasse +durassent +durasses +durassiez +durassions +duratif +durmes +durt +durtes +durci +durcie +durcies +durcir +durcira +durcirai +durciraient +durcirais +durcirait +durciras +durcirent +durcirez +durciriez +durcirions +durcirons +durciront +durcis +durcissaient +durcissais +durcissait +durcissant +durcisse +durcissement +durcissements +durcissent +durcisses +durcissez +durcissiez +durcissions +durcissons +durcit +durcmes +durct +durctes +dure +durement +durent +dureont +durer +durera +durerai +dureraient +durerais +durerait +dureras +durerez +dureriez +durerions +durerons +dureront +dures +duret +durets +durez +dur +dure +dures +durs +durrent +durieux +duriez +durillon +durillons +durions +durons +durs +dus +dusse +dussent +dusses +dussiez +dussions +dut +duvet +duveteuse +duveteuses +duveteux +duvets +d +dment +dmes +ds +dt +dtes +dynamique +dynamiques +dynamisme +dynamita +dynamitage +dynamitages +dynamitai +dynamitaient +dynamitais +dynamitait +dynamitant +dynamitas +dynamitasse +dynamitassent +dynamitasses +dynamitassiez +dynamitassions +dynamitmes +dynamitt +dynamittes +dynamite +dynamitent +dynamiter +dynamitera +dynamiterai +dynamiteraient +dynamiterais +dynamiterait +dynamiteras +dynamiterez +dynamiteriez +dynamiterions +dynamiterons +dynamiteront +dynamites +dynamiteur +dynamiteurs +dynamiteuse +dynamiteuses +dynamitez +dynamit +dynamite +dynamites +dynamits +dynamitrent +dynamitiez +dynamitions +dynamitons +dynamo +dynamomtre +dynamomtres +dynamos +dynastie +dynasties +dynastique +dynastiques +dysenterie +dysentrique +dysentriques +dysfonction +dyslexie +dyspesie +e +eau +eaux +ecchymose +ecchymoses +ecclsiastique +ecclsiastiques +ectoplasme +eczma +eczmateuse +eczmateuses +eczmateux +edelweiss +efface +effacement +effacements +effacent +effacer +effacera +effacerai +effaceraient +effacerais +effacerait +effaceras +effacerez +effaceriez +effacerions +effacerons +effaceront +effaces +effacez +effac +efface +effaces +effacs +effacrent +effaciez +effacions +effaa +effaai +effaaient +effaais +effaait +effaant +effaas +effaasse +effaassent +effaasses +effaassiez +effaassions +effames +effat +effates +effaons +effana +effanai +effanaient +effanais +effanait +effanant +effanas +effanasse +effanassent +effanasses +effanassiez +effanassions +effanmes +effant +effantes +effane +effanent +effaner +effanera +effanerai +effaneraient +effanerais +effanerait +effaneras +effanerez +effaneriez +effanerions +effanerons +effaneront +effanes +effanez +effan +effane +effanes +effans +effanrent +effaniez +effanions +effanons +effara +effarai +effaraient +effarais +effarait +effarant +effarante +effarantes +effarants +effaras +effarasse +effarassent +effarasses +effarassiez +effarassions +effarmes +effart +effartes +effare +effarement +effarements +effarent +effarer +effarera +effarerai +effareraient +effarerais +effarerait +effareras +effarerez +effareriez +effarerions +effarerons +effareront +effares +effarez +effar +effare +effares +effars +effarrent +effariez +effarions +effarons +effaroucha +effarouchai +effarouchaient +effarouchais +effarouchait +effarouchant +effarouchas +effarouchasse +effarouchassent +effarouchasses +effarouchassiez +effarouchassions +effarouchmes +effaroucht +effarouchtes +effarouche +effarouchent +effaroucher +effarouchera +effaroucherai +effaroucheraient +effaroucherais +effaroucherait +effaroucheras +effaroucherez +effaroucheriez +effaroucherions +effaroucherons +effaroucheront +effarouches +effarouchez +effarouch +effarouche +effarouches +effarouchs +effarouchrent +effarouchiez +effarouchions +effarouchons +effectif +effectifs +effective +effectivement +effectives +effectua +effectuai +effectuaient +effectuais +effectuait +effectuant +effectuas +effectuasse +effectuassent +effectuasses +effectuassiez +effectuassions +effectumes +effectut +effectutes +effectue +effectuent +effectuer +effectuera +effectuerai +effectueraient +effectuerais +effectuerait +effectueras +effectuerez +effectueriez +effectuerions +effectuerons +effectueront +effectues +effectuez +effectu +effectue +effectues +effectus +effecturent +effectuiez +effectuions +effectuons +effervescence +effervescences +effervescent +effervescente +effervescentes +effervescents +effet +effets +effeuilla +effeuillai +effeuillaient +effeuillais +effeuillait +effeuillant +effeuillas +effeuillasse +effeuillassent +effeuillasses +effeuillassiez +effeuillassions +effeuillmes +effeuillt +effeuilltes +effeuille +effeuillent +effeuiller +effeuillera +effeuillerai +effeuilleraient +effeuillerais +effeuillerait +effeuilleras +effeuillerez +effeuilleriez +effeuillerions +effeuillerons +effeuilleront +effeuilles +effeuillez +effeuill +effeuille +effeuilles +effeuills +effeuillrent +effeuilliez +effeuillions +effeuillons +effmin +effmine +effmines +effmins +efficace +efficacement +efficaces +efficacit +efficient +efficiente +efficientes +efficients +effigie +effigies +effila +effilai +effilaient +effilais +effilait +effilant +effilas +effilasse +effilassent +effilasses +effilassiez +effilassions +effilmes +effilt +effiltes +effile +effilent +effiler +effilera +effilerai +effileraient +effilerais +effilerait +effileras +effilerez +effileriez +effilerions +effilerons +effileront +effiles +effilez +effil +effile +effiles +effils +effilrent +effiliez +effilions +effilocha +effilochage +effilochages +effilochai +effilochaient +effilochais +effilochait +effilochant +effilochas +effilochasse +effilochassent +effilochasses +effilochassiez +effilochassions +effilochmes +effilocht +effilochtes +effiloche +effilochent +effilocher +effilochera +effilocherai +effilocheraient +effilocherais +effilocherait +effilocheras +effilocherez +effilocheriez +effilocherions +effilocherons +effilocheront +effiloches +effilochez +effiloch +effiloche +effiloches +effilochs +effilochrent +effilochiez +effilochions +effilochons +effilons +efflanqu +efflanque +efflanques +efflanqus +effleura +effleurai +effleuraient +effleurais +effleurait +effleurant +effleuras +effleurasse +effleurassent +effleurasses +effleurassiez +effleurassions +effleurmes +effleurt +effleurtes +effleure +effleurement +effleurements +effleurent +effleurer +effleurera +effleurerai +effleureraient +effleurerais +effleurerait +effleureras +effleurerez +effleureriez +effleurerions +effleurerons +effleureront +effleures +effleurez +effleur +effleure +effleures +effleurs +effleurrent +effleuriez +effleurions +effleurons +efflorescence +efflorescences +effluent +effluents +effluve +effluves +effondra +effondrai +effondraient +effondrais +effondrait +effondrant +effondras +effondrasse +effondrassent +effondrasses +effondrassiez +effondrassions +effondrmes +effondrt +effondrtes +effondre +effondrement +effondrements +effondrent +effondrer +effondrera +effondrerai +effondreraient +effondrerais +effondrerait +effondreras +effondrerez +effondreriez +effondrerions +effondrerons +effondreront +effondres +effondrez +effondr +effondre +effondres +effondrs +effondrrent +effondriez +effondrions +effondrons +efforce +efforcent +efforcer +efforcera +efforcerai +efforceraient +efforcerais +efforcerait +efforceras +efforcerez +efforceriez +efforcerions +efforcerons +efforceront +efforces +efforcez +efforc +efforce +efforces +efforcs +efforcrent +efforciez +efforcions +effora +efforai +efforaient +efforais +efforait +efforant +efforas +efforasse +efforassent +efforasses +efforassiez +efforassions +efformes +effort +effortes +efforons +effort +efforts +effraction +effractions +effraie +effraient +effraiera +effraierai +effraieraient +effraierais +effraierait +effraieras +effraierez +effraieriez +effraierions +effraierons +effraieront +effraies +effrange +effrangea +effrangeai +effrangeaient +effrangeais +effrangeait +effrangeant +effrangeas +effrangeasse +effrangeassent +effrangeasses +effrangeassiez +effrangeassions +effrangemes +effranget +effrangetes +effrangent +effrangeons +effranger +effrangera +effrangerai +effrangeraient +effrangerais +effrangerait +effrangeras +effrangerez +effrangeriez +effrangerions +effrangerons +effrangeront +effranges +effrangez +effrang +effrange +effranges +effrangs +effrangrent +effrangiez +effrangions +effraya +effrayai +effrayaient +effrayais +effrayait +effrayant +effrayante +effrayantes +effrayants +effrayas +effrayasse +effrayassent +effrayasses +effrayassiez +effrayassions +effraymes +effrayt +effraytes +effraye +effrayent +effrayer +effrayera +effrayerai +effrayeraient +effrayerais +effrayerait +effrayeras +effrayerez +effrayeriez +effrayerions +effrayerons +effrayeront +effrayes +effrayez +effray +effraye +effrayes +effrays +effrayrent +effrayiez +effrayions +effrayons +effrn +effrne +effrnes +effrns +effrita +effritai +effritaient +effritais +effritait +effritant +effritas +effritasse +effritassent +effritasses +effritassiez +effritassions +effritmes +effritt +effrittes +effrite +effritement +effritements +effritent +effriter +effritera +effriterai +effriteraient +effriterais +effriterait +effriteras +effriterez +effriteriez +effriterions +effriterons +effriteront +effrites +effritez +effrit +effrite +effrites +effrits +effritrent +effritiez +effritions +effritons +effroi +effrois +effronterie +effronteries +effront +effrontment +effronts +effroyable +effroyablement +effroyables +effusion +effusions +eh +eldorado +elfe +elfes +elle +elles +ellipse +ellipses +ellipsodal +ellipsodale +ellipsodales +ellipsodaux +ellipsode +ellipsodes +elliptique +elliptiquement +elliptiques +emballa +emballage +emballages +emballai +emballaient +emballais +emballait +emballant +emballas +emballasse +emballassent +emballasses +emballassiez +emballassions +emballmes +emballt +emballtes +emballe +emballement +emballements +emballent +emballer +emballera +emballerai +emballeraient +emballerais +emballerait +emballeras +emballerez +emballeriez +emballerions +emballerons +emballeront +emballes +emballeur +emballeurs +emballeuse +emballeuses +emballez +emball +emballe +emballes +emballs +emballrent +emballiez +emballions +emballons +embarcadre +embarcadres +embarcation +embarcations +embarde +embardes +embargo +embargos +embarqua +embarquai +embarquaient +embarquais +embarquait +embarquant +embarquas +embarquasse +embarquassent +embarquasses +embarquassiez +embarquassions +embarqumes +embarqut +embarqutes +embarque +embarquement +embarquements +embarquent +embarquer +embarquera +embarquerai +embarqueraient +embarquerais +embarquerait +embarqueras +embarquerez +embarqueriez +embarquerions +embarquerons +embarqueront +embarques +embarquez +embarqu +embarque +embarques +embarqus +embarqurent +embarquiez +embarquions +embarquons +embarras +embarrassa +embarrassai +embarrassaient +embarrassais +embarrassait +embarrassant +embarrassas +embarrassasse +embarrassassent +embarrassasses +embarrassassiez +embarrassassions +embarrassmes +embarrasst +embarrasstes +embarrasse +embarrassent +embarrasser +embarrassera +embarrasserai +embarrasseraient +embarrasserais +embarrasserait +embarrasseras +embarrasserez +embarrasseriez +embarrasserions +embarrasserons +embarrasseront +embarrasses +embarrassez +embarrass +embarrasse +embarrasses +embarrasss +embarrassrent +embarrassiez +embarrassions +embarrassons +embaucha +embauchage +embauchages +embauchai +embauchaient +embauchais +embauchait +embauchant +embauchas +embauchasse +embauchassent +embauchasses +embauchassiez +embauchassions +embauchmes +embaucht +embauchtes +embauche +embauchent +embaucher +embauchera +embaucherai +embaucheraient +embaucherais +embaucherait +embaucheras +embaucherez +embaucheriez +embaucherions +embaucherons +embaucheront +embauches +embauchez +embauch +embauche +embauches +embauchs +embauchrent +embauchiez +embauchions +embauchoir +embauchoirs +embauchons +embauma +embaumai +embaumaient +embaumais +embaumait +embaumant +embaumas +embaumasse +embaumassent +embaumasses +embaumassiez +embaumassions +embaummes +embaumt +embaumtes +embaume +embaumement +embaumements +embaument +embaumer +embaumera +embaumerai +embaumeraient +embaumerais +embaumerait +embaumeras +embaumerez +embaumeriez +embaumerions +embaumerons +embaumeront +embaumes +embaumeur +embaumeurs +embaumez +embaum +embaume +embaumes +embaums +embaumrent +embaumiez +embaumions +embaumons +embelli +embellie +embellies +embellir +embellira +embellirai +embelliraient +embellirais +embellirait +embelliras +embellirent +embellirez +embelliriez +embellirions +embelliriont +embellis +embellissaient +embellissais +embellissait +embellissant +embellisse +embellissement +embellissements +embellissent +embellisses +embellissiez +embellissions +embellissons +embellit +embellmes +embellt +embelltes +emberlificota +emberlificotai +emberlificotaient +emberlificotais +emberlificotait +emberlificotant +emberlificotas +emberlificotasse +emberlificotassent +emberlificotasses +emberlificotassiez +emberlificotassions +emberlificotmes +emberlificott +emberlificottes +emberlificote +emberlificotent +emberlificoter +emberlificotera +emberlificoterai +emberlificoteraient +emberlificoterais +emberlificoterait +emberlificoteras +emberlificoterez +emberlificoteriez +emberlificoterions +emberlificoterons +emberlificoteront +emberlificotes +emberlificotez +emberlificot +emberlificote +emberlificotes +emberlificots +emberlificotrent +emberlificotiez +emberlificotions +emberlificotons +embguina +embguinai +embguinaient +embguinais +embguinait +embguinant +embguinas +embguinasse +embguinassent +embguinasses +embguinassiez +embguinassions +embguinmes +embguint +embguintes +embguine +embguinent +embguiner +embguinera +embguinerai +embguineraient +embguinerais +embguinerait +embguineras +embguinerez +embguineriez +embguinerions +embguinerons +embguineront +embguines +embguinez +embguin +embguine +embguines +embguins +embguinrent +embguiniez +embguinions +embguinons +embta +embtai +embtaient +embtais +embtait +embtant +embtante +embtantes +embtants +embtas +embtasse +embtassent +embtasses +embtassiez +embtassions +embtmes +embtt +embttes +embte +embtement +embtements +embtent +embter +embtera +embterai +embteraient +embterais +embterait +embteras +embterez +embteriez +embterions +embterons +embteront +embtes +embtez +embt +embte +embtes +embts +embtrent +embtiez +embtions +embtons +emblava +emblavai +emblavaient +emblavais +emblavait +emblavant +emblavas +emblavasse +emblavassent +emblavasses +emblavassiez +emblavassions +emblavmes +emblavt +emblavtes +emblave +emblavent +emblaver +emblavera +emblaverai +emblaveraient +emblaverais +emblaverait +emblaveras +emblaverez +emblaveriez +emblaverions +emblaverons +emblaveront +emblaves +emblavez +emblav +emblave +emblaves +emblavs +emblavrent +emblaviez +emblavions +emblavons +emblavure +emblavures +emble +emblmatique +emblmatiques +emblme +emblmes +embobina +embobinai +embobinaient +embobinais +embobinait +embobinant +embobinas +embobinasse +embobinassent +embobinasses +embobinassiez +embobinassions +embobinmes +embobint +embobintes +embobine +embobinent +embobiner +embobinera +embobinerai +embobineraient +embobinerais +embobinerait +embobineras +embobinerez +embobineriez +embobinerions +embobinerons +embobineront +embobines +embobinez +embobin +embobine +embobines +embobins +embobinrent +embobiniez +embobinions +embobinons +embobions +embobons +embota +embotage +embotages +embotai +embotaient +embotais +embotait +embotant +embotas +embotasse +embotassent +embotasses +embotassiez +embotassions +embotmes +embott +embottes +embote +embotement +embotements +embotent +emboter +embotera +emboterai +emboteraient +emboterais +emboterait +emboteras +emboterez +emboteriez +emboterions +emboterons +emboteront +embotes +embotez +embot +embote +embotes +embots +embotrent +embotiez +embotions +embotons +embolie +embolies +emboliques +embolisme +embolismes +embonpoint +embonpoints +emboucha +embouchai +embouchaient +embouchais +embouchait +embouchant +embouchas +embouchasse +embouchassent +embouchasses +embouchassiez +embouchassions +embouchmes +emboucht +embouchtes +embouche +embouchent +emboucher +embouchera +emboucherai +emboucheraient +emboucherais +emboucherait +emboucheras +emboucherez +emboucheriez +emboucherions +emboucherons +emboucheront +embouches +embouchez +embouch +embouche +embouches +embouchs +embouchrent +embouchiez +embouchions +embouchons +embouchure +embouchures +embouqua +embouquai +embouquaient +embouquais +embouquait +embouquant +embouquas +embouquasse +embouquassent +embouquasses +embouquassiez +embouquassions +embouqumes +embouqut +embouqutes +embouque +embouquent +embouquer +embouquera +embouquerai +embouqueraient +embouquerais +embouquerait +embouqueras +embouquerez +embouqueriez +embouquerions +embouquerons +embouqueront +embouques +embouquez +embouqu +embouque +embouques +embouqus +embouqurent +embouquiez +embouquions +embouquons +embourba +embourbai +embourbaient +embourbais +embourbait +embourbant +embourbas +embourbasse +embourbassent +embourbasses +embourbassiez +embourbassions +embourbmes +embourbt +embourbtes +embourbe +embourbent +embourber +embourbera +embourberai +embourberaient +embourberais +embourberait +embourberas +embourberez +embourberiez +embourberions +embourberons +embourberont +embourbes +embourbez +embourb +embourbe +embourbes +embourbs +embourbrent +embourbiez +embourbions +embourbons +embourgeoisa +embourgeoisai +embourgeoisaient +embourgeoisais +embourgeoisait +embourgeoisant +embourgeoisas +embourgeoisasse +embourgeoisassent +embourgeoisasses +embourgeoisassiez +embourgeoisassions +embourgeoismes +embourgeoist +embourgeoistes +embourgeoise +embourgeoisent +embourgeoiser +embourgeoisera +embourgeoiserai +embourgeoiseraient +embourgeoiserais +embourgeoiserait +embourgeoiseras +embourgeoiserez +embourgeoiseriez +embourgeoiserions +embourgeoiserons +embourgeoiseront +embourgeoises +embourgeoisez +embourgeois +embourgeoise +embourgeoises +embourgeoiss +embourgeoisrent +embourgeoisiez +embourgeoisions +embourgeoisons +embout +embouteilla +embouteillage +embouteillages +embouteillai +embouteillaient +embouteillais +embouteillait +embouteillant +embouteillas +embouteillasse +embouteillassent +embouteillasses +embouteillassiez +embouteillassions +embouteillmes +embouteillt +embouteilltes +embouteille +embouteillent +embouteiller +embouteillera +embouteillerai +embouteilleraient +embouteillerais +embouteillerait +embouteilleras +embouteillerez +embouteilleriez +embouteillerions +embouteillerons +embouteilleront +embouteilles +embouteillez +embouteill +embouteille +embouteilles +embouteills +embouteillrent +embouteilliez +embouteillions +embouteillons +embouti +emboutie +embouties +emboutir +emboutira +emboutirai +emboutiraient +emboutirais +emboutirait +emboutiras +emboutirent +emboutirez +emboutiriez +emboutirions +emboutirons +emboutiront +emboutis +emboutissage +emboutissages +emboutissaient +emboutissais +emboutissait +emboutissant +emboutisse +emboutissent +emboutisses +emboutissiez +emboutissions +emboutit +emboutmes +emboutt +embouttes +embouts +embraie +embraient +embraiera +embraierai +embraieraient +embraierais +embraierait +embraieras +embraierez +embraieriez +embraierions +embraierons +embraieront +embraies +embrancha +embranchai +embranchaient +embranchais +embranchait +embranchant +embranchas +embranchasse +embranchassent +embranchasses +embranchassiez +embranchassions +embranchmes +embrancht +embranchtes +embranche +embranchement +embranchements +embranchent +embrancher +embranchera +embrancherai +embrancheraient +embrancherais +embrancherait +embrancheras +embrancherez +embrancheriez +embrancherions +embrancherons +embrancheront +embranches +embranchez +embranch +embranche +embranches +embranchs +embranchrent +embranchiez +embranchions +embranchons +embrasa +embrasai +embrasaient +embrasais +embrasait +embrasant +embrasas +embrasasse +embrasassent +embrasasses +embrasassiez +embrasassions +embrasmes +embrast +embrastes +embrase +embrasement +embrasements +embrasent +embraser +embrasera +embraserai +embraseraient +embraserais +embraserait +embraseras +embraserez +embraseriez +embraserions +embraserons +embraseront +embrases +embrasez +embras +embrase +embrases +embrass +embrasrent +embrasiez +embrasions +embrasons +embrassa +embrassade +embrassades +embrassai +embrassaient +embrassais +embrassait +embrassant +embrassas +embrassasse +embrassassent +embrassasses +embrassassiez +embrassassions +embrassmes +embrasst +embrasstes +embrasse +embrassement +embrassements +embrassent +embrasser +embrassera +embrasserai +embrasseraient +embrasserais +embrasserait +embrasseras +embrasserez +embrasseriez +embrasserions +embrasserons +embrasseront +embrasses +embrassez +embrass +embrasse +embrasses +embrasss +embrassrent +embrassiez +embrassions +embrassons +embrasure +embrasures +embraya +embrayage +embrayages +embrayai +embrayaient +embrayais +embrayait +embrayant +embrayas +embrayasse +embrayassent +embrayasses +embrayassiez +embrayassions +embraymes +embrayt +embraytes +embraye +embrayent +embrayer +embrayera +embrayerai +embrayeraient +embrayerais +embrayerait +embrayeras +embrayerez +embrayeriez +embrayerions +embrayerons +embrayeront +embrayes +embrayez +embray +embraye +embrayes +embrays +embrayrent +embrayiez +embrayions +embrayons +embrigada +embrigadai +embrigadaient +embrigadais +embrigadait +embrigadant +embrigadas +embrigadasse +embrigadassent +embrigadasses +embrigadassiez +embrigadassions +embrigadmes +embrigadt +embrigadtes +embrigade +embrigadent +embrigader +embrigadera +embrigaderai +embrigaderaient +embrigaderais +embrigaderait +embrigaderas +embrigaderez +embrigaderiez +embrigaderions +embrigaderons +embrigaderont +embrigades +embrigadez +embrigad +embrigade +embrigades +embrigads +embrigadrent +embrigadiez +embrigadions +embrigadons +embrocha +embrochai +embrochaient +embrochais +embrochait +embrochant +embrochas +embrochasse +embrochassent +embrochasses +embrochassiez +embrochassions +embrochmes +embrocht +embrochtes +embroche +embrochent +embrocher +embrochera +embrocherai +embrocheraient +embrocherais +embrocherait +embrocheras +embrocherez +embrocheriez +embrocherions +embrocherons +embrocheront +embroches +embrochez +embroch +embroche +embroches +embrochs +embrochrent +embrochiez +embrochions +embrochons +embrouilla +embrouillai +embrouillaient +embrouillais +embrouillait +embrouillamini +embrouillaminis +embrouillant +embrouillas +embrouillasse +embrouillassent +embrouillasses +embrouillassiez +embrouillassions +embrouillmes +embrouillt +embrouilltes +embrouille +embrouillement +embrouillements +embrouillent +embrouiller +embrouillera +embrouillerai +embrouilleraient +embrouillerais +embrouillerait +embrouilleras +embrouillerez +embrouilleriez +embrouillerions +embrouillerons +embrouilleront +embrouilles +embrouillez +embrouill +embrouille +embrouilles +embrouills +embrouillrent +embrouilliez +embrouillions +embrouillons +embroussaill +embroussaille +embroussailles +embroussaills +embruma +embrumai +embrumaient +embrumais +embrumait +embrumant +embrumas +embrumasse +embrumassent +embrumasses +embrumassiez +embrumassions +embrummes +embrumt +embrumtes +embrume +embrument +embrumer +embrumera +embrumerai +embrumeraient +embrumerais +embrumerait +embrumeras +embrumerez +embrumeriez +embrumerions +embrumerons +embrumeront +embrumes +embrumez +embrum +embrume +embrumes +embrums +embrumrent +embrumiez +embrumions +embrumons +embruns +embryognie +embryologie +embryon +embryonnaire +embryonnaires +embryons +embua +embuai +embuaient +embuais +embuait +embuant +embuas +embuasse +embuassent +embuasses +embuassiez +embuassions +embumes +embut +embutes +embue +embuent +embuer +embuera +embuerai +embueraient +embuerais +embuerait +embueras +embuerez +embueriez +embuerions +embuerons +embueront +embues +embuez +embu +embue +embues +embus +emburent +embuiez +embuions +embuons +embuscade +embuscades +embusqua +embusquai +embusquaient +embusquais +embusquait +embusquant +embusquas +embusquasse +embusquassent +embusquasses +embusquassiez +embusquassions +embusqumes +embusqut +embusqutes +embusque +embusquent +embusquer +embusquera +embusquerai +embusqueraient +embusquerais +embusquerait +embusqueras +embusquerez +embusqueriez +embusquerions +embusquerons +embusqueront +embusques +embusquez +embusqu +embusque +embusques +embusqus +embusqurent +embusquiez +embusquions +embusquons +embche +embches +emmagasina +emmagasinage +emmagasinages +emmagasinai +emmagasinaient +emmagasinais +emmagasinait +emmagasinant +emmagasinas +emmagasinasse +emmagasinassent +emmagasinasses +emmagasinassiez +emmagasinassions +emmagasinmes +emmagasint +emmagasintes +emmagasine +emmagasinent +emmagasiner +emmagasinera +emmagasinerai +emmagasineraient +emmagasinerais +emmagasinerait +emmagasineras +emmagasinerez +emmagasineriez +emmagasinerions +emmagasinerons +emmagasineront +emmagasines +emmagasinez +emmagasin +emmagasine +emmagasines +emmagasins +emmagasinrent +emmagasiniez +emmagasinions +emmagasinons +emmaillota +emmaillotai +emmaillotaient +emmaillotais +emmaillotait +emmaillotant +emmaillotas +emmaillotasse +emmaillotassent +emmaillotasses +emmaillotassiez +emmaillotassions +emmaillotmes +emmaillott +emmaillottes +emmaillote +emmaillotement +emmaillotements +emmaillotent +emmailloter +emmaillotera +emmailloterai +emmailloteraient +emmailloterais +emmailloterait +emmailloteras +emmailloterez +emmailloteriez +emmailloterions +emmailloterons +emmailloteront +emmaillotes +emmaillotez +emmaillot +emmaillote +emmaillotes +emmaillots +emmaillotrent +emmaillotiez +emmaillotions +emmaillotons +emmancha +emmanchai +emmanchaient +emmanchais +emmanchait +emmanchant +emmanchas +emmanchasse +emmanchassent +emmanchasses +emmanchassiez +emmanchassions +emmanchmes +emmancht +emmanchtes +emmanche +emmanchement +emmanchements +emmanchent +emmancher +emmanchera +emmancherai +emmancheraient +emmancherais +emmancherait +emmancheras +emmancherez +emmancheriez +emmancherions +emmancherons +emmancheront +emmanches +emmanchez +emmanch +emmanche +emmanches +emmanchs +emmanchrent +emmanchiez +emmanchions +emmanchons +emmanchure +emmanchures +emmena +emmenai +emmenaient +emmenais +emmenait +emmenant +emmenas +emmenasse +emmenassent +emmenasses +emmenassiez +emmenassions +emmenmes +emment +emmentes +emmener +emmenez +emmen +emmene +emmenes +emmens +emmenrent +emmeniez +emmenions +emmenons +emmenthal +emmerda +emmerdai +emmerdaient +emmerdais +emmerdait +emmerdant +emmerdas +emmerdasse +emmerdassent +emmerdasses +emmerdassiez +emmerdassions +emmerdmes +emmerdt +emmerdtes +emmerde +emmerdent +emmerder +emmerdera +emmerderai +emmerderaient +emmerderais +emmerderait +emmerderas +emmerderez +emmerderiez +emmerderions +emmerderons +emmerderont +emmerdes +emmerdez +emmerd +emmerde +emmerdes +emmerds +emmerdrent +emmerdiez +emmerdions +emmerdons +emmnage +emmnagea +emmnageai +emmnageaient +emmnageais +emmnageait +emmnageant +emmnageas +emmnageasse +emmnageassent +emmnageasses +emmnageassiez +emmnageassions +emmnagemes +emmnaget +emmnagetes +emmnagement +emmnagements +emmnagent +emmnageons +emmnager +emmnagera +emmnagerai +emmnageraient +emmnagerais +emmnagerait +emmnageras +emmnagerez +emmnageriez +emmnagerions +emmnagerons +emmnageront +emmnages +emmnagez +emmnag +emmnage +emmnages +emmnags +emmnagrent +emmnagiez +emmnagions +emmne +emmnent +emmnera +emmnerai +emmneraient +emmnerais +emmnerait +emmneras +emmnerez +emmneriez +emmnerions +emmnerons +emmneront +emmnes +emmla +emmlai +emmlaient +emmlais +emmlait +emmlant +emmlas +emmlasse +emmlassent +emmlasses +emmlassiez +emmlassions +emmlmes +emmlt +emmltes +emmle +emmlement +emmlements +emmlent +emmler +emmlera +emmlerai +emmleraient +emmlerais +emmlerait +emmleras +emmlerez +emmleriez +emmlerions +emmlerons +emmleront +emmles +emmlez +emml +emmle +emmles +emmls +emmlrent +emmliez +emmlions +emmlons +emmiella +emmiellai +emmiellaient +emmiellais +emmiellait +emmiellant +emmiellas +emmiellasse +emmiellassent +emmiellasses +emmiellassiez +emmiellassions +emmiellmes +emmiellt +emmielltes +emmielle +emmiellent +emmieller +emmiellera +emmiellerai +emmielleraient +emmiellerais +emmiellerait +emmielleras +emmiellerez +emmielleriez +emmiellerions +emmiellerons +emmielleront +emmielles +emmiellez +emmiell +emmielle +emmielles +emmiells +emmiellrent +emmielliez +emmiellions +emmiellons +emmitoufla +emmitouflai +emmitouflaient +emmitouflais +emmitouflait +emmitouflant +emmitouflas +emmitouflasse +emmitouflassent +emmitouflasses +emmitouflassiez +emmitouflassions +emmitouflmes +emmitouflt +emmitoufltes +emmitoufle +emmitouflent +emmitoufler +emmitouflera +emmitouflerai +emmitoufleraient +emmitouflerais +emmitouflerait +emmitoufleras +emmitouflerez +emmitoufleriez +emmitouflerions +emmitouflerons +emmitoufleront +emmitoufles +emmitouflez +emmitoufl +emmitoufle +emmitoufles +emmitoufls +emmitouflrent +emmitoufliez +emmitouflions +emmitouflons +emmura +emmurai +emmuraient +emmurais +emmurait +emmurant +emmuras +emmurasse +emmurassent +emmurasses +emmurassiez +emmurassions +emmurmes +emmurt +emmurtes +emmure +emmurent +emmurer +emmurera +emmurerai +emmureraient +emmurerais +emmurerait +emmureras +emmurerez +emmureriez +emmurerions +emmurerons +emmureront +emmures +emmurez +emmur +emmure +emmures +emmurs +emmurrent +emmuriez +emmurions +emmurons +empailla +empaillage +empaillages +empaillai +empaillaient +empaillais +empaillait +empaillant +empaillas +empaillasse +empaillassent +empaillasses +empaillassiez +empaillassions +empaillmes +empaillt +empailltes +empaille +empaillent +empailler +empaillera +empaillerai +empailleraient +empaillerais +empaillerait +empailleras +empaillerez +empailleriez +empaillerions +empaillerons +empailleront +empailles +empailleur +empailleurs +empailleuse +empailleuses +empaillez +empaill +empaille +empailles +empaills +empaillrent +empailliez +empaillions +empaillons +empala +empalai +empalaient +empalais +empalait +empalant +empalas +empalasse +empalassent +empalasses +empalassiez +empalassions +empalmes +empalt +empaltes +empale +empalent +empaler +empalera +empalerai +empaleraient +empalerais +empalerait +empaleras +empalerez +empaleriez +empalerions +empalerons +empaleront +empales +empalez +empal +empale +empales +empals +empalrent +empaliez +empalions +empalons +empan +empanacha +empanachai +empanachaient +empanachais +empanachait +empanachant +empanachas +empanachasse +empanachassent +empanachasses +empanachassiez +empanachassions +empanachmes +empanacht +empanachtes +empanache +empanachent +empanacher +empanachera +empanacherai +empanacheraient +empanacherais +empanacherait +empanacheras +empanacherez +empanacheriez +empanacherions +empanacherons +empanacheront +empanaches +empanachez +empanach +empanache +empanaches +empanachs +empanachrent +empanachiez +empanachions +empanachons +empans +empaqueta +empaquetage +empaquetages +empaquetai +empaquetaient +empaquetais +empaquetait +empaquetant +empaquetas +empaquetasse +empaquetassent +empaquetasses +empaquetassiez +empaquetassions +empaquetmes +empaquett +empaquettes +empaqueter +empaquetez +empaquet +empaquete +empaquetes +empaquets +empaquetrent +empaquetiez +empaquetions +empaquetons +empaquette +empaquettent +empaquettera +empaquetterai +empaquetteraient +empaquetterais +empaquetterait +empaquetteras +empaquetterez +empaquetteriez +empaquetterions +empaquetterons +empaquetteront +empaquettes +empara +emparai +emparaient +emparais +emparait +emparant +emparas +emparasse +emparassent +emparasses +emparassiez +emparassions +emparmes +empart +empartes +empare +emparent +emparer +emparera +emparerai +empareraient +emparerais +emparerait +empareras +emparerez +empareriez +emparerions +emparerons +empareront +empares +emparez +empar +empare +empares +empars +emparrent +empariez +emparions +emparons +empattement mcanique +empattements mcanique +empauma +empaumai +empaumaient +empaumais +empaumait +empaumant +empaumas +empaumasse +empaumassent +empaumasses +empaumassiez +empaumassions +empaummes +empaumt +empaumtes +empaume +empaument +empaumer +empaumera +empaumerai +empaumeraient +empaumerais +empaumerait +empaumeras +empaumerez +empaumeriez +empaumerions +empaumerons +empaumeront +empaumes +empaumez +empaum +empaume +empaumes +empaums +empaumrent +empaumiez +empaumions +empaumons +empta +emptai +emptaient +emptais +emptait +emptant +emptas +emptasse +emptassent +emptasses +emptassiez +emptassions +emptmes +emptt +empttes +empte +emptement +emptements +emptent +empter +emptera +empterai +empteraient +empterais +empterait +empteras +empterez +empteriez +empterions +empterons +empteront +emptes +emptez +empt +empte +emptes +empts +emptrent +emptiez +emptions +emptons +empeigne +empeignes +empennage +empennages +empenn +empenne +empennes +empenns +empereur +empereurs +empesa +empesage +empesages +empesai +empesaient +empesais +empesait +empesant +empesas +empesasse +empesassent +empesasses +empesassiez +empesassions +empesmes +empest +empestes +empeser +empesez +empes +empese +empeses +empess +empesrent +empesiez +empesions +empesons +empesta +empestai +empestaient +empestais +empestait +empestant +empestas +empestasse +empestassent +empestasses +empestassiez +empestassions +empestmes +empestt +empesttes +empeste +empestent +empester +empestera +empesterai +empesteraient +empesterais +empesterait +empesteras +empesterez +empesteriez +empesterions +empesterons +empesteront +empestes +empestez +empest +empeste +empestes +empests +empestrent +empestiez +empestions +empestons +empse +empsent +empser +empsera +empserai +empseraient +empserais +empserait +empseras +empserez +empseriez +empserions +empserons +empseront +empses +empcha +empchai +empchaient +empchais +empchait +empchant +empchas +empchasse +empchassent +empchasses +empchassiez +empchassions +empchmes +empcht +empchtes +empche +empchement +empchements +empchent +empcher +empchera +empcherai +empcheraient +empcherais +empcherait +empcheras +empcherez +empcheriez +empcherions +empcherons +empcheront +empches +empcheur +empcheurs +empchez +empch +empche +empches +empchs +empchrent +empchiez +empchions +empchons +emptra +emptrai +emptraient +emptrais +emptrait +emptrant +emptras +emptrasse +emptrassent +emptrasses +emptrassiez +emptrassions +emptrmes +emptrt +emptrtes +emptre +emptrent +emptrer +emptrera +emptrerai +emptreraient +emptrerais +emptrerait +emptreras +emptrerez +emptreriez +emptrerions +emptrerons +emptreront +emptres +emptrez +emptr +emptre +emptres +emptrs +emptrrent +emptriez +emptrions +emptrons +emphase +emphases +emphatique +emphatiquement +emphatiques +emphysme +emphytotique +emphytotiques +empierra +empierrai +empierraient +empierrais +empierrait +empierrant +empierras +empierrasse +empierrassent +empierrasses +empierrassiez +empierrassions +empierrmes +empierrt +empierrtes +empierre +empierrement +empierrements +empierrent +empierrer +empierrera +empierrerai +empierreraient +empierrerais +empierrerait +empierreras +empierrerez +empierreriez +empierrerions +empierrerons +empierreront +empierres +empierrez +empierr +empierre +empierres +empierrs +empierrrent +empierriez +empierrions +empierrons +empicement +empicements +empita +empitai +empitaient +empitais +empitait +empitant +empitas +empitasse +empitassent +empitasses +empitassiez +empitassions +empitmes +empitt +empittes +empitement +empitements +empiter +empitera +empiterai +empiteraient +empiterais +empiterait +empiteras +empiterez +empiteriez +empiterions +empiterons +empiteront +empitez +empit +empite +empites +empits +empitrent +empitiez +empitions +empitons +empicement +empicements +empite +empitement +empitent +empites +empiffra +empiffrai +empiffraient +empiffrais +empiffrait +empiffrant +empiffras +empiffrasse +empiffrassent +empiffrasses +empiffrassiez +empiffrassions +empiffrmes +empiffrt +empiffrtes +empiffre +empiffrent +empiffrer +empiffrera +empiffrerai +empiffreraient +empiffrerais +empiffrerait +empiffreras +empiffrerez +empiffreriez +empiffrerions +empiffrerons +empiffreront +empiffres +empiffrez +empiffr +empiffre +empiffres +empiffrs +empiffrrent +empiffriez +empiffrions +empiffrons +empila +empilai +empilaient +empilais +empilait +empilant +empilas +empilasse +empilassent +empilasses +empilassiez +empilassions +empilmes +empilt +empiltes +empile +empilement +empilements +empilent +empiler +empilera +empilerai +empileraient +empilerais +empilerait +empileras +empilerez +empileriez +empilerions +empilerons +empileront +empiles +empilez +empil +empile +empiles +empils +empilrent +empiliez +empilions +empilons +empira +empirai +empiraient +empirais +empirait +empirant +empiras +empirasse +empirassent +empirasses +empirassiez +empirassions +empirmes +empirt +empirtes +empire +empirent +empirer +empirera +empirerai +empireraient +empirerais +empirerait +empireras +empirerez +empireriez +empirerions +empirerons +empireront +empires +empirez +empir +empire +empires +empirs +empirrent +empiriez +empirions +empirique +empiriquement +empiriques +empirisme +empirons +emplacement +emplacements +empltre +empltres +emplette +emplettes +empli +emplie +emplies +emplir +emplira +emplirai +empliraient +emplirais +emplirait +empliras +emplirent +emplirez +empliriez +emplirions +emplirons +empliront +emplis +emplissa +emplissaient +emplissais +emplissait +emplissant +emplisse +emplissent +emplisses +emplissez +emplissiez +emplissions +emplissons +emplissont +emplit +emplmes +emplt +empltes +emploi +emploie +emploient +emploiera +emploierai +emploieraient +emploierais +emploierait +emploieras +emploierez +emploieriez +emploierions +emploierons +emploieront +emploies +emplois +emploit +employa +employai +employaient +employais +employait +employant +employas +employasse +employassent +employasses +employassiez +employassions +employmes +employt +employtes +employer +employeur +employeurs +employeuse +employeuses +employez +employ +employe +employes +employs +employrent +employiez +employions +employons +empluma +emplumai +emplumaient +emplumais +emplumait +emplumant +emplumas +emplumasse +emplumassent +emplumasses +emplumassiez +emplumassions +emplummes +emplumt +emplumtes +emplume +emplument +emplumer +emplumera +emplumerai +emplumeraient +emplumerais +emplumerait +emplumeras +emplumerez +emplumeriez +emplumerions +emplumerons +emplumeront +emplumes +emplumez +emplum +emplume +emplumes +emplums +emplumrent +emplumiez +emplumions +emplumons +empocha +empochai +empochaient +empochais +empochait +empochant +empochas +empochasse +empochassent +empochasses +empochassiez +empochassions +empochmes +empocht +empochtes +empoche +empochent +empocher +empochera +empocherai +empocheraient +empocherais +empocherait +empocheras +empocherez +empocheriez +empocherions +empocherons +empocheront +empoches +empochez +empoch +empoche +empoches +empochs +empochrent +empochiez +empochions +empochons +empoigna +empoignai +empoignaient +empoignais +empoignait +empoignant +empoignas +empoignasse +empoignassent +empoignasses +empoignassiez +empoignassions +empoignmes +empoignt +empoigntes +empoigne +empoignent +empoigner +empoignera +empoignerai +empoigneraient +empoignerais +empoignerait +empoigneras +empoignerez +empoigneriez +empoignerions +empoignerons +empoigneront +empoignes +empoignez +empoign +empoigne +empoignes +empoigns +empoignrent +empoigniez +empoignions +empoignons +empois +empoisonna +empoisonnai +empoisonnaient +empoisonnais +empoisonnait +empoisonnant +empoisonnante +empoisonnantes +empoisonnas +empoisonnasse +empoisonnassent +empoisonnasses +empoisonnassiez +empoisonnassions +empoisonnmes +empoisonnt +empoisonntes +empoisonne +empoisonnement +empoisonnements +empoisonnent +empoisonner +empoisonnera +empoisonnerai +empoisonneraient +empoisonnerais +empoisonnerait +empoisonneras +empoisonnerez +empoisonneriez +empoisonnerions +empoisonnerons +empoisonneront +empoisonnes +empoisonneur +empoisonneurs +empoisonneuse +empoisonneuses +empoisonnez +empoisonn +empoisonne +empoisonnes +empoisonns +empoisonnrent +empoisonniez +empoisonnions +empoisonnons +empoissonna +empoissonnai +empoissonnaient +empoissonnais +empoissonnait +empoissonnant +empoissonnas +empoissonnasse +empoissonnassent +empoissonnasses +empoissonnassiez +empoissonnassions +empoissonnmes +empoissonnt +empoissonntes +empoissonne +empoissonnement +empoissonnements +empoissonnent +empoissonner +empoissonnera +empoissonnerai +empoissonneraient +empoissonnerais +empoissonnerait +empoissonneras +empoissonnerez +empoissonneriez +empoissonnerions +empoissonnerons +empoissonneront +empoissonnes +empoissonnez +empoissonn +empoissonne +empoissonnes +empoissonns +empoissonnrent +empoissonniez +empoissonnions +empoissonnons +emporta +emportai +emportaient +emportais +emportait +emportant +emportas +emportasse +emportassent +emportasses +emportassiez +emportassions +emportmes +emportt +emporttes +emporte +emportement +emportements +emportent +emporter +emportera +emporterai +emporteraient +emporterais +emporterait +emporteras +emporterez +emporteriez +emporterions +emporterons +emporteront +emportes +emportez +emport +emporte +emportes +emports +emportrent +emportiez +emportions +emportons +empota +empotai +empotaient +empotais +empotait +empotant +empotas +empotasse +empotassent +empotasses +empotassiez +empotassions +empotmes +empott +empottes +empote +empotent +empoter +empotera +empoterai +empoteraient +empoterais +empoterait +empoteras +empoterez +empoteriez +empoterions +empoterons +empoteront +empotes +empotez +empot +empote +empotes +empots +empotrent +empotiez +empotions +empotons +empourpra +empourprai +empourpraient +empourprais +empourprait +empourprant +empourpras +empourprasse +empourprassent +empourprasses +empourprassiez +empourprassions +empourprmes +empourprt +empourprtes +empourpre +empourprent +empourprer +empourprera +empourprerai +empourpreraient +empourprerais +empourprerait +empourpreras +empourprerez +empourpreriez +empourprerions +empourprerons +empourpreront +empourpres +empourprez +empourpr +empourpre +empourpres +empourprs +empourprrent +empourpriez +empourprions +empourprons +empreignaient +empreignais +empreignait +empreignant +empreigne +empreignent +empreignes +empreignez +empreigniez +empreignions +empreignirent +empreignis +empreignisse +empreignissent +empreignisses +empreignissiez +empreignissions +empreignit +empreignmes +empreignt +empreigntes +empreignons +empreindra +empreindrai +empreindraient +empreindrais +empreindrait +empreindras +empreindre +empreindrez +empreindriez +empreindrions +empreindrons +empreindront +empreins +empreint +empreinte +empreintes +empreints +empressa +empressai +empressaient +empressais +empressait +empressant +empressas +empressasse +empressassent +empressasses +empressassiez +empressassions +empressmes +empresst +empresstes +empresse +empressement +empressements +empressent +empresser +empressera +empresserai +empresseraient +empresserais +empresserait +empresseras +empresserez +empresseriez +empresserions +empresserons +empresseront +empresses +empressez +empress +empresse +empresses +empresss +empressrent +empressiez +empressions +empressons +emprise +emprises +emprisonna +emprisonnai +emprisonnaient +emprisonnais +emprisonnait +emprisonnant +emprisonnas +emprisonnasse +emprisonnassent +emprisonnasses +emprisonnassiez +emprisonnassions +emprisonnmes +emprisonnt +emprisonntes +emprisonne +emprisonnement +emprisonnements +emprisonnent +emprisonner +emprisonnera +emprisonnerai +emprisonneraient +emprisonnerais +emprisonnerait +emprisonneras +emprisonnerez +emprisonneriez +emprisonnerions +emprisonnerons +emprisonneront +emprisonnes +emprisonnez +emprisonn +emprisonne +emprisonnes +emprisonns +emprisonnrent +emprisonniez +emprisonnions +emprisonnons +emprunt +emprunta +empruntai +empruntaient +empruntais +empruntait +empruntant +empruntas +empruntasse +empruntassent +empruntasses +empruntassiez +empruntassions +empruntmes +empruntt +emprunttes +emprunte +empruntent +emprunter +empruntera +emprunterai +emprunteraient +emprunterais +emprunterait +emprunteras +emprunterez +emprunteriez +emprunterions +emprunterons +emprunteront +empruntes +emprunteur +emprunteurs +emprunteuse +emprunteuses +empruntez +emprunt +emprunte +empruntes +emprunts +empruntrent +empruntiez +empruntions +empruntons +emprunts +empuanti +empuantie +empuanties +empuantir +empuantira +empuantirai +empuantiraient +empuantirais +empuantirait +empuantiras +empuantirent +empuantirez +empuantiriez +empuantirions +empuantirons +empuantiront +empuantis +empuantissaient +empuantissais +empuantissait +empuantissant +empuantisse +empuantissement +empuantissements +empuantissent +empuantisses +empuantissiez +empuantissions +empuantissons +empuantit +empuantmes +empuantt +empuanttes +en +enamoura +enamourai +enamouraient +enamourais +enamourait +enamourant +enamouras +enamourasse +enamourassent +enamourasses +enamourassiez +enamourassions +enamourmes +enamourt +enamourtes +enamoure +enamourent +enamourer +enamourera +enamourerai +enamoureraient +enamourerais +enamourerait +enamoureras +enamourerez +enamoureriez +enamourerions +enamourerons +enamoureront +enamoures +enamourez +enamour +enamoure +enamoures +enamours +enamourrent +enamouriez +enamourions +enamourons +encablure +encablures +encadra +encadrai +encadraient +encadrais +encadrait +encadrant +encadras +encadrasse +encadrassent +encadrasses +encadrassiez +encadrassions +encadrmes +encadrt +encadrtes +encadre +encadrement +encadrements +encadrent +encadrer +encadrera +encadrerai +encadreraient +encadrerais +encadrerait +encadreras +encadrerez +encadreriez +encadrerions +encadrerons +encadreront +encadres +encadreur +encadreurs +encadrez +encadr +encadre +encadres +encadrs +encadrrent +encadriez +encadrions +encadrons +encage +encagea +encageai +encageaient +encageais +encageait +encageant +encageas +encageasse +encageassent +encageasses +encageassiez +encageassions +encagemes +encaget +encagetes +encagent +encageons +encager +encagera +encagerai +encageraient +encagerais +encagerait +encageras +encagerez +encageriez +encagerions +encagerons +encageront +encages +encagez +encag +encage +encages +encags +encagrent +encagiez +encagions +encaissa +encaissai +encaissaient +encaissais +encaissait +encaissant +encaissas +encaissasse +encaissassent +encaissasses +encaissassiez +encaissassions +encaissmes +encaisst +encaisstes +encaisse +encaissement +encaissements +encaissent +encaisser +encaissera +encaisserai +encaisseraient +encaisserais +encaisserait +encaisseras +encaisserez +encaisseriez +encaisserions +encaisserons +encaisseront +encaisses +encaisseur +encaisseurs +encaissez +encaiss +encaisse +encaisses +encaisss +encaissrent +encaissiez +encaissions +encaissons +encan +encanailla +encanaillai +encanaillaient +encanaillais +encanaillait +encanaillant +encanaillas +encanaillasse +encanaillassent +encanaillasses +encanaillassiez +encanaillassions +encanaillmes +encanaillt +encanailltes +encanaille +encanaillent +encanailler +encanaillera +encanaillerai +encanailleraient +encanaillerais +encanaillerait +encanailleras +encanaillerez +encanailleriez +encanaillerions +encanaillerons +encanailleront +encanailles +encanaillez +encanaill +encanaille +encanailles +encanaills +encanaillrent +encanailliez +encanaillions +encanaillons +encans +encapuchonn +encapuchonne +encapuchonnes +encapuchonns +encart +encarta +encartai +encartaient +encartais +encartait +encartant +encartas +encartasse +encartassent +encartasses +encartassiez +encartassions +encartmes +encartt +encarttes +encarte +encartent +encarter +encartera +encarterai +encarteraient +encarterais +encarterait +encarteras +encarterez +encarteriez +encarterions +encarterons +encarteront +encartes +encartez +encart +encarte +encartes +encarts +encartrent +encartiez +encartions +encartons +encarts +encastra +encastrai +encastraient +encastrais +encastrait +encastrant +encastras +encastrasse +encastrassent +encastrasses +encastrassiez +encastrassions +encastrmes +encastrt +encastrtes +encastre +encastrement +encastrements +encastrent +encastrer +encastrera +encastrerai +encastreraient +encastrerais +encastrerait +encastreras +encastrerez +encastreriez +encastrerions +encastrerons +encastreront +encastres +encastrez +encastr +encastre +encastres +encastrs +encastrrent +encastriez +encastrions +encastrons +encaustiqua +encaustiquai +encaustiquaient +encaustiquais +encaustiquait +encaustiquant +encaustiquas +encaustiquasse +encaustiquassent +encaustiquasses +encaustiquassiez +encaustiquassions +encaustiqumes +encaustiqut +encaustiqutes +encaustique +encaustiquent +encaustiquer +encaustiquera +encaustiquerai +encaustiqueraient +encaustiquerais +encaustiquerait +encaustiqueras +encaustiquerez +encaustiqueriez +encaustiquerions +encaustiquerons +encaustiqueront +encaustiques +encaustiquez +encaustiqu +encaustique +encaustiques +encaustiqus +encaustiqurent +encaustiquiez +encaustiquions +encaustiquons +enceignaient +enceignais +enceignait +enceignant +enceigne +enceignent +enceignes +enceignez +enceigniez +enceignions +enceignis +enceignisse +enceignissent +enceignisses +enceignissiez +enceignissions +enceignit +enceignmes +enceignt +enceigntes +enceignons +enceindra +enceindrai +enceindraient +enceindrais +enceindrait +enceindras +enceindre +enceindrez +enceindriez +enceindrions +enceindrons +enceindront +enceins +enceint +enceinte +enceintes +enceints +encens +encensa +encensai +encensaient +encensais +encensait +encensant +encensas +encensasse +encensassent +encensasses +encensassiez +encensassions +encensmes +encenst +encenstes +encense +encensement +encensements +encensent +encenser +encensera +encenserai +encenseraient +encenserais +encenserait +encenseras +encenserez +encenseriez +encenserions +encenserons +encenseront +encenses +encenseur +encenseurs +encensez +encens +encense +encenses +encenss +encensrent +encensiez +encensions +encensoir +encensoirs +encensons +encercla +encerclai +encerclaient +encerclais +encerclait +encerclant +encerclas +encerclasse +encerclassent +encerclasses +encerclassiez +encerclassions +encerclmes +encerclt +encercltes +encercle +encerclement +encerclements +encerclent +encercler +encerclera +encerclerai +encercleraient +encerclerais +encerclerait +encercleras +encerclerez +encercleriez +encerclerions +encerclerons +encercleront +encercles +encerclez +encercl +encercle +encercles +encercls +encerclrent +encercliez +encerclions +encerclons +encphale +encphales +encphalique +encphaliques +encphalite +encphalites +enchana +enchanai +enchanaient +enchanais +enchanait +enchanant +enchanas +enchanasse +enchanassent +enchanasses +enchanassiez +enchanassions +enchanmes +enchant +enchantes +enchane +enchanement +enchanements +enchanent +enchaner +enchanera +enchanerai +enchaneraient +enchanerais +enchanerait +enchaneras +enchanerez +enchaneriez +enchanerions +enchanerons +enchaneront +enchanes +enchanez +enchan +enchane +enchanes +enchans +enchanrent +enchaniez +enchanions +enchanons +enchanta +enchantai +enchantaient +enchantais +enchantait +enchantant +enchantas +enchantasse +enchantassent +enchantasses +enchantassiez +enchantassions +enchantmes +enchantt +enchanttes +enchante +enchantement +enchantements +enchantent +enchanter +enchantera +enchanterai +enchanteraient +enchanterais +enchanterait +enchanteras +enchanteresse +enchanteresses +enchanterez +enchanteriez +enchanterions +enchanterons +enchanteront +enchantes +enchanteur +enchanteurs +enchantez +enchant +enchante +enchantes +enchants +enchantrent +enchantiez +enchantions +enchantons +enchaussa +enchaussai +enchaussaient +enchaussais +enchaussait +enchaussant +enchaussas +enchaussasse +enchaussassent +enchaussasses +enchaussassiez +enchaussassions +enchaussmes +enchausst +enchausstes +enchausse +enchaussent +enchausser +enchaussera +enchausserai +enchausseraient +enchausserais +enchausserait +enchausseras +enchausserez +enchausseriez +enchausserions +enchausserons +enchausseront +enchausses +enchaussez +enchauss +enchausse +enchausses +enchausss +enchaussrent +enchaussiez +enchaussions +enchaussons +enchssa +enchssai +enchssaient +enchssais +enchssait +enchssant +enchssas +enchssasse +enchssassent +enchssasses +enchssassiez +enchssassions +enchssmes +enchsst +enchsstes +enchsse +enchssent +enchsser +enchssera +enchsserai +enchsseraient +enchsserais +enchsserait +enchsseras +enchsserez +enchsseriez +enchsserions +enchsserons +enchsseront +enchsses +enchssez +enchss +enchsse +enchsses +enchsss +enchssrent +enchssiez +enchssions +enchssons +enchevauch +enchevauche +enchevauches +enchevauchs +enchevtra +enchevtrai +enchevtraient +enchevtrais +enchevtrait +enchevtrant +enchevtras +enchevtrasse +enchevtrassent +enchevtrasses +enchevtrassiez +enchevtrassions +enchevtrmes +enchevtrt +enchevtrtes +enchevtre +enchevtrement +enchevtrements +enchevtrent +enchevtrer +enchevtrera +enchevtrerai +enchevtreraient +enchevtrerais +enchevtrerait +enchevtreras +enchevtrerez +enchevtreriez +enchevtrerions +enchevtrerons +enchevtreront +enchevtres +enchevtrez +enchevtr +enchevtre +enchevtres +enchevtrs +enchevtrrent +enchevtriez +enchevtrions +enchevtrons +enchri +enchrie +enchries +enchrir +enchrira +enchrirai +enchriraient +enchrirais +enchrirait +enchriras +enchrirent +enchrirez +enchririez +enchririons +enchrirons +enchriront +enchris +enchrissaient +enchrissais +enchrissait +enchrissant +enchrisse +enchrissement +enchrissements +enchrisseur +enchrisseurs +enchrissez +enchrissiez +enchrissions +enchrissons +enchrissont +enchrit +enchrmes +enchrt +enchrtes +enchre +enchres +enchifren +enchifrene +enchifrenes +enchifrens +enclava +enclavai +enclavaient +enclavais +enclavait +enclavant +enclavas +enclavasse +enclavassent +enclavasses +enclavassiez +enclavassions +enclavmes +enclavt +enclavtes +enclave +enclavement +enclavements +enclavent +enclaver +enclavera +enclaverai +enclaveraient +enclaverais +enclaverait +enclaveras +enclaverez +enclaveriez +enclaverions +enclaverons +enclaveront +enclaves +enclavez +enclav +enclave +enclaves +enclavs +enclavrent +enclaviez +enclavions +enclavons +enclin +encline +enclines +enclins +enclora +enclorai +enclorais +enclorait +encloras +enclore +enclorez +enclorons +encloront +enclos +enclose +encloses +enclot +enclou +encloue +encloues +enclous +enclume +enclumes +encocha +encochai +encochaient +encochais +encochait +encochant +encochas +encochasse +encochassent +encochasses +encochassiez +encochassions +encochmes +encocht +encochtes +encoche +encochent +encocher +encochera +encocherai +encocheraient +encocherais +encocherait +encocheras +encocherez +encocheriez +encocherions +encocherons +encocheront +encoches +encochez +encoch +encoche +encoches +encochs +encochrent +encochiez +encochions +encochons +encod +encode +encodes +encods +encoignure +encoignures +encolla +encollage +encollages +encollai +encollaient +encollais +encollait +encollant +encollas +encollasse +encollassent +encollasses +encollassiez +encollassions +encollmes +encollt +encolltes +encolle +encollent +encoller +encollera +encollerai +encolleraient +encollerais +encollerait +encolleras +encollerez +encolleriez +encollerions +encollerons +encolleront +encolles +encollez +encoll +encolle +encolles +encolls +encollrent +encolliez +encollions +encollons +encolure +encolures +encombra +encombrai +encombraient +encombrais +encombrait +encombrant +encombrante +encombrantes +encombrants +encombras +encombrasse +encombrassent +encombrasses +encombrassiez +encombrassions +encombrmes +encombrt +encombrtes +encombre +encombrement +encombrements +encombrent +encombrer +encombrera +encombrerai +encombreraient +encombrerais +encombrerait +encombreras +encombrerez +encombreriez +encombrerions +encombrerons +encombreront +encombres +encombrez +encombr +encombre +encombres +encombrs +encombrrent +encombriez +encombrions +encombrons +encontre +encorbellement +encorbellements +encorda +encordai +encordaient +encordais +encordait +encordant +encordas +encordasse +encordassent +encordasses +encordassiez +encordassions +encordmes +encordt +encordtes +encorde +encordent +encorder +encordera +encorderai +encorderaient +encorderais +encorderait +encorderas +encorderez +encorderiez +encorderions +encorderons +encorderont +encordes +encordez +encord +encorde +encordes +encords +encordrent +encordiez +encordions +encordons +encore +encourage +encouragea +encourageai +encourageaient +encourageais +encourageait +encourageant +encourageante +encourageantes +encourageants +encourageas +encourageasse +encourageassent +encourageasses +encourageassiez +encourageassions +encouragemes +encouraget +encouragetes +encouragement +encouragements +encouragent +encourageons +encourager +encouragera +encouragerai +encourageraient +encouragerais +encouragerait +encourageras +encouragerez +encourageriez +encouragerions +encouragerons +encourageront +encourages +encouragez +encourag +encourage +encourages +encourags +encouragrent +encouragiez +encouragions +encouraient +encourais +encourait +encourant +encoure +encourent +encoures +encourez +encouriez +encourions +encourir +encourons +encourra +encourrai +encourraient +encourrais +encourrait +encourras +encourrez +encourriez +encourrions +encourrons +encourront +encours +encourt +encouru +encourue +encourues +encoururent +encourus +encourusse +encourussent +encourusses +encourussiez +encourussions +encourut +encourmes +encourt +encourtes +encra +encrage +encrages +encrai +encraient +encrais +encrait +encrant +encras +encrassa +encrassai +encrassaient +encrassais +encrassait +encrassant +encrassas +encrassasse +encrassassent +encrassasses +encrassassiez +encrassassions +encrassmes +encrasst +encrasstes +encrasse +encrassement +encrassements +encrassent +encrasser +encrassera +encrasserai +encrasseraient +encrasserais +encrasserait +encrasseras +encrasserez +encrasseriez +encrasserions +encrasserons +encrasseront +encrasses +encrassez +encrass +encrasse +encrasses +encrasss +encrassrent +encrassiez +encrassions +encrassons +encrmes +encrt +encrtes +encre +encrent +encrer +encrera +encrerai +encreraient +encrerais +encrerait +encreras +encrerez +encreriez +encrerions +encrerons +encreront +encres +encrez +encr +encre +encres +encrs +encrrent +encrier +encriers +encrons +encrota +encrotai +encrotaient +encrotais +encrotait +encrotant +encrotas +encrotasse +encrotassent +encrotasses +encrotassiez +encrotassions +encrotmes +encrott +encrottes +encrote +encrotement +encrotements +encrotent +encroter +encrotera +encroterai +encroteraient +encroterais +encroterait +encroteras +encroterez +encroteriez +encroterions +encroterons +encroteront +encrotes +encrotez +encrot +encrote +encrotes +encrots +encrotrent +encrotiez +encrotions +encrotons +encrypt +encrypts +encyclique +encycliques +encyclopdie +encyclopdies +encyclopdique +encyclopdiques +encyclopdiste +encyclopdistes +end +endetta +endettai +endettaient +endettais +endettait +endettant +endettas +endettasse +endettassent +endettasses +endettassiez +endettassions +endettmes +endettt +endetttes +endette +endettement +endettements +endettent +endetter +endettera +endetterai +endetteraient +endetterais +endetterait +endetteras +endetterez +endetteriez +endetterions +endetterons +endetteront +endettes +endettez +endett +endette +endettes +endetts +endettrent +endettiez +endettions +endettons +endeuilla +endeuillai +endeuillaient +endeuillais +endeuillait +endeuillant +endeuillas +endeuillasse +endeuillassent +endeuillasses +endeuillassiez +endeuillassions +endeuillmes +endeuillt +endeuilltes +endeuille +endeuillent +endeuiller +endeuillera +endeuillerai +endeuilleraient +endeuillerais +endeuillerait +endeuilleras +endeuillerez +endeuilleriez +endeuillerions +endeuillerons +endeuilleront +endeuilles +endeuillez +endeuill +endeuille +endeuilles +endeuills +endeuillrent +endeuilliez +endeuillions +endeuillons +endmique +endmiques +endiabl +endiable +endiables +endiabls +endigua +endiguai +endiguaient +endiguais +endiguait +endiguant +endiguas +endiguasse +endiguassent +endiguasses +endiguassiez +endiguassions +endigumes +endigut +endigutes +endigue +endiguent +endiguer +endiguera +endiguerai +endigueraient +endiguerais +endiguerait +endigueras +endiguerez +endigueriez +endiguerions +endiguerons +endigueront +endigues +endiguez +endigu +endigue +endigues +endigus +endigurent +endiguiez +endiguions +endiguons +endimancha +endimanchai +endimanchaient +endimanchais +endimanchait +endimanchant +endimanchas +endimanchasse +endimanchassent +endimanchasses +endimanchassiez +endimanchassions +endimanchmes +endimancht +endimanchtes +endimanche +endimanchent +endimancher +endimanchera +endimancherai +endimancheraient +endimancherais +endimancherait +endimancheras +endimancherez +endimancheriez +endimancherions +endimancherons +endimancheront +endimanches +endimanchez +endimanch +endimanche +endimanches +endimanchs +endimanchrent +endimanchiez +endimanchions +endimanchons +endive +endives +endocarde +endocardes +endocardite +endocardites +endocarpe +endocarpes +endocrine +endocrines +endocrinien +endocrinienne +endocriniennes +endocriniens +endocrinologie +endoctrina +endoctrinai +endoctrinaient +endoctrinais +endoctrinait +endoctrinant +endoctrinas +endoctrinasse +endoctrinassent +endoctrinasses +endoctrinassiez +endoctrinassions +endoctrinmes +endoctrint +endoctrintes +endoctrine +endoctrinent +endoctriner +endoctrinera +endoctrinerai +endoctrineraient +endoctrinerais +endoctrinerait +endoctrineras +endoctrinerez +endoctrineriez +endoctrinerions +endoctrinerons +endoctrineront +endoctrines +endoctrinez +endoctrin +endoctrine +endoctrines +endoctrins +endoctrinrent +endoctriniez +endoctrinions +endoctrinons +endogamie +endogamies +endolori +endolorie +endolories +endolorir +endolorira +endoloriraient +endolorirait +endolorirent +endoloriront +endoloris +endolorissaient +endolorissait +endolorissant +endolorisse +endolorissent +endolorit +endolort +endommage +endommagea +endommageai +endommageaient +endommageais +endommageait +endommageant +endommageas +endommageasse +endommageassent +endommageasses +endommageassiez +endommageassions +endommagemes +endommaget +endommagetes +endommagent +endommageons +endommager +endommagera +endommagerai +endommageraient +endommagerais +endommagerait +endommageras +endommagerez +endommageriez +endommagerions +endommagerons +endommageront +endommages +endommagez +endommag +endommage +endommages +endommags +endommagrent +endommagiez +endommagions +endormaient +endormais +endormait +endormant +endorme +endorment +endormes +endormez +endormi +endormie +endormies +endormiez +endormions +endormir +endormira +endormirai +endormiraient +endormirais +endormirait +endormiras +endormirent +endormirez +endormiriez +endormirions +endormirons +endormiront +endormis +endormisse +endormissent +endormisses +endormissiez +endormissions +endormit +endormmes +endormt +endormtes +endormons +endors +endort +endos +endoscope +endoscopes +endosmose +endossa +endossai +endossaient +endossais +endossait +endossant +endossas +endossasse +endossassent +endossasses +endossassiez +endossassions +endossmes +endosst +endosstes +endosse +endossement +endossements +endossent +endosser +endossera +endosserai +endosseraient +endosserais +endosserait +endosseras +endosserez +endosseriez +endosserions +endosserons +endosseront +endosses +endosseur +endosseurs +endossez +endoss +endosse +endosses +endosss +endossrent +endossiez +endossions +endossons +endroit +endroits +ends +enduira +enduirai +enduiraient +enduirais +enduirait +enduiras +enduire +enduirez +enduiriez +enduirions +enduirons +enduiront +enduis +enduisaient +enduisais +enduisait +enduisant +enduise +enduisent +enduises +enduisez +enduisiez +enduisions +enduisirent +enduisis +enduisisse +enduisissent +enduisisses +enduisissiez +enduisissions +enduisit +enduismes +enduist +enduistes +enduisons +enduit +enduite +enduites +enduits +endura +endurai +enduraient +endurais +endurait +endurance +endurances +endurant +endurante +endurantes +endurants +enduras +endurasse +endurassent +endurasses +endurassiez +endurassions +endurmes +endurt +endurtes +endurci +endurcie +endurcies +endurcir +endurcira +endurcirai +endurciraient +endurcirais +endurcirait +endurciras +endurcirent +endurcirez +endurciriez +endurcirions +endurcirons +endurciront +endurcis +endurcissaient +endurcissais +endurcissait +endurcissant +endurcisse +endurcissement +endurcissements +endurcissent +endurcisses +endurcissez +endurcissiez +endurcissions +endurcissons +endurcit +endurcmes +endurct +endurctes +endure +endurent +endurer +endurera +endurerai +endureraient +endurerais +endurerait +endureras +endurerez +endureriez +endurerions +endurerons +endureront +endures +endurez +endur +endure +endures +endurs +endurrent +enduriez +endurions +endurons +enfata +enfatai +enfataient +enfatais +enfatait +enfatant +enfatas +enfatasse +enfatassent +enfatasses +enfatassiez +enfatassions +enfatmes +enfatt +enfattes +enfate +enfatent +enfater +enfatera +enfaterai +enfateraient +enfaterais +enfaterait +enfateras +enfaterez +enfateriez +enfaterions +enfaterons +enfateront +enfates +enfatez +enfat +enfate +enfates +enfats +enfatrent +enfatiez +enfations +enfatons +enfance +enfances +enfant +enfanta +enfantai +enfantaient +enfantais +enfantait +enfantant +enfantas +enfantasse +enfantassent +enfantasses +enfantassiez +enfantassions +enfantmes +enfantt +enfanttes +enfante +enfantement +enfantements +enfantent +enfanter +enfantera +enfanterai +enfanteraient +enfanterais +enfanterait +enfanteras +enfanterez +enfanteriez +enfanterions +enfanterons +enfanteront +enfantes +enfantez +enfant +enfante +enfantes +enfants +enfantrent +enfantiez +enfantillage +enfantillages +enfantin +enfantine +enfantines +enfantins +enfantions +enfantons +enfants +enfarin +enfarine +enfarines +enfarins +enfer +enferma +enfermai +enfermaient +enfermais +enfermait +enfermant +enfermas +enfermasse +enfermassent +enfermasses +enfermassiez +enfermassions +enfermmes +enfermt +enfermtes +enferme +enferment +enfermer +enfermera +enfermerai +enfermeraient +enfermerais +enfermerait +enfermeras +enfermerez +enfermeriez +enfermerions +enfermerons +enfermeront +enfermes +enfermez +enferm +enferme +enfermes +enferms +enfermrent +enfermiez +enfermions +enfermons +enferra +enferrai +enferraient +enferrais +enferrait +enferrant +enferras +enferrasse +enferrassent +enferrasses +enferrassiez +enferrassions +enferrmes +enferrt +enferrtes +enferre +enferrent +enferrer +enferrera +enferrerai +enferreraient +enferrerais +enferrerait +enferreras +enferrerez +enferreriez +enferrerions +enferrerons +enferreront +enferres +enferrez +enferr +enferre +enferres +enferrs +enferrrent +enferriez +enferrions +enferrons +enfers +enfivra +enfivrai +enfivraient +enfivrais +enfivrait +enfivrant +enfivras +enfivrasse +enfivrassent +enfivrasses +enfivrassiez +enfivrassions +enfivrmes +enfivrer +enfivrera +enfivrerai +enfivreraient +enfivrerais +enfivrerait +enfivreras +enfivrerez +enfivreriez +enfivrerions +enfivrerons +enfivreront +enfivrez +enfivr +enfivre +enfivres +enfivrs +enfivrrent +enfivriez +enfivrions +enfivrons +enfivre +enfivrent +enfivres +enfila +enfilade +enfilades +enfilai +enfilaient +enfilais +enfilait +enfilant +enfilas +enfilasse +enfilassent +enfilasses +enfilassiez +enfilassions +enfilmes +enfilt +enfiltes +enfile +enfilent +enfiler +enfilera +enfilerai +enfileraient +enfilerais +enfilerait +enfileras +enfilerez +enfileriez +enfilerions +enfilerons +enfileront +enfiles +enfilez +enfil +enfile +enfiles +enfils +enfilrent +enfiliez +enfilions +enfilons +enfin +enfla +enflai +enflaient +enflais +enflait +enflamma +enflammai +enflammaient +enflammais +enflammait +enflammant +enflammas +enflammasse +enflammassent +enflammasses +enflammassiez +enflammassions +enflammmes +enflammt +enflammtes +enflamme +enflamment +enflammer +enflammera +enflammerai +enflammeraient +enflammerais +enflammerait +enflammeras +enflammerez +enflammeriez +enflammerions +enflammerons +enflammeront +enflammes +enflammez +enflamm +enflamme +enflammes +enflamms +enflammrent +enflammiez +enflammions +enflammons +enflant +enflas +enflasse +enflassent +enflasses +enflassiez +enflassions +enflmes +enflt +enfltes +enfle +enflent +enfler +enflera +enflerai +enfleraient +enflerais +enflerait +enfleras +enflerez +enfleriez +enflerions +enflerons +enfleront +enfles +enflez +enfl +enfle +enfles +enfls +enflrent +enfliez +enflions +enflons +enflure +enflures +enfonce +enfoncement +enfoncements +enfoncent +enfoncer +enfoncera +enfoncerai +enfonceraient +enfoncerais +enfoncerait +enfonceras +enfoncerez +enfonceriez +enfoncerions +enfoncerons +enfonceront +enfonces +enfoncez +enfonc +enfonce +enfoncs +enfoncrent +enfonciez +enfoncions +enfona +enfonai +enfonaient +enfonais +enfonait +enfonant +enfonas +enfonasse +enfonassent +enfonasses +enfonassiez +enfonassions +enfonmes +enfont +enfontes +enfonons +enfoui +enfouie +enfouies +enfouir +enfouira +enfouirai +enfouiraient +enfouirais +enfouirait +enfouiras +enfouirent +enfouirez +enfouiriez +enfouirions +enfouirons +enfouiront +enfouis +enfouissaient +enfouissais +enfouissait +enfouissant +enfouisse +enfouissement +enfouissements +enfouissent +enfouisses +enfouissez +enfouissiez +enfouissions +enfouissons +enfouit +enfoumes +enfout +enfoutes +enfourcha +enfourchai +enfourchaient +enfourchais +enfourchait +enfourchant +enfourchas +enfourchasse +enfourchassent +enfourchasses +enfourchassiez +enfourchassions +enfourchmes +enfourcht +enfourchtes +enfourche +enfourchent +enfourcher +enfourchera +enfourcherai +enfourcheraient +enfourcherais +enfourcherait +enfourcheras +enfourcherez +enfourcheriez +enfourcherions +enfourcherons +enfourcheront +enfourches +enfourchez +enfourch +enfourche +enfourches +enfourchs +enfourchrent +enfourchiez +enfourchions +enfourchons +enfourna +enfournage +enfournages +enfournai +enfournaient +enfournais +enfournait +enfournant +enfournas +enfournasse +enfournassent +enfournasses +enfournassiez +enfournassions +enfournmes +enfournt +enfourntes +enfourne +enfournement +enfournements +enfournent +enfourner +enfournera +enfournerai +enfourneraient +enfournerais +enfournerait +enfourneras +enfournerez +enfourneriez +enfournerions +enfournerons +enfourneront +enfournes +enfournez +enfourn +enfourne +enfournes +enfourns +enfournrent +enfourniez +enfournions +enfournons +enfreignaient +enfreignais +enfreignait +enfreignant +enfreigne +enfreignent +enfreignes +enfreignez +enfreigniez +enfreignions +enfreignirent +enfreignis +enfreignisse +enfreignissent +enfreignisses +enfreignissiez +enfreignissions +enfreignit +enfreignmes +enfreignt +enfreigntes +enfreignons +enfreindra +enfreindrai +enfreindraient +enfreindrais +enfreindrait +enfreindras +enfreindre +enfreindrez +enfreindriez +enfreindrions +enfreindrons +enfreindront +enfreins +enfreint +enfreinte +enfreintes +enfreints +enfui +enfuie +enfuient +enfuies +enfuir +enfuira +enfuirai +enfuiraient +enfuirais +enfuirait +enfuiras +enfuirent +enfuirez +enfuiriez +enfuirions +enfuirons +enfuiront +enfuis +enfuisse +enfuissent +enfuisses +enfuissiez +enfuissions +enfuit +enfumes +enfut +enfutes +enfuma +enfumage +enfumages +enfumai +enfumaient +enfumais +enfumait +enfumant +enfumas +enfumasse +enfumassent +enfumasses +enfumassiez +enfumassions +enfummes +enfumt +enfumtes +enfume +enfument +enfumer +enfumera +enfumerai +enfumeraient +enfumerais +enfumerait +enfumeras +enfumerez +enfumeriez +enfumerions +enfumerons +enfumeront +enfumes +enfumez +enfum +enfume +enfumes +enfums +enfumrent +enfumiez +enfumions +enfumons +enfuyaient +enfuyais +enfuyait +enfuyant +enfuyez +enfuyiez +enfuyions +enfuyons +engage +engagea +engageai +engageaient +engageais +engageait +engageant +engageante +engageantes +engageants +engageas +engageasse +engageassent +engageasses +engageassiez +engageassions +engagemes +engaget +engagetes +engagement +engagements +engagent +engageons +engager +engagera +engagerai +engageraient +engagerais +engagerait +engageras +engagerez +engageriez +engagerions +engagerons +engages +engag +engage +engages +engags +engagrent +engagiez +engagions +engaina +engainai +engainaient +engainais +engainait +engainant +engainas +engainasse +engainassent +engainasses +engainassiez +engainassions +engainmes +engaint +engaintes +engaine +engainent +engainer +engainera +engainerai +engaineraient +engainerais +engainerait +engaineras +engainerez +engaineriez +engainerions +engainerons +engaineront +engaines +engainez +engain +engaine +engaines +engains +engainrent +engainiez +engainions +engainons +engeance +engeances +engelure +engelures +engenas +engendra +engendrai +engendraient +engendrais +engendrait +engendrant +engendras +engendrasse +engendrassent +engendrasses +engendrassiez +engendrassions +engendrmes +engendrt +engendrtes +engendre +engendrent +engendrer +engendrera +engendrerai +engendreraient +engendrerais +engendrerait +engendreras +engendrerez +engendreriez +engendrerions +engendrerons +engendreront +engendres +engendrez +engendr +engendre +engendres +engendrs +engendrrent +engendriez +engendrions +engendrons +engin +engineering +engins +engloba +englobai +englobaient +englobais +englobait +englobant +englobas +englobasse +englobassent +englobasses +englobassiez +englobassions +englobmes +englobt +englobtes +englobe +englobent +englober +englobera +engloberai +engloberaient +engloberais +engloberait +engloberas +engloberez +engloberiez +engloberions +engloberons +engloberont +englobes +englobez +englob +englobe +englobes +englobs +englobrent +englobiez +englobions +englobons +englouti +engloutie +englouties +engloutir +engloutira +engloutirai +engloutiraient +engloutirais +engloutirait +engloutiras +engloutirent +engloutirez +engloutiriez +engloutirions +engloutirons +engloutiront +engloutis +engloutissaient +engloutissais +engloutissait +engloutissant +engloutisse +engloutissement +engloutissements +engloutissent +engloutisses +engloutissez +engloutissiez +engloutissions +engloutissons +engloutit +engloutmes +engloutt +englouttes +englua +engluai +engluaient +engluais +engluait +engluant +engluas +engluasse +engluassent +engluasses +engluassiez +engluassions +englumes +englut +englutes +englue +engluent +engluer +engluera +engluerai +englueraient +engluerais +engluerait +englueras +engluerez +englueriez +engluerions +engluerons +englueront +englues +engluez +englu +englue +englues +englus +englurent +engluiez +engluions +engluons +engonce +engoncent +engoncer +engoncera +engoncerai +engonceraient +engoncerais +engoncerait +engonceras +engoncerez +engonceriez +engoncerions +engoncerons +engonceront +engonces +engoncez +engonc +engonce +engonces +engoncs +engoncrent +engonciez +engoncions +engona +engonai +engonaient +engonais +engonait +engonant +engonas +engonasse +engonassent +engonasses +engonassiez +engonassions +engonmes +engont +engontes +engonons +engorge +engorgea +engorgeai +engorgeaient +engorgeais +engorgeait +engorgeant +engorgeas +engorgeasse +engorgeassent +engorgeasses +engorgeassiez +engorgeassions +engorgemes +engorget +engorgetes +engorgement +engorgements +engorgent +engorgeons +engorger +engorgera +engorgerai +engorgeraient +engorgerais +engorgerait +engorgeras +engorgerez +engorgeriez +engorgerions +engorgerons +engorgeront +engorges +engorgez +engorg +engorge +engorges +engorgs +engorgrent +engorgiez +engorgions +engoua +engouai +engouaient +engouais +engouait +engouant +engouas +engouasse +engouassent +engouasses +engouassiez +engouassions +engoumes +engout +engoutes +engoue +engouement +engouements +engouent +engouer +engouera +engouerai +engoueraient +engouerais +engouerait +engoueras +engouerez +engoueriez +engouerions +engouerons +engoueront +engoues +engouez +engou +engoue +engoues +engous +engourent +engouffra +engouffrai +engouffraient +engouffrais +engouffrait +engouffrant +engouffras +engouffrasse +engouffrassent +engouffrasses +engouffrassiez +engouffrassions +engouffrmes +engouffrt +engouffrtes +engouffre +engouffrent +engouffrer +engouffrera +engouffrerai +engouffreraient +engouffrerais +engouffrerait +engouffreras +engouffrerez +engouffreriez +engouffrerions +engouffrerons +engouffreront +engouffres +engouffrez +engouffr +engouffre +engouffres +engouffrs +engouffrrent +engouffriez +engouffrions +engouffrons +engouiez +engouions +engouons +engourdi +engourdie +engourdies +engourdir +engourdira +engourdirai +engourdiraient +engourdirais +engourdirait +engourdiras +engourdirent +engourdirez +engourdiriez +engourdirions +engourdirons +engourdiront +engourdis +engourdissaient +engourdissais +engourdissait +engourdissant +engourdisse +engourdissement +engourdissements +engourdissent +engourdisses +engourdissez +engourdissiez +engourdissions +engourdissons +engourdit +engourdmes +engourdt +engourdtes +engrais +engraissa +engraissai +engraissaient +engraissais +engraissait +engraissant +engraissas +engraissasse +engraissassent +engraissasses +engraissassiez +engraissassions +engraissmes +engraisst +engraisstes +engraisse +engraissement +engraissements +engraissent +engraisser +engraissera +engraisserai +engraisseraient +engraisserais +engraisserait +engraisseras +engraisserez +engraisseriez +engraisserions +engraisserons +engraisseront +engraisses +engraissez +engraiss +engraisse +engraisses +engraisss +engraissrent +engraissiez +engraissions +engraissons +engrange +engrangea +engrangeai +engrangeaient +engrangeais +engrangeait +engrangeant +engrangeas +engrangeasse +engrangeassent +engrangeasses +engrangeassiez +engrangeassions +engrangemes +engranget +engrangetes +engrangent +engrangeons +engranger +engrangera +engrangerai +engrangeraient +engrangerais +engrangerait +engrangeras +engrangerez +engrangeriez +engrangerions +engrangerons +engrangeront +engranges +engrangez +engrang +engrange +engranges +engrangs +engrangrent +engrangiez +engrangions +engrena +engrenage +engrenages +engrenai +engrenaient +engrenais +engrenait +engrenant +engrenas +engrenasse +engrenassent +engrenasses +engrenassiez +engrenassions +engrenmes +engrent +engrentes +engrener +engrenez +engren +engrene +engrenes +engrens +engrenrent +engreniez +engrenions +engrenons +engrne +engrnent +engrnera +engrnerai +engrneraient +engrnerais +engrnerait +engrneras +engrnerez +engrneriez +engrnerions +engrnerons +engrneront +engrnes +engueula +engueulade +engueulades +engueulai +engueulaient +engueulais +engueulait +engueulant +engueulas +engueulasse +engueulassent +engueulasses +engueulassiez +engueulassions +engueulmes +engueult +engueultes +engueule +engueulent +engueuler +engueulera +engueulerai +engueuleraient +engueulerais +engueulerait +engueuleras +engueulerez +engueuleriez +engueulerions +engueulerons +engueuleront +engueules +engueulez +engueul +engueule +engueules +engueuls +engueulrent +engueuliez +engueulions +engueulons +enguirlanda +enguirlandai +enguirlandaient +enguirlandais +enguirlandait +enguirlandant +enguirlandas +enguirlandasse +enguirlandassent +enguirlandasses +enguirlandassiez +enguirlandassions +enguirlandmes +enguirlandt +enguirlandtes +enguirlande +enguirlandent +enguirlander +enguirlandera +enguirlanderai +enguirlanderaient +enguirlanderais +enguirlanderait +enguirlanderas +enguirlanderez +enguirlanderiez +enguirlanderions +enguirlanderons +enguirlanderont +enguirlandes +enguirlandez +enguirland +enguirlande +enguirlandes +enguirlands +enguirlandrent +enguirlandiez +enguirlandions +enguirlandons +enhardi +enhardie +enhardies +enhardir +enhardira +enhardirai +enhardiraient +enhardirais +enhardirait +enhardiras +enhardirent +enhardirez +enhardiriez +enhardirions +enhardirons +enhardiront +enhardis +enhardissaient +enhardissais +enhardissait +enhardissant +enhardisse +enhardissent +enhardisses +enhardissez +enhardissiez +enhardissions +enhardissons +enhardit +enhardmes +enhardt +enhardtes +enivra +enivrai +enivraient +enivrais +enivrait +enivrant +enivras +enivrasse +enivrassent +enivrasses +enivrassiez +enivrassions +enivrmes +enivrt +enivrtes +enivre +enivrement +enivrements +enivrent +enivrer +enivrera +enivrerai +enivreraient +enivrerais +enivrerait +enivreras +enivrerez +enivreriez +enivrerions +enivrerons +enivreront +enivres +enivrez +enivr +enivre +enivres +enivrs +enivrrent +enivriez +enivrions +enivrons +enjamba +enjambai +enjambaient +enjambais +enjambait +enjambant +enjambas +enjambasse +enjambassent +enjambasses +enjambassiez +enjambassions +enjambmes +enjambt +enjambtes +enjambe +enjambement +enjambements +enjambent +enjamber +enjambera +enjamberai +enjamberaient +enjamberais +enjamberait +enjamberas +enjamberez +enjamberiez +enjamberions +enjamberons +enjamberont +enjambes +enjambez +enjamb +enjambe +enjambes +enjambs +enjambrent +enjambiez +enjambions +enjambons +enjeu +enjeux +enjoignaient +enjoignais +enjoignait +enjoignant +enjoigne +enjoignent +enjoignes +enjoignez +enjoigniez +enjoignions +enjoignirent +enjoignis +enjoignisse +enjoignissent +enjoignisses +enjoignissiez +enjoignissions +enjoignit +enjoignmes +enjoignt +enjoigntes +enjoignons +enjoindra +enjoindrai +enjoindraient +enjoindrais +enjoindrait +enjoindras +enjoindre +enjoindrez +enjoindriez +enjoindrions +enjoindrons +enjoindront +enjoins +enjoint +enjointe +enjointes +enjoints +enjoliva +enjolivai +enjolivaient +enjolivais +enjolivait +enjolivant +enjolivas +enjolivasse +enjolivassent +enjolivasses +enjolivassiez +enjolivassions +enjolivmes +enjolivt +enjolivtes +enjolive +enjolivement +enjolivements +enjolivent +enjoliver +enjolivera +enjoliverai +enjoliveraient +enjoliverais +enjoliverait +enjoliveras +enjoliverez +enjoliveriez +enjoliverions +enjoliverons +enjoliveront +enjolives +enjoliveur +enjoliveurs +enjolivez +enjoliv +enjolive +enjolives +enjolivs +enjolivrent +enjoliviez +enjolivions +enjolivons +enjolivure +enjolivures +enjouement +enjouements +enjou +enjoue +enjoues +enjous +enjla +enjlai +enjlaient +enjlais +enjlait +enjlant +enjlas +enjlasse +enjlassent +enjlasses +enjlassiez +enjlassions +enjlmes +enjlt +enjltes +enjle +enjlent +enjler +enjlera +enjlerai +enjleraient +enjlerais +enjlerait +enjleras +enjlerez +enjleriez +enjlerions +enjlerons +enjleront +enjles +enjleur +enjleurs +enjleuse +enjleuses +enjlez +enjl +enjle +enjles +enjls +enjlrent +enjliez +enjlions +enjlons +enkysta +enkystai +enkystaient +enkystais +enkystait +enkystant +enkystas +enkystasse +enkystassent +enkystasses +enkystassiez +enkystassions +enkystmes +enkystt +enkysttes +enkyste +enkystent +enkyster +enkystera +enkysterai +enkysteraient +enkysterais +enkysterait +enkysteras +enkysterez +enkysteriez +enkysterions +enkysterons +enkysteront +enkystes +enkystez +enkyst +enkyste +enkystes +enkysts +enkystrent +enkystiez +enkystions +enkystons +enlace +enlacement +enlacements +enlacent +enlacer +enlacera +enlacerai +enlaceraient +enlacerais +enlacerait +enlaceras +enlacerez +enlaceriez +enlacerions +enlacerons +enlaceront +enlaces +enlacez +enlac +enlace +enlaces +enlacs +enlacrent +enlaciez +enlacions +enlaa +enlaai +enlaaient +enlaais +enlaait +enlaant +enlaas +enlaasse +enlaassent +enlaasses +enlaassiez +enlaassions +enlames +enlat +enlates +enlaons +enlaidi +enlaidie +enlaidies +enlaidir +enlaidira +enlaidirai +enlaidiraient +enlaidirais +enlaidirait +enlaidiras +enlaidirent +enlaidirez +enlaidiriez +enlaidirions +enlaidirons +enlaidiront +enlaidis +enlaidissaient +enlaidissais +enlaidissait +enlaidissant +enlaidisse +enlaidissement +enlaidissements +enlaidissent +enlaidisses +enlaidissiez +enlaidissions +enlaidissons +enlaidit +enlaidmes +enlaidt +enlaidtes +enleva +enlevai +enlevaient +enlevais +enlevait +enlevant +enlevas +enlevasse +enlevassent +enlevasses +enlevassiez +enlevassions +enlevmes +enlever +enlevez +enlev +enleve +enleves +enlevs +enlevrent +enleviez +enlevions +enlevons +enlve +enlvement +enlvements +enlvent +enlvera +enlverai +enlveraient +enlverais +enlverait +enlveras +enlverez +enlveriez +enlverions +enlverons +enlveront +enlves +enlisa +enlisai +enlisaient +enlisais +enlisait +enlisant +enlisas +enlisasse +enlisassent +enlisasses +enlisassiez +enlisassions +enlismes +enlist +enlistes +enlise +enlisement +enlisements +enlisent +enliser +enlisera +enliserai +enliseraient +enliserais +enliserait +enliseras +enliserez +enliseriez +enliserions +enliserons +enliseront +enlises +enlisez +enlis +enlise +enlises +enliss +enlisrent +enlisiez +enlisions +enlisons +enlumina +enluminai +enluminaient +enluminais +enluminait +enluminant +enluminas +enluminasse +enluminassent +enluminasses +enluminassiez +enluminassions +enluminmes +enlumint +enlumintes +enlumine +enluminent +enluminer +enluminera +enluminerai +enlumineraient +enluminerais +enluminerait +enlumineras +enluminerez +enlumineriez +enluminerions +enluminerons +enlumineront +enlumines +enlumineur +enlumineurs +enlumineuse +enlumineuses +enluminez +enlumin +enlumine +enlumines +enlumins +enluminrent +enluminiez +enluminions +enluminons +enluminure +enluminures +enneige +enneigea +enneigeai +enneigeaient +enneigeais +enneigeait +enneigeant +enneigeas +enneigeasse +enneigeassent +enneigeasses +enneigeassiez +enneigeassions +enneigemes +enneiget +enneigetes +enneigement +enneigements +enneigent +enneigeons +enneiger +enneigera +enneigerai +enneigeraient +enneigerais +enneigerait +enneigeras +enneigerez +enneigeriez +enneigerions +enneigerons +enneigeront +enneiges +enneigez +enneig +enneige +enneiges +enneigs +enneigrent +enneigiez +enneigions +ennemi +ennemie +ennemies +ennemis +ennobli +ennoblie +ennoblies +ennoblir +ennoblira +ennoblirai +ennobliraient +ennoblirais +ennoblirait +ennobliras +ennoblirent +ennoblirez +ennobliriez +ennoblirions +ennoblirons +ennobliront +ennoblis +ennoblissaient +ennoblissais +ennoblissait +ennoblissant +ennoblisse +ennoblissement +ennoblissements +ennoblissent +ennoblisses +ennoblissez +ennoblissiez +ennoblissions +ennoblissons +ennoblit +ennoblmes +ennoblt +ennobltes +ennui +ennuie +ennuient +ennuiera +ennuierai +ennuieraient +ennuierais +ennuierait +ennuieras +ennuierez +ennuieriez +ennuierions +ennuierons +ennuies +ennuis +ennuya +ennuyai +ennuyaient +ennuyais +ennuyait +ennuyant +ennuyante +ennuyantes +ennuyants +ennuyas +ennuyasse +ennuyassent +ennuyasses +ennuyassiez +ennuyassions +ennuymes +ennuyt +ennuytes +ennuyer +ennuyeuse +ennuyeusement +ennuyeuses +ennuyeux +ennuyez +ennuy +ennuye +ennuyes +ennuys +ennuyrent +ennuyiez +ennuyions +ennuyons +enorgueilli +enorgueillie +enorgueillies +enorgueillir +enorgueillira +enorgueillirai +enorgueilliraient +enorgueillirais +enorgueillirait +enorgueilliras +enorgueillirent +enorgueillirez +enorgueilliriez +enorgueillirions +enorgueillirons +enorgueilliront +enorgueillis +enorgueillissaient +enorgueillissais +enorgueillissait +enorgueillissant +enorgueillisse +enorgueillissent +enorgueillisses +enorgueillissiez +enorgueillissions +enorgueillissons +enorgueillit +enorgueillmes +enorgueillt +enorgueilltes +enquerra +enquerrai +enquerraient +enquerrais +enquerrait +enquerras +enquerrez +enquerriez +enquerrions +enquerrons +enquerront +enquraient +enqurais +enqurait +enqurant +enqurez +enquriez +enqurions +enqurir +enqurons +enquta +enqutai +enqutaient +enqutais +enqutait +enqutant +enqutas +enqutasse +enqutassent +enqutasses +enqutassiez +enqutassions +enqutmes +enqutt +enquttes +enqute +enqutent +enquter +enqutera +enquterai +enquteraient +enquterais +enquterait +enquteras +enquterez +enquteriez +enquterions +enquterons +enquteront +enqutes +enquteur +enquteurs +enquteuse +enquteuses +enqutez +enqut +enqute +enqutes +enquts +enqutrent +enqutiez +enqutions +enqutons +enquierent +enquiers +enquiert +enquire +enquirent +enquires +enquirent +enquis +enquise +enquises +enquisse +enquissent +enquisses +enquissiez +enquissions +enquit +enqumes +enqut +enqutes +enracina +enracinai +enracinaient +enracinais +enracinait +enracinant +enracinas +enracinasse +enracinassent +enracinasses +enracinassiez +enracinassions +enracinmes +enracint +enracintes +enracine +enracinement +enracinements +enracinent +enraciner +enracinera +enracinerai +enracineraient +enracinerais +enracinerait +enracineras +enracinerez +enracineriez +enracinerions +enracinerons +enracineront +enracines +enracinez +enracin +enracine +enracines +enracins +enracinrent +enraciniez +enracinions +enracinons +enrage +enragea +enrageai +enrageaient +enrageais +enrageait +enrageant +enrageas +enrageasse +enrageassent +enrageasses +enrageassiez +enrageassions +enragemes +enraget +enragetes +enragent +enrageons +enrager +enragera +enragerai +enrageraient +enragerais +enragerait +enrageras +enragerez +enrageriez +enragerions +enragerons +enrageront +enrages +enragez +enrag +enrage +enrages +enrags +enragrent +enragiez +enragions +enraie +enraient +enraiera +enraierai +enraieraient +enraierais +enraierait +enraieras +enraierez +enraieriez +enraierions +enraierons +enraieront +enraies +enraya +enrayage +enrayages +enrayai +enrayaient +enrayais +enrayait +enrayant +enrayas +enrayasse +enrayassent +enrayasses +enrayassiez +enrayassions +enraymes +enrayt +enraytes +enrayer +enrayez +enray +enraye +enrayes +enrays +enrayrent +enrayiez +enrayions +enrayons +enregistra +enregistrai +enregistraient +enregistrais +enregistrait +enregistrant +enregistras +enregistrasse +enregistrassent +enregistrasses +enregistrassiez +enregistrassions +enregistrmes +enregistrt +enregistrtes +enregistre +enregistrement +enregistrements +enregistrent +enregistrer +enregistrera +enregistrerai +enregistreraient +enregistrerais +enregistrerait +enregistreras +enregistrerez +enregistreriez +enregistrerions +enregistrerons +enregistreront +enregistres +enregistreur +enregistreurs +enregistrez +enregistr +enregistre +enregistres +enregistrs +enregistrrent +enregistriez +enregistrions +enregistrons +enrgimenta +enrgimentai +enrgimentaient +enrgimentais +enrgimentait +enrgimentant +enrgimentas +enrgimentasse +enrgimentassent +enrgimentasses +enrgimentassiez +enrgimentassions +enrgimentmes +enrgimentt +enrgimenttes +enrgimente +enrgimentent +enrgimenter +enrgimentera +enrgimenterai +enrgimenteraient +enrgimenterais +enrgimenterait +enrgimenteras +enrgimenterez +enrgimenteriez +enrgimenterions +enrgimenterons +enrgimenteront +enrgimentes +enrgimentez +enrgiment +enrgimente +enrgimentes +enrgiments +enrgimentrent +enrgimentiez +enrgimentions +enrgimentons +enrhuma +enrhumai +enrhumaient +enrhumais +enrhumait +enrhumant +enrhumas +enrhumasse +enrhumassent +enrhumasses +enrhumassiez +enrhumassions +enrhummes +enrhumt +enrhumtes +enrhume +enrhument +enrhumer +enrhumera +enrhumerai +enrhumeraient +enrhumerais +enrhumerait +enrhumeras +enrhumerez +enrhumeriez +enrhumerions +enrhumerons +enrhumeront +enrhumes +enrhumez +enrhum +enrhume +enrhumes +enrhums +enrhumrent +enrhumiez +enrhumions +enrhumons +enrichi +enrichie +enrichies +enrichir +enrichira +enrichirai +enrichiraient +enrichirais +enrichirait +enrichiras +enrichirent +enrichirez +enrichiriez +enrichirions +enrichirons +enrichiront +enrichis +enrichissaient +enrichissais +enrichissait +enrichissant +enrichissante +enrichissantes +enrichissants +enrichisse +enrichissement +enrichissements +enrichissent +enrichisses +enrichissez +enrichissiez +enrichissions +enrichissons +enrichit +enrichmes +enricht +enrichtes +enroba +enrobage +enrobages +enrobai +enrobaient +enrobais +enrobait +enrobant +enrobas +enrobasse +enrobassent +enrobasses +enrobassiez +enrobassions +enrobmes +enrobt +enrobtes +enrobe +enrobent +enrober +enrobera +enroberai +enroberaient +enroberais +enroberait +enroberas +enroberez +enroberiez +enroberions +enroberons +enroberont +enrobes +enrobez +enrob +enrobe +enrobes +enrobs +enrobrent +enrobiez +enrobions +enrobons +enroua +enrouai +enrouaient +enrouais +enrouait +enrouant +enrouas +enrouasse +enrouassent +enrouasses +enrouassiez +enrouassions +enroumes +enrout +enroutes +enroue +enrouement +enrouements +enrouent +enrouer +enrouera +enrouerai +enroueraient +enrouerais +enrouerait +enroueras +enrouerez +enroueriez +enrouerions +enrouerons +enroueront +enroues +enrouez +enrou +enroue +enroues +enrous +enrourent +enrouiez +enrouions +enroula +enroulai +enroulaient +enroulais +enroulait +enroulant +enroulas +enroulasse +enroulassent +enroulasses +enroulassiez +enroulassions +enroulmes +enroult +enroultes +enroule +enroulement +enroulements +enroulent +enrouler +enroulera +enroulerai +enrouleraient +enroulerais +enroulerait +enrouleras +enroulerez +enrouleriez +enroulerions +enroulerons +enrouleront +enroules +enroulez +enroul +enroule +enroules +enrouls +enroulrent +enrouliez +enroulions +enroulons +enrouons +enrla +enrlai +enrlaient +enrlais +enrlait +enrlant +enrlas +enrlasse +enrlassent +enrlasses +enrlassiez +enrlassions +enrlmes +enrlt +enrltes +enrle +enrlement +enrlements +enrlent +enrler +enrlera +enrlerai +enrleraient +enrlerais +enrlerait +enrleras +enrlerez +enrleriez +enrlerions +enrlerons +enrleront +enrles +enrlez +enrl +enrle +enrles +enrls +enrlrent +enrliez +enrlions +enrlons +enrubanna +enrubannai +enrubannaient +enrubannais +enrubannait +enrubannant +enrubannas +enrubannasse +enrubannassent +enrubannasses +enrubannassiez +enrubannassions +enrubannmes +enrubannt +enrubanntes +enrubanne +enrubannent +enrubanner +enrubannera +enrubannerai +enrubanneraient +enrubannerais +enrubannerait +enrubanneras +enrubannerez +enrubanneriez +enrubannerions +enrubannerons +enrubanneront +enrubannes +enrubannez +enrubann +enrubanne +enrubannes +enrubanns +enrubannrent +enrubanniez +enrubannions +enrubannons +ensabla +ensablai +ensablaient +ensablais +ensablait +ensablant +ensablas +ensablasse +ensablassent +ensablasses +ensablassiez +ensablassions +ensablmes +ensablt +ensabltes +ensable +ensablement +ensablements +ensablent +ensabler +ensablera +ensablerai +ensableraient +ensablerais +ensablerait +ensableras +ensablerez +ensableriez +ensablerions +ensablerons +ensableront +ensables +ensablez +ensabl +ensable +ensables +ensabls +ensablrent +ensabliez +ensablions +ensablons +ensacha +ensachai +ensachaient +ensachais +ensachait +ensachant +ensachas +ensachasse +ensachassent +ensachasses +ensachassiez +ensachassions +ensachmes +ensacht +ensachtes +ensache +ensachent +ensacher +ensachera +ensacherai +ensacheraient +ensacherais +ensacherait +ensacheras +ensacherez +ensacheriez +ensacherions +ensacherons +ensacheront +ensaches +ensachez +ensach +ensache +ensaches +ensachs +ensachrent +ensachiez +ensachions +ensachons +ensanglanta +ensanglantai +ensanglantaient +ensanglantais +ensanglantait +ensanglantant +ensanglantas +ensanglantasse +ensanglantassent +ensanglantasses +ensanglantassiez +ensanglantassions +ensanglantmes +ensanglantt +ensanglanttes +ensanglante +ensanglantent +ensanglanter +ensanglantera +ensanglanterai +ensanglanteraient +ensanglanterais +ensanglanterait +ensanglanteras +ensanglanterez +ensanglanteriez +ensanglanterions +ensanglanterons +ensanglanteront +ensanglantes +ensanglantez +ensanglant +ensanglante +ensanglantes +ensanglants +ensanglantrent +ensanglantiez +ensanglantions +ensanglantons +enseigna +enseignai +enseignaient +enseignais +enseignait +enseignant +enseignante +enseignantes +enseignants +enseignas +enseignasse +enseignassent +enseignasses +enseignassiez +enseignassions +enseignmes +enseignt +enseigntes +enseigne +enseignement +enseignements +enseignent +enseigner +enseignera +enseignerai +enseigneraient +enseignerais +enseignerait +enseigneras +enseignerez +enseigneriez +enseignerions +enseignerons +enseigneront +enseignes +enseignez +enseign +enseigne +enseignes +enseigns +enseignrent +enseigniez +enseignions +enseignons +ensemble +ensembles +ensemblier +ensembliers +ensemence +ensemencement +ensemencements +ensemencent +ensemencer +ensemencera +ensemencerai +ensemenceraient +ensemencerais +ensemencerait +ensemenceras +ensemencerez +ensemenceriez +ensemencerions +ensemencerons +ensemenceront +ensemences +ensemenc +ensemence +ensemences +ensemencrent +ensemenciez +ensemencions +ensemena +ensemenai +ensemenaient +ensemenais +ensemenait +ensemenant +ensemenas +ensemenasse +ensemenassent +ensemenasses +ensemenassiez +ensemenassions +ensemenmes +ensement +ensementes +ensemenons +enserra +enserrai +enserraient +enserrais +enserrait +enserrant +enserras +enserrasse +enserrassent +enserrasses +enserrassiez +enserrassions +enserrmes +enserrt +enserrtes +enserre +enserrent +enserrer +enserrera +enserrerai +enserreraient +enserrerais +enserrerait +enserreras +enserrerez +enserreriez +enserrerions +enserrerons +enserreront +enserres +enserrez +enserr +enserre +enserres +enserrs +enserrrent +enserriez +enserrions +enserrons +enseveli +ensevelie +ensevelies +ensevelir +ensevelira +ensevelirai +enseveliraient +ensevelirais +ensevelirait +enseveliras +ensevelirent +ensevelirez +enseveliriez +ensevelirions +ensevelirons +enseveliront +ensevelis +ensevelissaient +ensevelissais +ensevelissait +ensevelissant +ensevelisse +ensevelissement +ensevelissements +ensevelissent +ensevelisses +ensevelissiez +ensevelissions +ensevelit +ensevelmes +ensevelt +enseveltes +ensila +ensilage +ensilages +ensilai +ensilaient +ensilais +ensilait +ensilant +ensilas +ensilasse +ensilassent +ensilasses +ensilassiez +ensilassions +ensilmes +ensilt +ensiltes +ensile +ensilent +ensiler +ensilera +ensilerai +ensileraient +ensilerais +ensilerait +ensileras +ensilerez +ensileriez +ensilerions +ensilerons +ensileront +ensiles +ensilez +ensil +ensile +ensiles +ensils +ensilrent +ensiliez +ensilions +ensilons +ensoleillement +ensoleillements +ensoleill +ensoleille +ensoleilles +ensoleills +ensommeill +ensommeille +ensommeilles +ensommeills +ensorcela +ensorcelai +ensorcelaient +ensorcelais +ensorcelait +ensorcelant +ensorcelas +ensorcelasse +ensorcelassent +ensorcelasses +ensorcelassiez +ensorcelassions +ensorcelmes +ensorcelt +ensorceltes +ensorceler +ensorceleur +ensorceleurs +ensorceleuse +ensorceleuses +ensorcelez +ensorcel +ensorcele +ensorceles +ensorcels +ensorcelrent +ensorceliez +ensorcelions +ensorcelle +ensorcellement +ensorcellements +ensorcellent +ensorcellera +ensorcellerai +ensorcelleraient +ensorcellerais +ensorcellerait +ensorcelleras +ensorcellerez +ensorcelleriez +ensorcellerions +ensorcellerons +ensorcelleront +ensorcelles +ensorcelons +ensuis +ensuit +ensuite +ensuivaient +ensuivais +ensuivait +ensuivant +ensuive +ensuivent +ensuives +ensuivez +ensuivi +ensuivie +ensuivies +ensuiviez +ensuivions +ensuivirent +ensuivis +ensuivisse +ensuivissent +ensuivisses +ensuivissiez +ensuivissions +ensuivit +ensuivmes +ensuivt +ensuivtes +ensuivons +ensuivra +ensuivrai +ensuivraient +ensuivrais +ensuivrait +ensuivras +ensuivre +ensuivrez +ensuivriez +ensuivrions +ensuivrons +ensuivront +enta +entablement +entablements +entacha +entachai +entachaient +entachais +entachait +entachant +entachas +entachasse +entachassent +entachasses +entachassiez +entachassions +entachmes +entacht +entachtes +entache +entachent +entacher +entachera +entacherai +entacheraient +entacherais +entacherait +entacheras +entacherez +entacheriez +entacherions +entacherons +entacheront +entaches +entachez +entach +entache +entaches +entachs +entachrent +entachiez +entachions +entachons +entai +entaient +entailla +entaillai +entaillaient +entaillais +entaillait +entaillant +entaillas +entaillasse +entaillassent +entaillasses +entaillassiez +entaillassions +entaillmes +entaillt +entailltes +entaille +entaillent +entailler +entaillera +entaillerai +entailleraient +entaillerais +entaillerait +entailleras +entaillerez +entailleriez +entaillerions +entaillerons +entailleront +entailles +entaillez +entaill +entaille +entailles +entaills +entaillrent +entailliez +entaillions +entaillons +entais +entait +entama +entamai +entamaient +entamais +entamait +entamant +entamas +entamasse +entamassent +entamasses +entamassiez +entamassions +entammes +entamt +entamtes +entame +entament +entamer +entamera +entamerai +entameraient +entamerais +entamerait +entameras +entamerez +entameriez +entamerions +entamerons +entameront +entames +entamez +entam +entame +entames +entams +entamrent +entamiez +entamions +entamons +entant +entartra +entartrai +entartraient +entartrais +entartrait +entartrant +entartras +entartrasse +entartrassent +entartrasses +entartrassiez +entartrassions +entartrmes +entartrt +entartrtes +entartre +entartrent +entartrer +entartrera +entartrerai +entartreraient +entartrerais +entartrerait +entartreras +entartrerez +entartreriez +entartrerions +entartrerons +entartreront +entartres +entartrez +entartr +entartre +entartres +entartrs +entartrrent +entartriez +entartrions +entartrons +entas +entassa +entassai +entassaient +entassais +entassait +entassant +entassas +entassasse +entassassent +entassasses +entassassiez +entassassions +entassmes +entasst +entasstes +entasse +entassement +entassements +entassent +entasser +entassera +entasserai +entasseraient +entasserais +entasserait +entasseras +entasserez +entasseriez +entasserions +entasserons +entasseront +entasses +entassez +entass +entasse +entasses +entasss +entassrent +entassiez +entassions +entassons +entmes +entt +enttes +ente +entend +entendaient +entendais +entendait +entendant +entende +entendement +entendements +entendent +entenderez +entendes +entendeur +entendez +entendiez +entendions +entendirent +entendis +entendisse +entendissent +entendisses +entendissiez +entendissions +entendit +entendmes +entendt +entendtes +entendons +entendra +entendrai +entendraient +entendrais +entendrait +entendras +entendre +entendrez +entendriez +entendrions +entendrons +entendront +entends +entendu +entendue +entendues +entendus +entent +entente +ententes +enter +entera greffer +enterai greffer +enteraient greffer +enterais greffer +enterait greffer +enteras greffer +enterez greffer +enteriez greffer +enterions greffer +enterons greffer +enteront greffer +enterra +enterrai +enterraient +enterrais +enterrait +enterrant +enterras +enterrasse +enterrassent +enterrasses +enterrassiez +enterrassions +enterrmes +enterrt +enterrtes +enterre +enterrement +enterrements +enterrent +enterrer +enterrera +enterrerai +enterreraient +enterrerais +enterrerait +enterreras +enterrerez +enterreriez +enterrerions +enterrerons +enterreront +enterres +enterrez +enterr +enterre +enterres +enterrs +enterrrent +enterriez +enterrions +enterrons +entes +entez +ent +ente +entes +entrina +entrinai +entrinaient +entrinais +entrinait +entrinant +entrinas +entrinasse +entrinassent +entrinasses +entrinassiez +entrinassions +entrinmes +entrint +entrintes +entrine +entrinent +entriner +entrinera +entrinerai +entrineraient +entrinerais +entrinerait +entrineras +entrinerez +entrineriez +entrinerions +entrinerons +entrineront +entrines +entrinez +entrin +entrine +entrines +entrins +entrinrent +entriniez +entrinions +entrinons +entrite +entrites +ents +entrent gref +entta +enttai +enttaient +enttais +enttait +enttant +enttas +enttasse +enttassent +enttasses +enttassiez +enttassions +enttmes +enttt +entttes +entte +enttement +enttements +enttent +entter +enttera +entterai +entteraient +entterais +entterait +entteras +entterez +entteriez +entterions +entterons +entteront +enttes +enttez +entt +entte +enttes +entts +enttrent +enttiez +enttions +enttons +enthousiasma +enthousiasmai +enthousiasmaient +enthousiasmais +enthousiasmait +enthousiasmant +enthousiasmas +enthousiasmasse +enthousiasmassent +enthousiasmasses +enthousiasmassiez +enthousiasmassions +enthousiasmmes +enthousiasmt +enthousiasmtes +enthousiasme +enthousiasment +enthousiasmer +enthousiasmera +enthousiasmerai +enthousiasmeraient +enthousiasmerais +enthousiasmerait +enthousiasmeras +enthousiasmerez +enthousiasmeriez +enthousiasmerions +enthousiasmerons +enthousiasmeront +enthousiasmes +enthousiasmez +enthousiasm +enthousiasme +enthousiasmes +enthousiasms +enthousiasmrent +enthousiasmiez +enthousiasmions +enthousiasmons +enthousiaste +enthousiastes +enticha +entichai +entichaient +entichais +entichait +entichant +entichas +entichasse +entichassent +entichasses +entichassiez +entichassions +entichmes +enticht +entichtes +entiche +entichement +entichements +entichent +enticher +entichera +enticherai +enticheraient +enticherais +enticherait +enticheras +enticherez +enticheriez +enticherions +enticherons +enticheront +entiches +entichez +entich +entiche +entiches +entichs +entichrent +entichiez +entichions +entichons +entier +entiers +entiez gref +entire +entirement +entires +entions gref +entit +entits +entoila +entoilage +entoilages +entoilai +entoilaient +entoilais +entoilait +entoilant +entoilas +entoilasse +entoilassent +entoilasses +entoilassiez +entoilassions +entoilmes +entoilt +entoiltes +entoile +entoilent +entoiler +entoilera +entoilerai +entoileraient +entoilerais +entoilerait +entoileras +entoilerez +entoileriez +entoilerions +entoilerons +entoileront +entoiles +entoilez +entoil +entoile +entoiles +entoils +entoilrent +entoiliez +entoilions +entoilons +entomologie +entomologiste +entomologistes +entonna +entonnai +entonnaient +entonnais +entonnait +entonnant +entonnas +entonnasse +entonnassent +entonnasses +entonnassiez +entonnassions +entonnmes +entonnt +entonntes +entonne +entonnent +entonner +entonnera +entonnerai +entonneraient +entonnerais +entonnerait +entonneras +entonnerez +entonneriez +entonnerions +entonnerons +entonneront +entonnes +entonnez +entonn +entonne +entonnes +entonns +entonnrent +entonniez +entonnions +entonnoir +entonnoirs +entonnons +entons greffer +entorse +entorses +entortilla +entortillai +entortillaient +entortillais +entortillait +entortillant +entortillas +entortillasse +entortillassent +entortillasses +entortillassiez +entortillassions +entortillmes +entortillt +entortilltes +entortille +entortillement +entortillements +entortillent +entortiller +entortillera +entortillerai +entortilleraient +entortillerais +entortillerait +entortilleras +entortillerez +entortilleriez +entortillerions +entortillerons +entortilleront +entortilles +entortillez +entortill +entortille +entortilles +entortills +entortillrent +entortilliez +entortillions +entortillons +entour +entoura +entourage +entourages +entourai +entouraient +entourais +entourait +entourant +entouras +entourasse +entourassent +entourasses +entourassiez +entourassions +entourmes +entourt +entourtes +entoure +entourent +entourer +entourera +entourerai +entoureraient +entourerais +entourerait +entoureras +entourerez +entoureriez +entourerions +entourerons +entoureront +entoures +entourez +entour +entoure +entoures +entours +entourrent +entouriez +entourions +entournure +entournures +entourons +entra +entracte +entractes +entrai +entraida +entraidai +entraidaient +entraidais +entraidait +entraidant +entraidas +entraidasse +entraidassent +entraidasses +entraidassiez +entraidassions +entraidmes +entraidt +entraidtes +entraide +entraident +entraider +entraidera +entraiderai +entraideraient +entraiderais +entraiderait +entraideras +entraiderez +entraideriez +entraiderions +entraiderons +entraideront +entraides +entraidez +entraid +entraide +entraides +entraids +entraidrent +entraidiez +entraidions +entraidons +entraient +entrailles +entrain +entrains +entrais +entrait +entrana +entranai +entranaient +entranais +entranait +entranant +entranas +entranasse +entranassent +entranasses +entranassiez +entranassions +entranmes +entrant +entrantes +entrane +entranement +entranements +entranent +entraner +entranera +entranerai +entraneraient +entranerais +entranerait +entraneras +entranerez +entraneriez +entranerions +entranerons +entraneront +entranes +entraneur +entraneurs +entraneuse +entraneuses +entranez +entran +entrane +entranes +entrans +entranrent +entraniez +entranions +entranons +entrant +entrants +entras +entrasse +entrassent +entrasses +entrassiez +entrassions +entrava +entravai +entravaient +entravais +entravait +entravant +entravas +entravasse +entravassent +entravasses +entravassiez +entravassions +entravmes +entravt +entravtes +entrave +entravent +entraver +entravera +entraverai +entraveraient +entraverais +entraverait +entraveras +entraverez +entraveriez +entraverions +entraverons +entraveront +entraves +entravez +entrav +entrave +entraves +entravs +entravrent +entraviez +entravions +entravons +entrina +entrinai +entrinaient +entrinais +entrinait +entrinant +entrinas +entrinasse +entrinassent +entrinasses +entrinassiez +entrinassions +entrinmes +entrint +entrintes +entrine +entrinement +entrinements +entrinent +entriner +entrinera +entrinerai +entrineraient +entrinerais +entrinerait +entrineras +entrinerez +entrineriez +entrinerions +entrinerons +entrineront +entrines +entrineur +entrineurs +entrineuse +entrineuses +entrinez +entrin +entrines +entrins +entrinrent +entriniez +entrinions +entrinons +entrmes +entrt +entrtes +entre +entrebilla +entrebillai +entrebillaient +entrebillais +entrebillait +entrebillant +entrebillas +entrebillasse +entrebillassent +entrebillasses +entrebillassiez +entrebillassions +entrebillmes +entrebillt +entrebilltes +entrebille +entrebillement +entrebillements +entrebillent +entrebiller +entrebillera +entrebillerai +entrebilleraient +entrebillerais +entrebillerait +entrebilleras +entrebillerez +entrebilleriez +entrebillerions +entrebillerons +entrebilleront +entrebilles +entrebillez +entrebill +entrebille +entrebilles +entrebills +entrebillrent +entrebilliez +entrebillions +entrebillons +entrechat +entrechats +entrechoqua +entrechoquai +entrechoquaient +entrechoquais +entrechoquait +entrechoquant +entrechoquas +entrechoquasse +entrechoquassent +entrechoquasses +entrechoquassiez +entrechoquassions +entrechoqumes +entrechoqut +entrechoqutes +entrechoque +entrechoquent +entrechoquer +entrechoquera +entrechoquerai +entrechoqueraient +entrechoquerais +entrechoquerait +entrechoqueras +entrechoquerez +entrechoqueriez +entrechoquerions +entrechoquerons +entrechoqueront +entrechoques +entrechoquez +entrechoqu +entrechoque +entrechoques +entrechoqus +entrechoqurent +entrechoquiez +entrechoquions +entrechoquons +entrecoupa +entrecoupai +entrecoupaient +entrecoupais +entrecoupait +entrecoupant +entrecoupas +entrecoupasse +entrecoupassent +entrecoupasses +entrecoupassiez +entrecoupassions +entrecoupmes +entrecoupt +entrecouptes +entrecoupe +entrecoupent +entrecouper +entrecoupera +entrecouperai +entrecouperaient +entrecouperais +entrecouperait +entrecouperas +entrecouperez +entrecouperiez +entrecouperions +entrecouperons +entrecouperont +entrecoupes +entrecoupez +entrecoup +entrecoupe +entrecoupes +entrecoups +entrecouprent +entrecoupiez +entrecoupions +entrecoupons +entrecte +entrectes +entrecroisa +entrecroisai +entrecroisaient +entrecroisais +entrecroisait +entrecroisant +entrecroisas +entrecroisasse +entrecroisassent +entrecroisasses +entrecroisassiez +entrecroisassions +entrecroismes +entrecroist +entrecroistes +entrecroise +entrecroisement +entrecroisements +entrecroisent +entrecroiser +entrecroisera +entrecroiserai +entrecroiseraient +entrecroiserais +entrecroiserait +entrecroiseras +entrecroiserez +entrecroiseriez +entrecroiserions +entrecroiserons +entrecroiseront +entrecroises +entrecroisez +entrecrois +entrecroise +entrecroises +entrecroiss +entrecroisrent +entrecroisiez +entrecroisions +entrecroisons +entrefaite +entrefaites +entrefilet +entrefilets +entregent +entregents +entrejambe +entrejambes +entrelace +entrelacement +entrelacements +entrelacent +entrelacer +entrelacera +entrelacerai +entrelaceraient +entrelacerais +entrelacerait +entrelaceras +entrelacerez +entrelaceriez +entrelacerions +entrelacerons +entrelaceront +entrelaces +entrelacez +entrelac +entrelace +entrelaces +entrelacs +entrelacrent +entrelaciez +entrelacions +entrelacs +entrelaa +entrelaai +entrelaaient +entrelaais +entrelaait +entrelaant +entrelaas +entrelaasse +entrelaassent +entrelaasses +entrelaassiez +entrelaassions +entrelames +entrelat +entrelates +entrelaons +entrelarda +entrelardai +entrelardaient +entrelardais +entrelardait +entrelardant +entrelardas +entrelardasse +entrelardassent +entrelardasses +entrelardassiez +entrelardassions +entrelardmes +entrelardt +entrelardtes +entrelarde +entrelardent +entrelarder +entrelardera +entrelarderai +entrelarderaient +entrelarderais +entrelarderait +entrelarderas +entrelarderez +entrelarderiez +entrelarderions +entrelarderons +entrelarderont +entrelardes +entrelardez +entrelard +entrelarde +entrelardes +entrelards +entrelardrent +entrelardiez +entrelardions +entrelardons +entremet +entremets +entremettaient +entremettais +entremettait +entremettant +entremette +entremettent +entremettes +entremetteur +entremetteurs +entremetteuse +entremetteuses +entremettez +entremettiez +entremettions +entremettons +entremettra +entremettrai +entremettraient +entremettrais +entremettrait +entremettras +entremettre +entremettrez +entremettriez +entremettrions +entremettrons +entremettront +entremla +entremlai +entremlaient +entremlais +entremlait +entremlant +entremlas +entremlasse +entremlassent +entremlasses +entremlassiez +entremlassions +entremlmes +entremlt +entremltes +entremle +entremlent +entremler +entremlera +entremlerai +entremleraient +entremlerais +entremlerait +entremleras +entremlerez +entremleriez +entremlerions +entremlerons +entremleront +entremles +entremlez +entreml +entremle +entremles +entremls +entremlrent +entremliez +entremlions +entremlons +entremirent +entremis +entremise +entremises +entremisse +entremissent +entremisses +entremissiez +entremissions +entremit +entremmes +entremt +entremtes +entrent +entrepont +entreponts +entreposa +entreposai +entreposaient +entreposais +entreposait +entreposant +entreposas +entreposasse +entreposassent +entreposasses +entreposassiez +entreposassions +entreposmes +entrepost +entrepostes +entrepose +entreposent +entreposer +entreposera +entreposerai +entreposeraient +entreposerais +entreposerait +entreposeras +entreposerez +entreposeriez +entreposerions +entreposerons +entreposeront +entreposes +entreposez +entrepos +entrepose +entreposes +entreposs +entreposrent +entreposiez +entreposions +entreposons +entrept +entrepts +entreprenaient +entreprenais +entreprenait +entreprenant +entreprenante +entreprenantes +entreprenants +entreprend +entreprendra +entreprendrai +entreprendraient +entreprendrais +entreprendrait +entreprendras +entreprendre +entreprendrez +entreprendriez +entreprendrions +entreprendrons +entreprendront +entreprends +entrepreneur +entrepreneurs +entrepreneuse +entrepreneuses +entreprenez +entrepreniez +entreprenions +entreprenne +entreprennent +entreprennes +entreprenons +entreprirent +entrepris +entreprise +entreprises +entreprisse +entreprissent +entreprisses +entreprissiez +entreprissions +entreprit +entreprmes +entreprt +entreprtes +entrer +entrera +entrerai +entreraient +entrerais +entrerait +entreras +entrerez +entreriez +entrerions +entrerons +entreront +entres +entresol +entresols +entretailla +entretaillai +entretaillaient +entretaillais +entretaillait +entretaillant +entretaillas +entretaillasse +entretaillassent +entretaillasses +entretaillassiez +entretaillassions +entretaillmes +entretaillt +entretailltes +entretaille +entretaillent +entretailler +entretaillera +entretaillerai +entretailleraient +entretaillerais +entretaillerait +entretailleras +entretaillerez +entretailleriez +entretaillerions +entretaillerons +entretailleront +entretailles +entretaillez +entretaill +entretaille +entretailles +entretaills +entretaillrent +entretailliez +entretaillions +entretaillons +entretenaient +entretenais +entretenait +entretenant +entretenez +entreteniez +entretenions +entretenir +entretenons +entretenu +entretenue +entretenues +entretenus +entretien +entretiendra +entretiendrai +entretiendraient +entretiendrais +entretiendrait +entretiendras +entretiendrez +entretiendriez +entretiendrions +entretiendrons +entretiendront +entretienne +entretiennent +entretiennes +entretiens +entretient +entretins +entretinsse +entretinssent +entretinsses +entretinssiez +entretinssions +entretint +entretirent +entretnmes +entretnt +entretntes +entretoise +entretoises +entreverra +entreverrai +entreverraient +entreverrais +entreverrait +entreverras +entreverrez +entreverriez +entreverrions +entreverrons +entreverront +entrevirent +entrevis +entrevisse +entrevissent +entrevisses +entrevissiez +entrevissions +entrevit +entrevmes +entrevt +entrevtes +entrevoie +entrevoient +entrevoies +entrevoir +entrevois +entrevoit +entrevoyaient +entrevoyais +entrevoyait +entrevoyant +entrevoyez +entrevoyiez +entrevoyions +entrevoyons +entrevu +entrevue +entrevues +entrevus +entrez +entr +entre +entres +entrs +entrrent +entriez +entrions +entrons +entrouvert +entrouverte +entrouvertes +entrouverts +entrouvraient +entrouvrais +entrouvrait +entrouvrant +entrouvre +entrouvrent +entrouvres +entrouvrez +entrouvriez +entrouvrions +entrouvrir +entrouvrira +entrouvrirai +entrouvriraient +entrouvrirais +entrouvrirait +entrouvriras +entrouvrirent +entrouvrirez +entrouvririez +entrouvririons +entrouvrirons +entrouvriront +entrouvris +entrouvrisse +entrouvrissent +entrouvrisses +entrouvrissiez +entrouvrissions +entrouvrit +entrouvrmes +entrouvrt +entrouvrtes +entrouvrons +entub +entubs +envahi +envahie +envahies +envahir +envahira +envahirai +envahiraient +envahirais +envahirait +envahiras +envahirent +envahirez +envahiriez +envahirions +envahirons +envahiront +envahis +envahissaient +envahissais +envahissait +envahissant +envahisse +envahissement +envahissements +envahissent +envahisses +envahisseur +envahisseurs +envahissiez +envahissions +envahissons +envahit +envahmes +envaht +envahtes +envasa +envasai +envasaient +envasais +envasait +envasant +envasas +envasasse +envasassent +envasasses +envasassiez +envasassions +envasmes +envast +envastes +envase +envasement +envasements +envasent +envaser +envasera +envaserai +envaseraient +envaserais +envaserait +envaseras +envaserez +envaseriez +envaserions +envaserons +envaseront +envases +envasez +envas +envase +envases +envass +envasrent +envasiez +envasions +envasons +enveloppa +enveloppai +enveloppaient +enveloppais +enveloppait +enveloppant +enveloppas +enveloppasse +enveloppassent +enveloppasses +enveloppassiez +enveloppassions +enveloppmes +enveloppt +envelopptes +enveloppe +enveloppement +enveloppements +enveloppent +envelopper +enveloppera +envelopperai +envelopperaient +envelopperais +envelopperait +envelopperas +envelopperez +envelopperiez +envelopperions +envelopperons +envelopperont +enveloppes +enveloppez +envelopp +enveloppe +enveloppes +envelopps +envelopprent +enveloppiez +enveloppions +enveloppons +envenima +envenimai +envenimaient +envenimais +envenimait +envenimant +envenimas +envenimasse +envenimassent +envenimasses +envenimassiez +envenimassions +envenimmes +envenimt +envenimtes +envenime +enveniment +envenimer +envenimera +envenimerai +envenimeraient +envenimerais +envenimerait +envenimeras +envenimerez +envenimeriez +envenimerions +envenimerons +envenimeront +envenimes +envenimez +envenim +envenime +envenimes +envenims +envenimrent +envenimiez +envenimions +envenimons +envergure +envergures +enverra +enverrez +envers +envi +envia +enviable +enviables +enviai +enviaient +enviais +enviait +enviant +envias +enviasse +enviassent +enviasses +enviassiez +enviassions +envimes +envit +envites +envie +envient +envier +enviera +envierai +envieraient +envierais +envierait +envieras +envierez +envieriez +envierions +envierons +envieront +envies +envieuse +envieuses +envieux +enviez +envi +envie +envies +envis +envirent +enviiez +enviions +envila +envions +environ +environna +environnai +environnaient +environnais +environnait +environnant +environnante +environnantes +environnants +environnas +environnasse +environnassent +environnasses +environnassiez +environnassions +environnmes +environnt +environntes +environne +environnement +environnements +environnent +environner +environnera +environnerai +environneraient +environnerais +environnerait +environneras +environnerez +environneriez +environnerions +environnerons +environneront +environnes +environnez +environn +environne +environnes +environns +environnrent +environniez +environnions +environnons +environs +envisage +envisagea +envisageable +envisageai +envisageaient +envisageais +envisageait +envisageant +envisageas +envisageasse +envisageassent +envisageasses +envisageassiez +envisageassions +envisagemes +envisaget +envisagetes +envisagent +envisageons +envisager +envisagera +envisagerai +envisageraient +envisagerais +envisagerait +envisageras +envisagerez +envisageriez +envisagerions +envisagerons +envisageront +envisages +envisagez +envisag +envisage +envisages +envisags +envisagrent +envisagiez +envisagions +envoi +envoie +envoient +envoiera +envoierai +envoieraient +envoierais +envoierait +envoieras +envoierez +envoieriez +envoierions +envoierons +envoieront +envoies +envois +envoit +envol +envola +envolai +envolaient +envolais +envolait +envolant +envolas +envolasse +envolassent +envolasses +envolassiez +envolassions +envolmes +envolt +envoltes +envole +envolent +envoler +envolera +envolerai +envoleraient +envolerais +envolerait +envoleras +envolerez +envoleriez +envolerions +envolerons +envoleront +envoles +envolez +envol +envole +envoles +envols +envolrent +envoliez +envolions +envolons +envols +envota +envotai +envotaient +envotais +envotait +envotant +envotas +envotasse +envotassent +envotasses +envotassiez +envotassions +envotmes +envott +envottes +envote +envotement +envotements +envotent +envoter +envotera +envoterai +envoteraient +envoterais +envoterait +envoteras +envoterez +envoteriez +envoterions +envoterons +envoteront +envotes +envotez +envot +envote +envotes +envots +envotrent +envotiez +envotions +envotons +envoya +envoyai +envoyaient +envoyais +envoyait +envoyant +envoyas +envoyasse +envoyassent +envoyasses +envoyassiez +envoyassions +envoymes +envoyt +envoytes +envoyer +envoyeur +envoyeurs +envoyeuse +envoyeuses +envoyez +envoy +envoye +envoyes +envoys +envoyrent +envoyiez +envoyions +envoyons +enzymatique +enzymatiques +enzyme +enzymes +eprom +eproms +erg +ergonomie +ergonomies +ergonomique +ergonomiques +ergot +ergota +ergotai +ergotaient +ergotais +ergotait +ergotant +ergotas +ergotasse +ergotassent +ergotasses +ergotassiez +ergotassions +ergotmes +ergott +ergottes +ergote +ergotent +ergoter +ergotera +ergoterai +ergoteraient +ergoterais +ergoterait +ergoteras +ergoterez +ergoteriez +ergoterions +ergoterons +ergoteront +ergotes +ergoteur +ergoteurs +ergoteuse +ergoteuses +ergotez +ergot +ergote +ergotes +ergots +ergotrent +ergotiez +ergotions +ergotons +ergots +ergs +ermitage +ermitages +ermite +ermites +erra +errai +erraient +errais +errait +errant +errante +errantes +errants +erras +errasse +errassent +errasses +errassiez +errassions +errata +erratique +erratiques +errmes +errt +errtes +erre +errements +errent +errer +errera +errerai +erreraient +errerais +errerait +erreras +errerez +erreriez +errerions +errerons +erreront +erres +erreur +erreurs +errez +err +erre +erres +errs +errrent +erriez +errions +erron +errone +errones +errons +erronne +errons +ersatz +es +esbigna +esbignai +esbignaient +esbignais +esbignait +esbignant +esbignas +esbignasse +esbignassent +esbignasses +esbignassiez +esbignassions +esbignmes +esbignt +esbigntes +esbigne +esbignent +esbigner +esbignera +esbignerai +esbigneraient +esbignerais +esbignerait +esbigneras +esbignerez +esbigneriez +esbignerions +esbignerons +esbigneront +esbignes +esbignez +esbign +esbigne +esbignes +esbigns +esbignrent +esbigniez +esbignions +esbignons +esbroufa +esbroufai +esbroufaient +esbroufais +esbroufait +esbroufant +esbroufas +esbroufasse +esbroufassent +esbroufasses +esbroufassiez +esbroufassions +esbroufmes +esbrouft +esbrouftes +esbroufe +esbroufent +esbroufer +esbroufera +esbrouferai +esbrouferaient +esbrouferais +esbrouferait +esbrouferas +esbrouferez +esbrouferiez +esbrouferions +esbrouferons +esbrouferont +esbroufes +esbroufez +esbrouf +esbroufe +esbroufes +esbroufs +esbroufrent +esbroufiez +esbroufions +esbroufons +escabeau +escabeaux +escadre +escadres +escadrille +escadrilles +escadron +escadrons +escalada +escaladai +escaladaient +escaladais +escaladait +escaladant +escaladas +escaladasse +escaladassent +escaladasses +escaladassiez +escaladassions +escaladmes +escaladt +escaladtes +escalade +escaladent +escalader +escaladera +escaladerai +escaladeraient +escaladerais +escaladerait +escaladeras +escaladerez +escaladeriez +escaladerions +escaladerons +escaladeront +escalades +escaladez +escalad +escalade +escalades +escalads +escaladrent +escaladiez +escaladions +escaladons +escale +escales +escalier +escaliers +escalope +escalopes +escamota +escamotable +escamotables +escamotage +escamotages +escamotai +escamotaient +escamotais +escamotait +escamotant +escamotas +escamotasse +escamotassent +escamotasses +escamotassiez +escamotassions +escamotmes +escamott +escamottes +escamote +escamotent +escamoter +escamotera +escamoterai +escamoteraient +escamoterais +escamoterait +escamoteras +escamoterez +escamoteriez +escamoterions +escamoterons +escamoteront +escamotes +escamoteur +escamoteurs +escamoteuse +escamoteuses +escamotez +escamot +escamote +escamotes +escamots +escamotrent +escamotiez +escamotions +escamotons +escampette +escapade +escapades +escarbille +escarbilles +escarboucle +escarcelle +escarcelles +escargot +escargotire +escargotires +escargots +escarmouche +escarmouches +escarpe +escarpement +escarpements +escarpes +escarp +escarpe +escarpes +escarps +escarpin +escarpins +escarpolette +escarpolettes +escarre +escarres +esche +esches +escient +esclaffa +esclaffai +esclaffaient +esclaffais +esclaffait +esclaffant +esclaffas +esclaffasse +esclaffassent +esclaffasses +esclaffassiez +esclaffassions +esclaffmes +esclafft +esclafftes +esclaffe +esclaffent +esclaffer +esclaffera +esclafferai +esclafferaient +esclafferais +esclafferait +esclafferas +esclafferez +esclafferiez +esclafferions +esclafferons +esclafferont +esclaffes +esclaffez +esclaff +esclaffe +esclaffes +esclaffs +esclaffrent +esclaffiez +esclaffions +esclaffons +esclandre +esclandres +esclavage +esclavages +esclavagiste +esclavagistes +esclave +esclaves +escogriffe +escogriffes +escompta +escomptai +escomptaient +escomptais +escomptait +escomptant +escomptas +escomptasse +escomptassent +escomptasses +escomptassiez +escomptassions +escomptmes +escomptt +escompttes +escompte +escomptent +escompter +escomptera +escompterai +escompteraient +escompterais +escompterait +escompteras +escompterez +escompteriez +escompterions +escompterons +escompteront +escomptes +escompteur +escompteure +escompteures +escompteurs +escomptez +escompt +escompte +escomptes +escompts +escomptrent +escomptiez +escomptions +escomptons +escorta +escortai +escortaient +escortais +escortait +escortant +escortas +escortasse +escortassent +escortasses +escortassiez +escortassions +escortmes +escortt +escorttes +escorte +escortent +escorter +escortera +escorterai +escorteraient +escorterais +escorterait +escorteras +escorterez +escorteriez +escorterions +escorterons +escorteront +escortes +escortez +escort +escorte +escortes +escorts +escortrent +escortiez +escortions +escortons +escouade +escouades +escrima +escrimai +escrimaient +escrimais +escrimait +escrimant +escrimas +escrimasse +escrimassent +escrimasses +escrimassiez +escrimassions +escrimmes +escrimt +escrimtes +escrime +escriment +escrimer +escrimera +escrimerai +escrimeraient +escrimerais +escrimerait +escrimeras +escrimerez +escrimeriez +escrimerions +escrimerons +escrimeront +escrimes +escrimeur +escrimeurs +escrimeuse +escrimeuses +escrimez +escrim +escrime +escrimes +escrims +escrimrent +escrimiez +escrimions +escrimons +escroc +escrocs +escroqua +escroquai +escroquaient +escroquais +escroquait +escroquant +escroquas +escroquasse +escroquassent +escroquasses +escroquassiez +escroquassions +escroqumes +escroqut +escroqutes +escroque +escroquent +escroquer +escroquera +escroquerai +escroqueraient +escroquerais +escroquerait +escroqueras +escroquerez +escroquerie +escroqueries +escroqueriez +escroquerions +escroquerons +escroqueront +escroques +escroqueur +escroqueurs +escroqueuse +escroqueuses +escroquez +escroqu +escroque +escroques +escroqus +escroqurent +escroquiez +escroquions +escroquons +esotrique +esotriques +esotrisme +esotrismes +espace +espacement +espacements +espacent +espacer +espacera +espacerai +espaceraient +espacerais +espacerait +espaceras +espacerez +espaceriez +espacerions +espacerons +espaceront +espaces +espacez +espac +espace +espaces +espacs +espacrent +espaciez +espacions +espaa +espaai +espaaient +espaais +espaait +espaant +espaas +espaasse +espaassent +espaasses +espaassiez +espaassions +espames +espat +espates +espaons +espadrille +espadrilles +espagne +espagnol +espagnole +espagnoles +espagnolette +espagnolettes +espagnols +espalier +espaliers +espra +esprai +espraient +esprais +esprait +esprance +esprances +esprant +esprantiste +esprantistes +espranto +espras +esprasse +esprassent +esprasses +esprassiez +esprassions +esprmes +esprt +esprtes +esprer +esprera +esprerai +espreraient +esprerais +esprerait +espreras +esprerez +espreriez +esprerions +esprerons +espreront +esprez +espr +espre +espres +esprs +esprrent +espriez +esprions +esprons +espce +espces +espre +esprent +espres +espigle +espiglerie +espigleries +espigles +espion +espionna +espionnage +espionnages +espionnai +espionnaient +espionnais +espionnait +espionnant +espionnas +espionnasse +espionnassent +espionnasses +espionnassiez +espionnassions +espionnmes +espionnt +espionntes +espionne +espionnent +espionner +espionnera +espionnerai +espionneraient +espionnerais +espionnerait +espionneras +espionnerez +espionneriez +espionnerions +espionnerons +espionneront +espionnes +espionnez +espionn +espionne +espionnes +espionns +espionnrent +espionniez +espionnions +espionnons +espions +esplanade +esplanades +espoir +espoirs +esprit +esprits +esquif +esquifs +esquille +esquilles +esquinta +esquintai +esquintaient +esquintais +esquintait +esquintant +esquintas +esquintasse +esquintassent +esquintasses +esquintassiez +esquintassions +esquintmes +esquintt +esquinttes +esquinte +esquintent +esquinter +esquintera +esquinterai +esquinteraient +esquinterais +esquinterait +esquinteras +esquinterez +esquinteriez +esquinterions +esquinterons +esquinteront +esquintes +esquintez +esquint +esquinte +esquintes +esquints +esquintrent +esquintiez +esquintions +esquintons +esquissa +esquissai +esquissaient +esquissais +esquissait +esquissant +esquissas +esquissasse +esquissassent +esquissasses +esquissassiez +esquissassions +esquissmes +esquisst +esquisstes +esquisse +esquissent +esquisser +esquissera +esquisserai +esquisseraient +esquisserais +esquisserait +esquisseras +esquisserez +esquisseriez +esquisserions +esquisserons +esquisseront +esquisses +esquissez +esquiss +esquisse +esquisses +esquisss +esquissrent +esquissiez +esquissions +esquissons +esquiva +esquivai +esquivaient +esquivais +esquivait +esquivant +esquivas +esquivasse +esquivassent +esquivasses +esquivassiez +esquivassions +esquivmes +esquivt +esquivtes +esquive +esquivent +esquiver +esquivera +esquiverai +esquiveraient +esquiverais +esquiverait +esquiveras +esquiverez +esquiveriez +esquiverions +esquiverons +esquiveront +esquives +esquivez +esquiv +esquive +esquives +esquivs +esquivrent +esquiviez +esquivions +esquivons +essai +essaie +essaient +essaiera +essaierai +essaieraient +essaierais +essaierait +essaieras +essaierez +essaieriez +essaierions +essaierons +essaieront +essaies +essaim +essaima +essaimage +essaimages +essaimai +essaimaient +essaimais +essaimait +essaimant +essaimas +essaimasse +essaimassent +essaimasses +essaimassiez +essaimassions +essaimmes +essaimt +essaimtes +essaime +essaiment +essaimer +essaimera +essaimerai +essaimeraient +essaimerais +essaimerait +essaimeras +essaimerez +essaimeriez +essaimerions +essaimerons +essaimeront +essaimes +essaimez +essaim +essaime +essaimes +essaims +essaimrent +essaimiez +essaimions +essaimons +essaims +essais +essarta +essartai +essartaient +essartais +essartait +essartant +essartas +essartasse +essartassent +essartasses +essartassiez +essartassions +essartmes +essartt +essarttes +essarte +essartent +essarter +essartera +essarterai +essarteraient +essarterais +essarterait +essarteras +essarterez +essarteriez +essarterions +essarterons +essarteront +essartes +essartez +essart +essarte +essartes +essarts +essartrent +essartiez +essartions +essartons +essarts +essaya +essayage +essayages +essayai +essayaient +essayais +essayait +essayant +essayas +essayasse +essayassent +essayasses +essayassiez +essayassions +essaymes +essayt +essaytes +essaye +essayent +essayer +essayera +essayerai +essayerais +essayerait +essayeras +essayerez +essayeriez +essayerions +essayerons +essayeront +essayes +essayez +essay +essayes +essays +essayrent +essayiez +essayions +essayiste +essayistes +essayons +esse +essence +essences +essentiel +essentielle +essentiellement +essentielles +essentiels +esses +esseul +esseule +esseules +esseuls +essieu +essieux +essor +essora +essorage +essorages +essorai +essoraient +essorais +essorait +essorant +essoras +essorasse +essorassent +essorasses +essorassiez +essorassions +essormes +essort +essortes +essore +essorent +essorer +essorera +essorerai +essoreraient +essorerais +essorerait +essoreras +essorerez +essoreriez +essorerions +essorerons +essoreront +essores +essoreuse +essoreuses +essorez +essor +essore +essores +essors +essorrent +essoriez +essorilla +essorillai +essorillaient +essorillais +essorillait +essorillant +essorillas +essorillasse +essorillassent +essorillasses +essorillassiez +essorillassions +essorillmes +essorillt +essorilltes +essorille +essorillent +essoriller +essorillera +essorillerai +essorilleraient +essorillerais +essorillerait +essorilleras +essorillerez +essorilleriez +essorillerions +essorillerons +essorilleront +essorilles +essorillez +essorill +essorille +essorilles +essorills +essorillrent +essorilliez +essorillions +essorillons +essorions +essorons +essors +essouffla +essoufflai +essoufflaient +essoufflais +essoufflait +essoufflant +essoufflas +essoufflasse +essoufflassent +essoufflasses +essoufflassiez +essoufflassions +essoufflmes +essoufflt +essouffltes +essouffle +essoufflement +essoufflements +essoufflent +essouffler +essoufflera +essoufflerai +essouffleraient +essoufflerais +essoufflerait +essouffleras +essoufflerez +essouffleriez +essoufflerions +essoufflerons +essouffleront +essouffles +essoufflez +essouffl +essouffle +essouffles +essouffls +essoufflrent +essouffliez +essoufflions +essoufflons +essuie +essuient +essuiera +essuierai +essuieraient +essuierais +essuierait +essuieras +essuierez +essuieriez +essuierions +essuierons +essuieront +essuies +essuya +essuyage +essuyages +essuyai +essuyaient +essuyais +essuyait +essuyant +essuyas +essuyasse +essuyassent +essuyasses +essuyassiez +essuyassions +essuymes +essuyt +essuytes +essuyer +essuyez +essuy +essuye +essuyes +essuys +essuyrent +essuyiez +essuyions +essuyons +est +esta +estacade +estacades +estafette +estafettes +estafilade +estafilades +estai +estaient +estais +estait +estaminet +estaminets +estampa +estampage +estampages +estampai +estampaient +estampais +estampait +estampant +estampas +estampasse +estampassent +estampasses +estampassiez +estampassions +estampmes +estampt +estamptes +estampe +estampent +estamper +estampera +estamperai +estamperaient +estamperais +estamperait +estamperas +estamperez +estamperiez +estamperions +estamperons +estamperont +estampes +estampeur +estampeurs +estampez +estamp +estampe +estampes +estamps +estamprent +estampiez +estampilla +estampillage +estampillages +estampillai +estampillaient +estampillais +estampillait +estampillant +estampillas +estampillasse +estampillassent +estampillasses +estampillassiez +estampillassions +estampillmes +estampillt +estampilltes +estampille +estampillent +estampiller +estampillera +estampillerai +estampilleraient +estampillerais +estampillerait +estampilleras +estampillerez +estampilleriez +estampillerions +estampillerons +estampilleront +estampilles +estampillez +estampill +estampille +estampilles +estampills +estampillrent +estampilliez +estampillions +estampillons +estampions +estampons +estant +estas +estasse +estassent +estasses +estassiez +estassions +estmes +estt +esttes +este +estent +ester +estera +esterai +esteraient +esterais +esterait +esteras +esterez +esteriez +esterions +esterons +esteront +estes +estez +est +este +estes +ests +estrent +esthticienne +esthticiennes +esthtique +esthtiquement +esthtiques +esthte +esthtes +estiez +estima +estimable +estimables +estimai +estimaient +estimais +estimait +estimant +estimas +estimasse +estimassent +estimasses +estimassiez +estimassions +estimatif +estimatifs +estimation +estimations +estimative +estimatives +estimmes +estimt +estimtes +estime +estiment +estimer +estimera +estimerai +estimeraient +estimerais +estimerait +estimeras +estimerez +estimeriez +estimerions +estimerons +estimeront +estimes +estimez +estim +estime +estimes +estims +estimrent +estimiez +estimions +estimons +estions +estiva +estivai +estivaient +estivais +estivait +estival +estivale +estivales +estivant +estivante +estivantes +estivants +estivas +estivasse +estivassent +estivasses +estivassiez +estivassions +estivaux +estivmes +estivt +estivtes +estive +estivent +estiver +estivera +estiverai +estiveraient +estiverais +estiverait +estiveras +estiverez +estiveriez +estiverions +estiverons +estiveront +estives +estivez +estiv +estive +estives +estivs +estivrent +estiviez +estivions +estivons +estoc +estocade +estocades +estocs +estomac +estomacs +estomaqua +estomaquai +estomaquaient +estomaquais +estomaquait +estomaquant +estomaquas +estomaquasse +estomaquassent +estomaquasses +estomaquassiez +estomaquassions +estomaqumes +estomaqut +estomaqutes +estomaque +estomaquent +estomaquer +estomaquera +estomaquerai +estomaqueraient +estomaquerais +estomaquerait +estomaqueras +estomaquerez +estomaqueriez +estomaquerions +estomaquerons +estomaqueront +estomaques +estomaquez +estomaqu +estomaque +estomaques +estomaqus +estomaqurent +estomaquiez +estomaquions +estomaquons +estompa +estompai +estompaient +estompais +estompait +estompant +estompas +estompasse +estompassent +estompasses +estompassiez +estompassions +estompmes +estompt +estomptes +estompe +estompent +estomper +estompera +estomperai +estomperaient +estomperais +estomperait +estomperas +estomperez +estomperiez +estomperions +estomperons +estomperont +estompes +estompez +estomp +estompe +estompes +estomps +estomprent +estompiez +estompions +estompons +estons +estourbi +estourbie +estourbies +estourbir +estourbira +estourbirai +estourbiraient +estourbirais +estourbirait +estourbiras +estourbirent +estourbirez +estourbiriez +estourbirions +estourbirons +estourbiront +estourbis +estourbissaient +estourbissais +estourbissait +estourbissant +estourbisse +estourbissent +estourbisses +estourbissez +estourbissiez +estourbissions +estourbissons +estourbit +estourbmes +estourbt +estourbtes +estrade +estrades +estragon +estropia +estropiai +estropiaient +estropiais +estropiait +estropiant +estropias +estropiasse +estropiassent +estropiasses +estropiassiez +estropiassions +estropimes +estropit +estropites +estropie +estropient +estropier +estropiera +estropierai +estropieraient +estropierais +estropierait +estropieras +estropierez +estropieriez +estropierions +estropierons +estropieront +estropies +estropiez +estropi +estropie +estropies +estropis +estropirent +estropiiez +estropiions +estropions +estuaire +estuaires +estudiantin +estudiantine +estudiantines +estudiantins +esturgeon +esturgeons +et +etc +ethnie +ethnies +ethnique +ethniques +ethnographe +ethnographes +ethnographie +ethnographique +ethnographiques +ethnologie +ethnologique +ethnologiques +ethnologue +ethnologues +eu +eucalyptus +eucharistie +eucharisties +eucharistique +eucharistiques +euclidien +euclidienne +euclidiennes +euclidiens +eucumnique +eucumnisme +eue +eues +eugnisme +euh +eunuque +eunuques +euphmisme +euphmismes +euphonie +euphonies +euphonique +euphoniques +euphorbe +euphorbes +euphrate +eurasien +eurasienne +eurasiennee +eurasiens +eurent +europe +europen +europenne +europennes +europens +eus +eusse +eussent +eusses +eussiez +eussions +eut +euthanasie +euthanasies +eux +emes +et +etes +ex +exacerba +exacerbai +exacerbaient +exacerbais +exacerbait +exacerbant +exacerbas +exacerbasse +exacerbassent +exacerbasses +exacerbassiez +exacerbassions +exacerbation +exacerbations +exacerbmes +exacerbt +exacerbtes +exacerbe +exacerbent +exacerber +exacerbera +exacerberai +exacerberaient +exacerberais +exacerberait +exacerberas +exacerberez +exacerberiez +exacerberions +exacerberons +exacerberont +exacerbes +exacerbez +exacerb +exacerbe +exacerbes +exacerbs +exacerbrent +exacerbiez +exacerbions +exacerbons +exact +exacte +exactement +exactes +exaction +exactions +exactitude +exacts +exagra +exagrai +exagraient +exagrais +exagrait +exagrant +exagras +exagrasse +exagrassent +exagrasses +exagrassiez +exagrassions +exagration +exagrations +exagrmes +exagrt +exagrtes +exagrer +exagrera +exagrerai +exagreraient +exagrerais +exagrerait +exagreras +exagrerez +exagreriez +exagrerions +exagrerons +exagreront +exagrez +exagr +exagre +exagres +exagrs +exagrrent +exagriez +exagrions +exagrons +exagre +exagrent +exagres +exalta +exaltai +exaltaient +exaltais +exaltait +exaltant +exaltas +exaltasse +exaltassent +exaltasses +exaltassiez +exaltassions +exaltation +exaltations +exaltmes +exaltt +exalttes +exalte +exaltent +exalter +exaltera +exalterai +exalteraient +exalterais +exalterait +exalteras +exalterez +exalteriez +exalterions +exalterons +exalteront +exaltes +exaltez +exalt +exalte +exaltes +exalts +exaltrent +exaltiez +exaltions +exaltons +examen +examens +examina +examinai +examinaient +examinais +examinait +examinant +examinas +examinasse +examinassent +examinasses +examinassiez +examinassions +examinateur +examinateurs +examinatrice +examinatrices +examinmes +examint +examintes +examine +examinent +examiner +examinera +examinerai +examineraient +examinerais +examinerait +examineras +examinerez +examineriez +examinerions +examinerons +examineront +examines +examinez +examin +examine +examines +examins +examinrent +examiniez +examinions +examinons +exaspra +exasprai +exaspraient +exasprais +exasprait +exasprant +exaspras +exasprasse +exasprassent +exasprasses +exasprassiez +exasprassions +exaspration +exasprations +exasprmes +exasprt +exasprtes +exasprer +exasprera +exasprerai +exaspreraient +exasprerais +exasprerait +exaspreras +exasprerez +exaspreriez +exasprerions +exasprerons +exaspreront +exasprez +exaspr +exaspre +exaspres +exasprs +exasprrent +exaspriez +exasprions +exasprons +exaspre +exasprent +exaspres +exauce +exaucent +exaucer +exaucera +exaucerai +exauceraient +exaucerais +exaucerait +exauceras +exaucerez +exauceriez +exaucerions +exaucerons +exauceront +exauces +exaucez +exauc +exauce +exauces +exaucs +exaucrent +exauciez +exaucions +exaua +exauai +exauaient +exauais +exauait +exauant +exauas +exauasse +exauassent +exauasses +exauassiez +exauassions +exaumes +exaut +exautes +exauons +excava +excavai +excavaient +excavais +excavait +excavant +excavas +excavasse +excavassent +excavasses +excavassiez +excavassions +excavation +excavations +excavmes +excavt +excavtes +excave +excavent +excaver +excavera +excaverai +excaveraient +excaverais +excaverait +excaveras +excaverez +excaveriez +excaverions +excaverons +excaveront +excaves +excavez +excav +excave +excaves +excavs +excavrent +excaviez +excavions +excavons +excella +excellai +excellaient +excellais +excellait +excellant +excellas +excellasse +excellassent +excellasses +excellassiez +excellassions +excellmes +excellt +excelltes +excelle +excellemment +excellence +excellences +excellent +excellente +excellents +exceller +excellera +excellerai +excelleraient +excellerais +excellerait +excelleras +excellerez +excelleriez +excellerions +excellerons +excelleront +excelles +excellez +excell +excelle +excelles +excells +excellrent +excelliez +excellions +excellons +excentra +excentrai +excentraient +excentrais +excentrait +excentrant +excentras +excentrasse +excentrassent +excentrasses +excentrassiez +excentrassions +excentrmes +excentrt +excentrtes +excentre +excentrent +excentrer +excentrera +excentrerai +excentreraient +excentrerais +excentrerait +excentreras +excentrerez +excentreriez +excentrerions +excentrerons +excentreront +excentres +excentrez +excentr +excentre +excentres +excentrs +excentrrent +excentricit +excentricits +excentriez +excentrions +excentrique +excentriquement +excentriques +excentrons +excepta +exceptai +exceptaient +exceptais +exceptait +exceptant +exceptas +exceptasse +exceptassent +exceptasses +exceptassiez +exceptassions +exceptmes +exceptt +excepttes +excepte +exceptent +excepter +exceptera +excepterai +excepteraient +excepterais +excepterait +excepteras +excepterez +excepteriez +excepterions +excepterons +excepteront +exceptes +exceptez +except +excepte +exceptes +excepts +exceptrent +exceptiez +exception +exceptionnel +exceptionnelle +exceptionnellement +exceptionnelles +exceptionnels +exceptions +exceptons +excessif +excessifs +excessive +excessivement +excessives +excda +excdai +excdaient +excdais +excdait +excdant particple +excdas +excdasse +excdassent +excdasses +excdassiez +excdassions +excdmes +excdt +excdtes +excdent +excdentaire +excdents +excder +excdera +excderai +excderaient +excderais +excderait +excderas +excderez +excderiez +excderions +excderons +excderont +excdez +excd +excde +excdes +excds +excdrent +excdiez +excdions +excdons +excde +excdent +excdes +excs +excipa +excipai +excipaient +excipais +excipait +excipant +excipas +excipasse +excipassent +excipasses +excipassiez +excipassions +excipmes +excipt +exciptes +excipe +excipent +exciper +excipera +exciperai +exciperaient +exciperais +exciperait +exciperas +exciperez +exciperiez +exciperions +exciperons +exciperont +excipes +excipez +excip +excipe +excipes +excips +exciprent +excipient +excipients +excipiez +excipions +excipons +excisa +excisai +excisaient +excisais +excisait +excisant +excisas +excisasse +excisassent +excisasses +excisassiez +excisassions +excismes +excist +excistes +excise +excisent +exciser +excisera +exciserai +exciseraient +exciserais +exciserait +exciseras +exciserez +exciseriez +exciserions +exciserons +exciseront +excises +excisez +excis +excise +excises +exciss +excisrent +excisiez +excision +excisions +excisons +excita +excitabilit +excitabilits +excitable +excitables +excitai +excitaient +excitais +excitait +excitant +excitas +excitasse +excitassent +excitasses +excitassiez +excitassions +excitateur +excitateurs +excitation +excitations +excitatrice +excitatrices +excitmes +excitt +excittes +excite +excitent +exciter +excitera +exciterai +exciteraient +exciterais +exciterait +exciteras +exciterez +exciteriez +exciterions +exciterons +exciteront +excites +excitez +excit +excite +excites +excits +excitrent +excitiez +excitions +excitons +exclama +exclamai +exclamaient +exclamais +exclamait +exclamant +exclamas +exclamasse +exclamassent +exclamasses +exclamassiez +exclamassions +exclamatif +exclamatifs +exclamation +exclamations +exclamative +exclamatives +exclammes +exclamt +exclamtes +exclame +exclament +exclamer +exclamera +exclamerai +exclameraient +exclamerais +exclamerait +exclameras +exclamerez +exclameriez +exclamerions +exclamerons +exclameront +exclames +exclamez +exclam +exclame +exclames +exclams +exclamrent +exclamiez +exclamions +exclamons +exclu +excluaient +excluais +excluait +excluant +exclue +excluent +exclues +excluez +excluiez +excluions +excluons +exclura +exclurai +excluraient +exclurais +exclurait +excluras +exclure +exclurent +exclurez +excluriez +exclurions +exclurons +excluront +exclus +excluses +exclusif +exclusifs +exclusion +exclusions +exclusive +exclusivement +exclusives +exclusivisme +exclusivit +exclusivits +exclusse +exclussent +exclusses +exclussiez +exclussions +exclut +exclmes +exclt +excltes +excommunia +excommuniai +excommuniaient +excommuniais +excommuniait +excommuniant +excommunias +excommuniasse +excommuniassent +excommuniasses +excommuniassiez +excommuniassions +excommunimes +excommunit +excommunites +excommunication +excommunications +excommunie +excommunient +excommunier +excommuniera +excommunierai +excommunieraient +excommunierais +excommunierait +excommunieras +excommunierez +excommunieriez +excommunierions +excommunierons +excommunieront +excommunies +excommuniez +excommuni +excommunie +excommunies +excommunis +excommunirent +excommuniiez +excommuniions +excommunions +excoria +excoriai +excoriaient +excoriais +excoriait +excoriant +excorias +excoriasse +excoriassent +excoriasses +excoriassiez +excoriassions +excoriation +excoriations +excorimes +excorit +excorites +excorie +excorient +excorier +excoriera +excorierai +excorieraient +excorierais +excorierait +excorieras +excorierez +excorieriez +excorierions +excorierons +excorieront +excories +excoriez +excori +excorie +excories +excoris +excorirent +excoriiez +excoriions +excorions +excrment +excrmentiel +excrmentielle +excrmentielles +excrmentiels +excrments +excrta +excrtai +excrtaient +excrtais +excrtait +excrtant +excrtas +excrtasse +excrtassent +excrtasses +excrtassiez +excrtassions +excrtmes +excrtt +excrttes +excrter +excrtera +excrterai +excrteraient +excrterais +excrterait +excrteras +excrterez +excrteriez +excrterions +excrterons +excrteront +excrteur +excrteurs +excrtez +excrt +excrte +excrtes +excrts +excrtrent +excrtiez +excrtion +excrtions +excrtoire +excrtoires +excrtons +excrtrice +excrtrices +excrte +excrtent +excrtes +excroissance +excroissances +excursion +excursionniste +excursionnistes +excursions +excusa +excusable +excusables +excusai +excusaient +excusais +excusait +excusant +excusas +excusasse +excusassent +excusasses +excusassiez +excusassions +excusmes +excust +excustes +excuse +excusent +excuser +excusera +excuserai +excuseraient +excuserais +excuserait +excuseras +excuserez +excuseriez +excuserions +excuserons +excuseront +excuses +excusez +excus +excuse +excuses +excuss +excusrent +excusiez +excusions +excusons +exemplaire +exemplairement +exemplaires +exemple +exemples +exempt +exempta +exemptai +exemptaient +exemptais +exemptait +exemptant +exemptas +exemptasse +exemptassent +exemptasses +exemptassiez +exemptassions +exemptmes +exemptt +exempttes +exempte +exemptent +exempter +exemptera +exempterai +exempteraient +exempterais +exempterait +exempteras +exempterez +exempteriez +exempterions +exempterons +exempteront +exemptes +exemptez +exempt +exempte +exemptes +exempts +exemptrent +exemptiez +exemption +exemptions +exemptons +exempts +exerce +exercent +exercer +exercera +exercerai +exerceraient +exercerais +exercerait +exerceras +exercerez +exerceriez +exercerions +exercerons +exerceront +exerces +exercez +exerc +exerce +exerces +exercs +exercrent +exercice +exercices +exerciez +exercions +exera +exerai +exeraient +exerais +exerait +exerant +exeras +exerasse +exerassent +exerasses +exerassiez +exerassions +exermes +exert +exertes +exerons +exergue +exergues +excra +excrable +excrables +excrai +excraient +excrais +excrait +excrant +excras +excrasse +excrassent +excrasses +excrassiez +excrassions +excration +excrations +excrmes +excrt +excrtes +excrer +excrera +excrerai +excreraient +excrerais +excrerait +excreras +excrerez +excreriez +excrerions +excrerons +excreront +excrez +excr +excre +excres +excrs +excrrent +excriez +excrions +excrons +excuta +excutable +excutables +excutai +excutaient +excutais +excutait +excutant +excutante +excutantes +excutants +excutas +excutasse +excutassent +excutasses +excutassiez +excutassions +excutmes +excutt +excuttes +excute +excutent +excuter +excutera +excuterai +excuteraient +excuterais +excuterait +excuteras +excuterez +excuteriez +excuterions +excuterons +excuteront +excutes +excuteur +excuteurs +excutez +excut +excute +excutes +excuts +excutrent +excutiez +excutif +excutifs +excution +excutions +excutive +excutives +excutons +excutrice +excutrices +exgse +exgses +exgte +exgtes +excre +excrent +excres +exfolia +exfoliai +exfoliaient +exfoliais +exfoliait +exfoliant +exfolias +exfoliasse +exfoliassent +exfoliasses +exfoliassiez +exfoliassions +exfoliation +exfoliations +exfolimes +exfolit +exfolites +exfolie +exfolient +exfolier +exfoliera +exfolierai +exfolieraient +exfolierais +exfolierait +exfolieras +exfolierez +exfolieriez +exfolierions +exfolierons +exfolieront +exfolies +exfoliez +exfoli +exfolie +exfolies +exfolis +exfolirent +exfoliiez +exfoliions +exfolions +exhala +exhalai +exhalaient +exhalais +exhalaison +exhalaisons +exhalait +exhalant +exhalas +exhalasse +exhalassent +exhalasses +exhalassiez +exhalassions +exhalation +exhalations +exhalmes +exhalt +exhaltes +exhale +exhalent +exhaler +exhalera +exhalerai +exhaleraient +exhalerais +exhalerait +exhaleras +exhalerez +exhaleriez +exhalerions +exhalerons +exhaleront +exhales +exhalez +exhal +exhale +exhales +exhals +exhalrent +exhaliez +exhalions +exhalons +exhaussa +exhaussai +exhaussaient +exhaussais +exhaussait +exhaussant +exhaussas +exhaussasse +exhaussassent +exhaussasses +exhaussassiez +exhaussassions +exhaussmes +exhausst +exhausstes +exhausse +exhaussement +exhaussements +exhaussent +exhausser +exhaussera +exhausserai +exhausseraient +exhausserais +exhausserait +exhausseras +exhausserez +exhausseriez +exhausserions +exhausserons +exhausseront +exhausses +exhaussez +exhauss +exhausse +exhausses +exhausss +exhaussrent +exhaussiez +exhaussions +exhaussons +exhaustif +exhaustifs +exhaustive +exhaustives +exhiba +exhibai +exhibaient +exhibais +exhibait +exhibant +exhibas +exhibasse +exhibassent +exhibasses +exhibassiez +exhibassions +exhibmes +exhibt +exhibtes +exhibe +exhibent +exhiber +exhibera +exhiberai +exhiberaient +exhiberais +exhiberait +exhiberas +exhiberez +exhiberiez +exhiberions +exhiberons +exhiberont +exhibes +exhibez +exhib +exhibe +exhibes +exhibs +exhibrent +exhibiez +exhibions +exhibition +exhibitions +exhibons +exhorta +exhortai +exhortaient +exhortais +exhortait +exhortant +exhortas +exhortasse +exhortassent +exhortasses +exhortassiez +exhortassions +exhortation +exhortations +exhortmes +exhortt +exhorttes +exhorte +exhortent +exhorter +exhortera +exhorterai +exhorteraient +exhorterais +exhorterait +exhorteras +exhorterez +exhorteriez +exhorterions +exhorterons +exhorteront +exhortes +exhortez +exhort +exhorte +exhortes +exhorts +exhortrent +exhortiez +exhortions +exhortons +exhuma +exhumai +exhumaient +exhumais +exhumait +exhumant +exhumas +exhumasse +exhumassent +exhumasses +exhumassiez +exhumassions +exhumation +exhumations +exhummes +exhumt +exhumtes +exhume +exhument +exhumer +exhumera +exhumerai +exhumeraient +exhumerais +exhumerait +exhumeras +exhumerez +exhumeriez +exhumerions +exhumerons +exhumeront +exhumes +exhumez +exhum +exhume +exhumes +exhums +exhumrent +exhumiez +exhumions +exhumons +exige +exigea +exigeai +exigeaient +exigeais +exigeait +exigeant +exigeante +exigeantes +exigeants +exigeas +exigeasse +exigeassent +exigeasses +exigeassiez +exigeassions +exigemes +exiget +exigetes +exigence +exigences +exigent +exigeons +exiger +exigera +exigerai +exigeraient +exigerais +exigerait +exigeras +exigerez +exigeriez +exigerions +exigerons +exigeront +exiges +exigez +exig +exige +exiges +exigs +exigrent +exigibilit +exigibilits +exigible +exigibles +exigiez +exigions +exigu +exigu +exigus +exigut +exiguts +exigus +exil +exila +exilai +exilaient +exilais +exilait +exilant +exilas +exilasse +exilassent +exilasses +exilassiez +exilassions +exilmes +exilt +exiltes +exile +exilent +exiler +exilera +exilerai +exileraient +exilerais +exilerait +exileras +exilerez +exileriez +exilerions +exilerons +exileront +exiles +exilez +exil +exile +exiles +exils +exilrent +exiliez +exilions +exilons +exils +exista +existai +existaient +existais +existait +existant +existante +existantes +existants +existas +existasse +existassent +existasses +existassiez +existassions +existmes +existt +existtes +existe +existence +existences +existent +existentialisme +existentialiste +existentialistes +existentiel +existentielle +existentielles +existentiels +exister +existera +existerai +existeraient +existerais +existerait +existeras +existerez +existeriez +existerions +existerons +existeront +existes +existez +exist +existe +existes +exists +existrent +existiez +existions +existons +exit +exits +exode +exodes +exogamie +exogamies +exogamique +exogamiques +exonra +exonrai +exonraient +exonrais +exonrait +exonrant +exonras +exonrasse +exonrassent +exonrasses +exonrassiez +exonrassions +exonration +exonrations +exonrmes +exonrt +exonrtes +exonrer +exonrera +exonrerai +exonreraient +exonrerais +exonrerait +exonreras +exonrerez +exonreriez +exonrerions +exonrerons +exonreront +exonrez +exonr +exonre +exonres +exonrs +exonrrent +exonriez +exonrions +exonrons +exonre +exonrent +exonres +exorbitant +exorbitante +exorbitantes +exorbitants +exorcisa +exorcisai +exorcisaient +exorcisais +exorcisait +exorcisant +exorcisas +exorcisasse +exorcisassent +exorcisasses +exorcisassiez +exorcisassions +exorcismes +exorcist +exorcistes +exorcise +exorcisent +exorciser +exorcisera +exorciserai +exorciseraient +exorciserais +exorciserait +exorciseras +exorciserez +exorciseriez +exorciserions +exorciserons +exorciseront +exorcises +exorciseur +exorciseurs +exorcisez +exorcis +exorcise +exorcises +exorciss +exorcisrent +exorcisiez +exorcisions +exorcisme +exorcismes +exorcisons +exorde +exordes +exotique +exotiques +exotisme +expansible +expansibles +expansif +expansifs +expansion +expansionnisme +expansionniste +expansionnistes +expansions +expansive +expansives +expatria +expatriai +expatriaient +expatriais +expatriait +expatriant +expatrias +expatriasse +expatriassent +expatriasses +expatriassiez +expatriassions +expatriation +expatriations +expatrimes +expatrit +expatrites +expatrie +expatrient +expatrier +expatriera +expatrierai +expatrieraient +expatrierais +expatrierait +expatrieras +expatrierez +expatrieriez +expatrierions +expatrierons +expatrieront +expatries +expatriez +expatri +expatrie +expatries +expatris +expatrirent +expatriiez +expatriions +expatrions +expectative +expectatives +expectora +expectorai +expectoraient +expectorais +expectorait +expectorant +expectorante +expectorantes +expectorants +expectoras +expectorasse +expectorassent +expectorasses +expectorassiez +expectorassions +expectoration +expectorations +expectormes +expectort +expectortes +expectore +expectorent +expectorer +expectorera +expectorerai +expectoreraient +expectorerais +expectorerait +expectoreras +expectorerez +expectoreriez +expectorerions +expectorerons +expectoreront +expectores +expectorez +expector +expectore +expectores +expectors +expectorrent +expectoriez +expectorions +expectorons +expert +experte +expertes +expertisa +expertisai +expertisaient +expertisais +expertisait +expertisant +expertisas +expertisasse +expertisassent +expertisasses +expertisassiez +expertisassions +expertismes +expertist +expertistes +expertise +expertisent +expertiser +expertisera +expertiserai +expertiseraient +expertiserais +expertiserait +expertiseras +expertiserez +expertiseriez +expertiserions +expertiserons +expertiseront +expertises +expertisez +expertis +expertise +expertises +expertiss +expertisrent +expertisiez +expertisions +expertisons +experts +expdia +expdiai +expdiaient +expdiais +expdiait +expdiant particple +expdias +expdiasse +expdiassent +expdiasses +expdiassiez +expdiassions +expdimes +expdit +expdites +expdie +expdient +expdients +expdier +expdiera +expdierai +expdieraient +expdierais +expdierait +expdieras +expdierez +expdieriez +expdierions +expdierons +expdieront +expdies +expdiez +expdi +expdie +expdies +expdis +expdirent +expdiiez +expdiions +expdions +expditeur +expditeurs +expditif +expditifs +expdition +expditionnaire +expditionnaires +expditions +expditive +expditivement +expditives +expditrice +expditrices +exprience +expriences +exprimenta +exprimentai +exprimentaient +exprimentais +exprimentait +exprimental +exprimentale +exprimentalement +exprimentales +exprimentant +exprimentas +exprimentasse +exprimentassent +exprimentasses +exprimentassiez +exprimentassions +exprimentateur +exprimentateurs +exprimentation +exprimentations +exprimentatrice +exprimentatrices +exprimentaux +exprimentmes +exprimentt +exprimenttes +exprimente +exprimentent +exprimenter +exprimentera +exprimenterai +exprimenteraient +exprimenterais +exprimenterait +exprimenteras +exprimenterez +exprimenteriez +exprimenterions +exprimenterons +exprimenteront +exprimentes +exprimentez +expriment +exprimente +exprimentes +expriments +exprimentrent +exprimentiez +exprimentions +exprimentons +expia +expiai +expiaient +expiais +expiait +expiant +expias +expiasse +expiassent +expiasses +expiassiez +expiassions +expiation +expiations +expiatoire +expiatoires +expimes +expit +expites +expie +expient +expier +expiera +expierai +expieraient +expierais +expierait +expieras +expierez +expieriez +expierions +expierons +expieront +expies +expiez +expi +expie +expies +expis +expirent +expiiez +expiions +expions +expira +expirai +expiraient +expirais +expirait +expirant +expiras +expirasse +expirassent +expirasses +expirassiez +expirassions +expiration +expirations +expirmes +expirt +expirtes +expire +expirent +expirer +expirera +expirerai +expireraient +expirerais +expirerait +expireras +expirerez +expireriez +expirerions +expirerons +expireront +expires +expirez +expir +expire +expires +expirs +expirrent +expiriez +expirions +expirons +expltif +expltifs +expltive +expltivement +expltives +explicable +explicables +explicant +explicatif +explicatifs +explication +explications +explicative +explicatives +explicite +explicitement +explicites +expliqua +expliquai +expliquaient +expliquais +expliquait +expliquant +expliquas +expliquasse +expliquassent +expliquasses +expliquassiez +expliquassions +expliqumes +expliqut +expliqutes +explique +expliquent +expliquer +expliquera +expliquerai +expliqueraient +expliquerais +expliquerait +expliqueras +expliquerez +expliqueriez +expliquerions +expliquerons +expliqueront +expliques +expliquez +expliqu +explique +expliques +expliqus +expliqurent +expliquiez +expliquions +expliquons +exploit +exploita +exploitable +exploitables +exploitai +exploitaient +exploitais +exploitait +exploitant +exploitants +exploitas +exploitasse +exploitassent +exploitasses +exploitassiez +exploitassions +exploitation +exploitations +exploitmes +exploitt +exploittes +exploite +exploitent +exploiter +exploitera +exploiterai +exploiteraient +exploiterais +exploiterait +exploiteras +exploiterez +exploiteriez +exploiterions +exploiterons +exploiteront +exploites +exploiteur +exploiteurs +exploiteuse +exploiteuses +exploitez +exploit +exploite +exploites +exploits +exploitrent +exploitiez +exploitions +exploitons +exploits +explora +explorai +exploraient +explorais +explorait +explorant +exploras +explorasse +explorassent +explorasses +explorassiez +explorassions +explorateur +explorateurs +exploration +explorations +exploratrice +exploratrices +explormes +explort +explortes +explore +explorent +explorer +explorera +explorerai +exploreraient +explorerais +explorerait +exploreras +explorerez +exploreriez +explorerions +explorerons +exploreront +explores +explorez +explor +explore +explores +explors +explorrent +exploriez +explorions +explorons +explosa +explosai +explosaient +explosais +explosait +explosant +explosas +explosasse +explosassent +explosasses +explosassiez +explosassions +explosmes +explost +explostes +explose +explosent +exploser +explosera +exploserai +exploseraient +exploserais +exploserait +exploseras +exploserez +exploseriez +exploserions +exploserons +exploseront +exploses +explosez +explos +explose +exploses +exploss +explosrent +explosible +explosibles +explosiez +explosif +explosifs +explosion +explosions +explosive +explosives +explosons +export +exporta +exportable +exportai +exportaient +exportais +exportait +exportant +exportas +exportasse +exportassent +exportasses +exportassiez +exportassions +exportateur +exportateurs +exportation +exportations +exportatrice +exportatrices +exportmes +exportt +exporttes +exporte +exportent +exporter +exportera +exporterai +exporteraient +exporterais +exporterait +exporteras +exporterez +exporteriez +exporterions +exporterons +exporteront +exportes +exportez +export +exporte +exportes +exports +exportrent +exportiez +exportions +exportons +exposa +exposai +exposaient +exposais +exposait +exposant +exposante +exposantes +exposants +exposas +exposasse +exposassent +exposasses +exposassiez +exposassions +exposmes +expost +expostes +expose +exposent +exposer +exposera +exposerai +exposeraient +exposerais +exposerait +exposeras +exposerez +exposeriez +exposerions +exposerons +exposeront +exposes +exposez +expos +expose +exposes +exposs +exposrent +exposiez +exposions +exposition +expositions +exposons +express +expresse +expresses +expressment +expressif +expressifs +expression +expressionnisme +expressionniste +expressionnistes +expressions +expressive +expressivement +expressives +exprs +exprima +exprimai +exprimaient +exprimais +exprimait +exprimant +exprimas +exprimasse +exprimassent +exprimasses +exprimassiez +exprimassions +exprimmes +exprimt +exprimtes +exprime +expriment +exprimer +exprimera +exprimerai +exprimeraient +exprimerais +exprimerait +exprimeras +exprimerez +exprimeriez +exprimerions +exprimerons +exprimeront +exprimes +exprimez +exprim +exprime +exprimes +exprims +exprimrent +exprimiez +exprimions +exprimons +expropria +expropriai +expropriaient +expropriais +expropriait +expropriant +exproprias +expropriasse +expropriassent +expropriasses +expropriassiez +expropriassions +expropriation +expropriations +exproprimes +exproprit +exproprites +exproprie +exproprient +exproprier +expropriera +exproprierai +exproprieraient +exproprierais +exproprierait +exproprieras +exproprierez +exproprieriez +exproprierions +exproprierons +exproprieront +expropries +expropriez +expropri +exproprie +expropries +expropris +exproprirent +expropriiez +expropriions +exproprions +expulsa +expulsai +expulsaient +expulsais +expulsait +expulsant +expulsas +expulsasse +expulsassent +expulsasses +expulsassiez +expulsassions +expulsmes +expulst +expulstes +expulse +expulsent +expulser +expulsera +expulserai +expulseraient +expulserais +expulserait +expulseras +expulserez +expulseriez +expulserions +expulserons +expulseront +expulses +expulsez +expuls +expulse +expulses +expulss +expulsrent +expulsiez +expulsion +expulsions +expulsons +expurge +expurgea +expurgeai +expurgeaient +expurgeais +expurgeait +expurgeant +expurgeas +expurgeasse +expurgeassent +expurgeasses +expurgeassiez +expurgeassions +expurgemes +expurget +expurgetes +expurgent +expurgeons +expurger +expurgera +expurgerai +expurgeraient +expurgerais +expurgerait +expurgeras +expurgerez +expurgeriez +expurgerions +expurgerons +expurgeront +expurges +expurgez +expurg +expurge +expurges +expurgs +expurgrent +expurgiez +expurgions +exquis +exquise +exquises +exsangue +exsangues +extase +extases +extasia +extasiai +extasiaient +extasiais +extasiait +extasiant +extasias +extasiasse +extasiassent +extasiasses +extasiassiez +extasiassions +extasimes +extasit +extasites +extasie +extasient +extasier +extasiera +extasierai +extasieraient +extasierais +extasierait +extasieras +extasierez +extasieriez +extasierions +extasierons +extasieront +extasies +extasiez +extasi +extasie +extasies +extasis +extasirent +extasiiez +extasiions +extasions +extatique +extatiquement +extatiques +extenseur +extenseurs +extensibilit +extensibilits +extensible +extensibles +extensif +extensifs +extension +extensions +extensive +extensivement +extensives +extenso +exterioris +extermina +exterminai +exterminaient +exterminais +exterminait +exterminant +exterminas +exterminasse +exterminassent +exterminasses +exterminassiez +exterminassions +exterminateur +exterminateurs +extermination +exterminations +exterminatrice +exterminatrices +exterminmes +extermint +extermintes +extermine +exterminent +exterminer +exterminera +exterminerai +extermineraient +exterminerais +exterminerait +extermineras +exterminerez +extermineriez +exterminerions +exterminerons +extermineront +extermines +exterminez +extermin +extermine +extermines +extermins +exterminrent +exterminiez +exterminions +exterminons +externat +externats +externe +externes +exterritorialit +exterritorialits +extnua +extnuai +extnuaient +extnuais +extnuait +extnuant +extnuante +extnuantes +extnuants +extnuas +extnuasse +extnuassent +extnuasses +extnuassiez +extnuassions +extnumes +extnut +extnutes +extnue +extnuent +extnuer +extnuera +extnuerai +extnueraient +extnuerais +extnuerait +extnueras +extnuerez +extnueriez +extnuerions +extnuerons +extnueront +extnues +extnuez +extnu +extnue +extnues +extnus +extnurent +extnuiez +extnuions +extnuons +extrieur +extrieure +extrieurement +extrieures +extrieurs +extriorisa +extriorisai +extriorisaient +extriorisais +extriorisait +extriorisant +extriorisas +extriorisasse +extriorisassent +extriorisasses +extriorisassiez +extriorisassions +extriorisation +extriorisations +extriorismes +extriorist +extrioristes +extriorise +extriorisent +extrioriser +extriorisera +extrioriserai +extrioriseraient +extrioriserais +extrioriserait +extrioriseras +extrioriserez +extrioriseriez +extrioriserions +extrioriserons +extrioriseront +extriorises +extriorisez +extrioris +extriorise +extriorises +extrioriss +extriorisrent +extriorisiez +extriorisions +extriorisons +extincteur +extincteurs +extinction +extinctions +extinctrice +extinctrices +extirpa +extirpai +extirpaient +extirpais +extirpait +extirpant +extirpas +extirpasse +extirpassent +extirpasses +extirpassiez +extirpassions +extirpation +extirpations +extirpmes +extirpt +extirptes +extirpe +extirpent +extirper +extirpera +extirperai +extirperaient +extirperais +extirperait +extirperas +extirperez +extirperiez +extirperions +extirperons +extirperont +extirpes +extirpez +extirp +extirpe +extirpes +extirps +extirprent +extirpiez +extirpions +extirpons +extorqua +extorquai +extorquaient +extorquais +extorquait +extorquant +extorquas +extorquasse +extorquassent +extorquasses +extorquassiez +extorquassions +extorqumes +extorqut +extorqutes +extorque +extorquent +extorquer +extorquera +extorquerai +extorqueraient +extorquerais +extorquerait +extorqueras +extorquerez +extorqueriez +extorquerions +extorquerons +extorqueront +extorques +extorquez +extorqu +extorque +extorques +extorqus +extorqurent +extorquiez +extorquions +extorquons +extorsion +extorsions +extra +extraction +extractions +extrada +extradai +extradaient +extradais +extradait +extradant +extradas +extradasse +extradassent +extradasses +extradassiez +extradassions +extradmes +extradt +extradtes +extrade +extradent +extrader +extradera +extraderai +extraderaient +extraderais +extraderait +extraderas +extraderez +extraderiez +extraderions +extraderons +extraderont +extrades +extradez +extrad +extrade +extrades +extrads +extradrent +extradiez +extradion +extradions +extradons +extrados +extraie +extraient +extraies +extraira +extrairai +extrairaient +extrairais +extrairait +extraire +extrairez +extrairiez +extrairions +extrairons +extrairont +extrais +extrait +extraite +extraites +extraits +extralucide +extralucides +extraordinaire +extraordinairement +extraordinaires +extrapola +extrapolai +extrapolaient +extrapolais +extrapolait +extrapolant +extrapolas +extrapolasse +extrapolassent +extrapolasses +extrapolassiez +extrapolassions +extrapolation +extrapolations +extrapolmes +extrapolt +extrapoltes +extrapole +extrapolent +extrapoler +extrapolera +extrapolerai +extrapoleraient +extrapolerais +extrapolerait +extrapoleras +extrapolerez +extrapoleriez +extrapolerions +extrapolerons +extrapoleront +extrapoles +extrapolez +extrapol +extrapole +extrapoles +extrapols +extrapolrent +extrapoliez +extrapolions +extrapolons +extravagance +extravagances +extravagant +extravagante +extravagantes +extravagants +extrayais +extrayait +extrayant +extrayez +extrayiez +extrayions +extrayons +extremis +extrmisme +extrmiste +extrmistes +extrmit +extrmits +extrme +extrmement +extrmes +extrmisme +extrmiste +extrmistes +extrmit +extrmits +exubrance +exubrances +exubrant +exubrante +exubrantes +exubrants +exulta +exultai +exultaient +exultais +exultait +exultant +exultas +exultasse +exultassent +exultasses +exultassiez +exultassions +exultation +exultations +exultmes +exultt +exulttes +exulte +exultent +exulter +exultera +exulterai +exulteraient +exulterais +exulterait +exulteras +exulterez +exulteriez +exulterions +exulterons +exulteront +exultes +exultez +exult +exulte +exultes +exults +exultrent +exultiez +exultions +exultons +exutoire +exutoires +f +fa +fable +fables +fabliau +fabliaux +fabricant +fabricants +fabrication +fabrications +fabriqua +fabriquai +fabriquaient +fabriquais +fabriquait +fabriquant +fabriquas +fabriquasse +fabriquassent +fabriquasses +fabriquassiez +fabriquassions +fabriqumes +fabriqut +fabriqutes +fabrique +fabriquent +fabriquer +fabriquera +fabriquerai +fabriqueraient +fabriquerais +fabriquerait +fabriqueras +fabriquerez +fabriqueriez +fabriquerions +fabriquerons +fabriqueront +fabriques +fabriquez +fabriqu +fabrique +fabriques +fabriqus +fabriqurent +fabriquiez +fabriquions +fabriquons +fabula +fabulai +fabulaient +fabulais +fabulait +fabulant +fabulas +fabulasse +fabulassent +fabulasses +fabulassiez +fabulassions +fabulation +fabulations +fabulmes +fabult +fabultes +fabule +fabulent +fabuler +fabulera +fabulerai +fabuleraient +fabulerais +fabulerait +fabuleras +fabulerez +fabuleriez +fabulerions +fabulerons +fabuleront +fabules +fabuleuse +fabuleusement +fabuleuses +fabuleux +fabulez +fabul +fabule +fabules +fabuls +fabulrent +fabuliez +fabulions +fabuliste +fabulistes +fabulons +face +faces +facette +facettes +factie +facties +factieuse +factieusement +factieuses +factieux +facial +faciale +faciales +faciaux +facis +facile +facilement +faciles +facilita +facilitai +facilitaient +facilitais +facilitait +facilitant +facilitas +facilitasse +facilitassent +facilitasses +facilitassiez +facilitassions +facilitmes +facilitt +facilittes +facilite +facilitent +faciliter +facilitera +faciliterai +faciliteraient +faciliterais +faciliterait +faciliteras +faciliterez +faciliteriez +faciliterions +faciliterons +faciliteront +facilites +facilitez +facilit +facilite +facilites +facilits +facilitrent +facilitiez +facilitions +facilitons +faconde +facondes +facsimil +facsimils +facteur +facteurs +factice +factices +factieuse +factieuses +factieux +faction +factionnaire +factionnaires +factions +facto +factotum +factotums +factura +facturai +facturaient +facturais +facturait +facturant +facturas +facturasse +facturassent +facturasses +facturassiez +facturassions +facturation +facturmes +facturt +facturtes +facture +facturent +facturer +facturera +facturerai +factureraient +facturerais +facturerait +factureras +facturerez +factureriez +facturerions +facturerons +factureront +factures +facturez +factur +facture +factures +facturs +facturrent +facturiez +facturions +facturons +facultatif +facultatifs +facultative +facultativement +facultatives +facult +facults +faade +faades +faon +faonna +faonnage +faonnages +faonnai +faonnaient +faonnais +faonnait +faonnant +faonnas +faonnasse +faonnassent +faonnasses +faonnassiez +faonnassions +faonnmes +faonnt +faonntes +faonne +faonnent +faonner +faonnera +faonnerai +faonneraient +faonnerais +faonnerait +faonneras +faonnerez +faonneriez +faonnerions +faonnerons +faonneront +faonnes +faonnez +faonn +faonne +faonnes +faonns +faonnrent +faonnier +faonniers +faonniez +faonnire +faonnires +faonnions +faonnons +faons +fadaise +fadaises +fadasse +fadasses +fade +fades +fadeur +fadeurs +fading +fadings +fagot +fagota +fagotai +fagotaient +fagotais +fagotait +fagotant +fagotas +fagotasse +fagotassent +fagotasses +fagotassiez +fagotassions +fagotmes +fagott +fagottes +fagote +fagotent +fagoter +fagotera +fagoterai +fagoteraient +fagoterais +fagoterait +fagoteras +fagoterez +fagoteriez +fagoterions +fagoterons +fagoteront +fagotes +fagotez +fagot +fagote +fagotes +fagots +fagotrent +fagotiez +fagotions +fagotons +fagots +faiblard +faiblarde +faiblardes +faiblards +faible +faiblement +faibles +faiblesse +faiblesses +faibli +faiblie +faiblies +faiblir +faiblira +faiblirai +faibliraient +faiblirais +faiblirait +faibliras +faiblirent +faiblirez +faibliriez +faiblirions +faiblirons +faibliront +faiblis +faiblissaient +faiblissais +faiblissait +faiblissant +faiblisse +faiblissent +faiblisses +faiblissez +faiblissiez +faiblissions +faiblissons +faiblit +faiblmes +faiblt +faibltes +faille +failles +failli +faillible +faillibles +faillie +faillies +faillir +faillira +faillirai +failliraient +faillirais +faillirait +failliras +faillirent +faillirez +failliriez +faillirions +faillirons +failliront +faillis +faillit +faillite +faillites +faillmes +failltes +faim +faims +faine +faines +fainant +fainanta +fainantai +fainantaient +fainantais +fainantait +fainantant +fainantas +fainantasse +fainantassent +fainantasses +fainantassiez +fainantassions +fainantmes +fainantt +fainanttes +fainante +fainantent +fainanter +fainantera +fainanterai +fainanteraient +fainanterais +fainanterait +fainanteras +fainanterez +fainanteriez +fainanterions +fainanterons +fainanteront +fainantes +fainantez +fainant +fainante +fainantes +fainants +fainantrent +fainantiez +fainantions +fainantise +fainantises +fainantons +fainants +faire +fais +faisable +faisables +faisaient +faisais +faisait +faisan +faisanda +faisandai +faisandaient +faisandais +faisandait +faisandant +faisandas +faisandasse +faisandassent +faisandasses +faisandassiez +faisandassions +faisandmes +faisandt +faisandtes +faisande +faisandent +faisander +faisandera +faisanderai +faisanderaient +faisanderais +faisanderait +faisanderas +faisanderez +faisanderiez +faisanderions +faisanderons +faisanderont +faisandes +faisandez +faisand +faisande +faisandes +faisands +faisandrent +faisandiez +faisandions +faisandons +faisane +faisanes +faisans +faisant +faisceau +faisceaux +faiseur +faiseurs +faiseuse +faiseuses +faisez +faisiez +faisions +faisons +fait +faite +faites +faits +faix +faence +faencerie +faences +fatage +fatages +fate +fates +fakir +fakirs +falaise +falaises +fallacieuse +fallacieusement +fallacieuses +fallacieux +fallait +falloir +fallu +fallue +fallues +fallus +fallut +fallt +falot +falote +falotes +falots +falsifia +falsifiai +falsifiaient +falsifiais +falsifiait +falsifiant +falsifias +falsifiasse +falsifiassent +falsifiasses +falsifiassiez +falsifiassions +falsifimes +falsifit +falsifites +falsificateur +falsificateurs +falsification +falsifications +falsificatrice +falsificatrices +falsifie +falsifient +falsifier +falsifiera +falsifierai +falsifieraient +falsifierais +falsifierait +falsifieras +falsifierez +falsifieriez +falsifierions +falsifierons +falsifieront +falsifies +falsifiez +falsifi +falsifie +falsifies +falsifis +falsifirent +falsifiiez +falsifiions +falsifions +fameuse +fameusement +fameuses +fameux +fam +fame +fames +famlique +famliques +fams +familial +familiale +familiales +familiarisa +familiarisai +familiarisaient +familiarisais +familiarisait +familiarisant +familiarisas +familiarisasse +familiarisassent +familiarisasses +familiarisassiez +familiarisassions +familiarismes +familiarist +familiaristes +familiarise +familiarisent +familiariser +familiarisera +familiariserai +familiariseraient +familiariserais +familiariserait +familiariseras +familiariserez +familiariseriez +familiariserions +familiariserons +familiariseront +familiarises +familiarisez +familiaris +familiarise +familiarises +familiariss +familiarisrent +familiarisiez +familiarisions +familiarisons +familiarit +familiarits +familiaux +familier +familiers +familire +familires +famille +familles +famine +famines +fana +fanai +fanaient +fanais +fanait +fanal +fanals +fanant +fanas +fanasse +fanassent +fanasses +fanassiez +fanassions +fanatique +fanatiquement +fanatiques +fanatisa +fanatisai +fanatisaient +fanatisais +fanatisait +fanatisant +fanatisas +fanatisasse +fanatisassent +fanatisasses +fanatisassiez +fanatisassions +fanatismes +fanatist +fanatistes +fanatise +fanatisent +fanatiser +fanatisera +fanatiserai +fanatiseraient +fanatiserais +fanatiserait +fanatiseras +fanatiserez +fanatiseriez +fanatiserions +fanatiserons +fanatiseront +fanatises +fanatisez +fanatis +fanatise +fanatises +fanatiss +fanatisrent +fanatisiez +fanatisions +fanatisme +fanatisons +fanmes +fant +fantes +fane +fanent +faner +fanera +fanerai +faneraient +fanerais +fanerait +faneras +fanerez +faneriez +fanerions +fanerons +faneront +fanes +faneur +faneurs +faneuse +faneuses +fanez +fan +fane +fanes +fans +fanrent +fanfare +fanfares +fanfaron +fanfaronnade +fanfaronnades +fanfaronne +fanfaronnes +fanfarons +fanfreluche +fanfreluches +fange +fangeuse +fangeuses +fangeux +faniez +fanion +fanions +fanon +fanons +fantaisie +fantaisies +fantaisiste +fantaisistes +fantasmagorie +fantasmagories +fantasmagorique +fantasmagoriques +fantasmatique +fantasmatiques +fantasme +fantasmes +fantasque +fantasques +fantassin +fantassins +fantastique +fantastiquement +fantastiques +fantouche +fantouches +fantme +fantmes +faon +faons +farad +farads +faramineuse +faramineuses +faramineux +farandole +farandoles +faraud +faraude +faraudes +farauds +farce +farces +farceur +farceurs +farceuse +farceuses +farci +farcie +farcies +farcir +farcira +farcirai +farciraient +farcirais +farcirait +farciras +farcirent +farcirez +farciriez +farcirions +farcirons +farciront +farcis +farcissaient +farcissais +farcissait +farcissant +farcisse +farcissent +farcisses +farcissiez +farcissions +farcissons +farcit +farcmes +farct +farctes +fard +farda +fardai +fardaient +fardais +fardait +fardant +fardas +fardasse +fardassent +fardasses +fardassiez +fardassions +fardmes +fardt +fardtes +farde +fardeau +fardeaux +fardent +farder +fardera +farderai +farderaient +farderais +farderait +farderas +farderez +farderiez +farderions +farderons +farderont +fardes +fardez +fard +farde +fardes +fards +fardrent +fardiez +fardions +fardons +fards +farfadet +farfadets +farfelu +farfelue +farfelues +farfelus +farfouilla +farfouillai +farfouillaient +farfouillais +farfouillait +farfouillant +farfouillas +farfouillasse +farfouillassent +farfouillasses +farfouillassiez +farfouillassions +farfouillmes +farfouillt +farfouilltes +farfouille +farfouillent +farfouiller +farfouillera +farfouillerai +farfouilleraient +farfouillerais +farfouillerait +farfouilleras +farfouillerez +farfouilleriez +farfouillerions +farfouillerons +farfouilleront +farfouilles +farfouillez +farfouill +farfouille +farfouilles +farfouills +farfouillrent +farfouilliez +farfouillions +farfouillons +faribole +fariboles +farine +farines +farineuse +farineuses +farineux +farouche +farouchement +farouches +fart +farts +fascicule +fascicules +fascina +fascinai +fascinaient +fascinais +fascinait +fascinant +fascinante +fascinantes +fascinants +fascinas +fascinasse +fascinassent +fascinasses +fascinassiez +fascinassions +fascinateur +fascinateurs +fascination +fascinations +fascinatrice +fascinatrices +fascinmes +fascint +fascintes +fascine +fascinent +fasciner +fascinera +fascinerai +fascineraient +fascinerais +fascinerait +fascineras +fascinerez +fascineriez +fascinerions +fascinerons +fascineront +fascines +fascinez +fascin +fascine +fascines +fascins +fascinrent +fasciniez +fascinions +fascinons +fascisme +fasciste +fascistes +fasse +fassent +fasses +fassiez +fassions +faste +fastes +fastidieuse +fastidieusement +fastidieuses +fastidieux +fastueuse +fastueusement +fastueuses +fastueux +fat +fatal +fatale +fatalement +fatales +fatalisme +fataliste +fatalistes +fatalit +fatalits +fatals +fate +fates +fatidique +fatidiques +fatigant +fatigante +fatigantes +fatigants +fatigua +fatiguai +fatiguaient +fatiguais +fatiguait +fatiguant +fatiguas +fatiguasse +fatiguassent +fatiguasses +fatiguassiez +fatiguassions +fatigumes +fatigut +fatigutes +fatigue +fatiguent +fatiguer +fatiguera +fatiguerai +fatigueraient +fatiguerais +fatiguerait +fatigueras +fatiguerez +fatigueriez +fatiguerions +fatiguerons +fatigueront +fatigues +fatiguez +fatigu +fatigue +fatigues +fatigus +fatigurent +fatiguiez +fatiguions +fatiguons +fatras +fats +fatuit +fatuits +faubourg +faubourgs +faubourien +faubourienne +faubouriennes +faubouriens +faucha +fauchage +fauchages +fauchai +fauchaient +fauchais +fauchaison +fauchaisons +fauchait +fauchant +fauchas +fauchasse +fauchassent +fauchasses +fauchassiez +fauchassions +fauchmes +faucht +fauchtes +fauche +fauchent +faucher +fauchera +faucherai +faucheraient +faucherais +faucherait +faucheras +faucherez +faucheriez +faucherions +faucherons +faucheront +fauches +faucheur +faucheurs +faucheuse +faucheuses +faucheux +fauchez +fauch +fauche +fauches +fauchs +fauchrent +fauchiez +fauchions +fauchons +faucille +faucilles +faucon +fauconnerie +faucons +faudra +faudrait +faufila +faufilai +faufilaient +faufilais +faufilait +faufilant +faufilas +faufilasse +faufilassent +faufilasses +faufilassiez +faufilassions +faufilmes +faufilt +faufiltes +faufile +faufilent +faufiler +faufilera +faufilerai +faufileraient +faufilerais +faufilerait +faufileras +faufilerez +faufileriez +faufilerions +faufilerons +faufileront +faufiles +faufilez +faufil +faufile +faufiles +faufils +faufilrent +faufiliez +faufilions +faufilons +faune +faunes +faussa +faussai +faussaient +faussaire +faussaires +faussais +faussait +faussant +faussas +faussasse +faussassent +faussasses +faussassiez +faussassions +faussmes +fausst +fausstes +fausse +faussement +faussent +fausser +faussera +fausserai +fausseraient +fausserais +fausserait +fausseras +fausserez +fausseriez +fausserions +fausserons +fausseront +fausses +fausset +fausset +faussets +faussets +faussez +fauss +fausse +fausses +fausss +faussrent +faussiez +faussions +faussons +faut +fauta +fautai +fautaient +fautais +fautait +fautant +fautas +fautasse +fautassent +fautasses +fautassiez +fautassions +fautmes +fautt +fauttes +faute +fautent +fauter +fautera +fauterai +fauteraient +fauterais +fauterait +fauteras +fauterez +fauteriez +fauterions +fauterons +fauteront +fautes +fauteuil +fauteuils +fauteur +fauteurs +fautez +faut +faute +fautes +fauts +fautrent +fautiez +fautif +fautifs +fautive +fautivement +fautives +fautons +fautrice +fautrices +fauve +fauves +fauvette +fauvettes +fauvisme +faux +faveur +faveurs +favorable +favorablement +favorables +favori +favoris +favorisa +favorisai +favorisaient +favorisais +favorisait +favorisant +favorisas +favorisasse +favorisassent +favorisasses +favorisassiez +favorisassions +favorismes +favorist +favoristes +favorise +favorisent +favoriser +favorisera +favoriserai +favoriseraient +favoriserais +favoriserait +favoriseras +favoriserez +favoriseriez +favoriserions +favoriserons +favoriseront +favorises +favorisez +favoris +favorise +favorises +favoriss +favorisrent +favorisiez +favorisions +favorisons +favorite +favorites +favoritisme +favoritismes +fax +fayot +fayots +fcha +fchai +fchaient +fchais +fchait +fchant +fchas +fchasse +fchassent +fchasses +fchassiez +fchassions +fchmes +fcht +fchtes +fche +fchent +fcher +fchera +fcherai +fcheraient +fcherais +fcherait +fcheras +fcherez +fcherie +fcheries +fcheriez +fcherions +fcherons +fcheront +fches +fcheuse +fcheusement +fcheuses +fcheux +fchez +fch +fche +fches +fchs +fchrent +fchiez +fchions +fchons +feignaient +feignais +feignait +feignant +feigne +feignent +feignes +feignez +feigniez +feignions +feignirent +feignis +feignisse +feignissent +feignisses +feignissiez +feignissions +feignit +feignmes +feignt +feigntes +feignons +feindra +feindrai +feindraient +feindrais +feindrait +feindras +feindre +feindrez +feindriez +feindrions +feindrons +feindront +feins +feint +feinta +feintai +feintaient +feintais +feintait +feintant +feintas +feintasse +feintassent +feintasses +feintassiez +feintassions +feintmes +feintt +feinttes +feinte +feintent +feinter +feintera +feinterai +feinteraient +feinterais +feinterait +feinteras +feinterez +feinteriez +feinterions +feinterons +feinteront +feintes +feintez +feint +feinte +feintes +feints +feintrent +feintiez +feintions +feintons +feints +fellah +fellahs +femelle +femelles +femme +femmelette +femmelettes +femmes +fenaison +fenaisons +fend +fendaient +fendais +fendait +fendant +fende +fendent +fendes +fendez +fendiez +fendilla +fendillai +fendillaient +fendillais +fendillait +fendillant +fendillas +fendillasse +fendillassent +fendillasses +fendillassiez +fendillassions +fendillmes +fendillt +fendilltes +fendille +fendillent +fendiller +fendillera +fendillerai +fendilleraient +fendillerais +fendillerait +fendilleras +fendillerez +fendilleriez +fendillerions +fendillerons +fendilleront +fendilles +fendillez +fendill +fendille +fendilles +fendills +fendillrent +fendilliez +fendillions +fendillons +fendions +fendirent +fendis +fendisse +fendissent +fendisses +fendissiez +fendissions +fendit +fendmes +fendt +fendtes +fendons +fendra +fendrai +fendraient +fendrais +fendrait +fendras +fendre +fendrez +fendriez +fendrions +fendrons +fendront +fends +fendu +fendue +fendues +fendus +fentre +fentres +fenouil +fenouils +fente +fentes +fer +fera +ferai +feraient +ferais +ferait +feras +ferblanterie +ferblantier +ferblantiers +ferez +feriez +ferions +ferla +ferlai +ferlaient +ferlais +ferlait +ferlant +ferlas +ferlasse +ferlassent +ferlasses +ferlassiez +ferlassions +ferlmes +ferlt +ferltes +ferle +ferlent +ferler +ferlera +ferlerai +ferleraient +ferlerais +ferlerait +ferleras +ferlerez +ferleriez +ferlerions +ferlerons +ferleront +ferles +ferlez +ferl +ferle +ferles +ferls +ferlrent +ferliez +ferlions +ferlons +ferma +fermage +fermages +fermai +fermaient +fermais +fermait +fermant +fermas +fermasse +fermassent +fermasses +fermassiez +fermassions +fermmes +fermt +fermtes +ferme +fermement +ferment +fermenta +fermentai +fermentaient +fermentais +fermentait +fermentant +fermentas +fermentasse +fermentassent +fermentasses +fermentassiez +fermentassions +fermentation +fermentations +fermentmes +fermentt +fermenttes +fermente +fermentent +fermenter +fermentera +fermenterai +fermenteraient +fermenterais +fermenterait +fermenteras +fermenterez +fermenteriez +fermenterions +fermenterons +fermenteront +fermentes +fermentez +ferment +fermente +fermentes +ferments +fermentrent +fermentiez +fermentions +fermentons +ferments +fermer +fermera +fermerai +fermeraient +fermerais +fermerait +fermeras +fermerez +fermeriez +fermerions +fermerons +fermeront +fermes +fermet +fermets +fermette +fermettes +fermeture +fermetures +fermez +ferm +ferme +fermes +ferms +fermrent +fermier +fermiers +fermiez +fermire +fermires +fermions +fermoir +fermoirs +fermons +ferons +feront +ferra +ferrai +ferraient +ferrailla +ferraillage +ferraillages +ferraillai +ferraillaient +ferraillais +ferraillait +ferraillant +ferraillas +ferraillasse +ferraillassent +ferraillasses +ferraillassiez +ferraillassions +ferraillmes +ferraillt +ferrailltes +ferraille +ferraillent +ferrailler +ferraillera +ferraillerai +ferrailleraient +ferraillerais +ferraillerait +ferrailleras +ferraillerez +ferrailleriez +ferraillerions +ferraillerons +ferrailleront +ferrailles +ferrailleur +ferrailleurs +ferraillez +ferraill +ferraille +ferrailles +ferraills +ferraillrent +ferrailliez +ferraillions +ferraillons +ferrais +ferrait +ferrant +ferras +ferrasse +ferrassent +ferrasses +ferrassiez +ferrassions +ferrmes +ferrt +ferrtes +ferre +ferrent +ferrer +ferrera +ferrerai +ferreraient +ferrerais +ferrerait +ferreras +ferrerez +ferreriez +ferrerions +ferrerons +ferreront +ferres +ferreux +ferrez +ferr +ferre +ferres +ferrs +ferrrent +ferriez +ferrions +ferronnerie +ferronneries +ferronnier +ferronniers +ferronnire +ferronnires +ferrons +ferroviaire +ferroviaires +ferrugineuse +ferrugineuses +ferrugineux +ferrure +ferrures +ferry +fers +fertile +fertilement +fertiles +fertilisa +fertilisai +fertilisaient +fertilisais +fertilisait +fertilisant +fertilisas +fertilisasse +fertilisassent +fertilisasses +fertilisassiez +fertilisassions +fertilisation +fertilisations +fertilismes +fertilist +fertilistes +fertilise +fertilisent +fertiliser +fertilisera +fertiliserai +fertiliseraient +fertiliserais +fertiliserait +fertiliseras +fertiliserez +fertiliseriez +fertiliserions +fertiliserons +fertiliseront +fertilises +fertilisez +fertilis +fertilise +fertilises +fertiliss +fertilisrent +fertilisiez +fertilisions +fertilisons +fertilit +fertilits +fervent +fervente +ferventes +fervents +ferveur +ferveurs +fessa +fessai +fessaient +fessais +fessait +fessant +fessas +fessasse +fessassent +fessasses +fessassiez +fessassions +fessmes +fesst +fesstes +fesse +fessent +fesser +fessera +fesserai +fesseraient +fesserais +fesserait +fesseras +fesserez +fesseriez +fesserions +fesserons +fesseront +fesses +fessez +fess +fesse +fesses +fesss +fessrent +fessier +fessiers +fessiez +fessions +fessons +festin +festins +festival +festivals +festivits +festoie +festoient +festoiera +festoierai +festoieraient +festoierais +festoierait +festoieras +festoierez +festoieriez +festoierions +festoierons +festoieront +festoies +feston +festonna +festonnai +festonnaient +festonnais +festonnait +festonnant +festonnas +festonnasse +festonnassent +festonnasses +festonnassiez +festonnassions +festonnmes +festonnt +festonntes +festonne +festonnent +festonner +festonnera +festonnerai +festonneraient +festonnerais +festonnerait +festonneras +festonnerez +festonneriez +festonnerions +festonnerons +festonneront +festonnes +festonnez +festonn +festonne +festonnes +festonns +festonnrent +festonniez +festonnions +festonnons +festons +festoya +festoyai +festoyaient +festoyais +festoyait +festoyant +festoyas +festoyasse +festoyassent +festoyasses +festoyassiez +festoyassions +festoymes +festoyt +festoytes +festoyer +festoyez +festoy +festoye +festoyes +festoys +festoyrent +festoyiez +festoyions +festoyons +feu +feue +feues +feuillage +feuillages +feuille +feuilles +feuillet +feuilleta +feuilletai +feuilletaient +feuilletais +feuilletait +feuilletant +feuilletas +feuilletasse +feuilletassent +feuilletasses +feuilletassiez +feuilletassions +feuilletmes +feuillett +feuillettes +feuilleter +feuilletez +feuillet +feuillete +feuilletes +feuillets +feuilletrent +feuilletiez +feuilletions +feuilleton +feuilletoniste +feuilletonistes +feuilletons +feuillets +feuillette +feuillettent +feuillettera +feuilletterai +feuilletteraient +feuilletterais +feuilletterait +feuilletteras +feuilletterez +feuilletteriez +feuilletterions +feuilletterons +feuilletteront +feuillettes +feuill +feuille +feuilles +feuills +feuillu +feuillue +feuillues +feuillus +feutra +feutrage +feutrages +feutrai +feutraient +feutrais +feutrait +feutrant +feutras +feutrasse +feutrassent +feutrasses +feutrassiez +feutrassions +feutrmes +feutrt +feutrtes +feutre +feutrent +feutrer +feutrera +feutrerai +feutreraient +feutrerais +feutrerait +feutreras +feutrerez +feutreriez +feutrerions +feutrerons +feutreront +feutres +feutrez +feutr +feutre +feutres +feutrs +feutrrent +feutriez +feutrions +feutrons +feux +fez +fbrifuge +fbrifuges +fbrile +fbriles +fbrilit +fbrilits +fcal +fcale +fcales +fcaux +fcond +fconda +fcondai +fcondaient +fcondais +fcondait +fcondant +fcondas +fcondasse +fcondassent +fcondasses +fcondassiez +fcondassions +fcondation +fcondations +fcondmes +fcondt +fcondtes +fconde +fcondent +fconder +fcondera +fconderai +fconderaient +fconderais +fconderait +fconderas +fconderez +fconderiez +fconderions +fconderons +fconderont +fcondes +fcondez +fcond +fconde +fcondes +fconds +fcondrent +fcondiez +fcondions +fcondit +fcondits +fcondons +fconds +fcule +fculent +fculents +fcules +fdra +fdrai +fdraient +fdrais +fdrait +fdral +fdrale +fdrales +fdralisme +fdraliste +fdralistes +fdrant +fdras +fdrasse +fdrassent +fdrasses +fdrassiez +fdrassions +fdratif +fdratifs +fdration +fdrations +fdrative +fdratives +fdraux +fdrmes +fdrt +fdrtes +fdrer +fdrera +fdrerai +fdreraient +fdrerais +fdrerait +fdreras +fdrerez +fdreriez +fdrerions +fdrerons +fdreront +fdrez +fdr +fdre +fdres +fdrs +fdrrent +fdriez +fdrions +fdrons +fdre +fdrent +fdres +fe +ferie +feries +ferique +feriques +fes +flicita +flicitai +flicitaient +flicitais +flicitait +flicitant +flicitas +flicitasse +flicitassent +flicitasses +flicitassiez +flicitassions +flicitation +flicitations +flicitmes +flicitt +flicittes +flicite +flicitent +fliciter +flicitera +fliciterai +fliciteraient +fliciterais +fliciterait +fliciteras +fliciterez +fliciteriez +fliciterions +fliciterons +fliciteront +flicites +flicitez +flicit +flicite +flicites +flicits +flicitrent +flicitiez +flicitions +flicitons +flin +fline +flines +flins +flon +flonie +flonies +flonne +flonnes +flons +fminin +fminine +fminines +fminins +fminisa +fminisai +fminisaient +fminisais +fminisait +fminisant +fminisas +fminisasse +fminisassent +fminisasses +fminisassiez +fminisassions +fminismes +fminist +fministes +fminise +fminisent +fminiser +fminisera +fminiserai +fminiseraient +fminiserais +fminiserait +fminiseras +fminiserez +fminiseriez +fminiserions +fminiserons +fminiseront +fminises +fminisez +fminis +fminise +fminises +fminiss +fminisrent +fminisiez +fminisions +fminisme +fminisons +fministe +fministes +fminit +fminits +fmoral +fmorale +fmorales +fmoraux +fmur +fmurs +fodal +fodale +fodales +fodalit +fodaux +fri +frie +fries +fris +frir +froce +frocement +froces +frocit +frocits +fru +frue +frues +frule +frules +frus +ftiche +ftiches +ftichisme +ftichiste +ftichistes +ftide +ftides +ftidit +ftidits +ftu +ftus +fvrier +fvriers +fve +fves +fla +flai +flaient +flais +flait +flant +flas +flasse +flassent +flasses +flassiez +flassioos +flmes +flt +fltes +fle +flent +fler +flera +flerai +fleraient +flerais +flerait +fleras +flerez +fleriez +flerions +flerons +fleront +fles +flez +fl +fle +fles +fls +flrent +fliez +flions +flons +flure +flures +fta +ftai +ftaient +ftais +ftait +ftant +ftas +ftasse +ftassent +ftasses +ftassiez +ftassions +ftmes +ftt +fttes +fte +ftent +fter +ftera +fterai +fteraient +fterais +fterait +fteras +fterez +fteriez +fterions +fterons +fteront +ftes +ftez +ft +fte +ftes +fts +ftrent +ftiez +ftions +ftons +fi +fia +fiabilit +fiabilits +fiable +fiables +fiacre +fiacres +fiai +fiaient +fiais +fiait +fiance +fiancent +fiancer +fiancera +fiancerai +fianceraient +fiancerais +fiancerait +fianceras +fiancerez +fianceriez +fiancerions +fiancerons +fianceront +fiances +fiancez +fianc +fiance +fiances +fiancs +fiancrent +fianciez +fiancions +fiana +fianai +fianaient +fianailles +fianais +fianait +fianant +fianas +fianasse +fianassent +fianasses +fianassiez +fianassions +fianmes +fiant +fiantes +fianons +fiant +fias +fiasco +fiascos +fiasse +fiassent +fiasses +fiassiez +fiassions +fimes +fit +fites +fibranne +fibre +fibres +fibreuse +fibreuses +fibreux +fibrillation +fibrille +fibrilles +fibrine +fibrome +fibromes +ficela +ficelai +ficelaient +ficelais +ficelait +ficelant +ficelas +ficelasse +ficelassent +ficelasses +ficelassiez +ficelassions +ficelmes +ficelt +ficeltes +ficeler +ficelez +ficel +ficele +ficeles +ficels +ficelrent +ficeliez +ficelions +ficelle +ficellent +ficellera +ficellerai +ficelleraient +ficellerais +ficellerait +ficelleras +ficellerez +ficelleriez +ficellerions +ficellerons +ficelleront +ficelles +ficelons +ficha +fichai +fichaient +fichais +fichait +fichant +fichas +fichasse +fichassent +fichasses +fichassiez +fichassions +fichmes +ficht +fichtes +fiche +fichent +ficher +fichera +ficherai +ficheraient +ficherais +ficherait +ficheras +ficherez +ficheriez +ficherions +ficherons +ficheront +fiches +fichez +fich +fiche +fiches +fichs +fichrent +fichier +fichiers +fichiez +fichions +fichons +fichtre +fichu +fichue +fichues +fichus +fictif +fictifs +fiction +fictions +fictive +fictivement +fictives +fidlit +fidlits +fidle +fidlement +fidles +fiduciaire +fiduciairement +fiduciaires +fie +fief +fieff +fieffe +fieffes +fieffs +fiefs +fiel +fielleuse +fielleusement +fielleuses +fielleux +fiels +fient +fiente +fientes +fier +fiera +fierai +fieraient +fierais +fierait +fieras +fierez +fieriez +fierions +fierons +fieront +fiers +fiert +fierts +fies +fiez +fi +fie +fies +fis +fivreuse +fivreusement +fivreuses +fivreux +fire +firement +firent +fires +fivre +fivres +fifre +fifres +fige +figea +figeai +figeaient +figeais +figeait +figeant +figeas +figeasse +figeassent +figeasses +figeassiez +figeassions +figemes +figet +figetes +figent +figeons +figer +figera +figerai +figeraient +figerais +figerait +figeras +figerez +figeriez +figerions +figerons +figeront +figes +figez +fig +fige +figes +figs +figrent +figiez +figions +fignola +fignolage +fignolages +fignolai +fignolaient +fignolais +fignolait +fignolant +fignolas +fignolasse +fignolassent +fignolasses +fignolassiez +fignolassions +fignolmes +fignolt +fignoltes +fignole +fignolent +fignoler +fignolera +fignolerai +fignoleraient +fignolerais +fignolerait +fignoleras +fignolerez +fignoleriez +fignolerions +fignolerons +fignoleront +fignoles +fignolez +fignol +fignole +fignoles +fignols +fignolrent +fignoliez +fignolions +fignolons +figue +figues +figuier +figuiers +figura +figurai +figuraient +figurais +figurait +figurant +figurante +figurantes +figurants +figuras +figurasse +figurassent +figurasses +figurassiez +figurassions +figuratif +figuratifs +figuration +figurations +figurative +figurativement +figuratives +figurmes +figurt +figurtes +figure +figurent +figurer +figurera +figurerai +figureraient +figurerais +figurerait +figureras +figurerez +figureriez +figurerions +figurerons +figureront +figures +figurez +figur +figure +figures +figurs +figurrent +figuriez +figurine +figurines +figurions +figurons +fiiez +fiions +fil +fila +filai +filaient +filais +filait +filament +filamenteuse +filamenteuses +filamenteux +filaments +filandre +filandres +filandreuse +filandreuses +filandreux +filant +filas +filasse +filassent +filasses +filassiez +filassions +filateur +filateurs +filature +filatures +filmes +filt +filtes +file +filent +filer +filera +filerai +fileraient +filerais +filerait +fileras +filerez +fileriez +filerions +filerons +fileront +files +filet +fileta +filetage +filetages +filetai +filetaient +filetais +filetait +filetant +filetas +filetasse +filetassent +filetasses +filetassiez +filetassions +filetmes +filett +filettes +fileter +filetez +filet +filete +filetes +filets +filetrent +filetiez +filetions +filetons +filets +fileur +fileurs +fileuse +fileuses +filez +fil +file +files +fils +filrent +filte +filtent +filtera +filterai +filterais +filterait +filteras +filterez +filteriez +filterions +filterons +filteront +filtes +filial +filiale +filialement +filiales +filiation +filiations +filiaux +filiez +filire +filires +filiforme +filiformes +filigrane +filigranes +filin +filins +filions +filiste +filistes +fille +filles +fillette +fillettes +filleul +filleule +filleules +filleuls +film +filma +filmai +filmaient +filmais +filmait +filmant +filmas +filmasse +filmassent +filmasses +filmassiez +filmassions +filmmes +filmt +filmtes +filme +filment +filmer +filmera +filmerai +filmeraient +filmerais +filmerait +filmeras +filmerez +filmeriez +filmerions +filmerons +filmeront +filmes +filmez +film +filme +filmes +films +filmrent +filmiez +filmions +filmologie +filmons +films +filon +filons +filou +filous +filouta +filoutai +filoutaient +filoutais +filoutait +filoutant +filoutas +filoutasse +filoutassent +filoutasses +filoutassiez +filoutassions +filoutmes +filoutt +filouttes +filoute +filoutent +filouter +filoutera +filouterai +filouteraient +filouterais +filouterait +filouteras +filouterez +filouterie +filouteries +filouteriez +filouterions +filouterons +filouteront +filoutes +filoutez +filout +filoute +filoutes +filouts +filoutrent +filoutiez +filoutions +filoutons +fils +filtra +filtrage +filtrages +filtrai +filtraient +filtrais +filtrait +filtrant +filtras +filtrasse +filtrassent +filtrasses +filtrassiez +filtrassions +filtration +filtrmes +filtrt +filtrtes +filtre +filtrent +filtrer +filtrera +filtrerai +filtreraient +filtrerais +filtrerait +filtreras +filtrerez +filtreriez +filtrerions +filtrerons +filtreront +filtres +filtrez +filtr +filtre +filtres +filtrs +filtrrent +filtriez +filtrions +filtrons +fin +final +finale +finalement +finales +finaliste +finalistes +finalit +finalits +finance +financement +financements +financent +financer +financera +financerai +financeraient +financerais +financerait +financeras +financerez +financeriez +financerions +financerons +financeront +finances +financez +financ +finance +finances +financs +financrent +financier +financiers +financiez +financire +financirement +financires +financions +finana +finanai +finanaient +finanais +finanait +finanant +finanas +finanasse +finanassent +finanasses +finanassiez +finanassions +finanmes +finant +finantes +finanons +finassa +finassai +finassaient +finassais +finassait +finassant +finassas +finassasse +finassassent +finassasses +finassassiez +finassassions +finassmes +finasst +finasstes +finasse +finassent +finasser +finassera +finasserai +finasseraient +finasserais +finasserait +finasseras +finasserez +finasserie +finasseries +finasseriez +finasserions +finasserons +finasseront +finasses +finassez +finass +finasse +finasses +finasss +finassrent +finassier +finassiers +finassiez +finassire +finassires +finassions +finassons +finaud +finaude +finaudes +finauds +fine +finement +fines +finesse +fini +finie +finies +finir +finira +finirai +finiraient +finirais +finirait +finiras +finirent +finirez +finiriez +finirions +finirons +finiront +finis +finissage +finissages +finissaient +finissais +finissait +finissant +finisse +finissent +finisses +finissez +finissiez +finissions +finissons +finit +finition +finitions +finmes +fint +fintes +finlandais +finlandaise +finlandaises +finlande +finnois +finnoise +finnoises +fins +fiole +fioles +fions +fioriture +fioritures +firent +firmament +firme +firmes +fis +fisc +fiscal +fiscale +fiscales +fiscalit +fiscalits +fiscaux +fissa +fisse +fissent +fisses +fissiez +fissile +fissiles +fission +fissionna +fissionnai +fissionnaient +fissionnais +fissionnait +fissionnant +fissionnas +fissionnasse +fissionnassent +fissionnasses +fissionnassiez +fissionnassions +fissionnmes +fissionnt +fissionntes +fissionne +fissionnent +fissionner +fissionnera +fissionnerai +fissionneraient +fissionnerais +fissionnerait +fissionneras +fissionnerez +fissionneriez +fissionnerions +fissionnerons +fissionneront +fissionnes +fissionnez +fissionn +fissionne +fissionnes +fissionns +fissionnrent +fissionniez +fissionnions +fissionnons +fissions +fissura +fissurai +fissuraient +fissurais +fissurait +fissurant +fissuras +fissurasse +fissurassent +fissurasses +fissurassiez +fissurassions +fissurmes +fissurt +fissurtes +fissure +fissurent +fissurer +fissurera +fissurerai +fissureraient +fissurerais +fissurerait +fissureras +fissurerez +fissureriez +fissurerions +fissurerons +fissureront +fissures +fissurez +fissur +fissure +fissures +fissurs +fissurrent +fissuriez +fissurions +fissurons +fiston +fistons +fistule +fistules +fit +fixa +fixage +fixages +fixai +fixaient +fixais +fixait +fixant +fixas +fixasse +fixassent +fixasses +fixassiez +fixassions +fixateur +fixateurs +fixatif +fixatifs +fixation +fixations +fixative +fixatives +fixatrice +fixatrices +fixmes +fixt +fixtes +fixe +fixement +fixent +fixer +fixera +fixerai +fixeraient +fixerais +fixerait +fixeras +fixerez +fixeriez +fixerions +fixerons +fixeront +fixes +fixez +fix +fixe +fixes +fixs +fixrent +fixiez +fixions +fixit +fixits +fixons +fmes +ft +ftes +fjord +fjords +flac +flacon +flacons +flagella +flagellai +flagellaient +flagellais +flagellait +flagellant +flagellas +flagellasse +flagellassent +flagellasses +flagellassiez +flagellassions +flagellation +flagellations +flagellmes +flagellt +flagelltes +flagelle +flagellent +flageller +flagellera +flagellerai +flagelleraient +flagellerais +flagellerait +flagelleras +flagellerez +flagelleriez +flagellerions +flagellerons +flagelleront +flagelles +flagellez +flagell +flagelle +flagelles +flagells +flagellrent +flagelliez +flagellions +flagellons +flageola +flageolai +flageolaient +flageolais +flageolait +flageolant +flageolas +flageolasse +flageolassent +flageolasses +flageolassiez +flageolassions +flageolmes +flageolt +flageoltes +flageole +flageolent +flageoler +flageolera +flageolerai +flageoleraient +flageolerais +flageolerait +flageoleras +flageolerez +flageoleriez +flageolerions +flageolerons +flageoleront +flageoles +flageolet +flageolets +flageolez +flageol +flageole +flageoles +flageols +flageolrent +flageoliez +flageolions +flageolons +flagorna +flagornai +flagornaient +flagornais +flagornait +flagornant +flagornas +flagornasse +flagornassent +flagornasses +flagornassiez +flagornassions +flagornmes +flagornt +flagorntes +flagorne +flagornent +flagorner +flagornera +flagornerai +flagorneraient +flagornerais +flagornerait +flagorneras +flagornerez +flagornerie +flagorneries +flagorneriez +flagornerions +flagornerons +flagorneront +flagornes +flagorneur +flagorneurs +flagorneuse +flagorneuses +flagornez +flagorn +flagorne +flagornes +flagorns +flagornrent +flagorniez +flagornions +flagornons +flagrant +flagrante +flagrantes +flagrants +flair +flaira +flairai +flairaient +flairais +flairait +flairant +flairas +flairasse +flairassent +flairasses +flairassiez +flairassions +flairmes +flairt +flairtes +flaire +flairent +flairer +flairera +flairerai +flaireraient +flairerais +flairerait +flaireras +flairerez +flaireriez +flairerions +flairerons +flaireront +flaires +flairez +flair +flaire +flaires +flairs +flairrent +flairiez +flairions +flairons +flairs +flamand +flamande +flamandes +flamands +flamant +flamants +flamba +flambage +flambages +flambai +flambaient +flambais +flambait +flambant +flambante +flambantes +flambants +flambas +flambasse +flambassent +flambasses +flambassiez +flambassions +flambmes +flambt +flambtes +flambe +flambeau +flambeaux +flambent +flamber +flambera +flamberai +flamberaient +flamberais +flamberait +flamberas +flamberez +flamberiez +flamberions +flamberons +flamberont +flambes +flambez +flamb +flambe +flambes +flambs +flambrent +flambiez +flambions +flamboie +flamboiement +flamboiements +flamboient +flamboiera +flamboierai +flamboieraient +flamboierais +flamboierait +flamboieras +flamboierez +flamboieriez +flamboierions +flamboierons +flamboieront +flamboies +flambons +flamboya +flamboyai +flamboyaient +flamboyais +flamboyait +flamboyant +flamboyante +flamboyantee +flamboyantes +flamboyas +flamboyasse +flamboyassent +flamboyasses +flamboyassiez +flamboyassions +flamboymes +flamboyer +flamboyez +flamboy +flamboye +flamboyes +flamboys +flamboyrent +flamboyiez +flamboyions +flamboyons +flamenca +flamencas +flamenco +flamencos +flamingant +flamingante +flamingantes +flamingants +flamme +flammes +flammche +flammches +flan +flanc +flancha +flanchai +flanchaient +flanchais +flanchait +flanchant +flanchas +flanchasse +flanchassent +flanchasses +flanchassiez +flanchassions +flanchmes +flancht +flanchtes +flanche +flanchent +flancher +flanchera +flancherai +flancheraient +flancherais +flancherait +flancheras +flancherez +flancheriez +flancherions +flancherons +flancheront +flanches +flanchez +flanch +flanche +flanches +flanchs +flanchrent +flanchiez +flanchions +flanchons +flancs +flandres +flanelle +flanqua +flanquai +flanquaient +flanquais +flanquait +flanquant +flanquas +flanquasse +flanquassent +flanquasses +flanquassiez +flanquassions +flanqumes +flanqut +flanqutes +flanque +flanquent +flanquer +flanquera +flanquerai +flanqueraient +flanquerais +flanquerait +flanqueras +flanquerez +flanqueriez +flanquerions +flanquerons +flanqueront +flanques +flanquez +flanqu +flanque +flanques +flanqus +flanqurent +flanquiez +flanquions +flanquons +flans +flaque +flaques +flash +flashs +flasque +flasques +flatta +flattai +flattaient +flattais +flattait +flattant +flattas +flattasse +flattassent +flattasses +flattassiez +flattassions +flattmes +flattt +flatttes +flatte +flattent +flatter +flattera +flatterai +flatteraient +flatterais +flatterait +flatteras +flatterez +flatterie +flatteries +flatteriez +flatterions +flatterons +flatteront +flattes +flatteur +flatteurs +flatteuse +flatteusement +flatteuses +flattez +flatt +flatte +flattes +flatts +flattrent +flattiez +flattions +flattons +flatulence +flatulences +flatuosit +flatuosits +flna +flnai +flnaient +flnais +flnait +flnant +flnas +flnasse +flnassent +flnasses +flnassiez +flnassions +flnmes +flnt +flntes +flne +flnent +flner +flnera +flnerai +flneraient +flnerais +flnerait +flneras +flnerez +flnerie +flneries +flneriez +flnerions +flnerons +flneront +flnes +flneur +flneurs +flneuse +flneuses +flnez +fln +flne +flnes +flns +flnrent +flniez +flnions +flnons +flegmatique +flegmatiquement +flegmatiques +flegme +flemmard +flemmarde +flemmardes +flemmards +fleur +fleura +fleurai +fleuraient +fleurais +fleurait +fleurant +fleuras +fleurasse +fleurassent +fleurasses +fleurassiez +fleurassions +fleurmes +fleurt +fleurtes +fleure +fleurent +fleurer +fleurera +fleurerai +fleureraient +fleurerais +fleurerait +fleureras +fleurerez +fleureriez +fleurerions +fleurerons +fleureront +fleures +fleuret +fleurets +fleurette +fleurettes +fleurez +fleur +fleure +fleures +fleurs +fleurrent +fleuri +fleurie +fleuries +fleuriez +fleurions +fleurir +fleurira +fleurirai +fleuriraient +fleurirais +fleurirait +fleuriras +fleurirent +fleurirez +fleuririez +fleuririons +fleuririont +fleuris +fleurissaient +fleurissais +fleurissait +fleurissant +fleurisse +fleurissent +fleurisses +fleurissez +fleurissiez +fleurissions +fleurissons +fleuriste +fleuristes +fleurit +fleurmes +fleurt +fleurtes +fleuron +fleurons +fleurs +fleuve +fleuves +flexibilit +flexibilits +flexible +flexibles +flexion +flexions +flau +flaux +flcha +flchai +flchaient +flchais +flchait +flchant +flchas +flchasse +flchassent +flchasses +flchassiez +flchassions +flchmes +flcht +flchtes +flcher +flchera +flcherai +flcheraient +flcherais +flcherait +flcheras +flcherez +flcheriez +flcherions +flcherons +flcheront +flches +flch +flche +flches +flchs +flchrent +flchi +flchie +flchies +flchiez +flchions +flchir +flchira +flchirai +flchiraient +flchirais +flchirait +flchiras +flchirent +flchirez +flchiriez +flchirions +flchirons +flchiront +flchis +flchissaient +flchissais +flchissait +flchissant +flchisse +flchissement +flchissements +flchissent +flchisses +flchissez +flchissiez +flchissions +flchissons +flchit +flchmes +flcht +flchtes +flchons +fltri +fltrie +fltries +fltrir +fltrira +fltrirai +fltriraient +fltrirais +fltrirait +fltriras +fltrirent +fltrirez +fltririez +fltririons +fltrirons +fltriront +fltris +fltrissaient +fltrissais +fltrissait +fltrissant +fltrisse +fltrissent +fltrisses +fltrissez +fltrissiez +fltrissions +fltrissons +fltrissure +fltrissures +fltrit +fltrmes +fltrt +fltrtes +flche +flchent +flches +flchette +flchettes +flibusta +flibustai +flibustaient +flibustais +flibustait +flibustant +flibustas +flibustasse +flibustassent +flibustasses +flibustassiez +flibustassions +flibustmes +flibustt +flibusttes +flibuste +flibustent +flibuster +flibustera +flibusterai +flibusteraient +flibusterais +flibusterait +flibusteras +flibusterez +flibusteriez +flibusterions +flibusterons +flibusteront +flibustes +flibustez +flibust +flibuste +flibustes +flibusts +flibustrent +flibustier +flibustiers +flibustiez +flibustions +flibustons +flic +flics +flirt +flirta +flirtai +flirtaient +flirtais +flirtait +flirtant +flirtas +flirtasse +flirtassent +flirtasses +flirtassiez +flirtassions +flirtmes +flirtt +flirttes +flirte +flirtent +flirter +flirtera +flirterai +flirteraient +flirterais +flirterait +flirteras +flirterez +flirteriez +flirterions +flirterons +flirteront +flirtes +flirtez +flirt +flirte +flirtes +flirts +flirtrent +flirtiez +flirtions +flirtons +flirts +flocon +floconneuse +floconneuses +floconneux +flocons +floculant +floculants +floculation +floculations +flonflon +flonflons +floraison +floraisons +floral +florale +florales +floralies +floraux +flore +flores +floral +florilge +florilges +florin +florins +florissant +florissante +florissantes +florissants +flot +flots +flotta +flottage +flottages +flottai +flottaient +flottais +flottaison +flottaisons +flottait +flottant +flottante +flottantes +flottants +flottas +flottasse +flottassent +flottasses +flottassiez +flottassions +flottmes +flottt +flotttes +flotte +flottement +flottements +flottent +flotter +flottera +flotterai +flotteraient +flotterais +flotterait +flotteras +flotterez +flotteriez +flotterions +flotterons +flotteront +flottes +flotteur +flotteurs +flottez +flott +flotte +flottes +flotts +flottrent +flottiez +flottille +flottilles +flottions +flottons +flou +floua +flouai +flouaient +flouais +flouait +flouant +flouas +flouasse +flouassent +flouasses +flouassiez +flouassions +floumes +flout +floutes +floue +flouent +flouer +flouera +flouerai +floueraient +flouerais +flouerait +floueras +flouerez +floueriez +flouerions +flouerons +floueront +floues +flouez +flou +floue +floues +flous +flourent +flouiez +flouions +flouons +flous +fluctua +fluctuai +fluctuaient +fluctuais +fluctuait +fluctuant +fluctuante +fluctuas +fluctuasse +fluctuassent +fluctuasses +fluctuassiez +fluctuassions +fluctuation +fluctuations +fluctumes +fluctut +fluctutes +fluctue +fluctuent +fluctuer +fluctuera +fluctuerai +fluctueraient +fluctuerais +fluctuerait +fluctueras +fluctuerez +fluctueriez +fluctuerions +fluctuerons +fluctueront +fluctues +fluctuez +fluctu +fluctue +fluctues +fluctus +flucturent +fluctuiez +fluctuions +fluctuons +fluet +fluets +fluette +fluettes +fluide +fluides +fluidit +fluidits +fluor +fluorescence +fluorescences +fluorescent +fluorescente +fluorescentes +fluorescents +fluvial +fluviale +fluviales +fluviaux +flux +fluxion +fluxions +flta +fltai +fltaient +fltais +fltait +fltant +fltas +fltasse +fltassent +fltasses +fltassiez +fltassions +fltmes +fltt +flttes +flte +fltent +flter +fltera +flterai +flteraient +flterais +flterait +flteras +flterez +flteriez +flterions +flterons +flteront +fltes +fltez +flt +flte +fltes +flts +fltrent +fltiez +fltions +fltiste +fltistes +fltons +foc +focal +focale +focales +focaux +focs +foehn +foehns +foetal +foetale +foetales +foetaux +foetus +foi +foie +foies +foin +foins +foira +foirai +foiraient +foirail +foirails +foirais +foirait +foirant +foiras +foirasse +foirassent +foirasses +foirassiez +foirassions +foirmes +foirt +foirtes +foire +foirent +foirer +foirera +foirerai +foireraient +foirerais +foirerait +foireras +foirerez +foireriez +foirerions +foirerons +foireront +foires +foirez +foir +foire +foires +foirs +foirrent +foiriez +foirions +foirons +fois +foison +foisonna +foisonnai +foisonnaient +foisonnais +foisonnait +foisonnant +foisonnas +foisonnasse +foisonnassent +foisonnasses +foisonnassiez +foisonnassions +foisonnmes +foisonnt +foisonntes +foisonne +foisonnement +foisonnements +foisonnent +foisonner +foisonnera +foisonnerai +foisonneraient +foisonnerais +foisonnerait +foisonneras +foisonnerez +foisonneriez +foisonnerions +foisonnerons +foisonneront +foisonnes +foisonnez +foisonn +foisonne +foisonnes +foisonns +foisonnrent +foisonniez +foisonnions +foisonnons +foisons +fol +foltra +foltrai +foltraient +foltrais +foltrait +foltrant +foltras +foltrasse +foltrassent +foltrasses +foltrassiez +foltrassions +foltrmes +foltrt +foltrtes +foltre +foltrent +foltrer +foltrera +foltrerai +foltreraient +foltrerais +foltrerait +foltreras +foltrerez +foltreriez +foltrerions +foltrerons +foltreront +foltres +foltrez +foltr +foltre +foltres +foltrs +foltrrent +foltriez +foltrions +foltrons +folichon +folichonne +folichonnes +folichons +folie +folies +folio +foliole +folioles +folios +foliota +foliotai +foliotaient +foliotais +foliotait +foliotant +foliotas +foliotasse +foliotassent +foliotasses +foliotassiez +foliotassions +foliotmes +foliott +foliottes +foliote +foliotent +folioter +foliotera +folioterai +folioteraient +folioterais +folioterait +folioteras +folioterez +folioteriez +folioterions +folioterons +folioteront +foliotes +foliotez +foliot +foliote +foliotes +foliots +foliotrent +foliotiez +foliotions +foliotons +folklore +folklores +folle +follement +folles +follicule +follicules +folliculine +folliculines +fols +fomenta +fomentai +fomentaient +fomentais +fomentait +fomentant +fomentas +fomentasse +fomentassent +fomentasses +fomentassiez +fomentassions +fomentateur +fomentmes +fomentt +fomenttes +fomente +fomentent +fomenter +fomentera +fomenterai +fomenteraient +fomenterais +fomenterait +fomenteras +fomenterez +fomenteriez +fomenterions +fomenterons +fomenteront +fomentes +fomentez +foment +fomente +fomentes +foments +fomentrent +fomentiez +fomentions +fomentons +fonce +foncent +foncer +foncera +foncerai +fonceraient +foncerais +foncerait +fonceras +foncerez +fonceriez +foncerions +foncerons +fonceront +fonces +foncez +fonc +fonce +fonces +foncs +foncrent +foncier +fonciers +fonciez +foncire +foncirement +foncires +foncions +fonction +fonctionna +fonctionnai +fonctionnaient +fonctionnaire +fonctionnaires +fonctionnais +fonctionnait +fonctionnalit +fonctionnalits +fonctionnant +fonctionnas +fonctionnasse +fonctionnassent +fonctionnasses +fonctionnassiez +fonctionnassions +fonctionnmes +fonctionnt +fonctionntes +fonctionne +fonctionnel +fonctionnelle +fonctionnellement +fonctionnelles +fonctionnels +fonctionnement +fonctionnements +fonctionnent +fonctionner +fonctionnera +fonctionnerai +fonctionneraient +fonctionnerais +fonctionnerait +fonctionneras +fonctionnerez +fonctionneriez +fonctionnerions +fonctionnerons +fonctionneront +fonctionnes +fonctionnez +fonctionn +fonctionne +fonctionnes +fonctionns +fonctionnrent +fonctionniez +fonctionnions +fonctionnne +fonctionnons +fonctions +fona +fonai +fonaient +fonais +fonait +fonant +fonas +fonasse +fonassent +fonasses +fonassiez +fonassions +fonmes +font +fontes +fonons +fond +fonda +fondai +fondaient +fondais +fondait +fondamental +fondamentale +fondamentalement +fondamentales +fondamentaliste +fondamentalistes +fondamentaux +fondant +fondante +fondantes +fondants +fondas +fondasse +fondassent +fondasses +fondassiez +fondassions +fondateur +fondateurs +fondation +fondations +fondatrice +fondatrices +fondmes +fondt +fondtes +fonde +fondement +fondements +fondent +fonder +fondera +fonderai +fonderaient +fonderais +fonderait +fonderas +fonderez +fonderie +fonderies +fonderiez +fonderions +fonderons +fonderont +fondes +fondeur +fondeurs +fondez +fond +fonde +fondes +fonds +fondrent +fondiez +fondions +fondirent +fondis +fondisse +fondissent +fondisses +fondissiez +fondissions +fondit +fondmes +fondt +fondtes +fondons +fondra +fondrai +fondraient +fondrais +fondrait +fondras +fondre +fondrez +fondriez +fondrire +fondrires +fondrions +fondrons +fondront +fonds +fondu +fondue +fondues +fondus +fongueuse +fongueuses +fongueux +font +fontaine +fontaines +fontanelle +fontanelles +fonte +fontes +fonts +football +for +fora +forage +forages +forai +foraient +forain +foraine +foraines +forains +forais +forait +foraminifres +forant +forasse +forassent +forasses +forassiez +forassions +formes +fort +fortes +force +forcement nom +forcements +forcent +forceps +forcer +forcera +forcerai +forceraient +forcerais +forcerait +forceras +forcerez +forcerie +forceries +forceriez +forcerions +forcerons +forceront +forces +forcez +forc +force +forces +forcment +forcn +forcne +forcnes +forcns +forcs +forcrent +forci +forcie +forcies +forciez +forcions +forcir +forcira +forcirai +forciraient +forcirais +forcirait +forciras +forcirent +forcirez +forciriez +forcirions +forcirons +forciront +forcis +forcissaient +forcissais +forcissait +forcissant +forcisse +forcissent +forcisses +forcissez +forcissiez +forcissions +forcissons +forcit +forcmes +forct +forctes +forclos +forclose +forcloses +forclusion +forclusions +fora +forai +foraient +forais +forait +forant +foras +forasse +forassent +forasses +forassiez +forassions +forat +forats +formes +fort +fortes +forons +fore +forent +forer +forera +forerai +foreraient +forerais +forerait +foreras +forerez +foreriez +forerions +forerons +foreront +fores +forestier +forestiers +forestire +forestires +foret instrument +forets instrument +forez +for +fore +fores +fors +forrent +fort +forts +forfaire +forfais +forfait +forfaitaire +forfaitaires +forfaite +forfaites +forfaits +forfaiture +forfaitures +forfanterie +forfanteries +forge +forgea +forgeai +forgeaient +forgeais +forgeait +forgeant +forgeas +forgeasse +forgeassent +forgeasses +forgeassiez +forgeassions +forgemes +forget +forgetes +forgent +forgeons +forger +forgera +forgerai +forgeraient +forgerais +forgerait +forgeras +forgerez +forgeriez +forgerions +forgeron +forgerons +forgeront +forges +forgez +forg +forge +forges +forgs +forgrent +forgiez +forgions +foriez +forions +forma +formai +formaient +formais +formait +formalisa +formalisai +formalisaient +formalisais +formalisait +formalisant +formalisas +formalisasse +formalisassent +formalisasses +formalisassiez +formalisassions +formalismes +formalist +formalistes +formalise +formalisent +formaliser +formalisera +formaliserai +formaliseraient +formaliserais +formaliserait +formaliseras +formaliserez +formaliseriez +formaliserions +formaliserons +formaliseront +formalises +formalisez +formalis +formalise +formalises +formaliss +formalisrent +formalisiez +formalisions +formalisme +formalisons +formaliste +formalistes +formalit +formalits +formant +formas +formasse +formassent +formasses +formassiez +formassions +format +formateur +formateurs +formation +formations +formats +formmes +formt +formtes +forme +formel +formelle +formellement +formelles +formels +forment +former +formera +formerai +formeraient +formerais +formerait +formeras +formerez +formeriez +formerions +formerons +formeront +formes +formez +form +forme +formes +forms +formrent +formidable +formidablement +formidables +formiez +formions +formique +formiques +formol +formons +formula +formulai +formulaient +formulaire +formulaires +formulais +formulait +formulant +formulas +formulasse +formulassent +formulasses +formulassiez +formulassions +formulation +formulations +formulmes +formult +formultes +formule +formulent +formuler +formulera +formulerai +formuleraient +formulerais +formulerait +formuleras +formulerez +formuleriez +formulerions +formulerons +formuleront +formules +formulez +formul +formule +formules +formuls +formulrent +formuliez +formulions +formulons +fornication +fornications +forniqua +forniquai +forniquaient +forniquais +forniquait +forniquant +forniquas +forniquasse +forniquassent +forniquasses +forniquassiez +forniquassions +forniqumes +forniqut +forniqutes +fornique +forniquent +forniquer +forniquera +forniquerai +forniqueraient +forniquerais +forniquerait +forniqueras +forniquerez +forniqueriez +forniquerions +forniquerons +forniqueront +forniques +forniquez +forniqu +fornique +forniques +forniqus +forniqurent +forniquiez +forniquions +forniquons +forons +fors +forsythia +fort +forte +fortement +forteresse +forteresses +fortes +fortifia +fortifiai +fortifiaient +fortifiais +fortifiait +fortifiant +fortifias +fortifiasse +fortifiassent +fortifiasses +fortifiassiez +fortifiassions +fortifimes +fortifit +fortifites +fortification +fortifications +fortifie +fortifient +fortifier +fortifiera +fortifierai +fortifieraient +fortifierais +fortifierait +fortifieras +fortifierez +fortifieriez +fortifierions +fortifierons +fortifieront +fortifies +fortifiez +fortifi +fortifie +fortifies +fortifis +fortifirent +fortifiiez +fortifiions +fortifions +fortin +fortins +fortiori +forts +fortuit +fortuite +fortuitement +fortuites +fortuits +fortune +fortunes +fortun +fortune +fortunes +fortuns +forum +forums +fosse +fosses +fossette +fossettes +foss +fosss +fossile +fossiles +fossilisa +fossilisai +fossilisaient +fossilisais +fossilisait +fossilisant +fossilisas +fossilisasse +fossilisassent +fossilisasses +fossilisassiez +fossilisassions +fossilismes +fossilist +fossilistes +fossilise +fossilisent +fossiliser +fossilisera +fossiliserai +fossiliseraient +fossiliserais +fossiliserait +fossiliseras +fossiliserez +fossiliseriez +fossiliserions +fossiliserons +fossiliseront +fossilises +fossilisez +fossilis +fossilise +fossilises +fossiliss +fossilisrent +fossilisiez +fossilisions +fossilisons +fossoyeur +fossoyeurs +fou +fouace +fouaces +fouailla +fouaillai +fouaillaient +fouaillais +fouaillait +fouaillant +fouaillas +fouaillasse +fouaillassent +fouaillasses +fouaillassiez +fouaillassions +fouaillmes +fouaillt +fouailltes +fouaille +fouaillent +fouailler +fouaillera +fouaillerai +fouailleraient +fouaillerais +fouaillerait +fouailleras +fouaillerez +fouailleriez +fouaillerions +fouaillerons +fouailleront +fouailles +fouaillez +fouaill +fouaille +fouailles +fouaills +fouaillrent +fouailliez +fouaillions +fouaillons +foucade +foucades +foudre +foudres +foudroie +foudroiement +foudroiements +foudroient +foudroiera +foudroierai +foudroieraient +foudroierais +foudroierait +foudroieras +foudroierez +foudroieriez +foudroierions +foudroierons +foudroieront +foudroies +foudroya +foudroyai +foudroyaient +foudroyais +foudroyait +foudroyant +foudroyante +foudroyantes +foudroyants +foudroyas +foudroyasse +foudroyassent +foudroyasses +foudroyassiez +foudroyassions +foudroymes +foudroyer +foudroyez +foudroy +foudroye +foudroyes +foudroys +foudroyrent +foudroyiez +foudroyions +foudroyons +fouet +fouets +fouetta +fouettai +fouettaient +fouettais +fouettait +fouettant +fouettas +fouettasse +fouettassent +fouettasses +fouettassiez +fouettassions +fouettmes +fouettt +fouetttes +fouette +fouettent +fouetter +fouettera +fouetterai +fouetteraient +fouetterais +fouetterait +fouetteras +fouetterez +fouetteriez +fouetterions +fouetterons +fouetteront +fouettes +fouettez +fouett +fouette +fouettes +fouetts +fouettrent +fouettiez +fouettions +fouettons +fougre +fougres +fougue +fougues +fougueuse +fougueusement +fougueuses +fougueux +foui +fouie +fouies +fouilla +fouillai +fouillaient +fouillais +fouillait +fouillant +fouillas +fouillasse +fouillassent +fouillasses +fouillassiez +fouillassions +fouillmes +fouillt +fouilltes +fouille +fouillent +fouiller +fouillera +fouillerai +fouilleraient +fouillerais +fouillerait +fouilleras +fouillerez +fouilleriez +fouillerions +fouillerons +fouilleront +fouilles +fouilleur +fouilleurs +fouilleuse +fouilleuses +fouillez +fouill +fouille +fouilles +fouills +fouillrent +fouilliez +fouillions +fouillis +fouillons +fouina +fouinai +fouinaient +fouinais +fouinait +fouinant +fouinard +fouinarde +fouinardes +fouinards +fouinas +fouinasse +fouinassent +fouinasses +fouinassiez +fouinassions +fouinmes +fouint +fouintes +fouine +fouinent +fouiner +fouinera +fouinerai +fouineraient +fouinerais +fouinerait +fouineras +fouinerez +fouineriez +fouinerions +fouinerons +fouineront +fouines +fouinez +fouin +fouine +fouines +fouins +fouinrent +fouiniez +fouinions +fouinons +fouir +fouira +fouirai +fouiraient +fouirais +fouirait +fouiras +fouirent +fouirez +fouiriez +fouirions +fouirons +fouiront +fouis +fouissaient +fouissais +fouissait +fouissant +fouisse +fouissent +fouisses +fouisseur +fouisseurs +fouisseuse +fouisseuses +fouissez +fouissiez +fouissions +fouissons +fouissont +fouit +foumes +fout +foutes +foula +foulage +foulages +foulai +foulaient +foulais +foulait +foulant +foulante +foulantes +foulants +foulard +foulards +foulas +foulasse +foulassent +foulasses +foulassiez +foulassions +foulmes +foult +foultes +foule +foulent +fouler +foulera +foulerai +fouleraient +foulerais +foulerait +fouleras +foulerez +fouleriez +foulerions +foulerons +fouleront +foules +foulez +foul +foule +foules +fouls +foulrent +fouliez +foulions +foulon +foulons +foulure +foulures +four +fourbe +fourberie +fourberies +fourbes +fourbi +fourbie +fourbies +fourbir +fourbira +fourbirai +fourbiraient +fourbirais +fourbirait +fourbiras +fourbirez +fourbiriez +fourbirions +fourbirons +fourbiront +fourbis +fourbissage +fourbissages +fourbissaient +fourbissais +fourbissait +fourbissant +fourbisse +fourbissent +fourbisses +fourbissez +fourbissiez +fourbissions +fourbissons +fourbit +fourbmes +fourbt +fourbtes +fourbu +fourbue +fourbues +fourbus +fourcha +fourchai +fourchaient +fourchais +fourchait +fourchant +fourchas +fourchasse +fourchassent +fourchasses +fourchassiez +fourchassions +fourchmes +fourcht +fourchtes +fourche +fourchent +fourcher +fourchera +fourcherai +fourcheraient +fourcherais +fourcherait +fourcheras +fourcherez +fourcheriez +fourcherions +fourcherons +fourcheront +fourches +fourchette +fourchettes +fourchez +fourch +fourche +fourches +fourchs +fourchrent +fourchiez +fourchions +fourchons +fourchu +fourchue +fourchues +fourchus +fourgon +fourgonna +fourgonnai +fourgonnaient +fourgonnais +fourgonnait +fourgonnant +fourgonnas +fourgonnasse +fourgonnassent +fourgonnasses +fourgonnassiez +fourgonnassions +fourgonnmes +fourgonnt +fourgonntes +fourgonne +fourgonnent +fourgonner +fourgonnera +fourgonnerai +fourgonneraient +fourgonnerais +fourgonnerait +fourgonneras +fourgonnerez +fourgonneriez +fourgonnerions +fourgonnerons +fourgonneront +fourgonnes +fourgonnette +fourgonnettes +fourgonnez +fourgonn +fourgonne +fourgonnes +fourgonns +fourgonnrent +fourgonniez +fourgonnions +fourgonnons +fourgons +fourmi +fourmilier +fourmiliers +fourmilire +fourmilires +fourmilla +fourmillai +fourmillaient +fourmillais +fourmillait +fourmillant +fourmillas +fourmillasse +fourmillassent +fourmillasses +fourmillassiez +fourmillassions +fourmillmes +fourmillt +fourmilltes +fourmille +fourmillement +fourmillements +fourmillent +fourmiller +fourmillera +fourmillerai +fourmilleraient +fourmillerais +fourmillerait +fourmilleras +fourmillerez +fourmilleriez +fourmillerions +fourmillerons +fourmilleront +fourmilles +fourmillez +fourmill +fourmille +fourmilles +fourmills +fourmillre +fourmillrent +fourmillres +fourmilliez +fourmillions +fourmillons +fourmis +fournaise +fournaises +fourneau +fourneaux +fourne +fournes +fourni +fournie +fournies +fournil +fournils +fourniment +fourniments +fournir +fournira +fournirai +fourniraient +fournirais +fournirait +fourniras +fournirent +fournirez +fourniriez +fournirions +fournirons +fourniront +fournis +fournissaient +fournissais +fournissait +fournissant +fournisse +fournissent +fournisses +fournisseur +fournisseurs +fournissez +fournissiez +fournissions +fournissons +fournit +fourniture +fournitures +fournmes +fournt +fourntes +fourra +fourrage +fourragea +fourrageai +fourrageaient +fourrageais +fourrageait +fourrageant +fourrageas +fourrageasse +fourrageassent +fourrageasses +fourrageassiez +fourrageassions +fourragemes +fourraget +fourragetes +fourragent +fourrageons +fourrager +fourragera +fourragerai +fourrageraient +fourragerais +fourragerait +fourrageras +fourragerez +fourrageriez +fourragerions +fourragerons +fourrageront +fourrages +fourragez +fourrag +fourrage +fourrages +fourrags +fourragre +fourragrent +fourragres +fourragiez +fourragions +fourrai +fourraient +fourrais +fourrait +fourrant +fourras +fourrasse +fourrassent +fourrasses +fourrassiez +fourrassions +fourrmes +fourrt +fourrtes +fourre +fourreau +fourreaux +fourrent +fourrer +fourrera +fourrerai +fourreraient +fourrerais +fourrerait +fourreras +fourrerez +fourreriez +fourrerions +fourrerons +fourreront +fourres +fourreur +fourreurs +fourreuse +fourreuses +fourrez +fourr +fourre +fourres +fourrs +fourrrent +fourrier +fourriers +fourriez +fourrire +fourrires +fourrions +fourrons +fourrure +fourrures +fours +fourvoie +fourvoient +fourvoiera +fourvoierai +fourvoieraient +fourvoierais +fourvoierait +fourvoieras +fourvoierez +fourvoieriez +fourvoierions +fourvoierons +fourvoieront +fourvoies +fourvoya +fourvoyai +fourvoyaient +fourvoyais +fourvoyait +fourvoyant +fourvoyas +fourvoyasse +fourvoyassent +fourvoyasses +fourvoyassiez +fourvoyassions +fourvoymes +fourvoyt +fourvoytes +fourvoyer +fourvoyez +fourvoy +fourvoye +fourvoyes +fourvoys +fourvoyrent +fourvoyiez +fourvoyions +fourvoyons +fous +fout +foutaient +foutais +foutait +foutant +foute +foutent +foutes +foutez +foutiez +foutions +foutis +foutisse +foutissent +foutisses +foutissiez +foutissions +foutit +foutmes +foutt +fouttes +foutons +foutra +foutrai +foutraient +foutrais +foutrait +foutras +foutre +foutrez +foutriez +foutrions +foutrons +foutront +fouts +foutu +foutue +foutues +foutus +fox +foyer +foyers +fhn +fhns +frac +fracas +fracassa +fracassai +fracassaient +fracassais +fracassait +fracassant +fracassante +fracassantes +fracassants +fracassas +fracassasse +fracassassent +fracassasses +fracassassiez +fracassassions +fracassmes +fracasst +fracasstes +fracasse +fracassent +fracasser +fracassera +fracasserai +fracasseraient +fracasserais +fracasserait +fracasseras +fracasserez +fracasseriez +fracasserions +fracasserons +fracasseront +fracasses +fracassez +fracass +fracasse +fracasses +fracasss +fracassrent +fracassiez +fracassions +fracassons +fracs +fraction +fractionna +fractionnai +fractionnaient +fractionnaire +fractionnaires +fractionnais +fractionnait +fractionnant +fractionnas +fractionnasse +fractionnassent +fractionnasses +fractionnassiez +fractionnassions +fractionnmes +fractionnt +fractionntes +fractionne +fractionnel +fractionnelle +fractionnelles +fractionnels +fractionnent +fractionner +fractionnera +fractionnerai +fractionneraient +fractionnerais +fractionnerait +fractionneras +fractionnerez +fractionneriez +fractionnerions +fractionnerons +fractionneront +fractionnes +fractionnez +fractionn +fractionne +fractionnes +fractionns +fractionnrent +fractionniez +fractionnions +fractionnons +fractions +fractura +fracturai +fracturaient +fracturais +fracturait +fracturant +fracturas +fracturasse +fracturassent +fracturasses +fracturassiez +fracturassions +fracturmes +fracturt +fracturtes +fracture +fracturent +fracturer +fracturera +fracturerai +fractureraient +fracturerais +fracturerait +fractureras +fracturerez +fractureriez +fracturerions +fracturerons +fractureront +fractures +fracturez +fractur +fracture +fractures +fracturs +fracturrent +fracturiez +fracturions +fracturons +fraeraient +fragile +fragiles +fragilit +fragment +fragmenta +fragmentai +fragmentaient +fragmentaire +fragmentairement +fragmentais +fragmentait +fragmentant +fragmentas +fragmentasse +fragmentassent +fragmentasses +fragmentassiez +fragmentassions +fragmentation +fragmentations +fragmentmes +fragmentt +fragmenttes +fragmente +fragmentent +fragmenter +fragmentera +fragmenterai +fragmenteraient +fragmenterais +fragmenterait +fragmenteras +fragmenterez +fragmenteriez +fragmenterions +fragmenterons +fragmenteront +fragmentes +fragmentez +fragment +fragmente +fragmentes +fragments +fragmentrent +fragmentiez +fragmentions +fragmentons +fragments +frai +fraie +fraient +fraiera +fraierai +fraieraient +fraierais +fraierait +fraieras +fraierez +fraieriez +fraieront +fraies +frais +fraisa +fraisage +fraisages +fraisai +fraisaient +fraisais +fraisait +fraisant +fraisas +fraisasse +fraisassent +fraisasses +fraisassiez +fraisassions +fraismes +fraist +fraistes +fraise +fraisent +fraiser +fraisera +fraiserai +fraiseraient +fraiserais +fraiserait +fraiseras +fraiserez +fraiseriez +fraiserions +fraiserons +fraiseront +fraises +fraiseur +fraiseurs +fraiseuse +fraiseuses +fraisez +frais +fraise +fraises +fraiss +fraisrent +fraisier +fraisiers +fraisiez +fraisions +fraisons +frache +frachement +fraches +fracheur +fracheurs +frachi +frachie +frachies +frachir +frachira +frachirai +frachiraient +frachirais +frachirait +frachiras +frachirent +frachirez +frachiriez +frachirions +frachirons +frachiront +frachis +frachissaient +frachissais +frachissait +frachissas +frachissez +frachissiez +frachissions +frachissons +frachissont +frachit +frachmes +fracht +frachtes +framboise +framboises +framboisier +framboisiers +franc +france +franche +franchement +franches +franchi +franchie +franchies +franchir +franchira +franchirai +franchiraient +franchirais +franchirait +franchiras +franchirent +franchirez +franchiriez +franchirions +franchirons +franchiront +franchis +franchise +franchises +franchissaient +franchissais +franchissait +franchissant +franchisse +franchissement +franchissements +franchissent +franchisses +franchissez +franchissiez +franchissions +franchissons +franchit +franchmes +francht +franchtes +francisa +francisai +francisaient +francisais +francisait +francisant +francisas +francisasse +francisassent +francisasses +francisassiez +francisassions +francisation +francisations +francismes +francist +francistes +franciscain +franciscaine +franciscaines +franciscains +francise +francisent +franciser +francisera +franciserai +franciseraient +franciserais +franciserait +franciseras +franciserez +franciseriez +franciserions +franciserons +franciseront +francises +francisez +francis +francise +francises +franciss +francisrent +francisiez +francisions +franciso +francisons +francisque +francisques +franco +francophile +francophiles +francophobe +francophobes +francophone +francophones +francophonie +francs +franais +franaise +franaises +franois +frange +frangea +frangeai +frangeaient +frangeais +frangeait +frangeant +frangeas +frangeasse +frangeassent +frangeasses +frangeassiez +frangeassions +frangemes +franget +frangetes +frangent +frangeons +franger +frangera +frangerai +frangeraient +frangerais +frangerait +frangeras +frangerez +frangeriez +frangerions +frangerons +frangeront +franges +frangez +frang +frange +franges +frangs +frangrent +frangiez +frangions +frangipane +frangipanes +franquette +franquiste +franquistes +frappa +frappai +frappaient +frappais +frappait +frappant +frappante +frappas +frappasse +frappassent +frappasses +frappassiez +frappassions +frappmes +frappt +frapptes +frappe +frappent +frapper +frappera +frapperai +frapperaient +frapperais +frapperait +frapperas +frapperez +frapperiez +frapperions +frapperons +frapperont +frappes +frappeur +frappeurs +frappeuse +frappeuses +frappez +frapp +frappe +frappes +frapps +frapprent +frappiez +frappions +frappons +frasque +frasques +fraternel +fraternelle +fraternellement +fraternelles +fraternels +fraternisa +fraternisai +fraternisaient +fraternisais +fraternisait +fraternisant +fraternisas +fraternisasse +fraternisassent +fraternisasses +fraternisassiez +fraternisassions +fraternismes +fraternist +fraternistes +fraternise +fraternisent +fraterniser +fraternisera +fraterniserai +fraterniseraient +fraterniserais +fraterniserait +fraterniseras +fraterniserez +fraterniseriez +fraterniserions +fraterniserons +fraterniseront +fraternises +fraternisez +fraternis +fraternise +fraternises +fraterniss +fraternisrent +fraternisiez +fraternisions +fraternisons +fraternit +fraternits +fratricide +fratricides +frauda +fraudai +fraudaient +fraudais +fraudait +fraudant +fraudas +fraudasse +fraudassent +fraudasses +fraudassiez +fraudassions +fraudmes +fraudt +fraudtes +fraude +fraudent +frauder +fraudera +frauderai +frauderaient +frauderais +frauderait +frauderas +frauderez +frauderiez +frauderions +frauderons +frauderont +fraudes +fraudeur +fraudeurs +fraudeuse +fraudeuses +fraudez +fraud +fraude +fraudes +frauds +fraudrent +fraudiez +fraudions +fraudons +frauduleuse +frauduleusement +frauduleuses +frauduleux +fraya +frayai +frayaient +frayais +frayait +frayant +frayas +frayasse +frayassent +frayasses +frayassiez +frayassions +fraymes +frayt +fraytes +fraye +frayent +frayer +frayera +frayerai +frayeraient +frayerais +frayerons +frayes +frayeur +frayeurs +frayez +fray +fraye +frayes +frays +frayrent +frayiez +frayions +frayons +fredaine +fredaines +fredonna +fredonnai +fredonnaient +fredonnais +fredonnait +fredonnant +fredonnas +fredonnasse +fredonnassent +fredonnasses +fredonnassiez +fredonnassions +fredonnmes +fredonnt +fredonntes +fredonne +fredonnement +fredonnements +fredonnent +fredonner +fredonnera +fredonnerai +fredonneraient +fredonnerais +fredonnerait +fredonneras +fredonnerez +fredonneriez +fredonnerions +fredonnerons +fredonneront +fredonnes +fredonnez +fredonn +fredonne +fredonnes +fredonns +fredonnrent +fredonniez +fredonnions +fredonnons +frein +freina +freinage +freinages +freinai +freinaient +freinais +freinait +freinant +freinas +freinasse +freinassent +freinasses +freinassiez +freinassions +freinmes +freint +freintes +freine +freinent +freiner +freinera +freinerai +freineraient +freinerais +freinerait +freineras +freinerez +freineriez +freinerions +freinerons +freineront +freines +freinez +frein +freine +freines +freins +freinrent +freiniez +freinions +freinons +freins +frelata +frelatai +frelataient +frelatais +frelatait +frelatant +frelatas +frelatasse +frelatassent +frelatasses +frelatassiez +frelatassions +frelatmes +frelatt +frelattes +frelate +frelatent +frelater +frelatera +frelaterai +frelateraient +frelaterais +frelaterait +frelateras +frelaterez +frelateriez +frelaterions +frelaterons +frelateront +frelates +frelatez +frelat +frelate +frelates +frelats +frelatrent +frelatiez +frelations +frelatons +frelon +frelons +freluquet +freluquets +fresque +fresques +fressure +fressures +fret +fretin +fretins +frets +fretta +frettai +frettaient +frettais +frettait +frettant +frettas +frettasse +frettassent +frettasses +frettassiez +frettassions +frettmes +frettt +fretttes +frette +frettent +fretter +frettera +fretterai +fretteraient +fretterais +fretterait +fretteras +fretterez +fretteriez +fretterions +fretterons +fretteront +frettes +frettez +frett +frette +frettes +fretts +frettrent +frettiez +frettions +frettons +freudien +freudienne +freudiennes +freudiens +freudisme +frgate +frgates +frmi +frmie +frmies +frmir +frmira +frmirai +frmiraient +frmirais +frmirait +frmiras +frmirent +frmirez +frmiriez +frmirions +frmirons +frmiront +frmis +frmissaient +frmissais +frmissait +frmissant +frmisse +frmissement +frmissements +frmissent +frmisses +frmissiez +frmissions +frmit +frmmes +frmt +frmtes +frnsie +frnsies +frntique +frntiquement +frntiques +frquemment +frquence +frquences +frquent +frquenta +frquentai +frquentaient +frquentais +frquentait +frquentant +frquentas +frquentasse +frquentassent +frquentasses +frquentassiez +frquentassions +frquentation +frquentations +frquentmes +frquentt +frquenttes +frquente +frquentent +frquenter +frquentera +frquenterai +frquenteraient +frquenterais +frquenterait +frquenteras +frquenterez +frquenteriez +frquenterions +frquenterons +frquenteront +frquentes +frquentez +frquent +frquente +frquentes +frquents +frquentrent +frquentiez +frquentions +frquentons +frquents +frta +frtai +frtaient +frtais +frtait +frtant +frtas +frtasse +frtassent +frtasses +frtassiez +frtassions +frtmes +frtt +frttes +frter +frtera +frterai +frteraient +frterais +frterait +frteras +frterez +frteriez +frterions +frterons +frteront +frteur +frteurs +frtez +frt +frte +frtes +frts +frtrent +frtiez +frtilla +frtillai +frtillaient +frtillais +frtillait +frtillant +frtillas +frtillasse +frtillassent +frtillasses +frtillassiez +frtillassions +frtillmes +frtillt +frtilltes +frtille +frtillement +frtillements +frtillent +frtiller +frtillera +frtillerai +frtilleraient +frtillerais +frtillerait +frtilleras +frtillerez +frtilleriez +frtillerions +frtillerons +frtilleront +frtilles +frtillez +frtill +frtille +frtilles +frtills +frtillrent +frtilliez +frtillions +frtillons +frtions +frtons +frre +frres +frte +frtent +frtes +frle +frles +frne +frnes +friabilit +friabilits +friable +friables +friand +friande +friandes +friandise +friandises +friands +fric +fricandeau +fricandeaux +fricassa +fricassai +fricassaient +fricassais +fricassait +fricassant +fricassas +fricassasse +fricassassent +fricassasses +fricassassiez +fricassassions +fricassmes +fricasst +fricasstes +fricasse +fricassent +fricasser +fricassera +fricasserai +fricasseraient +fricasserais +fricasserait +fricasseras +fricasserez +fricasseriez +fricasserions +fricasserons +fricasseront +fricasses +fricassez +fricass +fricasse +fricasses +fricasss +fricassrent +fricassiez +fricassions +fricassons +friche +friches +fricot +fricota +fricotai +fricotaient +fricotais +fricotait +fricotant +fricotas +fricotasse +fricotassent +fricotasses +fricotassiez +fricotassions +fricotmes +fricott +fricottes +fricote +fricotent +fricoter +fricotera +fricoterai +fricoteraient +fricoterais +fricoterait +fricoteras +fricoterez +fricoteriez +fricoterions +fricoterons +fricoteront +fricotes +fricotez +fricot +fricote +fricotes +fricots +fricotrent +fricotiez +fricotions +fricotons +fricots +friction +frictionna +frictionnai +frictionnaient +frictionnais +frictionnait +frictionnant +frictionnas +frictionnasse +frictionnassent +frictionnasses +frictionnassiez +frictionnassions +frictionnmes +frictionnt +frictionntes +frictionne +frictionnent +frictionner +frictionnera +frictionnerai +frictionneraient +frictionnerais +frictionnerait +frictionneras +frictionnerez +frictionneriez +frictionnerions +frictionnerons +frictionneront +frictionnes +frictionnez +frictionn +frictionne +frictionnes +frictionns +frictionnrent +frictionniez +frictionnions +frictionnons +frictions +frigidaire +frigide +frigides +frigidit +frigidits +frigo +frigorifia +frigorifiai +frigorifiaient +frigorifiais +frigorifiait +frigorifiant +frigorifias +frigorifiasse +frigorifiassent +frigorifiasses +frigorifiassiez +frigorifiassions +frigorifimes +frigorifit +frigorifites +frigorifie +frigorifient +frigorifier +frigorifiera +frigorifierai +frigorifieraient +frigorifierais +frigorifierait +frigorifieras +frigorifierez +frigorifieriez +frigorifierions +frigorifierons +frigorifieront +frigorifies +frigorifiez +frigorifi +frigorifie +frigorifies +frigorifis +frigorifirent +frigorifiiez +frigorifiions +frigorifions +frigorifique +frigorifiques +frigos +frileuse +frileusement +frileuses +frileux +frimaire +frimas +frime +frimes +frimousse +frimousses +fringale +fringales +fringant +fringante +fringantes +fringants +fripa +fripai +fripaient +fripais +fripait +fripant +fripas +fripasse +fripassent +fripasses +fripassiez +fripassions +fripmes +fript +friptes +fripe +fripent +friper +fripera +friperai +friperaient +friperais +friperait +friperas +friperez +friperie +friperies +friperiez +friperions +friperons +friperont +fripes +fripez +frip +fripe +fripes +frips +friprent +fripier +fripiers +fripiez +fripire +fripires +fripions +fripon +friponne +friponnerie +friponneries +friponnes +fripons +frira +frirai +friraient +frirais +frirait +friras +frire +frirez +fririez +fririons +frirons +friront +fris +frisa +frisai +frisaient +frisais +frisait +frisant +frisas +frisasse +frisassent +frisasses +frisassiez +frisassions +frismes +frist +fristes +frise +frisent +friser +frisera +friserai +friseraient +friserais +friserait +friseras +friserez +friseriez +friserions +friserons +friseront +frises +frisette +frisettes +frisez +fris +frise +frises +friss +frisrent +frisiez +frisions +frisons +frisotta +frisottai +frisottaient +frisottais +frisottait +frisottant +frisottas +frisottasse +frisottassent +frisottasses +frisottassiez +frisottassions +frisottmes +frisottt +frisotttes +frisotte +frisottent +frisotter +frisottera +frisotterai +frisotteraient +frisotterais +frisotterait +frisotteras +frisotterez +frisotteriez +frisotterions +frisotterons +frisotteront +frisottes +frisottez +frisott +frisotte +frisottes +frisotts +frisottrent +frisottiez +frisottions +frisottons +frisquet +frisquets +frisquette +frisquettes +frisson +frissonna +frissonnai +frissonnaient +frissonnais +frissonnait +frissonnant +frissonnas +frissonnasse +frissonnassent +frissonnasses +frissonnassiez +frissonnassions +frissonnmes +frissonnt +frissonntes +frissonne +frissonnement +frissonnements +frissonnent +frissonner +frissonnera +frissonnerai +frissonneraient +frissonnerais +frissonnerait +frissonneras +frissonnerez +frissonneriez +frissonnerions +frissonnerons +frissonneront +frissonnes +frissonnez +frissonn +frissonne +frissonnes +frissonns +frissonnrent +frissonniez +frissonnions +frissonnons +frissons +frisure +frisures +frit +frite +frites +frits +friture +fritures +frivole +frivolement +frivoles +frivolit +frivolits +froc +frocs +froid +froide +froidement +froides +froideur +froideurs +froids +froidure +froidures +froissa +froissai +froissaient +froissais +froissait +froissant +froissas +froissasse +froissassent +froissasses +froissassiez +froissassions +froissmes +froisst +froisstes +froisse +froissement +froissements +froissent +froisser +froissera +froisserai +froisseraient +froisserais +froisserait +froisseras +froisserez +froisseriez +froisserions +froisserons +froisseront +froisses +froissez +froiss +froisse +froisses +froisss +froissrent +froissiez +froissions +froissons +fromage +fromager +fromagerie +fromageries +fromagers +fromages +fromagre +fromagres +froment +fronce +froncent +froncer +froncera +froncerai +fronceraient +froncerais +froncerait +fronceras +froncerez +fronceriez +froncerions +froncerons +fronceront +fronces +froncez +fronc +fronce +fronces +froncs +froncrent +fronciez +froncions +frona +fronai +fronaient +fronais de froncer +fronait +fronant +fronas +fronasse +fronassent +fronasses +fronassiez +fronassions +fronmes +front +frontes +fronons +fronda +frondai +frondaient +frondais +frondaison +frondaisons +frondait +frondant +frondas +frondasse +frondassent +frondasses +frondassiez +frondassions +frondmes +frondt +frondtes +fronde +frondent +fronder +frondera +fronderai +fronderaient +fronderais +fronderait +fronderas +fronderez +fronderiez +fronderions +fronderons +fronderont +frondes +frondeur +frondeurs +frondeuse +frondeuses +frondez +frond +fronde +frondes +fronds +frondrent +frondiez +frondions +frondons +front +frontal +frontale +frontales +frontalier +frontaliers +frontalire +frontalires +frontaux +frontire +frontires +frontispice +frontispices +fronton +frontons +fronts +frotta +frottai +frottaient +frottais +frottait +frottant +frottas +frottasse +frottassent +frottasses +frottassiez +frottassions +frottmes +frottt +frotttes +frotte +frottement +frottements +frottent +frotter +frottera +frotterai +frotteraient +frotterais +frotterait +frotteras +frotterez +frotteriez +frotterions +frotterons +frotteront +frottes +frottez +frott +frotte +frottes +frotts +frottrent +frottiez +frottions +frottis +frottoir +frottoirs +frottons +frou +frous +frla +frlai +frlaient +frlais +frlait +frlant +frlas +frlasse +frlassent +frlasses +frlassiez +frlassions +frlmes +frlt +frltes +frle +frlement +frlements +frlent +frler +frlera +frlerai +frleraient +frlerais +frlerait +frleras +frlerez +frleriez +frlerions +frlerons +frleront +frles +frlez +frl +frle +frles +frls +frlrent +frliez +frlions +frlons +fructeuses +fructidor +fructifia +fructifiai +fructifiaient +fructifiais +fructifiait +fructifiant +fructifias +fructifiasse +fructifiassent +fructifiasses +fructifiassiez +fructifiassions +fructifimes +fructifit +fructifites +fructification +fructifications +fructifie +fructifient +fructifier +fructifiera +fructifierai +fructifieraient +fructifierais +fructifierait +fructifieras +fructifierez +fructifieriez +fructifierions +fructifierons +fructifieront +fructifies +fructifiez +fructifi +fructifie +fructifies +fructifis +fructifirent +fructifiiez +fructifiions +fructifions +fructueuse +fructueusement +fructueuses +fructueux +frugal +frugale +frugalement +frugales +frugalit +frugalits +frugaux +fruit +fruiterie +fruiteries +fruit +fruite +fruites +fruits +fruitier +fruitiers +fruitire +fruitires +fruits +frusques +frusquin +fruste +frustes +frustra +frustrai +frustraient +frustrais +frustrait +frustrant +frustras +frustrasse +frustrassent +frustrasses +frustrassiez +frustrassions +frustration +frustrations +frustrmes +frustrt +frustrtes +frustre +frustrent +frustrer +frustrera +frustrerai +frustreraient +frustrerais +frustrerait +frustreras +frustrerez +frustreriez +frustrerions +frustrerons +frustreront +frustres +frustrez +frustr +frustre +frustres +frustrs +frustrrent +frustriez +frustrions +frustrons +fuchsia +fuchsias +fuchsine +fuel +fuels +fugace +fugaces +fugacit +fugacits +fugitif +fugitifs +fugitive +fugitivement +fugitives +fugue +fugues +fui +fuie +fuient +fuies +fuir +fuira +fuirai +fuiraient +fuirais +fuirait +fuiras +fuirent +fuirez +fuiriez +fuirions +fuirons +fuiront +fuis +fuisse +fuissent +fuisses +fuissiez +fuissions +fuit +fuite +fuites +fumes +fut +futes +fulgura +fulgurai +fulguraient +fulgurais +fulgurait +fulgurant +fulgurante +fulgurantes +fulgurants +fulguras +fulgurasse +fulgurassent +fulgurasses +fulgurassiez +fulgurassions +fulgurmes +fulgurt +fulgurtes +fulgure +fulgurent +fulgurer +fulgurera +fulgurerai +fulgureraient +fulgurerais +fulgurerait +fulgureras +fulgurerez +fulgureriez +fulgurerions +fulgurerons +fulgureront +fulgures +fulgurez +fulgur +fulgure +fulgures +fulgurs +fulgurrent +fulguriez +fulgurions +fulgurons +fuligineuse +fuligineuses +fuligineux +fulmina +fulminai +fulminaient +fulminais +fulminait +fulminant +fulminas +fulminasse +fulminassent +fulminasses +fulminassiez +fulminassions +fulminmes +fulmint +fulmintes +fulmine +fulminent +fulminer +fulminera +fulminerai +fulmineraient +fulminerais +fulminerait +fulmineras +fulminerez +fulmineriez +fulminerions +fulminerons +fulmineront +fulmines +fulminez +fulmin +fulmine +fulmines +fulmins +fulminrent +fulminiez +fulminions +fulminons +fuma +fumage +fumages +fumai +fumaient +fumais +fumait +fumant +fumas +fumasse +fumassent +fumasses +fumassiez +fumassions +fummes +fumt +fumtes +fume +fument +fumer +fumera +fumerai +fumeraient +fumerais +fumerait +fumeras +fumerez +fumerie +fumeries +fumeriez +fumerions +fumerolle +fumerolles +fumerons +fumeront +fumes +fumet +fumets +fumeur +fumeurs +fumeuse +fumeuses +fumeux +fumez +fum +fume +fumes +fums +fumrent +fumier +fumiers +fumiez +fumigateur +fumigateurs +fumigation +fumigations +fumigne +fumignes +fumions +fumiste +fumisterie +fumistes +fumoir +fumoirs +fumons +fumure +fumures +funambule +funambules +funambulesque +funambulesques +funeste +funestes +funrailles +funraire +funraires +funbre +funbres +funiculaire +funiculaires +fur +furent +furet +fureta +furetai +furetaient +furetais +furetait +furetant +furetas +furetasse +furetassent +furetasses +furetassiez +furetassions +furetmes +furett +furettes +fureter +fureteur +fureteurs +fureteuse +fureteuses +furetez +furet +furete +furetes +furets +furetrent +furetiez +furetions +furetons +furets +fureur +fureurs +furte +furtent +furtera +furterai +furteraient +furterais +furterait +furteras +furterez +furteriez +furterions +furterons +furteront +furtes +furibond +furibonde +furibondes +furibonds +furie +furies +furieuse +furieusement +furieuses +furieux +furoncle +furoncles +furonculose +furonculoses +furtif +furtifs +furtive +furtivement +furtives +fus +fusa +fusai +fusaient +fusain +fusains +fusais +fusait +fusant +fusas +fusasse +fusassent +fusasses +fusassiez +fusassions +fusmes +fust +fustes +fuse +fuseau +fuseaux +fuselage +fuselages +fusel +fusele +fuseles +fusels +fusement +fusements +fusent +fuser +fusera +fuserai +fuseraient +fuserais +fuserait +fuseras +fuserez +fuseriez +fuserions +fuserons +fuseront +fuses +fusez +fus +fuse +fuses +fuss +fusrent +fusibilit +fusibilits +fusible +fusibles +fusiez +fusiforme +fusiformes +fusil +fusilla +fusillade +fusillades +fusillai +fusillaient +fusillais +fusillait +fusillant +fusillas +fusillasse +fusillassent +fusillasses +fusillassiez +fusillassions +fusillmes +fusillt +fusilltes +fusille +fusillent +fusiller +fusillera +fusillerai +fusilleraient +fusillerais +fusillerait +fusilleras +fusillerez +fusilleriez +fusillerions +fusillerons +fusilleront +fusilles +fusillez +fusill +fusille +fusilles +fusills +fusillrent +fusilliez +fusillions +fusillons +fusils +fusion +fusionna +fusionnai +fusionnaient +fusionnais +fusionnait +fusionnant +fusionnas +fusionnasse +fusionnassent +fusionnasses +fusionnassiez +fusionnassions +fusionnmes +fusionnt +fusionntes +fusionne +fusionnement +fusionnements +fusionnent +fusionner +fusionnera +fusionnerai +fusionneraient +fusionnerais +fusionnerait +fusionneras +fusionnerez +fusionneriez +fusionnerions +fusionnerons +fusionneront +fusionnes +fusionnez +fusionn +fusionne +fusionnes +fusionns +fusionnrent +fusionniez +fusionnions +fusionnons +fusions +fusons +fusse +fussent +fusses +fussiez +fussions +fustige +fustigea +fustigeai +fustigeaient +fustigeais +fustigeait +fustigeant +fustigeas +fustigeasse +fustigeassent +fustigeasses +fustigeassiez +fustigeassions +fustigemes +fustiget +fustigetes +fustigent +fustiger +fustigera +fustigerai +fustigeraient +fustigerais +fustigerait +fustigeras +fustigerez +fustigeriez +fustigerions +fustigerons +fustigeront +fustiges +fustigez +fustig +fustige +fustiges +fustigs +fustigrent +fustigiez +fustigions +fustigons +fut +futaie +futaies +futaille +futailles +fut +fute +futes +futs +futile +futilement +futiles +futilit +futilits +futur +future +futures +futurisme +futuriste +futuristes +futurs +fuyaient +fuyais +fuyait +fuyant +fuyante +fuyantes +fuyants +fuyard +fuyarde +fuyardes +fuyards +fuyez +fuyiez +fuyions +fuyons +fmes +ft +ftes +fts +g +gabardine +gabardines +gabarit +gabarits +gabegie +gabegies +gabelle +gabier +gabiers +gabion +gabions +gable +gables +gabon +gadget +gadgets +gadoue +gaffa +gaffai +gaffaient +gaffais +gaffait +gaffant +gaffas +gaffasse +gaffassent +gaffasses +gaffassiez +gaffassions +gaffmes +gafft +gafftes +gaffe +gaffent +gaffer +gaffera +gafferai +gafferaient +gafferais +gafferait +gafferas +gafferez +gafferiez +gafferions +gafferons +gafferont +gaffes +gaffeur +gaffeurs +gaffeuse +gaffeuses +gaffez +gaff +gaffe +gaffes +gaffs +gaffrent +gaffiez +gaffions +gaffons +gag +gage +gagea +gageai +gageaient +gageais +gageait +gageant +gageas +gageasse +gageassent +gageasses +gageassiez +gageassions +gagemes +gaget +gagetes +gagent +gageons +gager +gagera +gagerai +gageraient +gagerais +gagerait +gageras +gagerez +gageriez +gagerions +gagerons +gageront +gages +gageure +gageures +gagez +gag +gage +gages +gags +gagrent +gagiez +gagions +gagna +gagnai +gagnaient +gagnais +gagnait +gagnant +gagnante +gagnants +gagnas +gagnasse +gagnassent +gagnasses +gagnassiez +gagnassions +gagnmes +gagnt +gagntes +gagne +gagnent +gagner +gagnera +gagnerai +gagneraient +gagnerais +gagnerait +gagneras +gagnerez +gagneriez +gagnerions +gagnerons +gagneront +gagnes +gagneur +gagneurs +gagnez +gagn +gagne +gagnes +gagns +gagnrent +gagniez +gagnions +gagnons +gags +gai +gaie +gaiement +gaies +gaiet +gaiets +gaillard +gaillarde +gaillardes +gaillardise +gaillardises +gaillards +gain +gaina +gainage +gainai +gainaient +gainais +gainait +gainant +gainas +gainasse +gainassent +gainasses +gainassiez +gainassions +gainmes +gaint +gaintes +gaine +gainent +gainer +gainera +gainerai +gaineraient +gainerais +gainerait +gaineras +gainerez +gaineriez +gainerions +gainerons +gaineront +gaines +gainez +gain +gaine +gaines +gains +gainrent +gainiez +gainions +gainons +gains +gais +gala +galactique +galactiques +galalithe +galamment +galant +galante +galanterie +galanteries +galantes +galantine +galantines +galants +galas +galaxie +galaxies +galba +galbai +galbaient +galbais +galbait +galbant +galbas +galbasse +galbassent +galbasses +galbassiez +galbassions +galbmes +galbt +galbtes +galbe +galbent +galber +galbera +galberai +galberaient +galberais +galberait +galberas +galberez +galberiez +galberions +galberons +galberont +galbes +galbez +galb +galbe +galbes +galbs +galbrent +galbiez +galbions +galbons +gale +galerie +galeries +gales +galet +galetas +galets +galette +galettes +galeuse +galeuses +galeux +galjade +galjades +galrien +galriens +galne +galre +galres +galile +galilen +galilenne +galilennes +galilens +galimatias +galion +galions +galipette +galipettes +galle +galles +gallican +gallicane +gallicanes +gallicanisme +gallicans +gallicisme +gallicismes +gallinacs +gallo +gallois +galloise +galloises +gallon +gallons +galoche +galoches +galon +galons +galop +galopa +galopade +galopades +galopai +galopaient +galopais +galopait +galopant +galopas +galopasse +galopassent +galopasses +galopassiez +galopassions +galopmes +galopt +galoptes +galope +galopent +galoper +galopera +galoperai +galoperaient +galoperais +galoperait +galoperas +galoperez +galoperiez +galoperions +galoperons +galoperont +galopes +galopez +galop +galope +galopes +galops +galoprent +galopiez +galopin +galopins +galopions +galopons +galops +galvanisa +galvanisai +galvanisaient +galvanisais +galvanisait +galvanisant +galvanisas +galvanisasse +galvanisassent +galvanisasses +galvanisassiez +galvanisassions +galvanisation +galvanisations +galvanismes +galvanist +galvanistes +galvanise +galvanisent +galvaniser +galvanisera +galvaniserai +galvaniseraient +galvaniserais +galvaniserait +galvaniseras +galvaniserez +galvaniseriez +galvaniserions +galvaniserons +galvaniseront +galvanises +galvanisez +galvanis +galvanise +galvanises +galvaniss +galvanisrent +galvanisiez +galvanisions +galvanisons +galvano +galvanomtre +galvanomtres +galvanoplastie +galvanos +galvauda +galvaudai +galvaudaient +galvaudais +galvaudait +galvaudant +galvaudas +galvaudasse +galvaudassent +galvaudasses +galvaudassiez +galvaudassions +galvaudmes +galvaudt +galvaudtes +galvaude +galvaudent +galvauder +galvaudera +galvauderai +galvauderaient +galvauderais +galvauderait +galvauderas +galvauderez +galvauderiez +galvauderions +galvauderons +galvauderont +galvaudes +galvaudez +galvaud +galvaude +galvaudes +galvauds +galvaudrent +galvaudiez +galvaudions +galvaudons +gambada +gambadai +gambadaient +gambadais +gambadait +gambadant +gambadas +gambadasse +gambadassent +gambadasses +gambadassiez +gambadassions +gambadmes +gambadt +gambadtes +gambade +gambadent +gambader +gambadera +gambaderai +gambaderaient +gambaderais +gambaderait +gambaderas +gambaderez +gambaderiez +gambaderions +gambaderons +gambaderont +gambades +gambadez +gambad +gambade +gambades +gambads +gambadrent +gambadiez +gambadions +gambadons +gamelle +gamelles +gamte +gamtes +gamin +gamine +gaminerie +gamineries +gamines +gamins +gamma +gamme +gammes +gamm +gamme +gammes +gamms +ganache +ganaches +gandin +gandins +gang +ganglion +ganglionnaire +ganglionnaires +ganglions +gangrena +gangrenai +gangrenaient +gangrenais +gangrenait +gangrenant +gangrenas +gangrenasse +gangrenassent +gangrenasses +gangrenassiez +gangrenassions +gangrenmes +gangrent +gangrentes +gangrener +gangrenez +gangren +gangrene +gangrenes +gangrens +gangrenrent +gangreniez +gangrenions +gangrenons +gangrne +gangrnent +gangrnera +gangrnerai +gangrneraient +gangrnerais +gangrnerait +gangrneras +gangrnerez +gangrneriez +gangrnerions +gangrnerons +gangrneront +gangrnes +gangs +gangster +gangsters +gangstrisme +gangue +gangues +ganse +ganses +gant +ganta +gantai +gantaient +gantais +gantait +gantant +gantas +gantasse +gantassent +gantasses +gantassiez +gantassions +gantmes +gantt +ganttes +gante +gantelet +gantelets +gantent +ganter +gantera +ganterai +ganteraient +ganterais +ganterait +ganteras +ganterez +ganterie +ganteries +ganteriez +ganterions +ganterons +ganteront +gantes +gantez +gant +gante +gantes +gants +gantrent +gantier +gantiers +gantiez +gantire +gantires +gantions +gantons +gants +gara +garage +garages +garagiste +garagistes +garai +garaient +garais +garait +garance +garances +garant +garante +garantes +garanti +garantie +garanties +garantir +garantira +garantirai +garantiraient +garantirais +garantirait +garantiras +garantirent +garantirez +garantiriez +garantirions +garantirons +garantiront +garantis +garantissaient +garantissais +garantissait +garantissant +garantisse +garantissent +garantisses +garantissez +garantissiez +garantissions +garantissons +garantit +garantmes +garantt +garanttes +garants +garas +garasse +garassent +garasses +garassiez +garassions +garmes +gart +gartes +garce +garces +garon +garonne +garonnes +garonnet +garonnets +garonnire +garonnires +garons +garda +gardai +gardaient +gardais +gardait +gardant +gardas +gardasse +gardassent +gardasses +gardassiez +gardassions +gardmes +gardt +gardtes +garde +gardent +garder +gardera +garderai +garderaient +garderais +garderait +garderas +garderez +garderie +garderies +garderiez +garderions +garderons +garderont +gardes +gardeur +gardeurs +gardeuse +gardeuses +gardez +gard +garde +gardes +gardnia +gardnias +gards +gardrent +gardian taurien +gardians taurien +gardien +gardiennage +gardiennages +gardienne +gardiennes +gardiens +gardiez +gardions +gardon +gardons +gare +garenne +garennes +garent +garer +garera +garerai +gareraient +garerais +garerait +gareras +garerez +gareriez +garerions +garerons +gareront +gares +garez +gar +gare +gares +gars +garrent +gargarisa +gargarisai +gargarisaient +gargarisais +gargarisait +gargarisant +gargarisas +gargarisasse +gargarisassent +gargarisasses +gargarisassiez +gargarisassions +gargarismes +gargarist +gargaristes +gargarise +gargarisent +gargariser +gargarisera +gargariserai +gargariseraient +gargariserais +gargariserait +gargariseras +gargariserez +gargariseriez +gargariserions +gargariserons +gargariseront +gargarises +gargarisez +gargaris +gargarise +gargarises +gargariss +gargarisrent +gargarisiez +gargarisions +gargarisme +gargarisons +gargote +gargotes +gargotier +gargotiers +gargotire +gargotires +gargouilla +gargouillai +gargouillaient +gargouillais +gargouillait +gargouillant +gargouillas +gargouillasse +gargouillassent +gargouillasses +gargouillassiez +gargouillassions +gargouillmes +gargouillt +gargouilltes +gargouille +gargouillement +gargouillements +gargouillent +gargouiller +gargouillera +gargouillerai +gargouilleraient +gargouillerais +gargouillerait +gargouilleras +gargouillerez +gargouilleriez +gargouillerions +gargouillerons +gargouilleront +gargouilles +gargouillez +gargouill +gargouille +gargouilles +gargouills +gargouillrent +gargouilliez +gargouillions +gargouillis +gargouillons +gargoulette +gargoulettes +gariez +garigue +garigues +garions +garnement +garnements +garni +garnie +garnies +garnir +garnira +garnirai +garniraient +garnirait +garniras +garnirent +garnirez +garniriez +garnirions +garnirons +garniront +garnis +garnison +garnisons +garnissage +garnissages +garnissaient +garnissais +garnissait +garnissant +garnisse +garnissent +garnisses +garnissiez +garnissions +garnissons +garnit +garniture +garnitures +garnmes +garnt +garntes +garons +garou +garrigue +garrigues +garrot +garrots +garrotta +garrottai +garrottaient +garrottais +garrottait +garrottant +garrottas +garrottasse +garrottassent +garrottasses +garrottassiez +garrottassions +garrottmes +garrottt +garrotttes +garrotte +garrottent +garrotter +garrottera +garrotterai +garrotteraient +garrotterais +garrotterait +garrotteras +garrotterez +garrotteriez +garrotterions +garrotterons +garrotteront +garrottes +garrottez +garrott +garrotte +garrottes +garrotts +garrottrent +garrottiez +garrottions +garrottons +gars +gas +gascon +gasconna +gasconnade +gasconnades +gasconnai +gasconnaient +gasconnais +gasconnait +gasconnant +gasconnas +gasconnasse +gasconnassent +gasconnasses +gasconnassiez +gasconnassions +gasconnmes +gasconnt +gasconntes +gasconne +gasconnent +gasconner +gasconnera +gasconnerai +gasconneraient +gasconnerais +gasconnerait +gasconneras +gasconnerez +gasconneriez +gasconnerions +gasconnerons +gasconneront +gasconnes +gasconnez +gasconn +gasconne +gasconnes +gasconns +gasconnrent +gasconniez +gasconnions +gasconnons +gascons +gasoil +gaspilla +gaspillage +gaspillages +gaspillai +gaspillaient +gaspillais +gaspillait +gaspillant +gaspillas +gaspillasse +gaspillassent +gaspillasses +gaspillassiez +gaspillassions +gaspillmes +gaspillt +gaspilltes +gaspille +gaspillent +gaspiller +gaspillera +gaspillerai +gaspilleraient +gaspillerais +gaspillerait +gaspilleras +gaspillerez +gaspilleriez +gaspillerions +gaspillerons +gaspilleront +gaspilles +gaspilleur +gaspilleurs +gaspilleuse +gaspilleuses +gaspillez +gaspill +gaspille +gaspilles +gaspills +gaspillrent +gaspilliez +gaspillions +gaspillons +gastropodes +gastralgie +gastrique +gastriques +gastrite +gastrites +gastro +gastronome +gastronomes +gastronomie +gastronomies +gauche +gauchement +gaucher +gaucherie +gaucheries +gauchers +gauches +gauchre +gauchres +gauchi +gauchie +gauchies +gauchir +gauchira +gauchirai +gauchiraient +gauchirais +gauchirait +gauchiras +gauchirent +gauchirez +gauchiriez +gauchirions +gauchirons +gauchiront +gauchis +gauchisant politique +gauchisante politique +gauchisantes politique +gauchisants politique +gauchisme +gauchissaient +gauchissais +gauchissait +gauchissant +gauchisse +gauchissement +gauchissements +gauchissent +gauchisses +gauchissez +gauchissiez +gauchissions +gauchissons +gauchiste +gauchistes +gauchit +gauchmes +gaucht +gauchtes +gaucho +gauchos +gaudriole +gaudrioles +gaufra +gaufrage +gaufrages +gaufrai +gaufraient +gaufrais +gaufrait +gaufrant +gaufras +gaufrasse +gaufrassent +gaufrasses +gaufrassiez +gaufrassions +gaufrmes +gaufrt +gaufrtes +gaufre +gaufrent +gaufrer +gaufrera +gaufrerai +gaufreraient +gaufrerais +gaufrerait +gaufreras +gaufrerez +gaufreriez +gaufrerions +gaufrerons +gaufreront +gaufres +gaufrette +gaufrettes +gaufrez +gaufr +gaufre +gaufres +gaufrs +gaufrrent +gaufrier +gaufriers +gaufriez +gaufrions +gaufrons +gaufrure +gaufrures +gaula +gaulage +gaulages +gaulai +gaulaient +gaulais +gaulait +gaulant +gaulas +gaulasse +gaulassent +gaulasses +gaulassiez +gaulassions +gaulmes +gault +gaultes +gaule +gaulent +gauler +gaulera +gaulerai +gauleraient +gaulerais +gaulerait +gauleras +gaulerez +gauleriez +gaulerions +gaulerons +gauleront +gaules +gaulez +gaul +gaule +gaules +gauls +gaulrent +gauliez +gaulions +gaulle +gaullisme +gaulliste +gaullistes +gaulois +gauloise +gauloiserie +gauloiseries +gauloises +gaulons +gaussa +gaussai +gaussaient +gaussais +gaussait +gaussant +gaussas +gaussasse +gaussassent +gaussasses +gaussassiez +gaussassions +gaussmes +gausst +gausstes +gausse +gaussent +gausser +gaussera +gausserai +gausseraient +gausserais +gausserait +gausseras +gausserez +gausseriez +gausserions +gausserons +gausseront +gausses +gaussez +gauss +gausse +gausses +gausss +gaussrent +gaussiez +gaussions +gaussons +gava +gavage +gavages +gavai +gavaient +gavais +gavait +gavant +gavas +gavasse +gavassent +gavasses +gavassiez +gavassions +gavmes +gavt +gavtes +gave +gavent +gaver +gavera +gaverai +gaveraient +gaverais +gaverait +gaveras +gaverez +gaveriez +gaverions +gaverons +gaveront +gaves +gavez +gav +gave +gaves +gavs +gavrent +gaviez +gavions +gavons +gaz +gaza +gazai +gazaient +gazais +gazait +gazant +gazas +gazasse +gazassent +gazasses +gazassiez +gazassions +gazmes +gazt +gaztes +gaze +gazelle +gazelles +gazent +gazer +gazera +gazerai +gazeraient +gazerais +gazerait +gazeras +gazerez +gazeriez +gazerions +gazerons +gazeront +gazes +gazette +gazettes +gazeuse +gazeuses +gazeux +gazez +gaz +gaze +gazes +gazifia +gazifiai +gazifiaient +gazifiais +gazifiait +gazifiant +gazifias +gazifiasse +gazifiassent +gazifiasses +gazifiassiez +gazifiassions +gazifimes +gazifit +gazifites +gazifie +gazifient +gazifier +gazifiera +gazifierai +gazifieraient +gazifierais +gazifierait +gazifieras +gazifierez +gazifieriez +gazifierions +gazifierons +gazifieront +gazifies +gazifiez +gazifi +gazifie +gazifies +gazifis +gazifirent +gazifiiez +gazifiions +gazifions +gaziforme +gaziformes +gazs +gazrent +gazier +gaziers +gaziez +gazions +gazogne +gazognes +gazomtre +gazomtres +gazon +gazonna +gazonnai +gazonnaient +gazonnais +gazonnait +gazonnant +gazonnas +gazonnasse +gazonnassent +gazonnasses +gazonnassiez +gazonnassions +gazonnmes +gazonnt +gazonntes +gazonne +gazonnent +gazonner +gazonnera +gazonnerai +gazonneraient +gazonnerais +gazonnerait +gazonneras +gazonnerez +gazonneriez +gazonnerions +gazonnerons +gazonneront +gazonnes +gazonnez +gazonn +gazonne +gazonnes +gazonns +gazonnrent +gazonniez +gazonnions +gazonnons +gazons +gazouilla +gazouillai +gazouillaient +gazouillais +gazouillait +gazouillant +gazouillas +gazouillasse +gazouillassent +gazouillasses +gazouillassiez +gazouillassions +gazouillmes +gazouillt +gazouilltes +gazouille +gazouillement +gazouillements +gazouillent +gazouiller +gazouillera +gazouillerai +gazouilleraient +gazouillerais +gazouillerait +gazouilleras +gazouillerez +gazouilleriez +gazouillerions +gazouillerons +gazouilleront +gazouilles +gazouillez +gazouill +gazouille +gazouilles +gazouills +gazouillrent +gazouilliez +gazouillions +gazouillis +gazouillons +gazpacho +gcha +gchage +gchages +gchai +gchaient +gchais +gchait +gchant +gchas +gchasse +gchassent +gchasses +gchassiez +gchassions +gchmes +gcht +gchtes +gche +gchent +gcher +gchera +gcherai +gcheraient +gcherais +gcherait +gcheras +gcherez +gcheriez +gcherions +gcherons +gcheront +gches +gchette +gchettes +gcheur +gcheurs +gchez +gch +gche +gches +gchs +gchrent +gchiez +gchions +gchis +gchons +gta +gtai +gtaient +gtais +gtait +gtant +gtas +gtasse +gtassent +gtasses +gtassiez +gtassions +gtmes +gtt +gttes +gte +gteau +gteaux +gtent +gter +gtera +gterai +gteraient +gterais +gterait +gteras +gterez +gterie +gteries +gteriez +gterions +gterons +gteront +gtes +gteuse +gteuses +gteux +gtez +gt +gte +gtes +gts +gtrent +gtiez +gtine +gtines +gtions +gtisme +gtons +geai +geais +geignaient +geignais +geignait +geignant +geignard +geignarde +geignardes +geignards +geigne +geignent +geignes +geignez +geigniez +geignions +geignirent +geignis +geignisse +geignissent +geignisses +geignissiez +geignissions +geignit +geignmes +geignt +geigntes +geignons +geindra +geindrai +geindraient +geindrais +geindrait +geindras +geindre +geindrez +geindriez +geindrions +geindrons +geindront +geinds +geint +geinte +geintes +geints +gel +gela +gelai +gelaient +gelais +gelait +gelant +gelas +gelasse +gelassent +gelasses +gelassiez +gelassions +gelmes +gelt +geltes +geler +gelez +gel +gele +geles +gels +gelrent +geliez +gelinotte +gelinottes +gelions +gelons +gels +gelure +gelures +gemma +gemmai +gemmaient +gemmais +gemmait +gemmant +gemmas +gemmasse +gemmassent +gemmasses +gemmassiez +gemmassions +gemmmes +gemmt +gemmtes +gemme +gemment +gemmer +gemmera +gemmerai +gemmeraient +gemmerais +gemmerait +gemmeras +gemmerez +gemmeriez +gemmerions +gemmerons +gemmeront +gemmes +gemmez +gemm +gemme +gemmes +gemms +gemmrent +gemmiez +gemmions +gemmons +gencive +gencives +gendarma +gendarmai +gendarmaient +gendarmais +gendarmait +gendarmant +gendarmas +gendarmasse +gendarmassent +gendarmasses +gendarmassiez +gendarmassions +gendarmmes +gendarmt +gendarmtes +gendarme +gendarment +gendarmer +gendarmera +gendarmerai +gendarmeraient +gendarmerais +gendarmerait +gendarmeras +gendarmerez +gendarmerie +gendarmeries +gendarmeriez +gendarmerions +gendarmerons +gendarmeront +gendarmes +gendarmez +gendarm +gendarme +gendarmes +gendarms +gendarmrent +gendarmiez +gendarmions +gendarmons +gendre +gendres +genevois +genevoise +genevoises +genvrier +genvriers +gense +genses +genve +gent +gents +genivre +genivres +genou +genouillre +genouillres +genoux +genre +genres +gens +gentiane +gentianes +gentil +gentilhomme +gentilhommire +gentilhommires +gentille +gentilles +gentillesse +gentillesses +gentillet +gentillets +gentillette +gentillettes +gentils +gentilshommes +gentiment +gentleman +gentlemen +gentry +gele +geles +gelier +geliers +gelire +gelires +gerba +gerbai +gerbaient +gerbais +gerbait +gerbant +gerbas +gerbasse +gerbassent +gerbasses +gerbassiez +gerbassions +gerbmes +gerbt +gerbtes +gerbe +gerbent +gerber +gerbera +gerberai +gerberaient +gerberais +gerberait +gerberas +gerberez +gerberiez +gerberions +gerberons +gerberont +gerbes +gerbez +gerb +gerbe +gerbes +gerbs +gerbrent +gerbiez +gerbions +gerboise +gerboises +gerbons +gerce +gercent +gercer +gercera +gercerai +gerceraient +gercerais +gercerait +gerceras +gercerez +gerceriez +gercerions +gercerons +gerceront +gerces +gercez +gerc +gerce +gerces +gercs +gercrent +gerciez +gercions +gera +gerai +geraient +gerais +gerait +gerant +geras +gerasse +gerassent +gerasses +gerassiez +gerassions +germes +gert +gertes +gerons +gerure +gerures +germa +germai +germaient +germain +germaine +germaines +germains +germais +germait +germanie +germanique +germaniques +germanisa +germanisai +germanisaient +germanisais +germanisait +germanisant +germanisas +germanisasse +germanisassent +germanisasses +germanisassiez +germanisassions +germanisation +germanisations +germanismes +germanist +germanistes +germanise +germanisent +germaniser +germanisera +germaniserai +germaniseraient +germaniserais +germaniserait +germaniseras +germaniserez +germaniseriez +germaniserions +germaniserons +germaniseront +germanises +germanisez +germanis +germanise +germanises +germaniss +germanisrent +germanisiez +germanisions +germanisons +germant +germas +germasse +germassent +germasses +germassiez +germassions +germmes +germt +germtes +germe +germent +germer +germera +germerai +germeraient +germerais +germerait +germeras +germerez +germeriez +germerions +germerons +germeront +germes +germez +germ +germe +germes +germs +germrent +germiez +germinal +germinatif +germinatifs +germination +germinations +germinative +germinatives +germions +germons +gestation +gestations +geste +gestes +gesticula +gesticulai +gesticulaient +gesticulais +gesticulait +gesticulant +gesticulas +gesticulasse +gesticulassent +gesticulasses +gesticulassiez +gesticulassions +gesticulation +gesticulations +gesticulmes +gesticult +gesticultes +gesticule +gesticulent +gesticuler +gesticulera +gesticulerai +gesticuleraient +gesticulerais +gesticulerait +gesticuleras +gesticulerez +gesticuleriez +gesticulerions +gesticulerons +gesticuleront +gesticules +gesticulez +gesticul +gesticule +gesticules +gesticuls +gesticulrent +gesticuliez +gesticulions +gesticulons +gestion +gestionnaire +gestionnaires +gestions +geyser +geysers +gant +gante +gantes +gants +ghenne +glatine +glatineuse +glatineuses +glatineux +glif +glifs +glive +glives +glule +glules +gmi +gmie +gmies +gmin +gmine +gmines +gmins +gmir +gmira +gmirai +gmiraient +gmirais +gmirait +gmiras +gmirent +gmirez +gmiriez +gmirions +gmirons +gmiront +gmis +gmissaient +gmissais +gmissait +gmissant +gmisse +gmissement +gmissements +gmissent +gmisses +gmissez +gmissiez +gmissions +gmissons +gmit +gmmes +gmtes +gnalogie +gnalogies +gnalogique +gnalogiquement +gnalogiques +gnalogiste +gnalogistes +gnra +gnrai +gnraient +gnrais +gnrait +gnral +gnrale +gnralement +gnrales +gnralisa +gnralisai +gnralisaient +gnralisais +gnralisait +gnralisant +gnralisas +gnralisasse +gnralisassent +gnralisasses +gnralisassiez +gnralisassions +gnralisation +gnralisations +gnralismes +gnralist +gnralistes +gnralise +gnralisent +gnraliser +gnralisera +gnraliserai +gnraliseraient +gnraliserais +gnraliserait +gnraliseras +gnraliserez +gnraliseriez +gnraliserions +gnraliserons +gnraliseront +gnralises +gnralisez +gnralis +gnralise +gnralises +gnraliss +gnralisrent +gnralisiez +gnralisions +gnralisons +gnralissime +gnralissimes +gnraliste +gnralistes +gnralit +gnralits +gnrant +gnras +gnrasse +gnrassent +gnrasses +gnrassiez +gnrassions +gnrateur +gnrateurs +gnration +gnrations +gnratrice +gnratrices +gnraux +gnrmes +gnrt +gnrtes +gnrer +gnrera +gnrerai +gnreraient +gnrerais +gnrerait +gnreras +gnrerez +gnreriez +gnrerions +gnrerons +gnreront +gnreuse +gnreusement +gnreuses +gnreux +gnrez +gnr +gnre +gnres +gnrs +gnrrent +gnriez +gnrions +gnrique +gnriques +gnrons +gnrosit +gnrosits +gntique +gntiques +gnre +gnrent +gnres +gnial +gniale +gnialement +gniales +gniaux +gnie +gnies +gnisse +gnisses +gnital +gnitale +gnitales +gnitaux +gniteur +gniteurs +gnitif +gnitifs +gnitrice +gnitrices +gnocide +gnocides +gnois +gnoise +gnoises +gnotypes +gnuflexion +gnuflexions +gode +godes +godsie +gographe +gographes +gographie +gographique +gographiquement +gographiques +gologie +gologique +gologiquement +gologiques +gologue +gologues +gomancie +gomtrie +gomtrique +gomtriquement +gomtriques +gomtre +gomtres +gophysique +gorgie +gorgien +gorgienne +gorgiennes +gorgiens +gosynclinal +gothermie +gotropisme +gra +grai +graient +grais +grait +grance +grances +granium +graniums +grant +grante +grantes +grants +gras +grasse +grassent +grasses +grassiez +grassions +grmes +grt +grtes +grer +grera +grerai +greraient +grerais +grerait +greras +grerez +greriez +grerions +grerons +greront +grez +gr +gre +gres +grs +grrent +griez +grions +grondif +grondifs +grons +grontologie +gsier +gsiers +gsir +gle +glent +glera +glerai +gleraient +glerais +glerait +gleras +glerez +gleriez +glerions +glerons +gleront +gles +gne hrdit +gnes hrdit +gre +grent +gres +gna +gnai +gnaient +gnais +gnait +gnant +gnants +gnas +gnasse +gnassent +gnasses +gnassiez +gnassions +gnmes +gnt +gntes +gne +gnent +gner +gnera +gnerai +gneraient +gnerais +gnerait +gneras +gnerez +gneriez +gnerions +gnerons +gneront +gnes +gneur +gneurs +gneuse +gneuses +gnez +gn +gne +gnes +gns +gnrent +gniez +gnions +gnons +ghetto +ghettos +gibbon +gibbons +gibbosit +gibbosits +gibecire +gibecires +gibelotte +gibelottes +giberne +gibernes +gibet +gibets +gibier +giboule +giboules +giboyeuse +giboyeuses +giboyeux +gibus +gicla +giclai +giclaient +giclais +giclait +giclant +giclas +giclasse +giclassent +giclasses +giclassiez +giclassions +giclmes +giclt +gicltes +gicle +giclent +gicler +giclera +giclerai +gicleraient +giclerais +giclerait +gicleras +giclerez +gicleriez +giclerions +giclerons +gicleront +gicles +gicleur +gicleurs +giclez +gicl +gicle +gicles +gicls +giclrent +gicliez +giclions +giclons +gifla +giflai +giflaient +giflais +giflait +giflant +giflas +giflasse +giflassent +giflasses +giflassiez +giflassions +giflmes +giflt +gifltes +gifle +giflent +gifler +giflera +giflerai +gifleraient +giflerais +giflerait +gifleras +giflerez +gifleriez +giflerions +giflerons +gifleront +gifles +giflez +gifl +gifle +gifles +gifls +giflrent +gifliez +giflions +giflons +gigantesque +gigantesques +gigantisme +gigogne +gigognes +gigolo +gigolos +gigot +gigota +gigotai +gigotaient +gigotais +gigotait +gigotant +gigotas +gigotasse +gigotassent +gigotasses +gigotassiez +gigotassions +gigotmes +gigott +gigottes +gigote +gigotent +gigoter +gigotera +gigoterai +gigoteraient +gigoterais +gigoterait +gigoteras +gigoterez +gigoteriez +gigoterions +gigoterons +gigoteront +gigotes +gigotez +gigot +gigote +gigotes +gigots +gigotrent +gigotiez +gigotions +gigotons +gigots +gigue +gigues +gilet +gilets +gin +gingembre +gingivite +girafe +girafes +girandole +girandoles +giration +girations +giratoire +giratoires +girofle +girofles +girofle +girofles +giroflier +girofliers +girolle +girolles +giron +girons +girouette +girouettes +gis +gisaient +gisais +gisait +gisant +gisante +gisantes +gisants +gisement +gisements +gisent +gisez +gisiez +gisions +gisons +gitan +gitane +gitanes +gitans +givrage +givrages +givre +givres +givr +givre +givres +givrs +gt +gta +gtai +gtaient +gtais +gtait +gtant +gtas +gtasse +gtassent +gtasses +gtassiez +gtassions +gtmes +gtt +gttes +gte +gtent +gter +gtera +gterai +gteraient +gterais +gterait +gteras +gterez +gteriez +gterions +gterons +gteront +gtes +gtez +gt +gte +gtes +gts +gtrent +gtiez +gtions +gtons +glabre +glabres +glace +glacent +glacer +glacera +glacerai +glaceraient +glacerais +glacerait +glaceras +glacerez +glaceriez +glacerions +glacerons +glaceront +glaces +glacez +glac +glace +glaces +glacs +glacrent +glaciaire +glaciaires +glacial +glaciale +glaciales +glacials +glacier +glaciers +glaciez +glacire +glacires +glacions +glacis +glaa +glaage +glaages +glaai +glaaient +glaais +glaait +glaas +glaasse +glaassent +glaasses +glaassiez +glaassions +glames +glat +glates +glaon +glaons +gladiateur +gladiateurs +gladiatorial +gladiatoriale +glaire +glaires +glaireuse +glaireuses +glaireux +glaise +glaises +glaiseuse +glaiseuses +glaiseux +glaive +glaives +glaeul +glaeuls +glana +glanai +glanaient +glanais +glanait +glanant +glanas +glanasse +glanassent +glanasses +glanassiez +glanassions +glanmes +glant +glantes +gland +glande +glandes +gland +glande +glandes +glands +glands +glandulaire +glandulaires +glane +glanent +glaner +glanera +glanerai +glaneraient +glanerais +glanerait +glaneras +glanerez +glaneriez +glanerions +glanerons +glaneront +glanes +glaneur +glaneurs +glaneuse +glaneuses +glanez +glan +glane +glanes +glans +glanrent +glaniez +glanions +glanons +glanure +glanures +glapi +glapie +glapies +glapir +glapira +glapirai +glapiraient +glapirais +glapirait +glapiras +glapirent +glapirez +glapiriez +glapirions +glapirons +glapiront +glapis +glapissaient +glapissais +glapissait +glapissant +glapisse +glapissement +glapissements +glapissent +glapisses +glapissez +glapissiez +glapissions +glapissons +glapit +glapmes +glapt +glaptes +glas +glauque +glauques +glbe +glbes +glinglin +glissa +glissade +glissades +glissai +glissaient +glissais +glissait +glissant +glissante +glissantes +glissants +glissas +glissasse +glissassent +glissasses +glissassiez +glissassions +glissmes +glisst +glisstes +glisse +glissement +glissements +glissent +glisser +glissera +glisserai +glisseraient +glisserais +glisserait +glisseras +glisserez +glisseriez +glisserions +glisserons +glisseront +glisses +glissez +gliss +glisse +glisses +glisss +glissrent +glissiez +glissire +glissires +glissions +glissons +global +globale +globalement +globales +globaux +globe +globes +globulaire +globulaires +globule +globules +globuleuse +globuleuses +globuleux +gloire +gloires +gloria +glorias +gloriette +gloriettes +glorieuse +glorieusement +glorieuses +glorieux +glorifia +glorifiai +glorifiaient +glorifiais +glorifiait +glorifiant +glorifias +glorifiasse +glorifiassent +glorifiasses +glorifiassiez +glorifiassions +glorifiation +glorifiations +glorifimes +glorifit +glorifites +glorifie +glorifient +glorifier +glorifiera +glorifierai +glorifieraient +glorifierais +glorifierait +glorifieras +glorifierez +glorifieriez +glorifierions +glorifierons +glorifieront +glorifies +glorifiez +glorifi +glorifie +glorifies +glorifis +glorifirent +glorifiiez +glorifiions +glorifions +gloriole +glorioles +glosa +glosai +glosaient +glosais +glosait +glosant +glosas +glosasse +glosassent +glosasses +glosassiez +glosassions +glosmes +glost +glostes +glose +glosent +gloser +glosera +gloserai +gloseraient +gloserais +gloserait +gloseras +gloserez +gloseriez +gloserions +gloserons +gloseront +gloses +glosez +glos +glose +gloses +gloss +glosrent +glosiez +glosions +glosons +glossaire +glossaires +glotte +glottes +glouglou +glouglous +glouglouta +glougloutai +glougloutaient +glougloutais +glougloutait +glougloutant +glougloutas +glougloutasse +glougloutassent +glougloutasses +glougloutassiez +glougloutassions +glougloutmes +glougloutt +glouglouttes +glougloute +glougloutent +glouglouter +glougloutera +glouglouterai +glouglouteraient +glouglouterais +glouglouterait +glouglouteras +glouglouterez +glouglouteriez +glouglouterions +glouglouterons +glouglouteront +glougloutes +glougloutez +glouglout +glougloute +glougloutes +glouglouts +glougloutrent +glougloutiez +glougloutions +glougloutons +gloussa +gloussai +gloussaient +gloussais +gloussait +gloussant +gloussas +gloussasse +gloussassent +gloussasses +gloussassiez +gloussassions +gloussmes +glousst +glousstes +glousse +gloussement +gloussements +gloussent +glousser +gloussera +glousserai +glousseraient +glousserais +glousserait +glousseras +glousserez +glousseriez +glousserions +glousserons +glousseront +glousses +gloussez +glouss +glousse +glousses +glousss +gloussrent +gloussiez +gloussions +gloussons +glouton +gloutonne +gloutonnement +gloutonnerie +gloutonneries +gloutonnes +gloutons +glu +gluant +gluante +gluantes +gluants +gluau +gluaux +glucide +glucose +glus +gluten +glycmie +glycmies +glycrine +glycine +glycines +glycogne +glycognes +glyptique +gnangnan +gneiss +gnocchi +gnome +gnomes +gnomon +gnomons +gnosticisme +gnostique +gnostiques +go +goal +goals +goba +gobai +gobaient +gobais +gobait +gobant +gobas +gobasse +gobassent +gobasses +gobassiez +gobassions +gobmes +gobt +gobtes +gobe +gobelet +gobelets +gobent +gober +gobera +goberai +goberaient +goberais +goberait +goberas +goberez +goberge +gobergea +gobergeai +gobergeaient +gobergeais +gobergeait +gobergeant +gobergeas +gobergeasse +gobergeassent +gobergeasses +gobergeassiez +gobergeassions +gobergemes +goberget +gobergetes +gobergent +goberger +gobergera +gobergerai +gobergeraient +gobergerais +gobergerait +gobergeras +gobergerez +gobergeriez +gobergerions +gobergerons +gobergeront +goberges +gobergez +goberg +goberge +goberges +gobergs +gobergrent +gobergiez +gobergions +gobergons +goberiez +goberions +goberons +goberont +gobes +gobeur +gobeurs +gobeuse +gobeuses +gobez +gob +gobe +gobes +gobs +gobrent +gobiez +gobions +gobons +goda +godai +godaient +godais +godait +godant +godas +godasse +godassent +godasses +godassiez +godassions +godmes +godt +godtes +gode +godelureau +godelureaux +godent +goder +godera +goderai +goderaient +goderais +goderait +goderas +goderez +goderiez +goderions +goderons +goderont +godes +godet +godets +godez +god +gode +godes +gods +godrent +godiche +godiches +godiez +godilla +godillai +godillaient +godillais +godillait +godillant +godillas +godillasse +godillassent +godillasses +godillassiez +godillassions +godillmes +godillt +godilltes +godille +godillent +godiller +godillera +godillerai +godilleraient +godillerais +godillerait +godilleras +godillerez +godilleriez +godillerions +godillerons +godilleront +godilles +godillez +godill +godille +godilles +godills +godillrent +godilliez +godillions +godillons +godillot +godillots +godions +godons +godron +godrons +goland +golands +golette +golettes +gomon +gomons +gogo +gogos +goguenard +goguenarde +goguenardes +goguenardise +goguenardises +goguenards +goguette +goguettes +goinfra +goinfrai +goinfraient +goinfrais +goinfrait +goinfrant +goinfras +goinfrasse +goinfrassent +goinfrasses +goinfrassiez +goinfrassions +goinfrmes +goinfrt +goinfrtes +goinfre +goinfrent +goinfrer +goinfrera +goinfrerai +goinfreraient +goinfrerais +goinfrerait +goinfreras +goinfrerez +goinfrerie +goinfreries +goinfreriez +goinfrerions +goinfrerons +goinfreront +goinfres +goinfrez +goinfr +goinfre +goinfres +goinfrs +goinfrrent +goinfriez +goinfrions +goinfrons +goitre +goitres +goitreuse +goitreuses +goitreux +golf sport +golfe +golfes +golfeur +golfeurs +gomma +gommage +gommages +gommai +gommaient +gommais +gommait +gommant +gommas +gommasse +gommassent +gommasses +gommassiez +gommassions +gommmes +gommt +gommtes +gomme +gomment +gommer +gommera +gommerai +gommeraient +gommerais +gommerait +gommeras +gommerez +gommeriez +gommerions +gommerons +gommeront +gommes +gommez +gomm +gomme +gommes +gomms +gommrent +gommier +gommiers +gommiez +gommions +gommons +gond +gondola +gondolage +gondolages +gondolai +gondolaient +gondolais +gondolait +gondolant +gondolas +gondolasse +gondolassent +gondolasses +gondolassiez +gondolassions +gondolmes +gondolt +gondoltes +gondole +gondolent +gondoler +gondolera +gondolerai +gondoleraient +gondolerais +gondolerait +gondoleras +gondolerez +gondoleriez +gondolerions +gondolerons +gondoleront +gondoles +gondolez +gondol +gondole +gondoles +gondols +gondolrent +gondolier +gondoliers +gondoliez +gondolions +gondolons +gonds +gonfla +gonflai +gonflaient +gonflais +gonflait +gonflant +gonflas +gonflasse +gonflassent +gonflasses +gonflassiez +gonflassions +gonflmes +gonflt +gonfltes +gonfle +gonflement +gonflements +gonflent +gonfler +gonflera +gonflerai +gonfleraient +gonflerais +gonflerait +gonfleras +gonflerez +gonfleriez +gonflerions +gonflerons +gonfleront +gonfles +gonfleur +gonfleurs +gonflez +gonfl +gonfle +gonfles +gonfls +gonflrent +gonfliez +gonflions +gonflons +gong +gongs +goniomtrie +goniomtre +goniomtres +gonocoque +gonocoques +gonorrhe +goret +gorets +gorge +gorgea +gorgeai +gorgeaient +gorgeais +gorgeait +gorgeant +gorgeas +gorgeasse +gorgeassent +gorgeasses +gorgeassiez +gorgeassions +gorgemes +gorget +gorgetes +gorgent +gorgeons +gorger +gorgera +gorgerai +gorgeraient +gorgerais +gorgerait +gorgeras +gorgerez +gorgeriez +gorgerions +gorgerons +gorgeront +gorges +gorgez +gorg +gorge +gorges +gorgs +gorgrent +gorgiez +gorgions +gorgonzola +gorille +gorilles +gosier +gosiers +gosse +gosses +gothique +gothiques +gouache +gouaches +gouailla +gouaillai +gouaillaient +gouaillais +gouaillait +gouaillant +gouaillas +gouaillasse +gouaillassent +gouaillasses +gouaillassiez +gouaillassions +gouaillmes +gouaillt +gouailltes +gouaille +gouaillent +gouailler +gouaillera +gouaillerai +gouailleraient +gouaillerais +gouaillerait +gouailleras +gouaillerez +gouaillerie +gouailleries +gouailleriez +gouaillerions +gouaillerons +gouailleront +gouailles +gouailleur +gouailleurs +gouailleuse +gouailleuses +gouaillez +gouaill +gouaille +gouailles +gouaills +gouaillrent +gouailliez +gouaillions +gouaillons +goudron +goudronna +goudronnage +goudronnages +goudronnai +goudronnaient +goudronnais +goudronnait +goudronnant +goudronnas +goudronnasse +goudronnassent +goudronnasses +goudronnassiez +goudronnassions +goudronnmes +goudronnt +goudronntes +goudronne +goudronnent +goudronner +goudronnera +goudronnerai +goudronneraient +goudronnerais +goudronnerait +goudronneras +goudronnerez +goudronneriez +goudronnerions +goudronnerons +goudronneront +goudronnes +goudronnez +goudronn +goudronne +goudronnes +goudronns +goudronnrent +goudronniez +goudronnions +goudronnons +gouffre +gouffres +gouge +gouges +goujat +goujaterie +goujateries +goujats +goujon +goujons +goulag +goule +goules +goulet +goulets +goule +goules +goulot +goulots +goulu +goulue +goulues +goulus +goulment +goum +goupil +goupilla +goupillai +goupillaient +goupillais +goupillait +goupillant +goupillas +goupillasse +goupillassent +goupillasses +goupillassiez +goupillassions +goupillmes +goupillt +goupilltes +goupille +goupillent +goupiller +goupillera +goupillerai +goupilleraient +goupillerais +goupillerait +goupilleras +goupillerez +goupilleriez +goupillerions +goupillerons +goupilleront +goupilles +goupillez +goupill +goupille +goupilles +goupills +goupillrent +goupilliez +goupillions +goupillon +goupillons +goupils +goura +gourai +gouraient +gourais +gourait +gourant +gouras +gourasse +gourassent +gourasses +gourassiez +gourassions +gourmes +gourt +gourtes +gourbi +gourbis +gourd +gourde +gourdes +gourdin +gourdins +gourds +goure +gourent +gourer +gourera +gourerai +goureraient +gourerais +gourerait +goureras +gourerez +goureriez +gourerions +gourerons +goureront +goures +gourez +gour +goure +goures +gours +gourrent +gouriez +gourions +gourmand +gourmanda +gourmandai +gourmandaient +gourmandais +gourmandait +gourmandant +gourmandas +gourmandasse +gourmandassent +gourmandasses +gourmandassiez +gourmandassions +gourmandmes +gourmandt +gourmandtes +gourmande +gourmandent +gourmander +gourmandera +gourmanderai +gourmanderaient +gourmanderais +gourmanderait +gourmanderas +gourmanderez +gourmanderiez +gourmanderions +gourmanderons +gourmanderont +gourmandes +gourmandez +gourmand +gourmande +gourmandes +gourmands +gourmandrent +gourmandiez +gourmandions +gourmandise +gourmandises +gourmandons +gourmands +gourme +gourmes +gourmet +gourmets +gourmette +gourmettes +gourm +gourme +gourmes +gourms +gourons +gourou +gousse +gousses +gousset +goussets +goutta +gouttai +gouttaient +gouttais +gouttait +gouttant +gouttas +gouttasse +gouttassent +gouttasses +gouttassiez +gouttassions +gouttmes +gouttt +goutttes +goutte +gouttelette +gouttelettes +gouttent +goutter +gouttera +goutterai +goutteraient +goutterais +goutterait +goutteras +goutterez +goutteriez +goutterions +goutterons +goutteront +gouttes +goutteuse +goutteuses +goutteux +gouttez +goutt +goutte +gouttes +goutts +gouttrent +gouttiez +gouttire +gouttires +gouttions +gouttons +gouverna +gouvernable +gouvernables +gouvernai +gouvernaient +gouvernail +gouvernails +gouvernais +gouvernait +gouvernant +gouvernante +gouvernantes +gouvernants +gouvernas +gouvernasse +gouvernassent +gouvernasses +gouvernassiez +gouvernassions +gouvernmes +gouvernt +gouverntes +gouverne +gouvernement +gouvernemental +gouvernementale +gouvernementales +gouvernementaux +gouvernements +gouvernent +gouverner +gouvernera +gouvernerai +gouverneraient +gouvernerais +gouvernerait +gouverneras +gouvernerez +gouverneriez +gouvernerions +gouvernerons +gouverneront +gouvernes +gouverneur +gouverneurs +gouvernez +gouvern +gouverne +gouvernes +gouverns +gouvernrent +gouverniez +gouvernions +gouvernons +got +gota +gotai +gotaient +gotais +gotait +gotant +gotas +gotasse +gotassent +gotasses +gotassiez +gotassions +gotmes +gott +gottes +gote +gotent +goter +gotera +goterai +goteraient +goterais +goterait +goteras +goterez +goteriez +goterions +goterons +goteront +goters +gotes +gotez +got +gote +gotes +gots +gotrent +gotiez +gotions +gotons +gots +grabat +grabataire +grabataires +grabats +grabuge +grabuges +gracia +graciai +graciaient +graciais +graciait +graciant +gracias +graciasse +graciassent +graciasses +graciassiez +graciassions +gracimes +gracit +gracites +gracie +gracient +gracier +graciera +gracierai +gracieraient +gracierais +gracierait +gracieras +gracierez +gracieriez +gracierions +gracierons +gracieront +gracies +gracieuse +gracieusement +gracieuses +gracieusset +gracieussets +gracieux +graciez +graci +gracie +gracies +gracis +gracirent +graciiez +graciions +gracile +graciles +gracilit +gracilits +gracions +gradation +gradations +grade +grades +grad +grade +grades +grads +gradin +gradins +gradua +graduai +graduaient +graduais +graduait +graduant +graduas +graduasse +graduassent +graduasses +graduassiez +graduassions +graduation +graduations +gradumes +gradut +gradutes +gradue +graduel +graduelle +graduellement +graduelles +graduels +graduent +graduer +graduera +graduerai +gradueraient +graduerais +graduerait +gradueras +graduerez +gradueriez +graduerions +graduerons +gradueront +gradues +graduez +gradu +gradue +gradues +gradus +gradurent +graduiez +graduions +graduons +graffiti +graillon +graillons +grain +graine +graines +graineterie +graineteries +grainetier +grainetiers +grainetire +grainetires +grains +graissa +graissage +graissages +graissai +graissaient +graissais +graissait +graissant +graissas +graissasse +graissassent +graissasses +graissassiez +graissassions +graissmes +graisst +graisstes +graisse +graissent +graisser +graissera +graisserai +graisseraient +graisserais +graisserait +graisseras +graisserez +graisseriez +graisserions +graisserons +graisseront +graisses +graisseur +graisseurs +graisseuse +graisseuses +graisseux +graissez +graiss +graisse +graisses +graisss +graissrent +graissiez +graissions +graissons +graminaces +gramines +grammaire +grammaires +grammairien +grammairienne +grammairiennes +grammairiens +grammatical +grammaticale +grammaticalement +grammaticales +grammaticaux +gramme +grammes +grand +grande +grandement +grandes +grandeur +grandeurs +grandi +grandie +grandies +grandiloquence +grandiloquences +grandiloquent +grandiloquente +grandiloquentes +grandiloquents +grandiose +grandiosement +grandioses +grandir +grandira +grandirai +grandiraient +grandirais +grandirait +grandiras +grandirent +grandirez +grandiriez +grandirions +grandirons +grandiront +grandis +grandissaient +grandissais +grandissait +grandissant +grandissante +grandissantes +grandissants +grandisse +grandissent +grandisses +grandissez +grandissiez +grandissime +grandissimes +grandissions +grandissons +grandit +grandmes +grandt +grandtes +grands +grange +granges +granit +granita +granitai +granitaient +granitais +granitait +granitant +granitas +granitasse +granitassent +granitasses +granitassiez +granitassions +granitmes +granitt +granittes +granite +granitent +graniter +granitera +graniterai +graniteraient +graniterais +graniterait +graniteras +graniterez +graniteriez +graniterions +graniterons +graniteront +granites +granitez +granit +granite +granites +granits +granitrent +granitiez +granitions +granitique +granitiques +granitons +granulaire +granulaires +granularit +granularits +granulation +granulations +granule +granules +granuleuse +granuleuses +granuleux +granul +granule +granules +granuls +graphie +graphies +graphique +graphiquement +graphiques +graphisme +graphismes +graphiste +graphistes +graphite +graphologie +graphologue +graphologues +grappe +grappes +grappilla +grappillage +grappillages +grappillai +grappillaient +grappillais +grappillait +grappillant +grappillas +grappillasse +grappillassent +grappillasses +grappillassiez +grappillassions +grappillmes +grappillt +grappilltes +grappille +grappillent +grappiller +grappillera +grappillerai +grappilleraient +grappillerais +grappillerait +grappilleras +grappillerez +grappilleriez +grappillerions +grappillerons +grappilleront +grappilles +grappillez +grappill +grappille +grappilles +grappills +grappillrent +grappilliez +grappillions +grappillons +grappin +grappins +gras +grass dans ray grass +grasse +grassement +grasses +grasseya +grasseyai +grasseyaient +grasseyais +grasseyait +grasseyant +grasseyas +grasseyasse +grasseyassent +grasseyasses +grasseyassiez +grasseyassions +grasseymes +grasseyt +grasseytes +grasseye +grasseyement +grasseyements +grasseyent +grasseyer +grasseyera +grasseyerai +grasseyeraient +grasseyerais +grasseyerait +grasseyeras +grasseyerez +grasseyeriez +grasseyerions +grasseyerons +grasseyeront +grasseyes +grasseyez +grassey +grasseye +grasseyes +grasseys +grasseyrent +grasseyiez +grasseyions +grasseyons +grassouillet +grassouillets +grassouillette +grassouillettes +gratifia +gratifiai +gratifiaient +gratifiais +gratifiait +gratifiant +gratifias +gratifiasse +gratifiassent +gratifiasses +gratifiassiez +gratifiassions +gratifimes +gratifit +gratifites +gratification +gratifications +gratifie +gratifient +gratifier +gratifiera +gratifierai +gratifierais +gratifierait +gratifieras +gratifierez +gratifieriez +gratifierions +gratifierons +gratifieront +gratifies +gratifiez +gratifi +gratifie +gratifies +gratifis +gratifirent +gratifiiez +gratifiions +gratifions +gratin +gratina +gratinai +gratinaient +gratinais +gratinait +gratinant +gratinas +gratinasse +gratinassent +gratinasses +gratinassiez +gratinassions +gratinmes +gratint +gratintes +gratine +gratinent +gratiner +gratinera +gratinerai +gratineraient +gratinerais +gratinerait +gratineras +gratinerez +gratineriez +gratinerions +gratinerons +gratineront +gratines +gratinez +gratin +gratine +gratines +gratins +gratinrent +gratiniez +gratinions +gratinons +gratins +gratis +gratitude +gratitudes +gratta +grattage +grattages +grattai +grattaient +grattais +grattait +grattant +grattas +grattasse +grattassent +grattasses +grattassiez +grattassions +grattmes +grattt +gratttes +gratte +grattent +gratter +grattera +gratterai +gratteraient +gratterais +gratterait +gratteras +gratterez +gratteriez +gratterions +gratterons +gratteront +grattes +grattez +gratt +gratte +grattes +gratts +grattrent +grattiez +grattions +grattoir +grattoirs +grattons +gratuit +gratuite +gratuitement +gratuites +gratuit +gratuits +gratuits +grava +gravai +gravaient +gravais +gravait +gravant +gravas +gravasse +gravassent +gravasses +gravassiez +gravassions +gravats dbris +gravmes +gravt +gravtes +grave +graveleuse +graveleuses +graveleux +gravelle +gravement +gravent +graver +gravera +graverai +graveraient +graverais +graverait +graveras +graverez +graveriez +graverions +graverons +graveront +graves +graveur +graveurs +gravez +grav +grave +graves +gravs +gravrent +gravi +gravie +gravier +graviers +gravies +graviez +gravions +gravir +gravira +gravirai +graviraient +gravirais +gravirait +graviras +gravirent +gravirez +graviriez +gravirions +gravirons +graviront +gravis +gravissaient +gravissais +gravissait +gravissant +gravisse +gravissent +gravisses +gravissez +gravissiez +gravissions +gravissons +gravit +gravita +gravitai +gravitaient +gravitais +gravitait +gravitant +gravitas +gravitasse +gravitassent +gravitasses +gravitassiez +gravitassions +gravitation +gravitations +gravitmes +gravitt +gravittes +gravite +gravitent +graviter +gravitera +graviterai +graviteraient +graviterais +graviterait +graviteras +graviterez +graviteriez +graviterions +graviterons +graviteront +gravites +gravitez +gravit +gravite +gravites +gravits +gravitrent +gravitiez +gravitions +gravitons +gravmes +gravt +gravtes +gravons +gravure +gravures +grce +grces +grec +grecque +grecques +grecs +gredin adj +gredine +gredines +gredins adj +greffa +greffage +greffages +greffai +greffaient +greffais +greffait +greffant +greffas +greffasse +greffassent +greffasses +greffassiez +greffassions +greffmes +grefft +grefftes +greffe +greffent +greffer +greffera +grefferai +grefferaient +grefferais +grefferait +grefferas +grefferez +grefferiez +grefferions +grefferons +grefferont +greffes +greffez +greff +greffe +greffes +greffs +greffrent +greffier +greffiers +greffiez +greffions +greffoir +greffoirs +greffon +greffons +grelot +grelots +grelotta +grelottai +grelottaient +grelottais +grelottait +grelottant +grelottas +grelottasse +grelottassent +grelottasses +grelottassiez +grelottassions +grelottmes +grelottt +grelotttes +grelotte +grelottent +grelotter +grelottera +grelotterai +grelotteraient +grelotterais +grelotterait +grelotteras +grelotterez +grelotteriez +grelotterions +grelotterons +grelotteront +grelottes +grelottez +grelott +grelotte +grelottes +grelotts +grelottrent +grelottiez +grelottions +grelottons +grenache +grenade +grenades +grenadier +grenadiers +grenadine +grenaille +grenailles +grenat +gren +grene +grenes +grens +grenier +greniers +grenouille +grenouilles +grenouillre +grenouillres +grenu +grenue +grenues +grenus +greva +grevai +grevaient +grevais +grevait +grevant +grevas +grevasse +grevassent +grevasses +grevassiez +grevassions +grevmes +grevt +grevtes +grever +grevez +grev +greve +greves +grevs +grevrent +greviez +grevions +grevons +gr +gra +grai +graient +grais +grait +grant +gras +grasse +grassent +grasses +grassiez +grassions +grmes +grt +grtes +grcisa +grcisai +grcisaient +grcisais +grcisait +grcisant +grcisas +grcisasse +grcisassent +grcisasses +grcisassiez +grcisassions +grcismes +grcist +grcistes +grcise +grcisent +grciser +grcisera +grciserai +grciseraient +grciserais +grciserait +grciseras +grciserez +grciseriez +grciserions +grciserons +grciseront +grcises +grcisez +grcis +grcise +grcises +grciss +grcisrent +grcisiez +grcisions +grcisons +grco +gre +grement +grent +grer +grera +grerai +greraient +grerais +grerait +greras +grerez +greriez +grerions +grerons +greront +gres +grez +gr +gre +gres +grs +grgaire +grgaires +grgorien +grgorienne +grgoriennes +grgoriens +grseuse +grseuses +grseux +grsil +grsilla +grsillai +grsillaient +grsillais +grsillait +grsillant +grsillas +grsillasse +grsillassent +grsillasses +grsillassiez +grsillassions +grsillmes +grsillt +grsilltes +grsille +grsillement +grsillements +grsillent +grsiller +grsillera +grsillerai +grsilleraient +grsillerais +grsillerait +grsilleras +grsillerez +grsilleriez +grsillerions +grsillerons +grsilleront +grsilles +grsillez +grsill +grsille +grsilles +grsills +grsillrent +grsilliez +grsillions +grsillons +grsils +grviste +grvistes +grce +grge +grges +grnetis +grs +grve +grvent +grvera +grverai +grveraient +grverais +grverait +grveras +grverez +grveriez +grverions +grverons +grveront +grves +grla +grlaient +grlait +grlant +grlasse +grlassent +grlt +grle +grlent +grler +grlera +grleraient +grlerait +grleront +grles +grl +grle +grles +grls +grlrent +grlon +grlons +gri +gribouilla +gribouillage +gribouillages +gribouillai +gribouillaient +gribouillais +gribouillait +gribouillant +gribouillas +gribouillasse +gribouillassent +gribouillasses +gribouillassiez +gribouillassions +gribouillmes +gribouillt +gribouilltes +gribouille +gribouillent +gribouiller +gribouillera +gribouillerai +gribouilleraient +gribouillerais +gribouillerait +gribouilleras +gribouillerez +gribouilleriez +gribouillerions +gribouillerons +gribouilleront +gribouilles +gribouilleur +gribouilleurs +gribouilleuse +gribouilleuses +gribouillez +gribouill +gribouille +gribouilles +gribouills +gribouillrent +gribouilliez +gribouillions +gribouillis +gribouillons +grief +griefs +griche +griches +grivement +griffa +griffai +griffaient +griffais +griffait +griffant +griffas +griffasse +griffassent +griffasses +griffassiez +griffassions +griffmes +grifft +grifftes +griffe +griffent +griffer +griffera +grifferai +grifferaient +grifferais +grifferait +grifferas +grifferez +grifferiez +grifferions +grifferons +grifferont +griffes +griffez +griff +griffe +griffes +griffs +griffrent +griffiez +griffions +griffon +griffonna +griffonnage +griffonnages +griffonnai +griffonnaient +griffonnais +griffonnait +griffonnant +griffonnas +griffonnasse +griffonnassent +griffonnasses +griffonnassiez +griffonnassions +griffonnmes +griffonnt +griffonntes +griffonne +griffonnent +griffonner +griffonnera +griffonnerai +griffonneraient +griffonnerais +griffonnerait +griffonneras +griffonnerez +griffonneriez +griffonnerions +griffonnerons +griffonneront +griffonnes +griffonnez +griffonn +griffonne +griffonnes +griffonns +griffonnrent +griffonniez +griffonnions +griffonnons +griffons +griffure +griffures +grignota +grignotai +grignotaient +grignotais +grignotait +grignotant +grignotas +grignotasse +grignotassent +grignotasses +grignotassiez +grignotassions +grignotmes +grignott +grignottes +grignote +grignotent +grignoter +grignotera +grignoterai +grignoteraient +grignoterais +grignoterait +grignoteras +grignoterez +grignoteriez +grignoterions +grignoterons +grignoteront +grignotes +grignotez +grignot +grignote +grignotes +grignots +grignotrent +grignotiez +grignotions +grignotons +grigou +grigoue +grigoues +grigous +gril +grill room +grilla +grillade +grillades +grillage +grillagea +grillageai +grillageaient +grillageais +grillageait +grillageant +grillageas +grillageasse +grillageassent +grillageasses +grillageassiez +grillageassions +grillagemes +grillaget +grillagetes +grillagent +grillageons +grillager +grillagera +grillagerai +grillageraient +grillagerais +grillagerait +grillageras +grillagerez +grillageriez +grillagerions +grillagerons +grillageront +grillages +grillag +grillage +grillages +grillags +grillagrent +grillagiez +grillagions +grillai +grillaient +grillais +grillait +grillant +grillas +grillasse +grillassent +grillasses +grillassiez +grillassions +grillmes +grillt +grilltes +grille +grillent +griller +grillera +grillerai +grilleraient +grillerais +grillerait +grilleras +grillerez +grilleriez +grillerions +grillerons +grilleront +grilles +grillez +grill +grille +grilles +grills +grillrent +grilliez +grillions +grillon +grillons +grils +grima +grimace +grimacea +grimaceai +grimaceaient +grimaceais +grimaceait +grimaceant +grimaceas +grimaceasse +grimaceassent +grimaceasses +grimaceassiez +grimaceassions +grimacemes +grimacet +grimacetes +grimacent +grimaceons +grimacer +grimacera +grimacerai +grimaceraient +grimacerais +grimacerait +grimaceras +grimacerez +grimaceriez +grimacerions +grimacerons +grimaceront +grimaces +grimacez +grimac +grimace +grimaces +grimacs +grimacrent +grimacier +grimaciers +grimaciez +grimacire +grimacires +grimacions +grimai +grimaient +grimais +grimait +grimant +grimas +grimasse +grimassent +grimasses +grimassiez +grimassions +grimmes +grimt +grimtes +grime +griment +grimer +grimera +grimerai +grimeraient +grimerais +grimerait +grimeras +grimerez +grimeriez +grimerions +grimerons +grimeront +grimes +grimez +grim +grime +grimes +grims +grimrent +grimiez +grimions +grimoire +grimoires +grimons +grimpa +grimpai +grimpaient +grimpais +grimpait +grimpant +grimpas +grimpasse +grimpassent +grimpasses +grimpassiez +grimpassions +grimpmes +grimpt +grimptes +grimpe +grimpent +grimper +grimpera +grimperai +grimperaient +grimperais +grimperait +grimperas +grimperez +grimperiez +grimperions +grimperons +grimperont +grimpes +grimpette +grimpettes +grimpeur +grimpeurs +grimpeuse +grimpeuses +grimpez +grimp +grimpe +grimpes +grimps +grimprent +grimpiez +grimpions +grimpons +grince +grincement +grincements +grincent +grincer +grincera +grincerai +grinceraient +grincerais +grincerait +grinceras +grincerez +grinceriez +grincerions +grincerons +grinceront +grinces +grincez +grinc +grince +grinces +grincs +grincrent +grincheuse +grincheuses +grincheux +grinciez +grincions +grina +grinai +grinaient +grinais +grinait +grinant +grinas +grinasse +grinassent +grinasses +grinassiez +grinassions +grinmes +grint +grintes +grinons +gringalet +gringalets +griotte +griottes +grippa +grippage +grippages +grippai +grippaient +grippais +grippait +grippal +grippale +grippales +grippant +grippas +grippasse +grippassent +grippasses +grippassiez +grippassions +grippaux +grippmes +grippt +gripptes +grippe +grippement +grippements +grippent +gripper +grippera +gripperai +gripperaient +gripperais +gripperait +gripperas +gripperez +gripperiez +gripperions +gripperons +gripperont +grippes +grippez +gripp +grippe +grippes +gripps +gripprent +grippiez +grippions +grippons +gris +grisa +grisage +grisages +grisai +grisaient +grisaille +grisailles +grisais +grisait +grisant +grisante +grisantes +grisants +grisas +grisasse +grisassent +grisasses +grisassiez +grisassions +grismes +grist +gristes +gristre +gristres +grise +grisent +griser +grisera +griserai +griseraient +griserais +griserait +griseras +griserez +griserie +griseries +griseriez +griserions +griserons +griseront +grises +grisez +gris +grise +grises +griss +grisrent +grisiez +grisions +grisonna +grisonnai +grisonnaient +grisonnais +grisonnait +grisonnant +grisonnas +grisonnasse +grisonnassent +grisonnasses +grisonnassiez +grisonnassions +grisonnmes +grisonnt +grisonntes +grisonne +grisonnent +grisonner +grisonnera +grisonnerai +grisonneraient +grisonnerais +grisonnerait +grisonneras +grisonnerez +grisonneriez +grisonnerions +grisonnerons +grisonneront +grisonnes +grisonnez +grisonn +grisonne +grisonnes +grisonns +grisonnrent +grisonniez +grisonnions +grisonnons +grisons +grisou +grive +grives +grivlerie +grivleries +grivois +grivoise +grivoiserie +grivoiseries +grivoises +grog +groggy +grogna +grognai +grognaient +grognais +grognait +grognant +grognard +grognards +grognas +grognasse +grognassent +grognasses +grognassiez +grognassions +grognmes +grognt +grogntes +grogne +grognement +grognements +grognent +grogner +grognera +grognerai +grogneraient +grognerais +grognerait +grogneras +grognerez +grogneriez +grognerions +grognerons +grogneront +grognes +grognez +grogn +grogne +grognes +grogns +grognrent +grogniez +grognions +grognon +grognonne +grognonnes +grognons +grogs +groin +groins +grommela +grommelai +grommelaient +grommelais +grommelait +grommelant +grommelas +grommelasse +grommelassent +grommelasses +grommelassiez +grommelassions +grommelmes +grommeler +grommelez +grommel +grommele +grommeles +grommels +grommelrent +grommeliez +grommelions +grommelle +grommellent +grommellera +grommellerai +grommelleraient +grommellerais +grommellerait +grommelleras +grommellerez +grommelleriez +grommellerions +grommellerons +grommelleront +grommelles +grommelons +gronda +grondai +grondaient +grondais +grondait +grondant +grondas +grondasse +grondassent +grondasses +grondassiez +grondassions +grondmes +grondt +grondtes +gronde +grondement +grondements +grondent +gronder +grondera +gronderai +gronderaient +gronderais +gronderait +gronderas +gronderez +gronderie +gronderies +gronderiez +gronderions +gronderons +gronderont +grondes +grondeur +grondeurs +grondeuse +grondeuses +grondez +grond +gronde +grondes +gronds +grondrent +grondiez +grondions +grondons +groom +grooms +gros +groseille +groseilles +groseillier +groseilliers +grosse +grosses +grossesse +grossesses +grosseur +grosseurs +grossi +grossie +grossier +grossiers +grossies +grossire +grossirement +grossires +grossiret +grossirets +grossir +grossira +grossirai +grossiraient +grossirais +grossirait +grossiras +grossirent +grossirez +grossiriez +grossirions +grossirons +grossiront +grossis +grossissaient +grossissais +grossissait +grossissant +grossissante +grossissantes +grossissants +grossisse +grossissement +grossissements +grossissent +grossisses +grossissez +grossissiez +grossissions +grossissons +grossiste +grossistes +grossit +grossmes +grosst +grosstes +grosso +grotesque +grotesques +grotte +grottes +grouilla +grouillai +grouillaient +grouillais +grouillait +grouillant +grouillas +grouillasse +grouillassent +grouillasses +grouillassiez +grouillassions +grouillmes +grouillt +grouilltes +grouille +grouillement +grouillements +grouillent +grouiller +grouillera +grouillerai +grouilleraient +grouillerais +grouillerait +grouilleras +grouillerez +grouilleriez +grouillerions +grouillerons +grouilleront +grouilles +grouillez +grouill +grouille +grouilles +grouills +grouillrent +grouilliez +grouillions +grouillons +groupa +groupage +groupages +groupai +groupaient +groupais +groupait +groupant +groupas +groupasse +groupassent +groupasses +groupassiez +groupassions +groupmes +groupt +grouptes +groupe +groupement +groupements +groupent +grouper +groupera +grouperai +grouperaient +grouperais +grouperait +grouperas +grouperez +grouperiez +grouperions +grouperons +grouperont +groupes +groupez +group +groupe +groupes +groups +grouprent +groupiez +groupions +groupons +groupuscule +groupuscules +gruau +gruaux +grue +grues +gruge +grugea +grugeai +grugeaient +grugeais +grugeait +grugeant +grugeas +grugeasse +grugeassent +grugeasses +grugeassiez +grugeassions +grugemes +gruget +grugetes +grugent +grugeons +gruger +grugera +grugerai +grugeraient +grugerais +grugerait +grugeras +grugerez +grugeriez +grugerions +grugerons +grugeront +gruges +grugez +grug +gruge +gruges +grugs +grugrent +grugiez +grugions +grume +grumeau +grumeaux +grumeleuse +grumeleuses +grumeleux +grumes +grutier +grutiers +gruyre +gruyres +guano +guelte +gueltes +guenille +guenilles +guenon +guenons +guerre +guerres +guerrier +guerriers +guerrire +guerrires +guerroie +guerroient +guerroiera +guerroierai +guerroieraient +guerroierais +guerroierait +guerroieras +guerroierez +guerroieriez +guerroierions +guerroierons +guerroieront +guerroies +guerroya +guerroyai +guerroyais +guerroyait +guerroyant +guerroyas +guerroyasse +guerroyassent +guerroyasses +guerroyassiez +guerroyassions +guerroymes +guerroyt +guerroytes +guerroyer +guerroyez +guerroy +guerroye +guerroyes +guerroys +guerroyrent +guerroyiez +guerroyions +guerroyons +guet +guets +guetta +guettai +guettaient +guettais +guettait +guettant +guettas +guettasse +guettassent +guettasses +guettassiez +guettassions +guettmes +guettt +guetttes +guette +guettent +guetter +guettera +guetterai +guetteraient +guetterais +guetterait +guetteras +guetterez +guetteriez +guetterions +guetterons +guetteront +guettes +guetteur +guetteurs +guettez +guett +guette +guettes +guetts +guettrent +guettiez +guettions +guettons +gueula +gueulai +gueulaient +gueulais +gueulait +gueulant +gueulantes +gueulard +gueularde +gueulardes +gueulards +gueulas +gueulasse +gueulassent +gueulasses +gueulassiez +gueulassions +gueulmes +gueult +gueultes +gueule +gueulent +gueuler +gueulera +gueulerai +gueuleraient +gueulerais +gueulerait +gueuleras +gueulerez +gueuleriez +gueulerions +gueulerons +gueuleront +gueules +gueuleton +gueuletons +gueulez +gueul +gueule +gueules +gueuls +gueulrent +gueuliez +gueulions +gueulons +gueuse +gueuses +gueux +gu +gupard +gupards +guri +guridon +guridons +gurie +guries +gurilla +gurillas +gurillero +gurilleros +gurir +gurira +gurirai +guriraient +gurirais +gurirait +guriras +gurirent +gurirez +guririez +guririons +gurirons +guriront +guris +gurison +gurisons +gurissable +gurissables +gurissaient +gurissais +gurissait +gurissant +gurisse +gurissent +gurisses +gurisseur +gurisseurs +gurisseuse +gurisseuses +gurissez +gurissiez +gurissions +gurissons +gurit +gurite +gurites +gurmes +gurt +gurtes +gus +gure +gupe +gupes +gupier +gupiers +gutre +gutres +gui +guibolle +guibolles +guiche +guiches +guichet +guichetier +guichetiers +guichetire +guichetires +guichets +guida +guidage +guidages +guidai +guidaient +guidais +guidait +guidant +guidas +guidasse +guidassent +guidasses +guidassiez +guidassions +guidmes +guidt +guidtes +guide +guident +guider +guidera +guiderai +guideraient +guiderais +guiderait +guideras +guiderez +guideriez +guiderions +guiderons +guideront +guides +guidez +guid +guide +guides +guids +guidrent +guidiez +guidions +guidon +guidons +guigna +guignai +guignaient +guignais +guignait +guignant +guignas +guignasse +guignassent +guignasses +guignassiez +guignassions +guignmes +guignt +guigntes +guigne +guignent +guigner +guignera +guignerai +guigneraient +guignerais +guignerait +guigneras +guignerez +guigneriez +guignerions +guignerons +guigneront +guignes +guignez +guign +guigne +guignes +guigns +guignrent +guigniez +guignions +guignol +guignolet +guignols +guignon +guignons +guilledou +guilledous +guillemet +guillemets +guilleret +guillerets +guillerette +guillerettes +guillocha +guillochage +guillochages +guillochai +guillochaient +guillochais +guillochait +guillochant +guillochas +guillochasse +guillochassent +guillochasses +guillochassiez +guillochassions +guillochmes +guillocht +guillochtes +guilloche +guillochent +guillocher +guillochera +guillocherai +guillocheraient +guillocherais +guillocherait +guillocheras +guillocherez +guillocheriez +guillocherions +guillocherons +guillocheront +guilloches +guillochez +guilloch +guilloche +guilloches +guillochs +guillochrent +guillochiez +guillochions +guillochis +guillochons +guillotina +guillotinai +guillotinaient +guillotinais +guillotinait +guillotinant +guillotinas +guillotinasse +guillotinassent +guillotinasses +guillotinassiez +guillotinassions +guillotinmes +guillotint +guillotintes +guillotine +guillotinent +guillotiner +guillotinera +guillotinerai +guillotineraient +guillotinerais +guillotinerait +guillotineras +guillotinerez +guillotineriez +guillotinerions +guillotinerons +guillotineront +guillotines +guillotinez +guillotin +guillotine +guillotines +guillotins +guillotinrent +guillotiniez +guillotinions +guillotinons +guimauve +guimauves +guimbarde +guimbardes +guimpe +guimpes +guind +guinde +guindes +guinds +guine +guines +guingois +guinguette +guinguettes +guipure +guipures +guirlande +guirlandes +guise +guises +guitare +guitares +guitariste +guitaristes +gum +gus +gustatif +gustatifs +gustation +gustations +gustative +gustatives +gutta +guttural +gutturale +gutturales +gutturaux +guyane +gymnase +gymnases +gymnaste +gymnastes +gymnastique +gymnastiques +gymnique +gymnnospermes +gynce +gynces +gyncologie +gyncologique +gyncologiques +gyncologue +gyncologues +gypate +gypates +gypse +gypseuse +gypseuses +gypseux +gyroscope +gyroscopes +h +ha aspir +habens +habile +habilement +habiles +habilet +habilets +habilita +habilitai +habilitaient +habilitais +habilitait +habilitant +habilitas +habilitasse +habilitassent +habilitasses +habilitassiez +habilitassions +habilitation +habilitations +habilitmes +habilitt +habilittes +habilite +habilitent +habiliter +habilitera +habiliterai +habiliteraient +habiliterais +habiliterait +habiliteras +habiliterez +habiliteriez +habiliterions +habiliterons +habiliteront +habilites +habilitez +habilit +habilite +habilites +habilits +habilitrent +habilitiez +habilitions +habilitons +habilla +habillage +habillages +habillai +habillaient +habillais +habillait +habillant +habillas +habillasse +habillassent +habillasses +habillassiez +habillassions +habillmes +habillt +habilltes +habille +habillement +habillements +habillent +habiller +habillera +habillerai +habilleraient +habillerais +habillerait +habilleras +habillerez +habilleriez +habillerions +habillerons +habilleront +habilles +habilleur +habilleurs +habilleuse +habilleuses +habillez +habill +habille +habilles +habills +habillrent +habilliez +habillions +habillons +habit +habita +habitable +habitables +habitacle +habitacles +habitai +habitaient +habitais +habitait +habitant +habitante +habitantes +habitants +habitas +habitasse +habitassent +habitasses +habitassiez +habitassions +habitat nom +habitation +habitations +habitats +habitmes +habitt +habittes +habite +habitent +habiter +habitera +habiterai +habiteraient +habiterais +habiterait +habiteras +habiterez +habiteriez +habiterions +habiterons +habiteront +habites +habitez +habit +habite +habites +habits +habitrent +habitiez +habitions +habitons +habits +habitua +habituai +habituaient +habituais +habituait +habituant +habituas +habituasse +habituassent +habituasses +habituassiez +habituassions +habitumes +habitut +habitutes +habitude +habitudes +habitue +habituel +habituelle +habituellement +habituelles +habituels +habituent +habituer +habituera +habituerai +habitueraient +habituerais +habituerait +habitueras +habituerez +habitueriez +habituerions +habituerons +habitueront +habitues +habituez +habitu +habitue +habitues +habitus +habiturent +habituiez +habituions +habituons +hacha aspir +hachage aspir +hachages aspir +hachai aspir +hachaient aspir +hachais aspir +hachait aspir +hachant aspir +hachas aspir +hachasse aspir +hachassent aspir +hachasses aspir +hachassiez aspir +hachassions aspir +hachmes aspir +hacht aspir +hachtes aspir +hache aspir +hachent aspir +hacher aspir +hachera aspir +hacherai aspir +hacheraient aspir +hacherais aspir +hacherait aspir +hacheras aspir +hacherez aspir +hacheriez aspir +hacherions aspir +hacherons aspir +hacheront aspir +haches aspir +hachette aspir +hachettes aspir +hachez aspir +hach aspir +hache aspir +haches aspir +hachs aspir +hachrent aspir +hachich aspir +hachiez aspir +hachions aspir +hachis aspir +hachisch aspir +hachoir aspir +hachoirs aspir +hachons aspir +hachura aspir +hachurai aspir +hachuraient aspir +hachurais aspir +hachurait aspir +hachurant aspir +hachuras aspir +hachurasse aspir +hachurassent aspir +hachurasses aspir +hachurassiez aspir +hachurassions aspir +hachurmes aspir +hachurt aspir +hachurtes aspir +hachure aspir +hachurent aspir +hachurer aspir +hachurera aspir +hachurerai aspir +hachureraient aspir +hachurerais aspir +hachurerait aspir +hachureras aspir +hachurerez aspir +hachureriez aspir +hachurerions aspir +hachurerons aspir +hachureront aspir +hachures aspir +hachurez aspir +hachur aspir +hachure aspir +hachures aspir +hachurs aspir +hachurrent aspir +hachuriez aspir +hachurions aspir +hachurons aspir +hacienda +haciendas +haddock aspir +haddocks aspir +hagard aspir +hagarde aspir +hagardes aspir +hagards aspir +hagiographie +hagiographies +haie aspir +haies aspir +haillon aspir +haillons aspir +haine aspir +haines aspir +haineuse aspir +haineuses aspir +haineux aspir +hais aspir +hait aspir +ha aspir +hae aspir +haes aspir +har aspir +hara aspir +harai aspir +haraient aspir +harais aspir +harait aspir +haras aspir +harent aspir +harez aspir +hariez aspir +harions aspir +harons aspir +haront aspir +has aspir +hassable aspir +hassables aspir +hassaient aspir +hassais aspir +hassait aspir +hassant aspir +hasse aspir +hassent aspir +hasses aspir +hassez aspir +hassiez aspir +hassions aspir +hassons aspir +hat aspir +hati +hatien +hatienne +hatiennes +hatiens +hames aspir +hat aspir +hates aspir +hala aspir +halage aspir +halages aspir +halai aspir +halaient aspir +halais aspir +halait aspir +halant aspir +halas aspir +halasse aspir +halassent aspir +halasses aspir +halassiez aspir +halassions aspir +halmes aspir +halt aspir +haltes aspir +hale aspir +haleine +haleines +halent aspir +haler aspir +halera aspir +halerai aspir +haleraient aspir +halerais aspir +halerait aspir +haleras aspir +halerez aspir +haleriez aspir +halerions aspir +halerons aspir +haleront aspir +hales aspir +haleta aspir +haletai aspir +haletaient aspir +haletais aspir +haletait aspir +haletant aspir +haletante aspir +haletantes aspir +haletants aspir +haletas aspir +haletasse aspir +haletassent aspir +haletasses aspir +haletassiez aspir +haletassions aspir +haletmes aspir +halett aspir +halettes aspir +haleter aspir +haletez aspir +halet aspir +halete aspir +haletes aspir +halets aspir +haletrent aspir +haletiez aspir +haletions aspir +haletons aspir +haleur aspir +haleurs aspir +haleuse aspir +haleuses aspir +halez aspir +hal aspir +hale aspir +hales aspir +hals aspir +halrent aspir +halte aspir +haltement aspir +haltements aspir +haltent aspir +haltera aspir +halterai aspir +halteraient aspir +halterais aspir +halterait aspir +halteras aspir +halterez aspir +halteriez aspir +halterions aspir +halterons aspir +halteront aspir +haliez aspir +halions aspir +hall aspir +hallali +halle aspir +hallebarde aspir +hallebardes aspir +hallebardier aspir +hallebardiers aspir +halles aspir +hallier aspir +halliers aspir +halls aspir +hallucina +hallucinai +hallucinaient +hallucinais +hallucinait +hallucinant +hallucinante +hallucinantes +hallucinants +hallucinas +hallucinasse +hallucinassent +hallucinasses +hallucinassiez +hallucinassions +hallucination +hallucinations +hallucinatoire +hallucinatoires +hallucinmes +hallucint +hallucintes +hallucine +hallucinent +halluciner +hallucinera +hallucinerai +hallucineraient +hallucinerais +hallucinerait +hallucineras +hallucinerez +hallucineriez +hallucinerions +hallucinerons +hallucineront +hallucines +hallucinez +hallucin +hallucine +hallucines +hallucins +hallucinrent +halluciniez +hallucinions +hallucinons +halo aspir +halons +halos aspir +halte aspir +haltes aspir +haltrophile +haltrophiles +haltrophilie +haltre +haltres +hamac aspir +hamacs aspir +hamburger aspir +hamburgers aspir +hameau aspir +hameaux aspir +hameon +hameons +hammam aspir +hammams aspir +hampe aspir +hampes aspir +hamster aspir +hamsters aspir +han aspir +hanap aspir +hanaps aspir +hanche aspir +hanches aspir +handball aspir +handicap aspir +handicapa aspir +handicapai aspir +handicapaient aspir +handicapais aspir +handicapait aspir +handicapant aspir +handicapas aspir +handicapasse aspir +handicapassent aspir +handicapasses aspir +handicapassiez aspir +handicapassions aspir +handicapmes aspir +handicapt aspir +handicaptes aspir +handicape aspir +handicapent aspir +handicaper aspir +handicapera aspir +handicaperai aspir +handicaperaient aspir +handicaperais aspir +handicaperait aspir +handicaperas aspir +handicaperez aspir +handicaperiez aspir +handicaperions aspir +handicaperons aspir +handicaperont aspir +handicapes aspir +handicapez aspir +handicap aspir +handicape aspir +handicapes aspir +handicaps aspir +handicaprent aspir +handicapiez aspir +handicapions aspir +handicapons aspir +handicaps aspir +hangar aspir +hangars aspir +hanneton aspir +hannetons aspir +hans aspir +hanse aspir +hanses aspir +hansatique +hansatiques +hanta aspir +hantai aspir +hantaient aspir +hantais aspir +hantait aspir +hantant aspir +hantas aspir +hantasse aspir +hantassent aspir +hantasses aspir +hantassiez aspir +hantassions aspir +hantmes aspir +hantt aspir +hanttes aspir +hante aspir +hantent aspir +hanter aspir +hantera aspir +hanterai aspir +hanteraient aspir +hanterais aspir +hanterait aspir +hanteras aspir +hanterez aspir +hanteriez aspir +hanterions aspir +hanterons aspir +hanteront aspir +hantes aspir +hantez aspir +hant aspir +hante aspir +hantes aspir +hants aspir +hantrent aspir +hantiez aspir +hantions aspir +hantise aspir +hantises aspir +hantons aspir +happa aspir +happai aspir +happaient aspir +happais aspir +happait aspir +happant aspir +happas aspir +happasse aspir +happassent aspir +happasses aspir +happassiez aspir +happassions aspir +happmes aspir +happt aspir +happtes aspir +happe aspir +happening aspir +happenings aspir +happent aspir +happer aspir +happera aspir +happerai aspir +happeraient aspir +happerais aspir +happerait aspir +happeras aspir +happerez aspir +happeriez aspir +happerions aspir +happerons aspir +happeront aspir +happes aspir +happez aspir +happ aspir +happe aspir +happes aspir +happs aspir +happrent aspir +happiez aspir +happions aspir +happons aspir +hara +harangua aspir +haranguai aspir +haranguaient aspir +haranguais aspir +haranguait aspir +haranguant aspir +haranguas aspir +haranguasse aspir +haranguassent aspir +haranguasses aspir +haranguassiez aspir +haranguassions aspir +harangumes aspir +harangut aspir +harangutes aspir +harangue aspir +haranguent aspir +haranguer aspir +haranguera aspir +haranguerai aspir +harangueraient aspir +haranguerais aspir +haranguerait aspir +harangueras aspir +haranguerez aspir +harangueriez aspir +haranguerions aspir +haranguerons aspir +harangueront aspir +harangues aspir +harangueur aspir +harangueurs aspir +harangueuse aspir +harangueuses aspir +haranguez aspir +harangu aspir +harangue aspir +harangues aspir +harangus aspir +harangurent aspir +haranguiez aspir +haranguions aspir +haranguons aspir +haras aspir +harassa aspir +harassai aspir +harassaient aspir +harassais aspir +harassait aspir +harassant aspir +harassante aspir +harassantes aspir +harassants aspir +harassas aspir +harassasse aspir +harassassent aspir +harassasses aspir +harassassiez aspir +harassassions aspir +harassmes aspir +harasst aspir +harasstes aspir +harasse aspir +harassement aspir +harassements aspir +harassent aspir +harasser aspir +harassera aspir +harasserai aspir +harasseraient aspir +harasserais aspir +harasserait aspir +harasseras aspir +harasserez aspir +harasseriez aspir +harasserions aspir +harasserons aspir +harasseront aspir +harasses aspir +harassez aspir +harass aspir +harasse aspir +harasses aspir +harasss aspir +harassrent aspir +harassiez aspir +harassions aspir +harassons aspir +harcela aspir +harcelai aspir +harcelaient aspir +harcelais aspir +harcelait aspir +harcelant aspir +harcelas aspir +harcelasse aspir +harcelassent aspir +harcelasses aspir +harcelassiez aspir +harcelassions aspir +harcelmes aspir +harcelt aspir +harceltes aspir +harceler aspir +harcelez aspir +harcel aspir +harcele aspir +harceles aspir +harcels aspir +harcelrent aspir +harceliez aspir +harcelions aspir +harcelle aspir +harcellent aspir +harcellera aspir +harcellerai aspir +harcelleraient aspir +harcellerais aspir +harcellerait aspir +harcelleras aspir +harcellerez aspir +harcelleriez aspir +harcellerions aspir +harcellerons aspir +harcelleront aspir +harcelles aspir +harcelons aspir +harclement aspir +harclements aspir +harde aspir +hardes aspir +hardi aspir +hardie aspir +hardies aspir +hardiesse aspir +hardiesses aspir +hardiment aspir +hardis aspir +harem aspir +hareng aspir +harengre aspir +harengres aspir +harengs aspir +hargne aspir +hargnes aspir +hargneuse aspir +hargneuses aspir +hargneux aspir +haricot aspir +haricots aspir +haridelle aspir +haridelles aspir +harmonica +harmonicas +harmonie +harmonies +harmonieuse +harmonieusement +harmonieuses +harmonieux +harmonique +harmoniquement +harmoniques +harmonisa +harmonisai +harmonisaient +harmonisais +harmonisait +harmonisant +harmonisas +harmonisasse +harmonisassent +harmonisasses +harmonisassiez +harmonisassions +harmonisation +harmonisations +harmonismes +harmonist +harmonistes +harmonise +harmonisent +harmoniser +harmonisera +harmoniserai +harmoniseraient +harmoniserais +harmoniserait +harmoniseras +harmoniserez +harmoniseriez +harmoniserions +harmoniserons +harmoniseront +harmonises +harmonisez +harmonis +harmonise +harmonises +harmoniss +harmonisrent +harmonisiez +harmonisions +harmonisons +harmonium +harmoniums +harnacha aspir +harnachai aspir +harnachaient aspir +harnachais aspir +harnachait aspir +harnachant aspir +harnachas aspir +harnachasse aspir +harnachassent aspir +harnachasses aspir +harnachassiez aspir +harnachassions aspir +harnachmes aspir +harnacht aspir +harnachtes aspir +harnache aspir +harnachement aspir +harnachements aspir +harnachent aspir +harnacher aspir +harnachera aspir +harnacherai aspir +harnacheraient aspir +harnacherais aspir +harnacherait aspir +harnacheras aspir +harnacherez aspir +harnacheriez aspir +harnacherions aspir +harnacherons aspir +harnacheront aspir +harnaches aspir +harnachez aspir +harnach aspir +harnache aspir +harnaches aspir +harnachs aspir +harnachrent aspir +harnachiez aspir +harnachions aspir +harnachons aspir +harnais aspir +haro aspir +harpe aspir +harpes aspir +harpie aspir +harpies aspir +harpiste aspir +harpistes aspir +harpon aspir +harponna aspir +harponnage aspir +harponnages aspir +harponnai aspir +harponnaient aspir +harponnais aspir +harponnait aspir +harponnant aspir +harponnas aspir +harponnasse aspir +harponnassent aspir +harponnasses aspir +harponnassiez aspir +harponnassions aspir +harponnmes aspir +harponnt aspir +harponntes aspir +harponne aspir +harponnement aspir +harponnements aspir +harponnent aspir +harponner aspir +harponnera aspir +harponnerai aspir +harponneraient aspir +harponnerais aspir +harponnerait aspir +harponneras aspir +harponnerez aspir +harponneriez aspir +harponnerions aspir +harponnerons aspir +harponneront aspir +harponnes aspir +harponneur aspir +harponneurs aspir +harponnez aspir +harponn aspir +harponne aspir +harponnes aspir +harponns aspir +harponnrent aspir +harponniez aspir +harponnions aspir +harponnons aspir +harpons aspir +hasard aspir +hasarda aspir +hasardai aspir +hasardaient aspir +hasardais aspir +hasardait aspir +hasardant aspir +hasardas aspir +hasardasse aspir +hasardassent aspir +hasardasses aspir +hasardassiez aspir +hasardassions aspir +hasardmes aspir +hasardt aspir +hasardtes aspir +hasarde aspir +hasardent aspir +hasarder aspir +hasardera aspir +hasarderai aspir +hasarderaient aspir +hasarderais aspir +hasarderait aspir +hasarderas aspir +hasarderez aspir +hasarderiez aspir +hasarderions aspir +hasarderons asspir +hasarderont aspir +hasardes aspir +hasardeuse aspir +hasardeuses aspir +hasardeux aspir +hasardez aspir +hasard aspir +hasarde aspir +hasardes aspir +hasards aspir +hasardrent aspir +hasardiez aspir +hasardions aspir +hasardons aspir +hasards aspir +haschisch aspir +hase aspir +hases aspir +hauban aspir +haubana aspir +haubanai aspir +haubanaient aspir +haubanais aspir +haubanait aspir +haubanant aspir +haubanas aspir +haubanasse aspir +haubanassent aspir +haubanasses aspir +haubanassiez aspir +haubanassions aspir +haubanmes aspir +haubant aspir +haubantes aspir +haubane aspir +haubanent aspir +haubaner aspir +haubanera aspir +haubanerai aspir +haubaneraient aspir +haubanerais aspir +haubanerait aspir +haubaneras aspir +haubanerez aspir +haubaneriez aspir +haubanerions aspir +haubanerons aspir +haubaneront aspir +haubanes aspir +haubanez aspir +hauban aspir +haubane aspir +haubanes aspir +haubans aspir +haubanrent aspir +haubaniez aspir +haubanions aspir +haubanons aspir +haubans aspir +haubert aspir +hauberts aspir +haussa aspir +haussai aspir +haussaient aspir +haussais aspir +haussait aspir +haussant aspir +haussas aspir +haussasse aspir +haussassent aspir +haussasses aspir +haussassiez aspir +haussassions aspir +haussmes aspir +hausst aspir +hausstes aspir +hausse aspir +haussement aspir +haussements aspir +haussent aspir +hausser aspir +haussera aspir +hausserai aspir +hausseraient aspir +hausserais aspir +hausserait aspir +hausseras aspir +hausserez aspir +hausseriez aspir +hausserions aspir +hausserons aspir +hausseront aspir +hausses aspir +haussez aspir +hauss aspir +hausse aspir +hausses aspir +hausss aspir +haussrent aspir +haussiez aspir +haussions aspir +haussons aspir +haut aspir +hautain aspir +hautaine aspir +hautainement aspir +hautaines aspir +hautains aspir +hautbois aspir +hautboste aspir +hautbostes aspir +haute aspir +hautement aspir +hautes aspir +hauteur aspir +hauteurs aspir +hauts aspir +hauturier aspir +hauturiers aspir +hauturire aspir +hauturires aspir +havage aspir +havages aspir +havane aspir +havaneau aspir +havaneaux aspir +havanes aspir +haveur aspir +haveurs aspir +havre aspir +havres aspir +havresac aspir +havresacs aspir +hblerie aspir +hbleries aspir +hbleur aspir +hbleurs aspir +hbleuse aspir +hbleuses aspir +hla aspir peau +hlai aspir peau +hlaient aspir peau +hlais aspir peau +hlait aspir peau +hlant aspir peau +hlas aspir peau +hlasse aspir peau +hlassent aspir peau +hlasses aspir peau +hlassiez aspir peau +hlassions aspir peau +hlmes aspir peau +hlt aspir peau +hltes aspir peau +hle aspir peau +hlent aspir peau +hler aspir peau +hlera aspir peau +hlerai aspir peau +hleraient aspir peau +hlerais aspir peau +hlerait aspir peau +hleras aspir peau +hlerez aspir peau +hleriez aspir peau +hlerions aspir peau +hlerons aspir peau +hleront aspir peau +hles aspir peau +hlez aspir peau +hl aspir peau +hle aspir peau +hles aspir peau +hls aspir peau +hlrent aspir peau +hliez aspir peau +hlions aspir peau +hlons aspir peau +hta aspir +htai aspir +htaient aspir +htais aspir +htait aspir +htant aspir +htas aspir +htasse aspir +htassent aspir +htasses aspir +htassiez aspir +htassions aspir +htmes aspir +htt aspir +httes aspir +hte aspir +htent aspir +hter aspir +htera aspir +hterai aspir +hteraient aspir +hterais aspir +hterait aspir +hteras aspir +hterez aspir +hteriez aspir +hterions aspir +hterons aspir +hteront aspir +htes aspir +htez aspir +ht aspir +hte aspir +htes aspir +hts aspir +htrent aspir +htiez aspir +htif aspir +htifs aspir +htions aspir +htive aspir +htivement aspir +htives aspir +htons aspir +hve aspir +hvee aspir +hvees aspir +hves aspir +heaume aspir +heaumes aspir +hebdomadaire +hebdomadairement +hebdomadaires +hectare +hectares +hectogramme +hectogrammes +hectolitre +hectolitres +hectomtre +hectomtres +hectomtrique +hectomtriques +hein aspir +hellnique +hellniques +hellnisa +hellnisai +hellnisaient +hellnisais +hellnisait +hellnisant +hellnisas +hellnisasse +hellnisassent +hellnisasses +hellnisassiez +hellnisassions +hellnismes +hellnist +hellnistes +hellnise +hellnisent +hellniser +hellnisera +hellniserai +hellniseraient +hellniserais +hellniserait +hellniseras +hellniserez +hellniseriez +hellniserions +hellniserons +hellniseront +hellnises +hellnisez +hellnis +hellnise +hellnises +hellniss +hellnisrent +hellnisiez +hellnisions +hellnisme +hellnisons +hellniste +hellnistes +hellne +hellnes +helminthe +helminthes +helsinki +helvtique +helvtiques +hem aspir +henn aspir +henns aspir +henni aspir +hennie aspir +hennies aspir +hennin aspir +hennins aspir +hennir aspir +hennira aspir +hennirai aspir +henniraient aspir +hennirais aspir +hennirait aspir +henniras aspir +hennirent aspir +hennirez aspir +henniriez aspir +hennirions aspir +hennirons aspir +henniront aspir +hennis aspir +hennissaient aspir +hennissais aspir +hennissait aspir +hennissant aspir +hennisse aspir +hennissent aspir +hennisses aspir +hennissez aspir +hennissiez aspir +hennissions aspir +hennissons aspir +hennit aspir +hennmes aspir +hennt aspir +henntes aspir +heptagone +heptagones +herbac +herbace +herbaces +herbacs +herbage +herbager +herbagers +herbages +herbagre +herbagres +herbe +herbes +herbeuse +herbeuses +herbeux +herbier +herbiers +herbivore +herbivores +herborisa +herborisai +herborisaient +herborisais +herborisait +herborisant +herborisas +herborisasse +herborisassent +herborisasses +herborisassiez +herborisassions +herborisation +herborisations +herborismes +herborist +herboristes +herborise +herborisent +herboriser +herborisera +herboriserai +herboriseraient +herboriserais +herboriserait +herboriseras +herboriserez +herboriseriez +herboriserions +herboriserons +herboriseront +herborises +herborisez +herboris +herborise +herborises +herboriss +herborisrent +herborisiez +herborisions +herborisons +herboriste +herboristerie +herboristeries +herboristes +herbu +herbue +herbues +herbus +hercule +hercules +herculen +herculenne +herculennes +herculens +hermaphrodisme +hermaphrodite +hermaphrodites +hermtique +hermtiquement +hermtiques +hermtisme +hermine +hermines +herminette +herminettes +herniaire aspir +herniaires aspir +hernie aspir +hernies aspir +herps +hersa aspir +hersage aspir +hersages aspir +hersai aspir +hersaient aspir +hersais aspir +hersait aspir +hersant aspir +hersas aspir +hersasse aspir +hersassent aspir +hersasses aspir +hersassiez aspir +hersassions aspir +hersmes aspir +herst aspir +herstes aspir +herse aspir +hersent aspir +herser aspir +hersera aspir +herserai aspir +herseraient aspir +herserais aspir +herserait aspir +herseras aspir +herserez aspir +herseriez aspir +herserions aspir +herserons aspir +herseront aspir +herses aspir +hersez aspir +hers aspir +herse aspir +herses aspir +herss aspir +hersrent aspir +hersiez aspir +hersions aspir +hersons aspir +hertz +hertzien +hertzienne +hertziennes +hertziens +heu aspir +heure +heures +heureuse +heureusement +heureuses +heureux +heurt aspir +heurta aspir +heurtai aspir +heurtaient aspir +heurtais aspir +heurtait aspir +heurtant aspir +heurtas aspir +heurtasse aspir +heurtassent aspir +heurtasses aspir +heurtassiez aspir +heurtassions aspir +heurtmes aspir +heurtt aspir +heurttes aspir +heurte aspir +heurtent aspir +heurter aspir +heurtera aspir +heurterai aspir +heurteraient aspir +heurterais aspir +heurterait aspir +heurteras aspir +heurterez aspir +heurteriez aspir +heurterions aspir +heurterons aspir +heurteront aspir +heurtes aspir +heurtez aspir +heurt aspir +heurte aspir +heurtes aspir +heurts aspir +heurtrent aspir +heurtiez aspir +heurtions aspir +heurtoir aspir +heurtoirs aspir +heurtons aspir +heurts aspir +hexadcimal +hexadcimale +hexadcimaux +hexagonal +hexagonale +hexagonales +hexagonaux +hexagone +hexagones +hexamtre +hexamtres +h aspir +hberge +hbergea +hbergeai +hbergeaient +hbergeais +hbergeait +hbergeant +hbergeas +hbergeassent +hbergeasses +hbergeassiez +hbergeassions +hbergemes +hberget +hbergetes +hbergement +hbergements +hbergent +hbergeons +hberger +hbergera +hbergerai +hbergeraient +hbergerais +hbergerait +hbergeras +hbergerez +hbergeriez +hbergerions +hbergerons +hbergeront +hberges +hbergez +hberg +hberge +hberges +hbergs +hbergrent +hbergiez +hbergions +hbta +hbtai +hbtaient +hbtais +hbtait +hbtant +hbtas +hbtasse +hbtassent +hbtasses +hbtassiez +hbtassions +hbtmes +hbtt +hbttes +hbtement +hbtements +hbter +hbtera +hbterai +hbteraient +hbterais +hbterait +hbteras +hbterez +hbteriez +hbterions +hbterons +hbteront +hbtez +hbt +hbte +hbtes +hbts +hbtrent +hbtiez +hbtions +hbtons +hbtude +hbtudes +hbte +hbtent +hbtes +hbraque +hbraques +hbrasant +hbrasante +hbrasantes +hbrasants +hbreu +hbreux +hcatombe +hcatombes +hdonisme +hglien +hglienne +hgliennes +hgliens +hgmonie +hgmonies +hgire +hla aspir +hlai aspir +hlaient aspir +hlais aspir +hlait aspir +hlas aspir comme verbe +hlasse aspir +hlassent aspir +hlasses aspir +hlassiez aspir +hlassions aspir +hlmes aspir +hlt aspir +hltes aspir +hler aspir +hlera aspir +hlerai aspir +hleraient aspir +hlerais aspir +hlerait aspir +hleras aspir +hlerez aspir +hleriez aspir +hlerions aspir +hlerons aspir +hleront aspir +hlez aspir +hl aspir +hle aspir +hles aspir +hls aspir +hlrent aspir +hlianthe +hlianthes +hlice +hlices +hlicodal +hlicodale +hlicodales +hlicodaux +hlicoptre +hlicoptres +hliez aspir +hliogravure +hliogravures +hlions aspir +hliothrapie +hliotrope +hliotropes +hliotropisme +hliport +hliporte +hliportes +hliports +hlium +hlix +hlons aspir +hmatie +hmaties +hmatite +hmatologie +hmatome +hmatomes +hmatopose +hmatoposes +hmaturie +hmaturies +hmicycle +hmicycles +hmiplgie +hmiplgies +hmiplgique +hmiplgiques +hmiptre +hmiptres +hmisphrique +hmisphriques +hmisphre +hmisphres +hmistiche +hmistiches +hmoglobine +hmolyse +hmolyses +hmophilie +hmoptysie +hmorragie +hmorragies +hmorragique +hmorragiques +hmorrodes +hmostase +hmostases +hmostatique +hmostatiques +hpatique +hpatiques +hraclite +hraldique +hraldiques +hraldiste +hraldistes +hraut aspir homme +hrauts aspir homme +hrditaire +hrditairement +hrditaires +hrdit +hrdits +hrsiarque +hrsiarques +hrsie +hrsies +hrtique +hrtiques +hrissa aspir +hrissai aspir +hrissaient aspir +hrissais aspir +hrissait aspir +hrissant aspir +hrissas aspir +hrissasse aspir +hrissassent aspir +hrissasses aspir +hrissassiez aspir +hrissassions aspir +hrissmes aspir +hrisst aspir +hrisstes aspir +hrisse aspir +hrissement aspir +hrissements aspir +hrissent aspir +hrisser aspir +hrissera aspir +hrisserai aspir +hrisseraient aspir +hrisserais aspir +hrisserait aspir +hrisseras aspir +hrisserez aspir +hrisseriez aspir +hrisserions aspir +hrisserons aspir +hrisseront aspir +hrisses aspir +hrissez aspir +hriss aspir +hrisse aspir +hrisses aspir +hrisss aspir +hrissrent aspir +hrissiez aspir +hrissions aspir +hrisson aspir +hrissons aspir +hrita +hritage +hritages +hritai +hritaient +hritais +hritait +hritant +hritas +hritasse +hritassent +hritasses +hritassiez +hritassions +hritmes +hritt +hrittes +hrite +hritent +hriter +hritera +hriterai +hriteraient +hriterais +hriterait +hriteras +hriterez +hriteriez +hriterions +hriterons +hriteront +hrites +hritez +hrit +hrite +hrites +hrits +hritrent +hritier +hritiers +hritiez +hritire +hritires +hritions +hritons +hro +hro +hrone +hrones +hronomane +hronomanes +hroque +hroquement +hroques +hrosme +hrosmes +hron aspir +hrons aspir +hros aspir +hsita +hsitai +hsitaient +hsitais +hsitait +hsitant +hsitante +hsitas +hsitasse +hsitassent +hsitasses +hsitassiez +hsitassions +hsitation +hsitations +hsitmes +hsitt +hsittes +hsite +hsitent +hsiter +hsitera +hsiterai +hsiteraient +hsiterais +hsiterait +hsiteras +hsiterez +hsiteriez +hsiterions +hsiterons +hsiteront +hsites +hsitez +hsit +hsite +hsites +hsits +hsitrent +hsitiez +hsitions +hsitons +htare +htares +htro +htroclite +htroclites +htrodoxe +htrodoxes +htrodoxie +htrodoxies +htrodyne +htrodynes +htrognit +htrognits +htrogne +htrognes +htrosexuel +htrosexuelle +htrosexuelles +htrosexuels +hva +hvas +hle aspir +hlent aspir +hles aspir +hre aspir +hres aspir +htraie aspir +htraies aspir +htre aspir +htres aspir +hiatus +hiberna +hibernai +hibernaient +hibernais +hibernait +hibernal +hibernale +hibernales +hibernant +hibernas +hibernasse +hibernassent +hibernasses +hibernassiez +hibernassions +hibernation +hibernations +hibernaux +hibernmes +hibernt +hiberntes +hiberne +hibernent +hiberner +hibernera +hibernerai +hiberneraient +hibernerais +hibernerait +hiberneras +hibernerez +hiberneriez +hibernerions +hibernerons +hiberneront +hibernes +hibernez +hibern +hiberne +hibernes +hiberns +hibernrent +hiberniez +hibernions +hibernons +hibiscus +hibou aspir +hiboux aspir +hic aspir +hidalgo +hidalgos +hideuse aspir +hideusement aspir +hideuses aspir +hideux aspir +hie aspir +hier +hies aspir +hirarchie aspir +hirarchies aspir +hirarchique aspir +hirarchiquement aspir +hirarchiques aspir +hirarchisa aspir +hirarchisai aspir +hirarchisaient aspir +hirarchisais aspir +hirarchisait aspir +hirarchisant aspir +hirarchisas aspir +hirarchisasse aspir +hirarchisassent aspir +hirarchisasses aspir +hirarchisassiez aspir +hirarchisassions aspir +hirarchismes aspir +hirarchist aspir +hirarchistes aspir +hirarchise aspir +hirarchisent aspir +hirarchiser aspir +hirarchisera aspir +hirarchiserai aspir +hirarchiseraient aspir +hirarchiserais aspir +hirarchiserait aspir +hirarchiseras aspir +hirarchiserez aspir +hirarchiseriez aspir +hirarchiserions aspir +hirarchiserons aspir +hirarchiseront aspir +hirarchises aspir +hirarchisez aspir +hirarchis aspir +hirarchise aspir +hirarchises aspir +hirarchiss aspir +hirarchisrent aspir +hirarchisiez aspir +hirarchisions aspir +hirarchisons aspir +hiratique +hiratiquement +hiratiques +hiroglyphe +hiroglyphes +hiroglyphique +hiroglyphiques +hilarant +hilarante +hilarantes +hilarants +hilare +hilares +hilarit +hilarits +hile aspir +hiles aspir +hindou +hindoue +hindoues +hindouisme +hindous +hippique +hippiques +hippisme +hippocampe +hippocampes +hippodrome +hippodromes +hippogriffe +hippogriffes +hippomobile +hippomobiles +hippophagique +hippophagiques +hippopotame +hippopotames +hirondelle +hirondelles +hirsute +hirsutes +hispanique +hispaniques +hispanisant +hispanisante +hispanisantes +hispanisants +hispano +hissa aspir +hissai aspir +hissaient aspir +hissais aspir +hissait aspir +hissant aspir +hissas aspir +hissasse aspir +hissassent aspir +hissasses aspir +hissassiez aspir +hissassions aspir +hissmes aspir +hisst aspir +hisstes aspir +hisse aspir +hissent aspir +hisser aspir +hissera aspir +hisserai aspir +hisseraient aspir +hisserais aspir +hisserait aspir +hisseras aspir +hisserez aspir +hisseriez aspir +hisserions aspir +hisserons aspir +hisseront aspir +hisses aspir +hissez aspir +hiss aspir +hisse aspir +hisses aspir +hisss aspir +hissrent aspir +hissiez aspir +hissions aspir +hissons aspir +histamine +histoire +histoires +histologie +historicit +historicits +historien +historienne +historiennes +historiens +historiette +historiettes +histori +historie +histories +historis +historiographe +historiographes +historiographie +historique +historiquement +historiques +histrion +histrions +hit +hitler +hitlrien +hitlrienne +hitlriennes +hitlriens +hiver +hiverna +hivernage +hivernages +hivernai +hivernaient +hivernais +hivernait +hivernal +hivernale +hivernales +hivernant +hivernas +hivernasse +hivernassent +hivernasses +hivernassiez +hivernassions +hivernaux +hivernmes +hivernt +hiverntes +hiverne +hivernent +hiverner +hivernera +hivernerai +hiverneraient +hivernerais +hivernerait +hiverneras +hivernerez +hiverneriez +hivernerions +hivernerons +hiverneront +hivernes +hivernez +hivern +hiverne +hivernes +hiverns +hivernrent +hiverniez +hivernions +hivernons +hivers +hlm +ho aspir +hobby aspir +hobbys aspir +hobereau aspir +hobereaux aspir +hocha aspir +hochai aspir +hochaient aspir +hochais aspir +hochait aspir +hochant aspir +hochas aspir +hochasse aspir +hochassent aspir +hochasses aspir +hochassiez aspir +hochassions aspir +hochmes aspir +hocht aspir +hochtes aspir +hoche aspir +hochement aspir +hochements aspir +hochent aspir +hochequeue aspir +hochequeues aspir +hocher aspir +hochera aspir +hocherai aspir +hocheraient aspir +hocherais aspir +hocherait aspir +hocheras aspir +hocherez aspir +hocheriez aspir +hocherions aspir +hocherons aspir +hocheront aspir +hoches aspir +hochet aspir +hochets aspir +hochez aspir +hoch aspir +hoche aspir +hoches aspir +hochs aspir +hochrent aspir +hochiez aspir +hochions aspir +hochons aspir +hockey aspir +hol aspir +hold aspir +holding aspir +holdings aspir +hollandais aspir +hollandaise aspir +hollandaises aspir +hollande aspir +holocauste +holocaustes +homard aspir +homards aspir +home aspir +homes aspir +homlie +homlies +homopathe +homopathes +homopathie +homopathique +homopathiques +homrique +homriques +homicide +homicides +hominiens +hommage +hommages +hommasse +hommasses +homme +hommes +homognisa +homognisai +homognisaient +homognisais +homognisait +homognisant +homognisas +homognisasse +homognisassent +homognisasses +homognisassiez +homognisassions +homognisation +homognisations +homognismes +homognist +homognistes +homognise +homognisent +homogniser +homognisera +homogniserai +homogniseraient +homogniserais +homogniserait +homogniseras +homogniserez +homogniseriez +homogniserions +homogniserons +homogniseront +homognises +homognisez +homognis +homognise +homognises +homogniss +homognisrent +homognisiez +homognisions +homognisons +homognit +homognits +homogne +homognes +homologation +homologations +homologua +homologuai +homologuaient +homologuais +homologuait +homologuant +homologuas +homologuasse +homologuassent +homologuasses +homologuassiez +homologuassions +homologumes +homologut +homologutes +homologue +homologuent +homologuer +homologuera +homologuerai +homologueraient +homologuerais +homologuerait +homologueras +homologuerez +homologueriez +homologuerions +homologuerons +homologueront +homologues +homologuez +homologu +homologue +homologues +homologus +homologurent +homologuiez +homologuions +homologuons +homoncule +homoncules +homonyme +homonymes +homonymie +homophone +homophones +homosexualit +homosexuel +homosexuelle +homosexuelles +homosexuels +homuncule +homuncules +hongre aspir +hongres aspir +hongrie aspir +hongroise aspir +hongroises aspir +honneur +honneurs +honnte +honntement +honntes +honntet +honni aspir +honnie aspir +honnies aspir +honnir aspir +honnira aspir +honnirai aspir +honniraient aspir +honnirais aspir +honnirait aspir +honniras aspir +honnirent aspir +honnirez aspir +honniriez aspir +honnirions aspir +honnirons aspir +honniront aspir +honnis aspir +honnissaient aspir +honnissais aspir +honnissait aspir +honnissant aspir +honnisse aspir +honnissent aspir +honnisses aspir +honnissez aspir +honnissiez aspir +honnissions aspir +honnissons aspir +honnit aspir +honnmes aspir +honnt aspir +honntes aspir +honora +honorabilit +honorabilits +honorable +honorablement +honorables +honorai +honoraient +honoraire +honoraires +honorais +honorait +honorant +honorariat +honorariats +honoras +honorasse +honorassent +honorasses +honorassiez +honorassions +honormes +honort +honortes +honore +honorent +honorer +honorera +honorerai +honoreraient +honorerais +honorerait +honoreras +honorerez +honoreriez +honorerions +honorerons +honoreront +honores +honorez +honor +honore +honores +honors +honorrent +honoriez +honorifique +honorifiques +honorions +honorons +honte aspir +hontes aspir +honteuse aspir +honteusement aspir +honteuses aspir +honteux aspir +hop aspir +hoquet aspir +hoqueta aspir +hoquetai aspir +hoquetaient aspir +hoquetais aspir +hoquetait aspir +hoquetant aspir +hoquetas aspir +hoquetasse aspir +hoquetassent aspir +hoquetasses aspir +hoquetassiez aspir +hoquetassions aspir +hoquetmes aspir +hoquett aspir +hoquettes aspir +hoquete aspir +hoqueter aspir +hoquetez aspir +hoquet aspir +hoquete aspir +hoquetes aspir +hoquets aspir +hoquetrent aspir +hoquetiez aspir +hoquetions aspir +hoquetons aspir +hoquets aspir +hoqute aspir +hoqutent aspir +hoqutera aspir +hoquterai aspir +hoquteraient aspir +hoquterais aspir +hoquterait aspir +hoquteras aspir +hoquterez aspir +hoquteriez aspir +hoquterions aspir +hoquterons aspir +hoquteront aspir +hoqutes aspir +horaire +horaires +horde aspir +hordes aspir +horion aspir +horions aspir +horizon +horizons +horizontal +horizontale +horizontalement +horizontales +horizontalit +horizontalits +horizontaux +horloge +horloger +horlogerie +horlogers +horloges +horlogre +horlogres +hormis +hormonal +hormonale +hormonales +hormonaux +hormone +hormones +horoscope +horoscopes +horreur +horreurs +horrible +horriblement +horribles +horrifia +horrifiai +horrifiaient +horrifiais +horrifiait +horrifiant +horrifiante +horrifiantes +horrifiants +horrifias +horrifiasse +horrifiassent +horrifiasses +horrifiassiez +horrifiassions +horrifimes +horrifit +horrifites +horrifie +horrifient +horrifier +horrifiera +horrifierai +horrifieraient +horrifierais +horrifierait +horrifieras +horrifierez +horrifieriez +horrifierions +horrifierons +horrifieront +horrifies +horrifiez +horrifi +horrifie +horrifies +horrifis +horrifirent +horrifiiez +horrifiions +horrifions +horrifique +horrifiques +horripila +horripilai +horripilaient +horripilais +horripilait +horripilant +horripilante +horripilantes +horripilants +horripilas +horripilasse +horripilassent +horripilasses +horripilassiez +horripilassions +horripilation +horripilations +horripilmes +horripilt +horripiltes +horripile +horripilent +horripiler +horripilera +horripilerai +horripileraient +horripilerais +horripilerait +horripileras +horripilerez +horripileriez +horripilerions +horripilerons +horripileront +horripiles +horripilez +horripil +horripile +horripiles +horripils +horripilrent +horripiliez +horripilions +horripilons +hors aspir +hortensia +hortensias +horticole +horticoles +horticulteur +horticulteurs +horticulture +hortillonage +hortillonages +hospice +hospices +hospitalier +hospitaliers +hospitalire +hospitalirement +hospitalires +hospitalisa +hospitalisai +hospitalisaient +hospitalisais +hospitalisait +hospitalisant +hospitalisas +hospitalisasse +hospitalisassent +hospitalisasses +hospitalisassiez +hospitalisassions +hospitalisation +hospitalisations +hospitalismes +hospitalist +hospitalistes +hospitalise +hospitalisent +hospitaliser +hospitalisera +hospitaliserai +hospitaliseraient +hospitaliserais +hospitaliserait +hospitaliseras +hospitaliserez +hospitaliseriez +hospitaliserions +hospitaliserons +hospitaliseront +hospitalises +hospitalisez +hospitalis +hospitalise +hospitalises +hospitaliss +hospitalisrent +hospitalisiez +hospitalisions +hospitalisons +hospitalit +hospitalits +hostie +hosties +hostile +hostiles +hostilit +hostilits +hot +hotte aspir +hottes aspir +hotte aspir +hottes aspir +hou aspir +houblon aspir +houblonnire aspir +houblonnires aspir +houblons aspir +houe aspir +houes aspir +houille aspir +houiller aspir +houillers aspir +houillre aspir +houillres aspir +houle aspir +houles aspir +houlette aspir +houlettes aspir +houleuse aspir +houleuses aspir +houleux aspir +houppe aspir +houppelande aspir +houppelandes aspir +houppes aspir +houppette aspir +houppettes aspir +hourdage aspir +hourdages aspir +hourdi aspir +hourdis aspir +hourra aspir +hourras aspir +hourvari aspir +hourvaris aspir +houspilla aspir +houspillai aspir +houspillaient aspir +houspillais aspir +houspillait aspir +houspillant aspir +houspillas aspir +houspillasse aspir +houspillassent aspir +houspillasses aspir +houspillassiez aspir +houspillassions aspir +houspillmes aspir +houspillt aspir +houspilltes aspir +houspille aspir +houspillent aspir +houspiller aspir +houspillera aspir +houspillerai aspir +houspilleraient aspir +houspillerais aspir +houspillerait aspir +houspilleras aspir +houspillerez aspir +houspilleriez aspir +houspillerions +houspillerons aspir +houspilleront aspir +houspilles aspir +houspillez aspir +houspill aspir +houspille aspir +houspilles aspir +houspills aspir +houspillrent aspir +houspilliez aspir +houspillions aspir +houspillons aspir +housse aspir +housses aspir +houx aspir +hovercraft +hovercrafts +hpital +hpitaux +hte +htel +htelier +hteliers +htelire +htelires +htellerie +htelleries +htels +htes +htesse +htesses +hua aspir +huai aspir +huaient aspir +huais aspir +huait aspir +huant aspir +huas aspir +huasse aspir +huassent aspir +huasses aspir +huassiez aspir +huassions aspir +humes aspir +hut aspir +hutes aspir +hublot aspir +hublots aspir +huche aspir +huches aspir +hue aspir +huent aspir +huer aspir +huera aspir +huerai aspir +hueraient aspir +huerais aspir +huerait aspir +hueras aspir +huerez aspir +hueriez aspir +huerions aspir +huerons aspir +hueront aspir +hues aspir +huez aspir +hu aspir +hue aspir +hues aspir +hus aspir +hurent aspir +huguenot aspir +huguenote aspir +huguenotes aspir +huguenots aspir +hui +huiez aspir +huila +huilage +huilages +huilai +huilaient +huilais +huilait +huilant +huilas +huilasse +huilassent +huilasses +huilassiez +huilassions +huilmes +huilt +huiltes +huile +huilent +huiler +huilera +huilerai +huileraient +huilerais +huilerait +huileras +huilerez +huilerie +huileries +huileriez +huilerions +huilerons +huileront +huiles +huileuse +huileuses +huileux +huilez +huil +huile +huiles +huils +huilrent +huilier +huiliers +huiliez +huilions +huilons +huions aspir +huis +huisserie +huisseries +huissier +huissiers +huit aspir +huitaine aspir +huitaines aspir +huitime aspir +huitimement aspir +huitimes aspir +hutre +hutres +hulotte aspir +hulottes aspir +hum aspir +huma aspir +humai aspir +humaient aspir +humain +humaine +humainement +humaines +humains +humais aspir +humait aspir +humanisa +humanisai +humanisaient +humanisais +humanisait +humanisant +humanisas +humanisasse +humanisassent +humanisasses +humanisassiez +humanisassions +humanismes +humanist +humanistes +humanise +humanisent +humaniser +humanisera +humaniserai +humaniseraient +humaniserais +humaniserait +humaniseras +humaniserez +humaniseriez +humaniserions +humaniserons +humaniseront +humanises +humanisez +humanis +humanise +humanises +humaniss +humanisrent +humanisiez +humanisions +humanisme +humanisons +humaniste +humanistes +humanitaire +humanitaires +humanitarisme +humanit +humanode +humanodes +humant aspir +humas aspir +humasse aspir +humassent aspir +humasses aspir +humassiez aspir +humassions aspir +hummes aspir +humt aspir +humtes aspir +humble +humblement +humbles +hume aspir +humecta +humectage +humectages +humectai +humectaient +humectais +humectait +humectant +humectas +humectasse +humectassent +humectasses +humectassiez +humectassions +humectmes +humectt +humecttes +humecte +humectent +humecter +humectera +humecterai +humecteraient +humecterais +humecterait +humecteras +humecterez +humecteriez +humecterions +humecterons +humecteront +humectes +humectez +humect +humecte +humectes +humects +humectrent +humectiez +humections +humectons +hument aspir +humer aspir +humera aspir +humerai aspir +humeraient aspir +humerais aspir +humerait aspir +humeras aspir +humerez aspir +humeriez aspir +humerions aspir +humerons aspir +humeront aspir +humes aspir +humeur +humeurs +humez aspir +hum aspir +hume aspir +humes aspir +humral +humrale +humrales +humraux +humrus +hums aspir +humrent aspir +humide +humides +humidifia +humidifiai +humidifiaient +humidifiais +humidifiait +humidifiant +humidifias +humidifiasse +humidifiassent +humidifiasses +humidifiassiez +humidifiassions +humidifimes +humidifit +humidifites +humidification +humidifications +humidifie +humidifient +humidifier +humidifiera +humidifierai +humidifieraient +humidifierais +humidifierait +humidifieras +humidifierez +humidifieriez +humidifierions +humidifierons +humidifieront +humidifies +humidifiez +humidifi +humidifie +humidifies +humidifis +humidifirent +humidifiiez +humidifiions +humidifions +humidit +humidits +humiez aspir +humilia +humiliai +humiliaient +humiliais +humiliait +humiliant +humilias +humiliasse +humiliassent +humiliasses +humiliassiez +humiliassions +humiliation +humiliations +humilimes +humilites +humilie +humilient +humilier +humiliera +humilierai +humilieraient +humilierais +humilierait +humilieras +humilierez +humilieriez +humilierions +humilierons +humilieront +humilies +humiliez +humili +humilie +humilies +humilis +humilirent +humiliiez +humiliions +humilions +humilit +humilits +humions aspir +humons aspir +humoriste +humoristes +humoristique +humoristiquement +humoristiques +humour +humours +humus +hune aspir +hunes aspir +hunier aspir +huniers aspir +huons aspir +huppe aspir +huppes aspir +hupp aspir +huppe aspir +huppes aspir +hupps aspir +hure aspir +hures aspir +hurla aspir +hurlai aspir +hurlaient aspir +hurlais aspir +hurlait aspir +hurlant aspir +hurlas aspir +hurlasse aspir +hurlassent aspir +hurlasses aspir +hurlassiez aspir +hurlassions aspir +hurlmes aspir +hurlt aspir +hurltes aspir +hurle aspir +hurlement aspir +hurlements aspir +hurlent aspir +hurler aspir +hurlera aspir +hurlerai aspir +hurleraient aspir +hurlerais aspir +hurlerait aspir +hurleras aspir +hurlerez aspir +hurleriez aspir +hurlerions aspir +hurlerons aspir +hurleront aspir +hurles aspir +hurlez aspir +hurl aspir +hurle aspir +hurles aspir +hurls aspir +hurlrent aspir +hurliez aspir +hurlions aspir +hurlons aspir +hurluberlu +hussard aspir +hussarde aspir +hussardes aspir +hussards aspir +hutte aspir +huttes aspir +hyacinthe +hyacinthes +hybridation +hybridations +hybride +hybrides +hydratation +hydratations +hydrate +hydrates +hydrat +hydrate +hydrates +hydrats +hydraulicien +hydrauliciens +hydraulique +hydrauliques +hydravion +hydravions +hydre +hydres +hydrique +hydriques +hydro +hydrocarbure +hydrocarbures +hydrocphale +hydrocphales +hydrocution +hydrocutions +hydrodynamique +hydrodynamiques +hydrogna +hydrognai +hydrognaient +hydrognais +hydrognait +hydrognant +hydrognas +hydrognasse +hydrognassent +hydrognasses +hydrognassiez +hydrognassions +hydrognmes +hydrognt +hydrogntes +hydrogner +hydrognera +hydrognerai +hydrogneraient +hydrognerais +hydrognerait +hydrogneras +hydrognerez +hydrogneriez +hydrognerions +hydrognerons +hydrogneront +hydrognez +hydrogn +hydrogne +hydrognes +hydrogns +hydrognrent +hydrogniez +hydrognions +hydrognons +hydrogne +hydrognent +hydrognes +hydroglisseur +hydroglisseurs +hydrographie +hydrolyse +hydrolyses +hydrolys +hydrolyse +hydrolyses +hydrolyss +hydromel +hydromtrie +hydrominral +hydrominrale +hydrominraux +hydrophile +hydrophiles +hydrophobe +hydrophobes +hydrophobie +hydrophobies +hydropique +hydropiques +hydropisie +hydrosphre +hydrosphres +hydrostatique +hydrostatiques +hydrothrapie +hydrothrapique +hydrothrapiques +hyne +hynes +hyginique +hyginiques +hyginiste +hyginistes +hygine +hygines +hygromtrie +hygromtre +hygromtres +hygroscope +hygroscopes +hymen +hymens +hymnoptres +hymne +hymnes +hyper +hyperactif +hyperactifs +hyperactive +hyperactives +hyperbole +hyperboles +hyperbolique +hyperboliquement +hyperboliques +hypermtrope +hypermtropes +hypermtropie +hypersensible +hypersensibles +hypertension +hypertensions +hypertrophia +hypertrophiai +hypertrophiaient +hypertrophiais +hypertrophiait +hypertrophiant +hypertrophias +hypertrophiasse +hypertrophiassent +hypertrophiasses +hypertrophiassiez +hypertrophiassions +hypertrophimes +hypertrophit +hypertrophites +hypertrophie +hypertrophient +hypertrophier +hypertrophierai +hypertrophieraient +hypertrophierais +hypertrophierait +hypertrophieras +hypertrophierez +hypertrophieriez +hypertrophierions +hypertrophierons +hypertrophieront +hypertrophies +hypertrophiez +hypertrophi +hypertrophie +hypertrophies +hypertrophis +hypertrophirent +hypertrophiiez +hypertrophiions +hypertrophions +hypnose +hypnoses +hypnotique +hypnotiques +hypnotisa +hypnotisai +hypnotisaient +hypnotisais +hypnotisait +hypnotisant +hypnotisas +hypnotisasse +hypnotisassent +hypnotisasses +hypnotisassiez +hypnotisassions +hypnotismes +hypnotist +hypnotistes +hypnotise +hypnotisent +hypnotiser +hypnotisera +hypnotiserai +hypnotiseraient +hypnotiserais +hypnotiserait +hypnotiseras +hypnotiserez +hypnotiseriez +hypnotiserions +hypnotiserons +hypnotiseront +hypnotises +hypnotiseur +hypnotiseurs +hypnotisez +hypnotis +hypnotise +hypnotises +hypnotiss +hypnotisrent +hypnotisiez +hypnotisions +hypnotisme +hypnotisons +hypocondriaque +hypocondriaques +hypocondrie +hypocrisie +hypocrisies +hypocrite +hypocritement +hypocrites +hypoderme +hypodermes +hypogastre +hypogastres +hypoge +hypoges +hypophyse +hypophyses +hypostyle +hypostyles +hypotension +hypotensions +hypotnuse +hypotnuses +hypothalamus +hypothcaire +hypothcairement +hypothcaires +hypothqua +hypothquai +hypothquaient +hypothquais +hypothquait +hypothquant +hypothquas +hypothquasse +hypothquassent +hypothquasses +hypothquassiez +hypothquassions +hypothqumes +hypothqut +hypothqutes +hypothque +hypothquent +hypothquer +hypothquera +hypothquerai +hypothqueraient +hypothquerais +hypothquerait +hypothqueras +hypothquerez +hypothqueriez +hypothquerions +hypothquerons +hypothqueront +hypothques +hypothqu +hypothque +hypothques +hypothqus +hypothqurent +hypothquiez +hypothquions +hypothquons +hypothtique +hypothtiquement +hypothtiques +hypothque +hypothques +hypothse +hypothses +hypsomtrie +hystrie +hystries +hystrique +hystriquement +hystriques +i +ibrique +ibriques +ibid +ibidem +ibis +iceberg +icebergs +ichytologie +ici +iconoclaste +iconoclastes +iconographie +icne +icnes +ictre +ictus +id +idem +identifia +identifiai +identifiaient +identifiais +identifiait +identifiant +identifiante +identifiantes +identifiants +identifias +identifiasse +identifiassent +identifiasses +identifiassiez +identifiassions +identifimes +identifit +identifites +identificateur +identificateurs +identification +identifications +identifie +identifient +identifier +identifiera +identifierai +identifieraient +identifierais +identifierait +identifieras +identifierez +identifieriez +identifierions +identifierons +identifieront +identifies +identifiez +identifi +identifie +identifies +identifis +identifirent +identifiiez +identifiions +identifions +identique +identiquement +identiques +identit +identits +ides +idal +idale +idalement +idales +idalisa +idalisai +idalisaient +idalisais +idalisait +idalisant +idalisas +idalisasse +idalisassent +idalisasses +idalisassiez +idalisassions +idalisation +idalisations +idalismes +idalist +idalistes +idalise +idalisent +idaliser +idalisera +idaliserai +idaliseraient +idaliserais +idaliserait +idaliseras +idaliserez +idaliseriez +idaliserions +idaliserons +idaliseront +idalises +idalisez +idalis +idalise +idalises +idaliss +idalisrent +idalisiez +idalisions +idalisme +idalisons +idaliste +idalistes +idaux +ide +ides +idogramme +idogrammes +idographie +idographique +idographiques +idologie +idologies +idologique +idologiquement +idologiques +idologue +idologues +idiomatique +idiomatiques +idiome +idiomes +idiosyncrasie +idiosyncrasies +idiot +idiote +idiotes +idiotie +idiotisme +idiots +idoine +idoines +idoltra +idoltrai +idoltraient +idoltrais +idoltrait +idoltrant +idoltras +idoltrasse +idoltrassent +idoltrasses +idoltrassiez +idoltrassions +idoltrmes +idoltrt +idoltrtes +idoltre +idoltrent +idoltrer +idoltreraa +idoltreraai +idoltreraient +idoltrerais +idoltrerait +idoltreras +idoltrerez +idoltreriez +idoltrerions +idoltrerons +idoltreront +idoltres +idoltrez +idoltr +idoltre +idoltres +idoltrs +idoltrrent +idoltrie +idoltries +idoltriez +idoltrions +idoltrique +idoltriques +idoltrons +idole +idoles +idylle +idylles +idyllique +idylliques +if +ifs +igloo +igloos +igname +ignames +ignare +ignares +ign +igne +ignes +igns +ignifuge +ignifugea +ignifugeai +ignifugeaient +ignifugeais +ignifugeait +ignifugeant +ignifugeas +ignifugeasse +ignifugeassent +ignifugeasses +ignifugeassiez +ignifugeassions +ignifugemes +ignifuget +ignifugetes +ignifugent +ignifugeons +ignifuger +ignifugera +ignifugerai +ignifugeraient +ignifugerais +ignifugerait +ignifugeras +ignifugerez +ignifugeriez +ignifugerions +ignifugerons +ignifugeront +ignifuges +ignifugez +ignifug +ignifuge +ignifuges +ignifugs +ignifugrent +ignifugiez +ignifugions +ignition +ignitions +ignoble +ignoblement +ignobles +ignominie +ignominies +ignominieuse +ignominieusement +ignominieuses +ignominieux +ignora +ignorai +ignoraient +ignorais +ignorait +ignorance +ignorances +ignorant +ignorante +ignorantes +ignorants +ignoras +ignorasse +ignorassent +ignorasses +ignorassiez +ignorassions +ignormes +ignort +ignortes +ignore +ignorent +ignorer +ignorera +ignorerai +ignoreraient +ignorerais +ignorerait +ignoreras +ignorerez +ignoreriez +ignorerions +ignorerons +ignoreront +ignores +ignorez +ignor +ignore +ignores +ignors +ignorrent +ignoriez +ignorions +ignorons +iguane +iguanes +il +iliaque +iliaques +illettr +illettre +illettres +illettrs +illgal +illgale +illgales +illgalit +illgalits +illgaux +illgitime +illgitimes +illgitimit +illgitimits +illicite +illicitement +illicites +illico +illimit +illimite +illimites +illimits +illisible +illisiblement +illisibles +illogique +illogiquement +illogiques +illogisme +illogismes +illumina +illuminai +illuminaient +illuminais +illuminait +illuminant +illuminas +illuminasse +illuminassent +illuminasses +illuminassiez +illuminassions +illumination +illuminations +illuminmes +illumint +illumintes +illumine +illuminent +illuminer +illuminera +illuminerai +illumineraient +illuminerais +illuminerait +illumineras +illuminerez +illumineriez +illuminerions +illuminerons +illumineront +illumines +illuminez +illumin +illumine +illumines +illumins +illuminrent +illuminiez +illuminions +illuminons +illusion +illusionna +illusionnai +illusionnaient +illusionnais +illusionnait +illusionnant +illusionnas +illusionnasse +illusionnassent +illusionnasses +illusionnassiez +illusionnassions +illusionnmes +illusionnt +illusionntes +illusionne +illusionnent +illusionner +illusionnera +illusionnerai +illusionneraient +illusionnerais +illusionnerait +illusionneras +illusionnerez +illusionneriez +illusionnerions +illusionnerons +illusionneront +illusionnes +illusionnez +illusionn +illusionne +illusionnes +illusionns +illusionnrent +illusionniez +illusionnions +illusionniste +illusionnistes +illusionnons +illusions +illusoire +illusoirement +illusoires +illustra +illustrai +illustraient +illustrais +illustrait +illustrant +illustras +illustrasse +illustrassent +illustrasses +illustrassiez +illustrassions +illustrateur +illustrateurs +illustration +illustrations +illustrmes +illustrt +illustrtes +illustre +illustrement +illustrent +illustrer +illustrera +illustrerai +illustreraient +illustrerais +illustrerait +illustreras +illustrerez +illustreriez +illustrerions +illustrerons +illustreront +illustres +illustrez +illustr +illustre +illustres +illustrs +illustrrent +illustriez +illustrions +illustrons +ilote +ilotes +ils +image +imagea +imageames +imageai +imageaient +imageais +imageait +imageant +imageas +imageasse +imageassent +imageasses +imageassiez +imageassions +imagemes +imaget +imagetes +imagent +imager +imagera +imagerai +imageraient +imagerais +imagerait +imageras +imagerez +imagerie +imageries +imageriez +imagerions +imagerons +imageront +images +imagez +imag +image +images +imags +imagrent +imagier +imagiers +imagiez +imagina +imaginai +imaginaient +imaginaire +imaginaires +imaginais +imaginait +imaginant +imaginas +imaginasse +imaginassent +imaginasses +imaginassiez +imaginassions +imaginatif +imaginatifs +imagination +imaginations +imaginative +imaginatives +imaginmes +imagint +imagintes +imagine +imaginent +imaginer +imaginera +imaginerai +imagineraient +imaginerais +imaginerait +imagineras +imaginerez +imagineriez +imaginerions +imaginerons +imagineront +imagines +imaginez +imagin +imagine +imagines +imagins +imaginrent +imaginiez +imaginions +imaginons +imagions +imagons +iman +imans +imbattable +imbattables +imberbe +imberbes +imbcile +imbcilement +imbciles +imbcillit +imbcillits +imbiba +imbibai +imbibaient +imbibais +imbibait +imbibant +imbibas +imbibasse +imbibassent +imbibasses +imbibassiez +imbibassions +imbibmes +imbibt +imbibtes +imbibe +imbibent +imbiber +imbibera +imbiberai +imbiberaient +imbiberais +imbiberait +imbiberas +imbiberez +imbiberiez +imbiberions +imbiberons +imbiberont +imbibes +imbibez +imbib +imbibe +imbibes +imbibs +imbibrent +imbibiez +imbibions +imbibons +imbrication +imbrications +imbriqua +imbriquai +imbriquaient +imbriquais +imbriquait +imbriquant +imbriquas +imbriquasse +imbriquassent +imbriquasses +imbriquassiez +imbriquassions +imbriqumes +imbriqut +imbriqutes +imbrique +imbriquent +imbriquer +imbriquera +imbriquerai +imbriqueraient +imbriquerais +imbriquerait +imbriqueras +imbriquerez +imbriqueriez +imbriquerions +imbriquerons +imbriqueront +imbriques +imbriquez +imbriqu +imbrique +imbriques +imbriqus +imbriqurent +imbriquiez +imbriquions +imbriquons +imbroglio +imbroglios +imbu +imbue +imbues +imbus +imbuvable +imbuvables +imita +imitai +imitaient +imitais +imitait +imitant +imitas +imitasse +imitassent +imitasses +imitassiez +imitassions +imitateur +imitateurs +imitatif +imitatifs +imitation +imitations +imitative +imitatives +imitatrice +imitatrices +imitmes +imitt +imittes +imite +imitent +imiter +imitera +imiterai +imiteraient +imiterais +imiterait +imiteras +imiterez +imiteriez +imiterions +imiterons +imiteront +imites +imitez +imit +imite +imites +imits +imitrent +imitiez +imitions +imitons +immacul +immacule +immacules +immaculs +immanent +immanente +immanentes +immanents +immangeable +immangeables +immanquable +immanquablement +immanquables +immatriel +immatrielle +immatrielles +immatriels +immatricula +immatriculai +immatriculaient +immatriculais +immatriculait +immatriculant +immatriculas +immatriculasse +immatriculassent +immatriculasses +immatriculassiez +immatriculassions +immatriculation +immatriculations +immatriculmes +immatricult +immatricultes +immatricule +immatriculent +immatriculer +immatriculera +immatriculerai +immatriculeraient +immatriculerais +immatriculerait +immatriculeras +immatriculerez +immatriculeriez +immatriculerions +immatriculerons +immatriculeront +immatricules +immatriculez +immatricul +immatricule +immatricules +immatriculs +immatriculrent +immatriculiez +immatriculions +immatriculons +immaturit +immaturits +immense +immenses +immensment +immensit +immensits +immerge +immergea +immergeai +immergeaient +immergeais +immergeait +immergeant +immergeas +immergeasse +immergeassent +immergeasses +immergeassiez +immergeassions +immergemes +immerget +immergetes +immergent +immergeons +immerger +immergera +immergerai +immergeraient +immergerais +immergerait +immergeras +immergerez +immergeriez +immergerions +immergerons +immergeront +immerges +immergez +immerg +immerge +immerges +immergs +immergrent +immergiez +immergions +immersion +immersions +immeuble +immeubles +immdiat +immdiate +immdiatement +immdiates +immdiats +immmorial +immmoriale +immmoriales +immmoriaux +immrit +immrite +immrites +immrits +immigra +immigrai +immigraient +immigrais +immigrait +immigrant +immigrante +immigrantes +immigrants +immigras +immigrasse +immigrassent +immigrasses +immigrassiez +immigrassions +immigration +immigrations +immigrmes +immigrt +immigrtes +immigre +immigrent +immigrer +immigrera +immigrerai +immigreraient +immigrerais +immigrerait +immigreras +immigrerez +immigreriez +immigrerions +immigrerons +immigreront +immigres +immigrez +immigr +immigre +immigres +immigrs +immigrrent +immigriez +immigrions +immigrons +imminence +imminences +imminent +imminente +imminentes +imminents +immisce +immiscent +immiscer +immiscera +immiscerai +immisceraient +immiscerais +immiscerait +immisceras +immiscerez +immisceriez +immiscerions +immiscerons +immisceront +immisces +immiscez +immisc +immisce +immisces +immiscs +immiscrent +immisciez +immiscions +immisa +immisai +immisaient +immisais +immisait +immisant +immisas +immisasse +immisassent +immisasses +immisassiez +immisassions +immismes +immist +immistes +immisons +immixtion +immixtions +immobile +immobiles +immobilier +immobiliers +immobilire +immobilires +immobilisa +immobilisai +immobilisaient +immobilisais +immobilisait +immobilisant +immobilisas +immobilisasse +immobilisassent +immobilisasses +immobilisassiez +immobilisassions +immobilisation +immobilisations +immobilismes +immobilist +immobilistes +immobilise +immobilisent +immobiliser +immobilisera +immobiliserai +immobiliseraient +immobiliserais +immobiliserait +immobiliseras +immobiliserez +immobiliseriez +immobiliserions +immobiliserons +immobiliseront +immobilises +immobilisez +immobilis +immobilise +immobilises +immobiliss +immobilisrent +immobilisiez +immobilisions +immobilisme +immobilisons +immobilit +immobilits +immodeste +immodestement +immodestes +immodestie +immodesties +immodr +immodrment +immodrs +immola +immolai +immolaient +immolais +immolait +immolant +immolas +immolasse +immolassent +immolasses +immolassiez +immolassions +immolation +immolations +immolmes +immolt +immoltes +immole +immolent +immoler +immolera +immolerai +immoleraient +immolerais +immolerait +immoleras +immolerez +immoleriez +immolerions +immolerons +immoleront +immoles +immolez +immol +immole +immoles +immols +immolrent +immoliez +immolions +immolons +immonde +immondes +immondice +immondices +immoral +immorale +immorales +immoralit +immoralits +immoraux +immortalisa +immortalisai +immortalisaient +immortalisais +immortalisait +immortalisant +immortalisas +immortalisasse +immortalisassent +immortalisasses +immortalisassiez +immortalisassions +immortalismes +immortalist +immortalistes +immortalise +immortalisent +immortaliser +immortalisera +immortaliserai +immortaliseraient +immortaliserais +immortaliserait +immortaliseras +immortaliserez +immortaliseriez +immortaliserions +immortaliserons +immortaliseront +immortalises +immortalisez +immortalis +immortalise +immortalises +immortaliss +immortalisrent +immortalisiez +immortalisions +immortalisons +immortalit +immortalits +immortel +immortelle +immortellement +immortelles +immortels +immotiv +immotive +immotives +immotivs +immuabilit +immuabilits +immuable +immuablement +immuables +immunisa +immunisai +immunisais +immunisait +immunisant +immunisas +immunisasse +immunisassent +immunisassiez +immunisassions +immunisation +immunisations +immunismes +immunist +immunistes +immunise +immunisent +immuniser +immunisera +immuniserai +immuniseraient +immuniserais +immuniserait +immuniseras +immuniserez +immuniseriez +immuniserions +immuniserons +immuniseront +immunises +immunisez +immunis +immunise +immunises +immuniss +immunisrent +immunisiez +immunisions +immunisons +immunitaire +immunitaires +immunit +immunits +immunologie +immunologies +immutabilit +immutabilits +impact +impacts +impair +impaire +impaires +impairs +impalpable +impalpables +impardonnable +impardonnables +imparfait +imparfaite +imparfaitement +imparfaites +imparfaits +impars +impart +impartaient +impartais +impartait +impartant +imparte +impartent +impartes +impartez +imparti +impartial +impartiale +impartialement +impartiales +impartialit +impartialits +impartiaux +impartie +imparties +impartiez +impartions +impartir +impartira +impartirai +impartiraient +impartirais +impartirait +impartiras +impartirent +impartirez +impartiriez +impartirions +impartirons +impartiront +impartis +impartisse +impartissent +impartisses +impartissiez +impartit +impartmes +impartt +imparttes +impartons +impasse +impasses +impassibilit +impassibilits +impassible +impassiblement +impassibles +impatiemment +impatience +impatiences +impatient +impatienta +impatientai +impatientaient +impatientais +impatientait +impatientant +impatientas +impatientasse +impatientassent +impatientasses +impatientassiez +impatientassions +impatientmes +impatientt +impatienttes +impatiente +impatientent +impatienter +impatientera +impatienterai +impatienteraient +impatienterais +impatienterait +impatienteras +impatienterez +impatienteriez +impatienterions +impatienterons +impatienteront +impatientes +impatientez +impatient +impatiente +impatientes +impatients +impatientrent +impatientiez +impatientions +impatientons +impatients +impavide +impavides +impayable +impayables +impay +impaye +impayes +impays +impeccable +impeccables +impedimenta +impensable +imperceptible +imperceptiblement +imperceptibles +imperfectible +imperfectiblement +imperfectibles +imperfection +imperfections +impermabilisa +impermabilisai +impermabilisaient +impermabilisais +impermabilisait +impermabilisant +impermabilisas +impermabilisasse +impermabilisassent +impermabilisasses +impermabilisassiez +impermabilisassions +impermabilismes +impermabilist +impermabilistes +impermabilise +impermabilisent +impermabiliser +impermabilisera +impermabiliserai +impermabiliseraient +impermabiliserais +impermabiliserait +impermabiliseras +impermabiliserez +impermabiliseriez +impermabiliserions +impermabiliserons +impermabiliseront +impermabilises +impermabilisez +impermabilis +impermabilise +impermabiliss +impermabilisrent +impermabilisiez +impermabilisions +impermabilisons +impermabilit +impermabilits +impermable +impermables +impersonel +impersonelle +impersonellement +impersonelles +impersonels +impertinemment +impertinence +impertinences +impertinent +impertinente +impertinentes +impertinents +imperturbabilit +imperturbabilits +imperturbable +imperturbablement +imperturbables +impdance +impdances +impntrable +impntrables +impnitent +impnitente +impnitentes +impnitents +impratif +impratifs +imprative +imprativement +impratives +impratrice +impratrices +imprial +impriale +impriales +imprialisme +imprialismes +imprialiste +imprialistes +impriaux +imprieuse +imprieusement +imprieuses +imprieux +imprissable +imprissablement +imprissables +impritie +imprities +imptigo +imptigos +imptrant +imptrante +imptrantes +imptrants +imptueuse +imptueusement +imptueuses +imptueux +imptuosit +imptuosits +impie +impies +impit +impits +impis +impitoyable +impitoyablement +impitoyables +implacable +implacablement +implacables +implanta +implantai +implantaient +implantais +implantait +implantant +implantas +implantasse +implantassent +implantasses +implantassiez +implantassions +implantation +implantations +implantmes +implantt +implanttes +implante +implantent +implanter +implantera +implanterai +implanteraient +implanterais +implanterait +implanteras +implanterez +implanteriez +implanterions +implanterons +implanteront +implantes +implantez +implant +implante +implantes +implants +implantrent +implantiez +implantions +implantons +implmentent +implmenter +implment +implmente +implmentes +implments +implication +implications +implicite +implicitement +implicites +impliqua +impliquai +impliquaient +impliquais +impliquait +impliquant +impliquas +impliquasse +impliquassent +impliquasses +impliquassiez +impliquassions +impliqumes +impliqut +impliqutes +implique +impliquent +impliquer +impliquera +impliquerai +impliqueraient +impliquerais +impliquerait +impliqueras +impliquerez +impliqueriez +impliquerions +impliquerons +impliqueront +impliques +impliquez +impliqu +implique +impliques +impliqus +impliqurent +impliquiez +impliquions +impliquons +implora +implorai +imploraient +implorais +implorait +implorant +imploras +implorasse +implorassent +implorasses +implorassiez +implorassions +implormes +implort +implortes +implore +implorent +implorer +implorera +implorerai +imploreraient +implorerais +implorerait +imploreras +implorerez +imploreriez +implorerions +implorerons +imploreront +implores +implorez +implor +implore +implores +implors +implorrent +imploriez +implorions +implorons +implosion +implosions +impluvium +impoli +impolie +impoliement +impolies +impolis +impolitesse +impolitesses +impondrable +impondrables +impopulaire +impopulaires +impopularit +impopularits +importa +importable +importables +importai +importaient +importais +importait +importance +importances +important +importante +importantes +importants +importas +importasse +importassent +importasses +importassiez +importassions +importateur +importateurs +importation +importations +importatrice +importatrices +importmes +importt +importtes +importe +importent +importer +importera +importerai +importeraient +importerais +importerait +importeras +importerez +importeriez +importerions +importerons +importeront +importes +importez +import +importe +importes +imports +importrent +importiez +importions +importons +importun +importuna +importunai +importunaient +importunais +importunait +importunant +importunas +importunasse +importunassent +importunasses +importunassiez +importunassions +importunmes +importunt +importuntes +importune +importunent +importuner +importunera +importunerai +importuneraient +importunerais +importunerait +importuneras +importunerez +importuneriez +importunerions +importunerons +importuneront +importunes +importunez +importun +importune +importunes +importuns +importunrent +importuniez +importunions +importunit +importunits +importunons +importuns +imposa +imposable +imposables +imposai +imposaient +imposais +imposait +imposant +imposante +imposantes +imposants +imposas +imposasse +imposassent +imposasses +imposassiez +imposassions +imposmes +impost +impostes +impose +imposent +imposer +imposera +imposerai +imposeraient +imposerais +imposerait +imposeras +imposerez +imposeriez +imposerions +imposerons +imposeront +imposes +imposez +impos +impose +imposes +imposs +imposrent +imposiez +imposions +imposition +impositions +imposons +impossibilit +impossibilits +impossible +impossibles +imposte +impostes +imposteur +imposteurs +imposture +impostures +impotent +impotente +impotentes +impotents +impt +impts +impracticable +impracticables +imprenable +imprenables +imprescriptible +imprescriptibles +impression +impressionna +impressionnabilit +impressionnabilits +impressionnable +impressionnables +impressionnai +impressionnaient +impressionnais +impressionnait +impressionnant +impressionnante +impressionnantes +impressionnants +impressionnas +impressionnasse +impressionnassent +impressionnasses +impressionnassiez +impressionnassions +impressionnmes +impressionnt +impressionntes +impressionne +impressionnent +impressionner +impressionnera +impressionnerai +impressionneraient +impressionnerais +impressionnerait +impressionneras +impressionnerez +impressionneriez +impressionnerions +impressionnerons +impressionneront +impressionnes +impressionnez +impressionn +impressionne +impressionnes +impressionns +impressionnrent +impressionniez +impressionnions +impressionnisme +impressionniste +impressionnistes +impressionnons +impressions +imprcation +imprcations +imprcatoire +imprcatoires +imprcis +imprcise +imprcises +imprcision +imprcisions +imprgna +imprgnai +imprgnaient +imprgnais +imprgnait +imprgnant +imprgnas +imprgnasse +imprgnassent +imprgnasses +imprgnassiez +imprgnassions +imprgnation +imprgnations +imprgnmes +imprgnt +imprgntes +imprgner +imprgnera +imprgnerai +imprgneraient +imprgnerais +imprgnerait +imprgneras +imprgnerez +imprgneriez +imprgnerions +imprgnerons +imprgneront +imprgnes +imprgnez +imprgn +imprgne +imprgnes +imprgns +imprgnrent +imprgniez +imprgnions +imprgnons +imprsario +imprsarios +imprvisible +imprvisibles +imprvoyance +imprvoyances +imprvoyant +imprvoyante +imprvoyantes +imprvoyants +imprvu +imprvue +imprvues +imprvus +imprgne +imprgnent +imprgnes +imprima +imprimai +imprimaient +imprimais +imprimait +imprimant +imprimante +imprimantes +imprimants +imprimas +imprimasse +imprimassent +imprimasses +imprimassiez +imprimassions +imprimatur +imprimmes +imprimt +imprimtes +imprime +impriment +imprimer +imprimera +imprimerai +imprimeraient +imprimerais +imprimerait +imprimeras +imprimerez +imprimerie +imprimeries +imprimeriez +imprimerions +imprimerons +imprimeront +imprimes +imprimeur +imprimeurs +imprimez +imprim +imprime +imprimes +imprims +imprimrent +imprimiez +imprimions +imprimons +improbabilit +improbabilits +improbable +improbables +improductif +improductifs +improductive +improductivement +improductives +impromptu +imprononable +imprononables +impropre +improprement +impropres +improprit +improprits +improuvable +improvisa +improvisai +improvisaient +improvisais +improvisait +improvisant +improvisas +improvisasse +improvisassent +improvisasses +improvisassiez +improvisassions +improvisateur +improvisateurs +improvisation +improvisations +improvisatrice +improvisatrices +improvismes +improvist +improvistes +improvise +improvisent +improviser +improvisera +improviserai +improviseraient +improviserais +improviserait +improviseras +improviserez +improviseriez +improviserions +improviserons +improviseront +improvises +improvisez +improvis +improvise +improvises +improviss +improvisrent +improvisiez +improvisions +improvisons +improviste +imprudemment +imprudence +imprudences +imprudent +imprudente +imprudentes +imprudents +impubre +impubres +impudemment +impudence +impudences +impudent +impudente +impudentes +impudents +impudeur +impudeurs +impudicit +impudicits +impudique +impudiquement +impudiques +impuissance +impuissances +impuissant +impuissante +impuissantes +impuissants +impulsa +impulsai +impulsaient +impulsais +impulsait +impulsant +impulsas +impulsasse +impulsassent +impulsasses +impulsassiez +impulsassions +impulsmes +impulst +impulstes +impulse +impulsent +impulser +impulsera +impulserai +impulseraient +impulserais +impulserait +impulseras +impulserez +impulseriez +impulserions +impulserons +impulseront +impulses +impulsez +impuls +impulse +impulses +impulss +impulsrent +impulsiez +impulsif +impulsifs +impulsion +impulsions +impulsive +impulsivement +impulsives +impulsons +impunment +impuni +impunie +impunies +impunis +impur +impure +impurement +impures +impuret +impurets +impurs +imputa +imputable +imputablent +imputables +imputai +imputaient +imputais +imputait +imputant +imputas +imputasse +imputassent +imputasses +imputassiez +imputassions +imputation +imputations +imputmes +imputt +imputtes +impute +imputent +imputer +imputera +imputerai +imputeraient +imputerais +imputerait +imputeras +imputerez +imputeriez +imputerions +imputerons +imputeront +imputes +imputez +imput +impute +imputes +imputs +imputrent +imputiez +imputions +imputons +imputrescibilit +imputrescibilits +imputrescible +imputrescibles +in +inabordable +inabordables +inacceptable +inacceptables +inaccessible +inaccessibles +inaccomplissement +inaccomplissements +inaccoutum +inaccoutume +inaccoutumes +inaccoutums +inachev +inacheve +inacheves +inachevs +inachvement +inachvements +inactif +inactifs +inaction +inactions +inactive +inactives +inactiv +inactive +inactives +inactivs +inactivit +inactivits +inadapt +inadapte +inadaptes +inadapts +inadmissible +inadmissibles +inadvertance +inadvertances +inalinable +inalinables +inaltrabilit +inaltrabilits +inaltrable +inaltrables +inaltr +inaltre +inaltres +inaltrs +inamical +inamicale +inamicales +inamicaux +inamovibilit +inamovibilits +inamovible +inamovibles +inanim +inanime +inanimes +inanims +inanit +inanits +inanition +inanitions +inapaisable +inapaisables +inapais +inapaise +inapaises +inapaiss +inaperu +inaperue +inaperues +inaperus +inapparent +inapparente +inapparentes +inapparents +inapplicable +inapplicables +inapplication +inapplications +inappliqu +inapplique +inappliques +inappliqus +inapprciable +inapprciables +inapte +inaptes +inaptitude +inaptitudes +inarticul +inarticule +inarticules +inarticuls +inassouvi +inassouvie +inassouvies +inassouvis +inattaquable +inattaquables +inattendu +inattendue +inattendues +inattendus +inattentif +inattentifs +inattention +inattentions +inattentive +inattentives +inaudible +inaudibles +inaugura +inaugurai +inauguraient +inaugurais +inaugurait +inaugural +inaugurale +inaugurales +inaugurant +inauguras +inaugurasse +inaugurassent +inaugurasses +inaugurassiez +inaugurassions +inauguration +inaugurations +inauguraux +inaugurmes +inaugurt +inaugurtes +inaugure +inaugurent +inaugurer +inaugurera +inaugurerai +inaugureraient +inaugurerais +inaugurerait +inaugureras +inaugurerez +inaugureriez +inaugurerions +inaugurerons +inaugureront +inaugures +inaugurez +inaugur +inaugure +inaugures +inaugurs +inaugurrent +inauguriez +inaugurions +inaugurons +inavouable +inavouables +inavou +inavoue +inavoues +inavous +incalculable +incalculables +incandescence +incandescences +incandescent +incandescente +incandescentes +incandescents +incantation +incantations +incantatoire +incantatoires +incapable +incapables +incapacit +incapacits +incarcra +incarcrai +incarcraient +incarcrais +incarcrait +incarcrant +incarcras +incarcrasse +incarcrassent +incarcrasses +incarcrassiez +incarcrassions +incarcration +incarcrations +incarcrmes +incarcrt +incarcrtes +incarcrer +incarcrera +incarcrerai +incarcreraient +incarcrerais +incarcrerait +incarcreras +incarcrerez +incarcreriez +incarcrerions +incarcrerons +incarcreront +incarcres +incarcrez +incarcr +incarcre +incarcres +incarcrs +incarcrrent +incarcriez +incarcrions +incarcrons +incarcre +incarcrent +incarcres +incarna +incarnai +incarnaient +incarnais +incarnait +incarnant +incarnas +incarnasse +incarnassent +incarnasses +incarnassiez +incarnassions +incarnat +incarnate +incarnates +incarnation +incarnations +incarnats +incarnmes +incarnt +incarntes +incarne +incarnent +incarner +incarnera +incarnerai +incarneraient +incarnerais +incarnerait +incarneras +incarnerez +incarneriez +incarnerions +incarnerons +incarneront +incarnes +incarnez +incarn +incarne +incarnes +incarns +incarnrent +incarniez +incarnions +incarnons +incartade +incartades +incassable +incassables +incendia +incendiai +incendiaient +incendiaire +incendiaires +incendiais +incendiait +incendiant +incendias +incendiasse +incendiassent +incendiasses +incendiassiez +incendiassions +incendimes +incendit +incendites +incendie +incendient +incendier +incendiera +incendierai +incendieraient +incendierais +incendierait +incendieras +incendierez +incendieriez +incendierions +incendierons +incendieront +incendies +incendiez +incendi +incendie +incendies +incendis +incendirent +incendiiez +incendiions +incendions +incertain +incertaine +incertaines +incertains +incertitude +incertitudes +incessamment +incessant +incessante +incessantes +incessants +incessibilit +incessibilits +incessible +incessibles +inceste +incestes +incestueuse +incestueusement +incestueuses +incestueux +inchang +inchange +inchanges +inchangs +inchoatif +inchoatifs +inchoative +inchoatives +incidemment +incidence +incidences +incident +incidente +incidentes +incidents +incinra +incinrai +incinraient +incinrais +incinrait +incinrant +incinras +incinrasse +incinrassent +incinrasses +incinrassiez +incinrassions +incinration +incinrations +incinrmes +incinrt +incinrtes +incinrer +incinrera +incinrerai +incinreraient +incinrerais +incinrerait +incinreras +incinrerez +incinreriez +incinrerions +incinrerons +incinreront +incinrez +incinr +incinre +incinres +incinrs +incinrrent +incinriez +incinrions +incinrons +incinre +incinrent +incinres +incisa +incisai +incisaient +incisais +incisait +incisant +incisas +incisasse +incisassent +incisasses +incisassiez +incisassions +incismes +incist +incistes +incise +incisent +inciser +incisera +inciserai +inciseraient +inciserais +inciserait +inciseras +inciserez +inciseriez +inciserions +inciserons +inciseront +incises +incisez +incis +incise +incises +inciss +incisrent +incisiez +incisif +incisifs +incision +incisions +incisive +incisives +incisons +incita +incitai +incitaient +incitais +incitait +incitant +incitas +incitasse +incitassent +incitasses +incitassiez +incitassions +incitation +incitations +incitmes +incitt +incittes +incite +incitent +inciter +incitera +inciterai +inciteraient +inciterais +inciterait +inciteras +inciterez +inciteriez +inciterions +inciterons +inciteront +incites +incitez +incit +incite +incites +incits +incitrent +incitiez +incitions +incitons +inclassable +inclassables +inclmence +inclmences +inclment +inclmente +inclmentes +inclments +inclina +inclinai +inclinaient +inclinais +inclinaison +inclinaisons +inclinait +inclinant +inclinas +inclinasse +inclinassent +inclinasses +inclinassiez +inclinassions +inclination +inclinations +inclinmes +inclint +inclintes +incline +inclinent +incliner +inclinera +inclinerai +inclineraient +inclinerais +inclinerait +inclineras +inclinerez +inclineriez +inclinerions +inclinerons +inclineront +inclines +inclinez +inclin +incline +inclines +inclins +inclinrent +incliniez +inclinions +inclinons +inclu +incluaient +incluais +incluait +incluant +inclue +incluent +incluerais +inclues +incluez +incluiez +incluions +incluons +inclura +inclurai +incluraient +inclurais +inclurait +incluras +inclure +inclurent +inclurez +incluriez +inclurions +inclurons +incluront +inclus +incluse +incluses +inclusion +inclusivement +inclusse +inclussent +inclusses +inclussiez +inclussions +inclut +inclmes +inclt +incltes +incoercible +incoercibles +incognito +incohrence +incohrences +incohrent +incohrente +incohrentes +incohrents +incolore +incolores +incomba +incombai +incombaient +incombais +incombait +incombant +incombas +incombasse +incombassent +incombasses +incombassiez +incombassions +incombmes +incombt +incombtes +incombe +incombent +incomber +incombera +incomberai +incomberaient +incomberais +incomberait +incomberas +incomberez +incomberiez +incomberions +incomberons +incomberont +incombes +incombez +incomb +incombe +incombes +incombs +incombrent +incombiez +incombions +incombons +incombustibilit +incombustibilits +incombustible +incombustibles +incommensurable +incommensurables +incommoda +incommodai +incommodaient +incommodais +incommodait +incommodant +incommodante +incommodantes +incommodants +incommodas +incommodasse +incommodassent +incommodasses +incommodassiez +incommodassions +incommodmes +incommodt +incommodtes +incommode +incommodent +incommoder +incommodera +incommoderai +incommoderaient +incommoderais +incommoderait +incommoderas +incommoderez +incommoderiez +incommoderions +incommoderons +incommoderont +incommodes +incommodez +incommod +incommode +incommodes +incommodment +incommods +incommodrent +incommodiez +incommodions +incommodit +incommodits +incommodons +incomparable +incomparablement +incomparables +incompatibilit +incompatibilits +incompatible +incompatiblement +incompatibles +incomptence +incomptences +incomptent +incomptente +incomptentes +incomptents +incomplet +incomplets +incomplte +incompltement +incompltes +incompressible +incompressibles +incomprhensible +incomprhensibles +incomprhension +incomprhensions +incompris +incomprise +incomprises +inconcevable +inconcevablement +inconcevables +inconciliable +inconciliables +inconditionnel +inconditionnelle +inconditionnellement +inconditionnelles +inconditionnels +inconduite +inconduites +inconfort +inconfortable +inconfortablement +inconfortables +inconforts +incongru +incongrue +incongrues +incongruit +incongruits +incongrus +inconnaisable +inconnaisables +inconnu +inconnue +inconnues +inconnus +inconsciemment +inconscience +inconsciences +inconscient +inconsciente +inconscientes +inconscients +inconsquence +inconsquences +inconsquent +inconsquente +inconsquentes +inconsquents +inconsidr +inconsidre +inconsidres +inconsidrment +inconsidrs +inconsistance +inconsistances +inconsistant +inconsistante +inconsistantes +inconsistants +inconsolable +inconsolables +inconstance +inconstances +inconstant +inconstante +inconstantes +inconstants +inconstitutionnel +inconstitutionnelle +inconstitutionnellement +inconstitutionnelles +inconstitutionnels +incontestable +incontestablement +incontestables +incontest +inconteste +incontestes +incontests +incontinence +incontinences +incontinent +incontinente +incontinentes +incontinents +incontrlable +incontrlables +inconvenance +inconvenances +inconvenant +inconvenante +inconvenantes +inconvenants +inconvertible +inconvertibles +inconvnient +inconvnients +incorpora +incorporai +incorporaient +incorporais +incorporait +incorporant +incorporas +incorporasse +incorporassent +incorporasses +incorporassiez +incorporassions +incorporation +incorporations +incorpormes +incorport +incorportes +incorpore +incorporel +incorporelle +incorporelles +incorporels +incorporent +incorporer +incorporera +incorporerai +incorporeraient +incorporerais +incorporerait +incorporeras +incorporerez +incorporeriez +incorporerions +incorporerons +incorporeront +incorpores +incorporez +incorpor +incorpore +incorpores +incorpors +incorporrent +incorporiez +incorporions +incorporons +incorrect +incorrecte +incorrectement +incorrectes +incorrection +incorrections +incorrects +incorrigible +incorrigiblement +incorrigibles +incorruptibilit +incorruptibilits +incorruptible +incorruptibles +increvable +increvables +incrdule +incrdules +incrdulit +incrdulits +incrimina +incriminai +incriminaient +incriminais +incriminait +incriminant +incriminas +incriminasse +incriminassent +incriminasses +incriminassiez +incriminassions +incrimination +incriminations +incriminmes +incrimint +incrimintes +incrimine +incriminent +incriminer +incriminera +incriminerai +incrimineraient +incriminerais +incriminerait +incrimineras +incriminerez +incrimineriez +incriminerions +incriminerons +incrimineront +incrimines +incriminez +incrimin +incrimine +incrimines +incrimins +incriminrent +incriminiez +incriminions +incriminons +incroyable +incroyablement +incroyables +incroyant +incroyante +incroyantes +incroyants +incrusta +incrustai +incrustaient +incrustais +incrustait +incrustant +incrustas +incrustasse +incrustassent +incrustasses +incrustassiez +incrustassions +incrustation +incrustations +incrustmes +incrustt +incrusttes +incruste +incrustent +incruster +incrustera +incrusterai +incrusteraient +incrusterais +incrusterait +incrusteras +incrusterez +incrusteriez +incrusterions +incrusterons +incrusteront +incrustes +incrustez +incrust +incruste +incrustes +incrusts +incrustrent +incrustiez +incrustions +incrustons +incuba +incubai +incubaient +incubais +incubait +incubant +incubas +incubasse +incubassent +incubasses +incubassiez +incubassions +incubateur +incubateurs +incubation +incubations +incubmes +incubt +incubtes +incube +incubent +incuber +incubera +incuberai +incuberaient +incuberais +incuberait +incuberas +incuberez +incuberiez +incuberions +incuberons +incuberont +incubes +incubez +incub +incube +incubes +incubs +incubrent +incubiez +incubions +incubons +inculpa +inculpai +inculpaient +inculpais +inculpait +inculpant +inculpas +inculpasse +inculpassent +inculpasses +inculpassiez +inculpassions +inculpation +inculpations +inculpmes +inculpt +inculptes +inculpe +inculpent +inculper +inculpera +inculperai +inculperaient +inculperais +inculperait +inculperas +inculperez +inculperiez +inculperions +inculperons +inculperont +inculpes +inculpez +inculp +inculpe +inculpes +inculps +inculprent +inculpiez +inculpions +inculpons +inculqua +inculquai +inculquaient +inculquais +inculquait +inculquant +inculquas +inculquasse +inculquassent +inculquasses +inculquassiez +inculquassions +inculqumes +inculqut +inculqutes +inculque +inculquent +inculquer +inculquera +inculquerai +inculqueraient +inculquerais +inculquerait +inculqueras +inculquerez +inculqueriez +inculquerions +inculquerons +inculqueront +inculques +inculquez +inculqu +inculque +inculques +inculqus +inculqurent +inculquiez +inculquions +inculquons +inculte +incultes +incunable +incunables +incurable +incurablement +incurables +incurie +incuries +incursion +incursions +incurva +incurvai +incurvaient +incurvais +incurvait +incurvant +incurvas +incurvasse +incurvassent +incurvasses +incurvassiez +incurvassions +incurvation +incurvations +incurvmes +incurvt +incurvtes +incurve +incurvent +incurver +incurvera +incurverai +incurverais +incurverait +incurveras +incurverez +incurveriez +incurverions +incurverons +incurveront +incurves +incurvez +incurv +incurve +incurves +incurvs +incurvrent +incurviez +incurvions +incurvons +inde +indemne +indemnes +indemnisa +indemnisai +indemnisaient +indemnisais +indemnisait +indemnisant +indemnisas +indemnisasse +indemnisassent +indemnisasses +indemnisassiez +indemnisassions +indemnisation +indemnisations +indemnismes +indemnist +indemnistes +indemnise +indemnisent +indemniser +indemnisera +indemniserai +indemniseraient +indemniserais +indemniserait +indemniseras +indemniserez +indemniseriez +indemniserions +indemniserons +indemniseront +indemnises +indemnisez +indemnis +indemnise +indemnises +indemniss +indemnisrent +indemnisiez +indemnisions +indemnisons +indemnit +indemnits +indentation +indentations +indent +indente +indentes +indents +indes +indescriptible +indescriptibles +indestructible +indestructiblement +indestructibles +index +indexa +indexai +indexaient +indexais +indexait +indexant +indexas +indexasse +indexassent +indexasses +indexassiez +indexassions +indexation +indexations +indexmes +indext +indextes +indexe +indexent +indexer +indexera +indexerai +indexeraient +indexerais +indexerait +indexeras +indexerez +indexeriez +indexerions +indexerons +indexeront +indexes +indexez +index +indexe +indexes +indexs +indexrent +indexiez +indexions +indexons +indcemment +indcence +indcences +indcent +indcente +indcentes +indcents +indchiffrable +indchiffrables +indchirable +indchirables +indcis +indcise +indcises +indcision +indcisions +indclinable +indclinables +indcomposable +indcomposables +indcrottable +indcrottables +indfectible +indfectiblement +indfectibles +indfendable +indfendables +indfini +indfinie +indfinies +indfiniment +indfinis +indfinissable +indfinissables +indformable +indformables +indfrisable +indfrisables +indlbile +indlbiles +indlicat +indlicate +indlicatement +indlicates +indlicatesse +indlicatesses +indlicats +indmaillable +indmaillables +indmontrable +indmontrables +indniable +indniablement +indniables +indpendamment +indpendance +indpendances +indpendant +indpendante +indpendantes +indpendants +indracinable +indracinables +indsirable +indsirables +indterminable +indterminables +indtermination +indterminations +indtermin +indtermine +indtermines +indtermins +indicateur +indicateurs +indicatif +indicatifs +indication +indications +indicative +indicatives +indicatrice +indicatrices +indice +indices +indicible +indiciblement +indicibles +indien +indienne +indiennes +indiens +indiffra +indiffrai +indiffraient +indiffrais +indiffrait +indiffrant +indiffras +indiffrasse +indiffrassent +indiffrasses +indiffrassiez +indiffrassions +indiffrmes +indiffrt +indiffrtes +indiffremment +indiffrence +indiffrences +indiffrenci +indiffrencie +indiffrencies +indiffrencis +indiffrent +indiffrente +indiffrentes +indiffrents +indiffrer +indiffrera +indiffrerai +indiffreraient +indiffrerais +indiffrerait +indiffreras +indiffrerez +indiffreriez +indiffrerions +indiffrerons +indiffreront +indiffrez +indiffr +indiffre +indiffres +indiffrs +indiffrrent +indiffriez +indiffrions +indiffrons +indiffre +indiffrent +indiffres +indigence +indigences +indigent +indigente +indigentes +indigents +indigeste +indigestes +indigestion +indigestions +indigne +indignes +indigna +indignai +indignaient +indignais +indignait +indignant +indignas +indignasse +indignassent +indignasses +indignassiez +indignassions +indignation +indignations +indignmes +indignt +indigntes +indigne +indignement +indignent +indigner +indignera +indignerai +indigneraient +indignerais +indignerait +indigneras +indignerez +indigneriez +indignerions +indignerons +indigneront +indignes +indignez +indign +indigne +indignes +indigns +indignrent +indigniez +indignions +indignit +indignits +indignons +indigo +indiqua +indiquai +indiquaient +indiquais +indiquait +indiquant +indiquas +indiquasse +indiquassent +indiquasses +indiquassiez +indiquassions +indiqumes +indiqut +indiqutes +indique +indiquent +indiquer +indiquera +indiquerai +indiqueraient +indiquerais +indiquerait +indiqueras +indiquerez +indiqueriez +indiquerions +indiquerons +indiqueront +indiques +indiquez +indiqu +indique +indiques +indiqus +indiqurent +indiquiez +indiquions +indiquons +indirect +indirecte +indirectement +indirectes +indirects +indiscernable +indiscernables +indiscipline nom +indisciplines nom +indisciplin +indiscipline +indisciplines +indisciplins +indiscret +indiscrets +indiscrtion +indiscrtions +indiscrte +indiscrtement +indiscrtes +indiscutable +indiscutablement +indiscutables +indiscut +indiscute +indiscutes +indiscuts +indispensable +indispensablement +indispensables +indisponible +indisponibles +indisposa +indisposai +indisposaient +indisposais +indisposait +indisposant +indisposas +indisposasse +indisposassent +indisposasses +indisposassiez +indisposassions +indisposmes +indispost +indispostes +indispose +indisposent +indisposer +indisposera +indisposerai +indisposeraient +indisposerais +indisposerait +indisposeras +indisposerez +indisposeriez +indisposerions +indisposerons +indisposeront +indisposes +indisposez +indispos +indispose +indisposes +indisposs +indisposrent +indisposiez +indisposions +indisposition +indispositions +indisposons +indissociable +indissociablement +indissociables +indissoluble +indissolublement +indissolubles +indistinct +indistincte +indistinctement +indistinctes +indistincts +individu +individualisa +individualisai +individualisaient +individualisais +individualisait +individualisant +individualisas +individualisasse +individualisassent +individualisasses +individualisassiez +individualisassions +individualisation +individualisations +individualismes +individualist +individualistes +individualise +individualisent +individualiser +individualisera +individualiserai +individualiseraient +individualiserais +individualiserait +individualiseras +individualiserez +individualiseriez +individualiserions +individualiserons +individualiseront +individualises +individualisez +individualis +individualise +individualises +individualiss +individualisrent +individualisiez +individualisions +individualisme +individualisons +individualiste +individualistes +individualit +individualits +individuel +individuelle +individuellement +individuelles +individuels +individus +indivis +indivise +indivises +indivisment +indivisibilit +indivisibilits +indivisible +indivisiblement +indivisibles +indivision +indivisions +indo +indochine +indocile +indociles +indocilit +indocilits +indolemment +indolence +indolences +indolent +indolente +indolentes +indolents +indolore +indolores +indomptable +indomptablement +indomptables +indompt +indompte +indomptes +indompts +indu +indubitable +indubitablement +indubitables +inducteur +inducteurs +inductif +inductifs +induction +inductions +inductive +inductives +inductrice +inductrices +indue +indues +induira +induirai +induiraient +induirais +induirait +induiras +induire +induirez +induiriez +induirions +induirons +induiront +induis +induisaient +induisais +induisait +induisant +induise +induisent +induises +induisez +induisiez +induisions +induisirent +induisis +induisisse +induisissent +induisisses +induisissiez +induisissions +induisit +induismes +induist +induistes +induisons +induit +induite +induites +induits +indulgence +indulgences +indulgent +indulgente +indulgentes +indulgents +induration +indurations +indus +industrialisa +industrialisai +industrialisaient +industrialisais +industrialisait +industrialisant +industrialisas +industrialisasse +industrialisassent +industrialisasses +industrialisassiez +industrialisassions +industrialisation +industrialisations +industrialismes +industrialist +industrialistes +industrialise +industrialisent +industrialiser +industrialisera +industrialiserai +industrialiseraient +industrialiserais +industrialiserait +industrialiseras +industrialiserez +industrialiseriez +industrialiserions +industrialiserons +industrialiseront +industrialises +industrialisez +industrialis +industrialise +industrialises +industrialiss +industrialisrent +industrialisiez +industrialisions +industrialisons +industrie +industriel +industrielle +industriellement +industrielles +industriels +industries +industrieuse +industrieusement +industrieuses +industrieux +indment +ineffable +ineffablement +ineffables +ineffaable +ineffaables +inefficace +inefficacement +inefficaces +inemploy +inemploye +inemployes +inemploys +inepte +ineptes +ineptie +inepties +inerte +inertes +inertie +inerties +inespr +inespre +inespres +inesprs +inesthtique +inesthtiques +inestimable +inestimables +inexact +inexacte +inexactes +inexactitude +inexactitudes +inexacts +inexcusable +inexcusables +inexcutable +inexcutables +inexcution +inexcutions +inexistant +inexistante +inexistantes +inexistants +inexorable +inexorablement +inexorables +inexprience +inexpriences +inexpriment +inexprimente +inexprimentes +inexpriments +inexpiable +inexpiables +inexplicable +inexplicablement +inexplicables +inexpliqu +inexplique +inexpliques +inexpliqus +inexploit +inexploite +inexploites +inexploits +inexplor +inexplore +inexplores +inexplors +inexplosible +inexplosibles +inexpressif +inexpressifs +inexpressive +inexpressives +inexprimable +inexprimablement +inexprimables +inexprim +inexprime +inexprimes +inexprims +inexpugnable +inexpugnables +inextensible +inextensibles +inextinguible +inextinguibles +inextricable +inextricablement +inextricables +inbranlable +inbranlablement +inbranlables +indit +indite +indites +indits +ingal +ingale +ingalement +ingales +ingal +ingale +ingales +ingals +ingalitaire +ingalitaires +ingalit +ingalits +ingaux +inlgance +inlgances +inlgant +inlgante +inlgantes +inlgants +inligible +inligibles +inluctable +inluctablement +inluctables +innarrable +innarrables +inpuisable +inpuisablement +inpuisables +inquation +inquations +inquitable +inquitables +invitable +invitablement +invitables +infaillibilit +infaillibilits +infaillible +infailliblement +infaillibles +infaisable +infaisables +infamant +infamante +infamantes +infamants +infamie +infamies +infant +infante +infanterie +infanteries +infantes +infanticide +infanticides +infantile +infantiles +infantilisme +infants +infarctus +infatigable +infatigablement +infatigables +infatuation +infatuations +infatu +infatue +infatues +infatus +infme +infmes +infect +infecta +infectai +infectaient +infectais +infectait +infectant +infectas +infectasse +infectassent +infectasses +infectassiez +infectassions +infectmes +infectt +infecttes +infecte +infectent +infecter +infectera +infecterai +infecteraient +infecterais +infecterait +infecteras +infecterez +infecteriez +infecterions +infecterons +infecteront +infectes +infectez +infect +infecte +infectes +infects +infectrent +infectieuse +infectieuses +infectieux +infectiez +infection +infections +infectons +infects +infernal +infernale +infernalement +infernales +infernaux +infertile +infertiles +infertilit +infertilits +infesta +infestai +infestaient +infestais +infestait +infestant +infestas +infestasse +infestassent +infestasses +infestassiez +infestassions +infestmes +infestt +infesttes +infeste +infestent +infester +infestera +infesterai +infesteraient +infesterais +infesterait +infesteras +infesterez +infesteriez +infesterions +infesterons +infesteront +infestes +infestez +infest +infeste +infestes +infests +infestrent +infestiez +infestions +infestons +infcond +infconde +infcondes +infcondit +infcondits +infconds +infoda +infodai +infodaient +infodais +infodait +infodant +infodas +infodasse +infodassent +infodasses +infodassiez +infodassions +infodmes +infodt +infodtes +infode +infodent +infoder +infodera +infoderai +infoderaient +infoderais +infoderait +infoderas +infoderez +infoderiez +infoderions +infoderons +infoderont +infodes +infodez +infode +infodes +infods +infodrent +infodiez +infodions +infodons +infra +infrai +infraient +infrais +infrait +infrant +infras +infrasse +infrassent +infrasses +infrassiez +infrassions +infrmes +infrt +infrtes +infrence +infrences +infrer +infrera +infrerai +infreraient +infrerais +infrerait +infreras +infrerez +infreriez +infrerions +infrerons +infreront +infrez +infr +infre +infres +infrs +infrrent +infrieur +infrieure +infrieurement +infrieures +infrieurs +infriez +infrions +infriorit +infriorits +infrons +infre +infrent +infres +infidlit +infidlits +infidle +infidlement +infidles +infiltra +infiltrai +infiltraient +infiltrais +infiltrait +infiltrant +infiltras +infiltrasse +infiltrassent +infiltrassiez +infiltrassions +infiltration +infiltrations +infiltrmes +infiltrt +infiltrtes +infiltre +infiltrent +infiltrer +infiltrera +infiltrerai +infiltreraient +infiltrerais +infiltrerait +infiltreras +infiltrerez +infiltreriez +infiltrerions +infiltrerons +infiltreront +infiltres +infiltrez +infiltr +infiltre +infiltres +infiltrs +infiltrrent +infiltriez +infiltrions +infiltrons +infime +infimes +infini +infinie +infinies +infiniment +infinis +infinit +infinits +infinitsimal +infinitsimale +infinitsimales +infinitsimaux +infinitif +infinitifs +infinitive +infinitives +infirma +infirmai +infirmaient +infirmais +infirmait +infirmant +infirmasse +infirmassent +infirmasses +infirmassiez +infirmassions +infirmmes +infirmt +infirmtes +infirme +infirment +infirmer +infirmera +infirmerai +infirmeraient +infirmerais +infirmerait +infirmeras +infirmerez +infirmerie +infirmeries +infirmeriez +infirmerions +infirmerons +infirmeront +infirmes +infirmez +infirm +infirme +infirmes +infirms +infirmrent +infirmier +infirmiers +infirmiez +infirmire +infirmires +infirmions +infirmit +infirmits +infirmons +inflammable +inflammables +inflammation +inflammations +inflammatoire +inflammatoires +inflation +inflations +inflexibilit +inflexibilits +inflexible +inflexiblement +inflexibles +inflexion +inflexions +inflchi +inflchie +inflchies +inflchir +inflchira +inflchirai +inflchiraient +inflchirais +inflchirait +inflchiras +inflchirent +inflchirez +inflchiriez +inflchirions +inflchirons +inflchiront +inflchis +inflchissaient +inflchissais +inflchissait +inflchissant +inflchisse +inflchissent +inflchisses +inflchissez +inflchissiez +inflchissions +inflchissons +inflchit +inflchmes +inflcht +inflchtes +inflige +infligea +infligeai +infligeaient +infligeais +infligeait +infligeant +infligeas +infligeasse +infligeassent +infligeasses +infligeassiez +infligeassions +infligemes +infliget +infligetes +infligent +infligeons +infliger +infligera +infligerai +infligeraient +infligerais +infligerait +infligeras +infligerez +infligeriez +infligerions +infligerons +infligeront +infliges +infligez +inflig +inflige +infliges +infligs +infligrent +infligiez +infligions +inflorescence +inflorescences +influa +influai +influaient +influais +influait +influant +influas +influasse +influassent +influasses +influassiez +influassions +influmes +influt +influtes +influe +influence +influencent +influencer +influencera +influencerai +influenceraient +influencerais +influencerait +influenceras +influencerez +influenceriez +influencerions +influencerons +influenceront +influences +influencez +influenc +influence +influencs +influencrent +influenciez +influencions +influena +influenable +influenables +influenai +influenaient +influenais +influenait +influenant +influenas +influenasse +influenassent +influenasses +influenassiez +influenassions +influenmes +influent +influentes +influenons +influent +influente +influentes +influents +influer +influera +influerai +influeraient +influerais +influerait +influeras +influerez +influeriez +influerions +influerons +influeront +influes +influez +influ +influe +influes +influs +influrent +influiez +influions +influons +influx +informa +informai +informaient +informais +informait +informant +informas +informasse +informassent +informasses +informassiez +informassions +informateur +informateurs +informaticien +informaticienne +informaticiennes +informaticiens +information +informations +informatique +informatiques +informatis +informatise +informatises +informatiss +informatrice +informatrices +informmes +informt +informtes +informe +informent +informer +informera +informerai +informeraient +informerais +informerait +informeras +informerez +informeriez +informerions +informerons +informeront +informes +informez +inform +informe +informes +informs +informrent +informiez +informions +informons +infortune +infortunes +infortun +infortune +infortunes +infortuns +infraction +infractions +infranchissable +infranchissables +infrarouge +infrarouges +infrason +infrasons +infrastructure +infrastructures +infroissable +infroissables +infructueuse +infructueusement +infructueuses +infructueux +infus +infusa +infusai +infusaient +infusais +infusait +infusant +infusas +infusasse +infusassent +infusasses +infusassiez +infusassions +infusmes +infust +infustes +infuse +infusent +infuser +infusera +infuserai +infuseraient +infuserais +infuserait +infuseras +infuserez +infuseriez +infuserions +infuserons +infuseront +infuses +infusez +infus +infuse +infuses +infuss +infusrent +infusible +infusibles +infusiez +infusion +infusions +infusoires +infusons +ingambe +ingambes +ingestion +ingestions +ingnia +ingniaient +ingniais +ingniait +ingniant +ingnias +ingniasse +ingniassent +ingniasses +ingniassiez +ingniassions +ingnimes +ingnit +ingnites +ingnie +ingnient +ingnier +ingniera +ingnierai +ingnieraient +ingnierais +ingnierait +ingnieras +ingnierez +ingnierie +ingnieriez +ingnierions +ingnierons +ingnieront +ingnies +ingnieur +ingnieurs +ingnieuse +ingnieusement +ingnieuses +ingnieux +ingniez +ingni +ingnie +ingnies +ingnis +ingnirent +ingniiez +ingniions +ingnions +ingniosit +ingniosits +ingnu +ingnue +ingnues +ingnuit +ingnuits +ingnument +ingnus +ingra +ingrai +ingraient +ingrais +ingrait +ingrant +ingras +ingrasse +ingrassent +ingrasses +ingrassiez +ingrassions +ingrmes +ingrt +ingrtes +ingrence +ingrences +ingrer +ingrera +ingrerai +ingreraient +ingreras +ingrerez +ingreriez +ingrerions +ingrerons +ingreront +ingrez +ingr +ingre +ingres +ingrs +ingrrent +ingriez +ingrions +ingrons +ingre +ingrent +ingres +ingrat +ingrate +ingratement +ingrates +ingratitude +ingratitudes +ingrats +ingres +ingrdient +ingrdients +ingurissable +ingurissables +inguinal +inguinale +inguinales +inguinaux +ingurgita +ingurgitai +ingurgitaient +ingurgitais +ingurgitait +ingurgitant +ingurgitas +ingurgitasse +ingurgitassent +ingurgitasses +ingurgitassiez +ingurgitassions +ingurgitmes +ingurgitt +ingurgittes +ingurgite +ingurgitent +ingurgiter +ingurgitera +ingurgiterai +ingurgiteraient +ingurgiterais +ingurgiterait +ingurgiteras +ingurgiterez +ingurgiteriez +ingurgiterions +ingurgiterons +ingurgiteront +ingurgites +ingurgitez +ingurgit +ingurgite +ingurgites +ingurgits +ingurgitrent +ingurgitiez +ingurgitions +ingurgitons +inhabile +inhabilement +inhabiles +inhabilet +inhabilets +inhabilit droit +inhabilits droit +inhabitable +inhabitables +inhabit +inhabite +inhabites +inhabits +inhabituel +inhabituelle +inhabituelles +inhabituels +inhala +inhalai +inhalaient +inhalais +inhalait +inhalant +inhalas +inhalasse +inhalassent +inhalasses +inhalassiez +inhalassions +inhalateur +inhalateurs +inhalation +inhalations +inhalmes +inhalt +inhaltes +inhale +inhalent +inhaler +inhalera +inhalerai +inhaleraient +inhalerais +inhalerait +inhaleras +inhalerez +inhaleriez +inhalerions +inhalerons +inhaleront +inhales +inhalez +inhal +inhale +inhales +inhals +inhalrent +inhaliez +inhalions +inhalons +inhrent +inhrente +inhrentes +inhrents +inhibition +inhibitions +inhospitalier +inhospitaliers +inhospitalire +inhospitalires +inhuma +inhumai +inhumaient +inhumain +inhumaine +inhumainement +inhumaines +inhumains +inhumais +inhumait +inhumanit +inhumanits +inhumant +inhumas +inhumasse +inhumassent +inhumasses +inhumassiez +inhumassions +inhumation +inhumations +inhummes +inhumt +inhumtes +inhume +inhument +inhumer +inhumera +inhumerai +inhumeraient +inhumerais +inhumerait +inhumerez +inhumeriez +inhumerions +inhumerons +inhumeront +inhumes +inhumez +inhum +inhume +inhumes +inhums +inhumrent +inhumiez +inhumions +inhumons +inimaginable +inimaginables +inimitable +inimitables +inimiti +inimitie +inimities +inimitis +ininflammable +ininflammables +inintelligence +inintelligences +inintelligent +inintelligente +inintelligentes +inintelligents +inintelligible +inintelligibles +ininterrompu +ininterrompue +ininterrompues +ininterrompus +inique +iniquement +iniques +iniquit +iniquits +initia +initiai +initiaient +initiais +initiait +initial +initiale +initialement +initiales +initiant +initias +initiasse +initiassent +initiasses +initiassiez +initiassions +initiateur +initiateurs +initiation +initiations +initiative +initiatives +initiatrice +initiatrices +initiaux +initimes +initit +initites +initie +initient +initier +initiera +initierai +initieraient +initierais +initierait +initieras +initierez +initieriez +initierions +initierons +initieront +inities +initiez +initi +initie +inities +initis +initirent +initiiez +initiions +initions +injecta +injectable +injectables +injectai +injectaient +injectais +injectait +injectant +injectas +injectasse +injectassent +injectasses +injectassiez +injectassions +injectmes +injectt +injecttes +injecte +injectent +injecter +injectera +injecterai +injecteraient +injecterais +injecterait +injecteras +injecterez +injecteriez +injecterions +injecterons +injecteront +injectes +injecteur +injecteurs +injectez +inject +injecte +injectes +injects +injectrent +injectiez +injection +injections +injectons +injonction +injonctions +injouable +injouables +injure +injures +injuria +injuriai +injuriaient +injuriais +injuriait +injuriant +injurias +injuriasse +injuriassent +injuriasses +injuriassiez +injuriassions +injurimes +injurit +injurites +injurie +injurient +injurier +injuriera +injurierai +injurieraient +injurierais +injurierait +injurieras +injurierez +injurieriez +injurierions +injurierons +injurieront +injuries +injurieuse +injurieusement +injurieuses +injurieux +injuriez +injuri +injurie +injuries +injuris +injurirent +injuriiez +injuriions +injurions +injuste +injustement +injustes +injustice +injustices +injustifiable +injustifiables +injustifi +injustifie +injustifies +injustifis +inlassable +inlassablement +inlassables +innerva +innervai +innervaient +innervais +innervait +innervant +innervas +innervasse +innervassent +innervasses +innervassiez +innervassions +innervation +innervations +innervmes +innervt +innervtes +innerve +innervent +innerver +innervera +innerverai +innerveraient +innerverais +innerverait +innerveras +innerverez +innerveriez +innerverions +innerverons +innerveront +innerves +innervez +innerv +innerve +innerves +innervs +innervrent +innervions +innervons +inn +inne +innes +inns +innocemment +innocence +innocences +innocent +innocenta +innocentai +innocentaient +innocentais +innocentait +innocentant +innocentas +innocentasse +innocentassent +innocentasses +innocentassiez +innocentassions +innocentmes +innocentt +innocenttes +innocente +innocentent +innocenter +innocentera +innocenterai +innocenteraient +innocenterais +innocenterait +innocenteras +innocenterez +innocenteriez +innocenterions +innocenterons +innocenteront +innocentes +innocentez +innocent +innocente +innocentes +innocents +innocentrent +innocentiez +innocentions +innocentons +innocents +innocuit +innocuits +innombrable +innombrablement +innombrables +innommable +innommables +innova +innovai +innovaient +innovais +innovait +innovant +innovante +innovantes +innovanteur +innovanteurs +innovantrice +innovantrices +innovants +innovas +innovasse +innovassent +innovasses +innovassiez +innovassions +innovation +innovations +innovmes +innovt +innovtes +innove +innovent +innover +innovera +innoverai +innoveraient +innoverais +innoverait +innoveras +innoverez +innoveriez +innoverions +innoverons +innoveront +innoves +innovez +innov +innove +innoves +innovs +innovrent +innoviez +innovions +innovons +inobservable +inobservables +inobservation +inobservations +inoccup +inoccupe +inoccupes +inoccups +inocula +inoculable +inoculables +inoculai +inoculaient +inoculais +inoculait +inoculant +inoculas +inoculasse +inoculassent +inoculasses +inoculassiez +inoculassions +inoculation +inoculations +inoculmes +inocult +inocultes +inocule +inoculent +inoculer +inoculera +inoculerai +inoculeraient +inoculerais +inoculerait +inoculeras +inoculerez +inoculeriez +inoculerions +inoculerons +inoculeront +inocules +inoculez +inocul +inocule +inocules +inoculs +inoculrent +inoculiez +inoculions +inoculons +inodore +inodores +inoffensif +inoffensifs +inoffensive +inoffensivement +inoffensives +inonda +inondable +inondables +inondai +inondaient +inondais +inondait +inondant +inondas +inondasse +inondassent +inondasses +inondassiez +inondassions +inondation +inondations +inondmes +inondt +inondtes +inonde +inondent +inonder +inondera +inonderai +inonderaient +inonderais +inonderait +inonderas +inonderez +inonderiez +inonderions +inonderons +inonderont +inondes +inondez +inond +inonde +inondes +inonds +inondrent +inondiez +inondions +inondons +inoprable +inoprables +inoprant +inoprante +inoprantes +inoprants +inopin +inopinment +inopins +inopportun +inopportune +inopportunes +inopportunit +inopportunits +inopportuns +inorganique +inorganiques +inorganis +inorganise +inorganises +inorganiss +inoubliable +inoubliables +inou +inoue +inoues +inous +inox +inoxydable +inoxydables +inqualifiable +inqualifiables +inquiet +inquiets +inquita +inquitai +inquitaient +inquitais +inquitait +inquitant +inquitante +inquitantes +inquitants +inquitas +inquitasse +inquitassent +inquitasses +inquitassiez +inquitassions +inquitmes +inquitt +inquittes +inquite +inquiter +inquitera +inquiterai +inquiteraient +inquiterais +inquiterait +inquiteras +inquiterez +inquiteriez +inquiterions +inquiterons +inquiteront +inquitez +inquit +inquite +inquites +inquits +inquitrent +inquitiez +inquitions +inquitons +inquitude +inquitudes +inquite +inquitent +inquites +inquisiteur +inquisiteurs +inquisition +inquisitions +inquisitorial +inquisitoriale +inquisitoriales +inquisitoriaux +insaisissable +insaisissables +insalubre +insalubres +insalubrit +insalubrits +insanit +insanits +insatiable +insatiablement +insatiables +insatisfait +insatisfaite +insatisfaites +insatisfaits +inscription +inscriptions +inscrira +inscrirai +inscriraient +inscrirais +inscrirait +inscriras +inscrire +inscrirez +inscririez +inscririons +inscrirons +inscriront +inscris +inscrisse +inscrissent +inscrisses +inscrissiez +inscrissions +inscrit +inscrite +inscrites +inscrits +inscrivaient +inscrivais +inscrivait +inscrivant +inscrive +inscrivent +inscrives +inscrivez +inscriviez +inscrivions +inscrivirent +inscrivis +inscrivit +inscrivmes +inscrivtes +inscrivons +inscrt +insecte +insectes +insecticide +insecticides +insectivore +insectivores +insens +insense +insenses +insenss +insensibilisa +insensibilisai +insensibilisaient +insensibilisais +insensibilisait +insensibilisant +insensibilisas +insensibilisasse +insensibilisassent +insensibilisasses +insensibilisassiez +insensibilisassions +insensibilisation +insensibilisations +insensibilismes +insensibilist +insensibilistes +insensibilise +insensibilisent +insensibiliser +insensibilisera +insensibiliserai +insensibiliseraient +insensibiliserais +insensibiliserait +insensibiliseras +insensibiliserez +insensibiliseriez +insensibiliserions +insensibiliserons +insensibiliseront +insensibilises +insensibilisez +insensibilis +insensibilise +insensibilises +insensibiliss +insensibilisrent +insensibilisiez +insensibilisions +insensibilisons +insensibilit +insensibilits +insensible +insensiblement +insensibles +insertion +insertions +inscurit +inscurits +insmina +insminai +insminaient +insminais +insminait +insminant +insminas +insminasse +insminassent +insminasses +insminassiez +insminassions +insmination +insminations +insminmes +insmint +insmintes +insmine +insminent +insminer +insminera +insminerai +insmineraient +insminerais +insminerait +insmineras +insminerez +insmineriez +insminerions +insminerons +insmineront +insmines +insminez +insmin +insmine +insmines +insmins +insminrent +insminiez +insminions +insminons +insparable +insparablement +insparables +insra +insrai +insraient +insrais +insrait +insrant +insras +insrasse +insrassent +insrasses +insrassiez +insrassions +insrmes +insrt +insrtes +insrer +insrera +insrerai +insreraient +insrerais +insrerait +insreras +insrerez +insreriez +insrerions +insrerons +insreront +insres +insrez +insr +insre +insres +insrs +insrrent +insriez +insrions +insrons +insre +insrent +insres +insidieuse +insidieusement +insidieuses +insidieux +insigne +insignes +insignifiance +insignifiances +insignifiant +insignifiante +insignifiantes +insignifiants +insinua +insinuai +insinuaient +insinuait +insinuant +insinuante +insinuantes +insinuants +insinuas +insinuasse +insinuassent +insinuasses +insinuassiez +insinuassions +insinuation +insinuations +insinumes +insinut +insinutes +insinue +insinuent +insinuer +insinuera +insinuerai +insinueraient +insinuerais +insinuerait +insinueras +insinuerez +insinueriez +insinuerions +insinuerons +insinueront +insinues +insinuez +insinu +insinue +insinues +insinus +insinurent +insinuiez +insinuions +insinuons +insipide +insipidement +insipides +insipidit +insipidits +insista +insistai +insistaient +insistais +insistait +insistance +insistances +insistant +insistante +insistantes +insistants +insistas +insistasse +insistassent +insistasses +insistassiez +insistassions +insistmes +insistt +insisttes +insiste +insistent +insister +insistera +insisterai +insisteraient +insisterais +insisterait +insisteras +insisterez +insisteriez +insisterions +insisterons +insisteront +insistes +insistez +insist +insiste +insistes +insists +insistrent +insistiez +insistions +insistons +insociable +insociables +insolation +insolations +insolemment +insolence +insolences +insolent +insolente +insolentes +insolents +insolite +insolites +insolubilit +insolubilits +insoluble +insolubles +insolvabilit +insolvabilits +insolvable +insolvables +insomniaque +insomniaques +insomnie +insomnies +insondable +insondables +insonore +insonores +insonorisa +insonorisai +insonorisaient +insonorisais +insonorisait +insonorisant +insonorisas +insonorisasse +insonorisassent +insonorisasses +insonorisassiez +insonorisassions +insonorisation +insonorisations +insonorismes +insonorist +insonoristes +insonorise +insonorisent +insonoriser +insonorisera +insonoriserai +insonoriseraient +insonoriserais +insonoriserait +insonoriseras +insonoriserez +insonoriseriez +insonoriserions +insonoriserons +insonoriseront +insonorises +insonorisez +insonoris +insonorise +insonorises +insonoriss +insonorisrent +insonorisiez +insonorisions +insonorisons +insouciance +insouciances +insouciant +insouciante +insouciantes +insouciants +insoucieuse +insoucieuses +insoucieux +insoumis +insoumise +insoumises +insoumission +insoumissions +insouponnable +insouponnables +insouponn +insouponne +insouponnes +insouponns +insoutenable +insoutenables +inspecta +inspectai +inspectaient +inspectais +inspectait +inspectant +inspectas +inspectasse +inspectassent +inspectasses +inspectassiez +inspectassions +inspectmes +inspectt +inspecttes +inspecte +inspectent +inspecter +inspectera +inspecterai +inspecteraient +inspecterais +inspecterait +inspecteras +inspecterez +inspecteriez +inspecterions +inspecterons +inspecteront +inspectes +inspecteur +inspecteurs +inspectez +inspect +inspecte +inspectes +inspects +inspectrent +inspectiez +inspection +inspections +inspectons +inspectrice +inspectrices +inspira +inspirai +inspiraient +inspirais +inspirait +inspirant +inspiras +inspirasse +inspirassent +inspirasses +inspirassiez +inspirassions +inspirateur +inspirateurs +inspiration +inspirations +inspiratrice +inspiratrices +inspirmes +inspirt +inspirtes +inspire +inspirent +inspirer +inspirera +inspirerai +inspireraient +inspirerais +inspirerait +inspireras +inspirerez +inspireriez +inspirerions +inspirerons +inspireront +inspires +inspirez +inspir +inspire +inspires +inspirs +inspirrent +inspiriez +inspirions +inspirons +instabilit +instabilits +instable +instables +installa +installai +installaient +installais +installait +installant +installas +installasse +installassent +installasses +installassiez +installassions +installation +installations +installmes +installt +installtes +installe +installent +installer +installera +installerai +installeraient +installerais +installerait +installeras +installerez +installeriez +installerions +installerons +installeront +installes +installez +install +installe +installes +installs +installrent +installiez +installions +installons +instamment +instance +instances +instant +instantan +instantane +instantanes +instantanment +instantans +instante +instantes +instants +instar +instaura +instaurai +instauraient +instaurais +instaurait +instaurant +instauras +instaurasse +instaurassent +instaurasses +instaurassiez +instaurassions +instaurmes +instaurt +instaurtes +instaure +instaurent +instaurer +instaurera +instaurerai +instaureraient +instaurerais +instaurerait +instaureras +instaurerez +instaureriez +instaurerions +instaurerons +instaureront +instaures +instaurez +instaur +instaure +instaures +instaurs +instaurrent +instauriez +instaurions +instaurons +instigateur +instigateurs +instigation +instigations +instigatrice +instigatrices +instilla +instillai +instillaient +instillais +instillait +instillant +instillas +instillasse +instillassent +instillasses +instillassiez +instillassions +instillation +instillations +instillmes +instillt +instilltes +instille +instillent +instiller +instillera +instillerai +instilleraient +instillerais +instillerait +instilleras +instillerez +instilleriez +instillerions +instillerons +instilleront +instilles +instillez +instill +instille +instilles +instills +instillrent +instilliez +instillions +instillons +instinct +instinctif +instinctifs +instinctive +instinctivement +instinctives +instincts +institua +instituai +instituaient +instituais +instituait +instituant +instituas +instituasse +instituassent +instituasses +instituassiez +instituassions +institumes +institut +institute +institue +instituent +instituer +instituera +instituerai +institueraient +instituerais +instituerait +institueras +instituerez +institueriez +instituerions +instituerons +institueront +institues +instituez +institu +institue +institues +institus +institurent +instituiez +instituions +instituons +institut +instituteur +instituteurs +institution +institutions +institutrice +institutrices +instituts +instructif +instructifs +instruction +instructions +instructive +instructives +instruira +instruirai +instruiraient +instruirais +instruirait +instruiras +instruire +instruirez +instruiriez +instruirions +instruirons +instruiront +instruis +instruisaient +instruisais +instruisait +instruisant +instruise +instruisent +instruises +instruisez +instruisiez +instruisions +instruisirent +instruisis +instruisisse +instruisissent +instruisisses +instruisissiez +instruisissions +instruisit +instruismes +instruistes +instruisons +instruit +instruite +instruites +instruits +instrut +instrument +instrumenta +instrumentai +instrumentaient +instrumentais +instrumentait +instrumental +instrumentale +instrumentales +instrumentant +instrumentas +instrumentasse +instrumentassent +instrumentasses +instrumentassiez +instrumentassions +instrumentation +instrumentations +instrumentaux +instrumentmes +instrumentt +instrumenttes +instrumente +instrumentent +instrumenter +instrumentera +instrumenterai +instrumenteraient +instrumenterais +instrumenterait +instrumenteras +instrumenterez +instrumenteriez +instrumenterions +instrumenterons +instrumenteront +instrumentes +instrumentez +instrument +instrumente +instrumentes +instruments +instrumentrent +instrumentiez +instrumentions +instrumentiste +instrumentistes +instrumentons +instruments +insu +insubmersible +insubmersibles +insubordination +insubordinations +insuccs +insuffisamment +insuffisance +insuffisances +insuffisant +insuffisante +insuffisantes +insuffisants +insuffla +insufflai +insufflaient +insufflais +insufflait +insufflant +insufflas +insufflasse +insufflassent +insufflasses +insufflassiez +insufflassions +insufflmes +insufflt +insuffltes +insuffle +insufflent +insuffler +insufflera +insufflerai +insuffleraient +insufflerais +insufflerait +insuffleras +insufflerez +insuffleriez +insufflerions +insufflerons +insuffleront +insuffles +insufflez +insuffl +insuffle +insuffles +insuffls +insufflrent +insuffliez +insufflions +insufflons +insulaire +insulaires +insularit +insularits +insuline +insulta +insultai +insultaient +insultais +insultait +insultant +insultas +insultasse +insultassent +insultasses +insultassiez +insultassions +insultmes +insultt +insulttes +insulte +insultent +insulter +insultera +insulterai +insulteraient +insulterais +insulterait +insulteras +insulterez +insulteriez +insulterions +insulterons +insulteront +insultes +insulteur +insulteurs +insultez +insult +insulte +insultes +insults +insultrent +insultiez +insultions +insultons +insupportable +insupportablement +insupportables +insurge +insurgea +insurgeai +insurgeaient +insurgeais +insurgeait +insurgeant +insurgeas +insurgeasse +insurgeassent +insurgeasses +insurgeassiez +insurgeassions +insurgemes +insurgetes +insurgent +insurgeons +insurger +insurgera +insurgerai +insurgeraient +insurgerais +insurgerait +insurgeras +insurgerez +insurgeriez +insurgerions +insurgerons +insurgeront +insurges +insurgez +insurg +insurge +insurges +insurgs +insurgrent +insurgiez +insurgions +insurmontable +insurmontablement +insurmontables +insurrection +insurrectionel +insurrectionelle +insurrectionellement +insurrectionelles +insurrectionels +insurrections +insus +intact +intacte +intactes +intacts +intaille +intailles +intangible +intangibles +intarissable +intarissablement +intarissables +intellect +intellects +intellectuel +intellectuelle +intellectuellement +intellectuelles +intellectuels +intelligemment +intelligence +intelligences +intelligent +intelligente +intelligentes +intelligents +intelligibilit +intelligibilits +intelligible +intelligiblement +intelligibles +intempestif +intempestifs +intempestive +intempestivement +intempestives +intemprance +intemprances +intemprant +intemprante +intemprantes +intemprants +intemprie +intempries +intenable +intenables +intendance +intendances +intendant +intendante +intendantes +intendants +intense +intenses +intensment +intensif +intensifia +intensifiai +intensifiaient +intensifiais +intensifiait +intensifias +intensifiasse +intensifiassent +intensifiasses +intensifiassiez +intensifiassions +intensifimes +intensifit +intensifites +intensifie +intensifient +intensifier +intensifiera +intensifierai +intensifieraient +intensifierais +intensifierait +intensifieras +intensifierez +intensifieriez +intensifierions +intensifierons +intensifieront +intensifies +intensifiez +intensifi +intensifie +intensifies +intensifis +intensifirent +intensifiiez +intensifiions +intensifions +intensifs +intensit +intensits +intensive +intensivement +intensives +intenta +intentai +intentaient +intentais +intentait +intentant +intentas +intentasse +intentassent +intentasses +intentassiez +intentassions +intentmes +intentt +intenttes +intente +intentent +intenter +intentera +intenterai +intenteraient +intenterais +intenterait +intenteras +intenterez +intenteriez +intenterions +intenterons +intenteront +intentes +intentez +intent +intente +intentes +intents +intentrent +intentiez +intention +intentionnel +intentionnelle +intentionnellement +intentionnelles +intentionnels +intentionn +intentionne +intentionnes +intentionns +intentions +intentons +inter +interaction +interactions +interalli +interallie +interallies +interallis +interarmes +intercala +intercalai +intercalaient +intercalaire +intercalaires +intercalais +intercalait +intercalant +intercalas +intercalasse +intercalassent +intercalasses +intercalassiez +intercalassions +intercalation +intercalations +intercalmes +intercalt +intercaltes +intercale +intercalent +intercaler +intercalera +intercalerai +intercaleraient +intercalerais +intercalerait +intercaleras +intercalerez +intercaleriez +intercalerions +intercalerons +intercaleront +intercales +intercalez +intercal +intercale +intercales +intercals +intercalrent +intercaliez +intercalions +intercalons +intercepta +interceptai +interceptaient +interceptais +interceptait +interceptant +interceptas +interceptasse +interceptassent +interceptasses +interceptassiez +interceptassions +interceptmes +interceptt +intercepttes +intercepte +interceptent +intercepter +interceptera +intercepterai +intercepteraient +intercepterais +intercepterait +intercepteras +intercepterez +intercepteriez +intercepterions +intercepterons +intercepteront +interceptes +interceptez +intercept +intercepte +interceptes +intercepts +interceptrent +interceptiez +interception +interceptions +interceptons +intercesseur +intercesseurs +intercession +intercessions +intercda +intercdai +intercdaient +intercdais +intercdait +intercdant +intercdas +intercdasse +intercdassent +intercdasses +intercdassiez +intercdassions +intercdmes +intercdt +intercdtes +intercder +intercdera +intercderai +intercderaient +intercderais +intercderait +intercderas +intercderez +intercderiez +intercderions +intercderons +intercderont +intercdez +intercd +intercde +intercdes +intercds +intercdrent +intercdiez +intercdions +intercdons +intercde +intercdent +intercdes +interchangeable +interchangeables +intercontinental +intercontinentale +intercontinentales +intercontinentaux +intercostal +intercostale +intercostales +intercostaux +interdpendance +interdpendances +interdiction +interdictions +interdira +interdirai +interdiraient +interdirais +interdirait +interdiras +interdire +interdirent +interdirez +interdiriez +interdirions +interdirons +interdiront +interdis +interdisaient +interdisais +interdisait +interdisant +interdisciplinaire +interdise +interdisent +interdises +interdisez +interdisiez +interdisions +interdisons +interdisse +interdissent +interdisses +interdissiez +interdissions +interdit +interdite +interdites +interdits +interdmes +interdt +interdtes +interface +interfaces +interfaage +interfaages +interfrence +interfrences +interfrer +interfre +interjection +interjections +interligna +interlignai +interlignaient +interlignais +interlignait +interlignant +interlignas +interlignasse +interlignassent +interlignasses +interlignassiez +interlignassions +interlignmes +interlignt +interligntes +interligne +interlignent +interligner +interlignera +interlignerai +interligneraient +interlignerais +interlignerait +interligneras +interlignerez +interligneriez +interlignerions +interlignerons +interligneront +interlignes +interlignez +interlign +interligne +interlignes +interligns +interlignrent +interligniez +interlignions +interlignons +interlocuteur +interlocuteurs +interlocutrice +interlocutrices +interlope +interlopes +interloqua +interloquai +interloquaient +interloquais +interloquait +interloquant +interloquas +interloquasse +interloquassent +interloquassiez +interloquassions +interloqumes +interloqut +interloqutes +interloque +interloquent +interloquer +interloquera +interloquerai +interloqueraient +interloquerais +interloquerait +interloqueras +interloquerez +interloqueriez +interloquerions +interloquerons +interloqueront +interloques +interloquez +interloqu +interloque +interloques +interloqus +interloqurent +interloquiez +interloquions +interloquons +interlude +interludes +intermdiaire +intermdiaires +intermde +intermdes +interminable +interminablement +interminables +intermittence +intermittences +intermittent +intermittente +intermittentes +intermittents +interna +internai +internaient +internais +internait +internant +internas +internasse +internassent +internasses +internassiez +internassions +internat +international +internationale +internationalement +internationales +internationalisme +internationaliste +internationalistes +internationaux +internats +internmes +internt +interntes +interne +internement +internements +internent +interner +internera +internerai +interneraient +internerais +internerait +interneras +internerez +interneriez +internerions +internerons +interneront +internes +internez +intern +interne +internes +interns +internrent +interniez +internions +internons +interocanique +interocaniques +interpella +interpellai +interpellaient +interpellais +interpellait +interpellant +interpellas +interpellasse +interpellassent +interpellasses +interpellassiez +interpellassions +interpellateur +interpellateurs +interpellation +interpellations +interpellatrice +interpellatrices +interpellmes +interpellt +interpelltes +interpelle +interpellent +interpeller +interpellera +interpellerai +interpelleraient +interpellerais +interpellerait +interpelleras +interpellerez +interpelleriez +interpellerions +interpellerons +interpelleront +interpelles +interpellez +interpell +interpelle +interpelles +interpells +interpellrent +interpelliez +interpellions +interpellons +interphone +interphones +interplantaire +interplantaires +interpola +interpolai +interpolaient +interpolais +interpolait +interpolant +interpolas +interpolasse +interpolassent +interpolasses +interpolassiez +interpolassions +interpolation +interpolations +interpolmes +interpolt +interpoltes +interpole +interpolent +interpoler +interpolera +interpolerai +interpoleraient +interpolerais +interpolerait +interpoleras +interpolerez +interpoleriez +interpolerions +interpolerons +interpoleront +interpoles +interpolez +interpol +interpole +interpoles +interpols +interpolrent +interpoliez +interpolions +interpolons +interposa +interposai +interposaient +interposais +interposait +interposant +interposas +interposasse +interposassent +interposasses +interposassiez +interposassions +interposmes +interpost +interpostes +interpose +interposent +interposer +interposera +interposerai +interposeraient +interposerais +interposerait +interposeras +interposerez +interposeriez +interposerions +interposerons +interposeront +interposes +interposez +interpos +interpose +interposes +interposs +interposrent +interposiez +interposions +interposition +interpositions +interposons +interprta +interprtai +interprtaient +interprtais +interprtait +interprtant +interprtas +interprtasse +interprtassent +interprtasses +interprtassiez +interprtassions +interprtateur +interprtateurs +interprtatif +interprtatifs +interprtation +interprtations +interprtative +interprtatives +interprtatrice +interprtatrices +interprtmes +interprtt +interprttes +interprter +interprtera +interprterai +interprteraient +interprterais +interprterait +interprteras +interprterez +interprteriez +interprterions +interprterons +interprteront +interprtes +interprtez +interprt +interprte +interprtes +interprts +interprtrent +interprtiez +interprtions +interprtons +interprte +interprtent +interprtes +interrgne +interrgnes +interrogateur +interrogateurs +interrogatif +interrogatifs +interrogation +interrogations +interrogative +interrogatives +interrogatoire +interrogatoires +interrogatrice +interrogatrices +interroge +interrogea +interrogeai +interrogeaient +interrogeais +interrogeait +interrogeant +interrogeas +interrogeasse +interrogeassent +interrogeasses +interrogeassiez +interrogeassions +interrogemes +interroget +interrogetes +interrogent +interrogeons +interroger +interrogera +interrogerai +interrogeraient +interrogerais +interrogerait +interrogeras +interrogerez +interrogeriez +interrogerions +interrogerons +interrogeront +interroges +interrogez +interrog +interroge +interroges +interrogs +interrogrent +interrogiez +interrogions +interrompaient +interrompais +interrompait +interrompant +interrompe +interrompent +interrompes +interrompez +interrompiez +interrompions +interrompirent +interrompis +interrompisse +interrompissent +interrompisses +interrompissiez +interrompissions +interrompit +interrompmes +interrompt +interromptes +interrompons +interrompra +interromprai +interrompraient +interromprais +interromprait +interrompras +interrompre +interromprez +interrompriez +interromprions +interromprons +interrompront +interromps +interrompt +interrompu +interrompue +interrompues +interrompus +interrupteur +interrupteurs +interruption +interruptions +interruptrice +interruptrices +intersection +intersections +intersidral +intersidrale +intersidrales +intersidraux +interstellaire +interstellaires +interstice +interstices +interstitiel +interstitielle +interstitielles +interstitiels +intertropical +intertropicale +intertropicales +intertropicaux +interurbain +interurbaine +interurbaines +interurbains +intervalle +intervalles +intervenaient +intervenais +intervenait +intervenant +intervenants +intervenez +interveniez +intervenions +intervenir +intervenons +intervention +interventions +intervenu +intervenue +intervenues +intervenus +interversion +interversions +interverti +intervertie +interverties +intervertir +intervertira +intervertirai +intervertiraient +intervertirais +intervertirait +intervertiras +intervertirent +intervertirez +intervertiriez +intervertirions +intervertirons +intervertiront +intervertis +intervertissaient +intervertissais +intervertissait +intervertissant +intervertisse +intervertissent +intervertisses +intervertissez +intervertissiez +intervertissions +intervertissons +intervertit +intervertmes +interverttes +interviendra +interviendrai +interviendraient +interviendrais +interviendrait +interviendras +interviendrez +interviendriez +interviendrions +interviendrons +interviendront +intervienne +interviennent +interviennes +interviens +intervient +interview +interviewer +interviewers +interviews +intervinrent +intervins +intervint +intervinusse +intervinussent +intervinusses +intervinussiez +intervinussions +intervnmes +intervnt +intervntes +intestat +intestate +intestates +intestats +intestin +intestinal +intestinale +intestinales +intestinaux +intestine +intestines +intestins +intgra +intgrai +intgraient +intgrais +intgrait +intgral +intgrale +intgralement +intgrales +intgralit +intgralits +intgrant +intgrante +intgrantes +intgrants +intgras +intgrasse +intgrassent +intgrasses +intgrassiez +intgrassions +intgration +intgrations +intgraux adj +intgrmes +intgrt +intgrtes +intgrer +intgrera +intgrerai +intgreraient +intgrerais +intgrerait +intgreras +intgrerez +intgreriez +intgrerions +intgrerons +intgreront +intgres +intgrez +intgr +intgre +intgres +intgrs +intgrrent +intgriez +intgrions +intgrisme +intgriste +intgristes +intgrit +intgrits +intgrons +intressa +intressai +intressaient +intressais +intressait +intressant +intressante +intressantes +intressants +intressas +intressasse +intressassent +intressasses +intressassiez +intressassions +intressmes +intresst +intresstes +intresse +intressement +intressements +intressent +intresser +intressera +intresserai +intresseraient +intresserais +intresserait +intresseras +intresserez +intresseriez +intresserions +intresserons +intresseront +intresses +intressez +intress +intresse +intresses +intresss +intressrent +intressiez +intressions +intressons +intrt +intrts +intrieur +intrieure +intrieurement +intrieures +intrieurs +intrim +intrimaire +intrimaires +intrims +intrioris +intgre +intgrement +intgrent +intgres +intialis +intialise +intialises +intialiss +intima +intimai +intimaient +intimais +intimait +intimant +intimas +intimasse +intimassent +intimasses +intimassiez +intimassions +intimation +intimations +intimmes +intimt +intimtes +intime +intimement +intiment +intimer +intimera +intimerai +intimeraient +intimerais +intimerait +intimeras +intimerez +intimeriez +intimerions +intimerons +intimeront +intimes +intimez +intim +intimes +intims +intimrent +intimida +intimidai +intimidaient +intimidais +intimidait +intimidant +intimidante +intimidantes +intimidants +intimidas +intimidasse +intimidassent +intimidasses +intimidassiez +intimidassions +intimidation +intimidations +intimidmes +intimidt +intimidtes +intimide +intimident +intimider +intimidera +intimiderai +intimideraient +intimiderais +intimiderait +intimideras +intimiderez +intimideriez +intimiderions +intimiderons +intimideront +intimides +intimidez +intimid +intimide +intimides +intimids +intimidrent +intimidiez +intimidions +intimidons +intimiez +intimions +intimit +intimits +intimons +intitula +intitulai +intitulaient +intitulais +intitulait +intitulant +intitulas +intitulasse +intitulassent +intitulasses +intitulassiez +intitulassions +intitulmes +intitultes +intitule +intitulent +intituler +intitulera +intitulerai +intituleraient +intitulerais +intitulerait +intituleras +intitulerez +intituleriez +intitulerions +intitulerons +intituleront +intitules +intitulez +intitul +intitule +intitules +intituls +intitulrent +intituliez +intitulions +intitulons +intolrable +intolrablement +intolrables +intolrance +intolrances +intolrant +intolrante +intolrantes +intolrants +intonation +intonations +intouchable +intouchables +intoxication +intoxications +intoxiqua +intoxiquai +intoxiquaient +intoxiquais +intoxiquait +intoxiquant +intoxiquas +intoxiquasse +intoxiquassent +intoxiquasses +intoxiquassiez +intoxiquassions +intoxiqumes +intoxiqut +intoxiqutes +intoxique +intoxiquent +intoxiquer +intoxiquera +intoxiquerai +intoxiqueraient +intoxiquerais +intoxiquerait +intoxiqueras +intoxiquerez +intoxiqueriez +intoxiquerions +intoxiquerons +intoxiqueront +intoxiques +intoxiquez +intoxiqu +intoxique +intoxiques +intoxiqus +intoxiqurent +intoxiquiez +intoxiquions +intoxiquons +intra +intraduisable +intraduisables +intraitable +intraitables +intramusculaire +intramusculaires +intransigeance +intransigeances +intransigeant +intransigeante +intransigeantes +intransigeants +intransitif +intransitifs +intransitive +intransitivement +intransitives +intransportable +intransportables +intraveineuse +intraveineuses +intraveineux +intrpide +intrpidement +intrpides +intrpidit +intrpidits +intrigant +intrigante +intrigantes +intrigants +intrigua +intriguai +intriguaient +intriguais +intriguait +intriguant +intriguas +intriguasse +intriguassent +intriguasses +intriguassiez +intriguassions +intrigumes +intrigut +intrigutes +intrigue +intriguent +intriguer +intriguera +intriguerai +intrigueraient +intriguerais +intriguerait +intriguerez +intrigueriez +intriguerions +intriguerons +intrigueront +intrigues +intriguez +intrigu +intrigue +intrigues +intrigus +intrigurent +intriguiez +intriguions +intriguons +intrinsque +intrinsquement +intrinsques +introducteur +introducteurs +introductif +introduction +introductions +introductrice +introductrices +introduira +introduirai +introduiraient +introduirais +introduirait +introduiras +introduire +introduirez +introduiriez +introduirions +introduirons +introduiront +introduis +introduisaient +introduisais +introduisait +introduisant +introduise +introduisent +introduises +introduisez +introduisiez +introduisions +introduisirent +introduisis +introduisisse +introduisissent +introduisisses +introduisissiez +introduisissions +introduisit +introduismes +introduist +introduistes +introduisons +introduit +introduite +introduites +introduits +intronisa +intronisai +intronisaient +intronisais +intronisait +intronisant +intronisas +intronisasse +intronisassent +intronisassiez +intronisassions +intronisation +intronisations +intronismes +intronist +intronistes +intronise +intronisent +introniser +intronisera +introniserai +introniseraient +introniserais +introniserait +introniseras +introniserez +introniseriez +introniserions +introniserons +introniseront +intronises +intronisez +intronis +intronise +intronises +introniss +intronisrent +intronisiez +intronisions +intronisons +introspection +introspections +introuvable +introuvables +intrus +intruse +intruses +intrusion +intrusions +intuitif +intuitifs +intuition +intuitions +intuitive +intuitivement +intuitives +intumescence +intumescences +intumescent +intumescente +intumescentes +intumescents +inusable +inusables +inusit +inusite +inusites +inusits +inutile +inutilement +inutiles +inutilisa +inutilisable +inutilisables +inutilisai +inutilisaient +inutilisais +inutilisait +inutilisant +inutilisas +inutilisasse +inutilisassent +inutilisasses +inutilisassiez +inutilisassions +inutilismes +inutilist +inutilistes +inutilise +inutilisent +inutiliser +inutilisera +inutiliserai +inutiliseraient +inutiliserait +inutiliseras +inutiliserez +inutiliseriez +inutiliserions +inutiliserons +inutiliseront +inutilises +inutilisez +inutilis +inutilise +inutilises +inutiliss +inutilisrent +inutilisiez +inutilisions +inutilisons +inutilit +inutilits +invaincu +invaincue +invaincues +invaincus +invalida +invalidai +invalidaient +invalidais +invalidait +invalidant +invalidas +invalidasse +invalidassent +invalidasses +invalidassiez +invalidassions +invalidation +invalidations +invalidmes +invalidt +invalidtes +invalide +invalidement +invalident +invalider +invalidera +invaliderai +invalideraient +invaliderais +invaliderait +invalideras +invaliderez +invalideriez +invaliderions +invaliderons +invalideront +invalides +invalidez +invalid +invalide +invalides +invalids +invalidrent +invalidiez +invalidions +invalidit +invalidits +invalidons +invar +invariabilit +invariabilits +invariable +invariablement +invariables +invasion +invasions +invectiva +invectivai +invectivaient +invectivais +invectivait +invectivant +invectivas +invectivasse +invectivassent +invectivasses +invectivassiez +invectivassions +invectivmes +invectivt +invectivtes +invective +invectivent +invectiver +invectivera +invectiverai +invectiveraient +invectiverais +invectiverait +invectiveras +invectiverez +invectiveriez +invectiverions +invectiverons +invectiveront +invectives +invectivez +invectiv +invective +invectives +invectivs +invectivrent +invectiviez +invectivions +invectivons +invendable +invendables +invendu +invendue +invendues +invendus +inventa +inventai +inventaient +inventaire +inventaires +inventais +inventait +inventant +inventas +inventasse +inventassent +inventasses +inventassiez +inventassions +inventmes +inventt +inventtes +invente +inventent +inventer +inventera +inventerai +inventeraient +inventerais +inventerait +inventeras +inventerez +inventeriez +inventerions +inventerons +inventeront +inventes +inventeur +inventeurs +inventez +invent +invente +inventes +invents +inventrent +inventiez +inventif +inventifs +invention +inventions +inventive +inventives +inventons +inventoria +inventoriai +inventoriaient +inventoriais +inventoriait +inventoriant +inventorias +inventoriasse +inventoriassent +inventoriasses +inventoriassiez +inventoriassions +inventorimes +inventorit +inventorites +inventorie +inventorient +inventorier +inventoriera +inventorierai +inventorieraient +inventorierais +inventorierait +inventorieras +inventorierez +inventorieriez +inventorierions +inventorierons +inventorieront +inventories +inventoriez +inventori +inventorie +inventories +inventoris +inventorirent +inventoriiez +inventoriions +inventorions +inventrice +inventrices +inversa +inversai +inversaient +inversais +inversait +inversant +inversas +inversasse +inversassent +inversasses +inversassiez +inversassions +inversmes +inverst +inverstes +inverse +inversement +inversent +inverser +inversera +inverserai +inverseraient +inverserais +inverserait +inverseras +inverserez +inverseriez +inverserions +inverserons +inverseront +inverses +inverseur +inverseurs +inversez +invers +inverse +inverses +inverss +inversrent +inversiez +inversion +inversions +inversons +invertbr +invertbre +invertbres +invertbrs +inverti +invertie +inverties +invertir +invertira +invertirai +invertiraient +invertirais +invertirait +invertiras +invertirent +invertirez +invertiriez +invertirions +invertirons +invertiront +invertis +invertissaient +invertissais +invertissait +invertissant +invertisse +invertissent +invertisses +invertissez +invertissiez +invertissions +invertissons +invertit +invertmes +invertt +inverttes +investi +investie +investies +investigateur +investigateurs +investigation +investigations +investigatrice +investigatrices +investir +investira +investirai +investiraient +investirais +investirait +investiras +investirent +investirez +investiriez +investirions +investirons +investiront +investis +investissaient +investissais +investissait +investissant +investisse +investissement +investissements +investissent +investisses +investissez +investissiez +investissions +investissons +investit +investiture +investitures +investmes +investt +investtes +invrifiable +invtr +invtre +invtres +invtrs +invincible +invinciblement +invincibles +inviolabilit +inviolabilits +inviolable +inviolablement +inviolables +invisibilit +invisibilits +invisible +invisiblement +invisibles +invita +invitai +invitaient +invitais +invitait +invitant +invitas +invitasse +invitassent +invitasses +invitassiez +invitassions +invitation +invitations +invitmes +invitt +invittes +invite +invitent +inviter +invitera +inviterai +inviteraient +inviterais +inviterait +inviteras +inviterez +inviteriez +inviterions +inviterons +inviteront +invites +invitez +invit +invite +invites +invits +invitrent +invitiez +invitions +invitons +invivable +invivables +invocateur +invocateure +invocateures +invocateurs +invocation +invocations +involontaire +involontairement +involontaires +involution +involutions +invoqua +invoquai +invoquaient +invoquais +invoquait +invoquant +invoquas +invoquasse +invoquassent +invoquasses +invoquassiez +invoquassions +invoqumes +invoqut +invoqutes +invoque +invoquent +invoquer +invoquera +invoquerai +invoqueraient +invoquerais +invoquerait +invoqueras +invoquerez +invoqueriez +invoquerions +invoquerons +invoqueront +invoques +invoquez +invoqu +invoque +invoques +invoqus +invoqurent +invoquiez +invoquions +invoquons +invraisemblable +invraisemblablement +invraisemblables +invraisemblance +invraisemblances +invulnrable +invulnrablement +invulnrables +iode +iod +iode +iodes +iods +ion +ionie +ionien +ionienne +ioniennes +ioniens +ionisation +ionisations +ions +iota +ipso +ira +irai +iraient +irais +irait +irak +irakien +irakienne +irakiennes +irakiens +iran +iranien +iranienne +iraniennes +iraniens +iraqien +iraqienne +iraqiennes +iraqiens +iras +irascibilt +irascibilts +irascible +irascibles +irez +iridium +iriez +irions +iris +irisa +irisai +irisaient +irisais +irisait +irisant +irisas +irisasse +irisassent +irisasses +irisassiez +irisassions +irisation +irisations +irismes +irist +iristes +irise +irisent +iriser +irisera +iriserai +iriseraient +iriserais +iriserait +iriseras +iriserez +iriseriez +iriserions +iriserons +iriseront +irises +irisez +iris +irise +irises +iriss +irisrent +irisiez +irisions +irisons +irlandais +irlandaise +irlandaises +irlande +ironie +ironies +ironique +ironiquement +ironiques +ironisa +ironisai +ironisaient +ironisais +ironisait +ironisant +ironisas +ironisasse +ironisassent +ironisasses +ironisassiez +ironisassions +ironismes +ironist +ironistes +ironise +ironisent +ironiser +ironisera +ironiserai +ironiseraient +ironiserais +ironiserait +ironiseras +ironiserez +ironiseriez +ironiserions +ironiserons +ironiseront +ironises +ironisez +ironis +ironise +ironises +ironiss +ironisrent +ironisiez +ironisions +ironisons +ironiste +ironistes +irons +iront +irradia +irradiai +irradiaient +irradiais +irradiait +irradiant +irradias +irradiasse +irradiassent +irradiasses +irradiassiez +irradiassions +irradiation +irradiations +irradimes +irradit +irradites +irradie +irradient +irradier +irradiera +irradierai +irradieraient +irradierais +irradierait +irradieras +irradierez +irradieriez +irradierions +irradierons +irradieront +irradies +irradiez +irradi +irradie +irradies +irradis +irradirent +irradiiez +irradiions +irradions +irraisonn +irraisonne +irraisonnes +irraisonns +irrationnel +irrationnelle +irrationnellement +irrationnelles +irrationnels +irrecevabilit +irrecevabilits +irrecevable +irrecevables +irremplaable +irremplaables +irrespectueuse +irrespectueusement +irrespectueuses +irrespectueux +irrespirable +irrespirables +irresponsabilit +irresponsabilits +irresponsable +irresponsablement +irresponsables +irralisable +irralisables +irralit +irralits +irrconciliable +irrconciliables +irrcouvrable +irrcouvrables +irrcusable +irrcusables +irrductible +irrductibles +irrel +irrelle +irrelles +irrels +irrflexion +irrflexions +irrflchi +irrflchie +irrflchies +irrflchis +irrfragable +irrfragables +irrfutable +irrfutablement +irrfutables +irrgularit +irrgularits +irrgulier +irrguliers +irrgulire +irrgulires +irrligieuse +irrligieuses +irrligieux +irrligion +irrmdiable +irrmdiablement +irrmdiables +irrmissible +irrmissiblement +irrmissibles +irrparable +irrparablement +irrparables +irrprochable +irrprochablement +irrprochables +irrsistible +irrsistiblement +irrsistibles +irrsolu +irrsolue +irrsolues +irrsolument +irrsolus +irrsolution +irrsolutions +irrtrcissable +irrtrcissables +irrversible +irrversibles +irrvrence +irrvrences +irrvrencieuse +irrvrencieusement +irrvrencieuses +irrvrencieux +irrvocable +irrvocablement +irrvocables +irrigable +irrigables +irrigation +irrigations +irrigua +irriguai +irriguaient +irriguais +irriguait +irriguant +irriguasse +irriguassent +irriguassiez +irriguassions +irrigumes +irrigut +irrigutes +irrigue +irriguent +irriguer +irriguera +irriguerai +irrigueraient +irriguerais +irriguerait +irrigueras +irriguerez +irrigueriez +irriguerions +irriguerons +irrigueront +irrigues +irriguez +irrigu +irrigue +irrigues +irrigus +irrigurent +irriguiez +irriguions +irriguons +irrita +irritabilit +irritabilits +irritable +irritables +irritai +irritaient +irritais +irritait +irritant +irritante +irritantes +irritants +irritas +irritasse +irritassent +irritasses +irritassiez +irritassions +irritation +irritations +irritmes +irritt +irrittes +irrite +irritent +irriter +irritera +irriterai +irriteraient +irriterais +irriterait +irriteras +irriterez +irriteriez +irriterions +irriterons +irriteront +irrites +irritez +irrit +irrite +irrites +irrits +irritrent +irritiez +irritions +irritons +irruption +irruptions +isabelle +isard +isards +isba +isbas +islam +islamique +islamiques +islamisme +islandais +islandaise +islandaises +islande +isobare +isobares +isocle +isocles +isochrone +isochrones +isochronisme +isola +isolai +isolaient +isolais +isolait +isolant +isolante +isolantes +isolanteur +isolanteurs +isolantrice +isolantrices +isolants +isolas +isolasse +isolassent +isolasses +isolassiez +isolassions +isolation +isolationnisme +isolationniste +isolationnistes +isolations +isolmes +isolt +isoltes +isole +isolement nom +isolements +isolent +isoler +isolera +isolerai +isoleraient +isolerais +isolerait +isoleras +isolerez +isoleriez +isolerions +isolerons +isoleront +isoles +isolez +isol +isole +isoles +isolment +isols +isolrent +isoliez +isolions +isoloir +isoloirs +isolons +isomre +isomres +isomorphe +isomorphes +isotherme +isothermes +isotope +isotopes +isotopique +isotopiques +isral +isralien +isralienne +israliennes +israliens +isralite +isralites +issu +issue +issues +issus +isthme +isthmes +italianisant +italianisante +italianisantes +italianisants +italianisme +italianismes +italie +italien +italienne +italiennes +italiens +italique +italiques +item +itratif +itratifs +itration +itrations +itrative +itrativement +itratives +itinraire +itinraires +itinrant +itinrante +itinrantes +itinrants +ivoire +ivoires +ivraie +ivraies +ivre +ivres +ivresse +ivresses +ivrogne +ivrognerie +ivrogneries +ivrognes +ivrognesse +ivrognesses +j +jabot +jabota +jabotai +jabotaient +jabotais +jabotait +jabotant +jabotas +jabotasse +jabotassent +jabotasses +jabotassiez +jabotassions +jabotmes +jabott +jabottes +jabote +jabotent +jaboter +jabotera +jaboterai +jaboteraient +jaboterais +jaboterait +jaboteras +jaboterez +jaboteriez +jaboterions +jaboterons +jaboteront +jabotes +jabotez +jabot +jabote +jabotes +jabots +jabotrent +jabotiez +jabotions +jabotons +jabots +jacassa +jacassai +jacassaient +jacassais +jacassait +jacassant +jacassas +jacassasse +jacassassent +jacassasses +jacassassiez +jacassassions +jacassmes +jacasst +jacasstes +jacasse +jacassent +jacasser +jacassera +jacasserai +jacasseraient +jacasserais +jacasserait +jacasseras +jacasserez +jacasserie +jacasseries +jacasseriez +jacasserions +jacasserons +jacasseront +jacasses +jacassez +jacass +jacasse +jacasses +jacasss +jacassrent +jacassiez +jacassions +jacassons +jacent +jacente +jacentes +jacents +jachre +jachres +jacinthe +jacinthes +jacobin +jacobine +jacobines +jacobinisme +jacobins +jacquard +jacquards +jacquerie +jacquet +jactance +jactances +jade +jadis +jaguar +jaguars +jailli +jaillie +jaillies +jaillir +jaillira +jaillirai +jailliraient +jaillirais +jaillirait +jailliras +jaillirent +jaillirez +jailliriez +jaillirions +jaillirons +jailliront +jaillis +jaillissaient +jaillissais +jaillissait +jaillissant +jaillisse +jaillissement +jaillissements +jaillissent +jaillisses +jaillissez +jaillissiez +jaillissions +jaillissons +jaillit +jaillmes +jaillt +jailltes +jais +jalon +jalonna +jalonnai +jalonnaient +jalonnais +jalonnait +jalonnant +jalonnas +jalonnasse +jalonnassent +jalonnasses +jalonnassiez +jalonnassions +jalonnmes +jalonnt +jalonntes +jalonne +jalonnement +jalonnements +jalonnent +jalonner +jalonnera +jalonnerai +jalonneraient +jalonnerais +jalonnerait +jalonneras +jalonnerez +jalonneriez +jalonnerions +jalonnerons +jalonneront +jalonnes +jalonnez +jalonn +jalonne +jalonnes +jalonns +jalonnrent +jalonniez +jalonnions +jalonnons +jalons +jalousa +jalousai +jalousaient +jalousais +jalousait +jalousant +jalousas +jalousasse +jalousassent +jalousasses +jalousassiez +jalousassions +jalousmes +jaloust +jaloustes +jalouse +jalousement +jalousent +jalouser +jalousera +jalouserai +jalouseraient +jalouserais +jalouserait +jalouseras +jalouserez +jalouserie +jalouseries +jalouseriez +jalouserions +jalouserons +jalouseront +jalouses +jalousez +jalous +jalouse +jalouses +jalouss +jalousrent +jalousie +jalousies +jalousiez +jalousions +jalousons +jaloux +jamais +jambage +jambages +jambe +jambes +jambire +jambires +jambon +jambonneau +jambonneaux +jambons +janissaire +janissaires +jansnisme +jansniste +jansnistes +jante +jantes +janvier +janviers +japon +japonais +japonaise +japonaises +jappa +jappai +jappaient +jappais +jappait +jappant +jappas +jappasse +jappassent +jappasses +jappassiez +jappassions +jappmes +jappt +japptes +jappe +jappement +jappements +jappent +japper +jappera +japperai +japperaient +japperais +japperait +japperas +japperez +japperiez +japperions +japperons +japperont +jappes +jappez +japp +jappe +jappes +japps +japprent +jappiez +jappions +jappons +jaquemart +jaquemarts +jaquette +jaquettes +jardin +jardina +jardinage +jardinages +jardinai +jardinaient +jardinais +jardinait +jardinant +jardinas +jardinasse +jardinassent +jardinasses +jardinassiez +jardinassions +jardinmes +jardint +jardintes +jardine +jardinent +jardiner +jardinera +jardinerai +jardineraient +jardinerais +jardinerait +jardineras +jardinerez +jardineriez +jardinerions +jardinerons +jardineront +jardines +jardinet +jardinets +jardinez +jardin +jardine +jardines +jardins +jardinrent +jardinier +jardiniers +jardiniez +jardinire +jardinires +jardinions +jardinons +jardins +jargon +jargonna +jargonnai +jargonnaient +jargonnais +jargonnait +jargonnant +jargonnas +jargonnasse +jargonnassent +jargonnasses +jargonnassiez +jargonnassions +jargonnmes +jargonnt +jargonntes +jargonne +jargonnent +jargonner +jargonnera +jargonnerai +jargonneraient +jargonnerais +jargonnerait +jargonneras +jargonnerez +jargonneriez +jargonnerions +jargonnerons +jargonneront +jargonnes +jargonnez +jargonn +jargonne +jargonnes +jargonns +jargonnrent +jargonniez +jargonnions +jargonnons +jargons +jarre +jarres +jarret +jarretelle +jarretelles +jarretire +jarretires +jarrets +jars +jasa +jasai +jasaient +jasais +jasait +jasant +jasas +jasasse +jasassent +jasasses +jasassiez +jasassions +jasmes +jast +jastes +jase +jasent +jaser +jasera +jaserai +jaseraient +jaserais +jaserait +jaseras +jaserez +jaseriez +jaserions +jaserons +jaseront +jases +jaseur +jaseurs +jaseuse +jaseuses +jasez +jas +jase +jases +jass +jasrent +jasiez +jasions +jasmin +jasmins +jasons +jaspe +jatte +jattes +jauge +jaugea +jaugeage +jaugeages +jaugeai +jaugeaient +jaugeais +jaugeait +jaugeant +jaugeas +jaugeasse +jaugeassent +jaugeasses +jaugeassiez +jaugeassions +jaugemes +jauget +jaugetes +jaugent +jaugeons +jauger +jaugera +jaugerai +jaugeraient +jaugerais +jaugerait +jaugeras +jaugerez +jaugeriez +jaugerions +jaugerons +jaugeront +jauges +jaugez +jaug +jauge +jauges +jaugs +jaugrent +jaugiez +jaugions +jauntre +jauntres +jaune +jaunes +jauni +jaunie +jaunies +jaunir +jaunira +jaunirai +jauniraient +jaunirais +jaunirait +jaunirant +jaunirent +jaunirez +jauniriez +jaunirions +jaunirons +jauniront +jaunis +jaunissaient +jaunissais +jaunissait +jaunissant +jaunisse +jaunissement +jaunissements +jaunissent +jaunisses +jaunissez +jaunissiez +jaunissions +jaunissons +jaunit +jaunmes +jaunt +jauntes +java +javanais +javanaise +javanaises +javas +javel +javelle +javelles +javellisa +javellisai +javellisaient +javellisais +javellisait +javellisant +javellisas +javellisasse +javellisassent +javellisasses +javellisassiez +javellisassions +javellisation +javellisations +javellismes +javellist +javellistes +javellise +javellisent +javelliser +javelliserai +javelliseraient +javelliserais +javelliserait +javelliseras +javelliserez +javelliseriez +javelliserions +javelliserons +javelliseront +javellises +javellisez +javellis +javellise +javellises +javelliss +javellisrent +javellisiez +javellisions +javellisons +javelot +javelots +jazz +je +jean +jeanette +jeanettes +jeans +jeep +jeeps +jerez +jerrican +jerricane +jerricanes +jerricans +jersey +jerseys +jet +jeta +jetai +jetaient +jetais +jetait +jetant +jetas +jetasse +jetassent +jetasses +jetassiez +jetassions +jetmes +jett +jettes +jeter +jetez +jet +jete +jetes +jets +jetrent +jetiez +jetions +jeton +jetons +jets +jette +jettent +jettera +jetterai +jetteraient +jetterais +jetterait +jetteras +jetterez +jetteriez +jetterions +jetterons +jetteront +jettes +jeu +jeudi +jeudis +jeun +jeune +jeunes +jeunesse +jeunesses +jeunet +jeunets +jeunette +jeunettes +jeux +jena +jenai +jenaient +jenant +jenas +jenasse +jenassent +jenasses +jenassiez +jenassions +jenmes +jent +jentes +jene +jenent +jener +jenera +jenerai +jeneraient +jenerais +jenerait +jeneras +jenerez +jeneriez +jenerions +jenerons +jeneront +jenes +jeneur +jeneurs +jeneuse +jeneuses +jenez +jen +jene +jenes +jens +jenrent +jeniez +jenions +jenons +jhovah +jrmiades +jrme +jrusalem +jsuite +jsuites +jsuitique +jsuitiquement +jsuitiques +jsuitisme +jsus +jitsu +jiu +joaillerie +joailleries +joaillier +joailliers +joaillire +joaillires +jobard +jobarde +jobarderie +jobarderies +jobardes +jobardise +jobardises +jobards +jockey +jockeys +jocrisse +jocrisses +joie +joies +joignaient +joignais +joignait +joignant +joigne +joignent +joignes +joignez +joigniez +joignions +joignirent +joignis +joignisse +joignissent +joignisses +joignissiez +joignissions +joignit +joignmes +joignt +joigntes +joignons +joindra +joindrai +joindraient +joindrais +joindrait +joindras +joindre +joindrez +joindriez +joindrions +joindrons +joindront +joins +joint +jointe +jointes +jointif +jointifs +jointive +jointivement +jointives +jointoie +jointoient +jointoiera +jointoierai +jointoieraient +jointoierais +jointoierait +jointoieras +jointoierez +jointoieriez +jointoierions +jointoierons +jointoieront +jointoies +jointoya +jointoyai +jointoyaient +jointoyais +jointoyait +jointoyant +jointoyas +jointoyasse +jointoyassent +jointoyasses +jointoyassiez +jointoyassions +jointoymes +jointoyt +jointoytes +jointoyer +jointoyez +jointoy +jointoye +jointoyes +jointoys +jointoyrent +jointoyiez +jointoyions +jointoyons +joints +jointure +jointures +joli +jolie +jolies +joliesse +joliesses +joliment +jolis +jonc +joncha +jonchai +jonchaient +jonchais +jonchait +jonchant +jonchas +jonchasse +jonchassent +jonchasses +jonchassiez +jonchassions +jonchmes +joncht +jonchtes +jonche +jonchent +joncher +jonchera +joncherai +joncheraient +joncherais +joncherait +joncheras +joncherez +joncheriez +joncherions +joncherons +joncheront +jonches +jonchets +jonchez +jonch +jonche +jonches +jonchs +jonchrent +jonchiez +jonchions +jonchons +joncs +jonction +jonctions +jongla +jonglai +jonglaient +jonglais +jonglait +jonglant +jonglas +jonglasse +jonglassent +jonglasses +jonglassiez +jonglassions +jonglmes +jonglt +jongltes +jongle +jonglent +jongler +jonglera +jonglerai +jongleraient +jonglerais +jonglerait +jongleras +jonglerez +jonglerie +jongleries +jongleriez +jonglerions +jonglerons +jongleront +jongles +jongleur +jongleurs +jonglez +jongl +jongle +jongles +jongls +jonglrent +jongliez +jonglions +jonglons +jonque +jonques +jonquille +jonquilles +jordanie +joua +jouable +jouables +jouai +jouaient +jouais +jouait +jouant +jouas +jouasse +jouassent +jouasses +jouassiez +jouassions +joumes +jout +joutes +joubarbe +joubarbes +joue +jouent +jouer +jouera +jouerai +joueraient +jouerais +jouerait +joueras +jouerez +joueriez +jouerions +jouerons +joueront +joues +jouet +jouets +joueur +joueurs +joueuse +joueuses +jouez +jou +joue +joues +jous +jourent +joufflu +joufflue +joufflues +joufflus +joug +jougs +joui +jouie +jouies +jouiez +jouions +jouir +jouira +jouirai +jouiraient +jouirais +jouirait +jouiras +jouirent +jouirez +jouiriez +jouirions +jouirons +jouiront +jouis +jouissaient +jouissais +jouissait +jouissance +jouissances +jouissant +jouisse +jouissent +jouisses +jouisseur +jouisseurs +jouisseuse +jouisseuses +jouissez +jouissiez +jouissions +jouissons +jouit +joumes +jout +joutes +joujou +joujoux +joule +joules +jouons +jour +journal +journalier +journaliers +journalire +journalires +journalisme +journaliste +journalistes +journaux +journellement +journe +journes +jours +joute +joutes +jouteur +jouteurs +jouvence +jouvenceau +jouvenceaux +jouvencelle +jouvencelles +jouvences +jouxta +jouxtai +jouxtaient +jouxtais +jouxtait +jouxtant +jouxtas +jouxtasse +jouxtassent +jouxtasses +jouxtassiez +jouxtassions +jouxtmes +jouxtt +jouxttes +jouxte +jouxtent +jouxter +jouxtera +jouxterai +jouxteraient +jouxterais +jouxterait +jouxteras +jouxterez +jouxteriez +jouxterions +jouxterons +jouxteront +jouxtes +jouxtez +jouxt +jouxte +jouxtes +jouxts +jouxtrent +jouxtiez +jouxtions +jouxtons +jovial +joviale +jovialement +joviales +jovialit +jovialits +joviaux +joyau +joyaux +joyeuse +joyeusement +joyeuses +joyeux +jub +jubs +jubila +jubilai +jubilaient +jubilaire +jubilaires +jubilais +jubilait +jubilant +jubilas +jubilasse +jubilassent +jubilasses +jubilassiez +jubilassions +jubilation +jubilations +jubilmes +jubilt +jubiltes +jubile +jubilent +jubiler +jubilera +jubilerai +jubileraient +jubilerais +jubilerait +jubileras +jubilerez +jubileriez +jubilerions +jubilerons +jubileront +jubiles +jubilez +jubil +jubile +jubiles +jubils +jubilrent +jubiliez +jubilions +jubilons +jucha +juchai +juchaient +juchais +juchait +juchant +juchas +juchasse +juchassent +juchasses +juchassiez +juchassions +juchmes +jucht +juchtes +juche +juchent +jucher +juchera +jucherai +jucheraient +jucherais +jucherait +jucheras +jucherez +jucheriez +jucherions +jucherons +jucheront +juches +juchez +juch +juche +juches +juchs +juchrent +juchiez +juchions +juchoir +juchoirs +juchons +judaque +judaques +judasme +judas +judiciaire +judiciairement +judiciaires +judicieuse +judicieusement +judicieuses +judicieux +judo +judoka +judokas +juge +jugea +jugeai +jugeaient +jugeais +jugeait +jugeant +jugeas +jugeasse +jugeassent +jugeasses +jugeassiez +jugeassions +jugemes +juget +jugetes +jugement +jugements +jugent +jugeons +jugeote +jugeotes +juger +jugera +jugerai +jugeraient +jugerais +jugerait +jugeras +jugerez +jugeriez +jugerions +jugerons +jugeront +juges +jugez +jug +juge +juges +jugs +jugrent +jugiez +jugions +jugula +jugulai +jugulaient +jugulaire +jugulaires +jugulais +jugulait +jugulant +jugulas +jugulasse +jugulassent +jugulasses +jugulassiez +jugulassions +jugulmes +jugult +jugultes +jugule +jugulent +juguler +jugulera +jugulerai +juguleraient +jugulerais +jugulerait +juguleras +jugulerez +juguleriez +jugulerions +jugulerons +juguleront +jugules +jugulez +jugul +jugule +jugules +juguls +jugulrent +juguliez +jugulions +jugulons +juif +juifs +juillet +juillets +juin +juins +juive +juives +juke +julienne +juliennes +jumeau +jumeaux +jumela +jumelage +jumelages +jumelai +jumelaient +jumelais +jumelait +jumelant +jumelas +jumelasse +jumelassent +jumelasses +jumelassiez +jumelassions +jumelmes +jumelt +jumeltes +jumeler +jumelez +jumel +jumele +jumeles +jumels +jumelrent +jumeliez +jumelions +jumelle +jumellent +jumellera +jumellerai +jumelleraient +jumellerais +jumellerait +jumelleras +jumellerez +jumelleriez +jumellerions +jumellerons +jumelleront +jumelles +jumelons +jument +juments +jumping +jumpings +jungle +jungles +junior +juniors +junte +juntes +jupe +jupes +jupiter +jupon +jupons +jura +jurai +juraient +jurais +jurait +juras +jurasse +jurassent +jurasses +jurassien +jurassienne +jurassiennes +jurassiens +jurassiez +jurassions +jurassique +jurassiques +jurmes +jurt +jurtes +jure +jurement +jurements +jurent +jurer +jurera +jurerai +jureraient +jurerais +jurerait +jureras +jurerez +jureriez +jurerions +jurerons +jureront +jures +jurez +jur +jure +jures +jurs +jurrent +juridiction +juridictions +juridique +juridiquement +juridiques +juriez +jurions +jurisconsulte +jurisconsultes +jurisprudence +jurisprudences +juriste +juristes +juron +jurons +jury +jurys +jus +jusant +jusants +jusqu +jusque +justaucorps +juste +justement +justes +justesse +justesses +justice +justices +justicia +justiciable +justiciables +justiciai +justiciaient +justiciais +justiciait +justiciant +justicias +justiciasse +justiciassent +justiciasses +justiciassiez +justiciassions +justicimes +justicit +justicites +justicie +justicient +justicier +justiciera +justicierai +justicieraient +justicierais +justicierait +justicieras +justicierez +justicieriez +justicierions +justicierons +justicieront +justiciers +justicies +justiciez +justici +justicie +justicies +justicis +justicirent +justiciiez +justiciions +justicions +justifia +justifiable +justifiables +justifiai +justifiaient +justifiais +justifiait +justifiant +justifias +justifiasse +justifiassent +justifiasses +justifiassiez +justifiassions +justifimes +justifit +justifites +justificatif +justificatifs +justification +justifications +justificative +justificatives +justifie +justifient +justifier +justifiera +justifierai +justifieraient +justifierais +justifierait +justifieras +justifierez +justifieriez +justifierions +justifierons +justifieront +justifies +justifiez +justifi +justifie +justifies +justifis +justifirent +justifiiez +justifiions +justifions +juta +jutai +jutaient +jutais +jutait +jutant +jutas +jutasse +jutassent +jutasses +jutassiez +jutassions +jutmes +jutt +juttes +jute +jutent +juter +jutera +juterai +juteraient +juterais +juterait +juteras +juterez +juteriez +juterions +juterons +juteront +jutes +juteuse +juteuses +juteux +jutez +jut +jute +jutes +juts +jutrent +jutiez +jutions +jutons +juvnile +juvniles +juxtaposa +juxtaposai +juxtaposaient +juxtaposais +juxtaposait +juxtaposant +juxtaposas +juxtaposasse +juxtaposassent +juxtaposasses +juxtaposassiez +juxtaposassions +juxtaposmes +juxtapost +juxtapostes +juxtapose +juxtaposent +juxtaposer +juxtaposera +juxtaposerai +juxtaposeraient +juxtaposerais +juxtaposerait +juxtaposeras +juxtaposerez +juxtaposeriez +juxtaposerions +juxtaposerons +juxtaposeront +juxtaposes +juxtaposez +juxtapos +juxtapose +juxtaposes +juxtaposs +juxtaposrent +juxtaposiez +juxtaposions +juxtaposition +juxtapositions +juxtaposons +k +kabyle +kabyles +kafkaen +kaki +kalidoscope +kalidoscopes +kamikaze +kamikazes +kangourou +kangourous +kaolin +kapok +karat +karstique +karstiques +kart +karting +karts +kayak +kayaks +kermesse foire +kermesses +kerms +kpi +kpis +kratine +kratite +kg +khan +khdive +khdives +khmer +khmers +khmre +khmres +khl +khz +kibboutz +kidnappa +kidnappai +kidnappaient +kidnappais +kidnappait +kidnappant +kidnappas +kidnappasse +kidnappassent +kidnappasses +kidnappassiez +kidnappassions +kidnappmes +kidnappt +kidnapptes +kidnappe +kidnappent +kidnapper +kidnappera +kidnapperai +kidnapperaient +kidnapperais +kidnapperait +kidnapperas +kidnapperez +kidnapperiez +kidnapperions +kidnapperons +kidnapperont +kidnappes +kidnappez +kidnapp +kidnappe +kidnappes +kidnapps +kidnapprent +kidnappiez +kidnappions +kidnappons +kif +kilo +kilogramme +kilogrammes +kilohertz +kilomtra +kilomtrai +kilomtraient +kilomtrais +kilomtrait +kilomtrant +kilomtras +kilomtrasse +kilomtrassent +kilomtrasses +kilomtrassiez +kilomtrassions +kilomtrmes +kilomtrt +kilomtrtes +kilomtrera +kilomtrerai +kilomtreraient +kilomtrerais +kilomtrerait +kilomtreras +kilomtrerez +kilomtreriez +kilomtrerions +kilomtrerons +kilomtreront +kilomtrez +kilomtr +kilomtre +kilomtres +kilomtrs +kilomtrrent +kilomtriez +kilomtrions +kilomtrique +kilomtriques +kilomtrons +kilomtre +kilomtrent +kilomtres +kilos +kilowatt +kilowatts +kilt +kilts +kimono +kimonos +kinsithrapeute +kinsithrapeutes +kinsithrapie +kiosque +kiosques +kiri +kirsch +kiwi +kiwis +klaxon +klaxonna +klaxonnai +klaxonnaient +klaxonnais +klaxonnait +klaxonnant +klaxonnas +klaxonnasse +klaxonnassent +klaxonnasses +klaxonnassiez +klaxonnassions +klaxonnmes +klaxonnt +klaxonntes +klaxonne +klaxonnent +klaxonner +klaxonnera +klaxonnerai +klaxonneraient +klaxonnerais +klaxonnerait +klaxonneras +klaxonnerez +klaxonneriez +klaxonnerions +klaxonnerons +klaxonneront +klaxonnes +klaxonnez +klaxonn +klaxonne +klaxonnes +klaxonns +klaxonnrent +klaxonniez +klaxonnions +klaxonnons +klaxons +kleptomane +kleptomanes +kleptomanie +knock +knout +knouts +kola +kolas +kolkhoze +kolkhozes +kolkhozien +kolkhozienne +kolkhoziennes +kolkhoziens +konzern +konzerns +kopeck +kopecks +koulak +koulaks +krach +krachs +krypton +kummel +kyrie +kyrielle +kyrielles +kyries +kyste +kystes +l +la +label +labels +labeur +labeurs +labiaces +labial +labiale +labiales +labiaux +labile +labiles +laborantin +laborantine +laborantines +laborantins +laboratoire +laboratoires +laborieuse +laborieusement +laborieuses +laborieux +labour +laboura +labourable +labourables +labourai +labouraient +labourais +labourait +labourant +labouras +labourasse +labourassent +labourasses +labourassiez +labourassions +labourmes +labourt +labourtes +laboure +labourent +labourer +labourera +labourerai +laboureraient +labourerais +labourerait +laboureras +labourerez +laboureriez +labourerions +labourerons +laboureront +laboures +laboureur +laboureurs +labourez +labour +laboure +laboures +labours +labourrent +labouriez +labourions +labourons +labours +labyrinthe +labyrinthes +lac +lace +lacent +lacer +lacera +lacerai +laceraient +lacerais +lacerait +laceras +lacerez +laceriez +lacerions +lacerons +laceront +laces +lacet +lacets +lacez +lac +lacdmonien +lacdmonienne +lacdmoniennes +lacdmoniens +lace +laces +lacra +lacrai +lacraient +lacrais +lacrait +lacrant +lacras +lacrasse +lacrassent +lacrasses +lacrassiez +lacrassions +lacration +lacrations +lacrmes +lacrt +lacrtes +lacrer +lacrera +lacreraient +lacrerais +lacrerait +lacreras +lacrerez +lacreriez +lacrerions +lacrerons +lacreront +lacrez +lacr +lacre +lacres +lacrs +lacrrent +lacriez +lacrions +lacrons +lacs +lacre +lacrent +lacres +lach +laciez +lacions +lacis +laconique +laconiquement +laconiques +laconisme +lacrymal +lacrymale +lacrymales +lacrymaux +lacrymogne +lacrymognes +lacs +lactation +lactations +lactescence +lactescences +lactescent +lactescente +lactescentes +lactescents +lact +lacte +lactes +lacts +lactifre +lactifres +lactique +lactiques +lactose +lacunaire +lacunaires +lacune +lacunes +lacustre +lacustres +laa +laage +laages +laai +laaient +laais +laait +laas +laasse +laassent +laasses +laassiez +laassions +lames +lat +lates +laons +lad +ladit +ladite +ladites +ladits +ladre +ladrerie +ladreries +ladres +lads +lagon +lagons +lagune +lagunes +lai +laid +laide +laidement +laideron +laiderons +laides +laideur +laideurs +laids +laie +laies +lainage +lainages +laine +laines +laineuse +laineuses +laineux +lainier +lainiers +lainire +lainires +lais +laissa +laissai +laissaient +laissais +laissait +laissant +laissas +laissasse +laissassent +laissasses +laissassiez +laissassions +laissmes +laisst +laisstes +laisse +laissent +laisser +laissera +laisserai +laisseraient +laisserais +laisserait +laisseras +laisserez +laisseriez +laisserions +laisserons +laisseront +laisses +laissez +laiss +laisse +laisses +laisss +laissrent +laissiez +laissions +laissons +lait +laitage +laitages +laitance +laitances +laite +laiterie +laiteries +laiteron +laiterons +laites +laiteuse +laiteuses +laiteux +lait +laite +laites +laits +laitier +laitiers +laitire +laitires +laiton +laitons +laits +laitue +laitues +laize +laizes +lac +lacisa +lacisai +lacisaient +lacisais +lacisait +lacisant +lacisas +lacisasse +lacisassent +lacisasses +lacisassiez +lacisassions +lacisation +lacisations +lacismes +lacist +lacistes +lacise +lacisent +laciser +lacisera +laciserai +laciseraient +laciserais +laciserait +laciseras +laciserez +laciseriez +laciserions +laciserons +laciseront +lacises +lacisez +lacis +lacise +lacises +laciss +lacisrent +lacisiez +lacisions +lacisons +lacit +lacits +lacs +laque +laques +laus +lama +lamasme +lamantin +lamantins +lamas +lamaserie +lamaseries +lambeau +lambeaux +lambin +lambina +lambinai +lambinaient +lambinais +lambinait +lambinant +lambinas +lambinasse +lambinassent +lambinasses +lambinassiez +lambinassions +lambinmes +lambint +lambintes +lambine +lambinent +lambiner +lambinera +lambinerai +lambineraient +lambinerais +lambinerait +lambineras +lambinerez +lambineriez +lambinerions +lambinerons +lambineront +lambines +lambinez +lambin +lambine +lambines +lambins +lambinrent +lambiniez +lambinions +lambinons +lambins +lambourde +lambourdes +lambrequin +lambrequins +lambris +lambrissa +lambrissage +lambrissages +lambrissai +lambrissaient +lambrissais +lambrissait +lambrissant +lambrissas +lambrissasse +lambrissassent +lambrissasses +lambrissassiez +lambrissassions +lambrissassons +lambrissmes +lambrisst +lambrisstes +lambrisse +lambrissent +lambrisser +lambrissera +lambrisserai +lambrisseraient +lambrisserais +lambrisserait +lambrisseras +lambrisserez +lambrisseriez +lambrisserions +lambrisserons +lambrisseront +lambrisses +lambrissez +lambriss +lambrisse +lambrisses +lambrisss +lambrissrent +lambrissiez +lambrissions +lambrissons +lame +lamellaire +lamellaires +lamelle +lamelles +lamenta +lamentable +lamentablement +lamentables +lamentai +lamentaient +lamentais +lamentait +lamentant +lamentas +lamentasse +lamentassent +lamentasses +lamentassiez +lamentassions +lamentation +lamentations +lamentmes +lamentt +lamenttes +lamente +lamentent +lamenter +lamentera +lamenterai +lamenteraient +lamenterais +lamenterait +lamenteras +lamenterez +lamenteriez +lamenterions +lamenterons +lamenteront +lamentes +lamentez +lament +lamente +lamentes +laments +lamentrent +lamentiez +lamentions +lamentons +lames +lam +lame +lames +lams +lamina +laminage +laminages +laminai +laminaient +laminaire +laminaires +laminais +laminait +laminant +laminas +laminasse +laminassent +laminasses +laminassiez +laminassions +laminmes +lamint +lamintes +lamine +laminent +laminer +laminera +laminerai +lamineraient +laminerais +laminerait +lamineras +laminerez +lamineriez +laminerions +laminerons +lamineront +lamines +lamineur +lamineurs +laminez +lamin +lamine +lamines +lamins +laminrent +laminiez +laminions +laminoir +laminoirs +laminons +lampa +lampadaire +lampadaires +lampai +lampaient +lampais +lampait +lampant +lampas +lampasse +lampassent +lampasses +lampassiez +lampassions +lampmes +lampt +lamptes +lampe +lampent +lamper +lampera +lamperai +lamperaient +lamperais +lamperait +lamperas +lamperez +lamperiez +lamperions +lamperons +lamperont +lampes +lampez +lamp +lampe +lampes +lamps +lamprent +lampiez +lampion +lampions +lampiste +lampisterie +lampisteries +lampistes +lampons +lamproie +lamproies +lance +lancement +lancent +lancer +lancera +lancerai +lanceraient +lancerais +lancerait +lanceras +lancerez +lanceriez +lancerions +lancerons +lanceront +lances +lancette +lancettes +lanceur +lanceurs +lanceuse +lanceuses +lancez +lanc +lance +lances +lancol +lancole +lancoles +lancols +lancs +lancrent +lancier +lanciers +lanciez +lancina +lancinai +lancinaient +lancinais +lancinait +lancinant +lancinante +lancinantes +lancinants +lancinas +lancinasse +lancinassent +lancinasses +lancinassiez +lancinassions +lancinmes +lancint +lancintes +lancine +lancinent +lanciner +lancinera +lancinerai +lancineraient +lancinerais +lancinerait +lancineras +lancinerez +lancineriez +lancinerions +lancinerons +lancineront +lancines +lancinez +lancin +lancine +lancines +lancins +lancinrent +lanciniez +lancinions +lancinons +lancions +lana +lanai +lanaient +lanais +lanait +lanant +lanas +lanasse +lanassent +lanasses +lanassiez +lanassions +lanmes +lant +lantes +lanons +landais +landaise +landaises +landau +landaux +lande +landes +landgrave +landgraves +langage +langages +lange +langea +langeai +langeaient +langeais +langeait +langeant +langeas +langeasse +langeassent +langeasses +langeassiez +langeassions +langemes +langet +langetes +langent +langer +langera +langerai +langeraient +langerais +langerait +langeras +langerez +langeriez +langerions +langerons +langeront +langes +langez +lang +lange +langes +langs +langrent +langiez +langions +langons +langoureuse +langoureusement +langoureuses +langoureux +langouste +langoustes +langoustine +langoustines +langue +langues +languette +languettes +langueur +langueurs +langui +languie +languies +languir +languira +languirai +languiraient +languirais +languirait +languiras +languirent +languirez +languiriez +languirions +languirons +languiront +languis +languissaient +languissais +languissait +languissant +languisse +languissent +languisses +languissez +languissiez +languissions +languissons +languit +langumes +langut +langutes +lanire +lanires +lansquenet +lanterna +lanternai +lanternaient +lanternais +lanternait +lanternant +lanternas +lanternasse +lanternassent +lanternasses +lanternassiez +lanternassions +lanternmes +lanternt +lanterntes +lanterne +lanterneau +lanterneaux +lanternent +lanterner +lanternera +lanternerai +lanterneraient +lanternerais +lanternerait +lanterneras +lanternerez +lanterneriez +lanternerions +lanternerons +lanterneront +lanternes +lanternez +lantern +lanterne +lanternes +lanterns +lanternrent +lanterniez +lanternions +lanternon +lanternons +laos +laotien +laotienne +laotiennes +laotiens +lapa +lapai +lapaient +lapais +lapait +lapalissade +lapalissades +lapant +lapas +lapasse +lapassent +lapasses +lapassiez +lapassions +lapmes +lapt +laptes +lape +lapement +lapements +lapent +laper +lapera +laperaient +laperais +laperait +laperas +lapereau +lapereaux +laperez +laperiez +laperions +laperons +laperont +lapes +lapez +lap +lape +lapes +laps +laprent +lapida +lapidai +lapidaient +lapidaire +lapidaires +lapidais +lapidait +lapidant +lapidas +lapidasse +lapidassent +lapidasses +lapidassiez +lapidassions +lapidation +lapidations +lapidmes +lapidt +lapidtes +lapide +lapident +lapider +lapidera +lapiderai +lapideraient +lapiderais +lapiderait +lapideras +lapiderez +lapideriez +lapiderions +lapiderons +lapideront +lapides +lapidez +lapid +lapide +lapides +lapids +lapidrent +lapidiez +lapidions +lapidons +lapiez +lapin +lapine +lapines +lapins +lapions +lapis +lapons +laps +lapsus +laqua +laquage +laquages +laquai +laquaient +laquais +laquait +laquant +laquas +laquasse +laquassent +laquasses +laquassiez +laquassions +laquassons +laqumes +laqut +laqutes +laque +laquelle +laquent +laquer +laquera +laquerai +laqueraient +laquerais +laquerait +laqueras +laquerez +laqueriez +laquerions +laquerons +laqueront +laques +laquez +laqu +laque +laques +laqus +laqurent +laquiez +laquions +laquons +larbin +larbins +larcin +larcins +lard +larda +lardai +lardaient +lardais +lardait +lardant +lardas +lardasse +lardassent +lardasses +lardassiez +lardassions +lardmes +lardt +lardtes +larde +lardent +larder +lardera +larderai +larderaient +larderais +larderait +larderas +larderez +larderiez +larderions +larderons +larderont +lardes +lardez +lard +larde +lardes +lards +lardrent +lardiez +lardions +lardoire +lardoires +lardon +lardons +lare +lares +largage +largages +large +largement +larges +largesse +largesses +largeur +largeurs +largua +larguai +larguaient +larguais +larguait +larguant +larguas +larguasse +larguassent +larguasses +larguassiez +larguassions +largumes +largut +largutes +largue +larguent +larguer +larguera +larguerai +largueraient +larguerais +larguerait +largueras +larguerez +largueriez +larguerions +larguerons +largueront +largues +larguez +largu +largue +largues +largus +largurent +larguiez +larguions +larguons +larigot +larme +larmes +larmier +larmiers +larmoie +larmoiement +larmoiements +larmoient +larmoiera +larmoierai +larmoieraient +larmoierais +larmoierait +larmoieras +larmoierez +larmoieriez +larmoierions +larmoierons +larmoieront +larmoies +larmoya +larmoyai +larmoyaient +larmoyais +larmoyait +larmoyant +larmoyante +larmoyantes +larmoyants +larmoyas +larmoyasse +larmoyassent +larmoyasses +larmoyassiez +larmoyassions +larmoymes +larmoyt +larmoytes +larmoyer +larmoyez +larmoy +larmoye +larmoyes +larmoys +larmoyrent +larmoyiez +larmoyions +larmoyons +larron +larrons +larvaire +larvaires +larve +larves +larv +larve +larves +larvs +laryng +larynge +larynges +laryngs +laryngien +laryngienne +laryngiennes +laryngiens +laryngite +laryngites +laryngologie +laryngologiste +laryngologistes +laryngoscope +laryngoscopes +laryngotomie +laryngotomies +larynx +las +lascar +lascars +lascif +lascifs +lascive +lascivement +lascives +lascivit +lascivits +laser +lasers +lassa +lassai +lassaient +lassais +lassait +lassant +lassas +lassasse +lassassent +lassasses +lassassiez +lassassions +lassmes +lasst +lasstes +lasse +lassent +lasser +lassera +lasserai +lasseraient +lasserais +lasserait +lasseras +lasserez +lasseriez +lasserions +lasserons +lasseront +lasses +lassez +lass +lasse +lasses +lasss +lassrent +lassiez +lassions +lassitude +lassitudes +lasso +lassons +lassos +latent +latente +latentes +latents +latex +latral +latrale +latralement +latrales +latraux +latrite +latrites +latin +latine +latines +latinisa +latinisai +latinisaient +latinisais +latinisait +latinisant +latinisas +latinisasse +latinisassent +latinisasses +latinisassiez +latinisassions +latinismes +latinistes +latinise +latinisent +latiniser +latinisera +latiniserai +latiniseraient +latiniserais +latiniserait +latiniseras +latiniserez +latiniseriez +latiniserions +latiniserons +latiniseront +latinises +latinisez +latinis +latinise +latinises +latiniss +latinisrent +latinisiez +latinisions +latinisme +latinismes +latinisons +latiniste +latinistes +latinit +latins +latitude +latitudes +latrines +latte +lattes +lattis +laudanum +laudatif +laudatifs +laudative +laudatives +laurat +laurate +laurates +laurats +laurier +lauriers +lava +lavable +lavables +lavabo +lavabos +lavage +lavages +lavai +lavaient +lavais +lavait +lavallire +lavallires +lavande +lavandes +lavandire +lavandires +lavant +lavas +lavasse +lavassent +lavasses +lavassiez +lavassions +lavatories +lavatory +lavmes +lavt +lavtes +lave +lavement +lavements +lavent +laver +lavera +laverai +laveraient +laverais +laverait +laveras +laverez +laverie +laveries +laveriez +laverions +laverons +laveront +laves +lavette +lavettes +laveur +laveurs +laveuse +laveuses +lavez +lav +lave +laves +lavs +lavrent +laviez +lavions +lavis +lavoir +lavoirs +lavons +laxatif +laxatifs +laxatisme +laxatismes +laxative +laxatives +layette +layettes +layon +layons +lazare +lazuli +l +lcha +lchage +lchages +lchai +lchaient +lchais +lchait +lchant +lchas +lchasse +lchassent +lchasses +lchassiez +lchassions +lchassons +lchassont +lchmes +lcht +lchtes +lche +lchement +lchent +lcher +lchera +lcherai +lcheraient +lcherais +lcherait +lcheras +lcherez +lcheriez +lcherions +lcherons +lcheront +lches +lchet +lchets +lcheur +lcheurs +lcheuse +lcheuses +lchez +lch +lche +lches +lchs +lchrent +lchiez +lchions +lchons +le +leader +leaders +lecteur +lecteurs +lectrice +lectrices +lecture +lectures +leon +leons +ledit +legs +leitmotiv +leitmotivs +lendemain +lendemains +lent +lente +lentement +lentes +lenteur +lenteurs +lentille +lentilles +lentisque +lentisques +lents +lequel +les +lesdites +lesdits +lesquelles +lesquels +lessiva +lessivage +lessivages +lessivai +lessivaient +lessivais +lessivait +lessivant +lessivas +lessivasse +lessivassent +lessivasses +lessivassiez +lessivassions +lessivmes +lessivt +lessivtes +lessive +lessivent +lessiver +lessivera +lessiverai +lessiveraient +lessiverais +lessiverait +lessiveras +lessiverez +lessiveriez +lessiverions +lessiverons +lessiveront +lessives +lessiveuse +lessiveuses +lessivez +lessiv +lessive +lessives +lessivs +lessivrent +lessiviez +lessivions +lessivons +lest +lesta +lestage +lestages +lestai +lestaient +lestais +lestait +lestant +lestas +lestasse +lestassent +lestasses +lestassiez +lestassions +lestmes +lestt +lesttes +leste +lestement +lestent +lester +lestera +lesterai +lesteraient +lesterais +lesterait +lesteras +lesterez +lesteriez +lesterions +lesterons +lesteront +lestes +lestez +lest +leste +lestes +lests +lestrent +lestiez +lestions +lestons +lests +lettre +lettres +lettr +lettre +lettres +lettrs +lettrine caligraphie +lettrines caligraphie +leu +leucmie +leucmies +leucocyte +leucocytes +leur +leurra +leurrai +leurraient +leurrais +leurrait +leurrant +leurras +leurrasse +leurrassent +leurrasses +leurrassiez +leurrassions +leurrassons +leurrmes +leurrt +leurrtes +leurre +leurrent +leurrer +leurrera +leurrerai +leurreraient +leurrerais +leurrerait +leurreras +leurrerez +leurreriez +leurrerions +leurrerons +leurreront +leurres +leurrez +leurr +leurre +leurres +leurrs +leurrrent +leurriez +leurrions +leurrons +leurs +leva +levage +levages +levai +levaient +levain +levais +levait +levant +levantin +levantine +levantines +levantins +levas +levasse +levassent +levasses +levassiez +levassions +levmes +levt +levtes +lever +levez +lev +leve +leves +levs +levrent +levier +leviers +leviez +levions +levis +levons +levraut +levrauts +levrette +levrettes +levure +levures +lex +lexicographe +lexicographes +lexicographie +lexicologie +lexique +lexiques +lez +l +lcha +lchai +lchaient +lchais +lchait +lchant +lchas +lchasse +lchassent +lchasses +lchassiez +lchassions +lchmes +lcht +lchtes +lche +lchent +lcher +lchera +lcherai +lcheraient +lcherais +lcherait +lcheras +lcherez +lcheriez +lcherions +lcherons +lcheront +lches +lchez +lch +lche +lches +lchs +lchrent +lchiez +lchions +lchons +lgal +lgale +lgalement +lgales +lgalisa +lgalisai +lgalisaient +lgalisais +lgalisait +lgalisant +lgalisas +lgalisasse +lgalisassent +lgalisasses +lgalisassiez +lgalisassions +lgalisation +lgalisations +lgalismes +lgalist +lgalistez +lgalise +lgalisent +lgaliser +lgalisera +lgaliserai +lgaliseraient +lgaliserais +lgaliserait +lgaliseras +lgaliserez +lgaliseriez +lgaliserions +lgaliserons +lgaliseront +lgalises +lgalisez +lgalis +lgalise +lgalises +lgaliss +lgalisrent +lgalisiez +lgalisions +lgalisons +lgalit +lgalits +lgat +lgataire +lgataires +lgatation +lgatations +lgats +lgaux +lgendaire +lgendaires +lgende +lgendes +lger +lgers +lgre +lgrement +lgres +lgret +lgrets +lgifra +lgifrai +lgifraient +lgifrais +lgifrait +lgifrant +lgifras +lgifrasse +lgifrassent +lgifrasses +lgifrassiez +lgifrassions +lgifrmes +lgifrt +lgifrtes +lgifrer +lgifrera +lgifrerai +lgifreraient +lgifrerais +lgifrerait +lgifreras +lgifrerez +lgifreriez +lgifrerions +lgifrerons +lgifreront +lgifrez +lgifr +lgifre +lgifres +lgifrs +lgifrrent +lgifriez +lgifrions +lgifrons +lgifre +lgifrent +lgifres +lgion +lgionnaire +lgionnaires +lgions +lgislateur +lgislateurs +lgislatif +lgislatifs +lgislation +lgislations +lgislative +lgislatives +lgislatrice +lgislatrices +lgislature +lgislatures +lgiste +lgistes +lgitima +lgitimai +lgitimaient +lgitimais +lgitimait +lgitimant +lgitimas +lgitimasse +lgitimassent +lgitimasses +lgitimassiez +lgitimassions +lgitimation +lgitimations +lgitimmes +lgitimt +lgitimtes +lgitime +lgitimement +lgitiment +lgitimer +lgitimera +lgitimerai +lgitimeraient +lgitimerais +lgitimerait +lgitimeras +lgitimerez +lgitimeriez +lgitimerions +lgitimerons +lgitimeront +lgitimes +lgitimez +lgitim +lgitime +lgitimes +lgitims +lgitimrent +lgitimiez +lgitimions +lgitimiste +lgitimistes +lgitimit +lgitimits +lgitimons +lgua +lguai +lguaient +lguais +lguait +lguant +lguas +lguasse +lguassent +lguasses +lguassiez +lguassions +lgumes +lgut +lgutes +lguer +lguera +lguerai +lgueraient +lguerais +lguerait +lgueras +lguerez +lgueriez +lguerions +lguerons +lgueront +lguez +lgu +lgue +lgues +lgus +lgurent +lguiez +lguions +lgume +lgumes +lgumier +lgumiers +lgumineuses +lguons +lmuriens +lnifia +lnifiai +lnifiaient +lnifiais +lnifiait +lnifiant +lnifias +lnifiasse +lnifiassent +lnifiasses +lnifiassiez +lnifiassions +lnifimes +lnifit +lnifites +lnifie +lnifie +lnifient +lnifier +lnifiera +lnifierai +lnifieraient +lnifierais +lnifierait +lnifieras +lnifierez +lnifieriez +lnifierions +lnifierons +lnifieront +lnifies +lnifiez +lnifi +lnifie +lnifies +lnifis +lnifirent +lnifiiez +lnifiions +lnifions +lnine +lninisme +lnitif +lnitifs +lnitive +lnitives +lonin +lonine +lonines +lonins +lopard +lopards +lpidoptres +lpreuse +lpreuses +lpreux +lproserie +lproseries +ls +lsa +lsai +lsaient +lsais +lsait +lsant +lsas +lsasse +lsassent +lsasses +lsassiez +lsassions +lsmes +lst +lstes +lser +lsera +lserai +lseraient +lserais +lserait +lseras +lserez +lseriez +lserions +lserons +lseront +lses +lsez +ls +lse +lses +lss +lsrent +lsiez +lsina +lsinai +lsinaient +lsinais +lsinait +lsinant +lsinas +lsinasse +lsinassent +lsinasses +lsinassiez +lsinassions +lsinmes +lsint +lsintes +lsine +lsinent +lsineons +lsiner +lsinera +lsinerai +lsineraient +lsinerais +lsinerait +lsineras +lsinerez +lsinerie +lsineries +lsineriez +lsinerions +lsinerons +lsineront +lsines +lsinez +lsin +lsine +lsines +lsins +lsinrent +lsiniez +lsinions +lsinons +lsion +lsions +lsons +lthargie +lthargies +lthargique +lthargiques +lvite +lvites +lvrier +lvriers +lzard +lzarda +lzardai +lzardaient +lzardais +lzardait +lzardant +lzardas +lzardasse +lzardassent +lzardasses +lzardassiez +lzardassions +lzardmes +lzardt +lzardtes +lzarde +lzardent +lzarder +lzardera +lzarderai +lzarderaient +lzarderais +lzarderait +lzarderas +lzarderez +lzarderiez +lzarderions +lzarderons +lzarderont +lzardes +lzardez +lzard +lzarde +lzardes +lzards +lzardrent +lzardiez +lzardions +lzardons +lzards +lche +lches +lgue +lguent +lgues +lpre +lpres +ls +lse +lsent +lve +lvent +lvera +lverai +lveraient +lverais +lverait +lveras +lverez +lveriez +lverions +lverons +lveront +lves +lvre +lvres +lia +liai +liaient +liais +liaison +liaisons +liait +liane +lianes +liant +liante +liantes +liants +liard +liards +lias +liasse +liassent +liasses +liassiez +liassions +limes +lit +lites +liban +libanais +libanaise +libanaises +libation +libations +libella +libellai +libellaient +libellais +libellait +libellant +libellas +libellasse +libellassent +libellasses +libellassiez +libellassions +libellmes +libellt +libelltes +libelle +libellent +libeller +libellera +libellerai +libelleraient +libellerais +libellerait +libelleras +libellerez +libelleriez +libellerions +libellerons +libelleront +libelles +libellez +libell +libelle +libelles +libells +libellrent +libelliez +libellions +libellons +libellule +libellules +libertaire +libertaires +libert +liberts +libertin +libertinage +libertinages +libertine +libertines +libertins +libra +librable +librables +librai +libraient +librais +librait +libral +librale +libralement +librales +libralisation +libralisations +libralisme +libralit +libralits +librant +libras +librasse +librassent +librasses +librassiez +librassions +librateur +librateurs +libration +librations +libratoire +libratoires +libratrice +libratrices +libraux +librmes +librt +librtes +librer +librera +librerai +libreraient +librerais +librerait +libreras +librerez +libreriez +librerions +librerons +libreront +librez +libr +libre +libres +librs +librrent +libriez +librions +librons +libre +librent +libres +libidineuse +libidineuses +libidineux +libido +libidos +libraire +libraires +librairie +librairies +libre +librement +libres +librettiste +librettistes +lice +licence +licences +licencia +licenciai +licenciaient +licenciais +licenciait +licenciant +licencias +licenciasse +licenciassent +licenciasses +licenciassiez +licenciassions +licencimes +licencit +licencites +licencie +licenciement +licenciements +licencient +licencier +licenciera +licencierai +licencieraient +licencierais +licencierait +licencieras +licencierez +licencieriez +licencierions +licencierons +licencieront +licencies +licencieuse +licencieusement +licencieuses +licencieux +licenciez +licenci +licencie +licencies +licencis +licencirent +licenciiez +licenciions +licencions +lices +lichen +licita +licitai +licitaient +licitais +licitait +licitant +licitas +licitasse +licitassent +licitasses +licitassiez +licitassions +licitation +licitations +licitmes +licitt +licittes +licite +licitement +licitent +liciter +licitera +liciterai +liciteraient +liciterais +liciterait +liciteras +liciterez +liciteriez +liciterions +liciterons +liciteront +licites +licitez +licit +licite +licites +licits +licitrent +licitiez +licitions +licitons +licol +licols +licorne +licornes +licou +licous +licteur +licteurs +lie +lied +lieder +lien +liens +lient +lier +liera +lierai +lieraient +lierais +lierait +lieras +lierez +lieriez +lierions +lierons +lieront +lierre +lies +liesse +lieu +lieue +lieues +lieur +lieurs +lieuse +lieuses +lieutenant +lieutenants +lieux +liez +li +lie +lies +lis +lige +lirent +livre +livres +liftier +liftiers +ligament +ligaments +ligatura +ligaturai +ligaturaient +ligaturais +ligaturait +ligaturant +ligaturas +ligaturasse +ligaturassent +ligaturasses +ligaturassiez +ligaturassions +ligaturmes +ligaturt +ligaturtes +ligature +ligaturent +ligaturer +ligaturera +ligaturerai +ligatureraient +ligaturerais +ligaturerait +ligatureras +ligaturerez +ligatureriez +ligaturerions +ligaturerons +ligatureront +ligatures +ligaturez +ligatur +ligature +ligatures +ligaturs +ligaturrent +ligaturiez +ligaturions +ligaturons +lige +liges +lignage +lignages +ligne +lignes +ligneuse +ligneuses +ligneux +ligne +lignes +lignifia +lignifiai +lignifiaient +lignifiais +lignifiait +lignifiant +lignifias +lignifiasse +lignifiassent +lignifiasses +lignifiassiez +lignifiassions +lignifimes +lignifit +lignifites +lignifie +lignifient +lignifier +lignifiera +lignifierai +lignifieraient +lignifierais +lignifierait +lignifieras +lignifierez +lignifieriez +lignifierions +lignifierons +lignifieront +lignifies +lignifiez +lignifi +lignifie +lignifies +lignifis +lignifirent +lignifiiez +lignifiions +lignifions +lignite +ligota +ligotai +ligotaient +ligotais +ligotait +ligotant +ligotas +ligotasse +ligotassent +ligotasses +ligotassiez +ligotassions +ligotmes +ligott +ligottes +ligote +ligotent +ligoter +ligotera +ligoterai +ligoteraient +ligoterais +ligoterait +ligoteras +ligoterez +ligoteriez +ligoterions +ligoterons +ligoteront +ligotes +ligotez +ligot +ligote +ligotes +ligots +ligotrent +ligotiez +ligotions +ligotons +ligua +liguai +liguaient +liguais +liguait +liguant +liguas +liguasse +liguassent +liguasses +liguassiez +liguassions +ligumes +ligut +ligutes +ligue +liguent +liguer +liguera +liguerai +ligueraient +liguerais +liguerait +ligueras +liguerez +ligueriez +liguerions +liguerons +ligueront +ligues +ligueur +ligueurs +ligueuse +ligueuses +liguez +ligu +ligue +ligues +ligus +ligurent +liguiez +liguions +liguons +liiez +liions +lilas +lilliputien +lilliputienne +lilliputiennes +lilliputiens +lima +limace +limaces +limaon +limaons +limage +limages +limai +limaient +limaille +limais +limait +limande +limandes +limant +limas +limasse +limassent +limasses +limassiez +limassions +limmes +limt +limtes +limbe +lime +liment +limer +limera +limerai +limeraient +limerais +limerait +limeras +limerez +limeriez +limerions +limerons +limeront +limes +limez +lim +lime +limes +lims +limrent +limier +limiers +limiez +liminaire +liminaires +limions +limita +limitai +limitaient +limitais +limitait +limitant +limitas +limitasse +limitassent +limitasses +limitassiez +limitassions +limitatif +limitatifs +limitation +limitations +limitative +limitativement +limitatives +limitmes +limitt +limittes +limite +limitent +limiter +limitera +limiterai +limiteraient +limiterais +limiterait +limiteras +limiterez +limiteriez +limiterions +limiterons +limiteront +limites +limitez +limit +limite +limites +limits +limitrent +limitiez +limitions +limitons +limitrophe +limitrophes +limoge +limogea +limogeage +limogeages +limogeai +limogeaient +limogeais +limogeait +limogeant +limogeas +limogeasse +limogeassent +limogeasses +limogeassiez +limogeassions +limogemes +limoget +limogetes +limogent +limogeons +limoger +limogera +limogerai +limogeraient +limogerais +limogerait +limogeras +limogerez +limogeriez +limogerions +limogerons +limogeront +limoges +limogez +limog +limoge +limoges +limogs +limogrent +limogiez +limogions +limon +limonade +limonades +limonadier +limonadiers +limonadire +limonadires +limoneuse +limoneuses +limoneux +limonire +limonires +limons +limousin +limousine +limousines +limousins +limpide +limpides +limpidit +limpidits +lin +linceul +linceuls +line +lines +linaire +linaires +linament +linaments +linge +linger +lingerie +lingeries +lingers +linges +lingre +lingres +lingot +lingots +lingual +linguale +linguales +linguaux +linguiste +linguistes +linguistique +linguistiques +linier +liniers +linire +linires +liniment +liniments +linolum +linon +linotte +linottes +linotype +linotypes +lins +linteau +linteaux +lion +lionceau +lionceaux +lionne +lionnes +lions +lipide +lipides +lippe +lippes +lippu +lippue +lippues +lippus +liqueur +liqueurs +liqufaction +liqufactions +liqufia +liqufiable +liqufiables +liqufiai +liqufiaient +liqufiais +liqufiait +liqufiant +liqufias +liqufiasse +liqufiassent +liqufiasses +liqufiassiez +liqufiassions +liqufimes +liqufit +liqufites +liqufie +liqufient +liqufier +liqufiera +liqufierai +liqufieraient +liqufierais +liqufierait +liqufieras +liqufierez +liqufieriez +liqufierions +liqufierons +liqufieront +liqufies +liqufiez +liqufi +liqufie +liqufies +liqufis +liqufirent +liqufiiez +liqufiions +liqufions +liquida +liquidai +liquidaient +liquidais +liquidait +liquidant +liquidas +liquidasse +liquidassent +liquidasses +liquidassiez +liquidassions +liquidateur +liquidateure +liquidateures +liquidateurs +liquidation +liquidations +liquidmes +liquidt +liquidtes +liquide +liquident +liquider +liquidera +liquiderai +liquideraient +liquiderais +liquiderait +liquideras +liquiderez +liquideriez +liquiderions +liquiderons +liquideront +liquides +liquidez +liquid +liquide +liquides +liquids +liquidrent +liquidiez +liquidions +liquidons +liquoreuse +liquoreuses +liquoreux +lira +lirai +liraient +lirais +lirait +liras +lire +lirez +liriez +lirions +lirons +liront +lis +lisaient +lisais +lisait +lisant +lise +lisent +liseron +liserons plante +lises +liseur +liseurs +liseuse +liseuses +lisez +lisra +lisrai +lisraient +lisrais +lisrait +lisrant +lisras +lisrasse +lisrassent +lisrasses +lisrassiez +lisrassions +lisrmes +lisrt +lisrtes +lisrer +lisrera +lisreraient +lisrerais +lisrerait +lisreras +lisrerez +lisreriez +lisrerions +lisrerons +lisreront +lisres +lisrez +lisr +lisre +lisres +lisrs +lisrrent +lisriez +lisrions +lisrons +lisre +lisrent +lisres +lisibilit +lisibilits +lisible +lisiblement +lisibles +lisiez +lisire +lisires +lisions +lisons +lissa +lissage +lissages +lissai +lissaient +lissais +lissait +lissant +lissas +lissasse +lissassent +lissasses +lissassiez +lissassions +lissmes +lisst +lisstes +lisse +lissent +lisser +lissera +lisserai +lisseraient +lisserais +lisserait +lisseras +lisserez +lisseriez +lisserions +lisserons +lisseront +lisses +lissez +liss +lisse +lisses +lisss +lissrent +lissiez +lissions +lissoir +lissoirs +lissons +listant +liste +listes +lit +litanies +literie +lithiase +lithium +lithographie +lithographies +lithosphre +litire +litires +litige +litiges +litigieuse +litigieuses +litigieux +litote +litotes +litre +litres +lits +littraire +littrairement +littraires +littral +littrale +littralement +littrales +littrature +littratures +littraux +littoral +littorale +littorales +littoraux +lituanie +lituanien +lituanienne +lituaniennes +lituaniens +liturgie +liturgies +liturgique +liturgiques +livarot +livide +livides +lividit +lividits +living +livra +livrable +livrables +livrai +livraient +livrais +livraison +livraisons +livrait +livrant +livras +livrasse +livrassent +livrasses +livrassiez +livrassions +livrmes +livrt +livrtes +livre +livrent +livrer +livrera +livrerai +livreraient +livrerais +livrerait +livreras +livrerez +livreriez +livrerions +livrerons +livreront +livres +livresque +livresques +livret +livrets +livreur +livreurs +livreuse +livreuses +livrez +livr +livre +livres +livrs +livrrent +livriez +livrions +livrons +lobe +lobes +lob +lobe +lobes +lobs +lobule +lobules +local +locale +localement +locales +localisa +localisai +localisaient +localisais +localisait +localisant +localisas +localisasse +localisassent +localisasses +localisassiez +localisassions +localisation +localisations +localismes +localist +localistes +localise +localisent +localiser +localisera +localiserai +localiseraient +localiserais +localiserait +localiseras +localiserez +localiseriez +localiserions +localiserons +localiseront +localises +localisez +localis +localise +localises +localiss +localisrent +localisiez +localisions +localisons +localit +localits +locataire +locataires +locatif +locatifs +location +locations +locative +locatives +locaux +loch +loche +loches +lochs +lock +locomoteur +locomoteurs +locomotion +locomotions +locomotive +locomotives +locomotrice +locomotrices +locution +locutions +loess +lof +lofs +logarithme +logarithmes +logarithmique +logarithmiques +loge +logea +logeable +logeables +logeai +logeaient +logeais +logeait +logeant +logeas +logeasse +logeassent +logeasses +logeassiez +logeassions +logemes +loget +logetes +logement +logements +logent +logeons +loger +logera +logerai +logeraient +logerais +logerait +logeras +logerez +logeriez +logerions +logerons +logeront +loges +logeur +logeurs +logeuse +logeuses +logez +log +loge +loges +logs +logrent +logiciel +logicielle +logicielles +logiciels +logicien +logicienne +logiciennes +logiciens +logiez +logions +logique +logiquement +logiques +logis +logistique +logistiques +logo +loi +loin +lointain +lointaine +lointaines +lointains +loir +loirs +lois +loisible +loisibles +loisir +loisirs +lombago +lombaire +lombaires +lombes +lombric +lombrics +londonien +londonienne +londoniennes +londoniens +londres +long +longanimit +longanimits +longe +longea +longeai +longeaient +longeais +longeait +longeant +longeas +longeasse +longeassent +longeasses +longeassiez +longeassions +longemes +longet +longetes +longent +longeons +longer +longera +longerai +longeraient +longerais +longerait +longeras +longerez +longeriez +longerions +longeron +longerons +longeront +longes +longez +long +longe +longes +longs +longvit +longvits +longrent +longiez +longions +longitude +longitudes +longitudinal +longitudinale +longitudinalement +longitudinales +longitudinaux +longs +longtemps +longue +longuement +longues +longuette +longuettes +longueur +longueurs +looping +loopings +lopin +lopins +loquace +loquaces +loquacit +loquacits +loque +loques +loquet +loqueteau +loqueteaux +loqueteuse +loqueteuses +loqueteux +loquets +lord +lords +lorgna +lorgnai +lorgnaient +lorgnais +lorgnait +lorgnant +lorgnas +lorgnasse +lorgnassent +lorgnasses +lorgnassiez +lorgnassions +lorgnmes +lorgnt +lorgntes +lorgne +lorgnent +lorgner +lorgnera +lorgnerai +lorgneraient +lorgnerais +lorgnerait +lorgneras +lorgnerez +lorgneriez +lorgnerions +lorgnerons +lorgneront +lorgnes +lorgnette +lorgnettes +lorgnez +lorgn +lorgne +lorgnes +lorgns +lorgnrent +lorgniez +lorgnions +lorgnon +lorgnons +loriot +loriots +lorrain +lorraine +lorraines +lorrains +lors +lorsqu +lorsque +losange +losanges +lot +lote +loterie +loteries +lotes +loti +lotie +loties +lotion +lotions +lotir +lotira +lotirai +lotiraient +lotirais +lotirait +lotiras +lotirent +lotirez +lotiriez +lotirions +lotirons +lotiront +lotis +lotissaient +lotissais +lotissait +lotissant +lotisse +lotissement +lotissements +lotissent +lotisses +lotissiez +lotissions +lotissons +lotit +lotmes +lott +lottes +loto +lots +lotte +lottes +lotus +loua +louable +louablement +louables +louage +louages +louai +louaient +louais +louait +louange +louanges +louant +louas +louasse +louassent +louasses +louassiez +louassions +loumes +lout +loutes +loucha +louchai +louchaient +louchais +louchait +louchant +louchas +louchasse +louchassent +louchasses +louchassiez +louchassions +louchmes +loucht +louchtes +louche +louchent +loucher +louchera +loucherai +loucheraient +loucherais +loucherait +loucheras +loucherez +loucheriez +loucherions +loucherons +loucheront +louches +loucheur +loucheurs +loucheuse +loucheuses +louchez +louch +louche +louches +louchs +louchrent +louchiez +louchions +louchons +loue +louent +louer +louera +louerai +loueraient +louerais +louerait +loueras +louerez +loueriez +louerions +louerons +loueront +loues +loueur +loueurs +loueuse +loueuses +louez +lou +loue +loues +lous +lourent +loufoque +loufoques +louiez +louions +louis +loukoum +loulou +loulous +louons +loup +loupa +loupai +loupaient +loupais +loupait +loupant +loupas +loupasse +loupassent +loupasses +loupassiez +loupassions +loupmes +loupt +louptes +loupe +loupent +louper +loupera +louperai +louperaient +louperais +louperait +louperas +louperez +louperiez +louperions +louperons +louperont +loupes +loupez +loup +loupe +loupes +loups +louprent +loupiez +loupions +loupons +loups +lourd +lourdaud +lourdaude +lourdaudes +lourdauds +lourde +lourdement +lourdes +lourdeur +lourdeurs +lourds +loustic +loustics +loutre +loutres +louvain +louve +louves +louveteau +louveteaux +louveterie +louveteries +louvetier +louvetiers +louvoie +louvoient +louvoiera +louvoierai +louvoieraient +louvoierais +louvoierait +louvoieras +louvoierez +louvoieriez +louvoierions +louvoierons +louvoieront +louvoies +louvoya +louvoyai +louvoyaient +louvoyais +louvoyait +louvoyant +louvoyas +louvoyasse +louvoyassent +louvoyasses +louvoyassiez +louvoyassions +louvoymes +louvoyt +louvoytes +louvoyer +louvoyez +louvoy +louvoye +louvoyes +louvoys +louvoyrent +louvoyiez +louvoyions +louvoyons +louvre +lova +lovai +lovaient +lovais +lovait +lovant +lovas +lovasse +lovassent +lovasses +lovassiez +lovassions +lovmes +lovt +lovtes +love +lovent +lover +lovera +loverai +loveraient +loverais +loverait +loveras +loverez +loveriez +loverions +loverons +loveront +loves +lovez +lov +love +loves +lovs +lovrent +loviez +lovions +lovons +loyal +loyale +loyalement +loyales +loyalisme +loyaliste +loyalistes +loyaut +loyauts +loyaux +loyer +loyers +lu +lubie +lubies +lubricit +lubricits +lubrifia +lubrifiai +lubrifiaient +lubrifiais +lubrifiait +lubrifiant +lubrifiante +lubrifiantes +lubrifiants +lubrifias +lubrifiasse +lubrifiassent +lubrifiasses +lubrifiassiez +lubrifiassions +lubrifimes +lubrifit +lubrifites +lubrification +lubrifications +lubrifie +lubrifient +lubrifier +lubrifiera +lubrifierai +lubrifieraient +lubrifierais +lubrifierait +lubrifieras +lubrifierez +lubrifieriez +lubrifierions +lubrifierons +lubrifieront +lubrifies +lubrifiez +lubrifi +lubrifie +lubrifies +lubrifis +lubrifirent +lubrifiiez +lubrifiions +lubrifions +lubrique +lubriques +lucane insecte +lucanes insecte +lucarne +lucarnes +lucide +lucidement +lucides +lucidit +lucidits +lucifer +luciole +lucioles +lucratif +lucratifs +lucrative +lucrativement +lucratives +ludion +ludions +ludique +ludiques +lue +lues +luette +luettes +lueur +lueurs +luge +luges +lugubre +lugubrement +lugubres +lui +luie +luies +luira +luirai +luiraient +luirais +luirait +luiras +luire +luirez +luiriez +luirions +luirons +luiront +luis +luisaient +luisais +luisait +luisant +luise +luisent +luises +luisez +luisiez +luisions +luisis +luisisse +luisissent +luisisses +luisissiez +luisissions +luisit +luismes +luist +luistes +luisons +luit +lumbago +lumbagos +lumen +lumens +lumire +lumires +lumignon +lumignons +luminaire +luminaires +luminescence +luminescences +luminescent +luminescente +luminescentes +luminescents +lumineuse +lumineusement +lumineuses +lumineux +luminosit +luminosits +lunaire +lunaires +lunaison +lunaisons +lunatique +lunatiques +lunch +lunches +lunchs +lundi +lundis +lune +lunes +lunetier +lunetiers +lunette +lunetterie +lunetteries +lunettes +lun +lune +lunes +luns +lunule +lunules +lupin +lupins +lupus +lurent +lurette +lurettes +luron +luronne +luronnes +lurons +lus +lusse +lussent +lusses +lussiez +lussions +lustra +lustrage +lustrages +lustrai +lustraient +lustrais +lustrait +lustral +lustrale +lustrales +lustrant +lustras +lustrasse +lustrassent +lustrasses +lustrassiez +lustrassions +lustraux +lustrmes +lustrt +lustrtes +lustre +lustrent +lustrer +lustrera +lustrerai +lustreraient +lustrerais +lustrerait +lustreras +lustrerez +lustreriez +lustrerions +lustrerons +lustreront +lustres +lustrez +lustr +lustre +lustres +lustrs +lustrrent +lustriez +lustrine +lustrions +lustrons +lut +lutce +luth +lutherie +luthrianisme +luthrien +luthrienne +luthriennes +luthriens +luthier +luthiers +luths +lutin +lutina +lutinai +lutinaient +lutinais +lutinait +lutinant +lutinas +lutinasse +lutinassent +lutinasses +lutinassiez +lutinassions +lutinmes +lutint +lutintes +lutine +lutinent +lutiner +lutinera +lutinerai +lutineraient +lutinerais +lutinerait +lutineras +lutinerez +lutineriez +lutinerions +lutinerons +lutineront +lutines +lutinez +lutin +lutine +lutines +lutins +lutinrent +lutiniez +lutinions +lutinons +lutins +lutrin +lutrins +lutta +luttai +luttaient +luttais +luttait +luttant +luttas +luttasse +luttassent +luttasses +luttassiez +luttassions +luttmes +luttt +lutttes +lutte +luttent +lutter +luttera +lutterai +lutteraient +lutterais +lutterait +lutteras +lutterez +lutteriez +lutterions +lutterons +lutteront +luttes +lutteur +lutteurs +lutteuse +lutteuses +luttez +lutt +lutte +luttes +lutts +lux +luxa +luxai +luxaient +luxais +luxait +luxant +luxas +luxasse +luxassent +luxasses +luxassiez +luxassions +luxation +luxations +luxmes +luxt +luxtes +luxe +luxent +luxer +luxera +luxerai +luxerais +luxerait +luxeras +luxerez +luxeriez +luxerions +luxerons +luxeront +luxes +luxez +lux +luxe +luxes +luxs +luxrent +luxiez +luxions +luxons +luxueuse +luxueusement +luxueuses +luxueux +luxure +luxures +luxuriance +luxuriances +luxuriant +luxuriante +luxuriantes +luxuriants +luxurieuse +luxurieuses +luxurieux +luzerne +lmes +lt +ltes +lyce +lycen +lycenne +lycennes +lycens +lyces +lymphangite +lymphatique +lymphatiques +lymphatisme +lymphe +lyncha +lynchage +lynchages +lynchai +lynchaient +lynchais +lynchait +lynchant +lynchas +lynchasse +lynchassent +lynchasses +lynchassiez +lynchassions +lynchmes +lyncht +lynchtes +lynche +lynchent +lyncher +lynchera +lyncherai +lyncheraient +lyncherais +lyncherait +lyncheras +lyncherez +lyncheriez +lyncherions +lyncherons +lyncheront +lynches +lynchez +lynch +lynche +lynches +lynchs +lynchrent +lynchiez +lynchions +lynchons +lynx +lyon +lyonnais +lyonnaise +lyonnaises +lyre +lyres +lyrique +lyriques +lyrisme +lyrismes +lys +m +ma +macabre +macabres +macadam +macadamisa +macadamisai +macadamisaient +macadamisais +macadamisait +macadamisant +macadamisas +macadamisasse +macadamisassent +macadamisasses +macadamisassiez +macadamisassions +macadamismes +macadamist +macadamistes +macadamise +macadamisent +macadamiser +macadamisera +macadamiserai +macadamiseraient +macadamiserais +macadamiserait +macadamiseras +macadamiserez +macadamiseriez +macadamiserions +macadamiserons +macadamiseront +macadamises +macadamisez +macadamis +macadamise +macadamises +macadamiss +macadamisrent +macadamisiez +macadamisions +macadamisons +macaque +macaques +macareux +macaron +macaroni +macarons +macchabe +macchabes +macdoine +macdoines +macdonien +macdonienne +macdoniennes +macdoniens +macra +macrai +macraient +macrais +macrait +macrant +macras +macrasse +macrassent +macrasses +macrassiez +macrassions +macration +macrations +macrmes +macrt +macrtes +macrer +macrera +macrerai +macreraient +macrerais +macrerait +macreras +macrerez +macreriez +macrerions +macrerons +macreront +macres +macrez +macr +macre +macres +macrs +macrrent +macriez +macrions +macrons +macre +macrent +macres +machaon +machiavel +machiavlique +machiavliques +machiavlisme +machin +machina +machinai +machinaient +machinais +machinait +machinal +machinale +machinalement +machinales +machinant +machinas +machinasse +machinassent +machinasses +machinassiez +machinassions +machinateur +machinateurs +machination +machinations +machinaux +machinmes +machint +machintes +machine +machinent +machiner +machinera +machinerai +machineraient +machinerais +machinerait +machinerez +machinerie +machineries +machineriez +machinerions +machinerons +machineront +machines +machinez +machin +machine +machines +machins +machinrent +machiniez +machinions +machinisme +machiniste +machinistes +machinons +machins +machos +macle +macles +macram +macreuse +macreuses +macro +macrobiotique +macrobiotiques +macrocphale +macrocphales +macros +macula +maculai +maculaient +maculais +maculait +maculant +maculas +maculasse +maculassent +maculasses +maculassiez +maculassions +maculmes +macult +macultes +macule +maculent +maculer +maculera +maculerai +maculeraient +maculerais +maculerait +maculeras +maculerez +maculeriez +maculerions +maculerons +maculeront +macules +maculez +macul +macule +macules +maculs +maculrent +maculiez +maculions +maculons +maon +maonna +maonnage +maonnages +maonnai +maonnaient +maonnais +maonnait +maonnant +maonnas +maonnasse +maonnassent +maonnasses +maonnassiez +maonnassions +maonnmes +maonnt +maonntes +maonne +maonnent +maonner +maonnera +maonnerai +maonneraient +maonnerais +maonnerait +maonneras +maonnerez +maonnerie +maonneries +maonneriez +maonnerions +maonnerons +maonneront +maonnes +maonnez +maonn +maonne +maonnes +maonns +maonnrent +maonniez +maonnions +maonnique +maonniques +maonnons +maons +madagascar +madame +madeleine +madeleines +mademoiselle +madre +madone +madones +madras +madr +madre +madres +madrpores +madrs +madrid +madrier +madriers +madrigal +madrigaux +madrilne +madrilnee +madrilnees +madrilnes +maestria +maestro +maestros +maffia +maffias +mafflu +mafflue +mafflues +mafflus +mafia +mafias +mafiosi +magasin +magasinage +magasinages +magasinier +magasiniers +magasins +magazine +magazines +magdalnien +magdalnienne +magdalniennes +magdalniens +mage +mages +maghreb +magicien +magicienne +magiciennes +magiciens +magie +magique +magiquement +magiques +magistre +magistres +magistral +magistrale +magistralement +magistrales +magistrat +magistrats +magistrature +magistratures +magistraux +magma +magnanerie +magnaneries +magnanime +magnanimement +magnanimes +magnanimit +magnanimits +magnat +magnats +magnsie +magnsite +magnsium +magntique +magntiquement +magntiques +magntisa +magntisai +magntisaient +magntisais +magntisait +magntisant +magntisas +magntisasse +magntisassent +magntisasses +magntisassiez +magntisassions +magntismes +magntist +magntistes +magntise +magntisent +magntiser +magntisera +magntiserai +magntiseraient +magntiserais +magntiserait +magntiseras +magntiserez +magntiseriez +magntiserions +magntiserons +magntiseront +magntises +magntiseur +magntiseurs +magntiseuse +magntiseuses +magntisez +magntis +magntise +magntises +magntiss +magntisrent +magntisiez +magntisions +magntisme +magntisons +magnto +magntophone +magntophones +magntos +magntoscope +magntoscopes +magnifia +magnifiai +magnifiaient +magnifiais +magnifiait +magnifiant +magnifias +magnifiasse +magnifiassent +magnifiasses +magnifiassiez +magnifiassions +magnifimes +magnifit +magnifites +magnificat +magnificats +magnificence +magnifie +magnifient +magnifier +magnifiera +magnifierai +magnifieraient +magnifierais +magnifierait +magnifieras +magnifierez +magnifieriez +magnifierions +magnifierons +magnifieront +magnifies +magnifiez +magnifi +magnifie +magnifies +magnifis +magnifirent +magnifiiez +magnifiions +magnifions +magnifique +magnifiquement +magnifiques +magnitude +magnitudes +magnolia +magnolias +magnum +magnums +magot +magots +maharadjah +maharadjahs +maharaja +maharajas +mahomtan +mahomtane +mahomtanes +mahomtans +mai +maie +maies +maigre +maigrelet +maigrelets +maigrelette +maigrelettes +maigrement +maigres +maigreur +maigreurs +maigri +maigrichon +maigrichonne +maigrichonnes +maigrichons +maigrie +maigries +maigriot +maigriots +maigriotte +maigriottes +maigrir +maigrira +maigrirai +maigriraient +maigrirais +maigrirait +maigriras +maigrirent +maigrirez +maigririez +maigririons +maigrirons +maigriront +maigris +maigrissaient +maigrissais +maigrissait +maigrissant +maigrisse +maigrissent +maigrisses +maigrissez +maigrissiez +maigrissions +maigrissons +maigrit +maigrmes +maigrt +maigrtes +mail +mailla +maillage +maillages +maillai +maillaient +maillais +maillait +maillant +maillard +maillas +maillasse +maillassent +maillasses +maillassiez +maillassions +maillmes +maillt +mailltes +maille +maillechort +maillent +mailler +maillera +maillerai +mailleraient +maillerais +maillerait +mailleras +maillerez +mailleriez +maillerions +maillerons +mailleront +mailles +maillet +maillets +maillez +maill +maille +mailles +maills +maillrent +mailliez +maillions +mailloche +mailloches +maillon +maillons +maillot +maillots +mails +main +mainmise +mainmises +mainmorte +mains +maint +mainte +maintenaient +maintenais +maintenait +maintenant +maintenez +mainteniez +maintenions +maintenir +maintenons +maintenu +maintenue +maintenues +maintenus +maintes +maintien +maintiendra +maintiendrai +maintiendraient +maintiendrais +maintiendrait +maintiendras +maintiendrez +maintiendriez +maintiendrions +maintiendrons +maintiendront +maintienne +maintiennent +maintiennes +maintiens +maintient +maintins +maintinsse +maintinssent +maintinsses +maintinssiez +maintinssions +maintint +maintirent +maintnmes +maintnt +maintntes +maints +maire +maires +mairie +mairies +mais +maison +maisonette +maisonettes +maisonne +maisonnes +maisons +mas +matre +matres +matresse +matresses +matrisa +matrisable +matrisables +matrisai +matrisaient +matrisais +matrisait +matrisant +matrisas +matrisasse +matrisassent +matrisassiez +matrisassions +matrismes +matrist +matristes +matrise +matrisent +matriser +matrisera +matriserai +matriseraient +matriserais +matriserait +matriseras +matriserez +matriseriez +matriserions +matriserons +matriseront +matrises +matrisez +matris +matrise +matrises +matriss +matrisrent +matrisiez +matrisions +matrisons +majest +majests +majestueuse +majestueusement +majestueuses +majestueux +majeur +majeure +majeures +majeurs +major +majora +majorai +majoraient +majorais +majorait +majorant +majoras +majorasse +majorassent +majorasses +majorassiez +majorassions +majoration +majorations +majormes +majort +majortes +majordome +majordomes +majore +majorent +majorer +majorera +majorerai +majoreraient +majorerais +majorerait +majoreras +majorerez +majoreriez +majorerions +majorerons +majoreront +majores +majorette +majorettes +majorez +major +majore +majores +majors +majoriez +majorions +majoritaire +majoritairement +majoritaires +majorit +majorits +majorons +majors +majuscule +majuscules +mal +malachite +malade +malades +maladie +maladies +maladif +maladifs +maladive +maladivement +maladives +maladresse +maladresses +maladroit +maladroite +maladroitement +maladroites +maladroits +malaga +malais +malaise +malaises +malais +malaise +malaises +malaiss +malaisie +malandrin +malandrins +malappris +malapprise +malapprises +malaria +malavis +malavise +malavises +malaviss +malaxa +malaxage +malaxages +malaxai +malaxaient +malaxais +malaxait +malaxant +malaxas +malaxasse +malaxassent +malaxasses +malaxassiez +malaxassions +malaxmes +malaxt +malaxtes +malaxe +malaxent +malaxer +malaxera +malaxerai +malaxeraient +malaxerais +malaxerait +malaxeras +malaxerez +malaxeriez +malaxerions +malaxerons +malaxeront +malaxes +malaxeur +malaxeurs +malaxez +malax +malaxe +malaxes +malaxs +malaxrent +malaxiez +malaxions +malaxons +malbti +malbtie +malbties +malbtis +malchance +malchances +malchanceuse +malchanceuses +malchanceux +maldonne +maldonnes +male pas bien +malencontreuse +malencontreusement +malencontreuses +malencontreux +malentendu +malentendus +males pas bien +maldiction +maldictions +malfice +malfices +malfique +malfiques +malfaon +malfaons +malfaisant +malfaisante +malfaisantes +malfaisants +malfaiteur +malfaiteurs +malfam +malfame +malfames +malfams +malformation +malformations +malgache +malgaches +malgr +malhabile +malhabilement +malhabiles +malheur +malheureuse +malheureusement +malheureuses +malheureux +malheurs +malhonnte +malhonntement +malhonntes +malhonntet +malhonntets +malice +malices +malicieuse +malicieusement +malicieuses +malicieux +maligne +malignement +malignes +malignit +malignits +malin +maline +malines +malingre +malingres +malins +malintentionn +malintentionne +malintentionnes +malintentionns +malle +malles +mallette +mallettes +mallabilit +mallabilits +mallable +mallables +malmena +malmenai +malmenaient +malmenais +malmenait +malmenant +malmenas +malmenasse +malmenassent +malmenasses +malmenassiez +malmenassions +malmenmes +malment +malmentes +malmener +malmenez +malmen +malmene +malmenes +malmens +malmenrent +malmeniez +malmenions +malmenons +malmne +malmnent +malmnera +malmnerai +malmneraient +malmnerais +malmnerait +malmneras +malmnerez +malmneriez +malmnerions +malmnerons +malmneront +malmnes +malotru +malotrue +malotrues +malotrus +malouin +malouine +malouines +malouins +malpropre +malproprement +malpropres +malpropret +malproprets +malsain +malsaine +malsaines +malsains +malsant +malsante +malsantes +malsants +malsonnant +malsonnante +malsonnantes +malsonnants +malt +malterie +malteries +malthusianisme +malthusianismes +maltraita +maltraitai +maltraitaient +maltraitais +maltraitait +maltraitant +maltraitas +maltraitasse +maltraitassent +maltraitasses +maltraitassiez +maltraitassions +maltraitmes +maltraitt +maltraittes +maltraite +maltraitent +maltraiter +maltraitera +maltraiterai +maltraiteraient +maltraiterais +maltraiterait +maltraiteras +maltraiterez +maltraiteriez +maltraiterions +maltraiterons +maltraiteront +maltraites +maltraitez +maltrait +maltraite +maltraites +maltraits +maltraitrent +maltraitiez +maltraitions +maltraitons +malts +malveillance +malveillances +malveillant +malveillante +malveillantes +malveillants +malvenu +malvenue +malvenues +malvenus +malversation +malversations +malvoisie +maman +mamans +mamelle +mamelles +mamelon +mamelonn +mamelonne +mamelonnes +mamelonns +mamelons +mammaire +mammaires +mammifre +mammifres +mammouth +mammouths +manager +managers +manant +manants +mancenillier +mancenilliers +manche +mancheron +mancherons +manches +manchette +manchettes +manchon +manchons +manchot +manchote +manchotes +manchots +manda +mandai +mandaient +mandais +mandait +mandant +mandants +mandarin +mandarinat +mandarine +mandarines +mandarins +mandas +mandasse +mandassent +mandasses +mandassiez +mandassions +mandat +mandata +mandatai +mandataient +mandataire +mandataires +mandatais +mandatait +mandatant +mandatas +mandatasse +mandatassent +mandatasses +mandatassiez +mandatassions +mandatmes +mandatt +mandattes +mandate +mandatement +mandatements +mandatent +mandater +mandatera +mandaterai +mandateraient +mandaterais +mandaterait +mandateras +mandaterez +mandateriez +mandaterions +mandaterons +mandateront +mandates +mandatez +mandat +mandate +mandates +mandats +mandatrent +mandatiez +mandations +mandatons +mandats +mandmes +mandt +mandtes +mandchou +mandchoue +mandchoues +mandchourie +mandchous +mande +mandelbrot +mandent +mander +mandera +manderai +manderaient +manderais +manderait +manderas +manderez +manderiez +manderions +manderons +manderont +mandes +mandez +mand +mande +mandes +mands +mandrent +mandibule +mandibules +mandiez +mandions +mandoline +mandolines +mandons +mandragore +mandragores +mandrin +mandrins +manette +manettes +mancanterie +mancanteries +mange +manges +manganse +mange +mangea +mangeable +mangeables +mangeai +mangeaient +mangeaille +mangeailles +mangeais +mangeait +mangeant +mangeas +mangeasse +mangeassent +mangeasses +mangeassiez +mangeassions +mangemes +manget +mangetes +mangent +mangeoire +mangeoires +mangeons +manger +mangera +mangerai +mangeraient +mangerais +mangerait +mangeras +mangerez +mangeriez +mangerions +mangerons +mangeront +manges +mangeur +mangeurs +mangeuse +mangeuses +mangez +mang +mange +manges +mangs +mangrent +mangiez +mangions +mangouste +mangoustes +mangue +mangues +manguier +manguiers +mania +maniabilit +maniabilits +maniable +maniables +maniai +maniaient +maniais +maniait +maniant +maniaque +maniaques +manias +maniasse +maniassent +maniasses +maniassiez +maniassions +manimes +manit +manites +manie +maniement +maniements +manient +manier +maniera +manierai +manieraient +manierais +manierait +manieras +manierez +manieriez +manierions +manierons +manieront +manies +manieur +manieurs +maniez +mani +manie +manies +manir +manire +manires +manirs +manirisme +manirismes +manis +manire +manirent +manires +manifesta +manifestai +manifestaient +manifestais +manifestait +manifestant +manifestante +manifestantes +manifestants +manifestas +manifestasse +manifestassent +manifestasses +manifestassiez +manifestassions +manifestation +manifestations +manifestmes +manifestt +manifesttes +manifeste +manifestement +manifestent +manifester +manifestera +manifesterai +manifesteraient +manifesterais +manifesterait +manifesteras +manifesterez +manifesteriez +manifesterions +manifesterons +manifesteront +manifestes +manifestez +manifest +manifeste +manifestes +manifests +manifestrent +manifestiez +manifestions +manifestons +manigance +manigancea +maniganceai +maniganceaient +maniganceais +maniganceait +maniganceant +maniganceas +maniganceasse +maniganceassent +maniganceasses +maniganceassiez +maniganceassions +manigancemes +manigancet +manigancetes +manigancent +maniganceons +manigancer +manigancera +manigancerai +maniganceraient +manigancerais +manigancerait +maniganceras +manigancerez +maniganceriez +manigancerions +manigancerons +maniganceront +manigances +manigancez +maniganc +manigance +manigances +manigancs +manigancrent +maniganciez +manigancions +maniiez +maniions +manille +manilles +manillon +manillons +manioc +maniocs +manions +manipula +manipulai +manipulaient +manipulais +manipulait +manipulant +manipulas +manipulasse +manipulassent +manipulasses +manipulassiez +manipulassions +manipulateur +manipulateurs +manipulation +manipulations +manipulatrice +manipulatrices +manipulmes +manipult +manipultes +manipule +manipulent +manipuler +manipulera +manipulerai +manipuleraient +manipulerais +manipulerait +manipuleras +manipulerez +manipuleriez +manipulerions +manipulerons +manipuleront +manipules +manipulez +manipul +manipule +manipules +manipuls +manipulrent +manipuliez +manipulions +manipulons +manitou +manitous +manivelle +manivelles +manne +mannequin +mannequins +mannes +manoeuvra +manoeuvrai +manoeuvraient +manoeuvrais +manoeuvrait +manoeuvrant +manoeuvras +manoeuvrasse +manoeuvrassent +manoeuvrasses +manoeuvrassiez +manoeuvrassions +manoeuvrmes +manoeuvrt +manoeuvrtes +manoeuvre +manoeuvrent +manoeuvrer +manoeuvrera +manoeuvrerai +manoeuvreraient +manoeuvrerais +manoeuvrerait +manoeuvreras +manoeuvrerez +manoeuvreriez +manoeuvrerions +manoeuvrerons +manoeuvreront +manoeuvres +manoeuvrez +manoeuvr +manoeuvre +manoeuvres +manoeuvrs +manoeuvrrent +manoeuvrier +manoeuvriers +manoeuvriez +manoeuvrions +manoeuvrons +manoir +manoirs +manomtre +manomtres +manqua +manquai +manquaient +manquais +manquait +manquant +manquante +manquantes +manquants +manquas +manquasse +manquassent +manquasses +manquassiez +manquassions +manqumes +manqut +manqutes +manque +manquement +manquements +manquent +manquer +manquera +manquerai +manqueraient +manquerais +manquerait +manqueras +manquerez +manqueriez +manquerions +manquerons +manqueront +manques +manquez +manqu +manque +manques +manqus +manqurent +manquiez +manquions +manquons +mansarde +mansardes +mansard +mansarde +mansardes +mansards +mansutude +mansutudes +mante +manteau +manteaux +mantelet +mantelets +mantes +mantille +mantilles +manucure +manucures +manuel +manuelle +manuellement +manuelles +manuels +manufactura +manufacturai +manufacturaient +manufacturais +manufacturait +manufacturas +manufacturasse +manufacturassent +manufacturasses +manufacturassiez +manufacturassions +manufacturmes +manufacturt +manufacturtes +manufacture +manufacturent +manufacturer +manufacturera +manufacturerai +manufactureraient +manufacturerais +manufacturerait +manufactureras +manufacturerez +manufactureriez +manufacturerions +manufacturerons +manufactureront +manufactures +manufacturez +manufactur +manufacture +manufactures +manufacturs +manufacturrent +manufacturier +manufacturiers +manufacturiez +manufacturire +manufacturires +manufacturions +manufacturons +manuscrit +manuscrite +manuscrites +manuscrits +manutention +manutentionna +manutentionnai +manutentionnaient +manutentionnaire +manutentionnaires +manutentionnais +manutentionnait +manutentionnant +manutentionnas +manutentionnasse +manutentionnassent +manutentionnasses +manutentionnassiez +manutentionnassions +manutentionnmes +manutentionnt +manutentionntes +manutentionne +manutentionnent +manutentionner +manutentionnera +manutentionnerai +manutentionneraient +manutentionnerais +manutentionnerait +manutentionneras +manutentionnerez +manutentionneriez +manutentionnerions +manutentionnerons +manutentionneront +manutentionnes +manutentionnez +manutentionn +manutentionne +manutentionnes +manutentionns +manutentionnrent +manutentionniez +manutentionnions +manutentionnons +manutentions +maosme +maoste +maostes +mappemonde +mappemondes +maquereau +maquereaux +maquette +maquettes +maquignon +maquignonnage +maquignonnages +maquignons +maquilla +maquillage +maquillages +maquillai +maquillaient +maquillais +maquillait +maquillant +maquillas +maquillasse +maquillassent +maquillasses +maquillassiez +maquillassions +maquillmes +maquillt +maquilltes +maquille +maquillent +maquiller +maquillera +maquillerai +maquilleraient +maquillerais +maquillerait +maquilleras +maquillerez +maquilleriez +maquillerions +maquillerons +maquilleront +maquilles +maquillez +maquill +maquille +maquilles +maquills +maquillrent +maquilliez +maquillions +maquillons +maquis +maquisard +maquisards +marabout +marabouts +marais +maracher +marachers +marachre +marachres +marasme +marasquin +marauda +maraudage +maraudages +maraudai +maraudaient +maraudais +maraudait +maraudant +maraudas +maraudasse +maraudassent +maraudasses +maraudassiez +maraudassions +maraudmes +maraudt +maraudtes +maraude +maraudent +marauder +maraudera +marauderai +marauderaient +marauderais +marauderait +marauderas +marauderez +marauderiez +marauderions +marauderons +marauderont +maraudes +maraudeur +maraudeurs +maraudeuse +maraudeuses +maraudez +maraud +maraude +maraudes +marauds +maraudrent +maraudiez +maraudions +maraudons +martre +martres +marbra +marbrai +marbraient +marbrais +marbrait +marbrant +marbras +marbrasse +marbrassent +marbrasses +marbrassiez +marbrassions +marbrmes +marbrt +marbrtes +marbre +marbrent +marbrer +marbrera +marbrerai +marbreraient +marbrerais +marbrerait +marbreras +marbrerez +marbrerie +marbreries +marbreriez +marbrerions +marbrerons +marbreront +marbres +marbrez +marbr +marbre +marbres +marbrs +marbrrent +marbrier +marbriers +marbriez +marbrire +marbrires +marbrions +marbrons +marbrure +marbrures +marc +marcassin +marcassins +marcha +marchai +marchaient +marchais +marchait +marchand +marchanda +marchandage +marchandages +marchandai +marchandaient +marchandais +marchandait +marchandant +marchandas +marchandasse +marchandassent +marchandasses +marchandassiez +marchandassions +marchandmes +marchandt +marchandtes +marchande +marchandent +marchander +marchandera +marchanderai +marchanderaient +marchanderais +marchanderait +marchanderas +marchanderez +marchanderiez +marchanderions +marchanderons +marchanderont +marchandes +marchandeur +marchandeurs +marchandeuse +marchandeuses +marchandez +marchand +marchande +marchandes +marchands +marchandrent +marchandiez +marchandions +marchandise +marchandises +marchandons +marchands +marchant +marchas +marchasse +marchassent +marchasses +marchassiez +marchassions +marchmes +marcht +marchtes +marche +marchent +marchepied +marchepieds +marcher +marchera +marcherai +marcheraient +marcherais +marcherait +marcheras +marcherez +marcheriez +marcherions +marcherons +marcheront +marches +marcheur +marcheurs +marcheuse +marcheuses +marchez +march +marche +marches +marchs +marchrent +marchiez +marchions +marchons +marcotte +marcottes +marcs +mardi +mardis +mare +marelle +marengo +mares +mareyeur +mareyeurs +mareyeuse +mareyeuses +marcage +marcages +marcageuse +marcageuses +marcageux +marchal +marchalat +marchale +marchales +marchausse +marchausses +marchaux +mare +mares +marmoteur +marmoteurs +marmotrice +marmotrices +margarine +marge +margea +margeai +margeaient +margeais +margeait +margeant +margeas +margeasse +margeassent +margeasses +margeassiez +margeassions +margemes +marget +margetes +margelle +margelles +margent +margeons +marger +margera +margerai +margeraient +margerais +margerait +margeras +margerez +margeriez +margerions +margerons +margeront +marges +margeur +margeurs +margez +marg +marge +marges +margs +margrent +margiez +marginal +marginale +marginaux +margions +margoulin +margoulins +margrave +margraves +marguerite +marguerites +marguillier +marguilliers +mari +maria +mariable +mariables +mariage +mariages +mariai +mariaient +mariais +mariait +mariant +marias +mariasse +mariassent +mariasses +mariassiez +mariassions +marimes +marit +marites +marie +marient +marier +mariera +marierai +marieraient +marierais +marierait +marieras +marierez +marieriez +marierions +marierons +marieront +maries +marieur +marieurs +marieuse +marieuses +mariez +mari +marie +maries +maris +marirent +marigot +marigots +mariiez +mariions +marin +marina +marinade +marinades +marinai +marinaient +marinais +marinait +marinant +marinas +marinasse +marinassent +marinasses +marinassiez +marinassions +marinmes +marint +marintes +marine +marinent +mariner +marinera +marinerai +marineraient +marinerais +marinerait +marineras +marinerez +marineriez +marinerions +marinerons +marineront +marines +marinez +marin +marine +marines +marins +marinrent +marinier +mariniers +mariniez +marinire +marinires +marinions +marinons +marins +marionnette +marionnettes +marions +maris +marital +maritale +maritalement +maritales +maritaux +maritime +maritimes +marivauda +marivaudage +marivaudages +marivaudai +marivaudaient +marivaudais +marivaudait +marivaudant +marivaudas +marivaudasse +marivaudassent +marivaudasses +marivaudassiez +marivaudassions +marivaudmes +marivaudt +marivaudtes +marivaude +marivaudent +marivauder +marivaudera +marivauderai +marivauderaient +marivauderais +marivauderait +marivauderas +marivauderez +marivauderiez +marivauderions +marivauderons +marivauderont +marivaudes +marivaudez +marivaud +marivaude +marivaudes +marivauds +marivaudrent +marivaudiez +marivaudions +marivaudons +marjolaine +mark +marketing +marmaille +marmailles +marmelade +marmelades +marmite +marmites +marmite +marmites +marmiton +marmitons +marmonna +marmonnai +marmonnaient +marmonnais +marmonnait +marmonnant +marmonnas +marmonnasse +marmonnassent +marmonnasses +marmonnassiez +marmonnassions +marmonnmes +marmonnt +marmonntes +marmonne +marmonnent +marmonner +marmonnera +marmonnerai +marmonneraient +marmonnerais +marmonnerait +marmonneras +marmonnerez +marmonneriez +marmonnerions +marmonnerons +marmonneront +marmonnes +marmonnez +marmonn +marmonne +marmonnes +marmonns +marmonnrent +marmonniez +marmonnions +marmonnons +marmoren +marmorenne +marmorennes +marmorens +marmot +marmots +marmotta +marmottai +marmottaient +marmottais +marmottait +marmottant +marmottas +marmottasse +marmottassent +marmottasses +marmottassiez +marmottassions +marmottmes +marmottt +marmotttes +marmotte +marmottement +marmottements +marmottent +marmotter +marmottera +marmotterai +marmotteraient +marmotterais +marmotterait +marmotteras +marmotterez +marmotteriez +marmotterions +marmotterons +marmotteront +marmottes +marmotteur +marmotteurs +marmotteuse +marmotteuses +marmottez +marmott +marmotte +marmottes +marmotts +marmottrent +marmottiez +marmottions +marmottons +marmouset +marmousets +marna +marnage +marnages +marnai +marnaient +marnais +marnait +marnant +marnas +marnasse +marnassent +marnasses +marnassiez +marnassions +marnmes +marnt +marntes +marne +marnent +marner +marnera +marnerai +marneraient +marnerais +marnerait +marneras +marnerez +marneriez +marnerions +marnerons +marneront +marnes +marneuse +marneuses +marneux +marnez +marn +marne +marnes +marns +marnrent +marniez +marnions +marnons +maroc +marocain +marocaine +marocaines +marocains +maroilles +maronite +maronites +maroquin +maroquinerie +maroquineries +maroquinier +maroquiniers +maroquinire +maroquinires +maroquins +marotte +marottes +maroufla +marouflage +marouflages +marouflai +marouflaient +marouflais +marouflait +marouflant +marouflas +marouflasse +marouflassent +marouflasses +marouflassiez +marouflassions +marouflmes +marouflt +maroufltes +maroufle +marouflent +maroufler +marouflera +marouflerai +maroufleraient +marouflerais +marouflerait +maroufleras +marouflerez +maroufleriez +marouflerions +marouflerons +maroufleront +maroufles +marouflez +maroufl +maroufle +maroufles +maroufls +marouflrent +maroufliez +marouflions +marouflons +marqua +marquage +marquagea +marquages +marquai +marquaient +marquais +marquait +marquant +marquantes +marquants +marquas +marquasse +marquassent +marquasses +marquassiez +marquassions +marqumes +marqut +marqutes +marque +marquent +marquer +marquera +marquerai +marqueraient +marquerais +marquerait +marqueras +marquerez +marqueriez +marquerions +marquerons +marqueront +marques +marqueta +marquetai +marquetaient +marquetais +marquetait +marquetant +marquetas +marquetasse +marquetassent +marquetasses +marquetassiez +marquetassions +marquetmes +marquett +marquettes +marquete +marquetent +marqueter +marquetera +marqueterai +marqueteraient +marqueterais +marqueterait +marqueteras +marqueterez +marqueterie +marqueteries +marqueteriez +marqueterions +marqueterons +marqueteront +marquetes +marquetez +marquet +marquete +marquetes +marquets +marquetrent +marquetiez +marquetions +marquetons +marqueur +marqueurs +marqueuse +marqueuses +marquez +marqu +marque +marques +marqus +marqurent +marquiez +marquions +marquis +marquisat +marquise +marquises +marquoir +marquoirs +marquons +marra +marrai +marraient +marraine +marraines +marrais verbe +marrait +marrant +marrante +marrantes +marrants +marras +marrasse +marrassent +marrasses +marrassiez +marrassions +marrmes +marrt +marrtes +marre +marrent +marrer +marrera +marrerai +marreraient +marrerais +marrerait +marreras +marrerez +marreriez +marrerions +marrerons +marreront +marres +marrez +marr +marre +marres +marrs +marrrent +marri fach +marrie fach +marries fach +marriez rire +marrions rire +marris fach +marron +marronne +marronnes +marronnier +marronniers +marrons +mars +marseillais +marseillaise +marseillaises +marseille +marsouin +marsouins +marsupiaux +marteau +marteaux +martela +martelage +martelages +martelai +martelaient +martelais +martelait +martelant +martelas +martelasse +martelassent +martelasses +martelassiez +martelassions +martelmes +martelt +marteltes +marteler +martelez +martel +martele +marteles +martels +martelrent +marteliez +martelions +martelons +martle +martlement +martlements +martlent +martlera +martlerai +martleraient +martlerais +martlerait +martleras +martlerez +martleriez +martlerions +martlerons +martleront +martles +martial +martiale +martialement +martiales +martiaux +martien +martienne +martiennes +martiens +martin +martinet +martinets +martingale +martingales +martins +martre +martres +martyr +martyre +martyres +martyrisa +martyrisai +martyrisaient +martyrisais +martyrisait +martyrisant +martyrisas +martyrisasse +martyrisassent +martyrisasses +martyrisassiez +martyrisassions +martyrismes +martyrist +martyristes +martyrise +martyrisent +martyriser +martyrisera +martyriserai +martyriseraient +martyriserais +martyriserait +martyriseras +martyriserez +martyriseriez +martyriserions +martyriserons +martyriseront +martyrises +martyrisez +martyris +martyrise +martyrises +martyriss +martyrisrent +martyrisiez +martyrisions +martyrisons +martyrs +marx +marxisme +marxiste +marxistes +mas +mascarade +mascarades +mascaret +mascarets +mascaron +mascarons +mascotte +mascottes +masculin +masculine +masculines +masculinisa +masculinisai +masculinisaient +masculinisais +masculinisait +masculinisant +masculinisas +masculinisasse +masculinisassent +masculinisasses +masculinisassiez +masculinisassions +masculinismes +masculinist +masculinise +masculinisent +masculiniser +masculinisera +masculiniserai +masculiniseraient +masculiniserais +masculiniserait +masculiniseras +masculiniserez +masculiniseriez +masculiniserions +masculiniserons +masculiniseront +masculinises +masculinisez +masculinis +masculinise +masculinises +masculiniss +masculinisrent +masculinisiez +masculinisions +masculinisons +masculinit +masculinits +masculins +masochisme +masochiste +masochistes +masqua +masquai +masquaient +masquais +masquait +masquant +masquas +masquasse +masquassent +masquasses +masquassiez +masquassions +masqumes +masqut +masqutes +masque +masquent +masquer +masquera +masquerai +masqueraient +masquerais +masquerait +masqueras +masquerez +masqueriez +masquerions +masquerons +masqueront +masques +masquez +masqu +masque +masques +masqus +masqurent +masquiez +masquions +masquons +massa +massacra +massacrai +massacraient +massacrais +massacrait +massacrant +massacrante +massacrantes +massacrants +massacras +massacrasse +massacrassent +massacrasses +massacrassiez +massacrassions +massacrmes +massacrt +massacrtes +massacre +massacrent +massacrer +massacrera +massacrerai +massacreraient +massacrerais +massacrerait +massacreras +massacrerez +massacreriez +massacrerions +massacrerons +massacreront +massacres +massacrez +massacr +massacre +massacres +massacrs +massacrrent +massacriez +massacrions +massacrons +massage +massages +massai +massaient +massais +massait +massant +massas +massasse +massassent +massasses +massassiez +massassions +massmes +masst +masstes +masse +massent +massepain +massepains +masser +massera +masserai +masseraient +masserais +masserait +masseras +masserez +masseriez +masserions +masserons +masseront +masses +masseur +masseurs +masseuse +masseuses +massez +mass +masse +masses +masss +massrent +massicot +massicots +massier +massiers +massiez +massire +massires +massif +massifs +massions +massive +massivement +massives +massons +massue +massues +mastic +masticage +masticages +masticateur +masticateurs +mastication +mastications +masticatrice +masticatrices +mastics +mastiqua +mastiquai +mastiquaient +mastiquais +mastiquait +mastiquant +mastiquas +mastiquasse +mastiquassent +mastiquasses +mastiquassiez +mastiquassions +mastiqumes +mastiqut +mastiqutes +mastique +mastiquent +mastiquer +mastiquera +mastiquerai +mastiqueraient +mastiquerais +mastiquerait +mastiqueras +mastiquerez +mastiqueriez +mastiquerions +mastiquerons +mastiqueront +mastiques +mastiquez +mastiqu +mastique +mastiques +mastiqus +mastiqurent +mastiquiez +mastiquions +mastiquons +mastoc +mastocs +mastodonte +mastodontes +mastodien +mastodienne +mastodiennes +mastodiens +mastodite +mastoque +mastoques +mastroquet +mastroquets +masturba +masturbai +masturbaient +masturbais +masturbait +masturbant +masturbas +masturbasse +masturbassent +masturbasses +masturbassiez +masturbassions +masturbation +masturbations +masturbmes +masturbt +masturbtes +masturbe +masturbent +masturber +masturbera +masturberai +masturberaient +masturberais +masturberait +masturberas +masturberez +masturberiez +masturberions +masturberons +masturberont +masturbes +masturbez +masturb +masturbe +masturbes +masturbs +masturbrent +masturbiez +masturbions +masturbons +masure +masures +mat cheques ou non poli +mata +matador +matadors +matai +mataient +matais +matait +matamore +matamores +matant +matas +matasse +matassent +matasses +matassiez +matassions +matmes +matt +mattes +match +matches +matchs +mate +matelas +matelassa +matelassai +matelassaient +matelassais +matelassait +matelassant +matelassas +matelassasse +matelassassent +matelassasses +matelassassiez +matelassassions +matelassmes +matelasst +matelasstes +matelasse +matelassent +matelasser +matelassera +matelasserai +matelasseraient +matelasserais +matelasserait +matelasseras +matelasserez +matelasserier +matelasseriers +matelasseriez +matelasserire +matelasserires +matelasserions +matelasserons +matelasseront +matelasses +matelassez +matelass +matelasse +matelasses +matelasss +matelassrent +matelassiez +matelassions +matelassons +matelot +matelote +matelotes +matelots +matent +mater +matera +materai +materaient +materais +materait +materas +materez +materiez +materions +maternel +maternelle +maternellement +maternels +maternit +maternits +materons +materont +mates +matez +mat +mate +mates +matrialisa +matrialisai +matrialisaient +matrialisais +matrialisait +matrialisant +matrialisas +matrialisasse +matrialisassent +matrialisasses +matrialisassiez +matrialisassions +matrialisation +matrialisations +matrialismes +matrialist +matrialistes +matrialise +matrialisent +matrialiser +matrialisera +matrialiserai +matrialiseraient +matrialiserais +matrialiserait +matrialiseras +matrialiserez +matrialiseriez +matrialiserions +matrialiserons +matrialiseront +matrialises +matrialisez +matrialis +matrialise +matrialises +matrialiss +matrialisiez +matrialisions +matrialisme +matrialismes +matrialisons +matrialiste +matrialistes +matrialit +matrialits +matriau +matriaux +matriel +matrielle +matriellement +matrielles +matriels +mats +matrent +matheux +mathmaticien +mathmaticienne +mathmaticiennes +mathmaticiens +mathmatique +mathmatiquement +mathmatiques +matiez +matire +matires +matin jour +matinal +matinale +matinalement +matinales +matinals +matinaux +matines +matine temps +matines temps +matins jour +mations +matois +matoise +matoises +matons +matou +matous +matraquage +matraquages +matraque +matraques +matrice +matrices +matricielle +matricielles +matricule +matricules +matrimonial +matrimoniale +matrimonialement +matrimoniales +matrimoniaux +matrone +matrones +mats non poli +matte +maturation +maturations +maturit +maturits +maudir +maudira +maudirai +maudiraient +maudirais +maudirait +maudiras +maudire +maudirent +maudirez +maudiriez +maudirions +maudirons +maudiront +maudis +maudissaient +maudissais +maudissait +maudissant +maudisse +maudissent +maudisses +maudissez +maudissiez +maudissions +maudissons +maudit +maudite +maudites +maudits +maudmes +maudt +maudtes +maugra +maugrai +maugraient +maugrais +maugrait +maugrant +maugras +maugrasse +maugrassent +maugrasses +maugrassiez +maugrassions +maugrmes +maugrt +maugrtes +maugre +maugrent +maugrer +maugrera +maugrerai +maugreraient +maugrerais +maugrerait +maugreras +maugrerez +maugreriez +maugrerions +maugrerons +maugreront +maugres +maugrez +maugr +maugre +maugres +maugrs +maugrrent +maugriez +maugrions +maugrons +maure +maures +mauresque +mauresques +mauritanie +mausole +mausoles +maussade +maussadement +maussades +mauvais +mauvaise +mauvaises +mauve +mauves +mauviette +mauviettes +maux +maxi +maxillaire +maxillaires +maximal +maximale +maximales +maximaux +maxime +maximes +maximum +maximums +mayonnaise +mayonnaises +mazagran +mazagrans +mazdisme +mazette +mazout +mazouts +mazurka +mazurkas +mcha +mchai +mchaient +mchais +mchait +mchant +mchas +mchasse +mchassent +mchasses +mchassiez +mchassions +mchmes +mcht +mchtes +mche +mchefer +mchefers +mchent +mcher +mchera +mcherai +mcheraient +mcherais +mcherait +mcheras +mcherez +mcheriez +mcherions +mcherons +mcheront +mches +mchez +mch +mche +mches +mchs +mchrent +mchicoulis +mchiez +mchions +mchoire +mchoires +mchonna +mchonnai +mchonnaient +mchonnais +mchonnait +mchonnant +mchonnas +mchonnasse +mchonnassent +mchonnasses +mchonnassiez +mchonnassions +mchonnmes +mchonnt +mchonntes +mchonne +mchonnement +mchonnements +mchonnent +mchonner +mchonnera +mchonnerai +mchonneraient +mchonnerais +mchonnerait +mchonneras +mchonnerez +mchonneriez +mchonnerions +mchonnerons +mchonneront +mchonnes +mchonnez +mchonn +mchonne +mchonnes +mchonns +mchonnrent +mchonniez +mchonnions +mchonnons +mchons +mchure +mchures +mle +mles +mnes +mt +mta +mtai +mtaient +mtais +mtait +mtant +mtas +mtasse +mtassent +mtasses +mtassiez +mtassions +mtmes +mtt +mttes +mte +mtent +mter +mtera +mterai +mteraient +mterais +mterait +mteras +mterez +mteriez +mterions +mterons +mteront +mtes +mtez +mt +mte +mtes +mts +mtrent +mtiez +mtin +mtin +mtine +mtines +mtins +mtins +mtions +mtons +mts +mture +mtures +me +mea +mec +mecs +mecum +meeting +meetings +meilleur +meilleure +meilleures +meilleurs +melon +melons +membrane +membranes +membraneuse +membraneuses +membraneux +membre +membres +membrure +membrures +mena +menace +menacent +menacer +menacera +menacerai +menaceraient +menacerais +menacerait +menaceras +menacerez +menaceriez +menacerions +menacerons +menaceront +menaces +menacez +menac +menace +menaces +menacs +menacrent +menaciez +menacions +menaa +menaai +menaaient +menaais +menaait +menaant +menaas +menaasse +menaassent +menaasses +menaassiez +menaassions +menames +menat +menates +menaons +menai +menaient +menais +menait +menant +menas +menasse +menassent +menasses +menassiez +menassions +menmes +ment +mentes +mendia +mendiai +mendiaient +mendiais +mendiait +mendiant +mendiante +mendiantes +mendiants +mendias +mendiasse +mendiassent +mendiasses +mendiassiez +mendiassions +mendimes +mendit +mendites +mendicit +mendicits +mendie +mendient +mendier +mendiera +mendierai +mendieraient +mendierais +mendierait +mendieras +mendierez +mendieriez +mendierions +mendierons +mendieront +mendies +mendiez +mendi +mendie +mendies +mendis +mendirent +mendiiez +mendiions +mendions +meneau +meneaux +mener +meneur +meneurs +meneuse +meneuses +menez +men +mene +menes +mens +menrent +menhir +menhirs +meniez +menions +menons +menottes +mensonge +mensonger +mensongers +mensonges +mensongre +mensongrement +mensongres +menstruation +menstruations +menstruel +menstruelle +menstruelles +menstruels +menstrues +mensualit +mensualits +mensuel +mensuelle +mensuellement +mensuelles +mensuels +mensuration +mensurations +ment +mental +mentale +mentalement +mentales +mentalit +mentalits +mentaux +menterie +menteries +menteur +menteurs +menteuse +menteuses +mentez +menthe +menthol +menthol +menthole +mentholes +menthols +menti +mentie +menties +mention +mentionna +mentionnai +mentionnaient +mentionnais +mentionnait +mentionnant +mentionnas +mentionnasse +mentionnassent +mentionnasses +mentionnassiez +mentionnassions +mentionnmes +mentionnt +mentionntes +mentionne +mentionnent +mentionner +mentionnera +mentionnerai +mentionneraient +mentionnerais +mentionnerait +mentionneras +mentionnerez +mentionneriez +mentionnerions +mentionnerons +mentionneront +mentionnes +mentionnez +mentionn +mentionne +mentionnes +mentionns +mentionnrent +mentionniez +mentionnions +mentionnons +mentions +mentir +mentira +mentirai +mentiraient +mentirais +mentirait +mentiras +mentirent +mentirez +mentiriez +mentirions +mentirons +mentiront +mentis +mentissaient +mentissais +mentissait +mentissant +mentisse +mentisses +mentissez +mentissiez +mentissions +mentissons +mentit +mentmes +mentt +menttes +menton +mentonnet +mentonnets +mentonnire +mentonnires +mentons +mentor +mentors +menu +menue +menues +menuet +menuets +menuiserie +menuiseries +menuisier +menuisiers +menus +mer +mercanti +mercantile +mercantiles +mercantilisme +mercantis +mercenaire +mercenaires +mercerie +merceries +merci +mercier +merciers +mercire +mercires +mercis +mercredi +mercredis +mercure +mercuriale nom +mercuriales nom +mercuriel +mercurielle +mercurielles +mercuriels +merde +merdes +meringue +meringues +merisier +merisiers +merlan +merlans +merle +merles +merlin +merlins +merluche +merluches +mers +merveille +merveilles +merveilleuse +merveilleusement +merveilleuses +merveilleux +mes +mescaline +mesdames +mesdemoiselles +mesquin +mesquine +mesquinement +mesquinerie +mesquineries +mesquines +mesquins +mess militaire +message +messager +messagerie +messageries +messagers +messages +messagre +messagres +messe +messeigneurs +messes +messianique +messianiques +messianisme +messidor +messie +messies +messieurs +mesura +mesurable +mesurables +mesurai +mesuraient +mesurais +mesurait +mesurant +mesuras +mesurasse +mesurassent +mesurasses +mesurassiez +mesurassions +mesurmes +mesurt +mesurtes +mesure +mesurent +mesurer +mesurera +mesurerai +mesureraient +mesurerais +mesurerait +mesureras +mesurerez +mesureriez +mesurerions +mesurerons +mesureront +mesures +mesurez +mesur +mesure +mesures +mesurs +mesurrent +mesuriez +mesurions +mesurons +met +mets +mettable +mettables +mettaient +mettais +mettait +mettant +mette +mettent +mettes +metteur +metteurs +mettez +mettiez +mettions +mettons +mettra +mettrai +mettraient +mettrais +mettrait +mettras +mettre +mettrez +mettriez +mettrions +mettrons +mettront +meubla +meublai +meublaient +meublais +meublait +meublant +meublas +meublasse +meublassent +meublasses +meublassiez +meublassions +meublmes +meublt +meubltes +meuble +meublent +meubler +meublera +meublerai +meubleraient +meublerais +meublerait +meubleras +meublerez +meubleriez +meublerions +meublerons +meubleront +meubles +meublez +meubl +meuble +meubles +meubls +meublrent +meubliez +meublions +meublons +meugla +meuglai +meuglaient +meuglais +meuglait +meuglant +meuglas +meuglassse +meuglasssent +meuglassses +meuglasssiez +meuglasssions +meuglmes +meuglt +meugltes +meugle +meuglement +meuglements +meuglent +meugler +meuglera +meuglerai +meugleraient +meuglerais +meuglerait +meugleras +meuglerez +meugleriez +meuglerions +meuglerons +meugleront +meugles +meuglez +meugl +meugle +meugles +meugls +meuglrent +meugliez +meuglions +meuglons +meule +meules +meulire +meunerie +meuneries +meunier +meuniers +meunire +meunires +meure +meurent +meures +meurs +meurt +meurtre +meurtres +meurtri +meurtrie +meurtrier +meurtriers +meurtries +meurtrire +meurtrires +meurtrir +meurtrira +meurtrirai +meurtriraient +meurtrirais +meurtrirait +meurtriras +meurtrirent +meurtrirez +meurtririez +meurtririons +meurtrirons +meurtriront +meurtris +meurtrissaient +meurtrissais +meurtrissait +meurtrissant +meurtrisse +meurtrissent +meurtrisses +meurtrissez +meurtrissiez +meurtrissions +meurtrissons +meurtrissont +meurtrissure +meurtrissures +meurtrit +meurtrmes +meurtrt +meurtrtes +meus +meut +meute +meutes +meuvaient +meuvais +meuvait +meuve +meuvent +meuves +mexicain +mexicaine +mexicaines +mexicains +mexique +mezzanine +mezzanines +mandre +mandres +mat +mats +mcanicien +mcanicienne +mcaniciennes +mcaniciens +mcanique +mcaniquement +mcaniques +mcanisa +mcanisai +mcanisaient +mcanisais +mcanisait +mcanisant +mcanisas +mcanisasse +mcanisassent +mcanisasses +mcanisassiez +mcanisassions +mcanisation +mcanisations +mcanismes +mcanist +mcanistes +mcanise +mcanisent +mcaniser +mcanisera +mcaniserai +mcaniseraient +mcaniserais +mcaniserait +mcaniseras +mcaniserez +mcaniseriez +mcaniserions +mcaniserons +mcaniseront +mcanises +mcanisez +mcanis +mcanise +mcanises +mcaniss +mcanisrent +mcanisiez +mcanisions +mcanisme +mcanismes +mcanisons +mcanographie +mcanothrapie +mcanothrapies +mcnat +mcnats +mcne +mcnes +mchamment +mchancet +mchancets +mchant +mchante +mchantes +mchants +mchoui +mcompte +mcomptes +mconnais +mconnaisaient +mconnaisais +mconnaisait +mconnaisant +mconnaissable +mconnaissables +mconnaissance +mconnaissances +mconnaisse +mconnaissent +mconnaisses +mconnaissez +mconnaissiez +mconnaissions +mconnaissons +mconnat +mconnatra +mconnatrai +mconnatraient +mconnatrais +mconnatrait +mconnatras +mconnatre +mconnatrez +mconnatriez +mconnatrions +mconnatrons +mconnatront +mconnu +mconnue +mconnues +mconnurent +mconnus +mconnusse +mconnussent +mconnusses +mconnussiez +mconnussions +mconnut +mconnmes +mconnt +mconntes +mcontent +mcontenta +mcontentai +mcontentaient +mcontentais +mcontentait +mcontentant +mcontentas +mcontentasse +mcontentassent +mcontentasses +mcontentassiez +mcontentassions +mcontentmes +mcontentt +mcontenttes +mcontente +mcontentement +mcontentements +mcontentent +mcontenter +mcontentera +mcontenterai +mcontenteraient +mcontenterais +mcontenterait +mcontenteras +mcontenterez +mcontenteriez +mcontenterions +mcontenterons +mcontenteront +mcontentes +mcontentez +mcontent +mcontente +mcontentes +mcontents +mcontentrent +mcontentiez +mcontentions +mcontentons +mcontents +mcrant +mcrante +mcrantes +mcrants +mdaille +mdailles +mdaill +mdaille +mdailles +mdaills +mdaillier +mdailliers +mdaillon +mdaillons +mdecin +mdecine +mdecines +mdecins +mdia +mdian +mdiane +mdianes +mdians +mdias +mdiat +mdiate +mdiates +mdiateur +mdiateurs +mdiation +mdiations +mdiatique +mdiatrice +mdiatrices +mdiats +mdical +mdicale +mdicalement +mdicales +mdicament +mdicamenteuse +mdicamenteuses +mdicamenteux +mdicaments +mdication +mdications +mdicaux +mdicinal +mdicinale +mdicinales +mdicinaux +mdico +mdival +mdivale +mdivales +mdivaux +mdiviste +mdivistes +mdiocre +mdiocrement +mdiocres +mdiocrit +mdiocrits +mdira +mdirai +mdiraient +mdirais +mdirait +mdiras +mdire +mdirent +mdirez +mdiriez +mdirions +mdirons +mdiront +mdis +mdisaient +mdisais +mdisait +mdisance +mdisances +mdisant +mdisante +mdisantes +mdisants +mdise +mdisent +mdises +mdisez +mdisiez +mdisions +mdisons +mdisse +mdissent +mdisses +mdissiez +mdissions +mdit +mdita +mditai +mditaient +mditais +mditait +mditant +mditas +mditasse +mditassent +mditasses +mditassiez +mditassions +mditatif +mditatifs +mditation +mditations +mditative +mditatives +mditmes +mditt +mdittes +mdite +mditent +mditer +mditera +mditerai +mditeraient +mditerais +mditerait +mditeras +mditerez +mditeriez +mditerions +mditerons +mditeront +mditerrane +mditerranen +mditerranenne +mditerranennes +mditerranens +mdites +mditez +mdit +mdite +mdites +mdits +mditrent +mditiez +mditions +mditons +mdits +mdium +mdiums +mdius +mdmes +mdt +mdtes +mdoc +mdullaire +mdullaires +mdusa +mdusai +mdusaient +mdusais +mdusait +mdusant +mdusas +mdusasse +mdusassent +mdusasses +mdusassiez +mdusassions +mdusmes +mdust +mdustes +mduse +mdusent +mduser +mdusera +mduserai +mduseraient +mduserais +mduserait +mduseras +mduserez +mduseriez +mduserions +mduserons +mduseront +mduses +mdusez +mdus +mduse +mduses +mduss +mdusrent +mdusiez +mdusions +mdusons +mfait +mfaits +mfia +mfiai +mfiaient +mfiais +mfiait +mfiance +mfiances +mfiant +mfiante +mfiantes +mfiants +mfias +mfiasse +mfiassent +mfiasses +mfiassiez +mfiassions +mfimes +mfit +mfites +mfie +mfient +mfier +mfiera +mfierai +mfieraient +mfierais +mfierait +mfieras +mfierez +mfieriez +mfierions +mfierons +mfieront +mfies +mfiez +mfi +mfie +mfies +mfis +mfirent +mfiiez +mfiions +mfions +mgalithique +mgalithiques +mgalomane +mgalomanes +mgalomanie +mgalomanies +mgaphone +mgaphones +mgarde +mgatonne +mgatonnes +mgawatt +mgawatts +mgre +mgres +mgisserie +mgissier +mgissiers +mgot +mgots +mhara +mhari +mharis +mjuge +mjugea +mjugeai +mjugeaient +mjugeais +mjugeait +mjugeant +mjugeas +mjugeasse +mjugeassent +mjugeasses +mjugeassiez +mjugeassions +mjugemes +mjuget +mjugetes +mjugent +mjugeons +mjuger +mjugera +mjugerai +mjugeraient +mjugerais +mjugerait +mjugeras +mjugerez +mjugeriez +mjugerions +mjugerons +mjugeront +mjuges +mjugez +mjug +mjuge +mjuges +mjugs +mjugrent +mjugiez +mjugions +mlancolie +mlancolique +mlancoliquement +mlancoliques +mlange +mlangea +mlangeai +mlangeaient +mlangeais +mlangeait +mlangeant +mlangeas +mlangeasse +mlangeassent +mlangeasses +mlangeassiez +mlangeassions +mlangemes +mlanget +mlangetes +mlangent +mlangeons +mlanger +mlangera +mlangerai +mlangeraient +mlangerais +mlangerait +mlangeras +mlangerez +mlangeriez +mlangerions +mlangerons +mlangeront +mlanges +mlangeur +mlangeurs +mlangez +mlang +mlange +mlanges +mlangs +mlangrent +mlangiez +mlangions +mler +mlze +mlzes +mli +mliez +mlinite +mlions +mlisse +mlisses +mlo +mlodie +mlodies +mlodieuse +mlodieusement +mlodieuses +mlodieux +mlodique +mlodiques +mlodramatique +mlodramatiques +mlodrame +mlodrames +mlomane +mlomanes +mlope +mlopes +mmento +mmentos +mm +mms +mmre +mmres +mmoire +mmoires +mmorable +mmorablement +mmorables +mmorandum +mmorandums +mmorial +mmorialiste +mmorialistes +mmoriaux +mmorisa +mmorisai +mmorisaient +mmorisais +mmorisait +mmorisant +mmorisas +mmorisasse +mmorisassent +mmorisasses +mmorisassiez +mmorisassions +mmorismes +mmorist +mmoristes +mmorise +mmorisent +mmoriser +mmorisera +mmoriserai +mmoriseraient +mmoriserais +mmoriserait +mmoriseras +mmoriserez +mmoriseriez +mmoriserions +mmoriserons +mmoriseront +mmorises +mmorisez +mmoris +mmorise +mmorises +mmoriss +mmorisrent +mmorisiez +mmorisions +mmorisons +mnage +mnagea +mnageai +mnageaient +mnageais +mnageait +mnageant +mnageas +mnageasse +mnageassent +mnageasses +mnageassiez +mnageassions +mnagemes +mnaget +mnagetes +mnagement +mnagements +mnagent +mnageons +mnager +mnagera +mnagerai +mnageraient +mnagerais +mnagerait +mnageras +mnagerez +mnagerie +mnageries +mnageriez +mnagerions +mnagerons +mnageront +mnagers +mnages +mnagez +mnag +mnage +mnages +mnags +mnagre +mnagrent +mnagres +mnagiez +mnagions +mnestrel +mnestrels +mntrier +mntriers +mninge +mninges +mning +mninge +mninges +mnings +mningite +mnisque +mnisques +mnopause +mnopauses +mphitique +mphitiques +mplat +mplats +mprenaient +mprenais +mprenait +mprenant +mprend +mprendra +mprendrai +mprendraient +mprendrais +mprendrait +mprendras +mprendre +mprendrez +mprendriez +mprendrions +mprendrons +mprendront +mprends +mprenez +mpreniez +mprenions +mprenne +mprennent +mprennes +mprenons +mprirent +mpris +mprisa +mprisable +mprisables +mprisai +mprisaient +mprisais +mprisait +mprisant +mprisante +mprisantes +mprisants +mprisas +mprisasse +mprisassent +mprisasses +mprisassiez +mprisassions +mprismes +mprist +mpristes +mprise +mprisent +mpriser +mprisera +mpriserai +mpriseraient +mpriserais +mpriserait +mpriseras +mpriserez +mpriseriez +mpriserions +mpriserons +mpriseront +mprises +mprisez +mpris +mprise +mprises +mpriss +mprisrent +mprisiez +mprisions +mprisons +mprisse +mprissent +mprisses +mprissiez +mprissions +mprit +mprmes +mprt +mprtes +mridien +mridiens +mridional +mridionale +mridionales +mridionaux +mrinos +mrisier +mrisiers +mrita +mritai +mritaient +mritais +mritait +mritant +mritante +mritantes +mritants +mritas +mritasse +mritassent +mritasses +mritassiez +mritassions +mritmes +mritt +mrittes +mrite +mritent +mriter +mritera +mriterai +mriteraient +mriterais +mriterait +mriteras +mriterez +mriteriez +mriterions +mriterons +mriteront +mrites +mritez +mrit +mrite +mrites +mrits +mritrent +mritiez +mritions +mritoire +mritoirement +mritoires +mritons +mrovingien +mrovingienne +mrovingiennes +mrovingiens +msallia +msalliai +msalliaient +msalliais +msalliait +msalliance +msalliances +msalliant +msallias +msalliasse +msalliassent +msalliasses +msalliassiez +msalliassions +msallimes +msallit +msallites +msallie +msallient +msallier +msalliera +msallierai +msallieraient +msallierais +msallierait +msallieras +msallierez +msallieriez +msallierions +msallierons +msallieront +msallies +msalliez +msalli +msallie +msallies +msallis +msallirent +msalliiez +msalliions +msallions +msange +msanges +msaventure +msaventures +msentente +msententes +msestima +msestimai +msestimaient +msestimais +msestimait +msestimant +msestimas +msestimasse +msestimassent +msestimasses +msestimassiez +msestimassions +msestimmes +msestimt +msestimtes +msestime +msestiment +msestimer +msestimera +msestimerai +msestimeraient +msestimerais +msestimerait +msestimeras +msestimerez +msestimeriez +msestimerions +msestimerons +msestimeront +msestimes +msestimez +msestim +msestime +msestimes +msestims +msestimrent +msestimiez +msestimions +msestimons +msintelligence +msintelligences +msolithique +msolithiques +mtabolis +mtabolise +mtabolises +mtaboliss +mtabolisme +mtacarpe +mtacarpes +mtacarpien +mtacarpiene +mtacarpienes +mtacarpiens +mtairie +mtairies +mtal +mtalifre +mtalifres +mtallique +mtalliques +mtallisa +mtallisai +mtallisaient +mtallisais +mtallisait +mtallisant +mtallisas +mtallisasse +mtallisassent +mtallisasses +mtallisassiez +mtallisassions +mtallisation +mtallisations +mtallismes +mtallist +mtallistes +mtallise +mtallisent +mtalliser +mtallisera +mtalliserai +mtalliseraient +mtalliserais +mtalliserait +mtalliseras +mtalliserez +mtalliseriez +mtalliserions +mtalliserons +mtalliseront +mtallises +mtallisez +mtallis +mtallise +mtallises +mtalliss +mtallisrent +mtallisiez +mtallisions +mtallisons +mtallo +mtallographie +mtallode +mtallodes +mtallos +mtallurgie +mtallurgique +mtallurgiques +mtallurgiste +mtallurgistes +mtamorphique +mtamorphiques +mtamorphisme +mtamorphosa +mtamorphosai +mtamorphosaient +mtamorphosais +mtamorphosait +mtamorphosant +mtamorphosas +mtamorphosasse +mtamorphosassent +mtamorphosasses +mtamorphosassiez +mtamorphosassions +mtamorphosmes +mtamorphost +mtamorphostes +mtamorphose +mtamorphosent +mtamorphoser +mtamorphosera +mtamorphoserai +mtamorphoseraient +mtamorphoserais +mtamorphoserait +mtamorphoseras +mtamorphoserez +mtamorphoseriez +mtamorphoserions +mtamorphoserons +mtamorphoseront +mtamorphoses +mtamorphosez +mtamorphos +mtamorphose +mtamorphoses +mtamorphoss +mtamorphosrent +mtamorphosiez +mtamorphosions +mtamorphosons +mtaphore +mtaphores +mtaphorique +mtaphoriquement +mtaphoriques +mtapsychique +mtapsychiquement +mtapsychiques +mtastase +mtastases +mtatarse +mtatarses +mtathse +mtathses +mtaux +mtayage +mtayages +mtayer +mtayers +mtayre +mtayres +mtempsycose +mtempsycoses +mtore +mtores +mtorisme +mtorismes +mtorite +mtorites +mtorologie +mtorologique +mtorologiques +mtorologiste +mtorologistes +mtorologue +mtorologues +mtque +mtques +mthane +mthanol +mthode +mthodes +mthodique +mthodiquement +mthodiques +mthodisme +mthodiste +mthodistes +mthodologie +mthyle +mthylne +mthylique +mthyliques +mticuleuse +mticuleusement +mticuleuses +mticuleux +mtier +mtiers +mtis +mtissa +mtissage +mtissages +mtissai +mtissaient +mtissais +mtissait +mtissant +mtissas +mtissasse +mtissassent +mtissasses +mtissassiez +mtissassions +mtissmes +mtisst +mtisstes +mtisse +mtissent +mtisser +mtissera +mtisserai +mtisseraient +mtisserais +mtisserait +mtisseras +mtisserez +mtisseriez +mtisserions +mtisserons +mtisseront +mtisses +mtissez +mtiss +mtisse +mtisses +mtisss +mtissrent +mtissiez +mtissions +mtissons +mtonymie +mtra +mtrage +mtrages +mtrai +mtrais +mtrait +mtrant +mtras +mtrasse +mtrassent +mtrasses +mtrassiez +mtrassions +mtrmes +mtrt +mtrtes +mtrer +mtrera +mtrerai +mtreraient +mtrerais +mtrerait +mtreras +mtrerez +mtreriez +mtrerions +mtrerons +mtreront +mtreur +mtreurs +mtrez +mtr +mtre +mtres +mtrs +mtrrent +mtriez +mtrions +mtrique +mtriques +mtro +mtrologie +mtromanie +mtromone +mtromones +mtrons +mtropole +mtropoles +mtropolitain +mtropolitaine +mtropolitaines +mtropolitains +mtropolite +mtropolites +mtros +mvente +mventes +mche +mches +mle +mlent +mles +mne +mnent +mnera +mnerai +mneraient +mnerais +mnerait +mneras +mnerez +mneriez +mnerions +mnerons +mneront +mnes +mre +mres +mtre +mtrent +mtres +mche +mla +mlai +mlaient +mlais +mlait +mlant +mlas +mlasse +mlassent +mlasses +mlassiez +mlassions +mlmes +mlt +mltes +mle +mlent +mler +mlera +mlerai +mleraient +mlerais +mlerait +mleras +mlerez +mleriez +mlerions +mlerons +mleront +mles +mlez +ml +mle +mles +mls +mlrent +mliez +mlions +mlons +mme +mmes +mner +mg +mhz +mi +miaou +miaous +miasme +miasmes +miaula +miaulaient +miaulait +miaulant +miaulassent +miault +miaule +miaulement +miaulements +miaulent +miauler +miaulera +miauleraient +miaulerait +miauleront +miaul +miaule +miaules +miauls +miaulrent +mica +micaschiste +miche +micheline +michelines +miches +micmac +micmacs +micocoulier +micocouliers +micro +microbe +microbes +microbien +microbienne +microbiennes +microbiens +microbiologie +microcristalline +microcristallines +microfiche +microfiches +microfilm +microfilms +micromtrie +micron +microns +microphone +microphones +microphotographie +microprocesseur +microprocesseurs +micros +microscope +microscopes +microscopique +microscopiques +microseconde +microsecondes +microsillon +microsillons +midi +midinette +midinettes +mie +miel +mielleuse +mielleusement +mielleuses +mielleux +miels +mien +mienne +miennes +miens +mies +miette +miettes +mieux +mivre +mivrement +mivrerie +mivreries +mivres +mignard +mignarda +mignardai +mignardaient +mignardais +mignardait +mignardant +mignardas +mignardasse +mignardassent +mignardasses +mignardassiez +mignardassions +mignardmes +mignardt +mignardtes +mignarde +mignardent +mignarder +mignarderai +mignarderaient +mignarderais +mignarderait +mignarderas +mignarderez +mignarderiez +mignarderions +mignarderons +mignarderont +mignardes +mignardez +mignard +mignarde +mignardes +mignards +mignardrent +mignardiez +mignardions +mignardise +mignardises +mignardons +mignards +mignon +mignonne +mignonnes +mignons +migraine +migraines +migraineuse +migraineuses +migraineux +migrant +migrante +migrantes +migrants +migrateur +migrateurs +migration +migrations +migratoire +migratoires +migratrice +migratrices +mihrab +mihrabs +mijaure +mijaures +mijota +mijotai +mijotaient +mijotais +mijotait +mijotant +mijotas +mijotasse +mijotassent +mijotasses +mijotassiez +mijotassions +mijotmes +mijott +mijottes +mijote +mijotent +mijoter +mijotera +mijoterai +mijoteraient +mijoterais +mijoterait +mijoteras +mijoterez +mijoteriez +mijoterions +mijoterons +mijoteront +mijotes +mijotez +mijot +mijote +mijotes +mijots +mijotrent +mijotiez +mijotions +mijotons +mikado +mikados +mil +milan +milanais +milanaise +milanaises +milans +mildiou +mile +miles +milice +milices +milicien +miliciens +milieu +milieux +milita +militai +militaient +militaire +militairement +militaires +militais +militait +militant +militante +militantes +militantisme +militants +militari +militarisa +militarisai +militarisaient +militarisais +militarisait +militarisant +militarisas +militarisasse +militarisassent +militarisasses +militarisassiez +militarisassions +militarisation +militarisations +militarismes +militarist +militaristes +militarise +militarisent +militariser +militarisera +militariserai +militariseraient +militariserais +militariserait +militariseras +militariserez +militariseriez +militariserions +militariserons +militariseront +militarises +militarisez +militaris +militarise +militarises +militariss +militarisrent +militarisiez +militarisions +militarisme +militarisons +militariste +militaristes +militas +militasse +militassent +militasses +militassiez +militassions +militmes +militt +milittes +milite +militent +militer +militera +militerai +militeraient +militerais +militerait +militeras +militerez +militeriez +militerions +militerons +militeront +milites +militez +milit +milite +milites +milits +militrent +militiez +militions +militons +mille +milles +millet +millnaire +millnaires +millsime +millsimes +milli +milliard +milliardaire +milliardaires +milliards +millibar +millibars +millier +milliers +millime +millimes +milligramme +milligrammes +millilitre +millilitres +millimtre +millimtres +million +millionime +millionimes +millionnaire +millionnaires +millions +milliseconde +millisecondes +milord +mima +mimai +mimaient +mimais +mimait +mimant +mimas +mimasse +mimassent +mimasses +mimassiez +mimassions +mimmes +mimt +mimtes +mime +miment +mimer +mimera +mimerai +mimeraient +mimerais +mimerait +mimeras +mimerez +mimeriez +mimerions +mimerons +mimeront +mimes +mimez +mim +mime +mimes +mims +mimtisme +mimrent +mimiez +mimions +mimique +mimiques +mimodrame +mimodrames +mimons +mimosa +mimosas +mina +minable +minablement +minables +minai +minaient +minais +minait +minant +minaret +minarets +minas +minasse +minassent +minasses +minassiez +minassions +minauda +minaudai +minaudaient +minaudais +minaudait +minaudant +minaudas +minaudasse +minaudassent +minaudasses +minaudassiez +minaudassions +minaudmes +minaudt +minaudtes +minaude +minaudent +minauder +minaudera +minauderai +minauderaient +minauderais +minauderait +minauderas +minauderez +minauderie +minauderier +minauderiers +minauderies +minauderiez +minauderire +minauderires +minauderions +minauderons +minauderont +minaudes +minaudez +minaud +minaude +minaudes +minauds +minaudrent +minaudier +minaudiers +minaudiez +minaudire +minaudires +minaudions +minaudons +minmes +mint +mintes +mince +minces +minceur +minceurs +minceuse +minceuses +mine +minent +miner +minera +minerai +mineraient +minerais +minerait +mineras +minerez +mineriez +minerions +minerons +mineront +mines +minet +minets +minette +minettes +mineur +mineure +mineures +mineurs +minez +min +mine +mines +minral +minrale +minrales +minralisa +minralisai +minralisaient +minralisais +minralisait +minralisant +minralisas +minralisasse +minralisassent +minralisasses +minralisassiez +minralisassions +minralisation +minralisations +minralismes +minralist +minralistes +minralise +minralisent +minraliser +minralisera +minraliserai +minraliseraient +minraliserais +minraliserait +minraliseras +minraliserez +minraliseriez +minraliserions +minraliserons +minraliseront +minralises +minralisez +minralis +minralise +minralises +minraliss +minralisrent +minralisiez +minralisions +minralisons +minralogie +minralogique +minralogiques +minralogiste +minralogistes +minraux +mins +minrent +mini +miniature +miniatures +miniaturisa +miniaturisai +miniaturisaient +miniaturisais +miniaturisait +miniaturisant +miniaturisas +miniaturisasse +miniaturisassent +miniaturisasses +miniaturisassiez +miniaturisassions +miniaturismes +miniaturist +miniaturistes +miniaturise +miniaturisent +miniaturiser +miniaturisera +miniaturiserai +miniaturiseraient +miniaturiserais +miniaturiserait +miniaturiseras +miniaturiserez +miniaturiseriez +miniaturiserions +miniaturiserons +miniaturiseront +miniaturises +miniaturisez +miniaturis +miniaturise +miniaturises +miniaturiss +miniaturisrent +miniaturisiez +miniaturisions +miniaturisons +miniaturiste +miniaturistes +minier +miniers +miniez +minire +minires +minijupe +minijupes +minima +minimal +minimale +minimales +minimaux +minime +minimes +minimisa +minimisai +minimisaient +minimisais +minimisait +minimisant +minimisas +minimisasse +minimisassent +minimisasses +minimisassiez +minimisassions +minimismes +minimist +minimistes +minimise +minimisent +minimiser +minimisera +minimiserai +minimiseraient +minimiserais +minimiserait +minimiseras +minimiserez +minimiseriez +minimiserions +minimiserons +minimiseront +minimises +minimisez +minimis +minimise +minimises +minimiss +minimisrent +minimisiez +minimisions +minimisons +minimum +minimums +minions +ministriel +ministrielle +ministriellement +ministrielles +ministriels +ministre +ministres +ministre +ministres +minitel +minitels +minium +minois +minons +minoritaire +minoritaires +minorit +minorits +minoterie +minoteries +minotier +minotiers +minuit +minuits +minus habens +minuscule +minuscules +minuta +minutai +minutaient +minutais +minutait +minutant +minutas +minutasse +minutassent +minutasses +minutassiez +minutassions +minutmes +minutt +minuttes +minute +minutent +minuter +minutera +minuterai +minuteraient +minuterais +minuterait +minuteras +minuterez +minuterie +minuteries +minuteriez +minuterions +minuterons +minuteront +minutes +minutez +minut +minute +minutes +minuts +minutrent +minutie +minuties +minutieuse +minutieusement +minutieuses +minutieux +minutiez +minutions +minutons +mioche +mioches +mira +mirabelle +mirabelles +miracle +miracles +miraculeuse +miraculeusement +miraculeuses +miraculeux +miracul +miracule +miracules +miraculs +mirador +miradors +mirage +mirages +mirai +miraient +mirais +mirait +mirant +miras +mirasse +mirassent +mirasses +mirassiez +mirassions +mirmes +mirt +mirtes +mire +mirent +mirer +mirera +mirerai +mireraient +mirerais +mirerait +mireras +mirerez +mireriez +mirerions +mirerons +mireront +mires +mirez +mir +mire +mires +mirs +mirrent +miriez +mirifique +mirifiquement +mirifiques +mirions +mirliton +mirlitons +mirobolant +mirobolante +mirobolantes +mirobolants +miroir +miroirs +miroita +miroitai +miroitaient +miroitais +miroitait +miroitant +miroitante +miroitantes +miroitants +miroitas +miroitasse +miroitassent +miroitasses +miroitassiez +miroitassions +miroitmes +miroitt +miroittes +miroite +miroitement +miroitements +miroitent +miroiter +miroitera +miroiterai +miroiteraient +miroiterais +miroiterait +miroiteras +miroiterez +miroiterie +miroiteries +miroiteriez +miroiterions +miroiterons +miroiteront +miroites +miroitez +miroit +miroite +miroites +miroits +miroitrent +miroitier +miroitiers +miroitiez +miroitire +miroitires +miroitions +miroitons +mirons +miroton +mirotons +mis +misa +misai +misaient +misaine +misaines +misais +misait +misant +misanthrope +misanthropes +misanthropie +misanthropique +misanthropiques +misas +misasse +misassent +misasses +misassiez +misassions +mismes +mist +mistes +mise +misent +miser +misera +miserai +miseraient +miserais +miserait +miseras +miserez +miseriez +miserions +miserons +miseront +mises +misez +mis +mise +mises +misrable +misrablement +misrables +misreuse +misreuses +misreux +misricorde +misricordes +misricordieuse +misricordieusement +misricordieuses +misricordieux +miss +misre +misrent +misres +misiez +misions +misogyne +misogynes +misogynie +misons +miss +misse +missel +missels +missent +misses +missiez +missile +missiles +mission +missionnaire +missionnaires +missions +missive +missives +mistelle +mistelles +mistral +mistraux +mit +mitaine +mitaines +mite +mites +miteuse +miteuses +miteux +mit +mite +mites +mits +mitig +mitige +mitiges +mitigs +mitonna +mitonnai +mitonnaient +mitonnais +mitonnait +mitonnant +mitonnas +mitonnasse +mitonnassent +mitonnasses +mitonnassiez +mitonnassions +mitonnmes +mitonnt +mitonntes +mitonne +mitonnent +mitonner +mitonnera +mitonnerai +mitonneraient +mitonnerais +mitonnerait +mitonneras +mitonnerez +mitonneriez +mitonnerions +mitonnerons +mitonneront +mitonnes +mitonnez +mitonn +mitonne +mitonnes +mitonns +mitonnrent +mitonniez +mitonnions +mitonnons +mitoyen +mitoyenne +mitoyennes +mitoyennet +mitoyennets +mitoyens +mitrailla +mitraillage +mitraillages +mitraillai +mitraillaient +mitraillais +mitraillait +mitraillant +mitraillas +mitraillasse +mitraillassent +mitraillasses +mitraillassiez +mitraillassions +mitraillmes +mitraillt +mitrailltes +mitraille +mitraillent +mitrailler +mitraillera +mitraillerai +mitrailleraient +mitraillerais +mitraillerait +mitrailleras +mitraillerez +mitrailleriez +mitraillerions +mitraillerons +mitrailleront +mitrailles +mitraillette +mitraillettes +mitrailleur +mitrailleurs +mitrailleuse +mitrailleuses +mitraillez +mitraill +mitraille +mitrailles +mitraills +mitraillrent +mitrailliez +mitraillions +mitraillons +mitre +mitres +mitr +mitre +mitres +mitrs +mitron +mitrons +mixage +mixages +mixer +mixers +mixeur +mixeurs +mixit +mixits +mixte +mixtes +mixtion +mixtions +mixture +mixtures +mmes +mt +mtes +ml +mlle +mm +mme +mnmotechnie +mnmotechnique +mnmotechniques +mo +mobile +mobiles +mobilier +mobiliers +mobilire +mobilires +mobilisa +mobilisable +mobilisables +mobilisai +mobilisaient +mobilisais +mobilisait +mobilisant +mobilisas +mobilisasse +mobilisassent +mobilisasses +mobilisassiez +mobilisassions +mobilisation +mobilisations +mobilismes +mobilist +mobilistes +mobilise +mobilisent +mobiliser +mobilisera +mobiliserai +mobiliseraient +mobiliserais +mobiliserait +mobiliseras +mobiliserez +mobiliseriez +mobiliserions +mobiliserons +mobiliseront +mobilises +mobilisez +mobilis +mobilise +mobilises +mobiliss +mobilisrent +mobilisiez +mobilisions +mobilisons +mobilit +mobilits +mocassin +mocassins +moche +moches +modal +modale +modales +modalit +modalits +modaux +mode +modela +modelage +modelages +modelai +modelaient +modelais +modelait +modelant +modelas +modelasse +modelassent +modelasses +modelassiez +modelassions +modelmes +modelt +modeltes +modeler +modeleur +modeleure +modeleures +modeleurs +modelez +model +modele +modeles +models +modelrent +modeliez +modelions +modelons +modem +modems +modern +moderne +modernes +modernisa +modernisai +modernisaient +modernisais +modernisait +modernisant +modernisas +modernisasse +modernisassent +modernisasses +modernisassiez +modernisassions +modernisation +modernisations +modernismes +modernist +modernistes +modernise +modernisent +moderniser +modernisera +moderniserai +moderniseraient +moderniserais +moderniserait +moderniseras +moderniserez +moderniseriez +moderniserions +moderniserons +moderniseront +modernises +modernisez +modernis +modernise +modernises +moderniss +modernisrent +modernisiez +modernisions +modernisme +modernisons +moderniste +modernistes +modernit +modernits +modes +modeste +modestement +modestes +modestie +modesties +modlisation +modliser +modliste +modlistes +modra +modrai +modraient +modrais +modrait +modrant +modras +modrasse +modrassent +modrasses +modrassiez +modrassions +modrateur +modrateurs +modration +modrations +modratrice +modratrices +modrmes +modrt +modrtes +modrer +modrera +modrerai +modreraient +modrerais +modrerait +modreras +modrerez +modreriez +modrerions +modrerons +modreront +modrez +modr +modre +modres +modrment +modrs +modrrent +modriez +modrions +modrons +modle +modlent +modlera +modlerai +modleraient +modlerais +modlerait +modleras +modlerez +modleriez +modlerions +modlerons +modleront +modles +modre +modrent +modres +modicit +modicits +modifia +modifiai +modifiaient +modifiais +modifiait +modifiant +modifias +modifiasse +modifiassent +modifiasses +modifiassiez +modifiassions +modifimes +modifit +modifites +modification +modifications +modifie +modifient +modifier +modifiera +modifierai +modifieraient +modifierais +modifierait +modifieras +modifierez +modifieriez +modifierions +modifierons +modifieront +modifies +modifiez +modifi +modifie +modifies +modifis +modifirent +modifiiez +modifiions +modifions +modique +modiquement +modiques +modiste +modistes +modo +modula +modulai +modulaient +modulais +modulait +modulant +modulas +modulasse +modulassent +modulasses +modulassiez +modulassions +modulation +modulations +modulmes +modult +modultes +module +modulent +moduler +modulera +modulerai +moduleraient +modulerais +modulerait +moduleras +modulerez +moduleriez +modulerions +modulerons +moduleront +modules +modulez +modul +module +modules +moduls +modulrent +moduliez +modulions +modulons +modus +moelle +moelles +moelleuse +moelleusement +moelleuses +moelleux +moellon +moellons +moeurs +mofette +mohair +moi +moignon +moignons +moindre +moindrement +moindres +moine +moineau +moineaux +moines +moins +moira +moirai +moiraient +moirais +moirait +moirant +moiras +moirasse +moirassent +moirasses +moirassiez +moirassions +moirmes +moirt +moirtes +moire +moirent +moirer +moirera +moirerai +moireraient +moirerais +moirerait +moireras +moirerez +moireriez +moirerions +moirerons +moireront +moires +moirez +moir +moire +moires +moirs +moirrent +moiriez +moirions +moirons +mois +moisi +moisie +moisies +moisir +moisira +moisirai +moisiraient +moisirais +moisirait +moisiras +moisirent +moisirez +moisiriez +moisirions +moisirons +moisiront +moisis +moisissaient +moisissais +moisissait +moisissant +moisisse +moisissent +moisisses +moisissiez +moisissions +moisissure +moisissures +moisit +moismes +moist +moistes +moisson +moissonna +moissonnai +moissonnaient +moissonnais +moissonnait +moissonnant +moissonnas +moissonnasse +moissonnassent +moissonnasses +moissonnassiez +moissonnassions +moissonnmes +moissonnt +moissonntes +moissonne +moissonnent +moissonner +moissonnera +moissonnerai +moissonneraient +moissonnerais +moissonnerait +moissonneras +moissonnerez +moissonneriez +moissonnerions +moissonnerons +moissonneront +moissonnes +moissonneur +moissonneurs +moissonneuse +moissonneuses +moissonnez +moissonn +moissonne +moissonnes +moissonns +moissonnrent +moissonniez +moissonnions +moissonnons +moissons +moite +moites +moiteur +moiteurs +moiti +moitis +mose +moses +moka +mokas +mol +molaire +molaires +moleskin +molesta +molestai +molestaient +molestais +molestait +molestant +molestas +molestasse +molestassent +molestasses +molestassiez +molestassions +molestmes +molestt +molesttes +moleste +molestent +molester +molestera +molesterai +molesteraient +molesterais +molesterait +molesteras +molesterez +molesteriez +molesterions +molesterons +molesteront +molestes +molestez +molest +moleste +molestes +molests +molestrent +molestiez +molestions +molestons +molette +molettes +molculaire +molculaires +molcule +molcules +molire +mollasse +mollasses +molle +mollement +molles +mollesse +mollesses +mollet +molletire +molletires +molleton +molletonn +molletonne +molletonnes +molletonns +molletons +mollets +molli +mollie +mollies +mollir +mollira +mollirai +molliraient +mollirais +mollirait +molliras +mollirent +mollirez +molliriez +mollirions +mollirons +molliront +mollis +mollissaient +mollissais +mollissait +mollissant +mollisse +mollissent +mollisses +mollissez +mollissiez +mollissions +mollissons +mollit +mollmes +mollt +molltes +mollusques +molosse +molosses +molybdne +moment +momentan +momentane +momentanes +momentanment +momentans +moments +momeries +momie +momies +momifia +momifiai +momifiaient +momifiais +momifiait +momifiant +momifiasse +momifiassent +momifiasses +momifiassez +momifiassiez +momifiassions +momifimes +momifit +momifites +momifie +momifient +momifier +momifiera +momifierai +momifieraient +momifierais +momifierait +momifieras +momifierez +momifieriez +momifierions +momifierons +momifieront +momifies +momifiez +momifi +momifie +momifies +momifis +momifirent +momifiiez +momifiions +momifions +mon +monacal +monacale +monacalement +monacales +monacaux +monaco +monarchie +monarchies +monarchique +monarchiquement +monarchiques +monarchisme +monarchiste +monarchistes +monarque +monarques +monastre +monastres +monastique +monastiquement +monastiques +monceau +monceaux +monda +mondai +mondaient +mondain +mondaine +mondaines +mondains +mondais +mondait +mondanit +mondanits +mondant +mondas +mondasse +mondassent +mondasses +mondassiez +mondassions +mondmes +mondt +mondtes +monde +mondent +monder +mondera +monderai +monderaient +monderais +monderait +monderas +monderez +monderiez +monderions +monderons +monderont +mondes +mondez +mond +monde +mondes +monds +mondrent +mondial +mondiale +mondialement +mondiales +mondiaux +mondiez +mondions +mondons +mongasque +mongasques +montaire +montaires +montarisme +mongol +mongole +mongoles +mongolie +mongolien +mongolienne +mongoliennes +mongoliens +mongolique +mongoliques +mongolisme +mongols +moniale +moniales +moniteur +moniteurs +monitrice +monitrices +monnaie +monnaient +monnaiera +monnaierai +monnaieraient +monnaierais +monnaierait +monnaieras +monnaierez +monnaieriez +monnaierions +monnaierons +monnaieront +monnaies +monnaya +monnayage +monnayages +monnayai +monnayaient +monnayais +monnayait +monnayant +monnayas +monnayasse +monnayassent +monnayasses +monnayassiez +monnayassions +monnaymes +monnayt +monnaytes +monnaye +monnayent +monnayer +monnayera +monnayerai +monnayeraient +monnayerais +monnayerait +monnayeras +monnayerez +monnayeriez +monnayerions +monnayerons +monnayeront +monnayes +monnayez +monnay +monnaye +monnayes +monnays +monnayrent +monnayiez +monnayions +monnayons +mono +monochrome +monochromes +monocole +monocoles +monocoque +monocoques +monocorde +monocordes +monocotyldones +monoculture +monocultures +monogame +monogames +monogamie +monogramme +monogrammes +monographie +monographies +monolithe +monolithes +monolithique +monolithiques +monologua +monologuai +monologuaient +monologuais +monologuait +monologuant +monologuas +monologuasse +monologuassent +monologuasses +monologuassiez +monologuassions +monologumes +monologut +monologutes +monologue +monologuent +monologuer +monologuera +monologuerai +monologueraient +monologuerais +monologuerait +monologueras +monologuerez +monologueriez +monologuerions +monologuerons +monologueront +monologues +monologuez +monologu +monologue +monologues +monologus +monologurent +monologuiez +monologuions +monologuons +monoparental +monoparentale +monoparentales +monoparentals +monophas +monophase +monophases +monophass +monoplan +monoplans +monopole +monopoles +monopolisa +monopolisai +monopolisaient +monopolisais +monopolisait +monopolisant +monopolisas +monopolisasse +monopolisassent +monopolisasses +monopolisassiez +monopolisassions +monopolismes +monopolist +monopolistes +monopolise +monopolisent +monopoliser +monopolisera +monopoliserai +monopoliseraient +monopoliserais +monopoliserait +monopoliseras +monopoliserez +monopoliseriez +monopoliserions +monopoliserons +monopoliseront +monopolises +monopolisez +monopolis +monopolise +monopolises +monopoliss +monopolisrent +monopolisiez +monopolisions +monopolisons +monopoliste +monopolistes +monopolistique +monopolistiques +monosyllabe +monosyllabes +monosyllabique +monosyllabiques +monothisme +monothiste +monothistes +monotone +monotonement +monotones +monotonie +monotype +monovalent +monovalente +monovalentes +monovalents +monme +monmes +monseigneur +monsieur +monstre +monstres +monstrueuse +monstrueusement +monstrueuses +monstrueux +monstruosit +monstruosits +mont +monta +montage +montages +montagnard +montagnarde +montagnardes +montagnards +montagne +montagnes +montagneuse +montagneuses +montagneux +montai +montaient +montais +montait +montant +montante +montantes +montants +montas +montasse +montassent +montasses +montassiez +montassions +montmes +montt +monttes +monte +montent +monter +montera +monterai +monteraient +monterais +monterait +monteras +monterez +monteriez +monterions +monterons +monteront +montes +montesquieu +monteur +monteurs +monteuse +monteuses +montez +mont +monte +montes +monts +montrent +montgolfire +montgolfires +monticule +monticules +montiez +montions +montmartre +montoir +montoirs +montons +montpellier +montra +montrable +montrables +montrai +montraient +montrais +montrait +montrant +montras +montrasse +montrassent +montrasses +montrassiez +montrassions +montrmes +montrt +montrtes +montre +montrent +montrer +montrera +montrerai +montreraient +montrerais +montrerait +montreras +montrerez +montreriez +montrerions +montrerons +montreront +montres +montreur +montreurs +montreuse +montreuses +montrez +montr +montre +montres +montrs +montrrent +montriez +montrions +montrons +monts +montueuse +montueuses +montueux +monture +montures +monument +monumental +monumentale +monumentales +monumentaux +monuments +moqua +moquai +moquaient +moquais +moquait +moquant +moquas +moquasse +moquassent +moquasses +moquassiez +moquassions +moqumes +moqut +moqutes +moque +moquent +moquer +moquera +moquerai +moqueraient +moquerais +moquerait +moqueras +moquerez +moquerie +moqueries +moqueriez +moquerions +moquerons +moqueront +moques +moquette +moquettes +moqueur +moqueurs +moqueuse +moqueusement +moqueuses +moquez +moqu +moque +moques +moqus +moqurent +moquiez +moquions +moquons +moraine +moraines +moral +morale +moralement +morales +moralisa +moralisai +moralisaient +moralisais +moralisait +moralisant +moralisas +moralisasse +moralisassent +moralisasses +moralisassiez +moralisassions +moralisateur +moralisateurs +moralisatrice +moralisatrices +moralismes +moralist +moralistes +moralise +moralisent +moraliser +moraliserai +moraliseraient +moraliserais +moraliserait +moraliseras +moraliserez +moraliseriez +moraliserions +moraliserons +moraliseront +moralises +moralisez +moralis +moralise +moralises +moraliss +moralisrent +moralisiez +moralisions +moralisons +moraliste +moralistes +moralit +moralits +morasse +morasses +moratoire +moratoires +moraux +morbide +morbidement +morbides +morbidit +morbidits +morbleu +morceau +morceaux +morcela +morcelai +morcelaient +morcelais +morcelait +morcelant +morcelas +morcelasse +morcelassent +morcelasses +morcelassiez +morcelassions +morcelmes +morcelt +morceltes +morceler +morcelez +morcel +morceles +morcels +morcelrent +morceliez +morcelions +morcelle +morcellement +morcellements +morcellent +morcellera +morcellerai +morcelleraient +morcellerais +morcellerait +morcelleras +morcellerez +morcelleriez +morcellerions +morcellerons +morcelleront +morcelles +morcelons +mord +mordaient +mordais +mordait +mordant +mordante +mordantes +mordants +morde +mordent +mordes +mordez +mordicus +mordiez +mordilla +mordillai +mordillaient +mordillais +mordillait +mordillant +mordillas +mordillasse +mordillassent +mordillasses +mordillassiez +mordillassions +mordillmes +mordillt +mordilltes +mordille +mordillent +mordiller +mordillera +mordillerai +mordilleraient +mordillerais +mordillerait +mordilleras +mordillerez +mordilleriez +mordillerions +mordillerons +mordilleront +mordilles +mordillez +mordill +mordille +mordilles +mordills +mordillrent +mordilliez +mordillions +mordillons +mordions +mordis +mordisse +mordissent +mordisses +mordissiez +mordissions +mordit +mordmes +mordt +mordtes +mordons +mordora +mordorai +mordoraient +mordorais +mordorait +mordorant +mordoras +mordorasse +mordorassent +mordorasses +mordorassiez +mordorassions +mordormes +mordort +mordortes +mordore +mordorent +mordorer +mordorerai +mordoreraient +mordorerait +mordoreras +mordorerez +mordoreriez +mordorerions +mordorerons +mordoreront +mordores +mordorez +mordor +mordore +mordores +mordors +mordorrent +mordoriez +mordorions +mordorons +mordra +mordrai +mordraient +mordrais +mordrait +mordras +mordre +mordrez +mordriez +mordrions +mordrons +mordront +mords +mordu +mordue +mordues +mordus +morfil +morfils +morfond +morfondaient +morfondais +morfondait +morfondant +morfonde +morfondent +morfondes +morfondez +morfondiez +morfondions +morfondirent +morfondis +morfondisse +morfondissent +morfondisses +morfondissiez +morfondissions +morfondit +morfondmes +morfondt +morfondtes +morfondons +morfondra +morfondrai +morfondraient +morfondrais +morfondrait +morfondras +morfondre +morfondrez +morfondriez +morfondrions +morfondrons +morfondront +morfonds +morfondu +morfondue +morfondues +morfondus +morganatique +morganatiquement +morganatiques +morgue +morgues +moribond +moribonde +moribondes +moribonds +moricaud +moricaude +moricaudes +moricauds +morigna +morignai +morignaient +morignais +morignait +morignant +morignas +morignasse +morignassent +morignasses +morignassiez +morignassions +morignmes +morignt +morigntes +morigner +morignerai +morigneraient +morignerais +morignerait +morigneras +morignerez +morigneriez +morignerions +morignerons +morigneront +morignez +morign +morigne +morignes +morigns +morignrent +morigniez +morignions +morignons +morigne +morignent +morignes +morille +morilles +morion +morions +mormon +mormonne +mormonnes +mormons +morne +mornes +mornifle +mornifles +morose +moroses +morosit +morosits +morphine +morphinisme +morphinomane +morphinomanes +morphinomania +morphologie +morphologique +morphologiquement +morphologiques +mors +morse +morses +morsure +morsures +mort +mortadelle +mortadelles +mortaise +mortaises +mortalit +mortalits +morte +mortel +mortelle +mortellement +mortelles +mortels +mortes +mortier +mortiers +mortifia +mortifiai +mortifiaient +mortifiais +mortifiait +mortifiant +mortifiante +mortifiantes +mortifiants +mortifias +mortifiassse +mortifiasssent +mortifiassses +mortifiasssiez +mortifiasssions +mortifimes +mortifit +mortifites +mortification +mortifications +mortifie +mortifient +mortifier +mortifiera +mortifierai +mortifieraient +mortifierais +mortifierait +mortifieras +mortifierez +mortifieriez +mortifierions +mortifierons +mortifieront +mortifies +mortifiez +mortifi +mortifie +mortifies +mortifis +mortifirent +mortifiiez +mortifiions +mortifions +morts +mortuaire +mortuaires +morue +morues +morutier +morutiers +morve +morveuse +morveuses +morveux +mosaque +mosaques +moscou +moscovite +moscovites +mosque +mosques +mot +motard +motards +motet +motets +moteur +moteurs +motif +motifs +motion +motions +motiva +motivai +motivaient +motivais +motivait +motivas +motivasse +motivassent +motivasses +motivassiez +motivassions +motivation +motivations +motivmes +motivt +motivtes +motive +motivent +motiver +motivera +motiverai +motiveraient +motiverais +motiverait +motiveras +motiverez +motiveriez +motiverions +motiverons +motiveront +motives +motivez +motiv +motive +motives +motivs +motivrent +motiviez +motivions +motivons +moto +motocross +motoculteur +motoculteurs +motocycle +motocycles +motocyclette +motocyclettes +motocycliste +motocyclistes +motopompe +motopompes +motorisa +motorisai +motorisaient +motorisais +motorisait +motorisant +motorisas +motorisasse +motorisassent +motorisasses +motorisassiez +motorisassions +motorisation +motorisations +motorismes +motorist +motoristes +motorise +motorisent +motoriser +motorisera +motoriserai +motoriseraient +motoriserais +motoriserait +motoriseras +motoriserez +motoriseriez +motoriserions +motoriserons +motoriseront +motorises +motorisez +motoris +motorise +motorises +motoriss +motorisrent +motorisiez +motorisions +motorisons +motos +motrice +motrices +motricit +motricits +mots +motte +mottes +motus +mou +moucha +mouchai +mouchaient +mouchais +mouchait +mouchant +moucharabish +moucharabishs +mouchard +moucharda +mouchardage +mouchardai +mouchardaient +mouchardais +mouchardait +mouchardant +mouchardas +mouchardasse +mouchardassent +mouchardasses +mouchardassiez +mouchardassions +mouchardmes +mouchardt +mouchardtes +moucharde +mouchardent +moucharder +mouchardera +moucharderai +moucharderaient +moucharderais +moucharderait +moucharderas +moucharderez +moucharderiez +moucharderions +moucharderons +moucharderont +mouchardes +mouchardez +mouchard +moucharde +mouchardes +mouchards +mouchardrent +mouchardiez +mouchardions +mouchardons +mouchards +mouchas +mouchasse +mouchassent +mouchasses +mouchassiez +mouchassions +mouchmes +moucht +mouchtes +mouche +mouchent +moucher +mouchera +moucherai +moucheraient +moucherais +moucherait +moucheras +moucherez +moucheriez +moucherions +moucheron +moucherons +moucheront +mouches +moucheta +mouchetai +mouchetaient +mouchetais +mouchetait +mouchetant +mouchetas +mouchetasse +mouchetassent +mouchetasses +mouchetassiez +mouchetassions +mouchetmes +mouchett +mouchettes +moucheter +mouchetez +mouchet +mouchete +mouchetes +mouchets +mouchetrent +mouchetiez +mouchetions +mouchetons +mouchette +mouchettent +mouchettera +mouchetterai +mouchetteraient +mouchetterais +mouchetterait +mouchetteras +mouchetterez +mouchetteriez +mouchetterions +mouchetterons +mouchetteront +mouchettes +moucheture +mouchetures +mouchez +mouch +mouche +mouches +mouchs +mouchrent +mouchiez +mouchions +mouchoir +mouchoirs +mouchons +moud +moudra +moudrai +moudraient +moudrais +moudrait +moudras +moudre +moudrez +moudriez +moudrions +moudrons +moudront +mouds +moue +moues +mouette +mouettes +moufette +moufettes +moufle +moufles +mouflon +mouflons +mouilla +mouillage +mouillages +mouillai +mouillaient +mouillais +mouillait +mouillant +mouillas +mouillasse +mouillassent +mouillasses +mouillassiez +mouillassions +mouillmes +mouillt +mouilltes +mouille +mouillent +mouiller +mouillera +mouillerai +mouilleraient +mouillerais +mouillerait +mouilleras +mouillerez +mouilleriez +mouillerions +mouillerons +mouilleront +mouilles +mouillette +mouillettes +mouilleur +mouilleurs +mouillez +mouill +mouille +mouilles +mouills +mouillrent +mouilliez +mouillions +mouillons +mouillure +mouillures +moujik +moujiks +moula +moulage +moulages +moulai +moulaient +moulais +moulait +moulant +moulas +moulasse +moulassent +moulasses +moulassiez +moulassions +moulmes +moult +moultes +moule +moulent +mouler +moulera +moulerai +mouleraient +moulerais +moulerait +mouleras +moulerez +mouleriez +moulerions +moulerons +mouleront +moules +mouleur +mouleurs +moulez +moul +moule +moules +mouls +moulrent +mouliez +moulin +moulina +moulinage +moulinages +moulinai +moulinaient +moulinais +moulinait +moulinant +moulinas +moulinasse +moulinassent +moulinasses +moulinassiez +moulinassions +moulinmes +moulint +moulintes +mouline +moulinent +mouliner +moulinera +moulinerai +moulineraient +moulinerais +moulinerait +moulineras +moulinerez +moulineriez +moulinerions +moulinerons +moulineront +moulines +moulinet +moulinets +moulinez +moulin +mouline +moulines +moulins +moulinrent +mouliniez +moulinions +moulinons +moulins +moulions +moulons +moulu +moulue +moulues +moulure +moulurent +moulures +moulus +moulusse +moulussent +moulusses +moulussiez +moulussions +moulut +moulmes +moult +moultes +mouraient +mourais +mourait +mourant +mourante +mourantes +mourants +mourez +mouriez +mourions +mourir +mouron +mourons +mourra +mourrai +mourraient +mourrais +mourrait +mourras +mourrez +mourriez +mourrions +mourrons +mourront +moururent +mourus +mourusse +mourussent +mourusses +mourussiez +mourussions +mourut +mourmes +mourt +mourtes +mous +mousquet +mousquetaire +mousquetaires +mousqueton +mousquetons +mousquets +moussa +moussai +moussaient +moussaillon +moussaillons +moussais +moussait +moussant +moussante +moussantes +moussants +moussas +moussasse +moussassent +moussasses +moussassiez +moussassions +moussmes +mousst +mousstes +mousse +mousseline +mousselines +moussent +mousser +moussera +mousserai +mousseraient +mousserais +mousserait +mousseras +mousserez +mousseriez +mousserions +mousseron +mousserons +mousseront +mousses +mousseuse +mousseuses +mousseux +moussez +mouss +mousse +mousses +mousss +moussrent +moussiez +moussions +mousson +moussons +moussu +moussue +moussues +moussus +moustache +moustaches +moustachu +moustachue +moustachues +moustachus +moustiquaire +moustiquaires +moustique +moustiques +moutard garon +moutarde +moutardes +moutardier +moutardiers +moutards garon +mouton +moutonna +moutonnai +moutonnaient +moutonnais +moutonnait +moutonnant +moutonnas +moutonnasse +moutonnassent +moutonnasses +moutonnassiez +moutonnassions +moutonnmes +moutonnt +moutonntes +moutonne +moutonnement +moutonnements +moutonnent +moutonner +moutonnera +moutonnerai +moutonneraient +moutonnerais +moutonnerait +moutonneras +moutonnerez +moutonneriez +moutonnerions +moutonnerons +moutonneront +moutonnes +moutonneuse +moutonneuses +moutonneux +moutonnez +moutonn +moutonne +moutonnes +moutonns +moutonnrent +moutonnier +moutonniers +moutonniez +moutonnire +moutonnires +moutonnions +moutonnons +moutons +mouture +moutures +mouvant +mouvante +mouvantes +mouvants +mouvement +mouvement +mouvemente +mouvementes +mouvements +mouvements +mouvez +mouviez +mouvions +mouvoir +mouvons +mouvra +mouvrai +mouvraient +mouvrais +mouvrait +mouvras +mouvrez +mouvriez +mouvrions +mouvrons +mouvront +mot +mots +moyen +moyengeux +moyennant +moyenne +moyennement +moyennes +moyens +moyeu +moyeux +mozarabe +mozarabes +mle +mles +mme +mmes +mua +muai +muaient +muais +muait +muant +muas +muasse +muassent +muasses +muassiez +muassions +mumes +mut +mutes +mucilage +mucilages +mucosit +mucosits +mucus +mue +muent +muer +muera +muerai +mueraient +muerais +muerait +mueras +muerez +mueriez +muerions +muerons +mueront +mues +muet +muets +muette +muettes +muez +muezzin +muezzins +mu +mue +mues +mus +murent +mufle +muflerie +mufleries +mufles +muflier +mufliers +mufti +muftis +muge +muges +mugi +mugie +mugies +mugir +mugira +mugirai +mugiraient +mugirais +mugirait +mugiras +mugirent +mugirez +mugiriez +mugirions +mugirons +mugiront +mugis +mugissaient +mugissais +mugissait +mugissant +mugisse +mugissement +mugissements +mugissent +mugisses +mugissiez +mugissions +mugit +mugmes +mugt +mugtes +muguet +muguets +muid +muids +muiez +muions +multre +multres +multresse +multresses +mule +mules +mulet +muletier +muletiers +mulets +mulot +mulots +multicolore +multicolores +multidose +multidoses +multiforme +multiformes +multinational +multinationale +multinationales +multinationaux +multipare +multipares +multiple +multiples +multiplia +multipliai +multipliaient +multipliais +multipliait +multipliant +multiplias +multipliasse +multipliassent +multipliasses +multipliassiez +multipliassions +multiplimes +multiplit +multiplites +multiplicande +multiplicandes +multiplicateur +multiplicateurs +multiplicatif +multiplicatifs +multiplication +multiplications +multiplicative +multiplicatives +multiplicit +multiplicits +multiplie +multiplient +multiplier +multipliera +multiplierai +multiplieraient +multiplierais +multiplierait +multiplieras +multiplierez +multiplieriez +multiplierions +multiplierons +multiplieront +multiplies +multipliez +multipli +multiplie +multiplies +multiplis +multiplirent +multipliiez +multipliions +multiplions +multipolaire +multipolaires +multirisques +multitubulaire +multitubulaires +multitude +multitudes +muni +municipale +municipales +municipalit +municipalits +municipaux +munie +munies +munificence +munificences +munificent +munificente +munificentes +munificents +munir +munira +munirai +muniraient +munirais +munirait +muniras +munirent +munirez +muniriez +munirions +munirons +muniront +munis +munissaient +munissais +munissait +munissant +munisse +munissent +munisses +munissiez +munissions +munissons +munit +munitions +munmes +munt +muntes +muons +muphti +muphtis +muqueuse +muqueuses +muqueux +mur nom +mura +murage +murages +murai +muraient +muraille +murailles +murais +murait +mural +murale +murales +murant +muras +murasse +murassent +murasses +murassiez +murassions +muraux +murmes +murt +murtes +mure verbe +murent +murer +murera +murerai +mureraient +murerais +murerait +mureras +murerez +mureriez +murerions +murerons +mureront +mures verbe +murex +murez +mur +mure +mures +murs +murne +murnes +murrent +muriez +murions +murmura +murmurai +murmuraient +murmurais +murmurait +murmurant +murmuras +murmurasse +murmurassent +murmurasses +murmurassiez +murmurassions +murmurmes +murmurt +murmurtes +murmure +murmurent +murmurer +murmurera +murmurerai +murmureraient +murmurerais +murmurerait +murmureras +murmurerez +murmureriez +murmurerions +murmurerons +murmureront +murmures +murmurez +murmur +murmure +murmures +murmurs +murmurrent +murmuriez +murmurions +murmurons +murons +muros +murs nom +mus +musa +musai +musaient +musais +musait +musant +musaraigne +musaraignes +musarda +musardai +musardaient +musardais +musardait +musardant +musardas +musardasse +musardassent +musardasses +musardassiez +musardassions +musardmes +musardt +musardtes +musarde +musardent +musarder +musardera +musarderai +musarderaient +musarderais +musarderait +musarderas +musarderez +musarderiez +musarderions +musarderons +musarderont +musardes +musardez +musard +musarde +musardes +musards +musardrent +musardiez +musardions +musardise +musardises +musardons +musas +musasse +musassent +musasses +musassiez +musassions +musmes +must +mustes +musc +muscade +muscades +muscadet +muscadier +muscadiers +muscadin +muscadins +muscat +muscats +muscla +musclai +musclaient +musclais +musclait +musclant +musclas +musclasse +musclassent +musclasses +musclassiez +musclassions +musclmes +musclt +muscltes +muscle +musclent +muscler +musclerai +muscleraient +musclerais +musclerait +muscleras +musclerez +muscleriez +musclerions +musclerons +muscleront +muscles +musclez +muscl +muscle +muscles +muscls +musclrent +muscliez +musclions +musclons +musculaire +musculaires +musculation +musculature +musculatures +musculeuse +musculeuses +musculeux +muse +museau +museaux +musela +muselai +muselaient +muselais +muselait +muselant +muselas +muselasse +muselassent +muselasses +muselassiez +muselassions +muselmes +muselt +museltes +museler +muselez +musel +musele +museles +musels +muselrent +museliez +muselire +muselires +muselions +muselle +musellent +musellera +musellerai +muselleraient +musellerais +musellerait +muselleras +musellerez +muselleriez +musellerions +musellerons +muselleront +muselles +muselons +musent +muser +musera +muserai +museraient +muserais +muserait +museras +muserez +museriez +muserions +muserons +museront +muses +musette +musettes +musez +mus +muse +muses +muss +musum +musums +musrent +music +musical +musicale +musicalement +musicales +musicalit +musicalits +musicaux +musicien +musicienne +musiciennes +musiciens +musicologie +musiez +musions +musique +musiques +musons +musqu +musque +musques +musqus +musse +mussent +musses +mussiez +mussions +mustang +mustangs +musulman +musulmane +musulmanes +musulmans +mut +muta +mutai +mutaient +mutais +mutait +mutant +mutante +mutantes +mutants +mutas +mutasse +mutassent +mutasses +mutassiez +mutassions +mutation +mutations +mutmes +mutt +muttes +mute +mutent +muter +mutera +muterai +muteraient +muterais +muterait +muteras +muterez +muteriez +muterions +muterons +muteront +mutes +mutez +mut +mute +mutes +muts +mutrent +mutiez +mutila +mutilai +mutilaient +mutilais +mutilait +mutilant +mutilas +mutilasse +mutilassent +mutilasses +mutilassiez +mutilassions +mutilation +mutilations +mutilmes +mutilt +mutiltes +mutile +mutilent +mutiler +mutilera +mutilerai +mutileraient +mutilerais +mutilerait +mutileras +mutilerez +mutileriez +mutilerions +mutilerons +mutileront +mutiles +mutilez +mutil +mutile +mutiles +mutils +mutilrent +mutiliez +mutilions +mutilons +mutin +mutina +mutinai +mutinaient +mutinais +mutinait +mutinant +mutinas +mutinasse +mutinassent +mutinasses +mutinassiez +mutinassions +mutinmes +mutint +mutintes +mutine +mutinent +mutiner +mutinera +mutinerai +mutineraient +mutinerais +mutinerait +mutineras +mutinerez +mutinerie +mutineries +mutineriez +mutinerions +mutinerons +mutineront +mutines +mutinez +mutin +mutine +mutines +mutins +mutinrent +mutiniez +mutinions +mutinons +mutins +mutions +mutisme +mutit +mutits +mutons +mutualiste +mutualistes +mutualit +mutualits +mutuel +mutuelle +mutuellement +mutuelles +mutuels +m +mmes +mr +mre +mrement +mres +mri +mrie +mrier +mriers +mries +mrir +mrira +mrirai +mriraient +mrirais +mrirait +mriras +mrirent +mrirez +mririez +mririons +mrirons +mriront +mris +mrissaient +mrissais +mrissait +mrissant +mrisse +mrissent +mrisses +mrissez +mrissiez +mrissions +mrissons +mrit +mrmes +mrt +mrtes +mrs +mt +mtes +myclium +mycnien +mycnienne +mycniennes +mycniens +mycnes +mycologie +mycose +mycoses +mygale +mygales +myocarde +myocardes +myologie +myope +myopes +myopie +myopies +myosotis +myriade +myriades +myriapodes +myrrhe +myrte +myrtes +myrtille +myrtilles +mystrieuse +mystrieusement +mystrieuses +mystrieux +mystre +mystres +mysticisme +mysticismes +mysticit +mysticits +mystifia +mystifiai +mystifiaient +mystifiais +mystifiait +mystifiant +mystifias +mystifiasse +mystifiassent +mystifiasses +mystifiassiez +mystifiassions +mystifimes +mystifit +mystifites +mystificateur +mystificateurs +mystification +mystifications +mystificatrice +mystificatrices +mystifie +mystifient +mystifier +mystifiera +mystifierai +mystifieraient +mystifierais +mystifierait +mystifieras +mystifierez +mystifieriez +mystifierions +mystifierons +mystifieront +mystifies +mystifiez +mystifi +mystifie +mystifies +mystifis +mystifirent +mystifiiez +mystifiions +mystifions +mystique +mystiquement +mystiques +mythe +mythes +mythique +mythiques +mythologie +mythologique +mythologiques +mythologue +mythologues +mythomane +mythomanes +mytiliculture +mytilicultures +myxomatose +n +nabab +nababs +nabot +nabote +nabotes +nabots +nacelle +nacelles +nacra +nacrai +nacraient +nacrais +nacrait +nacrant +nacras +nacrasse +nacrassent +nacrasses +nacrassiez +nacrassions +nacrmes +nacrt +nacrtes +nacre +nacrent +nacrer +nacrera +nacrerai +nacreraient +nacrerais +nacrerait +nacreras +nacrerez +nacreriez +nacrerions +nacrerons +nacreront +nacres +nacrez +nacr +nacre +nacres +nacrs +nacrrent +nacriez +nacrions +nacrons +nadir +nadirs +naevus +nage +nagea +nageai +nageaient +nageais +nageait +nageant +nageas +nageasse +nageassent +nageasses +nageassiez +nageassions +nagemes +naget +nagetes +nagent +nageoire +nageoires +nageons +nager +nagera +nagerai +nageraient +nagerais +nagerait +nageras +nagerez +nageriez +nagerions +nagerons +nageront +nages +nageur +nageurs +nageuse +nageuses +nagez +nag +nage +nages +nags +nagrent +nagiez +nagions +nagure +nain +naine +naines +nains +nais +naissaient +naissais +naissait +naissance +naissances +naissant +naisse +naissent +naisses +naissez +naissiez +naissions +naissons +nait +naade +naades +naf +nafs +nave +navement +naves +navet +navets +nat +natra +natrai +natraient +natrais +natrait +natras +natre +natrez +natriez +natrions +natrons +natront +naja +najas +nanan +nanans +nandou +nandous +nanisme +nantes +nanti +nantie +nanties +nantir +nantira +nantirai +nantiraient +nantirais +nantirait +nantiras +nantirent +nantirez +nantiriez +nantirions +nantirons +nantiront +nantis +nantissaient +nantissais +nantissait +nantissant +nantisse +nantissement +nantissements +nantissent +nantisses +nantissez +nantissiez +nantissions +nantissons +nantit +nantmes +nantt +nanttes +napalm +naphta +naphtaline +naphte +napolon +napolonien +napolonienne +napoloniennes +napoloniens +napolitain +napolitaine +napolitaines +napolitains +nappe +napperon +napperons +nappes +naquirent +naquis +naquisse +naquissent +naquisses +naquissiez +naquissions +naquit +naqumes +naqut +naqutes +narcisse +narcisses +narcissisme +narcotique +narcotiques +nard +nards +narghil +narghils +nargua +narguai +narguaient +narguais +narguait +narguant +narguas +narguasse +narguassent +narguasses +narguassiez +narguassions +nargumes +nargut +nargutes +nargue +narguent +narguer +narguera +narguerai +nargueraient +narguerais +narguerait +nargueras +narguerez +nargueriez +narguerions +narguerons +nargueront +nargues +narguez +nargu +nargue +nargues +nargus +nargurent +narguiez +narguil +narguils +narguions +narguons +narine +narines +narquois +narquoise +narquoisement +narquoises +narra +narrai +narraient +narrais +narrait +narrant +narras +narrasse +narrassent +narrasses +narrassiez +narrassions +narrateur +narrateurs +narratif +narratifs +narration +narrations +narrative +narratives +narratrice +narratrices +narrmes +narrt +narrtes +narre +narrent +narrer +narrera +narrerai +narreraient +narrerais +narrerait +narreras +narrerez +narreriez +narrerions +narrerons +narreront +narres +narrez +narr +narre +narres +narrs +narrrent +narriez +narrions +narrons +narthex +narval +narvals +nasal +nasale +nasales +nasalisa +nasalisai +nasalisaient +nasalisais +nasalisait +nasalisant +nasalisas +nasalisasse +nasalisassent +nasalisasses +nasalisassiez +nasalisassions +nasalismes +nasalist +nasalistes +nasalise +nasalisent +nasaliser +nasalisera +nasaliserai +nasaliseraient +nasaliserais +nasaliserait +nasaliseras +nasaliserez +nasaliseriez +nasaliserions +nasaliserons +nasaliseront +nasalises +nasalisez +nasalis +nasalise +nasalises +nasaliss +nasalisrent +nasalisiez +nasalisions +nasalisons +nasaux +naseau +naseaux +nasilla +nasillai +nasillaient +nasillant +nasillard +nasillarde +nasillardes +nasillards +nasillas +nasillasse +nasillassent +nasillasses +nasillassiez +nasillassions +nasillmes +nasillt +nasilltes +nasille +nasillement +nasillements +nasillent +nasiller +nasillera +nasillerai +nasilleraient +nasillerais +nasillerait +nasilleras +nasillerez +nasilleriez +nasillerions +nasillerons +nasilleront +nasilles +nasillez +nasill +nasille +nasilles +nasills +nasillrent +nasilliez +nasillions +nasillons +nasse +nasses +natal +natale +natales +natalit +natalits +natals +natation +natatoire +natatoires +natif +natifs +nation +national +nationale +nationalement +nationales +nationalisa +nationalisai +nationalisaient +nationalisais +nationalisait +nationalisant +nationalisas +nationalisasse +nationalisassent +nationalisasses +nationalisassiez +nationalisassions +nationalisation +nationalisations +nationalismes +nationalist +nationalistes +nationalise +nationalisent +nationaliser +nationalisera +nationaliserai +nationaliseraient +nationaliserais +nationaliserait +nationaliseras +nationaliserez +nationaliseriez +nationaliserions +nationaliserons +nationaliseront +nationalises +nationalisez +nationalis +nationalise +nationalises +nationaliss +nationalisrent +nationalisiez +nationalisions +nationalisme +nationalismes +nationalisons +nationaliste +nationalistes +nationalit +nationalits +nationaux +nations +native +natives +nativit +nativits +natta +nattai +nattaient +nattais +nattait +nattant +nattas +nattasse +nattassent +nattasses +nattassiez +nattassions +nattmes +nattt +natttes +natte +nattent +natter +nattera +natterai +natteraient +natterais +natterait +natteras +natterez +natteriez +natterions +natterons +natteront +nattes +nattez +natt +natte +nattes +natts +nattrent +nattiez +nattions +nattons +naturalisa +naturalisai +naturalisaient +naturalisais +naturalisait +naturalisant +naturalisas +naturalisasse +naturalisassent +naturalisasses +naturalisassiez +naturalisassions +naturalisation +naturalisations +naturalismes +naturalist +naturalistes +naturalise +naturalisent +naturaliser +naturalisera +naturaliserai +naturaliseraient +naturaliserais +naturaliserait +naturaliseras +naturaliserez +naturaliseriez +naturaliserions +naturaliserons +naturaliseront +naturalises +naturalisez +naturalis +naturalise +naturalises +naturaliss +naturalisrent +naturalisiez +naturalisions +naturalisme +naturalismes +naturalisons +naturaliste +naturalistes +nature +naturel +naturelle +naturellement +naturelles +naturels +natures +naturisme +naturiste +naturistes +naufrage +naufragea +naufrageai +naufrageaient +naufrageais +naufrageait +naufrageant +naufrageas +naufrageasse +naufrageassent +naufrageasses +naufrageassiez +naufrageassions +naufragemes +naufraget +naufragetes +naufragent +naufrageons +naufrager +naufragera +naufragerai +naufrageraient +naufragerais +naufragerait +naufrageras +naufragerez +naufrageriez +naufragerions +naufragerons +naufrageront +naufrages +naufrageur +naufrageurs +naufrageuse +naufrageuses +naufragez +naufrag +naufrage +naufrages +naufrags +naufragrent +naufragiez +naufragions +naumachie +naumachies +nausabond +nausabonde +nausabondes +nausabonds +nause +nauses +nauseuse +nauseuses +nauseux +nautique +nautiques +nautisme +nautonier +nautoniers +nautonire +nautonires +naval +navale +navales +navals +navarin +navarins +navet +navets +navette +navettes +navigabilit +navigabilits +navigable +navigables +navigant +navigante +navigantes +navigants +navigateur +navigateurs +navigation +navigations +navigua +naviguai +naviguaient +naviguais +naviguait +naviguant +naviguas +naviguasse +naviguassent +naviguasses +naviguassiez +naviguassions +navigumes +navigut +navigutes +navigue +naviguent +naviguer +naviguera +naviguerai +navigueraient +naviguerais +naviguerait +navigueras +naviguerez +navigueriez +naviguerions +naviguerons +navigueront +navigues +naviguez +navigu +navigue +navigues +navigus +navigurent +naviguiez +naviguions +naviguons +navire +navires +navra +navrai +navraient +navrais +navrait +navrant +navrante +navrantes +navrants +navras +navrasse +navrassent +navrasses +navrassiez +navrassions +navrmes +navrt +navrtes +navre +navrent +navrer +navrera +navrerai +navreraient +navrerais +navrerait +navreras +navrerez +navreriez +navrerions +navrerons +navreront +navres +navrez +navr +navre +navres +navrs +navrrent +navriez +navrions +navrons +nazi +nazie +nazies +nazis +nazisme +ne +nec +nectaire +nectaires +nectar +nectars +nef +nefs +neige +neigea +neigeait +neigeant +neiget +neiger +neigera +neigerait +neiges +neigeuse +neigeuses +neigeux +neig +neige +neiges +neigs +nenni +neptune +nerf +nerfs +nerva +nervai +nervaient +nervais +nervait +nervant +nervas +nervasse +nervassent +nervasses +nervassiez +nervassions +nervmes +nervt +nervtes +nerve +nervent +nerver +nervera +nerverai +nerveraient +nerverais +nerverait +nerveras +nerverez +nerveriez +nerverions +nerverons +nerveront +nerves +nerveuse +nerveusement +nerveuses +nerveux +nervez +nerv +nerve +nerves +nervs +nervrent +nerviez +nervions +nervons +nervosit +nervosits +nervure +nervures +net +nets +nette +nettement +nettes +nettet +nettets +nettoie +nettoiement +nettoiements +nettoient +nettoiera +nettoierai +nettoieraient +nettoierais +nettoierait +nettoieras +nettoierez +nettoieriez +nettoierions +nettoierons +nettoieront +nettoies +nettoya +nettoyage +nettoyages +nettoyai +nettoyaient +nettoyais +nettoyait +nettoyant +nettoyas +nettoyasse +nettoyassent +nettoyasses +nettoyassiez +nettoyassions +nettoymes +nettoyt +nettoytes +nettoyer +nettoyeur +nettoyeurs +nettoyeuse +nettoyeuses +nettoyez +nettoy +nettoye +nettoyes +nettoys +nettoyrent +nettoyiez +nettoyions +nettoyons +neuf +neufs +neurasthnie +neurasthnique +neurasthniques +neuroleptique +neuroleptiques +neurologie +neurologique +neurologiques +neurologiste +neurologistes +neurologue +neurologues +neurone +neurones +neurovgtatif +neurovgtatifs +neurovgtative +neurovgtatives +neutralisa +neutralisai +neutralisaient +neutralisais +neutralisait +neutralisant +neutralisas +neutralisasse +neutralisassent +neutralisasses +neutralisassiez +neutralisassions +neutralisation +neutralisations +neutralismes +neutralist +neutralistes +neutralise +neutralisent +neutraliser +neutralisera +neutraliserai +neutraliseraient +neutraliserais +neutraliserait +neutraliseras +neutraliserez +neutraliseriez +neutraliserions +neutraliserons +neutraliseront +neutralises +neutralisez +neutralis +neutralise +neutralises +neutraliss +neutralisrent +neutralisiez +neutralisions +neutralisme +neutralisons +neutraliste +neutralistes +neutralit +neutralits +neutre +neutres +neutron +neutrons +neuvaine +neuvaines +neuvas +neuve +neuves +neuvime +neuvimement +neuvimes +nevers +neveu +neveux +newton +newtons +nez +n +nanmoins +nant +nants +nbuleuse +nbuleusement +nbuleuses +nbuleux +nbulosit +nbulosits +ncessaire +ncessairement +ncessaires +ncessita +ncessitai +ncessitaient +ncessitais +ncessitait +ncessitant +ncessitas +ncessitasse +ncessitassent +ncessitasses +ncessitassiez +ncessitassions +ncessitmes +ncessitt +ncessittes +ncessite +ncessitent +ncessiter +ncessitera +ncessiterai +ncessiteraient +ncessiterais +ncessiterait +ncessiteras +ncessiterez +ncessiteriez +ncessiterions +ncessiterons +ncessiteront +ncessites +ncessiteuse +ncessiteuses +ncessiteux +ncessitez +ncessit +ncessite +ncessites +ncessits +ncessitrent +ncessitiez +ncessitions +ncessitons +ncrologie +ncrologies +ncrologique +ncrologiques +ncromancie +ncromancien +ncromancienne +ncromanciennes +ncromanciens +ncrophage +ncrophages +ncropole +ncropoles +ncrosa +ncrosai +ncrosaient +ncrosais +ncrosait +ncrosant +ncrosas +ncrosasse +ncrosassent +ncrosasses +ncrosassiez +ncrosassions +ncrosmes +ncrost +ncrostes +ncrose +ncrosent +ncroser +ncrosera +ncroserai +ncroseraient +ncroserais +ncroserait +ncroseras +ncroserez +ncroseriez +ncroserions +ncroserons +ncroseront +ncroses +ncrosez +ncros +ncrose +ncroses +ncross +ncrosrent +ncrosiez +ncrosions +ncrosons +ne +nerlandais +nerlandaise +nerlandaises +nes +nfaste +nfastes +nflier +nfliers +ngateur +ngateurs +ngatif +ngatifs +ngation +ngations +ngative +ngativement +ngatives +ngativisme +ngativiste +ngatrice +ngatrices +nglige +ngligea +ngligeable +ngligeables +ngligeai +ngligeaient +ngligeais +ngligeait +ngligeant +ngligeas +ngligeasse +ngligeassent +ngligeasses +ngligeassiez +ngligeassions +ngligemes +ngliget +ngligetes +ngligemment +ngligence +ngligences +ngligent +ngligente +ngligentes +ngligents +ngligeons +ngliger +ngligera +ngligerai +ngligeraient +ngligerais +ngligerait +ngligeras +ngligerez +ngligeriez +ngligerions +ngligerons +ngligeront +ngliges +ngligez +nglig +nglige +ngliges +ngligs +ngligrent +ngligiez +ngligions +ngoce +ngoces +ngocia +ngociable +ngociables +ngociai +ngociaient +ngociais +ngociait +ngociant +ngociante +ngociantes +ngociants +ngocias +ngociasse +ngociassent +ngociasses +ngociassiez +ngociassions +ngociateur +ngociateurs +ngociation +ngociations +ngociatrice +ngociatrices +ngocimes +ngocit +ngocites +ngocie +ngocient +ngocier +ngociera +ngocierai +ngocieraient +ngocierais +ngocierait +ngocieras +ngocierez +ngocieriez +ngocierions +ngocierons +ngocieront +ngocies +ngociez +ngoci +ngocie +ngocies +ngocis +ngocirent +ngociiez +ngociions +ngocions +ngresse +ngresses +ngrier +ngriers +ngrillon +ngrillonne +ngrillonnes +ngrillons +ngritude +ngritudes +ngro +ngrode +ngrodes +nnuphar +nnuphars +no +nolithique +nolithiques +nologisme +nologismes +non +nophyte +nophytes +noplasme +noplasmes +nphrtique +nphrtiques +nphrite +nphrites +nphrologie +npotisme +npotismes +ns +nttoys +nv +nvs +nvralgie +nvralgies +nvralgique +nvralgiques +nvrite +nvrites +nvropathe +nvropathes +nvropathie +nvrose +nvroses +nvros +nvrose +nvroses +nvross +nfle +nfles +ngre +ngres +ni +nia +niai +niaient +niais +niaise +niaisement +niaiserie +niaiseries +niaises +niait +niant +nias +niase +niasement +niases +niasse +niassent +niasses +niassiez +niassions +nimes +nit +nites +nicha +nichai +nichaient +nichais +nichait +nichant +nichas +nichasse +nichassent +nichasses +nichassiez +nichassions +nichmes +nicht +nichtes +niche +nichent +nicher +nichera +nicherai +nicheraient +nicherais +nicherait +nicheras +nicherez +nicheriez +nicherions +nicherons +nicheront +niches +nichez +nich +niche +niches +nichs +nichrent +nichiez +nichions +nichons +nickel +nickela +nickelage +nickelages +nickelai +nickelaient +nickelais +nickelait +nickelant +nickelas +nickelasse +nickelassent +nickelasses +nickelassiez +nickelassions +nickelmes +nickelt +nickeltes +nickeler +nickelez +nickel +nickele +nickeles +nickels +nickelrent +nickeliez +nickelions +nickelle +nickellent +nickellera +nickellerai +nickelleraient +nickellerais +nickellerait +nickelleras +nickellerez +nickelleriez +nickellerions +nickellerons +nickelleront +nickelles +nickelons +nicotine +nid +nidifia +nidifiai +nidifiaient +nidifiais +nidifiait +nidifiant +nidifias +nidifiasse +nidifiassent +nidifiasses +nidifiassiez +nidifiassions +nidifimes +nidifit +nidifites +nidifie +nidifient +nidifier +nidifiera +nidifierai +nidifieraient +nidifierais +nidifierait +nidifieras +nidifierez +nidifieriez +nidifierions +nidifierons +nidifieront +nidifies +nidifiez +nidifi +nidifie +nidifies +nidifis +nidifirent +nidifiiez +nidifiions +nidifions +nids +nie +niella +niellage +niellages +niellai +niellaient +niellais +niellait +niellant +niellas +niellasse +niellassent +niellasses +niellassiez +niellassions +niellmes +niellt +nielltes +nielle +niellent +nieller +niellera +niellerai +nielleraient +niellerais +niellerait +nielleras +niellerez +nielleriez +niellerions +niellerons +nielleront +nielles +nielleur +nielleurs +niellez +niell +nielle +nielles +niells +niellrent +nielliez +niellions +niellons +niellure +niellures +nient +nier +niera +nierai +nieraient +nierais +nierait +nieras +nierez +nieriez +nierions +nierons +nieront +nies +niez +ni +nie +nies +nis +nice +nices +nimes +nirent +nigaud +nigaude +nigaudes +nigauds +nihilisme +nihiliste +nihilistes +niiez +niions +nimba +nimbai +nimbaient +nimbais +nimbait +nimbant +nimbas +nimbasse +nimbassent +nimbasses +nimbassiez +nimbassions +nimbmes +nimbt +nimbtes +nimbe +nimbent +nimber +nimbera +nimberai +nimberaient +nimberais +nimberait +nimberas +nimberez +nimberiez +nimberions +nimberons +nimberont +nimbes +nimbez +nimb +nimbe +nimbes +nimbs +nimbrent +nimbiez +nimbions +nimbons +nimbus +nions +nippa +nippai +nippaient +nippais +nippait +nippant +nippas +nippasse +nippassent +nippasses +nippassiez +nippassions +nippmes +nippt +nipptes +nippe +nippent +nipper +nippera +nipperai +nipperaient +nipperais +nipperait +nipperas +nipperez +nipperiez +nipperions +nipperons +nipperont +nippes +nippez +nipp +nippe +nippes +nipps +nipprent +nippiez +nippions +nippon +nipponne +nipponnes +nippons +nique +niques +niqueur +niqueurs +niqueuse +niqueuses +nirvna +nitouche +nitouches +nitrate +nitrates +nitre +nitreuse +nitreuses +nitreux +nitrique +nitriques +nitroglycrine +nival neige +nivale neige +nivales neige +nivaux neige +niveau +niveaux +nivela +nivelai +nivelaient +nivelais +nivelait +nivelant +nivelas +nivelasse +nivelassent +nivelasses +nivelassiez +nivelassions +nivelmes +nivelt +niveltes +niveler +nivelez +nivel +nivele +niveles +nivels +nivelrent +niveliez +nivelions +nivelle +nivellement +nivellements +nivellent +nivellera +nivellerai +nivelleraient +nivellerais +nivellerait +nivelleras +nivellerez +nivelleriez +nivellerions +nivellerons +nivelleront +nivelles +nivelons +nivernais +nivernaise +nivernaises +nivse +nobel prix +nobiliaire +nobiliaires +noble +noblement +nobles +noblesse +noblesses +noce +noces +noceur +noceurs +noceuse +noceuses +nocif +nocifs +nocive +nocives +nocivit +nocivits +noctambule +noctambules +nocturne +nocturnement +nocturnes +nodosit +nodosits +nodule +nodules +noeud +noeuds +nol +nols +noie +noient +noiera +noierai +noieraient +noierais +noierait +noieras +noierez +noieriez +noierions +noierons +noieront +noies +noir +noiraud +noiraude +noiraudes +noirauds +noirtre +noirtres +noirceur +noirceurs +noirci +noircie +noircies +noircir +noircira +noircirai +noirciraient +noircirais +noircirait +noirciras +noircirent +noircirez +noirciriez +noircirions +noircirons +noirciront +noircis +noircissaient +noircissais +noircissait +noircissant +noircisse +noircissement +noircissements +noircisses +noircissez +noircissiez +noircissions +noircissons +noircissont +noircissure +noircissures +noircit +noircmes +noirct +noirctes +noire +noires +noirs +noise +noises +noisetier +noisetiers +noisette +noisettes +noix +nolisa +nolisai +nolisaient +nolisais +nolisait +nolisant +nolisas +nolisasse +nolisassent +nolisasses +nolisassiez +nolisassions +nolismes +nolist +nolistes +nolise +nolisent +noliser +nolisera +noliserai +noliseraient +noliserais +noliseras +noliserez +noliseriez +noliserions +noliserons +noliseront +nolises +nolisez +nolis +nolise +nolises +noliss +nolisrent +nolisiez +nolisions +nolisons +nom +nomade +nomades +nomadisme +nombre +nombres +nombreuse +nombreuses +nombreux +nombril +nombrils +nomenclature +nomenclatures +nominal +nominale +nominalement +nominales +nominalistes +nominatif +nominatifs +nomination +nominations +nominative +nominativement +nominatives +nominaux +nomma +nommai +nommaient +nommais +nommant +nommas +nommasse +nommassent +nommasses +nommassiez +nommassions +nommmes +nommt +nommtes +nomme +nomment +nommer +nommera +nommerai +nommeraient +nommerais +nommerait +nommeras +nommerez +nommeriez +nommerions +nommerons +nommeront +nommes +nommez +nomm +nomme +nommes +nommment +nomms +nommrent +nommiez +nommions +nommons +noms +non +nonagnaire +nonagnaires +nonante +nonantes +nonce +nonces +nonchalamment +nonchalance +nonchalances +nonchalant +nonchalante +nonchalantes +nonchalants +nonciature +nonciatures +nonne +nonnes +nonobstant +nord +nordique +nordiques +noria +norias +normal +normale +normalement +normales +normalien +normalienne +normaliennes +normaliens +normalisa +normalisai +normalisaient +normalisais +normalisait +normalisant +normalisas +normalisasse +normalisassent +normalisasses +normalisassiez +normalisassions +normalisation +normalisations +normalismes +normalist +normalistes +normalise +normalisent +normaliser +normalisera +normaliserai +normaliseraient +normaliserais +normaliseras +normaliserez +normaliseriez +normaliserions +normaliserons +normaliseront +normalises +normalisez +normalis +normalise +normalises +normaliss +normalisrent +normalisiez +normalisions +normalisons +normalit +normalits +normand +normande +normandes +normandie +normands +normatif +normatifs +normative +normatives +normaux +norme +normes +norvgien +norvgienne +norvgiennes +norvgiens +norvge +nos +nosseigneurs +nostalgie +nostalgies +nostalgique +nostalgiques +nota +notabilit +notabilits +notable +notablement +notables +notai +notaient +notaire +notaires +notairesse +notairesses +notais +notait +notamment +notant +notarial +notariale +notariales +notariat +notariaux +notari +notarie +notaries +notaris +notas +notasse +notassent +notasses +notassiez +notassions +notation +notations +notmes +nott +nottes +note +notent +noter +notera +noterai +noteraient +noterais +noterait +noteras +noterez +noteriez +noterions +noterons +noteront +notes +notez +not +note +notes +nots +notrent +notice +notices +notiez +notifia +notifiai +notifiaient +notifiais +notifiait +notifiant +notifias +notifiasse +notifiassent +notifiasses +notifiassiez +notifiassions +notifimes +notifit +notifites +notification +notifications +notifie +notifient +notifier +notifiera +notifierai +notifieraient +notifierais +notifierait +notifieras +notifierez +notifieriez +notifierions +notifierons +notifieront +notifies +notifiez +notifi +notifie +notifies +notifis +notifirent +notifiiez +notifiions +notifions +notion +notions +notoire +notoirement +notoires +notons +notorit +notorits +notre adj +notule +notules +noua +nouai +nouaient +nouais +nouait +nouant +nouas +nouasse +nouassent +nouasses +nouassiez +nouassions +noumes +nout +noutes +nouba +noue +nouent +nouer +nouera +nouerai +noueraient +nouerais +nouerait +noueras +nouerez +noueriez +nouerions +nouerons +noueront +noues +noueuse +noueuses +noueux +nouez +nou +noue +noues +nous +nourent +nougat +nougats +nouiez +nouille +nouilles +nouions +nounours +nouons +nourri +nourrice +nourrices +nourricier +nourriciers +nourricire +nourricires +nourrie +nourries +nourrir +nourrira +nourrirai +nourriraient +nourrirais +nourrirait +nourriras +nourrirent +nourrirez +nourririez +nourririons +nourrirons +nourriront +nourris +nourrissaient +nourrissais +nourrissait +nourrissant +nourrissante +nourrissantes +nourrissants +nourrisse +nourrissent +nourrisses +nourrisseur +nourrisseurs +nourrissez +nourrissiez +nourrissions +nourrisson +nourrissons +nourrissont +nourrit +nourriture +nourritures +nourrmes +nourrt +nourrtes +nous +nouveau +nouveaut +nouveauts +nouveaux +nouvel +nouvelle +nouvelles +nouvelliste +nouvellistes +nova +novas +novateur +novateurs +novatrice +novatrices +novembre +novembres +novice +novices +noviciat +noviciats +noya +noyade +noyades +noyai +noyaient +noyais +noyait +noyant +noyas +noyasse +noyassent +noyasses +noyassiez +noyassions +noyau +noyauta +noyautage +noyautages +noyautai +noyautaient +noyautais +noyautait +noyautant +noyautas +noyautasse +noyautassent +noyautasses +noyautassiez +noyautassions +noyautmes +noyautt +noyauttes +noyaute +noyautent +noyauter +noyautera +noyauterai +noyauteraient +noyauterais +noyauterait +noyauteras +noyauterez +noyauteriez +noyauterions +noyauterons +noyauteront +noyautes +noyautez +noyaut +noyaute +noyautes +noyauts +noyautrent +noyautiez +noyautions +noyautons +noyaux +noymes +noyt +noytes +noyer +noyers +noyez +noy +noye +noyes +noys +noyrent +noyiez +noyions +noyons +ntre +ntres +nt +nu +nuage +nuages +nuageuse +nuageuses +nuageux +nuance +nuancent +nuancer +nuancera +nuancerai +nuanceraient +nuancerais +nuancerait +nuanceras +nuancerez +nuanceriez +nuancerions +nuancerons +nuanceront +nuances +nuancez +nuanc +nuance +nuances +nuancs +nuancrent +nuanciez +nuancions +nuana +nuanai +nuanaient +nuanais +nuanait +nuanant +nuanas +nuanasse +nuanassent +nuanasses +nuanassiez +nuanassions +nuanmes +nuant +nuantes +nuanons +nubile +nubiles +nubilit +nubilits +nuclaire +nuclaires +nudisme +nudiste +nudistes +nudit +nudits +nue +nues +nue +nues +nui +nuie +nuies +nuira +nuirai +nuiraient +nuirais +nuirait +nuiras +nuire +nuirez +nuiriez +nuirions +nuirons +nuiront +nuis +nuisaient +nuisais +nuisait +nuisance +nuisances +nuisant +nuise +nuisent +nuises +nuisez +nuisible +nuisibles +nuisiez +nuisions +nuisirent +nuisis +nuisisse +nuisissent +nuisisses +nuisissiez +nuisissions +nuisit +nuismes +nuist +nuistes +nuisons +nuit +nuitamment +nuite +nuites +nuits +nul +nulle +nullement +nulles +nullit +nullits +nuls +numraire +numraires +numral +numrale +numrales +numrateur +numrateurs +numration +numrations +numraux +numrique +numriquement +numriques +numro +numros +numrota +numrotage +numrotages +numrotai +numrotaient +numrotais +numrotait +numrotant +numrotas +numrotasse +numrotassent +numrotasses +numrotassiez +numrotassions +numrotation +numrotations +numrotmes +numrott +numrottes +numrote +numrotent +numroter +numrotera +numroterai +numroteraient +numroterais +numroterait +numroteras +numroterez +numroteriez +numroterions +numroterons +numroteront +numrotes +numroteur +numroteurs +numrotez +numrot +numrote +numrotes +numrots +numrotrent +numrotiez +numrotions +numrotons +numismate +numismates +numismatique +numismatiques +nuptial +nuptiale +nuptiales +nuptialit +nuptialits +nuptiaux +nuque +nuques +nurse +nurses +nus +nutritif +nutritifs +nutrition +nutritions +nutritive +nutritives +nylon +nymphe +nymphes +nympha +nymphas +nymphose +o +oasis +obdience +obdiences +obi +obie +obies +obir +obira +obirai +obiraient +obirais +obirait +obiras +obirent +obirez +obiriez +obirions +obirons +obiront +obis +obissaient +obissais +obissait +obissance +obissances +obissant +obissante +obissantes +obissants +obisse +obissent +obisses +obissez +obissiez +obissions +obissons +obit +obmes +obt +obtes +oblisque +oblisques +obra +obrai +obraient +obrais +obrait +obrant +obras +obrasse +obrassent +obrasses +obrassiez +obrassions +obrmes +obrt +obrtes +obrer +obrera +obrerai +obreraient +obrerais +obrerait +obreras +obrerez +obreriez +obrerions +obrerons +obreront +obrez +obr +obre +obres +obrs +obrrent +obriez +obrions +obrons +obsit +obre +obrent +obres +obse +obses +objecta +objectai +objectaient +objectais +objectait +objectant +objectas +objectasse +objectassent +objectasses +objectassiez +objectassions +objectmes +objectt +objecttes +objecte +objectent +objecter +objectera +objecterai +objecteraient +objecterais +objecterait +objecteras +objecterez +objecteriez +objecterions +objecterons +objecteront +objectes +objecteur +objecteurs +objectez +object +objecte +objectes +objects +objectrent +objectiez +objectif +objectifs +objection +objections +objectiva +objectivai +objectivaient +objectivais +objectivait +objectivant +objectivas +objectivasse +objectivassent +objectivasses +objectivassiez +objectivassions +objectivmes +objectivt +objectivtes +objective +objectivement +objectivent +objectiver +objectivera +objectiverai +objectiveraient +objectiverais +objectiverait +objectiveras +objectiverez +objectiveriez +objectiverions +objectiverons +objectiveront +objectives +objectivez +objectiv +objective +objectives +objectivs +objectivrent +objectiviez +objectivions +objectivit +objectivits +objectivons +objectons +objet +objets +objurgation +objurgations +oblat +oblate +oblates +oblation +oblations +oblats +obligataire +obligataires +obligation +obligations +obligatoire +obligatoirement +obligatoires +oblige +obligea +obligeai +obligeaient +obligeais +obligeait +obligeamment +obligeance +obligeances +obligeant +obligeas +obligeasse +obligeassent +obligeasses +obligeassiez +obligeassions +obligemes +obliget +obligetes +obligent +obligeons +obliger +obligera +obligerai +obligeraient +obligerais +obligerait +obligeras +obligerez +obligeriez +obligerions +obligerons +obligeront +obliges +obligez +oblig +oblige +obliges +obligs +obligrent +obligiez +obligions +obliqua +obliquai +obliquaient +obliquais +obliquait +obliquant +obliquas +obliquasse +obliquassent +obliquasses +obliquassiez +obliquassions +obliqumes +obliqut +obliqutes +oblique +obliquement +obliquent +obliquer +obliquera +obliquerai +obliqueraient +obliquerais +obliquerait +obliqueras +obliquerez +obliqueriez +obliquerions +obliquerons +obliqueront +obliques +obliquez +obliqu +oblique +obliques +obliqus +obliqurent +obliquiez +obliquions +obliquit +obliquits +obliquons +oblitra +oblitrai +oblitraient +oblitrais +oblitrait +oblitrant +oblitras +oblitrasse +oblitrassent +oblitrasses +oblitrassiez +oblitrassions +oblitration +oblitrations +oblitrmes +oblitrt +oblitrtes +oblitrer +oblitrera +oblitrerai +oblitreraient +oblitrerais +oblitrerait +oblitreras +oblitrerez +oblitreriez +oblitrerions +oblitrerons +oblitreront +oblitrez +oblitr +oblitre +oblitres +oblitrs +oblitrrent +oblitriez +oblitrions +oblitrons +oblitre +oblitrent +oblitres +oblong +oblongs +oblongue +oblongues +obnubila +obnubilai +obnubilaient +obnubilais +obnubilait +obnubilant +obnubilas +obnubilasse +obnubilassent +obnubilasses +obnubilassiez +obnubilassions +obnubilmes +obnubilt +obnubiltes +obnubile +obnubilent +obnubiler +obnubilera +obnubilerai +obnubileraient +obnubilerais +obnubilerait +obnubileras +obnubilerez +obnubileriez +obnubilerions +obnubilerons +obnubileront +obnubiles +obnubilez +obnubil +obnubile +obnubiles +obnubils +obnubilrent +obnubiliez +obnubilions +obnubilons +obole +oboles +obscnit +obscnits +obscne +obscnes +obscur +obscurantisme +obscurantiste +obscurantistes +obscurci +obscurcie +obscurcies +obscurcir +obscurcira +obscurcirai +obscurciraient +obscurcirais +obscurcirait +obscurciras +obscurcirent +obscurcirez +obscurciriez +obscurcirions +obscurcirons +obscurciront +obscurcis +obscurcissaient +obscurcissais +obscurcissait +obscurcissant +obscurcisse +obscurcissement +obscurcissements +obscurcissent +obscurcisses +obscurcissez +obscurcissiez +obscurcissions +obscurcissons +obscurcit +obscurcmes +obscurct +obscurctes +obscure +obscures +obscurment +obscurit +obscurits +obscurs +observa +observable +observables +observai +observaient +observais +observait +observance +observances +observant +observas +observasse +observassent +observasses +observassiez +observassions +observateur +observateurs +observation +observations +observatoire +observatoires +observatrice +observatrices +observmes +observt +observtes +observe +observent +observer +observera +observerai +observeraient +observerais +observerait +observeras +observerez +observeriez +observerions +observerons +observeront +observes +observez +observ +observe +observes +observs +observrent +observiez +observions +observons +obsession +obsessions +obsda +obsdai +obsdaient +obsdais +obsdait +obsdant +obsdante +obsdantes +obsdants +obsdas +obsdasse +obsdassent +obsdasses +obsdassiez +obsdassions +obsdmes +obsdt +obsdtes +obsder +obsdera +obsderai +obsderaient +obsderais +obsderait +obsderas +obsderez +obsderiez +obsderions +obsderons +obsderont +obsdez +obsd +obsde +obsdes +obsds +obsdrent +obsdiez +obsdions +obsdons +obsquieuse +obsquieusement +obsquieuses +obsquieux +obsquiosit +obsquiosits +obsde +obsdent +obsdes +obsques +obsidienne +obstacle +obstacles +obsttrique +obsttriques +obstina +obstinai +obstinaient +obstinais +obstinait +obstinant +obstinas +obstinasse +obstinassent +obstinasses +obstinassiez +obstinassions +obstination +obstinations +obstinmes +obstint +obstintes +obstine +obstinent +obstiner +obstinera +obstinerai +obstineraient +obstinerais +obstinerait +obstineras +obstinerez +obstineriez +obstinerions +obstinerons +obstineront +obstines +obstinez +obstin +obstine +obstines +obstinment +obstins +obstinrent +obstiniez +obstinions +obstinons +obstrua +obstruai +obstruaient +obstruais +obstruait +obstruant +obstruas +obstruasse +obstruassent +obstruasses +obstruassiez +obstruassions +obstrumes +obstrut +obstrutes +obstructif +obstructifs +obstruction +obstructions +obstructive +obstructives +obstrue +obstruent +obstruer +obstruera +obstruerai +obstrueraient +obstruerais +obstruerait +obstrueras +obstruerez +obstrueriez +obstruerions +obstruerons +obstrueront +obstrues +obstruez +obstru +obstrue +obstrues +obstrus +obstrurent +obstruiez +obstruions +obstruons +obtempra +obtemprai +obtempraient +obtemprais +obtemprait +obtemprant +obtempras +obtemprasse +obtemprassent +obtemprasses +obtemprassiez +obtemprassions +obtemprmes +obtemprt +obtemprtes +obtemprer +obtemprera +obtemprerai +obtempreraient +obtemprerais +obtemprerait +obtempreras +obtemprerez +obtempreriez +obtemprerions +obtemprerons +obtempreront +obtemprez +obtempr +obtempre +obtempres +obtemprs +obtemprrent +obtempriez +obtemprions +obtemprons +obtempre +obtemprent +obtempres +obtenaient +obtenais +obtenait +obtenant +obtenez +obteniez +obtenions +obtenir +obtenons +obtention +obtentions +obtenu +obtenue +obtenuees +obtenues +obtenus +obtiendra +obtiendrai +obtiendraient +obtiendrais +obtiendrait +obtiendras +obtiendrez +obtiendriez +obtiendrions +obtiendrons +obtiendront +obtienne +obtiennent +obtiennes +obtiens +obtient +obtinrent +obtins +obtinsse +obtinssent +obtinsses +obtinssiez +obtinssions +obtint +obtnmes +obtnt +obtntes +obtura +obturai +obturaient +obturais +obturait +obturant +obturas +obturasse +obturassent +obturasses +obturassiez +obturassions +obturateur +obturateurs +obturation +obturations +obturatrice +obturatrices +obturmes +obturt +obturtes +obture +obturent +obturer +obturera +obturerai +obtureraient +obturerais +obturerait +obtureras +obturerez +obtureriez +obturerions +obturerons +obtureront +obtures +obturez +obtur +obture +obtures +obturs +obturrent +obturiez +obturions +obturons +obtus +obtuse +obtuses +obus +obusier +obusiers +obvia +obviai +obviaient +obviais +obviait +obviant +obvias +obviasse +obviassent +obviasses +obviassiez +obviassions +obvimes +obvit +obvites +obvie +obvient +obvier +obviera +obvierai +obvieraient +obvierais +obvierait +obvieras +obvierez +obvieriez +obvierions +obvierons +obvieront +obvies +obviez +obvi +obvie +obvies +obvis +obvirent +obviiez +obviions +obvions +oc +ocarina +ocarinas +occasion +occasionna +occasionnai +occasionnaient +occasionnais +occasionnait +occasionnant +occasionnas +occasionnasse +occasionnassent +occasionnasses +occasionnassiez +occasionnassions +occasionnmes +occasionnt +occasionntes +occasionne +occasionnel +occasionnelle +occasionnellement +occasionnelles +occasionnels +occasionnent +occasionner +occasionnera +occasionnerai +occasionneraient +occasionnerais +occasionnerait +occasionneras +occasionnerez +occasionneriez +occasionnerions +occasionnerons +occasionneront +occasionnes +occasionnez +occasionn +occasionne +occasionnes +occasionns +occasionnrent +occasionniez +occasionnions +occasionnons +occasions +occident +occidental +occidentale +occidentales +occidentaux +occipital +occipitale +occipitales +occipitaux +occiput +occiputs +occira +occirai +occiraient +occirais +occirait +occiras +occire +occirez +occiriez +occirions +occirons +occiront +occis +occisaient +occisais +occisait +occisant +occise +occisent +occises +occisez +occisiez +occisions +occit +occitan +occitane +occitanes +occitans +occlusif +occlusifs +occlusion +occlusions +occlusive +occlusives +occu +occue +occues +occulta +occultai +occultaient +occultais +occultait +occultant +occultas +occultasse +occultassent +occultasses +occultassiez +occultassions +occultation +occultations +occultmes +occultt +occulttes +occulte +occultent +occulter +occultera +occulterai +occulteraient +occulterais +occulterait +occulteras +occulterez +occulteriez +occulterions +occulterons +occulteront +occultes +occultez +occult +occulte +occultes +occults +occultrent +occultiez +occultions +occultisme +occultismes +occultiste +occultistes +occultons +occupa +occupai +occupaient +occupais +occupait +occupant +occupante +occupantes +occupants +occupas +occupasse +occupassent +occupasses +occupassiez +occupassions +occupation +occupations +occupmes +occupt +occuptes +occupe +occupent +occuper +occupera +occuperai +occuperaient +occuperais +occuperait +occuperas +occuperez +occuperiez +occuperions +occuperons +occuperont +occupes +occupez +occup +occupe +occupes +occups +occuprent +occupiez +occupions +occupons +occurence +occurences +occurent +occus +occusse +occussent +occusses +occussiez +occussions +occut +occmes +occt +occtes +ocelle +ocelles +ocell +ocelle +ocelles +ocells +ocelot +ocelots +ocan +ocanide +ocanides +ocanie +ocanien +ocanienne +ocaniennes +ocaniens +ocanique +ocaniques +ocanographie +ocans +ocre +ocreuse +ocreuses +ocreux +octadre +octadres +octane +octave +octaves +octavo +octet +octets +octobre +octobres +octognaire +octognaires +octogonal +octogonale +octogonales +octogonaux +octogone +octogones +octosyllabe +octosyllabes +octosyllabique +octosyllabiques +octroi +octroie +octroient +octroiera +octroierai +octroieraient +octroierais +octroierait +octroieras +octroierez +octroieriez +octroierions +octroierons +octroieront +octroies +octrois +octroya +octroyai +octroyaient +octroyais +octroyait +octroyant +octroyas +octroyasse +octroyassent +octroyasses +octroyassiez +octroyassions +octroymes +octroyer +octroyez +octroy +octroye +octroyes +octroys +octroyrent +octroyiez +octroyions +octroyons +oculaire +oculaires +oculiste +oculistes +odalisque +odalisques +ode +odes +odeur +odeurs +odieuse +odieusement +odieuses +odieux +odontalgie +odontalgies +odontalgique +odontalgiques +odontologie +odorant +odorante +odorantes +odorants +odorat +odorats +odorifrant +odorifrante +odorifrantes +odorifrants +odysse +odysses +oecumnique +oecumniques +oecumnisme +oedme +oedmes +oedipe +oeil +oeillade +oeillades +oeillet +oeillets +oeillre +oeillres +oenologie +oesophage +oesophages +oeuf +oeufs +oeuvra +oeuvrai +oeuvraient +oeuvrais +oeuvrait +oeuvrant +oeuvras +oeuvrasse +oeuvrassent +oeuvrasses +oeuvrassiez +oeuvrassions +oeuvrmes +oeuvrt +oeuvrtes +oeuvre +oeuvrent +oeuvrer +oeuvrera +oeuvrerai +oeuvreraient +oeuvrerais +oeuvrerait +oeuvreras +oeuvrerez +oeuvreriez +oeuvrerions +oeuvrerons +oeuvreront +oeuvres +oeuvrez +oeuvr +oeuvre +oeuvres +oeuvrs +oeuvrrent +oeuvriez +oeuvrions +oeuvrons +offensa +offensai +offensaient +offensais +offensait +offensant +offensas +offensasse +offensassent +offensasses +offensassiez +offensassions +offensmes +offenst +offenstes +offense +offensent +offenser +offensera +offenserai +offenseraient +offenserais +offenserait +offenseras +offenserez +offenseriez +offenserions +offenserons +offenseront +offenses +offenseur +offenseurs +offensez +offens +offense +offenses +offenss +offensrent +offensiez +offensif +offensifs +offensions +offensive +offensivement +offensives +offensons +offert +offerte +offertes +offertoire +offertoires +offerts +office +offices +officia +officiai +officiaient +officiais +officiait +officialisa +officialisai +officialisaient +officialisais +officialisait +officialisant +officialisas +officialisasse +officialisassent +officialisasses +officialisassiez +officialisassions +officialismes +officialist +officialistes +officialise +officialisent +officialiser +officialisera +officialiserai +officialiseraient +officialiserais +officialiserait +officialiseras +officialiserez +officialiseriez +officialiserions +officialiserons +officialiseront +officialises +officialisez +officialis +officialise +officialises +officialiss +officialisrent +officialisiez +officialisions +officialisons +officialit +officialits +officiant +officiants +officias +officiasse +officiassent +officiasses +officiassiez +officiassions +officimes +officit +officites +officie +officiel +officielle +officiellement +officielles +officiels +officient +officier +officiera +officierai +officieraient +officierais +officierait +officieras +officierez +officieriez +officierions +officierons +officieront +officiers +officies +officieuse +officieusement +officieuses +officieux +officiez +offici +officie +officies +officis +officirent +officiiez +officiions +officinal +officinale +officinales +officinaux +officine +officines +officions +offraient +offrais +offrait +offrande +offrandes +offrant +offre +offrent +offres +offrez +offriez +offrions +offrir +offrira +offrirai +offriraient +offrirais +offrirait +offriras +offrirent +offrirez +offririez +offririons +offrirons +offriront +offris +offrisse +offrissent +offrisses +offrissiez +offrissions +offrit +offrmes +offrt +offrtes +offrons +offset +offusqua +offusquai +offusquaient +offusquais +offusquait +offusquant +offusquas +offusquasse +offusquassent +offusquasses +offusquassiez +offusquassions +offusqumes +offusqut +offusqutes +offusque +offusquent +offusquer +offusquera +offusquerai +offusqueraient +offusquerais +offusquerait +offusqueras +offusquerez +offusqueriez +offusquerions +offusquerons +offusqueront +offusques +offusquez +offusqu +offusque +offusques +offusqus +offusqurent +offusquiez +offusquions +offusquons +ogival +ogivale +ogivales +ogivaux +ogive +ogives +ogre +ogres +ogressse +ogressses +oh +oh +ohm +ohms +oie +oies +oignaient +oignais +oignait +oignant +oigne +oignent +oignes +oignez +oigniez +oignions +oignirent +oignis +oignisse +oignissent +oignisses +oignissiez +oignissions +oignit +oignmes +oignt +oigntes +oignon +oignons +oil +oindra +oindrai +oindraient +oindrais +oindrait +oindras +oindre +oindrez +oindriez +oindrions +oindrons +oindront +oins +oint +ointe +ointes +oints +oiseau +oiseaux +oiselet +oiselets +oiseleur +oiseleurs +oiselier +oiseliers +oisellerie +oiselleries +oiseuse +oiseusement +oiseuses +oiseux +oisif +oisifs +oisillon +oisillons +oisive +oisivement +oisives +oisivet +oisivets +oison +oisons +odium +ol +okoum +olagineuse +olagineusement +olagineuses +olagineux +oline +oloduc +oloducs +olfactif +olfactifs +olfaction +olfactions +olfactive +olfactives +olibrius +olifant +olifants +oligarchie +oligarchies +olivaie +olivaies +olivtre +olivtres +olive +oliveraie +oliveraies +olives +olivette +olivettes +olivier +oliviers +olographe +olographes +olympe +olympiade +olympiades +olympien +olympienne +olympiennes +olympiens +olympique +olympiques +ombelle +ombelles +ombellifres +ombilic +ombilical +ombilicale +ombilicales +ombilicaux +ombilics +omble +ombles +ombra +ombrage +ombragea +ombrageai +ombrageaient +ombrageais +ombrageait +ombrageant +ombrageas +ombrageasse +ombrageassent +ombrageasses +ombrageassiez +ombrageassions +ombragemes +ombraget +ombragetes +ombragent +ombrageons +ombrager +ombragera +ombragerai +ombrageraient +ombragerais +ombragerait +ombrageras +ombragerez +ombrageriez +ombragerions +ombragerons +ombrageront +ombrages +ombrageuse +ombrageusement +ombrageuses +ombrageux +ombragez +ombrag +ombrage +ombrages +ombrags +ombragrent +ombragiez +ombragions +ombrai +ombraient +ombrais +ombrait +ombrant +ombras +ombrasse +ombrassent +ombrasses +ombrassiez +ombrassions +ombrmes +ombrt +ombrtes +ombre +ombrelle +ombrelles +ombrent +ombrer +ombrera +ombrerai +ombreraient +ombrerais +ombrerait +ombreras +ombrerez +ombreriez +ombrerions +ombrerons +ombreront +ombres +ombreuse +ombreuses +ombreux +ombrez +ombr +ombre +ombres +ombrs +ombrrent +ombriez +ombrions +ombrons +omelette +omelettes +omet +omets +omettaient +omettais +omettait +omettant +omette +omettent +omettes +omettez +omettiez +omettions +omettons +omettra +omettrai +omettraient +omettrais +omettrait +omettras +omettre +omettrez +omettriez +omettrions +omettrons +omettront +omga +omicron +omirent +omis +omise +omises +omisse +omissent +omisses +omissiez +omission +omissions +omit +ommes +omt +omtes +omnibus +omnipotence +omnipotent +omnipotente +omnipotentes +omnipotents +omniscient +omnisciente +omniscientes +omniscients +omnivore +omnivores +omoplate +omoplates +on +onagre +onagres +onanisme +onanismes +once +onces +oncle +oncles +onction +onctions +onctueuse +onctueusement +onctueuses +onctueux +onctuosit +onctuosits +onde +ondes +ond +onde +ondes +onds +ondoie +ondoiement +ondoiements +ondoient +ondoiera +ondoierai +ondoieraient +ondoierais +ondoierait +ondoieras +ondoierez +ondoieriez +ondoierions +ondoierons +ondoieront +ondoies +ondoya +ondoyai +ondoyaient +ondoyais +ondoyait +ondoyant +ondoyas +ondoyasse +ondoyassent +ondoyasses +ondoyassiez +ondoyassions +ondoymes +ondoyt +ondoytes +ondoyer +ondoyez +ondoy +ondoye +ondoyes +ondoys +ondoyrent +ondoyiez +ondoyions +ondoyons +ondula +ondulai +ondulaient +ondulais +ondulait +ondulant +ondulas +ondulasse +ondulassent +ondulasses +ondulassez +ondulassiez +ondulassions +ondulation +ondulations +ondulatoire +ondulatoires +ondulmes +ondult +ondultes +ondule +ondulent +onduler +ondulera +ondulerai +onduleraient +ondulerais +ondulerait +onduleras +ondulerez +onduleriez +ondulerions +ondulerons +onduleront +ondules +onduleuse +onduleuses +onduleux +ondulez +ondul +ondule +ondulee +onduls +ondulrent +onduliez +ondulions +ondulons +onreuse +onreuses +onreux +ongle +ongles +onglet +onglets +ongle +ongles +ongue +onguent +onguents +ongues +ongul +ongule +ongules +onguls +onirique +oniriques +oniromacie +onomastique +onomastiques +onomatope +onomatopes +ont +ontogense +ontogenses +ontologie +ontologique +ontologiques +onyx +onze +onzime +onzimement +oosphre +oosphres +opacifia +opacifiai +opacifiaient +opacifiais +opacifiait +opacifiant +opacifias +opacifiasse +opacifiassent +opacifiasses +opacifiassiez +opacifiassions +opacifimes +opacifit +opacifites +opacifie +opacifient +opacifier +opacifiera +opacifierai +opacifieraient +opacifierais +opacifierait +opacifieras +opacifierez +opacifieriez +opacifierions +opacifierons +opacifieront +opacifies +opacifiez +opacifi +opacifie +opacifies +opacifis +opacifirent +opacifiiez +opacifiions +opacifions +opacit +opacits +opale +opales +opalescence +opalescences +opalescent +opalescente +opalescentes +opalescents +opalin +opaline +opalines +opalins +opaque +opaques +opercule +opercules +opra +oprable +oprables +oprai +opraient +oprais +oprait +oprande +oprandes +oprant +opras +oprasse +oprassent +oprasses +oprassiez +oprassions +oprateur +oprateurs +opration +oprationnel +oprationnelle +oprationnelles +oprationnels +oprations +opratoire +opratoires +oprmes +oprt +oprtes +oprer +oprera +oprerai +opreraient +oprerais +oprerait +opreras +oprerez +opreriez +oprerions +oprerons +opreront +oprette +oprettes +oprez +opr +opre +opres +oprs +oprrent +opriez +oprions +oprons +opre +oprent +opres +ophiclide +ophiclides +ophidiens +ophtalmie +ophtalmies +ophtalmique +ophtalmiques +ophtalmologie +ophtalmologique +ophtalmologiques +ophtalmologistes +ophtalmologue +ophtalmoscopie +opiac +opiace +opiaces +opiacs +opina +opinai +opinaient +opinais +opinait +opinant +opinas +opinasse +opinassent +opinasses +opinassiez +opinassions +opinmes +opint +opintes +opine +opinent +opiner +opinera +opinerai +opineraient +opinerais +opinerait +opineras +opinerez +opineriez +opinerions +opinerons +opineront +opines +opinez +opin +opine +opines +opins +opinrent +opinitra +opinitrai +opinitraient +opinitrais +opinitrait +opinitrant +opinitras +opinitrasse +opinitrassent +opinitrasses +opinitrassiez +opinitrassions +opinitrmes +opinitrt +opinitrtes +opinitre +opinitrement +opinitrent +opinitrer +opinitrera +opinitrerai +opinitreraient +opinitrerais +opinitrerait +opinitreras +opinitrerez +opinitreriez +opinitrerions +opinitrerons +opinitreront +opinitres +opinitret +opinitrets +opinitrez +opinitr +opinitre +opinitres +opinitrs +opinitrrent +opinitriez +opinitrions +opinitrons +opiniez +opinion +opinions +opinons +opiomane +opiomanes +opium +opopanax +opoponax +opossum +opossums +oppidum +opportun +opportune +opportunes +opportunment +opportunisme +opportuniste +opportunistes +opportunit +opportunits +opportuns +opposa +opposable +opposables +opposai +opposaient +opposais +opposait +opposant +opposante +opposantes +opposants +opposas +opposasse +opposassent +opposasses +opposassiez +opposassions +opposmes +oppost +oppostes +oppose +opposent +opposer +opposera +opposerai +opposeraient +opposerais +opposerait +opposeras +opposerez +opposeriez +opposerions +opposerons +opposeront +opposes +opposez +oppos +oppose +opposes +opposs +opposrent +opposiez +opposions +opposite +opposition +oppositions +opposons +oppressa +oppressai +oppressaient +oppressais +oppressait +oppressant +oppressas +oppressasse +oppressassent +oppressasses +oppressassiez +oppressassions +oppressmes +oppresst +oppresstes +oppresse +oppressent +oppresser +oppressera +oppresserai +oppresseraient +oppresserais +oppresserait +oppresseras +oppresserez +oppresseriez +oppresserions +oppresserons +oppresseront +oppresses +oppresseur +oppresseurs +oppressez +oppress +oppresse +oppresses +oppresss +oppressrent +oppressiez +oppressif +oppressifs +oppression +oppressions +oppressive +oppressives +oppressons +opprima +opprimai +opprimaient +opprimais +opprimait +opprimant +opprimas +opprimasse +opprimassent +opprimasses +opprimassiez +opprimassions +opprimmes +opprimt +opprimtes +opprime +oppriment +opprimer +opprimera +opprimerai +opprimeraient +opprimerais +opprimerait +opprimeras +opprimerez +opprimeriez +opprimerions +opprimerons +opprimeront +opprimes +opprimez +opprim +opprime +opprimes +opprims +opprimrent +opprimiez +opprimions +opprimons +opprobre +opprobres +opta +optai +optaient +optais +optait +optant +optas +optasse +optassent +optasses +optassiez +optassions +optatif +optatifs +optative +optatives +optmes +optt +opttes +opte +optent +opter +optera +opterai +opteraient +opterais +opterait +opteras +opterez +opteriez +opterions +opterons +opteront +optes +optez +opt +opte +optes +opts +optrent +opticien +opticiens +optiez +optimal +optimale +optimales +optimaux +optimisa +optimisai +optimisaient +optimisais +optimisait +optimisant +optimisas +optimisasse +optimisassent +optimisasses +optimisassiez +optimisassions +optimisation +optimisations +optimismes +optimist +optimistes +optimise +optimisent +optimiser +optimisera +optimiserai +optimiseraient +optimiserais +optimiserait +optimiseras +optimiserez +optimiseriez +optimiserions +optimiserons +optimiseront +optimises +optimisez +optimis +optimise +optimises +optimiss +optimisrent +optimisiez +optimisions +optimisme +optimisons +optimiste +optimistes +optimum +option +options +optique +optiques +optons +opulence +opulences +opulent +opulente +opulentes +opulents +opuntia +opuntias +opuscule +opuscules +or +oracle +oracles +orage +orages +orageuse +orageusement +orageuses +orageux +oraison +oraisons +oral +orale +oralement +orales +orang +orange +orangeade +orangeades +oranger +orangeraie +orangeraies +orangerie +orangeries +orangers +oranges +orang +orange +oranges +orangs +orateur +orateurs +oratoire +oratoires +oratorien +oratoriens +oratorio +oratorios +oratrice +oratrices +oraux +orbe +orbes +orbiculaire +orbiculairement +orbiculaires +orbitaire +orbitaires +orbital +orbitale +orbitales +orbitaux +orbite +orbites +orchestra +orchestrai +orchestraient +orchestrais +orchestrait +orchestral +orchestrale +orchestrales +orchestrant +orchestras +orchestrasse +orchestrassent +orchestrasses +orchestrassiez +orchestrassions +orchestration +orchestrations +orchestraux +orchestrmes +orchestrt +orchestrtes +orchestre +orchestrent +orchestrer +orchestrera +orchestrerai +orchestreraient +orchestrerais +orchestrerait +orchestreras +orchestrerez +orchestreriez +orchestrerions +orchestrerons +orchestreront +orchestres +orchestrez +orchestr +orchestre +orchestres +orchestrs +orchestrrent +orchestriez +orchestrions +orchestrons +orchidaces +orchide +orchides +ordinaire +ordinairement +ordinaires +ordinal +ordinale +ordinales +ordinateur +ordinateurs +ordination +ordinations +ordinaux +ordonna +ordonnai +ordonnaient +ordonnais +ordonnait +ordonnance +ordonnancement +ordonnancements +ordonnancent +ordonnancer +ordonnancera +ordonnancerai +ordonnanceraient +ordonnancerais +ordonnancerait +ordonnanceras +ordonnancerez +ordonnanceriez +ordonnancerions +ordonnancerons +ordonnanceront +ordonnances +ordonnancez +ordonnanc +ordonnance +ordonnances +ordonnancs +ordonnancrent +ordonnanciez +ordonnancions +ordonnana +ordonnanai +ordonnanaient +ordonnanais +ordonnanait +ordonnanant +ordonnanas +ordonnanasse +ordonnanassent +ordonnanasses +ordonnanassiez +ordonnanassions +ordonnanmes +ordonnant +ordonnantes +ordonnanons +ordonnant +ordonnas +ordonnasse +ordonnassent +ordonnasses +ordonnassiez +ordonnassions +ordonnateur +ordonnateurs +ordonnatrice +ordonnatrices +ordonnmes +ordonnt +ordonntes +ordonne +ordonnent +ordonner +ordonnera +ordonnerai +ordonneraient +ordonnerais +ordonnerait +ordonneras +ordonnerez +ordonneriez +ordonnerions +ordonnerons +ordonneront +ordonnes +ordonnez +ordonn +ordonne +ordonnes +ordonns +ordonnrent +ordonniez +ordonnions +ordonnons +ordre +ordres +ordure +ordures +ordurier +orduriers +ordurire +ordurires +oreille +oreiller +oreillers +oreilles +oreillette +oreillettes +oreillons +ores +ore +ores +orfvre +orfvrerie +orfvreries +orfvres +orfraie +orfraies +organdi +organe +organes +organigramme +organigrammes +organique +organiquement +organiques +organisa +organisai +organisaient +organisais +organisait +organisant +organisas +organisasse +organisassent +organisasses +organisassiez +organisassions +organisateur +organisateurs +organisation +organisations +organisatrice +organisatrices +organismes +organist +organistes +organise +organisent +organiser +organisera +organiserai +organiseraient +organiserais +organiserait +organiseras +organiserez +organiseriez +organiserions +organiserons +organiseront +organises +organisez +organis +organise +organises +organiss +organisrent +organisiez +organisions +organisme +organismes +organisons +organiste +organistes +orgasme +orgasmes +orge +orgeat +orgeats +orgelet +orgelets +orgiaque +orgiaques +orgie +orgies +orgue +orgueil +orgueilleuse +orgueilleusement +orgueilleuses +orgueilleux +orgueils +orgues +orient +orienta +orientable +orientables +orientai +orientaient +orientais +orientait +oriental +orientale +orientales +orientalisme +orientaliste +orientalistes +orientant +orientas +orientasse +orientassent +orientasses +orientassiez +orientassions +orientation +orientations +orientaux +orientmes +orientt +orienttes +oriente +orientent +orienter +orientera +orienterai +orienteraient +orienterais +orienterait +orienteras +orienterez +orienteriez +orienterions +orienterons +orienteront +orientes +orientez +orient +oriente +orientes +orients +orientrent +orientiez +orientions +orientons +orifice +orifices +oriflamme +oriflammes +originaire +originairement +originaires +original +originale +originalement +originales +originalit +originalits +originaux +origine +originel +originelle +originellement +originelles +originels +origines +orignal +orignaux +orin +orins +oripeau +oripeaux +orme +ormeau +ormeaux +ormes +orna +ornai +ornaient +ornais +ornait +ornant +ornas +ornasse +ornassent +ornasses +ornassiez +ornassions +ornmes +ornt +orntes +orne +ornemaniste +ornemanistes +ornement +ornementa +ornementai +ornementaient +ornementais +ornementait +ornemental +ornementale +ornementales +ornementant +ornementas +ornementasse +ornementassent +ornementasses +ornementassiez +ornementassions +ornementation +ornementations +ornementaux +ornementmes +ornementt +ornementtes +ornemente +ornementent +ornementer +ornementera +ornementerai +ornementeraient +ornementerais +ornementerait +ornementeras +ornementerez +ornementeriez +ornementerions +ornementerons +ornementeront +ornementes +ornementez +ornement +ornemente +ornementes +ornements +ornementrent +ornementiez +ornementions +ornementons +ornements +ornent +orner +ornera +ornerai +orneraient +ornerais +ornerait +orneras +ornerez +orneriez +ornerions +ornerons +orneront +ornes +ornez +orn +orne +ornes +orns +ornrent +orniez +ornire +ornires +ornions +ornithologie +ornithologiste +ornithologistes +ornithologue +ornithologues +ornithorynque +ornithorynques +ornons +orognie +orognique +orogniques +orographie +orographique +orographiques +oronge +oronges +orpailleur +orpailleurs +orphelin +orphelinat +orphelinats +orpheline +orphelines +orphelins +orphon +orphoniste +orphonistes +orphons +orphique +orphiques +orteil +orteils +orthodoxe +orthodoxes +orthodoxie +orthodromie +orthodromies +orthogonal +orthogonale +orthogonalement +orthogonales +orthogonalit +orthogonaux +orthographe +orthographes +orthographia +orthographiai +orthographiaient +orthographiais +orthographiait +orthographiant +orthographias +orthographiasse +orthographiassent +orthographiasses +orthographiassiez +orthographiassions +orthographimes +orthographit +orthographites +orthographie +orthographien +orthographient +orthographier +orthographiera +orthographierai +orthographieraient +orthographierais +orthographierait +orthographieras +orthographierez +orthographieriez +orthographierions +orthographierons +orthographieront +orthographies +orthographiez +orthographi +orthographie +orthographies +orthographis +orthographirent +orthographiiez +orthographiions +orthographions +orthographique +orthographiques +orthopdie +orthopdique +orthopdiques +orthopdiste +orthopdistes +orthophoniste +orthophonistes +orthoptres +ortie +orties +ortolan +ortolans +orvet +orvets +orvitan +orvitans +os +osa +osai +osaient +osais +osait +osant +osas +osasse +osassent +osasses +osassiez +osassions +osmes +ost +ostes +oscar +oscars +oscilla +oscillai +oscillaient +oscillais +oscillait +oscillant +oscillas +oscillasse +oscillassent +oscillasses +oscillassiez +oscillassions +oscillation +oscillations +oscillatoire +oscillatoires +oscillmes +oscillt +oscilltes +oscille +oscillent +osciller +oscillera +oscillerai +oscilleraient +oscillerais +oscillerait +oscilleras +oscillerez +oscilleriez +oscillerions +oscillerons +oscilleront +oscilles +oscillez +oscill +oscille +oscilles +oscills +oscillrent +oscilliez +oscillions +oscillographe +oscillographes +oscillons +osculateur +osculateurs +osculatrice +osculatrices +oscultaient +ose +oseille +oseilles +osent +oser +osera +oserai +oseraie +oseraient +oseraies +oserais +oserait +oseras +oserez +oseriez +oserions +oserons +oseront +oses +osez +os +ose +oses +oss +osrent +osier +osiers +osiez +osions +osmose +osons +ossature +ossatures +osselet +osselets +ossement +ossements +osseuse +osseuses +osseux +ossifia +ossifiai +ossifiaient +ossifiais +ossifiait +ossifiant +ossifias +ossifiasse +ossifiassent +ossifiasses +ossifiassiez +ossifiassions +ossifimes +ossifit +ossifites +ossification +ossifications +ossifie +ossifient +ossifier +ossifiera +ossifierai +ossifieraient +ossifierais +ossifierait +ossifieras +ossifierez +ossifieriez +ossifierions +ossifierons +ossifieront +ossifies +ossifiez +ossifi +ossifie +ossifies +ossifis +ossifirent +ossifiiez +ossifiions +ossifions +ossuaire +ossuaires +ostensible +ostensiblement +ostensibles +ostensoir +ostensoirs +ostentation +ostentations +ostologie +ostoplastie +ostoplasties +ostrite +ostrites +ostracisme +ostracismes +ostricole +ostricoles +ostriculteur +ostriculteurs +ostriculture +otage +otages +otalgie +otalgies +otarie +otaries +otite +otites +oto +ottoman +ottomane +ottomanes +ottomans +ou conj +ouailles +ouata +ouatai +ouataient +ouatais +ouatait +ouatant +ouatas +ouatasse +ouatassent +ouatasses +ouatassiez +ouatassions +ouatmes +ouatt +ouattes +ouate +ouatent +ouater +ouatera +ouaterai +ouateraient +ouaterais +ouaterait +ouateras +ouaterez +ouateriez +ouaterions +ouaterons +ouateront +ouates +ouatez +ouat +ouate +ouates +ouats +ouatrent +ouatiez +ouatine +ouatines +ouations +ouatons +oubli +oublia +oubliai +oubliaient +oubliais +oubliait +oubliant +oublias +oubliasse +oubliassent +oubliasses +oubliassiez +oubliassions +oublimes +oublit +oublites +oublie +oublient +oublier +oubliera +oublierai +oublieraient +oublierais +oublierait +oublieras +oublierez +oublieriez +oublierions +oublierons +oublieront +oublies +oubliette +oubliettes +oublieuse +oublieuses +oublieux +oubliez +oubli +oublie +oublies +oublis +oublirent +oubliiez +oubliions +oublions +oublis +oued +oueds +ouest +ouf +oui +ouistiti +ouistitis +ou +oue +oues +our +ous +oukase +oukases +ouragan +ouragans +ourdi +ourdie +ourdies +ourdir +ourdira +ourdirai +ourdiraient +ourdirais +ourdirait +ourdiras +ourdirent +ourdirez +ourdiriez +ourdirions +ourdirons +ourdiront +ourdis +ourdissage +ourdissages +ourdissaient +ourdissais +ourdissait +ourdissant +ourdissas +ourdissez +ourdissiez +ourdissions +ourdissons +ourdissont +ourdit +ourdmes +ourdt +ourdtes +ourla +ourlai +ourlaient +ourlais +ourlait +ourlant +ourlas +ourlasse +ourlassent +ourlasses +ourlassiez +ourlassions +ourlmes +ourlt +ourltes +ourle +ourlent +ourler +ourlera +ourlerai +ourleraient +ourlerais +ourlerait +ourleras +ourlerez +ourleriez +ourlerions +ourlerons +ourleront +ourles +ourlet +ourlets +ourlez +ourl +ourle +ourles +ourls +ourlrent +ourliez +ourlions +ourlons +ours +ourse +ourses +oursin +oursins +ourson +oursons +oust +ouste +out +outaient +outait +outan +outans +outarde +outardes +outer +out +oute +outes +outs +outil +outilla +outillage +outillages +outillai +outillaient +outillais +outillait +outillant +outillas +outillasse +outillassent +outillasses +outillassiez +outillassions +outillmes +outillt +outilltes +outille +outillent +outiller +outillera +outillerai +outilleraient +outillerais +outillerait +outilleras +outillerez +outilleriez +outillerions +outillerons +outilleront +outilles +outillez +outill +outille +outilles +outills +outillrent +outilliez +outillions +outillons +outils +outra +outrage +outragea +outrageai +outrageaient +outrageais +outrageait +outrageant +outrageas +outrageasse +outrageassent +outrageasses +outrageassiez +outrageassions +outragemes +outraget +outragetes +outragent +outrageons +outrager +outragera +outragerai +outrageraient +outragerais +outragerait +outrageras +outragerez +outrageriez +outragerions +outragerons +outrageront +outrages +outragez +outrag +outrage +outrages +outrags +outragrent +outragiez +outragions +outrai +outraient +outrais +outrait +outrance +outrances +outrancier +outranciers +outrancire +outrancires +outrant +outras +outrasse +outrassent +outrasses +outrassiez +outrassions +outrmes +outrt +outrtes +outre +outrecuidance +outrecuidances +outrecuidant +outrecuidante +outrecuidantes +outrecuidants +outremer minerale +outremers minerale +outrent +outrepassa +outrepassai +outrepassaient +outrepassais +outrepassait +outrepassant +outrepassas +outrepassasse +outrepassassent +outrepassasses +outrepassassiez +outrepassassions +outrepassmes +outrepasst +outrepasstes +outrepasse +outrepassent +outrepasser +outrepassera +outrepasserai +outrepasseraient +outrepasserais +outrepasserait +outrepasseras +outrepasserez +outrepasseriez +outrepasserions +outrepasserons +outrepasseront +outrepasses +outrepassez +outrepass +outrepasse +outrepasses +outrepasss +outrepassrent +outrepassiez +outrepassions +outrepassons +outrer +outrera +outrerai +outreraient +outrerais +outrerait +outreras +outrerez +outreriez +outrerions +outrerons +outreront +outres +outrez +outr +outre +outres +outrs +outrrent +outriez +outrions +outrons +outs +outsider +outsiders +ouvert +ouverte +ouvertement +ouvertes +ouverts +ouverture +ouvertures +ouvra +ouvrable +ouvrables +ouvrage +ouvragea +ouvrageai +ouvrageaient +ouvrageais +ouvrageait +ouvrageant +ouvrageas +ouvrageasse +ouvrageassent +ouvrageasses +ouvrageassiez +ouvrageassions +ouvragemes +ouvraget +ouvragetes +ouvragent +ouvrager +ouvragera +ouvragerai +ouvrageraient +ouvragerais +ouvragerait +ouvrageras +ouvragerez +ouvrageriez +ouvragerions +ouvragerons +ouvrageront +ouvrages +ouvragez +ouvrag +ouvrage +ouvrages +ouvrags +ouvragrent +ouvragiez +ouvragions +ouvragons +ouvrai +ouvraient +ouvrais +ouvrait +ouvrant +ouvras +ouvrasse +ouvrassent +ouvrasses +ouvrassiez +ouvrassions +ouvrmes +ouvrt +ouvrtes +ouvre +ouvrent +ouvrer +ouvrera +ouvrerai +ouvreraient +ouvrerais +ouvrerait +ouvreras +ouvrerez +ouvreriez +ouvrerions +ouvrerons +ouvreront +ouvres +ouvreur +ouvreurs +ouvreuse +ouvreuses +ouvrez +ouvr +ouvre +ouvres +ouvrs +ouvrrent +ouvrier +ouvriers +ouvriez +ouvrire +ouvrires +ouvrions +ouvrir +ouvrira +ouvrirai +ouvriraient +ouvrirais +ouvrirait +ouvriras +ouvrirent +ouvrirez +ouvririez +ouvririons +ouvrirons +ouvriront +ouvris +ouvrisse +ouvrissent +ouvrisses +ouvrissiez +ouvrissions +ouvrit +ouvrmes +ouvrt +ouvrtes +ouvroir +ouvroirs +ouvrons +o adverbe +ovaire +ovaires +ovale +ovales +ovalisa +ovalisai +ovalisaient +ovalisais +ovalisait +ovalisant +ovalisas +ovalisasse +ovalisassent +ovalisasses +ovalisassiez +ovalisassions +ovalismes +ovalist +ovalistes +ovalise +ovalisent +ovaliser +ovalisera +ovaliserai +ovaliseraient +ovaliserais +ovaliserait +ovaliseras +ovaliserez +ovaliseriez +ovaliserions +ovaliserons +ovaliseront +ovalises +ovalisez +ovalis +ovalise +ovalises +ovaliss +ovalisrent +ovalisiez +ovalisions +ovalisons +ovarien +ovarienne +ovariennes +ovariens +ovation +ovations +ove +over +oves +oviducte +oviductes +ovin +ovine +ovines +ovins +ovins +ovipare +ovipares +ovode +ovodes +ovulation +ovulations +ovule +ovules +oxhydrique +oxhydriques +oxyda +oxydai +oxydaient +oxydais +oxydait +oxydant +oxydas +oxydasse +oxydassent +oxydasses +oxydassiez +oxydassions +oxydation +oxydations +oxydmes +oxydt +oxydtes +oxyde +oxydent +oxyder +oxydera +oxyderai +oxyderaient +oxyderais +oxyderait +oxyderas +oxyderez +oxyderiez +oxyderions +oxyderons +oxyderont +oxydes +oxydez +oxyd +oxyde +oxydes +oxyds +oxydrent +oxydiez +oxydions +oxydons +oxygna +oxygnai +oxygnaient +oxygnais +oxygnait +oxygnant +oxygnas +oxygnasse +oxygnassent +oxygnasses +oxygnassiez +oxygnassions +oxygnation +oxygnations +oxygnmes +oxygnt +oxygntes +oxygner +oxygnera +oxygnerai +oxygneraient +oxygnerais +oxygnerait +oxygneras +oxygnerez +oxygneriez +oxygnerions +oxygnerons +oxygneront +oxygnez +oxygn +oxygne +oxygnes +oxygns +oxygnrent +oxygniez +oxygnions +oxygnons +oxygne +oxygnent +oxygnes +oxyure +oxyures +oyat +oyats +ozone +p +pacage +pacages +pacha +pachas +pachyderme +pachydermes +pacifia +pacifiai +pacifiaient +pacifiais +pacifiait +pacifiant +pacifias +pacifiasse +pacifiassent +pacifiasses +pacifiassiez +pacifiassions +pacifimes +pacifit +pacifites +pacificateur +pacificateurs +pacification +pacifications +pacificatrice +pacificatrices +pacifie +pacifient +pacifier +pacifiera +pacifierai +pacifieraient +pacifierais +pacifierait +pacifieras +pacifierez +pacifieriez +pacifierions +pacifierons +pacifieront +pacifies +pacifiez +pacifi +pacifie +pacifies +pacifis +pacifirent +pacifiiez +pacifiions +pacifions +pacifique +pacifiquement +pacifiques +pacifisme +pacifiste +pacifistes +pacotille +pacotilles +pacte +pactes +pactisa +pactisai +pactisaient +pactisais +pactisait +pactisant +pactisas +pactisasse +pactisassent +pactisasses +pactisassiez +pactisassions +pactismes +pactist +pactistes +pactise +pactisent +pactiser +pactisera +pactiserai +pactiseraient +pactiserais +pactiserait +pactiseras +pactiserez +pactiseriez +pactiserions +pactiserons +pactiseront +pactises +pactisez +pactis +pactise +pactises +pactiss +pactisrent +pactisiez +pactisions +pactisons +pactole +pactoles +paddock +paddocks +paddy +paella +paellas +paf +pagaie +pagaient +pagaiera +pagaierai +pagaieraient +pagaierais +pagaierait +pagaieras +pagaierez +pagaieriez +pagaierions +pagaierons +pagaieront +pagaies +pagaille +pagailles +paganisme +pagaya +pagayai +pagayaient +pagayais +pagayait +pagayant +pagayas +pagayasse +pagayassent +pagayasses +pagayassiez +pagayassions +pagaymes +pagayt +pagaytes +pagaye nom +pagayer +pagayes nom +pagayeur +pagayeurs +pagayeuse +pagayeuses +pagayez +pagay +pagaye +pagayes +pagays +pagayrent +pagayiez +pagayions +pagayons +page +pages +pagina +paginai +paginaient +paginais +paginait +paginant +paginas +paginasse +paginassent +paginasses +paginassiez +paginassions +pagination +paginations +paginmes +pagint +pagintes +pagine +paginent +paginer +paginera +paginerai +pagineraient +paginerais +paginerait +pagineras +paginerez +pagineriez +paginerions +paginerons +pagineront +pagines +paginez +pagin +pagine +pagines +pagins +paginrent +paginiez +paginions +paginons +pagne +pagnes +pagode +pagodes +pagure +pagures +paidologie +paie +paiement +paiements +paient +paiera +paierai +paieraient +paierais +paierait +paieras +paierez +paieriez +paierions +paierons +paieront +paies +paillard +paillarde +paillardes +paillardise +paillardises +paillards +paillasse +paillasses +paillasson +paillassons +paille +pailler +paillers +pailles +pailleta +pailletai +pailletaient +pailletais +pailletait +pailletant +pailletas +pailletasse +pailletassent +pailletasses +pailletassiez +pailletassions +pailletmes +paillett +paillettes +pailleter +pailletez +paillet +paillete +pailletes +paillets +pailletrent +pailletiez +pailletions +pailletons +paillette +paillettent +paillettera +pailletterai +pailletteraient +pailletterais +pailletterait +pailletteras +pailletterez +pailletteriez +pailletterions +pailletterons +pailletteront +paillettes +paillis +paillon +paillons +paillote +paillotes +pain +pains +pair +paire +paires +pairesse +pairesses +pairie +pairies +pairs +pais +paisible +paisiblement +paisibles +paissaient +paissais +paissait +paissant +paisse +paissent +paisses +paissez +paissiez +paissions +paissons +paix +paen +paenne +paennes +paens +pat +patra +patrai +patraient +patrais +patrait +patras +patre +patrez +patriez +patrions +patrons +patront +pal +palabra +palabrai +palabraient +palabrais +palabrait +palabrant +palabras +palabrasse +palabrassent +palabrasses +palabrassiez +palabrassions +palabrmes +palabrt +palabrtes +palabre +palabrent +palabrer +palabrera +palabrerai +palabreraient +palabrerais +palabrerait +palabreras +palabrerez +palabreriez +palabrerions +palabrerons +palabreront +palabres +palabrez +palabr +palabre +palabres +palabrs +palabrrent +palabriez +palabrions +palabrons +palace hotel +palaces hotel +paladin +paladins +palafitte +palafittes +palais +palan +palanquin +palanquins +palans +palatal +palatale +palatales +palataux +palatin +palatinat +palatine +palatines +palatins +pale aviron +palefrenier +palefreniers +pales aviron +palestine +palestinien +palestinienne +palestiniennes +palestiniens +palestre +palestres +palet +paletot +paletots +palets +palette +palettes +palographe +palographes +palographie +palolithique +palolithiques +palontologie +palontologiste +palontologistes +paltuvier +paltuviers +palier +paliers +palimpeste +palimpestes +palindrome +palindromes +palinodie +palinodies +palis nom +palissada +palissadai +palissadaient +palissadais +palissadait +palissadant +palissadas +palissadasse +palissadassent +palissadasses +palissadassiez +palissadassions +palissadmes +palissadt +palissadtes +palissade +palissadent +palissader +palissadera +palissaderai +palissaderaient +palissaderais +palissaderait +palissaderas +palissaderez +palissaderiez +palissaderions +palissaderons +palissaderont +palissades +palissadez +palissad +palissade +palissades +palissads +palissadrent +palissadiez +palissadions +palissadons +palissandre +palladium +pallia +palliai +palliaient +palliais +palliant +pallias +palliasse +palliassent +palliasses +palliassiez +palliassions +palliatif +palliatifs +palliative +palliatives +pallimes +pallit +pallites +pallie +pallient +pallier +palliera +pallierai +pallieraient +pallierais +pallierait +pallieras +pallierez +pallieriez +pallierions +pallierons +pallieront +pallies +palliez +palli +pallie +pallies +pallis +pallirent +palliiez +palliions +pallions +palmaire +palmaires +palmars +palme +palmer +palmeraie +palmeraies +palmers +palmes +palmette +palmettes +palm +palme +palmes +palms +palmier +palmiers +palmipdes +palmiste +palmistes +palois +paloise +paloises +palombe +palombes +palonnier +palonniers +palourde +palourdes +palpa +palpable +palpables +palpai +palpaient +palpais +palpait +palpant +palpas +palpasse +palpassent +palpasses +palpassiez +palpassions +palpation +palpations +palpmes +palpt +palptes +palpe +palpent +palper +palpera +palperai +palperaient +palperais +palperait +palperas +palperez +palperiez +palperions +palperons +palperont +palpes +palpez +palp +palpbral +palpbrale +palpbrales +palpbraux +palpe +palpes +palps +palprent +palpiez +palpions +palpita +palpitai +palpitaient +palpitais +palpitait +palpitant +palpitante +palpitantes +palpitants +palpitas +palpitasse +palpitassent +palpitasses +palpitassiez +palpitassions +palpitation +palpitations +palpitmes +palpitt +palpittes +palpite +palpitent +palpiter +palpitera +palpiterai +palpiteraient +palpiterais +palpiterait +palpiteras +palpiterez +palpiteriez +palpiterions +palpiterons +palpiteront +palpites +palpitez +palpit +palpite +palpites +palpits +palpitrent +palpitiez +palpitions +palpitons +palplanche +palplanches +palpons +pals +paltoquet +paltoquets +paluden +paludenne +paludennes +paludens +paludier +paludiers +paludisme +pampa +pampas +pamphlet +pamphlets +pamphltaire +pamphltaires +pamplemousse +pamplemousses +pampre +pampres +pan +pana +panace +panaces +panacha +panachai +panachaient +panachais +panachait +panachant +panachas +panachasse +panachassent +panachasses +panachassiez +panachassions +panachmes +panacht +panachtes +panache +panachent +panacher +panachera +panacherai +panacheraient +panacherais +panacherait +panacheras +panacherez +panacheriez +panacherions +panacherons +panacheront +panaches +panachez +panach +panache +panaches +panachs +panachrent +panachiez +panachions +panachons +panade +panades +panai +panaient +panais +panait +panama +panamas +panant +panard +panarde +panardes +panards +panaris +panas +panasse +panassent +panasses +panassiez +panassions +panmes +pant +pantes +pancarte +pancartes +panchromatique +panchromatiques +pancras +pancratique +pancratiques +pandmie +pane +panent +paner +panera +panerai +paneraient +panerais +panerait +paneras +panerez +paneriez +panerions +panerons +paneront +panes +panetire +panetires +paneton +panetons +panez +pan +pane +panes +pangyrique +pangyriques +pangyriste +pangyristes +pans +panrent +pangermanisme +pangermaniste +pangermanistes +pangolin +pangolins +panhellnisme +panier +paniers +paniez +panifia +panifiable +panifiables +panifiai +panifiaient +panifiais +panifiait +panifiant +panifias +panifiasse +panifiassent +panifiasses +panifiassiez +panifiassions +panifimes +panifit +panifites +panification +panifications +panifie +panifient +panifier +panifiera +panifierai +panifieraient +panifierais +panifierait +panifieras +panifierez +panifieriez +panifierions +panifierons +panifieront +panifies +panifiez +panifi +panifie +panifies +panifis +panifirent +panifiiez +panifiions +panifions +panions +panique +paniques +panne +panneau +panneaux +pannes +panneton +pannetons +panonceau +panonceaux +panons +panoplie +panorama +panoramas +panoramique +panoramiques +pans +pansa +pansage +pansages +pansai +pansaient +pansais +pansait +pansant +pansas +pansasse +pansassent +pansasses +pansassiez +pansassions +pansmes +panst +panstes +panse +pansement +pansements +pansent +panser +pansera +panserai +panseraient +panserais +panserait +panseras +panserez +panseriez +panserions +panserons +panseront +panses +pansez +pans +panse +panses +panss +pansrent +pansiez +pansions +pansons +pansu +pansue +pansues +pansus +pantagrulique +pantagruliques +pantalon +pantalonnade +pantalonnades +pantalons +pantelant +pantelante +pantelantes +pantelants +panthisme +panthiste +panthistes +panthon +panthons +panthre +panthres +pantire +pantires +pantin +pantins +pantographe +pantographes +pantois +pantoise +pantoises +pantomime +pantomimes +pantouffle +pantouffles +paon +paonne +paonnes +paons +papa +papal +papale +papales +papas +papaut +papaux +pape +papelard +papelarde +papelardes +papelards +paper +paperasse +paperasserie +paperasseries +paperasses +papes +papeterie +papeteries +papetier +papetiers +papetire +papetires +papier +papiers +papilionaces +papille +papilles +papillon +papillonna +papillonnai +papillonnaient +papillonnais +papillonnait +papillonnant +papillonnas +papillonnasse +papillonnassent +papillonnasses +papillonnassiez +papillonnassions +papillonnmes +papillonnt +papillonntes +papillonne +papillonnent +papillonner +papillonnera +papillonnerai +papillonneraient +papillonnerais +papillonnerait +papillonneras +papillonnerez +papillonneriez +papillonnerions +papillonnerons +papillonneront +papillonnes +papillonnez +papillonn +papillonne +papillonnes +papillonns +papillonnrent +papillonniez +papillonnions +papillonnons +papillons +papillota +papillotage +papillotages +papillotai +papillotaient +papillotais +papillotait +papillotant +papillotas +papillotasse +papillotassent +papillotasses +papillotassiez +papillotassions +papillotmes +papillote +papillotent +papilloter +papillotera +papilloterai +papilloteraient +papilloterais +papilloterait +papilloteras +papilloterez +papilloteriez +papilloterions +papilloterons +papilloteront +papillotes +papillotez +papillot +papillote +papillotes +papillots +papillotrent +papillotiez +papillotions +papillotons +papisme +papiste +papistes +papota +papotage +papotages +papotai +papotaient +papotais +papotait +papotant +papotas +papotasse +papotassent +papotasses +papotassiez +papotassions +papotmes +papott +papottes +papote +papotent +papoter +papotera +papoterai +papoteraient +papoterais +papoterait +papoteras +papoterez +papoteriez +papoterions +papoterons +papoteront +papotes +papot +papote +papotes +papots +papotrent +papotiez +papotions +papotons +paprika +papule +papules +papyrus +paquebot +paquebots +paquet +paquetage +paquetages +paquets +par +para +parabole +paraboles +parabolique +paraboliques +paracheva +parachevai +parachevaient +parachevais +parachevait +parachevant +parachevas +parachevasse +parachevassent +parachevasses +parachevassiez +parachevassions +parachevmes +parachevt +parachevtes +parachever +parachevez +parachev +paracheve +paracheves +parachevs +parachevrent +paracheviez +parachevions +parachevons +parachve +parachvement +parachvements +parachvent +parachvera +parachverai +parachveraient +parachverais +parachverait +parachveras +parachverez +parachveriez +parachverions +parachverons +parachveront +parachves +parachuta +parachutage +parachutages +parachutai +parachutaient +parachutais +parachutait +parachutant +parachutas +parachutasse +parachutassent +parachutasses +parachutassiez +parachutassions +parachutmes +parachutt +parachuttes +parachute +parachuter +parachutera +parachuterai +parachuteraient +parachuterais +parachuterait +parachuteras +parachuterez +parachuteriez +parachuterions +parachuterons +parachuteront +parachutes +parachutez +parachut +parachute +parachutes +parachuts +parachutrent +parachutiez +parachutions +parachutiste +parachutistes +parachutons +parada +paradai +paradaient +paradais +paradait +paradant +paradas +paradasse +paradassent +paradasses +paradassiez +paradassions +paradmes +paradt +paradtes +parade +paradent +parader +paradera +paraderai +paraderaient +paraderais +paraderait +paraderas +paraderez +paraderiez +paraderions +paraderons +paraderont +parades +paradez +parad +parade +parades +parads +paradrent +paradiez +paradigme +paradigmes +paradions +paradis +paradisiaque +paradisiaques +paradisier +paradisiers +paradons +paradoxal +paradoxale +paradoxalement +paradoxales +paradoxaux +paradoxe +paradoxes +parafa +parafai +parafaient +parafais +parafait +parafant +parafas +parafasse +parafassent +parafasses +parafassiez +parafassions +parafmes +paraft +paraftes +parafe +parafent +parafer +parafera +paraferai +paraferaient +paraferais +paraferait +paraferas +paraferez +paraferiez +paraferions +paraferons +paraferont +parafes +parafez +paraf +parafe +parafes +parafs +parafrent +paraffina +paraffinai +paraffinaient +paraffinais +paraffinait +paraffinant +paraffinas +paraffinasse +paraffinassent +paraffinasses +paraffinassiez +paraffinassions +paraffinmes +paraffint +paraffintes +paraffine +paraffinent +paraffiner +paraffinera +paraffinerai +paraffineraient +paraffinerais +paraffinerait +paraffineras +paraffinerez +paraffineriez +paraffinerions +paraffinerons +paraffineront +paraffines +paraffinez +paraffin +paraffine +paraffines +paraffins +paraffinrent +paraffiniez +paraffinions +paraffinons +parafiez +parafions +parafons +parafoudre +parafoudres +parages +paragraphe +paragraphes +paragrle +parai +paraient +parais +paraissaient +paraissais +paraissait +paraissant +paraisse +paraissent +paraisses +paraissez +paraissiez +paraissions +paraissons +parait parer +parat +paratra +paratrai +paratraient +paratrais +paratrait +paratras +paratre +paratrez +paratriez +paratrions +paratrons +paratront +parallaxe +parallaxes +paralllpipde +paralllpipdes +paralllisme +paralllogramme +paralllogrammes +parallle +paralllement +parallles +paralogisme +paralogismes +paralysa +paralysai +paralysaient +paralysais +paralysait +paralysant +paralysas +paralysasse +paralysassent +paralysasses +paralysassiez +paralysassions +paralysmes +paralyst +paralystes +paralyse +paralysent +paralyser +paralysera +paralyserai +paralyseraient +paralyserais +paralyserait +paralyseras +paralyserez +paralyseriez +paralyserions +paralyserons +paralyseront +paralyses +paralysez +paralys +paralyse +paralyses +paralyss +paralysrent +paralysie +paralysies +paralysiez +paralysions +paralysons +paralytique +paralytiques +paramdicale +paramtrage +paramtre +paramtres +parangon +parangons +paranoaque +paranoaques +parant +parapet +parapets +parapha +paraphai +paraphaient +paraphais +paraphait +paraphant +paraphas +paraphasse +paraphassent +paraphasses +paraphassiez +paraphassions +paraphmes +parapht +paraphtes +paraphe +paraphent +parapher +paraphera +parapherai +parapheraient +parapherais +parapherait +parapheras +parapherez +parapheriez +parapherions +parapherons +parapheront +paraphes +paraphez +paraph +paraphe +paraphes +paraphs +paraphrent +paraphiez +paraphions +paraphons +paraphrasa +paraphrasai +paraphrasaient +paraphrasais +paraphrasait +paraphrasant +paraphrasas +paraphrasasse +paraphrasassent +paraphrasasses +paraphrasassiez +paraphrasassions +paraphrasmes +paraphrast +paraphrastes +paraphrase +paraphrasent +paraphraser +paraphrasera +paraphraserai +paraphraseraient +paraphraserais +paraphraserait +paraphraseras +paraphraserez +paraphraseriez +paraphraserions +paraphraserons +paraphraseront +paraphrases +paraphrasez +paraphras +paraphrase +paraphrases +paraphrass +paraphrasrent +paraphrasiez +paraphrasions +paraphrasons +parapluie +parapluies +paras +parasita +parasitai +parasitaient +parasitaire +parasitaires +parasitais +parasitait +parasitant +parasitas +parasitasse +parasitassent +parasitasses +parasitassiez +parasitassions +parasitmes +parasitt +parasittes +parasite +parasitent +parasiter +parasitera +parasiterai +parasiteraient +parasiterais +parasiterait +parasiteras +parasiterez +parasiteriez +parasiterions +parasiterons +parasiteront +parasites +parasitez +parasit +parasite +parasites +parasits +parasitrent +parasitiez +parasitions +parasitisme +parasitons +parasol +parasols +parasse +parassent +parasses +parassiez +parassions +parasympathique +parasympathiques +paratonnerre +paratonnerres +paratyphode +paravent +paravents +parmes +part +partes +parbleu +parc +parcage +parcages +parce +parcella +parcellai +parcellaient +parcellaire +parcellaires +parcellais +parcellait +parcellant +parcellas +parcellasse +parcellassent +parcellasses +parcellassiez +parcellassions +parcellmes +parcellt +parcelltes +parcelle +parcellement +parcellements +parcellent +parceller +parcellera +parcellerai +parcelleraient +parcellerais +parcellerait +parcelleras +parcellerez +parcelleriez +parcellerions +parcellerons +parcelleront +parcelles +parcellez +parcell +parcelle +parcelles +parcells +parcellrent +parcelliez +parcellions +parcellons +parchemin +parchemin +parchemine +parchemines +parchemins +parchemins +parcimonie +parcimonieuse +parcimonieusement +parcimonieuses +parcimonieux +parcmtre +parcmtres +parcouraient +parcourais +parcourait +parcourant +parcoure +parcourent +parcoures +parcourez +parcouriez +parcourions +parcourir +parcourons +parcourra +parcourrai +parcourraient +parcourrais +parcourrait +parcourrant +parcourras +parcourrez +parcourriez +parcourrions +parcourrons +parcourront +parcours +parcourt +parcouru +parcourue +parcourues +parcoururent +parcourus +parcourusse +parcourussent +parcourusses +parcourussiez +parcourussions +parcourut +parcourmes +parcourt +parcourtes +parcs +pardessus +pardi +pardieu +pardon +pardonna +pardonnable +pardonnables +pardonnai +pardonnaient +pardonnais +pardonnait +pardonnant +pardonnas +pardonnasse +pardonnassent +pardonnasses +pardonnassiez +pardonnassions +pardonnmes +pardonnt +pardonntes +pardonne +pardonnent +pardonner +pardonnera +pardonnerai +pardonneraient +pardonnerais +pardonnerait +pardonneras +pardonnerez +pardonneriez +pardonnerions +pardonnerons +pardonneront +pardonnes +pardonnez +pardonn +pardonne +pardonnes +pardonns +pardonnrent +pardonniez +pardonnions +pardonnons +pardons +pare +pareil +pareille +pareillement +pareilles +pareils +parement +parenchyme +parenchymes +parent +parental +parentale +parentales +parentaux +parente +parentes +parent +parents +parenthse +parenthses +parents +parer +parera +parerai +pareraient +parerais +parerait +pareras +parerez +pareriez +parerions +parerons +pareront +pares +paressa +paressai +paressaient +paressais +paressait +paressant +paressas +paressasse +paressassent +paressasses +paressassiez +paressassions +paressmes +paresst +paresstes +paresse +paressent +paresser +paressera +paresserai +paresseraient +paresserais +paresserait +paresseras +paresserez +paresseriez +paresserions +paresserons +paresseront +paresses +paresseuse +paresseusement +paresseuses +paresseux +paressez +paress +paresse +paresses +paresss +paressrent +paressiez +paressions +paressons +parez +par +pare +pares +pargorique +pargoriques +paro +paros +pars +parrent +parfaire +parfais +parfaisaient +parfaisais +parfaisait +parfaisant +parfaisiez +parfaisions +parfaisons +parfait +parfaite +parfaitement +parfaites +parfaits +parfasse +parfassent +parfasses +parfassiez +parfassions +parfera +parferai +parferaient +parferais +parferait +parferas +parferez +parferiez +parferions +parferons +parferont +parfirent +parfis +parfisse +parfissent +parfisses +parfissiez +parfissions +parfit +parfmes +parft +parftes +parfois +parfont +parfum +parfuma +parfumai +parfumaient +parfumais +parfumait +parfumant +parfumas +parfumasse +parfumassent +parfumasses +parfumassiez +parfumassions +parfummes +parfumt +parfumtes +parfume +parfument +parfumer +parfumera +parfumerai +parfumeraient +parfumerais +parfumerait +parfumeras +parfumerez +parfumerie +parfumeries +parfumeriez +parfumerions +parfumerons +parfumeront +parfumes +parfumeur +parfumeurs +parfumeuse +parfumeuses +parfumez +parfum +parfume +parfumes +parfums +parfumrent +parfumiez +parfumions +parfumons +parfums +pari +paria +pariade +pariades +pariai +pariaient +pariais +pariait +pariant +parias +pariasse +pariassent +pariasses +pariassiez +pariassions +parimes +parit +parites +parie +parient +parier +pariera +parierai +parieraient +parierais +parierait +parieras +parierez +parieriez +parierions +parierons +parieront +paries +parieur +parieurs +parieuse +parieuses +pariez +pari +parie +paries +paris +paritaire +paritaires +parital +paritale +paritales +paritaux +parirent +pariiez +pariions +parions +paris +parisien +parisienne +parisiennes +parisiens +paritaire +paritaires +parit +parits +parjura +parjurai +parjuraient +parjurais +parjurait +parjurant +parjuras +parjurasse +parjurassent +parjurasses +parjurassiez +parjurassions +parjurmes +parjurt +parjurtes +parjure +parjurent +parjurer +parjurera +parjurerai +parjureraient +parjurerais +parjurerait +parjureras +parjurerez +parjureriez +parjurerions +parjurerons +parjureront +parjures +parjurez +parjur +parjure +parjures +parjurs +parjurrent +parjuriez +parjurions +parjurons +parking +parkings +parla +parlai +parlaient +parlais +parlait +parlant +parlante +parlantes +parlants +parlas +parlasse +parlassent +parlasses +parlassiez +parlassions +parlmes +parlt +parltes +parle +parlement +parlementa +parlementai +parlementaient +parlementaire +parlementairement +parlementaires +parlementais +parlementait +parlementant +parlementarisme +parlementas +parlementasse +parlementassent +parlementasses +parlementassiez +parlementassions +parlementmes +parlementt +parlementtes +parlemente +parlementent +parlementer +parlementera +parlementerai +parlementeraient +parlementerais +parlementerait +parlementeras +parlementerez +parlementeriez +parlementerions +parlementerons +parlementeront +parlementes +parlementez +parlement +parlemente +parlementes +parlements +parlementrent +parlementiez +parlementions +parlementons +parlements +parlent +parler +parlera +parlerai +parleraient +parlerais +parlerait +parleras +parlerez +parleriez +parlerions +parlerons +parleront +parles +parleur +parleurs +parleuse +parleuses +parlez +parl +parle +parles +parls +parlrent +parliez +parlions +parloir +parloirs +parlons +parlote +parlotes +parmesan +parmi +parnassien +parnassienne +parnassiennes +parnassiens +parodia +parodiai +parodiaient +parodiais +parodiait +parodiant +parodias +parodiasse +parodiassent +parodiasses +parodiassiez +parodiassions +parodimes +parodit +parodites +parodie +parodient +parodier +parodiera +parodierai +parodieraient +parodierais +parodierait +parodieras +parodierez +parodieriez +parodierions +parodierons +parodieront +parodies +parodiez +parodi +parodie +parodies +parodis +parodirent +parodiiez +parodiions +parodions +parodiste +parodistes +parodonte +paroi +parois +paroisse +paroisses +paroissial +paroissiale +paroissiales +paroissiaux +paroissien +paroissienne +paroissiennes +paroissiens +parole +paroles +parolier +paroliers +parolire +parolires +parons +paronyme +paronymes +parotide +parotides +paroxysme +paroxysmes +parpaillot +parpaillote +parpaillotes +parpaillots +parpaing +parpaings +parqua +parquai +parquaient +parquais +parquait +parquant +parquas +parquasse +parquassent +parquasses +parquassiez +parquassions +parqumes +parqut +parqutes +parque +parquent +parquer +parquera +parquerai +parqueraient +parquerais +parquerait +parqueras +parquerez +parqueriez +parquerions +parquerons +parqueront +parques +parquet +parqueta +parquetage +parquetages +parquetai +parquetaient +parquetais +parquetait +parquetant +parquetas +parquetasse +parquetassent +parquetasses +parquetassiez +parquetassions +parquetmes +parquett +parquettes +parqueter +parqueteur +parqueteurs +parquetez +parquet +parquete +parquetes +parquets +parquetrent +parquetiez +parquetions +parquetons +parquets +parquette +parquettent +parquettera +parquetterai +parquetteraient +parquetterais +parquetterait +parquetteras +parquetterez +parquetteriez +parquetterions +parquetterons +parquetteront +parquettes +parquez +parqu +parque +parques +parqus +parqurent +parquiez +parquions +parquons +parrain +parraina +parrainage +parrainages +parrainai +parrainaient +parrainais +parrainait +parrainant +parrainas +parrainasse +parrainassent +parrainasses +parrainassiez +parrainassions +parrainmes +parraint +parraintes +parraine +parrainent +parrainer +parrainera +parrainerai +parraineraient +parrainerais +parrainerait +parraineras +parrainerez +parraineriez +parrainerions +parrainerons +parraineront +parraines +parrainez +parrain +parraine +parraines +parrains +parrainrent +parrainiez +parrainions +parrainons +parrains +parricide +parricides +pars +parsema +parsemai +parsemaient +parsemais +parsemait +parsemant +parsemas +parsemasse +parsemassent +parsemasses +parsemassiez +parsemassions +parsemmes +parsemt +parsemtes +parsemer +parsemez +parsem +parseme +parsemes +parsems +parsemrent +parsemiez +parsemions +parsemons +parsme +parsmera +parsmerai +parsmeraient +parsmerais +parsmerait +parsmeras +parsmerez +parsmeriez +parsmerions +parsmerons +parsmeront +parsmes +part +partage +partagea +partageable +partageables +partageai +partageaient +partageais +partageait +partageant +partageas +partageasse +partageassent +partageasses +partageassiez +partageassions +partagemes +partaget +partagetes +partagent +partageons +partager +partagera +partagerai +partageraient +partagerais +partagerait +partageras +partagerez +partageriez +partagerions +partagerons +partageront +partages +partagez +partag +partage +partages +partags +partagrent +partagiez +partagions +partaient +partais +partait +partance +partant +partants +parte +partenaire +partenaires +partent +parterre +parterres +partes +partez +parthnogense +parthnogenses +parti +partial +partiale +partialement +partiales +partialit +partialits +partiaux +participa +participai +participaient +participais +participait +participant +participants +participas +participasse +participassent +participasses +participassiez +participassions +participation +participations +participmes +participt +participtes +participe +participent +participer +participera +participerai +participeraient +participerais +participerait +participeras +participerez +participeriez +participerions +participerons +participeront +participes +participez +particip +participe +participes +particips +participrent +participial +participiale +participiales +participiaux +participiez +participions +participons +particularisa +particularisai +particularisaient +particularisais +particularisait +particularisant +particularisas +particularisasse +particularisassent +particularisasses +particularisassiez +particularisassions +particularismes +particularist +particularistes +particularise +particularisent +particulariser +particularisera +particulariserai +particulariseraient +particulariserais +particulariserait +particulariseras +particulariserez +particulariseriez +particulariserions +particulariserons +particulariseront +particularises +particularisez +particularis +particularise +particularises +particulariss +particularisrent +particularisiez +particularisions +particularisme +particularismes +particularisons +particulariste +particularistes +particularit +particularits +particule +particules +particulier +particuliers +particulire +particulirement +particulires +partie +partiel +partielle +partiellement +partielles +partiels +parties +partiez +partions +partir +partira +partirai +partiraient +partirais +partirait +partiras +partirent +partirez +partiriez +partirions +partirons +partiront +partis +partisan +partisane +partisanes +partisans +partisse +partissent +partisses +partissiez +partissions +partit +partitif +partitifs +partition +partitions +partitive +partitives +partmes +partt +parttes +partons +partout +parts +parturition +parturitions +paru +parue +parues +parure +parurent +parures +parus +parusse +parussent +parusses +parussiez +parussions +parut +parution +parutions +parmes +part +partes +parvenaient +parvenais +parvenait +parvenant +parvenez +parveniez +parvenions +parvenir +parvenons +parvenu +parvenue +parvenues +parvenus +parviendra +parviendrai +parviendraient +parviendrais +parviendrait +parviendras +parviendrez +parviendriez +parviendrions +parviendrons +parviendront +parvienne +parviennent +parviennes +parviens +parvient +parvinrent +parvins +parvinsse +parvinssent +parvinsses +parvinssiez +parvinssions +parvint +parvis +parvnmes +parvnt +parvntes +pas +pascal +pascale +pascales +pascalien +pascalienne +pascaliennes +pascaliens +pascals +pascaux +passa +passable +passablement +passables +passade +passades +passage +passager +passagers +passages +passagre +passagrement +passagres +passai +passaient +passais +passait +passant +passante +passantes +passants +passas +passasse +passassent +passasses +passassiez +passassions +passation +passations +passavant +passavants +passmes +passt +passtes +passe +passement +passementerie +passementier +passementiers +passementire +passementires +passent +passepoil +passepoils +passeport +passeports +passer +passera +passerai +passeraient +passerais +passerait +passeras +passereau +passereaux +passerelle +passerelles +passerez +passeriez +passerions +passerons +passeront +passerose +passeroses +passes +passeur +passeurs +passeuse +passeuses +passez +pass +passe +passes +passs +passrent +passible +passibles +passiez +passif +passifs +passion +passionna +passionnai +passionnaient +passionnais +passionnait +passionnant +passionnante +passionnantes +passionnants +passionnas +passionnasse +passionnassent +passionnasses +passionnassiez +passionnassions +passionnmes +passionnt +passionntes +passionne +passionnel +passionnelle +passionnelles +passionnels +passionnent +passionner +passionnera +passionnerai +passionneraient +passionnerais +passionnerait +passionneras +passionnerez +passionneriez +passionnerions +passionnerons +passionneront +passionnes +passionnez +passionn +passionne +passionnes +passionnment +passionns +passionnrent +passionniez +passionnions +passionnistes +passionnistess +passionnons +passions +passive +passivement +passives +passivit +passivits +passoire +passoires +passons +pastel +pastelliste +pastellistes +pastels +pasteur +pasteurisa +pasteurisai +pasteurisaient +pasteurisais +pasteurisait +pasteurisant +pasteurisas +pasteurisasse +pasteurisassent +pasteurisasses +pasteurisassiez +pasteurisassions +pasteurisation +pasteurisations +pasteurismes +pasteurist +pasteuristes +pasteurise +pasteurisent +pasteuriser +pasteurisera +pasteuriserai +pasteuriseraient +pasteuriserais +pasteuriserait +pasteuriseras +pasteuriserez +pasteuriseriez +pasteuriserions +pasteuriserons +pasteuriseront +pasteurises +pasteurisez +pasteuris +pasteurise +pasteurises +pasteuriss +pasteurisrent +pasteurisiez +pasteurisions +pasteurisons +pasteurs +pastque +pastques +pasticha +pastichai +pastichaient +pastichais +pastichait +pastichant +pastichas +pastichasse +pastichassent +pastichasses +pastichassiez +pastichassions +pastichmes +pasticht +pastichtes +pastiche +pastichent +pasticher +pastichera +pasticherai +pasticheraient +pasticherais +pasticherait +pasticheras +pasticherez +pasticheriez +pasticherions +pasticherons +pasticheront +pastiches +pasticheur +pasticheurs +pasticheuse +pasticheuses +pastichez +pastich +pastiche +pastiches +pastichs +pastichrent +pastichiez +pastichions +pastichons +pastille +pastilles +pastoral +pastorale +pastorales +pastoraux +pastourelle +pastourelles +pat +patachon +patapouf +patapoufs +pataqus +patata +patate +patates +patati +patatras +pataud +pataude +pataudes +patauds +patauge +pataugea +pataugeai +pataugeaient +pataugeais +pataugeait +pataugeant +pataugeas +pataugeasse +pataugeassent +pataugeasses +pataugeassiez +pataugeassions +pataugemes +patauget +pataugetes +pataugent +pataugeons +patauger +pataugera +pataugerai +pataugeraient +pataugerais +pataugerait +pataugeras +pataugerez +pataugeriez +pataugerions +pataugerons +pataugeront +patauges +pataugez +pataug +patauge +patauges +pataugs +pataugrent +pataugiez +pataugions +patchouli +patchoulis +patchwork +patelin +pateline +patelines +patelins +patelle +patelles +patentre +patentres +patent +patenta +patentable +patentables +patentai +patentaient +patentais +patentait +patentas +patentasse +patentassent +patentasses +patentassiez +patentassions +patentmes +patentt +patenttes +patente +patentent +patenter +patentera +patenterai +patenteraient +patenterais +patenterait +patenteras +patenterez +patenteriez +patenterions +patenterons +patenteront +patentes +patentez +patent +patente +patentes +patents +patentrent +patentiez +patentions +patentons +patents +pater +paternalisme +paternaliste +paternalistes +paterne +paternel +paternelle +paternellement +paternelles +paternels +paternes +paternit +paternits +patne +patnes +patre +patres +pathtique +pathtiquement +pathtiques +pathogne +pathognes +pathologie +pathologique +pathologiquement +pathologiques +pathos +patibulaire +patibulaires +patiemment +patience +patiences +patient +patienta +patientai +patientaient +patientais +patientait +patientant +patientas +patientasse +patientassent +patientasses +patientassiez +patientassions +patientmes +patientt +patienttes +patiente +patientent +patienter +patientera +patienterai +patienteraient +patienterais +patienterait +patienteras +patienterez +patienteriez +patienterions +patienterons +patienteront +patientes +patientez +patient +patiente +patientes +patients +patientrent +patientiez +patientions +patientons +patients +patin +patina +patinage +patinai +patinaient +patinais +patinait +patinant +patinas +patinasse +patinassent +patinasses +patinassiez +patinassions +patinmes +patint +patintes +patine +patinent +patiner +patinera +patinerai +patineraient +patinerais +patinerait +patineras +patinerez +patineriez +patinerions +patinerons +patineront +patines +patinette +patinettes +patineur +patineurs +patineuse +patineuses +patinez +patin +patine +patines +patins +patinrent +patiniez +patinions +patinoire +patinoires +patinons +patins +patio +patios +patois +patoisa +patoisai +patoisaient +patoisais +patoisait +patoisant +patoisas +patoisasse +patoisassent +patoisasses +patoisassiez +patoisassions +patoismes +patoist +patoistes +patoise +patoisent +patoiser +patoisera +patoiserai +patoiseraient +patoiserais +patoiserait +patoiseras +patoiserez +patoiseriez +patoiserions +patoiserons +patoiseront +patoises +patoisez +patois +patoise +patoises +patoiss +patoisrent +patoisiez +patoisions +patoisons +patouilla +patouillai +patouillaient +patouillais +patouillait +patouillant +patouillas +patouillasse +patouillassent +patouillasses +patouillassiez +patouillassions +patouillmes +patouillt +patouilltes +patouille +patouillent +patouiller +patouillera +patouillerai +patouilleraient +patouillerais +patouillerait +patouilleras +patouillerez +patouilleriez +patouillerions +patouillerons +patouilleront +patouilles +patouillez +patouill +patouille +patouilles +patouills +patouillrent +patouilliez +patouillions +patouillons +patraque +patraques +patres +patriarcal +patriarcale +patriarcalement +patriarcales +patriarcat +patriarcats +patriarcaux +patriarche +patriarches +patricien +patricienne +patriciennes +patriciens +patrie +patries +patrimoine +patrimoines +patrimonial +patrimoniale +patrimoniales +patrimoniaux +patriote +patriotes +patriotique +patriotiquement +patriotiques +patriotisme +patrologie +patron +patronage +patronages +patronal +patronale +patronales +patronat +patronats +patronaux +patronna +patronnai +patronnaient +patronnais +patronnait +patronnant +patronnas +patronnasse +patronnassent +patronnasses +patronnassiez +patronnassions +patronnmes +patronnt +patronntes +patronne +patronnent +patronner +patronnera +patronnerai +patronneraient +patronnerais +patronnerait +patronneras +patronnerez +patronneriez +patronnerions +patronnerons +patronneront +patronnes +patronnesse +patronnesses +patronnez +patronn +patronne +patronnes +patronns +patronnrent +patronniez +patronnions +patronnons +patrons +patronymique +patronymiques +patrouilla +patrouillai +patrouillaient +patrouillais +patrouillait +patrouillant +patrouillas +patrouillasse +patrouillassent +patrouillasses +patrouillassiez +patrouillassions +patrouillmes +patrouillt +patrouilltes +patrouille +patrouillent +patrouiller +patrouillera +patrouillerai +patrouilleraient +patrouillerais +patrouillerait +patrouilleras +patrouillerez +patrouilleriez +patrouillerions +patrouillerons +patrouilleront +patrouilles +patrouilleur +patrouilleurs +patrouillez +patrouill +patrouille +patrouilles +patrouills +patrouillrent +patrouilliez +patrouillions +patrouillons +patte +pattes +pattu +pattue +pattues +pattus +paturon +paturons +paul +paulien +paulienne +pauliennes +pauliens +paulownia +paulownias +pauma +paumai +paumaient +paumais +paumait +paumant +paumas +paumasse +paumassent +paumasses +paumassiez +paumassions +paummes +paumt +paumtes +paume +paumelle +paumelles +paument +paumer +paumera +paumerai +paumeraient +paumerais +paumerait +paumeras +paumerez +paumeriez +paumerions +paumerons +paumeront +paumes +paumez +paum +paume +paumes +paums +paumrent +paumiez +paumions +paumons +pauprisation +pauprisations +pauprisme +paupiette +paupiettes +paupire +paupires +pausa +pausai +pausaient +pausais +pausait +pausant +pausas +pausasse +pausassent +pausasses +pausassiez +pausassions +pausmes +paust +paustes +pause +pausent +pauser +pausera +pauserai +pauseraient +pauserais +pauserait +pauseras +pauserez +pauseriez +pauserions +pauserons +pauseront +pauses +pausez +paus +pause +pauses +pauss +pausrent +pausiez +pausions +pausons +pauvre +pauvrement +pauvres +pauvresse +pauvresses +pauvret +pauvret +pauvrets +pauvrette +pauvrettes +pava +pavage +pavages +pavai +pavaient +pavais +pavait +pavana +pavanai +pavanaient +pavanais +pavanait +pavanant +pavanas +pavanasse +pavanassent +pavanasses +pavanassiez +pavanassions +pavanmes +pavant +pavantes +pavane +pavanent +pavaner +pavanera +pavanerai +pavaneraient +pavanerais +pavanerait +pavaneras +pavanerez +pavaneriez +pavanerions +pavanerons +pavaneront +pavanes +pavanez +pavan +pavane +pavanes +pavans +pavanrent +pavaniez +pavanions +pavanons +pavant +pavas +pavasse +pavassent +pavasses +pavassiez +pavassions +pavmes +pavt +pavtes +pave +pavement +pavements +pavent +paver +pavera +paverai +paveraient +paverais +paverait +paveras +paverez +paveriez +paverions +paverons +paveront +paves +paveur +paveurs +pavez +pav +pave +paves +pavs +pavrent +paviez +pavillon +pavillons +pavions +pavois +pavoisa +pavoisai +pavoisaient +pavoisais +pavoisait +pavoisant +pavoisas +pavoisasse +pavoisassent +pavoisasses +pavoisassiez +pavoisassions +pavoismes +pavoist +pavoistes +pavoise +pavoisement +pavoisements +pavoisent +pavoiser +pavoisera +pavoiserai +pavoiseraient +pavoiserais +pavoiserait +pavoiseras +pavoiserez +pavoiseriez +pavoiserions +pavoiserons +pavoiseront +pavoises +pavoisez +pavois +pavoise +pavoises +pavoiss +pavoisrent +pavoisiez +pavoisions +pavoisons +pavons +pavot +pavots +paya +payable +payables +payai +payaient +payais +payait +payant +payante +payantes +payants +payas +payasse +payassent +payasses +payassiez +payassions +paymes +payt +paytes +paye +payement +payements +payent +payer +payera +payerai +payeraient +payerais +payerait +payeras +payerez +payeriez +payerions +payerons +payeront +payes +payeur +payeurs +payeuse +payeuses +payez +pay +paye +payes +pays +payrent +payiez +payions +payons +pays +paysage +paysages +paysagiste +paysagistes +paysan +paysannat +paysanne +paysannerie +paysannes +paysans +payse +payses +ple +ples +pleur +pleurs +pli +plie +plies +plir +plira +plirai +pliraient +plirais +plirait +pliras +plirent +plirez +pliriez +plirions +plirons +pliront +plis +plissaient +plissais +plissait +plissant +plissas +plisse +plissent +plisses +plissez +plissiez +plissions +plissons +plit +plmes +plt +pltes +plot +plots +plotte +plottes +pmai +pmaient +pmais +pmait +pmant +pmas +pmasse +pmassent +pmasses +pmassiez +pmassions +pmmes +pmt +pmtes +pme +pment +pmer +pmera +pmerai +pmeraient +pmerais +pmerait +pmeras +pmerez +pmeriez +pmerions +pmerons +pmeront +pmes +pmez +pm +pme +pmes +pms +pmrent +pmiez +pmions +pmoison +pmoisons +pmons +pque +pquerette +pquerettes +pques +pte +ptes +pteuse +pteusement +pteuses +pteux +pt +pte +ptes +pts +pti +ptie +pties +ptir +ptira +ptirai +ptiraient +ptirais +ptirait +ptiras +ptirent +ptirez +ptiriez +ptirions +ptirons +ptiront +ptis +ptissaient +ptissais +ptissait +ptissant +ptisse +ptissent +ptisserie +ptisseries +ptisses +ptissez +ptissier +ptissiers +ptissiez +ptissire +ptissires +ptissions +ptissons +ptit +ptmes +ptt +pttes +ptre +ptres +ptura +pturage +pturages +pturai +pturaient +pturais +pturait +pturant +pturas +pturasse +pturassent +pturasses +pturassiez +pturassions +pturmes +pturt +pturtes +pture +pturent +pturer +pturera +pturerai +ptureraient +pturerais +pturerait +ptureras +pturerez +ptureriez +pturerions +pturerons +ptureront +ptures +pturez +ptur +pture +ptures +pturs +pturrent +pturiez +pturions +pturons +peau +peaufina +peaufinai +peaufinaient +peaufinais +peaufinait +peaufinant +peaufinas +peaufinasse +peaufinassent +peaufinasses +peaufinassiez +peaufinassions +peaufinmes +peaufint +peaufintes +peaufine +peaufinent +peaufiner +peaufinera +peaufinerai +peaufineraient +peaufinerais +peaufinerait +peaufineras +peaufinerez +peaufineriez +peaufinerions +peaufinerons +peaufineront +peaufines +peaufinez +peaufin +peaufine +peaufines +peaufins +peaufinrent +peaufiniez +peaufinions +peaufinons +peausserie +peausseries +peaussier +peaussiers +peaux +peccadille +peccadilles +pechblende +pectine +pectoral +pectorale +pectorales +pectoraux +peigna +peignage +peignages +peignai +peignaient +peignais +peignait +peignant +peignas +peignasse +peignassent +peignasses +peignassiez +peignassions +peignmes +peignt +peigntes +peigne +peignent +peigner +peignera +peignerai +peigneraient +peignerais +peignerait +peigneras +peignerez +peigneriez +peignerions +peignerons +peigneront +peignes +peigneur +peigneurs +peigneuse +peigneuses +peignez +peign +peigne +peignes +peigns +peignrent +peigniez +peignions +peignirent +peignis +peignisse +peignissent +peignisses +peignissiez +peignissions +peignit +peignmes +peignt +peigntes +peignoir +peignoirs +peignons +peina +peinai +peinaient +peinais +peinait +peinant +peinas +peinasse +peinassent +peinasses +peinassiez +peinassions +peinmes +peint +peintes +peindra +peindrai +peindraient +peindrais +peindrait +peindras +peindre +peindrez +peindriez +peindrions +peindrons +peindront +peine +peinent +peiner +peinera +peinerai +peineraient +peinerais +peinerait +peineras +peinerez +peineriez +peinerions +peinerons +peineront +peines +peinez +pein +peine +peines +peins +peinrent +peiniez +peinions +peinons +peins +peint +peinte +peintes +peintre +peintres +peints +peintura +peinturai +peinturaient +peinturais +peinturait +peinturant +peinturas +peinturasse +peinturassent +peinturasses +peinturassez +peinturassiez +peinturassions +peinturmes +peinturt +peinturtes +peinture +peinturent +peinturer +peinturera +peinturerai +peintureraient +peinturerais +peinturerait +peintureras +peinturerez +peintureriez +peinturerions +peinturerons +peintureront +peintures +peinturez +peintur +peinture +peintures +peinturs +peinturrent +peinturiez +peinturions +peinturlura +peinturlurai +peinturluraient +peinturlurais +peinturlurait +peinturlurant +peinturluras +peinturlurasse +peinturlurassent +peinturlurasses +peinturlurassiez +peinturlurassions +peinturlurmes +peinturlurt +peinturlurtes +peinturlure +peinturlurent +peinturlurer +peinturlurera +peinturlurerai +peinturlureraient +peinturlurerais +peinturlurerait +peinturlureras +peinturlurerez +peinturlureriez +peinturlurerions +peinturlurerons +peinturlureront +peinturlures +peinturlurez +peinturlur +peinturlure +peinturlures +peinturlurs +peinturlurrent +peinturluriez +peinturlurions +peinturlurons +peinturons +pela +pelade +pelage +pelages +pelai +pelaient +pelais +pelait +pelant +pelas +pelasse +pelassent +pelasses +pelassiez +pelassions +pelmes +pelt +peltes +peler +pelez +pel +pele +peles +pels +pelrent +peliez +pelions +pelisse +pelisses +pellagre +pelle +pelles +pelleta +pelletai +pelletaient +pelletais +pelletait +pelletant +pelletas +pelletasse +pelletassent +pelletasses +pelletassiez +pelletassions +pelletmes +pellett +pellettes +pelleter +pelleterie +pelleteries +pelleteur +pelleteurs +pelleteuse +pelleteuses +pelletez +pellet +pellete +pelletes +pellets +pelletrent +pelletier +pelletiers +pelletiez +pelletiezs +pelletire +pelletires +pelletions +pelletons +pellette +pellettent +pellettera +pelletterai +pelletteraient +pelletterais +pelletterait +pelletteras +pelletterez +pelletteriez +pelletterions +pelletterons +pelletteront +pellettes +pellicule +pellicules +pelons +pelota +pelotage +pelotages +pelotai +pelotaient +pelotais +pelotait +pelotant +pelotari +pelotas +pelotasse +pelotassent +pelotasses +pelotassiez +pelotassions +pelotmes +pelott +pelottes +pelote +pelotent +peloter +pelotera +peloterai +peloteraient +peloterais +peloterait +peloteras +peloterez +peloteriez +peloterions +peloterons +peloteront +pelotes +peloteur +peloteurs +peloteuse +peloteuses +pelotez +pelot +pelote +pelotes +pelots +pelotrent +pelotiez +pelotions +peloton +pelotonna +pelotonnai +pelotonnaient +pelotonnais +pelotonnait +pelotonnant +pelotonnas +pelotonnasse +pelotonnassent +pelotonnasses +pelotonnassiez +pelotonnassions +pelotonnmes +pelotonnt +pelotonntes +pelotonne +pelotonnement +pelotonnements +pelotonnent +pelotonner +pelotonnera +pelotonnerai +pelotonneraient +pelotonnerais +pelotonnerait +pelotonneras +pelotonnerez +pelotonneriez +pelotonnerions +pelotonnerons +pelotonneront +pelotonnes +pelotonnez +pelotonn +pelotonne +pelotonnes +pelotonns +pelotonnrent +pelotonniez +pelotonnions +pelotonnons +pelotons +pelouse +pelouses +pelucha +peluchai +peluchaient +peluchais +peluchait +peluchant +peluchas +peluchasse +peluchassent +peluchasses +peluchassiez +peluchassions +peluchmes +pelucht +peluchtes +peluche +peluchent +pelucher +peluchera +pelucherai +pelucheraient +pelucherais +pelucherait +pelucheras +pelucherez +pelucheriez +pelucherions +pelucherons +pelucheront +peluches +pelucheuse +pelucheuses +pelucheux +peluchez +peluch +peluche +peluches +peluchs +peluchrent +peluchiez +peluchions +peluchons +pelure +pelures +pelvien +pelvienne +pelviennes +pelviens +penalty football +penaltys +penaud +penaude +penaudes +penauds +pence +pencha +penchai +penchaient +penchais +penchait +penchant +penchante +penchantes +penchants +penchas +penchasse +penchassent +penchasses +penchassiez +penchassions +penchmes +pencht +penchtes +penche +penchent +pencher +penchera +pencherai +pencheraient +pencherais +pencherait +pencheras +pencherez +pencheriez +pencherions +pencherons +pencheront +penches +penchez +pench +penche +penches +penchs +penchrent +penchiez +penchions +penchons +pend +pendable +pendables +pendage +pendages +pendaient +pendais +pendaison +pendaisons +pendait +pendant +pendante +pendantes +pendants +pendard +pendarde +pendardes +pendards +pende +pendeloque +pendeloques +pendent +pendentif +pendentifs +penderie +penderies +pendes +pendez +pendiez +pendilla +pendillai +pendillaient +pendillais +pendillait +pendillant +pendillas +pendillasse +pendillassent +pendillasses +pendillassiez +pendillassions +pendillmes +pendillt +pendilltes +pendille +pendillent +pendiller +pendillera +pendillerai +pendilleraient +pendillerais +pendillerait +pendilleras +pendillerez +pendilleriez +pendillerions +pendillerons +pendilleront +pendilles +pendillez +pendill +pendille +pendilles +pendills +pendillrent +pendilliez +pendillions +pendillons +pendions +pendirent +pendis +pendisse +pendissent +pendisses +pendissiez +pendissions +pendit +pendmes +pendt +pendtes +pendons +pendra +pendrai +pendraient +pendrais +pendrait +pendras +pendre +pendrez +pendriez +pendrions +pendrons +pendront +pends +pendu +pendue +pendues +pendulaire +pendulaires +pendule +pendules +pendulette +pendulettes +pendus +penguin +penne +pennes +penn +penne +pennes +penns +pennies +pennon +pennons +penny +pensa +pensai +pensaient +pensais +pensait +pensant +pensante +pensantes +pensants +pensas +pensasse +pensassent +pensasses +pensassiez +pensassions +pensmes +penst +penstes +pense +pensent +penser +pensera +penserai +penseraient +penserais +penserait +penseras +penserez +penseriez +penserions +penserons +penseront +penses +penseur +penseurs +penseuse +penseuses +pensez +pens +pense +penses +penss +pensrent +pensiez +pensif +pensifs +pensine +pension +pensionna +pensionnai +pensionnaient +pensionnaire +pensionnaires +pensionnais +pensionnait +pensionnant +pensionnas +pensionnasse +pensionnassent +pensionnasses +pensionnassiez +pensionnassions +pensionnat +pensionnats +pensionnmes +pensionnt +pensionntes +pensionne +pensionnent +pensionner +pensionnera +pensionnerai +pensionneraient +pensionnerais +pensionnerait +pensionneras +pensionnerez +pensionneriez +pensionnerions +pensionnerons +pensionneront +pensionnes +pensionnez +pensionn +pensionne +pensionnes +pensionns +pensionnrent +pensionniez +pensionnions +pensionnons +pensions +pensive +pensivement +pensives +pensons +pensum +pensums +pentagonal +pentagonale +pentagonales +pentagonaux +pentagone +pentagones +pentathlon +pentathlons +pente +pentecte +pentes +penthotal +penture +pentures +pepsine +peptide +percale +percaline +perce +percement +percements +percent +percepteur +percepteurs +perceptible +perceptibles +perception +perceptions +percer +percera +percerai +perceraient +percerais +percerait +perceras +percerez +perceriez +percerions +percerons +perceront +perces +perceur +perceurs +perceuse +perceuses +percevable +percevables +percevaient +percevais +percevait +percevant +percevez +perceviez +percevions +percevoir +percevra +percevrai +percevraient +percevrais +percevrait +percevras +percevrez +percevriez +percevrions +percevrons +percevront +percez +perc +perce +perces +percs +percrent +percha +perchai +perchaient +perchais +perchait +perchant +perchas +perchasse +perchassent +perchasses +perchassiez +perchassions +perchmes +percht +perchtes +perche +perchent +percher +perchera +percherai +percheraient +percherais +percherait +percheras +percherez +percheriez +percherions +percheron +percheronne +percheronnes +percherons +percheront +perches +perchez +perch +perche +perches +perchs +perchrent +perchiez +perchions +perchoir +perchoirs +perchons +perciez +percions +perclus +percluse +percluses +percolateur +percolateurs +percussion +percussions +percuta +percutai +percutaient +percutais +percutait +percutant +percutante +percutantes +percutants +percutas +percutasse +percutassent +percutasses +percutassiez +percutassions +percutmes +percutt +percuttes +percute +percutent +percuter +percutera +percuterai +percuteraient +percuterais +percuterait +percuteras +percuterez +percuteriez +percuterions +percuterons +percuteront +percutes +percuteur +percuteurs +percutez +percut +percute +percutes +percuts +percutrent +percutiez +percutions +percutons +pera +perage +perages +perai +peraient +perais +perait +perant +perante +perantes +perants +peras +perasse +perassent +perasses +perassiez +perassions +permes +pert +pertes +peroir +peroirs +perois +peroit +peroive +peroivent +peroives +perons +peru +perue +perues +perurent +perus +perusse +perussent +perusses +perussiez +perussions +perut +permes +pert +pertes +perd +perdai +perdaient +perdais +perdait +perdant +perdante +perdantes +perdants +perde +perdent +perdes +perdez +perdiez +perdions +perdirent +perdis +perdisse +perdissent +perdisses +perdissiez +perdissions +perdit +perdition +perditions +perdmes +perdt +perdtes +perdons +perdra +perdrai +perdraient +perdrais +perdrait +perdras +perdre +perdreau +perdreaux +perdrez +perdriez +perdrions +perdrix +perdrons +perdront +perds +perdu +perdue +perdues +perdus +perfectibilit +perfectibilits +perfectible +perfectibles +perfection +perfectionna +perfectionnai +perfectionnaient +perfectionnais +perfectionnait +perfectionnant +perfectionnas +perfectionnasse +perfectionnassent +perfectionnasses +perfectionnassiez +perfectionnassions +perfectionnmes +perfectionnt +perfectionntes +perfectionne +perfectionnement +perfectionnements +perfectionnent +perfectionner +perfectionnera +perfectionnerai +perfectionneraient +perfectionnerais +perfectionnerait +perfectionneras +perfectionnerez +perfectionneriez +perfectionnerions +perfectionnerons +perfectionneront +perfectionnes +perfectionnez +perfectionn +perfectionne +perfectionnes +perfectionns +perfectionnrent +perfectionniez +perfectionnions +perfectionnons +perfections +perfide +perfidement +perfides +perfora +perforai +perforaient +perforais +perforait +perforant +perforas +perforasse +perforassent +perforasses +perforassiez +perforassions +perforation +perforations +perforatrice +perforatrices +performes +perfort +perfortes +perfore +perforent +perforer +perforera +perforerai +perforeraient +perforerais +perforerait +perforeras +perforerez +perforeriez +perforerions +perforerons +perforeront +perfores +perforez +perfor +perfore +perfores +perfors +perforrent +perforiez +perforions +performance +performances +performant +performante +performantes +performants +perforons +perfusion +perfusions +pergola +pergolas +perla +perlai +perlaient +perlais +perlait +perlant +perlas +perlasse +perlassent +perlasses +perlassiez +perlassions +perlmes +perlt +perltes +perle +perlent +perler +perlera +perlerai +perleraient +perlerais +perlerait +perleras +perlerez +perleriez +perlerions +perlerons +perleront +perles +perlez +perl +perle +perles +perls +perlrent +perlier +perliers +perliez +perlire +perlires +perlions +perlons +permanence +permanences +permanent +permanente +permanentes +permanents +permanganate +permet +permetaient +permetais +permetait +permetant +permets +permettaient +permettait +permettant +permette +permettent +permettes +permettez +permettiez +permettions +permettons +permettra +permettrai +permettraient +permettrais +permettrait +permettras +permettre +permettrez +permettriez +permettrions +permettrons +permettront +permabilit +permabilits +permable +permables +permirent +permis +permise +permises +permisse +permissent +permisses +permissiez +permission +permissionnaire +permissionnaires +permissions +permissivit +permit +permmes +permt +permtes +permuta +permutai +permutaient +permutais +permutait +permutant +permutas +permutasse +permutassent +permutasses +permutassiez +permutassions +permutation +permutations +permutmes +permutt +permuttes +permute +permutent +permuter +permutera +permuterai +permuteraient +permuterais +permuterait +permuteras +permuterez +permuteriez +permuterions +permuterons +permuteront +permutes +permutez +permut +permute +permutes +permuts +permutrent +permutiez +permutions +permutons +pernicieuse +pernicieusement +pernicieuses +pernicieux +peroxyde +peroxydes +perpendiculaire +perpendiculairement +perpendiculaires +perptra +perptrai +perptraient +perptrais +perptrait +perptrant +perptras +perptrasse +perptrassent +perptrasses +perptrassiez +perptrassions +perptration +perptrations +perptrmes +perptrt +perptrtes +perptrer +perptrera +perptrerai +perptreraient +perptrerais +perptrerait +perptreras +perptrerez +perptreriez +perptrerions +perptrerons +perptreront +perptrez +perptr +perptre +perptres +perptrs +perptrrent +perptriez +perptrions +perptrons +perptua +perptuai +perptuaient +perptuais +perptuait +perptuant +perptuas +perptuasse +perptuassent +perptuasses +perptuassiez +perptuassions +perptumes +perptut +perptutes +perptue +perptuel +perptuelle +perptuellement +perptuelles +perptuels +perptuent +perptuer +perptuera +perptuerai +perptueraient +perptuerais +perptuerait +perptueras +perptuerez +perptueriez +perptuerions +perptuerons +perptueront +perptues +perptuez +perptu +perptue +perptues +perptus +perpturent +perptuiez +perptuions +perptuit +perptuons +perptre +perptrent +perptres +perplexe +perplexes +perplexit +perplexits +perquisition +perquisitionna +perquisitionnai +perquisitionnaient +perquisitionnais +perquisitionnait +perquisitionnant +perquisitionnas +perquisitionnasse +perquisitionnassent +perquisitionnasses +perquisitionnassiez +perquisitionnassions +perquisitionnmes +perquisitionnt +perquisitionntes +perquisitionne +perquisitionnent +perquisitionner +perquisitionnera +perquisitionnerai +perquisitionneraient +perquisitionnerais +perquisitionnerait +perquisitionneras +perquisitionnerez +perquisitionneriez +perquisitionnerions +perquisitionnerons +perquisitionneront +perquisitionnes +perquisitionnez +perquisitionn +perquisitionne +perquisitionnes +perquisitionns +perquisitionnrent +perquisitionniez +perquisitionnions +perquisitionnons +perquisitions +perron +perrons +perroquet +perroquets +perruche +perruches +perruque +perruques +perruquier +perruquiers +pers +persan +persane +persanes +persans +perse +perses +perscuta +perscutai +perscutaient +perscutais +perscutait +perscutant +perscutas +perscutasse +perscutassent +perscutasses +perscutassiez +perscutassions +perscutmes +perscutt +perscuttes +perscute +perscutent +perscuter +perscutera +perscuterai +perscuteraient +perscuterais +perscuterait +perscuteras +perscuterez +perscuteriez +perscuterions +perscuterons +perscuteront +perscutes +perscuteur +perscuteurs +perscutez +perscut +perscute +perscutes +perscuts +perscutrent +perscutiez +perscution +perscutions +perscutons +perscutrice +perscutrices +persvra +persvrai +persvraient +persvrais +persvrait +persvrance +persvrances +persvrant +persvras +persvrasse +persvrassent +persvrasses +persvrassiez +persvrassions +persvrmes +persvrt +persvrtes +persvrer +persvrera +persvrerai +persvreraient +persvrerais +persvrerait +persvreras +persvrerez +persvreriez +persvrerions +persvrerons +persvreront +persvrez +persvr +persvre +persvres +persvrs +persvrrent +persvriez +persvrions +persvrons +persvre +persvrent +persvres +persienne +persiennes +persifla +persiflage +persiflages +persiflai +persiflaient +persiflais +persiflait +persiflant +persiflas +persiflasse +persiflassent +persiflasses +persiflassiez +persiflassions +persiflmes +persiflt +persifltes +persifle +persiflent +persifler +persiflera +persiflerai +persifleraient +persiflerais +persiflerait +persifleras +persiflerez +persifleriez +persiflerions +persiflerons +persifleront +persifles +persifleur +persifleurs +persifleuse +persifleuses +persiflez +persifl +persifle +persifles +persifls +persiflrent +persifliez +persiflions +persiflons +persil +persill +persille +persilles +persills +persista +persistai +persistaient +persistais +persistait +persistance +persistances +persistant +persistante +persistantes +persistants +persistas +persistasse +persistassent +persistasses +persistassiez +persistassions +persistmes +persistt +persisttes +persiste +persistent +persister +persistera +persisterai +persisteraient +persisterais +persisterait +persisteras +persisterez +persisteriez +persisterions +persisterons +persisteront +persistes +persistez +persist +persiste +persistes +persists +persistrent +persistiez +persistions +persistons +personnage +personnages +personnalisa +personnalisai +personnalisaient +personnalisais +personnalisait +personnalisant +personnalisas +personnalisasse +personnalisassent +personnalisasses +personnalisassiez +personnalisassions +personnalisation +personnalisations +personnalismes +personnalist +personnalistes +personnalise +personnalisent +personnaliser +personnalisera +personnaliserai +personnaliseraient +personnaliserais +personnaliserait +personnaliseras +personnaliserez +personnaliseriez +personnaliserions +personnaliserons +personnaliseront +personnalises +personnalisez +personnalis +personnalise +personnalises +personnaliss +personnalisrent +personnalisiez +personnalisions +personnalisons +personnalit +personnalits +personne +personnel +personnelle +personnellement +personnelles +personnels +personnes +personnifia +personnifiai +personnifiaient +personnifiais +personnifiait +personnifiant +personnifias +personnifiasse +personnifiassent +personnifiasses +personnifiassiez +personnifiassions +personnifimes +personnifit +personnifites +personnification +personnifications +personnifie +personnifient +personnifier +personnifiera +personnifierai +personnifieraient +personnifierais +personnifierait +personnifieras +personnifierez +personnifieriez +personnifierions +personnifierons +personnifieront +personnifies +personnifiez +personnifi +personnifie +personnifies +personnifis +personnifirent +personnifiiez +personnifiions +personnifions +perspective +perspectives +perspicace +perspicaces +perspicacit +perspicacits +persuada +persuadai +persuadaient +persuadais +persuadait +persuadant +persuadas +persuadasse +persuadassent +persuadasses +persuadassiez +persuadassions +persuadmes +persuadt +persuadtes +persuade +persuadent +persuader +persuadera +persuaderai +persuaderaient +persuaderais +persuaderait +persuaderas +persuaderez +persuaderiez +persuaderions +persuaderons +persuaderont +persuades +persuadez +persuad +persuade +persuades +persuads +persuadrent +persuadiez +persuadions +persuadons +persuasif +persuasifs +persuasion +persuasions +persuasive +persuasivement +persuasives +perte +pertes +pertinemment +pertinence +pertinences +pertinent +pertinente +pertinentes +pertinents +pertuis +perturba +perturbai +perturbaient +perturbais +perturbait +perturbant +perturbas +perturbasse +perturbassent +perturbasses +perturbassiez +perturbassions +perturbateur +perturbateurs +perturbation +perturbations +perturbatrice +perturbatrices +perturbmes +perturbt +perturbtes +perturbe +perturbent +perturber +perturbera +perturberai +perturberaient +perturberais +perturberait +perturberas +perturberez +perturberiez +perturberions +perturberons +perturberont +perturbes +perturbez +perturb +perturbe +perturbes +perturbs +perturbrent +perturbiez +perturbions +perturbons +pervenche +pervenches nom +pervers +perverse +perverses +perversion +perversions +perversit +perversits +perverti +pervertie +perverties +pervertir +pervertira +pervertirai +pervertiraient +pervertirais +pervertirait +pervertiras +pervertirent +pervertirez +pervertiriez +pervertirions +pervertirons +pervertiront +pervertis +pervertissaient +pervertissais +pervertissait +pervertissant +pervertisse +pervertissent +pervertisses +pervertissez +pervertissiez +pervertissions +pervertissons +pervertit +pervertmes +pervertt +perverttes +pesa +pesage +pesages +pesai +pesaient +pesais +pesait +pesamment +pesant +pesante +pesantes +pesanteur +pesanteurs +pesants +pesas +pesasse +pesassent +pesasses +pesassiez +pesassions +pesmes +pest +pestes +peser +peseta +pesetas +pesez +pes +pese +peses +pess +pesrent +pesiez +pesions +peson +pesons +pessimisme +pessimiste +pessimistes +pesta +pestai +pestaient +pestais +pestait +pestant +pestas +pestasse +pestassent +pestasses +pestassiez +pestassions +pestmes +pestt +pesttes +peste +pestent +pester +pestera +pesterai +pesteraient +pesterais +pesterait +pesteras +pesterez +pesteriez +pesterions +pesterons +pesteront +pestes +pesteuse +pesteuses +pesteux +pestez +pest +peste +pestes +pests +pestrent +pesticide +pesticides +pestiez +pestifr +pestifre +pestifres +pestifrs +pestilence +pestilences +pestilentiel +pestilentielle +pestilentielles +pestilentiels +pestions +pestons +pet +petiot +petiote +petiotes +petiots +petit +petite +petitement +petites +petitesse +petitesses +petits +peton +petons +pets +peu +peupla +peuplade +peuplades +peuplai +peuplaient +peuplais +peuplait +peuplant +peuplas +peuplasse +peuplassent +peuplasses +peuplassiez +peuplassions +peuplmes +peuplt +peupltes +peuple +peuplement +peuplements +peuplent +peupler +peuplera +peuplerai +peupleraient +peuplerais +peuplerait +peupleras +peuplerez +peupleriez +peuplerions +peuplerons +peupleront +peuples +peuplez +peupl +peuple +peuples +peupls +peuplrent +peuplier +peupliers +peupliez +peuplions +peuplons +peur +peureuse +peureusement +peureuses +peureux +peurs +peut +peuvent +peux +page +pages +pagiste +pagistes +pcari +pcaris +pcha +pchai +pchaient +pchais +pchait +pchant +pchas +pchasse +pchassent +pchasses +pchassiez +pchassions +pchassons +pchmes +pcht +pchtes +pcher +pchera +pcherai +pcheraient +pcherais +pcherait +pcheras +pcheresse +pcheresses +pcherez +pcheriez +pcherions +pcherons +pcheront +pches +pcheur +pcheurs +pchez +pch +pche +pches +pchs +pchrent +pchiez +pchions +pchons +pcore +pcores +pcule +pcules +pcuniaire +pcuniairement +pcuniaires +pdagogie +pdagogique +pdagogiques +pdagogue +pdagogues +pdala +pdalai +pdalaient +pdalais +pdalait +pdalant +pdalas +pdalasse +pdalassent +pdalasses +pdalassiez +pdalassions +pdalmes +pdalt +pdaltes +pdale +pdalent +pdaler +pdalera +pdalerai +pdaleraient +pdalerais +pdalerait +pdaleras +pdalerez +pdaleriez +pdalerions +pdalerons +pdaleront +pdales +pdalez +pdal +pdale +pdales +pdals +pdalrent +pdalier +pdaliers +pdaliez +pdalions +pdalons +pdant +pdante +pdanterie +pdantes +pdantesque +pdantesquement +pdantesques +pdantisme +pdants +pdestre +pdestrement +pdestres +pdrastie +pdrasties +pdiatre +pdiatres +pdiatrie +pdiatrique +pdiatriques +pdicule +pdicure +pdicures +pdigree +pdigrees +pdologie +pdoncule +pdoncules +pjoratif +pjoratifs +pjorative +pjorativement +pjoratives +pkin +pkin +pkine +pkines +pkins +pkinois +pkinoise +pkinoises +pkins +plagique +plagiques +plican +plicans +pnal +pnale +pnales +pnalisa +pnalisai +pnalisaient +pnalisais +pnalisait +pnalisant +pnalisas +pnalisasse +pnalisassent +pnalisasses +pnalisassiez +pnalisassions +pnalisation +pnalisations +pnalismes +pnalist +pnalistes +pnalise +pnalisent +pnaliser +pnalisera +pnaliserai +pnaliseraient +pnaliserais +pnaliserait +pnaliseras +pnaliserez +pnaliseriez +pnaliserions +pnaliserons +pnaliseront +pnalises +pnalisez +pnalis +pnalise +pnalises +pnaliss +pnalisrent +pnalisiez +pnalisions +pnalisons +pnalit +pnalits +pnates +pnaux +pnplaine +pnplaines +pntra +pntrable +pntrables +pntrai +pntraient +pntrais +pntrait +pntrant +pntrante +pntrantes +pntrants +pntras +pntrasse +pntrassent +pntrasses +pntrassiez +pntrassions +pntration +pntrations +pntrmes +pntrt +pntrtes +pntrer +pntrera +pntrerai +pntreraient +pntrerais +pntrerait +pntreras +pntrerez +pntreriez +pntrerions +pntrerons +pntreront +pntrez +pntr +pntre +pntres +pntrs +pntrrent +pntriez +pntrions +pntrons +pntre +pntrent +pntres +pnible +pniblement +pnibles +pniche +pniches +pnicilline +pninsulaire +pninsulaires +pninsule +pninsules +pnis +pnitence +pnitences +pnitencier +pnitenciers +pnitent +pnitente +pnitentes +pnitentiaire +pnitentiaires +pnitents +pnombre +pnombres +pnultime +pnultimes +pnurie +pnuries +ppia +ppiai +ppiaient +ppiais +ppiait +ppiant +ppias +ppiasse +ppiassent +ppiasses +ppiassiez +ppiassions +ppimes +ppit +ppites +ppie +ppiement +ppiements +ppient +ppier +ppiera +ppierai +ppieraient +ppierais +ppierait +ppieras +ppierez +ppieriez +ppierions +ppierons +ppieront +ppies +ppiez +ppi +ppie +ppies +ppis +ppirent +ppiiez +ppiions +ppin +ppiniriste +ppiniristes +ppinire +ppinires +ppins +ppions +ppite +pplum +pplums +pquin +pquins +premption +premptions +premptoire +premptoirement +premptoires +prenne +prennes +prennit +prgrination +prgrinations +prquation +prquations +pri +pricarde +pricardes +pricarpe +pricarpes +priclita +priclitai +priclitaient +priclitais +priclitait +priclitant +priclitas +priclitasse +priclitassent +priclitasses +priclitassiez +priclitassions +priclitmes +priclitt +priclittes +priclite +priclitent +pricliter +priclitera +pricliterai +pricliteraient +pricliterais +pricliterait +pricliteras +pricliterez +pricliteriez +pricliterions +pricliterons +pricliteront +priclites +priclitez +priclit +priclite +priclites +priclits +priclitrent +priclitiez +priclitions +priclitons +pridot +pridots +prie +pries +prige +priges +prigord +prigourdin +prigourdine +prigourdines +prigourdins +pril +prilleuse +prilleusement +prilleuses +prilleux +prils +prima +primai +primaient +primais +primait +primant +primas +primasse +primassent +primasses +primassiez +primassions +primmes +primt +primtes +prime +priment +primer +primera +primerai +primeraient +primerais +primerait +primeras +primerez +primeriez +primerions +primerons +primeront +primes +primez +prim +prime +primes +prims +primrent +primtre +primtres +primiez +primions +primons +prine +prines +priode +priodes +priodicit +priodicits +priodique +priodiquement +priodiques +prioste +priostes +priptie +pripties +priphrie +priphrique +priphriques +priphrase +priphrases +priple +priples +prir +prira +prirai +priraient +prirais +prirait +priras +prirent +prirez +pririez +pririons +prirons +priront +pris +priscope +priscopes +prissable +prissables +prissaient +prissais +prissait +prissant +prisse +prissent +prisses +prissez +prissiez +prissions +prissoire +prissoires +prissons +pristaltique +pristaltiques +pristyle +pristyles +prit +pritel +pritoine +pritoines +pritonite +pritonites +prmes +prt +prtes +pron +prons +pronnelle +pronnelles +prora +prorai +proraient +prorais +proraison +proraisons +prorait +prorant +proras +prorasse +prorassent +prorasses +prorassiez +prorassions +prormes +prort +prortes +prore +prorent +prorer +prorera +prorerai +proreraient +prorerais +prorerait +proreras +prorerez +proreriez +prorerions +prorerons +proreront +prores +prorez +pror +prore +prores +prors +prorrent +proriez +prorions +prorons +prou +prscution +prscutions +pruvien +pruvienne +pruviennes +pruviens +pta +ptai +ptaient +ptainiste +ptainistes +ptais +ptait +ptale +ptales +ptanque +ptant +ptarada +ptaradai +ptaradaient +ptaradais +ptaradait +ptaradant +ptaradas +ptaradasse +ptaradassent +ptaradasses +ptaradassiez +ptaradassions +ptaradmes +ptaradt +ptaradtes +ptarade +ptaradent +ptarader +ptaradera +ptaraderai +ptaraderaient +ptaraderais +ptaraderait +ptaraderas +ptaraderez +ptaraderiez +ptaraderions +ptaraderons +ptaraderont +ptarades +ptaradez +ptarad +ptarade +ptarades +ptarads +ptaradrent +ptaradiez +ptaradions +ptaradons +ptard +ptards +ptas +ptasse +ptassent +ptasses +ptassiez +ptassions +ptaudire +ptaudires +ptmes +ptt +pttes +pte +ptent +pter +ptera +pterai +pteraient +pterais +pterait +pteras +pterez +pteriez +pterions +pterons +pteront +ptes +pteuse +pteuses +pteux +ptez +pt +pte +ptes +pts +ptrent +ptiez +ptilla +ptillai +ptillaient +ptillais +ptillait +ptillant +ptillante +ptillantes +ptillants +ptillas +ptillasse +ptillassent +ptillasses +ptillassiez +ptillassions +ptillmes +ptillt +ptilltes +ptille +ptillement +ptillements +ptillent +ptiller +ptillera +ptillerai +ptilleraient +ptillerais +ptillerait +ptilleras +ptillerez +ptilleriez +ptillerions +ptillerons +ptilleront +ptilles +ptillez +ptill +ptille +ptilles +ptills +ptillrent +ptilliez +ptillions +ptillons +ptiole +ptioles +ptions +ptition +ptitionna +ptitionnai +ptitionnaient +ptitionnaire +ptitionnaires +ptitionnais +ptitionnait +ptitionnant +ptitionnas +ptitionnasse +ptitionnassent +ptitionnasses +ptitionnassiez +ptitionnassions +ptitionnmes +ptitionnt +ptitionntes +ptitionne +ptitionnent +ptitionner +ptitionnera +ptitionnerai +ptitionneraient +ptitionnerais +ptitionnerait +ptitionneras +ptitionnerez +ptitionneriez +ptitionnerions +ptitionnerons +ptitionneront +ptitionnes +ptitionnez +ptitionn +ptitionne +ptitionnes +ptitionns +ptitionnrent +ptitionniez +ptitionnions +ptitionnons +ptitions +ptoire +ptoires +ptons +ptrel +ptrels +ptri +ptrie +ptries +ptrifia +ptrifiai +ptrifiaient +ptrifiais +ptrifiait +ptrifiant +ptrifias +ptrifiasse +ptrifiassent +ptrifiasses +ptrifiassiez +ptrifiassions +ptrifimes +ptrifit +ptrifites +ptrification +ptrifications +ptrifie +ptrifient +ptrifier +ptrifiera +ptrifierai +ptrifieraient +ptrifierais +ptrifierait +ptrifieras +ptrifierez +ptrifieriez +ptrifierions +ptrifierons +ptrifieront +ptrifies +ptrifiez +ptrifi +ptrifie +ptrifies +ptrifis +ptrifirent +ptrifiiez +ptrifiions +ptrifions +ptrin +ptrins +ptrir +ptrira +ptrirai +ptriraient +ptrirais +ptrirait +ptriras +ptrirent +ptrirez +ptririez +ptririons +ptrirons +ptriront +ptris +ptrissage +ptrissages +ptrissaient +ptrissais +ptrissait +ptrissant +ptrisse +ptrissent +ptrisses +ptrissez +ptrissiez +ptrissions +ptrissons +ptrit +ptrmes +ptrt +ptrtes +ptrochimie +ptrochimies +ptrographie +ptrole +ptroles +ptroleuse +ptroleuses +ptrolier +ptroliers +ptrolire +ptrolires +ptrolifre +ptrolifres +ptulance +ptulances +ptulant +ptulante +ptulantes +ptulants +ptunia +ptunias +pche +pchent +pches +pgre +pgres +ple +plent +plera +plerai +pleraient +plerais +plerait +pleras +plerez +pleriez +plerin +plerinage +plerinages +plerine +plerines +plerins +plerions +plerons +pleront +ples +pre +pres +pse +psent +psera +pserai +pseraient +pserais +pserait +pseras +pserez +pseriez +pserions +pserons +pseront +pses +pte +pcha +pchai +pchaient +pchais +pchait +pchant +pchas +pchasse +pchassent +pchasses +pchassiez +pchassions +pchmes +pcht +pchtes +pche +pchent +pcher +pchera +pcherai +pcheraient +pcherais +pcherait +pcheras +pcherez +pcherie +pcheries +pcheriez +pcherions +pcherons +pcheront +pchers +pches +pcheur +pcheurs +pcheuse +pcheuses +pchez +pch +pche +pches +pchs +pchrent +pchiez +pchions +pchons +ple +pne +pnes +phagocyte +phagocytes +phagocytose +phalange +phalanges +phalangette +phalangettes +phalangine +phalangines +phalangiste +phalangistes +phalanstre +phalanstres +phalne +phalnes +phallocrate +phallocrates +phallocratie +phallode +phallodes +phallus +phanrogame +phanrogames +phantasme +phantasmes +pharamineuse +pharamineuses +pharamineux +pharaon +pharaonique +pharaoniques +pharaons +phare +phares +pharisien +pharisiens +pharmaceutique +pharmaceutiques +pharmacie +pharmacien +pharmacienne +pharmaciennes +pharmaciens +pharmacies +pharmacologie +pharmacologies +pharmacope +pharmacopes +pharyngien +pharyngienne +pharyngiennes +pharyngiens +pharyngite +pharyngites +pharynx +phase +phases +phnicie +phnicien +phnicienne +phniciennes +phniciens +phnique +phniques +phnix +phnol +phnomnal +phnomnale +phnomnales +phnomnaux +phnomne +phnomnes +philanthrope +philanthropes +philanthropie +philatlie +philatliste +philatlistes +philharmonique +philharmoniques +philippines +philippique +philippiques +philistin +philistins +philodendron +philodendrons +philologie +philologique +philologiques +philologue +philologues +philosopha +philosophai +philosophaient +philosophais +philosophait +philosophale +philosophales +philosophant +philosophas +philosophasse +philosophassent +philosophasses +philosophassiez +philosophassions +philosophmes +philosopht +philosophtes +philosophe +philosophent +philosopher +philosophera +philosopherai +philosopheraient +philosopherais +philosopherait +philosopheras +philosopherez +philosopheriez +philosopherions +philosopherons +philosopheront +philosophes +philosophez +philosoph +philosophe +philosophes +philosophs +philosophrent +philosophie +philosophies +philosophiez +philosophions +philosophique +philosophiquement +philosophiques +philosophons +philtre +philtres +phlegmon +phlbite +phlbotomie +phlox +phobie +phobies +phoce +phocen +phocenne +phocennes +phocens +pholade +pholades +phonation +phonations +phontique +phontiquement +phontiques +phonme +phonmes +phonique +phonographe +phonographes +phonolite +phonolithe +phoque +phoques +phosphate +phosphates +phosphat +phosphate +phosphates +phosphats +phosphne +phosphnes +phosphore +phosphores +phosphorescence +phosphorescences +phosphorescent +phosphorescente +phosphorescentes +phosphorescents +phosphor +phosphore +phosphores +phosphors +photo +photocopie +photocopies +photocopieuse +photocopieuses +photognique +photogniques +photographe +photographes +photographia +photographiai +photographiaient +photographiais +photographiait +photographiant +photographias +photographiasse +photographiassent +photographiasses +photographiassiez +photographiassions +photographimes +photographit +photographites +photographie +photographient +photographier +photographiera +photographierai +photographieraient +photographierais +photographierait +photographieras +photographierez +photographieriez +photographierions +photographierons +photographieront +photographies +photographiez +photographi +photographie +photographies +photographis +photographirent +photographiiez +photographiions +photographions +photographique +photographiquement +photographiques +photograveur +photograveurs +photogravure +photogravures +photolithographie +photomcanique +photomcaniques +photomtrie +photomtre +photomtres +photon +photons +photos +photosensible +photosensibles +photosynthse +photosynthses +phototype +phototypes +phototypie +phrase +phrases +phraseur +phraseurs +phraseuse +phraseuses +phrasologie +phratique +phratiques +phrnique +phrniques +phtisie +phylloxera +phylloxra +physicien +physicienne +physiciennes +physiciens +physico +physiocrate +physiocrates +physiocratie +physiologie +physiologique +physiologiquement +physiologiques +physiologiste +physiologistes +physionomie +physionomies +physionomiste +physionomistes +physique +physiquement +physiques +phytotron +phytotrons +pi +piaffa +piaffai +piaffaient +piaffais +piaffait +piaffant +piaffas +piaffasse +piaffassent +piaffasses +piaffassiez +piaffassions +piaffmes +piafft +piafftes +piaffe +piaffement +piaffements +piaffent +piaffer +piaffera +piafferai +piafferaient +piafferais +piafferait +piafferas +piafferez +piafferiez +piafferions +piafferons +piafferont +piaffes +piaffez +piaff +piaffe +piaffes +piaffs +piaffrent +piaffiez +piaffions +piaffons +piailla +piaillai +piaillaient +piaillais +piaillait +piaillant +piaillas +piaillasse +piaillassent +piaillasses +piaillassiez +piaillassions +piaillmes +piaillt +piailltes +piaille +piaillent +piailler +piaillera +piaillerai +piailleraient +piaillerais +piaillerait +piailleras +piaillerez +piailleriez +piaillerions +piaillerons +piailleront +piailles +piailleur +piailleurs +piailleuse +piailleuses +piaillez +piaill +piaille +piailles +piaills +piaillrent +piailliez +piaillions +piaillons +pianiste +pianistes +piano +pianos +pianota +pianotai +pianotaient +pianotais +pianotait +pianotant +pianotas +pianotasse +pianotassent +pianotasses +pianotassiez +pianotassions +pianotmes +pianott +pianottes +pianote +pianotent +pianoter +pianotera +pianoterai +pianoteraient +pianoterais +pianoterait +pianoteras +pianoterez +pianoteriez +pianoterions +pianoterons +pianoteront +pianotes +pianotez +pianot +pianote +pianotes +pianots +pianotrent +pianotiez +pianotions +pianotons +piastre +piastres +piaula +piaulai +piaulaient +piaulais +piaulait +piaulant +piaulas +piaulasse +piaulassent +piaulasses +piaulassiez +piaulassions +piaulmes +piault +piaultes +piaule +piaulement +piaulements +piaulent +piauler +piaulera +piaulerai +piauleraient +piaulerais +piaulerait +piauleras +piaulerez +piauleriez +piaulerions +piaulerons +piauleront +piaules +piaulez +piaul +piaule +piaules +piauls +piaulrent +piauliez +piaulions +piaulons +pic +picador +picadors +picaillon +picaillons +picaresque +picaresques +pichenette +pichenettes +pichet +pichets +pick +pickpocket +pickpockets +picora +picorai +picoraient +picorais +picorait +picorant +picoras +picorasse +picorassent +picorasses +picorassiez +picorassions +picormes +picort +picortes +picore +picorent +picorer +picorera +picorerai +picoreraient +picorerais +picorerait +picoreras +picorerez +picoreriez +picorerions +picorerons +picoreront +picores +picorez +picor +picore +picores +picors +picorrent +picoriez +picorions +picorons +picota +picotage +picotages +picotai +picotaient +picotais +picotait +picotant +picotas +picotasse +picotassent +picotasses +picotassiez +picotassions +picotmes +picott +picottes +picote +picotement +picotements +picotent +picoter +picotera +picoterai +picoteraient +picoterais +picoterait +picoteras +picoterez +picoteriez +picoterions +picoterons +picoteront +picotes +picotez +picot +picote +picotes +picots +picotrent +picotiez +picotin +picotins +picotions +picotons +picrate +picrates +picrique +pics +pictural +picturale +picturales +picturaux +pie +pied +pieds +pierraille +pierrailles +pierre +pierreries +pierres +pierreuse +pierreuses +pierreux +pierrier +pierriers +pierrot +pierrots +pies +pieu +pieuse +pieusement +pieuses +pieuvre +pieuvres +pieux +picette +picettes +pidestal +pidestaux +pidroit +pidroits +pigea +pigeage +pigeages +pigeai +pigeaient +pigeais +pigeait +pigeant +pigeas +pigeasse +pigeassent +pigeasses +pigeassiez +pigeassions +pigemes +piget +pigetes +pigeons +piger +pigera +pigerai +pigeraient +pigerais +pigerait +pigeras +pigerez +pigeriez +pigerions +pigerons +pigeront +pigez +pig +pige +piges +pigs +pigrent +pigiez +pigions +piride +pirides +pita +pitai +pitaient +pitais +pitait +pitant +pitas +pitasse +pitassent +pitasses +pitassiez +pitassions +pitmes +pitt +pittes +piter +pitera +piterai +piteraient +piterais +piterait +piteras +piterez +piteriez +piterions +piterons +piteront +pitez +pit +pite +pites +pits +pitrent +pitiez +pitina +pitinai +pitinaient +pitinais +pitinait +pitinant +pitinas +pitinasse +pitinassent +pitinasses +pitinassiez +pitinassions +pitinmes +pitint +pitintes +pitine +pitinement +pitinements +pitinent +pitiner +pitinera +pitinerai +pitineraient +pitinerais +pitinerait +pitineras +pitinerez +pitineriez +pitinerions +pitinerons +pitineront +pitines +pitinez +pitin +pitine +pitines +pitins +pitinrent +pitiniez +pitinions +pitinons +pitions +piton +pitonnier +pitonniers +pitonnire +pitonnires +pitons +pice +pices +picette +picettes +pige +pigent +piges +pite +pitent +pites +pitre +pitres +pif +pifs +pige +pigea +pigeai +pigeaient +pigeais +pigeait +pigeas +pigeasse +pigeassent +pigeasses +pigeassiez +pigeassions +pigemes +piget +pigetes +pigent +pigeon +pigeonne +pigeonneau +pigeonneaux +pigeonnes +pigeonnier +pigeonniers +pigeons +piger +pigera +pigerai +pigeraient +pigerais +pigerait +pigeras +pigerez +pigeriez +pigerions +pigerons +pigeront +piges +pigez +pig +pige +piges +pigs +pigrent +pigiez +pigions +pigment +pigmentaire +pigmentaires +pigmentation +pigmentations +pigments +pignocha +pignochai +pignochaient +pignochais +pignochait +pignochant +pignochas +pignochasse +pignochassent +pignochasses +pignochassiez +pignochassions +pignochmes +pignocht +pignochtes +pignoche +pignochent +pignocher +pignochera +pignocherai +pignocheraient +pignocherais +pignocherait +pignocheras +pignocherez +pignocheriez +pignocherions +pignocherons +pignocheront +pignoches +pignochez +pignoch +pignoche +pignoches +pignochs +pignochrent +pignochiez +pignochions +pignochons +pignon +pignons +pila broyer +pilage +pilages +pilai broyer +pilaient broyer +pilais broyer +pilait broyer +pilant broyer +pilas broyer +pilasse broyer +pilassent broyer +pilasses broyer +pilassiez broyer +pilassions broyer +pilastre +pilastres +pilmes broyer +pilt broyer +piltes broyer +pile +pilent broyer +piler broyer +pilera broyer +pilerai broyer +pileraient broyer +pilerais broyer +pilerait broyer +pileras broyer +pilerez broyer +pileriez broyer +pilerions broyer +pilerons broyer +pileront broyer +piles +pileuse +pileuses +pileux +pilez broyer +pil broyer +pile broyer +piles broyer +pils broyer +pilrent broyer +pilier +piliers +piliez broyer +pilions broyer +pilla +pillage +pillai +pillaient +pillais +pillait +pillant +pillard +pillarde +pillardes +pillards +pillas +pillasse +pillassent +pillasses +pillassiez +pillassions +pillmes +pillt +pilltes +pille +pillent +piller +pillera +pillerai +pilleraient +pillerais +pillerait +pilleras +pillerez +pilleriez +pillerions +pillerons +pilleront +pilles +pilleur +pilleurs +pilleuse +pilleuses +pillez +pill +pille +pilles +pills +pillrent +pilliez +pillions +pillons +pilon +pilonna +pilonnage +pilonnages +pilonnai +pilonnaient +pilonnais +pilonnait +pilonnant +pilonnas +pilonnasse +pilonnassent +pilonnasses +pilonnassiez +pilonnassions +pilonnmes +pilonnt +pilonntes +pilonne +pilonnent +pilonner +pilonnera +pilonnerai +pilonneraient +pilonnerais +pilonnerait +pilonneras +pilonnerez +pilonneriez +pilonnerions +pilonnerons +pilonneront +pilonnes +pilonnez +pilonn +pilonne +pilonnes +pilonns +pilonnrent +pilonniez +pilonnions +pilonnons +pilons +pilori +piloris +pilosit +pilosits +pilota +pilotable +pilotables +pilotage +pilotages +pilotai +pilotaient +pilotais +pilotait +pilotant +pilotas +pilotasse +pilotassent +pilotasses +pilotassiez +pilotassions +pilotmes +pilott +pilottes +pilote +pilotent +piloter +pilotera +piloterai +piloteraient +piloterais +piloterait +piloteras +piloterez +piloteriez +piloterions +piloterons +piloteront +pilotes +pilotez +pilot +pilote +pilotes +pilots +pilotrent +pilotiez +pilotin +pilotins +pilotions +pilotis +pilotons +pilou +pilule +pilules +pimbche +pimbches +piment +pimenta +pimentai +pimentaient +pimentais +pimentait +pimentant +pimentas +pimentasse +pimentassent +pimentasses +pimentassiez +pimentassions +pimentmes +pimentt +pimenttes +pimente +pimentent +pimenter +pimentera +pimenterai +pimenteraient +pimenterais +pimenterait +pimenteras +pimenterez +pimenteriez +pimenterions +pimenterons +pimenteront +pimentes +pimentez +piment +pimente +pimentes +piments +pimentrent +pimentiez +pimentions +pimentons +piments +pimpant +pimpante +pimpantes +pimpants +pimprenelle +pimprenelles +pin +pinacle +pinacles +pinacothque +pinacothques +pinailla +pinaillai +pinaillaient +pinaillais +pinaillait +pinaillant +pinaillas +pinaillasse +pinaillassent +pinaillasses +pinaillassiez +pinaillassions +pinaillmes +pinaillt +pinailltes +pinaille +pinaillent +pinailler +pinaillera +pinaillerai +pinailleraient +pinaillerais +pinaillerait +pinailleras +pinaillerez +pinailleriez +pinaillerions +pinaillerons +pinailleront +pinailles +pinailleur +pinailleurs +pinailleuse +pinailleuses +pinaillez +pinaill +pinaille +pinailles +pinaills +pinaillrent +pinailliez +pinaillions +pinaillons +pinard +pinards +pinasse +pinasses +pince +pinceau +pinceaux +pincement +pincements +pincent +pincer +pincera +pincerai +pinceraient +pincerais +pincerait +pinceras +pincerez +pinceriez +pincerions +pincerons +pinceront +pinces +pincettes +pincez +pinc +pince +pinces +pincs +pincrent +pinciez +pincions +pina +pinai +pinaient +pinais +pinait +pinant +pinas +pinasse +pinassent +pinasses +pinassiez +pinassions +pinmes +pint +pintes +pinon +pinons +pineau +pinde +pindes +ping +pingouin +pingouins +pingre +pingrerie +pingreries +pingres +pinnule +pinnules +pinot +pins +pinson +pinsons +pinta +pintade +pintades +pintai +pintaient +pintais +pintait +pintant +pintas +pintasse +pintassent +pintasses +pintassiez +pintassions +pintmes +pintt +pinttes +pinte +pintent +pinter +pintera +pinterai +pinteraient +pinterais +pinterait +pinteras +pinterez +pinteriez +pinterions +pinterons +pinteront +pintes +pintez +pint +pinte +pintes +pints +pintrent +pintiez +pintions +pintons +piocha +piochage +piochages +piochai +piochaient +piochais +piochait +piochant +piochas +piochasse +piochassent +piochasses +piochassiez +piochassions +piochmes +piocht +piochtes +pioche +piochent +piocher +piochera +piocherai +piocheraient +piocherais +piocherait +piocheras +piocherez +piocheriez +piocherions +piocherons +piocheront +pioches +piocheur +piocheurs +piocheuse +piocheuses +piochez +pioch +pioche +pioches +piochs +piochrent +piochiez +piochions +piochons +piolet +piolets +pion +pionce +pioncent +pioncer +pioncera +pioncerai +pionceraient +pioncerais +pioncerait +pionceras +pioncerez +pionceriez +pioncerions +pioncerons +pionceront +pionces +pioncez +pionc +pionce +pionces +pioncs +pioncrent +pionciez +pioncions +piona +pionai +pionaient +pionais +pionait +pionant +pionas +pionasse +pionassent +pionasses +pionassiez +pionassions +pionmes +piont +piontes +pionons +pionnier +pionniers +pions +pipa +pipai +pipaient +pipais +pipait +pipant +pipas +pipasse +pipassent +pipasses +pipassiez +pipassions +pipmes +pipt +piptes +pipe +pipeau +pipeaux +pipelet +pipelets +pipelette +pipelettes +pipent +piper +pipera +piperade +piperades +piperai +piperaient +piperais +piperait +piperas +piperez +piperiez +piperions +piperons +piperont +pipes +pipette +pipettes +pipez +pip +pipe +pipes +pips +piprent +pipi +pipiez +pipions +pipistrelle +pipistrelles +pipons +piqua +piquage +piquages +piquai +piquaient +piquais +piquait +piquant +piquante +piquantes +piquants +piquas +piquasse +piquassent +piquasses +piquassiez +piquassions +piqumes +piqut +piqutes +pique +piquent +piquer +piquera +piquerai +piqueraient +piquerais +piquerait +piqueras +piquerez +piqueriez +piquerions +piquerons +piqueront +piques +piquet +piqueta +piquetage +piquetages +piquetai +piquetaient +piquetais +piquetait +piquetant +piquetas +piquetasse +piquetassent +piquetasses +piquetassiez +piquetassions +piquetmes +piquett +piquettes +piqueter +piquetez +piquet +piquete +piquetes +piquets +piquetrent +piquetiez +piquetions +piquetons +piquets +piquette +piquettent +piquettera +piquetterai +piquetteraient +piquetterais +piquetterait +piquetteras +piquetterez +piquetteriez +piquetterions +piquetterons +piquetteront +piquettes +piqueur +piqueurs +piqueuse +piqueuses +piqueux +piquez +piqu +pique +piques +piqus +piqurent +piquiez +piquions +piquons +piqre +piqres +piranha +piranhas +pirate +piraterie +pirates +pirat +pirate +pirates +pirats +pire +pires +piriforme +piriformes +pirogue +pirogues +piroguier +piroguiers +pirouetta +pirouettai +pirouettaient +pirouettais +pirouettait +pirouettant +pirouettas +pirouettasse +pirouettassent +pirouettasses +pirouettassiez +pirouettassions +pirouettmes +pirouettt +pirouetttes +pirouette +pirouettent +pirouetter +pirouettera +pirouetterai +pirouetteraient +pirouetterais +pirouetterait +pirouetteras +pirouetterez +pirouetteriez +pirouetterions +pirouetterons +pirouetteront +pirouettes +pirouettez +pirouett +pirouette +pirouettes +pirouetts +pirouettrent +pirouettiez +pirouettions +pirouettons +pis +pisciculture +piscicultures +pisciforme +pisciformes +piscine +piscines +pis +piss +pissa +pissai +pissaient +pissais +pissait +pissant +pissas +pissasse +pissassent +pissasses +pissassiez +pissassions +pissat +pissmes +pisst +pisstes +pisse +pissenlit +pissenlits +pissent +pisser +pissera +pisserai +pisseraient +pisserais +pisserait +pisseras +pisserez +pisseriez +pisserions +pisserons +pisseront +pisses +pisseuse +pisseuses +pisseux +pissez +piss +pisse +pisses +pisss +pissrent +pissiez +pissions +pissoire +pissoires +pissons +pissotire +pissotires +pistache +pistaches +pistachier +pistachiers +piste +pistes +pistil +pistils +pistole +pistoles +pistolet +pistolets +piston +pistonna +pistonnai +pistonnaient +pistonnais +pistonnait +pistonnant +pistonnas +pistonnasse +pistonnassent +pistonnasses +pistonnassiez +pistonnassions +pistonnmes +pistonnt +pistonntes +pistonne +pistonnent +pistonner +pistonnera +pistonnerai +pistonneraient +pistonnerais +pistonnerait +pistonneras +pistonnerez +pistonneriez +pistonnerions +pistonnerons +pistonneront +pistonnes +pistonnez +pistonn +pistonne +pistonnes +pistonns +pistonnrent +pistonniez +pistonnions +pistonnons +pistons +pitance +pitances +pitchpin +piteuse +piteusement +piteuses +piteux +pithcanthrope +pithcanthropes +piti +piton +pitons +pitoyable +pitoyablement +pitoyables +pitre +pitrerie +pitreries +pitres +pittoresque +pittoresques +pituite +pituites +pivert +piverts +pivoine +pivoines +pivot +pivota +pivotai +pivotaient +pivotais +pivotait +pivotant +pivotante +pivotantes +pivotants +pivotas +pivotasse +pivotassent +pivotasses +pivotassiez +pivotassions +pivotmes +pivott +pivottes +pivote +pivotent +pivoter +pivotera +pivoterai +pivoteraient +pivoterais +pivoterait +pivoteras +pivoterez +pivoteriez +pivoterions +pivoterons +pivoteront +pivotes +pivotez +pivot +pivote +pivotes +pivots +pivotrent +pivotiez +pivotions +pivotons +pivots +pixel +pixels +pizza +pizzas +pizzeria +pizzerias +placage +placages +placard +placarda +placardai +placardaient +placardais +placardait +placardant +placardas +placardasse +placardassent +placardasses +placardassiez +placardassions +placardmes +placardt +placardtes +placarde +placardent +placarder +placardera +placarderai +placarderaient +placarderais +placarderait +placarderas +placarderez +placarderiez +placarderions +placarderons +placarderont +placardes +placardez +placard +placarde +placardes +placards +placardrent +placardiez +placardions +placardons +placards +place +placebo +placement +placements +placent +placenta +placentas +placer +placera +placerai +placeraient +placerais +placerait +placeras +placerez +placeriez +placerions +placerons +placeront +placers +places +placette +placettes +placeur +placeurs +placeuse +placeuses +placez +plac +place +places +placs +placrent +placide +placidement +placides +placidit +placidits +placier +placiers +placiez +placions +plaa +plaai +plaaient +plaais +plaait +plaant +plaas +plaasse +plaassent +plaasses +plaassiez +plaassions +plames +plat +plates +plaons +plafond +plafonds +plafonna +plafonnage +plafonnages +plafonnai +plafonnaient +plafonnais +plafonnait +plafonnant +plafonnas +plafonnasse +plafonnassent +plafonnasses +plafonnassiez +plafonnassions +plafonnmes +plafonnt +plafonntes +plafonne +plafonnement +plafonnements +plafonnent +plafonner +plafonnera +plafonnerai +plafonneraient +plafonnerais +plafonnerait +plafonneras +plafonnerez +plafonneriez +plafonnerions +plafonnerons +plafonneront +plafonnes +plafonnez +plafonn +plafonne +plafonnes +plafonns +plafonnrent +plafonnier +plafonniers +plafonniez +plafonnions +plafonnons +plage +plages +plagia +plagiai +plagiaient +plagiaire +plagiaires +plagiais +plagiait +plagiant +plagias +plagiasse +plagiassent +plagiasses +plagiassiez +plagiassions +plagiat +plagimes +plagit +plagites +plagie +plagient +plagier +plagiera +plagierai +plagieraient +plagierais +plagierait +plagieras +plagierez +plagieriez +plagierions +plagierons +plagieront +plagies +plagiez +plagi +plagie +plagies +plagis +plagirent +plagiiez +plagiions +plagions +plagiste +plagistes +plaid +plaida +plaidai +plaidaient +plaidais +plaidait +plaidant +plaidas +plaidasse +plaidassent +plaidasses +plaidassiez +plaidassions +plaidmes +plaidt +plaidtes +plaide +plaident +plaider +plaidera +plaiderai +plaideraient +plaiderais +plaiderait +plaideras +plaiderez +plaideriez +plaiderions +plaiderons +plaideront +plaides +plaideur +plaideurs +plaideuse +plaideuses +plaidez +plaid +plaide +plaides +plaids +plaidrent +plaidiez +plaidions +plaidoirie +plaidoiries +plaidons +plaidoyer +plaidoyers +plaids +plaie +plaies +plaignaient +plaignais +plaignait +plaignant +plaignante +plaignantes +plaignants +plaigne +plaignent +plaignes +plaignez +plaigniez +plaignions +plaignirent +plaignis +plaignisse +plaignissent +plaignisses +plaignissiez +plaignissions +plaignit +plaignmes +plaignt +plaigntes +plaignons +plain +plaindra +plaindrai +plaindraient +plaindrais +plaindrait +plaindras +plaindre +plaindrez +plaindriez +plaindrions +plaindrons +plaindront +plaine +plaines +plains +plaint +plainte +plaintes +plaintif +plaintifs +plaintive +plaintivement +plaintives +plaints +plaira +plairaient +plairait +plaire +plairont +plaisaient +plaisait +plaisamment +plaisance +plaisances +plaisancier +plaisanciers +plaisant +plaisanta +plaisantai +plaisantaient +plaisantais +plaisantait +plaisantant +plaisantas +plaisantasse +plaisantassent +plaisantasses +plaisantassiez +plaisantassions +plaisantmes +plaisantt +plaisanttes +plaisante +plaisantent +plaisanter +plaisantera +plaisanterai +plaisanteraient +plaisanterais +plaisanterait +plaisanteras +plaisanterez +plaisanterie +plaisanteries +plaisanteriez +plaisanterions +plaisanterons +plaisanteront +plaisantes +plaisantez +plaisant +plaisante +plaisantes +plaisants +plaisantrent +plaisantiez +plaisantin +plaisantins +plaisantions +plaisantons +plaisants +plaise +plaisent +plaisir +plaisirs +plat +plan +plana +planage +planages +planai +planaient +planais +planait +planant +planas +planasse +planassent +planasses +planassiez +planassions +planmes +plant +plantes +planche +plancher +planches +planchette +planchettes +planchia +planchiai +planchiaient +planchiais +planchiait +planchiant +planchias +planchiasse +planchiassent +planchiasses +planchiassiez +planchiassions +planchimes +planchit +planchites +planchie +planchient +planchier +planchiera +planchierai +planchieraient +planchierais +planchierait +planchieras +planchierez +planchieriez +planchierions +planchierons +planchieront +planchies +planchiez +planchi +planchie +planchies +planchis +planchirent +planchiiez +planchiions +planchions +plancton +plane +planent +planer +planera +planerai +planeraient +planerais +planerait +planeras +planerez +planeriez +planerions +planerons +planeront +planes +planeur +planeurs +planez +plan +plane +planes +plans +plantaire +plantaires +plantarium +plantariums +planrent +plante +plantes +planiez +planifia +planifiai +planifiaient +planifiais +planifiait +planifiant +planifias +planifiasse +planifiassent +planifiasses +planifiassiez +planifiassions +planifimes +planifit +planifites +planificateur +planificateurs +planification +planifications +planificatrice +planificatrices +planifie +planifient +planifier +planifiera +planifierai +planifieraient +planifierais +planifierait +planifieras +planifierez +planifieriez +planifierions +planifierons +planifieront +planifies +planifiez +planifi +planifie +planifies +planifis +planifirent +planifiiez +planifiions +planifions +planimtrie +planimtries +planions +planisphre +planisphres +planning +planons +plans +plant +planta +plantage +plantages +plantai +plantaient +plantain +plantains +plantaire +plantaires +plantais +plantait +plantant +plantas +plantasse +plantassent +plantasses +plantassiez +plantassions +plantation +plantations +plantmes +plantt +planttes +plante +plantent +planter +plantera +planterai +planteraient +planterais +planterait +planteras +planterez +planteriez +planterions +planterons +planteront +plantes +planteur +planteurs +plantez +plant +plante +plantes +plants +plantrent +plantiez +plantigrade +plantigrades +plantions +plantoir +plantoirs +planton +plantons +plants +plantule +plantules +plantureuse +plantureusement +plantureuses +plantureux +plaqua +plaquai +plaquaient +plaquais +plaquait +plaquant +plaquas +plaquasse +plaquassent +plaquasses +plaquassiez +plaquassions +plaqumes +plaqut +plaqutes +plaque +plaquent +plaquer +plaquera +plaquerai +plaqueraient +plaquerais +plaquerait +plaqueras +plaquerez +plaqueriez +plaquerions +plaquerons +plaqueront +plaques +plaquette +plaquettes +plaquez +plaqu +plaque +plaques +plaqus +plaqurent +plaquiez +plaquions +plaquons +plasma +plasmatique +plasmatiques +plastic explosif +plasticage +plasticages +plasticit +plasticits +plastifia +plastifiai +plastifiaient +plastifiais +plastifiait +plastifiant +plastifias +plastifiasse +plastifiassent +plastifiasses +plastifiassiez +plastifiassions +plastifimes +plastifit +plastifites +plastifie +plastifient +plastifier +plastifiera +plastifierai +plastifieraient +plastifierais +plastifierait +plastifieras +plastifierez +plastifieriez +plastifierions +plastifierons +plastifieront +plastifies +plastifiez +plastifi +plastifie +plastifies +plastifis +plastifirent +plastifiiez +plastifiions +plastifions +plastiqua +plastiquage +plastiquages +plastiquai +plastiquaient +plastiquais +plastiquait +plastiquant +plastiquas +plastiquasse +plastiquassent +plastiquasses +plastiquassiez +plastiquassions +plastiqumes +plastiqut +plastiqutes +plastique +plastiquent +plastiquer +plastiquera +plastiquerai +plastiqueraient +plastiquerais +plastiquerait +plastiqueras +plastiquerez +plastiqueriez +plastiquerions +plastiquerons +plastiqueront +plastiques +plastiqueur +plastiqueurs +plastiquez +plastiqu +plastique +plastiques +plastiqus +plastiqurent +plastiquiez +plastiquions +plastiquons +plastron +plastronna +plastronnai +plastronnaient +plastronnais +plastronnait +plastronnant +plastronnas +plastronnasse +plastronnassent +plastronnasses +plastronnassiez +plastronnassions +plastronnmes +plastronnt +plastronntes +plastronne +plastronnent +plastronner +plastronnera +plastronnerai +plastronneraient +plastronnerais +plastronnerait +plastronneras +plastronnerez +plastronneriez +plastronnerions +plastronnerons +plastronneront +plastronnes +plastronnez +plastronn +plastronne +plastronnes +plastronns +plastronnrent +plastronniez +plastronnions +plastronnons +plastrons +plat +platane +platanes +plate +plateau +plateaux +platement +plates +plate +plates +platina +platinai +platinaient +platinais +platinait +platinant +platinas +platinasse +platinassent +platinasses +platinassiez +platinassions +platinmes +platint +platintes +platine +platinent +platiner +platinera +platinerai +platineraient +platinerais +platinerait +platineras +platinerez +platineriez +platinerions +platinerons +platineront +platines +platinez +platin +platine +platines +platins +platinrent +platiniez +platinions +platinons +platitude +platitudes +platon +platonique +platoniques +platonisme +plats +plausible +plausibles +play +pltra +pltrage +pltrages +pltrai +pltraient +pltrais +pltrait +pltrant +pltras +pltrasse +pltrassent +pltrasses +pltrassiez +pltrassions +pltrmes +pltrt +pltrtes +pltre +pltrent +pltrer +pltrera +pltrerai +pltreraient +pltrerais +pltrerait +pltreras +pltrerez +pltreriez +pltrerions +pltrerons +pltreront +pltres +pltreuse +pltreuses +pltreux +pltrez +pltr +pltre +pltres +pltrs +pltrrent +pltrier +pltriers +pltriez +pltrire +pltrires +pltrions +pltrons +plein +pleine +pleinement +pleines +pleins +pleur +pleura +pleurai +pleuraient +pleurais +pleurait +pleural +pleurale +pleurales +pleurant +pleurard +pleurarde +pleurardes +pleurards +pleuras +pleurasse +pleurassent +pleurasses +pleurassiez +pleurassions +pleuraux +pleurmes +pleurt +pleurtes +pleure +pleurent +pleurer +pleurera +pleurerai +pleureraient +pleurerais +pleurerait +pleureras +pleurerez +pleureriez +pleurerions +pleurerons +pleureront +pleures +pleureur +pleureurs +pleureuse +pleureuses +pleurez +pleur +pleure +pleures +pleurs +pleursie +pleurtique +pleurtiques +pleurrent +pleuriez +pleurions +pleurite +pleurnicha +pleurnichai +pleurnichaient +pleurnichais +pleurnichait +pleurnichant +pleurnichard +pleurnichards +pleurnichas +pleurnichasse +pleurnichassent +pleurnichasses +pleurnichassiez +pleurnichassions +pleurnichmes +pleurnicht +pleurnichtes +pleurniche +pleurnichent +pleurnicher +pleurnichera +pleurnicherai +pleurnicheraient +pleurnicherais +pleurnicherait +pleurnicheras +pleurnicherez +pleurnicherie +pleurnicheries +pleurnicheriez +pleurnicherions +pleurnicherons +pleurnicheront +pleurniches +pleurnicheur +pleurnicheurs +pleurnicheuse +pleurnicheuses +pleurnichez +pleurnich +pleurniche +pleurniches +pleurnichs +pleurnichrent +pleurnichiez +pleurnichions +pleurnichons +pleurons +pleurs +pleut +pleutre +pleutrerie +pleutreries +pleutres +pleuvait +pleuvant +pleuve +pleuvoir +pleuvra +pleuvrait +plexus +plbien +plbienne +plbiennes +plbiens +plbiscita +plbiscitai +plbiscitaient +plbiscitaire +plbiscitaires +plbiscitais +plbiscitait +plbiscitant +plbiscitas +plbiscitasse +plbiscitassent +plbiscitasses +plbiscitassez +plbiscitassiez +plbiscitassions +plbiscitmes +plbiscitt +plbiscittes +plbiscite +plbiscitent +plbisciter +plbiscitera +plbisciterai +plbisciteraient +plbisciterais +plbisciterait +plbisciteras +plbisciterez +plbisciteriez +plbisciterions +plbisciterons +plbisciteront +plbiscites +plbiscitez +plbiscit +plbiscite +plbiscites +plbiscits +plbiscitrent +plbiscitiez +plbiscitions +plbiscitons +plnier +plniers +plnire +plnires +plnipotentiaire +plnipotentiaires +plnitude +plnitudes +plonasme +plonasmes +plonastique +plonastiques +plsiosaure +plsiosaures +plthore +plthores +plthorique +plthoriques +plbe +plbes +plvre +plvres +pli +plia +pliable +pliables +pliage +pliages +pliai +pliaient +pliais +pliait +pliant +pliante +pliantes +pliants +plias +pliasse +pliassent +pliasses +pliassiez +pliassions +plimes +plit +plites +plie +plient +plier +pliera +plierai +plieraient +plierais +plierait +plieras +plierez +plieriez +plierions +plierons +plieront +plies +pliez +pli +plie +plies +plis +plirent +pliiez +pliions +plinthe +plinthes +plions +plis +plissa +plissage +plissages +plissai +plissaient +plissais +plissait +plissant +plissas +plissasse +plissassent +plissasses +plissassiez +plissassions +plissmes +plisst +plisstes +plisse +plissement +plissements +plissent +plisser +plissera +plisserai +plisseraient +plisserais +plisserait +plisseras +plisserez +plisseriez +plisserions +plisserons +plisseront +plisses +plissez +pliss +plisse +plisses +plisss +plissrent +plissiez +plissions +plissons +pliure +pliures +ploie +ploiement +ploiements +ploient +ploiera +ploierai +ploieraient +ploierais +ploierait +ploieras +ploierez +ploieriez +ploierions +ploierons +ploieront +ploies +plomb +plomba +plombage +plombages +plombagine +plombagines +plombai +plombaient +plombais +plombait +plombant +plombas +plombasse +plombassent +plombasses +plombassiez +plombassions +plombmes +plombt +plombtes +plombe +plombent +plomber +plombera +plomberai +plomberaient +plomberais +plomberait +plomberas +plomberez +plomberie +plomberies +plomberiez +plomberions +plomberons +plomberont +plombes +plombez +plomb +plombe +plombes +plombs +plombrent +plombier +plombiers +plombiez +plombires +plombions +plombons +plombs +plonge +plongea +plongeai +plongeaient +plongeais +plongeait +plongeant +plongeante +plongeantes +plongeants +plongeas +plongeasse +plongeassent +plongeasses +plongeassiez +plongeassions +plongemes +plonget +plongetes +plongent +plongeoir +plongeoirs +plongeon +plongeons +plonger +plongera +plongerai +plongeraient +plongerais +plongerait +plongeras +plongerez +plongeriez +plongerions +plongerons +plongeront +plonges +plongeur +plongeurs +plongeuse +plongeuses +plongez +plong +plonge +plonges +plongs +plongrent +plongiez +plongions +plot +plots +plouc +ploucs +ploutocrate +ploutocrates +ploutocratie +ploya +ployable +ployables +ployai +ployaient +ployais +ployait +ployant +ployas +ployasse +ployassent +ployasses +ployassiez +ployassions +ploymes +ployt +ploytes +ployer +ployez +ploy +ploye +ployes +ploys +ployrent +ployiez +ployions +ployons +plu +plue +plues +pluie +pluies +plumage +plumages +plumai +plumaient +plumais +plumait +plumant +plumard +plumas +plumasse +plumassent +plumasses +plumassiez +plumassions +plummes +plumt +plumtes +plume +plumeau +plumeaux +plument +plumer +plumera +plumerai +plumeraient +plumerais +plumerait +plumeras +plumerez +plumeriez +plumerions +plumerons +plumeront +plumes +plumet +plumets +plumez +plum +plume +plumes +plums +plumrent +plumier +plumiers +plumiez +plumions +plumitif +plumitifs +plumons +plupart +plural +plurale +plurales +pluralisme +pluralit +pluralits +pluraux +plurent +pluriel +plurielle +plurielles +pluriels +plus +plusieurs +plussent +plut +plutonium +plutt +pluvial +pluviale +pluviales +pluviaux +pluvier +pluviers +pluvieuse +pluvieuses +pluvieux +pluviomtre +pluviomtres +pluviosit +pluviosits +pluvise +plt +pneu +pneumatique +pneumatiques +pneumocoque +pneumonie +pneumonies +pneumothorax +pneus +pocha +pochade +pochades +pochai +pochaient +pochais +pochait +pochant +pochas +pochasse +pochassent +pochasses +pochassiez +pochassions +pochmes +pocht +pochtes +poche +pochent +pocher +pochera +pocherai +pocheraient +pocherais +pocherait +pocheras +pocherez +pocheriez +pocherions +pocherons +pocheront +poches +pochette +pochettes +pochez +poch +poche +poches +pochs +pochrent +pochiez +pochions +pochoir +pochoirs +pochons +podagre +podagres +podium +podiums +posie +posies +potesse +potesses +potique +potiquement +potiques +potisa +potisai +potisaient +potisais +potisait +potisant +potisas +potisasse +potisassent +potisasses +potisassiez +potisassions +potismes +potist +potistes +potise +potisent +potiser +potisera +potiserai +potiseraient +potiserais +potiserait +potiseras +potiserez +potiseriez +potiserions +potiserons +potiseront +potises +potisez +potis +potise +potises +potiss +potisrent +potisiez +potisions +potisons +pome +pomes +pote +potes +pole +poles +pol +pole +poles +pols +polon +polons +pogrom +poids +poignait +poignant +poignante +poignantes +poignants +poignard +poignarda +poignardai +poignardaient +poignardais +poignardait +poignardant +poignardas +poignardasse +poignardassent +poignardasses +poignardassiez +poignardassions +poignardmes +poignardt +poignardtes +poignarde +poignardent +poignarder +poignardera +poignarderai +poignarderaient +poignarderais +poignarderait +poignarderas +poignarderez +poignarderiez +poignarderions +poignarderons +poignarderont +poignardes +poignardez +poignard +poignarde +poignardes +poignards +poignardrent +poignardiez +poignardions +poignardons +poignards +poigne +poignes +poignet +poignets +poigne +poignes +poignit +poignt +poil +poils +poilu +poilue +poilues +poilus +poinon +poinonna +poinonnage +poinonnages +poinonnai +poinonnaient +poinonnais +poinonnait +poinonnant +poinonnas +poinonnasse +poinonnassent +poinonnasses +poinonnassiez +poinonnassions +poinonnmes +poinonnt +poinonntes +poinonne +poinonnement +poinonnements +poinonnent +poinonner +poinonnera +poinonnerai +poinonneraient +poinonnerais +poinonnerait +poinonneras +poinonnerez +poinonneriez +poinonnerions +poinonnerons +poinonneront +poinonnes +poinonnez +poinonn +poinonne +poinonnes +poinonns +poinonnrent +poinonniez +poinonnions +poinonnons +poinons +poindra +poindrait +poindre +poing +poings +point +pointa +pointage +pointages +pointai +pointaient +pointais +pointait +pointant +pointas +pointasse +pointassent +pointasses +pointassiez +pointassions +pointmes +pointt +pointtes +pointe +pointeau +pointeaux +pointent +pointer +pointera +pointerai +pointeraient +pointerais +pointerait +pointeras +pointerez +pointeriez +pointerions +pointerons +pointeront +pointers +pointes +pointeur +pointeurs +pointez +point +pointe +pointes +points +pointrent +pointiez +pointilla +pointillai +pointillaient +pointillais +pointillait +pointillas +pointillasse +pointillassent +pointillasses +pointillassiez +pointillassions +pointillmes +pointillt +pointilltes +pointille +pointillent +pointiller +pointillera +pointillerai +pointilleraient +pointillerais +pointillerait +pointilleras +pointillerez +pointilleriez +pointillerions +pointillerons +pointilleront +pointilles +pointilleur +pointilleurs +pointilleuse +pointilleuses +pointilleux +pointillez +pointill +pointille +pointilles +pointills +pointillrent +pointilliez +pointillions +pointillons +pointions +pointons +points +pointu +pointue +pointues +pointure +pointures +pointus +poire +poireau +poireaux +poires +poir +poirier +poiriers +pois +poison +poisons +poissa +poissai +poissaient +poissais +poissait +poissant +poissarde +poissardes +poissas +poissasse +poissassent +poissasses +poissassiez +poissassions +poissmes +poisst +poisstes +poisse +poissent +poisser +poissera +poisserai +poisseraient +poisserais +poisserait +poisseras +poisserez +poisseriez +poisserions +poisserons +poisseront +poisses +poisseuse +poisseuses +poisseux +poissez +poiss +poisse +poisses +poisss +poissrent +poissiez +poissions +poisson +poissonnerie +poissonneries +poissonneuse +poissonneuses +poissonneux +poissonnier +poissonniers +poissonnire +poissonnires +poissons +poitiers +poitou +poitrail +poitrails +poitrinaire +poitrinaires +poitrine +poitrines +poivra +poivrade +poivrai +poivraient +poivrais +poivrait +poivrant +poivras +poivrasse +poivrassent +poivrasses +poivrassiez +poivrassions +poivrmes +poivrt +poivrtes +poivre +poivrent +poivrer +poivrera +poivrerai +poivreraient +poivrerais +poivrerait +poivreras +poivrerez +poivreriez +poivrerions +poivrerons +poivreront +poivres +poivrez +poivr +poivre +poivres +poivrs +poivrrent +poivrier +poivriers +poivriez +poivrire +poivrires +poivrions +poivron +poivrons +poivrot +poivrots +poix +poker +polaire +polaires +polarisa +polarisai +polarisaient +polarisais +polarisait +polarisant +polarisas +polarisasse +polarisassent +polarisasses +polarisassiez +polarisassions +polarisation +polarisations +polarismes +polarist +polaristes +polarise +polarisent +polariser +polarisera +polariserai +polariseraient +polariserais +polariserait +polariseras +polariserez +polariseriez +polariserions +polariserons +polariseront +polarises +polarisez +polaris +polarise +polarises +polariss +polarisrent +polarisiez +polarisions +polarisons +polarit +polarits +polder +polders +polmique +polmiques +polmiste +polmistes +poli +police +polices +polichinelle +polichinelles +policier +policiers +policire +policires +polie +polies +poliment +poliomylite +polir +polira +polirai +poliraient +polirais +polirait +poliras +polirent +polirez +poliriez +polirions +polirons +poliront +polis +polissage +polissages +polissaient +polissais +polissait +polissant +polisse +polissent +polisses +polisseur +polisseurs +polisseuse +polisseuses +polissez +polissiez +polissions +polissoir +polissoirs +polisson +polissonne +polissonnerie +polissonneries +polissonnes +polissons +polissont +polissure +polissures +polit +politesse +politesses +politicien +politicienne +politiciennes +politiciens +politique +politiquement +politiques +politisa +politisai +politisaient +politisais +politisait +politisant +politisas +politisasse +politisassent +politisasses +politisassiez +politisassions +politisation +politisations +politismes +politist +politistes +politise +politisent +politiser +politisera +politiserai +politiseraient +politiserais +politiserait +politiseras +politiserez +politiseriez +politiserions +politiserons +politiseront +politises +politisez +politis +politise +politises +politiss +politisrent +politisiez +politisions +politisons +polmes +polt +poltes +polka +polkas +pollen +pollens +pollinisation +pollinisations +pollua +polluai +polluaient +polluais +polluait +polluant +polluants +polluas +polluasse +polluassent +polluasses +polluassiez +polluassions +pollumes +pollut +pollutes +pollue +polluent +polluer +polluera +polluerai +pollueraient +polluerais +polluerait +pollueras +polluerez +pollueriez +polluerions +polluerons +pollueront +pollues +pollueur +pollueurs +pollueuse +pollueuses +polluez +pollu +pollue +pollues +pollus +pollurent +polluiez +polluions +polluons +pollution +pollutions +polo +pologne +polonais +polonaise +polonaises +poltron +poltronne +poltronnerie +poltronneries +poltronnes +poltrons +polychrome +polychromes +polyclinique +polycliniques +polycopia +polycopiai +polycopiaient +polycopiais +polycopiait +polycopiant +polycopias +polycopiasse +polycopiassent +polycopiasses +polycopiassiez +polycopiassions +polycopiassons +polycopiassont +polycopimes +polycopit +polycopites +polycopie +polycopient +polycopier +polycopiera +polycopierai +polycopieraient +polycopierais +polycopierait +polycopieras +polycopierez +polycopieriez +polycopierions +polycopierons +polycopieront +polycopies +polycopiez +polycopi +polycopie +polycopies +polycopis +polycopirent +polycopiiez +polycopiions +polycopions +polyculture +polydrique +polydriques +polythylne +polydre +polydres +polygame +polygames +polygamie +polyglotte +polyglottes +polygonal +polygonale +polygonales +polygonals +polygone +polygones +polygraphe +polygraphes +polymrisation +polymrisations +polymre +polymres +polymorphe +polymorphes +polynme +polynmes +polype +polypes +polyphas +polyphase +polyphases +polyphass +polyphonie +polyphonies +polypier +polypiers +polysyllabe +polysyllabes +polysyllabique +polysyllabiques +polytechnicien +polytechnicienne +polytechniciennes +polytechniciens +polytechnique +polytechniques +polythisme +polythiste +polythistes +polyvalent +polyvalente +polyvalentes +polyvalents +pomma +pommada +pommadai +pommadaient +pommadais +pommadait +pommadant +pommadas +pommadasse +pommadassent +pommadasses +pommadassiez +pommadassions +pommadmes +pommadt +pommadtes +pommade +pommadent +pommader +pommadera +pommaderai +pommaderaient +pommaderais +pommaderait +pommaderas +pommaderez +pommaderiez +pommaderions +pommaderons +pommaderont +pommades +pommadez +pommad +pommade +pommades +pommads +pommadrent +pommadiez +pommadions +pommadons +pommaient +pommait +pommant +pommasse +pommassent +pommt +pomme +pommeau +pommeaux +pommela +pommelait +pommelant +pommelt +pommeler +pommel +pommele +pommeles +pommels +pommelle +pommellera +pommellerait +pomment +pommer +pommera +pommeraient +pommerait +pommeront +pommes +pommette +pommettes +pomm +pomme +pommes +pomms +pommrent +pommier +pommiers +pomologie +pompa +pompadour +pompage +pompages +pompai +pompaient +pompais +pompait +pompant +pompas +pompasse +pompassent +pompasses +pompassiez +pompassions +pompmes +pompt +pomptes +pompe +pompent +pomper +pompera +pomperai +pomperaient +pomperais +pomperait +pomperas +pomperez +pomperiez +pomperions +pomperons +pomperont +pompes +pompeuse +pompeusement +pompeuses +pompeux +pompez +pomp +pompe +pompes +pomps +pomprent +pompier +pompiers +pompiez +pompions +pompiste +pompistes +pompon +pomponna +pomponnai +pomponnaient +pomponnais +pomponnait +pomponnant +pomponnass +pomponnassse +pomponnasssent +pomponnassses +pomponnasssiez +pomponnasssions +pomponnmes +pomponnt +pomponntes +pomponne +pomponnent +pomponner +pomponnera +pomponnerai +pomponneraient +pomponnerais +pomponnerait +pomponneras +pomponnerez +pomponneriez +pomponnerions +pomponnerons +pomponneront +pomponnes +pomponnez +pomponn +pomponne +pomponnes +pomponns +pomponnrent +pomponniez +pomponnions +pomponnons +pompons +ponant +ponce +ponceau +ponceaux +poncent +poncer +poncera +poncerai +ponceraient +poncerais +poncerait +ponceras +poncerez +ponceriez +poncerions +poncerons +ponceront +ponces +ponceuse +ponceuses +poncez +ponc +ponce +ponces +poncs +poncrent +poncho +ponchos +ponciez +poncif +poncifs +poncions +ponction +ponctions +ponctua +ponctuai +ponctuaient +ponctuais +ponctuait +ponctualit +ponctualits +ponctuant +ponctuas +ponctuasse +ponctuassent +ponctuasses +ponctuassiez +ponctuassions +ponctuation +ponctuations +ponctumes +ponctut +ponctutes +ponctue +ponctuel +ponctuelle +ponctuellement +ponctuelles +ponctuels +ponctuent +ponctuer +ponctuera +ponctuerai +ponctueraient +ponctuerais +ponctuerait +ponctueras +ponctuerez +ponctueriez +ponctuerions +ponctuerons +ponctueront +ponctues +ponctuez +ponctu +ponctue +ponctues +ponctus +poncturent +ponctuiez +ponctuions +ponctuons +pona +ponage +ponages +ponai +ponaient +ponais +ponait +ponant +ponas +ponasse +ponassent +ponasses +ponassiez +ponassions +ponmes +pont +pontes +ponons +pond +pondaient +pondais +pondaison +pondaisons +pondait +pondant +ponde +pondent +pondes +pondez +pondra +pondrable +pondrables +pondrai +pondraient +pondrais +pondrait +pondrant +pondras +pondrasse +pondrassent +pondrasses +pondrassiez +pondrassions +pondration +pondrations +pondrmes +pondrt +pondrtes +pondrer +pondrera +pondrerai +pondreraient +pondrerais +pondrerait +pondreras +pondrerez +pondreriez +pondrerions +pondrerons +pondreront +pondres +pondreuse +pondreuses +pondreux +pondr +pondre +pondres +pondrs +pondrrent +pondriez +pondrions +pondrons +pondre +pondrent +pondres +pondiez +pondions +pondirent +pondis +pondisse +pondissent +pondisses +pondissiez +pondissions +pondit +pondmes +pondt +pondtes +pondoir +pondoirs +pondons +pondra +pondrai +pondraient +pondrais +pondrait +pondras +pondre +pondrez +pondriez +pondrions +pondrons +pondront +ponds +pondu +pondue +pondues +pondus +poney +poneys +pong +pong +pont +ponte +pontes +pontet +pontets +pont +ponte +pontes +ponts +pontife +pontifes +pontifia +pontifiai +pontifiaient +pontifiais +pontifiait +pontifiant +pontifias +pontifiasse +pontifiassent +pontifiasses +pontifiassiez +pontifiassions +pontifimes +pontifit +pontifites +pontifical +pontificale +pontificales +pontificat +pontificats +pontificaux +pontifie +pontifient +pontifier +pontifiera +pontifierai +pontifieraient +pontifierais +pontifierait +pontifieras +pontifierez +pontifieriez +pontifierions +pontifierons +pontifieront +pontifies +pontifiez +pontifi +pontifie +pontifies +pontifis +pontifirent +pontifiiez +pontifiions +pontifions +ponton +pontonnier +pontonniers +pontons +ponts +pool +pools +pop +pope +popeline +popes +popote +popotes +populace +populacier +populaciers +populacire +populacires +populaire +populairement +populaires +popularisa +popularisai +popularisaient +popularisais +popularisait +popularisant +popularisas +popularisasse +popularisassent +popularisasses +popularisassiez +popularisassions +popularismes +popularist +popularistes +popularise +popularisent +populariser +popularisera +populariserai +populariseraient +populariserais +populariserait +populariseras +populariserez +populariseriez +populariserions +populariserons +populariseront +popularises +popularisez +popularis +popularise +popularises +populariss +popularisrent +popularisiez +popularisions +popularisons +popularit +popularits +population +populations +populeuse +populeuses +populeux +porc +porcelaine +porcelaines +porcelainier +porcelainiers +porcelainire +porcelainires +porcelet +porcelets +porche +porcher +porcherie +porcheries +porchers +porches +porchre +porchres +porcin +porcine +porcines +porcins +porcs +pore +pores +poreuse +poreuses +poreux +porion +porions +pornographie +pornographique +pornographiques +porosit +porosits +porphyre +porridge +port +porta +portabilit +portabilits +portable +portables +portage +portages +portai +portaient +portail +portails +portais +portait +portale +portance +portant +portante +portantes +portants +portas +portasse +portassent +portasses +portassiez +portassions +portatif +portatifs +portative +portatives +portmes +portt +porttes +porte +portefaix +portefeuille +portefeuilles +portemanteau +portemanteaux +portent +porter +portera +porterai +porteraient +porterais +porterait +porteras +porterez +porteriez +porterions +porterons +porteront +portes +porteur +porteurs +porteuse +porteuses +portez +port +porte +portes +ports +portrent +portier +portiers +portiez +portire +portires +portillon +portillons +portion +portions +portique +portiques +porto +portons +portrait +portraitiste +portraitistes +portraits +ports +portuaire +portuaires +portugais +portugaise +portugaises +portugal +portulan +posa +posai +posaient +posais +posait +posant +posas +posasse +posassent +posasses +posassiez +posassions +posmes +post +postes +pose +posent +poser +posera +poserai +poseraient +poserais +poserait +poseras +poserez +poseriez +poserions +poserons +poseront +poses +poseur +poseurs +poseuse +poseuses +posez +pos +pose +poses +posment +poss +posrent +posiez +posions +positif +positifs +position +positions +positive +positivement +positives +positivisme +positiviste +positivistes +positon +positons +posologie +posons +possesseur +possesseurs +possessif +possessifs +possession +possessions +possessive +possessives +possda +possdai +possdaient +possdais +possdait +possdant +possdants +possdas +possdasse +possdassent +possdasses +possdassiez +possdassions +possdmes +possdt +possdtes +possder +possdera +possderai +possderaient +possderais +possderait +possderas +possderez +possderiez +possderions +possderons +possderont +possdez +possd +possde +possdes +possds +possdrent +possdiez +possdions +possdons +possde +possdent +possdes +possibilit +possibilits +possible +possiblement +possibles +posta +postai +postaient +postais +postait +postal +postale +postales +postant +postas +postasse +postassent +postasses +postassiez +postassions +postaux +postmes +postt +posttes +postdata +postdatai +postdataient +postdatais +postdatait +postdatant +postdatas +postdatasse +postdatassent +postdatasses +postdatassiez +postdatassions +postdatmes +postdatt +postdattes +postdate +postdatent +postdater +postdatera +postdaterai +postdateraient +postdaterais +postdaterait +postdateras +postdaterez +postdateriez +postdaterions +postdaterons +postdateront +postdates +postdatez +postdat +postdate +postdates +postdats +postdatrent +postdatiez +postdations +postdatons +poste +postent +poster +postera +posterai +posteraient +posterais +posterait +posteras +posterez +posteriez +posterions +posteriori +posterons +posteront +postes +postez +post +poste +postes +postrieur +postrieure +postrieurement +postrieures +postrieurs +postriorit +postriorits +postrit +posts +postrent +postfixes +posthume +posthumes +postiche +postiches +postier +postiers +postiez +postire +postires +postillon +postillonna +postillonnai +postillonnaient +postillonnais +postillonnait +postillonnant +postillonnas +postillonnasse +postillonnassent +postillonnasses +postillonnassiez +postillonnassions +postillonnmes +postillonnt +postillonntes +postillonne +postillonnent +postillonner +postillonnera +postillonnerai +postillonneraient +postillonnerais +postillonnerait +postillonneras +postillonnerez +postillonneriez +postillonnerions +postillonnerons +postillonneront +postillonnes +postillonnez +postillonn +postillonne +postillonnes +postillonns +postillonnrent +postillonniez +postillonnions +postillonnons +postillons +postions +postons +postula +postulai +postulaient +postulais +postulait +postulant +postulante +postulantes +postulants +postulas +postulasse +postulassent +postulasses +postulassiez +postulassions +postulat +postulats +postulmes +postult +postultes +postule +postulent +postuler +postulera +postulerai +postuleraient +postulerais +postulerait +postuleras +postulerez +postuleriez +postulerions +postulerons +postuleront +postules +postulez +postul +postule +postules +postuls +postulrent +postuliez +postulions +postulons +posture +postures +pot +potable +potables +potache +potaches +potage +potager +potagers +potages +potasse +potassique +potassiques +potassium +poteau +poteaux +potel +potele +poteles +potels +potence +potences +potentat +potentats +potentiel +potentielle +potentielles +potentiels +potentiomtre +potentiomtres +poterie +poteries +poterne +poternes +pote +potes +potiche +potiches +potier +potiers +potin +potina +potinai +potinaient +potinais +potinait +potinant +potinas +potinasse +potinassent +potinasses +potinassiez +potinassions +potinmes +potint +potintes +potine +potinent +potiner +potinera +potinerai +potineraient +potinerais +potinerait +potineras +potinerez +potineriez +potinerions +potinerons +potineront +potines +potinez +potin +potine +potines +potins +potinrent +potinier +potiniers +potiniez +potinire +potinires +potinions +potinons +potins +potion +potions +potiron +potirons +pots +pou +pouah +poubelle +poubelles +pouce +pouces +pouding +poudings +poudingue +poudingues +poudra +poudrage +poudrages +poudrai +poudraient +poudrais +poudrait +poudrant +poudras +poudrasse +poudrassent +poudrasses +poudrassiez +poudrassions +poudrmes +poudrt +poudrtes +poudre +poudrent +poudrer +poudrera +poudrerai +poudreraient +poudrerais +poudrerait +poudrerant +poudreras +poudrerez +poudrerie +poudreries +poudreriez +poudrerions +poudrerons +poudreront +poudres +poudreuse +poudreuses +poudreux +poudrez +poudr +poudre +poudres +poudrs +poudrrent +poudrier +poudriers +poudriez +poudrire +poudrires +poudrions +poudroie +poudroiement +poudroiements +poudroient +poudroiera +poudroierai +poudroieraient +poudroierais +poudroierait +poudroieras +poudroierez +poudroieriez +poudroierions +poudroierons +poudroieront +poudroies +poudrons +poudroya +poudroyai +poudroyaient +poudroyais +poudroyait +poudroyas +poudroyasse +poudroyassent +poudroyasses +poudroyassiez +poudroyassions +poudroymes +poudroyt +poudroytes +poudroyer +poudroyez +poudroy +poudroye +poudroyes +poudroys +poudroyrent +poudroyiez +poudroyions +poudroyons +pouf +pouffa +pouffai +pouffaient +pouffais +pouffait +pouffant +pouffas +pouffasse +pouffassent +pouffasses +pouffassiez +pouffassions +pouffmes +poufft +poufftes +pouffe +pouffent +pouffer +pouffera +poufferai +poufferaient +poufferais +poufferait +poufferas +poufferez +poufferiez +poufferions +poufferons +poufferont +pouffes +pouffez +pouff +pouffe +pouffes +pouffs +pouffrent +pouffiez +pouffions +pouffons +pouillerie +pouilleries +pouilleuse +pouilleuses +pouilleux +poulailler +poulaillers +poulain +poulaine +poulaines +poulains +poularde +poulardes +poule +poules +poulet +poulets +poulette +poulettes +pouliche +pouliches +poulie +poulies +poulinire +poulinires +poulpe +poulpes +pouls +poumon +poumons +poupard +pouparde +poupardes +poupards +poupe +poupes +poupe +poupes +poupin +poupine +poupines +poupins +poupon +pouponna +pouponnai +pouponnaient +pouponnais +pouponnait +pouponnant +pouponnas +pouponnasse +pouponnassent +pouponnasses +pouponnassiez +pouponnassions +pouponnmes +pouponnt +pouponntes +pouponne +pouponnent +pouponner +pouponnera +pouponnerai +pouponneraient +pouponnerais +pouponnerait +pouponneras +pouponnerez +pouponneriez +pouponnerions +pouponnerons +pouponneront +pouponnes +pouponnez +pouponn +pouponne +pouponnes +pouponns +pouponnrent +pouponniez +pouponnire +pouponnires +pouponnions +pouponnons +poupons +pour +pourboire +pourboires +pourceau +pourceaux +pourcent deux mots +pourcentage +pourcentages +pourchassa +pourchassai +pourchassaient +pourchassais +pourchassait +pourchassant +pourchassas +pourchassasse +pourchassassent +pourchassasses +pourchassassiez +pourchassassions +pourchassassont +pourchassmes +pourchasst +pourchasstes +pourchasse +pourchassent +pourchasser +pourchassera +pourchasserai +pourchasseraient +pourchasserais +pourchasserait +pourchasseras +pourchasserez +pourchasseriez +pourchasserions +pourchasserons +pourchasseront +pourchasses +pourchassez +pourchass +pourchasse +pourchasses +pourchasss +pourchassrent +pourchassiez +pourchassions +pourchassons +pourfend +pourfendaient +pourfendais +pourfendait +pourfendant +pourfende +pourfendent +pourfendes +pourfendeur +pourfendeurs +pourfendez +pourfendiez +pourfendions +pourfendirent +pourfendis +pourfendisse +pourfendissent +pourfendisses +pourfendissiez +pourfendissions +pourfendit +pourfendmes +pourfendt +pourfendtes +pourfendons +pourfendra +pourfendrai +pourfendraient +pourfendrais +pourfendrait +pourfendras +pourfendre +pourfendrez +pourfendriez +pourfendrions +pourfendrons +pourfendront +pourfends +pourfendu +pourfendue +pourfendues +pourfendus +pourlcha +pourlchai +pourlchaient +pourlchais +pourlchait +pourlchant +pourlchas +pourlchasse +pourlchassent +pourlchasses +pourlchassiez +pourlchassions +pourlchmes +pourlcht +pourlchtes +pourlcher +pourlchera +pourlcherai +pourlcheraient +pourlcherais +pourlcherait +pourlcheras +pourlcherez +pourlcheriez +pourlcherions +pourlcherons +pourlcheront +pourlchez +pourlch +pourlche +pourlches +pourlchs +pourlchrent +pourlchiez +pourlchions +pourlchons +pourlche +pourlchent +pourlches +pourparlers +pourpoint +pourpoints +pourpre +pourpres +pourpr +pourpre +pourpres +pourprs +pourquoi +pourra +pourrai +pourraient +pourrais +pourrait +pourras +pourrez +pourri +pourrie +pourries +pourriez +pourrions +pourrir +pourrira +pourrirai +pourriraient +pourrirais +pourrirait +pourriras +pourrirent +pourrirez +pourririez +pourririons +pourrirons +pourriront +pourris +pourrissaient +pourrissais +pourrissait +pourrissant +pourrisse +pourrissent +pourrisses +pourrissez +pourrissiez +pourrissions +pourrissons +pourrit +pourriture +pourritures +pourrmes +pourrt +pourrtes +pourrons +pourront +poursuis +poursuit +poursuite +poursuites +poursuivaient +poursuivais +poursuivait +poursuivant +poursuive +poursuivent +poursuives +poursuivez +poursuivi +poursuivie +poursuivies +poursuiviez +poursuivions +poursuivirent +poursuivis +poursuivisse +poursuivissent +poursuivisses +poursuivissiez +poursuivissions +poursuivit +poursuivmes +poursuivt +poursuivtes +poursuivons +poursuivra +poursuivrai +poursuivraient +poursuivrais +poursuivrait +poursuivras +poursuivre +poursuivrez +poursuivriez +poursuivrions +poursuivrons +poursuivront +pourtant +pourtour +pourtours +pourvoi +pourvoie +pourvoient +pourvoies +pourvoir +pourvoira +pourvoirai +pourvoiraient +pourvoirais +pourvoirait +pourvoiras +pourvoirez +pourvoiriez +pourvoirions +pourvoirons +pourvoiront +pourvois +pourvoit +pourvoyaient +pourvoyais +pourvoyait +pourvoyant +pourvoyeur +pourvoyeurs +pourvoyeuse +pourvoyeuses +pourvoyez +pourvoyiez +pourvoyions +pourvoyons +pourvu +pourvue +pourvues +pourvurent +pourvus +pourvusse +pourvussent +pourvusses +pourvussiez +pourvussions +pourvut +pourvmes +pourvt +pourvtes +poussa +poussai +poussaient +poussais +poussait +poussant +poussas +poussasse +poussassent +poussasses +poussassiez +poussassions +poussmes +pousst +pousstes +pousse +poussent +pousser +poussera +pousserai +pousseraient +pousserais +pousserait +pousseras +pousserez +pousseriez +pousserions +pousserons +pousseront +pousses +poussette +poussettes +poussez +pouss +pousse +pousses +pousss +poussrent +poussier +poussiers +poussiez +poussireuse +poussireuses +poussireux +poussire +poussires +poussif +poussifs +poussin +poussins +poussions +poussive +poussives +poussoir +poussoirs +poussons +poutre +poutrelle +poutrelles +poutres +pouvaient +pouvais +pouvait +pouvant +pouvent +pouvez +pouviez +pouvions +pouvoir +pouvoirs +pouvons +poux +ple +ples +praesidium +pragmatique +pragmatiques +pragmatisme +praire +praires +prairial +prairie +prairies +pralina +pralinai +pralinaient +pralinais +pralinait +pralinant +pralinas +pralinasse +pralinassent +pralinasses +pralinassiez +pralinassions +pralinmes +pralint +pralintes +praline +pralinent +praliner +pralinera +pralinerai +pralineraient +pralinerais +pralinerait +pralineras +pralinerez +pralineriez +pralinerions +pralinerons +pralineront +pralines +pralinez +pralin +praline +pralines +pralins +pralinrent +praliniez +pralinions +pralinons +praticable +praticables +praticien +praticienne +praticiennes +praticiens +pratiqua +pratiquai +pratiquaient +pratiquais +pratiquait +pratiquant +pratiquante +pratiquantes +pratiquants +pratiquas +pratiquasse +pratiquassent +pratiquasses +pratiquassiez +pratiquassions +pratiqumes +pratiqut +pratiqutes +pratique +pratiquement +pratiquent +pratiquer +pratiquera +pratiquerai +pratiqueraient +pratiquerais +pratiquerait +pratiqueras +pratiquerez +pratiqueriez +pratiquerions +pratiquerons +pratiqueront +pratiques +pratiquez +pratiqu +pratique +pratiques +pratiqus +pratiqurent +pratiquiez +pratiquions +pratiquons +premier +premiers +premire +premirement +premires +prenaient +prenais +prenait +prenant +prenante +prend +prendra +prendrai +prendraient +prendrais +prendrait +prendras +prendre +prendrez +prendriez +prendrions +prendrons +prendront +prends +preneur +preneurs +preneuse +preneuses +prenez +preniez +prenions +prenne +prennent +prennes +prenons +presbyte +presbytes +presbytrien +presbytrienne +presbytriennes +presbytriens +presbytre +presbytres +presbytie +prescience +presciences +prescriptible +prescriptibles +prescription +prescriptions +prescrira +prescrirai +prescrirais +prescrirait +prescriras +prescrire +prescrirez +prescririez +prescririons +prescrirons +prescriront +prescris +prescrisse +prescrissent +prescrisses +prescrissiez +prescrissions +prescrit +prescrite +prescrites +prescrits +prescrivaient +prescrivais +prescrivait +prescrivant +prescrive +prescrivent +prescrives +prescrivez +prescriviez +prescrivions +prescrivirent +prescrivis +prescrivit +prescrivmes +prescrivtes +prescrivons +prescrt +presqu +presque +pressa +pressage +pressages +pressai +pressaient +pressais +pressait +pressant +pressante +pressantes +pressants +pressas +pressasse +pressassent +pressasses +pressassiez +pressassions +pressmes +presst +presstes +presse +pressent +pressenti +pressentie +pressenties +pressentiment +pressentiments +pressentir +pressentira +pressentirai +pressentiraient +pressentirais +pressentirait +pressentiras +pressentirent +pressentirez +pressentiriez +pressentirions +pressentirons +pressentiront +pressentis +pressentissaient +pressentissais +pressentissait +pressentissant +pressentisse +pressentissent +pressentisses +pressentissez +pressentissiez +pressentissions +pressentissons +pressentit +pressentmes +pressentt +pressenttes +presser +pressera +presserai +presseraient +presserais +presserait +presseras +presserez +presseriez +presserions +presserons +presseront +presses +pressez +press +presse +presses +presss +pressrent +pressiez +pressing +pressings +pression +pressions +pressoir +pressoirs +pressons +pressura +pressurage +pressurages +pressurai +pressuraient +pressurais +pressurait +pressurant +pressuras +pressurasse +pressurassent +pressurasses +pressurassiez +pressurassions +pressurmes +pressurt +pressurtes +pressure +pressurent +pressurer +pressurera +pressurerai +pressureraient +pressurerais +pressurerait +pressureras +pressurerez +pressureriez +pressurerions +pressurerons +pressureront +pressures +pressurez +pressur +pressure +pressures +pressurs +pressurrent +pressuriez +pressurions +pressurise +pressurons +prestance +prestances +prestation +prestations +preste +prestement +prestes +prestesse +prestesses +prestidigitateur +prestidigitateurs +prestidigitation +prestidigitations +prestige +prestiges +prestigieuse +prestigieuses +prestigieux +preuve +preuves +preux +pr +pralable +pralablement +pralables +prambule +prambules +prau +praux +pravis +prbende +prbendes +prcaire +prcaires +prcarit +prcarits +prcaution +prcautionna +prcautionnai +prcautionnaient +prcautionnais +prcautionnait +prcautionnant +prcautionnas +prcautionnasse +prcautionnassent +prcautionnasses +prcautionnassiez +prcautionnassions +prcautionnmes +prcautionnt +prcautionntes +prcautionne +prcautionnent +prcautionner +prcautionnera +prcautionnerai +prcautionneraient +prcautionnerais +prcautionnerait +prcautionneras +prcautionnerez +prcautionneriez +prcautionnerions +prcautionnerons +prcautionneront +prcautionnes +prcautionneuse +prcautionneusement +prcautionneuses +prcautionneux +prcautionnez +prcautionn +prcautionne +prcautionnes +prcautionns +prcautionnrent +prcautionniez +prcautionnions +prcautionnons +prcautions +prcepte +prceptes +prcepteur +prcepteurs +prceptorat +prceptorats +prceptrice +prceptrices +prcda +prcdai +prcdaient +prcdais +prcdait +prcdant +prcdas +prcdasse +prcdassent +prcdasses +prcdassiez +prcdassions +prcdmes +prcdt +prcdtes +prcdemment +prcdent +prcdente +prcdentes +prcdents +prcder +prcdera +prcderai +prcderaient +prcderais +prcderait +prcderas +prcderez +prcderiez +prcderions +prcderons +prcderont +prcdez +prcd +prcde +prcdes +prcds +prcdrent +prcdiez +prcdions +prcdons +prcde +prcdent +prcdes +prcieuse +prcieusement +prcieuses +prcieux +prciosit +prciosits +prcipice +prcipices +prcipita +prcipitai +prcipitaient +prcipitais +prcipitait +prcipitamment +prcipitant +prcipitas +prcipitasse +prcipitassent +prcipitasses +prcipitassiez +prcipitassions +prcipitation +prcipitations +prcipitmes +prcipitt +prcipittes +prcipite +prcipitent +prcipiter +prcipitera +prcipiterai +prcipiteraient +prcipiterais +prcipiterait +prcipiteras +prcipiterez +prcipiteriez +prcipiterions +prcipiterons +prcipiteront +prcipites +prcipitez +prcipit +prcipite +prcipites +prcipits +prcipitrent +prcipitiez +prcipitions +prcipitons +prcis +prcisa +prcisai +prcisaient +prcisais +prcisait +prcisant +prcisas +prcisasse +prcisassent +prcisasses +prcisassiez +prcisassions +prcismes +prcist +prcistes +prcise +prcisent +prciser +prcisera +prciserai +prciseraient +prciserais +prciserait +prciseras +prciserez +prciseriez +prciserions +prciserons +prciseront +prcises +prcisez +prcis +prcise +prcises +prcisment +prciss +prcisrent +prcisiez +prcision +prcisions +prcisons +prcit +prcite +prcites +prcits +prcoce +prcocement +prcoces +prcocit +prcocits +prcolombien +prcolombienne +prcolombiennes +prcolombiens +prconu +prconue +prconues +prconus +prconisa +prconisai +prconisaient +prconisais +prconisait +prconisant +prconisas +prconisasse +prconisassent +prconisasses +prconisassiez +prconisassions +prconismes +prconist +prconistes +prconise +prconisent +prconiser +prconisera +prconiserai +prconiseraient +prconiserais +prconiserait +prconiseras +prconiserez +prconiseriez +prconiserions +prconiserons +prconiseront +prconises +prconisez +prconis +prconise +prconises +prconiss +prconisrent +prconisiez +prconisions +prconisons +prcurseur +prcurseurs +prdateur +prdateurs +prdatrice +prdatrices +prdestina +prdestinai +prdestinaient +prdestinais +prdestinait +prdestinant +prdestinas +prdestinasse +prdestinassent +prdestinasses +prdestinassiez +prdestinassions +prdestination +prdestinations +prdestinmes +prdestint +prdestintes +prdestine +prdestinent +prdestiner +prdestinera +prdestinerai +prdestineraient +prdestinerais +prdestinerait +prdestineras +prdestinerez +prdestineriez +prdestinerions +prdestinerons +prdestineront +prdestines +prdestinez +prdestin +prdestine +prdestines +prdestins +prdestinrent +prdestiniez +prdestinions +prdestinons +prdcesseur +prdcesseurs +prdicateur +prdicateurs +prdication +prdications +prdicatrice +prdicatrices +prdiction +prdictions +prdilection +prdilections +prdira +prdirai +prdiraient +prdirais +prdirait +prdiras +prdire +prdirent +prdiriez +prdirions +prdirons +prdiront +prdis +prdisaient +prdisais +prdisait +prdisant +prdise +prdisent +prdises +prdisez +prdisiez +prdisions +prdisons +prdisposa +prdisposai +prdisposaient +prdisposais +prdisposait +prdisposant +prdisposas +prdisposasse +prdisposassent +prdisposasses +prdisposassiez +prdisposassions +prdisposmes +prdispost +prdispostes +prdispose +prdisposent +prdisposer +prdisposera +prdisposerai +prdisposeraient +prdisposerais +prdisposerait +prdisposeras +prdisposerez +prdisposeriez +prdisposerions +prdisposerons +prdisposeront +prdisposes +prdisposez +prdispos +prdispose +prdisposes +prdisposs +prdisposrent +prdisposiez +prdisposions +prdisposition +prdispositions +prdisposons +prdisse +prdissent +prdisses +prdissiez +prdissions +prdit +prdite +prdites +prdits +prdmes +prdt +prdtes +prdomina +prdominai +prdominaient +prdominais +prdominait +prdominance +prdominances +prdominant +prdominas +prdominasse +prdominassent +prdominasses +prdominassiez +prdominassions +prdominmes +prdomint +prdomintes +prdomine +prdominent +prdominer +prdominera +prdominerai +prdomineraient +prdominerais +prdominerait +prdomineras +prdominerez +prdomineriez +prdominerions +prdominerons +prdomineront +prdomines +prdominez +prdomin +prdomine +prdomines +prdomins +prdominrent +prdominiez +prdominions +prdominons +premption +premptions +prexista +prexistai +prexistaient +prexistais +prexistait +prexistant +prexistas +prexistasse +prexistassent +prexistasses +prexistassiez +prexistassions +prexistmes +prexistt +prexisttes +prexiste +prexistence +prexistences +prexistent +prexister +prexistera +prexisterai +prexisteraient +prexisterais +prexisterait +prexisteras +prexisterez +prexisteriez +prexisterions +prexisterons +prexisteront +prexistes +prexistez +prexist +prexiste +prexistes +prexists +prexistrent +prexistiez +prexistions +prexistons +prminence +prminences +prminent +prminente +prminentes +prminents +prtabli +prtablie +prtablies +prtablir +prtablira +prtablirai +prtabliraient +prtablirais +prtablirait +prtabliras +prtablirent +prtablirez +prtabliriez +prtablirions +prtablirons +prtabliront +prtablis +prtablissaient +prtablissais +prtablissait +prtablissant +prtablisse +prtablissent +prtablisses +prtablissez +prtablissiez +prtablissions +prtablissons +prtablissont +prtablit +prtablmes +prtablt +prtabltes +prfabriqu +prfabrique +prfabriques +prfabriqus +prface +prfacent +prfacer +prfacera +prfacerai +prfaceraient +prfacerais +prfacerait +prfaceras +prfacerez +prfaceriez +prfacerions +prfacerons +prfaceront +prfaces +prfacez +prfac +prface +prfaces +prfacs +prfacrent +prfaciez +prfacions +prfaa +prfaai +prfaaient +prfaais +prfaait +prfaant +prfaas +prfaasse +prfaassent +prfaasses +prfaassiez +prfaassions +prfames +prfat +prfates +prfaons +prfectoral +prfectorale +prfectorales +prfectoraux +prfecture +prfectures +prfet +prfets +prfra +prfrable +prfrablement +prfrables +prfrai +prfraient +prfrais +prfrait +prfrant +prfras +prfrasse +prfrassent +prfrasses +prfrassiez +prfrassions +prfrmes +prfrt +prfrtes +prfrence +prfrences +prfrentiel +prfrentielle +prfrentiellement +prfrentielles +prfrentiels +prfrer +prfrera +prfrerai +prfreraient +prfrerais +prfrerait +prfreras +prfrerez +prfreriez +prfrerions +prfrerons +prfreront +prfrez +prfr +prfre +prfres +prfrs +prfrrent +prfriez +prfrions +prfrons +prfre +prfrent +prfreront +prfres +prfte +prftes +prfigura +prfigurai +prfiguraient +prfigurais +prfigurait +prfigurant +prfiguras +prfigurasse +prfigurassent +prfigurasses +prfigurassiez +prfigurassions +prfigurmes +prfigurt +prfigurtes +prfigure +prfigurent +prfigurer +prfigurera +prfigurerai +prfigureraient +prfigurerais +prfigurerait +prfigureras +prfigurerez +prfigureriez +prfigurerions +prfigurerons +prfigureront +prfigures +prfigurez +prfigur +prfigure +prfigures +prfigurs +prfigurrent +prfiguriez +prfigurions +prfigurons +prfixa +prfixai +prfixaient +prfixais +prfixait +prfixant +prfixas +prfixasse +prfixassent +prfixasses +prfixassiez +prfixassions +prfixmes +prfixt +prfixtes +prfixe +prfixent +prfixer +prfixera +prfixerai +prfixeraient +prfixerais +prfixerait +prfixeras +prfixerez +prfixeriez +prfixerions +prfixerons +prfixeront +prfixes +prfixez +prfix +prfixe +prfixes +prfixs +prfixrent +prfixiez +prfixions +prfixons +prhenseur +prhenseure +prhenseures +prhenseurs +prhensile +prhensiles +prhension +prhensions +prhistoire +prhistorien +prhistorienne +prhistoriennes +prhistoriens +prhistorique +prhistoriques +prjudice +prjudices +prjudicia +prjudiciable +prjudiciables +prjudiciai +prjudiciaient +prjudiciais +prjudiciait +prjudiciant +prjudicias +prjudiciasse +prjudiciassent +prjudiciasses +prjudiciassiez +prjudiciassions +prjudicimes +prjudicit +prjudicites +prjudicie +prjudiciel +prjudicielle +prjudicielles +prjudiciels +prjudicient +prjudicier +prjudiciera +prjudicierai +prjudicieraient +prjudicierais +prjudicierait +prjudicieras +prjudicierez +prjudicieriez +prjudicierions +prjudicierons +prjudicieront +prjudicies +prjudiciez +prjudici +prjudicie +prjudicies +prjudicis +prjudicirent +prjudiciiez +prjudiciions +prjudicions +prjuge +prjugea +prjugeai +prjugeaient +prjugeais +prjugeait +prjugeant +prjugeas +prjugeasse +prjugeassent +prjugeasses +prjugeassiez +prjugeassions +prjugemes +prjuget +prjugetes +prjugent +prjugeons +prjuger +prjugera +prjugerai +prjugeraient +prjugerais +prjugerait +prjugeras +prjugerez +prjugeriez +prjugerions +prjugerons +prjugeront +prjuges +prjugez +prjug +prjuge +prjuges +prjugs +prjugrent +prjugiez +prjugions +prlassa +prlassai +prlassaient +prlassais +prlassait +prlassant +prlassas +prlassasse +prlassassent +prlassasses +prlassassiez +prlassassions +prlassmes +prlasst +prlasstes +prlasse +prlassent +prlasser +prlassera +prlasserai +prlasseraient +prlasserais +prlasseras +prlasserez +prlasseriez +prlasserions +prlasserons +prlasseront +prlasses +prlassez +prlass +prlasse +prlasses +prlasss +prlassrent +prlassiez +prlassions +prlassons +prlat +prlats +prleva +prlevai +prlevaient +prlevais +prlevait +prlevant +prlevas +prlevasse +prlevassent +prlevasses +prlevassiez +prlevassions +prlevmes +prlevt +prlevtes +prlever +prlevez +prlev +prleve +prleves +prlevs +prlevrent +prleviez +prlevions +prlevons +prlve +prlvement +prlvements +prlvent +prlvera +prlverai +prlveraient +prlverais +prlverait +prlveras +prlverez +prlveriez +prlverions +prlverons +prlveront +prliminaire +prliminaires +prluda +prludai +prludaient +prludais +prludait +prludant +prludas +prludasse +prludassent +prludasses +prludassiez +prludassions +prludmes +prludt +prludtes +prlude +prludent +prluder +prludera +prluderai +prluderaient +prluderais +prluderait +prluderas +prluderez +prluderiez +prluderions +prluderons +prluderont +prludes +prludez +prlud +prlude +prludes +prluds +prludrent +prludiez +prludions +prludons +prmatur +prmature +prmatures +prmaturment +prmaturs +prmdita +prmditai +prmditaient +prmditais +prmditait +prmditant +prmditas +prmditasse +prmditassent +prmditasses +prmditassiez +prmditassions +prmditation +prmditations +prmditmes +prmditt +prmdittes +prmdite +prmditent +prmditer +prmditera +prmditerai +prmditeraient +prmditerais +prmditerait +prmditeras +prmditerez +prmditeriez +prmditerions +prmditerons +prmditeront +prmdites +prmditez +prmdit +prmdite +prmdites +prmdits +prmditrent +prmditiez +prmditions +prmditons +prmices +prmisse +prmisses +prmonition +prmonitions +prmonitoire +prmonitoires +prmuni +prmunie +prmunies +prmunir +prmunira +prmunirai +prmuniraient +prmunirais +prmunirait +prmuniras +prmunirent +prmunirez +prmuniriez +prmunirions +prmunirons +prmuniront +prmunis +prmunissaient +prmunissais +prmunissait +prmunissant +prmunisse +prmunissent +prmunisses +prmunissez +prmunissiez +prmunissions +prmunissons +prmunit +prmunmes +prmunt +prmuntes +prnatal +prnatale +prnatales +prnatals +prnom +prnomm +prnomme +prnommes +prnomms +prnoms +prnuptial +prnuptiale +prnuptiales +prnuptiaux +proccupa +proccupai +proccupaient +proccupais +proccupait +proccupant +proccupas +proccupasse +proccupassent +proccupasses +proccupassiez +proccupassions +proccupation +proccupations +proccupmes +proccupt +proccuptes +proccupe +proccupent +proccuper +proccupera +proccuperai +proccuperaient +proccuperais +proccuperait +proccuperas +proccuperez +proccuperiez +proccuperions +proccuperons +proccuperont +proccupes +proccupez +proccup +proccupe +proccupes +proccups +proccuprent +proccupiez +proccupions +proccupons +propratoire +propratoires +prpara +prparai +prparaient +prparais +prparait +prparant +prparas +prparasse +prparassent +prparasses +prparassiez +prparassions +prparateur +prparateurs +prparatif +prparatifs +prparation +prparations +prparatoire +prparatoires +prparatrice +prparatrices +prparmes +prpart +prpartes +prpare +prparent +prparer +prparera +prparerai +prpareraient +prparerais +prparerait +prpareras +prparerez +prpareriez +prparerions +prparerons +prpareront +prpares +prparez +prpar +prpare +prpares +prpars +prparrent +prpariez +prparions +prparons +prpondrance +prpondrances +prpondrant +prpondrante +prpondrantes +prpondrants +prposa +prposai +prposaient +prposais +prposait +prposant +prposas +prposasse +prposassent +prposasses +prposassiez +prposassions +prposmes +prpost +prpostes +prpose +prposent +prposer +prposera +prposerai +prposeraient +prposerais +prposerait +prposeras +prposerez +prposeriez +prposerions +prposerons +prposeront +prposes +prposez +prpos +prpose +prposes +prposs +prposrent +prposiez +prposions +prposition +prpositions +prposons +prpuce +prpuces +prrogative +prrogatives +prs champs +prsage +prsagea +prsageai +prsageaient +prsageais +prsageait +prsageant +prsageas +prsageasse +prsageassent +prsageasses +prsageassiez +prsageassions +prsagemes +prsaget +prsagetes +prsagent +prsageons +prsager +prsagera +prsagerai +prsageraient +prsagerais +prsagerait +prsageras +prsagerez +prsageriez +prsagerions +prsagerons +prsageront +prsages +prsagez +prsag +prsage +prsages +prsags +prsagrent +prsagiez +prsagions +prsence +prsences +prsent +prsenta +prsentable +prsentables +prsentai +prsentaient +prsentais +prsentait +prsentant +prsentas +prsentasse +prsentassent +prsentasses +prsentassiez +prsentassions +prsentateur +prsentateurs +prsentation +prsentations +prsentmes +prsentt +prsenttes +prsente +prsentement +prsentent +prsenter +prsentera +prsenterai +prsenteraient +prsenterais +prsenterait +prsenteras +prsenterez +prsenteriez +prsenterions +prsenterons +prsenteront +prsentes +prsentez +prsent +prsente +prsentes +prsentment +prsents +prsentrent +prsentiez +prsentions +prsentoir +prsentoirs +prsentons +prsents +prserva +prservai +prservaient +prservais +prservait +prservant +prservas +prservasse +prservassent +prservasses +prservassiez +prservassions +prservateur +prservateurs +prservatif +prservatifs +prservation +prservations +prservative +prservatives +prservatrice +prservatrices +prservmes +prservt +prservtes +prserve +prservent +prserver +prservera +prserverai +prserveraient +prserverais +prserverait +prserveras +prserverez +prserveriez +prserverions +prserverons +prserveront +prserves +prservez +prserv +prserve +prserves +prservs +prservrent +prserviez +prservions +prservons +prsance +prsances +prsida +prsidai +prsidaient +prsidais +prsidait +prsidant +prsidas +prsidasse +prsidassent +prsidasses +prsidassiez +prsidassions +prsidmes +prsidt +prside +prsidence +prsidences +prsident +prsidente +prsidentes +prsidentiel +prsidentielle +prsidentielles +prsidentiels +prsidents +prsider +prsidera +prsiderai +prsideraient +prsiderais +prsiderait +prsideras +prsiderez +prsideriez +prsiderions +prsiderons +prsideront +prsides +prsidez +prsid +prside +prsides +prsids +prsidrent +prsidiez +prsidions +prsidium +prsidons +prsomptif +prsomptifs +prsomption +prsomptions +prsomptive +prsomptives +prsomptueuse +prsomptueusement +prsomptueuses +prsomptueux +prssentiment +prssentiments +prssentit +prsuma +prsumable +prsumables +prsumai +prsumaient +prsumais +prsumait +prsumant +prsumas +prsumasse +prsumassent +prsumasses +prsumassiez +prsumassions +prsummes +prsumt +prsumtes +prsume +prsument +prsumer +prsumera +prsumerai +prsumeraient +prsumerais +prsumerait +prsumeras +prsumerez +prsumeriez +prsumerions +prsumerons +prsumeront +prsumes +prsumez +prsum +prsume +prsumes +prsums +prsumrent +prsumiez +prsumions +prsumons +prsupposa +prsupposai +prsupposaient +prsupposais +prsupposait +prsupposant +prsupposas +prsupposasse +prsupposassent +prsupposasses +prsupposassiez +prsupposassions +prsupposmes +prsuppost +prsuppostes +prsuppose +prsupposent +prsupposer +prsupposera +prsupposerai +prsupposeraient +prsupposerais +prsupposerait +prsupposeras +prsupposerez +prsupposeriez +prsupposerions +prsupposerons +prsupposeront +prsupposes +prsupposez +prsuppos +prsuppose +prsupposes +prsupposs +prsupposrent +prsupposiez +prsupposions +prsupposons +prsure +prtantaine +prtend +prtendaient +prtendais +prtendait +prtendant +prtendante +prtendantes +prtendants +prtende +prtendent +prtendes +prtendez +prtendiez +prtendions +prtendirent +prtendis +prtendisse +prtendissent +prtendisses +prtendissiez +prtendissions +prtendit +prtendmes +prtendt +prtendtes +prtendons +prtendra +prtendrai +prtendraient +prtendrais +prtendrait +prtendras +prtendre +prtendrez +prtendriez +prtendrions +prtendrons +prtendront +prtends +prtendu +prtendue +prtendues +prtendument +prtendus +prtentieuse +prtentieusement +prtentieuses +prtentieux +prtention +prtentions +prtexta +prtextai +prtextaient +prtextais +prtextait +prtextant +prtextas +prtextasse +prtextassent +prtextasses +prtextassiez +prtextassions +prtextmes +prtextt +prtexttes +prtexte +prtextent +prtexter +prtextera +prtexterai +prtexteraient +prtexterais +prtexterait +prtexteras +prtexterez +prtexteriez +prtexterions +prtexterons +prtexteront +prtextes +prtextez +prtext +prtexte +prtextes +prtexts +prtextrent +prtextiez +prtextions +prtextons +prtoire +prtoires +prvalaient +prvalais +prvalait +prvalant +prvale +prvalent +prvales +prvalez +prvaliez +prvalions +prvaloir +prvalons +prvalu +prvalue +prvalues +prvalurent +prvalus +prvalusse +prvalussent +prvalusses +prvalussiez +prvalussions +prvalut +prvalmes +prvalt +prvaltes +prvaricateur +prvaricateurs +prvarication +prvarications +prvaricatrice +prvaricatrices +prvariqua +prvariquai +prvariquaient +prvariquais +prvariquait +prvariquant +prvariquas +prvariquasse +prvariquassent +prvariquasses +prvariquassiez +prvariquassions +prvariqumes +prvariqut +prvariqutes +prvarique +prvariquent +prvariquer +prvariquera +prvariquerai +prvariqueraient +prvariquerais +prvariquerait +prvariqueras +prvariquerez +prvariqueriez +prvariquerions +prvariquerons +prvariqueront +prvariques +prvariquez +prvariqu +prvarique +prvariques +prvariqus +prvariqurent +prvariquiez +prvariquions +prvariquons +prvaudra +prvaudrai +prvaudraient +prvaudrais +prvaudrait +prvaudras +prvaudrez +prvaudriez +prvaudrions +prvaudrons +prvaudront +prvaut +prvaux +prvenaient +prvenais +prvenait +prvenance +prvenances +prvenant +prvenante +prvenantes +prvenants +prvenez +prveniez +prvenions +prvenir +prvenons +prventif +prventifs +prvention +prventions +prventive +prventivement +prventives +prventorium +prventoriums +prvenu +prvenue +prvenues +prvenus +prviendra +prviendrai +prviendraient +prviendrais +prviendrait +prviendras +prviendrez +prviendriez +prviendrions +prviendrons +prviendront +prvienne +prviennent +prviennes +prviens +prvient +prvinrent +prvins +prvinsse +prvinssent +prvinsses +prvinssiez +prvinssions +prvint +prvirent +prvis +prvisible +prvision +prvisions +prvisse +prvissent +prvisses +prvissiez +prvissions +prvit +prvmes +prvnmes +prvnt +prvntes +prvt +prvtes +prvoie +prvoient +prvoies +prvoir +prvoira +prvoirai +prvoiraient +prvoirais +prvoirait +prvoiras +prvoirez +prvoiriez +prvoirions +prvoirons +prvoiront +prvois +prvoit +prvoyaient +prvoyais +prvoyait +prvoyance +prvoyances +prvoyant +prvoyante +prvoyantes +prvoyants +prvoyez +prvoyiez +prvoyions +prvoyons +prvt +prvtal +prvtale +prvtales +prvtaux +prvt +prvts +prvts +prvu +prvue +prvues +prvus +prle +prles +prs +prcha +prchai +prchaient +prchais +prchait +prchant +prchas +prchasse +prchassent +prchasses +prchassiez +prchassions +prchmes +prcht +prchtes +prche +prchent +prcher +prchera +prcherai +prcheraient +prcherais +prcherait +prcheras +prcherez +prcheriez +prcherions +prcherons +prcheront +prches +prcheur +prcheurs +prcheuse +prcheuses +prchez +prch +prche +prches +prchs +prchrent +prchi +prchiez +prchions +prchons +prt +prta +prtai +prtaient +prtais +prtait +prtant +prtas +prtasse +prtassent +prtasses +prtassiez +prtassions +prtmes +prtt +prttes +prte +prtent +prter +prtera +prterai +prteraient +prterais +prterait +prteras +prterez +prteriez +prterions +prterons +prteront +prtes +prteur +prteurs +prteuse +prteuses +prtez +prt +prte +prtes +prts +prtrent +prtiez +prtions +prtons +prtre +prtres +prtresse +prtresses +prtrise +prts +pria +priai +priaient +priais +priait +priant +prias +priasse +priassent +priasses +priassiez +priassions +primes +prit +prites +prie +prient +prier +priera +prierai +prieraient +prierais +prierait +prieras +prierez +prieriez +prierions +prierons +prieront +pries +prieur +prieure +prieures +prieur +prieurs +prieurs +priez +pri +prie +pries +pris +prire +prirent +prires +priiez +priions +prima +primai +primaient +primaire +primaires +primais +primait +primant +primas +primasse +primassent +primasses +primassiez +primassions +primat +primates +primaut +primauts +primmes +primt +primtes +prime +priment +primer +primera +primerai +primeraient +primerais +primerait +primeras +primerez +primeriez +primerions +primerons +primeront +primerose +primeroses +primes +primesautier +primesautiers +primesautire +primesautires +primeur +primeurs +primevre +primevres +primez +prim +prime +primes +prims +primrent +primiez +primions +primipare +primipares +primitif +primitifs +primitive +primitivement +primitives +primo +primons +primordial +primordiale +primordiales +primordiaux +prince +princeps +princes +princesse +princesses +princier +princiers +princire +princires +principal +principale +principalement +principales +principaut +principauts +principaux +principe +principes +printanier +printaniers +printanire +printanires +printemps +prions +priori +prioritaire +prioritaires +priorit +priorits +prirent +pris +prisa +prisai +prisaient +prisais +prisait +prisant +prisas +prisasse +prisassent +prisasses +prisassiez +prisassions +prismes +prist +pristes +prise +prisent +priser +prisera +priserai +priseraient +priserais +priserait +priseras +priserez +priseriez +priserions +priserons +priseront +prises +prisez +pris +prise +prises +priss +prisrent +prisiez +prisions +prismatique +prismatiques +prisme +prismes +prison +prisonnier +prisonniers +prisonnire +prisonnires +prisons +prisse +prissent +prisses +prissiez +prissions +prit +priva +privai +privaient +privais +privait +privant +privas +privasse +privassent +privasses +privassiez +privassions +privatif +privatifs +privation +privations +privative +privatives +privaut +privauts +privmes +privt +privtes +prive +privent +priver +privera +priverai +priveraient +priverais +priverait +priveras +priverez +priveriez +priverions +priverons +priveront +prives +privez +priv +prive +prives +privs +privrent +priviez +privilgi +privilgie +privilgies +privilgis +privilge +privilges +privions +privons +prix +prmes +prt +prtes +probabilit +probabilits +probable +probablement +probables +probant +probante +probantes +probants +probatoire +probatoires +probe +probes +probit +probits +problmatique +problmatiques +problme +problmes +processeur +processeurs +procession +processionnaire +processionnaires +processions +processus +procda +procdai +procdaient +procdais +procdait +procdant +procdas +procdasse +procdassent +procdasses +procdassiez +procdassions +procdmes +procdt +procdtes +procder +procdera +procderai +procderaient +procderais +procderait +procderas +procderez +procderiez +procderions +procderons +procderont +procdez +procd +procde +procdes +procds +procdrent +procdiez +procdions +procdons +procdure +procdures +procdurier +procduriers +procdurire +procdurires +procde +procdent +procdes +procs +prochain +prochaine +prochainement +prochaines +prochains +prochant +proche +proches +proclama +proclamai +proclamaient +proclamais +proclamait +proclamant +proclamas +proclamasse +proclamassent +proclamasses +proclamassiez +proclamassions +proclamation +proclamations +proclammes +proclamt +proclamtes +proclame +proclament +proclamer +proclamera +proclamerai +proclameraient +proclamerais +proclamerait +proclameras +proclamerez +proclameriez +proclamerions +proclamerons +proclameront +proclames +proclamez +proclam +proclame +proclames +proclams +proclamrent +proclamiez +proclamions +proclamons +proconsul +proconsuls +procra +procrai +procraient +procrais +procrait +procrant +procras +procrasse +procrassent +procrasses +procrassiez +procrassions +procration +procrations +procrmes +procrt +procrtes +procre +procrent +procrer +procrera +procrerai +procreraient +procrerais +procrerait +procreras +procrerez +procreriez +procrerions +procrerons +procreront +procres +procrez +procr +procre +procres +procrs +procrrent +procriez +procrions +procrons +procura +procurai +procuraient +procurais +procurait +procurant +procuras +procurasse +procurassent +procurasses +procurassiez +procurassions +procurateur +procurateurs +procuration +procurations +procurmes +procurt +procurtes +procure +procurent +procurer +procurera +procurerai +procureraient +procurerais +procurerait +procureras +procurerez +procureriez +procurerions +procurerons +procureront +procures +procureur +procureurs +procurez +procur +procure +procures +procurs +procurrent +procuriez +procurions +procurons +prodigalit +prodigalits +prodige +prodiges +prodigieuse +prodigieusement +prodigieuses +prodigieux +prodigua +prodiguai +prodiguaient +prodiguais +prodiguait +prodiguant +prodiguas +prodiguasse +prodiguassent +prodiguasses +prodiguassiez +prodiguassions +prodigumes +prodigut +prodigutes +prodigue +prodiguent +prodiguer +prodiguera +prodiguerai +prodigueraient +prodiguerais +prodiguerait +prodigueras +prodiguerez +prodigueriez +prodiguerions +prodiguerons +prodigueront +prodigues +prodiguez +prodigu +prodigue +prodigues +prodigus +prodigurent +prodiguiez +prodiguions +prodiguons +prodrome +prodromes +producteur +producteurs +productif +productifs +production +productions +productive +productives +productivit +productivits +productrice +productrices +produira +produirai +produiraient +produirais +produirait +produiras +produire +produirez +produiriez +produirions +produirons +produiront +produis +produisaient +produisais +produisait +produisant +produise +produisent +produises +produisez +produisiez +produisions +produisirent +produisis +produisisse +produisissent +produisisses +produisissiez +produisissions +produisit +produismes +produist +produistes +produisons +produit +produite +produites +produits +prominence +prominences +prominent +prominente +prominentes +prominents +prof +profana +profanai +profanaient +profanais +profanait +profanant +profanas +profanasse +profanassent +profanasses +profanassiez +profanassions +profanateur +profanateurs +profanation +profanations +profanatrice +profanatrices +profanmes +profant +profantes +profane +profanent +profaner +profanera +profanerai +profaneraient +profanerais +profanerait +profaneras +profanerez +profaneriez +profanerions +profanerons +profaneront +profanes +profanez +profan +profane +profanes +profans +profanrent +profaniez +profanions +profanons +professa +professai +professaient +professais +professait +professant +professas +professasse +professassent +professasses +professassiez +professassions +professmes +professt +professtes +professe +professent +professer +professera +professerai +professeraient +professerais +professerait +professeras +professerez +professeriez +professerions +professerons +professeront +professes +professeur +professeurs +professez +profess +professe +professes +professs +professrent +professiez +profession +professionnel +professionnelle +professionnellement +professionnelles +professionnels +professions +professons +professoral +professorale +professorales +professorat +professorats +professoraux +profra +profrai +profraient +profrais +profrait +profras +profrasse +profrassent +profrasses +profrassiez +profrassions +profrmes +profrt +profrtes +profrer +profrera +profrerai +profreraient +profrerais +profrerait +profreras +profrerez +profreriez +profrerions +profrerons +profreront +profrez +profr +profre +profres +profrs +profrrent +profriez +profrions +profrons +profre +profrent +profres +profil +profila +profilai +profilaient +profilais +profilait +profilant +profilas +profilasse +profilassent +profilasses +profilassiez +profilassions +profilmes +profilt +profiltes +profile +profilent +profiler +profilera +profilerai +profileraient +profilerais +profilerait +profileras +profilerez +profileriez +profilerions +profilerons +profileront +profiles +profilez +profil +profile +profiles +profils +profilrent +profiliez +profilions +profilons +profils +profit +profita +profitable +profitablement +profitables +profitai +profitaient +profitais +profitait +profitant +profitas +profitasse +profitassent +profitasses +profitassiez +profitassions +profitmes +profitt +profittes +profite +profitent +profiter +profitera +profiterai +profiteraient +profiterais +profiterait +profiteras +profiterez +profiteriez +profiterions +profiterons +profiteront +profites +profiteur +profiteurs +profiteuse +profiteuses +profitez +profit +profite +profites +profits +profitrent +profitiez +profitions +profitons +profits +profond +profonde +profondes +profondeur +profondeurs +profondment +profonds +profs +profusion +profusions +progniture +prognitures +progiciel +progiciels +prognathe +prognathes +prognathisme +programma +programmable +programmables +programmai +programmaient +programmais +programmait +programmant +programmas +programmasse +programmassent +programmasses +programmassiez +programmassions +programmateur +programmateurs +programmation +programmations +programmatrice +programmatrices +programmmes +programmt +programmtes +programme +programment +programmer +programmera +programmerai +programmeraient +programmerais +programmerait +programmeras +programmerez +programmeriez +programmerions +programmerons +programmeront +programmes +programmeur +programmeurs +programmeuse +programmeuses +programmez +programm +programme +programmes +programms +programmrent +programmiez +programmions +programmons +progressa +progressai +progressaient +progressais +progressait +progressant +progressas +progressasse +progressassent +progressasses +progressassiez +progressassions +progressmes +progresst +progresstes +progresse +progressent +progresser +progressera +progresserai +progresseraient +progresserais +progresserait +progresseras +progresserez +progresseriez +progresserions +progresserons +progresseront +progresses +progressez +progress +progresse +progresses +progresss +progressrent +progressiez +progressif +progressifs +progression +progressions +progressiste +progressistes +progressive +progressivement +progressives +progressons +progrs +prohiba +prohibai +prohibaient +prohibais +prohibait +prohibant +prohibas +prohibasse +prohibassent +prohibasses +prohibassiez +prohibassions +prohibmes +prohibt +prohibtes +prohibe +prohibent +prohiber +prohibera +prohiberai +prohiberaient +prohiberais +prohiberait +prohiberas +prohiberez +prohiberiez +prohiberions +prohiberons +prohiberont +prohibes +prohibez +prohib +prohibe +prohibes +prohibs +prohibrent +prohibiez +prohibions +prohibitif +prohibitifs +prohibition +prohibitionniste +prohibitionnistes +prohibitions +prohibitive +prohibitives +prohibons +proie +proies +projecteur +projecteurs +projectile +projectiles +projection +projectionniste +projectionnistes +projections +projet +projeta +projetai +projetaient +projetais +projetait +projetant +projetas +projetasse +projetassent +projetasses +projetassiez +projetassions +projetmes +projett +projettes +projeter +projetez +projet +projete +projetes +projets +projetrent +projetiez +projetions +projetons +projets +projette +projettent +projettera +projetterai +projetteraient +projetterais +projetterait +projetteras +projetterez +projetteriez +projetterions +projetterons +projetteront +projettes +proltaire +proltaires +proltariat +proltarien +proltarienne +proltariennes +proltariens +prolifra +prolifrai +prolifraient +prolifrais +prolifrait +prolifrant +prolifras +prolifrasse +prolifrassent +prolifrasses +prolifrassiez +prolifrassions +prolifration +prolifrations +prolifrmes +prolifrt +prolifrtes +prolifre +prolifrer +prolifrera +prolifrerai +prolifreraient +prolifrerais +prolifrerait +prolifreras +prolifrerez +prolifreriez +prolifrerions +prolifrerons +prolifreront +prolifrez +prolifr +prolifre +prolifres +prolifrs +prolifrrent +prolifriez +prolifrions +prolifrons +prolifre +prolifrent +prolifres +prolifique +prolifiques +prolixe +prolixes +prolixit +prolixits +prologue +prologues +prolongation +prolongations +prolonge +prolongea +prolongeai +prolongeaient +prolongeais +prolongeait +prolongeant +prolongeas +prolongeasse +prolongeassent +prolongeasses +prolongeassiez +prolongeassions +prolongemes +prolonget +prolongetes +prolongement +prolongements +prolongent +prolongeons +prolonger +prolongera +prolongerai +prolongeraient +prolongerais +prolongerait +prolongeras +prolongerez +prolongeriez +prolongerions +prolongerons +prolongeront +prolonges +prolongez +prolong +prolonge +prolonges +prolongs +prolongrent +prolongiez +prolongions +promena +promenade +promenades +promenai +promenaient +promenais +promenait +promenant +promenas +promenasse +promenassent +promenasses +promenassiez +promenassions +promenmes +proment +promentes +promener +promeneur +promeneurs +promeneuse +promeneuses +promenez +promen +promene +promenes +promens +promenrent +promeniez +promenions +promenoir +promenoirs +promenons +promesse +promesses +promet +promets +promettaient +promettais +promettait +promettant +promette +promettent +promettes +prometteur +prometteurs +prometteuse +prometteuses +promettez +promettiez +promettions +promettons +promettra +promettrai +promettraient +promettrais +promettrait +promettras +promettre +promettrez +promettriez +promettrions +promettrons +promettront +promne +promnent +promnera +promnerai +promneraient +promnerais +promnerait +promneras +promnerez +promneriez +promnerions +promnerons +promneront +promnes +promirent +promis +promiscuit +promiscuits +promise +promises +promisse +promissent +promisses +promissiez +promissions +promit +prommes +promt +promtes +promontoire +promontoires +promoteur +promoteurs +promotion +promotionnel +promotionnelle +promotionnelles +promotionnels +promotions +promotrice +promotrices +promouvoir +prompt +prompte +promptement +promptes +promptitude +promptitudes +prompts +promu +promue +promues +promulgation +promulgations +promulgua +promulguai +promulguaient +promulguais +promulguait +promulguant +promulguas +promulguasse +promulguassent +promulguasses +promulguassiez +promulguassions +promulgumes +promulgut +promulgutes +promulgue +promulguent +promulguer +promulguera +promulguerai +promulgueraient +promulguerais +promulguerait +promulgueras +promulguerez +promulgueriez +promulguerions +promulguerons +promulgueront +promulgues +promulguez +promulgu +promulgue +promulgues +promulgus +promulgurent +promulguiez +promulguions +promulguons +promus +pronom +pronominal +pronominale +pronominalement +pronominales +pronominaux +pronoms +prononce +prononcent +prononcer +prononcera +prononcerai +prononceraient +prononcerais +prononcerait +prononceras +prononcerez +prononceriez +prononcerions +prononcerons +prononceront +prononces +prononcez +prononc +prononce +prononces +prononcs +prononcrent +prononciation +prononciations +prononciez +prononcions +pronona +prononai +prononaient +prononais +prononait +prononant +prononas +prononasse +prononassent +prononasses +prononassiez +prononassions +prononmes +pronont +pronontes +prononons +pronostic +pronostics +pronostiqua +pronostiquai +pronostiquaient +pronostiquais +pronostiquait +pronostiquant +pronostiquas +pronostiquasse +pronostiquassent +pronostiquasses +pronostiquassiez +pronostiquassions +pronostiqumes +pronostiqut +pronostiqutes +pronostique +pronostiquent +pronostiquer +pronostiquera +pronostiquerai +pronostiqueraient +pronostiquerais +pronostiquerait +pronostiqueras +pronostiquerez +pronostiqueriez +pronostiquerions +pronostiquerons +pronostiqueront +pronostiques +pronostiquez +pronostiqu +pronostique +pronostiques +pronostiqus +pronostiqurent +pronostiquiez +pronostiquions +pronostiquons +propagande +propagandes +propagandiste +propagandistes +propagateur +propagateurs +propagation +propagations +propagatrice +propagatrices +propage +propagea +propageai +propageaient +propageais +propageait +propageant +propageas +propageasse +propageassent +propageasses +propageassiez +propageassions +propagemes +propaget +propagetes +propagent +propageons +propager +propagera +propagerai +propageraient +propagerais +propagerait +propageras +propagerez +propageriez +propagerions +propagerons +propageront +propages +propagez +propag +propage +propages +propags +propagrent +propagiez +propagions +propane +propension +propensions +prophtesse +prophtesses +prophtie +prophties +prophtique +prophtiquement +prophtiques +prophtisa +prophtisai +prophtisaient +prophtisais +prophtisait +prophtisant +prophtisas +prophtisasse +prophtisassent +prophtisasses +prophtisassiez +prophtisassions +prophtismes +prophtist +prophtistes +prophtise +prophtisent +prophtiser +prophtisera +prophtiserai +prophtiseraient +prophtiserais +prophtiserait +prophtiseras +prophtiserez +prophtiseriez +prophtiserions +prophtiserons +prophtiseront +prophtises +prophtisez +prophtis +prophtise +prophtises +prophtiss +prophtisrent +prophtisiez +prophtisions +prophtisons +prophte +prophtes +prophylactique +prophylactiques +prophylaxie +prophylaxies +propice +propices +propitiatoire +propitiatoires +proportion +proportionna +proportionnai +proportionnaient +proportionnais +proportionnait +proportionnalit +proportionnalits +proportionnant +proportionnas +proportionnasse +proportionnassent +proportionnasses +proportionnassiez +proportionnassions +proportionnmes +proportionnt +proportionntes +proportionne +proportionnel +proportionnelle +proportionnellement +proportionnelles +proportionnels +proportionnent +proportionner +proportionnera +proportionnerai +proportionneraient +proportionnerais +proportionnerait +proportionneras +proportionnerez +proportionneriez +proportionnerions +proportionnerons +proportionneront +proportionnes +proportionnez +proportionn +proportionne +proportionnes +proportionns +proportionnrent +proportionniez +proportionnions +proportionnons +proportions +propos +proposa +proposai +proposaient +proposais +proposait +proposant +proposas +proposasse +proposassent +proposasses +proposassiez +proposassions +proposmes +propost +propostes +propose +proposent +proposer +proposera +proposerai +proposeraient +proposerais +proposerait +proposeras +proposerez +proposeriez +proposerions +proposerons +proposeront +proposes +proposez +propos +propose +proposes +proposs +proposrent +proposiez +proposions +proposition +propositions +proposons +propre +proprement +propres +propret +propret +proprets +proprets +proprette +proprettes +propritaire +propritaires +proprit +proprits +propulsa +propulsai +propulsaient +propulsais +propulsait +propulsant +propulsas +propulsasse +propulsassent +propulsasses +propulsassiez +propulsassions +propulsmes +propulst +propulstes +propulse +propulsent +propulser +propulsera +propulserai +propulseraient +propulserais +propulserait +propulseras +propulserez +propulseriez +propulserions +propulserons +propulseront +propulses +propulseur +propulseure +propulseures +propulseurs +propulsez +propuls +propulse +propulses +propulss +propulsrent +propulsiez +propulsion +propulsions +propulsons +propyle +propyles +propylne +prorata +prorogation +prorogations +proroge +prorogea +prorogeai +prorogeaient +prorogeais +prorogeait +prorogeant +prorogeas +prorogeasse +prorogeassent +prorogeasses +prorogeassiez +prorogeassions +prorogemes +proroget +prorogetes +prorogent +prorogeons +proroger +prorogera +prorogerai +prorogeraient +prorogerais +prorogerait +prorogeras +prorogerez +prorogeriez +prorogerions +prorogerons +prorogeront +proroges +prorogez +prorog +proroge +proroges +prorogs +prorogrent +prorogiez +prorogions +prosaque +prosaquement +prosaques +prosasme +prosateur +prosateurs +proscenium +prosceniums +proscription +proscriptions +proscrira +proscrirai +proscriraient +proscrirais +proscrirait +proscriras +proscrire +proscrirez +proscririez +proscririons +proscrirons +proscriront +proscris +proscrisse +proscrissent +proscrisses +proscrissiez +proscrissions +proscrit +proscrite +proscrites +proscrits +proscrivaient +proscrivais +proscrivait +proscrivant +proscrive +proscrivent +proscrives +proscrivez +proscriviez +proscrivions +proscrivirent +proscrivis +proscrivit +proscrivmes +proscrivtes +proscrivons +proscrt +prose +proses +proslyte +proslytes +proslytisme +prosodie +prosodies +prosodique +prosodiques +prospecta +prospectai +prospectaient +prospectais +prospectait +prospectant +prospectas +prospectasse +prospectassent +prospectasses +prospectassiez +prospectassions +prospectmes +prospectt +prospecttes +prospecte +prospectent +prospecter +prospectera +prospecterai +prospecteraient +prospecterais +prospecterait +prospecteras +prospecterez +prospecteriez +prospecterions +prospecterons +prospecteront +prospectes +prospecteur +prospecteurs +prospectez +prospect +prospecte +prospectes +prospects +prospectrent +prospectiez +prospection +prospections +prospective +prospectives +prospectons +prospectus +prospra +prosprai +prospraient +prosprais +prosprait +prosprant +prospras +prosprasse +prosprassent +prosprasses +prosprassiez +prosprassions +prosprmes +prosprt +prosprtes +prosprer +prosprera +prosprerai +prospreraient +prosprerais +prosprerait +prospreras +prosprerez +prospreriez +prosprerions +prosprerons +prospreront +prosprez +prospr +prospre +prospres +prosprs +prosprrent +prospriez +prosprions +prosprit +prosprits +prosprons +prospre +prosprent +prospres +prostate +prostates +prosterna +prosternai +prosternaient +prosternais +prosternait +prosternant +prosternas +prosternasse +prosternassent +prosternasses +prosternassiez +prosternassions +prosternation +prosternations +prosternmes +prosternt +prosterntes +prosterne +prosternement +prosternements +prosternent +prosterner +prosternera +prosternerai +prosterneraient +prosternerais +prosternerait +prosterneras +prosternerez +prosterneriez +prosternerions +prosternerons +prosterneront +prosternes +prosternez +prostern +prosterne +prosternes +prosterns +prosternrent +prosterniez +prosternions +prosternons +prostitua +prostituai +prostituaient +prostituais +prostituait +prostituant +prostituas +prostituasse +prostituassent +prostituasses +prostituassiez +prostituassions +prostitumes +prostitut +prostitutes +prostitue +prostituent +prostituer +prostituera +prostituerai +prostitueraient +prostituerais +prostituerait +prostitueras +prostituerez +prostitueriez +prostituerions +prostituerons +prostitueront +prostitues +prostituez +prostitu +prostitue +prostitues +prostitus +prostiturent +prostituiez +prostituions +prostituons +prostitution +prostitutions +prostration +prostrations +prostr +prostre +prostres +prostrs +protagoniste +protagonistes +prote +protecteur +protecteurs +protection +protectionnisme +protectionniste +protectionnistes +protections +protectorat +protectorats +protectrice +protectrices +protes +protesta +protestai +protestaient +protestais +protestait +protestant +protestante +protestantes +protestantisme +protestants +protestas +protestasse +protestassent +protestasses +protestassiez +protestassions +protestataire +protestataires +protestation +protestations +protestmes +protestt +protesttes +proteste +protestent +protester +protestera +protesterai +protesteraient +protesterais +protesterait +protesteras +protesterez +protesteriez +protesterions +protesterons +protesteront +protestes +protestez +protest +proteste +protestes +protests +protestrent +protestiez +protestions +protestons +prote +protes +protge +protgea +protgeai +protgeaient +protgeais +protgeait +protgeant +protgeas +protgeasse +protgeassent +protgeasses +protgeassiez +protgeassions +protgemes +protget +protgetes +protgeons +protger +protgera +protgerai +protgeraient +protgerais +protgerait +protgeras +protgerez +protgeriez +protgerions +protgerons +protgeront +protgez +protg +protge +protges +protgs +protgrent +protgiez +protgions +protgons +protiforme +protiformes +protine +protines +protge +protgent +protges +prott +protts +prothse +prothses +protides +protocolaire +protocolaires +protocole +protocoles +protohistoire +proton +protons +protoplasme +prototype +prototypes +protoxyde +protoxydes +protozoaires +protubrance +protubrances +protubrant +protubrante +protubrantes +protubrants +proue +proues +prouesse +prouesses +prouva +prouvable +prouvables +prouvai +prouvaient +prouvais +prouvait +prouvant +prouvas +prouvasse +prouvassent +prouvasses +prouvassiez +prouvassions +prouvmes +prouvt +prouvtes +prouve +prouvent +prouver +prouvera +prouverai +prouveraient +prouverais +prouverait +prouveras +prouverez +prouveriez +prouverions +prouverons +prouveront +prouves +prouvez +prouv +prouve +prouves +prouvs +prouvrent +prouviez +prouvions +prouvons +provenaient +provenais +provenait +provenance +provenances +provenant +provence +provences +provenal +provenale +provenales +provenaux +provende +provendes +provenez +proveniez +provenions +provenir +provenons +provenu +provenue +provenues +provenus +proverbe +proverbes +proverbial +proverbiale +proverbialement +proverbiales +proverbiaux +providence +providences +providentiel +providentielle +providentiellement +providentielles +providentiels +proviendra +proviendrai +proviendraient +proviendrais +proviendrait +proviendras +proviendrez +proviendriez +proviendrions +proviendrons +proviendront +provienne +proviennent +proviennes +proviens +provient +provigna +provignai +provignaient +provignais +provignait +provignant +provignas +provignasse +provignassent +provignasses +provignassiez +provignassions +provignmes +provignt +provigntes +provigne +provignent +provigner +provignera +provignerai +provigneraient +provignerais +provignerait +provigneras +provignerez +provigneriez +provignerions +provignerons +provigneront +provignes +provignez +provign +provigne +provignes +provigns +provignrent +provigniez +provignions +provignons +province +provinces +provincial +provinciale +provinciales +provincialisme +provincialismes +provinciaux +provinrent +provins +provinsse +provinssent +provinsses +provinssiez +provinssions +provint +proviseur +proviseurs +provision +provisionnel +provisionnelle +provisionnelles +provisionnels +provisions +provisoire +provisoirement +provisoires +provnmes +provnt +provntes +provocant +provocante +provocantes +provocants +provocateur +provocateurs +provocation +provocations +provocatrice +provocatrices +provoqua +provoquai +provoquaient +provoquais +provoquait +provoquant +provoquas +provoquasse +provoquassent +provoquasses +provoquassiez +provoquassions +provoqumes +provoqut +provoqutes +provoque +provoquent +provoquer +provoquera +provoquerai +provoqueraient +provoquerais +provoquerait +provoqueras +provoquerez +provoqueriez +provoquerions +provoquerons +provoqueront +provoques +provoquez +provoqu +provoque +provoques +provoqus +provoqurent +provoquiez +provoquions +provoquons +proximal +proximale +proximales +proximaux +proximit +proximits +prna +prnai +prnaient +prnais +prnait +prnant +prnas +prnasse +prnassent +prnasses +prnassiez +prnassions +prnmes +prnt +prntes +prne +prnent +prner +prnera +prnerai +prneraient +prnerais +prnerait +prneras +prnerez +prneriez +prnerions +prnerons +prneront +prnes +prnez +prn +prne +prnes +prns +prnrent +prniez +prnions +prnons +prud +prude +prudemment +prudence +prudences +prudent +prudente +prudentes +prudents +pruderie +pruderies +prudes +prudhommesque +prudhommesques +prune +pruneau +pruneaux +prunelle +prunelles +prunellier +prunelliers +prunes +prunier +pruniers +prurigo +prurit +prusse +prussien +prussienne +prussiennes +prussiens +prussique +prussiques +prytane +prytanes +psalmiste +psalmistes +psalmodia +psalmodiai +psalmodiaient +psalmodiais +psalmodiait +psalmodiant +psalmodias +psalmodiasse +psalmodiassent +psalmodiasses +psalmodiassiez +psalmodiassions +psalmodimes +psalmodit +psalmodites +psalmodie +psalmodient +psalmodier +psalmodiera +psalmodierai +psalmodieraient +psalmodierais +psalmodierait +psalmodieras +psalmodierez +psalmodieriez +psalmodierions +psalmodierons +psalmodieront +psalmodies +psalmodiez +psalmodi +psalmodie +psalmodies +psalmodis +psalmodirent +psalmodiiez +psalmodiions +psalmodions +psaume +psaumes +psautier +psautiers +pseudo +pseudonyme +pseudonymes +psitt +psychanalyse +psychanalyses +psychanalyste +psychanalystes +psych +psychdlique +psychdliques +psychdlisme +psychs +psychiatre +psychiatres +psychiatrie +psychiatrique +psychiatriques +psychique +psychiquement +psychiques +psychisme +psychologie +psychologique +psychologiquement +psychologiques +psychologue +psychologues +psychose +psychoses +psychosomatique +psychosomatiques +psychothrapie +psychothrapies +ptse +ptses +pu +pua +puai +puaient +puais +puait +puant +puante +puantes +puanteur +puanteurs +puants +puas +puasse +puassent +puasses +puassiez +puassions +pumes +put +putes +pub +pubert +puberts +pubre +pubres +pubis +publia +publiai +publiaient +publiais +publiait +publiant +publias +publiasse +publiassent +publiasses +publiassiez +publiassions +publimes +publit +publites +public +publication +publications +publiciste +publicistes +publicitaire +publicitaires +publicit +publicits +publics +publie +publient +publier +publiera +publierai +publieraient +publierais +publierait +publieras +publierez +publieriez +publierions +publierons +publieront +publies +publiez +publi +publie +publies +publis +publirent +publiiez +publiions +publions +publique +publiquement +publiques +pubs +puce +puceau +puceaux +pucelle +pucelles +puceron +pucerons +puces +pudding +puddings +puddla +puddlage +puddlages +puddlai +puddlaient +puddlais +puddlait +puddlant +puddlas +puddlasse +puddlassent +puddlasses +puddlassiez +puddlassions +puddlmes +puddlt +puddltes +puddle +puddlent +puddler +puddlera +puddlerai +puddleraient +puddlerais +puddlerait +puddleras +puddlerez +puddleriez +puddlerions +puddlerons +puddleront +puddles +puddlez +puddl +puddle +puddles +puddls +puddlrent +puddliez +puddlions +puddlons +pudeur +pudeurs +pudibond +pudibonde +pudibonderie +pudibonderies +pudibondes +pudibonds +pudicit +pudicits +pudique +pudiquement +pudiques +pue +puent +puer +puera +puerai +pueraient +puerais +puerait +pueras +puerez +pueriez +puerions +puerons +pueront +puerpral +puerprale +puerprales +puerpraux +pues +puez +pu +pue +pues +puricultrice +puricultrices +puriculture +puricultures +puril +purile +purilement +puriles +purilit +purilits +purils +pus +purent +pugilat +pugilats +pugiliste +pugilistes +puiez +puin +puine +puines +puins +puions +puis +puisa +puisage +puisages +puisai +puisaient +puisais +puisait +puisant +puisard +puisards +puisas +puisasse +puisassent +puisasses +puisassiez +puisassions +puisatier +puisatiers +puismes +puist +puistes +puise +puisement +puisements +puisent +puiser +puisera +puiserai +puiseraient +puiserais +puiserait +puiseras +puiserez +puiseriez +puiserions +puiserons +puiseront +puises +puisez +puis +puise +puises +puiss +puisrent +puisiez +puisions +puisons +puisqu +puisque +puissamment +puissance +puissances +puissant +puissante +puissantes +puissants +puisse +puissent +puisses +puissiez +puissions +puits +pun +pune +punes +puns +pull +pulls +pullula +pullulai +pullulaient +pullulais +pullulait +pullulant +pullulas +pullulasse +pullulassent +pullulasses +pullulassiez +pullulassions +pullulation +pullulations +pullulmes +pullult +pullultes +pullule +pullulent +pulluler +pullulera +pullulerai +pulluleraient +pullulerais +pullulerait +pulluleras +pullulerez +pulluleriez +pullulerions +pullulerons +pulluleront +pullules +pullulez +pullul +pullule +pullules +pulluls +pullulrent +pulluliez +pullulions +pullulons +pulmonaire +pulmonaires +pulpe +pulpes +pulpeuse +pulpeuses +pulpeux +pulsation +pulsations +pulse +pulsion +pulsions +pulvrisa +pulvrisai +pulvrisaient +pulvrisais +pulvrisait +pulvrisant +pulvrisas +pulvrisasse +pulvrisassent +pulvrisasses +pulvrisassiez +pulvrisassions +pulvrisateur +pulvrisateurs +pulvrisation +pulvrisations +pulvrismes +pulvrist +pulvristes +pulvrise +pulvrisent +pulvriser +pulvrisera +pulvriserai +pulvriseraient +pulvriserais +pulvriserait +pulvriseras +pulvriserez +pulvriseriez +pulvriserions +pulvriserons +pulvriseront +pulvrises +pulvrisez +pulvris +pulvrise +pulvrises +pulvriss +pulvrisrent +pulvrisiez +pulvrisions +pulvrisons +pulvrulent +pulvrulente +pulvrulentes +pulvrulents +puma +pumas +punaise +punaises +punch +puni +punie +punies +punique +puniques +punir +punira +punirai +puniraient +punirais +punirait +puniras +punirent +punirez +puniriez +punirions +punirons +puniront +punis +punissable +punissables +punissaient +punissais +punissait +punissant +punisse +punissent +punisses +punissez +punissiez +punissions +punissons +punit +punition +punitions +punmes +punt +puntes +puons +pupillaire +pupillaires +pupille +pupilles +pupitre +pupitres +pur +pure +purement +purent +pures +puret +purets +pure +pures +purgatif +purgatifs +purgative +purgatives +purgatoire +purge +purgea +purgeai +purgeaient +purgeais +purgeait +purgeant +purgeas +purgeasse +purgeassent +purgeasses +purgeassiez +purgeassions +purgemes +purget +purgetes +purgent +purgeons +purger +purgera +purgerai +purgeraient +purgerais +purgerait +purgeras +purgerez +purgeriez +purgerions +purgerons +purgeront +purges +purgeur +purgeurs +purgez +purg +purge +purges +purgs +purgrent +purgiez +purgions +purifia +purifiai +purifiaient +purifiais +purifiait +purifiant +purifias +purifiasse +purifiassent +purifiasses +purifiassiez +purifiassions +purifimes +purifit +purifites +purificateur +purificateurs +purification +purifications +purificatrice +purificatrices +purifie +purifient +purifier +purifiera +purifierai +purifieraient +purifierais +purifierait +purifieras +purifierez +purifieriez +purifierions +purifierons +purifieront +purifies +purifiez +purifi +purifie +purifies +purifis +purifirent +purifiiez +purifiions +purifions +purin +purins +purisme +purismes +puriste +puristes +puritain +puritaine +puritaines +puritains +puritanisme +purpurin +purpurine +purpurines +purpurins +purs +purulence +purulences +purulent +purulente +purulentes +purulents +pus +pusillanime +pusillanimes +pusillanimit +pusillanimits +pusse +pussent +pusses +pussiez +pussions +pustule +pustules +pustuleuse +pustuleuses +pustuleux +put +putain +putains +putatif +putatifs +putative +putatives +pute +putes +putois +putrescible +putrescibles +putrfaction +putrfactions +putrfia +putrfiai +putrfiaient +putrfiais +putrfiait +putrfiant +putrfias +putrfiasse +putrfiassent +putrfiasses +putrfiassiez +putrfiassions +putrfimes +putrfit +putrfites +putrfie +putrfient +putrfier +putrfiera +putrfierai +putrfieraient +putrfierais +putrfierait +putrfieras +putrfierez +putrfieriez +putrfierions +putrfierons +putrfieront +putrfies +putrfiez +putrfi +putrfie +putrfies +putrfis +putrfirent +putrfiiez +putrfiions +putrfions +putride +putrides +putridit +putridits +putsch +puy +puys +puzzle +puzzles +pmes +pt +ptes +pygme +pygmes +pyjama +pyjamas +pylore +pylores +pylne +pylnes +pyramidal +pyramidale +pyramidales +pyramidaux +pyramide +pyramides +pyrnes +pyrthre +pyrite +pyrogravure +pyrogravures +pyromane +pyromanes +pyromanie +pyromanies +pyrotechnie +pyrotechnique +pyrotechniques +pythagoricien +pythagoricienne +pythagoriciennes +pythagoriciens +pythagorisme +pythie +pythique +pythiques +python +pythonisse +pythonisses +pythons +q +qu +qua +quadragnaire +quadragnaires +quadrangulaire +quadrangulaires +quadrant +quadrants +quadratique +quadratiques +quadrature +quadratures +quadriennal +quadriennale +quadriennales +quadriennaux +quadrige +quadriges +quadrilatral +quadrilatrale +quadrilatrales +quadrilatraux +quadrilatre +quadrilatres +quadrilla +quadrillage +quadrillages +quadrillai +quadrillaient +quadrillais +quadrillait +quadrillant +quadrillas +quadrillasse +quadrillassent +quadrillasses +quadrillassiez +quadrillassions +quadrillmes +quadrillt +quadrilltes +quadrille +quadrillent +quadriller +quadrillera +quadrillerai +quadrilleraient +quadrillerais +quadrillerait +quadrilleras +quadrillerez +quadrilleriez +quadrillerions +quadrillerons +quadrilleront +quadrilles +quadrillez +quadrill +quadrille +quadrillee +quadrills +quadrillrent +quadrilliez +quadrillions +quadrillons +quadripartite +quadripartites +quadrisyllabique +quadrisyllabiques +quadrumane +quadrumanes +quadrupde +quadrupdes +quadrupla +quadruplai +quadruplaient +quadruplais +quadruplait +quadruplant +quadruplas +quadruplasse +quadruplassent +quadruplasses +quadruplassiez +quadruplassions +quadruplmes +quadruplt +quadrupltes +quadruple +quadruplent +quadrupler +quadruplera +quadruplerai +quadrupleraient +quadruplerais +quadruplerait +quadrupleras +quadruplerez +quadrupleriez +quadruplerions +quadruplerons +quadrupleront +quadruples +quadruplez +quadrupl +quadruple +quadruples +quadrupls +quadruplrent +quadrupliez +quadruplions +quadruplons +quai +quais +quaker +quakeresse +quakeresses +quakers +qualifia +qualifiable +qualifiables +qualifiai +qualifiaient +qualifiais +qualifiait +qualifiant +qualifias +qualifiasse +qualifiassent +qualifiasses +qualifiassiez +qualifiassions +qualifimes +qualifit +qualifites +qualificatif +qualificatifs +qualification +qualifications +qualificative +qualificatives +qualifie +qualifient +qualifier +qualifiera +qualifierai +qualifieraient +qualifierais +qualifierait +qualifieras +qualifierez +qualifieriez +qualifierions +qualifierons +qualifieront +qualifies +qualifiez +qualifi +qualifie +qualifies +qualifis +qualifirent +qualifiiez +qualifiions +qualifions +qualitatif +qualitatifs +qualitative +qualitativement +qualitatives +qualit +qualits +quand +quant +quanta +quantime +quantique +quantiques +quantitatif +quantitatifs +quantitative +quantitativement +quantitatives +quantit +quantits +quantum +quarantaine +quarantaines +quarante +quarantime +quarantimes +quart +quartaut +quartauts +quarte +quarteron +quarteronne +quarteronnes +quarterons +quartes +quartette +quartettes +quartier +quartiers +quarto +quarts +quartz +quartzeuse +quartzeuses +quartzeux +quasi +quasiment +quasis +quater +quaternaire +quaternaires +quatorze +quatorzime +quatorzimes +quatrain +quatrains +quatre +quatres +quatrime +quatrimement +quatrimes +quatuor +quatuors +que +quel +quelconque +quelconques +quelle +quelles +quelqu +quelque +quelquefois +quelques +quels +quenelle +quenelles +quenotte +quenottes +quenouille +quenouilles +querella +querellai +querellaient +querellais +querellait +querellant +querellas +querellasse +querellassent +querellasses +querellassiez +querellassions +querellmes +querellt +querelltes +querelle +querellent +quereller +querellera +querellerai +querelleraient +querellerais +querellerait +querelleras +querellerez +querelleriez +querellerions +querellerons +querelleront +querelles +querelleur +querelleurs +querelleuse +querelleuses +querellez +querell +querelle +querelles +querells +querellrent +querelliez +querellions +querellons +querir +questeur +questeurs +question +questionna +questionnai +questionnaient +questionnaire +questionnaires +questionnais +questionnait +questionnant +questionnas +questionnasse +questionnassent +questionnasses +questionnassiez +questionnassions +questionnmes +questionnt +questionntes +questionne +questionnent +questionner +questionnera +questionnerai +questionneraient +questionnerais +questionnerait +questionneras +questionnerez +questionneriez +questionnerions +questionnerons +questionneront +questionnes +questionneur +questionneurs +questionneuse +questionneuses +questionnez +questionn +questionne +questionnes +questionns +questionnrent +questionniez +questionnions +questionnons +questions +questure +questures +quetsche +quetsches +queue +queues +queuta +queutai +queutaient +queutais +queutait +queutant +queutas +queutasse +queutassent +queutasses +queutassiez +queutassions +queutmes +queutt +queuttes +queute +queutent +queuter +queutera +queuterai +queuteraient +queuterais +queuterait +queuteras +queuterez +queuteriez +queuterions +queuterons +queuteront +queutes +queutez +queut +queute +queutes +queuts +queutrent +queutiez +queutions +queutons +queux +qubec +qubequois +qubequoise +qubequoises +qumanda +qumandai +qumandaient +qumandais +qumandait +qumandant +qumandas +qumandasse +qumandassent +qumandasses +qumandassiez +qumandassions +qumandmes +qumandt +qumandtes +qumande +qumandent +qumander +qumandera +qumanderai +qumanderaient +qumanderais +qumanderait +qumanderas +qumanderez +qumanderiez +qumanderions +qumanderons +qumanderont +qumandes +qumandeur +qumandeurs +qumandeuse +qumandeuses +qumandez +qumand +qumande +qumandes +qumands +qumandrent +qumandiez +qumandions +qumandons +qurir +quta +qutai +qutaient +qutais +qutait +qutant +qutas +qutasse +qutassent +qutasses +qutassiez +qutassions +qutmes +qutt +quttes +qute +qutent +quter +qutera +quterai +quteraient +quterais +quterait +quteras +quterez +quteriez +quterions +quterons +quteront +qutes +quteur +quteurs +quteuse +quteuses +qutez +qut +qute +qutes +quts +qutrent +qutiez +qutions +qutons +qui +quia +quiche +quiches +quiconque +quidam +quidams +quitisme +quitiste +quitistes +quitude +quitudes +quignon +quignons +quille +quilles +quillon +quillons +quincaillerie +quincailleries +quincaillier +quincailliere +quincaillieres +quincailliers +quinconce +quinconces +quinine +quinquagnaire +quinquagnaires +quinquennal +quinquennale +quinquennales +quinquennaux +quinquet +quinquets +quinquina +quinquinas +quintal +quintals +quinte +quintes +quintessence +quintessences +quintette +quintettes +quinteuse +quinteuses +quinteux +quinto +quintupla +quintuplai +quintuplaient +quintuplais +quintuplait +quintuplant +quintuplas +quintuplasse +quintuplassent +quintuplasses +quintuplassiez +quintuplassions +quintuplmes +quintuplt +quintupltes +quintuple +quintuplent +quintupler +quintuplera +quintuplerai +quintupleraient +quintuplerais +quintuplerait +quintupleras +quintuplerez +quintupleriez +quintuplerions +quintuplerons +quintupleront +quintuples +quintuplez +quintupl +quintuple +quintuples +quintupls +quintuplrent +quintupliez +quintuplions +quintuplons +quinzaine +quinzaines +quinze +quinzes +quinzime +quinzimes +quiproquo +quitta +quittai +quittaient +quittais +quittait +quittance +quittances +quittant +quittas +quittasse +quittassent +quittasses +quittassiez +quittassions +quittmes +quittt +quitttes +quitte +quittent +quitter +quittera +quitterai +quitteraient +quitterais +quitterait +quitteras +quitterez +quitteriez +quitterions +quitterons +quitteront +quittes +quittez +quitt +quitte +quittes +quitts +quittrent +quittiez +quittions +quittons +quitus +quo +quoi +quoiqu +quoique +quolibet +quolibets +quorum +quorums +quote +quotes +quotidien +quotidienne +quotidiennement +quotidiennes +quotidiens +quotient +quotients +quotit +quotits +r +rabais +rabaissa +rabaissai +rabaissaient +rabaissais +rabaissait +rabaissant +rabaissas +rabaissasse +rabaissassent +rabaissasses +rabaissassiez +rabaissassions +rabaissmes +rabaisst +rabaisstes +rabaisse +rabaissent +rabaisser +rabaissera +rabaisserai +rabaisseraient +rabaisserais +rabaisserait +rabaisseras +rabaisserez +rabaisseriez +rabaisserions +rabaisserons +rabaisseront +rabaisses +rabaissez +rabaiss +rabaisse +rabaisses +rabaisss +rabaissrent +rabaissiez +rabaissions +rabaissons +rabane +rabat +rabats +rabattage +rabattages +rabattaient +rabattais +rabattait +rabattant +rabatte +rabattement +rabattements +rabattent +rabattes +rabatteur +rabatteurs +rabattez +rabattiez +rabattions +rabattirent +rabattis +rabattisse +rabattissent +rabattisses +rabattissiez +rabattissions +rabattit +rabattmes +rabattt +rabatttes +rabattons +rabattra +rabattrai +rabattraient +rabattrais +rabattrait +rabattras +rabattre +rabattrez +rabattriez +rabattrions +rabattrons +rabattront +rabattu +rabattue +rabattues +rabattus +rabcha +rabchage +rabchages +rabchai +rabchaient +rabchais +rabchait +rabchant +rabchas +rabchasse +rabchassent +rabchasses +rabchassiez +rabchassions +rabchmes +rabcht +rabchtes +rabche +rabchent +rabcher +rabchera +rabcherai +rabcheraient +rabcherais +rabcherait +rabcheras +rabcherez +rabcheriez +rabcherions +rabcherons +rabcheront +rabches +rabcheur +rabcheurs +rabcheuse +rabcheuses +rabchez +rabch +rabche +rabches +rabchs +rabchrent +rabchiez +rabchions +rabchons +rabbin +rabbinique +rabbiniques +rabbins +rabelais +rabelaisien +rabelaisienne +rabelaisiennes +rabelaisiens +rabibocha +rabibochai +rabibochaient +rabibochais +rabibochait +rabibochant +rabibochas +rabibochasse +rabibochassent +rabibochasses +rabibochassiez +rabibochassions +rabibochmes +rabibocht +rabibochtes +rabiboche +rabibochent +rabibocher +rabibochera +rabibocherai +rabibocheraient +rabibocherais +rabibocherait +rabibocheras +rabibocherez +rabibocheriez +rabibocherions +rabibocherons +rabibocheront +rabiboches +rabibochez +rabiboch +rabiboche +rabiboches +rabibochs +rabibochrent +rabibochiez +rabibochions +rabibochons +rabiot +rabiots +rabique +rabiques +rabot +rabota +rabotage +rabotages +rabotai +rabotaient +rabotais +rabotait +rabotant +rabotas +rabotasse +rabotassent +rabotasses +rabotassiez +rabotassions +rabotmes +rabott +rabottes +rabote +rabotent +raboter +rabotera +raboterai +raboteraient +raboterais +raboterait +raboteras +raboterez +raboteriez +raboterions +raboterons +raboteront +rabotes +raboteur +raboteurs +raboteuse +raboteuses +raboteux +rabotez +rabot +rabote +rabotes +rabots +rabotrent +rabotiez +rabotions +rabotons +rabots +rabougri +rabougrie +rabougries +rabougris +rabouta +raboutai +raboutaient +raboutais +raboutait +raboutant +raboutas +raboutasse +raboutassent +raboutasses +raboutassiez +raboutassions +raboutmes +raboutt +rabouttes +raboute +raboutent +rabouter +raboutera +rabouterai +rabouteraient +rabouterais +rabouterait +rabouteras +rabouterez +rabouteriez +rabouterions +rabouterons +rabouteront +raboutes +raboutez +rabout +raboute +raboutes +rabouts +raboutrent +rabouti +raboutie +rabouties +raboutiez +raboutions +raboutir +raboutira +raboutirai +raboutiraient +raboutirais +raboutirait +raboutiras +raboutirent +raboutirez +raboutiriez +raboutirions +raboutirons +raboutiront +raboutis +raboutissaient +raboutissais +raboutissait +raboutissant +raboutisse +raboutissent +raboutisses +raboutissez +raboutissiez +raboutissions +raboutissons +raboutit +raboutmes +raboutt +rabouttes +raboutons +rabroua +rabrouai +rabrouaient +rabrouais +rabrouait +rabrouant +rabrouas +rabrouasse +rabrouassent +rabrouasses +rabrouassiez +rabrouassions +rabroumes +rabrout +rabroutes +rabroue +rabrouent +rabrouer +rabrouera +rabrouerai +rabroueraient +rabrouerais +rabrouerait +rabroueras +rabrouerez +rabroueriez +rabrouerions +rabrouerons +rabroueront +rabroues +rabrouez +rabrou +rabroue +rabroues +rabrous +rabrourent +rabrouiez +rabrouions +rabrouons +racaille +racailles +raccommoda +raccommodable +raccommodables +raccommodage +raccommodages +raccommodai +raccommodaient +raccommodais +raccommodait +raccommodant +raccommodas +raccommodasse +raccommodassent +raccommodasses +raccommodassiez +raccommodassions +raccommodmes +raccommodt +raccommodtes +raccommode +raccommodement +raccommodements +raccommodent +raccommoder +raccommodera +raccommoderai +raccommoderaient +raccommoderais +raccommoderait +raccommoderas +raccommoderez +raccommoderiez +raccommoderions +raccommoderons +raccommoderont +raccommodes +raccommodeur +raccommodeurs +raccommodeuse +raccommodeuses +raccommodez +raccommod +raccommode +raccommodes +raccommods +raccommodrent +raccommodiez +raccommodions +raccommodons +raccord +raccorda +raccordai +raccordaient +raccordais +raccordait +raccordant +raccordas +raccordasse +raccordassent +raccordasses +raccordassiez +raccordassions +raccordmes +raccordt +raccordtes +raccorde +raccordement +raccordements +raccordent +raccorder +raccordera +raccorderai +raccorderaient +raccorderais +raccorderait +raccorderas +raccorderez +raccorderiez +raccorderions +raccorderons +raccorderont +raccordes +raccordez +raccord +raccorde +raccordes +raccords +raccordrent +raccordiez +raccordions +raccordons +raccords +raccourci +raccourcie +raccourcies +raccourcir +raccourcira +raccourcirai +raccourciraient +raccourcirais +raccourcirait +raccourciras +raccourcirent +raccourcirez +raccourciriez +raccourcirions +raccourcirons +raccourciront +raccourcis +raccourcissaient +raccourcissais +raccourcissait +raccourcissant +raccourcisse +raccourcissement +raccourcissements +raccourcissent +raccourcisses +raccourcissez +raccourcissiez +raccourcissions +raccourcissons +raccourcit +raccourcmes +raccourct +raccourctes +raccroc +raccrocha +raccrochage +raccrochages +raccrochai +raccrochaient +raccrochais +raccrochait +raccrochant +raccrochas +raccrochasse +raccrochassent +raccrochasses +raccrochassiez +raccrochassions +raccrochmes +raccrocht +raccrochtes +raccroche +raccrochent +raccrocher +raccrochera +raccrocherai +raccrocheraient +raccrocherais +raccrocherait +raccrocheras +raccrocherez +raccrocheriez +raccrocherions +raccrocherons +raccrocheront +raccroches +raccrochez +raccroch +raccroche +raccroches +raccrochs +raccrochrent +raccrochiez +raccrochions +raccrochons +raccrocs +race +races +rac +race +races +racs +rachat +rachats +racheta +rachetable +rachetables +rachetai +rachetaient +rachetais +rachetait +rachetant +rachetas +rachetasse +rachetassent +rachetasses +rachetassiez +rachetassions +rachetmes +rachett +rachettes +racheter +rachetez +rachet +rachete +rachetes +rachets +rachetrent +rachetiez +rachetions +rachetons +rachte +rachtent +rachtera +rachterai +rachteraient +rachterais +rachterait +rachteras +rachterez +rachteriez +rachterions +rachterons +rachteront +rachtes +rachidien +rachidienne +rachidiennes +rachidiens +rachis +rachitique +rachitiques +rachitisme +racial +raciale +raciales +raciaux +racine +racines +racisme +racismes +raciste +racistes +racket extorsion +rackets extorsion +racketteur +racketteurs +racla +raclage +raclages +raclai +raclaient +raclais +raclait +raclant +raclas +raclasse +raclassent +raclasses +raclassiez +raclassions +raclmes +raclt +racltes +racle +raclent +racler +raclera +raclerai +racleraient +raclerais +raclerait +racleras +raclerez +racleriez +raclerions +raclerons +racleront +racles +raclette +raclettes +raclez +racl +racle +racles +racls +raclrent +racliez +raclions +racloir +racloirs +raclons +raclure +raclures +racola +racolage +racolages +racolai +racolaient +racolais +racolait +racolant +racolas +racolasse +racolassent +racolasses +racolassiez +racolassions +racolmes +racolt +racoltes +racole +racolent +racoler +racolera +racolerai +racoleraient +racolerais +racolerait +racoleras +racolerez +racoleriez +racolerions +racolerons +racoleront +racoles +racoleur +racoleurs +racoleuse +racoleuses +racolez +racol +racole +racoles +racols +racolrent +racoliez +racolions +racolons +raconta +racontai +racontaient +racontais +racontait +racontant +racontar +racontars +racontas +racontasse +racontassent +racontasses +racontassiez +racontassions +racontmes +racontt +raconttes +raconte +racontent +raconter +racontera +raconterai +raconteraient +raconterais +raconterait +raconteras +raconterez +raconteriez +raconterions +raconterons +raconteront +racontes +racontez +racont +raconte +racontes +raconts +racontrent +racontiez +racontions +racontons +racorni +racornie +racornies +racornir +racornira +racornirai +racorniraient +racornirais +racornirait +racorniras +racornirent +racornirez +racorniriez +racornirions +racornirons +racorniront +racornis +racornissaient +racornissais +racornissait +racornissant +racornisse +racornissement +racornissements +racornissent +racornisses +racornissez +racornissiez +racornissions +racornissons +racornit +racornmes +racornt +racorntes +radar +radars +rade +radeau +radeaux +rades +radia +radiai +radiaient +radiais +radiait +radial +radiale +radiales +radian +radians +radiant +radias +radiasse +radiassent +radiasses +radiassiez +radiassions +radiateur +radiateurs +radiation +radiations +radiaux +radimes +radit +radites +radical +radicale +radicalement +radicales +radicalisme +radicaux +radicelle +radicelles +radie +radient +radier +radiera +radierai +radieraient +radierais +radierait +radieras +radierez +radieriez +radierions +radierons +radieront +radies +radiesthsie +radieuse +radieuses +radieux +radiez +radi +radie +radies +radis +radirent +radiiez +radiions +radin +radine +radines +radins +radio +radioactif +radioactifs +radioactive +radioactives +radioactivit +radiodiffusa +radiodiffusai +radiodiffusaient +radiodiffusais +radiodiffusait +radiodiffusant +radiodiffusas +radiodiffusasse +radiodiffusassent +radiodiffusasses +radiodiffusassiez +radiodiffusassions +radiodiffusmes +radiodiffust +radiodiffustes +radiodiffuse +radiodiffusent +radiodiffuser +radiodiffusera +radiodiffuserai +radiodiffuseraient +radiodiffuserais +radiodiffuserait +radiodiffuseras +radiodiffuserez +radiodiffuseriez +radiodiffuserions +radiodiffuserons +radiodiffuseront +radiodiffuses +radiodiffusez +radiodiffus +radiodiffuse +radiodiffuses +radiodiffuss +radiodiffusrent +radiodiffusiez +radiodiffusions +radiodiffusons +radiolectricit +radiographia +radiographiai +radiographiaient +radiographiais +radiographiait +radiographiant +radiographias +radiographiasse +radiographiassent +radiographiasses +radiographiassiez +radiographiassions +radiographimes +radiographit +radiographites +radiographie +radiographient +radiographier +radiographiera +radiographierai +radiographieraient +radiographierais +radiographierait +radiographieras +radiographierez +radiographieriez +radiographierions +radiographierons +radiographieront +radiographies +radiographiez +radiographi +radiographie +radiographies +radiographis +radiographirent +radiographiiez +radiographiions +radiographions +radiologie +radiologique +radiologiques +radiologue +radiologues +radions +radiophare +radiophares +radiophonie +radiophonique +radiophoniques +radioreportage +radioreportages +radios +radioscopie +radioscopies +radiotlegraphie +radiotlephonie +radiotlvis +radiotlvise +radiotlvises +radiotlviss +radiothrapie +radiothrapies +radis +radium +radiumthrapie +radiumthrapies +radius +radota +radotage +radotages +radotai +radotaient +radotais +radotait +radotant +radotas +radotasse +radotassent +radotasses +radotassiez +radotassions +radotmes +radott +radottes +radote +radotent +radoter +radotera +radoterai +radoteraient +radoterais +radoterait +radoteras +radoterez +radoteriez +radoterions +radoterons +radoteront +radotes +radoteur +radoteurs +radoteuse +radoteuses +radotez +radot +radote +radotes +radots +radotrent +radotiez +radotions +radotons +radoub +radouba +radoubai +radoubaient +radoubais +radoubait +radoubant +radoubas +radoubasse +radoubassent +radoubasses +radoubassiez +radoubassions +radoubmes +radoubt +radoubtes +radoube +radoubent +radouber +radoubera +radouberai +radouberaient +radouberais +radouberait +radouberas +radouberez +radouberiez +radouberions +radouberons +radouberont +radoubes +radoubez +radoub +radoube +radoubes +radoubs +radoubrent +radoubiez +radoubions +radoubons +radoubs +radouci +radoucie +radoucies +radoucir +radoucira +radoucirai +radouciraient +radoucirais +radoucirait +radouciras +radoucirent +radoucirez +radouciriez +radoucirions +radoucirons +radouciront +radoucis +radoucissaient +radoucissais +radoucissait +radoucissant +radoucisse +radoucissement +radoucissements +radoucissent +radoucisses +radoucissez +radoucissiez +radoucissions +radoucissons +radoucit +radoucmes +radouct +radouctes +raffale +raffales +raffermi +raffermie +raffermies +raffermir +raffermira +raffermirai +raffermiraient +raffermirais +raffermirait +raffermiras +raffermirent +raffermirez +raffermiriez +raffermirions +raffermirons +raffermiront +raffermis +raffermissaient +raffermissais +raffermissait +raffermissant +raffermisse +raffermissement +raffermissements +raffermissent +raffermisses +raffermissez +raffermissiez +raffermissions +raffermissons +raffermit +raffermmes +raffermt +raffermtes +raffina +raffinage +raffinages +raffinai +raffinaient +raffinais +raffinait +raffinant +raffinas +raffinasse +raffinassent +raffinasses +raffinassiez +raffinassions +raffinmes +raffint +raffintes +raffine +raffinement +raffinements +raffinent +raffiner +raffinera +raffinerai +raffineraient +raffinerais +raffinerait +raffineras +raffinerez +raffinerie +raffineries +raffineriez +raffinerions +raffinerons +raffineront +raffines +raffineur +raffineurs +raffineuse +raffineuses +raffinez +raffin +raffine +raffines +raffins +raffinrent +raffiniez +raffinions +raffinons +raffola +raffolai +raffolaient +raffolais +raffolait +raffolant +raffolas +raffolasse +raffolassent +raffolasses +raffolassiez +raffolassions +raffolmes +raffolt +raffoltes +raffole +raffolent +raffoler +raffolera +raffolerai +raffoleraient +raffolerais +raffolerait +raffoleras +raffolerez +raffoleriez +raffolerions +raffolerons +raffoleront +raffoles +raffolez +raffol +raffole +raffoles +raffols +raffolrent +raffoliez +raffolions +raffolons +raffut +raffuts +rafiot +rafiots +rafistola +rafistolage +rafistolages +rafistolai +rafistolaient +rafistolais +rafistolait +rafistolant +rafistolas +rafistolasse +rafistolassent +rafistolasses +rafistolassiez +rafistolassions +rafistolmes +rafistolt +rafistoltes +rafistole +rafistolent +rafistoler +rafistolera +rafistolerai +rafistoleraient +rafistolerais +rafistolerait +rafistoleras +rafistolerez +rafistoleriez +rafistolerions +rafistolerons +rafistoleront +rafistoles +rafistolez +rafistol +rafistole +rafistoles +rafistols +rafistolrent +rafistoliez +rafistolions +rafistolons +rafla +raflai +raflaient +raflais +raflait +raflant +raflas +raflasse +raflassent +raflasses +raflassiez +raflassions +raflmes +raflt +rafltes +rafle +rafler +raflera +raflerai +rafleraient +raflerais +raflerait +rafleras +raflerez +rafleriez +raflerions +raflerons +rafleront +rafles +raflez +rafl +rafle +rafles +rafls +raflrent +rafliez +raflions +raflons +rafrachi +rafrachie +rafrachies +rafrachir +rafrachira +rafrachirai +rafrachiraient +rafrachirais +rafrachirait +rafrachiras +rafrachirent +rafrachirez +rafrachiriez +rafrachirions +rafrachirons +rafrachiront +rafrachis +rafrachissaient +rafrachissais +rafrachissait +rafrachissant +rafrachisse +rafrachissement +rafrachissements +rafrachissent +rafrachisses +rafrachissez +rafrachissiez +rafrachissions +rafrachissons +rafrachit +rafrachmes +rafracht +rafrachtes +ragaillardi +ragaillardie +ragaillardies +ragaillardir +ragaillardira +ragaillardirai +ragaillardiraient +ragaillardirais +ragaillardirait +ragaillardiras +ragaillardirent +ragaillardirez +ragaillardiriez +ragaillardirions +ragaillardirons +ragaillardiront +ragaillardis +ragaillardissaient +ragaillardissais +ragaillardissait +ragaillardissant +ragaillardisse +ragaillardissent +ragaillardisses +ragaillardissez +ragaillardissiez +ragaillardissions +ragaillardissons +ragaillardit +ragaillardmes +ragaillardt +ragaillardtes +rage +ragea +rageai +rageaient +rageais +rageait +rageant +rageante +rageantes +rageants +rageas +rageasse +rageassent +rageasses +rageassiez +rageassions +ragemes +raget +ragetes +ragent +rageons +rager +ragerai +rageraient +ragerais +ragerait +rageras +ragerez +rageriez +ragerions +ragerons +rageront +rages +rageur +rageurs +rageuse +rageusement +rageuses +ragez +rag +rage +rages +rags +ragrent +ragiez +ragions +raglan +raglans +ragot +ragots +ragot +ragots +rahat +rai +raid +raide +raidement +raides +raideur +raideurs +raidi +raidie +raidies +raidillon +raidillons +raidir +raidirai +raidiraient +raidirais +raidirait +raidiras +raidirent +raidirez +raidiriez +raidirions +raidirons +raidiront +raidis +raidissaient +raidissais +raidissait +raidissant +raidisse +raidissement +raidissements +raidissent +raidisses +raidissez +raidissiez +raidissions +raidissons +raidit +raidmes +raidt +raidtes +raids +raie +raient +raiera +raierai +raieraient +raierais +raierait +raieras +raierez +raieriez +raierions +raierons +raieront +raies +raifort +raiforts +rail +railla +raillai +raillaient +raillais +raillait +raillant +raillas +raillasse +raillassent +raillasses +raillassiez +raillassions +raillmes +raillt +railltes +raille +raillent +railler +raillera +raillerai +railleraient +raillerais +raillerait +railleras +raillerez +raillerie +railleries +railleriez +raillerions +raillerons +railleront +railles +railleur +railleurs +railleuse +railleuses +raillez +raill +raille +railles +raills +raillrent +railliez +raillions +raillons +rails +raina +rainai +rainaient +rainais +rainait +rainant +rainas +rainasse +rainassent +rainasses +rainassiez +rainassions +rainmes +raint +raintes +raine +rainent +rainer +rainera +rainerai +raineraient +rainerais +rainerait +raineras +rainerez +raineriez +rainerions +rainerons +raineront +raines +rainette +rainettes +rainez +rain +raine +raines +rains +rainrent +rainiez +rainions +rainons +rainure +rainures +rais +raisin +raisins +raison +raisonable +raisonna +raisonnable +raisonnablement +raisonnables +raisonnai +raisonnaient +raisonnais +raisonnait +raisonnant +raisonnas +raisonnasse +raisonnassent +raisonnasses +raisonnassiez +raisonnassions +raisonnmes +raisonnt +raisonntes +raisonne +raisonnement +raisonnements +raisonnent +raisonner +raisonnera +raisonnerai +raisonneraient +raisonnerais +raisonnerait +raisonneras +raisonnerez +raisonneriez +raisonnerions +raisonnerons +raisonneront +raisonnes +raisonneur +raisonneurs +raisonneuse +raisonneuses +raisonnez +raisonn +raisonne +raisonnes +raisonns +raisonnrent +raisonniez +raisonnions +raisonnons +raisons +rajah +rajahs +rajeuni +rajeunie +rajeunies +rajeunir +rajeunira +rajeunirai +rajeuniraient +rajeunirais +rajeunirait +rajeuniras +rajeunirent +rajeunirez +rajeuniriez +rajeunirions +rajeunirons +rajeuniront +rajeunis +rajeunissaient +rajeunissais +rajeunissait +rajeunissant +rajeunisse +rajeunissement +rajeunissements +rajeunissent +rajeunisses +rajeunissez +rajeunissiez +rajeunissions +rajeunissons +rajeunit +rajeunmes +rajeunt +rajeuntes +rajouta +rajoutai +rajoutaient +rajoutais +rajoutait +rajoutant +rajoutas +rajoutasse +rajoutassent +rajoutasses +rajoutassiez +rajoutassions +rajoutmes +rajoutt +rajouttes +rajoute +rajoutent +rajouter +rajoutera +rajouterai +rajouteraient +rajouterais +rajouterait +rajouteras +rajouterez +rajouteriez +rajouterions +rajouterons +rajouteront +rajoutes +rajoutez +rajout +rajoute +rajoutes +rajouts +rajoutrent +rajoutiez +rajoutions +rajoutons +rajusta +rajustai +rajustaient +rajustais +rajustait +rajustant +rajustas +rajustasse +rajustassent +rajustasses +rajustassiez +rajustassions +rajustmes +rajustt +rajusttes +rajuste +rajustement +rajustements +rajustent +rajuster +rajustera +rajusterai +rajusteraient +rajusterais +rajusterait +rajusteras +rajusterez +rajusteriez +rajusterions +rajusterons +rajusteront +rajustes +rajustez +rajust +rajuste +rajustes +rajusts +rajustrent +rajustiez +rajustions +rajustons +ralenti +ralentie +ralenties +ralentir +ralentira +ralentirai +ralentiraient +ralentirais +ralentirait +ralentiras +ralentirent +ralentirez +ralentiriez +ralentirions +ralentirons +ralentiront +ralentis +ralentissaient +ralentissais +ralentissait +ralentissant +ralentisse +ralentissement +ralentissements +ralentissent +ralentisses +ralentissez +ralentissiez +ralentissions +ralentissons +ralentit +ralentmes +ralentt +ralenttes +rallia +ralliai +ralliaient +ralliais +ralliait +ralliant +rallias +ralliasse +ralliassent +ralliasses +ralliassiez +ralliassions +rallimes +rallit +rallites +rallie +ralliement +ralliements +rallient +rallier +ralliera +rallierai +rallieraient +rallierais +rallierait +rallieras +rallierez +rallieriez +rallierions +rallierons +rallieront +rallies +ralliez +ralli +rallie +rallies +rallis +rallirent +ralliiez +ralliions +rallions +rallonge +rallongea +rallongeai +rallongeaient +rallongeais +rallongeait +rallongeant +rallongeas +rallongeasse +rallongeassent +rallongeasses +rallongeassiez +rallongeassions +rallongemes +rallonget +rallongetes +rallongement +rallongements +rallongent +rallongeons +rallonger +rallongera +rallongerai +rallongeraient +rallongerais +rallongerait +rallongeras +rallongerez +rallongeriez +rallongerions +rallongerons +rallongeront +rallonges +rallongez +rallong +rallonge +rallonges +rallongrent +rallongiez +rallongions +ralluma +rallumai +rallumaient +rallumais +rallumait +rallumant +rallumas +rallumasse +rallumassent +rallumasses +rallumassiez +rallumassions +rallummes +rallumt +rallumtes +rallume +rallument +rallumer +rallumera +rallumerai +rallumeraient +rallumerais +rallumerait +rallumeras +rallumerez +rallumeriez +rallumerions +rallumerons +rallumeront +rallumes +rallumez +rallum +rallume +rallumes +rallums +rallumrent +rallumiez +rallumions +rallumons +rallye +rallyes +ram +ramadan +ramadans +ramage +ramagea +ramageai +ramageaient +ramageais +ramageait +ramageant +ramageas +ramageasse +ramageassent +ramageasses +ramageassiez +ramageassions +ramagemes +ramaget +ramagetes +ramagent +ramageons +ramager +ramagera +ramagerai +ramageraient +ramagerais +ramagerait +ramageras +ramagerez +ramageriez +ramagerions +ramagerons +ramageront +ramages +ramagez +ramag +ramage +ramages +ramags +ramagrent +ramagiez +ramagions +ramai +ramaient +ramais +ramait +ramant +ramas +ramassa +ramassage +ramassages +ramassai +ramassaient +ramassais +ramassait +ramassant +ramassas +ramassasse +ramassassent +ramassasses +ramassassiez +ramassassions +ramassmes +ramasst +ramasstes +ramasse +ramassent +ramasser +ramassera +ramasserai +ramasseraient +ramasserais +ramasserait +ramasseras +ramasserez +ramasseriez +ramasserions +ramasserons +ramasseront +ramasses +ramasseur +ramasseurs +ramasseuse +ramasseuses +ramassez +ramass +ramasse +ramasses +ramasss +ramassrent +ramassiez +ramassions +ramassis +ramassons +ramaux +rammes +ramt +ramtes +rambarde +rambardes +rame +rameau +rameaux +ramena +ramenai +ramenaient +ramenais +ramenait +ramenant +ramenas +ramenasse +ramenassent +ramenasses +ramenassiez +ramenassions +ramenmes +rament +ramentes +ramener +ramenez +ramen +ramene +ramenes +ramens +ramenrent +rameniez +ramenions +ramenons +rament +ramer +ramera +ramerai +rameraient +ramerais +ramerait +rameras +ramerez +rameriez +ramerions +ramerons +rameront +rames +ramette +ramettes +rameur +rameurs +rameuse +rameuses +ramez +ram +rame +rames +rams +ramne +ramnent +ramnera +ramnerai +ramneraient +ramnerais +ramnerait +ramneras +ramnerez +ramneriez +ramnerions +ramnerons +ramneront +ramnes +ramrent +ramier +ramiers +ramiez +ramifia +ramifiai +ramifiaient +ramifiais +ramifiait +ramifiant +ramifias +ramifiasse +ramifiassent +ramifiasses +ramifiassiez +ramifiassions +ramifimes +ramifit +ramifites +ramification +ramifications +ramifie +ramifient +ramifier +ramifiera +ramifierai +ramifieraient +ramifierais +ramifierait +ramifieras +ramifierez +ramifieriez +ramifierions +ramifierons +ramifieront +ramifies +ramifiez +ramifi +ramifie +ramifies +ramifis +ramifirent +ramifiiez +ramifiions +ramifions +ramilles +ramions +ramolli +ramollie +ramollies +ramollir +ramollira +ramollirai +ramolliraient +ramollirais +ramollirait +ramolliras +ramollirent +ramollirez +ramolliriez +ramollirions +ramollirons +ramolliront +ramollis +ramollissaient +ramollissais +ramollissait +ramollissant +ramollisse +ramollissement +ramollissements +ramollissent +ramollisses +ramollissez +ramollissiez +ramollissions +ramollissons +ramollit +ramollmes +ramollt +ramolltes +ramona +ramonage +ramonages +ramonai +ramonaient +ramonais +ramonait +ramonant +ramonas +ramonasse +ramonassent +ramonasses +ramonassiez +ramonassions +ramonmes +ramont +ramontes +ramone +ramonent +ramoner +ramonera +ramonerai +ramoneraient +ramonerais +ramonerait +ramoneras +ramonerez +ramoneriez +ramonerions +ramonerons +ramoneront +ramones +ramoneur +ramoneurs +ramonez +ramon +ramone +ramones +ramons +ramonrent +ramoniez +ramonions +ramonons +ramons +ramp +rampa +rampai +rampaient +rampais +rampait +rampant +rampante +rampantes +rampants +rampas +rampasse +rampassent +rampasses +rampassiez +rampassions +rampmes +rampt +ramptes +rampe +rampement +rampements +rampent +ramper +rampera +ramperai +ramperaient +ramperais +ramperait +ramperas +ramperez +ramperiez +ramperions +ramperons +ramperont +rampes +rampez +ramp +rampe +rampes +ramps +ramprent +rampiez +rampions +rampons +ramure +ramures +rancart +rancarts +rance +rances +ranch +ranches +ranci +rancie +rancies +rancir +rancira +ranciraient +rancirait +ranciront +rancis +rancissaient +rancissait +rancissant +rancissement +rancissements +rancissent +rancissure +rancissures +rancit +ranct +rancoeur +rancoeurs +rancune +rancunes +rancunier +rancuniers +rancunire +rancunires +ranon +ranonna +ranonnai +ranonnaient +ranonnais +ranonnait +ranonnant +ranonnas +ranonnasse +ranonnassent +ranonnasses +ranonnassiez +ranonnassions +ranonnmes +ranonnt +ranonntes +ranonne +ranonnent +ranonner +ranonnera +ranonnerai +ranonneraient +ranonnerais +ranonnerait +ranonneras +ranonnerez +ranonneriez +ranonnerions +ranonnerons +ranonneront +ranonnes +ranonnez +ranonn +ranonne +ranonnes +ranonns +ranonnrent +ranonniez +ranonnions +ranonnons +ranons +randonneur +randonneurs +randonneuse +randonneuses +randonne +randonnes +rang +range +rangea +rangeai +rangeaient +rangeais +rangeait +rangeant +rangeas +rangeasse +rangeassent +rangeasses +rangeassiez +rangeassions +rangemes +ranget +rangetes +rangement +rangements +rangent +rangeons +ranger +rangera +rangerai +rangeraient +rangerais +rangerait +rangeras +rangerez +rangeriez +rangerions +rangerons +rangeront +ranges +rangez +rang +range +ranges +rangs +rangrent +rangiez +rangions +rangs +ranima +ranimai +ranimaient +ranimais +ranimait +ranimant +ranimas +ranimasse +ranimassent +ranimasses +ranimassiez +ranimassions +ranimation +ranimations +ranimmes +ranimt +ranimtes +ranime +raniment +ranimer +ranimera +ranimerai +ranimeraient +ranimerais +ranimerait +ranimeras +ranimerez +ranimeriez +ranimerions +ranimerons +ranimeront +ranimes +ranimez +ranim +ranime +ranimes +ranims +ranimrent +ranimiez +ranimions +ranimons +rapace +rapaces +rapacit +rapacits +rapatria +rapatriai +rapatriaient +rapatriais +rapatriait +rapatriant +rapatrias +rapatriasse +rapatriassent +rapatriasses +rapatriassiez +rapatriassions +rapatrimes +rapatrit +rapatrites +rapatrie +rapatriement +rapatriements +rapatrient +rapatrier +rapatriera +rapatrierai +rapatrieraient +rapatrierais +rapatrierait +rapatrieras +rapatrierez +rapatrieriez +rapatrierions +rapatrierons +rapatrieront +rapatries +rapatriez +rapatri +rapatrie +rapatries +rapatris +rapatrirent +rapatriiez +rapatriions +rapatrions +rapetassa +rapetassage +rapetassages +rapetassai +rapetassaient +rapetassais +rapetassait +rapetassant +rapetassas +rapetassasse +rapetassassent +rapetassasses +rapetassassiez +rapetassassions +rapetassmes +rapetasst +rapetasstes +rapetasse +rapetassent +rapetasser +rapetassera +rapetasserai +rapetasseraient +rapetasserais +rapetasserait +rapetasseras +rapetasserez +rapetasseriez +rapetasserions +rapetasserons +rapetasseront +rapetasses +rapetassez +rapetass +rapetasse +rapetasses +rapetasss +rapetassrent +rapetassiez +rapetassions +rapetassons +rapetissa +rapetissai +rapetissaient +rapetissais +rapetissait +rapetissant +rapetissas +rapetissasse +rapetissassent +rapetissasses +rapetissassiez +rapetissassions +rapetissmes +rapetisst +rapetisstes +rapetisse +rapetissement +rapetissements +rapetissent +rapetisser +rapetissera +rapetisserai +rapetisseraient +rapetisserais +rapetisserait +rapetisseras +rapetisserez +rapetisseriez +rapetisserions +rapetisserons +rapetisseront +rapetisses +rapetissez +rapetiss +rapetisse +rapetisses +rapetisss +rapetissrent +rapetissiez +rapetissions +rapetissons +raphia +rapide +rapidement +rapides +rapidit +rapidits +rapicer +rapicera +rapicerai +rapiceraient +rapicerais +rapicerait +rapiceras +rapicerez +rapiceriez +rapicerions +rapicerons +rapiceront +rapicez +rapic +rapice +rapices +rapics +rapicrent +rapiciez +rapicions +rapia +rapiage +rapiages +rapiai +rapiaient +rapiais +rapiait +rapiant +rapias +rapiasse +rapiassent +rapiasses +rapiassiez +rapiassions +rapimes +rapit +rapites +rapions +rapice +rapicement +rapicements +rapicent +rapices +rapire +rapires +rapin +rapine +rapines +rapins +rappareilla +rappareillai +rappareillaient +rappareillais +rappareillait +rappareillant +rappareillas +rappareillasse +rappareillassent +rappareillasses +rappareillassiez +rappareillassions +rappareillmes +rappareillt +rappareilltes +rappareille +rappareillent +rappareiller +rappareillera +rappareillerai +rappareilleraient +rappareillerais +rappareillerait +rappareilleras +rappareillerez +rappareilleriez +rappareillerions +rappareillerons +rappareilleront +rappareilles +rappareillez +rappareill +rappareille +rappareilles +rappareills +rappareillrent +rappareilliez +rappareillions +rappareillons +rapparia +rappariai +rappariaient +rappariais +rappariait +rappariant +rapparias +rappariasse +rappariassent +rappariasses +rappariassiez +rappariassions +rapparimes +rapparit +rapparites +rapparie +rapparient +rapparier +rappariera +rapparierai +rapparieraient +rapparierais +rapparierait +rapparieras +rapparierez +rapparieriez +rapparierions +rapparierons +rapparieront +rapparies +rappariez +rappari +rapparie +rapparies +rapparis +rapparirent +rappariiez +rappariions +rapparions +rappel +rappela +rappelai +rappelaient +rappelais +rappelait +rappelant +rappelas +rappelasse +rappelassent +rappelasses +rappelassiez +rappelassions +rappelmes +rappelt +rappeltes +rappeler +rappelez +rappel +rappele +rappeles +rappels +rappelrent +rappeliez +rappelions +rappelle +rappellent +rappellera +rappellerai +rappelleraient +rappellerais +rappellerait +rappelleras +rappellerez +rappelleriez +rappellerions +rappellerons +rappelleront +rappelles +rappelons +rappels +rappliqua +rappliquai +rappliquaient +rappliquais +rappliquait +rappliquant +rappliquas +rappliquasse +rappliquassent +rappliquasses +rappliquassiez +rappliquassions +rappliqumes +rappliqut +rappliqutes +rapplique +rappliquent +rappliquer +rappliquera +rappliquerai +rappliqueraient +rappliquerais +rappliquerait +rappliqueras +rappliquerez +rappliqueriez +rappliquerions +rappliquerons +rappliqueront +rappliques +rappliquez +rappliqu +rapplique +rappliques +rappliqus +rappliqurent +rappliquiez +rappliquions +rappliquons +rapport +rapporta +rapportai +rapportaient +rapportais +rapportait +rapportant +rapportas +rapportasse +rapportassent +rapportasses +rapportassiez +rapportassions +rapportmes +rapportt +rapporttes +rapporte +rapportent +rapporter +rapportera +rapporterai +rapporteraient +rapporterais +rapporterait +rapporteras +rapporterez +rapporteriez +rapporterions +rapporterons +rapporteront +rapportes +rapporteur +rapporteurs +rapporteuse +rapporteuses +rapportez +rapport +rapporte +rapportes +rapports +rapportrent +rapportiez +rapportions +rapportons +rapports +rapprendra +rapprendrai +rapprendraient +rapprendrais +rapprendrait +rapprendras +rapprendre +rapprendrez +rapprendriez +rapprendrions +rapprendrons +rapprendront +rapprends +rapprenez +rappreniez +rapprenions +rapprenne +rapprennent +rapprennes +rapprenons +rapprirent +rappris +rapprise +rapprises +rapprisse +rapprissent +rapprisses +rapprissiez +rapprissions +rapprit +rapprmes +rapprt +rapprtes +rapprocha +rapprochai +rapprochaient +rapprochais +rapprochait +rapprochant +rapprochas +rapprochasse +rapprochassent +rapprochasses +rapprochassiez +rapprochassions +rapprochmes +rapprocht +rapprochtes +rapproche +rapprochement +rapprochements +rapprochent +rapprocher +rapprochera +rapprocherai +rapprocheraient +rapprocherais +rapprocherait +rapprocheras +rapprocherez +rapprocheriez +rapprocherions +rapprocherons +rapprocheront +rapproches +rapprochez +rapproch +rapproche +rapproches +rapprochs +rapprochrent +rapprochiez +rapprochions +rapprochons +rapt +rapts +raquette +raquettes +rare +rarement +rares +rarfaction +rarfactions +rarfia +rarfiai +rarfiaient +rarfiais +rarfiait +rarfiant +rarfias +rarfiasse +rarfiassent +rarfiasses +rarfiassiez +rarfiassions +rarfimes +rarfit +rarfites +rarfie +rarfient +rarfier +rarfiera +rarfierai +rarfieraient +rarfierais +rarfierait +rarfieras +rarfierez +rarfieriez +rarfierions +rarfierons +rarfieront +rarfies +rarfiez +rarfi +rarfie +rarfies +rarfis +rarfirent +rarfiiez +rarfiions +rarfions +rart +rarts +rarissime +rarissimes +ras +rasa +rasade +rasades +rasai +rasaient +rasais +rasait +rasant +rasante +rasantes +rasants +rasas +rasasse +rasassent +rasasses +rasassiez +rasassions +rasmes +rast +rastes +rascasse +rascasses +rase +rasent +raser +rasera +raserai +raseraient +raserais +raserait +raseras +raserez +raseriez +raserions +raserons +raseront +rases +raseur +raseurs +raseuse +raseuses +rasez +ras +rase +rases +rass +rasrent +rasiez +rasions +rasoir +rasoirs +rasons +rassasia +rassasiai +rassasiaient +rassasiais +rassasiait +rassasiant +rassasias +rassasiasse +rassasiassent +rassasiasses +rassasiassiez +rassasiassions +rassasimes +rassasit +rassasites +rassasie +rassasiement +rassasiements +rassasient +rassasier +rassasiera +rassasierai +rassasieraient +rassasierais +rassasierait +rassasieras +rassasierez +rassasieriez +rassasierions +rassasierons +rassasieront +rassasies +rassasiez +rassasi +rassasie +rassasies +rassasis +rassasirent +rassasiiez +rassasiions +rassasions +rassembla +rassemblai +rassemblaient +rassemblais +rassemblait +rassemblant +rassemblas +rassemblasse +rassemblassent +rassemblasses +rassemblassiez +rassemblassions +rassemblmes +rassemblt +rassembltes +rassemble +rassemblement +rassemblements +rassemblent +rassembler +rassemblera +rassemblerai +rassembleraient +rassemblerais +rassemblerait +rassembleras +rassemblerez +rassembleriez +rassemblerions +rassemblerons +rassembleront +rassembles +rassemblez +rassembl +rassemble +rassembles +rassembls +rassemblrent +rassembliez +rassemblions +rassemblons +rassrna +rassrnai +rassrnaient +rassrnais +rassrnait +rassrnant +rassrnas +rassrnasse +rassrnassent +rassrnasses +rassrnassiez +rassrnassions +rassrnmes +rassrnt +rassrntes +rassrner +rassrnera +rassrnerai +rassrneraient +rassrnerais +rassrnerait +rassrneras +rassrnerez +rassrneriez +rassrnerions +rassrnerons +rassrneront +rassrnez +rassrn +rassrne +rassrnes +rassrns +rassrnrent +rassrniez +rassrnions +rassrnons +rassrne +rassrnent +rassrnes +rassis +rassise +rassises +rassorti +rassortie +rassorties +rassortiment +rassortiments +rassortir +rassortira +rassortirai +rassortiraient +rassortirais +rassortirait +rassortiras +rassortirent +rassortirez +rassortiriez +rassortirions +rassortirons +rassortiront +rassortis +rassortissaient +rassortissais +rassortissait +rassortissant +rassortisse +rassortissent +rassortisses +rassortissez +rassortissiez +rassortissions +rassortissons +rassortit +rassortmes +rassortt +rassorttes +rassura +rassurai +rassuraient +rassurais +rassurait +rassurant +rassurante +rassurantes +rassurants +rassuras +rassurasse +rassurassent +rassurasses +rassurassiez +rassurassions +rassurmes +rassurt +rassurtes +rassure +rassurent +rassurer +rassurera +rassurerai +rassureraient +rassurerais +rassurerait +rassureras +rassurerez +rassureriez +rassurerions +rassurerons +rassureront +rassures +rassurez +rassur +rassure +rassures +rassurs +rassurrent +rassuriez +rassurions +rassurons +rastaquoure +rastaquoures +rat +rata +ratafia +ratafias +ratai +rataient +ratais +ratait +ratant +ratas +ratasse +ratassent +ratasses +ratassiez +ratassions +ratatina +ratatinai +ratatinaient +ratatinais +ratatinait +ratatinant +ratatinas +ratatinasse +ratatinassent +ratatinasses +ratatinassiez +ratatinassions +ratatinmes +ratatint +ratatintes +ratatine +ratatinent +ratatiner +ratatinera +ratatinerai +ratatineraient +ratatinerais +ratatinerait +ratatineras +ratatinerez +ratatineriez +ratatinerions +ratatinerons +ratatineront +ratatines +ratatinez +ratatin +ratatine +ratatines +ratatins +ratatinrent +ratatiniez +ratatinions +ratatinons +ratatouille +ratatouilles +ratmes +ratt +rattes +rate +ratent +rater +ratera +raterai +rateraient +raterais +raterait +rateras +raterez +rateriez +raterions +raterons +rateront +rates +ratez +rat +rate +rates +rats +ratrent +ratier +ratiers +ratiez +ratire +ratires +ratifia +ratifiai +ratifiaient +ratifiais +ratifiait +ratifiant +ratifias +ratifiasse +ratifiassent +ratifiasses +ratifiassiez +ratifiassions +ratifimes +ratifit +ratifites +ratification +ratifications +ratifie +ratifient +ratifier +ratifiera +ratifierai +ratifieraient +ratifierais +ratifierait +ratifieras +ratifierez +ratifieriez +ratifierions +ratifierons +ratifieront +ratifies +ratifiez +ratifi +ratifie +ratifies +ratifis +ratifirent +ratifiiez +ratifiions +ratifions +ratine +ratiocina +ratiocinai +ratiocinaient +ratiocinais +ratiocinait +ratiocinant +ratiocinas +ratiocinasse +ratiocinassent +ratiocinasses +ratiocinassiez +ratiocinassions +ratiocinmes +ratiocint +ratiocintes +ratiocine +ratiocinent +ratiociner +ratiocinera +ratiocinerai +ratiocineraient +ratiocinerais +ratiocinerait +ratiocineras +ratiocinerez +ratiocineriez +ratiocinerions +ratiocinerons +ratiocineront +ratiocines +ratiocinez +ratiocin +ratiocine +ratiocines +ratiocins +ratiocinrent +ratiociniez +ratiocinions +ratiocinons +ration +rationalisa +rationalisai +rationalisaient +rationalisais +rationalisait +rationalisant +rationalisas +rationalisasse +rationalisassent +rationalisasses +rationalisassiez +rationalisassions +rationalisation +rationalisations +rationalismes +rationalist +rationalistes +rationalise +rationalisent +rationaliser +rationalisera +rationaliserai +rationaliseraient +rationaliserais +rationaliserait +rationaliseras +rationaliserez +rationaliseriez +rationaliserions +rationaliserons +rationaliseront +rationalises +rationalisez +rationalis +rationalise +rationalises +rationaliss +rationalisrent +rationalisiez +rationalisions +rationalisme +rationalisons +rationaliste +rationalistes +rationalit +rationalits +rationna +rationnai +rationnaient +rationnais +rationnait +rationnant +rationnas +rationnasse +rationnassent +rationnasses +rationnassiez +rationnassions +rationnmes +rationnt +rationntes +rationne +rationnel +rationnelle +rationnellement +rationnelles +rationnels +rationnement +rationnements +rationnent +rationner +rationnera +rationnerai +rationneraient +rationnerais +rationnerait +rationneras +rationnerez +rationneriez +rationnerions +rationnerons +rationneront +rationnes +rationnez +rationn +rationne +rationnes +rationns +rationnrent +rationniez +rationnions +rationnons +rations +ratissa +ratissage +ratissages +ratissai +ratissaient +ratissais +ratissait +ratissant +ratissas +ratissasse +ratissassent +ratissasses +ratissassiez +ratissassions +ratissmes +ratisst +ratisstes +ratisse +ratissent +ratisser +ratissera +ratisserai +ratisseraient +ratisserais +ratisserait +ratisseras +ratisserez +ratisseriez +ratisserions +ratisserons +ratisseront +ratisses +ratissez +ratiss +ratisse +ratisses +ratisss +ratissrent +ratissiez +ratissions +ratissons +raton +ratons +rats +rattacha +rattachai +rattachaient +rattachais +rattachait +rattachant +rattachas +rattachasse +rattachassent +rattachasses +rattachassiez +rattachassions +rattachmes +rattacht +rattachtes +rattache +rattachement +rattachements +rattachent +rattacher +rattachera +rattacherai +rattacheraient +rattacherais +rattacherait +rattacheras +rattacherez +rattacheriez +rattacherions +rattacherons +rattacheront +rattaches +rattachez +rattach +rattache +rattaches +rattachs +rattachrent +rattachiez +rattachions +rattachons +rattrapa +rattrapage +rattrapages +rattrapai +rattrapaient +rattrapais +rattrapait +rattrapant +rattrapas +rattrapasse +rattrapassent +rattrapasses +rattrapassiez +rattrapassions +rattrapmes +rattrapt +rattraptes +rattrape +rattrapent +rattraper +rattrapera +rattraperai +rattraperaient +rattraperais +rattraperait +rattraperas +rattraperez +rattraperiez +rattraperions +rattraperons +rattraperont +rattrapes +rattrapez +rattrap +rattrape +rattrapes +rattraps +rattraprent +rattrapiez +rattrapions +rattrapons +ratura +raturai +raturaient +raturais +raturait +raturant +raturas +raturasse +raturassent +raturasses +raturassiez +raturassions +raturmes +raturt +raturtes +rature +raturent +raturer +raturera +raturerai +ratureraient +raturerais +raturerait +ratureras +raturerez +ratureriez +raturerions +raturerons +ratureront +ratures +raturez +ratur +rature +ratures +raturs +raturrent +raturiez +raturions +raturons +rauque +rauques +ravage +ravagea +ravageai +ravageaient +ravageais +ravageait +ravageant +ravageas +ravageasse +ravageassent +ravageasses +ravageassiez +ravageassions +ravagemes +ravaget +ravagetes +ravagent +ravageons +ravager +ravagera +ravagerai +ravageraient +ravagerais +ravagerait +ravageras +ravagerez +ravageriez +ravagerions +ravagerons +ravageront +ravages +ravageur +ravageurs +ravagez +ravag +ravage +ravages +ravags +ravagrent +ravagiez +ravagions +ravala +ravalai +ravalaient +ravalais +ravalait +ravalant +ravalas +ravalasse +ravalassent +ravalasses +ravalassiez +ravalassions +ravalmes +ravalt +ravaltes +ravale +ravalement +ravalements +ravalent +ravaler +ravalera +ravalerai +ravaleraient +ravalerais +ravalerait +ravaleras +ravalerez +ravaleriez +ravalerions +ravalerons +ravaleront +ravales +ravaleur +ravaleurs +ravalez +raval +ravale +ravales +ravals +ravalrent +ravaliez +ravalions +ravalons +ravauda +ravaudage +ravaudages +ravaudai +ravaudaient +ravaudais +ravaudait +ravaudant +ravaudas +ravaudasse +ravaudassent +ravaudasses +ravaudassiez +ravaudassions +ravaudmes +ravaudt +ravaudtes +ravaude +ravaudent +ravauder +ravaudera +ravauderai +ravauderaient +ravauderais +ravauderait +ravauderas +ravauderez +ravauderiez +ravauderions +ravauderons +ravauderont +ravaudes +ravaudez +ravaud +ravaude +ravaudes +ravauds +ravaudrent +ravaudiez +ravaudions +ravaudons +rave +raves +ravi +ravie +ravier +raviers +ravies +ravigota +ravigotai +ravigotaient +ravigotais +ravigotait +ravigotant +ravigotas +ravigotasse +ravigotassent +ravigotasses +ravigotassiez +ravigotassions +ravigotmes +ravigott +ravigottes +ravigote +ravigotent +ravigoter +ravigotera +ravigoterai +ravigoteraient +ravigoterais +ravigoterait +ravigoteras +ravigoterez +ravigoteriez +ravigoterions +ravigoterons +ravigoteront +ravigotes +ravigotez +ravigot +ravigote +ravigotes +ravigots +ravigotrent +ravigotiez +ravigotions +ravigotons +ravin +ravina +ravinaient +ravinait +ravinant +ravinasse +ravinassent +ravint +ravine +ravinement +ravinements +ravinent +raviner +ravinera +ravineraient +ravinerait +ravineront +ravines +ravin +ravine +ravines +ravins +ravinrent +ravins +ravioli +ravir +ravira +ravirai +raviraient +ravirais +ravirait +raviras +ravirent +ravirez +raviriez +ravirions +ravirons +raviront +ravis +ravisa +ravisai +ravisaient +ravisais +ravisait +ravisant +ravisas +ravisasse +ravisassent +ravisasses +ravisassiez +ravisassions +ravismes +ravist +ravistes +ravise +ravisent +raviser +ravisera +raviserai +raviseraient +raviserais +raviserait +raviseras +raviserez +raviseriez +raviserions +raviserons +raviseront +ravises +ravisez +ravis +ravise +ravises +raviss +ravisrent +ravisiez +ravisions +ravisons +ravissaient +ravissais +ravissait +ravissant +ravissante +ravissantes +ravissants +ravisse +ravissement +ravissements +ravissent +ravisses +ravisseur +ravisseurs +ravisseuse +ravisseuses +ravissez +ravissiez +ravissions +ravissons +ravit +ravitailla +ravitaillai +ravitaillaient +ravitaillais +ravitaillait +ravitaillant +ravitaillas +ravitaillasse +ravitaillassent +ravitaillasses +ravitaillassiez +ravitaillassions +ravitaillmes +ravitaillt +ravitailltes +ravitaille +ravitaillement +ravitaillements +ravitaillent +ravitailler +ravitaillera +ravitaillerai +ravitailleraient +ravitaillerais +ravitaillerait +ravitailleras +ravitaillerez +ravitailleriez +ravitaillerions +ravitaillerons +ravitailleront +ravitailles +ravitaillez +ravitaill +ravitaille +ravitailles +ravitaills +ravitaillrent +ravitailliez +ravitaillions +ravitaillons +raviva +ravivai +ravivaient +ravivais +ravivait +ravivant +ravivas +ravivasse +ravivassent +ravivasses +ravivassiez +ravivassions +ravivmes +ravivt +ravivtes +ravive +ravivent +raviver +ravivera +raviverai +raviveraient +raviverais +raviverait +raviveras +raviverez +raviveriez +raviverions +raviverons +raviveront +ravives +ravivez +raviv +ravive +ravives +ravivs +ravivrent +raviviez +ravivions +ravivons +ravmes +ravt +ravtes +ravoir +raya +rayage +rayages +rayai +rayaient +rayais +rayait +rayant +rayas +rayasse +rayassent +rayasses +rayassiez +rayassions +raymes +rayt +raytes +raye +rayent +rayer +rayera +rayerai +rayeraient +rayerais +rayerait +rayeras +rayerez +rayeriez +rayerions +rayerons +rayeront +rayes +rayez +ray +raye +rayes +rays +rayrent +rayiez +rayions +raymond +rayon +rayonna +rayonnage +rayonnages +rayonnai +rayonnaient +rayonnais +rayonnait +rayonnant +rayonnas +rayonnasse +rayonnassent +rayonnasses +rayonnassiez +rayonnassions +rayonnmes +rayonnt +rayonntes +rayonne +rayonnement +rayonnements +rayonnent +rayonner +rayonnera +rayonnerai +rayonneraient +rayonnerais +rayonnerait +rayonneras +rayonnerez +rayonneriez +rayonnerions +rayonnerons +rayonneront +rayons +rayure +rayures +raz +razzia +razziai +razziaient +razziais +razziait +razziant +razzias +razziasse +razziassent +razziasses +razziassiez +razziassions +razzimes +razzit +razzites +razzie +razzient +razzier +razziera +razzierai +razzieraient +razzierais +razzierait +razzieras +razzierez +razzieriez +razzierions +razzierons +razzieront +razzies +razziez +razzi +razzie +razzies +razzis +razzirent +razziiez +razziions +razzions +rble +rbles +rbl +rble +rbles +rbls +rla +rlai +rlaient +rlais +rlait +rlant +rlas +rlasse +rlassent +rlasses +rlassiez +rlassions +rlmes +rlt +rltes +rle +rlement +rlements +rlent +rler +rlera +rlerai +rleraient +rlerais +rlerait +rleras +rlerez +rleriez +rlerions +rlerons +rleront +rles +rleur +rleurs +rleuse +rleuses +rlez +rl +rle +rles +rls +rlrent +rliez +rlions +rlons +rpa +rpai +rpaient +rpais +rpait +rpant +rpas +rpasse +rpassent +rpasses +rpassiez +rpassions +rpmes +rpt +rptes +rpe +rpent +rper +rpera +rperai +rperaient +rperais +rperait +rperas +rperez +rperiez +rperions +rperons +rperont +rpes +rpeuse +rpeuses +rpeux +rpez +rp +rpe +rpes +rps +rprent +rpiez +rpions +rpons +rteau +rteaux +rtela +rtelage +rtelages +rtelai +rtelaient +rtelais +rtelait +rtelant +rtelas +rtelasse +rtelassent +rtelasses +rtelassiez +rtelassions +rtelmes +rtelt +rteltes +rteler +rtelez +rtel +rtele +rteles +rtels +rtelrent +rtelier +rteliers +rteliez +rtelions +rtelle +rtellent +rtellera +rtellerai +rtelleraient +rtellerais +rtellerait +rtelleras +rtellerez +rtelleriez +rtellerions +rtellerons +rtelleront +rtelles +rtelons +rebaptis +rebaptiss +rebat +rebats +rebattaient +rebattais +rebattait +rebattant +rebatte +rebattent +rebattes +rebattez +rebattiez +rebattions +rebattirent +rebattis +rebattisse +rebattissent +rebattisses +rebattissiez +rebattissions +rebattit +rebattmes +rebattt +rebatttes +rebattons +rebattra +rebattrai +rebattraient +rebattrais +rebattrait +rebattras +rebattre +rebattrez +rebattriez +rebattrions +rebattrons +rebattront +rebattu +rebattue +rebattues +rebattus +rebti +rebtie +rebties +rebtir +rebtira +rebtirai +rebtiraient +rebtirais +rebtirait +rebtiras +rebtirent +rebtirez +rebtiriez +rebtirions +rebtirons +rebtiront +rebtis +rebtissaient +rebtissais +rebtissait +rebtissant +rebtisse +rebtissent +rebtisses +rebtissez +rebtissiez +rebtissions +rebtissons +rebtit +rebtmes +rebtt +rebttes +rebella +rebellai +rebellaient +rebellais +rebellait +rebellant +rebellas +rebellasse +rebellassent +rebellasses +rebellassiez +rebellassions +rebellmes +rebellt +rebelltes +rebelle +rebellent +rebeller +rebellera +rebellerai +rebelleraient +rebellerais +rebellerait +rebelleras +rebellerez +rebelleriez +rebellerions +rebellerons +rebelleront +rebelles +rebellez +rebell +rebelle +rebelles +rebells +rebellrent +rebelliez +rebellions +rebellons +rebiffa +rebiffai +rebiffaient +rebiffais +rebiffait +rebiffant +rebiffas +rebiffasse +rebiffassent +rebiffasses +rebiffassiez +rebiffassions +rebiffmes +rebifft +rebifftes +rebiffe +rebiffent +rebiffer +rebiffera +rebifferai +rebifferaient +rebifferais +rebifferait +rebifferas +rebifferez +rebifferiez +rebifferions +rebifferons +rebifferont +rebiffes +rebiffez +rebiff +rebiffe +rebiffes +rebiffs +rebiffrent +rebiffiez +rebiffions +rebiffons +reboisa +reboisai +reboisaient +reboisais +reboisait +reboisant +reboisas +reboisasse +reboisassent +reboisasses +reboisassiez +reboisassions +reboismes +reboist +reboistes +reboise +reboisement +reboisements +reboisent +reboiser +reboisera +reboiserai +reboiseraient +reboiserais +reboiserait +reboiseras +reboiserez +reboiseriez +reboiserions +reboiserons +reboiseront +reboises +reboisez +rebois +reboise +reboises +reboiss +reboisrent +reboisiez +reboisions +reboisons +rebond +rebondi +rebondie +rebondies +rebondir +rebondira +rebondirai +rebondiraient +rebondirais +rebondirait +rebondiras +rebondirent +rebondirez +rebondiriez +rebondirions +rebondirons +rebondiront +rebondis +rebondissai +rebondissaient +rebondissais +rebondissait +rebondissant +rebondisse +rebondissement +rebondissements +rebondissent +rebondisses +rebondissez +rebondissiez +rebondissions +rebondissons +rebondissont +rebondit +rebondmes +rebondt +rebondtes +rebonds +rebord +rebords +reboucha +rebouchai +rebouchaient +rebouchais +rebouchait +rebouchant +rebouchas +rebouchasse +rebouchassent +rebouchasses +rebouchassiez +rebouchassions +rebouchmes +reboucht +rebouchtes +rebouche +rebouchent +reboucher +rebouchera +reboucherai +reboucheraient +reboucherais +reboucherait +reboucheras +reboucherez +reboucheriez +reboucherions +reboucherons +reboucheront +rebouches +rebouchez +rebouch +rebouche +rebouches +rebouchs +rebouchrent +rebouchiez +rebouchions +rebouchons +rebours +rebouteuse +rebouteuses +rebouteux +reboutonna +reboutonnai +reboutonnaient +reboutonnais +reboutonnait +reboutonnant +reboutonnas +reboutonnasse +reboutonnassent +reboutonnasses +reboutonnassiez +reboutonnassions +reboutonnmes +reboutonnt +reboutonntes +reboutonne +reboutonnent +reboutonner +reboutonnera +reboutonnerai +reboutonneraient +reboutonnerais +reboutonnerait +reboutonneras +reboutonnerez +reboutonneriez +reboutonnerions +reboutonnerons +reboutonneront +reboutonnes +reboutonnez +reboutonn +reboutonne +reboutonnes +reboutonns +reboutonnrent +reboutonniez +reboutonnions +reboutonnons +rebroussa +rebroussai +rebroussaient +rebroussais +rebroussait +rebroussant +rebroussas +rebroussasse +rebroussassent +rebroussasses +rebroussassiez +rebroussassions +rebroussmes +rebrousst +rebrousstes +rebrousse +rebroussement +rebroussements +rebroussent +rebrousser +rebroussera +rebrousserai +rebrousseraient +rebrousserais +rebrousserait +rebrousseras +rebrousserez +rebrousseriez +rebrousserions +rebrousserons +rebrousseront +rebrousses +rebroussez +rebrouss +rebrousse +rebrousses +rebrousss +rebroussrent +rebroussiez +rebroussions +rebroussons +rebuffade +rebuffades +rebut +rebuta +rebutai +rebutaient +rebutais +rebutait +rebutant +rebutas +rebutasse +rebutassent +rebutasses +rebutassiez +rebutassions +rebutmes +rebutt +rebuttes +rebute +rebutent +rebuter +rebutera +rebuterai +rebuteraient +rebuterais +rebuterait +rebuteras +rebuterez +rebuteriez +rebuterions +rebuterons +rebuteront +rebutes +rebutez +rebut +rebute +rebutes +rebuts +rebutrent +rebutiez +rebutions +rebutons +rebuts +recala +recalai +recalaient +recalais +recalait +recalant +recalas +recalasse +recalassent +recalasses +recalassiez +recalassions +recalmes +recalt +recaltes +recale +recalent +recaler +recalera +recalerai +recaleraient +recalerais +recalerait +recaleras +recalerez +recaleriez +recalerions +recalerons +recaleront +recales +recalez +recal +recale +recales +recals +recalrent +recaliez +recalions +recel +recela +recelai +recelaient +recelais +recelait +recelant +recelas +recelasse +recelassent +recelasses +recelassiez +recelassions +recelmes +recelt +receltes +receler +receleur +receleurs +receleuse +receleuses +recelez +recel +recele +receles +recels +recelrent +receliez +recelions +recelons +recels +recensa +recensai +recensaient +recensais +recensait +recensant +recensas +recensasse +recensassent +recensasses +recensassiez +recensassions +recensmes +recenst +recenstes +recense +recensement +recensements +recensent +recenser +recensera +recenserai +recenseraient +recenserais +recenserait +recenseras +recenserez +recenseriez +recenserions +recenserons +recenseront +recenses +recenseur +recenseurs +recensez +recens +recense +recenses +recenss +recensrent +recensiez +recensions +recensons +recepa +recepage +recepages +recepai +recepaient +recepais +recepait +recepant +recepas +recepasse +recepassent +recepasses +recepassiez +recepassions +recepmes +recept +receptes +receper +recepes +recepez +recep +recepe +recepes +receps +receprent +recepiez +recepions +recepons +recette +recettes +recevabilit +recevabilits +recevable +recevables +recevaient +recevais +recevait +recevant +receveur +receveurs +receveuse +receveuses +recevez +receviez +recevions +recevoir +recevons +recevra +recevrai +recevraient +recevrais +recevrait +recevras +recevrez +recevriez +recevrions +recevrons +recevront +recle +reclement +reclements +reclent +reclera +reclerai +recleraient +reclerais +reclerait +recleras +reclerez +recleriez +reclerions +reclerons +recleront +recles +recpe +recpent +recpera +recperai +recperaient +recperais +recperait +recperas +recperez +recperiez +recperions +recperons +recperont +recpes +rechange +rechanges +rechapa pneu +rechapai pneu +rechapaient pneu +rechapais pneu +rechapait pneu +rechapant pneu +rechapas pneu +rechapasse pneu +rechapassent pneu +rechapasses pneu +rechapassiez pneu +rechapassions pneu +rechapmes pneu +rechapt pneu +rechaptes pneu +rechape pneu +rechapent pneu +rechaper pneu +rechapera pneu +rechaperai pneu +rechaperaient pneu +rechaperais pneu +rechaperait pneu +rechaperas pneu +rechaperez pneu +rechaperiez pneu +rechaperions pneu +rechaperons pneu +rechaperont pneu +rechapes pneu +rechapez pneu +rechap pneu +rechape pneu +rechapes pneu +rechaps pneu +rechaprent pneu +rechapiez oneu +rechapions pneu +rechapons pneu +recharge +rechargea +rechargeai +rechargeaient +rechargeais +rechargeait +rechargeant +rechargeas +rechargeasse +rechargeassent +rechargeasses +rechargeassiez +rechargeassions +rechargemes +recharget +rechargetes +rechargement +rechargements +rechargent +rechargeons +recharger +rechargera +rechargerai +rechargeraient +rechargerais +rechargerait +rechargeras +rechargerez +rechargeriez +rechargerions +rechargerons +rechargeront +recharges +rechargez +recharg +recharge +recharges +rechargs +rechargrent +rechargiez +rechargions +rechaussa +rechaussai +rechaussaient +rechaussais +rechaussait +rechaussant +rechaussas +rechaussasse +rechaussassent +rechaussasses +rechaussassiez +rechaussassions +rechaussmes +rechausst +rechausstes +rechausse +rechaussent +rechausser +rechaussera +rechausserai +rechausseraient +rechausserais +rechausserait +rechausseras +rechausserez +rechausseriez +rechausserions +rechausserons +rechausseront +rechausses +rechaussez +rechauss +rechausse +rechausses +rechausss +rechaussrent +rechaussiez +rechaussions +rechaussons +rechercha +recherchai +recherchaient +recherchais +recherchait +recherchant +recherchas +recherchasse +recherchassent +recherchasses +recherchassiez +recherchmes +rechercht +recherchtes +recherche +recherchent +rechercher +recherchera +rechercherai +rechercheraient +rechercherais +rechercherait +rechercheras +rechercherez +rechercheriez +rechercherions +rechercherons +rechercheront +recherches +recherchez +recherch +recherche +recherches +recherchs +recherchrent +recherchiez +recherchions +recherchons +rechigna +rechignai +rechignaient +rechignais +rechignait +rechignant +rechignas +rechignasse +rechignassent +rechignasses +rechignassiez +rechignassions +rechignmes +rechignt +rechigntes +rechigne +rechignent +rechigner +rechignera +rechignerai +rechigneraient +rechignerais +rechignerait +rechigneras +rechignerez +rechigneriez +rechignerions +rechignerons +rechigneront +rechignes +rechignez +rechign +rechigne +rechignes +rechigns +rechignrent +rechigniez +rechignions +rechignons +rechuta +rechutai +rechutaient +rechutais +rechutait +rechutant +rechutas +rechutasse +rechutassent +rechutasses +rechutassiez +rechutassions +rechutmes +rechutt +rechuttes +rechute +rechutent +rechuter +rechutera +rechuterai +rechuteraient +rechuterais +rechuterait +rechuteras +rechuterez +rechuteriez +rechuterions +rechuterons +rechuteront +rechutes +rechutez +rechut +rechute +rechutes +rechuts +rechutrent +rechutiez +rechutions +rechutons +reclassa +reclassai +reclassaient +reclassais +reclassait +reclassant +reclassas +reclassasse +reclassassent +reclassasses +reclassassiez +reclassassions +reclassmes +reclasst +reclasstes +reclasse +reclassement +reclassements +reclassent +reclasser +reclassera +reclasserai +reclasseraient +reclasserais +reclasserait +reclasseras +reclasserez +reclasseriez +reclasserions +reclasserons +reclasseront +reclasses +reclassez +reclass +reclasse +reclasses +reclasss +reclassrent +reclassiez +reclassions +reclassons +reclus +recluse +recluses +recoiffa +recoiffai +recoiffaient +recoiffais +recoiffait +recoiffant +recoiffas +recoiffasse +recoiffassent +recoiffasses +recoiffassiez +recoiffassions +recoiffmes +recoifft +recoifftes +recoiffe +recoiffent +recoiffer +recoiffera +recoifferai +recoifferaient +recoifferais +recoifferait +recoifferas +recoifferez +recoifferiez +recoifferions +recoifferons +recoifferont +recoiffes +recoiffez +recoiff +recoiffe +recoiffes +recoiffs +recoiffrent +recoiffiez +recoiffions +recoiffons +recoin +recoins +recolla +recollage +recollages +recollai +recollaient +recollais +recollait +recollant +recollas +recollasse +recollassent +recollasses +recollassiez +recollassions +recollmes +recollt +recolltes +recolle +recollement +recollements +recollent +recoller +recollera +recollerai +recolleraient +recollerais +recollerait +recolleras +recollerez +recolleriez +recollerions +recollerons +recolleront +recolles +recollez +recoll +recolle +recolles +recolls +recollrent +recolliez +recollions +recollons +recolore +recoloriage +recommanda +recommandable +recommandables +recommandai +recommandaient +recommandais +recommandait +recommandant +recommandas +recommandasse +recommandassent +recommandasses +recommandassiez +recommandassions +recommandation +recommandations +recommandmes +recommandt +recommandtes +recommande +recommandent +recommander +recommandera +recommanderai +recommanderaient +recommanderais +recommanderait +recommanderas +recommanderez +recommanderiez +recommanderions +recommanderons +recommanderont +recommandes +recommandez +recommand +recommande +recommandes +recommands +recommandrent +recommandiez +recommandions +recommandons +recommence +recommencement +recommencements +recommencent +recommencer +recommencera +recommencerai +recommenceraient +recommencerais +recommencerait +recommenceras +recommencerez +recommenceriez +recommencerions +recommencerons +recommenceront +recommences +recommencez +recommenc +recommence +recommences +recommencs +recommencrent +recommenciez +recommencions +recommena +recommenai +recommenaient +recommenais +recommenait +recommenant +recommenas +recommenasse +recommenassent +recommenasses +recommenassiez +recommenassions +recommenmes +recomment +recommentes +recommenons +recommende +recompenser +recompense +reconduction +reconductions +reconduira +reconduirai +reconduiraient +reconduirais +reconduirait +reconduiras +reconduire +reconduirez +reconduiriez +reconduirions +reconduirons +reconduiront +reconduis +reconduisaient +reconduisais +reconduisait +reconduisant +reconduise +reconduisent +reconduises +reconduisez +reconduisiez +reconduisions +reconduisirent +reconduisis +reconduisisse +reconduisissent +reconduisisses +reconduisissiez +reconduisissions +reconduisit +reconduismes +reconduist +reconduistes +reconduisons +reconduit +reconduite +reconduites +reconduits +reconnais +reconnaissable +reconnaissables +reconnaissaient +reconnaissais +reconnaissait +reconnaissance +reconnaissances +reconnaissant +reconnaissante +reconnaissantes +reconnaissants +reconnaisse +reconnaissent +reconnaisses +reconnaissez +reconnaissiez +reconnaissions +reconnaissons +reconnat +reconnatra +reconnatrai +reconnatraient +reconnatrais +reconnatrait +reconnatras +reconnatre +reconnatrez +reconnatriez +reconnatrions +reconnatrons +reconnatront +reconnu +reconnue +reconnues +reconnurent +reconnus +reconnusse +reconnussent +reconnusses +reconnussiez +reconnussions +reconnut +reconnmes +reconnt +reconntes +reconquerra +reconquerrai +reconquerraient +reconquerrais +reconquerrait +reconquerras +reconquerrez +reconquerriez +reconquerrions +reconquerrons +reconquerront +reconquraient +reconqurais +reconqurait +reconqurant +reconqurez +reconqurie +reconquries +reconquriez +reconqurions +reconqurir +reconqurons +reconqute +reconqutes +reconquiers +reconquiert +reconquire +reconquirent +reconquires +reconquirent +reconquis +reconquise +reconquises +reconquisse +reconquissent +reconquisses +reconquissiez +reconquissions +reconquit +reconqumes +reconqutes +reconstitua +reconstituai +reconstituaient +reconstituais +reconstituait +reconstituant +reconstituants +reconstituas +reconstituasse +reconstituassent +reconstituasses +reconstituassiez +reconstituassions +reconstitumes +reconstitut +reconstitutes +reconstitue +reconstituent +reconstituer +reconstituera +reconstituerai +reconstitueraient +reconstituerais +reconstituerait +reconstitueras +reconstituerez +reconstitueriez +reconstituerions +reconstituerons +reconstitueront +reconstitues +reconstituez +reconstitu +reconstitue +reconstitues +reconstitus +reconstiturent +reconstituiez +reconstituions +reconstituons +reconstitution +reconstitutions +reconstruction +reconstructions +reconstruira +reconstruirai +reconstruiraient +reconstruirais +reconstruirait +reconstruiras +reconstruire +reconstruirez +reconstruiriez +reconstruirions +reconstruirons +reconstruiront +reconstruis +reconstruisaient +reconstruisais +reconstruisait +reconstruisant +reconstruise +reconstruisent +reconstruises +reconstruisez +reconstruisiez +reconstruisions +reconstruisirent +reconstruisis +reconstruisisse +reconstruisissent +reconstruisisses +reconstruisissiez +reconstruisissions +reconstruisit +reconstruismes +reconstruist +reconstruistes +reconstruisons +reconstruit +reconstruite +reconstruites +reconstruits +reconversion +reconversions +reconverti +reconvertie +reconverties +reconvertir +reconvertira +reconvertirai +reconvertiraient +reconvertirais +reconvertirait +reconvertiras +reconvertirent +reconvertirez +reconvertiriez +reconvertirions +reconvertirons +reconvertiront +reconvertis +reconvertissaient +reconvertissais +reconvertissait +reconvertissant +reconvertisse +reconvertissent +reconvertisses +reconvertissiez +reconvertissions +reconvertissons +reconvertit +reconvertmes +reconvertt +reconverttes +recopia +recopiai +recopiaient +recopiais +recopiait +recopiant +recopias +recopiasse +recopiassent +recopiasses +recopiassiez +recopiassions +recopimes +recopit +recopites +recopie +recopient +recopier +recopiera +recopierai +recopieraient +recopierais +recopierait +recopieras +recopierez +recopieriez +recopierions +recopierons +recopieront +recopies +recopiez +recopi +recopie +recopies +recopis +recopirent +recopiiez +recopiions +recopions +record +recordman +recordmen +records +recoud +recoudra +recoudrai +recoudraient +recoudrais +recoudrait +recoudras +recoudre +recoudrez +recoudriez +recoudrions +recoudrons +recoudront +recouds +recoupa +recoupai +recoupaient +recoupais +recoupait +recoupant +recoupas +recoupasse +recoupassent +recoupasses +recoupassiez +recoupassions +recoupmes +recoupt +recouptes +recoupe +recoupement +recoupements +recoupent +recouper +recoupera +recouperai +recouperaient +recouperais +recouperait +recouperas +recouperez +recouperiez +recouperions +recouperons +recouperont +recoupes +recoupez +recoup +recoupe +recoupes +recoups +recouprent +recoupiez +recoupions +recoupons +recouraient +recourais +recourait +recourant +recourba +recourbai +recourbaient +recourbais +recourbait +recourbant +recourbas +recourbasse +recourbassent +recourbasses +recourbassiez +recourbassions +recourbmes +recourbt +recourbtes +recourbe +recourbent +recourber +recourbera +recourberai +recourberaient +recourberais +recourberait +recourberas +recourberez +recourberiez +recourberions +recourberons +recourberont +recourbes +recourbez +recourb +recourbe +recourbes +recourbs +recourbrent +recourbiez +recourbions +recourbons +recoure +recourent +recoures +recourez +recouriez +recourions +recourir +recourons +recourra +recourrai +recourraient +recourrais +recourrait +recourras +recourrez +recourriez +recourrions +recourrons +recourront +recours +recourt +recouru +recourue +recourues +recoururent +recourus +recourusse +recourussent +recourusses +recourussiez +recourussions +recourut +recourmes +recourt +recourtes +recousaient +recousais +recousait +recousant +recouse +recousent +recouses +recousez +recousiez +recousions +recousirent +recousis +recousisse +recousissent +recousisses +recousissiez +recousissions +recousit +recousmes +recoust +recoustes +recousons +recousu +recousue +recousues +recousus +recouvert +recouvertes +recouvra +recouvrable +recouvrables +recouvrage +recouvrages +recouvrai +recouvraient +recouvrais +recouvrait +recouvrant +recouvras +recouvrasse +recouvrassent +recouvrasses +recouvrassiez +recouvrassions +recouvrmes +recouvrt +recouvrtes +recouvre +recouvrement +recouvrements +recouvrent +recouvrer +recouvrera +recouvrerai +recouvreraient +recouvrerais +recouvrerait +recouvreras +recouvrerez +recouvreriez +recouvrerions +recouvrerons +recouvreront +recouvres +recouvrez +recouvr +recouvre +recouvres +recouvrs +recouvrrent +recouvri +recouvrie +recouvries +recouvriez +recouvrions +recouvrir +recouvrira +recouvrirai +recouvriraient +recouvrirais +recouvrirait +recouvriras +recouvrirent +recouvrirez +recouvririez +recouvririons +recouvrirons +recouvriront +recouvris +recouvrissaient +recouvrissais +recouvrissait +recouvrissant +recouvrisse +recouvrissent +recouvrisses +recouvrissez +recouvrissiez +recouvrissions +recouvrissons +recouvrit +recouvrmes +recouvrt +recouvrtes +recouvrons +recracha +recrachai +recrachaient +recrachais +recrachait +recrachant +recrachas +recrachasse +recrachassent +recrachasses +recrachassiez +recrachassions +recrachmes +recracht +recrachtes +recrache +recrachent +recracher +recrachera +recracherai +recracheraient +recracherais +recracherait +recracheras +recracherez +recracheriez +recracherions +recracherons +recracheront +recraches +recrachez +recrach +recrache +recraches +recrachs +recrachrent +recrachiez +recrachions +recrachons +recra +recrai +recraient +recrais +recrait +recrant +recras +recrasse +recrassent +recrasses +recrassiez +recrassions +recrmes +recrt +recrtes +recre +recrent +recrer +recrera +recrerai +recreraient +recrerais +recrerait +recreras +recrerez +recreriez +recrerions +recrerons +recreront +recres +recrez +recr +recre +recres +recrs +recrrent +recriez +recrions +recrons +recroquevilla +recroquevillai +recroquevillaient +recroquevillais +recroquevillait +recroquevillant +recroquevillas +recroquevillasse +recroquevillassent +recroquevillasses +recroquevillassiez +recroquevillassions +recroquevillmes +recroquevillt +recroquevilltes +recroqueville +recroquevillent +recroqueviller +recroquevillera +recroquevillerai +recroquevilleraient +recroquevillerais +recroquevillerait +recroquevilleras +recroquevillerez +recroquevilleriez +recroquevillerions +recroquevillerons +recroquevilleront +recroquevilles +recroquevillez +recroquevill +recroqueville +recroquevilles +recroquevills +recroquevillrent +recroquevilliez +recroquevillions +recroquevillons +recru +recrudescence +recrudescences +recrue +recrues +recrus +recruta +recrutai +recrutaient +recrutais +recrutait +recrutant +recrutas +recrutasse +recrutassent +recrutasses +recrutassiez +recrutassions +recrutmes +recrutt +recruttes +recrute +recrutement +recrutements +recrutent +recruter +recrutera +recruterai +recruteraient +recruterais +recruterait +recruteras +recruterez +recruteriez +recruterions +recruterons +recruteront +recrutes +recruteur +recruteurs +recrutez +recrut +recrute +recrutes +recruts +recrutrent +recrutiez +recrutions +recrutons +recta +rectal +rectale +rectales +rectangle +rectangles +rectangulaire +rectangulaires +rectaux +recteur +recteurs +rectifia +rectifiai +rectifiaient +rectifiais +rectifiait +rectifiant +rectifias +rectifiasse +rectifiassent +rectifiasses +rectifiassiez +rectifiassions +rectifimes +rectifit +rectifites +rectificatif +rectificatifs +rectification +rectifications +rectificative +rectificatives +rectifie +rectifient +rectifier +rectifiera +rectifierai +rectifieraient +rectifierais +rectifierait +rectifieras +rectifierez +rectifieriez +rectifierions +rectifierons +rectifieront +rectifies +rectifiez +rectifi +rectifie +rectifies +rectifis +rectifirent +rectifiiez +rectifiions +rectifions +rectiligne +rectilignes +rectitude +rectitudes +recto +rectoral +rectorale +rectorales +rectorat +rectorats +rectoraux +rectum +rectums +recueil +recueillement +recueillements +recueilli +recueillie +recueillies +recueillir +recueillira +recueillirai +recueilliraient +recueillirais +recueillirait +recueilliras +recueillirent +recueillirez +recueilliriez +recueillirions +recueillirons +recueilliront +recueillis +recueillissaient +recueillissais +recueillissait +recueillissant +recueillisse +recueillissent +recueillisses +recueillissez +recueillissiez +recueillissions +recueillissons +recueillit +recueillmes +recueillt +recueilltes +recueils +recuit +recuira +recuirai +recuiraient +recuirais +recuirait +recuiras +recuire +recuirez +recuiriez +recuirions +recuirons +recuiront +recuis +recuisaient +recuisais +recuisait +recuisant +recuise +recuisent +recuises +recuisez +recuisiez +recuisions +recuisirent +recuisis +recuisisse +recuisissent +recuisisses +recuisissiez +recuisissions +recuisit +recuismes +recuist +recuistes +recuisons +recuit +recuite +recuites +recuits +recul +recula +reculade +reculades +reculai +reculaient +reculais +reculait +reculant +reculas +reculasse +reculassent +reculasses +reculassiez +reculassions +reculmes +recult +recultes +recule +reculent +reculer +reculera +reculerai +reculeraient +reculerais +reculeras +reculerez +reculeriez +reculerions +reculerons +reculeront +recules +reculez +recul +recule +recules +reculs +reculrent +reculiez +reculions +reculons +reculs +recyclage +recyclages +reois +reoisse +reoissent +reoisses +reoissiez +reoissions +reoit +reoive +reoivent +reoives +reot +reu +reue +reues +reurent +reus +reut +remes +retes +redan +redans +reddition +redditions +redemanda +redemandai +redemandaient +redemandais +redemandait +redemandant +redemandas +redemandasse +redemandassent +redemandasses +redemandassiez +redemandassions +redemandmes +redemandt +redemandtes +redemande +redemandent +redemander +redemandera +redemanderai +redemanderaient +redemanderais +redemanderait +redemanderas +redemanderez +redemanderiez +redemanderions +redemanderons +redemanderont +redemandes +redemandez +redemand +redemande +redemandes +redemands +redemandrent +redemandiez +redemandions +redemandons +redent +redents +redescend +redescendaient +redescendais +redescendait +redescendant +redescende +redescendent +redescendes +redescendez +redescendiez +redescendions +redescendirent +redescendis +redescendisse +redescendissent +redescendisses +redescendissiez +redescendissions +redescendit +redescendmes +redescendt +redescendtes +redescendons +redescendra +redescendrai +redescendraient +redescendrais +redescendrait +redescendras +redescendre +redescendrez +redescendriez +redescendrions +redescendrons +redescendront +redescends +redescendu +redescendue +redescendues +redescendus +redevable +redevables +redevance +redevances +redevenaient +redevenais +redevenait +redevenant +redevenez +redeveniez +redevenions +redevenir +redevenons +redevenu +redevenue +redevenues +redevenus +redeviendra +redeviendrai +redeviendraient +redeviendrais +redeviendrait +redeviendras +redeviendrez +redeviendriez +redeviendrions +redeviendrons +redeviendront +redevienne +redeviennent +redeviennes +redeviens +redevient +redevinrent +redevins +redevinsse +redevinssent +redevinsses +redevinssiez +redevinssions +redevint +redevnmes +redevnt +redevntes +redcourvert +redcourverte +redcourvertes +redcourverts +redcourvir +redcourvira +redcourvirai +redcourviraient +redcourvirais +redcourvirait +redcourviras +redcourvirez +redcourviriez +redcourvirions +redcourvirons +redcourviront +redcourvrais +redcourvrait +redcourvrant +redcourvre +redcourvrent +redcourvres +redcourvrez +redcourvriez +redcourvrions +redcourvrirent +redcourvris +redcourvrisse +redcourvrissent +redcourvrisses +redcourvrissiez +redcourvrissions +redcourvrit +redcourvrmes +redcourvrt +redcourvrtes +redcourvrons +redcouvre +redcouvrent +redfini +redfinie +redfinies +redfinir +redfinira +redfinirai +redfiniraient +redfinirais +redfinirait +redfiniras +redfinirent +redfinirez +redfiniriez +redfinirions +redfinirons +redfiniront +redfinis +redfinissaient +redfinissais +redfinissait +redfinissant +redfinisse +redfinissez +redfinissiez +redfinissions +redfinissons +redfinit +redfinition +redfinitions +redfinmes +redfint +redfintes +redingote +redingotes +redira +redirai +rediraient +redirais +redirait +rediras +redire +redirection +redirections +redirent +redirez +rediriez +redirige +redirigea +redirigeai +redirigeaient +redirigeais +redirigeait +redirigeant +redirigeas +redirigeasse +redirigeassent +redirigeasses +redirigeassiez +redirigeassions +redirigemes +rediriget +redirigent +rediriger +redirigera +redirigerai +redirigeraient +redirigerais +redirigerait +redirigeras +redirigerez +redirigeriez +redirigerions +redirigerons +redirigeront +rediriges +redirigez +redirig +redirige +rediriges +redirigs +redirigrent +redirigiez +redirigions +redirigons +redirions +redirons +rediront +redis +redisaient +redisais +redisait +redisant +redise +redisent +redises +redisez +redisiez +redisions +redisons +redisse +redissent +redisses +redissiez +redissions +redistribuer +redit +redite +redites +redits +redmes +redt +redtes +redondance +redondances +redondant +redondante +redondantes +redondants +redonna +redonnai +redonnaient +redonnais +redonnait +redonnant +redonnas +redonnasse +redonnassent +redonnasses +redonnassiez +redonnassions +redonnmes +redonnt +redonntes +redonne +redonnent +redonner +redonnera +redonnerai +redonneraient +redonnerais +redonnerait +redonneras +redonnerez +redonneriez +redonnerions +redonnerons +redonneront +redonnes +redonnez +redonn +redonne +redonnes +redonns +redonnrent +redonniez +redonnions +redonnons +redora +redorai +redoraient +redorais +redorait +redorant +redoras +redorasse +redorassent +redorasses +redorassiez +redorassions +redormes +redort +redortes +redore +redorent +redorer +redorera +redorerai +redoreraient +redorerais +redorerait +redoreras +redorerez +redoreriez +redorerions +redorerons +redoreront +redores +redorez +redor +redore +redores +redors +redorrent +redoriez +redorions +redorons +redoubla +redoublai +redoublaient +redoublais +redoublait +redoublant +redoublante +redoublantes +redoublants +redoublas +redoublasse +redoublassent +redoublasses +redoublassiez +redoublassions +redoublmes +redoublt +redoubltes +redouble +redoublement +redoublements +redoublent +redoubler +redoublera +redoublerai +redoubleraient +redoublerais +redoublerait +redoubleras +redoublerez +redoubleriez +redoublerions +redoublerons +redoubleront +redoubles +redoublez +redoubl +redouble +redoubles +redoubls +redoublrent +redoubliez +redoublions +redoublons +redouta +redoutable +redoutables +redoutai +redoutaient +redoutais +redoutait +redoutant +redoutas +redoutasse +redoutassent +redoutasses +redoutassiez +redoutassions +redoutmes +redoutt +redouttes +redoute +redoutent +redouter +redoutera +redouterai +redouteraient +redouterais +redouterait +redouteras +redouterez +redouteriez +redouterions +redouterons +redouteront +redoutes +redoutez +redout +redoute +redoutes +redouts +redoutrent +redoutiez +redoutions +redoutons +redressa +redressai +redressaient +redressais +redressait +redressas +redressasse +redressassent +redressasses +redressassiez +redressassions +redressmes +redresst +redresstes +redresse +redressement +redressements +redressent +redresser +redressera +redresserai +redresseraient +redresserais +redresserait +redresseras +redresserez +redresseriez +redresserions +redresserons +redresseront +redresses +redresseur +redresseurs +redressez +redress +redresse +redresses +redresss +redressrent +redressiez +redressions +redressons +refaire +refais +refaisaient +refaisais +refaisait +refaisant +refaisez +refaisiez +refaisions +refaisons +refait +refaite +refaitent +refaites +refaits +refasse +refassent +refasses +refassiez +refassions +refend +refends +refera +referai +referaient +referais +referait +referas +referez +referiez +referions +referme +refermer +refermez +referm +referons +referont +refiler +refil +refirent +refis +refisse +refissent +refisses +refissiez +refissions +refit +refixer +refmes +reft +reftes +reflet +reflets +refleuri +refleurie +refleuries +refleurir +refleurira +refleurirai +refleuriraient +refleurirais +refleurirait +refleuriras +refleurirent +refleurirez +refleuririez +refleuririons +refleurirons +refleuriront +refleuris +refleurissaient +refleurissais +refleurissait +refleurissant +refleurisse +refleurissent +refleurisses +refleurissez +refleurissiez +refleurissions +refleurissons +refleurit +refleurmes +refleurt +refleurtes +reflta +refltai +refltaient +refltais +refltait +refltant +refltas +refltasse +refltassent +refltasses +refltassiez +refltassions +refltmes +refltt +reflttes +reflter +refltera +reflterai +reflteraient +reflterais +reflterait +reflteras +reflterez +reflteriez +reflterions +reflterons +reflteront +refltez +reflt +reflte +refltes +reflts +refltrent +refltiez +refltions +refltons +reflte +refltent +refltes +reflua +refluai +refluaient +refluais +refluait +refluant +refluas +refluasse +refluassent +refluasses +refluassiez +refluassions +refluassons +reflumes +reflut +reflutes +reflue +refluent +refluer +refluera +refluerai +reflueraient +refluerais +refluerait +reflueras +refluerez +reflueriez +refluerions +refluerons +reflueront +reflues +refluez +reflu +reflue +reflues +reflus +reflurent +refluiez +refluions +refluons +reflux +refond +refondaient +refondais +refondait +refondant +refonde +refondent +refondes +refondez +refondiez +refondions +refondis +refondisse +refondissent +refondisses +refondissiez +refondissions +refondit +refondmes +refondt +refondtes +refondons +refondra +refondrai +refondraient +refondrais +refondrait +refondras +refondre +refondrez +refondriez +refondrions +refondrons +refondront +refonds +refondu +refondue +refondues +refondus +refont +refonte +reforma de nouveau +reformai de nouveau +reformaient de nouveau +reformais de nouveau +reformait de nouveau +reformant de nouveau +reformas de nouveau +reformasse de nouveau +reformassent de nouveau +reformasses de nouveau +reformassiez de nouveau +reformassions de nouveau +reformmes de nouveau +reformt de nouveau +reformtes de nouveau +reforme de nouveau +reforment de nouveau +reformer de nouveau +reformera de nouveau +reformerai de nouveau +reformeraient de nouveau +reformerais de nouveau +reformerait de nouveau +reformeras de nouveau +reformerez de nouveau +reformeriez de nouveau +reformerions de nouveau +reformerons de nouveau +reformeront de nouveau +reformes de nouveau +reformez de nouveau +reform de nouveau +reforme de nouveau +reformes de nouveau +reforms de nouveau +reformrent de nouveau +reformiez de nouveau +reformions de nouveau +reformons de nouveau +refoula +refoulai +refoulaient +refoulais +refoulait +refoulant +refoulas +refoulasse +refoulassent +refoulasses +refoulassiez +refoulassions +refoulmes +refoult +refoultes +refoule +refoulement +refoulements +refoulent +refouler +refoulera +refoulerai +refouleraient +refoulerais +refoulerait +refouleras +refoulerez +refouleriez +refoulerions +refoulerons +refouleront +refoules +refoulez +refoul +refoule +refoules +refouls +refoulrent +refouliez +refoulions +refoulons +refrain +refrains +refrna +refrnai +refrnaient +refrnais +refrnait +refrnant +refrnas +refrnasse +refrnassent +refrnasses +refrnassiez +refrnassions +refrnmes +refrnt +refrntes +refrner +refrnera +refrnerai +refrneraient +refrnerais +refrnerait +refrneras +refrnerez +refrneriez +refrnerions +refrnerons +refrneront +refrnez +refrn +refrne +refrnes +refrns +refrnrent +refrniez +refrnions +refrnons +refrne +refrnent +refrnes +refroidi +refroidie +refroidies +refroidir +refroidira +refroidirai +refroidiraient +refroidirais +refroidirait +refroidiras +refroidirent +refroidirez +refroidiriez +refroidirions +refroidirons +refroidiront +refroidis +refroidissaient +refroidissais +refroidissait +refroidissant +refroidisse +refroidissement +refroidissements +refroidissent +refroidisses +refroidissez +refroidissiez +refroidissions +refroidissons +refroidit +refroidmes +refroidt +refroidtes +refuge +refuges +refugia +refugiai +refugiaient +refugiais +refugiait +refugiant +refugias +refugiasse +refugiassent +refugiasses +refugiassiez +refugiassions +refugimes +refugit +refugites +refugie +refugient +refugier +refugiera +refugierai +refugieraient +refugierais +refugierait +refugieras +refugierez +refugieriez +refugierions +refugierons +refugieront +refugies +refugiez +refugi +refugie +refugies +refugis +refugirent +refugiiez +refugiions +refugions +refus +refusa +refusai +refusaient +refusais +refusait +refusant +refusas +refusasse +refusassent +refusasses +refusassiez +refusassions +refusmes +refust +refustes +refuse +refusent +refuser +refusera +refuserai +refuseraient +refuserais +refuserait +refuseras +refuserez +refuseriez +refuserions +refuserons +refuseront +refuses +refusez +refus +refuse +refuses +refuss +refusrent +refusiez +refusions +refusons +regagna +regagnai +regagnaient +regagnais +regagnait +regagnant +regagnas +regagnasse +regagnassent +regagnasses +regagnassiez +regagnassions +regagnmes +regagnt +regagntes +regagne +regagnent +regagner +regagnera +regagnerai +regagneraient +regagnerais +regagnerait +regagneras +regagnerez +regagneriez +regagnerions +regagnerons +regagneront +regagnes +regagnez +regagn +regagne +regagnes +regagns +regagnrent +regagniez +regagnions +regagnons +regain +regains +regard +regarda +regardai +regardaient +regardais +regardait +regardant +regardante +regardantes +regardants +regardas +regardasse +regardassent +regardasses +regardassiez +regardassions +regardmes +regardt +regardtes +regarde +regardent +regarder +regardera +regarderai +regarderaient +regarderais +regarderait +regarderas +regarderez +regarderiez +regarderions +regarderons +regarderont +regardes +regardez +regard +regarde +regardes +regards +regardrent +regardiez +regardions +regardons +regards +regarni +regarnie +regarnies +regarnir +regarnira +regarnirai +regarniraient +regarnirais +regarnirait +regarniras +regarnirent +regarnirez +regarniriez +regarnirions +regarnirons +regarniront +regarnis +regarnissaient +regarnissais +regarnissait +regarnissant +regarnisse +regarnissent +regarnisses +regarnissez +regarnissiez +regarnissions +regarnissons +regarnit +regarnmes +regarnt +regarntes +regimba +regimbai +regimbaient +regimbais +regimbait +regimbant +regimbas +regimbasse +regimbassent +regimbasses +regimbassiez +regimbassions +regimbmes +regimbt +regimbtes +regimbe +regimbent +regimber +regimbera +regimberai +regimberaient +regimberais +regimberait +regimberas +regimberez +regimberiez +regimberions +regimberons +regimberont +regimbes +regimbez +regimb +regimbe +regimbes +regimbrent +regimbiez +regimbions +regimbons +registre +registres +regonfla +regonflai +regonflaient +regonflais +regonflait +regonflant +regonflas +regonflasse +regonflassent +regonflasses +regonflassiez +regonflassions +regonflmes +regonflt +regonflte +regonfle +regonflent +regonfler +regonflera +regonflerai +regonfleraient +regonflerais +regonflerait +regonfleras +regonflerez +regonfleriez +regonflerions +regonflerons +regonfleront +regonfles +regonflez +regonfl +regonfle +regonfles +regonfls +regonflrent +regonfliez +regonflions +regonflons +regorge +regorgea +regorgeai +regorgeaient +regorgeais +regorgeait +regorgeant +regorgeas +regorgeasse +regorgeassent +regorgeasses +regorgeassiez +regorgeassions +regorgemes +regorget +regorgetes +regorgement +regorgements +regorgent +regorgeons +regorger +regorgera +regorgerai +regorgeraient +regorgerais +regorgerait +regorgeras +regorgerez +regorgeriez +regorgerions +regorgerons +regorgeront +regorges +regorgez +regorg +regorge +regorges +regorgs +regorgrent +regorgiez +regorgions +regret +regrets +regretta +regrettable +regrettables +regrettai +regrettaient +regrettais +regrettait +regrettant +regrettas +regrettasse +regrettassent +regrettasses +regrettassiez +regrettassions +regrettmes +regrettt +regretttes +regrette +regrettent +regretter +regrettera +regretterai +regretteraient +regretterais +regretterait +regretteras +regretterez +regretteriez +regretterions +regretterons +regretteront +regrettes +regrettez +regrett +regrette +regrettes +regretts +regrettrent +regrettiez +regrettions +regrettons +regrimpa +regrimpai +regrimpaient +regrimpais +regrimpait +regrimpant +regrimpas +regrimpasse +regrimpassent +regrimpasses +regrimpassiez +regrimpassions +regrimpmes +regrimpt +regrimptes +regrimpe +regrimpent +regrimper +regrimpera +regrimperai +regrimperaient +regrimperais +regrimperait +regrimperas +regrimperez +regrimperiez +regrimperions +regrimperons +regrimperont +regrimpes +regrimpez +regrimp +regrimpe +regrimpes +regrimps +regrimprent +regrimpiez +regrimpions +regrimpons +regroupait +regroupant +regroupe +regroupement +regrouper +regroupera +regroupes +regroups +regroupons +rehaussa +rehaussai +rehaussaient +rehaussais +rehaussait +rehaussant +rehaussas +rehaussasse +rehaussassent +rehaussasses +rehaussassiez +rehaussassions +rehaussmes +rehausst +rehausstes +rehausse +rehaussement +rehaussements +rehaussent +rehausser +rehaussera +rehausserai +rehausseraient +rehausserais +rehausserait +rehausseras +rehausserez +rehausseriez +rehausserions +rehausserons +rehausseront +rehausses +rehaussez +rehauss +rehausse +rehausses +rehausss +rehaussrent +rehaussiez +rehaussions +rehaussons +rein +reine +reines +reinette +reinettes +reins +retre +retres +rejailli +rejaillie +rejaillies +rejaillir +rejaillira +rejaillirai +rejailliraient +rejaillirais +rejaillirait +rejailliras +rejaillirent +rejaillirez +rejailliriez +rejaillirions +rejaillirons +rejailliront +rejaillis +rejaillissaient +rejaillissais +rejaillissait +rejaillissant +rejaillisse +rejaillissement +rejaillissements +rejaillissent +rejaillisses +rejaillissez +rejaillissiez +rejaillissions +rejaillissons +rejaillit +rejaillmes +rejaillt +rejailltes +rejet +rejeta +rejetai +rejetaient +rejetais +rejetait +rejetant +rejetas +rejetasse +rejetassent +rejetasses +rejetassiez +rejetassions +rejetmes +rejett +rejettes +rejeter +rejetez +rejet +rejete +rejetes +rejets +rejetrent +rejetiez +rejetions +rejeton +rejetons +rejets +rejette +rejettent +rejettera +rejetterai +rejetteraient +rejetterais +rejetterait +rejetteras +rejetterez +rejetteriez +rejetterions +rejetterons +rejetteront +rejettes +rejoignaient +rejoignais +rejoignait +rejoignant +rejoigne +rejoignent +rejoignes +rejoignez +rejoigniez +rejoignions +rejoignirent +rejoignis +rejoignisse +rejoignissent +rejoignisses +rejoignissiez +rejoignissions +rejoignit +rejoignmes +rejoignt +rejoigntes +rejoignons +rejoindra +rejoindrai +rejoindraient +rejoindrais +rejoindrait +rejoindras +rejoindre +rejoindrez +rejoindriez +rejoindrions +rejoindrons +rejoindront +rejoins +rejoint +rejointe +rejointes +rejoints +rejoua +rejouai +rejouaient +rejouais +rejouait +rejouant +rejouas +rejouasse +rejouassent +rejouasses +rejouassiez +rejouassions +rejoumes +rejout +rejoutes +rejoue +rejouent +rejouer +rejouera +rejouerai +rejoueraient +rejouerais +rejouerait +rejoueras +rejouerez +rejoueriez +rejouerions +rejouerons +rejoueront +rejoues +rejouez +rejou +rejoue +rejoues +rejous +rejourent +rejouiez +rejouions +rejouons +relaie +relaient +relaiera +relaierai +relaieraient +relaierais +relaierait +relaieras +relaierez +relaieriez +relaierions +relaierons +relaieront +relaies +relais +relance +relancent +relancer +relancera +relancerai +relanceraient +relancerais +relancerait +relanceras +relancerez +relanceriez +relancerions +relancerons +relanceront +relances +relancez +relanc +relance +relances +relancs +relancrent +relanciez +relancions +relana +relanai +relanaient +relanais +relanait +relanant +relanas +relanasse +relanassent +relanasses +relanassiez +relanassions +relanmes +relant +relantes +relanons +relaps +relapse +relapses +relata +relatai +relataient +relatais +relatait +relatant +relatas +relatasse +relatassent +relatasses +relatassiez +relatassions +relatmes +relatt +relattes +relate +relatent +relater +relatera +relaterai +relateraient +relaterais +relaterait +relateras +relaterez +relateriez +relaterions +relaterons +relateront +relates +relatez +relat +relate +relates +relats +relatrent +relatiez +relatif +relatifs +relation +relationnel +relationnelle +relationnelles +relationnels +relations +relative +relativement +relatives +relativisme +relativit +relatons +relax +relaxa +relaxai +relaxaient +relaxais +relaxait +relaxant +relaxas +relaxasse +relaxassent +relaxasses +relaxassiez +relaxassions +relaxation +relaxations +relaxmes +relaxt +relaxtes +relaxe +relaxent +relaxer +relaxera +relaxerai +relaxeraient +relaxerais +relaxerait +relaxeras +relaxerez +relaxeriez +relaxerions +relaxerons +relaxeront +relaxes +relaxez +relax +relaxe +relaxes +relaxs +relaxrent +relaxiez +relaxions +relaxons +relaya +relayai +relayaient +relayais +relayait +relayant +relayas +relayasse +relayassent +relayasses +relayassiez +relayassions +relaymes +relayt +relaytes +relayer +relayez +relay +relaye +relayes +relays +relayrent +relayiez +relayions +relayons +relcha +relchai +relchaient +relchais +relchait +relchant +relchas +relchasse +relchassent +relchasses +relchassiez +relchassions +relchmes +relcht +relchtes +relche +relchement +relchements +relchent +relcher +relchera +relcherai +relcheraient +relcherais +relcherait +relcheras +relcherez +relcheriez +relcherions +relcherons +relcheront +relches +relchez +relch +relche +relches +relchs +relchrent +relchiez +relchions +relchons +relent +relents +releva +relevai +relevaient +relevailles +relevais +relevait +relevant +relevas +relevasse +relevassent +relevasses +relevassiez +relevassions +relevmes +relevt +relevtes +relever +releveur +releveurs +relevez +relev +releve +releves +relevs +relevrent +releviez +relevions +relevons +relgation +relgations +relgua +relguai +relguaient +relguais +relguait +relguant +relguas +relguasse +relguassent +relguasses +relguassiez +relguassions +relgumes +relgut +relgutes +relguer +relguera +relguerai +relgueraient +relguerais +relguerait +relgueras +relguerez +relgueriez +relguerions +relguerons +relgueront +relguez +relgu +relgue +relgues +relgus +relgurent +relguiez +relguions +relguons +relgue +relguent +relgues +relve +relvement +relvements +relvent +relvera +relverai +relveraient +relverais +relverait +relveras +relverez +relveriez +relverions +relverons +relveront +relves +relia +reliai +reliaient +reliais +reliait +reliant +relias +reliasse +reliassent +reliasses +reliassiez +reliassions +relimes +relit +relites +relie +relief +reliefs +relient +relier +reliera +relierai +relieraient +relierais +relierait +relieras +relierez +relieriez +relierions +relierons +relieront +relies +relieur +relieurs +relieuse +relieuses +reliez +reli +relie +relies +relis +relirent +religieuse +religieusement +religieuses +religieux +religion +religions +religiosit +religiosits +reliiez +reliions +relions +reliquaire +reliquaires +reliquat +reliquats +relique +reliques +relira +relirai +reliraient +relirais +relirait +reliras +relire +relirez +reliriez +relirions +relirons +reliront +relis +relisaient +relisais +relisait +relisant +relise +relisent +relises +relisez +relisiez +relisons +relit +reliure +reliures +relogeable +relogeables +reloua +relouai +relouaient +relouais +relouait +relouant +relouas +relouasse +relouassent +relouasses +relouassiez +relouassions +reloumes +relout +reloutes +reloue +relouent +relouer +relouera +relouerai +reloueraient +relouerais +relouerait +reloueras +relouerez +reloueriez +relouerions +relouerons +reloueront +reloues +relouez +relou +reloue +reloues +relous +relourent +relouiez +relouions +relouons +relu +relue +relues +relui +reluie +reluies +reluira +reluirai +reluiraient +reluirais +reluirait +reluiras +reluire +reluirez +reluiriez +reluirions +reluirons +reluiront +reluis +reluisaient +reluisais +reluisait +reluisant +reluisante +reluisantes +reluisants +reluise +reluisent +reluises +reluisez +reluisiez +reluisions +reluisirent +reluisis +reluisisse +reluisissent +reluisisses +reluisissiez +reluisissions +reluisit +reluismes +reluist +reluistes +reluisons +reluit +relus +relusse +relussent +relusses +relussiez +relussions +relut +relmes +relt +reltes +remaillai +remaillaient +remaillais +remaillait +remaillant +remaillas +remaillasse +remaillassent +remaillasses +remaillassiez +remaillassions +remaillmes +remaillt +remailltes +remaille +remaillent +remailler +remaillera +remaillerai +remailleraient +remaillerais +remaillerait +remailleras +remaillerez +remailleriez +remaillerions +remaillerons +remailleront +remailles +remaillez +remaill +remaille +remailles +remaills +remaillrent +remailliez +remaillions +remaillons +remania +remaniai +remaniaient +remaniais +remaniait +remaniant +remanias +remaniasse +remaniassent +remaniasses +remaniassiez +remaniassions +remanimes +remanit +remanites +remanie +remaniement +remaniements +remanient +remanier +remaniera +remanierai +remanieraient +remanierais +remanierait +remanieras +remanierez +remanieriez +remanierions +remanierons +remanieront +remanies +remaniez +remani +remanie +remanies +remanis +remanirent +remaniiez +remaniions +remanions +remaria +remariage +remariages +remariai +remariaient +remariais +remariait +remariant +remarias +remariasse +remariassent +remariasses +remariassiez +remariassions +remarimes +remarit +remarites +remarie +remarient +remarier +remariera +remarierai +remarieraient +remarierais +remarierait +remarieras +remarierez +remarieriez +remarierions +remarierons +remarieront +remaries +remariez +remari +remarie +remaries +remaris +remarirent +remariiez +remariions +remarions +remarqua +remarquable +remarquablement +remarquables +remarquai +remarquaient +remarquais +remarquait +remarquant +remarquas +remarquasse +remarquassent +remarquasses +remarquassiez +remarquassions +remarqumes +remarqut +remarqutes +remarque +remarquent +remarquer +remarquera +remarquerai +remarqueraient +remarquerais +remarquerait +remarquerez +remarqueriez +remarquerions +remarquerons +remarqueront +remarques +remarquez +remarqu +remarque +remarques +remarqus +remarqurent +remarquiez +remarquions +remarquons +remcha +remchai +remchaient +remchais +remchait +remchant +remchas +remchasse +remchassent +remchasses +remchassiez +remchassions +remchmes +remcht +remchtes +remche +remchent +remcher +remchera +remcherai +remcheraient +remcherais +remcherait +remcheras +remcherez +remcheriez +remcherions +remcherons +remcheront +remches +remchez +remch +remche +remches +remchs +remchrent +remchiez +remchions +remchons +rembarqua +rembarquai +rembarquaient +rembarquais +rembarquait +rembarquant +rembarquas +rembarquasse +rembarquassent +rembarquasses +rembarquassiez +rembarquassions +rembarqumes +rembarqut +rembarqutes +rembarque +rembarquement +rembarquements +rembarquent +rembarquer +rembarquera +rembarquerai +rembarqueraient +rembarquerais +rembarquerait +rembarqueras +rembarquerez +rembarqueriez +rembarquerions +rembarquerons +rembarqueront +rembarques +rembarquez +rembarqu +rembarque +rembarques +rembarqus +rembarqurent +rembarquiez +rembarquions +rembarquons +rembarra +rembarrai +rembarraient +rembarrais +rembarrait +rembarrant +rembarras +rembarrasse +rembarrassent +rembarrasses +rembarrassiez +rembarrassions +rembarrmes +rembarrt +rembarrtes +rembarre +rembarrent +rembarrer +rembarrera +rembarrerai +rembarreraient +rembarrerais +rembarrerait +rembarreras +rembarrerez +rembarreriez +rembarrerions +rembarrerons +rembarreront +rembarres +rembarrez +rembarr +rembarre +rembarres +rembarrs +rembarrrent +rembarriez +rembarrions +rembarrons +remblai +remblaie +remblaient +remblaiera +remblaierai +remblaieraient +remblaierais +remblaierait +remblaieras +remblaierez +remblaieriez +remblaierions +remblaierons +remblaieront +remblaies +remblais +remblaya +remblayage +remblayages +remblayai +remblayaient +remblayais +remblayait +remblayant +remblayas +remblayasse +remblayassent +remblayasses +remblayassiez +remblayassions +remblaymes +remblayt +remblaytes +remblayer +remblayez +remblay +remblaye +remblayes +remblays +remblayrent +remblayiez +remblayions +remblayons +rembota +rembotai +rembotaient +rembotais +rembotait +rembotant +rembotas +rembotasse +rembotassent +rembotasses +rembotassiez +rembotassions +rembotmes +rembott +rembottes +rembote +rembotent +remboter +rembotera +remboterai +remboteraient +remboterais +remboterait +remboteras +remboterez +remboteriez +remboterions +remboterons +remboteront +rembotes +rembotez +rembot +rembote +rembotes +rembots +rembotrent +rembotiez +rembotions +rembotons +rembourra +rembourrage +rembourrages +rembourrai +rembourraient +rembourrait +rembourrant +rembourras +rembourrasse +rembourrassent +rembourrasses +rembourrassiez +rembourrassions +rembourrmes +rembourrt +rembourrtes +rembourre +rembourrent +rembourrer +rembourrera +rembourrerai +rembourreraient +rembourrerais +rembourrerait +rembourreras +rembourrerez +rembourreriez +rembourrerions +rembourrerons +rembourreront +rembourres +rembourrez +rembourr +rembourre +rembourres +rembourrs +rembourrrent +rembourriez +rembourrions +rembourrons +remboursa +remboursable +remboursables +remboursai +remboursaient +remboursais +remboursait +remboursant +remboursas +remboursasse +remboursassent +remboursasses +remboursassiez +remboursassions +remboursmes +rembourst +rembourstes +rembourse +remboursement +remboursements +remboursent +rembourser +remboursera +rembourserai +rembourseraient +rembourserais +rembourserait +rembourseras +rembourserez +rembourseriez +rembourserions +rembourserons +rembourseront +rembourses +remboursez +rembours +rembourse +rembourses +rembourss +remboursrent +remboursiez +remboursions +remboursons +rembruni +rembrunie +rembrunies +rembrunir +rembrunira +rembrunirai +rembruniraient +rembrunirais +rembrunirait +rembruniras +rembrunirent +rembrunirez +rembruniriez +rembrunirions +rembrunirons +rembruniront +rembrunis +rembrunissaient +rembrunissais +rembrunissait +rembrunissant +rembrunisse +rembrunissent +rembrunisses +rembrunissez +rembrunissiez +rembrunissions +rembrunissons +rembrunit +rembrunmes +rembrunt +rembruntes +remembrement +remembrements +remercia +remerciai +remerciaient +remerciais +remerciait +remerciant +remercias +remerciasse +remerciassent +remerciasses +remerciassiez +remerciassions +remercimes +remercit +remercites +remercie +remerciement +remerciements +remercient +remercier +remerciera +remercierai +remercieraient +remercierais +remercierait +remercieras +remercierez +remercieriez +remercierions +remercierons +remercieront +remercies +remerciez +remerci +remercie +remercies +remercis +remercirent +remerciiez +remerciions +remercions +remesura +remesurai +remesuraient +remesurais +remesurait +remesurant +remesuras +remesurasse +remesurassent +remesurasses +remesurassiez +remesurassions +remesurmes +remesurt +remesurtes +remesure +remesurent +remesurer +remesurera +remesurerai +remesureraient +remesurerais +remesurerait +remesureras +remesurerez +remesureriez +remesurerions +remesurerons +remesureront +remesures +remesurez +remesur +remesure +remesures +remesurs +remesurrent +remesuriez +remesurions +remesurons +remet +remets +remettaient +remettais +remettait +remettant +remette +remettent +remetterez +remettes +remettez +remettiez +remettions +remettons +remettra +remettrai +remettraient +remettrais +remettrait +remettras +remettre +remettrez +remettriez +remettrions +remettrons +remettront +remdia +remdiai +remdiaient +remdiais +remdiait +remdiant +remdias +remdiasse +remdiassent +remdiasses +remdiassiez +remdiassions +remdimes +remdit +remdites +remdie +remdient +remdier +remdiera +remdierai +remdieraient +remdierais +remdierait +remdieras +remdierez +remdieriez +remdierions +remdierons +remdieront +remdies +remdiez +remdi +remdie +remdies +remdis +remdirent +remdiiez +remdiions +remdions +remmora +remmorai +remmoraient +remmorais +remmorait +remmorant +remmoras +remmorasse +remmorassent +remmorasses +remmorassiez +remmorassions +remmormes +remmort +remmortes +remmore +remmorent +remmorer +remmorera +remmorerai +remmoreraient +remmorerais +remmorerait +remmoreras +remmorerez +remmoreriez +remmorerions +remmorerons +remmoreront +remmores +remmorez +remmor +remmore +remmores +remmors +remmorrent +remmoriez +remmorions +remmorons +remde +remdes +remirent +remis +remisa +remisai +remisaient +remisais +remisait +remisant +remisas +remisasse +remisassent +remisasses +remisassiez +remisassions +remismes +remist +remistes +remise +remisent +remiser +remisera +remiserai +remiseraient +remiserais +remiserait +remiseras +remiserez +remiseriez +remiserions +remiserons +remiseront +remises +remisez +remis +remise +remises +remiss +remisrent +remisier +remisiers +remisiez +remisions +remisons +remisse +remissent +remisses +remissiez +remissions +remit +remmes +remt +remtes +remmailla +remmaillai +remmaillaient +remmaillais +remmaillait +remmaillant +remmaillas +remmaillasse +remmaillassent +remmaillasses +remmaillassiez +remmaillassions +remmaillmes +remmaillt +remmailltes +remmaille +remmaillent +remmailler +remmaillera +remmaillerai +remmailleraient +remmaillerais +remmaillerait +remmailleras +remmaillerez +remmailleriez +remmaillerions +remmaillerons +remmailleront +remmailles +remmaillez +remmaill +remmaille +remmailles +remmaills +remmaillrent +remmailliez +remmaillions +remmaillons +remmena +remmenai +remmenaient +remmenais +remmenait +remmenant +remmenas +remmenasse +remmenassent +remmenasses +remmenassiez +remmenassions +remmenmes +remment +remmentes +remmener +remmenez +remmen +remmene +remmenes +remmens +remmenrent +remmeniez +remmenions +remmenons +remmne +remmnent +remmnera +remmnerai +remmneraient +remmnerais +remmnerait +remmneras +remmnerez +remmneriez +remmnerons +remmneront +remmnes +remodela +remodelai +remodelaient +remodelais +remodelait +remodelant +remodelas +remodelasse +remodelassent +remodelasses +remodelassiez +remodelassions +remodelmes +remodelt +remodeltes +remodeler +remodelez +remodel +remodele +remodeles +remodels +remodelrent +remodeliez +remodelions +remodelle +remodellent +remodellera +remodellerai +remodelleraient +remodellerais +remodellerait +remodelleras +remodellerez +remodelleriez +remodellerions +remodellerons +remodelleront +remodelles +remodelons +remonta +remontage +remontages +remontai +remontaient +remontais +remontait +remontant +remontante +remontantes +remontants +remontas +remontasse +remontassent +remontasses +remontassiez +remontassions +remontassons +remontmes +remontt +remonttes +remonte +remontent +remonter +remontera +remonterai +remonteraient +remonterais +remonterait +remonteras +remonterez +remonteriez +remonterions +remonterons +remonteront +remontes +remontez +remont +remonte +remontes +remonts +remontrent +remontiez +remontions +remontoir +remontoirs +remontons +remontra +remontrai +remontraient +remontrais +remontrait +remontrance +remontrances +remontrant +remontras +remontrasse +remontrassent +remontrasses +remontrassiez +remontrassions +remontrmes +remontrt +remontrtes +remontre +remontrent +remontrer +remontrera +remontrerai +remontreraient +remontrerais +remontrerait +remontreras +remontrerez +remontreriez +remontrerions +remontrerons +remontreront +remontres +remontrez +remontr +remontre +remontres +remontrs +remontrrent +remontriez +remontrions +remontrons +remords +remorqua +remorquage +remorquages +remorquai +remorquaient +remorquais +remorquait +remorquant +remorquas +remorquasse +remorquassent +remorquasses +remorquassiez +remorquassions +remorqumes +remorqut +remorqutes +remorque +remorquent +remorquer +remorquera +remorquerai +remorqueraient +remorquerais +remorquerait +remorqueras +remorquerez +remorqueriez +remorquerions +remorquerons +remorqueront +remorques +remorqueur +remorqueurs +remorqueuse +remorqueuses +remorquez +remorqu +remorque +remorques +remorqus +remorqurent +remorquiez +remorquions +remorquons +remous +rempailla +rempaillai +rempaillaient +rempaillais +rempaillait +rempaillant +rempaillas +rempaillasse +rempaillassent +rempaillasses +rempaillassiez +rempaillassions +rempaillmes +rempaillt +rempailltes +rempaille +rempaillent +rempailler +rempaillera +rempaillerai +rempailleraient +rempaillerais +rempaillerait +rempailleras +rempaillerez +rempailleriez +rempaillerions +rempaillerons +rempailleront +rempailles +rempailleur +rempailleurs +rempailleuse +rempailleuses +rempaillez +rempaill +rempaille +rempailles +rempaills +rempaillrent +rempailliez +rempaillions +rempaillons +rempaqueta +rempaquetai +rempaquetaient +rempaquetais +rempaquetait +rempaquetant +rempaquetas +rempaquetasse +rempaquetassent +rempaquetasses +rempaquetassiez +rempaquetassions +rempaquetmes +rempaquett +rempaquettes +rempaqueter +rempaquetez +rempaquet +rempaquete +rempaquetes +rempaquetrent +rempaquetiez +rempaquetions +rempaquetons +rempaquette +rempaquettent +rempaquettera +rempaquetterai +rempaquetteraient +rempaquetterais +rempaquetterait +rempaquetteras +rempaquetterez +rempaquetteriez +rempaquetterions +rempaquetterons +rempaquetteront +rempaquettes +rempart +remparts +remplace +remplacement +remplacements +remplacent +remplacer +remplacera +remplacerai +remplaceraient +remplacerais +remplacerait +remplaceras +remplacerez +remplaceriez +remplacerions +remplacerons +remplaceront +remplaces +remplacez +remplac +remplace +remplaces +remplacs +remplacrent +remplaciez +remplacions +remplaa +remplaable +remplaables +remplaai +remplaaient +remplaais +remplaait +remplaant +remplaante +remplaantes +remplaants +remplaas +remplaasse +remplaassent +remplaasses +remplaassiez +remplaassions +remplames +remplat +remplates +remplaons +rempli +remplie +remplies +remplir +remplira +remplirai +rempliraient +remplirais +rempliras +remplirent +remplirez +rempliriez +remplirions +remplirons +rempliront +remplis +remplissage +remplissages +remplissaient +remplissais +remplissait +remplissant +remplisse +remplissent +remplisses +remplissez +remplissiez +remplissions +remplissons +remplit +remplmes +remplt +rempltes +remploi +remplois +rempluma +remplumai +remplumaient +remplumais +remplumait +remplumant +remplumas +remplumasse +remplumassent +remplumasses +remplumassiez +remplumassions +remplummes +remplumt +remplumtes +remplume +remplument +remplumer +remplumera +remplumerai +remplumeraient +remplumerais +remplumerait +remplumeras +remplumerez +remplumeriez +remplumerions +remplumerons +remplumeront +remplumes +remplumez +remplum +remplume +remplumes +remplums +remplumrent +remplumiez +remplumions +remplumons +remporta +remportai +remportaient +remportais +remportait +remportant +remportas +remportasse +remportassent +remportasses +remportassiez +remportassions +remportmes +remportt +remporttes +remporte +remportent +remporter +remportera +remporterai +remporteraient +remporterais +remporterait +remporteras +remporterez +remporteriez +remporterions +remporterons +remporteront +remportes +remportez +remport +remporte +remportes +remports +remportrent +remportiez +remportions +remportons +rempota +rempotai +rempotaient +rempotais +rempotant +rempotas +rempotasse +rempotassent +rempotasses +rempotassiez +rempotassions +rempotmes +rempott +rempottes +rempote +rempotent +rempoter +rempotera +rempoterai +rempoteraient +rempoterais +rempoterait +rempoteras +rempoterez +rempoteriez +rempoterions +rempoterons +rempoteront +rempotes +rempotez +rempot +rempote +rempotes +rempots +rempotrent +rempotiez +rempotions +rempotons +remua +remuai +remuaient +remuais +remuait +remuant +remuante +remuantes +remuants +remuas +remuasse +remuassent +remuasses +remuassiez +remuassions +remumes +remut +remutes +remue +remuent +remuer +remuera +remuerai +remueraient +remuerais +remuerait +remueras +remuerez +remueriez +remuerions +remuerons +remueront +remues +remuez +remu +remue +remues +remus +remurent +remugle +remugles +remuiez +remuions +remuons +renais +renaissaient +renaissais +renaissait +renaissance +renaissances +renaissant +renaisse +renaissent +renaisses +renaissez +renaissiez +renaissions +renaissons +renat +renatra +renatrai +renatraient +renatrais +renatrait +renatras +renatre +renatrez +renatriez +renatrions +renatrons +renatront +renaquirent +renaquis +renaquisse +renaquissent +renaquisses +renaquissiez +renaquissions +renaquit +renaqumes +renaqut +renaqutes +renard +renarde +renardeau +renardeaux +renardes +renards +rencla +renclai +renclaient +renclais +renclait +renclant +renclas +renclasse +renclassent +renclasses +renclassiez +renclassions +renclmes +renclt +rencltes +rencle +renclent +rencler +renclera +renclerai +rencleraient +renclerais +renclerait +rencleras +renclerez +rencleriez +renclerions +renclerons +rencleront +rencles +renclez +rencl +rencle +rencles +rencls +renclrent +rencliez +renclions +renclons +renchri +renchrie +renchries +renchrir +renchrira +renchrirai +renchriraient +renchrirais +renchrirait +renchriras +renchrirent +renchrirez +renchririez +renchririons +renchrirons +renchriront +renchris +renchrissaient +renchrissais +renchrissait +renchrissant +renchrisse +renchrissement +renchrissements +renchrissent +renchrisses +renchrissez +renchrissiez +renchrissions +renchrissons +renchrit +renchrmes +renchrt +renchrtes +rencongna +rencongnai +rencongnaient +rencongnais +rencongnait +rencongnant +rencongnas +rencongnasse +rencongnassent +rencongnasses +rencongnassiez +rencongnassions +rencongnmes +rencongnt +rencongntes +rencongne +rencongnent +rencongner +rencongnera +rencongnerai +rencongneraient +rencongnerais +rencongnerait +rencongneras +rencongnerez +rencongneriez +rencongnerions +rencongnerons +rencongneront +rencongnes +rencongnez +rencongn +rencongne +rencongnes +rencongns +rencongnrent +rencongniez +rencongnions +rencongnons +rencontra +rencontrai +rencontraient +rencontrais +rencontrait +rencontrant +rencontras +rencontrasse +rencontrassent +rencontrasses +rencontrassiez +rencontrassions +rencontrmes +rencontrt +rencontrtes +rencontre +rencontrent +rencontrer +rencontrera +rencontrerai +rencontreraient +rencontrerais +rencontrerait +rencontreras +rencontrerez +rencontreriez +rencontrerions +rencontrerons +rencontreront +rencontres +rencontrez +rencontr +rencontre +rencontres +rencontrs +rencontrrent +rencontriez +rencontrions +rencontrons +rend +rendaient +rendais +rendait +rendant +rende +rendement +rendements +rendent +rendes +rendez +rendiez +rendions +rendirent +rendis +rendisse +rendissent +rendisses +rendissiez +rendissions +rendit +rendmes +rendt +rendtes +rendons +rendra +rendrai +rendraient +rendrais +rendrait +rendras +rendre +rendrez +rendriez +rendrions +rendrons +rendront +rends +rendu +rendue +rendues +rendus +ren +rene +renes +rengat +rengate +rengates +rengats +rens +renferma +renfermai +renfermaient +renfermais +renfermait +renfermant +renfermas +renfermasse +renfermassent +renfermasses +renfermassiez +renfermassions +renfermmes +renfermt +renfermtes +renferme +renferment +renfermer +renfermera +renfermerai +renfermeraient +renfermerais +renfermerait +renfermeras +renfermerez +renfermeriez +renfermerions +renfermerons +renfermeront +renfermes +renfermez +renferm +renferme +renfermes +renferms +renfermrent +renfermiez +renfermions +renfermons +renfla +renflai +renflaient +renflais +renflait +renflant +renflas +renflasse +renflassent +renflasses +renflassiez +renflassions +renflmes +renflt +renfltes +renfle +renflement +renflements +renflent +renfler +renflera +renflerai +renfleraient +renflerais +renflerait +renfleras +renflerez +renfleriez +renflerions +renflerons +renfleront +renfles +renflez +renfl +renfle +renfles +renfls +renflrent +renfliez +renflions +renflons +renfloua +renflouage +renflouages +renflouai +renflouaient +renflouais +renflouait +renflouant +renflouas +renflouasse +renflouassent +renflouasses +renflouassiez +renflouassions +renfloumes +renflout +renfloutes +renfloue +renflouement +renflouements +renflouent +renflouer +renflouera +renflouerai +renfloueraient +renflouerais +renflouerait +renfloueras +renflouerez +renfloueriez +renflouerions +renflouerons +renfloueront +renfloues +renflouez +renflou +renfloue +renfloues +renflous +renflourent +renflouiez +renflouions +renflouons +renfonce +renfoncement +renfoncements +renfoncent +renfoncer +renfoncera +renfoncerai +renfonceraient +renfoncerais +renfoncerait +renfonceras +renfoncerez +renfonceriez +renfoncerions +renfoncerons +renfonceront +renfonces +renfoncez +renfonc +renfonce +renfonces +renfoncs +renfoncrent +renfonciez +renfoncions +renfona +renfonai +renfonaient +renfonais +renfonait +renfonant +renfonas +renfonasse +renfonassent +renfonasses +renfonassiez +renfonassions +renfonmes +renfont +renfontes +renfonons +renforce +renforcement +renforcements +renforcent +renforcer +renforcera +renforcerai +renforceraient +renforcerais +renforcerait +renforceras +renforcerez +renforceriez +renforcerions +renforcerons +renforceront +renforces +renforcez +renforc +renforce +renforces +renforcs +renforcrent +renforciez +renforcions +renfora +renforage +renforages +renforai +renforaient +renforais +renforait +renforant +renforas +renforasse +renforassent +renforasses +renforassiez +renforassions +renforateur +renforateurs +renformes +renfort +renfortes +renforons +renfort +renforts +renfrogna +renfrognai +renfrognaient +renfrognais +renfrognait +renfrognant +renfrognas +renfrognasse +renfrognassent +renfrognasses +renfrognassiez +renfrognassions +renfrognmes +renfrognt +renfrogntes +renfrogne +renfrognent +renfrogner +renfrognera +renfrognerai +renfrogneraient +renfrognerais +renfrognerait +renfrogneras +renfrognerez +renfrogneriez +renfrognerions +renfrognerons +renfrogneront +renfrognes +renfrognez +renfrogn +renfrogne +renfrognes +renfrogns +renfrognrent +renfrogniez +renfrognions +renfrognons +rengage +rengagea +rengageai +rengageaient +rengageais +rengageait +rengageant +rengageas +rengageasse +rengageassent +rengageasses +rengageassiez +rengageassions +rengagemes +rengaget +rengagetes +rengagement +rengagements +rengagent +rengageons +rengager +rengagera +rengagerai +rengageraient +rengagerais +rengagerait +rengageras +rengagerez +rengageriez +rengagerions +rengagerons +rengageront +rengages +rengagez +rengag +rengage +rengages +rengags +rengagrent +rengagiez +rengagions +rengaina +rengainai +rengainaient +rengainais +rengainait +rengainant +rengainas +rengainasse +rengainassent +rengainasses +rengainassiez +rengainassions +rengainmes +rengaint +rengaintes +rengaine +rengainent +rengainer +rengainera +rengainerai +rengaineraient +rengainerais +rengainerait +rengaineras +rengainerez +rengaineriez +rengainerions +rengainerons +rengaineront +rengaines +rengainez +rengain +rengaine +rengaines +rengains +rengainrent +rengainiez +rengainions +rengainons +rengorge +rengorgea +rengorgeai +rengorgeaient +rengorgeais +rengorgeait +rengorgeant +rengorgeas +rengorgeasse +rengorgeassent +rengorgeasses +rengorgeassiez +rengorgeassions +rengorgemes +rengorget +rengorgetes +rengorgement +rengorgements +rengorgent +rengorgeons +rengorger +rengorgera +rengorgerai +rengorgeraient +rengorgerais +rengorgerait +rengorgeras +rengorgerez +rengorgeriez +rengorgerions +rengorgerons +rengorgeront +rengorges +rengorgez +rengorg +rengorge +rengorges +rengorgs +rengorgrent +rengorgiez +rengorgions +rengraissa +rengraissai +rengraissaient +rengraissais +rengraissait +rengraissant +rengraissas +rengraissasse +rengraissassent +rengraissasses +rengraissassiez +rengraissassions +rengraissmes +rengraisst +rengraisstes +rengraisse +rengraissent +rengraisser +rengraissera +rengraisserai +rengraisseraient +rengraisserais +rengraisserait +rengraisseras +rengraisserez +rengraisseriez +rengraisserions +rengraisserons +rengraisseront +rengraisses +rengraissez +rengraiss +rengraisse +rengraisses +rengraisss +rengraissrent +rengraissiez +rengraissions +rengraissons +renia +reniai +reniaient +reniais +reniait +reniant +renias +reniasse +reniassent +reniasses +reniassiez +reniassions +renimes +renit +renites +renie +reniement +reniements +renient +renier +reniera +renierai +renieraient +renierais +renierait +renieras +renierez +renieriez +renierions +renierons +renieront +renies +reniez +reni +renie +renies +renis +renirent +renifla +reniflai +reniflaient +reniflais +reniflait +reniflant +reniflas +reniflasse +reniflassent +reniflasses +reniflassiez +reniflassions +reniflmes +reniflt +renifltes +renifle +reniflement +reniflements +reniflent +renifler +reniflera +reniflerai +renifleraient +reniflerais +reniflerait +renifleras +reniflerez +renifleriez +reniflerions +reniflerons +renifleront +renifles +renifleur +renifleurs +reniflez +renifl +renifle +renifles +renifls +reniflrent +renifliez +reniflions +reniflons +reniiez +reniions +renions +renne +rennes +renom +renomm +renomme +renommes +renomms +renoms +renonce +renoncement +renoncements +renoncent +renoncer +renoncera +renoncerai +renonceraient +renoncerais +renoncerait +renonceras +renoncerez +renonceriez +renoncerions +renoncerons +renonceront +renonces +renoncez +renonc +renonce +renonces +renoncs +renoncrent +renonciation +renonciations +renonciez +renoncions +renoncule +renoncules +renona +renonai +renonaient +renonais +renonait +renonant +renonas +renonasse +renonassent +renonasses +renonassiez +renonassions +renonmes +renont +renontes +renonons +renoua +renouai +renouaient +renouais +renouait +renouant +renouas +renouasse +renouassent +renouasses +renouassiez +renouassions +renoumes +renout +renoutes +renoue +renouent +renouer +renouera +renouerai +renoueraient +renouerais +renouerait +renoueras +renouerez +renoueriez +renouerions +renouerons +renoueront +renoues +renouez +renou +renoue +renoues +renous +renourent +renouiez +renouions +renouons +renouveau +renouveaux +renouvela +renouvelable +renouvelables +renouvelai +renouvelaient +renouvelais +renouvelait +renouvelant +renouvelas +renouvelasse +renouvelassent +renouvelasses +renouvelassiez +renouvelassions +renouvelmes +renouvelt +renouveltes +renouveler +renouvelez +renouvel +renouvele +renouveles +renouvels +renouvelrent +renouveliez +renouvelions +renouvelle +renouvellement +renouvellements +renouvellent +renouvellera +renouvellerai +renouvelleraient +renouvellerais +renouvellerait +renouvelleras +renouvellerez +renouvelleriez +renouvellerions +renouvellerons +renouvelleront +renouvelles +renouvelons +renseigna +renseignai +renseignaient +renseignais +renseignait +renseignant +renseignas +renseignasse +renseignassent +renseignasses +renseignassiez +renseignassions +renseignmes +renseignt +renseigntes +renseigne +renseignement +renseignements +renseignent +renseigner +renseignera +renseignerai +renseigneraient +renseignerais +renseignerait +renseigneras +renseignerez +renseigneriez +renseignerions +renseignerons +renseigneront +renseignes +renseignez +renseign +renseigne +renseignes +renseigns +renseignrent +renseigniez +renseignions +renseignons +rentabilisa +rentabilisai +rentabilisaient +rentabilisais +rentabilisait +rentabilisant +rentabilisas +rentabilisasse +rentabilisassent +rentabilisasses +rentabilisassiez +rentabilisassions +rentabilisation +rentabilisations +rentabilismes +rentabilist +rentabilistes +rentabilise +rentabilisent +rentabiliser +rentabilisera +rentabiliserai +rentabiliseraient +rentabiliserais +rentabiliserait +rentabiliseras +rentabiliserez +rentabiliseriez +rentabiliserions +rentabiliserons +rentabiliseront +rentabilises +rentabilisez +rentabilis +rentabilise +rentabilises +rentabilisrent +rentabilisiez +rentabilisions +rentabilisons +rentabilit +rentabilits +rentable +rentables +rente +rentes +rentier +rentiers +rentire +rentires +rentoila +rentoilai +rentoilaient +rentoilais +rentoilait +rentoilant +rentoilas +rentoilasse +rentoilassent +rentoilasses +rentoilassiez +rentoilassions +rentoilmes +rentoilt +rentoiltes +rentoile +rentoilent +rentoiler +rentoilera +rentoilerai +rentoileraient +rentoilerais +rentoilerait +rentoileras +rentoilerez +rentoileriez +rentoilerions +rentoilerons +rentoileront +rentoiles +rentoilez +rentoil +rentoile +rentoiles +rentoils +rentoilrent +rentoiliez +rentoilions +rentoilons +rentra +rentrai +rentraient +rentrais +rentrait +rentrant +rentras +rentrasse +rentrassent +rentrasses +rentrassiez +rentrassions +rentrmes +rentrt +rentrtes +rentre +rentrent +rentrer +rentrera +rentrerai +rentreraient +rentrerais +rentrerait +rentreras +rentrerez +rentreriez +rentrerions +rentrerons +rentreront +rentres +rentrez +rentr +rentre +rentres +rentrs +rentrrent +rentriez +rentrions +rentrons +renverra +renversa +renversai +renversaient +renversais +renversait +renversant +renversante +renversantes +renversants +renversas +renversasse +renversassent +renversasses +renversassiez +renversassions +renversmes +renverst +renverstes +renverse +renversement +renversements +renversent +renverser +renversera +renverserai +renverseraient +renverserais +renverserait +renverseras +renverserez +renverseriez +renverserions +renverserons +renverseront +renverses +renversez +renvers +renverse +renverses +renverss +renversrent +renversiez +renversions +renversons +renvoi +renvoie +renvoient +renvoiera +renvoierai +renvoieraient +renvoierais +renvoierait +renvoieras +renvoierez +renvoieriez +renvoierions +renvoierons +renvoieront +renvoies +renvois +renvoit +renvoya +renvoyai +renvoyaient +renvoyais +renvoyait +renvoyant +renvoyas +renvoyasse +renvoyassent +renvoyasses +renvoyassiez +renvoyassions +renvoymes +renvoyt +renvoytes +renvoyer +renvoyez +renvoy +renvoye +renvoyes +renvoys +renvoyrent +renvoyiez +renvoyions +renvoyons +repaire +repaires +repais +repaissaientt +repaissais +repaissait +repaissant +repaisse +repaissent +repaisses +repaissez +repaissiez +repaissions +repaissons +repat +repatra +repatrai +repatraient +repatrais +repatrait +repatras +repatre +repatrez +repatriez +repatrions +repatrons +repatront +reparais +reparaissaient +reparaissais +reparaissait +reparaissant +reparaisse +reparaissent +reparaisses +reparaissez +reparaissiez +reparaissions +reparaissons +reparat +reparatra +reparatrai +reparatraient +reparatrais +reparatrait +reparatras +reparatre +reparatrez +reparatriez +reparatrions +reparatrons +reparatront +reparlerons +repart +repartaient +repartais +repartait +reparti nouveau +repartie nouveau +reparties nouveau +repartir nouveau +repartira nouveau +repartirai nouveau +repartiraient nouveau +repartirais nouveau +repartirait nouveau +repartiras nouveau +repartirent nouveau +repartirez nouveau +repartiriez nouveau +repartirions nouveau +repartirons nouveau +repartiront nouveau +repartis nouveau +repartissaient nouveau +repartissais nouveau +repartissait nouveau +repartissant nouveau +repartisse nouveau +repartissent nouveau +repartisses nouveau +repartissez nouveau +repartissiez nouveau +repartissions nouveau +repartissons nouveau +repartit nouveau +repartmes nouveau +repartt nouveau +reparttes nouveau +reparu +reparue +reparues +reparurent +reparus +reparusse +reparussent +reparusses +reparussiez +reparussions +reparut +reparmes +repart +repartes +repas +repassa +repassage +repassages +repassai +repassaient +repassais +repassait +repassant +repassas +repassasse +repassassent +repassasses +repassassiez +repassassions +repassmes +repasst +repasstes +repasse +repassent +repasser +repassera +repasserai +repasseraient +repasserais +repasserait +repasseras +repasserez +repasseriez +repasserions +repasserons +repasseront +repasses +repasseuse +repasseuses +repassez +repass +repasse +repasses +repasss +repassrent +repassiez +repassions +repassons +repenti +repentie +repenties +repentir +repentira +repentirai +repentiraient +repentirais +repentirait +repentiras +repentirent +repentirez +repentiriez +repentirions +repentirons +repentiront +repentirs +repentis +repentissaient +repentissais +repentissait +repentissant +repentisse +repentissent +repentisses +repentissez +repentissiez +repentissions +repentissons +repentit +repentmes +repentt +repenttes +repeupla +repeuplai +repeuplaient +repeuplais +repeuplait +repeuplant +repeuplas +repeuplasse +repeuplassent +repeuplasses +repeuplassiez +repeuplassions +repeuplmes +repeuplt +repeupltes +repeuple +repeuplement +repeuplements +repeuplent +repeupler +repeuplera +repeuplerai +repeupleraient +repeuplerais +repeuplerait +repeupleras +repeuplerez +repeupleriez +repeuplerions +repeuplerons +repeupleront +repeuples +repeuplez +repeupl +repeuple +repeuples +repeupls +repeuplrent +repeupliez +repeuplions +repeuplons +repra +reprable +reprage +reprages +reprai +repraient +reprais +reprait +reprant +repras +reprasse +reprassent +reprasses +reprassiez +reprassions +reprmes +reprt +reprtes +reprer +reprera +reprerai +repreraient +reprerais +reprerait +repreras +reprerez +repreriez +reprerions +reprerons +repreront +reprez +repr +repre +repres +reprs +reprrent +repriez +reprions +reprons +repre +reprent +repres +repte +repcha +repchage +repchages +repchai +repchaient +repchais +repchait +repchant +repchas +repchasse +repchassent +repchasses +repchassiez +repchassions +repchmes +repcht +repchtes +repche +repchent +repcher +repchera +repcherai +repcheraient +repcherais +repcherait +repcheras +repcherez +repcheriez +repcherions +repcherons +repcheront +repches +repchez +repch +repche +repches +repchrent +repchiez +repchions +repchons +repiqua +repiquage +repiquages +repiquai +repiquaient +repiquais +repiquait +repiquant +repiquas +repiquasse +repiquassent +repiquasses +repiquassiez +repiquassions +repiqumes +repiqut +repiqutes +repique +repiquement +repiquements +repiquent +repiquer +repiquera +repiquerai +repiqueraient +repiquerais +repiquerait +repiqueras +repiquerez +repiqueriez +repiquerions +repiquerons +repiqueront +repiques +repiquez +repiqu +repique +repiques +repiqus +repiqurent +repiquiez +repiquions +repiquons +replace +replacement +replacements +replacent +replacer +replacera +replacerai +replaceraient +replacerais +replacerait +replaceras +replacerez +replaceriez +replacerions +replacerons +replaceront +replaces +replacez +replac +replace +replaces +replacs +replacrent +replaciez +replacions +replaa +replaai +replaaient +replaais +replaait +replaant +replaas +replaasse +replaassent +replaasses +replaassiez +replaassions +replames +replat +replates +replaons +replat +replats +repltra +repltrage +repltrages +repltrai +repltraient +repltrais +repltrait +repltrant +repltras +repltrasse +repltrassent +repltrasses +repltrassiez +repltrassions +repltrmes +repltrt +repltrtes +repltre +repltrent +repltrer +repltrera +repltrerai +repltreraient +repltrerais +repltrerait +repltreras +repltrerez +repltreriez +repltrerions +repltrerons +repltreront +repltres +repltrez +repltr +repltre +repltres +repltrs +repltrrent +repltriez +repltrions +repltrons +replet +replets +replte +repltes +repli +replia +repliai +repliaient +repliais +repliait +repliant +replias +repliasse +repliassent +repliasses +repliassiez +repliassions +replimes +replit +replites +replie +repliement +repliements +replient +replier +repliera +replierai +replieraient +replierais +replierait +replieras +replierez +replieriez +replierions +replierons +replieront +replies +repliez +repli +replie +replies +replis +replirent +repliiez +repliions +replions +replis +reploie +reploiement +reploiements +reploient +reploiera +reploierai +reploieraient +reploierais +reploierait +reploieras +reploierez +reploieriez +reploierions +reploierons +reploieront +reploies +reploya +reployai +reployaient +reployais +reployait +reployant +reployas +reployasse +reployassent +reployasses +reployassiez +reployassions +reployassons +reployassont +reployer +reployez +reploy +reploye +reployes +reploys +reployrent +reployiez +reployions +reployons +repopulation +repopulations +report +reporta +reportage +reportages +reportai +reportaient +reportais +reportait +reportas +reportasse +reportassent +reportasses +reportassiez +reportassions +reportmes +reportt +reporttes +reporte +reportent +reporter +reportera +reporterai +reporteraient +reporterais +reporterait +reporteras +reporterez +reporteriez +reporterions +reporterons +reporteront +reporters +reportes +reportez +report +reporte +reportes +reports +reportrent +reportiez +reportions +reportons +reports +repos +reposa +reposai +reposaient +reposais +reposait +reposant +reposas +reposasse +reposassent +reposasses +reposassiez +reposassions +reposmes +repost +repostes +repose +reposent +reposer +reposera +reposerai +reposeraient +reposerais +reposerait +reposeras +reposerez +reposeriez +reposerions +reposerons +reposeront +reposes +reposez +repos +repose +reposes +reposs +reposrent +reposiez +reposions +reposoir +reposoirs +reposons +repoussa +repoussage +repoussages +repoussai +repoussaient +repoussais +repoussait +repoussant +repoussante +repoussantes +repoussants +repoussas +repoussasse +repoussassent +repoussasses +repoussassiez +repoussassions +repoussmes +repousst +repousstes +repousse +repoussent +repousser +repoussera +repousserai +repousseraient +repousserais +repousserait +repousseras +repousserez +repousseriez +repousserions +repousserons +repousseront +repousses +repoussez +repouss +repousse +repousses +repousss +repoussrent +repoussiez +repoussions +repoussoir +repoussoirs +repoussons +reprenaient +reprenais +reprenait +reprenant +reprend +reprendra +reprendrai +reprendraient +reprendrais +reprendrait +reprendras +reprendre +reprendrez +reprendriez +reprendrions +reprendrons +reprendront +reprends +reprenez +repreniez +reprenions +reprenne +reprennent +reprennes +reprenons +representer +repressions +reprsailles +reprsenta +reprsentai +reprsentaient +reprsentais +reprsentait +reprsentant +reprsentants +reprsentas +reprsentasse +reprsentassent +reprsentasses +reprsentassiez +reprsentassions +reprsentatif +reprsentatifs +reprsentation +reprsentations +reprsentative +reprsentatives +reprsentmes +reprsentt +reprsenttes +reprsente +reprsentent +reprsenter +reprsentera +reprsenterai +reprsenteraient +reprsenterais +reprsenterait +reprsenteras +reprsenterez +reprsenteriez +reprsenterions +reprsenterons +reprsenteront +reprsentes +reprsentez +reprsent +reprsente +reprsentes +reprsents +reprsentrent +reprsentiez +reprsentions +reprsentons +reprirent +repris +reprisa +reprisage +reprisages +reprisai +reprisaient +reprisais +reprisait +reprisant +reprisas +reprisasse +reprisassent +reprisasses +reprisassiez +reprisassions +reprismes +reprist +repristes +reprise +reprisent +repriser +reprisera +repriserai +repriseraient +repriserais +repriserait +repriseras +repriserez +repriseriez +repriserions +repriserons +repriseront +reprises +reprisez +repris +reprise +reprises +repriss +reprisrent +reprisiez +reprisions +reprisons +reprisse +reprissent +reprisses +reprissiez +reprissions +reprit +reprmes +reprt +reprtes +reprocha +reprochai +reprochaient +reprochais +reprochait +reprochant +reprochas +reprochasse +reprochassent +reprochasses +reprochassiez +reprochassions +reprochmes +reprocht +reprochtes +reproche +reprochent +reprocher +reprochera +reprocherai +reprocheraient +reprocherais +reprocherait +reprocheras +reprocherez +reprocheriez +reprocherions +reprocherons +reprocheront +reproches +reprochez +reproch +reproche +reproches +reprochs +reprochrent +reprochiez +reprochions +reprochons +reproducteur +reproducteurs +reproduction +reproductions +reproductrice +reproductrices +reproduira +reproduirai +reproduiraient +reproduirais +reproduirait +reproduiras +reproduire +reproduirez +reproduiriez +reproduirions +reproduirons +reproduiront +reproduis +reproduisaient +reproduisais +reproduisait +reproduisant +reproduise +reproduisent +reproduises +reproduisez +reproduisiez +reproduisions +reproduisirent +reproduisis +reproduisisse +reproduisissent +reproduisisses +reproduisissiez +reproduisissions +reproduisit +reproduismes +reproduist +reproduistes +reproduisons +reproduit +reproduite +reproduites +reproduits +reprographie +reps +reptation +reptations +reptile +reptiles +repu +republia +republiai +republiaient +republiais +republiait +republiant +republias +republiasse +republiassent +republiasses +republiassiez +republiassions +republimes +republit +republites +republie +republient +republier +republiera +republierai +republieraient +republierais +republierait +republieras +republierez +republieriez +republierions +republierons +republieront +republies +republiez +republi +republie +republies +republis +republirent +republiiez +republiions +republions +repue +repues +repurent +repus +repusse +repussent +repusses +repussiez +repussions +reput +repmes +rept +reptes +requerra +requerrai +requerraient +requerrais +requerrait +requerras +requerrez +requerriez +requerrions +requerrons +requerront +requraient +requrais +requrait +requrant +requrante +requrantes +requrants +requrez +requriez +requrions +requrir +requrons +requte +requtes +requiem +requiems +requiers +requiert +require +requirent +requires +requin +requins +requirent +requis +requise +requises +requisse +requissent +requisses +requissiez +requissions +requit +requmes +requt +requtes +rescap +rescape +rescapes +rescaps +rescousse +respect +respecta +respectabilit +respectabilits +respectable +respectables +respectai +respectaient +respectais +respectait +respectant +respectas +respectasse +respectassent +respectasses +respectassiez +respectassions +respectmes +respectt +respecttes +respecte +respectent +respecter +respectera +respecterai +respecteraient +respecterais +respecterait +respecteras +respecterez +respecteriez +respecterions +respecterons +respecteront +respectes +respectez +respect +respecte +respectes +respects +respectrent +respectiez +respectif +respectifs +respections +respective +respectivement +respectives +respectons +respects +respectueuse +respectueusement +respectueuses +respectueux +respira +respirable +respirables +respirai +respiraient +respirais +respirait +respirant +respiras +respirasse +respirassent +respirasses +respirassiez +respirassions +respiration +respirations +respiratoire +respiratoires +respirmes +respirt +respirtes +respire +respirent +respirer +respirera +respirerai +respireraient +respirerais +respirerait +respireras +respirerez +respireriez +respirerions +respirerons +respireront +respires +respirez +respir +respire +respires +respirs +respirrent +respiriez +respirions +respirons +resplendi +resplendie +resplendies +resplendir +resplendira +resplendirai +resplendiraient +resplendirais +resplendirait +resplendiras +resplendirent +resplendirez +resplendiriez +resplendirions +resplendirons +resplendiront +resplendis +resplendissaient +resplendissais +resplendissait +resplendissant +resplendissante +resplendissantes +resplendissants +resplendisse +resplendissent +resplendisses +resplendissez +resplendissiez +resplendissions +resplendissons +resplendit +resplendmes +resplendt +resplendtes +responsabilit +responsabilits +responsable +responsables +resquilla +resquillai +resquillaient +resquillais +resquillait +resquillant +resquillas +resquillasse +resquillassent +resquillasses +resquillassiez +resquillassions +resquillmes +resquillt +resquilltes +resquille +resquillent +resquiller +resquillera +resquillerai +resquilleraient +resquillerais +resquillerait +resquilleras +resquillerez +resquilleriez +resquillerions +resquillerons +resquilleront +resquilles +resquillez +resquill +resquille +resquilles +resquills +resquillrent +resquilliez +resquillions +resquillons +ressac +ressacs +ressaisi +ressaisie +ressaisies +ressaisir +ressaisira +ressaisirai +ressaisiraient +ressaisirais +ressaisirait +ressaisiras +ressaisirent +ressaisirez +ressaisiriez +ressaisirions +ressaisirons +ressaisiront +ressaisis +ressaisissaient +ressaisissais +ressaisissait +ressaisissant +ressaisisse +ressaisissent +ressaisisses +ressaisissez +ressaisissiez +ressaisissions +ressaisissons +ressaisit +ressaismes +ressaist +ressaistes +ressassa +ressassai +ressassaient +ressassais +ressassait +ressassant +ressassas +ressassasse +ressassassent +ressassasses +ressassassiez +ressassassions +ressassmes +ressasst +ressasstes +ressasse +ressassent +ressasser +ressassera +ressasserai +ressasseraient +ressasserais +ressasserait +ressasseras +ressasserez +ressasseriez +ressasserions +ressasserons +ressasseront +ressasses +ressassez +ressass +ressasse +ressasses +ressasss +ressassrent +ressassiez +ressassions +ressassons +ressaut +ressauta +ressautai +ressautaient +ressautais +ressautait +ressautant +ressautas +ressautasse +ressautassent +ressautasses +ressautassiez +ressautassions +ressautmes +ressautt +ressauttes +ressaute +ressautent +ressauter +ressautera +ressauterai +ressauteraient +ressauterais +ressauterait +ressauteras +ressauterez +ressauteriez +ressauterions +ressauterons +ressauteront +ressautes +ressautez +ressaut +ressaute +ressautes +ressauts +ressautrent +ressautiez +ressautions +ressautons +ressauts +ressembla +ressemblai +ressemblaient +ressemblais +ressemblait +ressemblance +ressemblances +ressemblant +ressemblante +ressemblantes +ressemblants +ressemblas +ressemblasse +ressemblassent +ressemblasses +ressemblassiez +ressemblassions +ressemblmes +ressemblt +ressembltes +ressemble +ressemblent +ressembler +ressemblera +ressemblerai +ressembleraient +ressemblerais +ressemblerait +ressembleras +ressemblerez +ressembleriez +ressemblerions +ressemblerons +ressembleront +ressembles +ressemblez +ressembl +ressemble +ressembles +ressembls +ressemblrent +ressembliez +ressemblions +ressemblons +ressemela +ressemelage +ressemelages +ressemelai +ressemelaient +ressemelais +ressemelait +ressemelant +ressemelas +ressemelasse +ressemelassent +ressemelasses +ressemelassiez +ressemelassions +ressemelmes +ressemelt +ressemeltes +ressemeler +ressemelez +ressemel +ressemele +ressemeles +ressemels +ressemelrent +ressemeliez +ressemelions +ressemelle +ressemellent +ressemellera +ressemellerai +ressemelleraient +ressemellerais +ressemellerait +ressemelleras +ressemellerez +ressemelleriez +ressemellerions +ressemellerons +ressemelleront +ressemelles +ressemelons +ressent +ressentait +ressenti +ressentie +ressenties +ressentiment +ressentiments +ressentir +ressentira +ressentirai +ressentiraient +ressentirais +ressentirait +ressentiras +ressentirent +ressentirez +ressentiriez +ressentirions +ressentirons +ressentiront +ressentis +ressentissaient +ressentissais +ressentissait +ressentissant +ressentisse +ressentissent +ressentisses +ressentissez +ressentissiez +ressentissions +ressentissons +ressentit +ressentmes +ressentt +ressenttes +resserra +resserrai +resserraient +resserrais +resserrait +resserrant +resserras +resserrasse +resserrassent +resserrasses +resserrassiez +resserrassions +resserrmes +resserrt +resserrtes +resserre +resserrement +resserrements +resserrent +resserrer +resserrera +resserrerai +resserreraient +resserrerais +resserrerait +resserreras +resserrerez +resserreriez +resserrerions +resserrerons +resserreront +resserres +resserrez +resserr +resserre +resserres +resserrs +resserrrent +resserriez +resserrions +resserrons +resservi +resservie +resservies +resservir +resservira +resservirai +resserviraient +resservirais +resservirait +resserviras +resservirent +resservirez +resserviriez +resservirions +resservirons +resserviront +resservis +resservissaient +resservissais +resservissait +resservissant +resservisse +resservissent +resservisses +resservissez +resservissiez +resservissions +resservissons +resservit +resservmes +resservt +resservtes +ressors +ressort +ressortaient +ressortais +ressortait +ressortant +ressorte +ressortent +ressortes +ressortez +ressorti +ressortie +ressorties +ressortiez +ressortions +ressortir +ressortira +ressortirai +ressortiraient +ressortirais +ressortirait +ressortiras +ressortirent +ressortirez +ressortiriez +ressortirions +ressortirons +ressortiront +ressortis +ressortissaient +ressortissais +ressortissait +ressortissant +ressortissante +ressortissantes +ressortissants +ressortisse +ressortissent +ressortisses +ressortissez +ressortissiez +ressortissions +ressortissons +ressortit +ressortmes +ressortt +ressorttes +ressortons +ressorts +ressouda +ressoudai +ressoudaient +ressoudais +ressoudait +ressoudant +ressoudas +ressoudasse +ressoudassent +ressoudasses +ressoudassiez +ressoudassions +ressoudmes +ressoudt +ressoudtes +ressoude +ressoudent +ressouder +ressoudera +ressouderai +ressouderaient +ressouderais +ressouderait +ressouderas +ressouderez +ressouderiez +ressouderions +ressouderons +ressouderont +ressoudes +ressoudez +ressoud +ressoude +ressoudes +ressouds +ressoudrent +ressoudiez +ressoudions +ressoudons +ressource +ressources +ressouvenaient +ressouvenais +ressouvenait +ressouvenant +ressouvenez +ressouveniez +ressouvenions +ressouvenir +ressouvenons +ressouvenu +ressouvenue +ressouvenues +ressouvenus +ressouviendra +ressouviendrai +ressouviendraient +ressouviendrais +ressouviendrait +ressouviendras +ressouviendrez +ressouviendriez +ressouviendrions +ressouviendrons +ressouviendront +ressouvienne +ressouviennent +ressouviennes +ressouviens +ressouvient +ressouvinrent +ressouvins +ressouvinsse +ressouvinssent +ressouvinsses +ressouvinssiez +ressouvinssions +ressouvint +ressouvnmes +ressouvnt +ressouvntes +ressuscita +ressuscitai +ressuscitaient +ressuscitais +ressuscitait +ressuscitant +ressuscitas +ressuscitasse +ressuscitassent +ressuscitasses +ressuscitassiez +ressuscitassions +ressuscitmes +ressuscitt +ressuscittes +ressuscite +ressuscitent +ressusciter +ressuscitera +ressusciterai +ressusciteraient +ressusciterais +ressusciterait +ressusciteras +ressusciterez +ressusciteriez +ressusciterions +ressusciterons +ressusciteront +ressuscites +ressuscitez +ressuscit +ressuscite +ressuscites +ressuscits +ressuscitrent +ressuscitiez +ressuscitions +ressuscitons +resta +restai +restaient +restais +restait +restant +restante +restantes +restants +restas +restasse +restassent +restasses +restassiez +restassions +restaura +restaurai +restauraient +restaurais +restaurait +restaurant +restaurants +restauras +restaurasse +restaurassent +restaurasses +restaurassiez +restaurassions +restaurateur +restaurateurs +restauration +restaurations +restauratrice +restauratrices +restaurmes +restaurt +restaurtes +restaure +restaurent +restaurer +restaurera +restaurerai +restaureraient +restaurerais +restaurerait +restaureras +restaurerez +restaureriez +restaurerions +restaurerons +restaureront +restaures +restaurez +restaur +restaure +restaures +restaurs +restaurrent +restauriez +restaurions +restaurons +restmes +restt +resttes +reste +restent +rester +restera +resterai +resteraient +resterais +resterait +resteras +resterez +resteriez +resterions +resterons +resteront +restes +restez +rest +reste +restes +rests +restrent +restiez +restions +restitua +restituai +restituaient +restituais +restituait +restituant +restituas +restituasse +restituassent +restituasses +restituassiez +restituassions +restitumes +restitut +restitutes +restitue +restituent +restituer +restituera +restituerai +restitueraient +restituerais +restituerait +restitueras +restituerez +restitueriez +restituerions +restituerons +restitueront +restitues +restituez +restitu +restitue +restitues +restitus +restiturent +restituiez +restituions +restituons +restitution +restitutions +restons +restreignaient +restreignais +restreignait +restreignant +restreigne +restreignent +restreignes +restreignez +restreigniez +restreignions +restreignirent +restreignis +restreignisse +restreignissent +restreignisses +restreignissiez +restreignissions +restreignit +restreignmes +restreignt +restreigntes +restreignons +restreindra +restreindrai +restreindraient +restreindrais +restreindrait +restreindras +restreindre +restreindrez +restreindriez +restreindrions +restreindrons +restreindront +restreins +restreint +restreinte +restreintes +restreints +restrictif +restrictifs +restriction +restrictions +restrictive +restrictivement +restrictives +resurgi +resurgie +resurgies +resurgir +resurgira +resurgirai +resurgiraient +resurgirais +resurgirait +resurgiras +resurgirent +resurgirez +resurgiriez +resurgirions +resurgirons +resurgiront +resurgis +resurgissaient +resurgissais +resurgissait +resurgissant +resurgisse +resurgissent +resurgisses +resurgissez +resurgissiez +resurgissions +resurgissons +resurgit +resurgmes +resurgt +resurgtes +retable +retables +retailla +retaillai +retaillaient +retaillais +retaillait +retaillant +retaillas +retaillasse +retaillassent +retaillasses +retaillassiez +retaillassions +retaillmes +retaillt +retailltes +retaille +retaillent +retailler +retaillera +retaillerai +retailleraient +retaillerais +retaillerait +retailleras +retaillerez +retailleriez +retaillerions +retaillerons +retailleront +retailles +retaillez +retaill +retaille +retailles +retaillrent +retailliez +retaillions +retaillons +retapa +retapai +retapaient +retapais +retapait +retapant +retapas +retapasse +retapassent +retapasses +retapassiez +retapassions +retapmes +retapt +retaptes +retape +retapent +retaper +retapera +retaperai +retaperaient +retaperais +retaperait +retaperas +retaperez +retaperiez +retaperions +retaperons +retaperont +retapes +retapez +retap +retape +retapes +retaprent +retapiez +retapions +retapons +retard +retarda +retardai +retardaient +retardais +retardait +retardant +retardas +retardasse +retardassent +retardasses +retardassiez +retardassions +retardataire +retardataires +retardateur +retardateurs +retardatrice +retardatrices +retardmes +retardt +retardtes +retarde +retardement +retardements +retardent +retarder +retardera +retarderai +retarderaient +retarderais +retarderait +retarderas +retarderez +retarderiez +retarderions +retarderons +retarderont +retardes +retardez +retard +retarde +retardes +retardrent +retardiez +retardions +retardons +retards +retenaient +retenais +retenait +retenant +retenez +reteniez +retenions +retenir +retenons +retenti +retentie +retenties +retentir +retentira +retentirai +retentiraient +retentirais +retentirait +retentiras +retentirent +retentirez +retentiriez +retentirions +retentirons +retentiront +retentis +retentissaient +retentissais +retentissait +retentissant +retentisse +retentissement +retentissements +retentissent +retentisses +retentissez +retentissiez +retentissions +retentissons +retentit +retentmes +retentt +retenttes +retenu +retenue +retenues +retenus +retiendra +retiendrai +retiendraient +retiendrais +retiendrait +retiendras +retiendrez +retiendriez +retiendrions +retiendrons +retiendront +retienne +retiennent +retiennes +retiens +retient +retins +retinsse +retinssent +retinsses +retinssiez +retinssions +retint +retira +retirai +retiraient +retirais +retirait +retirant +retiras +retirasse +retirassent +retirasses +retirassiez +retirassions +retirmes +retirt +retirtes +retire +retirent +retirer +retirera +retirerai +retireraient +retirerais +retirerait +retireras +retirerez +retireriez +retirerions +retirerons +retireront +retires +retirez +retir +retire +retires +retirs +retirrent +retiriez +retirions +retirons +retnmes +retnt +retntes +retomba +retombai +retombaient +retombais +retombait +retombant +retombas +retombasse +retombassent +retombasses +retombassiez +retombassions +retombmes +retombt +retombtes +retombe +retombent +retomber +retombera +retomberai +retomberaient +retomberais +retomberait +retomberas +retomberez +retomberiez +retomberions +retomberons +retomberont +retombes +retombez +retomb +retombe +retombes +retombs +retombrent +retombiez +retombions +retombons +retord +retordaient +retordais +retordait +retordant +retorde +retordent +retordes +retordez +retordiez +retordions +retordis +retordisse +retordissent +retordisses +retordissiez +retordissions +retordit +retordmes +retordt +retordtes +retordons +retordra +retordrai +retordraient +retordrais +retordrait +retordras +retordre +retordrez +retordriez +retordrions +retordrons +retordront +retords +retordu +retordue +retordues +retordus +retors +retorse +retorses +retoucha +retouchai +retouchaient +retouchais +retouchait +retouchant +retouchas +retouchasse +retouchassent +retouchasses +retouchassiez +retouchassions +retouchmes +retoucht +retouchtes +retouche +retouchent +retoucher +retouchera +retoucherai +retoucheraient +retoucherais +retoucherait +retoucheras +retoucherez +retoucheriez +retoucherions +retoucherons +retoucheront +retouches +retoucheur +retoucheurs +retoucheuse +retoucheuses +retouchez +retouch +retouche +retouches +retouchs +retouchrent +retouchiez +retouchions +retouchons +retour +retourna +retournable +retournables +retournage +retournages +retournai +retournaient +retournais +retournait +retournant +retournas +retournasse +retournassent +retournasses +retournassiez +retournassions +retournmes +retournt +retourntes +retourne +retournement +retournements +retournent +retourner +retournera +retournerai +retourneraient +retournerais +retournerait +retourneras +retournerez +retourneriez +retournerions +retournerons +retourneront +retournes +retournez +retourn +retourne +retournes +retourns +retournrent +retourniez +retournions +retournons +retours +retrace +retracent +retracer +retracera +retracerai +retraceraient +retracerais +retracerait +retraceras +retracerez +retraceriez +retracerions +retracerons +retraceront +retraces +retracez +retrac +retrace +retraces +retracs +retracrent +retraciez +retracions +retraa +retraai +retraaient +retraais +retraait +retraant +retraas +retraasse +retraassent +retraasses +retraassiez +retraassions +retrames +retrat +retrates +retraons +retrait +retraite +retraites +retrait +retraite +retraites +retraits +retraits +retrancha +retranchai +retranchaient +retranchais +retranchait +retranchas +retranchasse +retranchassent +retranchasses +retranchassiez +retranchassions +retranchmes +retrancht +retranchtes +retranche +retranchement +retranchements +retranchent +retrancher +retranchera +retrancherai +retrancheraient +retrancherais +retrancherait +retrancheras +retrancherez +retrancheriez +retrancherions +retrancherons +retrancheront +retranches +retranchez +retranch +retranche +retranches +retranchs +retranchrent +retranchiez +retranchions +retranchons +retranscrire +retransmet +retransmets +retransmettaient +retransmettais +retransmettait +retransmettant +retransmette +retransmettent +retransmettes +retransmettez +retransmettiez +retransmettions +retransmettons +retransmettra +retransmettrai +retransmettraient +retransmettrais +retransmettrait +retransmettras +retransmettre +retransmettrez +retransmettriez +retransmettrions +retransmettrons +retransmettront +retransmirent +retransmis +retransmise +retransmises +retransmisse +retransmissent +retransmisses +retransmissiez +retransmission +retransmissions +retransmit +retransmmes +retransmt +retransmtes +retravailla +retravaillai +retravaillaient +retravaillais +retravaillait +retravaillant +retravaillas +retravaillasse +retravaillassent +retravaillasses +retravaillassiez +retravaillassions +retravaillmes +retravaillt +retravailltes +retravaille +retravaillent +retravailler +retravaillera +retravaillerai +retravailleraient +retravaillerais +retravaillerait +retravailleras +retravaillerez +retravailleriez +retravaillerions +retravaillerons +retravailleront +retravailles +retravaillez +retravaill +retravaille +retravailles +retravaills +retravaillrent +retravailliez +retravaillions +retravaillons +retrempa +retrempai +retrempaient +retrempais +retrempait +retrempant +retrempas +retrempasse +retrempassent +retrempasses +retrempassiez +retrempassions +retrempmes +retrempt +retremptes +retrempe +retrempent +retremper +retrempera +retremperai +retremperaient +retremperais +retremperait +retremperas +retremperez +retremperiez +retremperions +retremperons +retremperont +retrempes +retrempez +retremp +retrempe +retrempes +retremps +retremprent +retrempiez +retrempions +retrempons +retroussa +retroussai +retroussaient +retroussais +retroussait +retroussant +retroussas +retroussasse +retroussassent +retroussasses +retroussassiez +retroussassions +retroussmes +retrousst +retrousstes +retrousse +retroussement +retroussements +retroussent +retrousser +retroussera +retrousserai +retrousseraient +retrousserais +retrousserait +retrousseras +retrousserez +retrousseriez +retrousserions +retrousserons +retrousseront +retrousses +retroussez +retrouss +retrousse +retrousses +retrousss +retroussrent +retroussiez +retroussions +retroussons +retrouva +retrouvai +retrouvaient +retrouvailles +retrouvais +retrouvait +retrouvant +retrouvas +retrouvasse +retrouvassent +retrouvasses +retrouvassiez +retrouvassions +retrouvmes +retrouvt +retrouvtes +retrouve +retrouvent +retrouver +retrouvera +retrouverai +retrouveraient +retrouverais +retrouverait +retrouveras +retrouverez +retrouveriez +retrouverions +retrouverons +retrouveront +retrouves +retrouvez +retrouv +retrouve +retrouves +retrouvs +retrouvrent +retrouviez +retrouvions +retrouvons +rets +revaille +revaillent +revailles +revalaient +revalais +revalait +revalant +revalent +revalez +revaliez +revalions +revaloir +revalons +revalorisa +revalorisai +revalorisaient +revalorisais +revalorisait +revalorisant +revalorisas +revalorisasse +revalorisassent +revalorisasses +revalorisassiez +revalorisassions +revalorismes +revalorist +revaloristes +revalorise +revalorisent +revaloriser +revalorisera +revaloriserai +revaloriseraient +revaloriserais +revaloriserait +revaloriseras +revaloriserez +revaloriseriez +revaloriserions +revaloriserons +revaloriseront +revalorises +revalorisez +revaloris +revalorise +revalorises +revaloriss +revalorisrent +revalorisiez +revalorisions +revalorisons +revalu +revalue +revalues +revalurent +revalus +revalusse +revalussent +revalusses +revalussiez +revalussions +revalut +revalmes +revalt +revaltes +revanche +revanches +revaudra +revaudrai +revaudraient +revaudrais +revaudrait +revaudras +revaudrez +revaudriez +revaudrions +revaudrons +revaudront +revaut +revaux +reveiller +revenaient +revenais +revenait +revenant +revenants +revend +revendaient +revendais +revendait +revendant +revende +revendent +revendes +revendeur +revendeurs +revendeuse +revendeuses +revendez +revendicateur +revendicateurs +revendicatif +revendicatifs +revendication +revendications +revendicative +revendicatives +revendicatrice +revendicatrices +revendiez +revendions +revendiqua +revendiquai +revendiquaient +revendiquais +revendiquait +revendiquant +revendiquas +revendiquasse +revendiquassent +revendiquasses +revendiquassiez +revendiquassions +revendiqumes +revendiqut +revendiqutes +revendique +revendiquent +revendiquer +revendiquera +revendiquerai +revendiqueraient +revendiquerais +revendiquerait +revendiqueras +revendiquerez +revendiqueriez +revendiquerions +revendiquerons +revendiqueront +revendiques +revendiquez +revendiqu +revendique +revendiques +revendiqus +revendiqurent +revendiquiez +revendiquions +revendiquons +revendirent +revendis +revendisse +revendissent +revendisses +revendissiez +revendissions +revendit +revendmes +revendt +revendtes +revendons +revendra +revendrai +revendraient +revendrais +revendrait +revendras +revendre +revendrez +revendriez +revendrions +revendrons +revendront +revends +revendu +revendue +revendues +revendus +revenez +reveniez +revenions +revenir +revenons +revente +reventes +revenu +revenue +revenues +revenus +reverdi +reverdie +reverdies +reverdir +reverdira +reverdirai +reverdiraient +reverdirais +reverdirait +reverdiras +reverdirent +reverdirez +reverdiriez +reverdirions +reverdirons +reverdiront +reverdis +reverdissaient +reverdissais +reverdissait +reverdissant +reverdisse +reverdissent +reverdisses +reverdissez +reverdissiez +reverdissions +reverdissons +reverdit +reverdmes +reverdt +reverdtes +reverra +reverrai +reverraient +reverrais +reverrait +reverras +reverrez +reverriez +reverrions +reverrons +reverront +revers +reversa +reversai +reversaient +reversais +reversait +reversant +reversas +reversasse +reversassent +reversasses +reversassiez +reversassions +reversmes +reverst +reverstes +reverse +reversent +reverser +reversera +reverserai +reverseraient +reverserais +reverserait +reverseras +reverserez +reverseriez +reverserions +reverserons +reverseront +reverses +reversez +revers +reverse +reverses +reverss +reversrent +reversiez +reversions +reversons +revcu +revcue +revcues +revcurent +revcus +revcusse +revcussent +revcusses +revcussiez +revcussions +revcut +revcmes +revct +revctes +revche +revches +revt +revtaient +revtais +revtait +revtant +revte +revtement +revtements +revtent +revtes +revtez +revtiez +revtions +revtir +revtira +revtirai +revtiraient +revtirais +revtirait +revtiras +revtirent +revtirez +revtiriez +revtirions +revtirons +revtiront +revtis +revtisse +revtissent +revtisses +revtissiez +revtissions +revtit +revtmes +revtt +revttes +revtons +revts +revtu +revtue +revtues +revtus +reviendra +reviendrai +reviendraient +reviendrais +reviendrait +reviendras +reviendrez +reviendriez +reviendrions +reviendrons +reviendront +revienne +reviennent +reviennes +reviens +revient +revigora +revigorai +revigoraient +revigorais +revigorait +revigorant +revigoras +revigorasse +revigorassent +revigorasses +revigorassiez +revigorassions +revigormes +revigort +revigortes +revigore +revigorent +revigorer +revigorera +revigorerai +revigoreraient +revigorerais +revigorerait +revigoreras +revigorerez +revigoreriez +revigorerions +revigorerons +revigoreront +revigores +revigorez +revigor +revigore +revigores +revigors +revigorrent +revigoriez +revigorions +revigorons +revinrent +revins +revinsse +revinssent +revinsses +revinssiez +revinssions +revint +revirement +revirements +revirent +revis +revisse +revissent +revisses +revissiez +revissions +revit +revivaient +revivais +revivait +revivant +revive +revivent +revives +revivez +reviviez +revivifia +revivifiai +revivifiaient +revivifiais +revivifiait +revivifiant +revivifias +revivifiasse +revivifiassent +revivifiasses +revivifiassiez +revivifiassions +revivifimes +revivifit +revivifites +revivifie +revivifient +revivifier +revivifiera +revivifierai +revivifieraient +revivifierais +revivifierait +revivifieras +revivifierez +revivifieriez +revivifierions +revivifierons +revivifieront +revivifies +revivifiez +revivifi +revivifie +revivifies +revivifis +revivifirent +revivifiiez +revivifiions +revivifions +revivions +reviviscence +reviviscences +revivons +revivra +revivrai +revivraient +revivrais +revivrait +revivras +revivre +revivrez +revivriez +revivrions +revivrons +revivront +revmes +revnmes +revnt +revntes +revt +revtes +revoici +revoie +revoient +revoies +revoil +revoir +revois +revoit +revolver +revolvers +revoyaient +revoyais +revoyait +revoyant +revoyez +revoyiez +revoyions +revoyons +revu +revue +revues +revuiste +revuistes +revus +rez +r +rabonna +rabonnai +rabonnaient +rabonnais +rabonnait +rabonnant +rabonnas +rabonnasse +rabonnassent +rabonnmes +rabonnt +rabonntes +rabonne +rabonnement +rabonnements +rabonnent +rabonner +rabonnera +rabonnerai +rabonneraient +rabonnerais +rabonnerait +rabonneras +rabonnerez +rabonneriez +rabonnerions +rabonnerons +rabonneront +rabonnes +rabonnez +rabonn +rabonne +rabonnes +rabonns +rabonnrent +rabonniez +rabonnions +rabonnons +rabsorba +rabsorbai +rabsorbaient +rabsorbais +rabsorbait +rabsorbant +rabsorbas +rabsorbasse +rabsorbassent +rabsorbasses +rabsorbassiez +rabsorbassions +rabsorbmes +rabsorbt +rabsorbtes +rabsorbe +rabsorbent +rabsorber +rabsorbera +rabsorberai +rabsorberaient +rabsorberais +rabsorberait +rabsorberas +rabsorberez +rabsorberiez +rabsorberions +rabsorberons +rabsorberont +rabsorbes +rabsorbez +rabsorb +rabsorbe +rabsorbes +rabsorbs +rabsorbrent +rabsorbiez +rabsorbions +rabsorbons +racteur +racteurs +ractif +ractifs +raction +ractionnaire +ractionnaires +ractions +ractive +ractives +radmet +radmets +radmettaient +radmettais +radmettait +radmettant +radmette +radmettent +radmettes +radmettez +radmettiez +radmettions +radmettons +radmettra +radmettrai +radmettraient +radmettrais +radmettrait +radmettras +radmettre +radmettrez +radmettriez +radmettrions +radmettrons +radmettront +radmirent +radmis +radmise +radmises +radmisse +radmissent +radmisses +radmissiez +radmissions +radmit +radmmes +radmt +radmtes +raffirma +raffirmai +raffirmaient +raffirmais +raffirmait +raffirmant +raffirmas +raffirmasse +raffirmassent +raffirmasses +raffirmassiez +raffirmassions +raffirmmes +raffirmt +raffirmtes +raffirme +raffirment +raffirmer +raffirmera +raffirmerai +raffirmeraient +raffirmerais +raffirmerait +raffirmeras +raffirmerez +raffirmeriez +raffirmerions +raffirmerons +raffirmeront +raffirmes +raffirmez +raffirm +raffirme +raffirmes +raffirms +raffirmrent +raffirmiez +raffirmions +raffirmons +ragi +ragie +ragies +ragir +ragira +ragirai +ragiraient +ragirais +ragirait +ragiras +ragirent +ragirez +ragiriez +ragirions +ragirons +ragiront +ragis +ragissaient +ragissais +ragissait +ragissant +ragissas +ragisse +ragissent +ragisses +ragissez +ragissiez +ragissions +ragissons +ragit +ragmes +ragt +ragtes +rajusta +rajustai +rajustaient +rajustais +rajustait +rajustant +rajustas +rajustasse +rajustassent +rajustasses +rajustassiez +rajustassions +rajustmes +rajustt +rajusttes +rajuste +rajustent +rajuster +rajustera +rajusterai +rajusteraient +rajusterais +rajusterait +rajusteras +rajusterez +rajusteriez +rajusterions +rajusterons +rajusteront +rajustes +rajustez +rajust +rajuste +rajustes +rajusts +rajustrent +rajustiez +rajustions +rajustons +ralisa +ralisable +ralisables +ralisai +ralisaient +ralisais +ralisait +ralisant +ralisas +ralisasse +ralisassent +ralisasses +ralisassiez +ralisassions +ralisateur +ralisateurs +ralisation +ralisations +ralisatrice +ralisatrices +ralismes +ralist +ralistes +ralise +ralisent +raliser +ralisera +raliserai +raliseraient +raliserais +raliserait +raliseras +raliserez +raliseriez +raliserions +raliserons +raliseront +ralises +ralisez +ralis +ralise +ralises +raliss +ralisrent +ralisiez +ralisions +ralisme +ralismes +ralisons +raliste +ralistes +ralit +ralits +ramina +raminai +raminaient +raminais +raminait +raminant +raminas +raminasse +raminassent +raminasses +raminassiez +raminassions +ramination +raminations +raminmes +ramint +ramintes +ramine +raminent +raminer +raminera +raminerai +ramineraient +raminerais +raminerait +ramineras +raminerez +ramineriez +raminerions +raminerons +ramineront +ramines +raminez +ramin +ramine +ramines +ramins +raminrent +raminiez +raminions +raminons +rapparais +rapparaissaient +rapparaissais +rapparaissait +rapparaissant +rapparaisse +rapparaissent +rapparaisses +rapparaissez +rapparaissiez +rapparaissions +rapparaissons +rapparat +rapparatra +rapparatrai +rapparatraient +rapparatrais +rapparatrait +rapparatras +rapparatre +rapparatrez +rapparatriez +rapparatrions +rapparatrons +rapparatront +rapparition +rapparitions +rapparu +rapparue +rapparues +rapparurent +rapparus +rapparusse +rapparussent +rapparusses +rapparussiez +rapparussions +rapparut +rapparmes +rappart +rappartes +rapprenaient +rapprenais +rapprenait +rapprenant +rapprend +rapprendra +rapprendrai +rapprendraient +rapprendrais +rapprendrait +rapprendras +rapprendre +rapprendrez +rapprendriez +rapprendrions +rapprendrons +rapprendront +rapprends +rapprenez +rappreniez +rapprenions +rapprenne +rapprennent +rapprennes +rapprenons +rapprirent +rappris +rapprise +rapprises +rapprisse +rapprissent +rapprisses +rapprissiez +rapprissions +rapprit +rapprmes +rapprt +rapprtes +rapprovisionna +rapprovisionnai +rapprovisionnaient +rapprovisionnais +rapprovisionnait +rapprovisionnant +rapprovisionnas +rapprovisionnasse +rapprovisionnassent +rapprovisionnasses +rapprovisionnassiez +rapprovisionnassions +rapprovisionnmes +rapprovisionnt +rapprovisionntes +rapprovisionne +rapprovisionnent +rapprovisionner +rapprovisionnera +rapprovisionnerai +rapprovisionneraient +rapprovisionnerais +rapprovisionnerait +rapprovisionneras +rapprovisionnerez +rapprovisionneriez +rapprovisionnerions +rapprovisionnerons +rapprovisionneront +rapprovisionnes +rapprovisionnez +rapprovisionn +rapprovisionne +rapprovisionnes +rapprovisionns +rapprovisionnrent +rapprovisionniez +rapprovisionnions +rapprovisionnons +rarma +rarmai +rarmaient +rarmais +rarmait +rarmant +rarmas +rarmasse +rarmassent +rarmasses +rarmassiez +rarmassions +rarmmes +rarmt +rarmtes +rarme +rarmement +rarmements +rarment +rarmer +rarmera +rarmerai +rarmeraient +rarmerais +rarmerait +rarmeras +rarmerez +rarmeriez +rarmerions +rarmerons +rarmeront +rarmes +rarmez +rarm +rarme +rarmes +rarms +rarmrent +rarmiez +rarmions +rarmons +rassorti +rassortie +rassorties +rassortiment +rassortiments +rassortir +rassortira +rassortirai +rassortiraient +rassortirais +rassortirait +rassortiras +rassortirent +rassortirez +rassortiriez +rassortirions +rassortirons +rassortiront +rassortis +rassortissaient +rassortissais +rassortissait +rassortissant +rassortisse +rassortissent +rassortisses +rassortissez +rassortissiez +rassortissions +rassortissons +rassortit +rassortmes +rassortt +rassorttes +rassura +rassurai +rassuraient +rassurais +rassurait +rassurance +rassurances +rassurant +rassuras +rassurasse +rassurassent +rassurasses +rassurassiez +rassurassions +rassurmes +rassurt +rassurtes +rassure +rassurent +rassurer +rassurera +rassurerai +rassureraient +rassurerais +rassurerait +rassureras +rassurerez +rassureriez +rassurerions +rassurerons +rassureront +rassures +rassurez +rassur +rassure +rassures +rassurs +rassurrent +rassuriez +rassurions +rassurons +rbarbatif +rbarbatifs +rbarbative +rbarbatives +rbellion +rbellions +rbus +rcalcitrant +rcalcitrante +rcalcitrantes +rcalcitrants +rcapitula +rcapitulai +rcapitulaient +rcapitulais +rcapitulait +rcapitulant +rcapitulas +rcapitulasse +rcapitulassent +rcapitulasses +rcapitulassiez +rcapitulassions +rcapitulatif +rcapitulatifs +rcapitulation +rcapitulations +rcapitulative +rcapitulatives +rcapitulmes +rcapitult +rcapitultes +rcapitule +rcapitulent +rcapituler +rcapitulera +rcapitulerai +rcapituleraient +rcapitulerais +rcapitulerait +rcapituleras +rcapitulerez +rcapituleriez +rcapitulerions +rcapitulerons +rcapituleront +rcapitules +rcapitulez +rcapitul +rcapitule +rcapitules +rcapituls +rcapitulrent +rcapituliez +rcapitulions +rcapitulons +rcemment +rcent +rcente +rcentes +rcents +rceptacle +rceptacles +rcepteur +rcepteurs +rceptif +rceptifs +rception +rceptionnaire +rceptionnaires +rceptions +rceptive +rceptives +rceptivit +rceptivits +rceptrice +rceptrices +rcessif +rcessifs +rcession +rcessions +rcessive +rcessives +rcessus +rcpiss +rcpisss +rchampi +rchampie +rchampies +rchampir +rchampira +rchampirai +rchampiraient +rchampirais +rchampirait +rchampiras +rchampirent +rchampirez +rchampiriez +rchampirions +rchampirons +rchampiront +rchampis +rchampissaient +rchampissais +rchampissait +rchampissant +rchampisse +rchampissent +rchampisses +rchampissez +rchampissiez +rchampissions +rchampissons +rchampit +rchampmes +rchampt +rchamptes +rchappa +rchappai +rchappaient +rchappais +rchappait +rchappant +rchappas +rchappasse +rchappassent +rchappasses +rchappassiez +rchappassions +rchappmes +rchappt +rchapptes +rchappe +rchappent +rchapper +rchappera +rchapperai +rchapperaient +rchapperais +rchapperait +rchapperas +rchapperez +rchapperiez +rchapperions +rchapperons +rchapperont +rchappes +rchappez +rchapp +rchappe +rchappes +rchapps +rchapprent +rchappiez +rchappions +rchappons +rchaud +rchauds +rchauffa +rchauffage +rchauffages +rchauffai +rchauffaient +rchauffais +rchauffait +rchauffant +rchauffas +rchauffasse +rchauffassent +rchauffasses +rchauffassiez +rchauffassions +rchauffmes +rchaufft +rchaufftes +rchauffe +rchauffement +rchauffements +rchauffent +rchauffer +rchauffera +rchaufferai +rchaufferaient +rchaufferais +rchaufferait +rchaufferas +rchaufferez +rchaufferiez +rchaufferions +rchaufferons +rchaufferont +rchauffes +rchauffez +rchauff +rchauffe +rchauffes +rchauffs +rchauffrent +rchauffiez +rchauffions +rchauffons +rcidiva +rcidivai +rcidivaient +rcidivais +rcidivait +rcidivant +rcidivas +rcidivasse +rcidivassent +rcidivasses +rcidivassiez +rcidivassions +rcidivmes +rcidivt +rcidivtes +rcidive +rcidivent +rcidiver +rcidivera +rcidiverai +rcidiveraient +rcidiverais +rcidiverait +rcidiveras +rcidiverez +rcidiveriez +rcidiverions +rcidiverons +rcidiveront +rcidives +rcidivez +rcidiv +rcidive +rcidives +rcidivs +rcidivrent +rcidiviez +rcidivions +rcidiviste +rcidivistes +rcidivons +rcif +rcifs +rcipiendaire +rcipiendaires +rcipient +rcipients +rciprocit +rciprocits +rciproque +rciproquement +rciproques +rcit +rcita +rcitai +rcitaient +rcitais +rcitait +rcital +rcitals +rcitant +rcitante +rcitantes +rcitants +rcitas +rcitasse +rcitassent +rcitasses +rcitassiez +rcitassions +rcitatif +rcitatifs +rcitation +rcitations +rcitmes +rcitt +rcittes +rcite +rcitent +rciter +rcitera +rciterai +rciteraient +rciterais +rciterait +rciteras +rciterez +rciteriez +rciterions +rciterons +rciteront +rcites +rcitez +rcit +rcite +rcites +rcits +rcitrent +rcitiez +rcitions +rcitons +rcits +rclama +rclamai +rclamaient +rclamais +rclamait +rclamant +rclamas +rclamasse +rclamassent +rclamasses +rclamassiez +rclamassions +rclamation +rclamations +rclammes +rclamt +rclamtes +rclame +rclament +rclamer +rclamera +rclamerai +rclameraient +rclamerais +rclamerait +rclameras +rclamerez +rclameriez +rclamerions +rclamerons +rclameront +rclames +rclamez +rclam +rclame +rclames +rclams +rclamrent +rclamiez +rclamions +rclamons +rclusion +rclusions +rcola +rcolai +rcolaient +rcolais +rcolait +rcolant +rcolas +rcolasse +rcolassent +rcolasses +rcolassiez +rcolassions +rcolmes +rcolt +rcoltes +rcole +rcolement +rcolements +rcolent +rcoler +rcolera +rcolerai +rcoleraient +rcolerais +rcolerait +rcoleras +rcolerez +rcoleriez +rcolerions +rcolerons +rcoleront +rcoles +rcolez +rcol +rcole +rcoles +rcols +rcolrent +rcoliez +rcolions +rcolons +rcolta +rcoltai +rcoltaient +rcoltais +rcoltait +rcoltant +rcoltante +rcoltantes +rcoltants +rcoltas +rcoltasse +rcoltassent +rcoltasses +rcoltassiez +rcoltassions +rcoltmes +rcoltt +rcolttes +rcolte +rcoltent +rcolter +rcoltera +rcolterai +rcolteraient +rcolterais +rcolterait +rcolteras +rcolterez +rcolteriez +rcolterions +rcolterons +rcolteront +rcoltes +rcoltez +rcolt +rcolte +rcoltes +rcolts +rcoltrent +rcoltiez +rcoltions +rcoltons +rcompensa +rcompensai +rcompensaient +rcompensais +rcompensait +rcompensant +rcompensas +rcompensasse +rcompensassent +rcompensasses +rcompensassiez +rcompensassions +rcompensmes +rcompenst +rcompenstes +rcompense +rcompensent +rcompenser +rcompensera +rcompenserai +rcompenseraient +rcompenserais +rcompenserait +rcompenseras +rcompenserez +rcompenseriez +rcompenserions +rcompenserons +rcompenseront +rcompenses +rcompensez +rcompens +rcompense +rcompenses +rcompenss +rcompensrent +rcompensiez +rcompensions +rcompensons +rconcilia +rconciliai +rconciliaient +rconciliais +rconciliait +rconciliant +rconcilias +rconciliasse +rconciliassent +rconciliasses +rconciliassiez +rconciliassions +rconciliation +rconciliations +rconcilimes +rconcilit +rconcilites +rconcilie +rconcilient +rconcilier +rconciliera +rconcilierai +rconcilieraient +rconcilierais +rconcilierait +rconcilieras +rconcilierez +rconcilieriez +rconcilierions +rconcilierons +rconcilieront +rconcilies +rconciliez +rconcili +rconcilie +rconcilies +rconcilis +rconcilirent +rconciliiez +rconciliions +rconcilions +rconfort +rconforta +rconfortai +rconfortaient +rconfortais +rconfortait +rconfortant +rconfortas +rconfortasse +rconfortassent +rconfortasses +rconfortassiez +rconfortassions +rconfortmes +rconfortt +rconforttes +rconforte +rconfortent +rconforter +rconfortera +rconforterai +rconforteraient +rconforterais +rconforterait +rconforteras +rconforterez +rconforteriez +rconforterions +rconforterons +rconforteront +rconfortes +rconfortez +rconfort +rconforte +rconfortes +rconforts +rconfortrent +rconfortiez +rconfortions +rconfortons +rconforts +rcra +rcrai +rcraient +rcrais +rcrait +rcrant +rcras +rcrasse +rcrassent +rcrasses +rcrassiez +rcrassions +rcratif +rcratifs +rcration +rcrations +rcrative +rcratives +rcrmes +rcrt +rcrtes +rcre +rcrent +rcrer +rcrera +rcrerai +rcreraient +rcrerais +rcrerait +rcreras +rcrerez +rcreriez +rcrerions +rcrerons +rcreront +rcres +rcrez +rcr +rcre +rcres +rcrs +rcrrent +rcriez +rcrions +rcrons +rcria +rcriai +rcriaient +rcriais +rcriait +rcriant +rcrias +rcriasse +rcriassent +rcriasses +rcriassiez +rcriassions +rcrimes +rcrit +rcrites +rcrie +rcrient +rcrier +rcriera +rcrierai +rcrieraient +rcrierais +rcrierait +rcrieras +rcrierez +rcrieriez +rcrierions +rcrierons +rcrieront +rcries +rcriez +rcri +rcrie +rcries +rcris +rcrirent +rcriiez +rcriions +rcrimina +rcriminai +rcriminaient +rcriminais +rcriminait +rcriminant +rcriminas +rcriminasse +rcriminassent +rcriminasses +rcriminassiez +rcriminassions +rcrimination +rcriminations +rcriminmes +rcrimint +rcrimintes +rcrimine +rcriminent +rcriminer +rcriminera +rcriminerai +rcrimineraient +rcriminerais +rcriminerait +rcrimineras +rcriminerez +rcrimineriez +rcriminerions +rcriminerons +rcrimineront +rcrimines +rcriminez +rcrimin +rcrimine +rcrimines +rcrimins +rcriminrent +rcriminiez +rcriminions +rcriminons +rcrions +rcrira +rcrirai +rcriraient +rcrirais +rcrirait +rcriras +rcrire +rcrirez +rcririez +rcririons +rcrirons +rcriront +rcris +rcrit +rcrite +rcrites +rcrits +rcrivaient +rcrivais +rcrivait +rcrivant +rcrive +rcrivent +rcrives +rcrivez +rcriviez +rcrivions +rcrivirent +rcrivis +rcrivisse +rcrivissent +rcrivisses +rcrivissiez +rcrivissions +rcrivit +rcrivmes +rcrivt +rcrivtes +rcrivons +rcupra +rcuprable +rcuprables +rcuprai +rcupraient +rcuprais +rcuprait +rcuprant +rcupras +rcuprasse +rcuprassent +rcuprasses +rcuprassiez +rcuprassions +rcupration +rcuprations +rcuprmes +rcuprt +rcuprtes +rcuprer +rcuprera +rcuprerai +rcupreraient +rcuprerais +rcuprerait +rcupreras +rcuprerez +rcupreriez +rcuprerions +rcuprerons +rcupreront +rcuprez +rcupr +rcupre +rcupres +rcuprs +rcuprrent +rcupriez +rcuprions +rcuprons +rcupre +rcuprent +rcupres +rcura +rcurage +rcurages +rcurai +rcuraient +rcurais +rcurait +rcurant +rcuras +rcurasse +rcurassent +rcurasses +rcurassiez +rcurassions +rcurmes +rcurt +rcurtes +rcure +rcurent +rcurer +rcurera +rcurerai +rcureraient +rcurerais +rcurerait +rcureras +rcurerez +rcureriez +rcurerions +rcurerons +rcureront +rcures +rcurez +rcur +rcure +rcures +rcurs +rcurrent +rcuriez +rcurions +rcurons +rcurrence +rcurrences +rcurrent +rcurrente +rcurrentes +rcurrents +rcursion +rcursions +rcusa +rcusai +rcusaient +rcusais +rcusait +rcusant +rcusas +rcusasse +rcusassent +rcusasses +rcusassiez +rcusassions +rcusation +rcusations +rcusmes +rcust +rcustes +rcuse +rcusent +rcuser +rcusera +rcuserai +rcuseraient +rcuserais +rcuserait +rcuseras +rcuserez +rcuseriez +rcuserions +rcuserons +rcuseront +rcuses +rcusez +rcus +rcuse +rcuses +rcuss +rcusrent +rcusiez +rcusions +rcusons +rdacteur +rdacteurs +rdaction +rdactionnel +rdactionnelle +rdactionnelles +rdactionnels +rdactions +rdactrice +rdactrices +rdempteur +rdempteurs +rdemption +rdemptions +rdemptrice +rdemptrices +rdhibitoire +rdhibitoires +rdige +rdigea +rdigeai +rdigeaient +rdigeais +rdigeait +rdigeant +rdigeas +rdigeasse +rdigeassent +rdigeasses +rdigeassiez +rdigeassions +rdigemes +rdiget +rdigetes +rdigent +rdigeons +rdiger +rdigera +rdigerai +rdigeraient +rdigerais +rdigerait +rdigeras +rdigerez +rdigeriez +rdigerions +rdigerons +rdigeront +rdiges +rdigez +rdig +rdige +rdiges +rdigs +rdigrent +rdigiez +rdigions +rdimer +rducteur +rducteurs +rductible +rductibles +rduction +rductions +rductrice +rductrices +rduira +rduirai +rduiraient +rduirais +rduirait +rduiras +rduire +rduirez +rduiriez +rduirions +rduirons +rduiront +rduis +rduisaient +rduisais +rduisait +rduisant +rduise +rduisent +rduises +rduisez +rduisiez +rduisions +rduisirent +rduisis +rduisisse +rduisissent +rduisisses +rduisissiez +rduisissions +rduisit +rduismes +rduist +rduistes +rduisons +rduit +rduite +rduites +rduits +rel +relle +rellement +relles +rels +remploi +remplois +rensemence +rensemencent +rensemencer +rensemencera +rensemencerai +rensemenceraient +rensemencerais +rensemencerait +rensemenceras +rensemencerez +rensemenceriez +rensemencerions +rensemencerons +rensemenceront +rensemences +rensemencez +rensemenc +rensemence +rensemences +rensemencs +rensemencrent +rensemenciez +rensemencions +rensemena +rensemenai +rensemenaient +rensemenais +rensemenait +rensemenas +rensemenasse +rensemenassent +rensemenasses +rensemenassiez +rensemenassions +rensemenassons +rensemenmes +rensement +rensementes +rensemenons +rescompta +rescomptai +rescomptaient +rescomptais +rescomptait +rescomptant +rescomptas +rescomptasse +rescomptassent +rescomptasses +rescomptassiez +rescomptassions +rescomptmes +rescomptt +rescompttes +rescompte +rescomptent +rescompter +rescomptera +rescompterai +rescompteraient +rescompterais +rescompterait +rescompteras +rescompterez +rescompteriez +rescompterions +rescompterons +rescompteront +rescomptes +rescomptez +rescompt +rescompte +rescomptes +rescompts +rescomptrent +rescomptiez +rescomptions +rescomptons +rexpdia +rexpdiai +rexpdiaient +rexpdiais +rexpdiait +rexpdiant +rexpdias +rexpdiasse +rexpdiassent +rexpdiasses +rexpdiassiez +rexpdiassions +rexpdimes +rexpdit +rexpdites +rexpdie +rexpdient +rexpdier +rexpdiera +rexpdierai +rexpdieraient +rexpdierais +rexpdierait +rexpdieras +rexpdierez +rexpdieriez +rexpdierions +rexpdierons +rexpdieront +rexpdies +rexpdiez +rexpdi +rexpdie +rexpdies +rexpdis +rexpdirent +rexpdiions +rexpdions +rexpdition +rexpditions +rexporta +rexportai +rexportaient +rexportais +rexportait +rexportant +rexportas +rexportasse +rexportassent +rexportasses +rexportassiez +rexportassions +rexportation +rexportations +rexportmes +rexportt +rexporttes +rexporte +rexportent +rexporter +rexportera +rexporterai +rexporteraient +rexporterais +rexporterait +rexporteras +rexporterez +rexporteriez +rexporterions +rexporterons +rexporteront +rexportes +rexportez +rexport +rexporte +rexportes +rexports +rexportrent +rexportions +rexportons +rdita +rditai +rditaient +rditais +rditait +rditant +rditas +rditasse +rditassent +rditasses +rditassiez +rditassions +rditmes +rditt +rdittes +rdite +rditent +rditer +rditera +rditerai +rditeraient +rditerais +rditerait +rditeras +rditerez +rditeriez +rditerions +rditerons +rditeront +rdites +rditez +rdit +rdite +rdites +rdits +rditrent +rditiez +rdition +rditions +rditons +rducation +rducations +rduqua +rduquai +rduquaient +rduquais +rduquait +rduquant +rduquas +rduquasse +rduquassent +rduquasses +rduquassiez +rduquassions +rduqumes +rduqut +rduqutes +rduque +rduquent +rduquer +rduquera +rduquerai +rduqueraient +rduquerais +rduquerait +rduqueras +rduquerez +rduqueriez +rduquerions +rduquerons +rduqueront +rduques +rduquez +rduqu +rduque +rduques +rduqus +rduqurent +rduquiez +rduquions +rduquons +rlection +rlections +rligible +rligibles +rlira +rlirai +rliraient +rlirais +rlirait +rliras +rlire +rlirez +rliriez +rlirions +rlirons +rliront +rlis +rlisaient +rlisais +rlisait +rlisant +rlise +rlisent +rlises +rlisez +rlisiez +rlisions +rlisons +rlit +rlu +rlue +rlues +rlurent +rlus +rlusse +rlussent +rlusses +rlussiez +rlussions +rlut +rlmes +rlt +rltes +rmploi +rmplois +rxporta +rxportai +rxportaient +rxportais +rxportait +rxportant +rxportas +rxportasse +rxportassent +rxportasses +rxportassiez +rxportassions +rxportation +rxportations +rxportmes +rxportt +rxporttes +rxporte +rxportent +rxporter +rxportera +rxporterai +rxporteraient +rxporterais +rxporterait +rxporteras +rxporterez +rxporteriez +rxporterions +rxporterons +rxporteront +rxportes +rxportez +rxport +rxporte +rxportes +rxports +rxportrent +rxportiez +rxportions +rxportons +rfection +rfections +rfectoire +rfectoires +rfra +rfrai +rfraient +rfrais +rfrait +rfrant +rfrante +rfrantes +rfrants +rfras +rfrasse +rfrassent +rfrasses +rfrassiez +rfrassions +rfrmes +rfrt +rfrtes +rfrence +rfrences +rfrendaire +rfrendaires +rfrendum +rfrendums +rfrer +rfrera +rfrerai +rfreraient +rfrerais +rfrerait +rfreras +rfrerez +rfreriez +rfrerions +rfrerons +rfreront +rfres +rfrez +rfr +rfre +rfres +rfrs +rfrrent +rfriez +rfrions +rfrons +rfre +rfrent +rfres +rflechi +rflechie +rflechies +rflechir +rflechira +rflechirai +rflechiraient +rflechirais +rflechirait +rflechiras +rflechirent +rflechirez +rflechiriez +rflechirions +rflechirons +rflechiront +rflechis +rflechissaient +rflechissais +rflechissait +rflechissant +rflechissante +rflechissantes +rflechissants +rflechisse +rflechissent +rflechisses +rflechissez +rflechissiez +rflechissions +rflechissons +rflechit +rflechmes +rflecht +rflechtes +rflecteur +rflecteurs +rflet +rflets +rflexe +rflexes +rflexion +rflexions +rflchi +rflchie +rflchir +rflchissant +rflta +rfltai +rfltaient +rfltais +rfltait +rfltant +rfltas +rfltasse +rfltassent +rfltasses +rfltassiez +rfltassions +rfltmes +rfltt +rflttes +rflter +rfltera +rflterai +rflteraient +rflterais +rflterait +rflteras +rflterez +rflteriez +rflterions +rflterons +rflteront +rfltez +rflt +rflte +rfltes +rflts +rfltrent +rfltiez +rfltions +rfltons +rflte +rfltent +rfltes +rforma +rformai +rformaient +rformais +rformait +rformant +rformas +rformasse +rformassent +rformasses +rformassiez +rformassions +rformateur +rformateurs +rformation +rformations +rformatrice +rformatrices +rformmes +rformt +rformtes +rforme +rforment +rformer +rformera +rformerai +rformeraient +rformerais +rformerait +rformeras +rformerez +rformeriez +rformerions +rformerons +rformeront +rformes +rformez +rform +rforme +rformes +rforms +rformrent +rformiez +rformions +rformiste +rformistes +rformons +rfracta +rfractai +rfractaient +rfractaire +rfractaires +rfractais +rfractait +rfractant +rfractas +rfractasse +rfractassent +rfractasses +rfractassiez +rfractassions +rfractmes +rfractt +rfracttes +rfracte +rfractent +rfracter +rfractera +rfracterai +rfracteraient +rfracterais +rfracterait +rfracteras +rfracterez +rfracteriez +rfracterions +rfracterons +rfracteront +rfractes +rfracteur +rfracteurs +rfractez +rfract +rfracte +rfractes +rfracts +rfractrent +rfractiez +rfraction +rfractions +rfractons +rfrigra +rfrigrai +rfrigraient +rfrigrais +rfrigrait +rfrigrant +rfrigrante +rfrigrantes +rfrigrants +rfrigras +rfrigrasse +rfrigrassent +rfrigrasses +rfrigrassiez +rfrigrassions +rfrigrateur +rfrigrateurs +rfrigration +rfrigrations +rfrigrmes +rfrigrt +rfrigrtes +rfrigrer +rfrigrera +rfrigrerai +rfrigreraient +rfrigrerais +rfrigrerait +rfrigreras +rfrigrerez +rfrigreriez +rfrigrerions +rfrigrerons +rfrigreront +rfrigrez +rfrigr +rfrigre +rfrigres +rfrigrs +rfrigrrent +rfrigriez +rfrigrions +rfrigrons +rfrigre +rfrigrent +rfrigres +rfringence +rfringences +rfringent +rfringente +rfringentes +rfringents +rfugia +rfugiai +rfugiaient +rfugiais +rfugiait +rfugiant +rfugias +rfugiasse +rfugiassent +rfugiasses +rfugiassiez +rfugiassions +rfugimes +rfugit +rfugites +rfugie +rfugient +rfugier +rfugiera +rfugierai +rfugieraient +rfugierais +rfugierait +rfugieras +rfugierez +rfugieriez +rfugierions +rfugierons +rfugieront +rfugies +rfugiez +rfugi +rfugie +rfugies +rfugis +rfugirent +rfugiiez +rfugiions +rfugions +rfuta +rfutable +rfutables +rfutai +rfutaient +rfutais +rfutait +rfutant +rfutas +rfutasse +rfutassent +rfutasses +rfutassiez +rfutassions +rfutation +rfutations +rfutmes +rfutt +rfuttes +rfute +rfutent +rfuter +rfutera +rfuterai +rfuteraient +rfuterais +rfuterait +rfuteras +rfuterez +rfuteriez +rfuterions +rfuterons +rfuteront +rfutes +rfutez +rfut +rfute +rfutes +rfuts +rfutrent +rfutiez +rfutions +rfutons +rgal +rgala +rgalade +rgalades +rgalai +rgalaient +rgalais +rgalait +rgalant +rgalas +rgalasse +rgalassent +rgalasses +rgalassiez +rgalassions +rgalmes +rgalt +rgaltes +rgale +rgalent +rgaler +rgalera +rgalerai +rgaleraient +rgalerais +rgalerait +rgaleras +rgalerez +rgaleriez +rgalerions +rgalerons +rgaleront +rgales +rgalez +rgal +rgale +rgales +rgals +rgalrent +rgalien +rgalienne +rgaliennes +rgaliens +rgaliez +rgalions +rgalons +rgals +rgate +rgates +rgence +rgences +rgent +rgenta +rgentai +rgentaient +rgentais +rgentait +rgentant +rgentas +rgentasse +rgentassent +rgentasses +rgentassiez +rgentassions +rgentmes +rgentt +rgenttes +rgente +rgentent +rgenter +rgentera +rgenterai +rgenteraient +rgenterais +rgenterait +rgenteras +rgenterez +rgenteriez +rgenterions +rgenterons +rgenteront +rgentes +rgentez +rgent +rgente +rgentes +rgents +rgentrent +rgentiez +rgentions +rgentons +rgents +rgnra +rgnrai +rgnraient +rgnrais +rgnrait +rgnras +rgnrasse +rgnrassent +rgnrasses +rgnrassiez +rgnrassions +rgnrateur +rgnrateurs +rgnration +rgnrations +rgnratrice +rgnratrices +rgnrmes +rgnrt +rgnrtes +rgnrer +rgnrera +rgnrerai +rgnreraient +rgnrerais +rgnrerait +rgnreras +rgnrerez +rgnreriez +rgnrerions +rgnrerons +rgnreront +rgnrez +rgnr +rgnre +rgnres +rgnrs +rgnrrent +rgnriez +rgnrions +rgnrons +rgnre +rgnrent +rgnres +rgi +rgicide +rgicides +rgie +rgies +rgime +rgiment +rgimentaire +rgimentaires +rgiments +rgimes +rgion +rgional +rgionale +rgionalement +rgionales +rgionalisme +rgionaliste +rgionalistes +rgionaux +rgions +rgir +rgira +rgirai +rgiraient +rgirais +rgiras +rgirent +rgirez +rgiriez +rgirions +rgirons +rgiront +rgis +rgissaient +rgissais +rgissait +rgissant +rgisse +rgissent +rgisses +rgisseur +rgisseurs +rgissez +rgissiez +rgissions +rgissons +rgit +rgmes +rgt +rgtes +rgla +rglables +rglage +rglages +rglai +rglaient +rglais +rglait +rglant +rglas +rglasse +rglassent +rglasses +rglassiez +rglassions +rglmes +rglt +rgltes +rglementa +rglementai +rglementaient +rglementaire +rglementairement +rglementaires +rglementais +rglementait +rglementant +rglementas +rglementasse +rglementassent +rglementasses +rglementassiez +rglementassions +rglementation +rglementations +rglementmes +rglementt +rglementtes +rglemente +rglementent +rglementer +rglementera +rglementerai +rglementeraient +rglementerais +rglementerait +rglementeras +rglementerez +rglementeriez +rglementerions +rglementerons +rglementeront +rglementes +rglementez +rglement +rglemente +rglementes +rglements +rglementrent +rglementiez +rglementions +rglementons +rgler +rglera +rglerai +rgleraient +rglerais +rglerait +rgleras +rglerez +rgleriez +rglerions +rglerons +rgleront +rglette +rglettes +rglez +rgl +rgle +rgles +rgls +rglrent +rgliez +rglions +rglisse +rglisses +rglons +rgna +rgnai +rgnaient +rgnais +rgnait +rgnant +rgnante +rgnantes +rgnas +rgnasse +rgnassent +rgnasses +rgnassiez +rgnassions +rgnmes +rgnt +rgntes +rgner +rgnera +rgnerai +rgneraient +rgnerais +rgnerait +rgneras +rgnerez +rgneriez +rgnerions +rgnerons +rgneront +rgnez +rgn +rgne +rgnes +rgns +rgnrent +rgniez +rgnions +rgnons +rgresser +rgressif +rgressifs +rgression +rgressions +rgressive +rgressives +rgularis +rgularisa +rgularisai +rgularisaient +rgularisais +rgularisait +rgularisant +rgularisas +rgularisasse +rgularisassent +rgularisasses +rgularisassiez +rgularisassions +rgularisation +rgularisations +rgularismes +rgularist +rgularistes +rgularise +rgularisent +rgulariser +rgularisera +rgulariserai +rgulariseraient +rgulariserais +rgulariserait +rgulariseras +rgulariserez +rgulariseriez +rgulariserions +rgulariserons +rgulariseront +rgularises +rgularisez +rgularis +rgularise +rgularises +rgulariss +rgularisrent +rgularisiez +rgularisions +rgularisons +rgularit +rgularits +rgulateur +rgulateurs +rgulation +rgulations +rgulatrice +rgulatrices +rgulier +rguliers +rgulire +rgulirement +rgulires +rgurgita +rgurgitai +rgurgitaient +rgurgitais +rgurgitait +rgurgitant +rgurgitas +rgurgitasse +rgurgitassent +rgurgitasses +rgurgitassiez +rgurgitassions +rgurgitation +rgurgitations +rgurgitmes +rgurgitt +rgurgittes +rgurgite +rgurgitent +rgurgiter +rgurgitera +rgurgiterai +rgurgiteraient +rgurgiterais +rgurgiterait +rgurgiteras +rgurgiterez +rgurgiteriez +rgurgiterions +rgurgiterons +rgurgiteront +rgurgites +rgurgitez +rgurgit +rgurgite +rgurgites +rgurgits +rgurgitrent +rgurgitiez +rgurgitions +rgurgitons +rhabilita +rhabilitai +rhabilitaient +rhabilitais +rhabilitait +rhabilitant +rhabilitas +rhabilitasse +rhabilitassent +rhabilitasses +rhabilitassiez +rhabilitassions +rhabilitation +rhabilitations +rhabilitmes +rhabilitt +rhabilittes +rhabilite +rhabilitent +rhabiliter +rhabilitera +rhabiliterai +rhabiliteraient +rhabiliterais +rhabiliterait +rhabiliteras +rhabiliterez +rhabiliteriez +rhabiliterions +rhabiliterons +rhabiliteront +rhabilites +rhabilitez +rhabilit +rhabilite +rhabilites +rhabilits +rhabilitrent +rhabilitiez +rhabilitions +rhabilitons +rhabitua +rhabituai +rhabituaient +rhabituais +rhabituait +rhabituant +rhabituas +rhabituasse +rhabituassent +rhabituasses +rhabituassiez +rhabituassions +rhabitumes +rhabitut +rhabitutes +rhabitue +rhabituent +rhabituer +rhabituera +rhabituerai +rhabitueraient +rhabituerais +rhabituerait +rhabitueras +rhabituerez +rhabitueriez +rhabituerions +rhabituerons +rhabitueront +rhabitues +rhabituez +rhabitu +rhabitue +rhabitues +rhabitus +rhabiturent +rhabituiez +rhabituions +rhabituons +rimpression +rimpressions +rimprima +rimprimai +rimprimaient +rimprimais +rimprimait +rimprimant +rimprimas +rimprimasse +rimprimassent +rimprimasses +rimprimassiez +rimprimassions +rimprimmes +rimprimt +rimprimtes +rimprime +rimpriment +rimprimer +rimprimera +rimprimerai +rimprimeraient +rimprimerais +rimprimerait +rimprimeras +rimprimerez +rimprimeriez +rimprimerions +rimprimerons +rimprimeront +rimprimes +rimprimez +rimprim +rimprime +rimprimes +rimprims +rimprimrent +rimprimiez +rimprimions +rimprimons +rincarna +rincarnai +rincarnaient +rincarnais +rincarnait +rincarnant +rincarnas +rincarnasse +rincarnassent +rincarnasses +rincarnassiez +rincarnassions +rincarnation +rincarnations +rincarnmes +rincarnt +rincarntes +rincarne +rincarnent +rincarner +rincarnera +rincarnerai +rincarneraient +rincarnerais +rincarnerait +rincarneras +rincarnerez +rincarneriez +rincarnerions +rincarnerons +rincarneront +rincarnes +rincarnez +rincarn +rincarne +rincarnes +rincarnrent +rincarniez +rincarnions +rincarnons +rinitialis +rinscrite +rinsertion +rinsertions +rinsrer +rinsrez +rinsrs +rinstaller +rintgra +rintgrai +rintgraient +rintgrais +rintgrait +rintgrant +rintgras +rintgrasse +rintgrassent +rintgrasses +rintgrassiez +rintgrassions +rintgration +rintgrations +rintgrmes +rintgrt +rintgrtes +rintgrer +rintgrera +rintgrerai +rintgreraient +rintgrerais +rintgrerait +rintgreras +rintgrerez +rintgreriez +rintgrerions +rintgrerons +rintgreront +rintgrez +rintgr +rintgre +rintgres +rintgrs +rintgrrent +rintgriez +rintgrions +rintgrons +rintgre +rintgrent +rintgres +rinventa +rinventer +rinvesti +rinvestie +rinvesties +rinvestir +rinvestis +rinvestissant +ritra +ritrai +ritraient +ritrais +ritrait +ritrant +ritras +ritrasse +ritrassent +ritrasses +ritrassiez +ritrassions +ritration +ritrations +ritrmes +ritrt +ritrtes +ritrer +ritrerai +ritreraient +ritrerais +ritrerait +ritreras +ritrerez +ritreriez +ritrerions +ritrerons +ritreront +ritrez +ritr +ritre +ritres +ritrs +ritrrent +ritriez +ritrions +ritrons +ritre +ritrent +ritres +rjoui +rjouie +rjouies +rjouir +rjouira +rjouirai +rjouiraient +rjouirais +rjouirait +rjouiras +rjouirent +rjouirez +rjouiriez +rjouirions +rjouirons +rjouiront +rjouis +rjouissaient +rjouissais +rjouissait +rjouissance +rjouissances +rjouissant +rjouisse +rjouissent +rjouisses +rjouissez +rjouissiez +rjouissions +rjouissons +rjouit +rjoumes +rjout +rjoutes +rmige +rmiges +rminiscence +rminiscences +rmissible +rmissibles +rmission +rmissions +rmittent +rmittente +rmittentes +rmittents +rmora +rmoras +rmoulade +rmouleur +rmouleure +rmouleures +rmouleurs +rmunra +rmunrai +rmunraient +rmunrais +rmunrait +rmunrant +rmunras +rmunrasse +rmunrassent +rmunrasses +rmunrassiez +rmunrassions +rmunrateur +rmunrateurs +rmunration +rmunrations +rmunratrice +rmunratrices +rmunrmes +rmunrt +rmunrtes +rmunrer +rmunrera +rmunrerai +rmunreraient +rmunrerais +rmunrerait +rmunreras +rmunrerez +rmunreriez +rmunrerions +rmunrerons +rmunreront +rmunrez +rmunr +rmunre +rmunres +rmunrs +rmunrrent +rmunriez +rmunrions +rmunrons +rmunre +rmunrent +rmunres +rnal +rnale +rnales +rnaux +rngat +rnonciation +rnonciations +rnova +rnovai +rnovaient +rnovais +rnovait +rnovant +rnovas +rnovasse +rnovassent +rnovasses +rnovassiez +rnovassions +rnovateur +rnovateurs +rnovation +rnovations +rnovatrice +rnovatrices +rnovmes +rnovt +rnovtes +rnove +rnovent +rnover +rnovera +rnoverai +rnoveraient +rnoverais +rnoverait +rnoveras +rnoverez +rnoveriez +rnoverions +rnoverons +rnoveront +rnoves +rnovez +rnov +rnove +rnoves +rnovs +rnovrent +rnoviez +rnovions +rnovons +roccupa +roccupai +roccupaient +roccupais +roccupait +roccupant +roccupas +roccupasse +roccupassent +roccupasses +roccupassiez +roccupassions +roccupmes +roccupt +roccuptes +roccupe +roccupent +roccuper +roccupera +roccuperai +roccuperaient +roccuperais +roccuperait +roccuperas +roccuperez +roccuperiez +roccuperions +roccuperons +roccuperont +roccupes +roccupez +roccup +roccupe +roccupes +roccups +roccuprent +roccupiez +roccupions +roccupons +rorganisa +rorganisai +rorganisaient +rorganisais +rorganisait +rorganisant +rorganisas +rorganisasse +rorganisassent +rorganisasses +rorganisassiez +rorganisassions +rorganisateur +rorganisateurs +rorganisation +rorganisations +rorganisatrice +rorganisatrices +rorganismes +rorganist +rorganistes +rorganise +rorganisent +rorganiser +rorganiserai +rorganiseraient +rorganiserais +rorganiserait +rorganiseras +rorganiserez +rorganiseriez +rorganiserions +rorganiserons +rorganiseront +rorganises +rorganisez +rorganis +rorganise +rorganises +rorganiss +rorganisrent +rorganisiez +rorganisions +rorganisons +rouverture +rouvertures +rpand +rpandaient +rpandais +rpandait +rpandant +rpande +rpandent +rpandes +rpandez +rpandiez +rpandions +rpandirent +rpandis +rpandisse +rpandissent +rpandisses +rpandissiez +rpandissions +rpandit +rpandmes +rpandt +rpandtes +rpandons +rpandra +rpandrai +rpandraient +rpandrais +rpandrait +rpandras +rpandre +rpandrez +rpandriez +rpandrions +rpandrons +rpandront +rpands +rpandu +rpandue +rpandues +rpandus +rpara +rparable +rparables +rparai +rparaient +rparais +rparait +rparant +rparas +rparasse +rparassent +rparasses +rparassiez +rparassions +rparateur +rparateurs +rparation +rparations +rparatrice +rparatrices +rparmes +rpart +rpartes +rpare +rparent +rparer +rparera +rparerai +rpareraient +rparerais +rparerait +rpareras +rparerez +rpareriez +rparerions +rparerons +rpareront +rpares +rparez +rpar +rpare +rpares +rpars +rparrent +rpariez +rparions +rparons +rparti +rpartie +rparties +rpartir +rpartira +rpartirai +rpartiraient +rpartirais +rpartirait +rpartiras +rpartirent +rpartirez +rpartiriez +rpartirions +rpartirons +rpartiront +rpartis +rpartissaient +rpartissais +rpartissait +rpartissant +rpartisse +rpartissent +rpartisses +rpartissez +rpartissiez +rpartissions +rpartissons +rpartit +rpartition +rpartitions +rpartmes +rpartt +rparttes +rpercussion +rpercussions +rpercuta +rpercutai +rpercutaient +rpercutais +rpercutait +rpercutant +rpercutas +rpercutasse +rpercutassent +rpercutasses +rpercutassiez +rpercutassions +rpercutmes +rpercutt +rpercuttes +rpercute +rpercutent +rpercuter +rpercutera +rpercuterai +rpercuteraient +rpercuterais +rpercuterait +rpercuteras +rpercuterez +rpercuteriez +rpercuterions +rpercuterons +rpercuteront +rpercutes +rpercutez +rpercut +rpercute +rpercutes +rpercuts +rpercutrent +rpercutiez +rpercutions +rpercutons +rpertoire +rpertoires +rpertoria +rpertoriai +rpertoriaient +rpertoriais +rpertoriait +rpertoriant +rpertorias +rpertoriasse +rpertoriassent +rpertoriasses +rpertoriassiez +rpertoriassions +rpertorimes +rpertorit +rpertorites +rpertorie +rpertorient +rpertorier +rpertoriera +rpertorierai +rpertorieraient +rpertorierais +rpertorierait +rpertorieras +rpertorierez +rpertorieriez +rpertorierions +rpertorierons +rpertorieront +rpertories +rpertoriez +rpertori +rpertorie +rpertories +rpertoris +rpertorirent +rpertoriiez +rpertoriions +rpertorions +rpta +rptai +rptaient +rptais +rptait +rptant +rptas +rptasse +rptassent +rptasses +rptassiez +rptassions +rptmes +rptt +rpttes +rpter +rptera +rpterai +rpteraient +rpterais +rpterait +rpteras +rpterez +rpteriez +rpterions +rpterons +rpteront +rptez +rpt +rpte +rptes +rpts +rptrent +rptiez +rptions +rptiteur +rptiteurs +rptition +rptitions +rptitrice +rptitrices +rptons +rpre +rpte +rptent +rptes +rpit +rpits +rpliqua +rpliquai +rpliquaient +rpliquais +rpliquait +rpliquant +rpliquas +rpliquasse +rpliquassent +rpliquasses +rpliquassiez +rpliquassions +rpliqumes +rpliqut +rpliqutes +rplique +rpliquent +rpliquer +rpliquera +rpliquerai +rpliqueraient +rpliquerais +rpliquerait +rpliqueras +rpliquerez +rpliqueriez +rpliquerions +rpliquerons +rpliqueront +rpliques +rpliquez +rpliqu +rplique +rpliques +rpliqus +rpliqurent +rpliquiez +rpliquions +rpliquons +rpond +rpondaient +rpondais +rpondait +rpondant +rponde +rpondent +rpondes +rpondeur +rpondeurs +rpondez +rpondiez +rpondions +rpondirent +rpondis +rpondisse +rpondissent +rpondisses +rpondissiez +rpondissions +rpondit +rpondmes +rpondt +rpondtes +rpondons +rpondra +rpondrai +rpondraient +rpondrais +rpondrait +rpondras +rpondre +rpondrez +rpondriez +rpondrions +rpondrons +rpondront +rponds +rpondu +rpondue +rpondues +rpondus +rpons +rponse +rponses +rpressif +rpressifs +rpression +rpressions +rpressive +rpressives +rprhensible +rprhensibles +rprima +rprimai +rprimaient +rprimais +rprimait +rprimanda +rprimandai +rprimandaient +rprimandais +rprimandait +rprimandant +rprimandas +rprimandasse +rprimandassent +rprimandasses +rprimandassiez +rprimandassions +rprimandmes +rprimandt +rprimandtes +rprimande +rprimandent +rprimander +rprimandera +rprimanderai +rprimanderaient +rprimanderais +rprimanderait +rprimanderas +rprimanderez +rprimanderiez +rprimanderions +rprimanderons +rprimanderont +rprimandes +rprimandez +rprimand +rprimande +rprimandes +rprimands +rprimandrent +rprimandiez +rprimandions +rprimandons +rprimant +rprimas +rprimasse +rprimassent +rprimasses +rprimassiez +rprimassions +rprimmes +rprimt +rprimtes +rprime +rpriment +rprimer +rprimera +rprimerai +rprimeraient +rprimerais +rprimerait +rprimeras +rprimerez +rprimeriez +rprimerions +rprimerons +rprimeront +rprimes +rprimez +rprim +rprime +rprimes +rprims +rprimrent +rprimiez +rprimions +rprimons +rprobateur +rprobateurs +rprobation +rprobations +rprobatrice +rprobatrices +rprouva +rprouvai +rprouvaient +rprouvais +rprouvait +rprouvant +rprouvas +rprouvasse +rprouvassent +rprouvasses +rprouvassiez +rprouvassions +rprouvmes +rprouvt +rprouvtes +rprouve +rprouvent +rprouver +rprouvera +rprouverai +rprouveraient +rprouverais +rprouverait +rprouveras +rprouverez +rprouveriez +rprouverions +rprouverons +rprouveront +rprouves +rprouvez +rprouv +rprouve +rprouves +rprouvs +rprouvrent +rprouviez +rprouvions +rprouvons +rpublicain +rpublicaine +rpublicaines +rpublicains +rpublicanisme +rpublique +rpubliques +rpudia +rpudiai +rpudiaient +rpudiais +rpudiait +rpudiant +rpudias +rpudiasse +rpudiassent +rpudiasses +rpudiassiez +rpudiassions +rpudiation +rpudiations +rpudimes +rpudit +rpudites +rpudie +rpudient +rpudier +rpudiera +rpudierai +rpudieraient +rpudierais +rpudierait +rpudieras +rpudierez +rpudieriez +rpudierions +rpudierons +rpudieront +rpudies +rpudiez +rpudi +rpudie +rpudies +rpudis +rpudirent +rpudiiez +rpudiions +rpudions +rpugna +rpugnai +rpugnaient +rpugnais +rpugnait +rpugnance +rpugnances +rpugnant +rpugnante +rpugnantes +rpugnants +rpugnas +rpugnasse +rpugnassent +rpugnasses +rpugnassiez +rpugnassions +rpugnmes +rpugnt +rpugntes +rpugne +rpugnent +rpugner +rpugnera +rpugnerai +rpugneraient +rpugnerais +rpugnerait +rpugneras +rpugnerez +rpugneriez +rpugnerions +rpugnerons +rpugneront +rpugnes +rpugnez +rpugn +rpugne +rpugnes +rpugns +rpugnrent +rpugniez +rpugnions +rpugnons +rpulsif +rpulsifs +rpulsion +rpulsions +rpulsive +rpulsives +rputation +rputations +rput +rpute +rputes +rputs +rquisition +rquisitionna +rquisitionnai +rquisitionnaient +rquisitionnais +rquisitionnait +rquisitionnant +rquisitionnas +rquisitionnasse +rquisitionnassent +rquisitionnasses +rquisitionnassiez +rquisitionnassions +rquisitionnmes +rquisitionnt +rquisitionntes +rquisitionne +rquisitionnent +rquisitionner +rquisitionnera +rquisitionnerai +rquisitionneraient +rquisitionnerais +rquisitionnerait +rquisitionneras +rquisitionnerez +rquisitionneriez +rquisitionnerions +rquisitionnerons +rquisitionneront +rquisitionnes +rquisitionnez +rquisitionn +rquisitionne +rquisitionnes +rquisitionns +rquisitionnrent +rquisitionniez +rquisitionnions +rquisitionnons +rquisitions +rquisitoire +rquisitoires +rseau +rseaux +rsection +rsections +rserva +rservai +rservaient +rservais +rservait +rservant +rservas +rservasse +rservassent +rservasses +rservassiez +rservassions +rservation +rservations +rservmes +rservt +rservtes +rserve +rservent +rserver +rservera +rserverai +rserveraient +rserverais +rserverait +rserveras +rserverez +rserveriez +rserverions +rserverons +rserveront +rserves +rservez +rserv +rserve +rserves +rservs +rservrent +rserviez +rservions +rserviste +rservistes +rservoir +rservoirs +rservons +rsda +rsdas +rsqua +rsquai +rsquaient +rsquais +rsquait +rsquant +rsquas +rsquasse +rsquassent +rsquasses +rsquassiez +rsquassions +rsqumes +rsqut +rsqutes +rsque +rsquent +rsquer +rsquera +rsquerai +rsqueraient +rsquerais +rsquerait +rsqueras +rsquerez +rsqueriez +rsquerions +rsquerons +rsqueront +rsques +rsquez +rsqu +rsque +rsques +rsqus +rsqurent +rsquiez +rsquions +rsquons +rsida +rsidai +rsidaient +rsidais +rsidait +rsidant participe +rsidas +rsidasse +rsidassent +rsidasses +rsidassiez +rsidassions +rsidmes +rsidt +rsidtes +rside +rsidence +rsidences +rsident +rsidente +rsidentes +rsidentiel +rsidentielle +rsidentielles +rsidentiels +rsidents +rsider +rsidera +rsiderai +rsideraient +rsiderais +rsiderait +rsideras +rsiderez +rsideriez +rsiderions +rsiderons +rsideront +rsides +rsidez +rsid +rside +rsides +rsids +rsidrent +rsidiez +rsidions +rsidons +rsidu +rsiduel +rsiduelle +rsiduelles +rsiduels +rsidus +rsigna +rsignai +rsignaient +rsignais +rsignait +rsignant +rsignas +rsignasse +rsignassent +rsignasses +rsignassiez +rsignassions +rsignation +rsignations +rsignmes +rsignt +rsigntes +rsigne +rsignent +rsigner +rsignera +rsignerai +rsigneraient +rsignerais +rsignerait +rsigneras +rsignerez +rsigneriez +rsignerions +rsignerons +rsigneront +rsignes +rsignez +rsign +rsigne +rsignes +rsigns +rsignrent +rsigniez +rsignions +rsignons +rsilia +rsiliai +rsiliaient +rsiliais +rsiliait +rsiliant +rsilias +rsiliasse +rsiliassent +rsiliasses +rsiliassiez +rsiliassions +rsiliation +rsiliations +rsilimes +rsilit +rsilites +rsilie +rsilient +rsilier +rsiliera +rsilierai +rsilieraient +rsilierais +rsilieras +rsilierez +rsilieriez +rsilierions +rsilierons +rsilieront +rsilies +rsiliez +rsili +rsilie +rsilies +rsilis +rsilirent +rsiliiez +rsiliions +rsilions +rsille +rsilles +rsine +rsines +rsineuse +rsineuses +rsineux +rsinier +rsiniers +rsinire +rsinires +rsipiscence +rsipiscences +rsista +rsistai +rsistaient +rsistais +rsistait +rsistance +rsistances +rsistant +rsistante +rsistantes +rsistants +rsistas +rsistasse +rsistassent +rsistasses +rsistassiez +rsistassions +rsistmes +rsistt +rsisttes +rsiste +rsistent +rsister +rsistera +rsisterai +rsisteraient +rsisterais +rsisterait +rsisteras +rsisterez +rsisteriez +rsisterions +rsisterons +rsisteront +rsistes +rsistez +rsist +rsiste +rsistes +rsists +rsistrent +rsistiez +rsistions +rsistons +rsolu +rsoluble +rsolubles +rsolue +rsolues +rsolument +rsolurent +rsolus +rsolusse +rsolussent +rsolusses +rsolussiez +rsolussions +rsolut +rsolution +rsolutions +rsolmes +rsolt +rsoltes +rsolvaient +rsolvais +rsolvait +rsolvant +rsolve +rsolvent +rsolves +rsolvez +rsolviez +rsolvions +rsolvons +rsonance +rsonances +rsonateur +rsonateurs +rsonna +rsonnai +rsonnaient +rsonnais +rsonnait +rsonnance +rsonnances +rsonnant +rsonnas +rsonnasse +rsonnassent +rsonnasses +rsonnassiez +rsonnassions +rsonnmes +rsonnt +rsonntes +rsonne +rsonnement +rsonnements +rsonnent +rsonner +rsonnera +rsonnerai +rsonneraient +rsonnerais +rsonnerait +rsonneras +rsonnerez +rsonneriez +rsonnerions +rsonnerons +rsonneront +rsonnes +rsonnez +rsonn +rsonne +rsonnes +rsonns +rsonnrent +rsonniez +rsonnions +rsonnons +rsorba +rsorbai +rsorbaient +rsorbais +rsorbait +rsorbant +rsorbas +rsorbasse +rsorbassent +rsorbasses +rsorbassiez +rsorbassions +rsorbmes +rsorbt +rsorbtes +rsorbe +rsorbent +rsorber +rsorbera +rsorberai +rsorberaient +rsorberais +rsorberait +rsorberas +rsorberez +rsorberiez +rsorberions +rsorberons +rsorberont +rsorbes +rsorbez +rsorb +rsorbe +rsorbes +rsorbs +rsorbrent +rsorbiez +rsorbions +rsorbons +rsorption +rsorptions +rsoudra +rsoudrai +rsoudraient +rsoudrais +rsoudrait +rsoudras +rsoudre +rsoudrez +rsoudriez +rsoudrions +rsoudrons +rsoudront +rsous +rsout +rsulta +rsultaient +rsultait +rsultant +rsultante +rsultantes +rsultants +rsultasse +rsultassent +rsultat +rsultats +rsultt +rsultent +rsulter +rsultera +rsulteraient +rsulterait +rsulteront +rsult +rsulte +rsultes +rsults +rsultrent +rsuma +rsumai +rsumaient +rsumais +rsumait +rsumant +rsumas +rsumasse +rsumassent +rsumasses +rsumassiez +rsumassions +rsummes +rsumt +rsumtes +rsume +rsument +rsumer +rsumera +rsumerai +rsumeraient +rsumerais +rsumerait +rsumeras +rsumerez +rsumeriez +rsumerions +rsumerons +rsumeront +rsumes +rsumez +rsum +rsume +rsumes +rsums +rsumrent +rsumiez +rsumions +rsumons +rsurgence +rsurgences +rsurrection +rsurrections +rsutats +rtabli +rtablie +rtablies +rtablir +rtablira +rtablirai +rtabliraient +rtablirais +rtablirait +rtabliras +rtablirent +rtablirez +rtabliriez +rtablirions +rtablirons +rtabliront +rtablis +rtablissaient +rtablissais +rtablissait +rtablissant +rtablisse +rtablissement +rtablissements +rtablissent +rtablisses +rtablissez +rtablissiez +rtablissions +rtablissons +rtablit +rtablmes +rtablt +rtabltes +rtama +rtamage +rtamages +rtamai +rtamaient +rtamais +rtamait +rtamant +rtamas +rtamasse +rtamassent +rtamasses +rtamassiez +rtamassions +rtammes +rtamt +rtamtes +rtame +rtament +rtamer +rtamera +rtamerai +rtameraient +rtamerais +rtamerait +rtameras +rtamerez +rtameriez +rtamerions +rtamerons +rtameront +rtames +rtameur +rtameurs +rtamez +rtam +rtame +rtames +rtams +rtamrent +rtamiez +rtamions +rtamons +rtention +rtentions +rticence +rticences +rticent +rticente +rticentes +rticents +rticulaire +rticulaires +rticule +rticules +rticul +rticule +rticules +rticuls +rtif +rtifs +rtine +rtines +rtive +rtives +rtorqua +rtorquai +rtorquaient +rtorquais +rtorquait +rtorquant +rtorquas +rtorquasse +rtorquassent +rtorquasses +rtorquassiez +rtorquassions +rtorqumes +rtorqut +rtorqutes +rtorque +rtorquent +rtorquer +rtorquera +rtorquerai +rtorqueraient +rtorquerais +rtorquerait +rtorqueras +rtorquerez +rtorqueriez +rtorquerions +rtorquerons +rtorqueront +rtorques +rtorquez +rtorqu +rtorque +rtorques +rtorqus +rtorqurent +rtorquiez +rtorquions +rtorquons +rtorsion +rtorsions +rtracta +rtractai +rtractaient +rtractais +rtractait +rtractant +rtractas +rtractasse +rtractassent +rtractasses +rtractassiez +rtractassions +rtractation +rtractations +rtractmes +rtractt +rtracttes +rtracte +rtractent +rtracter +rtractera +rtracterai +rtracteraient +rtracterais +rtracterait +rtracteras +rtracterez +rtracteriez +rtracterions +rtracterons +rtracteront +rtractes +rtractez +rtract +rtracte +rtractes +rtracts +rtractrent +rtractiez +rtractile +rtractiles +rtraction +rtractions +rtractons +rtrci +rtrcie +rtrcies +rtrcir +rtrcira +rtrcirai +rtrciraient +rtrcirais +rtrcirait +rtrciras +rtrcirent +rtrcirez +rtrciriez +rtrcirions +rtrcirons +rtrciront +rtrcis +rtrcissaient +rtrcissais +rtrcissait +rtrcissant +rtrcisse +rtrcissement +rtrcissements +rtrcissent +rtrcisses +rtrcissez +rtrcissiez +rtrcissions +rtrcissons +rtrcit +rtrcmes +rtrct +rtrctes +rtribua +rtribuai +rtribuaient +rtribuais +rtribuait +rtribuant +rtribuas +rtribuasse +rtribuassent +rtribuasses +rtribuassiez +rtribuassions +rtribumes +rtribut +rtributes +rtribue +rtribuent +rtribuer +rtribuera +rtribuerai +rtribueraient +rtribuerais +rtribuerait +rtribueras +rtribuerez +rtribueriez +rtribuerions +rtribuerons +rtribueront +rtribues +rtribuez +rtribu +rtribue +rtribues +rtribus +rtriburent +rtribuiez +rtribuions +rtribuons +rtribution +rtributions +rtro +rtroactif +rtroactifs +rtroaction +rtroactions +rtroactive +rtroactives +rtroactivit +rtroactivits +rtrocession +rtrocessions +rtrocda +rtrocdai +rtrocdaient +rtrocdais +rtrocdait +rtrocdant +rtrocdas +rtrocdasse +rtrocdassent +rtrocdasses +rtrocdassiez +rtrocdassions +rtrocdmes +rtrocdt +rtrocdtes +rtrocder +rtrocdera +rtrocderai +rtrocderaient +rtrocderais +rtrocderait +rtrocderas +rtrocderez +rtrocderiez +rtrocderions +rtrocderons +rtrocderont +rtrocdez +rtrocd +rtrocde +rtrocdes +rtrocdrent +rtrocdiez +rtrocdions +rtrocdons +rtrocde +rtrocdent +rtrocdes +rtrograda +rtrogradai +rtrogradaient +rtrogradais +rtrogradait +rtrogradant +rtrogradas +rtrogradasse +rtrogradassent +rtrogradasses +rtrogradassiez +rtrogradassions +rtrogradation +rtrogradations +rtrogradmes +rtrogradt +rtrogradtes +rtrograde +rtrogradent +rtrograder +rtrogradera +rtrograderai +rtrograderaient +rtrograderais +rtrograderait +rtrograderas +rtrograderez +rtrograderiez +rtrograderions +rtrograderons +rtrograderont +rtrogrades +rtrogradez +rtrograd +rtrograde +rtrogrades +rtrograds +rtrogradrent +rtrogradiez +rtrogradions +rtrogradons +rtroprojecteur +rtroprojecteurs +rtros +rtrospectif +rtrospectifs +rtrospective +rtrospectivement +rtrospectives +rtroviseur +rtroviseurs +runi +runie +runies +runifia +runifiai +runifiaient +runifiais +runifiait +runifiant +runifias +runifiasse +runifiassent +runifiasses +runifiassiez +runifiassions +runifimes +runifit +runifites +runification +runifications +runifie +runifient +runifier +runifiera +runifierai +runifieraient +runifierais +runifierait +runifieras +runifierez +runifieriez +runifierions +runifierons +runifieront +runifies +runifiez +runifi +runifie +runifies +runifis +runifirent +runifiiez +runifiions +runifions +runion +runions +runir +runira +runirai +runiraient +runirais +runirait +runiras +runirent +runirez +runiriez +runirions +runirons +runiront +runis +runissaient +runissais +runissait +runissant +runisse +runissent +runisses +runissez +runissiez +runissions +runissons +runit +runmes +runt +runtes +russi +russie +russies +russir +russira +russirai +russiraient +russirais +russirait +russiras +russirent +russirez +russiriez +russirions +russirons +russiront +russis +russissaient +russissais +russissait +russissant +russisse +russissent +russisses +russissez +russissiez +russissions +russissons +russit +russite +russites +russmes +russt +russtes +rutilisable +rutilisables +rutilise +rveil +rveilla +rveillai +rveillaient +rveillais +rveillait +rveillant +rveillas +rveillasse +rveillassent +rveillasses +rveillassiez +rveillassions +rveillmes +rveillt +rveilltes +rveille +rveillent +rveiller +rveillera +rveillerai +rveilleraient +rveillerais +rveillerait +rveilleras +rveillerez +rveilleriez +rveillerions +rveillerons +rveilleront +rveilles +rveillez +rveill +rveille +rveilles +rveills +rveillrent +rveilliez +rveillions +rveillon +rveillonna +rveillonnai +rveillonnaient +rveillonnais +rveillonnait +rveillonnant +rveillonnas +rveillonnasse +rveillonnassent +rveillonnasses +rveillonnassiez +rveillonnassions +rveillonnmes +rveillonnt +rveillonntes +rveillonne +rveillonnent +rveillonner +rveillonnera +rveillonnerai +rveillonneraient +rveillonnerais +rveillonnerait +rveillonneras +rveillonnerez +rveillonneriez +rveillonnerions +rveillonnerons +rveillonneront +rveillonnes +rveillonnez +rveillonn +rveillonne +rveillonnes +rveillonns +rveillonnrent +rveillonniez +rveillonnions +rveillonnons +rveillons +rveils +rverbra +rverbrai +rverbraient +rverbrais +rverbrait +rverbrant +rverbras +rverbrasse +rverbrassent +rverbrasses +rverbrassiez +rverbrassions +rverbration +rverbrations +rverbrmes +rverbrt +rverbrtes +rverbrer +rverbrera +rverbrerai +rverbreraient +rverbrerais +rverbrerait +rverbreras +rverbrerez +rverbreriez +rverbrerions +rverbrerons +rverbreront +rverbrez +rverbr +rverbre +rverbres +rverbrs +rverbrrent +rverbriez +rverbrions +rverbrons +rverbre +rverbrent +rverbres +rversibilit +rversibilits +rversible +rversibles +rvla +rvlai +rvlaient +rvlais +rvlait +rvlant +rvlas +rvlasse +rvlassent +rvlasses +rvlassiez +rvlassions +rvlateur +rvlateurs +rvlation +rvlations +rvlatrice +rvlatrices +rvlmes +rvlt +rvltes +rvler +rvlera +rvlerai +rvleraient +rvlerais +rvlerait +rvleras +rvlerez +rvleriez +rvlerions +rvlerons +rvleront +rvlez +rvl +rvle +rvles +rvls +rvlrent +rvliez +rvlions +rvlons +rvra +rvrai +rvraient +rvrais +rvrait +rvras +rvrasse +rvrassent +rvrasses +rvrassiez +rvrassions +rvrmes +rvrt +rvrtes +rvrence +rvrences +rvrencieuse +rvrencieusement +rvrencieuses +rvrencieux +rvrend +rvrende +rvrendes +rvrends +rvrer +rvrera +rvrerai +rvreraient +rvrerais +rvrerait +rvreras +rvrerez +rvreriez +rvrerions +rvrerons +rvreront +rvrez +rvr +rvre +rvres +rvrs +rvrrent +rvriez +rvrions +rvrons +rvle +rvlent +rvles +rvre +rvrent +rvres +rvisa +rvisable +rvisables +rvisai +rvisaient +rvisais +rvisait +rvisant +rvisas +rvisasse +rvisassent +rvisasses +rvisassiez +rvisassions +rvismes +rvist +rvistes +rvise +rvisent +rviser +rvisera +rviserai +rviseraient +rviserais +rviserait +rviseras +rviserez +rviseriez +rviserions +rviserons +rviseront +rvises +rviseur +rviseurs +rvisez +rvis +rvise +rvises +rviss +rvisrent +rvisiez +rvision +rvisions +rvisons +rvocabilit +rvocabilits +rvocable +rvocables +rvocation +rvocations +rvolta +rvoltai +rvoltaient +rvoltais +rvoltait +rvoltant +rvoltante +rvoltantes +rvoltants +rvoltas +rvoltasse +rvoltassent +rvoltasses +rvoltassiez +rvoltassions +rvoltmes +rvoltt +rvolttes +rvolte +rvoltent +rvolter +rvoltera +rvolterai +rvolteraient +rvolterais +rvolterait +rvolteras +rvolterez +rvolteriez +rvolterions +rvolterons +rvolteront +rvoltes +rvoltez +rvolt +rvolte +rvoltes +rvolts +rvoltrent +rvoltiez +rvoltions +rvoltons +rvolu +rvolue +rvolues +rvolus +rvolution +rvolutionna +rvolutionnai +rvolutionnaient +rvolutionnaire +rvolutionnaires +rvolutionnais +rvolutionnait +rvolutionnant +rvolutionnas +rvolutionnasse +rvolutionnassent +rvolutionnasses +rvolutionnassiez +rvolutionnassions +rvolutionnmes +rvolutionnt +rvolutionntes +rvolutionne +rvolutionnent +rvolutionner +rvolutionnera +rvolutionnerai +rvolutionneraient +rvolutionnerais +rvolutionnerait +rvolutionneras +rvolutionnerez +rvolutionneriez +rvolutionnerions +rvolutionnerons +rvolutionneront +rvolutionnes +rvolutionnez +rvolutionn +rvolutionne +rvolutionnes +rvolutionns +rvolutionnrent +rvolutionniez +rvolutionnions +rvolutionnons +rvolutions +rvoqua +rvoquai +rvoquaient +rvoquais +rvoquait +rvoquant +rvoquas +rvoquasse +rvoquassent +rvoquasses +rvoquassiez +rvoquassions +rvoqumes +rvoqut +rvoqutes +rvoque +rvoquent +rvoquer +rvoquera +rvoquerai +rvoqueraient +rvoquerais +rvoquerait +rvoqueras +rvoquerez +rvoqueriez +rvoquerions +rvoquerons +rvoqueront +rvoques +rvoquez +rvoqu +rvoque +rvoques +rvoqus +rvoqurent +rvoquiez +rvoquions +rvoquons +rvuls +rvulse +rvulses +rvulss +rvulsif +rvulsifs +rvulsion +rvulsions +rvulsive +rvulsives +rgle +rglement +rglements +rglent +rgles +rgne +rgnent +rgnes +rche +rches +rne +rnes +rva +rvai +rvaient +rvais +rvait +rvant +rvas +rvassa +rvassai +rvassaient +rvassais +rvassait +rvassant +rvassas +rvassasse +rvassassent +rvassasses +rvassassiez +rvassassions +rvassmes +rvasst +rvasstes +rvasse +rvassent +rvasser +rvassera +rvasserai +rvasseraient +rvasserais +rvasserait +rvasseras +rvasserez +rvasseriez +rvasserions +rvasserons +rvasseront +rvasses +rvassez +rvass +rvasse +rvasses +rvasss +rvassrent +rvassiez +rvassions +rvassons +rvmes +rvt +rvtes +rve +rvent +rver +rvera +rverai +rveraient +rverais +rverait +rveras +rverez +rverie +rveries +rveriez +rverions +rverons +rveront +rves +rveur +rveurs +rveuse +rveuses +rvez +rv +rve +rves +rvs +rvrent +rviez +rvions +rvons +rhabilla +rhabillage +rhabillages +rhabillai +rhabillaient +rhabillais +rhabillait +rhabillant +rhabillas +rhabillasse +rhabillassent +rhabillasses +rhabillassiez +rhabillassions +rhabillmes +rhabillt +rhabilltes +rhabille +rhabillent +rhabiller +rhabillera +rhabillerai +rhabilleraient +rhabillerais +rhabillerait +rhabilleras +rhabillerez +rhabilleriez +rhabillerions +rhabillerons +rhabilleront +rhabilles +rhabilleur +rhabilleurs +rhabilleuse +rhabilleuses +rhabillez +rhabill +rhabille +rhabilles +rhabills +rhabillrent +rhabilliez +rhabillions +rhabillons +rhapsode +rhapsodes +rhapsodie +rhapsodies +rhnan +rhnane +rhnanes +rhnans +rhologique +rhologiques +rhostat +rhostats +rhteur +rhteurs +rhtorique +rhtoriques +rhin +rhino +rhinocros +rhizome +rhizomes +rhodanien +rhodanienne +rhodaniennes +rhodaniens +rhododendron +rhododendrons +rhombodre +rhombodres +rhne +rhubarbe +rhubarbes +rhum +rhumatisant +rhumatisante +rhumatisantes +rhumatisants +rhumatismal +rhumatismale +rhumatismales +rhumatismaux +rhumatisme +rhumatismes +rhume +rhumerie +rhumeries +rhumes +rhums +ri +riaient +riais +riait +riant +riante +riantes +riants +ribambelle +ribambelles +ricana +ricanai +ricanaient +ricanais +ricanait +ricanant +ricanas +ricanasse +ricanassent +ricanasses +ricanassiez +ricanassions +ricanmes +ricant +ricantes +ricane +ricanement +ricanements +ricanent +ricaner +ricanera +ricanerai +ricaneraient +ricanerais +ricanerait +ricaneras +ricanerez +ricaneriez +ricanerions +ricanerons +ricaneront +ricanes +ricaneur +ricaneurs +ricaneuse +ricaneuses +ricanez +rican +ricane +ricanes +ricans +ricanrent +ricaniez +ricanions +ricanons +richard +richarde +richardes +richards +riche +richement +riches +richesse +richesses +richissime +richissimes +ricin +ricins +ricocha +ricochai +ricochaient +ricochais +ricochait +ricochant +ricochas +ricochasse +ricochassent +ricochasses +ricochassiez +ricochassions +ricochmes +ricocht +ricochtes +ricoche +ricochent +ricocher +ricochera +ricocherai +ricocheraient +ricocherais +ricocherait +ricocheras +ricocherez +ricocheriez +ricocherions +ricocherons +ricocheront +ricoches +ricochet +ricochets +ricochez +ricoch +ricoche +ricoches +ricochs +ricochrent +ricochiez +ricochions +ricochons +rictus +rida +ridai +ridaient +ridais +ridait +ridant +ridas +ridasse +ridassent +ridasses +ridassiez +ridassions +ridmes +ridt +ridtes +ride +rideau +rideaux +ridelle +ridelles +rident +rider +ridera +riderai +rideraient +riderais +riderait +rideras +riderez +rideriez +riderions +riderons +rideront +rides +ridez +rid +ride +rides +rids +ridrent +ridicule +ridiculement +ridicules +ridiculisa +ridiculisai +ridiculisaient +ridiculisais +ridiculisait +ridiculisant +ridiculisas +ridiculisasse +ridiculisassent +ridiculisasses +ridiculisassiez +ridiculisassions +ridiculismes +ridiculist +ridiculistes +ridiculise +ridiculisent +ridiculiser +ridiculisera +ridiculiserai +ridiculiseraient +ridiculiserais +ridiculiserait +ridiculiseras +ridiculiserez +ridiculiseriez +ridiculiserions +ridiculiserons +ridiculiseront +ridiculises +ridiculisez +ridiculis +ridiculise +ridiculises +ridiculiss +ridiculisrent +ridiculisiez +ridiculisions +ridiculisons +ridiez +ridions +ridons +rie +rien +rient +ries +rieur +rieurs +rieuse +rieuses +riez +riflard +riflards +rifle +rifles +rigide +rigidement +rigides +rigidit +rigidits +rigodon +rigodons +rigola +rigolai +rigolaient +rigolais +rigolait +rigolant +rigolas +rigolasse +rigolassent +rigolasses +rigolassiez +rigolassions +rigolmes +rigolt +rigoltes +rigole +rigolent +rigoler +rigolera +rigolerai +rigoleraient +rigolerais +rigolerait +rigoleras +rigolerez +rigoleriez +rigolerions +rigolerons +rigoleront +rigoles +rigolez +rigol +rigole +rigoles +rigols +rigolrent +rigoliez +rigolions +rigolo +rigolons +rigolos +rigolote +rigolotes +rigorisme +rigoriste +rigoristes +rigoureuse +rigoureusement +rigoureuses +rigoureux +rigueur +rigueurs +riiez +riions +rillettes +rillons +rima +rimai +rimaient +rimailla +rimaillai +rimaillaient +rimaillais +rimaillait +rimaillant +rimaillas +rimaillasse +rimaillassent +rimaillasses +rimaillassiez +rimaillassions +rimaillmes +rimaillt +rimailltes +rimaille +rimaillent +rimailler +rimaillera +rimaillerai +rimailleraient +rimaillerais +rimaillerait +rimailleras +rimaillerez +rimailleriez +rimaillerions +rimaillerons +rimailleront +rimailles +rimailleur +rimailleurs +rimaillez +rimaill +rimaille +rimailles +rimaills +rimaillrent +rimailliez +rimaillions +rimaillons +rimais +rimait +rimant +rimas +rimasse +rimassent +rimasses +rimassiez +rimassions +rimmes +rimt +rimtes +rime +riment +rimer +rimera +rimerai +rimeraient +rimerais +rimerait +rimeras +rimerez +rimeriez +rimerions +rimerons +rimeront +rimes +rimeur +rimeurs +rimez +rim +rime +rimes +rims +rimrent +rimiez +rimions +rimons +rince +rinceau +rinceaux +rincent +rincer +rincera +rincerai +rinceraient +rincerais +rincerait +rinceras +rincerez +rinceriez +rincerions +rincerons +rinceront +rinces +rincette +rincettes +rincez +rinc +rince +rinces +rincs +rincrent +rinciez +rincions +rina +rinage +rinages +rinai +rinaient +rinais +rinait +rinant +rinas +rinasse +rinassent +rinasses +rinassiez +rinassions +rinmes +rint +rintes +rinons +rinure +rinures +ring +ringard +ringards +rings +rions +ripa +ripai +ripaient +ripaille +ripailles +ripailleur +ripailleurs +ripailleuse +ripailleuses +ripais +ripait +ripant +ripas +ripasse +ripassent +ripasses +ripassiez +ripassions +ripmes +ript +riptes +ripe +ripent +riper +ripera +riperai +riperaient +riperais +riperait +riperas +riperez +riperiez +riperions +riperons +riperont +ripes +ripez +rip +ripe +ripes +rips +riprent +ripiez +ripions +ripolin +ripons +riposta +ripostai +ripostaient +ripostais +ripostait +ripostant +ripostas +ripostasse +ripostassent +ripostasses +ripostassiez +ripostassions +ripostassons +ripostmes +ripostt +riposttes +riposte +ripostent +riposter +ripostera +riposterai +riposteraient +riposterais +riposterait +riposteras +riposterez +riposteriez +riposterions +riposterons +riposteront +ripostes +ripostez +ripost +riposte +ripostes +riposts +ripostrent +ripostiez +ripostions +ripostons +rira +rirai +riraient +rirais +rirait +riras +rire +rirent +rires +rirez +ririez +ririons +rirons +riront +ris +risette +risettes +rise +rises +risible +risiblement +risibles +risotto +risqua +risquai +risquaient +risquais +risquait +risquant +risquas +risquasse +risquassent +risquasses +risquassiez +risquassions +risqumes +risqut +risqutes +risque +risquent +risquer +risquera +risquerai +risqueraient +risquerais +risquerait +risqueras +risquerez +risqueriez +risquerions +risquerons +risqueront +risques +risquez +risqu +risque +risques +risqus +risqurent +risquiez +risquions +risquons +risse +rissent +risses +rissiez +rissions +rissola +rissolai +rissolaient +rissolais +rissolait +rissolant +rissolas +rissolasse +rissolassent +rissolasses +rissolassiez +rissolassions +rissolmes +rissolt +rissoltes +rissole +rissolent +rissoler +rissolera +rissolerai +rissoleraient +rissolerais +rissolerait +rissoleras +rissolerez +rissoleriez +rissolerions +rissolerons +rissoleront +rissoles +rissolez +rissol +rissole +rissoles +rissols +rissolrent +rissoliez +rissolions +rissolons +ristourna +ristournai +ristournaient +ristournais +ristournait +ristournant +ristournas +ristournasse +ristournassent +ristournasses +ristournassiez +ristournassions +ristournmes +ristournt +ristourntes +ristourne +ristournent +ristourner +ristournera +ristournerai +ristourneraient +ristournerais +ristournerait +ristourneras +ristournerez +ristourneriez +ristournerions +ristournerons +ristourneront +ristournes +ristournez +ristourn +ristourne +ristournes +ristourns +ristournrent +ristourniez +ristournions +ristournons +rit +rite +rites +ritournelle +ritournelles +rituel +rituelle +rituellement +rituelles +rituels +riva +rivage +rivages +rivai +rivaient +rivais +rivait +rival +rivale +rivales +rivalisa +rivalisai +rivalisaient +rivalisais +rivalisait +rivalisant +rivalisas +rivalisasse +rivalisassent +rivalisasses +rivalisassiez +rivalisassions +rivalismes +rivalist +rivalistes +rivalise +rivalisent +rivaliser +rivalisera +rivaliserai +rivaliseraient +rivaliserais +rivaliserait +rivaliseras +rivaliserez +rivaliseriez +rivaliserions +rivaliserons +rivaliseront +rivalises +rivalisez +rivalis +rivalise +rivalises +rivaliss +rivalisrent +rivalisiez +rivalisions +rivalisons +rivalit +rivalits +rivant +rivas +rivasse +rivassent +rivasses +rivassiez +rivassions +rivaux +rivmes +rivt +rivtes +rive +rivent +river +rivera +riverai +riveraient +riverain +riveraine +riveraines +riverains +riverais +riverait +riveras +riverez +riveriez +riverions +riverons +riveront +rives +rivet +riveta +rivetage +rivetages +rivetai +rivetaient +rivetais +rivetait +rivetant +rivetas +rivetasse +rivetassent +rivetasses +rivetassiez +rivetassions +rivetmes +rivett +rivettes +riveter +rivetez +rivet +rivete +rivetes +rivetrent +rivetiez +rivetions +rivetons +rivets +rivette +rivettent +rivettera +rivetterai +rivetteraient +rivetterais +rivetterait +rivetteras +rivetterez +rivetteriez +rivetterions +rivetterons +rivetteront +rivettes +riveur +riveurs +rivez +riv +rive +rives +rivs +rivrent +riviez +rivire +rivires +rivions +rivoir +rivoirs +rivons +rivure +rivures +rixe +rixes +riz +rizerie +rizeries +rizire +rizires +rmes +rt +rtes +robe +robes +robinet +robinets +robinetterie +robinetteries +robinier +robiniers +robot +robotique +robotiques +robots +robuste +robustes +robustesse +robustesses +roc +rocade +rocades +rocaille +rocailles +rocailleuse +rocailleuses +rocailleux +rocambolesque +rocambolesques +roche +rocher +rochers +roches +rochet +rochets +rocheuse +rocheuses +rocheux +rock +rocking +rococo +rocs +roda +rodage +rodages +rodai +rodaient +rodais +rodait +rodant +rodas +rodasse +rodassent +rodasses +rodassiez +rodassions +rodmes +rodt +rodtes +rode +rodent +roder +rodera +roderai +roderaient +roderais +roderait +roderas +roderez +roderiez +roderions +roderons +roderont +rodes +rodez +rod +rode +rodes +rodo +rodos +rods +rodrent +rodiez +rodions +rodomontade +rodomontades +rodons +rogatoire +rogatoires +rogaton +rogatons +rogna +rognai +rognaient +rognais +rognait +rognant +rognas +rognasse +rognassent +rognasses +rognassiez +rognassions +rognmes +rognt +rogntes +rogne +rognent +rogner +rognera +rognerai +rogneraient +rognerais +rognerait +rogneras +rognerez +rogneriez +rognerions +rognerons +rogneront +rognes +rognez +rogn +rogne +rognes +rogns +rognrent +rogniez +rognions +rognon +rognons +rognure +rognures +rogomme +rogommes +rogue +rogues +roi +rois +roitelet +roitelets +roll +rollmops +romain +romaine +romaines +romains +roman +romance +romancer +romancera +romancerai +romanceraient +romancerais +romancerait +romanceras +romancerez +romanceriez +romancerions +romancerons +romanceront +romances +romancez +romanc +romance +romances +romancs +romancrent +romanche +romancier +romanciers +romanciez +romancire +romancires +romancions +romana +romanai +romanaient +romanais +romanait +romanant +romanas +romanasse +romanassent +romanasses +romanassiez +romanassions +romanmes +romant +romantes +romanons +romand +romande +romandes +romands +romane +romanes +romanesque +romanesques +romanichel +romanichelle +romanichelles +romanichels +romanisa +romanisai +romanisaient +romanisais +romanisait +romanisant +romanisas +romanisasse +romanisassent +romanisasses +romanisassiez +romanisassions +romanismes +romanist +romanistes +romanise +romanisent +romaniser +romanisera +romaniserai +romaniseraient +romaniserais +romaniserait +romaniseras +romaniserez +romaniseriez +romaniserions +romaniserons +romaniseront +romanises +romanisez +romanis +romanise +romanises +romaniss +romanisrent +romanisiez +romanisions +romanisons +romaniste +romanistes +romans +romantique +romantiques +romantisme +romantismes +romarin +rome +rompaient +rompais +rompait +rompant +rompe +rompent +rompes +rompez +rompiez +rompions +rompirent +rompis +rompisse +rompissent +rompisses +rompissiez +rompissions +rompit +rompmes +rompt +romptes +rompons +rompra +romprai +rompraient +romprais +romprait +rompras +rompre +romprez +rompriez +romprions +romprons +rompront +romps +rompt +rompu +rompue +rompues +rompus +romsteck +romstecks +ronce +ronceraie +ronceraies +ronces +ronchonna +ronchonnai +ronchonnaient +ronchonnais +ronchonnait +ronchonnant +ronchonnas +ronchonnasse +ronchonnassent +ronchonnasses +ronchonnassiez +ronchonnassions +ronchonnmes +ronchonnt +ronchonntes +ronchonne +ronchonnement +ronchonnements +ronchonnent +ronchonner +ronchonnera +ronchonnerai +ronchonneraient +ronchonnerais +ronchonnerait +ronchonneras +ronchonnerez +ronchonneriez +ronchonnerions +ronchonnerons +ronchonneront +ronchonnes +ronchonneur +ronchonneurs +ronchonneuse +ronchonneuses +ronchonnez +ronchonn +ronchonne +ronchonnes +ronchonns +ronchonnrent +ronchonniez +ronchonnions +ronchonnons +rond +ronde +rondeau +rondeaux +rondelet +rondelets +rondelette +rondelettes +rondelle +rondelles +rondement +rondements +rondes +rondeur +rondeurs +rondin +rondins +ronds +ronfla +ronflai +ronflaient +ronflais +ronflait +ronflant +ronflante +ronflantes +ronflants +ronflas +ronflasse +ronflassent +ronflasses +ronflassiez +ronflassions +ronflmes +ronflt +ronfltes +ronfle +ronflement +ronflements +ronflent +ronfler +ronflera +ronflerai +ronfleraient +ronflerais +ronflerait +ronfleras +ronflerez +ronfleriez +ronflerions +ronflerons +ronfleront +ronfles +ronfleur +ronfleurs +ronfleuse +ronfleuses +ronflez +ronfl +ronfle +ronfles +ronfls +ronflrent +ronfliez +ronflions +ronflons +ronge +rongea +rongeai +rongeaient +rongeais +rongeait +rongeant +rongeas +rongeasse +rongeassent +rongeasses +rongeassiez +rongeassions +rongemes +ronget +rongetes +rongement +rongements +rongent +ronger +rongera +rongerai +rongeraient +rongerais +rongerait +rongeras +rongerez +rongeriez +rongerions +rongerons +rongeront +ronges +rongeur +rongeurs +rongeuse +rongeuses +rongez +rong +ronge +ronges +rongs +rongrent +rongiez +rongions +rongons +ronron +ronronna +ronronnai +ronronnaient +ronronnais +ronronnait +ronronnant +ronronnas +ronronnasse +ronronnassent +ronronnasses +ronronnassiez +ronronnassions +ronronnmes +ronronnt +ronronntes +ronronne +ronronnement +ronronnements +ronronnent +ronronner +ronronnera +ronronnerai +ronronneraient +ronronnerais +ronronnerait +ronronneras +ronronnerez +ronronneriez +ronronnerions +ronronnerons +ronronneront +ronronnes +ronronnez +ronronn +ronronne +ronronnes +ronronns +ronronnrent +ronronniez +ronronnions +ronronnons +ronrons +room +rooms +root +roqua +roquai +roquaient +roquais +roquait +roquant +roquas +roquasse +roquassent +roquasses +roquassiez +roquassions +roqumes +roqut +roqutes +roque +roquefort +roquent +roquer +roquera +roquerai +roqueraient +roquerais +roquerait +roqueras +roquerez +roqueriez +roquerions +roquerons +roqueront +roques +roquet +roquets +roquette +roquettes +roquez +roqu +roque +roques +roqus +roqurent +roquiez +roquions +roquons +rosace +rosaces +rosaces +rosaire +rosaires +rosbif +rose +roseau +roseaux +roseraie +roseraies +roses +rosette +rosettes +ros +rose +roses +rosole +ross +rosi +rosie +rosier +rosiers +rosies +rosiriste +rosiristes +rosire +rosires +rosir +rosira +rosirai +rosiraient +rosirais +rosirait +rosiras +rosirent +rosirez +rosiriez +rosirions +rosirons +rosiront +rosis +rosissaient +rosissais +rosissait +rosissant +rosisse +rosissent +rosisses +rosissez +rosissiez +rosissions +rosissons +rosit +rosmes +rost +rostes +rossa +rossai +rossaient +rossais +rossait +rossant +rossas +rossasse +rossassent +rossasses +rossassiez +rossassions +rossmes +rosst +rosstes +rosse +rossent +rosser +rossera +rosserai +rosseraient +rosserais +rosserait +rosseras +rosserez +rosserie +rosseries +rosseriez +rosserions +rosserons +rosseront +rosses +rossez +ross +rosse +rosses +rosss +rossrent +rossiez +rossignol +rossignols +rossinante +rossinantes +rossions +rossons +rostre +rostres +rot +rota +rotai +rotaient +rotais +rotait +rotant +rotas +rotasse +rotassent +rotasses +rotassiez +rotassions +rotatif +rotatifs +rotation +rotations +rotative +rotatives +rotatoire +rotatoires +rotmes +rott +rottes +rote +rotent +roter +rotera +roterai +roteraient +roterais +roterait +roteras +roterez +roteriez +roterions +roterons +roteront +rotes +rotez +rot +rote +rotes +rots +rotrent +rotiez +rotin +rotins +rotions +rotonde +rotondes +rotondit +rotondits +rotons +rotor +rotors +rots +rotule +rotules +roture +rotures +roturier +roturiers +roturire +roturires +roua +rouage +rouages +rouai +rouaient +rouais +rouait +rouant +rouas +rouasse +rouassent +rouasses +rouassiez +rouassions +roumes +rout +routes +roublard +roublarde +roublardes +roublardise +roublardises +roublards +rouble +roubles +roucoula +roucoulaient +roucoulait +roucoulant +roucoulasse +roucoulassent +roucoult +roucoule +roucoulement +roucoulements +roucoulent +roucouler +roucoulera +roucouleraient +roucoulerait +roucouleront +roucoul +roucoule +roucoules +roucouls +roucoulrent +roue +rouelle +rouelles +rouent +rouer +rouera +rouerai +roueraient +rouerais +rouerait +roueras +rouerez +rouerie +roueries +roueriez +rouerions +rouerons +roueront +roues +rouet +rouets +rouez +rou +roue +roues +rous +rourent +rouf +rouflaquette +rouflaquettes +roufs +rouge +rougeaud +rougeaude +rougeaudes +rougeauds +rougetre +rougetres +rougeoie +rougeoiement +rougeoiements +rougeoient +rougeoiera +rougeoierai +rougeoieraient +rougeoierais +rougeoierait +rougeoieras +rougeoierez +rougeoieriez +rougeoierions +rougeoierons +rougeoieront +rougeoies +rougeole +rougeoya +rougeoyai +rougeoyaient +rougeoyais +rougeoyait +rougeoyant +rougeoyas +rougeoyasse +rougeoyassent +rougeoyasses +rougeoyassiez +rougeoyassions +rougeoymes +rougeoyt +rougeoytes +rougeoyer +rougeoyez +rougeoy +rougeoye +rougeoyes +rougeoyrent +rougeoyiez +rougeoyions +rougeoyons +rouges +rouget +rougets +rougeur +rougeurs +rougi +rougie +rougies +rougir +rougira +rougirai +rougiraient +rougirais +rougirait +rougiras +rougirent +rougirez +rougiriez +rougirions +rougirons +rougiront +rougis +rougissaient +rougissais +rougissait +rougissant +rougisse +rougissent +rougisses +rougissez +rougissiez +rougissions +rougissons +rougit +rougmes +rougt +rougtes +roui +rouie +rouies +rouiez +rouilla +rouillai +rouillaient +rouillais +rouillait +rouillant +rouillas +rouillasse +rouillassent +rouillasses +rouillassiez +rouillassions +rouillmes +rouillt +rouilltes +rouille +rouillent +rouiller +rouillera +rouillerai +rouilleraient +rouillerais +rouillerait +rouilleras +rouillerez +rouilleriez +rouillerions +rouillerons +rouilleront +rouilles +rouillez +rouill +rouille +rouilles +rouills +rouillrent +rouilliez +rouillions +rouillons +rouions +rouir +rouira +rouirai +rouiraient +rouirais +rouirait +rouiras +rouirent +rouirez +rouiriez +rouirions +rouirons +rouiront +rouis +rouissage +rouissages +rouissaient +rouissais +rouissait +rouissant +rouisse +rouissent +rouisses +rouissez +rouissiez +rouissions +rouissons +rouit +roumes +rout +routes +roula +roulade +roulades +roulage +roulages +roulai +roulaient +roulais +roulait +roulant +roulante +roulantes +roulants +roulas +roulasse +roulassent +roulasses +roulassiez +roulassions +roulmes +roult +roultes +roule +rouleau +rouleaux +roulement +roulements +roulent +rouler +roulera +roulerai +rouleraient +roulerais +roulerait +rouleras +roulerez +rouleriez +roulerions +roulerons +rouleront +roules +roulette +roulettes +roulez +roul +roule +roules +rouls +roulrent +roulier +rouliers +rouliez +roulions +roulis +roulons +roulotte +roulottes +roumain +roumaine +roumaines +roumains +roumanie +round +rounds +rouons +roupie +roupies +roupilla +roupillai +roupillaient +roupillais +roupillait +roupillant +roupillas +roupillasse +roupillassent +roupillasses +roupillassiez +roupillassions +roupillmes +roupillt +roupilltes +roupille +roupillent +roupiller +roupillera +roupillerai +roupilleraient +roupillerais +roupillerait +roupilleras +roupillerez +roupilleriez +roupillerions +roupillerons +roupilleront +roupilles +roupillez +roupill +roupille +roupilles +roupills +roupillrent +roupilliez +roupillions +roupillons +rouquin +rouquine +rouquines +rouquins +rouspta +rousptai +rousptaient +rousptais +rousptait +rousptance +rousptances +rousptant +rousptas +rousptasse +rousptassent +rousptasses +rousptassiez +rousptassions +rousptmes +rousptt +rouspttes +rouspter +rousptera +rouspterai +rouspteraient +rouspterais +rouspterait +rouspteras +rouspterez +rouspteriez +rouspterions +rouspterons +rouspteront +rouspteur +rouspteurs +rouspteuse +rouspteuses +rousptez +rouspt +rouspte +rousptes +rouspts +rousptrent +rousptiez +rousptions +rousptons +rouspte +rousptent +rousptes +rousstre +rousstres +rousse +rousserolle +rousserolles +rousses +roussette +roussettes +rousseur +rousseurs +roussi +roussie +roussies +roussir +roussira +roussirai +roussiraient +roussirais +roussirait +roussiras +roussirent +roussirez +roussiriez +roussirions +roussirons +roussiront +roussis +roussissaient +roussissais +roussissait +roussissant +roussisse +roussissent +roussisses +roussissez +roussissiez +roussissions +roussissons +roussit +roussmes +rousst +rousstes +routa +routage +routages +routai +routaient +routais +routait +routant +routard +routards +routas +routasse +routassent +routasses +routassiez +routassions +routmes +routt +routtes +route +routent +router +routera +routerai +routeraient +routerais +routerait +routeras +routerez +routeriez +routerions +routerons +routeront +routes +routez +rout +route +routes +routs +routrent +routier +routiers +routiez +routire +routires +routine +routines +routinier +routiniers +routinire +routinires +routions +routons +rouvert +rouverte +rouvertes +rouverts +rouvraient +rouvrais +rouvrait +rouvrant +rouvre +rouvrent +rouvres +rouvrez +rouvriez +rouvrions +rouvrir +rouvrira +rouvrirai +rouvriraient +rouvrirais +rouvrirait +rouvriras +rouvrirent +rouvrirez +rouvririez +rouvririons +rouvrirons +rouvriront +rouvris +rouvrisse +rouvrissent +rouvrisses +rouvrissiez +rouvrissions +rouvrit +rouvrmes +rouvrt +rouvrtes +rouvrons +roux +royal +royale +royalement +royales +royalisme +royaliste +royalistes +royalties +royalty +royaume +royaumes +royaut +royauts +royaux +rda +rdai +rdaient +rdais +rdait +rdant +rdas +rdasse +rdassent +rdasses +rdassiez +rdassions +rdmes +rdt +rdtes +rde +rdent +rder +rdera +rderai +rderaient +rderais +rderait +rderas +rderez +rderiez +rderions +rderons +rderont +rdes +rdeur +rdeurs +rdeuse +rdeuses +rdez +rd +rde +rdes +rds +rdrent +rdiez +rdions +rdons +rle +rles +rt +rti +rtie +rties +rtir +rtira +rtirai +rtiraient +rtirais +rtirait +rtiras +rtirent +rtirez +rtiriez +rtirions +rtirons +rtiront +rtis +rtissage +rtissages +rtissaient +rtissais +rtissait +rtissant +rtisse +rtissent +rtisserie +rtisseries +rtisses +rtisseur +rtisseurs +rtisseuse +rtisseuses +rtissez +rtissiez +rtissions +rtissoire +rtissoires +rtissons +rtit +rtmes +rtt +rttes +rts +ru +rua +ruade +ruades +ruai +ruaient +ruais +ruait +ruant +ruas +ruasse +ruassent +ruasses +ruassiez +ruassions +rumes +rut +rutes +ruban +rubans +rubescent +rubescente +rubescentes +rubescents +rubfaction +rubfactions +rubfia +rubfiai +rubfiaient +rubfiais +rubfiait +rubfiant +rubfias +rubfiasse +rubfiassent +rubfiasses +rubfiassiez +rubfiassions +rubfimes +rubfit +rubfites +rubfie +rubfient +rubfier +rubfiera +rubfierai +rubfieraient +rubfierais +rubfierait +rubfieras +rubfierez +rubfieriez +rubfierions +rubfierons +rubfieront +rubfies +rubfiez +rubfi +rubfie +rubfies +rubfis +rubfirent +rubfiiez +rubfiions +rubfions +rubole +rubicond +rubiconde +rubicondes +rubiconds +rubis +rubrique +rubriques +ruche +rucher +ruchers +ruches +ruche +ruches +rude +rudement +rudes +rudesse +rudesses +rudiment +rudimentaire +rudimentaires +rudiments +rudoie +rudoiement +rudoiements +rudoient +rudoiera +rudoierai +rudoieraient +rudoierais +rudoierait +rudoieras +rudoierez +rudoieriez +rudoierions +rudoierons +rudoieront +rudoies +rudoya +rudoyai +rudoyaient +rudoyais +rudoyait +rudoyant +rudoyas +rudoyasse +rudoyassent +rudoyasses +rudoyassiez +rudoyassions +rudoymes +rudoyt +rudoytes +rudoyer +rudoyez +rudoy +rudoye +rudoyes +rudoys +rudoyrent +rudoyiez +rudoyions +rudoyons +rue +ruelle +ruelles +ruent +ruer +ruera +ruerai +rueraient +ruerais +ruerait +rueras +ruerez +rueriez +ruerions +ruerons +rueront +rues +ruez +ru +rue +rues +rus +rurent +ruffian +ruffians +rufian +rufians +rugby +rugbyman +rugbymen +rugi +rugie +rugies +rugir +rugira +rugirai +rugiraient +rugirais +rugirait +rugiras +rugirent +rugires +rugirez +rugiriez +rugirions +rugirons +rugiront +rugis +rugissaient +rugissais +rugissait +rugissant +rugisse +rugissement +rugissements +rugissent +rugisses +rugissiez +rugissions +rugissons +rugit +rugmes +rugt +rugtes +rugosit +rugosits +rugueuse +rugueuses +rugueux +ruiez +ruina +ruinai +ruinaient +ruinais +ruinait +ruinant +ruinas +ruinasse +ruinassent +ruinasses +ruinassiez +ruinassions +ruinmes +ruint +ruintes +ruine +ruinent +ruiner +ruinera +ruinerai +ruineraient +ruinerais +ruinerait +ruineras +ruinerez +ruineriez +ruinerions +ruinerons +ruineront +ruines +ruineuse +ruineuses +ruineux +ruinez +ruin +ruine +ruines +ruins +ruinrent +ruiniez +ruinions +ruinons +ruions +ruisseau +ruisseaux +ruissela +ruisselai +ruisselaient +ruisselais +ruisselait +ruisselant +ruisselas +ruisselasse +ruisselassent +ruisselasses +ruisselassiez +ruisselassions +ruisselmes +ruisselt +ruisseltes +ruisseler +ruisselet +ruisselets +ruisselez +ruissel +ruissele +ruisseles +ruissels +ruisselrent +ruisseliez +ruisselions +ruisselle +ruissellement +ruissellements +ruissellent +ruissellera +ruissellerai +ruisselleraient +ruissellerais +ruissellerait +ruisselleras +ruissellerez +ruisselleriez +ruissellerions +ruissellerons +ruisselleront +ruisselles +ruisselons +rumeur +rumeurs +rumina +ruminai +ruminaient +ruminais +ruminait +ruminant +ruminante +ruminantes +ruminants +ruminas +ruminasse +ruminassent +ruminasses +ruminassiez +ruminassions +rumination +ruminations +ruminmes +rumint +rumintes +rumine +ruminent +ruminer +ruminera +ruminerai +rumineraient +ruminerais +ruminerait +rumineras +ruminerez +rumineriez +ruminerions +ruminerons +rumineront +rumines +ruminez +rumin +rumine +rumines +rumins +ruminrent +ruminiez +ruminions +ruminons +rumsteck +rumstecks +runes +runique +runiques +ruolz +ruons +rupestre +rupestres +rupture +ruptures +rural +rurale +rurales +ruraux +rus +rusa +rusai +rusaient +rusais +rusait +rusant +rusas +rusasse +rusassent +rusasses +rusassiez +rusassions +rusmes +rust +rustes +ruse +rusent +ruser +rusera +ruserai +ruseraient +ruserais +ruserait +ruseras +ruserez +ruseriez +ruserions +ruserons +ruseront +ruses +rusez +rus +ruse +ruses +russ +rusrent +rusiez +rusions +rusons +russe +russes +russie +russifia +russifiai +russifiaient +russifiais +russifiait +russifiant +russifias +russifiasse +russifiassent +russifiasses +russifiassiez +russifiassions +russifimes +russifit +russifites +russifie +russifient +russifier +russifiera +russifierai +russifieraient +russifierais +russifierait +russifieras +russifierez +russifieriez +russifierions +russifierons +russifieront +russifies +russifiez +russifi +russifie +russifies +russifis +russifirent +russifiiez +russifiions +russifions +rustard +rustarde +rustardes +rustards +rusticit +rusticits +rustique +rustiquement +rustiques +rustre +rustres +rut +rutabaga +rutabagas +ruthnium +rutila +rutilai +rutilaient +rutilais +rutilait +rutilant +rutilante +rutilantes +rutilants +rutilas +rutilasse +rutilassent +rutilasses +rutilassiez +rutilassions +rutilmes +rutilt +rutiltes +rutile +rutilent +rutiler +rutilera +rutilerai +rutileraient +rutilerais +rutilerait +rutileras +rutilerez +rutileriez +rutilerions +rutilerons +rutileront +rutiles +rutilez +rutil +rutile +rutiles +rutils +rutilrent +rutiliez +rutilions +rutilons +ruts +rythmai +rythmaient +rythmais +rythmait +rythmant +rythmas +rythmasse +rythmassent +rythmasses +rythmassiez +rythmassions +rythmmes +rythmt +rythmtes +rythme +rythment +rythmer +rythmera +rythmerai +rythmeraient +rythmerais +rythmerait +rythmeras +rythmerez +rythmeriez +rythmerions +rythmerons +rythmeront +rythmes +rythmez +rythm +rythme +rythmes +rythms +rythmique +rythmiques +s +sa +sabbat +sabbatique +sabbatiques +sabbats +sabir +sabirs +sabla +sablage +sablages +sablai +sablaient +sablais +sablait +sablant +sablas +sablasse +sablassent +sablasses +sablassiez +sablassions +sablmes +sablt +sabltes +sable +sablent +sabler +sablera +sablerai +sableraient +sablerais +sablerait +sableras +sableriez +sablerions +sablerons +sableront +sables +sableuse +sableuses +sableux +sablez +sabl +sable +sables +sabls +sablrent +sablier +sabliers +sabliez +sablire +sablires +sablions +sablon +sablonneuse +sablonneuses +sablonneux +sablons +sabord +saborda +sabordage +sabordages +sabordai +sabordaient +sabordais +sabordait +sabordant +sabordas +sabordasse +sabordassent +sabordasses +sabordassiez +sabordassions +sabordmes +sabordt +sabordtes +saborde +sabordement +sabordements +sabordent +saborder +sabordera +saborderai +saborderaient +saborderais +saborderait +saborderas +saborderez +saborderiez +saborderions +saborderons +saborderont +sabordes +sabordez +sabord +saborde +sabordes +sabords +sabordrent +sabordiez +sabordions +sabordons +sabords +sabot +sabota +sabotage +sabotages +sabotai +sabotaient +sabotais +sabotait +sabotant +sabotas +sabotasse +sabotassent +sabotasses +sabotassiez +sabotassions +sabotmes +sabott +sabottes +sabote +sabotent +saboter +sabotera +saboterai +saboteraient +saboterais +saboterait +saboteras +saboterez +saboterie +saboteries +saboteriez +saboterions +saboterons +saboteront +sabotes +saboteur +saboteurs +saboteuse +saboteuses +sabotez +sabot +sabote +sabotes +sabots +sabotrent +sabotier +sabotiers +sabotiez +sabotire +sabotires +sabotions +sabotons +sabots +sabra +sabrai +sabraient +sabrais +sabrait +sabrant +sabras +sabrasse +sabrassent +sabrasses +sabrassiez +sabrassions +sabrmes +sabrt +sabrtes +sabre +sabrent +sabrer +sabrera +sabrerai +sabreraient +sabrerais +sabrerait +sabreras +sabrerez +sabreriez +sabrerions +sabrerons +sabreront +sabres +sabretache +sabretaches +sabrez +sabr +sabre +sabres +sabrs +sabrrent +sabriez +sabrions +sabrons +sac +saccade nom +saccades nom +saccad +saccade +saccades +saccads +saccage +saccagea +saccageai +saccageaient +saccageais +saccageait +saccageant +saccageas +saccageasse +saccageassent +saccageasses +saccageassiez +saccageassions +saccagemes +saccaget +saccagetes +saccagent +saccageons +saccager +saccagera +saccagerai +saccageraient +saccagerais +saccagerait +saccageras +saccagerez +saccageriez +saccagerions +saccagerons +saccageront +saccages +saccageur +saccageurs +saccagez +saccag +saccage +saccages +saccags +saccagrent +saccagiez +saccagions +saccharifia +saccharifiai +saccharifiaient +saccharifiais +saccharifiait +saccharifiant +saccharifias +saccharifiasse +saccharifiassent +saccharifiasses +saccharifiassiez +saccharifiassions +saccharifimes +saccharifit +saccharifites +saccharifie +saccharifient +saccharifier +saccharifiera +saccharifierai +saccharifieraient +saccharifierais +saccharifierait +saccharifieras +saccharifierez +saccharifieriez +saccharifierions +saccharifierons +saccharifieront +saccharifies +saccharifiez +saccharifi +saccharifie +saccharifies +saccharifis +saccharifirent +saccharifiiez +saccharifiions +saccharifions +saccharine +sacerdoce +sacerdotal +sacerdotale +sacerdotales +sacerdotaux +sachant +sache +sachent +saches +sachet +sachets +sachez +sachiez +sachions +sacoche +sacoches +sacra +sacrai +sacraient +sacrais +sacrait +sacralisa +sacralisai +sacralisaient +sacralisais +sacralisait +sacralisant +sacralisas +sacralisasse +sacralisassent +sacralisasses +sacralisassiez +sacralisassions +sacralismes +sacralist +sacralistes +sacralise +sacralisent +sacraliser +sacralisera +sacraliserai +sacraliseraient +sacraliserais +sacraliseras +sacraliserez +sacraliseriez +sacraliserions +sacraliserons +sacraliseront +sacralises +sacralisez +sacralis +sacralise +sacralises +sacraliss +sacralisrent +sacralisiez +sacralisions +sacralisons +sacramentel +sacramentelle +sacramentellement +sacramentelles +sacramentels +sacrant +sacras +sacrasse +sacrassent +sacrasses +sacrassiez +sacrassions +sacrmes +sacrt +sacrtes +sacre +sacrement +sacrements +sacrent +sacrer +sacrera +sacrerai +sacreraient +sacrerais +sacrerait +sacreras +sacrerez +sacreriez +sacrerions +sacrerons +sacreront +sacres +sacrez +sacr +sacre +sacres +sacrs +sacrrent +sacriez +sacrifia +sacrifiai +sacrifiaient +sacrifiais +sacrifiait +sacrifiant +sacrifias +sacrifiasse +sacrifiassent +sacrifiasses +sacrifiassiez +sacrifiassions +sacrifimes +sacrifit +sacrifites +sacrificateur +sacrificateurs +sacrificatoire +sacrificatoires +sacrifice +sacrifices +sacrifie +sacrifient +sacrifier +sacrifiera +sacrifierai +sacrifieraient +sacrifierais +sacrifierait +sacrifieras +sacrifierez +sacrifieriez +sacrifierions +sacrifierons +sacrifieront +sacrifies +sacrifiez +sacrifi +sacrifie +sacrifies +sacrifis +sacrifirent +sacrifiiez +sacrifiions +sacrifions +sacrilge +sacrilges +sacrions +sacripant +sacripants +sacristain +sacristains +sacristi interj +sacristie +sacristies +sacristine +sacristines +sacro +sacrons +sacrum +sacrums +sacs +sadique +sadiques +sadisme +safari +safaris +safran +safran +safrane +safranes +safrans +safrans +saga +sagace +sagaces +sagacit +sagacits +sagaie +sagaies +sagas +sage +sagement +sages +sagesse +sagesses +sagittaire +sagittaires +sagouin +sagouins +sahara +saharien +saharienne +sahariennes +sahariens +saie +saies +saigna +saignai +saignaient +saignais +saignait +saignant +saignante +saignantes +saignants +saignas +saignasse +saignassent +saignasses +saignassiez +saignassions +saignmes +saignt +saigntes +saigne +saignement +saignements +saignent +saigner +saignera +saignerai +saigneraient +saignerais +saignerait +saigneras +saignerez +saigneriez +saignerions +saignerons +saigneront +saignes +saigneur vtrinaire +saigneurs +saignez +saign +saigne +saignes +saigns +saignrent +saigniez +saignions +saignons +saillait architecture +saillant +saillante +saillantes +saillants +saille architecture +saillera architecture +saillerait architecture +sailli +saillie +saillies +saillir +saillira +saillirai +sailliraient +saillirais +saillirait +sailliras +saillirent +saillirez +sailliriez +saillirions +saillirons +sailliront +saillis +saillissaient +saillissais +saillissait +saillissant +saillisse +saillissent +saillisses +saillissiez +saillissions +saillissons +saillit +saillmes +saillt +sailltes +sain +saindoux +saine +sainement +saines +sainfoin +sainfoins +sains +saint +sainte +saintes +saintet +saints +sais +saisi +saisie +saisies +saisine +saisines +saisir +saisira +saisirai +saisiraient +saisirais +saisirait +saisiras +saisirent +saisirez +saisiriez +saisirions +saisirons +saisiront +saisis +saisissable +saisissables +saisissaient +saisissais +saisissait +saisissant +saisissante +saisissantes +saisissants +saisisse +saisissement +saisissements +saisissent +saisisses +saisissez +saisissiez +saisissions +saisissons +saisit +saismes +saist +saistes +saison +saisonnier +saisonniers +saisonnire +saisonnires +saisons +sait +saga +sagas +sajou +sajous +sak +sala +salace +salaces +salade +salades +saladier +saladiers +salage +salages +salai +salaient +salaire +salaires +salais +salaison +salaisons +salait +salamalec +salamalecs +salamandre +salamandres +salami +salant +salante +salantes +salants +salaria +salariai +salariaient +salariais +salariait +salarial +salariale +salariales +salariant +salarias +salariasse +salariassent +salariasses +salariassiez +salariassions +salariat nom +salariats +salariaux +salarimes +salarit +salarites +salarier +salariera +salarierai +salarieraient +salarierais +salarierait +salarieras +salarierez +salarieriez +salarierions +salarierons +salarieront +salaries +salariez +salari +salarie +salaries +salaris +salarirent +salariiez +salariions +salarions +salas +salasse +salassent +salasses +salassiez +salassions +salaud +salauds +salmes +salt +saltes +sale +salement +salent +saler +salera +salerai +saleraient +salerais +salerait +saleras +salerez +saleriez +salerions +saleron +salerons +saleront +sales +salet +salets +salez +sal +sale +sales +sals +salrent +sali +salicylique +salicyliques +salie +saliens +salies +saliez +salire +salires +salin +saline +salines +salinit +salinits +salins +salions +salir +salira +salirai +saliraient +salirais +salirait +saliras +salirent +salirez +saliriez +salirions +salirons +saliront +salis +salissaient +salissais +salissait +salissant +salissante +salissantes +salissants +salisse +salissent +salisses +salissez +salissiez +salissions +salissons +salissure +salissures +salit +saliva +salivai +salivaient +salivaire +salivaires +salivais +salivait +salivant +salivas +salivasse +salivassent +salivasses +salivassiez +salivassions +salivation +salivations +salivmes +salivt +salivtes +salive +salivent +saliver +salivera +saliverai +saliveraient +saliverais +saliverait +saliveras +saliverez +saliveriez +saliverions +saliverons +saliveront +salives +salivez +saliv +salive +salives +salivs +salivrent +saliviez +salivions +salivons +salmes +salt +saltes +salle +salles +salmigondis +salmis +saloir +saloirs +salon +salons +salopa +salopai +salopaient +salopais +salopait +salopant +salopard +salopards +salopas +salopasse +salopassent +salopasses +salopassiez +salopassions +salopmes +salopt +saloptes +salope +salopent +saloper +salopera +saloperai +saloperaient +saloperais +saloperait +saloperas +saloperez +saloperie +saloperies +saloperiez +saloperions +saloperons +saloperont +salopes +salopette +salopettes +salopez +salop +salope +salopes +salops +saloprent +salopiez +salopions +salopons +salptre +salsepareille +salsepareilles +salsifis +saltimbanque +saltimbanques +salua +saluai +saluaient +saluais +saluait +saluant +saluas +saluasse +saluassent +saluasses +saluassiez +saluassions +salumes +salut +salutes +salubre +salubres +salubrit +salubrits +salue +saluent +saluer +saluera +saluerai +salueraient +saluerais +saluerait +salueras +saluerez +salueriez +saluerions +saluerons +salueront +salues +saluez +salu +salue +salues +salus +salurent +saluiez +saluions +saluons +salure +salut +salutaire +salutairement +salutaires +salutation +salutations +salutiste +salutistes +saluts +salvateur +salvateurs +salvatrice +salvatrices +salve +salves +samaritain +samaritaine +samaritaines +samaritains +samba +sambas +samedi +samedis +samoura +samouras +samovar +samovars +sampan +sampans +sanatorium +sanatoriums +sanctifia +sanctifiai +sanctifiaient +sanctifiais +sanctifiait +sanctifiant +sanctifiante +sanctifiantee +sanctifiants +sanctifias +sanctifiasse +sanctifiassent +sanctifiasses +sanctifiassiez +sanctifiassions +sanctifimes +sanctifit +sanctifites +sanctificateur +sanctificateurs +sanctification +sanctifications +sanctificatrice +sanctificatrices +sanctifie +sanctifient +sanctifier +sanctifiera +sanctifierai +sanctifieraient +sanctifierais +sanctifierait +sanctifieras +sanctifierez +sanctifieriez +sanctifierions +sanctifierons +sanctifieront +sanctifies +sanctifiez +sanctifi +sanctifie +sanctifies +sanctifis +sanctifirent +sanctifiiez +sanctifiions +sanctifions +sanction +sanctionna +sanctionnai +sanctionnaient +sanctionnais +sanctionnait +sanctionnant +sanctionnas +sanctionnasse +sanctionnassent +sanctionnasses +sanctionnassiez +sanctionnassions +sanctionnmes +sanctionnt +sanctionntes +sanctionne +sanctionnent +sanctionner +sanctionnera +sanctionnerai +sanctionneraient +sanctionnerais +sanctionnerait +sanctionneras +sanctionnerez +sanctionneriez +sanctionnerions +sanctionnerons +sanctionneront +sanctionnes +sanctionnez +sanctionn +sanctionne +sanctionnes +sanctionns +sanctionnrent +sanctionniez +sanctionnions +sanctionnons +sanctions +sanctuaire +sanctuaires +sanctus +sandale +sandales +sandwich +sandwiches +sandwichs +sang +sangla +sanglai +sanglaient +sanglais +sanglait +sanglant +sanglante +sanglantes +sanglants +sanglas +sanglasse +sanglassent +sanglasses +sanglassiez +sanglassions +sanglmes +sanglt +sangltes +sangle +sanglent +sangler +sanglera +sanglerai +sangleraient +sanglerais +sanglerait +sangleras +sanglerez +sangleriez +sanglerions +sanglerons +sangleront +sangles +sanglez +sangl +sangle +sangles +sangls +sanglrent +sanglier +sangliers +sangliez +sanglions +sanglons +sanglot +sanglota +sanglotai +sanglotaient +sanglotais +sanglotait +sanglotant +sanglotas +sanglotasse +sanglotassent +sanglotasses +sanglotassiez +sanglotassions +sanglotmes +sanglott +sanglottes +sanglote +sanglotent +sangloter +sanglotera +sangloterai +sangloteraient +sangloterais +sangloterait +sangloteras +sangloterez +sangloteriez +sangloterions +sangloterons +sangloteront +sanglotes +sanglotez +sanglot +sanglote +sanglotes +sanglots +sanglotrent +sanglotiez +sanglotions +sanglotons +sanglots +sangs +sangsue +sangsues +sanguin +sanguinaire +sanguinaires +sanguine +sanguines +sanguinolent +sanguinolente +sanguinolentes +sanguinolents +sanguins +sanie +sanies +sanieuse +sanieuses +sanieux +sanitaire +sanitaires +sans +sanskrit +sanskrite +sanskrites +sanskrits +sansonnet +sansonnets +sant +santal +santals +sant +sants +santon +santons +saoudite +saoul +saoula +saoulai +saoulaient +saoulais +saoulait +saoulant +saoulas +saoulasse +saoulassent +saoulasses +saoulassiez +saoulassions +saoulmes +saoult +saoultes +saoule +saoulent +saouler +saoulera +saoulerai +saouleraient +saoulerais +saoulerait +saouleras +saoulerez +saouleriez +saoulerions +saoulerons +saouleront +saoules +saoulez +saoul +saoule +saoules +saouls +saoulrent +saouliez +saoulions +saoulons +saouls +sapa +sapai +sapaient +sapais +sapait +sapajou +sapajous +sapant +sapas +sapasse +sapassent +sapasses +sapassiez +sapassions +sapmes +sapt +saptes +sape +sapement +sapements +sapent +saper +sapera +saperai +saperaient +saperais +saperait +saperas +saperez +saperiez +saperions +saperons +saperont +sapes +sapeur +sapeurs +sapez +sap +sape +sapes +saps +saprent +saphique +saphiques +saphir +saphirs +saphisme +sapide +sapides +sapidit +sapidits +sapiens +sapiez +sapin +sapinire +sapinires +sapins +sapions +saponac +saponace +saponaces +saponacs +saponaire +saponaires +saponifia +saponifiai +saponifiaient +saponifiais +saponifiait +saponifiant +saponifias +saponifiasse +saponifiassent +saponifiasses +saponifiassiez +saponifiassions +saponifimes +saponifit +saponifites +saponification +saponifications +saponifie +saponifient +saponifier +saponifiera +saponifierai +saponifieraient +saponifierais +saponifierait +saponifieras +saponifierez +saponifieriez +saponifierions +saponifierons +saponifieront +saponifies +saponifiez +saponifi +saponifie +saponifies +saponifis +saponifirent +saponifiiez +saponifiions +saponifions +sapons +sapristi +sarabande +sarabandes +sarbacane +sarbacanes +sarcasme +sarcasmes +sarcastique +sarcastiques +sarcelle +sarcelles +sarcla +sarclage +sarclages +sarclai +sarclaient +sarclais +sarclait +sarclant +sarclas +sarclasse +sarclassent +sarclasses +sarclassiez +sarclassions +sarclmes +sarclt +sarcltes +sarcle +sarclent +sarcler +sarclera +sarclerai +sarcleraient +sarclerais +sarclerait +sarcleras +sarclerez +sarcleriez +sarclerions +sarclerons +sarcleront +sarcles +sarcleur +sarcleurs +sarcleuse +sarcleuses +sarclez +sarcl +sarcle +sarcles +sarcls +sarclrent +sarcliez +sarclions +sarcloir +sarcloirs +sarclons +sarcome +sarcomes +sarcophage +sarcophages +sardaigne +sarde +sardes +sardine +sardinerie +sardineries +sardines +sardinier +sardiniers +sardinire +sardinires +sardonique +sardoniquement +sardoniques +sargasse +sargasses +sari +sarigue +sarigues +saris +sarment +sarments +sarong +sarongs +sarrasin +sarrasine +sarrasines +sarrasins +sarrau +sarraus +sarraux +sarriette +sarriettes +sas +sassa +sassai +sassaient +sassais +sassait +sassant +sassas +sassasse +sassassent +sassasses +sassassiez +sassassions +sassmes +sasst +sasstes +sasse +sassement +sassements +sassent +sasser +sassera +sasserai +sasseraient +sasserais +sasserait +sasseras +sasserez +sasseriez +sasserions +sasserons +sasseront +sasses +sassez +sass +sasse +sasses +sasss +sassrent +sassiez +sassions +sassons +satan +satan +satane +satanes +satans +satanique +sataniques +satanisme +satellisa +satellisai +satellisaient +satellisais +satellisait +satellisant +satellisas +satellisasse +satellisassent +satellisasses +satellisassiez +satellisassions +satellisassons +satellisation +satellisations +satellismes +satellist +satellistes +satellise +satellisent +satelliser +satellisera +satelliserai +satelliseraient +satelliserais +satelliserait +satelliseras +satelliserez +satelliseriez +satelliserions +satelliserons +satelliseront +satellises +satellisez +satellis +satellise +satellises +satelliss +satellisrent +satellisiez +satellisions +satellisons +satellite +satellites +satit +satits +satin +satina +satinai +satinaient +satinais +satinait +satinant +satinas +satinasse +satinassent +satinasses +satinassiez +satinassions +satinmes +satint +satintes +satine +satinent +satiner +satinera +satinerai +satineraient +satinerais +satinerait +satineras +satinerez +satineriez +satinerions +satinerons +satineront +satines +satinette +satinez +satin +satine +satines +satins +satinrent +satiniez +satinions +satinons +satins +satire +satires +satirique +satiriquement +satiriques +satisfaction +satisfactions +satisfaire +satisfais +satisfaisaient +satisfaisais +satisfaisait +satisfaisant +satisfaisante +satisfaisantes +satisfaisants +satisfaisiez +satisfaisions +satisfaisons +satisfait +satisfaite +satisfaites +satisfaits +satisfasse +satisfassent +satisfasses +satisfassiez +satisfassions +satisfecit +satisfera +satisferai +satisferaient +satisferais +satisferait +satisferas +satisferez +satisferiez +satisferions +satisferons +satisferont +satisfirent +satisfis +satisfisse +satisfissent +satisfisses +satisfissiez +satisfissions +satisfit +satisfmes +satisft +satisftes +satisfont +satrape +satrapes +satura +saturai +saturaient +saturais +saturait +saturant +saturante +saturantes +saturants +saturas +saturasse +saturassent +saturasses +saturassiez +saturassions +saturation +saturations +saturmes +saturt +saturtes +sature +saturent +saturer +saturera +saturerai +satureraient +saturerais +saturerait +satureras +saturerez +satureriez +saturerions +saturerons +satureront +satures +saturez +satur +sature +satures +saturs +saturrent +saturiez +saturions +saturnales +saturne +saturnien +saturnienne +saturniennes +saturniens +saturnisme +saturons +satyre +satyres +satyrique des sytres +satyriques des sytres +sauce +saucent +saucer +saucera +saucerai +sauceraient +saucerais +saucerait +sauceras +saucerez +sauceriez +saucerions +saucerons +sauceront +sauces +saucez +sauc +sauce +sauces +saucs +saucrent +sauciez +saucire +saucires +saucions +saucisse +saucisses +saucisson +saucissons +saua +sauai +sauaient +sauais +sauait +sauant +sauas +sauasse +sauassent +sauasses +sauassiez +sauassions +saumes +saut +sautes +sauons +sauf +saufs +sauge +sauges +saugrenu +saugrenue +saugrenues +saugrenus +saule +saules +saumtre +saumtres +saumon +saumon +saumone +saumones +saumons +saumons +saumure +saumures +sauna +saunas +saunier +sauniers +saunire +saunires +saupoudra +saupoudrai +saupoudraient +saupoudrais +saupoudrait +saupoudrant +saupoudras +saupoudrasse +saupoudrassent +saupoudrasses +saupoudrassiez +saupoudrassions +saupoudrmes +saupoudrt +saupoudrtes +saupoudre +saupoudrent +saupoudrer +saupoudrera +saupoudrerai +saupoudreraient +saupoudrerais +saupoudrerait +saupoudreras +saupoudrerez +saupoudreriez +saupoudrerions +saupoudrerons +saupoudreront +saupoudres +saupoudreuse +saupoudreuses +saupoudrez +saupoudr +saupoudre +saupoudres +saupoudrs +saupoudrrent +saupoudriez +saupoudrions +saupoudrons +saur +saura +saurai +sauraient +saurais +saurait +saurant +sauras +saurasse +saurassent +saurasses +saurassiez +saurassions +saurmes +saurt +saurtes +saure +saurent +saurer +saurera +saurerai +saureraient +saurerais +saurerait +saureras +saurerez +saureriez +saurerions +saurerons +saureront +saures +sauret +saurets +saurez +saur +saure +saures +saurs +saurrent +sauriens +sauriez +saurions +saurissage +saurissages +saurons +sauront +saurs +saut +sauta +sautai +sautaient +sautais +sautait +sautant +sautas +sautasse +sautassent +sautasses +sautassiez +sautassions +sautmes +sautt +sauttes +saute +sautent +sauter +sautera +sauterai +sauteraient +sauterais +sauterait +sauteras +sauterelle +sauterelles +sauterez +sauterie +sauteries +sauteriez +sauterions +sauternes +sauterons +sauteront +sautes +sauteur +sauteurs +sauteuse +sauteuses +sautez +saut +saute +sautes +sauts +sautrent +sautiez +sautilla +sautillai +sautillaient +sautillais +sautillait +sautillant +sautillante +sautillantes +sautillants +sautillas +sautillasse +sautillassent +sautillasses +sautillassiez +sautillassions +sautillmes +sautillt +sautilltes +sautille +sautillement +sautillements +sautillent +sautiller +sautillera +sautillerai +sautilleraient +sautillerais +sautillerait +sautilleras +sautillerez +sautilleriez +sautillerions +sautillerons +sautilleront +sautilles +sautillez +sautill +sautille +sautilles +sautills +sautillrent +sautilliez +sautillions +sautillons +sautions +sautoir +sautoirs +sautons +sauts +sauva +sauvage +sauvagement +sauvageon +sauvageonne +sauvageonnes +sauvageons +sauvagerie +sauvageries +sauvages +sauvagin +sauvagine +sauvagines +sauvagins +sauvai +sauvaient +sauvais +sauvait +sauvant +sauvas +sauvasse +sauvassent +sauvasses +sauvassiez +sauvassions +sauvmes +sauvt +sauvtes +sauve +sauvegarda +sauvegardai +sauvegardaient +sauvegardais +sauvegardait +sauvegardant +sauvegardas +sauvegardasse +sauvegardassent +sauvegardasses +sauvegardassiez +sauvegardassions +sauvegardmes +sauvegardt +sauvegarde +sauvegardent +sauvegarder +sauvegardera +sauvegarderai +sauvegarderaient +sauvegarderais +sauvegarderait +sauvegarderas +sauvegarderez +sauvegarderiez +sauvegarderions +sauvegarderons +sauvegarderont +sauvegardes +sauvegardez +sauvegard +sauvegarde +sauvegardes +sauvegards +sauvegardrent +sauvegardiez +sauvegardions +sauvegardons +sauvent +sauver +sauvera +sauverai +sauveraient +sauverais +sauverait +sauveras +sauverez +sauveriez +sauverions +sauverons +sauveront +sauves +sauvetage +sauvetages +sauveteur +sauveteurs +sauvette +sauveur +sauveurs +sauvez +sauv +sauve +sauves +sauvs +sauvrent +sauviez +sauvions +sauvons +savaient +savais +savait +savamment +savane +savanes +savant +savante +savantes +savants +savarin +savarins +savate +savates +savent +savetier +savetiers +saveur +saveurs +savez +saviez +savioe +savions +savoir +savon +savonna +savonnage +savonnages +savonnai +savonnaient +savonnais +savonnait +savonnant +savonnas +savonnasse +savonnassent +savonnasses +savonnassiez +savonnassions +savonnmes +savonnt +savonntes +savonne +savonnent +savonner +savonnera +savonnerai +savonneraient +savonnerais +savonnerait +savonneras +savonnerez +savonnerie +savonneries +savonneriez +savonnerions +savonnerons +savonneront +savonnes +savonnette +savonnettes +savonneuse +savonneuses +savonneux +savonnez +savonn +savonne +savonnes +savonns +savonnrent +savonnier +savonniers +savonniez +savonnions +savonnons +savons +savoura +savourai +savouraient +savourais +savourait +savourant +savouras +savourasse +savourassent +savourasses +savourassiez +savourassions +savourmes +savourt +savourtes +savoure +savourent +savourer +savourera +savourerai +savoureraient +savourerais +savourerait +savoureras +savourerez +savoureriez +savourerions +savourerons +savoureront +savoures +savoureuse +savoureuses +savoureux +savourez +savour +savoure +savoures +savours +savourrent +savouriez +savourions +savourons +savoyard +savoyarde +savoyardes +savoyards +saxe +saxifrage +saxifrages +saxon +saxonne +saxonnes +saxons +saxophone +saxophones +saynte +sayntes +sbire +sbires +scabieuse +scabieuses +scabreuse +scabreuses +scabreux +scaferlati +scalne +scalnes +scalp +scalpa +scalpai +scalpaient +scalpais +scalpait +scalpant +scalpas +scalpasse +scalpassent +scalpasses +scalpassiez +scalpassions +scalpmes +scalpt +scalptes +scalpe +scalpel +scalpels +scalpent +scalper +scalpera +scalperai +scalperaient +scalperais +scalperait +scalperas +scalperez +scalperiez +scalperions +scalperons +scalperont +scalpes +scalpez +scalp +scalpe +scalpes +scalps +scalprent +scalpiez +scalpions +scalpons +scalps +scanda +scandai +scandaient +scandais +scandait +scandale +scandales +scandaleuse +scandaleusement +scandaleuses +scandaleux +scandalisa +scandalisai +scandalisaient +scandalisais +scandalisait +scandalisant +scandalisas +scandalisasse +scandalisassent +scandalisasses +scandalisassiez +scandalisassions +scandalismes +scandalist +scandalistes +scandalise +scandalisent +scandaliser +scandalisera +scandaliserai +scandaliseraient +scandaliserais +scandaliserait +scandaliseras +scandaliserez +scandaliseriez +scandaliserions +scandaliserons +scandaliseront +scandalises +scandalisez +scandalis +scandalise +scandalises +scandaliss +scandalisrent +scandalisiez +scandalisions +scandalisons +scandant +scandas +scandasse +scandassent +scandasses +scandassiez +scandassions +scandmes +scandt +scandtes +scande +scandent +scander +scandera +scanderai +scanderaient +scanderais +scanderait +scanderas +scanderez +scanderiez +scanderions +scanderons +scanderont +scandes +scandez +scand +scande +scandes +scands +scandrent +scandiez +scandinave +scandinaves +scandinavie +scandions +scandons +scansion +scansions +scaphandre +scaphandres +scaphandrier +scaphandriers +scapulaire +scapulaires +scarabe +scarabes +scarifia +scarifiai +scarifiaient +scarifiais +scarifiait +scarifias +scarifiasse +scarifiassent +scarifiasses +scarifiassiez +scarifiassions +scarifimes +scarifit +scarifites +scarificateur +scarificateurs +scarification +scarifications +scarifie +scarifient +scarifier +scarifiera +scarifierai +scarifieraient +scarifierais +scarifierait +scarifieras +scarifierez +scarifieriez +scarifierions +scarifierons +scarifieront +scarifies +scarifiez +scarifi +scarifie +scarifies +scarifis +scarifirent +scarifiiez +scarifiions +scarifions +scarlatine +scarole +scaroles +scatologie +scatologique +scatologiques +sceau +sceaux +scella +scellai +scellaient +scellais +scellait +scellant +scellas +scellasse +scellassent +scellasses +scellassiez +scellassions +scellmes +scellt +scelltes +scelle +scellement +scellements +scellent +sceller +scellera +scellerai +scelleraient +scellerais +scellerait +scelleras +scellerez +scelleriez +scellerions +scellerons +scelleront +scelles +scellez +scell +scelle +scelles +scells +scellrent +scelliez +scellions +scellons +scepticisme +sceptique +sceptiquement +sceptiques +sceptre +sceptres +sclrat +sclrate +sclrates +sclratesse +sclratesses +sclrats +scnario +scnarios +scnariste +scnaristes +scnique +scniques +scne +scnes +scherzo +scherzos +schma +schmas +schmatique +schmatiquement +schmatiques +schismatique +schismatiques +schisme +schismes +schiste +schistes +schisteuse +schisteuses +schisteux +schizophrnie +schizophrnies +schizophrne +schizophrnes +schlague +schlagues +schlittage +schlittages +schlitte +schlittes +schlitteur +schlitteurs +schooner +schooners +scia +sciage +sciages +sciai +sciaient +sciais +sciait +sciant +scias +sciasse +sciassent +sciasses +sciassiez +sciassions +sciatique +sciatiques +scimes +scit +scites +scie +sciemment +science +sciences +scient +scientifique +scientifiquement +scientifiques +scientisme +scier +sciera +scierai +scieraient +scierais +scierait +scieras +scierez +scierie +scieries +scieriez +scierions +scierons +scieront +scies +scieur +scieurs +sciez +sci +scie +scies +scis +scirent +sciiez +sciions +scinda +scindai +scindaient +scindais +scindait +scindant +scindas +scindasse +scindassent +scindasses +scindassiez +scindassions +scindmes +scindt +scindtes +scinde +scindent +scinder +scindera +scinderai +scinderaient +scinderais +scinderait +scinderas +scinderez +scinderiez +scinderions +scinderons +scinderont +scindes +scindez +scind +scinde +scindes +scinds +scindrent +scindiez +scindions +scindons +scintilla +scintillai +scintillaient +scintillais +scintillait +scintillant +scintillas +scintillasse +scintillassent +scintillasses +scintillassiez +scintillassions +scintillation +scintillations +scintillmes +scintillt +scintilltes +scintille +scintillement +scintillements +scintillent +scintiller +scintillera +scintillerai +scintilleraient +scintillerais +scintillerait +scintilleras +scintillerez +scintilleriez +scintillerions +scintillerons +scintilleront +scintilles +scintillez +scintill +scintille +scintilles +scintills +scintillrent +scintilliez +scintillions +scintillons +scion +scions +scission +scissions +scissiparit +scissiparits +scissure +scissures +sciure +sciures +sclreuse +sclreuses +sclreux +sclrosa +sclrosai +sclrosaient +sclrosais +sclrosait +sclrosant +sclrosas +sclrosasse +sclrosassent +sclrosasses +sclrosassiez +sclrosassions +sclrosmes +sclrost +sclrostes +sclrose +sclrosent +sclroser +sclrosera +sclroserai +sclroseraient +sclroserais +sclroserait +sclroseras +sclroserez +sclroseriez +sclroserions +sclroserons +sclroseront +sclroses +sclrosez +sclros +sclrose +sclroses +sclross +sclrosrent +sclrosiez +sclrosions +sclrosons +sclrotique +sclrotiques +scolaire +scolaires +scolarisa +scolarisai +scolarisaient +scolarisais +scolarisait +scolarisant +scolarisas +scolarisasse +scolarisassent +scolarisasses +scolarisassiez +scolarisassions +scolarisation +scolarisations +scolarismes +scolarist +scolaristes +scolarise +scolarisent +scolariser +scolarisera +scolariserai +scolariseraient +scolariserais +scolariserait +scolariseras +scolariserez +scolariseriez +scolariserions +scolariserons +scolariseront +scolarises +scolarisez +scolaris +scolarise +scolarises +scolariss +scolarisrent +scolarisiez +scolarisions +scolarisons +scolarit +scolarits +scolastique +scolastiquement +scolastiques +scoliose +scolioses +scolopendre +scolopendres +sconse +sconses +scooter +scooters +scorbut +score +scores +scoriac +scoriace +scoriaces +scoriacs +scorie +scories +scorpion +scorpions +scotch +scout +scoute +scoutes +scoutisme +scouts +scrabble +scribe +scribes +script +scripte +scriptes +scriptum +scrofulaire +scrofulaires +scrupule +scrupules +scrupuleuse +scrupuleusement +scrupuleuses +scrupuleux +scruta +scrutai +scrutaient +scrutais +scrutait +scrutant +scrutas +scrutasse +scrutassent +scrutasses +scrutassiez +scrutassions +scrutateur +scrutateurs +scrutatrice +scrutatrices +scrutmes +scrutt +scruttes +scrute +scrutent +scruter +scrutera +scruterai +scruteraient +scruterais +scruterait +scruteras +scruterez +scruteriez +scruterions +scruterons +scruteront +scrutes +scrutez +scrut +scrute +scrutes +scruts +scrutrent +scrutiez +scrutin +scrutins +scrutions +scrutons +sculpta +sculptai +sculptaient +sculptais +sculptait +sculptant +sculptas +sculptasse +sculptassent +sculptasses +sculptassiez +sculptassions +sculptmes +sculptt +sculpttes +sculpte +sculptent +sculpter +sculptera +sculpterai +sculpteraient +sculpterais +sculpterait +sculpteras +sculpterez +sculpteriez +sculpterions +sculpterons +sculpteront +sculptes +sculpteur +sculpteurs +sculptez +sculpt +sculpte +sculptes +sculpts +sculptrent +sculptiez +sculptions +sculptons +sculptural +sculpturale +sculpturales +sculpturaux +sculpture +sculptures +se +seau +seaux +sec +second +seconda +secondai +secondaient +secondaire +secondairement +secondaires +secondais +secondait +secondant +secondas +secondasse +secondassent +secondasses +secondassiez +secondassions +secondmes +secondt +secondtes +seconde +secondent +secondeons +seconder +secondera +seconderai +seconderaient +seconderais +seconderait +seconderas +seconderez +seconderiez +seconderions +seconderons +seconderont +secondes +secondez +second +seconde +secondes +seconds +secondrent +secondiez +secondions +secondons +seconds +secoua +secouai +secouaient +secouais +secouait +secouant +secouas +secouasse +secouassent +secouasses +secouassiez +secouassions +secoumes +secout +secoutes +secoue +secouement +secouements +secouent +secouer +secouera +secouerai +secoueraient +secouerais +secouerait +secoueras +secouerez +secoueriez +secouerions +secouerons +secoueront +secoues +secouez +secou +secoue +secoues +secous +secourent +secouiez +secouions +secouons +secourable +secourablement +secourables +secouraient +secourais +secourait +secourant +secoure +secourent +secoures +secourez +secouriez +secourions +secourir +secourisme +secouriste +secouristes +secourons +secourra +secourrai +secourraient +secourrais +secourrait +secourras +secourrez +secourriez +secourrions +secourrons +secourront +secours +secourt +secouru +secourue +secourues +secoururent +secourus +secourusse +secourussent +secourusses +secourussiez +secourussions +secourut +secourmes +secourt +secourtes +secousse +secousses +secret +secrets +secrtaire +secrtaires +secrtariat +secrtariats +secrte +secrtement +secrtes +secs +sectaire +sectaires +sectarisme +secte +sectes +secteur +secteurs +section +sectionna +sectionnai +sectionnaient +sectionnais +sectionnait +sectionnant +sectionnas +sectionnasse +sectionnassent +sectionnasses +sectionnassiez +sectionnassions +sectionnmes +sectionnt +sectionntes +sectionne +sectionnement +sectionnements +sectionnent +sectionner +sectionnera +sectionnerai +sectionneraient +sectionnerais +sectionnerait +sectionneras +sectionnerez +sectionneriez +sectionnerions +sectionnerons +sectionneront +sectionnes +sectionnez +sectionn +sectionne +sectionnes +sectionns +sectionnrent +sectionniez +sectionnions +sectionnons +sections +sectoriel +sectorielle +sectorielles +sectoriels +secundo +segment +segmenta +segmentai +segmentaient +segmentaire +segmentaires +segmentais +segmentait +segmentant +segmentas +segmentasse +segmentassent +segmentasses +segmentassiez +segmentassions +segmentmes +segmentt +segmenttes +segmente +segmentent +segmenter +segmentera +segmenterai +segmenteraient +segmenterais +segmenterait +segmenteras +segmenterez +segmenteriez +segmenterions +segmenterons +segmenteront +segmentes +segmentez +segment +segmente +segmentes +segments +segmentrent +segmentiez +segmentions +segmentons +segments +seiche +seiches +seigle +seigles +seigneur +seigneurial +seigneuriale +seigneuriales +seigneuriaux +seigneurie +seigneuries +seigneurs +sein +seine +seines +seing +seings +seins +seize +seizime +seizimement +seizimes +sel +self +sella +sellai +sellaient +sellais +sellait +sellant +sellas +sellasse +sellassent +sellasses +sellassiez +sellassions +sellmes +sellt +selltes +selle +sellent +seller +sellera +sellerai +selleraient +sellerais +sellerait +selleras +sellerez +sellerie +selleries +selleriez +sellerions +sellerons +selleront +sellers +selles +sellette +sellettes +sellez +sell +selle +selles +sells +sellrent +sellier +selliers +selliez +sellions +sellons +selon +sels +sema +semai +semaient +semailles +semaine +semaines +semais +semait +semant +semas +semasse +semassent +semasses +semassiez +semassions +semmes +semt +semtes +sembla +semblable +semblablement +semblables +semblai +semblaient +semblais +semblait +semblant +semblants +semblas +semblasse +semblassent +semblasses +semblassiez +semblassions +semblmes +semblt +sembltes +semble +semblent +sembler +semblera +semblerai +sembleraient +semblerais +semblerait +sembleras +semblerez +sembleriez +semblerions +semblerons +sembleront +sembles +semblez +sembl +semble +sembles +sembls +semblrent +sembliez +semblions +semblons +semelle +semelles +semence +semences +semer +semestre +semestres +semestriel +semestrielle +semestriellement +semestrielles +semestriels +semeur +semeurs +semeuse +semeuses +semez +sem +seme +semes +sems +semrent +semi +semiez +semions +semis +semoir +semoirs +semonce +semonces +semons +semoule +sempiternel +sempiternelle +sempiternellement +sempiternelles +sempiternels +senior +seniors +senne +sennes +sens +sensation +sensationnel +sensationnelle +sensationnelles +sensationnels +sensations +sens +sense +senses +sensment +senss +sensibilisa +sensibilisai +sensibilisaient +sensibilisais +sensibilisait +sensibilisant +sensibilisas +sensibilisasse +sensibilisassent +sensibilisasses +sensibilisassiez +sensibilisassions +sensibilisateur +sensibilisateurs +sensibilisation +sensibilisations +sensibilisatrice +sensibilisatrices +sensibilismes +sensibilist +sensibilistes +sensibilise +sensibilisent +sensibiliser +sensibilisera +sensibiliserai +sensibiliseraient +sensibiliserais +sensibiliserait +sensibiliseras +sensibiliserez +sensibiliseriez +sensibiliserions +sensibiliserons +sensibiliseront +sensibilises +sensibilisez +sensibilis +sensibilise +sensibilises +sensibiliss +sensibilisrent +sensibilisiez +sensibilisions +sensibilisons +sensibilit +sensibilits +sensible +sensiblement +sensiblerie +sensibleries +sensibles +sensitif +sensitifs +sensitive +sensitives +sensoriel +sensorielle +sensorielles +sensoriels +sensualisme +sensualismes +sensualit +sensualits +sensuel +sensuelle +sensuellement +sensuelles +sensuels +sent +sentaient +sentais +sentait +sentant +sente +sentence +sentences +sentencieuse +sentencieusement +sentencieuses +sentencieux +sentent +senteront +sentes +senteur +senteurs +sentez +senti +sentie +sentier +sentiers +senties +sentiez +sentiment +sentimental +sentimentale +sentimentalement +sentimentales +sentimentalisme +sentimentalit +sentimentalits +sentimentaux +sentiments +sentinelle +sentinelles +sentions +sentir +sentira +sentirai +sentiraient +sentirais +sentirait +sentiras +sentirent +sentirez +sentiriez +sentirions +sentirons +sentiront +sentis +sentisse +sentissent +sentisses +sentissiez +sentissions +sentit +sentmes +sentt +senttes +sentons +seoir +sep +seps +sept +septante +septembre +septembres +septennal +septennale +septennales +septennat +septennats +septennaux +septentrion +septentrional +septentrionale +septentrionales +septentrionaux +septentrions +septicmie +septime +septimement +septimes +septique +septiques +septuagnaire +septuagnaires +septuple +septuples +sequin +sequins +sera +serai +seraient +serais +serait +seras +serbe +serbes +serbie +serbo +serein +sereine +sereinement +sereines +sereins +serez +serf +serfs +serge +sergent +sergents +seriez +serin +serina +serinai +serinaient +serinais +serinait +serinant +serinas +serinasse +serinassent +serinasses +serinassiez +serinassions +serinmes +serint +serintes +serine +serinent +seriner +serinera +serinerai +serineraient +serinerais +serinerait +serineras +serinerez +serineriez +serinerions +serinerons +serineront +serines +serinez +serin +serine +serines +serins +serinrent +seringa +seringas +seringat +seringats +seringue +seringues +seriniez +serinions +serinons +serins +serions +serment +serments +sermon +sermonna +sermonnai +sermonnaient +sermonnais +sermonnait +sermonnant +sermonnas +sermonnasse +sermonnassent +sermonnasses +sermonnassiez +sermonnassions +sermonnmes +sermonnt +sermonntes +sermonne +sermonnent +sermonner +sermonnera +sermonnerai +sermonneraient +sermonnerais +sermonnerait +sermonneras +sermonnerez +sermonneriez +sermonnerions +sermonnerons +sermonneront +sermonnes +sermonneur +sermonneurs +sermonneuse +sermonneuses +sermonnez +sermonn +sermonne +sermonnes +sermonns +sermonnrent +sermonniez +sermonnions +sermonnons +sermons +serons +seront +serpe +serpent +serpenta +serpentai +serpentaient +serpentais +serpentait +serpentant +serpentas +serpentasse +serpentassent +serpentasses +serpentassiez +serpentassions +serpentmes +serpentt +serpenttes +serpente +serpentent +serpenter +serpentera +serpenterai +serpenteraient +serpenterais +serpenterait +serpenteras +serpenterez +serpenteriez +serpenterions +serpenterons +serpenteront +serpentes +serpentez +serpent +serpente +serpentes +serpents +serpentrent +serpentiez +serpentin +serpentine +serpentins +serpentions +serpentons +serpents +serpes +serpette +serpettes +serpillre +serpillres +serpolet +serpolets +serra de serrer +serrage +serrages +serrai de serrer +serraient de serrer +serrais de serrer +serrait de serrer +serrant +serras de serrer +serrasse +serrassent +serrasses +serrassiez +serrassions +serrmes +serrt +serrtes +serre +serrement +serrements +serrent +serrer +serrera +serrerai +serreraient +serrerais +serrerait +serreras +serrerez +serreriez +serrerions +serrerons +serreront +serres +serrez de serrer +serr +serre +serres +serrs +serrrent +serriez de serrer +serrions de serrer +serrons de serrer +serrure +serrurerie +serrureries +serrures +serrurier +serruriers +sers +sert +serti +sertie +serties +sertir +sertira +sertirai +sertiraient +sertirais +sertirait +sertiras +sertirent +sertirez +sertiriez +sertirions +sertirons +sertiront +sertis +sertissage +sertissages +sertissaient +sertissais +sertissait +sertissant +sertisse +sertissent +sertisses +sertisseur +sertisseurs +sertissez +sertissiez +sertissions +sertissons +sertissure +sertissures +sertit +sertmes +sertt +serttes +servage +servages +servaient +servais +servait +servant +servante +servantes +servants +serve +servent +serves +serveur +serveurs +serveuse +serveuses +servez +serv +servi +serviabilit +serviabilits +serviable +serviablement +serviables +service +services +servie +servies +serviette +serviettes +serviez +servile +servilement +serviles +servilit +servilits +servions +servir +servira +servirai +serviraient +servirais +servirait +serviras +servirent +servirez +serviriez +servirions +servirons +serviront +servis +servisse +servissent +servisses +servissiez +servissions +servit +serviteur +serviteurs +servitude +servitudes +servmes +servt +servtes +servofrein +servofreins +servomoteur +servomoteurs +servons +ses +sesqui +sesquioxyde +sesquioxydes +session +sessions +set +sets +setter +setters +seuil +seuils +seul +seule +seulement +seules +seuls +sevra +sevrage +sevrages +sevrai +sevraient +sevrais +sevrait +sevrant +sevras +sevrasse +sevrassent +sevrasses +sevrassiez +sevrassions +sevrmes +sevrt +sevrtes +sevre +sevrent +sevrer +sevrera +sevrerai +sevreraient +sevrerais +sevrerait +sevreras +sevrerez +sevreriez +sevrerions +sevrerons +sevreront +sevres +sevrez +sevr +sevre +sevres +sevrs +sevrrent +sevriez +sevrions +sevrons +sexagnaire +sexagnaires +sexagsimal +sexagsimale +sexagsimales +sexagsimaux +sexe +sexes +sexisme +sexismes +sexologie +sexologue +sexologues +sextant +sextants +sexto +sextupla +sextuplai +sextuplaient +sextuplais +sextuplait +sextuplant +sextuplas +sextuplasse +sextuplassent +sextuplasses +sextuplassiez +sextuplassions +sextuplmes +sextuplt +sextupltes +sextuple +sextuplent +sextupler +sextuplera +sextuplerai +sextupleraient +sextuplerais +sextuplerait +sextupleras +sextuplerez +sextupleriez +sextuplerions +sextuplerons +sextupleront +sextuples +sextuplez +sextupl +sextuple +sextuples +sextupls +sextuplrent +sextupliez +sextuplions +sextuplons +sexualit +sexualits +sexuel +sexuelle +sexuellement +sexuelles +sexuels +seyaient +seyait +seyant +seyante +seyantes +seyants +sance +sances +sant +sante +santes +sants +sbac +sbace +sbaces +sbacs +sbile +sbiles +sborrhe +sbum +scant +scante +scantes +scants +scateur +scateurs +scession +scessionniste +scessionnistes +scessions +scha +schage +schages +schai +schaient +schais +schait +schant +schas +schasse +schassent +schasses +schassiez +schassions +schmes +scht +schtes +scher +schera +scherai +scheraient +scherais +scherait +scheras +scheresse +scheresses +scherez +scherie +scheries +scheriez +scherions +scherons +scheront +schez +sch +sche +sches +schs +schrent +schiez +schions +schoir +schoirs +schons +scrta +scrtai +scrtaient +scrtais +scrtait +scrtant +scrtas +scrtasse +scrtassent +scrtasses +scrtassiez +scrtassions +scrtmes +scrtt +scrttes +scrter +scrtera +scrterai +scrteraient +scrterais +scrterait +scrteras +scrterez +scrteriez +scrterions +scrterons +scrteront +scrteur +scrteurs +scrteuse +scrteuses +scrtez +scrt +scrte +scrtes +scrts +scrtrent +scrtiez +scrtion +scrtions +scrtons +scrtrice +scrtrices +scrte +scrtent +scrtes +sculaire +sculaires +scularisa +scularisai +scularisaient +scularisais +scularisait +scularisant +scularisas +scularisasse +scularisassent +scularisasses +scularisassiez +scularisassions +scularisation +scularisations +scularismes +scularist +scularistes +scularise +scularisent +sculariser +scularisera +sculariserai +sculariseraient +sculariserais +sculariserait +sculariseras +sculariserez +sculariseriez +sculariserions +sculariserons +sculariseront +scularises +scularisez +scularis +scularise +scularises +sculariss +scularisrent +scularisiez +scularisions +scularisons +sculier +sculiers +sculire +sculires +scurit +scurits +sdatif +sdatifs +sdation +sdations +sdative +sdatives +sdentaire +sdentaires +sdentarisation +sdentarisations +sdentarit +sdentarits +sdiment +sdimentaire +sdimentaires +sdimentation +sdimentations +sdiments +sditieuse +sditieusement +sditieuses +sditieux +sdition +sditions +sducteur +sducteurs +sduction +sductions +sductrice +sductrices +sduira +sduirai +sduiraient +sduirais +sduirait +sduiras +sduire +sduirez +sduiriez +sduirions +sduirons +sduiront +sduis +sduisaient +sduisais +sduisait +sduisant +sduisante +sduisantes +sduisants +sduise +sduisent +sduises +sduisez +sduisiez +sduisions +sduisirent +sduisis +sduisisse +sduisissent +sduisisses +sduisissiez +sduisissions +sduisit +sduismes +sduist +sduistes +sduisons +sduit +sduite +sduites +sduits +sgrgation +sgrgationnisme +sgrgations +side +sides +sisme +sismes +sismographe +sismographes +sjour +sjourna +sjournai +sjournaient +sjournais +sjournait +sjournant +sjournas +sjournasse +sjournassent +sjournasses +sjournassiez +sjournassions +sjournmes +sjournt +sjourntes +sjourne +sjournent +sjourner +sjournera +sjournerai +sjourneraient +sjournerais +sjournerait +sjourneras +sjournerez +sjourneriez +sjournerions +sjournerons +sjourneront +sjournes +sjournez +sjourn +sjourne +sjournes +sjourns +sjournrent +sjourniez +sjournions +sjournons +sjours +slect +slecte +slectes +slecteur +slecteurs +slectif +slectifs +slection +slectionna +slectionnai +slectionnaient +slectionnais +slectionnait +slectionnant +slectionnas +slectionnasse +slectionnassent +slectionnasses +slectionnassiez +slectionnassions +slectionnmes +slectionnt +slectionntes +slectionne +slectionnent +slectionner +slectionnera +slectionnerai +slectionneraient +slectionnerais +slectionnerait +slectionneras +slectionnerez +slectionneriez +slectionnerions +slectionnerons +slectionneront +slectionnes +slectionnez +slectionn +slectionne +slectionnes +slectionns +slectionnrent +slectionniez +slectionnions +slectionnons +slections +slective +slectives +slectivit +slects +slnium +slnographie +smantique +smantiques +smaphore +smaphores +smillant +smillante +smillantes +smillants +sminaire +sminaires +sminal +sminale +sminales +sminariste +sminaristes +sminaux +smite +smites +smitique +smitiques +snat +snateur +snateurs +snatorial +snatoriale +snatoriales +snatoriaux +snats +snescence +snescences +snev +snevs +sn +snchal +snchaux +sngal +sngalais +sngalaise +sngalaises +sns +snile +sniles +snilit +snilits +spale +spales +spara +sparable +sparables +sparai +sparaient +sparais +sparait +sparant +sparas +sparasse +sparassent +sparasses +sparassiez +sparassions +sparateur +sparateurs +sparation +sparations +sparatisme +sparatiste +sparatistes +sparatrice +sparatrices +sparmes +spart +spartes +spare +sparent +sparer +sparera +sparerai +spareraient +sparerais +sparerait +spareras +sparerez +spareriez +sparerions +sparerons +spareront +spares +sparez +spar +spare +spares +sparment +spars +sparrent +spariez +sparions +sparons +spia +spias +spulcral +spulcrale +spulcrales +spulcraux +spulcre +spulcres +spulture +spultures +squelle +squelles +squence +squences +squestra +squestrai +squestraient +squestrais +squestrait +squestrant +squestras +squestrasse +squestrassent +squestrasses +squestrassiez +squestrassions +squestration +squestrations +squestrmes +squestrt +squestrtes +squestre +squestrent +squestrer +squestrera +squestrerai +squestreraient +squestrerais +squestrerait +squestreras +squestrerez +squestreriez +squestrerions +squestrerons +squestreront +squestres +squestrez +squestr +squestre +squestres +squestrs +squestrrent +squestriez +squestrions +squestrons +squoia +squoias +srac +sracs +srail +srails +sraphin +sraphins +sraphique +sraphiques +sreuse +sreuses +sreux +srnade +srnades +srnit +srnits +sria +sriai +sriaient +sriais +sriait +sriant +srias +sriasse +sriassent +sriasses +sriassiez +sriassions +srimes +srit +srites +sriculture +srie +srient +srier +sriera +srierai +srieraient +srierais +srierait +srieras +srierez +srieriez +srierions +srierons +srieront +sries +srieuse +srieusement +srieuses +srieux +sriez +sri +srie +sries +sris +srirent +srigraphie +sriiez +sriions +srions +srique +sriques +srologique +srologiques +srosit +srosits +srothrapie +srum +srums +ssame +ssames +svrit +svrits +svre +svrement +svres +svi +svices +svie +svies +svir +svira +svirai +sviraient +svirais +svirait +sviras +svirent +svirez +sviriez +svirions +svirons +sviront +svis +svissaient +svissais +svissait +svissant +svisse +svissent +svisses +svissez +svissiez +svissions +svissons +svit +svmes +svt +svtes +sche +schement +schent +sches +sme +sment +smera +smerai +smeraient +smerais +smerait +smeras +smerez +smeriez +smerions +smerons +smeront +smes +sve +sves +svres +shah +shahs +shaker +shakers +shakespearien +shakespearienne +shakespeariennes +shakespeariens +shako +shakos +shampooing +shampooings +shrif +shrifs +shilling +shillings +shintosme +shirt +shirts +short +shorts +shunt +shunts +si +siamois +siamoise +siamoises +sibrie +sibrien +sibrienne +sibriennes +sibriens +sibylle +sibylles +sibyllin +sibylline +sibyllines +sibyllins +sic +siccatif +siccatifs +siccative +siccatives +sicile +sicilien +sicilienne +siciliennes +siciliens +sida +side +sidra +sidrai +sidraient +sidrais +sidrait +sidral +sidrale +sidrales +sidrant +sidrante +sidrantes +sidrants +sidras +sidrasse +sidrassent +sidrasses +sidrassiez +sidrassions +sidraux +sidrmes +sidrt +sidrtes +sidrer +sidrera +sidrerai +sidreraient +sidrerais +sidrerait +sidreras +sidrerez +sidreriez +sidrerions +sidrerons +sidreront +sidrez +sidr +sidre +sidres +sidrs +sidrrent +sidriez +sidrions +sidrons +sidrurgie +sidrurgique +sidrurgiques +sidre +sidrent +sidres +sied +sien +sienne +siennes +siens +sieste +siestes +sieur +sieurs +sid +sie +sient +sigeant +siger +sira +siraient +sirait +siront +sicle +sicles +sige +sigea +sigeai +sigeaient +sigeais +sigeait +sigeant +sigeas +sigeasse +sigeassent +sigeasses +sigeassiez +sigeassions +sigemes +siget +sigetes +sigent +sigeons +siger +sigera +sigerai +sigeraient +sigerais +sigerait +sigeras +sigerez +sigeriez +sigerions +sigerons +sigeront +siges +sigez +sig +sige +siges +sigs +sigrent +sigiez +sigions +siffla +sifflai +sifflaient +sifflais +sifflait +sifflant +sifflas +sifflasse +sifflassent +sifflasses +sifflassiez +sifflassions +sifflmes +sifflt +siffltes +siffle +sifflement +sifflements +sifflent +siffler +sifflera +sifflerai +siffleraient +sifflerais +sifflerait +siffleras +sifflerez +siffleriez +sifflerions +sifflerons +siffleront +siffles +sifflet +sifflets +siffleur +siffleurs +siffleuse +siffleuses +sifflez +siffl +siffle +siffles +siffls +sifflrent +siffliez +sifflions +sifflons +sifflota +sifflotai +sifflotaient +sifflotais +sifflotait +sifflotant +sifflotas +sifflotasse +sifflotassent +sifflotasses +sifflotassiez +sifflotassions +sifflotmes +sifflott +sifflottes +sifflote +sifflotent +siffloter +sifflotera +siffloterai +siffloteraient +siffloterais +siffloterait +siffloteras +siffloterez +siffloteriez +siffloterions +siffloterons +siffloteront +sifflotes +sifflotez +sifflot +sifflote +sifflotes +sifflots +sifflotrent +sifflotiez +sifflotions +sifflotons +sigill +sigille +sigilles +sigills +sigillographie +sigle +sigles +sigma +signa +signai +signaient +signais +signait +signal +signala +signalai +signalaient +signalais +signalait +signalant +signalas +signalasse +signalassent +signalasses +signalassiez +signalassions +signalmes +signalt +signaltes +signale +signalement +signalements +signalent +signaler +signalera +signalerai +signaleraient +signalerais +signalerait +signaleras +signalerez +signaleriez +signalerions +signalerons +signaleront +signales +signalez +signal +signale +signales +signals +signaltique +signaltiques +signalrent +signaliez +signalions +signalisation +signalisations +signalons +signas +signasse +signassent +signasses +signassiez +signassions +signataire +signataires +signature +signatures +signaux +signmes +signt +signtes +signe +signent +signer +signera +signerai +signeraient +signerais +signerait +signeras +signerez +signeriez +signerions +signerons +signeront +signes +signet +signets +signez +sign +signe +signes +signs +signrent +signiez +signifia +signifiai +signifiaient +signifiais +signifiait +signifiant +signifias +signifiasse +signifiassent +signifiasses +signifiassiez +signifiassions +signifimes +signifit +signifites +significatif +significatifs +signification +significations +significative +significativement +significatives +signifie +signifient +signifier +signifiera +signifierai +signifieraient +signifierais +signifierait +signifieras +signifierez +signifieriez +signifierions +signifierons +signifieront +signifies +signifiez +signifi +signifie +signifies +signifis +signifirent +signifiiez +signifiions +signifions +signions +signons +silence +silences +silencieuse +silencieusement +silencieuses +silencieux +silex +silhouette +silhouettes +silicate +silicates +silice +siliceuse +siliceuses +siliceux +silicium +silicone +silicones +silicose +silique +siliques +sillage +sillages +sillon +sillonna +sillonnai +sillonnaient +sillonnais +sillonnait +sillonnant +sillonnas +sillonnasse +sillonnassent +sillonnasses +sillonnassiez +sillonnassions +sillonnmes +sillonnt +sillonntes +sillonne +sillonnent +sillonner +sillonnera +sillonnerai +sillonneraient +sillonnerais +sillonnerait +sillonneras +sillonnerez +sillonneriez +sillonnerions +sillonnerons +sillonneront +sillonnes +sillonnez +sillonn +sillonne +sillonnes +sillonns +sillonnrent +sillonniez +sillonnions +sillonnons +sillons +silo +silos +silure +silures +silurien +silurienne +siluriennes +siluriens +simagres +simarre +simarres +simiesque +simiesques +similaire +similaires +simili +similigravure +similis +similitude +similitudes +simon +simonie +simonien +simonienne +simoniennes +simoniens +simonies +simonisme +simoun +simouns +simple +simplement +simples +simplet +simplets +simplette +simplettes +simplicit +simplicits +simplifia +simplifiai +simplifiaient +simplifiais +simplifiait +simplifiant +simplifias +simplifiasse +simplifiassent +simplifiasses +simplifiassiez +simplifiassions +simplifimes +simplifit +simplifites +simplificateur +simplificateurs +simplification +simplifications +simplificatrice +simplificatrices +simplifie +simplifient +simplifier +simplifiera +simplifierai +simplifieraient +simplifierais +simplifierait +simplifieras +simplifierez +simplifieriez +simplifierions +simplifierons +simplifieront +simplifies +simplifiez +simplifi +simplifie +simplifies +simplifis +simplifirent +simplifiiez +simplifiions +simplifions +simpliste +simplistes +simula +simulacre +simulacres +simulai +simulaient +simulais +simulait +simulant +simulas +simulasse +simulassent +simulasses +simulassiez +simulassions +simulateur +simulateurs +simulation +simulations +simulatrice +simulatrices +simulmes +simult +simultes +simule +simulent +simuler +simulera +simulerai +simuleraient +simulerais +simulerait +simuleras +simulerez +simuleriez +simulerions +simulerons +simuleront +simules +simulesz +simul +simule +simules +simuls +simulrent +simuliez +simulions +simulons +simultan +simultane +simultanes +simultanit +simultanits +simultanment +simultans +sinapisme +sinapismes +sincrit +sincrits +sincre +sincrement +sincres +sinciput +sinciputs +sine +sincure +sincures +singe +singea +singeai +singeaient +singeais +singeait +singeant +singeas +singeasse +singeassent +singeasses +singeassiez +singeassions +singemes +singet +singetes +singent +singeons +singer +singera +singerai +singeraient +singerais +singerait +singeras +singerez +singerie +singeries +singeriez +singerions +singerons +singeront +singes +singez +sing +singe +singes +sings +singrent +singiez +singions +single +singularisa +singularisai +singularisaient +singularisais +singularisait +singularisant +singularisas +singularisasse +singularisassent +singularisasses +singularisassiez +singularisassions +singularismes +singularist +singularistes +singularise +singularisent +singulariser +singularisera +singulariserai +singulariseraient +singulariserais +singulariserait +singulariseras +singulariserez +singulariseriez +singulariserions +singulariserons +singulariseront +singularises +singularisez +singularis +singularise +singularises +singulariss +singularisrent +singularisiez +singularisions +singularisons +singularit +singularits +singulier +singuliers +singulire +singulirement +singulires +sinistre +sinistrement +sinistres +sinistr +sinistre +sinistres +sinistrs +sinologue +sinologues +sinon +sinueuse +sinueuses +sinueux +sinuosit +sinuosits +sinus +sinusite +sinusites +sinusode +sinusodes +sionisme +sioniste +sionistes +siphon +siphons +sire +sires +sirne +sirnes +sirocco +siroccos +sirop +sirops +sirota +sirotai +sirotaient +sirotais +sirotait +sirotant +sirotas +sirotasse +sirotassent +sirotasses +sirotassiez +sirotassions +sirotmes +sirott +sirottes +sirote +sirotent +siroter +sirotera +siroterai +siroteraient +siroterais +siroterait +siroteras +siroterez +siroteriez +siroterions +siroterons +siroteront +sirotes +sirotez +sirot +sirote +sirotes +sirots +sirotrent +sirotiez +sirotions +sirotons +sirupeuse +sirupeuses +sirupeux +sis +sisal +sise +sises +sismique +sismiques +sismographe +sismographes +site +sites +sitt +situ +situa +situai +situaient +situais +situait +situant +situas +situasse +situassent +situasses +situassiez +situassions +situation +situations +situmes +situt +situtes +situe +situent +situer +situera +situerai +situeraient +situerais +situerait +situeras +situerez +situeriez +situerions +situerons +situeront +situes +situez +situ +situe +situes +situs +siturent +situiez +situions +situons +six +sixain +sixains +sixime +siximement +siximes +sixte +sixtes +sizain +sizains +sketch +sketches +ski +skia +skiai +skiaient +skiais +skiait +skiant +skias +skiasse +skiassent +skiasses +skiassiez +skiassions +skimes +skit +skites +skie +skient +skier +skiera +skierai +skieraient +skierais +skierait +skieras +skierez +skieriez +skierions +skierons +skieront +skies +skieur +skieurs +skieuse +skieuses +skiez +ski +skie +skies +skis +skirent +skiff +skiffs +skiiez +skiions +skions +skis +skunks +slalom +slaloms +slave +slaves +slip +slips +slogan +slogans +smala +smalah +smalt +smic +smig +smoking +smokings +snack +snacks +snob +snoba +snobai +snobaient +snobais +snobait +snobant +snobas +snobasse +snobassent +snobasses +snobassiez +snobassions +snobmes +snobt +snobtes +snobe +snobent +snober +snobera +snoberai +snoberaient +snoberais +snoberait +snoberas +snoberez +snoberiez +snoberions +snoberons +snoberont +snobes +snobez +snob +snobe +snobes +snobs +snobrent +snobiez +snobions +snobisme +snobons +snobs +sobre +sobrement +sobres +sobrit +sobriquet +sobriquets +soc +sociabilit +sociabilits +sociable +sociables +social +sociale +socialement +sociales +socialisa +socialisai +socialisaient +socialisais +socialisait +socialisant +socialisas +socialisasse +socialisassent +socialisasses +socialisassiez +socialisassions +socialisation +socialisations +socialismes +socialist +socialistes +socialise +socialisent +socialiser +socialisera +socialiserai +socialiseraient +socialiserais +socialiserait +socialiseras +socialiserez +socialiseriez +socialiserions +socialiserons +socialiseront +socialises +socialisez +socialis +socialise +socialises +socialiss +socialisrent +socialisiez +socialisions +socialisme +socialisons +socialiste +socialistes +sociaux +socitaire +socitaires +socitariat +socit +socits +sociologie +sociologique +sociologiquement +sociologiques +sociologue +sociologues +socle +socles +socque +socques +socrate +socratique +socratiques +socs +soda +sod +sode +sodes +sods +sodique +sodiques +sodium +soeur +soeurette +soeurettes +soeurs +sofa +sofas +soi +soie +soient +soierie +soieries +soif +soifs +soigna +soignai +soignaient +soignais +soignait +soignant +soignante +soignantes +soignants +soignas +soignasse +soignassent +soignasses +soignassiez +soignassions +soignmes +soignt +soigntes +soigne +soignent +soigner +soignera +soignerai +soigneraient +soignerais +soignerait +soigneras +soignerez +soigneriez +soignerions +soignerons +soigneront +soignes +soigneur +soigneurs +soigneuse +soigneusement +soigneuses +soigneux +soignez +soign +soigne +soignes +soigns +soignrent +soigniez +soignions +soignons +soin +soins +soir +soire +soires +soirs +sois +soit +soixantaine +soixantaines +soixante +soixantime +soixantimes +soja +sol +solaire +solaires +solanaces +solarium +solariums +solda +soldai +soldaient +soldais +soldait +soldant +soldas +soldasse +soldassent +soldasses +soldassiez +soldassions +soldat +soldatesque +soldatesques +soldats +soldmes +soldt +soldtes +solde +soldent +solder +soldera +solderai +solderaient +solderais +solderait +solderas +solderez +solderiez +solderions +solderons +solderont +soldes +soldeur +soldeurs +soldeuse +soldeuses +soldez +sold +solde +soldes +solds +soldrent +soldiez +soldions +soldons +sole +soleil +soleils +solen +solennel +solennelle +solennellement +solennelles +solennels +solennisa +solennisai +solennisaient +solennisais +solennisait +solennisant +solennisas +solennisasse +solennisassent +solennisasses +solennisassiez +solennisassions +solennismes +solennist +solennistes +solennise +solennisent +solenniser +solennisera +solenniserai +solenniseraient +solenniserais +solenniserait +solenniseras +solenniserez +solenniseriez +solenniserions +solenniserons +solenniseront +solennises +solennisez +solennis +solennise +solennises +solenniss +solennisrent +solennisiez +solennisions +solennisons +solennit +solennits +solens +soles +solcisme +solcismes +solnode +solnodes +solfatare +solfatares +solfge +solfia +solfiai +solfiaient +solfiais +solfiait +solfiant +solfias +solfiasse +solfiassent +solfiasses +solfiassiez +solfiassions +solfimes +solfit +solfites +solfie +solfient +solfier +solfiera +solfierai +solfieraient +solfierais +solfierait +solfieras +solfierez +solfieriez +solfierions +solfierons +solfieront +solfies +solfiez +solfi +solfie +solfies +solfis +solfirent +solfiiez +solfiions +solfions +solidaire +solidairement +solidaires +solidarisa +solidarisai +solidarisaient +solidarisais +solidarisait +solidarisant +solidarisas +solidarisasse +solidarisassent +solidarisasses +solidarisassiez +solidarisassions +solidarismes +solidarist +solidaristes +solidarise +solidarisent +solidariser +solidarisera +solidariserai +solidariseraient +solidariserais +solidariserait +solidariseras +solidariserez +solidariseriez +solidariserions +solidariserons +solidariseront +solidarises +solidarisez +solidaris +solidarise +solidarises +solidariss +solidarisrent +solidarisiez +solidarisions +solidarisons +solidarit +solidarits +solide +solidement +solides +solidifia +solidifiai +solidifiaient +solidifiais +solidifiait +solidifiant +solidifias +solidifiasse +solidifiassent +solidifiasses +solidifiassiez +solidifiassions +solidifimes +solidifit +solidifites +solidification +solidifications +solidifie +solidifient +solidifier +solidifiera +solidifierai +solidifieraient +solidifierais +solidifierait +solidifieras +solidifierez +solidifieriez +solidifierions +solidifierons +solidifieront +solidifies +solidifiez +solidifi +solidifie +solidifies +solidifis +solidifirent +solidifiiez +solidifiions +solidifions +solidit +solidits +soliloque +soliloques +solipde +solipdes +soliste +solistes +solitaire +solitairement +solitaires +solitude +solitudes +solive +solives +sollicita +sollicitai +sollicitaient +sollicitais +sollicitait +sollicitant +sollicitas +sollicitasse +sollicitassent +sollicitasses +sollicitassiez +sollicitassions +sollicitation +sollicitations +sollicitmes +sollicitt +sollicittes +sollicite +sollicitent +solliciter +sollicitera +solliciterai +solliciteraient +solliciterais +solliciterait +solliciteras +solliciterez +solliciteriez +solliciterions +solliciterons +solliciteront +sollicites +solliciteur +solliciteurs +solliciteuse +solliciteuses +sollicitez +sollicit +sollicite +sollicites +sollicitrent +sollicitiez +sollicitions +sollicitons +sollicitude +sollicitudes +solo +sologne +solognot +solognote +solognotes +solognots +solos +sols +solstice +solstices +solubilit +solubilits +soluble +solubles +solution +solutions +solvabilit +solvabilits +solvable +solvables +solvant +solvants +somatique +somatiques +sombra +sombrai +sombraient +sombrais +sombrait +sombrant +sombras +sombrasse +sombrassent +sombrasses +sombrassiez +sombrassions +sombrmes +sombrt +sombrtes +sombre +sombrement +sombrent +sombrer +sombrera +sombrerai +sombreraient +sombrerais +sombrerait +sombreras +sombrerez +sombreriez +sombrerions +sombrerons +sombreront +sombres +sombrez +sombr +sombre +sombres +sombrs +sombrrent +sombriez +sombrions +sombrons +somma +sommai +sommaient +sommaire +sommairement +sommaires +sommais +sommait +sommant +sommas +sommasse +sommassent +sommasses +sommassiez +sommassions +sommation +sommations +sommmes +sommt +sommtes +somme +sommeil +sommeilla +sommeillai +sommeillaient +sommeillais +sommeillait +sommeillant +sommeillas +sommeillasse +sommeillassent +sommeillasses +sommeillassiez +sommeillassions +sommeillmes +sommeillt +sommeilltes +sommeille +sommeillent +sommeiller +sommeillera +sommeillerai +sommeilleraient +sommeillerais +sommeillerait +sommeilleras +sommeillerez +sommeilleriez +sommeillerions +sommeillerons +sommeilleront +sommeilles +sommeillez +sommeill +sommeille +sommeilles +sommeills +sommeillrent +sommeilliez +sommeillions +sommeillons +sommeils +sommelier +sommeliers +somment +sommer +sommera +sommerai +sommeraient +sommerais +sommerait +sommeras +sommerez +sommeriez +sommerions +sommerons +sommeront +sommes +sommet +sommets +sommez +somm +somme +sommes +somms +sommrent +sommier +sommiers +sommiez +sommions +sommit +sommits +sommons +somnambule +somnambules +somnambulisme +somnambulismes +somnifre +somnifres +somnola +somnolai +somnolaient +somnolais +somnolait +somnolant +somnolas +somnolasse +somnolassent +somnolasses +somnolassiez +somnolassions +somnolmes +somnolt +somnoltes +somnole +somnolence +somnolences +somnolent +somnolente +somnolentes +somnolents +somnoler +somnolera +somnolerai +somnoleraient +somnolerais +somnolerait +somnoleras +somnolerez +somnoleriez +somnolerions +somnolerons +somnoleront +somnoles +somnolez +somnol +somnole +somnoles +somnols +somnolrent +somnoliez +somnolions +somnolons +somptuaire +somptuaires +somptueuse +somptueusement +somptueuses +somptueux +somptuosit +somptuosits +son +sonate +sonates +sonda +sondage +sondages +sondai +sondaient +sondais +sondait +sondant +sondas +sondasse +sondassent +sondasses +sondassiez +sondassions +sondmes +sondt +sondtes +sonde +sondent +sonder +sondera +sonderai +sonderaient +sonderais +sonderait +sonderas +sonderez +sonderiez +sonderions +sonderons +sonderont +sondes +sondeur +sondeurs +sondez +sond +sonde +sondes +sonds +sondrent +sondiez +sondions +sondons +songe +songea +songeai +songeaient +songeais +songeait +songeant +songeas +songeasse +songeassent +songeasses +songeassiez +songeassions +songemes +songet +songetes +songent +songeons +songer +songera +songerai +songeraient +songerais +songerait +songeras +songerez +songerie +songeries +songeriez +songerions +songerons +songeront +songes +songeur +songeurs +songeuse +songeuses +songez +song +songe +songes +songs +songrent +songiez +songions +sonna +sonnai +sonnaient +sonnais +sonnait +sonnant +sonnante +sonnantes +sonnants +sonnas +sonnasse +sonnassent +sonnasses +sonnassiez +sonnassions +sonnmes +sonnt +sonntes +sonne +sonnent +sonner +sonnera +sonnerai +sonneraient +sonnerais +sonnerait +sonneras +sonnerez +sonnerie +sonneries +sonneriez +sonnerions +sonnerons +sonneront +sonnes +sonnet +sonnets +sonnette +sonnettes +sonneur +sonneurs +sonnez +sonn +sonne +sonnes +sonns +sonnrent +sonniez +sonnions +sonnons +sono +sonore +sonores +sonorisa +sonorisai +sonorisaient +sonorisais +sonorisait +sonorisant +sonorisas +sonorisasse +sonorisassent +sonorisasses +sonorisassiez +sonorisassions +sonorisation +sonorisations +sonorismes +sonorist +sonoristes +sonorise +sonorisent +sonoriser +sonorisera +sonoriserai +sonoriseraient +sonoriserais +sonoriserait +sonoriseras +sonoriserez +sonoriseriez +sonoriserions +sonoriserons +sonoriseront +sonorises +sonorisez +sonoris +sonorise +sonorises +sonoriss +sonorisrent +sonorisiez +sonorisions +sonorisons +sonorit +sonorits +sons +sont +sophisme +sophismes +sophiste +sophistes +sophistication +sophistications +sophistiqu +sophistique +sophistiques +sophistiqus +soporofique +soporofiques +soprano +sopranos +sorbet +sorbetire +sorbetires +sorbets +sorbier +sorbiers +sorcellerie +sorcelleries +sorcier +sorciers +sorcire +sorcires +sordide +sordidement +sordides +sorgho +sornette +sornettes +sors +sort +sortable +sortables +sortaient +sortais +sortait +sortant +sortante +sortantes +sortants +sorte +sortent +sortes +sortez +sorti +sortie +sorties +sortiez +sortilge +sortilges +sortions +sortir +sortira +sortirai +sortiraient +sortirais +sortirait +sortiras +sortirent +sortirez +sortiriez +sortirions +sortirons +sortiront +sortis +sortisse +sortissent +sortisses +sortissiez +sortissions +sortit +sortmes +sortt +sorttes +sortons +sorts +sos +sosie +sosies +sot +sots +sotte +sottement +sottes +sottise +sottises +sottisier +sottisiers +sou +soubassement +soubassements +soubresaut +soubresauts +soubrette +soubrettes +souche +souches +souci +soucia +souciai +souciaient +souciais +souciait +souciant +soucias +souciasse +souciassent +souciasses +souciassiez +souciassions +soucimes +soucit +soucites +soucie +soucient +soucier +souciera +soucierai +soucieraient +soucierais +soucierait +soucieras +soucierez +soucieriez +soucierions +soucierons +soucieront +soucies +soucieuse +soucieuses +soucieux +souciez +souci +soucie +soucies +soucis +soucirent +souciiez +souciions +soucions +soucis +soucoupe +soucoupes +souda +soudage +soudages +soudai +soudaient +soudain +soudaine +soudainement +soudaines +soudainet +soudainets +soudains +soudais +soudait +soudan +soudanais +soudanaise +soudanaises +soudanien +soudanienne +soudaniennes +soudaniens +soudant +soudard +soudards +soudas +soudasse +soudassent +soudasses +soudassiez +soudassions +soudmes +soudt +soudtes +soude +soudent +souder +soudera +souderai +souderaient +souderais +souderait +souderas +souderez +souderiez +souderions +souderons +souderont +soudes +soudeur +soudeurs +soudeuse +soudeuses +soudez +soud +soude +soudes +souds +soudrent +soudiez +soudions +soudoie +soudoient +soudoiera +soudoierai +soudoieraient +soudoierais +soudoierait +soudoieras +soudoierez +soudoieriez +soudoierions +soudoierons +soudoieront +soudoies +soudons +soudoya +soudoyai +soudoyaient +soudoyais +soudoyait +soudoyant +soudoyas +soudoyasse +soudoyassent +soudoyasses +soudoyassiez +soudoyassions +soudoymes +soudoyt +soudoytes +soudoyer +soudoyez +soudoy +soudoye +soudoyes +soudoys +soudoyrent +soudoyiez +soudoyions +soudoyons +soudure +soudures +souffert +soufferte +souffertes +soufferts +souffla +soufflage +soufflages +soufflai +soufflaient +soufflais +soufflait +soufflant +soufflas +soufflasse +soufflassent +soufflasses +soufflassiez +soufflassions +soufflmes +soufflt +souffltes +souffle +soufflent +souffler +soufflera +soufflerai +souffleraient +soufflerais +soufflerait +souffleras +soufflerez +soufflerie +souffleries +souffleriez +soufflerions +soufflerons +souffleront +souffles +soufflet +souffleta +souffletai +souffletaient +souffletais +souffletait +souffletant +souffletas +souffletasse +souffletassent +souffletasses +souffletassiez +souffletassions +souffletmes +soufflett +soufflettes +souffleter +souffletez +soufflet +soufflete +souffletes +soufflets +souffletrent +souffletiez +souffletions +souffletons +soufflets +soufflette +soufflettent +soufflettera +souffletterai +souffletteraient +souffletterais +souffletterait +souffletteras +souffletterez +souffletteriez +souffletterions +souffletterons +souffletteront +soufflettes +souffleur +souffleurs +souffleuse +souffleuses +soufflez +souffl +souffle +souffles +souffls +soufflrent +souffliez +soufflions +soufflons +souffraient +souffrais +souffrait +souffrance +souffrances +souffrant +souffrante +souffrantes +souffrants +souffre +souffrent +souffres +souffreteuse +souffreteuses +souffreteux +souffrez +souffriez +souffrions +souffrir +souffrira +souffrirai +souffriraient +souffrirais +souffrirait +souffriras +souffrirent +souffrirez +souffririez +souffririons +souffrirons +souffriront +souffris +souffrisse +souffrissent +souffrisses +souffrissiez +souffrissions +souffrit +souffrmes +souffrt +souffrtes +souffrons +soufra +soufrage +soufrages +soufrai +soufraient de soufre +soufrais de soufre +soufrait de soufre +soufrant de soufre +soufras +soufrasse +soufrassent +soufrasses +soufrassiez +soufrassions +soufrmes +soufrt +soufrtes +soufre +soufrent de soufre +soufrer +soufrera +soufrerai +soufreraient +soufrerais +soufrerait +soufreras +soufrerez +soufreriez +soufrerions +soufrerons +soufreront +soufres de soufre +soufreur +soufreurs +soufreuse +soufreuses +soufrez de soufre +soufr +soufre +soufres +soufrs +soufrrent +soufriez de soufre +soufrire +soufrires +soufrions de soufre +soufrons de soufre +souhait +souhaita +souhaitable +souhaitables +souhaitai +souhaitaient +souhaitais +souhaitait +souhaitant +souhaitas +souhaitasse +souhaitassent +souhaitasses +souhaitassiez +souhaitassions +souhaitmes +souhaitt +souhaittes +souhaite +souhaitent +souhaiter +souhaitera +souhaiterai +souhaiteraient +souhaiterais +souhaiterait +souhaiteras +souhaiterez +souhaiteriez +souhaiterions +souhaiterons +souhaiteront +souhaites +souhaitez +souhait +souhaite +souhaites +souhaits +souhaitrent +souhaitiez +souhaitions +souhaitons +souhaits +souilla +souillai +souillaient +souillais +souillait +souillant +souillas +souillasse +souillassent +souillasses +souillassiez +souillassions +souillmes +souillt +souilltes +souille +souillent +souiller +souillera +souillerai +souilleraient +souillerais +souillerait +souilleras +souillerez +souilleriez +souillerions +souillerons +souilleront +souilles +souillez +souill +souille +souilles +souills +souillrent +souilliez +souillions +souillon +souillons +souillure +souillures +souk +souks +soulage +soulagea +soulageai +soulageaient +soulageais +soulageait +soulageant +soulageas +soulageasse +soulageassent +soulageasses +soulageassiez +soulageassions +soulagemes +soulaget +soulagetes +soulagement +soulagements +soulagent +soulageons +soulager +soulagera +soulagerai +soulageraient +soulagerais +soulagerait +soulageras +soulagerez +soulageriez +soulagerions +soulagerons +soulageront +soulages +soulagez +soulag +soulage +soulages +soulags +soulagrent +soulagiez +soulagions +souleva +soulevai +soulevaient +soulevais +soulevait +soulevant +soulevas +soulevasse +soulevassent +soulevasses +soulevassiez +soulevassions +soulevmes +soulevt +soulevtes +soulever +soulevez +soulev +souleve +souleves +soulevs +soulevrent +souleviez +soulevions +soulevons +soulve +soulvement +soulvements +soulvent +soulvera +soulverai +soulveraient +soulverais +soulverait +soulveras +soulverez +soulveriez +soulverions +soulverons +soulveront +soulves +soulier +souliers +souligna +soulignai +soulignaient +soulignais +soulignait +soulignant +soulignas +soulignasse +soulignassent +soulignasses +soulignassiez +soulignassions +soulignmes +soulignt +souligntes +souligne +soulignement +soulignements +soulignent +souligner +soulignera +soulignerai +souligneraient +soulignerais +soulignerait +souligneras +soulignerez +souligneriez +soulignerions +soulignerons +souligneront +soulignes +soulignez +soulign +souligne +soulignes +souligns +soulignrent +souligniez +soulignions +soulignons +soulte +soultes +soumet +soumets +soumettaient +soumettais +soumettait +soumettant +soumette +soumettent +soumettes +soumettez +soumettiez +soumettions +soumettons +soumettra +soumettrai +soumettraient +soumettrais +soumettrait +soumettras +soumettre +soumettrez +soumettriez +soumettrions +soumettrons +soumettront +soumirent +soumis +soumise +soumises +soumisse +soumissent +soumisses +soumissiez +soumission +soumissionna +soumissionnai +soumissionnaient +soumissionnaire +soumissionnaires +soumissionnais +soumissionnait +soumissionnant +soumissionnas +soumissionnasse +soumissionnassent +soumissionnasses +soumissionnassiez +soumissionnassions +soumissionnmes +soumissionnt +soumissionntes +soumissionne +soumissionnent +soumissionner +soumissionnera +soumissionnerai +soumissionneraient +soumissionnerais +soumissionnerait +soumissionneras +soumissionnerez +soumissionneriez +soumissionnerions +soumissionnerons +soumissionneront +soumissionnes +soumissionnez +soumissionn +soumissionne +soumissionnes +soumissionns +soumissionnrent +soumissionniez +soumissionnions +soumissionnons +soumissions +soumit +soummes +soumt +soumtes +soupa +soupai +soupaient +soupais +soupait +soupant +soupape +soupapes +soupas +soupasse +soupassent +soupasses +soupassiez +soupassions +soupmes +soupt +souptes +soupon +souponna +souponnable +souponnables +souponnai +souponnaient +souponnais +souponnait +souponnant +souponnas +souponnasse +souponnassent +souponnasses +souponnassiez +souponnassions +souponnmes +souponnt +souponntes +souponne +souponnent +souponner +souponnera +souponnerai +souponneraient +souponnerais +souponnerait +souponneras +souponnerez +souponneriez +souponnerions +souponnerons +souponneront +souponnes +souponneuse +souponneuses +souponneux +souponnez +souponn +souponne +souponnes +souponns +souponnrent +souponniez +souponnions +souponnons +soupons +soupe +soupent +soupente +soupentes +souper +soupera +souperai +souperaient +souperais +souperait +souperas +souperez +souperiez +souperions +souperons +souperont +soupers +soupes +soupesa +soupesai +soupesaient +soupesais +soupesait +soupesant +soupesas +soupesasse +soupesassent +soupesasses +soupesassiez +soupesassions +soupesmes +soupest +soupestes +soupeser +soupesez +soupes +soupese +soupeses +soupess +soupesrent +soupesiez +soupesions +soupesons +soupez +soup +soupe +soupes +soups +souprent +soupse +soupsent +soupsera +soupserai +soupseraient +soupserais +soupserait +soupseras +soupserez +soupseriez +soupserions +soupserons +soupseront +soupses +soupiez +soupire +soupires +soupions +soupir +soupira +soupirai +soupiraient +soupirail +soupirais +soupirait +soupirant +soupirants +soupiras +soupirasse +soupirassent +soupirasses +soupirassiez +soupirassions +soupiraux +soupirmes +soupirt +soupirtes +soupire +soupirent +soupirer +soupirera +soupirerai +soupireraient +soupirerais +soupirerait +soupireras +soupirerez +soupireriez +soupirerions +soupirerons +soupireront +soupires +soupirez +soupir +soupire +soupires +soupirs +soupirrent +soupiriez +soupirions +soupirons +soupirs +souple +souplement +souples +souplesse +souplesses +soupons +sourate +sourates +source +sources +sourcier +sourciers +sourcil +sourcilier +sourciliers +sourcilire +sourcilires +sourcilla +sourcillai +sourcillaient +sourcillais +sourcillait +sourcillant +sourcillas +sourcillasse +sourcillassent +sourcillasses +sourcillassiez +sourcillassions +sourcillmes +sourcillt +sourcilltes +sourcille +sourcillent +sourciller +sourcillera +sourcillerai +sourcilleraient +sourcillerais +sourcillerait +sourcilleras +sourcillerez +sourcilleriez +sourcillerions +sourcillerons +sourcilleront +sourcilles +sourcilleuse +sourcilleuses +sourcilleux +sourcillez +sourcill +sourcille +sourcilles +sourcills +sourcillrent +sourcilliez +sourcillions +sourcillons +sourcils +sourd +sourde +sourdement +sourdent +sourdes +sourdine +sourdines +sourdre +sourds +souri +souriaient +souriais +souriait +souriant +souriceau +souriceaux +souricire +souricires +sourie +sourient +souries +souriez +souriiez +souriions +sourions +sourira +sourirai +souriraient +sourirais +sourirait +souriras +sourire +sourirent +sourires +sourirez +souririez +souririons +sourirons +souriront +souris +sourisse +sourissent +sourisses +sourissiez +sourissions +sourit +sourmes +sourt +sourtes +sournois +sournoise +sournoisement +sournoiserie +sournoiseries +sournoises +sous +souscripteur +souscripteurs +souscription +souscriptions +souscrira +souscrirai +souscriraient +souscrirais +souscrirait +souscriras +souscrire +souscrirez +souscririez +souscririons +souscrirons +souscriront +souscris +souscrisse +souscrissent +souscrisses +souscrissiez +souscrissions +souscrit +souscrite +souscrites +souscrits +souscrivaient +souscrivais +souscrivait +souscrivant +souscrive +souscrivent +souscrives +souscrivez +souscriviez +souscrivions +souscrivirent +souscrivis +souscrivit +souscrivmes +souscrivtes +souscrivons +souscrt +soussign +soussigne +soussignes +soussigns +soustraction +soustractions +soustraie +soustraient +soustraies +soustraira +soustrairai +soustrairaient +soustrairais +soustrairait +soustrairas +soustraire +soustrairez +soustrairiez +soustrairions +soustrairons +soustrairont +soustrais +soustraisse +soustraissent +soustraisses +soustraissiez +soustraissions +soustrait +soustraite +soustraites +soustraits +soustrat +soustrayaient +soustrayais +soustrayait +soustrayant +soustrayez +soustrayiez +soustrayions +soustrayons +soutache +soutaches +soutane +soutanes +soute +soutenable +soutenables +soutenaient +soutenais +soutenait +soutenance +soutenances +soutenant +souteneur +souteneurs +soutenez +souteniez +soutenions +soutenir +soutenons +soutenu +soutenue +soutenues +soutenus +souterrain +souterraine +souterraines +souterrains +soutes +soutnement +soutnements +soutien +soutiendra +soutiendrai +soutiendraient +soutiendrais +soutiendrait +soutiendras +soutiendrez +soutiendriez +soutiendrions +soutiendrons +soutiendront +soutienne +soutiennent +soutiennes +soutiens +soutient +soutier +soutiers +soutins +soutinsse +soutinssent +soutinsses +soutinssiez +soutinssions +soutint +soutira +soutirage +soutirages +soutirai +soutiraient +soutirais +soutirait +soutirant +soutiras +soutirasse +soutirassent +soutirasses +soutirassiez +soutirassions +soutirmes +soutirt +soutirtes +soutire +soutirent +soutirer +soutirera +soutirerai +soutireraient +soutirerais +soutirerait +soutireras +soutirerez +soutireriez +soutirerions +soutirerons +soutireront +soutires +soutirez +soutir +soutire +soutires +soutirs +soutirrent +soutiriez +soutirions +soutirons +soutnmes +soutnt +soutntes +souvenaient +souvenais +souvenait +souvenant +souvenez +souveniez +souvenions +souvenir +souvenirs +souvenons +souvent +souvenu +souvenue +souvenues +souvenus +souverain +souveraine +souverainement +souveraines +souverainet +souverainets +souverains +souviendra +souviendrai +souviendraient +souviendrais +souviendrait +souviendras +souviendrez +souviendriez +souviendrions +souviendrons +souviendront +souvienne +souviennent +souviennes +souviens +souvient +souvins +souvinsse +souvinssent +souvinsses +souvinssiez +souvinssions +souvint +souvirent +souvnmes +souvnt +souvntes +sol +sola +solai +solaient +solais +solait +solant +solas +solasse +solassent +solasses +solassiez +solassions +solaud +solaude +solaudes +solauds +solmes +solt +soltes +sole +solent +soler +solera +solerai +soleraient +solerais +solerait +soleras +solerez +solerie +soleries +soleriez +solerions +solerons +soleront +soles +solez +sol +sole +soles +sols +solrent +soliez +solions +solons +solot +solots +solotte +solottes +sols +soviet +soviets +sovitique +sovitiques +soya +soyeuse +soyeuses +soyeux +soyez +soyons +spacieuse +spacieusement +spacieuses +spacieux +spadassin +spadassins +spaghetti +spahi +spahis +sparadrap +sparadraps +spart +spartakisme +sparte +sparterie +sparteries +spartes +spartiate +spartiates +spartiste +spartistes +sparts +spasme +spasmes +spasmodique +spasmodiques +spath +spatial +spatiale +spatiales +spatials +spatule +spatules +speaker +speakerine +speakerines +speakers +spectacle +spectacles +spectaculaire +spectaculairement +spectaculaires +spectateur +spectateurs +spectatrice +spectatrices +spectral +spectrale +spectrales +spectraux +spectre +spectres +spectrographe +spectrographes +spectroscope +spectroscopes +speech +speeches +spermatozode +spermatozodes +sperme +spermes +spcial +spciale +spcialement +spciales +spcialisa +spcialisai +spcialisaient +spcialisais +spcialisait +spcialisant +spcialisas +spcialisasse +spcialisassent +spcialisasses +spcialisassiez +spcialisassions +spcialisation +spcialisations +spcialismes +spcialist +spcialistes +spcialise +spcialisent +spcialiser +spcialisera +spcialiserai +spcialiseraient +spcialiserais +spcialiserait +spcialiseras +spcialiserez +spcialiseriez +spcialiserions +spcialiserons +spcialiseront +spcialises +spcialisez +spcialis +spcialise +spcialises +spcialiss +spcialisrent +spcialisiez +spcialisions +spcialisons +spcialiste +spcialistes +spcialit +spcialits +spciaux +spcieuse +spcieusement +spcieuses +spcieux +spcifia +spcifiai +spcifiaient +spcifiais +spcifiait +spcifiant +spcifias +spcifiasse +spcifiassent +spcifiasses +spcifiassiez +spcifiassions +spcifimes +spcifit +spcifites +spcification +spcifications +spcificit +spcifie +spcifient +spcifier +spcifiera +spcifierai +spcifieraient +spcifierais +spcifierait +spcifieras +spcifierez +spcifieriez +spcifierions +spcifierons +spcifieront +spcifies +spcifiez +spcifi +spcifie +spcifies +spcifis +spcifirent +spcifiiez +spcifiions +spcifions +spcifique +spcifiquement +spcifiques +spcimen +spcimens +spcula +spculai +spculaient +spculais +spculait +spculant +spculas +spculasse +spculassent +spculasses +spculassiez +spculassions +spculateur +spculateurs +spculatif +spculatifs +spculation +spculations +spculative +spculativement +spculatives +spculatrice +spculatrices +spculmes +spcult +spcultes +spcule +spculent +spculer +spculera +spculerai +spculeraient +spculerais +spculerait +spculeras +spculerez +spculeriez +spculerions +spculerons +spculeront +spcules +spculez +spcul +spcule +spcules +spculs +spculrent +spculiez +spculions +spculons +spculum +spculums +splologie +splologue +splologues +sphricit +sphricits +sphrique +sphriques +sphrode +sphrodes +sphre +sphres +sphincter +sphincters +sphinx +spiral +spirale +spirales +spiraux +spire +spires +spirite +spirites +spiritisme +spiritualisa +spiritualisai +spiritualisaient +spiritualisais +spiritualisait +spiritualisant +spiritualisas +spiritualisasse +spiritualisassent +spiritualisasses +spiritualisassiez +spiritualisassions +spiritualisation +spiritualisations +spiritualismes +spiritualist +spiritualistes +spiritualise +spiritualisent +spiritualiser +spiritualisera +spiritualiserai +spiritualiseraient +spiritualiserais +spiritualiserait +spiritualiseras +spiritualiserez +spiritualiseriez +spiritualiserions +spiritualiserons +spiritualiseront +spiritualises +spiritualisez +spiritualis +spiritualise +spiritualises +spiritualiss +spiritualisrent +spiritualisiez +spiritualisions +spiritualisme +spiritualisons +spiritualiste +spiritualistes +spiritualit +spiritualits +spirituel +spirituelle +spirituellement +spirituelles +spirituels +spiritueuse +spiritueuses +spiritueux +spirochte +spirochtes +spleen +splendeur +splendeurs +splendide +splendidement +splendides +spolia +spoliai +spoliaient +spoliais +spoliait +spoliant +spolias +spoliasse +spoliassent +spoliasses +spoliassiez +spoliassions +spoliateur +spoliateurs +spoliation +spoliations +spoliatrice +spoliatrices +spolimes +spolit +spolites +spolie +spolient +spolier +spoliera +spolierai +spolieraient +spolierais +spolierait +spolieras +spolierez +spolieriez +spolierions +spolierons +spolieront +spolies +spoliez +spoli +spolie +spolies +spolis +spolirent +spoliiez +spoliions +spolions +spongieuse +spongieuses +spongieux +spontan +spontane +spontanes +spontanit +spontanits +spontanment +spontans +sporadique +sporadiquement +sporadiques +sporange +sporanges +spore +spores +sport +sportif +sportifs +sportive +sportivement +sportives +sports +spot +spots +sprat +sprats +sprint +sprinta +sprintai +sprintaient +sprintais +sprintait +sprintant +sprintas +sprintasse +sprintassent +sprintasses +sprintassiez +sprintassions +sprintmes +sprintt +sprinttes +sprinte +sprintent +sprinter +sprintera +sprinterai +sprinteraient +sprinterais +sprinterait +sprinteras +sprinterez +sprinteriez +sprinterions +sprinterons +sprinteront +sprinters +sprintes +sprinteuse +sprinteuses +sprintez +sprint +sprinte +sprintes +sprints +sprintrent +sprintiez +sprintions +sprintons +sprints +squale +squales +squame +squames +squameuse +squameuses +squameux +square +squares +squatter +squatters +squelette +squelettes +squelettique +squelettiques +squirre +squirres +squirrhe +squirrhes +stabilisa +stabilisai +stabilisaient +stabilisais +stabilisait +stabilisant +stabilisas +stabilisasse +stabilisassent +stabilisasses +stabilisassiez +stabilisassions +stabilisateur +stabilisateure +stabilisateures +stabilisateurs +stabilisation +stabilisations +stabilismes +stabilist +stabilistes +stabilise +stabilisent +stabiliser +stabilisera +stabiliserai +stabiliseraient +stabiliserais +stabiliserait +stabiliseras +stabiliserez +stabiliseriez +stabiliserions +stabiliserons +stabiliseront +stabilises +stabilisez +stabilis +stabilise +stabilises +stabiliss +stabilisrent +stabilisiez +stabilisions +stabilisons +stabilit +stabilits +stable +stables +stabulation +stabulations +staccato +staccatos +stade +stades +staff +stage +stages +stagiaire +stagiaires +stagna +stagnai +stagnaient +stagnais +stagnait +stagnant +stagnante +stagnantes +stagnants +stagnas +stagnasse +stagnassent +stagnasses +stagnassiez +stagnassions +stagnation +stagnations +stagnmes +stagnt +stagntes +stagne +stagnent +stagner +stagnera +stagnerai +stagneraient +stagnerais +stagnerait +stagneras +stagnerez +stagneriez +stagnerions +stagnerons +stagneront +stagnes +stagnez +stagn +stagne +stagnes +stagns +stagnrent +stagniez +stagnions +stagnons +stakhanovisme +stakhanoviste +stakhanovistes +stalactite +stalactites +stalag +stalagmite +stalagmites +stalags +staline +stalinien +stalinienne +staliniennes +staliniens +stalinisme +stalle +stalles +stance +stances +stand +standard +standardisation +standardisations +standardis +standardise +standardises +standardiss +standardiste +standardistes +standards +standing +standings +stands +stannifre +stannifres +staphylocoque +staphylocoques +star +stars +starter +starters +stase +stases +station +stationna +stationnai +stationnaient +stationnaire +stationnaires +stationnais +stationnait +stationnant +stationnas +stationnasse +stationnassent +stationnasses +stationnassiez +stationnassions +stationnmes +stationnt +stationntes +stationne +stationnement +stationnements +stationnent +stationner +stationnera +stationnerai +stationneraient +stationnerais +stationnerait +stationneras +stationnerez +stationneriez +stationnerions +stationnerons +stationneront +stationnes +stationnez +stationn +stationne +stationnes +stationns +stationnrent +stationniez +stationnions +stationnons +stations +statique +statiques +statisticien +statisticienne +statisticiennes +statisticiens +statistique +statistiques +stator +stators +statu +statua +statuai +statuaient +statuaire +statuaires +statuais +statuait +statuant +statuas +statuasse +statuassent +statuasses +statuassiez +statuassions +statumes +statut +statutes +statue +statuent +statuer +statuera +statuerai +statueraient +statuerais +statuerait +statueras +statuerez +statueriez +statuerions +statuerons +statueront +statues +statuette +statuettes +statuez +statu +statue +statues +status +staturent +statufia +statufiai +statufiaient +statufiais +statufiait +statufiant +statufias +statufiasse +statufiassent +statufiassiez +statufiassions +statufimes +statufit +statufites +statufie +statufient +statufier +statufiera +statufierai +statufieraient +statufierais +statufierait +statufieras +statufierez +statufieriez +statufierions +statufierons +statufieront +statufies +statufiez +statufi +statufie +statufies +statufis +statufirent +statufiiez +statufiions +statufions +statuiez +statuions +statuons +stature +statures +status +statut +statutaire +statutaires +statuts +steak +steaks +steamer +steamers +steeple +steeples +stellaire +stellaires +stencil +stencils +stentor +stentors +steppe +steppes +stercoraire +stercoraires +sterling +sternum +sternums +sternutatoire +sternutatoires +steward +stewards +starine +starique +stariques +statite +stno +stnodactylo +stnodactylos +stnographe +stnographes +stnographia +stnographiai +stnographiaient +stnographiais +stnographiait +stnographiant +stnographias +stnographiasse +stnographiassent +stnographiasses +stnographiassiez +stnographiassions +stnographimes +stnographit +stnographites +stnographie +stnographient +stnographier +stnographiera +stnographierai +stnographieraient +stnographierais +stnographierait +stnographieras +stnographierez +stnographieriez +stnographierions +stnographierons +stnographieront +stnographies +stnographiez +stnographi +stnographie +stnographies +stnographis +stnographirent +stnographiiez +stnographiions +stnographions +stnographique +stnographiquement +stnographiques +stnos +stnotypie +stnotypiste +stnotypistes +strographie +strographique +strographiques +stromtrie +strophonie +strophonique +strophoniques +stroscope +stroscopes +stroscopique +stroscopiques +strotomie +strotypa +strotypai +strotypaient +strotypais +strotypait +strotypant +strotypas +strotypasse +strotypassent +strotypasses +strotypassiez +strotypassions +strotypmes +strotypt +strotyptes +strotype +strotypent +strotyper +strotypera +strotyperai +strotyperaient +strotyperais +strotyperait +strotyperas +strotyperez +strotyperiez +strotyperions +strotyperons +strotyperont +strotypes +strotypez +strotyp +strotype +strotypes +strotyps +strotyprent +strotypie +strotypiez +strotypions +strotypons +strile +strilement +striles +strilet +strilets +strilisa +strilisable +strilisables +strilisai +strilisaient +strilisais +strilisait +strilisant +strilisas +strilisasse +strilisassent +strilisasses +strilisassiez +strilisassions +strilisateur +strilisateurs +strilisation +strilisations +strilismes +strilist +strilistes +strilise +strilisent +striliser +strilisera +striliserai +striliseraient +striliserais +striliserait +striliseras +striliserez +striliseriez +striliserions +striliserons +striliseront +strilises +strilisez +strilis +strilise +strilises +striliss +strilisrent +strilisiez +strilisions +strilisons +strilit +strilits +stthoscope +stthoscopes +stle +stles +stick +sticks +stigmate +stigmates +stigmatisa +stigmatisai +stigmatisaient +stigmatisais +stigmatisait +stigmatisant +stigmatisas +stigmatisasse +stigmatisassent +stigmatisasses +stigmatisassiez +stigmatisassions +stigmatismes +stigmatist +stigmatistes +stigmatise +stigmatisent +stigmatiser +stigmatisera +stigmatiserai +stigmatiseraient +stigmatiserais +stigmatiserait +stigmatiseras +stigmatiserez +stigmatiseriez +stigmatiserions +stigmatiserons +stigmatiseront +stigmatises +stigmatisez +stigmatis +stigmatise +stigmatises +stigmatiss +stigmatisrent +stigmatisiez +stigmatisions +stigmatisons +stillation +stillations +stimula +stimulai +stimulaient +stimulais +stimulait +stimulant +stimulante +stimulantes +stimulants +stimulas +stimulasse +stimulassent +stimulasses +stimulassiez +stimulassions +stimulateur +stimulateurs +stimulation +stimulations +stimulmes +stimult +stimultes +stimule +stimulent +stimuler +stimulera +stimulerai +stimuleraient +stimulerais +stimulerait +stimuleras +stimulerez +stimuleriez +stimulerions +stimulerons +stimuleront +stimules +stimulez +stimul +stimule +stimules +stimuls +stimulrent +stimuliez +stimulions +stimulons +stimulus +stipe +stipendia +stipendiai +stipendiaient +stipendiais +stipendiait +stipendiant +stipendias +stipendiasse +stipendiassent +stipendiasses +stipendiassiez +stipendiassions +stipendimes +stipendit +stipendites +stipendie +stipendient +stipendier +stipendiera +stipendierai +stipendieraient +stipendierais +stipendierait +stipendieras +stipendierez +stipendieriez +stipendierions +stipendierons +stipendieront +stipendies +stipendiez +stipendi +stipendie +stipendies +stipendis +stipendirent +stipendiiez +stipendiions +stipendions +stipes +stipula +stipulai +stipulaient +stipulais +stipulait +stipulant +stipulas +stipulasse +stipulassent +stipulasses +stipulassiez +stipulassions +stipulation +stipulations +stipulmes +stipult +stipultes +stipule +stipulent +stipuler +stipulera +stipulerai +stipuleraient +stipulerais +stipulerait +stipuleras +stipulerez +stipuleriez +stipulerions +stipulerons +stipuleront +stipules +stipulez +stipul +stipule +stipules +stipuls +stipulrent +stipuliez +stipulions +stipulons +stock +stocka +stockage +stockages +stockai +stockaient +stockais +stockait +stockant +stockas +stockasse +stockassent +stockasses +stockassiez +stockassions +stockmes +stockt +stocktes +stocke +stockent +stocker +stockera +stockerai +stockeraient +stockerais +stockerait +stockeras +stockerez +stockeriez +stockerions +stockerons +stockeront +stockes +stockez +stock +stocke +stockes +stocks +stockrent +stockiez +stockions +stockons +stocks +stocien +stocienne +stociennes +stociens +stocisme +stoque +stoquement +stoques +stolon +stolons +stomacal +stomacale +stomacales +stomacaux +stomate +stomates +stomatite +stomatologie +stop +stoppa +stoppage +stoppages +stoppai +stoppaient +stoppais +stoppait +stoppant +stoppas +stoppasse +stoppassent +stoppasses +stoppassiez +stoppassions +stoppmes +stoppt +stopptes +stoppe +stoppent +stopper +stoppera +stopperai +stopperaient +stopperais +stopperait +stopperas +stopperez +stopperiez +stopperions +stopperons +stopperont +stoppes +stoppeur +stoppeurs +stoppeuse +stoppeuses +stoppez +stopp +stoppe +stoppes +stopps +stopprent +stoppiez +stoppions +stoppons +store +stores +strabisme +stradivarius +strangulation +strangulations +strapontin +strapontins +strass +stratagme +stratagmes +strate +strates +stratgie +stratgies +stratgique +stratgiquement +stratgiques +stratge +stratges +stratifia +stratifiai +stratifiaient +stratifiais +stratifiait +stratifiant +stratifias +stratifiasse +stratifiassent +stratifiasses +stratifiassiez +stratifiassions +stratifimes +stratifit +stratifites +stratification +stratifications +stratifie +stratifient +stratifier +stratifiera +stratifierai +stratifieraient +stratifierais +stratifierait +stratifieras +stratifierez +stratifieriez +stratifierions +stratifierons +stratifieront +stratifies +stratifiez +stratifi +stratifie +stratifies +stratifis +stratifirent +stratifiiez +stratifiions +stratifions +stratigraphie +stratosphre +stratus +streptocoque +streptocoques +streptomycine +stress +stria +striai +striaient +striais +striait +striant +strias +striasse +striassent +striasses +striassiez +striassions +strimes +strit +strites +strict +stricte +strictement +strictes +stricts +strident +stridente +stridentes +stridents +stridulation +stridulations +strie +strient +strier +striera +strierai +strieraient +strierais +strierait +strieras +strierez +strieriez +strierions +strierons +strieront +stries +striez +stri +strie +stries +stris +strirent +striiez +striions +strions +strobile +strobiles +strontium +strophe +strophes +structura +structurai +structuraient +structurais +structurait +structuralisme +structurant +structuras +structurasse +structurassent +structurasses +structurassiez +structurassions +structurmes +structurt +structurtes +structure +structurel +structurent +structurer +structurera +structurerai +structureraient +structurerais +structurerait +structureras +structurerez +structureriez +structurerions +structurerons +structureront +structures +structurez +structur +structure +structures +structurs +structurrent +structuriez +structurions +structurons +strychnine +stuc +studieuse +studieusement +studieuses +studieux +studio +studios +stupeur +stupeurs +stupfaction +stupfactions +stupfait +stupfaite +stupfaites +stupfaits +stupfia +stupfiai +stupfiaient +stupfiais +stupfiait +stupfiant +stupfiante +stupfiantes +stupfiants +stupfias +stupfiasse +stupfiassent +stupfiasses +stupfiassiez +stupfiassions +stupfimes +stupfit +stupfites +stupfie +stupfient +stupfier +stupfiera +stupfierai +stupfieraient +stupfierais +stupfierait +stupfieras +stupfierez +stupfieriez +stupfierions +stupfierons +stupfieront +stupfies +stupfiez +stupfi +stupfie +stupfies +stupfis +stupfirent +stupfiiez +stupfiions +stupfions +stupide +stupidement +stupides +stupidit +stupidits +styla +stylai +stylaient +stylais +stylait +stylant +stylas +stylasse +stylassent +stylasses +stylassiez +stylassions +stylmes +stylt +styltes +style +stylent +styler +stylera +stylerai +styleraient +stylerais +stylerait +styleras +stylerez +styleriez +stylerions +stylerons +styleront +styles +stylet +stylets +stylez +styl +style +styles +styls +stylrent +styliez +stylions +stylisa +stylisai +stylisaient +stylisais +stylisait +stylisant +stylisas +stylisasse +stylisassent +stylisasses +stylisassiez +stylisassions +stylisation +stylisations +stylismes +stylist +stylistes +stylise +stylisent +styliser +stylisera +styliserai +styliseraient +styliserais +styliserait +styliseras +styliserez +styliseriez +styliserions +styliserons +styliseront +stylises +stylisez +stylis +stylise +stylises +styliss +stylisrent +stylisiez +stylisions +stylisons +styliste +stylistes +stylistique +stylistiques +stylo +stylographe +stylographes +stylons +stylos +su +sua +suai +suaient +suaire +suaires +suais +suait +suant +suas +suasse +suassent +suasses +suassiez +suassions +suave +suavement +suaves +suavit +suavits +sumes +sut +sutes +subaigu +subaigu +subaigus +subaigus +subalpin +subalpine +subalpines +subalpins +subalterne +subalternes +subconscient +subconsciente +subconscientes +subconscients +subdivisa +subdivisai +subdivisaient +subdivisais +subdivisait +subdivisant +subdivisas +subdivisasse +subdivisassent +subdivisasses +subdivisassiez +subdivisassions +subdivismes +subdivist +subdivistes +subdivise +subdivisent +subdiviser +subdivisera +subdiviserai +subdiviseraient +subdiviserais +subdiviserait +subdiviseras +subdiviserez +subdiviseriez +subdiviserions +subdiviserons +subdiviseront +subdivises +subdivisez +subdivis +subdivise +subdivises +subdiviss +subdivisrent +subdivisiez +subdivision +subdivisions +subdivisons +subreuse +subreuses +subreux +subi +subie +subies +subir +subira +subirai +subiraient +subirais +subirait +subiras +subirent +subirez +subiriez +subirions +subirons +subiront +subis +subissaient +subissais +subissait +subissant +subisse +subissent +subisses +subissez +subissiez +subissions +subissons +subit +subite +subitement +subites +subits +submes +subt +subtes +subjectif +subjectifs +subjective +subjectivement +subjectives +subjectivit +subjectivits +subjonctif +subjonctifs +subjugua +subjuguai +subjuguaient +subjuguais +subjuguait +subjuguant +subjuguas +subjuguasse +subjuguassent +subjuguasses +subjuguassiez +subjuguassions +subjugumes +subjugut +subjugutes +subjugue +subjuguent +subjuguer +subjuguera +subjuguerai +subjugueraient +subjuguerais +subjuguerait +subjugueras +subjuguerez +subjugueriez +subjuguerions +subjuguerons +subjugueront +subjugues +subjuguez +subjugu +subjugue +subjugues +subjugus +subjugurent +subjuguiez +subjuguions +subjuguons +sublima +sublimai +sublimaient +sublimais +sublimait +sublimant +sublimas +sublimasse +sublimassent +sublimasses +sublimassiez +sublimassions +sublimation +sublimations +sublimmes +sublimt +sublimtes +sublime +subliment +sublimer +sublimera +sublimerai +sublimeraient +sublimerais +sublimerait +sublimeras +sublimerez +sublimeriez +sublimerions +sublimerons +sublimeront +sublimes +sublimez +sublim +sublime +sublimes +sublims +sublimrent +sublimiez +sublimions +sublimons +submerge +submergea +submergeai +submergeaient +submergeais +submergeait +submergeant +submergeas +submergeasse +submergeassent +submergeasses +submergeassiez +submergeassions +submergemes +submerget +submergetes +submergent +submergeons +submerger +submergera +submergerai +submergeraient +submergerais +submergerait +submergeras +submergerez +submergeriez +submergerions +submergerons +submergeront +submerges +submergez +submerg +submerge +submerges +submergs +submergrent +submergiez +submergions +submersible +submersibles +submersion +submersions +subodora +subodorai +subodoraient +subodorais +subodorait +subodorant +subodoras +subodorasse +subodorassent +subodorasses +subodorassiez +subodorassions +subodormes +subodort +subodortes +subodore +subodorent +subodorer +subodorera +subodorerai +subodoreraient +subodorerais +subodorerait +subodoreras +subodorerez +subodoreriez +subodorerions +subodorerons +subodoreront +subodores +subodorez +subodor +subodore +subodores +subodors +subodorrent +subodoriez +subodorions +subodorons +subordination +subordinations +subordonna +subordonnai +subordonnaient +subordonnais +subordonnait +subordonnant +subordonnas +subordonnasse +subordonnassent +subordonnasses +subordonnassiez +subordonnassions +subordonnmes +subordonnt +subordonntes +subordonne +subordonnent +subordonner +subordonnera +subordonnerai +subordonneraient +subordonnerais +subordonnerait +subordonneras +subordonnerez +subordonneriez +subordonnerions +subordonnerons +subordonneront +subordonnes +subordonnez +subordonn +subordonne +subordonnes +subordonns +subordonnrent +subordonniez +subordonnions +subordonnons +suborna +subornai +subornaient +subornais +subornait +subornant +subornas +subornasse +subornassent +subornasses +subornassiez +subornassions +subornation +subornations +subornmes +subornt +suborntes +suborne +subornent +suborner +subornera +subornerai +suborneraient +subornerais +subornerait +suborneras +subornerez +suborneriez +subornerions +subornerons +suborneront +subornes +suborneur +suborneurs +suborneuse +suborneuses +subornez +suborn +suborne +subornes +suborns +subornrent +suborniez +subornions +subornons +subreptice +subrepticement +subreptices +subroge +subrogea +subrogeai +subrogeaient +subrogeais +subrogeait +subrogeant +subrogeas +subrogeasse +subrogeassent +subrogeasses +subrogeassiez +subrogeassions +subrogemes +subroget +subrogetes +subrogent +subrogeons +subroger +subrogera +subrogerai +subrogeraient +subrogerais +subrogerait +subrogeras +subrogerez +subrogeriez +subrogerions +subrogerons +subrogeront +subroges +subrogez +subrog +subroge +subroges +subrogs +subrogrent +subrogiez +subrogions +subsquemment +subsquent +subsquente +subsquentes +subsquents +subside +subsides +subsidiaire +subsidiaires +subsista +subsistai +subsistaient +subsistais +subsistait +subsistance +subsistances +subsistant +subsistas +subsistasse +subsistassent +subsistasses +subsistassiez +subsistmes +subsistt +subsisttes +subsiste +subsistent +subsister +subsistera +subsisterai +subsisteraient +subsisterais +subsisterait +subsisteras +subsisterez +subsisteriez +subsisterions +subsisterons +subsisteront +subsistes +subsistez +subsist +subsiste +subsistes +subsists +subsistrent +subsistiez +subsistions +subsistons +substance +substances +substantiel +substantielle +substantiellement +substantiels +substantif +substantifs +substantivement +substitua +substituai +substituaient +substituais +substituait +substituant +substituas +substituasse +substituassent +substituasses +substituassiez +substituassions +substitumes +substitut +substitutes +substitue +substituent +substituer +substituera +substituerai +substitueraient +substituerais +substituerait +substitueras +substituerez +substitueriez +substituerions +substituerons +substitueront +substitues +substituez +substitu +substitue +substitues +substitus +substiturent +substituiez +substituions +substituons +substitut +substitution +substitutions +substituts +substrat +substrats +substratum +substratums +subterfuge +subterfuges +subtil +subtile +subtilement +subtiles +subtilisa +subtilisai +subtilisaient +subtilisais +subtilisait +subtilisant +subtilisas +subtilisasse +subtilisassent +subtilisasses +subtilisassiez +subtilisassions +subtilismes +subtilist +subtilistes +subtilise +subtilisent +subtiliser +subtilisera +subtiliserai +subtiliseraient +subtiliserais +subtiliserait +subtiliseras +subtiliserez +subtiliseriez +subtiliserions +subtiliserons +subtiliseront +subtilises +subtilisez +subtilis +subtilise +subtilises +subtiliss +subtilisrent +subtilisiez +subtilisions +subtilisons +subtilit +subtilits +subtils +subtropical +subtropicale +subtropicales +subtropicaux +suburbain +suburbaine +suburbaines +suburbains +subvenaient +subvenais +subvenait +subvenant +subvenez +subveniez +subvenions +subvenir +subvenons +subvention +subventionna +subventionnai +subventionnaient +subventionnais +subventionnait +subventionnant +subventionnas +subventionnasse +subventionnassent +subventionnasses +subventionnassiez +subventionnassions +subventionnmes +subventionnt +subventionntes +subventionne +subventionnent +subventionner +subventionnera +subventionnerai +subventionneraient +subventionnerais +subventionnerait +subventionneras +subventionnerez +subventionneriez +subventionnerions +subventionnerons +subventionneront +subventionnes +subventionnez +subventionn +subventionne +subventionnes +subventionns +subventionnrent +subventionniez +subventionnions +subventionnons +subventions +subvenu +subvenue +subvenues +subvenus +subversif +subversifs +subversion +subversions +subversive +subversivement +subversives +subviendra +subviendrai +subviendraient +subviendrais +subviendrait +subviendras +subviendrez +subviendriez +subviendrions +subviendrons +subviendront +subvienne +subviennent +subviennes +subviens +subvient +subvins +subvinsse +subvinssent +subvinsses +subvinssiez +subvinssions +subvint +subvirent +subvmes +subvnt +subvtes +suc +successeur +successeurs +successif +successifs +succession +successions +successive +successivement +successives +successoral +successorale +successorales +successoraux +succda +succdai +succdaient +succdais +succdait +succdan +succdane +succdanes +succdans +succdant +succdas +succdasse +succdassent +succdasses +succdassiez +succdassions +succdmes +succdt +succdtes +succder +succdera +succderai +succderaient +succderais +succderait +succderas +succderez +succderiez +succderions +succderons +succderont +succdez +succd +succde +succdes +succds +succdrent +succdiez +succdions +succdons +succde +succdent +succdes +succs +succinct +succincte +succinctement +succinctes +succincts +succion +succions +succomba +succombai +succombaient +succombais +succombait +succombant +succombas +succombasse +succombassent +succombasses +succombassiez +succombassions +succombmes +succombt +succombtes +succombe +succombent +succomber +succombera +succomberai +succomberaient +succomberais +succomberait +succomberas +succomberez +succomberiez +succomberions +succomberons +succomberont +succombes +succombez +succomb +succombe +succombes +succombs +succombrent +succombiez +succombions +succombons +succube +succubes +succulence +succulences +succulent +succulente +succulentes +succulents +succursale +succursales +suce +sucement +sucent +suceptible +suceptibles +sucer +sucera +sucerai +suceraient +sucerais +sucerait +suceras +sucerez +suceriez +sucerions +sucerons +suceront +suces +sucette +sucettes +suceur +suceurs +suceuse +suceuses +sucez +suc +suce +suces +sucs +sucrent +suciez +sucions +sucra +sucrage +sucrages +sucrai +sucraient +sucrais +sucrait +sucrant +sucrante +sucrantes +sucrants +sucras +sucrasse +sucrassent +sucrasses +sucrassiez +sucrassions +sucrmes +sucrt +sucrtes +sucre +sucrent +sucrer +sucrera +sucrerai +sucreraient +sucrerais +sucrerait +sucreras +sucrerez +sucrerie +sucreries +sucreriez +sucrerions +sucrerons +sucreront +sucres +sucrez +sucr +sucre +sucres +sucrs +sucrrent +sucrier +sucriers +sucriez +sucrire +sucrires +sucrions +sucrons +sucs +sua +suai +suaient +suais +suait +suant +suas +suasse +suassent +suasses +suassiez +suassions +sumes +sut +sutes +suoir +suoirs +suon +suons +suota +suotai +suotaient +suotais +suotait +suotant +suotas +suotasse +suotassent +suotasses +suotassiez +suotassions +suotmes +suott +suottes +suote +suotent +suoter +suotera +suoterai +suoteraient +suoterais +suoterait +suoteras +suoterez +suoteriez +suoterions +suoterons +suoteront +suotes +suotez +suot +suote +suotes +suots +suotrent +suotiez +suotions +suotons +sud +sudation +sudations +sudiste +sudistes +sudoripare +sudoripares +sue +suent +suer +suera +suerai +sueraient +suerais +suerait +sueras +suerez +sueriez +suerions +suerons +sueront +sues +sueur +sueurs +suez +su +sudois +sudoise +sudoises +sue +sues +sus +sude +surent +suffi +suffie +suffies +suffira +suffirai +suffiraient +suffirais +suffirait +suffiras +suffire +suffirent +suffirez +suffiriez +suffirions +suffirons +suffiront +suffis +suffisaient +suffisais +suffisait +suffisamment +suffisance +suffisances +suffisant +suffisante +suffisantes +suffisants +suffise +suffisent +suffises +suffisez +suffisiez +suffisions +suffisons +suffisse +suffissent +suffisses +suffissiez +suffissions +suffit +suffixe +suffixes +suffmes +sufft +sufftes +suffocant +suffocante +suffocantes +suffocants +suffocation +suffocations +suffoqua +suffoquai +suffoquaient +suffoquais +suffoquait +suffoquant +suffoquas +suffoquasse +suffoquassent +suffoquasses +suffoquassiez +suffoquassions +suffoqumes +suffoqut +suffoqutes +suffoque +suffoquent +suffoquer +suffoquera +suffoquerai +suffoqueraient +suffoquerais +suffoquerait +suffoqueras +suffoquerez +suffoqueriez +suffoquerions +suffoquerons +suffoqueront +suffoques +suffoquez +suffoqu +suffoque +suffoques +suffoqus +suffoqurent +suffoquiez +suffoquions +suffoquons +suffrage +suffrages +suffragette +suffragettes +suggestif +suggestifs +suggestion +suggestions +suggestive +suggestivement +suggestives +suggra +suggrai +suggraient +suggrais +suggrait +suggrant +suggras +suggrasse +suggrassent +suggrasses +suggrassiez +suggrassions +suggrmes +suggrt +suggrtes +suggrer +suggrera +suggrerai +suggreraient +suggrerais +suggrerait +suggreras +suggrerez +suggreriez +suggrerions +suggrerons +suggreront +suggrez +suggr +suggre +suggres +suggrs +suggrrent +suggriez +suggrions +suggrons +suggre +suggrent +suggres +suicida +suicidai +suicidaient +suicidais +suicidait +suicidant +suicidas +suicidasse +suicidassent +suicidasses +suicidassiez +suicidassions +suicidmes +suicidt +suicidtes +suicide +suicident +suicider +suicidera +suiciderai +suicideraient +suiciderais +suiciderait +suicideras +suiciderez +suicideriez +suiciderions +suiciderons +suicideront +suicides +suicidez +suicid +suicide +suicides +suicids +suicidrent +suicidiez +suicidions +suicidons +suie +suiez +suif +suint +suinta +suintai +suintaient +suintais +suintait +suintant +suintas +suintasse +suintassent +suintasses +suintassiez +suintassions +suintmes +suintt +suinttes +suinte +suintement +suintements +suintent +suinter +suintera +suinterai +suinteraient +suinterais +suinterait +suinteras +suinterez +suinteriez +suinterions +suinterons +suinteront +suintes +suintez +suint +suinte +suintes +suints +suintrent +suintiez +suintions +suintons +suions +suis +suisse +suisses +suissesse +suissesses +suit +suite +suites +suivaient +suivais +suivait +suivant +suivante +suivantes +suivants +suive +suivent +suives +suiveur +suiveurs +suivez +suivi +suivie +suivies +suiviez +suivions +suivirent +suivis +suivisse +suivissent +suivisses +suivissiez +suivissions +suivit +suivmes +suivt +suivtes +suivons +suivra +suivrai +suivraient +suivrais +suivrait +suivras +suivre +suivrez +suivriez +suivrions +suivrons +suivront +sujet +sujets +sujette +sujettes +sujtion +sujtions +sulfamide +sulfata +sulfatage +sulfatages +sulfatai +sulfataient +sulfatais +sulfatait +sulfatant +sulfatas +sulfatasse +sulfatassent +sulfatasses +sulfatassiez +sulfatassions +sulfatmes +sulfatt +sulfattes +sulfate +sulfatent +sulfater +sulfatera +sulfaterai +sulfateraient +sulfaterais +sulfaterait +sulfateras +sulfaterez +sulfateriez +sulfaterions +sulfaterons +sulfateront +sulfates +sulfatez +sulfat +sulfate +sulfates +sulfats +sulfatrent +sulfatiez +sulfations +sulfatons +sulfura +sulfurai +sulfuraient +sulfurais +sulfurait +sulfurant +sulfuras +sulfurasse +sulfurassent +sulfurasses +sulfurassiez +sulfurassions +sulfurmes +sulfurt +sulfurtes +sulfure +sulfurent +sulfurer +sulfurera +sulfurerai +sulfureraient +sulfurerais +sulfurerait +sulfureras +sulfurerez +sulfureriez +sulfurerions +sulfurerons +sulfureront +sulfures +sulfureuse +sulfureuses +sulfureux +sulfurez +sulfur +sulfure +sulfures +sulfurs +sulfurrent +sulfuriez +sulfurions +sulfurique +sulfuriques +sulfuris +sulfurise +sulfurises +sulfuriss +sulfurons +sultan +sultanat +sultanats +sultane +sultanes +sultans +summmum +sunlight +sunlights +sunnite +sunnites +suons +super +superbe +superbement +superbes +supercarburant +supercarburants +supercherie +supercheries +superftatoire +superftatoires +superficie +superficiel +superficielle +superficiellement +superficielles +superficiels +superficies +superflu +superflue +superflues +superflus +superlatif +superlatifs +superlative +superlativement +superlatives +supermarch +supermarchs +superphosphate +superphosphates +superposa +superposable +superposables +superposai +superposaient +superposais +superposait +superposant +superposas +superposasse +superposassent +superposasses +superposassiez +superposassions +superposmes +superpost +superpostes +superpose +superposent +superposer +superposera +superposerai +superposeraient +superposerais +superposerait +superposeras +superposerez +superposeriez +superposerions +superposerons +superposeront +superposes +superposez +superpos +superpose +superposes +superposs +superposrent +superposiez +superposions +superposition +superpositions +superposons +superproduction +superproductions +supersonique +supersoniques +superstitieuse +superstitieusement +superstitieuses +superstitieux +superstition +superstitions +superstructure +superstructures +supervisa +supervisai +supervisaient +supervisais +supervisait +supervisant +supervisas +supervisasse +supervisassent +supervisasses +supervisassiez +supervisassions +supervismes +supervist +supervistes +supervise +supervisent +superviser +supervisera +superviserai +superviseraient +superviserais +superviserait +superviseras +superviserez +superviseriez +superviserions +superviserons +superviseront +supervises +supervisez +supervis +supervise +supervises +superviss +supervisrent +supervisiez +supervisions +supervisons +suprieur +suprieure +suprieurement +suprieures +suprieurs +supriorit +supriorits +supplanta +supplantai +supplantaient +supplantais +supplantait +supplantant +supplantas +supplantasse +supplantassent +supplantasses +supplantassiez +supplantassions +supplantmes +supplantt +supplanttes +supplante +supplantent +supplanter +supplantera +supplanterai +supplanteraient +supplanterais +supplanterait +supplanteras +supplanterez +supplanteriez +supplanterions +supplanterons +supplanteront +supplantes +supplantez +supplant +supplante +supplantes +supplants +supplantrent +supplantiez +supplantions +supplantons +suppla +supplai +supplaient +supplais +supplait +supplance +supplances +supplant +supplante +supplantes +supplants +supplas +supplasse +supplassent +supplasses +supplassiez +supplassions +supplmes +supplt +suppltes +supple +supplent +suppler +supplera +supplerai +suppleraient +supplerais +supplerait +suppleras +supplerez +suppleriez +supplerions +supplerons +suppleront +supples +supplez +suppl +supple +supples +suppls +supplrent +suppliez +supplions +supplment +supplmentaire +supplmentairement +supplmentaires +supplments +supplons +supplia +suppliai +suppliaient +suppliais +suppliait +suppliant +supplias +suppliasse +suppliassent +suppliasses +suppliassiez +suppliassions +supplimes +supplit +supplites +supplication +supplications +supplice +supplices +supplicia +suppliciai +suppliciaient +suppliciais +suppliciait +suppliciant +supplicias +suppliciasse +suppliciassent +suppliciasses +suppliciassiez +suppliciassions +supplicimes +supplicit +supplicites +supplicie +supplicient +supplicier +suppliciera +supplicierai +supplicieraient +supplicierais +supplicierait +supplicieras +supplicierez +supplicieriez +supplicierions +supplicierons +supplicieront +supplicies +suppliciez +supplici +supplicie +supplicies +supplicis +supplicirent +suppliciiez +suppliciions +supplicions +supplie +supplient +supplier +suppliera +supplierai +supplieraient +supplierais +supplierait +supplieras +supplierez +supplieriez +supplierions +supplierons +supplieront +supplies +suppliez +suppli +supplie +supplies +supplis +supplirent +suppliiez +suppliions +supplions +supplique +suppliques +support +supporta +supportable +supportables +supportai +supportaient +supportais +supportait +supportant +supportas +supportasse +supportassent +supportasses +supportassiez +supportassions +supportmes +supportt +supporttes +supporte +supportent +supporter +supportera +supporterai +supporteraient +supporterais +supporterait +supporteras +supporterez +supporteriez +supporterions +supporterons +supporteront +supporters +supportes +supportez +support +supporte +supportes +supports +supportrent +supportiez +supportions +supportons +supports +supposa +supposai +supposaient +supposais +supposait +supposant +supposas +supposasse +supposassent +supposasses +supposassiez +supposassions +supposmes +suppost +suppostes +suppose +supposent +supposer +supposera +supposerai +supposeraient +supposerais +supposerait +supposeras +supposerez +supposeriez +supposerions +supposerons +supposeront +supposes +supposez +suppos +suppose +supposes +supposs +supposrent +supposiez +supposions +supposition +suppositions +suppositoire +suppositoires +supposons +suppt +suppts +suppression +suppressions +supprima +supprimai +supprimaient +supprimais +supprimait +supprimant +supprimas +supprimasse +supprimassent +supprimasses +supprimassiez +supprimassions +supprimmes +supprimt +supprimtes +supprime +suppriment +supprimer +supprimera +supprimerai +supprimeraient +supprimerais +supprimerait +supprimeras +supprimerez +supprimeriez +supprimerions +supprimerons +supprimeront +supprimes +supprimez +supprim +supprime +supprimes +supprims +supprimrent +supprimiez +supprimions +supprimons +suppura +suppurai +suppuraient +suppurais +suppurait +suppurant +suppuras +suppurasse +suppurassent +suppurasses +suppurassiez +suppurassions +suppuration +suppurations +suppurmes +suppurt +suppurtes +suppure +suppurent +suppurer +suppurera +suppurerai +suppureraient +suppurerais +suppurerait +suppureras +suppurerez +suppureriez +suppurerions +suppurerons +suppureront +suppures +suppurez +suppur +suppure +suppures +suppurs +suppurrent +suppuriez +suppurions +suppurons +supputa +supputai +supputaient +supputais +supputait +supputant +supputas +supputasse +supputassent +supputasses +supputassiez +supputassions +supputation +supputations +supputmes +supputt +supputtes +suppute +supputent +supputer +supputera +supputerai +supputeraient +supputerais +supputerait +supputeras +supputerez +supputeriez +supputerions +supputerons +supputeront +supputes +supputez +supput +suppute +supputes +supputs +supputrent +supputiez +supputions +supputons +supra +suprmatie +suprmaties +suprme +suprmement +suprmes +sur prep ou aigre +surabonda +surabondai +surabondaient +surabondais +surabondait +surabondance +surabondances +surabondant +surabondante +surabondantes +surabondants +surabondas +surabondasse +surabondassent +surabondasses +surabondassiez +surabondassions +surabondmes +surabondt +surabondtes +surabonde +surabondent +surabonder +surabondera +surabonderai +surabonderaient +surabonderais +surabonderait +surabonderas +surabonderez +surabonderiez +surabonderions +surabonderons +surabonderont +surabondes +surabondez +surabond +surabonde +surabondes +surabonds +surabondrent +surabondiez +surabondions +surabondons +suraigu +suraigu +suraigus +suraigus +surajouta +surajoutai +surajoutaient +surajoutais +surajoutait +surajoutant +surajoutas +surajoutasse +surajoutassent +surajoutasses +surajoutassiez +surajoutassions +surajoutmes +surajoutt +surajouttes +surajoute +surajoutent +surajouter +surajoutera +surajouterai +surajouteraient +surajouterais +surajouterait +surajouteras +surajouterez +surajouteriez +surajouterions +surajouterons +surajouteront +surajoutes +surajoutez +surajout +surajoute +surajoutes +surajouts +surajoutrent +surajoutiez +surajoutions +surajoutons +suralimenta +suralimentai +suralimentaient +suralimentais +suralimentait +suralimentant +suralimentas +suralimentasse +suralimentassent +suralimentasses +suralimentassiez +suralimentassions +suralimentation +suralimentations +suralimentmes +suralimentt +suralimenttes +suralimente +suralimentent +suralimenter +suralimentera +suralimenterai +suralimenteraient +suralimenterais +suralimenterait +suralimenteras +suralimenterez +suralimenteriez +suralimenterions +suralimenterons +suralimenteront +suralimentes +suralimentez +suraliment +suralimente +suralimentes +suraliments +suralimentrent +suralimentiez +suralimentions +suralimentons +surann +suranne +surannes +suranns +surate +surates +surbaiss +surbaisse +surbaisses +surbaisss +surcharge +surchargea +surchargeai +surchargeaient +surchargeais +surchargeait +surchargeant +surchargeas +surchargeasse +surchargeassent +surchargeasses +surchargeassiez +surchargeassions +surchargemes +surcharget +surchargetes +surchargent +surchargeons +surcharger +surchargera +surchargerai +surchargeraient +surchargerais +surchargerait +surchargeras +surchargerez +surchargeriez +surchargerions +surchargerons +surchargeront +surcharges +surchargez +surcharg +surcharge +surcharges +surchargs +surchargrent +surchargiez +surchargions +surchauffa +surchauffai +surchauffaient +surchauffais +surchauffait +surchauffant +surchauffas +surchauffasse +surchauffassent +surchauffasses +surchauffassiez +surchauffassions +surchauffmes +surchaufft +surchaufftes +surchauffe +surchauffent +surchauffer +surchauffera +surchaufferai +surchaufferaient +surchaufferais +surchaufferait +surchaufferas +surchaufferez +surchaufferiez +surchaufferions +surchaufferons +surchaufferont +surchauffes +surchauffez +surchauff +surchauffe +surchauffes +surchauffs +surchauffrent +surchauffiez +surchauffions +surchauffons +surchoix +surclassa +surclassai +surclassaient +surclassais +surclassait +surclassant +surclassas +surclassasse +surclassassent +surclassasses +surclassassiez +surclassassions +surclassmes +surclasst +surclasstes +surclasse +surclassent +surclasser +surclassera +surclasserai +surclasseraient +surclasserais +surclasserait +surclasseras +surclasserez +surclasseriez +surclasserions +surclasserons +surclasseront +surclasses +surclassez +surclass +surclasse +surclasses +surclasss +surclassrent +surclassiez +surclassions +surclassons +surcoupa +surcoupai +surcoupaient +surcoupais +surcoupait +surcoupant +surcoupas +surcoupasse +surcoupassent +surcoupasses +surcoupassiez +surcoupassions +surcoupmes +surcoupt +surcouptes +surcoupe +surcoupent +surcouper +surcoupera +surcouperai +surcouperaient +surcouperais +surcouperait +surcouperas +surcouperez +surcouperiez +surcouperions +surcouperons +surcouperont +surcoupes +surcoupez +surcoup +surcoupe +surcoupes +surcoups +surcouprent +surcoupiez +surcoupions +surcoupons +surcrot +surcrots +surdi +surdit +surdits +surdou +surdoue +surdoues +surdous +sure prep ou aigre +sureau +sureaux +surenchri +surenchrie +surenchries +surenchrir +surenchrira +surenchrirai +surenchriraient +surenchrirais +surenchrirait +surenchriras +surenchrirent +surenchrirez +surenchririez +surenchririons +surenchrirons +surenchriront +surenchris +surenchrissaient +surenchrissais +surenchrissait +surenchrissant +surenchrisse +surenchrissent +surenchrisses +surenchrissez +surenchrissiez +surenchrissions +surenchrissons +surenchrit +surenchrmes +surenchrt +surenchrtes +surenchre +surenchres +surent +sures prep ou aigre +surestima +surestimai +surestimaient +surestimais +surestimait +surestimant +surestimas +surestimasse +surestimassent +surestimasses +surestimassiez +surestimassions +surestimation +surestimations +surestimmes +surestimt +surestimtes +surestime +surestiment +surestimer +surestimera +surestimerai +surestimeraient +surestimerais +surestimerait +surestimeras +surestimerez +surestimeriez +surestimerions +surestimerons +surestimeront +surestimes +surestimez +surestim +surestime +surestimes +surestims +surestimrent +surestimiez +surestimions +surestimons +suret +surets +surette +surettes +surexcita +surexcitai +surexcitaient +surexcitais +surexcitait +surexcitant +surexcitas +surexcitasse +surexcitassent +surexcitasses +surexcitassiez +surexcitassions +surexcitation +surexcitations +surexcitmes +surexcitt +surexcittes +surexcite +surexcitent +surexciter +surexcitera +surexciterai +surexciteraient +surexciterais +surexciterait +surexciteras +surexciterez +surexciteriez +surexciterions +surexciterons +surexciteront +surexcites +surexcitez +surexcit +surexcite +surexcites +surexcits +surexcitrent +surexcitiez +surexcitions +surexcitons +surexposa +surexposai +surexposaient +surexposais +surexposait +surexposant +surexposas +surexposasse +surexposassent +surexposasses +surexposassiez +surexposassions +surexposmes +surexpost +surexpostes +surexpose +surexposent +surexposer +surexposera +surexposerai +surexposeraient +surexposerais +surexposerait +surexposeras +surexposerez +surexposeriez +surexposerions +surexposerons +surexposeront +surexposes +surexposez +surexpos +surexpose +surexposes +surexposs +surexposrent +surexposiez +surexposions +surexposition +surexpositions +surexposons +surleva +surlevai +surlevaient +surlevais +surlevait +surlevant +surlevas +surlevasse +surlevassent +surlevasses +surlevassiez +surlevassions +surlevmes +surlevt +surlevtes +surlever +surlevez +surlev +surleve +surleves +surlevs +surlevrent +surleviez +surlevions +surlevons +surlvation +surlvations +surlve +surlvent +surlvera +surlverai +surlveraient +surlverais +surlverait +surlveras +surlverez +surlveriez +surlverions +surlverons +surlveront +surlves +surface +surfaces +surfaire +surfais +surfaisaient +surfaisais +surfaisait +surfaisant +surfaisiez +surfaisions +surfaisons +surfait +surfaite +surfaites +surfaits +surfasse +surfassent +surfasses +surfassiez +surfassions +surfera +surferai +surferaient +surferais +surferait +surferas +surferez +surferiez +surferions +surferons +surferont +surfin +surfine +surfines +surfins +surfirent +surfis +surfisse +surfissent +surfisses +surfissiez +surfissions +surfit +surfmes +surft +surftes +surfont +surfusion +surfusions +surgela +surgelai +surgelaient +surgelais +surgelait +surgelant +surgelas +surgelasse +surgelassent +surgelasses +surgelassiez +surgelassions +surgelmes +surgelt +surgeltes +surgeler +surgelez +surgel +surgele +surgeles +surgels +surgelrent +surgeliez +surgelions +surgelons +surgeon +surgeons +surgle +surglent +surglera +surglerai +surgleraient +surglerais +surglerait +surgleras +surglerez +surgleriez +surglerions +surglerons +surgles +surgi +surgie +surgies +surgir +surgira +surgirai +surgiraient +surgirais +surgirait +surgiras +surgirent +surgirez +surgiriez +surgirions +surgirons +surgiront +surgis +surgissaient +surgissais +surgissait +surgissant +surgisse +surgissement +surgissements +surgissent +surgisses +surgissez +surgissiez +surgissions +surgissons +surgit +surgmes +surgt +surgtes +surhaussa +surhaussai +surhaussaient +surhaussais +surhaussait +surhaussant +surhaussas +surhaussasse +surhaussassent +surhaussasses +surhaussassiez +surhaussassions +surhaussmes +surhausst +surhausstes +surhausse +surhaussement +surhaussements +surhaussent +surhausser +surhaussera +surhausseraient +surhausserais +surhausserait +surhausseras +surhausserez +surhausseriez +surhausserions +surhausserons +surhausseront +surhausses +surhaussez +surhauss +surhausse +surhausses +surhausss +surhaussrent +surhaussiez +surhaussions +surhaussons +surhomme +surhumain +surhumaine +surhumaines +surhumains +suri +surie +suries +surimposa +surimposai +surimposaient +surimposais +surimposait +surimposant +surimposas +surimposasse +surimposassent +surimposasses +surimposassiez +surimposassions +surimposmes +surimpost +surimpostes +surimpose +surimposent +surimposer +surimposerai +surimposeraient +surimposerais +surimposerait +surimposeras +surimposerez +surimposeriez +surimposerions +surimposerons +surimposeront +surimposes +surimposez +surimpos +surimpose +surimposes +surimposs +surimposrent +surimposiez +surimposions +surimposons +surimpression +surimpressions +surintendance +surintendances +surintendant +surintendants +surir +surira +surirai +suriraient +surirais +surirait +suriras +surirent +surirez +suririez +suririons +surirons +suriront +suris +surissaient +surissais +surissait +surissant +surisse +surissent +surisses +surissez +surissiez +surissions +surissons +surit +surmes +surt +surtes +surjet +surjets +surledemain +surledemains +surmena +surmenage +surmenages +surmenai +surmenaient +surmenais +surmenait +surmenant +surmenas +surmenasse +surmenassent +surmenasses +surmenassiez +surmenassions +surmenmes +surment +surmentes +surmener +surmenez +surmen +surmene +surmenes +surmens +surmne +surmnent +surmnera +surmnerai +surmneraient +surmnerais +surmnerait +surmneras +surmnerez +surmneriez +surmnerions +surmnerons +surmneront +surmnes +surmonta +surmontable +surmontables +surmontai +surmontaient +surmontais +surmontait +surmontant +surmontas +surmontasse +surmontassent +surmontasses +surmontassiez +surmontassions +surmontmes +surmontt +surmonttes +surmonte +surmontent +surmonter +surmontera +surmonterai +surmonteraient +surmonterais +surmonterait +surmonteras +surmonterez +surmonteriez +surmonterions +surmonterons +surmonteront +surmontes +surmontez +surmont +surmonte +surmontes +surmontrent +surmontiez +surmontions +surmontons +surmulet +surmulets +surmulot +surmulots +surnage +surnagea +surnageai +surnageaient +surnageais +surnageait +surnageant +surnageas +surnageasse +surnageassent +surnageasses +surnageassiez +surnageassions +surnagemes +surnaget +surnagetes +surnagent +surnageons +surnager +surnagera +surnagerai +surnageraient +surnagerais +surnagerait +surnageras +surnagerez +surnageriez +surnagerions +surnagerons +surnageront +surnages +surnagez +surnag +surnage +surnages +surnags +surnagrent +surnagiez +surnagions +surnaturel +surnaturelle +surnaturellement +surnaturelles +surnaturels +surnom +surnombre +surnombres +surnomma +surnommai +surnommaient +surnommais +surnommait +surnommant +surnommas +surnommasse +surnommassent +surnommasses +surnommassiez +surnommassions +surnommmes +surnommt +surnommtes +surnomme +surnomment +surnommer +surnommera +surnommerai +surnommeraient +surnommerais +surnommerait +surnommeras +surnommerez +surnommeriez +surnommerions +surnommerons +surnommeront +surnommes +surnommez +surnomm +surnomme +surnommee +surnomms +surnommrent +surnommiez +surnommions +surnommons +surnoms +surnumraire +surnumraires +surot +surots +surpassa +surpassai +surpassaient +surpassais +surpassait +surpassant +surpassas +surpassasse +surpassassent +surpassasses +surpassassiez +surpassassions +surpassmes +surpasst +surpasstes +surpasse +surpassent +surpasser +surpassera +surpasserai +surpasseraient +surpasserais +surpasserait +surpasseras +surpasserez +surpasseriez +surpasserions +surpasserons +surpasseront +surpasses +surpassez +surpass +surpasse +surpasses +surpasss +surpassiez +surpassions +surpassons +surpleuplement +surpleuplements +surpleupl +surpleuple +surpleuples +surpleupls +surplomb +surplomba +surplombai +surplombaient +surplombais +surplombait +surplombant +surplombas +surplombasse +surplombassent +surplombasses +surplombassiez +surplombassions +surplombmes +surplombt +surplombtes +surplombe +surplombent +surplomber +surplombera +surplomberai +surplomberaient +surplomberais +surplomberait +surplomberas +surplomberez +surplomberiez +surplomberions +surplomberons +surplomberont +surplombes +surplombez +surplomb +surplombe +surplombes +surplombs +surplombrent +surplombiez +surplombions +surplombons +surplombs +surplus +surprenaient +surprenais +surprenait +surprenant +surprenante +surprenantes +surprenants +surprend +surprendra +surprendrai +surprendraient +surprendrais +surprendrait +surprendras +surprendre +surprendrez +surprendriez +surprendrions +surprendrons +surprendront +surprends +surprenez +surpreniez +surprenions +surprenne +surprennent +surprennes +surprenons +surpression +surprient +surpris +surprise +surprises +surprisse +surprissent +surprisses +surprissiez +surprissions +surprit +surprmes +surprt +surprtes +surproduction +surproductions +surrection +surrections +surralisme +surraliste +surralistes +surrgnrateur +surrgnrateurs +surrnal +surrnale +surrnales +surrnaux +surs prep ou aigre +sursatura +sursaturai +sursaturaient +sursaturais +sursaturait +sursaturant +sursaturas +sursaturasse +sursaturassent +sursaturasses +sursaturassiez +sursaturassions +sursaturmes +sursaturt +sursaturtes +sursature +sursaturent +sursaturer +sursaturera +sursaturerai +sursatureraient +sursaturerais +sursaturerait +sursatureras +sursaturerez +sursatureriez +sursaturerions +sursaturerons +sursatureront +sursatures +sursaturez +sursatur +sursature +sursatures +sursaturs +sursaturrent +sursaturiez +sursaturions +sursaturons +sursaut +sursauta +sursautai +sursautaient +sursautais +sursautait +sursautant +sursautas +sursautasse +sursautassent +sursautasses +sursautassiez +sursautassions +sursautmes +sursautt +sursauttes +sursaute +sursautent +sursauter +sursautera +sursauterai +sursauteraient +sursauterais +sursauterait +sursauteras +sursauterez +sursauteriez +sursauterions +sursauterons +sursauteront +sursautes +sursautez +sursaut +sursaute +sursautes +sursauts +sursautrent +sursautiez +sursautions +sursautons +sursauts +surseoir +surseoira +surseoirai +surseoiraient +surseoirais +surseoirait +surseoiras +surseoirez +surseoiriez +surseoirions +surseoirons +surseoiront +sursirent +sursis +sursise +sursises +sursisse +sursissent +sursisses +sursissiez +sursissions +sursit +sursitaire +sursitaires +sursmes +surst +surstes +sursoie +sursoient +sursoies +sursois +sursoit +sursoyaient +sursoyais +sursoyait +sursoyant +sursoyez +sursoyiez +sursoyions +sursoyons +surtaxa +surtaxai +surtaxaient +surtaxais +surtaxait +surtaxant +surtaxas +surtaxasse +surtaxassent +surtaxasses +surtaxassiez +surtaxassions +surtaxmes +surtaxt +surtaxtes +surtaxe +surtaxent +surtaxer +surtaxera +surtaxerai +surtaxeraient +surtaxerais +surtaxerait +surtaxeras +surtaxerez +surtaxeriez +surtaxerions +surtaxerons +surtaxeront +surtaxes +surtaxez +surtax +surtaxe +surtaxes +surtaxs +surtaxrent +surtaxiez +surtaxions +surtaxons +surtension +surtensions +surtout +surveilla +surveillai +surveillaient +surveillais +surveillait +surveillance +surveillances +surveillant +surveillante +surveillantes +surveillants +surveillas +surveillasse +surveillassent +surveillasses +surveillassiez +surveillassions +surveillmes +surveillt +surveilltes +surveille +surveillent +surveiller +surveillera +surveillerai +surveilleraient +surveillerais +surveillerait +surveilleras +surveillerez +surveilleriez +surveillerions +surveillerons +surveilleront +surveilles +surveillez +surveill +surveille +surveilles +surveills +surveillrent +surveilliez +surveillions +surveillons +survenaient +survenais +survenait +survenant +survenants +survenez +surveniez +survenions +survenir +survenons +survenu +survenue +survenues +survenus +survcu +survcue +survcues +survcurent +survcus +survcut +survcmes +survctes +survtement +survtements +survie +surviendra +surviendrai +surviendraient +surviendrais +surviendrait +surviendras +surviendrez +surviendriez +surviendrions +surviendrons +surviendront +survienne +surviennent +surviennes +surviens +survient +survies +survinrent +survins +survinsse +survinssent +survinsses +survinssiez +survinssions +survint +survira +surviraient +survirant +survirassent +survirt +survire +survirent +survirer +survirera +survireraient +survirerait +survireront +survir +survire +survires +survirs +survirrent +survis +survisse +survissent +survisses +survissiez +survissions +survit +survivaient +survivais +survivait +survivance +survivances +survivant +survivante +survivantes +survivants +survive +survivent +survives +survivez +surviviez +survivions +survivons +survivra +survivrai +survivraient +survivrais +survivrait +survivras +survivre +survivrez +survivriez +survivrions +survivrons +survivront +survnmes +survnt +survntes +survt +survol +survola +survolai +survolaient +survolais +survolait +survolant +survolas +survolasse +survolassent +survolasses +survolassiez +survolassions +survolmes +survolt +survoltes +survole +survolent +survoler +survolera +survolerai +survoleraient +survolerais +survolerait +survoleras +survolerez +survoleriez +survolerions +survolerons +survoleront +survoles +survolez +survol +survole +survoles +survols +survolrent +survoliez +survolions +survolons +survols +survoltage +survoltages +survolt +survolte +survoltes +survolts +sus +susceptibilit +susceptibilits +susceptible +susceptibles +suscita +suscitai +suscitaient +suscitais +suscitait +suscitant +suscitas +suscitasse +suscitassent +suscitasses +suscitassiez +suscitassions +suscitmes +suscitt +suscittes +suscite +suscitent +susciter +suscitera +susciterai +susciteraient +susciterais +susciterait +susciteras +susciterez +susciteriez +susciterions +susciterons +susciteront +suscites +suscitez +suscit +suscite +suscites +suscits +suscitrent +suscitiez +suscitions +suscitons +suscription +suscriptions +susdit +susdite +susdites +susdits +susnomm +susnomme +susnommes +susnomms +suspect +suspecta +suspectai +suspectaient +suspectais +suspectait +suspectant +suspectas +suspectasse +suspectassent +suspectasses +suspectassiez +suspectassions +suspectmes +suspectt +suspecttes +suspecte +suspectent +suspecter +suspectera +suspecterai +suspecteraient +suspecterais +suspecterait +suspecteras +suspecterez +suspecteriez +suspecterions +suspecterons +suspecteront +suspectes +suspectez +suspect +suspecte +suspectes +suspects +suspectrent +suspectiez +suspections +suspectons +suspects +suspend +suspendaient +suspendais +suspendait +suspendant +suspende +suspendent +suspendes +suspendez +suspendiez +suspendions +suspendirent +suspendis +suspendisse +suspendissent +suspendisses +suspendissiez +suspendissions +suspendit +suspendmes +suspendt +suspendtes +suspendons +suspendra +suspendrai +suspendraient +suspendrais +suspendrait +suspendras +suspendre +suspendrez +suspendriez +suspendrions +suspendrons +suspendront +suspends +suspendu +suspendue +suspendues +suspendus +suspens +suspenseur +suspenseure +suspenseures +suspenseurs +suspensif +suspensifs +suspension +suspensions +suspensive +suspensivement +suspensives +suspicion +suspicions +susse +sussent +susses +sussiez +sussions +sustenta +sustentai +sustentaient +sustentais +sustentait +sustentant +sustentas +sustentasse +sustentassent +sustentasses +sustentassiez +sustentassions +sustentation +sustentations +sustentmes +sustentt +sustenttes +sustente +sustentent +sustenter +sustentera +sustenterai +sustenteraient +sustenterais +sustenterait +sustenteras +sustenterez +sustenteriez +sustenterions +sustenterons +sustenteront +sustentes +sustentez +sustent +sustente +sustentes +sustents +sustentrent +sustentiez +sustentions +sustentons +susurra +susurrai +susurraient +susurrais +susurrait +susurrant +susurras +susurrasse +susurrassent +susurrasses +susurrassiez +susurrassions +susurrmes +susurrt +susurrtes +susurre +susurrement +susurrements +susurrent +susurrer +susurrera +susurrerai +susurreraient +susurrerais +susurrerait +susurreras +susurrerez +susurreriez +susurrerions +susurrerons +susurreront +susurres +susurrez +susurr +susurre +susurres +susurrs +susurrrent +susurriez +susurrions +susurrons +sut +sutura +suturai +suturaient +suturais +suturait +suturant +suturas +suturasse +suturassent +suturasses +suturassiez +suturassions +suturmes +suturt +suturtes +suture +suturent +suturer +suturera +suturerai +sutureraient +suturerais +suturerait +sutureras +suturerez +sutureriez +suturerions +suturerons +sutureront +sutures +suturez +sutur +suture +sutures +suturs +suturrent +suturiez +suturions +suturons +suzanne +suzerain +suzeraine +suzeraines +suzerainet +suzerainets +suzerains +smes +sr +sre +srement +sres +sret +srets +srs +st +stes +svastika +svastikas +svelte +sveltes +sveltesse +sveltesses +svp +sybarite +sybarites +sycomore +sycomores +syllabe +syllabes +syllogisme +syllogismes +sylphide +sylphides +sylvestre +sylvestres +sylviculture +symbiose +symbioses +symbole +symboles +symbolique +symboliquement +symboliques +symbolisa +symbolisai +symbolisaient +symbolisais +symbolisait +symbolisant +symbolisas +symbolisasse +symbolisassent +symbolisasses +symbolisassiez +symbolisassions +symbolismes +symbolist +symbolistes +symbolise +symbolisent +symboliser +symbolisera +symboliserai +symboliseraient +symboliserais +symboliserait +symboliseras +symboliserez +symboliseriez +symboliserions +symboliserons +symboliseront +symbolises +symbolisez +symbolis +symbolise +symbolises +symboliss +symbolisrent +symbolisiez +symbolisions +symbolisme +symbolismes +symbolisons +symboliste +symbolistes +symtrie +symtries +symtrique +symtriquement +symtriques +sympa +sympathie +sympathies +sympathique +sympathiquement +sympathiques +sympathisa +sympathisai +sympathisaient +sympathisais +sympathisait +sympathisant +sympathisants +sympathisas +sympathisasse +sympathisassent +sympathisasses +sympathisassiez +sympathisassions +sympathismes +sympathist +sympathistes +sympathise +sympathisent +sympathiser +sympathisera +sympathiserai +sympathiseraient +sympathiserais +sympathiserait +sympathiseras +sympathiserez +sympathiseriez +sympathiserions +sympathiserons +sympathiseront +sympathises +sympathisez +sympathis +sympathise +sympathises +sympathiss +sympathisrent +sympathisiez +sympathisions +sympathisons +symphonie +symphonies +symphonique +symphoniques +symposium +symposiums +symptomatique +symptomatiques +symptme +symptmes +synagogue +synagogues +synchrone +synchrones +synchronisa +synchronisai +synchronisaient +synchronisais +synchronisait +synchronisant +synchronisas +synchronisasse +synchronisassent +synchronisasses +synchronisassiez +synchronisassions +synchronisation +synchronisations +synchronismes +synchronist +synchronistes +synchronise +synchronisent +synchroniser +synchronisera +synchroniserai +synchroniseraient +synchroniserais +synchroniserait +synchroniseras +synchroniserez +synchroniseriez +synchroniserions +synchroniserons +synchroniseront +synchronises +synchronisez +synchronis +synchronise +synchronises +synchroniss +synchronisrent +synchronisiez +synchronisions +synchronisme +synchronismes +synchronisons +synclinal +syncopa +syncopai +syncopaient +syncopais +syncopait +syncopal +syncopale +syncopales +syncopant +syncopas +syncopasse +syncopassent +syncopasses +syncopassiez +syncopassions +syncopaux +syncopmes +syncopt +syncoptes +syncope +syncopent +syncoper +syncopera +syncoperai +syncoperaient +syncoperais +syncoperait +syncoperas +syncoperez +syncoperiez +syncoperions +syncoperons +syncoperont +syncopes +syncopez +syncop +syncope +syncopes +syncops +syncoprent +syncopiez +syncopions +syncopons +syndic +syndical +syndicale +syndicalement +syndicales +syndicalisme +syndicaliste +syndicalistes +syndicat +syndicats +syndicaux +syndics +syndiqua +syndiquai +syndiquaient +syndiquais +syndiquait +syndiquant +syndiquas +syndiquasse +syndiquassent +syndiquasses +syndiquassiez +syndiquassions +syndiqumes +syndiqut +syndiqutes +syndique +syndiquent +syndiquer +syndiquera +syndiquerai +syndiqueraient +syndiquerais +syndiquerait +syndiqueras +syndiquerez +syndiqueriez +syndiquerions +syndiquerons +syndiqueront +syndiques +syndiquez +syndiqu +syndique +syndiques +syndiqus +syndiqurent +syndiquiez +syndiquions +syndiquons +syndrome +syndromes +synergie +synergique +synrse +synrses +synodal +synodale +synodales +synodaux +synode +synodes +synonyme +synonymes +synonymie +synopsis +synoptique +synoptiques +synovie +syntagme +syntagmes +syntaxe +syntaxes +syntaxique +syntaxiques +synthtique +synthtiques +synthtisa +synthtisai +synthtisaient +synthtisais +synthtisait +synthtisant +synthtisas +synthtisasse +synthtisassent +synthtisasses +synthtisassiez +synthtisassions +synthtismes +synthtist +synthtistes +synthtise +synthtisent +synthtiser +synthtisera +synthtiserai +synthtiseraient +synthtiserais +synthtiserait +synthtiseras +synthtiserez +synthtiseriez +synthtiserions +synthtiserons +synthtiseront +synthtises +synthtisez +synthtis +synthtise +synthtises +synthtiss +synthtisrent +synthtisiez +synthtisions +synthtisons +synthse +synthses +syphilis +syphilitique +syphilitiques +syrie +syrien +syrienne +syriennes +syriens +systmatique +systmatiquement +systmatiques +systme +systmes +systole +systoles +systolique +systoliques +t +ta +tabac +tabacs +tabagie +tabagies +tabagisme +tabagismes +tabatire +tabatires +tabellion +tabellions +tabernacle +tabernacles +tabs +tabla +tablai +tablaient +tablais +tablait +tablant +tablas +tablasse +tablassent +tablasses +tablassiez +tablassions +tablmes +tablt +tabltes +table +tableau +tableautin +tableautins +tableaux +tablent +tabler +tablera +tablerai +tableraient +tablerais +tablerait +tableras +tablerez +tableriez +tablerions +tablerons +tableront +tables +tabletier +tabletiers +tabletire +tabletires +tablette +tabletterie +tabletteries +tablettes +tableur +tableurs +tablez +tabl +table +tables +tabls +tablrent +tablier +tabliers +tabliez +tablions +tablod +tablode +tablodes +tablods +tablons +tabor +tabors +tabou +taboue +taboues +tabouret +tabourets +tabous +tabulaire +tabulaires +tabulateur +tabulateurs +tabulation +tabulations +tabulatrice +tabulatrices +tac +tacaud +tacauds +tacha marquer +tachai marquer +tachaient marquer +tachais marquer +tachait marquer +tachant marquer +tachas marquer +tachasse marquer +tachassent marquer +tachasses marquer +tachassiez marquer +tachassions marquer +tachmes marquer +tacht marquer +tachtes marquer +tache marque +tachent marquer +tacher marquer +tachera marquer +tacherai marquer +tacheraient marquer +tacherais marquer +tacherait marquer +tacheras marquer +tacherez marquer +tacheriez marquer +tacherions marquer +tacherons marquer +tacheront marquer +taches marque +tacheta +tachetai +tachetaient +tachetais +tachetait +tachetant +tachetas +tachetasse +tachetassent +tachetasses +tachetassiez +tachetassions +tachetmes +tachett +tachettes +tacheter +tachetez +tachet +tachete +tachetes +tachets +tachetrent +tachetiez +tachetions +tachetons +tachez marquer +tach marqu +tache marqu +taches marqu +tachs marqus +tachrent marquer +tachte +tachtent +tachtera +tachterai +tachteraient +tachterais +tachterait +tachteras +tachterez +tachteriez +tachterions +tachterons +tachteront +tachtes +tachiez marquer +tachions marquer +tachons marquer +tachycardie +tachycardies +tachymtre +tachymtres +tacite +tacitement +tacites +taciturne +taciturnes +tacot +tacots +tacs +tact +tacticien +tacticiens +tactile +tactiles +tactique +tactiques +tacts +taffetas +tafia +taie +taies +tailla +taillable +taillables +taillada +tailladai +tailladaient +tailladais +tailladait +tailladant +tailladas +tailladasse +tailladassent +tailladasses +tailladassiez +tailladassions +tailladmes +tailladt +tailladtes +taillade +tailladent +taillader +tailladera +tailladerai +tailladeraient +tailladerais +tailladerait +tailladeras +tailladerez +tailladeriez +tailladerions +tailladerons +tailladeront +taillades +tailladez +taillad +taillade +taillades +taillads +tailladrent +tailladiez +tailladions +tailladons +taillai +taillaient +taillais +taillait +taillanderie +taillanderies +taillandier +taillandiers +taillant +taillants +taillas +taillasse +taillassent +taillasses +taillassiez +taillassions +taillmes +taillt +tailltes +taille +taillent +tailler +taillera +taillerai +tailleraient +taillerais +taillerait +tailleras +taillerez +taillerie +tailleries +tailleriez +taillerions +taillerons +tailleront +tailles +tailleur +tailleurs +taillez +taill +taille +tailles +taills +taillrent +tailliez +taillions +taillis +tailloir +tailloirs +taillons +tain +tains +taira +tairai +tairaient +tairais +tairait +tairas +taire +tairez +tairiez +tairions +tairons +tairont +tais +taisaient +taisais +taisait +taisant +taise +taisent +taises +taisez +taisiez +taisions +taisons +tait +taaut +taga +tagas +talc +talent +talents +talentueuse +talentueusez +talentueux +talion +talions +talisman +talismans +talkie +talkies +talle +talles +talocha +talochai +talochaient +talochais +talochait +talochant +talochas +talochasse +talochassent +talochasses +talochassiez +talochassions +talochmes +talocht +talochtes +taloche +talochent +talocher +talochera +talocherai +talocheraient +talocherais +talocherait +talocheras +talocherez +talocheriez +talocherions +talocherons +talocheront +taloches +talochez +taloch +taloche +taloches +talochs +talochrent +talochiez +talochions +talochons +talon +talonna +talonnai +talonnaient +talonnais +talonnait +talonnant +talonnas +talonnasse +talonnassent +talonnasses +talonnassiez +talonnassions +talonnmes +talonnt +talonntes +talonne +talonnent +talonner +talonnera +talonnerai +talonneraient +talonnerais +talonnerait +talonneras +talonnerez +talonneriez +talonnerions +talonnerons +talonneront +talonnes +talonnette +talonnettes +talonnez +talonn +talonne +talonnes +talonns +talonnrent +talonniez +talonnions +talonnons +talons +talqua +talquai +talquaient +talquais +talquait +talquant +talquas +talquasse +talquassent +talquasses +talquassiez +talquassions +talqumes +talqut +talqutes +talque +talquent +talquer +talquera +talquerai +talqueraient +talquerais +talquerait +talqueras +talquerez +talqueriez +talquerions +talquerons +talqueront +talques +talquez +talqu +talque +talques +talqus +talqurent +talquiez +talquions +talquons +talus +tam +tamanoir +tamanoirs +tamarin +tamarinier +tamariniers +tamarins +tamaris +tambour +tambourin +tambourina +tambourinage +tambourinages +tambourinai +tambourinaient +tambourinaire +tambourinaires +tambourinais +tambourinait +tambourinant +tambourinas +tambourinasse +tambourinassent +tambourinasses +tambourinassiez +tambourinassions +tambourinmes +tambourint +tambourintes +tambourine +tambourinent +tambouriner +tambourinera +tambourinerai +tambourineraient +tambourinerais +tambourinerait +tambourineras +tambourinerez +tambourineriez +tambourinerions +tambourinerons +tambourineront +tambourines +tambourinez +tambourin +tambourine +tambourines +tambourins +tambourinrent +tambouriniez +tambourinions +tambourinons +tambourins +tambours +tamis +tamisa +tamisage +tamisages +tamisai +tamisaient +tamisais +tamisait +tamisant +tamisas +tamisasse +tamisassent +tamisasses +tamisassiez +tamisassions +tamismes +tamist +tamistes +tamise +tamisent +tamiser +tamisera +tamiserai +tamiseraient +tamiserais +tamiserait +tamiseras +tamiserez +tamiseriez +tamiserions +tamiserons +tamiseront +tamises +tamiseur +tamiseurs +tamiseuse +tamiseuses +tamisez +tamis +tamise +tamises +tamiss +tamisrent +tamisiez +tamisions +tamisons +tampon +tamponna +tamponnai +tamponnaient +tamponnais +tamponnait +tamponnant +tamponnas +tamponnasse +tamponnassent +tamponnasses +tamponnassiez +tamponnassions +tamponnmes +tamponnt +tamponntes +tamponne +tamponnement +tamponnements +tamponnent +tamponner +tamponnera +tamponnerai +tamponneraient +tamponnerais +tamponnerait +tamponneras +tamponnerez +tamponneriez +tamponnerions +tamponnerons +tamponneront +tamponnes +tamponnez +tamponn +tamponne +tamponnes +tamponns +tamponnrent +tamponniez +tamponnions +tamponnons +tampons +tams +tan +tance +tancent +tancer +tancera +tancerai +tanceraient +tancerais +tancerait +tanceras +tancerez +tanceriez +tancerions +tancerons +tanceront +tances +tancez +tanc +tance +tances +tancs +tancrent +tanche +tanches +tanciez +tancions +tana +tanai +tanaient +tanais +tanait +tanant +tanas +tanasse +tanassent +tanasses +tanassiez +tanassions +tanmes +tant +tantes +tanons +tandem +tandems +tandis +tangage +tangages +tangent +tangente +tangentes +tangentiel +tangentielle +tangentielles +tangentiels +tangents +tangible +tangibles +tango +tangos +tangua +tanguaient +tanguait +tanguant +tanguassent +tangut +tangue +tanguent +tanguer +tanguera +tangueraient +tanguerait +tangueront +tangu +tangue +tangues +tangus +tangurent +tanire +tanires +tanin +tank +tanker +tankers +tanks +tanna +tannage +tannages +tannai +tannaient +tannais +tannait +tannant +tannas +tannasse +tannassent +tannasses +tannassiez +tannassions +tannmes +tannt +tanntes +tanne +tannent +tanner +tannera +tannerai +tanneraient +tannerais +tannerait +tanneras +tannerez +tannerie +tanneries +tanneriez +tannerions +tannerons +tanneront +tannes +tanneur +tanneurs +tannez +tann +tanne +tannes +tanns +tannrent +tanniez +tannin +tannions +tannons +tant +tantale +tante +tantes +tantime +tantimes +tantinet +tantinets +tantt +taosme +taon +tapa +tapage +tapages +tapageur +tapageurs +tapageuse +tapageusement +tapageuses +tapai +tapaient +tapais +tapait +tapant +tapas +tapasse +tapassent +tapasses +tapassiez +tapassions +tapmes +tapt +taptes +tape +tapecul +tapeculs +tapent +taper +tapera +taperai +taperaient +taperais +taperait +taperas +taperez +taperiez +taperions +taperons +taperont +tapes +tapette +tapettes +tapeur +tapeurs +tapeuse +tapeuses +tapez +tap +tape +tapes +taps +taprent +tapi +tapie +tapies +tapiez +tapinois +tapioca +tapions +tapir +tapira +tapirai +tapiraient +tapirais +tapirait +tapiras +tapirent +tapirez +tapiriez +tapirions +tapirons +tapiront +tapirs +tapis +tapissa +tapissai +tapissaient +tapissais +tapissait +tapissant +tapissas +tapissasse +tapissassent +tapissasses +tapissassiez +tapissassions +tapissmes +tapisst +tapisstes +tapisse +tapissent +tapisser +tapissera +tapisserai +tapisseraient +tapisserais +tapisserait +tapisseras +tapisserez +tapisserie +tapisseries +tapisseriez +tapisserions +tapisserons +tapisseront +tapisses +tapissez +tapiss +tapisse +tapisses +tapisss +tapissrent +tapissier +tapissiers +tapissiez +tapissire +tapissires +tapissions +tapissons +tapit +tapmes +tapt +taptes +tapon +tapons +tapota +tapotai +tapotaient +tapotais +tapotait +tapotant +tapotas +tapotasse +tapotassent +tapotasses +tapotassiez +tapotassions +tapotmes +tapott +tapottes +tapote +tapotent +tapoter +tapotera +tapoterai +tapoteraient +tapoterais +tapoterait +tapoteras +tapoterez +tapoteriez +tapoterions +tapoterons +tapoteront +tapotes +tapotez +tapot +tapote +tapotes +tapots +tapotrent +tapotiez +tapotions +tapotons +taquet +taquets +taquin +taquina +taquinai +taquinaient +taquinais +taquinait +taquinant +taquinas +taquinasse +taquinassent +taquinasses +taquinassiez +taquinassions +taquinmes +taquint +taquintes +taquine +taquinent +taquiner +taquinera +taquinerai +taquineraient +taquinerais +taquinerait +taquineras +taquinerez +taquinerie +taquineries +taquineriez +taquinerions +taquinerons +taquineront +taquines +taquinez +taquin +taquine +taquines +taquins +taquinrent +taquiniez +taquinions +taquinons +taquins +tara +tarabiscota +tarabiscotai +tarabiscotaient +tarabiscotais +tarabiscotait +tarabiscotant +tarabiscotas +tarabiscotasse +tarabiscotassent +tarabiscotasses +tarabiscotassiez +tarabiscotassions +tarabiscotmes +tarabiscott +tarabiscottes +tarabiscote +tarabiscotent +tarabiscoter +tarabiscotera +tarabiscoterai +tarabiscoteraient +tarabiscoterais +tarabiscoterait +tarabiscoteras +tarabiscoterez +tarabiscoteriez +tarabiscoterions +tarabiscoterons +tarabiscoteront +tarabiscotes +tarabiscotez +tarabiscot +tarabiscote +tarabiscotes +tarabiscots +tarabiscotrent +tarabiscotiez +tarabiscotions +tarabiscotons +tarabusta +tarabustai +tarabustaient +tarabustais +tarabustait +tarabustant +tarabustas +tarabustasse +tarabustassent +tarabustasses +tarabustassiez +tarabustassions +tarabustmes +tarabustt +tarabusttes +tarabuste +tarabustent +tarabuster +tarabustera +tarabusterai +tarabusteraient +tarabusterais +tarabusterait +tarabusteras +tarabusterez +tarabusteriez +tarabusterions +tarabusterons +tarabusteront +tarabustes +tarabustez +tarabust +tarabuste +tarabustes +tarabusts +tarabustrent +tarabustiez +tarabustions +tarabustons +tarai +taraient +tarais +tarait +tarant +taras +tarasque +tarasques +tarasse +tarassent +tarasses +tarassiez +tarassions +taraud +tarauda +taraudage +taraudages +taraudai +taraudaient +taraudais +taraudait +taraudant +taraudas +taraudasse +taraudassent +taraudasses +taraudassiez +taraudassions +taraudmes +taraudt +taraudtes +taraude +taraudent +tarauder +taraudera +tarauderai +tarauderaient +tarauderais +tarauderait +tarauderas +tarauderez +tarauderiez +tarauderions +tarauderons +tarauderont +taraudes +taraudeuse +taraudeuses +taraudez +taraud +taraude +taraudes +tarauds +taraudrent +taraudiez +taraudions +taraudons +tarauds +tarmes +tart +tartes +tarbouch +tarbouche +tarbouches +tarbouchs +tard +tarda +tardai +tardaient +tardais +tardait +tardant +tardas +tardasse +tardassent +tardasses +tardassiez +tardassions +tardmes +tardt +tardtes +tarde +tardent +tarder +tardera +tarderai +tarderaient +tarderais +tarderait +tarderas +tarderez +tarderiez +tarderions +tarderons +tarderont +tardes +tardez +tard +tarde +tardes +tards +tardrent +tardiez +tardif +tardifs +tardions +tardive +tardivement +tardives +tardons +tare +tarent +tarentule +tarentules +tarer +tarera +tarerai +tareraient +tarerais +tarerait +tareras +tarerez +tareriez +tarerions +tarerons +tareront +tares +taret +tarets +tarez +tar +tare +tares +tars +tarrent +targette +targettes +targua +targuai +targuaient +targuais +targuait +targuant +targuas +targuasse +targuassent +targuasses +targuassiez +targuassions +targumes +targut +targutes +targue +targuent +targuer +targuera +targuerai +targueraient +targuerais +targuerait +targueras +targuerez +targueriez +targuerions +targuerons +targueront +targues +targuez +targu +targue +targues +targus +targurent +targuiez +targuions +targuons +tari +tarie +taries +tariez +tarire +tarires +tarif +tarifa +tarifai +tarifaient +tarifaire +tarifaires +tarifais +tarifait +tarifant +tarifas +tarifasse +tarifassent +tarifasses +tarifassiez +tarifassions +tarifmes +tarift +tariftes +tarife +tarifent +tarifer +tarifera +tariferai +tariferaient +tariferais +tariferait +tariferas +tariferez +tariferiez +tariferions +tariferons +tariferont +tarifes +tarifez +tarif +tarife +tarifes +tarifs +tarifrent +tarification +tarifications +tarifiez +tarifions +tarifons +tarifs +tarin +tarins +tarions +tarir +tarira +tarirai +tariraient +tarirais +tarirait +tariras +tarirent +tarirez +taririez +taririons +tarirons +tariront +taris +tarissable +tarissables +tarissaient +tarissais +tarissait +tarissant +tarisse +tarissement +tarissements +tarissent +tarisses +tarissez +tarissiez +tarissions +tarissons +taristane +tarit +tarmes +tart +tartes +tarlatane +taro +tarons +taros +tarots +tarse +tarses +tarsien +tarsienne +tarsiennes +tarsiens +tarsier +tarsiers +tartan +tartane +tartanes +tartans +tartare +tarte +tartelette +tartelettes +tartes +tartine +tartines +tartrage +tartrages +tartrate +tartrates +tartre +tartres +tartrique +tartriques +tartufe +tartuferie +tartuferies +tartufes +tas +tassa +tassai +tassaient +tassais +tassait +tassant +tassas +tassasse +tassassent +tassasses +tassassiez +tassassions +tassmes +tasst +tasstes +tasse +tasseau +tasseaux +tassement +tassements +tassent +tasser +tassera +tasserai +tasseraient +tasserais +tasserait +tasseras +tasserez +tasseriez +tasserions +tasserons +tasseront +tasses +tassez +tass +tasse +tasses +tasss +tassrent +tassiez +tassions +tassons +taste +tatillon +tatillonne +tatillonnes +tatillons +tatou +tatoua +tatouage +tatouages +tatouai +tatouaient +tatouais +tatouait +tatouant +tatouas +tatouasse +tatouassent +tatouasses +tatouassiez +tatouassions +tatoumes +tatout +tatoutes +tatoue +tatouent +tatouer +tatouera +tatouerai +tatoueraient +tatouerais +tatouerait +tatoueras +tatouerez +tatoueriez +tatouerions +tatouerons +tatoueront +tatoues +tatouez +tatou +tatoue +tatoues +tatous +tatourent +tatouiez +tatouions +tatouons +tatous +taudis +taule +taules +taupe +taupes +taupin +taupinire +taupinires +taupins +taureau +taureaux +taurillons +tauromachie +tautologie +tautologies +taux +tavela +tavelage +tavelages +tavelai +tavelaient +tavelais +tavelait +tavelant +tavelas +tavelasse +tavelassent +tavelasses +tavelassiez +tavelassions +tavelmes +tavelt +taveltes +taveler +tavelez +tavel +tavele +taveles +tavels +tavelrent +taveliez +tavelions +tavelle +tavellent +tavellera +tavellerai +tavelleraient +tavellerais +tavellerait +tavelleras +tavellerez +tavelleriez +tavellerions +tavellerons +tavelleront +tavelles +tavelons +tavelure +tavelures +taverne +tavernes +tavernier +taverniers +tavernire +tavernires +taxa +taxai +taxaient +taxais +taxait +taxant +taxas +taxasse +taxassent +taxasses +taxassiez +taxassions +taxation +taxations +taxmes +taxt +taxtes +taxe +taxent +taxer +taxera +taxerai +taxeraient +taxerais +taxerait +taxeras +taxerez +taxeriez +taxerions +taxerons +taxeront +taxes +taxez +tax +taxe +taxes +taxs +taxrent +taxi +taxidermie +taxiez +taximtre +taximtres +taxinomie +taxions +taxiphone +taxiphones +taxis +taxonomie +taxons +tayaut +tayauts +taylorisation +tcha +tchai +tchaient +tchais +tchait +tchant +tchas +tchasse +tchassent +tchasses +tchassiez +tchassions +tchmes +tcht +tchtes +tche devoir +tchent +tcher +tchera +tcheraient +tcherais +tcherait +tcheras +tcherez +tcheriez +tcherions +tcheron +tcherons +tcheront +tches devoir +tchez +tch +tche +tches +tchs +tchrent +tchiez +tchions +tchons +tta +ttai +ttaient +ttais +ttait +ttant +ttas +ttasse +ttassent +ttasses +ttassiez +ttassions +ttmes +ttt +tttes +tte +ttent +tter +ttera +tterai +tteraient +tterais +tterait +tteras +tterez +tteriez +tterions +tterons +tteront +ttes +ttez +tt +tte +ttes +tts +ttrent +ttiez +ttions +ttonna +ttonnai +ttonnaient +ttonnais +ttonnait +ttonnant +ttonnas +ttonnasse +ttonnassent +ttonnasses +ttonnassiez +ttonnassions +ttonnmes +ttonnt +ttonntes +ttonne +ttonnement +ttonnements +ttonnent +ttonner +ttonnera +ttonnerai +ttonneraient +ttonnerais +ttonnerait +ttonneras +ttonnerez +ttonneriez +ttonnerions +ttonnerons +ttonneront +ttonnes +ttonnez +ttonn +ttonne +ttonnes +ttonns +ttonnrent +ttonniez +ttonnions +ttonnons +ttons +tchcoslovaque +tchcoslovaques +tchcoslovaquie +tchque +tchques +te +technicien +technicienne +techniciennes +techniciens +technicit +technicits +technique +techniquement +techniques +technocrate +technocrates +technocratie +technocraties +technologie +technologies +technologique +technologiques +teck +teckel +teckels +tectonique +tee +teignaien +teignais +teignait +teignant +teigne +teignent +teignes +teigneuse +teigneuses +teigneux +teignez +teigniez +teignions +teignirent +teignis +teignisse +teignissent +teignisses +teignissiez +teignissions +teignit +teignmes +teignt +teigntes +teignons +teillage +teillages +teille +teindra +teindrai +teindraient +teindrais +teindrait +teindras +teindre +teindrez +teindriez +teindrions +teindrons +teindront +teins +teint +teinta +teintai +teintaient +teintais +teintait +teintant +teintas +teintasse +teintassent +teintasses +teintassiez +teintassions +teintmes +teintt +teinttes +teinte +teintent +teinter +teintera +teinterai +teinteraient +teinterais +teinterait +teinteras +teinterez +teinteriez +teinterions +teinterons +teinteront +teintes +teintez +teint +teinte +teintes +teints +teintrent +teintiez +teintions +teintons +teints +teinture +teinturerie +teintureries +teintures +teinturier +teinturiers +teinturire +teinturires +tel +telle +tellement +telles +tellire +tellires +tellurien +tellurienne +telluriennes +telluriens +tellurique +telluriques +tels +tempe +temperature +tempes +tempra +temprai +tempraient +temprais +temprait +temprament +tempraments +temprance +temprances +temprant +temprante +temprantes +temprants +tempras +temprasse +temprassent +temprasses +temprassiez +temprassions +temprature +tempratures +temprmes +temprt +temprtes +temprer +temprera +temprerai +tempreraient +temprerais +temprerait +tempreras +temprerez +tempreriez +temprerions +temprerons +tempreront +temprez +tempr +tempre +tempres +temprs +temprrent +tempriez +temprions +temprons +temptueuse +temptueuses +temptueux +tempre +temprent +tempres +tempta +temptai +temptaient +temptais +temptait +temptant +temptas +temptasse +temptassent +temptasses +temptassiez +temptassions +temptmes +temptt +tempttes +tempte +temptent +tempter +temptera +tempterai +tempteraient +tempterais +tempterait +tempteras +tempterez +tempteriez +tempterions +tempterons +tempteront +temptes +temptez +tempt +tempte +temptes +tempts +temptrent +temptiez +temptions +temptons +temple +temples +templier +templiers +temporaire +temporairement +temporaires +temporal +temporale +temporales +temporaux +temporel +temporelle +temporellement +temporelles +temporels +temporisa +temporisai +temporisaient +temporisais +temporisait +temporisant +temporisas +temporisasse +temporisassent +temporisasses +temporisassiez +temporisassions +temporisateur +temporisateurs +temporisation +temporisations +temporisatrice +temporisatrices +temporismes +temporist +temporistes +temporise +temporisent +temporiser +temporisera +temporiserai +temporiseraient +temporiserais +temporiserait +temporiseras +temporiserez +temporiseriez +temporiserions +temporiserons +temporiseront +temporises +temporisez +temporis +temporise +temporises +temporiss +temporisrent +temporisiez +temporisions +temporisons +temps +tenable +tenables +tenace +tenacement +tenaces +tenaient +tenailla +tenaillai +tenaillaient +tenaillais +tenaillait +tenaillant +tenaillas +tenaillasse +tenaillassent +tenaillasses +tenaillassiez +tenaillassions +tenaillmes +tenaillt +tenailltes +tenaille +tenaillent +tenailler +tenaillera +tenaillerai +tenailleraient +tenaillerais +tenaillerait +tenailleras +tenaillerez +tenailleriez +tenaillerions +tenaillerons +tenailleront +tenailles +tenaillez +tenaill +tenaille +tenailles +tenaills +tenaillrent +tenailliez +tenaillions +tenaillons +tenais +tenait +tenancier +tenanciers +tenancire +tenancires +tenant +tenante +tenantes +tenants +tend +tendaient +tendais +tendait +tendance +tendances +tendancieuse +tendancieuses +tendancieux +tendant +tende +tendent +tender +tenders +tendes +tendeur +tendeurs +tendez +tendiez +tendineuse +tendineuses +tendineux +tendions +tendirent +tendis +tendisse +tendissent +tendisses +tendissiez +tendissions +tendit +tendmes +tendt +tendtes +tendon +tendons +tendra +tendrai +tendraient +tendrais +tendrait +tendras +tendre +tendrement +tendres +tendresse +tendresses +tendret +tendrets +tendrez +tendriez +tendrions +tendron +tendrons +tendront +tends +tendu +tendue +tendues +tendus +teneur +teneurs +tenez +teniez +tenions +tenir +tennis +tennisman +tennismen +tenon +tenons +tenseur +tenseurs +tension +tensions +tenta +tentaculaire +tentaculaires +tentacule +tentacules +tentai +tentaient +tentais +tentait +tentant +tentas +tentasse +tentassent +tentasses +tentassiez +tentassions +tentateur +tentateurs +tentation +tentations +tentative +tentatives +tentatrice +tentatrices +tentmes +tentt +tenttes +tente +tentent +tenter +tentera +tenterai +tenteraient +tenterais +tenterait +tenteras +tenterez +tenteriez +tenterions +tenterons +tenteront +tentes +tentez +tent +tente +tentes +tents +tentrent +tentiez +tentions +tentons +tenture +tentures +tenu de tenir +tenue de tenir +tenues de tenir +tenus de tenir +ter +tercet +tercets +tergiversa +tergiversai +tergiversaient +tergiversais +tergiversait +tergiversant +tergiversas +tergiversasse +tergiversassent +tergiversasses +tergiversassiez +tergiversassions +tergiversation +tergiversations +tergiversmes +tergiverst +tergiverstes +tergiverse +tergiversent +tergiverser +tergiversera +tergiverserai +tergiverseraient +tergiverserais +tergiverserait +tergiverseras +tergiverserez +tergiverseriez +tergiverserions +tergiverserons +tergiverseront +tergiverses +tergiversez +tergivers +tergiverse +tergiverses +tergiverss +tergiversrent +tergiversiez +tergiversions +tergiversons +terme +termes +termina +terminai +terminaient +terminais +terminaison +terminaisons +terminait +terminal +terminale +terminales +terminant +terminas +terminasse +terminassent +terminasses +terminassiez +terminassions +terminaux +terminmes +termint +termintes +termine +terminent +terminer +terminera +terminerai +termineraient +terminerais +terminerait +termineras +terminerez +termineriez +terminerions +terminerons +termineront +termines +terminez +termin +termine +termines +termins +terminrent +terminiez +terminions +terminologie +terminologies +terminons +terminus +termite +termites +termitire +termitires +ternaire +ternaires +terne +ternes +terni +ternie +ternies +ternir +ternira +ternirai +terniraient +ternirais +ternirait +terniras +ternirent +ternirez +terniriez +ternirions +ternirons +terniront +ternis +ternissaient +ternissais +ternissait +ternissant +ternisse +ternissent +ternisses +ternissiez +ternissions +ternissons +ternissure +ternissures +ternit +ternmes +ternt +terntes +terra +terrai +terraient +terrain +terrains +terrais +terrait +terrant +terras +terrassa +terrassai +terrassaient +terrassais +terrassait +terrassant +terrassas +terrassasse +terrassassent +terrassasses +terrassassiez +terrassassions +terrassmes +terrasst +terrasstes +terrasse +terrassement +terrassements +terrassent +terrasser +terrassera +terrasserai +terrasseraient +terrasserais +terrasserait +terrasseras +terrasserez +terrasseriez +terrasserions +terrasserons +terrasseront +terrasses +terrassez +terrass +terrasse +terrasses +terrasss +terrassrent +terrassier +terrassiers +terrassiez +terrassions +terrassons +terrmes +terrt +terrtes +terre +terreau +terreaux +terrent +terrer +terrera +terrerai +terreraient +terrerais +terrerait +terreras +terrerez +terreriez +terrerions +terrerons +terreront +terres +terrestre +terrestres +terreur +terreurs +terreuse +terreuses +terreux +terrez +terr +terre +terres +terrs +terrrent +terri +terrible +terriblement +terribles +terrien +terrienne +terriennes +terriens +terrier +terriers +terriez +terrifia +terrifiai +terrifiaient +terrifiais +terrifiait +terrifiant +terrifiante +terrifiantes +terrifiants +terrifias +terrifiasse +terrifiassent +terrifiasses +terrifiassiez +terrifiassions +terrifimes +terrifit +terrifites +terrifie +terrifient +terrifier +terrifiera +terrifierai +terrifieraient +terrifierais +terrifierait +terrifieras +terrifierez +terrifieriez +terrifierions +terrifierons +terrifieront +terrifies +terrifiez +terrifi +terrifie +terrifies +terrifis +terrifirent +terrifiiez +terrifiions +terrifions +terril +terrils +terrine +terrines +terrions +terris +territoire +territoires +territorial +territoriale +territoriales +territorialit +territorialits +territoriaux +terroir +terroirs +terrons +terrorisa +terrorisai +terrorisaient +terrorisais +terrorisait +terrorisant +terrorisas +terrorisasse +terrorisassent +terrorisasses +terrorisassiez +terrorisassions +terrorismes +terrorist +terroristes +terrorise +terrorisent +terroriser +terrorisera +terroriserai +terroriseraient +terroriserais +terroriserait +terroriseras +terroriserez +terroriseriez +terroriserions +terroriserons +terroriseront +terrorises +terrorisez +terroris +terrorise +terrorises +terroriss +terrorisrent +terrorisiez +terrorisions +terrorisme +terrorismes +terrorisons +terroriste +terroristes +tertiaire +tertiaires +tertio +tertre +tertres +tes +tessiture +tessitures +tesson +tessons +test +testa +testac +testace +testaces +testacs +testai +testaient +testais +testait +testament +testamentaire +testamentaires +testaments +testant +testas +testasse +testassent +testasses +testassiez +testassions +testateur +testateurs +testatrice +testatrices +testmes +testt +testtes +teste +testent +tester +testera +testerai +testeraient +testerais +testerait +testeras +testerez +testeriez +testerions +testerons +testeront +testes +testez +test +teste +testes +tests +testrent +testicule +testicules +testiez +testimonial +testimoniale +testimoniales +testimoniaux +testions +testons +tests +tette +tettes +teuton +teutonne +teutonnes +teutons +texan +texane +texanes +texans +texas +texte +textes +textile +textiles +textuel +textuelle +textuellement +textuelles +texture +textures +t +tgument +tgumentaire +tgumentaires +tguments +thran +tl +tlescopage +tlescopages +tlescope +tlescopes +tlex +tl +tlcabine +tlcabines +tlcharge +tlchargeables +tlchargement +tlchargent +tlchargeons +tlcharger +tlchargez +tlcommanda +tlcommandai +tlcommandaient +tlcommandais +tlcommandait +tlcommandant +tlcommandas +tlcommandasse +tlcommandassent +tlcommandasses +tlcommandassiez +tlcommandassions +tlcommandmes +tlcommandt +tlcommandtes +tlcommande +tlcommandent +tlcommander +tlcommandera +tlcommanderai +tlcommanderaient +tlcommanderais +tlcommanderait +tlcommanderas +tlcommanderez +tlcommanderiez +tlcommanderions +tlcommanderons +tlcommanderont +tlcommandes +tlcommandez +tlcommand +tlcommande +tlcommandes +tlcommands +tlcommandrent +tlcommandiez +tlcommandions +tlcommandons +tlcommunication +tlcommunications +tlcopieur +tlcopieurs +tldistribution +tldistributions +tlenseignment +tlenseignments +tlgramme +tlgrammes +tlgraphe +tlgraphes +tlgraphia +tlgraphiai +tlgraphiaient +tlgraphiais +tlgraphiait +tlgraphiant +tlgraphias +tlgraphiasse +tlgraphiassent +tlgraphiasses +tlgraphiassiez +tlgraphiassions +tlgraphimes +tlgraphit +tlgraphites +tlgraphie +tlgraphient +tlgraphier +tlgraphiera +tlgraphierai +tlgraphieraient +tlgraphierais +tlgraphierait +tlgraphieras +tlgraphierez +tlgraphieriez +tlgraphierions +tlgraphierons +tlgraphieront +tlgraphies +tlgraphiez +tlgraphi +tlgraphie +tlgraphies +tlgraphis +tlgraphirent +tlgraphiiez +tlgraphiions +tlgraphions +tlgraphique +tlgraphiquement +tlgraphiques +tlgraphiste +tlgraphistes +tlguida +tlguidage +tlguidages +tlguidai +tlguidaient +tlguidais +tlguidait +tlguidant +tlguidas +tlguidasse +tlguidassent +tlguidasses +tlguidassiez +tlguidassions +tlguidmes +tlguidt +tlguidtes +tlguide +tlguident +tlguider +tlguidera +tlguiderai +tlguideraient +tlguiderais +tlguiderait +tlguideras +tlguiderez +tlguideriez +tlguiderions +tlguiderons +tlguideront +tlguides +tlguidez +tlguid +tlguide +tlguides +tlguids +tlguidrent +tlguidiez +tlguidions +tlguidons +tlmatique +tlmatiques +tlmtre +tlmtres +tlobjectif +tlobjectifs +tlpathie +tlphrique +tlphriques +tlphona +tlphonai +tlphonaient +tlphonais +tlphonait +tlphonant +tlphonas +tlphonasse +tlphonassent +tlphonasses +tlphonassiez +tlphonassions +tlphonmes +tlphont +tlphontes +tlphone +tlphonent +tlphoner +tlphonera +tlphonerai +tlphoneraient +tlphonerais +tlphonerait +tlphoneras +tlphonerez +tlphoneriez +tlphonerions +tlphonerons +tlphoneront +tlphones +tlphonez +tlphon +tlphone +tlphones +tlphons +tlphonrent +tlphonie +tlphoniez +tlphonions +tlphonique +tlphoniques +tlphoniste +tlphonistes +tlphonons +tlscopa +tlscopage +tlscopages +tlscopai +tlscopaient +tlscopais +tlscopait +tlscopant +tlscopas +tlscopasse +tlscopassent +tlscopasses +tlscopassiez +tlscopassions +tlscopmes +tlscopt +tlscoptes +tlscope +tlscopent +tlscoper +tlscopera +tlscoperai +tlscoperaient +tlscoperais +tlscoperait +tlscoperas +tlscoperez +tlscoperiez +tlscoperions +tlscoperons +tlscoperont +tlscopes +tlscopez +tlscop +tlscope +tlscopes +tlscops +tlscoprent +tlscopiez +tlscopions +tlscopons +tlsige +tlsiges +tlski +tlskis +tlspectateur +tlspectateurs +tlspectatrice +tlspectatrices +tltype +tltypes +tlvisa +tlvisai +tlvisaient +tlvisais +tlvisait +tlvisant +tlvisas +tlvisasse +tlvisassent +tlvisasses +tlvisassiez +tlvisassions +tlvismes +tlvist +tlvistes +tlvise +tlvisent +tlviser +tlvisera +tlviserai +tlviseraient +tlviserais +tlviserait +tlviseras +tlviserez +tlviseriez +tlviserions +tlviserons +tlviseront +tlvises +tlviseur +tlviseurs +tlvisez +tlvis +tlvise +tlvises +tlviss +tlvisrent +tlvisiez +tlvision +tlvisions +tlvisons +tmraire +tmrairement +tmraires +tmrit +tmrits +tmoigna +tmoignage +tmoignages +tmoignai +tmoignaient +tmoignais +tmoignait +tmoignant +tmoignas +tmoignasse +tmoignassent +tmoignasses +tmoignassiez +tmoignassions +tmoignmes +tmoignt +tmoigntes +tmoigne +tmoignent +tmoigner +tmoignera +tmoignerai +tmoigneraient +tmoignerais +tmoignerait +tmoigneras +tmoignerez +tmoigneriez +tmoignerions +tmoignerons +tmoigneront +tmoignes +tmoignez +tmoign +tmoigne +tmoignes +tmoigns +tmoignrent +tmoigniez +tmoignions +tmoignons +tmoin +tmoins +tnacit +tnacits +tnbreuse +tnbreuses +tnbreux +tnbres +tnia +tnias +tnor +tnorino +tnorinos +tnorisa +tnorisai +tnorisaient +tnorisais +tnorisait +tnorisant +tnorisas +tnorisasse +tnorisassent +tnorisasses +tnorisassiez +tnorisassions +tnorismes +tnorist +tnoristes +tnorise +tnorisent +tnoriser +tnorisera +tnoriserai +tnoriseraient +tnoriserais +tnoriserait +tnoriseras +tnoriserez +tnoriseriez +tnoriserions +tnoriserons +tnoriseront +tnorises +tnorisez +tnoris +tnorise +tnorises +tnoriss +tnorisrent +tnorisiez +tnorisions +tnorisons +tnors +tnu +tnue +tnues +tnuit +tnuits +tnus +tratologie +trbenthine +trbenthines +trbrant +trbrante +trbrantes +trbrants +ts +tta +ttai +ttaient +ttais +ttait +ttanique +ttaniques +ttanos +ttant +ttas +ttasse +ttassent +ttasses +ttassiez +ttassions +ttmes +ttt +tttes +tter +ttera +tterai +tteraient +tterais +tterait +tteras +tterez +tteriez +tterions +tterons +tteront +ttez +tt +tte +ttes +tts +ttrent +ttiez +ttin +ttine +ttines +ttins +ttions +tton +ttons +ttradre +ttradres +ttralogie +ttralogies +tte +ttent +ttes +ttard +ttards +tte +ttes +ttu +ttue +ttues +ttus +thailandais +thailandaise +thailandaises +thailande +thalamus +thalassothripie +thalassothripies +thalle +thalles +thallophytes +thaumaturge +thaumaturges +thermal +thermale +thermales +thermalisme +thermals +thermes +thermidor +thermidorien +thermidorienne +thermidoriennes +thermidoriens +thermique +thermiques +thermite +thermocautre +thermocautres +thermodynamique +thermogne +thermognes +thermomtrie +thermomtrique +thermomtriques +thermomtre +thermomtres +thermonuclaire +thermonuclaires +thermostat +thermostats +th +thtral +thtrale +thtralement +thtrales +thtrals +thtre +thtres +thbade +thbades +thier +thiers +thire +thires +thisme +thiste +thistes +thmatique +thmatiques +thnar +thnars +thocratie +thocraties +thocratique +thocratiques +thodolite +thodolites +thologal +thologale +thologalement +thologales +thologals +thologie +thologien +thologienne +thologiennes +thologiens +thologies +thologique +thologiques +thologues +thophile +thorme +thormes +thoricien +thoricienne +thoriciennes +thoriciens +thorie +thories +thorique +thoriquement +thoriques +thorisa +thorisai +thorisaient +thorisais +thorisait +thorisant +thorisas +thorisasse +thorisassent +thorisasses +thorisassiez +thorisassions +thorismes +thorist +thoristes +thorise +thorisent +thoriser +thorisera +thoriserai +thoriseraient +thoriserais +thoriserait +thoriseras +thoriserez +thoriseriez +thoriserions +thoriserons +thoriseront +thorises +thorisez +thoris +thorise +thorises +thoriss +thorisrent +thorisiez +thorisions +thorisons +thosophie +thrapeute +thrapeutes +thrapeutique +thrapeutiques +thrapie +ths +thsaurisa +thsaurisai +thsaurisaient +thsaurisais +thsaurisait +thsaurisant +thsaurisas +thsaurisasse +thsaurisassent +thsaurisasses +thsaurisassiez +thsaurisassions +thsaurisation +thsaurisations +thsaurismes +thsaurist +thsauristes +thsaurise +thsaurisent +thsauriser +thsaurisera +thsauriserai +thsauriseraient +thsauriserais +thsauriserait +thsauriseras +thsauriserez +thsauriseriez +thsauriserions +thsauriserons +thsauriseront +thsaurises +thsauriseur +thsauriseurs +thsauriseuse +thsauriseuses +thsaurisez +thsauris +thsaurise +thsaurises +thsauriss +thsaurisrent +thsaurisiez +thsaurisions +thsaurisons +thme +thmes +thse +thses +thomisme +thon +thonier +thoniers +thons +thoracique +thoraciques +thorax +thorium +thrombose +thromboses +thurifraire +thurifraires +thuya +thuyas +thym +thymus +thyrode +thyrodes +thyrse +tiare +tiares +tibet +tibia +tibias +tic +ticket +tickets +tics +tien +tiendra +tiendrai +tiendraient +tiendrais +tiendrait +tiendras +tiendrez +tiendriez +tiendrions +tiendrons +tiendront +tienne +tiennent +tiennes +tiennne +tiens +tient +tierce +tierces +tierc +tiercs +tiers +tideur +tideurs +tidi +tidie +tidies +tidir +tidira +tidirai +tidiraient +tidirais +tidirait +tidiras +tidirent +tidirez +tidiriez +tidirions +tidirons +tidiront +tidis +tidissaient +tidissais +tidissait +tidissant +tidisse +tidissent +tidisses +tidissez +tidissiez +tidissions +tidissons +tidit +tidmes +tidt +tidtes +tide +tidement +tides +tige +tigelle +tigelles +tiges +tignasse +tignasses +tigre +tigres +tigresse +tigresses +tigr +tigre +tigres +tigrs +tillac +tillacs +tille +tilleul +tilleuls +timbale +timbales +timbalier +timbaliers +timbra +timbrage +timbrages +timbrai +timbraient +timbrais +timbrait +timbrant +timbras +timbrasse +timbrassent +timbrasses +timbrassiez +timbrassions +timbrmes +timbrt +timbrtes +timbre +timbrent +timbrer +timbrera +timbrerai +timbreraient +timbrerais +timbrerait +timbreras +timbrerez +timbreriez +timbrerions +timbrerons +timbreront +timbres +timbrez +timbr +timbre +timbres +timbrs +timbrrent +timbriez +timbrions +timbrons +timide +timidement +timides +timidit +timidits +timon +timonerie +timoneries +timonier +timoniers +timons +timor +timore +timores +timors +tinctorial +tinctoriale +tinctoriales +tinctoriaux +tinette +tinettes +tinrent +tins +tinsse +tinssent +tinsses +tinssiez +tinssions +tint +tinta +tintai +tintaient +tintais +tintait +tintamarre +tintamarres +tintant +tintas +tintasse +tintassent +tintasses +tintassiez +tintassions +tintmes +tintt +tinttes +tinte +tintement +tintements +tintent +tinter +tintera +tinterai +tinteraient +tinterais +tinterait +tinteras +tinterez +tinteriez +tinterions +tinterons +tinteront +tintes +tintez +tint +tinte +tintes +tints +tintrent +tintiez +tintinnabula +tintinnabulai +tintinnabulaient +tintinnabulais +tintinnabulait +tintinnabulant +tintinnabulas +tintinnabulasse +tintinnabulassent +tintinnabulasses +tintinnabulassiez +tintinnabulassions +tintinnabulmes +tintinnabult +tintinnabultes +tintinnabule +tintinnabulent +tintinnabuler +tintinnabulera +tintinnabulerai +tintinnabuleraient +tintinnabulerais +tintinnabulerait +tintinnabuleras +tintinnabulerez +tintinnabuleriez +tintinnabulerions +tintinnabulerons +tintinnabuleront +tintinnabules +tintinnabulez +tintinnabul +tintinnabule +tintinnabules +tintinnabuls +tintinnabulrent +tintinnabuliez +tintinnabulions +tintinnabulons +tintions +tintons +tintouin +tintouins +tiqua +tiquai +tiquaient +tiquais +tiquait +tiquant +tiquas +tiquasse +tiquassent +tiquasses +tiquassiez +tiquassions +tiqumes +tiqut +tiqutes +tique +tiquent +tiquer +tiquera +tiquerai +tiqueraient +tiquerais +tiquerait +tiqueras +tiquerez +tiqueriez +tiquerions +tiquerons +tiqueront +tiques +tiquez +tiqu +tique +tiques +tiqus +tiqurent +tiquiez +tiquions +tiquons +tir +tira +tirade +tirades +tirage +tirages +tirai +tiraient +tirailla +tiraillai +tiraillaient +tiraillais +tiraillait +tiraillant +tiraillas +tiraillasse +tiraillassent +tiraillasses +tiraillassiez +tiraillassions +tiraillmes +tiraillt +tirailltes +tiraille +tiraillement +tiraillements +tiraillent +tirailler +tiraillera +tiraillerai +tirailleraient +tiraillerais +tiraillerait +tirailleras +tiraillerez +tirailleriez +tiraillerions +tiraillerons +tirailleront +tirailles +tirailleur +tirailleurs +tiraillez +tiraill +tiraille +tirailles +tiraills +tiraillrent +tirailliez +tiraillions +tiraillons +tirais +tirait +tirant +tirants +tiras +tirasse +tirassent +tirasses +tirassiez +tirassions +tirmes +tirt +tirtes +tire +tirelire +tirelires +tirent +tirer +tirera +tirerai +tireraient +tirerais +tirerait +tireras +tirerez +tireriez +tirerions +tirerons +tireront +tires +tiret +tirets +tirette +tirettes +tireur +tireurs +tireuse +tireuses +tirez +tir +tire +tires +tirs +tirrent +tiriez +tirions +tiroir +tiroirs +tirons +tirs +tisane +tisanes +tison +tisonna +tisonnai +tisonnaient +tisonnais +tisonnait +tisonnant +tisonnas +tisonnasse +tisonnassent +tisonnasses +tisonnassiez +tisonnassions +tisonnmes +tisonnt +tisonntes +tisonne +tisonnent +tisonner +tisonnera +tisonnerai +tisonneraient +tisonnerais +tisonnerait +tisonneras +tisonnerez +tisonneriez +tisonnerions +tisonnerons +tisonneront +tisonnes +tisonnez +tisonn +tisonne +tisonnes +tisonns +tisonnrent +tisonnier +tisonniers +tisonniez +tisonnions +tisonnons +tisons +tissa +tissage +tissages +tissai +tissaient +tissais +tissait +tissant +tissas +tissasse +tissassent +tissasses +tissassiez +tissassions +tissmes +tisst +tisstes +tisse +tissent +tisser +tissera +tisserai +tisseraient +tisserais +tisserait +tisserand +tisserands +tisseras +tisserez +tisseriez +tisserions +tisserons +tisseront +tisses +tisseur +tisseurs +tissez +tiss +tisse +tisses +tisss +tissrent +tissiez +tissions +tissons +tissu +tissure +tissures +tissus +titan +titane +titanesque +titanesques +titans +titi +titilla +titillai +titillaient +titillais +titillait +titillant +titillas +titillasse +titillassent +titillasses +titillassiez +titillassions +titillation +titillations +titillmes +titillt +titilltes +titille +titillent +titiller +titillera +titillerai +titilleraient +titillerais +titillerait +titilleras +titillerez +titilleriez +titillerions +titillerons +titilleront +titilles +titillez +titill +titille +titilles +titills +titillrent +titilliez +titillions +titillons +titis +titra +titrage +titrages +titrai +titraient +titrais +titrait +titrant +titras +titrasse +titrassent +titrasses +titrassiez +titrassions +titrmes +titrt +titrtes +titre +titrent +titrer +titrera +titrerai +titreraient +titrerais +titrerait +titreras +titrerez +titreriez +titrerions +titrerons +titreront +titres +titrez +titr +titre +titres +titrs +titrrent +titriez +titrions +titrons +tituba +titubai +titubaient +titubais +titubait +titubant +titubas +titubasse +titubassent +titubasses +titubassiez +titubassions +titubmes +titubt +titubtes +titube +titubent +tituber +titubera +tituberai +tituberaient +tituberais +tituberait +tituberas +tituberez +tituberiez +tituberions +tituberons +tituberont +titubes +titubez +titub +titube +titubes +titubs +titubrent +titubiez +titubions +titubons +titulair +titulaire +titulaires +titularisa +titularisai +titularisaient +titularisais +titularisait +titularisant +titularisas +titularisasse +titularisassent +titularisasses +titularisassiez +titularisassions +titularisation +titularisations +titularismes +titularist +titularistes +titularise +titularisent +titulariser +titularisera +titulariserai +titulariseraient +titulariserais +titulariserait +titulariseras +titulariserez +titulariseriez +titulariserions +titulariserons +titulariseront +titularises +titularisez +titularis +titularise +titularises +titulariss +titularisrent +titularisiez +titularisions +titularisons +tnmes +tnt +tntes +toast +toasts +toboggan +toboggans +toc +tocsin +tocsins +toge +toges +tohu +toi +toile +toilerie +toileries +toiles +toilettage +toilettages +toilette +toilettes +toisa +toisai +toisaient +toisais +toisait +toisant +toisas +toisasse +toisassent +toisasses +toisassiez +toisassions +toismes +toist +toistes +toise +toisent +toiser +toisera +toiserai +toiseraient +toiserais +toiserait +toiseras +toiserez +toiseriez +toiserions +toiserons +toiseront +toises +toisez +tois +toise +toises +toiss +toisrent +toisiez +toisions +toison +toisons +toit +toits +toiture +toitures +tolet +tolets +tolra +tolrable +tolrables +tolrai +tolraient +tolrais +tolrait +tolrance +tolrances +tolrant +tolrante +tolrantes +tolrants +tolras +tolrasse +tolrassent +tolrasses +tolrassiez +tolrassions +tolrmes +tolrt +tolrtes +tolrer +tolrera +tolrerai +tolreraient +tolrerais +tolrerait +tolreras +tolrerez +tolreriez +tolrerions +tolrerons +tolreront +tolrez +tolr +tolre +tolres +tolrs +tolrrent +tolriez +tolrions +tolrons +tolre +tolrent +tolres +toll +tolls +tolune +tomaison +tomaisons +tomate +tomates +tomba +tombai +tombaient +tombais +tombait +tombal +tombale +tombales +tombals +tombant +tombante +tombantes +tombants +tombas +tombasse +tombassent +tombasses +tombassiez +tombassions +tombmes +tombt +tombtes +tombe +tombeau +tombeaux +tombent +tomber +tombera +tomberai +tomberaient +tomberais +tomberait +tomberas +tombereau +tombereaux +tomberez +tomberiez +tomberions +tomberons +tomberont +tombes +tombeur +tombeurs +tombez +tomb +tombe +tombes +tombs +tombrent +tombiez +tombions +tombola +tombolas +tombons +tome +tomes +tomme +ton +tonal +tonale +tonales +tonalit +tonalits +tonals +tond +tondaient +tondais +tondaison +tondaisons +tondait +tondant +tonde +tondent +tondes +tondeur +tondeurs +tondeuse +tondeuses +tondez +tondiez +tondions +tondirent +tondis +tondisse +tondissent +tondisses +tondissiez +tondissions +tondit +tondmes +tondt +tondtes +tondons +tondra +tondrai +tondraient +tondrais +tondrait +tondras +tondre +tondrez +tondriez +tondrions +tondrons +tondront +tonds +tondu +tondue +tondues +tondus +tonicit +tonicits +tonifia +tonifiai +tonifiaient +tonifiais +tonifiait +tonifiant +tonifiante +tonifiantes +tonifiants +tonifias +tonifiasse +tonifiassent +tonifiasses +tonifiassiez +tonifiassions +tonifimes +tonifit +tonifites +tonifie +tonifient +tonifier +tonifiera +tonifierai +tonifieraient +tonifierais +tonifierait +tonifieras +tonifierez +tonifieriez +tonifierions +tonifierons +tonifieront +tonifies +tonifiez +tonifi +tonifie +tonifies +tonifis +tonifirent +tonifiiez +tonifiions +tonifions +tonique +toniques +tonitruant +tonitruante +tonitruantes +tonitruants +tonna +tonnage +tonnages +tonnai +tonnaient +tonnais +tonnait +tonnant +tonnas +tonnasse +tonnassent +tonnassiez +tonnassions +tonnmes +tonnt +tonntes +tonne +tonneau +tonneaux +tonnelet +tonnelets +tonnelier +tonneliers +tonnelle +tonnellerie +tonnelles +tonnent +tonner +tonnera +tonnerai +tonneraient +tonnerais +tonnerait +tonneras +tonnerez +tonneriez +tonnerions +tonnerons +tonneront +tonnerre +tonnes +tonnez +tonn +tonne +tonnes +tonns +tonnrent +tonniez +tonnions +tonnons +tons +tonsure +tonsures +tonte +tontes +tontine +tontines +tonton +tontons +tontus +tonus +top +topa +topai +topaient +topais +topait +topant +topas +topasse +topassent +topasses +topassiez +topassions +topaze +topazes +topmes +topt +toptes +tope +topent +toper +topera +toperai +toperaient +toperais +toperait +toperas +toperez +toperiez +toperions +toperons +toperont +topes +topez +top +tope +topes +tops +toprent +topiez +topinambour +topinambours +topions +topique +topiquement +topiques +topo +topographe +topographes +topographie +topographique +topographiques +topons +toponymie +tops +toqua +toquade +toquades +toquai +toquaient +toquais +toquait +toquant +toquas +toquasse +toquassent +toquasses +toquassiez +toquassions +toqumes +toqut +toqutes +toque +toquent +toquer +toquera +toquerai +toqueraient +toquerais +toquerait +toqueras +toquerez +toqueriez +toquerions +toquerons +toqueront +toques +toquez +toqu +toque +toques +toqus +toqurent +toquiez +toquions +toquons +torcha +torchai +torchaient +torchais +torchait +torchant +torchas +torchasse +torchassent +torchasses +torchassiez +torchassions +torchmes +torcht +torchtes +torche +torchen +torchent +torcher +torchera +torcherai +torcheraient +torcherais +torcherait +torcheras +torcherez +torcheriez +torcherions +torcherons +torcheront +torches +torchez +torch +torche +torches +torchs +torchre +torchrent +torchres +torchiez +torchions +torchis +torchon +torchonna +torchonnai +torchonnaient +torchonnais +torchonnait +torchonnant +torchonnas +torchonnasse +torchonnassent +torchonnasses +torchonnassiez +torchonnassions +torchonnmes +torchonnt +torchonntes +torchonne +torchonnent +torchonner +torchonnera +torchonnerai +torchonneraient +torchonnerais +torchonnerait +torchonneras +torchonnerez +torchonneriez +torchonnerions +torchonnerons +torchonneront +torchonnes +torchonnez +torchonn +torchonne +torchonnes +torchonns +torchonnrent +torchonniez +torchonnions +torchonnons +torchons +tord +tordage +tordages +tordaient +tordais +tordait +tordant +torde +tordent +tordes +tordez +tordiez +tordions +tordirent +tordis +tordisse +tordissent +tordisses +tordissiez +tordissions +tordit +tordmes +tordt +tordtes +tordoir +tordoirs +tordons +tordra +tordrai +tordraient +tordrais +tordrait +tordras +tordre +tordrez +tordriez +tordrions +tordrons +tordront +tords +tordu +tordue +tordues +tordus +tore +torero +toreros +tores +torgnole +torgnoles +tornade +tornades +toron +torons +torpeur +torpeurs +torpdo +torpdos +torpilla +torpillage +torpillages +torpillai +torpillaient +torpillais +torpillait +torpillant +torpillas +torpillasse +torpillassent +torpillasses +torpillassiez +torpillassions +torpillmes +torpillt +torpilltes +torpille +torpillent +torpiller +torpillera +torpillerai +torpilleraient +torpillerais +torpillerait +torpilleras +torpillerez +torpilleriez +torpillerions +torpillerons +torpilleront +torpilles +torpilleur +torpilleurs +torpillez +torpill +torpille +torpilles +torpills +torpillrent +torpilliez +torpillions +torpillons +torrent +torrentiel +torrentielle +torrentielles +torrentiels +torrents +torrentueuse +torrentueuses +torrentueux +torrfaction +torrfactions +torrfia +torrfiai +torrfiaient +torrfiais +torrfiait +torrfiant +torrfias +torrfiasse +torrfiassent +torrfiasses +torrfiassiez +torrfiassions +torrfimes +torrfit +torrfites +torrfie +torrfient +torrfier +torrfiera +torrfierai +torrfieraient +torrfierais +torrfierait +torrfieras +torrfierez +torrfieriez +torrfierions +torrfierons +torrfieront +torrfies +torrfiez +torrfi +torrfie +torrfies +torrfis +torrfirent +torrfiiez +torrfiions +torrfions +torride +torrides +tors +torsade +torsades +torse +torses +torsion +torsions +tort +torticolis +tortilla +tortillage +tortillages +tortillai +tortillaient +tortillais +tortillait +tortillant +tortillard +tortillards +tortillas +tortillasse +tortillassent +tortillasses +tortillassiez +tortillassions +tortillmes +tortillt +tortilltes +tortille +tortillement +tortillements +tortillent +tortiller +tortillera +tortillerai +tortilleraient +tortillerais +tortillerait +tortilleras +tortillerez +tortilleriez +tortillerions +tortillerons +tortilleront +tortilles +tortillez +tortill +tortille +tortilles +tortills +tortillrent +tortilliez +tortillions +tortillon +tortillons +tortionnaire +tortionnaires +torts +tortu +tortue +tortues +tortueuse +tortueusement +tortueuses +tortueux +tortura +torturai +torturaient +torturais +torturait +torturant +torturante +torturantes +torturants +torturas +torturasse +torturassent +torturasses +torturassiez +torturassions +torturmes +torturt +torturtes +torture +torturent +torturer +torturera +torturerai +tortureraient +torturerais +torturerait +tortureras +torturerez +tortureriez +torturerions +torturerons +tortureront +tortures +torturez +tortur +torture +tortures +torturs +torturrent +torturiez +torturions +torturons +tortus +torve +torves +toscan +toscane +toscanes +toscans +total +totale +totalement +totales +totalisa +totalisai +totalisaient +totalisais +totalisait +totalisant +totalisas +totalisasse +totalisassent +totalisasses +totalisassiez +totalisassions +totalisateur +totalisateurs +totalisation +totalisations +totalisatrice +totalisatrices +totalismes +totalist +totalistes +totalise +totalisent +totaliser +totalisera +totaliserai +totaliseraient +totaliserais +totaliserait +totaliseras +totaliserez +totaliseriez +totaliserions +totaliserons +totaliseront +totalises +totalisez +totalis +totalise +totalises +totaliss +totalisrent +totalisiez +totalisions +totalisons +totalitaire +totalitaires +totalitarisme +totalitarismes +totalit +totalits +totals +totaux +totem +totems +totmique +totmiques +totmisme +toton +totons +toua +touage +touages +touai +touaient +touais +touait +touant +touas +touasse +touassent +touasses +touassiez +touassions +toumes +tout +toutes +toubib +toubibs +toucan +toucans +toucha +touchai +touchaient +touchais +touchait +touchant +touchante +touchantes +touchants +touchas +touchasse +touchassent +touchasses +touchassiez +touchassions +touchmes +toucht +touchtes +touche +touchent +toucher +touchera +toucherai +toucheraient +toucherais +toucherait +toucheras +toucherez +toucheriez +toucherions +toucherons +toucheront +touches +toucheur +toucheurs +touchez +touch +touche +touches +touchs +touchrent +touchiez +touchions +touchons +toue +touent +touer +touera +touerai +toueraient +touerais +touerait +toueras +touerez +toueriez +touerions +touerons +toueront +toues +touez +tou +toue +toues +tous +tourent +touffe +touffes +touffeur +touffeurs +touffu +touffue +touffues +touffus +touiez +touilla +touillai +touillaient +touillais +touillait +touillant +touillas +touillasse +touillassent +touillasses +touillassiez +touillassions +touillmes +touillt +touilltes +touille +touillent +touiller +touillera +touillerai +touilleraient +touillerais +touillerait +touilleras +touillerez +touilleriez +touillerions +touillerons +touilleront +touilles +touillez +touill +touille +touilles +touills +touillrent +touilliez +touillions +touillons +touions +toujours +toundra +toundras +touons +toupet +toupets +toupie +toupies +tour +tourangeau +tourangeaux +tourangelle +tourangelles +tourbe +tourbes +tourbire +tourbires +tourbillon +tourbillonna +tourbillonnai +tourbillonnaient +tourbillonnais +tourbillonnait +tourbillonnant +tourbillonnante +tourbillonnantes +tourbillonnants +tourbillonnas +tourbillonnasse +tourbillonnassent +tourbillonnasses +tourbillonnassiez +tourbillonnassions +tourbillonnmes +tourbillonnt +tourbillonntes +tourbillonne +tourbillonnement +tourbillonnements +tourbillonnent +tourbillonner +tourbillonnera +tourbillonnerai +tourbillonneraient +tourbillonnerais +tourbillonnerait +tourbillonneras +tourbillonnerez +tourbillonneriez +tourbillonnerions +tourbillonnerons +tourbillonneront +tourbillonnes +tourbillonnez +tourbillonn +tourbillonne +tourbillonnes +tourbillonns +tourbillonnrent +tourbillonniez +tourbillonnions +tourbillonnons +tourbillons +tourelle +tourelles +touret +tourets +tourie +touries +tourire +tourires +tourillon +tourillons +tourisme +tourismes +touriste +touristes +touristique +touristiques +tourmaline +tourment +tourmenta +tourmentai +tourmentaient +tourmentais +tourmentait +tourmentant +tourmentas +tourmentasse +tourmentassent +tourmentasses +tourmentassiez +tourmentassions +tourmentmes +tourmentt +tourmenttes +tourmente +tourmentent +tourmenter +tourmentera +tourmenterai +tourmenteraient +tourmenterais +tourmenterait +tourmenteras +tourmenterez +tourmenteriez +tourmenterions +tourmenterons +tourmenteront +tourmentes +tourmenteur +tourmenteurs +tourmenteuse +tourmenteuses +tourmentez +tourment +tourmente +tourmentes +tourments +tourmentrent +tourmentiez +tourmentions +tourmentons +tourments +tourna +tournage +tournages +tournai +tournaient +tournailla +tournaillai +tournaillaient +tournaillais +tournaillait +tournaillant +tournaillas +tournaillasse +tournaillassent +tournaillasses +tournaillassiez +tournaillassions +tournaillmes +tournaillt +tournailltes +tournaille +tournaillent +tournailler +tournaillera +tournaillerai +tournailleraient +tournaillerais +tournaillerait +tournailleras +tournaillerez +tournailleriez +tournaillerions +tournaillerons +tournailleront +tournailles +tournaillez +tournaill +tournaille +tournailles +tournaills +tournaillrent +tournailliez +tournaillions +tournaillons +tournais +tournait +tournant +tournante +tournantes +tournants +tournas +tournasse +tournassent +tournasses +tournassiez +tournassions +tournmes +tournt +tourntes +tourne +tournebroche +tournebroches +tournedos +tournemain +tournent +tourner +tournera +tournerai +tourneraient +tournerais +tournerait +tourneras +tournerez +tourneriez +tournerions +tournerons +tourneront +tournes +tournesol +tournesols +tourneur +tourneurs +tournevis +tournez +tourn +tourne +tournes +tourns +tournrent +tournicota +tournicotai +tournicotaient +tournicotais +tournicotait +tournicotant +tournicotas +tournicotasse +tournicotassent +tournicotasses +tournicotassiez +tournicotassions +tournicotmes +tournicott +tournicottes +tournicote +tournicotent +tournicoter +tournicotera +tournicoterai +tournicoteraient +tournicoterais +tournicoterait +tournicoteras +tournicoterez +tournicoteriez +tournicoterions +tournicoterons +tournicoteront +tournicotes +tournicotez +tournicot +tournicote +tournicotes +tournicots +tournicotrent +tournicotiez +tournicotions +tournicotons +tourniez +tournions +tourniqua +tourniquai +tourniquaient +tourniquais +tourniquait +tourniquant +tourniquas +tourniquasse +tourniquassent +tourniquasses +tourniquassiez +tourniquassions +tourniqumes +tourniqut +tourniqutes +tournique +tourniquent +tourniquer +tourniquera +tourniquerai +tourniqueraient +tourniquerais +tourniquerait +tourniqueras +tourniquerez +tourniqueriez +tourniquerions +tourniquerons +tourniqueront +tourniques +tourniquet +tourniquets +tourniquez +tourniqu +tournique +tourniques +tourniqus +tourniqurent +tourniquiez +tourniquions +tourniquons +tournis +tournoi +tournoie +tournoiement +tournoiements +tournoient +tournoiera +tournoierai +tournoieraient +tournoierais +tournoierait +tournoieras +tournoierez +tournoieriez +tournoierions +tournoierons +tournoieront +tournoies +tournois +tournons +tournoya +tournoyai +tournoyaient +tournoyais +tournoyait +tournoyant +tournoyas +tournoyasse +tournoyassent +tournoyasses +tournoyassiez +tournoyassions +tournoymes +tournoyt +tournoytes +tournoyer +tournoyez +tournoy +tournoye +tournoyes +tournoys +tournoyrent +tournoyiez +tournoyions +tournoyons +tournure +tournures +touron +tourons +tours +tourte +tourteau +tourteaux +tourtereau +tourtereaux +tourterelle +tourterelles +tourtes +tourtire +tourtires +tous +tousa +tousai +tousaient +tousais +tousait +tousant +tousas +tousasse +tousassent +tousasses +tousassiez +tousassions +tousmes +toust +toustes +touse +tousent +toussaint +tousser +toussera +tousserai +tousseraient +tousserais +tousserait +tousseras +tousserez +tousseriez +tousserions +tousserons +tousseront +tousses +tousseur +tousseurs +tousseuse +tousseuses +toussez +touss +tousse +tousses +tousss +toussrent +toussiez +toussions +toussons +toussota +toussotai +toussotaient +toussotais +toussotait +toussotant +toussotas +toussotasse +toussotassent +toussotasses +toussotassiez +toussotassions +toussotmes +toussott +toussottes +toussote +toussotement +toussotements +toussotent +toussoter +toussotera +toussoterai +toussoteraient +toussoterais +toussoterait +toussoteras +toussoterez +toussoteriez +toussoterions +toussoterons +toussoteront +toussotes +toussotez +toussot +toussote +toussotes +toussots +toussotrent +toussotiez +toussotions +toussotons +tout +toute +toutefois +toutes +toutou +toutous +toux +toxicit +toxicits +toxicologie +toxicologique +toxicologiques +toxicomane +toxicomanes +toxicomanie +toxicose +toxicoses +toxine +toxines +toxique +toxiques +tle +tlerie +tles +tlier +tliers +tt +trac +tracas +tracassa +tracassai +tracassaient +tracassais +tracassait +tracassant +tracassas +tracassasse +tracassassent +tracassasses +tracassassiez +tracassassions +tracassmes +tracasst +tracasstes +tracasse +tracassent +tracasser +tracassera +tracasserai +tracasseraient +tracasserais +tracasserait +tracasseras +tracasserez +tracasserie +tracasseries +tracasseriez +tracasserions +tracasserons +tracasseront +tracasses +tracassez +tracass +tracasse +tracasses +tracasss +tracassrent +tracassier +tracassiers +tracassiez +tracassire +tracassires +tracassions +tracassons +trace +tracement +tracements +tracent +tracer +tracera +tracerai +traceraient +tracerais +tracerait +traceras +tracerez +traceriez +tracerions +tracerons +traceront +traces +traceur +traceurs +traceuse +traceuses +tracez +trac +trace +traces +tracs +tracrent +trachal +trachale +trachales +trachaux +trache +trachen +trachenne +trachennes +trachens +traches +trachotomie +trachotomies +trachome +trachomes +trachyte +traciez +tracions +tracs +tract +tractation +tractations +tracteur +tracteurs +traction +tractions +tractoriste +tractoristes +tracts +traa +traage +traages +traai +traaient +traais +traait +traant +traante +traantes +traants +traas +traasse +traassent +traasses +traassiez +traassions +trames +trat +trates +traoir +traoirs +traons +tradition +traditionalisme +traditionaliste +traditionalistes +traditionnel +traditionnelle +traditionnellement +traditionnelles +traditionnels +traditions +traducteur +traducteurs +traduction +traductions +traductrice +traductrices +traduiaient +traduira +traduirai +traduiraient +traduirais +traduirait +traduiras +traduire +traduirez +traduiriez +traduirions +traduirons +traduiront +traduis +traduisais +traduisait +traduisant +traduise +traduisent +traduises +traduisez +traduisible +traduisibles +traduisiez +traduisions +traduisirent +traduisis +traduisisse +traduisissent +traduisisses +traduisissiez +traduisissions +traduisit +traduismes +traduist +traduistes +traduisons +traduit +traduite +traduites +traduits +trafic +trafics +trafiqua +trafiquai +trafiquaient +trafiquais +trafiquait +trafiquant +trafiquante +trafiquantes +trafiquants +trafiquas +trafiquasse +trafiquassent +trafiquasses +trafiquassiez +trafiquassions +trafiqumes +trafiqut +trafiqutes +trafique +trafiquent +trafiquer +trafiquera +trafiquerai +trafiqueraient +trafiquerais +trafiquerait +trafiqueras +trafiquerez +trafiqueriez +trafiquerions +trafiquerons +trafiqueront +trafiques +trafiquez +trafiqu +trafique +trafiques +trafiqus +trafiqurent +trafiquiez +trafiquions +trafiquons +tragdie +tragdien +tragdienne +tragdiennes +tragdiens +tragdies +tragi +tragique +tragiquement +tragiques +trahi +trahie +trahies +trahir +trahira +trahirai +trahiraient +trahirais +trahirait +trahiras +trahirent +trahirez +trahiriez +trahirions +trahirons +trahiront +trahis +trahison +trahisons +trahissaient +trahissais +trahissait +trahissant +trahisse +trahissent +trahisses +trahissez +trahissiez +trahissions +trahissons +trahit +trahmes +traht +trahtes +traie +traient +traies +train +trains +traintrain +traintrains +traira +trairai +trairaient +trairais +trairait +trairas +traire +trairez +trairiez +trairions +trairons +trairont +trais +trait +traita +traitable +traitables +traitai +traitaient +traitais +traitait +traitant +traitante +traitantes +traitants +traitas +traitasse +traitassent +traitasses +traitassiez +traitassions +traitmes +traitt +traittes +traite +traitement +traitements +traitent +traiter +traitera +traiterai +traiteraient +traiterais +traiterait +traiteras +traiterez +traiteriez +traiterions +traiterons +traiteront +traites +traiteur +traiteurs +traitez +trait +traite +traites +traits +traitrent +traitiez +traitions +traitons +traits +trana +tranage +tranages +tranai +tranaient +tranais +tranait +tranant +tranante +tranantes +tranants +tranard +tranards +tranas +tranassa +tranassai +tranassaient +tranassais +tranassait +tranassant +tranassas +tranassasse +tranassassent +tranassasses +tranassassiez +tranassassions +tranassmes +tranasst +tranasstes +tranasse +tranassent +tranasser +tranassera +tranasserai +tranasseraient +tranasserais +tranasserait +tranasseras +tranasserez +tranasseriez +tranasserions +tranasserons +tranasseront +tranasses +tranassez +tranass +tranasse +tranasses +tranasss +tranassrent +tranassiez +tranassions +tranassons +tranmes +trant +trantes +trane +traneau +traneaux +tranent +traner +tranera +tranerai +traneraient +tranerais +tranerait +traneras +tranerez +traneriez +tranerions +tranerons +traneront +tranes +traneur +traneurs +traneuse +traneuses +tranez +tran +trane +tranes +trans +tranrent +traniez +tranions +tranons +tratre +tratres +tratresse +tratresses +tratreusement +tratrise +tratrises +trajectoire +trajectoires +trajet +trajets +tralala +tralalas +tram +trama +tramai +tramaient +tramais +tramait +tramant +tramas +tramasse +tramassent +tramasses +tramassiez +tramassions +trammes +tramt +tramtes +trame +trament +tramer +tramera +tramerai +trameraient +tramerais +tramerait +trameras +tramerez +trameriez +tramerions +tramerons +trameront +trames +tramez +tram +trame +trames +trams +tramrent +tramiez +tramions +tramons +tramontane +tramontanes +trams +tramway +tramways +trancha +tranchage +tranchages +tranchai +tranchaient +tranchais +tranchait +tranchant +tranchante +tranchantes +tranchants +tranchas +tranchasse +tranchassent +tranchasses +tranchassiez +tranchassions +tranchmes +trancht +tranchtes +tranche +tranchent +trancher +tranchera +trancherai +trancheraient +trancherais +trancherait +trancheras +trancherez +trancheriez +trancherions +trancherons +trancheront +tranches +tranchez +tranch +tranche +tranches +tranchs +tranchrent +tranchiez +tranchions +tranchoir +tranchoirs +tranchons +tranportrent +tranposition +tranquilla +tranquillai +tranquillaient +tranquillais +tranquillait +tranquillant +tranquillas +tranquillasse +tranquillassent +tranquillasses +tranquillassiez +tranquillassions +tranquillmes +tranquillt +tranquilltes +tranquille +tranquillement +tranquillent +tranquiller +tranquillera +tranquillerai +tranquilleraient +tranquillerais +tranquillerait +tranquilleras +tranquillerez +tranquilleriez +tranquillerions +tranquillerons +tranquilleront +tranquilles +tranquillez +tranquill +tranquille +tranquilles +tranquills +tranquillrent +tranquilliez +tranquillions +tranquillisant +tranquilliser +tranquillit +tranquillits +tranquillons +transaction +transactionnel +transactionnelle +transactionnelles +transactionnels +transactions +transafricain +transafricaine +transafricaines +transafricains +transalpin +transalpine +transalpines +transalpins +transat +transatlantique +transatlantiques +transats +transborda +transbordai +transbordaient +transbordais +transbordait +transbordant +transbordas +transbordasse +transbordassent +transbordasses +transbordassiez +transbordassions +transbordmes +transbordt +transbordtes +transborde +transbordement +transbordements +transbordent +transborder +transbordera +transborderai +transborderaient +transborderais +transborderait +transborderas +transborderez +transborderiez +transborderions +transborderons +transborderont +transbordes +transbordeur +transbordeurs +transbordez +transbord +transborde +transbordes +transbords +transbordrent +transbordiez +transbordions +transbordons +transcenda +transcendai +transcendaient +transcendais +transcendait +transcendance +transcendant +transcendantal +transcendantale +transcendantalement +transcendantales +transcendantaux +transcendante +transcendantes +transcendants +transcendas +transcendasse +transcendassent +transcendasses +transcendassiez +transcendassions +transcendmes +transcendt +transcendtes +transcende +transcendent +transcender +transcendera +transcenderai +transcenderaient +transcenderais +transcenderait +transcenderas +transcenderez +transcenderiez +transcenderions +transcenderons +transcenderont +transcendes +transcendez +transcend +transcende +transcendes +transcends +transcendrent +transcendiez +transcendions +transcendons +transcontinental +transcontinentale +transcontinentales +transcontinentaux +transcription +transcriptions +transcrira +transcrirai +transcriraient +transcrirais +transcrirait +transcriras +transcrire +transcrirez +transcririez +transcririons +transcrirons +transcriront +transcris +transcrisse +transcrissent +transcrisses +transcrissiez +transcrissions +transcrit +transcrite +transcrites +transcrits +transcrivaient +transcrivais +transcrivait +transcrivant +transcrive +transcrivent +transcrives +transcrivez +transcriviez +transcrivions +transcrivirent +transcrivis +transcrivit +transcrivmes +transcrivtes +transcrivons +transcrt +transducteur +transducteurs +transe +transept +transepts +transes +transfert +transferts +transfra +transfrable +transfrables +transfrai +transfraient +transfrais +transfrait +transfrant +transfras +transfrasse +transfrassent +transfrasses +transfrassiez +transfrassions +transfrmes +transfrt +transfrtes +transfrer +transfrera +transfrerai +transfreraient +transfrerais +transfrerait +transfreras +transfrerez +transfreriez +transfrerions +transfrerons +transfreront +transfrez +transfr +transfre +transfres +transfrs +transfrrent +transfriez +transfrions +transfrons +transfre +transfrement +transfrements +transfrent +transfres +transfigura +transfigurai +transfiguraient +transfigurais +transfigurait +transfigurant +transfiguras +transfigurasse +transfigurassent +transfigurasses +transfigurassiez +transfigurassions +transfiguration +transfigurations +transfigurmes +transfigurt +transfigurtes +transfigure +transfigurent +transfigurer +transfigurera +transfigurerai +transfigureraient +transfigurerais +transfigurerait +transfigureras +transfigurerez +transfigureriez +transfigurerions +transfigurerons +transfigureront +transfigures +transfigurez +transfigur +transfigure +transfigures +transfigurs +transfigurrent +transfiguriez +transfigurions +transfigurons +transforma +transformable +transformables +transformai +transformaient +transformais +transformait +transformant +transformas +transformasse +transformassent +transformasses +transformassiez +transformassions +transformateur +transformateurs +transformation +transformations +transformatrice +transformatrices +transformmes +transformt +transformtes +transforme +transforment +transformer +transformera +transformerai +transformeraient +transformerais +transformerait +transformeras +transformerez +transformeriez +transformerions +transformerons +transformeront +transformes +transformez +transform +transforme +transformes +transforms +transformrent +transformiez +transformions +transformisme +transformiste +transformistes +transformons +transfuge +transfuges +transfusa +transfusai +transfusaient +transfusais +transfusait +transfusant +transfusas +transfusasse +transfusassent +transfusasses +transfusassiez +transfusassions +transfusmes +transfust +transfustes +transfuse +transfusent +transfuser +transfusera +transfuserai +transfuseraient +transfuserais +transfuserait +transfuseras +transfuserez +transfuseriez +transfuserions +transfuserons +transfuseront +transfuses +transfusez +transfus +transfuse +transfuses +transfuss +transfusrent +transfusiez +transfusion +transfusions +transgressa +transgressai +transgressaient +transgressais +transgressait +transgressant +transgressas +transgressasse +transgressassent +transgressasses +transgressassiez +transgressassions +transgressmes +transgresst +transgresstes +transgresse +transgressent +transgresser +transgressera +transgresserai +transgresseraient +transgresserais +transgresserait +transgresseras +transgresserez +transgresseriez +transgresserions +transgresserons +transgresseront +transgresses +transgresseur +transgresseurs +transgressez +transgress +transgresse +transgresses +transgresss +transgressrent +transgressiez +transgression +transgressions +transgressons +transhuma +transhumai +transhumaient +transhumais +transhumait +transhumance +transhumances +transhumant +transhumante +transhumantes +transhumants +transhumas +transhumasse +transhumassent +transhumasses +transhumassiez +transhumassions +transhummes +transhumt +transhumtes +transhume +transhument +transhumer +transhumera +transhumerai +transhumeraient +transhumerais +transhumerait +transhumeras +transhumerez +transhumeriez +transhumerions +transhumerons +transhumeront +transhumes +transhumez +transhum +transhume +transhumes +transhums +transhumrent +transhumiez +transhumions +transhumons +transi +transie +transies +transige +transigea +transigeai +transigeaient +transigeais +transigeait +transigeant +transigeas +transigeasse +transigeassent +transigeasses +transigeassiez +transigeassions +transigemes +transiget +transigetes +transigent +transigeons +transiger +transigera +transigerai +transigeraient +transigerais +transigerait +transigeras +transigerez +transigeriez +transigerions +transigerons +transigeront +transiges +transigez +transig +transige +transiges +transigs +transigrent +transigiez +transigions +transir +transira +transirai +transiraient +transirais +transirait +transiras +transirent +transirez +transiriez +transirions +transirons +transiront +transis +transissaient +transissais +transissait +transissant +transisse +transissent +transisses +transissez +transissiez +transissions +transissons +transistor +transistors +transit +transita +transitai +transitaient +transitaire +transitaires +transitais +transitait +transitant +transitas +transitasse +transitassent +transitasses +transitassiez +transitassions +transitassont +transitt +transittes +transite +transitent +transiter +transitera +transiterai +transiteraient +transiterais +transiterait +transiteras +transiterez +transiteriez +transiterions +transiterons +transiteront +transites +transitez +transit +transite +transites +transits +transitrent +transitiez +transitif +transitifs +transition +transitions +transitive +transitivement +transitives +transitoire +transitoirement +transitoires +transitons +transits +transmes +transt +transtes +translation +translations +translucide +translucides +transmet +transmets +transmettaient +transmettais +transmettait +transmette +transmettent +transmettes +transmetteur +transmetteurs +transmettez +transmettiez +transmettions +transmettons +transmettra +transmettrai +transmettraient +transmettrais +transmettrait +transmettras +transmettre +transmettrez +transmettriez +transmettrions +transmettrons +transmettront +transmirent +transmis +transmise +transmises +transmisse +transmissent +transmisses +transmissible +transmissibles +transmissiez +transmission +transmissions +transmit +transmmes +transmt +transmtes +transmua +transmuable +transmuables +transmuai +transmuaient +transmuais +transmuait +transmuant +transmuas +transmuasse +transmuassent +transmuasses +transmuassiez +transmuassions +transmumes +transmut +transmutes +transmue +transmuent +transmuer +transmuera +transmuerai +transmueraient +transmuerais +transmuerait +transmueras +transmuerez +transmueriez +transmuerions +transmuerons +transmueront +transmues +transmuez +transmu +transmue +transmues +transmus +transmurent +transmuiez +transmuions +transmuons +transmuta +transmutabilit +transmutabilits +transmutable +transmutables +transmutai +transmutaient +transmutais +transmutait +transmutant +transmutas +transmutasse +transmutassent +transmutasses +transmutassiez +transmutassions +transmutation +transmutations +transmutmes +transmutt +transmuttes +transmute +transmutent +transmuter +transmutera +transmuterai +transmuteraient +transmuterais +transmuterait +transmuteras +transmuterez +transmuteriez +transmuterions +transmuterons +transmuteront +transmutes +transmutez +transmut +transmute +transmutes +transmuts +transmutrent +transmutiez +transmutions +transmutons +transparais +transparaissaient +transparaissais +transparaissait +transparaissant +transparaisse +transparaissent +transparaisses +transparaissez +transparaissiez +transparaissions +transparaissons +transparat +transparatra +transparatrai +transparatraient +transparatrais +transparatrait +transparatras +transparatre +transparatrez +transparatriez +transparatrions +transparatrons +transparatront +transparence +transparences +transparent +transparente +transparentes +transparents +transparu +transparue +transparues +transparurent +transparus +transparusse +transparussent +transparusses +transparussiez +transparussions +transparut +transparmes +transpart +transpartes +transperce +transpercent +transpercer +transpercera +transpercerai +transperceraient +transpercerais +transpercerait +transperceras +transpercerez +transperceriez +transpercerions +transpercerons +transperceront +transperces +transpercez +transperc +transperce +transperces +transpercs +transpercrent +transperciez +transpercions +transpera +transperai +transperaient +transperais +transperait +transperant +transperas +transperasse +transperassent +transperasses +transperassiez +transperassions +transpermes +transpert +transpertes +transperons +transpira +transpirai +transpiraient +transpirais +transpirait +transpirant +transpiras +transpirasse +transpirassent +transpirasses +transpirassiez +transpirassions +transpiration +transpirations +transpirmes +transpirt +transpirtes +transpire +transpirent +transpirer +transpirera +transpirerai +transpireraient +transpirerais +transpirerait +transpireras +transpirerez +transpireriez +transpirerions +transpirerons +transpireront +transpires +transpirez +transpir +transpire +transpires +transpirs +transpirrent +transpiriez +transpirions +transpirons +transplanta +transplantai +transplantaient +transplantais +transplantait +transplantant +transplantas +transplantasse +transplantassent +transplantasses +transplantassiez +transplantassions +transplantation +transplantations +transplantmes +transplantt +transplanttes +transplante +transplantent +transplanter +transplantera +transplanterai +transplanteraient +transplanterais +transplanterait +transplanteras +transplanterez +transplanteriez +transplanterions +transplanterons +transplanteront +transplantes +transplantez +transplant +transplante +transplantes +transplants +transplantrent +transplantiez +transplantions +transplantons +transport +transporta +transportable +transportables +transportai +transportaient +transportais +transportait +transportant +transportas +transportasse +transportassent +transportasses +transportassiez +transportassions +transportation +transportations +transportmes +transportt +transporttes +transporte +transportent +transporter +transportera +transporterai +transporteraient +transporterais +transporterait +transporteras +transporterez +transporteriez +transporterions +transporterons +transporteront +transportes +transporteur +transporteurs +transportez +transport +transporte +transportes +transports +transportrent +transportiez +transportions +transportons +transports +transposa +transposai +transposaia +transposaient +transposais +transposait +transposant +transposas +transposasse +transposassent +transposasses +transposassiez +transposassions +transposmes +transpost +transpostes +transpose +transposent +transposer +transposera +transposerai +transposeraient +transposerais +transposerait +transposeras +transposerez +transposeriez +transposerions +transposerons +transposeront +transposes +transposez +transpos +transpose +transposes +transposs +transposrent +transposiez +transposions +transposition +transpositions +transposons +transsexualisme +transsubstantiation +transsuda +transsudai +transsudaient +transsudais +transsudait +transsudant +transsudas +transsudasse +transsudassent +transsudasses +transsudassiez +transsudassions +transsudmes +transsudt +transsudtes +transsude +transsudent +transsuder +transsudera +transsuderai +transsuderaient +transsuderais +transsuderait +transsuderas +transsuderez +transsuderiez +transsuderions +transsuderons +transsuderont +transsudes +transsudez +transsud +transsude +transsudes +transsuds +transsudrent +transsudiez +transsudions +transsudons +transvasa +transvasai +transvasaient +transvasais +transvasait +transvasant +transvasas +transvasasse +transvasassent +transvasasses +transvasassiez +transvasassions +transvasmes +transvast +transvastes +transvase +transvasement +transvasements +transvasent +transvaser +transvasera +transvaserai +transvaseraient +transvaserais +transvaserait +transvaseras +transvaserez +transvaseriez +transvaserions +transvaserons +transvaseront +transvases +transvasez +transvas +transvase +transvases +transvass +transvasrent +transvasiez +transvasions +transvasons +transversal +transversale +transversalement +transversales +transversaux +transverse +transverses +trapzodal +trapzodale +trapzodales +trapzodals +trapze +trapzes +trappe +trappes +trappeur +trappeurs +trappiste +trappistes +trapu +trapue +trapues +trapus +traqua +traquai +traquaient +traquais +traquait +traquant +traquas +traquasse +traquassent +traquasses +traquassiez +traquassions +traqumes +traqut +traqutes +traque +traquenard +traquenards +traquent +traquer +traquera +traquerai +traqueraient +traquerais +traquerait +traqueras +traquerez +traqueriez +traquerions +traquerons +traqueront +traques +traqueur +traqueure +traqueuse +traqueuses +traquez +traqu +traque +traques +traqus +traqurent +traquiez +traquions +traquons +traumatique +traumatiques +traumatis +traumatise +traumatises +traumatiss +traumatisme +travail +travailla +travaillai +travaillaient +travaillais +travaillait +travaillant +travaillas +travaillasse +travaillassent +travaillasses +travaillassiez +travaillassions +travaillmes +travaillt +travailltes +travaille +travaillent +travailler +travaillera +travaillerai +travailleraient +travaillerais +travaillerait +travailleras +travaillerez +travailleriez +travaillerions +travaillerons +travailleront +travailles +travailleur +travailleurs +travailleuse +travailleuses +travaillez +travaill +travaille +travailles +travaills +travaillrent +travailliez +travaillions +travaillisme +travailliste +travaillistes +travaillons +travails pour soigner des animaux +travaux +travelling +travellings +travers +traversa +traversai +traversaient +traversais +traversait +traversant +traversas +traversasse +traversassent +traversasses +traversassiez +traversassions +traversmes +traverst +traverstes +traverse +traversent +traverser +traversera +traverserai +traverseraient +traverserais +traverserait +traverseras +traverserez +traverseriez +traverserions +traverserons +traverseront +traverses +traversez +travers +traverse +traverses +traverss +traversrent +traversier +traversiers +traversiez +traversire +traversires +traversin +traversins +traversions +traversons +travertin +travesti +travestie +travesties +travestir +travestira +travestirai +travestiraient +travestirais +travestirait +travestiras +travestirent +travestirez +travestiriez +travestirions +travestirons +travestiront +travestis +travestisme +travestissaient +travestissais +travestissait +travestissant +travestisse +travestissement +travestissements +travestissent +travestisses +travestissez +travestissiez +travestissions +travestissons +travestit +travestmes +travestt +travesttes +trave +traves +trayaient +trayais +trayait +trayant +trayeur +trayeurs +trayeuse +trayeuses +trayez +trayiez +trayions +trayon +trayons +treillage +treillages +treille +treilles +treillis +treize +treizime +treizimes +trembla +tremblai +tremblaient +tremblais +tremblait +tremblant +tremblante +tremblantes +tremblants +tremblas +tremblasse +tremblassent +tremblasses +tremblassiez +tremblassions +tremblmes +tremblt +trembltes +tremble +tremblement +tremblements +tremblent +trembler +tremblera +tremblerai +trembleraient +tremblerais +tremblerait +trembleras +tremblerez +trembleriez +tremblerions +tremblerons +trembleront +trembles +trembleur +trembleurs +trembleuse +trembleuses +tremblez +trembl +tremble +trembles +trembls +tremblrent +trembliez +tremblions +tremblons +tremblota +tremblotai +tremblotaient +tremblotais +tremblotait +tremblotant +tremblotas +tremblotasse +tremblotassent +tremblotasses +tremblotassez +tremblotassiez +tremblotassions +tremblotmes +tremblott +tremblottes +tremblote +tremblotement +tremblotements +tremblotent +trembloter +tremblotera +trembloterai +trembloteraient +trembloterais +trembloterait +trembloteras +trembloterez +trembloteriez +trembloterions +trembloterons +trembloteront +tremblotes +tremblotez +tremblot +tremblote +tremblotes +tremblots +tremblotrent +tremblotiez +tremblotions +tremblotons +tremens +trempa +trempage +trempages +trempai +trempaient +trempais +trempait +trempant +trempas +trempasse +trempassent +trempasses +trempassiez +trempassions +trempmes +trempt +tremptes +trempe +trempent +tremper +trempera +tremperai +tremperaient +tremperais +tremperait +tremperas +tremperez +tremperiez +tremperions +tremperons +tremperont +trempes +trempette +trempettes +trempez +tremp +trempe +trempes +tremps +tremprent +trempiez +trempions +tremplin +tremplins +trempons +trench +trentaine +trentaines +trente +trentenaire +trentenaires +trentime +trentimes +tressa +tressage +tressages +tressai +tressaient +tressaillaient +tressaillais +tressaillait +tressaillant +tressaille +tressaillement +tressaillements +tressaillent +tressailles +tressaillez +tressailli +tressaillie +tressaillies +tressailliez +tressaillions +tressaillir +tressaillira +tressaillirai +tressailliraient +tressaillirais +tressaillirait +tressailliras +tressaillirent +tressaillirez +tressailliriez +tressaillirions +tressaillirons +tressailliront +tressaillis +tressaillisse +tressaillissent +tressaillisses +tressaillissiez +tressaillissions +tressaillit +tressaillmes +tressaillt +tressailltes +tressaillons +tressais +tressait +tressant +tressas +tressasse +tressassent +tressasses +tressassiez +tressassions +tressauta +tressautai +tressautaient +tressautais +tressautait +tressautant +tressautas +tressautasse +tressautassent +tressautasses +tressautassiez +tressautassions +tressautmes +tressautt +tressauttes +tressaute +tressautent +tressauter +tressautera +tressauterai +tressauteraient +tressauterais +tressauterait +tressauteras +tressauterez +tressauteriez +tressauterions +tressauterons +tressauteront +tressautes +tressautez +tressaut +tressaute +tressautes +tressauts +tressautrent +tressautiez +tressautions +tressautons +tressmes +tresst +tresstes +tresse +tressent +tresser +tressera +tresserai +tresseraient +tresserais +tresserait +tresseras +tresserez +tresseriez +tresserions +tresserons +tresseront +tresses +tressez +tress +tresse +tresses +tresss +tressrent +tressiez +tressions +tressons +treuil +treuils +trbucha +trbuchai +trbuchaient +trbuchais +trbuchait +trbuchant +trbuchante +trbuchantes +trbuchants +trbuchas +trbuchasse +trbuchassent +trbuchasses +trbuchassiez +trbuchassions +trbuchmes +trbucht +trbuchtes +trbuche +trbuchent +trbucher +trbuchera +trbucherai +trbucheraient +trbucherais +trbucherait +trbucheras +trbucherez +trbucheriez +trbucherions +trbucherons +trbucheront +trbuches +trbuchet +trbuchets +trbuchez +trbuch +trbuche +trbuches +trbuchs +trbuchrent +trbuchiez +trbuchions +trbuchons +trfila +trfilage +trfilages +trfilai +trfilaient +trfilais +trfilait +trfilant +trfilas +trfilasse +trfilassent +trfilasses +trfilassiez +trfilassions +trfilmes +trfilt +trfiltes +trfile +trfilent +trfiler +trfilera +trfilerai +trfileraient +trfilerais +trfilerait +trfileras +trfilerez +trfilerie +trfileries +trfileriez +trfilerions +trfilerons +trfileront +trfiles +trfileur +trfileurs +trfilez +trfil +trfile +trfiles +trfils +trfilrent +trfiliez +trfilions +trfilons +trfonds +trma +trmas +trmie +trmies +trmire +trmires +trmolo +trmoussa +trmoussai +trmoussaient +trmoussais +trmoussait +trmoussant +trmoussas +trmoussasse +trmoussassent +trmoussasses +trmoussassiez +trmoussassions +trmoussmes +trmousst +trmousstes +trmousse +trmoussement +trmoussements +trmoussent +trmousser +trmoussera +trmousserai +trmousseraient +trmousserais +trmousserait +trmousseras +trmousserez +trmousseriez +trmousserions +trmousserons +trmousseront +trmousses +trmoussez +trmouss +trmousse +trmousses +trmousss +trmoussrent +trmoussiez +trmoussions +trmoussons +trpan +trpana +trpanai +trpanaient +trpanais +trpanait +trpanant +trpanas +trpanasse +trpanassent +trpanasses +trpanassiez +trpanassions +trpanation +trpanations +trpanmes +trpant +trpantes +trpane +trpanent +trpaner +trpanera +trpanerai +trpaneraient +trpanerais +trpanerait +trpaneras +trpaneriez +trpanerions +trpanerons +trpaneront +trpanes +trpanez +trpan +trpane +trpanes +trpans +trpanrent +trpaniez +trpanions +trpanons +trpans +trpas +trpassa +trpassai +trpassaient +trpassais +trpassait +trpassant +trpassas +trpassasse +trpassassent +trpassasses +trpassassiez +trpassassions +trpassmes +trpasst +trpasstes +trpasse +trpassent +trpasser +trpassera +trpasserai +trpasseraient +trpasserais +trpasserait +trpasseras +trpasserez +trpasseriez +trpasserions +trpasserons +trpasseront +trpasses +trpassez +trpass +trpasse +trpasses +trpasss +trpassrent +trpassiez +trpassions +trpassons +trpida +trpidai +trpidaient +trpidais +trpidait +trpidant +trpidante +trpidantes +trpidants +trpidas +trpidasse +trpidassent +trpidasses +trpidassiez +trpidassions +trpidation +trpidations +trpidmes +trpidt +trpidtes +trpide +trpident +trpider +trpidera +trpiderai +trpideraient +trpiderais +trpiderait +trpideras +trpiderez +trpideriez +trpiderions +trpiderons +trpideront +trpides +trpidez +trpid +trpide +trpides +trpidrent +trpidiez +trpidions +trpidons +trpied +trpieds +trpigna +trpignai +trpignaient +trpignais +trpignait +trpignant +trpignas +trpignasse +trpignassent +trpignasses +trpignassiez +trpignassions +trpignmes +trpignt +trpigntes +trpigne +trpignement +trpignements +trpignent +trpigner +trpignera +trpignerai +trpigneraient +trpignerais +trpignerait +trpigneras +trpignerez +trpigneriez +trpignerions +trpignerons +trpigneront +trpignes +trpignez +trpign +trpigne +trpignes +trpigns +trpignrent +trpigniez +trpignions +trpignons +trsor +trsorerie +trsoreries +trsorier +trsoriers +trsorire +trsorires +trsors +trteau +trteaux +trfle +trfles +trs +trve +trves +tri +tria +triage +triages +triai +triaient +triais +triait +triangle +triangles +triangulaire +triangulaires +triangulation +triangulations +triant +trias +triasse +triassent +triasses +triassiez +triassions +trimes +trit +trites +tribal +tribale +tribales +tribaux +tribord +tribu +tribulations +tribun +tribunal +tribunat +tribunats +tribunaux +tribune +tribunes +tribuns +tribus +tribut +tributaire +tributaires +tributs +tricentenaire +tricentenaires +tricphale +tricphales +tricha +trichai +trichaient +trichais +trichait +trichant +trichas +trichasse +trichassent +trichasses +trichassiez +trichassions +trichmes +tricht +trichtes +triche +trichent +tricher +trichera +tricherai +tricheraient +tricherais +tricherait +tricheras +tricherez +tricherie +tricheries +tricheriez +tricherions +tricherons +tricheront +triches +tricheur +tricheurs +tricheuse +tricheuses +trichez +trich +triche +triches +trichs +trichrent +trichiez +trichine +trichines +trichions +trichons +trichromie +tricolore +tricolores +tricorne +tricornes +tricot +tricota +tricotage +tricotages +tricotai +tricotaient +tricotais +tricotait +tricotant +tricotas +tricotasse +tricotassent +tricotasses +tricotassiez +tricotassions +tricotmes +tricott +tricottes +tricote +tricotent +tricoter +tricotera +tricoterai +tricoteraient +tricoterais +tricoterait +tricoteras +tricoterez +tricoteriez +tricoterions +tricoterons +tricoteront +tricotes +tricoteur +tricoteurs +tricoteuse +tricoteuses +tricotez +tricot +tricote +tricotes +tricots +tricotrent +tricotiez +tricotions +tricotons +tricots +trictrac +tricycle +tricycles +trident +tridents +tridimensionnel +tridimensionnelle +tridimensionnelles +tridimensionnels +trie +triennal +triennale +triennales +triennaux +trient +trier +triera +trierai +trieraient +trierais +trierait +trieras +trierez +trieriez +trierions +trierons +trieront +tries +trieur +trieurs +trieuse +trieuses +triez +tri +trie +tries +tris +tridre +tridres +trirent +triforium +triforiums +triglyphe +triglyphes +trigonomtrie +trigonomtrique +trigonomtriques +triiez +triions +trijumeau +trijumeaux +trilingue +trilingues +trille +trilles +trilob +trilobe +trilobes +trilobs +trilobites +trilogie +trilogies +trima +trimai +trimaient +trimais +trimait +trimant +trimardeur +trimardeurs +trimas +trimasse +trimassent +trimasses +trimassiez +trimassions +trimmes +trimt +trimtes +trimbala +trimbalai +trimbalaient +trimbalais +trimbalait +trimbalant +trimbalas +trimbalasse +trimbalassent +trimbalasses +trimbalassiez +trimbalassions +trimbalmes +trimbalt +trimbaltes +trimbale +trimbalent +trimbaler +trimbalera +trimbalerai +trimbaleraient +trimbalerais +trimbalerait +trimbaleras +trimbalerez +trimbaleriez +trimbalerions +trimbalerons +trimbaleront +trimbales +trimbalez +trimbal +trimbale +trimbales +trimbals +trimbalrent +trimbaliez +trimbalions +trimbalons +trime +triment +trimer +trimera +trimerai +trimeraient +trimerais +trimerait +trimeras +trimerez +trimeriez +trimerions +trimerons +trimeront +trimes +trimestre +trimestres +trimestriel +trimestrielle +trimestriellement +trimestrielles +trimestriels +trimez +trim +trime +trimes +trims +trimrent +trimiez +trimions +trimons +trimoteur +trimoteurs +tringle +tringles +trinit +trinme +trinmes +trinqua +trinquai +trinquaient +trinquais +trinquait +trinquant +trinquas +trinquasse +trinquassent +trinquasses +trinquassiez +trinquassions +trinqumes +trinqut +trinqutes +trinque +trinquent +trinquer +trinquera +trinquerai +trinqueraient +trinquerais +trinquerait +trinqueras +trinquerez +trinqueriez +trinquerions +trinquerons +trinqueront +trinques +trinquez +trinqu +trinque +trinques +trinqus +trinqurent +trinquiez +trinquions +trinquons +trio +triode +triodes +triolet +triolets +triompha +triomphai +triomphaient +triomphais +triomphait +triomphal +triomphale +triomphalement +triomphales +triomphant +triomphas +triomphasse +triomphassent +triomphasses +triomphassiez +triomphassions +triomphateur +triomphateurs +triomphatrice +triomphatrices +triomphaux +triomphmes +triompht +triomphtes +triomphe +triomphent +triompher +triomphera +triompherai +triompheraient +triompherais +triompherait +triompheras +triompherez +triompheriez +triompherions +triompherons +triompheront +triomphes +triomphez +triomph +triomphe +triomphes +triomphs +triomphrent +triomphiez +triomphions +triomphons +trions +trios +tripaille +tripailles +triparti +tripartie +triparties +tripartis +tripartite +tripartites +tripartition +tripartitions +tripatouilla +tripatouillage +tripatouillages +tripatouillai +tripatouillaient +tripatouillais +tripatouillait +tripatouillant +tripatouillas +tripatouillasse +tripatouillassent +tripatouillasses +tripatouillassiez +tripatouillassions +tripatouillmes +tripatouillt +tripatouilltes +tripatouille +tripatouillent +tripatouiller +tripatouillera +tripatouillerai +tripatouilleraient +tripatouillerais +tripatouillerait +tripatouilleras +tripatouillerez +tripatouilleriez +tripatouillerions +tripatouillerons +tripatouilleront +tripatouilles +tripatouillez +tripatouill +tripatouille +tripatouilles +tripatouills +tripatouillrent +tripatouilliez +tripatouillions +tripatouillons +tripe +triperie +triperies +tripes +triphas +triphase +triphases +triphass +tripier +tripiers +tripire +tripires +tripla +triplai +triplaient +triplais +triplait +triplant +triplas +triplasse +triplassent +triplasses +triplassiez +triplassions +triplmes +triplt +tripltes +triple +triplement +triplements +triplent +tripler +triplera +triplerai +tripleraient +triplerais +triplerait +tripleras +triplerez +tripleriez +triplerions +triplerons +tripleront +triples +triplets +triplez +tripl +triple +triples +tripls +triplrent +tripliez +triplions +triplons +tripoli +triporteur +triporteurs +tripot +tripota +tripotage +tripotages +tripotai +tripotaient +tripotais +tripotait +tripotant +tripotas +tripotasse +tripotassent +tripotasses +tripotassiez +tripotassions +tripotmes +tripott +tripottes +tripote +tripotent +tripoter +tripotera +tripoterai +tripoteraient +tripoterais +tripoterait +tripoteras +tripoterez +tripoteriez +tripoterions +tripoterons +tripoteront +tripotes +tripoteur +tripoteurs +tripoteuse +tripoteuses +tripotez +tripot +tripote +tripotes +tripots +tripotrent +tripotiez +tripotions +tripotons +tripots +triptyque +triptyques +trique +triques +tris +trisaeul +trisaeule +trisaeules +trisaeuls +trisection +trisections +triste +tristes +tristesse +tristesses +triton +tritons +tritura +triturai +trituraient +triturais +triturait +triturant +trituras +triturasse +triturassent +triturasses +triturassiez +triturassions +trituration +triturations +triturmes +triturt +triturtes +triture +triturent +triturer +triturera +triturerai +tritureraient +triturerais +triturerait +tritureras +triturerez +tritureriez +triturerions +triturerons +tritureront +tritures +triturez +tritur +triture +tritures +triturs +triturrent +trituriez +triturions +triturons +trivial +triviale +trivialement +triviales +trivialit +trivialits +trivials +troc +trocart +trocarts +trocs +trone +trones +troglodyte +troglodytes +trogne +trognes +trognon +trognons +trois +troisime +troisimement +troisimes +trolley +trolleybus +trolleys +trombe +trombes +trombidion +trombidions +trombine +trombines +tromblon +tromblons +trombone +trombones +trompa +trompai +trompaient +trompais +trompait +trompant +trompas +trompasse +trompassent +trompasses +trompassiez +trompassions +trompmes +trompt +tromptes +trompe +trompent +tromper +trompera +tromperai +tromperaient +tromperais +tromperait +tromperas +tromperez +tromperie +tromperies +tromperiez +tromperions +tromperons +tromperont +trompes +trompeta +trompetai +trompetaient +trompetais +trompetait +trompetant +trompetas +trompetasse +trompetassent +trompetasses +trompetassiez +trompetassions +trompetmes +trompett +trompettes +trompeter +trompetez +trompet +trompete +trompetes +trompets +trompetrent +trompetiez +trompetions +trompetons +trompette +trompettent +trompettera +trompetterai +trompetteraient +trompetterais +trompetterait +trompetteras +trompetterez +trompetteriez +trompetterions +trompetterons +trompetteront +trompettes +trompettiste +trompettistes +trompeur +trompeurs +trompeuse +trompeusement +trompeuses +trompez +tromp +trompe +trompes +tromps +tromprent +trompiez +trompions +trompons +tronc +troncature +troncatures +tronche +tronches +troncs +tronon +trononna +trononnai +trononnaient +trononnais +trononnait +trononnant +trononnas +trononnasse +trononnassent +trononnasses +trononnassiez +trononnassions +trononnmes +trononnt +trononntes +trononne +trononnent +trononner +trononnera +trononnerai +trononneraient +trononnerais +trononnerait +trononneras +trononnerez +trononneriez +trononnerions +trononnerons +trononneront +trononnes +trononneuse +trononneuses +trononnez +trononn +trononne +trononnes +trononns +trononnrent +trononniez +trononnions +trononnons +tronons +tronqua +tronquai +tronquaient +tronquais +tronquait +tronquant +tronquas +tronquasse +tronquassent +tronquasses +tronquassiez +tronquassions +tronqumes +tronqut +tronqutes +tronque +tronquent +tronquer +tronquera +tronquerai +tronqueraient +tronquerais +tronquerait +tronqueras +tronquerez +tronqueriez +tronquerions +tronquerons +tronqueront +tronques +tronquez +tronqu +tronque +tronques +tronqus +tronqurent +tronquiez +tronquions +tronquons +trop +trophe +trophes +tropical +tropicale +tropicales +tropicaux +tropique +tropiques +troqua +troquai +troquaient +troquais +troquait +troquant +troquas +troquasse +troquassent +troquasses +troquassiez +troquassions +troqumes +troqut +troqutes +troque +troquent +troquer +troquera +troquerai +troqueraient +troquerais +troquerait +troqueras +troquerez +troqueriez +troquerions +troquerons +troqueront +troques +troquez +troqu +troque +troques +troqus +troqurent +troquiez +troquions +troquons +trot +trots +trotskiste +trotskistes +trotta +trottai +trottaient +trottais +trottait +trottant +trottas +trottasse +trottassent +trottasses +trottassiez +trottassions +trottmes +trottt +trotttes +trotte +trottent +trotter +trottera +trotterai +trotteraient +trotterais +trotterait +trotteras +trotterez +trotteriez +trotterions +trotterons +trotteront +trotters +trottes +trotteur +trotteurs +trotteuse +trotteuses +trottez +trott +trotte +trottes +trotts +trottrent +trottiez +trottina +trottinai +trottinaient +trottinais +trottinait +trottinant +trottinas +trottinasse +trottinassent +trottinasses +trottinassiez +trottinassions +trottinmes +trottint +trottintes +trottine +trottinent +trottiner +trottinera +trottinerai +trottineraient +trottinerais +trottinerait +trottineras +trottinerez +trottineriez +trottinerions +trottinerons +trottineront +trottines +trottinette +trottinettes +trottinez +trottin +trottine +trottines +trottins +trottinrent +trottiniez +trottinions +trottinons +trottions +trottoir +trottoirs +trottons +trou +troua +trouai +trouaient +trouais +trouait +trouant +trouas +trouasse +trouassent +trouasses +trouassiez +trouassions +troumes +trout +troutes +troubadour +troubadours +troubla +troublai +troublaient +troublais +troublait +troublant +troublante +troublantes +troublants +troublas +troublasse +troublassent +troublasses +troublassiez +troublassions +troublmes +troublt +troubltes +trouble +troublent +troubler +troublera +troublerai +troubleraient +troublerais +troublerait +troubleras +troublerez +troubleriez +troublerions +troublerons +troubleront +troubles +troublez +troubl +trouble +troubles +troubls +troublrent +troublions +troublons +troue +trouent +trouer +trouera +trouerai +troueraient +trouerais +trouerait +troueras +trouerez +troueriez +trouerions +trouerons +troueront +troues +trouez +trou +troue +troues +trous +trourent +troufion +troufions +trouiez +trouillard +trouillarde +trouillardes +trouillards +trouille +trouilles +trouions +trouons +troupe +troupeau +troupeaux +troupes +troupier +troupiers +trous +troussa +troussai +troussaient +troussais +troussait +troussant +troussas +troussasse +troussassent +troussasses +troussassiez +troussassions +troussmes +trousst +trousstes +trousse +trousseau +trousseaux +troussent +trousser +troussera +trousserai +trousseraient +trousserais +trousserait +trousseras +trousserez +trousseriez +trousserions +trousserons +trousseront +trousses +troussez +trouss +trousse +trousses +trousss +troussrent +troussiez +troussions +troussons +trouva +trouvable +trouvables +trouvai +trouvaient +trouvaille +trouvailles +trouvais +trouvait +trouvant +trouvas +trouvasse +trouvassent +trouvasses +trouvassiez +trouvassions +trouvmes +trouvt +trouvtes +trouve +trouvent +trouver +trouvera +trouverai +trouveraient +trouverais +trouverait +trouveras +trouverez +trouveriez +trouverions +trouverons +trouveront +trouves +trouvez +trouv +trouve +trouves +trouvs +trouvre +trouvrent +trouvres +trouviez +trouvions +trouvons +trna +trnai +trnaient +trnais +trnait +trnant +trnas +trnasse +trnassent +trnasses +trnassiez +trnassions +trnmes +trnt +trntes +trne +trnent +trner +trnera +trnerai +trneraient +trnerais +trnerait +trneras +trnerez +trneriez +trnerions +trnerons +trneront +trnes +trnez +trn +trne +trnes +trns +trnrent +trniez +trnions +trnons +truand +truanda +truandai +truandaient +truandais +truandait +truandant +truandas +truandasse +truandassent +truandasses +truandassiez +truandassions +truandmes +truandt +truandtes +truande +truandent +truander +truandera +truanderai +truanderaient +truanderais +truanderait +truanderas +truanderez +truanderiez +truanderions +truanderons +truanderont +truandes +truandez +truand +truande +truandes +truands +truandrent +truandiez +truandions +truandons +truands +trublion +trublions +truc +trucage +trucages +truchement +truchements +trucida +trucidai +trucidaient +trucidais +trucidait +trucidant +trucidas +trucidasse +trucidassent +trucidasses +trucidassiez +trucidassions +trucidmes +trucidt +trucidtes +trucide +trucident +trucider +trucidera +truciderai +trucideraient +truciderais +truciderait +trucideras +truciderez +trucideriez +truciderions +truciderons +trucideront +trucides +trucidez +trucid +trucide +trucides +trucids +trucidrent +trucidiez +trucidions +trucidons +trucs +truculence +truculences +truculent +truculente +truculentes +truculents +truelle +truelles +truffa +truffai +truffaient +truffais +truffait +truffant +truffas +truffasse +truffassent +truffasses +truffassiez +truffassions +truffmes +trufft +trufftes +truffe +truffent +truffer +truffera +trufferai +trufferaient +trufferais +trufferait +trufferas +trufferez +trufferiez +trufferions +trufferons +trufferont +truffes +truffez +truff +truffe +truffes +truffs +truffrent +truffier +truffiers +truffiez +truffire +truffires +truffions +truffons +truie +truies +truisme +truismes +truite +truites +trumeau +trumeaux +truqua +truquage +truquages +truquai +truquaient +truquais +truquait +truquant +truquas +truquasse +truquassent +truquasses +truquassiez +truquassions +truqumes +truqut +truqutes +truque +truquent +truquer +truquera +truquerai +truqueraient +truquerais +truquerait +truqueras +truquerez +truqueriez +truquerions +truquerons +truqueront +truques +truqueur +truqueurs +truqueuse +truqueuses +truquez +truqu +truque +truques +truqus +truqurent +truquiez +truquions +truquons +trusquin +trusquins +trust +trusts +trypanosome +trypanosomes +tsar +tsarine +tsarines +tsarisme +tsars +ts +tss +tsigane +tsiganes +tu +tua +tuai +tuaient +tuais +tuait +tuant +tuante +tuantes +tuants +tuas +tuasse +tuassent +tuasses +tuassiez +tuassions +tumes +tut +tutes +tub +tuba +tubage +tubages +tubai +tubaient +tubais +tubait +tubant +tubas +tubasse +tubassent +tubasses +tubassiez +tubassions +tubmes +tubt +tubtes +tube +tubent +tuber +tubera +tuberai +tuberaient +tuberais +tuberait +tuberas +tubercule +tubercules +tuberculeuse +tuberculeuses +tuberculeux +tuberculose +tuberez +tuberiez +tuberions +tuberons +tuberont +tubes +tubez +tub +tube +tubes +tubreuse +tubreuses +tubreux +tubs +tubrent +tubiez +tubions +tubons +tubs +tubulaire +tubulaires +tubul +tubule +tubules +tubuls +tubulure +tubulures +tue +tuent +tuer +tuera +tuerai +tueraient +tuerais +tuerait +tueras +tuerez +tuerie +tueries +tueriez +tuerions +tuerons +tueront +tues +tueur +tueurs +tueuse +tueuses +tuez +tu +tue +tues +tus +turent +tuf +tufeau +tuffeau +tuile +tuilerie +tuileries +tuiles +tuions +tulipe +tulipes +tulipier +tulipiers +tulle +tullerie +tulleries +tulles +tullier +tulliers +tullire +tullires +tulliste +tullistes +tumescence +tumescences +tumescent +tumescente +tumescentes +tumescents +tumeur +tumeurs +tumfaction +tumfactions +tumfia +tumfiai +tumfiaient +tumfiais +tumfiait +tumfiant +tumfias +tumfiasse +tumfiassent +tumfiasses +tumfiassiez +tumfiassions +tumfimes +tumfit +tumfites +tumfie +tumfient +tumfier +tumfiera +tumfierai +tumfieraient +tumfierais +tumfierait +tumfieras +tumfierez +tumfieriez +tumfierions +tumfierons +tumfieront +tumfies +tumfiez +tumfi +tumfie +tumfies +tumfis +tumfirent +tumfiiez +tumfiions +tumfions +tumulte +tumultes +tumultueuse +tumultueusement +tumultueuses +tumultueux +tumulus +tungstne +tunique +tuniques +tunnel +tunnels +tuons +turban +turbans +turbin +turbina +turbinai +turbinaient +turbinais +turbinait +turbinant +turbinas +turbinasse +turbinassent +turbinasses +turbinassiez +turbinassions +turbinmes +turbint +turbintes +turbine +turbinent +turbiner +turbinera +turbinerai +turbineraient +turbinerais +turbinerait +turbineras +turbinerez +turbineriez +turbinerions +turbinerons +turbineront +turbines +turbinez +turbin +turbine +turbines +turbins +turbinrent +turbiniez +turbinions +turbinons +turbins +turbo +turboracteur +turboracteurs +turbot +turbotire +turbotires +turbotrain +turbotrains +turbots +turbulence +turbulences +turbulent +turbulente +turbulentes +turbulents +turc +turcs +turent +turf +turfiste +turfistes +turfs +turgescence +turgescences +turgescent +turgescente +turgescentes +turgescents +turlupina +turlupinai +turlupinaient +turlupinais +turlupinait +turlupinant +turlupinas +turlupinasse +turlupinassent +turlupinasses +turlupinassiez +turlupinassions +turlupinmes +turlupint +turlupintes +turlupine +turlupinent +turlupiner +turlupinera +turlupinerai +turlupineraient +turlupinerais +turlupinerait +turlupineras +turlupinerez +turlupineriez +turlupinerions +turlupinerons +turlupineront +turlupines +turlupinez +turlupin +turlupine +turlupines +turlupins +turlupinrent +turlupiniez +turlupinions +turlupinons +turne +turnes +turpitude +turpitudes +turque +turques +turquie +turquoise +turquoises +tus +tusse +tussent +tusses +tussiez +tussions +tussor +tut +tutelle +tutelles +tuteur +tuteura +tuteurai +tuteuraient +tuteurais +tuteurait +tuteurant +tuteuras +tuteurasse +tuteurassent +tuteurasses +tuteurassiez +tuteurassions +tuteurmes +tuteurt +tuteurtes +tuteure +tuteurent +tuteurer +tuteurera +tuteurerai +tuteureraient +tuteurerais +tuteurerait +tuteureras +tuteurerez +tuteureriez +tuteurerions +tuteurerons +tuteureront +tuteures +tuteurez +tuteur +tuteure +tuteures +tuteurs +tuteurrent +tuteuriez +tuteurions +tuteurons +tuteurs +tutlaire +tutlaires +tutoie +tutoiement +tutoiements +tutoient +tutoiera +tutoierai +tutoieraient +tutoierais +tutoierait +tutoieras +tutoierez +tutoieriez +tutoierions +tutoierons +tutoieront +tutoies +tutoya +tutoyai +tutoyaient +tutoyais +tutoyait +tutoyant +tutoyas +tutoyasse +tutoyassent +tutoyasses +tutoyassiez +tutoyassions +tutoymes +tutoyt +tutoytes +tutoyer +tutoyez +tutoy +tutoye +tutoyes +tutoys +tutoyrent +tutoyiez +tutoyions +tutoyons +tutrice +tutrices +tutu +tutus +tuyau +tuyauta +tuyautage +tuyautages +tuyautai +tuyautaient +tuyautais +tuyautait +tuyautant +tuyautas +tuyautasse +tuyautassent +tuyautasses +tuyautassiez +tuyautassions +tuyautmes +tuyautt +tuyauttes +tuyaute +tuyautent +tuyauter +tuyautera +tuyauterai +tuyauteraient +tuyauterais +tuyauterait +tuyauteras +tuyautere +tuyauterie +tuyauteries +tuyauteriez +tuyauterions +tuyauterons +tuyauteront +tuyautes +tuyautez +tuyaut +tuyaute +tuyautes +tuyauts +tuyautrent +tuyautiez +tuyautions +tuyautons +tuyaux +tuyre +tuyres +tmes +tt +ttes +tweed +tympan +tympanique +tympaniques +tympans +type +types +typ +type +types +typs +typhique +typhiques +typhode +typhodes +typhodique +typhodiques +typhon +typhons +typhus +typique +typiquement +typiques +typographe +typographes +typographie +typologie +tyran +tyrannie +tyrannies +tyrannique +tyranniquement +tyranniques +tyrannisa +tyrannisai +tyrannisaient +tyrannisais +tyrannisait +tyrannisant +tyrannisas +tyrannisasse +tyrannisassent +tyrannisasses +tyrannisassiez +tyrannisassions +tyrannismes +tyrannist +tyrannistes +tyrannise +tyrannisent +tyranniser +tyrannisera +tyranniserai +tyranniseraient +tyranniserais +tyranniserait +tyranniseras +tyranniserez +tyranniseriez +tyranniserions +tyranniserons +tyranniseront +tyrannises +tyrannisez +tyrannis +tyrannise +tyrannises +tyranniss +tyrannisrent +tyrannisiez +tyrannisions +tyrannisons +tyrans +tyrol +tyrolien +tyrolienne +tyroliennes +tyroliens +tzar +tzars +tzigane +tziganes +u +ubac +ubacs +ubiquit +ubiquits +uhlan +uhlans +ukase +ukases +ukrainien +ukrainienne +ukrainiennes +ukrainiens +ulcra +ulcrai +ulcraient +ulcrais +ulcrait +ulcrant +ulcras +ulcrasse +ulcrassent +ulcrasses +ulcrassiez +ulcrassions +ulcration +ulcrations +ulcrmes +ulcrt +ulcrtes +ulcrer +ulcrera +ulcrerai +ulcreraient +ulcrerais +ulcrerait +ulcreras +ulcrerez +ulcreriez +ulcrerions +ulcrerons +ulcreront +ulcrez +ulcr +ulcre +ulcres +ulcrs +ulcrrent +ulcriez +ulcrions +ulcrons +ulcre +ulcrent +ulcres +ultrieur +ultrieure +ultrieurement +ultrieures +ultrieurs +ultimatum +ultimatums +ultime +ultimes +ultra +ultramicroscope +ultramicroscopes +ultramontain +ultramontaine +ultramontaines +ultramontains +ultras +ultrason +ultrasonore +ultrasonores +ultrasons +ultraviolet +ultraviolets +ultraviolette +ultraviolettes +ulula +ululaient +ululait +ululant +ululassent +ulult +ulule +ululement +ululements +ululent +ululer +ululera +ululeraient +ululerait +ululeront +ulul +ulule +ulules +ululs +ululrent +un +unanime +unanimement +unanimes +unanimit +unanimits +underground +une +unes +uni +unie +unies +unime +unifia +unifiai +unifiaient +unifiais +unifiait +unifiant +unifias +unifiasse +unifiassent +unifiasses +unifiassiez +unifiassions +unifimes +unifit +unifites +unification +unifications +unifie +unifient +unifier +unifiera +unifierai +unifieraient +unifierais +unifierait +unifieras +unifierez +unifieriez +unifierions +unifierons +unifieront +unifies +unifiez +unifi +unifie +unifies +unifis +unifirent +unifiiez +unifiions +unifions +uniforme +uniformes +uniformment +uniformisa +uniformisai +uniformisaient +uniformisais +uniformisait +uniformisant +uniformisas +uniformisasse +uniformisassent +uniformisasses +uniformisassez +uniformisassiez +uniformisassions +uniformismes +uniformist +uniformise +uniformisent +uniformiser +uniformisera +uniformiserai +uniformiseraient +uniformiserais +uniformiserait +uniformiseras +uniformiserez +uniformiseriez +uniformiserions +uniformiserons +uniformiseront +uniformises +uniformisez +uniformis +uniformise +uniformises +uniformiss +uniformisrent +uniformisiez +uniformisions +uniformisons +uniformit +uniformits +unijambiste +unijambistes +unilatral +unilatrale +unilatralement +unilatrales +unilatraux +union +unioniste +unionistes +unions +unique +uniquement +uniques +unir +unira +unirai +uniraient +unirais +unirait +uniras +unirent +unirez +uniriez +unirions +unirons +uniront +unis +unissaient +unissais +unissait +unissant +unisse +unissent +unissez +unissiez +unissions +unisson +unissons +unit +unitaire +unitaires +unit +units +univers +universalit +universalits +universel +universelle +universellement +universelles +universels +universitaire +universitaires +universit +universits +unmes +unt +untes +uns +untel +up +upercut +upercuts +ups +uranisme +uranium +urbain +urbaine +urbaines +urbains +urbanisa +urbanisai +urbanisaient +urbanisais +urbanisait +urbanisant +urbanisas +urbanisasse +urbanisassent +urbanisasses +urbanisassiez +urbanisassions +urbanisation +urbanisations +urbanismes +urbanist +urbanistes +urbanise +urbanisent +urbaniser +urbanisera +urbaniserai +urbaniseraient +urbaniserais +urbaniserait +urbaniseras +urbaniserez +urbaniseriez +urbaniserions +urbaniserons +urbaniseront +urbanises +urbanisez +urbanis +urbanise +urbanises +urbaniss +urbanisrent +urbanisiez +urbanisions +urbanisme +urbanismes +urbanisons +urbaniste +urbanistes +urbanit +urbanits +uretre +uretres +ure +urmie +urmies +urmique +urmiques +urtral +urtrale +urtrales +urtraux +urtre +urtres +urge +urgence +urgences +urgent +urgente +urgentes +urgents +uricmie +uricmies +urina +urinai +urinaient +urinaire +urinaires +urinais +urinait +urinal +urinant +urinas +urinasse +urinassent +urinasses +urinassiez +urinassions +urinaux +urinmes +urint +urintes +urine +urinent +uriner +urinera +urinerai +urineraient +urinerais +urinerait +urineras +urinerez +urineriez +urinerions +urinerons +urineront +urines +urinez +urin +urine +urines +urins +urinrent +uriniez +urinions +urinoir +urinoirs +urinons +urique +uriques +urne +urnes +urologie +urss +urticaire +urticaires +urticant +urticante +urticantes +urticants +us +usa +usage +usager +usagers +usages +usag +usage +usages +usags +usai +usaient +usais +usait +usant +usas +usasse +usassent +usasses +usassiez +usassions +usmes +ust +ustes +use +usent +user +usera +userai +useraient +userais +userait +useras +userez +useriez +userions +userons +useront +uses +usez +us +use +uses +uss +usrent +usiez +usina +usinage +usinages +usinai +usinaient +usinais +usinait +usinant +usinas +usinasse +usinassent +usinasses +usinassiez +usinassions +usinmes +usint +usintes +usine +usinent +usiner +usinera +usinerai +usineraient +usinerais +usinerait +usineras +usinerez +usineriez +usinerions +usinerons +usineront +usines +usinez +usin +usine +usines +usins +usinrent +usiniez +usinions +usinons +usions +usit +usite +usites +usits +usons +ustensile +ustensiles +usuel +usuelle +usuellement +usuelles +usuels +usufruit +usufruitier +usufruitiers +usufruitire +usufruitires +usufruits +usuraire +usuraires +usure +usures +usurier +usuriers +usurire +usurires +usurpa +usurpai +usurpaient +usurpais +usurpait +usurpant +usurpas +usurpasse +usurpassent +usurpasses +usurpassiez +usurpassions +usurpateur +usurpateurs +usurpation +usurpations +usurpatrice +usurpatrices +usurpmes +usurpt +usurptes +usurpe +usurpent +usurper +usurpera +usurperai +usurperaient +usurperais +usurperait +usurperas +usurperez +usurperiez +usurperions +usurperons +usurperont +usurpes +usurpez +usurp +usurpe +usurpes +usurps +usurprent +usurpiez +usurpions +usurpons +ut +utrin +utrine +utrines +utrins +utrus +utile +utilement +utiles +utilisa +utilisable +utilisables +utilisai +utilisaient +utilisait +utilisant +utilisas +utilisasse +utilisassent +utilisasses +utilisassiez +utilisassions +utilisateur +utilisateurs +utilisation +utilisations +utilisatrice +utilisatrices +utilismes +utilist +utilistes +utilise +utilisent +utiliser +utilisera +utiliserai +utiliseraient +utiliserais +utiliserait +utiliserez +utiliseriez +utiliserions +utiliserons +utiliseront +utilises +utilisez +utilis +utilise +utilises +utiliss +utilisrent +utilisiez +utilisions +utilisons +utilitaire +utilitaires +utilitarisme +utilit +utilits +utopie +utopique +utopiquement +utopiques +utopiste +utopistes +uval +uvale +uvales +uvaux +uve +uves +uvulaire +uvulaires +uvule +uvules +v +va +vacance +vacances +vacancier +vacanciers +vacancire +vacancires +vacant +vacante +vacantes +vacants +vacarme +vacarmes +vacataire +vacataires +vacation +vacations +vaccin +vaccina +vaccinai +vaccinaient +vaccinais +vaccinait +vaccinal +vaccinale +vaccinales +vaccinals +vaccinant +vaccinas +vaccinasse +vaccinassent +vaccinasses +vaccinassiez +vaccinassions +vaccination +vaccinations +vaccinmes +vaccint +vaccintes +vaccine +vaccinent +vacciner +vaccinera +vaccinerai +vaccineraient +vaccinerais +vaccinerait +vaccineras +vaccinerez +vaccineriez +vaccinerions +vaccinerons +vaccineront +vaccines +vaccinez +vaccin +vaccine +vaccines +vaccins +vaccinrent +vacciniez +vaccinions +vaccinons +vaccins +vache +vachement +vacher +vacherie +vacheries +vacherin +vacherins +vachers +vaches +vachette +vachettes +vachre +vachres +vacilla +vacillai +vacillaient +vacillais +vacillait +vacillant +vacillante +vacillantes +vacillants +vacillas +vacillasse +vacillassent +vacillasses +vacillassiez +vacillassions +vacillation +vacillations +vacillmes +vacillt +vacilltes +vacille +vacillement +vacillements +vacillent +vaciller +vacillera +vacillerai +vacilleraient +vacillerais +vacillerait +vacilleras +vacillerez +vacilleriez +vacillerions +vacillerons +vacilleront +vacilles +vacillez +vacill +vacille +vacilles +vacills +vacillrent +vacilliez +vacillions +vacillons +vacuit +vacuits +vade +vadrouilla +vadrouillai +vadrouillaient +vadrouillais +vadrouillait +vadrouillant +vadrouillas +vadrouillasse +vadrouillassent +vadrouillasses +vadrouillassiez +vadrouillassions +vadrouillmes +vadrouillt +vadrouilltes +vadrouille +vadrouillent +vadrouiller +vadrouillera +vadrouillerai +vadrouilleraient +vadrouillerais +vadrouillerait +vadrouilleras +vadrouillerez +vadrouilleriez +vadrouillerions +vadrouillerons +vadrouilleront +vadrouilles +vadrouillez +vadrouill +vadrouille +vadrouilles +vadrouills +vadrouillrent +vadrouilliez +vadrouillions +vadrouillons +vagabond +vagabonda +vagabondage +vagabondages +vagabondai +vagabondaient +vagabondais +vagabondait +vagabondant +vagabondas +vagabondasse +vagabondassent +vagabondasses +vagabondassiez +vagabondassions +vagabondmes +vagabondt +vagabondtes +vagabonde +vagabondent +vagabonder +vagabondera +vagabonderai +vagabonderaient +vagabonderais +vagabonderait +vagabonderas +vagabonderez +vagabonderiez +vagabonderions +vagabonderons +vagabonderont +vagabondes +vagabondez +vagabond +vagabonde +vagabondes +vagabonds +vagabondrent +vagabondiez +vagabondions +vagabondons +vagabonds +vagi +vagie +vagies +vagin +vaginal +vaginale +vaginales +vaginaux +vagins +vagir +vagira +vagirai +vagiraient +vagirais +vagirait +vagiras +vagirent +vagirez +vagiriez +vagirions +vagirons +vagiront +vagis +vagissaient +vagissais +vagissait +vagissant +vagisse +vagissement +vagissements +vagissent +vagisses +vagissez +vagissiez +vagissions +vagissons +vagit +vagmes +vagt +vagtes +vague +vaguement +vaguemestre +vaguemestres +vagues +vahin +vahins +vaillamment +vaillance +vaillances +vaillant +vaillante +vaillantes +vaillants +vaille +vailles +vain +vaincra +vaincrai +vaincraient +vaincrais +vaincrait +vaincras +vaincre +vaincrez +vaincriez +vaincrions +vaincrons +vaincront +vaincs +vaincu +vaincue +vaincues +vaincus +vaine +vainement +vaines +vainquaient +vainquais +vainquait +vainquant +vainque +vainquent +vainques +vainqueur +vainqueurs +vainquez +vainquiez +vainquions +vainquirent +vainquis +vainquisse +vainquissent +vainquisses +vainquissiez +vainquissions +vainquit +vainqumes +vainqut +vainqutes +vainquons +vains +vair +vairon +vairons +vais +vaisseau +vaisseaux +vaisselier +vaisseliers +vaisselle +vaisselles +val +valable +valablement +valables +valaient +valais +valait +valant +valence +valences +valent +valet +valetaille +valets +valeur +valeureuse +valeureusement +valeureuses +valeureux +valeurs +valez +valriane +valida +validai +validaient +validais +validait +validant +validas +validasse +validassent +validasses +validassiez +validassions +validation +validations +validmes +validt +validtes +valide +validement +valident +valider +validera +validerai +valideraient +validerais +validerait +valideras +validerez +valideriez +validerions +validerons +valideront +valides +validez +valid +valide +valides +valids +validrent +validiez +validions +validit +validits +validons +valiez +valions +valise +valises +valle +valles +vallon +vallonnement +vallonnements +vallonn +vallonne +vallonnes +vallonns +vallons +valoir +valons +valorem +valorisa +valorisai +valorisaient +valorisais +valorisait +valorisant +valorisas +valorisasse +valorisassent +valorisasses +valorisassiez +valorisassions +valorisation +valorisations +valorismes +valorist +valoristes +valorise +valorisent +valoriser +valorisera +valoriserai +valoriseraient +valoriserais +valoriserait +valoriseras +valoriserez +valoriseriez +valoriserions +valoriserons +valoriseront +valorises +valorisez +valoris +valorise +valorises +valoriss +valorisrent +valorisiez +valorisions +valorisons +vals +valsa +valsai +valsaient +valsais +valsait +valsant +valsas +valsasse +valsassent +valsasses +valsassiez +valsassions +valsmes +valst +valstes +valse +valsent +valser +valsera +valserai +valseraient +valserais +valserait +valseras +valserez +valseriez +valserions +valserons +valseront +valses +valseur +valseurs +valseuse +valseuses +valsez +vals +valse +valses +valss +valsrent +valsiez +valsions +valsons +valu +value +values +valurent +valus +valusse +valussent +valusses +valussiez +valussions +valut +valmes +valt +valtes +valve +valves +valvulaire +valvulaires +valvule +valvules +vamp +vampire +vampires +vampirisme +vamps +van +vandale +vandales +vandalisme +vandalismes +vanesse +vanesses +vanille +vanilles +vanill +vanille +vanilles +vanills +vanillier +vanilliers +vaniteuse +vaniteusement +vaniteuses +vaniteux +vanit +vanits +vanna +vannage +vannages +vannai +vannaient +vannais +vannait +vannant +vannas +vannasse +vannassent +vannasses +vannassiez +vannassions +vannmes +vannt +vanntes +vanne +vanneau +vanneaux +vannent +vanner +vannera +vannerai +vanneraient +vannerais +vannerait +vanneras +vannerez +vannerie +vanneries +vanneriez +vannerions +vannerons +vanneront +vannes +vanneur +vanneurs +vannez +vann +vanne +vannes +vanns +vannrent +vannier +vanniers +vanniez +vannions +vannons +vans +vanta +vantai +vantaient +vantail +vantais +vantait +vantant +vantard +vantarde +vantardes +vantardise +vantardises +vantards +vantas +vantasse +vantassent +vantasses +vantassiez +vantassions +vantaux +vantmes +vantt +vanttes +vante +vantent +vanter +vantera +vanterai +vanteraient +vanterais +vanterait +vanteras +vanterez +vanteriez +vanterions +vanterons +vanteront +vantes +vantez +vant +vante +vantes +vants +vantrent +vantiez +vantions +vantons +vapeur +vapeurs +vaporeuse +vaporeuses +vaporeux +vaporisa +vaporisai +vaporisaient +vaporisais +vaporisait +vaporisant +vaporisas +vaporisasse +vaporisassent +vaporisasses +vaporisassiez +vaporisassions +vaporisateur +vaporisateurs +vaporisation +vaporisations +vaporismes +vaporist +vaporistes +vaporise +vaporisent +vaporiser +vaporisera +vaporiserai +vaporiseraient +vaporiserais +vaporiserait +vaporiseras +vaporiserez +vaporiseriez +vaporiserions +vaporiserons +vaporiseront +vaporises +vaporisez +vaporis +vaporise +vaporises +vaporiss +vaporisrent +vaporisiez +vaporisions +vaporisons +vaqua +vaquai +vaquaient +vaquais +vaquait +vaquant +vaquas +vaquasse +vaquassent +vaquasses +vaquassiez +vaquassions +vaqumes +vaqut +vaqutes +vaque +vaquent +vaquer +vaquera +vaquerai +vaqueraient +vaquerais +vaquerait +vaqueras +vaquerez +vaqueriez +vaquerions +vaquerons +vaqueront +vaques +vaquez +vaqu +vaque +vaques +vaqus +vaqurent +vaquiez +vaquions +vaquons +var +varech +vareuse +vareuses +varia +variabilit +variabilits +variable +variables +variai +variaient +variais +variait +variant +variante +variantes +variants +varias +variasse +variassent +variasses +variassiez +variassions +variateur +variateurs +variation +variations +varimes +varit +varites +varice +varicelle +varices +varie +varient +varier +variera +varierai +varieraient +varierais +varierait +varieras +varierez +varieriez +varierions +varierons +varieront +varies +variez +vari +varie +varies +varis +varit +varits +varirent +variiez +variions +variole +varioleuse +varioleuses +varioleux +variolique +varioliques +varions +variqueuse +variqueuses +variqueux +varlope +varlopes +vas +vasculaire +vasculaires +vasculeuse +vasculeuses +vasculeux +vase +vaseline +vases +vaseuse +vaseuses +vaseux +vasistas +vaso +vasque +vasques +vassal +vassale +vassales +vassalit +vassalits +vassaux +vaste +vastes +vatican +vaticina +vaticinai +vaticinaient +vaticinais +vaticinait +vaticinant +vaticinas +vaticinasse +vaticinassent +vaticinasses +vaticinassiez +vaticinassions +vaticinations +vaticinmes +vaticint +vaticintes +vaticine +vaticinent +vaticiner +vaticinera +vaticinerai +vaticineraient +vaticinerais +vaticinerait +vaticineras +vaticinerez +vaticineriez +vaticinerions +vaticinerons +vaticineront +vaticines +vaticinez +vaticin +vaticine +vaticines +vaticins +vaticinrent +vaticiniez +vaticinions +vaticinons +vau +vaudeville +vaudevilles +vaudevillesque +vaudevillesques +vaudevilliste +vaudevillistes +vaudou +vaudous +vaudra +vaudrai +vaudraient +vaudrais +vaudrait +vaudras +vaudrez +vaudriez +vaudrions +vaudrons +vaudront +vaurien +vaurienne +vauriennes +vauriens +vaut +vautour +vautours +vautra +vautrai +vautraient +vautrais +vautrait +vautrant +vautras +vautrasse +vautrassent +vautrasses +vautrassiez +vautrassions +vautrmes +vautrt +vautrtes +vautre +vautrent +vautrer +vautrera +vautrerai +vautreraient +vautrerais +vautrerait +vautreras +vautrerez +vautreriez +vautrerions +vautrerons +vautreront +vautres +vautrez +vautr +vautre +vautres +vautrs +vautrrent +vautriez +vautrions +vautrons +vaux +veau +veaux +vecteur +vecteurs +vectoriel +vectorielle +vectorielles +vectoriels +vectorisation +vectorisations +vedette +vedettes +veilla +veillai +veillaient +veillais +veillait +veillant +veillas +veillasse +veillassent +veillasses +veillassiez +veillassions +veillmes +veillt +veilltes +veille +veillent +veiller +veillera +veillerai +veilleraient +veillerais +veillerait +veilleras +veillerez +veilleriez +veillerions +veillerons +veilleront +veilles +veilleur +veilleurs +veilleuse +veilleuses +veillez +veill +veille +veilles +veills +veillrent +veilliez +veillions +veillons +veina +veinai +veinaient +veinais +veinait +veinant +veinard +veinarde +veinardes +veinards +veinas +veinasse +veinassent +veinasses +veinassiez +veinassions +veinmes +veint +veintes +veine +veinent +veiner +veinera +veinerai +veineraient +veinerais +veinerait +veineras +veinerez +veineriez +veinerions +veinerons +veineront +veines +veineuse +veineuses +veineux +veinez +vein +veine +veines +veins +veinrent +veiniez +veinions +veinons +veinule +veinules +vellitaire +vellitaires +vellit +vellits +velours +velout +veloute +veloutes +velouts +velu +velue +velues +velus +venaient +venais +venaison +venait +venant +vend +vendable +vendables +vendaient +vendais +vendait +vendange +vendangea +vendangeai +vendangeaient +vendangeais +vendangeait +vendangeant +vendangeas +vendangeasse +vendangeassent +vendangeasses +vendangeassiez +vendangeassions +vendangemes +vendanget +vendangetes +vendangent +vendangeons +vendanger +vendangera +vendangerai +vendangeraient +vendangerais +vendangerait +vendangeras +vendangerez +vendangeriez +vendangerions +vendangerons +vendangeront +vendanges +vendangeur +vendangeurs +vendangeuse +vendangeuses +vendangez +vendang +vendange +vendanges +vendangs +vendangrent +vendangiez +vendangions +vendant +vende +vendent +vendes +vendetta +vendettas +vendeur +vendeurs +vendeuse +vendeuses +vendez +vende +venden +vendenne +vendennes +vendens +vendmiaire +vendiez +vendions +vendirent +vendis +vendisse +vendissent +vendisses +vendissiez +vendissions +vendit +vendmes +vendt +vendtes +vendons +vendra +vendrai +vendraient +vendrais +vendrait +vendras +vendre +vendredi +vendredis +vendrez +vendriez +vendrions +vendrons +vendront +vends +vendu +vendue +vendues +vendus +venelle +venelles +veneur +veneurs +venez +venge +vengea +vengeai +vengeaient +vengeais +vengeait +vengeance +vengeances +vengeant +vengeas +vengeasse +vengeassent +vengeasses +vengeassiez +vengeassions +vengemes +venget +vengetes +vengent +vengeons +venger +vengera +vengerai +vengeraient +vengerais +vengerait +vengeras +vengeresse +vengeresses +vengerez +vengeriez +vengerions +vengerons +vengeront +venges +vengeur +vengeurs +vengez +veng +venge +venges +vengs +vengrent +vengiez +vengions +veniez +venimeuse +venimeuses +venimeux +venin +venins +venions +venir +venise +venons +vent +venta +ventaient +ventant +ventassent +ventt +vente +ventent +venter +ventera +venteraient +venterait +venteront +ventes +venteuse +venteuses +venteux +vent +vente +ventes +vents +ventrent +ventila +ventilai +ventilaient +ventilais +ventilait +ventilas +ventilasse +ventilassent +ventilasses +ventilassiez +ventilassions +ventilateur +ventilateurs +ventilation +ventilations +ventilmes +ventilt +ventiltes +ventile +ventilent +ventiler +ventilera +ventilerai +ventileraient +ventilerais +ventilerait +ventileras +ventilerez +ventileriez +ventilerions +ventilerons +ventileront +ventiles +ventilez +ventil +ventile +ventiles +ventils +ventilrent +ventiliez +ventilions +ventilons +ventouse +ventouses +ventse +ventral +ventrale +ventrales +ventraux +ventre +ventres +ventriculaire +ventriculaires +ventricule +ventricules +ventrire +ventrires +ventriloque +ventriloques +ventripotent +ventripotente +ventripotentes +ventripotents +ventru +ventrue +ventrues +ventrus +vents +venu +venue +venues +venus +ver +verbal +verbale +verbalement +verbales +verbalisa +verbalisai +verbalisaient +verbalisais +verbalisait +verbalisant +verbalisas +verbalisasse +verbalisassent +verbalisasses +verbalisassiez +verbalisassions +verbalisation +verbalisations +verbalismes +verbalist +verbalistes +verbalise +verbalisent +verbaliser +verbalisera +verbaliserai +verbaliseraient +verbaliserais +verbaliserait +verbaliseras +verbaliserez +verbaliseriez +verbaliserions +verbaliserons +verbaliseront +verbalises +verbalisez +verbalis +verbalise +verbalises +verbaliss +verbalisrent +verbalisiez +verbalisions +verbalisme +verbalisons +verbaux +verbe +verbes +verbeuse +verbeuses +verbeux +verbiage +verbiages +verbosit +verbosits +verdtre +verdtres +verdeur +verdeurs +verdi +verdict +verdicts +verdie +verdies +verdir +verdira +verdirai +verdiraient +verdirais +verdirait +verdiras +verdirent +verdirez +verdiriez +verdirions +verdirons +verdiront +verdis +verdissaient +verdissais +verdissait +verdissant +verdisse +verdissement +verdissements +verdissent +verdisses +verdissez +verdissiez +verdissions +verdissons +verdit +verdmes +verdt +verdtes +verdoie +verdoiement +verdoiements +verdoient +verdoiera +verdoierai +verdoieraient +verdoierais +verdoierait +verdoieras +verdoierez +verdoieriez +verdoierions +verdoierons +verdoieront +verdoies +verdoya +verdoyai +verdoyaient +verdoyais +verdoyait +verdoyant +verdoyas +verdoyasse +verdoyassent +verdoyasses +verdoyassiez +verdoyassions +verdoymes +verdoyt +verdoytes +verdoyer +verdoyez +verdoy +verdoye +verdoyes +verdoys +verdoyrent +verdoyiez +verdoyions +verdoyons +verdure +verdures +verge +verger +vergers +verges +verget +vergete +vergetes +vergets +vergetures +verg +verge +verges +vergs +verglac +verglace +verglaces +verglacs +verglas +vergne +vergnes +vergogne +vergognes +vergue +vergues +verjus +vermeil +vermeille +vermeilles +vermeils +vermicelle +vermiculaire +vermiculaires +vermifuge +vermifuges +vermillion +vermine +vermines +vermisseau +vermisseaux +vermoulu +vermoulue +vermoulues +vermoulure +vermoulures +vermoulus +vermouth +vermouths +vernaculaire +vernaculaires +vernalisation +vernalisations +verne +vernes +verni +vernie +vernier +verniers +vernies +vernir +vernira +vernirai +verniraient +vernirais +vernirait +verniras +vernirent +vernirez +verniriez +vernirions +vernirons +verniront +vernis +vernissa +vernissage +vernissages +vernissai +vernissaient +vernissais +vernissait +vernissant +vernissas +vernissasse +vernissassent +vernissasses +vernissassiez +vernissassions +vernissmes +vernisst +vernisstes +vernisse +vernissent +vernisser +vernissera +vernisserai +vernisseraient +vernisserais +vernisserait +vernisseras +vernisserez +vernisseriez +vernisserions +vernisserons +vernisseront +vernisses +vernisseur +vernisseurs +vernissez +verniss +vernisse +vernisses +vernisss +vernissrent +vernissiez +vernissions +vernissons +vernit +vernmes +vernt +verntes +verra +verrai +verraient +verrais +verrait +verras +verrat +verrats +verre +verrerie +verreries +verres +verrez +verrier +verriers +verriez +verrire +verrires +verrions +verrons +verront +verroterie +verroteries +verrou +verrouilla +verrouillable +verrouillables +verrouillage +verrouillages +verrouillai +verrouillaient +verrouillais +verrouillait +verrouillant +verrouillas +verrouillasse +verrouillassent +verrouillasses +verrouillassiez +verrouillassions +verrouillmes +verrouillt +verrouilltes +verrouille +verrouillent +verrouiller +verrouillera +verrouillerai +verrouilleraient +verrouillerais +verrouillerait +verrouilleras +verrouillerez +verrouilleriez +verrouillerions +verrouillerons +verrouilleront +verrouilles +verrouillez +verrouill +verrouille +verrouilles +verrouills +verrouillrent +verrouilliez +verrouillions +verrouillons +verrous +verrue +verrues +verruqueuse +verruqueuses +verruqueux +vers +versa +versai +versaient +versais +versait +versant +versants +versas +versasse +versassent +versasses +versassiez +versassions +versatile +versatiles +versatilit +versatilits +versmes +verst +verstes +verse +verseau +versement +versements +versent +verser +versera +verserai +verseraient +verserais +verserait +verseras +verserez +verseriez +verserions +verserons +verseront +verses +verset +versets +verseur +verseurs +verseuse +verseuses +versez +vers +verse +verses +verss +versrent +versiez +versifia +versifiai +versifiaient +versifiais +versifiait +versifiant +versifias +versifiasse +versifiassent +versifiasses +versifiassiez +versifiassions +versifimes +versifit +versifites +versificateur +versificateurs +versification +versifications +versifie +versifient +versifier +versifiera +versifierai +versifieraient +versifierais +versifierait +versifieras +versifierez +versifieriez +versifierions +versifierons +versifieront +versifies +versifiez +versifi +versifie +versifies +versifis +versifirent +versifiiez +versifiions +versifions +version +versions +verso +versoir +versoirs +versons +vert +verte +vertement +vertes +vertbral +vertbrale +vertbrales +vertbraux +vertbr +vertbre +vertbres +vertbrs +vertbre +vertbres +vertical +verticale +verticalement +verticales +verticalit +verticalits +verticaux +vertige +vertiges +vertigineuse +vertigineusement +vertigineuses +vertigineux +verts +vertu +vertueuse +vertueusement +vertueuses +vertueux +vertugadin +vertugadins +vertus +verve +verveine +verveines +verves +vesce +vesces +vespasienne +vespasiennes +vespral +vesprale +vesprales +vespraux +vesse +vesses +vessie +vessies +vestale +vestales +veste +vestes +vestiaire +vestiaires +vestibule +vestibules +vestige +vestiges +vestimentaire +vestimentaires +veston +vestons +veto +vetos +veuf +veufs +veuille +veuillent +veuilles +veuillez +veule +veulent +veulerie +veuleries +veules +veut +veuvage +veuvages +veuve +veuves +veux +vexa +vexai +vexaient +vexais +vexait +vexant +vexas +vexasse +vexassent +vexasses +vexassiez +vexassions +vexation +vexations +vexatoire +vexatoires +vexmes +vext +vextes +vexe +vexent +vexer +vexera +vexerai +vexeraient +vexerais +vexerait +vexeras +vexerez +vexeriez +vexerions +vexerons +vexeront +vexes +vexez +vex +vexe +vexes +vexs +vexrent +vexiez +vexions +vexons +vcu +vcue +vcues +vcurent +vcus +vcusse +vcussent +vcusses +vcussiez +vcussions +vcut +vcmes +vct +vctes +vgta +vgtai +vgtaient +vgtais +vgtait +vgtal +vgtale +vgtales +vgtant +vgtarien +vgtarienne +vgtariennes +vgtariens +vgtarisme +vgtas +vgtasse +vgtassent +vgtasses +vgtassiez +vgtassions +vgtatif +vgtatifs +vgtation +vgtations +vgtative +vgtatives +vgtaux +vgtmes +vgtt +vgttes +vgter +vgtera +vgterai +vgteraient +vgterais +vgterait +vgteras +vgterez +vgteriez +vgterions +vgterons +vgteront +vgtez +vgt +vgte +vgtes +vgts +vgtrent +vgtiez +vgtions +vgtons +vgte +vgtent +vgtes +vhmence +vhmences +vhment +vhmente +vhmentement +vhmentes +vhments +vhicula +vhiculai +vhiculaient +vhiculaire +vhiculaires +vhiculais +vhiculait +vhiculant +vhiculas +vhiculasse +vhiculassent +vhiculasses +vhiculassiez +vhiculassions +vhiculmes +vhicult +vhicultes +vhicule +vhiculent +vhiculer +vhiculera +vhiculerai +vhiculeraient +vhiculerais +vhiculerait +vhiculeras +vhiculerez +vhiculeriez +vhiculerions +vhiculerons +vhiculeront +vhicules +vhiculez +vhicul +vhicule +vhicules +vhiculs +vhiculrent +vhiculiez +vhiculions +vhiculons +vlin +vlins +vlo +vlocipde +vlocipdes +vlocit +vlocits +vlodrome +vlodromes +vlomoteur +vlomoteurs +vlos +vlum +vlums +vnal +vnale +vnales +vnalit +vnalits +vnaux +vnerie +vneries +vnneuse +vnneuses +vnneux +vnra +vnrable +vnrables +vnrai +vnraient +vnrais +vnrait +vnrant +vnras +vnrasse +vnrassent +vnrasses +vnrassiez +vnrassions +vnration +vnrations +vnrmes +vnrt +vnrtes +vnrer +vnrera +vnrerai +vnreraient +vnrerais +vnrerait +vnreras +vnrerez +vnreriez +vnrerions +vnrerons +vnreront +vnres +vnrez +vnr +vnre +vnres +vnrs +vnrrent +vnrien +vnrienne +vnriennes +vnriens +vnriez +vnrions +vnrons +vnre +vnrent +vnres +vniel +vnielle +vniellement +vnielles +vniels +vnitien +vnitienne +vnitiennes +vnitiens +vracit +vracits +vranda +vrandas +vreuse +vreuses +vreux +vridique +vridiquement +vridiques +vrifia +vrifiable +vrifiables +vrifiai +vrifiaient +vrifiais +vrifiait +vrifiant +vrifias +vrifiasse +vrifiassent +vrifiasses +vrifiassiez +vrifiassions +vrifimes +vrifit +vrifites +vrificateur +vrificateurs +vrification +vrifications +vrificatrice +vrificatrices +vrifie +vrifient +vrifier +vrifiera +vrifierai +vrifieraient +vrifierais +vrifierait +vrifieras +vrifierez +vrifieriez +vrifierions +vrifierons +vrifieront +vrifies +vrifiez +vrifi +vrifie +vrifies +vrifis +vrifirent +vrifiiez +vrifiions +vrifions +vrin +vrins +vritable +vritablement +vritables +vrit +vrits +vrole +vronique +vsical +vsicale +vsicales +vsicant +vsicante +vsicantes +vsicants +vsicaux +vsicule +vsicules +vtran +vtrans +vtrinaire +vtrinaires +vtille +vtilles +vtilleuse +vtilleuses +vtilleux +vtiver +vtivers +vtuste +vtustes +vtust +vtuste +vtustes +vtusts +vla +vlage +vlages +vlaient +vlait +vlant +vlassent +vlt +vle +vlement +vlements +vlent +vler +vlera +vleraient +vlerait +vleront +vl +vle +vles +vls +vlrent +vpres +vt +vtaient +vtais +vtait +vtant +vte +vtement +vtements +vtent +vtes +vtez +vtiez +vtions +vtir +vtira +vtirai +vtiraient +vtirais +vtirait +vtiras +vtirent +vtirez +vtiriez +vtirions +vtirons +vtiront +vtis +vtisse +vtissent +vtisses +vtissiez +vtissions +vtit +vtmes +vtt +vttes +vtons +vts +vtu +vtue +vtues +vture +vtures +vtus +via +viabilit +viabilits +viable +viables +viaduc +viaducs +viager +viagers +viagre +viagres +viande +viandes +viatique +viatiques +vibra +vibrai +vibraient +vibrais +vibrait +vibrant +vibrante +vibrantes +vibrants +vibras +vibrasse +vibrassent +vibrasses +vibrassiez +vibrassions +vibratile +vibratiles +vibration +vibrations +vibratoire +vibratoires +vibrmes +vibrt +vibrtes +vibre +vibrent +vibrer +vibrera +vibrerai +vibreraient +vibrerais +vibrerait +vibreras +vibreriez +vibrerions +vibrerons +vibreront +vibres +vibrez +vibr +vibre +vibres +vibrs +vibrrent +vibriez +vibrion +vibrions +vibromasseur +vibromasseurs +vibrons +vicaire +vicaires +vicarial +vicariale +vicariales +vicariat +vicariats +vicariaux +vice +vices +vichy +vicia +viciai +viciaient +viciais +viciait +viciant +vicias +viciasse +viciassent +viciasses +viciassiez +viciassions +vicimes +vicit +vicites +vicie +vicient +vicier +viciera +vicierai +vicieraient +vicierais +vicierait +vicieras +vicierez +vicieriez +vicierions +vicierons +vicieront +vicies +vicieuse +vicieusement +vicieuses +vicieux +viciez +vici +vicie +vicies +vicis +vicirent +viciiez +viciions +vicinal +vicinale +vicinales +vicinaux +vicions +vicissitude +vicissitudes +vicomte +vicomtes +vicomtesse +vicomtesses +vicomt +vicomts +victime +victimes +victoire +victoires +victor +victorieuse +victorieusement +victorieuses +victorieux +victuailles +vida +vidage +vidages +vidai +vidaient +vidais +vidait +vidange +vidangea +vidangeai +vidangeaient +vidangeais +vidangeait +vidangeant +vidangeas +vidangeasse +vidangeassent +vidangeasses +vidangeassiez +vidangeassions +vidangemes +vidanget +vidangetes +vidangent +vidangeons +vidanger +vidangera +vidangerai +vidangeraient +vidangerais +vidangerait +vidangeras +vidangerez +vidangeriez +vidangerions +vidangerons +vidangeront +vidanges +vidangeur +vidangeurs +vidangez +vidang +vidange +vidanges +vidangs +vidangrent +vidangiez +vidangions +vidant +vidas +vidasse +vidassent +vidasses +vidassiez +vidassions +vidmes +vidt +vidtes +vide +vident +vider +videra +viderai +videraient +viderais +viderait +videras +viderez +videriez +viderions +viderons +videront +vides +videur +videurs +videz +vid +vide +vides +vido +vidocasette +vidocasettes +vidodisque +vidodisques +vidophonie +vidos +vids +vidrent +vidiez +vidions +vidons +vie +vieil +vieillard +vieillards +vieille +vieillerie +vieilleries +vieilles +vieillesse +vieillesses +vieilli +vieillie +vieillies +vieillir +vieillira +vieillirai +vieilliraient +vieillirais +vieillirait +vieilliras +vieillirent +vieillirez +vieilliriez +vieillirions +vieillirons +vieilliront +vieillis +vieillissaient +vieillissais +vieillissait +vieillissant +vieillisse +vieillissement +vieillissements +vieillissent +vieillisses +vieillissez +vieillissiez +vieillissions +vieillissons +vieillit +vieillmes +vieillt +vieilltes +vieillot +vieillots +vieillotte +vieillottes +vieils +vielle +vielles +vielleur +vielleurs +viendra +viendrai +viendraient +viendrais +viendrait +viendras +viendrez +viendriez +viendrions +viendrons +viendront +vienne +viennent +viennes +viens +vient +vierge +vierges +vies +vieux +vif +vifs +vigie +vigies +vigilamment +vigilance +vigilances +vigilant +vigilante +vigilantes +vigilants +vigile +vigiles +vigne +vigneron +vigneronne +vigneronnes +vignerons +vignes +vignette +vignettes +vignoble +vignobles +vigogne +vigognes +vigoureuse +vigoureusement +vigoureuses +vigoureux +vigueur +vigueurs +vil +vilain +vilaine +vilainement +vilaines +vilains +vile +vilebrequin +vilebrequins +vilement +vilenie +vilenies +viles +vilipenda +vilipendai +vilipendaient +vilipendais +vilipendait +vilipendant +vilipendas +vilipendasse +vilipendassent +vilipendasses +vilipendassiez +vilipendassions +vilipendmes +vilipendt +vilipendtes +vilipende +vilipendent +vilipender +vilipendera +vilipenderai +vilipenderaient +vilipenderais +vilipenderait +vilipenderas +vilipenderez +vilipenderiez +vilipenderions +vilipenderons +vilipenderont +vilipendes +vilipendez +vilipend +vilipende +vilipendes +vilipends +vilipendrent +vilipendiez +vilipendions +vilipendons +villa +village +villageois +villageoise +villageoises +villages +villas +ville +villes +villgiature +villgiatures +villosit +villosits +vils +vin +vinaigra +vinaigrai +vinaigraient +vinaigrais +vinaigrait +vinaigrant +vinaigras +vinaigrasse +vinaigrassent +vinaigrasses +vinaigrassiez +vinaigrassions +vinaigrmes +vinaigrt +vinaigrtes +vinaigre +vinaigrent +vinaigrer +vinaigrera +vinaigrerai +vinaigreraient +vinaigrerais +vinaigrerait +vinaigreras +vinaigrerez +vinaigrerie +vinaigreries +vinaigreriez +vinaigrerions +vinaigrerons +vinaigreront +vinaigres +vinaigrette +vinaigrettes +vinaigrez +vinaigr +vinaigre +vinaigres +vinaigrs +vinaigrrent +vinaigrier +vinaigriers +vinaigriez +vinaigrions +vinaigrons +vinaire +vinaires +vinasse +vinasses +vindicatif +vindicatifs +vindicative +vindicatives +vindicte +vindictes +vineuse +vineuses +vineux +vingt +vingtaine +vingtaines +vingtime +vingtimes +vingts +vinicole +vinicoles +vinification +vinifications +vinrent +vins +vinsse +vinssent +vinsses +vinssiez +vinssions +vint +vinylique +vinyliques +viol +viola +violac +violace +violaces +violacs +violai +violaient +violais +violait +violant +violas +violasse +violassent +violasses +violassiez +violassions +violateur +violateurs +violation +violations +violatrice +violatrices +violmes +violt +violtes +viole +violemment +violence +violences +violent +violenta +violentai +violentaient +violentais +violentait +violentant +violentas +violentasse +violentassent +violentasses +violentassiez +violentassions +violentmes +violentt +violenttes +violente +violentent +violenter +violentera +violenterai +violenteraient +violenterais +violenterait +violenteras +violenterez +violenteriez +violenterions +violenterons +violenteront +violentes +violentez +violent +violente +violentes +violents +violentrent +violentiez +violentions +violentons +violents +violer +violera +violerai +violeraient +violerais +violerait +violeras +violerez +violeriez +violerions +violerons +violeront +violes +violet +violets +violette +violettes +violez +viol +viole +violes +viols +violrent +violiez +violine +violions +violon +violoncelle +violoncelles +violoncelliste +violoncellistes +violoneux +violoniste +violonistes +violons +viols +viorne +viornes +vipereau +vipereaux +viprin +viprine +viprines +viprins +vipre +vipres +vira +virage +virages +virago +viragos +virai +viraient +virais +virait +viral +virale +virales +virals +virant +viras +virasse +virassent +virasses +virassiez +virassions +virmes +virt +virtes +vire +virelai +virelais +virement +virements +virent +virer +virera +virerai +vireraient +virerais +virerait +vireras +virerez +vireriez +virerions +virerons +vireront +vires +virevolta +virevoltai +virevoltaient +virevoltais +virevoltait +virevoltant +virevoltas +virevoltasse +virevoltassent +virevoltasses +virevoltassiez +virevoltassions +virevoltmes +virevoltt +virevolttes +virevolte +virevoltent +virevolter +virevoltera +virevolterai +virevolteraient +virevolterais +virevolterait +virevolteras +virevolterez +virevolteriez +virevolterions +virevolterons +virevolteront +virevoltes +virevoltez +virevolt +virevolte +virevoltes +virevolts +virevoltrent +virevoltiez +virevoltions +virevoltons +virez +vir +vire +vires +virs +virrent +virginal +virginale +virginalement +virginales +virginaux +virginit +virginits +virgule +virgules +viriez +viril +virile +virilement +viriles +virilit +virilits +virils +virions +virole +viroles +virologie +virologies +virons +virtualit +virtualits +virtuel +virtuelle +virtuellement +virtuelles +virtuels +virtuose +virtuoses +virtuosit +virtuosits +virulence +virulences +virulent +virulente +virulentes +virulents +virus +vis +visa +visage +visages +visagiste +visagistes +visai +visaient +visais +visait +visant +visas +visasse +visassent +visasses +visassiez +visassions +vismes +vist +vistes +viscral +viscrale +viscrales +viscraux +viscre +viscres +viscose +viscosit +viscosits +vise +visent +viser +visera +viserai +viseraient +viserais +viserait +viseras +viserez +viseriez +viserions +viserons +viseront +vises +viseur +viseurs +visez +vis +vise +vises +viss +visrent +visibilit +visibilits +visible +visiblement +visibles +visiez +visire +visires +vision +visionna +visionnai +visionnaient +visionnaire +visionnaires +visionnais +visionnait +visionnant +visionnas +visionnasse +visionnassent +visionnasses +visionnassiez +visionnassions +visionnmes +visionnt +visionntes +visionne +visionnent +visionner +visionnera +visionnerai +visionneraient +visionnerais +visionnerait +visionneras +visionnerez +visionneriez +visionnerions +visionnerons +visionneront +visionnes +visionneuse +visionneuses +visionnez +visionn +visionne +visionnes +visionns +visionnrent +visionniez +visionnions +visionnons +visions +visita +visitai +visitaient +visitais +visitait +visitant +visitas +visitasse +visitassent +visitasses +visitassiez +visitassions +visitmes +visitt +visittes +visite +visitent +visiter +visitera +visiterai +visiteraient +visiterais +visiterait +visiteras +visiterez +visiteriez +visiterions +visiterons +visiteront +visites +visiteur +visiteurs +visiteuse +visiteuses +visitez +visit +visite +visites +visits +visitrent +visitiez +visitions +visitons +vison +visons +visqueuse +visqueuses +visqueux +vissa +vissage +vissages +vissai +vissaient +vissais +vissait +vissant +vissas +vissasse +vissassent +vissasses +vissassiez +vissassions +vissmes +visst +visstes +visse +vissent +visser +vissera +visserai +visseraient +visserais +visserait +visseras +visserez +visserie +visseries +visseriez +visserions +visserons +visseront +visses +vissez +viss +visse +visses +visss +vissrent +vissiez +vissions +vissons +visuel +visuelle +visuellement +visuelles +visuels +vit +vital +vitale +vitales +vitalit +vitalits +vitamine +vitamines +vitamin +vitamine +vitamines +vitamins +vitaux +vite +vitellus +vites +vitesse +vitesses +viticole +viticoles +viticulteur +viticulteurs +viticulture +viticultures +vitra +vitrage +vitrages +vitrai +vitraient +vitrail +vitrais +vitrait +vitrant +vitras +vitrasse +vitrassent +vitrasses +vitrassiez +vitrassions +vitraux +vitrmes +vitrt +vitrtes +vitre +vitrent +vitrer +vitrera +vitrerai +vitreraient +vitrerais +vitrerait +vitreras +vitrerez +vitrerie +vitreries +vitreriez +vitrerions +vitrerons +vitreront +vitres +vitreuse +vitreuses +vitreux +vitrez +vitr +vitre +vitres +vitrs +vitrrent +vitrier +vitriers +vitriez +vitrifia +vitrifiai +vitrifiaient +vitrifiais +vitrifiait +vitrifiant +vitrifias +vitrifiasse +vitrifiassent +vitrifiasses +vitrifiassiez +vitrifiassions +vitrifimes +vitrifit +vitrifites +vitrificateur +vitrificateurs +vitrification +vitrifications +vitrifie +vitrifient +vitrifier +vitrifiera +vitrifierai +vitrifieraient +vitrifierais +vitrifierait +vitrifieras +vitrifierez +vitrifieriez +vitrifierions +vitrifierons +vitrifieront +vitrifies +vitrifiez +vitrifi +vitrifie +vitrifies +vitrifis +vitrifirent +vitrifiiez +vitrifiions +vitrifions +vitrine +vitrines +vitriol +vitriola +vitriolai +vitriolaient +vitriolais +vitriolait +vitriolant +vitriolas +vitriolasse +vitriolassent +vitriolasses +vitriolassiez +vitriolassions +vitriolmes +vitriolt +vitrioltes +vitriole +vitriolent +vitrioler +vitriolera +vitriolerai +vitrioleraient +vitriolerais +vitriolerait +vitrioleras +vitriolerez +vitrioleriez +vitriolerions +vitriolerons +vitrioleront +vitrioles +vitriolez +vitriol +vitriole +vitrioles +vitriols +vitriolrent +vitrioliez +vitriolions +vitriolons +vitrions +vitro +vitrons +vitupra +vituprai +vitupraient +vituprais +vituprait +vituprant +vitupras +vituprasse +vituprassent +vituprasses +vituprassiez +vituprassions +vitupration +vituprations +vituprmes +vituprt +vituprtes +vituprer +vituprera +vituprerai +vitupreraient +vituprerais +vituprerait +vitupreras +vituprerez +vitupreriez +vituprerions +vituprerons +vitupreront +vituprez +vitupr +vitupre +vitupres +vituprs +vituprrent +vitupriez +vituprions +vituprons +vitupre +vituprent +vitupres +vivable +vivables +vivace +vivaces +vivacit +vivacits +vivaient +vivais +vivait +vivandier +vivandiers +vivandire +vivandires +vivant +vivante +vivantes +vivants +vivarium +vivariums +vivat +vive +vivement +vivendi +vivent +vives +viveur +viveurs +viveuse +viveuses +vivez +vivier +viviers +viviez +vivifia +vivifiai +vivifiaient +vivifiais +vivifiait +vivifiant +vivifiante +vivifiantes +vivifiants +vivifias +vivifiasse +vivifiassent +vivifiasses +vivifiassiez +vivifiassions +vivifimes +vivifit +vivifites +vivifie +vivifient +vivifier +vivifiera +vivifierai +vivifieraient +vivifierais +vivifierait +vivifieras +vivifierez +vivifieriez +vivifierions +vivifierons +vivifieront +vivifies +vivifiez +vivifi +vivifie +vivifies +vivifis +vivifirent +vivifiiez +vivifiions +vivifions +vivions +vivipare +vivipares +vivisection +vivisections +vivo +vivons +vivota +vivotai +vivotaient +vivotais +vivotait +vivotant +vivotas +vivotasse +vivotassent +vivotasses +vivotassiez +vivotassions +vivotmes +vivott +vivottes +vivote +vivotent +vivoter +vivotera +vivoterai +vivoteraient +vivoterais +vivoterait +vivoteras +vivoterez +vivoteriez +vivoterions +vivoterons +vivoteront +vivotes +vivotez +vivot +vivote +vivotes +vivots +vivotrent +vivotiez +vivotions +vivotons +vivra +vivrai +vivraient +vivrais +vivrait +vivras +vivre +vivres +vivrez +vivriez +vivrions +vivrons +vivront +vizir +vizirs +vmes +vnmes +vnt +vntes +vt +vtes +vlan +vocable +vocables +vocabulaire +vocabulaires +vocal +vocale +vocalement +vocales +vocalique +vocaliques +vocalisa +vocalisai +vocalisaient +vocalisais +vocalisait +vocalisant +vocalisas +vocalisasse +vocalisassent +vocalisasses +vocalisassiez +vocalisassions +vocalisation +vocalisations +vocalismes +vocalist +vocalistes +vocalise +vocalisent +vocaliser +vocalisera +vocaliserai +vocaliseraient +vocaliserais +vocaliserait +vocaliseras +vocaliserez +vocaliseriez +vocaliserions +vocaliserons +vocaliseront +vocalises +vocalisez +vocalis +vocalise +vocalises +vocaliss +vocalisrent +vocalisiez +vocalisions +vocalisme +vocalisons +vocatif +vocatifs +vocation +vocations +vocaux +vocifra +vocifrai +vocifraient +vocifrais +vocifrait +vocifrant +vocifras +vocifrasse +vocifrassent +vocifrasses +vocifrassiez +vocifrassions +vocifration +vocifrations +vocifrmes +vocifrt +vocifrtes +vocifrer +vocifrera +vocifrerai +vocifreraient +vocifrerais +vocifrerait +vocifreras +vocifrerez +vocifreriez +vocifrerions +vocifrerons +vocifreront +vocifrez +vocifr +vocifre +vocifres +vocifrs +vocifrrent +vocifriez +vocifrions +vocifrons +vocifre +vocifrent +vocifres +vodka +voeu +voeux +vogua +voguai +voguaient +voguais +voguait +voguant +voguas +voguasse +voguassent +voguasses +voguassiez +voguassions +vogumes +vogut +vogutes +vogue +voguent +voguer +voguera +voguerai +vogueraient +voguerais +voguerait +vogueras +vogueriez +voguerions +voguerons +vogueront +vogues +voguez +vogu +vogue +vogues +vogus +vogurent +voguiez +voguions +voguons +voici +voie +voient +voies +voila verbe +voilage +voilages +voilai +voilaient +voilais +voilait +voilant +voilas +voilasse +voilassent +voilasses +voilassiez +voilassions +voil +voilmes +voilt +voiltes +voile +voilent +voiler +voilera +voilerai +voileraient +voilerais +voilerait +voileras +voilerez +voileriez +voilerions +voilerons +voileront +voiles +voilette +voilettes +voilez +voil +voile +voiles +voils +voilrent +voilier +voiliers +voiliez +voilions +voilons +voilure +voilures +voir +voire +voirie +voiries +vois +voisin +voisina +voisinage +voisinages +voisinai +voisinaient +voisinais +voisinait +voisinant +voisinas +voisinasse +voisinassent +voisinasses +voisinassiez +voisinassions +voisinmes +voisint +voisintes +voisine +voisinent +voisiner +voisinera +voisinerai +voisineraient +voisinerais +voisinerait +voisineras +voisinerez +voisineriez +voisinerions +voisinerons +voisineront +voisines +voisinez +voisin +voisine +voisines +voisins +voisinrent +voisiniez +voisinions +voisinons +voisins +voit +voitura +voiturage +voiturages +voiturai +voituraient +voiturais +voiturait +voiturant +voituras +voiturasse +voiturassent +voiturasses +voiturassiez +voiturassions +voiturmes +voiturt +voiturtes +voiture +voiturent +voiturer +voiturera +voiturerai +voitureraient +voiturerais +voiturerait +voitureras +voiturerez +voitureriez +voiturerions +voiturerons +voitureront +voitures +voiturez +voitur +voiture +voitures +voiturrent +voiturier +voituriers +voituriez +voiturions +voiturons +voix +vol +vola +volage +volages +volai +volaient +volaille +volailler +volaillers +volailles +volais +volait +volant +volants +volas +volasse +volassent +volasses +volassiez +volassions +volatil +volatile +volatiles +volatilisa +volatilisai +volatilisaient +volatilisais +volatilisait +volatilisant +volatilisas +volatilisasse +volatilisassent +volatilisasses +volatilisassiez +volatilisassions +volatilisation +volatilisations +volatilismes +volatilist +volatilistes +volatilise +volatilisent +volatiliser +volatilisera +volatiliserai +volatiliseraient +volatiliserais +volatiliserait +volatiliseras +volatiliserez +volatiliseriez +volatiliserions +volatiliserons +volatiliseront +volatilises +volatilisez +volatilis +volatilise +volatilises +volatiliss +volatilisrent +volatilisiez +volatilisions +volatilisons +volatils +volmes +volt +voltes +volcan +volcanique +volcaniques +volcanisme +volcanologie +volcanologue +volcanologues +volcans +vole +volent +voler +volera +volerai +voleraient +volerais +volerait +voleras +volerez +voleriez +volerions +volerons +voleront +voles +volet +voleta +voletai +voletaient +voletais +voletait +voletant +voletas +voletasse +voletassent +voletasses +voletassiez +voletassions +voletmes +volett +volettes +voleter +voletez +volet +volete +voletes +volets +voletrent +voletiez +voletions +voletons +volets +volette +volettent +volettera +voletterai +voletteraient +voletterais +voletterait +voletteras +voletterez +voletteriez +voletterions +voletterons +voletteront +volettes +voleur +voleurs +voleuse +voleuses +volez +vol +vole +voles +vols +volrent +voliez +volire +volires +volions +volition +volitions +volley +volons +volontaire +volontaires +volontariat +volontariats +volont +volonts +volontiers +vols +volt +voltage +voltages +voltaire +voltairien +voltairienne +voltairiennes +voltairiens +voltaque +voltaques +voltamtre +voltamtres +volte +voltes +voltige +voltigea +voltigeai +voltigeaient +voltigeais +voltigeait +voltigeant +voltigeas +voltigeasse +voltigeassent +voltigeasses +voltigeassiez +voltigeassions +voltigemes +voltiget +voltigetes +voltigent +voltigeons +voltiger +voltigera +voltigerai +voltigeraient +voltigerais +voltigerait +voltigeras +voltigerez +voltigeriez +voltigerions +voltigerons +voltigeront +voltiges +voltigeur +voltigeurs +voltigeuse +voltigeuses +voltigez +voltig +voltige +voltiges +voltigs +voltigrent +voltigiez +voltigions +voltmtre +voltmtres +volts +volubile +volubiles +volubilis +volubilit +volubilits +volume +volumes +volumineuse +volumineuses +volumineux +volupt +volupts +voluptueuse +voluptueusement +voluptueuses +voluptueux +volute +volutes +volve +volves +vomi +vomie +vomies +vomique +vomiques +vomir +vomira +vomirai +vomiraient +vomirais +vomirait +vomiras +vomirent +vomirez +vomiriez +vomirions +vomirons +vomiront +vomis +vomissaient +vomissais +vomissait +vomissant +vomisse +vomissement +vomissements +vomissent +vomisses +vomissez +vomissiez +vomissions +vomissons +vomissure +vomissures +vomit +vommes +vomt +vomtes +vont +vorace +voraces +voracit +voracits +vos +vosges +vota +votai +votaient +votais +votait +votant +votants +votas +votasse +votassent +votasses +votassiez +votassions +votation +votations +votmes +vott +vottes +vote +votent +voter +votera +voterai +voteraient +voterais +voterait +voteras +voterez +voteriez +voterions +voterons +voteront +votes +votez +vot +vote +votes +vots +votrent +votiez +votif +votifs +votions +votive +votives +voto +votons +votre adj +voua +vouai +vouaient +vouais +vouait +vouant +vouas +vouasse +vouassent +vouasses +vouassiez +vouassions +voumes +vout +voutes +voudra +voudrai +voudraient +voudrais +voudrait +voudras +voudrez +voudriez +voudrions +voudrons +voudront +voue +vouent +vouer +vouera +vouerai +voueraient +vouerais +vouerait +voueras +vouerez +voueriez +vouerions +vouerons +voueront +voues +vouez +vou +voue +voues +vous +vourent +vouiez +vouions +voulaient +voulais +voulait +voulant +voulez +vouliez +voulions +vouloir +vouloirs +voulons +voulu +voulue +voulues +voulurent +voulus +voulusse +voulussent +voulusses +voulussiez +voulussions +voulut +voulmes +voult +voultes +vouons +vous +vousseau +vousseaux +voussoiement +voussoiements +voussoir +voussoirs +voussure +voussures +vouvoie +vouvoiement +vouvoiements +vouvoient +vouvoiera +vouvoierai +vouvoieraient +vouvoierais +vouvoierait +vouvoieras +vouvoierez +vouvoieriez +vouvoierions +vouvoierons +vouvoieront +vouvoies +vouvoya +vouvoyai +vouvoyaient +vouvoyais +vouvoyait +vouvoyant +vouvoyas +vouvoyasse +vouvoyassent +vouvoyasses +vouvoyassiez +vouvoyassions +vouvoymes +vouvoyt +vouvoytes +vouvoyer +vouvoyez +vouvoy +vouvoye +vouvoyes +vouvoys +vouvoyrent +vouvoyiez +vouvoyions +vouvoyons +vota +votai +votaient +votais +votait +votant +votas +votasse +votassent +votasses +votassiez +votassions +votmes +vott +vottes +vote +votent +voter +votera +voterai +voteraient +voterais +voterait +voteras +voterez +voteriez +voterions +voterons +voteront +votes +votez +vot +vote +votes +vots +votrent +votiez +votions +votons +voyage +voyagea +voyageai +voyageaient +voyageais +voyageait +voyageant +voyageas +voyageasse +voyageassent +voyageasses +voyageassiez +voyageassions +voyagemes +voyaget +voyagetes +voyagent +voyageons +voyager +voyagera +voyagerai +voyageraient +voyagerais +voyagerait +voyageras +voyagerez +voyageriez +voyagerions +voyagerons +voyageront +voyages +voyageur +voyageurs +voyageuse +voyageuses +voyagez +voyag +voyage +voyages +voyags +voyagrent +voyagiez +voyagions +voyaient +voyais +voyait +voyant +voyante +voyantes +voyants +voyelle +voyelles +voyeur +voyeurisme +voyeurs +voyeuse +voyeuses +voyez +voyiez +voyions +voyons +voyou +voyous +vtre +vtres +vrac +vrai +vraie +vraies +vraiment +vrais +vraisemblable +vraisemblablement +vraisemblables +vraisemblance +vraisemblances +vrilla +vrillai +vrillaient +vrillais +vrillait +vrillant +vrillas +vrillasse +vrillassent +vrillasses +vrillassiez +vrillassions +vrillmes +vrillt +vrilltes +vrille +vrillent +vriller +vrillera +vrillerai +vrilleraient +vrillerais +vrillerait +vrilleras +vrillerez +vrilleriez +vrillerions +vrillerons +vrilleront +vrilles +vrillez +vrill +vrille +vrilles +vrills +vrillrent +vrilliez +vrillions +vrillons +vrombi +vrombie +vrombies +vrombir +vrombira +vrombirai +vrombiraient +vrombirais +vrombirait +vrombiras +vrombirent +vrombirez +vrombiriez +vrombirions +vrombirons +vrombiront +vrombis +vrombissaient +vrombissais +vrombissait +vrombissant +vrombisse +vrombissement +vrombissements +vrombissent +vrombisses +vrombissez +vrombissiez +vrombissions +vrombissons +vrombit +vrombmes +vrombt +vrombtes +vu +vue +vues +vulanisa +vulanisai +vulanisaient +vulanisais +vulanisait +vulanisant +vulanisas +vulanisasse +vulanisassent +vulanisation +vulanisations +vulanismes +vulanist +vulanistes +vulanise +vulanisent +vulaniser +vulanisera +vulaniserai +vulaniseraient +vulaniserais +vulaniserait +vulaniseras +vulaniserez +vulaniseriez +vulaniserions +vulaniserons +vulaniseront +vulanises +vulanisez +vulanis +vulanise +vulanises +vulaniss +vulanisrent +vulanisiez +vulanisions +vulanisons +vulcanologie +vulcanologue +vulcanologues +vulgaire +vulgairement +vulgaires +vulgarisa +vulgarisai +vulgarisaient +vulgarisais +vulgarisait +vulgarisant +vulgarisas +vulgarisasse +vulgarisassent +vulgarisasses +vulgarisassiez +vulgarisassions +vulgarisateur +vulgarisateurs +vulgarisation +vulgarisations +vulgarisatrice +vulgarisatrices +vulgarismes +vulgarist +vulgaristes +vulgarise +vulgarisent +vulgariser +vulgarisera +vulgariserai +vulgariseraient +vulgariserais +vulgariserait +vulgariseras +vulgariserez +vulgariseriez +vulgariserions +vulgariserons +vulgariseront +vulgarises +vulgarisez +vulgaris +vulgarise +vulgarises +vulgariss +vulgarisrent +vulgarisiez +vulgarisions +vulgarisons +vulgarit +vulgarits +vulnrabilit +vulnrabilits +vulnrable +vulnrables +vulve +vulves +vus +w +wagon +wagonnet +wagonnets +wagons +walkie +walkies +wallon +wallonne +wallonnes +wallons +wapiti +wapitis +warrant +warrants +water +waters +watt +wattman +wattmans +wattmtre +watts +week +western +westerns +wharf +wharfs +whisky +whist +window +windows +x +xnophile +xnophiles +xnophobe +xnophobes +xnophobie +xrs +xi +xii +xiii +xiv +xix +xv +xvi +xvii +xviii +xx +xylographe +xylographes +xylographie +xylophage +xylophages +xylophone +xylophones +y +yacht +yachting +yachtman +yachtmen +yachts +yack +yacks +yankee +yankees +yaourt +yaourts +yard +yards +yatagan +yatagans +yen +yens +yeuse +yeuses +yeux +yti +yiddish +yo +yoga +yoghourt +yoghourts +yole +yoles +yougoslave +yougoslaves +yougoslavie +youyou +yprite +yucca +yuccas +yvette +z +zare +zarois +zaroise +zaroises +zanzibar +zen +zeppelin +zeppelins +zeste +zestes +zbra +zbrai +zbraient +zbrais +zbrait +zbrant +zbras +zbrasse +zbrassent +zbrasses +zbrassiez +zbrassions +zbrmes +zbrt +zbrtes +zbrer +zbrera +zbrerai +zbreraient +zbrerais +zbrerait +zbreras +zbrerez +zbreriez +zbrerions +zbrerons +zbreront +zbres +zbrez +zbr +zbre +zbres +zbrs +zbrrent +zbriez +zbrions +zbrons +zbrure +zbrures +zbu +zbus +zlandais +zlandaise +zlandaises +zlande +zlateur +zlateurs +zlatrice +zlatrices +zl +zle +zles +zls +zlote +zlotes +znith +zphyr +zphyrs +zro +zros +zzaie +zzaiement +zzaiements +zzaient +zzaiera +zzaierai +zzaieraient +zzaierais +zzaierait +zzaieras +zzaierez +zzaieriez +zzaierions +zzaierons +zzaieront +zzaies +zzaya +zzayai +zzayaient +zzayais +zzayait +zzayant +zzayas +zzayasse +zzayassent +zzayasses +zzayassiez +zzayassions +zzaymes +zzayt +zzaytes +zzayer +zzayez +zzay +zzaye +zzayes +zzays +zzayrent +zzayiez +zzayions +zzayons +zbre +zbrent +zbres +zle +zles +zibeline +zibelines +zigouilla +zigouillai +zigouillaient +zigouillais +zigouillait +zigouillant +zigouillas +zigouillasse +zigouillassent +zigouillasses +zigouillassiez +zigouillassions +zigouillmes +zigouillt +zigouilltes +zigouille +zigouillent +zigouiller +zigouillera +zigouillerai +zigouilleraient +zigouillerais +zigouillerait +zigouilleras +zigouillerez +zigouilleriez +zigouillerions +zigouillerons +zigouilleront +zigouilles +zigouillez +zigouill +zigouille +zigouilles +zigouills +zigouillrent +zigouilliez +zigouillions +zigouillons +zigzag +zigzags +zigzagua +zigzaguai +zigzaguaient +zigzaguais +zigzaguait +zigzaguant +zigzaguas +zigzaguasse +zigzaguassent +zigzaguasses +zigzaguassiez +zigzaguassions +zigzagumes +zigzagut +zigzagutes +zigzague +zigzaguent +zigzaguer +zigzaguera +zigzaguerai +zigzagueraient +zigzaguerais +zigzaguerait +zigzagueras +zigzaguerez +zigzagueriez +zigzaguerions +zigzaguerons +zigzagueront +zigzagues +zigzaguez +zigzagu +zigzague +zigzagues +zigzagus +zigzagurent +zigzaguiez +zigzaguions +zigzaguons +zinc +zincographie +zingua +zinguai +zinguaient +zinguais +zinguait +zinguant +zinguas +zinguasse +zinguassent +zinguasses +zinguassiez +zinguassions +zingumes +zingut +zingutes +zingue +zinguent +zinguer +zinguera +zinguerai +zingueraient +zinguerais +zinguerait +zingueras +zinguerez +zinguerie +zingueries +zingueriez +zinguerions +zinguerons +zingueront +zingues +zingueur +zingueurs +zinguez +zingu +zingue +zingues +zingus +zingurent +zinguiez +zinguions +zinguons +zinnia +zinnias +zinzin +zinzins +zircon +zizanie +zizanies +zloty +zodiacal +zodiacale +zodiacales +zodiacaux +zodiaque +zombie +zombies +zona +zonage +zonages +zonal +zonale +zonales +zonaux +zone +zones +zonier +zoniers +zonire +zonires +zoning +zonings +zoo +zoologie +zoologique +zoologiques +zoologiste +zoologistes +zoom +zooms +zoophytes +zoos +zootechnie +zostre +zouave +zouaves +zoulou +zoulous +zozota +zozotai +zozotaient +zozotais +zozotait +zozotant +zozotas +zozotasse +zozotassent +zozotasses +zozotassiez +zozotassions +zozotmes +zozott +zozottes +zozote +zozotent +zozoter +zozotera +zozoterai +zozoteraient +zozoterais +zozoterait +zozoteras +zozoterez +zozoteriez +zozoterions +zozoterons +zozoteront +zozotes +zozotez +zozot +zozote +zozotes +zozots +zozotrent +zozotiez +zozotions +zozotons +zut +zygomatique +zygomatiques + +bahi +bahie +bahies +bahir +bahira +bahirai +bahiraient +bahirais +bahirait +bahiras +bahirent +bahirez +bahiriez +bahirions +bahirons +bahiront +bahis +bahissaient +bahissais +bahissait +bahissant +bahissas +bahissement +bahissements +bahissez +bahissiez +bahissions +bahissons +bahit +bahmes +baht +bahtes +barba +barbai +barbaient +barbais +barbait +barbant +barbas +barbasse +barbassent +barbasses +barbassiez +barbassions +barbmes +barbt +barbtes +barbe +barbent +barber +barbera +barberai +barberaient +barberais +barberait +barberas +barberez +barberiez +barberions +barberons +barberont +barbes +barbez +barb +barbe +barbes +barbs +barbrent +barbiez +barbions +barbons +bat +bats +battaient +battais +battait +battant +batte +battent +battes +battez +battiez +battions +battirent +battis +battisse +battissent +battisses +battissiez +battissions +battit +battmes +battt +batttes +battons +battra +battrai +battraient +battrais +battrait +battras +battre +battrez +battriez +battrions +battrons +battront +battu +battue +battues +battus +baubi +baubie +baubies +baubis +baucha +bauchage +bauchages +bauchai +bauchaient +bauchais +bauchait +bauchant +bauchas +bauchasse +bauchassent +bauchasses +bauchassiez +bauchassions +bauchmes +baucht +bauchtes +bauche +bauchent +baucher +bauchera +baucherai +baucheraient +baucherais +baucherait +baucheras +baucherez +baucheriez +baucherions +baucherons +baucheront +bauches +bauchez +bauch +bauche +bauches +bauchs +bauchrent +bauchiez +bauchions +bauchoir +bauchoirs +bauchons +bavura +bavurai +bavuraient +bavurais +bavurait +bavurant +bavuras +bavurasse +bavurassent +bavurasses +bavurassiez +bavurassions +bavurmes +bavurt +bavurtes +bavure +bavurent +bavurer +bavurera +bavurerai +bavureraient +bavurerais +bavurerait +bavureras +bavurerez +bavureriez +bavurerions +bavurerons +bavureront +bavures +bavurez +bavur +bavure +bavures +bavurs +bavurrent +bavuriez +bavurions +bavurons +berlu +berlue +berlues +berlus +bnier +bniers +bniste +bnisterie +bnisteries +bnistes +bne +bloui +blouie +blouies +blouir +blouira +blouirai +blouiraient +blouirais +blouirait +blouiras +blouirent +blouirez +blouiriez +blouirions +blouirons +blouiront +blouis +blouissaient +blouissais +blouissait +blouissant +blouisse +blouissement +blouissements +blouissent +blouisses +blouissiez +blouissions +blouissons +blouit +bloumes +blout +bloutes +bonite +borgna +borgnai +borgnaient +borgnais +borgnait +borgnant +borgnas +borgnasse +borgnassent +borgnasses +borgnassiez +borgnassions +borgnmes +borgnt +borgntes +borgne +borgnent +borgner +borgnera +borgnerai +borgneraient +borgnerais +borgnerait +borgneras +borgnerez +borgneriez +borgnerions +borgnerons +borgneront +borgnes +borgnez +borgn +borgne +borgnes +borgns +borgnrent +borgniez +borgnions +borgnons +boueur +boueurs +bouillanta +bouillantai +bouillantaient +bouillantais +bouillantait +bouillantant +bouillantas +bouillantasse +bouillantassent +bouillantasses +bouillantassiez +bouillantassions +bouillantmes +bouillantt +bouillanttes +bouillante +bouillantent +bouillanter +bouillantera +bouillanterai +bouillanteraient +bouillanterais +bouillanterait +bouillanteras +bouillanterez +bouillanteriez +bouillanterions +bouillanterons +bouillanteront +bouillantes +bouillantez +bouillant +bouillante +bouillantes +bouillants +bouillantrent +bouillantiez +bouillantions +bouillantons +boula +boulai +boulaient +boulais +boulait +boulant +boulas +boulasse +boulassent +boulasses +boulassiez +boulassions +boulmes +boult +boultes +boule +boulement +boulements +boulent +bouler +boulera +boulerai +bouleraient +boulerais +boulerait +bouleras +boulerez +bouleriez +boulerions +boulerons +bouleront +boules +boulez +boul +boule +boules +bouls +boulrent +bouliez +boulions +boulis +boulons +bouriffa +bouriffai +bouriffaient +bouriffais +bouriffait +bouriffant +bouriffante +bouriffantes +bouriffants +bouriffas +bouriffasse +bouriffassent +bouriffasses +bouriffassiez +bouriffassions +bouriffmes +bourifft +bourifftes +bouriffe +bouriffent +bouriffer +bouriffera +bourifferai +bourifferaient +bourifferais +bourifferait +bourifferas +bourifferez +bourifferiez +bourifferions +bourifferons +bourifferont +bouriffes +bouriffez +bouriff +bouriffe +bouriffes +bouriffs +bouriffrent +bouriffiez +bouriffions +bouriffons +brancha +branchage +branchages +branchai +branchaient +branchais +branchait +branchant +branchas +branchasse +branchassent +branchasses +branchassiez +branchassions +branchmes +brancht +branchtes +branche +branchent +brancher +branchera +brancherai +brancheraient +brancherais +brancherait +brancheras +brancherez +brancheriez +brancherions +brancherons +brancheront +branches +branchez +branch +branche +branches +branchs +branchrent +branchiez +branchions +branchoir +branchoirs +branchons +branla +branlai +branlaient +branlais +branlait +branlant +branlas +branlasse +branlassent +branlasses +branlassiez +branlassions +branlmes +branlt +branltes +branle +branlement +branlements +branlent +branler +branlera +branlerai +branleraient +branlerais +branlerait +branleras +branlerez +branleriez +branlerions +branlerons +branleront +branles +branlez +branl +branle +branles +branls +branlrent +branliez +branlions +branlons +brasa +brasai +brasaient +brasais +brasait +brasant +brasas +brasasse +brasassent +brasasses +brasassiez +brasassions +brasmes +brast +brastes +brase +brasent +braser +brasera +braserai +braseraient +braserais +braserait +braseras +braserez +braseriez +braserions +braserons +braseront +brases +brasez +bras +brase +brases +brass +brasrent +brasiez +brasions +brasons +brcha +brchai +brchaient +brchais +brchait +brchant +brchas +brchasse +brchassent +brchasses +brchassiez +brchassions +brchmes +brcht +brchtes +brcher +brchera +brcherai +brcheraient +brcherais +brcherait +brcheras +brcherez +brcheriez +brcherions +brcherons +brcheront +brchez +brch +brche +brches +brchs +brchrent +brchiez +brchions +brchons +brche +brchent +brches +brit +broua +brouai +brouaient +brouais +brouait +brouant +brouas +brouasse +brouassent +brouasses +brouassiez +brouassions +broumes +brout +broutes +broue +brouent +brouer +brouera +brouerai +broueraient +brouerais +brouerait +broueras +brouerez +broueriez +brouerions +brouerons +broueront +broues +brouez +brou +broue +broues +brous +brourent +brouiez +brouions +brouons +bruita +bruitai +bruitaient +bruitais +bruitait +bruitant +bruitas +bruitasse +bruitassent +bruitasses +bruitassiez +bruitassions +bruitmes +bruitt +bruittes +bruite +bruitent +bruiter +bruitera +bruiterai +bruiteraient +bruiterais +bruiterait +bruiteras +bruiterez +bruiteriez +bruiterions +bruiterons +bruiteront +bruites +bruitez +bruit +bruite +bruites +bruits +bruitrent +bruitiez +bruitions +bruitons +bullition +bullitions +burnen +burnenne +burnennes +burnens +cailla +caillage +caillages +caillai +caillaient +caillais +caillait +caillant +caillas +caillasse +caillassent +caillasses +caillassiez +caillassions +caillmes +caillt +cailltes +caille +caillent +cailler +caillera +caillerai +cailleraient +caillerais +caillerait +cailleras +caillerez +cailleriez +caillerions +caillerons +cailleront +caillers +cailles +caillez +caill +caille +cailles +caills +caillre +caillrent +caillres +cailliez +caillions +caillons +cala +calai +calaient +calais +calait +calant +calas +calasse +calassent +calasses +calassiez +calassions +calmes +calt +caltes +cale +calent +caler +calera +calerai +caleraient +calerais +calerait +caleras +calerez +caleriez +calerions +calerons +caleront +cales +calez +cal +cale +cales +cals +calrent +caliez +calions +calons +carlate +carquilla +carquillai +carquillaient +carquillais +carquillait +carquillant +carquillas +carquillasse +carquillassent +carquillasses +carquillassiez +carquillassions +carquillmes +carquillt +carquilltes +carquille +carquillent +carquiller +carquillera +carquillerai +carquilleraient +carquillerais +carquillerait +carquilleras +carquillerez +carquilleriez +carquillerions +carquillerons +carquilleront +carquilles +carquillez +carquill +carquille +carquilles +carquills +carquillrent +carquilliez +carquillions +carquillons +cart +carta +cartai +cartaient +cartais +cartait +cartant +cartas +cartasse +cartassent +cartasses +cartassiez +cartassions +cartmes +cartt +carttes +carte +cartela +cartelai +cartelaient +cartelais +cartelait +cartelant +cartelas +cartelasse +cartelassent +cartelasses +cartelassiez +cartelassions +cartelmes +cartelt +carteltes +carteler +cartelez +cartel +cartele +carteles +cartels +cartelrent +carteliez +cartelions +cartelons +cartement +cartements +cartent +carter +cartera +carterai +carteraient +carterais +carterait +carteras +carterez +carteriez +carterions +carterons +carteront +cartes +carteur +carteuse +cartez +cart +carte +cartes +carts +cartle +cartlement +cartlements +cartlent +cartlera +cartlerai +cartleraient +cartlerais +cartlerait +cartleras +cartlerez +cartleriez +cartlerions +cartlerons +cartleront +cartles +cartrent +cartiez +cartions +cartons +carts +cchymose +cchymoses +cclsiastique +cclsiastiques +cervel +cervele +cerveles +cervels +chafaud +chafauda +chafaudage +chafaudages +chafaudai +chafaudaient +chafaudais +chafaudait +chafaudant +chafaudas +chafaudasse +chafaudassent +chafaudasses +chafaudassiez +chafaudassions +chafaudmes +chafaudt +chafaudtes +chafaude +chafaudent +chafauder +chafaudera +chafauderai +chafauderaient +chafauderais +chafauderait +chafauderas +chafauderez +chafauderiez +chafauderions +chafauderons +chafauderont +chafaudes +chafaudez +chafaud +chafaude +chafaudes +chafauds +chafaudrent +chafaudiez +chafaudions +chafaudons +chafauds +chalas +chalassa +chalassai +chalassaient +chalassais +chalassait +chalassant +chalassas +chalassasse +chalassassent +chalassasses +chalassassiez +chalassassions +chalassmes +chalasst +chalasstes +chalasse +chalassent +chalasser +chalassera +chalasserai +chalasseraient +chalasserais +chalasserait +chalasseras +chalasserez +chalasseriez +chalasserions +chalasserons +chalasseront +chalasses +chalassez +chalass +chalasse +chalasses +chalasss +chalassrent +chalassiez +chalassions +chalassons +chalote +chalotes +chancra +chancrai +chancraient +chancrais +chancrait +chancrant +chancras +chancrasse +chancrassent +chancrasses +chancrassiez +chancrassions +chancrmes +chancrt +chancrtes +chancre +chancrent +chancrer +chancrera +chancrerai +chancreraient +chancrerais +chancrerait +chancreras +chancrerez +chancreriez +chancrerions +chancrerons +chancreront +chancres +chancrez +chancr +chancre +chancres +chancrs +chancrrent +chancriez +chancrions +chancrons +chancrure +chancrures +change +changea +changeai +changeaient +changeais +changeait +changeant +changeas +changeasse +changeassent +changeasses +changeassiez +changeassions +changemes +changet +changetes +changent +changeons +changer +changera +changerai +changeraient +changerais +changerait +changeras +changerez +changeriez +changerions +changerons +changeront +changes +changeur +changeurs +changez +chang +change +changes +changs +changrent +changiez +changions +chanson +chansons +chantillon +chantillonna +chantillonnage +chantillonnages +chantillonnai +chantillonnaient +chantillonnais +chantillonnait +chantillonnant +chantillonnas +chantillonnasse +chantillonnassent +chantillonnasses +chantillonnassiez +chantillonnassions +chantillonnmes +chantillonnt +chantillonntes +chantillonne +chantillonnent +chantillonner +chantillonnera +chantillonnerai +chantillonneraient +chantillonnerais +chantillonnerait +chantillonneras +chantillonnerez +chantillonneriez +chantillonnerions +chantillonnerons +chantillonneront +chantillonnes +chantillonnez +chantillonn +chantillonne +chantillonnes +chantillonns +chantillonnrent +chantillonniez +chantillonnions +chantillonnons +chantillons +chappa +chappai +chappaient +chappais +chappait +chappant +chappas +chappasse +chappassent +chappasses +chappassiez +chappassions +chappatoire +chappatoires +chappmes +chappt +chapptes +chappe +chappement +chappements +chappent +chapper +chappera +chapperai +chapperaient +chapperais +chapperait +chapperas +chapperez +chapperiez +chapperions +chapperons +chapperont +chappes +chappez +chapp +chappe +chappes +chapps +chapprent +chappiez +chappions +chappons +charde +chardes +charpa +charpai +charpaient +charpais +charpait +charpant +charpas +charpasse +charpassent +charpasses +charpassiez +charpassions +charpmes +charpt +charptes +charpe +charpent +charper +charpera +charperai +charperaient +charperais +charperait +charperas +charperez +charperiez +charperions +charperons +charperont +charpes +charpez +charp +charpe +charpes +charps +charprent +charpiez +charpions +charpons +chasse +chasses +chassiers +chauda +chaudai +chaudaient +chaudais +chaudait +chaudant +chaudas +chaudasse +chaudassent +chaudasses +chaudassiez +chaudassions +chaudmes +chaudt +chaudtes +chaude +chaudent +chauder +chaudera +chauderai +chauderaient +chauderais +chauderait +chauderas +chauderez +chauderiez +chauderions +chauderons +chauderont +chaudes +chaudez +chaud +chaude +chaudes +chauds +chaudrent +chaudiez +chaudions +chaudons +chauffa +chauffai +chauffaient +chauffais +chauffait +chauffant +chauffas +chauffasse +chauffassent +chauffasses +chauffassiez +chauffassions +chauffmes +chaufft +chaufftes +chauffe +chauffement +chauffements +chauffent +chauffer +chauffera +chaufferai +chaufferaient +chaufferais +chaufferait +chaufferas +chaufferez +chaufferiez +chaufferions +chaufferons +chaufferont +chauffes +chauffez +chauff +chauffe +chauffes +chauffs +chauffrent +chauffiez +chauffions +chauffons +chauffoure +chauffoures +chec +checs +chelle +chelles +chelon +chelonna +chelonnai +chelonnaient +chelonnais +chelonnait +chelonnant +chelonnas +chelonnasse +chelonnassent +chelonnasses +chelonnassiez +chelonnassions +chelonnmes +chelonnt +chelonntes +chelonne +chelonnement +chelonnements +chelonnent +chelonner +chelonnera +chelonnerai +chelonneraient +chelonnerais +chelonnerait +chelonneras +chelonnerez +chelonneriez +chelonnerions +chelonnerons +chelonneront +chelonnes +chelonnez +chelonn +chelonne +chelonnes +chelonns +chelonnrent +chelonniez +chelonnions +chelonnons +chelons +chenilla +chenillage +chenillages +chenillai +chenillaient +chenillais +chenillait +chenillant +chenillas +chenillasse +chenillassent +chenillasses +chenillassiez +chenillassions +chenillmes +chenillt +chenilltes +chenille +chenillent +cheniller +chenillera +chenillerai +chenilleraient +chenillerais +chenillerait +chenilleras +chenillerez +chenilleriez +chenillerions +chenillerons +chenilleront +chenilles +chenillez +chenill +chenille +chenilles +chenills +chenillrent +chenilliez +chenillions +chenillons +cherra +cherraient +cherrait +cherront +cheveau +cheveaux +chevel +chevele +cheveles +chevels +chevin +chevins +chance +chances +chant +chante +chantes +chants +china +chinai +chinaient +chinais +chinait +chinant +chinas +chinasse +chinassent +chinasses +chinassiez +chinassions +chinmes +chint +chintes +chine +chinent +chiner +chinera +chinerai +chineraient +chinerais +chinerait +chineras +chinerez +chineriez +chinerions +chinerons +chineront +chines +chinez +chin +chine +chines +chins +chinrent +chiniez +chinions +chinons +chiquier +chiquiers +cho +chographie +choient +choir +choira +choiraient +choirait +choiront +choit +choppa +choppai +choppaient +choppais +choppait +choppant +choppas +choppasse +choppassent +choppasses +choppassiez +choppassions +choppmes +choppt +chopptes +choppe +choppent +chopper +choppera +chopperai +chopperaient +chopperais +chopperait +chopperas +chopperez +chopperiez +chopperions +chopperons +chopperont +choppes +choppez +chopp +choppe +choppes +chopps +chopprent +choppiez +choppions +choppons +chos +chotier +chotiers +choua +chouage +chouages +chouai +chouaient +chouais +chouait +chouant +chouas +chouasse +chouassent +chouasses +chouassiez +chouassions +choumes +chout +choutes +choue +chouent +chouer +chouera +chouerai +choueraient +chouerais +chouerait +choueras +chouerez +choueriez +chouerions +chouerons +choueront +choues +chouez +chou +choue +choues +chous +chourent +chouiez +chouions +chouons +chu +chue +chues +churent +chus +chut +cins +claboussa +claboussai +claboussaient +claboussais +claboussait +claboussant +claboussas +claboussasse +claboussassent +claboussasses +claboussassiez +claboussassions +claboussmes +clabousst +clabousstes +clabousse +claboussent +clabousser +claboussera +clabousserai +clabousseraient +clabousserais +clabousserait +clabousseras +clabousserez +clabousseriez +clabousserions +clabousserons +clabousseront +clabousses +claboussez +clabouss +clabousse +clabousses +clabousss +claboussrent +claboussiez +claboussions +claboussons +claboussure +claboussures +clair +claira +clairage +clairages +clairai +clairaient +clairais +clairait +clairant +clairante +clairantes +clairants +clairas +clairasse +clairassent +clairasses +clairassiez +clairassions +clairmes +clairt +clairtes +clairci +claircie +claircies +claircir +claircira +claircirai +clairciraient +claircirais +claircirait +clairciras +claircirent +claircirez +clairciriez +claircirions +claircirons +clairciront +claircis +claircissaient +claircissais +claircissait +claircissant +claircisse +claircissement +claircissements +claircissent +claircisses +claircissez +claircissiez +claircissions +claircissons +claircit +claircmes +clairct +clairctes +claire +clairement +clairements +clairent +clairer +clairera +clairerai +claireraient +clairerais +clairerait +claireras +clairerez +claireriez +clairerions +clairerons +claireront +claires +claireur +claireurs +clairez +clair +claire +claires +clairs +clairrent +clairiez +clairions +clairons +clairs +clat +clata +clatai +clataient +clatais +clatait +clatant +clatante +clatantes +clatants +clatas +clatasse +clatassent +clatasses +clatassiez +clatassions +clatmes +clatt +clattes +clate +clatement +clatements +clatent +clater +clatera +claterai +clateraient +claterais +claterait +clateras +claterez +clateriez +claterions +claterons +clateront +clates +clatez +clat +clate +clates +clats +clatrent +clatiez +clations +clatons +clats +clectique +clectiques +clectisme +clipsa +clipsai +clipsaient +clipsais +clipsait +clipsant +clipsas +clipsasse +clipsassent +clipsasses +clipsassiez +clipsassions +clipsmes +clipst +clipstes +clipse +clipsent +clipser +clipsera +clipserai +clipseraient +clipserais +clipserait +clipseras +clipserez +clipseriez +clipserions +clipserons +clipseront +clipses +clipsez +clips +clipse +clipses +clipss +clipsrent +clipsiez +clipsions +clipsons +cliptique +cliptiques +clissa +clissai +clissaient +clissais +clissait +clissant +clissas +clissasse +clissassent +clissasses +clissassiez +clissassions +clissmes +clisst +clisstes +clisse +clissent +clisser +clissera +clisserai +clisseraient +clisserais +clisserait +clisseras +clisserez +clisseriez +clisserions +clisserons +clisseront +clisses +clissez +cliss +clisse +clisses +clisss +clissrent +clissiez +clissions +clissons +clop +clope +clopes +clops +clora +cloraient +clorait +clore +cloront +clos +close +closee +closees +closent +closion +closions +clt +clusa +clusai +clusaient +clusais +clusait +clusant +clusas +clusasse +clusassent +clusasses +clusassiez +clusassions +clusmes +clust +clustes +cluse +clusent +cluser +clusera +cluserai +cluseraient +cluserais +cluserait +cluseras +cluserez +cluserier +cluseriers +cluseriez +cluserire +cluserires +cluserions +cluserons +cluseront +cluses +clusez +clus +cluse +cluses +cluss +clusrent +clusier +clusiers +clusiez +clusire +clusires +clusions +clusons +cobuage +cobuages +coeura +coeurai +coeuraient +coeurais +coeurait +coeurant +coeuras +coeurasse +coeurassent +coeurasses +coeurassiez +coeurassions +coeurmes +coeurt +coeurtes +coeure +coeurement +coeurements +coeurent +coeurer +coeurera +coeurerai +coeureraient +coeurerais +coeurerait +coeureras +coeurerez +coeureriez +coeurerions +coeurerons +coeureront +coeures +coeurez +coeur +coeure +coeures +coeurs +coeurrent +coeuriez +coeurions +coeurons +cole +coles +colier +coliers +colire +colires +cologie +cologies +cologique +cologiques +cologiste +cologistes +conduira +conduirai +conduiraient +conduirais +conduirait +conduiras +conduire +conduirez +conduiriez +conduirions +conduirons +conduiront +conduis +conduisaient +conduisais +conduisait +conduisant +conduise +conduisent +conduises +conduisez +conduisiez +conduisions +conduisirent +conduisis +conduisisse +conduisissent +conduisisses +conduisissiez +conduisissions +conduisit +conduismes +conduist +conduistes +conduisons +conduit +conduite +conduites +conduits +conomat +conomats +conome +conomes +conomie +conomies +conomique +conomiquement +conomiques +conomisa +conomisai +conomisaient +conomisais +conomisait +conomisant +conomisas +conomisasse +conomisassent +conomisasses +conomisassiez +conomisassions +conomismes +conomist +conomistes +conomise +conomisent +conomiser +conomisera +conomiserai +conomiseraient +conomiserais +conomiserait +conomiseras +conomiserez +conomiseriez +conomiserions +conomiserons +conomiseront +conomises +conomisez +conomis +conomise +conomises +conomiss +conomisrent +conomisiez +conomisions +conomisons +conomiste +conomistes +copa +copai +copaient +copais +copait +copant +copas +copasse +copassent +copasses +copassiez +copassions +copmes +copt +coptes +cope +copent +coper +copera +coperai +coperaient +coperais +coperait +coperas +coperez +coperiez +coperions +coperons +coperont +copes +copez +cop +cope +copes +cops +coprent +copiez +copions +copons +corce +corcent +corcer +corcera +corcerai +corceraient +corcerais +corcerait +corceras +corcerez +corceriez +corcerions +corcerons +corceront +corces +corcez +corc +corce +corces +corcs +corcrent +corcha +corchai +corchaient +corchais +corchait +corchant +corchas +corchasse +corchassent +corchasses +corchassiez +corchassions +corchmes +corcht +corchtes +corche +corchent +corcher +corchera +corcherai +corcheraient +corcherais +corcherait +corcheras +corcherez +corcheriez +corcherions +corcherons +corcheront +corches +corchez +corch +corche +corches +corchs +corchrent +corchiez +corchions +corchons +corchure +corchures +corciez +corcions +cora +corai +coraient +corais +corait +corant +coras +corasse +corassent +corasses +corassiez +corassions +cormes +corons +corna +cornai +cornaient +cornais +cornait +cornant +cornas +cornasse +cornassent +cornasses +cornassiez +cornassions +cornmes +cornt +corntes +corne +cornent +corner +cornera +cornerai +corneraient +cornerais +cornerait +corneras +cornerez +corneriez +cornerions +cornerons +corneront +cornes +cornez +corn +corne +cornes +corns +cornrent +corniez +cornifleur +cornifleurs +cornifleuse +cornifleuses +cornions +cornons +cossa +cossai +cossaient +cossais +cossaise +cossaises +cossait +cossant +cossas +cossasse +cossassent +cossasses +cossassiez +cossassions +cossmes +cosst +cosstes +cosse +cossent +cosser +cossera +cosserai +cosseraient +cosserais +cosserait +cosseras +cosserez +cosseriez +cosserions +cosserons +cosseront +cosses +cossez +coss +cosse +cosses +cosss +cossrent +cossiez +cossions +cossons +cot +cots +coula +coulai +coulaient +coulais +coulait +coulant +coulas +coulasse +coulassent +coulasses +coulassiez +coulassions +coulmes +coult +coultes +coule +coulement +coulements +coulent +couler +coulera +coulerai +couleraient +coulerais +coulerait +couleras +coulerez +couleriez +coulerions +coulerons +couleront +coules +coulez +coul +coule +coules +couls +coulrent +couliez +coulions +coulons +courta +courtai +courtaient +courtais +courtait +courtant +courtas +courtasse +courtassent +courtasses +courtassiez +courtassions +courtmes +courtt +courttes +courte +courtent +courter +courtera +courterai +courteraient +courterais +courterait +courteras +courterez +courteriez +courterions +courterons +courteront +courtes +courtez +court +courte +courtes +courts +courtrent +courtiez +courtions +courtons +couta +coutai +coutaient +coutais +coutait +coutant +coutas +coutasse +coutassent +coutasses +coutassiez +coutassions +coutmes +coutt +couttes +coute +coutent +couter +coutera +couterai +couteraient +couterais +couterait +couteras +couterez +couteriez +couterions +couterons +couteront +coutes +couteur +couteurs +coutez +cout +coute +coutes +couts +coutrent +coutiez +coutille +coutilles +coutions +coutons +couvillon +couvillons +crabouilla +crabouillai +crabouillaient +crabouillais +crabouillait +crabouillant +crabouillas +crabouillasse +crabouillassent +crabouillasses +crabouillassiez +crabouillassions +crabouillmes +crabouillt +crabouilltes +crabouille +crabouillent +crabouiller +crabouillera +crabouillerai +crabouilleraient +crabouillerais +crabouillerait +crabouilleras +crabouillerez +crabouilleriez +crabouillerions +crabouillerons +crabouilleront +crabouilles +crabouillez +crabouill +crabouille +crabouilles +crabouills +crabouillrent +crabouilliez +crabouillions +crabouillons +cran +crans +crasa +crasai +crasaient +crasais +crasait +crasant +crasante +crasas +crasasse +crasassent +crasasses +crasassiez +crasassions +crasmes +crast +crastes +crase +crasement +crasements +crasent +craser +crasera +craserai +craseraient +craserais +craserait +craseras +craserez +craseriez +craserions +craserons +craseront +crases +crasez +cras +crase +crases +crass +crasrent +crasiez +crasions +crasons +crevisse +crevisses +crma +crmage +crmages +crmai +crmaient +crmais +crmait +crmant +crmas +crmasse +crmassent +crmasses +crmassiez +crmassions +crmmes +crmt +crmtes +crmer +crmera +crmerai +crmeraient +crmerais +crmeras +crmerez +crmeriez +crmerions +crmerons +crmeront +crmeuse +crmeuses +crmez +crm +crme +crmes +crms +crmrent +crmiez +crmions +crmons +crme +crment +crmes +crta +crtai +crtaient +crtais +crtait +crtant +crtas +crtasse +crtassent +crtasses +crtassiez +crtassions +crtmes +crtt +crttes +crte +crtent +crter +crtera +crterai +crteraient +crterais +crterait +crteras +crterez +crteriez +crterions +crterons +crteront +crtes +crtez +crt +crte +crtes +crts +crtrent +crtiez +crtions +crtons +cria +criai +criaient +criais +criait +criant +crias +criasse +criassent +criasses +criassiez +criassions +crimes +crit +crites +crie +crient +crier +criera +crierai +crieraient +crierais +crierait +crieras +crierez +crieriez +crierions +crierons +crieront +cries +criez +cri +crie +cries +cris +crirent +criiez +criions +crin +crins +crions +crira +crirai +criraient +crirais +crirait +criras +crire +crirez +cririez +cririons +crirons +criront +cris +crit +crite +criteau +criteaux +crites +critoire +critoires +crits +criture +critures +crivaient +crivain +crivains +crivais +crivait +crivant +crivassier +crivassiers +crivassire +crivassires +crive +crivent +crives +crivez +criviez +crivions +crivirent +crivis +crivisse +crivissent +crivisses +crivissiez +crivissions +crivit +crivmes +crivt +crivtes +crivons +crou +croua +crouai +crouaient +crouais +crouait +crouant +crouas +crouasse +crouassent +crouasses +crouassiez +crouassions +croumes +crout +croutes +croue +crouelles +crouent +crouer +crouera +crouerai +croueraient +crouerais +crouerait +croueras +crouerez +croueriez +crouerions +crouerons +croueront +croues +crouez +crou +croue +croues +crous +crourent +croui +crouie +crouies +crouiez +crouions +crouir +crouira +crouirai +crouiraient +crouirais +crouirait +crouiras +crouirent +crouirez +crouiriez +crouirions +crouirons +crouiront +crouis +crouissage +crouissages +crouissaient +crouissais +crouissait +crouissant +crouisse +crouissent +crouisses +crouissiez +crouissions +crouit +croumes +crout +croutes +croula +croulai +croulaient +croulais +croulait +croulant +croulas +croulasse +croulassent +croulasses +croulassiez +croulassions +croulmes +croult +croultes +croule +croulement +croulements +croulent +crouler +croulera +croulerai +crouleraient +croulerais +croulerait +crouleras +croulerez +crouleriez +croulerions +croulerons +crouleront +croules +croulez +croul +croule +croules +crouls +croulrent +crouliez +croulions +croulons +crouons +crous +cru +crue +crues +crus +cu +cueil +cueils +cuelle +cuelles +cul +cule +cules +culs +cuma +cumai +cumaient +cumais +cumait +cumant +cumante +cumantes +cumants +cumas +cumasse +cumassent +cumasses +cumassiez +cumassions +cummes +cumt +cumtes +cume +cument +cumer +cumera +cumerai +cumeraient +cumerais +cumerait +cumeras +cumerez +cumeriez +cumerions +cumerons +cumeront +cumes +cumeuse +cumeuses +cumeux +cumez +cum +cume +cumes +cums +cumrent +cumiez +cumions +cumoire +cumoires +cumons +cureuil +cureuils +curie +curies +cus +cusson +cussonna +cussonnage +cussonnages +cussonnai +cussonnaient +cussonnais +cussonnait +cussonnant +cussonnas +cussonnasse +cussonnassent +cussonnasses +cussonnassiez +cussonnassions +cussonnmes +cussonnt +cussonntes +cussonne +cussonnent +cussonner +cussonnera +cussonnerai +cussonneraient +cussonnerais +cussonnerait +cussonneras +cussonnerez +cussonneriez +cussonnerions +cussonnerons +cussonneront +cussonnes +cussonnez +cussonn +cussonne +cussonnes +cussonns +cussonnrent +cussonniez +cussonnions +cussonnons +cussons +cuyer +cuyers +cuyre +cuyres +den +denique +deniques +denter +dent +dente +dentes +dents +dicta +dictai +dictaient +dictais +dictait +dictant +dictas +dictasse +dictassent +dictasses +dictassiez +dictassions +dictmes +dictt +dicttes +dicte +dictent +dicter +dictera +dicterai +dicteraient +dicterais +dicterait +dicteras +dicterez +dicteriez +dicterions +dicterons +dicteront +dictes +dictez +dict +dicte +dictes +dicts +dictrent +dictiez +dictions +dictons +dicule +dicules +difia +difiai +difiaient +difiais +difiait +difiant +difiante +difiantes +difiants +difias +difiasse +difiassent +difiasses +difiassiez +difiassions +difimes +difit +difites +dification +difications +difice +difices +difie +difient +difier +difiera +difierai +difieraient +difierais +difierait +difieras +difierez +difieriez +difierions +difierons +difieront +difies +difiez +difi +difie +difies +difis +difirent +difiiez +difiions +difions +dile +diles +dit +dita +ditai +ditaient +ditais +ditait +ditant +ditas +ditasse +ditassent +ditasses +ditassiez +ditassions +ditmes +ditt +dittes +dite +ditent +diter +ditera +diterai +diteraient +diterais +diterait +diteras +diterez +diteriez +diterions +diterons +diteront +dites +diteur +diteurs +ditez +dit +dite +dites +dits +ditrent +ditiez +dition +ditions +ditons +ditorial +ditorialiste +ditorialistes +ditoriaux +ditrice +ditrices +dits +dredon +dredons +ducable +ducables +ducateur +ducateurs +ducatif +ducatifs +ducation +ducations +ducative +ducatives +ducatrice +ducatrices +dulcora +dulcorai +dulcoraient +dulcorais +dulcorait +dulcorant +dulcoras +dulcorasse +dulcorassent +dulcorasses +dulcorassiez +dulcorassions +dulcormes +dulcort +dulcortes +dulcore +dulcorent +dulcorer +dulcorera +dulcorerai +dulcoreraient +dulcorerais +dulcorerait +dulcoreras +dulcorerez +dulcoreriez +dulcorerions +dulcorerons +dulcoreront +dulcores +dulcorez +dulcor +dulcore +dulcores +dulcors +dulcorrent +dulcoriez +dulcorions +dulcorons +duqua +duquai +duquaient +duquais +duquait +duquant +duquas +duquasse +duquassent +duquasses +duquassiez +duquassions +duqumes +duqut +duqutes +duque +duquent +duquer +duquera +duquerai +duqueraient +duquerais +duquerait +duqueras +duquerez +duqueriez +duquerions +duquerons +duqueront +duques +duquez +duqu +duque +duques +duqus +duqurent +duquiez +duquions +duquons +gaie +gaient +gaiera +gaierai +gaieraient +gaierais +gaierait +gaieras +gaierez +gaieriez +gaierions +gaierons +gaieront +gaies +gailla +gaillai +gaillaient +gaillais +gaillait +gaillant +gaillas +gaillasse +gaillassent +gaillasses +gaillassiez +gaillassions +gaillmes +gaillt +gailltes +gaille +gaillent +gailler +gaillera +gaillerai +gailleraient +gaillerais +gaillerait +gailleras +gaillerez +gailleriez +gaillerions +gaillerons +gailleront +gailles +gaillez +gaill +gaille +gailles +gaills +gaillrent +gailliez +gaillions +gaillons +gal +gala +galai +galaient +galais +galait +galant +galas +galasse +galassent +galasses +galassiez +galassions +galmes +galt +galtes +gale +galement +galent +galer +galera +galerai +galeraient +galerais +galerait +galeras +galerez +galeriez +galerions +galerons +galeront +gales +galez +gal +gale +gales +gals +galrent +galiez +galions +galisa +galisai +galisaient +galisais +galisait +galisant +galisas +galisasse +galisassent +galisasses +galisassiez +galisassions +galisateur +galisateurs +galisation +galisations +galismes +galist +galistes +galise +galisent +galiser +galisera +galiserai +galiseraient +galiserais +galiserait +galiseras +galiserez +galiseriez +galiserions +galiserons +galiseront +galises +galisez +galis +galise +galises +galiss +galisrent +galisiez +galisions +galisons +galitaire +galitaires +galit +galons +gara +garai +garaient +garais +garait +garant +garas +garasse +garassent +garasses +garassiez +garassions +garmes +gart +gartes +gard +gards +gare +garement +garements +garent +garer +garera +garerai +gareraient +garerais +garerait +gareras +garerez +gareriez +garerions +garerons +gareront +gares +garez +gar +gare +gares +gars +garrent +gariez +garions +garons +gaux +gaya +gayai +gayaient +gayais +gayait +gayant +gayas +gayasse +gayassent +gayasses +gayassiez +gayassions +gaymes +gayt +gaytes +gaye +gayent +gayer +gayera +gayerai +gayeraient +gayerais +gayerait +gayeras +gayerez +gayeriez +gayerions +gayerons +gayeront +gayes +gayez +gay +gaye +gayes +gays +gayrent +gayiez +gayions +gayons +grie +gries +gide +gides +glantier +glantiers +glantine +glantines +glefin +glefins +glise +glises +glogue +glogues +gone +gones +gosme +goste +gostes +gorge +gorgea +gorgeai +gorgeaient +gorgeais +gorgeait +gorgeant +gorgeas +gorgeasse +gorgeassent +gorgeasses +gorgeassiez +gorgeassions +gorgemes +gorget +gorgetes +gorgement +gorgements +gorgent +gorgeons +gorger +gorgera +gorgerai +gorgeraient +gorgerais +gorgerait +gorgeras +gorgerez +gorgeriez +gorgerions +gorgerons +gorgeront +gorges +gorgeur +gorgeurs +gorgez +gorg +gorge +gorges +gorgs +gorgrent +gorgiez +gorgions +gosilla +gosillai +gosillaient +gosillais +gosillait +gosillant +gosillas +gosillasse +gosillassent +gosillasses +gosillassiez +gosillassions +gosillmes +gosillt +gosilltes +gosille +gosillent +gosiller +gosillera +gosillerai +gosilleraient +gosillerais +gosillerait +gosilleras +gosillerez +gosilleriez +gosillerions +gosillerons +gosilleront +gosilles +gosillez +gosill +gosille +gosilles +gosills +gosillrent +gosilliez +gosillions +gosillons +gotisme +gotismes +gout +goutier +goutiers +gouts +goutta +gouttai +gouttaient +gouttais +gouttait +gouttant +gouttas +gouttasse +gouttassent +gouttasses +gouttassiez +gouttassions +gouttmes +gouttt +goutttes +goutte +gouttent +goutter +gouttera +goutterai +goutteraient +goutterais +goutterait +goutteras +goutterez +goutteriez +goutterions +goutterons +goutteront +gouttes +gouttez +goutt +goutte +gouttes +goutts +gouttrent +gouttiez +gouttions +gouttoir +gouttoirs +gouttons +gratigna +gratignai +gratignaient +gratignais +gratignait +gratignant +gratignas +gratignasse +gratignassent +gratignasses +gratignassiez +gratignassions +gratignmes +gratignt +gratigntes +gratigne +gratignent +gratigner +gratignera +gratignerai +gratigneraient +gratignerais +gratignerait +gratigneras +gratignerez +gratigneriez +gratignerions +gratignerons +gratigneront +gratignes +gratignez +gratign +gratigne +gratignes +gratigns +gratignrent +gratigniez +gratignions +gratignons +gratignure +gratignures +grena +grenai +grenaient +grenais +grenait +grenant +grenas +grenasse +grenassent +grenasses +grenassiez +grenassions +grenmes +grent +grentes +grener +grenez +gren +grene +grenes +grens +grenrent +greniez +grenions +grenons +grne +grnent +grnera +grnerai +grneraient +grnerais +grnerait +grneras +grnerez +grneriez +grnerions +grnerons +grneront +grnes +grillard +grillarde +grillardes +grillards +gruge +grugea +grugeai +grugeaient +grugeais +grugeait +grugeant +grugeas +grugeasse +grugeassent +grugeasses +grugeassiez +grugeassions +grugemes +gruget +grugetes +grugent +grugeons +gruger +grugera +grugerai +grugeraient +grugerais +grugerait +grugeras +grugerez +grugeriez +grugerions +grugerons +grugeront +gruges +grugez +grug +gruge +gruges +grugs +grugrent +grugiez +grugions +gueul +gueule +gueules +gueuls +gypte +gyptien +gyptienne +gyptiennes +gyptiens +gyptologie +gyptologue +gyptologues +hont +honte +hontes +honts +jacula +jaculai +jaculaient +jaculais +jaculait +jaculant +jaculas +jaculasse +jaculassent +jaculasses +jaculassiez +jaculassions +jaculation +jaculations +jaculmes +jacult +jacultes +jacule +jaculent +jaculer +jaculera +jaculerai +jaculeraient +jaculerais +jaculerait +jaculeras +jaculerez +jaculeriez +jaculerions +jaculerons +jaculeront +jacules +jaculez +jacul +jacule +jacules +jaculs +jaculrent +jaculiez +jaculions +jaculons +jecta +jectable +jectables +jectai +jectaient +jectais +jectait +jectant +jectas +jectasse +jectassent +jectasses +jectassiez +jectassions +jectmes +jectt +jecttes +jecte +jectent +jecter +jectera +jecterai +jecteraient +jecterais +jecterait +jecteras +jecterez +jecteriez +jecterions +jecterons +jecteront +jectes +jecteur +jecteurs +jectez +ject +jecte +jectes +jects +jectrent +jectiez +jection +jections +jectons +labora +laborai +laboraient +laborais +laborait +laborant +laboras +laborasse +laborassent +laborasses +laborassiez +laborassions +laboration +laborations +labormes +labort +labortes +labore +laborent +laborer +laborera +laborerai +laboreraient +laborerais +laborerait +laboreras +laborerez +laboreriez +laborerions +laborerons +laboreront +labores +laborez +labor +labore +labores +labors +laborrent +laboriez +laborions +laborons +lagage +lagages +lagua +laguai +laguaient +laguais +laguait +laguant +laguas +laguasse +laguassent +laguasses +laguassiez +laguassions +lagumes +lagut +lagutes +lague +laguent +laguer +laguera +laguerai +lagueraient +laguerais +laguerait +lagueras +laguerez +lagueriez +laguerions +laguerons +lagueront +lagues +laguez +lagu +lague +lagues +lagus +lagurent +laguiez +laguions +laguons +lan +lance +lancement +lancements +lancent +lancer +lancera +lancerai +lanceraient +lancerais +lancerait +lanceras +lancerez +lanceriez +lancerions +lancerons +lanceront +lances +lancez +lanc +lance +lances +lancs +lancrent +lanciez +lancions +lana +lanai +lanaient +lanais +lanait +lanant +lanas +lanasse +lanassent +lanasses +lanassiez +lanassions +lanmes +lant +lantes +lanons +lans +largi +largie +largies +largir +largira +largirai +largiraient +largirais +largirait +largiras +largirent +largirez +largiriez +largirions +largirons +largiront +largis +largissaient +largissais +largissait +largissant +largisse +largissement +largissements +largissent +largisses +largissiez +largissions +largit +largmes +largt +largtes +lasticit +lasticits +lastique +lastiquement +lastiques +lecteur +lecteurs +lectif +lectifs +lection +lections +lective +lectives +lectoral +lectorale +lectorales +lectorat +lectorats +lectoraux +lectrice +lectrices +lectricien +lectricienne +lectriciennes +lectriciens +lectricit +lectrifia +lectrifiai +lectrifiaient +lectrifiais +lectrifiait +lectrifiant +lectrifias +lectrifiasse +lectrifiassent +lectrifiasses +lectrifiassiez +lectrifiassions +lectrifimes +lectrifit +lectrifites +lectrification +lectrifications +lectrifie +lectrifient +lectrifier +lectrifiera +lectrifierai +lectrifieraient +lectrifierais +lectrifierait +lectrifieras +lectrifierez +lectrifieriez +lectrifierions +lectrifierons +lectrifieront +lectrifies +lectrifiez +lectrifi +lectrifie +lectrifies +lectrifis +lectrifirent +lectrifiiez +lectrifiions +lectrifions +lectrique +lectriquement +lectriques +lectrisa +lectrisable +lectrisables +lectrisai +lectrisaient +lectrisais +lectrisait +lectrisant +lectrisas +lectrisasse +lectrisassent +lectrisasses +lectrisassiez +lectrisassions +lectrisation +lectrisations +lectrismes +lectrist +lectristes +lectrise +lectrisent +lectriser +lectrisera +lectriserai +lectriseraient +lectriserais +lectriserait +lectriseras +lectriserez +lectriseriez +lectriserions +lectriserons +lectriseront +lectrises +lectrisez +lectris +lectrise +lectrises +lectriss +lectrisrent +lectrisiez +lectrisions +lectrisons +lectrocardiogramme +lectrocardiogrammes +lectrochimie +lectrochoc +lectrochocs +lectrocuta +lectrocutai +lectrocutaient +lectrocutais +lectrocutait +lectrocutant +lectrocutas +lectrocutasse +lectrocutassent +lectrocutasses +lectrocutassiez +lectrocutassions +lectrocutmes +lectrocutt +lectrocuttes +lectrocute +lectrocutent +lectrocuter +lectrocutera +lectrocuterai +lectrocuteraient +lectrocuterais +lectrocuterait +lectrocuteras +lectrocuterez +lectrocuteriez +lectrocuterions +lectrocuterons +lectrocuteront +lectrocutes +lectrocutez +lectrocut +lectrocute +lectrocutes +lectrocuts +lectrocutrent +lectrocutiez +lectrocution +lectrocutions +lectrocutons +lectrode +lectrodes +lectrodynamique +lectrogne +lectrognes +lectrolysa +lectrolysai +lectrolysaient +lectrolysais +lectrolysait +lectrolysant +lectrolysas +lectrolysasse +lectrolysassent +lectrolysasses +lectrolysassiez +lectrolysassions +lectrolysmes +lectrolyst +lectrolystes +lectrolyse +lectrolysent +lectrolyser +lectrolysera +lectrolyserai +lectrolyseraient +lectrolyserais +lectrolyserait +lectrolyseras +lectrolyserez +lectrolyseriez +lectrolyserions +lectrolyserons +lectrolyseront +lectrolyses +lectrolysez +lectrolys +lectrolyse +lectrolyses +lectrolyss +lectrolysrent +lectrolysiez +lectrolysions +lectrolysons +lectrolyte +lectrolytes +lectrolytique +lectrolytiques +lectromagntique +lectromagntiques +lectromagntisme +lectromtallurgie +lectron +lectronique +lectroniques +lectrons +lectrophone +lectrophones +lectroscope +lectroscopes +lectrostatique +lectrostatiques +lectrotechnique +lectrotechniques +lectrothrapie +leva +levage +levages +levai +levaient +levais +levait +levant +levas +levasse +levassent +levasses +levassiez +levassions +levmes +levt +levtes +lever +leveur +leveurs +levez +lev +leve +leves +levs +levrent +leviez +levions +levons +lgamment +lgance +lgances +lgant +lgante +lgantes +lgants +lgiaque +lgiaques +lgie +lgies +lment +lmentaire +lmentaires +lments +lphant +lphanteau +lphanteaux +lphantesque +lphantesques +lphantiasis +lphants +lvateur +lvateurs +lvation +lvations +lvatoire +lvatoires +lve +lvent +lvera +lverai +lveraient +lverais +lverait +lveras +lverez +lveriez +lverions +lverons +lveront +lves +lfe +lfes +lida +lidai +lidaient +lidais +lidait +lidant +lidas +lidasse +lidassent +lidasses +lidassiez +lidassions +lidmes +lidt +lidtes +lide +lident +lider +lidera +liderai +lideraient +liderais +liderait +lideras +liderez +lideriez +liderions +liderons +lideront +lides +lidez +lid +lide +lides +lids +lidrent +lidiez +lidions +lidons +ligibilit +ligibilits +ligible +ligibles +lima +limai +limaient +limais +limait +limant +limas +limasse +limassent +limasses +limassiez +limassions +limmes +limt +limtes +lime +liment +limer +limera +limerai +limeraient +limerais +limerait +limeras +limerez +limeriez +limerions +limerons +limeront +limes +limez +lim +lime +limes +lims +limrent +limiez +limina +liminai +liminaient +liminais +liminait +liminant +liminas +liminasse +liminassent +liminasses +liminassiez +liminassions +limination +liminations +liminatoire +liminatoires +liminmes +limint +limintes +limine +liminent +liminer +liminera +liminerai +limineraient +liminerais +liminerait +limineras +liminerez +limineriez +liminerions +liminerons +limineront +limines +liminez +limin +limine +limines +limins +liminrent +liminiez +liminions +liminons +limions +limons +lira +lirai +liraient +lirais +lirait +liras +lire +lirent +lirez +liriez +lirions +lirons +liront +lis +lisaient +lisais +lisait +lisant +lise +lisent +lises +lisez +lisiez +lision +lisions +lisons +lit +lite +lites +litiste +litistes +lixir +lixirs +locution +locutions +loge +loges +logieuse +logieusement +logieuses +logieux +loigna +loignai +loignaient +loignais +loignait +loignant +loignas +loignasse +loignassent +loignasses +loignassiez +loignassions +loignmes +loignt +loigntes +loigne +loignement +loignements +loignent +loigner +loignera +loignerai +loigneraient +loignerais +loignerait +loigneras +loignerez +loigneriez +loignerions +loignerons +loigneront +loignes +loignez +loign +loigne +loignes +loigns +loignrent +loigniez +loignions +loignons +longation +longations +loquemment +loquence +loquences +loquent +loquente +loquentes +loquents +lu +lucida +lucidai +lucidaient +lucidais +lucidait +lucidant +lucidas +lucidasse +lucidassent +lucidasses +lucidassiez +lucidassions +lucidation +lucidmes +lucidt +lucidtes +lucide +lucident +lucider +lucidera +luciderai +lucideraient +luciderais +luciderait +lucideras +luciderez +lucideriez +luciderions +luciderons +lucideront +lucides +lucidez +lucid +lucide +lucides +lucids +lucidrent +lucidiez +lucidions +lucidons +lucubration +lucubrations +luda +ludai +ludaient +ludais +ludait +ludant +ludas +ludasse +ludassent +ludasses +ludassiez +ludassions +ludmes +ludt +ludtes +lude +ludent +luder +ludera +luderai +luderaient +luderais +luderait +luderas +luderez +luderiez +luderions +luderons +luderont +ludes +ludez +lud +lude +ludes +luds +ludrent +ludiez +ludions +ludons +lue +lues +lurent +lus +lusse +lussent +lusses +lussiez +lussions +lut +lmes +lt +ltes +lytre +lytres +maci +macie +macies +macis +mail +mailla +maillage +maillages +maillai +maillaient +maillais +maillait +maillant +maillas +maillasse +maillassent +maillasses +maillassiez +maillassions +maillmes +maillt +mailltes +maille +maillent +mailler +maillera +maillerai +mailleraient +maillerais +maillerait +mailleras +maillerez +mailleriez +maillerions +maillerons +mailleront +mailles +mailleur +mailleurs +mailleuse +mailleuses +maillez +maill +maille +mailles +maills +maillrent +mailliez +maillions +maillons +mails +mana +manai +manaient +manais +manait +manant +manas +manasse +manassent +manasses +manassiez +manassions +manation +manations +manmes +mant +mantes +mancipa +mancipai +mancipaient +mancipais +mancipait +mancipant +mancipas +mancipasse +mancipassent +mancipasses +mancipassiez +mancipassions +mancipation +mancipations +mancipmes +mancipt +manciptes +mancipe +mancipent +manciper +mancipera +manciperai +manciperaient +manciperais +manciperait +manciperas +manciperez +manciperiez +manciperions +manciperons +manciperont +mancipes +mancipez +mancip +mancipe +mancipes +mancips +manciprent +mancipiez +mancipions +mancipons +mane +manent +maner +manera +manerai +maneraient +manerais +manerait +maneras +manerez +maneriez +manerions +manerons +maneront +manes +manez +man +mane +manes +mans +manrent +maniez +manions +manons +marge +margea +margeai +margeaient +margeais +margeait +margeant +margeas +margeasse +margeassent +margeasses +margeassiez +margeassions +margemes +marget +margetes +margent +margeons +marger +margera +margerai +margeraient +margerais +margerait +margeras +margerez +margeriez +margerions +margerons +margeront +marges +margez +marg +marge +marges +margs +margrent +margiez +margions +mascula +masculai +masculaient +masculais +masculait +masculant +masculas +masculasse +masculassent +masculasses +masculassiez +masculassions +masculmes +mascult +mascultes +mascule +masculent +masculer +masculera +masculerai +masculeraient +masculerais +masculerait +masculeras +masculerez +masculeriez +masculerions +masculerons +masculeront +mascules +masculez +mascul +mascule +mascules +masculs +masculrent +masculiez +masculions +masculons +meraude +meraudes +merge +mergea +mergeai +mergeaient +mergeais +mergeait +mergeant +mergeas +mergeasse +mergeassent +mergeasses +mergeassiez +mergeassions +mergemes +merget +mergetes +mergence +mergent +mergente +mergentes +mergents +mergeons +merger +mergera +mergerai +mergeraient +mergerais +mergerait +mergeras +mergerez +mergeriez +mergerions +mergerons +mergeront +merges +mergez +merg +merge +merges +mergs +mergrent +mergiez +mergions +meri +mersion +mersions +merveilla +merveillai +merveillaient +merveillais +merveillait +merveillant +merveillas +merveillasse +merveillassent +merveillasses +merveillassiez +merveillassions +merveillmes +merveillt +merveilltes +merveille +merveillement +merveillements +merveillent +merveiller +merveillera +merveillerai +merveilleraient +merveillerais +merveillerait +merveilleras +merveillerez +merveilleriez +merveillerions +merveillerons +merveilleront +merveilles +merveillez +merveill +merveille +merveilles +merveills +merveillrent +merveilliez +merveillions +merveillons +met +mets +mettaient +mettais +mettait +mettant +mette +mettent +mettes +metteur +metteurs +mettez +mettiez +mettions +mettons +mettra +mettrai +mettraient +mettrais +mettrait +mettras +mettre +mettrez +mettrice +mettrices +mettriez +mettrions +mettrons +mettront +meuille +meuillent +meuilles +meulent +meut +meute +meutes +meutier +meutiers +meutire +meutires +meux +mch +mche +mches +mchs +mrite +mrites +mritus +mtique +mtiques +mietta +miettai +miettaient +miettais +miettait +miettant +miettas +miettasse +miettassent +miettasses +miettassiez +miettassions +miettmes +miettt +mietttes +miette +miettement +miettements +miettent +mietter +miettera +mietterai +mietteraient +mietterais +mietterait +mietteras +mietterez +mietteriez +mietterions +mietterons +mietteront +miettes +miettez +miett +miette +miettes +mietts +miettrent +miettiez +miettions +miettons +migra +migrai +migraient +migrais +migrait +migrant +migrante +migrantes +migrants +migras +migrasse +migrassent +migrasses +migrassiez +migrassions +migration +migrations +migrmes +migrt +migrtes +migre +migrent +migrer +migrera +migrerai +migreraient +migrerais +migrerait +migreras +migrerez +migreriez +migrerions +migrerons +migreront +migres +migrez +migr +migre +migres +migrs +migrrent +migriez +migrions +migrons +mince +mincent +mincer +mincera +mincerai +minceraient +mincerais +mincerait +minceras +mincerez +minceriez +mincerions +mincerons +minceront +minces +mincez +minc +mince +minces +mincs +mincrent +minciez +mincions +mina +minai +minaient +minais +minait +minant +minas +minasse +minassent +minasses +minassiez +minassions +minmes +mint +mintes +minons +minemment +minence +minences +minent +minente +minentes +minents +mir +mirat +mirats +mirent +mirs +mis +mise +mises +missaire +missaires +misse +missent +misses +missiez +mission +missions +mit +mmes +mt +mtes +moi +mois +mollient +molliente +mollientes +mollients +moluments +monda +mondage +mondages +mondai +mondaient +mondais +mondait +mondant +mondas +mondasse +mondassent +mondasses +mondassiez +mondassions +mondmes +mondt +mondtes +monde +mondent +monder +mondera +monderai +monderaient +monderais +monderait +monderas +monderez +monderiez +monderions +monderons +monderont +mondes +mondeur +mondeurs +mondeuse +mondeuses +mondez +mond +monde +mondes +monds +mondrent +mondiez +mondions +mondoir +mondoirs +mondons +motif +motifs +motion +motionnel +motionnelle +motionnelles +motionnels +motionn +motionne +motionnes +motionns +motions +motive +motives +motivit +motivits +moud +moudra +moudrai +moudraient +moudrais +moudrait +moudras +moudre +moudrez +moudriez +moudrions +moudrons +moudront +mouds +moulaient +moulais +moulait +moulant +moule +moulent +moules +moulez +mouliez +moulions +moulons +moulu +moulue +moulues +moulurent +moulus +moulusse +moulussent +moulusses +moulussiez +moulussions +moulut +moulmes +moult +moultes +moussa +moussai +moussaient +moussais +moussait +moussant +moussas +moussasse +moussassent +moussasses +moussassiez +moussassions +moussmes +mousst +mousstes +mousse +moussent +mousser +moussera +mousserai +mousseraient +mousserais +mousserait +mousseras +mousserez +mousseriez +mousserions +mousserons +mousseront +mousses +moussez +mouss +mousse +mousses +mousss +moussrent +moussiez +moussions +moussons +moustilla +moustillai +moustillaient +moustillais +moustillait +moustillant +moustillas +moustillasse +moustillassent +moustillasses +moustillassiez +moustillassions +moustillmes +moustillt +moustilltes +moustille +moustillent +moustiller +moustillera +moustillerai +moustilleraient +moustillerais +moustillerait +moustilleras +moustillerez +moustilleriez +moustillerions +moustillerons +moustilleront +moustilles +moustillez +moustill +moustille +moustilles +moustills +moustillrent +moustilliez +moustillions +moustillons +mouvant +mouvante +mouvoir +mu +mue +mues +mulation +mulations +mule +mules +mul +mule +mules +muls +mulsion +mulsionna +mulsionnai +mulsionnaient +mulsionnais +mulsionnait +mulsionnant +mulsionnas +mulsionnasse +mulsionnassent +mulsionnasses +mulsionnassiez +mulsionnassions +mulsionnmes +mulsionnt +mulsionntes +mulsionne +mulsionnent +mulsionner +mulsionnera +mulsionnerai +mulsionneraient +mulsionnerais +mulsionnerait +mulsionneras +mulsionnerez +mulsionneriez +mulsionnerions +mulsionnerons +mulsionneront +mulsionnes +mulsionnez +mulsionn +mulsionne +mulsionnes +mulsionns +mulsionnrent +mulsionniez +mulsionnions +mulsionnons +mulsions +mus +namoura +namourai +namouraient +namourais +namourait +namourant +namouras +namourasse +namourassent +namourasses +namourassiez +namourassions +namourmes +namourt +namourtes +namoure +namourent +namourer +namourera +namourerai +namoureraient +namourerais +namourerait +namoureras +namourerez +namoureriez +namourerions +namourerons +namoureront +namoures +namourez +namour +namoure +namoures +namours +namourrent +namouriez +namourions +namourons +narque +narques +nergtique +nergtiques +nergie +nergies +nergique +nergiquement +nergiques +nergumne +nergumnes +nerva +nervai +nervaient +nervais +nervait +nervant +nervante +nervantes +nervants +nervas +nervasse +nervassent +nervasses +nervassiez +nervassions +nervmes +nervt +nervtes +nerve +nervement +nervements +nervent +nerver +nervera +nerverai +nerveraient +nerverais +nerverait +nerveras +nerverez +nerveriez +nerverions +nerverons +nerveront +nerves +nervez +nerv +nerve +nerves +nervs +nervrent +nerviez +nervions +nervons +nigmatique +nigmatiques +nigme +nigmes +nonce +noncent +noncer +noncera +noncerai +nonceraient +noncerais +noncerait +nonceras +noncerez +nonceriez +noncerions +noncerons +nonceront +nonces +noncez +nonc +nonce +nonces +noncs +noncrent +nonciation +nonciations +nonciez +noncions +nona +nonai +nonaient +nonais +nonait +nonant +nonas +nonasse +nonassent +nonasses +nonassiez +nonassions +nonmes +nont +nontes +nonons +norme +normes +normment +normit +normits +nucla +nuclai +nuclaient +nuclais +nuclait +nuclant +nuclas +nuclasse +nuclassent +nuclasses +nuclassiez +nuclassions +nuclmes +nuclt +nucltes +nucle +nuclent +nucler +nuclera +nuclerai +nucleraient +nuclerais +nuclerait +nucleras +nuclerez +nucleriez +nuclerions +nuclerons +nucleront +nucles +nuclez +nucl +nucle +nucles +nucls +nuclrent +nucliez +nuclions +nuclons +numra +numrai +numraient +numrais +numrait +numrant +numras +numrasse +numrassent +numrasses +numrassiez +numrassions +numration +numrations +numrmes +numrt +numrtes +numrer +numrera +numrerai +numreraient +numrerais +numrerait +numreras +numrerez +numreriez +numrerions +numrerons +numreront +numrez +numr +numre +numres +numrs +numrrent +numriez +numrions +numrons +numre +numrent +numres +olienne +oliennes +pagneul +pagneule +pagneules +pagneuls +pais +paisse +paisses +paisseur +paisseurs +paissi +paissie +paissies +paissir +paissira +paissiraient +paissirais +paissirait +paissiras +paissirent +paissirez +paissiriez +paissirions +paissirons +paissiront +paissis +paississaient +paississais +paississait +paississant +paississe +paississement +paississements +paississent +paississes +paississiez +paississions +paississons +paissit +paissmes +paisst +paisstes +pancha +panchai +panchaient +panchais +panchait +panchant +panchas +panchasse +panchassent +panchasses +panchassiez +panchassions +panchmes +pancht +panchtes +panche +panchement +panchements +panchent +pancher +panchera +pancherai +pancheraient +pancherais +pancherait +pancheras +pancherez +pancheriez +pancherions +pancherons +pancheront +panches +panchez +panch +panche +panches +panchs +panchrent +panchiez +panchions +panchons +pand +pandage +pandages +pandaient +pandais +pandait +pandant +pande +pandent +pandes +pandez +pandiez +pandions +pandirent +pandis +pandisse +pandissent +pandisses +pandissiez +pandissions +pandit +pandmes +pandt +pandtes +pandons +pandra +pandrai +pandraient +pandrais +pandrait +pandras +pandre +pandrez +pandriez +pandrions +pandrons +pandront +pands +pandu +pandue +pandues +pandus +panoui +panouie +panouies +panouir +panouira +panouirai +panouiraient +panouirais +panouirait +panouiras +panouirent +panouirez +panouiriez +panouirions +panouirons +panouiront +panouis +panouissaient +panouissais +panouissait +panouissant +panouisse +panouissement +panouissements +panouissent +panouisses +panouissiez +panouissions +panouissons +panouit +panoumes +panout +panoutes +pargna +pargnai +pargnaient +pargnais +pargnait +pargnant +pargnante +pargnantes +pargnants +pargnas +pargnasse +pargnassent +pargnasses +pargnassiez +pargnassions +pargnmes +pargnt +pargntes +pargne +pargnent +pargner +pargnera +pargnerai +pargneraient +pargnerais +pargnerait +pargneras +pargnerez +pargneriez +pargnerions +pargnerons +pargneront +pargnes +pargnez +pargn +pargne +pargnes +pargns +pargnrent +pargniez +pargnions +pargnons +parpilla +parpillai +parpillaient +parpillais +parpillait +parpillant +parpillas +parpillasse +parpillassent +parpillasses +parpillassiez +parpillassions +parpillmes +parpillt +parpilltes +parpille +parpillement +parpillements +parpillent +parpiller +parpillera +parpillerai +parpilleraient +parpillerais +parpillerait +parpilleras +parpillerez +parpilleriez +parpillerions +parpillerons +parpilleront +parpilles +parpillez +parpill +parpille +parpilles +parpills +parpillrent +parpilliez +parpillions +parpillons +pars +parse +parses +pata +patai +pataient +patais +patait +patant +patante +patantes +patants +patas +patasse +patassent +patasses +patassiez +patassions +patmes +patt +pattes +pate +patement +patements +patent +pater +patera +paterai +pateraient +paterais +paterait +pateras +paterez +pateriez +paterions +paterons +pateront +pates +patez +pat +pate +pates +pats +patrent +patiez +pations +patons +paula +paulai +paulaient +paulais +paulait +paulant +paulas +paulasse +paulassent +paulasses +paulassiez +paulassions +paulmes +pault +paultes +paule +paulement +paulements +paulent +pauler +paulera +paulerai +pauleraient +paulerais +paulerait +pauleras +paulerez +pauleriez +paulerions +paulerons +pauleront +paules +paulette +paulettes +paulez +paul +paule +paules +pauls +paulrent +pauliez +paulions +paulons +pave +paves +peire +peires +pela +pelai +pelaient +pelais +pelait +pelant +pelas +pelasse +pelassent +pelasses +pelassiez +pelassions +pelmes +pelt +peltes +peler +pelez +pel +pele +peles +pels +pelrent +peliez +pelions +pelle +pellent +pellera +pellerai +pelleraient +pellerais +pellerait +pelleras +pellerez +pelleriez +pellerions +pellerons +pelleront +pelles +pelons +perdu +perdue +perdues +perdument +perdus +peron +peronna +peronnai +peronnaient +peronnais +peronnait +peronnant +peronnas +peronnasse +peronnassent +peronnasses +peronnassiez +peronnassions +peronnmes +peronnt +peronntes +peronne +peronnent +peronner +peronnera +peronnerai +peronneraient +peronnerais +peronnerait +peronneras +peronnerez +peronneriez +peronnerions +peronnerons +peronneront +peronnes +peronnez +peronn +peronne +peronnes +peronns +peronnrent +peronniez +peronnions +peronnons +perons +pervier +perviers +pe +pes +phmride +phmrides +phmre +phmres +phbe +phbes +pi +pia +piai +piaient +piais +piait +piant +pias +piasse +piassent +piasses +piassiez +piassions +pimes +pit +pites +pic +pice +picent +picer +picera +picerai +piceraient +picerais +picerait +piceras +picerez +picerie +piceries +piceriez +picerions +picerons +piceront +pices +picez +pic +pica +picas +pice +pices +pics +picrent +picier +piciers +piciez +picire +picires +picions +picurien +picurienne +picuriennes +picuriens +picurisme +pia +piai +piaient +piais +piait +piant +pias +piasse +piassent +piasses +piassiez +piassions +pimes +pit +pites +pions +piderme +pidermes +pidmie +pidmies +pidmiologie +pidmiologies +pidmique +pidmiques +pie +pient +pier +piera +pierai +pieraient +pierais +pierait +pieras +pierez +pieriez +pierions +pierons +pieront +pies +pieu +pieux +piez +pi +pie +pies +pis +pirent +pigastre +pigastres +piglotte +piglottes +pigrammatique +pigrammatiques +pigramme +pigrammes +pigraphe +pigraphes +pigraphie +piiez +piions +pila +pilai +pilaient +pilais +pilait +pilant +pilas +pilasse +pilassent +pilasses +pilassiez +pilassions +pilation +pilations +pilatoire +pilatoires +pilmes +pilt +piltes +pile +pilent +pilepsie +pileptiforme +pileptiformes +pileptique +pileptiques +piler +pilera +pilerai +pileraient +pilerais +pilerait +pileras +pilerez +pileriez +pilerions +pilerons +pileront +piles +pilez +pil +pile +piles +pils +pilrent +piliez +pilions +pilogua +piloguai +piloguaient +piloguais +piloguait +piloguant +piloguas +piloguasse +piloguassent +piloguasses +piloguassiez +piloguassions +pilogumes +pilogut +pilogutes +pilogue +piloguent +piloguer +piloguera +piloguerai +pilogueraient +piloguerais +piloguerait +pilogueras +piloguerez +pilogueriez +piloguerions +piloguerons +pilogueront +pilogues +piloguez +pilogu +pilogue +pilogues +pilogus +pilogurent +piloguiez +piloguions +piloguons +pilons +pinard +pinards +pine +pines +pinette +pinettes +pineuse +pineuses +pineux +pingla +pinglai +pinglaient +pinglais +pinglait +pinglant +pinglas +pinglasse +pinglassent +pinglasses +pinglassiez +pinglassions +pinglmes +pinglt +pingltes +pingle +pinglent +pingler +pinglera +pinglerai +pingleraient +pinglerais +pinglerait +pingleras +pinglerez +pingleriez +pinglerions +pinglerons +pingleront +pingles +pinglez +pingl +pingle +pingles +pingls +pinglrent +pingliez +pinglions +pinglons +pinire +pinoche +pinoches +pions +piphanie +piphyse +piphyses +pique +piques +pis +piscopal +piscopale +piscopat +piscopats +piscopaux +pisode +pisodes +pisodique +pisodiques +pissa +pissai +pissaient +pissais +pissait +pissant +pissas +pissasse +pissassent +pissasses +pissassiez +pissassions +pissmes +pisst +pisstes +pisse +pissent +pisser +pissera +pisserai +pisseraieot +pisserais +pisserait +pisseras +pisserez +pisseriez +pisserions +pisserons +pisseront +pisses +pissez +piss +pisse +pisses +pisss +pissrent +pissiez +pissions +pissons +pissure +pissures +pistolaire +pistolaires +pitaphe +pitaphes +pithalame +pithalames +pithlial +pithliale +pithliales +pithliaux +pithlium +pithliums +pithte +pithtes +pitoge +pitoges +pizootie +ptre +ptres +plor +plore +plores +plors +plucha +pluchage +pluchages +pluchai +pluchaient +pluchais +pluchait +pluchant +pluchas +pluchasse +pluchassent +pluchasses +pluchassiez +pluchassions +pluchmes +plucht +pluchtes +pluche +pluchent +plucher +pluchera +plucherai +plucheraient +plucherais +plucherait +plucheras +plucherez +plucheriez +plucherions +plucherons +plucheront +pluches +pluchez +pluch +pluche +pluches +pluchs +pluchrent +pluchiez +pluchions +pluchons +pluchure +pluchures +pointa +pointai +pointaient +pointais +pointait +pointant +pointas +pointasse +pointassent +pointasses +pointassiez +pointassions +pointmes +pointt +pointtes +pointe +pointent +pointer +pointera +pointerai +pointeraient +pointerais +pointerait +pointeras +pointerez +pointeriez +pointerions +pointerons +pointeront +pointes +pointez +point +pointe +pointes +points +pointrent +pointiez +pointions +pointons +ponge +pongea +pongeai +pongeaient +pongeais +pongeait +pongeant +pongeas +pongeasse +pongeassent +pongeasses +pongeassiez +pongeassions +pongemes +ponget +pongetes +pongent +pongeons +ponger +pongera +pongerai +pongeraient +pongerais +pongerait +pongeras +pongerez +pongeriez +pongerions +pongerons +pongeront +ponges +pongez +pong +ponge +ponges +pongs +pongrent +pongiez +pongions +ponyme +ponymes +pope +popes +poque +poques +pouilla +pouillai +pouillaient +pouillais +pouillait +pouillant +pouillas +pouillasse +pouillassent +pouillasses +pouillassiez +pouillassions +pouillmes +pouillt +pouilltes +pouille +pouillent +pouiller +pouillera +pouillerai +pouilleraient +pouillerais +pouillerait +pouilleras +pouillerez +pouilleriez +pouillerions +pouillerons +pouilleront +pouilles +pouillez +pouill +pouille +pouilles +pouills +pouillrent +pouilliez +pouillions +pouillons +poumona +poumonai +poumonaient +poumonais +poumonait +poumonant +poumonas +poumonasse +poumonassent +poumonasses +poumonassiez +poumonassions +poumonmes +poumont +poumontes +poumone +poumonent +poumoner +poumonera +poumonerai +poumoneraient +poumonerais +poumonerait +poumoneras +poumonerez +poumoneriez +poumonerions +poumonerons +poumoneront +poumones +poumonez +poumon +poumone +poumones +poumons +poumonrent +poumoniez +poumonions +poumonons +pousa +pousai +pousaient +pousais +pousait +pousant +pousas +pousasse +pousassent +pousasses +pousassiez +pousassions +pousmes +poust +poustes +pouse +pousent +pouser +pousera +pouserai +pouseraient +pouserais +pouserait +pouseras +pouserez +pouseriez +pouserions +pouserons +pouseront +pouses +pousez +pous +pouse +pouses +pouss +pousrent +pousiez +pousions +pousons +pousseta +poussetage +poussetages +poussetai +poussetaient +poussetais +poussetait +poussetant +poussetasse +poussetassent +poussetasses +poussetassiez +poussetassions +poussetmes +poussett +poussettes +pousseter +poussetez +pousset +poussete +poussetes +poussets +poussetrent +poussetiez +poussetions +poussetons +poussette +poussettent +poussettera +poussetterai +poussetteraient +poussetterais +poussetterait +poussetteras +poussetterez +poussetteriez +poussetterions +poussetterons +poussetteront +poussettes +poustoufla +poustouflai +poustouflaient +poustouflais +poustouflait +poustouflant +poustouflante +poustouflantes +poustouflants +poustouflas +poustouflasse +poustouflassent +poustouflasses +poustouflassiez +poustouflassions +poustouflmes +poustouflt +poustoufltes +poustoufle +poustouflent +poustoufler +poustouflera +poustouflerai +poustoufleraient +poustouflerais +poustouflerait +poustoufleras +poustouflerez +poustoufleriez +poustouflerions +poustouflerons +poustoufleront +poustoufles +poustouflez +poustoufl +poustoufle +poustoufles +poustoufls +poustouflrent +poustoufliez +poustouflions +poustouflons +pouvanta +pouvantable +pouvantablement +pouvantables +pouvantai +pouvantaient +pouvantail +pouvantails +pouvantais +pouvantait +pouvantant +pouvantante +pouvantantes +pouvantas +pouvantasse +pouvantassent +pouvantasses +pouvantassiez +pouvantassions +pouvantmes +pouvantt +pouvanttes +pouvante +pouvantent +pouvanter +pouvantera +pouvanterai +pouvanteraient +pouvanterais +pouvanterait +pouvanteras +pouvanterez +pouvanteriez +pouvanterions +pouvanterons +pouvanteront +pouvantes +pouvantez +pouvant +pouvante +pouvantes +pouvants +pouvantrent +pouvantiez +pouvantions +pouvantons +poux +pre nions +prenaient +prenais +prenait +prenant +prend +prendra +prendrai +prendraient +prendrais +prendrait +prendras +prendre +prendrez +prendriez +prendrions +prendrons +prendront +prends +prenez +preniez +prenne +prennent +prennes +prenons +preuve +preuves +prirent +pris +prise +prises +prisse +prissent +prisses +prissiez +prissions +prit +prmes +prt +prtes +prouva +prouvai +prouvaient +prouvais +prouvait +prouvant +prouvante +prouvas +prouvasse +prouvassent +prouvasses +prouvassiez +prouvassions +prouvmes +prouvt +prouvtes +prouve +prouvent +prouver +prouvera +prouverai +prouveraient +prouverais +prouverait +prouveras +prouverez +prouveriez +prouverions +prouverons +prouveront +prouves +prouvez +prouv +prouve +prouves +prouvs +prouvrent +prouviez +prouvions +prouvons +puisa +puisai +puisaient +puisais +puisait +puisant +puisante +puisantes +puisants +puisas +puisasse +puisassent +puisasses +puisassiez +puisassions +puismes +puist +puistes +puise +puisement +puisements +puisent +puiser +puisera +puiserai +puiseraient +puiserais +puiserait +puiseras +puiserez +puiseriez +puiserions +puiserons +puiseront +puises +puisette +puisettes +puisez +puis +puise +puises +puiss +puisrent +puisiez +puisions +puisons +pura +purai +puraient +purais +purait +purant +puras +purasse +purassent +purasses +purassiez +purassions +puration +purations +purmes +purt +purtes +pure +purent +purer +purera +purerai +pureraient +purerais +purerait +pureras +purerez +pureriez +purerions +purerons +pureront +pures +purez +pur +pure +pures +purs +purrent +puriez +purions +purons +quarri +quarrie +quarries +quarrir +quarrira +quarrirai +quarriraient +quarrirais +quarrirait +quarriras +quarrirent +quarrirez +quarririez +quarririons +quarrirons +quarriront +quarris +quarrissage +quarrissages +quarrissaient +quarrissais +quarrissait +quarrissant +quarrisse +quarrissent +quarrisses +quarrisseur +quarrisseurs +quarrissiez +quarrissions +quarrissoir +quarrissoirs +quarrissons +quarrit +quarrmes +quarrt +quarrtes +quateur +quation +quations +quatorial +quatoriale +quatoriales +quatoriaux +querre +querres +questre +questres +quids +quidistance +quidistances +quidistant +quidistante +quidistantes +quidistants +quilatral +quilatrale +quilatrales +quilatraux +quilibra +quilibrai +quilibraient +quilibrais +quilibrait +quilibrant +quilibras +quilibrasse +quilibrassent +quilibrasses +quilibrassiez +quilibrassions +quilibrmes +quilibrt +quilibrtes +quilibre +quilibrent +quilibrer +quilibrera +quilibrerai +quilibreraient +quilibrerais +quilibrerait +quilibreras +quilibrerez +quilibreriez +quilibrerions +quilibrerons +quilibreront +quilibres +quilibrez +quilibr +quilibre +quilibres +quilibrs +quilibrrent +quilibriez +quilibrions +quilibriste +quilibristes +quilibrons +quille +quilles +quinoxe +quinoxes +quinoxial +quinoxiale +quinoxiales +quinoxiaux +quipa +quipage +quipages +quipai +quipaient +quipais +quipait +quipant +quipas +quipasse +quipassent +quipasses +quipassiez +quipassions +quipmes +quipt +quiptes +quipe +quipement +quipements +quipent +quiper +quipera +quiperai +quiperaient +quiperais +quiperait +quiperas +quiperez +quiperiez +quiperions +quiperons +quiperont +quipes +quipez +quip +quipe +quipes +quips +quiprent +quipier +quipiers +quipiez +quipire +quipires +quipions +quipons +quitable +quitablement +quitables +quitation +quit +quits +quivaille +quivaillent +quivailles +quivalaient +quivalais +quivalait +quivalant +quivalence +quivalences +quivalent +quivalente +quivalentes +quivalents +quivalez +quivaliez +quivalions +quivaloir +quivalons +quivalu +quivalue +quivalues +quivalurent +quivalus +quivalusse +quivalussent +quivalusses +quivalussiez +quivalussions +quivalut +quivalmes +quivalt +quivaltes +quivaudra +quivaudrai +quivaudraient +quivaudrais +quivaudrait +quivaudras +quivaudrez +quivaudriez +quivaudrions +quivaudrons +quivaudront +quivaut +quivaux +quivoqua +quivoquai +quivoquaient +quivoquais +quivoquait +quivoquant +quivoquas +quivoquasse +quivoquassent +quivoquasses +quivoquassiez +quivoquassions +quivoqumes +quivoqut +quivoqutes +quivoque +quivoquent +quivoquer +quivoquera +quivoquerai +quivoqueraient +quivoquerais +quivoquerait +quivoqueras +quivoquerez +quivoqueriez +quivoquerions +quivoquerons +quivoqueront +quivoques +quivoquez +quivoqu +quivoque +quivoques +quivoqus +quivoqurent +quivoquiez +quivoquions +quivoquons +rable +rables +rafla +raflai +raflaient +raflais +raflait +raflant +raflas +raflasse +raflassent +raflasses +raflassiez +raflassions +raflmes +raflt +rafltes +rafle +raflent +rafler +raflera +raflerai +rafleraient +raflerais +raflerait +rafleras +raflerez +rafleriez +raflerions +raflerons +rafleront +rafles +raflez +rafl +rafle +rafles +rafls +raflrent +rafliez +raflions +raflons +raflure +raflures +raill +raille +railles +raills +rectile +rectiles +rection +rections +reinta +reintai +reintaient +reintais +reintait +reintant +reintante +reintantes +reintants +reintas +reintasse +reintassent +reintasses +reintassiez +reintassions +reintmes +reintt +reinttes +reinte +reintement +reintements +reintent +reinter +reintera +reinterai +reinteraient +reinterais +reinterait +reinteras +reinterez +reinteriez +reinterions +reinterons +reinteront +reintes +reintez +reint +reinte +reintes +reints +reintrent +reintiez +reintions +reintons +rsiple +rsiples +rthisme +rthismes +rige +rigea +rigeai +rigeaient +rigeais +rigeait +rigeant +rigeas +rigeasse +rigeassent +rigeasses +rigeassiez +rigeassions +rigemes +riget +rigetes +rigent +rigeons +riger +rigera +rigerai +rigeraient +rigerais +rigerait +rigeras +rigerez +rigeriez +rigerions +rigerons +rigeront +riges +rigez +rig +rige +riges +rigs +rigrent +rigiez +rigions +roda +rodai +rodaient +rodais +rodait +rodant +rodas +rodasse +rodassent +rodasses +rodassiez +rodassions +rodmes +rodt +rodtes +rode +rodent +roder +rodera +roderai +roderaient +roderais +roderait +roderas +roderez +roderiez +roderions +roderons +roderont +rodes +rodez +rod +rode +rodes +rods +rodrent +rodiez +rodions +rodons +rosif +rosifs +rosion +rosions +rosive +rosives +rotique +rotiques +rotisme +rubescent +rubescente +rubescentes +rubescents +ructa +ructai +ructaient +ructais +ructait +ructant +ructas +ructasse +ructassent +ructasses +ructassiez +ructassions +ructation +ructations +ructmes +ructt +ructtes +ructe +ructent +ructer +ructera +ructerai +ructeraient +ructerais +ructerait +ructeras +ructerez +ructeriez +ructerions +ructerons +ructeront +ructes +ructez +ruct +ructe +ructes +ructs +ructrent +ructiez +ructions +ructons +rudit +rudite +rudites +rudition +rudits +ruptif +ruptifs +ruption +ruptions +ruptive +ruptives +rysiple +rysiples +sotrique +sotriques +table +tables +tabli +tablie +tablies +tablir +tablira +tablirai +tabliraient +tablirais +tablirait +tabliras +tablirent +tablirez +tabliriez +tablirions +tablirons +tablis +tablissaient +tablissais +tablissait +tablissant +tablisse +tablissement +tablissements +tablissent +tablisses +tablissez +tablissiez +tablissions +tablissons +tablit +tablmes +tablt +tabltes +tage +tagea +tageai +tageaient +tageais +tageait +tageant +tageas +tageasse +tageassent +tageasses +tageassiez +tageassions +tagemes +taget +tagetes +tagement +tagements +tagent +tageons +tager +tagera +tagerai +tageraient +tagerais +tagerait +tageras +tagerez +tageriez +tagerions +tagerons +tageront +tages +tag +tage +tages +tags +tagre +tagrent +tagres +tagiez +tagions +tai +taie +taient +taiera +taierai +taieraient +taierais +taierait +taieras +taierez +taieriez +taierions +taierons +taieront +taies +tain +tais +tait +tal +tala +talage +talages +talagiste +talagistes +talai +talaient +talais +talait +talant +talas +talasse +talassent +talasses +talassiez +talassions +talmes +talt +taltes +tale +talement +talements +talent +taler +talera +talerai +taleraient +talerais +talerait +taleras +talerez +taleriez +talerions +talerons +taleront +tales +talez +tal +tale +tales +tals +talrent +taliez +talions +talon +talonna +talonnage +talonnages +talonnai +talonnaient +talonnais +talonnait +talonnant +talonnas +talonnasse +talonnassent +talonnasses +talonnassiez +talonnassions +talonnmes +talonnt +talonntes +talonne +talonnement +talonnements +talonnent +talonner +talonnera +talonnerai +talonneraient +talonnerais +talonnerait +talonneras +talonnerez +talonneriez +talonnerions +talonnerons +talonneront +talonnes +talonnez +talonn +talonne +talonnes +talonns +talonnrent +talonniez +talonnions +talonnons +talons +tals +tama +tamage +tamages +tamai +tamaient +tamais +tamait +tamant +tamas +tamasse +tamassent +tamasses +tamassiez +tamassions +tammes +tamt +tamtes +tambot +tambots +tame +tament +tamer +tamera +tamerai +tameraient +tamerais +tamerait +tameras +tamerez +tameriez +tamerions +tamerons +tameront +tames +tameur +tameurs +tamez +tam +tame +tames +tams +tamrent +tamiez +tamine +tamines +tamions +tamons +tancha +tanchai +tanchaient +tanchais +tanchait +tanchant +tanchas +tanchasse +tanchassent +tanchasses +tanchassiez +tanchassions +tanchmes +tancht +tanchtes +tanche +tanchement +tanchements +tanchent +tancher +tanchera +tancherai +tancheraient +tancherais +tancherait +tancheras +tancherez +tancheriez +tancherions +tancherons +tancheront +tanches +tanchez +tanch +tanche +tanches +tanchit +tanchits +tanchs +tanchrent +tanchiez +tanchions +tanchons +tang +tangs +tant +tape +tapes +tat +tatique +tatiques +tatisa +tatisai +tatisaient +tatisais +tatisait +tatisant +tatisas +tatisasse +tatisassent +tatisasses +tatisassiez +tatisassions +tatisation +tatisations +tatismes +tatist +tatistes +tatise +tatisent +tatiser +tatisera +tatiserai +tatiseraient +tatiserais +tatiserait +tatiseras +tatiserez +tatiseriez +tatiserions +tatiserons +tatiseront +tatises +tatisez +tatis +tatise +tatises +tatiss +tatisrent +tatisiez +tatisions +tatisme +tatisons +tatiste +tatistes +tats +tau +taux +taya +tayai +tayaient +tayais +tayait +tayant +tayas +tayasse +tayassent +tayasses +tayassiez +tayassions +taymes +tayt +taytes +taye +tayent +tayer +tayera +tayerai +tayeraient +tayerais +tayerait +tayeras +tayerez +tayeriez +tayerions +tayerons +tayeront +tayes +tayez +tay +taye +tayes +tays +tayrent +tayiez +tayions +tayons +teigant +teignaient +teignais +teignait +teignant +teigne +teignent +teignes +teignez +teigniez +teignions +teignirent +teignis +teignisse +teignissent +teignisses +teignissiez +teignissions +teignit +teignmes +teignt +teigntes +teignoir +teignoirs +teignons +teindra +teindrai +teindraient +teindrais +teindrait +teindras +teindre +teindrez +teindriez +teindrions +teindrons +teindront +teinds +teins +teint +teinte +teintes +teints +tend +tendaient +tendais +tendait +tendant +tendard +tendards +tende +tendent +tendes +tendez +tendiez +tendions +tendirent +tendis +tendisse +tendissent +tendisses +tendissiez +tendissions +tendit +tendmes +tendt +tendtes +tendons +tendra +tendrai +tendraient +tendrais +tendrait +tendras +tendre +tendrez +tendriez +tendrions +tendrons +tendront +tends +tendu +tendue +tendues +tendus +ternel +ternelle +ternellement +ternelles +ternels +ternisa +ternisai +ternisaient +ternisais +ternisait +ternisant +ternisas +ternisasse +ternisassent +ternisasses +ternisassiez +ternisassions +ternismes +ternist +ternistes +ternise +ternisent +terniser +ternisera +terniserai +terniseraient +terniserais +terniserait +terniseras +terniserez +terniseriez +terniserions +terniserons +terniseront +ternises +ternisez +ternis +ternise +ternises +terniss +ternisrent +ternisiez +ternisions +ternisons +ternit +ternits +ternua +ternuai +ternuaient +ternuais +ternuait +ternuant +ternuas +ternuasse +ternuassent +ternuasses +ternuassiez +ternuassions +ternumes +ternut +ternutes +ternue +ternuement +ternuements +ternuent +ternuer +ternuera +ternuerai +ternueraient +ternuerais +ternuerait +ternueras +ternuerez +ternueriez +ternuerions +ternuerons +ternueront +ternues +ternuez +ternu +ternue +ternues +ternus +ternurent +ternuiez +ternuions +ternuons +t +te +tes +ts +tta +ttai +ttaient +ttais +ttait +ttant +ttas +ttasse +ttassent +ttasses +ttassiez +ttassions +ttmes +ttt +tttes +tte +ttent +tter +ttera +tterai +tteraient +tterais +tterait +tteras +tterez +tteriez +tterions +tterons +tteront +ttes +ttez +tt +tte +ttes +tts +ttrent +ttiez +ttions +ttons +ther +thr +thre +thres +thrs +thromane +thromanes +thique +thiques +thylne +thylique +thyliques +tiage +tiages +tiez +tincela +tincelai +tincelaient +tincelais +tincelait +tincelant +tincelas +tincelasse +tincelassent +tincelasses +tincelassiez +tincelassions +tincelmes +tinceler +tincelez +tincel +tincele +tinceles +tincels +tincelrent +tinceliez +tincelions +tincelle +tincellement +tincellements +tincellent +tincellera +tincellerai +tincelleraient +tincellerais +tincellerait +tincelleras +tincellerez +tincelleriez +tincellerions +tincellerons +tincelleront +tincelles +tincelons +tiola +tiolai +tiolaient +tiolais +tiolait +tiolant +tiolas +tiolasse +tiolassent +tiolasses +tiolassiez +tiolassions +tiolmes +tiolt +tioltes +tiole +tiolement +tiolements +tiolent +tioler +tiolera +tiolerai +tioleraient +tiolerais +tiolerait +tioleras +tiolerez +tioleriez +tiolerions +tiolerons +tioleront +tioles +tiolez +tiol +tiole +tioles +tiols +tiolrent +tioliez +tiolions +tiologie +tiologique +tiologiques +tiolons +tions +tique +tiques +tiqueta +tiquetage +tiquetages +tiquetai +tiquetaient +tiquetais +tiquetait +tiquetant +tiquetas +tiquetasse +tiquetassent +tiquetasses +tiquetassiez +tiquetassions +tiquetmes +tiquett +tiquettes +tiqueter +tiquetez +tiquet +tiquete +tiquetes +tiquets +tiquetrent +tiquetiez +tiquetions +tiquetons +tiquette +tiquettent +tiquettera +tiquetterai +tiquetteraient +tiquetterais +tiquetterait +tiquetteras +tiquetterez +tiquetteriez +tiquetterions +tiquetterons +tiquetteront +tiquettes +tira +tirage +tirages +tirai +tiraient +tirais +tirait +tirant +tiras +tirasse +tirassent +tirasses +tirassiez +tirassions +tirmes +tirt +tirtes +tire +tirent +tirer +tirera +tirerai +tireraient +tirerais +tirerait +tireras +tirerez +tireriez +tirerions +tirerons +tireront +tires +tirez +tir +tire +tires +tirs +tirrent +tiriez +tirions +tirons +toffa +toffai +toffaient +toffais +toffait +toffant +toffas +toffasse +toffassent +toffasses +toffassiez +toffassions +toffmes +tofft +tofftes +toffe +toffent +toffer +toffera +tofferai +tofferaient +tofferais +tofferait +tofferas +tofferez +tofferiez +tofferions +tofferons +tofferont +toffes +toffez +toff +toffe +toffes +toffs +toffrent +toffiez +toffions +toffons +toila +toilai +toilaient +toilais +toilait +toilant +toilas +toilasse +toilassent +toilasses +toilassiez +toilassions +toilmes +toilt +toiltes +toile +toilent +toiler +toilera +toilerai +toileraient +toilerais +toilerait +toileras +toilerez +toileriez +toilerions +toilerons +toileront +toiles +toilez +toil +toile +toiles +toils +toilrent +toiliez +toilions +toilons +tole +toles +tonna +tonnai +tonnaient +tonnais +tonnait +tonnamment +tonnant +tonnante +tonnantes +tonnants +tonnas +tonnasse +tonnassent +tonnasses +tonnassiez +tonnassions +tonnmes +tonnt +tonntes +tonne +tonnement +tonnements +tonnent +tonner +tonnera +tonnerai +tonneraient +tonnerais +tonnerait +tonneras +tonnerez +tonneriez +tonnerions +tonnerons +tonneront +tonnes +tonnez +tonn +tonne +tonnes +tonns +tonnrent +tonniez +tonnions +tonnons +touffa +touffai +touffaient +touffais +touffait +touffant +touffante +touffas +touffasse +touffassent +touffasses +touffassiez +touffassions +touffmes +toufft +toufftes +touffe +touffement +touffements +touffent +touffer +touffera +toufferai +toufferaient +toufferais +toufferait +toufferas +toufferez +toufferiez +toufferions +toufferons +toufferont +touffes +touffez +touff +touffe +touffes +touffs +touffrent +touffiez +touffions +touffoir +touffoirs +touffons +toupe +toupes +toupille +toupilles +tourderie +tourderies +tourdi +tourdie +tourdies +tourdiment +tourdir +tourdira +tourdirai +tourdiraient +tourdirais +tourdirait +tourdiras +tourdirent +tourdirez +tourdiriez +tourdirions +tourdirons +tourdiront +tourdis +tourdissaient +tourdissais +tourdissait +tourdissant +tourdisse +tourdissement +tourdissements +tourdissent +tourdisses +tourdissiez +tourdissions +tourdissons +tourdit +tourdmes +tourdt +tourdtes +tourneau +tourneaux +trange +trangement +tranger +trangers +tranges +tranget +trangets +trangre +trangres +trangla +tranglai +tranglaient +tranglais +tranglait +tranglant +tranglas +tranglasse +tranglassent +tranglasses +tranglassiez +tranglassions +tranglmes +tranglt +trangltes +trangle +tranglement +tranglements +tranglent +trangler +tranglera +tranglerai +trangleraient +tranglerais +tranglerait +trangleras +tranglerez +trangleriez +tranglerions +tranglerons +trangleront +trangles +trangleur +trangleurs +trangleuse +trangleuses +tranglez +trangl +trangle +trangles +trangls +tranglrent +trangliez +tranglions +tranglons +trave +traves +treignaient +treignais +treignait +treignant +treigne +treignent +treignes +treignez +treigniez +treignions +treignirent +treignis +treignisse +treignissent +treignisses +treignissiez +treignissions +treignit +treignmes +treignt +treigntes +treignons +treindra +treindrai +treindraient +treindrais +treindrait +treindras +treindre +treindrez +treindriez +treindrions +treindrons +treindront +treinds +treint +treinte +treintes +treints +trenna +trennai +trennaient +trennais +trennait +trennant +trennas +trennasse +trennassent +trennasses +trennassiez +trennassions +trennmes +trennt +trenntes +trenne +trennent +trenner +trennera +trennerai +trenneraient +trennerais +trennerait +trenneras +trennerez +trenneriez +trennerions +trennerons +trenneront +trennes +trennez +trenn +trenne +trennes +trenns +trennrent +trenniez +trennions +trennons +trier +triers +trilla +trillai +trillaient +trillais +trillait +trillant +trillas +trillasse +trillassent +trillasses +trillassiez +trillassions +trillmes +trillt +trilltes +trille +trillent +triller +trillera +trillerai +trilleraient +trillerais +trillerait +trilleras +trillerez +trilleriez +trillerions +trillerons +trilleront +trilles +trillez +trill +trille +trilles +trills +trillrent +trilliez +trillions +trillons +tripa +tripai +tripaient +tripais +tripait +tripant +tripas +tripasse +tripassent +tripasses +tripassiez +tripassions +tripmes +tript +triptes +tripe +tripent +triper +tripera +triperai +triperaient +triperais +triperait +triperas +triperez +triperiez +triperions +triperons +triperont +tripes +tripez +trip +tripe +tripes +trips +triprent +tripiez +tripions +tripons +triqu +trique +triques +triqus +trivire +trivires +troit +troite +troitement +troites +troitesse +troitesses +troits +trurie +trusque +trusques +tude +tudes +tudia +tudiai +tudiaient +tudiais +tudiait +tudiant +tudiante +tudiantes +tudiants +tudias +tudiasse +tudiassent +tudiasses +tudiassiez +tudiassions +tudimes +tudit +tudites +tudie +tudient +tudier +tudiera +tudierai +tudieraient +tudierais +tudierait +tudieras +tudierez +tudieriez +tudierions +tudierons +tudieront +tudies +tudiez +tudi +tudie +tudies +tudis +tudirent +tudiiez +tudiions +tudions +tui +tuis +tuva +tuvai +tuvaient +tuvais +tuvait +tuvant +tuvas +tuvasse +tuvassent +tuvasses +tuvassiez +tuvassions +tuvmes +tuvt +tuvtes +tuve +tuvent +tuver +tuvera +tuverai +tuveraient +tuverais +tuverait +tuveras +tuverez +tuveriez +tuverions +tuverons +tuveront +tuves +tuvez +tuv +tuve +tuves +tuvs +tuvrent +tuviez +tuvions +tuvons +tymologie +tymologies +tymologique +tymologiquement +tymologiques +tymologiste +tymologistes +vacua +vacuai +vacuaient +vacuais +vacuait +vacuant +vacuas +vacuasse +vacuassent +vacuasses +vacuassiez +vacuassions +vacuation +vacuations +vacumes +vacut +vacutes +vacue +vacuent +vacuer +vacuera +vacuerai +vacueraient +vacuerais +vacuerait +vacueras +vacuerez +vacueriez +vacuerions +vacuerons +vacueront +vacues +vacuez +vacu +vacue +vacues +vacus +vacurent +vacuiez +vacuions +vacuons +vada +vadai +vadaient +vadais +vadait +vadant +vadas +vadasse +vadassent +vadasses +vadassiez +vadassions +vadmes +vadt +vadtes +vade +vadent +vader +vadera +vaderai +vaderaient +vaderais +vaderait +vaderas +vaderez +vaderiez +vaderions +vaderons +vaderont +vades +vadez +vad +vade +vades +vads +vadrent +vadiez +vadions +vadons +valua +valuai +valuaient +valuais +valuait +valuant +valuas +valuasse +valuassent +valuasses +valuassiez +valuassions +valuation +valuations +valumes +valut +valutes +value +valuent +valuer +valuera +valuerai +valueraient +valuerais +valuerait +valueras +valuerez +valueriez +valuerions +valuerons +valueront +values +valuez +valu +value +values +valus +valurent +valuiez +valuions +valuons +vanglique +vangliquement +vangliques +vanglisa +vanglisai +vanglisaient +vanglisais +vanglisait +vanglisant +vanglisas +vanglisasse +vanglisassent +vanglisasses +vanglisassiez +vanglisassions +vanglisateur +vanglisateurs +vanglisation +vanglisations +vanglisatrice +vanglisatrices +vanglismes +vanglist +vanglistes +vanglise +vanglisent +vangliser +vanglisera +vangliserai +vangliseraient +vangliserais +vangliserait +vangliseras +vangliserez +vangliseriez +vangliserions +vangliserons +vangliseront +vanglises +vanglisez +vanglis +vanglise +vanglises +vangliss +vanglisrent +vanglisiez +vanglisions +vanglisons +vangliste +vanglistes +vangile +vangiles +vanoui +vanouie +vanouies +vanouir +vanouira +vanouirai +vanouiraient +vanouirais +vanouirait +vanouiras +vanouirent +vanouirez +vanouiriez +vanouirions +vanouirons +vanouiront +vanouis +vanouissaient +vanouissais +vanouissait +vanouissant +vanouisse +vanouissement +vanouissements +vanouissent +vanouisses +vanouissiez +vanouissions +vanouissons +vanouit +vanoumes +vanout +vanoutes +vapora +vaporai +vaporaient +vaporais +vaporait +vaporant +vaporas +vaporasse +vaporassent +vaporasses +vaporassiez +vaporassions +vaporation +vaporations +vapormes +vaport +vaportes +vapore +vaporent +vaporer +vaporera +vaporerai +vaporeraient +vaporerais +vaporerait +vaporeras +vaporerez +vaporeriez +vaporerions +vaporerons +vaporeront +vapores +vaporez +vapor +vapore +vapores +vapors +vaporrent +vaporiez +vaporions +vaporons +vasa +vasai +vasaient +vasais +vasait +vasant +vasas +vasasse +vasassent +vasasses +vasassiez +vasassions +vasmes +vast +vastes +vase +vasement +vasements +vasent +vaser +vasera +vaserai +vaseraient +vaserais +vaserait +vaseras +vaserez +vaseriez +vaserions +vaserons +vaseront +vases +vasez +vas +vase +vases +vass +vasrent +vasiez +vasif +vasifs +vasion +vasions +vasive +vasivement +vasives +vasons +veil +veilla +veillai +veillaient +veillais +veillait +veillant +veillas +veillasse +veillassent +veillasses +veillassiez +veillassions +veillmes +veillt +veilltes +veille +veillent +veiller +veillera +veillerai +veilleraient +veillerais +veillerait +veilleras +veillerez +veilleriez +veillerions +veillerons +veilleront +veilles +veillez +veill +veille +veilles +veills +veillrent +veilliez +veillions +veillons +veils +vent +venta +ventai +ventaient +ventail +ventails +ventaire +ventaires +ventais +ventait +ventant +ventas +ventasse +ventassent +ventasses +ventassiez +ventassions +ventmes +ventt +venttes +vente +ventent +venter +ventera +venterai +venteraient +venterais +venterait +venteras +venterez +venteriez +venterions +venterons +venteront +ventes +ventez +vent +vente +ventes +vents +ventrent +ventiez +ventions +ventons +ventra +ventrai +ventraient +ventrais +ventrait +ventrant +ventras +ventrasse +ventrassent +ventrasses +ventrassiez +ventrassions +ventration +ventrations +ventrmes +ventrt +ventrtes +ventre +ventrent +ventrer +ventrera +ventrerai +ventreraient +ventrerais +ventrerait +ventreras +ventrerez +ventreriez +ventrerions +ventrerons +ventreront +ventres +ventrez +ventr +ventre +ventres +ventrs +ventrrent +ventriez +ventrions +ventrons +vents +ventualit +ventualits +ventuel +ventuelle +ventuellement +ventuelles +ventuels +vertua +vertuai +vertuaient +vertuais +vertuait +vertuant +vertuas +vertuasse +vertuassent +vertuasses +vertuassiez +vertuassions +vertumes +vertut +vertutes +vertue +vertuent +vertuer +vertuera +vertuerai +vertueraient +vertuerais +vertuerait +vertueras +vertuerez +vertueriez +vertuerions +vertuerons +vertueront +vertues +vertuez +vertu +vertue +vertues +vertus +verturent +vertuiez +vertuions +vertuons +vnement +vnements +vch +vchs +vque +vques +viction +victions +vida +vidai +vidaient +vidais +vidait +vidant +vidas +vidasse +vidassent +vidasses +vidassiez +vidassions +vidmes +vidt +vidtes +vide +videment nom +videments +videmment +vidence +vidences +vident +vidente +videntes +vidents +vider +videra +viderai +videraient +viderais +viderait +videras +viderez +videriez +viderions +viderons +videront +vides +videz +vid +vide +vides +vids +vidrent +vidiez +vidions +vidons +vier +viers +vince +vincement +vincements +vincent +vincer +vincera +vincerai +vinceraient +vincerais +vincerait +vinceras +vincerez +vinceriez +vincerions +vincerons +vinceront +vinces +vincez +vinc +vince +vinces +vincs +vincrent +vinciez +vincions +vina +vinai +vinaient +vinais +vinait +vinant +vinas +vinasse +vinassent +vinasses +vinassiez +vinassions +vinmes +vint +vintes +vinons +vita +vitai +vitaient +vitais +vitait +vitant +vitas +vitasse +vitassent +vitasses +vitassiez +vitassions +vitmes +vitt +vittes +vite +vitent +viter +vitera +viterai +viteraient +viterais +viterait +viteras +viterez +viteriez +viterions +viterons +viteront +vites +vitez +vit +vite +vites +vits +vitrent +vitiez +vitions +vitons +vocateur +vocateurs +vocation +vocations +vocatoire +vocatoires +vocatrice +vocatrices +volua +voluai +voluaient +voluais +voluait +voluant +voluas +voluasse +voluassent +voluasses +voluassiez +voluassions +volumes +volut +volutes +volue +voluent +voluer +voluera +voluerai +volueraient +voluerais +voluerait +volueras +voluerez +volueriez +voluerions +voluerons +volueront +volues +voluez +volu +volue +volues +volus +volurent +voluiez +voluions +voluons +volutif +volutifs +volution +volutionnisme +volutionniste +volutionnistes +volutions +volutive +volutives +voqua +voquai +voquaient +voquais +voquait +voquant +voquas +voquasse +voquassent +voquasses +voquassiez +voquassions +voqumes +voqut +voqutes +voque +voquent +voquer +voquera +voquerai +voqueraient +voquerais +voquerait +voqueras +voquerez +voqueriez +voquerions +voquerons +voqueront +voques +voquez +voqu +voque +voques +voqus +voqurent +voquiez +voquions +voquons + +a pronom + + + +cre +crement +cres +crt +crts +ge +ges +g +ge +ges +gs +me +mes +ne +nerie +neries +nes +nesse +nesses +nier +niers +nire +nires +non +nonna +nonnai +nonnaient +nonnais +nonnait +nonnant +nonnas +nonnasse +nonnassent +nonnasses +nonnassiez +nonnassions +nonnmes +nonnt +nonntes +nonne +nonnement +nonnements +nonnent +nonner +nonnera +nonnerai +nonneraient +nonnerais +nonnerait +nonneras +nonnerez +nonneriez +nonnerions +nonnerons +nonneront +nonnes +nonnez +nonn +nonne +nonnes +nonns +nonnrent +nonniez +nonnions +nonnons +nons +pre +prement +pres +pret +prets +tre +tres + +re +res +s +ve + +tes +tre +tres +ambe +ambes +le +les +lot +lots + +ta +tai +taient +tais +tait +tant +tas +tasse +tassent +tasses +tassiez +tassions +tmes +tt +ttes +te +tent +ter +tera +terai +teraient +terais +terait +teras +terez +teriez +terions +terons +teront +tes +tez +t +te +tes +ts +trent +tiez +tions +tons + + diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/words.README b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/words.README new file mode 100755 index 000000000..b45e25c7b --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/words.README @@ -0,0 +1 @@ +The file "words" in this folder contains a list of words from Webster's Second International Dictionary (1934). The copyright has lapsed, and this file is included in Unix and OS X (and found at /usr/share/dict/words) as a reference wordlist for various uses. It is used in the Word Anagram Project (Chapter 3) in this course. diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/words.txt b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/words.txt new file mode 100755 index 000000000..4be557ed6 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter3/words.txt @@ -0,0 +1,235886 @@ +A +a +aa +aal +aalii +aam +Aani +aardvark +aardwolf +Aaron +Aaronic +Aaronical +Aaronite +Aaronitic +Aaru +Ab +aba +Ababdeh +Ababua +abac +abaca +abacate +abacay +abacinate +abacination +abaciscus +abacist +aback +abactinal +abactinally +abaction +abactor +abaculus +abacus +Abadite +abaff +abaft +abaisance +abaiser +abaissed +abalienate +abalienation +abalone +Abama +abampere +abandon +abandonable +abandoned +abandonedly +abandonee +abandoner +abandonment +Abanic +Abantes +abaptiston +Abarambo +Abaris +abarthrosis +abarticular +abarticulation +abas +abase +abased +abasedly +abasedness +abasement +abaser +Abasgi +abash +abashed +abashedly +abashedness +abashless +abashlessly +abashment +abasia +abasic +abask +Abassin +abastardize +abatable +abate +abatement +abater +abatis +abatised +abaton +abator +abattoir +Abatua +abature +abave +abaxial +abaxile +abaze +abb +Abba +abbacomes +abbacy +Abbadide +abbas +abbasi +abbassi +Abbasside +abbatial +abbatical +abbess +abbey +abbeystede +Abbie +abbot +abbotcy +abbotnullius +abbotship +abbreviate +abbreviately +abbreviation +abbreviator +abbreviatory +abbreviature +Abby +abcoulomb +abdal +abdat +Abderian +Abderite +abdest +abdicable +abdicant +abdicate +abdication +abdicative +abdicator +Abdiel +abditive +abditory +abdomen +abdominal +Abdominales +abdominalian +abdominally +abdominoanterior +abdominocardiac +abdominocentesis +abdominocystic +abdominogenital +abdominohysterectomy +abdominohysterotomy +abdominoposterior +abdominoscope +abdominoscopy +abdominothoracic +abdominous +abdominovaginal +abdominovesical +abduce +abducens +abducent +abduct +abduction +abductor +Abe +abeam +abear +abearance +abecedarian +abecedarium +abecedary +abed +abeigh +Abel +abele +Abelia +Abelian +Abelicea +Abelite +abelite +Abelmoschus +abelmosk +Abelonian +abeltree +Abencerrages +abenteric +abepithymia +Aberdeen +aberdevine +Aberdonian +Aberia +aberrance +aberrancy +aberrant +aberrate +aberration +aberrational +aberrator +aberrometer +aberroscope +aberuncator +abet +abetment +abettal +abettor +abevacuation +abey +abeyance +abeyancy +abeyant +abfarad +abhenry +abhiseka +abhominable +abhor +abhorrence +abhorrency +abhorrent +abhorrently +abhorrer +abhorrible +abhorring +Abhorson +abidal +abidance +abide +abider +abidi +abiding +abidingly +abidingness +Abie +Abies +abietate +abietene +abietic +abietin +Abietineae +abietineous +abietinic +Abiezer +Abigail +abigail +abigailship +abigeat +abigeus +abilao +ability +abilla +abilo +abintestate +abiogenesis +abiogenesist +abiogenetic +abiogenetical +abiogenetically +abiogenist +abiogenous +abiogeny +abiological +abiologically +abiology +abiosis +abiotic +abiotrophic +abiotrophy +Abipon +abir +abirritant +abirritate +abirritation +abirritative +abiston +Abitibi +abiuret +abject +abjectedness +abjection +abjective +abjectly +abjectness +abjoint +abjudge +abjudicate +abjudication +abjunction +abjunctive +abjuration +abjuratory +abjure +abjurement +abjurer +abkar +abkari +Abkhas +Abkhasian +ablach +ablactate +ablactation +ablare +ablastemic +ablastous +ablate +ablation +ablatitious +ablatival +ablative +ablator +ablaut +ablaze +able +ableeze +ablegate +ableness +ablepharia +ablepharon +ablepharous +Ablepharus +ablepsia +ableptical +ableptically +abler +ablest +ablewhackets +ablins +abloom +ablow +ablude +abluent +ablush +ablution +ablutionary +abluvion +ably +abmho +Abnaki +abnegate +abnegation +abnegative +abnegator +Abner +abnerval +abnet +abneural +abnormal +abnormalism +abnormalist +abnormality +abnormalize +abnormally +abnormalness +abnormity +abnormous +abnumerable +Abo +aboard +Abobra +abode +abodement +abody +abohm +aboil +abolish +abolisher +abolishment +abolition +abolitionary +abolitionism +abolitionist +abolitionize +abolla +aboma +abomasum +abomasus +abominable +abominableness +abominably +abominate +abomination +abominator +abomine +Abongo +aboon +aborad +aboral +aborally +abord +aboriginal +aboriginality +aboriginally +aboriginary +aborigine +abort +aborted +aborticide +abortient +abortifacient +abortin +abortion +abortional +abortionist +abortive +abortively +abortiveness +abortus +abouchement +abound +abounder +abounding +aboundingly +about +abouts +above +aboveboard +abovedeck +aboveground +aboveproof +abovestairs +abox +abracadabra +abrachia +abradant +abrade +abrader +Abraham +Abrahamic +Abrahamidae +Abrahamite +Abrahamitic +abraid +Abram +Abramis +abranchial +abranchialism +abranchian +Abranchiata +abranchiate +abranchious +abrasax +abrase +abrash +abrasiometer +abrasion +abrasive +abrastol +abraum +abraxas +abreact +abreaction +abreast +abrenounce +abret +abrico +abridge +abridgeable +abridged +abridgedly +abridger +abridgment +abrim +abrin +abristle +abroach +abroad +Abrocoma +abrocome +abrogable +abrogate +abrogation +abrogative +abrogator +Abroma +Abronia +abrook +abrotanum +abrotine +abrupt +abruptedly +abruption +abruptly +abruptness +Abrus +Absalom +absampere +Absaroka +absarokite +abscess +abscessed +abscession +abscessroot +abscind +abscise +abscision +absciss +abscissa +abscissae +abscisse +abscission +absconce +abscond +absconded +abscondedly +abscondence +absconder +absconsa +abscoulomb +absence +absent +absentation +absentee +absenteeism +absenteeship +absenter +absently +absentment +absentmindedly +absentness +absfarad +abshenry +Absi +absinthe +absinthial +absinthian +absinthiate +absinthic +absinthin +absinthine +absinthism +absinthismic +absinthium +absinthol +absit +absmho +absohm +absolute +absolutely +absoluteness +absolution +absolutism +absolutist +absolutistic +absolutistically +absolutive +absolutization +absolutize +absolutory +absolvable +absolvatory +absolve +absolvent +absolver +absolvitor +absolvitory +absonant +absonous +absorb +absorbability +absorbable +absorbed +absorbedly +absorbedness +absorbefacient +absorbency +absorbent +absorber +absorbing +absorbingly +absorbition +absorpt +absorptance +absorptiometer +absorptiometric +absorption +absorptive +absorptively +absorptiveness +absorptivity +absquatulate +abstain +abstainer +abstainment +abstemious +abstemiously +abstemiousness +abstention +abstentionist +abstentious +absterge +abstergent +abstersion +abstersive +abstersiveness +abstinence +abstinency +abstinent +abstinential +abstinently +abstract +abstracted +abstractedly +abstractedness +abstracter +abstraction +abstractional +abstractionism +abstractionist +abstractitious +abstractive +abstractively +abstractiveness +abstractly +abstractness +abstractor +abstrahent +abstricted +abstriction +abstruse +abstrusely +abstruseness +abstrusion +abstrusity +absume +absumption +absurd +absurdity +absurdly +absurdness +absvolt +Absyrtus +abterminal +abthain +abthainrie +abthainry +abthanage +Abu +abu +abucco +abulia +abulic +abulomania +abuna +abundance +abundancy +abundant +Abundantia +abundantly +abura +aburabozu +aburban +aburst +aburton +abusable +abuse +abusedly +abusee +abuseful +abusefully +abusefulness +abuser +abusion +abusious +abusive +abusively +abusiveness +abut +Abuta +Abutilon +abutment +abuttal +abutter +abutting +abuzz +abvolt +abwab +aby +abysm +abysmal +abysmally +abyss +abyssal +Abyssinian +abyssobenthonic +abyssolith +abyssopelagic +acacatechin +acacatechol +acacetin +Acacia +Acacian +acaciin +acacin +academe +academial +academian +Academic +academic +academical +academically +academicals +academician +academicism +academism +academist +academite +academization +academize +Academus +academy +Acadia +acadialite +Acadian +Acadie +Acaena +acajou +acaleph +Acalepha +Acalephae +acalephan +acalephoid +acalycal +acalycine +acalycinous +acalyculate +Acalypha +Acalypterae +Acalyptrata +Acalyptratae +acalyptrate +Acamar +acampsia +acana +acanaceous +acanonical +acanth +acantha +Acanthaceae +acanthaceous +acanthad +Acantharia +Acanthia +acanthial +acanthin +acanthine +acanthion +acanthite +acanthocarpous +Acanthocephala +acanthocephalan +Acanthocephali +acanthocephalous +Acanthocereus +acanthocladous +Acanthodea +acanthodean +Acanthodei +Acanthodes +acanthodian +Acanthodidae +Acanthodii +Acanthodini +acanthoid +Acantholimon +acanthological +acanthology +acantholysis +acanthoma +Acanthomeridae +acanthon +Acanthopanax +Acanthophis +acanthophorous +acanthopod +acanthopodous +acanthopomatous +acanthopore +acanthopteran +Acanthopteri +acanthopterous +acanthopterygian +Acanthopterygii +acanthosis +acanthous +Acanthuridae +Acanthurus +acanthus +acapnia +acapnial +acapsular +acapu +acapulco +acara +Acarapis +acardia +acardiac +acari +acarian +acariasis +acaricidal +acaricide +acarid +Acarida +Acaridea +acaridean +acaridomatium +acariform +Acarina +acarine +acarinosis +acarocecidium +acarodermatitis +acaroid +acarol +acarologist +acarology +acarophilous +acarophobia +acarotoxic +acarpelous +acarpous +Acarus +Acastus +acatalectic +acatalepsia +acatalepsy +acataleptic +acatallactic +acatamathesia +acataphasia +acataposis +acatastasia +acatastatic +acate +acategorical +acatery +acatharsia +acatharsy +acatholic +acaudal +acaudate +acaulescent +acauline +acaulose +acaulous +acca +accede +accedence +acceder +accelerable +accelerando +accelerant +accelerate +accelerated +acceleratedly +acceleration +accelerative +accelerator +acceleratory +accelerograph +accelerometer +accend +accendibility +accendible +accension +accensor +accent +accentless +accentor +accentuable +accentual +accentuality +accentually +accentuate +accentuation +accentuator +accentus +accept +acceptability +acceptable +acceptableness +acceptably +acceptance +acceptancy +acceptant +acceptation +accepted +acceptedly +accepter +acceptilate +acceptilation +acception +acceptive +acceptor +acceptress +accerse +accersition +accersitor +access +accessarily +accessariness +accessary +accessaryship +accessibility +accessible +accessibly +accession +accessional +accessioner +accessive +accessively +accessless +accessorial +accessorily +accessoriness +accessorius +accessory +accidence +accidency +accident +accidental +accidentalism +accidentalist +accidentality +accidentally +accidentalness +accidented +accidential +accidentiality +accidently +accidia +accidie +accinge +accipient +Accipiter +accipitral +accipitrary +Accipitres +accipitrine +accismus +accite +acclaim +acclaimable +acclaimer +acclamation +acclamator +acclamatory +acclimatable +acclimatation +acclimate +acclimatement +acclimation +acclimatizable +acclimatization +acclimatize +acclimatizer +acclimature +acclinal +acclinate +acclivitous +acclivity +acclivous +accloy +accoast +accoil +accolade +accoladed +accolated +accolent +accolle +accombination +accommodable +accommodableness +accommodate +accommodately +accommodateness +accommodating +accommodatingly +accommodation +accommodational +accommodative +accommodativeness +accommodator +accompanier +accompaniment +accompanimental +accompanist +accompany +accompanyist +accompletive +accomplice +accompliceship +accomplicity +accomplish +accomplishable +accomplished +accomplisher +accomplishment +accomplisht +accompt +accord +accordable +accordance +accordancy +accordant +accordantly +accorder +according +accordingly +accordion +accordionist +accorporate +accorporation +accost +accostable +accosted +accouche +accouchement +accoucheur +accoucheuse +account +accountability +accountable +accountableness +accountably +accountancy +accountant +accountantship +accounting +accountment +accouple +accouplement +accouter +accouterment +accoy +accredit +accreditate +accreditation +accredited +accreditment +accrementitial +accrementition +accresce +accrescence +accrescent +accretal +accrete +accretion +accretionary +accretive +accroach +accroides +accrual +accrue +accruement +accruer +accubation +accubitum +accubitus +accultural +acculturate +acculturation +acculturize +accumbency +accumbent +accumber +accumulable +accumulate +accumulation +accumulativ +accumulative +accumulatively +accumulativeness +accumulator +accuracy +accurate +accurately +accurateness +accurse +accursed +accursedly +accursedness +accusable +accusably +accusal +accusant +accusation +accusatival +accusative +accusatively +accusatorial +accusatorially +accusatory +accusatrix +accuse +accused +accuser +accusingly +accusive +accustom +accustomed +accustomedly +accustomedness +ace +aceacenaphthene +aceanthrene +aceanthrenequinone +acecaffine +aceconitic +acedia +acediamine +acediast +acedy +Aceldama +Acemetae +Acemetic +acenaphthene +acenaphthenyl +acenaphthylene +acentric +acentrous +aceologic +aceology +acephal +Acephala +acephalan +Acephali +acephalia +Acephalina +acephaline +acephalism +acephalist +Acephalite +acephalocyst +acephalous +acephalus +Acer +Aceraceae +aceraceous +Acerae +Acerata +acerate +Acerates +acerathere +Aceratherium +aceratosis +acerb +Acerbas +acerbate +acerbic +acerbity +acerdol +acerin +acerose +acerous +acerra +acertannin +acervate +acervately +acervation +acervative +acervose +acervuline +acervulus +acescence +acescency +acescent +aceship +acesodyne +Acestes +acetabular +Acetabularia +acetabuliferous +acetabuliform +acetabulous +acetabulum +acetacetic +acetal +acetaldehydase +acetaldehyde +acetaldehydrase +acetalization +acetalize +acetamide +acetamidin +acetamidine +acetamido +acetaminol +acetanilid +acetanilide +acetanion +acetaniside +acetanisidide +acetannin +acetarious +acetarsone +acetate +acetated +acetation +acetbromamide +acetenyl +acethydrazide +acetic +acetification +acetifier +acetify +acetimeter +acetimetry +acetin +acetize +acetmethylanilide +acetnaphthalide +acetoacetanilide +acetoacetate +acetoacetic +acetoamidophenol +acetoarsenite +Acetobacter +acetobenzoic +acetobromanilide +acetochloral +acetocinnamene +acetoin +acetol +acetolysis +acetolytic +acetometer +acetometrical +acetometrically +acetometry +acetomorphine +acetonaphthone +acetonate +acetonation +acetone +acetonemia +acetonemic +acetonic +acetonitrile +acetonization +acetonize +acetonuria +acetonurometer +acetonyl +acetonylacetone +acetonylidene +acetophenetide +acetophenin +acetophenine +acetophenone +acetopiperone +acetopyrin +acetosalicylic +acetose +acetosity +acetosoluble +acetothienone +acetotoluide +acetotoluidine +acetous +acetoveratrone +acetoxime +acetoxyl +acetoxyphthalide +acetphenetid +acetphenetidin +acetract +acettoluide +acetum +aceturic +acetyl +acetylacetonates +acetylacetone +acetylamine +acetylate +acetylation +acetylator +acetylbenzene +acetylbenzoate +acetylbenzoic +acetylbiuret +acetylcarbazole +acetylcellulose +acetylcholine +acetylcyanide +acetylenation +acetylene +acetylenediurein +acetylenic +acetylenyl +acetylfluoride +acetylglycine +acetylhydrazine +acetylic +acetylide +acetyliodide +acetylizable +acetylization +acetylize +acetylizer +acetylmethylcarbinol +acetylperoxide +acetylphenol +acetylphenylhydrazine +acetylrosaniline +acetylsalicylate +acetylsalol +acetyltannin +acetylthymol +acetyltropeine +acetylurea +ach +Achaean +Achaemenian +Achaemenid +Achaemenidae +Achaemenidian +Achaenodon +Achaeta +achaetous +achage +Achagua +Achakzai +achalasia +Achamoth +Achango +achar +Achariaceae +Achariaceous +achate +Achates +Achatina +Achatinella +Achatinidae +ache +acheilia +acheilous +acheiria +acheirous +acheirus +Achen +achene +achenial +achenium +achenocarp +achenodium +acher +Achernar +Acheronian +Acherontic +Acherontical +achete +Achetidae +Acheulean +acheweed +achievable +achieve +achievement +achiever +achigan +achilary +achill +Achillea +Achillean +Achilleid +achilleine +Achillize +achillobursitis +achillodynia +achime +Achimenes +Achinese +aching +achingly +achira +Achitophel +achlamydate +Achlamydeae +achlamydeous +achlorhydria +achlorophyllous +achloropsia +Achmetha +acholia +acholic +Acholoe +acholous +acholuria +acholuric +Achomawi +achondrite +achondritic +achondroplasia +achondroplastic +achor +achordal +Achordata +achordate +Achorion +Achras +achree +achroacyte +Achroanthes +achrodextrin +achrodextrinase +achroglobin +achroiocythaemia +achroiocythemia +achroite +achroma +achromacyte +achromasia +achromat +achromate +Achromatiaceae +achromatic +achromatically +achromaticity +achromatin +achromatinic +achromatism +Achromatium +achromatizable +achromatization +achromatize +achromatocyte +achromatolysis +achromatope +achromatophile +achromatopia +achromatopsia +achromatopsy +achromatosis +achromatous +achromaturia +achromia +achromic +Achromobacter +Achromobacterieae +achromoderma +achromophilous +achromotrichia +achromous +achronical +achroodextrin +achroodextrinase +achroous +achropsia +achtehalber +achtel +achtelthaler +Achuas +achy +achylia +achylous +achymia +achymous +Achyranthes +Achyrodes +acichloride +acicula +acicular +acicularly +aciculate +aciculated +aciculum +acid +Acidanthera +Acidaspis +acidemia +acider +acidic +acidiferous +acidifiable +acidifiant +acidific +acidification +acidifier +acidify +acidimeter +acidimetric +acidimetrical +acidimetrically +acidimetry +acidite +acidity +acidize +acidly +acidness +acidoid +acidology +acidometer +acidometry +acidophile +acidophilic +acidophilous +acidoproteolytic +acidosis +acidosteophyte +acidotic +acidproof +acidulate +acidulent +acidulous +aciduric +acidyl +acier +acierage +Acieral +acierate +acieration +aciform +aciliate +aciliated +Acilius +acinaceous +acinaces +acinacifolious +acinaciform +acinar +acinarious +acinary +Acineta +Acinetae +acinetan +Acinetaria +acinetarian +acinetic +acinetiform +Acinetina +acinetinan +acinic +aciniform +acinose +acinotubular +acinous +acinus +Acipenser +Acipenseres +acipenserid +Acipenseridae +acipenserine +acipenseroid +Acipenseroidei +Acis +aciurgy +acker +ackey +ackman +acknow +acknowledge +acknowledgeable +acknowledged +acknowledgedly +acknowledger +aclastic +acle +acleidian +acleistous +Aclemon +aclidian +aclinal +aclinic +acloud +aclys +Acmaea +Acmaeidae +acmatic +acme +acmesthesia +acmic +Acmispon +acmite +acne +acneform +acneiform +acnemia +Acnida +acnodal +acnode +Acocanthera +acocantherin +acock +acockbill +acocotl +Acoela +Acoelomata +acoelomate +acoelomatous +Acoelomi +acoelomous +acoelous +Acoemetae +Acoemeti +Acoemetic +acoin +acoine +Acolapissa +acold +Acolhua +Acolhuan +acologic +acology +acolous +acoluthic +acolyte +acolythate +Acoma +acoma +acomia +acomous +aconative +acondylose +acondylous +acone +aconic +aconin +aconine +aconital +aconite +aconitia +aconitic +aconitin +aconitine +Aconitum +Acontias +acontium +Acontius +aconuresis +acopic +acopon +acopyrin +acopyrine +acor +acorea +acoria +acorn +acorned +Acorus +acosmic +acosmism +acosmist +acosmistic +acotyledon +acotyledonous +acouasm +acouchi +acouchy +acoumeter +acoumetry +acouometer +acouophonia +acoupa +acousmata +acousmatic +acoustic +acoustical +acoustically +acoustician +acousticolateral +Acousticon +acoustics +acquaint +acquaintance +acquaintanceship +acquaintancy +acquaintant +acquainted +acquaintedness +acquest +acquiesce +acquiescement +acquiescence +acquiescency +acquiescent +acquiescently +acquiescer +acquiescingly +acquirability +acquirable +acquire +acquired +acquirement +acquirenda +acquirer +acquisible +acquisite +acquisited +acquisition +acquisitive +acquisitively +acquisitiveness +acquisitor +acquisitum +acquist +acquit +acquitment +acquittal +acquittance +acquitter +Acrab +acracy +acraein +Acraeinae +acraldehyde +Acrania +acranial +acraniate +acrasia +Acrasiaceae +Acrasiales +Acrasida +Acrasieae +Acraspeda +acraspedote +acratia +acraturesis +acrawl +acraze +acre +acreable +acreage +acreak +acream +acred +Acredula +acreman +acrestaff +acrid +acridan +acridian +acridic +Acrididae +Acridiidae +acridine +acridinic +acridinium +acridity +Acridium +acridly +acridness +acridone +acridonium +acridophagus +acridyl +acriflavin +acriflavine +acrimonious +acrimoniously +acrimoniousness +acrimony +acrindoline +acrinyl +acrisia +Acrisius +Acrita +acritan +acrite +acritical +acritol +Acroa +acroaesthesia +acroama +acroamatic +acroamatics +acroanesthesia +acroarthritis +acroasphyxia +acroataxia +acroatic +acrobacy +acrobat +Acrobates +acrobatholithic +acrobatic +acrobatical +acrobatically +acrobatics +acrobatism +acroblast +acrobryous +acrobystitis +Acrocarpi +acrocarpous +acrocephalia +acrocephalic +acrocephalous +acrocephaly +Acrocera +Acroceratidae +Acroceraunian +Acroceridae +Acrochordidae +Acrochordinae +acrochordon +Acroclinium +Acrocomia +acroconidium +acrocontracture +acrocoracoid +acrocyanosis +acrocyst +acrodactylum +acrodermatitis +acrodont +acrodontism +acrodrome +acrodromous +Acrodus +acrodynia +acroesthesia +acrogamous +acrogamy +acrogen +acrogenic +acrogenous +acrogenously +acrography +Acrogynae +acrogynae +acrogynous +acrolein +acrolith +acrolithan +acrolithic +acrologic +acrologically +acrologism +acrologue +acrology +acromania +acromastitis +acromegalia +acromegalic +acromegaly +acromelalgia +acrometer +acromial +acromicria +acromioclavicular +acromiocoracoid +acromiodeltoid +acromiohumeral +acromiohyoid +acromion +acromioscapular +acromiosternal +acromiothoracic +acromonogrammatic +acromphalus +Acromyodi +acromyodian +acromyodic +acromyodous +acromyotonia +acromyotonus +acron +acronarcotic +acroneurosis +acronical +acronically +acronyc +acronych +Acronycta +acronyctous +acronym +acronymic +acronymize +acronymous +acronyx +acrook +acroparalysis +acroparesthesia +acropathology +acropathy +acropetal +acropetally +acrophobia +acrophonetic +acrophonic +acrophony +acropodium +acropoleis +acropolis +acropolitan +Acropora +acrorhagus +acrorrheuma +acrosarc +acrosarcum +acroscleriasis +acroscleroderma +acroscopic +acrose +acrosome +acrosphacelus +acrospire +acrospore +acrosporous +across +acrostic +acrostical +acrostically +acrostichal +Acrosticheae +acrostichic +acrostichoid +Acrostichum +acrosticism +acrostolion +acrostolium +acrotarsial +acrotarsium +acroteleutic +acroterial +acroteric +acroterium +Acrothoracica +acrotic +acrotism +acrotomous +Acrotreta +Acrotretidae +acrotrophic +acrotrophoneurosis +Acrux +Acrydium +acryl +acrylaldehyde +acrylate +acrylic +acrylonitrile +acrylyl +act +acta +actability +actable +Actaea +Actaeaceae +Actaeon +Actaeonidae +Actiad +Actian +actification +actifier +actify +actin +actinal +actinally +actinautographic +actinautography +actine +actinenchyma +acting +Actinia +actinian +Actiniaria +actiniarian +actinic +actinically +Actinidia +Actinidiaceae +actiniferous +actiniform +actinine +actiniochrome +actiniohematin +Actiniomorpha +actinism +Actinistia +actinium +actinobacillosis +Actinobacillus +actinoblast +actinobranch +actinobranchia +actinocarp +actinocarpic +actinocarpous +actinochemistry +actinocrinid +Actinocrinidae +actinocrinite +Actinocrinus +actinocutitis +actinodermatitis +actinodielectric +actinodrome +actinodromous +actinoelectric +actinoelectrically +actinoelectricity +actinogonidiate +actinogram +actinograph +actinography +actinoid +Actinoida +Actinoidea +actinolite +actinolitic +actinologous +actinologue +actinology +actinomere +actinomeric +actinometer +actinometric +actinometrical +actinometry +actinomorphic +actinomorphous +actinomorphy +Actinomyces +Actinomycetaceae +Actinomycetales +actinomycete +actinomycetous +actinomycin +actinomycoma +actinomycosis +actinomycotic +Actinomyxidia +Actinomyxidiida +actinon +Actinonema +actinoneuritis +actinophone +actinophonic +actinophore +actinophorous +actinophryan +Actinophrys +Actinopoda +actinopraxis +actinopteran +Actinopteri +actinopterous +actinopterygian +Actinopterygii +actinopterygious +actinoscopy +actinosoma +actinosome +Actinosphaerium +actinost +actinostereoscopy +actinostomal +actinostome +actinotherapeutic +actinotherapeutics +actinotherapy +actinotoxemia +actinotrichium +actinotrocha +actinouranium +Actinozoa +actinozoal +actinozoan +actinozoon +actinula +action +actionable +actionably +actional +actionary +actioner +actionize +actionless +Actipylea +Actium +activable +activate +activation +activator +active +actively +activeness +activin +activism +activist +activital +activity +activize +actless +actomyosin +acton +actor +actorship +actress +Acts +actu +actual +actualism +actualist +actualistic +actuality +actualization +actualize +actually +actualness +actuarial +actuarially +actuarian +actuary +actuaryship +actuation +actuator +acture +acturience +actutate +acuaesthesia +Acuan +acuate +acuation +Acubens +acuclosure +acuductor +acuesthesia +acuity +aculea +Aculeata +aculeate +aculeated +aculeiform +aculeolate +aculeolus +aculeus +acumen +acuminate +acumination +acuminose +acuminous +acuminulate +acupress +acupressure +acupunctuate +acupunctuation +acupuncturation +acupuncturator +acupuncture +acurative +acushla +acutangular +acutate +acute +acutely +acutenaculum +acuteness +acutiator +acutifoliate +Acutilinguae +acutilingual +acutilobate +acutiplantar +acutish +acutograve +acutonodose +acutorsion +acyanoblepsia +acyanopsia +acyclic +acyesis +acyetic +acyl +acylamido +acylamidobenzene +acylamino +acylate +acylation +acylogen +acyloin +acyloxy +acyloxymethane +acyrological +acyrology +acystia +ad +Ada +adactyl +adactylia +adactylism +adactylous +Adad +adad +adage +adagial +adagietto +adagio +Adai +Adaize +Adam +adamant +adamantean +adamantine +adamantinoma +adamantoblast +adamantoblastoma +adamantoid +adamantoma +adamas +Adamastor +adambulacral +adamellite +Adamhood +Adamic +Adamical +Adamically +adamine +Adamite +adamite +Adamitic +Adamitical +Adamitism +Adamsia +adamsite +adance +adangle +Adansonia +Adapa +adapid +Adapis +adapt +adaptability +adaptable +adaptation +adaptational +adaptationally +adaptative +adaptedness +adapter +adaption +adaptional +adaptionism +adaptitude +adaptive +adaptively +adaptiveness +adaptometer +adaptor +adaptorial +Adar +adarme +adat +adati +adatom +adaunt +adaw +adawe +adawlut +adawn +adaxial +aday +adays +adazzle +adcraft +add +Adda +adda +addability +addable +addax +addebted +added +addedly +addend +addenda +addendum +adder +adderbolt +adderfish +adderspit +adderwort +addibility +addible +addicent +addict +addicted +addictedness +addiction +Addie +addiment +Addisonian +Addisoniana +additament +additamentary +addition +additional +additionally +additionary +additionist +addititious +additive +additively +additivity +additory +addle +addlebrain +addlebrained +addlehead +addleheaded +addleheadedly +addleheadedness +addlement +addleness +addlepate +addlepated +addlepatedness +addleplot +addlings +addlins +addorsed +address +addressee +addresser +addressful +Addressograph +addressor +addrest +Addu +adduce +adducent +adducer +adducible +adduct +adduction +adductive +adductor +Addy +Ade +ade +adead +adeem +adeep +Adela +Adelaide +Adelarthra +Adelarthrosomata +adelarthrosomatous +Adelbert +Adelea +Adeleidae +Adelges +Adelia +Adelina +Adeline +adeling +adelite +Adeliza +adelocerous +Adelochorda +adelocodonic +adelomorphic +adelomorphous +adelopod +Adelops +Adelphi +Adelphian +adelphogamy +Adelphoi +adelpholite +adelphophagy +ademonist +adempted +ademption +adenalgia +adenalgy +Adenanthera +adenase +adenasthenia +adendric +adendritic +adenectomy +adenectopia +adenectopic +adenemphractic +adenemphraxis +adenia +adeniform +adenine +adenitis +adenization +adenoacanthoma +adenoblast +adenocancroid +adenocarcinoma +adenocarcinomatous +adenocele +adenocellulitis +adenochondroma +adenochondrosarcoma +adenochrome +adenocyst +adenocystoma +adenocystomatous +adenodermia +adenodiastasis +adenodynia +adenofibroma +adenofibrosis +adenogenesis +adenogenous +adenographer +adenographic +adenographical +adenography +adenohypersthenia +adenoid +adenoidal +adenoidism +adenoliomyofibroma +adenolipoma +adenolipomatosis +adenologaditis +adenological +adenology +adenolymphocele +adenolymphoma +adenoma +adenomalacia +adenomatome +adenomatous +adenomeningeal +adenometritis +adenomycosis +adenomyofibroma +adenomyoma +adenomyxoma +adenomyxosarcoma +adenoncus +adenoneural +adenoneure +adenopathy +adenopharyngeal +adenopharyngitis +adenophlegmon +Adenophora +adenophore +adenophorous +adenophthalmia +adenophyllous +adenophyma +adenopodous +adenosarcoma +adenosclerosis +adenose +adenosine +adenosis +adenostemonous +Adenostoma +adenotome +adenotomic +adenotomy +adenotyphoid +adenotyphus +adenyl +adenylic +Adeodatus +Adeona +Adephaga +adephagan +adephagia +adephagous +adept +adeptness +adeptship +adequacy +adequate +adequately +adequateness +adequation +adequative +adermia +adermin +Adessenarian +adet +adevism +adfected +adfix +adfluxion +adglutinate +Adhafera +adhaka +adhamant +Adhara +adharma +adhere +adherence +adherency +adherent +adherently +adherer +adherescence +adherescent +adhesion +adhesional +adhesive +adhesively +adhesivemeter +adhesiveness +adhibit +adhibition +adiabatic +adiabatically +adiabolist +adiactinic +adiadochokinesis +adiagnostic +adiantiform +Adiantum +adiaphon +adiaphonon +adiaphoral +adiaphoresis +adiaphoretic +adiaphorism +adiaphorist +adiaphoristic +adiaphorite +adiaphoron +adiaphorous +adiate +adiathermal +adiathermancy +adiathermanous +adiathermic +adiathetic +adiation +Adib +Adicea +adicity +Adiel +adieu +adieux +Adigei +Adighe +Adigranth +adigranth +Adin +Adinida +adinidan +adinole +adion +adipate +adipescent +adipic +adipinic +adipocele +adipocellulose +adipocere +adipoceriform +adipocerous +adipocyte +adipofibroma +adipogenic +adipogenous +adipoid +adipolysis +adipolytic +adipoma +adipomatous +adipometer +adipopexia +adipopexis +adipose +adiposeness +adiposis +adiposity +adiposogenital +adiposuria +adipous +adipsia +adipsic +adipsous +adipsy +adipyl +Adirondack +adit +adital +aditus +adjacency +adjacent +adjacently +adjag +adject +adjection +adjectional +adjectival +adjectivally +adjective +adjectively +adjectivism +adjectivitis +adjiger +adjoin +adjoined +adjoinedly +adjoining +adjoint +adjourn +adjournal +adjournment +adjudge +adjudgeable +adjudger +adjudgment +adjudicate +adjudication +adjudicative +adjudicator +adjudicature +adjunct +adjunction +adjunctive +adjunctively +adjunctly +adjuration +adjuratory +adjure +adjurer +adjust +adjustable +adjustably +adjustage +adjustation +adjuster +adjustive +adjustment +adjutage +adjutancy +adjutant +adjutantship +adjutorious +adjutory +adjutrice +adjuvant +Adlai +adlay +adless +adlet +Adlumia +adlumidine +adlumine +adman +admarginate +admaxillary +admeasure +admeasurement +admeasurer +admedial +admedian +admensuration +admi +adminicle +adminicula +adminicular +adminiculary +adminiculate +adminiculation +adminiculum +administer +administerd +administerial +administrable +administrant +administrate +administration +administrational +administrative +administratively +administrator +administratorship +administratress +administratrices +administratrix +admirability +admirable +admirableness +admirably +admiral +admiralship +admiralty +admiration +admirative +admirator +admire +admired +admiredly +admirer +admiring +admiringly +admissibility +admissible +admissibleness +admissibly +admission +admissive +admissory +admit +admittable +admittance +admitted +admittedly +admittee +admitter +admittible +admix +admixtion +admixture +admonish +admonisher +admonishingly +admonishment +admonition +admonitioner +admonitionist +admonitive +admonitively +admonitor +admonitorial +admonitorily +admonitory +admonitrix +admortization +adnascence +adnascent +adnate +adnation +adnephrine +adnerval +adneural +adnex +adnexal +adnexed +adnexitis +adnexopexy +adnominal +adnominally +adnomination +adnoun +ado +adobe +adolesce +adolescence +adolescency +adolescent +adolescently +Adolph +Adolphus +Adonai +Adonean +Adonia +Adoniad +Adonian +Adonic +adonidin +adonin +Adoniram +Adonis +adonite +adonitol +adonize +adoperate +adoperation +adopt +adoptability +adoptable +adoptant +adoptative +adopted +adoptedly +adoptee +adopter +adoptian +adoptianism +adoptianist +adoption +adoptional +adoptionism +adoptionist +adoptious +adoptive +adoptively +adorability +adorable +adorableness +adorably +adoral +adorally +adorant +Adorantes +adoration +adoratory +adore +adorer +Adoretus +adoringly +adorn +adorner +adorningly +adornment +adosculation +adossed +adoulie +adown +Adoxa +Adoxaceae +adoxaceous +adoxography +adoxy +adoze +adpao +adpress +adpromission +adradial +adradially +adradius +Adramelech +Adrammelech +adread +adream +adreamed +adreamt +adrectal +adrenal +adrenalectomize +adrenalectomy +Adrenalin +adrenaline +adrenalize +adrenalone +adrenergic +adrenin +adrenine +adrenochrome +adrenocortical +adrenocorticotropic +adrenolysis +adrenolytic +adrenotropic +Adrian +Adriana +Adriatic +Adrienne +adrift +adrip +adroit +adroitly +adroitness +adroop +adrop +adrostral +adrowse +adrue +adry +adsbud +adscendent +adscititious +adscititiously +adscript +adscripted +adscription +adscriptitious +adscriptitius +adscriptive +adsessor +adsheart +adsignification +adsignify +adsmith +adsmithing +adsorb +adsorbable +adsorbate +adsorbent +adsorption +adsorptive +adstipulate +adstipulation +adstipulator +adterminal +adtevac +adular +adularescence +adularia +adulate +adulation +adulator +adulatory +adulatress +Adullam +Adullamite +adult +adulter +adulterant +adulterate +adulterately +adulterateness +adulteration +adulterator +adulterer +adulteress +adulterine +adulterize +adulterous +adulterously +adultery +adulthood +adulticidal +adulticide +adultness +adultoid +adumbral +adumbrant +adumbrate +adumbration +adumbrative +adumbratively +adunc +aduncate +aduncated +aduncity +aduncous +adusk +adust +adustion +adustiosis +Advaita +advance +advanceable +advanced +advancedness +advancement +advancer +advancing +advancingly +advancive +advantage +advantageous +advantageously +advantageousness +advection +advectitious +advective +advehent +advene +advenience +advenient +Advent +advential +Adventism +Adventist +adventitia +adventitious +adventitiously +adventitiousness +adventive +adventual +adventure +adventureful +adventurement +adventurer +adventureship +adventuresome +adventuresomely +adventuresomeness +adventuress +adventurish +adventurous +adventurously +adventurousness +adverb +adverbial +adverbiality +adverbialize +adverbially +adverbiation +adversant +adversaria +adversarious +adversary +adversative +adversatively +adverse +adversely +adverseness +adversifoliate +adversifolious +adversity +advert +advertence +advertency +advertent +advertently +advertisable +advertise +advertisee +advertisement +advertiser +advertising +advice +adviceful +advisability +advisable +advisableness +advisably +advisal +advisatory +advise +advised +advisedly +advisedness +advisee +advisement +adviser +advisership +advisive +advisiveness +advisor +advisorily +advisory +advocacy +advocate +advocateship +advocatess +advocation +advocator +advocatory +advocatress +advocatrice +advocatrix +advolution +advowee +advowson +ady +adynamia +adynamic +adynamy +adyta +adyton +adytum +adz +adze +adzer +adzooks +ae +Aeacides +Aeacus +Aeaean +Aechmophorus +aecial +Aecidiaceae +aecidial +aecidioform +Aecidiomycetes +aecidiospore +aecidiostage +aecidium +aeciospore +aeciostage +aecioteliospore +aeciotelium +aecium +aedeagus +Aedes +aedicula +aedile +aedileship +aedilian +aedilic +aedilitian +aedility +aedoeagus +aefald +aefaldness +aefaldy +aefauld +aegagropila +aegagropile +aegagrus +Aegean +aegerian +aegeriid +Aegeriidae +Aegialitis +aegicrania +Aegina +Aeginetan +Aeginetic +Aegipan +aegirine +aegirinolite +aegirite +aegis +Aegisthus +Aegithalos +Aegithognathae +aegithognathism +aegithognathous +Aegle +Aegopodium +aegrotant +aegyptilla +aegyrite +aeluroid +Aeluroidea +aelurophobe +aelurophobia +aeluropodous +aenach +aenean +aeneolithic +aeneous +aenigmatite +aeolharmonica +Aeolia +Aeolian +Aeolic +Aeolicism +aeolid +Aeolidae +Aeolididae +aeolina +aeoline +aeolipile +Aeolis +Aeolism +Aeolist +aeolistic +aeolodicon +aeolodion +aeolomelodicon +aeolopantalon +aeolotropic +aeolotropism +aeolotropy +aeolsklavier +aeon +aeonial +aeonian +aeonist +Aepyceros +Aepyornis +Aepyornithidae +Aepyornithiformes +Aequi +Aequian +Aequiculi +Aequipalpia +aequoreal +aer +aerage +aerarian +aerarium +aerate +aeration +aerator +aerenchyma +aerenterectasia +aerial +aerialist +aeriality +aerially +aerialness +aeric +aerical +Aerides +aerie +aeried +aerifaction +aeriferous +aerification +aeriform +aerify +aero +Aerobacter +aerobate +aerobatic +aerobatics +aerobe +aerobian +aerobic +aerobically +aerobiologic +aerobiological +aerobiologically +aerobiologist +aerobiology +aerobion +aerobiont +aerobioscope +aerobiosis +aerobiotic +aerobiotically +aerobious +aerobium +aeroboat +Aerobranchia +aerobranchiate +aerobus +aerocamera +aerocartograph +Aerocharidae +aerocolpos +aerocraft +aerocurve +aerocyst +aerodermectasia +aerodone +aerodonetic +aerodonetics +aerodrome +aerodromics +aerodynamic +aerodynamical +aerodynamicist +aerodynamics +aerodyne +aeroembolism +aeroenterectasia +aerofoil +aerogel +aerogen +aerogenes +aerogenesis +aerogenic +aerogenically +aerogenous +aerogeologist +aerogeology +aerognosy +aerogram +aerograph +aerographer +aerographic +aerographical +aerographics +aerography +aerogun +aerohydrodynamic +aerohydropathy +aerohydroplane +aerohydrotherapy +aerohydrous +aeroides +aerolite +aerolith +aerolithology +aerolitic +aerolitics +aerologic +aerological +aerologist +aerology +aeromaechanic +aeromancer +aeromancy +aeromantic +aeromarine +aeromechanical +aeromechanics +aerometeorograph +aerometer +aerometric +aerometry +aeromotor +aeronat +aeronaut +aeronautic +aeronautical +aeronautically +aeronautics +aeronautism +aeronef +aeroneurosis +aeropathy +Aerope +aeroperitoneum +aeroperitonia +aerophagia +aerophagist +aerophagy +aerophane +aerophilatelic +aerophilatelist +aerophilately +aerophile +aerophilic +aerophilous +aerophobia +aerophobic +aerophone +aerophor +aerophore +aerophotography +aerophysical +aerophysics +aerophyte +aeroplane +aeroplaner +aeroplanist +aeropleustic +aeroporotomy +aeroscepsis +aeroscepsy +aeroscope +aeroscopic +aeroscopically +aeroscopy +aerose +aerosiderite +aerosiderolite +Aerosol +aerosol +aerosphere +aerosporin +aerostat +aerostatic +aerostatical +aerostatics +aerostation +aerosteam +aerotactic +aerotaxis +aerotechnical +aerotherapeutics +aerotherapy +aerotonometer +aerotonometric +aerotonometry +aerotropic +aerotropism +aeroyacht +aeruginous +aerugo +aery +aes +Aeschylean +Aeschynanthus +Aeschynomene +aeschynomenous +Aesculaceae +aesculaceous +Aesculapian +Aesculapius +Aesculus +Aesopian +Aesopic +aesthete +aesthetic +aesthetical +aesthetically +aesthetician +aestheticism +aestheticist +aestheticize +aesthetics +aesthiology +aesthophysiology +Aestii +aethalioid +aethalium +aetheogam +aetheogamic +aetheogamous +aethered +Aethionema +aethogen +aethrioscope +Aethusa +Aetian +aetiogenic +aetiotropic +aetiotropically +Aetobatidae +Aetobatus +Aetolian +Aetomorphae +aetosaur +aetosaurian +Aetosaurus +aevia +aface +afaint +Afar +afar +afara +afear +afeard +afeared +afebrile +Afenil +afernan +afetal +affa +affability +affable +affableness +affably +affabrous +affair +affaite +affect +affectable +affectate +affectation +affectationist +affected +affectedly +affectedness +affecter +affectibility +affectible +affecting +affectingly +affection +affectional +affectionally +affectionate +affectionately +affectionateness +affectioned +affectious +affective +affectively +affectivity +affeer +affeerer +affeerment +affeir +affenpinscher +affenspalte +afferent +affettuoso +affiance +affiancer +affiant +affidation +affidavit +affidavy +affiliable +affiliate +affiliation +affinal +affination +affine +affined +affinely +affinitative +affinitatively +affinite +affinition +affinitive +affinity +affirm +affirmable +affirmably +affirmance +affirmant +affirmation +affirmative +affirmatively +affirmatory +affirmer +affirmingly +affix +affixal +affixation +affixer +affixion +affixture +afflation +afflatus +afflict +afflicted +afflictedness +afflicter +afflicting +afflictingly +affliction +afflictionless +afflictive +afflictively +affluence +affluent +affluently +affluentness +afflux +affluxion +afforce +afforcement +afford +affordable +afforest +afforestable +afforestation +afforestment +afformative +affranchise +affranchisement +affray +affrayer +affreight +affreighter +affreightment +affricate +affricated +affrication +affricative +affright +affrighted +affrightedly +affrighter +affrightful +affrightfully +affrightingly +affrightment +affront +affronte +affronted +affrontedly +affrontedness +affronter +affronting +affrontingly +affrontingness +affrontive +affrontiveness +affrontment +affuse +affusion +affy +Afghan +afghani +afield +Afifi +afikomen +afire +aflagellar +aflame +aflare +aflat +aflaunt +aflicker +aflight +afloat +aflow +aflower +afluking +aflush +aflutter +afoam +afoot +afore +aforehand +aforenamed +aforesaid +aforethought +aforetime +aforetimes +afortiori +afoul +afraid +afraidness +Aframerican +Afrasia +Afrasian +afreet +afresh +afret +Afric +African +Africana +Africanism +Africanist +Africanization +Africanize +Africanoid +Africanthropus +Afridi +Afrikaans +Afrikander +Afrikanderdom +Afrikanderism +Afrikaner +Afrogaea +Afrogaean +afront +afrown +Afshah +Afshar +aft +aftaba +after +afteract +afterage +afterattack +afterband +afterbeat +afterbirth +afterblow +afterbody +afterbrain +afterbreach +afterbreast +afterburner +afterburning +aftercare +aftercareer +aftercast +aftercataract +aftercause +afterchance +afterchrome +afterchurch +afterclap +afterclause +aftercome +aftercomer +aftercoming +aftercooler +aftercost +aftercourse +aftercrop +aftercure +afterdamp +afterdate +afterdays +afterdeck +afterdinner +afterdrain +afterdrops +aftereffect +afterend +aftereye +afterfall +afterfame +afterfeed +afterfermentation +afterform +afterfriend +afterfruits +afterfuture +aftergame +aftergas +afterglide +afterglow +aftergo +aftergood +aftergrass +aftergrave +aftergrief +aftergrind +aftergrowth +afterguard +afterguns +afterhand +afterharm +afterhatch +afterhelp +afterhend +afterhold +afterhope +afterhours +afterimage +afterimpression +afterings +afterking +afterknowledge +afterlife +afterlifetime +afterlight +afterloss +afterlove +aftermark +aftermarriage +aftermass +aftermast +aftermath +aftermatter +aftermeal +aftermilk +aftermost +afternight +afternoon +afternoons +afternose +afternote +afteroar +afterpain +afterpart +afterpast +afterpeak +afterpiece +afterplanting +afterplay +afterpressure +afterproof +afterrake +afterreckoning +afterrider +afterripening +afterroll +afterschool +aftersend +aftersensation +aftershaft +aftershafted +aftershine +aftership +aftershock +aftersong +aftersound +afterspeech +afterspring +afterstain +afterstate +afterstorm +afterstrain +afterstretch +afterstudy +afterswarm +afterswarming +afterswell +aftertan +aftertask +aftertaste +afterthinker +afterthought +afterthoughted +afterthrift +aftertime +aftertimes +aftertouch +aftertreatment +aftertrial +afterturn +aftervision +afterwale +afterwar +afterward +afterwards +afterwash +afterwhile +afterwisdom +afterwise +afterwit +afterwitted +afterwork +afterworking +afterworld +afterwrath +afterwrist +aftmost +Aftonian +aftosa +aftward +aftwards +afunction +afunctional +afwillite +Afzelia +aga +agabanee +agacante +agacella +Agaces +Agade +Agag +again +against +againstand +agal +agalactia +agalactic +agalactous +agalawood +agalaxia +agalaxy +Agalena +Agalenidae +Agalinis +agalite +agalloch +agallochum +agallop +agalma +agalmatolite +agalwood +Agama +agama +Agamae +Agamemnon +agamete +agami +agamian +agamic +agamically +agamid +Agamidae +agamobium +agamogenesis +agamogenetic +agamogenetically +agamogony +agamoid +agamont +agamospore +agamous +agamy +aganglionic +Aganice +Aganippe +Agao +Agaonidae +Agapanthus +agape +Agapemone +Agapemonian +Agapemonist +Agapemonite +agapetae +agapeti +agapetid +Agapetidae +Agapornis +agar +agaric +agaricaceae +agaricaceous +Agaricales +agaricic +agariciform +agaricin +agaricine +agaricoid +Agaricus +Agaristidae +agarita +Agarum +agarwal +agasp +Agastache +Agastreae +agastric +agastroneuria +agate +agateware +Agatha +Agathaea +Agathaumas +agathin +Agathis +agathism +agathist +agathodaemon +agathodaemonic +agathokakological +agathology +Agathosma +agatiferous +agatiform +agatine +agatize +agatoid +agaty +Agau +Agave +agavose +Agawam +Agaz +agaze +agazed +Agdistis +age +aged +agedly +agedness +agee +Agelacrinites +Agelacrinitidae +Agelaius +Agelaus +ageless +agelessness +agelong +agen +Agena +agency +agenda +agendum +agenesia +agenesic +agenesis +agennetic +agent +agentess +agential +agentival +agentive +agentry +agentship +ageometrical +ager +Ageratum +ageusia +ageusic +ageustia +agger +aggerate +aggeration +aggerose +Aggie +agglomerant +agglomerate +agglomerated +agglomeratic +agglomeration +agglomerative +agglomerator +agglutinability +agglutinable +agglutinant +agglutinate +agglutination +agglutinationist +agglutinative +agglutinator +agglutinin +agglutinize +agglutinogen +agglutinogenic +agglutinoid +agglutinoscope +agglutogenic +aggradation +aggradational +aggrade +aggrandizable +aggrandize +aggrandizement +aggrandizer +aggrate +aggravate +aggravating +aggravatingly +aggravation +aggravative +aggravator +aggregable +aggregant +Aggregata +Aggregatae +aggregate +aggregately +aggregateness +aggregation +aggregative +aggregator +aggregatory +aggress +aggressin +aggression +aggressionist +aggressive +aggressively +aggressiveness +aggressor +aggrievance +aggrieve +aggrieved +aggrievedly +aggrievedness +aggrievement +aggroup +aggroupment +aggry +aggur +agha +Aghan +aghanee +aghast +aghastness +Aghlabite +Aghorapanthi +Aghori +Agialid +Agib +Agiel +agilawood +agile +agilely +agileness +agility +agillawood +aging +agio +agiotage +agist +agistator +agistment +agistor +agitable +agitant +agitate +agitatedly +agitation +agitational +agitationist +agitative +agitator +agitatorial +agitatrix +agitprop +Agkistrodon +agla +Aglaia +aglance +Aglaonema +Aglaos +aglaozonia +aglare +Aglaspis +Aglauros +agleaf +agleam +aglet +aglethead +agley +aglimmer +aglint +Aglipayan +Aglipayano +aglitter +aglobulia +Aglossa +aglossal +aglossate +aglossia +aglow +aglucon +aglutition +aglycosuric +Aglypha +aglyphodont +Aglyphodonta +Aglyphodontia +aglyphous +agmatine +agmatology +agminate +agminated +agnail +agname +agnamed +agnate +Agnatha +agnathia +agnathic +Agnathostomata +agnathostomatous +agnathous +agnatic +agnatically +agnation +agnel +Agnes +agnification +agnize +Agnoetae +Agnoete +Agnoetism +agnoiology +Agnoite +agnomen +agnomical +agnominal +agnomination +agnosia +agnosis +agnostic +agnostically +agnosticism +Agnostus +agnosy +Agnotozoic +agnus +ago +agog +agoge +agogic +agogics +agoho +agoing +agomensin +agomphiasis +agomphious +agomphosis +agon +agonal +agone +agoniada +agoniadin +agoniatite +Agoniatites +agonic +agonied +agonist +Agonista +agonistarch +agonistic +agonistically +agonistics +agonium +agonize +agonizedly +agonizer +agonizingly +Agonostomus +agonothete +agonothetic +agony +agora +agoranome +agoraphobia +agouara +agouta +agouti +agpaite +agpaitic +Agra +agraffee +agrah +agral +agrammatical +agrammatism +Agrania +agranulocyte +agranulocytosis +agranuloplastic +Agrapha +agraphia +agraphic +agrarian +agrarianism +agrarianize +agrarianly +Agrauleum +agre +agree +agreeability +agreeable +agreeableness +agreeably +agreed +agreeing +agreeingly +agreement +agreer +agregation +agrege +agrestal +agrestial +agrestian +agrestic +agria +agricere +agricole +agricolist +agricolite +agricolous +agricultor +agricultural +agriculturalist +agriculturally +agriculture +agriculturer +agriculturist +Agrilus +Agrimonia +agrimony +agrimotor +agrin +Agriochoeridae +Agriochoerus +agriological +agriologist +agriology +Agrionia +agrionid +Agrionidae +Agriotes +Agriotypidae +Agriotypus +agrise +agrito +agroan +agrobiologic +agrobiological +agrobiologically +agrobiologist +agrobiology +agrogeological +agrogeologically +agrogeology +agrologic +agrological +agrologically +agrology +agrom +Agromyza +agromyzid +Agromyzidae +agronome +agronomial +agronomic +agronomical +agronomics +agronomist +agronomy +agroof +agrope +Agropyron +Agrostemma +agrosteral +Agrostis +agrostographer +agrostographic +agrostographical +agrostography +agrostologic +agrostological +agrostologist +agrostology +agrotechny +Agrotis +aground +agrufe +agruif +agrypnia +agrypnotic +agsam +agua +aguacate +Aguacateca +aguavina +Agudist +ague +aguelike +agueproof +agueweed +aguey +aguilarite +aguilawood +aguinaldo +aguirage +aguish +aguishly +aguishness +agunah +agush +agust +agy +Agyieus +agynarious +agynary +agynous +agyrate +agyria +Ah +ah +aha +ahaaina +ahankara +Ahantchuyuk +ahartalav +ahaunch +ahead +aheap +ahem +Ahepatokla +Ahet +ahey +ahimsa +ahind +ahint +Ahir +ahluwalia +ahmadi +Ahmadiya +Ahmed +Ahmet +Ahnfeltia +aho +Ahom +ahong +ahorse +ahorseback +Ahousaht +ahoy +Ahrendahronon +Ahriman +Ahrimanian +ahsan +Aht +Ahtena +ahu +ahuatle +ahuehuete +ahull +ahum +ahungered +ahungry +ahunt +ahura +ahush +ahwal +ahypnia +ai +Aias +Aiawong +aichmophobia +aid +aidable +aidance +aidant +aide +Aidenn +aider +Aides +aidful +aidless +aiel +aigialosaur +Aigialosauridae +Aigialosaurus +aiglet +aigremore +aigrette +aiguille +aiguillesque +aiguillette +aiguilletted +aikinite +ail +ailantery +ailanthic +Ailanthus +ailantine +ailanto +aile +Aileen +aileron +ailette +Ailie +ailing +aillt +ailment +ailsyte +Ailuridae +ailuro +ailuroid +Ailuroidea +Ailuropoda +Ailuropus +Ailurus +ailweed +aim +Aimak +aimara +Aimee +aimer +aimful +aimfully +aiming +aimless +aimlessly +aimlessness +Aimore +aimworthiness +ainaleh +ainhum +ainoi +ainsell +aint +Ainu +aion +aionial +air +Aira +airable +airampo +airan +airbound +airbrained +airbrush +aircraft +aircraftman +aircraftsman +aircraftswoman +aircraftwoman +aircrew +aircrewman +airdock +airdrome +airdrop +aire +Airedale +airedale +airer +airfield +airfoil +airframe +airfreight +airfreighter +airgraphics +airhead +airiferous +airified +airily +airiness +airing +airish +airless +airlift +airlike +airliner +airmail +airman +airmanship +airmark +airmarker +airmonger +airohydrogen +airometer +airpark +airphobia +airplane +airplanist +airport +airproof +airscape +airscrew +airship +airsick +airsickness +airstrip +airt +airtight +airtightly +airtightness +airward +airwards +airway +airwayman +airwoman +airworthiness +airworthy +airy +aischrolatreia +aiseweed +aisle +aisled +aisleless +aisling +Aissaoua +Aissor +aisteoir +Aistopoda +Aistopodes +ait +aitch +aitchbone +aitchless +aitchpiece +aitesis +aithochroi +aition +aitiotropic +Aitkenite +Aitutakian +aiwan +Aix +aizle +Aizoaceae +aizoaceous +Aizoon +Ajaja +ajaja +ajangle +ajar +ajari +Ajatasatru +ajava +ajhar +ajivika +ajog +ajoint +ajowan +Ajuga +ajutment +ak +Aka +aka +Akal +akala +Akali +akalimba +akamatsu +Akamnik +Akan +Akanekunik +Akania +Akaniaceae +akaroa +akasa +Akawai +akazga +akazgine +akcheh +ake +akeake +akebi +Akebia +akee +akeki +akeley +akenobeite +akepiro +akerite +akey +Akha +Akhissar +Akhlame +Akhmimic +akhoond +akhrot +akhyana +akia +Akim +akimbo +akin +akindle +akinesia +akinesic +akinesis +akinete +akinetic +Akiskemikinik +Akiyenik +Akka +Akkad +Akkadian +Akkadist +akmudar +akmuddar +aknee +ako +akoasm +akoasma +akoluthia +akonge +Akontae +Akoulalion +akov +akpek +Akra +akra +Akrabattine +akroasis +akrochordite +akroterion +Aktistetae +Aktistete +Aktivismus +Aktivist +aku +akuammine +akule +akund +Akwapim +Al +al +ala +Alabama +Alabaman +Alabamian +alabamide +alabamine +alabandite +alabarch +alabaster +alabastos +alabastrian +alabastrine +alabastrites +alabastron +alabastrum +alacha +alack +alackaday +alacreatine +alacreatinine +alacrify +alacritous +alacrity +Alactaga +alada +Aladdin +Aladdinize +Aladfar +Aladinist +alaihi +Alain +alaite +Alaki +Alala +alala +alalite +alalonga +alalunga +alalus +Alamanni +Alamannian +Alamannic +alameda +alamo +alamodality +alamonti +alamosite +alamoth +Alan +alan +aland +Alangiaceae +alangin +alangine +Alangium +alani +alanine +alannah +Alans +alantic +alantin +alantol +alantolactone +alantolic +alanyl +alar +Alarbus +alares +Alaria +Alaric +alarm +alarmable +alarmed +alarmedly +alarming +alarmingly +alarmism +alarmist +Alarodian +alarum +alary +alas +Alascan +Alaska +alaskaite +Alaskan +alaskite +Alastair +Alaster +alastrim +alate +alated +alatern +alaternus +alation +Alauda +Alaudidae +alaudine +Alaunian +Alawi +Alb +alb +alba +albacore +albahaca +Albainn +Alban +alban +Albanenses +Albanensian +Albania +Albanian +albanite +Albany +albarco +albardine +albarello +albarium +albaspidin +albata +Albatros +albatross +albe +albedo +albedograph +albee +albeit +Alberene +Albert +Alberta +albertin +Albertina +Albertine +Albertinian +Albertist +albertite +Alberto +albertustaler +albertype +albescence +albescent +albespine +albetad +Albi +Albian +albicans +albicant +albication +albiculi +albification +albificative +albiflorous +albify +Albigenses +Albigensian +Albigensianism +Albin +albinal +albiness +albinic +albinism +albinistic +albino +albinoism +albinotic +albinuria +Albion +Albireo +albite +albitic +albitite +albitization +albitophyre +Albizzia +albocarbon +albocinereous +Albococcus +albocracy +Alboin +albolite +albolith +albopannin +albopruinose +alboranite +Albrecht +Albright +albronze +Albruna +Albuca +Albuginaceae +albuginea +albugineous +albuginitis +albugo +album +albumean +albumen +albumenization +albumenize +albumenizer +albumimeter +albumin +albuminate +albuminaturia +albuminiferous +albuminiform +albuminimeter +albuminimetry +albuminiparous +albuminization +albuminize +albuminocholia +albuminofibrin +albuminogenous +albuminoid +albuminoidal +albuminolysis +albuminometer +albuminometry +albuminone +albuminorrhea +albuminoscope +albuminose +albuminosis +albuminous +albuminousness +albuminuria +albuminuric +albumoid +albumoscope +albumose +albumosuria +alburn +alburnous +alburnum +albus +albutannin +Albyn +Alca +Alcaaba +Alcae +Alcaic +alcaide +alcalde +alcaldeship +alcaldia +Alcaligenes +alcalizate +Alcalzar +alcamine +alcanna +Alcantara +Alcantarines +alcarraza +alcatras +alcazar +Alcedines +Alcedinidae +Alcedininae +Alcedo +alcelaphine +Alcelaphus +Alces +alchemic +alchemical +alchemically +Alchemilla +alchemist +alchemistic +alchemistical +alchemistry +alchemize +alchemy +alchera +alcheringa +alchimy +alchitran +alchochoden +Alchornea +alchymy +Alcibiadean +Alcicornium +Alcidae +alcidine +alcine +Alcippe +alclad +alco +alcoate +alcogel +alcogene +alcohate +alcohol +alcoholate +alcoholature +alcoholdom +alcoholemia +alcoholic +alcoholically +alcoholicity +alcoholimeter +alcoholism +alcoholist +alcoholizable +alcoholization +alcoholize +alcoholmeter +alcoholmetric +alcoholomania +alcoholometer +alcoholometric +alcoholometrical +alcoholometry +alcoholophilia +alcoholuria +alcoholysis +alcoholytic +Alcor +Alcoran +Alcoranic +Alcoranist +alcornoco +alcornoque +alcosol +Alcotate +alcove +alcovinometer +Alcuinian +alcyon +Alcyonacea +alcyonacean +Alcyonaria +alcyonarian +Alcyone +Alcyones +Alcyoniaceae +alcyonic +alcyoniform +Alcyonium +alcyonoid +aldamine +aldane +aldazin +aldazine +aldeament +Aldebaran +aldebaranium +aldehol +aldehydase +aldehyde +aldehydic +aldehydine +aldehydrol +alder +Alderamin +alderman +aldermanate +aldermancy +aldermaness +aldermanic +aldermanical +aldermanity +aldermanlike +aldermanly +aldermanry +aldermanship +aldern +Alderney +alderwoman +Aldhafara +Aldhafera +aldim +aldime +aldimine +Aldine +aldine +aldoheptose +aldohexose +aldoketene +aldol +aldolization +aldolize +aldononose +aldopentose +aldose +aldoside +aldoxime +Aldrovanda +Aldus +ale +Alea +aleak +aleatory +alebench +aleberry +Alebion +alec +alecithal +alecize +Aleck +aleconner +alecost +Alectoria +alectoria +Alectorides +alectoridine +alectorioid +Alectoris +alectoromachy +alectoromancy +Alectoromorphae +alectoromorphous +Alectoropodes +alectoropodous +Alectrion +Alectrionidae +alectryomachy +alectryomancy +Alectryon +alecup +alee +alef +alefnull +aleft +alefzero +alegar +alehoof +alehouse +Alejandro +alem +alemana +Alemanni +Alemannian +Alemannic +Alemannish +alembic +alembicate +alembroth +Alemite +alemite +alemmal +alemonger +alen +Alencon +Aleochara +aleph +alephs +alephzero +alepidote +alepole +alepot +Aleppine +Aleppo +alerce +alerse +alert +alertly +alertness +alesan +alestake +aletap +aletaster +Alethea +alethiology +alethopteis +alethopteroid +alethoscope +aletocyte +Aletris +alette +aleukemic +Aleurites +aleuritic +Aleurobius +Aleurodes +Aleurodidae +aleuromancy +aleurometer +aleuronat +aleurone +aleuronic +aleuroscope +Aleut +Aleutian +Aleutic +aleutite +alevin +alewife +Alex +Alexander +alexanders +Alexandra +Alexandreid +Alexandrian +Alexandrianism +Alexandrina +Alexandrine +alexandrite +Alexas +Alexia +alexia +Alexian +alexic +alexin +alexinic +alexipharmacon +alexipharmacum +alexipharmic +alexipharmical +alexipyretic +Alexis +alexiteric +alexiterical +Alexius +aleyard +Aleyrodes +aleyrodid +Aleyrodidae +Alf +alf +alfa +alfaje +alfalfa +alfaqui +alfaquin +alfenide +alfet +alfilaria +alfileria +alfilerilla +alfilerillo +alfiona +Alfirk +alfonsin +alfonso +alforja +Alfred +Alfreda +alfresco +alfridaric +alfridary +Alfur +Alfurese +Alfuro +alga +algae +algaecide +algaeological +algaeologist +algaeology +algaesthesia +algaesthesis +algal +algalia +Algaroth +algarroba +algarrobilla +algarrobin +Algarsife +Algarsyf +algate +Algebar +algebra +algebraic +algebraical +algebraically +algebraist +algebraization +algebraize +Algedi +algedo +algedonic +algedonics +algefacient +Algenib +Algerian +Algerine +algerine +Algernon +algesia +algesic +algesis +algesthesis +algetic +Algic +algic +algid +algidity +algidness +Algieba +algific +algin +alginate +algine +alginic +alginuresis +algiomuscular +algist +algivorous +algocyan +algodoncillo +algodonite +algoesthesiometer +algogenic +algoid +Algol +algolagnia +algolagnic +algolagnist +algolagny +algological +algologist +algology +Algoman +algometer +algometric +algometrical +algometrically +algometry +Algomian +Algomic +Algonkian +Algonquian +Algonquin +algophilia +algophilist +algophobia +algor +Algorab +Algores +algorism +algorismic +algorist +algoristic +algorithm +algorithmic +algosis +algous +algovite +algraphic +algraphy +alguazil +algum +Algy +Alhagi +Alhambra +Alhambraic +Alhambresque +Alhena +alhenna +alias +Alibamu +alibangbang +alibi +alibility +alible +Alicant +Alice +alichel +Alichino +Alicia +Alick +alicoche +alictisal +alicyclic +Alida +alidade +Alids +alien +alienability +alienable +alienage +alienate +alienation +alienator +aliency +alienee +aliener +alienicola +alienigenate +alienism +alienist +alienize +alienor +alienship +aliethmoid +aliethmoidal +alif +aliferous +aliform +aligerous +alight +align +aligner +alignment +aligreek +aliipoe +alike +alikeness +alikewise +Alikuluf +Alikulufan +alilonghi +alima +aliment +alimental +alimentally +alimentariness +alimentary +alimentation +alimentative +alimentatively +alimentativeness +alimenter +alimentic +alimentive +alimentiveness +alimentotherapy +alimentum +alimonied +alimony +alin +alinasal +Aline +alineation +alintatao +aliofar +Alioth +alipata +aliped +aliphatic +alipterion +aliptes +aliptic +aliquant +aliquot +aliseptal +alish +alisier +Alisma +Alismaceae +alismaceous +alismad +alismal +Alismales +Alismataceae +alismoid +aliso +Alison +alison +alisonite +alisp +alisphenoid +alisphenoidal +alist +Alister +alit +alite +alitrunk +aliturgic +aliturgical +aliunde +alive +aliveness +alivincular +Alix +aliyah +alizarate +alizari +alizarin +aljoba +alk +alkahest +alkahestic +alkahestica +alkahestical +Alkaid +alkalamide +alkalemia +alkalescence +alkalescency +alkalescent +alkali +alkalic +alkaliferous +alkalifiable +alkalify +alkaligen +alkaligenous +alkalimeter +alkalimetric +alkalimetrical +alkalimetrically +alkalimetry +alkaline +alkalinity +alkalinization +alkalinize +alkalinuria +alkalizable +alkalizate +alkalization +alkalize +alkalizer +alkaloid +alkaloidal +alkalometry +alkalosis +alkalous +Alkalurops +alkamin +alkamine +alkane +alkanet +Alkanna +alkannin +Alkaphrah +alkapton +alkaptonuria +alkaptonuric +alkargen +alkarsin +alkekengi +alkene +alkenna +alkenyl +alkermes +Alkes +alkide +alkine +alkool +Alkoran +Alkoranic +alkoxide +alkoxy +alkoxyl +alky +alkyd +alkyl +alkylamine +alkylate +alkylation +alkylene +alkylic +alkylidene +alkylize +alkylogen +alkyloxy +alkyne +all +allabuta +allactite +allaeanthus +allagite +allagophyllous +allagostemonous +Allah +allalinite +Allamanda +allamotti +Allan +allan +allanite +allanitic +allantiasis +allantochorion +allantoic +allantoid +allantoidal +Allantoidea +allantoidean +allantoidian +allantoin +allantoinase +allantoinuria +allantois +allantoxaidin +allanturic +Allasch +allassotonic +allative +allatrate +allay +allayer +allayment +allbone +Alle +allecret +allectory +allegate +allegation +allegator +allege +allegeable +allegedly +allegement +alleger +Alleghenian +Allegheny +allegiance +allegiancy +allegiant +allegoric +allegorical +allegorically +allegoricalness +allegorism +allegorist +allegorister +allegoristic +allegorization +allegorize +allegorizer +allegory +allegretto +allegro +allele +allelic +allelism +allelocatalytic +allelomorph +allelomorphic +allelomorphism +allelotropic +allelotropism +allelotropy +alleluia +alleluiatic +allemand +allemande +allemontite +Allen +allenarly +allene +Allentiac +Allentiacan +aller +allergen +allergenic +allergia +allergic +allergin +allergist +allergy +allerion +allesthesia +alleviate +alleviatingly +alleviation +alleviative +alleviator +alleviatory +alley +alleyed +alleyite +alleyway +allgood +Allhallow +Allhallowtide +allheal +alliable +alliably +Alliaceae +alliaceous +alliance +alliancer +Alliaria +allicampane +allice +allicholly +alliciency +allicient +Allie +allied +Allies +allies +alligate +alligator +alligatored +allineate +allineation +Allionia +Allioniaceae +allision +alliteral +alliterate +alliteration +alliterational +alliterationist +alliterative +alliteratively +alliterativeness +alliterator +Allium +allivalite +allmouth +allness +Allobroges +allocable +allocaffeine +allocatable +allocate +allocatee +allocation +allocator +allochetia +allochetite +allochezia +allochiral +allochirally +allochiria +allochlorophyll +allochroic +allochroite +allochromatic +allochroous +allochthonous +allocinnamic +alloclase +alloclasite +allocochick +allocrotonic +allocryptic +allocute +allocution +allocutive +allocyanine +allodelphite +allodesmism +alloeosis +alloeostropha +alloeotic +alloerotic +alloerotism +allogamous +allogamy +allogene +allogeneity +allogeneous +allogenic +allogenically +allograph +alloiogenesis +alloisomer +alloisomeric +alloisomerism +allokinesis +allokinetic +allokurtic +allomerism +allomerous +allometric +allometry +allomorph +allomorphic +allomorphism +allomorphite +allomucic +allonomous +allonym +allonymous +allopalladium +allopath +allopathetic +allopathetically +allopathic +allopathically +allopathist +allopathy +allopatric +allopatrically +allopatry +allopelagic +allophanamide +allophanates +allophane +allophanic +allophone +allophyle +allophylian +allophylic +Allophylus +allophytoid +alloplasm +alloplasmatic +alloplasmic +alloplast +alloplastic +alloplasty +alloploidy +allopolyploid +allopsychic +alloquial +alloquialism +alloquy +allorhythmia +allorrhyhmia +allorrhythmic +allosaur +Allosaurus +allose +allosematic +allosome +allosyndesis +allosyndetic +allot +allotee +allotelluric +allotheism +Allotheria +allothigene +allothigenetic +allothigenetically +allothigenic +allothigenous +allothimorph +allothimorphic +allothogenic +allothogenous +allotment +allotriodontia +Allotriognathi +allotriomorphic +allotriophagia +allotriophagy +allotriuria +allotrope +allotrophic +allotropic +allotropical +allotropically +allotropicity +allotropism +allotropize +allotropous +allotropy +allotrylic +allottable +allottee +allotter +allotype +allotypical +allover +allow +allowable +allowableness +allowably +allowance +allowedly +allower +alloxan +alloxanate +alloxanic +alloxantin +alloxuraemia +alloxuremia +alloxuric +alloxyproteic +alloy +alloyage +allozooid +allseed +allspice +allthing +allthorn +alltud +allude +allure +allurement +allurer +alluring +alluringly +alluringness +allusion +allusive +allusively +allusiveness +alluvia +alluvial +alluviate +alluviation +alluvion +alluvious +alluvium +allwhere +allwhither +allwork +Allworthy +Ally +ally +allyl +allylamine +allylate +allylation +allylene +allylic +allylthiourea +Alma +alma +Almach +almaciga +almacigo +almadia +almadie +almagest +almagra +Almain +Alman +almanac +almandine +almandite +alme +almeidina +almemar +Almerian +almeriite +Almida +almightily +almightiness +almighty +almique +Almira +almirah +almochoden +Almohad +Almohade +Almohades +almoign +Almon +almon +almond +almondy +almoner +almonership +almonry +Almoravid +Almoravide +Almoravides +almost +almous +alms +almsdeed +almsfolk +almsful +almsgiver +almsgiving +almshouse +almsman +almswoman +almucantar +almuce +almud +almude +almug +Almuredin +almuten +aln +alnage +alnager +alnagership +Alnaschar +Alnascharism +alnein +alnico +Alnilam +alniresinol +Alnitak +Alnitham +alniviridol +alnoite +alnuin +Alnus +alo +Aloadae +Alocasia +alochia +alod +alodial +alodialism +alodialist +alodiality +alodially +alodian +alodiary +alodification +alodium +alody +aloe +aloed +aloelike +aloemodin +aloeroot +aloesol +aloeswood +aloetic +aloetical +aloewood +aloft +alogia +Alogian +alogical +alogically +alogism +alogy +aloid +aloin +Alois +aloisiite +aloma +alomancy +alone +aloneness +along +alongshore +alongshoreman +alongside +alongst +Alonso +Alonsoa +Alonzo +aloof +aloofly +aloofness +aloose +alop +alopecia +Alopecias +alopecist +alopecoid +Alopecurus +alopeke +Alopias +Alopiidae +Alosa +alose +Alouatta +alouatte +aloud +alow +alowe +Aloxite +Aloysia +Aloysius +alp +alpaca +alpasotes +Alpax +alpeen +Alpen +alpenglow +alpenhorn +alpenstock +alpenstocker +alpestral +alpestrian +alpestrine +alpha +alphabet +alphabetarian +alphabetic +alphabetical +alphabetically +alphabetics +alphabetiform +alphabetism +alphabetist +alphabetization +alphabetize +alphabetizer +Alphard +alphatoluic +Alphean +Alphecca +alphenic +Alpheratz +alphitomancy +alphitomorphous +alphol +Alphonist +Alphonse +Alphonsine +Alphonsism +Alphonso +alphorn +alphos +alphosis +alphyl +Alpian +Alpid +alpieu +alpigene +Alpine +alpine +alpinely +alpinery +alpinesque +Alpinia +Alpiniaceae +Alpinism +Alpinist +alpist +Alpujarra +alqueire +alquier +alquifou +alraun +alreadiness +already +alright +alrighty +alroot +alruna +Alsatia +Alsatian +alsbachite +Alshain +Alsinaceae +alsinaceous +Alsine +also +alsoon +Alsophila +Alstonia +alstonidine +alstonine +alstonite +Alstroemeria +alsweill +alt +Altaian +Altaic +Altaid +Altair +altaite +Altamira +altar +altarage +altared +altarist +altarlet +altarpiece +altarwise +altazimuth +alter +alterability +alterable +alterableness +alterably +alterant +alterate +alteration +alterative +altercate +altercation +altercative +alteregoism +alteregoistic +alterer +alterity +altern +alternacy +alternance +alternant +Alternanthera +Alternaria +alternariose +alternate +alternately +alternateness +alternating +alternatingly +alternation +alternationist +alternative +alternatively +alternativeness +alternativity +alternator +alterne +alternifoliate +alternipetalous +alternipinnate +alternisepalous +alternize +alterocentric +Althaea +althaein +Althea +althea +althein +altheine +althionic +altho +althorn +although +Altica +Alticamelus +altigraph +altilik +altiloquence +altiloquent +altimeter +altimetrical +altimetrically +altimetry +altin +altincar +Altingiaceae +altingiaceous +altininck +altiplano +altiscope +altisonant +altisonous +altissimo +altitude +altitudinal +altitudinarian +alto +altogether +altogetherness +altometer +altoun +altrices +altricial +altropathy +altrose +altruism +altruist +altruistic +altruistically +altschin +altun +Aluco +Aluconidae +Aluconinae +aludel +Aludra +alula +alular +alulet +Alulim +alum +alumbloom +Alumel +alumic +alumiferous +alumina +aluminaphone +aluminate +alumine +aluminic +aluminide +aluminiferous +aluminiform +aluminish +aluminite +aluminium +aluminize +aluminoferric +aluminographic +aluminography +aluminose +aluminosilicate +aluminosis +aluminosity +aluminothermic +aluminothermics +aluminothermy +aluminotype +aluminous +aluminum +aluminyl +alumish +alumite +alumium +alumna +alumnae +alumnal +alumni +alumniate +Alumnol +alumnus +alumohydrocalcite +alumroot +Alundum +aluniferous +alunite +alunogen +alupag +Alur +alure +alurgite +alushtite +aluta +alutaceous +Alvah +Alvan +alvar +alvearium +alveary +alveloz +alveola +alveolar +alveolariform +alveolary +alveolate +alveolated +alveolation +alveole +alveolectomy +alveoli +alveoliform +alveolite +Alveolites +alveolitis +alveoloclasia +alveolocondylean +alveolodental +alveololabial +alveololingual +alveolonasal +alveolosubnasal +alveolotomy +alveolus +alveus +alviducous +Alvin +Alvina +alvine +Alvissmal +alvite +alvus +alway +always +aly +Alya +alycompaine +alymphia +alymphopotent +alypin +alysson +Alyssum +alytarch +Alytes +am +ama +amaas +Amabel +amability +amacratic +amacrinal +amacrine +amadavat +amadelphous +Amadi +Amadis +amadou +Amaethon +Amafingo +amaga +amah +Amahuaca +amain +amaister +amakebe +Amakosa +amala +amalaita +amalaka +Amalfian +Amalfitan +amalgam +amalgamable +amalgamate +amalgamation +amalgamationist +amalgamative +amalgamatize +amalgamator +amalgamist +amalgamization +amalgamize +Amalings +Amalrician +amaltas +amamau +Amampondo +Amanda +amandin +Amandus +amang +amani +amania +Amanist +Amanita +amanitin +amanitine +Amanitopsis +amanori +amanous +amantillo +amanuenses +amanuensis +amapa +Amapondo +amar +Amara +Amarantaceae +amarantaceous +amaranth +Amaranthaceae +amaranthaceous +amaranthine +amaranthoid +Amaranthus +amarantite +Amarantus +amarelle +amarevole +amargoso +amarillo +amarin +amarine +amaritude +amarity +amaroid +amaroidal +Amarth +amarthritis +amaryllid +Amaryllidaceae +amaryllidaceous +amaryllideous +Amaryllis +amasesis +amass +amassable +amasser +amassment +Amasta +amasthenic +amastia +amasty +Amatembu +amaterialistic +amateur +amateurish +amateurishly +amateurishness +amateurism +amateurship +Amati +amative +amatively +amativeness +amatol +amatorial +amatorially +amatorian +amatorious +amatory +amatrice +amatungula +amaurosis +amaurotic +amaze +amazed +amazedly +amazedness +amazeful +amazement +amazia +Amazilia +amazing +amazingly +Amazon +Amazona +Amazonian +Amazonism +amazonite +Amazulu +amba +ambage +ambagiosity +ambagious +ambagiously +ambagiousness +ambagitory +ambalam +amban +ambar +ambaree +ambarella +ambary +ambash +ambassade +Ambassadeur +ambassador +ambassadorial +ambassadorially +ambassadorship +ambassadress +ambassage +ambassy +ambatch +ambatoarinite +ambay +ambeer +amber +amberfish +ambergris +amberiferous +amberite +amberoid +amberous +ambery +ambicolorate +ambicoloration +ambidexter +ambidexterity +ambidextral +ambidextrous +ambidextrously +ambidextrousness +ambience +ambiency +ambiens +ambient +ambier +ambigenous +ambiguity +ambiguous +ambiguously +ambiguousness +ambilateral +ambilateralaterally +ambilaterality +ambilevous +ambilian +ambilogy +ambiopia +ambiparous +ambisinister +ambisinistrous +ambisporangiate +ambisyllabic +ambit +ambital +ambitendency +ambition +ambitionist +ambitionless +ambitionlessly +ambitious +ambitiously +ambitiousness +ambitty +ambitus +ambivalence +ambivalency +ambivalent +ambivert +amble +ambler +ambling +amblingly +amblotic +amblyacousia +amblyaphia +Amblycephalidae +Amblycephalus +amblychromatic +Amblydactyla +amblygeusia +amblygon +amblygonal +amblygonite +amblyocarpous +Amblyomma +amblyope +amblyopia +amblyopic +Amblyopsidae +Amblyopsis +amblyoscope +amblypod +Amblypoda +amblypodous +Amblyrhynchus +amblystegite +Amblystoma +ambo +amboceptoid +amboceptor +Ambocoelia +Amboina +Amboinese +ambomalleal +ambon +ambonite +Ambonnay +ambos +ambosexous +ambosexual +ambrain +ambrein +ambrette +Ambrica +ambrite +ambroid +ambrology +Ambrose +ambrose +ambrosia +ambrosiac +Ambrosiaceae +ambrosiaceous +ambrosial +ambrosially +Ambrosian +ambrosian +ambrosiate +ambrosin +ambrosine +Ambrosio +ambrosterol +ambrotype +ambry +ambsace +ambulacral +ambulacriform +ambulacrum +ambulance +ambulancer +ambulant +ambulate +ambulatio +ambulation +ambulative +ambulator +Ambulatoria +ambulatorial +ambulatorium +ambulatory +ambuling +ambulomancy +amburbial +ambury +ambuscade +ambuscader +ambush +ambusher +ambushment +Ambystoma +Ambystomidae +amchoor +ame +amebiform +Amedeo +ameed +ameen +Ameiuridae +Ameiurus +Ameiva +Amelanchier +amelcorn +Amelia +amelia +amelification +ameliorable +ameliorableness +ameliorant +ameliorate +amelioration +ameliorativ +ameliorative +ameliorator +amellus +ameloblast +ameloblastic +amelu +amelus +Amen +amen +amenability +amenable +amenableness +amenably +amend +amendable +amendableness +amendatory +amende +amender +amendment +amends +amene +amenia +Amenism +Amenite +amenity +amenorrhea +amenorrheal +amenorrheic +amenorrhoea +ament +amentaceous +amental +amentia +Amentiferae +amentiferous +amentiform +amentulum +amentum +amerce +amerceable +amercement +amercer +amerciament +America +American +Americana +Americanese +Americanism +Americanist +Americanistic +Americanitis +Americanization +Americanize +Americanizer +Americanly +Americanoid +Americaward +Americawards +americium +Americomania +Americophobe +Amerimnon +Amerind +Amerindian +Amerindic +amerism +ameristic +amesite +Ametabola +ametabole +ametabolia +ametabolian +ametabolic +ametabolism +ametabolous +ametaboly +ametallous +amethodical +amethodically +amethyst +amethystine +ametoecious +ametria +ametrometer +ametrope +ametropia +ametropic +ametrous +Amex +amgarn +amhar +amherstite +amhran +Ami +ami +Amia +amiability +amiable +amiableness +amiably +amianth +amianthiform +amianthine +Amianthium +amianthoid +amianthoidal +amianthus +amic +amicability +amicable +amicableness +amicably +amical +amice +amiced +amicicide +amicrobic +amicron +amicronucleate +amid +amidase +amidate +amidation +amide +amidic +amidid +amidide +amidin +amidine +Amidism +Amidist +amido +amidoacetal +amidoacetic +amidoacetophenone +amidoaldehyde +amidoazo +amidoazobenzene +amidoazobenzol +amidocaffeine +amidocapric +amidofluorid +amidofluoride +amidogen +amidoguaiacol +amidohexose +amidoketone +amidol +amidomyelin +amidon +amidophenol +amidophosphoric +amidoplast +amidoplastid +amidopyrine +amidosuccinamic +amidosulphonal +amidothiazole +amidoxime +amidoxy +amidoxyl +amidrazone +amidship +amidships +amidst +amidstream +amidulin +Amigo +Amiidae +amil +Amiles +Amiloun +amimia +amimide +amin +aminate +amination +amine +amini +aminic +aminity +aminization +aminize +amino +aminoacetal +aminoacetanilide +aminoacetic +aminoacetone +aminoacetophenetidine +aminoacetophenone +aminoacidemia +aminoaciduria +aminoanthraquinone +aminoazobenzene +aminobarbituric +aminobenzaldehyde +aminobenzamide +aminobenzene +aminobenzoic +aminocaproic +aminodiphenyl +aminoethionic +aminoformic +aminogen +aminoglutaric +aminoguanidine +aminoid +aminoketone +aminolipin +aminolysis +aminolytic +aminomalonic +aminomyelin +aminophenol +aminoplast +aminoplastic +aminopropionic +aminopurine +aminopyrine +aminoquinoline +aminosis +aminosuccinamic +aminosulphonic +aminothiophen +aminovaleric +aminoxylol +Aminta +Amintor +Amioidei +Amir +amir +Amiranha +amiray +amirship +Amish +Amishgo +amiss +amissibility +amissible +amissness +Amita +Amitabha +amitosis +amitotic +amitotically +amity +amixia +Amizilis +amla +amli +amlikar +amlong +Amma +amma +amman +Ammanite +ammelide +ammelin +ammeline +ammer +ammeter +Ammi +Ammiaceae +ammiaceous +ammine +amminochloride +amminolysis +amminolytic +ammiolite +ammo +Ammobium +ammochaeta +ammochryse +ammocoete +ammocoetes +ammocoetid +Ammocoetidae +ammocoetiform +ammocoetoid +Ammodytes +Ammodytidae +ammodytoid +ammonal +ammonate +ammonation +Ammonea +ammonia +ammoniacal +ammoniacum +ammoniate +ammoniation +ammonic +ammonical +ammoniemia +ammonification +ammonifier +ammonify +ammoniojarosite +ammonion +ammonionitrate +Ammonite +ammonite +Ammonites +Ammonitess +ammonitic +ammoniticone +ammonitiferous +Ammonitish +ammonitoid +Ammonitoidea +ammonium +ammoniuria +ammonization +ammono +ammonobasic +ammonocarbonic +ammonocarbonous +ammonoid +Ammonoidea +ammonoidean +ammonolysis +ammonolytic +ammonolyze +Ammophila +ammophilous +ammoresinol +ammotherapy +ammu +ammunition +amnemonic +amnesia +amnesic +amnestic +amnesty +amnia +amniac +amniatic +amnic +Amnigenia +amnioallantoic +amniocentesis +amniochorial +amnioclepsis +amniomancy +amnion +Amnionata +amnionate +amnionic +amniorrhea +Amniota +amniote +amniotic +amniotitis +amniotome +amober +amobyr +amoeba +amoebae +Amoebaea +amoebaean +amoebaeum +amoebalike +amoeban +amoebian +amoebiasis +amoebic +amoebicide +amoebid +Amoebida +Amoebidae +amoebiform +Amoebobacter +Amoebobacterieae +amoebocyte +Amoebogeniae +amoeboid +amoeboidism +amoebous +amoebula +amok +amoke +amole +amolilla +amomal +Amomales +Amomis +amomum +among +amongst +amontillado +amor +amorado +amoraic +amoraim +amoral +amoralism +amoralist +amorality +amoralize +Amores +amoret +amoretto +Amoreuxia +amorism +amorist +amoristic +Amorite +Amoritic +Amoritish +amorosity +amoroso +amorous +amorously +amorousness +Amorpha +amorphia +amorphic +amorphinism +amorphism +Amorphophallus +amorphophyte +amorphotae +amorphous +amorphously +amorphousness +amorphus +amorphy +amort +amortisseur +amortizable +amortization +amortize +amortizement +Amorua +Amos +Amoskeag +amotion +amotus +amount +amour +amourette +amovability +amovable +amove +Amoy +Amoyan +Amoyese +ampalaya +ampalea +ampangabeite +ampasimenite +Ampelidaceae +ampelidaceous +Ampelidae +ampelideous +Ampelis +ampelite +ampelitic +ampelographist +ampelography +ampelopsidin +ampelopsin +Ampelopsis +Ampelosicyos +ampelotherapy +amper +amperage +ampere +amperemeter +Amperian +amperometer +ampersand +ampery +amphanthium +ampheclexis +ampherotokous +ampherotoky +amphetamine +amphiarthrodial +amphiarthrosis +amphiaster +amphibalus +Amphibia +amphibial +amphibian +amphibichnite +amphibiety +amphibiological +amphibiology +amphibion +amphibiotic +Amphibiotica +amphibious +amphibiously +amphibiousness +amphibium +amphiblastic +amphiblastula +amphiblestritis +Amphibola +amphibole +amphibolia +amphibolic +amphiboliferous +amphiboline +amphibolite +amphibolitic +amphibological +amphibologically +amphibologism +amphibology +amphibolous +amphiboly +amphibrach +amphibrachic +amphibryous +Amphicarpa +Amphicarpaea +amphicarpic +amphicarpium +amphicarpogenous +amphicarpous +amphicentric +amphichroic +amphichrom +amphichromatic +amphichrome +amphicoelian +amphicoelous +Amphicondyla +amphicondylous +amphicrania +amphicreatinine +amphicribral +amphictyon +amphictyonian +amphictyonic +amphictyony +Amphicyon +Amphicyonidae +amphicyrtic +amphicyrtous +amphicytula +amphid +amphide +amphidesmous +amphidetic +amphidiarthrosis +amphidiploid +amphidiploidy +amphidisc +Amphidiscophora +amphidiscophoran +amphierotic +amphierotism +Amphigaea +amphigam +Amphigamae +amphigamous +amphigastrium +amphigastrula +amphigean +amphigen +amphigene +amphigenesis +amphigenetic +amphigenous +amphigenously +amphigonic +amphigonium +amphigonous +amphigony +amphigoric +amphigory +amphigouri +amphikaryon +amphilogism +amphilogy +amphimacer +amphimictic +amphimictical +amphimictically +amphimixis +amphimorula +Amphinesian +Amphineura +amphineurous +amphinucleus +Amphion +Amphionic +Amphioxi +Amphioxidae +Amphioxides +Amphioxididae +amphioxus +amphipeptone +amphiphloic +amphiplatyan +Amphipleura +amphiploid +amphiploidy +amphipneust +Amphipneusta +amphipneustic +Amphipnous +amphipod +Amphipoda +amphipodal +amphipodan +amphipodiform +amphipodous +amphiprostylar +amphiprostyle +amphiprotic +amphipyrenin +Amphirhina +amphirhinal +amphirhine +amphisarca +amphisbaena +amphisbaenian +amphisbaenic +Amphisbaenidae +amphisbaenoid +amphisbaenous +amphiscians +amphiscii +Amphisile +Amphisilidae +amphispermous +amphisporangiate +amphispore +Amphistoma +amphistomatic +amphistome +amphistomoid +amphistomous +Amphistomum +amphistylar +amphistylic +amphistyly +amphitene +amphitheater +amphitheatered +amphitheatral +amphitheatric +amphitheatrical +amphitheatrically +amphithecial +amphithecium +amphithect +amphithyron +amphitokal +amphitokous +amphitoky +amphitriaene +amphitrichous +Amphitrite +amphitropal +amphitropous +Amphitruo +Amphitryon +Amphiuma +Amphiumidae +amphivasal +amphivorous +Amphizoidae +amphodarch +amphodelite +amphodiplopia +amphogenous +ampholyte +amphopeptone +amphophil +amphophile +amphophilic +amphophilous +amphora +amphoral +amphore +amphorette +amphoric +amphoricity +amphoriloquy +amphorophony +amphorous +amphoteric +Amphrysian +ample +amplectant +ampleness +amplexation +amplexicaudate +amplexicaul +amplexicauline +amplexifoliate +amplexus +ampliate +ampliation +ampliative +amplicative +amplidyne +amplification +amplificative +amplificator +amplificatory +amplifier +amplify +amplitude +amply +ampollosity +ampongue +ampoule +ampul +ampulla +ampullaceous +ampullar +Ampullaria +Ampullariidae +ampullary +ampullate +ampullated +ampulliform +ampullitis +ampullula +amputate +amputation +amputational +amputative +amputator +amputee +ampyx +amra +amreeta +amrita +Amritsar +amsath +amsel +Amsonia +Amsterdamer +amt +amtman +Amuchco +amuck +Amueixa +amuguis +amula +amulet +amuletic +amulla +amunam +amurca +amurcosity +amurcous +Amurru +amusable +amuse +amused +amusedly +amusee +amusement +amuser +amusette +Amusgo +amusia +amusing +amusingly +amusingness +amusive +amusively +amusiveness +amutter +amuyon +amuyong +amuze +amvis +Amy +amy +Amyclaean +Amyclas +amyelencephalia +amyelencephalic +amyelencephalous +amyelia +amyelic +amyelinic +amyelonic +amyelous +amygdal +amygdala +Amygdalaceae +amygdalaceous +amygdalase +amygdalate +amygdalectomy +amygdalic +amygdaliferous +amygdaliform +amygdalin +amygdaline +amygdalinic +amygdalitis +amygdaloid +amygdaloidal +amygdalolith +amygdaloncus +amygdalopathy +amygdalothripsis +amygdalotome +amygdalotomy +Amygdalus +amygdonitrile +amygdophenin +amygdule +amyl +amylaceous +amylamine +amylan +amylase +amylate +amylemia +amylene +amylenol +amylic +amylidene +amyliferous +amylin +amylo +amylocellulose +amyloclastic +amylocoagulase +amylodextrin +amylodyspepsia +amylogen +amylogenesis +amylogenic +amylohydrolysis +amylohydrolytic +amyloid +amyloidal +amyloidosis +amyloleucite +amylolysis +amylolytic +amylom +amylometer +amylon +amylopectin +amylophagia +amylophosphate +amylophosphoric +amyloplast +amyloplastic +amyloplastid +amylopsin +amylose +amylosis +amylosynthesis +amylum +amyluria +Amynodon +amynodont +amyosthenia +amyosthenic +amyotaxia +amyotonia +amyotrophia +amyotrophic +amyotrophy +amyous +Amyraldism +Amyraldist +Amyridaceae +amyrin +Amyris +amyrol +amyroot +Amytal +amyxorrhea +amyxorrhoea +an +Ana +ana +Anabaena +Anabantidae +Anabaptism +Anabaptist +Anabaptistic +Anabaptistical +Anabaptistically +Anabaptistry +anabaptize +Anabas +anabasine +anabasis +anabasse +anabata +anabathmos +anabatic +anaberoga +anabibazon +anabiosis +anabiotic +Anablepidae +Anableps +anabo +anabohitsite +anabolic +anabolin +anabolism +anabolite +anabolize +anabong +anabranch +anabrosis +anabrotic +anacahuita +anacahuite +anacalypsis +anacampsis +anacamptic +anacamptically +anacamptics +anacamptometer +anacanth +anacanthine +Anacanthini +anacanthous +anacara +anacard +Anacardiaceae +anacardiaceous +anacardic +Anacardium +anacatadidymus +anacatharsis +anacathartic +anacephalaeosis +anacephalize +Anaces +Anacharis +anachorism +anachromasis +anachronic +anachronical +anachronically +anachronism +anachronismatical +anachronist +anachronistic +anachronistical +anachronistically +anachronize +anachronous +anachronously +anachueta +anacid +anacidity +anaclasis +anaclastic +anaclastics +Anaclete +anacleticum +anaclinal +anaclisis +anaclitic +anacoenosis +anacoluthia +anacoluthic +anacoluthically +anacoluthon +anaconda +Anacreon +Anacreontic +Anacreontically +anacrisis +Anacrogynae +anacrogynae +anacrogynous +anacromyodian +anacrotic +anacrotism +anacrusis +anacrustic +anacrustically +anaculture +anacusia +anacusic +anacusis +Anacyclus +anadem +anadenia +anadicrotic +anadicrotism +anadidymus +anadiplosis +anadipsia +anadipsic +anadrom +anadromous +Anadyomene +anaematosis +anaemia +anaemic +anaeretic +anaerobation +anaerobe +anaerobia +anaerobian +anaerobic +anaerobically +anaerobies +anaerobion +anaerobiont +anaerobiosis +anaerobiotic +anaerobiotically +anaerobious +anaerobism +anaerobium +anaerophyte +anaeroplastic +anaeroplasty +anaesthesia +anaesthesiant +anaesthetically +anaesthetizer +anaetiological +anagalactic +Anagallis +anagap +anagenesis +anagenetic +anagep +anagignoskomena +anaglyph +anaglyphic +anaglyphical +anaglyphics +anaglyphoscope +anaglyphy +anaglyptic +anaglyptical +anaglyptics +anaglyptograph +anaglyptographic +anaglyptography +anaglypton +anagnorisis +anagnost +anagoge +anagogic +anagogical +anagogically +anagogics +anagogy +anagram +anagrammatic +anagrammatical +anagrammatically +anagrammatism +anagrammatist +anagrammatize +anagrams +anagraph +anagua +anagyrin +anagyrine +Anagyris +anahau +Anahita +Anaitis +Anakes +anakinesis +anakinetic +anakinetomer +anakinetomeric +anakoluthia +anakrousis +anaktoron +anal +analabos +analav +analcime +analcimite +analcite +analcitite +analecta +analectic +analects +analemma +analemmatic +analepsis +analepsy +analeptic +analeptical +analgen +analgesia +analgesic +Analgesidae +analgesis +analgesist +analgetic +analgia +analgic +analgize +analkalinity +anallagmatic +anallantoic +Anallantoidea +anallantoidean +anallergic +anally +analogic +analogical +analogically +analogicalness +analogion +analogism +analogist +analogistic +analogize +analogon +analogous +analogously +analogousness +analogue +analogy +analphabet +analphabete +analphabetic +analphabetical +analphabetism +analysability +analysable +analysand +analysation +analyse +analyser +analyses +analysis +analyst +analytic +analytical +analytically +analytics +analyzability +analyzable +analyzation +analyze +analyzer +Anam +anam +anama +anamesite +anametadromous +Anamirta +anamirtin +Anamite +anamite +anammonid +anammonide +anamnesis +anamnestic +anamnestically +Anamnia +Anamniata +Anamnionata +anamnionic +Anamniota +anamniote +anamniotic +anamorphic +anamorphism +anamorphoscope +anamorphose +anamorphosis +anamorphote +anamorphous +anan +anana +ananaplas +ananaples +ananas +ananda +anandrarious +anandria +anandrous +ananepionic +anangioid +anangular +Ananias +Ananism +Ananite +anankastic +Anansi +Ananta +anantherate +anantherous +ananthous +ananym +anapaest +anapaestic +anapaestical +anapaestically +anapaganize +anapaite +anapanapa +anapeiratic +anaphalantiasis +Anaphalis +anaphase +Anaphe +anaphia +anaphora +anaphoral +anaphoria +anaphoric +anaphorical +anaphrodisia +anaphrodisiac +anaphroditic +anaphroditous +anaphylactic +anaphylactin +anaphylactogen +anaphylactogenic +anaphylactoid +anaphylatoxin +anaphylaxis +anaphyte +anaplasia +anaplasis +anaplasm +Anaplasma +anaplasmosis +anaplastic +anaplasty +anaplerosis +anaplerotic +anapnea +anapneic +anapnoeic +anapnograph +anapnoic +anapnometer +anapodeictic +anapophysial +anapophysis +anapsid +Anapsida +anapsidan +Anapterygota +anapterygote +anapterygotism +anapterygotous +Anaptomorphidae +Anaptomorphus +anaptotic +anaptychus +anaptyctic +anaptyctical +anaptyxis +anaqua +anarcestean +Anarcestes +anarch +anarchal +anarchial +anarchic +anarchical +anarchically +anarchism +anarchist +anarchistic +anarchize +anarchoindividualist +anarchosocialist +anarchosyndicalism +anarchosyndicalist +anarchy +anarcotin +anareta +anaretic +anaretical +anargyros +anarthria +anarthric +anarthropod +Anarthropoda +anarthropodous +anarthrosis +anarthrous +anarthrously +anarthrousness +anartismos +anarya +Anaryan +Anas +Anasa +anasarca +anasarcous +Anasazi +anaschistic +anaseismic +Anasitch +anaspadias +anaspalin +Anaspida +Anaspidacea +Anaspides +anastalsis +anastaltic +Anastasia +Anastasian +anastasimon +anastasimos +anastasis +Anastasius +anastate +anastatic +Anastatica +Anastatus +anastigmat +anastigmatic +anastomose +anastomosis +anastomotic +Anastomus +anastrophe +Anastrophia +Anat +anatase +anatexis +anathema +anathematic +anathematical +anathematically +anathematism +anathematization +anathematize +anathematizer +anatheme +anathemize +Anatherum +Anatidae +anatifa +Anatifae +anatifer +anatiferous +Anatinacea +Anatinae +anatine +anatocism +Anatole +Anatolian +Anatolic +Anatoly +anatomic +anatomical +anatomically +anatomicobiological +anatomicochirurgical +anatomicomedical +anatomicopathologic +anatomicopathological +anatomicophysiologic +anatomicophysiological +anatomicosurgical +anatomism +anatomist +anatomization +anatomize +anatomizer +anatomopathologic +anatomopathological +anatomy +anatopism +anatox +anatoxin +anatreptic +anatripsis +anatripsology +anatriptic +anatron +anatropal +anatropia +anatropous +Anatum +anaudia +anaunter +anaunters +Anax +Anaxagorean +Anaxagorize +anaxial +Anaximandrian +anaxon +anaxone +Anaxonia +anay +anazoturia +anba +anbury +Ancerata +ancestor +ancestorial +ancestorially +ancestral +ancestrally +ancestress +ancestrial +ancestrian +ancestry +Ancha +Anchat +Anchietea +anchietin +anchietine +anchieutectic +anchimonomineral +Anchisaurus +Anchises +Anchistea +Anchistopoda +anchithere +anchitherioid +anchor +anchorable +anchorage +anchorate +anchored +anchorer +anchoress +anchoret +anchoretic +anchoretical +anchoretish +anchoretism +anchorhold +anchorite +anchoritess +anchoritic +anchoritical +anchoritish +anchoritism +anchorless +anchorlike +anchorwise +anchovy +Anchtherium +Anchusa +anchusin +anchusine +anchylose +anchylosis +ancience +anciency +ancient +ancientism +anciently +ancientness +ancientry +ancienty +ancile +ancilla +ancillary +ancipital +ancipitous +Ancistrocladaceae +ancistrocladaceous +Ancistrocladus +ancistroid +ancon +Ancona +anconad +anconagra +anconal +ancone +anconeal +anconeous +anconeus +anconitis +anconoid +ancony +ancora +ancoral +Ancyloceras +Ancylocladus +Ancylodactyla +ancylopod +Ancylopoda +Ancylostoma +ancylostome +ancylostomiasis +Ancylostomum +Ancylus +Ancyrean +Ancyrene +and +anda +andabatarian +Andalusian +andalusite +Andaman +Andamanese +andante +andantino +Andaqui +Andaquian +Andarko +Andaste +Ande +Andean +Anderson +Andesic +andesine +andesinite +andesite +andesitic +Andevo +Andhra +Andi +Andian +Andine +Andira +andirin +andirine +andiroba +andiron +Andoke +andorite +Andorobo +Andorran +andouillet +andradite +andranatomy +andrarchy +Andre +Andrea +Andreaea +Andreaeaceae +Andreaeales +Andreas +Andrena +andrenid +Andrenidae +Andrew +andrewsite +Andria +Andriana +Andrias +andric +Andries +androcentric +androcephalous +androcephalum +androclinium +Androclus +androconium +androcracy +androcratic +androcyte +androdioecious +androdioecism +androdynamous +androecial +androecium +androgametangium +androgametophore +androgen +androgenesis +androgenetic +androgenic +androgenous +androginous +androgone +androgonia +androgonial +androgonidium +androgonium +Andrographis +andrographolide +androgynal +androgynary +androgyne +androgyneity +androgynia +androgynism +androgynous +androgynus +androgyny +android +androidal +androkinin +androl +androlepsia +androlepsy +Andromache +andromania +Andromaque +Andromeda +Andromede +andromedotoxin +andromonoecious +andromonoecism +andromorphous +andron +Andronicus +andronitis +andropetalar +andropetalous +androphagous +androphobia +androphonomania +androphore +androphorous +androphorum +androphyll +Andropogon +Androsace +Androscoggin +androseme +androsin +androsphinx +androsporangium +androspore +androsterone +androtauric +androtomy +Andy +anear +aneath +anecdota +anecdotage +anecdotal +anecdotalism +anecdote +anecdotic +anecdotical +anecdotically +anecdotist +anele +anelectric +anelectrode +anelectrotonic +anelectrotonus +anelytrous +anematosis +Anemia +anemia +anemic +anemobiagraph +anemochord +anemoclastic +anemogram +anemograph +anemographic +anemographically +anemography +anemological +anemology +anemometer +anemometric +anemometrical +anemometrically +anemometrograph +anemometrographic +anemometrographically +anemometry +anemonal +anemone +Anemonella +anemonin +anemonol +anemony +anemopathy +anemophile +anemophilous +anemophily +Anemopsis +anemoscope +anemosis +anemotaxis +anemotropic +anemotropism +anencephalia +anencephalic +anencephalotrophia +anencephalous +anencephalus +anencephaly +anend +anenergia +anenst +anent +anenterous +anepia +anepigraphic +anepigraphous +anepiploic +anepithymia +anerethisia +aneretic +anergia +anergic +anergy +anerly +aneroid +aneroidograph +anerotic +anerythroplasia +anerythroplastic +anes +anesis +anesthesia +anesthesiant +anesthesimeter +anesthesiologist +anesthesiology +anesthesis +anesthetic +anesthetically +anesthetist +anesthetization +anesthetize +anesthetizer +anesthyl +anethole +Anethum +anetiological +aneuploid +aneuploidy +aneuria +aneuric +aneurilemmic +aneurin +aneurism +aneurismally +aneurysm +aneurysmal +aneurysmally +aneurysmatic +anew +Anezeh +anfractuose +anfractuosity +anfractuous +anfractuousness +anfracture +Angami +Angara +angaralite +angaria +angary +Angdistis +angekok +angel +Angela +angelate +angeldom +Angeleno +angelet +angeleyes +angelfish +angelhood +angelic +Angelica +angelica +Angelical +angelical +angelically +angelicalness +Angelican +angelicic +angelicize +angelico +angelin +Angelina +angeline +angelique +angelize +angellike +Angelo +angelocracy +angelographer +angelolater +angelolatry +angelologic +angelological +angelology +angelomachy +Angelonia +angelophany +angelot +angelship +Angelus +anger +angerly +Angerona +Angeronalia +Angers +Angetenar +Angevin +angeyok +angiasthenia +angico +Angie +angiectasis +angiectopia +angiemphraxis +angiitis +angild +angili +angina +anginal +anginiform +anginoid +anginose +anginous +angioasthenia +angioataxia +angioblast +angioblastic +angiocarditis +angiocarp +angiocarpian +angiocarpic +angiocarpous +angiocavernous +angiocholecystitis +angiocholitis +angiochondroma +angioclast +angiocyst +angiodermatitis +angiodiascopy +angioelephantiasis +angiofibroma +angiogenesis +angiogenic +angiogeny +angioglioma +angiograph +angiography +angiohyalinosis +angiohydrotomy +angiohypertonia +angiohypotonia +angioid +angiokeratoma +angiokinesis +angiokinetic +angioleucitis +angiolipoma +angiolith +angiology +angiolymphitis +angiolymphoma +angioma +angiomalacia +angiomatosis +angiomatous +angiomegaly +angiometer +angiomyocardiac +angiomyoma +angiomyosarcoma +angioneoplasm +angioneurosis +angioneurotic +angionoma +angionosis +angioparalysis +angioparalytic +angioparesis +angiopathy +angiophorous +angioplany +angioplasty +angioplerosis +angiopoietic +angiopressure +angiorrhagia +angiorrhaphy +angiorrhea +angiorrhexis +angiosarcoma +angiosclerosis +angiosclerotic +angioscope +angiosis +angiospasm +angiospastic +angiosperm +Angiospermae +angiospermal +angiospermatous +angiospermic +angiospermous +angiosporous +angiostegnosis +angiostenosis +angiosteosis +angiostomize +angiostomy +angiostrophy +angiosymphysis +angiotasis +angiotelectasia +angiothlipsis +angiotome +angiotomy +angiotonic +angiotonin +angiotribe +angiotripsy +angiotrophic +Angka +anglaise +angle +angleberry +angled +anglehook +anglepod +angler +Angles +anglesite +anglesmith +angletouch +angletwitch +anglewing +anglewise +angleworm +Anglian +Anglic +Anglican +Anglicanism +Anglicanize +Anglicanly +Anglicanum +Anglicism +Anglicist +Anglicization +anglicization +Anglicize +anglicize +Anglification +Anglify +anglimaniac +angling +Anglish +Anglist +Anglistics +Anglogaea +Anglogaean +angloid +Angloman +Anglomane +Anglomania +Anglomaniac +Anglophile +Anglophobe +Anglophobia +Anglophobiac +Anglophobic +Anglophobist +ango +Angola +angolar +Angolese +angor +Angora +angostura +Angouleme +Angoumian +Angraecum +angrily +angriness +angrite +angry +angst +angster +Angstrom +angstrom +anguid +Anguidae +anguiform +Anguilla +Anguillaria +Anguillidae +anguilliform +anguilloid +Anguillula +Anguillulidae +Anguimorpha +anguine +anguineal +anguineous +Anguinidae +anguiped +Anguis +anguis +anguish +anguished +anguishful +anguishous +anguishously +angula +angular +angulare +angularity +angularization +angularize +angularly +angularness +angulate +angulated +angulately +angulateness +angulation +angulatogibbous +angulatosinuous +anguliferous +angulinerved +Anguloa +angulodentate +angulometer +angulosity +angulosplenial +angulous +anguria +Angus +angusticlave +angustifoliate +angustifolious +angustirostrate +angustisellate +angustiseptal +angustiseptate +angwantibo +anhalamine +anhaline +anhalonine +Anhalonium +anhalouidine +anhang +Anhanga +anharmonic +anhedonia +anhedral +anhedron +anhelation +anhelous +anhematosis +anhemolytic +anhidrosis +anhidrotic +anhima +Anhimae +Anhimidae +anhinga +anhistic +anhistous +anhungered +anhungry +anhydrate +anhydration +anhydremia +anhydremic +anhydric +anhydride +anhydridization +anhydridize +anhydrite +anhydrization +anhydrize +anhydroglocose +anhydromyelia +anhydrous +anhydroxime +anhysteretic +ani +Aniba +Anice +aniconic +aniconism +anicular +anicut +anidian +anidiomatic +anidiomatical +anidrosis +Aniellidae +aniente +anigh +anight +anights +anil +anilao +anilau +anile +anileness +anilic +anilid +anilide +anilidic +anilidoxime +aniline +anilinism +anilinophile +anilinophilous +anility +anilla +anilopyrin +anilopyrine +anima +animability +animable +animableness +animadversion +animadversional +animadversive +animadversiveness +animadvert +animadverter +animal +animalcula +animalculae +animalcular +animalcule +animalculine +animalculism +animalculist +animalculous +animalculum +animalhood +Animalia +animalian +animalic +animalier +animalish +animalism +animalist +animalistic +animality +Animalivora +animalivore +animalivorous +animalization +animalize +animally +animastic +animastical +animate +animated +animatedly +animately +animateness +animater +animating +animatingly +animation +animatism +animatistic +animative +animatograph +animator +anime +animi +Animikean +animikite +animism +animist +animistic +animize +animosity +animotheism +animous +animus +anion +anionic +aniridia +anis +anisal +anisalcohol +anisaldehyde +anisaldoxime +anisamide +anisandrous +anisanilide +anisate +anischuria +anise +aniseed +aniseikonia +aniseikonic +aniselike +aniseroot +anisette +anisic +anisidin +anisidine +anisil +anisilic +anisobranchiate +anisocarpic +anisocarpous +anisocercal +anisochromatic +anisochromia +anisocoria +anisocotyledonous +anisocotyly +anisocratic +anisocycle +anisocytosis +anisodactyl +Anisodactyla +Anisodactyli +anisodactylic +anisodactylous +anisodont +anisogamete +anisogamous +anisogamy +anisogenous +anisogeny +anisognathism +anisognathous +anisogynous +anisoin +anisole +anisoleucocytosis +Anisomeles +anisomelia +anisomelus +anisomeric +anisomerous +anisometric +anisometrope +anisometropia +anisometropic +anisomyarian +Anisomyodi +anisomyodian +anisomyodous +anisopetalous +anisophyllous +anisophylly +anisopia +anisopleural +anisopleurous +anisopod +Anisopoda +anisopodal +anisopodous +anisopogonous +Anisoptera +anisopterous +anisosepalous +anisospore +anisostaminous +anisostemonous +anisosthenic +anisostichous +Anisostichus +anisostomous +anisotonic +anisotropal +anisotrope +anisotropic +anisotropical +anisotropically +anisotropism +anisotropous +anisotropy +anisoyl +anisum +anisuria +anisyl +anisylidene +Anita +anither +anitrogenous +anjan +Anjou +ankaramite +ankaratrite +ankee +anker +ankerite +ankh +ankle +anklebone +anklejack +anklet +anklong +Ankoli +Ankou +ankus +ankusha +ankylenteron +ankyloblepharon +ankylocheilia +ankylodactylia +ankylodontia +ankyloglossia +ankylomele +ankylomerism +ankylophobia +ankylopodia +ankylopoietic +ankyloproctia +ankylorrhinia +Ankylosaurus +ankylose +ankylosis +ankylostoma +ankylotia +ankylotic +ankylotome +ankylotomy +ankylurethria +ankyroid +anlace +anlaut +Ann +ann +Anna +anna +Annabel +annabergite +annal +annale +annaline +annalism +annalist +annalistic +annalize +annals +Annam +Annamese +Annamite +Annamitic +Annapurna +Annard +annat +annates +annatto +Anne +anneal +annealer +annectent +annection +annelid +Annelida +annelidan +Annelides +annelidian +annelidous +annelism +Annellata +anneloid +annerodite +Anneslia +annet +Annette +annex +annexa +annexable +annexal +annexation +annexational +annexationist +annexer +annexion +annexionist +annexitis +annexive +annexment +annexure +annidalin +Annie +Anniellidae +annihilability +annihilable +annihilate +annihilation +annihilationism +annihilationist +annihilative +annihilator +annihilatory +Annist +annite +anniversarily +anniversariness +anniversary +anniverse +annodated +Annona +annona +Annonaceae +annonaceous +annotate +annotater +annotation +annotative +annotator +annotatory +annotine +annotinous +announce +announceable +announcement +announcer +annoy +annoyance +annoyancer +annoyer +annoyful +annoying +annoyingly +annoyingness +annoyment +annual +annualist +annualize +annually +annuary +annueler +annuent +annuitant +annuity +annul +annular +Annularia +annularity +annularly +annulary +Annulata +annulate +annulated +annulation +annulet +annulettee +annulism +annullable +annullate +annullation +annuller +annulment +annuloid +Annuloida +Annulosa +annulosan +annulose +annulus +annunciable +annunciate +annunciation +annunciative +annunciator +annunciatory +anoa +Anobiidae +anocarpous +anociassociation +anococcygeal +anodal +anode +anodendron +anodic +anodically +anodize +Anodon +Anodonta +anodontia +anodos +anodyne +anodynia +anodynic +anodynous +anoegenetic +anoesia +anoesis +anoestrous +anoestrum +anoestrus +anoetic +anogenic +anogenital +Anogra +anoil +anoine +anoint +anointer +anointment +anole +anoli +anolian +Anolis +Anolympiad +anolyte +Anomala +anomaliflorous +anomaliped +anomalism +anomalist +anomalistic +anomalistical +anomalistically +anomalocephalus +anomaloflorous +Anomalogonatae +anomalogonatous +Anomalon +anomalonomy +Anomalopteryx +anomaloscope +anomalotrophy +anomalous +anomalously +anomalousness +anomalure +Anomaluridae +Anomalurus +anomaly +Anomatheca +Anomia +Anomiacea +Anomiidae +anomite +anomocarpous +anomodont +Anomodontia +Anomoean +Anomoeanism +anomophyllous +anomorhomboid +anomorhomboidal +anomphalous +Anomura +anomural +anomuran +anomurous +anomy +anon +anonang +anoncillo +anonol +anonychia +anonym +anonyma +anonymity +anonymous +anonymously +anonymousness +anonymuncule +anoopsia +anoperineal +anophele +Anopheles +Anophelinae +anopheline +anophoria +anophthalmia +anophthalmos +Anophthalmus +anophyte +anopia +anopisthographic +Anopla +Anoplanthus +anoplocephalic +anoplonemertean +Anoplonemertini +anoplothere +Anoplotheriidae +anoplotherioid +Anoplotherium +anoplotheroid +Anoplura +anopluriform +anopsia +anopubic +anorak +anorchia +anorchism +anorchous +anorchus +anorectal +anorectic +anorectous +anorexia +anorexy +anorgana +anorganic +anorganism +anorganology +anormal +anormality +anorogenic +anorth +anorthic +anorthite +anorthitic +anorthitite +anorthoclase +anorthographic +anorthographical +anorthographically +anorthography +anorthophyre +anorthopia +anorthoscope +anorthose +anorthosite +anoscope +anoscopy +Anosia +anosmatic +anosmia +anosmic +anosphrasia +anosphresia +anospinal +anostosis +Anostraca +anoterite +another +anotherkins +anotia +anotropia +anotta +anotto +anotus +anounou +Anous +anovesical +anoxemia +anoxemic +anoxia +anoxic +anoxidative +anoxybiosis +anoxybiotic +anoxyscope +ansa +ansar +ansarian +Ansarie +ansate +ansation +Anseis +Ansel +Anselm +Anselmian +Anser +anserated +Anseres +Anseriformes +Anserinae +anserine +anserous +anspessade +ansu +ansulate +answer +answerability +answerable +answerableness +answerably +answerer +answeringly +answerless +answerlessly +ant +Anta +anta +antacid +antacrid +antadiform +Antaean +Antaeus +antagonism +antagonist +antagonistic +antagonistical +antagonistically +antagonization +antagonize +antagonizer +antagony +Antaimerina +Antaios +Antaiva +antal +antalgesic +antalgol +antalkali +antalkaline +antambulacral +antanacathartic +antanaclasis +Antanandro +antanemic +antapex +antaphrodisiac +antaphroditic +antapocha +antapodosis +antapology +antapoplectic +Antar +Antara +antarchism +antarchist +antarchistic +antarchistical +antarchy +Antarctalia +Antarctalian +antarctic +Antarctica +antarctica +antarctical +antarctically +Antarctogaea +Antarctogaean +Antares +antarthritic +antasphyctic +antasthenic +antasthmatic +antatrophic +antdom +ante +anteact +anteal +anteambulate +anteambulation +anteater +antebaptismal +antebath +antebrachial +antebrachium +antebridal +antecabinet +antecaecal +antecardium +antecavern +antecedaneous +antecedaneously +antecede +antecedence +antecedency +antecedent +antecedental +antecedently +antecessor +antechamber +antechapel +Antechinomys +antechoir +antechurch +anteclassical +antecloset +antecolic +antecommunion +anteconsonantal +antecornu +antecourt +antecoxal +antecubital +antecurvature +antedate +antedawn +antediluvial +antediluvially +antediluvian +Antedon +antedonin +antedorsal +antefebrile +antefix +antefixal +anteflected +anteflexed +anteflexion +antefurca +antefurcal +antefuture +antegarden +antegrade +antehall +antehistoric +antehuman +antehypophysis +anteinitial +antejentacular +antejudiciary +antejuramentum +antelabium +antelegal +antelocation +antelope +antelopian +antelucan +antelude +anteluminary +antemarginal +antemarital +antemedial +antemeridian +antemetallic +antemetic +antemillennial +antemingent +antemortal +antemundane +antemural +antenarial +antenatal +antenatalitial +antenati +antenave +antenna +antennae +antennal +Antennaria +antennariid +Antennariidae +Antennarius +antennary +Antennata +antennate +antenniferous +antenniform +antennula +antennular +antennulary +antennule +antenodal +antenoon +Antenor +antenumber +anteoccupation +anteocular +anteopercle +anteoperculum +anteorbital +antepagmenta +antepagments +antepalatal +antepaschal +antepast +antepatriarchal +antepectoral +antepectus +antependium +antepenult +antepenultima +antepenultimate +antephialtic +antepileptic +antepirrhema +anteporch +anteportico +anteposition +anteposthumous +anteprandial +antepredicament +antepredicamental +antepreterit +antepretonic +anteprohibition +anteprostate +anteprostatic +antepyretic +antequalm +antereformation +antereformational +anteresurrection +anterethic +anterevolutional +anterevolutionary +anteriad +anterior +anteriority +anteriorly +anteriorness +anteroclusion +anterodorsal +anteroexternal +anterofixation +anteroflexion +anterofrontal +anterograde +anteroinferior +anterointerior +anterointernal +anterolateral +anterolaterally +anteromedial +anteromedian +anteroom +anteroparietal +anteroposterior +anteroposteriorly +anteropygal +anterospinal +anterosuperior +anteroventral +anteroventrally +antes +antescript +antesignanus +antespring +antestature +antesternal +antesternum +antesunrise +antesuperior +antetemple +antetype +Anteva +antevenient +anteversion +antevert +antevocalic +antewar +anthecological +anthecologist +anthecology +Antheia +anthela +anthelion +anthelmintic +anthem +anthema +anthemene +anthemia +Anthemideae +anthemion +Anthemis +anthemwise +anthemy +anther +Antheraea +antheral +Anthericum +antherid +antheridial +antheridiophore +antheridium +antheriferous +antheriform +antherless +antherogenous +antheroid +antherozoid +antherozoidal +antherozooid +antherozooidal +anthesis +Anthesteria +Anthesteriac +anthesterin +Anthesterion +anthesterol +antheximeter +Anthicidae +Anthidium +anthill +Anthinae +anthine +anthobiology +anthocarp +anthocarpous +anthocephalous +Anthoceros +Anthocerotaceae +Anthocerotales +anthocerote +anthochlor +anthochlorine +anthoclinium +anthocyan +anthocyanidin +anthocyanin +anthodium +anthoecological +anthoecologist +anthoecology +anthogenesis +anthogenetic +anthogenous +anthography +anthoid +anthokyan +antholite +anthological +anthologically +anthologion +anthologist +anthologize +anthology +antholysis +Antholyza +anthomania +anthomaniac +Anthomedusae +anthomedusan +Anthomyia +anthomyiid +Anthomyiidae +Anthonin +Anthonomus +Anthony +anthood +anthophagous +Anthophila +anthophile +anthophilian +anthophilous +anthophobia +Anthophora +anthophore +Anthophoridae +anthophorous +anthophyllite +anthophyllitic +Anthophyta +anthophyte +anthorine +anthosiderite +Anthospermum +anthotaxis +anthotaxy +anthotropic +anthotropism +anthoxanthin +Anthoxanthum +Anthozoa +anthozoan +anthozoic +anthozooid +anthozoon +anthracemia +anthracene +anthraceniferous +anthrachrysone +anthracia +anthracic +anthraciferous +anthracin +anthracite +anthracitic +anthracitiferous +anthracitious +anthracitism +anthracitization +anthracnose +anthracnosis +anthracocide +anthracoid +anthracolithic +anthracomancy +Anthracomarti +anthracomartian +Anthracomartus +anthracometer +anthracometric +anthraconecrosis +anthraconite +Anthracosaurus +anthracosis +anthracothere +Anthracotheriidae +Anthracotherium +anthracotic +anthracyl +anthradiol +anthradiquinone +anthraflavic +anthragallol +anthrahydroquinone +anthramine +anthranil +anthranilate +anthranilic +anthranol +anthranone +anthranoyl +anthranyl +anthraphenone +anthrapurpurin +anthrapyridine +anthraquinol +anthraquinone +anthraquinonyl +anthrarufin +anthratetrol +anthrathiophene +anthratriol +anthrax +anthraxolite +anthraxylon +Anthrenus +anthribid +Anthribidae +Anthriscus +anthrohopobiological +anthroic +anthrol +anthrone +anthropic +anthropical +Anthropidae +anthropobiologist +anthropobiology +anthropocentric +anthropocentrism +anthropoclimatologist +anthropoclimatology +anthropocosmic +anthropodeoxycholic +Anthropodus +anthropogenesis +anthropogenetic +anthropogenic +anthropogenist +anthropogenous +anthropogeny +anthropogeographer +anthropogeographical +anthropogeography +anthropoglot +anthropogony +anthropography +anthropoid +anthropoidal +Anthropoidea +anthropoidean +anthropolater +anthropolatric +anthropolatry +anthropolite +anthropolithic +anthropolitic +anthropological +anthropologically +anthropologist +anthropology +anthropomancy +anthropomantic +anthropomantist +anthropometer +anthropometric +anthropometrical +anthropometrically +anthropometrist +anthropometry +anthropomorph +Anthropomorpha +anthropomorphic +anthropomorphical +anthropomorphically +Anthropomorphidae +anthropomorphism +anthropomorphist +anthropomorphite +anthropomorphitic +anthropomorphitical +anthropomorphitism +anthropomorphization +anthropomorphize +anthropomorphological +anthropomorphologically +anthropomorphology +anthropomorphosis +anthropomorphotheist +anthropomorphous +anthropomorphously +anthroponomical +anthroponomics +anthroponomist +anthroponomy +anthropopathia +anthropopathic +anthropopathically +anthropopathism +anthropopathite +anthropopathy +anthropophagi +anthropophagic +anthropophagical +anthropophaginian +anthropophagism +anthropophagist +anthropophagistic +anthropophagite +anthropophagize +anthropophagous +anthropophagously +anthropophagy +anthropophilous +anthropophobia +anthropophuism +anthropophuistic +anthropophysiography +anthropophysite +Anthropopithecus +anthropopsychic +anthropopsychism +Anthropos +anthroposcopy +anthroposociologist +anthroposociology +anthroposomatology +anthroposophical +anthroposophist +anthroposophy +anthropoteleoclogy +anthropoteleological +anthropotheism +anthropotomical +anthropotomist +anthropotomy +anthropotoxin +Anthropozoic +anthropurgic +anthroropolith +anthroxan +anthroxanic +anthryl +anthrylene +Anthurium +Anthus +Anthyllis +anthypophora +anthypophoretic +Anti +anti +antiabolitionist +antiabrasion +antiabrin +antiabsolutist +antiacid +antiadiaphorist +antiaditis +antiadministration +antiae +antiaesthetic +antiager +antiagglutinating +antiagglutinin +antiaggression +antiaggressionist +antiaggressive +antiaircraft +antialbumid +antialbumin +antialbumose +antialcoholic +antialcoholism +antialcoholist +antialdoxime +antialexin +antialien +antiamboceptor +antiamusement +antiamylase +antianaphylactogen +antianaphylaxis +antianarchic +antianarchist +antiangular +antiannexation +antiannexationist +antianopheline +antianthrax +antianthropocentric +antianthropomorphism +antiantibody +antiantidote +antiantienzyme +antiantitoxin +antiaphrodisiac +antiaphthic +antiapoplectic +antiapostle +antiaquatic +antiar +Antiarcha +Antiarchi +antiarin +Antiaris +antiaristocrat +antiarthritic +antiascetic +antiasthmatic +antiastronomical +antiatheism +antiatheist +antiatonement +antiattrition +antiautolysin +antibacchic +antibacchius +antibacterial +antibacteriolytic +antiballooner +antibalm +antibank +antibasilican +antibenzaldoxime +antiberiberin +antibibliolatry +antibigotry +antibilious +antibiont +antibiosis +antibiotic +antibishop +antiblastic +antiblennorrhagic +antiblock +antiblue +antibody +antiboxing +antibreakage +antibridal +antibromic +antibubonic +Antiburgher +antic +anticachectic +antical +anticalcimine +anticalculous +anticalligraphic +anticancer +anticapital +anticapitalism +anticapitalist +anticardiac +anticardium +anticarious +anticarnivorous +anticaste +anticatalase +anticatalyst +anticatalytic +anticatalyzer +anticatarrhal +anticathexis +anticathode +anticaustic +anticensorship +anticentralization +anticephalalgic +anticeremonial +anticeremonialism +anticeremonialist +anticheater +antichlor +antichlorine +antichloristic +antichlorotic +anticholagogue +anticholinergic +antichoromanic +antichorus +antichresis +antichretic +antichrist +antichristian +antichristianity +antichristianly +antichrome +antichronical +antichronically +antichthon +antichurch +antichurchian +antichymosin +anticipant +anticipatable +anticipate +anticipation +anticipative +anticipatively +anticipator +anticipatorily +anticipatory +anticivic +anticivism +anticize +anticker +anticlactic +anticlassical +anticlassicist +Anticlea +anticlergy +anticlerical +anticlericalism +anticlimactic +anticlimax +anticlinal +anticline +anticlinorium +anticlockwise +anticlogging +anticly +anticnemion +anticness +anticoagulant +anticoagulating +anticoagulative +anticoagulin +anticogitative +anticolic +anticombination +anticomet +anticomment +anticommercial +anticommunist +anticomplement +anticomplementary +anticomplex +anticonceptionist +anticonductor +anticonfederationist +anticonformist +anticonscience +anticonscription +anticonscriptive +anticonstitutional +anticonstitutionalist +anticonstitutionally +anticontagion +anticontagionist +anticontagious +anticonventional +anticonventionalism +anticonvulsive +anticor +anticorn +anticorrosion +anticorrosive +anticorset +anticosine +anticosmetic +anticouncil +anticourt +anticourtier +anticous +anticovenanter +anticovenanting +anticreation +anticreative +anticreator +anticreep +anticreeper +anticreeping +anticrepuscular +anticrepuscule +anticrisis +anticritic +anticritique +anticrochet +anticrotalic +anticryptic +anticum +anticyclic +anticyclone +anticyclonic +anticyclonically +anticynic +anticytolysin +anticytotoxin +antidactyl +antidancing +antidecalogue +antideflation +antidemocrat +antidemocratic +antidemocratical +antidemoniac +antidetonant +antidetonating +antidiabetic +antidiastase +Antidicomarian +Antidicomarianite +antidictionary +antidiffuser +antidinic +antidiphtheria +antidiphtheric +antidiphtherin +antidiphtheritic +antidisciplinarian +antidivine +antidivorce +antidogmatic +antidomestic +antidominican +Antidorcas +antidoron +antidotal +antidotally +antidotary +antidote +antidotical +antidotically +antidotism +antidraft +antidrag +antidromal +antidromic +antidromically +antidromous +antidromy +antidrug +antiduke +antidumping +antidynamic +antidynastic +antidyscratic +antidysenteric +antidysuric +antiecclesiastic +antiecclesiastical +antiedemic +antieducation +antieducational +antiegotism +antiejaculation +antiemetic +antiemperor +antiempirical +antiendotoxin +antiendowment +antienergistic +antienthusiastic +antienzyme +antienzymic +antiepicenter +antiepileptic +antiepiscopal +antiepiscopist +antiepithelial +antierosion +antierysipelas +Antietam +antiethnic +antieugenic +antievangelical +antievolution +antievolutionist +antiexpansionist +antiexporting +antiextreme +antieyestrain +antiface +antifaction +antifame +antifanatic +antifat +antifatigue +antifebrile +antifederal +antifederalism +antifederalist +antifelon +antifelony +antifeminism +antifeminist +antiferment +antifermentative +antifertilizer +antifeudal +antifeudalism +antifibrinolysin +antifibrinolysis +antifideism +antifire +antiflash +antiflattering +antiflatulent +antiflux +antifoam +antifoaming +antifogmatic +antiforeign +antiforeignism +antiformin +antifouler +antifouling +antifowl +antifreeze +antifreezing +antifriction +antifrictional +antifrost +antifundamentalist +antifungin +antigalactagogue +antigalactic +antigambling +antiganting +antigen +antigenic +antigenicity +antighostism +antigigmanic +antiglare +antiglyoxalase +antigod +Antigone +antigonococcic +Antigonon +antigonorrheic +Antigonus +antigorite +antigovernment +antigraft +antigrammatical +antigraph +antigravitate +antigravitational +antigropelos +antigrowth +Antiguan +antiguggler +antigyrous +antihalation +antiharmonist +antihectic +antihelix +antihelminthic +antihemagglutinin +antihemisphere +antihemoglobin +antihemolysin +antihemolytic +antihemorrhagic +antihemorrheidal +antihero +antiheroic +antiheroism +antiheterolysin +antihidrotic +antihierarchical +antihierarchist +antihistamine +antihistaminic +antiholiday +antihormone +antihuff +antihum +antihuman +antihumbuggist +antihunting +antihydrophobic +antihydropic +antihydropin +antihygienic +antihylist +antihypnotic +antihypochondriac +antihypophora +antihysteric +Antikamnia +antikathode +antikenotoxin +antiketogen +antiketogenesis +antiketogenic +antikinase +antiking +antiknock +antilabor +antilaborist +antilacrosse +antilacrosser +antilactase +antilapsarian +antileague +antilegalist +antilegomena +antilemic +antilens +antilepsis +antileptic +antilethargic +antileveling +Antilia +antiliberal +antilibration +antilift +antilipase +antilipoid +antiliquor +antilithic +antiliturgical +antiliturgist +Antillean +antilobium +Antilocapra +Antilocapridae +Antilochus +antiloemic +antilogarithm +antilogic +antilogical +antilogism +antilogous +antilogy +antiloimic +Antilope +Antilopinae +antilottery +antiluetin +antilynching +antilysin +antilysis +antilyssic +antilytic +antimacassar +antimachine +antimachinery +antimagistratical +antimalaria +antimalarial +antimallein +antimaniac +antimaniacal +Antimarian +antimark +antimartyr +antimask +antimasker +Antimason +Antimasonic +Antimasonry +antimasque +antimasquer +antimasquerade +antimaterialist +antimaterialistic +antimatrimonial +antimatrimonialist +antimedical +antimedieval +antimelancholic +antimellin +antimeningococcic +antimension +antimensium +antimephitic +antimere +antimerger +antimeric +Antimerina +antimerism +antimeristem +antimetabole +antimetathesis +antimetathetic +antimeter +antimethod +antimetrical +antimetropia +antimetropic +antimiasmatic +antimicrobic +antimilitarism +antimilitarist +antimilitary +antiministerial +antiministerialist +antiminsion +antimiscegenation +antimission +antimissionary +antimissioner +antimixing +antimnemonic +antimodel +antimodern +antimonarchial +antimonarchic +antimonarchical +antimonarchically +antimonarchicalness +antimonarchist +antimonate +antimonial +antimoniate +antimoniated +antimonic +antimonid +antimonide +antimoniferous +antimonious +antimonite +antimonium +antimoniuret +antimoniureted +antimoniuretted +antimonopolist +antimonopoly +antimonsoon +antimony +antimonyl +antimoral +antimoralism +antimoralist +antimosquito +antimusical +antimycotic +antimythic +antimythical +antinarcotic +antinarrative +antinational +antinationalist +antinationalistic +antinatural +antinegro +antinegroism +antineologian +antinephritic +antinepotic +antineuralgic +antineuritic +antineurotoxin +antineutral +antinial +antinicotine +antinion +antinode +antinoise +antinome +antinomian +antinomianism +antinomic +antinomical +antinomist +antinomy +antinormal +antinosarian +Antinous +Antiochene +Antiochian +Antiochianism +antiodont +antiodontalgic +Antiope +antiopelmous +antiophthalmic +antiopium +antiopiumist +antiopiumite +antioptimist +antioptionist +antiorgastic +antiorthodox +antioxidant +antioxidase +antioxidizer +antioxidizing +antioxygen +antioxygenation +antioxygenator +antioxygenic +antipacifist +antipapacy +antipapal +antipapalist +antipapism +antipapist +antipapistical +antiparabema +antiparagraphe +antiparagraphic +antiparallel +antiparallelogram +antiparalytic +antiparalytical +antiparasitic +antiparastatitis +antiparliament +antiparliamental +antiparliamentarist +antiparliamentary +antipart +Antipasch +Antipascha +antipass +antipastic +Antipatharia +antipatharian +antipathetic +antipathetical +antipathetically +antipatheticalness +antipathic +Antipathida +antipathist +antipathize +antipathogen +antipathy +antipatriarch +antipatriarchal +antipatriot +antipatriotic +antipatriotism +antipedal +Antipedobaptism +Antipedobaptist +antipeduncular +antipellagric +antipepsin +antipeptone +antiperiodic +antiperistalsis +antiperistaltic +antiperistasis +antiperistatic +antiperistatical +antiperistatically +antipersonnel +antiperthite +antipestilential +antipetalous +antipewism +antiphagocytic +antipharisaic +antipharmic +antiphase +antiphilosophic +antiphilosophical +antiphlogistian +antiphlogistic +antiphon +antiphonal +antiphonally +antiphonary +antiphoner +antiphonetic +antiphonic +antiphonical +antiphonically +antiphonon +antiphony +antiphrasis +antiphrastic +antiphrastical +antiphrastically +antiphthisic +antiphthisical +antiphylloxeric +antiphysic +antiphysical +antiphysician +antiplague +antiplanet +antiplastic +antiplatelet +antipleion +antiplenist +antiplethoric +antipleuritic +antiplurality +antipneumococcic +antipodagric +antipodagron +antipodal +antipode +antipodean +antipodes +antipodic +antipodism +antipodist +antipoetic +antipoints +antipolar +antipole +antipolemist +antipolitical +antipollution +antipolo +antipolygamy +antipolyneuritic +antipool +antipooling +antipope +antipopery +antipopular +antipopulationist +antiportable +antiposition +antipoverty +antipragmatic +antipragmatist +antiprecipitin +antipredeterminant +antiprelate +antiprelatic +antiprelatist +antipreparedness +antiprestidigitation +antipriest +antipriestcraft +antiprime +antiprimer +antipriming +antiprinciple +antiprism +antiproductionist +antiprofiteering +antiprohibition +antiprohibitionist +antiprojectivity +antiprophet +antiprostate +antiprostatic +antiprotease +antiproteolysis +antiprotozoal +antiprudential +antipruritic +antipsalmist +antipsoric +antiptosis +antipudic +antipuritan +antiputrefaction +antiputrefactive +antiputrescent +antiputrid +antipyic +antipyonin +antipyresis +antipyretic +Antipyrine +antipyrotic +antipyryl +antiqua +antiquarian +antiquarianism +antiquarianize +antiquarianly +antiquarism +antiquartan +antiquary +antiquate +antiquated +antiquatedness +antiquation +antique +antiquely +antiqueness +antiquer +antiquing +antiquist +antiquitarian +antiquity +antirabic +antirabies +antiracemate +antiracer +antirachitic +antirachitically +antiracing +antiradiating +antiradiation +antiradical +antirailwayist +antirational +antirationalism +antirationalist +antirationalistic +antirattler +antireactive +antirealism +antirealistic +antirebating +antirecruiting +antired +antireducer +antireform +antireformer +antireforming +antireformist +antireligion +antireligious +antiremonstrant +antirennet +antirennin +antirent +antirenter +antirentism +antirepublican +antireservationist +antirestoration +antireticular +antirevisionist +antirevolutionary +antirevolutionist +antirheumatic +antiricin +antirickets +antiritual +antiritualistic +antirobin +antiromance +antiromantic +antiromanticism +antiroyal +antiroyalist +Antirrhinum +antirumor +antirun +antirust +antisacerdotal +antisacerdotalist +antisaloon +antisalooner +antisavage +antiscabious +antiscale +antischolastic +antischool +antiscians +antiscientific +antiscion +antiscolic +antiscorbutic +antiscorbutical +antiscrofulous +antiseismic +antiselene +antisensitizer +antisensuous +antisensuousness +antisepalous +antisepsin +antisepsis +antiseptic +antiseptical +antiseptically +antisepticism +antisepticist +antisepticize +antiseption +antiseptize +antiserum +antishipping +Antisi +antisialagogue +antisialic +antisiccative +antisideric +antisilverite +antisimoniacal +antisine +antisiphon +antisiphonal +antiskeptical +antiskid +antiskidding +antislavery +antislaveryism +antislickens +antislip +antismoking +antisnapper +antisocial +antisocialist +antisocialistic +antisocialistically +antisociality +antisolar +antisophist +antisoporific +antispace +antispadix +antispasis +antispasmodic +antispast +antispastic +antispectroscopic +antispermotoxin +antispiritual +antispirochetic +antisplasher +antisplenetic +antisplitting +antispreader +antispreading +antisquama +antisquatting +antistadholder +antistadholderian +antistalling +antistaphylococcic +antistate +antistatism +antistatist +antisteapsin +antisterility +antistes +antistimulant +antistock +antistreptococcal +antistreptococcic +antistreptococcin +antistreptococcus +antistrike +antistrophal +antistrophe +antistrophic +antistrophically +antistrophize +antistrophon +antistrumatic +antistrumous +antisubmarine +antisubstance +antisudoral +antisudorific +antisuffrage +antisuffragist +antisun +antisupernaturalism +antisupernaturalist +antisurplician +antisymmetrical +antisyndicalism +antisyndicalist +antisynod +antisyphilitic +antitabetic +antitabloid +antitangent +antitank +antitarnish +antitartaric +antitax +antiteetotalism +antitegula +antitemperance +antitetanic +antitetanolysin +antithalian +antitheft +antitheism +antitheist +antitheistic +antitheistical +antitheistically +antithenar +antitheologian +antitheological +antithermic +antithermin +antitheses +antithesis +antithesism +antithesize +antithet +antithetic +antithetical +antithetically +antithetics +antithrombic +antithrombin +antitintinnabularian +antitobacco +antitobacconal +antitobacconist +antitonic +antitorpedo +antitoxic +antitoxin +antitrade +antitrades +antitraditional +antitragal +antitragic +antitragicus +antitragus +antitrismus +antitrochanter +antitropal +antitrope +antitropic +antitropical +antitropous +antitropy +antitrust +antitrypsin +antitryptic +antituberculin +antituberculosis +antituberculotic +antituberculous +antiturnpikeism +antitwilight +antitypal +antitype +antityphoid +antitypic +antitypical +antitypically +antitypy +antityrosinase +antiunion +antiunionist +antiuratic +antiurease +antiusurious +antiutilitarian +antivaccination +antivaccinationist +antivaccinator +antivaccinist +antivariolous +antivenefic +antivenereal +antivenin +antivenom +antivenomous +antivermicular +antivibrating +antivibrator +antivibratory +antivice +antiviral +antivirus +antivitalist +antivitalistic +antivitamin +antivivisection +antivivisectionist +antivolition +antiwar +antiwarlike +antiwaste +antiwedge +antiweed +antiwit +antixerophthalmic +antizealot +antizymic +antizymotic +antler +antlered +antlerite +antlerless +antlia +antliate +Antlid +antling +antluetic +antodontalgic +antoeci +antoecian +antoecians +Antoinette +Anton +Antonella +Antonia +Antonina +antoninianus +Antonio +antonomasia +antonomastic +antonomastical +antonomastically +antonomasy +Antony +antonym +antonymous +antonymy +antorbital +antproof +antra +antral +antralgia +antre +antrectomy +antrin +antritis +antrocele +antronasal +antrophore +antrophose +antrorse +antrorsely +antroscope +antroscopy +Antrostomus +antrotome +antrotomy +antrotympanic +antrotympanitis +antrum +antrustion +antrustionship +antship +Antu +antu +Antum +Antwerp +antwise +anubing +Anubis +anucleate +anukabiet +Anukit +anuloma +Anura +anuran +anuresis +anuretic +anuria +anuric +anurous +anury +anus +anusim +anusvara +anutraminosa +anvasser +anvil +anvilsmith +anxietude +anxiety +anxious +anxiously +anxiousness +any +anybody +Anychia +anyhow +anyone +anyplace +Anystidae +anything +anythingarian +anythingarianism +anyway +anyways +anywhen +anywhere +anywhereness +anywheres +anywhy +anywise +anywither +Anzac +Anzanian +Ao +aogiri +Aoife +aonach +Aonian +aorist +aoristic +aoristically +aorta +aortal +aortarctia +aortectasia +aortectasis +aortic +aorticorenal +aortism +aortitis +aortoclasia +aortoclasis +aortolith +aortomalacia +aortomalaxis +aortopathy +aortoptosia +aortoptosis +aortorrhaphy +aortosclerosis +aortostenosis +aortotomy +aosmic +Aotea +Aotearoa +Aotes +Aotus +aoudad +Aouellimiden +Aoul +apa +apabhramsa +apace +Apache +apache +Apachette +apachism +apachite +apadana +apagoge +apagogic +apagogical +apagogically +apaid +Apalachee +apalit +Apama +apandry +Apanteles +Apantesis +apanthropia +apanthropy +apar +Aparai +aparaphysate +aparejo +Apargia +aparithmesis +apart +apartheid +aparthrosis +apartment +apartmental +apartness +apasote +apastron +apatan +Apatela +apatetic +apathetic +apathetical +apathetically +apathic +apathism +apathist +apathistical +apathogenic +Apathus +apathy +apatite +Apatornis +Apatosaurus +Apaturia +Apayao +ape +apeak +apectomy +apedom +apehood +apeiron +apelet +apelike +apeling +apellous +Apemantus +Apennine +apenteric +apepsia +apepsinia +apepsy +apeptic +aper +aperch +aperea +aperient +aperiodic +aperiodically +aperiodicity +aperispermic +aperistalsis +aperitive +apert +apertly +apertness +apertometer +apertural +aperture +apertured +Aperu +apery +apesthesia +apesthetic +apesthetize +Apetalae +apetaloid +apetalose +apetalous +apetalousness +apetaly +apex +apexed +aphaeresis +aphaeretic +aphagia +aphakia +aphakial +aphakic +Aphanapteryx +Aphanes +aphanesite +Aphaniptera +aphanipterous +aphanite +aphanitic +aphanitism +Aphanomyces +aphanophyre +aphanozygous +Apharsathacites +aphasia +aphasiac +aphasic +Aphelandra +Aphelenchus +aphelian +Aphelinus +aphelion +apheliotropic +apheliotropically +apheliotropism +Aphelops +aphemia +aphemic +aphengescope +aphengoscope +aphenoscope +apheresis +apheretic +aphesis +apheta +aphetic +aphetically +aphetism +aphetize +aphicidal +aphicide +aphid +aphides +aphidian +aphidicide +aphidicolous +aphidid +Aphididae +Aphidiinae +aphidious +Aphidius +aphidivorous +aphidolysin +aphidophagous +aphidozer +aphilanthropy +Aphis +aphlaston +aphlebia +aphlogistic +aphnology +aphodal +aphodian +Aphodius +aphodus +aphonia +aphonic +aphonous +aphony +aphoria +aphorism +aphorismatic +aphorismer +aphorismic +aphorismical +aphorismos +aphorist +aphoristic +aphoristically +aphorize +aphorizer +Aphoruridae +aphotic +aphototactic +aphototaxis +aphototropic +aphototropism +Aphra +aphrasia +aphrite +aphrizite +aphrodisia +aphrodisiac +aphrodisiacal +aphrodisian +Aphrodision +Aphrodistic +Aphrodite +Aphroditeum +aphroditic +Aphroditidae +aphroditous +aphrolite +aphronia +aphrosiderite +aphtha +Aphthartodocetae +Aphthartodocetic +Aphthartodocetism +aphthic +aphthitalite +aphthoid +aphthong +aphthongal +aphthongia +aphthous +aphydrotropic +aphydrotropism +aphyllose +aphyllous +aphylly +aphyric +Apiaca +Apiaceae +apiaceous +Apiales +apian +apiarian +apiarist +apiary +apiator +apicad +apical +apically +apices +Apician +apicifixed +apicilar +apicillary +apicitis +apickaback +apicoectomy +apicolysis +apicula +apicular +apiculate +apiculated +apiculation +apicultural +apiculture +apiculturist +apiculus +Apidae +apiece +apieces +apigenin +apii +apiin +apikoros +apilary +Apina +Apinae +Apinage +apinch +aping +apinoid +apio +Apioceridae +apioid +apioidal +apiole +apiolin +apiologist +apiology +apionol +Apios +apiose +Apiosoma +apiphobia +Apis +apish +apishamore +apishly +apishness +apism +apitong +apitpat +Apium +apivorous +apjohnite +aplacental +Aplacentalia +Aplacentaria +Aplacophora +aplacophoran +aplacophorous +aplanat +aplanatic +aplanatically +aplanatism +Aplanobacter +aplanogamete +aplanospore +aplasia +aplastic +Aplectrum +aplenty +aplite +aplitic +aplobasalt +aplodiorite +Aplodontia +Aplodontiidae +aplomb +aplome +Aplopappus +aploperistomatous +aplostemonous +aplotaxene +aplotomy +Apluda +aplustre +Aplysia +apnea +apneal +apneic +apneumatic +apneumatosis +Apneumona +apneumonous +apneustic +apoaconitine +apoatropine +apobiotic +apoblast +apocaffeine +apocalypse +apocalypst +apocalypt +apocalyptic +apocalyptical +apocalyptically +apocalypticism +apocalyptism +apocalyptist +apocamphoric +apocarp +apocarpous +apocarpy +apocatastasis +apocatastatic +apocatharsis +apocenter +apocentric +apocentricity +apocha +apocholic +apochromat +apochromatic +apochromatism +apocinchonine +apocodeine +apocopate +apocopated +apocopation +apocope +apocopic +apocrenic +apocrisiary +Apocrita +apocrustic +apocryph +Apocrypha +apocryphal +apocryphalist +apocryphally +apocryphalness +apocryphate +apocryphon +Apocynaceae +apocynaceous +apocyneous +Apocynum +apod +Apoda +apodal +apodan +apodeipnon +apodeixis +apodema +apodemal +apodematal +apodeme +Apodes +Apodia +apodia +apodictic +apodictical +apodictically +apodictive +Apodidae +apodixis +apodosis +apodous +apodyterium +apoembryony +apofenchene +apogaeic +apogalacteum +apogamic +apogamically +apogamous +apogamously +apogamy +apogeal +apogean +apogee +apogeic +apogenous +apogeny +apogeotropic +apogeotropically +apogeotropism +Apogon +Apogonidae +apograph +apographal +apoharmine +apohyal +Apoidea +apoise +apojove +apokrea +apokreos +apolar +apolarity +apolaustic +apolegamic +Apolista +Apolistan +Apollinarian +Apollinarianism +Apolline +Apollo +Apollonia +Apollonian +Apollonic +apollonicon +Apollonistic +Apolloship +Apollyon +apologal +apologete +apologetic +apologetical +apologetically +apologetics +apologia +apologist +apologize +apologizer +apologue +apology +apolousis +Apolysin +apolysis +apolytikion +apomecometer +apomecometry +apometabolic +apometabolism +apometabolous +apometaboly +apomictic +apomictical +apomixis +apomorphia +apomorphine +aponeurology +aponeurorrhaphy +aponeurosis +aponeurositis +aponeurotic +aponeurotome +aponeurotomy +aponia +aponic +Aponogeton +Aponogetonaceae +aponogetonaceous +apoop +apopenptic +apopetalous +apophantic +apophasis +apophatic +Apophis +apophlegmatic +apophonia +apophony +apophorometer +apophthegm +apophthegmatist +apophyge +apophylactic +apophylaxis +apophyllite +apophyllous +apophysary +apophysate +apophyseal +apophysis +apophysitis +apoplasmodial +apoplastogamous +apoplectic +apoplectical +apoplectically +apoplectiform +apoplectoid +apoplex +apoplexy +apopyle +apoquinamine +apoquinine +aporetic +aporetical +aporhyolite +aporia +Aporobranchia +aporobranchian +Aporobranchiata +Aporocactus +Aporosa +aporose +aporphin +aporphine +Aporrhaidae +Aporrhais +aporrhaoid +aporrhegma +aport +aportoise +aposafranine +aposaturn +aposaturnium +aposematic +aposematically +aposepalous +aposia +aposiopesis +aposiopetic +apositia +apositic +aposoro +aposporogony +aposporous +apospory +apostasis +apostasy +apostate +apostatic +apostatical +apostatically +apostatism +apostatize +apostaxis +apostemate +apostematic +apostemation +apostematous +aposteme +aposteriori +aposthia +apostil +apostle +apostlehood +apostleship +apostolate +apostoless +apostoli +Apostolian +Apostolic +apostolic +apostolical +apostolically +apostolicalness +Apostolici +apostolicism +apostolicity +apostolize +Apostolos +apostrophal +apostrophation +apostrophe +apostrophic +apostrophied +apostrophize +apostrophus +Apotactic +Apotactici +apotelesm +apotelesmatic +apotelesmatical +apothecal +apothecary +apothecaryship +apothece +apothecial +apothecium +apothegm +apothegmatic +apothegmatical +apothegmatically +apothegmatist +apothegmatize +apothem +apotheose +apotheoses +apotheosis +apotheosize +apothesine +apothesis +apotome +apotracheal +apotropaic +apotropaion +apotropaism +apotropous +apoturmeric +apotype +apotypic +apout +apoxesis +Apoxyomenos +apozem +apozema +apozemical +apozymase +Appalachia +Appalachian +appall +appalling +appallingly +appallment +appalment +appanage +appanagist +apparatus +apparel +apparelment +apparence +apparency +apparent +apparently +apparentness +apparition +apparitional +apparitor +appassionata +appassionato +appay +appeal +appealability +appealable +appealer +appealing +appealingly +appealingness +appear +appearance +appearanced +appearer +appeasable +appeasableness +appeasably +appease +appeasement +appeaser +appeasing +appeasingly +appeasive +appellability +appellable +appellancy +appellant +appellate +appellation +appellational +appellative +appellatived +appellatively +appellativeness +appellatory +appellee +appellor +append +appendage +appendaged +appendalgia +appendance +appendancy +appendant +appendectomy +appendical +appendicalgia +appendice +appendicectasis +appendicectomy +appendices +appendicial +appendicious +appendicitis +appendicle +appendicocaecostomy +appendicostomy +appendicular +Appendicularia +appendicularian +Appendiculariidae +Appendiculata +appendiculate +appendiculated +appenditious +appendix +appendorontgenography +appendotome +appentice +apperceive +apperception +apperceptionism +apperceptionist +apperceptionistic +apperceptive +apperceptively +appercipient +appersonation +appertain +appertainment +appertinent +appet +appete +appetence +appetency +appetent +appetently +appetibility +appetible +appetibleness +appetite +appetition +appetitional +appetitious +appetitive +appetize +appetizement +appetizer +appetizingly +appinite +Appius +applanate +applanation +applaud +applaudable +applaudably +applauder +applaudingly +applause +applausive +applausively +apple +appleberry +appleblossom +applecart +appledrane +applegrower +applejack +applejohn +applemonger +applenut +appleringy +appleroot +applesauce +applewife +applewoman +appliable +appliableness +appliably +appliance +appliant +applicability +applicable +applicableness +applicably +applicancy +applicant +applicate +application +applicative +applicatively +applicator +applicatorily +applicatory +applied +appliedly +applier +applique +applosion +applosive +applot +applotment +apply +applyingly +applyment +appoggiatura +appoint +appointable +appointe +appointee +appointer +appointive +appointment +appointor +Appomatox +Appomattoc +apport +apportion +apportionable +apportioner +apportionment +apposability +apposable +appose +apposer +apposiopestic +apposite +appositely +appositeness +apposition +appositional +appositionally +appositive +appositively +appraisable +appraisal +appraise +appraisement +appraiser +appraising +appraisingly +appraisive +appreciable +appreciably +appreciant +appreciate +appreciatingly +appreciation +appreciational +appreciativ +appreciative +appreciatively +appreciativeness +appreciator +appreciatorily +appreciatory +appredicate +apprehend +apprehender +apprehendingly +apprehensibility +apprehensible +apprehensibly +apprehension +apprehensive +apprehensively +apprehensiveness +apprend +apprense +apprentice +apprenticehood +apprenticement +apprenticeship +appressed +appressor +appressorial +appressorium +appreteur +apprise +apprize +apprizement +apprizer +approach +approachability +approachabl +approachable +approachableness +approacher +approaching +approachless +approachment +approbate +approbation +approbative +approbativeness +approbator +approbatory +approof +appropinquate +appropinquation +appropinquity +appropre +appropriable +appropriate +appropriately +appropriateness +appropriation +appropriative +appropriativeness +appropriator +approvable +approvableness +approval +approvance +approve +approvedly +approvedness +approvement +approver +approvingly +approximal +approximate +approximately +approximation +approximative +approximatively +approximativeness +approximator +appulse +appulsion +appulsive +appulsively +appurtenance +appurtenant +apractic +apraxia +apraxic +apricate +aprication +aprickle +apricot +April +Aprilesque +Apriline +Aprilis +apriori +apriorism +apriorist +aprioristic +apriority +Aprocta +aproctia +aproctous +apron +aproneer +apronful +apronless +apronlike +apropos +aprosexia +aprosopia +aprosopous +aproterodont +apse +apselaphesia +apselaphesis +apsidal +apsidally +apsides +apsidiole +apsis +apsychia +apsychical +apt +Aptal +Aptenodytes +Aptera +apteral +apteran +apterial +apterium +apteroid +apterous +Apteryges +apterygial +Apterygidae +Apterygiformes +Apterygogenea +Apterygota +apterygote +apterygotous +Apteryx +Aptian +Aptiana +aptitude +aptitudinal +aptitudinally +aptly +aptness +aptote +aptotic +aptyalia +aptyalism +aptychus +Apulian +apulmonic +apulse +apurpose +Apus +apyonin +apyrene +apyretic +apyrexia +apyrexial +apyrexy +apyrotype +apyrous +aqua +aquabelle +aquabib +aquacade +aquacultural +aquaculture +aquaemanale +aquafortist +aquage +aquagreen +aquamarine +aquameter +aquaplane +aquapuncture +aquarelle +aquarellist +aquaria +aquarial +Aquarian +aquarian +Aquarid +Aquarii +aquariist +aquarium +Aquarius +aquarter +aquascutum +aquatic +aquatical +aquatically +aquatile +aquatint +aquatinta +aquatinter +aquation +aquativeness +aquatone +aquavalent +aquavit +aqueduct +aqueoglacial +aqueoigneous +aqueomercurial +aqueous +aqueously +aqueousness +aquicolous +aquicultural +aquiculture +aquiculturist +aquifer +aquiferous +Aquifoliaceae +aquifoliaceous +aquiform +Aquila +Aquilaria +aquilawood +aquilege +Aquilegia +Aquilian +Aquilid +aquiline +aquilino +aquincubital +aquincubitalism +Aquinist +aquintocubital +aquintocubitalism +aquiparous +Aquitanian +aquiver +aquo +aquocapsulitis +aquocarbonic +aquocellolitis +aquopentamminecobaltic +aquose +aquosity +aquotization +aquotize +ar +ara +Arab +araba +araban +arabana +Arabella +arabesque +arabesquely +arabesquerie +Arabian +Arabianize +Arabic +Arabicism +Arabicize +Arabidopsis +arability +arabin +arabinic +arabinose +arabinosic +Arabis +Arabism +Arabist +arabit +arabitol +arabiyeh +Arabize +arable +Arabophil +Araby +araca +Aracana +aracanga +aracari +Araceae +araceous +arachic +arachidonic +arachin +Arachis +arachnactis +Arachne +arachnean +arachnid +Arachnida +arachnidan +arachnidial +arachnidism +arachnidium +arachnism +Arachnites +arachnitis +arachnoid +arachnoidal +Arachnoidea +arachnoidea +arachnoidean +arachnoiditis +arachnological +arachnologist +arachnology +Arachnomorphae +arachnophagous +arachnopia +arad +Aradidae +arado +araeostyle +araeosystyle +Aragallus +Aragonese +Aragonian +aragonite +araguato +arain +Arains +Arakanese +arakawaite +arake +Arales +Aralia +Araliaceae +araliaceous +araliad +Araliaephyllum +aralie +Araliophyllum +aralkyl +aralkylated +Aramaean +Aramaic +Aramaicize +Aramaism +aramayoite +Aramidae +aramina +Araminta +Aramis +Aramitess +Aramu +Aramus +Aranea +Araneae +araneid +Araneida +araneidan +araneiform +Araneiformes +Araneiformia +aranein +Araneina +Araneoidea +araneologist +araneology +araneous +aranga +arango +Aranyaka +aranzada +arapahite +Arapaho +arapaima +araphorostic +arapunga +Araquaju +arar +Arara +arara +araracanga +ararao +ararauna +arariba +araroba +arati +aration +aratory +Araua +Arauan +Araucan +Araucanian +Araucano +Araucaria +Araucariaceae +araucarian +Araucarioxylon +Araujia +Arauna +Arawa +Arawak +Arawakan +Arawakian +arba +Arbacia +arbacin +arbalest +arbalester +arbalestre +arbalestrier +arbalist +arbalister +arbalo +Arbela +arbiter +arbitrable +arbitrager +arbitragist +arbitral +arbitrament +arbitrarily +arbitrariness +arbitrary +arbitrate +arbitration +arbitrational +arbitrationist +arbitrative +arbitrator +arbitratorship +arbitratrix +arbitrement +arbitrer +arbitress +arboloco +arbor +arboraceous +arboral +arborary +arborator +arboreal +arboreally +arborean +arbored +arboreous +arborescence +arborescent +arborescently +arboresque +arboret +arboreta +arboretum +arborical +arboricole +arboricoline +arboricolous +arboricultural +arboriculture +arboriculturist +arboriform +arborist +arborization +arborize +arboroid +arborolatry +arborous +arborvitae +arborway +arbuscle +arbuscula +arbuscular +arbuscule +arbusterol +arbustum +arbutase +arbute +arbutean +arbutin +arbutinase +arbutus +arc +arca +Arcacea +arcade +Arcadia +Arcadian +arcadian +Arcadianism +Arcadianly +Arcadic +Arcady +arcana +arcanal +arcane +arcanite +arcanum +arcate +arcature +Arcella +Arceuthobium +arch +archabomination +archae +archaecraniate +Archaeoceti +Archaeocyathidae +Archaeocyathus +archaeogeology +archaeographic +archaeographical +archaeography +archaeolatry +archaeolith +archaeolithic +archaeologer +archaeologian +archaeologic +archaeological +archaeologically +archaeologist +archaeology +Archaeopithecus +Archaeopteris +Archaeopterygiformes +Archaeopteryx +Archaeornis +Archaeornithes +archaeostoma +Archaeostomata +archaeostomatous +archagitator +archaic +archaical +archaically +archaicism +archaism +archaist +archaistic +archaize +archaizer +archangel +archangelic +Archangelica +archangelical +archangelship +archantagonist +archantiquary +archapostate +archapostle +archarchitect +archarios +archartist +archband +archbeacon +archbeadle +archbishop +archbishopess +archbishopric +archbishopry +archbotcher +archboutefeu +archbuffoon +archbuilder +archchampion +archchaplain +archcharlatan +archcheater +archchemic +archchief +archchronicler +archcity +archconfraternity +archconsoler +archconspirator +archcorrupter +archcorsair +archcount +archcozener +archcriminal +archcritic +archcrown +archcupbearer +archdapifer +archdapifership +archdeacon +archdeaconate +archdeaconess +archdeaconry +archdeaconship +archdean +archdeanery +archdeceiver +archdefender +archdemon +archdepredator +archdespot +archdetective +archdevil +archdiocesan +archdiocese +archdiplomatist +archdissembler +archdisturber +archdivine +archdogmatist +archdolt +archdruid +archducal +archduchess +archduchy +archduke +archdukedom +arche +archeal +Archean +archearl +archebiosis +archecclesiastic +archecentric +arched +archegone +archegonial +Archegoniata +Archegoniatae +archegoniate +archegoniophore +archegonium +archegony +Archegosaurus +archeion +Archelaus +Archelenis +archelogy +Archelon +archemperor +Archencephala +archencephalic +archenemy +archengineer +archenteric +archenteron +archeocyte +Archeozoic +Archer +archer +archeress +archerfish +archership +archery +arches +archespore +archesporial +archesporium +archetypal +archetypally +archetype +archetypic +archetypical +archetypically +archetypist +archeunuch +archeus +archexorcist +archfelon +archfiend +archfire +archflamen +archflatterer +archfoe +archfool +archform +archfounder +archfriend +archgenethliac +archgod +archgomeral +archgovernor +archgunner +archhead +archheart +archheresy +archheretic +archhost +archhouse +archhumbug +archhypocrisy +archhypocrite +Archiannelida +archiater +Archibald +archibenthal +archibenthic +archibenthos +archiblast +archiblastic +archiblastoma +archiblastula +Archibuteo +archicantor +archicarp +archicerebrum +Archichlamydeae +archichlamydeous +archicleistogamous +archicleistogamy +archicoele +archicontinent +archicyte +archicytula +Archidamus +Archidiaceae +archidiaconal +archidiaconate +archididascalian +archididascalos +Archidiskodon +Archidium +archidome +Archie +archiepiscopacy +archiepiscopal +archiepiscopally +archiepiscopate +archiereus +archigaster +archigastrula +archigenesis +archigonic +archigonocyte +archigony +archiheretical +archikaryon +archil +archilithic +Archilochian +archilowe +archimage +Archimago +archimagus +archimandrite +Archimedean +Archimedes +archimime +archimorphic +archimorula +archimperial +archimperialism +archimperialist +archimperialistic +archimpressionist +Archimycetes +archineuron +archinfamy +archinformer +arching +archipallial +archipallium +archipelagian +archipelagic +archipelago +archipin +archiplasm +archiplasmic +Archiplata +archiprelatical +archipresbyter +archipterygial +archipterygium +archisperm +Archispermae +archisphere +archispore +archistome +archisupreme +archisymbolical +architect +architective +architectonic +Architectonica +architectonically +architectonics +architectress +architectural +architecturalist +architecturally +architecture +architecturesque +Architeuthis +architis +architraval +architrave +architraved +architypographer +archival +archive +archivist +archivolt +archizoic +archjockey +archking +archknave +archleader +archlecher +archleveler +archlexicographer +archliar +archlute +archly +archmachine +archmagician +archmagirist +archmarshal +archmediocrity +archmessenger +archmilitarist +archmime +archminister +archmock +archmocker +archmockery +archmonarch +archmonarchist +archmonarchy +archmugwump +archmurderer +archmystagogue +archness +archocele +archocystosyrinx +archology +archon +archonship +archont +archontate +Archontia +archontic +archoplasm +archoplasmic +archoptoma +archoptosis +archorrhagia +archorrhea +archostegnosis +archostenosis +archosyrinx +archoverseer +archpall +archpapist +archpastor +archpatriarch +archpatron +archphilosopher +archphylarch +archpiece +archpilferer +archpillar +archpirate +archplagiarist +archplagiary +archplayer +archplotter +archplunderer +archplutocrat +archpoet +archpolitician +archpontiff +archpractice +archprelate +archprelatic +archprelatical +archpresbyter +archpresbyterate +archpresbytery +archpretender +archpriest +archpriesthood +archpriestship +archprimate +archprince +archprophet +archprotopope +archprototype +archpublican +archpuritan +archradical +archrascal +archreactionary +archrebel +archregent +archrepresentative +archrobber +archrogue +archruler +archsacrificator +archsacrificer +archsaint +archsatrap +archscoundrel +archseducer +archsee +archsewer +archshepherd +archsin +archsnob +archspirit +archspy +archsteward +archswindler +archsynagogue +archtempter +archthief +archtraitor +archtreasurer +archtreasurership +archturncoat +archtyrant +archurger +archvagabond +archvampire +archvestryman +archvillain +archvillainy +archvisitor +archwag +archway +archwench +archwise +archworker +archworkmaster +Archy +archy +Arcidae +Arcifera +arciferous +arcifinious +arciform +arcing +Arcite +arcked +arcking +arcocentrous +arcocentrum +arcograph +Arcos +Arctalia +Arctalian +Arctamerican +arctation +Arctia +arctian +arctic +arctically +arctician +arcticize +arcticward +arcticwards +arctiid +Arctiidae +Arctisca +Arctium +Arctocephalus +Arctogaea +Arctogaeal +Arctogaean +arctoid +Arctoidea +arctoidean +Arctomys +Arctos +Arctosis +Arctostaphylos +Arcturia +Arcturus +arcual +arcuale +arcuate +arcuated +arcuately +arcuation +arcubalist +arcubalister +arcula +arculite +ardassine +Ardea +Ardeae +ardeb +Ardeidae +Ardelia +ardella +ardency +ardennite +ardent +ardently +ardentness +Ardhamagadhi +Ardhanari +ardish +Ardisia +Ardisiaceae +ardoise +ardor +ardri +ardu +arduinite +arduous +arduously +arduousness +ardurous +are +area +areach +aread +areal +areality +Arean +arear +areasoner +areaway +Areca +Arecaceae +arecaceous +arecaidin +arecaidine +arecain +arecaine +Arecales +arecolidin +arecolidine +arecolin +arecoline +Arecuna +ared +areek +areel +arefact +arefaction +aregenerative +aregeneratory +areito +arena +arenaceous +arenae +Arenaria +arenariae +arenarious +arenation +arend +arendalite +areng +Arenga +Arenicola +arenicole +arenicolite +arenicolous +Arenig +arenilitic +arenoid +arenose +arenosity +arent +areocentric +areographer +areographic +areographical +areographically +areography +areola +areolar +areolate +areolated +areolation +areole +areolet +areologic +areological +areologically +areologist +areology +areometer +areometric +areometrical +areometry +Areopagist +Areopagite +Areopagitic +Areopagitica +Areopagus +areotectonics +areroscope +aretaics +arete +Arethusa +Arethuse +Aretinian +arfvedsonite +argal +argala +argali +argans +Argante +Argas +argasid +Argasidae +Argean +argeers +argel +Argemone +argemony +argenol +argent +argental +argentamid +argentamide +argentamin +argentamine +argentate +argentation +argenteous +argenter +argenteum +argentic +argenticyanide +argentide +argentiferous +Argentina +Argentine +argentine +Argentinean +Argentinian +Argentinidae +argentinitrate +Argentinize +Argentino +argention +argentite +argentojarosite +argentol +argentometric +argentometrically +argentometry +argenton +argentoproteinum +argentose +argentous +argentum +Argestes +arghan +arghel +arghool +Argid +argil +argillaceous +argilliferous +argillite +argillitic +argilloarenaceous +argillocalcareous +argillocalcite +argilloferruginous +argilloid +argillomagnesian +argillous +arginine +argininephosphoric +Argiope +Argiopidae +Argiopoidea +Argive +Argo +argo +Argoan +argol +argolet +Argolian +Argolic +Argolid +argon +Argonaut +Argonauta +Argonautic +Argonne +argosy +argot +argotic +Argovian +arguable +argue +arguer +argufier +argufy +Argulus +argument +argumental +argumentation +argumentatious +argumentative +argumentatively +argumentativeness +argumentator +argumentatory +Argus +argusfish +Argusianus +Arguslike +argute +argutely +arguteness +Argyle +Argyll +Argynnis +argyranthemous +argyranthous +Argyraspides +argyria +argyric +argyrite +argyrocephalous +argyrodite +Argyrol +Argyroneta +Argyropelecus +argyrose +argyrosis +Argyrosomus +argyrythrose +arhar +arhat +arhatship +Arhauaco +arhythmic +aria +Ariadne +Arian +Ariana +Arianism +Arianistic +Arianistical +Arianize +Arianizer +Arianrhod +aribine +Arician +aricine +arid +Arided +aridge +aridian +aridity +aridly +aridness +ariegite +Ariel +ariel +arienzo +Aries +arietation +Arietid +arietinous +arietta +aright +arightly +arigue +Ariidae +Arikara +aril +ariled +arillary +arillate +arillated +arilliform +arillode +arillodium +arilloid +arillus +Arimasp +Arimaspian +Arimathaean +Ariocarpus +Arioi +Arioian +Arion +ariose +arioso +ariot +aripple +Arisaema +arisard +arise +arisen +arist +arista +Aristarch +Aristarchian +aristarchy +aristate +Aristeas +Aristida +Aristides +Aristippus +aristocracy +aristocrat +aristocratic +aristocratical +aristocratically +aristocraticalness +aristocraticism +aristocraticness +aristocratism +aristodemocracy +aristodemocratical +aristogenesis +aristogenetic +aristogenic +aristogenics +Aristol +Aristolochia +Aristolochiaceae +aristolochiaceous +Aristolochiales +aristolochin +aristolochine +aristological +aristologist +aristology +aristomonarchy +Aristophanic +aristorepublicanism +Aristotelian +Aristotelianism +Aristotelic +Aristotelism +aristotype +aristulate +arite +arithmetic +arithmetical +arithmetically +arithmetician +arithmetization +arithmetize +arithmic +arithmocracy +arithmocratic +arithmogram +arithmograph +arithmography +arithmomania +arithmometer +Arius +Arivaipa +Arizona +Arizonan +Arizonian +arizonite +arjun +ark +Arkab +Arkansan +Arkansas +Arkansawyer +arkansite +Arkite +arkite +arkose +arkosic +arksutite +Arlene +Arleng +arles +Arline +arm +armada +armadilla +Armadillididae +Armadillidium +armadillo +Armado +Armageddon +Armageddonist +armagnac +armament +armamentarium +armamentary +armangite +armariolum +armarium +Armata +Armatoles +Armatoli +armature +armbone +armchair +armchaired +armed +armeniaceous +Armenian +Armenic +Armenize +Armenoid +armer +Armeria +Armeriaceae +armet +armful +armgaunt +armhole +armhoop +Armida +armied +armiferous +armiger +armigeral +armigerous +armil +armilla +Armillaria +armillary +armillate +armillated +arming +Arminian +Arminianism +Arminianize +Arminianizer +armipotence +armipotent +armisonant +armisonous +armistice +armless +armlet +armload +armoire +armonica +armor +Armoracia +armored +armorer +armorial +Armoric +Armorican +Armorician +armoried +armorist +armorproof +armorwise +armory +Armouchiquois +armozeen +armpiece +armpit +armplate +armrack +armrest +arms +armscye +armure +army +arn +arna +Arnaut +arnberry +Arne +Arneb +Arnebia +arnee +arni +arnica +Arnold +Arnoldist +Arnoseris +arnotta +arnotto +Arnusian +arnut +Aro +aroar +aroast +arock +aroeira +aroid +aroideous +Aroides +aroint +arolium +arolla +aroma +aromacity +aromadendrin +aromatic +aromatically +aromaticness +aromatite +aromatites +aromatization +aromatize +aromatizer +aromatophor +aromatophore +Aronia +aroon +Aroras +Arosaguntacook +arose +around +arousal +arouse +arousement +arouser +arow +aroxyl +arpeggiando +arpeggiated +arpeggiation +arpeggio +arpeggioed +arpen +arpent +arquerite +arquifoux +arracach +arracacha +Arracacia +arrack +arrah +arraign +arraigner +arraignment +arrame +arrange +arrangeable +arrangement +arranger +arrant +arrantly +Arras +arras +arrased +arrasene +arrastra +arrastre +arratel +arrau +array +arrayal +arrayer +arrayment +arrear +arrearage +arrect +arrector +arrendation +arrenotokous +arrenotoky +arrent +arrentable +arrentation +arreptitious +arrest +arrestable +arrestation +arrestee +arrester +arresting +arrestingly +arrestive +arrestment +arrestor +Arretine +arrhenal +Arrhenatherum +arrhenoid +arrhenotokous +arrhenotoky +arrhinia +arrhizal +arrhizous +arrhythmia +arrhythmic +arrhythmical +arrhythmically +arrhythmous +arrhythmy +arriage +arriba +arride +arridge +arrie +arriere +Arriet +arrimby +arris +arrish +arrisways +arriswise +arrival +arrive +arriver +arroba +arrogance +arrogancy +arrogant +arrogantly +arrogantness +arrogate +arrogatingly +arrogation +arrogative +arrogator +arrojadite +arrope +arrosive +arrow +arrowbush +arrowed +arrowhead +arrowheaded +arrowleaf +arrowless +arrowlet +arrowlike +arrowplate +arrowroot +arrowsmith +arrowstone +arrowweed +arrowwood +arrowworm +arrowy +arroyo +Arruague +Arry +Arryish +Arsacid +Arsacidan +arsanilic +arse +arsedine +arsenal +arsenate +arsenation +arseneted +arsenetted +arsenfast +arsenferratose +arsenhemol +arseniasis +arseniate +arsenic +arsenical +arsenicalism +arsenicate +arsenicism +arsenicize +arsenicophagy +arsenide +arseniferous +arsenillo +arseniopleite +arseniosiderite +arsenious +arsenism +arsenite +arsenium +arseniuret +arseniureted +arsenization +arseno +arsenobenzene +arsenobenzol +arsenobismite +arsenoferratin +arsenofuran +arsenohemol +arsenolite +arsenophagy +arsenophen +arsenophenol +arsenophenylglycin +arsenopyrite +arsenostyracol +arsenotherapy +arsenotungstates +arsenotungstic +arsenous +arsenoxide +arsenyl +arses +arsesmart +arsheen +arshin +arshine +arsine +arsinic +arsino +Arsinoitherium +arsis +arsle +arsmetrik +arsmetrike +arsnicker +arsoite +arson +arsonate +arsonation +arsonic +arsonist +arsonite +arsonium +arsono +arsonvalization +arsphenamine +arsyl +arsylene +Art +art +artaba +artabe +artal +Artamidae +Artamus +artar +artarine +artcraft +artefact +artel +Artemas +Artemia +Artemis +Artemisia +artemisic +artemisin +Artemision +Artemisium +arteriagra +arterial +arterialization +arterialize +arterially +arteriarctia +arteriasis +arteriectasia +arteriectasis +arteriectopia +arterin +arterioarctia +arteriocapillary +arteriococcygeal +arteriodialysis +arteriodiastasis +arteriofibrosis +arteriogenesis +arteriogram +arteriograph +arteriography +arteriole +arteriolith +arteriology +arteriolosclerosis +arteriomalacia +arteriometer +arteriomotor +arterionecrosis +arteriopalmus +arteriopathy +arteriophlebotomy +arterioplania +arterioplasty +arteriopressor +arteriorenal +arteriorrhagia +arteriorrhaphy +arteriorrhexis +arteriosclerosis +arteriosclerotic +arteriospasm +arteriostenosis +arteriostosis +arteriostrepsis +arteriosympathectomy +arteriotome +arteriotomy +arteriotrepsis +arterious +arteriovenous +arterioversion +arterioverter +arteritis +artery +Artesian +artesian +artful +artfully +artfulness +Artgum +artha +arthel +arthemis +arthragra +arthral +arthralgia +arthralgic +arthrectomy +arthredema +arthrempyesis +arthresthesia +arthritic +arthritical +arthriticine +arthritis +arthritism +arthrobacterium +arthrobranch +arthrobranchia +arthrocace +arthrocarcinoma +arthrocele +arthrochondritis +arthroclasia +arthrocleisis +arthroclisis +arthroderm +arthrodesis +arthrodia +arthrodial +arthrodic +Arthrodira +arthrodiran +arthrodire +arthrodirous +Arthrodonteae +arthrodynia +arthrodynic +arthroempyema +arthroempyesis +arthroendoscopy +Arthrogastra +arthrogastran +arthrogenous +arthrography +arthrogryposis +arthrolite +arthrolith +arthrolithiasis +arthrology +arthromeningitis +arthromere +arthromeric +arthrometer +arthrometry +arthroncus +arthroneuralgia +arthropathic +arthropathology +arthropathy +arthrophlogosis +arthrophyma +arthroplastic +arthroplasty +arthropleura +arthropleure +arthropod +Arthropoda +arthropodal +arthropodan +arthropodous +Arthropomata +arthropomatous +arthropterous +arthropyosis +arthrorheumatism +arthrorrhagia +arthrosclerosis +arthrosia +arthrosis +arthrospore +arthrosporic +arthrosporous +arthrosteitis +arthrosterigma +arthrostome +arthrostomy +Arthrostraca +arthrosynovitis +arthrosyrinx +arthrotome +arthrotomy +arthrotrauma +arthrotropic +arthrotyphoid +arthrous +arthroxerosis +Arthrozoa +arthrozoan +arthrozoic +Arthur +Arthurian +Arthuriana +artiad +artichoke +article +articled +articulability +articulable +articulacy +articulant +articular +articulare +articularly +articulary +Articulata +articulate +articulated +articulately +articulateness +articulation +articulationist +articulative +articulator +articulatory +articulite +articulus +Artie +artifact +artifactitious +artifice +artificer +artificership +artificial +artificialism +artificiality +artificialize +artificially +artificialness +artiller +artillerist +artillery +artilleryman +artilleryship +artiness +artinite +Artinskian +artiodactyl +Artiodactyla +artiodactylous +artiphyllous +artisan +artisanship +artist +artistdom +artiste +artistic +artistical +artistically +artistry +artless +artlessly +artlessness +artlet +artlike +Artocarpaceae +artocarpad +artocarpeous +artocarpous +Artocarpus +artolater +artophagous +artophorion +artotype +artotypy +Artotyrite +artware +arty +aru +Aruac +arui +aruke +Arulo +Arum +arumin +Aruncus +arundiferous +arundinaceous +Arundinaria +arundineous +Arundo +Arunta +arupa +arusa +arusha +arustle +arval +arvel +Arverni +Arvicola +arvicole +Arvicolinae +arvicoline +arvicolous +arviculture +arx +ary +Arya +Aryan +Aryanism +Aryanization +Aryanize +aryballoid +aryballus +aryepiglottic +aryl +arylamine +arylamino +arylate +arytenoid +arytenoidal +arzan +Arzava +Arzawa +arzrunite +arzun +As +as +Asa +asaddle +asafetida +Asahel +asak +asale +asana +Asaph +asaphia +Asaphic +asaphid +Asaphidae +Asaphus +asaprol +asarabacca +Asaraceae +Asarh +asarite +asaron +asarone +asarotum +Asarum +asbest +asbestic +asbestiform +asbestine +asbestinize +asbestoid +asbestoidal +asbestos +asbestosis +asbestous +asbestus +asbolin +asbolite +Ascabart +Ascalabota +ascan +Ascanian +Ascanius +ascare +ascariasis +ascaricidal +ascaricide +ascarid +Ascaridae +ascarides +Ascaridia +ascaridiasis +ascaridole +Ascaris +ascaron +Ascella +ascellus +ascend +ascendable +ascendance +ascendancy +ascendant +ascendence +ascendency +ascendent +ascender +ascendible +ascending +ascendingly +ascension +ascensional +ascensionist +Ascensiontide +ascensive +ascent +ascertain +ascertainable +ascertainableness +ascertainably +ascertainer +ascertainment +ascescency +ascescent +ascetic +ascetical +ascetically +asceticism +Ascetta +aschaffite +ascham +aschistic +asci +ascian +Ascidia +Ascidiacea +Ascidiae +ascidian +ascidiate +ascidicolous +ascidiferous +ascidiform +ascidioid +Ascidioida +Ascidioidea +Ascidiozoa +ascidiozooid +ascidium +asciferous +ascigerous +ascii +ascites +ascitic +ascitical +ascititious +asclent +Asclepiad +asclepiad +Asclepiadaceae +asclepiadaceous +Asclepiadae +Asclepiadean +asclepiadeous +Asclepiadic +Asclepian +Asclepias +asclepidin +asclepidoid +Asclepieion +asclepin +Asclepius +ascocarp +ascocarpous +Ascochyta +ascogenous +ascogone +ascogonial +ascogonidium +ascogonium +ascolichen +Ascolichenes +ascoma +ascomycetal +ascomycete +Ascomycetes +ascomycetous +ascon +Ascones +ascophore +ascophorous +Ascophyllum +ascorbic +ascospore +ascosporic +ascosporous +Ascot +ascot +Ascothoracica +ascribable +ascribe +ascript +ascription +ascriptitii +ascriptitious +ascriptitius +ascry +ascula +Ascupart +ascus +ascyphous +Ascyrum +asdic +ase +asearch +asecretory +aseethe +aseismatic +aseismic +aseismicity +aseity +aselgeia +asellate +Aselli +Asellidae +Aselline +Asellus +asem +asemasia +asemia +asepsis +aseptate +aseptic +aseptically +asepticism +asepticize +aseptify +aseptol +aseptolin +asexual +asexuality +asexualization +asexualize +asexually +asfetida +ash +Asha +ashake +ashame +ashamed +ashamedly +ashamedness +ashamnu +Ashangos +Ashantee +Ashanti +Asharasi +ashberry +ashcake +ashen +Asher +asherah +Asherites +ashery +ashes +ashet +ashily +ashimmer +ashine +ashiness +ashipboard +Ashir +ashiver +Ashkenazic +Ashkenazim +ashkoko +ashlar +ashlared +ashlaring +ashless +ashling +Ashluslay +ashman +Ashmolean +Ashochimi +ashore +ashpan +ashpit +ashplant +ashraf +ashrafi +ashthroat +Ashur +ashur +ashweed +ashwort +ashy +asialia +Asian +Asianic +Asianism +Asiarch +Asiarchate +Asiatic +Asiatical +Asiatically +Asiatican +Asiaticism +Asiaticization +Asiaticize +Asiatize +aside +asidehand +asideness +asiderite +asideu +asiento +asilid +Asilidae +Asilus +asimen +Asimina +asimmer +asinego +asinine +asininely +asininity +asiphonate +asiphonogama +asitia +ask +askable +askance +askant +askar +askari +asker +askew +askingly +askip +asklent +Asklepios +askos +Askr +aslant +aslantwise +aslaver +asleep +aslop +aslope +aslumber +asmack +asmalte +asmear +asmile +asmoke +asmolder +asniffle +asnort +asoak +asocial +asok +asoka +asomatophyte +asomatous +asonant +asonia +asop +asor +asouth +asp +aspace +aspalathus +Aspalax +asparagic +asparagine +asparaginic +asparaginous +asparagus +asparagyl +asparkle +aspartate +aspartic +aspartyl +Aspasia +Aspatia +aspect +aspectable +aspectant +aspection +aspectual +aspen +asper +asperate +asperation +aspergation +asperge +asperger +Asperges +aspergil +aspergill +Aspergillaceae +Aspergillales +aspergilliform +aspergillin +aspergillosis +aspergillum +aspergillus +Asperifoliae +asperifoliate +asperifolious +asperite +asperity +aspermatic +aspermatism +aspermatous +aspermia +aspermic +aspermous +asperous +asperously +asperse +aspersed +asperser +aspersion +aspersive +aspersively +aspersor +aspersorium +aspersory +Asperugo +Asperula +asperuloside +asperulous +asphalt +asphaltene +asphalter +asphaltic +asphaltite +asphaltum +aspheterism +aspheterize +asphodel +Asphodelaceae +Asphodeline +Asphodelus +asphyctic +asphyctous +asphyxia +asphyxial +asphyxiant +asphyxiate +asphyxiation +asphyxiative +asphyxiator +asphyxied +asphyxy +aspic +aspiculate +aspiculous +aspidate +aspidiaria +aspidinol +Aspidiotus +Aspidiske +Aspidistra +aspidium +Aspidobranchia +Aspidobranchiata +aspidobranchiate +Aspidocephali +Aspidochirota +Aspidoganoidei +aspidomancy +Aspidosperma +aspidospermine +aspirant +aspirata +aspirate +aspiration +aspirator +aspiratory +aspire +aspirer +aspirin +aspiring +aspiringly +aspiringness +aspish +asplanchnic +Asplenieae +asplenioid +Asplenium +asporogenic +asporogenous +asporous +asport +asportation +asporulate +aspout +asprawl +aspread +Aspredinidae +Aspredo +aspring +asprout +asquare +asquat +asqueal +asquint +asquirm +ass +assacu +assagai +assai +assail +assailable +assailableness +assailant +assailer +assailment +Assam +Assamese +Assamites +assapan +assapanic +assarion +assart +assary +assassin +assassinate +assassination +assassinative +assassinator +assassinatress +assassinist +assate +assation +assault +assaultable +assaulter +assaut +assay +assayable +assayer +assaying +assbaa +asse +assecuration +assecurator +assedation +assegai +asself +assemblable +assemblage +assemble +assembler +assembly +assemblyman +assent +assentaneous +assentation +assentatious +assentator +assentatorily +assentatory +assented +assenter +assentient +assenting +assentingly +assentive +assentiveness +assentor +assert +assertable +assertative +asserter +assertible +assertion +assertional +assertive +assertively +assertiveness +assertor +assertorial +assertorially +assertoric +assertorical +assertorically +assertorily +assertory +assertress +assertrix +assertum +assess +assessable +assessably +assessed +assessee +assession +assessionary +assessment +assessor +assessorial +assessorship +assessory +asset +assets +assever +asseverate +asseveratingly +asseveration +asseverative +asseveratively +asseveratory +asshead +assi +assibilate +assibilation +Assidean +assident +assidual +assidually +assiduity +assiduous +assiduously +assiduousness +assientist +assiento +assify +assign +assignability +assignable +assignably +assignat +assignation +assigned +assignee +assigneeship +assigner +assignment +assignor +assilag +assimilability +assimilable +assimilate +assimilation +assimilationist +assimilative +assimilativeness +assimilator +assimilatory +Assiniboin +assis +Assisan +assise +assish +assishly +assishness +assist +assistance +assistant +assistanted +assistantship +assistency +assister +assistful +assistive +assistless +assistor +assize +assizement +assizer +assizes +asslike +assman +Assmannshauser +assmanship +associability +associable +associableness +associate +associated +associatedness +associateship +association +associational +associationalism +associationalist +associationism +associationist +associationistic +associative +associatively +associativeness +associator +associatory +assoil +assoilment +assoilzie +assonance +assonanced +assonant +assonantal +assonantic +assonate +Assonia +assort +assortative +assorted +assortedness +assorter +assortive +assortment +assuade +assuage +assuagement +assuager +assuasive +assubjugate +assuetude +assumable +assumably +assume +assumed +assumedly +assumer +assuming +assumingly +assumingness +assumpsit +assumption +Assumptionist +assumptious +assumptiousness +assumptive +assumptively +assurable +assurance +assurant +assure +assured +assuredly +assuredness +assurer +assurge +assurgency +assurgent +assuring +assuringly +assyntite +Assyrian +Assyrianize +Assyriological +Assyriologist +Assyriologue +Assyriology +Assyroid +assythment +ast +asta +Astacidae +Astacus +Astakiwi +astalk +astarboard +astare +astart +Astarte +Astartian +Astartidae +astasia +astatic +astatically +astaticism +astatine +astatize +astatizer +astay +asteam +asteatosis +asteep +asteer +asteism +astelic +astely +aster +Asteraceae +asteraceous +Asterales +Asterella +astereognosis +asteria +asterial +Asterias +asteriated +Asteriidae +asterikos +asterin +Asterina +Asterinidae +asterioid +Asterion +asterion +Asterionella +asterisk +asterism +asterismal +astern +asternal +Asternata +asternia +Asterochiton +asteroid +asteroidal +Asteroidea +asteroidean +Asterolepidae +Asterolepis +Asterope +asterophyllite +Asterophyllites +Asterospondyli +asterospondylic +asterospondylous +Asteroxylaceae +Asteroxylon +Asterozoa +asterwort +asthenia +asthenic +asthenical +asthenobiosis +asthenobiotic +asthenolith +asthenology +asthenopia +asthenopic +asthenosphere +astheny +asthma +asthmatic +asthmatical +asthmatically +asthmatoid +asthmogenic +asthore +asthorin +Astian +astichous +astigmatic +astigmatical +astigmatically +astigmatism +astigmatizer +astigmatometer +astigmatoscope +astigmatoscopy +astigmia +astigmism +astigmometer +astigmometry +Astilbe +astilbe +astint +astipulate +astir +astite +astomatal +astomatous +astomia +astomous +astonied +astonish +astonishedly +astonisher +astonishing +astonishingly +astonishingness +astonishment +astony +astoop +astor +astound +astoundable +astounding +astoundingly +astoundment +Astrachan +astraddle +Astraea +Astraean +astraean +astraeid +Astraeidae +astraeiform +astragal +astragalar +astragalectomy +astragali +astragalocalcaneal +astragalocentral +astragalomancy +astragalonavicular +astragaloscaphoid +astragalotibial +Astragalus +astragalus +astrain +astrakanite +astrakhan +astral +astrally +astrand +Astrantia +astraphobia +astrapophobia +astray +astream +astrer +astrict +astriction +astrictive +astrictively +astrictiveness +Astrid +astride +astrier +astriferous +astrild +astringe +astringency +astringent +astringently +astringer +astroalchemist +astroblast +Astrocaryum +astrochemist +astrochemistry +astrochronological +astrocyte +astrocytoma +astrocytomata +astrodiagnosis +astrodome +astrofel +astrogeny +astroglia +astrognosy +astrogonic +astrogony +astrograph +astrographic +astrography +astroid +astroite +astrolabe +astrolabical +astrolater +astrolatry +astrolithology +astrologaster +astrologer +astrologian +astrologic +astrological +astrologically +astrologistic +astrologize +astrologous +astrology +astromancer +astromancy +astromantic +astrometeorological +astrometeorologist +astrometeorology +astrometer +astrometrical +astrometry +astronaut +astronautics +astronomer +astronomic +astronomical +astronomically +astronomics +astronomize +astronomy +Astropecten +Astropectinidae +astrophil +astrophobia +astrophotographic +astrophotography +astrophotometer +astrophotometrical +astrophotometry +astrophyllite +astrophysical +astrophysicist +astrophysics +Astrophyton +astroscope +Astroscopus +astroscopy +astrospectral +astrospectroscopic +astrosphere +astrotheology +astrut +astucious +astuciously +astucity +Astur +Asturian +astute +astutely +astuteness +astylar +Astylospongia +Astylosternus +asudden +asunder +Asuri +aswail +aswarm +asway +asweat +aswell +aswim +aswing +aswirl +aswoon +aswooned +asyla +asyllabia +asyllabic +asyllabical +asylum +asymbiotic +asymbolia +asymbolic +asymbolical +asymmetric +asymmetrical +asymmetrically +Asymmetron +asymmetry +asymptomatic +asymptote +asymptotic +asymptotical +asymptotically +asynapsis +asynaptic +asynartete +asynartetic +asynchronism +asynchronous +asyndesis +asyndetic +asyndetically +asyndeton +asynergia +asynergy +asyngamic +asyngamy +asyntactic +asyntrophy +asystole +asystolic +asystolism +asyzygetic +at +Ata +atabal +atabeg +atabek +Atabrine +Atacaman +Atacamenan +Atacamenian +Atacameno +atacamite +atactic +atactiform +Ataentsic +atafter +Ataigal +Ataiyal +Atalan +ataman +atamasco +Atamosco +atangle +atap +ataraxia +ataraxy +atatschite +ataunt +atavi +atavic +atavism +atavist +atavistic +atavistically +atavus +ataxaphasia +ataxia +ataxiagram +ataxiagraph +ataxiameter +ataxiaphasia +ataxic +ataxinomic +ataxite +ataxonomic +ataxophemia +ataxy +atazir +atbash +atchison +ate +Ateba +atebrin +atechnic +atechnical +atechny +ateeter +atef +atelectasis +atelectatic +ateleological +Ateles +atelestite +atelets +atelier +ateliosis +Atellan +atelo +atelocardia +atelocephalous +ateloglossia +atelognathia +atelomitic +atelomyelia +atelopodia +ateloprosopia +atelorachidia +atelostomia +atemporal +Aten +Atenism +Atenist +Aterian +ates +Atestine +ateuchi +ateuchus +Atfalati +Athabasca +Athabascan +athalamous +athalline +Athamantid +athanasia +Athanasian +Athanasianism +Athanasianist +athanasy +athanor +Athapascan +athar +Atharvan +Athecae +Athecata +athecate +atheism +atheist +atheistic +atheistical +atheistically +atheisticalness +atheize +atheizer +athelia +atheling +athematic +Athena +Athenaea +athenaeum +athenee +Athenian +Athenianly +athenor +Athens +atheological +atheologically +atheology +atheous +Athericera +athericeran +athericerous +atherine +Atherinidae +Atheriogaea +Atheriogaean +Atheris +athermancy +athermanous +athermic +athermous +atheroma +atheromasia +atheromata +atheromatosis +atheromatous +atherosclerosis +Atherosperma +Atherurus +athetesis +athetize +athetoid +athetosic +athetosis +athing +athirst +athlete +athletehood +athletic +athletical +athletically +athleticism +athletics +athletism +athletocracy +athlothete +athlothetes +athodyd +athort +athrepsia +athreptic +athrill +athrive +athrob +athrocyte +athrocytosis +athrogenic +athrong +athrough +athwart +athwarthawse +athwartship +athwartships +athwartwise +athymia +athymic +athymy +athyreosis +athyria +athyrid +Athyridae +Athyris +Athyrium +athyroid +athyroidism +athyrosis +Ati +Atik +Atikokania +atilt +atimon +atinga +atingle +atinkle +atip +atis +Atka +Atlanta +atlantad +atlantal +Atlantean +atlantes +Atlantic +atlantic +Atlantica +Atlantid +Atlantides +atlantite +atlantoaxial +atlantodidymus +atlantomastoid +atlantoodontoid +Atlantosaurus +Atlas +atlas +Atlaslike +atlatl +atle +atlee +atloaxoid +atloid +atloidean +atloidoaxoid +atma +atman +atmiatrics +atmiatry +atmid +atmidalbumin +atmidometer +atmidometry +atmo +atmocausis +atmocautery +atmoclastic +atmogenic +atmograph +atmologic +atmological +atmologist +atmology +atmolysis +atmolyzation +atmolyze +atmolyzer +atmometer +atmometric +atmometry +atmos +atmosphere +atmosphereful +atmosphereless +atmospheric +atmospherical +atmospherically +atmospherics +atmospherology +atmostea +atmosteal +atmosteon +Atnah +atocha +atocia +atokal +atoke +atokous +atoll +atom +atomatic +atomechanics +atomerg +atomic +atomical +atomically +atomician +atomicism +atomicity +atomics +atomiferous +atomism +atomist +atomistic +atomistical +atomistically +atomistics +atomity +atomization +atomize +atomizer +atomology +atomy +atonable +atonal +atonalism +atonalistic +atonality +atonally +atone +atonement +atoneness +atoner +atonia +atonic +atonicity +atoningly +atony +atop +Atophan +atophan +atopic +atopite +atopy +Atorai +Atossa +atour +atoxic +Atoxyl +atoxyl +atrabilarian +atrabilarious +atrabiliar +atrabiliarious +atrabiliary +atrabilious +atrabiliousness +atracheate +Atractaspis +Atragene +atragene +atrail +atrament +atramental +atramentary +atramentous +atraumatic +Atrebates +Atremata +atrematous +atremble +atrepsy +atreptic +atresia +atresic +atresy +atretic +atria +atrial +atrichia +atrichosis +atrichous +atrickle +Atridean +atrienses +atriensis +atriocoelomic +atrioporal +atriopore +atrioventricular +atrip +Atriplex +atrium +atrocha +atrochal +atrochous +atrocious +atrociously +atrociousness +atrocity +atrolactic +Atropa +atropaceous +atropal +atropamine +atrophia +atrophiated +atrophic +atrophied +atrophoderma +atrophy +atropia +atropic +Atropidae +atropine +atropinism +atropinization +atropinize +atropism +atropous +atrorubent +atrosanguineous +atroscine +atrous +atry +Atrypa +Atta +atta +Attacapan +attacco +attach +attachable +attachableness +attache +attached +attachedly +attacher +attacheship +attachment +attack +attackable +attacker +attacolite +Attacus +attacus +attagen +attaghan +attain +attainability +attainable +attainableness +attainder +attainer +attainment +attaint +attaintment +attainture +Attalea +attaleh +Attalid +attar +attargul +attask +attemper +attemperament +attemperance +attemperate +attemperately +attemperation +attemperator +attempt +attemptability +attemptable +attempter +attemptless +attend +attendance +attendancy +attendant +attendantly +attender +attendingly +attendment +attendress +attensity +attent +attention +attentional +attentive +attentively +attentiveness +attently +attenuable +attenuant +attenuate +attenuation +attenuative +attenuator +atter +attercop +attercrop +atterminal +attermine +atterminement +attern +attery +attest +attestable +attestant +attestation +attestative +attestator +attester +attestive +Attic +attic +Attical +Atticism +atticism +Atticist +Atticize +atticize +atticomastoid +attid +Attidae +attinge +attingence +attingency +attingent +attire +attired +attirement +attirer +attitude +attitudinal +attitudinarian +attitudinarianism +attitudinize +attitudinizer +Attiwendaronk +attorn +attorney +attorneydom +attorneyism +attorneyship +attornment +attract +attractability +attractable +attractableness +attractant +attracter +attractile +attractingly +attraction +attractionally +attractive +attractively +attractiveness +attractivity +attractor +attrahent +attrap +attributable +attributal +attribute +attributer +attribution +attributive +attributively +attributiveness +attrist +attrite +attrited +attriteness +attrition +attritive +attritus +attune +attunely +attunement +Atuami +atule +atumble +atune +atwain +atweel +atween +atwin +atwirl +atwist +atwitch +atwitter +atwixt +atwo +atypic +atypical +atypically +atypy +auantic +aube +aubepine +Aubrey +Aubrietia +aubrietia +aubrite +auburn +aubusson +Auca +auca +Aucan +Aucaner +Aucanian +Auchenia +auchenia +auchenium +auchlet +auction +auctionary +auctioneer +auctorial +Aucuba +aucuba +aucupate +audacious +audaciously +audaciousness +audacity +Audaean +Audian +Audibertia +audibility +audible +audibleness +audibly +audience +audiencier +audient +audile +audio +audiogenic +audiogram +audiologist +audiology +audiometer +audiometric +audiometry +Audion +audion +audiophile +audiphone +audit +audition +auditive +auditor +auditoria +auditorial +auditorially +auditorily +auditorium +auditorship +auditory +auditress +auditual +audivise +audiviser +audivision +Audrey +Audubonistic +Aueto +auganite +auge +Augean +augelite +augen +augend +auger +augerer +augh +aught +aughtlins +augite +augitic +augitite +augitophyre +augment +augmentable +augmentation +augmentationer +augmentative +augmentatively +augmented +augmentedly +augmenter +augmentive +augur +augural +augurate +augurial +augurous +augurship +augury +August +august +Augusta +augustal +Augustan +Augusti +Augustin +Augustinian +Augustinianism +Augustinism +augustly +augustness +Augustus +auh +auhuhu +Auk +auk +auklet +aula +aulacocarpous +Aulacodus +Aulacomniaceae +Aulacomnium +aulae +aularian +auld +auldfarrantlike +auletai +aulete +auletes +auletic +auletrides +auletris +aulic +aulicism +auloi +aulophyte +aulos +Aulostoma +Aulostomatidae +Aulostomi +aulostomid +Aulostomidae +Aulostomus +aulu +aum +aumaga +aumail +aumbry +aumery +aumil +aumildar +aumous +aumrie +auncel +aune +Aunjetitz +aunt +aunthood +auntie +auntish +auntlike +auntly +auntsary +auntship +aupaka +aura +aurae +aural +aurally +auramine +Aurantiaceae +aurantiaceous +Aurantium +aurantium +aurar +aurate +aurated +aureate +aureately +aureateness +aureation +aureity +Aurelia +aurelia +aurelian +Aurelius +Aureocasidium +aureola +aureole +aureolin +aureoline +aureomycin +aureous +aureously +auresca +aureus +auribromide +auric +aurichalcite +aurichalcum +aurichloride +aurichlorohydric +auricle +auricled +auricomous +Auricula +auricula +auriculae +auricular +auriculare +auriculares +Auricularia +auricularia +Auriculariaceae +auriculariae +Auriculariales +auricularian +auricularis +auricularly +auriculate +auriculated +auriculately +Auriculidae +auriculocranial +auriculoparietal +auriculotemporal +auriculoventricular +auriculovertical +auricyanhydric +auricyanic +auricyanide +auride +auriferous +aurific +aurification +auriform +aurify +Auriga +aurigal +aurigation +aurigerous +Aurigid +Aurignacian +aurilave +aurin +aurinasal +auriphone +auriphrygia +auriphrygiate +auripuncture +aurir +auriscalp +auriscalpia +auriscalpium +auriscope +auriscopy +aurist +aurite +aurivorous +auroauric +aurobromide +aurochloride +aurochs +aurocyanide +aurodiamine +auronal +aurophobia +aurophore +aurora +aurorae +auroral +aurorally +aurore +aurorean +Aurorian +aurorium +aurotellurite +aurothiosulphate +aurothiosulphuric +aurous +aurrescu +aurulent +aurum +aurure +auryl +Aus +auscult +auscultascope +auscultate +auscultation +auscultative +auscultator +auscultatory +Auscultoscope +auscultoscope +Aushar +auslaut +auslaute +Ausones +Ausonian +auspex +auspicate +auspice +auspices +auspicial +auspicious +auspiciously +auspiciousness +auspicy +Aussie +Austafrican +austenite +austenitic +Auster +austere +austerely +austereness +austerity +Austerlitz +Austin +Austral +austral +Australasian +australene +Australia +Australian +Australianism +Australianize +Australic +Australioid +australite +Australoid +Australopithecinae +australopithecine +Australopithecus +Australorp +Austrasian +Austrian +Austrianize +Austric +austrium +Austroasiatic +Austrogaea +Austrogaean +austromancy +Austronesian +Austrophil +Austrophile +Austrophilism +Austroriparian +ausu +ausubo +autacoid +autacoidal +autallotriomorphic +autantitypy +autarch +autarchic +autarchical +Autarchoglossa +autarchy +autarkic +autarkical +autarkist +autarky +aute +autechoscope +autecious +auteciously +auteciousness +autecism +autecologic +autecological +autecologically +autecologist +autecology +autecy +autem +authentic +authentical +authentically +authenticalness +authenticate +authentication +authenticator +authenticity +authenticly +authenticness +authigene +authigenetic +authigenic +authigenous +author +authorcraft +authoress +authorhood +authorial +authorially +authorish +authorism +authoritarian +authoritarianism +authoritative +authoritatively +authoritativeness +authority +authorizable +authorization +authorize +authorized +authorizer +authorless +authorling +authorly +authorship +authotype +autism +autist +autistic +auto +autoabstract +autoactivation +autoactive +autoaddress +autoagglutinating +autoagglutination +autoagglutinin +autoalarm +autoalkylation +autoallogamous +autoallogamy +autoanalysis +autoanalytic +autoantibody +autoanticomplement +autoantitoxin +autoasphyxiation +autoaspiration +autoassimilation +autobahn +autobasidia +Autobasidiomycetes +autobasidiomycetous +autobasidium +Autobasisii +autobiographal +autobiographer +autobiographic +autobiographical +autobiographically +autobiographist +autobiography +autobiology +autoblast +autoboat +autoboating +autobolide +autobus +autocab +autocade +autocall +autocamp +autocamper +autocamping +autocar +autocarist +autocarpian +autocarpic +autocarpous +autocatalepsy +autocatalysis +autocatalytic +autocatalytically +autocatalyze +autocatheterism +autocephalia +autocephality +autocephalous +autocephaly +autoceptive +autochemical +autocholecystectomy +autochrome +autochromy +autochronograph +autochthon +autochthonal +autochthonic +autochthonism +autochthonous +autochthonously +autochthonousness +autochthony +autocide +autocinesis +autoclasis +autoclastic +autoclave +autocoenobium +autocoherer +autocoid +autocollimation +autocollimator +autocolony +autocombustible +autocombustion +autocomplexes +autocondensation +autoconduction +autoconvection +autoconverter +autocopist +autocoprophagous +autocorrosion +autocracy +autocrat +autocratic +autocratical +autocratically +autocrator +autocratoric +autocratorical +autocratrix +autocratship +autocremation +autocriticism +autocystoplasty +autocytolysis +autocytolytic +autodecomposition +autodepolymerization +autodermic +autodestruction +autodetector +autodiagnosis +autodiagnostic +autodiagrammatic +autodidact +autodidactic +autodifferentiation +autodiffusion +autodigestion +autodigestive +autodrainage +autodrome +autodynamic +autodyne +autoecholalia +autoecic +autoecious +autoeciously +autoeciousness +autoecism +autoecous +autoecy +autoeducation +autoeducative +autoelectrolysis +autoelectrolytic +autoelectronic +autoelevation +autoepigraph +autoepilation +autoerotic +autoerotically +autoeroticism +autoerotism +autoexcitation +autofecundation +autofermentation +autoformation +autofrettage +autogamic +autogamous +autogamy +autogauge +autogeneal +autogenesis +autogenetic +autogenetically +autogenic +autogenous +autogenously +autogeny +Autogiro +autogiro +autognosis +autognostic +autograft +autografting +autogram +autograph +autographal +autographer +autographic +autographical +autographically +autographism +autographist +autographometer +autography +autogravure +Autoharp +autoharp +autoheader +autohemic +autohemolysin +autohemolysis +autohemolytic +autohemorrhage +autohemotherapy +autoheterodyne +autoheterosis +autohexaploid +autohybridization +autohypnosis +autohypnotic +autohypnotism +autohypnotization +autoicous +autoignition +autoimmunity +autoimmunization +autoinduction +autoinductive +autoinfection +autoinfusion +autoinhibited +autoinoculable +autoinoculation +autointellectual +autointoxicant +autointoxication +autoirrigation +autoist +autojigger +autojuggernaut +autokinesis +autokinetic +autokrator +autolaryngoscope +autolaryngoscopic +autolaryngoscopy +autolater +autolatry +autolavage +autolesion +autolimnetic +autolith +autoloading +autological +autologist +autologous +autology +autoluminescence +autoluminescent +autolysate +autolysin +autolysis +autolytic +Autolytus +autolyzate +autolyze +automa +automacy +automanual +automat +automata +automatic +automatical +automatically +automaticity +automatin +automatism +automatist +automatization +automatize +automatograph +automaton +automatonlike +automatous +automechanical +automelon +autometamorphosis +autometric +autometry +automobile +automobilism +automobilist +automobilistic +automobility +automolite +automonstration +automorph +automorphic +automorphically +automorphism +automotive +automotor +automower +automysophobia +autonegation +autonephrectomy +autonephrotoxin +autoneurotoxin +autonitridation +autonoetic +autonomasy +autonomic +autonomical +autonomically +autonomist +autonomize +autonomous +autonomously +autonomy +autonym +autoparasitism +autopathic +autopathography +autopathy +autopelagic +autopepsia +autophagi +autophagia +autophagous +autophagy +autophobia +autophoby +autophon +autophone +autophonoscope +autophonous +autophony +autophotoelectric +autophotograph +autophotometry +autophthalmoscope +autophyllogeny +autophyte +autophytic +autophytically +autophytograph +autophytography +autopilot +autoplagiarism +autoplasmotherapy +autoplast +autoplastic +autoplasty +autopneumatic +autopoint +autopoisonous +autopolar +autopolo +autopoloist +autopolyploid +autopore +autoportrait +autoportraiture +autopositive +autopotent +autoprogressive +autoproteolysis +autoprothesis +autopsic +autopsical +autopsy +autopsychic +autopsychoanalysis +autopsychology +autopsychorhythmia +autopsychosis +autoptic +autoptical +autoptically +autopticity +autopyotherapy +autoracemization +autoradiograph +autoradiographic +autoradiography +autoreduction +autoregenerator +autoregulation +autoreinfusion +autoretardation +autorhythmic +autorhythmus +autoriser +autorotation +autorrhaphy +Autosauri +Autosauria +autoschediasm +autoschediastic +autoschediastical +autoschediastically +autoschediaze +autoscience +autoscope +autoscopic +autoscopy +autosender +autosensitization +autosensitized +autosepticemia +autoserotherapy +autoserum +autosexing +autosight +autosign +autosite +autositic +autoskeleton +autosled +autoslip +autosomal +autosomatognosis +autosomatognostic +autosome +autosoteric +autosoterism +autospore +autosporic +autospray +autostability +autostage +autostandardization +autostarter +autostethoscope +autostylic +autostylism +autostyly +autosuggestibility +autosuggestible +autosuggestion +autosuggestionist +autosuggestive +autosuppression +autosymbiontic +autosymbolic +autosymbolical +autosymbolically +autosymnoia +Autosyn +autosyndesis +autotelegraph +autotelic +autotetraploid +autotetraploidy +autothaumaturgist +autotheater +autotheism +autotheist +autotherapeutic +autotherapy +autothermy +autotomic +autotomize +autotomous +autotomy +autotoxaemia +autotoxic +autotoxication +autotoxicity +autotoxicosis +autotoxin +autotoxis +autotractor +autotransformer +autotransfusion +autotransplant +autotransplantation +autotrepanation +autotriploid +autotriploidy +autotroph +autotrophic +autotrophy +autotropic +autotropically +autotropism +autotruck +autotuberculin +autoturning +autotype +autotyphization +autotypic +autotypography +autotypy +autourine +autovaccination +autovaccine +autovalet +autovalve +autovivisection +autoxeny +autoxidation +autoxidator +autoxidizability +autoxidizable +autoxidize +autoxidizer +autozooid +autrefois +autumn +autumnal +autumnally +autumnian +autumnity +Autunian +autunite +auxamylase +auxanogram +auxanology +auxanometer +auxesis +auxetic +auxetical +auxetically +auxiliar +auxiliarly +auxiliary +auxiliate +auxiliation +auxiliator +auxiliatory +auxilium +auximone +auxin +auxinic +auxinically +auxoaction +auxoamylase +auxoblast +auxobody +auxocardia +auxochrome +auxochromic +auxochromism +auxochromous +auxocyte +auxoflore +auxofluor +auxograph +auxographic +auxohormone +auxology +auxometer +auxospore +auxosubstance +auxotonic +auxotox +ava +avadana +avadavat +avadhuta +avahi +avail +availability +available +availableness +availably +availingly +availment +aval +avalanche +avalent +avalvular +Avanguardisti +avania +avanious +Avanti +avanturine +Avar +Avaradrano +avaremotemo +Avarian +avarice +avaricious +avariciously +avariciousness +Avarish +Avars +avascular +avast +avaunt +Ave +ave +avellan +avellane +avellaneous +avellano +avelonge +aveloz +Avena +avenaceous +avenage +avenalin +avener +avenge +avengeful +avengement +avenger +avengeress +avenging +avengingly +avenin +avenolith +avenous +avens +aventail +Aventine +aventurine +avenue +aver +avera +average +averagely +averager +averah +averil +averin +averment +Avernal +Avernus +averrable +averral +Averrhoa +Averroism +Averroist +Averroistic +averruncate +averruncation +averruncator +aversant +aversation +averse +aversely +averseness +aversion +aversive +avert +avertable +averted +avertedly +averter +avertible +Avertin +Avery +Aves +Avesta +Avestan +avian +avianization +avianize +aviarist +aviary +aviate +aviatic +aviation +aviator +aviatorial +aviatoriality +aviatory +aviatress +aviatrices +aviatrix +Avicennia +Avicenniaceae +Avicennism +avichi +avicide +avick +avicolous +Avicula +avicular +Avicularia +avicularia +avicularian +Aviculariidae +Avicularimorphae +avicularium +Aviculidae +aviculture +aviculturist +avid +avidious +avidiously +avidity +avidly +avidous +avidya +avifauna +avifaunal +avigate +avigation +avigator +Avignonese +avijja +Avikom +avine +aviolite +avirulence +avirulent +Avis +aviso +avital +avitaminosis +avitaminotic +avitic +avives +avizandum +avo +avocado +avocate +avocation +avocative +avocatory +avocet +avodire +avogadrite +avoid +avoidable +avoidably +avoidance +avoider +avoidless +avoidment +avoirdupois +avolate +avolation +avolitional +avondbloem +avouch +avouchable +avoucher +avouchment +avourneen +avow +avowable +avowableness +avowably +avowal +avowance +avowant +avowed +avowedly +avowedness +avower +avowry +avoyer +avoyership +Avshar +avulse +avulsion +avuncular +avunculate +aw +awa +Awabakal +awabi +Awadhi +awaft +awag +await +awaiter +Awaitlala +awakable +awake +awaken +awakenable +awakener +awakening +awakeningly +awakenment +awald +awalim +awalt +Awan +awane +awanting +awapuhi +award +awardable +awarder +awardment +aware +awaredom +awareness +awaruite +awash +awaste +awat +awatch +awater +awave +away +awayness +awber +awd +awe +awearied +aweary +aweather +aweband +awedness +awee +aweek +aweel +aweigh +Awellimiden +awesome +awesomely +awesomeness +awest +aweto +awfu +awful +awfully +awfulness +awheel +awheft +awhet +awhile +awhir +awhirl +awide +awiggle +awikiwiki +awin +awing +awink +awiwi +awkward +awkwardish +awkwardly +awkwardness +awl +awless +awlessness +awlwort +awmous +awn +awned +awner +awning +awninged +awnless +awnlike +awny +awoke +Awol +awork +awreck +awrist +awrong +awry +Awshar +ax +axal +axbreaker +axe +axed +Axel +axenic +axes +axfetch +axhammer +axhammered +axhead +axial +axiality +axially +axiate +axiation +Axifera +axiform +axifugal +axil +axile +axilemma +axilemmata +axilla +axillae +axillant +axillar +axillary +axine +axinite +axinomancy +axiolite +axiolitic +axiological +axiologically +axiologist +axiology +axiom +axiomatic +axiomatical +axiomatically +axiomatization +axiomatize +axion +axiopisty +Axis +axis +axised +axisymmetric +axisymmetrical +axite +axle +axled +axlesmith +axletree +axmaker +axmaking +axman +axmanship +axmaster +Axminster +axodendrite +axofugal +axogamy +axoid +axoidean +axolemma +axolotl +axolysis +axometer +axometric +axometry +axon +axonal +axoneure +axoneuron +Axonia +Axonolipa +axonolipous +axonometric +axonometry +Axonophora +axonophorous +Axonopus +axonost +axopetal +axophyte +axoplasm +axopodia +axopodium +axospermous +axostyle +axseed +axstone +axtree +Axumite +axunge +axweed +axwise +axwort +Ay +ay +ayacahuite +ayah +Ayahuca +Aydendron +aye +ayegreen +ayelp +ayenbite +ayin +Aylesbury +ayless +aylet +ayllu +Aymara +Aymaran +Aymoro +ayond +ayont +ayous +Ayrshire +Aythya +ayu +Ayubite +Ayyubid +azadrachta +azafrin +Azalea +azalea +Azande +azarole +azedarach +azelaic +azelate +Azelfafage +azeotrope +azeotropic +azeotropism +azeotropy +Azerbaijanese +Azerbaijani +Azerbaijanian +Azha +azide +aziethane +Azilian +azilut +Azimech +azimene +azimethylene +azimide +azimine +azimino +aziminobenzene +azimuth +azimuthal +azimuthally +azine +aziola +azlactone +azo +azobacter +azobenzene +azobenzil +azobenzoic +azobenzol +azoblack +azoch +azocochineal +azocoralline +azocorinth +azocyanide +azocyclic +azodicarboxylic +azodiphenyl +azodisulphonic +azoeosin +azoerythrin +azofication +azofier +azoflavine +azoformamide +azoformic +azofy +azogallein +azogreen +azogrenadine +azohumic +azoic +azoimide +azoisobutyronitrile +azole +azolitmin +Azolla +azomethine +azon +azonal +azonaphthalene +azonic +azonium +azoospermia +azoparaffin +azophen +azophenetole +azophenine +azophenol +azophenyl +azophenylene +azophosphin +azophosphore +azoprotein +Azorian +azorite +azorubine +azosulphine +azosulphonic +azotate +azote +azoted +azotemia +azotenesis +azotetrazole +azoth +azothionium +azotic +azotine +azotite +azotize +Azotobacter +Azotobacterieae +azotoluene +azotometer +azotorrhoea +azotous +azoturia +azovernine +azox +azoxazole +azoxime +azoxine +azoxonium +azoxy +azoxyanisole +azoxybenzene +azoxybenzoic +azoxynaphthalene +azoxyphenetole +azoxytoluidine +Aztec +Azteca +azteca +Aztecan +azthionium +azulene +azulite +azulmic +azumbre +azure +azurean +azured +azureous +azurine +azurite +azurmalachite +azurous +azury +Azygobranchia +Azygobranchiata +azygobranchiate +azygomatous +azygos +azygosperm +azygospore +azygous +azyme +azymite +azymous +B +b +ba +baa +baahling +Baal +baal +Baalath +Baalish +Baalism +Baalist +Baalite +Baalitical +Baalize +Baalshem +baar +Bab +baba +babacoote +babai +babasco +babassu +babaylan +Babbie +Babbitt +babbitt +babbitter +Babbittess +Babbittian +Babbittism +Babbittry +babblative +babble +babblement +babbler +babblesome +babbling +babblingly +babblish +babblishly +babbly +babby +Babcock +babe +babehood +Babel +Babeldom +babelet +Babelic +babelike +Babelish +Babelism +Babelize +babery +babeship +Babesia +babesiasis +Babhan +Babi +Babiana +babiche +babied +Babiism +babillard +Babine +babingtonite +babirusa +babish +babished +babishly +babishness +Babism +Babist +Babite +bablah +babloh +baboen +Babongo +baboo +baboodom +babooism +baboon +baboonery +baboonish +baboonroot +baboot +babouche +Babouvism +Babouvist +babroot +Babs +babu +Babua +babudom +babuina +babuism +babul +Babuma +Babungera +babushka +baby +babydom +babyfied +babyhood +babyhouse +babyish +babyishly +babyishness +babyism +babylike +Babylon +Babylonian +Babylonic +Babylonish +Babylonism +Babylonite +Babylonize +babyolatry +babyship +bac +bacaba +bacach +bacalao +bacao +bacbakiri +bacca +baccaceous +baccae +baccalaurean +baccalaureate +baccara +baccarat +baccate +baccated +Bacchae +bacchanal +Bacchanalia +bacchanalian +bacchanalianism +bacchanalianly +bacchanalism +bacchanalization +bacchanalize +bacchant +bacchante +bacchantes +bacchantic +bacchar +baccharis +baccharoid +baccheion +bacchiac +bacchian +Bacchic +bacchic +Bacchical +Bacchides +bacchii +bacchius +Bacchus +Bacchuslike +bacciferous +bacciform +baccivorous +bach +Bacharach +bache +bachel +bachelor +bachelordom +bachelorhood +bachelorism +bachelorize +bachelorlike +bachelorly +bachelorship +bachelorwise +bachelry +Bachichi +Bacillaceae +bacillar +Bacillariaceae +bacillariaceous +Bacillariales +Bacillarieae +Bacillariophyta +bacillary +bacillemia +bacilli +bacillian +bacillicidal +bacillicide +bacillicidic +bacilliculture +bacilliform +bacilligenic +bacilliparous +bacillite +bacillogenic +bacillogenous +bacillophobia +bacillosis +bacilluria +bacillus +Bacis +bacitracin +back +backache +backaching +backachy +backage +backband +backbearing +backbencher +backbite +backbiter +backbitingly +backblow +backboard +backbone +backboned +backboneless +backbonelessness +backbrand +backbreaker +backbreaking +backcap +backcast +backchain +backchat +backcourt +backcross +backdoor +backdown +backdrop +backed +backen +backer +backet +backfall +backfatter +backfield +backfill +backfiller +backfilling +backfire +backfiring +backflap +backflash +backflow +backfold +backframe +backfriend +backfurrow +backgame +backgammon +background +backhand +backhanded +backhandedly +backhandedness +backhander +backhatch +backheel +backhooker +backhouse +backie +backiebird +backing +backjaw +backjoint +backlands +backlash +backlashing +backless +backlet +backlings +backlog +backlotter +backmost +backpedal +backpiece +backplate +backrope +backrun +backsaw +backscraper +backset +backsetting +backsettler +backshift +backside +backsight +backslap +backslapper +backslapping +backslide +backslider +backslidingness +backspace +backspacer +backspang +backspier +backspierer +backspin +backspread +backspringing +backstaff +backstage +backstamp +backstay +backster +backstick +backstitch +backstone +backstop +backstrap +backstretch +backstring +backstrip +backstroke +backstromite +backswept +backswing +backsword +backswording +backswordman +backswordsman +backtack +backtender +backtenter +backtrack +backtracker +backtrick +backup +backveld +backvelder +backwall +backward +backwardation +backwardly +backwardness +backwards +backwash +backwasher +backwashing +backwater +backwatered +backway +backwood +backwoods +backwoodsiness +backwoodsman +backwoodsy +backword +backworm +backwort +backyarder +baclin +bacon +baconer +Baconian +Baconianism +Baconic +Baconism +Baconist +baconize +baconweed +bacony +Bacopa +bacteremia +bacteria +Bacteriaceae +bacteriaceous +bacterial +bacterially +bacterian +bacteric +bactericholia +bactericidal +bactericide +bactericidin +bacterid +bacteriemia +bacteriform +bacterin +bacterioagglutinin +bacterioblast +bacteriocyte +bacteriodiagnosis +bacteriofluorescin +bacteriogenic +bacteriogenous +bacteriohemolysin +bacterioid +bacterioidal +bacteriologic +bacteriological +bacteriologically +bacteriologist +bacteriology +bacteriolysin +bacteriolysis +bacteriolytic +bacteriolyze +bacteriopathology +bacteriophage +bacteriophagia +bacteriophagic +bacteriophagous +bacteriophagy +bacteriophobia +bacterioprecipitin +bacterioprotein +bacteriopsonic +bacteriopsonin +bacteriopurpurin +bacterioscopic +bacterioscopical +bacterioscopically +bacterioscopist +bacterioscopy +bacteriosis +bacteriosolvent +bacteriostasis +bacteriostat +bacteriostatic +bacteriotherapeutic +bacteriotherapy +bacteriotoxic +bacteriotoxin +bacteriotropic +bacteriotropin +bacteriotrypsin +bacterious +bacteritic +bacterium +bacteriuria +bacterization +bacterize +bacteroid +bacteroidal +Bacteroideae +Bacteroides +Bactrian +Bactris +Bactrites +bactriticone +bactritoid +bacula +bacule +baculi +baculiferous +baculiform +baculine +baculite +Baculites +baculitic +baculiticone +baculoid +baculum +baculus +bacury +bad +Badaga +badan +Badarian +badarrah +Badawi +baddeleyite +badderlocks +baddish +baddishly +baddishness +baddock +bade +badenite +badge +badgeless +badgeman +badger +badgerbrush +badgerer +badgeringly +badgerlike +badgerly +badgerweed +badiaga +badian +badigeon +badinage +badious +badland +badlands +badly +badminton +badness +Badon +Baduhenna +bae +Baedeker +Baedekerian +Baeria +baetuli +baetulus +baetyl +baetylic +baetylus +baetzner +bafaro +baff +baffeta +baffle +bafflement +baffler +baffling +bafflingly +bafflingness +baffy +baft +bafta +Bafyot +bag +baga +Baganda +bagani +bagasse +bagataway +bagatelle +bagatine +bagattini +bagattino +Bagaudae +Bagdad +Bagdi +bagel +bagful +baggage +baggageman +baggagemaster +baggager +baggala +bagganet +Baggara +bagged +bagger +baggie +baggily +bagginess +bagging +baggit +baggy +Bagheli +baghouse +Baginda +Bagirmi +bagleaves +baglike +bagmaker +bagmaking +bagman +bagnio +bagnut +bago +Bagobo +bagonet +bagpipe +bagpiper +bagpipes +bagplant +bagrationite +bagre +bagreef +bagroom +baguette +bagwig +bagwigged +bagworm +bagwyn +bah +Bahai +Bahaism +Bahaist +Baham +Bahama +Bahamian +bahan +bahar +Bahaullah +bahawder +bahay +bahera +bahiaite +Bahima +bahisti +Bahmani +Bahmanid +bahnung +baho +bahoe +bahoo +baht +Bahuma +bahur +bahut +Bahutu +bahuvrihi +Baianism +baidarka +Baidya +Baiera +baiginet +baignet +baikalite +baikerinite +baikerite +baikie +bail +bailable +bailage +bailee +bailer +bailey +bailie +bailiery +bailieship +bailiff +bailiffry +bailiffship +bailiwick +bailliage +baillone +Baillonella +bailment +bailor +bailpiece +bailsman +bailwood +bain +bainie +Baining +baioc +baiocchi +baiocco +bairagi +Bairam +bairn +bairnie +bairnish +bairnishness +bairnliness +bairnly +bairnteam +bairntime +bairnwort +Bais +Baisakh +baister +bait +baiter +baith +baittle +baitylos +baize +bajada +bajan +Bajardo +bajarigar +Bajau +Bajocian +bajra +bajree +bajri +bajury +baka +Bakairi +bakal +Bakalai +Bakalei +Bakatan +bake +bakeboard +baked +bakehouse +Bakelite +bakelite +bakelize +baken +bakeoven +bakepan +baker +bakerdom +bakeress +bakerite +bakerless +bakerly +bakership +bakery +bakeshop +bakestone +Bakhtiari +bakie +baking +bakingly +bakli +Bakongo +Bakshaish +baksheesh +baktun +Baku +baku +Bakuba +bakula +Bakunda +Bakuninism +Bakuninist +bakupari +Bakutu +Bakwiri +Bal +bal +Bala +Balaam +Balaamite +Balaamitical +balachong +balaclava +baladine +Balaena +Balaenicipites +balaenid +Balaenidae +balaenoid +Balaenoidea +balaenoidean +Balaenoptera +Balaenopteridae +balafo +balagan +balaghat +balai +Balaic +Balak +Balaklava +balalaika +Balan +balance +balanceable +balanced +balancedness +balancelle +balanceman +balancement +balancer +balancewise +balancing +balander +balandra +balandrana +balaneutics +balangay +balanic +balanid +Balanidae +balaniferous +balanism +balanite +Balanites +balanitis +balanoblennorrhea +balanocele +Balanoglossida +Balanoglossus +balanoid +Balanophora +Balanophoraceae +balanophoraceous +balanophore +balanophorin +balanoplasty +balanoposthitis +balanopreputial +Balanops +Balanopsidaceae +Balanopsidales +balanorrhagia +Balanta +Balante +balantidial +balantidiasis +balantidic +balantidiosis +Balantidium +Balanus +Balao +balao +Balarama +balas +balata +balatong +balatron +balatronic +balausta +balaustine +balaustre +Balawa +Balawu +balboa +balbriggan +balbutiate +balbutient +balbuties +balconet +balconied +balcony +bald +baldachin +baldachined +baldachini +baldachino +baldberry +baldcrown +balden +balder +balderdash +baldhead +baldicoot +Baldie +baldish +baldling +baldly +baldmoney +baldness +baldpate +baldrib +baldric +baldricked +baldricwise +balductum +Baldwin +baldy +bale +Balearian +Balearic +Balearica +baleen +balefire +baleful +balefully +balefulness +balei +baleise +baleless +baler +balete +Bali +bali +balibago +Balija +Balilla +baline +Balinese +balinger +balinghasay +balisaur +balistarius +Balistes +balistid +Balistidae +balistraria +balita +balk +Balkan +Balkanic +Balkanization +Balkanize +Balkar +balker +balkingly +Balkis +balky +ball +ballad +ballade +balladeer +ballader +balladeroyal +balladic +balladical +balladier +balladism +balladist +balladize +balladlike +balladling +balladmonger +balladmongering +balladry +balladwise +ballahoo +ballam +ballan +ballant +ballast +ballastage +ballaster +ballasting +ballata +ballate +ballatoon +balldom +balled +baller +ballerina +ballet +balletic +balletomane +Ballhausplatz +balli +ballist +ballista +ballistae +ballistic +ballistically +ballistician +ballistics +Ballistite +ballistocardiograph +ballium +ballmine +ballogan +ballonet +balloon +balloonation +ballooner +balloonery +balloonet +balloonfish +balloonflower +balloonful +ballooning +balloonish +balloonist +balloonlike +ballot +Ballota +ballotade +ballotage +balloter +balloting +ballotist +ballottement +ballow +Ballplatz +ballplayer +ballproof +ballroom +ballstock +ballup +ballweed +bally +ballyhack +ballyhoo +ballyhooer +ballywack +ballywrack +balm +balmacaan +Balmarcodes +Balmawhapple +balmily +balminess +balmlike +balmony +Balmoral +balmy +balneal +balneary +balneation +balneatory +balneographer +balneography +balneologic +balneological +balneologist +balneology +balneophysiology +balneotechnics +balneotherapeutics +balneotherapia +balneotherapy +Balnibarbi +Baloch +Baloghia +Balolo +balonea +baloney +baloo +Balopticon +Balor +Baloskion +Baloskionaceae +balow +balsa +balsam +balsamation +Balsamea +Balsameaceae +balsameaceous +balsamer +balsamic +balsamical +balsamically +balsamiferous +balsamina +Balsaminaceae +balsaminaceous +balsamine +balsamitic +balsamiticness +balsamize +balsamo +Balsamodendron +Balsamorrhiza +balsamous +balsamroot +balsamum +balsamweed +balsamy +Balt +baltei +balter +balteus +Balthasar +Balti +Baltic +Baltimore +Baltimorean +baltimorite +Baltis +balu +Baluba +Baluch +Baluchi +Baluchistan +baluchithere +baluchitheria +Baluchitherium +baluchitherium +Baluga +Balunda +balushai +baluster +balustered +balustrade +balustraded +balustrading +balut +balwarra +balza +Balzacian +balzarine +bam +Bamalip +Bamangwato +bamban +Bambara +bambini +bambino +bambocciade +bamboo +bamboozle +bamboozlement +bamboozler +Bambos +bamboula +Bambuba +Bambusa +Bambuseae +Bambute +bamoth +Ban +ban +Bana +banaba +banago +banak +banakite +banal +banality +banally +banana +Bananaland +Bananalander +Banande +bananist +bananivorous +banat +Banate +banatite +banausic +Banba +Banbury +banc +banca +bancal +banchi +banco +bancus +band +Banda +banda +bandage +bandager +bandagist +bandaite +bandaka +bandala +bandalore +bandanna +bandannaed +bandar +bandarlog +bandbox +bandboxical +bandboxy +bandcase +bandcutter +bande +bandeau +banded +bandelet +bander +Banderma +banderole +bandersnatch +bandfish +bandhava +bandhook +Bandhor +bandhu +bandi +bandicoot +bandicoy +bandie +bandikai +bandiness +banding +bandit +banditism +banditry +banditti +bandle +bandless +bandlessly +bandlessness +bandlet +bandman +bandmaster +bando +bandog +bandoleer +bandoleered +bandoline +bandonion +Bandor +bandore +bandrol +bandsman +bandstand +bandster +bandstring +Bandusia +Bandusian +bandwork +bandy +bandyball +bandyman +bane +baneberry +baneful +banefully +banefulness +banewort +Banff +bang +banga +Bangala +bangalay +bangalow +Bangash +bangboard +bange +banger +banghy +Bangia +Bangiaceae +bangiaceous +Bangiales +banging +bangkok +bangle +bangled +bangling +bangster +bangtail +Bangwaketsi +bani +banian +banig +banilad +banish +banisher +banishment +banister +Baniva +baniwa +baniya +banjo +banjoist +banjore +banjorine +banjuke +bank +bankable +Bankalachi +bankbook +banked +banker +bankera +bankerdom +bankeress +banket +bankfull +banking +bankman +bankrider +bankrupt +bankruptcy +bankruptism +bankruptlike +bankruptly +bankruptship +bankrupture +bankshall +Banksia +Banksian +bankside +banksman +bankweed +banky +banner +bannered +bannerer +banneret +bannerfish +bannerless +bannerlike +bannerman +bannerol +bannerwise +bannet +banning +bannister +Bannock +bannock +Bannockburn +banns +bannut +banovina +banquet +banqueteer +banqueteering +banqueter +banquette +bansalague +banshee +banstickle +bant +Bantam +bantam +bantamize +bantamweight +bantay +bantayan +banteng +banter +banterer +banteringly +bantery +Bantingism +bantingize +bantling +Bantoid +Bantu +banty +banuyo +banxring +banya +Banyai +banyan +Banyoro +Banyuls +banzai +baobab +bap +Baphia +Baphomet +Baphometic +Baptanodon +Baptisia +baptisin +baptism +baptismal +baptismally +Baptist +baptistery +baptistic +baptizable +baptize +baptizee +baptizement +baptizer +Baptornis +bar +bara +barabara +barabora +Barabra +Baraca +barad +baragnosis +baragouin +baragouinish +Baraithas +barajillo +Baralipton +Baramika +barandos +barangay +barasingha +barathea +barathra +barathrum +barauna +barb +Barbacoa +Barbacoan +barbacou +Barbadian +Barbados +barbal +barbaloin +Barbara +barbaralalia +Barbarea +barbaresque +Barbarian +barbarian +barbarianism +barbarianize +barbaric +barbarical +barbarically +barbarious +barbariousness +barbarism +barbarity +barbarization +barbarize +barbarous +barbarously +barbarousness +Barbary +barbary +barbas +barbasco +barbastel +barbate +barbated +barbatimao +barbe +barbecue +barbed +barbeiro +barbel +barbellate +barbellula +barbellulate +barber +barberess +barberfish +barberish +barberry +barbershop +barbet +barbette +Barbeyaceae +barbican +barbicel +barbigerous +barbion +barbital +barbitalism +barbiton +barbitone +barbitos +barbiturate +barbituric +barbless +barblet +barbone +barbotine +Barbra +barbudo +Barbula +barbulate +barbule +barbulyie +barbwire +Barcan +barcarole +barcella +barcelona +Barcoo +bard +bardane +bardash +bardcraft +bardel +Bardesanism +Bardesanist +Bardesanite +bardess +bardic +bardie +bardiglio +bardily +bardiness +barding +bardish +bardism +bardlet +bardlike +bardling +bardo +Bardolater +Bardolatry +Bardolph +Bardolphian +bardship +Bardulph +bardy +Bare +bare +bareback +barebacked +bareboat +barebone +bareboned +bareca +barefaced +barefacedly +barefacedness +barefit +barefoot +barefooted +barehanded +barehead +bareheaded +bareheadedness +barelegged +barely +barenecked +bareness +barer +baresark +baresma +baretta +barff +barfish +barfly +barful +bargain +bargainee +bargainer +bargainor +bargainwise +bargander +barge +bargeboard +bargee +bargeer +bargeese +bargehouse +bargelike +bargeload +bargeman +bargemaster +barger +bargh +bargham +barghest +bargoose +Bari +bari +baria +baric +barid +barie +barile +barilla +baring +baris +barish +barit +barite +baritone +barium +bark +barkbound +barkcutter +barkeeper +barken +barkentine +barker +barkery +barkevikite +barkevikitic +barkey +barkhan +barking +barkingly +Barkinji +barkle +barkless +barklyite +barkometer +barkpeel +barkpeeler +barkpeeling +barksome +barky +barlafumble +barlafummil +barless +barley +barleybird +barleybreak +barleycorn +barleyhood +barleymow +barleysick +barling +barlock +barlow +barm +barmaid +barman +barmaster +barmbrack +barmcloth +Barmecidal +Barmecide +barmkin +barmote +barmskin +barmy +barmybrained +barn +Barnabas +Barnabite +Barnaby +barnacle +Barnard +barnard +barnbrack +Barnburner +Barney +barney +barnful +barnhardtite +barnman +barnstorm +barnstormer +barnstorming +Barnumism +Barnumize +barny +barnyard +Baroco +barocyclonometer +barodynamic +barodynamics +barognosis +barogram +barograph +barographic +baroi +barolo +barology +Barolong +barometer +barometric +barometrical +barometrically +barometrograph +barometrography +barometry +barometz +baromotor +baron +baronage +baroness +baronet +baronetage +baronetcy +baronethood +baronetical +baronetship +barong +Baronga +baronial +baronize +baronry +baronship +barony +Baroque +baroque +baroscope +baroscopic +baroscopical +Barosma +barosmin +barotactic +barotaxis +barotaxy +barothermograph +barothermohygrograph +baroto +Barotse +barouche +barouchet +Barouni +baroxyton +barpost +barquantine +barra +barrabkie +barrable +barrabora +barracan +barrack +barracker +barraclade +barracoon +barracouta +barracuda +barrad +barragan +barrage +barragon +barramunda +barramundi +barranca +barrandite +barras +barrator +barratrous +barratrously +barratry +barred +barrel +barrelage +barreled +barreler +barrelet +barrelful +barrelhead +barrelmaker +barrelmaking +barrelwise +barren +barrenly +barrenness +barrenwort +barrer +barret +Barrett +barrette +barretter +barricade +barricader +barricado +barrico +barrier +barriguda +barrigudo +barrikin +barriness +barring +Barrington +Barringtonia +Barrio +barrio +barrister +barristerial +barristership +barristress +barroom +barrow +barrowful +Barrowist +barrowman +barrulee +barrulet +barrulety +barruly +Barry +barry +Barsac +barse +barsom +Bart +bartender +bartending +barter +barterer +barth +barthite +bartholinitis +Bartholomean +Bartholomew +Bartholomewtide +Bartholomite +bartizan +bartizaned +Bartlemy +Bartlett +Barton +barton +Bartonella +Bartonia +Bartram +Bartramia +Bartramiaceae +Bartramian +Bartsia +baru +Baruch +Barundi +baruria +barvel +barwal +barway +barways +barwise +barwood +barycenter +barycentric +barye +baryecoia +baryglossia +barylalia +barylite +baryphonia +baryphonic +baryphony +barysilite +barysphere +baryta +barytes +barythymia +barytic +barytine +barytocalcite +barytocelestine +barytocelestite +baryton +barytone +barytophyllite +barytostrontianite +barytosulphate +bas +basal +basale +basalia +basally +basalt +basaltes +basaltic +basaltiform +basaltine +basaltoid +basanite +basaree +Bascology +bascule +base +baseball +baseballdom +baseballer +baseboard +baseborn +basebred +based +basehearted +baseheartedness +baselard +baseless +baselessly +baselessness +baselike +baseliner +Basella +Basellaceae +basellaceous +basely +baseman +basement +basementward +baseness +basenji +bases +bash +bashaw +bashawdom +bashawism +bashawship +bashful +bashfully +bashfulness +Bashilange +Bashkir +bashlyk +Bashmuric +basial +basialveolar +basiarachnitis +basiarachnoiditis +basiate +basiation +Basibracteolate +basibranchial +basibranchiate +basibregmatic +basic +basically +basichromatic +basichromatin +basichromatinic +basichromiole +basicity +basicranial +basicytoparaplastin +basidia +basidial +basidigital +basidigitale +basidiogenetic +basidiolichen +Basidiolichenes +basidiomycete +Basidiomycetes +basidiomycetous +basidiophore +basidiospore +basidiosporous +basidium +basidorsal +basifacial +basification +basifier +basifixed +basifugal +basify +basigamous +basigamy +basigenic +basigenous +basiglandular +basigynium +basihyal +basihyoid +Basil +basil +basilar +Basilarchia +basilary +basilateral +basilemma +basileus +Basilian +basilic +Basilica +basilica +Basilicae +basilical +basilican +basilicate +basilicon +Basilics +Basilidian +Basilidianism +basilinna +basiliscan +basiliscine +Basiliscus +basilisk +basilissa +Basilosauridae +Basilosaurus +basilweed +basilysis +basilyst +basimesostasis +basin +basinasal +basinasial +basined +basinerved +basinet +basinlike +basioccipital +basion +basiophitic +basiophthalmite +basiophthalmous +basiotribe +basiotripsy +basiparachromatin +basiparaplastin +basipetal +basiphobia +basipodite +basipoditic +basipterygial +basipterygium +basipterygoid +basiradial +basirhinal +basirostral +basis +basiscopic +basisphenoid +basisphenoidal +basitemporal +basiventral +basivertebral +bask +basker +Baskerville +basket +basketball +basketballer +basketful +basketing +basketmaker +basketmaking +basketry +basketware +basketwoman +basketwood +basketwork +basketworm +Baskish +Baskonize +Basoche +Basoga +basoid +Basoko +Basommatophora +basommatophorous +bason +Basongo +basophile +basophilia +basophilic +basophilous +basophobia +basos +basote +Basque +basque +basqued +basquine +bass +Bassa +Bassalia +Bassalian +bassan +bassanello +bassanite +bassara +bassarid +Bassaris +Bassariscus +bassarisk +basset +bassetite +bassetta +Bassia +bassie +bassine +bassinet +bassist +bassness +basso +bassoon +bassoonist +bassorin +bassus +basswood +Bast +bast +basta +Bastaard +Bastard +bastard +bastardism +bastardization +bastardize +bastardliness +bastardly +bastardy +baste +basten +baster +bastide +bastille +bastinade +bastinado +basting +bastion +bastionary +bastioned +bastionet +bastite +bastnasite +basto +baston +basurale +Basuto +Bat +bat +bataan +batad +Batak +batakan +bataleur +Batan +batara +batata +Batatas +batatilla +Batavi +Batavian +batch +batcher +bate +batea +bateau +bateaux +bated +Batekes +batel +bateman +batement +bater +Batetela +batfish +batfowl +batfowler +batfowling +Bath +bath +Bathala +bathe +batheable +bather +bathetic +bathflower +bathhouse +bathic +bathing +bathless +bathman +bathmic +bathmism +bathmotropic +bathmotropism +bathochromatic +bathochromatism +bathochrome +bathochromic +bathochromy +bathoflore +bathofloric +batholite +batholith +batholithic +batholitic +bathometer +Bathonian +bathophobia +bathorse +bathos +bathrobe +bathroom +bathroomed +bathroot +bathtub +bathukolpian +bathukolpic +bathvillite +bathwort +bathyal +bathyanesthesia +bathybian +bathybic +bathybius +bathycentesis +bathychrome +bathycolpian +bathycolpic +bathycurrent +bathyesthesia +bathygraphic +bathyhyperesthesia +bathyhypesthesia +bathylimnetic +bathylite +bathylith +bathylithic +bathylitic +bathymeter +bathymetric +bathymetrical +bathymetrically +bathymetry +bathyorographical +bathypelagic +bathyplankton +bathyseism +bathysmal +bathysophic +bathysophical +bathysphere +bathythermograph +Batidaceae +batidaceous +batik +batiker +batikulin +batikuling +bating +batino +Batis +batiste +batitinan +batlan +batlike +batling +batlon +batman +Batocrinidae +Batocrinus +Batodendron +batoid +Batoidei +Batoka +baton +Batonga +batonistic +batonne +batophobia +Batrachia +batrachian +batrachiate +Batrachidae +Batrachium +batrachoid +Batrachoididae +batrachophagous +Batrachophidia +batrachophobia +batrachoplasty +Batrachospermum +bats +batsman +batsmanship +batster +batswing +batt +Batta +batta +battailous +Battak +Battakhin +battalia +battalion +battarism +battarismus +battel +batteler +batten +battener +battening +batter +batterable +battercake +batterdock +battered +batterer +batterfang +batteried +batterman +battery +batteryman +battik +batting +battish +battle +battled +battledore +battlefield +battleful +battleground +battlement +battlemented +battleplane +battler +battleship +battlesome +battlestead +battlewagon +battleward +battlewise +battological +battologist +battologize +battology +battue +batty +batukite +batule +Batussi +Batwa +batwing +batyphone +batz +batzen +bauble +baublery +baubling +Baubo +bauch +bauchle +bauckie +bauckiebird +baud +baudekin +baudrons +Bauera +Bauhinia +baul +bauleah +Baume +baumhauerite +baun +bauno +Baure +bauson +bausond +bauta +bauxite +bauxitite +Bavarian +bavaroy +bavary +bavenite +baviaantje +Bavian +bavian +baviere +bavin +Bavius +bavoso +baw +bawarchi +bawbee +bawcock +bawd +bawdily +bawdiness +bawdry +bawdship +bawdyhouse +bawl +bawler +bawley +bawn +Bawra +bawtie +baxter +Baxterian +Baxterianism +baxtone +bay +Baya +baya +bayadere +bayal +bayamo +Bayard +bayard +bayardly +bayberry +baybolt +baybush +baycuru +bayed +bayeta +baygall +bayhead +bayish +bayldonite +baylet +baylike +bayman +bayness +Bayogoula +bayok +bayonet +bayoneted +bayoneteer +bayou +baywood +bazaar +baze +Bazigar +bazoo +bazooka +bazzite +bdellid +Bdellidae +bdellium +bdelloid +Bdelloida +Bdellostoma +Bdellostomatidae +Bdellostomidae +bdellotomy +Bdelloura +Bdellouridae +be +Bea +beach +beachcomb +beachcomber +beachcombing +beached +beachhead +beachlamar +beachless +beachman +beachmaster +beachward +beachy +beacon +beaconage +beaconless +beaconwise +bead +beaded +beader +beadflush +beadhouse +beadily +beadiness +beading +beadle +beadledom +beadlehood +beadleism +beadlery +beadleship +beadlet +beadlike +beadman +beadroll +beadrow +beadsman +beadswoman +beadwork +beady +Beagle +beagle +beagling +beak +beaked +beaker +beakerful +beakerman +beakermen +beakful +beakhead +beakiron +beaklike +beaky +beal +beala +bealing +beallach +bealtared +Bealtine +Bealtuinn +beam +beamage +beambird +beamed +beamer +beamfilling +beamful +beamhouse +beamily +beaminess +beaming +beamingly +beamish +beamless +beamlet +beamlike +beamman +beamsman +beamster +beamwork +beamy +bean +beanbag +beanbags +beancod +beanery +beanfeast +beanfeaster +beanfield +beanie +beano +beansetter +beanshooter +beanstalk +beant +beanweed +beany +beaproned +bear +bearable +bearableness +bearably +bearance +bearbaiter +bearbaiting +bearbane +bearberry +bearbind +bearbine +bearcoot +beard +bearded +bearder +beardie +bearding +beardless +beardlessness +beardom +beardtongue +beardy +bearer +bearess +bearfoot +bearherd +bearhide +bearhound +bearing +bearish +bearishly +bearishness +bearlet +bearlike +bearm +bearship +bearskin +beartongue +bearward +bearwood +bearwort +beast +beastbane +beastdom +beasthood +beastie +beastily +beastish +beastishness +beastlike +beastlily +beastliness +beastling +beastlings +beastly +beastman +beastship +beat +Beata +beata +beatable +beatae +beatee +beaten +beater +beaterman +beath +beatific +beatifical +beatifically +beatificate +beatification +beatify +beatinest +beating +beatitude +Beatrice +Beatrix +beatster +beatus +beau +Beauclerc +beaufin +Beaufort +beauish +beauism +Beaujolais +Beaumontia +Beaune +beaupere +beauseant +beauship +beauteous +beauteously +beauteousness +beauti +beautician +beautied +beautification +beautifier +beautiful +beautifully +beautifulness +beautify +beautihood +beauty +beautydom +beautyship +beaux +beaver +Beaverboard +beaverboard +beavered +beaverette +beaverish +beaverism +beaverite +beaverize +Beaverkill +beaverkin +beaverlike +beaverpelt +beaverroot +beaverteen +beaverwood +beavery +beback +bebait +beballed +bebang +bebannered +bebar +bebaron +bebaste +bebat +bebathe +bebatter +bebay +bebeast +bebed +bebeerine +bebeeru +bebelted +bebilya +bebite +bebization +beblain +beblear +bebled +bebless +beblister +beblood +bebloom +beblotch +beblubber +bebog +bebop +beboss +bebotch +bebothered +bebouldered +bebrave +bebreech +bebrine +bebrother +bebrush +bebump +bebusy +bebuttoned +becall +becalm +becalmment +becap +becard +becarpet +becarve +becassocked +becater +because +beccafico +becense +bechained +bechalk +bechance +becharm +bechase +bechatter +bechauffeur +becheck +becher +bechern +bechignoned +bechirp +Bechtler +Bechuana +becircled +becivet +Beck +beck +beckelite +becker +becket +Beckie +beckiron +beckon +beckoner +beckoning +beckoningly +Becky +beclad +beclamor +beclamour +beclang +beclart +beclasp +beclatter +beclaw +becloak +beclog +beclothe +becloud +beclout +beclown +becluster +becobweb +becoiffed +becollier +becolme +becolor +becombed +become +becomes +becoming +becomingly +becomingness +becomma +becompass +becompliment +becoom +becoresh +becost +becousined +becovet +becoward +becquerelite +becram +becramp +becrampon +becrawl +becreep +becrime +becrimson +becrinolined +becripple +becroak +becross +becrowd +becrown +becrush +becrust +becry +becudgel +becuffed +becuiba +becumber +becuna +becurl +becurry +becurse +becurtained +becushioned +becut +bed +bedabble +bedad +bedaggered +bedamn +bedamp +bedangled +bedare +bedark +bedarken +bedash +bedaub +bedawn +beday +bedaze +bedazement +bedazzle +bedazzlement +bedazzling +bedazzlingly +bedboard +bedbug +bedcap +bedcase +bedchair +bedchamber +bedclothes +bedcord +bedcover +bedded +bedder +bedding +bedead +bedeaf +bedeafen +bedebt +bedeck +bedecorate +bedeguar +bedel +beden +bedene +bedesman +bedevil +bedevilment +bedew +bedewer +bedewoman +bedfast +bedfellow +bedfellowship +bedflower +bedfoot +Bedford +bedframe +bedgery +bedgoer +bedgown +bediademed +bediamonded +bediaper +bedight +bedikah +bedim +bedimple +bedin +bedip +bedirt +bedirter +bedirty +bedismal +bedizen +bedizenment +bedkey +bedlam +bedlamer +Bedlamic +bedlamism +bedlamite +bedlamitish +bedlamize +bedlar +bedless +bedlids +bedmaker +bedmaking +bedman +bedmate +bedoctor +bedog +bedolt +bedot +bedote +Bedouin +Bedouinism +bedouse +bedown +bedoyo +bedpan +bedplate +bedpost +bedquilt +bedrabble +bedraggle +bedragglement +bedrail +bedral +bedrape +bedravel +bedrench +bedress +bedribble +bedrid +bedridden +bedriddenness +bedrift +bedright +bedrip +bedrivel +bedrizzle +bedrock +bedroll +bedroom +bedrop +bedrown +bedrowse +bedrug +bedscrew +bedsick +bedside +bedsite +bedsock +bedsore +bedspread +bedspring +bedstaff +bedstand +bedstaves +bedstead +bedstock +bedstraw +bedstring +bedtick +bedticking +bedtime +bedub +beduchess +beduck +beduke +bedull +bedumb +bedunce +bedunch +bedung +bedur +bedusk +bedust +bedwarf +bedway +bedways +bedwell +bedye +Bee +bee +beearn +beebread +beech +beechdrops +beechen +beechnut +beechwood +beechwoods +beechy +beedged +beedom +beef +beefeater +beefer +beefhead +beefheaded +beefily +beefin +beefiness +beefish +beefishness +beefless +beeflower +beefsteak +beeftongue +beefwood +beefy +beegerite +beehead +beeheaded +beeherd +beehive +beehouse +beeish +beeishness +beek +beekeeper +beekeeping +beekite +Beekmantown +beelbow +beelike +beeline +beelol +Beelzebub +Beelzebubian +Beelzebul +beeman +beemaster +been +beennut +beer +beerage +beerbachite +beerbibber +beerhouse +beerily +beeriness +beerish +beerishly +beermaker +beermaking +beermonger +beerocracy +Beerothite +beerpull +beery +bees +beest +beestings +beeswax +beeswing +beeswinged +beet +beeth +Beethovenian +Beethovenish +Beethovian +beetle +beetled +beetlehead +beetleheaded +beetler +beetlestock +beetlestone +beetleweed +beetmister +beetrave +beetroot +beetrooty +beety +beeve +beevish +beeware +beeway +beeweed +beewise +beewort +befall +befame +befamilied +befamine +befan +befancy +befanned +befathered +befavor +befavour +befeather +beferned +befetished +befetter +befezzed +befiddle +befilch +befile +befilleted +befilmed +befilth +befinger +befire +befist +befit +befitting +befittingly +befittingness +beflag +beflannel +beflap +beflatter +beflea +befleck +beflounce +beflour +beflout +beflower +beflum +befluster +befoam +befog +befool +befoolment +befop +before +beforehand +beforeness +beforested +beforetime +beforetimes +befortune +befoul +befouler +befoulment +befountained +befraught +befreckle +befreeze +befreight +befret +befriend +befriender +befriendment +befrill +befringe +befriz +befrocked +befrogged +befrounce +befrumple +befuddle +befuddlement +befuddler +befume +befurbelowed +befurred +beg +begabled +begad +begall +begani +begar +begari +begarlanded +begarnish +begartered +begash +begat +begaud +begaudy +begay +begaze +begeck +begem +beget +begettal +begetter +beggable +beggar +beggardom +beggarer +beggaress +beggarhood +beggarism +beggarlike +beggarliness +beggarly +beggarman +beggarweed +beggarwise +beggarwoman +beggary +Beggiatoa +Beggiatoaceae +beggiatoaceous +begging +beggingly +beggingwise +Beghard +begift +begiggle +begild +begin +beginger +beginner +beginning +begird +begirdle +beglad +beglamour +beglare +beglerbeg +beglerbeglic +beglerbegluc +beglerbegship +beglerbey +beglic +beglide +beglitter +beglobed +begloom +begloze +begluc +beglue +begnaw +bego +begob +begobs +begoggled +begohm +begone +begonia +Begoniaceae +begoniaceous +Begoniales +begorra +begorry +begotten +begottenness +begoud +begowk +begowned +begrace +begrain +begrave +begray +begrease +begreen +begrett +begrim +begrime +begrimer +begroan +begrown +begrudge +begrudgingly +begruntle +begrutch +begrutten +beguard +beguess +beguile +beguileful +beguilement +beguiler +beguiling +beguilingly +Beguin +Beguine +beguine +begulf +begum +begun +begunk +begut +behale +behalf +behallow +behammer +behap +behatted +behave +behavior +behavioral +behaviored +behaviorism +behaviorist +behavioristic +behavioristically +behead +beheadal +beheader +beheadlined +behear +behears +behearse +behedge +beheld +behelp +behemoth +behen +behenate +behenic +behest +behind +behinder +behindhand +behindsight +behint +behn +behold +beholdable +beholden +beholder +beholding +beholdingness +behoney +behoof +behooped +behoot +behoove +behooveful +behoovefully +behoovefulness +behooves +behooving +behoovingly +behorn +behorror +behowl +behung +behusband +behymn +behypocrite +beice +Beid +beige +being +beingless +beingness +beinked +beira +beisa +Beja +bejabers +bejade +bejan +bejant +bejaundice +bejazz +bejel +bejewel +bejezebel +bejig +bejuggle +bejumble +bekah +bekerchief +bekick +bekilted +beking +bekinkinite +bekiss +bekko +beknave +beknight +beknit +beknived +beknotted +beknottedly +beknottedness +beknow +beknown +Bel +bel +bela +belabor +belaced +beladle +belady +belage +belah +Belait +Belaites +belam +Belamcanda +belanda +belar +belard +belash +belate +belated +belatedly +belatedness +belatticed +belaud +belauder +belavendered +belay +belayer +belch +belcher +beld +beldam +beldamship +belderroot +belduque +beleaf +beleaguer +beleaguerer +beleaguerment +beleap +beleave +belecture +beledgered +belee +belemnid +belemnite +Belemnites +belemnitic +Belemnitidae +belemnoid +Belemnoidea +beletter +belfried +belfry +belga +Belgae +Belgian +Belgic +Belgophile +Belgrade +Belgravia +Belgravian +Belial +Belialic +Belialist +belibel +belick +belie +belief +beliefful +belieffulness +beliefless +belier +believability +believable +believableness +believe +believer +believing +believingly +belight +beliked +Belili +belimousined +Belinda +Belinuridae +Belinurus +belion +beliquor +Belis +belite +belitter +belittle +belittlement +belittler +belive +bell +Bella +Bellabella +Bellacoola +belladonna +bellarmine +Bellatrix +bellbind +bellbird +bellbottle +bellboy +belle +belled +belledom +Belleek +bellehood +belleric +Bellerophon +Bellerophontidae +belletrist +belletristic +bellflower +bellhanger +bellhanging +bellhop +bellhouse +bellicism +bellicose +bellicosely +bellicoseness +bellicosity +bellied +belliferous +belligerence +belligerency +belligerent +belligerently +belling +bellipotent +Bellis +bellite +bellmaker +bellmaking +bellman +bellmanship +bellmaster +bellmouth +bellmouthed +Bellona +Bellonian +bellonion +bellote +Bellovaci +bellow +bellower +bellows +bellowsful +bellowslike +bellowsmaker +bellowsmaking +bellowsman +bellpull +belltail +belltopper +belltopperdom +bellware +bellwaver +bellweed +bellwether +bellwind +bellwine +bellwood +bellwort +belly +bellyache +bellyband +bellyer +bellyfish +bellyflaught +bellyful +bellying +bellyland +bellylike +bellyman +bellypiece +bellypinch +beloam +beloeilite +beloid +belomancy +Belone +belonesite +belong +belonger +belonging +belonid +Belonidae +belonite +belonoid +belonosphaerite +belord +Belostoma +Belostomatidae +Belostomidae +belout +belove +beloved +below +belowstairs +belozenged +Belshazzar +Belshazzaresque +belsire +belt +Beltane +belted +Beltene +belter +Beltian +beltie +beltine +belting +Beltir +Beltis +beltmaker +beltmaking +beltman +belton +beltwise +Beluchi +Belucki +beluga +belugite +belute +belve +belvedere +Belverdian +bely +belying +belyingly +belzebuth +bema +bemad +bemadam +bemaddening +bemail +bemaim +bemajesty +beman +bemangle +bemantle +bemar +bemartyr +bemask +bemaster +bemat +bemata +bemaul +bemazed +Bemba +Bembecidae +Bembex +bemeal +bemean +bemedaled +bemedalled +bementite +bemercy +bemingle +beminstrel +bemire +bemirement +bemirror +bemirrorment +bemist +bemistress +bemitered +bemitred +bemix +bemoan +bemoanable +bemoaner +bemoaning +bemoaningly +bemoat +bemock +bemoil +bemoisten +bemole +bemolt +bemonster +bemoon +bemotto +bemoult +bemouth +bemuck +bemud +bemuddle +bemuddlement +bemuddy +bemuffle +bemurmur +bemuse +bemused +bemusedly +bemusement +bemusk +bemuslined +bemuzzle +Ben +ben +bena +benab +Benacus +bename +benami +benamidar +benasty +benben +bench +benchboard +bencher +benchership +benchfellow +benchful +benching +benchland +benchlet +benchman +benchwork +benchy +bencite +bend +benda +bendability +bendable +bended +bender +bending +bendingly +bendlet +bendsome +bendwise +bendy +bene +beneaped +beneath +beneception +beneceptive +beneceptor +benedicite +Benedict +benedict +Benedicta +Benedictine +Benedictinism +benediction +benedictional +benedictionary +benedictive +benedictively +benedictory +Benedictus +benedight +benefaction +benefactive +benefactor +benefactorship +benefactory +benefactress +benefic +benefice +beneficed +beneficeless +beneficence +beneficent +beneficential +beneficently +beneficial +beneficially +beneficialness +beneficiary +beneficiaryship +beneficiate +beneficiation +benefit +benefiter +beneighbored +Benelux +benempt +benempted +beneplacito +benet +Benetnasch +benettle +Beneventan +Beneventana +benevolence +benevolent +benevolently +benevolentness +benevolist +beng +Bengal +Bengalese +Bengali +Bengalic +bengaline +Bengola +Beni +beni +benight +benighted +benightedness +benighten +benighter +benightmare +benightment +benign +benignancy +benignant +benignantly +benignity +benignly +Benin +Benincasa +benison +benitoite +benj +Benjamin +benjamin +benjaminite +Benjamite +Benjy +benjy +Benkulen +benmost +benn +benne +bennel +Bennet +bennet +Bennettitaceae +bennettitaceous +Bennettitales +Bennettites +bennetweed +Benny +benny +beno +benorth +benote +bensel +bensh +benshea +benshee +benshi +Benson +bent +bentang +benthal +Benthamic +Benthamism +Benthamite +benthic +benthon +benthonic +benthos +Bentincks +bentiness +benting +Benton +bentonite +bentstar +bentwood +benty +Benu +benumb +benumbed +benumbedness +benumbing +benumbingly +benumbment +benward +benweed +benzacridine +benzal +benzalacetone +benzalacetophenone +benzalaniline +benzalazine +benzalcohol +benzalcyanhydrin +benzaldehyde +benzaldiphenyl +benzaldoxime +benzalethylamine +benzalhydrazine +benzalphenylhydrazone +benzalphthalide +benzamide +benzamido +benzamine +benzaminic +benzamino +benzanalgen +benzanilide +benzanthrone +benzantialdoxime +benzazide +benzazimide +benzazine +benzazole +benzbitriazole +benzdiazine +benzdifuran +benzdioxazine +benzdioxdiazine +benzdioxtriazine +Benzedrine +benzein +benzene +benzenediazonium +benzenoid +benzenyl +benzhydrol +benzhydroxamic +benzidine +benzidino +benzil +benzilic +benzimidazole +benziminazole +benzinduline +benzine +benzo +benzoate +benzoated +benzoazurine +benzobis +benzocaine +benzocoumaran +benzodiazine +benzodiazole +benzoflavine +benzofluorene +benzofulvene +benzofuran +benzofuroquinoxaline +benzofuryl +benzoglycolic +benzoglyoxaline +benzohydrol +benzoic +benzoid +benzoin +benzoinated +benzoiodohydrin +benzol +benzolate +benzole +benzolize +benzomorpholine +benzonaphthol +benzonitrile +benzonitrol +benzoperoxide +benzophenanthrazine +benzophenanthroline +benzophenazine +benzophenol +benzophenone +benzophenothiazine +benzophenoxazine +benzophloroglucinol +benzophosphinic +benzophthalazine +benzopinacone +benzopyran +benzopyranyl +benzopyrazolone +benzopyrylium +benzoquinoline +benzoquinone +benzoquinoxaline +benzosulphimide +benzotetrazine +benzotetrazole +benzothiazine +benzothiazole +benzothiazoline +benzothiodiazole +benzothiofuran +benzothiophene +benzothiopyran +benzotoluide +benzotriazine +benzotriazole +benzotrichloride +benzotrifuran +benzoxate +benzoxy +benzoxyacetic +benzoxycamphor +benzoxyphenanthrene +benzoyl +benzoylate +benzoylation +benzoylformic +benzoylglycine +benzpinacone +benzthiophen +benztrioxazine +benzyl +benzylamine +benzylic +benzylidene +benzylpenicillin +beode +Beothuk +Beothukan +Beowulf +bepaid +Bepaint +bepale +bepaper +beparch +beparody +beparse +bepart +bepaste +bepastured +bepat +bepatched +bepaw +bepearl +bepelt +bepen +bepepper +beperiwigged +bepester +bepewed +bephilter +bephrase +bepicture +bepiece +bepierce +bepile +bepill +bepillared +bepimple +bepinch +bepistoled +bepity +beplague +beplaided +beplaster +beplumed +bepommel +bepowder +bepraise +bepraisement +bepraiser +beprank +bepray +bepreach +bepress +bepretty +bepride +beprose +bepuddle +bepuff +bepun +bepurple +bepuzzle +bepuzzlement +bequalm +bequeath +bequeathable +bequeathal +bequeather +bequeathment +bequest +bequirtle +bequote +ber +berain +berairou +berakah +berake +berakoth +berapt +berascal +berat +berate +berattle +beraunite +beray +berbamine +Berber +Berberi +Berberian +berberid +Berberidaceae +berberidaceous +berberine +Berberis +berberry +Berchemia +Berchta +berdache +bere +Berean +bereason +bereave +bereavement +bereaven +bereaver +bereft +berend +Berengaria +Berengarian +Berengarianism +berengelite +Berenice +Bereshith +beresite +beret +berewick +berg +bergalith +Bergama +Bergamask +bergamiol +Bergamo +Bergamot +bergamot +bergander +bergaptene +berger +berghaan +berginization +berginize +berglet +bergschrund +Bergsonian +Bergsonism +bergut +bergy +bergylt +berhyme +Beri +beribanded +beribboned +beriberi +beriberic +beride +berigora +beringed +beringite +beringleted +berinse +berith +Berkeleian +Berkeleianism +Berkeleyism +Berkeleyite +berkelium +berkovets +berkowitz +Berkshire +berley +berlin +berline +Berliner +berlinite +Berlinize +berm +Bermuda +Bermudian +bermudite +Bern +Bernard +Bernardina +Bernardine +berne +Bernese +Bernice +Bernicia +bernicle +Bernie +Berninesque +Bernoullian +berobed +Beroe +Beroida +Beroidae +beroll +Berossos +berouged +beround +berrendo +berret +berri +berried +berrier +berrigan +berrugate +berry +berrybush +berryless +berrylike +berrypicker +berrypicking +berseem +berserk +berserker +Bersiamite +Bersil +Bert +Bertat +Berteroa +berth +Bertha +berthage +berthed +berther +berthierite +berthing +Berthold +Bertholletia +Bertie +Bertolonia +Bertram +bertram +Bertrand +bertrandite +bertrum +beruffed +beruffled +berust +bervie +berycid +Berycidae +beryciform +berycine +berycoid +Berycoidea +berycoidean +Berycoidei +Berycomorphi +beryl +berylate +beryllia +berylline +berylliosis +beryllium +berylloid +beryllonate +beryllonite +beryllosis +Berytidae +Beryx +berzelianite +berzeliite +bes +besa +besagne +besaiel +besaint +besan +besanctify +besauce +bescab +bescarf +bescatter +bescent +bescorch +bescorn +bescoundrel +bescour +bescourge +bescramble +bescrape +bescratch +bescrawl +bescreen +bescribble +bescurf +bescurvy +bescutcheon +beseam +besee +beseech +beseecher +beseeching +beseechingly +beseechingness +beseechment +beseem +beseeming +beseemingly +beseemingness +beseemliness +beseemly +beseen +beset +besetment +besetter +besetting +beshackle +beshade +beshadow +beshag +beshake +beshame +beshawled +beshear +beshell +beshield +beshine +beshiver +beshlik +beshod +beshout +beshow +beshower +beshrew +beshriek +beshrivel +beshroud +besiclometer +beside +besides +besiege +besieged +besiegement +besieger +besieging +besiegingly +besigh +besilver +besin +besing +besiren +besit +beslab +beslap +beslash +beslave +beslaver +besleeve +beslime +beslimer +beslings +beslipper +beslobber +beslow +beslubber +beslur +beslushed +besmear +besmearer +besmell +besmile +besmirch +besmircher +besmirchment +besmoke +besmooth +besmother +besmouch +besmudge +besmut +besmutch +besnare +besneer +besnivel +besnow +besnuff +besodden +besogne +besognier +besoil +besom +besomer +besonnet +besoot +besoothe +besoothement +besot +besotment +besotted +besottedly +besottedness +besotting +besottingly +besought +besoul +besour +bespangle +bespate +bespatter +bespatterer +bespatterment +bespawl +bespeak +bespeakable +bespeaker +bespecked +bespeckle +bespecklement +bespectacled +besped +bespeech +bespeed +bespell +bespelled +bespend +bespete +bespew +bespice +bespill +bespin +bespirit +bespit +besplash +besplatter +besplit +bespoke +bespoken +bespot +bespottedness +bespouse +bespout +bespray +bespread +besprent +besprinkle +besprinkler +bespurred +besputter +bespy +besqueeze +besquib +besra +Bess +Bessarabian +Besselian +Bessemer +bessemer +Bessemerize +bessemerize +Bessera +Bessi +Bessie +Bessy +best +bestab +bestain +bestamp +bestar +bestare +bestarve +bestatued +bestay +bestayed +bestead +besteer +bestench +bester +bestial +bestialism +bestialist +bestiality +bestialize +bestially +bestiarian +bestiarianism +bestiary +bestick +bestill +bestink +bestir +bestness +bestock +bestore +bestorm +bestove +bestow +bestowable +bestowage +bestowal +bestower +bestowing +bestowment +bestraddle +bestrapped +bestraught +bestraw +bestreak +bestream +bestrew +bestrewment +bestride +bestripe +bestrode +bestubbled +bestuck +bestud +besugar +besuit +besully +beswarm +besweatered +besweeten +beswelter +beswim +beswinge +beswitch +bet +Beta +beta +betacism +betacismus +betafite +betag +betail +betailor +betaine +betainogen +betalk +betallow +betangle +betanglement +betask +betassel +betatron +betattered +betaxed +betear +beteela +beteem +betel +Betelgeuse +Beth +beth +bethabara +bethankit +bethel +Bethesda +bethflower +bethink +Bethlehem +Bethlehemite +bethought +bethrall +bethreaten +bethroot +Bethuel +bethumb +bethump +bethunder +bethwack +Bethylidae +betide +betimber +betimes +betinge +betipple +betire +betis +betitle +betocsin +betoil +betoken +betokener +betone +betongue +Betonica +betony +betorcin +betorcinol +betoss +betowel +betowered +Betoya +Betoyan +betrace +betrail +betrample +betrap +betravel +betray +betrayal +betrayer +betrayment +betread +betrend +betrim +betrinket +betroth +betrothal +betrothed +betrothment +betrough +betrousered +betrumpet +betrunk +Betsey +Betsileos +Betsimisaraka +betso +Betsy +Betta +betted +better +betterer +bettergates +bettering +betterly +betterment +bettermost +betterness +betters +Bettina +Bettine +betting +bettong +bettonga +Bettongia +bettor +Betty +betty +betuckered +Betula +Betulaceae +betulaceous +betulin +betulinamaric +betulinic +betulinol +Betulites +beturbaned +betusked +betutor +betutored +betwattled +between +betweenbrain +betweenity +betweenmaid +betweenness +betweenwhiles +betwine +betwit +betwixen +betwixt +beudantite +Beulah +beuniformed +bevatron +beveil +bevel +beveled +beveler +bevelled +bevelment +bevenom +bever +beverage +Beverly +beverse +bevesseled +bevesselled +beveto +bevillain +bevined +bevoiled +bevomit +bevue +bevy +bewail +bewailable +bewailer +bewailing +bewailingly +bewailment +bewaitered +bewall +beware +bewash +bewaste +bewater +beweary +beweep +beweeper +bewelcome +bewelter +bewept +bewest +bewet +bewhig +bewhiskered +bewhisper +bewhistle +bewhite +bewhiten +bewidow +bewig +bewigged +bewilder +bewildered +bewilderedly +bewilderedness +bewildering +bewilderingly +bewilderment +bewimple +bewinged +bewinter +bewired +bewitch +bewitchedness +bewitcher +bewitchery +bewitchful +bewitching +bewitchingly +bewitchingness +bewitchment +bewith +bewizard +bework +beworm +beworn +beworry +beworship +bewrap +bewrathed +bewray +bewrayer +bewrayingly +bewrayment +bewreath +bewreck +bewrite +bey +beydom +beylic +beylical +beyond +beyrichite +beyship +Bezaleel +Bezaleelian +bezant +bezantee +bezanty +bezel +bezesteen +bezetta +bezique +bezoar +bezoardic +bezonian +Bezpopovets +bezzi +bezzle +bezzo +bhabar +Bhadon +Bhaga +bhagavat +bhagavata +bhaiachari +bhaiyachara +bhakta +bhakti +bhalu +bhandar +bhandari +bhang +bhangi +Bhar +bhara +bharal +Bharata +bhat +bhava +Bhavani +bheesty +bhikku +bhikshu +Bhil +Bhili +Bhima +Bhojpuri +bhoosa +Bhotia +Bhotiya +Bhowani +bhoy +Bhumij +bhungi +bhungini +bhut +Bhutanese +Bhutani +bhutatathata +Bhutia +biabo +biacetyl +biacetylene +biacid +biacromial +biacuminate +biacuru +bialate +biallyl +bialveolar +Bianca +Bianchi +bianchite +bianco +biangular +biangulate +biangulated +biangulous +bianisidine +biannual +biannually +biannulate +biarchy +biarcuate +biarcuated +biarticular +biarticulate +biarticulated +bias +biasness +biasteric +biaswise +biatomic +biauricular +biauriculate +biaxal +biaxial +biaxiality +biaxially +biaxillary +bib +bibacious +bibacity +bibasic +bibation +bibb +bibber +bibble +bibbler +bibbons +bibcock +bibenzyl +bibi +Bibio +bibionid +Bibionidae +bibiri +bibitory +Bible +bibless +Biblic +Biblical +Biblicality +Biblically +Biblicism +Biblicist +Biblicistic +Biblicolegal +Biblicoliterary +Biblicopsychological +biblioclasm +biblioclast +bibliofilm +bibliogenesis +bibliognost +bibliognostic +bibliogony +bibliograph +bibliographer +bibliographic +bibliographical +bibliographically +bibliographize +bibliography +biblioklept +bibliokleptomania +bibliokleptomaniac +bibliolater +bibliolatrous +bibliolatry +bibliological +bibliologist +bibliology +bibliomancy +bibliomane +bibliomania +bibliomaniac +bibliomaniacal +bibliomanian +bibliomanianism +bibliomanism +bibliomanist +bibliopegic +bibliopegist +bibliopegistic +bibliopegy +bibliophage +bibliophagic +bibliophagist +bibliophagous +bibliophile +bibliophilic +bibliophilism +bibliophilist +bibliophilistic +bibliophily +bibliophobia +bibliopolar +bibliopole +bibliopolery +bibliopolic +bibliopolical +bibliopolically +bibliopolism +bibliopolist +bibliopolistic +bibliopoly +bibliosoph +bibliotaph +bibliotaphic +bibliothec +bibliotheca +bibliothecal +bibliothecarial +bibliothecarian +bibliothecary +bibliotherapeutic +bibliotherapist +bibliotherapy +bibliothetic +bibliotic +bibliotics +bibliotist +Biblism +Biblist +biblus +biborate +bibracteate +bibracteolate +bibulosity +bibulous +bibulously +bibulousness +Bibulus +bicalcarate +bicameral +bicameralism +bicamerist +bicapitate +bicapsular +bicarbonate +bicarbureted +bicarinate +bicarpellary +bicarpellate +bicaudal +bicaudate +Bice +bice +bicellular +bicentenary +bicentennial +bicephalic +bicephalous +biceps +bicetyl +bichir +bichloride +bichord +bichromate +bichromatic +bichromatize +bichrome +bichromic +bichy +biciliate +biciliated +bicipital +bicipitous +bicircular +bicirrose +bick +bicker +bickerer +bickern +biclavate +biclinium +bicollateral +bicollaterality +bicolligate +bicolor +bicolored +bicolorous +biconcave +biconcavity +bicondylar +bicone +biconic +biconical +biconically +biconjugate +biconsonantal +biconvex +bicorn +bicornate +bicorne +bicorned +bicornous +bicornuate +bicornuous +bicornute +bicorporal +bicorporate +bicorporeal +bicostate +bicrenate +bicrescentic +bicrofarad +bicron +bicrural +bicursal +bicuspid +bicuspidate +bicyanide +bicycle +bicycler +bicyclic +bicyclism +bicyclist +bicyclo +bicycloheptane +bicylindrical +bid +bidactyl +bidactyle +bidactylous +bidar +bidarka +bidcock +biddable +biddableness +biddably +biddance +Biddelian +bidder +bidding +Biddulphia +Biddulphiaceae +Biddy +biddy +bide +Bidens +bident +bidental +bidentate +bidented +bidential +bidenticulate +bider +bidet +bidigitate +bidimensional +biding +bidirectional +bidiurnal +Bidpai +bidri +biduous +bieberite +Biedermeier +bield +bieldy +bielectrolysis +bielenite +Bielid +Bielorouss +bien +bienly +bienness +biennia +biennial +biennially +biennium +bier +bierbalk +biethnic +bietle +bifacial +bifanged +bifara +bifarious +bifariously +bifer +biferous +biff +biffin +bifid +bifidate +bifidated +bifidity +bifidly +bifilar +bifilarly +bifistular +biflabellate +biflagellate +biflecnode +biflected +biflex +biflorate +biflorous +bifluoride +bifocal +bifoil +bifold +bifolia +bifoliate +bifoliolate +bifolium +biforked +biform +biformed +biformity +biforous +bifront +bifrontal +bifronted +bifurcal +bifurcate +bifurcated +bifurcately +bifurcation +big +biga +bigamic +bigamist +bigamistic +bigamize +bigamous +bigamously +bigamy +bigarade +bigaroon +bigarreau +bigbloom +bigemina +bigeminal +bigeminate +bigeminated +bigeminum +bigener +bigeneric +bigential +bigeye +bigg +biggah +biggen +bigger +biggest +biggin +biggish +biggonet +bigha +bighead +bighearted +bigheartedness +bighorn +bight +biglandular +biglenoid +biglot +bigmouth +bigmouthed +bigness +Bignonia +Bignoniaceae +bignoniaceous +bignoniad +bignou +bigoniac +bigonial +bigot +bigoted +bigotedly +bigotish +bigotry +bigotty +bigroot +bigthatch +biguanide +biguttate +biguttulate +bigwig +bigwigged +bigwiggedness +bigwiggery +bigwiggism +Bihai +Biham +bihamate +Bihari +biharmonic +bihourly +bihydrazine +bija +bijasal +bijou +bijouterie +bijoux +bijugate +bijugular +bike +bikh +bikhaconitine +bikini +Bikol +Bikram +Bikukulla +Bilaan +bilabe +bilabial +bilabiate +bilalo +bilamellar +bilamellate +bilamellated +bilaminar +bilaminate +bilaminated +bilander +bilateral +bilateralism +bilaterality +bilaterally +bilateralness +Bilati +bilberry +bilbie +bilbo +bilboquet +bilby +bilch +bilcock +bildar +bilders +bile +bilestone +bilge +bilgy +Bilharzia +bilharzial +bilharziasis +bilharzic +bilharziosis +bilianic +biliary +biliate +biliation +bilic +bilicyanin +bilifaction +biliferous +bilification +bilifuscin +bilify +bilihumin +bilimbi +bilimbing +biliment +Bilin +bilinear +bilineate +bilingual +bilingualism +bilingually +bilinguar +bilinguist +bilinigrin +bilinite +bilio +bilious +biliously +biliousness +biliprasin +bilipurpurin +bilipyrrhin +bilirubin +bilirubinemia +bilirubinic +bilirubinuria +biliteral +biliteralism +bilith +bilithon +biliverdic +biliverdin +bilixanthin +bilk +bilker +Bill +bill +billa +billable +billabong +billback +billbeetle +Billbergia +billboard +billbroking +billbug +billed +biller +billet +billeter +billethead +billeting +billetwood +billety +billfish +billfold +billhead +billheading +billholder +billhook +billian +billiard +billiardist +billiardly +billiards +Billie +Billiken +billikin +billing +billingsgate +billion +billionaire +billionism +billionth +billitonite +Billjim +billman +billon +billot +billow +billowiness +billowy +billposter +billposting +billsticker +billsticking +Billy +billy +billyboy +billycan +billycock +billyer +billyhood +billywix +bilo +bilobated +bilobe +bilobed +bilobiate +bilobular +bilocation +bilocellate +bilocular +biloculate +Biloculina +biloculine +bilophodont +Biloxi +bilsh +Bilskirnir +bilsted +biltong +biltongue +Bim +bimaculate +bimaculated +bimalar +Bimana +bimanal +bimane +bimanous +bimanual +bimanually +bimarginate +bimarine +bimastic +bimastism +bimastoid +bimasty +bimaxillary +bimbil +Bimbisara +bimeby +bimensal +bimester +bimestrial +bimetalic +bimetallism +bimetallist +bimetallistic +bimillenary +bimillennium +bimillionaire +Bimini +Bimmeler +bimodal +bimodality +bimolecular +bimonthly +bimotored +bimotors +bimucronate +bimuscular +bin +binal +binaphthyl +binarium +binary +binate +binately +bination +binational +binaural +binauricular +binbashi +bind +binder +bindery +bindheimite +binding +bindingly +bindingness +bindle +bindlet +bindoree +bindweb +bindweed +bindwith +bindwood +bine +binervate +bineweed +bing +binge +bingey +binghi +bingle +bingo +bingy +binh +Bini +biniodide +Binitarian +Binitarianism +bink +binman +binna +binnacle +binning +binnite +binnogue +bino +binocle +binocular +binocularity +binocularly +binoculate +binodal +binode +binodose +binodous +binomenclature +binomial +binomialism +binomially +binominal +binominated +binominous +binormal +binotic +binotonous +binous +binoxalate +binoxide +bint +bintangor +binturong +binuclear +binucleate +binucleated +binucleolate +binukau +Binzuru +biobibliographical +biobibliography +bioblast +bioblastic +biocatalyst +biocellate +biocentric +biochemic +biochemical +biochemically +biochemics +biochemist +biochemistry +biochemy +biochore +bioclimatic +bioclimatology +biocoenose +biocoenosis +biocoenotic +biocycle +biod +biodynamic +biodynamical +biodynamics +biodyne +bioecologic +bioecological +bioecologically +bioecologist +bioecology +biogen +biogenase +biogenesis +biogenesist +biogenetic +biogenetical +biogenetically +biogenetics +biogenous +biogeny +biogeochemistry +biogeographic +biogeographical +biogeographically +biogeography +biognosis +biograph +biographee +biographer +biographic +biographical +biographically +biographist +biographize +biography +bioherm +biokinetics +biolinguistics +biolith +biologese +biologic +biological +biologically +biologicohumanistic +biologism +biologist +biologize +biology +bioluminescence +bioluminescent +biolysis +biolytic +biomagnetic +biomagnetism +biomathematics +biome +biomechanical +biomechanics +biometeorology +biometer +biometric +biometrical +biometrically +biometrician +biometricist +biometrics +biometry +biomicroscopy +bion +bionergy +bionomic +bionomical +bionomically +bionomics +bionomist +bionomy +biophagism +biophagous +biophagy +biophilous +biophore +biophotophone +biophysical +biophysicochemical +biophysics +biophysiography +biophysiological +biophysiologist +biophysiology +biophyte +bioplasm +bioplasmic +bioplast +bioplastic +bioprecipitation +biopsic +biopsy +biopsychic +biopsychical +biopsychological +biopsychologist +biopsychology +biopyribole +bioral +biorbital +biordinal +bioreaction +biorgan +bios +bioscope +bioscopic +bioscopy +biose +biosis +biosocial +biosociological +biosphere +biostatic +biostatical +biostatics +biostatistics +biosterin +biosterol +biostratigraphy +biosynthesis +biosynthetic +biosystematic +biosystematics +biosystematist +biosystematy +Biota +biota +biotaxy +biotechnics +biotic +biotical +biotics +biotin +biotite +biotitic +biotome +biotomy +biotope +biotype +biotypic +biovular +biovulate +bioxalate +bioxide +bipack +bipaleolate +Bipaliidae +Bipalium +bipalmate +biparasitic +biparental +biparietal +biparous +biparted +bipartible +bipartient +bipartile +bipartisan +bipartisanship +bipartite +bipartitely +bipartition +biparty +bipaschal +bipectinate +bipectinated +biped +bipedal +bipedality +bipedism +bipeltate +bipennate +bipennated +bipenniform +biperforate +bipersonal +bipetalous +biphase +biphasic +biphenol +biphenyl +biphenylene +bipinnaria +bipinnate +bipinnated +bipinnately +bipinnatifid +bipinnatiparted +bipinnatipartite +bipinnatisect +bipinnatisected +biplanal +biplanar +biplane +biplicate +biplicity +biplosion +biplosive +bipod +bipolar +bipolarity +bipolarize +Bipont +Bipontine +biporose +biporous +biprism +biprong +bipunctal +bipunctate +bipunctual +bipupillate +bipyramid +bipyramidal +bipyridine +bipyridyl +biquadrantal +biquadrate +biquadratic +biquarterly +biquartz +biquintile +biracial +biracialism +biradial +biradiate +biradiated +biramous +birational +birch +birchbark +birchen +birching +birchman +birchwood +bird +birdbander +birdbanding +birdbath +birdberry +birdcall +birdcatcher +birdcatching +birdclapper +birdcraft +birddom +birdeen +birder +birdglue +birdhood +birdhouse +birdie +birdikin +birding +birdland +birdless +birdlet +birdlike +birdlime +birdling +birdlore +birdman +birdmouthed +birdnest +birdnester +birdseed +birdstone +birdweed +birdwise +birdwoman +birdy +birectangular +birefracting +birefraction +birefractive +birefringence +birefringent +bireme +biretta +Birgus +biri +biriba +birimose +birk +birken +Birkenhead +Birkenia +Birkeniidae +birkie +birkremite +birl +birle +birler +birlie +birlieman +birlinn +birma +Birmingham +Birminghamize +birn +birny +Biron +birostrate +birostrated +birotation +birotatory +birr +birse +birsle +birsy +birth +birthbed +birthday +birthland +birthless +birthmark +birthmate +birthnight +birthplace +birthright +birthroot +birthstone +birthstool +birthwort +birthy +bis +bisabol +bisaccate +bisacromial +bisalt +Bisaltae +bisantler +bisaxillary +bisbeeite +biscacha +Biscanism +Biscayan +Biscayanism +biscayen +Biscayner +bischofite +biscotin +biscuit +biscuiting +biscuitlike +biscuitmaker +biscuitmaking +biscuitroot +biscuitry +bisdiapason +bisdimethylamino +bisect +bisection +bisectional +bisectionally +bisector +bisectrices +bisectrix +bisegment +biseptate +biserial +biserially +biseriate +biseriately +biserrate +bisetose +bisetous +bisexed +bisext +bisexual +bisexualism +bisexuality +bisexually +bisexuous +bisglyoxaline +Bishareen +Bishari +Bisharin +bishop +bishopdom +bishopess +bishopful +bishophood +bishopless +bishoplet +bishoplike +bishopling +bishopric +bishopship +bishopweed +bisiliac +bisilicate +bisiliquous +bisimine +bisinuate +bisinuation +bisischiadic +bisischiatic +Bisley +bislings +bismar +Bismarck +Bismarckian +Bismarckianism +bismarine +bismerpund +bismillah +bismite +Bismosol +bismuth +bismuthal +bismuthate +bismuthic +bismuthide +bismuthiferous +bismuthine +bismuthinite +bismuthite +bismuthous +bismuthyl +bismutite +bismutoplagionite +bismutosmaltite +bismutosphaerite +bisnaga +bison +bisonant +bisontine +bisphenoid +bispinose +bispinous +bispore +bisporous +bisque +bisquette +bissext +bissextile +bisson +bistate +bistephanic +bister +bistered +bistetrazole +bisti +bistipular +bistipulate +bistipuled +bistort +Bistorta +bistournage +bistoury +bistratal +bistratose +bistriate +bistriazole +bistro +bisubstituted +bisubstitution +bisulcate +bisulfid +bisulphate +bisulphide +bisulphite +bisyllabic +bisyllabism +bisymmetric +bisymmetrical +bisymmetrically +bisymmetry +bit +bitable +bitangent +bitangential +bitanhol +bitartrate +bitbrace +bitch +bite +bitemporal +bitentaculate +biter +biternate +biternately +bitesheep +bitewing +bitheism +Bithynian +biti +biting +bitingly +bitingness +Bitis +bitless +bito +bitolyl +bitonality +bitreadle +bitripartite +bitripinnatifid +bitriseptate +bitrochanteric +bitstock +bitstone +bitt +bitted +bitten +bitter +bitterbark +bitterblain +bitterbloom +bitterbur +bitterbush +bitterful +bitterhead +bitterhearted +bitterheartedness +bittering +bitterish +bitterishness +bitterless +bitterling +bitterly +bittern +bitterness +bitternut +bitterroot +bitters +bittersweet +bitterweed +bitterwood +bitterworm +bitterwort +bitthead +bittie +Bittium +bittock +bitty +bitubercular +bituberculate +bituberculated +Bitulithic +bitulithic +bitume +bitumed +bitumen +bituminate +bituminiferous +bituminization +bituminize +bituminoid +bituminous +bitwise +bityite +bitypic +biune +biunial +biunity +biunivocal +biurate +biurea +biuret +bivalence +bivalency +bivalent +bivalve +bivalved +Bivalvia +bivalvian +bivalvous +bivalvular +bivariant +bivariate +bivascular +bivaulted +bivector +biventer +biventral +biverbal +bivinyl +bivious +bivittate +bivocal +bivocalized +bivoltine +bivoluminous +bivouac +biwa +biweekly +biwinter +Bixa +Bixaceae +bixaceous +bixbyite +bixin +biyearly +biz +bizardite +bizarre +bizarrely +bizarreness +Bizen +bizet +bizonal +bizone +Bizonia +bizygomatic +bizz +Bjorne +blab +blabber +blabberer +blachong +black +blackacre +blackamoor +blackback +blackball +blackballer +blackband +Blackbeard +blackbelly +blackberry +blackbine +blackbird +blackbirder +blackbirding +blackboard +blackboy +blackbreast +blackbush +blackbutt +blackcap +blackcoat +blackcock +blackdamp +blacken +blackener +blackening +blacker +blacketeer +blackey +blackeyes +blackface +Blackfeet +blackfellow +blackfellows +blackfin +blackfire +blackfish +blackfisher +blackfishing +Blackfoot +blackfoot +Blackfriars +blackguard +blackguardism +blackguardize +blackguardly +blackguardry +Blackhander +blackhead +blackheads +blackheart +blackhearted +blackheartedness +blackie +blacking +blackish +blackishly +blackishness +blackit +blackjack +blackland +blackleg +blackleggery +blacklegism +blacklegs +blackly +blackmail +blackmailer +blackneb +blackneck +blackness +blacknob +blackout +blackpoll +blackroot +blackseed +blackshirted +blacksmith +blacksmithing +blackstick +blackstrap +blacktail +blackthorn +blacktongue +blacktree +blackwash +blackwasher +blackwater +blackwood +blackwork +blackwort +blacky +blad +bladder +bladderet +bladderless +bladderlike +bladdernose +bladdernut +bladderpod +bladderseed +bladderweed +bladderwort +bladdery +blade +bladebone +bladed +bladelet +bladelike +blader +bladesmith +bladewise +blading +bladish +blady +bladygrass +blae +blaeberry +blaeness +blaewort +blaff +blaffert +blaflum +blah +blahlaut +blain +Blaine +Blair +blair +blairmorite +Blake +blake +blakeberyed +blamable +blamableness +blamably +blame +blamed +blameful +blamefully +blamefulness +blameless +blamelessly +blamelessness +blamer +blameworthiness +blameworthy +blaming +blamingly +blan +blanc +blanca +blancard +Blanch +blanch +blancher +blanching +blanchingly +blancmange +blancmanger +blanco +bland +blanda +Blandfordia +blandiloquence +blandiloquious +blandiloquous +blandish +blandisher +blandishing +blandishingly +blandishment +blandly +blandness +blank +blankard +blankbook +blanked +blankeel +blanket +blanketed +blanketeer +blanketflower +blanketing +blanketless +blanketmaker +blanketmaking +blanketry +blanketweed +blankety +blanking +blankish +Blankit +blankite +blankly +blankness +blanky +blanque +blanquillo +blare +Blarina +blarney +blarneyer +blarnid +blarny +blart +blas +blase +blash +blashy +Blasia +blaspheme +blasphemer +blasphemous +blasphemously +blasphemousness +blasphemy +blast +blasted +blastema +blastemal +blastematic +blastemic +blaster +blastful +blasthole +blastid +blastie +blasting +blastment +blastocarpous +blastocheme +blastochyle +blastocoele +blastocolla +blastocyst +blastocyte +blastoderm +blastodermatic +blastodermic +blastodisk +blastogenesis +blastogenetic +blastogenic +blastogeny +blastogranitic +blastoid +Blastoidea +blastoma +blastomata +blastomere +blastomeric +Blastomyces +blastomycete +Blastomycetes +blastomycetic +blastomycetous +blastomycosis +blastomycotic +blastoneuropore +Blastophaga +blastophitic +blastophoral +blastophore +blastophoric +blastophthoria +blastophthoric +blastophyllum +blastoporal +blastopore +blastoporic +blastoporphyritic +blastosphere +blastospheric +blastostylar +blastostyle +blastozooid +blastplate +blastula +blastulae +blastular +blastulation +blastule +blasty +blat +blatancy +blatant +blatantly +blate +blately +blateness +blather +blatherer +blatherskite +blathery +blatjang +Blatta +blatta +Blattariae +blatter +blatterer +blatti +blattid +Blattidae +blattiform +Blattodea +blattoid +Blattoidea +blaubok +Blaugas +blauwbok +blaver +blaw +blawort +blay +Blayne +blaze +blazer +blazing +blazingly +blazon +blazoner +blazoning +blazonment +blazonry +blazy +bleaberry +bleach +bleachability +bleachable +bleached +bleacher +bleacherite +bleacherman +bleachery +bleachfield +bleachground +bleachhouse +bleaching +bleachman +bleachworks +bleachyard +bleak +bleakish +bleakly +bleakness +bleaky +blear +bleared +blearedness +bleareye +bleariness +blearness +bleary +bleat +bleater +bleating +bleatingly +bleaty +bleb +blebby +blechnoid +Blechnum +bleck +blee +bleed +bleeder +bleeding +bleekbok +bleery +bleeze +bleezy +blellum +blemish +blemisher +blemishment +Blemmyes +blench +blencher +blenching +blenchingly +blencorn +blend +blendcorn +blende +blended +blender +blending +blendor +blendure +blendwater +blennadenitis +blennemesis +blennenteria +blennenteritis +blenniid +Blenniidae +blenniiform +Blenniiformes +blennioid +Blennioidea +blennocele +blennocystitis +blennoemesis +blennogenic +blennogenous +blennoid +blennoma +blennometritis +blennophlogisma +blennophlogosis +blennophthalmia +blennoptysis +blennorrhagia +blennorrhagic +blennorrhea +blennorrheal +blennorrhinia +blennosis +blennostasis +blennostatic +blennothorax +blennotorrhea +blennuria +blenny +blennymenitis +blent +bleo +blephara +blepharadenitis +blepharal +blepharanthracosis +blepharedema +blepharelcosis +blepharemphysema +Blephariglottis +blepharism +blepharitic +blepharitis +blepharoadenitis +blepharoadenoma +blepharoatheroma +blepharoblennorrhea +blepharocarcinoma +Blepharocera +Blepharoceridae +blepharochalasis +blepharochromidrosis +blepharoclonus +blepharocoloboma +blepharoconjunctivitis +blepharodiastasis +blepharodyschroia +blepharohematidrosis +blepharolithiasis +blepharomelasma +blepharoncosis +blepharoncus +blepharophimosis +blepharophryplasty +blepharophthalmia +blepharophyma +blepharoplast +blepharoplastic +blepharoplasty +blepharoplegia +blepharoptosis +blepharopyorrhea +blepharorrhaphy +blepharospasm +blepharospath +blepharosphincterectomy +blepharostat +blepharostenosis +blepharosymphysis +blepharosyndesmitis +blepharosynechia +blepharotomy +blepharydatis +Blephillia +blesbok +blesbuck +bless +blessed +blessedly +blessedness +blesser +blessing +blessingly +blest +blet +bletheration +Bletia +Bletilla +blewits +blibe +blick +blickey +Blighia +blight +blightbird +blighted +blighter +blighting +blightingly +blighty +blimbing +blimp +blimy +blind +blindage +blindball +blinded +blindedly +blinder +blindeyes +blindfast +blindfish +blindfold +blindfolded +blindfoldedness +blindfolder +blindfoldly +blinding +blindingly +blindish +blindless +blindling +blindly +blindness +blindstory +blindweed +blindworm +blink +blinkard +blinked +blinker +blinkered +blinking +blinkingly +blinks +blinky +blinter +blintze +blip +bliss +blissful +blissfully +blissfulness +blissless +blissom +blister +blistered +blistering +blisteringly +blisterweed +blisterwort +blistery +blite +blithe +blithebread +blitheful +blithefully +blithehearted +blithelike +blithely +blithemeat +blithen +blitheness +blither +blithering +blithesome +blithesomely +blithesomeness +blitter +Blitum +blitz +blitzbuggy +blitzkrieg +blizz +blizzard +blizzardly +blizzardous +blizzardy +blo +bloat +bloated +bloatedness +bloater +bloating +blob +blobbed +blobber +blobby +bloc +block +blockade +blockader +blockage +blockbuster +blocked +blocker +blockhead +blockheaded +blockheadedly +blockheadedness +blockheadish +blockheadishness +blockheadism +blockholer +blockhouse +blockiness +blocking +blockish +blockishly +blockishness +blocklayer +blocklike +blockmaker +blockmaking +blockman +blockpate +blockship +blocky +blodite +bloke +blolly +blomstrandine +blonde +blondeness +blondine +blood +bloodalley +bloodalp +bloodbeat +bloodberry +bloodbird +bloodcurdler +bloodcurdling +blooddrop +blooddrops +blooded +bloodfin +bloodflower +bloodguilt +bloodguiltiness +bloodguiltless +bloodguilty +bloodhound +bloodied +bloodily +bloodiness +bloodleaf +bloodless +bloodlessly +bloodlessness +bloodletter +bloodletting +bloodline +bloodmobile +bloodmonger +bloodnoun +bloodripe +bloodripeness +bloodroot +bloodshed +bloodshedder +bloodshedding +bloodshot +bloodshotten +bloodspiller +bloodspilling +bloodstain +bloodstained +bloodstainedness +bloodstanch +bloodstock +bloodstone +bloodstroke +bloodsuck +bloodsucker +bloodsucking +bloodthirst +bloodthirster +bloodthirstily +bloodthirstiness +bloodthirsting +bloodthirsty +bloodweed +bloodwite +bloodwood +bloodworm +bloodwort +bloodworthy +bloody +bloodybones +blooey +bloom +bloomage +bloomer +Bloomeria +bloomerism +bloomers +bloomery +bloomfell +blooming +bloomingly +bloomingness +bloomkin +bloomless +Bloomsburian +Bloomsbury +bloomy +bloop +blooper +blooping +blore +blosmy +blossom +blossombill +blossomed +blossomhead +blossomless +blossomry +blossomtime +blossomy +blot +blotch +blotched +blotchy +blotless +blotter +blottesque +blottesquely +blotting +blottingly +blotto +blotty +bloubiskop +blouse +bloused +blousing +blout +blow +blowback +blowball +blowcock +blowdown +blowen +blower +blowfish +blowfly +blowgun +blowhard +blowhole +blowiness +blowing +blowings +blowiron +blowlamp +blowline +blown +blowoff +blowout +blowpipe +blowpoint +blowproof +blowspray +blowth +blowtorch +blowtube +blowup +blowy +blowze +blowzed +blowzing +blowzy +blub +blubber +blubberer +blubbering +blubberingly +blubberman +blubberous +blubbery +blucher +bludgeon +bludgeoned +bludgeoneer +bludgeoner +blue +blueback +bluebead +Bluebeard +bluebeard +Bluebeardism +bluebell +bluebelled +blueberry +bluebill +bluebird +blueblaw +bluebonnet +bluebook +bluebottle +bluebreast +bluebuck +bluebush +bluebutton +bluecap +bluecoat +bluecup +bluefish +bluegill +bluegown +bluegrass +bluehearted +bluehearts +blueing +bluejack +bluejacket +bluejoint +blueleg +bluelegs +bluely +blueness +bluenose +Bluenoser +blueprint +blueprinter +bluer +blues +bluesides +bluestem +bluestocking +bluestockingish +bluestockingism +bluestone +bluestoner +bluet +bluethroat +bluetongue +bluetop +blueweed +bluewing +bluewood +bluey +bluff +bluffable +bluffer +bluffly +bluffness +bluffy +bluggy +bluing +bluish +bluishness +bluism +Blumea +blunder +blunderbuss +blunderer +blunderful +blunderhead +blunderheaded +blunderheadedness +blundering +blunderingly +blundersome +blunge +blunger +blunk +blunker +blunks +blunnen +blunt +blunter +blunthead +blunthearted +bluntie +bluntish +bluntly +bluntness +blup +blur +blurb +blurbist +blurred +blurredness +blurrer +blurry +blurt +blush +blusher +blushful +blushfully +blushfulness +blushiness +blushing +blushingly +blushless +blushwort +blushy +bluster +blusteration +blusterer +blustering +blusteringly +blusterous +blusterously +blustery +blype +bo +boa +Boaedon +boagane +Boanbura +Boanerges +boanergism +boar +boarcite +board +boardable +boarder +boarding +boardinghouse +boardlike +boardly +boardman +boardwalk +boardy +boarfish +boarhound +boarish +boarishly +boarishness +boarship +boarskin +boarspear +boarstaff +boarwood +boast +boaster +boastful +boastfully +boastfulness +boasting +boastive +boastless +boat +boatable +boatage +boatbill +boatbuilder +boatbuilding +boater +boatfalls +boatful +boathead +boatheader +boathouse +boatie +boating +boatkeeper +boatless +boatlike +boatlip +boatload +boatloader +boatloading +boatly +boatman +boatmanship +boatmaster +boatowner +boatsetter +boatshop +boatside +boatsman +boatswain +boattail +boatward +boatwise +boatwoman +boatwright +Bob +bob +boba +bobac +Bobadil +Bobadilian +Bobadilish +Bobadilism +bobbed +bobber +bobbery +Bobbie +bobbin +bobbiner +bobbinet +bobbing +Bobbinite +bobbinwork +bobbish +bobbishly +bobble +Bobby +bobby +bobcat +bobcoat +bobeche +bobfly +bobierrite +bobization +bobjerom +bobo +bobolink +bobotie +bobsled +bobsleigh +bobstay +bobtail +bobtailed +bobwhite +bobwood +bocaccio +bocal +bocardo +bocasine +bocca +boccale +boccarella +boccaro +bocce +Bocconia +boce +bocedization +Boche +bocher +Bochism +bock +bockerel +bockeret +bocking +bocoy +bod +bodach +bodacious +bodaciously +bode +bodeful +bodega +bodement +boden +bodenbenderite +boder +bodewash +bodge +bodger +bodgery +bodhi +bodhisattva +bodice +bodiced +bodicemaker +bodicemaking +bodied +bodier +bodieron +bodikin +bodiless +bodilessness +bodiliness +bodily +bodiment +boding +bodingly +bodkin +bodkinwise +bodle +Bodleian +Bodo +bodock +Bodoni +body +bodybending +bodybuilder +bodyguard +bodyhood +bodyless +bodymaker +bodymaking +bodyplate +bodywise +bodywood +bodywork +Boebera +Boedromion +Boehmenism +Boehmenist +Boehmenite +Boehmeria +boeotarch +Boeotian +Boeotic +Boer +Boerdom +Boerhavia +Boethian +Boethusian +bog +boga +bogan +bogard +bogart +bogberry +bogey +bogeyman +boggart +boggin +bogginess +boggish +boggle +bogglebo +boggler +boggy +boghole +bogie +bogieman +bogier +Bogijiab +bogland +boglander +bogle +bogledom +boglet +bogman +bogmire +Bogo +bogo +Bogomil +Bogomile +Bogomilian +bogong +Bogota +bogsucker +bogtrot +bogtrotter +bogtrotting +bogue +bogum +bogus +bogusness +bogway +bogwood +bogwort +bogy +bogydom +bogyism +bogyland +Bohairic +bohawn +bohea +Bohemia +Bohemian +Bohemianism +bohemium +bohereen +bohireen +boho +bohor +bohunk +boid +Boidae +Boii +Boiko +boil +boilable +boildown +boiled +boiler +boilerful +boilerhouse +boilerless +boilermaker +boilermaking +boilerman +boilersmith +boilerworks +boilery +boiling +boilinglike +boilingly +boilover +boily +Bois +boist +boisterous +boisterously +boisterousness +bojite +bojo +bokadam +bokard +bokark +boke +Bokhara +Bokharan +bokom +bola +Bolag +bolar +Bolboxalis +bold +bolden +Bolderian +boldhearted +boldine +boldly +boldness +boldo +Boldu +bole +bolection +bolectioned +boled +boleite +Bolelia +bolelike +bolero +Boletaceae +boletaceous +bolete +Boletus +boleweed +bolewort +bolide +bolimba +bolis +bolivar +bolivarite +bolivia +Bolivian +boliviano +bolk +boll +Bollandist +bollard +bolled +boller +bolling +bollock +bollworm +bolly +Bolo +bolo +Bologna +Bolognan +Bolognese +bolograph +bolographic +bolographically +bolography +Boloism +boloman +bolometer +bolometric +boloney +boloroot +Bolshevik +Bolsheviki +Bolshevikian +Bolshevism +Bolshevist +Bolshevistic +Bolshevistically +Bolshevize +Bolshie +bolson +bolster +bolsterer +bolsterwork +bolt +boltage +boltant +boltcutter +boltel +bolter +bolthead +boltheader +boltheading +bolthole +bolti +bolting +boltless +boltlike +boltmaker +boltmaking +Boltonia +boltonite +boltrope +boltsmith +boltstrake +boltuprightness +boltwork +bolus +Bolyaian +bom +boma +Bomarea +bomb +bombable +Bombacaceae +bombacaceous +bombard +bombarde +bombardelle +bombarder +bombardier +bombardment +bombardon +bombast +bombaster +bombastic +bombastically +bombastry +Bombax +Bombay +bombazet +bombazine +bombed +bomber +bombiccite +Bombidae +bombilate +bombilation +Bombinae +bombinate +bombination +bombo +bombola +bombonne +bombous +bombproof +bombshell +bombsight +Bombus +bombycid +Bombycidae +bombyciform +Bombycilla +Bombycillidae +Bombycina +bombycine +Bombyliidae +Bombyx +Bon +bon +bonaci +bonagh +bonaght +bonair +bonairly +bonairness +bonally +bonang +bonanza +Bonapartean +Bonapartism +Bonapartist +Bonasa +bonasus +bonaventure +Bonaveria +bonavist +Bonbo +bonbon +bonce +bond +bondage +bondager +bondar +bonded +Bondelswarts +bonder +bonderman +bondfolk +bondholder +bondholding +bonding +bondless +bondman +bondmanship +bondsman +bondstone +bondswoman +bonduc +bondwoman +bone +boneache +bonebinder +boneblack +bonebreaker +boned +bonedog +bonefish +boneflower +bonehead +boneheaded +boneless +bonelessly +bonelessness +bonelet +bonelike +Bonellia +boner +boneset +bonesetter +bonesetting +boneshaker +boneshaw +bonetail +bonewood +bonework +bonewort +Boney +bonfire +bong +Bongo +bongo +bonhomie +Boni +boniata +Boniface +bonification +boniform +bonify +boniness +boninite +bonitarian +bonitary +bonito +bonk +bonnaz +bonnet +bonneted +bonneter +bonnethead +bonnetless +bonnetlike +bonnetman +bonnibel +Bonnie +bonnily +bonniness +Bonny +bonny +bonnyclabber +bonnyish +bonnyvis +Bononian +bonsai +bonspiel +bontebok +bontebuck +bontequagga +Bontok +bonus +bonxie +bony +bonyfish +bonze +bonzer +bonzery +bonzian +boo +boob +boobery +boobily +boobook +booby +boobyalla +boobyish +boobyism +bood +boodie +boodle +boodledom +boodleism +boodleize +boodler +boody +boof +booger +boogiewoogie +boohoo +boojum +book +bookable +bookbinder +bookbindery +bookbinding +bookboard +bookcase +bookcraft +bookdealer +bookdom +booked +booker +bookery +bookfold +bookful +bookholder +bookhood +bookie +bookiness +booking +bookish +bookishly +bookishness +bookism +bookkeeper +bookkeeping +bookland +bookless +booklet +booklike +bookling +booklore +booklover +bookmaker +bookmaking +Bookman +bookman +bookmark +bookmarker +bookmate +bookmobile +bookmonger +bookplate +bookpress +bookrack +bookrest +bookroom +bookseller +booksellerish +booksellerism +bookselling +bookshelf +bookshop +bookstack +bookstall +bookstand +bookstore +bookward +bookwards +bookways +bookwise +bookwork +bookworm +bookwright +booky +bool +Boolian +booly +boolya +boom +boomable +boomage +boomah +boomboat +boomdas +boomer +boomerang +booming +boomingly +boomless +boomlet +boomorah +boomslang +boomslange +boomster +boomy +boon +boondock +boondocks +boondoggle +boondoggler +Boone +boonfellow +boongary +boonk +boonless +Boophilus +boopis +boor +boorish +boorishly +boorishness +boort +boose +boost +booster +boosterism +boosy +boot +bootblack +bootboy +booted +bootee +booter +bootery +Bootes +bootful +booth +boother +Boothian +boothite +bootholder +boothose +Bootid +bootied +bootikin +booting +bootjack +bootlace +bootleg +bootlegger +bootlegging +bootless +bootlessly +bootlessness +bootlick +bootlicker +bootmaker +bootmaking +boots +bootstrap +booty +bootyless +booze +boozed +boozer +boozily +booziness +boozy +bop +bopeep +boppist +bopyrid +Bopyridae +bopyridian +Bopyrus +bor +bora +borable +borachio +boracic +boraciferous +boracous +borage +Boraginaceae +boraginaceous +Borago +Borak +borak +boral +Boran +Borana +Borani +borasca +borasque +Borassus +borate +borax +Borboridae +Borborus +borborygmic +borborygmus +bord +bordage +bordar +bordarius +Bordeaux +bordel +bordello +border +bordered +borderer +Borderies +bordering +borderism +borderland +borderlander +borderless +borderline +bordermark +Borderside +bordroom +bordure +bordured +bore +boreable +boread +Boreades +boreal +borealis +borean +Boreas +borecole +boredom +boree +boreen +boregat +borehole +Boreiad +boreism +borele +borer +boresome +Boreus +borg +borgh +borghalpenny +Borghese +borh +boric +borickite +boride +borine +boring +boringly +boringness +Borinqueno +Boris +borish +borism +bority +borize +borlase +born +borne +Bornean +Borneo +borneol +borning +bornite +bornitic +bornyl +Boro +boro +Borocaine +borocalcite +borocarbide +borocitrate +borofluohydric +borofluoric +borofluoride +borofluorin +boroglycerate +boroglyceride +boroglycerine +borolanite +boron +boronatrocalcite +Boronia +boronic +borophenol +borophenylic +Bororo +Bororoan +borosalicylate +borosalicylic +borosilicate +borosilicic +borotungstate +borotungstic +borough +boroughlet +boroughmaster +boroughmonger +boroughmongering +boroughmongery +boroughship +borowolframic +borracha +borrel +Borrelia +Borrelomycetaceae +Borreria +Borrichia +Borromean +Borrovian +borrow +borrowable +borrower +borrowing +borsch +borscht +borsholder +borsht +borstall +bort +bortsch +borty +bortz +Boruca +Borussian +borwort +boryl +Borzicactus +borzoi +Bos +Bosc +boscage +bosch +boschbok +Boschneger +boschvark +boschveld +bose +Boselaphus +boser +bosh +Boshas +bosher +Bosjesman +bosjesman +bosk +bosker +bosket +boskiness +bosky +bosn +Bosniac +Bosniak +Bosnian +Bosnisch +bosom +bosomed +bosomer +bosomy +Bosporan +Bosporanic +Bosporian +bosporus +boss +bossage +bossdom +bossed +bosselated +bosselation +bosser +bosset +bossiness +bossing +bossism +bosslet +bossship +bossy +bostangi +bostanji +bosthoon +Boston +boston +Bostonese +Bostonian +bostonite +bostrychid +Bostrychidae +bostrychoid +bostrychoidal +bostryx +bosun +Boswellia +Boswellian +Boswelliana +Boswellism +Boswellize +bot +bota +botanic +botanical +botanically +botanist +botanize +botanizer +botanomancy +botanophile +botanophilist +botany +botargo +Botaurinae +Botaurus +botch +botched +botchedly +botcher +botcherly +botchery +botchily +botchiness +botchka +botchy +bote +Botein +botella +boterol +botfly +both +bother +botheration +botherer +botherheaded +botherment +bothersome +bothlike +Bothnian +Bothnic +bothrenchyma +Bothriocephalus +Bothriocidaris +Bothriolepis +bothrium +Bothrodendron +bothropic +Bothrops +bothros +bothsided +bothsidedness +bothway +bothy +Botocudo +botonee +botong +Botrychium +Botrydium +Botryllidae +Botryllus +botryogen +botryoid +botryoidal +botryoidally +botryolite +Botryomyces +botryomycoma +botryomycosis +botryomycotic +Botryopteriaceae +botryopterid +Botryopteris +botryose +botryotherapy +Botrytis +bott +bottekin +Botticellian +bottine +bottle +bottlebird +bottled +bottleflower +bottleful +bottlehead +bottleholder +bottlelike +bottlemaker +bottlemaking +bottleman +bottleneck +bottlenest +bottlenose +bottler +bottling +bottom +bottomchrome +bottomed +bottomer +bottoming +bottomless +bottomlessly +bottomlessness +bottommost +bottomry +bottstick +botuliform +botulin +botulinum +botulism +botulismus +bouchal +bouchaleen +boucharde +bouche +boucher +boucherism +boucherize +bouchette +boud +boudoir +bouffancy +bouffant +Bougainvillaea +Bougainvillea +Bougainvillia +Bougainvilliidae +bougar +bouge +bouget +bough +boughed +boughless +boughpot +bought +boughten +boughy +bougie +bouillabaisse +bouillon +bouk +boukit +boulangerite +Boulangism +Boulangist +boulder +boulderhead +bouldering +bouldery +boule +boulevard +boulevardize +boultel +boulter +boulterer +boun +bounce +bounceable +bounceably +bouncer +bouncing +bouncingly +bound +boundable +boundary +bounded +boundedly +boundedness +bounden +bounder +bounding +boundingly +boundless +boundlessly +boundlessness +boundly +boundness +bounteous +bounteously +bounteousness +bountied +bountiful +bountifully +bountifulness +bountith +bountree +bounty +bountyless +bouquet +bourasque +Bourbon +bourbon +Bourbonesque +Bourbonian +Bourbonism +Bourbonist +bourbonize +bourd +bourder +bourdon +bourette +bourg +bourgeois +bourgeoise +bourgeoisie +bourgeoisitic +Bourignian +Bourignianism +Bourignianist +Bourignonism +Bourignonist +bourn +bournless +bournonite +bourock +Bourout +bourse +bourtree +bouse +bouser +Boussingaultia +boussingaultite +boustrophedon +boustrophedonic +bousy +bout +boutade +Bouteloua +bouto +boutonniere +boutylka +Bouvardia +bouw +bovarism +bovarysm +bovate +bovenland +bovicide +boviculture +bovid +Bovidae +boviform +bovine +bovinely +bovinity +Bovista +bovoid +bovovaccination +bovovaccine +bow +bowable +bowback +bowbells +bowbent +bowboy +Bowdichia +bowdlerism +bowdlerization +bowdlerize +bowed +bowedness +bowel +boweled +bowelless +bowellike +bowels +bowenite +bower +bowerbird +bowerlet +bowermaiden +bowermay +bowerwoman +Bowery +bowery +Boweryish +bowet +bowfin +bowgrace +bowhead +bowie +bowieful +bowing +bowingly +bowk +bowkail +bowker +bowknot +bowl +bowla +bowleg +bowlegged +bowleggedness +bowler +bowless +bowlful +bowlike +bowline +bowling +bowllike +bowlmaker +bowls +bowly +bowmaker +bowmaking +bowman +bowpin +bowralite +bowshot +bowsprit +bowstave +bowstring +bowstringed +bowwoman +bowwood +bowwort +bowwow +bowyer +boxberry +boxboard +boxbush +boxcar +boxen +Boxer +boxer +Boxerism +boxfish +boxful +boxhaul +boxhead +boxing +boxkeeper +boxlike +boxmaker +boxmaking +boxman +boxthorn +boxty +boxwallah +boxwood +boxwork +boxy +boy +boyang +boyar +boyard +boyardism +boyardom +boyarism +Boyce +boycott +boycottage +boycotter +boycottism +Boyd +boydom +boyer +boyhood +boyish +boyishly +boyishness +boyism +boyla +boylike +boyology +boysenberry +boyship +boza +bozal +bozo +bozze +bra +brab +brabagious +brabant +Brabanter +Brabantine +brabble +brabblement +brabbler +brabblingly +Brabejum +braca +braccate +braccia +bracciale +braccianite +braccio +brace +braced +bracelet +braceleted +bracer +bracero +braces +brach +Brachelytra +brachelytrous +bracherer +brachering +brachet +brachial +brachialgia +brachialis +Brachiata +brachiate +brachiation +brachiator +brachiferous +brachigerous +Brachinus +brachiocephalic +brachiocrural +brachiocubital +brachiocyllosis +brachiofacial +brachiofaciolingual +brachioganoid +Brachioganoidei +brachiolaria +brachiolarian +brachiopod +Brachiopoda +brachiopode +brachiopodist +brachiopodous +brachioradial +brachioradialis +brachiorrhachidian +brachiorrheuma +brachiosaur +Brachiosaurus +brachiostrophosis +brachiotomy +brachistocephali +brachistocephalic +brachistocephalous +brachistocephaly +brachistochrone +brachistochronic +brachistochronous +brachium +brachtmema +brachyaxis +brachycardia +brachycatalectic +brachycephal +brachycephalic +brachycephalism +brachycephalization +brachycephalize +brachycephalous +brachycephaly +Brachycera +brachyceral +brachyceric +brachycerous +brachychronic +brachycnemic +Brachycome +brachycranial +brachydactyl +brachydactylic +brachydactylism +brachydactylous +brachydactyly +brachydiagonal +brachydodrome +brachydodromous +brachydomal +brachydomatic +brachydome +brachydont +brachydontism +brachyfacial +brachyglossal +brachygnathia +brachygnathism +brachygnathous +brachygrapher +brachygraphic +brachygraphical +brachygraphy +brachyhieric +brachylogy +brachymetropia +brachymetropic +Brachyoura +brachyphalangia +Brachyphyllum +brachypinacoid +brachypinacoidal +brachypleural +brachypnea +brachypodine +brachypodous +brachyprism +brachyprosopic +brachypterous +brachypyramid +brachyrrhinia +brachysclereid +brachyskelic +brachysm +brachystaphylic +Brachystegia +brachystochrone +Brachystomata +brachystomatous +brachystomous +brachytic +brachytypous +Brachyura +brachyural +brachyuran +brachyuranic +brachyure +brachyurous +Brachyurus +bracing +bracingly +bracingness +brack +brackebuschite +bracken +brackened +bracker +bracket +bracketing +bracketwise +brackish +brackishness +brackmard +bracky +Bracon +braconid +Braconidae +bract +bractea +bracteal +bracteate +bracted +bracteiform +bracteolate +bracteole +bracteose +bractless +bractlet +Brad +brad +bradawl +Bradbury +Bradburya +bradenhead +Bradford +Bradley +bradmaker +Bradshaw +bradsot +bradyacousia +bradycardia +bradycauma +bradycinesia +bradycrotic +bradydactylia +bradyesthesia +bradyglossia +bradykinesia +bradykinetic +bradylalia +bradylexia +bradylogia +bradynosus +bradypepsia +bradypeptic +bradyphagia +bradyphasia +bradyphemia +bradyphrasia +bradyphrenia +bradypnea +bradypnoea +bradypod +bradypode +Bradypodidae +bradypodoid +Bradypus +bradyseism +bradyseismal +bradyseismic +bradyseismical +bradyseismism +bradyspermatism +bradysphygmia +bradystalsis +bradyteleocinesia +bradyteleokinesis +bradytocia +bradytrophic +bradyuria +brae +braeface +braehead +braeman +braeside +brag +braggardism +braggart +braggartism +braggartly +braggartry +braggat +bragger +braggery +bragget +bragging +braggingly +braggish +braggishly +Bragi +bragite +bragless +braguette +Brahm +Brahma +brahmachari +Brahmahood +Brahmaic +Brahman +Brahmana +Brahmanaspati +Brahmanda +Brahmaness +Brahmanhood +Brahmani +Brahmanic +Brahmanical +Brahmanism +Brahmanist +Brahmanistic +Brahmanize +Brahmany +Brahmi +Brahmic +Brahmin +Brahminic +Brahminism +Brahmoism +Brahmsian +Brahmsite +Brahui +braid +braided +braider +braiding +Braidism +Braidist +brail +Braille +Braillist +brain +brainache +braincap +braincraft +brainer +brainfag +brainge +braininess +brainless +brainlessly +brainlessness +brainlike +brainpan +brains +brainsick +brainsickly +brainsickness +brainstone +brainward +brainwash +brainwasher +brainwashing +brainwater +brainwood +brainwork +brainworker +brainy +braird +braireau +brairo +braise +brake +brakeage +brakehand +brakehead +brakeless +brakeload +brakemaker +brakemaking +brakeman +braker +brakeroot +brakesman +brakie +braky +Bram +Bramantesque +Bramantip +bramble +brambleberry +bramblebush +brambled +brambling +brambly +brambrack +Bramia +bran +brancard +branch +branchage +branched +Branchellion +brancher +branchery +branchful +branchi +branchia +branchiae +branchial +Branchiata +branchiate +branchicolous +branchiferous +branchiform +branchihyal +branchiness +branching +Branchiobdella +branchiocardiac +branchiogenous +branchiomere +branchiomeric +branchiomerism +branchiopallial +branchiopod +Branchiopoda +branchiopodan +branchiopodous +Branchiopulmonata +branchiopulmonate +branchiosaur +Branchiosauria +branchiosaurian +Branchiosaurus +branchiostegal +Branchiostegidae +branchiostegite +branchiostegous +Branchiostoma +branchiostomid +Branchiostomidae +Branchipodidae +Branchipus +branchireme +Branchiura +branchiurous +branchless +branchlet +branchlike +branchling +branchman +branchstand +branchway +branchy +brand +branded +Brandenburg +Brandenburger +brander +brandering +Brandi +brandied +brandify +brandise +brandish +brandisher +brandisite +brandless +brandling +Brandon +brandreth +Brandy +brandy +brandyball +brandyman +brandywine +brangle +brangled +branglement +brangler +brangling +branial +brank +brankie +brankursine +branle +branner +brannerite +branny +bransle +bransolder +brant +Branta +brantail +brantness +Brasenia +brash +brashiness +brashness +brashy +brasiletto +brasque +brass +brassage +brassard +brassart +Brassavola +brassbound +brassbounder +brasse +brasser +brasset +Brassia +brassic +Brassica +Brassicaceae +brassicaceous +brassidic +brassie +brassiere +brassily +brassiness +brassish +brasslike +brassware +brasswork +brassworker +brassworks +brassy +brassylic +brat +bratling +bratstvo +brattach +brattice +bratticer +bratticing +brattie +brattish +brattishing +brattle +brauna +Brauneberger +Brauneria +braunite +Brauronia +Brauronian +Brava +bravade +bravado +bravadoism +brave +bravehearted +bravely +braveness +braver +bravery +braving +bravish +bravo +bravoite +bravura +bravuraish +braw +brawl +brawler +brawling +brawlingly +brawlsome +brawly +brawlys +brawn +brawned +brawnedness +brawner +brawnily +brawniness +brawny +braws +braxy +bray +brayer +brayera +brayerin +braystone +braza +braze +brazen +brazenface +brazenfaced +brazenfacedly +brazenly +brazenness +brazer +brazera +brazier +braziery +brazil +brazilein +brazilette +Brazilian +brazilin +brazilite +brazilwood +breach +breacher +breachful +breachy +bread +breadbasket +breadberry +breadboard +breadbox +breadearner +breadearning +breaden +breadfruit +breadless +breadlessness +breadmaker +breadmaking +breadman +breadnut +breadroot +breadseller +breadstuff +breadth +breadthen +breadthless +breadthriders +breadthways +breadthwise +breadwinner +breadwinning +breaghe +break +breakable +breakableness +breakably +breakage +breakaway +breakax +breakback +breakbones +breakdown +breaker +breakerman +breakfast +breakfaster +breakfastless +breaking +breakless +breakneck +breakoff +breakout +breakover +breakshugh +breakstone +breakthrough +breakup +breakwater +breakwind +bream +breards +breast +breastband +breastbeam +breastbone +breasted +breaster +breastfeeding +breastful +breastheight +breasthook +breastie +breasting +breastless +breastmark +breastpiece +breastpin +breastplate +breastplow +breastrail +breastrope +breastsummer +breastweed +breastwise +breastwood +breastwork +breath +breathable +breathableness +breathe +breathed +breather +breathful +breathiness +breathing +breathingly +breathless +breathlessly +breathlessness +breathseller +breathy +breba +breccia +breccial +brecciated +brecciation +brecham +Brechites +breck +brecken +bred +bredbergite +brede +bredi +bree +breech +breechblock +breechcloth +breechclout +breeched +breeches +breechesflower +breechesless +breeching +breechless +breechloader +breed +breedable +breedbate +breeder +breediness +breeding +breedy +breek +breekless +breekums +breeze +breezeful +breezeless +breezelike +breezeway +breezily +breeziness +breezy +bregma +bregmata +bregmate +bregmatic +brehon +brehonship +brei +breislakite +breithauptite +brekkle +brelaw +breloque +breme +bremely +bremeness +Bremia +bremsstrahlung +Brenda +Brendan +Brender +brennage +Brent +brent +Brenthis +brephic +Brescian +Bret +bret +bretelle +bretesse +breth +brethren +Breton +Bretonian +Bretschneideraceae +Brett +brett +brettice +Bretwalda +Bretwaldadom +Bretwaldaship +breunnerite +breva +breve +brevet +brevetcy +breviary +breviate +breviature +brevicaudate +brevicipitid +Brevicipitidae +breviconic +brevier +brevifoliate +breviger +brevilingual +breviloquence +breviloquent +breviped +brevipen +brevipennate +breviradiate +brevirostral +brevirostrate +Brevirostrines +brevit +brevity +brew +brewage +brewer +brewership +brewery +brewhouse +brewing +brewis +brewmaster +brewst +brewster +brewsterite +brey +Brian +briar +briarberry +Briard +Briarean +Briareus +briarroot +bribe +bribee +bribegiver +bribegiving +bribemonger +briber +bribery +bribetaker +bribetaking +bribeworthy +Bribri +brichen +brichette +brick +brickbat +brickcroft +brickel +bricken +brickfield +brickfielder +brickhood +bricking +brickish +brickkiln +bricklayer +bricklaying +brickle +brickleness +bricklike +brickliner +bricklining +brickly +brickmaker +brickmaking +brickmason +brickset +bricksetter +bricktimber +brickwise +brickwork +bricky +brickyard +bricole +bridal +bridale +bridaler +bridally +Bride +bride +bridebed +bridebowl +bridecake +bridechamber +bridecup +bridegod +bridegroom +bridegroomship +bridehead +bridehood +brideknot +bridelace +brideless +bridelike +bridely +bridemaid +bridemaiden +bridemaidship +brideship +bridesmaid +bridesmaiding +bridesman +bridestake +bridewain +brideweed +bridewell +bridewort +bridge +bridgeable +bridgeboard +bridgebote +bridgebuilder +bridgebuilding +bridged +bridgehead +bridgekeeper +bridgeless +bridgelike +bridgemaker +bridgemaking +bridgeman +bridgemaster +bridgepot +Bridger +bridger +Bridget +bridgetree +bridgeward +bridgewards +bridgeway +bridgework +bridging +bridle +bridled +bridleless +bridleman +bridler +bridling +bridoon +brief +briefing +briefless +brieflessly +brieflessness +briefly +briefness +briefs +brier +brierberry +briered +brierroot +brierwood +briery +brieve +brig +brigade +brigadier +brigadiership +brigalow +brigand +brigandage +brigander +brigandine +brigandish +brigandishly +brigandism +Brigantes +Brigantia +brigantine +brigatry +brigbote +brigetty +Briggs +Briggsian +Brighella +Brighid +bright +brighten +brightener +brightening +Brighteyes +brighteyes +brightish +brightly +brightness +brightsmith +brightsome +brightsomeness +brightwork +Brigid +Brigittine +brill +brilliance +brilliancy +brilliandeer +brilliant +brilliantine +brilliantly +brilliantness +brilliantwise +brilliolette +brillolette +brills +brim +brimborion +brimborium +brimful +brimfully +brimfulness +briming +brimless +brimmed +brimmer +brimming +brimmingly +brimstone +brimstonewort +brimstony +brin +brindlish +brine +brinehouse +brineless +brineman +briner +bring +bringal +bringall +bringer +brininess +brinish +brinishness +brinjal +brinjarry +brink +brinkless +briny +brioche +briolette +brique +briquette +brisk +brisken +brisket +briskish +briskly +briskness +brisling +brisque +briss +Brissotin +Brissotine +bristle +bristlebird +bristlecone +bristled +bristleless +bristlelike +bristler +bristletail +bristlewort +bristliness +bristly +Bristol +brisure +brit +Britain +Britannia +Britannian +Britannic +Britannically +britchka +brith +brither +Briticism +British +Britisher +Britishhood +Britishism +Britishly +Britishness +Briton +Britoness +britska +Brittany +britten +brittle +brittlebush +brittlely +brittleness +brittlestem +brittlewood +brittlewort +brittling +Briza +brizz +broach +broacher +broad +broadacre +broadax +broadbill +Broadbrim +broadbrim +broadcast +broadcaster +broadcloth +broaden +broadhead +broadhearted +broadhorn +broadish +broadleaf +broadloom +broadly +broadmouth +broadness +broadpiece +broadshare +broadsheet +broadside +broadspread +broadsword +broadtail +broadthroat +Broadway +broadway +Broadwayite +broadways +broadwife +broadwise +brob +Brobdingnag +Brobdingnagian +brocade +brocaded +brocard +brocardic +brocatel +brocatello +broccoli +broch +brochan +brochant +brochantite +broche +brochette +brochidodromous +brocho +brochure +brock +brockage +brocked +brocket +brockle +brod +brodder +brodeglass +brodequin +broderer +Brodiaea +Brodie +brog +brogan +brogger +broggerite +broggle +brogue +brogueful +brogueneer +broguer +broguery +broguish +broider +broiderer +broideress +broidery +broigne +broil +broiler +broiling +broilingly +brokage +broke +broken +brokenhearted +brokenheartedly +brokenheartedness +brokenly +brokenness +broker +brokerage +brokeress +brokership +broking +brolga +broll +brolly +broma +bromacetanilide +bromacetate +bromacetic +bromacetone +bromal +bromalbumin +bromamide +bromargyrite +bromate +bromaurate +bromauric +brombenzamide +brombenzene +brombenzyl +bromcamphor +bromcresol +brome +bromeigon +Bromeikon +bromeikon +Bromelia +Bromeliaceae +bromeliaceous +bromeliad +bromelin +bromellite +bromethyl +bromethylene +bromgelatin +bromhidrosis +bromhydrate +bromhydric +Bromian +bromic +bromide +bromidic +bromidically +bromidrosis +brominate +bromination +bromindigo +bromine +brominism +brominize +bromiodide +Bromios +bromism +bromite +Bromius +bromization +bromize +bromizer +bromlite +bromoacetone +bromoaurate +bromoauric +bromobenzene +bromobenzyl +bromocamphor +bromochlorophenol +bromocresol +bromocyanidation +bromocyanide +bromocyanogen +bromoethylene +bromoform +bromogelatin +bromohydrate +bromohydrin +bromoil +bromoiodide +bromoiodism +bromoiodized +bromoketone +bromol +bromomania +bromomenorrhea +bromomethane +bromometric +bromometrical +bromometrically +bromometry +bromonaphthalene +bromophenol +bromopicrin +bromopnea +bromoprotein +bromothymol +bromous +bromphenol +brompicrin +bromthymol +bromuret +Bromus +bromvogel +bromyrite +bronc +bronchadenitis +bronchi +bronchia +bronchial +bronchially +bronchiarctia +bronchiectasis +bronchiectatic +bronchiloquy +bronchiocele +bronchiocrisis +bronchiogenic +bronchiolar +bronchiole +bronchioli +bronchiolitis +bronchiolus +bronchiospasm +bronchiostenosis +bronchitic +bronchitis +bronchium +bronchoadenitis +bronchoalveolar +bronchoaspergillosis +bronchoblennorrhea +bronchocavernous +bronchocele +bronchocephalitis +bronchoconstriction +bronchoconstrictor +bronchodilatation +bronchodilator +bronchoegophony +bronchoesophagoscopy +bronchogenic +bronchohemorrhagia +broncholemmitis +broncholith +broncholithiasis +bronchomotor +bronchomucormycosis +bronchomycosis +bronchopathy +bronchophonic +bronchophony +bronchophthisis +bronchoplasty +bronchoplegia +bronchopleurisy +bronchopneumonia +bronchopneumonic +bronchopulmonary +bronchorrhagia +bronchorrhaphy +bronchorrhea +bronchoscope +bronchoscopic +bronchoscopist +bronchoscopy +bronchospasm +bronchostenosis +bronchostomy +bronchotetany +bronchotome +bronchotomist +bronchotomy +bronchotracheal +bronchotyphoid +bronchotyphus +bronchovesicular +bronchus +bronco +broncobuster +brongniardite +bronk +Bronteana +bronteon +brontephobia +Brontesque +bronteum +brontide +brontogram +brontograph +brontolite +brontology +brontometer +brontophobia +Brontops +Brontosaurus +brontoscopy +Brontotherium +Brontozoum +Bronx +bronze +bronzed +bronzelike +bronzen +bronzer +bronzesmith +bronzewing +bronzify +bronzine +bronzing +bronzite +bronzitite +bronzy +broo +brooch +brood +brooder +broodiness +brooding +broodingly +broodless +broodlet +broodling +broody +brook +brookable +Brooke +brooked +brookflower +brookie +brookite +brookless +brooklet +brooklike +brooklime +Brooklynite +brookside +brookweed +brooky +brool +broom +broombush +broomcorn +broomer +broommaker +broommaking +broomrape +broomroot +broomshank +broomstaff +broomstick +broomstraw +broomtail +broomweed +broomwood +broomwort +broomy +broon +broose +broozled +brose +Brosimum +brosot +brosy +brot +brotan +brotany +broth +brothel +brotheler +brothellike +brothelry +brother +brotherhood +brotherless +brotherlike +brotherliness +brotherly +brothership +Brotherton +brotherwort +brothy +brotocrystal +Brotula +brotulid +Brotulidae +brotuliform +brough +brougham +brought +Broussonetia +brow +browache +Browallia +browallia +browband +browbeat +browbeater +browbound +browden +browed +browis +browless +browman +brown +brownback +browner +Brownian +brownie +browniness +browning +Browningesque +brownish +Brownism +Brownist +Brownistic +Brownistical +brownly +brownness +brownout +brownstone +browntail +browntop +brownweed +brownwort +browny +browpiece +browpost +browse +browser +browsick +browsing +browst +bruang +Bruce +Brucella +brucellosis +Bruchidae +Bruchus +brucia +brucina +brucine +brucite +bruckle +bruckled +bruckleness +Bructeri +brugh +brugnatellite +bruin +bruise +bruiser +bruisewort +bruising +bruit +bruiter +bruke +Brule +brulee +brulyie +brulyiement +brumal +Brumalia +brumby +brume +Brummagem +brummagem +brumous +brumstane +brumstone +brunch +Brunella +Brunellia +Brunelliaceae +brunelliaceous +brunet +brunetness +brunette +brunetteness +Brunfelsia +brunissure +Brunistic +brunneous +Brunnichia +Bruno +Brunonia +Brunoniaceae +Brunonian +Brunonism +Brunswick +brunswick +brunt +bruscus +brush +brushable +brushball +brushbird +brushbush +brushed +brusher +brushes +brushet +brushful +brushiness +brushing +brushite +brushland +brushless +brushlessness +brushlet +brushlike +brushmaker +brushmaking +brushman +brushoff +brushproof +brushwood +brushwork +brushy +brusque +brusquely +brusqueness +Brussels +brustle +brut +Bruta +brutage +brutal +brutalism +brutalist +brutalitarian +brutality +brutalization +brutalize +brutally +brute +brutedom +brutelike +brutely +bruteness +brutification +brutify +bruting +brutish +brutishly +brutishness +brutism +brutter +Brutus +bruzz +Bryaceae +bryaceous +Bryales +Bryan +Bryanism +Bryanite +Bryanthus +Bryce +bryogenin +bryological +bryologist +bryology +Bryonia +bryonidin +bryonin +bryony +Bryophyllum +Bryophyta +bryophyte +bryophytic +Bryozoa +bryozoan +bryozoon +bryozoum +Brython +Brythonic +Bryum +Bu +bu +bual +buaze +bub +buba +bubal +bubaline +Bubalis +bubalis +Bubastid +Bubastite +bubble +bubbleless +bubblement +bubbler +bubbling +bubblingly +bubblish +bubbly +bubby +bubbybush +Bube +bubinga +Bubo +bubo +buboed +bubonalgia +bubonic +Bubonidae +bubonocele +bubukle +bucare +bucca +buccal +buccally +buccan +buccaneer +buccaneerish +buccate +Buccellarius +buccina +buccinal +buccinator +buccinatory +Buccinidae +bucciniform +buccinoid +Buccinum +Bucco +buccobranchial +buccocervical +buccogingival +buccolabial +buccolingual +bucconasal +Bucconidae +Bucconinae +buccopharyngeal +buccula +Bucculatrix +bucentaur +Bucephala +Bucephalus +Buceros +Bucerotes +Bucerotidae +Bucerotinae +Buchanan +Buchanite +buchite +Buchloe +Buchmanism +Buchmanite +Buchnera +buchnerite +buchonite +buchu +buck +buckaroo +buckberry +buckboard +buckbrush +buckbush +bucked +buckeen +bucker +bucket +bucketer +bucketful +bucketing +bucketmaker +bucketmaking +bucketman +buckety +buckeye +buckhorn +buckhound +buckie +bucking +buckish +buckishly +buckishness +buckjump +buckjumper +bucklandite +buckle +buckled +buckleless +buckler +Buckleya +buckling +bucklum +bucko +buckplate +buckpot +buckra +buckram +bucksaw +buckshee +buckshot +buckskin +buckskinned +buckstall +buckstay +buckstone +bucktail +buckthorn +bucktooth +buckwagon +buckwash +buckwasher +buckwashing +buckwheat +buckwheater +buckwheatlike +Bucky +bucky +bucoliast +bucolic +bucolical +bucolically +bucolicism +Bucorvinae +Bucorvus +bucrane +bucranium +Bud +bud +buda +buddage +budder +Buddh +Buddha +Buddhahood +Buddhaship +buddhi +Buddhic +Buddhism +Buddhist +Buddhistic +Buddhistical +Buddhology +budding +buddle +Buddleia +buddleman +buddler +buddy +budge +budger +budgeree +budgereegah +budgerigar +budgerow +budget +budgetary +budgeteer +budgeter +budgetful +Budh +budless +budlet +budlike +budmash +Budorcas +budtime +Budukha +Buduma +budwood +budworm +budzat +Buettneria +Buettneriaceae +bufagin +buff +buffable +buffalo +buffaloback +buffball +buffcoat +buffed +buffer +buffet +buffeter +buffing +buffle +bufflehead +bufflehorn +buffont +buffoon +buffoonery +buffoonesque +buffoonish +buffoonism +buffware +buffy +bufidin +bufo +Bufonidae +bufonite +bufotalin +bug +bugaboo +bugan +bugbane +bugbear +bugbeardom +bugbearish +bugbite +bugdom +bugfish +bugger +buggery +bugginess +buggy +buggyman +bughead +bughouse +Bugi +Buginese +Buginvillaea +bugle +bugled +bugler +buglet +bugleweed +buglewort +bugloss +bugologist +bugology +bugproof +bugre +bugseed +bugweed +bugwort +buhl +buhr +buhrstone +build +buildable +builder +building +buildingless +buildress +buildup +built +buirdly +buisson +buist +Bukat +Bukeyef +bukh +Bukidnon +bukshi +bulak +Bulanda +bulb +bulbaceous +bulbar +bulbed +bulbiferous +bulbiform +bulbil +Bulbilis +bulbilla +bulbless +bulblet +bulblike +bulbocapnin +bulbocapnine +bulbocavernosus +bulbocavernous +Bulbochaete +Bulbocodium +bulbomedullary +bulbomembranous +bulbonuclear +Bulbophyllum +bulborectal +bulbose +bulbospinal +bulbotuber +bulbous +bulbul +bulbule +bulby +bulchin +Bulgar +Bulgari +Bulgarian +Bulgaric +Bulgarophil +bulge +bulger +bulginess +bulgy +bulimia +bulimiac +bulimic +bulimiform +bulimoid +Bulimulidae +Bulimus +bulimy +bulk +bulked +bulker +bulkhead +bulkheaded +bulkily +bulkiness +bulkish +bulky +bull +bulla +bullace +bullamacow +bullan +bullary +bullate +bullated +bullation +bullback +bullbaiting +bullbat +bullbeggar +bullberry +bullbird +bullboat +bullcart +bullcomber +bulldog +bulldogged +bulldoggedness +bulldoggy +bulldogism +bulldoze +bulldozer +buller +bullet +bulleted +bullethead +bulletheaded +bulletheadedness +bulletin +bulletless +bulletlike +bulletmaker +bulletmaking +bulletproof +bulletwood +bullety +bullfeast +bullfight +bullfighter +bullfighting +bullfinch +bullfist +bullflower +bullfoot +bullfrog +bullhead +bullheaded +bullheadedly +bullheadedness +bullhide +bullhoof +bullhorn +Bullidae +bulliform +bullimong +bulling +bullion +bullionism +bullionist +bullionless +bullish +bullishly +bullishness +bullism +bullit +bullneck +bullnose +bullnut +bullock +bullocker +Bullockite +bullockman +bullocky +Bullom +bullous +bullpates +bullpoll +bullpout +bullskin +bullsticker +bullsucker +bullswool +bulltoad +bullule +bullweed +bullwhack +bullwhacker +bullwhip +bullwort +bully +bullyable +bullydom +bullyhuff +bullying +bullyism +bullyrag +bullyragger +bullyragging +bullyrook +bulrush +bulrushlike +bulrushy +bulse +bult +bulter +bultey +bultong +bultow +bulwand +bulwark +bum +bumbailiff +bumbailiffship +bumbarge +bumbaste +bumbaze +bumbee +bumbershoot +bumble +bumblebee +bumbleberry +Bumbledom +bumblefoot +bumblekite +bumblepuppy +bumbler +bumbo +bumboat +bumboatman +bumboatwoman +bumclock +Bumelia +bumicky +bummalo +bummaree +bummed +bummer +bummerish +bummie +bumming +bummler +bummock +bump +bumpee +bumper +bumperette +bumpily +bumpiness +bumping +bumpingly +bumpkin +bumpkinet +bumpkinish +bumpkinly +bumpology +bumptious +bumptiously +bumptiousness +bumpy +bumtrap +bumwood +bun +Buna +buna +buncal +bunce +bunch +bunchberry +buncher +bunchflower +bunchily +bunchiness +bunchy +buncombe +bund +Bunda +Bundahish +Bundeli +bunder +Bundestag +bundle +bundler +bundlerooted +bundlet +bundobust +bundook +Bundu +bundweed +bundy +bunemost +bung +Bunga +bungaloid +bungalow +bungarum +Bungarus +bungee +bungerly +bungey +bungfu +bungfull +bunghole +bungle +bungler +bunglesome +bungling +bunglingly +bungmaker +bungo +bungwall +bungy +Buninahua +bunion +bunk +bunker +bunkerman +bunkery +bunkhouse +bunkie +bunkload +bunko +bunkum +bunnell +bunny +bunnymouth +bunodont +Bunodonta +bunolophodont +Bunomastodontidae +bunoselenodont +bunsenite +bunt +buntal +bunted +Bunter +bunter +bunting +buntline +bunton +bunty +bunya +bunyah +bunyip +Bunyoro +buoy +buoyage +buoyance +buoyancy +buoyant +buoyantly +buoyantness +Buphaga +buphthalmia +buphthalmic +Buphthalmum +bupleurol +Bupleurum +buplever +buprestid +Buprestidae +buprestidan +Buprestis +bur +buran +burao +Burbank +burbank +burbankian +Burbankism +burbark +Burberry +burble +burbler +burbly +burbot +burbush +burd +burdalone +burden +burdener +burdenless +burdenous +burdensome +burdensomely +burdensomeness +burdie +Burdigalian +burdock +burdon +bure +bureau +bureaucracy +bureaucrat +bureaucratic +bureaucratical +bureaucratically +bureaucratism +bureaucratist +bureaucratization +bureaucratize +bureaux +burel +burele +buret +burette +burfish +burg +burgage +burgality +burgall +burgee +burgensic +burgeon +burgess +burgessdom +burggrave +burgh +burghal +burghalpenny +burghbote +burghemot +burgher +burgherage +burgherdom +burgheress +burgherhood +burghermaster +burghership +burghmaster +burghmoot +burglar +burglarious +burglariously +burglarize +burglarproof +burglary +burgle +burgomaster +burgomastership +burgonet +burgoo +burgoyne +burgrave +burgraviate +burgul +Burgundian +Burgundy +burgus +burgware +burhead +Burhinidae +Burhinus +Buri +buri +burial +burian +Buriat +buried +burier +burin +burinist +burion +buriti +burka +burke +burker +burkundaz +burl +burlap +burled +burler +burlesque +burlesquely +burlesquer +burlet +burletta +Burley +burlily +burliness +Burlington +burly +Burman +Burmannia +Burmanniaceae +burmanniaceous +Burmese +burmite +burn +burnable +burnbeat +burned +burner +burnet +burnetize +burnfire +burnie +burniebee +burning +burningly +burnish +burnishable +burnisher +burnishing +burnishment +burnoose +burnoosed +burnous +burnout +burnover +Burnsian +burnside +burnsides +burnt +burntweed +burnut +burnwood +burny +buro +burp +burr +burrah +burrawang +burred +burrel +burrer +burrgrailer +burring +burrish +burrito +burrknot +burro +burrobrush +burrow +burroweed +burrower +burrowstown +burry +bursa +bursal +bursar +bursarial +bursarship +bursary +bursate +bursattee +bursautee +burse +burseed +Bursera +Burseraceae +Burseraceous +bursicle +bursiculate +bursiform +bursitis +burst +burster +burstwort +burt +burthenman +burton +burtonization +burtonize +burucha +Burushaski +Burut +burweed +bury +burying +bus +Busaos +busby +buscarl +buscarle +bush +bushbeater +bushbuck +bushcraft +bushed +bushel +busheler +bushelful +bushelman +bushelwoman +busher +bushfighter +bushfighting +bushful +bushhammer +bushi +bushily +bushiness +bushing +bushland +bushless +bushlet +bushlike +bushmaker +bushmaking +Bushman +bushmanship +bushmaster +bushment +Bushongo +bushranger +bushranging +bushrope +bushveld +bushwa +bushwhack +bushwhacker +bushwhacking +bushwife +bushwoman +bushwood +bushy +busied +busily +busine +business +businesslike +businesslikeness +businessman +businesswoman +busk +busked +busker +busket +buskin +buskined +buskle +busky +busman +buss +busser +bussock +bussu +bust +bustard +busted +bustee +buster +busthead +bustic +busticate +bustle +bustled +bustler +bustling +bustlingly +busy +busybodied +busybody +busybodyish +busybodyism +busybodyness +Busycon +busyhead +busying +busyish +busyness +busywork +but +butadiene +butadiyne +butanal +butane +butanoic +butanol +butanolid +butanolide +butanone +butch +butcher +butcherbird +butcherdom +butcherer +butcheress +butchering +butcherless +butcherliness +butcherly +butcherous +butchery +Bute +Butea +butein +butene +butenyl +Buteo +buteonine +butic +butine +Butler +butler +butlerage +butlerdom +butleress +butlerism +butlerlike +butlership +butlery +butment +Butomaceae +butomaceous +Butomus +butoxy +butoxyl +Butsu +butt +butte +butter +butteraceous +butterback +butterball +butterbill +butterbird +butterbox +butterbump +butterbur +butterbush +buttercup +buttered +butterfat +butterfingered +butterfingers +butterfish +butterflower +butterfly +butterflylike +butterhead +butterine +butteriness +butteris +butterjags +butterless +butterlike +buttermaker +buttermaking +butterman +buttermilk +buttermonger +buttermouth +butternose +butternut +butterroot +butterscotch +butterweed +butterwife +butterwoman +butterworker +butterwort +butterwright +buttery +butteryfingered +buttgenbachite +butting +buttinsky +buttle +buttock +buttocked +buttocker +button +buttonball +buttonbur +buttonbush +buttoned +buttoner +buttonhold +buttonholder +buttonhole +buttonholer +buttonhook +buttonless +buttonlike +buttonmold +buttons +buttonweed +buttonwood +buttony +buttress +buttressless +buttresslike +buttstock +buttwoman +buttwood +butty +buttyman +butyl +butylamine +butylation +butylene +butylic +Butyn +butyne +butyr +butyraceous +butyral +butyraldehyde +butyrate +butyric +butyrically +butyrin +butyrinase +butyrochloral +butyrolactone +butyrometer +butyrometric +butyrone +butyrous +butyrousness +butyryl +Buxaceae +buxaceous +Buxbaumia +Buxbaumiaceae +buxerry +buxom +buxomly +buxomness +Buxus +buy +buyable +buyer +Buyides +buzane +buzylene +buzz +buzzard +buzzardlike +buzzardly +buzzer +buzzerphone +buzzgloak +buzzies +buzzing +buzzingly +buzzle +buzzwig +buzzy +by +Byblidaceae +Byblis +bycoket +bye +byee +byegaein +byeman +byepath +byerite +byerlite +byestreet +byeworker +byeworkman +bygane +byganging +bygo +bygoing +bygone +byhand +bylaw +bylawman +byname +bynedestin +Bynin +byon +byordinar +byordinary +byous +byously +bypass +bypasser +bypast +bypath +byplay +byre +byreman +byrewards +byrewoman +byrlaw +byrlawman +byrnie +byroad +Byron +Byronesque +Byronian +Byroniana +Byronic +Byronically +Byronics +Byronish +Byronism +Byronist +Byronite +Byronize +byrrus +Byrsonima +byrthynsak +Bysacki +bysen +bysmalith +byspell +byssaceous +byssal +byssiferous +byssin +byssine +byssinosis +byssogenous +byssoid +byssolite +byssus +bystander +bystreet +byth +bytime +bytownite +bytownitite +bywalk +bywalker +byway +bywoner +byword +bywork +Byzantian +Byzantine +Byzantinesque +Byzantinism +Byzantinize +C +c +ca +caam +caama +caaming +caapeba +caatinga +cab +caba +cabaan +caback +cabaho +cabal +cabala +cabalassou +cabaletta +cabalic +cabalism +cabalist +cabalistic +cabalistical +cabalistically +caballer +caballine +caban +cabana +cabaret +cabas +cabasset +cabassou +cabbage +cabbagehead +cabbagewood +cabbagy +cabber +cabble +cabbler +cabby +cabda +cabdriver +cabdriving +cabellerote +caber +cabernet +cabestro +cabezon +cabilliau +cabin +Cabinda +cabinet +cabinetmaker +cabinetmaking +cabinetry +cabinetwork +cabinetworker +cabinetworking +cabio +Cabirean +Cabiri +Cabiria +Cabirian +Cabiric +Cabiritic +cable +cabled +cablegram +cableless +cablelike +cableman +cabler +cablet +cableway +cabling +cabman +cabob +caboceer +cabochon +cabocle +Cabomba +Cabombaceae +caboodle +cabook +caboose +caboshed +cabot +cabotage +cabree +cabrerite +cabreuva +cabrilla +cabriole +cabriolet +cabrit +cabstand +cabureiba +cabuya +Caca +Cacajao +Cacalia +cacam +Cacan +Cacana +cacanthrax +cacao +Cacara +Cacatua +Cacatuidae +Cacatuinae +Caccabis +cacesthesia +cacesthesis +cachalot +cachaza +cache +cachectic +cachemia +cachemic +cachet +cachexia +cachexic +cachexy +cachibou +cachinnate +cachinnation +cachinnator +cachinnatory +cacholong +cachou +cachrys +cachucha +cachunde +Cacicus +cacidrosis +caciocavallo +cacique +caciqueship +caciquism +cack +cackerel +cackle +cackler +cacocholia +cacochroia +cacochylia +cacochymia +cacochymic +cacochymical +cacochymy +cacocnemia +cacodaemoniac +cacodaemonial +cacodaemonic +cacodemon +cacodemonia +cacodemoniac +cacodemonial +cacodemonic +cacodemonize +cacodemonomania +cacodontia +cacodorous +cacodoxian +cacodoxical +cacodoxy +cacodyl +cacodylate +cacodylic +cacoeconomy +cacoepist +cacoepistic +cacoepy +cacoethes +cacoethic +cacogalactia +cacogastric +cacogenesis +cacogenic +cacogenics +cacogeusia +cacoglossia +cacographer +cacographic +cacographical +cacography +cacology +cacomagician +cacomelia +cacomistle +cacomixl +cacomixle +cacomorphia +cacomorphosis +caconychia +caconym +caconymic +cacoon +cacopathy +cacopharyngia +cacophonia +cacophonic +cacophonical +cacophonically +cacophonist +cacophonize +cacophonous +cacophonously +cacophony +cacophthalmia +cacoplasia +cacoplastic +cacoproctia +cacorhythmic +cacorrhachis +cacorrhinia +cacosmia +cacospermia +cacosplanchnia +cacostomia +cacothansia +cacotheline +cacothesis +cacothymia +cacotrichia +cacotrophia +cacotrophic +cacotrophy +cacotype +cacoxene +cacoxenite +cacozeal +cacozealous +cacozyme +Cactaceae +cactaceous +Cactales +cacti +cactiform +cactoid +Cactus +cacuminal +cacuminate +cacumination +cacuminous +cacur +cad +cadalene +cadamba +cadastral +cadastration +cadastre +cadaver +cadaveric +cadaverine +cadaverize +cadaverous +cadaverously +cadaverousness +cadbait +cadbit +cadbote +caddice +caddiced +Caddie +caddie +caddis +caddised +caddish +caddishly +caddishness +caddle +Caddo +Caddoan +caddow +caddy +cade +cadelle +cadence +cadenced +cadency +cadent +cadential +cadenza +cader +caderas +Cadet +cadet +cadetcy +cadetship +cadette +cadew +cadge +cadger +cadgily +cadginess +cadgy +cadi +cadilesker +cadinene +cadism +cadiueio +cadjan +cadlock +Cadmean +cadmia +cadmic +cadmide +cadmiferous +cadmium +cadmiumize +Cadmopone +Cadmus +cados +cadrans +cadre +cadua +caduac +caduca +caducary +caducean +caduceus +caduciary +caducibranch +Caducibranchiata +caducibranchiate +caducicorn +caducity +caducous +cadus +Cadwal +Cadwallader +cadweed +caeca +caecal +caecally +caecectomy +caeciform +Caecilia +Caeciliae +caecilian +Caeciliidae +caecitis +caecocolic +caecostomy +caecotomy +caecum +Caedmonian +Caedmonic +Caelian +caelometer +Caelum +Caelus +Caenogaea +Caenogaean +Caenolestes +caenostylic +caenostyly +caeoma +caeremoniarius +Caerphilly +Caesalpinia +Caesalpiniaceae +caesalpiniaceous +Caesar +Caesardom +Caesarean +Caesareanize +Caesarian +Caesarism +Caesarist +Caesarize +caesaropapacy +caesaropapism +caesaropopism +Caesarotomy +Caesarship +caesious +caesura +caesural +caesuric +cafeneh +cafenet +cafeteria +caffa +caffeate +caffeic +caffeina +caffeine +caffeinic +caffeinism +caffeism +caffeol +caffeone +caffetannic +caffetannin +caffiso +caffle +caffoline +caffoy +cafh +cafiz +caftan +caftaned +cag +Cagayan +cage +caged +cageful +cageless +cagelike +cageling +cageman +cager +cagester +cagework +cagey +caggy +cagily +cagit +cagmag +Cagn +Cahenslyism +Cahill +cahincic +Cahita +cahiz +Cahnite +Cahokia +cahoot +cahot +cahow +Cahuapana +Cahuilla +caickle +caid +cailcedra +cailleach +caimacam +caimakam +caiman +caimitillo +caimito +Cain +cain +Caingang +Caingua +Cainian +Cainish +Cainism +Cainite +Cainitic +caique +caiquejee +Cairba +caird +Cairene +cairn +cairned +cairngorm +cairngorum +cairny +Cairo +caisson +caissoned +Caitanyas +Caite +caitiff +Cajan +Cajanus +cajeput +cajole +cajolement +cajoler +cajolery +cajoling +cajolingly +cajuela +Cajun +cajun +cajuput +cajuputene +cajuputol +Cakavci +Cakchikel +cake +cakebox +cakebread +cakehouse +cakemaker +cakemaking +caker +cakette +cakewalk +cakewalker +cakey +Cakile +caky +cal +calaba +Calabar +Calabari +calabash +calabaza +calabazilla +calaber +calaboose +calabrasella +Calabrese +calabrese +Calabrian +calade +Caladium +calais +calalu +Calamagrostis +calamanco +calamansi +Calamariaceae +calamariaceous +Calamariales +calamarian +calamarioid +calamaroid +calamary +calambac +calambour +calamiferous +calamiform +calaminary +calamine +calamint +Calamintha +calamistral +calamistrum +calamite +calamitean +Calamites +calamitoid +calamitous +calamitously +calamitousness +calamity +Calamodendron +calamondin +Calamopitys +Calamospermae +Calamostachys +calamus +calander +Calandra +calandria +Calandridae +Calandrinae +Calandrinia +calangay +calantas +Calanthe +calapite +Calappa +Calappidae +Calas +calascione +calash +Calathea +calathian +calathidium +calathiform +calathiscus +calathus +Calatrava +calaverite +calbroben +calcaneal +calcaneoastragalar +calcaneoastragaloid +calcaneocuboid +calcaneofibular +calcaneonavicular +calcaneoplantar +calcaneoscaphoid +calcaneotibial +calcaneum +calcaneus +calcar +calcarate +Calcarea +calcareoargillaceous +calcareobituminous +calcareocorneous +calcareosiliceous +calcareosulphurous +calcareous +calcareously +calcareousness +calcariferous +calcariform +calcarine +calced +calceiform +calcemia +Calceolaria +calceolate +Calchaqui +Calchaquian +calcic +calciclase +calcicole +calcicolous +calcicosis +calciferol +Calciferous +calciferous +calcific +calcification +calcified +calciform +calcifugal +calcifuge +calcifugous +calcify +calcigenous +calcigerous +calcimeter +calcimine +calciminer +calcinable +calcination +calcinatory +calcine +calcined +calciner +calcinize +calciobiotite +calciocarnotite +calcioferrite +calcioscheelite +calciovolborthite +calcipexy +calciphile +calciphilia +calciphilous +calciphobe +calciphobous +calciphyre +calciprivic +calcisponge +Calcispongiae +calcite +calcitestaceous +calcitic +calcitrant +calcitrate +calcitreation +calcium +calcivorous +calcographer +calcographic +calcography +calcrete +calculability +calculable +Calculagraph +calculary +calculate +calculated +calculatedly +calculating +calculatingly +calculation +calculational +calculative +calculator +calculatory +calculi +calculiform +calculist +calculous +calculus +Calcydon +calden +caldron +calean +Caleb +Caledonia +Caledonian +caledonite +calefacient +calefaction +calefactive +calefactor +calefactory +calelectric +calelectrical +calelectricity +Calemes +calendal +calendar +calendarer +calendarial +calendarian +calendaric +calender +calenderer +calendric +calendrical +calendry +calends +Calendula +calendulin +calentural +calenture +calenturist +calepin +calescence +calescent +calf +calfbound +calfhood +calfish +calfkill +calfless +calflike +calfling +calfskin +Caliban +Calibanism +caliber +calibered +calibogus +calibrate +calibration +calibrator +calibre +Caliburn +Caliburno +calicate +calices +caliciform +calicle +calico +calicoback +calicoed +calicular +caliculate +Calicut +calid +calidity +caliduct +California +Californian +californite +californium +caliga +caligated +caliginous +caliginously +caligo +Calimeris +Calinago +calinda +calinut +caliological +caliologist +caliology +calipash +calipee +caliper +caliperer +calipers +caliph +caliphal +caliphate +caliphship +Calista +calistheneum +calisthenic +calisthenical +calisthenics +Calite +caliver +calix +Calixtin +Calixtus +calk +calkage +calker +calkin +calking +call +Calla +callable +callainite +callant +callboy +caller +callet +calli +Callianassa +Callianassidae +Calliandra +Callicarpa +Callicebus +callid +callidity +callidness +calligraph +calligrapha +calligrapher +calligraphic +calligraphical +calligraphically +calligraphist +calligraphy +calling +Callionymidae +Callionymus +Calliope +calliophone +Calliopsis +calliper +calliperer +Calliphora +calliphorid +Calliphoridae +calliphorine +callipygian +callipygous +Callirrhoe +Callisaurus +callisection +callisteia +Callistemon +Callistephus +Callithrix +callithump +callithumpian +Callitrichaceae +callitrichaceous +Callitriche +Callitrichidae +Callitris +callitype +callo +Callorhynchidae +Callorhynchus +callosal +callose +callosity +callosomarginal +callosum +callous +callously +callousness +Callovian +callow +callower +callowman +callowness +Calluna +callus +Callynteria +calm +calmant +calmative +calmer +calmierer +calmingly +calmly +calmness +calmy +Calocarpum +Calochortaceae +Calochortus +calodemon +calography +calomba +calomel +calomorphic +Calonectria +Calonyction +calool +Calophyllum +Calopogon +calor +calorescence +calorescent +caloric +caloricity +calorie +calorifacient +calorific +calorifical +calorifically +calorification +calorifics +calorifier +calorify +calorigenic +calorimeter +calorimetric +calorimetrical +calorimetrically +calorimetry +calorimotor +caloris +calorisator +calorist +Calorite +calorize +calorizer +Calosoma +Calotermes +calotermitid +Calotermitidae +Calothrix +calotte +calotype +calotypic +calotypist +caloyer +calp +calpac +calpack +calpacked +calpulli +Caltha +caltrap +caltrop +calumba +calumet +calumniate +calumniation +calumniative +calumniator +calumniatory +calumnious +calumniously +calumniousness +calumny +Calusa +calutron +Calvados +calvaria +calvarium +Calvary +Calvatia +calve +calved +calver +calves +Calvin +Calvinian +Calvinism +Calvinist +Calvinistic +Calvinistical +Calvinistically +Calvinize +calvish +calvities +calvity +calvous +calx +calycanth +Calycanthaceae +calycanthaceous +calycanthemous +calycanthemy +calycanthine +Calycanthus +calycate +Calyceraceae +calyceraceous +calyces +calyciferous +calycifloral +calyciflorate +calyciflorous +calyciform +calycinal +calycine +calycle +calycled +Calycocarpum +calycoid +calycoideous +Calycophora +Calycophorae +calycophoran +Calycozoa +calycozoan +calycozoic +calycozoon +calycular +calyculate +calyculated +calycule +calyculus +Calydon +Calydonian +Calymene +calymma +calyphyomy +calypsist +Calypso +calypso +calypsonian +calypter +Calypterae +Calyptoblastea +calyptoblastic +Calyptorhynchus +calyptra +Calyptraea +Calyptranthes +Calyptrata +Calyptratae +calyptrate +calyptriform +calyptrimorphous +calyptro +calyptrogen +Calyptrogyne +Calystegia +calyx +cam +camaca +Camacan +camagon +camail +camailed +Camaldolensian +Camaldolese +Camaldolesian +Camaldolite +Camaldule +Camaldulian +camalote +caman +camansi +camara +camaraderie +Camarasaurus +camarilla +camass +Camassia +camata +camatina +Camaxtli +camb +Camball +Cambalo +Cambarus +cambaye +camber +Cambeva +cambial +cambiform +cambiogenetic +cambism +cambist +cambistry +cambium +Cambodian +cambogia +cambrel +cambresine +Cambrian +Cambric +cambricleaf +cambuca +Cambuscan +Cambyuskan +Came +came +cameist +camel +camelback +cameleer +Camelid +Camelidae +Camelina +cameline +camelish +camelishness +camelkeeper +Camellia +Camelliaceae +camellike +camellin +Camellus +camelman +cameloid +Cameloidea +camelopard +Camelopardalis +Camelopardid +Camelopardidae +Camelopardus +camelry +Camelus +Camembert +Camenae +Camenes +cameo +cameograph +cameography +camera +cameral +cameralism +cameralist +cameralistic +cameralistics +cameraman +Camerata +camerate +camerated +cameration +camerier +Camerina +Camerinidae +camerist +camerlingo +Cameronian +Camestres +camilla +camillus +camion +camisado +Camisard +camise +camisia +camisole +camlet +camleteen +Cammarum +cammed +cammock +cammocky +camomile +camoodi +camoodie +Camorra +Camorrism +Camorrist +Camorrista +camouflage +camouflager +camp +Campa +campagna +campagnol +campaign +campaigner +campana +campane +campanero +Campanian +campaniform +campanile +campaniliform +campanilla +campanini +campanist +campanistic +campanologer +campanological +campanologically +campanologist +campanology +Campanula +Campanulaceae +campanulaceous +Campanulales +campanular +Campanularia +Campanulariae +campanularian +Campanularidae +Campanulatae +campanulate +campanulated +campanulous +Campaspe +Campbellism +Campbellite +campbellite +campcraft +Campe +Campephagidae +campephagine +Campephilus +camper +campestral +campfight +campfire +campground +camphane +camphanic +camphanone +camphanyl +camphene +camphine +camphire +campho +camphocarboxylic +camphoid +camphol +campholic +campholide +campholytic +camphor +camphoraceous +camphorate +camphoric +camphorize +camphorone +camphoronic +camphoroyl +camphorphorone +camphorwood +camphory +camphoryl +camphylene +Campignian +campimeter +campimetrical +campimetry +Campine +campion +cample +campmaster +campo +Campodea +campodeid +Campodeidae +campodeiform +campodeoid +campody +Camponotus +campoo +camporee +campshed +campshedding +campsheeting +campshot +campstool +camptodrome +camptonite +Camptosorus +campulitropal +campulitropous +campus +campward +campylite +campylodrome +campylometer +Campyloneuron +campylospermous +campylotropal +campylotropous +camshach +camshachle +camshaft +camstane +camstone +camuning +camus +camused +camwood +can +Cana +Canaan +Canaanite +Canaanitess +Canaanitic +Canaanitish +canaba +Canacee +Canada +canada +Canadian +Canadianism +Canadianization +Canadianize +canadine +canadite +canadol +canaigre +canaille +canajong +canal +canalage +canalboat +canalicular +canaliculate +canaliculated +canaliculation +canaliculi +canaliculization +canaliculus +canaliferous +canaliform +canalization +canalize +canaller +canalling +canalman +canalside +Canamary +canamo +Cananaean +Cananga +Canangium +canape +canapina +canard +Canari +canari +Canarian +canarin +Canariote +Canarium +Canarsee +canary +canasta +canaster +canaut +Canavali +Canavalia +canavalin +Canberra +cancan +cancel +cancelable +cancelation +canceleer +canceler +cancellarian +cancellate +cancellated +cancellation +cancelli +cancellous +cancellus +cancelment +cancer +cancerate +canceration +cancerdrops +cancered +cancerigenic +cancerism +cancerophobe +cancerophobia +cancerous +cancerously +cancerousness +cancerroot +cancerweed +cancerwort +canch +canchalagua +Canchi +Cancri +Cancrid +cancriform +cancrinite +cancrisocial +cancrivorous +cancrizans +cancroid +cancrophagous +cancrum +cand +Candace +candareen +candela +candelabra +candelabrum +candelilla +candent +candescence +candescent +candescently +candid +candidacy +candidate +candidateship +candidature +candidly +candidness +candied +candier +candify +Candiot +candiru +candle +candleball +candlebeam +candleberry +candlebomb +candlebox +candlefish +candleholder +candlelight +candlelighted +candlelighter +candlelighting +candlelit +candlemaker +candlemaking +Candlemas +candlenut +candlepin +candler +candlerent +candleshine +candleshrift +candlestand +candlestick +candlesticked +candlestickward +candlewaster +candlewasting +candlewick +candlewood +candlewright +candock +Candollea +Candolleaceae +candolleaceous +candor +candroy +candy +candymaker +candymaking +candys +candystick +candytuft +candyweed +cane +canebrake +canel +canelike +canella +Canellaceae +canellaceous +Canelo +canelo +caneology +canephor +canephore +canephoros +canephroi +caner +canescence +canescent +canette +canewise +canework +Canfield +canfieldite +canful +cangan +cangia +cangle +cangler +cangue +canhoop +Canichana +Canichanan +canicola +Canicula +canicular +canicule +canid +Canidae +Canidia +canille +caninal +canine +caniniform +caninity +caninus +canioned +canions +Canis +Canisiana +canistel +canister +canities +canjac +cank +canker +cankerberry +cankerbird +cankereat +cankered +cankeredly +cankeredness +cankerflower +cankerous +cankerroot +cankerweed +cankerworm +cankerwort +cankery +canmaker +canmaking +canman +Canna +canna +cannabic +Cannabinaceae +cannabinaceous +cannabine +cannabinol +Cannabis +cannabism +Cannaceae +cannaceous +cannach +canned +cannel +cannelated +cannelure +cannelured +cannequin +canner +cannery +cannet +cannibal +cannibalean +cannibalic +cannibalish +cannibalism +cannibalistic +cannibalistically +cannibality +cannibalization +cannibalize +cannibally +cannikin +cannily +canniness +canning +cannon +cannonade +cannoned +cannoneer +cannoneering +Cannonism +cannonproof +cannonry +cannot +Cannstatt +cannula +cannular +cannulate +cannulated +canny +canoe +canoeing +Canoeiro +canoeist +canoeload +canoeman +canoewood +canon +canoncito +canoness +canonic +canonical +canonically +canonicalness +canonicals +canonicate +canonicity +canonics +canonist +canonistic +canonistical +canonizant +canonization +canonize +canonizer +canonlike +canonry +canonship +canoodle +canoodler +Canopic +canopic +Canopus +canopy +canorous +canorously +canorousness +Canossa +canroy +canroyer +canso +cant +Cantab +cantabank +cantabile +Cantabri +Cantabrian +Cantabrigian +Cantabrize +cantala +cantalite +cantaloupe +cantankerous +cantankerously +cantankerousness +cantar +cantara +cantaro +cantata +Cantate +cantation +cantative +cantatory +cantboard +canted +canteen +cantefable +canter +Canterburian +Canterburianism +Canterbury +canterer +canthal +Cantharellus +Cantharidae +cantharidal +cantharidate +cantharides +cantharidian +cantharidin +cantharidism +cantharidize +cantharis +cantharophilous +cantharus +canthectomy +canthitis +cantholysis +canthoplasty +canthorrhaphy +canthotomy +canthus +cantic +canticle +cantico +cantilena +cantilene +cantilever +cantilevered +cantillate +cantillation +cantily +cantina +cantiness +canting +cantingly +cantingness +cantion +cantish +cantle +cantlet +canto +Canton +canton +cantonal +cantonalism +cantoned +cantoner +Cantonese +cantonment +cantoon +cantor +cantoral +Cantorian +cantoris +cantorous +cantorship +cantred +cantref +cantrip +cantus +cantwise +canty +Canuck +canun +canvas +canvasback +canvasman +canvass +canvassy +cany +canyon +canzon +canzonet +caoba +Caodaism +Caodaist +caoutchouc +caoutchoucin +cap +capability +capable +capableness +capably +capacious +capaciously +capaciousness +capacitance +capacitate +capacitation +capacitative +capacitativly +capacitive +capacitor +capacity +capanna +capanne +caparison +capax +capcase +Cape +cape +caped +capel +capelet +capelin +capeline +Capella +capellet +caper +caperbush +capercaillie +capercally +capercut +caperer +capering +caperingly +Capernaism +Capernaite +Capernaitic +Capernaitical +Capernaitically +Capernaitish +capernoited +capernoitie +capernoity +capersome +caperwort +capes +capeskin +Capetian +Capetonian +capeweed +capewise +capful +Caph +caph +caphar +caphite +Caphtor +Caphtorim +capias +capicha +capillaceous +capillaire +capillament +capillarectasia +capillarily +capillarimeter +capillariness +capillariomotor +capillarity +capillary +capillation +capilliculture +capilliform +capillitial +capillitium +capillose +capistrate +capital +capitaldom +capitaled +capitalism +capitalist +capitalistic +capitalistically +capitalizable +capitalization +capitalize +capitally +capitalness +capitan +capitate +capitated +capitatim +capitation +capitative +capitatum +capitellar +capitellate +capitelliform +capitellum +Capito +Capitol +Capitolian +Capitoline +Capitolium +Capitonidae +Capitoninae +capitoul +capitoulate +capitulant +capitular +capitularly +capitulary +capitulate +capitulation +capitulator +capitulatory +capituliform +capitulum +capivi +capkin +capless +caplin +capmaker +capmaking +capman +capmint +Capnodium +Capnoides +capnomancy +capocchia +capomo +capon +caponier +caponize +caponizer +caporal +capot +capote +cappadine +Cappadocian +Capparidaceae +capparidaceous +Capparis +capped +cappelenite +capper +cappie +capping +capple +cappy +Capra +caprate +Caprella +Caprellidae +caprelline +capreol +capreolar +capreolary +capreolate +capreoline +Capreolus +Capri +capric +capriccetto +capricci +capriccio +caprice +capricious +capriciously +capriciousness +Capricorn +Capricornid +Capricornus +caprid +caprificate +caprification +caprificator +caprifig +Caprifoliaceae +caprifoliaceous +Caprifolium +caprifolium +capriform +caprigenous +Caprimulgi +Caprimulgidae +Caprimulgiformes +caprimulgine +Caprimulgus +caprin +caprine +caprinic +Capriola +capriole +Capriote +capriped +capripede +caprizant +caproate +caproic +caproin +Capromys +caprone +capronic +capronyl +caproyl +capryl +caprylate +caprylene +caprylic +caprylin +caprylone +caprylyl +capsa +capsaicin +Capsella +capsheaf +capshore +Capsian +capsicin +Capsicum +capsicum +capsid +Capsidae +capsizal +capsize +capstan +capstone +capsula +capsulae +capsular +capsulate +capsulated +capsulation +capsule +capsulectomy +capsuler +capsuliferous +capsuliform +capsuligerous +capsulitis +capsulociliary +capsulogenous +capsulolenticular +capsulopupillary +capsulorrhaphy +capsulotome +capsulotomy +capsumin +captaculum +captain +captaincy +captainess +captainly +captainry +captainship +captance +captation +caption +captious +captiously +captiousness +captivate +captivately +captivating +captivatingly +captivation +captivative +captivator +captivatrix +captive +captivity +captor +captress +capturable +capture +capturer +Capuan +capuche +capuched +Capuchin +capuchin +capucine +capulet +capulin +capybara +Caquetio +car +Cara +carabao +carabeen +carabid +Carabidae +carabidan +carabideous +carabidoid +carabin +carabineer +Carabini +caraboid +Carabus +carabus +caracal +caracara +caracol +caracole +caracoler +caracoli +caracolite +caracoller +caracore +caract +Caractacus +caracter +Caradoc +carafe +Caragana +Caraguata +caraguata +Caraho +caraibe +Caraipa +caraipi +Caraja +Carajas +carajura +caramba +carambola +carambole +caramel +caramelan +caramelen +caramelin +caramelization +caramelize +caramoussal +carancha +caranda +Carandas +caranday +carane +Caranga +carangid +Carangidae +carangoid +Carangus +caranna +Caranx +Carapa +carapace +carapaced +Carapache +Carapacho +carapacic +carapato +carapax +Carapidae +carapine +carapo +Carapus +Carara +carat +caratch +caraunda +caravan +caravaneer +caravanist +caravanner +caravansary +caravanserai +caravanserial +caravel +caraway +Carayan +carbacidometer +carbamate +carbamic +carbamide +carbamido +carbamine +carbamino +carbamyl +carbanil +carbanilic +carbanilide +carbarn +carbasus +carbazic +carbazide +carbazine +carbazole +carbazylic +carbeen +carbene +carberry +carbethoxy +carbethoxyl +carbide +carbimide +carbine +carbinol +carbinyl +carbo +carboazotine +carbocinchomeronic +carbodiimide +carbodynamite +carbogelatin +carbohemoglobin +carbohydrase +carbohydrate +carbohydraturia +carbohydrazide +carbohydride +carbohydrogen +carbolate +carbolated +carbolfuchsin +carbolic +carbolineate +Carbolineum +carbolize +Carboloy +carboluria +carbolxylol +carbomethene +carbomethoxy +carbomethoxyl +carbon +carbona +carbonaceous +carbonade +carbonado +Carbonari +Carbonarism +Carbonarist +carbonatation +carbonate +carbonation +carbonatization +carbonator +carbonemia +carbonero +carbonic +carbonide +Carboniferous +carboniferous +carbonification +carbonify +carbonigenous +carbonimeter +carbonimide +carbonite +carbonitride +carbonium +carbonizable +carbonization +carbonize +carbonizer +carbonless +Carbonnieux +carbonometer +carbonometry +carbonous +carbonuria +carbonyl +carbonylene +carbonylic +carbophilous +carbora +Carborundum +carborundum +carbosilicate +carbostyril +carboxide +carboxy +Carboxydomonas +carboxyhemoglobin +carboxyl +carboxylase +carboxylate +carboxylation +carboxylic +carboy +carboyed +carbro +carbromal +carbuilder +carbuncle +carbuncled +carbuncular +carbungi +carburant +carburate +carburation +carburator +carbure +carburet +carburetant +carburetor +carburization +carburize +carburizer +carburometer +carbyl +carbylamine +carcajou +carcake +carcanet +carcaneted +carcass +Carcavelhos +carceag +carcel +carceral +carcerate +carceration +Carcharhinus +Carcharias +carchariid +Carchariidae +carcharioid +Carcharodon +carcharodont +carcinemia +carcinogen +carcinogenesis +carcinogenic +carcinoid +carcinological +carcinologist +carcinology +carcinolysin +carcinolytic +carcinoma +carcinomata +carcinomatoid +carcinomatosis +carcinomatous +carcinomorphic +carcinophagous +carcinopolypus +carcinosarcoma +carcinosarcomata +Carcinoscorpius +carcinosis +carcoon +card +cardaissin +Cardamine +cardamom +Cardanic +cardboard +cardcase +cardecu +carded +cardel +carder +cardholder +cardia +cardiac +cardiacal +Cardiacea +cardiacean +cardiagra +cardiagram +cardiagraph +cardiagraphy +cardial +cardialgia +cardialgy +cardiameter +cardiamorphia +cardianesthesia +cardianeuria +cardiant +cardiaplegia +cardiarctia +cardiasthenia +cardiasthma +cardiataxia +cardiatomy +cardiatrophia +cardiauxe +Cardiazol +cardicentesis +cardiectasis +cardiectomize +cardiectomy +cardielcosis +cardiemphraxia +cardiform +Cardigan +cardigan +Cardiidae +cardin +cardinal +cardinalate +cardinalic +Cardinalis +cardinalism +cardinalist +cardinalitial +cardinalitian +cardinally +cardinalship +cardines +carding +cardioaccelerator +cardioarterial +cardioblast +cardiocarpum +cardiocele +cardiocentesis +cardiocirrhosis +cardioclasia +cardioclasis +cardiodilator +cardiodynamics +cardiodynia +cardiodysesthesia +cardiodysneuria +cardiogenesis +cardiogenic +cardiogram +cardiograph +cardiographic +cardiography +cardiohepatic +cardioid +cardiokinetic +cardiolith +cardiological +cardiologist +cardiology +cardiolysis +cardiomalacia +cardiomegaly +cardiomelanosis +cardiometer +cardiometric +cardiometry +cardiomotility +cardiomyoliposis +cardiomyomalacia +cardioncus +cardionecrosis +cardionephric +cardioneural +cardioneurosis +cardionosus +cardioparplasis +cardiopathic +cardiopathy +cardiopericarditis +cardiophobe +cardiophobia +cardiophrenia +cardioplasty +cardioplegia +cardiopneumatic +cardiopneumograph +cardioptosis +cardiopulmonary +cardiopuncture +cardiopyloric +cardiorenal +cardiorespiratory +cardiorrhaphy +cardiorrheuma +cardiorrhexis +cardioschisis +cardiosclerosis +cardioscope +cardiospasm +Cardiospermum +cardiosphygmogram +cardiosphygmograph +cardiosymphysis +cardiotherapy +cardiotomy +cardiotonic +cardiotoxic +cardiotrophia +cardiotrophotherapy +cardiovascular +cardiovisceral +cardipaludism +cardipericarditis +cardisophistical +carditic +carditis +Cardium +cardlike +cardmaker +cardmaking +cardo +cardol +cardon +cardona +cardoncillo +cardooer +cardoon +cardophagus +cardplayer +cardroom +cardsharp +cardsharping +cardstock +Carduaceae +carduaceous +Carduelis +Carduus +care +carecloth +careen +careenage +careener +career +careerer +careering +careeringly +careerist +carefree +careful +carefully +carefulness +careless +carelessly +carelessness +carene +carer +caress +caressant +caresser +caressing +caressingly +caressive +caressively +carest +caret +caretaker +caretaking +Caretta +Carettochelydidae +careworn +Carex +carfare +carfax +carfuffle +carful +carga +cargo +cargoose +carhop +carhouse +cariacine +Cariacus +cariama +Cariamae +Carian +Carib +Caribal +Cariban +Caribbean +Caribbee +Caribi +Caribisi +caribou +Carica +Caricaceae +caricaceous +caricatura +caricaturable +caricatural +caricature +caricaturist +caricetum +caricographer +caricography +caricologist +caricology +caricous +carid +Carida +Caridea +caridean +caridoid +Caridomorpha +caries +Carijona +carillon +carillonneur +carina +carinal +Carinaria +Carinatae +carinate +carinated +carination +Cariniana +cariniform +Carinthian +cariole +carioling +cariosity +carious +cariousness +Caripuna +Cariri +Caririan +Carisa +Carissa +caritative +caritive +Cariyo +cark +carking +carkingly +carkled +Carl +carl +carless +carlet +carlie +carlin +Carlina +carline +carling +carlings +carlish +carlishness +Carlisle +Carlism +Carlist +Carlo +carload +carloading +carloadings +Carlos +carlot +Carlovingian +carls +Carludovica +Carlylean +Carlyleian +Carlylese +Carlylesque +Carlylian +Carlylism +carmagnole +carmalum +Carman +carman +Carmanians +Carmel +Carmela +carmele +Carmelite +Carmelitess +carmeloite +Carmen +carminative +Carmine +carmine +carminette +carminic +carminite +carminophilous +carmoisin +carmot +Carnacian +carnage +carnaged +carnal +carnalism +carnalite +carnality +carnalize +carnallite +carnally +carnalness +carnaptious +Carnaria +carnassial +carnate +carnation +carnationed +carnationist +carnauba +carnaubic +carnaubyl +Carnegie +Carnegiea +carnelian +carneol +carneole +carneous +carney +carnic +carniferous +carniferrin +carnifex +carnification +carnifices +carnificial +carniform +carnify +Carniolan +carnival +carnivaler +carnivalesque +Carnivora +carnivoracity +carnivoral +carnivore +carnivorism +carnivorous +carnivorously +carnivorousness +carnose +carnosine +carnosity +carnotite +carnous +Caro +caroa +carob +caroba +caroche +Caroid +Carol +carol +Carolan +Carole +Carolean +caroler +caroli +carolin +Carolina +Caroline +caroline +Caroling +Carolingian +Carolinian +carolus +Carolyn +carom +carombolette +carone +caronic +caroome +caroon +carotene +carotenoid +carotic +carotid +carotidal +carotidean +carotin +carotinemia +carotinoid +caroubier +carousal +carouse +carouser +carousing +carousingly +carp +carpaine +carpal +carpale +carpalia +Carpathian +carpel +carpellary +carpellate +carpent +carpenter +Carpenteria +carpentering +carpentership +carpentry +carper +carpet +carpetbag +carpetbagger +carpetbaggery +carpetbaggism +carpetbagism +carpetbeater +carpeting +carpetlayer +carpetless +carpetmaker +carpetmaking +carpetmonger +carpetweb +carpetweed +carpetwork +carpetwoven +Carphiophiops +carpholite +Carphophis +carphosiderite +carpid +carpidium +carpincho +carping +carpingly +carpintero +Carpinus +Carpiodes +carpitis +carpium +carpocace +Carpocapsa +carpocarpal +carpocephala +carpocephalum +carpocerite +carpocervical +Carpocratian +Carpodacus +Carpodetus +carpogam +carpogamy +carpogenic +carpogenous +carpogone +carpogonial +carpogonium +Carpoidea +carpolite +carpolith +carpological +carpologically +carpologist +carpology +carpomania +carpometacarpal +carpometacarpus +carpopedal +Carpophaga +carpophagous +carpophalangeal +carpophore +carpophyll +carpophyte +carpopodite +carpopoditic +carpoptosia +carpoptosis +carport +carpos +carposperm +carposporangia +carposporangial +carposporangium +carpospore +carposporic +carposporous +carpostome +carpus +carquaise +carr +carrack +carrageen +carrageenin +Carrara +Carraran +carrel +carriable +carriage +carriageable +carriageful +carriageless +carriagesmith +carriageway +Carrick +carrick +Carrie +carried +carrier +carrion +carritch +carritches +carriwitchet +Carrizo +carrizo +carroch +carrollite +carronade +carrot +carrotage +carroter +carrotiness +carrottop +carrotweed +carrotwood +carroty +carrousel +carrow +Carry +carry +carryall +carrying +carrytale +carse +carshop +carsick +carsmith +Carsten +cart +cartable +cartaceous +cartage +cartboot +cartbote +carte +cartel +cartelism +cartelist +cartelization +cartelize +Carter +carter +Cartesian +Cartesianism +cartful +Carthaginian +carthame +carthamic +carthamin +Carthamus +Carthusian +Cartier +cartilage +cartilaginean +Cartilaginei +cartilagineous +Cartilagines +cartilaginification +cartilaginoid +cartilaginous +cartisane +Cartist +cartload +cartmaker +cartmaking +cartman +cartobibliography +cartogram +cartograph +cartographer +cartographic +cartographical +cartographically +cartography +cartomancy +carton +cartonnage +cartoon +cartoonist +cartouche +cartridge +cartsale +cartulary +cartway +cartwright +cartwrighting +carty +carua +carucage +carucal +carucate +carucated +Carum +caruncle +caruncula +carunculae +caruncular +carunculate +carunculated +carunculous +carvacrol +carvacryl +carval +carve +carvel +carven +carvene +carver +carvership +carvestrene +carving +carvoepra +carvol +carvomenthene +carvone +carvyl +carwitchet +Cary +Carya +caryatic +caryatid +caryatidal +caryatidean +caryatidic +caryl +Caryocar +Caryocaraceae +caryocaraceous +Caryophyllaceae +caryophyllaceous +caryophyllene +caryophylleous +caryophyllin +caryophyllous +Caryophyllus +caryopilite +caryopses +caryopsides +caryopsis +Caryopteris +Caryota +casaba +casabe +casal +casalty +Casamarca +Casanovanic +Casasia +casate +casaun +casava +casave +casavi +casbah +cascabel +cascade +Cascadia +Cascadian +cascadite +cascado +cascalho +cascalote +cascara +cascarilla +cascaron +casco +cascol +Case +case +Casearia +casease +caseate +caseation +casebook +casebox +cased +caseful +casefy +caseharden +caseic +casein +caseinate +caseinogen +casekeeper +Casel +caseless +caselessly +casemaker +casemaking +casemate +casemated +casement +casemented +caseolysis +caseose +caseous +caser +casern +caseum +caseweed +casewood +casework +caseworker +caseworm +Casey +cash +casha +cashable +cashableness +cashaw +cashbook +cashbox +cashboy +cashcuttee +cashel +cashew +cashgirl +Cashibo +cashier +cashierer +cashierment +cashkeeper +cashment +Cashmere +cashmere +cashmerette +Cashmirian +Casimir +Casimiroa +casing +casino +casiri +cask +casket +casking +casklike +Caslon +Caspar +Casparian +Casper +Caspian +casque +casqued +casquet +casquetel +casquette +cass +cassabanana +cassabully +cassady +Cassandra +cassareep +cassation +casse +Cassegrain +Cassegrainian +casselty +cassena +casserole +Cassia +cassia +Cassiaceae +Cassian +cassican +Cassicus +Cassida +cassideous +cassidid +Cassididae +Cassidinae +cassidony +Cassidulina +cassiduloid +Cassiduloidea +Cassie +cassie +Cassiepeia +cassimere +cassina +cassine +Cassinese +cassinette +Cassinian +cassino +cassinoid +cassioberry +Cassiope +Cassiopeia +Cassiopeian +Cassiopeid +cassiopeium +Cassis +cassis +cassiterite +Cassius +cassock +cassolette +casson +cassonade +cassoon +cassowary +cassumunar +Cassytha +Cassythaceae +cast +castable +castagnole +Castalia +Castalian +Castalides +Castalio +Castanea +castanean +castaneous +castanet +Castanopsis +Castanospermum +castaway +caste +casteless +castelet +castellan +castellano +castellanship +castellany +castellar +castellate +castellated +castellation +caster +casterless +casthouse +castice +castigable +castigate +castigation +castigative +castigator +castigatory +Castilian +Castilla +Castilleja +Castilloa +casting +castle +castled +castlelike +castlet +castlewards +castlewise +castling +castock +castoff +Castor +castor +Castores +castoreum +castorial +Castoridae +castorin +castorite +castorized +Castoroides +castory +castra +castral +castrametation +castrate +castrater +castration +castrator +castrensial +castrensian +castrum +castuli +casual +casualism +casualist +casuality +casually +casualness +casualty +Casuariidae +Casuariiformes +Casuarina +Casuarinaceae +casuarinaceous +Casuarinales +Casuarius +casuary +casuist +casuistess +casuistic +casuistical +casuistically +casuistry +casula +caswellite +Casziel +Cat +cat +catabaptist +catabases +catabasis +catabatic +catabibazon +catabiotic +catabolic +catabolically +catabolin +catabolism +catabolite +catabolize +catacaustic +catachreses +catachresis +catachrestic +catachrestical +catachrestically +catachthonian +cataclasm +cataclasmic +cataclastic +cataclinal +cataclysm +cataclysmal +cataclysmatic +cataclysmatist +cataclysmic +cataclysmically +cataclysmist +catacomb +catacorolla +catacoustics +catacromyodian +catacrotic +catacrotism +catacumbal +catadicrotic +catadicrotism +catadioptric +catadioptrical +catadioptrics +catadromous +catafalco +catafalque +catagenesis +catagenetic +catagmatic +Cataian +catakinesis +catakinetic +catakinetomer +catakinomeric +Catalan +Catalanganes +Catalanist +catalase +Catalaunian +catalecta +catalectic +catalecticant +catalepsis +catalepsy +cataleptic +cataleptiform +cataleptize +cataleptoid +catalexis +catalina +catalineta +catalinite +catallactic +catallactically +catallactics +catallum +catalogia +catalogic +catalogical +catalogist +catalogistic +catalogue +cataloguer +cataloguish +cataloguist +cataloguize +Catalonian +catalowne +Catalpa +catalpa +catalufa +catalyses +catalysis +catalyst +catalyte +catalytic +catalytical +catalytically +catalyzator +catalyze +catalyzer +catamaran +Catamarcan +Catamarenan +catamenia +catamenial +catamite +catamited +catamiting +catamount +catamountain +catan +Catananche +catapan +catapasm +catapetalous +cataphasia +cataphatic +cataphora +cataphoresis +cataphoretic +cataphoria +cataphoric +cataphract +Cataphracta +Cataphracti +cataphrenia +cataphrenic +Cataphrygian +cataphrygianism +cataphyll +cataphylla +cataphyllary +cataphyllum +cataphysical +cataplasia +cataplasis +cataplasm +catapleiite +cataplexy +catapult +catapultic +catapultier +cataract +cataractal +cataracted +cataractine +cataractous +cataractwise +cataria +catarinite +catarrh +catarrhal +catarrhally +catarrhed +Catarrhina +catarrhine +catarrhinian +catarrhous +catasarka +Catasetum +catasta +catastaltic +catastasis +catastate +catastatic +catasterism +catastrophal +catastrophe +catastrophic +catastrophical +catastrophically +catastrophism +catastrophist +catathymic +catatonia +catatoniac +catatonic +catawampous +catawampously +catawamptious +catawamptiously +catawampus +Catawba +catberry +catbird +catboat +catcall +catch +catchable +catchall +catchcry +catcher +catchfly +catchiness +catching +catchingly +catchingness +catchland +catchment +catchpenny +catchplate +catchpole +catchpolery +catchpoleship +catchpoll +catchpollery +catchup +catchwater +catchweed +catchweight +catchword +catchwork +catchy +catclaw +catdom +cate +catechesis +catechetic +catechetical +catechetically +catechin +catechism +catechismal +catechist +catechistic +catechistical +catechistically +catechizable +catechization +catechize +catechizer +catechol +catechu +catechumen +catechumenal +catechumenate +catechumenical +catechumenically +catechumenism +catechumenship +catechutannic +categorem +categorematic +categorematical +categorematically +categorial +categoric +categorical +categorically +categoricalness +categorist +categorization +categorize +category +catelectrotonic +catelectrotonus +catella +catena +catenae +catenarian +catenary +catenate +catenated +catenation +catenoid +catenulate +catepuce +cater +cateran +catercap +catercorner +caterer +caterership +cateress +caterpillar +caterpillared +caterpillarlike +caterva +caterwaul +caterwauler +caterwauling +Catesbaea +cateye +catface +catfaced +catfacing +catfall +catfish +catfoot +catfooted +catgut +Catha +Cathari +Catharina +Catharine +Catharism +Catharist +Catharistic +catharization +catharize +catharpin +catharping +Cathars +catharsis +Cathartae +Cathartes +cathartic +cathartical +cathartically +catharticalness +Cathartidae +Cathartides +Cathartolinum +Cathay +Cathayan +cathead +cathect +cathectic +cathection +cathedra +cathedral +cathedraled +cathedralesque +cathedralic +cathedrallike +cathedralwise +cathedratic +cathedratica +cathedratical +cathedratically +cathedraticum +cathepsin +Catherine +catheter +catheterism +catheterization +catheterize +catheti +cathetometer +cathetometric +cathetus +cathexion +cathexis +cathidine +cathin +cathine +cathinine +cathion +cathisma +cathodal +cathode +cathodic +cathodical +cathodically +cathodofluorescence +cathodograph +cathodography +cathodoluminescence +cathograph +cathography +cathole +catholic +catholical +catholically +catholicalness +catholicate +catholicism +catholicist +catholicity +catholicize +catholicizer +catholicly +catholicness +catholicon +catholicos +catholicus +catholyte +cathood +cathop +Cathrin +cathro +Cathryn +Cathy +Catilinarian +cation +cationic +cativo +catjang +catkin +catkinate +catlap +catlike +catlin +catling +catlinite +catmalison +catmint +catnip +catoblepas +Catocala +catocalid +catocathartic +catoctin +Catodon +catodont +catogene +catogenic +Catoism +Catonian +Catonic +Catonically +Catonism +catoptric +catoptrical +catoptrically +catoptrics +catoptrite +catoptromancy +catoptromantic +Catoquina +catostomid +Catostomidae +catostomoid +Catostomus +catpiece +catpipe +catproof +Catskill +catskin +catstep +catstick +catstitch +catstitcher +catstone +catsup +cattabu +cattail +cattalo +cattery +Catti +cattily +cattimandoo +cattiness +catting +cattish +cattishly +cattishness +cattle +cattlebush +cattlegate +cattleless +cattleman +Cattleya +cattleya +cattleyak +Catty +catty +cattyman +Catullian +catvine +catwalk +catwise +catwood +catwort +caubeen +cauboge +Caucasian +Caucasic +Caucasoid +cauch +cauchillo +caucho +caucus +cauda +caudad +caudae +caudal +caudally +caudalward +Caudata +caudata +caudate +caudated +caudation +caudatolenticular +caudatory +caudatum +caudex +caudices +caudicle +caudiform +caudillism +caudle +caudocephalad +caudodorsal +caudofemoral +caudolateral +caudotibial +caudotibialis +Caughnawaga +caught +cauk +caul +cauld +cauldrife +cauldrifeness +Caulerpa +Caulerpaceae +caulerpaceous +caules +caulescent +caulicle +caulicole +caulicolous +caulicule +cauliculus +cauliferous +cauliflorous +cauliflory +cauliflower +cauliform +cauligenous +caulinar +caulinary +cauline +caulis +Caulite +caulivorous +caulocarpic +caulocarpous +caulome +caulomer +caulomic +caulophylline +Caulophyllum +Caulopteris +caulopteris +caulosarc +caulotaxis +caulotaxy +caulote +caum +cauma +caumatic +caunch +Caunos +Caunus +caup +caupo +caupones +Cauqui +caurale +Caurus +causability +causable +causal +causalgia +causality +causally +causate +causation +causational +causationism +causationist +causative +causatively +causativeness +causativity +cause +causeful +causeless +causelessly +causelessness +causer +causerie +causeway +causewayman +causey +causidical +causing +causingness +causse +causson +caustic +caustical +caustically +causticiser +causticism +causticity +causticization +causticize +causticizer +causticly +causticness +caustification +caustify +Causus +cautel +cautelous +cautelously +cautelousness +cauter +cauterant +cauterization +cauterize +cautery +caution +cautionary +cautioner +cautionry +cautious +cautiously +cautiousness +cautivo +cava +cavae +caval +cavalcade +cavalero +cavalier +cavalierish +cavalierishness +cavalierism +cavalierly +cavalierness +cavaliero +cavaliership +cavalla +cavalry +cavalryman +cavascope +cavate +cavatina +cave +caveat +caveator +cavekeeper +cavel +cavelet +cavelike +cavendish +cavern +cavernal +caverned +cavernicolous +cavernitis +cavernlike +cavernoma +cavernous +cavernously +cavernulous +cavesson +cavetto +Cavia +caviar +cavicorn +Cavicornia +Cavidae +cavie +cavil +caviler +caviling +cavilingly +cavilingness +cavillation +Cavina +caving +cavings +cavish +cavitary +cavitate +cavitation +cavitied +cavity +caviya +cavort +cavus +cavy +caw +cawk +cawky +cawney +cawquaw +caxiri +caxon +Caxton +Caxtonian +cay +Cayapa +Cayapo +Cayenne +cayenne +cayenned +Cayleyan +cayman +Cayubaba +Cayubaban +Cayuga +Cayugan +Cayuse +Cayuvava +caza +cazimi +Ccoya +ce +Ceanothus +cearin +cease +ceaseless +ceaselessly +ceaselessness +ceasmic +Cebalrai +Cebatha +cebell +cebian +cebid +Cebidae +cebil +cebine +ceboid +cebollite +cebur +Cebus +cecidiologist +cecidiology +cecidium +cecidogenous +cecidologist +cecidology +cecidomyian +cecidomyiid +Cecidomyiidae +cecidomyiidous +Cecil +Cecile +Cecilia +cecilite +cecils +Cecily +cecity +cecograph +Cecomorphae +cecomorphic +cecostomy +Cecropia +Cecrops +cecutiency +cedar +cedarbird +cedared +cedarn +cedarware +cedarwood +cedary +cede +cedent +ceder +cedilla +cedrat +cedrate +cedre +Cedrela +cedrene +Cedric +cedrin +cedrine +cedriret +cedrium +cedrol +cedron +Cedrus +cedry +cedula +cee +Ceiba +ceibo +ceil +ceile +ceiler +ceilidh +ceiling +ceilinged +ceilingward +ceilingwards +ceilometer +Celadon +celadon +celadonite +Celaeno +celandine +Celanese +Celarent +Celastraceae +celastraceous +Celastrus +celation +celative +celature +Celebesian +celebrant +celebrate +celebrated +celebratedness +celebrater +celebration +celebrative +celebrator +celebratory +celebrity +celemin +celemines +celeomorph +Celeomorphae +celeomorphic +celeriac +celerity +celery +celesta +Celeste +celeste +celestial +celestiality +celestialize +celestially +celestialness +celestina +Celestine +celestine +Celestinian +celestite +celestitude +Celia +celiac +celiadelphus +celiagra +celialgia +celibacy +celibatarian +celibate +celibatic +celibatist +celibatory +celidographer +celidography +celiectasia +celiectomy +celiemia +celiitis +celiocele +celiocentesis +celiocolpotomy +celiocyesis +celiodynia +celioelytrotomy +celioenterotomy +celiogastrotomy +celiohysterotomy +celiolymph +celiomyalgia +celiomyodynia +celiomyomectomy +celiomyomotomy +celiomyositis +celioncus +celioparacentesis +celiopyosis +celiorrhaphy +celiorrhea +celiosalpingectomy +celiosalpingotomy +celioschisis +celioscope +celioscopy +celiotomy +celite +cell +cella +cellae +cellar +cellarage +cellarer +cellaress +cellaret +cellaring +cellarless +cellarman +cellarous +cellarway +cellarwoman +cellated +celled +Cellepora +cellepore +Cellfalcicula +celliferous +celliform +cellifugal +cellipetal +cellist +Cellite +cello +cellobiose +celloid +celloidin +celloist +cellophane +cellose +Cellucotton +cellular +cellularity +cellularly +cellulase +cellulate +cellulated +cellulation +cellule +cellulicidal +celluliferous +cellulifugal +cellulifugally +cellulin +cellulipetal +cellulipetally +cellulitis +cellulocutaneous +cellulofibrous +Celluloid +celluloid +celluloided +Cellulomonadeae +Cellulomonas +cellulose +cellulosic +cellulosity +cellulotoxic +cellulous +Cellvibrio +Celosia +Celotex +celotomy +Celsia +celsian +Celsius +Celt +celt +Celtdom +Celtiberi +Celtiberian +Celtic +Celtically +Celticism +Celticist +Celticize +Celtidaceae +celtiform +Celtillyrians +Celtis +Celtish +Celtism +Celtist +celtium +Celtization +Celtologist +Celtologue +Celtomaniac +Celtophil +Celtophobe +Celtophobia +celtuce +cembalist +cembalo +cement +cemental +cementation +cementatory +cementer +cementification +cementin +cementite +cementitious +cementless +cementmaker +cementmaking +cementoblast +cementoma +cementum +cemeterial +cemetery +cenacle +cenaculum +cenanthous +cenanthy +cencerro +Cenchrus +cendre +cenobian +cenobite +cenobitic +cenobitical +cenobitically +cenobitism +cenobium +cenoby +cenogenesis +cenogenetic +cenogenetically +cenogonous +Cenomanian +cenosite +cenosity +cenospecies +cenospecific +cenospecifically +cenotaph +cenotaphic +cenotaphy +Cenozoic +cenozoology +cense +censer +censerless +censive +censor +censorable +censorate +censorial +censorious +censoriously +censoriousness +censorship +censual +censurability +censurable +censurableness +censurably +censure +censureless +censurer +censureship +census +cent +centage +cental +centare +centaur +centaurdom +Centaurea +centauress +centauri +centaurial +centaurian +centauric +Centaurid +Centauridium +Centaurium +centauromachia +centauromachy +Centaurus +centaurus +centaury +centavo +centena +centenar +centenarian +centenarianism +centenary +centenier +centenionalis +centennial +centennially +center +centerable +centerboard +centered +centerer +centering +centerless +centermost +centerpiece +centervelic +centerward +centerwise +centesimal +centesimally +centesimate +centesimation +centesimi +centesimo +centesis +Centetes +centetid +Centetidae +centgener +centiar +centiare +centibar +centifolious +centigrade +centigram +centile +centiliter +centillion +centillionth +Centiloquy +centime +centimeter +centimo +centimolar +centinormal +centipedal +centipede +centiplume +centipoise +centistere +centistoke +centner +cento +centonical +centonism +centrad +central +centrale +Centrales +centralism +centralist +centralistic +centrality +centralization +centralize +centralizer +centrally +centralness +centranth +Centranthus +centrarchid +Centrarchidae +centrarchoid +Centraxonia +centraxonial +Centrechinoida +centric +Centricae +centrical +centricality +centrically +centricalness +centricipital +centriciput +centricity +centriffed +centrifugal +centrifugalization +centrifugalize +centrifugaller +centrifugally +centrifugate +centrifugation +centrifuge +centrifugence +centriole +centripetal +centripetalism +centripetally +centripetence +centripetency +centriscid +Centriscidae +centrisciform +centriscoid +Centriscus +centrist +centroacinar +centrobaric +centrobarical +centroclinal +centrode +centrodesmose +centrodesmus +centrodorsal +centrodorsally +centroid +centroidal +centrolecithal +Centrolepidaceae +centrolepidaceous +centrolinead +centrolineal +centromere +centronucleus +centroplasm +Centropomidae +Centropomus +Centrosema +centrosome +centrosomic +Centrosoyus +Centrospermae +centrosphere +centrosymmetric +centrosymmetry +Centrotus +centrum +centry +centum +centumvir +centumviral +centumvirate +Centunculus +centuple +centuplicate +centuplication +centuply +centuria +centurial +centuriate +centuriation +centuriator +centuried +centurion +century +ceorl +ceorlish +cep +cepa +cepaceous +cepe +cephaeline +Cephaelis +Cephalacanthidae +Cephalacanthus +cephalad +cephalagra +cephalalgia +cephalalgic +cephalalgy +cephalanthium +cephalanthous +Cephalanthus +Cephalaspis +Cephalata +cephalate +cephaldemae +cephalemia +cephaletron +Cephaleuros +cephalhematoma +cephalhydrocele +cephalic +cephalin +Cephalina +cephaline +cephalism +cephalitis +cephalization +cephaloauricular +Cephalobranchiata +cephalobranchiate +cephalocathartic +cephalocaudal +cephalocele +cephalocentesis +cephalocercal +Cephalocereus +cephalochord +Cephalochorda +cephalochordal +Cephalochordata +cephalochordate +cephaloclasia +cephaloclast +cephalocone +cephaloconic +cephalocyst +cephalodiscid +Cephalodiscida +Cephalodiscus +cephalodymia +cephalodymus +cephalodynia +cephalofacial +cephalogenesis +cephalogram +cephalograph +cephalohumeral +cephalohumeralis +cephaloid +cephalology +cephalomancy +cephalomant +cephalomelus +cephalomenia +cephalomeningitis +cephalomere +cephalometer +cephalometric +cephalometry +cephalomotor +cephalomyitis +cephalon +cephalonasal +cephalopagus +cephalopathy +cephalopharyngeal +cephalophine +cephalophorous +Cephalophus +cephalophyma +cephaloplegia +cephaloplegic +cephalopod +Cephalopoda +cephalopodan +cephalopodic +cephalopodous +Cephalopterus +cephalorachidian +cephalorhachidian +cephalosome +cephalospinal +Cephalosporium +cephalostyle +Cephalotaceae +cephalotaceous +Cephalotaxus +cephalotheca +cephalothecal +cephalothoracic +cephalothoracopagus +cephalothorax +cephalotome +cephalotomy +cephalotractor +cephalotribe +cephalotripsy +cephalotrocha +Cephalotus +cephalous +Cephas +Cepheid +cephid +Cephidae +Cephus +Cepolidae +ceps +ceptor +cequi +ceraceous +cerago +ceral +ceramal +cerambycid +Cerambycidae +Ceramiaceae +ceramiaceous +ceramic +ceramicite +ceramics +ceramidium +ceramist +Ceramium +ceramographic +ceramography +cerargyrite +ceras +cerasein +cerasin +cerastes +Cerastium +Cerasus +cerata +cerate +ceratectomy +cerated +ceratiasis +ceratiid +Ceratiidae +ceratioid +ceration +ceratite +Ceratites +ceratitic +Ceratitidae +Ceratitis +ceratitoid +Ceratitoidea +Ceratium +Ceratobatrachinae +ceratoblast +ceratobranchial +ceratocricoid +Ceratodidae +Ceratodontidae +Ceratodus +ceratofibrous +ceratoglossal +ceratoglossus +ceratohyal +ceratohyoid +ceratoid +ceratomandibular +ceratomania +Ceratonia +Ceratophrys +Ceratophyllaceae +ceratophyllaceous +Ceratophyllum +Ceratophyta +ceratophyte +Ceratops +Ceratopsia +ceratopsian +ceratopsid +Ceratopsidae +Ceratopteridaceae +ceratopteridaceous +Ceratopteris +ceratorhine +Ceratosa +Ceratosaurus +Ceratospongiae +ceratospongian +Ceratostomataceae +Ceratostomella +ceratotheca +ceratothecal +Ceratozamia +ceraunia +ceraunics +ceraunogram +ceraunograph +ceraunomancy +ceraunophone +ceraunoscope +ceraunoscopy +Cerberean +Cerberic +Cerberus +cercal +cercaria +cercarial +cercarian +cercariform +cercelee +cerci +Cercidiphyllaceae +Cercis +Cercocebus +Cercolabes +Cercolabidae +cercomonad +Cercomonadidae +Cercomonas +cercopid +Cercopidae +cercopithecid +Cercopithecidae +cercopithecoid +Cercopithecus +cercopod +Cercospora +Cercosporella +cercus +Cerdonian +cere +cereal +cerealian +cerealin +cerealism +cerealist +cerealose +cerebella +cerebellar +cerebellifugal +cerebellipetal +cerebellocortex +cerebellopontile +cerebellopontine +cerebellorubral +cerebellospinal +cerebellum +cerebra +cerebral +cerebralgia +cerebralism +cerebralist +cerebralization +cerebralize +cerebrally +cerebrasthenia +cerebrasthenic +cerebrate +cerebration +cerebrational +Cerebratulus +cerebric +cerebricity +cerebriform +cerebriformly +cerebrifugal +cerebrin +cerebripetal +cerebritis +cerebrize +cerebrocardiac +cerebrogalactose +cerebroganglion +cerebroganglionic +cerebroid +cerebrology +cerebroma +cerebromalacia +cerebromedullary +cerebromeningeal +cerebromeningitis +cerebrometer +cerebron +cerebronic +cerebroparietal +cerebropathy +cerebropedal +cerebrophysiology +cerebropontile +cerebropsychosis +cerebrorachidian +cerebrosclerosis +cerebroscope +cerebroscopy +cerebrose +cerebrosensorial +cerebroside +cerebrosis +cerebrospinal +cerebrospinant +cerebrosuria +cerebrotomy +cerebrotonia +cerebrotonic +cerebrovisceral +cerebrum +cerecloth +cered +cereless +cerement +ceremonial +ceremonialism +ceremonialist +ceremonialize +ceremonially +ceremonious +ceremoniously +ceremoniousness +ceremony +cereous +cerer +ceresin +Cereus +cerevis +ceria +Cerialia +cerianthid +Cerianthidae +cerianthoid +Cerianthus +ceric +ceride +ceriferous +cerigerous +cerillo +ceriman +cerin +cerine +Cerinthe +Cerinthian +Ceriomyces +Cerion +Cerionidae +ceriops +Ceriornis +cerise +cerite +Cerithiidae +cerithioid +Cerithium +cerium +cermet +cern +cerniture +cernuous +cero +cerograph +cerographic +cerographist +cerography +ceroline +cerolite +ceroma +ceromancy +cerophilous +ceroplast +ceroplastic +ceroplastics +ceroplasty +cerotate +cerote +cerotene +cerotic +cerotin +cerotype +cerous +ceroxyle +Ceroxylon +cerrero +cerrial +cerris +certain +certainly +certainty +Certhia +Certhiidae +certie +certifiable +certifiableness +certifiably +certificate +certification +certificative +certificator +certificatory +certified +certifier +certify +certiorari +certiorate +certioration +certis +certitude +certosina +certosino +certy +cerule +cerulean +cerulein +ceruleite +ceruleolactite +ceruleous +cerulescent +ceruleum +cerulignol +cerulignone +cerumen +ceruminal +ceruminiferous +ceruminous +cerumniparous +ceruse +cerussite +Cervantist +cervantite +cervical +Cervicapra +cervicaprine +cervicectomy +cervicicardiac +cervicide +cerviciplex +cervicispinal +cervicitis +cervicoauricular +cervicoaxillary +cervicobasilar +cervicobrachial +cervicobregmatic +cervicobuccal +cervicodorsal +cervicodynia +cervicofacial +cervicohumeral +cervicolabial +cervicolingual +cervicolumbar +cervicomuscular +cerviconasal +cervicorn +cervicoscapular +cervicothoracic +cervicovaginal +cervicovesical +cervid +Cervidae +Cervinae +cervine +cervisia +cervisial +cervix +cervoid +cervuline +Cervulus +Cervus +ceryl +Cerynean +Cesare +cesarevitch +cesarolite +cesious +cesium +cespititous +cespitose +cespitosely +cespitulose +cess +cessantly +cessation +cessative +cessavit +cesser +cession +cessionaire +cessionary +cessor +cesspipe +cesspit +cesspool +cest +Cestida +Cestidae +Cestoda +Cestodaria +cestode +cestoid +Cestoidea +cestoidean +Cestracion +cestraciont +Cestraciontes +Cestraciontidae +Cestrian +Cestrum +cestrum +cestus +Cetacea +cetacean +cetaceous +cetaceum +cetane +Cete +cetene +ceterach +ceti +cetic +ceticide +Cetid +cetin +Cetiosauria +cetiosaurian +Cetiosaurus +cetological +cetologist +cetology +Cetomorpha +cetomorphic +Cetonia +cetonian +Cetoniides +Cetoniinae +cetorhinid +Cetorhinidae +cetorhinoid +Cetorhinus +cetotolite +Cetraria +cetraric +cetrarin +Cetus +cetyl +cetylene +cetylic +cevadilla +cevadilline +cevadine +Cevennian +Cevenol +Cevenole +cevine +cevitamic +ceylanite +Ceylon +Ceylonese +ceylonite +ceyssatite +Ceyx +Cezannesque +cha +chaa +chab +chabasie +chabazite +Chablis +chabot +chabouk +chabuk +chabutra +Chac +chacate +chachalaca +Chachapuya +chack +Chackchiuma +chacker +chackle +chackler +chacma +Chaco +chacona +chacte +chad +chadacryst +Chaenactis +Chaenolobus +Chaenomeles +chaeta +Chaetangiaceae +Chaetangium +Chaetetes +Chaetetidae +Chaetifera +chaetiferous +Chaetites +Chaetitidae +Chaetochloa +Chaetodon +chaetodont +chaetodontid +Chaetodontidae +chaetognath +Chaetognatha +chaetognathan +chaetognathous +Chaetophora +Chaetophoraceae +chaetophoraceous +Chaetophorales +chaetophorous +chaetopod +Chaetopoda +chaetopodan +chaetopodous +chaetopterin +Chaetopterus +chaetosema +Chaetosoma +Chaetosomatidae +Chaetosomidae +chaetotactic +chaetotaxy +Chaetura +chafe +chafer +chafery +chafewax +chafeweed +chaff +chaffcutter +chaffer +chafferer +chaffinch +chaffiness +chaffing +chaffingly +chaffless +chafflike +chaffman +chaffseed +chaffwax +chaffweed +chaffy +chaft +chafted +Chaga +chagan +Chagga +chagrin +chaguar +chagul +chahar +chai +Chailletiaceae +chain +chainage +chained +chainer +chainette +chainless +chainlet +chainmaker +chainmaking +chainman +chainon +chainsmith +chainwale +chainwork +chair +chairer +chairless +chairmaker +chairmaking +chairman +chairmanship +chairmender +chairmending +chairwarmer +chairwoman +chais +chaise +chaiseless +Chait +chaitya +chaja +chaka +chakar +chakari +Chakavski +chakazi +chakdar +chakobu +chakra +chakram +chakravartin +chaksi +chal +chalaco +chalana +chalastic +Chalastogastra +chalaza +chalazal +chalaze +chalazian +chalaziferous +chalazion +chalazogam +chalazogamic +chalazogamy +chalazoidite +chalcanthite +Chalcedonian +chalcedonic +chalcedonous +chalcedony +chalcedonyx +chalchuite +chalcid +Chalcidian +Chalcidic +chalcidicum +chalcidid +Chalcididae +chalcidiform +chalcidoid +Chalcidoidea +Chalcioecus +Chalcis +chalcites +chalcocite +chalcograph +chalcographer +chalcographic +chalcographical +chalcographist +chalcography +chalcolite +chalcolithic +chalcomancy +chalcomenite +chalcon +chalcone +chalcophanite +chalcophyllite +chalcopyrite +chalcosiderite +chalcosine +chalcostibite +chalcotrichite +chalcotript +chalcus +Chaldaei +Chaldaic +Chaldaical +Chaldaism +Chaldean +Chaldee +chalder +chaldron +chalet +chalice +chaliced +chalicosis +chalicothere +chalicotheriid +Chalicotheriidae +chalicotherioid +Chalicotherium +Chalina +Chalinidae +chalinine +Chalinitis +chalk +chalkcutter +chalker +chalkiness +chalklike +chalkography +chalkosideric +chalkstone +chalkstony +chalkworker +chalky +challah +challenge +challengeable +challengee +challengeful +challenger +challengingly +challie +challis +challote +chalmer +chalon +chalone +Chalons +chalque +chalta +Chalukya +Chalukyan +chalumeau +chalutz +chalutzim +Chalybean +chalybeate +chalybeous +Chalybes +chalybite +Cham +cham +Chama +Chamacea +Chamacoco +Chamaebatia +Chamaecistus +chamaecranial +Chamaecrista +Chamaecyparis +Chamaedaphne +Chamaeleo +Chamaeleon +Chamaeleontidae +Chamaelirium +Chamaenerion +Chamaepericlymenum +chamaeprosopic +Chamaerops +chamaerrhine +Chamaesaura +Chamaesiphon +Chamaesiphonaceae +Chamaesiphonaceous +Chamaesiphonales +Chamaesyce +chamal +Chamar +chamar +chamber +chamberdeacon +chambered +chamberer +chambering +chamberlain +chamberlainry +chamberlainship +chamberlet +chamberleted +chamberletted +chambermaid +Chambertin +chamberwoman +Chambioa +chambray +chambrel +chambul +chamecephalic +chamecephalous +chamecephalus +chamecephaly +chameleon +chameleonic +chameleonize +chameleonlike +chamfer +chamferer +chamfron +Chamian +Chamicuro +Chamidae +chamisal +chamiso +Chamite +chamite +Chamkanni +chamma +chamois +Chamoisette +chamoisite +chamoline +Chamomilla +Chamorro +Chamos +champ +Champa +champac +champaca +champacol +champagne +champagneless +champagnize +champaign +champain +champaka +champer +champertor +champertous +champerty +champignon +champion +championess +championize +championless +championlike +championship +Champlain +Champlainic +champleve +champy +Chanabal +Chanca +chance +chanceful +chancefully +chancefulness +chancel +chanceled +chanceless +chancellery +chancellor +chancellorate +chancelloress +chancellorism +chancellorship +chancer +chancery +chancewise +chanche +chanchito +chanco +chancre +chancriform +chancroid +chancroidal +chancrous +chancy +chandala +chandam +chandelier +Chandi +chandi +chandler +chandleress +chandlering +chandlery +chandoo +chandu +chandul +Chane +chanfrin +Chang +chang +changa +changar +change +changeability +changeable +changeableness +changeably +changedale +changedness +changeful +changefully +changefulness +changeless +changelessly +changelessness +changeling +changement +changer +Changoan +Changos +Changuina +Changuinan +Chanidae +chank +chankings +channel +channelbill +channeled +channeler +channeling +channelization +channelize +channelled +channeller +channelling +channelwards +channer +chanson +chansonnette +chanst +chant +chantable +chanter +chanterelle +chantership +chantey +chanteyman +chanticleer +chanting +chantingly +chantlate +chantress +chantry +chao +chaogenous +chaology +chaos +chaotic +chaotical +chaotically +chaoticness +Chaouia +chap +Chapacura +Chapacuran +chapah +Chapanec +chaparral +chaparro +chapatty +chapbook +chape +chapeau +chapeaux +chaped +chapel +chapeless +chapelet +chapelgoer +chapelgoing +chapellage +chapellany +chapelman +chapelmaster +chapelry +chapelward +chaperno +chaperon +chaperonage +chaperone +chaperonless +chapfallen +chapin +chapiter +chapitral +chaplain +chaplaincy +chaplainry +chaplainship +chapless +chaplet +chapleted +chapman +chapmanship +chapournet +chapournetted +chappaul +chapped +chapper +chappie +chappin +chapping +chappow +chappy +chaps +chapt +chaptalization +chaptalize +chapter +chapteral +chapterful +chapwoman +char +Chara +charabanc +charabancer +charac +Characeae +characeous +characetum +characin +characine +characinid +Characinidae +characinoid +character +characterful +characterial +characterical +characterism +characterist +characteristic +characteristical +characteristically +characteristicalness +characteristicness +characterizable +characterization +characterize +characterizer +characterless +characterlessness +characterological +characterologist +characterology +charactery +charade +Charadrii +Charadriidae +charadriiform +Charadriiformes +charadrine +charadrioid +Charadriomorphae +Charadrius +Charales +charas +charbon +Charca +charcoal +charcoaly +charcutier +chard +chardock +chare +charer +charet +charette +charge +chargeability +chargeable +chargeableness +chargeably +chargee +chargeless +chargeling +chargeman +charger +chargeship +charging +Charicleia +charier +charily +chariness +chariot +charioted +chariotee +charioteer +charioteership +chariotlike +chariotman +chariotry +chariotway +charism +charisma +charismatic +Charissa +charisticary +charitable +charitableness +charitably +Charites +charity +charityless +charivari +chark +charka +charkha +charkhana +charlady +charlatan +charlatanic +charlatanical +charlatanically +charlatanish +charlatanism +charlatanistic +charlatanry +charlatanship +Charleen +Charlene +Charles +Charleston +Charley +Charlie +charlock +Charlotte +charm +charmedly +charmel +charmer +charmful +charmfully +charmfulness +charming +charmingly +charmingness +charmless +charmlessly +charmwise +charnel +charnockite +Charon +Charonian +Charonic +Charontas +Charophyta +charpit +charpoy +charqued +charqui +charr +Charruan +Charruas +charry +charshaf +charsingha +chart +chartaceous +charter +charterable +charterage +chartered +charterer +charterhouse +Charterist +charterless +chartermaster +charthouse +charting +Chartism +Chartist +chartist +chartless +chartographist +chartology +chartometer +chartophylax +chartreuse +Chartreux +chartroom +chartula +chartulary +charuk +charwoman +chary +Charybdian +Charybdis +chasable +chase +chaseable +chaser +Chasidim +chasing +chasm +chasma +chasmal +chasmed +chasmic +chasmogamic +chasmogamous +chasmogamy +chasmophyte +chasmy +chasse +Chasselas +chassepot +chasseur +chassignite +chassis +Chastacosta +chaste +chastely +chasten +chastener +chasteness +chasteningly +chastenment +chasteweed +chastisable +chastise +chastisement +chastiser +chastity +chasuble +chasubled +chat +chataka +Chateau +chateau +chateaux +chatelain +chatelaine +chatelainry +chatellany +chathamite +chati +Chatillon +Chatino +Chatot +chatoyance +chatoyancy +chatoyant +chatsome +chatta +chattable +Chattanooga +Chattanoogan +chattation +chattel +chattelhood +chattelism +chattelization +chattelize +chattelship +chatter +chatteration +chatterbag +chatterbox +chatterer +chattering +chatteringly +chattermag +chattermagging +Chattertonian +chattery +Chatti +chattily +chattiness +chatting +chattingly +chatty +chatwood +Chaucerian +Chauceriana +Chaucerianism +Chaucerism +Chauchat +chaudron +chauffer +chauffeur +chauffeurship +Chaui +chauk +chaukidari +Chauliodes +chaulmoogra +chaulmoograte +chaulmoogric +Chauna +chaus +chausseemeile +Chautauqua +Chautauquan +chaute +chauth +chauvinism +chauvinist +chauvinistic +chauvinistically +Chavante +Chavantean +chavender +chavibetol +chavicin +chavicine +chavicol +chavish +chaw +chawan +chawbacon +chawer +Chawia +chawk +chawl +chawstick +chay +chaya +chayaroot +Chayma +Chayota +chayote +chayroot +chazan +Chazy +che +cheap +cheapen +cheapener +cheapery +cheaping +cheapish +cheaply +cheapness +Cheapside +cheat +cheatable +cheatableness +cheatee +cheater +cheatery +cheating +cheatingly +cheatrie +Chebacco +chebec +chebel +chebog +chebule +chebulinic +Chechehet +Chechen +check +checkable +checkage +checkbird +checkbite +checkbook +checked +checker +checkerbelly +checkerberry +checkerbloom +checkerboard +checkerbreast +checkered +checkerist +checkers +checkerwise +checkerwork +checkhook +checkless +checkman +checkmate +checkoff +checkrack +checkrein +checkroll +checkroom +checkrope +checkrow +checkrowed +checkrower +checkstone +checkstrap +checkstring +checkup +checkweigher +checkwork +checky +cheddaring +cheddite +cheder +chedlock +chee +cheecha +cheechako +cheek +cheekbone +cheeker +cheekily +cheekiness +cheekish +cheekless +cheekpiece +cheeky +cheep +cheeper +cheepily +cheepiness +cheepy +cheer +cheered +cheerer +cheerful +cheerfulize +cheerfully +cheerfulness +cheerfulsome +cheerily +cheeriness +cheering +cheeringly +cheerio +cheerleader +cheerless +cheerlessly +cheerlessness +cheerly +cheery +cheese +cheeseboard +cheesebox +cheeseburger +cheesecake +cheesecloth +cheesecurd +cheesecutter +cheeseflower +cheeselip +cheesemonger +cheesemongering +cheesemongerly +cheesemongery +cheeseparer +cheeseparing +cheeser +cheesery +cheesewood +cheesiness +cheesy +cheet +cheetah +cheeter +cheetie +chef +Chefrinia +chegoe +chegre +Chehalis +Cheilanthes +cheilitis +Cheilodipteridae +Cheilodipterus +Cheilostomata +cheilostomatous +cheir +cheiragra +Cheiranthus +Cheirogaleus +Cheiroglossa +cheirognomy +cheirography +cheirolin +cheirology +cheiromancy +cheiromegaly +cheiropatagium +cheiropodist +cheiropody +cheiropompholyx +Cheiroptera +cheiropterygium +cheirosophy +cheirospasm +Cheirotherium +Cheka +chekan +cheke +cheki +Chekist +chekmak +chela +chelaship +chelate +chelation +chelem +chelerythrine +chelicer +chelicera +cheliceral +chelicerate +chelicere +chelide +chelidon +chelidonate +chelidonian +chelidonic +chelidonine +Chelidonium +Chelidosaurus +Cheliferidea +cheliferous +cheliform +chelingo +cheliped +Chellean +chello +Chelodina +chelodine +chelone +Chelonia +chelonian +chelonid +Chelonidae +cheloniid +Cheloniidae +chelonin +chelophore +chelp +Cheltenham +Chelura +Chelydidae +Chelydra +Chelydridae +chelydroid +chelys +Chemakuan +chemasthenia +chemawinite +Chemehuevi +chemesthesis +chemiatric +chemiatrist +chemiatry +chemic +chemical +chemicalization +chemicalize +chemically +chemicker +chemicoastrological +chemicobiologic +chemicobiology +chemicocautery +chemicodynamic +chemicoengineering +chemicoluminescence +chemicomechanical +chemicomineralogical +chemicopharmaceutical +chemicophysical +chemicophysics +chemicophysiological +chemicovital +chemigraph +chemigraphic +chemigraphy +chemiloon +chemiluminescence +chemiotactic +chemiotaxic +chemiotaxis +chemiotropic +chemiotropism +chemiphotic +chemis +chemise +chemisette +chemism +chemisorb +chemisorption +chemist +chemistry +chemitype +chemitypy +chemoceptor +chemokinesis +chemokinetic +chemolysis +chemolytic +chemolyze +chemoreception +chemoreceptor +chemoreflex +chemoresistance +chemoserotherapy +chemosis +chemosmosis +chemosmotic +chemosynthesis +chemosynthetic +chemotactic +chemotactically +chemotaxis +chemotaxy +chemotherapeutic +chemotherapeutics +chemotherapist +chemotherapy +chemotic +chemotropic +chemotropically +chemotropism +Chemung +chemurgic +chemurgical +chemurgy +Chen +chena +chende +chenevixite +Cheney +cheng +chenica +chenille +cheniller +chenopod +Chenopodiaceae +chenopodiaceous +Chenopodiales +Chenopodium +cheoplastic +chepster +cheque +Chequers +Chera +chercock +cherem +Cheremiss +Cheremissian +cherimoya +cherish +cherishable +cherisher +cherishing +cherishingly +cherishment +Cherkess +Cherkesser +Chermes +Chermidae +Chermish +Chernomorish +chernozem +Cherokee +cheroot +cherried +cherry +cherryblossom +cherrylike +chersonese +Chersydridae +chert +cherte +cherty +cherub +cherubic +cherubical +cherubically +cherubim +cherubimic +cherubimical +cherubin +Cherusci +Chervante +chervil +chervonets +Chesapeake +Cheshire +cheson +chess +chessboard +chessdom +chessel +chesser +chessist +chessman +chessmen +chesstree +chessylite +chest +Chester +chester +chesterfield +Chesterfieldian +chesterlite +chestful +chestily +chestiness +chestnut +chestnutty +chesty +Chet +cheth +chettik +chetty +chetverik +chetvert +chevage +cheval +chevalier +chevaline +chevance +cheve +cheven +chevener +chevesaile +chevin +Cheviot +chevisance +chevise +chevon +chevrette +chevron +chevrone +chevronel +chevronelly +chevronwise +chevrony +chevrotain +chevy +chew +chewbark +chewer +chewink +chewstick +chewy +Cheyenne +cheyney +chhatri +chi +chia +Chiam +Chian +Chianti +Chiapanec +Chiapanecan +chiaroscurist +chiaroscuro +chiasm +chiasma +chiasmal +chiasmatype +chiasmatypy +chiasmic +Chiasmodon +chiasmodontid +Chiasmodontidae +chiasmus +chiastic +chiastolite +chiastoneural +chiastoneurous +chiastoneury +chiaus +Chibcha +Chibchan +chibinite +chibouk +chibrit +chic +chicane +chicaner +chicanery +chicaric +chicayote +Chicha +chichi +chichicaste +Chichimec +chichimecan +chichipate +chichipe +chichituna +chick +chickabiddy +chickadee +Chickahominy +Chickamauga +chickaree +Chickasaw +chickasaw +chickell +chicken +chickenberry +chickenbill +chickenbreasted +chickenhearted +chickenheartedly +chickenheartedness +chickenhood +chickenweed +chickenwort +chicker +chickhood +chickling +chickstone +chickweed +chickwit +chicky +chicle +chicness +Chico +chico +Chicomecoatl +chicory +chicot +chicote +chicqued +chicquer +chicquest +chicquing +chid +chidden +chide +chider +chiding +chidingly +chidingness +chidra +chief +chiefdom +chiefery +chiefess +chiefest +chiefish +chiefless +chiefling +chiefly +chiefship +chieftain +chieftaincy +chieftainess +chieftainry +chieftainship +chieftess +chield +Chien +chien +chiffer +chiffon +chiffonade +chiffonier +chiffony +chifforobe +chigetai +chiggak +chigger +chiggerweed +chignon +chignoned +chigoe +chih +chihfu +Chihuahua +chikara +chil +chilacavote +chilalgia +chilarium +chilblain +Chilcat +child +childbearing +childbed +childbirth +childcrowing +childe +childed +Childermas +childhood +childing +childish +childishly +childishness +childkind +childless +childlessness +childlike +childlikeness +childly +childness +childrenite +childridden +childship +childward +chile +Chilean +Chileanization +Chileanize +chilectropion +chilenite +chili +chiliad +chiliadal +chiliadic +chiliagon +chiliahedron +chiliarch +chiliarchia +chiliarchy +chiliasm +chiliast +chiliastic +chilicote +chilicothe +chilidium +Chilina +Chilinidae +chiliomb +Chilion +chilitis +Chilkat +chill +chilla +chillagite +chilled +chiller +chillily +chilliness +chilling +chillingly +chillish +Chilliwack +chillness +chillo +chillroom +chillsome +chillum +chillumchee +chilly +chilognath +Chilognatha +chilognathan +chilognathous +chilogrammo +chiloma +Chilomastix +chiloncus +chiloplasty +chilopod +Chilopoda +chilopodan +chilopodous +Chilopsis +Chilostoma +Chilostomata +chilostomatous +chilostome +chilotomy +Chiltern +chilver +chimaera +chimaerid +Chimaeridae +chimaeroid +Chimaeroidei +Chimakuan +Chimakum +Chimalakwe +Chimalapa +Chimane +chimango +Chimaphila +Chimarikan +Chimariko +chimble +chime +chimer +chimera +chimeric +chimerical +chimerically +chimericalness +chimesmaster +chiminage +Chimmesyan +chimney +chimneyhead +chimneyless +chimneyman +Chimonanthus +chimopeelagic +chimpanzee +Chimu +Chin +chin +china +chinaberry +chinalike +Chinaman +chinamania +chinamaniac +chinampa +chinanta +Chinantecan +Chinantecs +chinaphthol +chinar +chinaroot +Chinatown +chinaware +chinawoman +chinband +chinch +chincha +Chinchasuyu +chinchayote +chinche +chincherinchee +chinchilla +chinching +chincloth +chincough +chine +chined +Chinee +Chinese +Chinesery +ching +chingma +Chingpaw +Chinhwan +chinik +chinin +Chink +chink +chinkara +chinker +chinkerinchee +chinking +chinkle +chinks +chinky +chinless +chinnam +chinned +chinny +chino +chinoa +chinol +Chinook +Chinookan +chinotoxine +chinotti +chinpiece +chinquapin +chinse +chint +chintz +chinwood +Chiococca +chiococcine +Chiogenes +chiolite +chionablepsia +Chionanthus +Chionaspis +Chionididae +Chionis +Chionodoxa +Chiot +chiotilla +Chip +chip +chipchap +chipchop +Chipewyan +chiplet +chipling +chipmunk +chippable +chippage +chipped +Chippendale +chipper +chipping +chippy +chips +chipwood +Chiquitan +Chiquito +chiragra +chiral +chiralgia +chirality +chirapsia +chirarthritis +chirata +Chiriana +Chiricahua +Chiriguano +chirimen +Chirino +chirinola +chiripa +chirivita +chirk +chirm +chiro +chirocosmetics +chirogale +chirognomic +chirognomically +chirognomist +chirognomy +chirognostic +chirograph +chirographary +chirographer +chirographic +chirographical +chirography +chirogymnast +chirological +chirologically +chirologist +chirology +chiromance +chiromancer +chiromancist +chiromancy +chiromant +chiromantic +chiromantical +Chiromantis +chiromegaly +chirometer +Chiromyidae +Chiromys +Chiron +chironomic +chironomid +Chironomidae +Chironomus +chironomy +chironym +chiropatagium +chiroplasty +chiropod +chiropodial +chiropodic +chiropodical +chiropodist +chiropodistry +chiropodous +chiropody +chiropompholyx +chiropractic +chiropractor +chiropraxis +chiropter +Chiroptera +chiropteran +chiropterite +chiropterophilous +chiropterous +chiropterygian +chiropterygious +chiropterygium +chirosophist +chirospasm +Chirotes +chirotherian +Chirotherium +chirothesia +chirotonsor +chirotonsory +chirotony +chirotype +chirp +chirper +chirpily +chirpiness +chirping +chirpingly +chirpling +chirpy +chirr +chirrup +chirruper +chirrupy +chirurgeon +chirurgery +Chisedec +chisel +chiseled +chiseler +chisellike +chiselly +chiselmouth +chit +Chita +chitak +chital +chitchat +chitchatty +Chitimacha +Chitimachan +chitin +chitinization +chitinized +chitinocalcareous +chitinogenous +chitinoid +chitinous +chiton +chitosamine +chitosan +chitose +chitra +Chitrali +chittamwood +chitter +chitterling +chitty +chivalresque +chivalric +chivalrous +chivalrously +chivalrousness +chivalry +chive +chivey +chiviatite +Chiwere +chkalik +chladnite +chlamyd +chlamydate +chlamydeous +Chlamydobacteriaceae +chlamydobacteriaceous +Chlamydobacteriales +Chlamydomonadaceae +Chlamydomonadidae +Chlamydomonas +Chlamydosaurus +Chlamydoselachidae +Chlamydoselachus +chlamydospore +Chlamydozoa +chlamydozoan +chlamyphore +Chlamyphorus +chlamys +Chleuh +chloanthite +chloasma +Chloe +chlor +chloracetate +chloragogen +chloral +chloralformamide +chloralide +chloralism +chloralization +chloralize +chloralose +chloralum +chloramide +chloramine +chloramphenicol +chloranemia +chloranemic +chloranhydride +chloranil +Chloranthaceae +chloranthaceous +Chloranthus +chloranthy +chlorapatite +chlorastrolite +chlorate +chlorazide +chlorcosane +chlordan +chlordane +chlore +Chlorella +Chlorellaceae +chlorellaceous +chloremia +chlorenchyma +chlorhydrate +chlorhydric +chloric +chloridate +chloridation +chloride +Chloridella +Chloridellidae +chlorider +chloridize +chlorimeter +chlorimetric +chlorimetry +chlorinate +chlorination +chlorinator +chlorine +chlorinize +chlorinous +chloriodide +Chlorion +Chlorioninae +chlorite +chloritic +chloritization +chloritize +chloritoid +chlorize +chlormethane +chlormethylic +chloroacetate +chloroacetic +chloroacetone +chloroacetophenone +chloroamide +chloroamine +chloroanaemia +chloroanemia +chloroaurate +chloroauric +chloroaurite +chlorobenzene +chlorobromide +chlorocalcite +chlorocarbonate +chlorochromates +chlorochromic +chlorochrous +Chlorococcaceae +Chlorococcales +Chlorococcum +Chlorococcus +chlorocresol +chlorocruorin +chlorodize +chloroform +chloroformate +chloroformic +chloroformism +chloroformist +chloroformization +chloroformize +chlorogenic +chlorogenine +chlorohydrin +chlorohydrocarbon +chloroiodide +chloroleucite +chloroma +chloromelanite +chlorometer +chloromethane +chlorometric +chlorometry +Chloromycetin +chloronitrate +chloropal +chloropalladates +chloropalladic +chlorophane +chlorophenol +chlorophoenicite +Chlorophora +Chlorophyceae +chlorophyceous +chlorophyl +chlorophyll +chlorophyllaceous +chlorophyllan +chlorophyllase +chlorophyllian +chlorophyllide +chlorophylliferous +chlorophylligenous +chlorophylligerous +chlorophyllin +chlorophyllite +chlorophylloid +chlorophyllose +chlorophyllous +chloropia +chloropicrin +chloroplast +chloroplastic +chloroplastid +chloroplatinate +chloroplatinic +chloroplatinite +chloroplatinous +chloroprene +chloropsia +chloroquine +chlorosilicate +chlorosis +chlorospinel +chlorosulphonic +chlorotic +chlorous +chlorozincate +chlorsalol +chloryl +Chnuphis +cho +choachyte +choana +choanate +Choanephora +choanocytal +choanocyte +Choanoflagellata +choanoflagellate +Choanoflagellida +Choanoflagellidae +choanoid +choanophorous +choanosomal +choanosome +choate +choaty +chob +choca +chocard +Chocho +chocho +chock +chockablock +chocker +chockler +chockman +Choco +Chocoan +chocolate +Choctaw +choel +choenix +Choeropsis +Choes +choffer +choga +chogak +chogset +Choiak +choice +choiceful +choiceless +choicelessness +choicely +choiceness +choicy +choil +choiler +choir +choirboy +choirlike +choirman +choirmaster +choirwise +Choisya +chokage +choke +chokeberry +chokebore +chokecherry +chokedamp +choker +chokered +chokerman +chokestrap +chokeweed +chokidar +choking +chokingly +chokra +choky +Chol +chol +Chola +chola +cholagogic +cholagogue +cholalic +cholane +cholangioitis +cholangitis +cholanic +cholanthrene +cholate +chold +choleate +cholecyanine +cholecyst +cholecystalgia +cholecystectasia +cholecystectomy +cholecystenterorrhaphy +cholecystenterostomy +cholecystgastrostomy +cholecystic +cholecystitis +cholecystnephrostomy +cholecystocolostomy +cholecystocolotomy +cholecystoduodenostomy +cholecystogastrostomy +cholecystogram +cholecystography +cholecystoileostomy +cholecystojejunostomy +cholecystokinin +cholecystolithiasis +cholecystolithotripsy +cholecystonephrostomy +cholecystopexy +cholecystorrhaphy +cholecystostomy +cholecystotomy +choledoch +choledochal +choledochectomy +choledochitis +choledochoduodenostomy +choledochoenterostomy +choledocholithiasis +choledocholithotomy +choledocholithotripsy +choledochoplasty +choledochorrhaphy +choledochostomy +choledochotomy +cholehematin +choleic +choleine +choleinic +cholelith +cholelithiasis +cholelithic +cholelithotomy +cholelithotripsy +cholelithotrity +cholemia +choleokinase +cholepoietic +choler +cholera +choleraic +choleric +cholericly +cholericness +choleriform +cholerigenous +cholerine +choleroid +choleromania +cholerophobia +cholerrhagia +cholestane +cholestanol +cholesteatoma +cholesteatomatous +cholestene +cholesterate +cholesteremia +cholesteric +cholesterin +cholesterinemia +cholesterinic +cholesterinuria +cholesterol +cholesterolemia +cholesteroluria +cholesterosis +cholesteryl +choletelin +choletherapy +choleuria +choli +choliamb +choliambic +choliambist +cholic +choline +cholinergic +cholinesterase +cholinic +cholla +choller +Cholo +cholochrome +cholocyanine +Choloepus +chologenetic +choloidic +choloidinic +chololith +chololithic +Cholonan +Cholones +cholophein +cholorrhea +choloscopy +cholterheaded +cholum +choluria +Choluteca +chomp +chondral +chondralgia +chondrarsenite +chondre +chondrectomy +chondrenchyma +chondric +chondrification +chondrify +chondrigen +chondrigenous +Chondrilla +chondrin +chondrinous +chondriocont +chondriome +chondriomere +chondriomite +chondriosomal +chondriosome +chondriosphere +chondrite +chondritic +chondritis +chondroadenoma +chondroalbuminoid +chondroangioma +chondroarthritis +chondroblast +chondroblastoma +chondrocarcinoma +chondrocele +chondroclasis +chondroclast +chondrocoracoid +chondrocostal +chondrocranial +chondrocranium +chondrocyte +chondrodite +chondroditic +chondrodynia +chondrodystrophia +chondrodystrophy +chondroendothelioma +chondroepiphysis +chondrofetal +chondrofibroma +chondrofibromatous +Chondroganoidei +chondrogen +chondrogenesis +chondrogenetic +chondrogenous +chondrogeny +chondroglossal +chondroglossus +chondrography +chondroid +chondroitic +chondroitin +chondrolipoma +chondrology +chondroma +chondromalacia +chondromatous +chondromucoid +Chondromyces +chondromyoma +chondromyxoma +chondromyxosarcoma +chondropharyngeal +chondropharyngeus +chondrophore +chondrophyte +chondroplast +chondroplastic +chondroplasty +chondroprotein +chondropterygian +Chondropterygii +chondropterygious +chondrosamine +chondrosarcoma +chondrosarcomatous +chondroseptum +chondrosin +chondrosis +chondroskeleton +chondrostean +Chondrostei +chondrosteoma +chondrosteous +chondrosternal +chondrotome +chondrotomy +chondroxiphoid +chondrule +chondrus +chonolith +chonta +Chontal +Chontalan +Chontaquiro +chontawood +choop +choosable +choosableness +choose +chooser +choosing +choosingly +choosy +chop +chopa +chopboat +chopfallen +chophouse +chopin +chopine +choplogic +chopped +chopper +choppered +chopping +choppy +chopstick +Chopunnish +Chora +choragic +choragion +choragium +choragus +choragy +Chorai +choral +choralcelo +choraleon +choralist +chorally +Chorasmian +chord +chorda +Chordaceae +chordacentrous +chordacentrum +chordaceous +chordal +chordally +chordamesoderm +Chordata +chordate +chorded +Chordeiles +chorditis +chordoid +chordomesoderm +chordotomy +chordotonal +chore +chorea +choreal +choreatic +choree +choregic +choregus +choregy +choreic +choreiform +choreograph +choreographer +choreographic +choreographical +choreography +choreoid +choreomania +chorepiscopal +chorepiscopus +choreus +choreutic +chorial +choriamb +choriambic +choriambize +choriambus +choric +chorine +chorioadenoma +chorioallantoic +chorioallantoid +chorioallantois +choriocapillaris +choriocapillary +choriocarcinoma +choriocele +chorioepithelioma +chorioid +chorioidal +chorioiditis +chorioidocyclitis +chorioidoiritis +chorioidoretinitis +chorioma +chorion +chorionepithelioma +chorionic +Chorioptes +chorioptic +chorioretinal +chorioretinitis +Choripetalae +choripetalous +choriphyllous +chorisepalous +chorisis +chorism +chorist +choristate +chorister +choristership +choristic +choristoblastoma +choristoma +choristry +chorization +chorizont +chorizontal +chorizontes +chorizontic +chorizontist +chorogi +chorograph +chorographer +chorographic +chorographical +chorographically +chorography +choroid +choroidal +choroidea +choroiditis +choroidocyclitis +choroidoiritis +choroidoretinitis +chorological +chorologist +chorology +choromania +choromanic +chorometry +chorook +Chorotega +Choroti +chort +chorten +Chorti +chortle +chortler +chortosterol +chorus +choruser +choruslike +Chorwat +choryos +chose +chosen +chott +Chou +Chouan +Chouanize +chouette +chough +chouka +choultry +choup +chouquette +chous +chouse +chouser +chousingha +chow +Chowanoc +chowchow +chowder +chowderhead +chowderheaded +chowk +chowry +choya +choyroot +Chozar +chrematheism +chrematist +chrematistic +chrematistics +chreotechnics +chresmology +chrestomathic +chrestomathics +chrestomathy +chria +chrimsel +Chris +chrism +chrisma +chrismal +chrismary +chrismatine +chrismation +chrismatite +chrismatize +chrismatory +chrismon +chrisom +chrisomloosing +chrisroot +Chrissie +Christ +Christabel +Christadelphian +Christadelphianism +christcross +Christdom +Christed +christen +Christendie +Christendom +christened +christener +christening +Christenmas +Christhood +Christiad +Christian +Christiana +Christiania +Christianiadeal +Christianism +christianite +Christianity +Christianization +Christianize +Christianizer +Christianlike +Christianly +Christianness +Christianogentilism +Christianography +Christianomastix +Christianopaganism +Christicide +Christie +Christiform +Christina +Christine +Christless +Christlessness +Christlike +Christlikeness +Christliness +Christly +Christmas +Christmasberry +Christmasing +Christmastide +Christmasy +Christocentric +Christofer +Christogram +Christolatry +Christological +Christologist +Christology +Christophany +Christophe +Christopher +Christos +chroatol +Chrobat +chroma +chromaffin +chromaffinic +chromammine +chromaphil +chromaphore +chromascope +chromate +chromatic +chromatical +chromatically +chromatician +chromaticism +chromaticity +chromatics +chromatid +chromatin +chromatinic +Chromatioideae +chromatism +chromatist +Chromatium +chromatize +chromatocyte +chromatodysopia +chromatogenous +chromatogram +chromatograph +chromatographic +chromatography +chromatoid +chromatology +chromatolysis +chromatolytic +chromatometer +chromatone +chromatopathia +chromatopathic +chromatopathy +chromatophil +chromatophile +chromatophilia +chromatophilic +chromatophilous +chromatophobia +chromatophore +chromatophoric +chromatophorous +chromatoplasm +chromatopsia +chromatoptometer +chromatoptometry +chromatoscope +chromatoscopy +chromatosis +chromatosphere +chromatospheric +chromatrope +chromaturia +chromatype +chromazurine +chromdiagnosis +chrome +chromene +chromesthesia +chromic +chromicize +chromid +Chromidae +Chromides +chromidial +Chromididae +chromidiogamy +chromidiosome +chromidium +chromidrosis +chromiferous +chromiole +chromism +chromite +chromitite +chromium +chromo +Chromobacterieae +Chromobacterium +chromoblast +chromocenter +chromocentral +chromochalcographic +chromochalcography +chromocollograph +chromocollographic +chromocollography +chromocollotype +chromocollotypy +chromocratic +chromocyte +chromocytometer +chromodermatosis +chromodiascope +chromogen +chromogene +chromogenesis +chromogenetic +chromogenic +chromogenous +chromogram +chromograph +chromoisomer +chromoisomeric +chromoisomerism +chromoleucite +chromolipoid +chromolith +chromolithic +chromolithograph +chromolithographer +chromolithographic +chromolithography +chromolysis +chromomere +chromometer +chromone +chromonema +chromoparous +chromophage +chromophane +chromophile +chromophilic +chromophilous +chromophobic +chromophore +chromophoric +chromophorous +chromophotograph +chromophotographic +chromophotography +chromophotolithograph +chromophyll +chromoplasm +chromoplasmic +chromoplast +chromoplastid +chromoprotein +chromopsia +chromoptometer +chromoptometrical +chromosantonin +chromoscope +chromoscopic +chromoscopy +chromosomal +chromosome +chromosphere +chromospheric +chromotherapist +chromotherapy +chromotrope +chromotropic +chromotropism +chromotropy +chromotype +chromotypic +chromotypographic +chromotypography +chromotypy +chromous +chromoxylograph +chromoxylography +chromule +chromy +chromyl +chronal +chronanagram +chronaxia +chronaxie +chronaxy +chronic +chronical +chronically +chronicity +chronicle +chronicler +chronicon +chronisotherm +chronist +chronobarometer +chronocinematography +chronocrator +chronocyclegraph +chronodeik +chronogeneous +chronogenesis +chronogenetic +chronogram +chronogrammatic +chronogrammatical +chronogrammatically +chronogrammatist +chronogrammic +chronograph +chronographer +chronographic +chronographical +chronographically +chronography +chronoisothermal +chronologer +chronologic +chronological +chronologically +chronologist +chronologize +chronology +chronomancy +chronomantic +chronometer +chronometric +chronometrical +chronometrically +chronometry +chrononomy +chronopher +chronophotograph +chronophotographic +chronophotography +Chronos +chronoscope +chronoscopic +chronoscopically +chronoscopy +chronosemic +chronostichon +chronothermal +chronothermometer +chronotropic +chronotropism +Chroococcaceae +chroococcaceous +Chroococcales +chroococcoid +Chroococcus +Chrosperma +chrotta +chrysal +chrysalid +chrysalidal +chrysalides +chrysalidian +chrysaline +chrysalis +chrysaloid +chrysamine +chrysammic +chrysamminic +Chrysamphora +chrysaniline +chrysanisic +chrysanthemin +chrysanthemum +chrysanthous +Chrysaor +chrysarobin +chrysatropic +chrysazin +chrysazol +chryselectrum +chryselephantine +Chrysemys +chrysene +chrysenic +chrysid +Chrysidella +chrysidid +Chrysididae +chrysin +Chrysippus +Chrysis +chrysoaristocracy +Chrysobalanaceae +Chrysobalanus +chrysoberyl +chrysobull +chrysocarpous +chrysochlore +Chrysochloridae +Chrysochloris +chrysochlorous +chrysochrous +chrysocolla +chrysocracy +chrysoeriol +chrysogen +chrysograph +chrysographer +chrysography +chrysohermidin +chrysoidine +chrysolite +chrysolitic +chrysology +Chrysolophus +chrysomelid +Chrysomelidae +chrysomonad +Chrysomonadales +Chrysomonadina +chrysomonadine +Chrysomyia +Chrysopa +chrysopal +chrysopee +chrysophan +chrysophanic +Chrysophanus +chrysophenine +chrysophilist +chrysophilite +Chrysophlyctis +chrysophyll +Chrysophyllum +chrysopid +Chrysopidae +chrysopoeia +chrysopoetic +chrysopoetics +chrysoprase +Chrysops +Chrysopsis +chrysorin +chrysosperm +Chrysosplenium +Chrysothamnus +Chrysothrix +chrysotile +Chrysotis +chrystocrene +chthonian +chthonic +chthonophagia +chthonophagy +chub +chubbed +chubbedness +chubbily +chubbiness +chubby +Chuchona +Chuck +chuck +chucker +chuckhole +chuckies +chucking +chuckingly +chuckle +chucklehead +chuckleheaded +chuckler +chucklingly +chuckrum +chuckstone +chuckwalla +chucky +Chud +chuddar +Chude +Chudic +Chueta +chufa +chuff +chuffy +chug +chugger +chuhra +Chuje +chukar +Chukchi +chukker +chukor +chulan +chullpa +chum +Chumashan +Chumawi +chummage +chummer +chummery +chummily +chummy +chump +chumpaka +chumpish +chumpishness +Chumpivilca +chumpy +chumship +Chumulu +Chun +chun +chunari +Chuncho +chunga +chunk +chunkhead +chunkily +chunkiness +chunky +chunner +chunnia +chunter +chupak +chupon +chuprassie +chuprassy +church +churchanity +churchcraft +churchdom +churchful +churchgoer +churchgoing +churchgrith +churchianity +churchified +churchiness +churching +churchish +churchism +churchite +churchless +churchlet +churchlike +churchliness +churchly +churchman +churchmanly +churchmanship +churchmaster +churchscot +churchward +churchwarden +churchwardenism +churchwardenize +churchwardenship +churchwards +churchway +churchwise +churchwoman +churchy +churchyard +churel +churinga +churl +churled +churlhood +churlish +churlishly +churlishness +churly +churm +churn +churnability +churnful +churning +churnmilk +churnstaff +Churoya +Churoyan +churr +Churrigueresque +churruck +churrus +churrworm +chut +chute +chuter +chutney +Chuvash +Chwana +chyack +chyak +chylaceous +chylangioma +chylaqueous +chyle +chylemia +chylidrosis +chylifaction +chylifactive +chylifactory +chyliferous +chylific +chylification +chylificatory +chyliform +chylify +chylocaulous +chylocauly +chylocele +chylocyst +chyloid +chylomicron +chylopericardium +chylophyllous +chylophylly +chylopoiesis +chylopoietic +chylosis +chylothorax +chylous +chyluria +chymaqueous +chymase +chyme +chymia +chymic +chymiferous +chymification +chymify +chymosin +chymosinogen +chymotrypsin +chymotrypsinogen +chymous +chypre +chytra +chytrid +Chytridiaceae +chytridiaceous +chytridial +Chytridiales +chytridiose +chytridiosis +Chytridium +Chytroi +cibarial +cibarian +cibarious +cibation +cibol +Cibola +Cibolan +Ciboney +cibophobia +ciborium +cibory +ciboule +cicad +cicada +Cicadellidae +cicadid +Cicadidae +cicala +cicatrice +cicatrices +cicatricial +cicatricle +cicatricose +cicatricula +cicatricule +cicatrisive +cicatrix +cicatrizant +cicatrizate +cicatrization +cicatrize +cicatrizer +cicatrose +Cicely +cicely +cicer +ciceronage +cicerone +ciceroni +Ciceronian +Ciceronianism +Ciceronianize +Ciceronic +Ciceronically +ciceronism +ciceronize +cichlid +Cichlidae +cichloid +cichoraceous +Cichoriaceae +cichoriaceous +Cichorium +Cicindela +cicindelid +cicindelidae +cicisbeism +ciclatoun +Ciconia +Ciconiae +ciconian +ciconiid +Ciconiidae +ciconiiform +Ciconiiformes +ciconine +ciconioid +Cicuta +cicutoxin +Cid +cidarid +Cidaridae +cidaris +Cidaroida +cider +ciderish +ciderist +ciderkin +cig +cigala +cigar +cigaresque +cigarette +cigarfish +cigarillo +cigarito +cigarless +cigua +ciguatera +cilectomy +cilia +ciliary +Ciliata +ciliate +ciliated +ciliately +ciliation +cilice +Cilician +cilicious +Cilicism +ciliella +ciliferous +ciliform +ciliiferous +ciliiform +Cilioflagellata +cilioflagellate +ciliograde +ciliolate +ciliolum +Ciliophora +cilioretinal +cilioscleral +ciliospinal +ciliotomy +cilium +cillosis +cimbia +Cimbri +Cimbrian +Cimbric +cimelia +cimex +cimicid +Cimicidae +cimicide +cimiciform +Cimicifuga +cimicifugin +cimicoid +ciminite +cimline +Cimmeria +Cimmerian +Cimmerianism +cimolite +cinch +cincher +cincholoipon +cincholoiponic +cinchomeronic +Cinchona +Cinchonaceae +cinchonaceous +cinchonamine +cinchonate +cinchonia +cinchonic +cinchonicine +cinchonidia +cinchonidine +cinchonine +cinchoninic +cinchonism +cinchonization +cinchonize +cinchonology +cinchophen +cinchotine +cinchotoxine +cincinnal +Cincinnati +Cincinnatia +Cincinnatian +cincinnus +Cinclidae +Cinclidotus +cinclis +Cinclus +cinct +cincture +cinder +Cinderella +cinderlike +cinderman +cinderous +cindery +Cindie +Cindy +cine +cinecamera +cinefilm +cinel +cinema +Cinemascope +cinematic +cinematical +cinematically +cinematize +cinematograph +cinematographer +cinematographic +cinematographical +cinematographically +cinematographist +cinematography +cinemelodrama +cinemize +cinemograph +cinenchyma +cinenchymatous +cinene +cinenegative +cineole +cineolic +cinephone +cinephotomicrography +cineplastics +cineplasty +cineraceous +Cinerama +Cineraria +cinerarium +cinerary +cineration +cinerator +cinerea +cinereal +cinereous +cineritious +cinevariety +cingle +cingular +cingulate +cingulated +cingulum +cinnabar +cinnabaric +cinnabarine +cinnamal +cinnamaldehyde +cinnamate +cinnamein +cinnamene +cinnamenyl +cinnamic +Cinnamodendron +cinnamol +cinnamomic +Cinnamomum +cinnamon +cinnamoned +cinnamonic +cinnamonlike +cinnamonroot +cinnamonwood +cinnamyl +cinnamylidene +cinnoline +cinnyl +cinquain +cinque +cinquecentism +cinquecentist +cinquecento +cinquefoil +cinquefoiled +cinquepace +cinter +Cinura +cinuran +cinurous +cion +cionectomy +cionitis +cionocranial +cionocranian +cionoptosis +cionorrhaphia +cionotome +cionotomy +Cipango +cipher +cipherable +cipherdom +cipherer +cipherhood +cipo +cipolin +cippus +circa +Circaea +Circaeaceae +Circaetus +Circassian +Circassic +Circe +Circean +Circensian +circinal +circinate +circinately +circination +Circinus +circiter +circle +circled +circler +circlet +circlewise +circling +circovarian +circuit +circuitable +circuital +circuiteer +circuiter +circuition +circuitman +circuitor +circuitous +circuitously +circuitousness +circuity +circulable +circulant +circular +circularism +circularity +circularization +circularize +circularizer +circularly +circularness +circularwise +circulate +circulation +circulative +circulator +circulatory +circumagitate +circumagitation +circumambages +circumambagious +circumambience +circumambiency +circumambient +circumambulate +circumambulation +circumambulator +circumambulatory +circumanal +circumantarctic +circumarctic +circumarticular +circumaviate +circumaviation +circumaviator +circumaxial +circumaxile +circumaxillary +circumbasal +circumbendibus +circumboreal +circumbuccal +circumbulbar +circumcallosal +Circumcellion +circumcenter +circumcentral +circumcinct +circumcincture +circumcircle +circumcise +circumciser +circumcision +circumclude +circumclusion +circumcolumnar +circumcone +circumconic +circumcorneal +circumcrescence +circumcrescent +circumdenudation +circumdiction +circumduce +circumduct +circumduction +circumesophagal +circumesophageal +circumference +circumferential +circumferentially +circumferentor +circumflant +circumflect +circumflex +circumflexion +circumfluence +circumfluent +circumfluous +circumforaneous +circumfulgent +circumfuse +circumfusile +circumfusion +circumgenital +circumgyrate +circumgyration +circumgyratory +circumhorizontal +circumincession +circuminsession +circuminsular +circumintestinal +circumitineration +circumjacence +circumjacency +circumjacent +circumlental +circumlitio +circumlittoral +circumlocute +circumlocution +circumlocutional +circumlocutionary +circumlocutionist +circumlocutory +circummeridian +circummeridional +circummigration +circummundane +circummure +circumnatant +circumnavigable +circumnavigate +circumnavigation +circumnavigator +circumnavigatory +circumneutral +circumnuclear +circumnutate +circumnutation +circumnutatory +circumocular +circumoesophagal +circumoral +circumorbital +circumpacific +circumpallial +circumparallelogram +circumpentagon +circumplicate +circumplication +circumpolar +circumpolygon +circumpose +circumposition +circumradius +circumrenal +circumrotate +circumrotation +circumrotatory +circumsail +circumscissile +circumscribable +circumscribe +circumscribed +circumscriber +circumscript +circumscription +circumscriptive +circumscriptively +circumscriptly +circumsinous +circumspangle +circumspatial +circumspect +circumspection +circumspective +circumspectively +circumspectly +circumspectness +circumspheral +circumstance +circumstanced +circumstantiability +circumstantiable +circumstantial +circumstantiality +circumstantially +circumstantialness +circumstantiate +circumstantiation +circumtabular +circumterraneous +circumterrestrial +circumtonsillar +circumtropical +circumumbilical +circumundulate +circumundulation +circumvallate +circumvallation +circumvascular +circumvent +circumventer +circumvention +circumventive +circumventor +circumviate +circumvolant +circumvolute +circumvolution +circumvolutory +circumvolve +circumzenithal +circus +circusy +cirque +cirrate +cirrated +Cirratulidae +Cirratulus +Cirrhopetalum +cirrhosed +cirrhosis +cirrhotic +cirrhous +cirri +cirribranch +cirriferous +cirriform +cirrigerous +cirrigrade +cirriped +Cirripedia +cirripedial +cirrolite +cirropodous +cirrose +Cirrostomi +cirrous +cirrus +cirsectomy +Cirsium +cirsocele +cirsoid +cirsomphalos +cirsophthalmia +cirsotome +cirsotomy +ciruela +cirurgian +Cisalpine +cisalpine +Cisalpinism +cisandine +cisatlantic +cisco +cise +cisele +cisgangetic +cisjurane +cisleithan +cismarine +Cismontane +cismontane +Cismontanism +cisoceanic +cispadane +cisplatine +cispontine +cisrhenane +Cissampelos +cissing +cissoid +cissoidal +Cissus +cist +cista +Cistaceae +cistaceous +cistae +cisted +Cistercian +Cistercianism +cistern +cisterna +cisternal +cistic +cistophoric +cistophorus +Cistudo +Cistus +cistvaen +cit +citable +citadel +citation +citator +citatory +cite +citee +Citellus +citer +citess +cithara +Citharexylum +citharist +citharista +citharoedi +citharoedic +citharoedus +cither +citied +citification +citified +citify +Citigradae +citigrade +citizen +citizendom +citizeness +citizenhood +citizenish +citizenism +citizenize +citizenly +citizenry +citizenship +citole +citraconate +citraconic +citral +citramide +citramontane +citrange +citrangeade +citrate +citrated +citrean +citrene +citreous +citric +citriculture +citriculturist +citril +citrin +citrination +citrine +citrinin +citrinous +citrometer +Citromyces +citron +citronade +citronella +citronellal +citronelle +citronellic +citronellol +citronin +citronwood +Citropsis +citropten +citrous +citrullin +Citrullus +Citrus +citrus +citrylidene +cittern +citua +city +citycism +citydom +cityfolk +cityful +cityish +cityless +cityness +cityscape +cityward +citywards +cive +civet +civetlike +civetone +civic +civically +civicism +civics +civil +civilian +civility +civilizable +civilization +civilizational +civilizatory +civilize +civilized +civilizedness +civilizee +civilizer +civilly +civilness +civism +Civitan +civvy +cixiid +Cixiidae +Cixo +clabber +clabbery +clachan +clack +Clackama +clackdish +clacker +clacket +clackety +clad +cladanthous +cladautoicous +cladding +cladine +cladocarpous +Cladocera +cladoceran +cladocerous +cladode +cladodial +cladodont +cladodontid +Cladodontidae +Cladodus +cladogenous +Cladonia +Cladoniaceae +cladoniaceous +cladonioid +Cladophora +Cladophoraceae +cladophoraceous +Cladophorales +cladophyll +cladophyllum +cladoptosis +cladose +Cladoselache +Cladoselachea +cladoselachian +Cladoselachidae +cladosiphonic +Cladosporium +Cladothrix +Cladrastis +cladus +clag +claggum +claggy +Claiborne +Claibornian +claim +claimable +claimant +claimer +claimless +clairaudience +clairaudient +clairaudiently +clairce +Claire +clairecole +clairecolle +clairschach +clairschacher +clairsentience +clairsentient +clairvoyance +clairvoyancy +clairvoyant +clairvoyantly +claith +claithes +claiver +Clallam +clam +clamant +clamantly +clamative +Clamatores +clamatorial +clamatory +clamb +clambake +clamber +clamberer +clamcracker +clame +clamer +clammed +clammer +clammily +clamminess +clamming +clammish +clammy +clammyweed +clamor +clamorer +clamorist +clamorous +clamorously +clamorousness +clamorsome +clamp +clamper +clamshell +clamworm +clan +clancular +clancularly +clandestine +clandestinely +clandestineness +clandestinity +clanfellow +clang +clangful +clangingly +clangor +clangorous +clangorously +Clangula +clanjamfray +clanjamfrey +clanjamfrie +clanjamphrey +clank +clankety +clanking +clankingly +clankingness +clankless +clanless +clanned +clanning +clannishly +clannishness +clansfolk +clanship +clansman +clansmanship +clanswoman +Claosaurus +clap +clapboard +clapbread +clapmatch +clapnet +clapped +clapper +clapperclaw +clapperclawer +clapperdudgeon +clappermaclaw +clapping +clapt +claptrap +clapwort +claque +claquer +Clara +clarabella +clarain +Clare +Clarence +Clarenceux +Clarenceuxship +Clarencieux +clarendon +claret +Claretian +Claribel +claribella +Clarice +clarifiant +clarification +clarifier +clarify +clarigation +clarin +Clarinda +clarinet +clarinetist +clarinettist +clarion +clarionet +Clarissa +Clarisse +Clarist +clarity +Clark +clark +clarkeite +Clarkia +claro +Claromontane +clarshech +clart +clarty +clary +clash +clasher +clashingly +clashy +clasmatocyte +clasmatosis +clasp +clasper +clasping +claspt +class +classable +classbook +classed +classer +classes +classfellow +classic +classical +classicalism +classicalist +classicality +classicalize +classically +classicalness +classicism +classicist +classicistic +classicize +classicolatry +classifiable +classific +classifically +classification +classificational +classificator +classificatory +classified +classifier +classis +classism +classman +classmanship +classmate +classroom +classwise +classwork +classy +clastic +clat +clatch +Clathraceae +clathraceous +Clathraria +clathrarian +clathrate +Clathrina +Clathrinidae +clathroid +clathrose +clathrulate +Clathrus +Clatsop +clatter +clatterer +clatteringly +clattertrap +clattery +clatty +Claude +claudent +claudetite +Claudia +Claudian +claudicant +claudicate +claudication +Claudio +Claudius +claught +clausal +clause +Clausilia +Clausiliidae +clausthalite +claustra +claustral +claustration +claustrophobia +claustrum +clausula +clausular +clausule +clausure +claut +clava +clavacin +claval +Clavaria +Clavariaceae +clavariaceous +clavate +clavated +clavately +clavation +clave +clavecin +clavecinist +clavel +clavelization +clavelize +clavellate +clavellated +claver +clavial +claviature +clavicembalo +Claviceps +clavichord +clavichordist +clavicithern +clavicle +clavicorn +clavicornate +Clavicornes +Clavicornia +clavicotomy +clavicular +clavicularium +claviculate +claviculus +clavicylinder +clavicymbal +clavicytherium +clavier +clavierist +claviform +claviger +clavigerous +claviharp +clavilux +claviol +clavipectoral +clavis +clavodeltoid +clavodeltoideus +clavola +clavolae +clavolet +clavus +clavy +claw +clawed +clawer +clawk +clawker +clawless +Clay +clay +claybank +claybrained +clayen +clayer +clayey +clayiness +clayish +claylike +clayman +claymore +Clayoquot +claypan +Clayton +Claytonia +clayware +clayweed +cleach +clead +cleaded +cleading +cleam +cleamer +clean +cleanable +cleaner +cleanhanded +cleanhandedness +cleanhearted +cleaning +cleanish +cleanlily +cleanliness +cleanly +cleanness +cleanout +cleansable +cleanse +cleanser +cleansing +cleanskins +cleanup +clear +clearable +clearage +clearance +clearcole +clearedness +clearer +clearheaded +clearheadedly +clearheadedness +clearhearted +clearing +clearinghouse +clearish +clearly +clearness +clearskins +clearstarch +clearweed +clearwing +cleat +cleavability +cleavable +cleavage +cleave +cleaveful +cleavelandite +cleaver +cleavers +cleaverwort +cleaving +cleavingly +cleche +cleck +cled +cledge +cledgy +cledonism +clee +cleek +cleeked +cleeky +clef +cleft +clefted +cleg +cleidagra +cleidarthritis +cleidocostal +cleidocranial +cleidohyoid +cleidomancy +cleidomastoid +cleidorrhexis +cleidoscapular +cleidosternal +cleidotomy +cleidotripsy +cleistocarp +cleistocarpous +cleistogamic +cleistogamically +cleistogamous +cleistogamously +cleistogamy +cleistogene +cleistogenous +cleistogeny +cleistothecium +Cleistothecopsis +cleithral +cleithrum +Clem +clem +Clematis +clematite +Clemclemalats +clemence +clemency +Clement +clement +Clementina +Clementine +clemently +clench +cleoid +Cleome +Cleopatra +clep +Clepsine +clepsydra +cleptobiosis +cleptobiotic +clerestoried +clerestory +clergy +clergyable +clergylike +clergyman +clergywoman +cleric +clerical +clericalism +clericalist +clericality +clericalize +clerically +clericate +clericature +clericism +clericity +clerid +Cleridae +clerihew +clerisy +clerk +clerkage +clerkdom +clerkery +clerkess +clerkhood +clerking +clerkish +clerkless +clerklike +clerkliness +clerkly +clerkship +Clerodendron +cleromancy +cleronomy +cleruch +cleruchial +cleruchic +cleruchy +Clerus +cletch +Clethra +Clethraceae +clethraceous +cleuch +cleve +cleveite +clever +cleverality +cleverish +cleverishly +cleverly +cleverness +clevis +clew +cliack +clianthus +cliche +click +clicker +clicket +clickless +clicky +Clidastes +cliency +client +clientage +cliental +cliented +clientelage +clientele +clientless +clientry +clientship +Cliff +cliff +cliffed +cliffless +clifflet +clifflike +Clifford +cliffside +cliffsman +cliffweed +cliffy +clift +Cliftonia +cliftonite +clifty +clima +Climaciaceae +climaciaceous +Climacium +climacteric +climacterical +climacterically +climactic +climactical +climactically +climacus +climata +climatal +climate +climath +climatic +climatical +climatically +Climatius +climatize +climatographical +climatography +climatologic +climatological +climatologically +climatologist +climatology +climatometer +climatotherapeutics +climatotherapy +climature +climax +climb +climbable +climber +climbing +clime +climograph +clinal +clinamen +clinamina +clinandria +clinandrium +clinanthia +clinanthium +clinch +clincher +clinchingly +clinchingness +cline +cling +clinger +clingfish +clinging +clingingly +clingingness +clingstone +clingy +clinia +clinic +clinical +clinically +clinician +clinicist +clinicopathological +clinium +clink +clinker +clinkerer +clinkery +clinking +clinkstone +clinkum +clinoaxis +clinocephalic +clinocephalism +clinocephalous +clinocephalus +clinocephaly +clinochlore +clinoclase +clinoclasite +clinodiagonal +clinodomatic +clinodome +clinograph +clinographic +clinohedral +clinohedrite +clinohumite +clinoid +clinologic +clinology +clinometer +clinometric +clinometrical +clinometry +clinopinacoid +clinopinacoidal +Clinopodium +clinoprism +clinopyramid +clinopyroxene +clinorhombic +clinospore +clinostat +clinquant +clint +clinting +Clinton +Clintonia +clintonite +clinty +Clio +Cliona +Clione +clip +clipei +clipeus +clippable +clipped +clipper +clipperman +clipping +clips +clipse +clipsheet +clipsome +clipt +clique +cliquedom +cliqueless +cliquish +cliquishly +cliquishness +cliquism +cliquy +cliseometer +clisere +clishmaclaver +Clisiocampa +Clistogastra +clit +clitch +clite +clitella +clitellar +clitelliferous +clitelline +clitellum +clitellus +clites +clithe +clithral +clithridiate +clitia +clition +Clitocybe +Clitoria +clitoridauxe +clitoridean +clitoridectomy +clitoriditis +clitoridotomy +clitoris +clitorism +clitoritis +clitter +clitterclatter +clival +clive +clivers +Clivia +clivis +clivus +cloaca +cloacal +cloacaline +cloacean +cloacinal +cloacinean +cloacitis +cloak +cloakage +cloaked +cloakedly +cloaking +cloakless +cloaklet +cloakmaker +cloakmaking +cloakroom +cloakwise +cloam +cloamen +cloamer +clobber +clobberer +clochan +cloche +clocher +clochette +clock +clockbird +clockcase +clocked +clocker +clockface +clockhouse +clockkeeper +clockless +clocklike +clockmaker +clockmaking +clockmutch +clockroom +clocksmith +clockwise +clockwork +clod +clodbreaker +clodder +cloddily +cloddiness +cloddish +cloddishly +cloddishness +cloddy +clodhead +clodhopper +clodhopping +clodlet +clodpate +clodpated +clodpoll +cloff +clog +clogdogdo +clogger +cloggily +clogginess +cloggy +cloghad +cloglike +clogmaker +clogmaking +clogwood +clogwyn +cloiochoanitic +cloisonless +cloisonne +cloister +cloisteral +cloistered +cloisterer +cloisterless +cloisterlike +cloisterliness +cloisterly +cloisterwise +cloistral +cloistress +cloit +clomb +clomben +clonal +clone +clonic +clonicity +clonicotonic +clonism +clonorchiasis +Clonorchis +Clonothrix +clonus +cloof +cloop +cloot +clootie +clop +cloragen +clorargyrite +cloriodid +closable +close +closecross +closed +closefisted +closefistedly +closefistedness +closehanded +closehearted +closely +closemouth +closemouthed +closen +closeness +closer +closestool +closet +closewing +closh +closish +closter +Closterium +clostridial +Clostridium +closure +clot +clotbur +clote +cloth +clothbound +clothe +clothes +clothesbag +clothesbasket +clothesbrush +clotheshorse +clothesline +clothesman +clothesmonger +clothespin +clothespress +clothesyard +clothier +clothify +Clothilda +clothing +clothmaker +clothmaking +Clotho +clothworker +clothy +clottage +clottedness +clotter +clotty +cloture +clotweed +cloud +cloudage +cloudberry +cloudburst +cloudcap +clouded +cloudful +cloudily +cloudiness +clouding +cloudland +cloudless +cloudlessly +cloudlessness +cloudlet +cloudlike +cloudling +cloudology +cloudscape +cloudship +cloudward +cloudwards +cloudy +clough +clour +clout +clouted +clouter +clouterly +clouty +clove +cloven +clovene +clover +clovered +cloverlay +cloverleaf +cloveroot +cloverroot +clovery +clow +clown +clownade +clownage +clownery +clownheal +clownish +clownishly +clownishness +clownship +clowring +cloy +cloyedness +cloyer +cloying +cloyingly +cloyingness +cloyless +cloysome +club +clubbability +clubbable +clubbed +clubber +clubbily +clubbing +clubbish +clubbism +clubbist +clubby +clubdom +clubfellow +clubfisted +clubfoot +clubfooted +clubhand +clubhaul +clubhouse +clubionid +Clubionidae +clubland +clubman +clubmate +clubmobile +clubmonger +clubridden +clubroom +clubroot +clubstart +clubster +clubweed +clubwoman +clubwood +cluck +clue +cluff +clump +clumpish +clumproot +clumpy +clumse +clumsily +clumsiness +clumsy +clunch +clung +Cluniac +Cluniacensian +Clunisian +Clunist +clunk +clupanodonic +Clupea +clupeid +Clupeidae +clupeiform +clupeine +Clupeodei +clupeoid +cluricaune +Clusia +Clusiaceae +clusiaceous +cluster +clusterberry +clustered +clusterfist +clustering +clusteringly +clustery +clutch +clutchman +cluther +clutter +clutterer +clutterment +cluttery +cly +Clyde +Clydesdale +Clydeside +Clydesider +clyer +clyfaker +clyfaking +Clymenia +clype +clypeal +Clypeaster +Clypeastridea +Clypeastrina +clypeastroid +Clypeastroida +Clypeastroidea +clypeate +clypeiform +clypeolar +clypeolate +clypeole +clypeus +clysis +clysma +clysmian +clysmic +clyster +clysterize +Clytemnestra +cnemapophysis +cnemial +cnemidium +Cnemidophorus +cnemis +Cneoraceae +cneoraceous +Cneorum +cnicin +Cnicus +cnida +Cnidaria +cnidarian +Cnidian +cnidoblast +cnidocell +cnidocil +cnidocyst +cnidophore +cnidophorous +cnidopod +cnidosac +Cnidoscolus +cnidosis +coabode +coabound +coabsume +coacceptor +coacervate +coacervation +coach +coachability +coachable +coachbuilder +coachbuilding +coachee +coacher +coachfellow +coachful +coaching +coachlet +coachmaker +coachmaking +coachman +coachmanship +coachmaster +coachsmith +coachsmithing +coachway +coachwhip +coachwise +coachwoman +coachwork +coachwright +coachy +coact +coaction +coactive +coactively +coactivity +coactor +coadamite +coadapt +coadaptation +coadequate +coadjacence +coadjacency +coadjacent +coadjacently +coadjudicator +coadjust +coadjustment +coadjutant +coadjutator +coadjute +coadjutement +coadjutive +coadjutor +coadjutorship +coadjutress +coadjutrix +coadjuvancy +coadjuvant +coadjuvate +coadminister +coadministration +coadministrator +coadministratrix +coadmiration +coadmire +coadmit +coadnate +coadore +coadsorbent +coadunate +coadunation +coadunative +coadunatively +coadunite +coadventure +coadventurer +coadvice +coaffirmation +coafforest +coaged +coagency +coagent +coaggregate +coaggregated +coaggregation +coagitate +coagitator +coagment +coagonize +coagriculturist +coagula +coagulability +coagulable +coagulant +coagulase +coagulate +coagulation +coagulative +coagulator +coagulatory +coagulin +coagulometer +coagulose +coagulum +Coahuiltecan +coaid +coaita +coak +coakum +coal +coalbag +coalbagger +coalbin +coalbox +coaldealer +coaler +coalesce +coalescence +coalescency +coalescent +coalfish +coalfitter +coalhole +coalification +coalify +Coalite +coalition +coalitional +coalitioner +coalitionist +coalize +coalizer +coalless +coalmonger +coalmouse +coalpit +coalrake +coalsack +coalternate +coalternation +coalternative +coaltitude +coaly +coalyard +coambassador +coambulant +coamiable +coaming +Coan +coanimate +coannex +coannihilate +coapostate +coapparition +coappear +coappearance +coapprehend +coapprentice +coappriser +coapprover +coapt +coaptate +coaptation +coaration +coarb +coarbiter +coarbitrator +coarctate +coarctation +coardent +coarrange +coarrangement +coarse +coarsely +coarsen +coarseness +coarsish +coascend +coassert +coasserter +coassession +coassessor +coassignee +coassist +coassistance +coassistant +coassume +coast +coastal +coastally +coaster +Coastguard +coastguardman +coasting +coastland +coastman +coastside +coastwaiter +coastward +coastwards +coastways +coastwise +coat +coated +coatee +coater +coati +coatie +coatimondie +coatimundi +coating +coatless +coatroom +coattail +coattailed +coattend +coattest +coattestation +coattestator +coaudience +coauditor +coaugment +coauthor +coauthority +coauthorship +coawareness +coax +coaxal +coaxation +coaxer +coaxial +coaxially +coaxing +coaxingly +coaxy +cob +cobaea +cobalt +cobaltammine +cobaltic +cobalticyanic +cobalticyanides +cobaltiferous +cobaltinitrite +cobaltite +cobaltocyanic +cobaltocyanide +cobaltous +cobang +cobbed +cobber +cobberer +cobbing +cobble +cobbler +cobblerfish +cobblerism +cobblerless +cobblership +cobblery +cobblestone +cobbling +cobbly +cobbra +cobby +cobcab +Cobdenism +Cobdenite +cobego +cobelief +cobeliever +cobelligerent +cobenignity +coberger +cobewail +cobhead +cobia +cobiron +cobishop +Cobitidae +Cobitis +coble +cobleman +Coblentzian +Cobleskill +cobless +cobloaf +cobnut +cobola +coboundless +cobourg +cobra +cobreathe +cobridgehead +cobriform +cobrother +cobstone +coburg +coburgess +coburgher +coburghership +Cobus +cobweb +cobwebbery +cobwebbing +cobwebby +cobwork +coca +cocaceous +cocaine +cocainism +cocainist +cocainization +cocainize +cocainomania +cocainomaniac +Cocama +Cocamama +cocamine +Cocanucos +cocarboxylase +cocash +cocashweed +cocause +cocautioner +Coccaceae +coccagee +coccal +Cocceian +Cocceianism +coccerin +cocci +coccid +Coccidae +coccidia +coccidial +coccidian +Coccidiidea +coccidioidal +Coccidioides +Coccidiomorpha +coccidiosis +coccidium +coccidology +cocciferous +cocciform +coccigenic +coccinella +coccinellid +Coccinellidae +coccionella +cocco +coccobacillus +coccochromatic +Coccogonales +coccogone +Coccogoneae +coccogonium +coccoid +coccolite +coccolith +coccolithophorid +Coccolithophoridae +Coccoloba +Coccolobis +Coccomyces +coccosphere +coccostean +coccosteid +Coccosteidae +Coccosteus +Coccothraustes +coccothraustine +Coccothrinax +coccous +coccule +cocculiferous +Cocculus +cocculus +coccus +coccydynia +coccygalgia +coccygeal +coccygean +coccygectomy +coccygerector +coccyges +coccygeus +coccygine +coccygodynia +coccygomorph +Coccygomorphae +coccygomorphic +coccygotomy +coccyodynia +coccyx +Coccyzus +cocentric +cochairman +cochal +cochief +Cochin +cochineal +cochlea +cochlear +cochleare +Cochlearia +cochlearifoliate +cochleariform +cochleate +cochleated +cochleiform +cochleitis +cochleous +cochlidiid +Cochlidiidae +cochliodont +Cochliodontidae +Cochliodus +Cochlospermaceae +cochlospermaceous +Cochlospermum +Cochranea +cochurchwarden +cocillana +cocircular +cocircularity +cocitizen +cocitizenship +cock +cockade +cockaded +Cockaigne +cockal +cockalorum +cockamaroo +cockarouse +cockateel +cockatoo +cockatrice +cockawee +cockbell +cockbill +cockbird +cockboat +cockbrain +cockchafer +cockcrow +cockcrower +cockcrowing +cocked +Cocker +cocker +cockerel +cockermeg +cockernony +cocket +cockeye +cockeyed +cockfight +cockfighting +cockhead +cockhorse +cockieleekie +cockily +cockiness +cocking +cockish +cockle +cockleboat +cocklebur +cockled +cockler +cockleshell +cocklet +cocklewife +cocklight +cockling +cockloft +cockly +cockmaster +cockmatch +cockmate +cockneian +cockneity +cockney +cockneybred +cockneydom +cockneyese +cockneyess +cockneyfication +cockneyfy +cockneyish +cockneyishly +cockneyism +cockneyize +cockneyland +cockneyship +cockpit +cockroach +cockscomb +cockscombed +cocksfoot +cockshead +cockshot +cockshut +cockshy +cockshying +cockspur +cockstone +cocksure +cocksuredom +cocksureism +cocksurely +cocksureness +cocksurety +cocktail +cockthrowing +cockup +cockweed +cocky +Cocle +coco +cocoa +cocoach +cocobolo +Coconino +coconnection +coconqueror +coconscious +coconsciously +coconsciousness +coconsecrator +coconspirator +coconstituent +cocontractor +Coconucan +Coconuco +coconut +cocoon +cocoonery +cocorico +cocoroot +Cocos +cocotte +cocovenantor +cocowood +cocowort +cocozelle +cocreate +cocreator +cocreatorship +cocreditor +cocrucify +coctile +coction +coctoantigen +coctoprecipitin +cocuisa +cocullo +cocurator +cocurrent +cocuswood +cocuyo +Cocytean +Cocytus +cod +coda +codamine +codbank +codder +codding +coddle +coddler +code +codebtor +codeclination +codecree +codefendant +codeine +codeless +codelight +codelinquency +codelinquent +codenization +codeposit +coder +coderive +codescendant +codespairer +codex +codfish +codfisher +codfishery +codger +codhead +codheaded +Codiaceae +codiaceous +Codiaeum +Codiales +codical +codices +codicil +codicilic +codicillary +codictatorship +codification +codifier +codify +codilla +codille +codiniac +codirectional +codirector +codiscoverer +codisjunct +codist +Codium +codivine +codling +codman +codo +codol +codomestication +codominant +codon +codpiece +codpitchings +Codrus +codshead +codworm +coe +coecal +coecum +coed +coeditor +coeditorship +coeducate +coeducation +coeducational +coeducationalism +coeducationalize +coeducationally +coeffect +coefficacy +coefficient +coefficiently +coeffluent +coeffluential +coelacanth +coelacanthid +Coelacanthidae +coelacanthine +Coelacanthini +coelacanthoid +coelacanthous +coelanaglyphic +coelar +coelarium +Coelastraceae +coelastraceous +Coelastrum +Coelata +coelder +coeldership +Coelebogyne +coelect +coelection +coelector +coelectron +coelelminth +Coelelminthes +coelelminthic +Coelentera +Coelenterata +coelenterate +coelenteric +coelenteron +coelestine +coelevate +coelho +coelia +coeliac +coelialgia +coelian +Coelicolae +Coelicolist +coeligenous +coelin +coeline +coeliomyalgia +coeliorrhea +coeliorrhoea +coelioscopy +coeliotomy +coeloblastic +coeloblastula +Coelococcus +coelodont +coelogastrula +Coeloglossum +Coelogyne +coelom +coeloma +Coelomata +coelomate +coelomatic +coelomatous +coelomesoblast +coelomic +Coelomocoela +coelomopore +coelonavigation +coelongated +coeloplanula +coelosperm +coelospermous +coelostat +coelozoic +coemanate +coembedded +coembody +coembrace +coeminency +coemperor +coemploy +coemployee +coemployment +coempt +coemption +coemptional +coemptionator +coemptive +coemptor +coenact +coenactor +coenaculous +coenamor +coenamorment +coenamourment +coenanthium +coendear +Coendidae +Coendou +coendure +coenenchym +coenenchyma +coenenchymal +coenenchymatous +coenenchyme +coenesthesia +coenesthesis +coenflame +coengage +coengager +coenjoy +coenobe +coenobiar +coenobic +coenobioid +coenobium +coenoblast +coenoblastic +coenocentrum +coenocyte +coenocytic +coenodioecism +coenoecial +coenoecic +coenoecium +coenogamete +coenomonoecism +coenosarc +coenosarcal +coenosarcous +coenosite +coenospecies +coenospecific +coenospecifically +coenosteal +coenosteum +coenotrope +coenotype +coenotypic +coenthrone +coenurus +coenzyme +coequal +coequality +coequalize +coequally +coequalness +coequate +coequated +coequation +coerce +coercement +coercer +coercibility +coercible +coercibleness +coercibly +coercion +coercionary +coercionist +coercitive +coercive +coercively +coerciveness +coercivity +Coerebidae +coeruleolactite +coessential +coessentiality +coessentially +coessentialness +coestablishment +coestate +coetaneity +coetaneous +coetaneously +coetaneousness +coeternal +coeternally +coeternity +coetus +coeval +coevality +coevally +coexchangeable +coexclusive +coexecutant +coexecutor +coexecutrix +coexert +coexertion +coexist +coexistence +coexistency +coexistent +coexpand +coexpanded +coexperiencer +coexpire +coexplosion +coextend +coextension +coextensive +coextensively +coextensiveness +coextent +cofactor +Cofane +cofaster +cofather +cofathership +cofeature +cofeoffee +coferment +cofermentation +coff +Coffea +coffee +coffeebush +coffeecake +coffeegrower +coffeegrowing +coffeehouse +coffeeleaf +coffeepot +coffeeroom +coffeetime +coffeeweed +coffeewood +coffer +cofferdam +cofferer +cofferfish +coffering +cofferlike +cofferwork +coffin +coffinless +coffinmaker +coffinmaking +coffle +coffret +cofighter +coforeknown +coformulator +cofounder +cofoundress +cofreighter +coft +cofunction +cog +cogence +cogency +cogener +cogeneric +cogent +cogently +cogged +cogger +coggie +cogging +coggle +coggledy +cogglety +coggly +coghle +cogitability +cogitable +cogitabund +cogitabundity +cogitabundly +cogitabundous +cogitant +cogitantly +cogitate +cogitatingly +cogitation +cogitative +cogitatively +cogitativeness +cogitativity +cogitator +coglorify +coglorious +cogman +cognac +cognate +cognateness +cognatic +cognatical +cognation +cognisable +cognisance +cognition +cognitional +cognitive +cognitively +cognitum +cognizability +cognizable +cognizableness +cognizably +cognizance +cognizant +cognize +cognizee +cognizer +cognizor +cognomen +cognominal +cognominate +cognomination +cognosce +cognoscent +cognoscibility +cognoscible +cognoscitive +cognoscitively +cogon +cogonal +cogovernment +cogovernor +cogracious +cograil +cogrediency +cogredient +cogroad +Cogswellia +coguarantor +coguardian +cogue +cogway +cogwheel +cogwood +cohabit +cohabitancy +cohabitant +cohabitation +coharmonious +coharmoniously +coharmonize +coheartedness +coheir +coheiress +coheirship +cohelper +cohelpership +Cohen +cohenite +coherald +cohere +coherence +coherency +coherent +coherently +coherer +coheretic +coheritage +coheritor +cohesibility +cohesible +cohesion +cohesive +cohesively +cohesiveness +cohibit +cohibition +cohibitive +cohibitor +coho +cohoba +cohobate +cohobation +cohobator +cohol +cohort +cohortation +cohortative +cohosh +cohune +cohusband +coidentity +coif +coifed +coiffure +coign +coigue +coil +coiled +coiler +coiling +coilsmith +coimmense +coimplicant +coimplicate +coimplore +coin +coinable +coinage +coincide +coincidence +coincidency +coincident +coincidental +coincidentally +coincidently +coincider +coinclination +coincline +coinclude +coincorporate +coindicant +coindicate +coindication +coindwelling +coiner +coinfeftment +coinfer +coinfinite +coinfinity +coinhabit +coinhabitant +coinhabitor +coinhere +coinherence +coinherent +coinheritance +coinheritor +coining +coinitial +coinmaker +coinmaking +coinmate +coinspire +coinstantaneity +coinstantaneous +coinstantaneously +coinstantaneousness +coinsurance +coinsure +cointense +cointension +cointensity +cointer +cointerest +cointersecting +cointise +Cointreau +coinventor +coinvolve +coiny +coir +coislander +coistrel +coistril +coital +coition +coiture +coitus +Coix +cojudge +cojuror +cojusticiar +coke +cokelike +cokeman +coker +cokernut +cokery +coking +coky +col +Cola +cola +colaborer +Colada +colalgia +Colan +colander +colane +colarin +colate +colation +colatitude +colatorium +colature +colauxe +colback +colberter +colbertine +Colbertism +colcannon +Colchian +Colchicaceae +colchicine +Colchicum +Colchis +colchyte +Colcine +colcothar +cold +colder +coldfinch +coldhearted +coldheartedly +coldheartedness +coldish +coldly +coldness +coldproof +coldslaw +Cole +cole +coleader +colecannon +colectomy +Coleen +colegatee +colegislator +colemanite +colemouse +Coleochaetaceae +coleochaetaceous +Coleochaete +Coleophora +Coleophoridae +coleopter +Coleoptera +coleopteral +coleopteran +coleopterist +coleopteroid +coleopterological +coleopterology +coleopteron +coleopterous +coleoptile +coleoptilum +coleorhiza +Coleosporiaceae +Coleosporium +coleplant +coleseed +coleslaw +colessee +colessor +coletit +coleur +Coleus +colewort +coli +Colias +colibacillosis +colibacterin +colibri +colic +colical +colichemarde +colicky +colicolitis +colicroot +colicweed +colicwort +colicystitis +colicystopyelitis +coliform +Coliidae +Coliiformes +colilysin +Colima +colima +Colin +colin +colinear +colinephritis +coling +Colinus +coliplication +colipuncture +colipyelitis +colipyuria +colisepsis +Coliseum +coliseum +colitic +colitis +colitoxemia +coliuria +Colius +colk +coll +Colla +collaborate +collaboration +collaborationism +collaborationist +collaborative +collaboratively +collaborator +collage +collagen +collagenic +collagenous +collapse +collapsibility +collapsible +collar +collarband +collarbird +collarbone +collard +collare +collared +collaret +collarino +collarless +collarman +collatable +collate +collatee +collateral +collaterality +collaterally +collateralness +collation +collationer +collatitious +collative +collator +collatress +collaud +collaudation +colleague +colleagueship +collect +collectability +collectable +collectanea +collectarium +collected +collectedly +collectedness +collectibility +collectible +collection +collectional +collectioner +collective +collectively +collectiveness +collectivism +collectivist +collectivistic +collectivistically +collectivity +collectivization +collectivize +collector +collectorate +collectorship +collectress +colleen +collegatary +college +colleger +collegial +collegialism +collegiality +collegian +collegianer +Collegiant +collegiate +collegiately +collegiateness +collegiation +collegium +Collembola +collembolan +collembole +collembolic +collembolous +collenchyma +collenchymatic +collenchymatous +collenchyme +collencytal +collencyte +Colleri +Colleries +Collery +collery +collet +colleter +colleterial +colleterium +Colletes +Colletia +colletic +Colletidae +colletin +Colletotrichum +colletside +colley +collibert +colliculate +colliculus +collide +collidine +collie +collied +collier +colliery +collieshangie +colliform +colligate +colligation +colligative +colligible +collimate +collimation +collimator +Collin +collin +collinal +colline +collinear +collinearity +collinearly +collineate +collineation +colling +collingly +collingual +Collins +collins +Collinsia +collinsite +Collinsonia +colliquate +colliquation +colliquative +colliquativeness +collision +collisional +collisive +colloblast +collobrierite +collocal +Collocalia +collocate +collocation +collocationable +collocative +collocatory +collochemistry +collochromate +collock +collocution +collocutor +collocutory +collodiochloride +collodion +collodionization +collodionize +collodiotype +collodium +collogue +colloid +colloidal +colloidality +colloidize +colloidochemical +Collomia +collop +colloped +collophanite +collophore +colloque +colloquia +colloquial +colloquialism +colloquialist +colloquiality +colloquialize +colloquially +colloquialness +colloquist +colloquium +colloquize +colloquy +collothun +collotype +collotypic +collotypy +colloxylin +colluctation +collude +colluder +collum +collumelliaceous +collusion +collusive +collusively +collusiveness +collutorium +collutory +colluvial +colluvies +colly +collyba +Collybia +Collyridian +collyrite +collyrium +collywest +collyweston +collywobbles +colmar +colobin +colobium +coloboma +Colobus +Colocasia +colocentesis +Colocephali +colocephalous +coloclysis +colocola +colocolic +colocynth +colocynthin +colodyspepsia +coloenteritis +cologarithm +Cologne +cololite +Colombian +colombier +colombin +Colombina +colometric +colometrically +colometry +colon +colonalgia +colonate +colonel +colonelcy +colonelship +colongitude +colonial +colonialism +colonialist +colonialize +colonially +colonialness +colonic +colonist +colonitis +colonizability +colonizable +colonization +colonizationist +colonize +colonizer +colonnade +colonnaded +colonnette +colonopathy +colonopexy +colonoscope +colonoscopy +colony +colopexia +colopexotomy +colopexy +colophane +colophany +colophene +colophenic +colophon +colophonate +Colophonian +colophonic +colophonist +colophonite +colophonium +colophony +coloplication +coloproctitis +coloptosis +colopuncture +coloquintid +coloquintida +color +colorability +colorable +colorableness +colorably +Coloradan +Colorado +colorado +coloradoite +colorant +colorate +coloration +colorational +colorationally +colorative +coloratura +colorature +colorcast +colorectitis +colorectostomy +colored +colorer +colorfast +colorful +colorfully +colorfulness +colorific +colorifics +colorimeter +colorimetric +colorimetrical +colorimetrically +colorimetrics +colorimetrist +colorimetry +colorin +coloring +colorist +coloristic +colorization +colorize +colorless +colorlessly +colorlessness +colormaker +colormaking +colorman +colorrhaphy +colors +colortype +Colorum +colory +coloss +colossal +colossality +colossally +colossean +Colosseum +colossi +Colossian +Colossochelys +colossus +Colossuswise +colostomy +colostral +colostration +colostric +colostrous +colostrum +colotomy +colotyphoid +colove +colp +colpenchyma +colpeo +colpeurynter +colpeurysis +colpindach +colpitis +colpocele +colpocystocele +colpohyperplasia +colpohysterotomy +colpoperineoplasty +colpoperineorrhaphy +colpoplastic +colpoplasty +colpoptosis +colporrhagia +colporrhaphy +colporrhea +colporrhexis +colport +colportage +colporter +colporteur +colposcope +colposcopy +colpotomy +colpus +Colt +colt +colter +colthood +coltish +coltishly +coltishness +coltpixie +coltpixy +coltsfoot +coltskin +Coluber +colubrid +Colubridae +colubriform +Colubriformes +Colubriformia +Colubrina +Colubrinae +colubrine +colubroid +colugo +Columba +columbaceous +Columbae +Columban +Columbanian +columbarium +columbary +columbate +columbeion +Columbella +Columbia +columbiad +Columbian +columbic +Columbid +Columbidae +columbier +columbiferous +Columbiformes +columbin +Columbine +columbine +columbite +columbium +columbo +columboid +columbotantalate +columbotitanate +columella +columellar +columellate +Columellia +Columelliaceae +columelliform +column +columnal +columnar +columnarian +columnarity +columnated +columned +columner +columniation +columniferous +columniform +columning +columnist +columnization +columnwise +colunar +colure +Colutea +Colville +coly +Colymbidae +colymbiform +colymbion +Colymbriformes +Colymbus +colyone +colyonic +colytic +colyum +colyumist +colza +coma +comacine +comagistracy +comagmatic +comaker +comal +comamie +Coman +Comanche +Comanchean +Comandra +comanic +comart +Comarum +comate +comatose +comatosely +comatoseness +comatosity +comatous +comatula +comatulid +comb +combaron +combat +combatable +combatant +combater +combative +combatively +combativeness +combativity +combed +comber +combfish +combflower +combinable +combinableness +combinant +combinantive +combinate +combination +combinational +combinative +combinator +combinatorial +combinatory +combine +combined +combinedly +combinedness +combinement +combiner +combing +combining +comble +combless +comblessness +combmaker +combmaking +comboloio +comboy +Combretaceae +combretaceous +Combretum +combure +comburendo +comburent +comburgess +comburimeter +comburimetry +comburivorous +combust +combustibility +combustible +combustibleness +combustibly +combustion +combustive +combustor +combwise +combwright +comby +come +comeback +Comecrudo +comedial +comedian +comediant +comedic +comedical +comedienne +comedietta +comedist +comedo +comedown +comedy +comelily +comeliness +comeling +comely +comendite +comenic +comephorous +comer +comes +comestible +comet +cometarium +cometary +comether +cometic +cometical +cometlike +cometographer +cometographical +cometography +cometoid +cometology +cometwise +comeuppance +comfit +comfiture +comfort +comfortable +comfortableness +comfortably +comforter +comfortful +comforting +comfortingly +comfortless +comfortlessly +comfortlessness +comfortress +comfortroot +comfrey +comfy +Comiakin +comic +comical +comicality +comically +comicalness +comicocratic +comicocynical +comicodidactic +comicography +comicoprosaic +comicotragedy +comicotragic +comicotragical +comicry +Comid +comiferous +Cominform +coming +comingle +comino +Comintern +comism +comital +comitant +comitatensian +comitative +comitatus +comitia +comitial +Comitium +comitragedy +comity +comma +command +commandable +commandant +commandedness +commandeer +commander +commandership +commandery +commanding +commandingly +commandingness +commandless +commandment +commando +commandoman +commandress +commassation +commassee +commatic +commation +commatism +commeasurable +commeasure +commeddle +Commelina +Commelinaceae +commelinaceous +commemorable +commemorate +commemoration +commemorational +commemorative +commemoratively +commemorativeness +commemorator +commemoratory +commemorize +commence +commenceable +commencement +commencer +commend +commendable +commendableness +commendably +commendador +commendam +commendatary +commendation +commendator +commendatory +commender +commendingly +commendment +commensal +commensalism +commensalist +commensalistic +commensality +commensally +commensurability +commensurable +commensurableness +commensurably +commensurate +commensurately +commensurateness +commensuration +comment +commentarial +commentarialism +commentary +commentate +commentation +commentator +commentatorial +commentatorially +commentatorship +commenter +commerce +commerceless +commercer +commerciable +commercial +commercialism +commercialist +commercialistic +commerciality +commercialization +commercialize +commercially +commercium +commerge +commie +comminate +commination +comminative +comminator +comminatory +commingle +comminglement +commingler +comminister +comminuate +comminute +comminution +comminutor +Commiphora +commiserable +commiserate +commiseratingly +commiseration +commiserative +commiseratively +commiserator +commissar +commissarial +commissariat +commissary +commissaryship +commission +commissionaire +commissional +commissionate +commissioner +commissionership +commissionship +commissive +commissively +commissural +commissure +commissurotomy +commit +commitment +committable +committal +committee +committeeism +committeeman +committeeship +committeewoman +committent +committer +committible +committor +commix +commixt +commixtion +commixture +commodatary +commodate +commodation +commodatum +commode +commodious +commodiously +commodiousness +commoditable +commodity +commodore +common +commonable +commonage +commonality +commonalty +commoner +commonership +commoney +commonish +commonition +commonize +commonly +commonness +commonplace +commonplaceism +commonplacely +commonplaceness +commonplacer +commons +commonsensible +commonsensibly +commonsensical +commonsensically +commonty +commonweal +commonwealth +commonwealthism +commorancy +commorant +commorient +commorth +commot +commotion +commotional +commotive +commove +communa +communal +communalism +communalist +communalistic +communality +communalization +communalize +communalizer +communally +communard +commune +communer +communicability +communicable +communicableness +communicably +communicant +communicate +communicatee +communicating +communication +communicative +communicatively +communicativeness +communicator +communicatory +communion +communionist +communique +communism +communist +communistery +communistic +communistically +communital +communitarian +communitary +communitive +communitorium +community +communization +communize +commutability +commutable +commutableness +commutant +commutate +commutation +commutative +commutatively +commutator +commute +commuter +commuting +commutual +commutuality +Comnenian +comoid +comolecule +comortgagee +comose +comourn +comourner +comournful +comous +Comox +compact +compacted +compactedly +compactedness +compacter +compactible +compaction +compactly +compactness +compactor +compacture +compages +compaginate +compagination +companator +companion +companionability +companionable +companionableness +companionably +companionage +companionate +companionize +companionless +companionship +companionway +company +comparability +comparable +comparableness +comparably +comparascope +comparate +comparatival +comparative +comparatively +comparativeness +comparativist +comparator +compare +comparer +comparison +comparition +comparograph +compart +compartition +compartment +compartmental +compartmentalization +compartmentalize +compartmentally +compartmentize +compass +compassable +compasser +compasses +compassing +compassion +compassionable +compassionate +compassionately +compassionateness +compassionless +compassive +compassivity +compassless +compaternity +compatibility +compatible +compatibleness +compatibly +compatriot +compatriotic +compatriotism +compear +compearance +compearant +compeer +compel +compellable +compellably +compellation +compellative +compellent +compeller +compelling +compellingly +compend +compendency +compendent +compendia +compendiary +compendiate +compendious +compendiously +compendiousness +compendium +compenetrate +compenetration +compensable +compensate +compensating +compensatingly +compensation +compensational +compensative +compensativeness +compensator +compensatory +compense +compenser +compesce +compete +competence +competency +competent +competently +competentness +competition +competitioner +competitive +competitively +competitiveness +competitor +competitorship +competitory +competitress +competitrix +compilation +compilator +compilatory +compile +compilement +compiler +compital +Compitalia +compitum +complacence +complacency +complacent +complacential +complacentially +complacently +complain +complainable +complainant +complainer +complainingly +complainingness +complaint +complaintive +complaintiveness +complaisance +complaisant +complaisantly +complaisantness +complanar +complanate +complanation +complect +complected +complement +complemental +complementally +complementalness +complementariness +complementarism +complementary +complementation +complementative +complementer +complementoid +complete +completedness +completely +completement +completeness +completer +completion +completive +completively +completory +complex +complexedness +complexification +complexify +complexion +complexionably +complexional +complexionally +complexioned +complexionist +complexionless +complexity +complexively +complexly +complexness +complexus +compliable +compliableness +compliably +compliance +compliancy +compliant +compliantly +complicacy +complicant +complicate +complicated +complicatedly +complicatedness +complication +complicative +complice +complicitous +complicity +complier +compliment +complimentable +complimental +complimentally +complimentalness +complimentarily +complimentariness +complimentary +complimentation +complimentative +complimenter +complimentingly +complin +complot +complotter +Complutensian +compluvium +comply +compo +compoer +compole +compone +componed +componency +componendo +component +componental +componented +compony +comport +comportment +compos +compose +composed +composedly +composedness +composer +composita +Compositae +composite +compositely +compositeness +composition +compositional +compositionally +compositive +compositively +compositor +compositorial +compositous +composograph +compossibility +compossible +compost +composture +composure +compotation +compotationship +compotator +compotatory +compote +compotor +compound +compoundable +compoundedness +compounder +compounding +compoundness +comprachico +comprador +comprecation +compreg +compregnate +comprehend +comprehender +comprehendible +comprehendingly +comprehense +comprehensibility +comprehensible +comprehensibleness +comprehensibly +comprehension +comprehensive +comprehensively +comprehensiveness +comprehensor +compresbyter +compresbyterial +compresence +compresent +compress +compressed +compressedly +compressibility +compressible +compressibleness +compressingly +compression +compressional +compressive +compressively +compressometer +compressor +compressure +comprest +compriest +comprisable +comprisal +comprise +comprised +compromise +compromiser +compromising +compromisingly +compromissary +compromission +compromissorial +compromit +compromitment +comprovincial +Compsilura +Compsoa +Compsognathus +Compsothlypidae +compter +Comptometer +Comptonia +comptroller +comptrollership +compulsative +compulsatively +compulsatorily +compulsatory +compulsed +compulsion +compulsitor +compulsive +compulsively +compulsiveness +compulsorily +compulsoriness +compulsory +compunction +compunctionary +compunctionless +compunctious +compunctiously +compunctive +compurgation +compurgator +compurgatorial +compurgatory +compursion +computability +computable +computably +computation +computational +computative +computativeness +compute +computer +computist +computus +comrade +comradely +comradery +comradeship +Comsomol +comstockery +Comtian +Comtism +Comtist +comurmurer +Comus +con +conacaste +conacre +conal +conalbumin +conamed +Conant +conarial +conarium +conation +conational +conationalistic +conative +conatus +conaxial +concamerate +concamerated +concameration +concanavalin +concaptive +concassation +concatenary +concatenate +concatenation +concatenator +concausal +concause +concavation +concave +concavely +concaveness +concaver +concavity +conceal +concealable +concealed +concealedly +concealedness +concealer +concealment +concede +conceded +concededly +conceder +conceit +conceited +conceitedly +conceitedness +conceitless +conceity +conceivability +conceivable +conceivableness +conceivably +conceive +conceiver +concelebrate +concelebration +concent +concenter +concentive +concentralization +concentrate +concentrated +concentration +concentrative +concentrativeness +concentrator +concentric +concentrically +concentricity +concentual +concentus +concept +conceptacle +conceptacular +conceptaculum +conception +conceptional +conceptionist +conceptism +conceptive +conceptiveness +conceptual +conceptualism +conceptualist +conceptualistic +conceptuality +conceptualization +conceptualize +conceptually +conceptus +concern +concerned +concernedly +concernedness +concerning +concerningly +concerningness +concernment +concert +concerted +concertedly +concertgoer +concertina +concertinist +concertist +concertize +concertizer +concertmaster +concertmeister +concertment +concerto +concertstuck +concessible +concession +concessionaire +concessional +concessionary +concessioner +concessionist +concessive +concessively +concessiveness +concessor +concettism +concettist +conch +concha +conchal +conchate +conche +conched +concher +Conchifera +conchiferous +conchiform +conchinine +conchiolin +conchitic +conchitis +Conchobor +conchoid +conchoidal +conchoidally +conchological +conchologically +conchologist +conchologize +conchology +conchometer +conchometry +Conchostraca +conchotome +Conchubar +Conchucu +conchuela +conchy +conchyliated +conchyliferous +conchylium +concierge +concile +conciliable +conciliabule +conciliabulum +conciliar +conciliate +conciliating +conciliatingly +conciliation +conciliationist +conciliative +conciliator +conciliatorily +conciliatoriness +conciliatory +concilium +concinnity +concinnous +concionator +concipiency +concipient +concise +concisely +conciseness +concision +conclamant +conclamation +conclave +conclavist +concludable +conclude +concluder +concluding +concludingly +conclusion +conclusional +conclusionally +conclusive +conclusively +conclusiveness +conclusory +concoagulate +concoagulation +concoct +concocter +concoction +concoctive +concoctor +concolor +concolorous +concomitance +concomitancy +concomitant +concomitantly +conconscious +Concord +concord +concordal +concordance +concordancer +concordant +concordantial +concordantly +concordat +concordatory +concorder +concordial +concordist +concordity +concorporate +Concorrezanes +concourse +concreate +concremation +concrement +concresce +concrescence +concrescible +concrescive +concrete +concretely +concreteness +concreter +concretion +concretional +concretionary +concretism +concretive +concretively +concretize +concretor +concubinage +concubinal +concubinarian +concubinary +concubinate +concubine +concubinehood +concubitancy +concubitant +concubitous +concubitus +concupiscence +concupiscent +concupiscible +concupiscibleness +concupy +concur +concurrence +concurrency +concurrent +concurrently +concurrentness +concurring +concurringly +concursion +concurso +concursus +concuss +concussant +concussion +concussional +concussive +concutient +concyclic +concyclically +cond +Condalia +condemn +condemnable +condemnably +condemnate +condemnation +condemnatory +condemned +condemner +condemning +condemningly +condensability +condensable +condensance +condensary +condensate +condensation +condensational +condensative +condensator +condense +condensed +condensedly +condensedness +condenser +condensery +condensity +condescend +condescendence +condescendent +condescender +condescending +condescendingly +condescendingness +condescension +condescensive +condescensively +condescensiveness +condiction +condictious +condiddle +condiddlement +condign +condigness +condignity +condignly +condiment +condimental +condimentary +condisciple +condistillation +condite +condition +conditional +conditionalism +conditionalist +conditionality +conditionalize +conditionally +conditionate +conditioned +conditioner +condivision +condolatory +condole +condolement +condolence +condolent +condoler +condoling +condolingly +condominate +condominium +condonable +condonance +condonation +condonative +condone +condonement +condoner +condor +conduce +conducer +conducing +conducingly +conducive +conduciveness +conduct +conductance +conductibility +conductible +conductility +conductimeter +conductio +conduction +conductional +conductitious +conductive +conductively +conductivity +conductometer +conductometric +conductor +conductorial +conductorless +conductorship +conductory +conductress +conductus +conduit +conduplicate +conduplicated +conduplication +condurangin +condurango +condylar +condylarth +Condylarthra +condylarthrosis +condylarthrous +condyle +condylectomy +condylion +condyloid +condyloma +condylomatous +condylome +condylopod +Condylopoda +condylopodous +condylos +condylotomy +Condylura +condylure +cone +coned +coneen +coneflower +conehead +coneighboring +coneine +conelet +conemaker +conemaking +Conemaugh +conenose +conepate +coner +cones +conessine +Conestoga +confab +confabular +confabulate +confabulation +confabulator +confabulatory +confact +confarreate +confarreation +confated +confect +confection +confectionary +confectioner +confectionery +Confed +confederacy +confederal +confederalist +confederate +confederater +confederatio +confederation +confederationist +confederatism +confederative +confederatize +confederator +confelicity +conferee +conference +conferential +conferment +conferrable +conferral +conferrer +conferruminate +conferted +Conferva +Confervaceae +confervaceous +conferval +Confervales +confervoid +Confervoideae +confervous +confess +confessable +confessant +confessarius +confessary +confessedly +confesser +confessing +confessingly +confession +confessional +confessionalian +confessionalism +confessionalist +confessionary +confessionist +confessor +confessorship +confessory +confidant +confide +confidence +confidency +confident +confidential +confidentiality +confidentially +confidentialness +confidentiary +confidently +confidentness +confider +confiding +confidingly +confidingness +configural +configurate +configuration +configurational +configurationally +configurationism +configurationist +configurative +configure +confinable +confine +confineable +confined +confinedly +confinedness +confineless +confinement +confiner +confining +confinity +confirm +confirmable +confirmand +confirmation +confirmative +confirmatively +confirmatorily +confirmatory +confirmed +confirmedly +confirmedness +confirmee +confirmer +confirming +confirmingly +confirmity +confirmment +confirmor +confiscable +confiscatable +confiscate +confiscation +confiscator +confiscatory +confitent +confiteor +confiture +confix +conflagrant +conflagrate +conflagration +conflagrative +conflagrator +conflagratory +conflate +conflated +conflation +conflict +conflicting +conflictingly +confliction +conflictive +conflictory +conflow +confluence +confluent +confluently +conflux +confluxibility +confluxible +confluxibleness +confocal +conform +conformability +conformable +conformableness +conformably +conformal +conformance +conformant +conformate +conformation +conformator +conformer +conformist +conformity +confound +confoundable +confounded +confoundedly +confoundedness +confounder +confounding +confoundingly +confrater +confraternal +confraternity +confraternization +confrere +confriar +confrication +confront +confrontal +confrontation +confronte +confronter +confrontment +Confucian +Confucianism +Confucianist +confusability +confusable +confusably +confuse +confused +confusedly +confusedness +confusingly +confusion +confusional +confusticate +confustication +confutable +confutation +confutative +confutator +confute +confuter +conga +congeable +congeal +congealability +congealable +congealableness +congealedness +congealer +congealment +congee +congelation +congelative +congelifraction +congeliturbate +congeliturbation +congener +congeneracy +congeneric +congenerical +congenerous +congenerousness +congenetic +congenial +congeniality +congenialize +congenially +congenialness +congenital +congenitally +congenitalness +conger +congeree +congest +congested +congestible +congestion +congestive +congiary +congius +conglobate +conglobately +conglobation +conglobe +conglobulate +conglomerate +conglomeratic +conglomeration +conglutin +conglutinant +conglutinate +conglutination +conglutinative +Congo +Congoese +Congolese +Congoleum +congou +congratulable +congratulant +congratulate +congratulation +congratulational +congratulator +congratulatory +congredient +congreet +congregable +congreganist +congregant +congregate +congregation +congregational +congregationalism +Congregationalist +congregationalize +congregationally +Congregationer +congregationist +congregative +congregativeness +congregator +Congreso +congress +congresser +congressional +congressionalist +congressionally +congressionist +congressist +congressive +congressman +Congresso +congresswoman +Congreve +Congridae +congroid +congruence +congruency +congruent +congruential +congruently +congruism +congruist +congruistic +congruity +congruous +congruously +congruousness +conhydrine +Coniacian +conic +conical +conicality +conically +conicalness +coniceine +conichalcite +conicine +conicity +conicle +conicoid +conicopoly +conics +Conidae +conidia +conidial +conidian +conidiiferous +conidioid +conidiophore +conidiophorous +conidiospore +conidium +conifer +Coniferae +coniferin +coniferophyte +coniferous +conification +coniform +Conilurus +conima +conimene +conin +conine +Coniogramme +Coniophora +Coniopterygidae +Conioselinum +coniosis +Coniothyrium +coniroster +conirostral +Conirostres +Conium +conject +conjective +conjecturable +conjecturably +conjectural +conjecturalist +conjecturality +conjecturally +conjecture +conjecturer +conjobble +conjoin +conjoined +conjoinedly +conjoiner +conjoint +conjointly +conjointment +conjointness +conjubilant +conjugable +conjugacy +conjugal +Conjugales +conjugality +conjugally +conjugant +conjugata +Conjugatae +conjugate +conjugated +conjugately +conjugateness +conjugation +conjugational +conjugationally +conjugative +conjugator +conjugial +conjugium +conjunct +conjunction +conjunctional +conjunctionally +conjunctiva +conjunctival +conjunctive +conjunctively +conjunctiveness +conjunctivitis +conjunctly +conjunctur +conjunctural +conjuncture +conjuration +conjurator +conjure +conjurement +conjurer +conjurership +conjuror +conjury +conk +conkanee +conker +conkers +conky +conn +connach +Connaraceae +connaraceous +connarite +Connarus +connascency +connascent +connatal +connate +connately +connateness +connation +connatural +connaturality +connaturalize +connaturally +connaturalness +connature +connaught +connect +connectable +connectant +connected +connectedly +connectedness +connectible +connection +connectional +connectival +connective +connectively +connectivity +connector +connellite +conner +connex +connexion +connexionalism +connexity +connexive +connexivum +connexus +Connie +conning +conniption +connivance +connivancy +connivant +connivantly +connive +connivent +conniver +Connochaetes +connoissance +connoisseur +connoisseurship +connotation +connotative +connotatively +connote +connotive +connotively +connubial +connubiality +connubially +connubiate +connubium +connumerate +connumeration +Conocarpus +Conocephalum +Conocephalus +conoclinium +conocuneus +conodont +conoid +conoidal +conoidally +conoidic +conoidical +conoidically +Conolophus +conominee +cononintelligent +Conopholis +conopid +Conopidae +conoplain +conopodium +Conopophaga +Conopophagidae +Conor +Conorhinus +conormal +conoscope +conourish +Conoy +conphaseolin +conplane +conquedle +conquer +conquerable +conquerableness +conqueress +conquering +conqueringly +conquerment +conqueror +conquest +conquian +conquinamine +conquinine +conquistador +Conrad +conrector +conrectorship +conred +Conringia +consanguine +consanguineal +consanguinean +consanguineous +consanguineously +consanguinity +conscience +conscienceless +consciencelessly +consciencelessness +consciencewise +conscient +conscientious +conscientiously +conscientiousness +conscionable +conscionableness +conscionably +conscious +consciously +consciousness +conscribe +conscript +conscription +conscriptional +conscriptionist +conscriptive +consecrate +consecrated +consecratedness +consecrater +consecration +consecrative +consecrator +consecratory +consectary +consecute +consecution +consecutive +consecutively +consecutiveness +consecutives +consenescence +consenescency +consension +consensual +consensually +consensus +consent +consentable +consentaneity +consentaneous +consentaneously +consentaneousness +consentant +consenter +consentful +consentfully +consentience +consentient +consentiently +consenting +consentingly +consentingness +consentive +consentively +consentment +consequence +consequency +consequent +consequential +consequentiality +consequentially +consequentialness +consequently +consertal +conservable +conservacy +conservancy +conservant +conservate +conservation +conservational +conservationist +conservatism +conservatist +conservative +conservatively +conservativeness +conservatize +conservatoire +conservator +conservatorio +conservatorium +conservatorship +conservatory +conservatrix +conserve +conserver +consider +considerability +considerable +considerableness +considerably +considerance +considerate +considerately +considerateness +consideration +considerative +consideratively +considerativeness +considerator +considered +considerer +considering +consideringly +consign +consignable +consignatary +consignation +consignatory +consignee +consigneeship +consigner +consignificant +consignificate +consignification +consignificative +consignificator +consignify +consignment +consignor +consiliary +consilience +consilient +consimilar +consimilarity +consimilate +consist +consistence +consistency +consistent +consistently +consistorial +consistorian +consistory +consociate +consociation +consociational +consociationism +consociative +consocies +consol +consolable +consolableness +consolably +Consolamentum +consolation +Consolato +consolatorily +consolatoriness +consolatory +consolatrix +console +consolement +consoler +consolidant +consolidate +consolidated +consolidation +consolidationist +consolidative +consolidator +consoling +consolingly +consolute +consomme +consonance +consonancy +consonant +consonantal +consonantic +consonantism +consonantize +consonantly +consonantness +consonate +consonous +consort +consortable +consorter +consortial +consortion +consortism +consortium +consortship +consound +conspecies +conspecific +conspectus +consperse +conspersion +conspicuity +conspicuous +conspicuously +conspicuousness +conspiracy +conspirant +conspiration +conspirative +conspirator +conspiratorial +conspiratorially +conspiratory +conspiratress +conspire +conspirer +conspiring +conspiringly +conspue +constable +constablery +constableship +constabless +constablewick +constabular +constabulary +Constance +constancy +constant +constantan +Constantine +Constantinian +Constantinopolitan +constantly +constantness +constat +constatation +constate +constatory +constellate +constellation +constellatory +consternate +consternation +constipate +constipation +constituency +constituent +constituently +constitute +constituter +constitution +constitutional +constitutionalism +constitutionalist +constitutionality +constitutionalization +constitutionalize +constitutionally +constitutionary +constitutioner +constitutionist +constitutive +constitutively +constitutiveness +constitutor +constrain +constrainable +constrained +constrainedly +constrainedness +constrainer +constraining +constrainingly +constrainment +constraint +constrict +constricted +constriction +constrictive +constrictor +constringe +constringency +constringent +construability +construable +construct +constructer +constructible +construction +constructional +constructionally +constructionism +constructionist +constructive +constructively +constructiveness +constructivism +constructivist +constructor +constructorship +constructure +construe +construer +constuprate +constupration +consubsist +consubsistency +consubstantial +consubstantialism +consubstantialist +consubstantiality +consubstantially +consubstantiate +consubstantiation +consubstantiationist +consubstantive +consuete +consuetitude +consuetude +consuetudinal +consuetudinary +consul +consulage +consular +consularity +consulary +consulate +consulship +consult +consultable +consultant +consultary +consultation +consultative +consultatory +consultee +consulter +consulting +consultive +consultively +consultor +consultory +consumable +consume +consumedly +consumeless +consumer +consuming +consumingly +consumingness +consummate +consummately +consummation +consummative +consummatively +consummativeness +consummator +consummatory +consumpt +consumpted +consumptible +consumption +consumptional +consumptive +consumptively +consumptiveness +consumptivity +consute +contabescence +contabescent +contact +contactor +contactual +contactually +contagion +contagioned +contagionist +contagiosity +contagious +contagiously +contagiousness +contagium +contain +containable +container +containment +contakion +contaminable +contaminant +contaminate +contamination +contaminative +contaminator +contaminous +contangential +contango +conte +contect +contection +contemn +contemner +contemnible +contemnibly +contemning +contemningly +contemnor +contemper +contemperate +contemperature +contemplable +contemplamen +contemplant +contemplate +contemplatingly +contemplation +contemplatist +contemplative +contemplatively +contemplativeness +contemplator +contemplature +contemporanean +contemporaneity +contemporaneous +contemporaneously +contemporaneousness +contemporarily +contemporariness +contemporary +contemporize +contempt +contemptful +contemptibility +contemptible +contemptibleness +contemptibly +contemptuous +contemptuously +contemptuousness +contendent +contender +contending +contendingly +contendress +content +contentable +contented +contentedly +contentedness +contentful +contention +contentional +contentious +contentiously +contentiousness +contentless +contently +contentment +contentness +contents +conter +conterminal +conterminant +contermine +conterminous +conterminously +conterminousness +contest +contestable +contestableness +contestably +contestant +contestation +contestee +contester +contestingly +contestless +context +contextive +contextual +contextually +contextural +contexture +contextured +conticent +contignation +contiguity +contiguous +contiguously +contiguousness +continence +continency +continent +continental +Continentaler +continentalism +continentalist +continentality +Continentalize +continentally +continently +contingence +contingency +contingent +contingential +contingentialness +contingently +contingentness +continuable +continual +continuality +continually +continualness +continuance +continuancy +continuando +continuant +continuantly +continuate +continuately +continuateness +continuation +continuative +continuatively +continuativeness +continuator +continue +continued +continuedly +continuedness +continuer +continuingly +continuist +continuity +continuous +continuously +continuousness +continuum +contise +contline +conto +contorniate +contorsive +contort +Contortae +contorted +contortedly +contortedness +contortion +contortional +contortionate +contortioned +contortionist +contortionistic +contortive +contour +contourne +contra +contraband +contrabandage +contrabandery +contrabandism +contrabandist +contrabandista +contrabass +contrabassist +contrabasso +contracapitalist +contraception +contraceptionist +contraceptive +contracivil +contraclockwise +contract +contractable +contractant +contractation +contracted +contractedly +contractedness +contractee +contracter +contractibility +contractible +contractibleness +contractibly +contractile +contractility +contraction +contractional +contractionist +contractive +contractively +contractiveness +contractor +contractual +contractually +contracture +contractured +contradebt +contradict +contradictable +contradictedness +contradicter +contradiction +contradictional +contradictious +contradictiously +contradictiousness +contradictive +contradictively +contradictiveness +contradictor +contradictorily +contradictoriness +contradictory +contradiscriminate +contradistinct +contradistinction +contradistinctive +contradistinctively +contradistinctly +contradistinguish +contradivide +contrafacture +contrafagotto +contrafissura +contraflexure +contraflow +contrafocal +contragredience +contragredient +contrahent +contrail +contraindicate +contraindication +contraindicative +contralateral +contralto +contramarque +contranatural +contrantiscion +contraoctave +contraparallelogram +contraplex +contrapolarization +contrapone +contraponend +Contraposaune +contrapose +contraposit +contraposita +contraposition +contrapositive +contraprogressist +contraprop +contraproposal +contraption +contraptious +contrapuntal +contrapuntalist +contrapuntally +contrapuntist +contrapunto +contrarational +contraregular +contraregularity +contraremonstrance +contraremonstrant +contrarevolutionary +contrariant +contrariantly +contrariety +contrarily +contrariness +contrarious +contrariously +contrariousness +contrariwise +contrarotation +contrary +contrascriptural +contrast +contrastable +contrastably +contrastedly +contrastimulant +contrastimulation +contrastimulus +contrastingly +contrastive +contrastively +contrastment +contrasty +contrasuggestible +contratabular +contrate +contratempo +contratenor +contravalence +contravallation +contravariant +contravene +contravener +contravention +contraversion +contravindicate +contravindication +contrawise +contrayerva +contrectation +contreface +contrefort +contretemps +contributable +contribute +contribution +contributional +contributive +contributively +contributiveness +contributor +contributorial +contributorship +contributory +contrite +contritely +contriteness +contrition +contriturate +contrivance +contrivancy +contrive +contrivement +contriver +control +controllability +controllable +controllableness +controllably +controller +controllership +controlless +controllingly +controlment +controversial +controversialism +controversialist +controversialize +controversially +controversion +controversional +controversionalism +controversionalist +controversy +controvert +controverter +controvertible +controvertibly +controvertist +contubernal +contubernial +contubernium +contumacious +contumaciously +contumaciousness +contumacity +contumacy +contumelious +contumeliously +contumeliousness +contumely +contund +conturbation +contuse +contusion +contusioned +contusive +conubium +Conularia +conumerary +conumerous +conundrum +conundrumize +conurbation +conure +Conuropsis +Conurus +conus +conusable +conusance +conusant +conusee +conusor +conutrition +conuzee +conuzor +convalesce +convalescence +convalescency +convalescent +convalescently +convallamarin +Convallaria +Convallariaceae +convallariaceous +convallarin +convect +convection +convectional +convective +convectively +convector +convenable +convenably +convene +convenee +convener +convenership +convenience +conveniency +convenient +conveniently +convenientness +convent +conventical +conventically +conventicle +conventicler +conventicular +convention +conventional +conventionalism +conventionalist +conventionality +conventionalization +conventionalize +conventionally +conventionary +conventioner +conventionism +conventionist +conventionize +conventual +conventually +converge +convergement +convergence +convergency +convergent +convergescence +converging +conversable +conversableness +conversably +conversance +conversancy +conversant +conversantly +conversation +conversationable +conversational +conversationalist +conversationally +conversationism +conversationist +conversationize +conversative +converse +conversely +converser +conversibility +conversible +conversion +conversional +conversionism +conversionist +conversive +convert +converted +convertend +converter +convertibility +convertible +convertibleness +convertibly +converting +convertingness +convertise +convertism +convertite +convertive +convertor +conveth +convex +convexed +convexedly +convexedness +convexity +convexly +convexness +convey +conveyable +conveyal +conveyance +conveyancer +conveyancing +conveyer +convict +convictable +conviction +convictional +convictism +convictive +convictively +convictiveness +convictment +convictor +convince +convinced +convincedly +convincedness +convincement +convincer +convincibility +convincible +convincing +convincingly +convincingness +convival +convive +convivial +convivialist +conviviality +convivialize +convivially +convocant +convocate +convocation +convocational +convocationally +convocationist +convocative +convocator +convoke +convoker +Convoluta +convolute +convoluted +convolutely +convolution +convolutional +convolutionary +convolutive +convolve +convolvement +Convolvulaceae +convolvulaceous +convolvulad +convolvuli +convolvulic +convolvulin +convolvulinic +convolvulinolic +Convolvulus +convoy +convulsant +convulse +convulsedly +convulsibility +convulsible +convulsion +convulsional +convulsionary +convulsionism +convulsionist +convulsive +convulsively +convulsiveness +cony +conycatcher +conyrine +coo +cooba +coodle +cooee +cooer +coof +Coohee +cooing +cooingly +cooja +cook +cookable +cookbook +cookdom +cookee +cookeite +cooker +cookery +cookhouse +cooking +cookish +cookishly +cookless +cookmaid +cookout +cookroom +cookshack +cookshop +cookstove +cooky +cool +coolant +coolen +cooler +coolerman +coolheaded +coolheadedly +coolheadedness +coolhouse +coolibah +coolie +cooling +coolingly +coolingness +coolish +coolly +coolness +coolth +coolung +coolweed +coolwort +cooly +coom +coomb +coomy +coon +cooncan +coonily +cooniness +coonroot +coonskin +coontail +coontie +coony +coop +cooper +cooperage +Cooperia +coopering +coopery +cooree +Coorg +coorie +cooruptibly +Coos +cooser +coost +Coosuc +coot +cooter +cootfoot +coothay +cootie +cop +copa +copable +copacetic +copaene +copaiba +copaibic +Copaifera +Copaiva +copaivic +copaiye +copal +copalche +copalcocote +copaliferous +copalite +copalm +coparallel +coparcenary +coparcener +coparceny +coparent +copart +copartaker +copartner +copartnership +copartnery +coparty +copassionate +copastor +copastorate +copatain +copatentee +copatriot +copatron +copatroness +cope +Copehan +copei +Copelata +Copelatae +copelate +copellidine +copeman +copemate +copen +copending +copenetrate +Copeognatha +copepod +Copepoda +copepodan +copepodous +coper +coperception +coperiodic +Copernican +Copernicanism +Copernicia +coperta +copesman +copesmate +copestone +copetitioner +cophasal +Cophetua +cophosis +copiability +copiable +copiapite +copied +copier +copilot +coping +copiopia +copiopsia +copiosity +copious +copiously +copiousness +copis +copist +copita +coplaintiff +coplanar +coplanarity +copleased +coplotter +coploughing +coplowing +copolar +copolymer +copolymerization +copolymerize +coppaelite +copped +copper +copperas +copperbottom +copperer +copperhead +copperheadism +coppering +copperish +copperization +copperize +copperleaf +coppernose +coppernosed +copperplate +copperproof +coppersidesman +copperskin +coppersmith +coppersmithing +copperware +copperwing +copperworks +coppery +copperytailed +coppet +coppice +coppiced +coppicing +coppin +copping +copple +copplecrown +coppled +coppy +copr +copra +coprecipitate +coprecipitation +copremia +copremic +copresbyter +copresence +copresent +Coprides +Coprinae +coprincipal +coprincipate +Coprinus +coprisoner +coprodaeum +coproduce +coproducer +coprojector +coprolagnia +coprolagnist +coprolalia +coprolaliac +coprolite +coprolith +coprolitic +coprology +copromisor +copromoter +coprophagan +coprophagia +coprophagist +coprophagous +coprophagy +coprophilia +coprophiliac +coprophilic +coprophilism +coprophilous +coprophyte +coproprietor +coproprietorship +coprose +Coprosma +coprostasis +coprosterol +coprozoic +copse +copsewood +copsewooded +copsing +copsy +Copt +copter +Coptic +Coptis +copula +copulable +copular +copularium +copulate +copulation +copulative +copulatively +copulatory +copunctal +copurchaser +copus +copy +copybook +copycat +copygraph +copygraphed +copyhold +copyholder +copyholding +copyism +copyist +copyman +copyreader +copyright +copyrightable +copyrighter +copywise +coque +coquecigrue +coquelicot +coqueluche +coquet +coquetoon +coquetry +coquette +coquettish +coquettishly +coquettishness +coquicken +coquilla +Coquille +coquille +coquimbite +coquina +coquita +Coquitlam +coquito +cor +Cora +cora +Corabeca +Corabecan +corach +Coraciae +coracial +Coracias +Coracii +Coraciidae +coraciiform +Coraciiformes +coracine +coracle +coracler +coracoacromial +coracobrachial +coracobrachialis +coracoclavicular +coracocostal +coracohumeral +coracohyoid +coracoid +coracoidal +coracomandibular +coracomorph +Coracomorphae +coracomorphic +coracopectoral +coracoprocoracoid +coracoradialis +coracoscapular +coracovertebral +coradical +coradicate +corah +coraise +coral +coralberry +coralbush +coraled +coralflower +coralist +corallet +Corallian +corallic +Corallidae +corallidomous +coralliferous +coralliform +Coralligena +coralligenous +coralligerous +corallike +Corallina +Corallinaceae +corallinaceous +coralline +corallite +Corallium +coralloid +coralloidal +Corallorhiza +corallum +Corallus +coralroot +coralwort +coram +Corambis +coranto +corban +corbeau +corbeil +corbel +corbeling +corbicula +corbiculate +corbiculum +corbie +corbiestep +corbovinum +corbula +corcass +Corchorus +corcir +corcopali +Corcyraean +cord +cordage +Cordaitaceae +cordaitaceous +cordaitalean +Cordaitales +cordaitean +Cordaites +cordant +cordate +cordately +cordax +Cordeau +corded +cordel +Cordelia +Cordelier +cordeliere +cordelle +corder +Cordery +cordewane +Cordia +cordial +cordiality +cordialize +cordially +cordialness +cordiceps +cordicole +cordierite +cordies +cordiform +cordigeri +cordillera +cordilleran +cordiner +cording +cordite +corditis +cordleaf +cordmaker +cordoba +cordon +cordonnet +Cordovan +Cordula +corduroy +corduroyed +cordwain +cordwainer +cordwainery +cordwood +cordy +Cordyceps +cordyl +Cordylanthus +Cordyline +core +corebel +coreceiver +coreciprocal +corectome +corectomy +corector +cored +coredeem +coredeemer +coredemptress +coreductase +Coree +coreflexed +coregence +coregency +coregent +coregnancy +coregnant +coregonid +Coregonidae +coregonine +coregonoid +Coregonus +coreid +Coreidae +coreign +coreigner +corejoice +coreless +coreligionist +corella +corelysis +Corema +coremaker +coremaking +coremium +coremorphosis +corenounce +coreometer +Coreopsis +coreplastic +coreplasty +corer +coresidence +coresidual +coresign +coresonant +coresort +corespect +corespondency +corespondent +coretomy +coreveler +coreveller +corevolve +Corey +corf +Corfiote +Corflambo +corge +corgi +coriaceous +corial +coriamyrtin +coriander +coriandrol +Coriandrum +Coriaria +Coriariaceae +coriariaceous +coriin +Corimelaena +Corimelaenidae +Corin +corindon +Corineus +coring +Corinna +corinne +Corinth +Corinthian +Corinthianesque +Corinthianism +Corinthianize +Coriolanus +coriparian +corium +Corixa +Corixidae +cork +corkage +corkboard +corke +corked +corker +corkiness +corking +corkish +corkite +corkmaker +corkmaking +corkscrew +corkscrewy +corkwing +corkwood +corky +corm +Cormac +cormel +cormidium +cormoid +Cormophyta +cormophyte +cormophytic +cormorant +cormous +cormus +corn +Cornaceae +cornaceous +cornage +cornbell +cornberry +cornbin +cornbinks +cornbird +cornbole +cornbottle +cornbrash +corncake +corncob +corncracker +corncrib +corncrusher +corndodger +cornea +corneagen +corneal +cornein +corneitis +cornel +Cornelia +cornelian +Cornelius +cornemuse +corneocalcareous +corneosclerotic +corneosiliceous +corneous +corner +cornerbind +cornered +cornerer +cornerpiece +cornerstone +cornerways +cornerwise +cornet +cornetcy +cornettino +cornettist +corneule +corneum +cornfield +cornfloor +cornflower +corngrower +cornhouse +cornhusk +cornhusker +cornhusking +cornic +cornice +cornicle +corniculate +corniculer +corniculum +Corniferous +cornific +cornification +cornified +corniform +cornigerous +cornin +corning +corniplume +Cornish +Cornishman +cornland +cornless +cornloft +cornmaster +cornmonger +cornopean +cornpipe +cornrick +cornroot +cornstalk +cornstarch +cornstook +cornu +cornual +cornuate +cornuated +cornubianite +cornucopia +Cornucopiae +cornucopian +cornucopiate +cornule +cornulite +Cornulites +cornupete +Cornus +cornute +cornuted +cornutine +cornuto +cornwallis +cornwallite +corny +coroa +Coroado +corocleisis +corodiary +corodiastasis +corodiastole +corody +corol +corolla +corollaceous +corollarial +corollarially +corollary +corollate +corollated +corolliferous +corolliform +corollike +corolline +corollitic +corometer +corona +coronach +coronad +coronadite +coronae +coronagraph +coronagraphic +coronal +coronale +coronaled +coronally +coronamen +coronary +coronate +coronated +coronation +coronatorial +coroner +coronership +coronet +coroneted +coronetted +coronetty +coroniform +Coronilla +coronillin +coronion +coronitis +coronium +coronize +coronobasilar +coronofacial +coronofrontal +coronoid +Coronopus +coronule +coroparelcysis +coroplast +coroplasta +coroplastic +Coropo +coroscopy +corotomy +corozo +corp +corpora +corporal +corporalism +corporality +corporally +corporalship +corporas +corporate +corporately +corporateness +corporation +corporational +corporationer +corporationism +corporative +corporator +corporature +corporeal +corporealist +corporeality +corporealization +corporealize +corporeally +corporealness +corporeals +corporeity +corporeous +corporification +corporify +corporosity +corposant +corps +corpsbruder +corpse +corpsman +corpulence +corpulency +corpulent +corpulently +corpulentness +corpus +corpuscle +corpuscular +corpuscularian +corpuscularity +corpusculated +corpuscule +corpusculous +corpusculum +corrade +corradial +corradiate +corradiation +corral +corrasion +corrasive +Correa +correal +correality +correct +correctable +correctant +corrected +correctedness +correctible +correcting +correctingly +correction +correctional +correctionalist +correctioner +correctitude +corrective +correctively +correctiveness +correctly +correctness +corrector +correctorship +correctress +correctrice +corregidor +correlatable +correlate +correlated +correlation +correlational +correlative +correlatively +correlativeness +correlativism +correlativity +correligionist +corrente +correption +corresol +correspond +correspondence +correspondency +correspondent +correspondential +correspondentially +correspondently +correspondentship +corresponder +corresponding +correspondingly +corresponsion +corresponsive +corresponsively +corridor +corridored +corrie +Corriedale +corrige +corrigenda +corrigendum +corrigent +corrigibility +corrigible +corrigibleness +corrigibly +Corrigiola +Corrigiolaceae +corrival +corrivality +corrivalry +corrivalship +corrivate +corrivation +corrobboree +corroborant +corroborate +corroboration +corroborative +corroboratively +corroborator +corroboratorily +corroboratory +corroboree +corrode +corrodent +Corrodentia +corroder +corrodiary +corrodibility +corrodible +corrodier +corroding +corrosibility +corrosible +corrosibleness +corrosion +corrosional +corrosive +corrosively +corrosiveness +corrosivity +corrugate +corrugated +corrugation +corrugator +corrupt +corrupted +corruptedly +corruptedness +corrupter +corruptful +corruptibility +corruptible +corruptibleness +corrupting +corruptingly +corruption +corruptionist +corruptive +corruptively +corruptly +corruptness +corruptor +corruptress +corsac +corsage +corsaint +corsair +corse +corselet +corsepresent +corsesque +corset +corseting +corsetless +corsetry +Corsican +corsie +corsite +corta +Cortaderia +cortege +Cortes +cortex +cortez +cortical +cortically +corticate +corticated +corticating +cortication +cortices +corticiferous +corticiform +corticifugal +corticifugally +corticipetal +corticipetally +Corticium +corticoafferent +corticoefferent +corticoline +corticopeduncular +corticose +corticospinal +corticosterone +corticostriate +corticous +cortin +cortina +cortinarious +Cortinarius +cortinate +cortisone +cortlandtite +Corton +coruco +coruler +Coruminacan +corundophilite +corundum +corupay +coruscant +coruscate +coruscation +corver +corvette +corvetto +Corvidae +corviform +corvillosum +corvina +Corvinae +corvine +corvoid +Corvus +Cory +Corybant +Corybantian +corybantiasm +Corybantic +corybantic +Corybantine +corybantish +corybulbin +corybulbine +corycavamine +corycavidin +corycavidine +corycavine +Corycia +Corycian +corydalin +corydaline +Corydalis +corydine +Corydon +coryl +Corylaceae +corylaceous +corylin +Corylopsis +Corylus +corymb +corymbed +corymbiate +corymbiated +corymbiferous +corymbiform +corymbose +corymbous +corynebacterial +Corynebacterium +Coryneum +corynine +Corynocarpaceae +corynocarpaceous +Corynocarpus +Corypha +Coryphaena +coryphaenid +Coryphaenidae +coryphaenoid +Coryphaenoididae +coryphaeus +coryphee +coryphene +Coryphodon +coryphodont +coryphylly +corytuberine +coryza +cos +cosalite +cosaque +cosavior +coscet +Coscinodiscaceae +Coscinodiscus +coscinomancy +coscoroba +coseasonal +coseat +cosec +cosecant +cosech +cosectarian +cosectional +cosegment +coseism +coseismal +coseismic +cosenator +cosentiency +cosentient +coservant +cosession +coset +cosettler +cosh +cosharer +cosheath +cosher +cosherer +coshering +coshery +cosignatory +cosigner +cosignitary +cosily +cosinage +cosine +cosiness +cosingular +cosinusoid +Cosmati +cosmecology +cosmesis +cosmetic +cosmetical +cosmetically +cosmetician +cosmetiste +cosmetological +cosmetologist +cosmetology +cosmic +cosmical +cosmicality +cosmically +cosmism +cosmist +cosmocracy +cosmocrat +cosmocratic +cosmogenesis +cosmogenetic +cosmogenic +cosmogeny +cosmogonal +cosmogoner +cosmogonic +cosmogonical +cosmogonist +cosmogonize +cosmogony +cosmographer +cosmographic +cosmographical +cosmographically +cosmographist +cosmography +cosmolabe +cosmolatry +cosmologic +cosmological +cosmologically +cosmologist +cosmology +cosmometry +cosmopathic +cosmoplastic +cosmopoietic +cosmopolicy +cosmopolis +cosmopolitan +cosmopolitanism +cosmopolitanization +cosmopolitanize +cosmopolitanly +cosmopolite +cosmopolitic +cosmopolitical +cosmopolitics +cosmopolitism +cosmorama +cosmoramic +cosmorganic +cosmos +cosmoscope +cosmosophy +cosmosphere +cosmotellurian +cosmotheism +cosmotheist +cosmotheistic +cosmothetic +cosmotron +cosmozoan +cosmozoic +cosmozoism +cosonant +cosounding +cosovereign +cosovereignty +cospecies +cospecific +cosphered +cosplendor +cosplendour +coss +Cossack +Cossaean +cossas +cosse +cosset +cossette +cossid +Cossidae +cossnent +cossyrite +cost +costa +Costaea +costal +costalgia +costally +costander +Costanoan +costar +costard +Costata +costate +costated +costean +costeaning +costectomy +costellate +coster +costerdom +costermonger +costicartilage +costicartilaginous +costicervical +costiferous +costiform +costing +costipulator +costispinal +costive +costively +costiveness +costless +costlessness +costliness +costly +costmary +costoabdominal +costoapical +costocentral +costochondral +costoclavicular +costocolic +costocoracoid +costodiaphragmatic +costogenic +costoinferior +costophrenic +costopleural +costopneumopexy +costopulmonary +costoscapular +costosternal +costosuperior +costothoracic +costotome +costotomy +costotrachelian +costotransversal +costotransverse +costovertebral +costoxiphoid +costraight +costrel +costula +costulation +costume +costumer +costumery +costumic +costumier +costumiere +costuming +costumist +costusroot +cosubject +cosubordinate +cosuffer +cosufferer +cosuggestion +cosuitor +cosurety +cosustain +coswearer +cosy +cosymmedian +cot +cotangent +cotangential +cotarius +cotarnine +cotch +cote +coteful +coteline +coteller +cotemporane +cotemporanean +cotemporaneous +cotemporaneously +cotemporary +cotenancy +cotenant +cotenure +coterell +coterie +coterminous +Cotesian +coth +cothamore +cothe +cotheorist +cothish +cothon +cothurn +cothurnal +cothurnate +cothurned +cothurnian +cothurnus +cothy +cotidal +cotillage +cotillion +Cotinga +cotingid +Cotingidae +cotingoid +Cotinus +cotise +cotitular +cotland +cotman +coto +cotoin +Cotonam +Cotoneaster +cotonier +cotorment +cotoro +cotorture +Cotoxo +cotquean +cotraitor +cotransfuse +cotranslator +cotranspire +cotransubstantiate +cotrine +cotripper +cotrustee +cotset +cotsetla +cotsetle +cotta +cottabus +cottage +cottaged +cottager +cottagers +cottagey +cotte +cotted +cotter +cotterel +cotterite +cotterway +cottid +Cottidae +cottier +cottierism +cottiform +cottoid +cotton +cottonade +cottonbush +cottonee +cottoneer +cottoner +Cottonian +cottonization +cottonize +cottonless +cottonmouth +cottonocracy +Cottonopolis +cottonseed +cottontail +cottontop +cottonweed +cottonwood +cottony +Cottus +cotty +cotuit +cotula +cotunnite +Coturnix +cotutor +cotwin +cotwinned +cotwist +cotyla +cotylar +cotyledon +cotyledonal +cotyledonar +cotyledonary +cotyledonous +cotyliform +cotyligerous +cotyliscus +cotyloid +Cotylophora +cotylophorous +cotylopubic +cotylosacral +cotylosaur +Cotylosauria +cotylosaurian +cotype +Cotys +Cotyttia +couac +coucal +couch +couchancy +couchant +couched +couchee +coucher +couching +couchmaker +couchmaking +couchmate +couchy +coude +coudee +coue +Coueism +cougar +cough +cougher +coughroot +coughweed +coughwort +cougnar +coul +could +couldron +coulee +coulisse +coulomb +coulometer +coulterneb +coulure +couma +coumalic +coumalin +coumara +coumaran +coumarate +coumaric +coumarilic +coumarin +coumarinic +coumarone +coumarou +Coumarouna +council +councilist +councilman +councilmanic +councilor +councilorship +councilwoman +counderstand +counite +couniversal +counsel +counselable +counselee +counselful +counselor +counselorship +count +countable +countableness +countably +countdom +countenance +countenancer +counter +counterabut +counteraccusation +counteracquittance +counteract +counteractant +counteracter +counteracting +counteractingly +counteraction +counteractive +counteractively +counteractivity +counteractor +counteraddress +counteradvance +counteradvantage +counteradvice +counteradvise +counteraffirm +counteraffirmation +counteragency +counteragent +counteragitate +counteragitation +counteralliance +counterambush +counterannouncement +counteranswer +counterappeal +counterappellant +counterapproach +counterapse +counterarch +counterargue +counterargument +counterartillery +counterassertion +counterassociation +counterassurance +counterattack +counterattestation +counterattired +counterattraction +counterattractive +counterattractively +counteraverment +counteravouch +counteravouchment +counterbalance +counterbarrage +counterbase +counterbattery +counterbeating +counterbend +counterbewitch +counterbid +counterblast +counterblow +counterbond +counterborder +counterbore +counterboycott +counterbrace +counterbranch +counterbrand +counterbreastwork +counterbuff +counterbuilding +countercampaign +countercarte +countercause +counterchange +counterchanged +countercharge +countercharm +countercheck +countercheer +counterclaim +counterclaimant +counterclockwise +countercolored +countercommand +countercompetition +countercomplaint +countercompony +countercondemnation +counterconquest +counterconversion +countercouchant +countercoupe +countercourant +countercraft +countercriticism +countercross +countercry +countercurrent +countercurrently +countercurrentwise +counterdance +counterdash +counterdecision +counterdeclaration +counterdecree +counterdefender +counterdemand +counterdemonstration +counterdeputation +counterdesire +counterdevelopment +counterdifficulty +counterdigged +counterdike +counterdiscipline +counterdisengage +counterdisengagement +counterdistinction +counterdistinguish +counterdoctrine +counterdogmatism +counterdraft +counterdrain +counterdrive +counterearth +counterefficiency +countereffort +counterembattled +counterembowed +counterenamel +counterend +counterenergy +counterengagement +counterengine +counterenthusiasm +counterentry +counterequivalent +counterermine +counterespionage +counterestablishment +counterevidence +counterexaggeration +counterexcitement +counterexcommunication +counterexercise +counterexplanation +counterexposition +counterexpostulation +counterextend +counterextension +counterfact +counterfallacy +counterfaller +counterfeit +counterfeiter +counterfeitly +counterfeitment +counterfeitness +counterferment +counterfessed +counterfire +counterfix +counterflange +counterflashing +counterflight +counterflory +counterflow +counterflux +counterfoil +counterforce +counterformula +counterfort +counterfugue +countergabble +countergabion +countergambit +countergarrison +countergauge +countergauger +countergift +countergirded +counterglow +counterguard +counterhaft +counterhammering +counterhypothesis +counteridea +counterideal +counterimagination +counterimitate +counterimitation +counterimpulse +counterindentation +counterindented +counterindicate +counterindication +counterinfluence +counterinsult +counterintelligence +counterinterest +counterinterpretation +counterintrigue +counterinvective +counterirritant +counterirritate +counterirritation +counterjudging +counterjumper +counterlath +counterlathing +counterlatration +counterlaw +counterleague +counterlegislation +counterlife +counterlocking +counterlode +counterlove +counterly +countermachination +counterman +countermand +countermandable +countermaneuver +countermanifesto +countermarch +countermark +countermarriage +countermeasure +countermeet +countermessage +countermigration +countermine +countermission +countermotion +countermount +countermove +countermovement +countermure +countermutiny +counternaiant +counternarrative +counternatural +counternecromancy +counternoise +counternotice +counterobjection +counterobligation +counteroffensive +counteroffer +counteropening +counteropponent +counteropposite +counterorator +counterorder +counterorganization +counterpaled +counterpaly +counterpane +counterpaned +counterparadox +counterparallel +counterparole +counterparry +counterpart +counterpassant +counterpassion +counterpenalty +counterpendent +counterpetition +counterpicture +counterpillar +counterplan +counterplay +counterplayer +counterplea +counterplead +counterpleading +counterplease +counterplot +counterpoint +counterpointe +counterpointed +counterpoise +counterpoison +counterpole +counterponderate +counterpose +counterposition +counterposting +counterpotence +counterpotency +counterpotent +counterpractice +counterpray +counterpreach +counterpreparation +counterpressure +counterprick +counterprinciple +counterprocess +counterproject +counterpronunciamento +counterproof +counterpropaganda +counterpropagandize +counterprophet +counterproposal +counterproposition +counterprotection +counterprotest +counterprove +counterpull +counterpunch +counterpuncture +counterpush +counterquartered +counterquarterly +counterquery +counterquestion +counterquip +counterradiation +counterraid +counterraising +counterrampant +counterrate +counterreaction +counterreason +counterreckoning +counterrecoil +counterreconnaissance +counterrefer +counterreflected +counterreform +counterreformation +counterreligion +counterremonstrant +counterreply +counterreprisal +counterresolution +counterrestoration +counterretreat +counterrevolution +counterrevolutionary +counterrevolutionist +counterrevolutionize +counterriposte +counterroll +counterround +counterruin +countersale +countersalient +counterscale +counterscalloped +counterscarp +counterscoff +countersconce +counterscrutiny +countersea +counterseal +countersecure +countersecurity +counterselection +countersense +counterservice +countershade +countershaft +countershafting +countershear +countershine +countershout +counterside +countersiege +countersign +countersignal +countersignature +countersink +countersleight +counterslope +countersmile +countersnarl +counterspying +counterstain +counterstamp +counterstand +counterstatant +counterstatement +counterstatute +counterstep +counterstimulate +counterstimulation +counterstimulus +counterstock +counterstratagem +counterstream +counterstrike +counterstroke +counterstruggle +countersubject +countersuggestion +countersuit +countersun +countersunk +countersurprise +counterswing +countersworn +countersympathy +countersynod +countertack +countertail +countertally +countertaste +countertechnicality +countertendency +countertenor +counterterm +counterterror +countertheme +countertheory +counterthought +counterthreat +counterthrust +counterthwarting +countertierce +countertime +countertouch +countertraction +countertrades +countertransference +countertranslation +countertraverse +countertreason +countertree +countertrench +countertrespass +countertrippant +countertripping +countertruth +countertug +counterturn +counterturned +countertype +countervail +countervair +countervairy +countervallation +countervaunt +countervene +countervengeance +countervenom +countervibration +counterview +countervindication +countervolition +countervolley +countervote +counterwager +counterwall +counterwarmth +counterwave +counterweigh +counterweight +counterweighted +counterwheel +counterwill +counterwilling +counterwind +counterwitness +counterword +counterwork +counterworker +counterwrite +countess +countfish +counting +countinghouse +countless +countor +countrified +countrifiedness +country +countryfolk +countryman +countrypeople +countryseat +countryside +countryward +countrywoman +countship +county +coup +coupage +coupe +couped +coupee +coupelet +couper +couple +coupled +couplement +coupler +coupleress +couplet +coupleteer +coupling +coupon +couponed +couponless +coupstick +coupure +courage +courageous +courageously +courageousness +courager +courant +courante +courap +couratari +courb +courbache +courbaril +courbash +courge +courida +courier +couril +courlan +Cours +course +coursed +courser +coursing +court +courtbred +courtcraft +courteous +courteously +courteousness +courtepy +courter +courtesan +courtesanry +courtesanship +courtesy +courtezanry +courtezanship +courthouse +courtier +courtierism +courtierly +courtiership +courtin +courtless +courtlet +courtlike +courtliness +courtling +courtly +courtman +Courtney +courtroom +courtship +courtyard +courtzilite +couscous +couscousou +couseranite +cousin +cousinage +cousiness +cousinhood +cousinly +cousinry +cousinship +cousiny +coussinet +coustumier +coutel +coutelle +couter +Coutet +couth +couthie +couthily +couthiness +couthless +coutil +coutumier +couvade +couxia +covado +covalence +covalent +Covarecan +Covarecas +covariable +covariance +covariant +covariation +covassal +cove +coved +covelline +covellite +covenant +covenantal +covenanted +covenantee +Covenanter +covenanter +covenanting +covenantor +covent +coventrate +coventrize +Coventry +cover +coverage +coveralls +coverchief +covercle +covered +coverer +covering +coverless +coverlet +coverlid +coversed +coverside +coversine +coverslut +covert +covertical +covertly +covertness +coverture +covet +covetable +coveter +coveting +covetingly +covetiveness +covetous +covetously +covetousness +covey +covibrate +covibration +covid +Coviello +covillager +Covillea +covin +coving +covinous +covinously +covisit +covisitor +covite +covolume +covotary +cow +cowal +Cowan +coward +cowardice +cowardliness +cowardly +cowardness +cowardy +cowbane +cowbell +cowberry +cowbind +cowbird +cowboy +cowcatcher +cowdie +coween +cower +cowfish +cowgate +cowgram +cowhage +cowheart +cowhearted +cowheel +cowherb +cowherd +cowhide +cowhiding +cowhorn +Cowichan +cowish +cowitch +cowkeeper +cowl +cowle +cowled +cowleech +cowleeching +cowlick +cowlicks +cowlike +cowling +Cowlitz +cowlstaff +cowman +cowpath +cowpea +cowpen +Cowperian +cowperitis +cowpock +cowpox +cowpuncher +cowquake +cowrie +cowroid +cowshed +cowskin +cowslip +cowslipped +cowsucker +cowtail +cowthwort +cowtongue +cowweed +cowwheat +cowy +cowyard +cox +coxa +coxal +coxalgia +coxalgic +coxankylometer +coxarthritis +coxarthrocace +coxarthropathy +coxbones +coxcomb +coxcombess +coxcombhood +coxcombic +coxcombical +coxcombicality +coxcombically +coxcombity +coxcombry +coxcomby +coxcomical +coxcomically +coxite +coxitis +coxocerite +coxoceritic +coxodynia +coxofemoral +coxopodite +coxswain +coxy +coy +coyan +coydog +coyish +coyishness +coyly +coyness +coynye +coyo +coyol +coyote +Coyotero +coyotillo +coyoting +coypu +coyure +coz +coze +cozen +cozenage +cozener +cozening +cozeningly +cozier +cozily +coziness +cozy +crab +crabbed +crabbedly +crabbedness +crabber +crabbery +crabbing +crabby +crabcatcher +crabeater +craber +crabhole +crablet +crablike +crabman +crabmill +crabsidle +crabstick +crabweed +crabwise +crabwood +Cracca +Cracidae +Cracinae +crack +crackable +crackajack +crackbrain +crackbrained +crackbrainedness +crackdown +cracked +crackedness +cracker +crackerberry +crackerjack +crackers +crackhemp +crackiness +cracking +crackjaw +crackle +crackled +crackless +crackleware +crackling +crackly +crackmans +cracknel +crackpot +crackskull +cracksman +cracky +cracovienne +craddy +cradge +cradle +cradleboard +cradlechild +cradlefellow +cradleland +cradlelike +cradlemaker +cradlemaking +cradleman +cradlemate +cradler +cradleside +cradlesong +cradletime +cradling +Cradock +craft +craftily +craftiness +craftless +craftsman +craftsmanship +craftsmaster +craftswoman +craftwork +craftworker +crafty +crag +craggan +cragged +craggedness +craggily +cragginess +craggy +craglike +cragsman +cragwork +craichy +Craig +craigmontite +crain +craisey +craizey +crajuru +crake +crakefeet +crakow +cram +cramasie +crambambulee +crambambuli +Crambe +crambe +cramberry +crambid +Crambidae +Crambinae +cramble +crambly +crambo +Crambus +crammer +cramp +cramped +crampedness +cramper +crampet +crampfish +cramping +crampingly +crampon +cramponnee +crampy +cran +cranage +cranberry +crance +crandall +crandallite +crane +cranelike +craneman +craner +cranesman +craneway +craney +Crania +crania +craniacromial +craniad +cranial +cranially +cranian +Craniata +craniate +cranic +craniectomy +craniocele +craniocerebral +cranioclasis +cranioclasm +cranioclast +cranioclasty +craniodidymus +craniofacial +craniognomic +craniognomy +craniognosy +craniograph +craniographer +craniography +craniological +craniologically +craniologist +craniology +craniomalacia +craniomaxillary +craniometer +craniometric +craniometrical +craniometrically +craniometrist +craniometry +craniopagus +craniopathic +craniopathy +craniopharyngeal +craniophore +cranioplasty +craniopuncture +craniorhachischisis +craniosacral +cranioschisis +cranioscopical +cranioscopist +cranioscopy +craniospinal +craniostenosis +craniostosis +Craniota +craniotabes +craniotome +craniotomy +craniotopography +craniotympanic +craniovertebral +cranium +crank +crankbird +crankcase +cranked +cranker +crankery +crankily +crankiness +crankle +crankless +crankly +crankman +crankous +crankpin +crankshaft +crankum +cranky +crannage +crannied +crannock +crannog +crannoger +cranny +cranreuch +crantara +crants +crap +crapaud +crapaudine +crape +crapefish +crapehanger +crapelike +crappie +crappin +crapple +crappo +craps +crapshooter +crapulate +crapulence +crapulent +crapulous +crapulously +crapulousness +crapy +craquelure +crare +crash +crasher +crasis +craspedal +craspedodromous +craspedon +Craspedota +craspedotal +craspedote +crass +crassamentum +crassier +crassilingual +Crassina +crassitude +crassly +crassness +Crassula +Crassulaceae +crassulaceous +Crataegus +Crataeva +cratch +cratchens +cratches +crate +crateful +cratemaker +cratemaking +crateman +crater +crateral +cratered +Craterellus +Craterid +crateriform +crateris +craterkin +craterless +craterlet +craterlike +craterous +craticular +Cratinean +cratometer +cratometric +cratometry +craunch +craunching +craunchingly +cravat +crave +craven +Cravenette +cravenette +cravenhearted +cravenly +cravenness +craver +craving +cravingly +cravingness +cravo +craw +crawberry +crawdad +crawfish +crawfoot +crawful +crawl +crawler +crawlerize +crawley +crawleyroot +crawling +crawlingly +crawlsome +crawly +crawm +crawtae +Crawthumper +Crax +crayer +crayfish +crayon +crayonist +crayonstone +craze +crazed +crazedly +crazedness +crazily +craziness +crazingmill +crazy +crazycat +crazyweed +crea +creagh +creaght +creak +creaker +creakily +creakiness +creakingly +creaky +cream +creambush +creamcake +creamcup +creamer +creamery +creameryman +creamfruit +creamily +creaminess +creamless +creamlike +creammaker +creammaking +creamometer +creamsacs +creamware +creamy +creance +creancer +creant +crease +creaseless +creaser +creashaks +creasing +creasy +creat +creatable +create +createdness +creatic +creatine +creatinephosphoric +creatinine +creatininemia +creatinuria +creation +creational +creationary +creationism +creationist +creationistic +creative +creatively +creativeness +creativity +creatophagous +creator +creatorhood +creatorrhea +creatorship +creatotoxism +creatress +creatrix +creatural +creature +creaturehood +creatureless +creatureliness +creatureling +creaturely +creatureship +creaturize +crebricostate +crebrisulcate +crebrity +crebrous +creche +creddock +credence +credencive +credenciveness +credenda +credensive +credensiveness +credent +credential +credently +credenza +credibility +credible +credibleness +credibly +credit +creditability +creditable +creditableness +creditably +creditive +creditless +creditor +creditorship +creditress +creditrix +crednerite +Credo +credulity +credulous +credulously +credulousness +Cree +cree +creed +creedal +creedalism +creedalist +creeded +creedist +creedite +creedless +creedlessness +creedmore +creedsman +Creek +creek +creeker +creekfish +creekside +creekstuff +creeky +creel +creeler +creem +creen +creep +creepage +creeper +creepered +creeperless +creephole +creepie +creepiness +creeping +creepingly +creepmouse +creepmousy +creepy +creese +creesh +creeshie +creeshy +creirgist +cremaster +cremasterial +cremasteric +cremate +cremation +cremationism +cremationist +cremator +crematorial +crematorium +crematory +crembalum +cremnophobia +cremocarp +cremometer +cremone +cremor +cremorne +cremule +crena +crenate +crenated +crenately +crenation +crenature +crenel +crenelate +crenelated +crenelation +crenele +creneled +crenelet +crenellate +crenellation +crenic +crenitic +crenology +crenotherapy +Crenothrix +crenula +crenulate +crenulated +crenulation +creodont +Creodonta +creole +creoleize +creolian +Creolin +creolism +creolization +creolize +creophagia +creophagism +creophagist +creophagous +creophagy +creosol +creosote +creosoter +creosotic +crepance +crepe +crepehanger +Crepidula +crepine +crepiness +Crepis +crepitaculum +crepitant +crepitate +crepitation +crepitous +crepitus +crepon +crept +crepuscle +crepuscular +crepuscule +crepusculine +crepusculum +crepy +cresamine +crescendo +crescent +crescentade +crescentader +Crescentia +crescentic +crescentiform +crescentlike +crescentoid +crescentwise +crescive +crescograph +crescographic +cresegol +cresol +cresolin +cresorcinol +cresotate +cresotic +cresotinic +cresoxide +cresoxy +cresphontes +cress +cressed +cresselle +cresset +Cressida +cresson +cressweed +cresswort +cressy +crest +crested +crestfallen +crestfallenly +crestfallenness +cresting +crestless +crestline +crestmoreite +cresyl +cresylate +cresylene +cresylic +cresylite +creta +Cretaceous +cretaceous +cretaceously +Cretacic +Cretan +Crete +cretefaction +Cretic +cretic +cretification +cretify +cretin +cretinic +cretinism +cretinization +cretinize +cretinoid +cretinous +cretion +cretionary +Cretism +cretonne +crevalle +crevasse +crevice +creviced +crew +crewel +crewelist +crewellery +crewelwork +crewer +crewless +crewman +Crex +crib +cribbage +cribber +cribbing +cribble +cribellum +cribo +cribral +cribrate +cribrately +cribration +cribriform +cribrose +cribwork +cric +Cricetidae +cricetine +Cricetus +crick +cricket +cricketer +cricketing +crickety +crickey +crickle +cricoarytenoid +cricoid +cricopharyngeal +cricothyreoid +cricothyreotomy +cricothyroid +cricothyroidean +cricotomy +cricotracheotomy +Cricotus +cried +crier +criey +crig +crile +crime +Crimean +crimeful +crimeless +crimelessness +crimeproof +criminal +criminaldom +criminalese +criminalism +criminalist +criminalistic +criminalistician +criminalistics +criminality +criminally +criminalness +criminaloid +criminate +crimination +criminative +criminator +criminatory +crimine +criminogenesis +criminogenic +criminologic +criminological +criminologist +criminology +criminosis +criminous +criminously +criminousness +crimogenic +crimp +crimpage +crimper +crimping +crimple +crimpness +crimpy +crimson +crimsonly +crimsonness +crimsony +crin +crinal +crinanite +crinated +crinatory +crine +crined +crinet +cringe +cringeling +cringer +cringing +cringingly +cringingness +cringle +crinicultural +criniculture +criniferous +Criniger +crinigerous +criniparous +crinite +crinitory +crinivorous +crink +crinkle +crinkleroot +crinkly +crinoid +crinoidal +Crinoidea +crinoidean +crinoline +crinose +crinosity +crinula +Crinum +criobolium +criocephalus +Crioceras +crioceratite +crioceratitic +Crioceris +criophore +Criophoros +criosphinx +cripes +crippingly +cripple +crippledom +crippleness +crippler +crippling +cripply +Cris +crises +crisic +crisis +crisp +crispate +crispated +crispation +crispature +crisped +crisper +crispily +Crispin +crispine +crispiness +crisping +crisply +crispness +crispy +criss +crissal +crisscross +crissum +crista +cristate +Cristatella +Cristi +cristiform +Cristina +Cristineaux +Cristino +Cristispira +Cristivomer +cristobalite +Cristopher +critch +criteria +criteriology +criterion +criterional +criterium +crith +Crithidia +crithmene +crithomancy +critic +critical +criticality +critically +criticalness +criticaster +criticasterism +criticastry +criticisable +criticism +criticist +criticizable +criticize +criticizer +criticizingly +critickin +criticship +criticule +critique +critling +crizzle +cro +croak +Croaker +croaker +croakily +croakiness +croaky +Croat +Croatan +Croatian +croc +Crocanthemum +crocard +croceic +crocein +croceine +croceous +crocetin +croche +crochet +crocheter +crocheting +croci +crocidolite +Crocidura +crocin +crock +crocker +crockery +crockeryware +crocket +crocketed +crocky +crocodile +Crocodilia +crocodilian +Crocodilidae +crocodiline +crocodilite +crocodiloid +Crocodilus +Crocodylidae +Crocodylus +crocoisite +crocoite +croconate +croconic +Crocosmia +Crocus +crocus +crocused +croft +crofter +crofterization +crofterize +crofting +croftland +croisette +croissante +Crokinole +Crom +cromaltite +crome +Cromer +Cromerian +cromfordite +cromlech +cromorna +cromorne +Cromwell +Cromwellian +Cronartium +crone +croneberry +cronet +Cronian +cronish +cronk +cronkness +cronstedtite +crony +crood +croodle +crook +crookback +crookbacked +crookbill +crookbilled +crooked +crookedly +crookedness +crooken +crookesite +crookfingered +crookheaded +crookkneed +crookle +crooklegged +crookneck +crooknecked +crooknosed +crookshouldered +crooksided +crooksterned +crooktoothed +crool +Croomia +croon +crooner +crooning +crooningly +crop +crophead +cropland +cropman +croppa +cropper +croppie +cropplecrown +croppy +cropshin +cropsick +cropsickness +cropweed +croquet +croquette +crore +crosa +Crosby +crosier +crosiered +crosnes +cross +crossability +crossable +crossarm +crossband +crossbar +crossbeak +crossbeam +crossbelt +crossbill +crossbolt +crossbolted +crossbones +crossbow +crossbowman +crossbred +crossbreed +crosscurrent +crosscurrented +crosscut +crosscutter +crosscutting +crosse +crossed +crosser +crossette +crossfall +crossfish +crossflow +crossflower +crossfoot +crosshackle +crosshand +crosshatch +crosshaul +crosshauling +crosshead +crossing +crossite +crossjack +crosslegs +crosslet +crossleted +crosslight +crosslighted +crossline +crossly +crossness +crossopodia +crossopterygian +Crossopterygii +Crossosoma +Crossosomataceae +crossosomataceous +crossover +crosspatch +crosspath +crosspiece +crosspoint +crossrail +crossroad +crossroads +crossrow +crossruff +crosstail +crosstie +crosstied +crosstoes +crosstrack +crosstree +crosswalk +crossway +crossways +crossweb +crossweed +crosswise +crossword +crosswort +crostarie +crotal +Crotalaria +crotalic +Crotalidae +crotaliform +Crotalinae +crotaline +crotalism +crotalo +crotaloid +crotalum +Crotalus +crotaphic +crotaphion +crotaphite +crotaphitic +Crotaphytus +crotch +crotched +crotchet +crotcheteer +crotchetiness +crotchety +crotchy +crotin +Croton +crotonaldehyde +crotonate +crotonic +crotonization +crotonyl +crotonylene +Crotophaga +crottels +crottle +crotyl +crouch +crouchant +crouched +croucher +crouching +crouchingly +crounotherapy +croup +croupade +croupal +croupe +crouperbush +croupier +croupily +croupiness +croupous +croupy +crouse +crousely +crout +croute +crouton +crow +crowbait +crowbar +crowberry +crowbill +crowd +crowded +crowdedly +crowdedness +crowder +crowdweed +crowdy +crower +crowflower +crowfoot +crowfooted +crowhop +crowing +crowingly +crowkeeper +crowl +crown +crownbeard +crowned +crowner +crownless +crownlet +crownling +crownmaker +crownwork +crownwort +crowshay +crowstep +crowstepped +crowstick +crowstone +crowtoe +croy +croyden +croydon +croze +crozer +crozzle +crozzly +crubeen +cruce +cruces +crucethouse +cruche +crucial +cruciality +crucially +crucian +Crucianella +cruciate +cruciately +cruciation +crucible +Crucibulum +crucifer +Cruciferae +cruciferous +crucificial +crucified +crucifier +crucifix +crucifixion +cruciform +cruciformity +cruciformly +crucify +crucigerous +crucilly +crucily +cruck +crude +crudely +crudeness +crudity +crudwort +cruel +cruelhearted +cruelize +cruelly +cruelness +cruels +cruelty +cruent +cruentation +cruet +cruety +cruise +cruiser +cruisken +cruive +cruller +crum +crumb +crumbable +crumbcloth +crumber +crumble +crumblement +crumblet +crumbliness +crumblingness +crumblings +crumbly +crumby +crumen +crumenal +crumlet +crummie +crummier +crummiest +crummock +crummy +crump +crumper +crumpet +crumple +crumpled +crumpler +crumpling +crumply +crumpy +crunch +crunchable +crunchiness +crunching +crunchingly +crunchingness +crunchweed +crunchy +crunk +crunkle +crunodal +crunode +crunt +cruor +crupper +crural +crureus +crurogenital +cruroinguinal +crurotarsal +crus +crusade +crusader +crusado +Crusca +cruse +crush +crushability +crushable +crushed +crusher +crushing +crushingly +crusie +crusily +crust +crusta +Crustacea +crustaceal +crustacean +crustaceological +crustaceologist +crustaceology +crustaceous +crustade +crustal +crustalogical +crustalogist +crustalogy +crustate +crustated +crustation +crusted +crustedly +cruster +crustific +crustification +crustily +crustiness +crustless +crustose +crustosis +crusty +crutch +crutched +crutcher +crutching +crutchlike +cruth +crutter +crux +cruzeiro +cry +cryable +cryaesthesia +cryalgesia +cryanesthesia +crybaby +cryesthesia +crying +cryingly +crymodynia +crymotherapy +cryoconite +cryogen +cryogenic +cryogenics +cryogeny +cryohydrate +cryohydric +cryolite +cryometer +cryophile +cryophilic +cryophoric +cryophorus +cryophyllite +cryophyte +cryoplankton +cryoscope +cryoscopic +cryoscopy +cryosel +cryostase +cryostat +crypt +crypta +cryptal +cryptamnesia +cryptamnesic +cryptanalysis +cryptanalyst +cryptarch +cryptarchy +crypted +Crypteronia +Crypteroniaceae +cryptesthesia +cryptesthetic +cryptic +cryptical +cryptically +cryptoagnostic +cryptobatholithic +cryptobranch +Cryptobranchia +Cryptobranchiata +cryptobranchiate +Cryptobranchidae +Cryptobranchus +cryptocarp +cryptocarpic +cryptocarpous +Cryptocarya +Cryptocephala +cryptocephalous +Cryptocerata +cryptocerous +cryptoclastic +Cryptocleidus +cryptococci +cryptococcic +Cryptococcus +cryptococcus +cryptocommercial +cryptocrystalline +cryptocrystallization +cryptodeist +Cryptodira +cryptodiran +cryptodire +cryptodirous +cryptodouble +cryptodynamic +cryptogam +Cryptogamia +cryptogamian +cryptogamic +cryptogamical +cryptogamist +cryptogamous +cryptogamy +cryptogenetic +cryptogenic +cryptogenous +Cryptoglaux +cryptoglioma +cryptogram +Cryptogramma +cryptogrammatic +cryptogrammatical +cryptogrammatist +cryptogrammic +cryptograph +cryptographal +cryptographer +cryptographic +cryptographical +cryptographically +cryptographist +cryptography +cryptoheresy +cryptoheretic +cryptoinflationist +cryptolite +cryptologist +cryptology +cryptolunatic +cryptomere +Cryptomeria +cryptomerous +cryptomnesia +cryptomnesic +cryptomonad +Cryptomonadales +Cryptomonadina +cryptonema +Cryptonemiales +cryptoneurous +cryptonym +cryptonymous +cryptopapist +cryptoperthite +Cryptophagidae +cryptophthalmos +Cryptophyceae +cryptophyte +cryptopine +cryptoporticus +Cryptoprocta +cryptoproselyte +cryptoproselytism +cryptopyic +cryptopyrrole +cryptorchid +cryptorchidism +cryptorchis +Cryptorhynchus +cryptorrhesis +cryptorrhetic +cryptoscope +cryptoscopy +cryptosplenetic +Cryptostegia +cryptostoma +Cryptostomata +cryptostomate +cryptostome +Cryptotaenia +cryptous +cryptovalence +cryptovalency +cryptozonate +Cryptozonia +cryptozygosity +cryptozygous +Crypturi +Crypturidae +crystal +crystallic +crystalliferous +crystalliform +crystalligerous +crystallin +crystalline +crystallinity +crystallite +crystallitic +crystallitis +crystallizability +crystallizable +crystallization +crystallize +crystallized +crystallizer +crystalloblastic +crystallochemical +crystallochemistry +crystallogenesis +crystallogenetic +crystallogenic +crystallogenical +crystallogeny +crystallogram +crystallographer +crystallographic +crystallographical +crystallographically +crystallography +crystalloid +crystalloidal +crystallology +crystalloluminescence +crystallomagnetic +crystallomancy +crystallometric +crystallometry +crystallophyllian +crystallose +crystallurgy +crystalwort +crystic +crystograph +crystoleum +Crystolon +crystosphene +csardas +Ctenacanthus +ctene +ctenidial +ctenidium +cteniform +Ctenocephalus +ctenocyst +ctenodactyl +Ctenodipterini +ctenodont +Ctenodontidae +Ctenodus +ctenoid +ctenoidean +Ctenoidei +ctenoidian +ctenolium +Ctenophora +ctenophoral +ctenophoran +ctenophore +ctenophoric +ctenophorous +Ctenoplana +Ctenostomata +ctenostomatous +ctenostome +ctetology +cuadra +Cuailnge +cuapinole +cuarenta +cuarta +cuarteron +cuartilla +cuartillo +cub +Cuba +cubage +Cuban +cubangle +cubanite +Cubanize +cubatory +cubature +cubbing +cubbish +cubbishly +cubbishness +cubby +cubbyhole +cubbyhouse +cubbyyew +cubdom +cube +cubeb +cubelet +Cubelium +cuber +cubhood +cubi +cubic +cubica +cubical +cubically +cubicalness +cubicity +cubicle +cubicly +cubicone +cubicontravariant +cubicovariant +cubicular +cubiculum +cubiform +cubism +cubist +cubit +cubital +cubitale +cubited +cubitiere +cubito +cubitocarpal +cubitocutaneous +cubitodigital +cubitometacarpal +cubitopalmar +cubitoplantar +cubitoradial +cubitus +cubmaster +cubocalcaneal +cuboctahedron +cubocube +cubocuneiform +cubododecahedral +cuboid +cuboidal +cuboides +cubomancy +Cubomedusae +cubomedusan +cubometatarsal +cubonavicular +Cuchan +Cuchulainn +cuck +cuckhold +cuckold +cuckoldom +cuckoldry +cuckoldy +cuckoo +cuckooflower +cuckoomaid +cuckoopint +cuckoopintle +cuckstool +cucoline +Cucujid +Cucujidae +Cucujus +Cuculi +Cuculidae +cuculiform +Cuculiformes +cuculine +cuculla +cucullaris +cucullate +cucullately +cuculliform +cucullus +cuculoid +Cuculus +Cucumaria +Cucumariidae +cucumber +cucumiform +Cucumis +cucurbit +Cucurbita +Cucurbitaceae +cucurbitaceous +cucurbite +cucurbitine +cud +cudava +cudbear +cudden +cuddle +cuddleable +cuddlesome +cuddly +Cuddy +cuddy +cuddyhole +cudgel +cudgeler +cudgerie +cudweed +cue +cueball +cueca +cueist +cueman +cuemanship +cuerda +cuesta +Cueva +cuff +cuffer +cuffin +cuffy +cuffyism +cuggermugger +cuichunchulli +cuinage +cuir +cuirass +cuirassed +cuirassier +cuisinary +cuisine +cuissard +cuissart +cuisse +cuissen +cuisten +Cuitlateco +cuittikin +Cujam +cuke +Culavamsa +culbut +Culdee +culebra +culet +culeus +Culex +culgee +culicid +Culicidae +culicidal +culicide +culiciform +culicifugal +culicifuge +Culicinae +culicine +Culicoides +culilawan +culinarily +culinary +cull +culla +cullage +Cullen +culler +cullet +culling +cullion +cullis +cully +culm +culmen +culmicolous +culmiferous +culmigenous +culminal +culminant +culminate +culmination +culmy +culotte +culottes +culottic +culottism +culpa +culpability +culpable +culpableness +culpably +culpatory +culpose +culprit +cult +cultch +cultellation +cultellus +culteranismo +cultic +cultigen +cultirostral +Cultirostres +cultish +cultism +cultismo +cultist +cultivability +cultivable +cultivably +cultivar +cultivatability +cultivatable +cultivate +cultivated +cultivation +cultivator +cultrate +cultrated +cultriform +cultrirostral +Cultrirostres +cultual +culturable +cultural +culturally +culture +cultured +culturine +culturist +culturization +culturize +culturological +culturologically +culturologist +culturology +cultus +culver +culverfoot +culverhouse +culverin +culverineer +culverkey +culvert +culvertage +culverwort +cum +Cumacea +cumacean +cumaceous +Cumaean +cumal +cumaldehyde +Cumanagoto +cumaphyte +cumaphytic +cumaphytism +Cumar +cumay +cumbent +cumber +cumberer +cumberlandite +cumberless +cumberment +cumbersome +cumbersomely +cumbersomeness +cumberworld +cumbha +cumbly +cumbraite +cumbrance +cumbre +Cumbrian +cumbrous +cumbrously +cumbrousness +cumbu +cumene +cumengite +cumenyl +cumflutter +cumhal +cumic +cumidin +cumidine +cumin +cuminal +cuminic +cuminoin +cuminol +cuminole +cuminseed +cuminyl +cummer +cummerbund +cummin +cummingtonite +cumol +cump +cumshaw +cumulant +cumular +cumulate +cumulately +cumulation +cumulatist +cumulative +cumulatively +cumulativeness +cumuli +cumuliform +cumulite +cumulophyric +cumulose +cumulous +cumulus +cumyl +Cuna +cunabular +Cunan +Cunarder +Cunas +cunctation +cunctatious +cunctative +cunctator +cunctatorship +cunctatury +cunctipotent +cundeamor +cuneal +cuneate +cuneately +cuneatic +cuneator +cuneiform +cuneiformist +cuneocuboid +cuneonavicular +cuneoscaphoid +cunette +cuneus +cungeboi +cunicular +cuniculus +cunila +cunjah +cunjer +cunjevoi +cunner +cunnilinctus +cunnilingus +cunning +Cunninghamia +cunningly +cunningness +Cunonia +Cunoniaceae +cunoniaceous +cunye +Cunza +Cuon +cuorin +cup +Cupania +cupay +cupbearer +cupboard +cupcake +cupel +cupeler +cupellation +cupflower +cupful +Cuphea +cuphead +cupholder +Cupid +cupidinous +cupidity +cupidon +cupidone +cupless +cupmaker +cupmaking +cupman +cupmate +cupola +cupolaman +cupolar +cupolated +cupped +cupper +cupping +cuppy +cuprammonia +cuprammonium +cupreine +cuprene +cupreous +Cupressaceae +cupressineous +Cupressinoxylon +Cupressus +cupric +cupride +cupriferous +cuprite +cuproammonium +cuprobismutite +cuprocyanide +cuprodescloizite +cuproid +cuproiodargyrite +cupromanganese +cupronickel +cuproplumbite +cuproscheelite +cuprose +cuprosilicon +cuprotungstite +cuprous +cuprum +cupseed +cupstone +cupula +cupulate +cupule +Cupuliferae +cupuliferous +cupuliform +cur +curability +curable +curableness +curably +curacao +curacy +curare +curarine +curarization +curarize +curassow +curatage +curate +curatel +curateship +curatess +curatial +curatic +curation +curative +curatively +curativeness +curatize +curatolatry +curator +curatorial +curatorium +curatorship +curatory +curatrix +Curavecan +curb +curbable +curber +curbing +curbless +curblike +curbstone +curbstoner +curby +curcas +curch +curcuddoch +Curculio +curculionid +Curculionidae +curculionist +Curcuma +curcumin +curd +curdiness +curdle +curdler +curdly +curdwort +curdy +cure +cureless +curelessly +curemaster +curer +curettage +curette +curettement +curfew +curial +curialism +curialist +curialistic +curiality +curiate +Curiatii +curiboca +curie +curiescopy +curietherapy +curin +curine +curing +curio +curiologic +curiologically +curiologics +curiology +curiomaniac +curiosa +curiosity +curioso +curious +curiously +curiousness +curite +Curitis +curium +curl +curled +curledly +curledness +curler +curlew +curlewberry +curlicue +curliewurly +curlike +curlily +curliness +curling +curlingly +curlpaper +curly +curlycue +curlyhead +curlylocks +curmudgeon +curmudgeonery +curmudgeonish +curmudgeonly +curmurring +curn +curney +curnock +curple +curr +currach +currack +curragh +currant +curratow +currawang +currency +current +currently +currentness +currentwise +curricle +curricula +curricular +curricularization +curricularize +curriculum +curried +currier +curriery +currish +currishly +currishness +curry +currycomb +curryfavel +Cursa +cursal +curse +cursed +cursedly +cursedness +curser +curship +cursitor +cursive +cursively +cursiveness +cursor +cursorary +Cursores +Cursoria +cursorial +Cursoriidae +cursorily +cursoriness +cursorious +Cursorius +cursory +curst +curstful +curstfully +curstly +curstness +cursus +Curt +curt +curtail +curtailed +curtailedly +curtailer +curtailment +curtain +curtaining +curtainless +curtainwise +curtal +Curtana +curtate +curtation +curtesy +curtilage +Curtis +Curtise +curtly +curtness +curtsy +curua +curuba +Curucaneca +Curucanecan +curucucu +curule +Curuminaca +Curuminacan +Curupira +cururo +curvaceous +curvaceousness +curvacious +curvant +curvate +curvation +curvature +curve +curved +curvedly +curvedness +curver +curvesome +curvesomeness +curvet +curvicaudate +curvicostate +curvidentate +curvifoliate +curviform +curvilineal +curvilinear +curvilinearity +curvilinearly +curvimeter +curvinervate +curvinerved +curvirostral +Curvirostres +curviserial +curvital +curvity +curvograph +curvometer +curvous +curvulate +curvy +curwhibble +curwillet +cuscohygrine +cusconine +Cuscus +cuscus +Cuscuta +Cuscutaceae +cuscutaceous +cusec +cuselite +cush +cushag +cushat +cushaw +cushewbird +cushion +cushioned +cushionflower +cushionless +cushionlike +cushiony +Cushite +Cushitic +cushlamochree +cushy +cusie +cusinero +cusk +cusp +cuspal +cusparidine +cusparine +cuspate +cusped +cuspid +cuspidal +cuspidate +cuspidation +cuspidine +cuspidor +cuspule +cuss +cussed +cussedly +cussedness +cusser +cusso +custard +custerite +custodee +custodes +custodial +custodiam +custodian +custodianship +custodier +custody +custom +customable +customarily +customariness +customary +customer +customhouse +customs +custumal +cut +cutaneal +cutaneous +cutaneously +cutaway +cutback +cutch +cutcher +cutcherry +cute +cutely +cuteness +Cuterebra +Cuthbert +cutheal +cuticle +cuticolor +cuticula +cuticular +cuticularization +cuticularize +cuticulate +cutidure +cutie +cutification +cutigeral +cutin +cutinization +cutinize +cutireaction +cutis +cutisector +Cutiterebra +cutitis +cutization +cutlass +cutler +cutleress +Cutleria +Cutleriaceae +cutleriaceous +Cutleriales +cutlery +cutlet +cutling +cutlips +cutocellulose +cutoff +cutout +cutover +cutpurse +cuttable +cuttage +cuttail +cuttanee +cutted +cutter +cutterhead +cutterman +cutthroat +cutting +cuttingly +cuttingness +cuttle +cuttlebone +cuttlefish +cuttler +cuttoo +cutty +cuttyhunk +cutup +cutwater +cutweed +cutwork +cutworm +cuvette +Cuvierian +cuvy +cuya +Cuzceno +cwierc +cwm +cyamelide +Cyamus +cyan +cyanacetic +cyanamide +cyananthrol +Cyanastraceae +Cyanastrum +cyanate +cyanaurate +cyanauric +cyanbenzyl +cyancarbonic +Cyanea +cyanean +cyanemia +cyaneous +cyanephidrosis +cyanformate +cyanformic +cyanhidrosis +cyanhydrate +cyanhydric +cyanhydrin +cyanic +cyanicide +cyanidation +cyanide +cyanidin +cyanidine +cyanidrosis +cyanimide +cyanin +cyanine +cyanite +cyanize +cyanmethemoglobin +cyanoacetate +cyanoacetic +cyanoaurate +cyanoauric +cyanobenzene +cyanocarbonic +cyanochlorous +cyanochroia +cyanochroic +Cyanocitta +cyanocrystallin +cyanoderma +cyanogen +cyanogenesis +cyanogenetic +cyanogenic +cyanoguanidine +cyanohermidin +cyanohydrin +cyanol +cyanole +cyanomaclurin +cyanometer +cyanomethaemoglobin +cyanomethemoglobin +cyanometric +cyanometry +cyanopathic +cyanopathy +cyanophile +cyanophilous +cyanophoric +cyanophose +Cyanophyceae +cyanophycean +cyanophyceous +cyanophycin +cyanopia +cyanoplastid +cyanoplatinite +cyanoplatinous +cyanopsia +cyanose +cyanosed +cyanosis +Cyanospiza +cyanotic +cyanotrichite +cyanotype +cyanuramide +cyanurate +cyanuret +cyanuric +cyanurine +cyanus +cyaphenine +cyath +Cyathaspis +Cyathea +Cyatheaceae +cyatheaceous +cyathiform +cyathium +cyathoid +cyatholith +Cyathophyllidae +cyathophylline +cyathophylloid +Cyathophyllum +cyathos +cyathozooid +cyathus +cybernetic +cyberneticist +cybernetics +Cybister +cycad +Cycadaceae +cycadaceous +Cycadales +cycadean +cycadeoid +Cycadeoidea +cycadeous +cycadiform +cycadlike +cycadofilicale +Cycadofilicales +Cycadofilices +cycadofilicinean +Cycadophyta +Cycas +Cycladic +cyclamen +cyclamin +cyclamine +cyclammonium +cyclane +Cyclanthaceae +cyclanthaceous +Cyclanthales +Cyclanthus +cyclar +cyclarthrodial +cyclarthrsis +cyclas +cycle +cyclecar +cycledom +cyclene +cycler +cyclesmith +Cycliae +cyclian +cyclic +cyclical +cyclically +cyclicism +cyclide +cycling +cyclism +cyclist +cyclistic +cyclitic +cyclitis +cyclization +cyclize +cycloalkane +Cyclobothra +cyclobutane +cyclocoelic +cyclocoelous +Cycloconium +cyclodiolefin +cycloganoid +Cycloganoidei +cyclogram +cyclograph +cyclographer +cycloheptane +cycloheptanone +cyclohexane +cyclohexanol +cyclohexanone +cyclohexene +cyclohexyl +cycloid +cycloidal +cycloidally +cycloidean +Cycloidei +cycloidian +cycloidotrope +cyclolith +Cycloloma +cyclomania +cyclometer +cyclometric +cyclometrical +cyclometry +Cyclomyaria +cyclomyarian +cyclonal +cyclone +cyclonic +cyclonical +cyclonically +cyclonist +cyclonite +cyclonologist +cyclonology +cyclonometer +cyclonoscope +cycloolefin +cycloparaffin +cyclope +Cyclopean +cyclopean +cyclopedia +cyclopedic +cyclopedical +cyclopedically +cyclopedist +cyclopentadiene +cyclopentane +cyclopentanone +cyclopentene +Cyclopes +cyclopes +cyclophoria +cyclophoric +Cyclophorus +cyclophrenia +cyclopia +Cyclopic +cyclopism +cyclopite +cycloplegia +cycloplegic +cyclopoid +cyclopropane +Cyclops +Cyclopteridae +cyclopteroid +cyclopterous +cyclopy +cyclorama +cycloramic +Cyclorrhapha +cyclorrhaphous +cycloscope +cyclose +cyclosis +cyclospermous +Cyclospondyli +cyclospondylic +cyclospondylous +Cyclosporales +Cyclosporeae +Cyclosporinae +cyclosporous +Cyclostoma +Cyclostomata +cyclostomate +Cyclostomatidae +cyclostomatous +cyclostome +Cyclostomes +Cyclostomi +Cyclostomidae +cyclostomous +cyclostrophic +cyclostyle +Cyclotella +cyclothem +cyclothure +cyclothurine +Cyclothurus +cyclothyme +cyclothymia +cyclothymiac +cyclothymic +cyclotome +cyclotomic +cyclotomy +Cyclotosaurus +cyclotron +cyclovertebral +cyclus +Cydippe +cydippian +cydippid +Cydippida +Cydonia +Cydonian +cydonium +cyesiology +cyesis +cygneous +cygnet +Cygnid +Cygninae +cygnine +Cygnus +cyke +cylinder +cylindered +cylinderer +cylinderlike +cylindraceous +cylindrarthrosis +Cylindrella +cylindrelloid +cylindrenchyma +cylindric +cylindrical +cylindricality +cylindrically +cylindricalness +cylindricity +cylindricule +cylindriform +cylindrite +cylindrocellular +cylindrocephalic +cylindroconical +cylindroconoidal +cylindrocylindric +cylindrodendrite +cylindrograph +cylindroid +cylindroidal +cylindroma +cylindromatous +cylindrometric +cylindroogival +Cylindrophis +Cylindrosporium +cylindruria +cylix +Cyllenian +Cyllenius +cyllosis +cyma +cymagraph +cymaphen +cymaphyte +cymaphytic +cymaphytism +cymar +cymation +cymatium +cymba +cymbaeform +cymbal +Cymbalaria +cymbaleer +cymbaler +cymbaline +cymbalist +cymballike +cymbalo +cymbalon +cymbate +Cymbella +cymbiform +Cymbium +cymbling +cymbocephalic +cymbocephalous +cymbocephaly +Cymbopogon +cyme +cymelet +cymene +cymiferous +cymling +Cymodoceaceae +cymogene +cymograph +cymographic +cymoid +Cymoidium +cymometer +cymophane +cymophanous +cymophenol +cymoscope +cymose +cymosely +cymotrichous +cymotrichy +cymous +Cymraeg +Cymric +Cymry +cymule +cymulose +cynanche +Cynanchum +cynanthropy +Cynara +cynaraceous +cynarctomachy +cynareous +cynaroid +cynebot +cynegetic +cynegetics +cynegild +cynhyena +Cynias +cyniatria +cyniatrics +cynic +cynical +cynically +cynicalness +cynicism +cynicist +cynipid +Cynipidae +cynipidous +cynipoid +Cynipoidea +Cynips +cynism +cynocephalic +cynocephalous +cynocephalus +cynoclept +Cynocrambaceae +cynocrambaceous +Cynocrambe +Cynodon +cynodont +Cynodontia +Cynogale +cynogenealogist +cynogenealogy +Cynoglossum +Cynognathus +cynography +cynoid +Cynoidea +cynology +Cynomoriaceae +cynomoriaceous +Cynomorium +Cynomorpha +cynomorphic +cynomorphous +Cynomys +cynophile +cynophilic +cynophilist +cynophobe +cynophobia +Cynopithecidae +cynopithecoid +cynopodous +cynorrhodon +Cynosarges +Cynoscion +Cynosura +cynosural +cynosure +Cynosurus +cynotherapy +Cynoxylon +Cynthia +Cynthian +Cynthiidae +Cynthius +cyp +Cyperaceae +cyperaceous +Cyperus +cyphella +cyphellate +Cyphomandra +cyphonautes +cyphonism +Cypraea +cypraeid +Cypraeidae +cypraeiform +cypraeoid +cypre +cypres +cypress +cypressed +cypressroot +Cypria +Cyprian +Cyprididae +Cypridina +Cypridinidae +cypridinoid +Cyprina +cyprine +cyprinid +Cyprinidae +cypriniform +cyprinine +cyprinodont +Cyprinodontes +Cyprinodontidae +cyprinodontoid +cyprinoid +Cyprinoidea +cyprinoidean +Cyprinus +Cypriote +Cypripedium +Cypris +cypsela +Cypseli +Cypselid +Cypselidae +cypseliform +Cypseliformes +cypseline +cypseloid +cypselomorph +Cypselomorphae +cypselomorphic +cypselous +Cypselus +cyptozoic +Cyrano +Cyrenaic +Cyrenaicism +Cyrenian +Cyril +Cyrilla +Cyrillaceae +cyrillaceous +Cyrillian +Cyrillianism +Cyrillic +cyriologic +cyriological +Cyrtandraceae +Cyrtidae +cyrtoceracone +Cyrtoceras +cyrtoceratite +cyrtoceratitic +cyrtograph +cyrtolite +cyrtometer +Cyrtomium +cyrtopia +cyrtosis +Cyrus +cyrus +cyst +cystadenoma +cystadenosarcoma +cystal +cystalgia +cystamine +cystaster +cystatrophia +cystatrophy +cystectasia +cystectasy +cystectomy +cysted +cysteine +cysteinic +cystelcosis +cystenchyma +cystenchymatous +cystencyte +cysterethism +cystic +cysticarpic +cysticarpium +cysticercoid +cysticercoidal +cysticercosis +cysticercus +cysticolous +cystid +Cystidea +cystidean +cystidicolous +cystidium +cystiferous +cystiform +cystigerous +Cystignathidae +cystignathine +cystine +cystinuria +cystirrhea +cystis +cystitis +cystitome +cystoadenoma +cystocarcinoma +cystocarp +cystocarpic +cystocele +cystocolostomy +cystocyte +cystodynia +cystoelytroplasty +cystoenterocele +cystoepiplocele +cystoepithelioma +cystofibroma +Cystoflagellata +cystoflagellate +cystogenesis +cystogenous +cystogram +cystoid +Cystoidea +cystoidean +cystolith +cystolithectomy +cystolithiasis +cystolithic +cystoma +cystomatous +cystomorphous +cystomyoma +cystomyxoma +Cystonectae +cystonectous +cystonephrosis +cystoneuralgia +cystoparalysis +Cystophora +cystophore +cystophotography +cystophthisis +cystoplasty +cystoplegia +cystoproctostomy +Cystopteris +cystoptosis +Cystopus +cystopyelitis +cystopyelography +cystopyelonephritis +cystoradiography +cystorrhagia +cystorrhaphy +cystorrhea +cystosarcoma +cystoschisis +cystoscope +cystoscopic +cystoscopy +cystose +cystospasm +cystospastic +cystospore +cystostomy +cystosyrinx +cystotome +cystotomy +cystotrachelotomy +cystoureteritis +cystourethritis +cystous +cytase +cytasic +Cytherea +Cytherean +Cytherella +Cytherellidae +Cytinaceae +cytinaceous +Cytinus +cytioderm +cytisine +Cytisus +cytitis +cytoblast +cytoblastema +cytoblastemal +cytoblastematous +cytoblastemic +cytoblastemous +cytochemistry +cytochrome +cytochylema +cytocide +cytoclasis +cytoclastic +cytococcus +cytocyst +cytode +cytodendrite +cytoderm +cytodiagnosis +cytodieresis +cytodieretic +cytogamy +cytogene +cytogenesis +cytogenetic +cytogenetical +cytogenetically +cytogeneticist +cytogenetics +cytogenic +cytogenous +cytogeny +cytoglobin +cytohyaloplasm +cytoid +cytokinesis +cytolist +cytologic +cytological +cytologically +cytologist +cytology +cytolymph +cytolysin +cytolysis +cytolytic +cytoma +cytomere +cytometer +cytomicrosome +cytomitome +cytomorphosis +cyton +cytoparaplastin +cytopathologic +cytopathological +cytopathologically +cytopathology +Cytophaga +cytophagous +cytophagy +cytopharynx +cytophil +cytophysics +cytophysiology +cytoplasm +cytoplasmic +cytoplast +cytoplastic +cytoproct +cytopyge +cytoreticulum +cytoryctes +cytosine +cytosome +Cytospora +Cytosporina +cytost +cytostomal +cytostome +cytostroma +cytostromatic +cytotactic +cytotaxis +cytotoxic +cytotoxin +cytotrophoblast +cytotrophy +cytotropic +cytotropism +cytozoic +cytozoon +cytozymase +cytozyme +cytula +Cyzicene +cyzicene +czar +czardas +czardom +czarevitch +czarevna +czarian +czaric +czarina +czarinian +czarish +czarism +czarist +czaristic +czaritza +czarowitch +czarowitz +czarship +Czech +Czechic +Czechish +Czechization +Czechoslovak +Czechoslovakian +D +d +da +daalder +dab +dabb +dabba +dabber +dabble +dabbler +dabbling +dabblingly +dabblingness +dabby +dabchick +Dabih +Dabitis +dablet +daboia +daboya +dabster +dace +Dacelo +Daceloninae +dacelonine +dachshound +dachshund +Dacian +dacite +dacitic +dacker +dacoit +dacoitage +dacoity +dacryadenalgia +dacryadenitis +dacryagogue +dacrycystalgia +Dacrydium +dacryelcosis +dacryoadenalgia +dacryoadenitis +dacryoblenorrhea +dacryocele +dacryocyst +dacryocystalgia +dacryocystitis +dacryocystoblennorrhea +dacryocystocele +dacryocystoptosis +dacryocystorhinostomy +dacryocystosyringotomy +dacryocystotome +dacryocystotomy +dacryohelcosis +dacryohemorrhea +dacryolite +dacryolith +dacryolithiasis +dacryoma +dacryon +dacryops +dacryopyorrhea +dacryopyosis +dacryosolenitis +dacryostenosis +dacryosyrinx +dacryuria +Dactyl +dactyl +dactylar +dactylate +dactylic +dactylically +dactylioglyph +dactylioglyphic +dactylioglyphist +dactylioglyphtic +dactylioglyphy +dactyliographer +dactyliographic +dactyliography +dactyliology +dactyliomancy +dactylion +dactyliotheca +Dactylis +dactylist +dactylitic +dactylitis +dactylogram +dactylograph +dactylographic +dactylography +dactyloid +dactylology +dactylomegaly +dactylonomy +dactylopatagium +Dactylopius +dactylopodite +dactylopore +Dactylopteridae +Dactylopterus +dactylorhiza +dactyloscopic +dactyloscopy +dactylose +dactylosternal +dactylosymphysis +dactylotheca +dactylous +dactylozooid +dactylus +Dacus +dacyorrhea +dad +Dada +dada +Dadaism +Dadaist +dadap +Dadayag +dadder +daddle +daddock +daddocky +daddy +daddynut +dade +dadenhudd +dado +Dadoxylon +Dadu +daduchus +Dadupanthi +dae +Daedal +daedal +Daedalea +Daedalean +Daedalian +Daedalic +Daedalidae +Daedalist +daedaloid +Daedalus +daemon +Daemonelix +daemonic +daemonurgist +daemonurgy +daemony +daer +daff +daffery +daffing +daffish +daffle +daffodil +daffodilly +daffy +daffydowndilly +Dafla +daft +daftberry +daftlike +daftly +daftness +dag +dagaba +dagame +dagassa +Dagbamba +Dagbane +dagesh +Dagestan +dagga +dagger +daggerbush +daggered +daggerlike +daggerproof +daggers +daggle +daggletail +daggletailed +daggly +daggy +daghesh +daglock +Dagmar +Dago +dagoba +Dagomba +dags +Daguerrean +daguerreotype +daguerreotyper +daguerreotypic +daguerreotypist +daguerreotypy +dah +dahabeah +Dahlia +Dahoman +Dahomeyan +dahoon +Daibutsu +daidle +daidly +Daijo +daiker +daikon +Dail +Dailamite +dailiness +daily +daimen +daimiate +daimio +daimon +daimonic +daimonion +daimonistic +daimonology +dain +daincha +dainteth +daintify +daintihood +daintily +daintiness +daintith +dainty +Daira +daira +dairi +dairy +dairying +dairymaid +dairyman +dairywoman +dais +daisied +daisy +daisybush +daitya +daiva +dak +daker +Dakhini +dakir +Dakota +daktylon +daktylos +dal +dalar +Dalarnian +Dalbergia +Dalcassian +Dale +dale +Dalea +Dalecarlian +daleman +daler +dalesfolk +dalesman +dalespeople +daleswoman +daleth +dali +Dalibarda +dalk +dallack +dalle +dalles +dalliance +dallier +dally +dallying +dallyingly +Dalmania +Dalmanites +Dalmatian +Dalmatic +dalmatic +Dalradian +dalt +dalteen +Dalton +dalton +Daltonian +Daltonic +Daltonism +Daltonist +dam +dama +damage +damageability +damageable +damageableness +damageably +damagement +damager +damages +damagingly +daman +Damara +Damascene +damascene +damascened +damascener +damascenine +Damascus +damask +damaskeen +damasse +damassin +Damayanti +dambonitol +dambose +dambrod +dame +damenization +damewort +Damgalnunna +Damia +damiana +Damianist +damie +damier +damine +damkjernite +damlike +dammar +Dammara +damme +dammer +dammish +damn +damnability +damnable +damnableness +damnably +damnation +damnatory +damned +damner +damnification +damnify +Damnii +damning +damningly +damningness +damnonians +Damnonii +damnous +damnously +Damoclean +Damocles +Damoetas +damoiseau +Damon +Damone +damonico +damourite +damp +dampang +damped +dampen +dampener +damper +damping +dampish +dampishly +dampishness +damply +dampness +dampproof +dampproofer +dampproofing +dampy +damsel +damselfish +damselhood +damson +Dan +dan +Dana +Danaan +Danagla +Danai +Danaid +danaid +Danaidae +danaide +Danaidean +Danainae +danaine +Danais +danaite +Danakil +danalite +danburite +dancalite +dance +dancer +danceress +dancery +dancette +dancing +dancingly +dand +danda +dandelion +dander +dandiacal +dandiacally +dandically +dandification +dandify +dandilly +dandily +dandiprat +dandizette +dandle +dandler +dandling +dandlingly +dandruff +dandruffy +dandy +dandydom +dandyish +dandyism +dandyize +dandyling +Dane +Daneball +Daneflower +Danegeld +Danelaw +Daneweed +Danewort +dang +danger +dangerful +dangerfully +dangerless +dangerous +dangerously +dangerousness +dangersome +dangle +dangleberry +danglement +dangler +danglin +dangling +danglingly +Dani +Danian +Danic +danicism +Daniel +Daniele +Danielic +Danielle +Daniglacial +danio +Danish +Danism +Danite +Danization +Danize +dank +Dankali +dankish +dankishness +dankly +dankness +danli +Dannebrog +dannemorite +danner +Dannie +dannock +Danny +danoranja +dansant +danseuse +danta +Dantean +Dantesque +Danthonia +Dantist +Dantology +Dantomania +danton +Dantonesque +Dantonist +Dantophilist +Dantophily +Danube +Danubian +Danuri +Danzig +Danziger +dao +daoine +dap +Dapedium +Dapedius +Daphnaceae +Daphne +Daphnean +Daphnephoria +daphnetin +Daphnia +daphnin +daphnioid +Daphnis +daphnoid +dapicho +dapico +dapifer +dapper +dapperling +dapperly +dapperness +dapple +dappled +dar +darabukka +darac +daraf +Darapti +darat +darbha +darby +Darbyism +Darbyite +Darci +Dard +Dardan +dardanarius +Dardani +dardanium +dardaol +Dardic +Dardistan +dare +dareall +daredevil +daredevilism +daredevilry +daredeviltry +dareful +Daren +darer +Dares +daresay +darg +dargah +darger +Darghin +Dargo +dargsman +dargue +dari +daribah +daric +Darien +Darii +Darin +daring +daringly +daringness +dariole +Darius +Darjeeling +dark +darken +darkener +darkening +darkful +darkhearted +darkheartedness +darkish +darkishness +darkle +darkling +darklings +darkly +darkmans +darkness +darkroom +darkskin +darksome +darksomeness +darky +darling +darlingly +darlingness +Darlingtonia +darn +darnation +darned +darnel +darner +darnex +darning +daroga +daroo +darr +darrein +Darrell +Darren +Darryl +darshana +Darsonval +Darsonvalism +darst +dart +Dartagnan +dartars +dartboard +darter +darting +dartingly +dartingness +dartle +dartlike +dartman +Dartmoor +dartoic +dartoid +dartos +dartre +dartrose +dartrous +darts +dartsman +Darwinian +Darwinical +Darwinically +Darwinism +Darwinist +Darwinistic +Darwinite +Darwinize +Daryl +darzee +das +Daschagga +dash +dashboard +dashed +dashedly +dashee +dasheen +dasher +dashing +dashingly +dashmaker +Dashnak +Dashnakist +Dashnaktzutiun +dashplate +dashpot +dashwheel +dashy +dasi +Dasiphora +dasnt +dassie +dassy +dastard +dastardize +dastardliness +dastardly +dastur +dasturi +Dasya +Dasyatidae +Dasyatis +Dasycladaceae +dasycladaceous +Dasylirion +dasymeter +dasypaedal +dasypaedes +dasypaedic +Dasypeltis +dasyphyllous +Dasypodidae +dasypodoid +Dasyprocta +Dasyproctidae +dasyproctine +Dasypus +Dasystephana +dasyure +Dasyuridae +dasyurine +dasyuroid +Dasyurus +Dasyus +data +datable +datableness +datably +dataria +datary +datch +datcha +date +dateless +datemark +dater +datil +dating +dation +Datisca +Datiscaceae +datiscaceous +datiscetin +datiscin +datiscoside +Datisi +Datism +datival +dative +datively +dativogerundial +datolite +datolitic +dattock +datum +Datura +daturic +daturism +daub +daube +Daubentonia +Daubentoniidae +dauber +daubery +daubing +daubingly +daubreeite +daubreelite +daubster +dauby +Daucus +daud +daughter +daughterhood +daughterkin +daughterless +daughterlike +daughterliness +daughterling +daughterly +daughtership +Daulias +daunch +dauncy +Daunii +daunt +daunter +daunting +dauntingly +dauntingness +dauntless +dauntlessly +dauntlessness +daunton +dauphin +dauphine +dauphiness +Daur +Dauri +daut +dautie +dauw +davach +Davallia +Dave +daven +davenport +daver +daverdy +David +Davidian +Davidic +Davidical +Davidist +davidsonite +Daviesia +daviesite +davit +davoch +Davy +davy +davyne +daw +dawdle +dawdler +dawdling +dawdlingly +dawdy +dawish +dawkin +Dawn +dawn +dawning +dawnlight +dawnlike +dawnstreak +dawnward +dawny +Dawson +Dawsonia +Dawsoniaceae +dawsoniaceous +dawsonite +dawtet +dawtit +dawut +day +dayabhaga +Dayakker +dayal +daybeam +dayberry +dayblush +daybook +daybreak +daydawn +daydream +daydreamer +daydreamy +daydrudge +dayflower +dayfly +daygoing +dayless +daylight +daylit +daylong +dayman +daymare +daymark +dayroom +days +dayshine +daysman +dayspring +daystar +daystreak +daytale +daytide +daytime +daytimes +dayward +daywork +dayworker +daywrit +Daza +daze +dazed +dazedly +dazedness +dazement +dazingly +dazy +dazzle +dazzlement +dazzler +dazzlingly +de +deacetylate +deacetylation +deacidification +deacidify +deacon +deaconal +deaconate +deaconess +deaconhood +deaconize +deaconry +deaconship +deactivate +deactivation +dead +deadbeat +deadborn +deadcenter +deaden +deadener +deadening +deader +deadeye +deadfall +deadhead +deadheadism +deadhearted +deadheartedly +deadheartedness +deadhouse +deading +deadish +deadishly +deadishness +deadlatch +deadlight +deadlily +deadline +deadliness +deadlock +deadly +deadman +deadmelt +deadness +deadpan +deadpay +deadtongue +deadwood +deadwort +deaerate +deaeration +deaerator +deaf +deafen +deafening +deafeningly +deafforest +deafforestation +deafish +deafly +deafness +deair +deal +dealable +dealate +dealated +dealation +dealbate +dealbation +dealbuminize +dealcoholist +dealcoholization +dealcoholize +dealer +dealerdom +dealership +dealfish +dealing +dealkalize +dealkylate +dealkylation +dealt +deambulation +deambulatory +deamidase +deamidate +deamidation +deamidization +deamidize +deaminase +deaminate +deamination +deaminization +deaminize +deammonation +Dean +dean +deanathematize +deaner +deanery +deaness +deanimalize +deanship +deanthropomorphic +deanthropomorphism +deanthropomorphization +deanthropomorphize +deappetizing +deaquation +dear +dearborn +dearie +dearly +dearness +dearomatize +dearsenicate +dearsenicator +dearsenicize +dearth +dearthfu +dearticulation +dearworth +dearworthily +dearworthiness +deary +deash +deasil +deaspirate +deaspiration +deassimilation +death +deathbed +deathblow +deathday +deathful +deathfully +deathfulness +deathify +deathin +deathiness +deathless +deathlessly +deathlessness +deathlike +deathliness +deathling +deathly +deathroot +deathshot +deathsman +deathtrap +deathward +deathwards +deathwatch +deathweed +deathworm +deathy +deave +deavely +Deb +deb +debacle +debadge +debamboozle +debar +debarbarization +debarbarize +debark +debarkation +debarkment +debarment +debarrance +debarrass +debarration +debase +debasedness +debasement +debaser +debasingly +debatable +debate +debateful +debatefully +debatement +debater +debating +debatingly +debauch +debauched +debauchedly +debauchedness +debauchee +debaucher +debauchery +debauchment +Debbie +Debby +debby +debeige +debellate +debellation +debellator +deben +debenture +debentured +debenzolize +Debi +debile +debilissima +debilitant +debilitate +debilitated +debilitation +debilitative +debility +debind +debit +debiteuse +debituminization +debituminize +deblaterate +deblateration +deboistly +deboistness +debonair +debonaire +debonairity +debonairly +debonairness +debonnaire +Deborah +debord +debordment +debosh +deboshed +debouch +debouchment +debride +debrief +debris +debrominate +debromination +debruise +debt +debtee +debtful +debtless +debtor +debtorship +debullition +debunk +debunker +debunkment +debus +Debussyan +Debussyanize +debut +debutant +debutante +decachord +decad +decadactylous +decadal +decadally +decadarch +decadarchy +decadary +decadation +decade +decadence +decadency +decadent +decadentism +decadently +decadescent +decadianome +decadic +decadist +decadrachm +decadrachma +decaesarize +decaffeinate +decaffeinize +decafid +decagon +decagonal +decagram +decagramme +decahedral +decahedron +decahydrate +decahydrated +decahydronaphthalene +Decaisnea +decal +decalcification +decalcifier +decalcify +decalcomania +decalcomaniac +decalescence +decalescent +Decalin +decaliter +decalitre +decalobate +Decalogist +Decalogue +decalvant +decalvation +decameral +Decameron +Decameronic +decamerous +decameter +decametre +decamp +decampment +decan +decanal +decanally +decanate +decane +decangular +decani +decanically +decannulation +decanonization +decanonize +decant +decantate +decantation +decanter +decantherous +decap +decapetalous +decaphyllous +decapitable +decapitalization +decapitalize +decapitate +decapitation +decapitator +decapod +Decapoda +decapodal +decapodan +decapodiform +decapodous +decapper +decapsulate +decapsulation +decarbonate +decarbonator +decarbonization +decarbonize +decarbonized +decarbonizer +decarboxylate +decarboxylation +decarboxylization +decarboxylize +decarburation +decarburization +decarburize +decarch +decarchy +decardinalize +decare +decarhinus +decarnate +decarnated +decart +decasemic +decasepalous +decaspermal +decaspermous +decast +decastellate +decastere +decastich +decastyle +decasualization +decasualize +decasyllabic +decasyllable +decasyllabon +decate +decathlon +decatholicize +decatize +decatizer +decatoic +decator +decatyl +decaudate +decaudation +decay +decayable +decayed +decayedness +decayer +decayless +decease +deceased +decedent +deceit +deceitful +deceitfully +deceitfulness +deceivability +deceivable +deceivableness +deceivably +deceive +deceiver +deceiving +deceivingly +decelerate +deceleration +decelerator +decelerometer +December +Decemberish +Decemberly +Decembrist +decemcostate +decemdentate +decemfid +decemflorous +decemfoliate +decemfoliolate +decemjugate +decemlocular +decempartite +decempeda +decempedal +decempedate +decempennate +decemplex +decemplicate +decempunctate +decemstriate +decemuiri +decemvir +decemviral +decemvirate +decemvirship +decenary +decence +decency +decene +decennal +decennary +decennia +decenniad +decennial +decennially +decennium +decennoval +decent +decenter +decently +decentness +decentralism +decentralist +decentralization +decentralize +decentration +decentre +decenyl +decephalization +deceptibility +deceptible +deception +deceptious +deceptiously +deceptitious +deceptive +deceptively +deceptiveness +deceptivity +decerebrate +decerebration +decerebrize +decern +decerniture +decernment +decess +decession +dechemicalization +dechemicalize +dechenite +Dechlog +dechlore +dechlorination +dechoralize +dechristianization +dechristianize +Decian +deciare +deciatine +decibel +deciceronize +decidable +decide +decided +decidedly +decidedness +decider +decidingly +decidua +decidual +deciduary +Deciduata +deciduate +deciduitis +deciduoma +deciduous +deciduously +deciduousness +decigram +decigramme +decil +decile +deciliter +decillion +decillionth +decima +decimal +decimalism +decimalist +decimalization +decimalize +decimally +decimate +decimation +decimator +decimestrial +decimeter +decimolar +decimole +decimosexto +Decimus +decinormal +decipher +decipherability +decipherable +decipherably +decipherer +decipherment +decipium +decipolar +decision +decisional +decisive +decisively +decisiveness +decistere +decitizenize +Decius +decivilization +decivilize +deck +decke +decked +deckel +decker +deckhead +deckhouse +deckie +decking +deckle +deckload +deckswabber +declaim +declaimant +declaimer +declamation +declamatoriness +declamatory +declarable +declarant +declaration +declarative +declaratively +declarator +declaratorily +declaratory +declare +declared +declaredly +declaredness +declarer +declass +declassicize +declassify +declension +declensional +declensionally +declericalize +declimatize +declinable +declinal +declinate +declination +declinational +declinatory +declinature +decline +declined +declinedness +decliner +declinograph +declinometer +declivate +declive +declivitous +declivity +declivous +declutch +decoagulate +decoagulation +decoat +decocainize +decoct +decoctible +decoction +decoctive +decoctum +decode +Decodon +decohere +decoherence +decoherer +decohesion +decoic +decoke +decollate +decollated +decollation +decollator +decolletage +decollete +decolor +decolorant +decolorate +decoloration +decolorimeter +decolorization +decolorize +decolorizer +decolour +decommission +decompensate +decompensation +decomplex +decomponible +decomposability +decomposable +decompose +decomposed +decomposer +decomposite +decomposition +decomposure +decompound +decompoundable +decompoundly +decompress +decompressing +decompression +decompressive +deconcatenate +deconcentrate +deconcentration +deconcentrator +decongestive +deconsecrate +deconsecration +deconsider +deconsideration +decontaminate +decontamination +decontrol +deconventionalize +decopperization +decopperize +decorability +decorable +decorably +decorament +decorate +decorated +decoration +decorationist +decorative +decoratively +decorativeness +decorator +decoratory +decorist +decorous +decorously +decorousness +decorrugative +decorticate +decortication +decorticator +decorticosis +decorum +decostate +decoy +decoyer +decoyman +decrassify +decream +decrease +decreaseless +decreasing +decreasingly +decreation +decreative +decree +decreeable +decreement +decreer +decreet +decrement +decrementless +decremeter +decrepit +decrepitate +decrepitation +decrepitly +decrepitness +decrepitude +decrescence +decrescendo +decrescent +decretal +decretalist +decrete +decretist +decretive +decretively +decretorial +decretorily +decretory +decretum +decrew +decrial +decried +decrier +decrown +decrudescence +decrustation +decry +decrystallization +decubital +decubitus +decultivate +deculturate +decuman +decumana +decumanus +Decumaria +decumary +decumbence +decumbency +decumbent +decumbently +decumbiture +decuple +decuplet +decuria +decurion +decurionate +decurrence +decurrency +decurrent +decurrently +decurring +decursion +decursive +decursively +decurtate +decurvation +decurvature +decurve +decury +decus +decussate +decussated +decussately +decussation +decussis +decussorium +decyl +decylene +decylenic +decylic +decyne +Dedan +Dedanim +Dedanite +dedecorate +dedecoration +dedecorous +dedendum +dedentition +dedicant +dedicate +dedicatee +dedication +dedicational +dedicative +dedicator +dedicatorial +dedicatorily +dedicatory +dedicature +dedifferentiate +dedifferentiation +dedimus +deditician +dediticiancy +dedition +dedo +dedoggerelize +dedogmatize +dedolation +deduce +deducement +deducibility +deducible +deducibleness +deducibly +deducive +deduct +deductible +deduction +deductive +deductively +deductory +deduplication +dee +deed +deedbox +deedeed +deedful +deedfully +deedily +deediness +deedless +deedy +deem +deemer +deemie +deemster +deemstership +deep +deepen +deepener +deepening +deepeningly +Deepfreeze +deeping +deepish +deeplier +deeply +deepmost +deepmouthed +deepness +deepsome +deepwater +deepwaterman +deer +deerberry +deerdog +deerdrive +deerfood +deerhair +deerherd +deerhorn +deerhound +deerlet +deermeat +deerskin +deerstalker +deerstalking +deerstand +deerstealer +deertongue +deerweed +deerwood +deeryard +deevey +deevilick +deface +defaceable +defacement +defacer +defacing +defacingly +defalcate +defalcation +defalcator +defalk +defamation +defamatory +defame +defamed +defamer +defamingly +defassa +defat +default +defaultant +defaulter +defaultless +defaulture +defeasance +defeasanced +defease +defeasibility +defeasible +defeasibleness +defeat +defeater +defeatism +defeatist +defeatment +defeature +defecant +defecate +defecation +defecator +defect +defectibility +defectible +defection +defectionist +defectious +defective +defectively +defectiveness +defectless +defectology +defector +defectoscope +defedation +defeminize +defence +defend +defendable +defendant +defender +defendress +defenestration +defensative +defense +defenseless +defenselessly +defenselessness +defensibility +defensible +defensibleness +defensibly +defension +defensive +defensively +defensiveness +defensor +defensorship +defensory +defer +deferable +deference +deferent +deferentectomy +deferential +deferentiality +deferentially +deferentitis +deferment +deferrable +deferral +deferred +deferrer +deferrization +deferrize +defervesce +defervescence +defervescent +defeudalize +defiable +defial +defiance +defiant +defiantly +defiantness +defiber +defibrinate +defibrination +defibrinize +deficience +deficiency +deficient +deficiently +deficit +defier +defiguration +defilade +defile +defiled +defiledness +defilement +defiler +defiliation +defiling +defilingly +definability +definable +definably +define +defined +definedly +definement +definer +definiendum +definiens +definite +definitely +definiteness +definition +definitional +definitiones +definitive +definitively +definitiveness +definitization +definitize +definitor +definitude +deflagrability +deflagrable +deflagrate +deflagration +deflagrator +deflate +deflation +deflationary +deflationist +deflator +deflect +deflectable +deflected +deflection +deflectionization +deflectionize +deflective +deflectometer +deflector +deflesh +deflex +deflexibility +deflexible +deflexion +deflexure +deflocculant +deflocculate +deflocculation +deflocculator +deflorate +defloration +deflorescence +deflower +deflowerer +defluent +defluous +defluvium +defluxion +defoedation +defog +defoliage +defoliate +defoliated +defoliation +defoliator +deforce +deforcement +deforceor +deforcer +deforciant +deforest +deforestation +deforester +deform +deformability +deformable +deformalize +deformation +deformational +deformative +deformed +deformedly +deformedness +deformer +deformeter +deformism +deformity +defortify +defoul +defraud +defraudation +defrauder +defraudment +defray +defrayable +defrayal +defrayer +defrayment +defreeze +defrication +defrock +defrost +defroster +deft +defterdar +deftly +deftness +defunct +defunction +defunctionalization +defunctionalize +defunctness +defuse +defusion +defy +defyingly +deg +deganglionate +degarnish +degas +degasification +degasifier +degasify +degasser +degauss +degelatinize +degelation +degeneracy +degeneralize +degenerate +degenerately +degenerateness +degeneration +degenerationist +degenerative +degenerescence +degenerescent +degentilize +degerm +degerminate +degerminator +degged +degger +deglaciation +deglaze +deglutinate +deglutination +deglutition +deglutitious +deglutitive +deglutitory +deglycerin +deglycerine +degorge +degradable +degradand +degradation +degradational +degradative +degrade +degraded +degradedly +degradedness +degradement +degrader +degrading +degradingly +degradingness +degraduate +degraduation +degrain +degrease +degreaser +degree +degreeless +degreewise +degression +degressive +degressively +degu +Deguelia +deguelin +degum +degummer +degust +degustation +dehair +dehairer +Dehaites +deheathenize +dehematize +dehepatize +Dehgan +dehisce +dehiscence +dehiscent +dehistoricize +Dehkan +dehnstufe +dehonestate +dehonestation +dehorn +dehorner +dehors +dehort +dehortation +dehortative +dehortatory +dehorter +dehull +dehumanization +dehumanize +dehumidification +dehumidifier +dehumidify +dehusk +Dehwar +dehydrant +dehydrase +dehydrate +dehydration +dehydrator +dehydroascorbic +dehydrocorydaline +dehydrofreezing +dehydrogenase +dehydrogenate +dehydrogenation +dehydrogenization +dehydrogenize +dehydromucic +dehydrosparteine +dehypnotize +deice +deicer +deicidal +deicide +deictic +deictical +deictically +deidealize +Deidesheimer +deific +deifical +deification +deificatory +deifier +deiform +deiformity +deify +deign +Deimos +deincrustant +deindividualization +deindividualize +deindividuate +deindustrialization +deindustrialize +deink +Deino +Deinocephalia +Deinoceras +Deinodon +Deinodontidae +deinos +Deinosauria +Deinotherium +deinsularize +deintellectualization +deintellectualize +deionize +Deipara +deiparous +Deiphobus +deipnodiplomatic +deipnophobia +deipnosophism +deipnosophist +deipnosophistic +deipotent +Deirdre +deiseal +deisidaimonia +deism +deist +deistic +deistical +deistically +deisticalness +deity +deityship +deject +dejecta +dejected +dejectedly +dejectedness +dejectile +dejection +dejectly +dejectory +dejecture +dejerate +dejeration +dejerator +dejeune +dejeuner +dejunkerize +Dekabrist +dekaparsec +dekapode +dekko +dekle +deknight +Del +delabialization +delabialize +delacrimation +delactation +delaine +delaminate +delamination +delapse +delapsion +delate +delater +delatinization +delatinize +delation +delator +delatorian +Delaware +Delawarean +delawn +delay +delayable +delayage +delayer +delayful +delaying +delayingly +Delbert +dele +delead +delectability +delectable +delectableness +delectably +delectate +delectation +delectus +delegable +delegacy +delegalize +delegant +delegate +delegatee +delegateship +delegation +delegative +delegator +delegatory +delenda +Delesseria +Delesseriaceae +delesseriaceous +delete +deleterious +deleteriously +deleteriousness +deletion +deletive +deletory +delf +delft +delftware +Delhi +Delia +Delian +deliberalization +deliberalize +deliberant +deliberate +deliberately +deliberateness +deliberation +deliberative +deliberatively +deliberativeness +deliberator +delible +delicacy +delicate +delicately +delicateness +delicatesse +delicatessen +delicense +Delichon +delicioso +Delicious +delicious +deliciously +deliciousness +delict +delictum +deligated +deligation +delight +delightable +delighted +delightedly +delightedness +delighter +delightful +delightfully +delightfulness +delighting +delightingly +delightless +delightsome +delightsomely +delightsomeness +delignate +delignification +Delilah +delime +delimit +delimitate +delimitation +delimitative +delimiter +delimitize +delineable +delineament +delineate +delineation +delineative +delineator +delineatory +delineature +delinquence +delinquency +delinquent +delinquently +delint +delinter +deliquesce +deliquescence +deliquescent +deliquium +deliracy +delirament +deliration +deliriant +delirifacient +delirious +deliriously +deliriousness +delirium +delitescence +delitescency +delitescent +deliver +deliverable +deliverance +deliverer +deliveress +deliveror +delivery +deliveryman +dell +Della +dellenite +Delobranchiata +delocalization +delocalize +delomorphic +delomorphous +deloul +delouse +delphacid +Delphacidae +Delphian +Delphin +Delphinapterus +delphine +delphinic +Delphinid +Delphinidae +delphinin +delphinine +delphinite +Delphinium +Delphinius +delphinoid +Delphinoidea +delphinoidine +Delphinus +delphocurarine +Delsarte +Delsartean +Delsartian +Delta +delta +deltafication +deltaic +deltal +deltarium +deltation +delthyrial +delthyrium +deltic +deltidial +deltidium +deltiology +deltohedron +deltoid +deltoidal +delubrum +deludable +delude +deluder +deludher +deluding +deludingly +deluge +deluminize +delundung +delusion +delusional +delusionist +delusive +delusively +delusiveness +delusory +deluster +deluxe +delve +delver +demagnetizable +demagnetization +demagnetize +demagnetizer +demagog +demagogic +demagogical +demagogically +demagogism +demagogue +demagoguery +demagogy +demal +demand +demandable +demandant +demander +demanding +demandingly +demanganization +demanganize +demantoid +demarcate +demarcation +demarcator +demarch +demarchy +demargarinate +demark +demarkation +demast +dematerialization +dematerialize +Dematiaceae +dematiaceous +deme +demean +demeanor +demegoric +demency +dement +dementate +dementation +demented +dementedly +dementedness +dementholize +dementia +demephitize +demerit +demeritorious +demeritoriously +Demerol +demersal +demersed +demersion +demesman +demesmerize +demesne +demesnial +demetallize +demethylate +demethylation +Demetrian +demetricize +demi +demiadult +demiangel +demiassignation +demiatheism +demiatheist +demibarrel +demibastion +demibastioned +demibath +demibeast +demibelt +demibob +demibombard +demibrassart +demibrigade +demibrute +demibuckram +demicadence +demicannon +demicanon +demicanton +demicaponier +demichamfron +demicircle +demicircular +demicivilized +demicolumn +demicoronal +demicritic +demicuirass +demiculverin +demicylinder +demicylindrical +demidandiprat +demideify +demideity +demidevil +demidigested +demidistance +demiditone +demidoctor +demidog +demidolmen +demidome +demieagle +demifarthing +demifigure +demiflouncing +demifusion +demigardebras +demigauntlet +demigentleman +demiglobe +demigod +demigoddess +demigoddessship +demigorge +demigriffin +demigroat +demihag +demihearse +demiheavenly +demihigh +demihogshead +demihorse +demihuman +demijambe +demijohn +demikindred +demiking +demilance +demilancer +demilawyer +demilegato +demilion +demilitarization +demilitarize +demiliterate +demilune +demiluster +demilustre +demiman +demimark +demimentoniere +demimetope +demimillionaire +demimondaine +demimonde +demimonk +deminatured +demineralization +demineralize +deminude +deminudity +demioctagonal +demioctangular +demiofficial +demiorbit +demiourgoi +demiowl +demiox +demipagan +demiparallel +demipauldron +demipectinate +demipesade +demipike +demipillar +demipique +demiplacate +demiplate +demipomada +demipremise +demipremiss +demipriest +demipronation +demipuppet +demiquaver +demiracle +demiram +demirelief +demirep +demirevetment +demirhumb +demirilievo +demirobe +demisability +demisable +demisacrilege +demisang +demisangue +demisavage +demise +demiseason +demisecond +demisemiquaver +demisemitone +demisheath +demishirt +demisovereign +demisphere +demiss +demission +demissionary +demissly +demissness +demissory +demisuit +demit +demitasse +demitint +demitoilet +demitone +demitrain +demitranslucence +demitube +demiturned +demiurge +demiurgeous +demiurgic +demiurgical +demiurgically +demiurgism +demivambrace +demivirgin +demivoice +demivol +demivolt +demivotary +demiwivern +demiwolf +demnition +demob +demobilization +demobilize +democracy +democrat +democratian +democratic +democratical +democratically +democratifiable +democratism +democratist +democratization +democratize +demodectic +demoded +Demodex +Demodicidae +Demodocus +demodulation +demodulator +demogenic +Demogorgon +demographer +demographic +demographical +demographically +demographist +demography +demoid +demoiselle +demolish +demolisher +demolishment +demolition +demolitionary +demolitionist +demological +demology +Demon +demon +demonastery +demoness +demonetization +demonetize +demoniac +demoniacal +demoniacally +demoniacism +demonial +demonian +demonianism +demoniast +demonic +demonical +demonifuge +demonish +demonism +demonist +demonize +demonkind +demonland +demonlike +demonocracy +demonograph +demonographer +demonography +demonolater +demonolatrous +demonolatrously +demonolatry +demonologer +demonologic +demonological +demonologically +demonologist +demonology +demonomancy +demonophobia +demonry +demonship +demonstrability +demonstrable +demonstrableness +demonstrably +demonstrant +demonstratable +demonstrate +demonstratedly +demonstrater +demonstration +demonstrational +demonstrationist +demonstrative +demonstratively +demonstrativeness +demonstrator +demonstratorship +demonstratory +demophil +demophilism +demophobe +Demophon +Demophoon +demoralization +demoralize +demoralizer +demorphinization +demorphism +demos +Demospongiae +Demosthenean +Demosthenic +demote +demotic +demotics +demotion +demotist +demount +demountability +demountable +dempster +demulce +demulcent +demulsibility +demulsify +demulsion +demure +demurely +demureness +demurity +demurrable +demurrage +demurral +demurrant +demurrer +demurring +demurringly +demutization +demy +demyship +den +denarcotization +denarcotize +denarius +denaro +denary +denat +denationalization +denationalize +denaturalization +denaturalize +denaturant +denaturate +denaturation +denature +denaturization +denaturize +denaturizer +denazify +denda +dendrachate +dendral +Dendraspis +dendraxon +dendric +dendriform +dendrite +Dendrites +dendritic +dendritical +dendritically +dendritiform +Dendrium +Dendrobates +Dendrobatinae +dendrobe +Dendrobium +Dendrocalamus +Dendroceratina +dendroceratine +Dendrochirota +dendrochronological +dendrochronologist +dendrochronology +dendroclastic +Dendrocoela +dendrocoelan +dendrocoele +dendrocoelous +Dendrocolaptidae +dendrocolaptine +Dendroctonus +Dendrocygna +dendrodont +Dendrodus +Dendroeca +Dendrogaea +Dendrogaean +dendrograph +dendrography +Dendrohyrax +Dendroica +dendroid +dendroidal +Dendroidea +Dendrolagus +dendrolatry +Dendrolene +dendrolite +dendrologic +dendrological +dendrologist +dendrologous +dendrology +Dendromecon +dendrometer +dendron +dendrophil +dendrophile +dendrophilous +Dendropogon +Dene +dene +Deneb +Denebola +denegate +denegation +denehole +denervate +denervation +deneutralization +dengue +deniable +denial +denicotinize +denier +denierage +denierer +denigrate +denigration +denigrator +denim +Denis +denitrate +denitration +denitrator +denitrificant +denitrification +denitrificator +denitrifier +denitrify +denitrize +denization +denizen +denizenation +denizenize +denizenship +Denmark +dennet +Dennis +Dennstaedtia +denominable +denominate +denomination +denominational +denominationalism +denominationalist +denominationalize +denominationally +denominative +denominatively +denominator +denotable +denotation +denotative +denotatively +denotativeness +denotatum +denote +denotement +denotive +denouement +denounce +denouncement +denouncer +dense +densely +densen +denseness +denshare +densher +denshire +densification +densifier +densify +densimeter +densimetric +densimetrically +densimetry +densitometer +density +dent +dentagra +dental +dentale +dentalgia +Dentaliidae +dentalism +dentality +Dentalium +dentalization +dentalize +dentally +dentaphone +Dentaria +dentary +dentata +dentate +dentated +dentately +dentation +dentatoangulate +dentatocillitate +dentatocostate +dentatocrenate +dentatoserrate +dentatosetaceous +dentatosinuate +dentel +dentelated +dentelle +dentelure +denter +dentex +dentical +denticate +Denticeti +denticle +denticular +denticulate +denticulately +denticulation +denticule +dentiferous +dentification +dentiform +dentifrice +dentigerous +dentil +dentilabial +dentilated +dentilation +dentile +dentilingual +dentiloquist +dentiloquy +dentimeter +dentin +dentinal +dentinalgia +dentinasal +dentine +dentinitis +dentinoblast +dentinocemental +dentinoid +dentinoma +dentiparous +dentiphone +dentiroster +dentirostral +dentirostrate +Dentirostres +dentiscalp +dentist +dentistic +dentistical +dentistry +dentition +dentoid +dentolabial +dentolingual +dentonasal +dentosurgical +dentural +denture +denty +denucleate +denudant +denudate +denudation +denudative +denude +denuder +denumerable +denumerably +denumeral +denumerant +denumerantive +denumeration +denumerative +denunciable +denunciant +denunciate +denunciation +denunciative +denunciatively +denunciator +denunciatory +denutrition +deny +denyingly +deobstruct +deobstruent +deoccidentalize +deoculate +deodand +deodara +deodorant +deodorization +deodorize +deodorizer +deontological +deontologist +deontology +deoperculate +deoppilant +deoppilate +deoppilation +deoppilative +deordination +deorganization +deorganize +deorientalize +deorsumvergence +deorsumversion +deorusumduction +deossification +deossify +deota +deoxidant +deoxidate +deoxidation +deoxidative +deoxidator +deoxidization +deoxidize +deoxidizer +deoxygenate +deoxygenation +deoxygenization +deozonization +deozonize +deozonizer +depa +depaganize +depaint +depancreatization +depancreatize +depark +deparliament +depart +departed +departer +departisanize +departition +department +departmental +departmentalism +departmentalization +departmentalize +departmentally +departmentization +departmentize +departure +depas +depascent +depass +depasturable +depasturage +depasturation +depasture +depatriate +depauperate +depauperation +depauperization +depauperize +depencil +depend +dependability +dependable +dependableness +dependably +dependence +dependency +dependent +dependently +depender +depending +dependingly +depeople +deperdite +deperditely +deperition +depersonalization +depersonalize +depersonize +depetalize +depeter +depetticoat +dephase +dephilosophize +dephlegmate +dephlegmation +dephlegmatize +dephlegmator +dephlegmatory +dephlegmedness +dephlogisticate +dephlogisticated +dephlogistication +dephosphorization +dephosphorize +dephysicalization +dephysicalize +depickle +depict +depicter +depiction +depictive +depicture +depiedmontize +depigment +depigmentate +depigmentation +depigmentize +depilate +depilation +depilator +depilatory +depilitant +depilous +deplaceable +deplane +deplasmolysis +deplaster +deplenish +deplete +deplethoric +depletion +depletive +depletory +deploitation +deplorability +deplorable +deplorableness +deplorably +deploration +deplore +deplored +deploredly +deploredness +deplorer +deploringly +deploy +deployment +deplumate +deplumated +deplumation +deplume +deplump +depoetize +depoh +depolarization +depolarize +depolarizer +depolish +depolishing +depolymerization +depolymerize +depone +deponent +depopularize +depopulate +depopulation +depopulative +depopulator +deport +deportable +deportation +deportee +deporter +deportment +deposable +deposal +depose +deposer +deposit +depositary +depositation +depositee +deposition +depositional +depositive +depositor +depository +depositum +depositure +depot +depotentiate +depotentiation +depravation +deprave +depraved +depravedly +depravedness +depraver +depravingly +depravity +deprecable +deprecate +deprecatingly +deprecation +deprecative +deprecator +deprecatorily +deprecatoriness +deprecatory +depreciable +depreciant +depreciate +depreciatingly +depreciation +depreciative +depreciatively +depreciator +depreciatoriness +depreciatory +depredate +depredation +depredationist +depredator +depredatory +depress +depressant +depressed +depressibility +depressible +depressing +depressingly +depressingness +depression +depressive +depressively +depressiveness +depressomotor +depressor +depreter +deprint +depriorize +deprivable +deprival +deprivate +deprivation +deprivative +deprive +deprivement +depriver +deprovincialize +depside +depth +depthen +depthing +depthless +depthometer +depthwise +depullulation +depurant +depurate +depuration +depurative +depurator +depuratory +depursement +deputable +deputation +deputational +deputationist +deputationize +deputative +deputatively +deputator +depute +deputize +deputy +deputyship +dequeen +derabbinize +deracialize +deracinate +deracination +deradelphus +deradenitis +deradenoncus +derah +deraign +derail +derailer +derailment +derange +derangeable +deranged +derangement +deranger +derat +derate +derater +derationalization +derationalize +deratization +deray +Derbend +Derby +derby +derbylite +dere +deregister +deregulationize +dereism +dereistic +dereistically +Derek +derelict +dereliction +derelictly +derelictness +dereligion +dereligionize +derencephalocele +derencephalus +deresinate +deresinize +deric +deride +derider +deridingly +Deringa +Deripia +derisible +derision +derisive +derisively +derisiveness +derisory +derivability +derivable +derivably +derival +derivant +derivate +derivately +derivation +derivational +derivationally +derivationist +derivatist +derivative +derivatively +derivativeness +derive +derived +derivedly +derivedness +deriver +derm +derma +Dermacentor +dermad +dermahemia +dermal +dermalgia +dermalith +dermamyiasis +dermanaplasty +dermapostasis +Dermaptera +dermapteran +dermapterous +dermaskeleton +dermasurgery +dermatagra +dermatalgia +dermataneuria +dermatatrophia +dermatauxe +dermathemia +dermatic +dermatine +dermatitis +Dermatobia +dermatocele +dermatocellulitis +dermatoconiosis +Dermatocoptes +dermatocoptic +dermatocyst +dermatodynia +dermatogen +dermatoglyphics +dermatograph +dermatographia +dermatography +dermatoheteroplasty +dermatoid +dermatological +dermatologist +dermatology +dermatolysis +dermatoma +dermatome +dermatomere +dermatomic +dermatomuscular +dermatomyces +dermatomycosis +dermatomyoma +dermatoneural +dermatoneurology +dermatoneurosis +dermatonosus +dermatopathia +dermatopathic +dermatopathology +dermatopathophobia +Dermatophagus +dermatophobia +dermatophone +dermatophony +dermatophyte +dermatophytic +dermatophytosis +dermatoplasm +dermatoplast +dermatoplastic +dermatoplasty +dermatopnagic +dermatopsy +Dermatoptera +dermatoptic +dermatorrhagia +dermatorrhea +dermatorrhoea +dermatosclerosis +dermatoscopy +dermatosis +dermatoskeleton +dermatotherapy +dermatotome +dermatotomy +dermatotropic +dermatoxerasia +dermatozoon +dermatozoonosis +dermatrophia +dermatrophy +dermenchysis +Dermestes +dermestid +Dermestidae +dermestoid +dermic +dermis +dermitis +dermoblast +Dermobranchia +dermobranchiata +dermobranchiate +Dermochelys +dermochrome +dermococcus +dermogastric +dermographia +dermographic +dermographism +dermography +dermohemal +dermohemia +dermohumeral +dermoid +dermoidal +dermoidectomy +dermol +dermolysis +dermomuscular +dermomycosis +dermoneural +dermoneurosis +dermonosology +dermoosseous +dermoossification +dermopathic +dermopathy +dermophlebitis +dermophobe +dermophyte +dermophytic +dermoplasty +Dermoptera +dermopteran +dermopterous +dermoreaction +Dermorhynchi +dermorhynchous +dermosclerite +dermoskeletal +dermoskeleton +dermostenosis +dermostosis +dermosynovitis +dermotropic +dermovaccine +dermutation +dern +dernier +derodidymus +derogate +derogately +derogation +derogative +derogatively +derogator +derogatorily +derogatoriness +derogatory +Derotrema +Derotremata +derotremate +derotrematous +derotreme +derout +Derrick +derrick +derricking +derrickman +derride +derries +derringer +Derris +derry +dertrotheca +dertrum +deruinate +deruralize +derust +dervish +dervishhood +dervishism +dervishlike +desaccharification +desacralization +desacralize +desalt +desamidization +desand +desaturate +desaturation +desaurin +descale +descant +descanter +descantist +descend +descendable +descendance +descendant +descendence +descendent +descendental +descendentalism +descendentalist +descendentalistic +descender +descendibility +descendible +descending +descendingly +descension +descensional +descensionist +descensive +descent +Deschampsia +descloizite +descort +describability +describable +describably +describe +describer +descrier +descript +description +descriptionist +descriptionless +descriptive +descriptively +descriptiveness +descriptory +descrive +descry +deseasonalize +desecrate +desecrater +desecration +desectionalize +deseed +desegmentation +desegmented +desensitization +desensitize +desensitizer +desentimentalize +deseret +desert +deserted +desertedly +desertedness +deserter +desertful +desertfully +desertic +deserticolous +desertion +desertism +desertless +desertlessly +desertlike +desertness +desertress +desertrice +desertward +deserve +deserved +deservedly +deservedness +deserveless +deserver +deserving +deservingly +deservingness +desex +desexualization +desexualize +deshabille +desi +desiccant +desiccate +desiccation +desiccative +desiccator +desiccatory +desiderant +desiderata +desiderate +desideration +desiderative +desideratum +desight +desightment +design +designable +designate +designation +designative +designator +designatory +designatum +designed +designedly +designedness +designee +designer +designful +designfully +designfulness +designing +designingly +designless +designlessly +designlessness +desilicate +desilicification +desilicify +desiliconization +desiliconize +desilver +desilverization +desilverize +desilverizer +desinence +desinent +desiodothyroxine +desipience +desipiency +desipient +desirability +desirable +desirableness +desirably +desire +desired +desiredly +desiredness +desireful +desirefulness +desireless +desirer +desiringly +desirous +desirously +desirousness +desist +desistance +desistive +desition +desize +desk +desklike +deslime +desma +desmachymatous +desmachyme +desmacyte +desman +Desmanthus +Desmarestia +Desmarestiaceae +desmarestiaceous +Desmatippus +desmectasia +desmepithelium +desmic +desmid +Desmidiaceae +desmidiaceous +Desmidiales +desmidiologist +desmidiology +desmine +desmitis +desmocyte +desmocytoma +Desmodactyli +Desmodium +desmodont +Desmodontidae +Desmodus +desmodynia +desmogen +desmogenous +Desmognathae +desmognathism +desmognathous +desmography +desmohemoblast +desmoid +desmology +desmoma +Desmomyaria +desmon +Desmoncus +desmoneoplasm +desmonosology +desmopathologist +desmopathology +desmopathy +desmopelmous +desmopexia +desmopyknosis +desmorrhexis +Desmoscolecidae +Desmoscolex +desmosis +desmosite +Desmothoraca +desmotomy +desmotrope +desmotropic +desmotropism +desocialization +desocialize +desolate +desolately +desolateness +desolater +desolating +desolatingly +desolation +desolative +desonation +desophisticate +desophistication +desorption +desoxalate +desoxyanisoin +desoxybenzoin +desoxycinchonine +desoxycorticosterone +desoxymorphine +desoxyribonucleic +despair +despairer +despairful +despairfully +despairfulness +despairing +despairingly +despairingness +despecialization +despecialize +despecificate +despecification +despect +desperacy +desperado +desperadoism +desperate +desperately +desperateness +desperation +despicability +despicable +despicableness +despicably +despiritualization +despiritualize +despisable +despisableness +despisal +despise +despisedness +despisement +despiser +despisingly +despite +despiteful +despitefully +despitefulness +despiteous +despiteously +despoil +despoiler +despoilment +despoliation +despond +despondence +despondency +despondent +despondently +desponder +desponding +despondingly +despot +despotat +Despotes +despotic +despotically +despoticalness +despoticly +despotism +despotist +despotize +despumate +despumation +desquamate +desquamation +desquamative +desquamatory +dess +dessa +dessert +dessertspoon +dessertspoonful +dessiatine +dessil +destabilize +destain +destandardize +desterilization +desterilize +destinate +destination +destine +destinezite +destinism +destinist +destiny +destitute +destitutely +destituteness +destitution +destour +destress +destrier +destroy +destroyable +destroyer +destroyingly +destructibility +destructible +destructibleness +destruction +destructional +destructionism +destructionist +destructive +destructively +destructiveness +destructivism +destructivity +destructor +destructuralize +desubstantiate +desucration +desuete +desuetude +desugar +desugarize +Desulfovibrio +desulphur +desulphurate +desulphuration +desulphurization +desulphurize +desulphurizer +desultor +desultorily +desultoriness +desultorious +desultory +desuperheater +desyatin +desyl +desynapsis +desynaptic +desynonymization +desynonymize +detach +detachability +detachable +detachableness +detachably +detached +detachedly +detachedness +detacher +detachment +detail +detailed +detailedly +detailedness +detailer +detailism +detailist +detain +detainable +detainal +detainer +detainingly +detainment +detar +detassel +detax +detect +detectability +detectable +detectably +detectaphone +detecter +detectible +detection +detective +detectivism +detector +detenant +detent +detention +detentive +deter +deterge +detergence +detergency +detergent +detergible +deteriorate +deterioration +deteriorationist +deteriorative +deteriorator +deteriorism +deteriority +determent +determinability +determinable +determinableness +determinably +determinacy +determinant +determinantal +determinate +determinately +determinateness +determination +determinative +determinatively +determinativeness +determinator +determine +determined +determinedly +determinedness +determiner +determinism +determinist +deterministic +determinoid +deterrence +deterrent +detersion +detersive +detersively +detersiveness +detest +detestability +detestable +detestableness +detestably +detestation +detester +dethronable +dethrone +dethronement +dethroner +dethyroidism +detin +detinet +detinue +detonable +detonate +detonation +detonative +detonator +detorsion +detour +detoxicant +detoxicate +detoxication +detoxicator +detoxification +detoxify +detract +detracter +detractingly +detraction +detractive +detractively +detractiveness +detractor +detractory +detractress +detrain +detrainment +detribalization +detribalize +detriment +detrimental +detrimentality +detrimentally +detrimentalness +detrital +detrited +detrition +detritus +Detroiter +detrude +detruncate +detruncation +detrusion +detrusive +detrusor +detubation +detumescence +detune +detur +deuce +deuced +deucedly +deul +deurbanize +deutencephalic +deutencephalon +deuteragonist +deuteranomal +deuteranomalous +deuteranope +deuteranopia +deuteranopic +deuteric +deuteride +deuterium +deuteroalbumose +deuterocanonical +deuterocasease +deuterocone +deuteroconid +deuterodome +deuteroelastose +deuterofibrinose +deuterogamist +deuterogamy +deuterogelatose +deuterogenic +deuteroglobulose +deuteromorphic +Deuteromycetes +deuteromyosinose +deuteron +Deuteronomic +Deuteronomical +Deuteronomist +Deuteronomistic +Deuteronomy +deuteropathic +deuteropathy +deuteroplasm +deuteroprism +deuteroproteose +deuteroscopic +deuteroscopy +deuterostoma +Deuterostomata +deuterostomatous +deuterotokous +deuterotoky +deuterotype +deuterovitellose +deuterozooid +deutobromide +deutocarbonate +deutochloride +deutomala +deutomalal +deutomalar +deutomerite +deuton +deutonephron +deutonymph +deutonymphal +deutoplasm +deutoplasmic +deutoplastic +deutoscolex +deutoxide +Deutzia +dev +deva +devachan +devadasi +devall +devaloka +devalorize +devaluate +devaluation +devalue +devance +devaporate +devaporation +devast +devastate +devastating +devastatingly +devastation +devastative +devastator +devastavit +devaster +devata +develin +develop +developability +developable +developedness +developer +developist +development +developmental +developmentalist +developmentally +developmentarian +developmentary +developmentist +developoid +devertebrated +devest +deviability +deviable +deviancy +deviant +deviate +deviation +deviationism +deviationist +deviative +deviator +deviatory +device +deviceful +devicefully +devicefulness +devil +devilbird +devildom +deviled +deviler +deviless +devilet +devilfish +devilhood +deviling +devilish +devilishly +devilishness +devilism +devilize +devilkin +devillike +devilman +devilment +devilmonger +devilry +devilship +deviltry +devilward +devilwise +devilwood +devily +devious +deviously +deviousness +devirginate +devirgination +devirginator +devirilize +devisable +devisal +deviscerate +devisceration +devise +devisee +deviser +devisor +devitalization +devitalize +devitalized +devitaminize +devitrification +devitrify +devocalization +devocalize +devoice +devoid +devoir +devolatilize +devolute +devolution +devolutionary +devolutionist +devolve +devolvement +Devon +Devonian +Devonic +devonite +devonport +devonshire +devorative +devote +devoted +devotedly +devotedness +devotee +devoteeism +devotement +devoter +devotion +devotional +devotionalism +devotionalist +devotionality +devotionally +devotionalness +devotionate +devotionist +devour +devourable +devourer +devouress +devouring +devouringly +devouringness +devourment +devout +devoutless +devoutlessly +devoutlessness +devoutly +devoutness +devow +devulcanization +devulcanize +devulgarize +devvel +dew +dewan +dewanee +dewanship +dewater +dewaterer +dewax +dewbeam +dewberry +dewclaw +dewclawed +dewcup +dewdamp +dewdrop +dewdropper +dewer +Dewey +deweylite +dewfall +dewflower +dewily +dewiness +dewlap +dewlapped +dewless +dewlight +dewlike +dewool +deworm +dewret +dewtry +dewworm +dewy +dexiocardia +dexiotrope +dexiotropic +dexiotropism +dexiotropous +Dexter +dexter +dexterical +dexterity +dexterous +dexterously +dexterousness +dextrad +dextral +dextrality +dextrally +dextran +dextraural +dextrin +dextrinase +dextrinate +dextrinize +dextrinous +dextro +dextroaural +dextrocardia +dextrocardial +dextrocerebral +dextrocular +dextrocularity +dextroduction +dextroglucose +dextrogyrate +dextrogyration +dextrogyratory +dextrogyrous +dextrolactic +dextrolimonene +dextropinene +dextrorotary +dextrorotatary +dextrorotation +dextrorsal +dextrorse +dextrorsely +dextrosazone +dextrose +dextrosinistral +dextrosinistrally +dextrosuria +dextrotartaric +dextrotropic +dextrotropous +dextrous +dextrously +dextrousness +dextroversion +dey +deyhouse +deyship +deywoman +Dezaley +dezinc +dezincation +dezincification +dezincify +dezymotize +dha +dhabb +dhai +dhak +dhamnoo +dhan +dhangar +dhanuk +dhanush +Dhanvantari +dharana +dharani +dharma +dharmakaya +dharmashastra +dharmasmriti +dharmasutra +dharmsala +dharna +dhaura +dhauri +dhava +dhaw +Dheneb +dheri +dhobi +dhole +dhoni +dhoon +dhoti +dhoul +dhow +Dhritarashtra +dhu +dhunchee +dhunchi +Dhundia +dhurra +dhyal +dhyana +di +diabase +diabasic +diabetes +diabetic +diabetogenic +diabetogenous +diabetometer +diablerie +diabolarch +diabolarchy +diabolatry +diabolepsy +diaboleptic +diabolic +diabolical +diabolically +diabolicalness +diabolification +diabolify +diabolism +diabolist +diabolization +diabolize +diabological +diabology +diabolology +diabrosis +diabrotic +Diabrotica +diacanthous +diacaustic +diacetamide +diacetate +diacetic +diacetin +diacetine +diacetonuria +diaceturia +diacetyl +diacetylene +diachoretic +diachronic +diachylon +diachylum +diacid +diacipiperazine +diaclase +diaclasis +diaclastic +diacle +diaclinal +diacodion +diacoele +diacoelia +diaconal +diaconate +diaconia +diaconicon +diaconicum +diacope +diacranterian +diacranteric +diacrisis +diacritic +diacritical +diacritically +Diacromyodi +diacromyodian +diact +diactin +diactinal +diactinic +diactinism +Diadelphia +diadelphian +diadelphic +diadelphous +diadem +Diadema +Diadematoida +diaderm +diadermic +diadoche +Diadochi +Diadochian +diadochite +diadochokinesia +diadochokinetic +diadromous +diadumenus +diaene +diaereses +diaeresis +diaeretic +diaetetae +diagenesis +diagenetic +diageotropic +diageotropism +diaglyph +diaglyphic +diagnosable +diagnose +diagnoseable +diagnoses +diagnosis +diagnostic +diagnostically +diagnosticate +diagnostication +diagnostician +diagnostics +diagometer +diagonal +diagonality +diagonalize +diagonally +diagonalwise +diagonic +diagram +diagrammatic +diagrammatical +diagrammatician +diagrammatize +diagrammeter +diagrammitically +diagraph +diagraphic +diagraphical +diagraphics +diagredium +diagrydium +Diaguitas +Diaguite +diaheliotropic +diaheliotropically +diaheliotropism +diakinesis +dial +dialcohol +dialdehyde +dialect +dialectal +dialectalize +dialectally +dialectic +dialectical +dialectically +dialectician +dialecticism +dialecticize +dialectics +dialectologer +dialectological +dialectologist +dialectology +dialector +dialer +dialin +dialing +dialist +Dialister +dialkyl +dialkylamine +diallage +diallagic +diallagite +diallagoid +diallel +diallelon +diallelus +diallyl +dialogic +dialogical +dialogically +dialogism +dialogist +dialogistic +dialogistical +dialogistically +dialogite +dialogize +dialogue +dialoguer +Dialonian +dialuric +dialycarpous +Dialypetalae +dialypetalous +dialyphyllous +dialysepalous +dialysis +dialystaminous +dialystelic +dialystely +dialytic +dialytically +dialyzability +dialyzable +dialyzate +dialyzation +dialyzator +dialyze +dialyzer +diamagnet +diamagnetic +diamagnetically +diamagnetism +diamantiferous +diamantine +diamantoid +diamb +diambic +diamesogamous +diameter +diametral +diametrally +diametric +diametrical +diametrically +diamicton +diamide +diamidogen +diamine +diaminogen +diaminogene +diammine +diamminobromide +diamminonitrate +diammonium +diamond +diamondback +diamonded +diamondiferous +diamondize +diamondlike +diamondwise +diamondwork +diamorphine +diamylose +Dian +dian +Diana +Diancecht +diander +Diandria +diandrian +diandrous +Diane +dianetics +Dianil +dianilid +dianilide +dianisidin +dianisidine +dianite +dianodal +dianoetic +dianoetical +dianoetically +Dianthaceae +Dianthera +Dianthus +diapalma +diapase +diapasm +diapason +diapasonal +diapause +diapedesis +diapedetic +Diapensia +Diapensiaceae +diapensiaceous +diapente +diaper +diapering +diaphane +diaphaneity +diaphanie +diaphanometer +diaphanometric +diaphanometry +diaphanoscope +diaphanoscopy +diaphanotype +diaphanous +diaphanously +diaphanousness +diaphany +diaphone +diaphonia +diaphonic +diaphonical +diaphony +diaphoresis +diaphoretic +diaphoretical +diaphorite +diaphote +diaphototropic +diaphototropism +diaphragm +diaphragmal +diaphragmatic +diaphragmatically +diaphtherin +diaphysial +diaphysis +diaplasma +diaplex +diaplexal +diaplexus +diapnoic +diapnotic +diapophysial +diapophysis +Diaporthe +diapositive +diapsid +Diapsida +diapsidan +diapyesis +diapyetic +diarch +diarchial +diarchic +diarchy +diarhemia +diarial +diarian +diarist +diaristic +diarize +diarrhea +diarrheal +diarrheic +diarrhetic +diarsenide +diarthric +diarthrodial +diarthrosis +diarticular +diary +diaschisis +diaschisma +diaschistic +Diascia +diascope +diascopy +diascord +diascordium +diaskeuasis +diaskeuast +Diaspidinae +diaspidine +Diaspinae +diaspine +diaspirin +Diaspora +diaspore +diastaltic +diastase +diastasic +diastasimetry +diastasis +diastataxic +diastataxy +diastatic +diastatically +diastem +diastema +diastematic +diastematomyelia +diaster +diastole +diastolic +diastomatic +diastral +diastrophe +diastrophic +diastrophism +diastrophy +diasynthesis +diasyrm +diatessaron +diathermacy +diathermal +diathermancy +diathermaneity +diathermanous +diathermic +diathermize +diathermometer +diathermotherapy +diathermous +diathermy +diathesic +diathesis +diathetic +diatom +Diatoma +Diatomaceae +diatomacean +diatomaceoid +diatomaceous +Diatomales +Diatomeae +diatomean +diatomic +diatomicity +diatomiferous +diatomin +diatomist +diatomite +diatomous +diatonic +diatonical +diatonically +diatonous +diatoric +diatreme +diatribe +diatribist +diatropic +diatropism +Diatryma +Diatrymiformes +Diau +diaulic +diaulos +diaxial +diaxon +diazenithal +diazeuctic +diazeuxis +diazide +diazine +diazoamine +diazoamino +diazoaminobenzene +diazoanhydride +diazoate +diazobenzene +diazohydroxide +diazoic +diazoimide +diazoimido +diazole +diazoma +diazomethane +diazonium +diazotate +diazotic +diazotizability +diazotizable +diazotization +diazotize +diazotype +dib +dibase +dibasic +dibasicity +dibatag +Dibatis +dibber +dibble +dibbler +dibbuk +dibenzophenazine +dibenzopyrrole +dibenzoyl +dibenzyl +dibhole +diblastula +diborate +Dibothriocephalus +dibrach +dibranch +Dibranchia +Dibranchiata +dibranchiate +dibranchious +dibrom +dibromid +dibromide +dibromoacetaldehyde +dibromobenzene +dibs +dibstone +dibutyrate +dibutyrin +dicacodyl +Dicaeidae +dicaeology +dicalcic +dicalcium +dicarbonate +dicarbonic +dicarboxylate +dicarboxylic +dicarpellary +dicaryon +dicaryophase +dicaryophyte +dicaryotic +dicast +dicastery +dicastic +dicatalectic +dicatalexis +Diccon +dice +diceboard +dicebox +dicecup +dicellate +diceman +Dicentra +dicentrine +dicephalism +dicephalous +dicephalus +diceplay +dicer +Diceras +Diceratidae +dicerion +dicerous +dicetyl +dich +Dichapetalaceae +Dichapetalum +dichas +dichasial +dichasium +dichastic +Dichelyma +dichlamydeous +dichloramine +dichlorhydrin +dichloride +dichloroacetic +dichlorohydrin +dichloromethane +dichocarpism +dichocarpous +dichogamous +dichogamy +Dichondra +Dichondraceae +dichopodial +dichoptic +dichord +dichoree +Dichorisandra +dichotic +dichotomal +dichotomic +dichotomically +dichotomist +dichotomistic +dichotomization +dichotomize +dichotomous +dichotomously +dichotomy +dichroic +dichroiscope +dichroism +dichroite +dichroitic +dichromasy +dichromat +dichromate +dichromatic +dichromatism +dichromic +dichromism +dichronous +dichrooscope +dichroous +dichroscope +dichroscopic +Dichter +dicing +Dick +dick +dickcissel +dickens +Dickensian +Dickensiana +dicker +dickey +dickeybird +dickinsonite +Dicksonia +dicky +Diclidantheraceae +diclinic +diclinism +diclinous +Diclytra +dicoccous +dicodeine +dicoelious +dicolic +dicolon +dicondylian +dicot +dicotyl +dicotyledon +dicotyledonary +Dicotyledones +dicotyledonous +Dicotyles +Dicotylidae +dicotylous +dicoumarin +Dicranaceae +dicranaceous +dicranoid +dicranterian +Dicranum +Dicrostonyx +dicrotal +dicrotic +dicrotism +dicrotous +Dicruridae +dicta +Dictaen +Dictamnus +Dictaphone +dictate +dictatingly +dictation +dictational +dictative +dictator +dictatorial +dictatorialism +dictatorially +dictatorialness +dictatorship +dictatory +dictatress +dictatrix +dictature +dictic +diction +dictionary +Dictograph +dictum +dictynid +Dictynidae +Dictyoceratina +dictyoceratine +dictyodromous +dictyogen +dictyogenous +Dictyograptus +dictyoid +Dictyonema +Dictyonina +dictyonine +Dictyophora +dictyopteran +Dictyopteris +Dictyosiphon +Dictyosiphonaceae +dictyosiphonaceous +dictyosome +dictyostele +dictyostelic +Dictyota +Dictyotaceae +dictyotaceous +Dictyotales +dictyotic +Dictyoxylon +dicyanide +dicyanine +dicyanodiamide +dicyanogen +dicycle +dicyclic +Dicyclica +dicyclist +Dicyema +Dicyemata +dicyemid +Dicyemida +Dicyemidae +Dicynodon +dicynodont +Dicynodontia +Dicynodontidae +did +Didache +Didachist +didactic +didactical +didacticality +didactically +didactician +didacticism +didacticity +didactics +didactive +didactyl +didactylism +didactylous +didapper +didascalar +didascaliae +didascalic +didascalos +didascaly +didder +diddle +diddler +diddy +didelph +Didelphia +didelphian +didelphic +didelphid +Didelphidae +didelphine +Didelphis +didelphoid +didelphous +Didelphyidae +didepsid +didepside +Dididae +didie +didine +Didinium +didle +didna +didnt +Dido +didodecahedral +didodecahedron +didrachma +didrachmal +didromy +didst +diductor +Didunculidae +Didunculinae +Didunculus +Didus +didym +didymate +didymia +didymitis +didymium +didymoid +didymolite +didymous +didymus +Didynamia +didynamian +didynamic +didynamous +didynamy +die +dieb +dieback +diectasis +diedral +diedric +Dieffenbachia +Diego +Diegueno +diehard +dielectric +dielectrically +dielike +Dielytra +diem +diemaker +diemaking +diencephalic +diencephalon +diene +dier +Dieri +Diervilla +diesel +dieselization +dieselize +diesinker +diesinking +diesis +diestock +diet +dietal +dietarian +dietary +Dieter +dieter +dietetic +dietetically +dietetics +dietetist +diethanolamine +diethyl +diethylamine +diethylenediamine +diethylstilbestrol +dietic +dietician +dietics +dietine +dietist +dietitian +dietotherapeutics +dietotherapy +dietotoxic +dietotoxicity +dietrichite +dietzeite +diewise +Dieyerie +diezeugmenon +Difda +diferrion +diffame +diffarreation +differ +difference +differencingly +different +differentia +differentiable +differential +differentialize +differentially +differentiant +differentiate +differentiation +differentiator +differently +differentness +differingly +difficile +difficileness +difficult +difficultly +difficultness +difficulty +diffidation +diffide +diffidence +diffident +diffidently +diffidentness +diffinity +diffluence +diffluent +Difflugia +difform +difformed +difformity +diffract +diffraction +diffractive +diffractively +diffractiveness +diffractometer +diffrangibility +diffrangible +diffugient +diffusate +diffuse +diffused +diffusedly +diffusely +diffuseness +diffuser +diffusibility +diffusible +diffusibleness +diffusibly +diffusimeter +diffusiometer +diffusion +diffusionism +diffusionist +diffusive +diffusively +diffusiveness +diffusivity +diffusor +diformin +dig +digallate +digallic +digametic +digamist +digamma +digammated +digammic +digamous +digamy +digastric +Digenea +digeneous +digenesis +digenetic +Digenetica +digenic +digenous +digeny +digerent +digest +digestant +digested +digestedly +digestedness +digester +digestibility +digestible +digestibleness +digestibly +digestion +digestional +digestive +digestively +digestiveness +digestment +diggable +digger +digging +diggings +dight +dighter +digit +digital +digitalein +digitalin +digitalis +digitalism +digitalization +digitalize +digitally +Digitaria +digitate +digitated +digitately +digitation +digitiform +Digitigrada +digitigrade +digitigradism +digitinervate +digitinerved +digitipinnate +digitize +digitizer +digitogenin +digitonin +digitoplantar +digitorium +digitoxin +digitoxose +digitule +digitus +digladiate +digladiation +digladiator +diglossia +diglot +diglottic +diglottism +diglottist +diglucoside +diglyceride +diglyph +diglyphic +digmeat +dignification +dignified +dignifiedly +dignifiedness +dignify +dignitarial +dignitarian +dignitary +dignity +digoneutic +digoneutism +digonoporous +digonous +Digor +digram +digraph +digraphic +digredience +digrediency +digredient +digress +digressingly +digression +digressional +digressionary +digressive +digressively +digressiveness +digressory +digs +diguanide +Digynia +digynian +digynous +dihalide +dihalo +dihalogen +dihedral +dihedron +dihexagonal +dihexahedral +dihexahedron +dihybrid +dihybridism +dihydrate +dihydrated +dihydrazone +dihydric +dihydride +dihydrite +dihydrocupreine +dihydrocuprin +dihydrogen +dihydrol +dihydronaphthalene +dihydronicotine +dihydrotachysterol +dihydroxy +dihydroxysuccinic +dihydroxytoluene +dihysteria +diiamb +diiambus +diiodide +diiodo +diiodoform +diipenates +Diipolia +diisatogen +dijudicate +dijudication +dika +dikage +dikamali +dikaryon +dikaryophase +dikaryophasic +dikaryophyte +dikaryophytic +dikaryotic +Dike +dike +dikegrave +dikelocephalid +Dikelocephalus +diker +dikereeve +dikeside +diketo +diketone +dikkop +diktyonite +dilacerate +dilaceration +dilambdodont +dilamination +Dilantin +dilapidate +dilapidated +dilapidation +dilapidator +dilatability +dilatable +dilatableness +dilatably +dilatancy +dilatant +dilatate +dilatation +dilatative +dilatator +dilatatory +dilate +dilated +dilatedly +dilatedness +dilater +dilatingly +dilation +dilative +dilatometer +dilatometric +dilatometry +dilator +dilatorily +dilatoriness +dilatory +dildo +dilection +Dilemi +Dilemite +dilemma +dilemmatic +dilemmatical +dilemmatically +dilettant +dilettante +dilettanteish +dilettanteism +dilettanteship +dilettanti +dilettantish +dilettantism +dilettantist +diligence +diligency +diligent +diligentia +diligently +diligentness +dilker +dill +Dillenia +Dilleniaceae +dilleniaceous +dilleniad +dilli +dillier +dilligrout +dilling +dillseed +dillue +dilluer +dillweed +dilly +dillydallier +dillydally +dillyman +dilo +dilogy +diluent +dilute +diluted +dilutedly +dilutedness +dilutee +dilutely +diluteness +dilutent +diluter +dilution +dilutive +dilutor +diluvia +diluvial +diluvialist +diluvian +diluvianism +diluvion +diluvium +dim +dimagnesic +dimanganion +dimanganous +Dimaris +dimastigate +Dimatis +dimber +dimberdamber +dimble +dime +dimensible +dimension +dimensional +dimensionality +dimensionally +dimensioned +dimensionless +dimensive +dimer +Dimera +dimeran +dimercuric +dimercurion +dimercury +dimeric +dimeride +dimerism +dimerization +dimerlie +dimerous +dimetallic +dimeter +dimethoxy +dimethyl +dimethylamine +dimethylamino +dimethylaniline +dimethylbenzene +dimetria +dimetric +Dimetry +dimication +dimidiate +dimidiation +diminish +diminishable +diminishableness +diminisher +diminishingly +diminishment +diminuendo +diminutal +diminute +diminution +diminutival +diminutive +diminutively +diminutiveness +diminutivize +dimiss +dimission +dimissorial +dimissory +dimit +Dimitry +Dimittis +dimity +dimly +dimmed +dimmedness +dimmer +dimmest +dimmet +dimmish +Dimna +dimness +dimolecular +dimoric +dimorph +dimorphic +dimorphism +Dimorphotheca +dimorphous +dimple +dimplement +dimply +dimps +dimpsy +Dimyaria +dimyarian +dimyaric +din +Dinah +dinamode +Dinantian +dinaphthyl +dinar +Dinaric +Dinarzade +dinder +dindle +Dindymene +Dindymus +dine +diner +dinergate +dineric +dinero +dinette +dineuric +ding +dingar +dingbat +dingdong +dinge +dingee +dinghee +dinghy +dingily +dinginess +dingle +dingleberry +dinglebird +dingledangle +dingly +dingmaul +dingo +dingus +Dingwall +dingy +dinheiro +dinic +dinical +Dinichthys +dining +dinitrate +dinitril +dinitrile +dinitro +dinitrobenzene +dinitrocellulose +dinitrophenol +dinitrotoluene +dink +Dinka +dinkey +dinkum +dinky +dinmont +dinner +dinnerless +dinnerly +dinnertime +dinnerware +dinnery +Dinobryon +Dinoceras +Dinocerata +dinoceratan +dinoceratid +Dinoceratidae +Dinoflagellata +Dinoflagellatae +dinoflagellate +Dinoflagellida +dinomic +Dinomys +Dinophilea +Dinophilus +Dinophyceae +Dinornis +Dinornithes +dinornithic +dinornithid +Dinornithidae +Dinornithiformes +dinornithine +dinornithoid +dinosaur +Dinosauria +dinosaurian +dinothere +Dinotheres +dinotherian +Dinotheriidae +Dinotherium +dinsome +dint +dintless +dinus +diobely +diobol +diocesan +diocese +Diocletian +dioctahedral +Dioctophyme +diode +Diodia +Diodon +diodont +Diodontidae +Dioecia +dioecian +dioeciodimorphous +dioeciopolygamous +dioecious +dioeciously +dioeciousness +dioecism +dioecy +dioestrous +dioestrum +dioestrus +Diogenean +Diogenic +diogenite +dioicous +diol +diolefin +diolefinic +Diomedea +Diomedeidae +Dion +Dionaea +Dionaeaceae +Dione +dionise +dionym +dionymal +Dionysia +Dionysiac +Dionysiacal +Dionysiacally +Dioon +Diophantine +Diopsidae +diopside +Diopsis +dioptase +diopter +Dioptidae +dioptograph +dioptometer +dioptometry +dioptoscopy +dioptra +dioptral +dioptrate +dioptric +dioptrical +dioptrically +dioptrics +dioptrometer +dioptrometry +dioptroscopy +dioptry +diorama +dioramic +diordinal +diorite +dioritic +diorthosis +diorthotic +Dioscorea +Dioscoreaceae +dioscoreaceous +dioscorein +dioscorine +Dioscuri +Dioscurian +diose +Diosma +diosmin +diosmose +diosmosis +diosmotic +diosphenol +Diospyraceae +diospyraceous +Diospyros +diota +diotic +Diotocardia +diovular +dioxane +dioxide +dioxime +dioxindole +dioxy +dip +Dipala +diparentum +dipartite +dipartition +dipaschal +dipentene +dipeptid +dipeptide +dipetalous +dipetto +diphase +diphaser +diphasic +diphead +diphenol +diphenyl +diphenylamine +diphenylchloroarsine +diphenylene +diphenylenimide +diphenylguanidine +diphenylmethane +diphenylquinomethane +diphenylthiourea +diphosgene +diphosphate +diphosphide +diphosphoric +diphosphothiamine +diphrelatic +diphtheria +diphtherial +diphtherian +diphtheric +diphtheritic +diphtheritically +diphtheritis +diphtheroid +diphtheroidal +diphtherotoxin +diphthong +diphthongal +diphthongalize +diphthongally +diphthongation +diphthongic +diphthongization +diphthongize +diphycercal +diphycercy +Diphyes +diphygenic +diphyletic +Diphylla +Diphylleia +Diphyllobothrium +diphyllous +diphyodont +diphyozooid +Diphysite +Diphysitism +diphyzooid +dipicrate +dipicrylamin +dipicrylamine +Diplacanthidae +Diplacanthus +diplacusis +Dipladenia +diplanar +diplanetic +diplanetism +diplantidian +diplarthrism +diplarthrous +diplasiasmus +diplasic +diplasion +diplegia +dipleidoscope +dipleura +dipleural +dipleurogenesis +dipleurogenetic +diplex +diplobacillus +diplobacterium +diploblastic +diplocardia +diplocardiac +Diplocarpon +diplocaulescent +diplocephalous +diplocephalus +diplocephaly +diplochlamydeous +diplococcal +diplococcemia +diplococcic +diplococcoid +diplococcus +diploconical +diplocoria +Diplodia +Diplodocus +Diplodus +diploe +diploetic +diplogangliate +diplogenesis +diplogenetic +diplogenic +Diploglossata +diploglossate +diplograph +diplographic +diplographical +diplography +diplohedral +diplohedron +diploic +diploid +diploidic +diploidion +diploidy +diplois +diplokaryon +diploma +diplomacy +diplomat +diplomate +diplomatic +diplomatical +diplomatically +diplomatics +diplomatism +diplomatist +diplomatize +diplomatology +diplomyelia +diplonema +diplonephridia +diploneural +diplont +diploperistomic +diplophase +diplophyte +diplopia +diplopic +diploplacula +diploplacular +diploplaculate +diplopod +Diplopoda +diplopodic +Diploptera +diplopterous +Diplopteryga +diplopy +diplosis +diplosome +diplosphenal +diplosphene +Diplospondyli +diplospondylic +diplospondylism +diplostemonous +diplostemony +diplostichous +Diplotaxis +diplotegia +diplotene +Diplozoon +diplumbic +Dipneumona +Dipneumones +dipneumonous +dipneustal +Dipneusti +dipnoan +Dipnoi +dipnoid +dipnoous +dipode +dipodic +Dipodidae +Dipodomyinae +Dipodomys +dipody +dipolar +dipolarization +dipolarize +dipole +diporpa +dipotassic +dipotassium +dipped +dipper +dipperful +dipping +diprimary +diprismatic +dipropargyl +dipropyl +Diprotodon +diprotodont +Diprotodontia +Dipsacaceae +dipsacaceous +Dipsaceae +dipsaceous +Dipsacus +Dipsadinae +dipsas +dipsetic +dipsey +dipsomania +dipsomaniac +dipsomaniacal +Dipsosaurus +dipsosis +dipter +Diptera +Dipteraceae +dipteraceous +dipterad +dipteral +dipteran +dipterist +dipterocarp +Dipterocarpaceae +dipterocarpaceous +dipterocarpous +Dipterocarpus +dipterocecidium +dipterological +dipterologist +dipterology +dipteron +dipteros +dipterous +Dipteryx +diptote +diptych +Dipus +dipware +dipygus +dipylon +dipyre +dipyrenous +dipyridyl +Dirca +Dircaean +dird +dirdum +dire +direct +directable +directed +directer +direction +directional +directionally +directionless +directitude +directive +directively +directiveness +directivity +directly +directness +Directoire +director +directoral +directorate +directorial +directorially +directorship +directory +directress +directrices +directrix +direful +direfully +direfulness +direly +dirempt +diremption +direness +direption +dirge +dirgeful +dirgelike +dirgeman +dirgler +dirhem +Dirian +Dirichletian +dirigent +dirigibility +dirigible +dirigomotor +diriment +Dirk +dirk +dirl +dirndl +dirt +dirtbird +dirtboard +dirten +dirtily +dirtiness +dirtplate +dirty +dis +Disa +disability +disable +disabled +disablement +disabusal +disabuse +disacceptance +disaccharide +disaccharose +disaccommodate +disaccommodation +disaccord +disaccordance +disaccordant +disaccustom +disaccustomed +disaccustomedness +disacidify +disacknowledge +disacknowledgement +disacquaint +disacquaintance +disadjust +disadorn +disadvance +disadvantage +disadvantageous +disadvantageously +disadvantageousness +disadventure +disadventurous +disadvise +disaffect +disaffectation +disaffected +disaffectedly +disaffectedness +disaffection +disaffectionate +disaffiliate +disaffiliation +disaffirm +disaffirmance +disaffirmation +disaffirmative +disafforest +disafforestation +disafforestment +disagglomeration +disaggregate +disaggregation +disaggregative +disagio +disagree +disagreeability +disagreeable +disagreeableness +disagreeably +disagreed +disagreement +disagreer +disalicylide +disalign +disalignment +disalike +disallow +disallowable +disallowableness +disallowance +disally +disamenity +Disamis +disanagrammatize +disanalogous +disangularize +disanimal +disanimate +disanimation +disannex +disannexation +disannul +disannuller +disannulment +disanoint +disanswerable +disapostle +disapparel +disappear +disappearance +disappearer +disappearing +disappoint +disappointed +disappointedly +disappointer +disappointing +disappointingly +disappointingness +disappointment +disappreciate +disappreciation +disapprobation +disapprobative +disapprobatory +disappropriate +disappropriation +disapprovable +disapproval +disapprove +disapprover +disapprovingly +disaproned +disarchbishop +disarm +disarmament +disarmature +disarmed +disarmer +disarming +disarmingly +disarrange +disarrangement +disarray +disarticulate +disarticulation +disarticulator +disasinate +disasinize +disassemble +disassembly +disassimilate +disassimilation +disassimilative +disassociate +disassociation +disaster +disastimeter +disastrous +disastrously +disastrousness +disattaint +disattire +disattune +disauthenticate +disauthorize +disavow +disavowable +disavowal +disavowedly +disavower +disavowment +disawa +disazo +disbalance +disbalancement +disband +disbandment +disbar +disbark +disbarment +disbelief +disbelieve +disbeliever +disbelieving +disbelievingly +disbench +disbenchment +disbloom +disbody +disbosom +disbowel +disbrain +disbranch +disbud +disbudder +disburden +disburdenment +disbursable +disburse +disbursement +disburser +disburthen +disbury +disbutton +disc +discage +discal +discalceate +discalced +discanonization +discanonize +discanter +discantus +discapacitate +discard +discardable +discarder +discardment +discarnate +discarnation +discase +discastle +discept +disceptation +disceptator +discern +discerner +discernible +discernibleness +discernibly +discerning +discerningly +discernment +discerp +discerpibility +discerpible +discerpibleness +discerptibility +discerptible +discerptibleness +discerption +discharacter +discharge +dischargeable +dischargee +discharger +discharging +discharity +discharm +dischase +Disciflorae +discifloral +disciform +discigerous +Discina +discinct +discinoid +disciple +disciplelike +discipleship +disciplinability +disciplinable +disciplinableness +disciplinal +disciplinant +disciplinarian +disciplinarianism +disciplinarily +disciplinary +disciplinative +disciplinatory +discipline +discipliner +discipular +discircumspection +discission +discitis +disclaim +disclaimant +disclaimer +disclamation +disclamatory +disclass +disclassify +disclike +disclimax +discloister +disclose +disclosed +discloser +disclosive +disclosure +discloud +discoach +discoactine +discoblastic +discoblastula +discobolus +discocarp +discocarpium +discocarpous +discocephalous +discodactyl +discodactylous +discogastrula +discoglossid +Discoglossidae +discoglossoid +discographical +discography +discohexaster +discoid +discoidal +Discoidea +Discoideae +discolichen +discolith +discolor +discolorate +discoloration +discolored +discoloredness +discolorization +discolorment +discolourization +Discomedusae +discomedusan +discomedusoid +discomfit +discomfiter +discomfiture +discomfort +discomfortable +discomfortableness +discomforting +discomfortingly +discommend +discommendable +discommendableness +discommendably +discommendation +discommender +discommode +discommodious +discommodiously +discommodiousness +discommodity +discommon +discommons +discommunity +discomorula +discompliance +discompose +discomposed +discomposedly +discomposedness +discomposing +discomposingly +discomposure +discomycete +Discomycetes +discomycetous +Disconanthae +disconanthous +disconcert +disconcerted +disconcertedly +disconcertedness +disconcerting +disconcertingly +disconcertingness +disconcertion +disconcertment +disconcord +disconduce +disconducive +Disconectae +disconform +disconformable +disconformity +discongruity +disconjure +disconnect +disconnected +disconnectedly +disconnectedness +disconnecter +disconnection +disconnective +disconnectiveness +disconnector +disconsider +disconsideration +disconsolate +disconsolately +disconsolateness +disconsolation +disconsonancy +disconsonant +discontent +discontented +discontentedly +discontentedness +discontentful +discontenting +discontentive +discontentment +discontiguity +discontiguous +discontiguousness +discontinuable +discontinuance +discontinuation +discontinue +discontinuee +discontinuer +discontinuity +discontinuor +discontinuous +discontinuously +discontinuousness +disconula +disconvenience +disconvenient +disconventicle +discophile +Discophora +discophoran +discophore +discophorous +discoplacenta +discoplacental +Discoplacentalia +discoplacentalian +discoplasm +discopodous +discord +discordance +discordancy +discordant +discordantly +discordantness +discordful +Discordia +discording +discorporate +discorrespondency +discorrespondent +discount +discountable +discountenance +discountenancer +discounter +discouple +discourage +discourageable +discouragement +discourager +discouraging +discouragingly +discouragingness +discourse +discourseless +discourser +discoursive +discoursively +discoursiveness +discourteous +discourteously +discourteousness +discourtesy +discous +discovenant +discover +discoverability +discoverable +discoverably +discovered +discoverer +discovert +discoverture +discovery +discreate +discreation +discredence +discredit +discreditability +discreditable +discreet +discreetly +discreetness +discrepance +discrepancy +discrepant +discrepantly +discrepate +discrepation +discrested +discrete +discretely +discreteness +discretion +discretional +discretionally +discretionarily +discretionary +discretive +discretively +discretiveness +discriminability +discriminable +discriminal +discriminant +discriminantal +discriminate +discriminately +discriminateness +discriminating +discriminatingly +discrimination +discriminational +discriminative +discriminatively +discriminator +discriminatory +discrown +disculpate +disculpation +disculpatory +discumber +discursative +discursativeness +discursify +discursion +discursive +discursively +discursiveness +discursory +discursus +discurtain +discus +discuss +discussable +discussant +discusser +discussible +discussion +discussional +discussionism +discussionist +discussive +discussment +discutable +discutient +disdain +disdainable +disdainer +disdainful +disdainfully +disdainfulness +disdainly +disdeceive +disdenominationalize +disdiaclast +disdiaclastic +disdiapason +disdiazo +disdiplomatize +disdodecahedroid +disdub +disease +diseased +diseasedly +diseasedness +diseaseful +diseasefulness +disecondary +disedge +disedification +disedify +diseducate +diselder +diselectrification +diselectrify +diselenide +disematism +disembargo +disembark +disembarkation +disembarkment +disembarrass +disembarrassment +disembattle +disembed +disembellish +disembitter +disembocation +disembodiment +disembody +disembogue +disemboguement +disembosom +disembowel +disembowelment +disembower +disembroil +disemburden +diseme +disemic +disemplane +disemploy +disemployment +disempower +disenable +disenablement +disenact +disenactment +disenamor +disenamour +disenchain +disenchant +disenchanter +disenchantingly +disenchantment +disenchantress +disencharm +disenclose +disencumber +disencumberment +disencumbrance +disendow +disendower +disendowment +disenfranchise +disenfranchisement +disengage +disengaged +disengagedness +disengagement +disengirdle +disenjoy +disenjoyment +disenmesh +disennoble +disennui +disenshroud +disenslave +disensoul +disensure +disentail +disentailment +disentangle +disentanglement +disentangler +disenthral +disenthrall +disenthrallment +disenthralment +disenthrone +disenthronement +disentitle +disentomb +disentombment +disentrain +disentrainment +disentrammel +disentrance +disentrancement +disentwine +disenvelop +disepalous +disequalize +disequalizer +disequilibrate +disequilibration +disequilibrium +disestablish +disestablisher +disestablishment +disestablishmentarian +disesteem +disesteemer +disestimation +disexcommunicate +disfaith +disfame +disfashion +disfavor +disfavorer +disfeature +disfeaturement +disfellowship +disfen +disfiguration +disfigurative +disfigure +disfigurement +disfigurer +disfiguringly +disflesh +disfoliage +disforest +disforestation +disfranchise +disfranchisement +disfranchiser +disfrequent +disfriar +disfrock +disfurnish +disfurnishment +disgarland +disgarnish +disgarrison +disgavel +disgeneric +disgenius +disgig +disglorify +disglut +disgood +disgorge +disgorgement +disgorger +disgospel +disgown +disgrace +disgraceful +disgracefully +disgracefulness +disgracement +disgracer +disgracious +disgradation +disgrade +disgregate +disgregation +disgruntle +disgruntlement +disguisable +disguisal +disguise +disguised +disguisedly +disguisedness +disguiseless +disguisement +disguiser +disguising +disgulf +disgust +disgusted +disgustedly +disgustedness +disguster +disgustful +disgustfully +disgustfulness +disgusting +disgustingly +disgustingness +dish +dishabilitate +dishabilitation +dishabille +dishabituate +dishallow +dishallucination +disharmonic +disharmonical +disharmonious +disharmonism +disharmonize +disharmony +dishboard +dishcloth +dishclout +disheart +dishearten +disheartener +disheartening +dishearteningly +disheartenment +disheaven +dished +dishellenize +dishelm +disher +disherent +disherison +disherit +disheritment +dishevel +disheveled +dishevelment +dishexecontahedroid +dishful +Dishley +dishlike +dishling +dishmaker +dishmaking +dishmonger +dishome +dishonest +dishonestly +dishonor +dishonorable +dishonorableness +dishonorably +dishonorary +dishonorer +dishorn +dishorner +dishorse +dishouse +dishpan +dishpanful +dishrag +dishumanize +dishwasher +dishwashing +dishwashings +dishwater +dishwatery +dishwiper +dishwiping +disidentify +disilane +disilicane +disilicate +disilicic +disilicid +disilicide +disillude +disilluminate +disillusion +disillusionist +disillusionize +disillusionizer +disillusionment +disillusive +disimagine +disimbitter +disimitate +disimitation +disimmure +disimpark +disimpassioned +disimprison +disimprisonment +disimprove +disimprovement +disincarcerate +disincarceration +disincarnate +disincarnation +disinclination +disincline +disincorporate +disincorporation +disincrust +disincrustant +disincrustion +disindividualize +disinfect +disinfectant +disinfecter +disinfection +disinfective +disinfector +disinfest +disinfestation +disinfeudation +disinflame +disinflate +disinflation +disingenuity +disingenuous +disingenuously +disingenuousness +disinherison +disinherit +disinheritable +disinheritance +disinhume +disinsulation +disinsure +disintegrable +disintegrant +disintegrate +disintegration +disintegrationist +disintegrative +disintegrator +disintegratory +disintegrity +disintegrous +disintensify +disinter +disinterest +disinterested +disinterestedly +disinterestedness +disinteresting +disinterment +disintertwine +disintrench +disintricate +disinvagination +disinvest +disinvestiture +disinvigorate +disinvite +disinvolve +disjasked +disject +disjection +disjoin +disjoinable +disjoint +disjointed +disjointedly +disjointedness +disjointly +disjointure +disjunct +disjunction +disjunctive +disjunctively +disjunctor +disjuncture +disjune +disk +diskelion +diskless +disklike +dislaurel +disleaf +dislegitimate +dislevelment +dislicense +dislikable +dislike +dislikelihood +disliker +disliking +dislimn +dislink +dislip +disload +dislocability +dislocable +dislocate +dislocated +dislocatedly +dislocatedness +dislocation +dislocator +dislocatory +dislodge +dislodgeable +dislodgement +dislove +disloyal +disloyalist +disloyally +disloyalty +disluster +dismain +dismal +dismality +dismalize +dismally +dismalness +disman +dismantle +dismantlement +dismantler +dismarble +dismark +dismarket +dismask +dismast +dismastment +dismay +dismayable +dismayed +dismayedness +dismayful +dismayfully +dismayingly +disme +dismember +dismembered +dismemberer +dismemberment +dismembrate +dismembrator +disminion +disminister +dismiss +dismissable +dismissal +dismissible +dismissingly +dismission +dismissive +dismissory +dismoded +dismount +dismountable +dismutation +disna +disnaturalization +disnaturalize +disnature +disnest +disnew +disniche +disnosed +disnumber +disobedience +disobedient +disobediently +disobey +disobeyal +disobeyer +disobligation +disoblige +disobliger +disobliging +disobligingly +disobligingness +disoccupation +disoccupy +disodic +disodium +disomatic +disomatous +disomic +disomus +disoperculate +disorb +disorchard +disordained +disorder +disordered +disorderedly +disorderedness +disorderer +disorderliness +disorderly +disordinated +disordination +disorganic +disorganization +disorganize +disorganizer +disorient +disorientate +disorientation +disown +disownable +disownment +disoxygenate +disoxygenation +disozonize +dispapalize +disparage +disparageable +disparagement +disparager +disparaging +disparagingly +disparate +disparately +disparateness +disparation +disparity +dispark +dispart +dispartment +dispassionate +dispassionately +dispassionateness +dispassioned +dispatch +dispatcher +dispatchful +dispatriated +dispauper +dispauperize +dispeace +dispeaceful +dispel +dispeller +dispend +dispender +dispendious +dispendiously +dispenditure +dispensability +dispensable +dispensableness +dispensary +dispensate +dispensation +dispensational +dispensative +dispensatively +dispensator +dispensatorily +dispensatory +dispensatress +dispensatrix +dispense +dispenser +dispensingly +dispeople +dispeoplement +dispeopler +dispergate +dispergation +dispergator +dispericraniate +disperiwig +dispermic +dispermous +dispermy +dispersal +dispersant +disperse +dispersed +dispersedly +dispersedness +dispersement +disperser +dispersibility +dispersible +dispersion +dispersity +dispersive +dispersively +dispersiveness +dispersoid +dispersoidological +dispersoidology +dispersonalize +dispersonate +dispersonification +dispersonify +dispetal +disphenoid +dispiece +dispireme +dispirit +dispirited +dispiritedly +dispiritedness +dispiritingly +dispiritment +dispiteous +dispiteously +dispiteousness +displace +displaceability +displaceable +displacement +displacency +displacer +displant +display +displayable +displayed +displayer +displease +displeased +displeasedly +displeaser +displeasing +displeasingly +displeasingness +displeasurable +displeasurably +displeasure +displeasurement +displenish +displicency +displume +displuviate +dispondaic +dispondee +dispone +disponee +disponent +disponer +dispope +dispopularize +disporous +disport +disportive +disportment +Disporum +disposability +disposable +disposableness +disposal +dispose +disposed +disposedly +disposedness +disposer +disposingly +disposition +dispositional +dispositioned +dispositive +dispositively +dispossess +dispossession +dispossessor +dispossessory +dispost +disposure +dispowder +dispractice +dispraise +dispraiser +dispraisingly +dispread +dispreader +disprejudice +disprepare +disprince +disprison +disprivacied +disprivilege +disprize +disprobabilization +disprobabilize +disprobative +dispromise +disproof +disproportion +disproportionable +disproportionableness +disproportionably +disproportional +disproportionality +disproportionally +disproportionalness +disproportionate +disproportionately +disproportionateness +disproportionation +disprovable +disproval +disprove +disprovement +disproven +disprover +dispulp +dispunct +dispunishable +dispunitive +disputability +disputable +disputableness +disputably +disputant +disputation +disputatious +disputatiously +disputatiousness +disputative +disputatively +disputativeness +disputator +dispute +disputeless +disputer +disqualification +disqualify +disquantity +disquiet +disquieted +disquietedly +disquietedness +disquieten +disquieter +disquieting +disquietingly +disquietly +disquietness +disquietude +disquiparancy +disquiparant +disquiparation +disquisite +disquisition +disquisitional +disquisitionary +disquisitive +disquisitively +disquisitor +disquisitorial +disquisitory +disquixote +disrank +disrate +disrealize +disrecommendation +disregard +disregardable +disregardance +disregardant +disregarder +disregardful +disregardfully +disregardfulness +disrelated +disrelation +disrelish +disrelishable +disremember +disrepair +disreputability +disreputable +disreputableness +disreputably +disreputation +disrepute +disrespect +disrespecter +disrespectful +disrespectfully +disrespectfulness +disrestore +disring +disrobe +disrobement +disrober +disroof +disroost +disroot +disrudder +disrump +disrupt +disruptability +disruptable +disrupter +disruption +disruptionist +disruptive +disruptively +disruptiveness +disruptment +disruptor +disrupture +diss +dissatisfaction +dissatisfactoriness +dissatisfactory +dissatisfied +dissatisfiedly +dissatisfiedness +dissatisfy +dissaturate +disscepter +disseat +dissect +dissected +dissectible +dissecting +dissection +dissectional +dissective +dissector +disseize +disseizee +disseizin +disseizor +disseizoress +disselboom +dissemblance +dissemble +dissembler +dissemblingly +dissembly +dissemilative +disseminate +dissemination +disseminative +disseminator +disseminule +dissension +dissensualize +dissent +dissentaneous +dissentaneousness +dissenter +dissenterism +dissentience +dissentiency +dissentient +dissenting +dissentingly +dissentious +dissentiously +dissentism +dissentment +dissepiment +dissepimental +dissert +dissertate +dissertation +dissertational +dissertationist +dissertative +dissertator +disserve +disservice +disserviceable +disserviceableness +disserviceably +dissettlement +dissever +disseverance +disseverment +disshadow +dissheathe +disshroud +dissidence +dissident +dissidently +dissight +dissightly +dissiliency +dissilient +dissimilar +dissimilarity +dissimilarly +dissimilars +dissimilate +dissimilation +dissimilatory +dissimile +dissimilitude +dissimulate +dissimulation +dissimulative +dissimulator +dissimule +dissimuler +dissipable +dissipate +dissipated +dissipatedly +dissipatedness +dissipater +dissipation +dissipative +dissipativity +dissipator +dissociability +dissociable +dissociableness +dissocial +dissociality +dissocialize +dissociant +dissociate +dissociation +dissociative +dissoconch +dissogeny +dissogony +dissolubility +dissoluble +dissolubleness +dissolute +dissolutely +dissoluteness +dissolution +dissolutional +dissolutionism +dissolutionist +dissolutive +dissolvable +dissolvableness +dissolve +dissolveability +dissolvent +dissolver +dissolving +dissolvingly +dissonance +dissonancy +dissonant +dissonantly +dissonous +dissoul +dissuade +dissuader +dissuasion +dissuasive +dissuasively +dissuasiveness +dissuasory +dissuit +dissuitable +dissuited +dissyllabic +dissyllabification +dissyllabify +dissyllabism +dissyllabize +dissyllable +dissymmetric +dissymmetrical +dissymmetrically +dissymmetry +dissympathize +dissympathy +distad +distaff +distain +distal +distale +distally +distalwards +distance +distanceless +distancy +distannic +distant +distantly +distantness +distaste +distasted +distasteful +distastefully +distastefulness +distater +distemonous +distemper +distemperature +distempered +distemperedly +distemperedness +distemperer +distenant +distend +distendedly +distender +distensibility +distensible +distensive +distent +distention +disthene +disthrall +disthrone +distich +Distichlis +distichous +distichously +distill +distillable +distillage +distilland +distillate +distillation +distillatory +distilled +distiller +distillery +distilling +distillmint +distinct +distinctify +distinction +distinctional +distinctionless +distinctive +distinctively +distinctiveness +distinctly +distinctness +distingue +distinguish +distinguishability +distinguishable +distinguishableness +distinguishably +distinguished +distinguishedly +distinguisher +distinguishing +distinguishingly +distinguishment +distoclusion +Distoma +Distomatidae +distomatosis +distomatous +distome +distomian +distomiasis +Distomidae +Distomum +distort +distorted +distortedly +distortedness +distorter +distortion +distortional +distortionist +distortionless +distortive +distract +distracted +distractedly +distractedness +distracter +distractibility +distractible +distractingly +distraction +distractive +distractively +distrain +distrainable +distrainee +distrainer +distrainment +distrainor +distraint +distrait +distraite +distraught +distress +distressed +distressedly +distressedness +distressful +distressfully +distressfulness +distressing +distressingly +distributable +distributary +distribute +distributed +distributedly +distributee +distributer +distribution +distributional +distributionist +distributival +distributive +distributively +distributiveness +distributor +distributress +district +distrouser +distrust +distruster +distrustful +distrustfully +distrustfulness +distrustingly +distune +disturb +disturbance +disturbative +disturbed +disturbedly +disturber +disturbing +disturbingly +disturn +disturnpike +disubstituted +disubstitution +disulfonic +disulfuric +disulphate +disulphide +disulphonate +disulphone +disulphonic +disulphoxide +disulphuret +disulphuric +disuniform +disuniformity +disunify +disunion +disunionism +disunionist +disunite +disuniter +disunity +disusage +disusance +disuse +disutility +disutilize +disvaluation +disvalue +disvertebrate +disvisage +disvoice +disvulnerability +diswarren +diswench +diswood +disworth +disyllabic +disyllable +disyoke +dit +dita +dital +ditch +ditchbank +ditchbur +ditchdigger +ditchdown +ditcher +ditchless +ditchside +ditchwater +dite +diter +diterpene +ditertiary +ditetragonal +dithalous +dithecal +ditheism +ditheist +ditheistic +ditheistical +dithematic +dither +dithery +dithiobenzoic +dithioglycol +dithioic +dithion +dithionate +dithionic +dithionite +dithionous +dithymol +dithyramb +dithyrambic +dithyrambically +Dithyrambos +Dithyrambus +ditokous +ditolyl +ditone +ditrematous +ditremid +Ditremidae +ditrichotomous +ditriglyph +ditriglyphic +ditrigonal +ditrigonally +Ditrocha +ditrochean +ditrochee +ditrochous +ditroite +dittamy +dittander +dittany +dittay +dittied +ditto +dittogram +dittograph +dittographic +dittography +dittology +ditty +diumvirate +diuranate +diureide +diuresis +diuretic +diuretically +diureticalness +Diurna +diurnal +diurnally +diurnalness +diurnation +diurne +diurnule +diuturnal +diuturnity +div +diva +divagate +divagation +divalence +divalent +divan +divariant +divaricate +divaricately +divaricating +divaricatingly +divarication +divaricator +divata +dive +divekeeper +divel +divellent +divellicate +diver +diverge +divergement +divergence +divergency +divergent +divergently +diverging +divergingly +divers +diverse +diversely +diverseness +diversicolored +diversifiability +diversifiable +diversification +diversified +diversifier +diversiflorate +diversiflorous +diversifoliate +diversifolious +diversiform +diversify +diversion +diversional +diversionary +diversipedate +diversisporous +diversity +diversly +diversory +divert +divertedly +diverter +divertibility +divertible +diverticle +diverticular +diverticulate +diverticulitis +diverticulosis +diverticulum +diverting +divertingly +divertingness +divertisement +divertive +divertor +divest +divestible +divestitive +divestiture +divestment +divesture +dividable +dividableness +divide +divided +dividedly +dividedness +dividend +divider +dividing +dividingly +dividual +dividualism +dividually +dividuity +dividuous +divinable +divinail +divination +divinator +divinatory +divine +divinely +divineness +diviner +divineress +diving +divinify +divining +diviningly +divinity +divinityship +divinization +divinize +divinyl +divisibility +divisible +divisibleness +divisibly +division +divisional +divisionally +divisionary +divisionism +divisionist +divisionistic +divisive +divisively +divisiveness +divisor +divisorial +divisory +divisural +divorce +divorceable +divorcee +divorcement +divorcer +divorcible +divorcive +divot +divoto +divulgate +divulgater +divulgation +divulgatory +divulge +divulgement +divulgence +divulger +divulse +divulsion +divulsive +divulsor +divus +Divvers +divvy +diwata +dixenite +Dixie +dixie +Dixiecrat +dixit +dixy +dizain +dizen +dizenment +dizoic +dizygotic +dizzard +dizzily +dizziness +dizzy +Djagatay +djasakid +djave +djehad +djerib +djersa +Djuka +do +doab +doable +doarium +doat +doated +doater +doating +doatish +Dob +dob +dobbed +dobber +dobbin +dobbing +dobby +dobe +dobla +doblon +dobra +dobrao +dobson +doby +doc +docent +docentship +Docetae +Docetic +Docetically +Docetism +Docetist +Docetistic +Docetize +dochmiac +dochmiacal +dochmiasis +dochmius +docibility +docible +docibleness +docile +docilely +docility +docimasia +docimastic +docimastical +docimasy +docimology +docity +dock +dockage +docken +docker +docket +dockhead +dockhouse +dockization +dockize +dockland +dockmackie +dockman +dockmaster +dockside +dockyard +dockyardman +docmac +Docoglossa +docoglossan +docoglossate +docosane +doctor +doctoral +doctorally +doctorate +doctorbird +doctordom +doctoress +doctorfish +doctorhood +doctorial +doctorially +doctorization +doctorize +doctorless +doctorlike +doctorly +doctorship +doctress +doctrinaire +doctrinairism +doctrinal +doctrinalism +doctrinalist +doctrinality +doctrinally +doctrinarian +doctrinarianism +doctrinarily +doctrinarity +doctrinary +doctrinate +doctrine +doctrinism +doctrinist +doctrinization +doctrinize +doctrix +document +documental +documentalist +documentarily +documentary +documentation +documentize +dod +dodd +doddart +dodded +dodder +doddered +dodderer +doddering +doddery +doddie +dodding +doddle +doddy +doddypoll +Dode +dodecade +dodecadrachm +dodecafid +dodecagon +dodecagonal +dodecahedral +dodecahedric +dodecahedron +dodecahydrate +dodecahydrated +dodecamerous +dodecane +Dodecanesian +dodecanoic +dodecant +dodecapartite +dodecapetalous +dodecarch +dodecarchy +dodecasemic +dodecastyle +dodecastylos +dodecasyllabic +dodecasyllable +dodecatemory +Dodecatheon +dodecatoic +dodecatyl +dodecatylic +dodecuplet +dodecyl +dodecylene +dodecylic +dodge +dodgeful +dodger +dodgery +dodgily +dodginess +dodgy +dodkin +dodlet +dodman +dodo +dodoism +Dodona +Dodonaea +Dodonaeaceae +Dodonaean +Dodonean +Dodonian +dodrans +doe +doebird +Doedicurus +Doeg +doeglic +doegling +doer +does +doeskin +doesnt +doest +doff +doffer +doftberry +dog +dogal +dogate +dogbane +Dogberry +dogberry +Dogberrydom +Dogberryism +dogbite +dogblow +dogboat +dogbolt +dogbush +dogcart +dogcatcher +dogdom +doge +dogedom +dogeless +dogeship +dogface +dogfall +dogfight +dogfish +dogfoot +dogged +doggedly +doggedness +dogger +doggerel +doggereler +doggerelism +doggerelist +doggerelize +doggerelizer +doggery +doggess +doggish +doggishly +doggishness +doggo +doggone +doggoned +doggrel +doggrelize +doggy +doghead +doghearted +doghole +doghood +doghouse +dogie +dogless +doglike +dogly +dogma +dogman +dogmata +dogmatic +dogmatical +dogmatically +dogmaticalness +dogmatician +dogmatics +dogmatism +dogmatist +dogmatization +dogmatize +dogmatizer +dogmouth +dogplate +dogproof +Dogra +Dogrib +dogs +dogship +dogshore +dogskin +dogsleep +dogstone +dogtail +dogtie +dogtooth +dogtoothing +dogtrick +dogtrot +dogvane +dogwatch +dogwood +dogy +doigt +doiled +doily +doina +doing +doings +doit +doited +doitkin +doitrified +doke +Doketic +Doketism +dokhma +dokimastic +Dokmarok +Doko +Dol +dola +dolabra +dolabrate +dolabriform +dolcan +dolcian +dolciano +dolcino +doldrum +doldrums +dole +dolefish +doleful +dolefully +dolefulness +dolefuls +dolent +dolently +dolerite +doleritic +dolerophanite +dolesman +dolesome +dolesomely +dolesomeness +doless +doli +dolia +dolichoblond +dolichocephal +dolichocephali +dolichocephalic +dolichocephalism +dolichocephalize +dolichocephalous +dolichocephaly +dolichocercic +dolichocnemic +dolichocranial +dolichofacial +Dolichoglossus +dolichohieric +Dolicholus +dolichopellic +dolichopodous +dolichoprosopic +Dolichopsyllidae +Dolichos +dolichos +dolichosaur +Dolichosauri +Dolichosauria +Dolichosaurus +Dolichosoma +dolichostylous +dolichotmema +dolichuric +dolichurus +Doliidae +dolina +doline +dolioform +Doliolidae +Doliolum +dolium +doll +dollar +dollarbird +dollardee +dollardom +dollarfish +dollarleaf +dollbeer +dolldom +dollface +dollfish +dollhood +dollhouse +dollier +dolliness +dollish +dollishly +dollishness +dollmaker +dollmaking +dollop +dollship +dolly +dollyman +dollyway +dolman +dolmen +dolmenic +Dolomedes +dolomite +dolomitic +dolomitization +dolomitize +dolomization +dolomize +dolor +Dolores +doloriferous +dolorific +dolorifuge +dolorous +dolorously +dolorousness +dolose +dolous +Dolph +dolphin +dolphinlike +Dolphus +dolt +dolthead +doltish +doltishly +doltishness +dom +domain +domainal +domal +domanial +domatium +domatophobia +domba +Dombeya +Domdaniel +dome +domelike +doment +domer +domesday +domestic +domesticable +domesticality +domestically +domesticate +domestication +domesticative +domesticator +domesticity +domesticize +domett +domeykite +domic +domical +domically +Domicella +domicile +domicilement +domiciliar +domiciliary +domiciliate +domiciliation +dominance +dominancy +dominant +dominantly +dominate +dominated +dominatingly +domination +dominative +dominator +domine +domineer +domineerer +domineering +domineeringly +domineeringness +dominial +Dominic +dominical +dominicale +Dominican +Dominick +dominie +dominion +dominionism +dominionist +Dominique +dominium +domino +dominus +domitable +domite +Domitian +domitic +domn +domnei +domoid +dompt +domy +Don +don +donable +Donacidae +donaciform +Donal +Donald +Donar +donary +donatary +donate +donated +donatee +Donatiaceae +donation +Donatism +Donatist +Donatistic +Donatistical +donative +donatively +donator +donatory +donatress +donax +doncella +Dondia +done +donee +Donet +doney +dong +donga +Dongola +Dongolese +dongon +Donia +donjon +donkey +donkeyback +donkeyish +donkeyism +donkeyman +donkeywork +Donmeh +Donn +Donna +donna +Donne +donnered +donnert +Donnie +donnish +donnishness +donnism +donnot +donor +donorship +donought +Donovan +donship +donsie +dont +donum +doob +doocot +doodab +doodad +Doodia +doodle +doodlebug +doodler +doodlesack +doohickey +doohickus +doohinkey +doohinkus +dooja +dook +dooket +dookit +dool +doolee +dooley +dooli +doolie +dooly +doom +doomage +doombook +doomer +doomful +dooms +doomsday +doomsman +doomstead +doon +door +doorba +doorbell +doorboy +doorbrand +doorcase +doorcheek +doored +doorframe +doorhead +doorjamb +doorkeeper +doorknob +doorless +doorlike +doormaid +doormaker +doormaking +doorman +doornail +doorplate +doorpost +doorsill +doorstead +doorstep +doorstone +doorstop +doorward +doorway +doorweed +doorwise +dooryard +dop +dopa +dopamelanin +dopaoxidase +dopatta +dope +dopebook +doper +dopester +dopey +doppelkummel +Dopper +dopper +doppia +Doppler +dopplerite +Dor +dor +Dora +dorab +dorad +Doradidae +dorado +doraphobia +Dorask +Doraskean +dorbeetle +Dorcas +dorcastry +Dorcatherium +Dorcopsis +doree +dorestane +dorhawk +Dori +doria +Dorian +Doric +Dorical +Doricism +Doricize +Dorididae +Dorine +Doris +Dorism +Dorize +dorje +Dorking +dorlach +dorlot +dorm +dormancy +dormant +dormer +dormered +dormie +dormient +dormilona +dormition +dormitive +dormitory +dormouse +dormy +dorn +dorneck +dornic +dornick +dornock +Dorobo +Doronicum +Dorosoma +Dorothea +Dorothy +dorp +dorsabdominal +dorsabdominally +dorsad +dorsal +dorsale +dorsalgia +dorsalis +dorsally +dorsalmost +dorsalward +dorsalwards +dorsel +dorser +dorsibranch +Dorsibranchiata +dorsibranchiate +dorsicollar +dorsicolumn +dorsicommissure +dorsicornu +dorsiduct +dorsiferous +dorsifixed +dorsiflex +dorsiflexion +dorsiflexor +dorsigrade +dorsilateral +dorsilumbar +dorsimedian +dorsimesal +dorsimeson +dorsiparous +dorsispinal +dorsiventral +dorsiventrality +dorsiventrally +dorsoabdominal +dorsoanterior +dorsoapical +Dorsobranchiata +dorsocaudad +dorsocaudal +dorsocentral +dorsocephalad +dorsocephalic +dorsocervical +dorsocervically +dorsodynia +dorsoepitrochlear +dorsointercostal +dorsointestinal +dorsolateral +dorsolumbar +dorsomedial +dorsomedian +dorsomesal +dorsonasal +dorsonuchal +dorsopleural +dorsoposteriad +dorsoposterior +dorsoradial +dorsosacral +dorsoscapular +dorsosternal +dorsothoracic +dorsoventrad +dorsoventral +dorsoventrally +Dorstenia +dorsulum +dorsum +dorsumbonal +dorter +dortiness +dortiship +dorts +dorty +doruck +Dory +dory +Doryanthes +Dorylinae +doryphorus +dos +dosa +dosadh +dosage +dose +doser +dosimeter +dosimetric +dosimetrician +dosimetrist +dosimetry +Dosinia +dosiology +dosis +Dositheans +dosology +doss +dossal +dossel +dosser +dosseret +dossier +dossil +dossman +Dot +dot +dotage +dotal +dotard +dotardism +dotardly +dotardy +dotate +dotation +dotchin +dote +doted +doter +Dothideacea +dothideaceous +Dothideales +Dothidella +dothienenteritis +Dothiorella +dotiness +doting +dotingly +dotingness +dotish +dotishness +dotkin +dotless +dotlike +Doto +Dotonidae +dotriacontane +dotted +dotter +dotterel +dottily +dottiness +dotting +dottle +dottler +Dottore +Dotty +dotty +doty +douar +double +doubled +doubledamn +doubleganger +doublegear +doublehanded +doublehandedly +doublehandedness +doublehatching +doublehearted +doubleheartedness +doublehorned +doubleleaf +doublelunged +doubleness +doubler +doublet +doubleted +doubleton +doubletone +doubletree +doublets +doubling +doubloon +doubly +doubt +doubtable +doubtably +doubtedly +doubter +doubtful +doubtfully +doubtfulness +doubting +doubtingly +doubtingness +doubtless +doubtlessly +doubtlessness +doubtmonger +doubtous +doubtsome +douc +douce +doucely +douceness +doucet +douche +doucin +doucine +doudle +Doug +dough +doughbird +doughboy +doughface +doughfaceism +doughfoot +doughhead +doughiness +doughlike +doughmaker +doughmaking +doughman +doughnut +dought +doughtily +doughtiness +doughty +doughy +Douglas +doulocracy +doum +doundake +doup +douping +dour +dourine +dourly +dourness +douse +douser +dout +douter +doutous +douzepers +douzieme +dove +dovecot +doveflower +dovefoot +dovehouse +dovekey +dovekie +dovelet +dovelike +doveling +dover +dovetail +dovetailed +dovetailer +dovetailwise +doveweed +dovewood +dovish +Dovyalis +dow +dowable +dowager +dowagerism +dowcet +dowd +dowdily +dowdiness +dowdy +dowdyish +dowdyism +dowed +dowel +dower +doweral +doweress +dowerless +dowery +dowf +dowie +Dowieism +Dowieite +dowily +dowiness +dowitch +dowitcher +dowl +dowlas +dowless +down +downbear +downbeard +downbeat +downby +downcast +downcastly +downcastness +downcome +downcomer +downcoming +downcry +downcurved +downcut +downdale +downdraft +downer +downface +downfall +downfallen +downfalling +downfeed +downflow +downfold +downfolded +downgate +downgone +downgrade +downgrowth +downhanging +downhaul +downheaded +downhearted +downheartedly +downheartedness +downhill +downily +downiness +Downing +Downingia +downland +downless +downlie +downlier +downligging +downlike +downline +downlooked +downlooker +downlying +downmost +downness +downpour +downpouring +downright +downrightly +downrightness +downrush +downrushing +downset +downshare +downshore +downside +downsinking +downsitting +downsliding +downslip +downslope +downsman +downspout +downstage +downstairs +downstate +downstater +downstream +downstreet +downstroke +downswing +downtake +downthrow +downthrown +downthrust +Downton +downtown +downtrampling +downtreading +downtrend +downtrodden +downtroddenness +downturn +downward +downwardly +downwardness +downway +downweed +downweigh +downweight +downweighted +downwind +downwith +downy +dowp +dowry +dowsabel +dowse +dowser +dowset +doxa +Doxantha +doxastic +doxasticon +doxographer +doxographical +doxography +doxological +doxologically +doxologize +doxology +doxy +Doyle +doze +dozed +dozen +dozener +dozenth +dozer +dozily +doziness +dozy +dozzled +drab +Draba +drabbet +drabbish +drabble +drabbler +drabbletail +drabbletailed +drabby +drably +drabness +Dracaena +Dracaenaceae +drachm +drachma +drachmae +drachmai +drachmal +dracma +Draco +Dracocephalum +Draconian +Draconianism +Draconic +draconic +Draconically +Draconid +Draconis +Draconism +draconites +draconitic +dracontian +dracontiasis +dracontic +dracontine +dracontites +Dracontium +dracunculus +draegerman +draff +draffman +draffy +draft +draftage +draftee +drafter +draftily +draftiness +drafting +draftman +draftmanship +draftproof +draftsman +draftsmanship +draftswoman +draftswomanship +draftwoman +drafty +drag +dragade +dragbar +dragbolt +dragged +dragger +draggily +dragginess +dragging +draggingly +draggle +draggletail +draggletailed +draggletailedly +draggletailedness +draggly +draggy +draghound +dragline +dragman +dragnet +drago +dragoman +dragomanate +dragomanic +dragomanish +dragon +dragonesque +dragoness +dragonet +dragonfish +dragonfly +dragonhead +dragonhood +dragonish +dragonism +dragonize +dragonkind +dragonlike +dragonnade +dragonroot +dragontail +dragonwort +dragoon +dragoonable +dragoonade +dragoonage +dragooner +dragrope +dragsaw +dragsawing +dragsman +dragstaff +drail +drain +drainable +drainage +drainboard +draine +drained +drainer +drainerman +drainless +drainman +drainpipe +draintile +draisine +drake +drakestone +drakonite +dram +drama +dramalogue +Dramamine +dramatic +dramatical +dramatically +dramaticism +dramatics +dramaticule +dramatism +dramatist +dramatizable +dramatization +dramatize +dramatizer +dramaturge +dramaturgic +dramaturgical +dramaturgist +dramaturgy +dramm +drammage +dramme +drammed +drammer +dramming +drammock +dramseller +dramshop +drang +drank +drant +drapable +Draparnaldia +drape +drapeable +draper +draperess +draperied +drapery +drapetomania +drapping +drassid +Drassidae +drastic +drastically +drat +dratchell +drate +dratted +dratting +draught +draughtboard +draughthouse +draughtman +draughtmanship +draughts +draughtsman +draughtsmanship +draughtswoman +draughtswomanship +Dravida +Dravidian +Dravidic +dravya +draw +drawable +drawarm +drawback +drawbar +drawbeam +drawbench +drawboard +drawbolt +drawbore +drawboy +drawbridge +Drawcansir +drawcut +drawdown +drawee +drawer +drawers +drawfile +drawfiling +drawgate +drawgear +drawglove +drawhead +drawhorse +drawing +drawk +drawknife +drawknot +drawl +drawlatch +drawler +drawling +drawlingly +drawlingness +drawlink +drawloom +drawly +drawn +drawnet +drawoff +drawout +drawplate +drawpoint +drawrod +drawshave +drawsheet +drawspan +drawspring +drawstop +drawstring +drawtongs +drawtube +dray +drayage +drayman +drazel +dread +dreadable +dreader +dreadful +dreadfully +dreadfulness +dreadingly +dreadless +dreadlessly +dreadlessness +dreadly +dreadness +dreadnought +dream +dreamage +dreamer +dreamery +dreamful +dreamfully +dreamfulness +dreamhole +dreamily +dreaminess +dreamingly +dreamish +dreamland +dreamless +dreamlessly +dreamlessness +dreamlet +dreamlike +dreamlit +dreamlore +dreamsily +dreamsiness +dreamsy +dreamt +dreamtide +dreamwhile +dreamwise +dreamworld +dreamy +drear +drearfully +drearily +dreariment +dreariness +drearisome +drearly +drearness +dreary +dredge +dredgeful +dredger +dredging +dree +dreep +dreepiness +dreepy +dreg +dreggily +dregginess +dreggish +dreggy +dregless +dregs +dreiling +Dreissensia +dreissiger +drench +drencher +drenching +drenchingly +dreng +drengage +Drepanaspis +Drepanidae +Drepanididae +drepaniform +Drepanis +drepanium +drepanoid +Dreparnaudia +dress +dressage +dressed +dresser +dressership +dressily +dressiness +dressing +dressline +dressmaker +dressmakership +dressmakery +dressmaking +dressy +drest +Drew +drew +drewite +Dreyfusism +Dreyfusist +drias +drib +dribble +dribblement +dribbler +driblet +driddle +dried +drier +drierman +driest +drift +driftage +driftbolt +drifter +drifting +driftingly +driftland +driftless +driftlessness +driftlet +driftman +driftpiece +driftpin +driftway +driftweed +driftwind +driftwood +drifty +drightin +drill +driller +drillet +drilling +drillman +drillmaster +drillstock +Drimys +dringle +drink +drinkability +drinkable +drinkableness +drinkably +drinker +drinking +drinkless +drinkproof +drinn +drip +dripper +dripping +dripple +dripproof +drippy +dripstick +dripstone +drisheen +drisk +drivable +drivage +drive +driveaway +driveboat +drivebolt +drivehead +drivel +driveler +drivelingly +driven +drivepipe +driver +driverless +drivership +drivescrew +driveway +drivewell +driving +drivingly +drizzle +drizzly +drochuil +droddum +drofland +drogh +drogher +drogherman +drogue +droit +droitsman +droitural +droiturel +Drokpa +droll +drollery +drollingly +drollish +drollishness +drollist +drollness +drolly +Dromaeognathae +dromaeognathism +dromaeognathous +Dromaeus +drome +dromedarian +dromedarist +dromedary +drometer +Dromiacea +dromic +Dromiceiidae +Dromiceius +Dromicia +dromograph +dromomania +dromometer +dromond +Dromornis +dromos +dromotropic +drona +dronage +drone +dronepipe +droner +drongo +droningly +dronish +dronishly +dronishness +dronkgrass +drony +drool +droop +drooper +drooping +droopingly +droopingness +droopt +droopy +drop +dropberry +dropcloth +dropflower +drophead +droplet +droplight +droplike +dropling +dropman +dropout +dropper +dropping +droppingly +droppy +dropseed +dropsical +dropsically +dropsicalness +dropsied +dropsy +dropsywort +dropt +dropwise +dropworm +dropwort +Droschken +Drosera +Droseraceae +droseraceous +droshky +drosky +drosograph +drosometer +Drosophila +Drosophilidae +Drosophyllum +dross +drossel +drosser +drossiness +drossless +drossy +drostdy +droud +drought +droughtiness +droughty +drouk +drove +drover +drovy +drow +drown +drowner +drowningly +drowse +drowsily +drowsiness +drowsy +drub +drubber +drubbing +drubbly +drucken +drudge +drudger +drudgery +drudgingly +drudgism +druery +drug +drugeteria +drugger +druggery +drugget +druggeting +druggist +druggister +druggy +drugless +drugman +drugshop +drugstore +druid +druidess +druidic +druidical +druidism +druidry +druith +Drukpa +drum +drumbeat +drumble +drumbledore +drumbler +drumfire +drumfish +drumhead +drumheads +drumlike +drumlin +drumline +drumlinoid +drumloid +drumloidal +drumly +drummer +drumming +drummy +drumskin +drumstick +drumwood +drung +drungar +drunk +drunkard +drunken +drunkenly +drunkenness +drunkensome +drunkenwise +drunkery +Drupa +Drupaceae +drupaceous +drupal +drupe +drupel +drupelet +drupeole +drupetum +drupiferous +Druse +druse +Drusean +Drusedom +drusy +druxiness +druxy +dry +dryad +dryadetum +dryadic +dryas +dryasdust +drybeard +drybrained +drycoal +Drydenian +Drydenism +dryfoot +drygoodsman +dryhouse +drying +dryish +dryly +Drynaria +dryness +Dryobalanops +Dryope +Dryopes +Dryophyllum +Dryopians +dryopithecid +Dryopithecinae +dryopithecine +Dryopithecus +Dryops +Dryopteris +dryopteroid +drysalter +drysaltery +dryster +dryth +dryworker +Dschubba +duad +duadic +dual +Duala +duali +dualin +dualism +dualist +dualistic +dualistically +duality +dualization +dualize +dually +Dualmutef +dualogue +Duane +duarch +duarchy +dub +dubash +dubb +dubba +dubbah +dubbeltje +dubber +dubbing +dubby +Dubhe +Dubhgall +dubiety +dubiocrystalline +dubiosity +dubious +dubiously +dubiousness +dubitable +dubitably +dubitancy +dubitant +dubitate +dubitatingly +dubitation +dubitative +dubitatively +Duboisia +duboisin +duboisine +Dubonnet +dubs +ducal +ducally +ducamara +ducape +ducat +ducato +ducatoon +ducdame +duces +Duchesnea +Duchess +duchess +duchesse +duchesslike +duchy +duck +duckbill +duckblind +duckboard +duckboat +ducker +duckery +duckfoot +duckhearted +duckhood +duckhouse +duckhunting +duckie +ducking +duckling +ducklingship +duckmeat +duckpin +duckpond +duckstone +duckweed +duckwife +duckwing +Duco +duct +ducted +ductibility +ductible +ductile +ductilely +ductileness +ductilimeter +ductility +ductilize +duction +ductless +ductor +ductule +Ducula +Duculinae +dud +dudaim +dudder +duddery +duddies +dude +dudeen +dudgeon +dudine +dudish +dudishness +dudism +dudler +dudley +Dudleya +dudleyite +dudman +due +duel +dueler +dueling +duelist +duelistic +duello +dueness +duenna +duennadom +duennaship +duer +Duessa +duet +duettist +duff +duffadar +duffel +duffer +dufferdom +duffing +dufoil +dufrenite +dufrenoysite +dufter +dufterdar +duftery +dug +dugal +dugdug +duggler +dugong +Dugongidae +dugout +dugway +duhat +Duhr +duiker +duikerbok +duim +Duit +duit +dujan +Duke +duke +dukedom +dukeling +dukely +dukery +dukeship +dukhn +dukker +dukkeripen +Dulanganes +Dulat +dulbert +dulcet +dulcetly +dulcetness +dulcian +dulciana +dulcification +dulcifluous +dulcify +dulcigenic +dulcimer +Dulcin +Dulcinea +Dulcinist +dulcitol +dulcitude +dulcose +duledge +duler +dulia +dull +dullard +dullardism +dullardness +dullbrained +duller +dullery +dullhead +dullhearted +dullification +dullify +dullish +dullity +dullness +dullpate +dullsome +dully +dulosis +dulotic +dulse +dulseman +dult +dultie +dulwilly +duly +dum +duma +dumaist +dumb +dumba +dumbbell +dumbbeller +dumbcow +dumbfounder +dumbfounderment +dumbhead +dumbledore +dumbly +dumbness +dumdum +dumetose +dumfound +dumfounder +dumfounderment +dummel +dummered +dumminess +dummy +dummyism +dummyweed +Dumontia +Dumontiaceae +dumontite +dumortierite +dumose +dumosity +dump +dumpage +dumpcart +dumper +dumpily +dumpiness +dumping +dumpish +dumpishly +dumpishness +dumple +dumpling +dumpoke +dumpy +dumsola +dun +dunair +dunal +dunbird +Duncan +dunce +duncedom +duncehood +duncery +dunch +Dunciad +duncical +duncify +duncish +duncishly +duncishness +dundasite +dunder +dunderhead +dunderheaded +dunderheadedness +dunderpate +dune +dunelike +dunfish +dung +Dungan +dungannonite +dungaree +dungbeck +dungbird +dungbred +dungeon +dungeoner +dungeonlike +dunger +dunghill +dunghilly +dungol +dungon +dungy +dungyard +dunite +dunk +dunkadoo +Dunkard +Dunker +dunker +Dunkirk +Dunkirker +Dunlap +dunlin +Dunlop +dunnage +dunne +dunner +dunness +dunnish +dunnite +dunnock +dunny +dunpickle +Duns +dunst +dunstable +dunt +duntle +duny +dunziekte +duo +duocosane +duodecahedral +duodecahedron +duodecane +duodecennial +duodecillion +duodecimal +duodecimality +duodecimally +duodecimfid +duodecimo +duodecimole +duodecuple +duodena +duodenal +duodenary +duodenate +duodenation +duodene +duodenectomy +duodenitis +duodenocholangitis +duodenocholecystostomy +duodenocholedochotomy +duodenocystostomy +duodenoenterostomy +duodenogram +duodenojejunal +duodenojejunostomy +duodenopancreatectomy +duodenoscopy +duodenostomy +duodenotomy +duodenum +duodrama +duograph +duogravure +duole +duoliteral +duologue +duomachy +duopod +duopolistic +duopoly +duopsonistic +duopsony +duosecant +duotone +duotriacontane +duotype +dup +dupability +dupable +dupe +dupedom +duper +dupery +dupion +dupla +duplation +duple +duplet +duplex +duplexity +duplicability +duplicable +duplicand +duplicate +duplication +duplicative +duplicator +duplicature +duplicia +duplicident +Duplicidentata +duplicidentate +duplicipennate +duplicitas +duplicity +duplification +duplify +duplone +dupondius +duppy +dura +durability +durable +durableness +durably +durain +dural +Duralumin +duramatral +duramen +durance +Durandarte +durangite +Durango +Durani +durant +Duranta +duraplasty +duraquara +duraspinalis +duration +durational +durationless +durative +durax +durbachite +Durban +durbar +durdenite +dure +durene +durenol +duress +duressor +durgan +Durham +durian +duridine +Durindana +during +duringly +Durio +durity +durmast +durn +duro +Duroc +durometer +duroquinone +durra +durrie +durrin +durry +durst +durukuli +durwaun +duryl +Duryodhana +Durzada +dusack +duscle +dush +dusio +dusk +dusken +duskily +duskiness +duskingtide +duskish +duskishly +duskishness +duskly +duskness +dusky +dust +dustbin +dustbox +dustcloth +dustee +duster +dusterman +dustfall +dustily +Dustin +dustiness +dusting +dustless +dustlessness +dustman +dustpan +dustproof +dustuck +dustwoman +dusty +dustyfoot +Dusun +Dutch +dutch +Dutcher +Dutchify +Dutchman +Dutchy +duteous +duteously +duteousness +dutiability +dutiable +dutied +dutiful +dutifully +dutifulness +dutra +duty +dutymonger +duumvir +duumviral +duumvirate +duvet +duvetyn +dux +duyker +dvaita +dvandva +dwale +dwalm +Dwamish +dwang +dwarf +dwarfish +dwarfishly +dwarfishness +dwarfism +dwarfling +dwarfness +dwarfy +dwayberry +Dwayne +dwell +dwelled +dweller +dwelling +dwelt +Dwight +dwindle +dwindlement +dwine +Dwyka +dyad +dyadic +Dyak +dyakisdodecahedron +Dyakish +dyarchic +dyarchical +dyarchy +Dyas +Dyassic +dyaster +Dyaus +dyce +dye +dyeable +dyehouse +dyeing +dyeleaves +dyemaker +dyemaking +dyer +dyester +dyestuff +dyeware +dyeweed +dyewood +dygogram +dying +dyingly +dyingness +dyke +dykehopper +dyker +dykereeve +Dylan +dynagraph +dynameter +dynametric +dynametrical +dynamic +dynamical +dynamically +dynamics +dynamis +dynamism +dynamist +dynamistic +dynamitard +dynamite +dynamiter +dynamitic +dynamitical +dynamitically +dynamiting +dynamitish +dynamitism +dynamitist +dynamization +dynamize +dynamo +dynamoelectric +dynamoelectrical +dynamogenesis +dynamogenic +dynamogenous +dynamogenously +dynamogeny +dynamometamorphic +dynamometamorphism +dynamometamorphosed +dynamometer +dynamometric +dynamometrical +dynamometry +dynamomorphic +dynamoneure +dynamophone +dynamostatic +dynamotor +dynast +Dynastes +dynastical +dynastically +dynasticism +dynastid +dynastidan +Dynastides +Dynastinae +dynasty +dynatron +dyne +dyophone +Dyophysite +Dyophysitic +Dyophysitical +Dyophysitism +dyotheism +Dyothelete +Dyotheletian +Dyotheletic +Dyotheletical +Dyotheletism +Dyothelism +dyphone +dysacousia +dysacousis +dysanalyte +dysaphia +dysarthria +dysarthric +dysarthrosis +dysbulia +dysbulic +dyschiria +dyschroa +dyschroia +dyschromatopsia +dyschromatoptic +dyschronous +dyscrasia +dyscrasial +dyscrasic +dyscrasite +dyscratic +dyscrystalline +dysenteric +dysenterical +dysentery +dysepulotic +dysepulotical +dyserethisia +dysergasia +dysergia +dysesthesia +dysesthetic +dysfunction +dysgenesic +dysgenesis +dysgenetic +dysgenic +dysgenical +dysgenics +dysgeogenous +dysgnosia +dysgraphia +dysidrosis +dyskeratosis +dyskinesia +dyskinetic +dyslalia +dyslexia +dyslogia +dyslogistic +dyslogistically +dyslogy +dysluite +dyslysin +dysmenorrhea +dysmenorrheal +dysmerism +dysmeristic +dysmerogenesis +dysmerogenetic +dysmeromorph +dysmeromorphic +dysmetria +dysmnesia +dysmorphism +dysmorphophobia +dysneuria +dysnomy +dysodile +dysodontiasis +dysorexia +dysorexy +dysoxidation +dysoxidizable +dysoxidize +dyspathetic +dyspathy +dyspepsia +dyspepsy +dyspeptic +dyspeptical +dyspeptically +dysphagia +dysphagic +dysphasia +dysphasic +dysphemia +dysphonia +dysphonic +dysphoria +dysphoric +dysphotic +dysphrasia +dysphrenia +dyspituitarism +dysplasia +dysplastic +dyspnea +dyspneal +dyspneic +dyspnoic +dysprosia +dysprosium +dysraphia +dyssnite +Dyssodia +dysspermatism +dyssynergia +dyssystole +dystaxia +dystectic +dysteleological +dysteleologist +dysteleology +dysthyroidism +dystocia +dystocial +dystome +dystomic +dystomous +dystrophia +dystrophic +dystrophy +dysuria +dysuric +dysyntribite +dytiscid +Dytiscidae +Dytiscus +dzeren +Dzungar +E +e +ea +each +eachwhere +eager +eagerly +eagerness +eagle +eaglelike +eagless +eaglestone +eaglet +eaglewood +eagre +ean +ear +earache +earbob +earcap +earcockle +eardrop +eardropper +eardrum +eared +earflower +earful +earhole +earing +earjewel +Earl +earl +earlap +earldom +Earle +earless +earlet +earlike +earliness +earlish +earlock +earlship +early +earmark +earn +earner +earnest +earnestly +earnestness +earnful +Earnie +earning +earnings +earphone +earpick +earpiece +earplug +earreach +earring +earringed +earscrew +earshot +earsore +earsplitting +eartab +earth +earthboard +earthborn +earthbred +earthdrake +earthed +earthen +earthenhearted +earthenware +earthfall +earthfast +earthgall +earthgrubber +earthian +earthiness +earthkin +earthless +earthlight +earthlike +earthliness +earthling +earthly +earthmaker +earthmaking +earthnut +earthpea +earthquake +earthquaked +earthquaken +earthquaking +Earthshaker +earthshine +earthshock +earthslide +earthsmoke +earthstar +earthtongue +earthwall +earthward +earthwards +earthwork +earthworm +earthy +earwax +earwig +earwigginess +earwiggy +earwitness +earworm +earwort +ease +easeful +easefully +easefulness +easel +easeless +easement +easer +easier +easiest +easily +easiness +easing +east +eastabout +eastbound +Easter +easter +easterling +easterly +Eastern +eastern +easterner +Easternism +Easternly +easternmost +Eastertide +easting +Eastlake +eastland +eastmost +Eastre +eastward +eastwardly +easy +easygoing +easygoingness +eat +eatability +eatable +eatableness +eatage +Eatanswill +eatberry +eaten +eater +eatery +eating +eats +eave +eaved +eavedrop +eaver +eaves +eavesdrop +eavesdropper +eavesdropping +ebb +ebbman +Eben +Ebenaceae +ebenaceous +Ebenales +ebeneous +Ebenezer +Eberthella +Ebionism +Ebionite +Ebionitic +Ebionitism +Ebionize +Eboe +eboe +ebon +ebonist +ebonite +ebonize +ebony +ebracteate +ebracteolate +ebriate +ebriety +ebriosity +ebrious +ebriously +ebullate +ebullience +ebulliency +ebullient +ebulliently +ebulliometer +ebullioscope +ebullioscopic +ebullioscopy +ebullition +ebullitive +ebulus +eburated +eburine +Eburna +eburnated +eburnation +eburnean +eburneoid +eburneous +eburnian +eburnification +ecad +ecalcarate +ecanda +ecardinal +Ecardines +ecarinate +ecarte +Ecaudata +ecaudate +Ecballium +ecbatic +ecblastesis +ecbole +ecbolic +Ecca +eccaleobion +eccentrate +eccentric +eccentrical +eccentrically +eccentricity +eccentring +eccentrometer +ecchondroma +ecchondrosis +ecchondrotome +ecchymoma +ecchymose +ecchymosis +ecclesia +ecclesial +ecclesiarch +ecclesiarchy +ecclesiast +Ecclesiastes +ecclesiastic +ecclesiastical +ecclesiastically +ecclesiasticism +ecclesiasticize +ecclesiastics +Ecclesiasticus +ecclesiastry +ecclesioclastic +ecclesiography +ecclesiolater +ecclesiolatry +ecclesiologic +ecclesiological +ecclesiologically +ecclesiologist +ecclesiology +ecclesiophobia +eccoprotic +eccoproticophoric +eccrinology +eccrisis +eccritic +eccyclema +eccyesis +ecdemic +ecdemite +ecderon +ecderonic +ecdysiast +ecdysis +ecesic +ecesis +ecgonine +eche +echea +echelette +echelon +echelonment +Echeloot +Echeneidae +echeneidid +Echeneididae +echeneidoid +Echeneis +Echeveria +echidna +Echidnidae +Echimys +Echinacea +echinal +echinate +echinid +Echinidea +echinital +echinite +Echinocactus +Echinocaris +Echinocereus +Echinochloa +echinochrome +echinococcus +Echinoderes +Echinoderidae +echinoderm +Echinoderma +echinodermal +Echinodermata +echinodermatous +echinodermic +Echinodorus +echinoid +Echinoidea +echinologist +echinology +Echinomys +Echinopanax +Echinops +echinopsine +Echinorhinidae +Echinorhinus +Echinorhynchus +Echinospermum +Echinosphaerites +Echinosphaeritidae +Echinostoma +Echinostomatidae +echinostome +echinostomiasis +Echinozoa +echinulate +echinulated +echinulation +echinuliform +echinus +Echis +echitamine +Echites +Echium +echiurid +Echiurida +echiuroid +Echiuroidea +Echiurus +echo +echoer +echoic +echoingly +echoism +echoist +echoize +echolalia +echolalic +echoless +echometer +echopractic +echopraxia +echowise +Echuca +eciliate +Eciton +ecize +Eckehart +ecklein +eclair +eclampsia +eclamptic +eclat +eclectic +eclectical +eclectically +eclecticism +eclecticize +Eclectics +eclectism +eclectist +eclegm +eclegma +eclipsable +eclipsareon +eclipsation +eclipse +eclipser +eclipsis +ecliptic +ecliptical +ecliptically +eclogite +eclogue +eclosion +ecmnesia +ecoid +ecole +ecologic +ecological +ecologically +ecologist +ecology +econometer +econometric +econometrician +econometrics +economic +economical +economically +economics +economism +economist +Economite +economization +economize +economizer +economy +ecophene +ecophobia +ecorticate +ecospecies +ecospecific +ecospecifically +ecostate +ecosystem +ecotonal +ecotone +ecotype +ecotypic +ecotypically +ecphonesis +ecphorable +ecphore +ecphoria +ecphorization +ecphorize +ecphrasis +ecrasite +ecru +ecrustaceous +ecstasis +ecstasize +ecstasy +ecstatic +ecstatica +ecstatical +ecstatically +ecstaticize +ecstrophy +ectad +ectadenia +ectal +ectally +ectasia +ectasis +ectatic +ectene +ectental +ectepicondylar +ectethmoid +ectethmoidal +Ecthesis +ecthetically +ecthlipsis +ecthyma +ectiris +ectobatic +ectoblast +ectoblastic +ectobronchium +ectocardia +Ectocarpaceae +ectocarpaceous +Ectocarpales +ectocarpic +ectocarpous +Ectocarpus +ectocinerea +ectocinereal +ectocoelic +ectocondylar +ectocondyle +ectocondyloid +ectocornea +ectocranial +ectocuneiform +ectocuniform +ectocyst +ectodactylism +ectoderm +ectodermal +ectodermic +ectodermoidal +ectodermosis +ectodynamomorphic +ectoentad +ectoenzyme +ectoethmoid +ectogenesis +ectogenic +ectogenous +ectoglia +Ectognatha +ectolecithal +ectoloph +ectomere +ectomeric +ectomesoblast +ectomorph +ectomorphic +ectomorphy +ectonephridium +ectoparasite +ectoparasitic +Ectoparasitica +ectopatagium +ectophloic +ectophyte +ectophytic +ectopia +ectopic +Ectopistes +ectoplacenta +ectoplasm +ectoplasmatic +ectoplasmic +ectoplastic +ectoplasy +Ectoprocta +ectoproctan +ectoproctous +ectopterygoid +ectopy +ectoretina +ectorganism +ectorhinal +ectosarc +ectosarcous +ectoskeleton +ectosomal +ectosome +ectosphenoid +ectosphenotic +ectosphere +ectosteal +ectosteally +ectostosis +ectotheca +ectotoxin +Ectotrophi +ectotrophic +ectozoa +ectozoan +ectozoic +ectozoon +ectrodactylia +ectrodactylism +ectrodactyly +ectrogenic +ectrogeny +ectromelia +ectromelian +ectromelic +ectromelus +ectropion +ectropium +ectropometer +ectrosyndactyly +ectypal +ectype +ectypography +Ecuadoran +Ecuadorian +ecuelling +ecumenic +ecumenical +ecumenicalism +ecumenicality +ecumenically +ecumenicity +ecyphellate +eczema +eczematization +eczematoid +eczematosis +eczematous +Ed +edacious +edaciously +edaciousness +edacity +Edana +edaphic +edaphology +edaphon +Edaphosauria +Edaphosaurus +Edda +Eddaic +edder +Eddic +Eddie +eddish +eddo +Eddy +eddy +eddyroot +edea +edeagra +edeitis +edelweiss +edema +edematous +edemic +Eden +Edenic +edenite +Edenization +Edenize +edental +edentalous +Edentata +edentate +edentulate +edentulous +edeodynia +edeology +edeomania +edeoscopy +edeotomy +Edessan +edestan +edestin +Edestosaurus +Edgar +edge +edgebone +edged +edgeless +edgemaker +edgemaking +edgeman +edger +edgerman +edgeshot +edgestone +edgeways +edgeweed +edgewise +edginess +edging +edgingly +edgrew +edgy +edh +edibility +edible +edibleness +edict +edictal +edictally +edicule +edificable +edification +edificator +edificatory +edifice +edificial +edifier +edify +edifying +edifyingly +edifyingness +edingtonite +edit +edital +Edith +edition +editor +editorial +editorialize +editorially +editorship +editress +Ediya +Edmond +Edmund +Edna +Edo +Edomite +Edomitish +Edoni +Edriasteroidea +Edrioasteroid +Edrioasteroidea +Edriophthalma +edriophthalmatous +edriophthalmian +edriophthalmic +edriophthalmous +Eduardo +Educabilia +educabilian +educability +educable +educand +educatable +educate +educated +educatee +education +educationable +educational +educationalism +educationalist +educationally +educationary +educationist +educative +educator +educatory +educatress +educe +educement +educible +educive +educt +eduction +eductive +eductor +edulcorate +edulcoration +edulcorative +edulcorator +Eduskunta +Edward +Edwardean +Edwardeanism +Edwardian +Edwardine +Edwardsia +Edwardsiidae +Edwin +Edwina +eegrass +eel +eelboat +eelbob +eelbobber +eelcake +eelcatcher +eeler +eelery +eelfare +eelfish +eelgrass +eellike +eelpot +eelpout +eelshop +eelskin +eelspear +eelware +eelworm +eely +eer +eerie +eerily +eeriness +eerisome +effable +efface +effaceable +effacement +effacer +effect +effecter +effectful +effectible +effective +effectively +effectiveness +effectivity +effectless +effector +effects +effectual +effectuality +effectualize +effectually +effectualness +effectuate +effectuation +effeminacy +effeminate +effeminately +effeminateness +effemination +effeminatize +effeminization +effeminize +effendi +efferent +effervesce +effervescence +effervescency +effervescent +effervescible +effervescingly +effervescive +effete +effeteness +effetman +efficacious +efficaciously +efficaciousness +efficacity +efficacy +efficience +efficiency +efficient +efficiently +Effie +effigial +effigiate +effigiation +effigurate +effiguration +effigy +efflate +efflation +effloresce +efflorescence +efflorescency +efflorescent +efflower +effluence +effluency +effluent +effluvia +effluvial +effluviate +effluviography +effluvious +effluvium +efflux +effluxion +effodient +Effodientia +efform +efformation +efformative +effort +effortful +effortless +effortlessly +effossion +effraction +effranchise +effranchisement +effrontery +effulge +effulgence +effulgent +effulgently +effund +effuse +effusiometer +effusion +effusive +effusively +effusiveness +Efik +eflagelliferous +efoliolate +efoliose +efoveolate +eft +eftest +eftsoons +egad +egalitarian +egalitarianism +egality +Egba +Egbert +Egbo +egence +egeran +Egeria +egest +egesta +egestion +egestive +egg +eggberry +eggcup +eggcupful +eggeater +egger +eggfish +eggfruit +egghead +egghot +egging +eggler +eggless +egglike +eggnog +eggplant +eggshell +eggy +egilops +egipto +Eglamore +eglandular +eglandulose +eglantine +eglatere +eglestonite +egma +ego +egocentric +egocentricity +egocentrism +Egocerus +egohood +egoism +egoist +egoistic +egoistical +egoistically +egoity +egoize +egoizer +egol +egolatrous +egomania +egomaniac +egomaniacal +egomism +egophonic +egophony +egosyntonic +egotheism +egotism +egotist +egotistic +egotistical +egotistically +egotize +egregious +egregiously +egregiousness +egress +egression +egressive +egressor +egret +Egretta +egrimony +egueiite +egurgitate +eguttulate +Egypt +Egyptian +Egyptianism +Egyptianization +Egyptianize +Egyptize +Egyptologer +Egyptologic +Egyptological +Egyptologist +Egyptology +eh +Ehatisaht +eheu +ehlite +Ehretia +Ehretiaceae +ehrwaldite +ehuawa +eichbergite +Eichhornia +eichwaldite +eicosane +eident +eidently +eider +eidetic +eidograph +eidolic +eidolism +eidology +eidolology +eidolon +eidoptometry +eidouranion +eigenfunction +eigenvalue +eight +eighteen +eighteenfold +eighteenmo +eighteenth +eighteenthly +eightfoil +eightfold +eighth +eighthly +eightieth +eightling +eightpenny +eightscore +eightsman +eightsome +eighty +eightyfold +eigne +Eikonogen +eikonology +Eileen +Eimak +eimer +Eimeria +einkorn +Einsteinian +Eireannach +Eirene +eiresione +eisegesis +eisegetical +eisodic +eisteddfod +eisteddfodic +eisteddfodism +either +ejaculate +ejaculation +ejaculative +ejaculator +ejaculatory +Ejam +eject +ejecta +ejectable +ejection +ejective +ejectively +ejectivity +ejectment +ejector +ejicient +ejoo +ekaboron +ekacaesium +ekaha +ekamanganese +ekasilicon +ekatantalum +eke +ekebergite +eker +ekerite +eking +ekka +Ekoi +ekphore +Ekron +Ekronite +ektene +ektenes +ektodynamorphic +el +elaborate +elaborately +elaborateness +elaboration +elaborative +elaborator +elaboratory +elabrate +Elachista +Elachistaceae +elachistaceous +Elaeagnaceae +elaeagnaceous +Elaeagnus +Elaeis +elaeoblast +elaeoblastic +Elaeocarpaceae +elaeocarpaceous +Elaeocarpus +Elaeococca +Elaeodendron +elaeodochon +elaeomargaric +elaeometer +elaeoptene +elaeosaccharum +elaeothesium +elaidate +elaidic +elaidin +elaidinic +elain +Elaine +elaine +elaioleucite +elaioplast +elaiosome +Elamite +Elamitic +Elamitish +elance +eland +elanet +Elanus +Elaphe +Elaphebolion +elaphine +Elaphodus +Elaphoglossum +Elaphomyces +Elaphomycetaceae +Elaphrium +elaphure +elaphurine +Elaphurus +elapid +Elapidae +Elapinae +elapine +elapoid +Elaps +elapse +Elapsoidea +elasmobranch +elasmobranchian +elasmobranchiate +Elasmobranchii +elasmosaur +Elasmosaurus +elasmothere +Elasmotherium +elastance +elastic +elastica +elastically +elastician +elasticin +elasticity +elasticize +elasticizer +elasticness +elastin +elastivity +elastomer +elastomeric +elastometer +elastometry +elastose +elatcha +elate +elated +elatedly +elatedness +elater +elaterid +Elateridae +elaterin +elaterite +elaterium +elateroid +Elatha +Elatinaceae +elatinaceous +Elatine +elation +elative +elator +elatrometer +elb +Elbert +Elberta +elbow +elbowboard +elbowbush +elbowchair +elbowed +elbower +elbowpiece +elbowroom +elbowy +elcaja +elchee +eld +elder +elderberry +elderbrotherhood +elderbrotherish +elderbrotherly +elderbush +elderhood +elderliness +elderly +elderman +eldership +eldersisterly +elderwoman +elderwood +elderwort +eldest +eldin +elding +Eldred +eldress +eldritch +Elean +Eleanor +Eleatic +Eleaticism +Eleazar +elecampane +elect +electable +electee +electicism +election +electionary +electioneer +electioneerer +elective +electively +electiveness +electivism +electivity +electly +elector +electoral +electorally +electorate +electorial +electorship +Electra +electragist +electragy +electralize +electrepeter +electress +electret +electric +electrical +electricalize +electrically +electricalness +electrician +electricity +electricize +electrics +electriferous +electrifiable +electrification +electrifier +electrify +electrion +electrionic +electrizable +electrization +electrize +electrizer +electro +electroacoustic +electroaffinity +electroamalgamation +electroanalysis +electroanalytic +electroanalytical +electroanesthesia +electroballistic +electroballistics +electrobath +electrobiological +electrobiologist +electrobiology +electrobioscopy +electroblasting +electrobrasser +electrobus +electrocapillarity +electrocapillary +electrocardiogram +electrocardiograph +electrocardiographic +electrocardiography +electrocatalysis +electrocatalytic +electrocataphoresis +electrocataphoretic +electrocauterization +electrocautery +electroceramic +electrochemical +electrochemically +electrochemist +electrochemistry +electrochronograph +electrochronographic +electrochronometer +electrochronometric +electrocoagulation +electrocoating +electrocolloidal +electrocontractility +electrocorticogram +electroculture +electrocute +electrocution +electrocutional +electrocutioner +electrocystoscope +electrode +electrodeless +electrodentistry +electrodeposit +electrodepositable +electrodeposition +electrodepositor +electrodesiccate +electrodesiccation +electrodiagnosis +electrodialysis +electrodialyze +electrodialyzer +electrodiplomatic +electrodispersive +electrodissolution +electrodynamic +electrodynamical +electrodynamics +electrodynamism +electrodynamometer +electroencephalogram +electroencephalograph +electroencephalography +electroendosmose +electroendosmosis +electroendosmotic +electroengrave +electroengraving +electroergometer +electroetching +electroethereal +electroextraction +electroform +electroforming +electrofuse +electrofused +electrofusion +electrogalvanic +electrogalvanize +electrogenesis +electrogenetic +electrogild +electrogilding +electrogilt +electrograph +electrographic +electrographite +electrography +electroharmonic +electrohemostasis +electrohomeopathy +electrohorticulture +electrohydraulic +electroimpulse +electroindustrial +electroionic +electroirrigation +electrokinematics +electrokinetic +electrokinetics +electrolier +electrolithotrity +electrologic +electrological +electrologist +electrology +electroluminescence +electroluminescent +electrolysis +electrolyte +electrolytic +electrolytical +electrolytically +electrolyzability +electrolyzable +electrolyzation +electrolyze +electrolyzer +electromagnet +electromagnetic +electromagnetical +electromagnetically +electromagnetics +electromagnetism +electromagnetist +electromassage +electromechanical +electromechanics +electromedical +electromer +electromeric +electromerism +electrometallurgical +electrometallurgist +electrometallurgy +electrometer +electrometric +electrometrical +electrometrically +electrometry +electromobile +electromobilism +electromotion +electromotive +electromotivity +electromotograph +electromotor +electromuscular +electromyographic +electron +electronarcosis +electronegative +electronervous +electronic +electronics +electronographic +electrooptic +electrooptical +electrooptically +electrooptics +electroosmosis +electroosmotic +electroosmotically +electrootiatrics +electropathic +electropathology +electropathy +electropercussive +electrophobia +electrophone +electrophore +electrophoresis +electrophoretic +electrophoric +Electrophoridae +electrophorus +electrophotometer +electrophotometry +electrophototherapy +electrophrenic +electrophysics +electrophysiological +electrophysiologist +electrophysiology +electropism +electroplate +electroplater +electroplating +electroplax +electropneumatic +electropneumatically +electropoion +electropolar +electropositive +electropotential +electropower +electropsychrometer +electropult +electropuncturation +electropuncture +electropuncturing +electropyrometer +electroreceptive +electroreduction +electrorefine +electroscission +electroscope +electroscopic +electrosherardizing +electroshock +electrosmosis +electrostatic +electrostatical +electrostatically +electrostatics +electrosteel +electrostenolysis +electrostenolytic +electrostereotype +electrostriction +electrosurgery +electrosurgical +electrosynthesis +electrosynthetic +electrosynthetically +electrotactic +electrotautomerism +electrotaxis +electrotechnic +electrotechnical +electrotechnician +electrotechnics +electrotechnology +electrotelegraphic +electrotelegraphy +electrotelethermometer +electrotellurograph +electrotest +electrothanasia +electrothanatosis +electrotherapeutic +electrotherapeutical +electrotherapeutics +electrotherapeutist +electrotherapist +electrotherapy +electrothermal +electrothermancy +electrothermic +electrothermics +electrothermometer +electrothermostat +electrothermostatic +electrothermotic +electrotitration +electrotonic +electrotonicity +electrotonize +electrotonus +electrotrephine +electrotropic +electrotropism +electrotype +electrotyper +electrotypic +electrotyping +electrotypist +electrotypy +electrovalence +electrovalency +electrovection +electroviscous +electrovital +electrowin +electrum +electuary +eleemosynarily +eleemosynariness +eleemosynary +elegance +elegancy +elegant +elegantly +elegiac +elegiacal +elegiambic +elegiambus +elegiast +elegist +elegit +elegize +elegy +eleidin +element +elemental +elementalism +elementalist +elementalistic +elementalistically +elementality +elementalize +elementally +elementarily +elementariness +elementary +elementoid +elemi +elemicin +elemin +elench +elenchi +elenchic +elenchical +elenchically +elenchize +elenchtic +elenchtical +elenctic +elenge +eleoblast +Eleocharis +eleolite +eleomargaric +eleometer +eleonorite +eleoptene +eleostearate +eleostearic +elephant +elephanta +elephantiac +elephantiasic +elephantiasis +elephantic +elephanticide +Elephantidae +elephantine +elephantlike +elephantoid +elephantoidal +Elephantopus +elephantous +elephantry +Elephas +Elettaria +Eleusine +Eleusinia +Eleusinian +Eleusinion +Eleut +eleutherarch +Eleutheri +Eleutheria +Eleutherian +Eleutherios +eleutherism +eleutherodactyl +Eleutherodactyli +Eleutherodactylus +eleutheromania +eleutheromaniac +eleutheromorph +eleutheropetalous +eleutherophyllous +eleutherosepalous +Eleutherozoa +eleutherozoan +elevate +elevated +elevatedly +elevatedness +elevating +elevatingly +elevation +elevational +elevator +elevatory +eleven +elevener +elevenfold +eleventh +eleventhly +elevon +elf +elfenfolk +elfhood +elfic +elfin +elfinwood +elfish +elfishly +elfishness +elfkin +elfland +elflike +elflock +elfship +elfwife +elfwort +Eli +Elia +Elian +Elianic +Elias +eliasite +elicit +elicitable +elicitate +elicitation +elicitor +elicitory +elide +elidible +eligibility +eligible +eligibleness +eligibly +Elihu +Elijah +eliminable +eliminand +eliminant +eliminate +elimination +eliminative +eliminator +eliminatory +Elinor +Elinvar +Eliot +Eliphalet +eliquate +eliquation +Elisabeth +Elisha +Elishah +elision +elisor +Elissa +elite +elixir +Eliza +Elizabeth +Elizabethan +Elizabethanism +Elizabethanize +elk +Elkanah +Elkdom +Elkesaite +elkhorn +elkhound +Elkoshite +elkslip +Elkuma +elkwood +ell +Ella +ellachick +ellagate +ellagic +ellagitannin +Ellasar +elle +elleck +Ellen +ellenyard +Ellerian +ellfish +Ellice +Ellick +Elliot +Elliott +ellipse +ellipses +ellipsis +ellipsograph +ellipsoid +ellipsoidal +ellipsone +ellipsonic +elliptic +elliptical +elliptically +ellipticalness +ellipticity +elliptograph +elliptoid +ellops +ellwand +elm +Elmer +elmy +Eloah +elocular +elocute +elocution +elocutionary +elocutioner +elocutionist +elocutionize +elod +Elodea +Elodeaceae +Elodes +eloge +elogium +Elohim +Elohimic +Elohism +Elohist +Elohistic +eloign +eloigner +eloignment +Eloise +Elon +elongate +elongated +elongation +elongative +Elonite +elope +elopement +eloper +Elopidae +elops +eloquence +eloquent +eloquential +eloquently +eloquentness +Elotherium +elotillo +elpasolite +elpidite +Elric +els +Elsa +else +elsehow +elsewards +elseways +elsewhen +elsewhere +elsewheres +elsewhither +elsewise +Elsholtzia +elsin +elt +eluate +elucidate +elucidation +elucidative +elucidator +elucidatory +elucubrate +elucubration +elude +eluder +elusion +elusive +elusively +elusiveness +elusoriness +elusory +elute +elution +elutor +elutriate +elutriation +elutriator +eluvial +eluviate +eluviation +eluvium +elvan +elvanite +elvanitic +elver +elves +elvet +Elvira +Elvis +elvish +elvishly +Elwood +elydoric +Elymi +Elymus +Elysee +Elysia +elysia +Elysian +Elysiidae +Elysium +elytral +elytriferous +elytriform +elytrigerous +elytrin +elytrocele +elytroclasia +elytroid +elytron +elytroplastic +elytropolypus +elytroposis +elytrorhagia +elytrorrhagia +elytrorrhaphy +elytrostenosis +elytrotomy +elytrous +elytrum +Elzevir +Elzevirian +Em +em +emaciate +emaciation +emajagua +emanant +emanate +emanation +emanational +emanationism +emanationist +emanatism +emanatist +emanatistic +emanativ +emanative +emanatively +emanator +emanatory +emancipate +emancipation +emancipationist +emancipatist +emancipative +emancipator +emancipatory +emancipatress +emancipist +emandibulate +emanium +emarcid +emarginate +emarginately +emargination +Emarginula +emasculate +emasculation +emasculative +emasculator +emasculatory +Embadomonas +emball +emballonurid +Emballonuridae +emballonurine +embalm +embalmer +embalmment +embank +embankment +embannered +embar +embargo +embargoist +embark +embarkation +embarkment +embarras +embarrass +embarrassed +embarrassedly +embarrassing +embarrassingly +embarrassment +embarrel +embassage +embassy +embastioned +embathe +embatholithic +embattle +embattled +embattlement +embay +embayment +Embden +embed +embedment +embeggar +Embelia +embelic +embellish +embellisher +embellishment +ember +embergoose +Emberiza +emberizidae +Emberizinae +emberizine +embezzle +embezzlement +embezzler +Embiidae +Embiidina +embind +Embiodea +Embioptera +embiotocid +Embiotocidae +embiotocoid +embira +embitter +embitterer +embitterment +emblaze +emblazer +emblazon +emblazoner +emblazonment +emblazonry +emblem +emblema +emblematic +emblematical +emblematically +emblematicalness +emblematicize +emblematist +emblematize +emblematology +emblement +emblemist +emblemize +emblemology +emblic +emblossom +embodier +embodiment +embody +embog +emboitement +embolden +emboldener +embole +embolectomy +embolemia +embolic +emboliform +embolism +embolismic +embolismus +embolite +embolium +embolize +embolo +embololalia +Embolomeri +embolomerism +embolomerous +embolomycotic +embolum +embolus +emboly +emborder +emboscata +embosom +emboss +embossage +embosser +embossing +embossman +embossment +embosture +embottle +embouchure +embound +embow +embowed +embowel +emboweler +embowelment +embower +embowerment +embowment +embox +embrace +embraceable +embraceably +embracement +embraceor +embracer +embracery +embracing +embracingly +embracingness +embracive +embrail +embranchment +embrangle +embranglement +embrasure +embreathe +embreathement +Embrica +embright +embrittle +embrittlement +embroaden +embrocate +embrocation +embroider +embroiderer +embroideress +embroidery +embroil +embroiler +embroilment +embronze +embrown +embryectomy +embryo +embryocardia +embryoctonic +embryoctony +embryoferous +embryogenesis +embryogenetic +embryogenic +embryogeny +embryogony +embryographer +embryographic +embryography +embryoid +embryoism +embryologic +embryological +embryologically +embryologist +embryology +embryoma +embryon +embryonal +embryonary +embryonate +embryonated +embryonic +embryonically +embryoniferous +embryoniform +embryony +embryopathology +embryophagous +embryophore +Embryophyta +embryophyte +embryoplastic +embryoscope +embryoscopic +embryotega +embryotic +embryotome +embryotomy +embryotrophic +embryotrophy +embryous +embryulcia +embryulcus +embubble +embuia +embus +embusk +embuskin +emcee +eme +emeer +emeership +Emeline +emend +emendable +emendandum +emendate +emendation +emendator +emendatory +emender +emerald +emeraldine +emeraude +emerge +emergence +emergency +emergent +emergently +emergentness +Emerita +emerited +emeritus +emerize +emerse +emersed +emersion +Emersonian +Emersonianism +Emery +emery +Emesa +Emesidae +emesis +emetatrophia +emetic +emetically +emetine +emetocathartic +emetology +emetomorphine +emgalla +emication +emiction +emictory +emigrant +emigrate +emigration +emigrational +emigrationist +emigrative +emigrator +emigratory +emigree +Emil +Emilia +Emily +Emim +eminence +eminency +eminent +eminently +emir +emirate +emirship +emissarium +emissary +emissaryship +emissile +emission +emissive +emissivity +emit +emittent +emitter +Emm +Emma +emma +Emmanuel +emmarble +emmarvel +emmenagogic +emmenagogue +emmenic +emmeniopathy +emmenology +emmensite +Emmental +emmer +emmergoose +emmet +emmetrope +emmetropia +emmetropic +emmetropism +emmetropy +Emmett +emodin +emollescence +emolliate +emollient +emoloa +emolument +emolumental +emolumentary +emote +emotion +emotionable +emotional +emotionalism +emotionalist +emotionality +emotionalization +emotionalize +emotionally +emotioned +emotionist +emotionize +emotionless +emotionlessness +emotive +emotively +emotiveness +emotivity +empacket +empaistic +empall +empanel +empanelment +empanoply +empaper +emparadise +emparchment +empark +empasm +empathic +empathically +empathize +empathy +Empedoclean +empeirema +Empeo +emperor +emperorship +empery +Empetraceae +empetraceous +Empetrum +emphases +emphasis +emphasize +emphatic +emphatical +emphatically +emphaticalness +emphlysis +emphractic +emphraxis +emphysema +emphysematous +emphyteusis +emphyteuta +emphyteutic +empicture +Empididae +Empidonax +empiecement +Empire +empire +empirema +empiric +empirical +empiricalness +empiricism +empiricist +empirics +empiriocritcism +empiriocritical +empiriological +empirism +empiristic +emplace +emplacement +emplane +emplastic +emplastration +emplastrum +emplectite +empleomania +employ +employability +employable +employed +employee +employer +employless +employment +emplume +empocket +empodium +empoison +empoisonment +emporetic +emporeutic +emporia +emporial +emporium +empower +empowerment +empress +emprise +emprosthotonic +emprosthotonos +emprosthotonus +empt +emptier +emptily +emptiness +emptings +emptins +emption +emptional +emptor +empty +emptyhearted +emptysis +empurple +Empusa +empyema +empyemic +empyesis +empyocele +empyreal +empyrean +empyreuma +empyreumatic +empyreumatical +empyreumatize +empyromancy +emu +emulable +emulant +emulate +emulation +emulative +emulatively +emulator +emulatory +emulatress +emulgence +emulgent +emulous +emulously +emulousness +emulsibility +emulsible +emulsifiability +emulsifiable +emulsification +emulsifier +emulsify +emulsin +emulsion +emulsionize +emulsive +emulsoid +emulsor +emunctory +emundation +emyd +Emydea +emydian +Emydidae +Emydinae +Emydosauria +emydosaurian +Emys +en +enable +enablement +enabler +enact +enactable +enaction +enactive +enactment +enactor +enactory +enaena +enage +Enajim +enalid +Enaliornis +enaliosaur +Enaliosauria +enaliosaurian +enallachrome +enallage +enaluron +enam +enamber +enambush +enamdar +enamel +enameler +enameling +enamelist +enamelless +enamellist +enameloma +enamelware +enamor +enamorato +enamored +enamoredness +enamorment +enamourment +enanguish +enanthem +enanthema +enanthematous +enanthesis +enantiobiosis +enantioblastic +enantioblastous +enantiomer +enantiomeride +enantiomorph +enantiomorphic +enantiomorphism +enantiomorphous +enantiomorphously +enantiomorphy +enantiopathia +enantiopathic +enantiopathy +enantiosis +enantiotropic +enantiotropy +enantobiosis +enapt +enarbor +enarbour +enarch +enarched +enargite +enarm +enarme +enarthrodia +enarthrodial +enarthrosis +enate +enatic +enation +enbrave +encaenia +encage +encake +encalendar +encallow +encamp +encampment +encanker +encanthis +encapsulate +encapsulation +encapsule +encarditis +encarnadine +encarnalize +encarpium +encarpus +encase +encasement +encash +encashable +encashment +encasserole +encastage +encatarrhaphy +encauma +encaustes +encaustic +encaustically +encave +encefalon +Encelia +encell +encenter +encephala +encephalalgia +Encephalartos +encephalasthenia +encephalic +encephalin +encephalitic +encephalitis +encephalocele +encephalocoele +encephalodialysis +encephalogram +encephalograph +encephalography +encephaloid +encephalolith +encephalology +encephaloma +encephalomalacia +encephalomalacosis +encephalomalaxis +encephalomeningitis +encephalomeningocele +encephalomere +encephalomeric +encephalometer +encephalometric +encephalomyelitis +encephalomyelopathy +encephalon +encephalonarcosis +encephalopathia +encephalopathic +encephalopathy +encephalophyma +encephalopsychesis +encephalopyosis +encephalorrhagia +encephalosclerosis +encephaloscope +encephaloscopy +encephalosepsis +encephalospinal +encephalothlipsis +encephalotome +encephalotomy +encephalous +enchain +enchainment +enchair +enchalice +enchannel +enchant +enchanter +enchanting +enchantingly +enchantingness +enchantment +enchantress +encharge +encharnel +enchase +enchaser +enchasten +Enchelycephali +enchequer +enchest +enchilada +enchiridion +Enchodontid +Enchodontidae +Enchodontoid +Enchodus +enchondroma +enchondromatous +enchondrosis +enchorial +enchurch +enchylema +enchylematous +enchymatous +enchytrae +enchytraeid +Enchytraeidae +Enchytraeus +encina +encinal +encincture +encinder +encinillo +encipher +encircle +encirclement +encircler +encist +encitadel +enclaret +enclasp +enclave +enclavement +enclisis +enclitic +enclitical +enclitically +encloak +encloister +enclose +encloser +enclosure +enclothe +encloud +encoach +encode +encoffin +encoignure +encoil +encolden +encollar +encolor +encolpion +encolumn +encomendero +encomia +encomiast +encomiastic +encomiastical +encomiastically +encomic +encomienda +encomiologic +encomium +encommon +encompass +encompasser +encompassment +encoop +encorbelment +encore +encoronal +encoronate +encoronet +encounter +encounterable +encounterer +encourage +encouragement +encourager +encouraging +encouragingly +encowl +encraal +encradle +encranial +encratic +Encratism +Encratite +encraty +encreel +encrimson +encrinal +encrinic +Encrinidae +encrinidae +encrinital +encrinite +encrinitic +encrinitical +encrinoid +Encrinoidea +Encrinus +encrisp +encroach +encroacher +encroachingly +encroachment +encrotchet +encrown +encrownment +encrust +encrustment +encrypt +encryption +encuirassed +encumber +encumberer +encumberingly +encumberment +encumbrance +encumbrancer +encup +encurl +encurtain +encushion +encyclic +encyclical +encyclopedia +encyclopediac +encyclopediacal +encyclopedial +encyclopedian +encyclopediast +encyclopedic +encyclopedically +encyclopedism +encyclopedist +encyclopedize +encyrtid +Encyrtidae +encyst +encystation +encystment +end +endable +endamage +endamageable +endamagement +endamask +endameba +endamebic +Endamoeba +endamoebiasis +endamoebic +Endamoebidae +endanger +endangerer +endangerment +endangium +endaortic +endaortitis +endarch +endarchy +endarterial +endarteritis +endarterium +endaspidean +endaze +endboard +endbrain +endear +endearance +endeared +endearedly +endearedness +endearing +endearingly +endearingness +endearment +endeavor +endeavorer +ended +endeictic +endellionite +endemial +endemic +endemically +endemicity +endemiological +endemiology +endemism +endenizen +ender +endere +endermatic +endermic +endermically +enderon +enderonic +endevil +endew +endgate +endiadem +endiaper +ending +endite +endive +endless +endlessly +endlessness +endlichite +endlong +endmatcher +endmost +endoabdominal +endoangiitis +endoaortitis +endoappendicitis +endoarteritis +endoauscultation +endobatholithic +endobiotic +endoblast +endoblastic +endobronchial +endobronchially +endobronchitis +endocannibalism +endocardiac +endocardial +endocarditic +endocarditis +endocardium +endocarp +endocarpal +endocarpic +endocarpoid +endocellular +endocentric +Endoceras +Endoceratidae +endoceratite +endoceratitic +endocervical +endocervicitis +endochondral +endochorion +endochorionic +endochrome +endochylous +endoclinal +endocline +endocoelar +endocoele +endocoeliac +endocolitis +endocolpitis +endocondensation +endocone +endoconidium +endocorpuscular +endocortex +endocranial +endocranium +endocrinal +endocrine +endocrinic +endocrinism +endocrinological +endocrinologist +endocrinology +endocrinopathic +endocrinopathy +endocrinotherapy +endocrinous +endocritic +endocycle +endocyclic +endocyemate +endocyst +endocystitis +endoderm +endodermal +endodermic +endodermis +endodontia +endodontic +endodontist +endodynamomorphic +endoenteritis +endoenzyme +endoesophagitis +endofaradism +endogalvanism +endogamic +endogamous +endogamy +endogastric +endogastrically +endogastritis +endogen +Endogenae +endogenesis +endogenetic +endogenic +endogenous +endogenously +endogeny +endoglobular +endognath +endognathal +endognathion +endogonidium +endointoxication +endokaryogamy +endolabyrinthitis +endolaryngeal +endolemma +endolumbar +endolymph +endolymphangial +endolymphatic +endolymphic +endolysin +endomastoiditis +endome +endomesoderm +endometrial +endometritis +endometrium +endometry +endomitosis +endomitotic +endomixis +endomorph +endomorphic +endomorphism +endomorphy +Endomyces +Endomycetaceae +endomysial +endomysium +endoneurial +endoneurium +endonuclear +endonucleolus +endoparasite +endoparasitic +Endoparasitica +endopathic +endopelvic +endopericarditis +endoperidial +endoperidium +endoperitonitis +endophagous +endophagy +endophasia +endophasic +endophlebitis +endophragm +endophragmal +Endophyllaceae +endophyllous +Endophyllum +endophytal +endophyte +endophytic +endophytically +endophytous +endoplasm +endoplasma +endoplasmic +endoplast +endoplastron +endoplastular +endoplastule +endopleura +endopleural +endopleurite +endopleuritic +endopod +endopodite +endopoditic +endoproct +Endoprocta +endoproctous +endopsychic +Endopterygota +endopterygote +endopterygotic +endopterygotism +endopterygotous +endorachis +endoral +endore +endorhinitis +endorsable +endorsation +endorse +endorsed +endorsee +endorsement +endorser +endorsingly +endosalpingitis +endosarc +endosarcode +endosarcous +endosclerite +endoscope +endoscopic +endoscopy +endosecretory +endosepsis +endosiphon +endosiphonal +endosiphonate +endosiphuncle +endoskeletal +endoskeleton +endosmometer +endosmometric +endosmosic +endosmosis +endosmotic +endosmotically +endosome +endosperm +endospermic +endospore +endosporium +endosporous +endoss +endosteal +endosteally +endosteitis +endosteoma +endosternite +endosternum +endosteum +endostitis +endostoma +endostome +endostosis +endostracal +endostracum +endostylar +endostyle +endostylic +endotheca +endothecal +endothecate +endothecial +endothecium +endothelia +endothelial +endothelioblastoma +endotheliocyte +endothelioid +endotheliolysin +endotheliolytic +endothelioma +endotheliomyoma +endotheliomyxoma +endotheliotoxin +endothelium +endothermal +endothermic +endothermous +endothermy +Endothia +endothoracic +endothorax +Endothrix +endothys +endotoxic +endotoxin +endotoxoid +endotracheitis +endotrachelitis +Endotrophi +endotrophic +endotys +endovaccination +endovasculitis +endovenous +endow +endower +endowment +endozoa +endpiece +Endromididae +Endromis +endue +enduement +endungeon +endura +endurability +endurable +endurableness +endurably +endurance +endurant +endure +endurer +enduring +enduringly +enduringness +endways +endwise +endyma +endymal +Endymion +endysis +Eneas +eneclann +enema +enemy +enemylike +enemyship +enepidermic +energeia +energesis +energetic +energetical +energetically +energeticalness +energeticist +energetics +energetistic +energic +energical +energid +energism +energist +energize +energizer +energumen +energumenon +energy +enervate +enervation +enervative +enervator +eneuch +eneugh +enface +enfacement +enfamous +enfasten +enfatico +enfeature +enfeeble +enfeeblement +enfeebler +enfelon +enfeoff +enfeoffment +enfester +enfetter +enfever +enfigure +enfilade +enfilading +enfile +enfiled +enflagellate +enflagellation +enflesh +enfleurage +enflower +enfoil +enfold +enfolden +enfolder +enfoldment +enfonced +enforce +enforceability +enforceable +enforced +enforcedly +enforcement +enforcer +enforcibility +enforcible +enforcingly +enfork +enfoul +enframe +enframement +enfranchisable +enfranchise +enfranchisement +enfranchiser +enfree +enfrenzy +enfuddle +enfurrow +engage +engaged +engagedly +engagedness +engagement +engager +engaging +engagingly +engagingness +engaol +engarb +engarble +engarland +engarment +engarrison +engastrimyth +engastrimythic +engaud +engaze +Engelmannia +engem +engender +engenderer +engenderment +engerminate +enghosted +engild +engine +engineer +engineering +engineership +enginehouse +engineless +enginelike +engineman +enginery +enginous +engird +engirdle +engirt +engjateigur +englacial +englacially +englad +engladden +Englander +Engler +Englerophoenix +Englifier +Englify +English +Englishable +Englisher +Englishhood +Englishism +Englishize +Englishly +Englishman +Englishness +Englishry +Englishwoman +englobe +englobement +engloom +englory +englut +englyn +engnessang +engobe +engold +engolden +engore +engorge +engorgement +engouled +engrace +engraff +engraft +engraftation +engrafter +engraftment +engrail +engrailed +engrailment +engrain +engrained +engrainedly +engrainer +engram +engramma +engrammatic +engrammic +engrandize +engrandizement +engraphia +engraphic +engraphically +engraphy +engrapple +engrasp +Engraulidae +Engraulis +engrave +engraved +engravement +engraver +engraving +engreen +engrieve +engroove +engross +engrossed +engrossedly +engrosser +engrossing +engrossingly +engrossingness +engrossment +enguard +engulf +engulfment +engyscope +engysseismology +Engystomatidae +enhallow +enhalo +enhamper +enhance +enhanced +enhancement +enhancer +enhancive +enharmonic +enharmonical +enharmonically +enhat +enhaunt +enhearse +enheart +enhearten +enhedge +enhelm +enhemospore +enherit +enheritage +enheritance +enhorror +enhunger +enhusk +Enhydra +Enhydrinae +Enhydris +enhydrite +enhydritic +enhydros +enhydrous +enhypostasia +enhypostasis +enhypostatic +enhypostatize +eniac +Enicuridae +Enid +Enif +enigma +enigmatic +enigmatical +enigmatically +enigmaticalness +enigmatist +enigmatization +enigmatize +enigmatographer +enigmatography +enigmatology +enisle +enjail +enjamb +enjambed +enjambment +enjelly +enjeopard +enjeopardy +enjewel +enjoin +enjoinder +enjoiner +enjoinment +enjoy +enjoyable +enjoyableness +enjoyably +enjoyer +enjoying +enjoyingly +enjoyment +enkerchief +enkernel +Enki +Enkidu +enkindle +enkindler +enkraal +enlace +enlacement +enlard +enlarge +enlargeable +enlargeableness +enlarged +enlargedly +enlargedness +enlargement +enlarger +enlarging +enlargingly +enlaurel +enleaf +enleague +enlevement +enlief +enlife +enlight +enlighten +enlightened +enlightenedly +enlightenedness +enlightener +enlightening +enlighteningly +enlightenment +enlink +enlinkment +enlist +enlisted +enlister +enlistment +enliven +enlivener +enlivening +enliveningly +enlivenment +enlock +enlodge +enlodgement +enmarble +enmask +enmass +enmesh +enmeshment +enmist +enmity +enmoss +enmuffle +enneacontahedral +enneacontahedron +ennead +enneadianome +enneadic +enneagon +enneagynous +enneahedral +enneahedria +enneahedron +enneapetalous +enneaphyllous +enneasemic +enneasepalous +enneaspermous +enneastyle +enneastylos +enneasyllabic +enneateric +enneatic +enneatical +ennerve +enniche +ennoble +ennoblement +ennobler +ennobling +ennoblingly +ennoic +ennomic +ennui +Enoch +Enochic +enocyte +enodal +enodally +enoil +enol +enolate +enolic +enolizable +enolization +enolize +enomania +enomaniac +enomotarch +enomoty +enophthalmos +enophthalmus +Enopla +enoplan +enoptromancy +enorganic +enorm +enormity +enormous +enormously +enormousness +Enos +enostosis +enough +enounce +enouncement +enow +enphytotic +enplane +enquicken +enquire +enquirer +enquiry +enrace +enrage +enraged +enragedly +enragement +enrange +enrank +enrapt +enrapture +enrapturer +enravish +enravishingly +enravishment +enray +enregiment +enregister +enregistration +enregistry +enrib +enrich +enricher +enriching +enrichingly +enrichment +enring +enrive +enrobe +enrobement +enrober +enrockment +enrol +enroll +enrolled +enrollee +enroller +enrollment +enrolment +enroot +enrough +enruin +enrut +ens +ensaffron +ensaint +ensample +ensand +ensandal +ensanguine +ensate +enscene +ensconce +enscroll +ensculpture +ense +enseam +enseat +enseem +ensellure +ensemble +ensepulcher +ensepulchre +enseraph +enserf +ensete +enshade +enshadow +enshawl +ensheathe +enshell +enshelter +enshield +enshrine +enshrinement +enshroud +Ensiferi +ensiform +ensign +ensigncy +ensignhood +ensignment +ensignry +ensignship +ensilage +ensilate +ensilation +ensile +ensilist +ensilver +ensisternum +ensky +enslave +enslavedness +enslavement +enslaver +ensmall +ensnare +ensnarement +ensnarer +ensnaring +ensnaringly +ensnarl +ensnow +ensorcelize +ensorcell +ensoul +enspell +ensphere +enspirit +enstamp +enstar +enstate +enstatite +enstatitic +enstatolite +ensteel +enstool +enstore +enstrengthen +ensuable +ensuance +ensuant +ensue +ensuer +ensuingly +ensulphur +ensure +ensurer +enswathe +enswathement +ensweep +entablature +entablatured +entablement +entach +entad +Entada +entail +entailable +entailer +entailment +ental +entame +Entamoeba +entamoebiasis +entamoebic +entangle +entangled +entangledly +entangledness +entanglement +entangler +entangling +entanglingly +entapophysial +entapophysis +entarthrotic +entasia +entasis +entelam +entelechy +entellus +Entelodon +entelodont +entempest +entemple +entente +Ententophil +entepicondylar +enter +enterable +enteraden +enteradenographic +enteradenography +enteradenological +enteradenology +enteral +enteralgia +enterate +enterauxe +enterclose +enterectomy +enterer +entergogenic +enteria +enteric +entericoid +entering +enteritidis +enteritis +entermete +enteroanastomosis +enterobiliary +enterocele +enterocentesis +enterochirurgia +enterochlorophyll +enterocholecystostomy +enterocinesia +enterocinetic +enterocleisis +enteroclisis +enteroclysis +Enterocoela +enterocoele +enterocoelic +enterocoelous +enterocolitis +enterocolostomy +enterocrinin +enterocyst +enterocystoma +enterodynia +enteroepiplocele +enterogastritis +enterogastrone +enterogenous +enterogram +enterograph +enterography +enterohelcosis +enterohemorrhage +enterohepatitis +enterohydrocele +enteroid +enterointestinal +enteroischiocele +enterokinase +enterokinesia +enterokinetic +enterolith +enterolithiasis +Enterolobium +enterology +enteromegalia +enteromegaly +enteromere +enteromesenteric +Enteromorpha +enteromycosis +enteromyiasis +enteron +enteroneuritis +enteroparalysis +enteroparesis +enteropathy +enteropexia +enteropexy +enterophthisis +enteroplasty +enteroplegia +enteropneust +Enteropneusta +enteropneustan +enteroptosis +enteroptotic +enterorrhagia +enterorrhaphy +enterorrhea +enteroscope +enterosepsis +enterospasm +enterostasis +enterostenosis +enterostomy +enterosyphilis +enterotome +enterotomy +enterotoxemia +enterotoxication +enterozoa +enterozoan +enterozoic +enterprise +enterpriseless +enterpriser +enterprising +enterprisingly +enterritoriality +entertain +entertainable +entertainer +entertaining +entertainingly +entertainingness +entertainment +enthalpy +entheal +enthelmintha +enthelminthes +enthelminthic +enthetic +enthral +enthraldom +enthrall +enthralldom +enthraller +enthralling +enthrallingly +enthrallment +enthralment +enthrone +enthronement +enthronization +enthronize +enthuse +enthusiasm +enthusiast +enthusiastic +enthusiastical +enthusiastically +enthusiastly +enthymematic +enthymematical +enthymeme +entia +entice +enticeable +enticeful +enticement +enticer +enticing +enticingly +enticingness +entifical +entification +entify +entincture +entire +entirely +entireness +entirety +entiris +entitative +entitatively +entitle +entitlement +entity +entoblast +entoblastic +entobranchiate +entobronchium +entocalcaneal +entocarotid +entocele +entocnemial +entocoele +entocoelic +entocondylar +entocondyle +entocondyloid +entocone +entoconid +entocornea +entocranial +entocuneiform +entocuniform +entocyemate +entocyst +entoderm +entodermal +entodermic +entogastric +entogenous +entoglossal +entohyal +entoil +entoilment +Entoloma +entomb +entombment +entomere +entomeric +entomic +entomical +entomion +entomogenous +entomoid +entomologic +entomological +entomologically +entomologist +entomologize +entomology +Entomophaga +entomophagan +entomophagous +Entomophila +entomophilous +entomophily +Entomophthora +Entomophthoraceae +entomophthoraceous +Entomophthorales +entomophthorous +entomophytous +Entomosporium +Entomostraca +entomostracan +entomostracous +entomotaxy +entomotomist +entomotomy +entone +entonement +entoolitic +entoparasite +entoparasitic +entoperipheral +entophytal +entophyte +entophytic +entophytically +entophytous +entopic +entopical +entoplasm +entoplastic +entoplastral +entoplastron +entopopliteal +Entoprocta +entoproctous +entopterygoid +entoptic +entoptical +entoptically +entoptics +entoptoscope +entoptoscopic +entoptoscopy +entoretina +entorganism +entosarc +entosclerite +entosphenal +entosphenoid +entosphere +entosternal +entosternite +entosternum +entothorax +entotic +Entotrophi +entotympanic +entourage +entozoa +entozoal +entozoan +entozoarian +entozoic +entozoological +entozoologically +entozoologist +entozoology +entozoon +entracte +entrail +entrails +entrain +entrainer +entrainment +entrammel +entrance +entrancedly +entrancement +entranceway +entrancing +entrancingly +entrant +entrap +entrapment +entrapper +entrappingly +entreasure +entreat +entreating +entreatingly +entreatment +entreaty +entree +entremets +entrench +entrenchment +entrepas +entrepot +entrepreneur +entrepreneurial +entrepreneurship +entresol +entrochite +entrochus +entropion +entropionize +entropium +entropy +entrough +entrust +entrustment +entry +entryman +entryway +enturret +entwine +entwinement +entwist +Entyloma +enucleate +enucleation +enucleator +Enukki +enumerable +enumerate +enumeration +enumerative +enumerator +enunciability +enunciable +enunciate +enunciation +enunciative +enunciatively +enunciator +enunciatory +enure +enuresis +enuretic +enurny +envapor +envapour +envassal +envassalage +envault +enveil +envelop +envelope +enveloper +envelopment +envenom +envenomation +enverdure +envermeil +enviable +enviableness +enviably +envied +envier +envineyard +envious +enviously +enviousness +environ +environage +environal +environic +environment +environmental +environmentalism +environmentalist +environmentally +environs +envisage +envisagement +envision +envolume +envoy +envoyship +envy +envying +envyingly +enwallow +enwiden +enwind +enwisen +enwoman +enwomb +enwood +enworthed +enwound +enwrap +enwrapment +enwreathe +enwrite +enwrought +enzone +enzootic +enzooty +enzym +enzymatic +enzyme +enzymic +enzymically +enzymologist +enzymology +enzymolysis +enzymolytic +enzymosis +enzymotic +eoan +Eoanthropus +Eocarboniferous +Eocene +Eodevonian +Eogaea +Eogaean +Eoghanacht +Eohippus +eolation +eolith +eolithic +Eomecon +eon +eonism +Eopalaeozoic +Eopaleozoic +eophyte +eophytic +eophyton +eorhyolite +eosate +Eosaurus +eoside +eosin +eosinate +eosinic +eosinoblast +eosinophile +eosinophilia +eosinophilic +eosinophilous +eosphorite +Eozoic +eozoon +eozoonal +epacmaic +epacme +epacrid +Epacridaceae +epacridaceous +Epacris +epact +epactal +epagoge +epagogic +epagomenae +epagomenal +epagomenic +epagomenous +epaleaceous +epalpate +epanadiplosis +Epanagoge +epanalepsis +epanaleptic +epanaphora +epanaphoral +epanastrophe +epanisognathism +epanisognathous +epanodos +epanody +Epanorthidae +epanorthosis +epanorthotic +epanthous +epapillate +epappose +eparch +eparchate +Eparchean +eparchial +eparchy +eparcuale +eparterial +epaule +epaulement +epaulet +epauleted +epauletted +epauliere +epaxial +epaxially +epedaphic +epee +epeeist +Epeira +epeiric +epeirid +Epeiridae +epeirogenesis +epeirogenetic +epeirogenic +epeirogeny +epeisodion +epembryonic +epencephal +epencephalic +epencephalon +ependyma +ependymal +ependyme +ependymitis +ependymoma +ependytes +epenthesis +epenthesize +epenthetic +epephragmal +epepophysial +epepophysis +epergne +eperotesis +Eperua +epexegesis +epexegetic +epexegetical +epexegetically +epha +ephah +epharmonic +epharmony +ephebe +ephebeion +ephebeum +ephebic +ephebos +ephebus +ephectic +Ephedra +Ephedraceae +ephedrine +ephelcystic +ephelis +Ephemera +ephemera +ephemerae +ephemeral +ephemerality +ephemerally +ephemeralness +ephemeran +ephemerid +Ephemerida +Ephemeridae +ephemerides +ephemeris +ephemerist +ephemeromorph +ephemeromorphic +ephemeron +Ephemeroptera +ephemerous +Ephesian +Ephesine +ephetae +ephete +ephetic +ephialtes +ephidrosis +ephippial +ephippium +ephod +ephor +ephoral +ephoralty +ephorate +ephoric +ephorship +ephorus +ephphatha +Ephraim +Ephraimite +Ephraimitic +Ephraimitish +Ephraitic +Ephrathite +Ephthalite +Ephthianura +ephthianure +Ephydra +ephydriad +ephydrid +Ephydridae +ephymnium +ephyra +ephyrula +epibasal +Epibaterium +epibatholithic +epibenthic +epibenthos +epiblast +epiblastema +epiblastic +epiblema +epibole +epibolic +epibolism +epiboly +epiboulangerite +epibranchial +epic +epical +epically +epicalyx +epicanthic +epicanthus +epicardia +epicardiac +epicardial +epicardium +epicarid +epicaridan +Epicaridea +Epicarides +epicarp +Epicauta +epicede +epicedial +epicedian +epicedium +epicele +epicene +epicenism +epicenity +epicenter +epicentral +epicentrum +Epiceratodus +epicerebral +epicheirema +epichil +epichile +epichilium +epichindrotic +epichirema +epichondrosis +epichordal +epichorial +epichoric +epichorion +epichoristic +Epichristian +epicism +epicist +epiclastic +epicleidian +epicleidium +epiclesis +epiclidal +epiclinal +epicly +epicnemial +Epicoela +epicoelar +epicoele +epicoelia +epicoeliac +epicoelian +epicoeloma +epicoelous +epicolic +epicondylar +epicondyle +epicondylian +epicondylic +epicontinental +epicoracohumeral +epicoracoid +epicoracoidal +epicormic +epicorolline +epicortical +epicostal +epicotyl +epicotyleal +epicotyledonary +epicranial +epicranium +epicranius +Epicrates +epicrisis +epicritic +epicrystalline +Epictetian +epicure +Epicurean +Epicureanism +epicurish +epicurishly +Epicurism +Epicurize +epicycle +epicyclic +epicyclical +epicycloid +epicycloidal +epicyemate +epicyesis +epicystotomy +epicyte +epideictic +epideictical +epideistic +epidemic +epidemical +epidemically +epidemicalness +epidemicity +epidemiographist +epidemiography +epidemiological +epidemiologist +epidemiology +epidemy +epidendral +epidendric +Epidendron +Epidendrum +epiderm +epiderma +epidermal +epidermatic +epidermatoid +epidermatous +epidermic +epidermical +epidermically +epidermidalization +epidermis +epidermization +epidermoid +epidermoidal +epidermolysis +epidermomycosis +Epidermophyton +epidermophytosis +epidermose +epidermous +epidesmine +epidialogue +epidiascope +epidiascopic +epidictic +epidictical +epididymal +epididymectomy +epididymis +epididymite +epididymitis +epididymodeferentectomy +epididymodeferential +epididymovasostomy +epidiorite +epidiorthosis +epidosite +epidote +epidotic +epidotiferous +epidotization +epidural +epidymides +epifascial +epifocal +epifolliculitis +Epigaea +epigamic +epigaster +epigastraeum +epigastral +epigastrial +epigastric +epigastrical +epigastriocele +epigastrium +epigastrocele +epigeal +epigean +epigeic +epigene +epigenesis +epigenesist +epigenetic +epigenetically +epigenic +epigenist +epigenous +epigeous +epiglottal +epiglottic +epiglottidean +epiglottiditis +epiglottis +epiglottitis +epignathous +epigonal +epigonation +epigone +Epigoni +epigonic +Epigonichthyidae +Epigonichthys +epigonium +epigonos +epigonous +Epigonus +epigram +epigrammatic +epigrammatical +epigrammatically +epigrammatism +epigrammatist +epigrammatize +epigrammatizer +epigraph +epigrapher +epigraphic +epigraphical +epigraphically +epigraphist +epigraphy +epiguanine +epigyne +epigynous +epigynum +epigyny +Epihippus +epihyal +epihydric +epihydrinic +epikeia +epiklesis +Epikouros +epilabrum +Epilachna +Epilachnides +epilamellar +epilaryngeal +epilate +epilation +epilatory +epilegomenon +epilemma +epilemmal +epilepsy +epileptic +epileptically +epileptiform +epileptogenic +epileptogenous +epileptoid +epileptologist +epileptology +epilimnion +epilobe +Epilobiaceae +Epilobium +epilogation +epilogic +epilogical +epilogist +epilogistic +epilogize +epilogue +Epimachinae +epimacus +epimandibular +epimanikia +Epimedium +Epimenidean +epimer +epimeral +epimere +epimeric +epimeride +epimerite +epimeritic +epimeron +epimerum +epimorphic +epimorphosis +epimysium +epimyth +epinaos +epinastic +epinastically +epinasty +epineolithic +Epinephelidae +Epinephelus +epinephrine +epinette +epineural +epineurial +epineurium +epinglette +epinicial +epinician +epinicion +epinine +epiopticon +epiotic +Epipactis +epipaleolithic +epiparasite +epiparodos +epipastic +epiperipheral +epipetalous +epiphanous +Epiphany +epipharyngeal +epipharynx +Epiphegus +epiphenomenal +epiphenomenalism +epiphenomenalist +epiphenomenon +epiphloedal +epiphloedic +epiphloeum +epiphonema +epiphora +epiphragm +epiphylline +epiphyllous +Epiphyllum +epiphysary +epiphyseal +epiphyseolysis +epiphysial +epiphysis +epiphysitis +epiphytal +epiphyte +epiphytic +epiphytical +epiphytically +epiphytism +epiphytology +epiphytotic +epiphytous +epipial +epiplankton +epiplanktonic +epiplasm +epiplasmic +epiplastral +epiplastron +epiplectic +epipleura +epipleural +epiplexis +epiploce +epiplocele +epiploic +epiploitis +epiploon +epiplopexy +epipodial +epipodiale +epipodite +epipoditic +epipodium +epipolic +epipolism +epipolize +epiprecoracoid +Epipsychidion +epipteric +epipterous +epipterygoid +epipubic +epipubis +epirhizous +epirogenic +epirogeny +Epirote +Epirotic +epirotulian +epirrhema +epirrhematic +epirrheme +episarcine +episcenium +episclera +episcleral +episcleritis +episcopable +episcopacy +Episcopal +episcopal +episcopalian +Episcopalianism +Episcopalianize +episcopalism +episcopality +Episcopally +episcopally +episcopate +episcopature +episcope +episcopicide +episcopization +episcopize +episcopolatry +episcotister +episematic +episepalous +episiocele +episiohematoma +episioplasty +episiorrhagia +episiorrhaphy +episiostenosis +episiotomy +episkeletal +episkotister +episodal +episode +episodial +episodic +episodical +episodically +epispadiac +epispadias +epispastic +episperm +epispermic +epispinal +episplenitis +episporangium +epispore +episporium +epistapedial +epistasis +epistatic +epistaxis +epistemic +epistemolog +epistemological +epistemologically +epistemologist +epistemology +epistemonic +epistemonical +epistemophilia +epistemophiliac +epistemophilic +episternal +episternalia +episternite +episternum +epistilbite +epistlar +epistle +epistler +epistolarian +epistolarily +epistolary +epistolatory +epistoler +epistolet +epistolic +epistolical +epistolist +epistolizable +epistolization +epistolize +epistolizer +epistolographer +epistolographic +epistolographist +epistolography +epistoma +epistomal +epistome +epistomian +epistroma +epistrophe +epistropheal +epistropheus +epistrophic +epistrophy +epistylar +epistyle +Epistylis +episyllogism +episynaloephe +episynthetic +episyntheton +epitactic +epitaph +epitapher +epitaphial +epitaphian +epitaphic +epitaphical +epitaphist +epitaphize +epitaphless +epitasis +epitela +epitendineum +epitenon +epithalamia +epithalamial +epithalamiast +epithalamic +epithalamion +epithalamium +epithalamize +epithalamus +epithalamy +epithalline +epitheca +epithecal +epithecate +epithecium +epithelia +epithelial +epithelioblastoma +epithelioceptor +epitheliogenetic +epithelioglandular +epithelioid +epitheliolysin +epitheliolysis +epitheliolytic +epithelioma +epitheliomatous +epitheliomuscular +epitheliosis +epitheliotoxin +epithelium +epithelization +epithelize +epitheloid +epithem +epithesis +epithet +epithetic +epithetical +epithetically +epithetician +epithetize +epitheton +epithumetic +epithyme +epithymetic +epithymetical +epitimesis +epitoke +epitomator +epitomatory +epitome +epitomic +epitomical +epitomically +epitomist +epitomization +epitomize +epitomizer +epitonic +Epitoniidae +epitonion +Epitonium +epitoxoid +epitrachelion +epitrichial +epitrichium +epitrite +epitritic +epitrochlea +epitrochlear +epitrochoid +epitrochoidal +epitrope +epitrophic +epitrophy +epituberculosis +epituberculous +epitympanic +epitympanum +epityphlitis +epityphlon +epiural +epivalve +epixylous +epizeuxis +Epizoa +epizoa +epizoal +epizoan +epizoarian +epizoic +epizoicide +epizoon +epizootic +epizootiology +epoch +epocha +epochal +epochally +epochism +epochist +epode +epodic +epollicate +Epomophorus +eponychium +eponym +eponymic +eponymism +eponymist +eponymize +eponymous +eponymus +eponymy +epoophoron +epopee +epopoean +epopoeia +epopoeist +epopt +epoptes +epoptic +epoptist +epornitic +epornitically +epos +Eppie +Eppy +Eproboscidea +epruinose +epsilon +Epsom +epsomite +Eptatretidae +Eptatretus +epulary +epulation +epulis +epulo +epuloid +epulosis +epulotic +epupillate +epural +epurate +epuration +epyllion +equability +equable +equableness +equably +equaeval +equal +equalable +equaling +equalist +equalitarian +equalitarianism +equality +equalization +equalize +equalizer +equalizing +equalling +equally +equalness +equangular +equanimity +equanimous +equanimously +equanimousness +equant +equatable +equate +equation +equational +equationally +equationism +equationist +equator +equatorial +equatorially +equatorward +equatorwards +equerry +equerryship +equestrial +equestrian +equestrianism +equestrianize +equestrianship +equestrienne +equianchorate +equiangle +equiangular +equiangularity +equianharmonic +equiarticulate +equiatomic +equiaxed +equiaxial +equibalance +equibiradiate +equicellular +equichangeable +equicohesive +equiconvex +equicostate +equicrural +equicurve +equid +equidense +equidensity +equidiagonal +equidifferent +equidimensional +equidistance +equidistant +equidistantial +equidistantly +equidistribution +equidiurnal +equidivision +equidominant +equidurable +equielliptical +equiexcellency +equiform +equiformal +equiformity +equiglacial +equigranular +equijacent +equilateral +equilaterally +equilibrant +equilibrate +equilibration +equilibrative +equilibrator +equilibratory +equilibria +equilibrial +equilibriate +equilibrio +equilibrious +equilibrist +equilibristat +equilibristic +equilibrity +equilibrium +equilibrize +equilobate +equilobed +equilocation +equilucent +equimodal +equimolar +equimolecular +equimomental +equimultiple +equinate +equine +equinecessary +equinely +equinia +equinity +equinoctial +equinoctially +equinovarus +equinox +equinumerally +equinus +equiomnipotent +equip +equipaga +equipage +equiparant +equiparate +equiparation +equipartile +equipartisan +equipartition +equiped +equipedal +equiperiodic +equipluve +equipment +equipoise +equipollence +equipollency +equipollent +equipollently +equipollentness +equiponderance +equiponderancy +equiponderant +equiponderate +equiponderation +equipostile +equipotent +equipotential +equipotentiality +equipper +equiprobabilism +equiprobabilist +equiprobability +equiproducing +equiproportional +equiproportionality +equiradial +equiradiate +equiradical +equirotal +equisegmented +Equisetaceae +equisetaceous +Equisetales +equisetic +Equisetum +equisided +equisignal +equisized +equison +equisonance +equisonant +equispaced +equispatial +equisufficiency +equisurface +equitable +equitableness +equitably +equitangential +equitant +equitation +equitative +equitemporal +equitemporaneous +equites +equitist +equitriangular +equity +equivalence +equivalenced +equivalency +equivalent +equivalently +equivaliant +equivalue +equivaluer +equivalve +equivalved +equivalvular +equivelocity +equivocacy +equivocal +equivocality +equivocally +equivocalness +equivocate +equivocatingly +equivocation +equivocator +equivocatory +equivoluminal +equivoque +equivorous +equivote +equoid +equoidean +equuleus +Equus +er +era +erade +eradiate +eradiation +eradicable +eradicant +eradicate +eradication +eradicative +eradicator +eradicatory +eradiculose +Eragrostis +eral +eranist +Eranthemum +Eranthis +erasable +erase +erased +erasement +eraser +erasion +Erasmian +Erasmus +Erastian +Erastianism +Erastianize +Erastus +erasure +Erava +erbia +erbium +erd +erdvark +ere +Erechtheum +Erechtheus +Erechtites +erect +erectable +erecter +erectile +erectility +erecting +erection +erective +erectly +erectness +erectopatent +erector +erelong +eremacausis +Eremian +eremic +eremital +eremite +eremiteship +eremitic +eremitical +eremitish +eremitism +Eremochaeta +eremochaetous +eremology +eremophyte +Eremopteris +Eremurus +erenach +erenow +erepsin +erept +ereptase +ereptic +ereption +erethic +erethisia +erethism +erethismic +erethistic +erethitic +Erethizon +Erethizontidae +Eretrian +erewhile +erewhiles +erg +ergal +ergamine +Ergane +ergasia +ergasterion +ergastic +ergastoplasm +ergastoplasmic +ergastulum +ergatandromorph +ergatandromorphic +ergatandrous +ergatandry +ergates +ergatocracy +ergatocrat +ergatogyne +ergatogynous +ergatogyny +ergatoid +ergatomorph +ergatomorphic +ergatomorphism +ergmeter +ergodic +ergogram +ergograph +ergographic +ergoism +ergology +ergomaniac +ergometer +ergometric +ergometrine +ergon +ergonovine +ergophile +ergophobia +ergophobiac +ergoplasm +ergostat +ergosterin +ergosterol +ergot +ergotamine +ergotaminine +ergoted +ergothioneine +ergotic +ergotin +ergotinine +ergotism +ergotist +ergotization +ergotize +ergotoxin +ergotoxine +ergusia +eria +Erian +Erianthus +Eric +eric +Erica +Ericaceae +ericaceous +ericad +erical +Ericales +ericetal +ericeticolous +ericetum +erichthus +erichtoid +ericineous +ericius +Erick +ericoid +ericolin +ericophyte +Eridanid +Erie +Erigenia +Erigeron +erigible +Eriglossa +eriglossate +Erik +erika +erikite +Erinaceidae +erinaceous +Erinaceus +erineum +erinite +Erinize +erinose +Eriobotrya +Eriocaulaceae +eriocaulaceous +Eriocaulon +Eriocomi +Eriodendron +Eriodictyon +erioglaucine +Eriogonum +eriometer +erionite +Eriophorum +Eriophyes +Eriophyidae +eriophyllous +Eriosoma +Eriphyle +Eristalis +eristic +eristical +eristically +Erithacus +Eritrean +erizo +erlking +Erma +Ermanaric +Ermani +Ermanrich +ermelin +ermine +ermined +erminee +ermines +erminites +erminois +erne +Ernest +Ernestine +Ernie +Ernst +erode +eroded +erodent +erodible +Erodium +erogeneity +erogenesis +erogenetic +erogenic +erogenous +erogeny +Eros +eros +erose +erosely +erosible +erosion +erosional +erosionist +erosive +erostrate +eroteme +erotesis +erotetic +erotic +erotica +erotical +erotically +eroticism +eroticize +eroticomania +erotism +erotogenesis +erotogenetic +erotogenic +erotogenicity +erotomania +erotomaniac +erotopath +erotopathic +erotopathy +Erotylidae +Erpetoichthys +erpetologist +err +errability +errable +errableness +errabund +errancy +errand +errant +Errantia +errantly +errantness +errantry +errata +erratic +erratical +erratically +erraticalness +erraticism +erraticness +erratum +errhine +erring +erringly +errite +erroneous +erroneously +erroneousness +error +errorful +errorist +errorless +ers +Ersar +ersatz +Erse +Ertebolle +erth +erthen +erthling +erthly +erubescence +erubescent +erubescite +eruc +Eruca +eruca +erucic +eruciform +erucin +erucivorous +eruct +eructance +eructation +eructative +eruction +erudit +erudite +eruditely +eruditeness +eruditical +erudition +eruditional +eruditionist +erugate +erugation +erugatory +erumpent +erupt +eruption +eruptional +eruptive +eruptively +eruptiveness +eruptivity +ervenholder +Ervipiame +Ervum +Erwin +Erwinia +eryhtrism +Erymanthian +Eryngium +eryngo +Eryon +Eryops +Erysibe +Erysimum +erysipelas +erysipelatoid +erysipelatous +erysipeloid +Erysipelothrix +erysipelous +Erysiphaceae +Erysiphe +Erythea +erythema +erythematic +erythematous +erythemic +Erythraea +Erythraean +Erythraeidae +erythrasma +erythrean +erythremia +erythremomelalgia +erythrene +erythrin +Erythrina +erythrine +Erythrinidae +Erythrinus +erythrismal +erythristic +erythrite +erythritic +erythritol +erythroblast +erythroblastic +erythroblastosis +erythrocarpous +erythrocatalysis +Erythrochaete +erythrochroic +erythrochroism +erythroclasis +erythroclastic +erythrocyte +erythrocytic +erythrocytoblast +erythrocytolysin +erythrocytolysis +erythrocytolytic +erythrocytometer +erythrocytorrhexis +erythrocytoschisis +erythrocytosis +erythrodegenerative +erythrodermia +erythrodextrin +erythrogenesis +erythrogenic +erythroglucin +erythrogonium +erythroid +erythrol +erythrolein +erythrolitmin +erythrolysin +erythrolysis +erythrolytic +erythromelalgia +erythron +erythroneocytosis +Erythronium +erythronium +erythropenia +erythrophage +erythrophagous +erythrophilous +erythrophleine +erythrophobia +erythrophore +erythrophyll +erythrophyllin +erythropia +erythroplastid +erythropoiesis +erythropoietic +erythropsia +erythropsin +erythrorrhexis +erythroscope +erythrose +erythrosiderite +erythrosin +erythrosinophile +erythrosis +Erythroxylaceae +erythroxylaceous +erythroxyline +Erythroxylon +Erythroxylum +erythrozincite +erythrozyme +erythrulose +Eryx +es +esca +escadrille +escalade +escalader +escalado +escalan +escalate +Escalator +escalator +escalin +Escallonia +Escalloniaceae +escalloniaceous +escalop +escaloped +escambio +escambron +escapable +escapade +escapage +escape +escapee +escapeful +escapeless +escapement +escaper +escapingly +escapism +escapist +escarbuncle +escargatoire +escarole +escarp +escarpment +eschalot +eschar +eschara +escharine +escharoid +escharotic +eschatocol +eschatological +eschatologist +eschatology +escheat +escheatable +escheatage +escheatment +escheator +escheatorship +Escherichia +eschew +eschewal +eschewance +eschewer +Eschscholtzia +eschynite +esclavage +escoba +escobadura +escobilla +escobita +escolar +esconson +escopette +Escorial +escort +escortage +escortee +escortment +escribe +escritoire +escritorial +escrol +escropulo +escrow +escruage +escudo +Esculapian +esculent +esculetin +esculin +escutcheon +escutcheoned +escutellate +esdragol +Esdras +Esebrias +esemplastic +esemplasy +eseptate +esere +eserine +esexual +eshin +esiphonal +esker +Eskimauan +Eskimo +Eskimoic +Eskimoid +Eskimoized +Eskualdun +Eskuara +Esmeralda +Esmeraldan +esmeraldite +esne +esoanhydride +esocataphoria +Esocidae +esociform +esocyclic +esodic +esoenteritis +esoethmoiditis +esogastritis +esonarthex +esoneural +esophagal +esophagalgia +esophageal +esophagean +esophagectasia +esophagectomy +esophagi +esophagism +esophagismus +esophagitis +esophago +esophagocele +esophagodynia +esophagogastroscopy +esophagogastrostomy +esophagomalacia +esophagometer +esophagomycosis +esophagopathy +esophagoplasty +esophagoplegia +esophagoplication +esophagoptosis +esophagorrhagia +esophagoscope +esophagoscopy +esophagospasm +esophagostenosis +esophagostomy +esophagotome +esophagotomy +esophagus +esophoria +esophoric +Esopus +esoteric +esoterica +esoterical +esoterically +esotericism +esotericist +esoterics +esoterism +esoterist +esoterize +esotery +esothyropexy +esotrope +esotropia +esotropic +Esox +espacement +espadon +espalier +espantoon +esparcet +esparsette +esparto +espathate +espave +especial +especially +especialness +esperance +Esperantic +Esperantidist +Esperantido +Esperantism +Esperantist +Esperanto +espial +espichellite +espier +espinal +espingole +espinillo +espino +espionage +esplanade +esplees +esponton +espousal +espouse +espousement +espouser +Espriella +espringal +espundia +espy +esquamate +esquamulose +Esquiline +esquire +esquirearchy +esquiredom +esquireship +ess +essang +essay +essayer +essayette +essayical +essayish +essayism +essayist +essayistic +essayistical +essaylet +essed +Essedones +Esselen +Esselenian +essence +essency +Essene +Essenian +Essenianism +Essenic +Essenical +Essenis +Essenism +Essenize +essentia +essential +essentialism +essentialist +essentiality +essentialize +essentially +essentialness +essenwood +Essex +essexite +Essie +essling +essoin +essoinee +essoiner +essoinment +essonite +essorant +establish +establishable +established +establisher +establishment +establishmentarian +establishmentarianism +establishmentism +estacade +estadal +estadio +estado +estafette +estafetted +estamene +estamp +estampage +estampede +estampedero +estate +estatesman +esteem +esteemable +esteemer +Estella +ester +esterase +esterellite +esteriferous +esterification +esterify +esterization +esterize +esterlin +esterling +estevin +Esth +Esthacyte +esthematology +Esther +Estheria +estherian +Estheriidae +esthesia +esthesio +esthesioblast +esthesiogen +esthesiogenic +esthesiogeny +esthesiography +esthesiology +esthesiometer +esthesiometric +esthesiometry +esthesioneurosis +esthesiophysiology +esthesis +esthetology +esthetophore +esthiomene +estimable +estimableness +estimably +estimate +estimatingly +estimation +estimative +estimator +estipulate +estivage +estival +estivate +estivation +estivator +estmark +estoc +estoile +Estonian +estop +estoppage +estoppel +Estotiland +estovers +estrade +estradiol +estradiot +estragole +estrange +estrangedness +estrangement +estranger +estrapade +estray +estre +estreat +estrepe +estrepement +estriate +estriche +estrin +estriol +estrogen +estrogenic +estrone +estrous +estrual +estruate +estruation +estuarial +estuarine +estuary +estufa +estuous +estus +esugarization +esurience +esurient +esuriently +eta +etaballi +etacism +etacist +etalon +Etamin +etamine +etch +Etchareottine +etcher +Etchimin +etching +Eteoclus +Eteocretes +Eteocreton +eternal +eternalism +eternalist +eternalization +eternalize +eternally +eternalness +eternity +eternization +eternize +etesian +ethal +ethaldehyde +Ethan +ethanal +ethanamide +ethane +ethanedial +ethanediol +ethanedithiol +ethanethial +ethanethiol +Ethanim +ethanol +ethanolamine +ethanolysis +ethanoyl +Ethel +ethel +ethene +Etheneldeli +ethenic +ethenoid +ethenoidal +ethenol +ethenyl +Etheostoma +Etheostomidae +Etheostominae +etheostomoid +ether +etherate +ethereal +etherealism +ethereality +etherealization +etherealize +ethereally +etherealness +etherean +ethered +ethereous +Etheria +etheric +etherification +etheriform +etherify +Etheriidae +etherin +etherion +etherism +etherization +etherize +etherizer +etherolate +etherous +ethic +ethical +ethicalism +ethicality +ethically +ethicalness +ethician +ethicism +ethicist +ethicize +ethicoaesthetic +ethicophysical +ethicopolitical +ethicoreligious +ethicosocial +ethics +ethid +ethide +ethidene +ethine +ethiodide +ethionic +Ethiop +Ethiopia +Ethiopian +Ethiopic +ethiops +ethmofrontal +ethmoid +ethmoidal +ethmoiditis +ethmolachrymal +ethmolith +ethmomaxillary +ethmonasal +ethmopalatal +ethmopalatine +ethmophysal +ethmopresphenoidal +ethmosphenoid +ethmosphenoidal +ethmoturbinal +ethmoturbinate +ethmovomer +ethmovomerine +ethmyphitis +ethnal +ethnarch +ethnarchy +ethnic +ethnical +ethnically +ethnicism +ethnicist +ethnicize +ethnicon +ethnize +ethnobiological +ethnobiology +ethnobotanic +ethnobotanical +ethnobotanist +ethnobotany +ethnocentric +ethnocentrism +ethnocracy +ethnodicy +ethnoflora +ethnogenic +ethnogeny +ethnogeographer +ethnogeographic +ethnogeographical +ethnogeographically +ethnogeography +ethnographer +ethnographic +ethnographical +ethnographically +ethnographist +ethnography +ethnologer +ethnologic +ethnological +ethnologically +ethnologist +ethnology +ethnomaniac +ethnopsychic +ethnopsychological +ethnopsychology +ethnos +ethnotechnics +ethnotechnography +ethnozoological +ethnozoology +ethography +etholide +ethologic +ethological +ethology +ethonomic +ethonomics +ethopoeia +ethos +ethoxide +ethoxycaffeine +ethoxyl +ethrog +ethyl +ethylamide +ethylamine +ethylate +ethylation +ethylene +ethylenediamine +ethylenic +ethylenimine +ethylenoid +ethylhydrocupreine +ethylic +ethylidene +ethylidyne +ethylin +ethylmorphine +ethylsulphuric +ethyne +ethynyl +etiogenic +etiolate +etiolation +etiolin +etiolize +etiological +etiologically +etiologist +etiologue +etiology +etiophyllin +etioporphyrin +etiotropic +etiotropically +etiquette +etiquettical +etna +Etnean +Etonian +Etrurian +Etruscan +Etruscologist +Etruscology +Etta +Ettarre +ettle +etua +etude +etui +etym +etymic +etymography +etymologer +etymologic +etymological +etymologically +etymologicon +etymologist +etymologization +etymologize +etymology +etymon +etymonic +etypic +etypical +etypically +eu +Euahlayi +euangiotic +Euascomycetes +euaster +Eubacteriales +eubacterium +Eubasidii +Euboean +Euboic +Eubranchipus +eucaine +eucairite +eucalypt +eucalypteol +eucalyptian +eucalyptic +eucalyptography +eucalyptol +eucalyptole +Eucalyptus +eucalyptus +Eucarida +eucatropine +eucephalous +Eucharis +Eucharist +eucharistial +eucharistic +eucharistical +Eucharistically +eucharistically +eucharistize +Eucharitidae +Euchite +Euchlaena +euchlorhydria +euchloric +euchlorine +Euchlorophyceae +euchological +euchologion +euchology +Euchorda +euchre +euchred +euchroic +euchroite +euchromatic +euchromatin +euchrome +euchromosome +euchrone +Eucirripedia +euclase +Euclea +Eucleidae +Euclid +Euclidean +Euclideanism +Eucnemidae +eucolite +Eucommia +Eucommiaceae +eucone +euconic +Euconjugatae +Eucopepoda +Eucosia +eucosmid +Eucosmidae +eucrasia +eucrasite +eucrasy +eucrite +Eucryphia +Eucryphiaceae +eucryphiaceous +eucryptite +eucrystalline +euctical +eucyclic +eudaemon +eudaemonia +eudaemonic +eudaemonical +eudaemonics +eudaemonism +eudaemonist +eudaemonistic +eudaemonistical +eudaemonistically +eudaemonize +eudaemony +eudaimonia +eudaimonism +eudaimonist +Eudemian +Eudendrium +Eudeve +eudiagnostic +eudialyte +eudiaphoresis +eudidymite +eudiometer +eudiometric +eudiometrical +eudiometrically +eudiometry +eudipleural +Eudist +Eudora +Eudorina +Eudoxian +Eudromias +Eudyptes +Euergetes +euge +Eugene +eugenesic +eugenesis +eugenetic +Eugenia +eugenic +eugenical +eugenically +eugenicist +eugenics +Eugenie +eugenism +eugenist +eugenol +eugenolate +eugeny +Euglandina +Euglena +Euglenaceae +Euglenales +Euglenida +Euglenidae +Euglenineae +euglenoid +Euglenoidina +euglobulin +eugranitic +Eugregarinida +Eugubine +Eugubium +euharmonic +euhedral +euhemerism +euhemerist +euhemeristic +euhemeristically +euhemerize +euhyostylic +euhyostyly +euktolite +eulachon +Eulalia +eulalia +eulamellibranch +Eulamellibranchia +Eulamellibranchiata +Eulima +Eulimidae +eulogia +eulogic +eulogical +eulogically +eulogious +eulogism +eulogist +eulogistic +eulogistical +eulogistically +eulogium +eulogization +eulogize +eulogizer +eulogy +eulysite +eulytine +eulytite +Eumenes +eumenid +Eumenidae +Eumenidean +Eumenides +eumenorrhea +eumerism +eumeristic +eumerogenesis +eumerogenetic +eumeromorph +eumeromorphic +eumitosis +eumitotic +eumoiriety +eumoirous +Eumolpides +Eumolpus +eumorphous +eumycete +Eumycetes +eumycetic +Eunectes +Eunice +eunicid +Eunicidae +Eunomia +Eunomian +Eunomianism +eunomy +eunuch +eunuchal +eunuchism +eunuchize +eunuchoid +eunuchoidism +eunuchry +euomphalid +Euomphalus +euonym +euonymin +euonymous +Euonymus +euonymy +Euornithes +euornithic +Euorthoptera +euosmite +euouae +eupad +Eupanorthidae +Eupanorthus +eupathy +eupatoriaceous +eupatorin +Eupatorium +eupatory +eupatrid +eupatridae +eupepsia +eupepsy +eupeptic +eupepticism +eupepticity +Euphausia +Euphausiacea +euphausiid +Euphausiidae +Euphemia +euphemian +euphemious +euphemiously +euphemism +euphemist +euphemistic +euphemistical +euphemistically +euphemize +euphemizer +euphemous +euphemy +euphon +euphone +euphonetic +euphonetics +euphonia +euphonic +euphonical +euphonically +euphonicalness +euphonious +euphoniously +euphoniousness +euphonism +euphonium +euphonize +euphonon +euphonous +euphony +euphonym +Euphorbia +Euphorbiaceae +euphorbiaceous +euphorbium +euphoria +euphoric +euphory +Euphrasia +euphrasy +Euphratean +euphroe +Euphrosyne +Euphues +euphuism +euphuist +euphuistic +euphuistical +euphuistically +euphuize +Euphyllopoda +eupione +eupittonic +euplastic +Euplectella +Euplexoptera +Euplocomi +Euploeinae +euploid +euploidy +eupnea +Eupolidean +Eupolyzoa +eupolyzoan +Eupomatia +Eupomatiaceae +eupractic +eupraxia +Euprepia +Euproctis +eupsychics +Euptelea +Eupterotidae +eupyrchroite +eupyrene +eupyrion +Eurafric +Eurafrican +Euraquilo +Eurasian +Eurasianism +Eurasiatic +eureka +eurhodine +eurhodol +Eurindic +Euripidean +euripus +eurite +Euroaquilo +eurobin +Euroclydon +Europa +Europasian +European +Europeanism +Europeanization +Europeanize +Europeanly +Europeward +europium +Europocentric +Eurus +Euryalae +Euryale +Euryaleae +euryalean +Euryalida +euryalidan +Euryalus +eurybathic +eurybenthic +eurycephalic +eurycephalous +Eurycerotidae +Euryclea +Eurydice +Eurygaea +Eurygaean +eurygnathic +eurygnathism +eurygnathous +euryhaline +Eurylaimi +Eurylaimidae +eurylaimoid +Eurylaimus +Eurymus +euryon +Eurypelma +Eurypharyngidae +Eurypharynx +euryprognathous +euryprosopic +eurypterid +Eurypterida +eurypteroid +Eurypteroidea +Eurypterus +Eurypyga +Eurypygae +Eurypygidae +eurypylous +euryscope +Eurystheus +eurystomatous +eurythermal +eurythermic +eurythmic +eurythmical +eurythmics +eurythmy +eurytomid +Eurytomidae +Eurytus +euryzygous +Euscaro +Eusebian +Euselachii +Euskaldun +Euskara +Euskarian +Euskaric +Euskera +eusol +Euspongia +eusporangiate +Eustace +Eustachian +eustachium +Eustathian +eustatic +Eusthenopteron +eustomatous +eustyle +Eusuchia +eusuchian +eusynchite +Eutaenia +eutannin +eutaxic +eutaxite +eutaxitic +eutaxy +eutechnic +eutechnics +eutectic +eutectoid +Euterpe +Euterpean +eutexia +Euthamia +euthanasia +euthanasy +euthenics +euthenist +Eutheria +eutherian +euthermic +Euthycomi +euthycomic +Euthyneura +euthyneural +euthyneurous +euthytatic +euthytropic +eutomous +eutony +Eutopia +Eutopian +eutrophic +eutrophy +eutropic +eutropous +Eutychian +Eutychianism +euxanthate +euxanthic +euxanthone +euxenite +Euxine +Eva +evacuant +evacuate +evacuation +evacuative +evacuator +evacue +evacuee +evadable +evade +evader +evadingly +Evadne +evagation +evaginable +evaginate +evagination +evaluable +evaluate +evaluation +evaluative +evalue +Evan +evanesce +evanescence +evanescency +evanescent +evanescently +evanescible +evangel +evangelary +evangelian +evangeliarium +evangeliary +evangelical +evangelicalism +evangelicality +evangelically +evangelicalness +evangelican +evangelicism +evangelicity +Evangeline +evangelion +evangelism +evangelist +evangelistarion +evangelistarium +evangelistary +evangelistic +evangelistically +evangelistics +evangelistship +evangelium +evangelization +evangelize +evangelizer +Evaniidae +evanish +evanishment +evanition +evansite +evaporability +evaporable +evaporate +evaporation +evaporative +evaporativity +evaporator +evaporimeter +evaporize +evaporometer +evase +evasible +evasion +evasional +evasive +evasively +evasiveness +Eve +eve +Evea +evechurr +evection +evectional +Evehood +evejar +Eveless +evelight +Evelina +Eveline +evelong +Evelyn +even +evenblush +evendown +evener +evenfall +evenforth +evenglow +evenhanded +evenhandedly +evenhandedness +evening +evenlight +evenlong +evenly +evenmete +evenminded +evenmindedness +evenness +evens +evensong +event +eventful +eventfully +eventfulness +eventide +eventime +eventless +eventlessly +eventlessness +eventognath +Eventognathi +eventognathous +eventration +eventual +eventuality +eventualize +eventually +eventuate +eventuation +evenwise +evenworthy +eveque +ever +Everard +everbearer +everbearing +everbloomer +everblooming +everduring +Everett +everglade +evergreen +evergreenery +evergreenite +everlasting +everlastingly +everlastingness +everliving +evermore +Evernia +evernioid +eversible +eversion +eversive +eversporting +evert +evertebral +Evertebrata +evertebrate +evertile +evertor +everwhich +everwho +every +everybody +everyday +everydayness +everyhow +everylike +Everyman +everyman +everyness +everyone +everything +everywhen +everywhence +everywhere +everywhereness +everywheres +everywhither +evestar +evetide +eveweed +evict +eviction +evictor +evidence +evidencive +evident +evidential +evidentially +evidentiary +evidently +evidentness +evil +evildoer +evilhearted +evilly +evilmouthed +evilness +evilproof +evilsayer +evilspeaker +evilspeaking +evilwishing +evince +evincement +evincible +evincibly +evincingly +evincive +evirate +eviration +eviscerate +evisceration +evisite +evitable +evitate +evitation +evittate +evocable +evocate +evocation +evocative +evocatively +evocator +evocatory +evocatrix +Evodia +evoe +evoke +evoker +evolute +evolution +evolutional +evolutionally +evolutionary +evolutionism +evolutionist +evolutionize +evolutive +evolutoid +evolvable +evolve +evolvement +evolvent +evolver +Evonymus +evovae +evulgate +evulgation +evulse +evulsion +evzone +ewder +Ewe +ewe +ewelease +ewer +ewerer +ewery +ewry +ex +exacerbate +exacerbation +exacerbescence +exacerbescent +exact +exactable +exacter +exacting +exactingly +exactingness +exaction +exactitude +exactive +exactiveness +exactly +exactment +exactness +exactor +exactress +exadversum +exaggerate +exaggerated +exaggeratedly +exaggerating +exaggeratingly +exaggeration +exaggerative +exaggeratively +exaggerativeness +exaggerator +exaggeratory +exagitate +exagitation +exairesis +exalate +exalbuminose +exalbuminous +exallotriote +exalt +exaltation +exaltative +exalted +exaltedly +exaltedness +exalter +exam +examen +examinability +examinable +examinant +examinate +examination +examinational +examinationism +examinationist +examinative +examinator +examinatorial +examinatory +examine +examinee +examiner +examinership +examining +examiningly +example +exampleless +exampleship +exanimate +exanimation +exanthem +exanthema +exanthematic +exanthematous +exappendiculate +exarate +exaration +exarch +exarchal +exarchate +exarchateship +Exarchic +Exarchist +exarchist +exarchy +exareolate +exarillate +exaristate +exarteritis +exarticulate +exarticulation +exasperate +exasperated +exasperatedly +exasperater +exasperating +exasperatingly +exasperation +exasperative +exaspidean +Exaudi +exaugurate +exauguration +excalate +excalation +excalcarate +excalceate +excalceation +Excalibur +excamb +excamber +excambion +excandescence +excandescency +excandescent +excantation +excarnate +excarnation +excathedral +excaudate +excavate +excavation +excavationist +excavator +excavatorial +excavatory +excave +excecate +excecation +excedent +exceed +exceeder +exceeding +exceedingly +exceedingness +excel +excelente +excellence +excellency +excellent +excellently +excelsin +Excelsior +excelsior +excelsitude +excentral +excentric +excentrical +excentricity +except +exceptant +excepting +exception +exceptionable +exceptionableness +exceptionably +exceptional +exceptionality +exceptionally +exceptionalness +exceptionary +exceptionless +exceptious +exceptiousness +exceptive +exceptively +exceptiveness +exceptor +excerebration +excerpt +excerptible +excerption +excerptive +excerptor +excess +excessive +excessively +excessiveness +excessman +exchange +exchangeability +exchangeable +exchangeably +exchanger +Exchangite +Exchequer +exchequer +excide +excipient +exciple +Excipulaceae +excipular +excipule +excipuliform +excipulum +excircle +excisable +excise +exciseman +excisemanship +excision +excisor +excitability +excitable +excitableness +excitancy +excitant +excitation +excitative +excitator +excitatory +excite +excited +excitedly +excitedness +excitement +exciter +exciting +excitingly +excitive +excitoglandular +excitometabolic +excitomotion +excitomotor +excitomotory +excitomuscular +excitonutrient +excitor +excitory +excitosecretory +excitovascular +exclaim +exclaimer +exclaiming +exclaimingly +exclamation +exclamational +exclamative +exclamatively +exclamatorily +exclamatory +exclave +exclosure +excludable +exclude +excluder +excluding +excludingly +exclusion +exclusionary +exclusioner +exclusionism +exclusionist +exclusive +exclusively +exclusiveness +exclusivism +exclusivist +exclusivity +exclusory +Excoecaria +excogitable +excogitate +excogitation +excogitative +excogitator +excommunicable +excommunicant +excommunicate +excommunication +excommunicative +excommunicator +excommunicatory +exconjugant +excoriable +excoriate +excoriation +excoriator +excorticate +excortication +excrement +excremental +excrementary +excrementitial +excrementitious +excrementitiously +excrementitiousness +excrementive +excresce +excrescence +excrescency +excrescent +excrescential +excreta +excretal +excrete +excreter +excretes +excretion +excretionary +excretitious +excretive +excretory +excriminate +excruciable +excruciate +excruciating +excruciatingly +excruciation +excruciator +excubant +excudate +exculpable +exculpate +exculpation +exculpative +exculpatorily +exculpatory +excurrent +excurse +excursion +excursional +excursionary +excursioner +excursionism +excursionist +excursionize +excursive +excursively +excursiveness +excursory +excursus +excurvate +excurvated +excurvation +excurvature +excurved +excusability +excusable +excusableness +excusably +excusal +excusative +excusator +excusatory +excuse +excuseful +excusefully +excuseless +excuser +excusing +excusingly +excusive +excuss +excyst +excystation +excysted +excystment +exdelicto +exdie +exeat +execrable +execrableness +execrably +execrate +execration +execrative +execratively +execrator +execratory +executable +executancy +executant +execute +executed +executer +execution +executional +executioneering +executioner +executioneress +executionist +executive +executively +executiveness +executiveship +executor +executorial +executorship +executory +executress +executrices +executrix +executrixship +executry +exedent +exedra +exegeses +exegesis +exegesist +exegete +exegetic +exegetical +exegetically +exegetics +exegetist +exemplar +exemplaric +exemplarily +exemplariness +exemplarism +exemplarity +exemplary +exemplifiable +exemplification +exemplificational +exemplificative +exemplificator +exemplifier +exemplify +exempt +exemptible +exemptile +exemption +exemptionist +exemptive +exencephalia +exencephalic +exencephalous +exencephalus +exendospermic +exendospermous +exenterate +exenteration +exequatur +exequial +exequy +exercisable +exercise +exerciser +exercitant +exercitation +exercitor +exercitorial +exercitorian +exeresis +exergual +exergue +exert +exertion +exertionless +exertive +exes +exeunt +exfiguration +exfigure +exfiltration +exflagellate +exflagellation +exflect +exfodiate +exfodiation +exfoliate +exfoliation +exfoliative +exfoliatory +exgorgitation +exhalable +exhalant +exhalation +exhalatory +exhale +exhaust +exhausted +exhaustedly +exhaustedness +exhauster +exhaustibility +exhaustible +exhausting +exhaustingly +exhaustion +exhaustive +exhaustively +exhaustiveness +exhaustless +exhaustlessly +exhaustlessness +exheredate +exheredation +exhibit +exhibitable +exhibitant +exhibiter +exhibition +exhibitional +exhibitioner +exhibitionism +exhibitionist +exhibitionistic +exhibitionize +exhibitive +exhibitively +exhibitor +exhibitorial +exhibitorship +exhibitory +exhilarant +exhilarate +exhilarating +exhilaratingly +exhilaration +exhilarative +exhilarator +exhilaratory +exhort +exhortation +exhortative +exhortatively +exhortator +exhortatory +exhorter +exhortingly +exhumate +exhumation +exhumator +exhumatory +exhume +exhumer +exigence +exigency +exigent +exigenter +exigently +exigible +exiguity +exiguous +exiguously +exiguousness +exilarch +exilarchate +exile +exiledom +exilement +exiler +exilian +exilic +exility +eximious +eximiously +eximiousness +exinanite +exinanition +exindusiate +exinguinal +exist +existability +existence +existent +existential +existentialism +existentialist +existentialistic +existentialize +existentially +existently +exister +existibility +existible +existlessness +exit +exite +exition +exitus +exlex +exmeridian +Exmoor +exoarteritis +Exoascaceae +exoascaceous +Exoascales +Exoascus +Exobasidiaceae +Exobasidiales +Exobasidium +exocannibalism +exocardia +exocardiac +exocardial +exocarp +exocataphoria +exoccipital +exocentric +Exochorda +exochorion +exoclinal +exocline +exocoelar +exocoele +exocoelic +exocoelom +Exocoetidae +Exocoetus +exocolitis +exocone +exocrine +exoculate +exoculation +exocyclic +Exocyclica +Exocycloida +exode +exoderm +exodermis +exodic +exodist +exodontia +exodontist +exodos +exodromic +exodromy +exodus +exody +exoenzyme +exoenzymic +exoerythrocytic +exogamic +exogamous +exogamy +exogastric +exogastrically +exogastritis +exogen +Exogenae +exogenetic +exogenic +exogenous +exogenously +exogeny +exognathion +exognathite +Exogonium +Exogyra +exolemma +exometritis +exomion +exomis +exomologesis +exomorphic +exomorphism +exomphalos +exomphalous +exomphalus +Exon +exon +exonarthex +exoner +exonerate +exoneration +exonerative +exonerator +exoneural +Exonian +exonship +exopathic +exoperidium +exophagous +exophagy +exophasia +exophasic +exophoria +exophoric +exophthalmic +exophthalmos +exoplasm +exopod +exopodite +exopoditic +Exopterygota +exopterygotic +exopterygotism +exopterygotous +exorability +exorable +exorableness +exorbital +exorbitance +exorbitancy +exorbitant +exorbitantly +exorbitate +exorbitation +exorcisation +exorcise +exorcisement +exorciser +exorcism +exorcismal +exorcisory +exorcist +exorcistic +exorcistical +exordia +exordial +exordium +exordize +exorganic +exorhason +exormia +exornation +exosepsis +exoskeletal +exoskeleton +exosmic +exosmose +exosmosis +exosmotic +exosperm +exosporal +exospore +exosporium +exosporous +Exostema +exostome +exostosed +exostosis +exostotic +exostra +exostracism +exostracize +exoteric +exoterical +exoterically +exotericism +exoterics +exotheca +exothecal +exothecate +exothecium +exothermal +exothermic +exothermous +exotic +exotically +exoticalness +exoticism +exoticist +exoticity +exoticness +exotism +exotospore +exotoxic +exotoxin +exotropia +exotropic +exotropism +expalpate +expand +expanded +expandedly +expandedness +expander +expanding +expandingly +expanse +expansibility +expansible +expansibleness +expansibly +expansile +expansion +expansional +expansionary +expansionism +expansionist +expansive +expansively +expansiveness +expansivity +expansometer +expansure +expatiate +expatiater +expatiatingly +expatiation +expatiative +expatiator +expatiatory +expatriate +expatriation +expect +expectable +expectance +expectancy +expectant +expectantly +expectation +expectative +expectedly +expecter +expectingly +expective +expectorant +expectorate +expectoration +expectorative +expectorator +expede +expediate +expedience +expediency +expedient +expediential +expedientially +expedientist +expediently +expeditate +expeditation +expedite +expedited +expeditely +expediteness +expediter +expedition +expeditionary +expeditionist +expeditious +expeditiously +expeditiousness +expel +expellable +expellant +expellee +expeller +expend +expendability +expendable +expender +expendible +expenditor +expenditrix +expenditure +expense +expenseful +expensefully +expensefulness +expenseless +expensilation +expensive +expensively +expensiveness +expenthesis +expergefacient +expergefaction +experience +experienceable +experienced +experienceless +experiencer +experiencible +experient +experiential +experientialism +experientialist +experientially +experiment +experimental +experimentalism +experimentalist +experimentalize +experimentally +experimentarian +experimentation +experimentative +experimentator +experimented +experimentee +experimenter +experimentist +experimentize +experimently +expert +expertism +expertize +expertly +expertness +expertship +expiable +expiate +expiation +expiational +expiatist +expiative +expiator +expiatoriness +expiatory +expilate +expilation +expilator +expirable +expirant +expirate +expiration +expirator +expiratory +expire +expiree +expirer +expiring +expiringly +expiry +expiscate +expiscation +expiscator +expiscatory +explain +explainable +explainer +explaining +explainingly +explanate +explanation +explanative +explanatively +explanator +explanatorily +explanatoriness +explanatory +explant +explantation +explement +explemental +expletive +expletively +expletiveness +expletory +explicable +explicableness +explicate +explication +explicative +explicatively +explicator +explicatory +explicit +explicitly +explicitness +explodable +explode +exploded +explodent +exploder +exploit +exploitable +exploitage +exploitation +exploitationist +exploitative +exploiter +exploitive +exploiture +explorable +exploration +explorational +explorative +exploratively +explorativeness +explorator +exploratory +explore +explorement +explorer +exploring +exploringly +explosibility +explosible +explosion +explosionist +explosive +explosively +explosiveness +expone +exponence +exponency +exponent +exponential +exponentially +exponentiation +exponible +export +exportability +exportable +exportation +exporter +exposal +expose +exposed +exposedness +exposer +exposit +exposition +expositional +expositionary +expositive +expositively +expositor +expositorial +expositorially +expositorily +expositoriness +expository +expositress +expostulate +expostulating +expostulatingly +expostulation +expostulative +expostulatively +expostulator +expostulatory +exposure +expound +expoundable +expounder +express +expressable +expressage +expressed +expresser +expressibility +expressible +expressibly +expression +expressionable +expressional +expressionful +expressionism +expressionist +expressionistic +expressionless +expressionlessly +expressionlessness +expressive +expressively +expressiveness +expressivism +expressivity +expressless +expressly +expressman +expressness +expressway +exprimable +exprobrate +exprobration +exprobratory +expromission +expromissor +expropriable +expropriate +expropriation +expropriator +expugn +expugnable +expuition +expulsatory +expulse +expulser +expulsion +expulsionist +expulsive +expulsory +expunction +expunge +expungeable +expungement +expunger +expurgate +expurgation +expurgative +expurgator +expurgatorial +expurgatory +expurge +exquisite +exquisitely +exquisiteness +exquisitism +exquisitively +exradio +exradius +exrupeal +exsanguinate +exsanguination +exsanguine +exsanguineous +exsanguinity +exsanguinous +exsanguious +exscind +exscissor +exscriptural +exsculptate +exscutellate +exsect +exsectile +exsection +exsector +exsequatur +exsert +exserted +exsertile +exsertion +exship +exsibilate +exsibilation +exsiccant +exsiccatae +exsiccate +exsiccation +exsiccative +exsiccator +exsiliency +exsomatic +exspuition +exsputory +exstipulate +exstrophy +exsuccous +exsuction +exsufflate +exsufflation +exsufflicate +exsurge +exsurgent +extant +extemporal +extemporally +extemporalness +extemporaneity +extemporaneous +extemporaneously +extemporaneousness +extemporarily +extemporariness +extemporary +extempore +extemporization +extemporize +extemporizer +extend +extended +extendedly +extendedness +extender +extendibility +extendible +extending +extense +extensibility +extensible +extensibleness +extensile +extensimeter +extension +extensional +extensionist +extensity +extensive +extensively +extensiveness +extensometer +extensor +extensory +extensum +extent +extenuate +extenuating +extenuatingly +extenuation +extenuative +extenuator +extenuatory +exter +exterior +exteriorate +exterioration +exteriority +exteriorization +exteriorize +exteriorly +exteriorness +exterminable +exterminate +extermination +exterminative +exterminator +exterminatory +exterminatress +exterminatrix +exterminist +extern +external +externalism +externalist +externalistic +externality +externalization +externalize +externally +externals +externate +externation +externe +externity +externization +externize +externomedian +externum +exteroceptist +exteroceptive +exteroceptor +exterraneous +exterrestrial +exterritorial +exterritoriality +exterritorialize +exterritorially +extima +extinct +extinction +extinctionist +extinctive +extinctor +extine +extinguish +extinguishable +extinguishant +extinguished +extinguisher +extinguishment +extipulate +extirpate +extirpation +extirpationist +extirpative +extirpator +extirpatory +extispex +extispicious +extispicy +extogenous +extol +extoll +extollation +extoller +extollingly +extollment +extolment +extoolitic +extorsive +extorsively +extort +extorter +extortion +extortionary +extortionate +extortionately +extortioner +extortionist +extortive +extra +extrabold +extrabranchial +extrabronchial +extrabuccal +extrabulbar +extrabureau +extraburghal +extracalendar +extracalicular +extracanonical +extracapsular +extracardial +extracarpal +extracathedral +extracellular +extracellularly +extracerebral +extracivic +extracivically +extraclassroom +extraclaustral +extracloacal +extracollegiate +extracolumella +extraconscious +extraconstellated +extraconstitutional +extracorporeal +extracorpuscular +extracosmic +extracosmical +extracostal +extracranial +extract +extractable +extractant +extracted +extractible +extractiform +extraction +extractive +extractor +extractorship +extracultural +extracurial +extracurricular +extracurriculum +extracutaneous +extracystic +extradecretal +extradialectal +extraditable +extradite +extradition +extradomestic +extrados +extradosed +extradotal +extraduction +extradural +extraembryonic +extraenteric +extraepiphyseal +extraequilibrium +extraessential +extraessentially +extrafascicular +extrafloral +extrafocal +extrafoliaceous +extraforaneous +extraformal +extragalactic +extragastric +extrait +extrajudicial +extrajudicially +extralateral +extralite +extrality +extramarginal +extramatrical +extramedullary +extramental +extrameridian +extrameridional +extrametaphysical +extrametrical +extrametropolitan +extramodal +extramolecular +extramorainal +extramorainic +extramoral +extramoralist +extramundane +extramural +extramurally +extramusical +extranational +extranatural +extranean +extraneity +extraneous +extraneously +extraneousness +extranidal +extranormal +extranuclear +extraocular +extraofficial +extraoral +extraorbital +extraorbitally +extraordinarily +extraordinariness +extraordinary +extraorganismal +extraovate +extraovular +extraparenchymal +extraparental +extraparietal +extraparliamentary +extraparochial +extraparochially +extrapatriarchal +extrapelvic +extraperineal +extraperiodic +extraperiosteal +extraperitoneal +extraphenomenal +extraphysical +extraphysiological +extrapituitary +extraplacental +extraplanetary +extrapleural +extrapoetical +extrapolar +extrapolate +extrapolation +extrapolative +extrapolator +extrapopular +extraprofessional +extraprostatic +extraprovincial +extrapulmonary +extrapyramidal +extraquiz +extrared +extraregarding +extraregular +extraregularly +extrarenal +extraretinal +extrarhythmical +extrasacerdotal +extrascholastic +extraschool +extrascientific +extrascriptural +extrascripturality +extrasensible +extrasensory +extrasensuous +extraserous +extrasocial +extrasolar +extrasomatic +extraspectral +extraspherical +extraspinal +extrastapedial +extrastate +extrasterile +extrastomachal +extrasyllabic +extrasyllogistic +extrasyphilitic +extrasystole +extrasystolic +extratabular +extratarsal +extratellurian +extratelluric +extratemporal +extratension +extratensive +extraterrene +extraterrestrial +extraterritorial +extraterritoriality +extraterritorially +extrathecal +extratheistic +extrathermodynamic +extrathoracic +extratorrid +extratracheal +extratribal +extratropical +extratubal +extratympanic +extrauterine +extravagance +extravagancy +extravagant +Extravagantes +extravagantly +extravagantness +extravaganza +extravagate +extravaginal +extravasate +extravasation +extravascular +extraventricular +extraversion +extravert +extravillar +extraviolet +extravisceral +extrazodiacal +extreme +extremeless +extremely +extremeness +extremism +extremist +extremistic +extremital +extremity +extricable +extricably +extricate +extricated +extrication +extrinsic +extrinsical +extrinsicality +extrinsically +extrinsicalness +extrinsicate +extrinsication +extroitive +extropical +extrorsal +extrorse +extrorsely +extrospect +extrospection +extrospective +extroversion +extroversive +extrovert +extrovertish +extrude +extruder +extruding +extrusile +extrusion +extrusive +extrusory +extubate +extubation +extumescence +extund +extusion +exuberance +exuberancy +exuberant +exuberantly +exuberantness +exuberate +exuberation +exudate +exudation +exudative +exude +exudence +exulcerate +exulceration +exulcerative +exulceratory +exult +exultance +exultancy +exultant +exultantly +exultation +exultet +exultingly +exululate +exumbral +exumbrella +exumbrellar +exundance +exundancy +exundate +exundation +exuviability +exuviable +exuviae +exuvial +exuviate +exuviation +exzodiacal +ey +eyah +eyalet +eyas +eye +eyeball +eyebalm +eyebar +eyebeam +eyeberry +eyeblink +eyebolt +eyebree +eyebridled +eyebright +eyebrow +eyecup +eyed +eyedness +eyedot +eyedrop +eyeflap +eyeful +eyeglance +eyeglass +eyehole +Eyeish +eyelash +eyeless +eyelessness +eyelet +eyeleteer +eyeletter +eyelid +eyelight +eyelike +eyeline +eyemark +eyen +eyepiece +eyepit +eyepoint +eyer +eyereach +eyeroot +eyesalve +eyeseed +eyeservant +eyeserver +eyeservice +eyeshade +eyeshield +eyeshot +eyesight +eyesome +eyesore +eyespot +eyestalk +eyestone +eyestrain +eyestring +eyetooth +eyewaiter +eyewash +eyewater +eyewear +eyewink +eyewinker +eyewitness +eyewort +eyey +eying +eyn +eyne +eyot +eyoty +eyra +eyre +eyrie +eyrir +ezba +Ezekiel +Ezra +F +f +fa +Faba +Fabaceae +fabaceous +fabella +fabes +Fabian +Fabianism +Fabianist +fabiform +fable +fabled +fabledom +fableist +fableland +fablemaker +fablemonger +fablemongering +fabler +fabliau +fabling +Fabraea +fabric +fabricant +fabricate +fabrication +fabricative +fabricator +fabricatress +Fabrikoid +fabrikoid +Fabronia +Fabroniaceae +fabular +fabulist +fabulosity +fabulous +fabulously +fabulousness +faburden +facadal +facade +face +faceable +facebread +facecloth +faced +faceless +facellite +facemaker +facemaking +faceman +facemark +facepiece +faceplate +facer +facet +facete +faceted +facetely +faceteness +facetiae +facetiation +facetious +facetiously +facetiousness +facewise +facework +facia +facial +facially +faciation +faciend +facient +facies +facile +facilely +facileness +facilitate +facilitation +facilitative +facilitator +facility +facing +facingly +facinorous +facinorousness +faciobrachial +faciocervical +faciolingual +facioplegia +facioscapulohumeral +fack +fackeltanz +fackings +fackins +facks +facsimile +facsimilist +facsimilize +fact +factable +factabling +factful +Factice +facticide +faction +factional +factionalism +factionary +factioneer +factionist +factionistism +factious +factiously +factiousness +factish +factitial +factitious +factitiously +factitive +factitively +factitude +factive +factor +factorability +factorable +factorage +factordom +factoress +factorial +factorially +factorist +factorization +factorize +factorship +factory +factoryship +factotum +factrix +factual +factuality +factually +factualness +factum +facture +facty +facula +facular +faculous +facultate +facultative +facultatively +facultied +facultize +faculty +facund +facy +fad +fadable +faddiness +faddish +faddishness +faddism +faddist +faddle +faddy +fade +fadeaway +faded +fadedly +fadedness +fadeless +faden +fader +fadge +fading +fadingly +fadingness +fadmonger +fadmongering +fadmongery +fadridden +fady +fae +faerie +Faeroe +faery +faeryland +faff +faffle +faffy +fag +Fagaceae +fagaceous +fagald +Fagales +Fagara +fage +Fagelia +fager +fagger +faggery +fagging +faggingly +fagine +fagopyrism +fagopyrismus +Fagopyrum +fagot +fagoter +fagoting +fagottino +fagottist +fagoty +Fagus +faham +fahlerz +fahlore +fahlunite +Fahrenheit +faience +fail +failing +failingly +failingness +faille +failure +fain +fainaigue +fainaiguer +faineance +faineancy +faineant +faineantism +fainly +fainness +fains +faint +fainter +faintful +faintheart +fainthearted +faintheartedly +faintheartedness +fainting +faintingly +faintish +faintishness +faintly +faintness +faints +fainty +faipule +fair +fairer +fairfieldite +fairgoer +fairgoing +fairgrass +fairground +fairily +fairing +fairish +fairishly +fairkeeper +fairlike +fairling +fairly +fairm +fairness +fairstead +fairtime +fairwater +fairway +fairy +fairydom +fairyfolk +fairyhood +fairyish +fairyism +fairyland +fairylike +fairyologist +fairyology +fairyship +faith +faithbreach +faithbreaker +faithful +faithfully +faithfulness +faithless +faithlessly +faithlessness +faithwise +faithworthiness +faithworthy +faitour +fake +fakement +faker +fakery +fakiness +fakir +fakirism +Fakofo +faky +falanaka +Falange +Falangism +Falangist +Falasha +falbala +falcade +Falcata +falcate +falcated +falcation +falcer +falces +falchion +falcial +Falcidian +falciform +Falcinellus +falciparum +Falco +falcon +falconbill +falconelle +falconer +Falcones +falconet +Falconidae +Falconiformes +Falconinae +falconine +falconlike +falconoid +falconry +falcopern +falcula +falcular +falculate +Falcunculus +faldage +falderal +faldfee +faldstool +Falerian +Falernian +Falerno +Faliscan +Falisci +Falkland +fall +fallace +fallacious +fallaciously +fallaciousness +fallacy +fallage +fallation +fallaway +fallback +fallectomy +fallen +fallenness +faller +fallfish +fallibility +fallible +fallibleness +fallibly +falling +Fallopian +fallostomy +fallotomy +fallow +fallowist +fallowness +falltime +fallway +fally +falsary +false +falsehearted +falseheartedly +falseheartedness +falsehood +falsely +falsen +falseness +falser +falsettist +falsetto +falsework +falsidical +falsie +falsifiable +falsificate +falsification +falsificator +falsifier +falsify +falsism +Falstaffian +faltboat +faltche +falter +falterer +faltering +falteringly +Falunian +Faluns +falutin +falx +fam +Fama +famatinite +famble +fame +fameflower +fameful +fameless +famelessly +famelessness +Fameuse +fameworthy +familia +familial +familiar +familiarism +familiarity +familiarization +familiarize +familiarizer +familiarizingly +familiarly +familiarness +familism +familist +familistery +familistic +familistical +family +familyish +famine +famish +famishment +famous +famously +famousness +famulary +famulus +Fan +fan +fana +fanal +fanam +fanatic +fanatical +fanatically +fanaticalness +fanaticism +fanaticize +fanback +fanbearer +fanciable +fancical +fancied +fancier +fanciful +fancifully +fancifulness +fancify +fanciless +fancy +fancymonger +fancysick +fancywork +fand +fandangle +fandango +fandom +fanega +fanegada +fanfarade +Fanfare +fanfare +fanfaron +fanfaronade +fanfaronading +fanflower +fanfoot +fang +fanged +fangle +fangled +fanglement +fangless +fanglet +fanglomerate +fangot +fangy +fanhouse +faniente +fanion +fanioned +fanlight +fanlike +fanmaker +fanmaking +fanman +fannel +fanner +Fannia +fannier +fanning +Fanny +fanon +fant +fantail +fantasia +fantasie +fantasied +fantasist +fantasque +fantassin +fantast +fantastic +fantastical +fantasticality +fantastically +fantasticalness +fantasticate +fantastication +fantasticism +fantasticly +fantasticness +fantastico +fantastry +fantasy +Fanti +fantigue +fantoccini +fantocine +fantod +fantoddish +Fanwe +fanweed +fanwise +fanwork +fanwort +fanwright +Fany +faon +Fapesmo +far +farad +faradaic +faraday +faradic +faradism +faradization +faradize +faradizer +faradmeter +faradocontractility +faradomuscular +faradonervous +faradopalpation +farandole +farasula +faraway +farawayness +farce +farcelike +farcer +farcetta +farcial +farcialize +farcical +farcicality +farcically +farcicalness +farcied +farcify +farcing +farcinoma +farcist +farctate +farcy +farde +fardel +fardelet +fardh +fardo +fare +farer +farewell +farfara +farfel +farfetched +farfetchedness +Farfugium +fargoing +fargood +farina +farinaceous +farinaceously +faring +farinometer +farinose +farinosely +farinulent +Farish +farish +farkleberry +farl +farleu +farm +farmable +farmage +farmer +farmeress +farmerette +farmerlike +farmership +farmery +farmhold +farmhouse +farmhousey +farming +farmost +farmplace +farmstead +farmsteading +farmtown +farmy +farmyard +farmyardy +farnesol +farness +Farnovian +faro +Faroeish +Faroese +farolito +Farouk +farraginous +farrago +farrand +farrandly +farrantly +farreate +farreation +farrier +farrierlike +farriery +farrisite +farrow +farruca +farsalah +farse +farseeing +farseeingness +farseer +farset +Farsi +farsighted +farsightedly +farsightedness +farther +farthermost +farthest +farthing +farthingale +farthingless +farweltered +fasces +fascet +fascia +fascial +fasciate +fasciated +fasciately +fasciation +fascicle +fascicled +fascicular +fascicularly +fasciculate +fasciculated +fasciculately +fasciculation +fascicule +fasciculus +fascinate +fascinated +fascinatedly +fascinating +fascinatingly +fascination +fascinative +fascinator +fascinatress +fascine +fascinery +Fascio +fasciodesis +fasciola +fasciolar +Fasciolaria +Fasciolariidae +fasciole +fasciolet +fascioliasis +Fasciolidae +fascioloid +fascioplasty +fasciotomy +fascis +fascism +fascist +Fascista +Fascisti +fascisticization +fascisticize +fascistization +fascistize +fash +fasher +fashery +fashion +fashionability +fashionable +fashionableness +fashionably +fashioned +fashioner +fashionist +fashionize +fashionless +fashionmonger +fashionmonging +fashious +fashiousness +fasibitikite +fasinite +fass +fassalite +fast +fasten +fastener +fastening +faster +fastgoing +fasthold +fastidiosity +fastidious +fastidiously +fastidiousness +fastidium +fastigate +fastigated +fastigiate +fastigium +fasting +fastingly +fastish +fastland +fastness +fastuous +fastuously +fastuousness +fastus +fat +Fatagaga +fatal +fatalism +fatalist +fatalistic +fatalistically +fatality +fatalize +fatally +fatalness +fatbird +fatbrained +fate +fated +fateful +fatefully +fatefulness +fatelike +fathead +fatheaded +fatheadedness +fathearted +father +fathercraft +fathered +fatherhood +fatherland +fatherlandish +fatherless +fatherlessness +fatherlike +fatherliness +fatherling +fatherly +fathership +fathmur +fathom +fathomable +fathomage +fathomer +Fathometer +fathomless +fathomlessly +fathomlessness +fatidic +fatidical +fatidically +fatiferous +fatigability +fatigable +fatigableness +fatigue +fatigueless +fatiguesome +fatiguing +fatiguingly +fatiha +fatil +fatiloquent +Fatima +Fatimid +fatiscence +fatiscent +fatless +fatling +fatly +fatness +fatsia +fattable +fatten +fattenable +fattener +fatter +fattily +fattiness +fattish +fattishness +fattrels +fatty +fatuism +fatuitous +fatuitousness +fatuity +fatuoid +fatuous +fatuously +fatuousness +fatwood +faucal +faucalize +fauces +faucet +fauchard +faucial +faucitis +faucre +faugh +faujasite +fauld +Faulkland +fault +faultage +faulter +faultfind +faultfinder +faultfinding +faultful +faultfully +faultily +faultiness +faulting +faultless +faultlessly +faultlessness +faultsman +faulty +faun +Fauna +faunal +faunally +faunated +faunish +faunist +faunistic +faunistical +faunistically +faunlike +faunological +faunology +faunule +fause +faussebraie +faussebrayed +faust +Faustian +fauterer +fautor +fautorship +fauve +Fauvism +Fauvist +favaginous +favella +favellidium +favelloid +Faventine +faveolate +faveolus +faviform +favilla +favillous +favism +favissa +favn +favonian +Favonius +favor +favorable +favorableness +favorably +favored +favoredly +favoredness +favorer +favoress +favoring +favoringly +favorite +favoritism +favorless +favose +favosely +favosite +Favosites +Favositidae +favositoid +favous +favus +fawn +fawner +fawnery +fawning +fawningly +fawningness +fawnlike +fawnskin +fawny +Fay +fay +Fayal +fayalite +Fayettism +fayles +Fayumic +faze +fazenda +fe +feaberry +feague +feak +feal +fealty +fear +fearable +feared +fearedly +fearedness +fearer +fearful +fearfully +fearfulness +fearingly +fearless +fearlessly +fearlessness +fearnought +fearsome +fearsomely +fearsomeness +feasance +feasibility +feasible +feasibleness +feasibly +feasor +feast +feasten +feaster +feastful +feastfully +feastless +feat +feather +featherback +featherbed +featherbedding +featherbird +featherbone +featherbrain +featherbrained +featherdom +feathered +featheredge +featheredged +featherer +featherfew +featherfoil +featherhead +featherheaded +featheriness +feathering +featherleaf +featherless +featherlessness +featherlet +featherlike +featherman +feathermonger +featherpate +featherpated +featherstitch +featherstitching +feathertop +featherway +featherweed +featherweight +featherwing +featherwise +featherwood +featherwork +featherworker +feathery +featliness +featly +featness +featous +featural +featurally +feature +featured +featureful +featureless +featureliness +featurely +featy +feaze +feazings +febricant +febricide +febricity +febricula +febrifacient +febriferous +febrific +febrifugal +febrifuge +febrile +febrility +Febronian +Febronianism +Februarius +February +februation +fecal +fecalith +fecaloid +feces +Fechnerian +feck +feckful +feckfully +feckless +fecklessly +fecklessness +feckly +fecula +feculence +feculency +feculent +fecund +fecundate +fecundation +fecundative +fecundator +fecundatory +fecundify +fecundity +fecundize +fed +feddan +federacy +Federal +federal +federalism +federalist +federalization +federalize +federally +federalness +federate +federation +federationist +federatist +federative +federatively +federator +Fedia +Fedora +fee +feeable +feeble +feeblebrained +feeblehearted +feebleheartedly +feebleheartedness +feebleness +feebling +feeblish +feebly +feed +feedable +feedback +feedbin +feedboard +feedbox +feeder +feedhead +feeding +feedman +feedsman +feedstuff +feedway +feedy +feel +feelable +feeler +feeless +feeling +feelingful +feelingless +feelinglessly +feelingly +feelingness +feer +feere +feering +feetage +feetless +feeze +fefnicute +fegary +Fegatella +Fehmic +fei +feif +feigher +feign +feigned +feignedly +feignedness +feigner +feigning +feigningly +Feijoa +feil +feint +feis +feist +feisty +Felapton +feldsher +feldspar +feldsparphyre +feldspathic +feldspathization +feldspathoid +Felichthys +felicide +felicific +felicitate +felicitation +felicitator +felicitous +felicitously +felicitousness +felicity +felid +Felidae +feliform +Felinae +feline +felinely +felineness +felinity +felinophile +felinophobe +Felis +Felix +fell +fellable +fellage +fellah +fellaheen +fellahin +Fellani +Fellata +Fellatah +fellatio +fellation +fellen +feller +fellic +felliducous +fellifluous +felling +fellingbird +fellinic +fellmonger +fellmongering +fellmongery +fellness +felloe +fellow +fellowcraft +fellowess +fellowheirship +fellowless +fellowlike +fellowship +fellside +fellsman +felly +feloid +felon +feloness +felonious +feloniously +feloniousness +felonry +felonsetter +felonsetting +felonweed +felonwood +felonwort +felony +fels +felsite +felsitic +felsobanyite +felsophyre +felsophyric +felsosphaerite +felstone +felt +felted +felter +felting +feltlike +feltmaker +feltmaking +feltmonger +feltness +feltwork +feltwort +felty +feltyfare +felucca +Felup +felwort +female +femalely +femaleness +femality +femalize +Feme +feme +femerell +femic +femicide +feminacy +feminal +feminality +feminate +femineity +feminie +feminility +feminin +feminine +femininely +feminineness +femininism +femininity +feminism +feminist +feministic +feministics +feminity +feminization +feminize +feminologist +feminology +feminophobe +femora +femoral +femorocaudal +femorocele +femorococcygeal +femorofibular +femoropopliteal +femororotulian +femorotibial +femur +fen +fenbank +fenberry +fence +fenceful +fenceless +fencelessness +fencelet +fenceplay +fencer +fenceress +fenchene +fenchone +fenchyl +fencible +fencing +fend +fendable +fender +fendering +fenderless +fendillate +fendillation +fendy +feneration +fenestella +Fenestellidae +fenestra +fenestral +fenestrate +fenestrated +fenestration +fenestrato +fenestrule +Fenian +Fenianism +fenite +fenks +fenland +fenlander +fenman +fennec +fennel +fennelflower +fennig +fennish +Fennoman +fenny +fenouillet +Fenrir +fensive +fent +fenter +fenugreek +Fenzelia +feod +feodal +feodality +feodary +feodatory +feoff +feoffee +feoffeeship +feoffment +feoffor +feower +feracious +feracity +Ferae +Ferahan +feral +feralin +Feramorz +ferash +ferberite +Ferdiad +ferdwit +feretory +feretrum +ferfathmur +ferfet +ferganite +Fergus +fergusite +Ferguson +fergusonite +feria +ferial +feridgi +ferie +ferine +ferinely +ferineness +Feringi +Ferio +Ferison +ferity +ferk +ferling +ferly +fermail +Fermatian +ferme +ferment +fermentability +fermentable +fermentarian +fermentation +fermentative +fermentatively +fermentativeness +fermentatory +fermenter +fermentescible +fermentitious +fermentive +fermentology +fermentor +fermentum +fermerer +fermery +fermila +fermorite +fern +fernandinite +Fernando +fernbird +fernbrake +ferned +fernery +ferngale +ferngrower +fernland +fernleaf +fernless +fernlike +fernshaw +fernsick +ferntickle +ferntickled +fernwort +ferny +Ferocactus +ferocious +ferociously +ferociousness +ferocity +feroher +Feronia +ferrado +ferrament +Ferrara +Ferrarese +ferrate +ferrated +ferrateen +ferratin +ferrean +ferreous +ferret +ferreter +ferreting +ferretto +ferrety +ferri +ferriage +ferric +ferrichloride +ferricyanate +ferricyanhydric +ferricyanic +ferricyanide +ferricyanogen +ferrier +ferriferous +ferrihydrocyanic +ferriprussiate +ferriprussic +ferrite +ferritization +ferritungstite +ferrivorous +ferroalloy +ferroaluminum +ferroboron +ferrocalcite +ferrocerium +ferrochrome +ferrochromium +ferroconcrete +ferroconcretor +ferrocyanate +ferrocyanhydric +ferrocyanic +ferrocyanide +ferrocyanogen +ferroglass +ferrogoslarite +ferrohydrocyanic +ferroinclave +ferromagnesian +ferromagnetic +ferromagnetism +ferromanganese +ferromolybdenum +ferronatrite +ferronickel +ferrophosphorus +ferroprint +ferroprussiate +ferroprussic +ferrosilicon +ferrotitanium +ferrotungsten +ferrotype +ferrotyper +ferrous +ferrovanadium +ferrozirconium +ferruginate +ferrugination +ferruginean +ferruginous +ferrule +ferruler +ferrum +ferruminate +ferrumination +ferry +ferryboat +ferryhouse +ferryman +ferryway +ferthumlungur +Fertil +fertile +fertilely +fertileness +fertility +fertilizable +fertilization +fertilizational +fertilize +fertilizer +feru +ferula +ferulaceous +ferule +ferulic +fervanite +fervency +fervent +fervently +ferventness +fervescence +fervescent +fervid +fervidity +fervidly +fervidness +Fervidor +fervor +fervorless +Fesapo +Fescennine +fescenninity +fescue +fess +fessely +fesswise +fest +festal +festally +Feste +fester +festerment +festilogy +festinance +festinate +festinately +festination +festine +Festino +festival +festivally +festive +festively +festiveness +festivity +festivous +festology +festoon +festoonery +festoony +festuca +festucine +fet +fetal +fetalism +fetalization +fetation +fetch +fetched +fetcher +fetching +fetchingly +feteless +feterita +fetial +fetiales +fetichmonger +feticidal +feticide +fetid +fetidity +fetidly +fetidness +fetiferous +fetiparous +fetish +fetisheer +fetishic +fetishism +fetishist +fetishistic +fetishization +fetishize +fetishmonger +fetishry +fetlock +fetlocked +fetlow +fetography +fetometry +fetoplacental +fetor +fetter +fetterbush +fetterer +fetterless +fetterlock +fetticus +fettle +fettler +fettling +fetus +feu +feuage +feuar +feucht +feud +feudal +feudalism +feudalist +feudalistic +feudality +feudalizable +feudalization +feudalize +feudally +feudatorial +feudatory +feudee +feudist +feudovassalism +feued +Feuillants +feuille +feuilletonism +feuilletonist +feuilletonistic +feulamort +fever +feverberry +feverbush +fevercup +feveret +feverfew +fevergum +feverish +feverishly +feverishness +feverless +feverlike +feverous +feverously +feverroot +fevertrap +fevertwig +fevertwitch +feverweed +feverwort +few +fewness +fewsome +fewter +fewterer +fewtrils +fey +feyness +fez +Fezzan +fezzed +Fezziwig +fezzy +fi +fiacre +fiance +fiancee +fianchetto +Fianna +fiar +fiard +fiasco +fiat +fiatconfirmatio +fib +fibber +fibbery +fibdom +Fiber +fiber +fiberboard +fibered +Fiberglas +fiberize +fiberizer +fiberless +fiberware +fibration +fibreless +fibreware +fibriform +fibril +fibrilla +fibrillar +fibrillary +fibrillate +fibrillated +fibrillation +fibrilled +fibrilliferous +fibrilliform +fibrillose +fibrillous +fibrin +fibrinate +fibrination +fibrine +fibrinemia +fibrinoalbuminous +fibrinocellular +fibrinogen +fibrinogenetic +fibrinogenic +fibrinogenous +fibrinolysin +fibrinolysis +fibrinolytic +fibrinoplastic +fibrinoplastin +fibrinopurulent +fibrinose +fibrinosis +fibrinous +fibrinuria +fibroadenia +fibroadenoma +fibroadipose +fibroangioma +fibroareolar +fibroblast +fibroblastic +fibrobronchitis +fibrocalcareous +fibrocarcinoma +fibrocartilage +fibrocartilaginous +fibrocaseose +fibrocaseous +fibrocellular +fibrochondritis +fibrochondroma +fibrochondrosteal +fibrocrystalline +fibrocyst +fibrocystic +fibrocystoma +fibrocyte +fibroelastic +fibroenchondroma +fibrofatty +fibroferrite +fibroglia +fibroglioma +fibrohemorrhagic +fibroid +fibroin +fibrointestinal +fibroligamentous +fibrolipoma +fibrolipomatous +fibrolite +fibrolitic +fibroma +fibromata +fibromatoid +fibromatosis +fibromatous +fibromembrane +fibromembranous +fibromucous +fibromuscular +fibromyectomy +fibromyitis +fibromyoma +fibromyomatous +fibromyomectomy +fibromyositis +fibromyotomy +fibromyxoma +fibromyxosarcoma +fibroneuroma +fibronuclear +fibronucleated +fibropapilloma +fibropericarditis +fibroplastic +fibropolypus +fibropsammoma +fibropurulent +fibroreticulate +fibrosarcoma +fibrose +fibroserous +fibrosis +fibrositis +Fibrospongiae +fibrotic +fibrotuberculosis +fibrous +fibrously +fibrousness +fibrovasal +fibrovascular +fibry +fibster +fibula +fibulae +fibular +fibulare +fibulocalcaneal +Ficaria +ficary +fice +ficelle +fiche +Fichtean +Fichteanism +fichtelite +fichu +ficiform +fickle +ficklehearted +fickleness +ficklety +ficklewise +fickly +fico +ficoid +Ficoidaceae +Ficoideae +ficoides +fictation +fictile +fictileness +fictility +fiction +fictional +fictionalize +fictionally +fictionary +fictioneer +fictioner +fictionist +fictionistic +fictionization +fictionize +fictionmonger +fictious +fictitious +fictitiously +fictitiousness +fictive +fictively +Ficula +Ficus +fid +Fidac +fidalgo +fidate +fidation +fiddle +fiddleback +fiddlebrained +fiddlecome +fiddledeedee +fiddlefaced +fiddlehead +fiddleheaded +fiddler +fiddlerfish +fiddlery +fiddlestick +fiddlestring +fiddlewood +fiddley +fiddling +fide +fideicommiss +fideicommissary +fideicommission +fideicommissioner +fideicommissor +fideicommissum +fideism +fideist +fidejussion +fidejussionary +fidejussor +fidejussory +Fidele +Fidelia +Fidelio +fidelity +fidepromission +fidepromissor +Fides +Fidessa +fidfad +fidge +fidget +fidgeter +fidgetily +fidgetiness +fidgeting +fidgetingly +fidgety +Fidia +fidicinal +fidicinales +fidicula +Fido +fiducia +fiducial +fiducially +fiduciarily +fiduciary +fiducinales +fie +fiedlerite +fiefdom +field +fieldball +fieldbird +fielded +fielder +fieldfare +fieldish +fieldman +fieldpiece +fieldsman +fieldward +fieldwards +fieldwork +fieldworker +fieldwort +fieldy +fiend +fiendful +fiendfully +fiendhead +fiendish +fiendishly +fiendishness +fiendism +fiendlike +fiendliness +fiendly +fiendship +fient +Fierabras +Fierasfer +fierasferid +Fierasferidae +fierasferoid +fierce +fiercehearted +fiercely +fiercen +fierceness +fierding +fierily +fieriness +fiery +fiesta +fieulamort +Fife +fife +fifer +fifie +fifish +fifo +fifteen +fifteener +fifteenfold +fifteenth +fifteenthly +fifth +fifthly +fiftieth +fifty +fiftyfold +fig +figaro +figbird +figeater +figent +figged +figgery +figging +figgle +figgy +fight +fightable +fighter +fighteress +fighting +fightingly +fightwite +Figitidae +figless +figlike +figment +figmental +figpecker +figshell +figulate +figulated +figuline +figurability +figurable +figural +figurant +figurante +figurate +figurately +figuration +figurative +figuratively +figurativeness +figure +figured +figuredly +figurehead +figureheadless +figureheadship +figureless +figurer +figuresome +figurette +figurial +figurine +figurism +figurist +figurize +figury +figworm +figwort +Fiji +Fijian +fike +fikie +filace +filaceous +filacer +Filago +filament +filamentar +filamentary +filamented +filamentiferous +filamentoid +filamentose +filamentous +filamentule +filander +filanders +filao +filar +Filaria +filaria +filarial +filarian +filariasis +filaricidal +filariform +filariid +Filariidae +filarious +filasse +filate +filator +filature +filbert +filch +filcher +filchery +filching +filchingly +file +filefish +filelike +filemaker +filemaking +filemot +filer +filesmith +filet +filial +filiality +filially +filialness +filiate +filiation +filibeg +filibranch +Filibranchia +filibranchiate +filibuster +filibusterer +filibusterism +filibusterous +filical +Filicales +filicauline +Filices +filicic +filicidal +filicide +filiciform +filicin +Filicineae +filicinean +filicite +Filicites +filicologist +filicology +Filicornia +filiety +filiferous +filiform +filiformed +Filigera +filigerous +filigree +filing +filings +filionymic +filiopietistic +filioque +Filipendula +filipendulous +Filipina +Filipiniana +Filipinization +Filipinize +Filipino +filippo +filipuncture +filite +Filix +fill +fillable +filled +fillemot +filler +fillercap +fillet +filleter +filleting +filletlike +filletster +filleul +filling +fillingly +fillingness +fillip +fillipeen +fillister +fillmass +fillock +fillowite +filly +film +filmable +filmdom +filmet +filmgoer +filmgoing +filmic +filmiform +filmily +filminess +filmish +filmist +filmize +filmland +filmlike +filmogen +filmslide +filmstrip +filmy +filo +filoplumaceous +filoplume +filopodium +Filosa +filose +filoselle +fils +filter +filterability +filterable +filterableness +filterer +filtering +filterman +filth +filthify +filthily +filthiness +filthless +filthy +filtrability +filtrable +filtratable +filtrate +filtration +fimble +fimbria +fimbrial +fimbriate +fimbriated +fimbriation +fimbriatum +fimbricate +fimbricated +fimbrilla +fimbrillate +fimbrilliferous +fimbrillose +fimbriodentate +Fimbristylis +fimetarious +fimicolous +Fin +fin +finable +finableness +finagle +finagler +final +finale +finalism +finalist +finality +finalize +finally +finance +financial +financialist +financially +financier +financiery +financist +finback +finch +finchbacked +finched +finchery +find +findability +findable +findal +finder +findfault +finding +findjan +fine +fineable +finebent +fineish +fineleaf +fineless +finely +finement +fineness +finer +finery +finespun +finesse +finesser +finestill +finestiller +finetop +finfish +finfoot +Fingal +Fingall +Fingallian +fingent +finger +fingerable +fingerberry +fingerbreadth +fingered +fingerer +fingerfish +fingerflower +fingerhold +fingerhook +fingering +fingerleaf +fingerless +fingerlet +fingerlike +fingerling +fingernail +fingerparted +fingerprint +fingerprinting +fingerroot +fingersmith +fingerspin +fingerstall +fingerstone +fingertip +fingerwise +fingerwork +fingery +fingrigo +Fingu +finial +finialed +finical +finicality +finically +finicalness +finicism +finick +finickily +finickiness +finicking +finickingly +finickingness +finific +finify +Finiglacial +finikin +finiking +fining +finis +finish +finishable +finished +finisher +finishing +finite +finitely +finiteness +finitesimal +finitive +finitude +finity +finjan +fink +finkel +finland +Finlander +finless +finlet +finlike +Finmark +Finn +finnac +finned +finner +finnesko +Finnic +Finnicize +finnip +Finnish +finny +finochio +Fionnuala +fiord +fiorded +Fioretti +fiorin +fiorite +Fiot +fip +fipenny +fipple +fique +fir +Firbolg +firca +fire +fireable +firearm +firearmed +fireback +fireball +firebird +fireblende +fireboard +fireboat +firebolt +firebolted +firebote +firebox +fireboy +firebrand +firebrat +firebreak +firebrick +firebug +fireburn +firecoat +firecracker +firecrest +fired +firedamp +firedog +firedrake +firefall +firefang +firefanged +fireflaught +fireflirt +fireflower +firefly +fireguard +firehouse +fireless +firelight +firelike +fireling +firelit +firelock +fireman +firemanship +firemaster +fireplace +fireplug +firepower +fireproof +fireproofing +fireproofness +firer +fireroom +firesafe +firesafeness +firesafety +fireshaft +fireshine +fireside +firesider +firesideship +firespout +firestone +firestopping +firetail +firetop +firetrap +firewarden +firewater +fireweed +firewood +firework +fireworkless +fireworky +fireworm +firing +firk +firker +firkin +firlot +firm +firmament +firmamental +firman +firmance +firmer +firmhearted +firmisternal +Firmisternia +firmisternial +firmisternous +firmly +firmness +firn +Firnismalerei +Firoloida +firring +firry +first +firstcomer +firsthand +firstling +firstly +firstness +firstship +firth +fisc +fiscal +fiscalify +fiscalism +fiscalization +fiscalize +fiscally +fischerite +fise +fisetin +fish +fishable +fishback +fishbed +fishberry +fishbolt +fishbone +fisheater +fished +fisher +fisherboat +fisherboy +fisheress +fisherfolk +fishergirl +fisherman +fisherpeople +fisherwoman +fishery +fishet +fisheye +fishfall +fishful +fishgarth +fishgig +fishhood +fishhook +fishhooks +fishhouse +fishify +fishily +fishiness +fishing +fishingly +fishless +fishlet +fishlike +fishline +fishling +fishman +fishmonger +fishmouth +fishplate +fishpond +fishpool +fishpot +fishpotter +fishpound +fishskin +fishtail +fishway +fishweed +fishweir +fishwife +fishwoman +fishwood +fishworker +fishworks +fishworm +fishy +fishyard +fisnoga +fissate +fissicostate +fissidactyl +Fissidens +Fissidentaceae +fissidentaceous +fissile +fissileness +fissilingual +Fissilinguia +fissility +fission +fissionable +fissipalmate +fissipalmation +fissiparation +fissiparism +fissiparity +fissiparous +fissiparously +fissiparousness +fissiped +Fissipeda +fissipedal +fissipedate +Fissipedia +fissipedial +Fissipes +fissirostral +fissirostrate +Fissirostres +fissive +fissural +fissuration +fissure +fissureless +Fissurella +Fissurellidae +fissuriform +fissury +fist +fisted +fister +fistful +fistiana +fistic +fistical +fisticuff +fisticuffer +fisticuffery +fistify +fistiness +fisting +fistlike +fistmele +fistnote +fistuca +fistula +Fistulana +fistular +Fistularia +Fistulariidae +fistularioid +fistulate +fistulated +fistulatome +fistulatous +fistule +fistuliform +Fistulina +fistulize +fistulose +fistulous +fistwise +fisty +fit +fitch +fitched +fitchee +fitcher +fitchery +fitchet +fitchew +fitful +fitfully +fitfulness +fitly +fitment +fitness +fitout +fitroot +fittable +fittage +fitted +fittedness +fitten +fitter +fitters +fittily +fittiness +fitting +fittingly +fittingness +Fittonia +fitty +fittyfied +fittyways +fittywise +fitweed +Fitzclarence +Fitzroy +Fitzroya +Fiuman +five +fivebar +fivefold +fivefoldness +fiveling +fivepence +fivepenny +fivepins +fiver +fives +fivescore +fivesome +fivestones +fix +fixable +fixage +fixate +fixatif +fixation +fixative +fixator +fixature +fixed +fixedly +fixedness +fixer +fixidity +fixing +fixity +fixture +fixtureless +fixure +fizelyite +fizgig +fizz +fizzer +fizzle +fizzy +fjarding +fjeld +fjerding +Fjorgyn +flabbergast +flabbergastation +flabbily +flabbiness +flabby +flabellarium +flabellate +flabellation +flabellifoliate +flabelliform +flabellinerved +flabellum +flabrum +flaccid +flaccidity +flaccidly +flaccidness +flacherie +Flacian +Flacianism +Flacianist +flack +flacked +flacker +flacket +Flacourtia +Flacourtiaceae +flacourtiaceous +flaff +flaffer +flag +flagboat +flagellant +flagellantism +flagellar +Flagellaria +Flagellariaceae +flagellariaceous +Flagellata +Flagellatae +flagellate +flagellated +flagellation +flagellative +flagellator +flagellatory +flagelliferous +flagelliform +flagellist +flagellosis +flagellula +flagellum +flageolet +flagfall +flagger +flaggery +flaggily +flagginess +flagging +flaggingly +flaggish +flaggy +flagitate +flagitation +flagitious +flagitiously +flagitiousness +flagleaf +flagless +flaglet +flaglike +flagmaker +flagmaking +flagman +flagon +flagonet +flagonless +flagpole +flagrance +flagrancy +flagrant +flagrantly +flagrantness +flagroot +flagship +flagstaff +flagstick +flagstone +flagworm +flail +flaillike +flair +flaith +flaithship +flajolotite +flak +flakage +flake +flakeless +flakelet +flaker +flakily +flakiness +flaky +flam +Flamandization +Flamandize +flamant +flamb +flambeau +flambeaux +flamberg +flamboyance +flamboyancy +flamboyant +flamboyantism +flamboyantize +flamboyantly +flamboyer +flame +flamed +flameflower +flameless +flamelet +flamelike +flamen +flamenco +flamenship +flameproof +flamer +flamfew +flamineous +flaming +Flamingant +flamingly +flamingo +Flaminian +flaminica +flaminical +flammability +flammable +flammeous +flammiferous +flammulated +flammulation +flammule +flamy +flan +flancard +flanch +flanched +flanconade +flandan +flandowser +flane +flange +flangeless +flanger +flangeway +flank +flankard +flanked +flanker +flanking +flankwise +flanky +flannel +flannelbush +flanneled +flannelette +flannelflower +flannelleaf +flannelly +flannelmouth +flannelmouthed +flannels +flanque +flap +flapcake +flapdock +flapdoodle +flapdragon +flapjack +flapmouthed +flapper +flapperdom +flapperhood +flapperish +flapperism +flare +flareback +flareboard +flareless +flaring +flaringly +flary +flaser +flash +flashboard +flasher +flashet +flashily +flashiness +flashing +flashingly +flashlight +flashlike +flashly +flashness +flashover +flashpan +flashproof +flashtester +flashy +flask +flasker +flasket +flasklet +flasque +flat +flatboat +flatbottom +flatcap +flatcar +flatdom +flated +flatfish +flatfoot +flathat +flathead +flatiron +flatland +flatlet +flatling +flatly +flatman +flatness +flatnose +flatten +flattener +flattening +flatter +flatterable +flattercap +flatterdock +flatterer +flattering +flatteringly +flatteringness +flattery +flattie +flatting +flattish +flattop +flatulence +flatulency +flatulent +flatulently +flatulentness +flatus +flatware +flatway +flatways +flatweed +flatwise +flatwoods +flatwork +flatworm +Flaubertian +flaught +flaughter +flaunt +flaunter +flauntily +flauntiness +flaunting +flauntingly +flaunty +flautino +flautist +flavanilin +flavaniline +flavanthrene +flavanthrone +flavedo +Flaveria +flavescence +flavescent +Flavia +Flavian +flavic +flavicant +flavid +flavin +flavine +Flavius +flavo +Flavobacterium +flavone +flavoprotein +flavopurpurin +flavor +flavored +flavorer +flavorful +flavoring +flavorless +flavorous +flavorsome +flavory +flavour +flaw +flawed +flawflower +flawful +flawless +flawlessly +flawlessness +flawn +flawy +flax +flaxboard +flaxbush +flaxdrop +flaxen +flaxlike +flaxman +flaxseed +flaxtail +flaxweed +flaxwench +flaxwife +flaxwoman +flaxwort +flaxy +flay +flayer +flayflint +flea +fleabane +fleabite +fleadock +fleam +fleaseed +fleaweed +fleawood +fleawort +fleay +flebile +fleche +flechette +fleck +flecken +flecker +fleckiness +fleckled +fleckless +flecklessly +flecky +flecnodal +flecnode +flection +flectional +flectionless +flector +fled +fledge +fledgeless +fledgling +fledgy +flee +fleece +fleeceable +fleeced +fleeceflower +fleeceless +fleecelike +fleecer +fleech +fleechment +fleecily +fleeciness +fleecy +fleer +fleerer +fleering +fleeringly +fleet +fleeter +fleetful +fleeting +fleetingly +fleetingness +fleetings +fleetly +fleetness +fleetwing +Flem +Fleming +Flemish +flemish +flench +flense +flenser +flerry +flesh +fleshbrush +fleshed +fleshen +flesher +fleshful +fleshhood +fleshhook +fleshiness +fleshing +fleshings +fleshless +fleshlike +fleshlily +fleshliness +fleshly +fleshment +fleshmonger +fleshpot +fleshy +flet +Fleta +fletch +Fletcher +fletcher +Fletcherism +Fletcherite +Fletcherize +flether +fleuret +fleurettee +fleuronnee +fleury +flew +flewed +flewit +flews +flex +flexanimous +flexed +flexibility +flexible +flexibleness +flexibly +flexile +flexility +flexion +flexionless +flexor +flexuose +flexuosity +flexuous +flexuously +flexuousness +flexural +flexure +flexured +fley +fleyedly +fleyedness +fleyland +fleysome +flibbertigibbet +flicflac +flick +flicker +flickering +flickeringly +flickerproof +flickertail +flickery +flicky +flidder +flier +fligger +flight +flighted +flighter +flightful +flightily +flightiness +flighting +flightless +flightshot +flighty +flimflam +flimflammer +flimflammery +flimmer +flimp +flimsily +flimsiness +flimsy +flinch +flincher +flinching +flinchingly +flinder +Flindersia +flindosa +flindosy +fling +flinger +flingy +flinkite +flint +flinter +flinthearted +flintify +flintily +flintiness +flintless +flintlike +flintlock +flintwood +flintwork +flintworker +flinty +flioma +flip +flipe +flipjack +flippancy +flippant +flippantly +flippantness +flipper +flipperling +flippery +flirt +flirtable +flirtation +flirtational +flirtationless +flirtatious +flirtatiously +flirtatiousness +flirter +flirtigig +flirting +flirtingly +flirtish +flirtishness +flirtling +flirty +flisk +flisky +flit +flitch +flitchen +flite +flitfold +fliting +flitter +flitterbat +flittermouse +flittern +flitting +flittingly +flitwite +flivver +flix +flixweed +Flo +float +floatability +floatable +floatage +floatation +floatative +floatboard +floater +floatiness +floating +floatingly +floative +floatless +floatmaker +floatman +floatplane +floatsman +floatstone +floaty +flob +flobby +floc +floccillation +floccipend +floccose +floccosely +flocculable +flocculant +floccular +flocculate +flocculation +flocculator +floccule +flocculence +flocculency +flocculent +flocculently +flocculose +flocculus +floccus +flock +flocker +flocking +flockless +flocklike +flockman +flockmaster +flockowner +flockwise +flocky +flocoon +flodge +floe +floeberg +Floerkea +floey +flog +floggable +flogger +flogging +floggingly +flogmaster +flogster +flokite +flong +flood +floodable +floodage +floodboard +floodcock +flooded +flooder +floodgate +flooding +floodless +floodlet +floodlight +floodlighting +floodlike +floodmark +floodometer +floodproof +floodtime +floodwater +floodway +floodwood +floody +floor +floorage +floorcloth +floorer +floorhead +flooring +floorless +floorman +floorwalker +floorward +floorway +floorwise +floozy +flop +flophouse +flopover +flopper +floppers +floppily +floppiness +floppy +flopwing +Flora +flora +floral +Floralia +floralize +florally +floramor +floran +florate +floreal +floreate +Florence +florence +florent +Florentine +Florentinism +florentium +flores +florescence +florescent +floressence +floret +floreted +floretum +Floria +Florian +floriate +floriated +floriation +florican +floricin +floricultural +floriculturally +floriculture +floriculturist +florid +Florida +Floridan +Florideae +floridean +florideous +Floridian +floridity +floridly +floridness +floriferous +floriferously +floriferousness +florification +floriform +florigen +florigenic +florigraphy +florikan +floriken +florilegium +florimania +florimanist +florin +Florinda +floriparous +floripondio +floriscope +Florissant +florist +floristic +floristically +floristics +floristry +florisugent +florivorous +floroon +floroscope +florula +florulent +flory +floscular +Floscularia +floscularian +Flosculariidae +floscule +flosculose +flosculous +flosh +floss +flosser +flossflower +Flossie +flossification +flossing +flossy +flot +flota +flotage +flotant +flotation +flotative +flotilla +flotorial +flotsam +flounce +flouncey +flouncing +flounder +floundering +flounderingly +flour +flourish +flourishable +flourisher +flourishing +flourishingly +flourishment +flourishy +flourlike +floury +flouse +flout +flouter +flouting +floutingly +flow +flowable +flowage +flower +flowerage +flowered +flowerer +floweret +flowerful +flowerily +floweriness +flowering +flowerist +flowerless +flowerlessness +flowerlet +flowerlike +flowerpecker +flowerpot +flowerwork +flowery +flowing +flowingly +flowingness +flowmanostat +flowmeter +flown +flowoff +Floyd +flu +fluate +fluavil +flub +flubdub +flubdubbery +flucan +fluctiferous +fluctigerous +fluctisonant +fluctisonous +fluctuability +fluctuable +fluctuant +fluctuate +fluctuation +fluctuosity +fluctuous +flue +flued +flueless +fluellen +fluellite +flueman +fluency +fluent +fluently +fluentness +fluer +fluework +fluey +fluff +fluffer +fluffily +fluffiness +fluffy +Flugelhorn +flugelman +fluible +fluid +fluidacetextract +fluidal +fluidally +fluidextract +fluidglycerate +fluidible +fluidic +fluidification +fluidifier +fluidify +fluidimeter +fluidism +fluidist +fluidity +fluidization +fluidize +fluidly +fluidness +fluidram +fluigram +fluitant +fluke +fluked +flukeless +flukeworm +flukewort +flukily +flukiness +fluking +fluky +flumdiddle +flume +flumerin +fluminose +flummadiddle +flummer +flummery +flummox +flummydiddle +flump +flung +flunk +flunker +flunkeydom +flunkeyhood +flunkeyish +flunkeyize +flunky +flunkydom +flunkyhood +flunkyish +flunkyism +flunkyistic +flunkyite +flunkyize +fluoaluminate +fluoaluminic +fluoarsenate +fluoborate +fluoboric +fluoborid +fluoboride +fluoborite +fluobromide +fluocarbonate +fluocerine +fluocerite +fluochloride +fluohydric +fluophosphate +fluor +fluoran +fluoranthene +fluorapatite +fluorate +fluorbenzene +fluorene +fluorenyl +fluoresage +fluoresce +fluorescein +fluorescence +fluorescent +fluorescigenic +fluorescigenous +fluorescin +fluorhydric +fluoric +fluoridate +fluoridation +fluoride +fluoridization +fluoridize +fluorimeter +fluorinate +fluorination +fluorindine +fluorine +fluorite +fluormeter +fluorobenzene +fluoroborate +fluoroform +fluoroformol +fluorogen +fluorogenic +fluorography +fluoroid +fluorometer +fluoroscope +fluoroscopic +fluoroscopy +fluorosis +fluorotype +fluorspar +fluoryl +fluosilicate +fluosilicic +fluotantalate +fluotantalic +fluotitanate +fluotitanic +fluozirconic +flurn +flurr +flurried +flurriedly +flurriment +flurry +flush +flushboard +flusher +flusherman +flushgate +flushing +flushingly +flushness +flushy +flusk +flusker +fluster +flusterate +flusteration +flusterer +flusterment +flustery +Flustra +flustrine +flustroid +flustrum +flute +flutebird +fluted +flutelike +flutemouth +fluter +flutework +Flutidae +flutina +fluting +flutist +flutter +flutterable +flutteration +flutterer +fluttering +flutteringly +flutterless +flutterment +fluttersome +fluttery +fluty +fluvial +fluvialist +fluviatic +fluviatile +fluvicoline +fluvioglacial +fluviograph +fluviolacustrine +fluviology +fluviomarine +fluviometer +fluviose +fluvioterrestrial +fluviovolcanic +flux +fluxation +fluxer +fluxibility +fluxible +fluxibleness +fluxibly +fluxile +fluxility +fluxion +fluxional +fluxionally +fluxionary +fluxionist +fluxmeter +fluxroot +fluxweed +fly +flyable +flyaway +flyback +flyball +flybane +flybelt +flyblow +flyblown +flyboat +flyboy +flycatcher +flyeater +flyer +flyflap +flyflapper +flyflower +flying +flyingly +flyleaf +flyless +flyman +flyness +flypaper +flype +flyproof +Flysch +flyspeck +flytail +flytier +flytrap +flyway +flyweight +flywheel +flywinch +flywort +Fo +foal +foalfoot +foalhood +foaly +foam +foambow +foamer +foamflower +foamily +foaminess +foaming +foamingly +foamless +foamlike +foamy +fob +focal +focalization +focalize +focally +focaloid +foci +focimeter +focimetry +focoids +focometer +focometry +focsle +focus +focusable +focuser +focusless +fod +fodda +fodder +fodderer +foddering +fodderless +foder +fodge +fodgel +fodient +Fodientia +foe +foehn +foehnlike +foeish +foeless +foelike +foeman +foemanship +Foeniculum +foenngreek +foeship +foetalization +fog +fogbound +fogbow +fogdog +fogdom +fogeater +fogey +fogfruit +foggage +fogged +fogger +foggily +fogginess +foggish +foggy +foghorn +fogle +fogless +fogman +fogo +fogon +fogou +fogproof +fogram +fogramite +fogramity +fogscoffer +fogus +fogy +fogydom +fogyish +fogyism +fohat +foible +foil +foilable +foiler +foiling +foilsman +foining +foiningly +Foism +foison +foisonless +Foist +foist +foister +foistiness +foisty +foiter +Fokker +fold +foldable +foldage +foldboat +foldcourse +folded +foldedly +folden +folder +folding +foldless +foldskirt +foldure +foldwards +foldy +fole +folgerite +folia +foliaceous +foliaceousness +foliage +foliaged +foliageous +folial +foliar +foliary +foliate +foliated +foliation +foliature +folie +foliicolous +foliiferous +foliiform +folio +foliobranch +foliobranchiate +foliocellosis +foliolate +foliole +folioliferous +foliolose +foliose +foliosity +foliot +folious +foliously +folium +folk +folkcraft +folkfree +folkland +folklore +folkloric +folklorish +folklorism +folklorist +folkloristic +folkmoot +folkmooter +folkmot +folkmote +folkmoter +folkright +folksiness +folksy +Folkvang +Folkvangr +folkway +folky +folles +folletage +follicle +follicular +folliculate +folliculated +follicule +folliculin +Folliculina +folliculitis +folliculose +folliculosis +folliculous +folliful +follis +follow +followable +follower +followership +following +followingly +folly +follyproof +Fomalhaut +foment +fomentation +fomenter +fomes +fomites +Fon +fondak +fondant +fondish +fondle +fondler +fondlesome +fondlike +fondling +fondlingly +fondly +fondness +fondu +fondue +fonduk +fonly +fonnish +fono +fons +font +Fontainea +fontal +fontally +fontanel +fontange +fonted +fontful +fonticulus +fontinal +Fontinalaceae +fontinalaceous +Fontinalis +fontlet +foo +Foochow +Foochowese +food +fooder +foodful +foodless +foodlessness +foodstuff +foody +foofaraw +fool +fooldom +foolery +fooless +foolfish +foolhardihood +foolhardily +foolhardiness +foolhardiship +foolhardy +fooling +foolish +foolishly +foolishness +foollike +foolocracy +foolproof +foolproofness +foolscap +foolship +fooner +fooster +foosterer +foot +footage +footback +football +footballer +footballist +footband +footblower +footboard +footboy +footbreadth +footbridge +footcloth +footed +footeite +footer +footfall +footfarer +footfault +footfolk +footful +footganger +footgear +footgeld +foothalt +foothill +foothold +foothook +foothot +footing +footingly +footings +footle +footler +footless +footlicker +footlight +footlights +footling +footlining +footlock +footmaker +footman +footmanhood +footmanry +footmanship +footmark +footnote +footnoted +footpace +footpad +footpaddery +footpath +footpick +footplate +footprint +footrail +footrest +footrill +footroom +footrope +foots +footscald +footslog +footslogger +footsore +footsoreness +footstalk +footstall +footstep +footstick +footstock +footstone +footstool +footwalk +footwall +footway +footwear +footwork +footworn +footy +fooyoung +foozle +foozler +fop +fopling +foppery +foppish +foppishly +foppishness +foppy +fopship +For +for +fora +forage +foragement +forager +foralite +foramen +foraminated +foramination +foraminifer +Foraminifera +foraminiferal +foraminiferan +foraminiferous +foraminose +foraminous +foraminulate +foraminule +foraminulose +foraminulous +forane +foraneen +foraneous +forasmuch +foray +forayer +forb +forbade +forbar +forbathe +forbear +forbearable +forbearance +forbearant +forbearantly +forbearer +forbearing +forbearingly +forbearingness +forbesite +forbid +forbiddable +forbiddal +forbiddance +forbidden +forbiddenly +forbiddenness +forbidder +forbidding +forbiddingly +forbiddingness +forbit +forbled +forblow +forbore +forborne +forbow +forby +force +forceable +forced +forcedly +forcedness +forceful +forcefully +forcefulness +forceless +forcemeat +forcement +forceps +forcepslike +forcer +forchase +forche +forcibility +forcible +forcibleness +forcibly +forcing +forcingly +forcipate +forcipated +forcipes +forcipiform +forcipressure +Forcipulata +forcipulate +forcleave +forconceit +ford +fordable +fordableness +fordays +Fordicidia +fording +fordless +fordo +fordone +fordwine +fordy +fore +foreaccounting +foreaccustom +foreacquaint +foreact +foreadapt +foreadmonish +foreadvertise +foreadvice +foreadvise +foreallege +foreallot +foreannounce +foreannouncement +foreanswer +foreappoint +foreappointment +forearm +foreassign +foreassurance +forebackwardly +forebay +forebear +forebemoan +forebemoaned +forebespeak +forebitt +forebitten +forebitter +forebless +foreboard +forebode +forebodement +foreboder +foreboding +forebodingly +forebodingness +forebody +foreboot +forebowels +forebowline +forebrace +forebrain +forebreast +forebridge +foreburton +forebush +forecar +forecarriage +forecast +forecaster +forecasting +forecastingly +forecastle +forecastlehead +forecastleman +forecatching +forecatharping +forechamber +forechase +forechoice +forechoose +forechurch +forecited +foreclaw +foreclosable +foreclose +foreclosure +forecome +forecomingness +forecommend +foreconceive +foreconclude +forecondemn +foreconscious +foreconsent +foreconsider +forecontrive +forecool +forecooler +forecounsel +forecount +forecourse +forecourt +forecover +forecovert +foredate +foredawn +foreday +foredeck +foredeclare +foredecree +foredeep +foredefeated +foredefine +foredenounce +foredescribe +foredeserved +foredesign +foredesignment +foredesk +foredestine +foredestiny +foredetermination +foredetermine +foredevised +foredevote +forediscern +foredispose +foredivine +foredone +foredoom +foredoomer +foredoor +foreface +forefather +forefatherly +forefault +forefeel +forefeeling +forefeelingly +forefelt +forefield +forefigure +forefin +forefinger +forefit +foreflank +foreflap +foreflipper +forefoot +forefront +foregallery +foregame +foreganger +foregate +foregift +foregirth +foreglance +foregleam +foreglimpse +foreglow +forego +foregoer +foregoing +foregone +foregoneness +foreground +foreguess +foreguidance +forehalf +forehall +forehammer +forehand +forehanded +forehandedness +forehandsel +forehard +forehatch +forehatchway +forehead +foreheaded +forehear +forehearth +foreheater +forehill +forehinting +forehold +forehood +forehoof +forehook +foreign +foreigneering +foreigner +foreignership +foreignism +foreignization +foreignize +foreignly +foreignness +foreimagination +foreimagine +foreimpressed +foreimpression +foreinclined +foreinstruct +foreintend +foreiron +forejudge +forejudgment +forekeel +foreking +foreknee +foreknow +foreknowable +foreknower +foreknowing +foreknowingly +foreknowledge +forel +forelady +foreland +forelay +foreleech +foreleg +forelimb +forelive +forellenstein +forelock +forelook +foreloop +forelooper +foreloper +foremade +foreman +foremanship +foremarch +foremark +foremartyr +foremast +foremasthand +foremastman +foremean +foremeant +foremelt +foremention +forementioned +foremessenger +foremilk +foremisgiving +foremistress +foremost +foremostly +foremother +forename +forenamed +forenews +forenight +forenoon +forenote +forenoted +forenotice +forenotion +forensal +forensic +forensical +forensicality +forensically +foreordain +foreordainment +foreorder +foreordinate +foreordination +foreorlop +forepad +forepale +foreparents +forepart +forepassed +forepast +forepaw +forepayment +forepeak +foreperiod +forepiece +foreplace +foreplan +foreplanting +forepole +foreporch +forepossessed +forepost +forepredicament +forepreparation +foreprepare +forepretended +foreproduct +foreproffer +forepromise +forepromised +foreprovided +foreprovision +forepurpose +forequarter +forequoted +foreran +forerank +forereach +forereaching +foreread +forereading +forerecited +forereckon +forerehearsed +foreremembered +forereport +forerequest +forerevelation +forerib +forerigging +foreright +foreroom +foreroyal +forerun +forerunner +forerunnership +forerunnings +foresaddle +foresaid +foresail +foresay +forescene +forescent +foreschool +foreschooling +forescript +foreseason +foreseat +foresee +foreseeability +foreseeable +foreseeingly +foreseer +foreseize +foresend +foresense +foresentence +foreset +foresettle +foresettled +foreshadow +foreshadower +foreshaft +foreshank +foreshape +foresheet +foreshift +foreship +foreshock +foreshoe +foreshop +foreshore +foreshorten +foreshortening +foreshot +foreshoulder +foreshow +foreshower +foreshroud +foreside +foresight +foresighted +foresightedness +foresightful +foresightless +foresign +foresignify +foresin +foresing +foresinger +foreskin +foreskirt +foresleeve +foresound +forespeak +forespecified +forespeed +forespencer +forest +forestaff +forestage +forestair +forestal +forestall +forestaller +forestallment +forestarling +forestate +forestation +forestay +forestaysail +forestcraft +forested +foresteep +forestem +forestep +forester +forestership +forestful +forestial +Forestian +forestick +Forestiera +forestine +forestish +forestless +forestlike +forestology +forestral +forestress +forestry +forestside +forestudy +forestwards +foresty +foresummer +foresummon +foresweat +foretack +foretackle +foretalk +foretalking +foretaste +foretaster +foretell +foretellable +foreteller +forethink +forethinker +forethought +forethoughted +forethoughtful +forethoughtfully +forethoughtfulness +forethoughtless +forethrift +foretime +foretimed +foretoken +foretold +foretop +foretopman +foretrace +foretrysail +foreturn +foretype +foretypified +foreuse +foreutter +forevalue +forever +forevermore +foreview +forevision +forevouch +forevouched +forevow +forewarm +forewarmer +forewarn +forewarner +forewarning +forewarningly +forewaters +foreween +foreweep +foreweigh +forewing +forewinning +forewisdom +forewish +forewoman +forewonted +foreword +foreworld +foreworn +forewritten +forewrought +foreyard +foreyear +forfairn +forfar +forfare +forfars +forfault +forfaulture +forfeit +forfeiter +forfeits +forfeiture +forfend +forficate +forficated +forfication +forficiform +Forficula +forficulate +Forficulidae +forfouchten +forfoughen +forfoughten +forgainst +forgather +forge +forgeability +forgeable +forged +forgedly +forgeful +forgeman +forger +forgery +forget +forgetful +forgetfully +forgetfulness +forgetive +forgetness +forgettable +forgetter +forgetting +forgettingly +forgie +forging +forgivable +forgivableness +forgivably +forgive +forgiveless +forgiveness +forgiver +forgiving +forgivingly +forgivingness +forgo +forgoer +forgot +forgotten +forgottenness +forgrow +forgrown +forhoo +forhooy +forhow +forinsec +forint +forisfamiliate +forisfamiliation +forjesket +forjudge +forjudger +fork +forkable +forkbeard +forked +forkedly +forkedness +forker +forkful +forkhead +forkiness +forkless +forklike +forkman +forksmith +forktail +forkwise +forky +forleft +forlet +forlorn +forlornity +forlornly +forlornness +form +formability +formable +formably +formagen +formagenic +formal +formalazine +formaldehyde +formaldehydesulphoxylate +formaldehydesulphoxylic +formaldoxime +formalesque +Formalin +formalism +formalist +formalistic +formalith +formality +formalization +formalize +formalizer +formally +formalness +formamide +formamidine +formamido +formamidoxime +formanilide +formant +format +formate +formation +formational +formative +formatively +formativeness +formature +formazyl +forme +formed +formedon +formee +formel +formene +formenic +former +formeret +formerly +formerness +formful +formiate +formic +Formica +formican +Formicariae +formicarian +Formicariidae +formicarioid +formicarium +formicaroid +formicary +formicate +formication +formicative +formicicide +formicid +Formicidae +formicide +Formicina +Formicinae +formicine +Formicivora +formicivorous +Formicoidea +formidability +formidable +formidableness +formidably +formin +forminate +forming +formless +formlessly +formlessness +Formol +formolite +formonitrile +Formosan +formose +formoxime +formula +formulable +formulae +formulaic +formular +formularism +formularist +formularistic +formularization +formularize +formulary +formulate +formulation +formulator +formulatory +formule +formulism +formulist +formulistic +formulization +formulize +formulizer +formwork +formy +formyl +formylal +formylate +formylation +fornacic +Fornax +fornaxid +fornenst +fornent +fornical +fornicate +fornicated +fornication +fornicator +fornicatress +fornicatrix +forniciform +forninst +fornix +forpet +forpine +forpit +forprise +forrad +forrard +forride +forrit +forritsome +forrue +forsake +forsaken +forsakenly +forsakenness +forsaker +forset +forslow +forsooth +forspeak +forspend +forspread +Forst +forsterite +forswear +forswearer +forsworn +forswornness +Forsythia +fort +fortalice +forte +fortescue +fortescure +forth +forthbring +forthbringer +forthcome +forthcomer +forthcoming +forthcomingness +forthcut +forthfare +forthfigured +forthgaze +forthgo +forthgoing +forthink +forthputting +forthright +forthrightly +forthrightness +forthrights +forthtell +forthteller +forthwith +forthy +forties +fortieth +fortifiable +fortification +fortifier +fortify +fortifying +fortifyingly +fortin +fortis +fortissimo +fortitude +fortitudinous +fortlet +fortnight +fortnightly +fortravail +fortread +fortress +fortuitism +fortuitist +fortuitous +fortuitously +fortuitousness +fortuity +fortunate +fortunately +fortunateness +fortune +fortuned +fortuneless +Fortunella +fortunetell +fortuneteller +fortunetelling +fortunite +forty +fortyfold +forum +forumize +forwander +forward +forwardal +forwardation +forwarder +forwarding +forwardly +forwardness +forwards +forwean +forweend +forwent +forwoden +forworden +fosh +fosie +Fosite +fossa +fossage +fossane +fossarian +fosse +fossed +fossette +fossick +fossicker +fossiform +fossil +fossilage +fossilated +fossilation +fossildom +fossiled +fossiliferous +fossilification +fossilify +fossilism +fossilist +fossilizable +fossilization +fossilize +fossillike +fossilogist +fossilogy +fossilological +fossilologist +fossilology +fossor +Fossores +Fossoria +fossorial +fossorious +fossula +fossulate +fossule +fossulet +fostell +Foster +foster +fosterable +fosterage +fosterer +fosterhood +fostering +fosteringly +fosterite +fosterland +fosterling +fostership +fostress +fot +fotch +fother +Fothergilla +fotmal +fotui +fou +foud +foudroyant +fouette +fougade +fougasse +fought +foughten +foughty +foujdar +foujdary +foul +foulage +foulard +fouler +fouling +foulish +foully +foulmouthed +foulmouthedly +foulmouthedness +foulness +foulsome +foumart +foun +found +foundation +foundational +foundationally +foundationary +foundationed +foundationer +foundationless +foundationlessness +founder +founderous +foundership +foundery +founding +foundling +foundress +foundry +foundryman +fount +fountain +fountained +fountaineer +fountainhead +fountainless +fountainlet +fountainous +fountainously +fountainwise +fountful +Fouquieria +Fouquieriaceae +fouquieriaceous +four +fourble +fourche +fourchee +fourcher +fourchette +fourchite +fourer +fourflusher +fourfold +Fourierian +Fourierism +Fourierist +Fourieristic +Fourierite +fourling +fourpence +fourpenny +fourpounder +fourre +fourrier +fourscore +foursome +foursquare +foursquarely +foursquareness +fourstrand +fourteen +fourteener +fourteenfold +fourteenth +fourteenthly +fourth +fourther +fourthly +foussa +foute +fouter +fouth +fovea +foveal +foveate +foveated +foveation +foveiform +foveola +foveolarious +foveolate +foveolated +foveole +foveolet +fow +fowk +fowl +fowler +fowlerite +fowlery +fowlfoot +fowling +fox +foxbane +foxberry +foxchop +foxer +foxery +foxfeet +foxfinger +foxfish +foxglove +foxhole +foxhound +foxily +foxiness +foxing +foxish +foxlike +foxproof +foxship +foxskin +foxtail +foxtailed +foxtongue +foxwood +foxy +foy +foyaite +foyaitic +foyboat +foyer +foziness +fozy +fra +frab +frabbit +frabjous +frabjously +frabous +fracas +fracedinous +frache +frack +fractable +fractabling +fracted +Fracticipita +fractile +fraction +fractional +fractionalism +fractionalize +fractionally +fractionary +fractionate +fractionating +fractionation +fractionator +fractionization +fractionize +fractionlet +fractious +fractiously +fractiousness +fractocumulus +fractonimbus +fractostratus +fractuosity +fracturable +fractural +fracture +fractureproof +frae +Fragaria +fraghan +Fragilaria +Fragilariaceae +fragile +fragilely +fragileness +fragility +fragment +fragmental +fragmentally +fragmentarily +fragmentariness +fragmentary +fragmentation +fragmented +fragmentist +fragmentitious +fragmentize +fragrance +fragrancy +fragrant +fragrantly +fragrantness +fraid +fraik +frail +frailejon +frailish +frailly +frailness +frailty +fraise +fraiser +Fram +framable +framableness +frambesia +frame +framea +frameable +frameableness +framed +frameless +framer +framesmith +framework +framing +frammit +frampler +frampold +franc +Frances +franchisal +franchise +franchisement +franchiser +Francic +Francis +francisc +francisca +Franciscan +Franciscanism +Francisco +francium +Francize +franco +Francois +francolin +francolite +Francomania +Franconian +Francophile +Francophilism +Francophobe +Francophobia +frangent +Frangi +frangibility +frangible +frangibleness +frangipane +frangipani +frangula +Frangulaceae +frangulic +frangulin +frangulinic +Frank +frank +frankability +frankable +frankalmoign +Frankenia +Frankeniaceae +frankeniaceous +Frankenstein +franker +frankfurter +frankhearted +frankheartedly +frankheartedness +Frankify +frankincense +frankincensed +franking +Frankish +Frankist +franklandite +Franklin +franklin +Franklinia +Franklinian +Frankliniana +Franklinic +Franklinism +Franklinist +franklinite +Franklinization +frankly +frankmarriage +frankness +frankpledge +frantic +frantically +franticly +franticness +franzy +frap +frappe +frapping +frasco +frase +Frasera +frasier +frass +frat +fratch +fratched +fratcheous +fratcher +fratchety +fratchy +frater +Fratercula +fraternal +fraternalism +fraternalist +fraternality +fraternally +fraternate +fraternation +fraternism +fraternity +fraternization +fraternize +fraternizer +fratery +Fraticelli +Fraticellian +fratority +Fratricelli +fratricidal +fratricide +fratry +fraud +fraudful +fraudfully +fraudless +fraudlessly +fraudlessness +fraudproof +fraudulence +fraudulency +fraudulent +fraudulently +fraudulentness +fraughan +fraught +frawn +fraxetin +fraxin +fraxinella +Fraxinus +fray +frayed +frayedly +frayedness +fraying +frayn +frayproof +fraze +frazer +frazil +frazzle +frazzling +freak +freakdom +freakery +freakful +freakily +freakiness +freakish +freakishly +freakishness +freaky +fream +freath +freck +frecken +freckened +frecket +freckle +freckled +freckledness +freckleproof +freckling +frecklish +freckly +Fred +Freddie +Freddy +Frederic +Frederica +Frederick +frederik +fredricite +free +freeboard +freeboot +freebooter +freebootery +freebooting +freeborn +Freechurchism +freed +freedman +freedom +freedwoman +freehand +freehanded +freehandedly +freehandedness +freehearted +freeheartedly +freeheartedness +freehold +freeholder +freeholdership +freeholding +freeing +freeish +Freekirker +freelage +freeloving +freelovism +freely +freeman +freemanship +freemartin +freemason +freemasonic +freemasonical +freemasonism +freemasonry +freeness +freer +Freesia +freesilverism +freesilverite +freestanding +freestone +freet +freethinker +freethinking +freetrader +freety +freeward +freeway +freewheel +freewheeler +freewheeling +freewill +freewoman +freezable +freeze +freezer +freezing +freezingly +Fregata +Fregatae +Fregatidae +freibergite +freieslebenite +freight +freightage +freighter +freightless +freightment +freir +freit +freity +fremd +fremdly +fremdness +fremescence +fremescent +fremitus +Fremontia +Fremontodendron +frenal +Frenatae +frenate +French +frenched +Frenchification +frenchification +Frenchify +frenchify +Frenchily +Frenchiness +frenching +Frenchism +Frenchize +Frenchless +Frenchly +Frenchman +Frenchness +Frenchwise +Frenchwoman +Frenchy +frenetic +frenetical +frenetically +Frenghi +frenular +frenulum +frenum +frenzelite +frenzied +frenziedly +frenzy +Freon +frequence +frequency +frequent +frequentable +frequentage +frequentation +frequentative +frequenter +frequently +frequentness +frescade +fresco +frescoer +frescoist +fresh +freshen +freshener +freshet +freshhearted +freshish +freshly +freshman +freshmanhood +freshmanic +freshmanship +freshness +freshwoman +Fresison +fresnel +fresno +fret +fretful +fretfully +fretfulness +fretless +fretsome +frett +frettage +frettation +frette +fretted +fretter +fretting +frettingly +fretty +fretum +fretways +fretwise +fretwork +fretworked +Freudian +Freudianism +Freudism +Freudist +Freya +freyalite +Freycinetia +Freyja +Freyr +friability +friable +friableness +friand +friandise +friar +friarbird +friarhood +friarling +friarly +friary +frib +fribble +fribbleism +fribbler +fribblery +fribbling +fribblish +fribby +fricandeau +fricandel +fricassee +frication +fricative +fricatrice +friction +frictionable +frictional +frictionally +frictionize +frictionless +frictionlessly +frictionproof +Friday +Fridila +fridstool +fried +Frieda +friedcake +friedelite +friedrichsdor +friend +friended +friendless +friendlessness +friendlike +friendlily +friendliness +friendliwise +friendly +friendship +frier +frieseite +Friesian +Friesic +Friesish +frieze +friezer +friezy +frig +frigate +frigatoon +friggle +fright +frightable +frighten +frightenable +frightened +frightenedly +frightenedness +frightener +frightening +frighteningly +frighter +frightful +frightfully +frightfulness +frightless +frightment +frighty +frigid +Frigidaire +frigidarium +frigidity +frigidly +frigidness +frigiferous +frigolabile +frigoric +frigorific +frigorifical +frigorify +frigorimeter +frigostable +frigotherapy +Frija +frijol +frijolillo +frijolito +frike +frill +frillback +frilled +friller +frillery +frillily +frilliness +frilling +frilly +frim +Frimaire +fringe +fringed +fringeflower +fringeless +fringelet +fringent +fringepod +Fringetail +Fringilla +fringillaceous +Fringillidae +fringilliform +Fringilliformes +fringilline +fringilloid +fringing +fringy +fripperer +frippery +frisca +Frisesomorum +frisette +Frisian +Frisii +frisk +frisker +frisket +friskful +friskily +friskiness +frisking +friskingly +frisky +frisolee +frison +frist +frisure +frit +frith +frithborh +frithbot +frithles +frithsoken +frithstool +frithwork +Fritillaria +fritillary +fritt +fritter +fritterer +Fritz +Friulian +frivol +frivoler +frivolism +frivolist +frivolity +frivolize +frivolous +frivolously +frivolousness +frixion +friz +frize +frizer +frizz +frizzer +frizzily +frizziness +frizzing +frizzle +frizzler +frizzly +frizzy +fro +frock +frocking +frockless +frocklike +frockmaker +froe +Froebelian +Froebelism +Froebelist +frog +frogbit +frogeater +frogeye +frogface +frogfish +frogflower +frogfoot +frogged +froggery +frogginess +frogging +froggish +froggy +froghood +froghopper +frogland +frogleaf +frogleg +froglet +froglike +frogling +frogman +frogmouth +frognose +frogskin +frogstool +frogtongue +frogwort +froise +frolic +frolicful +frolicker +frolicky +frolicly +frolicness +frolicsome +frolicsomely +frolicsomeness +from +fromward +fromwards +frond +frondage +fronded +frondent +frondesce +frondescence +frondescent +frondiferous +frondiform +frondigerous +frondivorous +frondlet +frondose +frondosely +frondous +front +frontad +frontage +frontager +frontal +frontalis +frontality +frontally +frontbencher +fronted +fronter +frontier +frontierlike +frontierman +frontiersman +Frontignan +fronting +frontingly +Frontirostria +frontispiece +frontless +frontlessly +frontlessness +frontlet +frontoauricular +frontoethmoid +frontogenesis +frontolysis +frontomallar +frontomaxillary +frontomental +frontonasal +frontooccipital +frontoorbital +frontoparietal +frontopontine +frontosphenoidal +frontosquamosal +frontotemporal +frontozygomatic +frontpiece +frontsman +frontstall +frontward +frontways +frontwise +froom +frore +frory +frosh +frost +frostation +frostbird +frostbite +frostbow +frosted +froster +frostfish +frostflower +frostily +frostiness +frosting +frostless +frostlike +frostproof +frostproofing +frostroot +frostweed +frostwork +frostwort +frosty +frot +froth +frother +Frothi +frothily +frothiness +frothing +frothless +frothsome +frothy +frotton +froufrou +frough +froughy +frounce +frounceless +frow +froward +frowardly +frowardness +frower +frowl +frown +frowner +frownful +frowning +frowningly +frownless +frowny +frowst +frowstily +frowstiness +frowsty +frowy +frowze +frowzily +frowziness +frowzled +frowzly +frowzy +froze +frozen +frozenhearted +frozenly +frozenness +fruchtschiefer +fructed +fructescence +fructescent +fructicultural +fructiculture +Fructidor +fructiferous +fructiferously +fructification +fructificative +fructifier +fructiform +fructify +fructiparous +fructivorous +fructose +fructoside +fructuary +fructuosity +fructuous +fructuously +fructuousness +frugal +frugalism +frugalist +frugality +frugally +frugalness +fruggan +Frugivora +frugivorous +fruit +fruitade +fruitage +fruitarian +fruitarianism +fruitcake +fruited +fruiter +fruiterer +fruiteress +fruitery +fruitful +fruitfullness +fruitfully +fruitgrower +fruitgrowing +fruitiness +fruiting +fruition +fruitist +fruitive +fruitless +fruitlessly +fruitlessness +fruitlet +fruitling +fruitstalk +fruittime +fruitwise +fruitwoman +fruitwood +fruitworm +fruity +frumentaceous +frumentarious +frumentation +frumenty +frump +frumpery +frumpily +frumpiness +frumpish +frumpishly +frumpishness +frumple +frumpy +frush +frustrate +frustrately +frustrater +frustration +frustrative +frustratory +frustule +frustulent +frustulose +frustum +frutescence +frutescent +fruticetum +fruticose +fruticous +fruticulose +frutify +fry +fryer +fu +fub +fubby +fubsy +Fucaceae +fucaceous +Fucales +fucate +fucation +fucatious +Fuchsia +Fuchsian +fuchsin +fuchsine +fuchsinophil +fuchsinophilous +fuchsite +fuchsone +fuci +fucinita +fuciphagous +fucoid +fucoidal +Fucoideae +fucosan +fucose +fucous +fucoxanthin +fucus +fud +fuddle +fuddler +fuder +fudge +fudger +fudgy +Fuegian +fuel +fueler +fuelizer +fuerte +fuff +fuffy +fugacious +fugaciously +fugaciousness +fugacity +fugal +fugally +fuggy +fugient +fugitate +fugitation +fugitive +fugitively +fugitiveness +fugitivism +fugitivity +fugle +fugleman +fuglemanship +fugler +fugu +fugue +fuguist +fuidhir +fuirdays +Fuirena +fuji +Fulah +fulciform +fulcral +fulcrate +fulcrum +fulcrumage +fulfill +fulfiller +fulfillment +Fulfulde +fulgent +fulgently +fulgentness +fulgid +fulgide +fulgidity +fulgor +Fulgora +fulgorid +Fulgoridae +Fulgoroidea +fulgorous +Fulgur +fulgural +fulgurant +fulgurantly +fulgurata +fulgurate +fulgurating +fulguration +fulgurator +fulgurite +fulgurous +fulham +Fulica +Fulicinae +fulicine +fuliginosity +fuliginous +fuliginously +fuliginousness +Fuligula +Fuligulinae +fuliguline +fulk +full +fullam +fullback +fuller +fullering +fullery +fullface +fullhearted +fulling +fullish +fullmouth +fullmouthed +fullmouthedly +fullness +fullom +Fullonian +fully +fulmar +Fulmarus +fulmicotton +fulminancy +fulminant +fulminate +fulminating +fulmination +fulminator +fulminatory +fulmine +fulmineous +fulminic +fulminous +fulminurate +fulminuric +fulsome +fulsomely +fulsomeness +fulth +Fultz +Fulup +fulvene +fulvescent +fulvid +fulvidness +fulvous +fulwa +fulyie +fulzie +fum +fumacious +fumado +fumage +fumagine +Fumago +fumarate +Fumaria +Fumariaceae +fumariaceous +fumaric +fumarine +fumarium +fumaroid +fumaroidal +fumarole +fumarolic +fumaryl +fumatorium +fumatory +fumble +fumbler +fumbling +fume +fumeless +fumer +fumeroot +fumet +fumette +fumewort +fumiduct +fumiferous +fumigant +fumigate +fumigation +fumigator +fumigatorium +fumigatory +fumily +fuminess +fuming +fumingly +fumistery +fumitory +fumose +fumosity +fumous +fumously +fumy +fun +funambulate +funambulation +funambulator +funambulatory +funambulic +funambulism +funambulist +funambulo +Funaria +Funariaceae +funariaceous +function +functional +functionalism +functionalist +functionality +functionalize +functionally +functionarism +functionary +functionate +functionation +functionize +functionless +fund +fundable +fundal +fundament +fundamental +fundamentalism +fundamentalist +fundamentality +fundamentally +fundamentalness +fundatorial +fundatrix +funded +funder +fundholder +fundi +fundic +fundiform +funditor +fundless +fundmonger +fundmongering +funds +Fundulinae +funduline +Fundulus +fundungi +fundus +funebrial +funeral +funeralize +funerary +funereal +funereally +funest +fungaceous +fungal +Fungales +fungate +fungation +fungi +Fungia +fungian +fungibility +fungible +fungic +fungicidal +fungicide +fungicolous +fungiferous +fungiform +fungilliform +fungin +fungistatic +fungivorous +fungo +fungoid +fungoidal +fungological +fungologist +fungology +fungose +fungosity +fungous +fungus +fungused +funguslike +fungusy +funicle +funicular +funiculate +funicule +funiculitis +funiculus +funiform +funipendulous +funis +Funje +funk +funker +Funkia +funkiness +funky +funmaker +funmaking +funnel +funneled +funnelform +funnellike +funnelwise +funnily +funniment +funniness +funny +funnyman +funori +funt +Funtumia +Fur +fur +furacious +furaciousness +furacity +fural +furaldehyde +furan +furanoid +furazan +furazane +furbelow +furbish +furbishable +furbisher +furbishment +furca +furcal +furcate +furcately +furcation +Furcellaria +furcellate +furciferine +furciferous +furciform +Furcraea +furcula +furcular +furculum +furdel +Furfooz +furfur +furfuraceous +furfuraceously +furfural +furfuralcohol +furfuraldehyde +furfuramide +furfuran +furfuration +furfurine +furfuroid +furfurole +furfurous +furfuryl +furfurylidene +furiant +furibund +furied +Furies +furify +furil +furilic +furiosa +furiosity +furioso +furious +furiously +furiousness +furison +furl +furlable +Furlan +furler +furless +furlong +furlough +furnace +furnacelike +furnaceman +furnacer +furnacite +furnage +Furnariidae +Furnariides +Furnarius +furner +furnish +furnishable +furnished +furnisher +furnishing +furnishment +furniture +furnitureless +furodiazole +furoic +furoid +furoin +furole +furomethyl +furomonazole +furor +furore +furphy +furred +furrier +furriered +furriery +furrily +furriness +furring +furrow +furrower +furrowless +furrowlike +furrowy +furry +furstone +further +furtherance +furtherer +furtherest +furtherly +furthermore +furthermost +furthersome +furthest +furtive +furtively +furtiveness +Furud +furuncle +furuncular +furunculoid +furunculosis +furunculous +fury +furyl +furze +furzechat +furzed +furzeling +furzery +furzetop +furzy +fusain +fusarial +fusariose +fusariosis +Fusarium +fusarole +fusate +fusc +fuscescent +fuscin +fuscohyaline +fuscous +fuse +fuseboard +fused +fusee +fuselage +fuseplug +fusht +fusibility +fusible +fusibleness +fusibly +Fusicladium +Fusicoccum +fusiform +Fusiformis +fusil +fusilier +fusillade +fusilly +fusinist +fusion +fusional +fusionism +fusionist +fusionless +fusoid +fuss +fusser +fussification +fussify +fussily +fussiness +fussock +fussy +fust +fustanella +fustee +fusteric +fustet +fustian +fustianish +fustianist +fustianize +fustic +fustigate +fustigation +fustigator +fustigatory +fustilugs +fustily +fustin +fustiness +fustle +fusty +Fusulina +fusuma +fusure +Fusus +fut +futchel +fute +futhorc +futile +futilely +futileness +futilitarian +futilitarianism +futility +futilize +futtermassel +futtock +futural +future +futureless +futureness +futuric +futurism +futurist +futuristic +futurition +futurity +futurize +futwa +fuye +fuze +fuzz +fuzzball +fuzzily +fuzziness +fuzzy +fyke +fylfot +fyrd +G +g +Ga +ga +gab +gabardine +gabbard +gabber +gabble +gabblement +gabbler +gabbro +gabbroic +gabbroid +gabbroitic +gabby +Gabe +gabelle +gabelled +gabelleman +gabeller +gaberdine +gaberlunzie +gabgab +gabi +gabion +gabionade +gabionage +gabioned +gablatores +gable +gableboard +gablelike +gablet +gablewise +gablock +Gaboon +Gabriel +Gabriella +Gabrielrache +Gabunese +gaby +Gad +gad +Gadaba +gadabout +Gadarene +Gadaria +gadbee +gadbush +Gaddang +gadded +gadder +Gaddi +gaddi +gadding +gaddingly +gaddish +gaddishness +gade +gadfly +gadge +gadger +gadget +gadid +Gadidae +gadinine +Gaditan +gadling +gadman +gadoid +Gadoidea +gadolinia +gadolinic +gadolinite +gadolinium +gadroon +gadroonage +Gadsbodikins +Gadsbud +Gadslid +gadsman +Gadswoons +gaduin +Gadus +gadwall +Gadzooks +Gael +Gaeldom +Gaelic +Gaelicism +Gaelicist +Gaelicization +Gaelicize +Gaeltacht +gaen +Gaertnerian +gaet +Gaetulan +Gaetuli +Gaetulian +gaff +gaffe +gaffer +Gaffkya +gaffle +gaffsman +gag +gagate +gage +gageable +gagee +gageite +gagelike +gager +gagership +gagger +gaggery +gaggle +gaggler +gagman +gagor +gagroot +gagtooth +gahnite +Gahrwali +Gaia +gaiassa +Gaidropsaridae +gaiety +Gail +Gaillardia +gaily +gain +gainable +gainage +gainbirth +gaincall +gaincome +gaine +gainer +gainful +gainfully +gainfulness +gaining +gainless +gainlessness +gainliness +gainly +gains +gainsay +gainsayer +gainset +gainsome +gainspeaker +gainspeaking +gainst +gainstrive +gainturn +gaintwist +gainyield +gair +gairfish +gaisling +gait +gaited +gaiter +gaiterless +gaiting +gaize +gaj +gal +gala +Galacaceae +galactagogue +galactagoguic +galactan +galactase +galactemia +galacthidrosis +Galactia +galactic +galactidrosis +galactite +galactocele +galactodendron +galactodensimeter +galactogenetic +galactohemia +galactoid +galactolipide +galactolipin +galactolysis +galactolytic +galactoma +galactometer +galactometry +galactonic +galactopathy +galactophagist +galactophagous +galactophlebitis +galactophlysis +galactophore +galactophoritis +galactophorous +galactophthysis +galactophygous +galactopoiesis +galactopoietic +galactopyra +galactorrhea +galactorrhoea +galactoscope +galactose +galactoside +galactosis +galactostasis +galactosuria +galactotherapy +galactotrophy +galacturia +galagala +Galaginae +Galago +galah +galanas +galanga +galangin +galant +Galanthus +galantine +galany +galapago +Galatae +galatea +Galatian +Galatic +galatotrophic +Galax +galaxian +Galaxias +Galaxiidae +galaxy +galban +galbanum +Galbula +Galbulae +Galbulidae +Galbulinae +galbulus +Galcha +Galchic +Gale +gale +galea +galeage +galeate +galeated +galee +galeeny +Galega +galegine +Galei +galeid +Galeidae +galeiform +galempung +Galen +galena +Galenian +Galenic +galenic +Galenical +galenical +Galenism +Galenist +galenite +galenobismutite +galenoid +Galeodes +Galeodidae +galeoid +Galeopithecus +Galeopsis +Galeorchis +Galeorhinidae +Galeorhinus +galeproof +galera +galericulate +galerum +galerus +Galesaurus +galet +Galeus +galewort +galey +Galga +galgal +Galgulidae +gali +Galibi +Galician +Galictis +Galidia +Galidictis +Galik +Galilean +galilee +galimatias +galingale +Galinsoga +galiongee +galiot +galipidine +galipine +galipoidin +galipoidine +galipoipin +galipot +Galium +gall +Galla +galla +gallacetophenone +gallah +gallanilide +gallant +gallantize +gallantly +gallantness +gallantry +gallate +gallature +gallberry +gallbush +galleass +galled +Gallegan +gallein +galleon +galler +Galleria +gallerian +galleried +Galleriidae +gallery +gallerylike +gallet +galley +galleylike +galleyman +galleyworm +gallflower +gallfly +Galli +galliambic +galliambus +Gallian +galliard +galliardise +galliardly +galliardness +Gallic +gallic +Gallican +Gallicanism +Gallicism +Gallicization +Gallicize +Gallicizer +gallicola +Gallicolae +gallicole +gallicolous +galliferous +Gallification +gallification +galliform +Galliformes +Gallify +galligaskin +gallimaufry +Gallinaceae +gallinacean +Gallinacei +gallinaceous +Gallinae +Gallinago +gallinazo +galline +galling +gallingly +gallingness +gallinipper +Gallinula +gallinule +Gallinulinae +gallinuline +gallipot +Gallirallus +gallisin +gallium +gallivant +gallivanter +gallivat +gallivorous +galliwasp +gallnut +gallocyanin +gallocyanine +galloflavine +galloglass +Galloman +Gallomania +Gallomaniac +gallon +gallonage +galloner +galloon +gallooned +gallop +gallopade +galloper +Galloperdix +Gallophile +Gallophilism +Gallophobe +Gallophobia +galloping +galloptious +gallotannate +gallotannic +gallotannin +gallous +Gallovidian +Galloway +galloway +gallowglass +gallows +gallowsmaker +gallowsness +gallowsward +gallstone +Gallus +galluses +gallweed +gallwort +gally +gallybagger +gallybeggar +gallycrow +Galoisian +galoot +galop +galore +galosh +galp +galravage +galravitch +galt +Galtonia +Galtonian +galuchat +galumph +galumptious +Galusha +galuth +galvanic +galvanical +galvanically +galvanism +galvanist +galvanization +galvanize +galvanized +galvanizer +galvanocauterization +galvanocautery +galvanocontractility +galvanofaradization +galvanoglyph +galvanoglyphy +galvanograph +galvanographic +galvanography +galvanologist +galvanology +galvanolysis +galvanomagnet +galvanomagnetic +galvanomagnetism +galvanometer +galvanometric +galvanometrical +galvanometrically +galvanometry +galvanoplastic +galvanoplastical +galvanoplastically +galvanoplastics +galvanoplasty +galvanopsychic +galvanopuncture +galvanoscope +galvanoscopic +galvanoscopy +galvanosurgery +galvanotactic +galvanotaxis +galvanotherapy +galvanothermometer +galvanothermy +galvanotonic +galvanotropic +galvanotropism +galvayne +galvayning +Galways +Galwegian +galyac +galyak +galziekte +gam +gamahe +Gamaliel +gamashes +gamasid +Gamasidae +Gamasoidea +gamb +gamba +gambade +gambado +gambang +gambeer +gambeson +gambet +gambette +gambia +gambier +gambist +gambit +gamble +gambler +gamblesome +gamblesomeness +gambling +gambodic +gamboge +gambogian +gambogic +gamboised +gambol +gambrel +gambreled +gambroon +Gambusia +gamdeboo +game +gamebag +gameball +gamecock +gamecraft +gameful +gamekeeper +gamekeeping +gamelang +gameless +gamelike +Gamelion +gamelotte +gamely +gamene +gameness +gamesome +gamesomely +gamesomeness +gamester +gamestress +gametal +gametange +gametangium +gamete +gametic +gametically +gametocyst +gametocyte +gametogenesis +gametogenic +gametogenous +gametogeny +gametogonium +gametogony +gametoid +gametophagia +gametophore +gametophyll +gametophyte +gametophytic +gamic +gamily +gamin +gaminesque +gaminess +gaming +gaminish +gamma +gammacism +gammacismus +gammadion +gammarid +Gammaridae +gammarine +gammaroid +Gammarus +gammation +gammelost +gammer +gammerel +gammerstang +Gammexane +gammick +gammock +gammon +gammoner +gammoning +gammy +gamobium +gamodesmic +gamodesmy +gamogenesis +gamogenetic +gamogenetical +gamogenetically +gamogony +Gamolepis +gamomania +gamont +Gamopetalae +gamopetalous +gamophagia +gamophagy +gamophyllous +gamori +gamosepalous +gamostele +gamostelic +gamostely +gamotropic +gamotropism +gamp +gamphrel +gamut +gamy +gan +ganam +ganancial +Ganapati +ganch +Ganda +gander +ganderess +gandergoose +gandermooner +ganderteeth +Gandhara +Gandharva +Gandhiism +Gandhism +Gandhist +gandul +gandum +gandurah +gane +ganef +gang +Ganga +ganga +Gangamopteris +gangan +gangava +gangboard +gangdom +gange +ganger +Gangetic +ganggang +ganging +gangism +gangland +ganglander +ganglia +gangliac +ganglial +gangliar +gangliasthenia +gangliate +gangliated +gangliectomy +gangliform +gangliitis +gangling +ganglioblast +gangliocyte +ganglioform +ganglioid +ganglioma +ganglion +ganglionary +ganglionate +ganglionectomy +ganglioneural +ganglioneure +ganglioneuroma +ganglioneuron +ganglionic +ganglionitis +ganglionless +ganglioplexus +gangly +gangman +gangmaster +gangplank +gangrel +gangrene +gangrenescent +gangrenous +gangsman +gangster +gangsterism +gangtide +gangue +Ganguela +gangway +gangwayman +ganister +ganja +ganner +gannet +Ganocephala +ganocephalan +ganocephalous +ganodont +Ganodonta +Ganodus +ganoid +ganoidal +ganoidean +Ganoidei +ganoidian +ganoin +ganomalite +ganophyllite +ganosis +Ganowanian +gansel +gansey +gansy +gant +ganta +gantang +gantlet +gantline +ganton +gantries +gantry +gantryman +gantsl +Ganymede +Ganymedes +ganza +ganzie +gaol +gaolbird +gaoler +Gaon +Gaonate +Gaonic +gap +Gapa +gapa +gape +gaper +gapes +gapeseed +gapeworm +gaping +gapingly +gapingstock +gapo +gappy +gapy +gar +gara +garabato +garad +garage +garageman +Garamond +garance +garancine +garapata +garava +garavance +garawi +garb +garbage +garbardine +garbel +garbell +garbill +garble +garbleable +garbler +garbless +garbling +garboard +garboil +garbure +garce +Garcinia +gardant +gardeen +garden +gardenable +gardencraft +gardened +gardener +gardenership +gardenesque +gardenful +gardenhood +Gardenia +gardenin +gardening +gardenize +gardenless +gardenlike +gardenly +gardenmaker +gardenmaking +gardenwards +gardenwise +gardeny +garderobe +gardevin +gardy +gardyloo +gare +garefowl +gareh +garetta +garewaite +garfish +garganey +Gargantua +Gargantuan +garget +gargety +gargle +gargol +gargoyle +gargoyled +gargoyley +gargoylish +gargoylishly +gargoylism +Garhwali +garial +gariba +garibaldi +Garibaldian +garish +garishly +garishness +garland +garlandage +garlandless +garlandlike +garlandry +garlandwise +garle +garlic +garlicky +garliclike +garlicmonger +garlicwort +garment +garmentless +garmentmaker +garmenture +garmentworker +garn +garnel +garner +garnerage +garnet +garnetberry +garneter +garnetiferous +garnets +garnett +garnetter +garnetwork +garnetz +garnice +garniec +garnierite +garnish +garnishable +garnished +garnishee +garnisheement +garnisher +garnishment +garnishry +garniture +Garo +garoo +garookuh +garrafa +garran +Garret +garret +garreted +garreteer +garretmaster +garrison +Garrisonian +Garrisonism +garrot +garrote +garroter +Garrulinae +garruline +garrulity +garrulous +garrulously +garrulousness +Garrulus +garrupa +Garrya +Garryaceae +garse +Garshuni +garsil +garston +garten +garter +gartered +gartering +garterless +garth +garthman +Garuda +garum +garvanzo +garvey +garvock +Gary +gas +Gasan +gasbag +gascoigny +Gascon +gasconade +gasconader +Gasconism +gascromh +gaseity +gaselier +gaseosity +gaseous +gaseousness +gasfiring +gash +gashes +gashful +gashliness +gashly +gasholder +gashouse +gashy +gasifiable +gasification +gasifier +gasiform +gasify +gasket +gaskin +gasking +gaskins +gasless +gaslight +gaslighted +gaslighting +gaslit +gaslock +gasmaker +gasman +gasogenic +gasoliery +gasoline +gasolineless +gasoliner +gasometer +gasometric +gasometrical +gasometry +gasp +Gaspar +gasparillo +gasper +gaspereau +gaspergou +gaspiness +gasping +gaspingly +gasproof +gaspy +gasser +Gasserian +gassiness +gassing +gassy +gast +gastaldite +gastaldo +gaster +gasteralgia +Gasterolichenes +gasteromycete +Gasteromycetes +gasteromycetous +Gasterophilus +gasteropod +Gasteropoda +gasterosteid +Gasterosteidae +gasterosteiform +gasterosteoid +Gasterosteus +gasterotheca +gasterothecal +Gasterotricha +gasterotrichan +gasterozooid +gastight +gastightness +Gastornis +Gastornithidae +gastradenitis +gastraea +gastraead +Gastraeadae +gastraeal +gastraeum +gastral +gastralgia +gastralgic +gastralgy +gastraneuria +gastrasthenia +gastratrophia +gastrectasia +gastrectasis +gastrectomy +gastrelcosis +gastric +gastricism +gastrilegous +gastriloquial +gastriloquism +gastriloquist +gastriloquous +gastriloquy +gastrin +gastritic +gastritis +gastroadenitis +gastroadynamic +gastroalbuminorrhea +gastroanastomosis +gastroarthritis +gastroatonia +gastroatrophia +gastroblennorrhea +gastrocatarrhal +gastrocele +gastrocentrous +Gastrochaena +Gastrochaenidae +gastrocnemial +gastrocnemian +gastrocnemius +gastrocoel +gastrocolic +gastrocoloptosis +gastrocolostomy +gastrocolotomy +gastrocolpotomy +gastrocystic +gastrocystis +gastrodialysis +gastrodiaphanoscopy +gastrodidymus +gastrodisk +gastroduodenal +gastroduodenitis +gastroduodenoscopy +gastroduodenotomy +gastrodynia +gastroelytrotomy +gastroenteralgia +gastroenteric +gastroenteritic +gastroenteritis +gastroenteroanastomosis +gastroenterocolitis +gastroenterocolostomy +gastroenterological +gastroenterologist +gastroenterology +gastroenteroptosis +gastroenterostomy +gastroenterotomy +gastroepiploic +gastroesophageal +gastroesophagostomy +gastrogastrotomy +gastrogenital +gastrograph +gastrohelcosis +gastrohepatic +gastrohepatitis +gastrohydrorrhea +gastrohyperneuria +gastrohypertonic +gastrohysterectomy +gastrohysteropexy +gastrohysterorrhaphy +gastrohysterotomy +gastroid +gastrointestinal +gastrojejunal +gastrojejunostomy +gastrolater +gastrolatrous +gastrolienal +gastrolith +Gastrolobium +gastrologer +gastrological +gastrologist +gastrology +gastrolysis +gastrolytic +gastromalacia +gastromancy +gastromelus +gastromenia +gastromyces +gastromycosis +gastromyxorrhea +gastronephritis +gastronome +gastronomer +gastronomic +gastronomical +gastronomically +gastronomist +gastronomy +gastronosus +gastropancreatic +gastropancreatitis +gastroparalysis +gastroparesis +gastroparietal +gastropathic +gastropathy +gastroperiodynia +gastropexy +gastrophile +gastrophilism +gastrophilist +gastrophilite +Gastrophilus +gastrophrenic +gastrophthisis +gastroplasty +gastroplenic +gastropleuritis +gastroplication +gastropneumatic +gastropneumonic +gastropod +Gastropoda +gastropodan +gastropodous +gastropore +gastroptosia +gastroptosis +gastropulmonary +gastropulmonic +gastropyloric +gastrorrhagia +gastrorrhaphy +gastrorrhea +gastroschisis +gastroscope +gastroscopic +gastroscopy +gastrosoph +gastrosopher +gastrosophy +gastrospasm +gastrosplenic +gastrostaxis +gastrostegal +gastrostege +gastrostenosis +gastrostomize +Gastrostomus +gastrostomy +gastrosuccorrhea +gastrotheca +gastrothecal +gastrotome +gastrotomic +gastrotomy +Gastrotricha +gastrotrichan +gastrotubotomy +gastrotympanites +gastrovascular +gastroxynsis +gastrozooid +gastrula +gastrular +gastrulate +gastrulation +gasworker +gasworks +gat +gata +gatch +gatchwork +gate +gateado +gateage +gated +gatehouse +gatekeeper +gateless +gatelike +gatemaker +gateman +gatepost +gater +gatetender +gateward +gatewards +gateway +gatewayman +gatewise +gatewoman +gateworks +gatewright +Gatha +gather +gatherable +gatherer +gathering +Gathic +gating +gator +gatter +gatteridge +gau +gaub +gauby +gauche +gauchely +gaucheness +gaucherie +Gaucho +gaud +gaudery +Gaudete +gaudful +gaudily +gaudiness +gaudless +gaudsman +gaudy +gaufer +gauffer +gauffered +gauffre +gaufre +gaufrette +gauge +gaugeable +gauger +gaugership +gauging +Gaul +gaulding +gauleiter +Gaulic +gaulin +Gaulish +Gaullism +Gaullist +Gault +gault +gaulter +gaultherase +Gaultheria +gaultherin +gaum +gaumish +gaumless +gaumlike +gaumy +gaun +gaunt +gaunted +gauntlet +gauntleted +gauntly +gauntness +gauntry +gaunty +gaup +gaupus +gaur +Gaura +Gaurian +gaus +gauss +gaussage +gaussbergite +Gaussian +gauster +gausterer +gaut +gauteite +gauze +gauzelike +gauzewing +gauzily +gauziness +gauzy +gavall +gave +gavel +gaveler +gavelkind +gavelkinder +gavelman +gavelock +Gavia +Gaviae +gavial +Gavialis +gavialoid +Gaviiformes +gavotte +gavyuti +gaw +gawby +gawcie +gawk +gawkhammer +gawkihood +gawkily +gawkiness +gawkish +gawkishly +gawkishness +gawky +gawm +gawn +gawney +gawsie +gay +gayal +gayatri +gaybine +gaycat +gaydiang +gayish +Gaylussacia +gaylussite +gayment +gayness +Gaypoo +gaysome +gaywings +gayyou +gaz +gazabo +gazangabin +Gazania +gaze +gazebo +gazee +gazehound +gazel +gazeless +Gazella +gazelle +gazelline +gazement +gazer +gazettal +gazette +gazetteer +gazetteerage +gazetteerish +gazetteership +gazi +gazing +gazingly +gazingstock +gazogene +gazon +gazophylacium +gazy +gazzetta +Ge +ge +Geadephaga +geadephagous +geal +gean +geanticlinal +geanticline +gear +gearbox +geared +gearing +gearksutite +gearless +gearman +gearset +gearshift +gearwheel +gease +geason +Geaster +Geat +geat +Geatas +gebang +gebanga +gebbie +gebur +Gecarcinidae +Gecarcinus +geck +gecko +geckoid +geckotian +geckotid +Geckotidae +geckotoid +Ged +ged +gedackt +gedanite +gedder +gedeckt +gedecktwork +Gederathite +Gederite +gedrite +Gee +gee +geebong +geebung +Geechee +geejee +geek +geelbec +geeldikkop +geelhout +geepound +geerah +geest +geet +Geez +geezer +Gegenschein +gegg +geggee +gegger +geggery +Geheimrat +Gehenna +gehlenite +Geikia +geikielite +gein +geira +Geisenheimer +geisha +geison +geisotherm +geisothermal +Geissoloma +Geissolomataceae +Geissolomataceous +Geissorhiza +geissospermin +geissospermine +geitjie +geitonogamous +geitonogamy +Gekko +Gekkones +gekkonid +Gekkonidae +gekkonoid +Gekkota +gel +gelable +gelada +gelandejump +gelandelaufer +gelandesprung +Gelasian +Gelasimus +gelastic +Gelastocoridae +gelatification +gelatigenous +gelatin +gelatinate +gelatination +gelatined +gelatiniferous +gelatiniform +gelatinify +gelatinigerous +gelatinity +gelatinizability +gelatinizable +gelatinization +gelatinize +gelatinizer +gelatinobromide +gelatinochloride +gelatinoid +gelatinotype +gelatinous +gelatinously +gelatinousness +gelation +gelatose +geld +geldability +geldable +geldant +gelder +gelding +Gelechia +gelechiid +Gelechiidae +Gelfomino +gelid +Gelidiaceae +gelidity +Gelidium +gelidly +gelidness +gelignite +gelilah +gelinotte +gell +Gellert +gelly +gelogenic +gelong +geloscopy +gelose +gelosin +gelotherapy +gelotometer +gelotoscopy +gelototherapy +gelsemic +gelsemine +gelseminic +gelseminine +Gelsemium +gelt +gem +Gemara +Gemaric +Gemarist +gematria +gematrical +gemauve +gemel +gemeled +gemellione +gemellus +geminate +geminated +geminately +gemination +geminative +Gemini +Geminid +geminiflorous +geminiform +geminous +Gemitores +gemitorial +gemless +gemlike +Gemma +gemma +gemmaceous +gemmae +gemmate +gemmation +gemmative +gemmeous +gemmer +gemmiferous +gemmiferousness +gemmification +gemmiform +gemmily +gemminess +Gemmingia +gemmipara +gemmipares +gemmiparity +gemmiparous +gemmiparously +gemmoid +gemmology +gemmula +gemmulation +gemmule +gemmuliferous +gemmy +gemot +gemsbok +gemsbuck +gemshorn +gemul +gemuti +gemwork +gen +gena +genal +genapp +genapper +genarch +genarcha +genarchaship +genarchship +gendarme +gendarmery +gender +genderer +genderless +Gene +gene +genealogic +genealogical +genealogically +genealogist +genealogize +genealogizer +genealogy +genear +geneat +genecologic +genecological +genecologically +genecologist +genecology +geneki +genep +genera +generability +generable +generableness +general +generalate +generalcy +generale +generalia +Generalidad +generalific +generalism +generalissima +generalissimo +generalist +generalistic +generality +generalizable +generalization +generalize +generalized +generalizer +generall +generally +generalness +generalship +generalty +generant +generate +generating +generation +generational +generationism +generative +generatively +generativeness +generator +generatrix +generic +generical +generically +genericalness +generification +generosity +generous +generously +generousness +Genesee +geneserine +Genesiac +Genesiacal +genesial +genesic +genesiology +genesis +Genesitic +genesiurgic +genet +genethliac +genethliacal +genethliacally +genethliacon +genethliacs +genethlialogic +genethlialogical +genethlialogy +genethlic +genetic +genetical +genetically +geneticism +geneticist +genetics +genetmoil +genetous +Genetrix +genetrix +Genetta +Geneura +Geneva +geneva +Genevan +Genevese +Genevieve +Genevois +genevoise +genial +geniality +genialize +genially +genialness +genian +genic +genicular +geniculate +geniculated +geniculately +geniculation +geniculum +genie +genii +genin +genioglossal +genioglossi +genioglossus +geniohyoglossal +geniohyoglossus +geniohyoid +geniolatry +genion +genioplasty +genip +Genipa +genipa +genipap +genipapada +genisaro +Genista +genista +genistein +genital +genitalia +genitals +genitival +genitivally +genitive +genitocrural +genitofemoral +genitor +genitorial +genitory +genitourinary +geniture +genius +genizah +genizero +Genny +Genoa +genoblast +genoblastic +genocidal +genocide +Genoese +genoese +genom +genome +genomic +genonema +genos +genotype +genotypic +genotypical +genotypically +Genoveva +genovino +genre +genro +gens +genson +gent +genteel +genteelish +genteelism +genteelize +genteelly +genteelness +gentes +genthite +gentian +Gentiana +Gentianaceae +gentianaceous +Gentianales +gentianella +gentianic +gentianin +gentianose +gentianwort +gentile +gentiledom +gentilesse +gentilic +gentilism +gentilitial +gentilitian +gentilitious +gentility +gentilization +gentilize +gentiobiose +gentiopicrin +gentisein +gentisic +gentisin +gentle +gentlefolk +gentlehearted +gentleheartedly +gentleheartedness +gentlehood +gentleman +gentlemanhood +gentlemanism +gentlemanize +gentlemanlike +gentlemanlikeness +gentlemanliness +gentlemanly +gentlemanship +gentlemens +gentlemouthed +gentleness +gentlepeople +gentleship +gentlewoman +gentlewomanhood +gentlewomanish +gentlewomanlike +gentlewomanliness +gentlewomanly +gently +gentman +Gentoo +gentrice +gentry +genty +genu +genua +genual +genuclast +genuflect +genuflection +genuflector +genuflectory +genuflex +genuflexuous +genuine +genuinely +genuineness +genus +genyantrum +Genyophrynidae +genyoplasty +genys +geo +geoaesthesia +geoagronomic +geobiologic +geobiology +geobiont +geobios +geoblast +geobotanic +geobotanical +geobotanist +geobotany +geocarpic +geocentric +geocentrical +geocentrically +geocentricism +geocerite +geochemical +geochemist +geochemistry +geochronic +geochronology +geochrony +Geococcyx +geocoronium +geocratic +geocronite +geocyclic +geodaesia +geodal +geode +geodesic +geodesical +geodesist +geodesy +geodete +geodetic +geodetical +geodetically +geodetician +geodetics +geodiatropism +geodic +geodiferous +geodist +geoduck +geodynamic +geodynamical +geodynamics +geoethnic +Geoff +Geoffrey +geoffroyin +geoffroyine +geoform +geogenesis +geogenetic +geogenic +geogenous +geogeny +Geoglossaceae +Geoglossum +geoglyphic +geognosis +geognosist +geognost +geognostic +geognostical +geognostically +geognosy +geogonic +geogonical +geogony +geographer +geographic +geographical +geographically +geographics +geographism +geographize +geography +geohydrologist +geohydrology +geoid +geoidal +geoisotherm +geolatry +geologer +geologian +geologic +geological +geologically +geologician +geologist +geologize +geology +geomagnetic +geomagnetician +geomagnetics +geomagnetist +geomalic +geomalism +geomaly +geomance +geomancer +geomancy +geomant +geomantic +geomantical +geomantically +geometer +geometric +geometrical +geometrically +geometrician +geometricize +geometrid +Geometridae +geometriform +Geometrina +geometrine +geometrize +geometroid +Geometroidea +geometry +geomoroi +geomorphic +geomorphist +geomorphogenic +geomorphogenist +geomorphogeny +geomorphological +geomorphology +geomorphy +geomyid +Geomyidae +Geomys +Geon +geonavigation +geonegative +Geonic +Geonim +Geonoma +geonoma +geonyctinastic +geonyctitropic +geoparallelotropic +geophagia +geophagism +geophagist +geophagous +geophagy +Geophila +geophilid +Geophilidae +geophilous +Geophilus +Geophone +geophone +geophysical +geophysicist +geophysics +geophyte +geophytic +geoplagiotropism +Geoplana +Geoplanidae +geopolar +geopolitic +geopolitical +geopolitically +geopolitician +geopolitics +Geopolitik +geoponic +geoponical +geoponics +geopony +geopositive +Geoprumnon +georama +Geordie +George +Georgemas +Georgette +Georgia +georgiadesite +Georgian +Georgiana +georgic +Georgie +geoscopic +geoscopy +geoselenic +geosid +geoside +geosphere +Geospiza +geostatic +geostatics +geostrategic +geostrategist +geostrategy +geostrophic +geosynclinal +geosyncline +geotactic +geotactically +geotaxis +geotaxy +geotechnic +geotechnics +geotectology +geotectonic +geotectonics +Geoteuthis +geotherm +geothermal +geothermic +geothermometer +Geothlypis +geotic +geotical +geotilla +geotonic +geotonus +geotropic +geotropically +geotropism +geotropy +geoty +Gepeoo +Gephyrea +gephyrean +gephyrocercal +gephyrocercy +Gepidae +ger +gerah +Gerald +Geraldine +Geraniaceae +geraniaceous +geranial +Geraniales +geranic +geraniol +Geranium +geranium +geranomorph +Geranomorphae +geranomorphic +geranyl +Gerard +gerardia +Gerasene +gerastian +gerate +gerated +geratic +geratologic +geratologous +geratology +geraty +gerb +gerbe +Gerbera +Gerberia +gerbil +Gerbillinae +Gerbillus +gercrow +gereagle +gerefa +gerenda +gerendum +gerent +gerenuk +gerfalcon +gerhardtite +geriatric +geriatrician +geriatrics +gerim +gerip +germ +germal +German +german +germander +germane +germanely +germaneness +Germanesque +Germanhood +Germania +Germanic +germanic +Germanical +Germanically +Germanics +Germanification +Germanify +germanious +Germanish +Germanism +Germanist +Germanistic +germanite +Germanity +germanity +germanium +Germanization +germanization +Germanize +germanize +Germanizer +Germanly +Germanness +Germanocentric +Germanomania +Germanomaniac +Germanophile +Germanophilist +Germanophobe +Germanophobia +Germanophobic +Germanophobist +germanous +Germantown +germanyl +germarium +germen +germfree +germicidal +germicide +germifuge +germigenous +germin +germina +germinability +germinable +Germinal +germinal +germinally +germinance +germinancy +germinant +germinate +germination +germinative +germinatively +germinator +germing +germinogony +germiparity +germless +germlike +germling +germon +germproof +germule +germy +gernitz +gerocomia +gerocomical +gerocomy +geromorphism +Geronomite +geront +gerontal +gerontes +gerontic +gerontine +gerontism +geronto +gerontocracy +gerontocrat +gerontocratic +gerontogeous +gerontology +gerontophilia +gerontoxon +Gerres +gerrhosaurid +Gerrhosauridae +Gerridae +gerrymander +gerrymanderer +gers +gersdorffite +Gershom +Gershon +Gershonite +gersum +Gertie +Gertrude +gerund +gerundial +gerundially +gerundival +gerundive +gerundively +gerusia +Gervais +gervao +Gervas +Gervase +Gerygone +gerygone +Geryonia +geryonid +Geryonidae +Geryoniidae +Ges +Gesan +Geshurites +gesith +gesithcund +gesithcundman +Gesnera +Gesneraceae +gesneraceous +Gesneria +gesneria +Gesneriaceae +gesneriaceous +Gesnerian +gesning +gessamine +gesso +gest +Gestalt +gestalter +gestaltist +gestant +Gestapo +gestate +gestation +gestational +gestative +gestatorial +gestatorium +gestatory +geste +gested +gesten +gestening +gestic +gestical +gesticulacious +gesticulant +gesticular +gesticularious +gesticulate +gesticulation +gesticulative +gesticulatively +gesticulator +gesticulatory +gestion +gestning +gestural +gesture +gestureless +gesturer +get +geta +Getae +getah +getaway +gether +Gethsemane +gethsemane +Gethsemanic +gethsemanic +Getic +getling +getpenny +Getsul +gettable +getter +getting +getup +Geullah +Geum +geum +gewgaw +gewgawed +gewgawish +gewgawry +gewgawy +gey +geyan +geyerite +geyser +geyseral +geyseric +geyserine +geyserish +geyserite +gez +ghafir +ghaist +ghalva +Ghan +gharial +gharnao +gharry +Ghassanid +ghastily +ghastlily +ghastliness +ghastly +ghat +ghatti +ghatwal +ghatwazi +ghazi +ghazism +Ghaznevid +Gheber +ghebeta +Ghedda +ghee +Gheg +Ghegish +gheleem +Ghent +gherkin +ghetchoo +ghetti +ghetto +ghettoization +ghettoize +Ghibelline +Ghibellinism +Ghilzai +Ghiordes +ghizite +ghoom +ghost +ghostcraft +ghostdom +ghoster +ghostess +ghostfish +ghostflower +ghosthood +ghostified +ghostily +ghostish +ghostism +ghostland +ghostless +ghostlet +ghostlify +ghostlike +ghostlily +ghostliness +ghostly +ghostmonger +ghostology +ghostship +ghostweed +ghostwrite +ghosty +ghoul +ghoulery +ghoulish +ghoulishly +ghoulishness +ghrush +ghurry +Ghuz +Gi +Giansar +giant +giantesque +giantess +gianthood +giantish +giantism +giantize +giantkind +giantlike +giantly +giantry +giantship +Giardia +giardia +giardiasis +giarra +giarre +Gib +gib +gibaro +gibbals +gibbed +gibber +Gibberella +gibbergunyah +gibberish +gibberose +gibberosity +gibbet +gibbetwise +Gibbi +gibblegabble +gibblegabbler +gibbles +gibbon +gibbose +gibbosity +gibbous +gibbously +gibbousness +gibbsite +gibbus +gibby +gibe +gibel +gibelite +Gibeonite +giber +gibing +gibingly +gibleh +giblet +giblets +Gibraltar +Gibson +gibstaff +gibus +gid +giddap +giddea +giddify +giddily +giddiness +giddy +giddyberry +giddybrain +giddyhead +giddyish +Gideon +Gideonite +gidgee +gie +gied +gien +Gienah +gieseckite +gif +giffgaff +Gifola +gift +gifted +giftedly +giftedness +giftie +giftless +giftling +giftware +gig +gigantean +gigantesque +gigantic +gigantical +gigantically +giganticidal +giganticide +giganticness +gigantism +gigantize +gigantoblast +gigantocyte +gigantolite +gigantological +gigantology +gigantomachy +Gigantopithecus +Gigantosaurus +Gigantostraca +gigantostracan +gigantostracous +Gigartina +Gigartinaceae +gigartinaceous +Gigartinales +gigback +gigelira +gigeria +gigerium +gigful +gigger +giggish +giggit +giggle +giggledom +gigglement +giggler +gigglesome +giggling +gigglingly +gigglish +giggly +Gigi +giglet +gigliato +giglot +gigman +gigmaness +gigmanhood +gigmania +gigmanic +gigmanically +gigmanism +gigmanity +gignate +gignitive +gigolo +gigot +gigsman +gigster +gigtree +gigunu +Gil +Gila +Gilaki +Gilbert +gilbert +gilbertage +Gilbertese +Gilbertian +Gilbertianism +gilbertite +gild +gildable +gilded +gilden +gilder +gilding +Gileadite +Gileno +Giles +gilguy +Gilia +gilia +Giliak +gilim +Gill +gill +gillaroo +gillbird +gilled +Gillenia +giller +Gilles +gillflirt +gillhooter +Gillian +gillie +gilliflirt +gilling +gilliver +gillotage +gillotype +gillstoup +gilly +gillyflower +gillygaupus +gilo +gilpy +gilravage +gilravager +gilse +gilsonite +gilt +giltcup +gilthead +gilttail +gim +gimbal +gimbaled +gimbaljawed +gimberjawed +gimble +gimcrack +gimcrackery +gimcrackiness +gimcracky +gimel +Gimirrai +gimlet +gimleteyed +gimlety +gimmal +gimmer +gimmerpet +gimmick +gimp +gimped +gimper +gimping +gin +ging +ginger +gingerade +gingerberry +gingerbread +gingerbready +gingerin +gingerleaf +gingerline +gingerliness +gingerly +gingerness +gingernut +gingerol +gingerous +gingerroot +gingersnap +gingerspice +gingerwork +gingerwort +gingery +gingham +ginghamed +gingili +gingiva +gingivae +gingival +gingivalgia +gingivectomy +gingivitis +gingivoglossitis +gingivolabial +ginglyform +ginglymoarthrodia +ginglymoarthrodial +Ginglymodi +ginglymodian +ginglymoid +ginglymoidal +Ginglymostoma +ginglymostomoid +ginglymus +ginglyni +ginhouse +gink +Ginkgo +ginkgo +Ginkgoaceae +ginkgoaceous +Ginkgoales +ginned +ginner +ginners +ginnery +ginney +ginning +ginnle +Ginny +ginny +ginseng +ginward +gio +giobertite +giornata +giornatate +Giottesque +Giovanni +gip +gipon +gipper +Gippy +gipser +gipsire +gipsyweed +Giraffa +giraffe +giraffesque +Giraffidae +giraffine +giraffoid +girandola +girandole +girasol +girasole +girba +gird +girder +girderage +girderless +girding +girdingly +girdle +girdlecake +girdlelike +girdler +girdlestead +girdling +girdlingly +Girella +Girellidae +Girgashite +Girgasite +girl +girleen +girlery +girlfully +girlhood +girlie +girliness +girling +girlish +girlishly +girlishness +girlism +girllike +girly +girn +girny +giro +giroflore +Girondin +Girondism +Girondist +girouette +girouettism +girr +girse +girsh +girsle +girt +girth +girtline +gisarme +gish +gisla +gisler +gismondine +gismondite +gist +git +gitaligenin +gitalin +Gitanemuck +gith +Gitksan +gitonin +gitoxigenin +gitoxin +gittern +Gittite +gittith +Giuseppe +giustina +give +giveable +giveaway +given +givenness +giver +givey +giving +gizz +gizzard +gizzen +gizzern +glabella +glabellae +glabellar +glabellous +glabellum +glabrate +glabrescent +glabrous +glace +glaceed +glaceing +glaciable +glacial +glacialism +glacialist +glacialize +glacially +glaciaria +glaciarium +glaciate +glaciation +glacier +glaciered +glacieret +glacierist +glacification +glacioaqueous +glaciolacustrine +glaciological +glaciologist +glaciology +glaciomarine +glaciometer +glacionatant +glacis +glack +glad +gladden +gladdener +gladdon +gladdy +glade +gladelike +gladeye +gladful +gladfully +gladfulness +gladhearted +gladiate +gladiator +gladiatorial +gladiatorism +gladiatorship +gladiatrix +gladify +gladii +gladiola +gladiolar +gladiole +gladioli +gladiolus +gladius +gladkaite +gladless +gladly +gladness +gladsome +gladsomely +gladsomeness +Gladstone +Gladstonian +Gladstonianism +glady +Gladys +glaga +Glagol +Glagolic +Glagolitic +Glagolitsa +glaieul +glaik +glaiket +glaiketness +glair +glaireous +glairiness +glairy +glaister +glaive +glaived +glaked +glaky +glam +glamberry +glamorize +glamorous +glamorously +glamour +glamoury +glance +glancer +glancing +glancingly +gland +glandaceous +glandarious +glandered +glanderous +glanders +glandes +glandiferous +glandiform +glandless +glandlike +glandular +glandularly +glandule +glanduliferous +glanduliform +glanduligerous +glandulose +glandulosity +glandulous +glandulousness +Glaniostomi +glans +glar +glare +glareless +Glareola +glareole +Glareolidae +glareous +glareproof +glareworm +glarily +glariness +glaring +glaringly +glaringness +glarry +glary +Glaserian +glaserite +glashan +glass +glassen +glasser +glasses +glassfish +glassful +glasshouse +glassie +glassily +glassine +glassiness +Glassite +glassless +glasslike +glassmaker +glassmaking +glassman +glassophone +glassrope +glassteel +glassware +glassweed +glasswork +glassworker +glassworking +glassworks +glasswort +glassy +Glaswegian +Glathsheim +Glathsheimr +glauberite +glaucescence +glaucescent +Glaucidium +glaucin +glaucine +Glaucionetta +Glaucium +glaucochroite +glaucodot +glaucolite +glaucoma +glaucomatous +Glaucomys +Glauconia +glauconiferous +Glauconiidae +glauconite +glauconitic +glauconitization +glaucophane +glaucophanite +glaucophanization +glaucophanize +glaucophyllous +Glaucopis +glaucosuria +glaucous +glaucously +Glauke +glaum +glaumrie +glaur +glaury +Glaux +glaver +glaze +glazed +glazen +glazer +glazework +glazier +glaziery +glazily +glaziness +glazing +glazy +gleam +gleamily +gleaminess +gleaming +gleamingly +gleamless +gleamy +glean +gleanable +gleaner +gleaning +gleary +gleba +glebal +glebe +glebeless +glebous +Glecoma +glede +Gleditsia +gledy +glee +gleed +gleeful +gleefully +gleefulness +gleeishly +gleek +gleemaiden +gleeman +gleesome +gleesomely +gleesomeness +gleet +gleety +gleewoman +gleg +glegly +glegness +Glen +glen +Glengarry +Glenn +glenohumeral +glenoid +glenoidal +glent +glessite +gleyde +glia +gliadin +glial +glib +glibbery +glibly +glibness +glidder +gliddery +glide +glideless +glideness +glider +gliderport +glidewort +gliding +glidingly +gliff +gliffing +glime +glimmer +glimmering +glimmeringly +glimmerite +glimmerous +glimmery +glimpse +glimpser +glink +glint +glioma +gliomatous +gliosa +gliosis +Glires +Gliridae +gliriform +Gliriformia +glirine +Glis +glisk +glisky +glissade +glissader +glissando +glissette +glisten +glistening +glisteningly +glister +glisteringly +Glitnir +glitter +glitterance +glittering +glitteringly +glittersome +glittery +gloam +gloaming +gloat +gloater +gloating +gloatingly +global +globally +globate +globated +globe +globed +globefish +globeflower +globeholder +globelet +Globicephala +globiferous +Globigerina +globigerine +Globigerinidae +globin +Globiocephalus +globoid +globose +globosely +globoseness +globosite +globosity +globosphaerite +globous +globously +globousness +globular +Globularia +Globulariaceae +globulariaceous +globularity +globularly +globularness +globule +globulet +globulicidal +globulicide +globuliferous +globuliform +globulimeter +globulin +globulinuria +globulite +globulitic +globuloid +globulolysis +globulose +globulous +globulousness +globulysis +globy +glochid +glochideous +glochidia +glochidial +glochidian +glochidiate +glochidium +glochis +glockenspiel +gloea +gloeal +Gloeocapsa +gloeocapsoid +gloeosporiose +Gloeosporium +Gloiopeltis +Gloiosiphonia +Gloiosiphoniaceae +glom +glome +glomerate +glomeration +Glomerella +glomeroporphyritic +glomerular +glomerulate +glomerule +glomerulitis +glomerulonephritis +glomerulose +glomerulus +glommox +glomus +glonoin +glonoine +gloom +gloomful +gloomfully +gloomily +gloominess +glooming +gloomingly +gloomless +gloomth +gloomy +glop +gloppen +glor +glore +Gloria +Gloriana +gloriation +gloriette +glorifiable +glorification +glorifier +glorify +gloriole +Gloriosa +gloriosity +glorious +gloriously +gloriousness +glory +gloryful +glorying +gloryingly +gloryless +gloss +glossa +glossagra +glossal +glossalgia +glossalgy +glossanthrax +glossarial +glossarially +glossarian +glossarist +glossarize +glossary +Glossata +glossate +glossator +glossatorial +glossectomy +glossed +glosser +glossic +glossily +Glossina +glossiness +glossing +glossingly +Glossiphonia +Glossiphonidae +glossist +glossitic +glossitis +glossless +glossmeter +glossocarcinoma +glossocele +glossocoma +glossocomon +glossodynamometer +glossodynia +glossoepiglottic +glossoepiglottidean +glossograph +glossographer +glossographical +glossography +glossohyal +glossoid +glossokinesthetic +glossolabial +glossolabiolaryngeal +glossolabiopharyngeal +glossolalia +glossolalist +glossolaly +glossolaryngeal +glossological +glossologist +glossology +glossolysis +glossoncus +glossopalatine +glossopalatinus +glossopathy +glossopetra +Glossophaga +glossophagine +glossopharyngeal +glossopharyngeus +Glossophora +glossophorous +glossophytia +glossoplasty +glossoplegia +glossopode +glossopodium +Glossopteris +glossoptosis +glossopyrosis +glossorrhaphy +glossoscopia +glossoscopy +glossospasm +glossosteresis +Glossotherium +glossotomy +glossotype +glossy +glost +glottal +glottalite +glottalize +glottic +glottid +glottidean +glottis +glottiscope +glottogonic +glottogonist +glottogony +glottologic +glottological +glottologist +glottology +Gloucester +glout +glove +gloveless +glovelike +glovemaker +glovemaking +glover +gloveress +glovey +gloving +glow +glower +glowerer +glowering +gloweringly +glowfly +glowing +glowingly +glowworm +Gloxinia +gloy +gloze +glozing +glozingly +glub +glucase +glucemia +glucid +glucide +glucidic +glucina +glucine +glucinic +glucinium +glucinum +gluck +glucofrangulin +glucokinin +glucolipid +glucolipide +glucolipin +glucolipine +glucolysis +glucosaemia +glucosamine +glucosan +glucosane +glucosazone +glucose +glucosemia +glucosic +glucosid +glucosidal +glucosidase +glucoside +glucosidic +glucosidically +glucosin +glucosine +glucosone +glucosuria +glucuronic +glue +glued +gluemaker +gluemaking +gluepot +gluer +gluey +glueyness +glug +gluish +gluishness +glum +gluma +Glumaceae +glumaceous +glumal +Glumales +glume +glumiferous +Glumiflorae +glumly +glummy +glumness +glumose +glumosity +glump +glumpily +glumpiness +glumpish +glumpy +glunch +Gluneamie +glusid +gluside +glut +glutamic +glutamine +glutaminic +glutaric +glutathione +glutch +gluteal +glutelin +gluten +glutenin +glutenous +gluteofemoral +gluteoinguinal +gluteoperineal +gluteus +glutin +glutinate +glutination +glutinative +glutinize +glutinose +glutinosity +glutinous +glutinously +glutinousness +glutition +glutoid +glutose +glutter +gluttery +glutting +gluttingly +glutton +gluttoness +gluttonish +gluttonism +gluttonize +gluttonous +gluttonously +gluttonousness +gluttony +glyceraldehyde +glycerate +Glyceria +glyceric +glyceride +glycerin +glycerinate +glycerination +glycerine +glycerinize +glycerite +glycerize +glycerizin +glycerizine +glycerogel +glycerogelatin +glycerol +glycerolate +glycerole +glycerolize +glycerophosphate +glycerophosphoric +glycerose +glyceroxide +glyceryl +glycid +glycide +glycidic +glycidol +Glycine +glycine +glycinin +glycocholate +glycocholic +glycocin +glycocoll +glycogelatin +glycogen +glycogenesis +glycogenetic +glycogenic +glycogenize +glycogenolysis +glycogenous +glycogeny +glycohaemia +glycohemia +glycol +glycolaldehyde +glycolate +glycolic +glycolide +glycolipid +glycolipide +glycolipin +glycolipine +glycoluric +glycoluril +glycolyl +glycolylurea +glycolysis +glycolytic +glycolytically +Glyconian +Glyconic +glyconic +glyconin +glycoproteid +glycoprotein +glycosaemia +glycose +glycosemia +glycosin +glycosine +glycosuria +glycosuric +glycuresis +glycuronic +glycyl +glycyphyllin +Glycyrrhiza +glycyrrhizin +Glynn +glyoxal +glyoxalase +glyoxalic +glyoxalin +glyoxaline +glyoxim +glyoxime +glyoxyl +glyoxylic +glyph +glyphic +glyphograph +glyphographer +glyphographic +glyphography +glyptic +glyptical +glyptician +Glyptodon +glyptodont +Glyptodontidae +glyptodontoid +glyptograph +glyptographer +glyptographic +glyptography +glyptolith +glyptological +glyptologist +glyptology +glyptotheca +Glyptotherium +glyster +Gmelina +gmelinite +gnabble +Gnaeus +gnaphalioid +Gnaphalium +gnar +gnarl +gnarled +gnarliness +gnarly +gnash +gnashingly +gnat +gnatcatcher +gnatflower +gnathal +gnathalgia +gnathic +gnathidium +gnathion +gnathism +gnathite +gnathitis +Gnatho +gnathobase +gnathobasic +Gnathobdellae +Gnathobdellida +gnathometer +gnathonic +gnathonical +gnathonically +gnathonism +gnathonize +gnathophorous +gnathoplasty +gnathopod +Gnathopoda +gnathopodite +gnathopodous +gnathostegite +Gnathostoma +Gnathostomata +gnathostomatous +gnathostome +Gnathostomi +gnathostomous +gnathotheca +gnatling +gnatproof +gnatsnap +gnatsnapper +gnatter +gnatty +gnatworm +gnaw +gnawable +gnawer +gnawing +gnawingly +gnawn +gneiss +gneissic +gneissitic +gneissoid +gneissose +gneissy +Gnetaceae +gnetaceous +Gnetales +Gnetum +gnocchetti +gnome +gnomed +gnomesque +gnomic +gnomical +gnomically +gnomide +gnomish +gnomist +gnomologic +gnomological +gnomologist +gnomology +gnomon +Gnomonia +Gnomoniaceae +gnomonic +gnomonical +gnomonics +gnomonological +gnomonologically +gnomonology +gnosiological +gnosiology +gnosis +Gnostic +gnostic +gnostical +gnostically +Gnosticism +gnosticity +gnosticize +gnosticizer +gnostology +gnu +go +goa +goad +goadsman +goadster +goaf +Goajiro +goal +Goala +goalage +goalee +goalie +goalkeeper +goalkeeping +goalless +goalmouth +Goan +Goanese +goanna +Goasila +goat +goatbeard +goatbrush +goatbush +goatee +goateed +goatfish +goatherd +goatherdess +goatish +goatishly +goatishness +goatland +goatlike +goatling +goatly +goatroot +goatsbane +goatsbeard +goatsfoot +goatskin +goatstone +goatsucker +goatweed +goaty +goave +gob +goback +goban +gobang +gobbe +gobber +gobbet +gobbin +gobbing +gobble +gobbledygook +gobbler +gobby +Gobelin +gobelin +gobernadora +gobi +Gobia +Gobian +gobiesocid +Gobiesocidae +gobiesociform +Gobiesox +gobiid +Gobiidae +gobiiform +Gobiiformes +Gobinism +Gobinist +Gobio +gobioid +Gobioidea +Gobioidei +goblet +gobleted +gobletful +goblin +gobline +goblinesque +goblinish +goblinism +goblinize +goblinry +gobmouthed +gobo +gobonated +gobony +gobstick +goburra +goby +gobylike +gocart +Goclenian +God +god +godchild +Goddam +Goddard +goddard +goddaughter +godded +goddess +goddesshood +goddessship +goddikin +goddize +gode +godet +Godetia +godfather +godfatherhood +godfathership +Godforsaken +Godfrey +Godful +godhead +godhood +Godiva +godkin +godless +godlessly +godlessness +godlet +godlike +godlikeness +godlily +godliness +godling +godly +godmaker +godmaking +godmamma +godmother +godmotherhood +godmothership +godown +godpapa +godparent +Godsake +godsend +godship +godson +godsonship +Godspeed +Godward +Godwin +Godwinian +godwit +goeduck +goel +goelism +Goemagot +Goemot +goer +goes +Goetae +Goethian +goetia +goetic +goetical +goety +goff +goffer +goffered +gofferer +goffering +goffle +gog +gogga +goggan +goggle +goggled +goggler +gogglers +goggly +goglet +Gogo +gogo +Gohila +goi +goiabada +Goidel +Goidelic +going +goitcho +goiter +goitered +goitral +goitrogen +goitrogenic +goitrous +Gokuraku +gol +gola +golach +goladar +golandaas +golandause +Golaseccan +Golconda +Gold +gold +goldbeater +goldbeating +Goldbird +goldbrick +goldbricker +goldbug +goldcrest +goldcup +golden +goldenback +goldeneye +goldenfleece +goldenhair +goldenknop +goldenlocks +goldenly +Goldenmouth +goldenmouthed +goldenness +goldenpert +goldenrod +goldenseal +goldentop +goldenwing +golder +goldfielder +goldfinch +goldfinny +goldfish +goldflower +goldhammer +goldhead +Goldi +Goldic +goldie +goldilocks +goldin +goldish +goldless +goldlike +Goldonian +goldseed +goldsinny +goldsmith +goldsmithery +goldsmithing +goldspink +goldstone +goldtail +goldtit +goldwater +goldweed +goldwork +goldworker +Goldy +goldy +golee +golem +golf +golfdom +golfer +Golgi +Golgotha +goli +goliard +goliardery +goliardic +Goliath +goliath +goliathize +golkakra +Goll +golland +gollar +golliwogg +golly +Golo +goloe +golpe +Goma +gomari +Gomarian +Gomarist +Gomarite +gomart +gomashta +gomavel +gombay +gombeen +gombeenism +gombroon +Gomeisa +gomer +gomeral +gomlah +gommelin +Gomontia +Gomorrhean +Gomphocarpus +gomphodont +Gompholobium +gomphosis +Gomphrena +gomuti +gon +Gona +gonad +gonadal +gonadial +gonadic +gonadotropic +gonadotropin +gonaduct +gonagra +gonakie +gonal +gonalgia +gonangial +gonangium +gonapod +gonapophysal +gonapophysial +gonapophysis +gonarthritis +Gond +gondang +Gondi +gondite +gondola +gondolet +gondolier +gone +goneness +goneoclinic +gonepoiesis +gonepoietic +goner +Goneril +gonesome +gonfalcon +gonfalonier +gonfalonierate +gonfaloniership +gonfanon +gong +gongman +Gongoresque +Gongorism +Gongorist +gongoristic +gonia +goniac +gonial +goniale +Goniaster +goniatite +Goniatites +goniatitic +goniatitid +Goniatitidae +goniatitoid +gonid +gonidangium +gonidia +gonidial +gonidic +gonidiferous +gonidiogenous +gonidioid +gonidiophore +gonidiose +gonidiospore +gonidium +gonimic +gonimium +gonimolobe +gonimous +goniocraniometry +Goniodoridae +Goniodorididae +Goniodoris +goniometer +goniometric +goniometrical +goniometrically +goniometry +gonion +Goniopholidae +Goniopholis +goniostat +goniotropous +gonitis +Gonium +gonium +gonnardite +gonne +gonoblast +gonoblastic +gonoblastidial +gonoblastidium +gonocalycine +gonocalyx +gonocheme +gonochorism +gonochorismal +gonochorismus +gonochoristic +gonococcal +gonococcic +gonococcoid +gonococcus +gonocoel +gonocyte +gonoecium +Gonolobus +gonomere +gonomery +gonophore +gonophoric +gonophorous +gonoplasm +gonopoietic +gonorrhea +gonorrheal +gonorrheic +gonosomal +gonosome +gonosphere +gonostyle +gonotheca +gonothecal +gonotokont +gonotome +gonotype +gonozooid +gony +gonyalgia +gonydeal +gonydial +gonyocele +gonyoncus +gonys +Gonystylaceae +gonystylaceous +Gonystylus +gonytheca +Gonzalo +goo +goober +good +Goodenia +Goodeniaceae +goodeniaceous +Goodenoviaceae +goodhearted +goodheartedly +goodheartedness +gooding +goodish +goodishness +goodlihead +goodlike +goodliness +goodly +goodman +goodmanship +goodness +goods +goodsome +goodwife +goodwill +goodwillit +goodwilly +goody +goodyear +Goodyera +goodyish +goodyism +goodyness +goodyship +goof +goofer +goofily +goofiness +goofy +googly +googol +googolplex +googul +gook +gool +goolah +gools +gooma +goon +goondie +goonie +Goop +goosander +goose +goosebeak +gooseberry +goosebill +goosebird +goosebone +gooseboy +goosecap +goosefish +gooseflower +goosefoot +goosegirl +goosegog +gooseherd +goosehouse +gooselike +goosemouth +gooseneck +goosenecked +gooserumped +goosery +goosetongue +gooseweed +goosewing +goosewinged +goosish +goosishly +goosishness +goosy +gopher +gopherberry +gopherroot +gopherwood +gopura +Gor +gor +gora +goracco +goral +goran +gorb +gorbal +gorbellied +gorbelly +gorbet +gorble +gorblimy +gorce +gorcock +gorcrow +Gordiacea +gordiacean +gordiaceous +Gordian +Gordiidae +Gordioidea +Gordius +gordolobo +Gordon +Gordonia +gordunite +Gordyaean +gore +gorer +gorevan +gorfly +gorge +gorgeable +gorged +gorgedly +gorgelet +gorgeous +gorgeously +gorgeousness +gorger +gorgerin +gorget +gorgeted +gorglin +Gorgon +Gorgonacea +gorgonacean +gorgonaceous +gorgonesque +gorgoneum +Gorgonia +Gorgoniacea +gorgoniacean +gorgoniaceous +Gorgonian +gorgonian +gorgonin +gorgonize +gorgonlike +Gorgonzola +Gorgosaurus +gorhen +goric +gorilla +gorillaship +gorillian +gorilline +gorilloid +gorily +goriness +goring +Gorkhali +Gorkiesque +gorlin +gorlois +gormandize +gormandizer +gormaw +gormed +gorra +gorraf +gorry +gorse +gorsebird +gorsechat +gorsedd +gorsehatch +gorsy +Gortonian +Gortonite +gory +gos +gosain +goschen +gosh +goshawk +Goshen +goshenite +goslarite +goslet +gosling +gosmore +gospel +gospeler +gospelist +gospelize +gospellike +gospelly +gospelmonger +gospelwards +Gosplan +gospodar +gosport +gossamer +gossamered +gossamery +gossampine +gossan +gossaniferous +gossard +gossip +gossipdom +gossipee +gossiper +gossiphood +gossipiness +gossiping +gossipingly +gossipmonger +gossipred +gossipry +gossipy +gossoon +gossy +gossypine +Gossypium +gossypol +gossypose +got +gotch +gote +Goth +Gotha +Gotham +Gothamite +Gothic +Gothically +Gothicism +Gothicist +Gothicity +Gothicize +Gothicizer +Gothicness +Gothish +Gothism +gothite +Gothlander +Gothonic +Gotiglacial +gotra +gotraja +gotten +Gottfried +Gottlieb +gouaree +Gouda +Goudy +gouge +gouger +goujon +goulash +goumi +goup +Goura +gourami +gourd +gourde +gourdful +gourdhead +gourdiness +gourdlike +gourdworm +gourdy +Gourinae +gourmand +gourmander +gourmanderie +gourmandism +gourmet +gourmetism +gourounut +goustrous +gousty +gout +goutify +goutily +goutiness +goutish +goutte +goutweed +goutwort +gouty +gove +govern +governability +governable +governableness +governably +governail +governance +governess +governessdom +governesshood +governessy +governing +governingly +government +governmental +governmentalism +governmentalist +governmentalize +governmentally +governmentish +governor +governorate +governorship +gowan +gowdnie +gowf +gowfer +gowiddie +gowk +gowked +gowkedly +gowkedness +gowkit +gowl +gown +gownlet +gownsman +gowpen +goy +Goyana +goyazite +Goyetian +goyim +goyin +goyle +gozell +gozzard +gra +Graafian +grab +grabbable +grabber +grabble +grabbler +grabbling +grabbots +graben +grabhook +grabouche +Grace +grace +graceful +gracefully +gracefulness +graceless +gracelessly +gracelessness +gracelike +gracer +Gracilaria +gracilariid +Gracilariidae +gracile +gracileness +gracilescent +gracilis +gracility +graciosity +gracioso +gracious +graciously +graciousness +grackle +Graculus +grad +gradable +gradal +gradate +gradation +gradational +gradationally +gradationately +gradative +gradatively +gradatory +graddan +grade +graded +gradefinder +gradely +grader +Gradgrind +gradgrind +Gradgrindian +Gradgrindish +Gradgrindism +gradient +gradienter +Gradientia +gradin +gradine +grading +gradiometer +gradiometric +gradometer +gradual +gradualism +gradualist +gradualistic +graduality +gradually +gradualness +graduand +graduate +graduated +graduateship +graduatical +graduating +graduation +graduator +gradus +Graeae +Graeculus +Graeme +graff +graffage +graffer +Graffias +graffito +grafship +graft +graftage +graftdom +grafted +grafter +grafting +graftonite +graftproof +Graham +graham +grahamite +Graian +grail +grailer +grailing +grain +grainage +grained +grainedness +grainer +grainering +grainery +grainfield +graininess +graining +grainland +grainless +grainman +grainsick +grainsickness +grainsman +grainways +grainy +graip +graisse +graith +Grallae +Grallatores +grallatorial +grallatory +grallic +Grallina +gralline +gralloch +gram +grama +gramarye +gramashes +grame +gramenite +gramicidin +Graminaceae +graminaceous +Gramineae +gramineal +gramineous +gramineousness +graminicolous +graminiferous +graminifolious +graminiform +graminin +graminivore +graminivorous +graminological +graminology +graminous +grammalogue +grammar +grammarian +grammarianism +grammarless +grammatic +grammatical +grammatically +grammaticalness +grammaticaster +grammaticism +grammaticize +grammatics +grammatist +grammatistical +grammatite +grammatolator +grammatolatry +Grammatophyllum +gramme +Grammontine +gramoches +Gramophone +gramophone +gramophonic +gramophonical +gramophonically +gramophonist +gramp +grampa +grampus +granada +granadilla +granadillo +Granadine +granage +granary +granate +granatum +granch +grand +grandam +grandame +grandaunt +grandchild +granddad +granddaddy +granddaughter +granddaughterly +grandee +grandeeism +grandeeship +grandesque +grandeur +grandeval +grandfather +grandfatherhood +grandfatherish +grandfatherless +grandfatherly +grandfathership +grandfer +grandfilial +grandiloquence +grandiloquent +grandiloquently +grandiloquous +grandiose +grandiosely +grandiosity +grandisonant +Grandisonian +Grandisonianism +grandisonous +grandly +grandma +grandmaternal +Grandmontine +grandmother +grandmotherhood +grandmotherism +grandmotherliness +grandmotherly +grandnephew +grandness +grandniece +grandpa +grandparent +grandparentage +grandparental +grandpaternal +grandsire +grandson +grandsonship +grandstand +grandstander +granduncle +grane +grange +granger +grangerism +grangerite +grangerization +grangerize +grangerizer +Grangousier +graniform +granilla +granite +granitelike +graniteware +granitic +granitical +graniticoline +granitiferous +granitification +granitiform +granitite +granitization +granitize +granitoid +granivore +granivorous +granjeno +grank +grannom +granny +grannybush +grano +granoblastic +granodiorite +granogabbro +granolite +granolith +granolithic +granomerite +granophyre +granophyric +granose +granospherite +Grant +grant +grantable +grantedly +grantee +granter +Granth +Grantha +Grantia +Grantiidae +grantor +granula +granular +granularity +granularly +granulary +granulate +granulated +granulater +granulation +granulative +granulator +granule +granulet +granuliferous +granuliform +granulite +granulitic +granulitis +granulitization +granulitize +granulize +granuloadipose +granulocyte +granuloma +granulomatous +granulometric +granulosa +granulose +granulous +Granville +granza +granzita +grape +graped +grapeflower +grapefruit +grapeful +grapeless +grapelet +grapelike +grapenuts +graperoot +grapery +grapeshot +grapeskin +grapestalk +grapestone +grapevine +grapewise +grapewort +graph +graphalloy +graphic +graphical +graphically +graphicalness +graphicly +graphicness +graphics +Graphidiaceae +Graphiola +graphiological +graphiologist +graphiology +Graphis +graphite +graphiter +graphitic +graphitization +graphitize +graphitoid +graphitoidal +Graphium +graphologic +graphological +graphologist +graphology +graphomania +graphomaniac +graphometer +graphometric +graphometrical +graphometry +graphomotor +Graphophone +graphophone +graphophonic +graphorrhea +graphoscope +graphospasm +graphostatic +graphostatical +graphostatics +graphotype +graphotypic +graphy +graping +grapnel +grappa +grapple +grappler +grappling +Grapsidae +grapsoid +Grapsus +Grapta +graptolite +Graptolitha +Graptolithida +Graptolithina +graptolitic +Graptolitoidea +Graptoloidea +graptomancy +grapy +grasp +graspable +grasper +grasping +graspingly +graspingness +graspless +grass +grassant +grassation +grassbird +grasschat +grasscut +grasscutter +grassed +grasser +grasset +grassflat +grassflower +grasshop +grasshopper +grasshopperdom +grasshopperish +grasshouse +grassiness +grassing +grassland +grassless +grasslike +grassman +grassnut +grassplot +grassquit +grasswards +grassweed +grasswidowhood +grasswork +grassworm +grassy +grat +grate +grateful +gratefully +gratefulness +grateless +grateman +grater +gratewise +grather +Gratia +Gratiano +graticulate +graticulation +graticule +gratification +gratified +gratifiedly +gratifier +gratify +gratifying +gratifyingly +gratility +gratillity +gratinate +grating +Gratiola +gratiolin +gratiosolin +gratis +gratitude +gratten +grattoir +gratuitant +gratuitous +gratuitously +gratuitousness +gratuity +gratulant +gratulate +gratulation +gratulatorily +gratulatory +graupel +gravamen +gravamina +grave +graveclod +gravecloth +graveclothes +graved +gravedigger +gravegarth +gravel +graveless +gravelike +graveling +gravelish +gravelliness +gravelly +gravelroot +gravelstone +gravelweed +gravely +gravemaker +gravemaking +graveman +gravemaster +graven +graveness +Gravenstein +graveolence +graveolency +graveolent +graver +Graves +graveship +graveside +gravestead +gravestone +graveward +gravewards +graveyard +gravic +gravicembalo +gravid +gravidity +gravidly +gravidness +Gravigrada +gravigrade +gravimeter +gravimetric +gravimetrical +gravimetrically +gravimetry +graving +gravitate +gravitater +gravitation +gravitational +gravitationally +gravitative +gravitometer +gravity +gravure +gravy +grawls +gray +grayback +graybeard +graycoat +grayfish +grayfly +grayhead +grayish +graylag +grayling +grayly +graymalkin +graymill +grayness +graypate +graywacke +grayware +graywether +grazable +graze +grazeable +grazer +grazier +grazierdom +graziery +grazing +grazingly +grease +greasebush +greasehorn +greaseless +greaselessness +greaseproof +greaseproofness +greaser +greasewood +greasily +greasiness +greasy +great +greatcoat +greatcoated +greaten +greater +greathead +greatheart +greathearted +greatheartedness +greatish +greatly +greatmouthed +greatness +greave +greaved +greaves +grebe +Grebo +grece +Grecian +Grecianize +Grecism +Grecize +Grecomania +Grecomaniac +Grecophil +gree +greed +greedily +greediness +greedless +greedsome +greedy +greedygut +greedyguts +Greek +Greekdom +Greekery +Greekess +Greekish +Greekism +Greekist +Greekize +Greekless +Greekling +green +greenable +greenage +greenalite +greenback +Greenbacker +Greenbackism +greenbark +greenbone +greenbrier +Greencloth +greencoat +greener +greenery +greeney +greenfinch +greenfish +greengage +greengill +greengrocer +greengrocery +greenhead +greenheaded +greenheart +greenhearted +greenhew +greenhide +greenhood +greenhorn +greenhornism +greenhouse +greening +greenish +greenishness +greenkeeper +greenkeeping +Greenland +Greenlander +Greenlandic +Greenlandish +greenlandite +Greenlandman +greenleek +greenless +greenlet +greenling +greenly +greenness +greenockite +greenovite +greenroom +greensand +greensauce +greenshank +greensick +greensickness +greenside +greenstone +greenstuff +greensward +greenswarded +greentail +greenth +greenuk +greenweed +Greenwich +greenwing +greenwithe +greenwood +greenwort +greeny +greenyard +greet +greeter +greeting +greetingless +greetingly +greffier +greffotome +Greg +gregal +gregale +gregaloid +gregarian +gregarianism +Gregarina +Gregarinae +Gregarinaria +gregarine +Gregarinida +gregarinidal +gregariniform +Gregarinina +Gregarinoidea +gregarinosis +gregarinous +gregarious +gregariously +gregariousness +gregaritic +grege +Gregg +Gregge +greggle +grego +Gregor +Gregorian +Gregorianist +Gregorianize +Gregorianizer +Gregory +greige +grein +greisen +gremial +gremlin +grenade +Grenadian +grenadier +grenadierial +grenadierly +grenadiership +grenadin +grenadine +Grendel +Grenelle +Gressoria +gressorial +gressorious +Greta +Gretchen +Gretel +greund +Grevillea +grew +grewhound +Grewia +grey +greyhound +Greyiaceae +greyly +greyness +gribble +grice +grid +griddle +griddlecake +griddler +gride +gridelin +gridiron +griece +grieced +grief +griefful +grieffully +griefless +grieflessness +grieshoch +grievance +grieve +grieved +grievedly +griever +grieveship +grieving +grievingly +grievous +grievously +grievousness +Griff +griff +griffade +griffado +griffaun +griffe +griffin +griffinage +griffinesque +griffinhood +griffinish +griffinism +Griffith +griffithite +Griffon +griffon +griffonage +griffonne +grift +grifter +grig +griggles +grignet +grigri +grihastha +grihyasutra +grike +grill +grillade +grillage +grille +grilled +griller +grillroom +grillwork +grilse +grim +grimace +grimacer +grimacier +grimacing +grimacingly +grimalkin +grime +grimful +grimgribber +grimily +griminess +grimliness +grimly +grimme +Grimmia +Grimmiaceae +grimmiaceous +grimmish +grimness +grimp +grimy +grin +grinagog +grinch +grind +grindable +Grindelia +grinder +grinderman +grindery +grinding +grindingly +grindle +grindstone +gringo +gringolee +gringophobia +Grinnellia +grinner +grinning +grinningly +grinny +grintern +grip +gripe +gripeful +griper +gripgrass +griphite +Griphosaurus +griping +gripingly +gripless +gripman +gripment +grippal +grippe +gripper +grippiness +gripping +grippingly +grippingness +gripple +grippleness +grippotoxin +grippy +gripsack +gripy +Griqua +griquaite +Griqualander +gris +grisaille +grisard +Griselda +griseous +grisette +grisettish +grisgris +griskin +grisliness +grisly +Grison +grison +grisounite +grisoutine +Grissel +grissens +grissons +grist +gristbite +grister +Gristhorbia +gristle +gristliness +gristly +gristmill +gristmiller +gristmilling +gristy +grit +grith +grithbreach +grithman +gritless +gritrock +grits +gritstone +gritten +gritter +grittily +grittiness +grittle +gritty +grivet +grivna +Grizel +Grizzel +grizzle +grizzled +grizzler +grizzly +grizzlyman +groan +groaner +groanful +groaning +groaningly +groat +groats +groatsworth +grobian +grobianism +grocer +grocerdom +groceress +grocerly +grocerwise +grocery +groceryman +Groenendael +groff +grog +groggery +groggily +grogginess +groggy +grogram +grogshop +groin +groined +groinery +groining +Grolier +Grolieresque +gromatic +gromatics +Gromia +grommet +gromwell +groom +groomer +groomish +groomishly +groomlet +groomling +groomsman +groomy +groop +groose +groot +grooty +groove +grooveless +groovelike +groover +grooverhead +grooviness +grooving +groovy +grope +groper +groping +gropingly +gropple +grorudite +gros +grosbeak +groschen +groser +groset +grosgrain +grosgrained +gross +grossart +grossen +grosser +grossification +grossify +grossly +grossness +grosso +grossulaceous +grossular +Grossularia +grossularia +Grossulariaceae +grossulariaceous +grossularious +grossularite +grosz +groszy +grot +grotesque +grotesquely +grotesqueness +grotesquerie +grothine +grothite +Grotian +Grotianism +grottesco +grotto +grottoed +grottolike +grottowork +grouch +grouchily +grouchiness +grouchingly +grouchy +grouf +grough +ground +groundable +groundably +groundage +groundberry +groundbird +grounded +groundedly +groundedness +groundenell +grounder +groundflower +grounding +groundless +groundlessly +groundlessness +groundliness +groundling +groundly +groundman +groundmass +groundneedle +groundnut +groundplot +grounds +groundsel +groundsill +groundsman +groundward +groundwood +groundwork +groundy +group +groupage +groupageness +grouped +grouper +grouping +groupist +grouplet +groupment +groupwise +grouse +grouseberry +grouseless +grouser +grouseward +grousewards +grousy +grout +grouter +grouthead +grouts +grouty +grouze +grove +groved +grovel +groveler +groveless +groveling +grovelingly +grovelings +grovy +grow +growable +growan +growed +grower +growing +growingly +growingupness +growl +growler +growlery +growling +growlingly +growly +grown +grownup +growse +growsome +growth +growthful +growthiness +growthless +growthy +grozart +grozet +grr +grub +grubbed +grubber +grubbery +grubbily +grubbiness +grubby +grubhood +grubless +grubroot +grubs +grubstake +grubstaker +Grubstreet +grubstreet +grubworm +grudge +grudgeful +grudgefully +grudgekin +grudgeless +grudger +grudgery +grudging +grudgingly +grudgingness +grudgment +grue +gruel +grueler +grueling +gruelly +Grues +gruesome +gruesomely +gruesomeness +gruff +gruffily +gruffiness +gruffish +gruffly +gruffness +gruffs +gruffy +grufted +grugru +Gruidae +gruiform +Gruiformes +gruine +Gruis +grum +grumble +grumbler +grumblesome +Grumbletonian +grumbling +grumblingly +grumbly +grume +Grumium +grumly +grummel +grummels +grummet +grummeter +grumness +grumose +grumous +grumousness +grump +grumph +grumphie +grumphy +grumpily +grumpiness +grumpish +grumpy +grun +Grundified +Grundlov +grundy +Grundyism +Grundyist +Grundyite +grunerite +gruneritization +grunion +grunt +grunter +Grunth +grunting +gruntingly +gruntle +gruntled +gruntling +Grus +grush +grushie +Grusian +Grusinian +gruss +grutch +grutten +gryde +grylli +gryllid +Gryllidae +gryllos +Gryllotalpa +Gryllus +gryllus +grypanian +Gryphaea +Gryphosaurus +gryposis +Grypotherium +grysbok +guaba +guacacoa +guachamaca +guacharo +guachipilin +Guacho +Guacico +guacimo +guacin +guaco +guaconize +Guadagnini +guadalcazarite +Guaharibo +Guahiban +Guahibo +Guahivo +guaiac +guaiacol +guaiacolize +guaiaconic +guaiacum +guaiaretic +guaiasanol +guaiol +guaka +Gualaca +guama +guan +Guana +guana +guanabana +guanabano +guanaco +guanajuatite +guanamine +guanase +guanay +Guanche +guaneide +guango +guanidine +guanidopropionic +guaniferous +guanine +guanize +guano +guanophore +guanosine +guanyl +guanylic +guao +guapena +guapilla +guapinol +Guaque +guar +guara +guarabu +guaracha +guaraguao +guarana +Guarani +guarani +Guaranian +guaranine +guarantee +guaranteeship +guarantor +guarantorship +guaranty +guarapucu +Guaraunan +Guarauno +guard +guardable +guardant +guarded +guardedly +guardedness +guardeen +guarder +guardfish +guardful +guardfully +guardhouse +guardian +guardiancy +guardianess +guardianless +guardianly +guardianship +guarding +guardingly +guardless +guardlike +guardo +guardrail +guardroom +guardship +guardsman +guardstone +Guarea +guariba +guarinite +guarneri +Guarnerius +Guarnieri +Guarrau +guarri +Guaruan +guasa +Guastalline +guatambu +Guatemalan +Guatemaltecan +guativere +Guato +Guatoan +Guatusan +Guatuso +Guauaenok +guava +guavaberry +guavina +guayaba +guayabi +guayabo +guayacan +Guayaqui +Guaycuru +Guaycuruan +Guaymie +guayroto +guayule +guaza +Guazuma +gubbertush +Gubbin +gubbo +gubernacula +gubernacular +gubernaculum +gubernative +gubernator +gubernatorial +gubernatrix +guberniya +gucki +gud +gudame +guddle +gude +gudebrother +gudefather +gudemother +gudesake +gudesakes +gudesire +gudewife +gudge +gudgeon +gudget +gudok +gue +guebucu +guejarite +Guelph +Guelphic +Guelphish +Guelphism +guemal +guenepe +guenon +guepard +guerdon +guerdonable +guerdoner +guerdonless +guereza +Guerickian +Guerinet +Guernsey +guernsey +guernseyed +guerrilla +guerrillaism +guerrillaship +Guesdism +Guesdist +guess +guessable +guesser +guessing +guessingly +guesswork +guessworker +guest +guestchamber +guesten +guester +guesthouse +guesting +guestive +guestless +Guestling +guestling +guestmaster +guestship +guestwise +Guetar +Guetare +gufa +guff +guffaw +guffer +guffin +guffy +gugal +guggle +gugglet +guglet +guglia +guglio +gugu +Guha +Guhayna +guhr +Guiana +Guianan +Guianese +guib +guiba +guidable +guidage +guidance +guide +guideboard +guidebook +guidebookish +guidecraft +guideless +guideline +guidepost +guider +guideress +guidership +guideship +guideway +guidman +Guido +guidon +Guidonian +guidwilly +guige +Guignardia +guignol +guijo +Guilandina +guild +guilder +guildhall +guildic +guildry +guildship +guildsman +guile +guileful +guilefully +guilefulness +guileless +guilelessly +guilelessness +guilery +guillemet +guillemot +Guillermo +guillevat +guilloche +guillochee +guillotinade +guillotine +guillotinement +guillotiner +guillotinism +guillotinist +guilt +guiltily +guiltiness +guiltless +guiltlessly +guiltlessness +guiltsick +guilty +guily +guimbard +guimpe +Guinea +guinea +Guineaman +Guinean +Guinevere +guipure +Guisard +guisard +guise +guiser +Guisian +guising +guitar +guitarfish +guitarist +guitermanite +guitguit +Guittonian +Gujar +Gujarati +Gujrati +gul +gula +gulae +gulaman +gulancha +Gulanganes +gular +gularis +gulch +gulden +guldengroschen +gule +gules +Gulf +gulf +gulflike +gulfside +gulfwards +gulfweed +gulfy +gulgul +gulinula +gulinulae +gulinular +gulix +gull +Gullah +gullery +gullet +gulleting +gullibility +gullible +gullibly +gullion +gullish +gullishly +gullishness +gully +gullyhole +Gulo +gulonic +gulose +gulosity +gulp +gulper +gulpin +gulping +gulpingly +gulpy +gulravage +gulsach +Gum +gum +gumbo +gumboil +gumbotil +gumby +gumchewer +gumdigger +gumdigging +gumdrop +gumfield +gumflower +gumihan +gumless +gumlike +gumly +gumma +gummage +gummaker +gummaking +gummata +gummatous +gummed +gummer +gummiferous +gumminess +gumming +gummite +gummose +gummosis +gummosity +gummous +gummy +gump +gumphion +gumption +gumptionless +gumptious +gumpus +gumshoe +gumweed +gumwood +gun +guna +gunate +gunation +gunbearer +gunboat +gunbright +gunbuilder +guncotton +gundi +gundy +gunebo +gunfire +gunflint +gunge +gunhouse +Gunite +gunite +gunj +gunk +gunl +gunless +gunlock +gunmaker +gunmaking +gunman +gunmanship +gunnage +Gunnar +gunne +gunnel +gunner +Gunnera +Gunneraceae +gunneress +gunnership +gunnery +gunnies +gunning +gunnung +gunny +gunocracy +gunong +gunpaper +gunplay +gunpowder +gunpowderous +gunpowdery +gunpower +gunrack +gunreach +gunrunner +gunrunning +gunsel +gunshop +gunshot +gunsman +gunsmith +gunsmithery +gunsmithing +gunster +gunstick +gunstock +gunstocker +gunstocking +gunstone +Gunter +gunter +Gunther +gunwale +gunyah +gunyang +gunyeh +Gunz +Gunzian +gup +guppy +guptavidya +gur +Guran +gurdfish +gurdle +gurdwara +gurge +gurgeon +gurgeons +gurges +gurgitation +gurgle +gurglet +gurgling +gurglingly +gurgly +gurgoyle +gurgulation +Gurian +Guric +Gurish +Gurjara +gurjun +gurk +Gurkha +gurl +gurly +Gurmukhi +gurnard +gurnet +gurnetty +Gurneyite +gurniad +gurr +gurrah +gurry +gurt +guru +guruship +Gus +gush +gusher +gushet +gushily +gushiness +gushing +gushingly +gushingness +gushy +gusla +gusle +guss +gusset +Gussie +gussie +gust +gustable +gustation +gustative +gustativeness +gustatory +Gustavus +gustful +gustfully +gustfulness +gustily +gustiness +gustless +gusto +gustoish +Gustus +gusty +gut +Guti +Gutium +gutless +gutlike +gutling +Gutnic +Gutnish +gutt +gutta +guttable +guttate +guttated +guttatim +guttation +gutte +gutter +Guttera +gutterblood +guttering +gutterlike +gutterling +gutterman +guttersnipe +guttersnipish +gutterspout +gutterwise +guttery +gutti +guttide +guttie +Guttiferae +guttiferal +Guttiferales +guttiferous +guttiform +guttiness +guttle +guttler +guttula +guttulae +guttular +guttulate +guttule +guttural +gutturalism +gutturality +gutturalization +gutturalize +gutturally +gutturalness +gutturize +gutturonasal +gutturopalatal +gutturopalatine +gutturotetany +guttus +gutty +gutweed +gutwise +gutwort +guvacine +guvacoline +Guy +guy +Guyandot +guydom +guyer +guytrash +guz +guze +Guzmania +guzmania +Guzul +guzzle +guzzledom +guzzler +gwag +gweduc +gweed +gweeon +gwely +Gwen +Gwendolen +gwine +gwyniad +Gyarung +gyascutus +Gyges +Gygis +gyle +gym +gymel +gymkhana +Gymnadenia +Gymnadeniopsis +Gymnanthes +gymnanthous +Gymnarchidae +Gymnarchus +gymnasia +gymnasial +gymnasiarch +gymnasiarchy +gymnasiast +gymnasic +gymnasium +gymnast +gymnastic +gymnastically +gymnastics +gymnemic +gymnetrous +gymnic +gymnical +gymnics +gymnite +Gymnoblastea +gymnoblastic +Gymnocalycium +gymnocarpic +gymnocarpous +Gymnocerata +gymnoceratous +gymnocidium +Gymnocladus +Gymnoconia +Gymnoderinae +Gymnodiniaceae +gymnodiniaceous +Gymnodiniidae +Gymnodinium +gymnodont +Gymnodontes +gymnogen +gymnogenous +Gymnoglossa +gymnoglossate +gymnogynous +Gymnogyps +Gymnolaema +Gymnolaemata +gymnolaematous +Gymnonoti +Gymnopaedes +gymnopaedic +gymnophiona +gymnoplast +Gymnorhina +gymnorhinal +Gymnorhininae +gymnosoph +gymnosophist +gymnosophy +gymnosperm +Gymnospermae +gymnospermal +gymnospermic +gymnospermism +Gymnospermous +gymnospermy +Gymnosporangium +gymnospore +gymnosporous +Gymnostomata +Gymnostomina +gymnostomous +Gymnothorax +gymnotid +Gymnotidae +Gymnotoka +gymnotokous +Gymnotus +Gymnura +gymnure +Gymnurinae +gymnurine +gympie +gyn +gynaecea +gynaeceum +gynaecocoenic +gynander +gynandrarchic +gynandrarchy +Gynandria +gynandria +gynandrian +gynandrism +gynandroid +gynandromorph +gynandromorphic +gynandromorphism +gynandromorphous +gynandromorphy +gynandrophore +gynandrosporous +gynandrous +gynandry +gynantherous +gynarchic +gynarchy +gyne +gynecic +gynecidal +gynecide +gynecocentric +gynecocracy +gynecocrat +gynecocratic +gynecocratical +gynecoid +gynecolatry +gynecologic +gynecological +gynecologist +gynecology +gynecomania +gynecomastia +gynecomastism +gynecomasty +gynecomazia +gynecomorphous +gyneconitis +gynecopathic +gynecopathy +gynecophore +gynecophoric +gynecophorous +gynecotelic +gynecratic +gyneocracy +gyneolater +gyneolatry +gynephobia +Gynerium +gynethusia +gyniatrics +gyniatry +gynic +gynics +gynobase +gynobaseous +gynobasic +gynocardia +gynocardic +gynocracy +gynocratic +gynodioecious +gynodioeciously +gynodioecism +gynoecia +gynoecium +gynogenesis +gynomonecious +gynomonoeciously +gynomonoecism +gynophagite +gynophore +gynophoric +gynosporangium +gynospore +gynostegia +gynostegium +gynostemium +Gynura +gyp +Gypaetus +gype +gypper +Gyppo +Gyps +gyps +gypseian +gypseous +gypsiferous +gypsine +gypsiologist +gypsite +gypsography +gypsologist +gypsology +Gypsophila +gypsophila +gypsophilous +gypsophily +gypsoplast +gypsous +gypster +gypsum +Gypsy +gypsy +gypsydom +gypsyesque +gypsyfy +gypsyhead +gypsyhood +gypsyish +gypsyism +gypsylike +gypsyry +gypsyweed +gypsywise +gypsywort +Gyracanthus +gyral +gyrally +gyrant +gyrate +gyration +gyrational +gyrator +gyratory +gyre +Gyrencephala +gyrencephalate +gyrencephalic +gyrencephalous +gyrene +gyrfalcon +gyri +gyric +gyrinid +Gyrinidae +Gyrinus +gyro +gyrocar +gyroceracone +gyroceran +Gyroceras +gyrochrome +gyrocompass +Gyrodactylidae +Gyrodactylus +gyrogonite +gyrograph +gyroidal +gyroidally +gyrolite +gyrolith +gyroma +gyromagnetic +gyromancy +gyromele +gyrometer +Gyromitra +gyron +gyronny +Gyrophora +Gyrophoraceae +Gyrophoraceous +gyrophoric +gyropigeon +gyroplane +gyroscope +gyroscopic +gyroscopically +gyroscopics +gyrose +gyrostabilizer +Gyrostachys +gyrostat +gyrostatic +gyrostatically +gyrostatics +Gyrotheca +gyrous +gyrovagi +gyrovagues +gyrowheel +gyrus +gyte +gytling +gyve +H +h +ha +haab +haaf +Habab +habanera +Habbe +habble +habdalah +Habe +habeas +habena +habenal +habenar +Habenaria +habendum +habenula +habenular +haberdash +haberdasher +haberdasheress +haberdashery +haberdine +habergeon +habilable +habilatory +habile +habiliment +habilimentation +habilimented +habilitate +habilitation +habilitator +hability +habille +Habiri +Habiru +habit +habitability +habitable +habitableness +habitably +habitacle +habitacule +habitally +habitan +habitance +habitancy +habitant +habitat +habitate +habitation +habitational +habitative +habited +habitual +habituality +habitualize +habitually +habitualness +habituate +habituation +habitude +habitudinal +habitue +habitus +habnab +haboob +Habronema +habronemiasis +habronemic +habu +habutai +habutaye +hache +Hachiman +hachure +hacienda +hack +hackamatak +hackamore +hackbarrow +hackberry +hackbolt +hackbush +hackbut +hackbuteer +hacked +hackee +hacker +hackery +hackin +hacking +hackingly +hackle +hackleback +hackler +hacklog +hackly +hackmack +hackman +hackmatack +hackney +hackneyed +hackneyer +hackneyism +hackneyman +hacksaw +hacksilber +hackster +hackthorn +hacktree +hackwood +hacky +had +Hadassah +hadbot +hadden +haddie +haddo +haddock +haddocker +hade +Hadean +Hadendoa +Hadendowa +hadentomoid +Hadentomoidea +Hades +Hadhramautian +hading +Hadith +hadj +Hadjemi +hadji +hadland +Hadramautian +hadrome +Hadromerina +hadromycosis +hadrosaur +Hadrosaurus +haec +haecceity +Haeckelian +Haeckelism +haem +Haemamoeba +Haemanthus +Haemaphysalis +haemaspectroscope +haematherm +haemathermal +haemathermous +haematinon +haematinum +haematite +Haematobranchia +haematobranchiate +Haematocrya +haematocryal +Haematophilina +haematophiline +Haematopus +haematorrhachis +haematosepsis +Haematotherma +haematothermal +haematoxylic +haematoxylin +Haematoxylon +haemoconcentration +haemodilution +Haemodoraceae +haemodoraceous +haemoglobin +haemogram +Haemogregarina +Haemogregarinidae +haemonchiasis +haemonchosis +Haemonchus +haemony +haemophile +Haemoproteus +haemorrhage +haemorrhagia +haemorrhagic +haemorrhoid +haemorrhoidal +haemosporid +Haemosporidia +haemosporidian +Haemosporidium +Haemulidae +haemuloid +haeremai +haet +haff +haffet +haffkinize +haffle +Hafgan +hafiz +hafnium +hafnyl +haft +hafter +hag +Haganah +Hagarite +hagberry +hagboat +hagborn +hagbush +hagdon +hageen +Hagenia +hagfish +haggada +haggaday +haggadic +haggadical +haggadist +haggadistic +haggard +haggardly +haggardness +hagged +hagger +haggis +haggish +haggishly +haggishness +haggister +haggle +haggler +haggly +haggy +hagi +hagia +hagiarchy +hagiocracy +Hagiographa +hagiographal +hagiographer +hagiographic +hagiographical +hagiographist +hagiography +hagiolater +hagiolatrous +hagiolatry +hagiologic +hagiological +hagiologist +hagiology +hagiophobia +hagioscope +hagioscopic +haglet +haglike +haglin +hagride +hagrope +hagseed +hagship +hagstone +hagtaper +hagweed +hagworm +hah +Hahnemannian +Hahnemannism +Haiathalah +Haida +Haidan +Haidee +haidingerite +Haiduk +haik +haikai +haikal +Haikh +haikwan +hail +hailer +hailproof +hailse +hailshot +hailstone +hailstorm +hailweed +haily +Haimavati +hain +Hainai +Hainan +Hainanese +hainberry +haine +hair +hairband +hairbeard +hairbird +hairbrain +hairbreadth +hairbrush +haircloth +haircut +haircutter +haircutting +hairdo +hairdress +hairdresser +hairdressing +haire +haired +hairen +hairhoof +hairhound +hairif +hairiness +hairlace +hairless +hairlessness +hairlet +hairline +hairlock +hairmeal +hairmonger +hairpin +hairsplitter +hairsplitting +hairspring +hairstone +hairstreak +hairtail +hairup +hairweed +hairwood +hairwork +hairworm +hairy +Haisla +Haithal +Haitian +haje +hajib +hajilij +hak +hakam +hakdar +hake +Hakea +hakeem +hakenkreuz +Hakenkreuzler +hakim +Hakka +hako +haku +Hal +hala +halakah +halakic +halakist +halakistic +halal +halalcor +halation +Halawi +halazone +halberd +halberdier +halberdman +halberdsman +halbert +halch +halcyon +halcyonian +halcyonic +Halcyonidae +Halcyoninae +halcyonine +Haldanite +hale +halebi +Halecomorphi +haleness +Halenia +haler +halerz +Halesia +halesome +half +halfback +halfbeak +halfer +halfheaded +halfhearted +halfheartedly +halfheartedness +halfling +halfman +halfness +halfpace +halfpaced +halfpenny +halfpennyworth +halfway +halfwise +Haliaeetus +halibios +halibiotic +halibiu +halibut +halibuter +Halicarnassean +Halicarnassian +Halichondriae +halichondrine +halichondroid +Halicore +Halicoridae +halide +halidom +halieutic +halieutically +halieutics +Haligonian +Halimeda +halimous +halinous +haliographer +haliography +Haliotidae +Haliotis +haliotoid +haliplankton +haliplid +Haliplidae +Haliserites +halisteresis +halisteretic +halite +Halitheriidae +Halitherium +halitosis +halituosity +halituous +halitus +hall +hallabaloo +hallage +hallah +hallan +hallanshaker +hallebardier +hallecret +halleflinta +halleflintoid +hallel +hallelujah +hallelujatic +hallex +Halleyan +halliblash +halling +hallman +hallmark +hallmarked +hallmarker +hallmoot +halloo +Hallopididae +hallopodous +Hallopus +hallow +Hallowday +hallowed +hallowedly +hallowedness +Halloween +hallower +Hallowmas +Hallowtide +halloysite +Hallstatt +Hallstattian +hallucal +hallucinate +hallucination +hallucinational +hallucinative +hallucinator +hallucinatory +hallucined +hallucinosis +hallux +hallway +halma +halmalille +halmawise +halo +Haloa +Halobates +halobios +halobiotic +halochromism +halochromy +Halocynthiidae +haloesque +halogen +halogenate +halogenation +halogenoid +halogenous +Halogeton +halohydrin +haloid +halolike +halolimnic +halomancy +halometer +halomorphic +halophile +halophilism +halophilous +halophyte +halophytic +halophytism +Halopsyche +Halopsychidae +Haloragidaceae +haloragidaceous +Halosauridae +Halosaurus +haloscope +Halosphaera +halotrichite +haloxene +hals +halse +halsen +halsfang +halt +halter +halterbreak +halteres +Halteridium +halterproof +Haltica +halting +haltingly +haltingness +haltless +halucket +halukkah +halurgist +halurgy +halutz +halvaner +halvans +halve +halved +halvelings +halver +halves +halyard +Halysites +ham +hamacratic +Hamadan +hamadryad +Hamal +hamal +hamald +Hamamelidaceae +hamamelidaceous +Hamamelidanthemum +hamamelidin +Hamamelidoxylon +hamamelin +Hamamelis +Hamamelites +hamartiologist +hamartiology +hamartite +hamate +hamated +Hamathite +hamatum +hambergite +hamble +hambroline +hamburger +hame +hameil +hamel +Hamelia +hamesucken +hamewith +hamfat +hamfatter +hami +Hamidian +Hamidieh +hamiform +Hamilton +Hamiltonian +Hamiltonianism +Hamiltonism +hamingja +hamirostrate +Hamital +Hamite +Hamites +Hamitic +Hamiticized +Hamitism +Hamitoid +hamlah +hamlet +hamleted +hamleteer +hamletization +hamletize +hamlinite +hammada +hammam +hammer +hammerable +hammerbird +hammercloth +hammerdress +hammerer +hammerfish +hammerhead +hammerheaded +hammering +hammeringly +hammerkop +hammerless +hammerlike +hammerman +hammersmith +hammerstone +hammertoe +hammerwise +hammerwork +hammerwort +hammochrysos +hammock +hammy +hamose +hamous +hamper +hamperedly +hamperedness +hamperer +hamperman +Hampshire +hamrongite +hamsa +hamshackle +hamster +hamstring +hamular +hamulate +hamule +Hamulites +hamulose +hamulus +hamus +hamza +han +Hanafi +Hanafite +hanaper +hanaster +Hanbalite +hanbury +hance +hanced +hanch +hancockite +hand +handbag +handball +handballer +handbank +handbanker +handbarrow +handbill +handblow +handbolt +handbook +handbow +handbreadth +handcar +handcart +handclap +handclasp +handcloth +handcraft +handcraftman +handcraftsman +handcuff +handed +handedness +Handelian +hander +handersome +handfast +handfasting +handfastly +handfastness +handflower +handful +handgrasp +handgravure +handgrip +handgriping +handgun +handhaving +handhold +handhole +handicap +handicapped +handicapper +handicraft +handicraftship +handicraftsman +handicraftsmanship +handicraftswoman +handicuff +handily +handiness +handistroke +handiwork +handkercher +handkerchief +handkerchiefful +handlaid +handle +handleable +handled +handleless +handler +handless +handlike +handling +handmade +handmaid +handmaiden +handmaidenly +handout +handpost +handprint +handrail +handrailing +handreader +handreading +handsale +handsaw +handsbreadth +handscrape +handsel +handseller +handset +handshake +handshaker +handshaking +handsmooth +handsome +handsomeish +handsomely +handsomeness +handspade +handspike +handspoke +handspring +handstaff +handstand +handstone +handstroke +handwear +handwheel +handwhile +handwork +handworkman +handwrist +handwrite +handwriting +handy +handyblow +handybook +handygrip +hangability +hangable +hangalai +hangar +hangbird +hangby +hangdog +hange +hangee +hanger +hangfire +hangie +hanging +hangingly +hangkang +hangle +hangman +hangmanship +hangment +hangnail +hangnest +hangout +hangul +hangwoman +hangworm +hangworthy +hanif +hanifism +hanifite +hanifiya +Hank +hank +hanker +hankerer +hankering +hankeringly +hankie +hankle +hanksite +hanky +hanna +hannayite +Hannibal +Hannibalian +Hannibalic +Hano +Hanoverian +Hanoverianize +Hanoverize +Hans +hansa +Hansard +Hansardization +Hansardize +Hanse +hanse +Hanseatic +hansel +hansgrave +hansom +hant +hantle +Hanukkah +Hanuman +hao +haole +haoma +haori +hap +Hapale +Hapalidae +hapalote +Hapalotis +hapaxanthous +haphazard +haphazardly +haphazardness +haphtarah +Hapi +hapless +haplessly +haplessness +haplite +haplocaulescent +haplochlamydeous +Haplodoci +Haplodon +haplodont +haplodonty +haplography +haploid +haploidic +haploidy +haplolaly +haplologic +haplology +haploma +Haplomi +haplomid +haplomous +haplont +haploperistomic +haploperistomous +haplopetalous +haplophase +haplophyte +haploscope +haploscopic +haplosis +haplostemonous +haplotype +haply +happen +happening +happenstance +happier +happiest +happify +happiless +happily +happiness +happing +happy +hapten +haptene +haptenic +haptere +hapteron +haptic +haptics +haptometer +haptophor +haptophoric +haptophorous +haptotropic +haptotropically +haptotropism +hapu +hapuku +haqueton +harakeke +harangue +harangueful +haranguer +Hararese +Harari +harass +harassable +harassedly +harasser +harassingly +harassment +haratch +Haratin +Haraya +Harb +harbergage +harbi +harbinge +harbinger +harbingership +harbingery +harbor +harborage +harborer +harborless +harborous +harborside +harborward +hard +hardanger +hardback +hardbake +hardbeam +hardberry +harden +hardenable +Hardenbergia +hardener +hardening +hardenite +harder +Harderian +hardfern +hardfist +hardfisted +hardfistedness +hardhack +hardhanded +hardhandedness +hardhead +hardheaded +hardheadedly +hardheadedness +hardhearted +hardheartedly +hardheartedness +hardihood +hardily +hardim +hardiment +hardiness +hardish +hardishrew +hardly +hardmouth +hardmouthed +hardness +hardock +hardpan +hardship +hardstand +hardstanding +hardtack +hardtail +hardware +hardwareman +Hardwickia +hardwood +hardy +hardystonite +hare +harebell +harebottle +harebrain +harebrained +harebrainedly +harebrainedness +harebur +harefoot +harefooted +harehearted +harehound +Harelda +harelike +harelip +harelipped +harem +haremism +haremlik +harengiform +harfang +haricot +harigalds +hariolate +hariolation +hariolize +harish +hark +harka +harl +Harleian +Harlemese +Harlemite +harlequin +harlequina +harlequinade +harlequinery +harlequinesque +harlequinic +harlequinism +harlequinize +harling +harlock +harlot +harlotry +harm +Harmachis +harmal +harmala +harmaline +harman +harmattan +harmel +harmer +harmful +harmfully +harmfulness +harmine +harminic +harmless +harmlessly +harmlessness +Harmon +harmonia +harmoniacal +harmonial +harmonic +harmonica +harmonical +harmonically +harmonicalness +harmonichord +harmonici +harmonicism +harmonicon +harmonics +harmonious +harmoniously +harmoniousness +harmoniphon +harmoniphone +harmonist +harmonistic +harmonistically +Harmonite +harmonium +harmonizable +harmonization +harmonize +harmonizer +harmonogram +harmonograph +harmonometer +harmony +harmost +harmotome +harmotomic +harmproof +harn +harness +harnesser +harnessry +harnpan +Harold +harp +Harpa +harpago +harpagon +Harpagornis +Harpalides +Harpalinae +Harpalus +harper +harperess +Harpidae +harpier +harpings +harpist +harpless +harplike +Harpocrates +harpoon +harpooner +Harporhynchus +harpress +harpsichord +harpsichordist +harpula +Harpullia +harpwaytuning +harpwise +Harpy +Harpyia +harpylike +harquebus +harquebusade +harquebusier +harr +harrateen +harridan +harrier +Harris +Harrisia +harrisite +Harrovian +harrow +harrower +harrowing +harrowingly +harrowingness +harrowment +Harry +harry +harsh +harshen +harshish +harshly +harshness +harshweed +harstigite +hart +hartal +hartberry +hartebeest +hartin +hartite +Hartleian +Hartleyan +Hartmann +Hartmannia +Hartogia +hartshorn +hartstongue +harttite +Hartungen +haruspex +haruspical +haruspicate +haruspication +haruspice +haruspices +haruspicy +Harv +Harvard +Harvardian +Harvardize +Harveian +harvest +harvestbug +harvester +harvestless +harvestman +harvestry +harvesttime +Harvey +Harveyize +harzburgite +hasan +hasenpfeffer +hash +hashab +hasher +Hashimite +hashish +Hashiya +hashy +Hasidean +Hasidic +Hasidim +Hasidism +Hasinai +hask +Haskalah +haskness +hasky +haslet +haslock +Hasmonaean +hasp +hassar +hassel +hassle +hassock +hassocky +hasta +hastate +hastately +hastati +hastatolanceolate +hastatosagittate +haste +hasteful +hastefully +hasteless +hastelessness +hasten +hastener +hasteproof +haster +hastilude +hastily +hastiness +hastings +hastingsite +hastish +hastler +hasty +hat +hatable +hatband +hatbox +hatbrim +hatbrush +hatch +hatchability +hatchable +hatchel +hatcheler +hatcher +hatchery +hatcheryman +hatchet +hatchetback +hatchetfish +hatchetlike +hatchetman +hatchettine +hatchettolite +hatchety +hatchgate +hatching +hatchling +hatchman +hatchment +hatchminder +hatchway +hatchwayman +hate +hateable +hateful +hatefully +hatefulness +hateless +hatelessness +hater +hatful +hath +hatherlite +hathi +Hathor +Hathoric +Hati +Hatikvah +hatless +hatlessness +hatlike +hatmaker +hatmaking +hatpin +hatrack +hatrail +hatred +hatress +hatstand +hatt +hatted +Hattemist +hatter +Hatteria +hattery +Hatti +Hattic +Hattie +hatting +Hattism +Hattize +hattock +Hatty +hatty +hau +hauberget +hauberk +hauchecornite +hauerite +haugh +haughland +haught +haughtily +haughtiness +haughtly +haughtness +haughtonite +haughty +haul +haulabout +haulage +haulageway +haulback +hauld +hauler +haulier +haulm +haulmy +haulster +haunch +haunched +hauncher +haunching +haunchless +haunchy +haunt +haunter +hauntingly +haunty +Hauranitic +hauriant +haurient +Hausa +hause +hausen +hausmannite +hausse +Haussmannization +Haussmannize +haustellate +haustellated +haustellous +haustellum +haustement +haustorial +haustorium +haustral +haustrum +hautboy +hautboyist +hauteur +hauynite +hauynophyre +havage +Havaiki +Havaikian +Havana +Havanese +have +haveable +haveage +havel +haveless +havelock +haven +havenage +havener +havenership +havenet +havenful +havenless +havent +havenward +haver +havercake +haverel +haverer +havergrass +havermeal +havers +haversack +Haversian +haversine +havier +havildar +havingness +havoc +havocker +haw +Hawaiian +hawaiite +hawbuck +hawcubite +hawer +hawfinch +Hawiya +hawk +hawkbill +hawkbit +hawked +hawker +hawkery +Hawkeye +hawkie +hawking +hawkish +hawklike +hawknut +hawkweed +hawkwise +hawky +hawm +hawok +Haworthia +hawse +hawsehole +hawseman +hawsepiece +hawsepipe +hawser +hawserwise +hawthorn +hawthorned +hawthorny +hay +haya +hayband +haybird +haybote +haycap +haycart +haycock +haydenite +hayey +hayfield +hayfork +haygrower +haylift +hayloft +haymaker +haymaking +haymarket +haymow +hayrack +hayrake +hayraker +hayrick +hayseed +haysel +haystack +haysuck +haytime +hayward +hayweed +haywire +hayz +Hazara +hazard +hazardable +hazarder +hazardful +hazardize +hazardless +hazardous +hazardously +hazardousness +hazardry +haze +Hazel +hazel +hazeled +hazeless +hazelly +hazelnut +hazelwood +hazelwort +hazen +hazer +hazily +haziness +hazing +hazle +haznadar +hazy +hazzan +he +head +headache +headachy +headband +headbander +headboard +headborough +headcap +headchair +headcheese +headchute +headcloth +headdress +headed +headender +header +headfirst +headforemost +headframe +headful +headgear +headily +headiness +heading +headkerchief +headland +headledge +headless +headlessness +headlight +headlighting +headlike +headline +headliner +headlock +headlong +headlongly +headlongs +headlongwise +headman +headmark +headmaster +headmasterly +headmastership +headmistress +headmistressship +headmold +headmost +headnote +headpenny +headphone +headpiece +headplate +headpost +headquarter +headquarters +headrace +headrail +headreach +headrent +headrest +headright +headring +headroom +headrope +headsail +headset +headshake +headship +headsill +headskin +headsman +headspring +headstall +headstand +headstick +headstock +headstone +headstream +headstrong +headstrongly +headstrongness +headwaiter +headwall +headward +headwark +headwater +headway +headwear +headwork +headworker +headworking +heady +heaf +heal +healable +heald +healder +healer +healful +healing +healingly +healless +healsome +healsomeness +health +healthcraft +healthful +healthfully +healthfulness +healthguard +healthily +healthiness +healthless +healthlessness +healthsome +healthsomely +healthsomeness +healthward +healthy +heap +heaper +heaps +heapstead +heapy +hear +hearable +hearer +hearing +hearingless +hearken +hearkener +hearsay +hearse +hearsecloth +hearselike +hearst +heart +heartache +heartaching +heartbeat +heartbird +heartblood +heartbreak +heartbreaker +heartbreaking +heartbreakingly +heartbroken +heartbrokenly +heartbrokenness +heartburn +heartburning +heartdeep +heartease +hearted +heartedly +heartedness +hearten +heartener +heartening +hearteningly +heartfelt +heartful +heartfully +heartfulness +heartgrief +hearth +hearthless +hearthman +hearthpenny +hearthrug +hearthstead +hearthstone +hearthward +hearthwarming +heartikin +heartily +heartiness +hearting +heartland +heartleaf +heartless +heartlessly +heartlessness +heartlet +heartling +heartly +heartnut +heartpea +heartquake +heartroot +hearts +heartscald +heartsease +heartseed +heartsette +heartsick +heartsickening +heartsickness +heartsome +heartsomely +heartsomeness +heartsore +heartstring +heartthrob +heartward +heartwater +heartweed +heartwise +heartwood +heartwort +hearty +heat +heatable +heatdrop +heatedly +heater +heaterman +heatful +heath +heathberry +heathbird +heathen +heathendom +heatheness +heathenesse +heathenhood +heathenish +heathenishly +heathenishness +heathenism +heathenize +heathenness +heathenry +heathenship +Heather +heather +heathered +heatheriness +heathery +heathless +heathlike +heathwort +heathy +heating +heatingly +heatless +heatlike +heatmaker +heatmaking +heatproof +heatronic +heatsman +heatstroke +heaume +heaumer +heautarit +heautomorphism +Heautontimorumenos +heautophany +heave +heaveless +heaven +Heavenese +heavenful +heavenhood +heavenish +heavenishly +heavenize +heavenless +heavenlike +heavenliness +heavenly +heavens +heavenward +heavenwardly +heavenwardness +heavenwards +heaver +heavies +heavily +heaviness +heaving +heavisome +heavity +heavy +heavyback +heavyhanded +heavyhandedness +heavyheaded +heavyhearted +heavyheartedness +heavyweight +hebamic +hebdomad +hebdomadal +hebdomadally +hebdomadary +hebdomader +hebdomarian +hebdomary +hebeanthous +hebecarpous +hebecladous +hebegynous +hebenon +hebeosteotomy +hebepetalous +hebephrenia +hebephrenic +hebetate +hebetation +hebetative +hebete +hebetic +hebetomy +hebetude +hebetudinous +Hebraean +Hebraic +Hebraica +Hebraical +Hebraically +Hebraicize +Hebraism +Hebraist +Hebraistic +Hebraistical +Hebraistically +Hebraization +Hebraize +Hebraizer +Hebrew +Hebrewdom +Hebrewess +Hebrewism +Hebrician +Hebridean +Hebronite +hebronite +hecastotheism +Hecate +Hecatean +Hecatic +Hecatine +hecatomb +Hecatombaeon +hecatomped +hecatompedon +hecatonstylon +hecatontarchy +hecatontome +hecatophyllous +hech +Hechtia +heck +heckelphone +Heckerism +heckimal +heckle +heckler +hectare +hecte +hectic +hectical +hectically +hecticly +hecticness +hectocotyl +hectocotyle +hectocotyliferous +hectocotylization +hectocotylize +hectocotylus +hectogram +hectograph +hectographic +hectography +hectoliter +hectometer +Hector +hector +Hectorean +Hectorian +hectoringly +hectorism +hectorly +hectorship +hectostere +hectowatt +heddle +heddlemaker +heddler +hedebo +hedenbergite +Hedeoma +heder +Hedera +hederaceous +hederaceously +hederated +hederic +hederiferous +hederiform +hederigerent +hederin +hederose +hedge +hedgeberry +hedgeborn +hedgebote +hedgebreaker +hedgehog +hedgehoggy +hedgehop +hedgehopper +hedgeless +hedgemaker +hedgemaking +hedger +hedgerow +hedgesmith +hedgeweed +hedgewise +hedgewood +hedging +hedgingly +hedgy +hedonic +hedonical +hedonically +hedonics +hedonism +hedonist +hedonistic +hedonistically +hedonology +hedriophthalmous +hedrocele +hedrumite +Hedychium +hedyphane +Hedysarum +heed +heeder +heedful +heedfully +heedfulness +heedily +heediness +heedless +heedlessly +heedlessness +heedy +heehaw +heel +heelball +heelband +heelcap +heeled +heeler +heelgrip +heelless +heelmaker +heelmaking +heelpath +heelpiece +heelplate +heelpost +heelprint +heelstrap +heeltap +heeltree +heemraad +heer +heeze +heezie +heezy +heft +hefter +heftily +heftiness +hefty +hegari +Hegelian +Hegelianism +Hegelianize +Hegelizer +hegemon +hegemonic +hegemonical +hegemonist +hegemonizer +hegemony +hegira +hegumen +hegumene +Hehe +hei +heiau +Heidi +heifer +heiferhood +heigh +heighday +height +heighten +heightener +heii +Heikum +Heiltsuk +heimin +Hein +Heinesque +Heinie +heinous +heinously +heinousness +Heinrich +heintzite +Heinz +heir +heirdom +heiress +heiressdom +heiresshood +heirless +heirloom +heirship +heirskip +heitiki +Hejazi +Hejazian +hekteus +helbeh +helcoid +helcology +helcoplasty +helcosis +helcotic +heldentenor +helder +Helderbergian +hele +Helen +Helena +helenin +helenioid +Helenium +Helenus +helepole +Helge +heliacal +heliacally +Heliaea +heliaean +Heliamphora +Heliand +helianthaceous +Helianthemum +helianthic +helianthin +Helianthium +Helianthoidea +Helianthoidean +Helianthus +heliast +heliastic +heliazophyte +helical +helically +heliced +helices +helichryse +helichrysum +Helicidae +heliciform +helicin +Helicina +helicine +Helicinidae +helicitic +helicline +helicograph +helicogyrate +helicogyre +helicoid +helicoidal +helicoidally +helicometry +helicon +Heliconia +Heliconian +Heliconiidae +Heliconiinae +heliconist +Heliconius +helicoprotein +helicopter +helicorubin +helicotrema +Helicteres +helictite +helide +Heligmus +heling +helio +heliocentric +heliocentrical +heliocentrically +heliocentricism +heliocentricity +heliochrome +heliochromic +heliochromoscope +heliochromotype +heliochromy +helioculture +heliodon +heliodor +helioelectric +helioengraving +heliofugal +Heliogabalize +Heliogabalus +heliogram +heliograph +heliographer +heliographic +heliographical +heliographically +heliography +heliogravure +helioid +heliolater +heliolatrous +heliolatry +heliolite +Heliolites +heliolithic +Heliolitidae +heliologist +heliology +heliometer +heliometric +heliometrical +heliometrically +heliometry +heliomicrometer +Helion +heliophilia +heliophiliac +heliophilous +heliophobe +heliophobia +heliophobic +heliophobous +heliophotography +heliophyllite +heliophyte +Heliopora +Helioporidae +Heliopsis +heliopticon +Heliornis +Heliornithes +Heliornithidae +Helios +helioscope +helioscopic +helioscopy +heliosis +heliostat +heliostatic +heliotactic +heliotaxis +heliotherapy +heliothermometer +Heliothis +heliotrope +heliotroper +Heliotropiaceae +heliotropian +heliotropic +heliotropical +heliotropically +heliotropine +heliotropism +Heliotropium +heliotropy +heliotype +heliotypic +heliotypically +heliotypography +heliotypy +Heliozoa +heliozoan +heliozoic +heliport +Helipterum +helispheric +helispherical +helium +helix +helizitic +hell +Helladian +Helladic +Helladotherium +hellandite +hellanodic +hellbender +hellborn +hellbox +hellbred +hellbroth +hellcat +helldog +helleboraceous +helleboraster +hellebore +helleborein +helleboric +helleborin +Helleborine +helleborism +Helleborus +Hellelt +Hellen +Hellene +Hellenian +Hellenic +Hellenically +Hellenicism +Hellenism +Hellenist +Hellenistic +Hellenistical +Hellenistically +Hellenisticism +Hellenization +Hellenize +Hellenizer +Hellenocentric +Hellenophile +heller +helleri +Hellespont +Hellespontine +hellgrammite +hellhag +hellhole +hellhound +hellicat +hellier +hellion +hellish +hellishly +hellishness +hellkite +hellness +hello +hellroot +hellship +helluo +hellward +hellweed +helly +helm +helmage +helmed +helmet +helmeted +helmetlike +helmetmaker +helmetmaking +Helmholtzian +helminth +helminthagogic +helminthagogue +Helminthes +helminthiasis +helminthic +helminthism +helminthite +Helminthocladiaceae +helminthoid +helminthologic +helminthological +helminthologist +helminthology +helminthosporiose +Helminthosporium +helminthosporoid +helminthous +helmless +helmsman +helmsmanship +helobious +heloderm +Heloderma +Helodermatidae +helodermatoid +helodermatous +helodes +heloe +heloma +Helonias +helonin +helosis +Helot +helotage +helotism +helotize +helotomy +helotry +help +helpable +helper +helpful +helpfully +helpfulness +helping +helpingly +helpless +helplessly +helplessness +helply +helpmate +helpmeet +helpsome +helpworthy +helsingkite +helve +helvell +Helvella +Helvellaceae +helvellaceous +Helvellales +helvellic +helver +Helvetia +Helvetian +Helvetic +Helvetii +Helvidian +helvite +hem +hemabarometer +hemachate +hemachrome +hemachrosis +hemacite +hemad +hemadrometer +hemadrometry +hemadromograph +hemadromometer +hemadynameter +hemadynamic +hemadynamics +hemadynamometer +hemafibrite +hemagglutinate +hemagglutination +hemagglutinative +hemagglutinin +hemagogic +hemagogue +hemal +hemalbumen +hemamoeba +hemangioma +hemangiomatosis +hemangiosarcoma +hemaphein +hemapod +hemapodous +hemapoiesis +hemapoietic +hemapophyseal +hemapophysial +hemapophysis +hemarthrosis +hemase +hemaspectroscope +hemastatics +hematachometer +hematachometry +hematal +hematein +hematemesis +hematemetic +hematencephalon +hematherapy +hematherm +hemathermal +hemathermous +hemathidrosis +hematic +hematid +hematidrosis +hematimeter +hematin +hematinic +hematinometer +hematinometric +hematinuria +hematite +hematitic +hematobic +hematobious +hematobium +hematoblast +hematobranchiate +hematocatharsis +hematocathartic +hematocele +hematochezia +hematochrome +hematochyluria +hematoclasia +hematoclasis +hematocolpus +hematocrit +hematocryal +hematocrystallin +hematocyanin +hematocyst +hematocystis +hematocyte +hematocytoblast +hematocytogenesis +hematocytometer +hematocytotripsis +hematocytozoon +hematocyturia +hematodynamics +hematodynamometer +hematodystrophy +hematogen +hematogenesis +hematogenetic +hematogenic +hematogenous +hematoglobulin +hematography +hematohidrosis +hematoid +hematoidin +hematolin +hematolite +hematological +hematologist +hematology +hematolymphangioma +hematolysis +hematolytic +hematoma +hematomancy +hematometer +hematometra +hematometry +hematomphalocele +hematomyelia +hematomyelitis +hematonephrosis +hematonic +hematopathology +hematopericardium +hematopexis +hematophobia +hematophyte +hematoplast +hematoplastic +hematopoiesis +hematopoietic +hematoporphyrin +hematoporphyrinuria +hematorrhachis +hematorrhea +hematosalpinx +hematoscope +hematoscopy +hematose +hematosepsis +hematosin +hematosis +hematospectrophotometer +hematospectroscope +hematospermatocele +hematospermia +hematostibiite +hematotherapy +hematothermal +hematothorax +hematoxic +hematozoal +hematozoan +hematozoic +hematozoon +hematozymosis +hematozymotic +hematuresis +hematuria +hematuric +hemautogram +hemautograph +hemautographic +hemautography +heme +hemellitene +hemellitic +hemelytral +hemelytron +hemen +hemera +hemeralope +hemeralopia +hemeralopic +Hemerobaptism +Hemerobaptist +Hemerobian +Hemerobiid +Hemerobiidae +Hemerobius +Hemerocallis +hemerologium +hemerology +hemerythrin +hemiablepsia +hemiacetal +hemiachromatopsia +hemiageusia +hemiageustia +hemialbumin +hemialbumose +hemialbumosuria +hemialgia +hemiamaurosis +hemiamb +hemiamblyopia +hemiamyosthenia +hemianacusia +hemianalgesia +hemianatropous +hemianesthesia +hemianopia +hemianopic +hemianopsia +hemianoptic +hemianosmia +hemiapraxia +Hemiascales +Hemiasci +Hemiascomycetes +hemiasynergia +hemiataxia +hemiataxy +hemiathetosis +hemiatrophy +hemiazygous +Hemibasidiales +Hemibasidii +Hemibasidiomycetes +hemibasidium +hemibathybian +hemibenthic +hemibenthonic +hemibranch +hemibranchiate +Hemibranchii +hemic +hemicanities +hemicardia +hemicardiac +hemicarp +hemicatalepsy +hemicataleptic +hemicellulose +hemicentrum +hemicephalous +hemicerebrum +Hemichorda +hemichordate +hemichorea +hemichromatopsia +hemicircle +hemicircular +hemiclastic +hemicollin +hemicrane +hemicrania +hemicranic +hemicrany +hemicrystalline +hemicycle +hemicyclic +hemicyclium +hemicylindrical +hemidactylous +Hemidactylus +hemidemisemiquaver +hemidiapente +hemidiaphoresis +hemiditone +hemidomatic +hemidome +hemidrachm +hemidysergia +hemidysesthesia +hemidystrophy +hemiekton +hemielliptic +hemiepilepsy +hemifacial +hemiform +Hemigale +Hemigalus +Hemiganus +hemigastrectomy +hemigeusia +hemiglossal +hemiglossitis +hemiglyph +hemignathous +hemihdry +hemihedral +hemihedrally +hemihedric +hemihedrism +hemihedron +hemiholohedral +hemihydrate +hemihydrated +hemihydrosis +hemihypalgesia +hemihyperesthesia +hemihyperidrosis +hemihypertonia +hemihypertrophy +hemihypesthesia +hemihypoesthesia +hemihypotonia +hemikaryon +hemikaryotic +hemilaminectomy +hemilaryngectomy +Hemileia +hemilethargy +hemiligulate +hemilingual +hemimellitene +hemimellitic +hemimelus +Hemimeridae +Hemimerus +Hemimetabola +hemimetabole +hemimetabolic +hemimetabolism +hemimetabolous +hemimetaboly +hemimetamorphic +hemimetamorphosis +hemimetamorphous +hemimorph +hemimorphic +hemimorphism +hemimorphite +hemimorphy +Hemimyaria +hemin +hemina +hemine +heminee +hemineurasthenia +hemiobol +hemiolia +hemiolic +hemionus +hemiope +hemiopia +hemiopic +hemiorthotype +hemiparalysis +hemiparanesthesia +hemiparaplegia +hemiparasite +hemiparasitic +hemiparasitism +hemiparesis +hemiparesthesia +hemiparetic +hemipenis +hemipeptone +hemiphrase +hemipic +hemipinnate +hemiplane +hemiplankton +hemiplegia +hemiplegic +hemiplegy +hemipodan +hemipode +Hemipodii +Hemipodius +hemiprism +hemiprismatic +hemiprotein +hemipter +Hemiptera +hemipteral +hemipteran +hemipteroid +hemipterological +hemipterology +hemipteron +hemipterous +hemipyramid +hemiquinonoid +hemiramph +Hemiramphidae +Hemiramphinae +hemiramphine +Hemiramphus +hemisaprophyte +hemisaprophytic +hemiscotosis +hemisect +hemisection +hemispasm +hemispheral +hemisphere +hemisphered +hemispherical +hemispherically +hemispheroid +hemispheroidal +hemispherule +hemistater +hemistich +hemistichal +hemistrumectomy +hemisymmetrical +hemisymmetry +hemisystole +hemiterata +hemiteratic +hemiteratics +hemiteria +hemiterpene +hemitery +hemithyroidectomy +hemitone +hemitremor +hemitrichous +hemitriglyph +hemitropal +hemitrope +hemitropic +hemitropism +hemitropous +hemitropy +hemitype +hemitypic +hemivagotony +heml +hemlock +hemmel +hemmer +hemoalkalimeter +hemoblast +hemochromatosis +hemochrome +hemochromogen +hemochromometer +hemochromometry +hemoclasia +hemoclasis +hemoclastic +hemocoel +hemocoele +hemocoelic +hemocoelom +hemoconcentration +hemoconia +hemoconiosis +hemocry +hemocrystallin +hemoculture +hemocyanin +hemocyte +hemocytoblast +hemocytogenesis +hemocytolysis +hemocytometer +hemocytotripsis +hemocytozoon +hemocyturia +hemodiagnosis +hemodilution +hemodrometer +hemodrometry +hemodromograph +hemodromometer +hemodynameter +hemodynamic +hemodynamics +hemodystrophy +hemoerythrin +hemoflagellate +hemofuscin +hemogastric +hemogenesis +hemogenetic +hemogenic +hemogenous +hemoglobic +hemoglobin +hemoglobinemia +hemoglobiniferous +hemoglobinocholia +hemoglobinometer +hemoglobinophilic +hemoglobinous +hemoglobinuria +hemoglobinuric +hemoglobulin +hemogram +hemogregarine +hemoid +hemokonia +hemokoniosis +hemol +hemoleucocyte +hemoleucocytic +hemologist +hemology +hemolymph +hemolymphatic +hemolysin +hemolysis +hemolytic +hemolyze +hemomanometer +hemometer +hemometry +hemonephrosis +hemopathology +hemopathy +hemopericardium +hemoperitoneum +hemopexis +hemophage +hemophagia +hemophagocyte +hemophagocytosis +hemophagous +hemophagy +hemophile +Hemophileae +hemophilia +hemophiliac +hemophilic +Hemophilus +hemophobia +hemophthalmia +hemophthisis +hemopiezometer +hemoplasmodium +hemoplastic +hemopneumothorax +hemopod +hemopoiesis +hemopoietic +hemoproctia +hemoptoe +hemoptysis +hemopyrrole +hemorrhage +hemorrhagic +hemorrhagin +hemorrhea +hemorrhodin +hemorrhoid +hemorrhoidal +hemorrhoidectomy +hemosalpinx +hemoscope +hemoscopy +hemosiderin +hemosiderosis +hemospasia +hemospastic +hemospermia +hemosporid +hemosporidian +hemostasia +hemostasis +hemostat +hemostatic +hemotachometer +hemotherapeutics +hemotherapy +hemothorax +hemotoxic +hemotoxin +hemotrophe +hemotropic +hemozoon +hemp +hempbush +hempen +hemplike +hempseed +hempstring +hempweed +hempwort +hempy +hemstitch +hemstitcher +hen +henad +henbane +henbill +henbit +hence +henceforth +henceforward +henceforwards +henchboy +henchman +henchmanship +hencoop +hencote +hend +hendecacolic +hendecagon +hendecagonal +hendecahedron +hendecane +hendecasemic +hendecasyllabic +hendecasyllable +hendecatoic +hendecoic +hendecyl +hendiadys +hendly +hendness +heneicosane +henequen +henfish +henhearted +henhouse +henhussy +henism +henlike +henmoldy +henna +Hennebique +hennery +hennin +hennish +henny +henogeny +henotheism +henotheist +henotheistic +henotic +henpeck +henpen +Henrician +Henrietta +henroost +Henry +henry +hent +Hentenian +henter +hentriacontane +henware +henwife +henwise +henwoodite +henyard +heortological +heortologion +heortology +hep +hepar +heparin +heparinize +hepatalgia +hepatatrophia +hepatatrophy +hepatauxe +hepatectomy +hepatic +Hepatica +hepatica +Hepaticae +hepatical +hepaticoduodenostomy +hepaticoenterostomy +hepaticogastrostomy +hepaticologist +hepaticology +hepaticopulmonary +hepaticostomy +hepaticotomy +hepatite +hepatitis +hepatization +hepatize +hepatocele +hepatocirrhosis +hepatocolic +hepatocystic +hepatoduodenal +hepatoduodenostomy +hepatodynia +hepatodysentery +hepatoenteric +hepatoflavin +hepatogastric +hepatogenic +hepatogenous +hepatography +hepatoid +hepatolenticular +hepatolith +hepatolithiasis +hepatolithic +hepatological +hepatologist +hepatology +hepatolysis +hepatolytic +hepatoma +hepatomalacia +hepatomegalia +hepatomegaly +hepatomelanosis +hepatonephric +hepatopathy +hepatoperitonitis +hepatopexia +hepatopexy +hepatophlebitis +hepatophlebotomy +hepatophyma +hepatopneumonic +hepatoportal +hepatoptosia +hepatoptosis +hepatopulmonary +hepatorenal +hepatorrhagia +hepatorrhaphy +hepatorrhea +hepatorrhexis +hepatorrhoea +hepatoscopy +hepatostomy +hepatotherapy +hepatotomy +hepatotoxemia +hepatoumbilical +hepcat +Hephaesteum +Hephaestian +Hephaestic +Hephaestus +hephthemimer +hephthemimeral +hepialid +Hepialidae +Hepialus +heppen +hepper +heptacapsular +heptace +heptachord +heptachronous +heptacolic +heptacosane +heptad +heptadecane +heptadecyl +heptaglot +heptagon +heptagonal +heptagynous +heptahedral +heptahedrical +heptahedron +heptahexahedral +heptahydrate +heptahydrated +heptahydric +heptahydroxy +heptal +heptameride +Heptameron +heptamerous +heptameter +heptamethylene +heptametrical +heptanaphthene +Heptanchus +heptandrous +heptane +Heptanesian +heptangular +heptanoic +heptanone +heptapetalous +heptaphyllous +heptaploid +heptaploidy +heptapodic +heptapody +heptarch +heptarchal +heptarchic +heptarchical +heptarchist +heptarchy +heptasemic +heptasepalous +heptaspermous +heptastich +heptastrophic +heptastylar +heptastyle +heptasulphide +heptasyllabic +Heptateuch +heptatomic +heptatonic +Heptatrema +heptavalent +heptene +hepteris +heptine +heptite +heptitol +heptoic +heptorite +heptose +heptoxide +Heptranchias +heptyl +heptylene +heptylic +heptyne +her +Heraclean +Heracleidan +Heracleonite +Heracleopolitan +Heracleopolite +Heracleum +Heraclid +Heraclidae +Heraclidan +Heraclitean +Heracliteanism +Heraclitic +Heraclitical +Heraclitism +Herakles +herald +heraldess +heraldic +heraldical +heraldically +heraldist +heraldize +heraldress +heraldry +heraldship +herapathite +Herat +Herb +herb +herbaceous +herbaceously +herbage +herbaged +herbager +herbagious +herbal +herbalism +herbalist +herbalize +herbane +herbaria +herbarial +herbarian +herbarism +herbarist +herbarium +herbarize +Herbartian +Herbartianism +herbary +Herbert +herbescent +herbicidal +herbicide +herbicolous +herbiferous +herbish +herbist +Herbivora +herbivore +herbivority +herbivorous +herbless +herblet +herblike +herbman +herborist +herborization +herborize +herborizer +herbose +herbosity +herbous +herbwife +herbwoman +herby +hercogamous +hercogamy +Herculanean +Herculanensian +Herculanian +Herculean +Hercules +Herculid +Hercynian +hercynite +herd +herdbook +herdboy +herder +herderite +herdic +herding +herdship +herdsman +herdswoman +herdwick +here +hereabout +hereadays +hereafter +hereafterward +hereamong +hereat +hereaway +hereaways +herebefore +hereby +heredipetous +heredipety +hereditability +hereditable +hereditably +hereditament +hereditarian +hereditarianism +hereditarily +hereditariness +hereditarist +hereditary +hereditation +hereditative +hereditism +hereditist +hereditivity +heredity +heredium +heredofamilial +heredolues +heredoluetic +heredosyphilis +heredosyphilitic +heredosyphilogy +heredotuberculosis +Hereford +herefrom +heregeld +herein +hereinabove +hereinafter +hereinbefore +hereinto +herem +hereness +hereniging +hereof +hereon +hereright +Herero +heresiarch +heresimach +heresiographer +heresiography +heresiologer +heresiologist +heresiology +heresy +heresyphobia +heresyproof +heretic +heretical +heretically +hereticalness +hereticate +heretication +hereticator +hereticide +hereticize +hereto +heretoch +heretofore +heretoforetime +heretoga +heretrix +hereunder +hereunto +hereupon +hereward +herewith +herewithal +herile +heriot +heriotable +herisson +heritability +heritable +heritably +heritage +heritance +Heritiera +heritor +heritress +heritrix +herl +herling +herma +hermaean +hermaic +Herman +hermaphrodite +hermaphroditic +hermaphroditical +hermaphroditically +hermaphroditish +hermaphroditism +hermaphroditize +Hermaphroditus +hermeneut +hermeneutic +hermeneutical +hermeneutically +hermeneutics +hermeneutist +Hermes +Hermesian +Hermesianism +Hermetic +hermetic +hermetical +hermetically +hermeticism +Hermetics +Hermetism +Hermetist +hermidin +Herminone +Hermione +Hermit +hermit +hermitage +hermitary +hermitess +hermitic +hermitical +hermitically +hermitish +hermitism +hermitize +hermitry +hermitship +Hermo +hermodact +hermodactyl +Hermogenian +hermoglyphic +hermoglyphist +hermokopid +hern +Hernandia +Hernandiaceae +hernandiaceous +hernanesell +hernani +hernant +herne +hernia +hernial +Herniaria +herniarin +herniary +herniate +herniated +herniation +hernioenterotomy +hernioid +herniology +herniopuncture +herniorrhaphy +herniotome +herniotomist +herniotomy +hero +heroarchy +Herodian +herodian +Herodianic +Herodii +Herodiones +herodionine +heroess +herohead +herohood +heroic +heroical +heroically +heroicalness +heroicity +heroicly +heroicness +heroicomic +heroicomical +heroid +Heroides +heroify +Heroin +heroin +heroine +heroineship +heroinism +heroinize +heroism +heroistic +heroization +heroize +herolike +heromonger +heron +heroner +heronite +heronry +heroogony +heroologist +heroology +Herophile +Herophilist +heroship +herotheism +herpes +Herpestes +Herpestinae +herpestine +herpetic +herpetiform +herpetism +herpetography +herpetoid +herpetologic +herpetological +herpetologically +herpetologist +herpetology +herpetomonad +Herpetomonas +herpetophobia +herpetotomist +herpetotomy +herpolhode +Herpotrichia +herrengrundite +Herrenvolk +herring +herringbone +herringer +Herrnhuter +hers +Herschelian +herschelite +herse +hersed +herself +hership +hersir +hertz +hertzian +Heruli +Herulian +Hervati +Herve +Herzegovinian +Hesiodic +Hesione +Hesionidae +hesitance +hesitancy +hesitant +hesitantly +hesitate +hesitater +hesitating +hesitatingly +hesitatingness +hesitation +hesitative +hesitatively +hesitatory +Hesper +Hespera +Hesperia +Hesperian +Hesperic +Hesperid +hesperid +hesperidate +hesperidene +hesperideous +Hesperides +Hesperidian +hesperidin +hesperidium +hesperiid +Hesperiidae +hesperinon +Hesperis +hesperitin +Hesperornis +Hesperornithes +hesperornithid +Hesperornithiformes +hesperornithoid +Hesperus +Hessian +hessite +hessonite +hest +Hester +hestern +hesternal +Hesther +hesthogenous +Hesychasm +Hesychast +hesychastic +het +hetaera +hetaeria +hetaeric +hetaerism +Hetaerist +hetaerist +hetaeristic +hetaerocracy +hetaerolite +hetaery +heteradenia +heteradenic +heterakid +Heterakis +Heteralocha +heterandrous +heterandry +heteratomic +heterauxesis +heteraxial +heteric +heterically +hetericism +hetericist +heterism +heterization +heterize +hetero +heteroagglutinin +heteroalbumose +heteroauxin +heteroblastic +heteroblastically +heteroblasty +heterocarpism +heterocarpous +Heterocarpus +heterocaseose +heterocellular +heterocentric +heterocephalous +Heterocera +heterocerc +heterocercal +heterocercality +heterocercy +heterocerous +heterochiral +heterochlamydeous +Heterochloridales +heterochromatic +heterochromatin +heterochromatism +heterochromatization +heterochromatized +heterochrome +heterochromia +heterochromic +heterochromosome +heterochromous +heterochromy +heterochronic +heterochronism +heterochronistic +heterochronous +heterochrony +heterochrosis +heterochthon +heterochthonous +heterocline +heteroclinous +heteroclital +heteroclite +heteroclitica +heteroclitous +Heterocoela +heterocoelous +Heterocotylea +heterocycle +heterocyclic +heterocyst +heterocystous +heterodactyl +Heterodactylae +heterodactylous +Heterodera +Heterodon +heterodont +Heterodonta +Heterodontidae +heterodontism +heterodontoid +Heterodontus +heterodox +heterodoxal +heterodoxical +heterodoxly +heterodoxness +heterodoxy +heterodromous +heterodromy +heterodyne +heteroecious +heteroeciously +heteroeciousness +heteroecism +heteroecismal +heteroecy +heteroepic +heteroepy +heteroerotic +heteroerotism +heterofermentative +heterofertilization +heterogalactic +heterogamete +heterogametic +heterogametism +heterogamety +heterogamic +heterogamous +heterogamy +heterogangliate +heterogen +heterogene +heterogeneal +heterogenean +heterogeneity +heterogeneous +heterogeneously +heterogeneousness +heterogenesis +heterogenetic +heterogenic +heterogenicity +heterogenist +heterogenous +heterogeny +heteroglobulose +heterognath +Heterognathi +heterogone +heterogonism +heterogonous +heterogonously +heterogony +heterograft +heterographic +heterographical +heterography +Heterogyna +heterogynal +heterogynous +heteroicous +heteroimmune +heteroinfection +heteroinoculable +heteroinoculation +heterointoxication +heterokaryon +heterokaryosis +heterokaryotic +heterokinesis +heterokinetic +Heterokontae +heterokontan +heterolalia +heterolateral +heterolecithal +heterolith +heterolobous +heterologic +heterological +heterologically +heterologous +heterology +heterolysin +heterolysis +heterolytic +heteromallous +heteromastigate +heteromastigote +Heteromeles +Heteromera +heteromeral +Heteromeran +Heteromeri +heteromeric +heteromerous +Heterometabola +heterometabole +heterometabolic +heterometabolism +heterometabolous +heterometaboly +heterometric +Heteromi +Heteromita +Heteromorpha +Heteromorphae +heteromorphic +heteromorphism +heteromorphite +heteromorphosis +heteromorphous +heteromorphy +Heteromya +Heteromyaria +heteromyarian +Heteromyidae +Heteromys +heteronereid +heteronereis +Heteroneura +heteronomous +heteronomously +heteronomy +heteronuclear +heteronym +heteronymic +heteronymous +heteronymously +heteronymy +heteroousia +Heteroousian +heteroousian +Heteroousiast +heteroousious +heteropathic +heteropathy +heteropelmous +heteropetalous +Heterophaga +Heterophagi +heterophagous +heterophasia +heterophemism +heterophemist +heterophemistic +heterophemize +heterophemy +heterophile +heterophoria +heterophoric +heterophylesis +heterophyletic +heterophyllous +heterophylly +heterophyly +heterophyte +heterophytic +Heteropia +Heteropidae +heteroplasia +heteroplasm +heteroplastic +heteroplasty +heteroploid +heteroploidy +heteropod +Heteropoda +heteropodal +heteropodous +heteropolar +heteropolarity +heteropoly +heteroproteide +heteroproteose +heteropter +Heteroptera +heteropterous +heteroptics +heteropycnosis +Heterorhachis +heteroscope +heteroscopy +heterosexual +heterosexuality +heteroside +Heterosiphonales +heterosis +Heterosomata +Heterosomati +heterosomatous +heterosome +Heterosomi +heterosomous +Heterosporeae +heterosporic +Heterosporium +heterosporous +heterospory +heterostatic +heterostemonous +Heterostraca +heterostracan +Heterostraci +heterostrophic +heterostrophous +heterostrophy +heterostyled +heterostylism +heterostylous +heterostyly +heterosuggestion +heterosyllabic +heterotactic +heterotactous +heterotaxia +heterotaxic +heterotaxis +heterotaxy +heterotelic +heterothallic +heterothallism +heterothermal +heterothermic +heterotic +heterotopia +heterotopic +heterotopism +heterotopous +heterotopy +heterotransplant +heterotransplantation +heterotrich +Heterotricha +Heterotrichales +Heterotrichida +heterotrichosis +heterotrichous +heterotropal +heterotroph +heterotrophic +heterotrophy +heterotropia +heterotropic +heterotropous +heterotype +heterotypic +heterotypical +heteroxanthine +heteroxenous +heterozetesis +heterozygosis +heterozygosity +heterozygote +heterozygotic +heterozygous +heterozygousness +hething +hetman +hetmanate +hetmanship +hetter +hetterly +Hettie +Hetty +heuau +Heuchera +heugh +heulandite +heumite +heuretic +heuristic +heuristically +Hevea +hevi +hew +hewable +hewel +hewer +hewettite +hewhall +hewn +hewt +hex +hexa +hexabasic +Hexabiblos +hexabiose +hexabromide +hexacanth +hexacanthous +hexacapsular +hexacarbon +hexace +hexachloride +hexachlorocyclohexane +hexachloroethane +hexachord +hexachronous +hexacid +hexacolic +Hexacoralla +hexacorallan +Hexacorallia +hexacosane +hexacosihedroid +hexact +hexactinal +hexactine +hexactinellid +Hexactinellida +hexactinellidan +hexactinelline +hexactinian +hexacyclic +hexad +hexadactyle +hexadactylic +hexadactylism +hexadactylous +hexadactyly +hexadecahedroid +hexadecane +hexadecanoic +hexadecene +hexadecyl +hexadic +hexadiene +hexadiyne +hexafoil +hexaglot +hexagon +hexagonal +hexagonally +hexagonial +hexagonical +hexagonous +hexagram +Hexagrammidae +hexagrammoid +Hexagrammos +hexagyn +Hexagynia +hexagynian +hexagynous +hexahedral +hexahedron +hexahydrate +hexahydrated +hexahydric +hexahydride +hexahydrite +hexahydrobenzene +hexahydroxy +hexakisoctahedron +hexakistetrahedron +hexameral +hexameric +hexamerism +hexameron +hexamerous +hexameter +hexamethylenamine +hexamethylene +hexamethylenetetramine +hexametral +hexametric +hexametrical +hexametrist +hexametrize +hexametrographer +Hexamita +hexamitiasis +hexammine +hexammino +hexanaphthene +Hexanchidae +Hexanchus +Hexandria +hexandric +hexandrous +hexandry +hexane +hexanedione +hexangular +hexangularly +hexanitrate +hexanitrodiphenylamine +hexapartite +hexaped +hexapetaloid +hexapetaloideous +hexapetalous +hexaphyllous +hexapla +hexaplar +hexaplarian +hexaplaric +hexaploid +hexaploidy +hexapod +Hexapoda +hexapodal +hexapodan +hexapodous +hexapody +hexapterous +hexaradial +hexarch +hexarchy +hexaseme +hexasemic +hexasepalous +hexaspermous +hexastemonous +hexaster +hexastich +hexastichic +hexastichon +hexastichous +hexastichy +hexastigm +hexastylar +hexastyle +hexastylos +hexasulphide +hexasyllabic +hexatetrahedron +Hexateuch +Hexateuchal +hexathlon +hexatomic +hexatriacontane +hexatriose +hexavalent +hexecontane +hexenbesen +hexene +hexer +hexerei +hexeris +hexestrol +hexicological +hexicology +hexine +hexiological +hexiology +hexis +hexitol +hexoctahedral +hexoctahedron +hexode +hexoestrol +hexogen +hexoic +hexokinase +hexone +hexonic +hexosamine +hexosaminic +hexosan +hexose +hexosediphosphoric +hexosemonophosphoric +hexosephosphatase +hexosephosphoric +hexoylene +hexpartite +hexyl +hexylene +hexylic +hexylresorcinol +hexyne +hey +heyday +Hezron +Hezronites +hi +hia +Hianakoto +hiant +hiatal +hiate +hiation +hiatus +Hibbertia +hibbin +hibernacle +hibernacular +hibernaculum +hibernal +hibernate +hibernation +hibernator +Hibernia +Hibernian +Hibernianism +Hibernic +Hibernical +Hibernically +Hibernicism +Hibernicize +Hibernization +Hibernize +Hibernologist +Hibernology +Hibiscus +Hibito +Hibitos +Hibunci +hic +hicatee +hiccup +hick +hickey +hickory +Hicksite +hickwall +Hicoria +hidable +hidage +hidalgism +hidalgo +hidalgoism +hidated +hidation +Hidatsa +hidden +hiddenite +hiddenly +hiddenmost +hiddenness +hide +hideaway +hidebind +hidebound +hideboundness +hided +hideland +hideless +hideling +hideosity +hideous +hideously +hideousness +hider +hidling +hidlings +hidradenitis +hidrocystoma +hidromancy +hidropoiesis +hidrosis +hidrotic +hie +hieder +hielaman +hield +hielmite +hiemal +hiemation +Hienz +Hieracian +Hieracium +hieracosphinx +hierapicra +hierarch +hierarchal +hierarchic +hierarchical +hierarchically +hierarchism +hierarchist +hierarchize +hierarchy +hieratic +hieratical +hieratically +hieraticism +hieratite +Hierochloe +hierocracy +hierocratic +hierocratical +hierodule +hierodulic +Hierofalco +hierogamy +hieroglyph +hieroglypher +hieroglyphic +hieroglyphical +hieroglyphically +hieroglyphist +hieroglyphize +hieroglyphology +hieroglyphy +hierogram +hierogrammat +hierogrammate +hierogrammateus +hierogrammatic +hierogrammatical +hierogrammatist +hierograph +hierographer +hierographic +hierographical +hierography +hierolatry +hierologic +hierological +hierologist +hierology +hieromachy +hieromancy +hieromnemon +hieromonach +hieron +Hieronymic +Hieronymite +hieropathic +hierophancy +hierophant +hierophantes +hierophantic +hierophantically +hierophanticly +hieros +hieroscopy +Hierosolymitan +Hierosolymite +hierurgical +hierurgy +hifalutin +higdon +higgaion +higginsite +higgle +higglehaggle +higgler +higglery +high +highball +highbelia +highbinder +highborn +highboy +highbred +higher +highermost +highest +highfalutin +highfaluting +highfalutinism +highflying +highhanded +highhandedly +highhandedness +highhearted +highheartedly +highheartedness +highish +highjack +highjacker +highland +highlander +highlandish +Highlandman +Highlandry +highlight +highliving +highly +highman +highmoor +highmost +highness +highroad +hight +hightoby +hightop +highway +highwayman +higuero +hijack +hike +hiker +Hilaria +hilarious +hilariously +hilariousness +hilarity +Hilary +Hilarymas +Hilarytide +hilasmic +hilch +Hilda +Hildebrand +Hildebrandian +Hildebrandic +Hildebrandine +Hildebrandism +Hildebrandist +Hildebrandslied +Hildegarde +hilding +hiliferous +hill +Hillary +hillberry +hillbilly +hillculture +hillebrandite +Hillel +hiller +hillet +Hillhousia +hilliness +hillman +hillock +hillocked +hillocky +hillsale +hillsalesman +hillside +hillsman +hilltop +hilltrot +hillward +hillwoman +hilly +hilsa +hilt +hiltless +hilum +hilus +him +Hima +Himalaya +Himalayan +Himantopus +himation +Himawan +himp +himself +himward +himwards +Himyaric +Himyarite +Himyaritic +hin +hinau +Hinayana +hinch +hind +hindberry +hindbrain +hindcast +hinddeck +hinder +hinderance +hinderer +hinderest +hinderful +hinderfully +hinderingly +hinderlands +hinderlings +hinderlins +hinderly +hinderment +hindermost +hindersome +hindhand +hindhead +Hindi +hindmost +hindquarter +hindrance +hindsaddle +hindsight +Hindu +Hinduism +Hinduize +Hindustani +hindward +hing +hinge +hingecorner +hingeflower +hingeless +hingelike +hinger +hingeways +hingle +hinney +hinnible +Hinnites +hinny +hinoid +hinoideous +hinoki +hinsdalite +hint +hintedly +hinter +hinterland +hintingly +hintproof +hintzeite +Hiodon +hiodont +Hiodontidae +hiortdahlite +hip +hipbone +hipe +hiper +hiphalt +hipless +hipmold +Hippa +hippalectryon +hipparch +Hipparion +Hippeastrum +hipped +Hippelates +hippen +Hippia +hippian +hippiater +hippiatric +hippiatrical +hippiatrics +hippiatrist +hippiatry +hippic +Hippidae +Hippidion +Hippidium +hipping +hippish +hipple +hippo +Hippobosca +hippoboscid +Hippoboscidae +hippocamp +hippocampal +hippocampi +hippocampine +hippocampus +Hippocastanaceae +hippocastanaceous +hippocaust +hippocentaur +hippocentauric +hippocerf +hippocoprosterol +hippocras +Hippocratea +Hippocrateaceae +hippocrateaceous +Hippocratian +Hippocratic +Hippocratical +Hippocratism +Hippocrene +Hippocrenian +hippocrepian +hippocrepiform +Hippodamia +hippodamous +hippodrome +hippodromic +hippodromist +hippogastronomy +Hippoglosinae +Hippoglossidae +Hippoglossus +hippogriff +hippogriffin +hippoid +hippolite +hippolith +hippological +hippologist +hippology +Hippolytan +Hippolyte +Hippolytidae +Hippolytus +hippomachy +hippomancy +hippomanes +Hippomedon +hippomelanin +Hippomenes +hippometer +hippometric +hippometry +Hipponactean +hipponosological +hipponosology +hippopathological +hippopathology +hippophagi +hippophagism +hippophagist +hippophagistical +hippophagous +hippophagy +hippophile +hippophobia +hippopod +hippopotami +hippopotamian +hippopotamic +Hippopotamidae +hippopotamine +hippopotamoid +hippopotamus +Hipposelinum +hippotigrine +Hippotigris +hippotomical +hippotomist +hippotomy +hippotragine +Hippotragus +hippurate +hippuric +hippurid +Hippuridaceae +Hippuris +hippurite +Hippurites +hippuritic +Hippuritidae +hippuritoid +hippus +hippy +hipshot +hipwort +hirable +hiragana +Hiram +Hiramite +hircarra +hircine +hircinous +hircocerf +hircocervus +hircosity +hire +hired +hireless +hireling +hireman +Hiren +hirer +hirmologion +hirmos +Hirneola +hiro +Hirofumi +hirondelle +Hirotoshi +Hiroyuki +hirple +hirrient +hirse +hirsel +hirsle +hirsute +hirsuteness +hirsuties +hirsutism +hirsutulous +Hirtella +hirtellous +Hirudin +hirudine +Hirudinea +hirudinean +hirudiniculture +Hirudinidae +hirudinize +hirudinoid +Hirudo +hirundine +Hirundinidae +hirundinous +Hirundo +his +hish +hisingerite +hisn +Hispa +Hispania +Hispanic +Hispanicism +Hispanicize +hispanidad +Hispaniolate +Hispaniolize +Hispanist +Hispanize +Hispanophile +Hispanophobe +hispid +hispidity +hispidulate +hispidulous +Hispinae +hiss +hisser +hissing +hissingly +hissproof +hist +histaminase +histamine +histaminic +histidine +histie +histiocyte +histiocytic +histioid +histiology +Histiophoridae +Histiophorus +histoblast +histochemic +histochemical +histochemistry +histoclastic +histocyte +histodiagnosis +histodialysis +histodialytic +histogen +histogenesis +histogenetic +histogenetically +histogenic +histogenous +histogeny +histogram +histographer +histographic +histographical +histography +histoid +histologic +histological +histologically +histologist +histology +histolysis +histolytic +histometabasis +histomorphological +histomorphologically +histomorphology +histon +histonal +histone +histonomy +histopathologic +histopathological +histopathologist +histopathology +histophyly +histophysiological +histophysiology +Histoplasma +histoplasmin +histoplasmosis +historial +historian +historiated +historic +historical +historically +historicalness +historician +historicism +historicity +historicize +historicocabbalistical +historicocritical +historicocultural +historicodogmatic +historicogeographical +historicophilosophica +historicophysical +historicopolitical +historicoprophetic +historicoreligious +historics +historicus +historied +historier +historiette +historify +historiograph +historiographer +historiographership +historiographic +historiographical +historiographically +historiography +historiological +historiology +historiometric +historiometry +historionomer +historious +historism +historize +history +histotherapist +histotherapy +histotome +histotomy +histotrophic +histotrophy +histotropic +histozoic +histozyme +histrio +Histriobdella +Histriomastix +histrion +histrionic +histrionical +histrionically +histrionicism +histrionism +hit +hitch +hitcher +hitchhike +hitchhiker +hitchily +hitchiness +Hitchiti +hitchproof +hitchy +hithe +hither +hithermost +hitherto +hitherward +Hitlerism +Hitlerite +hitless +Hitoshi +hittable +hitter +Hittite +Hittitics +Hittitology +Hittology +hive +hiveless +hiver +hives +hiveward +Hivite +hizz +Hler +Hlidhskjalf +Hlithskjalf +Hlorrithi +Ho +ho +hoar +hoard +hoarder +hoarding +hoardward +hoarfrost +hoarhead +hoarheaded +hoarhound +hoarily +hoariness +hoarish +hoarness +hoarse +hoarsely +hoarsen +hoarseness +hoarstone +hoarwort +hoary +hoaryheaded +hoast +hoastman +hoatzin +hoax +hoaxee +hoaxer +hoaxproof +hob +hobber +Hobbesian +hobbet +Hobbian +hobbil +Hobbism +Hobbist +Hobbistical +hobble +hobblebush +hobbledehoy +hobbledehoydom +hobbledehoyhood +hobbledehoyish +hobbledehoyishness +hobbledehoyism +hobbledygee +hobbler +hobbling +hobblingly +hobbly +hobby +hobbyhorse +hobbyhorsical +hobbyhorsically +hobbyism +hobbyist +hobbyless +hobgoblin +hoblike +hobnail +hobnailed +hobnailer +hobnob +hobo +hoboism +Hobomoco +hobthrush +hocco +Hochelaga +Hochheimer +hock +Hockday +hockelty +hocker +hocket +hockey +hockshin +Hocktide +hocky +hocus +hod +hodden +hodder +hoddle +hoddy +hodening +hodful +hodgepodge +Hodgkin +hodgkinsonite +hodiernal +hodman +hodmandod +hodograph +hodometer +hodometrical +hoe +hoecake +hoedown +hoeful +hoer +hoernesite +Hoffmannist +Hoffmannite +hog +hoga +hogan +Hogarthian +hogback +hogbush +hogfish +hogframe +hogged +hogger +hoggerel +hoggery +hogget +hoggie +hoggin +hoggish +hoggishly +hoggishness +hoggism +hoggy +hogherd +hoghide +hoghood +hoglike +hogling +hogmace +hogmanay +Hogni +hognose +hognut +hogpen +hogreeve +hogrophyte +hogshead +hogship +hogshouther +hogskin +hogsty +hogward +hogwash +hogweed +hogwort +hogyard +Hohe +Hohenzollern +Hohenzollernism +Hohn +Hohokam +hoi +hoick +hoin +hoise +hoist +hoistaway +hoister +hoisting +hoistman +hoistway +hoit +hoju +Hokan +hokey +hokeypokey +hokum +holagogue +holarctic +holard +holarthritic +holarthritis +holaspidean +holcad +holcodont +Holconoti +Holcus +hold +holdable +holdall +holdback +holden +holdenite +holder +holdership +holdfast +holdfastness +holding +holdingly +holdout +holdover +holdsman +holdup +hole +holeable +Holectypina +holectypoid +holeless +holeman +holeproof +holer +holethnic +holethnos +holewort +holey +holia +holiday +holidayer +holidayism +holidaymaker +holidaymaking +holily +holiness +holing +holinight +holism +holistic +holistically +holl +holla +hollaite +Holland +hollandaise +Hollander +Hollandish +hollandite +Hollands +Hollantide +holler +hollin +holliper +hollo +hollock +hollong +hollow +hollower +hollowfaced +hollowfoot +hollowhearted +hollowheartedness +hollowly +hollowness +holluschick +Holly +holly +hollyhock +Hollywood +Hollywooder +Hollywoodize +holm +holmberry +holmgang +holmia +holmic +holmium +holmos +holobaptist +holobenthic +holoblastic +holoblastically +holobranch +holocaine +holocarpic +holocarpous +holocaust +holocaustal +holocaustic +Holocene +holocentrid +Holocentridae +holocentroid +Holocentrus +Holocephala +holocephalan +Holocephali +holocephalian +holocephalous +Holochoanites +holochoanitic +holochoanoid +Holochoanoida +holochoanoidal +holochordate +holochroal +holoclastic +holocrine +holocryptic +holocrystalline +holodactylic +holodedron +Holodiscus +hologamous +hologamy +hologastrula +hologastrular +Holognatha +holognathous +hologonidium +holograph +holographic +holographical +holohedral +holohedric +holohedrism +holohemihedral +holohyaline +holomastigote +Holometabola +holometabole +holometabolian +holometabolic +holometabolism +holometabolous +holometaboly +holometer +holomorph +holomorphic +holomorphism +holomorphosis +holomorphy +Holomyaria +holomyarian +Holomyarii +holoparasite +holoparasitic +Holophane +holophane +holophotal +holophote +holophotometer +holophrase +holophrasis +holophrasm +holophrastic +holophyte +holophytic +holoplankton +holoplanktonic +holoplexia +holopneustic +holoproteide +holoptic +holoptychian +holoptychiid +Holoptychiidae +Holoptychius +holoquinoid +holoquinoidal +holoquinonic +holoquinonoid +holorhinal +holosaprophyte +holosaprophytic +holosericeous +holoside +holosiderite +Holosiphona +holosiphonate +Holosomata +holosomatous +holospondaic +holostean +Holostei +holosteous +holosteric +Holosteum +Holostomata +holostomate +holostomatous +holostome +holostomous +holostylic +holosymmetric +holosymmetrical +holosymmetry +holosystematic +holosystolic +holothecal +holothoracic +Holothuria +holothurian +Holothuridea +holothurioid +Holothurioidea +holotonia +holotonic +holotony +holotrich +Holotricha +holotrichal +Holotrichida +holotrichous +holotype +holour +holozoic +Holstein +holster +holstered +holt +holy +holyday +holyokeite +holystone +holytide +homage +homageable +homager +Homalocenchrus +homalogonatous +homalographic +homaloid +homaloidal +Homalonotus +Homalopsinae +Homaloptera +Homalopterous +homalosternal +Homalosternii +Homam +Homaridae +homarine +homaroid +Homarus +homatomic +homaxial +homaxonial +homaxonic +Homburg +home +homebody +homeborn +homebound +homebred +homecomer +homecraft +homecroft +homecrofter +homecrofting +homefarer +homefelt +homegoer +homekeeper +homekeeping +homeland +homelander +homeless +homelessly +homelessness +homelet +homelike +homelikeness +homelily +homeliness +homeling +homely +homelyn +homemade +homemaker +homemaking +homeoblastic +homeochromatic +homeochromatism +homeochronous +homeocrystalline +homeogenic +homeogenous +homeoid +homeoidal +homeoidality +homeokinesis +homeokinetic +homeomerous +homeomorph +homeomorphic +homeomorphism +homeomorphous +homeomorphy +homeopath +homeopathic +homeopathically +homeopathician +homeopathicity +homeopathist +homeopathy +homeophony +homeoplasia +homeoplastic +homeoplasy +homeopolar +homeosis +homeostasis +homeostatic +homeotic +homeotransplant +homeotransplantation +homeotype +homeotypic +homeotypical +homeowner +homeozoic +Homer +homer +Homerian +Homeric +Homerical +Homerically +Homerid +Homeridae +Homeridian +Homerist +Homerologist +Homerology +Homeromastix +homeseeker +homesick +homesickly +homesickness +homesite +homesome +homespun +homestall +homestead +homesteader +homester +homestretch +homeward +homewardly +homework +homeworker +homewort +homey +homeyness +homicidal +homicidally +homicide +homicidious +homiculture +homilete +homiletic +homiletical +homiletically +homiletics +homiliarium +homiliary +homilist +homilite +homilize +homily +hominal +hominess +Hominian +hominid +Hominidae +hominiform +hominify +hominine +hominisection +hominivorous +hominoid +hominy +homish +homishness +homo +homoanisaldehyde +homoanisic +homoarecoline +homobaric +homoblastic +homoblasty +homocarpous +homocategoric +homocentric +homocentrical +homocentrically +homocerc +homocercal +homocercality +homocercy +homocerebrin +homochiral +homochlamydeous +homochromatic +homochromatism +homochrome +homochromic +homochromosome +homochromous +homochromy +homochronous +homoclinal +homocline +Homocoela +homocoelous +homocreosol +homocyclic +homodermic +homodermy +homodont +homodontism +homodox +homodoxian +homodromal +homodrome +homodromous +homodromy +homodynamic +homodynamous +homodynamy +homodyne +Homoean +Homoeanism +homoecious +homoeoarchy +homoeoblastic +homoeochromatic +homoeochronous +homoeocrystalline +homoeogenic +homoeogenous +homoeography +homoeokinesis +homoeomerae +Homoeomeri +homoeomeria +homoeomerian +homoeomerianism +homoeomeric +homoeomerical +homoeomerous +homoeomery +homoeomorph +homoeomorphic +homoeomorphism +homoeomorphous +homoeomorphy +homoeopath +homoeopathic +homoeopathically +homoeopathician +homoeopathicity +homoeopathist +homoeopathy +homoeophony +homoeophyllous +homoeoplasia +homoeoplastic +homoeoplasy +homoeopolar +homoeosis +homoeotel +homoeoteleutic +homoeoteleuton +homoeotic +homoeotopy +homoeotype +homoeotypic +homoeotypical +homoeozoic +homoerotic +homoerotism +homofermentative +homogametic +homogamic +homogamous +homogamy +homogangliate +homogen +homogenate +homogene +homogeneal +homogenealness +homogeneate +homogeneity +homogeneization +homogeneize +homogeneous +homogeneously +homogeneousness +homogenesis +homogenetic +homogenetical +homogenic +homogenization +homogenize +homogenizer +homogenous +homogentisic +homogeny +homoglot +homogone +homogonous +homogonously +homogony +homograft +homograph +homographic +homography +homohedral +homoiotherm +homoiothermal +homoiothermic +homoiothermism +homoiothermous +homoiousia +Homoiousian +homoiousian +Homoiousianism +homoiousious +homolateral +homolecithal +homolegalis +homologate +homologation +homologic +homological +homologically +homologist +homologize +homologizer +homologon +homologoumena +homologous +homolographic +homolography +homologue +homology +homolosine +homolysin +homolysis +homomallous +homomeral +homomerous +homometrical +homometrically +homomorph +Homomorpha +homomorphic +homomorphism +homomorphosis +homomorphous +homomorphy +Homoneura +homonomous +homonomy +homonuclear +homonym +homonymic +homonymous +homonymously +homonymy +homoousia +Homoousian +Homoousianism +Homoousianist +Homoousiast +Homoousion +homoousious +homopathy +homoperiodic +homopetalous +homophene +homophenous +homophone +homophonic +homophonous +homophony +homophthalic +homophylic +homophyllous +homophyly +homopiperonyl +homoplasis +homoplasmic +homoplasmy +homoplast +homoplastic +homoplasy +homopolar +homopolarity +homopolic +homopter +Homoptera +homopteran +homopteron +homopterous +Homorelaps +homorganic +homoseismal +homosexual +homosexualism +homosexualist +homosexuality +homosporous +homospory +Homosteus +homostyled +homostylic +homostylism +homostylous +homostyly +homosystemic +homotactic +homotatic +homotaxeous +homotaxia +homotaxial +homotaxially +homotaxic +homotaxis +homotaxy +homothallic +homothallism +homothetic +homothety +homotonic +homotonous +homotonously +homotony +homotopic +homotransplant +homotransplantation +homotropal +homotropous +homotypal +homotype +homotypic +homotypical +homotypy +homovanillic +homovanillin +homoveratric +homoveratrole +homozygosis +homozygosity +homozygote +homozygous +homozygousness +homrai +homuncle +homuncular +homunculus +homy +Hon +honda +hondo +Honduran +Honduranean +Honduranian +Hondurean +Hondurian +hone +honest +honestly +honestness +honestone +honesty +honewort +honey +honeybee +honeyberry +honeybind +honeyblob +honeybloom +honeycomb +honeycombed +honeydew +honeydewed +honeydrop +honeyed +honeyedly +honeyedness +honeyfall +honeyflower +honeyfogle +honeyful +honeyhearted +honeyless +honeylike +honeylipped +honeymoon +honeymooner +honeymoonlight +honeymoonshine +honeymoonstruck +honeymoony +honeymouthed +honeypod +honeypot +honeystone +honeysuck +honeysucker +honeysuckle +honeysuckled +honeysweet +honeyware +Honeywood +honeywood +honeywort +hong +honied +honily +honk +honker +honor +Honora +honorability +honorable +honorableness +honorableship +honorably +honorance +honoraria +honorarily +honorarium +honorary +honoree +honorer +honoress +honorific +honorifically +honorless +honorous +honorsman +honorworthy +hontish +hontous +Honzo +hooch +hoochinoo +hood +hoodcap +hooded +hoodedness +hoodful +hoodie +hoodless +hoodlike +hoodlum +hoodlumish +hoodlumism +hoodlumize +hoodman +hoodmold +hoodoo +hoodsheaf +hoodshy +hoodshyness +hoodwink +hoodwinkable +hoodwinker +hoodwise +hoodwort +hooey +hoof +hoofbeat +hoofbound +hoofed +hoofer +hoofiness +hoofish +hoofless +hooflet +hooflike +hoofmark +hoofprint +hoofrot +hoofs +hoofworm +hoofy +hook +hookah +hookaroon +hooked +hookedness +hookedwise +hooker +Hookera +hookerman +hookers +hookheal +hookish +hookless +hooklet +hooklike +hookmaker +hookmaking +hookman +hooknose +hooksmith +hooktip +hookum +hookup +hookweed +hookwise +hookworm +hookwormer +hookwormy +hooky +hooligan +hooliganism +hooliganize +hoolock +hooly +hoon +hoonoomaun +hoop +hooped +hooper +hooping +hoopla +hoople +hoopless +hooplike +hoopmaker +hoopman +hoopoe +hoopstick +hoopwood +hoose +hoosegow +hoosh +Hoosier +Hoosierdom +Hoosierese +Hoosierize +hoot +hootay +hooter +hootingly +hoove +hooven +Hooverism +Hooverize +hoovey +hop +hopbine +hopbush +Hopcalite +hopcrease +hope +hoped +hopeful +hopefully +hopefulness +hopeite +hopeless +hopelessly +hopelessness +hoper +Hopi +hopi +hopingly +Hopkinsian +Hopkinsianism +Hopkinsonian +hoplite +hoplitic +hoplitodromos +Hoplocephalus +hoplology +hoplomachic +hoplomachist +hoplomachos +hoplomachy +Hoplonemertea +hoplonemertean +hoplonemertine +Hoplonemertini +hopoff +hopped +hopper +hopperburn +hopperdozer +hopperette +hoppergrass +hopperings +hopperman +hoppers +hoppestere +hoppet +hoppingly +hoppity +hopple +hoppy +hopscotch +hopscotcher +hoptoad +hopvine +hopyard +hora +horal +horary +Horatian +Horatio +Horatius +horbachite +hordarian +hordary +horde +hordeaceous +hordeiform +hordein +hordenine +Hordeum +horehound +Horim +horismology +horizometer +horizon +horizonless +horizontal +horizontalism +horizontality +horizontalization +horizontalize +horizontally +horizontalness +horizontic +horizontical +horizontically +horizonward +horme +hormic +hormigo +hormion +hormist +hormogon +Hormogonales +Hormogoneae +Hormogoneales +hormogonium +hormogonous +hormonal +hormone +hormonic +hormonize +hormonogenesis +hormonogenic +hormonology +hormonopoiesis +hormonopoietic +hormos +horn +hornbeam +hornbill +hornblende +hornblendic +hornblendite +hornblendophyre +hornblower +hornbook +horned +hornedness +horner +hornerah +hornet +hornety +hornfair +hornfels +hornfish +hornful +horngeld +Hornie +hornify +hornily +horniness +horning +hornish +hornist +hornito +hornless +hornlessness +hornlet +hornlike +hornotine +hornpipe +hornplant +hornsman +hornstay +hornstone +hornswoggle +horntail +hornthumb +horntip +hornwood +hornwork +hornworm +hornwort +horny +hornyhanded +hornyhead +horograph +horographer +horography +horokaka +horologe +horologer +horologic +horological +horologically +horologiography +horologist +horologium +horologue +horology +horometrical +horometry +Horonite +horopito +horopter +horopteric +horoptery +horoscopal +horoscope +horoscoper +horoscopic +horoscopical +horoscopist +horoscopy +Horouta +horrendous +horrendously +horrent +horrescent +horreum +horribility +horrible +horribleness +horribly +horrid +horridity +horridly +horridness +horrific +horrifically +horrification +horrify +horripilant +horripilate +horripilation +horrisonant +horror +horrorful +horrorish +horrorist +horrorize +horrormonger +horrormongering +horrorous +horrorsome +horse +horseback +horsebacker +horseboy +horsebreaker +horsecar +horsecloth +horsecraft +horsedom +horsefair +horsefettler +horsefight +horsefish +horseflesh +horsefly +horsefoot +horsegate +horsehair +horsehaired +horsehead +horseherd +horsehide +horsehood +horsehoof +horsejockey +horsekeeper +horselaugh +horselaugher +horselaughter +horseleech +horseless +horselike +horseload +horseman +horsemanship +horsemastership +horsemint +horsemonger +horseplay +horseplayful +horsepond +horsepower +horsepox +horser +horseshoe +horseshoer +horsetail +horsetongue +Horsetown +horsetree +horseway +horseweed +horsewhip +horsewhipper +horsewoman +horsewomanship +horsewood +horsfordite +horsify +horsily +horsiness +horsing +Horst +horst +horsy +horsyism +hortation +hortative +hortatively +hortator +hortatorily +hortatory +Hortense +Hortensia +hortensial +Hortensian +hortensian +horticultural +horticulturally +horticulture +horticulturist +hortite +hortonolite +hortulan +Horvatian +hory +Hosackia +hosanna +hose +hosed +hosel +hoseless +hoselike +hoseman +hosier +hosiery +hosiomartyr +hospice +hospitable +hospitableness +hospitably +hospitage +hospital +hospitalary +hospitaler +hospitalism +hospitality +hospitalization +hospitalize +hospitant +hospitate +hospitation +hospitator +hospitious +hospitium +hospitize +hospodar +hospodariat +hospodariate +host +Hosta +hostage +hostager +hostageship +hostel +hosteler +hostelry +hoster +hostess +hostie +hostile +hostilely +hostileness +hostility +hostilize +hosting +hostler +hostlership +hostlerwife +hostless +hostly +hostry +hostship +hot +hotbed +hotblood +hotbox +hotbrained +hotch +hotchpot +hotchpotch +hotchpotchly +hotel +hoteldom +hotelhood +hotelier +hotelization +hotelize +hotelkeeper +hotelless +hotelward +hotfoot +hothead +hotheaded +hotheadedly +hotheadedness +hothearted +hotheartedly +hotheartedness +hothouse +hoti +hotly +hotmouthed +hotness +hotspur +hotspurred +Hotta +Hottentot +Hottentotese +Hottentotic +Hottentotish +Hottentotism +hotter +hottery +hottish +Hottonia +houbara +Houdan +hough +houghband +hougher +houghite +houghmagandy +Houghton +hounce +hound +hounder +houndfish +hounding +houndish +houndlike +houndman +houndsbane +houndsberry +houndshark +houndy +houppelande +hour +hourful +hourglass +houri +hourless +hourly +housage +housal +Housatonic +house +houseball +houseboat +houseboating +housebote +housebound +houseboy +housebreak +housebreaker +housebreaking +housebroke +housebroken +housebug +housebuilder +housebuilding +housecarl +housecoat +housecraft +housefast +housefather +housefly +houseful +housefurnishings +household +householder +householdership +householding +householdry +housekeep +housekeeper +housekeeperlike +housekeeperly +housekeeping +housel +houseleek +houseless +houselessness +houselet +houseline +houseling +housemaid +housemaidenly +housemaiding +housemaidy +houseman +housemaster +housemastership +housemate +housemating +houseminder +housemistress +housemother +housemotherly +houseowner +houser +houseridden +houseroom +housesmith +housetop +houseward +housewares +housewarm +housewarmer +housewarming +housewear +housewife +housewifeliness +housewifely +housewifery +housewifeship +housewifish +housewive +housework +housewright +housing +Houstonia +housty +housy +houtou +houvari +Hova +hove +hovedance +hovel +hoveler +hoven +Hovenia +hover +hoverer +hovering +hoveringly +hoverly +how +howadji +Howard +howardite +howbeit +howdah +howder +howdie +howdy +howe +Howea +howel +however +howff +howish +howitzer +howk +howkit +howl +howler +howlet +howling +howlingly +howlite +howso +howsoever +howsomever +hox +hoy +Hoya +hoyden +hoydenhood +hoydenish +hoydenism +hoyle +hoyman +Hrimfaxi +Hrothgar +Hsi +Hsuan +Hu +huaca +huaco +huajillo +huamuchil +huantajayite +huaracho +Huari +huarizo +Huashi +Huastec +Huastecan +Huave +Huavean +hub +hubb +hubba +hubber +Hubbite +hubble +hubbly +hubbub +hubbuboo +hubby +Hubert +hubmaker +hubmaking +hubnerite +hubristic +hubshi +huccatoon +huchen +Huchnom +hucho +huck +huckaback +huckle +huckleback +hucklebacked +huckleberry +hucklebone +huckmuck +huckster +hucksterage +hucksterer +hucksteress +hucksterize +huckstery +hud +huddle +huddledom +huddlement +huddler +huddling +huddlingly +huddock +huddroun +huddup +Hudibras +Hudibrastic +Hudibrastically +Hudsonia +Hudsonian +hudsonite +hue +hued +hueful +hueless +huelessness +huer +Huey +huff +huffier +huffily +huffiness +huffingly +huffish +huffishly +huffishness +huffle +huffler +huffy +hug +huge +Hugelia +hugelite +hugely +hugeness +hugeous +hugeously +hugeousness +huggable +hugger +huggermugger +huggermuggery +Huggin +hugging +huggingly +huggle +Hugh +Hughes +Hughoc +Hugo +Hugoesque +hugsome +Huguenot +Huguenotic +Huguenotism +huh +Hui +huia +huipil +huisache +huiscoyol +huitain +Huk +Hukbalahap +huke +hula +Huldah +huldee +hulk +hulkage +hulking +hulky +hull +hullabaloo +huller +hullock +hulloo +hulotheism +Hulsean +hulsite +hulster +hulu +hulver +hulverhead +hulverheaded +hum +Huma +human +humane +humanely +humaneness +humanhood +humanics +humanification +humaniform +humaniformian +humanify +humanish +humanism +humanist +humanistic +humanistical +humanistically +humanitarian +humanitarianism +humanitarianist +humanitarianize +humanitary +humanitian +humanity +humanitymonger +humanization +humanize +humanizer +humankind +humanlike +humanly +humanness +humanoid +humate +humble +humblebee +humblehearted +humblemouthed +humbleness +humbler +humblie +humblingly +humbly +humbo +humboldtilite +humboldtine +humboldtite +humbug +humbugability +humbugable +humbugger +humbuggery +humbuggism +humbuzz +humdinger +humdrum +humdrumminess +humdrummish +humdrummishness +humdudgeon +Hume +Humean +humect +humectant +humectate +humectation +humective +humeral +humeri +humeroabdominal +humerocubital +humerodigital +humerodorsal +humerometacarpal +humeroradial +humeroscapular +humeroulnar +humerus +humet +humetty +humhum +humic +humicubation +humid +humidate +humidification +humidifier +humidify +humidistat +humidity +humidityproof +humidly +humidness +humidor +humific +humification +humifuse +humify +humiliant +humiliate +humiliating +humiliatingly +humiliation +humiliative +humiliator +humiliatory +humilific +humilitude +humility +humin +Humiria +Humiriaceae +Humiriaceous +Humism +Humist +humistratous +humite +humlie +hummel +hummeler +hummer +hummie +humming +hummingbird +hummock +hummocky +humor +humoral +humoralism +humoralist +humoralistic +humoresque +humoresquely +humorful +humorific +humorism +humorist +humoristic +humoristical +humorize +humorless +humorlessness +humorology +humorous +humorously +humorousness +humorproof +humorsome +humorsomely +humorsomeness +humourful +humous +hump +humpback +humpbacked +humped +humph +Humphrey +humpiness +humpless +humpty +humpy +humstrum +humulene +humulone +Humulus +humus +humuslike +Hun +Hunanese +hunch +Hunchakist +hunchback +hunchbacked +hunchet +hunchy +hundi +hundred +hundredal +hundredary +hundreder +hundredfold +hundredman +hundredpenny +hundredth +hundredweight +hundredwork +hung +Hungaria +Hungarian +hungarite +hunger +hungerer +hungeringly +hungerless +hungerly +hungerproof +hungerweed +hungrify +hungrily +hungriness +hungry +hunh +hunk +Hunker +hunker +Hunkerism +hunkerous +hunkerousness +hunkers +hunkies +Hunkpapa +hunks +hunky +Hunlike +Hunnian +Hunnic +Hunnican +Hunnish +Hunnishness +hunt +huntable +huntedly +Hunter +Hunterian +hunterlike +huntilite +hunting +huntress +huntsman +huntsmanship +huntswoman +Hunyak +hup +Hupa +hupaithric +Hura +hura +hurcheon +hurdies +hurdis +hurdle +hurdleman +hurdler +hurdlewise +hurds +hure +hureaulite +hureek +Hurf +hurgila +hurkle +hurl +hurlbarrow +hurled +hurler +hurley +hurleyhouse +hurling +hurlock +hurly +Huron +huron +Huronian +hurr +hurrah +Hurri +Hurrian +hurricane +hurricanize +hurricano +hurried +hurriedly +hurriedness +hurrier +hurrisome +hurrock +hurroo +hurroosh +hurry +hurryingly +hurryproof +hursinghar +hurst +hurt +hurtable +hurted +hurter +hurtful +hurtfully +hurtfulness +hurting +hurtingest +hurtle +hurtleberry +hurtless +hurtlessly +hurtlessness +hurtlingly +hurtsome +hurty +husband +husbandable +husbandage +husbander +husbandfield +husbandhood +husbandland +husbandless +husbandlike +husbandliness +husbandly +husbandman +husbandress +husbandry +husbandship +huse +hush +hushable +hushaby +hushcloth +hushedly +husheen +hushel +husher +hushful +hushfully +hushing +hushingly +hushion +husho +husk +huskanaw +husked +huskened +husker +huskershredder +huskily +huskiness +husking +huskroot +huskwort +Husky +husky +huso +huspil +huss +hussar +Hussite +Hussitism +hussy +hussydom +hussyness +husting +hustle +hustlecap +hustlement +hustler +hut +hutch +hutcher +hutchet +Hutchinsonian +Hutchinsonianism +hutchinsonite +Huterian +huthold +hutholder +hutia +hutkeeper +hutlet +hutment +Hutsulian +Hutterites +Huttonian +Huttonianism +huttoning +huttonweed +hutukhtu +huvelyk +Huxleian +Huygenian +huzoor +Huzvaresh +huzz +huzza +huzzard +Hwa +Hy +hyacinth +Hyacinthia +hyacinthian +hyacinthine +Hyacinthus +Hyades +hyaena +Hyaenanche +Hyaenarctos +Hyaenidae +Hyaenodon +hyaenodont +hyaenodontoid +Hyakume +hyalescence +hyalescent +hyaline +hyalinization +hyalinize +hyalinocrystalline +hyalinosis +hyalite +hyalitis +hyaloandesite +hyalobasalt +hyalocrystalline +hyalodacite +hyalogen +hyalograph +hyalographer +hyalography +hyaloid +hyaloiditis +hyaloliparite +hyalolith +hyalomelan +hyalomucoid +Hyalonema +hyalophagia +hyalophane +hyalophyre +hyalopilitic +hyaloplasm +hyaloplasma +hyaloplasmic +hyalopsite +hyalopterous +hyalosiderite +Hyalospongia +hyalotekite +hyalotype +hyaluronic +hyaluronidase +Hybanthus +Hybla +Hyblaea +Hyblaean +Hyblan +hybodont +Hybodus +hybosis +hybrid +hybridal +hybridation +hybridism +hybridist +hybridity +hybridizable +hybridization +hybridize +hybridizer +hybridous +hydantoate +hydantoic +hydantoin +hydathode +hydatid +hydatidiform +hydatidinous +hydatidocele +hydatiform +hydatigenous +Hydatina +hydatogenesis +hydatogenic +hydatogenous +hydatoid +hydatomorphic +hydatomorphism +hydatopneumatic +hydatopneumatolytic +hydatopyrogenic +hydatoscopy +Hydnaceae +hydnaceous +hydnocarpate +hydnocarpic +Hydnocarpus +hydnoid +Hydnora +Hydnoraceae +hydnoraceous +Hydnum +Hydra +hydracetin +Hydrachna +hydrachnid +Hydrachnidae +hydracid +hydracoral +hydracrylate +hydracrylic +Hydractinia +hydractinian +Hydradephaga +hydradephagan +hydradephagous +hydragogue +hydragogy +hydramine +hydramnion +hydramnios +Hydrangea +Hydrangeaceae +hydrangeaceous +hydrant +hydranth +hydrarch +hydrargillite +hydrargyrate +hydrargyria +hydrargyriasis +hydrargyric +hydrargyrism +hydrargyrosis +hydrargyrum +hydrarthrosis +hydrarthrus +hydrastine +Hydrastis +hydrate +hydrated +hydration +hydrator +hydratropic +hydraucone +hydraulic +hydraulically +hydraulician +hydraulicity +hydraulicked +hydraulicon +hydraulics +hydraulist +hydraulus +hydrazide +hydrazidine +hydrazimethylene +hydrazine +hydrazino +hydrazo +hydrazoate +hydrazobenzene +hydrazoic +hydrazone +hydrazyl +hydremia +hydremic +hydrencephalocele +hydrencephaloid +hydrencephalus +hydria +hydriatric +hydriatrist +hydriatry +hydric +hydrically +Hydrid +hydride +hydriform +hydrindene +hydriodate +hydriodic +hydriodide +hydriotaphia +Hydriote +hydro +hydroa +hydroadipsia +hydroaeric +hydroalcoholic +hydroaromatic +hydroatmospheric +hydroaviation +hydrobarometer +Hydrobates +Hydrobatidae +hydrobenzoin +hydrobilirubin +hydrobiological +hydrobiologist +hydrobiology +hydrobiosis +hydrobiplane +hydrobomb +hydroboracite +hydroborofluoric +hydrobranchiate +hydrobromate +hydrobromic +hydrobromide +hydrocarbide +hydrocarbon +hydrocarbonaceous +hydrocarbonate +hydrocarbonic +hydrocarbonous +hydrocarbostyril +hydrocardia +Hydrocaryaceae +hydrocaryaceous +hydrocatalysis +hydrocauline +hydrocaulus +hydrocele +hydrocellulose +hydrocephalic +hydrocephalocele +hydrocephaloid +hydrocephalous +hydrocephalus +hydrocephaly +hydroceramic +hydrocerussite +Hydrocharidaceae +hydrocharidaceous +Hydrocharis +Hydrocharitaceae +hydrocharitaceous +Hydrochelidon +hydrochemical +hydrochemistry +hydrochlorate +hydrochlorauric +hydrochloric +hydrochloride +hydrochlorplatinic +hydrochlorplatinous +Hydrochoerus +hydrocholecystis +hydrocinchonine +hydrocinnamic +hydrocirsocele +hydrocladium +hydroclastic +Hydrocleis +hydroclimate +hydrocobalticyanic +hydrocoele +hydrocollidine +hydroconion +Hydrocorallia +Hydrocorallinae +hydrocoralline +Hydrocores +Hydrocorisae +hydrocorisan +hydrocotarnine +Hydrocotyle +hydrocoumaric +hydrocupreine +hydrocyanate +hydrocyanic +hydrocyanide +hydrocycle +hydrocyclic +hydrocyclist +Hydrocyon +hydrocyst +hydrocystic +Hydrodamalidae +Hydrodamalis +Hydrodictyaceae +Hydrodictyon +hydrodrome +Hydrodromica +hydrodromican +hydrodynamic +hydrodynamical +hydrodynamics +hydrodynamometer +hydroeconomics +hydroelectric +hydroelectricity +hydroelectrization +hydroergotinine +hydroextract +hydroextractor +hydroferricyanic +hydroferrocyanate +hydroferrocyanic +hydrofluate +hydrofluoboric +hydrofluoric +hydrofluorid +hydrofluoride +hydrofluosilicate +hydrofluosilicic +hydrofluozirconic +hydrofoil +hydroforming +hydrofranklinite +hydrofuge +hydrogalvanic +hydrogel +hydrogen +hydrogenase +hydrogenate +hydrogenation +hydrogenator +hydrogenic +hydrogenide +hydrogenium +hydrogenization +hydrogenize +hydrogenolysis +Hydrogenomonas +hydrogenous +hydrogeological +hydrogeology +hydroglider +hydrognosy +hydrogode +hydrograph +hydrographer +hydrographic +hydrographical +hydrographically +hydrography +hydrogymnastics +hydrohalide +hydrohematite +hydrohemothorax +hydroid +Hydroida +Hydroidea +hydroidean +hydroiodic +hydrokinetic +hydrokinetical +hydrokinetics +hydrol +hydrolase +hydrolatry +Hydrolea +Hydroleaceae +hydrolize +hydrologic +hydrological +hydrologically +hydrologist +hydrology +hydrolysis +hydrolyst +hydrolyte +hydrolytic +hydrolyzable +hydrolyzate +hydrolyzation +hydrolyze +hydromagnesite +hydromancer +hydromancy +hydromania +hydromaniac +hydromantic +hydromantical +hydromantically +hydrome +hydromechanical +hydromechanics +hydromedusa +Hydromedusae +hydromedusan +hydromedusoid +hydromel +hydromeningitis +hydromeningocele +hydrometallurgical +hydrometallurgically +hydrometallurgy +hydrometamorphism +hydrometeor +hydrometeorological +hydrometeorology +hydrometer +hydrometra +hydrometric +hydrometrical +hydrometrid +Hydrometridae +hydrometry +hydromica +hydromicaceous +hydromonoplane +hydromorph +hydromorphic +hydromorphous +hydromorphy +hydromotor +hydromyelia +hydromyelocele +hydromyoma +Hydromys +hydrone +hydronegative +hydronephelite +hydronephrosis +hydronephrotic +hydronitric +hydronitroprussic +hydronitrous +hydronium +hydroparacoumaric +Hydroparastatae +hydropath +hydropathic +hydropathical +hydropathist +hydropathy +hydropericarditis +hydropericardium +hydroperiod +hydroperitoneum +hydroperitonitis +hydroperoxide +hydrophane +hydrophanous +hydrophid +Hydrophidae +hydrophil +hydrophile +hydrophilic +hydrophilid +Hydrophilidae +hydrophilism +hydrophilite +hydrophiloid +hydrophilous +hydrophily +Hydrophinae +Hydrophis +hydrophobe +hydrophobia +hydrophobic +hydrophobical +hydrophobist +hydrophobophobia +hydrophobous +hydrophoby +hydrophoid +hydrophone +Hydrophora +hydrophoran +hydrophore +hydrophoria +hydrophorous +hydrophthalmia +hydrophthalmos +hydrophthalmus +hydrophylacium +hydrophyll +Hydrophyllaceae +hydrophyllaceous +hydrophylliaceous +hydrophyllium +Hydrophyllum +hydrophysometra +hydrophyte +hydrophytic +hydrophytism +hydrophyton +hydrophytous +hydropic +hydropical +hydropically +hydropigenous +hydroplane +hydroplanula +hydroplatinocyanic +hydroplutonic +hydropneumatic +hydropneumatosis +hydropneumopericardium +hydropneumothorax +hydropolyp +hydroponic +hydroponicist +hydroponics +hydroponist +hydropositive +hydropot +Hydropotes +hydropropulsion +hydrops +hydropsy +Hydropterideae +hydroptic +hydropult +hydropultic +hydroquinine +hydroquinol +hydroquinoline +hydroquinone +hydrorachis +hydrorhiza +hydrorhizal +hydrorrhachis +hydrorrhachitis +hydrorrhea +hydrorrhoea +hydrorubber +hydrosalpinx +hydrosalt +hydrosarcocele +hydroscope +hydroscopic +hydroscopical +hydroscopicity +hydroscopist +hydroselenic +hydroselenide +hydroselenuret +hydroseparation +hydrosilicate +hydrosilicon +hydrosol +hydrosomal +hydrosomatous +hydrosome +hydrosorbic +hydrosphere +hydrospire +hydrospiric +hydrostat +hydrostatic +hydrostatical +hydrostatically +hydrostatician +hydrostatics +hydrostome +hydrosulphate +hydrosulphide +hydrosulphite +hydrosulphocyanic +hydrosulphurated +hydrosulphuret +hydrosulphureted +hydrosulphuric +hydrosulphurous +hydrosulphuryl +hydrotachymeter +hydrotactic +hydrotalcite +hydrotasimeter +hydrotaxis +hydrotechnic +hydrotechnical +hydrotechnologist +hydrotechny +hydroterpene +hydrotheca +hydrothecal +hydrotherapeutic +hydrotherapeutics +hydrotherapy +hydrothermal +hydrothoracic +hydrothorax +hydrotic +hydrotical +hydrotimeter +hydrotimetric +hydrotimetry +hydrotomy +hydrotropic +hydrotropism +hydroturbine +hydrotype +hydrous +hydrovane +hydroxamic +hydroxamino +hydroxide +hydroximic +hydroxy +hydroxyacetic +hydroxyanthraquinone +hydroxybutyricacid +hydroxyketone +hydroxyl +hydroxylactone +hydroxylamine +hydroxylate +hydroxylation +hydroxylic +hydroxylization +hydroxylize +hydrozincite +Hydrozoa +hydrozoal +hydrozoan +hydrozoic +hydrozoon +hydrula +Hydruntine +Hydrurus +Hydrus +hydurilate +hydurilic +hyena +hyenadog +hyenanchin +hyenic +hyeniform +hyenine +hyenoid +hyetal +hyetograph +hyetographic +hyetographical +hyetographically +hyetography +hyetological +hyetology +hyetometer +hyetometrograph +Hygeia +Hygeian +hygeiolatry +hygeist +hygeistic +hygeology +hygiantic +hygiantics +hygiastic +hygiastics +hygieist +hygienal +hygiene +hygienic +hygienical +hygienically +hygienics +hygienist +hygienization +hygienize +hygiologist +hygiology +hygric +hygrine +hygroblepharic +hygrodeik +hygroexpansivity +hygrograph +hygrology +hygroma +hygromatous +hygrometer +hygrometric +hygrometrical +hygrometrically +hygrometry +hygrophaneity +hygrophanous +hygrophilous +hygrophobia +hygrophthalmic +hygrophyte +hygrophytic +hygroplasm +hygroplasma +hygroscope +hygroscopic +hygroscopical +hygroscopically +hygroscopicity +hygroscopy +hygrostat +hygrostatics +hygrostomia +hygrothermal +hygrothermograph +hying +hyke +Hyla +hylactic +hylactism +hylarchic +hylarchical +hyle +hyleg +hylegiacal +hylic +hylicism +hylicist +Hylidae +hylism +hylist +Hyllus +Hylobates +hylobatian +hylobatic +hylobatine +Hylocereus +Hylocichla +Hylocomium +Hylodes +hylogenesis +hylogeny +hyloid +hylology +hylomorphic +hylomorphical +hylomorphism +hylomorphist +hylomorphous +Hylomys +hylopathism +hylopathist +hylopathy +hylophagous +hylotheism +hylotheist +hylotheistic +hylotheistical +hylotomous +hylozoic +hylozoism +hylozoist +hylozoistic +hylozoistically +hymen +Hymenaea +Hymenaeus +Hymenaic +hymenal +hymeneal +hymeneally +hymeneals +hymenean +hymenial +hymenic +hymenicolar +hymeniferous +hymeniophore +hymenium +Hymenocallis +Hymenochaete +Hymenogaster +Hymenogastraceae +hymenogeny +hymenoid +Hymenolepis +hymenomycetal +hymenomycete +Hymenomycetes +hymenomycetoid +hymenomycetous +hymenophore +hymenophorum +Hymenophyllaceae +hymenophyllaceous +Hymenophyllites +Hymenophyllum +hymenopter +Hymenoptera +hymenopteran +hymenopterist +hymenopterological +hymenopterologist +hymenopterology +hymenopteron +hymenopterous +hymenotomy +Hymettian +Hymettic +hymn +hymnal +hymnarium +hymnary +hymnbook +hymner +hymnic +hymnist +hymnless +hymnlike +hymnode +hymnodical +hymnodist +hymnody +hymnographer +hymnography +hymnologic +hymnological +hymnologically +hymnologist +hymnology +hymnwise +hynde +hyne +hyobranchial +hyocholalic +hyocholic +hyoepiglottic +hyoepiglottidean +hyoglossal +hyoglossus +hyoglycocholic +hyoid +hyoidal +hyoidan +hyoideal +hyoidean +hyoides +Hyolithes +hyolithid +Hyolithidae +hyolithoid +hyomandibula +hyomandibular +hyomental +hyoplastral +hyoplastron +hyoscapular +hyoscine +hyoscyamine +Hyoscyamus +hyosternal +hyosternum +hyostylic +hyostyly +hyothere +Hyotherium +hyothyreoid +hyothyroid +hyp +hypabyssal +hypaethral +hypaethron +hypaethros +hypaethrum +hypalgesia +hypalgia +hypalgic +hypallactic +hypallage +hypanthial +hypanthium +hypantrum +Hypapante +hypapophysial +hypapophysis +hyparterial +hypaspist +hypate +hypaton +hypautomorphic +hypaxial +Hypenantron +hyper +hyperabelian +hyperabsorption +hyperaccurate +hyperacid +hyperacidaminuria +hyperacidity +hyperacoustics +hyperaction +hyperactive +hyperactivity +hyperacuity +hyperacusia +hyperacusis +hyperacute +hyperacuteness +hyperadenosis +hyperadiposis +hyperadiposity +hyperadrenalemia +hyperaeolism +hyperalbuminosis +hyperalgebra +hyperalgesia +hyperalgesic +hyperalgesis +hyperalgetic +hyperalimentation +hyperalkalinity +hyperaltruism +hyperaminoacidemia +hyperanabolic +hyperanarchy +hyperangelical +hyperaphia +hyperaphic +hyperapophyseal +hyperapophysial +hyperapophysis +hyperarchaeological +hyperarchepiscopal +hyperazotemia +hyperbarbarous +hyperbatic +hyperbatically +hyperbaton +hyperbola +hyperbolaeon +hyperbole +hyperbolic +hyperbolically +hyperbolicly +hyperbolism +hyperbolize +hyperboloid +hyperboloidal +hyperboreal +Hyperborean +hyperborean +hyperbrachycephal +hyperbrachycephalic +hyperbrachycephaly +hyperbrachycranial +hyperbrachyskelic +hyperbranchia +hyperbrutal +hyperbulia +hypercalcemia +hypercarbamidemia +hypercarbureted +hypercarburetted +hypercarnal +hypercatalectic +hypercatalexis +hypercatharsis +hypercathartic +hypercathexis +hypercenosis +hyperchamaerrhine +hyperchlorhydria +hyperchloric +hypercholesterinemia +hypercholesterolemia +hypercholia +hypercivilization +hypercivilized +hyperclassical +hyperclimax +hypercoagulability +hypercoagulable +hypercomplex +hypercomposite +hyperconcentration +hypercone +hyperconfident +hyperconformist +hyperconscientious +hyperconscientiousness +hyperconscious +hyperconsciousness +hyperconservatism +hyperconstitutional +hypercoracoid +hypercorrect +hypercorrection +hypercorrectness +hypercosmic +hypercreaturely +hypercritic +hypercritical +hypercritically +hypercriticism +hypercriticize +hypercryalgesia +hypercube +hypercyanotic +hypercycle +hypercylinder +hyperdactyl +hyperdactylia +hyperdactyly +hyperdeify +hyperdelicacy +hyperdelicate +hyperdemocracy +hyperdemocratic +hyperdeterminant +hyperdiabolical +hyperdialectism +hyperdiapason +hyperdiapente +hyperdiastole +hyperdiatessaron +hyperdiazeuxis +hyperdicrotic +hyperdicrotism +hyperdicrotous +hyperdimensional +hyperdimensionality +hyperdissyllable +hyperdistention +hyperditone +hyperdivision +hyperdolichocephal +hyperdolichocephalic +hyperdolichocephaly +hyperdolichocranial +hyperdoricism +hyperdulia +hyperdulic +hyperdulical +hyperelegant +hyperelliptic +hyperemesis +hyperemetic +hyperemia +hyperemic +hyperemotivity +hyperemphasize +hyperenthusiasm +hypereosinophilia +hyperephidrosis +hyperequatorial +hypererethism +hyperessence +hyperesthesia +hyperesthetic +hyperethical +hypereuryprosopic +hypereutectic +hypereutectoid +hyperexaltation +hyperexcitability +hyperexcitable +hyperexcitement +hyperexcursive +hyperexophoria +hyperextend +hyperextension +hyperfastidious +hyperfederalist +hyperfine +hyperflexion +hyperfocal +hyperfunction +hyperfunctional +hyperfunctioning +hypergalactia +hypergamous +hypergamy +hypergenesis +hypergenetic +hypergeometric +hypergeometrical +hypergeometry +hypergeusia +hypergeustia +hyperglycemia +hyperglycemic +hyperglycorrhachia +hyperglycosuria +hypergoddess +hypergol +hypergolic +Hypergon +hypergrammatical +hyperhedonia +hyperhemoglobinemia +hyperhilarious +hyperhypocrisy +Hypericaceae +hypericaceous +Hypericales +hypericin +hypericism +Hypericum +hypericum +hyperidealistic +hyperideation +hyperimmune +hyperimmunity +hyperimmunization +hyperimmunize +hyperingenuity +hyperinosis +hyperinotic +hyperinsulinization +hyperinsulinize +hyperintellectual +hyperintelligence +hyperinvolution +hyperirritability +hyperirritable +hyperisotonic +hyperite +hyperkeratosis +hyperkinesia +hyperkinesis +hyperkinetic +hyperlactation +hyperleptoprosopic +hyperleucocytosis +hyperlipemia +hyperlipoidemia +hyperlithuria +hyperlogical +hyperlustrous +hypermagical +hypermakroskelic +hypermedication +hypermenorrhea +hypermetabolism +hypermetamorphic +hypermetamorphism +hypermetamorphosis +hypermetamorphotic +hypermetaphorical +hypermetaphysical +hypermetaplasia +hypermeter +hypermetric +hypermetrical +hypermetron +hypermetrope +hypermetropia +hypermetropic +hypermetropical +hypermetropy +hypermiraculous +hypermixolydian +hypermnesia +hypermnesic +hypermnesis +hypermnestic +hypermodest +hypermonosyllable +hypermoral +hypermorph +hypermorphism +hypermorphosis +hypermotile +hypermotility +hypermyotonia +hypermyotrophy +hypermyriorama +hypermystical +hypernatural +hypernephroma +hyperneuria +hyperneurotic +hypernic +hypernitrogenous +hypernomian +hypernomic +hypernormal +hypernote +hypernutrition +Hyperoartia +hyperoartian +hyperobtrusive +hyperodontogeny +Hyperoodon +hyperoon +hyperope +hyperopia +hyperopic +hyperorganic +hyperorthognathic +hyperorthognathous +hyperorthognathy +hyperosmia +hyperosmic +hyperostosis +hyperostotic +hyperothodox +hyperothodoxy +Hyperotreta +hyperotretan +Hyperotreti +hyperotretous +hyperoxidation +hyperoxide +hyperoxygenate +hyperoxygenation +hyperoxygenize +hyperpanegyric +hyperparasite +hyperparasitic +hyperparasitism +hyperparasitize +hyperparoxysm +hyperpathetic +hyperpatriotic +hyperpencil +hyperpepsinia +hyperper +hyperperistalsis +hyperperistaltic +hyperpersonal +hyperphalangeal +hyperphalangism +hyperpharyngeal +hyperphenomena +hyperphoria +hyperphoric +hyperphosphorescence +hyperphysical +hyperphysically +hyperphysics +hyperpiesia +hyperpiesis +hyperpietic +hyperpietist +hyperpigmentation +hyperpigmented +hyperpinealism +hyperpituitarism +hyperplagiarism +hyperplane +hyperplasia +hyperplasic +hyperplastic +hyperplatyrrhine +hyperploid +hyperploidy +hyperpnea +hyperpnoea +hyperpolysyllabic +hyperpredator +hyperprism +hyperproduction +hyperprognathous +hyperprophetical +hyperprosexia +hyperpulmonary +hyperpure +hyperpurist +hyperpyramid +hyperpyretic +hyperpyrexia +hyperpyrexial +hyperquadric +hyperrational +hyperreactive +hyperrealize +hyperresonance +hyperresonant +hyperreverential +hyperrhythmical +hyperridiculous +hyperritualism +hypersacerdotal +hypersaintly +hypersalivation +hypersceptical +hyperscholastic +hyperscrupulosity +hypersecretion +hypersensibility +hypersensitive +hypersensitiveness +hypersensitivity +hypersensitization +hypersensitize +hypersensual +hypersensualism +hypersensuous +hypersentimental +hypersolid +hypersomnia +hypersonic +hypersophisticated +hyperspace +hyperspatial +hyperspeculative +hypersphere +hyperspherical +hyperspiritualizing +hypersplenia +hypersplenism +hypersthene +hypersthenia +hypersthenic +hypersthenite +hyperstoic +hyperstrophic +hypersubtlety +hypersuggestibility +hypersuperlative +hypersurface +hypersusceptibility +hypersusceptible +hypersystole +hypersystolic +hypertechnical +hypertelic +hypertely +hypertense +hypertensin +hypertension +hypertensive +hyperterrestrial +hypertetrahedron +hyperthermal +hyperthermalgesia +hyperthermesthesia +hyperthermia +hyperthermic +hyperthermy +hyperthesis +hyperthetic +hyperthetical +hyperthyreosis +hyperthyroid +hyperthyroidism +hyperthyroidization +hyperthyroidize +hypertonia +hypertonic +hypertonicity +hypertonus +hypertorrid +hypertoxic +hypertoxicity +hypertragical +hypertragically +hypertranscendent +hypertrichosis +hypertridimensional +hypertrophic +hypertrophied +hypertrophous +hypertrophy +hypertropia +hypertropical +hypertype +hypertypic +hypertypical +hyperurbanism +hyperuresis +hypervascular +hypervascularity +hypervenosity +hyperventilate +hyperventilation +hypervigilant +hyperviscosity +hypervitalization +hypervitalize +hypervitaminosis +hypervolume +hyperwrought +hypesthesia +hypesthesic +hypethral +hypha +Hyphaene +hyphaeresis +hyphal +hyphedonia +hyphema +hyphen +hyphenate +hyphenated +hyphenation +hyphenic +hyphenism +hyphenization +hyphenize +hypho +hyphodrome +Hyphomycetales +hyphomycete +Hyphomycetes +hyphomycetic +hyphomycetous +hyphomycosis +hypidiomorphic +hypidiomorphically +hypinosis +hypinotic +Hypnaceae +hypnaceous +hypnagogic +hypnesthesis +hypnesthetic +hypnoanalysis +hypnobate +hypnocyst +hypnody +hypnoetic +hypnogenesis +hypnogenetic +hypnoid +hypnoidal +hypnoidization +hypnoidize +hypnologic +hypnological +hypnologist +hypnology +hypnone +hypnophobia +hypnophobic +hypnophoby +hypnopompic +Hypnos +hypnoses +hypnosis +hypnosperm +hypnosporangium +hypnospore +hypnosporic +hypnotherapy +hypnotic +hypnotically +hypnotism +hypnotist +hypnotistic +hypnotizability +hypnotizable +hypnotization +hypnotize +hypnotizer +hypnotoid +hypnotoxin +Hypnum +hypo +hypoacid +hypoacidity +hypoactive +hypoactivity +hypoadenia +hypoadrenia +hypoaeolian +hypoalimentation +hypoalkaline +hypoalkalinity +hypoaminoacidemia +hypoantimonate +hypoazoturia +hypobasal +hypobatholithic +hypobenthonic +hypobenthos +hypoblast +hypoblastic +hypobole +hypobranchial +hypobranchiate +hypobromite +hypobromous +hypobulia +hypobulic +hypocalcemia +hypocarp +hypocarpium +hypocarpogean +hypocatharsis +hypocathartic +hypocathexis +hypocaust +hypocentrum +hypocephalus +Hypochaeris +hypochil +hypochilium +hypochlorhydria +hypochlorhydric +hypochloric +hypochlorite +hypochlorous +hypochloruria +Hypochnaceae +hypochnose +Hypochnus +hypochondria +hypochondriac +hypochondriacal +hypochondriacally +hypochondriacism +hypochondrial +hypochondriasis +hypochondriast +hypochondrium +hypochondry +hypochordal +hypochromia +hypochrosis +hypochylia +hypocist +hypocleidian +hypocleidium +hypocoelom +hypocondylar +hypocone +hypoconid +hypoconule +hypoconulid +hypocoracoid +hypocorism +hypocoristic +hypocoristical +hypocoristically +hypocotyl +hypocotyleal +hypocotyledonary +hypocotyledonous +hypocotylous +hypocrater +hypocrateriform +hypocraterimorphous +Hypocreaceae +hypocreaceous +Hypocreales +hypocrisis +hypocrisy +hypocrital +hypocrite +hypocritic +hypocritical +hypocritically +hypocrize +hypocrystalline +hypocycloid +hypocycloidal +hypocystotomy +hypocytosis +hypodactylum +hypoderm +hypoderma +hypodermal +hypodermatic +hypodermatically +hypodermatoclysis +hypodermatomy +Hypodermella +hypodermic +hypodermically +hypodermis +hypodermoclysis +hypodermosis +hypodermous +hypodiapason +hypodiapente +hypodiastole +hypodiatessaron +hypodiazeuxis +hypodicrotic +hypodicrotous +hypoditone +hypodorian +hypodynamia +hypodynamic +hypoeliminator +hypoendocrinism +hypoeosinophilia +hypoeutectic +hypoeutectoid +hypofunction +hypogastric +hypogastrium +hypogastrocele +hypogeal +hypogean +hypogee +hypogeic +hypogeiody +hypogene +hypogenesis +hypogenetic +hypogenic +hypogenous +hypogeocarpous +hypogeous +hypogeum +hypogeusia +hypoglobulia +hypoglossal +hypoglossitis +hypoglossus +hypoglottis +hypoglycemia +hypoglycemic +hypognathism +hypognathous +hypogonation +hypogynic +hypogynium +hypogynous +hypogyny +hypohalous +hypohemia +hypohidrosis +Hypohippus +hypohyal +hypohyaline +hypoid +hypoiodite +hypoiodous +hypoionian +hypoischium +hypoisotonic +hypokeimenometry +hypokinesia +hypokinesis +hypokinetic +hypokoristikon +hypolemniscus +hypoleptically +hypoleucocytosis +hypolimnion +hypolocrian +hypolydian +hypomania +hypomanic +hypomelancholia +hypomeral +hypomere +hypomeron +hypometropia +hypomixolydian +hypomnematic +hypomnesis +hypomochlion +hypomorph +hypomotility +hypomyotonia +hyponastic +hyponastically +hyponasty +hyponeuria +hyponitric +hyponitrite +hyponitrous +hyponoetic +hyponoia +hyponome +hyponomic +hyponychial +hyponychium +hyponym +hyponymic +hyponymous +Hypoparia +hypopepsia +hypopepsinia +hypopepsy +hypopetalous +hypopetaly +hypophalangism +hypophamin +hypophamine +hypophare +hypopharyngeal +hypopharynx +hypophloeodal +hypophloeodic +hypophloeous +hypophonic +hypophonous +hypophora +hypophoria +hypophosphate +hypophosphite +hypophosphoric +hypophosphorous +hypophrenia +hypophrenic +hypophrenosis +hypophrygian +hypophyge +hypophyll +hypophyllium +hypophyllous +hypophyllum +hypophyse +hypophyseal +hypophysectomize +hypophysectomy +hypophyseoprivic +hypophyseoprivous +hypophysial +hypophysical +hypophysics +hypophysis +hypopial +hypopinealism +hypopituitarism +Hypopitys +hypoplankton +hypoplanktonic +hypoplasia +hypoplastic +hypoplastral +hypoplastron +hypoplasty +hypoplasy +hypoploid +hypoploidy +hypopodium +hypopraxia +hypoprosexia +hypopselaphesia +hypopteral +hypopteron +hypoptilar +hypoptilum +hypoptosis +hypoptyalism +hypopus +hypopygial +hypopygidium +hypopygium +hypopyon +hyporadial +hyporadiolus +hyporadius +hyporchema +hyporchematic +hyporcheme +hyporchesis +hyporhachidian +hyporhachis +hyporhined +hyporit +hyporrhythmic +hyposcenium +hyposcleral +hyposcope +hyposecretion +hyposensitization +hyposensitize +hyposkeletal +hyposmia +hypospadiac +hypospadias +hyposphene +hypospray +hypostase +hypostasis +hypostasization +hypostasize +hypostasy +hypostatic +hypostatical +hypostatically +hypostatization +hypostatize +hyposternal +hyposternum +hyposthenia +hyposthenic +hyposthenuria +hypostigma +hypostilbite +hypostoma +Hypostomata +hypostomatic +hypostomatous +hypostome +hypostomial +Hypostomides +hypostomous +hypostrophe +hypostyle +hypostypsis +hypostyptic +hyposulphite +hyposulphurous +hyposuprarenalism +hyposyllogistic +hyposynaphe +hyposynergia +hyposystole +hypotactic +hypotarsal +hypotarsus +hypotaxia +hypotaxic +hypotaxis +hypotension +hypotensive +hypotensor +hypotenusal +hypotenuse +hypothalamic +hypothalamus +hypothalline +hypothallus +hypothec +hypotheca +hypothecal +hypothecary +hypothecate +hypothecation +hypothecative +hypothecator +hypothecatory +hypothecial +hypothecium +hypothenal +hypothenar +Hypotheria +hypothermal +hypothermia +hypothermic +hypothermy +hypotheses +hypothesis +hypothesist +hypothesize +hypothesizer +hypothetic +hypothetical +hypothetically +hypothetics +hypothetist +hypothetize +hypothetizer +hypothyreosis +hypothyroid +hypothyroidism +hypotonia +hypotonic +hypotonicity +hypotonus +hypotony +hypotoxic +hypotoxicity +hypotrachelium +Hypotremata +hypotrich +Hypotricha +Hypotrichida +hypotrichosis +hypotrichous +hypotrochanteric +hypotrochoid +hypotrochoidal +hypotrophic +hypotrophy +hypotympanic +hypotypic +hypotypical +hypotyposis +hypovalve +hypovanadate +hypovanadic +hypovanadious +hypovanadous +hypovitaminosis +hypoxanthic +hypoxanthine +Hypoxis +Hypoxylon +hypozeugma +hypozeuxis +Hypozoa +hypozoan +hypozoic +hyppish +hypsibrachycephalic +hypsibrachycephalism +hypsibrachycephaly +hypsicephalic +hypsicephaly +hypsidolichocephalic +hypsidolichocephalism +hypsidolichocephaly +hypsiliform +hypsiloid +Hypsilophodon +hypsilophodont +hypsilophodontid +Hypsilophodontidae +hypsilophodontoid +Hypsiprymninae +Hypsiprymnodontinae +Hypsiprymnus +Hypsistarian +hypsistenocephalic +hypsistenocephalism +hypsistenocephaly +hypsobathymetric +hypsocephalous +hypsochrome +hypsochromic +hypsochromy +hypsodont +hypsodontism +hypsodonty +hypsographic +hypsographical +hypsography +hypsoisotherm +hypsometer +hypsometric +hypsometrical +hypsometrically +hypsometrist +hypsometry +hypsophobia +hypsophonous +hypsophyll +hypsophyllar +hypsophyllary +hypsophyllous +hypsophyllum +hypsothermometer +hypural +hyraces +hyraceum +Hyrachyus +hyracid +Hyracidae +hyraciform +Hyracina +Hyracodon +hyracodont +hyracodontid +Hyracodontidae +hyracodontoid +hyracoid +Hyracoidea +hyracoidean +hyracothere +hyracotherian +Hyracotheriinae +Hyracotherium +hyrax +Hyrcan +Hyrcanian +hyson +hyssop +Hyssopus +hystazarin +hysteralgia +hysteralgic +hysteranthous +hysterectomy +hysterelcosis +hysteresial +hysteresis +hysteretic +hysteretically +hysteria +hysteriac +Hysteriales +hysteric +hysterical +hysterically +hystericky +hysterics +hysteriform +hysterioid +Hysterocarpus +hysterocatalepsy +hysterocele +hysterocleisis +hysterocrystalline +hysterocystic +hysterodynia +hysterogen +hysterogenetic +hysterogenic +hysterogenous +hysterogeny +hysteroid +hysterolaparotomy +hysterolith +hysterolithiasis +hysterology +hysterolysis +hysteromania +hysterometer +hysterometry +hysteromorphous +hysteromyoma +hysteromyomectomy +hysteron +hysteroneurasthenia +hysteropathy +hysteropexia +hysteropexy +hysterophore +Hysterophyta +hysterophytal +hysterophyte +hysteroproterize +hysteroptosia +hysteroptosis +hysterorrhaphy +hysterorrhexis +hysteroscope +hysterosis +hysterotome +hysterotomy +hysterotraumatism +hystriciasis +hystricid +Hystricidae +Hystricinae +hystricine +hystricism +hystricismus +hystricoid +hystricomorph +Hystricomorpha +hystricomorphic +hystricomorphous +Hystrix +I +i +Iacchic +Iacchos +Iacchus +Iachimo +iamatology +iamb +Iambe +iambelegus +iambi +iambic +iambically +iambist +iambize +iambographer +iambus +Ian +Ianthina +ianthine +ianthinite +Ianus +iao +Iapetus +Iapyges +Iapygian +Iapygii +iatraliptic +iatraliptics +iatric +iatrical +iatrochemic +iatrochemical +iatrochemist +iatrochemistry +iatrological +iatrology +iatromathematical +iatromathematician +iatromathematics +iatromechanical +iatromechanist +iatrophysical +iatrophysicist +iatrophysics +iatrotechnics +iba +Ibad +Ibadite +Iban +Ibanag +Iberes +Iberi +Iberia +Iberian +Iberic +Iberis +Iberism +iberite +ibex +ibices +ibid +Ibididae +Ibidinae +ibidine +Ibidium +Ibilao +ibis +ibisbill +Ibo +ibolium +ibota +Ibsenian +Ibsenic +Ibsenish +Ibsenism +Ibsenite +Ibycter +Ibycus +Icacinaceae +icacinaceous +icaco +Icacorea +Icaria +Icarian +Icarianism +Icarus +ice +iceberg +iceblink +iceboat +icebone +icebound +icebox +icebreaker +icecap +icecraft +iced +icefall +icefish +icehouse +Iceland +iceland +Icelander +Icelandian +Icelandic +iceleaf +iceless +Icelidae +icelike +iceman +Iceni +icequake +iceroot +Icerya +icework +ich +Ichneumia +ichneumon +ichneumoned +Ichneumones +ichneumonid +Ichneumonidae +ichneumonidan +Ichneumonides +ichneumoniform +ichneumonized +ichneumonoid +Ichneumonoidea +ichneumonology +ichneumous +ichneutic +ichnite +ichnographic +ichnographical +ichnographically +ichnography +ichnolite +ichnolithology +ichnolitic +ichnological +ichnology +ichnomancy +icho +ichoglan +ichor +ichorous +ichorrhea +ichorrhemia +ichthulin +ichthulinic +ichthus +ichthyal +ichthyic +ichthyism +ichthyismus +ichthyization +ichthyized +ichthyobatrachian +Ichthyocephali +ichthyocephalous +ichthyocol +ichthyocolla +ichthyocoprolite +Ichthyodea +Ichthyodectidae +ichthyodian +ichthyodont +ichthyodorulite +ichthyofauna +ichthyoform +ichthyographer +ichthyographia +ichthyographic +ichthyography +ichthyoid +ichthyoidal +Ichthyoidea +Ichthyol +ichthyolatrous +ichthyolatry +ichthyolite +ichthyolitic +ichthyologic +ichthyological +ichthyologically +ichthyologist +ichthyology +ichthyomancy +ichthyomantic +Ichthyomorpha +ichthyomorphic +ichthyomorphous +ichthyonomy +ichthyopaleontology +ichthyophagan +ichthyophagi +ichthyophagian +ichthyophagist +ichthyophagize +ichthyophagous +ichthyophagy +ichthyophile +ichthyophobia +ichthyophthalmite +ichthyophthiriasis +ichthyopolism +ichthyopolist +ichthyopsid +Ichthyopsida +ichthyopsidan +Ichthyopterygia +ichthyopterygian +ichthyopterygium +Ichthyornis +Ichthyornithes +ichthyornithic +Ichthyornithidae +Ichthyornithiformes +ichthyornithoid +ichthyosaur +Ichthyosauria +ichthyosaurian +ichthyosaurid +Ichthyosauridae +ichthyosauroid +Ichthyosaurus +ichthyosis +ichthyosism +ichthyotic +Ichthyotomi +ichthyotomist +ichthyotomous +ichthyotomy +ichthyotoxin +ichthyotoxism +ichthytaxidermy +ichu +icica +icicle +icicled +icily +iciness +icing +icon +Iconian +iconic +iconical +iconism +iconoclasm +iconoclast +iconoclastic +iconoclastically +iconoclasticism +iconodule +iconodulic +iconodulist +iconoduly +iconograph +iconographer +iconographic +iconographical +iconographist +iconography +iconolater +iconolatrous +iconolatry +iconological +iconologist +iconology +iconomachal +iconomachist +iconomachy +iconomania +iconomatic +iconomatically +iconomaticism +iconomatography +iconometer +iconometric +iconometrical +iconometrically +iconometry +iconophile +iconophilism +iconophilist +iconophily +iconoplast +iconoscope +iconostas +iconostasion +iconostasis +iconotype +icosahedral +Icosandria +icosasemic +icosian +icositetrahedron +icosteid +Icosteidae +icosteine +Icosteus +icotype +icteric +icterical +Icteridae +icterine +icteritious +icterode +icterogenetic +icterogenic +icterogenous +icterohematuria +icteroid +icterus +ictic +Ictonyx +ictuate +ictus +icy +id +Ida +Idaean +Idaho +Idahoan +Idaic +idalia +Idalian +idant +iddat +Iddio +ide +idea +ideaed +ideaful +ideagenous +ideal +idealess +idealism +idealist +idealistic +idealistical +idealistically +ideality +idealization +idealize +idealizer +idealless +ideally +idealness +ideamonger +Idean +ideate +ideation +ideational +ideationally +ideative +ideist +idempotent +identic +identical +identicalism +identically +identicalness +identifiable +identifiableness +identification +identifier +identify +identism +identity +ideogenetic +ideogenical +ideogenous +ideogeny +ideoglyph +ideogram +ideogrammic +ideograph +ideographic +ideographical +ideographically +ideography +ideolatry +ideologic +ideological +ideologically +ideologist +ideologize +ideologue +ideology +ideomotion +ideomotor +ideophone +ideophonetics +ideophonous +ideoplastia +ideoplastic +ideoplastics +ideoplasty +ideopraxist +ides +idgah +idiasm +idic +idiobiology +idioblast +idioblastic +idiochromatic +idiochromatin +idiochromosome +idiocrasis +idiocrasy +idiocratic +idiocratical +idiocy +idiocyclophanous +idioelectric +idioelectrical +Idiogastra +idiogenesis +idiogenetic +idiogenous +idioglossia +idioglottic +idiograph +idiographic +idiographical +idiohypnotism +idiolalia +idiolatry +idiologism +idiolysin +idiom +idiomatic +idiomatical +idiomatically +idiomaticalness +idiomelon +idiometer +idiomography +idiomology +idiomorphic +idiomorphically +idiomorphism +idiomorphous +idiomuscular +idiopathetic +idiopathic +idiopathical +idiopathically +idiopathy +idiophanism +idiophanous +idiophonic +idioplasm +idioplasmatic +idioplasmic +idiopsychological +idiopsychology +idioreflex +idiorepulsive +idioretinal +idiorrhythmic +Idiosepiidae +Idiosepion +idiosome +idiospasm +idiospastic +idiostatic +idiosyncrasy +idiosyncratic +idiosyncratical +idiosyncratically +idiot +idiotcy +idiothalamous +idiothermous +idiothermy +idiotic +idiotical +idiotically +idioticalness +idioticon +idiotish +idiotism +idiotize +idiotropian +idiotry +idiotype +idiotypic +Idism +Idist +Idistic +idite +iditol +idle +idleful +idleheaded +idlehood +idleman +idlement +idleness +idler +idleset +idleship +idlety +idlish +idly +Ido +idocrase +Idoism +Idoist +Idoistic +idol +idola +idolaster +idolater +idolatress +idolatric +idolatrize +idolatrizer +idolatrous +idolatrously +idolatrousness +idolatry +idolify +idolism +idolist +idolistic +idolization +idolize +idolizer +idoloclast +idoloclastic +idolodulia +idolographical +idololatrical +idololatry +idolomancy +idolomania +idolothyte +idolothytic +idolous +idolum +Idomeneus +idoneal +idoneity +idoneous +idoneousness +idorgan +idosaccharic +idose +Idotea +Idoteidae +Idothea +Idotheidae +idrialin +idrialine +idrialite +Idrisid +Idrisite +idryl +Idumaean +idyl +idyler +idylism +idylist +idylize +idyllian +idyllic +idyllical +idyllically +idyllicism +ie +Ierne +if +ife +iffy +Ifugao +Igara +Igbira +Igdyr +igelstromite +igloo +Iglulirmiut +ignatia +Ignatian +Ignatianist +Ignatius +ignavia +igneoaqueous +igneous +ignescent +ignicolist +igniferous +igniferousness +igniform +ignifuge +ignify +ignigenous +ignipotent +ignipuncture +ignitability +ignite +igniter +ignitibility +ignitible +ignition +ignitive +ignitor +ignitron +ignivomous +ignivomousness +ignobility +ignoble +ignobleness +ignoblesse +ignobly +ignominious +ignominiously +ignominiousness +ignominy +ignorable +ignoramus +ignorance +ignorant +Ignorantine +ignorantism +ignorantist +ignorantly +ignorantness +ignoration +ignore +ignorement +ignorer +ignote +Igorot +iguana +Iguania +iguanian +iguanid +Iguanidae +iguaniform +Iguanodon +iguanodont +Iguanodontia +Iguanodontidae +iguanodontoid +Iguanodontoidea +iguanoid +Iguvine +ihi +Ihlat +ihleite +ihram +iiwi +ijma +Ijo +ijolite +Ijore +ijussite +ikat +Ike +ikey +ikeyness +Ikhwan +ikona +ikra +Ila +ileac +ileectomy +ileitis +ileocaecal +ileocaecum +ileocolic +ileocolitis +ileocolostomy +ileocolotomy +ileon +ileosigmoidostomy +ileostomy +ileotomy +ilesite +ileum +ileus +ilex +ilia +Iliac +iliac +iliacus +Iliad +Iliadic +Iliadist +Iliadize +iliahi +ilial +Ilian +iliau +Ilicaceae +ilicaceous +ilicic +ilicin +ilima +iliocaudal +iliocaudalis +iliococcygeal +iliococcygeus +iliococcygian +iliocostal +iliocostalis +iliodorsal +iliofemoral +iliohypogastric +ilioinguinal +ilioischiac +ilioischiatic +iliolumbar +iliopectineal +iliopelvic +ilioperoneal +iliopsoas +iliopsoatic +iliopubic +iliosacral +iliosciatic +ilioscrotal +iliospinal +iliotibial +iliotrochanteric +Ilissus +ilium +ilk +ilka +ilkane +ill +illaborate +illachrymable +illachrymableness +Illaenus +Illano +Illanun +illapsable +illapse +illapsive +illaqueate +illaqueation +illation +illative +illatively +illaudable +illaudably +illaudation +illaudatory +Illecebraceae +illecebrous +illeck +illegal +illegality +illegalize +illegally +illegalness +illegibility +illegible +illegibleness +illegibly +illegitimacy +illegitimate +illegitimately +illegitimateness +illegitimation +illegitimatize +illeism +illeist +illess +illfare +illguide +illiberal +illiberalism +illiberality +illiberalize +illiberally +illiberalness +illicit +illicitly +illicitness +Illicium +illimitability +illimitable +illimitableness +illimitably +illimitate +illimitation +illimited +illimitedly +illimitedness +illinition +illinium +Illinoian +Illinois +Illinoisan +Illinoisian +Illipe +illipene +illiquation +illiquid +illiquidity +illiquidly +illish +illision +illiteracy +illiteral +illiterate +illiterately +illiterateness +illiterature +illium +illness +illocal +illocality +illocally +illogic +illogical +illogicality +illogically +illogicalness +illogician +illogicity +Illoricata +illoricate +illoricated +illoyal +illoyalty +illth +illucidate +illucidation +illucidative +illude +illudedly +illuder +illume +illumer +illuminability +illuminable +illuminance +illuminant +illuminate +illuminated +illuminati +illuminating +illuminatingly +illumination +illuminational +illuminatism +illuminatist +illuminative +illuminato +illuminator +illuminatory +illuminatus +illumine +illuminee +illuminer +Illuminism +illuminist +Illuministic +Illuminize +illuminometer +illuminous +illupi +illure +illurement +illusible +illusion +illusionable +illusional +illusionary +illusioned +illusionism +illusionist +illusionistic +illusive +illusively +illusiveness +illusor +illusorily +illusoriness +illusory +illustrable +illustratable +illustrate +illustration +illustrational +illustrative +illustratively +illustrator +illustratory +illustratress +illustre +illustricity +illustrious +illustriously +illustriousness +illutate +illutation +illuvial +illuviate +illuviation +illy +Illyrian +Illyric +ilmenite +ilmenitite +ilmenorutile +Ilocano +Ilokano +Iloko +Ilongot +ilot +Ilpirra +ilvaite +Ilya +Ilysanthes +Ilysia +Ilysiidae +ilysioid +Ima +image +imageable +imageless +imager +imagerial +imagerially +imagery +imaginability +imaginable +imaginableness +imaginably +imaginal +imaginant +imaginarily +imaginariness +imaginary +imaginate +imagination +imaginational +imaginationalism +imaginative +imaginatively +imaginativeness +imaginator +imagine +imaginer +imagines +imaginist +imaginous +imagism +imagist +imagistic +imago +imam +imamah +imamate +imambarah +imamic +imamship +Imantophyllum +imaret +imbalance +imban +imband +imbannered +imbarge +imbark +imbarn +imbased +imbastardize +imbat +imbauba +imbe +imbecile +imbecilely +imbecilic +imbecilitate +imbecility +imbed +imbellious +imber +imbibe +imbiber +imbibition +imbibitional +imbibitory +imbirussu +imbitter +imbitterment +imbolish +imbondo +imbonity +imbordure +imborsation +imbosom +imbower +imbreathe +imbreviate +imbrex +imbricate +imbricated +imbricately +imbrication +imbricative +imbroglio +imbrue +imbruement +imbrute +imbrutement +imbue +imbuement +imburse +imbursement +Imer +Imerina +Imeritian +imi +imidazole +imidazolyl +imide +imidic +imidogen +iminazole +imine +imino +iminohydrin +imitability +imitable +imitableness +imitancy +imitant +imitate +imitatee +imitation +imitational +imitationist +imitative +imitatively +imitativeness +imitator +imitatorship +imitatress +imitatrix +immaculacy +immaculance +immaculate +immaculately +immaculateness +immalleable +immanacle +immanation +immane +immanely +immanence +immanency +immaneness +immanent +immanental +immanentism +immanentist +immanently +Immanes +immanifest +immanifestness +immanity +immantle +Immanuel +immarble +immarcescible +immarcescibly +immarcibleness +immarginate +immask +immatchable +immaterial +immaterialism +immaterialist +immateriality +immaterialize +immaterially +immaterialness +immaterials +immateriate +immatriculate +immatriculation +immature +immatured +immaturely +immatureness +immaturity +immeability +immeasurability +immeasurable +immeasurableness +immeasurably +immeasured +immechanical +immechanically +immediacy +immedial +immediate +immediately +immediateness +immediatism +immediatist +immedicable +immedicableness +immedicably +immelodious +immember +immemorable +immemorial +immemorially +immense +immensely +immenseness +immensity +immensive +immensurability +immensurable +immensurableness +immensurate +immerd +immerge +immergence +immergent +immerit +immerited +immeritorious +immeritoriously +immeritous +immerse +immersement +immersible +immersion +immersionism +immersionist +immersive +immethodic +immethodical +immethodically +immethodicalness +immethodize +immetrical +immetrically +immetricalness +immew +immi +immigrant +immigrate +immigration +immigrator +immigratory +imminence +imminency +imminent +imminently +imminentness +immingle +imminution +immiscibility +immiscible +immiscibly +immission +immit +immitigability +immitigable +immitigably +immix +immixable +immixture +immobile +immobility +immobilization +immobilize +immoderacy +immoderate +immoderately +immoderateness +immoderation +immodest +immodestly +immodesty +immodulated +immolate +immolation +immolator +immoment +immomentous +immonastered +immoral +immoralism +immoralist +immorality +immoralize +immorally +immorigerous +immorigerousness +immortability +immortable +immortal +immortalism +immortalist +immortality +immortalizable +immortalization +immortalize +immortalizer +immortally +immortalness +immortalship +immortelle +immortification +immortified +immotile +immotioned +immotive +immound +immovability +immovable +immovableness +immovably +immund +immundity +immune +immunist +immunity +immunization +immunize +immunochemistry +immunogen +immunogenetic +immunogenetics +immunogenic +immunogenically +immunogenicity +immunologic +immunological +immunologically +immunologist +immunology +immunoreaction +immunotoxin +immuration +immure +immurement +immusical +immusically +immutability +immutable +immutableness +immutably +immutation +immute +immutilate +immutual +Imogen +Imolinda +imonium +imp +impacability +impacable +impack +impackment +impact +impacted +impaction +impactionize +impactment +impactual +impages +impaint +impair +impairable +impairer +impairment +impala +impalace +impalatable +impale +impalement +impaler +impall +impalm +impalpability +impalpable +impalpably +impalsy +impaludism +impanate +impanation +impanator +impane +impanel +impanelment +impapase +impapyrate +impar +imparadise +imparalleled +imparasitic +impardonable +impardonably +imparidigitate +imparipinnate +imparisyllabic +imparity +impark +imparkation +imparl +imparlance +imparsonee +impart +impartable +impartance +impartation +imparter +impartial +impartialism +impartialist +impartiality +impartially +impartialness +impartibilibly +impartibility +impartible +impartibly +imparticipable +impartite +impartive +impartivity +impartment +impassability +impassable +impassableness +impassably +impasse +impassibilibly +impassibility +impassible +impassibleness +impassion +impassionable +impassionate +impassionately +impassioned +impassionedly +impassionedness +impassionment +impassive +impassively +impassiveness +impassivity +impastation +impaste +impasto +impasture +impaternate +impatible +impatience +impatiency +Impatiens +impatient +Impatientaceae +impatientaceous +impatiently +impatientness +impatronize +impave +impavid +impavidity +impavidly +impawn +impayable +impeach +impeachability +impeachable +impeacher +impeachment +impearl +impeccability +impeccable +impeccably +impeccance +impeccancy +impeccant +impectinate +impecuniary +impecuniosity +impecunious +impecuniously +impecuniousness +impedance +impede +impeder +impedibility +impedible +impedient +impediment +impedimenta +impedimental +impedimentary +impeding +impedingly +impedite +impedition +impeditive +impedometer +impeevish +impel +impellent +impeller +impen +impend +impendence +impendency +impendent +impending +impenetrability +impenetrable +impenetrableness +impenetrably +impenetrate +impenetration +impenetrative +impenitence +impenitent +impenitently +impenitentness +impenitible +impenitibleness +impennate +Impennes +impent +imperance +imperant +Imperata +imperate +imperation +imperatival +imperative +imperatively +imperativeness +imperator +imperatorial +imperatorially +imperatorian +imperatorious +imperatorship +imperatory +imperatrix +imperceivable +imperceivableness +imperceivably +imperceived +imperceiverant +imperceptibility +imperceptible +imperceptibleness +imperceptibly +imperception +imperceptive +imperceptiveness +imperceptivity +impercipience +impercipient +imperence +imperent +imperfect +imperfected +imperfectibility +imperfectible +imperfection +imperfectious +imperfective +imperfectly +imperfectness +imperforable +Imperforata +imperforate +imperforated +imperforation +imperformable +imperia +imperial +imperialin +imperialine +imperialism +imperialist +imperialistic +imperialistically +imperiality +imperialization +imperialize +imperially +imperialness +imperialty +imperil +imperilment +imperious +imperiously +imperiousness +imperish +imperishability +imperishable +imperishableness +imperishably +imperite +imperium +impermanence +impermanency +impermanent +impermanently +impermeability +impermeabilization +impermeabilize +impermeable +impermeableness +impermeably +impermeated +impermeator +impermissible +impermutable +imperscriptible +imperscrutable +impersonable +impersonal +impersonality +impersonalization +impersonalize +impersonally +impersonate +impersonation +impersonative +impersonator +impersonatress +impersonatrix +impersonification +impersonify +impersonization +impersonize +imperspicuity +imperspicuous +imperspirability +imperspirable +impersuadable +impersuadableness +impersuasibility +impersuasible +impersuasibleness +impersuasibly +impertinacy +impertinence +impertinency +impertinent +impertinently +impertinentness +impertransible +imperturbability +imperturbable +imperturbableness +imperturbably +imperturbation +imperturbed +imperverse +impervertible +impervestigable +imperviability +imperviable +imperviableness +impervial +impervious +imperviously +imperviousness +impest +impestation +impester +impeticos +impetiginous +impetigo +impetition +impetrate +impetration +impetrative +impetrator +impetratory +impetre +impetulant +impetulantly +impetuosity +impetuous +impetuously +impetuousness +impetus +Impeyan +imphee +impi +impicture +impierceable +impiety +impignorate +impignoration +impinge +impingement +impingence +impingent +impinger +impinguate +impious +impiously +impiousness +impish +impishly +impishness +impiteous +impitiably +implacability +implacable +implacableness +implacably +implacement +implacental +Implacentalia +implacentate +implant +implantation +implanter +implastic +implasticity +implate +implausibility +implausible +implausibleness +implausibly +impleach +implead +impleadable +impleader +impledge +implement +implemental +implementation +implementiferous +implete +impletion +impletive +implex +impliable +implial +implicant +implicate +implicately +implicateness +implication +implicational +implicative +implicatively +implicatory +implicit +implicitly +implicitness +impliedly +impliedness +impling +implode +implodent +implorable +imploration +implorator +imploratory +implore +implorer +imploring +imploringly +imploringness +implosion +implosive +implosively +implume +implumed +implunge +impluvium +imply +impocket +impofo +impoison +impoisoner +impolarizable +impolicy +impolished +impolite +impolitely +impoliteness +impolitic +impolitical +impolitically +impoliticalness +impoliticly +impoliticness +impollute +imponderabilia +imponderability +imponderable +imponderableness +imponderably +imponderous +impone +imponent +impoor +impopular +impopularly +imporosity +imporous +import +importability +importable +importableness +importably +importance +importancy +important +importantly +importation +importer +importless +importment +importraiture +importray +importunacy +importunance +importunate +importunately +importunateness +importunator +importune +importunely +importunement +importuner +importunity +imposable +imposableness +imposal +impose +imposement +imposer +imposing +imposingly +imposingness +imposition +impositional +impositive +impossibilification +impossibilism +impossibilist +impossibilitate +impossibility +impossible +impossibleness +impossibly +impost +imposter +imposterous +impostor +impostorism +impostorship +impostress +impostrix +impostrous +impostumate +impostumation +impostume +imposture +imposturism +imposturous +imposure +impot +impotable +impotence +impotency +impotent +impotently +impotentness +impound +impoundable +impoundage +impounder +impoundment +impoverish +impoverisher +impoverishment +impracticability +impracticable +impracticableness +impracticably +impractical +impracticality +impracticalness +imprecant +imprecate +imprecation +imprecator +imprecatorily +imprecatory +imprecise +imprecisely +imprecision +impredicability +impredicable +impreg +impregn +impregnability +impregnable +impregnableness +impregnably +impregnant +impregnate +impregnation +impregnative +impregnator +impregnatory +imprejudice +impremeditate +impreparation +impresa +impresario +imprescience +imprescribable +imprescriptibility +imprescriptible +imprescriptibly +imprese +impress +impressable +impressedly +impresser +impressibility +impressible +impressibleness +impressibly +impression +impressionability +impressionable +impressionableness +impressionably +impressional +impressionalist +impressionality +impressionally +impressionary +impressionism +impressionist +impressionistic +impressionistically +impressionless +impressive +impressively +impressiveness +impressment +impressor +impressure +imprest +imprestable +impreventability +impreventable +imprevisibility +imprevisible +imprevision +imprimatur +imprime +imprimitive +imprimitivity +imprint +imprinter +imprison +imprisonable +imprisoner +imprisonment +improbability +improbabilize +improbable +improbableness +improbably +improbation +improbative +improbatory +improbity +improcreant +improcurability +improcurable +improducible +improficience +improficiency +improgressive +improgressively +improgressiveness +improlificical +impromptitude +impromptu +impromptuary +impromptuist +improof +improper +improperation +improperly +improperness +impropriate +impropriation +impropriator +impropriatrix +impropriety +improvability +improvable +improvableness +improvably +improve +improvement +improver +improvership +improvidence +improvident +improvidentially +improvidently +improving +improvingly +improvisate +improvisation +improvisational +improvisator +improvisatorial +improvisatorially +improvisatorize +improvisatory +improvise +improvisedly +improviser +improvision +improviso +improvisor +imprudence +imprudency +imprudent +imprudential +imprudently +imprudentness +impship +impuberal +impuberate +impuberty +impubic +impudence +impudency +impudent +impudently +impudentness +impudicity +impugn +impugnability +impugnable +impugnation +impugner +impugnment +impuissance +impuissant +impulse +impulsion +impulsive +impulsively +impulsiveness +impulsivity +impulsory +impunctate +impunctual +impunctuality +impunely +impunible +impunibly +impunity +impure +impurely +impureness +impuritan +impuritanism +impurity +imputability +imputable +imputableness +imputably +imputation +imputative +imputatively +imputativeness +impute +imputedly +imputer +imputrescence +imputrescibility +imputrescible +imputrid +impy +imshi +imsonic +imu +in +inability +inabordable +inabstinence +inaccentuated +inaccentuation +inacceptable +inaccessibility +inaccessible +inaccessibleness +inaccessibly +inaccordance +inaccordancy +inaccordant +inaccordantly +inaccuracy +inaccurate +inaccurately +inaccurateness +inachid +Inachidae +inachoid +Inachus +inacquaintance +inacquiescent +inactinic +inaction +inactionist +inactivate +inactivation +inactive +inactively +inactiveness +inactivity +inactuate +inactuation +inadaptability +inadaptable +inadaptation +inadaptive +inadept +inadequacy +inadequate +inadequately +inadequateness +inadequation +inadequative +inadequatively +inadherent +inadhesion +inadhesive +inadjustability +inadjustable +inadmissibility +inadmissible +inadmissibly +inadventurous +inadvertence +inadvertency +inadvertent +inadvertently +inadvisability +inadvisable +inadvisableness +inadvisedly +inaesthetic +inaffability +inaffable +inaffectation +inagglutinability +inagglutinable +inaggressive +inagile +inaidable +inaja +inalacrity +inalienability +inalienable +inalienableness +inalienably +inalimental +inalterability +inalterable +inalterableness +inalterably +inamissibility +inamissible +inamissibleness +inamorata +inamorate +inamoration +inamorato +inamovability +inamovable +inane +inanely +inanga +inangulate +inanimadvertence +inanimate +inanimated +inanimately +inanimateness +inanimation +inanition +inanity +inantherate +inapathy +inapostate +inapparent +inappealable +inappeasable +inappellability +inappellable +inappendiculate +inapperceptible +inappertinent +inappetence +inappetency +inappetent +inappetible +inapplicability +inapplicable +inapplicableness +inapplicably +inapplication +inapposite +inappositely +inappositeness +inappreciable +inappreciably +inappreciation +inappreciative +inappreciatively +inappreciativeness +inapprehensible +inapprehension +inapprehensive +inapprehensiveness +inapproachability +inapproachable +inapproachably +inappropriable +inappropriableness +inappropriate +inappropriately +inappropriateness +inapt +inaptitude +inaptly +inaptness +inaqueous +inarable +inarch +inarculum +inarguable +inarguably +inarm +inarticulacy +Inarticulata +inarticulate +inarticulated +inarticulately +inarticulateness +inarticulation +inartificial +inartificiality +inartificially +inartificialness +inartistic +inartistical +inartisticality +inartistically +inasmuch +inassimilable +inassimilation +inassuageable +inattackable +inattention +inattentive +inattentively +inattentiveness +inaudibility +inaudible +inaudibleness +inaudibly +inaugur +inaugural +inaugurate +inauguration +inaugurative +inaugurator +inauguratory +inaugurer +inaurate +inauration +inauspicious +inauspiciously +inauspiciousness +inauthentic +inauthenticity +inauthoritative +inauthoritativeness +inaxon +inbe +inbeaming +inbearing +inbeing +inbending +inbent +inbirth +inblow +inblowing +inblown +inboard +inbond +inborn +inbound +inbread +inbreak +inbreaking +inbreathe +inbreather +inbred +inbreed +inbring +inbringer +inbuilt +inburning +inburnt +inburst +inby +Inca +Incaic +incalculability +incalculable +incalculableness +incalculably +incalescence +incalescency +incalescent +incaliculate +incalver +incalving +incameration +Incan +incandent +incandesce +incandescence +incandescency +incandescent +incandescently +incanous +incantation +incantational +incantator +incantatory +incanton +incapability +incapable +incapableness +incapably +incapacious +incapaciousness +incapacitate +incapacitation +incapacity +incapsulate +incapsulation +incaptivate +incarcerate +incarceration +incarcerator +incardinate +incardination +Incarial +incarmined +incarn +incarnadine +incarnant +incarnate +incarnation +incarnational +incarnationist +incarnative +Incarvillea +incase +incasement +incast +incatenate +incatenation +incaution +incautious +incautiously +incautiousness +incavate +incavated +incavation +incavern +incedingly +incelebrity +incendiarism +incendiary +incendivity +incensation +incense +incenseless +incensement +incensory +incensurable +incensurably +incenter +incentive +incentively +incentor +incept +inception +inceptive +inceptively +inceptor +inceration +incertitude +incessable +incessably +incessancy +incessant +incessantly +incessantness +incest +incestuous +incestuously +incestuousness +inch +inched +inchmeal +inchoacy +inchoant +inchoate +inchoately +inchoateness +inchoation +inchoative +inchpin +inchworm +incide +incidence +incident +incidental +incidentalist +incidentally +incidentalness +incidentless +incidently +incinerable +incinerate +incineration +incinerator +incipience +incipient +incipiently +incircumscription +incircumspect +incircumspection +incircumspectly +incircumspectness +incisal +incise +incisely +incisiform +incision +incisive +incisively +incisiveness +incisor +incisorial +incisory +incisure +incitability +incitable +incitant +incitation +incite +incitement +inciter +incitingly +incitive +incitress +incivic +incivility +incivilization +incivism +inclemency +inclement +inclemently +inclementness +inclinable +inclinableness +inclination +inclinational +inclinator +inclinatorily +inclinatorium +inclinatory +incline +incliner +inclinograph +inclinometer +inclip +inclose +inclosure +includable +include +included +includedness +includer +inclusa +incluse +inclusion +inclusionist +inclusive +inclusively +inclusiveness +inclusory +incoagulable +incoalescence +incoercible +incog +incogent +incogitability +incogitable +incogitancy +incogitant +incogitantly +incogitative +incognita +incognitive +incognito +incognizability +incognizable +incognizance +incognizant +incognoscent +incognoscibility +incognoscible +incoherence +incoherency +incoherent +incoherentific +incoherently +incoherentness +incohering +incohesion +incohesive +incoincidence +incoincident +incombustibility +incombustible +incombustibleness +incombustibly +incombustion +income +incomeless +incomer +incoming +incommensurability +incommensurable +incommensurableness +incommensurably +incommensurate +incommensurately +incommensurateness +incommiscibility +incommiscible +incommodate +incommodation +incommode +incommodement +incommodious +incommodiously +incommodiousness +incommodity +incommunicability +incommunicable +incommunicableness +incommunicably +incommunicado +incommunicative +incommunicatively +incommunicativeness +incommutability +incommutable +incommutableness +incommutably +incompact +incompactly +incompactness +incomparability +incomparable +incomparableness +incomparably +incompassionate +incompassionately +incompassionateness +incompatibility +incompatible +incompatibleness +incompatibly +incompendious +incompensated +incompensation +incompetence +incompetency +incompetent +incompetently +incompetentness +incompletability +incompletable +incompletableness +incomplete +incompleted +incompletely +incompleteness +incompletion +incomplex +incompliance +incompliancy +incompliant +incompliantly +incomplicate +incomplying +incomposed +incomposedly +incomposedness +incomposite +incompossibility +incompossible +incomprehended +incomprehending +incomprehendingly +incomprehensibility +incomprehensible +incomprehensibleness +incomprehensibly +incomprehension +incomprehensive +incomprehensively +incomprehensiveness +incompressibility +incompressible +incompressibleness +incompressibly +incomputable +inconcealable +inconceivability +inconceivable +inconceivableness +inconceivably +inconcinnate +inconcinnately +inconcinnity +inconcinnous +inconcludent +inconcluding +inconclusion +inconclusive +inconclusively +inconclusiveness +inconcrete +inconcurrent +inconcurring +incondensability +incondensable +incondensibility +incondensible +incondite +inconditionate +inconditioned +inconducive +inconfirm +inconformable +inconformably +inconformity +inconfused +inconfusedly +inconfusion +inconfutable +inconfutably +incongealable +incongealableness +incongenerous +incongenial +incongeniality +inconglomerate +incongruence +incongruent +incongruently +incongruity +incongruous +incongruously +incongruousness +inconjoinable +inconnected +inconnectedness +inconnu +inconscience +inconscient +inconsciently +inconscious +inconsciously +inconsecutive +inconsecutively +inconsecutiveness +inconsequence +inconsequent +inconsequential +inconsequentiality +inconsequentially +inconsequently +inconsequentness +inconsiderable +inconsiderableness +inconsiderably +inconsiderate +inconsiderately +inconsiderateness +inconsideration +inconsidered +inconsistence +inconsistency +inconsistent +inconsistently +inconsistentness +inconsolability +inconsolable +inconsolableness +inconsolably +inconsolate +inconsolately +inconsonance +inconsonant +inconsonantly +inconspicuous +inconspicuously +inconspicuousness +inconstancy +inconstant +inconstantly +inconstantness +inconstruable +inconsultable +inconsumable +inconsumably +inconsumed +incontaminable +incontaminate +incontaminateness +incontemptible +incontestability +incontestable +incontestableness +incontestably +incontinence +incontinency +incontinent +incontinently +incontinuity +incontinuous +incontracted +incontractile +incontraction +incontrollable +incontrollably +incontrolled +incontrovertibility +incontrovertible +incontrovertibleness +incontrovertibly +inconvenience +inconveniency +inconvenient +inconveniently +inconvenientness +inconversable +inconversant +inconversibility +inconvertibility +inconvertible +inconvertibleness +inconvertibly +inconvinced +inconvincedly +inconvincibility +inconvincible +inconvincibly +incopresentability +incopresentable +incoronate +incoronated +incoronation +incorporable +incorporate +incorporated +incorporatedness +incorporation +incorporative +incorporator +incorporeal +incorporealism +incorporealist +incorporeality +incorporealize +incorporeally +incorporeity +incorporeous +incorpse +incorrect +incorrection +incorrectly +incorrectness +incorrespondence +incorrespondency +incorrespondent +incorresponding +incorrigibility +incorrigible +incorrigibleness +incorrigibly +incorrodable +incorrodible +incorrosive +incorrupt +incorrupted +incorruptibility +Incorruptible +incorruptible +incorruptibleness +incorruptibly +incorruption +incorruptly +incorruptness +incourteous +incourteously +incrash +incrassate +incrassated +incrassation +incrassative +increasable +increasableness +increase +increasedly +increaseful +increasement +increaser +increasing +increasingly +increate +increately +increative +incredibility +incredible +incredibleness +incredibly +increditable +incredited +incredulity +incredulous +incredulously +incredulousness +increep +incremate +incremation +increment +incremental +incrementation +increpate +increpation +increscence +increscent +increst +incretion +incretionary +incretory +incriminate +incrimination +incriminator +incriminatory +incross +incrossbred +incrossing +incrotchet +incruent +incruental +incruentous +incrust +incrustant +Incrustata +incrustate +incrustation +incrustator +incrustive +incrustment +incrystal +incrystallizable +incubate +incubation +incubational +incubative +incubator +incubatorium +incubatory +incubi +incubous +incubus +incudal +incudate +incudectomy +incudes +incudomalleal +incudostapedial +inculcate +inculcation +inculcative +inculcator +inculcatory +inculpability +inculpable +inculpableness +inculpably +inculpate +inculpation +inculpative +inculpatory +incult +incultivation +inculture +incumbence +incumbency +incumbent +incumbentess +incumbently +incumber +incumberment +incumbrance +incumbrancer +incunable +incunabula +incunabular +incunabulist +incunabulum +incuneation +incur +incurability +incurable +incurableness +incurably +incuriosity +incurious +incuriously +incuriousness +incurrable +incurrence +incurrent +incurse +incursion +incursionist +incursive +incurvate +incurvation +incurvature +incurve +incus +incuse +incut +incutting +Ind +indaba +indaconitine +indagate +indagation +indagative +indagator +indagatory +indamine +indan +indane +Indanthrene +indanthrene +indart +indazin +indazine +indazol +indazole +inde +indebt +indebted +indebtedness +indebtment +indecence +indecency +indecent +indecently +indecentness +Indecidua +indeciduate +indeciduous +indecipherability +indecipherable +indecipherableness +indecipherably +indecision +indecisive +indecisively +indecisiveness +indeclinable +indeclinableness +indeclinably +indecomponible +indecomposable +indecomposableness +indecorous +indecorously +indecorousness +indecorum +indeed +indeedy +indefaceable +indefatigability +indefatigable +indefatigableness +indefatigably +indefeasibility +indefeasible +indefeasibleness +indefeasibly +indefeatable +indefectibility +indefectible +indefectibly +indefective +indefensibility +indefensible +indefensibleness +indefensibly +indefensive +indeficiency +indeficient +indeficiently +indefinable +indefinableness +indefinably +indefinite +indefinitely +indefiniteness +indefinitive +indefinitively +indefinitiveness +indefinitude +indefinity +indeflectible +indefluent +indeformable +indehiscence +indehiscent +indelectable +indelegability +indelegable +indeliberate +indeliberately +indeliberateness +indeliberation +indelibility +indelible +indelibleness +indelibly +indelicacy +indelicate +indelicately +indelicateness +indemnification +indemnificator +indemnificatory +indemnifier +indemnify +indemnitee +indemnitor +indemnity +indemnization +indemoniate +indemonstrability +indemonstrable +indemonstrableness +indemonstrably +indene +indent +indentation +indented +indentedly +indentee +indenter +indention +indentment +indentor +indenture +indentured +indentureship +indentwise +independable +independence +independency +independent +independentism +independently +Independista +indeposable +indeprehensible +indeprivability +indeprivable +inderivative +indescribability +indescribable +indescribableness +indescribably +indescript +indescriptive +indesert +indesignate +indesirable +indestructibility +indestructible +indestructibleness +indestructibly +indetectable +indeterminable +indeterminableness +indeterminably +indeterminacy +indeterminate +indeterminately +indeterminateness +indetermination +indeterminative +indetermined +indeterminism +indeterminist +indeterministic +indevirginate +indevoted +indevotion +indevotional +indevout +indevoutly +indevoutness +index +indexed +indexer +indexical +indexically +indexing +indexless +indexlessness +indexterity +India +indiadem +Indiaman +Indian +Indiana +indianaite +Indianan +Indianeer +Indianesque +Indianhood +Indianian +Indianism +Indianist +indianite +indianization +indianize +Indic +indic +indicable +indican +indicant +indicanuria +indicate +indication +indicative +indicatively +indicator +Indicatoridae +Indicatorinae +indicatory +indicatrix +indices +indicia +indicial +indicible +indicium +indicolite +indict +indictable +indictably +indictee +indicter +indiction +indictional +indictive +indictment +indictor +Indies +indiferous +indifference +indifferency +indifferent +indifferential +indifferentism +indifferentist +indifferentistic +indifferently +indigena +indigenal +indigenate +indigence +indigency +indigene +indigeneity +Indigenismo +indigenist +indigenity +indigenous +indigenously +indigenousness +indigent +indigently +indigested +indigestedness +indigestibility +indigestible +indigestibleness +indigestibly +indigestion +indigestive +indigitamenta +indigitate +indigitation +indign +indignance +indignancy +indignant +indignantly +indignation +indignatory +indignify +indignity +indignly +indigo +indigoberry +Indigofera +indigoferous +indigoid +indigotic +indigotin +indigotindisulphonic +indiguria +indimensible +indimensional +indiminishable +indimple +indirect +indirected +indirection +indirectly +indirectness +indirubin +indiscernibility +indiscernible +indiscernibleness +indiscernibly +indiscerptibility +indiscerptible +indiscerptibleness +indiscerptibly +indisciplinable +indiscipline +indisciplined +indiscoverable +indiscoverably +indiscovered +indiscreet +indiscreetly +indiscreetness +indiscrete +indiscretely +indiscretion +indiscretionary +indiscriminate +indiscriminated +indiscriminately +indiscriminateness +indiscriminating +indiscriminatingly +indiscrimination +indiscriminative +indiscriminatively +indiscriminatory +indiscussable +indiscussible +indispellable +indispensability +indispensable +indispensableness +indispensably +indispose +indisposed +indisposedness +indisposition +indisputability +indisputable +indisputableness +indisputably +indissipable +indissociable +indissolubility +indissoluble +indissolubleness +indissolubly +indissolute +indissolvability +indissolvable +indissolvableness +indissolvably +indissuadable +indissuadably +indistinct +indistinction +indistinctive +indistinctively +indistinctiveness +indistinctly +indistinctness +indistinguishability +indistinguishable +indistinguishableness +indistinguishably +indistinguished +indistortable +indistributable +indisturbable +indisturbance +indisturbed +indite +inditement +inditer +indium +indivertible +indivertibly +individable +individua +individual +individualism +individualist +individualistic +individualistically +individuality +individualization +individualize +individualizer +individualizingly +individually +individuate +individuation +individuative +individuator +individuity +individuum +indivinable +indivisibility +indivisible +indivisibleness +indivisibly +indivision +indocibility +indocible +indocibleness +indocile +indocility +indoctrinate +indoctrination +indoctrinator +indoctrine +indoctrinization +indoctrinize +Indogaea +Indogaean +indogen +indogenide +indole +indolence +indolent +indolently +indoles +indoline +Indologian +Indologist +Indologue +Indology +indoloid +indolyl +indomitability +indomitable +indomitableness +indomitably +Indone +Indonesian +indoor +indoors +indophenin +indophenol +Indophile +Indophilism +Indophilist +indorsation +indorse +indoxyl +indoxylic +indoxylsulphuric +Indra +indraft +indraught +indrawal +indrawing +indrawn +indri +Indris +indubious +indubiously +indubitable +indubitableness +indubitably +indubitatively +induce +induced +inducedly +inducement +inducer +induciae +inducible +inducive +induct +inductance +inductee +inducteous +inductile +inductility +induction +inductional +inductionally +inductionless +inductive +inductively +inductiveness +inductivity +inductometer +inductophone +inductor +inductorium +inductory +inductoscope +indue +induement +indulge +indulgeable +indulgement +indulgence +indulgenced +indulgency +indulgent +indulgential +indulgentially +indulgently +indulgentness +indulger +indulging +indulgingly +induline +indult +indulto +indument +indumentum +induna +induplicate +induplication +induplicative +indurable +indurate +induration +indurative +indurite +Indus +indusial +indusiate +indusiated +indusiform +indusioid +indusium +industrial +industrialism +industrialist +industrialization +industrialize +industrially +industrialness +industrious +industriously +industriousness +industrochemical +industry +induviae +induvial +induviate +indwell +indweller +indy +indyl +indylic +inearth +inebriacy +inebriant +inebriate +inebriation +inebriative +inebriety +inebrious +ineconomic +ineconomy +inedibility +inedible +inedited +Ineducabilia +ineducabilian +ineducability +ineducable +ineducation +ineffability +ineffable +ineffableness +ineffably +ineffaceability +ineffaceable +ineffaceably +ineffectible +ineffectibly +ineffective +ineffectively +ineffectiveness +ineffectual +ineffectuality +ineffectually +ineffectualness +ineffervescence +ineffervescent +ineffervescibility +ineffervescible +inefficacious +inefficaciously +inefficaciousness +inefficacity +inefficacy +inefficience +inefficiency +inefficient +inefficiently +ineffulgent +inelaborate +inelaborated +inelaborately +inelastic +inelasticate +inelasticity +inelegance +inelegancy +inelegant +inelegantly +ineligibility +ineligible +ineligibleness +ineligibly +ineliminable +ineloquence +ineloquent +ineloquently +ineluctability +ineluctable +ineluctably +ineludible +ineludibly +inembryonate +inemendable +inemotivity +inemulous +inenarrable +inenergetic +inenubilable +inenucleable +inept +ineptitude +ineptly +ineptness +inequable +inequal +inequalitarian +inequality +inequally +inequalness +inequation +inequiaxial +inequicostate +inequidistant +inequigranular +inequilateral +inequilibrium +inequilobate +inequilobed +inequipotential +inequipotentiality +inequitable +inequitableness +inequitably +inequity +inequivalent +inequivalve +inequivalvular +ineradicable +ineradicableness +ineradicably +inerasable +inerasableness +inerasably +inerasible +Ineri +inerm +Inermes +Inermi +Inermia +inermous +inerrability +inerrable +inerrableness +inerrably +inerrancy +inerrant +inerrantly +inerratic +inerring +inerringly +inerroneous +inert +inertance +inertia +inertial +inertion +inertly +inertness +inerubescent +inerudite +ineruditely +inerudition +inescapable +inescapableness +inescapably +inesculent +inescutcheon +inesite +inessential +inessentiality +inestimability +inestimable +inestimableness +inestimably +inestivation +inethical +ineunt +ineuphonious +inevadible +inevadibly +inevaporable +inevasible +inevidence +inevident +inevitability +inevitable +inevitableness +inevitably +inexact +inexacting +inexactitude +inexactly +inexactness +inexcellence +inexcitability +inexcitable +inexclusive +inexclusively +inexcommunicable +inexcusability +inexcusable +inexcusableness +inexcusably +inexecutable +inexecution +inexertion +inexhausted +inexhaustedly +inexhaustibility +inexhaustible +inexhaustibleness +inexhaustibly +inexhaustive +inexhaustively +inexigible +inexist +inexistence +inexistency +inexistent +inexorability +inexorable +inexorableness +inexorably +inexpansible +inexpansive +inexpectancy +inexpectant +inexpectation +inexpected +inexpectedly +inexpectedness +inexpedience +inexpediency +inexpedient +inexpediently +inexpensive +inexpensively +inexpensiveness +inexperience +inexperienced +inexpert +inexpertly +inexpertness +inexpiable +inexpiableness +inexpiably +inexpiate +inexplainable +inexplicability +inexplicable +inexplicableness +inexplicables +inexplicably +inexplicit +inexplicitly +inexplicitness +inexplorable +inexplosive +inexportable +inexposable +inexposure +inexpress +inexpressibility +inexpressible +inexpressibleness +inexpressibles +inexpressibly +inexpressive +inexpressively +inexpressiveness +inexpugnability +inexpugnable +inexpugnableness +inexpugnably +inexpungeable +inexpungible +inextant +inextended +inextensibility +inextensible +inextensile +inextension +inextensional +inextensive +inexterminable +inextinct +inextinguishable +inextinguishably +inextirpable +inextirpableness +inextricability +inextricable +inextricableness +inextricably +Inez +inface +infall +infallibilism +infallibilist +infallibility +infallible +infallibleness +infallibly +infalling +infalsificable +infame +infamiliar +infamiliarity +infamize +infamonize +infamous +infamously +infamousness +infamy +infancy +infand +infandous +infang +infanglement +infangthief +infant +infanta +infantado +infante +infanthood +infanticidal +infanticide +infantile +infantilism +infantility +infantine +infantlike +infantry +infantryman +infarct +infarctate +infarcted +infarction +infare +infatuate +infatuatedly +infatuation +infatuator +infaust +infeasibility +infeasible +infeasibleness +infect +infectant +infected +infectedness +infecter +infectible +infection +infectionist +infectious +infectiously +infectiousness +infective +infectiveness +infectivity +infector +infectress +infectuous +infecund +infecundity +infeed +infeft +infeftment +infelicific +infelicitous +infelicitously +infelicitousness +infelicity +infelonious +infelt +infeminine +infer +inferable +inference +inferent +inferential +inferentialism +inferentialist +inferentially +inferior +inferiorism +inferiority +inferiorize +inferiorly +infern +infernal +infernalism +infernality +infernalize +infernally +infernalry +infernalship +inferno +inferoanterior +inferobranchiate +inferofrontal +inferolateral +inferomedian +inferoposterior +inferrer +inferribility +inferrible +inferringly +infertile +infertilely +infertileness +infertility +infest +infestant +infestation +infester +infestive +infestivity +infestment +infeudation +infibulate +infibulation +inficete +infidel +infidelic +infidelical +infidelism +infidelistic +infidelity +infidelize +infidelly +infield +infielder +infieldsman +infighter +infighting +infill +infilling +infilm +infilter +infiltrate +infiltration +infiltrative +infinitant +infinitarily +infinitary +infinitate +infinitation +infinite +infinitely +infiniteness +infinitesimal +infinitesimalism +infinitesimality +infinitesimally +infinitesimalness +infiniteth +infinitieth +infinitival +infinitivally +infinitive +infinitively +infinitize +infinitude +infinituple +infinity +infirm +infirmarer +infirmaress +infirmarian +infirmary +infirmate +infirmation +infirmative +infirmity +infirmly +infirmness +infissile +infit +infitter +infix +infixion +inflame +inflamed +inflamedly +inflamedness +inflamer +inflaming +inflamingly +inflammability +inflammable +inflammableness +inflammably +inflammation +inflammative +inflammatorily +inflammatory +inflatable +inflate +inflated +inflatedly +inflatedness +inflater +inflatile +inflatingly +inflation +inflationary +inflationism +inflationist +inflative +inflatus +inflect +inflected +inflectedness +inflection +inflectional +inflectionally +inflectionless +inflective +inflector +inflex +inflexed +inflexibility +inflexible +inflexibleness +inflexibly +inflexive +inflict +inflictable +inflicter +infliction +inflictive +inflood +inflorescence +inflorescent +inflow +inflowering +influence +influenceable +influencer +influencive +influent +influential +influentiality +influentially +influenza +influenzal +influenzic +influx +influxable +influxible +influxibly +influxion +influxionism +infold +infolder +infolding +infoldment +infoliate +inform +informable +informal +informality +informalize +informally +informant +information +informational +informative +informatively +informatory +informed +informedly +informer +informidable +informingly +informity +infortiate +infortitude +infortunate +infortunately +infortunateness +infortune +infra +infrabasal +infrabestial +infrabranchial +infrabuccal +infracanthal +infracaudal +infracelestial +infracentral +infracephalic +infraclavicle +infraclavicular +infraclusion +infraconscious +infracortical +infracostal +infracostalis +infracotyloid +infract +infractible +infraction +infractor +infradentary +infradiaphragmatic +infragenual +infraglacial +infraglenoid +infraglottic +infragrant +infragular +infrahuman +infrahyoid +infralabial +infralapsarian +infralapsarianism +infralinear +infralittoral +inframammary +inframammillary +inframandibular +inframarginal +inframaxillary +inframedian +inframercurial +inframercurian +inframolecular +inframontane +inframundane +infranatural +infranaturalism +infrangibility +infrangible +infrangibleness +infrangibly +infranodal +infranuclear +infraoccipital +infraocclusion +infraocular +infraoral +infraorbital +infraordinary +infrapapillary +infrapatellar +infraperipherial +infrapose +infraposition +infraprotein +infrapubian +infraradular +infrared +infrarenal +infrarenally +infrarimal +infrascapular +infrascapularis +infrascientific +infraspinal +infraspinate +infraspinatus +infraspinous +infrastapedial +infrasternal +infrastigmatal +infrastipular +infrastructure +infrasutral +infratemporal +infraterrene +infraterritorial +infrathoracic +infratonsillar +infratracheal +infratrochanteric +infratrochlear +infratubal +infraturbinal +infravaginal +infraventral +infrequency +infrequent +infrequently +infrigidate +infrigidation +infrigidative +infringe +infringement +infringer +infringible +infructiferous +infructuose +infructuosity +infructuous +infructuously +infrugal +infrustrable +infrustrably +infula +infumate +infumated +infumation +infundibular +Infundibulata +infundibulate +infundibuliform +infundibulum +infuriate +infuriately +infuriatingly +infuriation +infuscate +infuscation +infuse +infusedly +infuser +infusibility +infusible +infusibleness +infusile +infusion +infusionism +infusionist +infusive +Infusoria +infusorial +infusorian +infusoriform +infusorioid +infusorium +infusory +Ing +ing +Inga +Ingaevones +Ingaevonic +ingallantry +ingate +ingather +ingatherer +ingathering +ingeldable +ingeminate +ingemination +ingenerability +ingenerable +ingenerably +ingenerate +ingenerately +ingeneration +ingenerative +ingeniosity +ingenious +ingeniously +ingeniousness +ingenit +ingenue +ingenuity +ingenuous +ingenuously +ingenuousness +Inger +ingerminate +ingest +ingesta +ingestible +ingestion +ingestive +Inghamite +Inghilois +ingiver +ingiving +ingle +inglenook +ingleside +inglobate +inglobe +inglorious +ingloriously +ingloriousness +inglutition +ingluvial +ingluvies +ingluviitis +ingoing +Ingomar +ingot +ingotman +ingraft +ingrain +ingrained +ingrainedly +ingrainedness +Ingram +ingrammaticism +ingrandize +ingrate +ingrateful +ingratefully +ingratefulness +ingrately +ingratiate +ingratiating +ingratiatingly +ingratiation +ingratiatory +ingratitude +ingravescent +ingravidate +ingravidation +ingredient +ingress +ingression +ingressive +ingressiveness +ingross +ingrow +ingrown +ingrownness +ingrowth +inguen +inguinal +inguinoabdominal +inguinocrural +inguinocutaneous +inguinodynia +inguinolabial +inguinoscrotal +Inguklimiut +ingulf +ingulfment +ingurgitate +ingurgitation +Ingush +inhabit +inhabitability +inhabitable +inhabitancy +inhabitant +inhabitation +inhabitative +inhabitativeness +inhabited +inhabitedness +inhabiter +inhabitiveness +inhabitress +inhalant +inhalation +inhalator +inhale +inhalement +inhalent +inhaler +inharmonic +inharmonical +inharmonious +inharmoniously +inharmoniousness +inharmony +inhaul +inhauler +inhaust +inhaustion +inhearse +inheaven +inhere +inherence +inherency +inherent +inherently +inherit +inheritability +inheritable +inheritableness +inheritably +inheritage +inheritance +inheritor +inheritress +inheritrice +inheritrix +inhesion +inhiate +inhibit +inhibitable +inhibiter +inhibition +inhibitionist +inhibitive +inhibitor +inhibitory +inhomogeneity +inhomogeneous +inhomogeneously +inhospitable +inhospitableness +inhospitably +inhospitality +inhuman +inhumane +inhumanely +inhumanism +inhumanity +inhumanize +inhumanly +inhumanness +inhumate +inhumation +inhumationist +inhume +inhumer +inhumorous +inhumorously +Inia +inial +inidoneity +inidoneous +Inigo +inimicable +inimical +inimicality +inimically +inimicalness +inimitability +inimitable +inimitableness +inimitably +iniome +Iniomi +iniomous +inion +iniquitable +iniquitably +iniquitous +iniquitously +iniquitousness +iniquity +inirritability +inirritable +inirritant +inirritative +inissuable +initial +initialer +initialist +initialize +initially +initiant +initiary +initiate +initiation +initiative +initiatively +initiator +initiatorily +initiatory +initiatress +initiatrix +initis +initive +inject +injectable +injection +injector +injelly +injudicial +injudicially +injudicious +injudiciously +injudiciousness +Injun +injunct +injunction +injunctive +injunctively +injurable +injure +injured +injuredly +injuredness +injurer +injurious +injuriously +injuriousness +injury +injustice +ink +inkberry +inkbush +inken +inker +Inkerman +inket +inkfish +inkholder +inkhorn +inkhornism +inkhornist +inkhornize +inkhornizer +inkindle +inkiness +inkish +inkle +inkless +inklike +inkling +inkmaker +inkmaking +inknot +inkosi +inkpot +Inkra +inkroot +inks +inkshed +inkslinger +inkslinging +inkstain +inkstand +inkstandish +inkstone +inkweed +inkwell +inkwood +inkwriter +inky +inlagation +inlaid +inlaik +inlake +inland +inlander +inlandish +inlaut +inlaw +inlawry +inlay +inlayer +inlaying +inleague +inleak +inleakage +inlet +inlier +inlook +inlooker +inly +inlying +inmate +inmeats +inmixture +inmost +inn +innascibility +innascible +innate +innately +innateness +innatism +innative +innatural +innaturality +innaturally +inneity +inner +innerly +innermore +innermost +innermostly +innerness +innervate +innervation +innervational +innerve +inness +innest +innet +innholder +inning +inninmorite +Innisfail +innkeeper +innless +innocence +innocency +innocent +innocently +innocentness +innocuity +innocuous +innocuously +innocuousness +innominable +innominables +innominata +innominate +innominatum +innovant +innovate +innovation +innovational +innovationist +innovative +innovator +innovatory +innoxious +innoxiously +innoxiousness +innuendo +Innuit +innumerability +innumerable +innumerableness +innumerably +innumerous +innutrient +innutrition +innutritious +innutritive +innyard +Ino +inobedience +inobedient +inobediently +inoblast +inobnoxious +inobscurable +inobservable +inobservance +inobservancy +inobservant +inobservantly +inobservantness +inobservation +inobtainable +inobtrusive +inobtrusively +inobtrusiveness +inobvious +Inocarpus +inoccupation +Inoceramus +inochondritis +inochondroma +inoculability +inoculable +inoculant +inocular +inoculate +inoculation +inoculative +inoculator +inoculum +inocystoma +inocyte +Inodes +inodorous +inodorously +inodorousness +inoepithelioma +inoffending +inoffensive +inoffensively +inoffensiveness +inofficial +inofficially +inofficiosity +inofficious +inofficiously +inofficiousness +inogen +inogenesis +inogenic +inogenous +inoglia +inohymenitic +inolith +inoma +inominous +inomyoma +inomyositis +inomyxoma +inone +inoneuroma +inoperable +inoperative +inoperativeness +inopercular +Inoperculata +inoperculate +inopinable +inopinate +inopinately +inopine +inopportune +inopportunely +inopportuneness +inopportunism +inopportunist +inopportunity +inoppressive +inoppugnable +inopulent +inorb +inorderly +inordinacy +inordinary +inordinate +inordinately +inordinateness +inorganic +inorganical +inorganically +inorganizable +inorganization +inorganized +inoriginate +inornate +inosclerosis +inoscopy +inosculate +inosculation +inosic +inosin +inosinic +inosite +inositol +inostensible +inostensibly +inotropic +inower +inoxidability +inoxidable +inoxidizable +inoxidize +inparabola +inpardonable +inpatient +inpayment +inpensioner +inphase +inpolygon +inpolyhedron +inport +inpour +inpush +input +inquaintance +inquartation +inquest +inquestual +inquiet +inquietation +inquietly +inquietness +inquietude +Inquilinae +inquiline +inquilinism +inquilinity +inquilinous +inquinate +inquination +inquirable +inquirant +inquiration +inquire +inquirendo +inquirent +inquirer +inquiring +inquiringly +inquiry +inquisite +inquisition +inquisitional +inquisitionist +inquisitive +inquisitively +inquisitiveness +inquisitor +inquisitorial +inquisitorially +inquisitorialness +inquisitorious +inquisitorship +inquisitory +inquisitress +inquisitrix +inquisiturient +inradius +inreality +inrigged +inrigger +inrighted +inring +inro +inroad +inroader +inroll +inrooted +inrub +inrun +inrunning +inruption +inrush +insack +insagacity +insalivate +insalivation +insalubrious +insalubrity +insalutary +insalvability +insalvable +insane +insanely +insaneness +insanify +insanitariness +insanitary +insanitation +insanity +insapiency +insapient +insatiability +insatiable +insatiableness +insatiably +insatiate +insatiated +insatiately +insatiateness +insatiety +insatisfaction +insatisfactorily +insaturable +inscenation +inscibile +inscience +inscient +inscribable +inscribableness +inscribe +inscriber +inscript +inscriptible +inscription +inscriptional +inscriptioned +inscriptionist +inscriptionless +inscriptive +inscriptively +inscriptured +inscroll +inscrutability +inscrutable +inscrutableness +inscrutables +inscrutably +insculp +insculpture +insea +inseam +insect +Insecta +insectan +insectarium +insectary +insectean +insected +insecticidal +insecticide +insectiferous +insectiform +insectifuge +insectile +insectine +insection +insectival +Insectivora +insectivore +insectivorous +insectlike +insectmonger +insectologer +insectologist +insectology +insectproof +insecure +insecurely +insecureness +insecurity +insee +inseer +inselberg +inseminate +insemination +insenescible +insensate +insensately +insensateness +insense +insensibility +insensibilization +insensibilize +insensibilizer +insensible +insensibleness +insensibly +insensitive +insensitiveness +insensitivity +insensuous +insentience +insentiency +insentient +inseparability +inseparable +inseparableness +inseparably +inseparate +inseparately +insequent +insert +insertable +inserted +inserter +insertion +insertional +insertive +inserviceable +insessor +Insessores +insessorial +inset +insetter +inseverable +inseverably +inshave +insheathe +inshell +inshining +inship +inshoe +inshoot +inshore +inside +insider +insidiosity +insidious +insidiously +insidiousness +insight +insightful +insigne +insignia +insignificance +insignificancy +insignificant +insignificantly +insimplicity +insincere +insincerely +insincerity +insinking +insinuant +insinuate +insinuating +insinuatingly +insinuation +insinuative +insinuatively +insinuativeness +insinuator +insinuatory +insinuendo +insipid +insipidity +insipidly +insipidness +insipience +insipient +insipiently +insist +insistence +insistency +insistent +insistently +insister +insistingly +insistive +insititious +insnare +insnarement +insnarer +insobriety +insociability +insociable +insociableness +insociably +insocial +insocially +insofar +insolate +insolation +insole +insolence +insolency +insolent +insolently +insolentness +insolid +insolidity +insolubility +insoluble +insolubleness +insolubly +insolvability +insolvable +insolvably +insolvence +insolvency +insolvent +insomnia +insomniac +insomnious +insomnolence +insomnolency +insomnolent +insomuch +insonorous +insooth +insorb +insorbent +insouciance +insouciant +insouciantly +insoul +inspan +inspeak +inspect +inspectability +inspectable +inspectingly +inspection +inspectional +inspectioneer +inspective +inspector +inspectoral +inspectorate +inspectorial +inspectorship +inspectress +inspectrix +inspheration +insphere +inspirability +inspirable +inspirant +inspiration +inspirational +inspirationalism +inspirationally +inspirationist +inspirative +inspirator +inspiratory +inspiratrix +inspire +inspired +inspiredly +inspirer +inspiring +inspiringly +inspirit +inspiriter +inspiriting +inspiritingly +inspiritment +inspirometer +inspissant +inspissate +inspissation +inspissator +inspissosis +inspoke +inspoken +inspreith +instability +instable +install +installant +installation +installer +installment +instance +instancy +instanding +instant +instantaneity +instantaneous +instantaneously +instantaneousness +instanter +instantial +instantly +instantness +instar +instate +instatement +instaurate +instauration +instaurator +instead +instealing +insteam +insteep +instellation +instep +instigant +instigate +instigatingly +instigation +instigative +instigator +instigatrix +instill +instillation +instillator +instillatory +instiller +instillment +instinct +instinctive +instinctively +instinctivist +instinctivity +instinctual +instipulate +institor +institorial +institorian +institory +institute +instituter +institution +institutional +institutionalism +institutionalist +institutionality +institutionalization +institutionalize +institutionally +institutionary +institutionize +institutive +institutively +institutor +institutress +institutrix +instonement +instratified +instreaming +instrengthen +instressed +instroke +instruct +instructed +instructedly +instructedness +instructer +instructible +instruction +instructional +instructionary +instructive +instructively +instructiveness +instructor +instructorship +instructress +instrument +instrumental +instrumentalism +instrumentalist +instrumentality +instrumentalize +instrumentally +instrumentary +instrumentate +instrumentation +instrumentative +instrumentist +instrumentman +insuavity +insubduable +insubjection +insubmergible +insubmersible +insubmission +insubmissive +insubordinate +insubordinately +insubordinateness +insubordination +insubstantial +insubstantiality +insubstantiate +insubstantiation +insubvertible +insuccess +insuccessful +insucken +insuetude +insufferable +insufferableness +insufferably +insufficience +insufficiency +insufficient +insufficiently +insufflate +insufflation +insufflator +insula +insulance +insulant +insular +insularism +insularity +insularize +insularly +insulary +insulate +insulated +insulating +insulation +insulator +insulin +insulize +insulse +insulsity +insult +insultable +insultant +insultation +insulter +insulting +insultingly +insultproof +insunk +insuperability +insuperable +insuperableness +insuperably +insupportable +insupportableness +insupportably +insupposable +insuppressible +insuppressibly +insuppressive +insurability +insurable +insurance +insurant +insure +insured +insurer +insurge +insurgence +insurgency +insurgent +insurgentism +insurgescence +insurmountability +insurmountable +insurmountableness +insurmountably +insurpassable +insurrect +insurrection +insurrectional +insurrectionally +insurrectionary +insurrectionism +insurrectionist +insurrectionize +insurrectory +insusceptibility +insusceptible +insusceptibly +insusceptive +inswamp +inswarming +insweeping +inswell +inswept +inswing +inswinger +intabulate +intact +intactile +intactly +intactness +intagliated +intagliation +intaglio +intagliotype +intake +intaker +intangibility +intangible +intangibleness +intangibly +intarissable +intarsia +intarsiate +intarsist +intastable +intaxable +intechnicality +integer +integrability +integrable +integral +integrality +integralization +integralize +integrally +integrand +integrant +integraph +integrate +integration +integrative +integrator +integrifolious +integrious +integriously +integripalliate +integrity +integrodifferential +integropallial +Integropallialia +Integropalliata +integropalliate +integument +integumental +integumentary +integumentation +inteind +intellect +intellectation +intellected +intellectible +intellection +intellective +intellectively +intellectual +intellectualism +intellectualist +intellectualistic +intellectualistically +intellectuality +intellectualization +intellectualize +intellectualizer +intellectually +intellectualness +intelligence +intelligenced +intelligencer +intelligency +intelligent +intelligential +intelligently +intelligentsia +intelligibility +intelligible +intelligibleness +intelligibly +intelligize +intemerate +intemerately +intemerateness +intemeration +intemperable +intemperably +intemperament +intemperance +intemperate +intemperately +intemperateness +intemperature +intempestive +intempestively +intempestivity +intemporal +intemporally +intenability +intenable +intenancy +intend +intendance +intendancy +intendant +intendantism +intendantship +intended +intendedly +intendedness +intendence +intender +intendible +intending +intendingly +intendit +intendment +intenerate +inteneration +intenible +intensate +intensation +intensative +intense +intensely +intenseness +intensification +intensifier +intensify +intension +intensional +intensionally +intensitive +intensity +intensive +intensively +intensiveness +intent +intention +intentional +intentionalism +intentionality +intentionally +intentioned +intentionless +intentive +intentively +intentiveness +intently +intentness +inter +interabsorption +interacademic +interaccessory +interaccuse +interacinar +interacinous +interact +interaction +interactional +interactionism +interactionist +interactive +interactivity +interadaptation +interadditive +interadventual +interaffiliation +interagency +interagent +interagglutinate +interagglutination +interagree +interagreement +interalar +interallied +interally +interalveolar +interambulacral +interambulacrum +interamnian +interangular +interanimate +interannular +interantagonism +interantennal +interantennary +interapophyseal +interapplication +interarboration +interarch +interarcualis +interarmy +interarticular +interartistic +interarytenoid +interassociation +interassure +interasteroidal +interastral +interatomic +interatrial +interattrition +interaulic +interaural +interauricular +interavailability +interavailable +interaxal +interaxial +interaxillary +interaxis +interbalance +interbanded +interbank +interbedded +interbelligerent +interblend +interbody +interbonding +interborough +interbourse +interbrachial +interbrain +interbranch +interbranchial +interbreath +interbreed +interbrigade +interbring +interbronchial +intercadence +intercadent +intercalare +intercalarily +intercalarium +intercalary +intercalate +intercalation +intercalative +intercalatory +intercale +intercalm +intercanal +intercanalicular +intercapillary +intercardinal +intercarotid +intercarpal +intercarpellary +intercarrier +intercartilaginous +intercaste +intercatenated +intercausative +intercavernous +intercede +interceder +intercellular +intercensal +intercentral +intercentrum +intercept +intercepter +intercepting +interception +interceptive +interceptor +interceptress +intercerebral +intercession +intercessional +intercessionary +intercessionment +intercessive +intercessor +intercessorial +intercessory +interchaff +interchange +interchangeability +interchangeable +interchangeableness +interchangeably +interchanger +interchapter +intercharge +interchase +intercheck +interchoke +interchondral +interchurch +Intercidona +interciliary +intercilium +intercircle +intercirculate +intercirculation +intercision +intercitizenship +intercity +intercivic +intercivilization +interclash +interclasp +interclass +interclavicle +interclavicular +interclerical +intercloud +interclub +intercoastal +intercoccygeal +intercoccygean +intercohesion +intercollege +intercollegian +intercollegiate +intercolline +intercolonial +intercolonially +intercolonization +intercolumn +intercolumnal +intercolumnar +intercolumniation +intercom +intercombat +intercombination +intercombine +intercome +intercommission +intercommon +intercommonable +intercommonage +intercommoner +intercommunal +intercommune +intercommuner +intercommunicability +intercommunicable +intercommunicate +intercommunication +intercommunicative +intercommunicator +intercommunion +intercommunity +intercompany +intercomparable +intercompare +intercomparison +intercomplexity +intercomplimentary +interconal +interconciliary +intercondenser +intercondylar +intercondylic +intercondyloid +interconfessional +interconfound +interconnect +interconnection +intercontinental +intercontorted +intercontradiction +intercontradictory +interconversion +interconvertibility +interconvertible +interconvertibly +intercooler +intercooling +intercoracoid +intercorporate +intercorpuscular +intercorrelate +intercorrelation +intercortical +intercosmic +intercosmically +intercostal +intercostally +intercostobrachial +intercostohumeral +intercotylar +intercounty +intercourse +intercoxal +intercranial +intercreate +intercrescence +intercrinal +intercrop +intercross +intercrural +intercrust +intercrystalline +intercrystallization +intercrystallize +intercultural +interculture +intercurl +intercurrence +intercurrent +intercurrently +intercursation +intercuspidal +intercutaneous +intercystic +interdash +interdebate +interdenominational +interdental +interdentally +interdentil +interdepartmental +interdepartmentally +interdepend +interdependable +interdependence +interdependency +interdependent +interdependently +interderivative +interdespise +interdestructive +interdestructiveness +interdetermination +interdetermine +interdevour +interdict +interdiction +interdictive +interdictor +interdictory +interdictum +interdifferentiation +interdiffuse +interdiffusion +interdiffusive +interdiffusiveness +interdigital +interdigitate +interdigitation +interdine +interdiscal +interdispensation +interdistinguish +interdistrict +interdivision +interdome +interdorsal +interdrink +intereat +interelectrode +interelectrodic +interempire +interenjoy +interentangle +interentanglement +interepidemic +interepimeral +interepithelial +interequinoctial +interessee +interest +interested +interestedly +interestedness +interester +interesting +interestingly +interestingness +interestless +interestuarine +interface +interfacial +interfactional +interfamily +interfascicular +interfault +interfector +interfederation +interfemoral +interfenestral +interfenestration +interferant +interfere +interference +interferent +interferential +interferer +interfering +interferingly +interferingness +interferometer +interferometry +interferric +interfertile +interfertility +interfibrillar +interfibrillary +interfibrous +interfilamentar +interfilamentary +interfilamentous +interfilar +interfiltrate +interfinger +interflange +interflashing +interflow +interfluence +interfluent +interfluminal +interfluous +interfluve +interfluvial +interflux +interfold +interfoliaceous +interfoliar +interfoliate +interfollicular +interforce +interfraternal +interfraternity +interfret +interfretted +interfriction +interfrontal +interfruitful +interfulgent +interfuse +interfusion +interganglionic +intergenerant +intergenerating +intergeneration +intergential +intergesture +intergilt +interglacial +interglandular +interglobular +interglyph +intergossip +intergovernmental +intergradation +intergrade +intergradient +intergraft +intergranular +intergrapple +intergrave +intergroupal +intergrow +intergrown +intergrowth +intergular +intergyral +interhabitation +interhemal +interhemispheric +interhostile +interhuman +interhyal +interhybridize +interim +interimist +interimistic +interimistical +interimistically +interimperial +interincorporation +interindependence +interindicate +interindividual +interinfluence +interinhibition +interinhibitive +interinsert +interinsular +interinsurance +interinsurer +interinvolve +interionic +interior +interiority +interiorize +interiorly +interiorness +interirrigation +interisland +interjacence +interjacency +interjacent +interjaculate +interjaculatory +interjangle +interjealousy +interject +interjection +interjectional +interjectionalize +interjectionally +interjectionary +interjectionize +interjectiveness +interjector +interjectorily +interjectory +interjectural +interjoin +interjoist +interjudgment +interjunction +interkinesis +interkinetic +interknit +interknot +interknow +interknowledge +interlaboratory +interlace +interlaced +interlacedly +interlacement +interlacery +interlacustrine +interlaid +interlake +interlamellar +interlamellation +interlaminar +interlaminate +interlamination +interlanguage +interlap +interlapse +interlard +interlardation +interlardment +interlatitudinal +interlaudation +interlay +interleaf +interleague +interleave +interleaver +interlibel +interlibrary +interlie +interligamentary +interligamentous +interlight +interlimitation +interline +interlineal +interlineally +interlinear +interlinearily +interlinearly +interlineary +interlineate +interlineation +interlinement +interliner +Interlingua +interlingual +interlinguist +interlinguistic +interlining +interlink +interloan +interlobar +interlobate +interlobular +interlocal +interlocally +interlocate +interlocation +interlock +interlocker +interlocular +interloculus +interlocution +interlocutive +interlocutor +interlocutorily +interlocutory +interlocutress +interlocutrice +interlocutrix +interloop +interlope +interloper +interlot +interlucation +interlucent +interlude +interluder +interludial +interlunar +interlunation +interlying +intermalleolar +intermammary +intermammillary +intermandibular +intermanorial +intermarginal +intermarine +intermarriage +intermarriageable +intermarry +intermason +intermastoid +intermat +intermatch +intermaxilla +intermaxillar +intermaxillary +intermaze +intermeasurable +intermeasure +intermeddle +intermeddlement +intermeddler +intermeddlesome +intermeddlesomeness +intermeddling +intermeddlingly +intermediacy +intermediae +intermedial +intermediary +intermediate +intermediately +intermediateness +intermediation +intermediator +intermediatory +intermedium +intermedius +intermeet +intermelt +intermembral +intermembranous +intermeningeal +intermenstrual +intermenstruum +interment +intermental +intermention +intermercurial +intermesenterial +intermesenteric +intermesh +intermessage +intermessenger +intermetacarpal +intermetallic +intermetameric +intermetatarsal +intermew +intermewed +intermewer +intermezzo +intermigration +interminability +interminable +interminableness +interminably +interminant +interminate +intermine +intermingle +intermingledom +interminglement +interminister +interministerial +interministerium +intermission +intermissive +intermit +intermitted +intermittedly +intermittence +intermittency +intermittent +intermittently +intermitter +intermitting +intermittingly +intermix +intermixedly +intermixtly +intermixture +intermobility +intermodification +intermodillion +intermodulation +intermolar +intermolecular +intermomentary +intermontane +intermorainic +intermotion +intermountain +intermundane +intermundial +intermundian +intermundium +intermunicipal +intermunicipality +intermural +intermuscular +intermutation +intermutual +intermutually +intermutule +intern +internal +internality +internalization +internalize +internally +internalness +internals +internarial +internasal +internation +international +internationalism +internationalist +internationality +internationalization +internationalize +internationally +interneciary +internecinal +internecine +internecion +internecive +internee +internetted +interneural +interneuronic +internidal +internist +internment +internobasal +internodal +internode +internodial +internodian +internodium +internodular +internship +internuclear +internuncial +internunciary +internunciatory +internuncio +internuncioship +internuncius +internuptial +interobjective +interoceanic +interoceptive +interoceptor +interocular +interoffice +interolivary +interopercle +interopercular +interoperculum +interoptic +interorbital +interorbitally +interoscillate +interosculant +interosculate +interosculation +interosseal +interosseous +interownership +interpage +interpalatine +interpalpebral +interpapillary +interparenchymal +interparental +interparenthetical +interparenthetically +interparietal +interparietale +interparliament +interparliamentary +interparoxysmal +interparty +interpause +interpave +interpeal +interpectoral +interpeduncular +interpel +interpellant +interpellate +interpellation +interpellator +interpenetrable +interpenetrant +interpenetrate +interpenetration +interpenetrative +interpenetratively +interpermeate +interpersonal +interpervade +interpetaloid +interpetiolar +interpetiolary +interphalangeal +interphase +interphone +interpiece +interpilaster +interpilastering +interplacental +interplait +interplanetary +interplant +interplanting +interplay +interplea +interplead +interpleader +interpledge +interpleural +interplical +interplicate +interplication +interplight +interpoint +interpolable +interpolar +interpolary +interpolate +interpolater +interpolation +interpolative +interpolatively +interpolator +interpole +interpolitical +interpolity +interpollinate +interpolymer +interpone +interportal +interposable +interposal +interpose +interposer +interposing +interposingly +interposition +interposure +interpour +interprater +interpressure +interpret +interpretability +interpretable +interpretableness +interpretably +interpretament +interpretation +interpretational +interpretative +interpretatively +interpreter +interpretership +interpretive +interpretively +interpretorial +interpretress +interprismatic +interproduce +interprofessional +interproglottidal +interproportional +interprotoplasmic +interprovincial +interproximal +interproximate +interpterygoid +interpubic +interpulmonary +interpunct +interpunction +interpunctuate +interpunctuation +interpupillary +interquarrel +interquarter +interrace +interracial +interracialism +interradial +interradially +interradiate +interradiation +interradium +interradius +interrailway +interramal +interramicorn +interramification +interreceive +interreflection +interregal +interregimental +interregional +interregna +interregnal +interregnum +interreign +interrelate +interrelated +interrelatedly +interrelatedness +interrelation +interrelationship +interreligious +interrenal +interrenalism +interrepellent +interrepulsion +interrer +interresponsibility +interresponsible +interreticular +interreticulation +interrex +interrhyme +interright +interriven +interroad +interrogability +interrogable +interrogant +interrogate +interrogatedness +interrogatee +interrogatingly +interrogation +interrogational +interrogative +interrogatively +interrogator +interrogatorily +interrogatory +interrogatrix +interrogee +interroom +interrule +interrun +interrupt +interrupted +interruptedly +interruptedness +interrupter +interruptible +interrupting +interruptingly +interruption +interruptive +interruptively +interruptor +interruptory +intersale +intersalute +interscapilium +interscapular +interscapulum +interscene +interscholastic +interschool +interscience +interscribe +interscription +interseaboard +interseamed +intersect +intersectant +intersection +intersectional +intersegmental +interseminal +intersentimental +interseptal +intersertal +intersesamoid +intersession +intersessional +interset +intersex +intersexual +intersexualism +intersexuality +intershade +intershifting +intershock +intershoot +intershop +intersidereal +intersituate +intersocial +intersocietal +intersociety +intersole +intersolubility +intersoluble +intersomnial +intersomnious +intersonant +intersow +interspace +interspatial +interspatially +interspeaker +interspecial +interspecific +interspersal +intersperse +interspersedly +interspersion +interspheral +intersphere +interspicular +interspinal +interspinalis +interspinous +interspiral +interspiration +intersporal +intersprinkle +intersqueeze +interstadial +interstage +interstaminal +interstapedial +interstate +interstation +interstellar +interstellary +intersterile +intersterility +intersternal +interstice +intersticed +interstimulate +interstimulation +interstitial +interstitially +interstitious +interstratification +interstratify +interstreak +interstream +interstreet +interstrial +interstriation +interstrive +intersubjective +intersubsistence +intersubstitution +intersuperciliary +intersusceptation +intersystem +intersystematical +intertalk +intertangle +intertanglement +intertarsal +interteam +intertentacular +intertergal +interterminal +interterritorial +intertessellation +intertexture +interthing +interthreaded +interthronging +intertidal +intertie +intertill +intertillage +intertinge +intertissued +intertone +intertongue +intertonic +intertouch +intertown +intertrabecular +intertrace +intertrade +intertrading +intertraffic +intertragian +intertransformability +intertransformable +intertransmissible +intertransmission +intertranspicuous +intertransversal +intertransversalis +intertransversary +intertransverse +intertrappean +intertribal +intertriginous +intertriglyph +intertrigo +intertrinitarian +intertrochanteric +intertropic +intertropical +intertropics +intertrude +intertuberal +intertubercular +intertubular +intertwin +intertwine +intertwinement +intertwining +intertwiningly +intertwist +intertwistingly +Intertype +interungular +interungulate +interunion +interuniversity +interurban +interureteric +intervaginal +interval +intervale +intervalley +intervallic +intervallum +intervalvular +intervarietal +intervary +intervascular +intervein +interveinal +intervenant +intervene +intervener +intervenience +interveniency +intervenient +intervenium +intervention +interventional +interventionism +interventionist +interventive +interventor +interventral +interventralia +interventricular +intervenular +interverbal +interversion +intervert +intervertebra +intervertebral +intervertebrally +intervesicular +interview +interviewable +interviewee +interviewer +intervillous +intervisibility +intervisible +intervisit +intervisitation +intervital +intervocal +intervocalic +intervolute +intervolution +intervolve +interwar +interweave +interweavement +interweaver +interweaving +interweavingly +interwed +interweld +interwhiff +interwhile +interwhistle +interwind +interwish +interword +interwork +interworks +interworld +interworry +interwound +interwove +interwoven +interwovenly +interwrap +interwreathe +interwrought +interxylary +interzonal +interzone +interzooecial +interzygapophysial +intestable +intestacy +intestate +intestation +intestinal +intestinally +intestine +intestineness +intestiniform +intestinovesical +intext +intextine +intexture +inthrall +inthrallment +inthrong +inthronistic +inthronization +inthronize +inthrow +inthrust +intil +intima +intimacy +intimal +intimate +intimately +intimateness +intimater +intimation +intimidate +intimidation +intimidator +intimidatory +intimidity +intimity +intinction +intine +intitule +into +intoed +intolerability +intolerable +intolerableness +intolerably +intolerance +intolerancy +intolerant +intolerantly +intolerantness +intolerated +intolerating +intoleration +intonable +intonate +intonation +intonator +intone +intonement +intoner +intoothed +intorsion +intort +intortillage +intown +intoxation +intoxicable +intoxicant +intoxicate +intoxicated +intoxicatedly +intoxicatedness +intoxicating +intoxicatingly +intoxication +intoxicative +intoxicator +intrabiontic +intrabranchial +intrabred +intrabronchial +intrabuccal +intracalicular +intracanalicular +intracanonical +intracapsular +intracardiac +intracardial +intracarpal +intracarpellary +intracartilaginous +intracellular +intracellularly +intracephalic +intracerebellar +intracerebral +intracerebrally +intracervical +intrachordal +intracistern +intracity +intraclitelline +intracloacal +intracoastal +intracoelomic +intracolic +intracollegiate +intracommunication +intracompany +intracontinental +intracorporeal +intracorpuscular +intracortical +intracosmic +intracosmical +intracosmically +intracostal +intracranial +intracranially +intractability +intractable +intractableness +intractably +intractile +intracutaneous +intracystic +intrada +intradepartmental +intradermal +intradermally +intradermic +intradermically +intradermo +intradistrict +intradivisional +intrados +intraduodenal +intradural +intraecclesiastical +intraepiphyseal +intraepithelial +intrafactory +intrafascicular +intrafissural +intrafistular +intrafoliaceous +intraformational +intrafusal +intragastric +intragemmal +intraglacial +intraglandular +intraglobular +intragroup +intragroupal +intragyral +intrahepatic +intrahyoid +intraimperial +intrait +intrajugular +intralamellar +intralaryngeal +intralaryngeally +intraleukocytic +intraligamentary +intraligamentous +intralingual +intralobar +intralobular +intralocular +intralogical +intralumbar +intramammary +intramarginal +intramastoid +intramatrical +intramatrically +intramedullary +intramembranous +intrameningeal +intramental +intrametropolitan +intramolecular +intramontane +intramorainic +intramundane +intramural +intramuralism +intramuscular +intramuscularly +intramyocardial +intranarial +intranasal +intranatal +intranational +intraneous +intraneural +intranidal +intranquil +intranquillity +intranscalency +intranscalent +intransferable +intransformable +intransfusible +intransgressible +intransient +intransigency +intransigent +intransigentism +intransigentist +intransigently +intransitable +intransitive +intransitively +intransitiveness +intransitivity +intranslatable +intransmissible +intransmutability +intransmutable +intransparency +intransparent +intrant +intranuclear +intraoctave +intraocular +intraoral +intraorbital +intraorganization +intraossal +intraosseous +intraosteal +intraovarian +intrapair +intraparenchymatous +intraparietal +intraparochial +intraparty +intrapelvic +intrapericardiac +intrapericardial +intraperineal +intraperiosteal +intraperitoneal +intraperitoneally +intrapetiolar +intraphilosophic +intrapial +intraplacental +intraplant +intrapleural +intrapolar +intrapontine +intraprostatic +intraprotoplasmic +intrapsychic +intrapsychical +intrapsychically +intrapulmonary +intrapyretic +intrarachidian +intrarectal +intrarelation +intrarenal +intraretinal +intrarhachidian +intraschool +intrascrotal +intrasegmental +intraselection +intrasellar +intraseminal +intraseptal +intraserous +intrashop +intraspecific +intraspinal +intrastate +intrastromal +intrasusception +intrasynovial +intratarsal +intratelluric +intraterritorial +intratesticular +intrathecal +intrathoracic +intrathyroid +intratomic +intratonsillar +intratrabecular +intratracheal +intratracheally +intratropical +intratubal +intratubular +intratympanic +intravaginal +intravalvular +intravasation +intravascular +intravenous +intravenously +intraventricular +intraverbal +intraversable +intravertebral +intravertebrally +intravesical +intravital +intravitelline +intravitreous +intraxylary +intreat +intrench +intrenchant +intrencher +intrenchment +intrepid +intrepidity +intrepidly +intrepidness +intricacy +intricate +intricately +intricateness +intrication +intrigant +intrigue +intrigueproof +intriguer +intriguery +intriguess +intriguing +intriguingly +intrine +intrinse +intrinsic +intrinsical +intrinsicality +intrinsically +intrinsicalness +introactive +introceptive +introconversion +introconvertibility +introconvertible +introdden +introduce +introducee +introducement +introducer +introducible +introduction +introductive +introductively +introductor +introductorily +introductoriness +introductory +introductress +introflex +introflexion +introgression +introgressive +introinflection +introit +introitus +introject +introjection +introjective +intromissibility +intromissible +intromission +intromissive +intromit +intromittence +intromittent +intromitter +intropression +intropulsive +introreception +introrsal +introrse +introrsely +introsensible +introsentient +introspect +introspectable +introspection +introspectional +introspectionism +introspectionist +introspective +introspectively +introspectiveness +introspectivism +introspectivist +introspector +introsuction +introsuscept +introsusception +introthoracic +introtraction +introvenient +introverse +introversibility +introversible +introversion +introversive +introversively +introvert +introverted +introvertive +introvision +introvolution +intrudance +intrude +intruder +intruding +intrudingly +intrudress +intruse +intrusion +intrusional +intrusionism +intrusionist +intrusive +intrusively +intrusiveness +intrust +intubate +intubation +intubationist +intubator +intube +intue +intuent +intuicity +intuit +intuitable +intuition +intuitional +intuitionalism +intuitionalist +intuitionally +intuitionism +intuitionist +intuitionistic +intuitionless +intuitive +intuitively +intuitiveness +intuitivism +intuitivist +intumesce +intumescence +intumescent +inturbidate +inturn +inturned +inturning +intussuscept +intussusception +intussusceptive +intwist +inula +inulaceous +inulase +inulin +inuloid +inumbrate +inumbration +inunct +inunction +inunctum +inunctuosity +inunctuous +inundable +inundant +inundate +inundation +inundator +inundatory +inunderstandable +inurbane +inurbanely +inurbaneness +inurbanity +inure +inured +inuredness +inurement +inurn +inusitate +inusitateness +inusitation +inustion +inutile +inutilely +inutility +inutilized +inutterable +invaccinate +invaccination +invadable +invade +invader +invaginable +invaginate +invagination +invalescence +invalid +invalidate +invalidation +invalidator +invalidcy +invalidhood +invalidish +invalidism +invalidity +invalidly +invalidness +invalidship +invalorous +invaluable +invaluableness +invaluably +invalued +Invar +invariability +invariable +invariableness +invariably +invariance +invariancy +invariant +invariantive +invariantively +invariantly +invaried +invasion +invasionist +invasive +invecked +invected +invection +invective +invectively +invectiveness +invectivist +invector +inveigh +inveigher +inveigle +inveiglement +inveigler +inveil +invein +invendibility +invendible +invendibleness +invenient +invent +inventable +inventary +inventer +inventful +inventibility +inventible +inventibleness +invention +inventional +inventionless +inventive +inventively +inventiveness +inventor +inventoriable +inventorial +inventorially +inventory +inventress +inventurous +inveracious +inveracity +inverisimilitude +inverity +inverminate +invermination +invernacular +Inverness +inversable +inversatile +inverse +inversed +inversedly +inversely +inversion +inversionist +inversive +invert +invertase +invertebracy +invertebral +Invertebrata +invertebrate +invertebrated +inverted +invertedly +invertend +inverter +invertibility +invertible +invertile +invertin +invertive +invertor +invest +investable +investible +investigable +investigatable +investigate +investigating +investigatingly +investigation +investigational +investigative +investigator +investigatorial +investigatory +investitive +investitor +investiture +investment +investor +inveteracy +inveterate +inveterately +inveterateness +inviability +invictive +invidious +invidiously +invidiousness +invigilance +invigilancy +invigilation +invigilator +invigor +invigorant +invigorate +invigorating +invigoratingly +invigoratingness +invigoration +invigorative +invigoratively +invigorator +invinate +invination +invincibility +invincible +invincibleness +invincibly +inviolability +inviolable +inviolableness +inviolably +inviolacy +inviolate +inviolated +inviolately +inviolateness +invirile +invirility +invirtuate +inviscate +inviscation +inviscid +inviscidity +invised +invisibility +invisible +invisibleness +invisibly +invitable +invital +invitant +invitation +invitational +invitatory +invite +invitee +invitement +inviter +invitiate +inviting +invitingly +invitingness +invitress +invitrifiable +invivid +invocable +invocant +invocate +invocation +invocative +invocator +invocatory +invoice +invoke +invoker +involatile +involatility +involucel +involucellate +involucellated +involucral +involucrate +involucre +involucred +involucriform +involucrum +involuntarily +involuntariness +involuntary +involute +involuted +involutedly +involutely +involution +involutional +involutionary +involutorial +involutory +involve +involved +involvedly +involvedness +involvement +involvent +involver +invulnerability +invulnerable +invulnerableness +invulnerably +invultuation +inwale +inwall +inwandering +inward +inwardly +inwardness +inwards +inweave +inwedged +inweed +inweight +inwick +inwind +inwit +inwith +inwood +inwork +inworn +inwound +inwoven +inwrap +inwrapment +inwreathe +inwrit +inwrought +inyoite +inyoke +Io +io +Iodamoeba +iodate +iodation +iodhydrate +iodhydric +iodhydrin +iodic +iodide +iodiferous +iodinate +iodination +iodine +iodinium +iodinophil +iodinophilic +iodinophilous +iodism +iodite +iodization +iodize +iodizer +iodo +iodobehenate +iodobenzene +iodobromite +iodocasein +iodochloride +iodochromate +iodocresol +iododerma +iodoethane +iodoform +iodogallicin +iodohydrate +iodohydric +iodohydrin +iodol +iodomercurate +iodomercuriate +iodomethane +iodometric +iodometrical +iodometry +iodonium +iodopsin +iodoso +iodosobenzene +iodospongin +iodotannic +iodotherapy +iodothyrin +iodous +iodoxy +iodoxybenzene +iodyrite +iolite +ion +Ione +Ioni +Ionian +Ionic +ionic +Ionicism +Ionicization +Ionicize +Ionidium +Ionism +Ionist +ionium +ionizable +Ionization +ionization +Ionize +ionize +ionizer +ionogen +ionogenic +ionone +Ionornis +ionosphere +ionospheric +Ionoxalis +iontophoresis +Ioskeha +iota +iotacism +iotacismus +iotacist +iotization +iotize +Iowa +Iowan +Ipalnemohuani +ipecac +ipecacuanha +ipecacuanhic +Iphimedia +Iphis +ipid +Ipidae +ipil +ipomea +Ipomoea +ipomoein +ipseand +ipsedixitish +ipsedixitism +ipsedixitist +ipseity +ipsilateral +Ira +iracund +iracundity +iracundulous +irade +Iran +Irani +Iranian +Iranic +Iranism +Iranist +Iranize +Iraq +Iraqi +Iraqian +irascent +irascibility +irascible +irascibleness +irascibly +irate +irately +ire +ireful +irefully +irefulness +Irelander +ireless +Irena +irenarch +Irene +irene +irenic +irenical +irenically +irenicism +irenicist +irenicon +irenics +irenicum +Iresine +Irfan +Irgun +Irgunist +irian +Iriartea +Iriarteaceae +Iricism +Iricize +irid +Iridaceae +iridaceous +iridadenosis +iridal +iridalgia +iridate +iridauxesis +iridectome +iridectomize +iridectomy +iridectropium +iridemia +iridencleisis +iridentropium +irideous +irideremia +irides +iridesce +iridescence +iridescency +iridescent +iridescently +iridial +iridian +iridiate +iridic +iridical +iridin +iridine +iridiocyte +iridiophore +iridioplatinum +iridious +iridite +iridium +iridization +iridize +iridoavulsion +iridocapsulitis +iridocele +iridoceratitic +iridochoroiditis +iridocoloboma +iridoconstrictor +iridocyclitis +iridocyte +iridodesis +iridodiagnosis +iridodialysis +iridodonesis +iridokinesia +iridomalacia +iridomotor +Iridomyrmex +iridoncus +iridoparalysis +iridophore +iridoplegia +iridoptosis +iridopupillary +iridorhexis +iridosclerotomy +iridosmine +iridosmium +iridotasis +iridotome +iridotomy +iris +irisated +irisation +iriscope +irised +Irish +Irisher +Irishian +Irishism +Irishize +Irishly +Irishman +Irishness +Irishry +Irishwoman +Irishy +irisin +irislike +irisroot +iritic +iritis +irk +irksome +irksomely +irksomeness +Irma +Iroha +irok +iroko +iron +ironback +ironbark +ironbound +ironbush +ironclad +irone +ironer +ironfisted +ironflower +ironhanded +ironhandedly +ironhandedness +ironhard +ironhead +ironheaded +ironhearted +ironheartedly +ironheartedness +ironical +ironically +ironicalness +ironice +ironish +ironism +ironist +ironize +ironless +ironlike +ironly +ironmaker +ironmaking +ironman +ironmaster +ironmonger +ironmongering +ironmongery +ironness +ironshod +ironshot +ironside +ironsided +ironsides +ironsmith +ironstone +ironware +ironweed +ironwood +ironwork +ironworked +ironworker +ironworking +ironworks +ironwort +irony +Iroquoian +Iroquois +Irpex +irradiance +irradiancy +irradiant +irradiate +irradiated +irradiatingly +irradiation +irradiative +irradiator +irradicable +irradicate +irrarefiable +irrationability +irrationable +irrationably +irrational +irrationalism +irrationalist +irrationalistic +irrationality +irrationalize +irrationally +irrationalness +irreality +irrealizable +irrebuttable +irreceptive +irreceptivity +irreciprocal +irreciprocity +irreclaimability +irreclaimable +irreclaimableness +irreclaimably +irreclaimed +irrecognition +irrecognizability +irrecognizable +irrecognizably +irrecognizant +irrecollection +irreconcilability +irreconcilable +irreconcilableness +irreconcilably +irreconcile +irreconcilement +irreconciliability +irreconciliable +irreconciliableness +irreconciliably +irreconciliation +irrecordable +irrecoverable +irrecoverableness +irrecoverably +irrecusable +irrecusably +irredeemability +irredeemable +irredeemableness +irredeemably +irredeemed +irredenta +irredential +Irredentism +Irredentist +irredressibility +irredressible +irredressibly +irreducibility +irreducible +irreducibleness +irreducibly +irreductibility +irreductible +irreduction +irreferable +irreflection +irreflective +irreflectively +irreflectiveness +irreflexive +irreformability +irreformable +irrefragability +irrefragable +irrefragableness +irrefragably +irrefrangibility +irrefrangible +irrefrangibleness +irrefrangibly +irrefusable +irrefutability +irrefutable +irrefutableness +irrefutably +irregardless +irregeneracy +irregenerate +irregeneration +irregular +irregularism +irregularist +irregularity +irregularize +irregularly +irregularness +irregulate +irregulated +irregulation +irrelate +irrelated +irrelation +irrelative +irrelatively +irrelativeness +irrelevance +irrelevancy +irrelevant +irrelevantly +irreliability +irrelievable +irreligion +irreligionism +irreligionist +irreligionize +irreligiosity +irreligious +irreligiously +irreligiousness +irreluctant +irremeable +irremeably +irremediable +irremediableness +irremediably +irrememberable +irremissibility +irremissible +irremissibleness +irremissibly +irremission +irremissive +irremovability +irremovable +irremovableness +irremovably +irremunerable +irrenderable +irrenewable +irrenunciable +irrepair +irrepairable +irreparability +irreparable +irreparableness +irreparably +irrepassable +irrepealability +irrepealable +irrepealableness +irrepealably +irrepentance +irrepentant +irrepentantly +irreplaceable +irreplaceably +irrepleviable +irreplevisable +irreportable +irreprehensible +irreprehensibleness +irreprehensibly +irrepresentable +irrepresentableness +irrepressibility +irrepressible +irrepressibleness +irrepressibly +irrepressive +irreproachability +irreproachable +irreproachableness +irreproachably +irreproducible +irreproductive +irreprovable +irreprovableness +irreprovably +irreptitious +irrepublican +irresilient +irresistance +irresistibility +irresistible +irresistibleness +irresistibly +irresoluble +irresolubleness +irresolute +irresolutely +irresoluteness +irresolution +irresolvability +irresolvable +irresolvableness +irresolved +irresolvedly +irresonance +irresonant +irrespectability +irrespectable +irrespectful +irrespective +irrespectively +irrespirable +irrespondence +irresponsibility +irresponsible +irresponsibleness +irresponsibly +irresponsive +irresponsiveness +irrestrainable +irrestrainably +irrestrictive +irresultive +irresuscitable +irresuscitably +irretention +irretentive +irretentiveness +irreticence +irreticent +irretraceable +irretraceably +irretractable +irretractile +irretrievability +irretrievable +irretrievableness +irretrievably +irrevealable +irrevealably +irreverence +irreverend +irreverendly +irreverent +irreverential +irreverentialism +irreverentially +irreverently +irreversibility +irreversible +irreversibleness +irreversibly +irrevertible +irreviewable +irrevisable +irrevocability +irrevocable +irrevocableness +irrevocably +irrevoluble +irrigable +irrigably +irrigant +irrigate +irrigation +irrigational +irrigationist +irrigative +irrigator +irrigatorial +irrigatory +irriguous +irriguousness +irrision +irrisor +Irrisoridae +irrisory +irritability +irritable +irritableness +irritably +irritament +irritancy +irritant +irritate +irritatedly +irritating +irritatingly +irritation +irritative +irritativeness +irritator +irritatory +Irritila +irritomotile +irritomotility +irrorate +irrotational +irrotationally +irrubrical +irrupt +irruptible +irruption +irruptive +irruptively +Irvin +Irving +Irvingesque +Irvingiana +Irvingism +Irvingite +Irwin +is +Isaac +Isabel +isabelina +isabelita +Isabella +Isabelle +Isabelline +isabnormal +isaconitine +isacoustic +isadelphous +Isadora +isagoge +isagogic +isagogical +isagogically +isagogics +isagon +Isaiah +Isaian +isallobar +isallotherm +isamine +Isander +isandrous +isanemone +isanomal +isanomalous +isanthous +isapostolic +Isaria +isarioid +isatate +isatic +isatide +isatin +isatinic +Isatis +isatogen +isatogenic +Isaurian +Isawa +isazoxy +isba +Iscariot +Iscariotic +Iscariotical +Iscariotism +ischemia +ischemic +ischiac +ischiadic +ischiadicus +ischial +ischialgia +ischialgic +ischiatic +ischidrosis +ischioanal +ischiobulbar +ischiocapsular +ischiocaudal +ischiocavernosus +ischiocavernous +ischiocele +ischiocerite +ischiococcygeal +ischiofemoral +ischiofibular +ischioiliac +ischioneuralgia +ischioperineal +ischiopodite +ischiopubic +ischiopubis +ischiorectal +ischiorrhogic +ischiosacral +ischiotibial +ischiovaginal +ischiovertebral +ischium +ischocholia +ischuretic +ischuria +ischury +Ischyodus +Isegrim +isenergic +isentropic +isepiptesial +isepiptesis +iserine +iserite +isethionate +isethionic +Iseum +Isfahan +Ishmael +Ishmaelite +Ishmaelitic +Ishmaelitish +Ishmaelitism +ishpingo +ishshakku +Isiac +Isiacal +Isidae +isidiiferous +isidioid +isidiophorous +isidiose +isidium +isidoid +Isidore +Isidorian +Isidoric +Isinai +isindazole +isinglass +Isis +Islam +Islamic +Islamism +Islamist +Islamistic +Islamite +Islamitic +Islamitish +Islamization +Islamize +island +islander +islandhood +islandic +islandish +islandless +islandlike +islandman +islandress +islandry +islandy +islay +isle +isleless +islesman +islet +Isleta +isleted +isleward +islot +ism +Ismaelism +Ismaelite +Ismaelitic +Ismaelitical +Ismaelitish +Ismaili +Ismailian +Ismailite +ismal +ismatic +ismatical +ismaticalness +ismdom +ismy +Isnardia +iso +isoabnormal +isoagglutination +isoagglutinative +isoagglutinin +isoagglutinogen +isoalantolactone +isoallyl +isoamarine +isoamide +isoamyl +isoamylamine +isoamylene +isoamylethyl +isoamylidene +isoantibody +isoantigen +isoapiole +isoasparagine +isoaurore +isobar +isobarbaloin +isobarbituric +isobare +isobaric +isobarism +isobarometric +isobase +isobath +isobathic +isobathytherm +isobathythermal +isobathythermic +isobenzofuran +isobilateral +isobilianic +isobiogenetic +isoborneol +isobornyl +isobront +isobronton +isobutane +isobutyl +isobutylene +isobutyraldehyde +isobutyrate +isobutyric +isobutyryl +isocamphor +isocamphoric +isocaproic +isocarbostyril +Isocardia +Isocardiidae +isocarpic +isocarpous +isocellular +isocephalic +isocephalism +isocephalous +isocephaly +isocercal +isocercy +isochasm +isochasmic +isocheim +isocheimal +isocheimenal +isocheimic +isocheimonal +isochlor +isochlorophyll +isochlorophyllin +isocholanic +isocholesterin +isocholesterol +isochor +isochoric +isochromatic +isochronal +isochronally +isochrone +isochronic +isochronical +isochronism +isochronize +isochronon +isochronous +isochronously +isochroous +isocinchomeronic +isocinchonine +isocitric +isoclasite +isoclimatic +isoclinal +isocline +isoclinic +isocodeine +isocola +isocolic +isocolon +isocoria +isocorybulbin +isocorybulbine +isocorydine +isocoumarin +isocracy +isocrat +isocratic +isocreosol +isocrotonic +isocrymal +isocryme +isocrymic +isocyanate +isocyanic +isocyanide +isocyanine +isocyano +isocyanogen +isocyanurate +isocyanuric +isocyclic +isocymene +isocytic +isodactylism +isodactylous +isodiabatic +isodialuric +isodiametric +isodiametrical +isodiazo +isodiazotate +isodimorphic +isodimorphism +isodimorphous +isodomic +isodomous +isodomum +isodont +isodontous +isodrome +isodulcite +isodurene +isodynamia +isodynamic +isodynamical +isoelectric +isoelectrically +isoelectronic +isoelemicin +isoemodin +isoenergetic +isoerucic +Isoetaceae +Isoetales +Isoetes +isoeugenol +isoflavone +isoflor +isogamete +isogametic +isogametism +isogamic +isogamous +isogamy +isogen +isogenesis +isogenetic +isogenic +isogenotype +isogenotypic +isogenous +isogeny +isogeotherm +isogeothermal +isogeothermic +isogloss +isoglossal +isognathism +isognathous +isogon +isogonal +isogonality +isogonally +isogonic +isogoniostat +isogonism +isograft +isogram +isograph +isographic +isographical +isographically +isography +isogynous +isohaline +isohalsine +isohel +isohemopyrrole +isoheptane +isohesperidin +isohexyl +isohydric +isohydrocyanic +isohydrosorbic +isohyet +isohyetal +isoimmune +isoimmunity +isoimmunization +isoimmunize +isoindazole +isoindigotin +isoindole +isoionone +isokeraunic +isokeraunographic +isokeraunophonic +Isokontae +isokontan +isokurtic +isolability +isolable +isolapachol +isolate +isolated +isolatedly +isolating +isolation +isolationism +isolationist +isolative +Isolde +isolecithal +isoleucine +isolichenin +isolinolenic +isologous +isologue +isology +Isoloma +isolysin +isolysis +isomagnetic +isomaltose +isomastigate +isomelamine +isomenthone +isomer +Isomera +isomere +isomeric +isomerical +isomerically +isomeride +isomerism +isomerization +isomerize +isomeromorphism +isomerous +isomery +isometric +isometrical +isometrically +isometrograph +isometropia +isometry +isomorph +isomorphic +isomorphism +isomorphous +Isomyaria +isomyarian +isoneph +isonephelic +isonergic +isonicotinic +isonitramine +isonitrile +isonitroso +isonomic +isonomous +isonomy +isonuclear +isonym +isonymic +isonymy +isooleic +isoosmosis +isopachous +isopag +isoparaffin +isopectic +isopelletierin +isopelletierine +isopentane +isoperimeter +isoperimetric +isoperimetrical +isoperimetry +isopetalous +isophanal +isophane +isophasal +isophene +isophenomenal +isophoria +isophorone +isophthalic +isophthalyl +isophyllous +isophylly +isopicramic +isopiestic +isopiestically +isopilocarpine +isoplere +isopleth +Isopleura +isopleural +isopleuran +isopleurous +isopod +Isopoda +isopodan +isopodiform +isopodimorphous +isopodous +isopogonous +isopolite +isopolitical +isopolity +isopoly +isoprene +isopropenyl +isopropyl +isopropylacetic +isopropylamine +isopsephic +isopsephism +Isoptera +isopterous +isoptic +isopulegone +isopurpurin +isopycnic +isopyre +isopyromucic +isopyrrole +isoquercitrin +isoquinine +isoquinoline +isorcinol +isorhamnose +isorhodeose +isorithm +isorosindone +isorrhythmic +isorropic +isosaccharic +isosaccharin +isoscele +isosceles +isoscope +isoseismal +isoseismic +isoseismical +isoseist +isoserine +isosmotic +Isospondyli +isospondylous +isospore +isosporic +isosporous +isospory +isostasist +isostasy +isostatic +isostatical +isostatically +isostemonous +isostemony +isostere +isosteric +isosterism +isostrychnine +isosuccinic +isosulphide +isosulphocyanate +isosulphocyanic +isosultam +isotac +isoteles +isotely +isotheral +isothere +isotherm +isothermal +isothermally +isothermic +isothermical +isothermobath +isothermobathic +isothermous +isotherombrose +isothiocyanates +isothiocyanic +isothiocyano +isothujone +isotimal +isotome +isotomous +isotonia +isotonic +isotonicity +isotony +isotope +isotopic +isotopism +isotopy +isotrehalose +Isotria +isotrimorphic +isotrimorphism +isotrimorphous +isotron +isotrope +isotropic +isotropism +isotropous +isotropy +isotype +isotypic +isotypical +isovalerate +isovalerianate +isovalerianic +isovaleric +isovalerone +isovaline +isovanillic +isovoluminal +isoxanthine +isoxazine +isoxazole +isoxime +isoxylene +isoyohimbine +isozooid +ispaghul +ispravnik +Israel +Israeli +Israelite +Israeliteship +Israelitic +Israelitish +Israelitism +Israelitize +issanguila +Issedoi +Issedones +issei +issite +issuable +issuably +issuance +issuant +issue +issueless +issuer +issuing +ist +isthmi +Isthmia +isthmial +isthmian +isthmiate +isthmic +isthmoid +isthmus +istiophorid +Istiophoridae +Istiophorus +istle +istoke +Istrian +Istvaeones +isuret +isuretine +Isuridae +isuroid +Isurus +Iswara +it +Ita +itabirite +itacism +itacist +itacistic +itacolumite +itaconate +itaconic +Itala +Itali +Italian +Italianate +Italianately +Italianation +Italianesque +Italianish +Italianism +Italianist +Italianity +Italianization +Italianize +Italianizer +Italianly +Italic +Italical +Italically +Italican +Italicanist +Italici +Italicism +italicization +italicize +italics +Italiote +italite +Italomania +Italon +Italophile +itamalate +itamalic +itatartaric +itatartrate +Itaves +itch +itchiness +itching +itchingly +itchless +itchproof +itchreed +itchweed +itchy +itcze +Itea +Iteaceae +Itelmes +item +iteming +itemization +itemize +itemizer +itemy +Iten +Itenean +iter +iterable +iterance +iterancy +iterant +iterate +iteration +iterative +iteratively +iterativeness +Ithaca +Ithacan +Ithacensian +ithagine +Ithaginis +ither +Ithiel +ithomiid +Ithomiidae +Ithomiinae +ithyphallic +Ithyphallus +ithyphyllous +itineracy +itinerancy +itinerant +itinerantly +itinerarian +Itinerarium +itinerary +itinerate +itineration +itmo +Ito +Itoism +Itoist +Itoland +Itonama +Itonaman +Itonia +itonidid +Itonididae +itoubou +its +itself +Ituraean +iturite +Itylus +Itys +Itza +itzebu +iva +Ivan +ivied +ivin +ivoried +ivorine +ivoriness +ivorist +ivory +ivorylike +ivorytype +ivorywood +ivy +ivybells +ivyberry +ivyflower +ivylike +ivyweed +ivywood +ivywort +iwa +iwaiwa +iwis +Ixia +Ixiaceae +Ixiama +Ixil +Ixion +Ixionian +Ixodes +ixodian +ixodic +ixodid +Ixodidae +Ixora +iyo +Izar +izar +izard +Izcateco +Izchak +Izdubar +izle +izote +iztle +Izumi +izzard +Izzy +J +j +Jaalin +jab +Jabarite +jabbed +jabber +jabberer +jabbering +jabberingly +jabberment +Jabberwock +jabberwockian +Jabberwocky +jabbing +jabbingly +jabble +jabers +jabia +jabiru +jaborandi +jaborine +jabot +jaboticaba +jabul +jacal +Jacaltec +Jacalteca +jacamar +Jacamaralcyon +jacameropine +Jacamerops +jacami +jacamin +Jacana +jacana +Jacanidae +Jacaranda +jacare +jacate +jacchus +jacent +jacinth +jacinthe +Jack +jack +jackal +jackanapes +jackanapish +jackaroo +jackass +jackassery +jackassification +jackassism +jackassness +jackbird +jackbox +jackboy +jackdaw +jackeen +jacker +jacket +jacketed +jacketing +jacketless +jacketwise +jackety +jackfish +jackhammer +jackknife +jackleg +jackman +jacko +jackpudding +jackpuddinghood +jackrod +jacksaw +jackscrew +jackshaft +jackshay +jacksnipe +Jackson +Jacksonia +Jacksonian +Jacksonite +jackstay +jackstone +jackstraw +jacktan +jackweed +jackwood +Jacky +Jackye +Jacob +jacobaea +jacobaean +Jacobean +Jacobian +Jacobic +Jacobin +Jacobinia +Jacobinic +Jacobinical +Jacobinically +Jacobinism +Jacobinization +Jacobinize +Jacobite +Jacobitely +Jacobitiana +Jacobitic +Jacobitical +Jacobitically +Jacobitish +Jacobitishly +Jacobitism +jacobsite +Jacobson +jacobus +jacoby +jaconet +Jacqueminot +Jacques +jactance +jactancy +jactant +jactation +jactitate +jactitation +jacu +jacuaru +jaculate +jaculation +jaculative +jaculator +jaculatorial +jaculatory +jaculiferous +Jacunda +jacutinga +jadder +jade +jaded +jadedly +jadedness +jadeite +jadery +jadesheen +jadeship +jadestone +jadish +jadishly +jadishness +jady +jaeger +jag +Jaga +Jagannath +Jagannatha +jagat +Jagatai +Jagataic +Jagath +jager +jagged +jaggedly +jaggedness +jagger +jaggery +jaggy +jagir +jagirdar +jagla +jagless +jagong +jagrata +jagua +jaguar +jaguarete +Jahve +Jahvist +Jahvistic +jail +jailage +jailbird +jaildom +jailer +jaileress +jailering +jailership +jailhouse +jailish +jailkeeper +jaillike +jailmate +jailward +jailyard +Jaime +Jain +Jaina +Jainism +Jainist +Jaipuri +jajman +Jake +jake +jakes +jako +Jakob +Jakun +Jalalaean +jalap +jalapa +jalapin +jalkar +jalloped +jalopy +jalouse +jalousie +jalousied +jalpaite +Jam +jam +jama +Jamaica +Jamaican +jaman +jamb +jambalaya +jambeau +jambo +jambolan +jambone +jambool +jamboree +Jambos +jambosa +jambstone +jamdani +James +Jamesian +Jamesina +jamesonite +jami +Jamie +jamlike +jammedness +jammer +jammy +Jamnia +jampan +jampani +jamrosade +jamwood +Jan +janapa +janapan +Jane +jane +Janet +jangada +Janghey +jangkar +jangle +jangler +jangly +Janice +janiceps +Janiculan +Janiculum +Janiform +janissary +janitor +janitorial +janitorship +janitress +janitrix +Janizarian +Janizary +jank +janker +jann +jannock +Janos +Jansenism +Jansenist +Jansenistic +Jansenistical +Jansenize +Janthina +Janthinidae +jantu +janua +Januarius +January +Janus +Januslike +jaob +Jap +jap +japaconine +japaconitine +Japan +japan +Japanee +Japanese +Japanesque +Japanesquely +Japanesquery +Japanesy +Japanicize +Japanism +Japanization +Japanize +japanned +Japanner +japanner +japannery +Japannish +Japanolatry +Japanologist +Japanology +Japanophile +Japanophobe +Japanophobia +jape +japer +japery +Japetus +Japheth +Japhetic +Japhetide +Japhetite +japing +japingly +japish +japishly +japishness +Japonic +japonica +Japonically +Japonicize +Japonism +Japonize +Japonizer +Japygidae +japygoid +Japyx +Jaqueline +Jaquesian +jaquima +jar +jara +jaragua +jararaca +jararacussu +jarbird +jarble +jarbot +jardiniere +Jared +jarfly +jarful +jarg +jargon +jargonal +jargoneer +jargonelle +jargoner +jargonesque +jargonic +jargonish +jargonist +jargonistic +jargonium +jargonization +jargonize +jarkman +Jarl +jarl +jarldom +jarless +jarlship +Jarmo +jarnut +jarool +jarosite +jarra +jarrah +jarring +jarringly +jarringness +jarry +jarvey +Jarvis +jasey +jaseyed +Jasione +Jasminaceae +jasmine +jasmined +jasminewood +Jasminum +jasmone +Jason +jaspachate +jaspagate +Jasper +jasper +jasperated +jaspered +jasperize +jasperoid +jaspery +jaspidean +jaspideous +jaspilite +jaspis +jaspoid +jasponyx +jaspopal +jass +jassid +Jassidae +jassoid +Jat +jatamansi +Jateorhiza +jateorhizine +jatha +jati +Jatki +Jatni +jato +Jatropha +jatrophic +jatrorrhizine +Jatulian +jaudie +jauk +jaun +jaunce +jaunder +jaundice +jaundiceroot +jaunt +jauntie +jauntily +jauntiness +jauntingly +jaunty +jaup +Java +Javahai +javali +Javan +Javanee +Javanese +javelin +javelina +javeline +javelineer +javer +Javitero +jaw +jawab +jawbation +jawbone +jawbreaker +jawbreaking +jawbreakingly +jawed +jawfall +jawfallen +jawfish +jawfoot +jawfooted +jawless +jawsmith +jawy +Jay +jay +Jayant +Jayesh +jayhawk +jayhawker +jaypie +jaywalk +jaywalker +jazerant +Jazyges +jazz +jazzer +jazzily +jazziness +jazzy +jealous +jealously +jealousness +jealousy +Jeames +Jean +jean +Jean-Christophe +Jean-Pierre +Jeanette +Jeanie +Jeanne +Jeannette +Jeannie +Jeanpaulia +jeans +Jeany +Jebus +Jebusi +Jebusite +Jebusitic +Jebusitical +Jebusitish +jecoral +jecorin +jecorize +jed +jedcock +jedding +jeddock +jeel +jeep +jeer +jeerer +jeering +jeeringly +jeerproof +jeery +jeewhillijers +jeewhillikens +Jef +Jeff +jeff +jefferisite +Jeffersonia +Jeffersonian +Jeffersonianism +jeffersonite +Jeffery +Jeffie +Jeffrey +Jehovah +Jehovic +Jehovism +Jehovist +Jehovistic +jehu +jehup +jejunal +jejunator +jejune +jejunely +jejuneness +jejunitis +jejunity +jejunoduodenal +jejunoileitis +jejunostomy +jejunotomy +jejunum +jelab +jelerang +jelick +jell +jellica +jellico +jellied +jelliedness +jellification +jellify +jellily +jelloid +jelly +jellydom +jellyfish +jellyleaf +jellylike +Jelske +jelutong +Jem +jemadar +Jemez +Jemima +jemmily +jemminess +Jemmy +jemmy +Jenine +jenkin +jenna +jennerization +jennerize +jennet +jenneting +Jennie +jennier +Jennifer +Jenny +jenny +Jenson +jentacular +jeofail +jeopard +jeoparder +jeopardize +jeopardous +jeopardously +jeopardousness +jeopardy +jequirity +Jerahmeel +Jerahmeelites +Jerald +jerboa +jereed +jeremejevite +jeremiad +Jeremiah +Jeremian +Jeremianic +Jeremias +Jeremy +jerez +jerib +jerk +jerker +jerkily +jerkin +jerkined +jerkiness +jerkingly +jerkish +jerksome +jerkwater +jerky +jerl +jerm +jermonal +Jeroboam +Jerome +Jeromian +Jeronymite +jerque +jerquer +Jerrie +Jerry +jerry +jerryism +Jersey +jersey +Jerseyan +jerseyed +Jerseyite +Jerseyman +jert +Jerusalem +jervia +jervina +jervine +Jesper +Jess +jess +jessakeed +jessamine +jessamy +jessant +Jesse +Jessean +jessed +Jessica +Jessie +jessur +jest +jestbook +jestee +jester +jestful +jesting +jestingly +jestingstock +jestmonger +jestproof +jestwise +jestword +Jesu +Jesuate +Jesuit +Jesuited +Jesuitess +Jesuitic +Jesuitical +Jesuitically +Jesuitish +Jesuitism +Jesuitist +Jesuitize +Jesuitocracy +Jesuitry +Jesus +jet +jetbead +jete +Jethro +Jethronian +jetsam +jettage +jetted +jetter +jettied +jettiness +jettingly +jettison +jetton +jetty +jettyhead +jettywise +jetware +Jew +jewbird +jewbush +Jewdom +jewel +jeweler +jewelhouse +jeweling +jewelless +jewellike +jewelry +jewelsmith +jewelweed +jewely +Jewess +jewfish +Jewhood +Jewish +Jewishly +Jewishness +Jewism +Jewless +Jewlike +Jewling +Jewry +Jewship +Jewstone +Jewy +jezail +Jezebel +Jezebelian +Jezebelish +jezekite +jeziah +Jezreelite +jharal +jheel +jhool +jhow +Jhuria +Ji +Jianyun +jib +jibbah +jibber +jibbings +jibby +jibe +jibhead +jibi +jibman +jiboa +jibstay +jicama +Jicaque +Jicaquean +jicara +Jicarilla +jiff +jiffle +jiffy +jig +jigamaree +jigger +jiggerer +jiggerman +jiggers +jigget +jiggety +jigginess +jiggish +jiggle +jiggly +jiggumbob +jiggy +jiglike +jigman +jihad +jikungu +Jill +jillet +jillflirt +jilt +jiltee +jilter +jiltish +Jim +jimbang +jimberjaw +jimberjawed +jimjam +Jimmy +jimmy +jimp +jimply +jimpness +jimpricute +jimsedge +Jin +jina +jincamas +Jincan +Jinchao +jing +jingal +Jingbai +jingbang +jingle +jingled +jinglejangle +jingler +jinglet +jingling +jinglingly +jingly +jingo +jingodom +jingoish +jingoism +jingoist +jingoistic +jinja +jinjili +jink +jinker +jinket +jinkle +jinks +jinn +jinnestan +jinni +jinniwink +jinniyeh +Jinny +jinny +jinriki +jinrikiman +jinrikisha +jinshang +jinx +jipijapa +jipper +jiqui +jirble +jirga +Jiri +jirkinet +Jisheng +Jitendra +jiti +jitneur +jitneuse +jitney +jitneyman +jitro +jitter +jitterbug +jitters +jittery +jiva +Jivaran +Jivaro +Jivaroan +jive +jixie +Jo +jo +Joachim +Joachimite +Joan +Joanna +Joanne +Joannite +joaquinite +Job +job +jobade +jobarbe +jobation +jobber +jobbernowl +jobbernowlism +jobbery +jobbet +jobbing +jobbish +jobble +jobholder +jobless +joblessness +jobman +jobmaster +jobmistress +jobmonger +jobo +jobsmith +Jocasta +Jocelin +Joceline +Jocelyn +joch +Jochen +Jock +jock +jocker +jockey +jockeydom +jockeyish +jockeyism +jockeylike +jockeyship +jocko +jockteleg +jocoque +jocose +jocosely +jocoseness +jocoseriosity +jocoserious +jocosity +jocote +jocu +jocular +jocularity +jocularly +jocularness +joculator +jocum +jocuma +jocund +jocundity +jocundly +jocundness +jodel +jodelr +jodhpurs +Jodo +Joe +joe +joebush +Joel +joewood +Joey +joey +jog +jogger +joggle +joggler +jogglety +jogglework +joggly +jogtrottism +Johan +Johann +Johanna +Johannean +Johannes +johannes +Johannine +Johannisberger +Johannist +Johannite +johannite +John +Johnadreams +Johnathan +Johnian +johnin +Johnnie +Johnny +johnnycake +johnnydom +Johnsmas +Johnsonese +Johnsonian +Johnsoniana +Johnsonianism +Johnsonianly +Johnsonism +johnstrupite +join +joinable +joinant +joinder +joiner +joinery +joining +joiningly +joint +jointage +jointed +jointedly +jointedness +jointer +jointing +jointist +jointless +jointly +jointress +jointure +jointureless +jointuress +jointweed +jointworm +jointy +joist +joisting +joistless +jojoba +joke +jokeless +jokelet +jokeproof +joker +jokesmith +jokesome +jokesomeness +jokester +jokingly +jokish +jokist +jokul +joky +joll +jolleyman +jollier +jollification +jollify +jollily +jolliness +jollity +jollop +jolloped +jolly +jollytail +Joloano +jolt +jolter +jolterhead +jolterheaded +jolterheadedness +jolthead +joltiness +jolting +joltingly +joltless +joltproof +jolty +Jon +Jonah +Jonahesque +Jonahism +Jonas +Jonathan +Jonathanization +Jones +Jonesian +Jong +jonglery +jongleur +Joni +jonque +jonquil +jonquille +Jonsonian +Jonval +jonvalization +jonvalize +jookerie +joola +joom +Joon +Jophiel +Jordan +jordan +Jordanian +jordanite +joree +Jorge +Jorist +jorum +Jos +Jose +josefite +joseite +Joseph +Josepha +Josephine +Josephinism +josephinite +Josephism +Josephite +Josh +josh +josher +joshi +Joshua +Josiah +josie +Josip +joskin +joss +jossakeed +josser +jostle +jostlement +jostler +jot +jota +jotation +jotisi +Jotnian +jotter +jotting +jotty +joubarb +Joubert +joug +jough +jouk +joukerypawkery +joule +joulean +joulemeter +jounce +journal +journalese +journalish +journalism +journalist +journalistic +journalistically +journalization +journalize +journalizer +journey +journeycake +journeyer +journeying +journeyman +journeywoman +journeywork +journeyworker +jours +joust +jouster +Jova +Jove +Jovial +jovial +jovialist +jovialistic +joviality +jovialize +jovially +jovialness +jovialty +Jovian +Jovianly +Jovicentric +Jovicentrical +Jovicentrically +jovilabe +Joviniamish +Jovinian +Jovinianist +Jovite +jow +jowar +jowari +jowel +jower +jowery +jowl +jowler +jowlish +jowlop +jowly +jowpy +jowser +jowter +joy +joyance +joyancy +joyant +Joyce +joyful +joyfully +joyfulness +joyhop +joyleaf +joyless +joylessly +joylessness +joylet +joyous +joyously +joyousness +joyproof +joysome +joyweed +Jozy +Ju +Juan +Juang +juba +jubate +jubbah +jubbe +jube +juberous +jubilance +jubilancy +jubilant +jubilantly +jubilarian +jubilate +jubilatio +jubilation +jubilatory +jubilean +jubilee +jubilist +jubilization +jubilize +jubilus +juck +juckies +Jucuna +jucundity +jud +Judaeomancy +Judaeophile +Judaeophilism +Judaeophobe +Judaeophobia +Judah +Judahite +Judaic +Judaica +Judaical +Judaically +Judaism +Judaist +Judaistic +Judaistically +Judaization +Judaize +Judaizer +Judas +Judaslike +judcock +Jude +Judean +judex +Judge +judge +judgeable +judgelike +judger +judgeship +judgingly +judgmatic +judgmatical +judgmatically +judgment +Judica +judicable +judicate +judication +judicative +judicator +judicatorial +judicatory +judicature +judices +judiciable +judicial +judiciality +judicialize +judicially +judicialness +judiciarily +judiciary +judicious +judiciously +judiciousness +Judith +judo +Judophobism +Judy +Juergen +jufti +jug +Juga +jugal +jugale +Jugatae +jugate +jugated +jugation +juger +jugerum +jugful +jugger +Juggernaut +juggernaut +Juggernautish +juggins +juggle +jugglement +juggler +jugglery +juggling +jugglingly +Juglandaceae +juglandaceous +Juglandales +juglandin +Juglans +juglone +jugular +Jugulares +jugulary +jugulate +jugulum +jugum +Jugurthine +Juha +juice +juiceful +juiceless +juicily +juiciness +juicy +jujitsu +juju +jujube +jujuism +jujuist +juke +jukebox +Jule +julep +Jules +Juletta +Julia +Julian +Juliana +Juliane +Julianist +Julianto +julid +Julidae +julidan +Julie +Julien +julienite +julienne +Juliet +Julietta +julio +Julius +juloid +Juloidea +juloidian +julole +julolidin +julolidine +julolin +juloline +Julus +July +Julyflower +Jumada +Jumana +jumart +jumba +jumble +jumblement +jumbler +jumblingly +jumbly +jumbo +jumboesque +jumboism +jumbuck +jumby +jumelle +jument +jumentous +jumfru +jumillite +jumma +jump +jumpable +jumper +jumperism +jumpiness +jumpingly +jumpness +jumprock +jumpseed +jumpsome +jumpy +Jun +Juncaceae +juncaceous +Juncaginaceae +juncaginaceous +juncagineous +junciform +juncite +Junco +Juncoides +juncous +junction +junctional +junctive +juncture +Juncus +June +june +Juneberry +Junebud +junectomy +Juneflower +Jungermannia +Jungermanniaceae +jungermanniaceous +Jungermanniales +jungle +jungled +jungleside +junglewards +junglewood +jungli +jungly +juniata +junior +juniorate +juniority +juniorship +juniper +Juniperaceae +Juniperus +Junius +junk +junkboard +Junker +junker +Junkerdom +junkerdom +junkerish +Junkerism +junkerism +junket +junketer +junketing +junking +junkman +Juno +Junoesque +Junonia +Junonian +junt +junta +junto +jupati +jupe +Jupiter +jupon +Jur +Jura +jural +jurally +jurament +juramentado +juramental +juramentally +juramentum +Jurane +jurant +jurara +Jurassic +jurat +juration +jurative +jurator +juratorial +juratory +jure +jurel +Jurevis +Juri +juridic +juridical +juridically +juring +jurisconsult +jurisdiction +jurisdictional +jurisdictionalism +jurisdictionally +jurisdictive +jurisprudence +jurisprudent +jurisprudential +jurisprudentialist +jurisprudentially +jurist +juristic +juristical +juristically +juror +jurupaite +jury +juryless +juryman +jurywoman +jusquaboutisme +jusquaboutist +jussel +Jussi +Jussiaea +Jussiaean +Jussieuan +jussion +jussive +jussory +just +justen +justice +justicehood +justiceless +justicelike +justicer +justiceship +justiceweed +Justicia +justiciability +justiciable +justicial +justiciar +justiciarship +justiciary +justiciaryship +justicies +justifiability +justifiable +justifiableness +justifiably +justification +justificative +justificator +justificatory +justifier +justify +justifying +justifyingly +Justin +Justina +Justine +Justinian +Justinianian +Justinianist +justly +justment +justness +justo +Justus +jut +Jute +jute +Jutic +Jutish +jutka +Jutlander +Jutlandish +jutting +juttingly +jutty +Juturna +Juvavian +juvenal +Juvenalian +juvenate +juvenescence +juvenescent +juvenile +juvenilely +juvenileness +juvenilify +juvenilism +juvenility +juvenilize +Juventas +juventude +Juverna +juvia +juvite +juxtalittoral +juxtamarine +juxtapose +juxtaposit +juxtaposition +juxtapositional +juxtapositive +juxtapyloric +juxtaspinal +juxtaterrestrial +juxtatropical +Juyas +Juza +Jwahar +Jynginae +jyngine +Jynx +jynx +K +k +ka +Kababish +Kabaka +kabaragoya +Kabard +Kabardian +kabaya +Kabbeljaws +kabel +kaberu +kabiet +Kabirpanthi +Kabistan +Kabonga +kabuki +Kabuli +Kabyle +Kachari +Kachin +kachin +Kadaga +Kadarite +kadaya +Kadayan +Kaddish +kadein +kadikane +kadischi +Kadmi +kados +Kadu +kaempferol +Kaf +Kafa +kaferita +Kaffir +kaffir +kaffiyeh +Kaffraria +Kaffrarian +Kafir +kafir +Kafiri +kafirin +kafiz +Kafka +Kafkaesque +kafta +kago +kagu +kaha +kahar +kahau +kahikatea +kahili +kahu +kahuna +kai +Kaibab +Kaibartha +kaid +kaik +kaikara +kaikawaka +kail +kailyard +kailyarder +kailyardism +Kaimo +Kainah +kainga +kainite +kainsi +kainyn +kairine +kairoline +kaiser +kaiserdom +kaiserism +kaisership +kaitaka +Kaithi +kaiwhiria +kaiwi +Kaj +Kajar +kajawah +kajugaru +kaka +Kakan +kakapo +kakar +kakarali +kakariki +Kakatoe +Kakatoidae +kakawahie +kaki +kakidrosis +kakistocracy +kakkak +kakke +kakortokite +kala +kaladana +kalamalo +kalamansanai +Kalamian +Kalanchoe +Kalandariyah +Kalang +Kalapooian +kalashnikov +kalasie +Kaldani +kale +kaleidophon +kaleidophone +kaleidoscope +kaleidoscopic +kaleidoscopical +kaleidoscopically +Kalekah +kalema +Kalendae +kalends +kalewife +kaleyard +kali +kalian +Kaliana +kaliborite +kalidium +kaliform +kaligenous +Kalinga +kalinite +kaliophilite +kalipaya +Kalispel +kalium +kallah +kallege +kallilite +Kallima +kallitype +Kalmarian +Kalmia +Kalmuck +kalo +kalogeros +kalokagathia +kalon +kalong +kalpis +kalsomine +kalsominer +kalumpang +kalumpit +Kalwar +kalymmaukion +kalymmocyte +kamachile +kamacite +kamahi +kamala +kamaloka +kamansi +kamao +Kamares +kamarezite +kamarupa +kamarupic +kamas +Kamasin +Kamass +kamassi +Kamba +kambal +kamboh +Kamchadal +Kamchatkan +kame +kameeldoorn +kameelthorn +Kamel +kamelaukion +kamerad +kamias +kamichi +kamik +kamikaze +Kamiya +kammalan +kammererite +kamperite +kampong +kamptomorph +kan +kana +kanae +kanagi +Kanaka +kanap +kanara +Kanarese +kanari +kanat +Kanauji +Kanawari +Kanawha +kanchil +kande +Kandelia +kandol +kaneh +kanephore +kanephoros +Kaneshite +Kanesian +kang +kanga +kangani +kangaroo +kangarooer +Kangli +Kanji +Kankanai +kankie +kannume +kanoon +Kanred +kans +Kansa +Kansan +kantele +kanteletar +kanten +Kanthan +Kantian +Kantianism +Kantism +Kantist +Kanuri +Kanwar +kaoliang +kaolin +kaolinate +kaolinic +kaolinite +kaolinization +kaolinize +kapa +kapai +kapeika +kapok +kapp +kappa +kappe +kappland +kapur +kaput +Karabagh +karagan +Karaism +Karaite +Karaitism +karaka +Karakatchan +Karakul +karakul +Karamojo +karamu +karaoke +Karatas +karate +Karaya +karaya +karbi +karch +kareao +kareeta +Karel +karela +Karelian +Karen +Karharbari +Kari +karite +Karl +Karling +Karluk +karma +Karmathian +karmic +karmouth +karo +kaross +karou +karree +karri +Karroo +karroo +karrusel +karsha +Karshuni +Karst +karst +karstenite +karstic +kartel +Karthli +kartometer +kartos +Kartvel +Kartvelian +karwar +Karwinskia +karyaster +karyenchyma +karyochrome +karyochylema +karyogamic +karyogamy +karyokinesis +karyokinetic +karyologic +karyological +karyologically +karyology +karyolymph +Karyolysidae +karyolysis +Karyolysus +karyolytic +karyomere +karyomerite +karyomicrosome +karyomitoic +karyomitome +karyomiton +karyomitosis +karyomitotic +karyon +karyoplasm +karyoplasma +karyoplasmatic +karyoplasmic +karyopyknosis +karyorrhexis +karyoschisis +karyosome +karyotin +karyotype +kasa +kasbah +kasbeke +kascamiol +Kasha +Kashan +kasher +kashga +kashi +kashima +Kashmiri +Kashmirian +Kashoubish +kashruth +Kashube +Kashubian +Kashyapa +kasida +Kasikumuk +Kaska +Kaskaskia +kasm +kasolite +kassabah +Kassak +Kassite +kassu +kastura +Kasubian +kat +Katabanian +katabasis +katabatic +katabella +katabolic +katabolically +katabolism +katabolite +katabolize +katabothron +katachromasis +katacrotic +katacrotism +katagenesis +katagenetic +katakana +katakinesis +katakinetic +katakinetomer +katakinetomeric +katakiribori +katalase +katalysis +katalyst +katalytic +katalyze +katamorphism +kataphoresis +kataphoretic +kataphoric +kataphrenia +kataplasia +kataplectic +kataplexy +katar +katastate +katastatic +katathermometer +katatonia +katatonic +katatype +katchung +katcina +Kate +kath +Katha +katha +kathal +Katharina +Katharine +katharometer +katharsis +kathartic +kathemoglobin +kathenotheism +Kathleen +kathodic +Kathopanishad +Kathryn +Kathy +Katie +Katik +Katinka +katipo +Katipunan +Katipuneros +katmon +katogle +Katrine +Katrinka +katsup +Katsuwonidae +katuka +Katukina +katun +katurai +Katy +katydid +Kauravas +kauri +kava +kavaic +kavass +Kavi +Kaw +kawaka +Kawchodinne +kawika +Kay +kay +kayak +kayaker +Kayan +Kayasth +Kayastha +kayles +kayo +Kayvan +Kazak +kazi +kazoo +Kazuhiro +kea +keach +keacorn +Keatsian +keawe +keb +kebab +kebbie +kebbuck +kechel +keck +keckle +keckling +kecksy +kecky +ked +Kedar +Kedarite +keddah +kedge +kedger +kedgeree +kedlock +Kedushshah +Kee +keech +keek +keeker +keel +keelage +keelbill +keelblock +keelboat +keelboatman +keeled +keeler +keelfat +keelhale +keelhaul +keelie +keeling +keelivine +keelless +keelman +keelrake +keelson +keen +keena +keened +keener +keenly +keenness +keep +keepable +keeper +keeperess +keepering +keeperless +keepership +keeping +keepsake +keepsaky +keepworthy +keerogue +Kees +keeshond +keest +keet +keeve +Keewatin +kef +keffel +kefir +kefiric +Kefti +Keftian +Keftiu +keg +kegler +kehaya +kehillah +kehoeite +Keid +keilhauite +keita +Keith +keitloa +Kekchi +kekotene +kekuna +kelchin +keld +Kele +kele +kelebe +kelectome +keleh +kelek +kelep +Kelima +kelk +kell +kella +kellion +kellupweed +Kelly +kelly +keloid +keloidal +kelp +kelper +kelpfish +kelpie +kelpware +kelpwort +kelpy +kelt +kelter +Keltoi +kelty +Kelvin +kelvin +kelyphite +Kemal +Kemalism +Kemalist +kemb +kemp +kemperyman +kempite +kemple +kempster +kempt +kempy +Ken +ken +kenaf +Kenai +kenareh +kench +kend +kendir +kendyr +Kenelm +Kenipsim +kenlore +kenmark +Kenn +Kennebec +kennebecker +kennebunker +Kennedya +kennel +kennelly +kennelman +kenner +Kenneth +kenning +kenningwort +kenno +keno +kenogenesis +kenogenetic +kenogenetically +kenogeny +kenosis +kenotic +kenoticism +kenoticist +kenotism +kenotist +kenotoxin +kenotron +Kenseikai +kensington +Kensitite +kenspac +kenspeck +kenspeckle +Kent +kent +kentallenite +Kentia +Kenticism +Kentish +Kentishman +kentledge +Kenton +kentrogon +kentrolite +Kentuckian +Kentucky +kenyte +kep +kepi +Keplerian +kept +Ker +keracele +keralite +kerana +keraphyllocele +keraphyllous +kerasin +kerasine +kerat +keratalgia +keratectasia +keratectomy +Keraterpeton +keratin +keratinization +keratinize +keratinoid +keratinose +keratinous +keratitis +keratoangioma +keratocele +keratocentesis +keratoconjunctivitis +keratoconus +keratocricoid +keratode +keratodermia +keratogenic +keratogenous +keratoglobus +keratoglossus +keratohelcosis +keratohyal +keratoid +Keratoidea +keratoiritis +Keratol +keratoleukoma +keratolysis +keratolytic +keratoma +keratomalacia +keratome +keratometer +keratometry +keratomycosis +keratoncus +keratonosus +keratonyxis +keratophyre +keratoplastic +keratoplasty +keratorrhexis +keratoscope +keratoscopy +keratose +keratosis +keratotome +keratotomy +keratto +keraulophon +keraulophone +Keraunia +keraunion +keraunograph +keraunographic +keraunography +keraunophone +keraunophonic +keraunoscopia +keraunoscopy +kerbstone +kerchief +kerchiefed +kerchoo +kerchug +kerchunk +kerectomy +kerel +Keres +Keresan +Kerewa +kerf +kerflap +kerflop +kerflummox +Kerite +Kermanji +Kermanshah +kermes +kermesic +kermesite +kermis +kern +kernel +kerneled +kernelless +kernelly +kerner +kernetty +kernish +kernite +kernos +kerogen +kerosene +kerplunk +Kerri +Kerria +kerrie +kerrikerri +kerril +kerrite +Kerry +kerry +kersantite +kersey +kerseymere +kerslam +kerslosh +kersmash +kerugma +kerwham +kerygma +kerygmatic +kerykeion +kerystic +kerystics +Keryx +kesslerman +kestrel +ket +keta +ketal +ketapang +ketazine +ketch +ketchcraft +ketchup +ketembilla +keten +ketene +ketimide +ketimine +ketipate +ketipic +keto +ketogen +ketogenesis +ketogenic +ketoheptose +ketohexose +ketoketene +ketol +ketole +ketolysis +ketolytic +ketone +ketonemia +ketonic +ketonimid +ketonimide +ketonimin +ketonimine +ketonization +ketonize +ketonuria +ketose +ketoside +ketosis +ketosuccinic +ketoxime +kette +ketting +kettle +kettlecase +kettledrum +kettledrummer +kettleful +kettlemaker +kettlemaking +kettler +ketty +Ketu +ketuba +ketupa +ketyl +keup +Keuper +keurboom +kevalin +Kevan +kevel +kevelhead +Kevin +kevutzah +Kevyn +Keweenawan +keweenawite +kewpie +kex +kexy +key +keyage +keyboard +keyed +keyhole +keyless +keylet +keylock +Keynesian +Keynesianism +keynote +keynoter +keyseater +keyserlick +keysmith +keystone +keystoned +Keystoner +keyway +Kha +khaddar +khadi +khagiarite +khahoon +khaiki +khair +khaja +khajur +khakanship +khaki +khakied +Khaldian +khalifa +Khalifat +Khalkha +khalsa +Khami +khamsin +Khamti +khan +khanate +khanda +khandait +khanjar +khanjee +khankah +khansamah +khanum +khar +kharaj +Kharia +Kharijite +Kharoshthi +kharouba +kharroubah +Khartoumer +kharua +Kharwar +Khasa +Khasi +khass +khat +khatib +khatri +Khatti +Khattish +Khaya +Khazar +Khazarian +khediva +khedival +khedivate +khedive +khediviah +khedivial +khediviate +khepesh +Kherwari +Kherwarian +khet +Khevzur +khidmatgar +Khila +khilat +khir +khirka +Khitan +Khivan +Khlysti +Khmer +Khoja +khoja +khoka +Khokani +Khond +Khorassan +khot +Khotan +Khotana +Khowar +khu +Khuai +khubber +khula +khuskhus +Khussak +khutbah +khutuktu +Khuzi +khvat +Khwarazmian +kiack +kiaki +kialee +kiang +Kiangan +kiaugh +kibber +kibble +kibbler +kibblerman +kibe +kibei +kibitka +kibitz +kibitzer +kiblah +kibosh +kiby +kick +kickable +Kickapoo +kickback +kickee +kicker +kicking +kickish +kickless +kickoff +kickout +kickseys +kickshaw +kickup +Kidder +kidder +Kidderminster +kiddier +kiddish +kiddush +kiddushin +kiddy +kidhood +kidlet +kidling +kidnap +kidnapee +kidnaper +kidney +kidneyroot +kidneywort +Kids +kidskin +kidsman +kiefekil +Kieffer +kiekie +kiel +kier +Kieran +kieselguhr +kieserite +kiestless +kieye +Kiho +kikar +Kikatsik +kikawaeo +kike +Kiki +kiki +Kikki +Kikongo +kiku +kikuel +kikumon +Kikuyu +kil +kiladja +kilah +kilampere +kilan +kilbrickenite +kildee +kilderkin +kileh +kilerg +kiley +Kilhamite +kilhig +kiliare +kilim +kill +killable +killadar +Killarney +killas +killcalf +killcrop +killcu +killdeer +killeekillee +killeen +killer +killick +killifish +killing +killingly +killingness +killinite +killogie +killweed +killwort +killy +Kilmarnock +kiln +kilneye +kilnhole +kilnman +kilnrib +kilo +kiloampere +kilobar +kilocalorie +kilocycle +kilodyne +kilogauss +kilogram +kilojoule +kiloliter +kilolumen +kilometer +kilometrage +kilometric +kilometrical +kiloparsec +kilostere +kiloton +kilovar +kilovolt +kilowatt +kilp +kilt +kilter +kiltie +kilting +Kiluba +Kim +kim +kimbang +kimberlin +kimberlite +Kimberly +Kimbundu +Kimeridgian +kimigayo +Kimmo +kimnel +kimono +kimonoed +kin +kina +kinaesthesia +kinaesthesis +kinah +kinase +kinbote +Kinch +kinch +kinchin +kinchinmort +kincob +kind +kindergarten +kindergartener +kindergartening +kindergartner +Kinderhook +kindheart +kindhearted +kindheartedly +kindheartedness +kindle +kindler +kindlesome +kindlily +kindliness +kindling +kindly +kindness +kindred +kindredless +kindredly +kindredness +kindredship +kinematic +kinematical +kinematically +kinematics +kinematograph +kinemometer +kineplasty +kinepox +kinesalgia +kinescope +kinesiatric +kinesiatrics +kinesic +kinesics +kinesimeter +kinesiologic +kinesiological +kinesiology +kinesiometer +kinesis +kinesitherapy +kinesodic +kinesthesia +kinesthesis +kinesthetic +kinetic +kinetical +kinetically +kinetics +kinetochore +kinetogenesis +kinetogenetic +kinetogenetically +kinetogenic +kinetogram +kinetograph +kinetographer +kinetographic +kinetography +kinetomer +kinetomeric +kinetonema +kinetonucleus +kinetophone +kinetophonograph +kinetoplast +kinetoscope +kinetoscopic +King +king +kingbird +kingbolt +kingcob +kingcraft +kingcup +kingdom +kingdomed +kingdomful +kingdomless +kingdomship +kingfish +kingfisher +kinghead +kinghood +kinghunter +kingless +kinglessness +kinglet +kinglihood +kinglike +kinglily +kingliness +kingling +kingly +kingmaker +kingmaking +kingpiece +kingpin +kingrow +kingship +kingsman +Kingu +kingweed +kingwood +Kinipetu +kink +kinkable +kinkaider +kinkajou +kinkcough +kinkhab +kinkhost +kinkily +kinkiness +kinkle +kinkled +kinkly +kinksbush +kinky +kinless +kinnikinnick +kino +kinofluous +kinology +kinoplasm +kinoplasmic +Kinorhyncha +kinospore +Kinosternidae +Kinosternon +kinotannic +kinsfolk +kinship +kinsman +kinsmanly +kinsmanship +kinspeople +kinswoman +kintar +Kintyre +kioea +Kioko +kiosk +kiotome +Kiowa +Kiowan +Kioway +kip +kipage +Kipchak +kipe +Kiplingese +Kiplingism +kippeen +kipper +kipperer +kippy +kipsey +kipskin +Kiranti +Kirghiz +Kirghizean +kiri +Kirillitsa +kirimon +Kirk +kirk +kirker +kirkify +kirking +kirkinhead +kirklike +kirkman +kirktown +kirkward +kirkyard +Kirman +kirmew +kirn +kirombo +kirsch +Kirsten +Kirsty +kirtle +kirtled +Kirundi +kirve +kirver +kischen +kish +Kishambala +kishen +kishon +kishy +kiskatom +Kislev +kismet +kismetic +kisra +kiss +kissability +kissable +kissableness +kissage +kissar +kisser +kissing +kissingly +kissproof +kisswise +kissy +kist +kistful +kiswa +Kiswahili +Kit +kit +kitab +kitabis +Kitalpha +Kitamat +Kitan +kitar +kitcat +kitchen +kitchendom +kitchener +kitchenette +kitchenful +kitchenless +kitchenmaid +kitchenman +kitchenry +kitchenward +kitchenwards +kitchenware +kitchenwife +kitcheny +kite +kiteflier +kiteflying +kith +kithe +kithless +kitish +Kitkahaxki +Kitkehahki +kitling +Kitlope +Kittatinny +kittel +kitten +kittendom +kittenhearted +kittenhood +kittenish +kittenishly +kittenishness +kittenless +kittenship +kitter +kittereen +kitthoge +kittiwake +kittle +kittlepins +kittles +kittlish +kittly +kittock +kittul +Kitty +kitty +kittysol +Kitunahan +kiva +kiver +kivikivi +kivu +Kiwai +Kiwanian +Kiwanis +kiwi +kiwikiwi +kiyas +kiyi +Kizil +Kizilbash +Kjeldahl +kjeldahlization +kjeldahlize +klafter +klaftern +klam +Klamath +Klan +Klanism +Klansman +Klanswoman +klaprotholite +Klaskino +Klaudia +Klaus +klavern +Klaxon +klaxon +Klebsiella +kleeneboc +Kleinian +Kleistian +klendusic +klendusity +klendusive +klepht +klephtic +klephtism +kleptic +kleptistic +kleptomania +kleptomaniac +kleptomanist +kleptophobia +klicket +Klikitat +Kling +Klingsor +klip +klipbok +klipdachs +klipdas +klipfish +klippe +klippen +klipspringer +klister +klockmannite +klom +Klondike +Klondiker +klootchman +klop +klops +klosh +Kluxer +klystron +kmet +knab +knabble +knack +knackebrod +knacker +knackery +knacky +knag +knagged +knaggy +knap +knapbottle +knape +knappan +Knapper +knapper +knappish +knappishly +knapsack +knapsacked +knapsacking +knapweed +knar +knark +knarred +knarry +Knautia +knave +knavery +knaveship +knavess +knavish +knavishly +knavishness +knawel +knead +kneadability +kneadable +kneader +kneading +kneadingly +knebelite +knee +kneebrush +kneecap +kneed +kneehole +kneel +kneeler +kneelet +kneeling +kneelingly +kneepad +kneepan +kneepiece +kneestone +Kneiffia +Kneippism +knell +knelt +Knesset +knet +knew +knez +knezi +kniaz +kniazi +knick +knicker +Knickerbocker +knickerbockered +knickerbockers +knickered +knickers +knickknack +knickknackatory +knickknacked +knickknackery +knickknacket +knickknackish +knickknacky +knickpoint +knife +knifeboard +knifeful +knifeless +knifelike +knifeman +knifeproof +knifer +knifesmith +knifeway +knight +knightage +knightess +knighthead +knighthood +Knightia +knightless +knightlihood +knightlike +knightliness +knightling +knightly +knightship +knightswort +Kniphofia +Knisteneaux +knit +knitback +knitch +knitted +knitter +knitting +knittle +knitwear +knitweed +knitwork +knived +knivey +knob +knobbed +knobber +knobbiness +knobble +knobbler +knobbly +knobby +knobkerrie +knoblike +knobstick +knobstone +knobular +knobweed +knobwood +knock +knockabout +knockdown +knockemdown +knocker +knocking +knockless +knockoff +knockout +knockstone +knockup +knoll +knoller +knolly +knop +knopite +knopped +knopper +knoppy +knopweed +knorhaan +Knorria +knosp +knosped +Knossian +knot +knotberry +knotgrass +knothole +knothorn +knotless +knotlike +knotroot +knotted +knotter +knottily +knottiness +knotting +knotty +knotweed +knotwork +knotwort +knout +know +knowability +knowable +knowableness +knowe +knower +knowing +knowingly +knowingness +knowledge +knowledgeable +knowledgeableness +knowledgeably +knowledged +knowledgeless +knowledgement +knowledging +known +knowperts +Knoxian +Knoxville +knoxvillite +knub +knubbly +knubby +knublet +knuckle +knucklebone +knuckled +knuckler +knuckling +knuckly +knuclesome +Knudsen +knur +knurl +knurled +knurling +knurly +Knut +knut +Knute +knutty +knyaz +knyazi +Ko +ko +koa +koae +koala +koali +Koasati +kob +koban +kobellite +kobi +kobird +kobold +kobong +kobu +Kobus +Koch +Kochab +Kochia +kochliarion +koda +Kodagu +Kodak +kodak +kodaker +kodakist +kodakry +Kodashim +kodro +kodurite +Koeberlinia +Koeberliniaceae +koeberliniaceous +koechlinite +Koeksotenok +koel +Koellia +Koelreuteria +koenenite +Koeri +koff +koft +koftgar +koftgari +koggelmannetje +Kogia +Kohathite +Koheleth +kohemp +Kohen +Kohistani +Kohl +kohl +Kohlan +kohlrabi +kohua +koi +Koiari +Koibal +koil +koila +koilanaglyphic +koilon +koimesis +Koine +koine +koinon +koinonia +Koipato +Koitapu +kojang +Kojiki +kokako +kokam +kokan +kokerboom +kokil +kokio +koklas +koklass +Koko +koko +kokoon +Kokoona +kokoromiko +kokowai +kokra +koksaghyz +koku +kokum +kokumin +kokumingun +Kol +kola +kolach +Kolarian +Koldaji +kolea +koleroga +kolhoz +Koli +kolinski +kolinsky +Kolis +kolkhos +kolkhoz +Kolkka +kollast +kollaster +koller +kollergang +kolo +kolobion +kolobus +kolokolo +kolsun +koltunna +koltunnor +Koluschan +Kolush +Komati +komatik +kombu +Kome +Komi +kominuter +kommetje +kommos +komondor +kompeni +Komsomol +kon +kona +konak +Konariot +Konde +Kongo +Kongoese +Kongolese +kongoni +kongsbergite +kongu +Konia +Koniaga +Koniga +konimeter +koninckite +konini +koniology +koniscope +konjak +Konkani +Konomihu +Konrad +konstantin +Konstantinos +kontakion +Konyak +kooka +kookaburra +kookeree +kookery +kookri +koolah +kooletah +kooliman +koolokamba +Koolooly +koombar +koomkie +Koorg +kootcha +Kootenay +kop +Kopagmiut +kopeck +koph +kopi +koppa +koppen +koppite +Koprino +kor +Kora +kora +koradji +Korah +Korahite +Korahitic +korait +korakan +Koran +Korana +Koranic +Koranist +korari +Kore +kore +Korean +korec +koreci +Koreish +Koreishite +korero +Koreshan +Koreshanity +kori +korimako +korin +Kornephorus +kornerupine +kornskeppa +kornskeppur +korntonde +korntonder +korntunna +korntunnur +Koroa +koromika +koromiko +korona +korova +korrel +korrigum +korumburra +koruna +Korwa +Kory +Koryak +korymboi +korymbos +korzec +kos +Kosalan +Koschei +kosher +Kosimo +kosin +kosmokrator +Koso +kosong +kosotoxin +Kossaean +Kossean +Kosteletzkya +koswite +Kota +kotal +Kotar +koto +Kotoko +kotschubeite +kottigite +kotuku +kotukutuku +kotwal +kotwalee +kotyle +kotylos +kou +koulan +Koungmiut +kouza +kovil +Kowagmiut +kowhai +kowtow +koyan +kozo +Kpuesi +Kra +kra +kraal +kraft +Krag +kragerite +krageroite +krait +kraken +krakowiak +kral +Krama +krama +Krameria +Krameriaceae +krameriaceous +kran +krantzite +Krapina +kras +krasis +kratogen +kratogenic +Kraunhia +kraurite +kraurosis +kraurotic +krausen +krausite +kraut +kreis +Kreistag +kreistle +kreittonite +krelos +kremersite +kremlin +krems +kreng +krennerite +Krepi +kreplech +kreutzer +kriegspiel +krieker +Krigia +krimmer +krina +Kriophoros +Kris +Krishna +Krishnaism +Krishnaist +Krishnaite +Krishnaitic +Kristen +Kristi +Kristian +Kristin +Kristinaux +krisuvigite +kritarchy +Krithia +Kriton +kritrima +krobyloi +krobylos +krocket +krohnkite +krome +kromeski +kromogram +kromskop +krona +krone +kronen +kroner +Kronion +kronor +kronur +Kroo +kroon +krosa +krouchka +kroushka +Kru +Krugerism +Krugerite +Kruman +krummhorn +kryokonite +krypsis +kryptic +krypticism +kryptocyanine +kryptol +kryptomere +krypton +Krzysztof +Kshatriya +Kshatriyahood +Kua +Kuan +kuan +Kuar +Kuba +kuba +Kubachi +Kubanka +kubba +Kubera +kubuklion +Kuchean +kuchen +kudize +kudos +Kudrun +kudu +kudzu +Kuehneola +kuei +Kufic +kuge +kugel +Kuhnia +Kui +kuichua +Kuki +kukoline +kukri +kuku +kukui +Kukulcan +kukupa +Kukuruku +kula +kulack +Kulah +kulah +kulaite +kulak +kulakism +Kulanapan +kulang +Kuldip +Kuli +kulimit +kulkarni +kullaite +Kullani +kulm +kulmet +Kulturkampf +Kulturkreis +Kuman +kumbi +kumhar +kumiss +kummel +Kumni +kumquat +kumrah +Kumyk +kunai +Kunbi +Kundry +Kuneste +kung +kunk +kunkur +Kunmiut +kunzite +Kuomintang +kupfernickel +kupfferite +kuphar +kupper +Kuranko +kurbash +kurchicine +kurchine +Kurd +Kurdish +Kurdistan +kurgan +Kuri +Kurilian +Kurku +kurmburra +Kurmi +Kuroshio +kurrajong +Kurt +kurtosis +Kuruba +Kurukh +kuruma +kurumaya +Kurumba +kurung +kurus +kurvey +kurveyor +kusa +kusam +Kusan +kusha +Kushshu +kusimansel +kuskite +kuskos +kuskus +Kuskwogmiut +Kustenau +kusti +Kusum +kusum +kutcha +Kutchin +Kutenai +kuttab +kuttar +kuttaur +kuvasz +Kuvera +kvass +kvint +kvinter +Kwakiutl +kwamme +kwan +Kwannon +Kwapa +kwarta +kwarterka +kwazoku +kyack +kyah +kyar +kyat +kyaung +Kybele +Kyklopes +Kyklops +kyl +Kyle +kyle +kylite +kylix +Kylo +kymation +kymatology +kymbalon +kymogram +kymograph +kymographic +kynurenic +kynurine +kyphoscoliosis +kyphoscoliotic +Kyphosidae +kyphosis +kyphotic +Kyrie +kyrine +kyschtymite +kyte +Kyu +Kyung +Kyurin +Kyurinish +L +l +la +laager +laang +lab +Laban +labara +labarum +labba +labber +labdacism +labdacismus +labdanum +labefact +labefactation +labefaction +labefy +label +labeler +labella +labellate +labeller +labelloid +labellum +labia +labial +labialism +labialismus +labiality +labialization +labialize +labially +Labiatae +labiate +labiated +labidophorous +Labidura +Labiduridae +labiella +labile +lability +labilization +labilize +labioalveolar +labiocervical +labiodental +labioglossal +labioglossolaryngeal +labioglossopharyngeal +labiograph +labioguttural +labiolingual +labiomancy +labiomental +labionasal +labiopalatal +labiopalatalize +labiopalatine +labiopharyngeal +labioplasty +labiose +labiotenaculum +labiovelar +labioversion +labis +labium +lablab +labor +laborability +laborable +laborage +laborant +laboratorial +laboratorian +laboratory +labordom +labored +laboredly +laboredness +laborer +laboress +laborhood +laboring +laboringly +laborious +laboriously +laboriousness +laborism +laborist +laborite +laborless +laborous +laborously +laborousness +laborsaving +laborsome +laborsomely +laborsomeness +Laboulbenia +Laboulbeniaceae +laboulbeniaceous +Laboulbeniales +labour +labra +Labrador +Labradorean +labradorite +labradoritic +labral +labret +labretifery +Labridae +labroid +Labroidea +labrosaurid +labrosauroid +Labrosaurus +labrose +labrum +Labrus +labrusca +labrys +Laburnum +labyrinth +labyrinthal +labyrinthally +labyrinthian +labyrinthibranch +labyrinthibranchiate +Labyrinthibranchii +labyrinthic +labyrinthical +labyrinthically +Labyrinthici +labyrinthiform +labyrinthine +labyrinthitis +Labyrinthodon +labyrinthodont +Labyrinthodonta +labyrinthodontian +labyrinthodontid +labyrinthodontoid +Labyrinthula +Labyrinthulidae +lac +lacca +laccaic +laccainic +laccase +laccol +laccolith +laccolithic +laccolitic +lace +lacebark +laced +Lacedaemonian +laceflower +laceleaf +laceless +lacelike +lacemaker +lacemaking +laceman +lacepiece +lacepod +lacer +lacerability +lacerable +lacerant +lacerate +lacerated +lacerately +laceration +lacerative +Lacerta +Lacertae +lacertian +Lacertid +Lacertidae +lacertiform +Lacertilia +lacertilian +lacertiloid +lacertine +lacertoid +lacertose +lacery +lacet +lacewing +lacewoman +lacewood +lacework +laceworker +laceybark +lache +Lachenalia +laches +Lachesis +Lachnanthes +Lachnosterna +lachryma +lachrymae +lachrymaeform +lachrymal +lachrymally +lachrymalness +lachrymary +lachrymation +lachrymator +lachrymatory +lachrymiform +lachrymist +lachrymogenic +lachrymonasal +lachrymosal +lachrymose +lachrymosely +lachrymosity +lachrymous +lachsa +lacily +Lacinaria +laciness +lacing +lacinia +laciniate +laciniated +laciniation +laciniform +laciniola +laciniolate +laciniose +lacinula +lacinulate +lacinulose +lacis +lack +lackadaisical +lackadaisicality +lackadaisically +lackadaisicalness +lackadaisy +lackaday +lacker +lackey +lackeydom +lackeyed +lackeyism +lackeyship +lackland +lackluster +lacklusterness +lacklustrous +lacksense +lackwit +lackwittedly +lackwittedness +lacmoid +lacmus +Laconian +Laconic +laconic +laconica +laconically +laconicalness +laconicism +laconicum +laconism +laconize +laconizer +Lacosomatidae +lacquer +lacquerer +lacquering +lacquerist +lacroixite +lacrosse +lacrosser +lacrym +lactagogue +lactalbumin +lactam +lactamide +lactant +lactarene +lactarious +lactarium +Lactarius +lactary +lactase +lactate +lactation +lactational +lacteal +lactean +lactenin +lacteous +lactesce +lactescence +lactescency +lactescent +lactic +lacticinia +lactid +lactide +lactiferous +lactiferousness +lactific +lactifical +lactification +lactiflorous +lactifluous +lactiform +lactifuge +lactify +lactigenic +lactigenous +lactigerous +lactim +lactimide +lactinate +lactivorous +lacto +lactobacilli +Lactobacillus +lactobacillus +lactobutyrometer +lactocele +lactochrome +lactocitrate +lactodensimeter +lactoflavin +lactoglobulin +lactoid +lactol +lactometer +lactone +lactonic +lactonization +lactonize +lactophosphate +lactoproteid +lactoprotein +lactoscope +lactose +lactoside +lactosuria +lactothermometer +lactotoxin +lactovegetarian +Lactuca +lactucarium +lactucerin +lactucin +lactucol +lactucon +lactyl +lacuna +lacunae +lacunal +lacunar +lacunaria +lacunary +lacune +lacunose +lacunosity +lacunule +lacunulose +lacuscular +lacustral +lacustrian +lacustrine +lacwork +lacy +lad +Ladakhi +ladakin +ladanigerous +ladanum +ladder +laddered +laddering +ladderlike +ladderway +ladderwise +laddery +laddess +laddie +laddikie +laddish +laddock +lade +lademan +laden +lader +ladhood +ladies +ladify +Ladik +Ladin +lading +Ladino +ladkin +ladle +ladleful +ladler +ladlewood +ladrone +ladronism +ladronize +lady +ladybird +ladybug +ladyclock +ladydom +ladyfinger +ladyfish +ladyfly +ladyfy +ladyhood +ladyish +ladyism +ladykin +ladykind +ladyless +ladylike +ladylikely +ladylikeness +ladyling +ladylintywhite +ladylove +ladyly +ladyship +Ladytide +Laelia +laemodipod +Laemodipoda +laemodipodan +laemodipodiform +laemodipodous +laemoparalysis +laemostenosis +laeotropic +laeotropism +Laestrygones +laet +laeti +laetic +Laevigrada +laevoduction +laevogyrate +laevogyre +laevogyrous +laevolactic +laevorotation +laevorotatory +laevotartaric +laevoversion +lafayette +Lafite +lag +lagan +lagarto +lagen +lagena +Lagenaria +lagend +lageniform +lager +Lagerstroemia +Lagetta +lagetto +laggar +laggard +laggardism +laggardly +laggardness +lagged +laggen +lagger +laggin +lagging +laglast +lagna +lagniappe +lagomorph +Lagomorpha +lagomorphic +lagomorphous +Lagomyidae +lagonite +lagoon +lagoonal +lagoonside +lagophthalmos +lagopode +lagopodous +lagopous +Lagopus +Lagorchestes +lagostoma +Lagostomus +Lagothrix +Lagrangian +Lagthing +Lagting +Laguncularia +Lagunero +Lagurus +lagwort +Lahnda +Lahontan +Lahuli +Lai +lai +Laibach +laic +laical +laicality +laically +laich +laicism +laicity +laicization +laicize +laicizer +laid +laigh +lain +laine +laiose +lair +lairage +laird +lairdess +lairdie +lairdly +lairdocracy +lairdship +lairless +lairman +lairstone +lairy +laitance +laity +Lak +lak +lakarpite +lakatoi +lake +lakeland +lakelander +lakeless +lakelet +lakelike +lakemanship +laker +lakeside +lakeward +lakeweed +lakie +laking +lakish +lakishness +lakism +lakist +Lakota +Lakshmi +laky +lalang +lall +Lallan +Lalland +lallation +lalling +lalo +laloneurosis +lalopathy +lalophobia +laloplegia +lam +lama +lamaic +Lamaism +Lamaist +Lamaistic +Lamaite +Lamanism +Lamanite +Lamano +lamantin +lamany +Lamarckia +Lamarckian +Lamarckianism +Lamarckism +lamasary +lamasery +lamastery +lamb +Lamba +lamba +Lambadi +lambale +lambaste +lambda +lambdacism +lambdoid +lambdoidal +lambeau +lambency +lambent +lambently +lamber +Lambert +lambert +lambhood +lambie +lambiness +lambish +lambkill +lambkin +Lamblia +lambliasis +lamblike +lambling +lambly +lamboys +lambrequin +lambsdown +lambskin +lambsuccory +lamby +lame +lamedh +lameduck +lamel +lamella +lamellar +Lamellaria +Lamellariidae +lamellarly +lamellary +lamellate +lamellated +lamellately +lamellation +lamellibranch +Lamellibranchia +Lamellibranchiata +lamellibranchiate +lamellicorn +lamellicornate +Lamellicornes +Lamellicornia +lamellicornous +lamelliferous +lamelliform +lamellirostral +lamellirostrate +Lamellirostres +lamelloid +lamellose +lamellosity +lamellule +lamely +lameness +lament +lamentable +lamentableness +lamentably +lamentation +lamentational +lamentatory +lamented +lamentedly +lamenter +lamentful +lamenting +lamentingly +lamentive +lamentory +lamester +lamestery +lameter +lametta +lamia +Lamiaceae +lamiaceous +lamiger +lamiid +Lamiidae +Lamiides +Lamiinae +lamin +lamina +laminability +laminable +laminae +laminar +Laminaria +Laminariaceae +laminariaceous +Laminariales +laminarian +laminarin +laminarioid +laminarite +laminary +laminate +laminated +lamination +laminboard +laminectomy +laminiferous +laminiform +laminiplantar +laminiplantation +laminitis +laminose +laminous +lamish +Lamista +lamiter +Lamium +Lammas +lammas +Lammastide +lammer +lammergeier +lammock +lammy +Lamna +lamnectomy +lamnid +Lamnidae +lamnoid +lamp +lampad +lampadary +lampadedromy +lampadephore +lampadephoria +lampadite +lampas +lampatia +lampblack +lamper +lampern +lampers +lampflower +lampfly +lampful +lamphole +lamping +lampion +lampist +lampistry +lampless +lamplet +lamplight +lamplighted +lamplighter +lamplit +lampmaker +lampmaking +lampman +Lampong +lampoon +lampooner +lampoonery +lampoonist +lamppost +lamprey +Lampridae +lamprophony +lamprophyre +lamprophyric +lamprotype +Lampsilis +Lampsilus +lampstand +lampwick +lampyrid +Lampyridae +lampyrine +Lampyris +Lamus +Lamut +lamziekte +lan +Lana +lanameter +Lanao +Lanarkia +lanarkite +lanas +lanate +lanated +lanaz +Lancaster +Lancasterian +Lancastrian +Lance +lance +lanced +lancegay +lancelet +lancelike +lancely +lanceman +lanceolar +lanceolate +lanceolated +lanceolately +lanceolation +lancepesade +lancepod +lanceproof +lancer +lances +lancet +lanceted +lanceteer +lancewood +lancha +lanciers +lanciferous +lanciform +lancinate +lancination +land +landamman +landau +landaulet +landaulette +landblink +landbook +landdrost +landed +lander +landesite +landfall +landfast +landflood +landgafol +landgravate +landgrave +landgraveship +landgravess +landgraviate +landgravine +landholder +landholdership +landholding +landimere +landing +landlady +landladydom +landladyhood +landladyish +landladyship +landless +landlessness +landlike +landline +landlock +landlocked +landlook +landlooker +landloper +landlord +landlordism +landlordly +landlordry +landlordship +landlouper +landlouping +landlubber +landlubberish +landlubberly +landlubbing +landman +landmark +Landmarker +landmil +landmonger +landocracy +landocrat +Landolphia +landolphia +landowner +landownership +landowning +landplane +landraker +landreeve +landright +landsale +landscape +landscapist +landshard +landship +landsick +landside +landskip +landslide +landslip +Landsmaal +landsman +landspout +landspringy +Landsting +landstorm +Landsturm +Landuman +landwaiter +landward +landwash +landways +Landwehr +landwhin +landwire +landwrack +lane +lanete +laneway +laney +langaha +langarai +langbanite +langbeinite +langca +Langhian +langi +langite +langlauf +langlaufer +langle +Lango +Langobard +Langobardic +langoon +langooty +langrage +langsat +Langsdorffia +langsettle +Langshan +langspiel +langsyne +language +languaged +languageless +langued +Languedocian +languescent +languet +languid +languidly +languidness +languish +languisher +languishing +languishingly +languishment +languor +languorous +languorously +langur +laniariform +laniary +laniate +laniferous +lanific +laniflorous +laniform +lanigerous +Laniidae +laniiform +Laniinae +lanioid +lanista +Lanital +Lanius +lank +lanket +lankily +lankiness +lankish +lankly +lankness +lanky +lanner +lanneret +Lanny +lanolin +lanose +lanosity +lansat +lansdowne +lanseh +lansfordite +lansknecht +lanson +lansquenet +lant +lantaca +Lantana +lanterloo +lantern +lanternflower +lanternist +lanternleaf +lanternman +lanthana +lanthanide +lanthanite +Lanthanotidae +Lanthanotus +lanthanum +lanthopine +lantum +lanuginose +lanuginous +lanuginousness +lanugo +lanum +Lanuvian +lanx +lanyard +Lao +Laodicean +Laodiceanism +Laotian +lap +lapacho +lapachol +lapactic +Lapageria +laparectomy +laparocele +laparocholecystotomy +laparocolectomy +laparocolostomy +laparocolotomy +laparocolpohysterotomy +laparocolpotomy +laparocystectomy +laparocystotomy +laparoelytrotomy +laparoenterostomy +laparoenterotomy +laparogastroscopy +laparogastrotomy +laparohepatotomy +laparohysterectomy +laparohysteropexy +laparohysterotomy +laparoileotomy +laparomyitis +laparomyomectomy +laparomyomotomy +laparonephrectomy +laparonephrotomy +laparorrhaphy +laparosalpingectomy +laparosalpingotomy +laparoscopy +laparosplenectomy +laparosplenotomy +laparostict +Laparosticti +laparothoracoscopy +laparotome +laparotomist +laparotomize +laparotomy +laparotrachelotomy +lapboard +lapcock +Lapeirousia +lapel +lapeler +lapelled +lapful +lapicide +lapidarian +lapidarist +lapidary +lapidate +lapidation +lapidator +lapideon +lapideous +lapidescent +lapidicolous +lapidific +lapidification +lapidify +lapidist +lapidity +lapidose +lapilliform +lapillo +lapillus +Lapith +Lapithae +Lapithaean +Laplacian +Lapland +Laplander +Laplandian +Laplandic +Laplandish +lapon +Laportea +Lapp +Lappa +lappaceous +lappage +lapped +lapper +lappet +lappeted +Lappic +lapping +Lappish +Lapponese +Lapponian +Lappula +lapsability +lapsable +Lapsana +lapsation +lapse +lapsed +lapser +lapsi +lapsing +lapsingly +lapstone +lapstreak +lapstreaked +lapstreaker +Laputa +Laputan +laputically +lapwing +lapwork +laquear +laquearian +laqueus +Lar +lar +Laralia +Laramide +Laramie +larboard +larbolins +larbowlines +larcener +larcenic +larcenish +larcenist +larcenous +larcenously +larceny +larch +larchen +lard +lardacein +lardaceous +larder +larderellite +larderer +larderful +larderlike +lardiform +lardite +Lardizabalaceae +lardizabalaceous +lardon +lardworm +lardy +lareabell +Larentiidae +large +largebrained +largehanded +largehearted +largeheartedness +largely +largemouth +largemouthed +largen +largeness +largess +larghetto +largifical +largish +largition +largitional +largo +Lari +lari +Laria +lariat +larick +larid +Laridae +laridine +larigo +larigot +lariid +Lariidae +larin +Larinae +larine +larithmics +Larix +larixin +lark +larker +larkiness +larking +larkingly +larkish +larkishness +larklike +larkling +larksome +larkspur +larky +larmier +larmoyant +Larnaudian +larnax +laroid +larrigan +larrikin +larrikinalian +larrikiness +larrikinism +larriman +larrup +Larry +larry +Lars +larsenite +Larunda +Larus +larva +Larvacea +larvae +larval +Larvalia +larvarium +larvate +larve +larvicidal +larvicide +larvicolous +larviform +larvigerous +larvikite +larviparous +larviposit +larviposition +larvivorous +larvule +laryngal +laryngalgia +laryngeal +laryngeally +laryngean +laryngeating +laryngectomy +laryngemphraxis +laryngendoscope +larynges +laryngic +laryngismal +laryngismus +laryngitic +laryngitis +laryngocele +laryngocentesis +laryngofission +laryngofissure +laryngograph +laryngography +laryngological +laryngologist +laryngology +laryngometry +laryngoparalysis +laryngopathy +laryngopharyngeal +laryngopharyngitis +laryngophony +laryngophthisis +laryngoplasty +laryngoplegia +laryngorrhagia +laryngorrhea +laryngoscleroma +laryngoscope +laryngoscopic +laryngoscopical +laryngoscopist +laryngoscopy +laryngospasm +laryngostasis +laryngostenosis +laryngostomy +laryngostroboscope +laryngotome +laryngotomy +laryngotracheal +laryngotracheitis +laryngotracheoscopy +laryngotracheotomy +laryngotyphoid +laryngovestibulitis +larynx +las +lasa +lasarwort +lascar +lascivious +lasciviously +lasciviousness +laser +Laserpitium +laserwort +lash +lasher +lashingly +lashless +lashlite +Lasi +lasianthous +Lasiocampa +lasiocampid +Lasiocampidae +Lasiocampoidea +lasiocarpous +Lasius +lask +lasket +Laspeyresia +laspring +lasque +lass +lasset +lassie +lassiehood +lassieish +lassitude +lasslorn +lasso +lassock +lassoer +last +lastage +laster +lasting +lastingly +lastingness +lastly +lastness +lastre +lastspring +lasty +lat +lata +latah +Latakia +Latania +Latax +latch +latcher +latchet +latching +latchkey +latchless +latchman +latchstring +late +latebra +latebricole +latecomer +latecoming +lated +lateen +lateener +lately +laten +latence +latency +lateness +latensification +latent +latentize +latently +latentness +later +latera +laterad +lateral +lateralis +laterality +lateralization +lateralize +laterally +Lateran +latericumbent +lateriflexion +laterifloral +lateriflorous +laterifolious +Laterigradae +laterigrade +laterinerved +laterite +lateritic +lateritious +lateriversion +laterization +lateroabdominal +lateroanterior +laterocaudal +laterocervical +laterodeviation +laterodorsal +lateroduction +lateroflexion +lateromarginal +lateronuchal +lateroposition +lateroposterior +lateropulsion +laterostigmatal +laterostigmatic +laterotemporal +laterotorsion +lateroventral +lateroversion +latescence +latescent +latesome +latest +latewhile +latex +latexosis +lath +lathe +lathee +latheman +lathen +lather +latherability +latherable +lathereeve +latherer +latherin +latheron +latherwort +lathery +lathesman +lathhouse +lathing +Lathraea +lathwork +lathy +lathyric +lathyrism +Lathyrus +Latian +latibulize +latices +laticiferous +laticlave +laticostate +latidentate +latifundian +latifundium +latigo +Latimeria +Latin +Latinate +Latiner +Latinesque +Latinian +Latinic +Latiniform +Latinism +latinism +Latinist +Latinistic +Latinistical +Latinitaster +Latinity +Latinization +Latinize +Latinizer +Latinless +Latinus +lation +latipennate +latiplantar +latirostral +Latirostres +latirostrous +Latirus +latisept +latiseptal +latiseptate +latish +latisternal +latitancy +latitant +latitat +latite +latitude +latitudinal +latitudinally +latitudinarian +latitudinarianisn +latitudinary +latitudinous +latomy +Latona +Latonian +Latooka +latrant +latration +latreutic +latria +Latrididae +latrine +Latris +latro +latrobe +latrobite +latrocinium +Latrodectus +latron +latten +lattener +latter +latterkin +latterly +lattermath +lattermost +latterness +lattice +latticed +latticewise +latticework +latticing +latticinio +Latuka +latus +Latvian +lauan +laubanite +laud +laudability +laudable +laudableness +laudably +laudanidine +laudanin +laudanine +laudanosine +laudanum +laudation +laudative +laudator +laudatorily +laudatory +lauder +Laudian +Laudianism +laudification +Laudism +Laudist +laudist +laugh +laughable +laughableness +laughably +laughee +laugher +laughful +laughing +laughingly +laughingstock +laughsome +laughter +laughterful +laughterless +laughworthy +laughy +lauia +laumonite +laumontite +laun +launce +launch +launcher +launchful +launchways +laund +launder +launderability +launderable +launderer +laundry +laundrymaid +laundryman +laundryowner +laundrywoman +laur +Laura +laura +Lauraceae +lauraceous +lauraldehyde +laurate +laurdalite +laureate +laureated +laureateship +laureation +Laurel +laurel +laureled +laurellike +laurelship +laurelwood +Laurence +Laurencia +Laurent +Laurentian +Laurentide +laureole +Laurianne +lauric +Laurie +laurin +laurinoxylon +laurionite +laurite +Laurocerasus +laurone +laurotetanine +Laurus +laurustine +laurustinus +laurvikite +lauryl +lautarite +lautitious +lava +lavable +lavabo +lavacre +lavage +lavaliere +lavalike +Lavandula +lavanga +lavant +lavaret +Lavatera +lavatic +lavation +lavational +lavatorial +lavatory +lave +laveer +Lavehr +lavement +lavender +lavenite +laver +Laverania +laverock +laverwort +lavialite +lavic +Lavinia +lavish +lavisher +lavishing +lavishingly +lavishly +lavishment +lavishness +lavolta +lavrovite +law +lawbook +lawbreaker +lawbreaking +lawcraft +lawful +lawfully +lawfulness +lawgiver +lawgiving +lawing +lawish +lawk +lawlants +lawless +lawlessly +lawlessness +lawlike +lawmaker +lawmaking +lawman +lawmonger +lawn +lawned +lawner +lawnlet +lawnlike +lawny +lawproof +Lawrence +lawrencite +Lawrie +lawrightman +Lawson +Lawsoneve +Lawsonia +lawsonite +lawsuit +lawsuiting +lawter +Lawton +lawyer +lawyeress +lawyerism +lawyerlike +lawyerling +lawyerly +lawyership +lawyery +lawzy +lax +laxate +laxation +laxative +laxatively +laxativeness +laxiflorous +laxifoliate +laxifolious +laxism +laxist +laxity +laxly +laxness +lay +layaway +layback +layboy +layer +layerage +layered +layery +layette +Layia +laying +layland +layman +laymanship +layne +layoff +layout +layover +layship +laystall +laystow +laywoman +Laz +lazar +lazaret +lazaretto +Lazarist +lazarlike +lazarly +lazarole +Lazarus +laze +lazily +laziness +lazule +lazuli +lazuline +lazulite +lazulitic +lazurite +lazy +lazybird +lazybones +lazyboots +lazyhood +lazyish +lazylegs +lazyship +lazzarone +lazzaroni +Lea +lea +leach +leacher +leachman +leachy +Lead +lead +leadable +leadableness +leadage +leadback +leaded +leaden +leadenhearted +leadenheartedness +leadenly +leadenness +leadenpated +leader +leaderess +leaderette +leaderless +leadership +leadhillite +leadin +leadiness +leading +leadingly +leadless +leadman +leadoff +leadout +leadproof +Leads +leadsman +leadstone +leadway +leadwood +leadwork +leadwort +leady +leaf +leafage +leafboy +leafcup +leafdom +leafed +leafen +leafer +leafery +leafgirl +leafit +leafless +leaflessness +leaflet +leafleteer +leaflike +leafstalk +leafwork +leafy +league +leaguelong +leaguer +Leah +leak +leakage +leakance +leaker +leakiness +leakless +leakproof +leaky +leal +lealand +leally +lealness +lealty +leam +leamer +lean +Leander +leaner +leaning +leanish +leanly +leanness +leant +leap +leapable +leaper +leapfrog +leapfrogger +leapfrogging +leaping +leapingly +leapt +Lear +lear +Learchus +learn +learnable +learned +learnedly +learnedness +learner +learnership +learning +learnt +Learoyd +leasable +lease +leasehold +leaseholder +leaseholding +leaseless +leasemonger +leaser +leash +leashless +leasing +leasow +least +leastways +leastwise +leat +leath +leather +leatherback +leatherbark +leatherboard +leatherbush +leathercoat +leathercraft +leatherer +Leatherette +leatherfish +leatherflower +leatherhead +leatherine +leatheriness +leathering +leatherize +leatherjacket +leatherleaf +leatherlike +leathermaker +leathermaking +leathern +leatherneck +Leatheroid +leatherroot +leatherside +Leatherstocking +leatherware +leatherwing +leatherwood +leatherwork +leatherworker +leatherworking +leathery +leathwake +leatman +leave +leaved +leaveless +leavelooker +leaven +leavening +leavenish +leavenless +leavenous +leaver +leaverwood +leaves +leaving +leavy +leawill +leban +Lebanese +lebbek +lebensraum +Lebistes +lebrancho +lecama +lecaniid +Lecaniinae +lecanine +Lecanium +lecanomancer +lecanomancy +lecanomantic +Lecanora +Lecanoraceae +lecanoraceous +lecanorine +lecanoroid +lecanoscopic +lecanoscopy +lech +Lechea +lecher +lecherous +lecherously +lecherousness +lechery +lechriodont +Lechriodonta +lechuguilla +lechwe +Lecidea +Lecideaceae +lecideaceous +lecideiform +lecideine +lecidioid +lecithal +lecithalbumin +lecithality +lecithin +lecithinase +lecithoblast +lecithoprotein +leck +lecker +lecontite +lecotropal +lectern +lection +lectionary +lectisternium +lector +lectorate +lectorial +lectorship +lectotype +lectress +lectrice +lectual +lecture +lecturee +lectureproof +lecturer +lectureship +lecturess +lecturette +lecyth +lecythid +Lecythidaceae +lecythidaceous +Lecythis +lecythoid +lecythus +led +Leda +lede +leden +lederite +ledge +ledged +ledgeless +ledger +ledgerdom +ledging +ledgment +ledgy +Ledidae +ledol +Ledum +Lee +lee +leeangle +leeboard +leech +leecheater +leecher +leechery +leeches +leechkin +leechlike +leechwort +leed +leefang +leeftail +leek +leekish +leeky +leep +leepit +leer +leerily +leeringly +leerish +leerness +leeroway +Leersia +leery +lees +leet +leetman +leewan +leeward +leewardly +leewardmost +leewardness +leeway +leewill +left +leftish +leftism +leftist +leftments +leftmost +leftness +leftover +leftward +leftwardly +leftwards +leg +legacy +legal +legalese +legalism +legalist +legalistic +legalistically +legality +legalization +legalize +legally +legalness +legantine +legatary +legate +legatee +legateship +legatine +legation +legationary +legative +legato +legator +legatorial +legend +legenda +legendarian +legendary +legendic +legendist +legendless +Legendrian +legendry +leger +legerdemain +legerdemainist +legerity +leges +legged +legger +legginess +legging +legginged +leggy +leghorn +legibility +legible +legibleness +legibly +legific +legion +legionary +legioned +legioner +legionnaire +legionry +legislate +legislation +legislational +legislativ +legislative +legislatively +legislator +legislatorial +legislatorially +legislatorship +legislatress +legislature +legist +legit +legitim +legitimacy +legitimate +legitimately +legitimateness +legitimation +legitimatist +legitimatize +legitimism +legitimist +legitimistic +legitimity +legitimization +legitimize +leglen +legless +leglessness +leglet +leglike +legman +legoa +legpiece +legpull +legpuller +legpulling +legrope +legua +leguan +Leguatia +leguleian +leguleious +legume +legumelin +legumen +legumin +leguminiform +Leguminosae +leguminose +leguminous +Lehi +lehr +lehrbachite +lehrman +lehua +lei +Leibnitzian +Leibnitzianism +Leicester +Leif +Leigh +leighton +Leila +leimtype +leiocephalous +leiocome +leiodermatous +leiodermia +leiomyofibroma +leiomyoma +leiomyomatous +leiomyosarcoma +leiophyllous +Leiophyllum +Leiothrix +Leiotrichan +Leiotriches +Leiotrichi +Leiotrichidae +Leiotrichinae +leiotrichine +leiotrichous +leiotrichy +leiotropic +Leipoa +Leishmania +leishmaniasis +Leisten +leister +leisterer +leisurable +leisurably +leisure +leisured +leisureful +leisureless +leisureliness +leisurely +leisureness +Leith +leitmotiv +Leitneria +Leitneriaceae +leitneriaceous +Leitneriales +lek +lekach +lekane +lekha +Lelia +Lemaireocereus +leman +Lemanea +Lemaneaceae +lemel +lemma +lemmata +lemming +lemmitis +lemmoblastic +lemmocyte +Lemmus +Lemna +Lemnaceae +lemnaceous +lemnad +Lemnian +lemniscate +lemniscatic +lemniscus +lemography +lemology +lemon +lemonade +Lemonias +Lemoniidae +Lemoniinae +lemonish +lemonlike +lemonweed +lemonwood +lemony +Lemosi +Lemovices +lempira +Lemuel +lemur +lemures +Lemuria +Lemurian +lemurian +lemurid +Lemuridae +lemuriform +Lemurinae +lemurine +lemuroid +Lemuroidea +Len +Lena +lenad +Lenaea +Lenaean +Lenaeum +Lenaeus +Lenape +lenard +Lenca +Lencan +lench +lend +lendable +lendee +lender +Lendu +lene +length +lengthen +lengthener +lengther +lengthful +lengthily +lengthiness +lengthsman +lengthsome +lengthsomeness +lengthways +lengthwise +lengthy +lenience +leniency +lenient +leniently +lenify +Leninism +Leninist +Leninite +lenis +lenitic +lenitive +lenitively +lenitiveness +lenitude +lenity +lennilite +Lennoaceae +lennoaceous +lennow +Lenny +leno +Lenora +lens +lensed +lensless +lenslike +Lent +lent +Lenten +Lententide +lenth +lenthways +Lentibulariaceae +lentibulariaceous +lenticel +lenticellate +lenticle +lenticonus +lenticula +lenticular +lenticulare +lenticularis +lenticularly +lenticulate +lenticulated +lenticule +lenticulostriate +lenticulothalamic +lentiform +lentigerous +lentiginous +lentigo +lentil +Lentilla +lentisc +lentiscine +lentisco +lentiscus +lentisk +lentitude +lentitudinous +lento +lentoid +lentor +lentous +lenvoi +lenvoy +Lenzites +Leo +Leon +Leonard +Leonardesque +Leonato +leoncito +Leonese +leonhardite +Leonid +Leonine +leonine +leoninely +leonines +Leonis +Leonist +leonite +Leonnoys +Leonora +Leonotis +leontiasis +Leontocebus +leontocephalous +Leontodon +Leontopodium +Leonurus +leopard +leoparde +leopardess +leopardine +leopardite +leopardwood +Leopold +Leopoldinia +leopoldite +Leora +leotard +lepa +Lepadidae +lepadoid +Lepanto +lepargylic +Lepargyraea +Lepas +Lepcha +leper +leperdom +lepered +lepidene +lepidine +Lepidium +lepidoblastic +Lepidodendraceae +lepidodendraceous +lepidodendrid +lepidodendroid +Lepidodendron +lepidoid +Lepidoidei +lepidolite +lepidomelane +Lepidophloios +lepidophyllous +Lepidophyllum +lepidophyte +lepidophytic +lepidoporphyrin +lepidopter +Lepidoptera +lepidopteral +lepidopteran +lepidopterid +lepidopterist +lepidopterological +lepidopterologist +lepidopterology +lepidopteron +lepidopterous +Lepidosauria +lepidosaurian +Lepidosiren +Lepidosirenidae +lepidosirenoid +lepidosis +Lepidosperma +Lepidospermae +Lepidosphes +Lepidostei +lepidosteoid +Lepidosteus +Lepidostrobus +lepidote +Lepidotes +lepidotic +Lepidotus +Lepidurus +Lepilemur +Lepiota +Lepisma +Lepismatidae +Lepismidae +lepismoid +Lepisosteidae +Lepisosteus +lepocyte +Lepomis +leporid +Leporidae +leporide +leporiform +leporine +Leporis +Lepospondyli +lepospondylous +Leposternidae +Leposternon +lepothrix +lepra +Lepralia +lepralian +leprechaun +lepric +leproid +leprologic +leprologist +leprology +leproma +lepromatous +leprosarium +leprose +leprosery +leprosied +leprosis +leprosity +leprosy +leprous +leprously +leprousness +Leptamnium +Leptandra +leptandrin +leptid +Leptidae +leptiform +Leptilon +leptinolite +Leptinotarsa +leptite +Leptocardia +leptocardian +Leptocardii +leptocentric +leptocephalan +leptocephali +leptocephalia +leptocephalic +leptocephalid +Leptocephalidae +leptocephaloid +leptocephalous +Leptocephalus +leptocephalus +leptocephaly +leptocercal +leptochlorite +leptochroa +leptochrous +leptoclase +leptodactyl +Leptodactylidae +leptodactylous +Leptodactylus +leptodermatous +leptodermous +Leptodora +Leptodoridae +Leptogenesis +leptokurtic +Leptolepidae +Leptolepis +Leptolinae +leptomatic +leptome +Leptomedusae +leptomedusan +leptomeningeal +leptomeninges +leptomeningitis +leptomeninx +leptometer +leptomonad +Leptomonas +Lepton +lepton +leptonecrosis +leptonema +leptopellic +Leptophis +leptophyllous +leptoprosope +leptoprosopic +leptoprosopous +leptoprosopy +Leptoptilus +Leptorchis +leptorrhin +leptorrhine +leptorrhinian +leptorrhinism +leptosome +leptosperm +Leptospermum +Leptosphaeria +Leptospira +leptospirosis +leptosporangiate +Leptostraca +leptostracan +leptostracous +Leptostromataceae +Leptosyne +leptotene +Leptothrix +Leptotrichia +Leptotyphlopidae +Leptotyphlops +leptus +leptynite +Lepus +Ler +Lernaea +Lernaeacea +Lernaean +Lernaeidae +lernaeiform +lernaeoid +Lernaeoides +lerot +lerp +lerret +Lerwa +Les +Lesath +Lesbia +Lesbian +Lesbianism +lesche +Lesgh +lesion +lesional +lesiy +Leskea +Leskeaceae +leskeaceous +Lesleya +Leslie +Lespedeza +Lesquerella +less +lessee +lesseeship +lessen +lessener +lesser +lessive +lessn +lessness +lesson +lessor +lest +Lester +lestiwarite +lestobiosis +lestobiotic +Lestodon +Lestosaurus +lestrad +Lestrigon +Lestrigonian +let +letch +letchy +letdown +lete +lethal +lethality +lethalize +lethally +lethargic +lethargical +lethargically +lethargicalness +lethargize +lethargus +lethargy +Lethe +Lethean +lethiferous +Lethocerus +lethologica +Letitia +Leto +letoff +Lett +lettable +letten +letter +lettered +letterer +letteret +lettergram +letterhead +letterin +lettering +letterleaf +letterless +letterpress +letterspace +letterweight +letterwood +Lettic +Lettice +Lettish +lettrin +lettsomite +lettuce +Letty +letup +leu +Leucadendron +Leucadian +leucaemia +leucaemic +Leucaena +leucaethiop +leucaethiopic +leucaniline +leucanthous +leucaugite +leucaurin +leucemia +leucemic +Leucetta +leuch +leuchaemia +leuchemia +leuchtenbergite +Leucichthys +Leucifer +Leuciferidae +leucine +Leucippus +leucism +leucite +leucitic +leucitis +leucitite +leucitohedron +leucitoid +Leuckartia +Leuckartiidae +leuco +leucobasalt +leucoblast +leucoblastic +Leucobryaceae +Leucobryum +leucocarpous +leucochalcite +leucocholic +leucocholy +leucochroic +leucocidic +leucocidin +leucocism +leucocrate +leucocratic +Leucocrinum +leucocyan +leucocytal +leucocyte +leucocythemia +leucocythemic +leucocytic +leucocytoblast +leucocytogenesis +leucocytoid +leucocytology +leucocytolysin +leucocytolysis +leucocytolytic +leucocytometer +leucocytopenia +leucocytopenic +leucocytoplania +leucocytopoiesis +leucocytosis +leucocytotherapy +leucocytotic +Leucocytozoon +leucoderma +leucodermatous +leucodermic +leucoencephalitis +leucogenic +leucoid +leucoindigo +leucoindigotin +Leucojaceae +Leucojum +leucolytic +leucoma +leucomaine +leucomatous +leucomelanic +leucomelanous +leucon +Leuconostoc +leucopenia +leucopenic +leucophane +leucophanite +leucophoenicite +leucophore +leucophyllous +leucophyre +leucoplakia +leucoplakial +leucoplast +leucoplastid +leucopoiesis +leucopoietic +leucopyrite +leucoquinizarin +leucorrhea +leucorrheal +leucoryx +leucosis +Leucosolenia +Leucosoleniidae +leucospermous +leucosphenite +leucosphere +leucospheric +leucostasis +Leucosticte +leucosyenite +leucotactic +Leucothea +Leucothoe +leucotic +leucotome +leucotomy +leucotoxic +leucous +leucoxene +leucyl +leud +leuk +leukemia +leukemic +leukocidic +leukocidin +leukosis +leukotic +leuma +Leung +lev +Levana +levance +Levant +levant +Levanter +levanter +Levantine +levator +levee +level +leveler +levelheaded +levelheadedly +levelheadedness +leveling +levelish +levelism +levelly +levelman +levelness +lever +leverage +leverer +leveret +leverman +levers +leverwood +Levi +leviable +leviathan +levier +levigable +levigate +levigation +levigator +levin +levining +levir +levirate +leviratical +leviration +Levis +Levisticum +levitant +levitate +levitation +levitational +levitative +levitator +Levite +Levitical +Leviticalism +Leviticality +Levitically +Leviticalness +Leviticism +Leviticus +Levitism +levity +levo +levoduction +levogyrate +levogyre +levogyrous +levolactic +levolimonene +levorotation +levorotatory +levotartaric +levoversion +levulic +levulin +levulinic +levulose +levulosuria +levy +levyist +levynite +Lew +lew +Lewanna +lewd +lewdly +lewdness +Lewie +Lewis +lewis +Lewisia +Lewisian +lewisite +lewisson +lewth +Lex +lexia +lexical +lexicalic +lexicality +lexicographer +lexicographian +lexicographic +lexicographical +lexicographically +lexicographist +lexicography +lexicologic +lexicological +lexicologist +lexicology +lexicon +lexiconist +lexiconize +lexigraphic +lexigraphical +lexigraphically +lexigraphy +lexiphanic +lexiphanicism +ley +leyland +leysing +Lezghian +lherzite +lherzolite +Lhota +li +liability +liable +liableness +liaison +liana +liang +liar +liard +Lias +Liassic +Liatris +libament +libaniferous +libanophorous +libanotophorous +libant +libate +libation +libationary +libationer +libatory +libber +libbet +libbra +Libby +libel +libelant +libelee +libeler +libelist +libellary +libellate +Libellula +libellulid +Libellulidae +libelluloid +libelous +libelously +Liber +liber +liberal +Liberalia +liberalism +liberalist +liberalistic +liberality +liberalization +liberalize +liberalizer +liberally +liberalness +liberate +liberation +liberationism +liberationist +liberative +liberator +liberatory +liberatress +Liberia +Liberian +liberomotor +libertarian +libertarianism +Libertas +liberticidal +liberticide +libertinage +libertine +libertinism +liberty +libertyless +libethenite +libidibi +libidinal +libidinally +libidinosity +libidinous +libidinously +libidinousness +libido +Libitina +libken +Libocedrus +Libra +libra +libral +librarian +librarianess +librarianship +librarious +librarius +library +libraryless +librate +libration +libratory +libretti +librettist +libretto +Librid +libriform +libroplast +Libyan +Libytheidae +Libytheinae +Licania +licareol +licca +licensable +license +licensed +licensee +licenseless +licenser +licensor +licensure +licentiate +licentiateship +licentiation +licentious +licentiously +licentiousness +lich +licham +lichanos +lichen +lichenaceous +lichened +Lichenes +licheniasis +lichenic +lichenicolous +licheniform +lichenin +lichenism +lichenist +lichenivorous +lichenization +lichenize +lichenlike +lichenographer +lichenographic +lichenographical +lichenographist +lichenography +lichenoid +lichenologic +lichenological +lichenologist +lichenology +Lichenopora +Lichenoporidae +lichenose +licheny +lichi +Lichnophora +Lichnophoridae +Licinian +licit +licitation +licitly +licitness +lick +licker +lickerish +lickerishly +lickerishness +licking +lickpenny +lickspit +lickspittle +lickspittling +licorice +licorn +licorne +lictor +lictorian +Licuala +lid +Lida +lidded +lidder +Lide +lidflower +lidgate +lidless +lie +liebenerite +Liebfraumilch +liebigite +lied +lief +liege +liegedom +liegeful +liegefully +liegeless +liegely +liegeman +lieger +lien +lienal +lienculus +lienee +lienic +lienitis +lienocele +lienogastric +lienointestinal +lienomalacia +lienomedullary +lienomyelogenous +lienopancreatic +lienor +lienorenal +lienotoxin +lienteria +lienteric +lientery +lieproof +lieprooflier +lieproofliest +lier +lierne +lierre +liesh +liespfund +lieu +lieue +lieutenancy +lieutenant +lieutenantry +lieutenantship +Lievaart +lieve +lievrite +Lif +life +lifeblood +lifeboat +lifeboatman +lifeday +lifedrop +lifeful +lifefully +lifefulness +lifeguard +lifehold +lifeholder +lifeless +lifelessly +lifelessness +lifelet +lifelike +lifelikeness +lifeline +lifelong +lifer +liferent +liferenter +liferentrix +liferoot +lifesaver +lifesaving +lifesome +lifesomely +lifesomeness +lifespring +lifetime +lifeward +lifework +lifey +lifo +lift +liftable +lifter +lifting +liftless +liftman +ligable +ligament +ligamental +ligamentary +ligamentous +ligamentously +ligamentum +ligas +ligate +ligation +ligator +ligature +ligeance +ligger +light +lightable +lightboat +lightbrained +lighten +lightener +lightening +lighter +lighterage +lighterful +lighterman +lightface +lightful +lightfulness +lighthead +lightheaded +lightheadedly +lightheadedness +lighthearted +lightheartedly +lightheartedness +lighthouse +lighthouseman +lighting +lightish +lightkeeper +lightless +lightlessness +lightly +lightman +lightmanship +lightmouthed +lightness +lightning +lightninglike +lightningproof +lightproof +lightroom +lightscot +lightship +lightsman +lightsome +lightsomely +lightsomeness +lighttight +lightwards +lightweight +lightwood +lightwort +lignaloes +lignatile +ligne +ligneous +lignescent +lignicole +lignicoline +lignicolous +ligniferous +lignification +ligniform +lignify +lignin +ligninsulphonate +ligniperdous +lignite +lignitic +lignitiferous +lignitize +lignivorous +lignocellulose +lignoceric +lignography +lignone +lignose +lignosity +lignosulphite +lignosulphonate +lignum +ligroine +ligula +ligular +Ligularia +ligulate +ligulated +ligule +Liguliflorae +liguliflorous +liguliform +ligulin +liguloid +Liguorian +ligure +Ligurian +ligurite +ligurition +Ligusticum +ligustrin +Ligustrum +Ligyda +Ligydidae +Lihyanite +liin +lija +likability +likable +likableness +like +likelihead +likelihood +likeliness +likely +liken +likeness +liker +likesome +likeways +likewise +likin +liking +liknon +Lila +lilac +lilaceous +lilacin +lilacky +lilacthroat +lilactide +Lilaeopsis +lile +Liliaceae +liliaceous +Liliales +Lilian +lilied +liliform +Liliiflorae +Lilith +Lilium +lill +lillianite +lillibullero +Lilliput +Lilliputian +Lilliputianize +lilt +liltingly +liltingness +lily +lilyfy +lilyhanded +lilylike +lilywood +lilywort +lim +Lima +Limacea +limacel +limaceous +Limacidae +limaciform +Limacina +limacine +limacinid +Limacinidae +limacoid +limacon +limaille +liman +limation +Limawood +Limax +limb +limbal +limbat +limbate +limbation +limbeck +limbed +limber +limberham +limberly +limberness +limbers +limbic +limbie +limbiferous +limbless +limbmeal +limbo +limboinfantum +limbous +Limbu +Limburger +limburgite +limbus +limby +lime +limeade +Limean +limeberry +limebush +limehouse +limekiln +limeless +limelight +limelighter +limelike +limeman +limen +limequat +limer +Limerick +limes +limestone +limetta +limettin +limewash +limewater +limewort +limey +Limicolae +limicoline +limicolous +Limidae +liminal +liminary +liminess +liming +limit +limitable +limitableness +limital +limitarian +limitary +limitate +limitation +limitative +limitatively +limited +limitedly +limitedness +limiter +limiting +limitive +limitless +limitlessly +limitlessness +limitrophe +limivorous +limma +limmer +limmock +limmu +limn +limnanth +Limnanthaceae +limnanthaceous +Limnanthemum +Limnanthes +limner +limnery +limnetic +Limnetis +limniad +limnimeter +limnimetric +limnite +limnobiologic +limnobiological +limnobiologically +limnobiology +limnobios +Limnobium +Limnocnida +limnograph +limnologic +limnological +limnologically +limnologist +limnology +limnometer +limnophile +limnophilid +Limnophilidae +limnophilous +limnoplankton +Limnorchis +Limnoria +Limnoriidae +limnorioid +Limodorum +limoid +limonene +limoniad +limonin +limonite +limonitic +limonitization +limonium +Limosa +limose +Limosella +Limosi +limous +limousine +limp +limper +limpet +limphault +limpid +limpidity +limpidly +limpidness +limpily +limpin +limpiness +limping +limpingly +limpingness +limpish +limpkin +limply +limpness +limpsy +limpwort +limpy +limsy +limu +limulid +Limulidae +limuloid +Limuloidea +Limulus +limurite +limy +Lin +lin +Lina +lina +linable +Linaceae +linaceous +linaga +linage +linaloa +linalol +linalool +linamarin +Linanthus +Linaria +linarite +linch +linchbolt +linchet +linchpin +linchpinned +lincloth +Lincoln +Lincolnian +Lincolniana +Lincolnlike +linctus +Linda +lindackerite +lindane +linden +Linder +linder +Lindera +Lindleyan +lindo +lindoite +Lindsay +Lindsey +line +linea +lineage +lineaged +lineal +lineality +lineally +lineament +lineamental +lineamentation +lineameter +linear +linearifolius +linearity +linearization +linearize +linearly +lineate +lineated +lineation +lineature +linecut +lined +lineiform +lineless +linelet +lineman +linen +Linene +linenette +linenize +linenizer +linenman +lineocircular +lineograph +lineolate +lineolated +liner +linesman +Linet +linewalker +linework +ling +linga +Lingayat +lingberry +lingbird +linge +lingel +lingenberry +linger +lingerer +lingerie +lingo +lingonberry +Lingoum +lingtow +lingtowman +lingua +linguacious +linguaciousness +linguadental +linguaeform +lingual +linguale +linguality +lingualize +lingually +linguanasal +Linguata +Linguatula +Linguatulida +Linguatulina +linguatuline +linguatuloid +linguet +linguidental +linguiform +linguipotence +linguist +linguister +linguistic +linguistical +linguistically +linguistician +linguistics +linguistry +lingula +lingulate +lingulated +Lingulella +lingulid +Lingulidae +linguliferous +linguliform +linguloid +linguodental +linguodistal +linguogingival +linguopalatal +linguopapillitis +linguoversion +lingwort +lingy +linha +linhay +linie +liniment +linin +lininess +lining +linitis +liniya +linja +linje +link +linkable +linkage +linkboy +linked +linkedness +linker +linking +linkman +links +linksmith +linkwork +linky +Linley +linn +Linnaea +Linnaean +Linnaeanism +linnaeite +Linne +linnet +lino +linolate +linoleic +linolein +linolenate +linolenic +linolenin +linoleum +linolic +linolin +linometer +linon +Linopteris +Linos +Linotype +linotype +linotyper +linotypist +linous +linoxin +linoxyn +linpin +Linsang +linseed +linsey +linstock +lint +lintel +linteled +linteling +linten +linter +lintern +lintie +lintless +lintonite +lintseed +lintwhite +linty +Linum +Linus +linwood +liny +Linyphia +Linyphiidae +liodermia +liomyofibroma +liomyoma +lion +lioncel +Lionel +lionel +lionesque +lioness +lionet +lionheart +lionhearted +lionheartedness +lionhood +lionism +lionizable +lionization +lionize +lionizer +lionlike +lionly +lionproof +lionship +Liothrix +Liotrichi +Liotrichidae +liotrichine +lip +lipa +lipacidemia +lipaciduria +Lipan +Liparian +liparian +liparid +Liparidae +Liparididae +Liparis +liparite +liparocele +liparoid +liparomphalus +liparous +lipase +lipectomy +lipemia +Lipeurus +lipide +lipin +lipless +liplet +liplike +lipoblast +lipoblastoma +Lipobranchia +lipocaic +lipocardiac +lipocele +lipoceratous +lipocere +lipochondroma +lipochrome +lipochromogen +lipoclasis +lipoclastic +lipocyte +lipodystrophia +lipodystrophy +lipoferous +lipofibroma +lipogenesis +lipogenetic +lipogenic +lipogenous +lipogram +lipogrammatic +lipogrammatism +lipogrammatist +lipography +lipohemia +lipoid +lipoidal +lipoidemia +lipoidic +lipolysis +lipolytic +lipoma +lipomata +lipomatosis +lipomatous +lipometabolic +lipometabolism +lipomorph +lipomyoma +lipomyxoma +lipopexia +lipophagic +lipophore +lipopod +Lipopoda +lipoprotein +liposarcoma +liposis +liposome +lipostomy +lipothymial +lipothymic +lipothymy +lipotrophic +lipotrophy +lipotropic +lipotropy +lipotype +Lipotyphla +lipovaccine +lipoxenous +lipoxeny +lipped +lippen +lipper +lipperings +Lippia +lippiness +lipping +lippitude +lippitudo +lippy +lipsanographer +lipsanotheca +lipstick +lipuria +lipwork +liquable +liquamen +liquate +liquation +liquefacient +liquefaction +liquefactive +liquefiable +liquefier +liquefy +liquesce +liquescence +liquescency +liquescent +liqueur +liquid +liquidable +Liquidambar +liquidamber +liquidate +liquidation +liquidator +liquidatorship +liquidity +liquidize +liquidizer +liquidless +liquidly +liquidness +liquidogenic +liquidogenous +liquidy +liquiform +liquor +liquorer +liquorish +liquorishly +liquorishness +liquorist +liquorless +lira +lirate +liration +lire +lirella +lirellate +lirelliform +lirelline +lirellous +Liriodendron +liripipe +liroconite +lis +Lisa +Lisbon +Lise +lisere +Lisette +lish +lisk +Lisle +lisle +lisp +lisper +lispingly +lispund +liss +Lissamphibia +lissamphibian +Lissencephala +lissencephalic +lissencephalous +Lissoflagellata +lissoflagellate +lissom +lissome +lissomely +lissomeness +lissotrichan +Lissotriches +lissotrichous +lissotrichy +List +list +listable +listed +listedness +listel +listen +listener +listening +lister +Listera +listerellosis +Listeria +Listerian +Listerine +Listerism +Listerize +listing +listless +listlessly +listlessness +listred +listwork +Lisuarte +lit +litaneutical +litany +litanywise +litas +litation +litch +litchi +lite +liter +literacy +literaily +literal +literalism +literalist +literalistic +literality +literalization +literalize +literalizer +literally +literalminded +literalmindedness +literalness +literarian +literariness +literary +literaryism +literate +literati +literation +literatist +literato +literator +literature +literatus +literose +literosity +lith +lithagogue +lithangiuria +lithanthrax +litharge +lithe +lithectasy +lithectomy +lithely +lithemia +lithemic +litheness +lithesome +lithesomeness +lithi +lithia +lithiasis +lithiastic +lithiate +lithic +lithifaction +lithification +lithify +lithite +lithium +litho +lithobiid +Lithobiidae +lithobioid +Lithobius +Lithocarpus +lithocenosis +lithochemistry +lithochromatic +lithochromatics +lithochromatographic +lithochromatography +lithochromography +lithochromy +lithoclase +lithoclast +lithoclastic +lithoclasty +lithoculture +lithocyst +lithocystotomy +Lithodes +lithodesma +lithodialysis +lithodid +Lithodidae +lithodomous +Lithodomus +lithofracteur +lithofractor +lithogenesis +lithogenetic +lithogenous +lithogeny +lithoglyph +lithoglypher +lithoglyphic +lithoglyptic +lithoglyptics +lithograph +lithographer +lithographic +lithographical +lithographically +lithographize +lithography +lithogravure +lithoid +lithoidite +litholabe +litholapaxy +litholatrous +litholatry +lithologic +lithological +lithologically +lithologist +lithology +litholysis +litholyte +litholytic +lithomancy +lithomarge +lithometer +lithonephria +lithonephritis +lithonephrotomy +lithontriptic +lithontriptist +lithontriptor +lithopedion +lithopedium +lithophagous +lithophane +lithophanic +lithophany +lithophilous +lithophone +lithophotography +lithophotogravure +lithophthisis +lithophyl +lithophyllous +lithophysa +lithophysal +lithophyte +lithophytic +lithophytous +lithopone +lithoprint +lithoscope +lithosian +lithosiid +Lithosiidae +Lithosiinae +lithosis +lithosol +lithosperm +lithospermon +lithospermous +Lithospermum +lithosphere +lithotint +lithotome +lithotomic +lithotomical +lithotomist +lithotomize +lithotomous +lithotomy +lithotony +lithotresis +lithotripsy +lithotriptor +lithotrite +lithotritic +lithotritist +lithotrity +lithotype +lithotypic +lithotypy +lithous +lithoxyl +lithsman +Lithuanian +Lithuanic +lithuresis +lithuria +lithy +liticontestation +litigable +litigant +litigate +litigation +litigationist +litigator +litigatory +litigiosity +litigious +litigiously +litigiousness +Litiopa +litiscontest +litiscontestation +litiscontestational +litmus +Litopterna +Litorina +Litorinidae +litorinoid +litotes +litra +Litsea +litster +litten +litter +litterateur +litterer +littermate +littery +little +littleleaf +littleneck +littleness +littlewale +littling +littlish +littoral +Littorella +littress +lituiform +lituite +Lituites +Lituitidae +Lituola +lituoline +lituoloid +liturate +liturgical +liturgically +liturgician +liturgics +liturgiological +liturgiologist +liturgiology +liturgism +liturgist +liturgistic +liturgistical +liturgize +liturgy +litus +lituus +Litvak +Lityerses +litz +Liukiu +Liv +livability +livable +livableness +live +liveborn +lived +livedo +livelihood +livelily +liveliness +livelong +lively +liven +liveness +liver +liverance +liverberry +livered +liverhearted +liverheartedness +liveried +liverish +liverishness +liverleaf +liverless +Liverpudlian +liverwort +liverwurst +livery +liverydom +liveryless +liveryman +livestock +Livian +livid +lividity +lividly +lividness +livier +living +livingless +livingly +livingness +livingstoneite +Livish +Livistona +Livonian +livor +livre +liwan +lixive +lixivial +lixiviate +lixiviation +lixiviator +lixivious +lixivium +Liyuan +Liz +Liza +lizard +lizardtail +Lizzie +llama +Llanberisslate +Llandeilo +Llandovery +llano +llautu +Lleu +Llew +Lloyd +Lludd +llyn +Lo +lo +Loa +loa +loach +load +loadage +loaded +loaden +loader +loading +loadless +loadpenny +loadsome +loadstone +loaf +loafer +loaferdom +loaferish +loafing +loafingly +loaflet +loaghtan +loam +loamily +loaminess +loaming +loamless +Loammi +loamy +loan +loanable +loaner +loanin +loanmonger +loanword +Loasa +Loasaceae +loasaceous +loath +loathe +loather +loathful +loathfully +loathfulness +loathing +loathingly +loathliness +loathly +loathness +loathsome +loathsomely +loathsomeness +Loatuko +loave +lob +Lobachevskian +lobal +Lobale +lobar +Lobaria +Lobata +Lobatae +lobate +lobated +lobately +lobation +lobber +lobbish +lobby +lobbyer +lobbyism +lobbyist +lobbyman +lobcock +lobe +lobectomy +lobed +lobefoot +lobefooted +lobeless +lobelet +Lobelia +Lobeliaceae +lobeliaceous +lobelin +lobeline +lobellated +lobfig +lobiform +lobigerous +lobing +lobiped +loblolly +lobo +lobola +lobopodium +Lobosa +lobose +lobotomy +lobscourse +lobscouse +lobscouser +lobster +lobstering +lobsterish +lobsterlike +lobsterproof +lobtail +lobular +Lobularia +lobularly +lobulate +lobulated +lobulation +lobule +lobulette +lobulose +lobulous +lobworm +loca +locable +local +locale +localism +localist +localistic +locality +localizable +localization +localize +localizer +locally +localness +locanda +Locarnist +Locarnite +Locarnize +Locarno +locate +location +locational +locative +locator +locellate +locellus +loch +lochage +lochan +lochetic +lochia +lochial +lochiocolpos +lochiocyte +lochiometra +lochiometritis +lochiopyra +lochiorrhagia +lochiorrhea +lochioschesis +Lochlin +lochometritis +lochoperitonitis +lochopyra +lochus +lochy +loci +lociation +lock +lockable +lockage +Lockatong +lockbox +locked +locker +lockerman +locket +lockful +lockhole +Lockian +Lockianism +locking +lockjaw +lockless +locklet +lockmaker +lockmaking +lockman +lockout +lockpin +Lockport +lockram +locksman +locksmith +locksmithery +locksmithing +lockspit +lockup +lockwork +locky +loco +locodescriptive +locofoco +Locofocoism +locoism +locomobile +locomobility +locomote +locomotility +locomotion +locomotive +locomotively +locomotiveman +locomotiveness +locomotivity +locomotor +locomotory +locomutation +locoweed +Locrian +Locrine +loculament +loculamentose +loculamentous +locular +loculate +loculated +loculation +locule +loculicidal +loculicidally +loculose +loculus +locum +locus +locust +locusta +locustal +locustberry +locustelle +locustid +Locustidae +locusting +locustlike +locution +locutor +locutorship +locutory +lod +Loddigesia +lode +lodemanage +lodesman +lodestar +lodestone +lodestuff +lodge +lodgeable +lodged +lodgeful +lodgeman +lodgepole +lodger +lodgerdom +lodging +lodginghouse +lodgings +lodgment +Lodha +lodicule +Lodoicea +Lodowic +Lodowick +Lodur +Loegria +loess +loessal +loessial +loessic +loessland +loessoid +lof +lofstelle +loft +lofter +loftily +loftiness +lofting +loftless +loftman +loftsman +lofty +log +loganberry +Logania +Loganiaceae +loganiaceous +loganin +logaoedic +logarithm +logarithmal +logarithmetic +logarithmetical +logarithmetically +logarithmic +logarithmical +logarithmically +logarithmomancy +logbook +logcock +loge +logeion +logeum +loggat +logged +logger +loggerhead +loggerheaded +loggia +loggin +logging +loggish +loghead +logheaded +logia +logic +logical +logicalist +logicality +logicalization +logicalize +logically +logicalness +logicaster +logician +logicism +logicist +logicity +logicize +logicless +logie +login +logion +logistic +logistical +logistician +logistics +logium +loglet +loglike +logman +logocracy +logodaedaly +logogogue +logogram +logogrammatic +logograph +logographer +logographic +logographical +logographically +logography +logogriph +logogriphic +logoi +logolatry +logology +logomach +logomacher +logomachic +logomachical +logomachist +logomachize +logomachy +logomancy +logomania +logomaniac +logometer +logometric +logometrical +logometrically +logopedia +logopedics +logorrhea +logos +logothete +logotype +logotypy +Logres +Logria +Logris +logroll +logroller +logrolling +logway +logwise +logwood +logwork +logy +lohan +Lohana +Lohar +lohoch +loimic +loimography +loimology +loin +loincloth +loined +loir +Lois +Loiseleuria +loiter +loiterer +loiteringly +loiteringness +loka +lokao +lokaose +lokapala +loke +loket +lokiec +Lokindra +Lokman +Lola +Loliginidae +Loligo +Lolium +loll +Lollard +Lollardian +Lollardism +Lollardist +Lollardize +Lollardlike +Lollardry +Lollardy +loller +lollingite +lollingly +lollipop +lollop +lollopy +lolly +Lolo +loma +lomastome +lomatine +lomatinous +Lomatium +Lombard +lombard +Lombardeer +Lombardesque +Lombardian +Lombardic +lomboy +Lombrosian +loment +lomentaceous +Lomentaria +lomentariaceous +lomentum +lomita +lommock +Lonchocarpus +Lonchopteridae +Londinensian +Londoner +Londonese +Londonesque +Londonian +Londonish +Londonism +Londonization +Londonize +Londony +Londres +lone +lonelihood +lonelily +loneliness +lonely +loneness +lonesome +lonesomely +lonesomeness +long +longa +longan +longanimity +longanimous +Longaville +longbeak +longbeard +longboat +longbow +longcloth +longe +longear +longer +longeval +longevity +longevous +longfelt +longfin +longful +longhair +longhand +longhead +longheaded +longheadedly +longheadedness +longhorn +longicaudal +longicaudate +longicone +longicorn +Longicornia +longilateral +longilingual +longiloquence +longimanous +longimetric +longimetry +longing +longingly +longingness +Longinian +longinquity +longipennate +longipennine +longirostral +longirostrate +longirostrine +Longirostrines +longisection +longish +longitude +longitudinal +longitudinally +longjaw +longleaf +longlegs +longly +longmouthed +longness +Longobard +Longobardi +Longobardian +Longobardic +longs +longshanks +longshore +longshoreman +longsome +longsomely +longsomeness +longspun +longspur +longtail +longue +longulite +longway +longways +longwise +longwool +longwork +longwort +Lonhyn +Lonicera +Lonk +lonquhard +lontar +loo +looby +lood +loof +loofah +loofie +loofness +look +looker +looking +lookout +lookum +loom +loomer +loomery +looming +loon +loonery +looney +loony +loop +looper +loopful +loophole +looping +loopist +looplet +looplike +loopy +loose +loosely +loosemouthed +loosen +loosener +looseness +looser +loosestrife +loosing +loosish +loot +lootable +looten +looter +lootie +lootiewallah +lootsman +lop +lope +loper +Lopezia +lophiid +Lophiidae +lophine +Lophiodon +lophiodont +Lophiodontidae +lophiodontoid +Lophiola +Lophiomyidae +Lophiomyinae +Lophiomys +lophiostomate +lophiostomous +lophobranch +lophobranchiate +Lophobranchii +lophocalthrops +lophocercal +Lophocome +Lophocomi +Lophodermium +lophodont +Lophophora +lophophoral +lophophore +Lophophorinae +lophophorine +Lophophorus +lophophytosis +Lophopoda +Lophornis +Lophortyx +lophosteon +lophotriaene +lophotrichic +lophotrichous +Lophura +lopolith +loppard +lopper +loppet +lopping +loppy +lopseed +lopsided +lopsidedly +lopsidedness +lopstick +loquacious +loquaciously +loquaciousness +loquacity +loquat +loquence +loquent +loquently +Lora +lora +loral +loran +lorandite +loranskite +Loranthaceae +loranthaceous +Loranthus +lorarius +lorate +lorcha +Lord +lord +lording +lordkin +lordless +lordlet +lordlike +lordlily +lordliness +lordling +lordly +lordolatry +lordosis +lordotic +lordship +lordwood +lordy +lore +loreal +lored +loreless +Loren +Lorenzan +lorenzenite +Lorenzo +Lorettine +lorettoite +lorgnette +Lori +lori +loric +lorica +loricarian +Loricariidae +loricarioid +Loricata +loricate +Loricati +lorication +loricoid +Lorien +lorikeet +lorilet +lorimer +loriot +loris +Lorius +lormery +lorn +lornness +loro +Lorraine +Lorrainer +Lorrainese +lorriker +lorry +lors +lorum +lory +losable +losableness +lose +losel +loselism +losenger +loser +losh +losing +loss +lossenite +lossless +lossproof +lost +lostling +lostness +Lot +lot +Lota +lota +lotase +lote +lotebush +Lotharingian +lotic +lotiform +lotion +lotment +Lotophagi +lotophagous +lotophagously +lotrite +lots +Lotta +Lotte +lotter +lottery +Lottie +lotto +Lotuko +lotus +lotusin +lotuslike +Lou +louch +louchettes +loud +louden +loudering +loudish +loudly +loudmouthed +loudness +louey +lough +lougheen +Louie +Louiqa +Louis +Louisa +Louise +Louisiana +Louisianian +louisine +louk +Loukas +loukoum +loulu +lounder +lounderer +lounge +lounger +lounging +loungingly +loungy +Loup +loup +loupe +lour +lourdy +louse +louseberry +lousewort +lousily +lousiness +louster +lousy +lout +louter +louther +loutish +loutishly +loutishness +loutrophoros +louty +louvar +louver +louvered +louvering +louverwork +Louvre +lovability +lovable +lovableness +lovably +lovage +love +lovebird +loveflower +loveful +lovelass +loveless +lovelessly +lovelessness +lovelihead +lovelily +loveliness +loveling +lovelock +lovelorn +lovelornness +lovely +loveman +lovemate +lovemonger +loveproof +lover +loverdom +lovered +loverhood +lovering +loverless +loverliness +loverly +lovership +loverwise +lovesick +lovesickness +lovesome +lovesomely +lovesomeness +loveworth +loveworthy +loving +lovingly +lovingness +low +lowa +lowan +lowbell +lowborn +lowboy +lowbred +lowdah +lowder +loweite +Lowell +lower +lowerable +lowerclassman +lowerer +lowering +loweringly +loweringness +lowermost +lowery +lowigite +lowish +lowishly +lowishness +lowland +lowlander +lowlily +lowliness +lowly +lowmen +lowmost +lown +lowness +lownly +lowth +Lowville +lowwood +lowy +lox +loxia +loxic +Loxiinae +loxoclase +loxocosm +loxodograph +Loxodon +loxodont +Loxodonta +loxodontous +loxodrome +loxodromic +loxodromical +loxodromically +loxodromics +loxodromism +Loxolophodon +loxolophodont +Loxomma +loxophthalmus +Loxosoma +Loxosomidae +loxotic +loxotomy +loy +loyal +loyalism +loyalist +loyalize +loyally +loyalness +loyalty +Loyd +Loyolism +Loyolite +lozenge +lozenged +lozenger +lozengeways +lozengewise +lozengy +Lu +Luba +lubber +lubbercock +Lubberland +lubberlike +lubberliness +lubberly +lube +lubra +lubric +lubricant +lubricate +lubrication +lubricational +lubricative +lubricator +lubricatory +lubricious +lubricity +lubricous +lubrifaction +lubrification +lubrify +lubritorian +lubritorium +Luc +Lucan +Lucania +lucanid +Lucanidae +Lucanus +lucarne +Lucayan +lucban +Lucchese +luce +lucence +lucency +lucent +Lucentio +lucently +Luceres +lucern +lucernal +Lucernaria +lucernarian +Lucernariidae +lucerne +lucet +Luchuan +Lucia +Lucian +Luciana +lucible +lucid +lucida +lucidity +lucidly +lucidness +lucifee +Lucifer +luciferase +Luciferian +Luciferidae +luciferin +luciferoid +luciferous +luciferously +luciferousness +lucific +luciform +lucifugal +lucifugous +lucigen +Lucile +Lucilia +lucimeter +Lucina +Lucinacea +Lucinda +Lucinidae +lucinoid +Lucite +Lucius +lucivee +luck +lucken +luckful +luckie +luckily +luckiness +luckless +lucklessly +lucklessness +Lucknow +lucky +lucration +lucrative +lucratively +lucrativeness +lucre +Lucrece +Lucretia +Lucretian +Lucretius +lucriferous +lucriferousness +lucrific +lucrify +Lucrine +luctation +luctiferous +luctiferousness +lucubrate +lucubration +lucubrator +lucubratory +lucule +luculent +luculently +Lucullan +lucullite +Lucuma +lucumia +Lucumo +lucumony +Lucy +lucy +ludden +Luddism +Luddite +Ludditism +ludefisk +Ludgate +Ludgathian +Ludgatian +Ludian +ludibrious +ludibry +ludicropathetic +ludicroserious +ludicrosity +ludicrosplenetic +ludicrous +ludicrously +ludicrousness +ludification +ludlamite +Ludlovian +Ludlow +ludo +Ludolphian +Ludwig +ludwigite +lue +Luella +lues +luetic +luetically +lufberry +lufbery +luff +Luffa +Lug +lug +Luganda +luge +luger +luggage +luggageless +luggar +lugged +lugger +luggie +Luggnagg +lugmark +Lugnas +lugsail +lugsome +lugubriosity +lugubrious +lugubriously +lugubriousness +lugworm +luhinga +Lui +Luian +Luigi +luigino +Luis +Luiseno +Luite +lujaurite +Lukas +Luke +luke +lukely +lukeness +lukewarm +lukewarmish +lukewarmly +lukewarmness +lukewarmth +Lula +lulab +lull +lullaby +luller +Lullian +lulliloo +lullingly +Lulu +lulu +Lum +lum +lumachel +lumbaginous +lumbago +lumbang +lumbar +lumbarization +lumbayao +lumber +lumberdar +lumberdom +lumberer +lumbering +lumberingly +lumberingness +lumberjack +lumberless +lumberly +lumberman +lumbersome +lumberyard +lumbocolostomy +lumbocolotomy +lumbocostal +lumbodorsal +lumbodynia +lumbosacral +lumbovertebral +lumbrical +lumbricalis +Lumbricidae +lumbriciform +lumbricine +lumbricoid +lumbricosis +Lumbricus +lumbrous +lumen +luminaire +Luminal +luminal +luminance +luminant +luminarious +luminarism +luminarist +luminary +luminate +lumination +luminative +luminator +lumine +luminesce +luminescence +luminescent +luminiferous +luminificent +luminism +luminist +luminologist +luminometer +luminosity +luminous +luminously +luminousness +lummox +lummy +lump +lumper +lumpet +lumpfish +lumpily +lumpiness +lumping +lumpingly +lumpish +lumpishly +lumpishness +lumpkin +lumpman +lumpsucker +lumpy +luna +lunacy +lunambulism +lunar +lunare +Lunaria +lunarian +lunarist +lunarium +lunary +lunate +lunatellus +lunately +lunatic +lunatically +lunation +lunatize +lunatum +lunch +luncheon +luncheoner +luncheonette +luncheonless +luncher +lunchroom +Lunda +Lundinarium +lundress +lundyfoot +lune +Lunel +lunes +lunette +lung +lunge +lunged +lungeous +lunger +lungfish +lungflower +lungful +lungi +lungie +lungis +lungless +lungmotor +lungsick +lungworm +lungwort +lungy +lunicurrent +luniform +lunisolar +lunistice +lunistitial +lunitidal +Lunka +lunkhead +lunn +lunoid +lunt +lunula +lunular +Lunularia +lunulate +lunulated +lunule +lunulet +lunulite +Lunulites +Luo +lupanarian +lupanine +lupe +lupeol +lupeose +Lupercal +Lupercalia +Lupercalian +Luperci +lupetidine +lupicide +Lupid +lupiform +lupinaster +lupine +lupinin +lupinine +lupinosis +lupinous +Lupinus +lupis +lupoid +lupous +lupulic +lupulin +lupuline +lupulinic +lupulinous +lupulinum +lupulus +lupus +lupuserythematosus +Lur +lura +lural +lurch +lurcher +lurchingfully +lurchingly +lurchline +lurdan +lurdanism +lure +lureful +lurement +lurer +luresome +lurg +lurgworm +Luri +lurid +luridity +luridly +luridness +luringly +lurk +lurker +lurkingly +lurkingness +lurky +lurrier +lurry +Lusatian +Luscinia +luscious +lusciously +lusciousness +lush +Lushai +lushburg +Lushei +lusher +lushly +lushness +lushy +Lusiad +Lusian +Lusitania +Lusitanian +lusk +lusky +lusory +lust +luster +lusterer +lusterless +lusterware +lustful +lustfully +lustfulness +lustihead +lustily +lustiness +lustless +lustra +lustral +lustrant +lustrate +lustration +lustrative +lustratory +lustreless +lustrical +lustrification +lustrify +lustrine +lustring +lustrous +lustrously +lustrousness +lustrum +lusty +lut +lutaceous +lutanist +lutany +Lutao +lutation +Lutayo +lute +luteal +lutecia +lutecium +lutein +luteinization +luteinize +lutelet +lutemaker +lutemaking +luteo +luteocobaltic +luteofulvous +luteofuscescent +luteofuscous +luteolin +luteolous +luteoma +luteorufescent +luteous +luteovirescent +luter +lutescent +lutestring +Lutetia +Lutetian +lutetium +luteway +lutfisk +Luther +Lutheran +Lutheranic +Lutheranism +Lutheranize +Lutheranizer +Lutherism +Lutherist +luthern +luthier +lutianid +Lutianidae +lutianoid +Lutianus +lutidine +lutidinic +luting +lutist +Lutjanidae +Lutjanus +lutose +Lutra +Lutraria +Lutreola +lutrin +Lutrinae +lutrine +lutulence +lutulent +Luvaridae +Luvian +Luvish +Luwian +lux +luxate +luxation +luxe +Luxemburger +Luxemburgian +luxulianite +luxuriance +luxuriancy +luxuriant +luxuriantly +luxuriantness +luxuriate +luxuriation +luxurious +luxuriously +luxuriousness +luxurist +luxury +luxus +Luzula +Lwo +ly +lyam +lyard +Lyas +Lycaena +lycaenid +Lycaenidae +lycanthrope +lycanthropia +lycanthropic +lycanthropist +lycanthropize +lycanthropous +lycanthropy +lyceal +lyceum +Lychnic +Lychnis +lychnomancy +lychnoscope +lychnoscopic +Lycian +lycid +Lycidae +Lycium +Lycodes +Lycodidae +lycodoid +lycopene +Lycoperdaceae +lycoperdaceous +Lycoperdales +lycoperdoid +Lycoperdon +lycoperdon +Lycopersicon +lycopin +lycopod +lycopode +Lycopodiaceae +lycopodiaceous +Lycopodiales +Lycopodium +Lycopsida +Lycopsis +Lycopus +lycorine +Lycosa +lycosid +Lycosidae +lyctid +Lyctidae +Lyctus +Lycus +lyddite +Lydia +Lydian +lydite +lye +Lyencephala +lyencephalous +lyery +lygaeid +Lygaeidae +Lygeum +Lygodium +Lygosoma +lying +lyingly +Lymantria +lymantriid +Lymantriidae +lymhpangiophlebitis +Lymnaea +lymnaean +lymnaeid +Lymnaeidae +lymph +lymphad +lymphadenectasia +lymphadenectasis +lymphadenia +lymphadenitis +lymphadenoid +lymphadenoma +lymphadenopathy +lymphadenosis +lymphaemia +lymphagogue +lymphangeitis +lymphangial +lymphangiectasis +lymphangiectatic +lymphangiectodes +lymphangiitis +lymphangioendothelioma +lymphangiofibroma +lymphangiology +lymphangioma +lymphangiomatous +lymphangioplasty +lymphangiosarcoma +lymphangiotomy +lymphangitic +lymphangitis +lymphatic +lymphatical +lymphation +lymphatism +lymphatitis +lymphatolysin +lymphatolysis +lymphatolytic +lymphectasia +lymphedema +lymphemia +lymphenteritis +lymphoblast +lymphoblastic +lymphoblastoma +lymphoblastosis +lymphocele +lymphocyst +lymphocystosis +lymphocyte +lymphocythemia +lymphocytic +lymphocytoma +lymphocytomatosis +lymphocytosis +lymphocytotic +lymphocytotoxin +lymphodermia +lymphoduct +lymphogenic +lymphogenous +lymphoglandula +lymphogranuloma +lymphoid +lymphoidectomy +lymphology +lymphoma +lymphomatosis +lymphomatous +lymphomonocyte +lymphomyxoma +lymphopathy +lymphopenia +lymphopenial +lymphopoiesis +lymphopoietic +lymphoprotease +lymphorrhage +lymphorrhagia +lymphorrhagic +lymphorrhea +lymphosarcoma +lymphosarcomatosis +lymphosarcomatous +lymphosporidiosis +lymphostasis +lymphotaxis +lymphotome +lymphotomy +lymphotoxemia +lymphotoxin +lymphotrophic +lymphotrophy +lymphous +lymphuria +lymphy +lyncean +Lynceus +lynch +lynchable +lyncher +Lyncid +lyncine +Lyndon +Lynette +Lyngbyaceae +Lyngbyeae +Lynn +Lynne +Lynnette +lynnhaven +lynx +Lyomeri +lyomerous +Lyon +Lyonese +Lyonetia +lyonetiid +Lyonetiidae +Lyonnais +lyonnaise +Lyonnesse +lyophile +lyophilization +lyophilize +lyophobe +Lyopoma +Lyopomata +lyopomatous +lyotrope +lypemania +Lyperosia +lypothymia +lyra +Lyraid +lyrate +lyrated +lyrately +lyraway +lyre +lyrebird +lyreflower +lyreman +lyretail +lyric +lyrical +lyrically +lyricalness +lyrichord +lyricism +lyricist +lyricize +Lyrid +lyriform +lyrism +lyrist +Lyrurus +lys +Lysander +lysate +lyse +Lysenkoism +lysidine +lysigenic +lysigenous +lysigenously +Lysiloma +Lysimachia +Lysimachus +lysimeter +lysin +lysine +lysis +Lysistrata +lysogen +lysogenesis +lysogenetic +lysogenic +lysozyme +lyssa +lyssic +lyssophobia +lyterian +Lythraceae +lythraceous +Lythrum +lytic +lytta +lyxose +M +m +Ma +ma +maam +maamselle +Maarten +Mab +Maba +Mabel +Mabellona +mabi +Mabinogion +mabolo +Mac +mac +macaasim +macabre +macabresque +Macaca +macaco +Macacus +macadam +Macadamia +macadamite +macadamization +macadamize +macadamizer +Macaglia +macan +macana +Macanese +macao +macaque +Macaranga +Macarani +Macareus +macarism +macarize +macaroni +macaronic +macaronical +macaronically +macaronicism +macaronism +macaroon +Macartney +Macassar +Macassarese +macaw +Macbeth +Maccabaeus +Maccabean +Maccabees +maccaboy +macco +maccoboy +Macduff +mace +macedoine +Macedon +Macedonian +Macedonic +macehead +maceman +macer +macerate +macerater +maceration +Macflecknoe +machairodont +Machairodontidae +Machairodontinae +Machairodus +machan +machar +machete +Machetes +machi +Machiavel +Machiavellian +Machiavellianism +Machiavellianly +Machiavellic +Machiavellism +machiavellist +Machiavellistic +machicolate +machicolation +machicoulis +Machicui +machila +Machilidae +Machilis +machin +machinability +machinable +machinal +machinate +machination +machinator +machine +machineful +machineless +machinelike +machinely +machineman +machinemonger +machiner +machinery +machinification +machinify +machinism +machinist +machinization +machinize +machinoclast +machinofacture +machinotechnique +machinule +Machogo +machopolyp +machree +macies +Macigno +macilence +macilency +macilent +mack +mackenboy +mackerel +mackereler +mackereling +Mackinaw +mackins +mackintosh +mackintoshite +mackle +macklike +macle +Macleaya +macled +Maclura +Maclurea +maclurin +Macmillanite +maco +Macon +maconite +Macracanthorhynchus +macracanthrorhynchiasis +macradenous +macrame +macrander +macrandrous +macrauchene +Macrauchenia +macraucheniid +Macraucheniidae +macraucheniiform +macrauchenioid +macrencephalic +macrencephalous +macro +macroanalysis +macroanalyst +macroanalytical +macrobacterium +macrobian +macrobiosis +macrobiote +macrobiotic +macrobiotics +Macrobiotus +macroblast +macrobrachia +macrocarpous +Macrocentrinae +Macrocentrus +macrocephalia +macrocephalic +macrocephalism +macrocephalous +macrocephalus +macrocephaly +macrochaeta +macrocheilia +Macrochelys +macrochemical +macrochemically +macrochemistry +Macrochira +macrochiran +Macrochires +macrochiria +Macrochiroptera +macrochiropteran +macrocladous +macroclimate +macroclimatic +macrococcus +macrocoly +macroconidial +macroconidium +macroconjugant +macrocornea +macrocosm +macrocosmic +macrocosmical +macrocosmology +macrocosmos +macrocrystalline +macrocyst +Macrocystis +macrocyte +macrocythemia +macrocytic +macrocytosis +macrodactyl +macrodactylia +macrodactylic +macrodactylism +macrodactylous +macrodactyly +macrodiagonal +macrodomatic +macrodome +macrodont +macrodontia +macrodontism +macroelement +macroergate +macroevolution +macrofarad +macrogamete +macrogametocyte +macrogamy +macrogastria +macroglossate +macroglossia +macrognathic +macrognathism +macrognathous +macrogonidium +macrograph +macrographic +macrography +macrolepidoptera +macrolepidopterous +macrology +macromandibular +macromania +macromastia +macromazia +macromelia +macromeral +macromere +macromeric +macromerite +macromeritic +macromesentery +macrometer +macromethod +macromolecule +macromyelon +macromyelonal +macron +macronuclear +macronucleus +macronutrient +macropetalous +macrophage +macrophagocyte +macrophagus +Macrophoma +macrophotograph +macrophotography +macrophyllous +macrophysics +macropia +macropinacoid +macropinacoidal +macroplankton +macroplasia +macroplastia +macropleural +macropodia +Macropodidae +Macropodinae +macropodine +macropodous +macroprism +macroprosopia +macropsia +macropteran +macropterous +Macropus +Macropygia +macropyramid +macroreaction +Macrorhamphosidae +Macrorhamphosus +macrorhinia +Macrorhinus +macroscelia +Macroscelides +macroscian +macroscopic +macroscopical +macroscopically +macroseism +macroseismic +macroseismograph +macrosepalous +macroseptum +macrosmatic +macrosomatia +macrosomatous +macrosomia +macrosplanchnic +macrosporange +macrosporangium +macrospore +macrosporic +Macrosporium +macrosporophore +macrosporophyl +macrosporophyll +Macrostachya +macrostomatous +macrostomia +macrostructural +macrostructure +macrostylospore +macrostylous +macrosymbiont +macrothere +Macrotheriidae +macrotherioid +Macrotherium +macrotherm +macrotia +macrotin +Macrotolagus +macrotome +macrotone +macrotous +macrourid +Macrouridae +Macrourus +Macrozamia +macrozoogonidium +macrozoospore +Macrura +macrural +macruran +macruroid +macrurous +mactation +Mactra +Mactridae +mactroid +macuca +macula +macular +maculate +maculated +maculation +macule +maculicole +maculicolous +maculiferous +maculocerebral +maculopapular +maculose +Macusi +macuta +mad +Madagascan +Madagascar +Madagascarian +Madagass +madam +madame +madapollam +madarosis +madarotic +madbrain +madbrained +madcap +madden +maddening +maddeningly +maddeningness +madder +madderish +madderwort +madding +maddingly +maddish +maddle +made +Madecase +madefaction +madefy +Madegassy +Madeira +Madeiran +Madeline +madeline +Madelon +madescent +Madge +madhouse +madhuca +Madhva +Madi +Madia +madid +madidans +Madiga +madisterium +madling +madly +madman +madnep +madness +mado +Madoc +Madonna +Madonnahood +Madonnaish +Madonnalike +madoqua +Madotheca +madrague +Madras +madrasah +Madrasi +madreperl +Madrepora +Madreporacea +madreporacean +Madreporaria +madreporarian +madrepore +madreporian +madreporic +madreporiform +madreporite +madreporitic +Madrid +madrier +madrigal +madrigaler +madrigaletto +madrigalian +madrigalist +Madrilene +Madrilenian +madrona +madship +madstone +Madurese +maduro +madweed +madwoman +madwort +mae +Maeandra +Maeandrina +maeandrine +maeandriniform +maeandrinoid +maeandroid +Maecenas +Maecenasship +maegbote +Maelstrom +Maemacterion +maenad +maenadic +maenadism +maenaite +Maenalus +Maenidae +Maeonian +Maeonides +maestri +maestro +maffia +maffick +mafficker +maffle +mafflin +mafic +mafoo +mafura +mag +Maga +Magadhi +magadis +magadize +Magahi +Magalensia +magani +magas +magazinable +magazinage +magazine +magazinelet +magaziner +magazinette +magazinish +magazinism +magazinist +magaziny +Magdalen +Magdalene +Magdalenian +mage +Magellan +Magellanian +Magellanic +magenta +magged +Maggie +maggle +maggot +maggotiness +maggotpie +maggoty +Maggy +Magh +Maghi +Maghrib +Maghribi +Magi +magi +Magian +Magianism +magic +magical +magicalize +magically +magicdom +magician +magicianship +magicked +magicking +Magindanao +magiric +magirics +magirist +magiristic +magirological +magirologist +magirology +Magism +magister +magisterial +magisteriality +magisterially +magisterialness +magistery +magistracy +magistral +magistrality +magistrally +magistrand +magistrant +magistrate +magistrateship +magistratic +magistratical +magistratically +magistrative +magistrature +Maglemose +Maglemosean +Maglemosian +magma +magmatic +magnanimity +magnanimous +magnanimously +magnanimousness +magnascope +magnascopic +magnate +magnecrystallic +magnelectric +magneoptic +magnes +magnesia +magnesial +magnesian +magnesic +magnesioferrite +magnesite +magnesium +magnet +magneta +magnetic +magnetical +magnetically +magneticalness +magnetician +magnetics +magnetiferous +magnetification +magnetify +magnetimeter +magnetism +magnetist +magnetite +magnetitic +magnetizability +magnetizable +magnetization +magnetize +magnetizer +magneto +magnetobell +magnetochemical +magnetochemistry +magnetod +magnetodynamo +magnetoelectric +magnetoelectrical +magnetoelectricity +magnetogenerator +magnetogram +magnetograph +magnetographic +magnetoid +magnetomachine +magnetometer +magnetometric +magnetometrical +magnetometrically +magnetometry +magnetomotive +magnetomotor +magneton +magnetooptic +magnetooptical +magnetooptics +magnetophone +magnetophonograph +magnetoplumbite +magnetoprinter +magnetoscope +magnetostriction +magnetotelegraph +magnetotelephone +magnetotherapy +magnetotransmitter +magnetron +magnicaudate +magnicaudatous +magnifiable +magnific +magnifical +magnifically +Magnificat +magnification +magnificative +magnifice +magnificence +magnificent +magnificently +magnificentness +magnifico +magnifier +magnify +magniloquence +magniloquent +magniloquently +magniloquy +magnipotence +magnipotent +magnirostrate +magnisonant +magnitude +magnitudinous +magnochromite +magnoferrite +Magnolia +magnolia +Magnoliaceae +magnoliaceous +magnum +Magnus +Magog +magot +magpie +magpied +magpieish +magsman +maguari +maguey +Magyar +Magyaran +Magyarism +Magyarization +Magyarize +Mah +maha +mahaleb +mahalla +mahant +mahar +maharaja +maharajrana +maharana +maharanee +maharani +maharao +Maharashtri +maharawal +maharawat +mahatma +mahatmaism +Mahayana +Mahayanism +Mahayanist +Mahayanistic +Mahdi +Mahdian +Mahdiship +Mahdism +Mahdist +Mahesh +Mahi +Mahican +mahmal +Mahmoud +mahmudi +mahoe +mahoganize +mahogany +mahoitre +maholi +maholtine +Mahomet +Mahometry +mahone +Mahonia +Mahori +Mahound +mahout +Mahra +Mahran +Mahri +mahseer +mahua +mahuang +Maia +Maiacca +Maianthemum +maid +Maida +maidan +maiden +maidenhair +maidenhead +maidenhood +maidenish +maidenism +maidenlike +maidenliness +maidenly +maidenship +maidenweed +maidhood +Maidie +maidish +maidism +maidkin +maidlike +maidling +maidservant +Maidu +maidy +maiefic +maieutic +maieutical +maieutics +maigre +maiid +Maiidae +mail +mailable +mailbag +mailbox +mailclad +mailed +mailer +mailguard +mailie +maillechort +mailless +mailman +mailplane +maim +maimed +maimedly +maimedness +maimer +maimon +Maimonidean +Maimonist +main +Mainan +Maine +mainferre +mainlander +mainly +mainmast +mainmortable +mainour +mainpast +mainpernable +mainpernor +mainpin +mainport +mainpost +mainprise +mains +mainsail +mainsheet +mainspring +mainstay +Mainstreeter +Mainstreetism +maint +maintain +maintainable +maintainableness +maintainer +maintainment +maintainor +maintenance +Maintenon +maintop +maintopman +maioid +Maioidea +maioidean +Maioli +Maiongkong +Maipure +mairatour +maire +maisonette +Maithili +maitlandite +Maitreya +Maius +maize +maizebird +maizenic +maizer +Maja +Majagga +majagua +Majesta +majestic +majestical +majestically +majesticalness +majesticness +majestious +majesty +majestyship +Majlis +majo +majolica +majolist +majoon +Major +major +majorate +majoration +Majorcan +majorette +Majorism +Majorist +Majoristic +majority +majorize +majorship +majuscular +majuscule +makable +Makah +Makaraka +Makari +Makassar +make +makebate +makedom +makefast +maker +makeress +makership +makeshift +makeshiftiness +makeshiftness +makeshifty +makeweight +makhzan +maki +makimono +making +makluk +mako +Makonde +makroskelic +Maku +Makua +makuk +mal +mala +malaanonang +Malabar +Malabarese +malabathrum +malacanthid +Malacanthidae +malacanthine +Malacanthus +Malacca +Malaccan +malaccident +Malaceae +malaceous +malachite +malacia +Malaclemys +Malaclypse +Malacobdella +Malacocotylea +malacoderm +Malacodermatidae +malacodermatous +Malacodermidae +malacodermous +malacoid +malacolite +malacological +malacologist +malacology +malacon +malacophilous +malacophonous +malacophyllous +malacopod +Malacopoda +malacopodous +malacopterygian +Malacopterygii +malacopterygious +Malacoscolices +Malacoscolicine +Malacosoma +Malacostraca +malacostracan +malacostracology +malacostracous +malactic +maladaptation +maladdress +maladive +maladjust +maladjusted +maladjustive +maladjustment +maladminister +maladministration +maladministrator +maladroit +maladroitly +maladroitness +maladventure +malady +Malaga +Malagasy +Malagigi +malagma +malaguena +malahack +malaise +malakin +malalignment +malambo +malandered +malanders +malandrous +malanga +malapaho +malapert +malapertly +malapertness +malapi +malapplication +malappointment +malappropriate +malappropriation +malaprop +malapropian +malapropish +malapropism +malapropoism +malapropos +Malapterurus +malar +malaria +malarial +malariaproof +malarin +malarioid +malariologist +malariology +malarious +malarkey +malaroma +malarrangement +malasapsap +malassimilation +malassociation +malate +malati +malattress +malax +malaxable +malaxage +malaxate +malaxation +malaxator +malaxerman +Malaxis +Malay +Malayalam +Malayalim +Malayan +Malayic +Malayize +Malayoid +Malaysian +malbehavior +malbrouck +malchite +Malchus +Malcolm +malconceived +malconduct +malconformation +malconstruction +malcontent +malcontented +malcontentedly +malcontentedness +malcontentism +malcontently +malcontentment +malconvenance +malcreated +malcultivation +maldeveloped +maldevelopment +maldigestion +maldirection +maldistribution +Maldivian +maldonite +malduck +Male +male +malease +maleate +Malebolge +Malebolgian +Malebolgic +Malebranchism +Malecite +maledicent +maledict +malediction +maledictive +maledictory +maleducation +malefaction +malefactor +malefactory +malefactress +malefical +malefically +maleficence +maleficent +maleficial +maleficiate +maleficiation +maleic +maleinoid +malella +Malemute +maleness +malengine +maleo +maleruption +Malesherbia +Malesherbiaceae +malesherbiaceous +malevolence +malevolency +malevolent +malevolently +malexecution +malfeasance +malfeasant +malfed +malformation +malformed +malfortune +malfunction +malgovernment +malgrace +malguzar +malguzari +malhonest +malhygiene +mali +malic +malice +maliceful +maliceproof +malicho +malicious +maliciously +maliciousness +malicorium +malidentification +maliferous +maliform +malign +malignance +malignancy +malignant +malignantly +malignation +maligner +malignify +malignity +malignly +malignment +malik +malikadna +malikala +malikana +Maliki +Malikite +maline +malines +malinfluence +malinger +malingerer +malingery +Malinois +malinowskite +malinstitution +malinstruction +malintent +malism +malison +malist +malistic +malkin +Malkite +mall +malladrite +mallangong +mallard +mallardite +malleability +malleabilization +malleable +malleableize +malleableized +malleableness +malleablize +malleal +mallear +malleate +malleation +mallee +Malleifera +malleiferous +malleiform +mallein +malleinization +malleinize +mallemaroking +mallemuck +malleoincudal +malleolable +malleolar +malleolus +mallet +malleus +Malling +Mallophaga +mallophagan +mallophagous +malloseismic +Mallotus +mallow +mallowwort +Malloy +mallum +mallus +malm +Malmaison +malmignatte +malmsey +malmstone +malmy +malnourished +malnourishment +malnutrite +malnutrition +malo +malobservance +malobservation +maloccluded +malocclusion +malodor +malodorant +malodorous +malodorously +malodorousness +malojilla +malonate +malonic +malonyl +malonylurea +Malope +maloperation +malorganization +malorganized +malouah +malpais +Malpighia +Malpighiaceae +malpighiaceous +Malpighian +malplaced +malpoise +malposed +malposition +malpractice +malpractioner +malpraxis +malpresentation +malproportion +malproportioned +malpropriety +malpublication +malreasoning +malrotation +malshapen +malt +maltable +maltase +malter +Maltese +maltha +Malthe +malthouse +Malthusian +Malthusianism +Malthusiast +maltiness +malting +maltman +Malto +maltobiose +maltodextrin +maltodextrine +maltolte +maltose +maltreat +maltreatment +maltreator +maltster +malturned +maltworm +malty +malunion +Malurinae +malurine +Malurus +Malus +Malva +Malvaceae +malvaceous +Malvales +malvasia +malvasian +Malvastrum +malversation +malverse +malvoisie +malvolition +Mam +mamba +mambo +mameliere +mamelonation +mameluco +Mameluke +Mamercus +Mamers +Mamertine +Mamie +Mamilius +mamlatdar +mamma +mammal +mammalgia +Mammalia +mammalian +mammaliferous +mammality +mammalogical +mammalogist +mammalogy +mammary +mammate +Mammea +mammectomy +mammee +mammer +Mammifera +mammiferous +mammiform +mammilla +mammillaplasty +mammillar +Mammillaria +mammillary +mammillate +mammillated +mammillation +mammilliform +mammilloid +mammitis +mammock +mammogen +mammogenic +mammogenically +mammon +mammondom +mammoniacal +mammonish +mammonism +mammonist +mammonistic +mammonite +mammonitish +mammonization +mammonize +mammonolatry +Mammonteus +mammoth +mammothrept +mammula +mammular +Mammut +Mammutidae +mammy +mamo +man +mana +Manabozho +manacle +Manacus +manage +manageability +manageable +manageableness +manageably +managee +manageless +management +managemental +manager +managerdom +manageress +managerial +managerially +managership +managery +manaism +manakin +manal +manas +Manasquan +manatee +Manatidae +manatine +manatoid +Manatus +manavel +manavelins +Manavendra +manbird +manbot +manche +Manchester +Manchesterdom +Manchesterism +Manchesterist +Manchestrian +manchet +manchineel +Manchu +Manchurian +mancinism +mancipable +mancipant +mancipate +mancipation +mancipative +mancipatory +mancipee +mancipium +manciple +mancipleship +mancipular +mancono +Mancunian +mancus +mand +Mandaean +Mandaeism +Mandaic +Mandaite +mandala +Mandalay +mandament +mandamus +Mandan +mandant +mandarah +mandarin +mandarinate +mandarindom +mandariness +mandarinic +mandarinism +mandarinize +mandarinship +mandatary +mandate +mandatee +mandation +mandative +mandator +mandatorily +mandatory +mandatum +Mande +mandelate +mandelic +mandible +mandibula +mandibular +mandibulary +Mandibulata +mandibulate +mandibulated +mandibuliform +mandibulohyoid +mandibulomaxillary +mandibulopharyngeal +mandibulosuspensorial +mandil +mandilion +Mandingan +Mandingo +mandola +mandolin +mandolinist +mandolute +mandom +mandora +mandore +mandra +mandragora +mandrake +mandrel +mandriarch +mandrill +mandrin +mandruka +mandua +manducable +manducate +manducation +manducatory +mandyas +mane +maned +manege +manei +maneless +manent +manerial +manes +manesheet +maness +Manetti +Manettia +maneuver +maneuverability +maneuverable +maneuverer +maneuvrability +maneuvrable +maney +Manfred +Manfreda +manful +manfully +manfulness +mang +manga +mangabeira +mangabey +mangal +manganapatite +manganate +manganblende +manganbrucite +manganeisen +manganese +manganesian +manganetic +manganhedenbergite +manganic +manganiferous +manganite +manganium +manganize +Manganja +manganocalcite +manganocolumbite +manganophyllite +manganosiderite +manganosite +manganostibiite +manganotantalite +manganous +manganpectolite +Mangar +Mangbattu +mange +mangeao +mangel +mangelin +manger +mangerite +mangi +Mangifera +mangily +manginess +mangle +mangleman +mangler +mangling +manglingly +mango +mangona +mangonel +mangonism +mangonization +mangonize +mangosteen +mangrass +mangrate +mangrove +Mangue +mangue +mangy +Mangyan +manhandle +Manhattan +Manhattanite +Manhattanize +manhead +manhole +manhood +mani +mania +maniable +maniac +maniacal +maniacally +manic +Manicaria +manicate +Manichaean +Manichaeanism +Manichaeanize +Manichaeism +Manichaeist +Manichee +manichord +manicole +manicure +manicurist +manid +Manidae +manienie +manifest +manifestable +manifestant +manifestation +manifestational +manifestationist +manifestative +manifestatively +manifested +manifestedness +manifester +manifestive +manifestly +manifestness +manifesto +manifold +manifolder +manifoldly +manifoldness +manifoldwise +maniform +manify +Manihot +manikin +manikinism +Manila +manila +manilla +manille +manioc +maniple +manipulable +manipular +manipulatable +manipulate +manipulation +manipulative +manipulatively +manipulator +manipulatory +Manipuri +Manis +manism +manist +manistic +manito +Manitoban +manitrunk +maniu +Manius +Maniva +manjak +Manjeri +mank +mankeeper +mankin +mankind +manless +manlessly +manlessness +manlet +manlihood +manlike +manlikely +manlikeness +manlily +manliness +manling +manly +Mann +manna +mannan +mannequin +manner +mannerable +mannered +mannerhood +mannering +mannerism +mannerist +manneristic +manneristical +manneristically +mannerize +mannerless +mannerlessness +mannerliness +mannerly +manners +mannersome +manness +Mannheimar +mannide +mannie +manniferous +mannify +mannikinism +manning +mannish +mannishly +mannishness +mannite +mannitic +mannitol +mannitose +mannoheptite +mannoheptitol +mannoheptose +mannoketoheptose +mannonic +mannosan +mannose +Manny +manny +mano +Manobo +manoc +manograph +Manolis +manometer +manometric +manometrical +manometry +manomin +manor +manorial +manorialism +manorialize +manorship +manoscope +manostat +manostatic +manque +manred +manrent +manroot +manrope +Mans +mansard +mansarded +manscape +manse +manservant +manship +mansion +mansional +mansionary +mansioned +mansioneer +mansionry +manslaughter +manslaughterer +manslaughtering +manslaughterous +manslayer +manslaying +manso +mansonry +manstealer +manstealing +manstopper +manstopping +mansuete +mansuetely +mansuetude +mant +manta +mantal +manteau +mantel +mantelet +manteline +mantelletta +mantellone +mantelpiece +mantelshelf +manteltree +manter +mantes +mantevil +mantic +manticism +manticore +mantid +Mantidae +mantilla +Mantinean +mantis +Mantisia +Mantispa +mantispid +Mantispidae +mantissa +mantistic +mantle +mantled +mantlet +mantling +Manto +manto +Mantodea +mantoid +Mantoidea +mantologist +mantology +mantra +mantrap +mantua +mantuamaker +mantuamaking +Mantuan +Mantzu +manual +manualii +manualism +manualist +manualiter +manually +manuao +manubrial +manubriated +manubrium +manucaption +manucaptor +manucapture +manucode +Manucodia +manucodiata +manuduce +manuduction +manuductor +manuductory +Manuel +manufactory +manufacturable +manufactural +manufacture +manufacturer +manufacturess +manuka +manul +manuma +manumea +manumisable +manumission +manumissive +manumit +manumitter +manumotive +manurable +manurage +manurance +manure +manureless +manurer +manurial +manurially +manus +manuscript +manuscriptal +manuscription +manuscriptural +manusina +manustupration +manutagi +Manvantara +manward +manwards +manway +manweed +manwise +Manx +Manxman +Manxwoman +many +manyberry +Manyema +manyfold +manyness +manyplies +manyroot +manyways +manywhere +manywise +manzana +manzanilla +manzanillo +manzanita +Manzas +manzil +mao +maomao +Maori +Maoridom +Maoriland +Maorilander +map +mapach +mapau +maphrian +mapland +maple +maplebush +mapo +mappable +mapper +Mappila +mappist +mappy +Mapuche +mapwise +maquahuitl +maquette +maqui +Maquiritare +maquis +Mar +mar +Mara +marabotin +marabou +Marabout +marabuto +maraca +Maracaibo +maracan +maracock +marae +Maragato +marajuana +marakapas +maral +maranatha +marang +Maranha +Maranham +Maranhao +Maranta +Marantaceae +marantaceous +marantic +marara +mararie +marasca +maraschino +marasmic +Marasmius +marasmoid +marasmous +marasmus +Maratha +Marathi +marathon +marathoner +Marathonian +Maratism +Maratist +Marattia +Marattiaceae +marattiaceous +Marattiales +maraud +marauder +maravedi +Maravi +marbelize +marble +marbled +marblehead +marbleheader +marblehearted +marbleization +marbleize +marbleizer +marblelike +marbleness +marbler +marbles +marblewood +marbling +marblish +marbly +marbrinus +Marc +marc +Marcan +marcantant +marcasite +marcasitic +marcasitical +Marcel +marcel +marceline +Marcella +marcella +marceller +Marcellian +Marcellianism +marcello +marcescence +marcescent +Marcgravia +Marcgraviaceae +marcgraviaceous +March +march +Marchantia +Marchantiaceae +marchantiaceous +Marchantiales +marcher +marchetto +marchioness +marchite +marchland +marchman +Marchmont +marchpane +Marci +Marcia +marcid +Marcionism +Marcionist +Marcionite +Marcionitic +Marcionitish +Marcionitism +Marcite +Marco +marco +Marcobrunner +Marcomanni +Marconi +marconi +marconigram +marconigraph +marconigraphy +marcor +Marcos +Marcosian +marcottage +mardy +mare +mareblob +Mareca +marechal +Marehan +Marek +marekanite +maremma +maremmatic +maremmese +marengo +marennin +Mareotic +Mareotid +Marfik +marfire +margarate +Margarelon +Margaret +margaric +margarin +margarine +margarita +margaritaceous +margarite +margaritiferous +margaritomancy +Margarodes +margarodid +Margarodinae +margarodite +Margaropus +margarosanite +margay +marge +margeline +margent +Margery +Margie +margin +marginal +marginalia +marginality +marginalize +marginally +marginate +marginated +margination +margined +Marginella +Marginellidae +marginelliform +marginiform +margining +marginirostral +marginoplasty +margosa +Margot +margravate +margrave +margravely +margravial +margraviate +margravine +Marguerite +marguerite +marhala +Marheshvan +Mari +Maria +maria +marialite +Mariamman +Marian +Mariana +Marianic +Marianne +Marianolatrist +Marianolatry +maricolous +marid +Marie +mariengroschen +marigenous +marigold +marigram +marigraph +marigraphic +marijuana +marikina +Marilla +Marilyn +marimba +marimonda +marina +marinade +marinate +marinated +marine +mariner +marinheiro +marinist +marinorama +Mario +mariola +Mariolater +Mariolatrous +Mariolatry +Mariology +Marion +marionette +Mariou +Mariposan +mariposite +maris +marish +marishness +Marist +maritage +marital +maritality +maritally +mariticidal +mariticide +Maritime +maritime +maritorious +mariupolite +marjoram +Marjorie +Mark +mark +marka +Markab +markdown +Markeb +marked +markedly +markedness +marker +market +marketability +marketable +marketableness +marketably +marketeer +marketer +marketing +marketman +marketstead +marketwise +markfieldite +Markgenossenschaft +markhor +marking +markka +markless +markman +markmoot +Marko +markshot +marksman +marksmanly +marksmanship +markswoman +markup +Markus +markweed +markworthy +marl +Marla +marlaceous +marlberry +marled +Marlena +marler +marli +marlin +marline +marlinespike +marlite +marlitic +marllike +marlock +Marlovian +Marlowesque +Marlowish +Marlowism +marlpit +marly +marm +marmalade +marmalady +Marmar +marmarization +marmarize +marmarosis +marmatite +marmelos +marmennill +marmit +marmite +marmolite +marmoraceous +marmorate +marmorated +marmoration +marmoreal +marmoreally +marmorean +marmoric +Marmosa +marmose +marmoset +marmot +Marmota +Marnix +maro +marocain +marok +Maronian +Maronist +Maronite +maroon +marooner +maroquin +Marpessa +marplot +marplotry +marque +marquee +Marquesan +marquess +marquetry +marquis +marquisal +marquisate +marquisdom +marquise +marquisette +marquisina +marquisotte +marquisship +marquito +marranism +marranize +marrano +marree +Marrella +marrer +marriable +marriage +marriageability +marriageable +marriageableness +marriageproof +married +marrier +marron +marrot +marrow +marrowbone +marrowed +marrowfat +marrowish +marrowless +marrowlike +marrowsky +marrowskyer +marrowy +Marrubium +Marrucinian +marry +marryer +marrying +marrymuffe +Mars +Marsala +Marsdenia +marseilles +Marsh +marsh +Marsha +marshal +marshalate +marshalcy +marshaler +marshaless +Marshall +marshalman +marshalment +Marshalsea +marshalship +marshberry +marshbuck +marshfire +marshflower +marshiness +marshite +marshland +marshlander +marshlike +marshlocks +marshman +marshwort +marshy +Marsi +Marsian +Marsilea +Marsileaceae +marsileaceous +Marsilia +Marsiliaceae +marsipobranch +Marsipobranchia +Marsipobranchiata +marsipobranchiate +Marsipobranchii +marsoon +Marspiter +Marssonia +Marssonina +marsupial +Marsupialia +marsupialian +marsupialization +marsupialize +marsupian +Marsupiata +marsupiate +marsupium +Mart +mart +martagon +martel +marteline +martellate +martellato +marten +martensite +martensitic +Martes +martext +Martha +martial +martialism +Martialist +martiality +martialization +martialize +martially +martialness +Martian +Martin +martin +martinet +martineta +martinetish +martinetishness +martinetism +martinetship +Martinez +martingale +martinico +Martinism +Martinist +Martinmas +martinoe +martite +Martius +martlet +Martu +Marty +Martyn +Martynia +Martyniaceae +martyniaceous +martyr +martyrdom +martyress +martyrium +martyrization +martyrize +martyrizer +martyrlike +martyrly +martyrolatry +martyrologic +martyrological +martyrologist +martyrologistic +martyrologium +martyrology +martyrship +martyry +maru +marvel +marvelment +marvelous +marvelously +marvelousness +marvelry +marver +Marvin +Marwari +Marxian +Marxianism +Marxism +Marxist +Mary +mary +marybud +Maryland +Marylander +Marylandian +Marymass +marysole +marzipan +mas +masa +Masai +Masanao +Masanobu +masaridid +Masarididae +Masaridinae +Masaris +mascagnine +mascagnite +mascally +mascara +mascaron +mascled +mascleless +mascot +mascotism +mascotry +Mascouten +mascularity +masculate +masculation +masculine +masculinely +masculineness +masculinism +masculinist +masculinity +masculinization +masculinize +masculist +masculofeminine +masculonucleus +masculy +masdeu +Masdevallia +mash +masha +mashal +mashallah +mashelton +masher +mashie +mashing +mashman +Mashona +Mashpee +mashru +mashy +masjid +mask +masked +Maskegon +maskelynite +masker +maskette +maskflower +Maskins +masklike +Maskoi +maskoid +maslin +masochism +masochist +masochistic +Mason +mason +masoned +masoner +masonic +Masonite +masonite +masonry +masonwork +masooka +masoola +Masora +Masorete +Masoreth +Masoretic +Maspiter +masque +masquer +masquerade +masquerader +Mass +mass +massa +massacre +massacrer +massage +massager +massageuse +massagist +Massalia +Massalian +massaranduba +massasauga +masse +massebah +massecuite +massedly +massedness +Massekhoth +massel +masser +masseter +masseteric +masseur +masseuse +massicot +massier +massiest +massif +Massilia +Massilian +massily +massiness +massive +massively +massiveness +massivity +masskanne +massless +masslike +Massmonger +massotherapy +massoy +massula +massy +mast +mastaba +mastadenitis +mastadenoma +mastage +mastalgia +mastatrophia +mastatrophy +mastauxe +mastax +mastectomy +masted +master +masterable +masterate +masterdom +masterer +masterful +masterfully +masterfulness +masterhood +masterless +masterlessness +masterlike +masterlily +masterliness +masterling +masterly +masterman +mastermind +masterous +masterpiece +masterproof +mastership +masterwork +masterwort +mastery +mastful +masthead +masthelcosis +mastic +masticability +masticable +masticate +mastication +masticator +masticatory +mastiche +masticic +Masticura +masticurous +mastiff +Mastigamoeba +mastigate +mastigium +mastigobranchia +mastigobranchial +Mastigophora +mastigophoran +mastigophoric +mastigophorous +mastigopod +Mastigopoda +mastigopodous +mastigote +mastigure +masting +mastitis +mastless +mastlike +mastman +mastocarcinoma +mastoccipital +mastochondroma +mastochondrosis +mastodon +mastodonsaurian +Mastodonsaurus +mastodont +mastodontic +Mastodontidae +mastodontine +mastodontoid +mastodynia +mastoid +mastoidal +mastoidale +mastoideal +mastoidean +mastoidectomy +mastoideocentesis +mastoideosquamous +mastoiditis +mastoidohumeral +mastoidohumeralis +mastoidotomy +mastological +mastologist +mastology +mastomenia +mastoncus +mastooccipital +mastoparietal +mastopathy +mastopexy +mastoplastia +mastorrhagia +mastoscirrhus +mastosquamose +mastotomy +mastotympanic +masturbate +masturbation +masturbational +masturbator +masturbatory +mastwood +masty +masu +Masulipatam +masurium +Mat +mat +Matabele +Matacan +matachin +matachina +mataco +matadero +matador +mataeological +mataeologue +mataeology +Matagalpa +Matagalpan +matagory +matagouri +matai +matajuelo +matalan +matamata +matamoro +matanza +matapan +matapi +Matar +matara +Matatua +Matawan +matax +matboard +match +matchable +matchableness +matchably +matchboard +matchboarding +matchbook +matchbox +matchcloth +matchcoat +matcher +matching +matchless +matchlessly +matchlessness +matchlock +matchmaker +matchmaking +matchmark +Matchotic +matchsafe +matchstick +matchwood +matchy +mate +mategriffon +matehood +mateless +matelessness +matelote +mately +mater +materfamilias +material +materialism +materialist +materialistic +materialistical +materialistically +materiality +materialization +materialize +materializee +materializer +materially +materialman +materialness +materiate +materiation +materiel +maternal +maternality +maternalize +maternally +maternalness +maternity +maternology +mateship +matey +matezite +matfelon +matgrass +math +mathematic +mathematical +mathematically +mathematicals +mathematician +mathematicize +mathematics +mathematize +mathemeg +mathes +mathesis +mathetic +Mathurin +matico +matildite +matin +matinal +matinee +mating +matins +matipo +matka +matless +matlockite +matlow +matmaker +matmaking +matra +matral +Matralia +matranee +matrass +matreed +matriarch +matriarchal +matriarchalism +matriarchate +matriarchic +matriarchist +matriarchy +matric +matrical +Matricaria +matrices +matricidal +matricide +matricula +matriculable +matriculant +matricular +matriculate +matriculation +matriculator +matriculatory +Matrigan +matriheritage +matriherital +matrilineal +matrilineally +matrilinear +matrilinearism +matriliny +matrilocal +matrimonial +matrimonially +matrimonious +matrimoniously +matrimony +matriotism +matripotestal +matris +matrix +matroclinic +matroclinous +matrocliny +matron +matronage +matronal +Matronalia +matronhood +matronism +matronize +matronlike +matronliness +matronly +matronship +matronymic +matross +Mats +matsu +matsuri +Matt +matta +mattamore +Mattapony +mattaro +mattboard +matte +matted +mattedly +mattedness +matter +matterate +matterative +matterful +matterfulness +matterless +mattery +Matteuccia +Matthaean +Matthew +Matthias +Matthieu +Matthiola +Matti +matti +matting +mattock +mattoid +mattoir +mattress +mattulla +Matty +maturable +maturate +maturation +maturative +mature +maturely +maturement +matureness +maturer +maturescence +maturescent +maturing +maturish +maturity +matutinal +matutinally +matutinary +matutine +matutinely +matweed +maty +matzo +matzoon +matzos +matzoth +mau +maucherite +Maud +maud +maudle +maudlin +maudlinism +maudlinize +maudlinly +maudlinwort +mauger +maugh +Maugis +maul +Maulawiyah +mauler +mauley +mauling +maulstick +Maumee +maumet +maumetry +Maun +maun +maund +maunder +maunderer +maundful +maundy +maunge +Maurandia +Maureen +Mauretanian +Mauri +Maurice +Maurist +Mauritia +Mauritian +Mauser +mausolea +mausoleal +mausolean +mausoleum +mauther +mauve +mauveine +mauvette +mauvine +maux +maverick +mavis +Mavortian +mavournin +mavrodaphne +maw +mawbound +mawk +mawkish +mawkishly +mawkishness +mawky +mawp +Max +maxilla +maxillar +maxillary +maxilliferous +maxilliform +maxilliped +maxillipedary +maxillodental +maxillofacial +maxillojugal +maxillolabial +maxillomandibular +maxillopalatal +maxillopalatine +maxillopharyngeal +maxillopremaxillary +maxilloturbinal +maxillozygomatic +maxim +maxima +maximal +Maximalism +Maximalist +maximally +maximate +maximation +maximed +maximist +maximistic +maximite +maximization +maximize +maximizer +Maximon +maximum +maximus +maxixe +maxwell +May +may +Maya +maya +Mayaca +Mayacaceae +mayacaceous +Mayan +Mayance +Mayathan +maybe +Maybird +Maybloom +maybush +Maycock +maycock +Mayda +mayday +Mayer +Mayey +Mayeye +Mayfair +mayfish +Mayflower +Mayfowl +mayhap +mayhappen +mayhem +Maying +Maylike +maynt +Mayo +Mayologist +mayonnaise +mayor +mayoral +mayoralty +mayoress +mayorship +Mayoruna +Maypole +Maypoling +maypop +maysin +mayten +Maytenus +Maythorn +Maytide +Maytime +mayweed +Maywings +Maywort +maza +mazalgia +Mazama +mazame +Mazanderani +mazapilite +mazard +mazarine +Mazatec +Mazateco +Mazda +Mazdaism +Mazdaist +Mazdakean +Mazdakite +Mazdean +maze +mazed +mazedly +mazedness +mazeful +mazement +mazer +Mazhabi +mazic +mazily +maziness +mazocacothesis +mazodynia +mazolysis +mazolytic +mazopathia +mazopathic +mazopexy +Mazovian +mazuca +mazuma +Mazur +Mazurian +mazurka +mazut +mazy +mazzard +Mazzinian +Mazzinianism +Mazzinist +mbalolo +Mbaya +mbori +Mbuba +Mbunda +Mcintosh +Mckay +Mdewakanton +me +meable +meaching +mead +meader +meadow +meadowbur +meadowed +meadower +meadowing +meadowink +meadowland +meadowless +meadowsweet +meadowwort +meadowy +meadsman +meager +meagerly +meagerness +meagre +meak +meal +mealable +mealberry +mealer +mealies +mealily +mealiness +mealless +mealman +mealmonger +mealmouth +mealmouthed +mealproof +mealtime +mealy +mealymouth +mealymouthed +mealymouthedly +mealymouthedness +mealywing +mean +meander +meanderingly +meandrine +meandriniform +meandrite +meandrous +meaned +meaner +meaning +meaningful +meaningfully +meaningless +meaninglessly +meaninglessness +meaningly +meaningness +meanish +meanly +meanness +meant +Meantes +meantone +meanwhile +mease +measle +measled +measledness +measles +measlesproof +measly +measondue +measurability +measurable +measurableness +measurably +measuration +measure +measured +measuredly +measuredness +measureless +measurelessly +measurelessness +measurely +measurement +measurer +measuring +meat +meatal +meatbird +meatcutter +meated +meathook +meatily +meatiness +meatless +meatman +meatometer +meatorrhaphy +meatoscope +meatoscopy +meatotome +meatotomy +meatus +meatworks +meaty +Mebsuta +Mecaptera +mecate +Mecca +Meccan +Meccano +Meccawee +Mechael +mechanal +mechanality +mechanalize +mechanic +mechanical +mechanicalism +mechanicalist +mechanicality +mechanicalization +mechanicalize +mechanically +mechanicalness +mechanician +mechanicochemical +mechanicocorpuscular +mechanicointellectual +mechanicotherapy +mechanics +mechanism +mechanist +mechanistic +mechanistically +mechanization +mechanize +mechanizer +mechanolater +mechanology +mechanomorphic +mechanomorphism +mechanotherapeutic +mechanotherapeutics +mechanotherapist +mechanotherapy +Mechir +Mechitaristican +Mechlin +mechoacan +meckelectomy +Meckelian +Mecklenburgian +mecodont +Mecodonta +mecometer +mecometry +mecon +meconic +meconidium +meconin +meconioid +meconium +meconology +meconophagism +meconophagist +Mecoptera +mecopteran +mecopteron +mecopterous +medal +medaled +medalet +medalist +medalize +medallary +medallic +medallically +medallion +medallionist +meddle +meddlecome +meddlement +meddler +meddlesome +meddlesomely +meddlesomeness +meddling +meddlingly +Mede +Medellin +Medeola +Media +media +mediacid +mediacy +mediad +mediaevalize +mediaevally +medial +medialization +medialize +medialkaline +medially +Median +median +medianic +medianimic +medianimity +medianism +medianity +medianly +mediant +mediastinal +mediastine +mediastinitis +mediastinotomy +mediastinum +mediate +mediately +mediateness +mediating +mediatingly +mediation +mediative +mediatization +mediatize +mediator +mediatorial +mediatorialism +mediatorially +mediatorship +mediatory +mediatress +mediatrice +mediatrix +Medic +medic +medicable +Medicago +medical +medically +medicament +medicamental +medicamentally +medicamentary +medicamentation +medicamentous +medicaster +medicate +medication +medicative +medicator +medicatory +Medicean +Medici +medicinable +medicinableness +medicinal +medicinally +medicinalness +medicine +medicinelike +medicinemonger +mediciner +medico +medicobotanical +medicochirurgic +medicochirurgical +medicodental +medicolegal +medicolegally +medicomania +medicomechanic +medicomechanical +medicomoral +medicophysical +medicopsychological +medicopsychology +medicostatistic +medicosurgical +medicotopographic +medicozoologic +mediety +Medieval +medieval +medievalism +medievalist +medievalistic +medievalize +medievally +medifixed +mediglacial +medimn +medimno +medimnos +medimnus +Medina +Medinilla +medino +medio +medioanterior +mediocarpal +medioccipital +mediocre +mediocrist +mediocrity +mediocubital +mediodepressed +mediodigital +mediodorsal +mediodorsally +mediofrontal +mediolateral +mediopalatal +mediopalatine +mediopassive +mediopectoral +medioperforate +mediopontine +medioposterior +mediosilicic +mediostapedial +mediotarsal +medioventral +medisance +medisect +medisection +Medish +Medism +meditant +meditate +meditating +meditatingly +meditation +meditationist +meditatist +meditative +meditatively +meditativeness +meditator +mediterranean +Mediterraneanism +Mediterraneanization +Mediterraneanize +mediterraneous +medithorax +Meditrinalia +meditullium +medium +mediumism +mediumistic +mediumization +mediumize +mediumship +medius +Medize +Medizer +medjidie +medlar +medley +Medoc +medregal +medrick +medrinaque +medulla +medullar +medullary +medullate +medullated +medullation +medullispinal +medullitis +medullization +medullose +Medusa +Medusaean +medusal +medusalike +medusan +medusiferous +medusiform +medusoid +meebos +meece +meed +meedless +Meehan +meek +meeken +meekhearted +meekheartedness +meekling +meekly +meekness +Meekoceras +Meeks +meered +meerkat +meerschaum +meese +meet +meetable +meeten +meeter +meeterly +meethelp +meethelper +meeting +meetinger +meetinghouse +meetly +meetness +Meg +megabar +megacephalia +megacephalic +megacephaly +megacerine +Megaceros +megacerotine +Megachile +megachilid +Megachilidae +Megachiroptera +megachiropteran +megachiropterous +megacolon +megacosm +megacoulomb +megacycle +megadont +Megadrili +megadynamics +megadyne +Megaera +megaerg +megafarad +megafog +megagamete +megagametophyte +megajoule +megakaryocyte +Megalactractus +Megaladapis +Megalaema +Megalaemidae +Megalania +megaleme +Megalensian +megalerg +Megalesia +Megalesian +megalesthete +megalethoscope +Megalichthyidae +Megalichthys +megalith +megalithic +Megalobatrachus +megaloblast +megaloblastic +megalocardia +megalocarpous +megalocephalia +megalocephalic +megalocephalous +megalocephaly +Megaloceros +megalochirous +megalocornea +megalocyte +megalocytosis +megalodactylia +megalodactylism +megalodactylous +Megalodon +megalodont +megalodontia +Megalodontidae +megaloenteron +megalogastria +megaloglossia +megalograph +megalography +megalohepatia +megalokaryocyte +megalomania +megalomaniac +megalomaniacal +megalomelia +Megalonychidae +Megalonyx +megalopa +megalopenis +megalophonic +megalophonous +megalophthalmus +megalopia +megalopic +Megalopidae +Megalopinae +megalopine +megaloplastocyte +megalopolis +megalopolitan +megalopolitanism +megalopore +megalops +megalopsia +Megaloptera +Megalopyge +Megalopygidae +Megalornis +Megalornithidae +megalosaur +megalosaurian +Megalosauridae +megalosauroid +Megalosaurus +megaloscope +megaloscopy +megalosphere +megalospheric +megalosplenia +megalosyndactyly +megaloureter +Megaluridae +Megamastictora +megamastictoral +megamere +megameter +megampere +Meganeura +Meganthropus +meganucleus +megaparsec +megaphone +megaphonic +megaphotographic +megaphotography +megaphyllous +Megaphyton +megapod +megapode +Megapodidae +Megapodiidae +Megapodius +megaprosopous +Megaptera +Megapterinae +megapterine +Megarensian +Megarhinus +Megarhyssa +Megarian +Megarianism +Megaric +megaron +megasclere +megascleric +megasclerous +megasclerum +megascope +megascopic +megascopical +megascopically +megaseism +megaseismic +megaseme +Megasoma +megasporange +megasporangium +megaspore +megasporic +megasporophyll +megasynthetic +megathere +megatherian +Megatheriidae +megatherine +megatherioid +Megatherium +megatherm +megathermic +megatheroid +megaton +megatype +megatypy +megavolt +megawatt +megaweber +megazooid +megazoospore +megerg +Meggy +megilp +megmho +megohm +megohmit +megohmmeter +megophthalmus +megotalc +Megrel +Megrez +megrim +megrimish +mehalla +mehari +meharist +Mehelya +mehmandar +Mehrdad +mehtar +mehtarship +Meibomia +Meibomian +meile +mein +meinie +meio +meiobar +meionite +meiophylly +meiosis +meiotaxy +meiotic +Meissa +Meistersinger +meith +Meithei +meizoseismal +meizoseismic +mejorana +Mekbuda +Mekhitarist +mekometer +mel +mela +melaconite +melada +meladiorite +melagabbro +melagra +melagranite +Melaleuca +melalgia +melam +melamed +melamine +melampodium +Melampsora +Melampsoraceae +Melampus +melampyritol +Melampyrum +melanagogal +melanagogue +melancholia +melancholiac +melancholic +melancholically +melancholily +melancholiness +melancholious +melancholiously +melancholiousness +melancholish +melancholist +melancholize +melancholomaniac +melancholy +melancholyish +Melanchthonian +Melanconiaceae +melanconiaceous +Melanconiales +Melanconium +melanemia +melanemic +Melanesian +melange +melanger +melangeur +Melania +melanian +melanic +melaniferous +Melaniidae +melanilin +melaniline +melanin +Melanippe +Melanippus +melanism +melanistic +melanite +melanitic +melanize +melano +melanoblast +melanocarcinoma +melanocerite +Melanochroi +Melanochroid +melanochroite +melanochroous +melanocomous +melanocrate +melanocratic +melanocyte +Melanodendron +melanoderma +melanodermia +melanodermic +Melanogaster +melanogen +Melanoi +melanoid +melanoidin +melanoma +melanopathia +melanopathy +melanophore +melanoplakia +Melanoplus +melanorrhagia +melanorrhea +Melanorrhoea +melanosarcoma +melanosarcomatosis +melanoscope +melanose +melanosed +melanosis +melanosity +melanospermous +melanotekite +melanotic +melanotrichous +melanous +melanterite +Melanthaceae +melanthaceous +Melanthium +melanure +melanuresis +melanuria +melanuric +melaphyre +Melas +melasma +melasmic +melassigenic +Melastoma +Melastomaceae +melastomaceous +melastomad +melatope +melaxuma +Melburnian +Melcarth +melch +Melchite +Melchora +meld +melder +meldometer +meldrop +mele +Meleager +Meleagridae +Meleagrina +Meleagrinae +meleagrine +Meleagris +melebiose +melee +melena +melene +melenic +Meles +Meletian +Meletski +melezitase +melezitose +Melia +Meliaceae +meliaceous +Meliadus +Melian +Melianthaceae +melianthaceous +Melianthus +meliatin +melibiose +melic +Melica +Melicent +melicera +meliceric +meliceris +melicerous +Melicerta +Melicertidae +melichrous +melicitose +Melicocca +melicraton +melilite +melilitite +melilot +Melilotus +Melinae +Melinda +meline +Melinis +melinite +Meliola +meliorability +meliorable +meliorant +meliorate +meliorater +melioration +meliorative +meliorator +meliorism +meliorist +melioristic +meliority +meliphagan +Meliphagidae +meliphagidan +meliphagous +meliphanite +Melipona +Meliponinae +meliponine +melisma +melismatic +melismatics +Melissa +melissyl +melissylic +Melitaea +melitemia +melithemia +melitis +melitose +melitriose +melittologist +melittology +melituria +melituric +mell +mellaginous +mellate +mellay +melleous +meller +Mellifera +melliferous +mellificate +mellification +mellifluence +mellifluent +mellifluently +mellifluous +mellifluously +mellifluousness +mellimide +mellisonant +mellisugent +mellit +mellitate +mellite +mellitic +Mellivora +Mellivorinae +mellivorous +mellon +mellonides +mellophone +mellow +mellowly +mellowness +mellowy +mellsman +Melocactus +melocoton +melodeon +melodia +melodial +melodially +melodic +melodica +melodically +melodicon +melodics +melodiograph +melodion +melodious +melodiously +melodiousness +melodism +melodist +melodize +melodizer +melodram +melodrama +melodramatic +melodramatical +melodramatically +melodramaticism +melodramatics +melodramatist +melodramatize +melodrame +melody +melodyless +meloe +melogram +Melogrammataceae +melograph +melographic +meloid +Meloidae +melologue +Melolontha +Melolonthidae +melolonthidan +Melolonthides +Melolonthinae +melolonthine +melomane +melomania +melomaniac +melomanic +melon +meloncus +Melonechinus +melongena +melongrower +melonist +melonite +Melonites +melonlike +melonmonger +melonry +melophone +melophonic +melophonist +melopiano +meloplast +meloplastic +meloplasty +melopoeia +melopoeic +melos +melosa +Melospiza +Melothria +melotragedy +melotragic +melotrope +melt +meltability +meltable +meltage +melted +meltedness +melteigite +melter +melters +melting +meltingly +meltingness +melton +Meltonian +Melungeon +Melursus +mem +member +membered +memberless +membership +membracid +Membracidae +membracine +membral +membrally +membrana +membranaceous +membranaceously +membranate +membrane +membraned +membraneless +membranelike +membranelle +membraneous +membraniferous +membraniform +membranin +Membranipora +Membraniporidae +membranocalcareous +membranocartilaginous +membranocoriaceous +membranocorneous +membranogenic +membranoid +membranology +membranonervous +membranosis +membranous +membranously +membranula +membranule +membretto +memento +meminna +Memnon +Memnonian +Memnonium +memo +memoir +memoirism +memoirist +memorabilia +memorability +memorable +memorableness +memorably +memoranda +memorandist +memorandize +memorandum +memorative +memoria +memorial +memorialist +memorialization +memorialize +memorializer +memorially +memoried +memorious +memorist +memorizable +memorization +memorize +memorizer +memory +memoryless +Memphian +Memphite +men +menaccanite +menaccanitic +menace +menaceable +menaceful +menacement +menacer +menacing +menacingly +menacme +menadione +menage +menagerie +menagerist +menald +Menangkabau +menarche +Menaspis +mend +mendable +mendacious +mendaciously +mendaciousness +mendacity +Mendaite +Mende +mendee +Mendelian +Mendelianism +Mendelianist +Mendelism +Mendelist +Mendelize +Mendelssohnian +Mendelssohnic +mendelyeevite +mender +Mendi +mendicancy +mendicant +mendicate +mendication +mendicity +mending +mendipite +mendole +mendozite +mends +meneghinite +menfolk +Menfra +meng +Mengwe +menhaden +menhir +menial +menialism +meniality +menially +Menic +menilite +meningeal +meninges +meningic +meningina +meningism +meningitic +meningitis +meningocele +meningocephalitis +meningocerebritis +meningococcal +meningococcemia +meningococcic +meningococcus +meningocortical +meningoencephalitis +meningoencephalocele +meningomalacia +meningomyclitic +meningomyelitis +meningomyelocele +meningomyelorrhaphy +meningorachidian +meningoradicular +meningorhachidian +meningorrhagia +meningorrhea +meningorrhoea +meningosis +meningospinal +meningotyphoid +meninting +meninx +meniscal +meniscate +menisciform +meniscitis +meniscoid +meniscoidal +Meniscotheriidae +Meniscotherium +meniscus +menisperm +Menispermaceae +menispermaceous +menispermine +Menispermum +Menkalinan +Menkar +Menkib +menkind +mennom +Mennonist +Mennonite +Menobranchidae +Menobranchus +menognath +menognathous +menologium +menology +menometastasis +Menominee +menopausal +menopause +menopausic +menophania +menoplania +Menopoma +Menorah +Menorhyncha +menorhynchous +menorrhagia +menorrhagic +menorrhagy +menorrhea +menorrheic +menorrhoea +menorrhoeic +menoschesis +menoschetic +menosepsis +menostasia +menostasis +menostatic +menostaxis +Menotyphla +menotyphlic +menoxenia +mensa +mensal +mensalize +mense +menseful +menseless +menses +Menshevik +Menshevism +Menshevist +mensk +menstrual +menstruant +menstruate +menstruation +menstruous +menstruousness +menstruum +mensual +mensurability +mensurable +mensurableness +mensurably +mensural +mensuralist +mensurate +mensuration +mensurational +mensurative +Ment +mentagra +mental +mentalis +mentalism +mentalist +mentalistic +mentality +mentalization +mentalize +mentally +mentary +mentation +Mentha +Menthaceae +menthaceous +menthadiene +menthane +menthene +menthenol +menthenone +menthol +mentholated +menthone +menthyl +menticide +menticultural +menticulture +mentiferous +mentiform +mentigerous +mentimeter +mentimutation +mention +mentionability +mentionable +mentionless +mentoanterior +mentobregmatic +mentocondylial +mentohyoid +mentolabial +mentomeckelian +mentonniere +mentoposterior +mentor +mentorial +mentorism +mentorship +mentum +Mentzelia +menu +Menura +Menurae +Menuridae +meny +Menyanthaceae +Menyanthaceous +Menyanthes +menyie +menzie +Menziesia +Meo +Mephisto +Mephistophelean +Mephistopheleanly +Mephistopheles +Mephistophelic +Mephistophelistic +mephitic +mephitical +Mephitinae +mephitine +mephitis +mephitism +Mer +Merak +meralgia +meraline +Merat +Meratia +merbaby +mercal +mercantile +mercantilely +mercantilism +mercantilist +mercantilistic +mercantility +mercaptal +mercaptan +mercaptides +mercaptids +mercapto +mercaptol +mercaptole +Mercator +Mercatorial +mercatorial +Mercedarian +Mercedes +Mercedinus +Mercedonius +mercenarily +mercenariness +mercenary +mercer +merceress +mercerization +mercerize +mercerizer +mercership +mercery +merch +merchandisable +merchandise +merchandiser +merchant +merchantable +merchantableness +merchanter +merchanthood +merchantish +merchantlike +merchantly +merchantman +merchantry +merchantship +merchet +Mercian +merciful +mercifully +mercifulness +merciless +mercilessly +mercilessness +merciment +mercurate +mercuration +Mercurean +mercurial +Mercurialis +mercurialism +mercuriality +mercurialization +mercurialize +mercurially +mercurialness +mercuriamines +mercuriammonium +Mercurian +mercuriate +mercuric +mercuride +mercurification +mercurify +Mercurius +mercurization +mercurize +Mercurochrome +mercurophen +mercurous +Mercury +mercy +mercyproof +merdivorous +mere +Meredithian +merel +merely +merenchyma +merenchymatous +meresman +merestone +meretricious +meretriciously +meretriciousness +meretrix +merfold +merfolk +merganser +merge +mergence +merger +mergh +Merginae +Mergulus +Mergus +meriah +mericarp +merice +Merida +meridian +Meridion +Meridionaceae +Meridional +meridional +meridionality +meridionally +meril +meringue +meringued +Merino +Meriones +meriquinoid +meriquinoidal +meriquinone +meriquinonic +meriquinonoid +merism +merismatic +merismoid +merist +meristele +meristelic +meristem +meristematic +meristematically +meristic +meristically +meristogenous +merit +meritable +merited +meritedly +meriter +meritful +meritless +meritmonger +meritmongering +meritmongery +meritorious +meritoriously +meritoriousness +merk +merkhet +merkin +merl +merle +merlette +merlin +merlon +Merlucciidae +Merluccius +mermaid +mermaiden +merman +Mermis +mermithaner +mermithergate +Mermithidae +mermithization +mermithized +mermithogyne +Mermnad +Mermnadae +mermother +mero +meroblastic +meroblastically +merocele +merocelic +merocerite +meroceritic +merocrystalline +merocyte +Merodach +merogamy +merogastrula +merogenesis +merogenetic +merogenic +merognathite +merogonic +merogony +merohedral +merohedric +merohedrism +meroistic +Meroitic +meromorphic +Meromyaria +meromyarian +merop +Merope +Meropes +meropia +Meropidae +meropidan +meroplankton +meroplanktonic +meropodite +meropoditic +Merops +merorganization +merorganize +meros +merosomal +Merosomata +merosomatous +merosome +merosthenic +Merostomata +merostomatous +merostome +merostomous +merosymmetrical +merosymmetry +merosystematic +merotomize +merotomy +merotropism +merotropy +Merovingian +meroxene +Merozoa +merozoite +merpeople +merribauks +merribush +Merril +merriless +merrily +merriment +merriness +merrow +merry +merrymake +merrymaker +merrymaking +merryman +merrymeeting +merrythought +merrytrotter +merrywing +merse +Mertensia +Merton +Merula +meruline +merulioid +Merulius +merveileux +merwinite +merwoman +Merychippus +merycism +merycismus +Merycoidodon +Merycoidodontidae +Merycopotamidae +Merycopotamus +Mes +mesa +mesabite +mesaconate +mesaconic +mesad +Mesadenia +mesadenia +mesail +mesal +mesalike +mesally +mesameboid +mesange +mesaortitis +mesaraic +mesaraical +mesarch +mesarteritic +mesarteritis +Mesartim +mesaticephal +mesaticephali +mesaticephalic +mesaticephalism +mesaticephalous +mesaticephaly +mesatipellic +mesatipelvic +mesatiskelic +mesaxonic +mescal +Mescalero +mescaline +mescalism +mesdames +mese +mesectoderm +mesem +Mesembryanthemaceae +Mesembryanthemum +mesembryo +mesembryonic +mesencephalic +mesencephalon +mesenchyma +mesenchymal +mesenchymatal +mesenchymatic +mesenchymatous +mesenchyme +mesendoderm +mesenna +mesenterial +mesenteric +mesenterical +mesenterically +mesenteriform +mesenteriolum +mesenteritic +mesenteritis +mesenteron +mesenteronic +mesentery +mesentoderm +mesepimeral +mesepimeron +mesepisternal +mesepisternum +mesepithelial +mesepithelium +mesethmoid +mesethmoidal +mesh +Meshech +meshed +meshrabiyeh +meshwork +meshy +mesiad +mesial +mesially +mesian +mesic +mesically +mesilla +mesiobuccal +mesiocervical +mesioclusion +mesiodistal +mesiodistally +mesiogingival +mesioincisal +mesiolabial +mesiolingual +mesion +mesioocclusal +mesiopulpal +mesioversion +Mesitae +Mesites +Mesitidae +mesitite +mesityl +mesitylene +mesitylenic +mesmerian +mesmeric +mesmerical +mesmerically +mesmerism +mesmerist +mesmerite +mesmerizability +mesmerizable +mesmerization +mesmerize +mesmerizee +mesmerizer +mesmeromania +mesmeromaniac +mesnality +mesnalty +mesne +meso +mesoappendicitis +mesoappendix +mesoarial +mesoarium +mesobar +mesobenthos +mesoblast +mesoblastema +mesoblastemic +mesoblastic +mesobranchial +mesobregmate +mesocaecal +mesocaecum +mesocardia +mesocardium +mesocarp +mesocentrous +mesocephal +mesocephalic +mesocephalism +mesocephalon +mesocephalous +mesocephaly +mesochilium +mesochondrium +mesochroic +mesocoele +mesocoelian +mesocoelic +mesocolic +mesocolon +mesocoracoid +mesocranial +mesocratic +mesocuneiform +mesode +mesoderm +mesodermal +mesodermic +Mesodesma +Mesodesmatidae +Mesodesmidae +Mesodevonian +Mesodevonic +mesodic +mesodisilicic +mesodont +Mesoenatides +mesofurca +mesofurcal +mesogaster +mesogastral +mesogastric +mesogastrium +mesogloea +mesogloeal +mesognathic +mesognathion +mesognathism +mesognathous +mesognathy +mesogyrate +mesohepar +Mesohippus +mesokurtic +mesolabe +mesole +mesolecithal +mesolimnion +mesolite +mesolithic +mesologic +mesological +mesology +mesomere +mesomeric +mesomerism +mesometral +mesometric +mesometrium +mesomorph +mesomorphic +mesomorphous +mesomorphy +Mesomyodi +mesomyodian +mesomyodous +meson +mesonasal +Mesonemertini +mesonephric +mesonephridium +mesonephritic +mesonephros +mesonic +mesonotal +mesonotum +Mesonychidae +Mesonyx +mesoparapteral +mesoparapteron +mesopectus +mesoperiodic +mesopetalum +mesophile +mesophilic +mesophilous +mesophragm +mesophragma +mesophragmal +mesophryon +mesophyll +mesophyllous +mesophyllum +mesophyte +mesophytic +mesophytism +mesopic +mesoplankton +mesoplanktonic +mesoplast +mesoplastic +mesoplastral +mesoplastron +mesopleural +mesopleuron +Mesoplodon +mesoplodont +mesopodial +mesopodiale +mesopodium +mesopotamia +Mesopotamian +mesopotamic +mesoprescutal +mesoprescutum +mesoprosopic +mesopterygial +mesopterygium +mesopterygoid +mesorchial +mesorchium +Mesore +mesorectal +mesorectum +Mesoreodon +mesorrhin +mesorrhinal +mesorrhinian +mesorrhinism +mesorrhinium +mesorrhiny +mesosalpinx +mesosaur +Mesosauria +Mesosaurus +mesoscapula +mesoscapular +mesoscutal +mesoscutellar +mesoscutellum +mesoscutum +mesoseismal +mesoseme +mesosiderite +mesosigmoid +mesoskelic +mesosoma +mesosomatic +mesosome +mesosperm +mesospore +mesosporic +mesosporium +mesostasis +mesosternal +mesosternebra +mesosternebral +mesosternum +mesostethium +Mesostoma +Mesostomatidae +mesostomid +mesostyle +mesostylous +Mesosuchia +mesosuchian +Mesotaeniaceae +Mesotaeniales +mesotarsal +mesotartaric +Mesothelae +mesothelial +mesothelium +mesotherm +mesothermal +mesothesis +mesothet +mesothetic +mesothetical +mesothoracic +mesothoracotheca +mesothorax +mesothorium +mesotonic +mesotroch +mesotrocha +mesotrochal +mesotrochous +mesotron +mesotropic +mesotympanic +mesotype +mesovarian +mesovarium +mesoventral +mesoventrally +mesoxalate +mesoxalic +mesoxalyl +Mesozoa +mesozoan +Mesozoic +mespil +Mespilus +Mespot +mesquite +Mesropian +mess +message +messagery +Messalian +messaline +messan +Messapian +messe +messelite +messenger +messengership +messer +messet +Messiah +Messiahship +Messianic +Messianically +messianically +Messianism +Messianist +Messianize +Messias +messieurs +messily +messin +Messines +Messinese +messiness +messing +messman +messmate +messor +messroom +messrs +messtin +messuage +messy +mestee +mester +mestiza +mestizo +mestome +Mesua +Mesvinian +mesymnion +met +meta +metabasis +metabasite +metabatic +metabiological +metabiology +metabiosis +metabiotic +metabiotically +metabismuthic +metabisulphite +metabletic +Metabola +metabola +metabole +Metabolia +metabolian +metabolic +metabolism +metabolite +metabolizable +metabolize +metabolon +metabolous +metaboly +metaborate +metaboric +metabranchial +metabrushite +metabular +metacarpal +metacarpale +metacarpophalangeal +metacarpus +metacenter +metacentral +metacentric +metacentricity +metachemic +metachemistry +Metachlamydeae +metachlamydeous +metachromasis +metachromatic +metachromatin +metachromatinic +metachromatism +metachrome +metachronism +metachrosis +metacinnabarite +metacism +metacismus +metaclase +metacneme +metacoele +metacoelia +metaconal +metacone +metaconid +metaconule +metacoracoid +metacrasis +metacresol +metacromial +metacromion +metacryst +metacyclic +metacymene +metad +metadiabase +metadiazine +metadiorite +metadiscoidal +metadromous +metafluidal +metaformaldehyde +metafulminuric +metagalactic +metagalaxy +metagaster +metagastric +metagastrula +metage +Metageitnion +metagelatin +metagenesis +metagenetic +metagenetically +metagenic +metageometer +metageometrical +metageometry +metagnath +metagnathism +metagnathous +metagnomy +metagnostic +metagnosticism +metagram +metagrammatism +metagrammatize +metagraphic +metagraphy +metahewettite +metahydroxide +metaigneous +metainfective +metakinesis +metakinetic +metal +metalammonium +metalanguage +metalbumin +metalcraft +metaldehyde +metalepsis +metaleptic +metaleptical +metaleptically +metaler +metaline +metalined +metaling +metalinguistic +metalinguistics +metalism +metalist +metalization +metalize +metallary +metalleity +metallic +metallical +metallically +metallicity +metallicize +metallicly +metallics +metallide +metallifacture +metalliferous +metallification +metalliform +metallify +metallik +metalline +metallism +metallization +metallize +metallochrome +metallochromy +metallogenetic +metallogenic +metallogeny +metallograph +metallographer +metallographic +metallographical +metallographist +metallography +metalloid +metalloidal +metallometer +metallophone +metalloplastic +metallorganic +metallotherapeutic +metallotherapy +metallurgic +metallurgical +metallurgically +metallurgist +metallurgy +metalmonger +metalogic +metalogical +metaloph +metalorganic +metaloscope +metaloscopy +metaluminate +metaluminic +metalware +metalwork +metalworker +metalworking +metalworks +metamathematical +metamathematics +metamer +metameral +metamere +metameric +metamerically +metameride +metamerism +metamerization +metamerized +metamerous +metamery +metamorphic +metamorphism +metamorphize +metamorphopsia +metamorphopsy +metamorphosable +metamorphose +metamorphoser +metamorphoses +metamorphosian +metamorphosic +metamorphosical +metamorphosis +metamorphostical +metamorphotic +metamorphous +metamorphy +Metamynodon +metanalysis +metanauplius +Metanemertini +metanephric +metanephritic +metanephron +metanephros +metanepionic +metanilic +metanitroaniline +metanomen +metanotal +metanotum +metantimonate +metantimonic +metantimonious +metantimonite +metantimonous +metanym +metaorganism +metaparapteral +metaparapteron +metapectic +metapectus +metapepsis +metapeptone +metaperiodic +metaphase +metaphenomenal +metaphenomenon +metaphenylene +metaphenylenediamin +metaphenylenediamine +metaphloem +metaphonical +metaphonize +metaphony +metaphor +metaphoric +metaphorical +metaphorically +metaphoricalness +metaphorist +metaphorize +metaphosphate +metaphosphoric +metaphosphorous +metaphragm +metaphragmal +metaphrase +metaphrasis +metaphrast +metaphrastic +metaphrastical +metaphrastically +metaphyseal +metaphysic +metaphysical +metaphysically +metaphysician +metaphysicianism +metaphysicist +metaphysicize +metaphysicous +metaphysics +metaphysis +metaphyte +metaphytic +metaphyton +metaplasia +metaplasis +metaplasm +metaplasmic +metaplast +metaplastic +metapleural +metapleure +metapleuron +metaplumbate +metaplumbic +metapneumonic +metapneustic +metapodial +metapodiale +metapodium +metapolitic +metapolitical +metapolitician +metapolitics +metapophyseal +metapophysial +metapophysis +metapore +metapostscutellar +metapostscutellum +metaprescutal +metaprescutum +metaprotein +metapsychic +metapsychical +metapsychics +metapsychism +metapsychist +metapsychological +metapsychology +metapsychosis +metapterygial +metapterygium +metapterygoid +metarabic +metarhyolite +metarossite +metarsenic +metarsenious +metarsenite +metasaccharinic +metascutal +metascutellar +metascutellum +metascutum +metasedimentary +metasilicate +metasilicic +metasoma +metasomal +metasomasis +metasomatic +metasomatism +metasomatosis +metasome +metasperm +Metaspermae +metaspermic +metaspermous +metastability +metastable +metastannate +metastannic +metastasis +metastasize +metastatic +metastatical +metastatically +metasternal +metasternum +metasthenic +metastibnite +metastigmate +metastoma +metastome +metastrophe +metastrophic +metastyle +metatantalic +metatarsal +metatarsale +metatarse +metatarsophalangeal +metatarsus +metatatic +metatatically +metataxic +metate +metathalamus +metatheology +Metatheria +metatherian +metatheses +metathesis +metathetic +metathetical +metathetically +metathoracic +metathorax +metatitanate +metatitanic +metatoluic +metatoluidine +metatracheal +metatrophic +metatungstic +metatype +metatypic +Metaurus +metavanadate +metavanadic +metavauxite +metavoltine +metaxenia +metaxite +metaxylem +metaxylene +metayer +Metazoa +metazoal +metazoan +metazoea +metazoic +metazoon +mete +metel +metempiric +metempirical +metempirically +metempiricism +metempiricist +metempirics +metempsychic +metempsychosal +metempsychose +metempsychoses +metempsychosical +metempsychosis +metempsychosize +metemptosis +metencephalic +metencephalon +metensarcosis +metensomatosis +metenteron +metenteronic +meteogram +meteograph +meteor +meteorgraph +meteoric +meteorical +meteorically +meteorism +meteorist +meteoristic +meteorital +meteorite +meteoritic +meteoritics +meteorization +meteorize +meteorlike +meteorogram +meteorograph +meteorographic +meteorography +meteoroid +meteoroidal +meteorolite +meteorolitic +meteorologic +meteorological +meteorologically +meteorologist +meteorology +meteorometer +meteoroscope +meteoroscopy +meteorous +metepencephalic +metepencephalon +metepimeral +metepimeron +metepisternal +metepisternum +meter +meterage +metergram +meterless +meterman +metership +metestick +metewand +meteyard +methacrylate +methacrylic +methadone +methanal +methanate +methane +methanoic +methanolysis +methanometer +metheglin +methemoglobin +methemoglobinemia +methemoglobinuria +methenamine +methene +methenyl +mether +methid +methide +methine +methinks +methiodide +methionic +methionine +methobromide +method +methodaster +methodeutic +methodic +methodical +methodically +methodicalness +methodics +methodism +Methodist +methodist +Methodistic +Methodistically +Methodisty +methodization +Methodize +methodize +methodizer +methodless +methodological +methodologically +methodologist +methodology +Methody +methought +methoxide +methoxychlor +methoxyl +methronic +Methuselah +methyl +methylacetanilide +methylal +methylamine +methylaniline +methylanthracene +methylate +methylation +methylator +methylcholanthrene +methylene +methylenimine +methylenitan +methylethylacetic +methylglycine +methylglycocoll +methylglyoxal +methylic +methylmalonic +methylnaphthalene +methylol +methylolurea +methylosis +methylotic +methylpentose +methylpentoses +methylpropane +methylsulfanol +metic +meticulosity +meticulous +meticulously +meticulousness +metier +Metin +metis +Metoac +metochous +metochy +metoestrous +metoestrum +Metol +metonym +metonymic +metonymical +metonymically +metonymous +metonymously +metonymy +metope +Metopias +metopic +metopion +metopism +Metopoceros +metopomancy +metopon +metoposcopic +metoposcopical +metoposcopist +metoposcopy +metosteal +metosteon +metoxazine +metoxenous +metoxeny +metra +metralgia +metranate +metranemia +metratonia +Metrazol +metrectasia +metrectatic +metrectomy +metrectopia +metrectopic +metrectopy +metreless +metreship +metreta +metrete +metretes +metria +metric +metrical +metrically +metrician +metricism +metricist +metricize +metrics +Metridium +metrification +metrifier +metrify +metriocephalic +metrist +metritis +metrocampsis +metrocarat +metrocarcinoma +metrocele +metroclyst +metrocolpocele +metrocracy +metrocratic +metrocystosis +metrodynia +metrofibroma +metrological +metrologist +metrologue +metrology +metrolymphangitis +metromalacia +metromalacoma +metromalacosis +metromania +metromaniac +metromaniacal +metrometer +metroneuria +metronome +metronomic +metronomical +metronomically +metronymic +metronymy +metroparalysis +metropathia +metropathic +metropathy +metroperitonitis +metrophlebitis +metrophotography +metropole +metropolis +metropolitan +metropolitanate +metropolitancy +metropolitanism +metropolitanize +metropolitanship +metropolite +metropolitic +metropolitical +metropolitically +metroptosia +metroptosis +metroradioscope +metrorrhagia +metrorrhagic +metrorrhea +metrorrhexis +metrorthosis +metrosalpingitis +metrosalpinx +metroscirrhus +metroscope +metroscopy +Metrosideros +metrostaxis +metrostenosis +metrosteresis +metrostyle +metrosynizesis +metrotherapist +metrotherapy +metrotome +metrotomy +Metroxylon +mettar +mettle +mettled +mettlesome +mettlesomely +mettlesomeness +metusia +metze +Meum +meuse +meute +Mev +mew +meward +mewer +mewl +mewler +Mexica +Mexican +Mexicanize +Mexitl +Mexitli +meyerhofferite +mezcal +Mezentian +Mezentism +Mezentius +mezereon +mezereum +mezuzah +mezzanine +mezzo +mezzograph +mezzotint +mezzotinter +mezzotinto +mho +mhometer +mi +Miami +miamia +mian +Miao +Miaotse +Miaotze +miaow +miaower +Miaplacidus +miargyrite +miarolitic +mias +miaskite +miasm +miasma +miasmal +miasmata +miasmatic +miasmatical +miasmatically +miasmatize +miasmatology +miasmatous +miasmic +miasmology +miasmous +Miastor +miaul +miauler +mib +mica +micaceous +micacious +micacite +Micah +micasization +micasize +micate +mication +Micawberish +Micawberism +mice +micellar +micelle +Michabo +Michabou +Michael +Michaelites +Michaelmas +Michaelmastide +miche +Micheal +Michel +Michelangelesque +Michelangelism +Michelia +Michelle +micher +Michiel +Michigamea +Michigan +michigan +Michigander +Michiganite +miching +Michoacan +Michoacano +micht +Mick +mick +Mickey +mickle +Micky +Micmac +mico +miconcave +Miconia +micramock +Micrampelis +micranatomy +micrander +micrandrous +micraner +micranthropos +Micraster +micrencephalia +micrencephalic +micrencephalous +micrencephalus +micrencephaly +micrergate +micresthete +micrify +micro +microammeter +microampere +microanalysis +microanalyst +microanalytical +microangstrom +microapparatus +microbal +microbalance +microbar +microbarograph +microbattery +microbe +microbeless +microbeproof +microbial +microbian +microbic +microbicidal +microbicide +microbiologic +microbiological +microbiologically +microbiologist +microbiology +microbion +microbiosis +microbiota +microbiotic +microbious +microbism +microbium +microblast +microblepharia +microblepharism +microblephary +microbrachia +microbrachius +microburet +microburette +microburner +microcaltrop +microcardia +microcardius +microcarpous +Microcebus +microcellular +microcentrosome +microcentrum +microcephal +microcephalia +microcephalic +microcephalism +microcephalous +microcephalus +microcephaly +microceratous +microchaeta +microcharacter +microcheilia +microcheiria +microchemic +microchemical +microchemically +microchemistry +microchiria +Microchiroptera +microchiropteran +microchiropterous +microchromosome +microchronometer +microcinema +microcinematograph +microcinematographic +microcinematography +Microcitrus +microclastic +microclimate +microclimatic +microclimatologic +microclimatological +microclimatology +microcline +microcnemia +microcoat +micrococcal +Micrococceae +Micrococcus +microcoleoptera +microcolon +microcolorimeter +microcolorimetric +microcolorimetrically +microcolorimetry +microcolumnar +microcombustion +microconidial +microconidium +microconjugant +Microconodon +microconstituent +microcopy +microcoria +microcosm +microcosmal +microcosmian +microcosmic +microcosmical +microcosmography +microcosmology +microcosmos +microcosmus +microcoulomb +microcranous +microcrith +microcryptocrystalline +microcrystal +microcrystalline +microcrystallogeny +microcrystallography +microcrystalloscopy +microcurie +Microcyprini +microcyst +microcyte +microcythemia +microcytosis +microdactylia +microdactylism +microdactylous +microdentism +microdentous +microdetection +microdetector +microdetermination +microdiactine +microdissection +microdistillation +microdont +microdontism +microdontous +microdose +microdrawing +Microdrili +microdrive +microelectrode +microelectrolysis +microelectroscope +microelement +microerg +microestimation +microeutaxitic +microevolution +microexamination +microfarad +microfauna +microfelsite +microfelsitic +microfilaria +microfilm +microflora +microfluidal +microfoliation +microfossil +microfungus +microfurnace +Microgadus +microgalvanometer +microgamete +microgametocyte +microgametophyte +microgamy +Microgaster +microgastria +Microgastrinae +microgastrine +microgeological +microgeologist +microgeology +microgilbert +microglia +microglossia +micrognathia +micrognathic +micrognathous +microgonidial +microgonidium +microgram +microgramme +microgranite +microgranitic +microgranitoid +microgranular +microgranulitic +micrograph +micrographer +micrographic +micrographical +micrographically +micrographist +micrography +micrograver +microgravimetric +microgroove +microgyne +microgyria +microhenry +microhepatia +microhistochemical +microhistology +microhm +microhmmeter +Microhymenoptera +microhymenopteron +microinjection +microjoule +microlepidopter +microlepidoptera +microlepidopteran +microlepidopterist +microlepidopteron +microlepidopterous +microleukoblast +microlevel +microlite +microliter +microlith +microlithic +microlitic +micrologic +micrological +micrologically +micrologist +micrologue +micrology +microlux +micromania +micromaniac +micromanipulation +micromanipulator +micromanometer +Micromastictora +micromazia +micromeasurement +micromechanics +micromelia +micromelic +micromelus +micromembrane +micromeral +micromere +Micromeria +micromeric +micromerism +micromeritic +micromeritics +micromesentery +micrometallographer +micrometallography +micrometallurgy +micrometer +micromethod +micrometrical +micrometrically +micrometry +micromicrofarad +micromicron +micromil +micromillimeter +micromineralogical +micromineralogy +micromorph +micromotion +micromotoscope +micromyelia +micromyeloblast +micron +Micronesian +micronization +micronize +micronometer +micronuclear +micronucleus +micronutrient +microorganic +microorganism +microorganismal +micropaleontology +micropantograph +microparasite +microparasitic +micropathological +micropathologist +micropathology +micropegmatite +micropegmatitic +micropenis +microperthite +microperthitic +micropetalous +micropetrography +micropetrologist +micropetrology +microphage +microphagocyte +microphagous +microphagy +microphakia +microphallus +microphone +microphonic +microphonics +microphonograph +microphot +microphotograph +microphotographic +microphotography +microphotometer +microphotoscope +microphthalmia +microphthalmic +microphthalmos +microphthalmus +microphyllous +microphysical +microphysics +microphysiography +microphytal +microphyte +microphytic +microphytology +micropia +micropin +micropipette +microplakite +microplankton +microplastocyte +microplastometer +micropodal +Micropodi +micropodia +Micropodidae +Micropodiformes +micropoecilitic +micropoicilitic +micropoikilitic +micropolariscope +micropolarization +micropore +microporosity +microporous +microporphyritic +microprint +microprojector +micropsia +micropsy +micropterism +micropterous +Micropterus +micropterygid +Micropterygidae +micropterygious +Micropterygoidea +Micropteryx +Micropus +micropylar +micropyle +micropyrometer +microradiometer +microreaction +microrefractometer +microrhabdus +microrheometer +microrheometric +microrheometrical +Microrhopias +Microsauria +microsaurian +microsclere +microsclerous +microsclerum +microscopal +microscope +microscopial +microscopic +microscopical +microscopically +microscopics +Microscopid +microscopist +Microscopium +microscopize +microscopy +microsecond +microsection +microseism +microseismic +microseismical +microseismograph +microseismology +microseismometer +microseismometrograph +microseismometry +microseme +microseptum +microsmatic +microsmatism +microsoma +microsomatous +microsome +microsomia +microsommite +Microsorex +microspecies +microspectroscope +microspectroscopic +microspectroscopy +Microspermae +microspermous +Microsphaera +microsphaeric +microsphere +microspheric +microspherulitic +microsplanchnic +microsplenia +microsplenic +microsporange +microsporangium +microspore +microsporiasis +microsporic +Microsporidia +microsporidian +Microsporon +microsporophore +microsporophyll +microsporosis +microsporous +Microsporum +microstat +microsthene +Microsthenes +microsthenic +microstomatous +microstome +microstomia +microstomous +microstructural +microstructure +Microstylis +microstylospore +microstylous +microsublimation +microtasimeter +microtechnic +microtechnique +microtelephone +microtelephonic +Microthelyphonida +microtheos +microtherm +microthermic +microthorax +Microthyriaceae +microtia +Microtinae +microtine +microtitration +microtome +microtomic +microtomical +microtomist +microtomy +microtone +Microtus +microtypal +microtype +microtypical +microvolt +microvolume +microvolumetric +microwatt +microwave +microweber +microzoa +microzoal +microzoan +microzoaria +microzoarian +microzoary +microzoic +microzone +microzooid +microzoology +microzoon +microzoospore +microzyma +microzyme +microzymian +micrurgic +micrurgical +micrurgist +micrurgy +Micrurus +miction +micturate +micturition +mid +midafternoon +midautumn +midaxillary +midbrain +midday +midden +middenstead +middle +middlebreaker +middlebuster +middleman +middlemanism +middlemanship +middlemost +middler +middlesplitter +middlewards +middleway +middleweight +middlewoman +middling +middlingish +middlingly +middlingness +middlings +middorsal +middy +mide +Mider +midevening +midewiwin +midfacial +midforenoon +midfrontal +midge +midget +midgety +midgy +midheaven +Midianite +Midianitish +Mididae +midiron +midland +Midlander +Midlandize +midlandward +midlatitude +midleg +midlenting +midmain +midmandibular +midmonth +midmonthly +midmorn +midmorning +midmost +midnight +midnightly +midnoon +midparent +midparentage +midparental +midpit +midrange +midrash +midrashic +midrib +midribbed +midriff +mids +midseason +midsentence +midship +midshipman +midshipmanship +midshipmite +midships +midspace +midst +midstory +midstout +midstream +midstreet +midstroke +midstyled +midsummer +midsummerish +midsummery +midtap +midvein +midverse +midward +midwatch +midway +midweek +midweekly +Midwest +Midwestern +Midwesterner +midwestward +midwife +midwifery +midwinter +midwinterly +midwintry +midwise +midyear +Miek +mien +miersite +Miescherian +miff +miffiness +miffy +mig +might +mightily +mightiness +mightless +mightnt +mighty +mightyhearted +mightyship +miglio +migmatite +migniardise +mignon +mignonette +mignonne +mignonness +Migonitis +migraine +migrainoid +migrainous +migrant +migrate +migration +migrational +migrationist +migrative +migrator +migratorial +migratory +Miguel +miharaite +mihrab +mijakite +mijl +mikado +mikadoate +mikadoism +Mikael +Mikania +Mikasuki +Mike +mike +Mikey +Miki +mikie +Mikir +Mil +mil +mila +milady +milammeter +Milan +Milanese +Milanion +milarite +milch +milcher +milchy +mild +milden +milder +mildew +mildewer +mildewy +mildhearted +mildheartedness +mildish +mildly +mildness +Mildred +mile +mileage +Miledh +milepost +miler +Miles +Milesian +milesima +Milesius +milestone +mileway +milfoil +milha +miliaceous +miliarensis +miliaria +miliarium +miliary +Milicent +milieu +Miliola +milioliform +milioline +miliolite +miliolitic +militancy +militant +militantly +militantness +militarily +militariness +militarism +militarist +militaristic +militaristically +militarization +militarize +military +militaryism +militaryment +militaster +militate +militation +militia +militiaman +militiate +milium +milk +milkbush +milken +milker +milkeress +milkfish +milkgrass +milkhouse +milkily +milkiness +milking +milkless +milklike +milkmaid +milkman +milkness +milkshed +milkshop +milksick +milksop +milksopism +milksoppery +milksopping +milksoppish +milksoppy +milkstone +milkweed +milkwood +milkwort +milky +mill +Milla +milla +millable +millage +millboard +millclapper +millcourse +milldam +mille +milled +millefiori +milleflorous +millefoliate +millenarian +millenarianism +millenarist +millenary +millennia +millennial +millennialism +millennialist +millennially +millennian +millenniarism +millenniary +millennium +millepede +Millepora +millepore +milleporiform +milleporine +milleporite +milleporous +millepunctate +miller +milleress +millering +Millerism +Millerite +millerite +millerole +millesimal +millesimally +millet +Millettia +millfeed +millful +millhouse +milliad +milliammeter +milliamp +milliampere +milliamperemeter +milliangstrom +milliard +milliardaire +milliare +milliarium +milliary +millibar +millicron +millicurie +Millie +millieme +milliequivalent +millifarad +millifold +milliform +milligal +milligrade +milligram +milligramage +millihenry +millilambert +millile +milliliter +millilux +millimeter +millimicron +millimolar +millimole +millincost +milline +milliner +millinerial +millinering +millinery +milling +Millingtonia +millinormal +millinormality +millioctave +millioersted +million +millionaire +millionairedom +millionairess +millionairish +millionairism +millionary +millioned +millioner +millionfold +millionism +millionist +millionize +millionocracy +millions +millionth +milliphot +millipoise +millisecond +millistere +Millite +millithrum +millivolt +millivoltmeter +millman +millocracy +millocrat +millocratism +millosevichite +millowner +millpond +millpool +millpost +millrace +millrynd +millsite +millstock +millstone +millstream +milltail +millward +millwork +millworker +millwright +millwrighting +Milly +Milner +milner +Milo +milo +milord +milpa +milreis +milsey +milsie +milt +milter +miltlike +Miltonia +Miltonian +Miltonic +Miltonically +Miltonism +Miltonist +Miltonize +Miltos +miltsick +miltwaste +milty +Milvago +Milvinae +milvine +milvinous +Milvus +milzbrand +mim +mima +mimbar +mimble +Mimbreno +Mime +mime +mimeo +mimeograph +mimeographic +mimeographically +mimeographist +mimer +mimesis +mimester +mimetene +mimetesite +mimetic +mimetical +mimetically +mimetism +mimetite +Mimi +mimiambi +mimiambic +mimiambics +mimic +mimical +mimically +mimicism +mimicker +mimicry +Mimidae +Miminae +mimine +miminypiminy +mimly +mimmation +mimmest +mimmock +mimmocking +mimmocky +mimmood +mimmoud +mimmouthed +mimmouthedness +mimodrama +mimographer +mimography +mimologist +Mimosa +Mimosaceae +mimosaceous +mimosis +mimosite +mimotype +mimotypic +mimp +Mimpei +mimsey +Mimulus +Mimus +Mimusops +min +Mina +mina +minable +minacious +minaciously +minaciousness +minacity +Minaean +Minahassa +Minahassan +Minahassian +minar +minaret +minareted +minargent +minasragrite +minatorial +minatorially +minatorily +minatory +minaway +mince +mincemeat +mincer +minchery +minchiate +mincing +mincingly +mincingness +Mincopi +Mincopie +mind +minded +Mindel +Mindelian +minder +Mindererus +mindful +mindfully +mindfulness +minding +mindless +mindlessly +mindlessness +mindsight +mine +mineowner +miner +mineragraphic +mineragraphy +mineraiogic +mineral +mineralizable +mineralization +mineralize +mineralizer +mineralogical +mineralogically +mineralogist +mineralogize +mineralogy +Minerva +minerval +Minervan +Minervic +minery +mines +minette +mineworker +Ming +ming +minge +mingelen +mingle +mingleable +mingledly +minglement +mingler +minglingly +Mingo +Mingrelian +minguetite +mingwort +mingy +minhag +minhah +miniaceous +miniate +miniator +miniature +miniaturist +minibus +minicam +minicamera +Miniconjou +minienize +minification +minify +minikin +minikinly +minim +minima +minimacid +minimal +minimalism +Minimalist +minimalkaline +minimally +minimetric +minimifidian +minimifidianism +minimism +minimistic +Minimite +minimitude +minimization +minimize +minimizer +minimum +minimus +minimuscular +mining +minion +minionette +minionism +minionly +minionship +minish +minisher +minishment +minister +ministeriable +ministerial +ministerialism +ministerialist +ministeriality +ministerially +ministerialness +ministerium +ministership +ministrable +ministrant +ministration +ministrative +ministrator +ministrer +ministress +ministry +ministryship +minitant +Minitari +minium +miniver +minivet +mink +minkery +minkish +Minkopi +Minnehaha +minnesinger +minnesong +Minnesotan +Minnetaree +Minnie +minnie +minniebush +minning +minnow +minny +mino +Minoan +minoize +minometer +minor +minorage +minorate +minoration +Minorca +Minorcan +Minoress +minoress +Minorist +Minorite +minority +minorship +Minos +minot +Minotaur +Minseito +minsitive +minster +minsteryard +minstrel +minstreless +minstrelship +minstrelsy +mint +mintage +Mintaka +mintbush +minter +mintmaker +mintmaking +mintman +mintmaster +minty +minuend +minuet +minuetic +minuetish +minus +minuscular +minuscule +minutary +minutation +minute +minutely +minuteman +minuteness +minuter +minuthesis +minutia +minutiae +minutial +minutiose +minutiously +minutissimic +minverite +minx +minxish +minxishly +minxishness +minxship +miny +Minyadidae +Minyae +Minyan +minyan +Minyas +miocardia +Miocene +Miocenic +Miohippus +miolithic +mioplasmia +miothermic +miqra +miquelet +mir +Mira +Mirabel +Mirabell +mirabiliary +Mirabilis +mirabilite +Mirac +Mirach +mirach +miracidial +miracidium +miracle +miraclemonger +miraclemongering +miraclist +miraculist +miraculize +miraculosity +miraculous +miraculously +miraculousness +mirador +mirage +miragy +Mirak +Miramolin +Mirana +Miranda +mirandous +Miranha +Miranhan +mirate +mirbane +mird +mirdaha +mire +mirepoix +Mirfak +Miriam +Miriamne +mirid +Miridae +mirific +miriness +mirish +mirk +mirkiness +mirksome +mirliton +Miro +miro +Mirounga +mirror +mirrored +mirrorize +mirrorlike +mirrorscope +mirrory +mirth +mirthful +mirthfully +mirthfulness +mirthless +mirthlessly +mirthlessness +mirthsome +mirthsomeness +miry +miryachit +mirza +misaccent +misaccentuation +misachievement +misacknowledge +misact +misadapt +misadaptation +misadd +misaddress +misadjust +misadmeasurement +misadministration +misadvantage +misadventure +misadventurer +misadventurous +misadventurously +misadvertence +misadvice +misadvise +misadvised +misadvisedly +misadvisedness +misaffected +misaffection +misaffirm +misagent +misaim +misalienate +misalignment +misallegation +misallege +misalliance +misallotment +misallowance +misally +misalphabetize +misalter +misanalyze +misandry +misanswer +misanthrope +misanthropia +misanthropic +misanthropical +misanthropically +misanthropism +misanthropist +misanthropize +misanthropy +misapparel +misappear +misappearance +misappellation +misapplication +misapplier +misapply +misappoint +misappointment +misappraise +misappraisement +misappreciate +misappreciation +misappreciative +misapprehend +misapprehendingly +misapprehensible +misapprehension +misapprehensive +misapprehensively +misapprehensiveness +misappropriate +misappropriately +misappropriation +misarchism +misarchist +misarrange +misarrangement +misarray +misascribe +misascription +misasperse +misassay +misassent +misassert +misassign +misassociate +misassociation +misatone +misattend +misattribute +misattribution +misaunter +misauthorization +misauthorize +misaward +misbandage +misbaptize +misbecome +misbecoming +misbecomingly +misbecomingness +misbefitting +misbeget +misbegin +misbegotten +misbehave +misbehavior +misbeholden +misbelief +misbelieve +misbeliever +misbelievingly +misbelove +misbeseem +misbestow +misbestowal +misbetide +misbias +misbill +misbind +misbirth +misbode +misborn +misbrand +misbuild +misbusy +miscalculate +miscalculation +miscalculator +miscall +miscaller +miscanonize +miscarriage +miscarriageable +miscarry +miscast +miscasualty +misceability +miscegenate +miscegenation +miscegenationist +miscegenator +miscegenetic +miscegine +miscellanarian +miscellanea +miscellaneity +miscellaneous +miscellaneously +miscellaneousness +miscellanist +miscellany +mischallenge +mischance +mischanceful +mischancy +mischaracterization +mischaracterize +mischarge +mischief +mischiefful +mischieve +mischievous +mischievously +mischievousness +mischio +mischoice +mischoose +mischristen +miscibility +miscible +miscipher +misclaim +misclaiming +misclass +misclassification +misclassify +miscognizant +miscoin +miscoinage +miscollocation +miscolor +miscoloration +miscommand +miscommit +miscommunicate +miscompare +miscomplacence +miscomplain +miscomplaint +miscompose +miscomprehend +miscomprehension +miscomputation +miscompute +misconceive +misconceiver +misconception +misconclusion +miscondition +misconduct +misconfer +misconfidence +misconfident +misconfiguration +misconjecture +misconjugate +misconjugation +misconjunction +misconsecrate +misconsequence +misconstitutional +misconstruable +misconstruct +misconstruction +misconstructive +misconstrue +misconstruer +miscontinuance +misconvenient +misconvey +miscook +miscookery +miscorrect +miscorrection +miscounsel +miscount +miscovet +miscreancy +miscreant +miscreate +miscreation +miscreative +miscreator +miscredited +miscredulity +miscreed +miscript +miscrop +miscue +miscultivated +misculture +miscurvature +miscut +misdate +misdateful +misdaub +misdeal +misdealer +misdecide +misdecision +misdeclaration +misdeclare +misdeed +misdeem +misdeemful +misdefine +misdeformed +misdeliver +misdelivery +misdemean +misdemeanant +misdemeanist +misdemeanor +misdentition +misderivation +misderive +misdescribe +misdescriber +misdescription +misdescriptive +misdesire +misdetermine +misdevise +misdevoted +misdevotion +misdiet +misdirect +misdirection +misdispose +misdisposition +misdistinguish +misdistribute +misdistribution +misdivide +misdivision +misdo +misdoer +misdoing +misdoubt +misdower +misdraw +misdread +misdrive +mise +misease +misecclesiastic +misedit +miseducate +miseducation +miseducative +miseffect +misemphasis +misemphasize +misemploy +misemployment +misencourage +misendeavor +misenforce +misengrave +misenite +misenjoy +misenroll +misentitle +misenunciation +Misenus +miser +miserabilism +miserabilist +miserabilistic +miserability +miserable +miserableness +miserably +miserdom +miserected +Miserere +miserhood +misericord +Misericordia +miserism +miserliness +miserly +misery +misesteem +misestimate +misestimation +misexample +misexecute +misexecution +misexpectation +misexpend +misexpenditure +misexplain +misexplanation +misexplication +misexposition +misexpound +misexpress +misexpression +misexpressive +misfaith +misfare +misfashion +misfather +misfault +misfeasance +misfeasor +misfeature +misfield +misfigure +misfile +misfire +misfit +misfond +misform +misformation +misfortunate +misfortunately +misfortune +misfortuned +misfortuner +misframe +misgauge +misgesture +misgive +misgiving +misgivingly +misgo +misgotten +misgovern +misgovernance +misgovernment +misgovernor +misgracious +misgraft +misgrave +misground +misgrow +misgrown +misgrowth +misguess +misguggle +misguidance +misguide +misguided +misguidedly +misguidedness +misguider +misguiding +misguidingly +mishandle +mishap +mishappen +Mishikhwutmetunne +mishmash +mishmee +Mishmi +Mishnah +Mishnaic +Mishnic +Mishnical +Mishongnovi +misidentification +misidentify +Misima +misimagination +misimagine +misimpression +misimprove +misimprovement +misimputation +misimpute +misincensed +misincite +misinclination +misincline +misinfer +misinference +misinflame +misinform +misinformant +misinformation +misinformer +misingenuity +misinspired +misinstruct +misinstruction +misinstructive +misintelligence +misintelligible +misintend +misintention +misinter +misinterment +misinterpret +misinterpretable +misinterpretation +misinterpreter +misintimation +misjoin +misjoinder +misjudge +misjudgement +misjudger +misjudgingly +misjudgment +miskeep +misken +miskenning +miskill +miskindle +misknow +misknowledge +misky +mislabel +mislabor +mislanguage +mislay +mislayer +mislead +misleadable +misleader +misleading +misleadingly +misleadingness +mislear +misleared +mislearn +misled +mislest +mislight +mislike +misliken +mislikeness +misliker +mislikingly +mislippen +mislive +mislocate +mislocation +mislodge +mismade +mismake +mismanage +mismanageable +mismanagement +mismanager +mismarriage +mismarry +mismatch +mismatchment +mismate +mismeasure +mismeasurement +mismenstruation +misminded +mismingle +mismotion +mismove +misname +misnarrate +misnatured +misnavigation +Misniac +misnomed +misnomer +misnumber +misnurture +misnutrition +misobedience +misobey +misobservance +misobserve +misocapnic +misocapnist +misocatholic +misoccupy +misogallic +misogamic +misogamist +misogamy +misogyne +misogynic +misogynical +misogynism +misogynist +misogynistic +misogynistical +misogynous +misogyny +misohellene +misologist +misology +misomath +misoneism +misoneist +misoneistic +misopaterist +misopedia +misopedism +misopedist +misopinion +misopolemical +misorder +misordination +misorganization +misorganize +misoscopist +misosophist +misosophy +misotheism +misotheist +misotheistic +misotramontanism +misotyranny +misoxene +misoxeny +mispage +mispagination +mispaint +misparse +mispart +mispassion +mispatch +mispay +misperceive +misperception +misperform +misperformance +mispersuade +misperuse +misphrase +mispick +mispickel +misplace +misplacement +misplant +misplay +misplead +mispleading +misplease +mispoint +mispoise +mispolicy +misposition +mispossessed +mispractice +mispraise +misprejudiced +misprincipled +misprint +misprisal +misprision +misprize +misprizer +misproceeding +misproduce +misprofess +misprofessor +mispronounce +mispronouncement +mispronunciation +misproportion +misproposal +mispropose +misproud +misprovide +misprovidence +misprovoke +mispunctuate +mispunctuation +mispurchase +mispursuit +misput +misqualify +misquality +misquotation +misquote +misquoter +misraise +misrate +misread +misreader +misrealize +misreason +misreceive +misrecital +misrecite +misreckon +misrecognition +misrecognize +misrecollect +misrefer +misreference +misreflect +misreform +misregulate +misrehearsal +misrehearse +misrelate +misrelation +misreliance +misremember +misremembrance +misrender +misrepeat +misreport +misreporter +misreposed +misrepresent +misrepresentation +misrepresentative +misrepresenter +misreprint +misrepute +misresemblance +misresolved +misresult +misreward +misrhyme +misrhymer +misrule +miss +missable +missal +missay +missayer +misseem +missel +missemblance +missentence +misserve +misservice +misset +misshape +misshapen +misshapenly +misshapenness +misshood +missible +missile +missileproof +missiness +missing +missingly +mission +missional +missionarize +missionary +missionaryship +missioner +missionize +missionizer +missis +Missisauga +missish +missishness +Mississippi +Mississippian +missive +missmark +missment +Missouri +Missourian +Missourianism +missourite +misspeak +misspeech +misspell +misspelling +misspend +misspender +misstate +misstatement +misstater +misstay +misstep +missuade +missuggestion +missummation +missuppose +missy +missyish +missyllabication +missyllabify +mist +mistakable +mistakableness +mistakably +mistake +mistakeful +mistaken +mistakenly +mistakenness +mistakeproof +mistaker +mistaking +mistakingly +mistassini +mistaught +mistbow +misteach +misteacher +misted +mistell +mistempered +mistend +mistendency +Mister +mister +misterm +mistetch +mistfall +mistflower +mistful +misthink +misthought +misthread +misthrift +misthrive +misthrow +mistic +mistide +mistify +mistigris +mistily +mistime +mistiness +mistitle +mistle +mistless +mistletoe +mistone +mistonusk +mistook +mistouch +mistradition +mistrain +mistral +mistranscribe +mistranscript +mistranscription +mistranslate +mistranslation +mistreat +mistreatment +mistress +mistressdom +mistresshood +mistressless +mistressly +mistrial +mistrist +mistrust +mistruster +mistrustful +mistrustfully +mistrustfulness +mistrusting +mistrustingly +mistrustless +mistry +mistryst +misturn +mistutor +misty +mistyish +misunderstand +misunderstandable +misunderstander +misunderstanding +misunderstandingly +misunderstood +misunderstoodness +misura +misusage +misuse +misuseful +misusement +misuser +misusurped +misvaluation +misvalue +misventure +misventurous +misvouch +miswed +miswisdom +miswish +misword +misworship +misworshiper +misworshipper +miswrite +misyoke +miszealous +Mitakshara +Mitanni +Mitannian +Mitannish +mitapsis +Mitch +mitchboard +Mitchell +Mitchella +mite +Mitella +miteproof +miter +mitered +miterer +miterflower +miterwort +Mithra +Mithraea +Mithraeum +Mithraic +Mithraicism +Mithraicist +Mithraicize +Mithraism +Mithraist +Mithraistic +Mithraitic +Mithraize +Mithras +Mithratic +Mithriac +mithridate +Mithridatic +mithridatic +mithridatism +mithridatize +miticidal +miticide +mitigable +mitigant +mitigate +mitigatedly +mitigation +mitigative +mitigator +mitigatory +mitis +mitochondria +mitochondrial +mitogenetic +mitome +mitosis +mitosome +mitotic +mitotically +Mitra +mitra +mitrailleuse +mitral +mitrate +mitre +mitrer +Mitridae +mitriform +Mitsukurina +Mitsukurinidae +mitsumata +mitt +mittelhand +Mittelmeer +mitten +mittened +mittimus +mitty +Mitu +Mitua +mity +miurus +mix +mixable +mixableness +mixblood +Mixe +mixed +mixedly +mixedness +mixen +mixer +mixeress +mixhill +mixible +mixite +mixobarbaric +mixochromosome +Mixodectes +Mixodectidae +mixolydian +mixoploid +mixoploidy +Mixosaurus +mixotrophic +Mixtec +Mixtecan +mixtiform +mixtilineal +mixtilion +mixtion +mixture +mixy +Mizar +mizmaze +Mizpah +Mizraim +mizzen +mizzenmast +mizzenmastman +mizzentopman +mizzle +mizzler +mizzly +mizzonite +mizzy +mlechchha +mneme +mnemic +Mnemiopsis +mnemonic +mnemonical +mnemonicalist +mnemonically +mnemonicon +mnemonics +mnemonism +mnemonist +mnemonization +mnemonize +Mnemosyne +mnemotechnic +mnemotechnical +mnemotechnics +mnemotechnist +mnemotechny +mnesic +mnestic +Mnevis +Mniaceae +mniaceous +mnioid +Mniotiltidae +Mnium +Mo +mo +Moabite +Moabitess +Moabitic +Moabitish +moan +moanful +moanfully +moanification +moaning +moaningly +moanless +Moaria +Moarian +moat +Moattalite +mob +mobable +mobbable +mobber +mobbish +mobbishly +mobbishness +mobbism +mobbist +mobby +mobcap +mobed +mobile +Mobilian +mobilianer +mobiliary +mobility +mobilizable +mobilization +mobilize +mobilometer +moble +moblike +mobocracy +mobocrat +mobocratic +mobocratical +mobolatry +mobproof +mobship +mobsman +mobster +Mobula +Mobulidae +moccasin +Mocha +mocha +Mochica +mochras +mock +mockable +mockado +mockbird +mocker +mockernut +mockery +mockful +mockfully +mockground +mockingbird +mockingstock +mocmain +Mocoa +Mocoan +mocomoco +mocuck +Mod +modal +modalism +modalist +modalistic +modality +modalize +modally +mode +model +modeler +modeless +modelessness +modeling +modelist +modeller +modelmaker +modelmaking +modena +Modenese +moderant +moderantism +moderantist +moderate +moderately +moderateness +moderation +moderationist +moderatism +moderatist +moderato +moderator +moderatorship +moderatrix +Modern +modern +moderner +modernicide +modernish +modernism +modernist +modernistic +modernity +modernizable +modernization +modernize +modernizer +modernly +modernness +modest +modestly +modestness +modesty +modiation +modicity +modicum +modifiability +modifiable +modifiableness +modifiably +modificability +modificable +modification +modificationist +modificative +modificator +modificatory +modifier +modify +modillion +modiolar +Modiolus +modiolus +modish +modishly +modishness +modist +modiste +modistry +modius +Modoc +Modred +modulability +modulant +modular +modulate +modulation +modulative +modulator +modulatory +module +Modulidae +modulo +modulus +modumite +Moe +Moed +Moehringia +moellon +moerithere +moeritherian +Moeritheriidae +Moeritherium +mofette +moff +mofussil +mofussilite +mog +mogador +mogadore +mogdad +moggan +moggy +Moghan +mogigraphia +mogigraphic +mogigraphy +mogilalia +mogilalism +mogiphonia +mogitocia +mogo +mogographia +Mogollon +Mograbi +Mogrebbin +moguey +Mogul +mogulship +Moguntine +moha +mohabat +mohair +Mohammad +Mohammedan +Mohammedanism +Mohammedanization +Mohammedanize +Mohammedism +Mohammedist +Mohammedization +Mohammedize +mohar +Mohave +Mohawk +Mohawkian +mohawkite +Mohegan +mohel +Mohican +Mohineyam +mohnseed +moho +Mohock +Mohockism +mohr +Mohrodendron +mohur +Moi +moider +moidore +moieter +moiety +moil +moiler +moiles +moiley +moiling +moilingly +moilsome +moineau +Moingwena +moio +Moira +moire +moirette +moise +Moism +moissanite +moist +moisten +moistener +moistful +moistify +moistish +moistishness +moistless +moistly +moistness +moisture +moistureless +moistureproof +moisty +moit +moity +mojarra +Mojo +mojo +mokaddam +moke +moki +mokihana +moko +moksha +mokum +moky +Mola +mola +molal +Molala +molality +molar +molariform +molarimeter +molarity +molary +Molasse +molasses +molassied +molassy +molave +mold +moldability +moldable +moldableness +Moldavian +moldavite +moldboard +molder +moldery +moldiness +molding +moldmade +moldproof +moldwarp +moldy +Mole +mole +molecast +molecula +molecular +molecularist +molecularity +molecularly +molecule +molehead +moleheap +molehill +molehillish +molehilly +moleism +molelike +molendinar +molendinary +molengraaffite +moleproof +moler +moleskin +molest +molestation +molester +molestful +molestfully +Molge +Molgula +Molidae +molimen +moliminous +molinary +moline +Molinia +Molinism +Molinist +Molinistic +molka +Moll +molland +Mollberg +molle +mollescence +mollescent +molleton +mollichop +mollicrush +mollie +mollienisia +mollient +molliently +mollifiable +mollification +mollifiedly +mollifier +mollify +mollifying +mollifyingly +mollifyingness +molligrant +molligrubs +mollipilose +Mollisiaceae +mollisiose +mollities +mollitious +mollitude +Molluginaceae +Mollugo +Mollusca +molluscan +molluscivorous +molluscoid +Molluscoida +molluscoidal +molluscoidan +Molluscoidea +molluscoidean +molluscous +molluscousness +molluscum +mollusk +Molly +molly +mollycoddle +mollycoddler +mollycoddling +mollycosset +mollycot +mollyhawk +molman +Moloch +Molochize +Molochship +moloid +moloker +molompi +molosse +Molossian +molossic +Molossidae +molossine +molossoid +molossus +Molothrus +molpe +molrooken +molt +molten +moltenly +molter +Molucca +Moluccan +Moluccella +Moluche +moly +molybdate +molybdena +molybdenic +molybdeniferous +molybdenite +molybdenous +molybdenum +molybdic +molybdite +molybdocardialgia +molybdocolic +molybdodyspepsia +molybdomancy +molybdomenite +molybdonosus +molybdoparesis +molybdophyllite +molybdosis +molybdous +molysite +mombin +momble +Mombottu +mome +moment +momenta +momental +momentally +momentaneall +momentaneity +momentaneous +momentaneously +momentaneousness +momentarily +momentariness +momentary +momently +momentous +momentously +momentousness +momentum +momiology +momism +momme +mommet +mommy +momo +Momordica +Momotidae +Momotinae +Momotus +Momus +Mon +mon +mona +Monacan +monacanthid +Monacanthidae +monacanthine +monacanthous +Monacha +monachal +monachate +Monachi +monachism +monachist +monachization +monachize +monactin +monactine +monactinellid +monactinellidan +monad +monadelph +Monadelphia +monadelphian +monadelphous +monadic +monadical +monadically +monadiform +monadigerous +Monadina +monadism +monadistic +monadnock +monadology +monaene +monal +monamniotic +Monanday +monander +Monandria +monandrian +monandric +monandrous +monandry +monanthous +monapsal +monarch +monarchal +monarchally +monarchess +monarchial +monarchian +monarchianism +monarchianist +monarchianistic +monarchic +monarchical +monarchically +monarchism +monarchist +monarchistic +monarchize +monarchizer +monarchlike +monarchomachic +monarchomachist +monarchy +Monarda +Monardella +monarthritis +monarticular +monas +Monasa +Monascidiae +monascidian +monase +monaster +monasterial +monasterially +monastery +monastic +monastical +monastically +monasticism +monasticize +monatomic +monatomicity +monatomism +monaulos +monaural +monaxial +monaxile +monaxon +monaxonial +monaxonic +Monaxonida +monazine +monazite +Monbuttu +monchiquite +Monday +Mondayish +Mondayishness +Mondayland +mone +Monegasque +Monel +monel +monembryary +monembryonic +monembryony +monepic +monepiscopacy +monepiscopal +moner +Monera +moneral +moneran +monergic +monergism +monergist +monergistic +moneric +moneron +Monerozoa +monerozoan +monerozoic +monerula +Moneses +monesia +monetarily +monetary +monetite +monetization +monetize +money +moneyage +moneybag +moneybags +moneyed +moneyer +moneyflower +moneygrub +moneygrubber +moneygrubbing +moneylender +moneylending +moneyless +moneymonger +moneymongering +moneysaving +moneywise +moneywort +mong +mongcorn +monger +mongering +mongery +Monghol +Mongholian +Mongibel +mongler +Mongo +Mongol +Mongolian +Mongolianism +Mongolic +Mongolioid +Mongolish +Mongolism +Mongolization +Mongolize +Mongoloid +mongoose +Mongoyo +mongrel +mongreldom +mongrelish +mongrelism +mongrelity +mongrelization +mongrelize +mongrelly +mongrelness +mongst +monheimite +monial +Monias +Monica +moniker +monilated +monilethrix +Monilia +Moniliaceae +moniliaceous +Moniliales +monilicorn +moniliform +moniliformly +monilioid +moniment +Monimia +Monimiaceae +monimiaceous +monimolite +monimostylic +monism +monist +monistic +monistical +monistically +monition +monitive +monitor +monitorial +monitorially +monitorish +monitorship +monitory +monitress +monitrix +monk +monkbird +monkcraft +monkdom +monkery +monkess +monkey +monkeyboard +monkeyface +monkeyfy +monkeyhood +monkeyish +monkeyishly +monkeyishness +monkeylike +monkeynut +monkeypod +monkeypot +monkeyry +monkeyshine +monkeytail +monkfish +monkflower +monkhood +monkish +monkishly +monkishness +monkism +monklike +monkliness +monkly +monkmonger +monkship +monkshood +Monmouth +monmouthite +monny +Mono +mono +monoacetate +monoacetin +monoacid +monoacidic +monoamide +monoamine +monoamino +monoammonium +monoazo +monobacillary +monobase +monobasic +monobasicity +monoblastic +monoblepsia +monoblepsis +monobloc +monobranchiate +monobromacetone +monobromated +monobromide +monobrominated +monobromination +monobromized +monobromoacetanilide +monobromoacetone +monobutyrin +monocalcium +monocarbide +monocarbonate +monocarbonic +monocarboxylic +monocardian +monocarp +monocarpal +monocarpellary +monocarpian +monocarpic +monocarpous +monocellular +monocentric +monocentrid +Monocentridae +Monocentris +monocentroid +monocephalous +monocercous +monoceros +monocerous +monochasial +monochasium +Monochlamydeae +monochlamydeous +monochlor +monochloracetic +monochloranthracene +monochlorbenzene +monochloride +monochlorinated +monochlorination +monochloro +monochloroacetic +monochlorobenzene +monochloromethane +monochoanitic +monochord +monochordist +monochordize +monochroic +monochromasy +monochromat +monochromate +monochromatic +monochromatically +monochromatism +monochromator +monochrome +monochromic +monochromical +monochromically +monochromist +monochromous +monochromy +monochronic +monochronous +monociliated +monocle +monocled +monocleid +monoclinal +monoclinally +monocline +monoclinian +monoclinic +monoclinism +monoclinometric +monoclinous +Monoclonius +Monocoelia +monocoelian +monocoelic +Monocondyla +monocondylar +monocondylian +monocondylic +monocondylous +monocormic +monocot +monocotyledon +Monocotyledones +monocotyledonous +monocracy +monocrat +monocratic +monocrotic +monocrotism +monocular +monocularity +monocularly +monoculate +monocule +monoculist +monoculous +monocultural +monoculture +monoculus +monocyanogen +monocycle +monocyclic +Monocyclica +monocystic +Monocystidae +Monocystidea +Monocystis +monocyte +monocytic +monocytopoiesis +monodactyl +monodactylate +monodactyle +monodactylism +monodactylous +monodactyly +monodelph +Monodelphia +monodelphian +monodelphic +monodelphous +monodermic +monodic +monodically +monodimetric +monodist +monodize +monodomous +Monodon +monodont +Monodonta +monodontal +monodram +monodrama +monodramatic +monodramatist +monodromic +monodromy +monody +monodynamic +monodynamism +Monoecia +monoecian +monoecious +monoeciously +monoeciousness +monoecism +monoeidic +monoestrous +monoethanolamine +monoethylamine +monofilament +monofilm +monoflagellate +monoformin +monogamian +monogamic +monogamist +monogamistic +monogamous +monogamously +monogamousness +monogamy +monoganglionic +monogastric +monogene +Monogenea +monogeneity +monogeneous +monogenesis +monogenesist +monogenesy +monogenetic +Monogenetica +monogenic +monogenism +monogenist +monogenistic +monogenous +monogeny +monoglot +monoglycerid +monoglyceride +monogoneutic +monogonoporic +monogonoporous +monogony +monogram +monogrammatic +monogrammatical +monogrammed +monogrammic +monograph +monographer +monographic +monographical +monographically +monographist +monography +monograptid +Monograptidae +Monograptus +monogynic +monogynious +monogynist +monogynoecial +monogynous +monogyny +monohybrid +monohydrate +monohydrated +monohydric +monohydrogen +monohydroxy +monoicous +monoid +monoketone +monolater +monolatrist +monolatrous +monolatry +monolayer +monoline +monolingual +monolinguist +monoliteral +monolith +monolithal +monolithic +monolobular +monolocular +monologian +monologic +monological +monologist +monologize +monologue +monologuist +monology +monomachist +monomachy +monomania +monomaniac +monomaniacal +monomastigate +monomeniscous +monomer +monomeric +monomerous +monometallic +monometallism +monometallist +monometer +monomethyl +monomethylated +monomethylic +monometric +monometrical +monomial +monomict +monomineral +monomineralic +monomolecular +monomolybdate +Monomorium +monomorphic +monomorphism +monomorphous +Monomya +Monomyaria +monomyarian +mononaphthalene +mononch +Mononchus +mononeural +Monongahela +mononitrate +mononitrated +mononitration +mononitride +mononitrobenzene +mononomial +mononomian +monont +mononuclear +mononucleated +mononucleosis +mononychous +mononym +mononymic +mononymization +mononymize +mononymy +monoousian +monoousious +monoparental +monoparesis +monoparesthesia +monopathic +monopathy +monopectinate +monopersonal +monopersulfuric +monopersulphuric +Monopetalae +monopetalous +monophagism +monophagous +monophagy +monophase +monophasia +monophasic +monophobia +monophone +monophonic +monophonous +monophony +monophotal +monophote +monophthalmic +monophthalmus +monophthong +monophthongal +monophthongization +monophthongize +monophyletic +monophyleticism +monophylite +monophyllous +monophyodont +monophyodontism +Monophysite +Monophysitic +Monophysitical +Monophysitism +monopitch +monoplacula +monoplacular +monoplaculate +monoplane +monoplanist +monoplasmatic +monoplast +monoplastic +monoplegia +monoplegic +Monopneumoa +monopneumonian +monopneumonous +monopode +monopodial +monopodially +monopodic +monopodium +monopodous +monopody +monopolar +monopolaric +monopolarity +monopole +monopolism +monopolist +monopolistic +monopolistically +monopolitical +monopolizable +monopolization +monopolize +monopolizer +monopolous +monopoly +monopolylogist +monopolylogue +monopotassium +monoprionid +monoprionidian +monopsonistic +monopsony +monopsychism +monopteral +Monopteridae +monopteroid +monopteron +monopteros +monopterous +monoptic +monoptical +monoptote +monoptotic +Monopylaea +Monopylaria +monopylean +monopyrenous +monorail +monorailroad +monorailway +monorchid +monorchidism +monorchis +monorchism +monorganic +Monorhina +monorhinal +monorhine +monorhyme +monorhymed +monorhythmic +monosaccharide +monosaccharose +monoschemic +monoscope +monose +monosemic +monosepalous +monoservice +monosilane +monosilicate +monosilicic +monosiphonic +monosiphonous +monosodium +monosomatic +monosomatous +monosome +monosomic +monosperm +monospermal +monospermic +monospermous +monospermy +monospherical +monospondylic +monosporangium +monospore +monospored +monosporiferous +monosporous +monostele +monostelic +monostelous +monostely +monostich +monostichous +Monostomata +Monostomatidae +monostomatous +monostome +Monostomidae +monostomous +Monostomum +monostromatic +monostrophe +monostrophic +monostrophics +monostylous +monosubstituted +monosubstitution +monosulfone +monosulfonic +monosulphide +monosulphone +monosulphonic +monosyllabic +monosyllabical +monosyllabically +monosyllabism +monosyllabize +monosyllable +monosymmetric +monosymmetrical +monosymmetrically +monosymmetry +monosynthetic +monotelephone +monotelephonic +monotellurite +Monothalama +monothalamian +monothalamous +monothecal +monotheism +monotheist +monotheistic +monotheistical +monotheistically +Monothelete +Monotheletian +Monotheletic +Monotheletism +monothelious +Monothelism +Monothelitic +Monothelitism +monothetic +monotic +monotint +Monotocardia +monotocardiac +monotocardian +monotocous +monotomous +monotone +monotonic +monotonical +monotonically +monotonist +monotonize +monotonous +monotonously +monotonousness +monotony +monotremal +Monotremata +monotremate +monotrematous +monotreme +monotremous +monotrichous +monotriglyph +monotriglyphic +Monotrocha +monotrochal +monotrochian +monotrochous +Monotropa +Monotropaceae +monotropaceous +monotrophic +monotropic +Monotropsis +monotropy +monotypal +monotype +monotypic +monotypical +monotypous +monoureide +monovalence +monovalency +monovalent +monovariant +monoverticillate +monovoltine +monovular +monoxenous +monoxide +monoxime +monoxyle +monoxylic +monoxylon +monoxylous +Monozoa +monozoan +monozoic +monozygotic +Monroeism +Monroeist +monrolite +monseigneur +monsieur +monsieurship +monsignor +monsignorial +Monsoni +monsoon +monsoonal +monsoonish +monsoonishly +monster +Monstera +monsterhood +monsterlike +monstership +monstrance +monstrate +monstration +monstrator +monstricide +monstriferous +monstrification +monstrify +monstrosity +monstrous +monstrously +monstrousness +Mont +montage +Montagnac +Montagnais +Montana +montana +Montanan +montane +montanic +montanin +Montanism +Montanist +Montanistic +Montanistical +montanite +Montanize +montant +Montargis +Montauk +montbretia +monte +montebrasite +monteith +montem +Montenegrin +Montepulciano +Monterey +Montes +Montesco +Montesinos +Montessorian +Montessorianism +Montezuma +montgolfier +month +monthly +monthon +Montia +monticellite +monticle +monticoline +monticulate +monticule +Monticulipora +Monticuliporidae +monticuliporidean +monticuliporoid +monticulose +monticulous +monticulus +montiform +montigeneous +montilla +montjoy +montmartrite +Montmorency +montmorilonite +monton +Montrachet +montroydite +Montu +monture +Monty +Monumbo +monument +monumental +monumentalism +monumentality +monumentalization +monumentalize +monumentally +monumentary +monumentless +monumentlike +monzodiorite +monzogabbro +monzonite +monzonitic +moo +Mooachaht +mooch +moocha +moocher +moochulka +mood +mooder +moodily +moodiness +moodish +moodishly +moodishness +moodle +moody +mooing +mool +moolet +moolings +mools +moolum +moon +moonack +moonbeam +moonbill +moonblink +mooncalf +mooncreeper +moondown +moondrop +mooned +mooner +moonery +mooneye +moonface +moonfaced +moonfall +moonfish +moonflower +moonglade +moonglow +moonhead +moonily +mooniness +mooning +moonish +moonite +moonja +moonjah +moonless +moonlet +moonlight +moonlighted +moonlighter +moonlighting +moonlighty +moonlike +moonlikeness +moonlit +moonlitten +moonman +moonpath +moonpenny +moonproof +moonraker +moonraking +moonrise +moonsail +moonscape +moonseed +moonset +moonshade +moonshine +moonshiner +moonshining +moonshiny +moonsick +moonsickness +moonstone +moontide +moonwalker +moonwalking +moonward +moonwards +moonway +moonwort +moony +moop +Moor +moor +moorage +moorball +moorband +moorberry +moorbird +moorburn +moorburner +moorburning +Moore +moorflower +moorfowl +mooring +Moorish +moorish +moorishly +moorishness +moorland +moorlander +Moorman +moorman +moorn +moorpan +moors +Moorship +moorsman +moorstone +moortetter +moorup +moorwort +moory +moosa +moose +mooseberry +moosebird +moosebush +moosecall +mooseflower +moosehood +moosemise +moosetongue +moosewob +moosewood +moosey +moost +moot +mootable +mooter +mooth +mooting +mootman +mootstead +mootworthy +mop +Mopan +mopane +mopboard +mope +moper +moph +mophead +mopheaded +moping +mopingly +mopish +mopishly +mopishness +mopla +mopper +moppet +moppy +mopstick +mopsy +mopus +Moquelumnan +moquette +Moqui +mor +mora +Moraceae +moraceous +Moraea +morainal +moraine +morainic +moral +morale +moralism +moralist +moralistic +moralistically +morality +moralization +moralize +moralizer +moralizingly +moralless +morally +moralness +morals +Moran +morass +morassic +morassweed +morassy +morat +morate +moration +moratoria +moratorium +moratory +Moravian +Moravianism +Moravianized +Moravid +moravite +moray +morbid +morbidity +morbidize +morbidly +morbidness +morbiferal +morbiferous +morbific +morbifical +morbifically +morbify +morbility +morbillary +morbilli +morbilliform +morbillous +morcellate +morcellated +morcellation +Morchella +Morcote +mordacious +mordaciously +mordacity +mordancy +mordant +mordantly +Mordella +mordellid +Mordellidae +mordelloid +mordenite +mordent +mordicate +mordication +mordicative +mordore +Mordv +Mordva +Mordvin +Mordvinian +more +moreen +morefold +moreish +morel +morella +morello +morencite +moreness +morenita +morenosite +Moreote +moreover +morepork +mores +Moresque +morfrey +morg +morga +Morgan +morgan +Morgana +morganatic +morganatical +morganatically +morganic +morganite +morganize +morgay +morgen +morgengift +morgenstern +morglay +morgue +moribund +moribundity +moribundly +moric +moriche +moriform +morigerate +morigeration +morigerous +morigerously +morigerousness +morillon +morin +Morinaceae +Morinda +morindin +morindone +morinel +Moringa +Moringaceae +moringaceous +moringad +Moringua +moringuid +Moringuidae +moringuoid +morion +Moriori +Moriscan +Morisco +Morisonian +Morisonianism +morkin +morlop +mormaor +mormaordom +mormaorship +mormo +Mormon +mormon +Mormondom +Mormoness +Mormonism +Mormonist +Mormonite +Mormonweed +Mormoops +mormyr +mormyre +mormyrian +mormyrid +Mormyridae +mormyroid +Mormyrus +morn +morne +morned +morning +morningless +morningly +mornings +morningtide +morningward +mornless +mornlike +morntime +mornward +Moro +moro +moroc +Moroccan +Morocco +morocco +morocota +morological +morologically +morologist +morology +moromancy +moron +moroncy +morong +moronic +Moronidae +moronism +moronity +moronry +Moropus +morosaurian +morosauroid +Morosaurus +morose +morosely +moroseness +morosis +morosity +moroxite +morph +morphallaxis +morphea +Morphean +morpheme +morphemic +morphemics +morphetic +Morpheus +morphew +morphia +morphiate +morphic +morphically +morphinate +morphine +morphinic +morphinism +morphinist +morphinization +morphinize +morphinomania +morphinomaniac +morphiomania +morphiomaniac +Morpho +morphogenesis +morphogenetic +morphogenic +morphogeny +morphographer +morphographic +morphographical +morphographist +morphography +morpholine +morphologic +morphological +morphologically +morphologist +morphology +morphometrical +morphometry +morphon +morphonomic +morphonomy +morphophonemic +morphophonemically +morphophonemics +morphophyly +morphoplasm +morphoplasmic +morphosis +morphotic +morphotropic +morphotropism +morphotropy +morphous +Morrenian +Morrhua +morrhuate +morrhuine +morricer +Morris +morris +Morrisean +morrow +morrowing +morrowless +morrowmass +morrowspeech +morrowtide +morsal +Morse +morse +morsel +morselization +morselize +morsing +morsure +mort +mortacious +mortal +mortalism +mortalist +mortality +mortalize +mortally +mortalness +mortalwise +mortar +mortarboard +mortarize +mortarless +mortarlike +mortarware +mortary +mortbell +mortcloth +mortersheen +mortgage +mortgageable +mortgagee +mortgagor +morth +morthwyrtha +mortician +mortier +mortiferous +mortiferously +mortiferousness +mortific +mortification +mortified +mortifiedly +mortifiedness +mortifier +mortify +mortifying +mortifyingly +Mortimer +mortise +mortiser +mortling +mortmain +mortmainer +Morton +mortuarian +mortuary +mortuous +morula +morular +morulation +morule +moruloid +Morus +morvin +morwong +Mosaic +mosaic +Mosaical +mosaical +mosaically +mosaicism +mosaicist +Mosaicity +Mosaism +Mosaist +mosaist +mosandrite +mosasaur +Mosasauri +Mosasauria +mosasaurian +mosasaurid +Mosasauridae +mosasauroid +Mosasaurus +Mosatenan +moschate +moschatel +moschatelline +Moschi +Moschidae +moschiferous +Moschinae +moschine +Moschus +Moscow +Mose +Moselle +Moses +mosesite +Mosetena +mosette +mosey +Mosgu +moskeneer +mosker +Moslem +Moslemah +Moslemic +Moslemin +Moslemism +Moslemite +Moslemize +moslings +mosque +mosquelet +mosquish +mosquital +Mosquito +mosquito +mosquitobill +mosquitocidal +mosquitocide +mosquitoey +mosquitoish +mosquitoproof +moss +mossback +mossberry +mossbunker +mossed +mosser +mossery +mossful +mosshead +Mossi +mossiness +mossless +mosslike +mosstrooper +mosstroopery +mosstrooping +mosswort +mossy +mossyback +most +moste +Mosting +mostlike +mostlings +mostly +mostness +Mosul +Mosur +mot +Motacilla +motacillid +Motacillidae +Motacillinae +motacilline +motatorious +motatory +Motazilite +mote +moted +motel +moteless +moter +motet +motettist +motey +moth +mothed +mother +motherdom +mothered +motherer +mothergate +motherhood +motheriness +mothering +motherkin +motherland +motherless +motherlessness +motherlike +motherliness +motherling +motherly +mothership +mothersome +motherward +motherwise +motherwort +mothery +mothless +mothlike +mothproof +mothworm +mothy +motif +motific +motile +motility +motion +motionable +motional +motionless +motionlessly +motionlessness +motitation +motivate +motivation +motivational +motive +motiveless +motivelessly +motivelessness +motiveness +motivity +motley +motleyness +motmot +motofacient +motograph +motographic +motomagnetic +motoneuron +motophone +motor +motorable +motorboat +motorboatman +motorbus +motorcab +motorcade +motorcar +motorcycle +motorcyclist +motordom +motordrome +motored +motorial +motoric +motoring +motorism +motorist +motorium +motorization +motorize +motorless +motorman +motorneer +motorphobe +motorphobia +motorphobiac +motorway +motory +Motozintlec +Motozintleca +motricity +Mott +mott +motte +mottle +mottled +mottledness +mottlement +mottler +mottling +motto +mottoed +mottoless +mottolike +mottramite +motyka +mou +moucharaby +mouchardism +mouche +mouchrabieh +moud +moudie +moudieman +moudy +mouflon +Mougeotia +Mougeotiaceae +mouillation +mouille +mouillure +moujik +moul +mould +moulded +moule +moulin +moulinage +moulinet +moulleen +moulrush +mouls +moulter +mouly +mound +moundiness +moundlet +moundwork +moundy +mount +mountable +mountably +mountain +mountained +mountaineer +mountainet +mountainette +mountainless +mountainlike +mountainous +mountainously +mountainousness +mountainside +mountaintop +mountainward +mountainwards +mountainy +mountant +mountebank +mountebankery +mountebankish +mountebankism +mountebankly +mounted +mounter +Mountie +mounting +mountingly +mountlet +mounture +moup +mourn +mourner +mourneress +mournful +mournfully +mournfulness +mourning +mourningly +mournival +mournsome +mouse +mousebane +mousebird +mousefish +mousehawk +mousehole +mousehound +Mouseion +mousekin +mouselet +mouselike +mouseproof +mouser +mousery +mouseship +mousetail +mousetrap +mouseweb +mousey +mousily +mousiness +mousing +mousingly +mousle +mousmee +Mousoni +mousquetaire +mousse +Mousterian +moustoc +mousy +mout +moutan +mouth +mouthable +mouthbreeder +mouthed +mouther +mouthful +mouthily +mouthiness +mouthing +mouthingly +mouthishly +mouthless +mouthlike +mouthpiece +mouthroot +mouthwash +mouthwise +mouthy +mouton +moutonnee +mouzah +mouzouna +movability +movable +movableness +movably +movant +move +moveability +moveableness +moveably +moveless +movelessly +movelessness +movement +mover +movie +moviedom +movieize +movieland +moving +movingly +movingness +mow +mowable +mowana +mowburn +mowburnt +mowch +mowcht +mower +mowha +mowie +mowing +mowland +mown +mowra +mowrah +mowse +mowstead +mowt +mowth +moxa +moxieberry +Moxo +moy +moyen +moyenless +moyenne +moyite +moyle +moyo +Mozambican +mozambique +Mozarab +Mozarabian +Mozarabic +Mozartean +mozemize +mozing +mozzetta +Mpangwe +Mpondo +mpret +Mr +Mrs +Mru +mu +muang +mubarat +mucago +mucaro +mucedin +mucedinaceous +mucedine +mucedinous +much +muchfold +muchly +muchness +mucic +mucid +mucidness +muciferous +mucific +muciform +mucigen +mucigenous +mucilage +mucilaginous +mucilaginously +mucilaginousness +mucin +mucinogen +mucinoid +mucinous +muciparous +mucivore +mucivorous +muck +muckender +Mucker +mucker +muckerish +muckerism +mucket +muckiness +muckite +muckle +muckluck +muckman +muckment +muckmidden +muckna +muckrake +muckraker +mucksweat +mucksy +muckthrift +muckweed +muckworm +mucky +mucluc +mucocele +mucocellulose +mucocellulosic +mucocutaneous +mucodermal +mucofibrous +mucoflocculent +mucoid +mucomembranous +muconic +mucoprotein +mucopurulent +mucopus +mucor +Mucoraceae +mucoraceous +Mucorales +mucorine +mucorioid +mucormycosis +mucorrhea +mucosa +mucosal +mucosanguineous +mucose +mucoserous +mucosity +mucosocalcareous +mucosogranular +mucosopurulent +mucososaccharine +mucous +mucousness +mucro +mucronate +mucronately +mucronation +mucrones +mucroniferous +mucroniform +mucronulate +mucronulatous +muculent +Mucuna +mucus +mucusin +mud +mudar +mudbank +mudcap +mudd +mudde +mudden +muddify +muddily +muddiness +mudding +muddish +muddle +muddlebrained +muddledom +muddlehead +muddleheaded +muddleheadedness +muddlement +muddleproof +muddler +muddlesome +muddlingly +muddy +muddybrained +muddybreast +muddyheaded +mudee +Mudejar +mudfish +mudflow +mudguard +mudhead +mudhole +mudhopper +mudir +mudiria +mudland +mudlark +mudlarker +mudless +mudproof +mudra +mudsill +mudskipper +mudslinger +mudslinging +mudspate +mudstain +mudstone +mudsucker +mudtrack +mudweed +mudwort +Muehlenbeckia +muermo +muezzin +muff +muffed +muffet +muffetee +muffin +muffineer +muffish +muffishness +muffle +muffled +muffleman +muffler +mufflin +muffy +mufti +mufty +mug +muga +mugearite +mugful +mugg +mugger +mugget +muggily +mugginess +muggins +muggish +muggles +Muggletonian +Muggletonianism +muggy +mughouse +mugience +mugiency +mugient +Mugil +Mugilidae +mugiliform +mugiloid +mugweed +mugwort +mugwump +mugwumpery +mugwumpian +mugwumpism +muhammadi +Muharram +Muhlenbergia +muid +Muilla +muir +muirburn +muircock +muirfowl +muishond +muist +mujtahid +Mukden +mukluk +Mukri +muktar +muktatma +mukti +mulaprakriti +mulatta +mulatto +mulattoism +mulattress +mulberry +mulch +mulcher +Mulciber +Mulcibirian +mulct +mulctable +mulctary +mulctation +mulctative +mulctatory +mulctuary +mulder +mule +muleback +mulefoot +mulefooted +muleman +muleta +muleteer +muletress +muletta +mulewort +muley +mulga +muliebral +muliebria +muliebrile +muliebrity +muliebrous +mulier +mulierine +mulierose +mulierosity +mulish +mulishly +mulishness +mulism +mulita +mulk +mull +mulla +mullah +mullar +mullein +mullenize +muller +Mullerian +mullet +mulletry +mullets +mulley +mullid +Mullidae +mulligan +mulligatawny +mulligrubs +mullion +mullite +mullock +mullocker +mullocky +mulloid +mulloway +mulmul +mulse +mulsify +mult +multangular +multangularly +multangularness +multangulous +multangulum +Multani +multanimous +multarticulate +multeity +multiangular +multiareolate +multiarticular +multiarticulate +multiarticulated +multiaxial +multiblade +multibladed +multibranched +multibranchiate +multibreak +multicamerate +multicapitate +multicapsular +multicarinate +multicarinated +multicellular +multicentral +multicentric +multicharge +multichord +multichrome +multiciliate +multiciliated +multicipital +multicircuit +multicoccous +multicoil +multicolor +multicolored +multicolorous +multicomponent +multiconductor +multiconstant +multicore +multicorneal +multicostate +multicourse +multicrystalline +multicuspid +multicuspidate +multicycle +multicylinder +multicylindered +multidentate +multidenticulate +multidenticulated +multidigitate +multidimensional +multidirectional +multidisperse +multiengine +multiengined +multiexhaust +multifaced +multifaceted +multifactorial +multifamilial +multifarious +multifariously +multifariousness +multiferous +multifetation +multifibered +multifid +multifidly +multifidous +multifidus +multifilament +multifistular +multiflagellate +multiflagellated +multiflash +multiflorous +multiflow +multiflue +multifocal +multifoil +multifoiled +multifold +multifoliate +multifoliolate +multiform +multiformed +multiformity +multifurcate +multiganglionic +multigap +multigranulate +multigranulated +Multigraph +multigraph +multigrapher +multiguttulate +multigyrate +multihead +multihearth +multihued +multijet +multijugate +multijugous +multilaciniate +multilamellar +multilamellate +multilamellous +multilaminar +multilaminate +multilaminated +multilateral +multilaterally +multilighted +multilineal +multilinear +multilingual +multilinguist +multilirate +multiliteral +multilobar +multilobate +multilobe +multilobed +multilobular +multilobulate +multilobulated +multilocation +multilocular +multiloculate +multiloculated +multiloquence +multiloquent +multiloquious +multiloquous +multiloquy +multimacular +multimammate +multimarble +multimascular +multimedial +multimetalic +multimetallism +multimetallist +multimillion +multimillionaire +multimodal +multimodality +multimolecular +multimotor +multimotored +multinational +multinervate +multinervose +multinodal +multinodate +multinodous +multinodular +multinomial +multinominal +multinominous +multinuclear +multinucleate +multinucleated +multinucleolar +multinucleolate +multinucleolated +multiovular +multiovulate +multipara +multiparient +multiparity +multiparous +multipartisan +multipartite +multiped +multiperforate +multiperforated +multipersonal +multiphase +multiphaser +multiphotography +multipinnate +multiplane +multiple +multiplepoinding +multiplet +multiplex +multipliable +multipliableness +multiplicability +multiplicable +multiplicand +multiplicate +multiplication +multiplicational +multiplicative +multiplicatively +multiplicator +multiplicity +multiplier +multiply +multiplying +multipointed +multipolar +multipole +multiported +multipotent +multipresence +multipresent +multiradial +multiradiate +multiradiated +multiradicate +multiradicular +multiramified +multiramose +multiramous +multirate +multireflex +multirooted +multirotation +multirotatory +multisaccate +multisacculate +multisacculated +multiscience +multiseated +multisect +multisector +multisegmental +multisegmentate +multisegmented +multisensual +multiseptate +multiserial +multiserially +multiseriate +multishot +multisiliquous +multisonous +multispeed +multispermous +multispicular +multispiculate +multispindle +multispinous +multispiral +multispired +multistage +multistaminate +multistoried +multistory +multistratified +multistratous +multistriate +multisulcate +multisulcated +multisyllabic +multisyllability +multisyllable +multitarian +multitentaculate +multitheism +multithreaded +multititular +multitoed +multitoned +multitube +Multituberculata +multituberculate +multituberculated +multituberculism +multituberculy +multitubular +multitude +multitudinal +multitudinary +multitudinism +multitudinist +multitudinistic +multitudinosity +multitudinous +multitudinously +multitudinousness +multiturn +multivagant +multivalence +multivalency +multivalent +multivalve +multivalved +multivalvular +multivane +multivariant +multivarious +multiversant +multiverse +multivibrator +multivincular +multivious +multivocal +multivocalness +multivoiced +multivolent +multivoltine +multivolumed +multivorous +multocular +multum +multungulate +multure +multurer +mum +mumble +mumblebee +mumblement +mumbler +mumbling +mumblingly +mummer +mummery +mummichog +mummick +mummied +mummification +mummiform +mummify +mumming +mummy +mummydom +mummyhood +mummylike +mumness +mump +mumper +mumphead +mumpish +mumpishly +mumpishness +mumps +mumpsimus +mumruffin +mun +Munandi +Muncerian +munch +Munchausenism +Munchausenize +muncheel +muncher +munchet +mund +Munda +mundane +mundanely +mundaneness +mundanism +mundanity +Mundari +mundatory +mundic +mundificant +mundification +mundifier +mundify +mundil +mundivagant +mundle +mung +munga +munge +mungey +mungo +mungofa +munguba +mungy +Munia +Munich +Munichism +municipal +municipalism +municipalist +municipality +municipalization +municipalize +municipalizer +municipally +municipium +munific +munificence +munificency +munificent +munificently +munificentness +muniment +munition +munitionary +munitioneer +munitioner +munitions +munity +munj +munjeet +munjistin +munnion +Munnopsidae +Munnopsis +Munsee +munshi +munt +Muntiacus +muntin +Muntingia +muntjac +Munychia +Munychian +Munychion +Muong +Muphrid +Mura +mura +Muradiyah +Muraena +Muraenidae +muraenoid +murage +mural +muraled +muralist +murally +Muran +Muranese +murasakite +Murat +Muratorian +murchy +murder +murderer +murderess +murdering +murderingly +murderish +murderment +murderous +murderously +murderousness +murdrum +mure +murenger +murex +murexan +murexide +murga +murgavi +murgeon +muriate +muriated +muriatic +muricate +muricid +Muricidae +muriciform +muricine +muricoid +muriculate +murid +Muridae +muridism +Muriel +muriform +muriformly +Murillo +Murinae +murine +murinus +muriti +murium +murk +murkily +murkiness +murkish +murkly +murkness +murksome +murky +murlin +murly +Murmi +murmur +murmuration +murmurator +murmurer +murmuring +murmuringly +murmurish +murmurless +murmurlessly +murmurous +murmurously +muromontite +Murph +murphy +murra +murrain +Murray +Murraya +murre +murrelet +murrey +murrhine +murrina +murrnong +murshid +Murthy +murumuru +Murut +muruxi +murva +murza +Murzim +Mus +Musa +Musaceae +musaceous +Musaeus +musal +Musales +Musalmani +musang +musar +Musca +muscade +muscadel +muscadine +Muscadinia +muscardine +Muscardinidae +Muscardinus +Muscari +muscariform +muscarine +muscat +muscatel +muscatorium +Musci +Muscicapa +Muscicapidae +muscicapine +muscicide +muscicole +muscicoline +muscicolous +muscid +Muscidae +musciform +Muscinae +muscle +muscled +muscleless +musclelike +muscling +muscly +Muscogee +muscoid +Muscoidea +muscologic +muscological +muscologist +muscology +muscone +muscose +muscoseness +muscosity +muscot +muscovadite +muscovado +Muscovi +Muscovite +muscovite +Muscovitic +muscovitization +muscovitize +muscovy +muscular +muscularity +muscularize +muscularly +musculation +musculature +muscule +musculin +musculoarterial +musculocellular +musculocutaneous +musculodermic +musculoelastic +musculofibrous +musculointestinal +musculoligamentous +musculomembranous +musculopallial +musculophrenic +musculospinal +musculospiral +musculotegumentary +musculotendinous +Muse +muse +mused +museful +musefully +museist +museless +muselike +museographist +museography +museologist +museology +muser +musery +musette +museum +museumize +Musgu +mush +musha +mushaa +Mushabbihite +mushed +musher +mushhead +mushheaded +mushheadedness +mushily +mushiness +mushla +mushmelon +mushrebiyeh +mushroom +mushroomer +mushroomic +mushroomlike +mushroomy +mushru +mushy +music +musical +musicale +musicality +musicalization +musicalize +musically +musicalness +musicate +musician +musiciana +musicianer +musicianly +musicianship +musicker +musicless +musiclike +musicmonger +musico +musicoartistic +musicodramatic +musicofanatic +musicographer +musicography +musicological +musicologist +musicologue +musicology +musicomania +musicomechanical +musicophilosophical +musicophobia +musicophysical +musicopoetic +musicotherapy +musicproof +musie +musily +musimon +musing +musingly +musk +muskat +muskeg +muskeggy +muskellunge +musket +musketade +musketeer +musketlike +musketoon +musketproof +musketry +muskflower +Muskhogean +muskie +muskiness +muskish +musklike +muskmelon +Muskogee +muskrat +muskroot +Muskwaki +muskwood +musky +muslin +muslined +muslinet +musnud +Musophaga +Musophagi +Musophagidae +musophagine +musquash +musquashroot +musquashweed +musquaspen +musquaw +musrol +muss +mussable +mussably +Mussaenda +mussal +mussalchee +mussel +musseled +musseler +mussily +mussiness +mussitate +mussitation +mussuk +Mussulman +Mussulmanic +Mussulmanish +Mussulmanism +Mussulwoman +mussurana +mussy +must +mustache +mustached +mustachial +mustachio +mustachioed +mustafina +Mustahfiz +mustang +mustanger +mustard +mustarder +mustee +Mustela +mustelid +Mustelidae +musteline +mustelinous +musteloid +Mustelus +muster +musterable +musterdevillers +musterer +mustermaster +mustify +mustily +mustiness +mustnt +musty +muta +Mutabilia +mutability +mutable +mutableness +mutably +mutafacient +mutage +mutagenic +mutant +mutarotate +mutarotation +mutase +mutate +mutation +mutational +mutationally +mutationism +mutationist +mutative +mutatory +mutawalli +Mutazala +mutch +mute +mutedly +mutely +muteness +Muter +mutesarif +mutescence +mutessarifat +muth +muthmannite +muthmassel +mutic +muticous +mutilate +mutilation +mutilative +mutilator +mutilatory +Mutilla +mutillid +Mutillidae +mutilous +mutineer +mutinous +mutinously +mutinousness +mutiny +Mutisia +Mutisiaceae +mutism +mutist +mutistic +mutive +mutivity +mutoscope +mutoscopic +mutsje +mutsuddy +mutt +mutter +mutterer +muttering +mutteringly +mutton +muttonbird +muttonchop +muttonfish +muttonhead +muttonheaded +muttonhood +muttonmonger +muttonwood +muttony +mutual +mutualism +mutualist +mutualistic +mutuality +mutualization +mutualize +mutually +mutualness +mutuary +mutuatitious +mutulary +mutule +mutuum +mux +Muysca +muyusa +muzhik +Muzo +muzz +muzzily +muzziness +muzzle +muzzler +muzzlewood +muzzy +Mwa +my +Mya +Myacea +myal +myalgia +myalgic +myalism +myall +Myaria +myarian +myasthenia +myasthenic +myatonia +myatonic +myatony +myatrophy +mycele +mycelia +mycelial +mycelian +mycelioid +mycelium +myceloid +Mycenaean +Mycetes +mycetism +mycetocyte +mycetogenesis +mycetogenetic +mycetogenic +mycetogenous +mycetoid +mycetological +mycetology +mycetoma +mycetomatous +Mycetophagidae +mycetophagous +mycetophilid +Mycetophilidae +mycetous +Mycetozoa +mycetozoan +mycetozoon +Mycobacteria +Mycobacteriaceae +Mycobacterium +mycocecidium +mycocyte +mycoderm +mycoderma +mycodermatoid +mycodermatous +mycodermic +mycodermitis +mycodesmoid +mycodomatium +mycogastritis +Mycogone +mycohaemia +mycohemia +mycoid +mycologic +mycological +mycologically +mycologist +mycologize +mycology +mycomycete +Mycomycetes +mycomycetous +mycomyringitis +mycophagist +mycophagous +mycophagy +mycophyte +Mycoplana +mycoplasm +mycoplasmic +mycoprotein +mycorhiza +mycorhizal +mycorrhizal +mycose +mycosin +mycosis +mycosozin +Mycosphaerella +Mycosphaerellaceae +mycosterol +mycosymbiosis +mycotic +mycotrophic +Mycteria +mycteric +mycterism +Myctodera +myctophid +Myctophidae +Myctophum +Mydaidae +mydaleine +mydatoxine +Mydaus +mydine +mydriasine +mydriasis +mydriatic +mydriatine +myectomize +myectomy +myectopia +myectopy +myelalgia +myelapoplexy +myelasthenia +myelatrophy +myelauxe +myelemia +myelencephalic +myelencephalon +myelencephalous +myelic +myelin +myelinate +myelinated +myelination +myelinic +myelinization +myelinogenesis +myelinogenetic +myelinogeny +myelitic +myelitis +myeloblast +myeloblastic +myelobrachium +myelocele +myelocerebellar +myelocoele +myelocyst +myelocystic +myelocystocele +myelocyte +myelocythaemia +myelocythemia +myelocytic +myelocytosis +myelodiastasis +myeloencephalitis +myeloganglitis +myelogenesis +myelogenetic +myelogenous +myelogonium +myeloic +myeloid +myelolymphangioma +myelolymphocyte +myeloma +myelomalacia +myelomatoid +myelomatosis +myelomenia +myelomeningitis +myelomeningocele +myelomere +myelon +myelonal +myeloneuritis +myelonic +myeloparalysis +myelopathic +myelopathy +myelopetal +myelophthisis +myeloplast +myeloplastic +myeloplax +myeloplegia +myelopoiesis +myelopoietic +myelorrhagia +myelorrhaphy +myelosarcoma +myelosclerosis +myelospasm +myelospongium +myelosyphilis +myelosyphilosis +myelosyringosis +myelotherapy +Myelozoa +myelozoan +myentasis +myenteric +myenteron +myesthesia +mygale +mygalid +mygaloid +Myiarchus +myiasis +myiferous +myiodesopsia +myiosis +myitis +mykiss +myliobatid +Myliobatidae +myliobatine +myliobatoid +Mylodon +mylodont +Mylodontidae +mylohyoid +mylohyoidean +mylonite +mylonitic +Mymar +mymarid +Mymaridae +myna +Mynheer +mynpacht +mynpachtbrief +myoalbumin +myoalbumose +myoatrophy +myoblast +myoblastic +myocardiac +myocardial +myocardiogram +myocardiograph +myocarditic +myocarditis +myocardium +myocele +myocellulitis +myoclonic +myoclonus +myocoele +myocoelom +myocolpitis +myocomma +myocyte +myodegeneration +Myodes +myodiastasis +myodynamia +myodynamic +myodynamics +myodynamiometer +myodynamometer +myoedema +myoelectric +myoendocarditis +myoepicardial +myoepithelial +myofibril +myofibroma +myogen +myogenesis +myogenetic +myogenic +myogenous +myoglobin +myoglobulin +myogram +myograph +myographer +myographic +myographical +myographist +myography +myohematin +myoid +myoidema +myokinesis +myolemma +myolipoma +myoliposis +myologic +myological +myologist +myology +myolysis +myoma +myomalacia +myomancy +myomantic +myomatous +myomectomy +myomelanosis +myomere +myometritis +myometrium +myomohysterectomy +myomorph +Myomorpha +myomorphic +myomotomy +myoneme +myoneural +myoneuralgia +myoneurasthenia +myoneure +myoneuroma +myoneurosis +myonosus +myopachynsis +myoparalysis +myoparesis +myopathia +myopathic +myopathy +myope +myoperitonitis +myophan +myophore +myophorous +myophysical +myophysics +myopia +myopic +myopical +myopically +myoplasm +myoplastic +myoplasty +myopolar +Myoporaceae +myoporaceous +myoporad +Myoporum +myoproteid +myoprotein +myoproteose +myops +myopy +myorrhaphy +myorrhexis +myosalpingitis +myosarcoma +myosarcomatous +myosclerosis +myoscope +myoseptum +myosin +myosinogen +myosinose +myosis +myositic +myositis +myosote +Myosotis +myospasm +myospasmia +Myosurus +myosuture +myosynizesis +myotacismus +Myotalpa +Myotalpinae +myotasis +myotenotomy +myothermic +myotic +myotome +myotomic +myotomy +myotonia +myotonic +myotonus +myotony +myotrophy +myowun +Myoxidae +myoxine +Myoxus +Myra +myrabalanus +myrabolam +myrcene +Myrcia +myrcia +myriacanthous +myriacoulomb +myriad +myriaded +myriadfold +myriadly +myriadth +myriagram +myriagramme +myrialiter +myrialitre +myriameter +myriametre +Myrianida +myriapod +Myriapoda +myriapodan +myriapodous +myriarch +myriarchy +myriare +Myrica +myrica +Myricaceae +myricaceous +Myricales +myricetin +myricin +Myrick +myricyl +myricylic +Myrientomata +myringa +myringectomy +myringitis +myringodectomy +myringodermatitis +myringomycosis +myringoplasty +myringotome +myringotomy +myriological +myriologist +myriologue +myriophyllite +myriophyllous +Myriophyllum +Myriopoda +myriopodous +myriorama +myrioscope +myriosporous +myriotheism +Myriotrichia +Myriotrichiaceae +myriotrichiaceous +myristate +myristic +Myristica +myristica +Myristicaceae +myristicaceous +Myristicivora +myristicivorous +myristin +myristone +Myrmecia +Myrmecobiinae +myrmecobine +Myrmecobius +myrmecochorous +myrmecochory +myrmecoid +myrmecoidy +myrmecological +myrmecologist +myrmecology +Myrmecophaga +Myrmecophagidae +myrmecophagine +myrmecophagoid +myrmecophagous +myrmecophile +myrmecophilism +myrmecophilous +myrmecophily +myrmecophobic +myrmecophyte +myrmecophytic +myrmekite +Myrmeleon +Myrmeleonidae +Myrmeleontidae +Myrmica +myrmicid +Myrmicidae +myrmicine +myrmicoid +Myrmidon +Myrmidonian +myrmotherine +myrobalan +Myron +myron +myronate +myronic +myrosin +myrosinase +Myrothamnaceae +myrothamnaceous +Myrothamnus +Myroxylon +myrrh +myrrhed +myrrhic +myrrhine +Myrrhis +myrrhol +myrrhophore +myrrhy +Myrsinaceae +myrsinaceous +myrsinad +Myrsiphyllum +Myrtaceae +myrtaceous +myrtal +Myrtales +myrtiform +Myrtilus +myrtle +myrtleberry +myrtlelike +myrtol +Myrtus +mysel +myself +mysell +Mysian +mysid +Mysidacea +Mysidae +mysidean +Mysis +mysogynism +mysoid +mysophobia +Mysore +mysosophist +mysost +myst +mystacial +Mystacocete +Mystacoceti +mystagogic +mystagogical +mystagogically +mystagogue +mystagogy +mystax +mysterial +mysteriarch +mysteriosophic +mysteriosophy +mysterious +mysteriously +mysteriousness +mysterize +mystery +mystes +mystic +mystical +mysticality +mystically +mysticalness +Mysticete +mysticete +Mysticeti +mysticetous +mysticism +mysticity +mysticize +mysticly +mystific +mystifically +mystification +mystificator +mystificatory +mystifiedly +mystifier +mystify +mystifyingly +mytacism +myth +mythical +mythicalism +mythicality +mythically +mythicalness +mythicism +mythicist +mythicize +mythicizer +mythification +mythify +mythism +mythist +mythize +mythland +mythmaker +mythmaking +mythoclast +mythoclastic +mythogenesis +mythogonic +mythogony +mythographer +mythographist +mythography +mythogreen +mythoheroic +mythohistoric +mythologema +mythologer +mythological +mythologically +mythologist +mythologize +mythologizer +mythologue +mythology +mythomania +mythomaniac +mythometer +mythonomy +mythopastoral +mythopoeic +mythopoeism +mythopoeist +mythopoem +mythopoesis +mythopoesy +mythopoet +mythopoetic +mythopoetize +mythopoetry +mythos +mythus +Mytilacea +mytilacean +mytilaceous +Mytiliaspis +mytilid +Mytilidae +mytiliform +mytiloid +mytilotoxine +Mytilus +myxa +myxadenitis +myxadenoma +myxaemia +myxamoeba +myxangitis +myxasthenia +myxedema +myxedematoid +myxedematous +myxedemic +myxemia +Myxine +Myxinidae +myxinoid +Myxinoidei +myxo +Myxobacteria +Myxobacteriaceae +myxobacteriaceous +Myxobacteriales +myxoblastoma +myxochondroma +myxochondrosarcoma +Myxococcus +myxocystoma +myxocyte +myxoenchondroma +myxofibroma +myxofibrosarcoma +myxoflagellate +myxogaster +Myxogasteres +Myxogastrales +Myxogastres +myxogastric +myxogastrous +myxoglioma +myxoid +myxoinoma +myxolipoma +myxoma +myxomatosis +myxomatous +Myxomycetales +myxomycete +Myxomycetes +myxomycetous +myxomyoma +myxoneuroma +myxopapilloma +Myxophyceae +myxophycean +Myxophyta +myxopod +Myxopoda +myxopodan +myxopodium +myxopodous +myxopoiesis +myxorrhea +myxosarcoma +Myxospongiae +myxospongian +Myxospongida +myxospore +Myxosporidia +myxosporidian +Myxosporidiida +Myxosporium +myxosporous +Myxothallophyta +myxotheca +Myzodendraceae +myzodendraceous +Myzodendron +Myzomyia +myzont +Myzontes +Myzostoma +Myzostomata +myzostomatous +myzostome +myzostomid +Myzostomida +Myzostomidae +myzostomidan +myzostomous +N +n +na +naa +naam +Naaman +Naassenes +nab +nabak +Nabal +Nabalism +Nabalite +Nabalitic +Nabaloi +Nabalus +Nabataean +Nabatean +Nabathaean +Nabathean +Nabathite +nabber +Nabby +nabk +nabla +nable +nabob +nabobery +nabobess +nabobical +nabobish +nabobishly +nabobism +nabobry +nabobship +Nabothian +nabs +Nabu +nacarat +nacarine +nace +nacelle +nach +nachani +Nachitoch +Nachitoches +Nachschlag +Nacionalista +nacket +nacre +nacred +nacreous +nacrine +nacrite +nacrous +nacry +nadder +Nadeem +nadir +nadiral +nadorite +nae +naebody +naegate +naegates +nael +Naemorhedinae +naemorhedine +Naemorhedus +naether +naething +nag +Naga +naga +nagaika +nagana +nagara +Nagari +nagatelite +nagger +naggin +nagging +naggingly +naggingness +naggish +naggle +naggly +naggy +naght +nagkassar +nagmaal +nagman +nagnag +nagnail +nagor +nagsman +nagster +nagual +nagualism +nagualist +nagyagite +Nahanarvali +Nahane +Nahani +Naharvali +Nahor +Nahua +Nahuan +Nahuatl +Nahuatlac +Nahuatlan +Nahuatleca +Nahuatlecan +Nahum +naiad +Naiadaceae +naiadaceous +Naiadales +Naiades +naiant +Naias +naid +naif +naifly +naig +naigie +naik +nail +nailbin +nailbrush +nailer +naileress +nailery +nailhead +nailing +nailless +naillike +nailprint +nailproof +nailrod +nailshop +nailsick +nailsmith +nailwort +naily +Naim +nain +nainsel +nainsook +naio +naipkin +Nair +nairy +nais +naish +naissance +naissant +naither +naive +naively +naiveness +naivete +naivety +Naja +nak +nake +naked +nakedish +nakedize +nakedly +nakedness +nakedweed +nakedwood +naker +nakhlite +nakhod +nakhoda +Nakir +nako +Nakomgilisala +nakong +nakoo +Nakula +Nalita +nallah +nam +Nama +namability +namable +Namaqua +namaqua +Namaquan +namaycush +namaz +namazlik +Nambe +namda +name +nameability +nameable +nameboard +nameless +namelessly +namelessness +nameling +namely +namer +namesake +naming +nammad +Nan +nan +Nana +nana +Nanaimo +nanawood +Nance +Nancy +nancy +Nanda +Nandi +nandi +Nandina +nandine +nandow +nandu +nane +nanes +nanga +nanism +nanization +nankeen +Nankin +nankin +Nanking +Nankingese +nannander +nannandrium +nannandrous +Nannette +nannoplankton +Nanny +nanny +nannyberry +nannybush +nanocephalia +nanocephalic +nanocephalism +nanocephalous +nanocephalus +nanocephaly +nanoid +nanomelia +nanomelous +nanomelus +nanosoma +nanosomia +nanosomus +nanpie +nant +Nanticoke +nantle +nantokite +Nantz +naological +naology +naometry +Naomi +Naos +naos +Naosaurus +Naoto +nap +napa +Napaea +Napaean +napal +napalm +nape +napead +napecrest +napellus +naperer +napery +naphtha +naphthacene +naphthalate +naphthalene +naphthaleneacetic +naphthalenesulphonic +naphthalenic +naphthalenoid +naphthalic +naphthalidine +naphthalin +naphthaline +naphthalization +naphthalize +naphthalol +naphthamine +naphthanthracene +naphthene +naphthenic +naphthinduline +naphthionate +naphtho +naphthoic +naphthol +naphtholate +naphtholize +naphtholsulphonate +naphtholsulphonic +naphthoquinone +naphthoresorcinol +naphthosalol +naphthous +naphthoxide +naphthyl +naphthylamine +naphthylaminesulphonic +naphthylene +naphthylic +naphtol +Napierian +napiform +napkin +napkining +napless +naplessness +Napoleon +napoleon +Napoleonana +Napoleonic +Napoleonically +Napoleonism +Napoleonist +Napoleonistic +napoleonite +Napoleonize +napoo +nappe +napped +napper +nappiness +napping +nappishness +nappy +naprapath +naprapathy +napron +napthionic +napu +nar +Narcaciontes +Narcaciontidae +narceine +narcism +Narciss +Narcissan +narcissi +Narcissine +narcissism +narcissist +narcissistic +Narcissus +narcist +narcistic +narcoanalysis +narcoanesthesia +Narcobatidae +Narcobatoidea +Narcobatus +narcohypnia +narcohypnosis +narcolepsy +narcoleptic +narcoma +narcomania +narcomaniac +narcomaniacal +narcomatous +Narcomedusae +narcomedusan +narcose +narcosis +narcostimulant +narcosynthesis +narcotherapy +narcotia +narcotic +narcotical +narcotically +narcoticalness +narcoticism +narcoticness +narcotina +narcotine +narcotinic +narcotism +narcotist +narcotization +narcotize +narcous +nard +nardine +nardoo +Nardus +Naren +Narendra +nares +Naresh +narghile +nargil +narial +naric +narica +naricorn +nariform +narine +naringenin +naringin +nark +narky +narr +narra +Narraganset +narras +narratable +narrate +narrater +narration +narrational +narrative +narratively +narrator +narratory +narratress +narratrix +narrawood +narrow +narrower +narrowhearted +narrowheartedness +narrowingness +narrowish +narrowly +narrowness +narrowy +narsarsukite +narsinga +narthecal +Narthecium +narthex +narwhal +narwhalian +nary +nasab +nasal +Nasalis +nasalis +nasalism +nasality +nasalization +nasalize +nasally +nasalward +nasalwards +nasard +Nascan +Nascapi +nascence +nascency +nascent +nasch +naseberry +nasethmoid +nash +nashgab +nashgob +Nashim +Nashira +Nashua +nasi +nasial +nasicorn +Nasicornia +nasicornous +Nasiei +nasiform +nasilabial +nasillate +nasillation +nasioalveolar +nasiobregmatic +nasioinial +nasiomental +nasion +nasitis +Naskhi +nasoalveola +nasoantral +nasobasilar +nasobronchial +nasobuccal +nasoccipital +nasociliary +nasoethmoidal +nasofrontal +nasolabial +nasolachrymal +nasological +nasologist +nasology +nasomalar +nasomaxillary +nasonite +nasoorbital +nasopalatal +nasopalatine +nasopharyngeal +nasopharyngitis +nasopharynx +nasoprognathic +nasoprognathism +nasorostral +nasoscope +nasoseptal +nasosinuitis +nasosinusitis +nasosubnasal +nasoturbinal +nasrol +Nassa +Nassau +Nassellaria +nassellarian +Nassidae +nassology +nast +nastaliq +nastic +nastika +nastily +nastiness +nasturtion +nasturtium +nasty +Nasua +nasus +nasute +nasuteness +nasutiform +nasutus +nat +natability +nataka +Natal +natal +Natalia +Natalian +Natalie +natality +nataloin +natals +natant +natantly +Nataraja +natation +natational +natator +natatorial +natatorious +natatorium +natatory +natch +natchbone +Natchez +Natchezan +Natchitoches +natchnee +Nate +nates +Nathan +Nathanael +Nathaniel +nathe +nather +nathless +Natica +Naticidae +naticiform +naticine +Natick +naticoid +natiform +natimortality +nation +national +nationalism +nationalist +nationalistic +nationalistically +nationality +nationalization +nationalize +nationalizer +nationally +nationalness +nationalty +nationhood +nationless +nationwide +native +natively +nativeness +nativism +nativist +nativistic +nativity +natr +Natraj +Natricinae +natricine +natrium +Natrix +natrochalcite +natrojarosite +natrolite +natron +Natt +natter +nattered +natteredness +natterjack +nattily +nattiness +nattle +natty +natuary +natural +naturalesque +naturalism +naturalist +naturalistic +naturalistically +naturality +naturalization +naturalize +naturalizer +naturally +naturalness +nature +naturecraft +naturelike +naturing +naturism +naturist +naturistic +naturistically +naturize +naturopath +naturopathic +naturopathist +naturopathy +naucrar +naucrary +naufragous +nauger +naught +naughtily +naughtiness +naughty +naujaite +naumachia +naumachy +naumannite +Naumburgia +naumk +naumkeag +naumkeager +naunt +nauntle +naupathia +nauplial +naupliiform +nauplioid +nauplius +nauropometer +nauscopy +nausea +nauseant +nauseaproof +nauseate +nauseatingly +nauseation +nauseous +nauseously +nauseousness +Nauset +naut +nautch +nauther +nautic +nautical +nauticality +nautically +nautics +nautiform +Nautilacea +nautilacean +nautilicone +nautiliform +nautilite +nautiloid +Nautiloidea +nautiloidean +nautilus +Navaho +Navajo +naval +navalese +navalism +navalist +navalistic +navalistically +navally +navar +navarch +navarchy +Navarrese +Navarrian +nave +navel +naveled +navellike +navelwort +navet +navette +navew +navicella +navicert +navicula +Naviculaceae +naviculaeform +navicular +naviculare +naviculoid +naviform +navigability +navigable +navigableness +navigably +navigant +navigate +navigation +navigational +navigator +navigerous +navipendular +navipendulum +navite +navvy +navy +naw +nawab +nawabship +nawt +nay +Nayar +Nayarit +Nayarita +nayaur +naysay +naysayer +nayward +nayword +Nazarate +Nazarean +Nazarene +Nazarenism +Nazarite +Nazariteship +Nazaritic +Nazaritish +Nazaritism +naze +Nazerini +Nazi +Nazify +Naziism +nazim +nazir +Nazirate +Nazirite +Naziritic +Nazism +ne +nea +Neal +neal +neallotype +Neanderthal +Neanderthaler +Neanderthaloid +neanic +neanthropic +neap +neaped +Neapolitan +nearable +nearabout +nearabouts +nearaivays +nearaway +nearby +Nearctic +Nearctica +nearest +nearish +nearly +nearmost +nearness +nearsighted +nearsightedly +nearsightedness +nearthrosis +neat +neaten +neath +neatherd +neatherdess +neathmost +neatify +neatly +neatness +neb +neback +Nebaioth +Nebalia +Nebaliacea +nebalian +Nebaliidae +nebalioid +nebbed +nebbuck +nebbuk +nebby +nebel +nebelist +nebenkern +Nebiim +Nebraskan +nebris +nebula +nebulae +nebular +nebularization +nebularize +nebulated +nebulation +nebule +nebulescent +nebuliferous +nebulite +nebulium +nebulization +nebulize +nebulizer +nebulose +nebulosity +nebulous +nebulously +nebulousness +Necator +necessar +necessarian +necessarianism +necessarily +necessariness +necessary +necessism +necessist +necessitarian +necessitarianism +necessitate +necessitatedly +necessitatingly +necessitation +necessitative +necessitous +necessitously +necessitousness +necessitude +necessity +neck +neckar +neckatee +neckband +neckcloth +necked +necker +neckercher +neckerchief +neckful +neckguard +necking +neckinger +necklace +necklaced +necklaceweed +neckless +necklet +necklike +neckline +neckmold +neckpiece +neckstock +necktie +necktieless +neckward +neckwear +neckweed +neckyoke +necrectomy +necremia +necrobacillary +necrobacillosis +necrobiosis +necrobiotic +necrogenic +necrogenous +necrographer +necrolatry +necrologic +necrological +necrologically +necrologist +necrologue +necrology +necromancer +necromancing +necromancy +necromantic +necromantically +necromorphous +necronite +necropathy +Necrophaga +necrophagan +necrophagous +necrophile +necrophilia +necrophilic +necrophilism +necrophilistic +necrophilous +necrophily +necrophobia +necrophobic +Necrophorus +necropoleis +necropoles +necropolis +necropolitan +necropsy +necroscopic +necroscopical +necroscopy +necrose +necrosis +necrotic +necrotization +necrotize +necrotomic +necrotomist +necrotomy +necrotype +necrotypic +Nectandra +nectar +nectareal +nectarean +nectared +nectareous +nectareously +nectareousness +nectarial +nectarian +nectaried +nectariferous +nectarine +Nectarinia +Nectariniidae +nectarious +nectarium +nectarivorous +nectarize +nectarlike +nectarous +nectary +nectiferous +nectocalycine +nectocalyx +Nectonema +nectophore +nectopod +Nectria +nectriaceous +Nectrioidaceae +Necturidae +Necturus +Ned +nedder +neddy +Nederlands +nee +neebor +neebour +need +needer +needfire +needful +needfully +needfulness +needgates +needham +needily +neediness +needing +needle +needlebill +needlebook +needlebush +needlecase +needled +needlefish +needleful +needlelike +needlemaker +needlemaking +needleman +needlemonger +needleproof +needler +needles +needless +needlessly +needlessness +needlestone +needlewoman +needlewood +needlework +needleworked +needleworker +needling +needly +needments +needs +needsome +needy +neeger +neeld +neele +neelghan +neem +neencephalic +neencephalon +Neengatu +neep +neepour +neer +neese +neet +neetup +neeze +nef +nefandous +nefandousness +nefarious +nefariously +nefariousness +nefast +neffy +neftgil +negate +negatedness +negation +negationalist +negationist +negative +negatively +negativeness +negativer +negativism +negativist +negativistic +negativity +negator +negatory +negatron +neger +neginoth +neglect +neglectable +neglectedly +neglectedness +neglecter +neglectful +neglectfully +neglectfulness +neglectingly +neglection +neglective +neglectively +neglector +neglectproof +negligee +negligence +negligency +negligent +negligently +negligibility +negligible +negligibleness +negligibly +negotiability +negotiable +negotiant +negotiate +negotiation +negotiator +negotiatory +negotiatress +negotiatrix +Negress +negrillo +negrine +Negritian +Negritic +Negritize +Negrito +Negritoid +Negro +negro +negrodom +Negrofy +negrohead +negrohood +Negroid +Negroidal +negroish +Negroism +Negroization +Negroize +negrolike +Negroloid +Negrophil +Negrophile +Negrophilism +Negrophilist +Negrophobe +Negrophobia +Negrophobiac +Negrophobist +Negrotic +Negundo +Negus +negus +Nehantic +Nehemiah +nehiloth +nei +neif +neigh +neighbor +neighbored +neighborer +neighboress +neighborhood +neighboring +neighborless +neighborlike +neighborliness +neighborly +neighborship +neighborstained +neighbourless +neighbourlike +neighbourship +neigher +Neil +Neillia +neiper +Neisseria +Neisserieae +neist +neither +Nejd +Nejdi +Nekkar +nekton +nektonic +Nelken +Nell +Nellie +Nelly +nelson +nelsonite +nelumbian +Nelumbium +Nelumbo +Nelumbonaceae +nema +nemaline +Nemalion +Nemalionaceae +Nemalionales +nemalite +Nemastomaceae +Nematelmia +nematelminth +Nematelminthes +nemathece +nemathecial +nemathecium +Nemathelmia +nemathelminth +Nemathelminthes +nematic +nematoblast +nematoblastic +Nematocera +nematoceran +nematocerous +nematocide +nematocyst +nematocystic +Nematoda +nematode +nematodiasis +nematogene +nematogenic +nematogenous +nematognath +Nematognathi +nematognathous +nematogone +nematogonous +nematoid +Nematoidea +nematoidean +nematologist +nematology +Nematomorpha +nematophyton +Nematospora +nematozooid +Nembutal +Nemean +Nemertea +nemertean +Nemertina +nemertine +Nemertinea +nemertinean +Nemertini +nemertoid +nemeses +Nemesia +nemesic +Nemesis +Nemichthyidae +Nemichthys +Nemocera +nemoceran +nemocerous +Nemopanthus +Nemophila +nemophilist +nemophilous +nemophily +nemoral +Nemorensian +nemoricole +Nengahiba +nenta +nenuphar +neo +neoacademic +neoanthropic +Neoarctic +neoarsphenamine +Neobalaena +Neobeckia +neoblastic +neobotanist +neobotany +Neocene +Neoceratodus +neocerotic +neoclassic +neoclassicism +neoclassicist +Neocomian +neocosmic +neocracy +neocriticism +neocyanine +neocyte +neocytosis +neodamode +neodidymium +neodymium +Neofabraea +neofetal +neofetus +Neofiber +neoformation +neoformative +Neogaea +Neogaean +neogamous +neogamy +Neogene +neogenesis +neogenetic +Neognathae +neognathic +neognathous +neogrammarian +neogrammatical +neographic +neohexane +Neohipparion +neoholmia +neoholmium +neoimpressionism +neoimpressionist +neolalia +neolater +neolatry +neolith +neolithic +neologian +neologianism +neologic +neological +neologically +neologism +neologist +neologistic +neologistical +neologization +neologize +neology +neomedievalism +neomenia +neomenian +Neomeniidae +neomiracle +neomodal +neomorph +Neomorpha +neomorphic +neomorphism +Neomylodon +neon +neonatal +neonate +neonatus +neonomian +neonomianism +neontology +neonychium +neopagan +neopaganism +neopaganize +Neopaleozoic +neopallial +neopallium +neoparaffin +neophilism +neophilological +neophilologist +neophobia +neophobic +neophrastic +Neophron +neophyte +neophytic +neophytish +neophytism +Neopieris +neoplasia +neoplasm +neoplasma +neoplasmata +neoplastic +neoplasticism +neoplasty +Neoplatonic +Neoplatonician +Neoplatonism +Neoplatonist +neoprene +neorama +neorealism +Neornithes +neornithic +Neosalvarsan +Neosorex +Neosporidia +neossin +neossology +neossoptile +neostriatum +neostyle +neoteinia +neoteinic +neotenia +neotenic +neoteny +neoteric +neoterically +neoterism +neoterist +neoteristic +neoterize +neothalamus +Neotoma +Neotragus +Neotremata +Neotropic +Neotropical +neotype +neovitalism +neovolcanic +Neowashingtonia +neoytterbium +neoza +Neozoic +Nep +nep +Nepa +Nepal +Nepalese +Nepali +Nepenthaceae +nepenthaceous +nepenthe +nepenthean +Nepenthes +nepenthes +neper +Neperian +Nepeta +nephalism +nephalist +Nephele +nephele +nepheligenous +nepheline +nephelinic +nephelinite +nephelinitic +nephelinitoid +nephelite +Nephelium +nephelognosy +nepheloid +nephelometer +nephelometric +nephelometrical +nephelometrically +nephelometry +nephelorometer +nepheloscope +nephesh +nephew +nephewship +Nephila +Nephilinae +Nephite +nephogram +nephograph +nephological +nephologist +nephology +nephoscope +nephradenoma +nephralgia +nephralgic +nephrapostasis +nephratonia +nephrauxe +nephrectasia +nephrectasis +nephrectomize +nephrectomy +nephrelcosis +nephremia +nephremphraxis +nephria +nephric +nephridia +nephridial +nephridiopore +nephridium +nephrism +nephrite +nephritic +nephritical +nephritis +nephroabdominal +nephrocardiac +nephrocele +nephrocoele +nephrocolic +nephrocolopexy +nephrocoloptosis +nephrocystitis +nephrocystosis +nephrocyte +nephrodinic +Nephrodium +nephroerysipelas +nephrogastric +nephrogenetic +nephrogenic +nephrogenous +nephrogonaduct +nephrohydrosis +nephrohypertrophy +nephroid +Nephrolepis +nephrolith +nephrolithic +nephrolithotomy +nephrologist +nephrology +nephrolysin +nephrolysis +nephrolytic +nephromalacia +nephromegaly +nephromere +nephron +nephroncus +nephroparalysis +nephropathic +nephropathy +nephropexy +nephrophthisis +nephropore +Nephrops +Nephropsidae +nephroptosia +nephroptosis +nephropyelitis +nephropyeloplasty +nephropyosis +nephrorrhagia +nephrorrhaphy +nephros +nephrosclerosis +nephrosis +nephrostoma +nephrostome +nephrostomial +nephrostomous +nephrostomy +nephrotome +nephrotomize +nephrotomy +nephrotoxic +nephrotoxicity +nephrotoxin +nephrotuberculosis +nephrotyphoid +nephrotyphus +nephrozymosis +Nepidae +nepionic +nepman +nepotal +nepote +nepotic +nepotious +nepotism +nepotist +nepotistical +nepouite +Neptune +Neptunean +Neptunian +neptunism +neptunist +neptunium +Nereid +Nereidae +nereidiform +Nereidiformia +Nereis +nereite +Nereocystis +Neri +Nerine +nerine +Nerita +neritic +Neritidae +Neritina +neritoid +Nerium +Neroic +Neronian +Neronic +Neronize +nerterology +Nerthridae +Nerthrus +nerval +nervate +nervation +nervature +nerve +nerveless +nervelessly +nervelessness +nervelet +nerveproof +nerver +nerveroot +nervid +nerviduct +Nervii +nervily +nervimotion +nervimotor +nervimuscular +nervine +nerviness +nerving +nervish +nervism +nervomuscular +nervosanguineous +nervose +nervosism +nervosity +nervous +nervously +nervousness +nervular +nervule +nervulet +nervulose +nervuration +nervure +nervy +nescience +nescient +nese +nesh +neshly +neshness +Nesiot +nesiote +Neskhi +Neslia +Nesogaea +Nesogaean +Nesokia +Nesonetta +Nesotragus +Nespelim +nesquehonite +ness +nesslerization +Nesslerize +nesslerize +nest +nestable +nestage +nester +nestful +nestiatria +nestitherapy +nestle +nestler +nestlike +nestling +Nestor +Nestorian +Nestorianism +Nestorianize +Nestorianizer +nestorine +nesty +Net +net +netball +netbraider +netbush +netcha +Netchilik +nete +neter +netful +neth +netheist +nether +Netherlander +Netherlandian +Netherlandic +Netherlandish +nethermore +nethermost +netherstock +netherstone +netherward +netherwards +Nethinim +neti +netleaf +netlike +netmaker +netmaking +netman +netmonger +netop +netsman +netsuke +nettable +Nettapus +netted +netter +Nettie +netting +Nettion +nettle +nettlebed +nettlebird +nettlefire +nettlefish +nettlefoot +nettlelike +nettlemonger +nettler +nettlesome +nettlewort +nettling +nettly +Netty +netty +netwise +network +Neudeckian +neugroschen +neuma +neumatic +neumatize +neume +neumic +neurad +neuradynamia +neural +neurale +neuralgia +neuralgiac +neuralgic +neuralgiform +neuralgy +neuralist +neurapophyseal +neurapophysial +neurapophysis +neurarthropathy +neurasthenia +neurasthenic +neurasthenical +neurasthenically +neurataxia +neurataxy +neuration +neuratrophia +neuratrophic +neuratrophy +neuraxial +neuraxis +neuraxon +neuraxone +neurectasia +neurectasis +neurectasy +neurectome +neurectomic +neurectomy +neurectopia +neurectopy +neurenteric +neurepithelium +neurergic +neurexairesis +neurhypnology +neurhypnotist +neuriatry +neuric +neurilema +neurilematic +neurilemma +neurilemmal +neurilemmatic +neurilemmatous +neurilemmitis +neurility +neurin +neurine +neurinoma +neurism +neurite +neuritic +neuritis +neuroanatomical +neuroanatomy +neurobiotactic +neurobiotaxis +neuroblast +neuroblastic +neuroblastoma +neurocanal +neurocardiac +neurocele +neurocentral +neurocentrum +neurochemistry +neurochitin +neurochondrite +neurochord +neurochorioretinitis +neurocirculatory +neurocity +neuroclonic +neurocoele +neurocoelian +neurocyte +neurocytoma +neurodegenerative +neurodendrite +neurodendron +neurodermatitis +neurodermatosis +neurodermitis +neurodiagnosis +neurodynamic +neurodynia +neuroepidermal +neuroepithelial +neuroepithelium +neurofibril +neurofibrilla +neurofibrillae +neurofibrillar +neurofibroma +neurofibromatosis +neurofil +neuroganglion +neurogastralgia +neurogastric +neurogenesis +neurogenetic +neurogenic +neurogenous +neuroglandular +neuroglia +neurogliac +neuroglial +neurogliar +neuroglic +neuroglioma +neurogliosis +neurogram +neurogrammic +neurographic +neurography +neurohistology +neurohumor +neurohumoral +neurohypnology +neurohypnotic +neurohypnotism +neurohypophysis +neuroid +neurokeratin +neurokyme +neurological +neurologist +neurologize +neurology +neurolymph +neurolysis +neurolytic +neuroma +neuromalacia +neuromalakia +neuromast +neuromastic +neuromatosis +neuromatous +neuromere +neuromerism +neuromerous +neuromimesis +neuromimetic +neuromotor +neuromuscular +neuromusculature +neuromyelitis +neuromyic +neuron +neuronal +neurone +neuronic +neuronism +neuronist +neuronophagia +neuronophagy +neuronym +neuronymy +neuroparalysis +neuroparalytic +neuropath +neuropathic +neuropathical +neuropathically +neuropathist +neuropathological +neuropathologist +neuropathology +neuropathy +Neurope +neurophagy +neurophil +neurophile +neurophilic +neurophysiological +neurophysiology +neuropile +neuroplasm +neuroplasmic +neuroplasty +neuroplexus +neuropodial +neuropodium +neuropodous +neuropore +neuropsychiatric +neuropsychiatrist +neuropsychiatry +neuropsychic +neuropsychological +neuropsychologist +neuropsychology +neuropsychopathic +neuropsychopathy +neuropsychosis +neuropter +Neuroptera +neuropteran +Neuropteris +neuropterist +neuropteroid +Neuropteroidea +neuropterological +neuropterology +neuropteron +neuropterous +neuroretinitis +neurorrhaphy +Neurorthoptera +neurorthopteran +neurorthopterous +neurosal +neurosarcoma +neurosclerosis +neuroses +neurosis +neuroskeletal +neuroskeleton +neurosome +neurospasm +neurospongium +neurosthenia +neurosurgeon +neurosurgery +neurosurgical +neurosuture +neurosynapse +neurosyphilis +neurotendinous +neurotension +neurotherapeutics +neurotherapist +neurotherapy +neurothlipsis +neurotic +neurotically +neuroticism +neuroticize +neurotization +neurotome +neurotomical +neurotomist +neurotomize +neurotomy +neurotonic +neurotoxia +neurotoxic +neurotoxin +neurotripsy +neurotrophic +neurotrophy +neurotropic +neurotropism +neurovaccination +neurovaccine +neurovascular +neurovisceral +neurula +neurypnological +neurypnologist +neurypnology +Neustrian +neuter +neuterdom +neuterlike +neuterly +neuterness +neutral +neutralism +neutralist +neutrality +neutralization +neutralize +neutralizer +neutrally +neutralness +neutrino +neutroceptive +neutroceptor +neutroclusion +Neutrodyne +neutrologistic +neutron +neutropassive +neutrophile +neutrophilia +neutrophilic +neutrophilous +Nevada +Nevadan +nevadite +neve +nevel +never +neverland +nevermore +nevertheless +Neville +nevo +nevoid +Nevome +nevoy +nevus +nevyanskite +new +Newar +Newari +newberyite +newcal +Newcastle +newcome +newcomer +newel +newelty +newfangle +newfangled +newfangledism +newfangledly +newfangledness +newfanglement +Newfoundland +Newfoundlander +Newichawanoc +newing +newings +newish +newlandite +newly +newlywed +Newmanism +Newmanite +Newmanize +newmarket +newness +Newport +news +newsbill +newsboard +newsboat +newsboy +newscast +newscaster +newscasting +newsful +newsiness +newsless +newslessness +newsletter +newsman +newsmonger +newsmongering +newsmongery +newspaper +newspaperdom +newspaperese +newspaperish +newspaperized +newspaperman +newspaperwoman +newspapery +newsprint +newsreader +newsreel +newsroom +newssheet +newsstand +newsteller +newsworthiness +newsworthy +newsy +newt +newtake +newton +Newtonian +Newtonianism +Newtonic +Newtonist +newtonite +nexal +next +nextly +nextness +nexum +nexus +neyanda +ngai +ngaio +ngapi +Ngoko +Nguyen +Nhan +Nheengatu +ni +niacin +Niagara +Niagaran +Niall +Niantic +Nias +Niasese +niata +nib +nibbana +nibbed +nibber +nibble +nibbler +nibblingly +nibby +niblick +niblike +nibong +nibs +nibsome +Nicaean +Nicaragua +Nicaraguan +Nicarao +niccolic +niccoliferous +niccolite +niccolous +Nice +nice +niceish +niceling +nicely +Nicene +niceness +Nicenian +Nicenist +nicesome +nicetish +nicety +Nichael +niche +nichelino +nicher +Nicholas +Nici +Nick +nick +nickel +nickelage +nickelic +nickeliferous +nickeline +nickeling +nickelization +nickelize +nickellike +nickelodeon +nickelous +nickeltype +nicker +nickerpecker +nickey +Nickie +Nickieben +nicking +nickle +nickname +nicknameable +nicknamee +nicknameless +nicknamer +Nickneven +nickstick +nicky +Nicobar +Nicobarese +Nicodemite +Nicodemus +Nicol +Nicolaitan +Nicolaitanism +Nicolas +nicolayite +Nicolette +Nicolo +nicolo +Nicomachean +nicotia +nicotian +Nicotiana +nicotianin +nicotic +nicotinamide +nicotine +nicotinean +nicotined +nicotineless +nicotinian +nicotinic +nicotinism +nicotinize +nicotism +nicotize +nictate +nictation +nictitant +nictitate +nictitation +nid +nidal +nidamental +nidana +nidation +nidatory +niddering +niddick +niddle +nide +nidge +nidget +nidgety +nidi +nidicolous +nidificant +nidificate +nidification +nidificational +nidifugous +nidify +niding +nidologist +nidology +nidor +nidorosity +nidorous +nidorulent +nidulant +Nidularia +Nidulariaceae +nidulariaceous +Nidulariales +nidulate +nidulation +nidulus +nidus +niece +nieceless +nieceship +niellated +nielled +niellist +niello +Niels +niepa +Nierembergia +Niersteiner +Nietzschean +Nietzscheanism +Nietzscheism +nieve +nieveta +nievling +nife +nifesima +niffer +nific +nifle +nifling +nifty +nig +Nigel +Nigella +Nigerian +niggard +niggardize +niggardliness +niggardling +niggardly +niggardness +nigger +niggerdom +niggerfish +niggergoose +niggerhead +niggerish +niggerism +niggerling +niggertoe +niggerweed +niggery +niggle +niggler +niggling +nigglingly +niggly +nigh +nighly +nighness +night +nightcap +nightcapped +nightcaps +nightchurr +nightdress +nighted +nightfall +nightfish +nightflit +nightfowl +nightgown +nighthawk +nightie +nightingale +nightingalize +nightjar +nightless +nightlessness +nightlike +nightlong +nightly +nightman +nightmare +nightmarish +nightmarishly +nightmary +nights +nightshade +nightshine +nightshirt +nightstock +nightstool +nighttide +nighttime +nightwalker +nightwalking +nightward +nightwards +nightwear +nightwork +nightworker +nignay +nignye +nigori +nigranilin +nigraniline +nigre +nigrescence +nigrescent +nigresceous +nigrescite +nigrification +nigrified +nigrify +nigrine +Nigritian +nigrities +nigritude +nigritudinous +nigrosine +nigrous +nigua +Nihal +nihilianism +nihilianistic +nihilification +nihilify +nihilism +nihilist +nihilistic +nihilitic +nihility +nikau +Nikeno +nikethamide +Nikko +niklesite +Nikolai +nil +Nile +nilgai +Nilometer +Nilometric +Niloscope +Nilot +Nilotic +Nilous +nilpotent +Nils +nim +nimb +nimbated +nimbed +nimbi +nimbiferous +nimbification +nimble +nimblebrained +nimbleness +nimbly +nimbose +nimbosity +nimbus +nimbused +nimiety +niminy +nimious +Nimkish +nimmer +Nimrod +Nimrodian +Nimrodic +Nimrodical +Nimrodize +nimshi +Nina +nincom +nincompoop +nincompoopery +nincompoophood +nincompoopish +nine +ninebark +ninefold +nineholes +ninepegs +ninepence +ninepenny +ninepin +ninepins +ninescore +nineted +nineteen +nineteenfold +nineteenth +nineteenthly +ninetieth +ninety +ninetyfold +ninetyish +ninetyknot +Ninevite +Ninevitical +Ninevitish +Ning +Ningpo +Ninja +ninny +ninnyhammer +ninnyish +ninnyism +ninnyship +ninnywatch +Ninon +ninon +Ninox +ninth +ninthly +nintu +ninut +niobate +Niobe +Niobean +niobic +Niobid +Niobite +niobite +niobium +niobous +niog +niota +Nip +nip +nipa +nipcheese +niphablepsia +niphotyphlosis +Nipissing +Nipmuc +nipper +nipperkin +nippers +nippily +nippiness +nipping +nippingly +nippitate +nipple +nippleless +nipplewort +Nipponese +Nipponism +nipponium +Nipponize +nippy +nipter +Niquiran +nirles +nirmanakaya +nirvana +nirvanic +Nisaean +Nisan +nisei +Nishada +nishiki +nisnas +nispero +Nisqualli +nisse +nisus +nit +nitch +nitchevo +Nitella +nitency +nitently +niter +niterbush +nitered +nither +nithing +nitid +nitidous +nitidulid +Nitidulidae +nito +niton +nitramine +nitramino +nitranilic +nitraniline +nitrate +nitratine +nitration +nitrator +Nitrian +nitriary +nitric +nitridation +nitride +nitriding +nitridization +nitridize +nitrifaction +nitriferous +nitrifiable +nitrification +nitrifier +nitrify +nitrile +Nitriot +nitrite +nitro +nitroalizarin +nitroamine +nitroaniline +Nitrobacter +nitrobacteria +Nitrobacteriaceae +Nitrobacterieae +nitrobarite +nitrobenzene +nitrobenzol +nitrobenzole +nitrocalcite +nitrocellulose +nitrocellulosic +nitrochloroform +nitrocotton +nitroform +nitrogelatin +nitrogen +nitrogenate +nitrogenation +nitrogenic +nitrogenization +nitrogenize +nitrogenous +nitroglycerin +nitrohydrochloric +nitrolamine +nitrolic +nitrolime +nitromagnesite +nitrometer +nitrometric +nitromuriate +nitromuriatic +nitronaphthalene +nitroparaffin +nitrophenol +nitrophilous +nitrophyte +nitrophytic +nitroprussiate +nitroprussic +nitroprusside +nitrosamine +nitrosate +nitrosification +nitrosify +nitrosite +nitrosobacteria +nitrosochloride +Nitrosococcus +Nitrosomonas +nitrososulphuric +nitrostarch +nitrosulphate +nitrosulphonic +nitrosulphuric +nitrosyl +nitrosylsulphuric +nitrotoluene +nitrous +nitroxyl +nitryl +nitter +nitty +nitwit +Nitzschia +Nitzschiaceae +Niuan +Niue +nival +nivation +nivellate +nivellation +nivellator +nivellization +nivenite +niveous +nivicolous +nivosity +nix +nixie +niyoga +Nizam +nizam +nizamate +nizamut +nizy +njave +No +no +noa +Noachian +Noachic +Noachical +Noachite +Noah +Noahic +Noam +nob +nobber +nobbily +nobble +nobbler +nobbut +nobby +nobiliary +nobilify +nobilitate +nobilitation +nobility +noble +noblehearted +nobleheartedly +nobleheartedness +nobleman +noblemanly +nobleness +noblesse +noblewoman +nobley +nobly +nobody +nobodyness +nobs +nocake +Nocardia +nocardiosis +nocent +nocerite +nociassociation +nociceptive +nociceptor +nociperception +nociperceptive +nock +nocket +nocktat +noctambulant +noctambulation +noctambule +noctambulism +noctambulist +noctambulistic +noctambulous +Nocten +noctidial +noctidiurnal +noctiferous +noctiflorous +Noctilio +Noctilionidae +Noctiluca +noctiluca +noctilucal +noctilucan +noctilucence +noctilucent +Noctilucidae +noctilucin +noctilucine +noctilucous +noctiluminous +noctipotent +noctivagant +noctivagation +noctivagous +noctograph +noctovision +Noctuae +noctuid +Noctuidae +noctuiform +noctule +nocturia +nocturn +nocturnal +nocturnally +nocturne +nocuity +nocuous +nocuously +nocuousness +nod +nodal +nodality +nodated +nodder +nodding +noddingly +noddle +noddy +node +noded +nodi +nodiak +nodical +nodicorn +nodiferous +nodiflorous +nodiform +Nodosaria +nodosarian +nodosariform +nodosarine +nodose +nodosity +nodous +nodular +nodulate +nodulated +nodulation +nodule +noduled +nodulize +nodulose +nodulous +nodulus +nodus +noegenesis +noegenetic +Noel +noel +noematachograph +noematachometer +noematachometic +Noemi +Noetic +noetic +noetics +nog +nogada +Nogai +nogal +noggen +noggin +nogging +noghead +nogheaded +nohow +Nohuntsik +noibwood +noil +noilage +noiler +noily +noint +nointment +noir +noise +noiseful +noisefully +noiseless +noiselessly +noiselessness +noisemaker +noisemaking +noiseproof +noisette +noisily +noisiness +noisome +noisomely +noisomeness +noisy +nokta +Nolascan +nolition +Noll +noll +nolle +nolleity +nollepros +nolo +noma +nomad +nomadian +nomadic +nomadical +nomadically +Nomadidae +nomadism +nomadization +nomadize +nomancy +nomarch +nomarchy +Nomarthra +nomarthral +nombril +nome +Nomeidae +nomenclate +nomenclative +nomenclator +nomenclatorial +nomenclatorship +nomenclatory +nomenclatural +nomenclature +nomenclaturist +Nomeus +nomial +nomic +nomina +nominable +nominal +nominalism +nominalist +nominalistic +nominality +nominally +nominate +nominated +nominately +nomination +nominatival +nominative +nominatively +nominator +nominatrix +nominature +nominee +nomineeism +nominy +nomism +nomisma +nomismata +nomistic +nomocanon +nomocracy +nomogenist +nomogenous +nomogeny +nomogram +nomograph +nomographer +nomographic +nomographical +nomographically +nomography +nomological +nomologist +nomology +nomopelmous +nomophylax +nomophyllous +nomos +nomotheism +nomothete +nomothetes +nomothetic +nomothetical +non +Nona +nonabandonment +nonabdication +nonabiding +nonability +nonabjuration +nonabjurer +nonabolition +nonabridgment +nonabsentation +nonabsolute +nonabsolution +nonabsorbable +nonabsorbent +nonabsorptive +nonabstainer +nonabstaining +nonabstemious +nonabstention +nonabstract +nonacademic +nonacceding +nonacceleration +nonaccent +nonacceptance +nonacceptant +nonacceptation +nonaccess +nonaccession +nonaccessory +nonaccidental +nonaccompaniment +nonaccompanying +nonaccomplishment +nonaccredited +nonaccretion +nonachievement +nonacid +nonacknowledgment +nonacosane +nonacoustic +nonacquaintance +nonacquiescence +nonacquiescent +nonacquisitive +nonacquittal +nonact +nonactinic +nonaction +nonactionable +nonactive +nonactuality +nonaculeate +nonacute +nonadditive +nonadecane +nonadherence +nonadherent +nonadhesion +nonadhesive +nonadjacent +nonadjectival +nonadjournment +nonadjustable +nonadjustive +nonadjustment +nonadministrative +nonadmiring +nonadmission +nonadmitted +nonadoption +Nonadorantes +nonadornment +nonadult +nonadvancement +nonadvantageous +nonadventitious +nonadventurous +nonadverbial +nonadvertence +nonadvertency +nonadvocate +nonaerating +nonaerobiotic +nonaesthetic +nonaffection +nonaffiliated +nonaffirmation +nonage +nonagenarian +nonagency +nonagent +nonagesimal +nonagglutinative +nonagglutinator +nonaggression +nonaggressive +nonagon +nonagrarian +nonagreement +nonagricultural +nonahydrate +nonaid +nonair +nonalarmist +nonalcohol +nonalcoholic +nonalgebraic +nonalienating +nonalienation +nonalignment +nonalkaloidal +nonallegation +nonallegorical +nonalliterated +nonalliterative +nonallotment +nonalluvial +nonalphabetic +nonaltruistic +nonaluminous +nonamalgamable +nonamendable +nonamino +nonamotion +nonamphibious +nonamputation +nonanalogy +nonanalytical +nonanalyzable +nonanalyzed +nonanaphoric +nonanaphthene +nonanatomical +nonancestral +nonane +nonanesthetized +nonangelic +nonangling +nonanimal +nonannexation +nonannouncement +nonannuitant +nonannulment +nonanoic +nonanonymity +nonanswer +nonantagonistic +nonanticipative +nonantigenic +nonapologetic +nonapostatizing +nonapostolic +nonapparent +nonappealable +nonappearance +nonappearer +nonappearing +nonappellate +nonappendicular +nonapplication +nonapply +nonappointment +nonapportionable +nonapposable +nonappraisal +nonappreciation +nonapprehension +nonappropriation +nonapproval +nonaqueous +nonarbitrable +nonarcing +nonargentiferous +nonaristocratic +nonarithmetical +nonarmament +nonarmigerous +nonaromatic +nonarraignment +nonarrival +nonarsenical +nonarterial +nonartesian +nonarticulated +nonarticulation +nonartistic +nonary +nonascendancy +nonascertainable +nonascertaining +nonascetic +nonascription +nonaseptic +nonaspersion +nonasphalt +nonaspirate +nonaspiring +nonassault +nonassent +nonassentation +nonassented +nonassenting +nonassertion +nonassertive +nonassessable +nonassessment +nonassignable +nonassignment +nonassimilable +nonassimilating +nonassimilation +nonassistance +nonassistive +nonassociable +nonassortment +nonassurance +nonasthmatic +nonastronomical +nonathletic +nonatmospheric +nonatonement +nonattached +nonattachment +nonattainment +nonattendance +nonattendant +nonattention +nonattestation +nonattribution +nonattributive +nonaugmentative +nonauricular +nonauriferous +nonauthentication +nonauthoritative +nonautomatic +nonautomotive +nonavoidance +nonaxiomatic +nonazotized +nonbachelor +nonbacterial +nonbailable +nonballoting +nonbanishment +nonbankable +nonbarbarous +nonbaronial +nonbase +nonbasement +nonbasic +nonbasing +nonbathing +nonbearded +nonbearing +nonbeing +nonbeliever +nonbelieving +nonbelligerent +nonbending +nonbenevolent +nonbetrayal +nonbeverage +nonbilabiate +nonbilious +nonbinomial +nonbiological +nonbitter +nonbituminous +nonblack +nonblameless +nonbleeding +nonblended +nonblockaded +nonblocking +nonblooded +nonblooming +nonbodily +nonbookish +nonborrower +nonbotanical +nonbourgeois +nonbranded +nonbreakable +nonbreeder +nonbreeding +nonbroodiness +nonbroody +nonbrowsing +nonbudding +nonbulbous +nonbulkhead +nonbureaucratic +nonburgage +nonburgess +nonburnable +nonburning +nonbursting +nonbusiness +nonbuying +noncabinet +noncaffeine +noncaking +Noncalcarea +noncalcareous +noncalcified +noncallability +noncallable +noncancellable +noncannibalistic +noncanonical +noncanonization +noncanvassing +noncapillarity +noncapillary +noncapital +noncapitalist +noncapitalistic +noncapitulation +noncapsizable +noncapture +noncarbonate +noncareer +noncarnivorous +noncarrier +noncartelized +noncaste +noncastigation +noncataloguer +noncatarrhal +noncatechizable +noncategorical +noncathedral +noncatholicity +noncausality +noncausation +nonce +noncelebration +noncelestial +noncellular +noncellulosic +noncensored +noncensorious +noncensus +noncentral +noncereal +noncerebral +nonceremonial +noncertain +noncertainty +noncertified +nonchafing +nonchalance +nonchalant +nonchalantly +nonchalantness +nonchalky +nonchallenger +nonchampion +nonchangeable +nonchanging +noncharacteristic +nonchargeable +nonchastisement +nonchastity +nonchemical +nonchemist +nonchivalrous +nonchokable +nonchokebore +nonchronological +nonchurch +nonchurched +nonchurchgoer +nonciliate +noncircuit +noncircuital +noncircular +noncirculation +noncitation +noncitizen +noncivilized +nonclaim +nonclaimable +nonclassable +nonclassical +nonclassifiable +nonclassification +nonclastic +nonclearance +noncleistogamic +nonclergyable +nonclerical +nonclimbable +nonclinical +nonclose +nonclosure +nonclotting +noncoagulability +noncoagulable +noncoagulation +noncoalescing +noncock +noncoercion +noncoercive +noncognate +noncognition +noncognitive +noncognizable +noncognizance +noncoherent +noncohesion +noncohesive +noncoinage +noncoincidence +noncoincident +noncoincidental +noncoking +noncollaboration +noncollaborative +noncollapsible +noncollectable +noncollection +noncollegiate +noncollinear +noncolloid +noncollusion +noncollusive +noncolonial +noncoloring +noncom +noncombat +noncombatant +noncombination +noncombining +noncombustible +noncombustion +noncome +noncoming +noncommemoration +noncommencement +noncommendable +noncommensurable +noncommercial +noncommissioned +noncommittal +noncommittalism +noncommittally +noncommittalness +noncommonable +noncommorancy +noncommunal +noncommunicable +noncommunicant +noncommunicating +noncommunication +noncommunion +noncommunist +noncommunistic +noncommutative +noncompearance +noncompensating +noncompensation +noncompetency +noncompetent +noncompeting +noncompetitive +noncompetitively +noncomplaisance +noncompletion +noncompliance +noncomplicity +noncomplying +noncomposite +noncompoundable +noncompounder +noncomprehension +noncompressible +noncompression +noncompulsion +noncomputation +noncon +nonconcealment +nonconceiving +nonconcentration +nonconception +nonconcern +nonconcession +nonconciliating +nonconcludency +nonconcludent +nonconcluding +nonconclusion +nonconcordant +nonconcur +nonconcurrence +nonconcurrency +nonconcurrent +noncondensable +noncondensation +noncondensible +noncondensing +noncondimental +nonconditioned +noncondonation +nonconducive +nonconductibility +nonconductible +nonconducting +nonconduction +nonconductive +nonconductor +nonconfederate +nonconferrable +nonconfession +nonconficient +nonconfident +nonconfidential +nonconfinement +nonconfirmation +nonconfirmative +nonconfiscable +nonconfiscation +nonconfitent +nonconflicting +nonconform +nonconformable +nonconformably +nonconformance +nonconformer +nonconforming +nonconformism +nonconformist +nonconformistical +nonconformistically +nonconformitant +nonconformity +nonconfutation +noncongealing +noncongenital +noncongestion +noncongratulatory +noncongruent +nonconjectural +nonconjugal +nonconjugate +nonconjunction +nonconnection +nonconnective +nonconnivance +nonconnotative +nonconnubial +nonconscientious +nonconscious +nonconscription +nonconsecration +nonconsecutive +nonconsent +nonconsenting +nonconsequence +nonconsequent +nonconservation +nonconservative +nonconserving +nonconsideration +nonconsignment +nonconsistorial +nonconsoling +nonconsonant +nonconsorting +nonconspirator +nonconspiring +nonconstituent +nonconstitutional +nonconstraint +nonconstruable +nonconstruction +nonconstructive +nonconsular +nonconsultative +nonconsumable +nonconsumption +noncontact +noncontagion +noncontagionist +noncontagious +noncontagiousness +noncontamination +noncontemplative +noncontending +noncontent +noncontention +noncontentious +noncontentiously +nonconterminous +noncontiguity +noncontiguous +noncontinental +noncontingent +noncontinuance +noncontinuation +noncontinuous +noncontraband +noncontraction +noncontradiction +noncontradictory +noncontributing +noncontribution +noncontributor +noncontributory +noncontrivance +noncontrolled +noncontrolling +noncontroversial +nonconvective +nonconvenable +nonconventional +nonconvergent +nonconversable +nonconversant +nonconversational +nonconversion +nonconvertible +nonconveyance +nonconviction +nonconvivial +noncoplanar +noncopying +noncoring +noncorporate +noncorporeality +noncorpuscular +noncorrection +noncorrective +noncorrelation +noncorrespondence +noncorrespondent +noncorresponding +noncorroboration +noncorroborative +noncorrodible +noncorroding +noncorrosive +noncorruption +noncortical +noncosmic +noncosmopolitism +noncostraight +noncottager +noncotyledonous +noncounty +noncranking +noncreation +noncreative +noncredence +noncredent +noncredibility +noncredible +noncreditor +noncreeping +noncrenate +noncretaceous +noncriminal +noncriminality +noncrinoid +noncritical +noncrucial +noncruciform +noncrusading +noncrushability +noncrushable +noncrustaceous +noncrystalline +noncrystallizable +noncrystallized +noncrystallizing +nonculmination +nonculpable +noncultivated +noncultivation +nonculture +noncumulative +noncurantist +noncurling +noncurrency +noncurrent +noncursive +noncurtailment +noncuspidate +noncustomary +noncutting +noncyclic +noncyclical +nonda +nondamageable +nondamnation +nondancer +nondangerous +nondatival +nondealer +nondebtor +nondecadence +nondecadent +nondecalcified +nondecane +nondecasyllabic +nondecatoic +nondecaying +nondeceivable +nondeception +nondeceptive +Nondeciduata +nondeciduate +nondeciduous +nondecision +nondeclarant +nondeclaration +nondeclarer +nondecomposition +nondecoration +nondedication +nondeduction +nondefalcation +nondefamatory +nondefaulting +nondefection +nondefendant +nondefense +nondefensive +nondeference +nondeferential +nondefiance +nondefilement +nondefining +nondefinition +nondefinitive +nondeforestation +nondegenerate +nondegeneration +nondegerming +nondegradation +nondegreased +nondehiscent +nondeist +nondelegable +nondelegate +nondelegation +nondeleterious +nondeliberate +nondeliberation +nondelineation +nondeliquescent +nondelirious +nondeliverance +nondelivery +nondemand +nondemise +nondemobilization +nondemocratic +nondemonstration +nondendroid +nondenial +nondenominational +nondenominationalism +nondense +nondenumerable +nondenunciation +nondepartmental +nondeparture +nondependence +nondependent +nondepletion +nondeportation +nondeported +nondeposition +nondepositor +nondepravity +nondepreciating +nondepressed +nondepression +nondeprivable +nonderivable +nonderivative +nonderogatory +nondescript +nondesecration +nondesignate +nondesigned +nondesire +nondesirous +nondesisting +nondespotic +nondesquamative +nondestructive +nondesulphurized +nondetachable +nondetailed +nondetention +nondetermination +nondeterminist +nondeterrent +nondetest +nondetonating +nondetrimental +nondevelopable +nondevelopment +nondeviation +nondevotional +nondexterous +nondiabetic +nondiabolic +nondiagnosis +nondiagonal +nondiagrammatic +nondialectal +nondialectical +nondialyzing +nondiametral +nondiastatic +nondiathermanous +nondiazotizable +nondichogamous +nondichogamy +nondichotomous +nondictation +nondictatorial +nondictionary +nondidactic +nondieting +nondifferentation +nondifferentiable +nondiffractive +nondiffusing +nondigestion +nondilatable +nondilution +nondiocesan +nondiphtheritic +nondiphthongal +nondiplomatic +nondipterous +nondirection +nondirectional +nondisagreement +nondisappearing +nondisarmament +nondisbursed +nondiscernment +nondischarging +nondisciplinary +nondisclaim +nondisclosure +nondiscontinuance +nondiscordant +nondiscountable +nondiscovery +nondiscretionary +nondiscrimination +nondiscriminatory +nondiscussion +nondisestablishment +nondisfigurement +nondisfranchised +nondisingenuous +nondisintegration +nondisinterested +nondisjunct +nondisjunction +nondisjunctional +nondisjunctive +nondismemberment +nondismissal +nondisparaging +nondisparate +nondispensation +nondispersal +nondispersion +nondisposal +nondisqualifying +nondissenting +nondissolution +nondistant +nondistinctive +nondistortion +nondistribution +nondistributive +nondisturbance +nondivergence +nondivergent +nondiversification +nondivinity +nondivisible +nondivisiblity +nondivision +nondivisional +nondivorce +nondo +nondoctrinal +nondocumentary +nondogmatic +nondoing +nondomestic +nondomesticated +nondominant +nondonation +nondramatic +nondrinking +nondropsical +nondrying +nonduality +nondumping +nonduplication +nondutiable +nondynastic +nondyspeptic +none +nonearning +noneastern +noneatable +nonecclesiastical +nonechoic +noneclectic +noneclipsing +nonecompense +noneconomic +nonedible +noneditor +noneditorial +noneducable +noneducation +noneducational +noneffective +noneffervescent +noneffete +nonefficacious +nonefficacy +nonefficiency +nonefficient +noneffusion +nonego +nonegoistical +nonejection +nonelastic +nonelasticity +nonelect +nonelection +nonelective +nonelector +nonelectric +nonelectrical +nonelectrification +nonelectrified +nonelectrized +nonelectrocution +nonelectrolyte +noneleemosynary +nonelemental +nonelementary +nonelimination +nonelopement +nonemanating +nonemancipation +nonembarkation +nonembellishment +nonembezzlement +nonembryonic +nonemendation +nonemergent +nonemigration +nonemission +nonemotional +nonemphatic +nonemphatical +nonempirical +nonemploying +nonemployment +nonemulative +nonenactment +nonenclosure +nonencroachment +nonencyclopedic +nonendemic +nonendorsement +nonenduring +nonene +nonenemy +nonenergic +nonenforceability +nonenforceable +nonenforcement +nonengagement +nonengineering +nonenrolled +nonent +nonentailed +nonenteric +nonentertainment +nonentitative +nonentitive +nonentitize +nonentity +nonentityism +nonentomological +nonentrant +nonentres +nonentry +nonenumerated +nonenunciation +nonenvious +nonenzymic +nonephemeral +nonepic +nonepicurean +nonepileptic +nonepiscopal +nonepiscopalian +nonepithelial +nonepochal +nonequal +nonequation +nonequatorial +nonequestrian +nonequilateral +nonequilibrium +nonequivalent +nonequivocating +nonerasure +nonerecting +nonerection +nonerotic +nonerroneous +nonerudite +noneruption +nones +nonescape +nonespionage +nonespousal +nonessential +nonesthetic +nonesuch +nonet +noneternal +noneternity +nonetheless +nonethereal +nonethical +nonethnological +nonethyl +noneugenic +noneuphonious +nonevacuation +nonevanescent +nonevangelical +nonevaporation +nonevasion +nonevasive +noneviction +nonevident +nonevidential +nonevil +nonevolutionary +nonevolutionist +nonevolving +nonexaction +nonexaggeration +nonexamination +nonexcavation +nonexcepted +nonexcerptible +nonexcessive +nonexchangeability +nonexchangeable +nonexciting +nonexclamatory +nonexclusion +nonexclusive +nonexcommunicable +nonexculpation +nonexcusable +nonexecution +nonexecutive +nonexemplary +nonexemplificatior +nonexempt +nonexercise +nonexertion +nonexhibition +nonexistence +nonexistent +nonexistential +nonexisting +nonexoneration +nonexotic +nonexpansion +nonexpansive +nonexpansively +nonexpectation +nonexpendable +nonexperience +nonexperienced +nonexperimental +nonexpert +nonexpiation +nonexpiry +nonexploitation +nonexplosive +nonexportable +nonexportation +nonexposure +nonexpulsion +nonextant +nonextempore +nonextended +nonextensile +nonextension +nonextensional +nonextensive +nonextenuatory +nonexteriority +nonextermination +nonexternal +nonexternality +nonextinction +nonextortion +nonextracted +nonextraction +nonextraditable +nonextradition +nonextraneous +nonextreme +nonextrication +nonextrinsic +nonexuding +nonexultation +nonfabulous +nonfacetious +nonfacial +nonfacility +nonfacing +nonfact +nonfactious +nonfactory +nonfactual +nonfacultative +nonfaculty +nonfaddist +nonfading +nonfailure +nonfalse +nonfamily +nonfamous +nonfanatical +nonfanciful +nonfarm +nonfastidious +nonfat +nonfatal +nonfatalistic +nonfatty +nonfavorite +nonfeasance +nonfeasor +nonfeatured +nonfebrile +nonfederal +nonfederated +nonfeldspathic +nonfelonious +nonfelony +nonfenestrated +nonfermentability +nonfermentable +nonfermentation +nonfermentative +nonferrous +nonfertile +nonfertility +nonfestive +nonfeudal +nonfibrous +nonfiction +nonfictional +nonfiduciary +nonfighter +nonfigurative +nonfilamentous +nonfimbriate +nonfinancial +nonfinding +nonfinishing +nonfinite +nonfireproof +nonfiscal +nonfisherman +nonfissile +nonfixation +nonflaky +nonflammable +nonfloatation +nonfloating +nonfloriferous +nonflowering +nonflowing +nonfluctuating +nonfluid +nonfluorescent +nonflying +nonfocal +nonfood +nonforeclosure +nonforeign +nonforeknowledge +nonforest +nonforested +nonforfeitable +nonforfeiting +nonforfeiture +nonform +nonformal +nonformation +nonformulation +nonfortification +nonfortuitous +nonfossiliferous +nonfouling +nonfrat +nonfraternity +nonfrauder +nonfraudulent +nonfreedom +nonfreeman +nonfreezable +nonfreeze +nonfreezing +nonfricative +nonfriction +nonfrosted +nonfruition +nonfrustration +nonfulfillment +nonfunctional +nonfundable +nonfundamental +nonfungible +nonfuroid +nonfusion +nonfuturition +nonfuturity +nongalactic +nongalvanized +nonganglionic +nongas +nongaseous +nongassy +nongelatinizing +nongelatinous +nongenealogical +nongenerative +nongenetic +nongentile +nongeographical +nongeological +nongeometrical +nongermination +nongerundial +nongildsman +nongipsy +nonglacial +nonglandered +nonglandular +nonglare +nonglucose +nonglucosidal +nonglucosidic +nongod +nongold +nongolfer +nongospel +nongovernmental +nongraduate +nongraduated +nongraduation +nongrain +nongranular +nongraphitic +nongrass +nongratuitous +nongravitation +nongravity +nongray +nongreasy +nongreen +nongregarious +nongremial +nongrey +nongrooming +nonguarantee +nonguard +nonguttural +nongymnast +nongypsy +nonhabitable +nonhabitual +nonhalation +nonhallucination +nonhandicap +nonhardenable +nonharmonic +nonharmonious +nonhazardous +nonheading +nonhearer +nonheathen +nonhedonistic +nonhepatic +nonhereditarily +nonhereditary +nonheritable +nonheritor +nonhero +nonhieratic +nonhistoric +nonhistorical +nonhomaloidal +nonhomogeneity +nonhomogeneous +nonhomogenous +nonhostile +nonhouseholder +nonhousekeeping +nonhuman +nonhumanist +nonhumorous +nonhumus +nonhunting +nonhydrogenous +nonhydrolyzable +nonhygrometric +nonhygroscopic +nonhypostatic +nonic +noniconoclastic +nonideal +nonidealist +nonidentical +nonidentity +nonidiomatic +nonidolatrous +nonidyllic +nonignitible +nonignominious +nonignorant +nonillion +nonillionth +nonillumination +nonillustration +nonimaginary +nonimbricating +nonimitative +nonimmateriality +nonimmersion +nonimmigrant +nonimmigration +nonimmune +nonimmunity +nonimmunized +nonimpact +nonimpairment +nonimpartment +nonimpatience +nonimpeachment +nonimperative +nonimperial +nonimplement +nonimportation +nonimporting +nonimposition +nonimpregnated +nonimpressionist +nonimprovement +nonimputation +nonincandescent +nonincarnated +nonincitement +noninclination +noninclusion +noninclusive +nonincrease +nonincreasing +nonincrusting +nonindependent +nonindictable +nonindictment +nonindividual +nonindividualistic +noninductive +noninductively +noninductivity +nonindurated +nonindustrial +noninfallibilist +noninfallible +noninfantry +noninfected +noninfection +noninfectious +noninfinite +noninfinitely +noninflammability +noninflammable +noninflammatory +noninflectional +noninfluence +noninformative +noninfraction +noninhabitant +noninheritable +noninherited +noninitial +noninjurious +noninjury +noninoculation +noninquiring +noninsect +noninsertion +noninstitution +noninstruction +noninstructional +noninstructress +noninstrumental +noninsurance +nonintegrable +nonintegrity +nonintellectual +nonintelligence +nonintelligent +nonintent +nonintention +noninterchangeability +noninterchangeable +nonintercourse +noninterference +noninterferer +noninterfering +nonintermittent +noninternational +noninterpolation +noninterposition +noninterrupted +nonintersecting +nonintersector +nonintervention +noninterventionalist +noninterventionist +nonintoxicant +nonintoxicating +nonintrospective +nonintrospectively +nonintrusion +nonintrusionism +nonintrusionist +nonintuitive +noninverted +noninvidious +noninvincibility +noniodized +nonion +nonionized +nonionizing +nonirate +nonirradiated +nonirrational +nonirreparable +nonirrevocable +nonirrigable +nonirrigated +nonirrigating +nonirrigation +nonirritable +nonirritant +nonirritating +nonisobaric +nonisotropic +nonissuable +nonius +nonjoinder +nonjudicial +nonjurable +nonjurant +nonjuress +nonjuring +nonjurist +nonjuristic +nonjuror +nonjurorism +nonjury +nonjurying +nonknowledge +nonkosher +nonlabeling +nonlactescent +nonlaminated +nonlanguage +nonlaying +nonleaded +nonleaking +nonlegal +nonlegato +nonlegume +nonlepidopterous +nonleprous +nonlevel +nonlevulose +nonliability +nonliable +nonliberation +nonlicensed +nonlicentiate +nonlicet +nonlicking +nonlife +nonlimitation +nonlimiting +nonlinear +nonlipoidal +nonliquefying +nonliquid +nonliquidating +nonliquidation +nonlister +nonlisting +nonliterary +nonlitigious +nonliturgical +nonliving +nonlixiviated +nonlocal +nonlocalized +nonlogical +nonlosable +nonloser +nonlover +nonloving +nonloxodromic +nonluminescent +nonluminosity +nonluminous +nonluster +nonlustrous +nonly +nonmagnetic +nonmagnetizable +nonmaintenance +nonmajority +nonmalarious +nonmalicious +nonmalignant +nonmalleable +nonmammalian +nonmandatory +nonmanifest +nonmanifestation +nonmanila +nonmannite +nonmanual +nonmanufacture +nonmanufactured +nonmanufacturing +nonmarine +nonmarital +nonmaritime +nonmarket +nonmarriage +nonmarriageable +nonmarrying +nonmartial +nonmastery +nonmaterial +nonmaterialistic +nonmateriality +nonmaternal +nonmathematical +nonmathematician +nonmatrimonial +nonmatter +nonmechanical +nonmechanistic +nonmedical +nonmedicinal +nonmedullated +nonmelodious +nonmember +nonmembership +nonmenial +nonmental +nonmercantile +nonmetal +nonmetallic +nonmetalliferous +nonmetallurgical +nonmetamorphic +nonmetaphysical +nonmeteoric +nonmeteorological +nonmetric +nonmetrical +nonmetropolitan +nonmicrobic +nonmicroscopical +nonmigratory +nonmilitant +nonmilitary +nonmillionaire +nonmimetic +nonmineral +nonmineralogical +nonminimal +nonministerial +nonministration +nonmiraculous +nonmischievous +nonmiscible +nonmissionary +nonmobile +nonmodal +nonmodern +nonmolar +nonmolecular +nonmomentary +nonmonarchical +nonmonarchist +nonmonastic +nonmonist +nonmonogamous +nonmonotheistic +nonmorainic +nonmoral +nonmorality +nonmortal +nonmotile +nonmotoring +nonmotorist +nonmountainous +nonmucilaginous +nonmucous +nonmulched +nonmultiple +nonmunicipal +nonmuscular +nonmusical +nonmussable +nonmutationally +nonmutative +nonmutual +nonmystical +nonmythical +nonmythological +nonnant +nonnarcotic +nonnasal +nonnat +nonnational +nonnative +nonnatural +nonnaturalism +nonnaturalistic +nonnaturality +nonnaturalness +nonnautical +nonnaval +nonnavigable +nonnavigation +nonnebular +nonnecessary +nonnecessity +nonnegligible +nonnegotiable +nonnegotiation +nonnephritic +nonnervous +nonnescience +nonnescient +nonneutral +nonneutrality +nonnitrogenized +nonnitrogenous +nonnoble +nonnomination +nonnotification +nonnotional +nonnucleated +nonnumeral +nonnutrient +nonnutritious +nonnutritive +nonobedience +nonobedient +nonobjection +nonobjective +nonobligatory +nonobservable +nonobservance +nonobservant +nonobservation +nonobstetrical +nonobstructive +nonobvious +nonoccidental +nonocculting +nonoccupant +nonoccupation +nonoccupational +nonoccurrence +nonodorous +nonoecumenic +nonoffender +nonoffensive +nonofficeholding +nonofficial +nonofficially +nonofficinal +nonoic +nonoily +nonolfactory +nonomad +nononerous +nonopacity +nonopening +nonoperating +nonoperative +nonopposition +nonoppressive +nonoptical +nonoptimistic +nonoptional +nonorchestral +nonordination +nonorganic +nonorganization +nonoriental +nonoriginal +nonornamental +nonorthodox +nonorthographical +nonoscine +nonostentation +nonoutlawry +nonoutrage +nonoverhead +nonoverlapping +nonowner +nonoxidating +nonoxidizable +nonoxidizing +nonoxygenated +nonoxygenous +nonpacific +nonpacification +nonpacifist +nonpagan +nonpaid +nonpainter +nonpalatal +nonpapal +nonpapist +nonpar +nonparallel +nonparalytic +nonparasitic +nonparasitism +nonpareil +nonparent +nonparental +nonpariello +nonparishioner +nonparliamentary +nonparlor +nonparochial +nonparous +nonpartial +nonpartiality +nonparticipant +nonparticipating +nonparticipation +nonpartisan +nonpartisanship +nonpartner +nonparty +nonpassenger +nonpasserine +nonpastoral +nonpatentable +nonpatented +nonpaternal +nonpathogenic +nonpause +nonpaying +nonpayment +nonpeak +nonpeaked +nonpearlitic +nonpecuniary +nonpedestrian +nonpedigree +nonpelagic +nonpeltast +nonpenal +nonpenalized +nonpending +nonpensionable +nonpensioner +nonperception +nonperceptual +nonperfection +nonperforated +nonperforating +nonperformance +nonperformer +nonperforming +nonperiodic +nonperiodical +nonperishable +nonperishing +nonperjury +nonpermanent +nonpermeability +nonpermeable +nonpermissible +nonpermission +nonperpendicular +nonperpetual +nonperpetuity +nonpersecution +nonperseverance +nonpersistence +nonpersistent +nonperson +nonpersonal +nonpersonification +nonpertinent +nonperversive +nonphagocytic +nonpharmaceutical +nonphenolic +nonphenomenal +nonphilanthropic +nonphilological +nonphilosophical +nonphilosophy +nonphonetic +nonphosphatic +nonphosphorized +nonphotobiotic +nonphysical +nonphysiological +nonpickable +nonpigmented +nonplacental +nonplacet +nonplanar +nonplane +nonplanetary +nonplantowning +nonplastic +nonplate +nonplausible +nonpleading +nonplus +nonplusation +nonplushed +nonplutocratic +nonpoet +nonpoetic +nonpoisonous +nonpolar +nonpolarizable +nonpolarizing +nonpolitical +nonponderosity +nonponderous +nonpopery +nonpopular +nonpopularity +nonporous +nonporphyritic +nonport +nonportability +nonportable +nonportrayal +nonpositive +nonpossession +nonposthumous +nonpostponement +nonpotential +nonpower +nonpractical +nonpractice +nonpraedial +nonpreaching +nonprecious +nonprecipitation +nonpredatory +nonpredestination +nonpredicative +nonpredictable +nonpreference +nonpreferential +nonpreformed +nonpregnant +nonprehensile +nonprejudicial +nonprelatical +nonpremium +nonpreparation +nonprepayment +nonprepositional +nonpresbyter +nonprescribed +nonprescriptive +nonpresence +nonpresentation +nonpreservation +nonpresidential +nonpress +nonpressure +nonprevalence +nonprevalent +nonpriestly +nonprimitive +nonprincipiate +nonprincipled +nonprobable +nonprocreation +nonprocurement +nonproducer +nonproducing +nonproduction +nonproductive +nonproductively +nonproductiveness +nonprofane +nonprofessed +nonprofession +nonprofessional +nonprofessionalism +nonprofessorial +nonproficience +nonproficiency +nonproficient +nonprofit +nonprofiteering +nonprognostication +nonprogressive +nonprohibitable +nonprohibition +nonprohibitive +nonprojection +nonprojective +nonprojectively +nonproletarian +nonproliferous +nonprolific +nonprolongation +nonpromiscuous +nonpromissory +nonpromotion +nonpromulgation +nonpronunciation +nonpropagandistic +nonpropagation +nonprophetic +nonpropitiation +nonproportional +nonproprietary +nonproprietor +nonprorogation +nonproscriptive +nonprosecution +nonprospect +nonprotection +nonprotective +nonproteid +nonprotein +nonprotestation +nonprotractile +nonprotractility +nonproven +nonprovided +nonprovidential +nonprovocation +nonpsychic +nonpsychological +nonpublic +nonpublication +nonpublicity +nonpueblo +nonpulmonary +nonpulsating +nonpumpable +nonpunctual +nonpunctuation +nonpuncturable +nonpunishable +nonpunishing +nonpunishment +nonpurchase +nonpurchaser +nonpurgative +nonpurification +nonpurposive +nonpursuit +nonpurulent +nonpurveyance +nonputrescent +nonputrescible +nonputting +nonpyogenic +nonpyritiferous +nonqualification +nonquality +nonquota +nonracial +nonradiable +nonradiating +nonradical +nonrailroader +nonranging +nonratability +nonratable +nonrated +nonratifying +nonrational +nonrationalist +nonrationalized +nonrayed +nonreaction +nonreactive +nonreactor +nonreader +nonreading +nonrealistic +nonreality +nonrealization +nonreasonable +nonreasoner +nonrebel +nonrebellious +nonreceipt +nonreceiving +nonrecent +nonreception +nonrecess +nonrecipient +nonreciprocal +nonreciprocating +nonreciprocity +nonrecital +nonreclamation +nonrecluse +nonrecognition +nonrecognized +nonrecoil +nonrecollection +nonrecommendation +nonreconciliation +nonrecourse +nonrecoverable +nonrecovery +nonrectangular +nonrectified +nonrecuperation +nonrecurrent +nonrecurring +nonredemption +nonredressing +nonreducing +nonreference +nonrefillable +nonreflector +nonreformation +nonrefraction +nonrefrigerant +nonrefueling +nonrefutation +nonregardance +nonregarding +nonregenerating +nonregenerative +nonregent +nonregimented +nonregistered +nonregistrability +nonregistrable +nonregistration +nonregression +nonregulation +nonrehabilitation +nonreigning +nonreimbursement +nonreinforcement +nonreinstatement +nonrejection +nonrejoinder +nonrelapsed +nonrelation +nonrelative +nonrelaxation +nonrelease +nonreliance +nonreligion +nonreligious +nonreligiousness +nonrelinquishment +nonremanie +nonremedy +nonremembrance +nonremission +nonremonstrance +nonremuneration +nonremunerative +nonrendition +nonrenewable +nonrenewal +nonrenouncing +nonrenunciation +nonrepair +nonreparation +nonrepayable +nonrepealing +nonrepeat +nonrepeater +nonrepentance +nonrepetition +nonreplacement +nonreplicate +nonreportable +nonreprehensible +nonrepresentation +nonrepresentational +nonrepresentationalism +nonrepresentative +nonrepression +nonreprisal +nonreproduction +nonreproductive +nonrepublican +nonrepudiation +nonrequirement +nonrequisition +nonrequital +nonrescue +nonresemblance +nonreservation +nonreserve +nonresidence +nonresidency +nonresident +nonresidental +nonresidenter +nonresidential +nonresidentiary +nonresidentor +nonresidual +nonresignation +nonresinifiable +nonresistance +nonresistant +nonresisting +nonresistive +nonresolvability +nonresolvable +nonresonant +nonrespectable +nonrespirable +nonresponsibility +nonrestitution +nonrestraint +nonrestricted +nonrestriction +nonrestrictive +nonresumption +nonresurrection +nonresuscitation +nonretaliation +nonretention +nonretentive +nonreticence +nonretinal +nonretirement +nonretiring +nonretraceable +nonretractation +nonretractile +nonretraction +nonretrenchment +nonretroactive +nonreturn +nonreturnable +nonrevaluation +nonrevealing +nonrevelation +nonrevenge +nonrevenue +nonreverse +nonreversed +nonreversible +nonreversing +nonreversion +nonrevertible +nonreviewable +nonrevision +nonrevival +nonrevocation +nonrevolting +nonrevolutionary +nonrevolving +nonrhetorical +nonrhymed +nonrhyming +nonrhythmic +nonriding +nonrigid +nonrioter +nonriparian +nonritualistic +nonrival +nonromantic +nonrotatable +nonrotating +nonrotative +nonround +nonroutine +nonroyal +nonroyalist +nonrubber +nonruminant +Nonruminantia +nonrun +nonrupture +nonrural +nonrustable +nonsabbatic +nonsaccharine +nonsacerdotal +nonsacramental +nonsacred +nonsacrifice +nonsacrificial +nonsailor +nonsalable +nonsalaried +nonsale +nonsaline +nonsalutary +nonsalutation +nonsalvation +nonsanctification +nonsanction +nonsanctity +nonsane +nonsanguine +nonsanity +nonsaponifiable +nonsatisfaction +nonsaturated +nonsaturation +nonsaving +nonsawing +nonscalding +nonscaling +nonscandalous +nonschematized +nonschismatic +nonscholastic +nonscience +nonscientific +nonscientist +nonscoring +nonscraping +nonscriptural +nonscripturalist +nonscrutiny +nonseasonal +nonsecession +nonseclusion +nonsecrecy +nonsecret +nonsecretarial +nonsecretion +nonsecretive +nonsecretory +nonsectarian +nonsectional +nonsectorial +nonsecular +nonsecurity +nonsedentary +nonseditious +nonsegmented +nonsegregation +nonseizure +nonselected +nonselection +nonselective +nonself +nonselfregarding +nonselling +nonsenatorial +nonsense +nonsensible +nonsensical +nonsensicality +nonsensically +nonsensicalness +nonsensification +nonsensify +nonsensitive +nonsensitiveness +nonsensitized +nonsensorial +nonsensuous +nonsentence +nonsentient +nonseparation +nonseptate +nonseptic +nonsequacious +nonsequaciousness +nonsequestration +nonserial +nonserif +nonserious +nonserous +nonserviential +nonservile +nonsetter +nonsetting +nonsettlement +nonsexual +nonsexually +nonshaft +nonsharing +nonshatter +nonshedder +nonshipper +nonshipping +nonshredding +nonshrinkable +nonshrinking +nonsiccative +nonsidereal +nonsignatory +nonsignature +nonsignificance +nonsignificant +nonsignification +nonsignificative +nonsilicated +nonsiliceous +nonsilver +nonsimplification +nonsine +nonsinging +nonsingular +nonsinkable +nonsinusoidal +nonsiphonage +nonsister +nonsitter +nonsitting +nonskeptical +nonskid +nonskidding +nonskipping +nonslaveholding +nonslip +nonslippery +nonslipping +nonsludging +nonsmoker +nonsmoking +nonsmutting +nonsocial +nonsocialist +nonsocialistic +nonsociety +nonsociological +nonsolar +nonsoldier +nonsolicitation +nonsolid +nonsolidified +nonsolution +nonsolvency +nonsolvent +nonsonant +nonsovereign +nonspalling +nonsparing +nonsparking +nonspeaker +nonspeaking +nonspecial +nonspecialist +nonspecialized +nonspecie +nonspecific +nonspecification +nonspecificity +nonspecified +nonspectacular +nonspectral +nonspeculation +nonspeculative +nonspherical +nonspill +nonspillable +nonspinning +nonspinose +nonspiny +nonspiral +nonspirit +nonspiritual +nonspirituous +nonspontaneous +nonspored +nonsporeformer +nonsporeforming +nonsporting +nonspottable +nonsprouting +nonstainable +nonstaining +nonstampable +nonstandard +nonstandardized +nonstanzaic +nonstaple +nonstarch +nonstarter +nonstarting +nonstatement +nonstatic +nonstationary +nonstatistical +nonstatutory +nonstellar +nonsticky +nonstimulant +nonstipulation +nonstock +nonstooping +nonstop +nonstrategic +nonstress +nonstretchable +nonstretchy +nonstriated +nonstriker +nonstriking +nonstriped +nonstructural +nonstudent +nonstudious +nonstylized +nonsubject +nonsubjective +nonsubmission +nonsubmissive +nonsubordination +nonsubscriber +nonsubscribing +nonsubscription +nonsubsiding +nonsubsidy +nonsubsistence +nonsubstantial +nonsubstantialism +nonsubstantialist +nonsubstantiality +nonsubstantiation +nonsubstantive +nonsubstitution +nonsubtraction +nonsuccess +nonsuccessful +nonsuccession +nonsuccessive +nonsuccour +nonsuction +nonsuctorial +nonsufferance +nonsuffrage +nonsugar +nonsuggestion +nonsuit +nonsulphurous +nonsummons +nonsupplication +nonsupport +nonsupporter +nonsupporting +nonsuppositional +nonsuppressed +nonsuppression +nonsuppurative +nonsurface +nonsurgical +nonsurrender +nonsurvival +nonsurvivor +nonsuspect +nonsustaining +nonsustenance +nonswearer +nonswearing +nonsweating +nonswimmer +nonswimming +nonsyllabic +nonsyllabicness +nonsyllogistic +nonsyllogizing +nonsymbiotic +nonsymbiotically +nonsymbolic +nonsymmetrical +nonsympathetic +nonsympathizer +nonsympathy +nonsymphonic +nonsymptomatic +nonsynchronous +nonsyndicate +nonsynodic +nonsynonymous +nonsyntactic +nonsyntactical +nonsynthesized +nonsyntonic +nonsystematic +nontabular +nontactical +nontan +nontangential +nontannic +nontannin +nontariff +nontarnishable +nontarnishing +nontautomeric +nontautomerizable +nontax +nontaxability +nontaxable +nontaxonomic +nonteachable +nonteacher +nonteaching +nontechnical +nontechnological +nonteetotaler +nontelegraphic +nonteleological +nontelephonic +nontemporal +nontemporizing +nontenant +nontenure +nontenurial +nonterm +nonterminating +nonterrestrial +nonterritorial +nonterritoriality +nontestamentary +nontextual +nontheatrical +nontheistic +nonthematic +nontheological +nontheosophical +nontherapeutic +nonthinker +nonthinking +nonthoracic +nonthoroughfare +nonthreaded +nontidal +nontillable +nontimbered +nontitaniferous +nontitular +nontolerated +nontopographical +nontourist +nontoxic +nontraction +nontrade +nontrader +nontrading +nontraditional +nontragic +nontrailing +nontransferability +nontransferable +nontransgression +nontransient +nontransitional +nontranslocation +nontransmission +nontransparency +nontransparent +nontransportation +nontransposing +nontransposition +nontraveler +nontraveling +nontreasonable +nontreated +nontreatment +nontreaty +nontrespass +nontrial +nontribal +nontribesman +nontributary +nontrier +nontrigonometrical +nontronite +nontropical +nontrunked +nontruth +nontuberculous +nontuned +nonturbinated +nontutorial +nontyphoidal +nontypical +nontypicalness +nontypographical +nontyrannical +nonubiquitous +nonulcerous +nonultrafilterable +nonumbilical +nonumbilicate +nonumbrellaed +nonunanimous +nonuncial +nonundergraduate +nonunderstandable +nonunderstanding +nonunderstandingly +nonunderstood +nonundulatory +nonuniform +nonuniformist +nonuniformitarian +nonuniformity +nonuniformly +nonunion +nonunionism +nonunionist +nonunique +nonunison +nonunited +nonuniversal +nonuniversity +nonupholstered +nonuple +nonuplet +nonupright +nonurban +nonurgent +nonusage +nonuse +nonuser +nonusing +nonusurping +nonuterine +nonutile +nonutilitarian +nonutility +nonutilized +nonutterance +nonvacant +nonvaccination +nonvacuous +nonvaginal +nonvalent +nonvalidity +nonvaluation +nonvalve +nonvanishing +nonvariable +nonvariant +nonvariation +nonvascular +nonvassal +nonvegetative +nonvenereal +nonvenomous +nonvenous +nonventilation +nonverbal +nonverdict +nonverminous +nonvernacular +nonvertebral +nonvertical +nonvertically +nonvesicular +nonvesting +nonvesture +nonveteran +nonveterinary +nonviable +nonvibratile +nonvibration +nonvibrator +nonvibratory +nonvicarious +nonvictory +nonvillager +nonvillainous +nonvindication +nonvinous +nonvintage +nonviolation +nonviolence +nonvirginal +nonvirile +nonvirtue +nonvirtuous +nonvirulent +nonviruliferous +nonvisaed +nonvisceral +nonviscid +nonviscous +nonvisional +nonvisitation +nonvisiting +nonvisual +nonvisualized +nonvital +nonvitreous +nonvitrified +nonviviparous +nonvocal +nonvocalic +nonvocational +nonvolant +nonvolatile +nonvolatilized +nonvolcanic +nonvolition +nonvoluntary +nonvortical +nonvortically +nonvoter +nonvoting +nonvulcanizable +nonvulvar +nonwalking +nonwar +nonwasting +nonwatertight +nonweakness +nonwestern +nonwetted +nonwhite +nonwinged +nonwoody +nonworker +nonworking +nonworship +nonwrinkleable +nonya +nonyielding +nonyl +nonylene +nonylenic +nonylic +nonzealous +nonzero +nonzodiacal +nonzonal +nonzonate +nonzoological +noodle +noodledom +noodleism +nook +nooked +nookery +nooking +nooklet +nooklike +nooky +noological +noologist +noology +noometry +noon +noonday +noonflower +nooning +noonlight +noonlit +noonstead +noontide +noontime +noonwards +noop +nooscopic +noose +nooser +Nootka +nopal +Nopalea +nopalry +nope +nopinene +nor +Nora +Norah +norard +norate +noration +norbergite +Norbert +Norbertine +norcamphane +nordcaper +nordenskioldine +Nordic +Nordicism +Nordicist +Nordicity +Nordicization +Nordicize +nordmarkite +noreast +noreaster +norelin +Norfolk +Norfolkian +norgine +nori +noria +Noric +norie +norimon +norite +norland +norlander +norlandism +norleucine +Norm +norm +Norma +norma +normal +normalcy +normalism +normalist +normality +normalization +normalize +normalizer +normally +normalness +Norman +Normanesque +Normanish +Normanism +Normanist +Normanization +Normanize +Normanizer +Normanly +Normannic +normated +normative +normatively +normativeness +normless +normoblast +normoblastic +normocyte +normocytic +normotensive +Norn +Norna +nornicotine +nornorwest +noropianic +norpinic +Norridgewock +Norroway +Norroy +Norse +norsel +Norseland +norseler +Norseman +Norsk +north +northbound +northeast +northeaster +northeasterly +northeastern +northeasternmost +northeastward +northeastwardly +northeastwards +norther +northerliness +northerly +northern +northerner +northernize +northernly +northernmost +northernness +northest +northfieldite +northing +northland +northlander +northlight +Northman +northmost +northness +Northumber +Northumbrian +northupite +northward +northwardly +northwards +northwest +northwester +northwesterly +northwestern +northwestward +northwestwardly +northwestwards +Norumbega +norward +norwards +Norway +Norwegian +norwest +norwester +norwestward +Nosairi +Nosairian +nosarian +nose +nosean +noseanite +noseband +nosebanded +nosebleed +nosebone +noseburn +nosed +nosegay +nosegaylike +noseherb +nosehole +noseless +noselessly +noselessness +noselike +noselite +Nosema +Nosematidae +nosepiece +nosepinch +noser +nosesmart +nosethirl +nosetiology +nosewards +nosewheel +nosewise +nosey +nosine +nosing +nosism +nosocomial +nosocomium +nosogenesis +nosogenetic +nosogenic +nosogeny +nosogeography +nosographer +nosographic +nosographical +nosographically +nosography +nosohaemia +nosohemia +nosological +nosologically +nosologist +nosology +nosomania +nosomycosis +nosonomy +nosophobia +nosophyte +nosopoetic +nosopoietic +nosotaxy +nosotrophy +nostalgia +nostalgic +nostalgically +nostalgy +nostic +Nostoc +Nostocaceae +nostocaceous +nostochine +nostologic +nostology +nostomania +Nostradamus +nostrificate +nostrification +nostril +nostriled +nostrility +nostrilsome +nostrum +nostrummonger +nostrummongership +nostrummongery +Nosu +nosy +not +notabilia +notability +notable +notableness +notably +notacanthid +Notacanthidae +notacanthoid +notacanthous +Notacanthus +notaeal +notaeum +notal +notalgia +notalgic +Notalia +notan +notandum +notanencephalia +notarial +notarially +notariate +notarikon +notarize +notary +notaryship +notate +notation +notational +notative +notator +notch +notchboard +notched +notchel +notcher +notchful +notching +notchweed +notchwing +notchy +note +notebook +notecase +noted +notedly +notedness +notehead +noteholder +notekin +Notelaea +noteless +notelessly +notelessness +notelet +notencephalocele +notencephalus +noter +notewise +noteworthily +noteworthiness +noteworthy +notharctid +Notharctidae +Notharctus +nother +nothing +nothingarian +nothingarianism +nothingism +nothingist +nothingize +nothingless +nothingly +nothingness +nothingology +Nothofagus +Notholaena +nothosaur +Nothosauri +nothosaurian +Nothosauridae +Nothosaurus +nothous +notice +noticeability +noticeable +noticeably +noticer +Notidani +notidanian +notidanid +Notidanidae +notidanidan +notidanoid +Notidanus +notifiable +notification +notified +notifier +notify +notifyee +notion +notionable +notional +notionalist +notionality +notionally +notionalness +notionary +notionate +notioned +notionist +notionless +Notiosorex +notitia +Notkerian +notocentrous +notocentrum +notochord +notochordal +notodontian +notodontid +Notodontidae +notodontoid +Notogaea +Notogaeal +Notogaean +Notogaeic +notommatid +Notommatidae +Notonecta +notonectal +notonectid +Notonectidae +notopodial +notopodium +notopterid +Notopteridae +notopteroid +Notopterus +notorhizal +Notorhynchus +notoriety +notorious +notoriously +notoriousness +Notornis +Notoryctes +Notostraca +Nototherium +Nototrema +nototribe +notour +notourly +Notropis +notself +Nottoway +notum +Notungulata +notungulate +Notus +notwithstanding +Nou +nougat +nougatine +nought +noumeaite +noumeite +noumenal +noumenalism +noumenalist +noumenality +noumenalize +noumenally +noumenism +noumenon +noun +nounal +nounally +nounize +nounless +noup +nourice +nourish +nourishable +nourisher +nourishing +nourishingly +nourishment +nouriture +nous +nouther +nova +novaculite +novalia +Novanglian +Novanglican +novantique +novarsenobenzene +novate +Novatian +Novatianism +Novatianist +novation +novative +novator +novatory +novatrix +novcic +novel +novelcraft +noveldom +novelese +novelesque +novelet +novelette +noveletter +novelettish +novelettist +noveletty +novelish +novelism +novelist +novelistic +novelistically +novelization +novelize +novella +novelless +novellike +novelly +novelmongering +novelness +novelry +novelty +novelwright +novem +novemarticulate +November +Novemberish +novemcostate +novemdigitate +novemfid +novemlobate +novemnervate +novemperfoliate +novena +novenary +novendial +novene +novennial +novercal +Novial +novice +novicehood +novicelike +noviceship +noviciate +novilunar +novitial +novitiate +novitiateship +novitiation +novity +Novo +Novocain +novodamus +Novorolsky +now +nowaday +nowadays +nowanights +noway +noways +nowed +nowel +nowhat +nowhen +nowhence +nowhere +nowhereness +nowheres +nowhit +nowhither +nowise +nowness +Nowroze +nowt +nowy +noxa +noxal +noxally +noxious +noxiously +noxiousness +noy +noyade +noyau +Nozi +nozzle +nozzler +nth +nu +nuance +nub +Nuba +nubbin +nubble +nubbling +nubbly +nubby +nubecula +nubia +Nubian +nubiferous +nubiform +nubigenous +nubilate +nubilation +nubile +nubility +nubilous +Nubilum +nucal +nucament +nucamentaceous +nucellar +nucellus +nucha +nuchal +nuchalgia +nuciculture +nuciferous +nuciform +nucin +nucivorous +nucleal +nuclear +nucleary +nuclease +nucleate +nucleation +nucleator +nuclei +nucleiferous +nucleiform +nuclein +nucleinase +nucleoalbumin +nucleoalbuminuria +nucleofugal +nucleohistone +nucleohyaloplasm +nucleohyaloplasma +nucleoid +nucleoidioplasma +nucleolar +nucleolated +nucleole +nucleoli +nucleolinus +nucleolocentrosome +nucleoloid +nucleolus +nucleolysis +nucleomicrosome +nucleon +nucleone +nucleonics +nucleopetal +nucleoplasm +nucleoplasmatic +nucleoplasmic +nucleoprotein +nucleoside +nucleotide +nucleus +nuclide +nuclidic +Nucula +Nuculacea +nuculanium +nucule +nuculid +Nuculidae +nuculiform +nuculoid +Nuda +nudate +nudation +Nudd +nuddle +nude +nudely +nudeness +Nudens +nudge +nudger +nudibranch +Nudibranchia +nudibranchian +nudibranchiate +nudicaudate +nudicaul +nudifier +nudiflorous +nudiped +nudish +nudism +nudist +nuditarian +nudity +nugacious +nugaciousness +nugacity +nugator +nugatoriness +nugatory +nuggar +nugget +nuggety +nugify +nugilogue +Nugumiut +nuisance +nuisancer +nuke +Nukuhivan +nul +null +nullable +nullah +nullibicity +nullibility +nullibiquitous +nullibist +nullification +nullificationist +nullificator +nullifidian +nullifier +nullify +nullipara +nulliparity +nulliparous +nullipennate +Nullipennes +nulliplex +nullipore +nulliporous +nullism +nullisome +nullisomic +nullity +nulliverse +nullo +Numa +Numantine +numb +number +numberable +numberer +numberful +numberless +numberous +numbersome +numbfish +numbing +numbingly +numble +numbles +numbly +numbness +numda +numdah +numen +Numenius +numerable +numerableness +numerably +numeral +numerant +numerary +numerate +numeration +numerative +numerator +numerical +numerically +numericalness +numerist +numero +numerology +numerose +numerosity +numerous +numerously +numerousness +Numida +Numidae +Numidian +Numididae +Numidinae +numinism +numinous +numinously +numismatic +numismatical +numismatically +numismatician +numismatics +numismatist +numismatography +numismatologist +numismatology +nummary +nummi +nummiform +nummular +Nummularia +nummulary +nummulated +nummulation +nummuline +Nummulinidae +nummulite +Nummulites +nummulitic +Nummulitidae +nummulitoid +nummuloidal +nummus +numskull +numskulled +numskulledness +numskullery +numskullism +numud +nun +nunatak +nunbird +nunch +nuncheon +nunciate +nunciative +nunciatory +nunciature +nuncio +nuncioship +nuncle +nuncupate +nuncupation +nuncupative +nuncupatively +nundinal +nundination +nundine +nunhood +Nunki +nunky +nunlet +nunlike +nunnari +nunnated +nunnation +nunnery +nunni +nunnify +nunnish +nunnishness +nunship +Nupe +Nuphar +nuptial +nuptiality +nuptialize +nuptially +nuptials +nuque +nuraghe +nurhag +nurly +nursable +nurse +nursedom +nursegirl +nursehound +nursekeeper +nursekin +nurselet +nurselike +nursemaid +nurser +nursery +nurserydom +nurseryful +nurserymaid +nurseryman +nursetender +nursing +nursingly +nursle +nursling +nursy +nurturable +nurtural +nurture +nurtureless +nurturer +nurtureship +Nusairis +Nusakan +nusfiah +nut +nutant +nutarian +nutate +nutation +nutational +nutbreaker +nutcake +nutcrack +nutcracker +nutcrackers +nutcrackery +nutgall +nuthatch +nuthook +nutjobber +nutlet +nutlike +nutmeg +nutmegged +nutmeggy +nutpecker +nutpick +nutramin +nutria +nutrice +nutricial +nutricism +nutrient +nutrify +nutriment +nutrimental +nutritial +nutrition +nutritional +nutritionally +nutritionist +nutritious +nutritiously +nutritiousness +nutritive +nutritively +nutritiveness +nutritory +nutseed +nutshell +Nuttallia +nuttalliasis +nuttalliosis +nutted +nutter +nuttery +nuttily +nuttiness +nutting +nuttish +nuttishness +nutty +nuzzer +nuzzerana +nuzzle +Nyamwezi +Nyanja +nyanza +Nyaya +nychthemer +nychthemeral +nychthemeron +Nyctaginaceae +nyctaginaceous +Nyctaginia +nyctalope +nyctalopia +nyctalopic +nyctalopy +Nyctanthes +Nyctea +Nyctereutes +nycteribiid +Nycteribiidae +Nycteridae +nycterine +Nycteris +Nycticorax +Nyctimene +nyctinastic +nyctinasty +nyctipelagic +Nyctipithecinae +nyctipithecine +Nyctipithecus +nyctitropic +nyctitropism +nyctophobia +nycturia +Nydia +nye +nylast +nylon +nymil +nymph +nympha +nymphae +Nymphaea +Nymphaeaceae +nymphaeaceous +nymphaeum +nymphal +nymphalid +Nymphalidae +Nymphalinae +nymphaline +nympheal +nymphean +nymphet +nymphic +nymphical +nymphid +nymphine +Nymphipara +nymphiparous +nymphish +nymphitis +nymphlike +nymphlin +nymphly +Nymphoides +nympholepsia +nympholepsy +nympholept +nympholeptic +nymphomania +nymphomaniac +nymphomaniacal +Nymphonacea +nymphosis +nymphotomy +nymphwise +Nyoro +Nyroca +Nyssa +Nyssaceae +nystagmic +nystagmus +nyxis +O +o +oadal +oaf +oafdom +oafish +oafishly +oafishness +oak +oakberry +Oakboy +oaken +oakenshaw +Oakesia +oaklet +oaklike +oakling +oaktongue +oakum +oakweb +oakwood +oaky +oam +Oannes +oar +oarage +oarcock +oared +oarfish +oarhole +oarial +oarialgia +oaric +oariocele +oariopathic +oariopathy +oariotomy +oaritic +oaritis +oarium +oarless +oarlike +oarlock +oarlop +oarman +oarsman +oarsmanship +oarswoman +oarweed +oary +oasal +oasean +oases +oasis +oasitic +oast +oasthouse +oat +oatbin +oatcake +oatear +oaten +oatenmeal +oatfowl +oath +oathay +oathed +oathful +oathlet +oathworthy +oatland +oatlike +oatmeal +oatseed +oaty +Obadiah +obambulate +obambulation +obambulatory +oban +Obbenite +obbligato +obclavate +obclude +obcompressed +obconical +obcordate +obcordiform +obcuneate +obdeltoid +obdiplostemonous +obdiplostemony +obdormition +obduction +obduracy +obdurate +obdurately +obdurateness +obduration +obe +obeah +obeahism +obeche +obedience +obediency +obedient +obediential +obedientially +obedientialness +obedientiar +obedientiary +obediently +obeisance +obeisant +obeisantly +obeism +obelia +obeliac +obelial +obelion +obeliscal +obeliscar +obelisk +obeliskoid +obelism +obelize +obelus +Oberon +obese +obesely +obeseness +obesity +obex +obey +obeyable +obeyer +obeyingly +obfuscable +obfuscate +obfuscation +obfuscator +obfuscity +obfuscous +obi +Obidicut +obispo +obit +obitual +obituarian +obituarily +obituarist +obituarize +obituary +object +objectable +objectation +objectative +objectee +objecthood +objectification +objectify +objection +objectionability +objectionable +objectionableness +objectionably +objectional +objectioner +objectionist +objectival +objectivate +objectivation +objective +objectively +objectiveness +objectivism +objectivist +objectivistic +objectivity +objectivize +objectization +objectize +objectless +objectlessly +objectlessness +objector +objicient +objuration +objure +objurgate +objurgation +objurgative +objurgatively +objurgator +objurgatorily +objurgatory +objurgatrix +oblanceolate +oblate +oblately +oblateness +oblation +oblational +oblationary +oblatory +oblectate +oblectation +obley +obligable +obligancy +obligant +obligate +obligation +obligational +obligative +obligativeness +obligator +obligatorily +obligatoriness +obligatory +obligatum +oblige +obliged +obligedly +obligedness +obligee +obligement +obliger +obliging +obligingly +obligingness +obligistic +obligor +obliquangular +obliquate +obliquation +oblique +obliquely +obliqueness +obliquitous +obliquity +obliquus +obliterable +obliterate +obliteration +obliterative +obliterator +oblivescence +oblivial +obliviality +oblivion +oblivionate +oblivionist +oblivionize +oblivious +obliviously +obliviousness +obliviscence +obliviscible +oblocutor +oblong +oblongatal +oblongated +oblongish +oblongitude +oblongitudinal +oblongly +oblongness +obloquial +obloquious +obloquy +obmutescence +obmutescent +obnebulate +obnounce +obnoxiety +obnoxious +obnoxiously +obnoxiousness +obnubilate +obnubilation +obnunciation +oboe +oboist +obol +Obolaria +obolary +obole +obolet +obolus +obomegoid +Obongo +oboval +obovate +obovoid +obpyramidal +obpyriform +Obrazil +obreption +obreptitious +obreptitiously +obrogate +obrogation +obrotund +obscene +obscenely +obsceneness +obscenity +obscurancy +obscurant +obscurantic +obscurantism +obscurantist +obscuration +obscurative +obscure +obscuredly +obscurely +obscurement +obscureness +obscurer +obscurism +obscurist +obscurity +obsecrate +obsecration +obsecrationary +obsecratory +obsede +obsequence +obsequent +obsequial +obsequience +obsequiosity +obsequious +obsequiously +obsequiousness +obsequity +obsequium +obsequy +observability +observable +observableness +observably +observance +observancy +observandum +observant +Observantine +Observantist +observantly +observantness +observation +observational +observationalism +observationally +observative +observatorial +observatory +observe +observedly +observer +observership +observing +observingly +obsess +obsessingly +obsession +obsessional +obsessionist +obsessive +obsessor +obsidian +obsidianite +obsidional +obsidionary +obsidious +obsignate +obsignation +obsignatory +obsolesce +obsolescence +obsolescent +obsolescently +obsolete +obsoletely +obsoleteness +obsoletion +obsoletism +obstacle +obstetric +obstetrical +obstetrically +obstetricate +obstetrication +obstetrician +obstetrics +obstetricy +obstetrist +obstetrix +obstinacious +obstinacy +obstinance +obstinate +obstinately +obstinateness +obstination +obstinative +obstipation +obstreperate +obstreperosity +obstreperous +obstreperously +obstreperousness +obstriction +obstringe +obstruct +obstructant +obstructedly +obstructer +obstructingly +obstruction +obstructionism +obstructionist +obstructive +obstructively +obstructiveness +obstructivism +obstructivity +obstructor +obstruent +obstupefy +obtain +obtainable +obtainal +obtainance +obtainer +obtainment +obtect +obtected +obtemper +obtemperate +obtenebrate +obtenebration +obtention +obtest +obtestation +obtriangular +obtrude +obtruder +obtruncate +obtruncation +obtruncator +obtrusion +obtrusionist +obtrusive +obtrusively +obtrusiveness +obtund +obtundent +obtunder +obtundity +obturate +obturation +obturator +obturatory +obturbinate +obtusangular +obtuse +obtusely +obtuseness +obtusifid +obtusifolious +obtusilingual +obtusilobous +obtusion +obtusipennate +obtusirostrate +obtusish +obtusity +obumbrant +obumbrate +obumbration +obvallate +obvelation +obvention +obverse +obversely +obversion +obvert +obvertend +obviable +obviate +obviation +obviative +obviator +obvious +obviously +obviousness +obvolute +obvoluted +obvolution +obvolutive +obvolve +obvolvent +ocarina +Occamism +Occamist +Occamistic +Occamite +occamy +occasion +occasionable +occasional +occasionalism +occasionalist +occasionalistic +occasionality +occasionally +occasionalness +occasionary +occasioner +occasionless +occasive +occident +occidental +Occidentalism +Occidentalist +occidentality +Occidentalization +Occidentalize +occidentally +occiduous +occipital +occipitalis +occipitally +occipitoanterior +occipitoatlantal +occipitoatloid +occipitoaxial +occipitoaxoid +occipitobasilar +occipitobregmatic +occipitocalcarine +occipitocervical +occipitofacial +occipitofrontal +occipitofrontalis +occipitohyoid +occipitoiliac +occipitomastoid +occipitomental +occipitonasal +occipitonuchal +occipitootic +occipitoparietal +occipitoposterior +occipitoscapular +occipitosphenoid +occipitosphenoidal +occipitotemporal +occipitothalamic +occiput +occitone +occlude +occludent +occlusal +occluse +occlusion +occlusive +occlusiveness +occlusocervical +occlusocervically +occlusogingival +occlusometer +occlusor +occult +occultate +occultation +occulter +occulting +occultism +occultist +occultly +occultness +occupable +occupance +occupancy +occupant +occupation +occupational +occupationalist +occupationally +occupationless +occupative +occupiable +occupier +occupy +occur +occurrence +occurrent +occursive +ocean +oceaned +oceanet +oceanful +Oceanian +oceanic +Oceanican +oceanity +oceanographer +oceanographic +oceanographical +oceanographically +oceanographist +oceanography +oceanology +oceanophyte +oceanside +oceanward +oceanwards +oceanways +oceanwise +ocellar +ocellary +ocellate +ocellated +ocellation +ocelli +ocellicyst +ocellicystic +ocelliferous +ocelliform +ocelligerous +ocellus +oceloid +ocelot +och +ochava +ochavo +ocher +ocherish +ocherous +ochery +ochidore +ochlesis +ochlesitic +ochletic +ochlocracy +ochlocrat +ochlocratic +ochlocratical +ochlocratically +ochlophobia +ochlophobist +Ochna +Ochnaceae +ochnaceous +ochone +Ochotona +Ochotonidae +Ochozoma +ochraceous +Ochrana +ochrea +ochreate +ochreous +ochro +ochrocarpous +ochroid +ochroleucous +ochrolite +Ochroma +ochronosis +ochronosus +ochronotic +ochrous +ocht +Ocimum +ock +oclock +Ocneria +ocote +Ocotea +ocotillo +ocque +ocracy +ocrea +ocreaceous +Ocreatae +ocreate +ocreated +octachloride +octachord +octachordal +octachronous +Octacnemus +octacolic +octactinal +octactine +Octactiniae +octactinian +octad +octadecahydrate +octadecane +octadecanoic +octadecyl +octadic +octadrachm +octaemeron +octaeteric +octaeterid +octagon +octagonal +octagonally +octahedral +octahedric +octahedrical +octahedrite +octahedroid +octahedron +octahedrous +octahydrate +octahydrated +octakishexahedron +octamerism +octamerous +octameter +octan +octanaphthene +Octandria +octandrian +octandrious +octane +octangle +octangular +octangularness +Octans +octant +octantal +octapla +octaploid +octaploidic +octaploidy +octapodic +octapody +octarch +octarchy +octarius +octarticulate +octary +octasemic +octastich +octastichon +octastrophic +octastyle +octastylos +octateuch +octaval +octavalent +octavarium +octave +Octavia +Octavian +octavic +octavina +Octavius +octavo +octenary +octene +octennial +octennially +octet +octic +octillion +octillionth +octine +octingentenary +octoad +octoalloy +octoate +octobass +October +octobrachiate +Octobrist +octocentenary +octocentennial +octochord +Octocoralla +octocorallan +Octocorallia +octocoralline +octocotyloid +octodactyl +octodactyle +octodactylous +octodecimal +octodecimo +octodentate +octodianome +Octodon +octodont +Octodontidae +Octodontinae +octoechos +octofid +octofoil +octofoiled +octogamy +octogenarian +octogenarianism +octogenary +octogild +octoglot +Octogynia +octogynian +octogynious +octogynous +octoic +octoid +octolateral +octolocular +octomeral +octomerous +octometer +octonal +octonare +octonarian +octonarius +octonary +octonematous +octonion +octonocular +octoon +octopartite +octopean +octoped +octopede +octopetalous +octophthalmous +octophyllous +octopi +octopine +octoploid +octoploidic +octoploidy +octopod +Octopoda +octopodan +octopodes +octopodous +octopolar +octopus +octoradial +octoradiate +octoradiated +octoreme +octoroon +octose +octosepalous +octospermous +octospore +octosporous +octostichous +octosyllabic +octosyllable +octovalent +octoyl +octroi +octroy +octuor +octuple +octuplet +octuplex +octuplicate +octuplication +octuply +octyl +octylene +octyne +ocuby +ocular +ocularist +ocularly +oculary +oculate +oculated +oculauditory +oculiferous +oculiform +oculigerous +Oculina +oculinid +Oculinidae +oculinoid +oculist +oculistic +oculocephalic +oculofacial +oculofrontal +oculomotor +oculomotory +oculonasal +oculopalpebral +oculopupillary +oculospinal +oculozygomatic +oculus +ocydrome +ocydromine +Ocydromus +Ocypete +Ocypoda +ocypodan +Ocypode +ocypodian +Ocypodidae +ocypodoid +Ocyroe +Ocyroidae +Od +od +oda +Odacidae +odacoid +odal +odalborn +odalisk +odalisque +odaller +odalman +odalwoman +Odax +odd +oddish +oddity +oddlegs +oddly +oddman +oddment +oddments +oddness +Odds +odds +Oddsbud +oddsman +ode +odel +odelet +Odelsthing +Odelsting +odeon +odeum +odic +odically +Odin +Odinian +Odinic +Odinism +Odinist +odinite +Odinitic +odiometer +odious +odiously +odiousness +odist +odium +odiumproof +Odobenidae +Odobenus +Odocoileus +odograph +odology +odometer +odometrical +odometry +Odonata +odontagra +odontalgia +odontalgic +Odontaspidae +Odontaspididae +Odontaspis +odontatrophia +odontatrophy +odontexesis +odontiasis +odontic +odontist +odontitis +odontoblast +odontoblastic +odontocele +Odontocete +odontocete +Odontoceti +odontocetous +odontochirurgic +odontoclasis +odontoclast +odontodynia +odontogen +odontogenesis +odontogenic +odontogeny +Odontoglossae +odontoglossal +odontoglossate +Odontoglossum +Odontognathae +odontognathic +odontognathous +odontograph +odontographic +odontography +odontohyperesthesia +odontoid +Odontolcae +odontolcate +odontolcous +odontolite +odontolith +odontological +odontologist +odontology +odontoloxia +odontoma +odontomous +odontonecrosis +odontoneuralgia +odontonosology +odontopathy +odontophoral +odontophore +Odontophoridae +Odontophorinae +odontophorine +odontophorous +Odontophorus +odontoplast +odontoplerosis +Odontopteris +Odontopteryx +odontorhynchous +Odontormae +Odontornithes +odontornithic +odontorrhagia +odontorthosis +odontoschism +odontoscope +odontosis +odontostomatous +odontostomous +Odontosyllis +odontotechny +odontotherapia +odontotherapy +odontotomy +Odontotormae +odontotripsis +odontotrypy +odoom +odophone +odor +odorant +odorate +odorator +odored +odorful +odoriferant +odoriferosity +odoriferous +odoriferously +odoriferousness +odorific +odorimeter +odorimetry +odoriphore +odorivector +odorize +odorless +odorometer +odorosity +odorous +odorously +odorousness +odorproof +Odostemon +Ods +odso +odum +odyl +odylic +odylism +odylist +odylization +odylize +Odynerus +Odyssean +Odyssey +Odz +Odzookers +Odzooks +oe +Oecanthus +oecist +oecodomic +oecodomical +oecoparasite +oecoparasitism +oecophobia +oecumenian +oecumenic +oecumenical +oecumenicalism +oecumenicity +oecus +oedemerid +Oedemeridae +oedicnemine +Oedicnemus +Oedipal +Oedipean +Oedipus +Oedogoniaceae +oedogoniaceous +Oedogoniales +Oedogonium +oenanthaldehyde +oenanthate +Oenanthe +oenanthic +oenanthol +oenanthole +oenanthyl +oenanthylate +oenanthylic +oenin +Oenocarpus +oenochoe +oenocyte +oenocytic +oenolin +oenological +oenologist +oenology +oenomancy +Oenomaus +oenomel +oenometer +oenophilist +oenophobist +oenopoetic +Oenothera +Oenotheraceae +oenotheraceous +Oenotrian +oer +oersted +oes +oesophageal +oesophagi +oesophagismus +oesophagostomiasis +Oesophagostomum +oesophagus +oestradiol +Oestrelata +oestrian +oestriasis +oestrid +Oestridae +oestrin +oestriol +oestroid +oestrous +oestrual +oestruate +oestruation +oestrum +oestrus +of +Ofer +off +offal +offaling +offbeat +offcast +offcome +offcut +offend +offendable +offendant +offended +offendedly +offendedness +offender +offendible +offendress +offense +offenseful +offenseless +offenselessly +offenseproof +offensible +offensive +offensively +offensiveness +offer +offerable +offeree +offerer +offering +offeror +offertorial +offertory +offgoing +offgrade +offhand +offhanded +offhandedly +offhandedness +office +officeholder +officeless +officer +officerage +officeress +officerhood +officerial +officerism +officerless +officership +official +officialdom +officialese +officialism +officiality +officialization +officialize +officially +officialty +officiant +officiary +officiate +officiation +officiator +officinal +officinally +officious +officiously +officiousness +offing +offish +offishly +offishness +offlet +offlook +offprint +offsaddle +offscape +offscour +offscourer +offscouring +offscum +offset +offshoot +offshore +offsider +offspring +offtake +offtype +offuscate +offuscation +offward +offwards +oflete +Ofo +oft +often +oftenness +oftens +oftentime +oftentimes +ofter +oftest +oftly +oftness +ofttime +ofttimes +oftwhiles +Og +ogaire +Ogallala +ogam +ogamic +Ogboni +Ogcocephalidae +Ogcocephalus +ogdoad +ogdoas +ogee +ogeed +ogganition +ogham +oghamic +Oghuz +ogival +ogive +ogived +Oglala +ogle +ogler +ogmic +Ogor +Ogpu +ogre +ogreish +ogreishly +ogreism +ogress +ogrish +ogrism +ogtiern +ogum +Ogygia +Ogygian +oh +ohelo +ohia +Ohio +Ohioan +ohm +ohmage +ohmic +ohmmeter +oho +ohoy +oidioid +oidiomycosis +oidiomycotic +Oidium +oii +oikology +oikoplast +oil +oilberry +oilbird +oilcan +oilcloth +oilcoat +oilcup +oildom +oiled +oiler +oilery +oilfish +oilhole +oilily +oiliness +oilless +oillessness +oillet +oillike +oilman +oilmonger +oilmongery +oilometer +oilpaper +oilproof +oilproofing +oilseed +oilskin +oilskinned +oilstock +oilstone +oilstove +oiltight +oiltightness +oilway +oily +oilyish +oime +oinochoe +oinology +oinomancy +oinomania +oinomel +oint +ointment +Oireachtas +oisin +oisivity +oitava +oiticica +Ojibwa +Ojibway +Ok +oka +okapi +Okapia +okee +okenite +oket +oki +okia +Okie +Okinagan +Oklafalaya +Oklahannali +Oklahoma +Oklahoman +okoniosis +okonite +okra +okrug +okshoofd +okthabah +Okuari +okupukupu +Olacaceae +olacaceous +Olaf +olam +olamic +Olax +Olcha +Olchi +Old +old +olden +Oldenburg +older +oldermost +oldfangled +oldfangledness +Oldfieldia +Oldhamia +oldhamite +oldhearted +oldish +oldland +oldness +oldster +oldwife +Ole +Olea +Oleaceae +oleaceous +Oleacina +Oleacinidae +oleaginous +oleaginousness +oleana +oleander +oleandrin +Olearia +olease +oleaster +oleate +olecranal +olecranarthritis +olecranial +olecranian +olecranoid +olecranon +olefiant +olefin +olefine +olefinic +Oleg +oleic +oleiferous +olein +olena +olenellidian +Olenellus +olenid +Olenidae +olenidian +olent +Olenus +oleo +oleocalcareous +oleocellosis +oleocyst +oleoduct +oleograph +oleographer +oleographic +oleography +oleomargaric +oleomargarine +oleometer +oleoptene +oleorefractometer +oleoresin +oleoresinous +oleosaccharum +oleose +oleosity +oleostearate +oleostearin +oleothorax +oleous +Oleraceae +oleraceous +olericultural +olericulturally +olericulture +Oleron +Olethreutes +olethreutid +Olethreutidae +olfact +olfactible +olfaction +olfactive +olfactology +olfactometer +olfactometric +olfactometry +olfactor +olfactorily +olfactory +olfacty +Olga +oliban +olibanum +olid +oligacanthous +oligaemia +oligandrous +oliganthous +oligarch +oligarchal +oligarchic +oligarchical +oligarchically +oligarchism +oligarchist +oligarchize +oligarchy +oligemia +oligidria +oligist +oligistic +oligistical +oligocarpous +Oligocene +Oligochaeta +oligochaete +oligochaetous +oligochete +oligocholia +oligochrome +oligochromemia +oligochronometer +oligochylia +oligoclase +oligoclasite +oligocystic +oligocythemia +oligocythemic +oligodactylia +oligodendroglia +oligodendroglioma +oligodipsia +oligodontous +oligodynamic +oligogalactia +oligohemia +oligohydramnios +oligolactia +oligomenorrhea +oligomerous +oligomery +oligometochia +oligometochic +Oligomyodae +oligomyodian +oligomyoid +Oligonephria +oligonephric +oligonephrous +oligonite +oligopepsia +oligopetalous +oligophagous +oligophosphaturia +oligophrenia +oligophrenic +oligophyllous +oligoplasmia +oligopnea +oligopolistic +oligopoly +oligoprothesy +oligoprothetic +oligopsonistic +oligopsony +oligopsychia +oligopyrene +oligorhizous +oligosepalous +oligosialia +oligosideric +oligosiderite +oligosite +oligospermia +oligospermous +oligostemonous +oligosyllabic +oligosyllable +oligosynthetic +oligotokous +oligotrichia +oligotrophic +oligotrophy +oligotropic +oliguresis +oliguretic +oliguria +Olinia +Oliniaceae +oliniaceous +olio +oliphant +oliprance +olitory +Oliva +oliva +olivaceous +olivary +Olive +olive +Olivean +olived +Olivella +oliveness +olivenite +Oliver +Oliverian +oliverman +oliversmith +olivescent +olivet +Olivetan +Olivette +olivewood +Olivia +Olividae +Olivier +oliviferous +oliviform +olivil +olivile +olivilin +olivine +olivinefels +olivinic +olivinite +olivinitic +olla +ollamh +ollapod +ollenite +Ollie +ollock +olm +Olneya +Olof +ological +ologist +ologistic +ology +olomao +olona +Olonets +Olonetsian +Olonetsish +Olor +oloroso +olpe +Olpidiaster +Olpidium +Olson +oltonde +oltunna +olycook +olykoek +Olympia +Olympiad +Olympiadic +Olympian +Olympianism +Olympianize +Olympianly +Olympianwise +Olympic +Olympicly +Olympicness +Olympieion +Olympionic +Olympus +Olynthiac +Olynthian +Olynthus +om +omadhaun +omagra +Omagua +Omaha +omalgia +Oman +Omani +omao +Omar +omarthritis +omasitis +omasum +omber +ombrette +ombrifuge +ombrograph +ombrological +ombrology +ombrometer +ombrophile +ombrophilic +ombrophilous +ombrophily +ombrophobe +ombrophobous +ombrophoby +ombrophyte +ombudsman +ombudsmanship +omega +omegoid +omelet +omelette +omen +omened +omenology +omental +omentectomy +omentitis +omentocele +omentofixation +omentopexy +omentoplasty +omentorrhaphy +omentosplenopexy +omentotomy +omentulum +omentum +omer +omicron +omina +ominous +ominously +ominousness +omissible +omission +omissive +omissively +omit +omitis +omittable +omitter +omlah +Ommastrephes +Ommastrephidae +ommateal +ommateum +ommatidial +ommatidium +ommatophore +ommatophorous +Ommiad +Ommiades +omneity +omniactive +omniactuality +omniana +omniarch +omnibenevolence +omnibenevolent +omnibus +omnibusman +omnicausality +omnicompetence +omnicompetent +omnicorporeal +omnicredulity +omnicredulous +omnidenominational +omnierudite +omniessence +omnifacial +omnifarious +omnifariously +omnifariousness +omniferous +omnific +omnificent +omnifidel +omniform +omniformal +omniformity +omnify +omnigenous +omnigerent +omnigraph +omnihuman +omnihumanity +omnilegent +omnilingual +omniloquent +omnilucent +omnimental +omnimeter +omnimode +omnimodous +omninescience +omninescient +omniparent +omniparient +omniparity +omniparous +omnipatient +omnipercipience +omnipercipiency +omnipercipient +omniperfect +omnipotence +omnipotency +omnipotent +omnipotentiality +omnipotently +omnipregnant +omnipresence +omnipresent +omnipresently +omniprevalence +omniprevalent +omniproduction +omniprudent +omnirange +omniregency +omnirepresentative +omnirepresentativeness +omnirevealing +omniscience +omnisciency +omniscient +omnisciently +omniscope +omniscribent +omniscriptive +omnisentience +omnisentient +omnisignificance +omnisignificant +omnispective +omnist +omnisufficiency +omnisufficient +omnitemporal +omnitenent +omnitolerant +omnitonal +omnitonality +omnitonic +omnitude +omnium +omnivagant +omnivalence +omnivalent +omnivalous +omnivarious +omnividence +omnivident +omnivision +omnivolent +Omnivora +omnivoracious +omnivoracity +omnivorant +omnivore +omnivorous +omnivorously +omnivorousness +omodynia +omohyoid +omoideum +omophagia +omophagist +omophagous +omophagy +omophorion +omoplate +omoplatoscopy +omostegite +omosternal +omosternum +omphacine +omphacite +omphalectomy +omphalic +omphalism +omphalitis +omphalocele +omphalode +omphalodium +omphalogenous +omphaloid +omphaloma +omphalomesaraic +omphalomesenteric +omphaloncus +omphalopagus +omphalophlebitis +omphalopsychic +omphalopsychite +omphalorrhagia +omphalorrhea +omphalorrhexis +omphalos +omphalosite +omphaloskepsis +omphalospinous +omphalotomy +omphalotripsy +omphalus +on +Ona +ona +onager +Onagra +onagra +Onagraceae +onagraceous +Onan +onanism +onanist +onanistic +onca +once +oncetta +Onchidiidae +Onchidium +Onchocerca +onchocerciasis +onchocercosis +oncia +Oncidium +oncin +oncograph +oncography +oncologic +oncological +oncology +oncome +oncometer +oncometric +oncometry +oncoming +Oncorhynchus +oncosimeter +oncosis +oncosphere +oncost +oncostman +oncotomy +ondagram +ondagraph +ondameter +ondascope +ondatra +ondine +ondogram +ondograph +ondometer +ondoscope +ondy +one +oneanother +oneberry +onefold +onefoldness +onegite +onehearted +onehow +Oneida +oneiric +oneirocrit +oneirocritic +oneirocritical +oneirocritically +oneirocriticism +oneirocritics +oneirodynia +oneirologist +oneirology +oneiromancer +oneiromancy +oneiroscopic +oneiroscopist +oneiroscopy +oneirotic +oneism +onement +oneness +oner +onerary +onerative +onerosity +onerous +onerously +onerousness +onery +oneself +onesigned +onetime +onewhere +oneyer +onfall +onflemed +onflow +onflowing +ongaro +ongoing +onhanger +onicolo +oniomania +oniomaniac +onion +onionet +onionized +onionlike +onionpeel +onionskin +oniony +onirotic +Oniscidae +onisciform +oniscoid +Oniscoidea +oniscoidean +Oniscus +onium +onkilonite +onkos +onlay +onlepy +onliest +onliness +onlook +onlooker +onlooking +only +onmarch +Onmun +Onobrychis +onocentaur +Onoclea +onofrite +Onohippidium +onolatry +onomancy +onomantia +onomastic +onomasticon +onomatologist +onomatology +onomatomania +onomatope +onomatoplasm +onomatopoeia +onomatopoeial +onomatopoeian +onomatopoeic +onomatopoeical +onomatopoeically +onomatopoesis +onomatopoesy +onomatopoetic +onomatopoetically +onomatopy +onomatous +onomomancy +Onondaga +Onondagan +Ononis +Onopordon +Onosmodium +onrush +onrushing +ons +onset +onsetter +onshore +onside +onsight +onslaught +onstand +onstanding +onstead +onsweep +onsweeping +ontal +Ontarian +Ontaric +onto +ontocycle +ontocyclic +ontogenal +ontogenesis +ontogenetic +ontogenetical +ontogenetically +ontogenic +ontogenically +ontogenist +ontogeny +ontography +ontologic +ontological +ontologically +ontologism +ontologist +ontologistic +ontologize +ontology +ontosophy +onus +onwaiting +onward +onwardly +onwardness +onwards +onycha +onychatrophia +onychauxis +onychia +onychin +onychitis +onychium +onychogryposis +onychoid +onycholysis +onychomalacia +onychomancy +onychomycosis +onychonosus +onychopathic +onychopathology +onychopathy +onychophagist +onychophagy +Onychophora +onychophoran +onychophorous +onychophyma +onychoptosis +onychorrhexis +onychoschizia +onychosis +onychotrophy +onym +onymal +onymancy +onymatic +onymity +onymize +onymous +onymy +onyx +onyxis +onyxitis +onza +ooangium +ooblast +ooblastic +oocyesis +oocyst +Oocystaceae +oocystaceous +oocystic +Oocystis +oocyte +oodles +ooecial +ooecium +oofbird +ooftish +oofy +oogamete +oogamous +oogamy +oogenesis +oogenetic +oogeny +ooglea +oogone +oogonial +oogoniophore +oogonium +oograph +ooid +ooidal +ookinesis +ookinete +ookinetic +oolak +oolemma +oolite +oolitic +oolly +oologic +oological +oologically +oologist +oologize +oology +oolong +oomancy +oomantia +oometer +oometric +oometry +oomycete +Oomycetes +oomycetous +oons +oont +oopak +oophoralgia +oophorauxe +oophore +oophorectomy +oophoreocele +oophorhysterectomy +oophoric +oophoridium +oophoritis +oophoroepilepsy +oophoroma +oophoromalacia +oophoromania +oophoron +oophoropexy +oophororrhaphy +oophorosalpingectomy +oophorostomy +oophorotomy +oophyte +oophytic +ooplasm +ooplasmic +ooplast +oopod +oopodal +ooporphyrin +oorali +oord +ooscope +ooscopy +oosperm +oosphere +oosporange +oosporangium +oospore +Oosporeae +oosporic +oosporiferous +oosporous +oostegite +oostegitic +ootheca +oothecal +ootid +ootocoid +Ootocoidea +ootocoidean +ootocous +ootype +ooze +oozily +ooziness +oozooid +oozy +opacate +opacification +opacifier +opacify +opacite +opacity +opacous +opacousness +opah +opal +opaled +opalesce +opalescence +opalescent +opalesque +Opalina +opaline +opalinid +Opalinidae +opalinine +opalish +opalize +opaloid +opaque +opaquely +opaqueness +Opata +opdalite +ope +Opegrapha +opeidoscope +opelet +open +openable +openband +openbeak +openbill +opencast +opener +openhanded +openhandedly +openhandedness +openhead +openhearted +openheartedly +openheartedness +opening +openly +openmouthed +openmouthedly +openmouthedness +openness +openside +openwork +opera +operability +operabily +operable +operae +operagoer +operalogue +operameter +operance +operancy +operand +operant +operatable +operate +operatee +operatic +operatical +operatically +operating +operation +operational +operationalism +operationalist +operationism +operationist +operative +operatively +operativeness +operativity +operatize +operator +operatory +operatrix +opercle +opercled +opercula +opercular +Operculata +operculate +operculated +operculiferous +operculiform +operculigenous +operculigerous +operculum +operetta +operette +operettist +operose +operosely +operoseness +operosity +Ophelia +ophelimity +Ophian +ophiasis +ophic +ophicalcite +Ophicephalidae +ophicephaloid +Ophicephalus +Ophichthyidae +ophichthyoid +ophicleide +ophicleidean +ophicleidist +Ophidia +ophidian +Ophidiidae +Ophidiobatrachia +ophidioid +Ophidion +ophidiophobia +ophidious +ophidologist +ophidology +Ophiobatrachia +Ophiobolus +Ophioglossaceae +ophioglossaceous +Ophioglossales +Ophioglossum +ophiography +ophioid +ophiolater +ophiolatrous +ophiolatry +ophiolite +ophiolitic +ophiologic +ophiological +ophiologist +ophiology +ophiomancy +ophiomorph +Ophiomorpha +ophiomorphic +ophiomorphous +Ophion +ophionid +Ophioninae +ophionine +ophiophagous +ophiophilism +ophiophilist +ophiophobe +ophiophobia +ophiophoby +ophiopluteus +Ophiosaurus +ophiostaphyle +ophiouride +Ophis +Ophisaurus +Ophism +Ophite +ophite +Ophitic +ophitic +Ophitism +Ophiuchid +Ophiuchus +ophiuran +ophiurid +Ophiurida +ophiuroid +Ophiuroidea +ophiuroidean +ophryon +Ophrys +ophthalaiater +ophthalmagra +ophthalmalgia +ophthalmalgic +ophthalmatrophia +ophthalmectomy +ophthalmencephalon +ophthalmetrical +ophthalmia +ophthalmiac +ophthalmiatrics +ophthalmic +ophthalmious +ophthalmist +ophthalmite +ophthalmitic +ophthalmitis +ophthalmoblennorrhea +ophthalmocarcinoma +ophthalmocele +ophthalmocopia +ophthalmodiagnosis +ophthalmodiastimeter +ophthalmodynamometer +ophthalmodynia +ophthalmography +ophthalmoleucoscope +ophthalmolith +ophthalmologic +ophthalmological +ophthalmologist +ophthalmology +ophthalmomalacia +ophthalmometer +ophthalmometric +ophthalmometry +ophthalmomycosis +ophthalmomyositis +ophthalmomyotomy +ophthalmoneuritis +ophthalmopathy +ophthalmophlebotomy +ophthalmophore +ophthalmophorous +ophthalmophthisis +ophthalmoplasty +ophthalmoplegia +ophthalmoplegic +ophthalmopod +ophthalmoptosis +ophthalmorrhagia +ophthalmorrhea +ophthalmorrhexis +Ophthalmosaurus +ophthalmoscope +ophthalmoscopic +ophthalmoscopical +ophthalmoscopist +ophthalmoscopy +ophthalmostasis +ophthalmostat +ophthalmostatometer +ophthalmothermometer +ophthalmotomy +ophthalmotonometer +ophthalmotonometry +ophthalmotrope +ophthalmotropometer +ophthalmy +opianic +opianyl +opiate +opiateproof +opiatic +Opiconsivia +opificer +opiism +Opilia +Opiliaceae +opiliaceous +Opiliones +Opilionina +opilionine +Opilonea +Opimian +opinability +opinable +opinably +opinant +opination +opinative +opinatively +opinator +opine +opiner +opiniaster +opiniastre +opiniastrety +opiniastrous +opiniater +opiniative +opiniatively +opiniativeness +opiniatreness +opiniatrety +opinion +opinionable +opinionaire +opinional +opinionate +opinionated +opinionatedly +opinionatedness +opinionately +opinionative +opinionatively +opinionativeness +opinioned +opinionedness +opinionist +opiomania +opiomaniac +opiophagism +opiophagy +opiparous +opisometer +opisthenar +opisthion +opisthobranch +Opisthobranchia +opisthobranchiate +Opisthocoelia +opisthocoelian +opisthocoelous +opisthocome +Opisthocomi +Opisthocomidae +opisthocomine +opisthocomous +opisthodetic +opisthodome +opisthodomos +opisthodomus +opisthodont +opisthogastric +Opisthoglossa +opisthoglossal +opisthoglossate +opisthoglyph +Opisthoglypha +opisthoglyphic +opisthoglyphous +Opisthognathidae +opisthognathism +opisthognathous +opisthograph +opisthographal +opisthographic +opisthographical +opisthography +opisthogyrate +opisthogyrous +Opisthoparia +opisthoparian +opisthophagic +opisthoporeia +opisthorchiasis +Opisthorchis +opisthosomal +Opisthothelae +opisthotic +opisthotonic +opisthotonoid +opisthotonos +opisthotonus +opium +opiumism +opobalsam +opodeldoc +opodidymus +opodymus +opopanax +Oporto +opossum +opotherapy +Oppian +oppidan +oppilate +oppilation +oppilative +opponency +opponent +opportune +opportuneless +opportunely +opportuneness +opportunism +opportunist +opportunistic +opportunistically +opportunity +opposability +opposable +oppose +opposed +opposeless +opposer +opposing +opposingly +opposit +opposite +oppositely +oppositeness +oppositiflorous +oppositifolious +opposition +oppositional +oppositionary +oppositionism +oppositionist +oppositionless +oppositious +oppositipetalous +oppositipinnate +oppositipolar +oppositisepalous +oppositive +oppositively +oppositiveness +opposure +oppress +oppressed +oppressible +oppression +oppressionist +oppressive +oppressively +oppressiveness +oppressor +opprobriate +opprobrious +opprobriously +opprobriousness +opprobrium +opprobry +oppugn +oppugnacy +oppugnance +oppugnancy +oppugnant +oppugnate +oppugnation +oppugner +opsigamy +opsimath +opsimathy +opsiometer +opsisform +opsistype +opsonic +opsoniferous +opsonification +opsonify +opsonin +opsonist +opsonium +opsonization +opsonize +opsonogen +opsonoid +opsonology +opsonometry +opsonophilia +opsonophilic +opsonophoric +opsonotherapy +opsy +opt +optable +optableness +optably +optant +optate +optation +optative +optatively +opthalmophorium +opthalmoplegy +opthalmothermometer +optic +optical +optically +optician +opticist +opticity +opticochemical +opticociliary +opticon +opticopapillary +opticopupillary +optics +optigraph +optimacy +optimal +optimate +optimates +optime +optimism +optimist +optimistic +optimistical +optimistically +optimity +optimization +optimize +optimum +option +optional +optionality +optionalize +optionally +optionary +optionee +optionor +optive +optoblast +optogram +optography +optological +optologist +optology +optomeninx +optometer +optometrical +optometrist +optometry +optophone +optotechnics +optotype +Opulaster +opulence +opulency +opulent +opulently +opulus +Opuntia +Opuntiaceae +Opuntiales +opuntioid +opus +opuscular +opuscule +opusculum +oquassa +or +ora +orabassu +orach +oracle +oracular +oracularity +oracularly +oracularness +oraculate +oraculous +oraculously +oraculousness +oraculum +orad +orage +oragious +Orakzai +oral +oraler +oralism +oralist +orality +oralization +oralize +orally +oralogist +oralogy +Orang +orang +orange +orangeade +orangebird +Orangeism +Orangeist +orangeleaf +Orangeman +orangeman +oranger +orangeroot +orangery +orangewoman +orangewood +orangey +orangism +orangist +orangite +orangize +orangutan +orant +Oraon +orarian +orarion +orarium +orary +orate +oration +orational +orationer +orator +oratorial +oratorially +Oratorian +oratorian +Oratorianism +Oratorianize +oratoric +oratorical +oratorically +oratorio +oratorize +oratorlike +oratorship +oratory +oratress +oratrix +orb +orbed +orbic +orbical +Orbicella +orbicle +orbicular +orbicularis +orbicularity +orbicularly +orbicularness +orbiculate +orbiculated +orbiculately +orbiculation +orbiculatocordate +orbiculatoelliptical +Orbiculoidea +orbific +Orbilian +Orbilius +orbit +orbital +orbitale +orbitar +orbitary +orbite +orbitelar +Orbitelariae +orbitelarian +orbitele +orbitelous +orbitofrontal +Orbitoides +Orbitolina +orbitolite +Orbitolites +orbitomalar +orbitomaxillary +orbitonasal +orbitopalpebral +orbitosphenoid +orbitosphenoidal +orbitostat +orbitotomy +orbitozygomatic +orbless +orblet +Orbulina +orby +orc +Orca +Orcadian +orcanet +orcein +orchamus +orchard +orcharding +orchardist +orchardman +orchat +orchel +orchella +orchesis +orchesography +orchester +Orchestia +orchestian +orchestic +orchestiid +Orchestiidae +orchestra +orchestral +orchestraless +orchestrally +orchestrate +orchestrater +orchestration +orchestrator +orchestre +orchestric +orchestrina +orchestrion +orchialgia +orchic +orchichorea +orchid +Orchidaceae +orchidacean +orchidaceous +Orchidales +orchidalgia +orchidectomy +orchideous +orchideously +orchidist +orchiditis +orchidocele +orchidocelioplasty +orchidologist +orchidology +orchidomania +orchidopexy +orchidoplasty +orchidoptosis +orchidorrhaphy +orchidotherapy +orchidotomy +orchiectomy +orchiencephaloma +orchiepididymitis +orchil +orchilla +orchilytic +orchiocatabasis +orchiocele +orchiodynia +orchiomyeloma +orchioncus +orchioneuralgia +orchiopexy +orchioplasty +orchiorrhaphy +orchioscheocele +orchioscirrhus +orchiotomy +Orchis +orchitic +orchitis +orchotomy +orcin +orcinol +Orcinus +ordain +ordainable +ordainer +ordainment +ordanchite +ordeal +order +orderable +ordered +orderedness +orderer +orderless +orderliness +orderly +ordinable +ordinal +ordinally +ordinance +ordinand +ordinant +ordinar +ordinarily +ordinariness +ordinarius +ordinary +ordinaryship +ordinate +ordinately +ordination +ordinative +ordinatomaculate +ordinator +ordinee +ordines +ordnance +ordonnance +ordonnant +ordosite +Ordovian +Ordovices +Ordovician +ordu +ordure +ordurous +ore +oread +Oreamnos +Oreas +orecchion +orectic +orective +oreillet +orellin +oreman +orenda +orendite +Oreocarya +Oreodon +oreodont +Oreodontidae +oreodontine +oreodontoid +Oreodoxa +Oreophasinae +oreophasine +Oreophasis +Oreortyx +oreotragine +Oreotragus +Oreotrochilus +Orestean +Oresteia +oreweed +orewood +orexis +orf +orfgild +organ +organal +organbird +organdy +organella +organelle +organer +organette +organic +organical +organically +organicalness +organicism +organicismal +organicist +organicistic +organicity +organific +organing +organism +organismal +organismic +organist +organistic +organistrum +organistship +organity +organizability +organizable +organization +organizational +organizationally +organizationist +organizatory +organize +organized +organizer +organless +organoantimony +organoarsenic +organobismuth +organoboron +organochordium +organogel +organogen +organogenesis +organogenetic +organogenic +organogenist +organogeny +organogold +organographic +organographical +organographist +organography +organoid +organoiron +organolead +organoleptic +organolithium +organologic +organological +organologist +organology +organomagnesium +organomercury +organometallic +organon +organonomic +organonomy +organonym +organonymal +organonymic +organonymy +organopathy +organophil +organophile +organophilic +organophone +organophonic +organophyly +organoplastic +organoscopy +organosilicon +organosilver +organosodium +organosol +organotherapy +organotin +organotrophic +organotropic +organotropically +organotropism +organotropy +organozinc +organry +organule +organum +organzine +orgasm +orgasmic +orgastic +orgeat +orgia +orgiac +orgiacs +orgiasm +orgiast +orgiastic +orgiastical +orgic +orgue +orguinette +orgulous +orgulously +orgy +orgyia +Orias +Oribatidae +oribi +orichalceous +orichalch +orichalcum +oriconic +oricycle +oriel +oriency +orient +Oriental +oriental +Orientalia +orientalism +orientalist +orientality +orientalization +orientalize +orientally +Orientalogy +orientate +orientation +orientative +orientator +orientite +orientization +orientize +oriently +orientness +orifacial +orifice +orificial +oriflamb +oriflamme +oriform +origan +origanized +Origanum +Origenian +Origenic +Origenical +Origenism +Origenist +Origenistic +Origenize +origin +originable +original +originalist +originality +originally +originalness +originant +originarily +originary +originate +origination +originative +originatively +originator +originatress +originist +orignal +orihon +orihyperbola +orillion +orillon +orinasal +orinasality +oriole +Oriolidae +Oriolus +Orion +Oriskanian +orismologic +orismological +orismology +orison +orisphere +oristic +Oriya +Orkhon +Orkneyan +Orlando +orle +orlean +Orleanism +Orleanist +Orleanistic +Orleans +orlet +orleways +orlewise +orlo +orlop +Ormazd +ormer +ormolu +Ormond +orna +ornament +ornamental +ornamentalism +ornamentalist +ornamentality +ornamentalize +ornamentally +ornamentary +ornamentation +ornamenter +ornamentist +ornate +ornately +ornateness +ornation +ornature +orneriness +ornery +ornis +orniscopic +orniscopist +orniscopy +ornithic +ornithichnite +ornithine +Ornithischia +ornithischian +ornithivorous +ornithobiographical +ornithobiography +ornithocephalic +Ornithocephalidae +ornithocephalous +Ornithocephalus +ornithocoprolite +ornithocopros +ornithodelph +Ornithodelphia +ornithodelphian +ornithodelphic +ornithodelphous +Ornithodoros +Ornithogaea +Ornithogaean +Ornithogalum +ornithogeographic +ornithogeographical +ornithography +ornithoid +Ornitholestes +ornitholite +ornitholitic +ornithologic +ornithological +ornithologically +ornithologist +ornithology +ornithomancy +ornithomantia +ornithomantic +ornithomantist +Ornithomimidae +Ornithomimus +ornithomorph +ornithomorphic +ornithomyzous +ornithon +Ornithopappi +ornithophile +ornithophilist +ornithophilite +ornithophilous +ornithophily +ornithopod +Ornithopoda +ornithopter +Ornithoptera +Ornithopteris +Ornithorhynchidae +ornithorhynchous +Ornithorhynchus +ornithosaur +Ornithosauria +ornithosaurian +Ornithoscelida +ornithoscelidan +ornithoscopic +ornithoscopist +ornithoscopy +ornithosis +ornithotomical +ornithotomist +ornithotomy +ornithotrophy +Ornithurae +ornithuric +ornithurous +ornoite +oroanal +Orobanchaceae +orobanchaceous +Orobanche +orobancheous +orobathymetric +Orobatoidea +Orochon +orocratic +orodiagnosis +orogen +orogenesis +orogenesy +orogenetic +orogenic +orogeny +orograph +orographic +orographical +orographically +orography +oroheliograph +Orohippus +orohydrographic +orohydrographical +orohydrography +oroide +orolingual +orological +orologist +orology +orometer +orometric +orometry +Oromo +oronasal +oronoco +Orontium +oropharyngeal +oropharynx +orotherapy +Orotinan +orotund +orotundity +orphan +orphancy +orphandom +orphange +orphanhood +orphanism +orphanize +orphanry +orphanship +orpharion +Orphean +Orpheist +orpheon +orpheonist +orpheum +Orpheus +Orphic +Orphical +Orphically +Orphicism +Orphism +Orphize +orphrey +orphreyed +orpiment +orpine +Orpington +orrery +orrhoid +orrhology +orrhotherapy +orris +orrisroot +orseille +orseilline +orsel +orselle +orseller +orsellic +orsellinate +orsellinic +Orson +ort +ortalid +Ortalidae +ortalidian +Ortalis +ortet +Orthagoriscus +orthal +orthantimonic +Ortheris +orthian +orthic +orthicon +orthid +Orthidae +Orthis +orthite +orthitic +ortho +orthoarsenite +orthoaxis +orthobenzoquinone +orthobiosis +orthoborate +orthobrachycephalic +orthocarbonic +orthocarpous +Orthocarpus +orthocenter +orthocentric +orthocephalic +orthocephalous +orthocephaly +orthoceracone +Orthoceran +Orthoceras +Orthoceratidae +orthoceratite +orthoceratitic +orthoceratoid +orthochlorite +orthochromatic +orthochromatize +orthoclase +orthoclasite +orthoclastic +orthocoumaric +orthocresol +orthocymene +orthodiaene +orthodiagonal +orthodiagram +orthodiagraph +orthodiagraphic +orthodiagraphy +orthodiazin +orthodiazine +orthodolichocephalic +orthodomatic +orthodome +orthodontia +orthodontic +orthodontics +orthodontist +orthodox +orthodoxal +orthodoxality +orthodoxally +orthodoxian +orthodoxical +orthodoxically +orthodoxism +orthodoxist +orthodoxly +orthodoxness +orthodoxy +orthodromic +orthodromics +orthodromy +orthoepic +orthoepical +orthoepically +orthoepist +orthoepistic +orthoepy +orthoformic +orthogamous +orthogamy +orthogenesis +orthogenetic +orthogenic +orthognathic +orthognathism +orthognathous +orthognathus +orthognathy +orthogneiss +orthogonal +orthogonality +orthogonally +orthogonial +orthograde +orthogranite +orthograph +orthographer +orthographic +orthographical +orthographically +orthographist +orthographize +orthography +orthohydrogen +orthologer +orthologian +orthological +orthology +orthometopic +orthometric +orthometry +Orthonectida +orthonitroaniline +orthopath +orthopathic +orthopathically +orthopathy +orthopedia +orthopedic +orthopedical +orthopedically +orthopedics +orthopedist +orthopedy +orthophenylene +orthophonic +orthophony +orthophoria +orthophoric +orthophosphate +orthophosphoric +orthophyre +orthophyric +orthopinacoid +orthopinacoidal +orthoplastic +orthoplasy +orthoplumbate +orthopnea +orthopneic +orthopod +Orthopoda +orthopraxis +orthopraxy +orthoprism +orthopsychiatric +orthopsychiatrical +orthopsychiatrist +orthopsychiatry +orthopter +Orthoptera +orthopteral +orthopteran +orthopterist +orthopteroid +Orthopteroidea +orthopterological +orthopterologist +orthopterology +orthopteron +orthopterous +orthoptic +orthopyramid +orthopyroxene +orthoquinone +orthorhombic +Orthorrhapha +orthorrhaphous +orthorrhaphy +orthoscope +orthoscopic +orthose +orthosemidin +orthosemidine +orthosilicate +orthosilicic +orthosis +orthosite +orthosomatic +orthospermous +orthostatic +orthostichous +orthostichy +orthostyle +orthosubstituted +orthosymmetric +orthosymmetrical +orthosymmetrically +orthosymmetry +orthotactic +orthotectic +orthotic +orthotolidin +orthotolidine +orthotoluic +orthotoluidin +orthotoluidine +orthotomic +orthotomous +orthotone +orthotonesis +orthotonic +orthotonus +orthotropal +orthotropic +orthotropism +orthotropous +orthotropy +orthotype +orthotypous +orthovanadate +orthovanadic +orthoveratraldehyde +orthoveratric +orthoxazin +orthoxazine +orthoxylene +orthron +ortiga +ortive +Ortol +ortolan +Ortrud +ortstein +ortygan +Ortygian +Ortyginae +ortygine +Ortyx +Orunchun +orvietan +orvietite +Orvieto +Orville +ory +Orycteropodidae +Orycteropus +oryctics +oryctognostic +oryctognostical +oryctognostically +oryctognosy +Oryctolagus +oryssid +Oryssidae +Oryssus +Oryx +Oryza +oryzenin +oryzivorous +Oryzomys +Oryzopsis +Oryzorictes +Oryzorictinae +Os +os +Osage +osamin +osamine +osazone +Osc +Oscan +Oscar +Oscarella +Oscarellidae +oscella +oscheal +oscheitis +oscheocarcinoma +oscheocele +oscheolith +oscheoma +oscheoncus +oscheoplasty +Oschophoria +oscillance +oscillancy +oscillant +Oscillaria +Oscillariaceae +oscillariaceous +oscillate +oscillating +oscillation +oscillative +oscillatively +oscillator +Oscillatoria +Oscillatoriaceae +oscillatoriaceous +oscillatorian +oscillatory +oscillogram +oscillograph +oscillographic +oscillography +oscillometer +oscillometric +oscillometry +oscilloscope +oscin +oscine +Oscines +oscinian +Oscinidae +oscinine +Oscinis +oscitance +oscitancy +oscitant +oscitantly +oscitate +oscitation +oscnode +osculable +osculant +oscular +oscularity +osculate +osculation +osculatory +osculatrix +oscule +osculiferous +osculum +oscurrantist +ose +osela +oshac +Osiandrian +oside +osier +osiered +osierlike +osiery +Osirian +Osiride +Osiridean +Osirification +Osirify +Osiris +Osirism +Oskar +Osmanie +Osmanli +Osmanthus +osmate +osmatic +osmatism +osmazomatic +osmazomatous +osmazome +Osmeridae +Osmerus +osmesis +osmeterium +osmetic +osmic +osmidrosis +osmin +osmina +osmious +osmiridium +osmium +osmodysphoria +osmogene +osmograph +osmolagnia +osmology +osmometer +osmometric +osmometry +Osmond +osmondite +osmophore +osmoregulation +Osmorhiza +osmoscope +osmose +osmosis +osmotactic +osmotaxis +osmotherapy +osmotic +osmotically +osmous +osmund +Osmunda +Osmundaceae +osmundaceous +osmundine +Osnaburg +Osnappar +osoberry +osone +osophy +osotriazine +osotriazole +osphradial +osphradium +osphresiolagnia +osphresiologic +osphresiologist +osphresiology +osphresiometer +osphresiometry +osphresiophilia +osphresis +osphretic +Osphromenidae +osphyalgia +osphyalgic +osphyarthritis +osphyitis +osphyocele +osphyomelitis +osprey +ossal +ossarium +ossature +osse +ossein +osselet +ossements +osseoalbuminoid +osseoaponeurotic +osseocartilaginous +osseofibrous +osseomucoid +osseous +osseously +Osset +Ossetian +Ossetic +Ossetine +Ossetish +Ossian +Ossianesque +Ossianic +Ossianism +Ossianize +ossicle +ossicular +ossiculate +ossicule +ossiculectomy +ossiculotomy +ossiculum +ossiferous +ossific +ossification +ossified +ossifier +ossifluence +ossifluent +ossiform +ossifrage +ossifrangent +ossify +ossivorous +ossuarium +ossuary +ossypite +ostalgia +Ostara +ostariophysan +Ostariophyseae +Ostariophysi +ostariophysial +ostariophysous +ostarthritis +osteal +ostealgia +osteanabrosis +osteanagenesis +ostearthritis +ostearthrotomy +ostectomy +osteectomy +osteectopia +osteectopy +Osteichthyes +ostein +osteitic +osteitis +ostemia +ostempyesis +ostensibility +ostensible +ostensibly +ostension +ostensive +ostensively +ostensorium +ostensory +ostent +ostentate +ostentation +ostentatious +ostentatiously +ostentatiousness +ostentive +ostentous +osteoaneurysm +osteoarthritis +osteoarthropathy +osteoarthrotomy +osteoblast +osteoblastic +osteoblastoma +osteocachetic +osteocarcinoma +osteocartilaginous +osteocele +osteocephaloma +osteochondritis +osteochondrofibroma +osteochondroma +osteochondromatous +osteochondropathy +osteochondrophyte +osteochondrosarcoma +osteochondrous +osteoclasia +osteoclasis +osteoclast +osteoclastic +osteoclasty +osteocolla +osteocomma +osteocranium +osteocystoma +osteodentin +osteodentinal +osteodentine +osteoderm +osteodermal +osteodermatous +osteodermia +osteodermis +osteodiastasis +osteodynia +osteodystrophy +osteoencephaloma +osteoenchondroma +osteoepiphysis +osteofibroma +osteofibrous +osteogangrene +osteogen +osteogenesis +osteogenetic +osteogenic +osteogenist +osteogenous +osteogeny +osteoglossid +Osteoglossidae +osteoglossoid +Osteoglossum +osteographer +osteography +osteohalisteresis +osteoid +Osteolepidae +Osteolepis +osteolite +osteologer +osteologic +osteological +osteologically +osteologist +osteology +osteolysis +osteolytic +osteoma +osteomalacia +osteomalacial +osteomalacic +osteomancy +osteomanty +osteomatoid +osteomere +osteometric +osteometrical +osteometry +osteomyelitis +osteoncus +osteonecrosis +osteoneuralgia +osteopaedion +osteopath +osteopathic +osteopathically +osteopathist +osteopathy +osteopedion +osteoperiosteal +osteoperiostitis +osteopetrosis +osteophage +osteophagia +osteophlebitis +osteophone +osteophony +osteophore +osteophyma +osteophyte +osteophytic +osteoplaque +osteoplast +osteoplastic +osteoplasty +osteoporosis +osteoporotic +osteorrhaphy +osteosarcoma +osteosarcomatous +osteosclerosis +osteoscope +osteosis +osteosteatoma +osteostixis +osteostomatous +osteostomous +osteostracan +Osteostraci +osteosuture +osteosynovitis +osteosynthesis +osteothrombosis +osteotome +osteotomist +osteotomy +osteotribe +osteotrite +osteotrophic +osteotrophy +Ostertagia +ostial +ostiary +ostiate +Ostic +ostiolar +ostiolate +ostiole +ostitis +ostium +ostleress +Ostmannic +ostmark +Ostmen +ostosis +Ostracea +ostracean +ostraceous +Ostraciidae +ostracine +ostracioid +Ostracion +ostracism +ostracizable +ostracization +ostracize +ostracizer +ostracod +Ostracoda +ostracode +ostracoderm +Ostracodermi +ostracodous +ostracoid +Ostracoidea +ostracon +ostracophore +Ostracophori +ostracophorous +ostracum +Ostraeacea +ostraite +Ostrea +ostreaceous +ostreger +ostreicultural +ostreiculture +ostreiculturist +Ostreidae +ostreiform +ostreodynamometer +ostreoid +ostreophage +ostreophagist +ostreophagous +ostrich +ostrichlike +Ostrogoth +Ostrogothian +Ostrogothic +Ostrya +Ostyak +Oswald +Oswegan +otacoustic +otacousticon +Otaheitan +otalgia +otalgic +otalgy +Otaria +otarian +Otariidae +Otariinae +otariine +otarine +otarioid +otary +otate +otectomy +otelcosis +Otello +Othake +othelcosis +Othello +othematoma +othemorrhea +otheoscope +other +otherdom +otherest +othergates +otherguess +otherhow +otherism +otherist +otherness +othersome +othertime +otherwards +otherwhence +otherwhere +otherwhereness +otherwheres +otherwhile +otherwhiles +otherwhither +otherwise +otherwiseness +otherworld +otherworldliness +otherworldly +otherworldness +Othin +Othinism +othmany +Othonna +othygroma +otiant +otiatric +otiatrics +otiatry +otic +oticodinia +Otidae +Otides +Otididae +otidiform +otidine +Otidiphaps +otidium +otiorhynchid +Otiorhynchidae +Otiorhynchinae +otiose +otiosely +otioseness +otiosity +Otis +otitic +otitis +otkon +Oto +otoantritis +otoblennorrhea +otocariasis +otocephalic +otocephaly +otocerebritis +otocleisis +otoconial +otoconite +otoconium +otocrane +otocranial +otocranic +otocranium +Otocyon +otocyst +otocystic +otodynia +otodynic +otoencephalitis +otogenic +otogenous +otographical +otography +Otogyps +otohemineurasthenia +otolaryngologic +otolaryngologist +otolaryngology +otolite +otolith +Otolithidae +Otolithus +otolitic +otological +otologist +otology +Otomaco +otomassage +Otomi +Otomian +Otomitlan +otomucormycosis +otomyces +otomycosis +otonecrectomy +otoneuralgia +otoneurasthenia +otopathic +otopathy +otopharyngeal +otophone +otopiesis +otoplastic +otoplasty +otopolypus +otopyorrhea +otopyosis +otorhinolaryngologic +otorhinolaryngologist +otorhinolaryngology +otorrhagia +otorrhea +otorrhoea +otosalpinx +otosclerosis +otoscope +otoscopic +otoscopy +otosis +otosphenal +otosteal +otosteon +ototomy +Otozoum +ottajanite +ottar +ottavarima +Ottawa +otter +otterer +otterhound +ottinger +ottingkar +Otto +otto +Ottoman +Ottomanean +Ottomanic +Ottomanism +Ottomanization +Ottomanize +Ottomanlike +Ottomite +ottrelife +Ottweilian +Otuquian +oturia +Otus +Otyak +ouabain +ouabaio +ouabe +ouachitite +ouakari +ouananiche +oubliette +ouch +Oudemian +oudenarde +Oudenodon +oudenodont +ouenite +ouf +ough +ought +oughtness +oughtnt +Ouija +ouistiti +oukia +oulap +ounce +ounds +ouphe +ouphish +our +Ouranos +ourie +ouroub +Ourouparia +ours +ourself +ourselves +oust +ouster +out +outact +outadmiral +Outagami +outage +outambush +outarde +outargue +outask +outawe +outbabble +outback +outbacker +outbake +outbalance +outban +outbanter +outbar +outbargain +outbark +outbawl +outbeam +outbear +outbearing +outbeg +outbeggar +outbelch +outbellow +outbent +outbetter +outbid +outbidder +outbirth +outblacken +outblaze +outbleat +outbleed +outbless +outbloom +outblossom +outblot +outblow +outblowing +outblown +outbluff +outblunder +outblush +outbluster +outboard +outboast +outbolting +outbond +outbook +outborn +outborough +outbound +outboundaries +outbounds +outbow +outbowed +outbowl +outbox +outbrag +outbranch +outbranching +outbrave +outbray +outbrazen +outbreak +outbreaker +outbreaking +outbreath +outbreathe +outbreather +outbred +outbreed +outbreeding +outbribe +outbridge +outbring +outbrother +outbud +outbuild +outbuilding +outbulge +outbulk +outbully +outburn +outburst +outbustle +outbuy +outbuzz +outby +outcant +outcaper +outcarol +outcarry +outcase +outcast +outcaste +outcasting +outcastness +outcavil +outchamber +outcharm +outchase +outchatter +outcheat +outchide +outcity +outclamor +outclass +outclerk +outclimb +outcome +outcomer +outcoming +outcompass +outcomplete +outcompliment +outcorner +outcountry +outcourt +outcrawl +outcricket +outcrier +outcrop +outcropper +outcross +outcrossing +outcrow +outcrowd +outcry +outcull +outcure +outcurse +outcurve +outcut +outdaciousness +outdance +outdare +outdate +outdated +outdazzle +outdevil +outdispatch +outdistance +outdistrict +outdo +outdodge +outdoer +outdoor +outdoorness +outdoors +outdoorsman +outdraft +outdragon +outdraw +outdream +outdress +outdrink +outdrive +outdure +outdwell +outdweller +outdwelling +outeat +outecho +outed +outedge +outen +outer +outerly +outermost +outerness +outerwear +outeye +outeyed +outfable +outface +outfall +outfame +outfangthief +outfast +outfawn +outfeast +outfeat +outfeeding +outfence +outferret +outfiction +outfield +outfielder +outfieldsman +outfight +outfighter +outfighting +outfigure +outfish +outfit +outfitter +outflame +outflank +outflanker +outflanking +outflare +outflash +outflatter +outfling +outfloat +outflourish +outflow +outflue +outflung +outflunky +outflush +outflux +outfly +outfold +outfool +outfoot +outform +outfort +outfreeman +outfront +outfroth +outfrown +outgabble +outgain +outgallop +outgamble +outgame +outgang +outgarment +outgarth +outgas +outgate +outgauge +outgaze +outgeneral +outgive +outgiving +outglad +outglare +outgleam +outglitter +outgloom +outglow +outgnaw +outgo +outgoer +outgoing +outgoingness +outgone +outgreen +outgrin +outground +outgrow +outgrowing +outgrowth +outguard +outguess +outgun +outgush +outhammer +outhasten +outhaul +outhauler +outhear +outheart +outhector +outheel +outher +outhire +outhiss +outhit +outhold +outhorror +outhouse +outhousing +outhowl +outhue +outhumor +outhunt +outhurl +outhut +outhymn +outhyperbolize +outimage +outing +outinvent +outish +outissue +outjazz +outjest +outjet +outjetting +outjinx +outjockey +outjourney +outjuggle +outjump +outjut +outkeeper +outkick +outkill +outking +outkiss +outkitchen +outknave +outknee +outlabor +outlaid +outlance +outland +outlander +outlandish +outlandishlike +outlandishly +outlandishness +outlash +outlast +outlaugh +outlaunch +outlaw +outlawry +outlay +outlean +outleap +outlearn +outlegend +outlength +outlengthen +outler +outlet +outlie +outlier +outlighten +outlimb +outlimn +outline +outlinear +outlined +outlineless +outliner +outlinger +outlip +outlipped +outlive +outliver +outlodging +outlook +outlooker +outlord +outlove +outlung +outluster +outly +outlying +outmagic +outmalaprop +outman +outmaneuver +outmantle +outmarch +outmarriage +outmarry +outmaster +outmatch +outmate +outmeasure +outmerchant +outmiracle +outmode +outmoded +outmost +outmount +outmouth +outmove +outname +outness +outnight +outnoise +outnook +outnumber +outoffice +outoven +outpace +outpage +outpaint +outparagon +outparamour +outparish +outpart +outpass +outpassion +outpath +outpatient +outpay +outpayment +outpeal +outpeep +outpeer +outpension +outpensioner +outpeople +outperform +outpick +outpicket +outpipe +outpitch +outpity +outplace +outplan +outplay +outplayed +outplease +outplod +outplot +outpocketing +outpoint +outpoise +outpoison +outpoll +outpomp +outpop +outpopulate +outporch +outport +outporter +outportion +outpost +outpouching +outpour +outpourer +outpouring +outpractice +outpraise +outpray +outpreach +outpreen +outprice +outprodigy +outproduce +outpromise +outpry +outpull +outpupil +outpurl +outpurse +outpush +output +outputter +outquaff +outquarters +outqueen +outquestion +outquibble +outquote +outrace +outrage +outrageous +outrageously +outrageousness +outrageproof +outrager +outraging +outrail +outrance +outrange +outrank +outrant +outrap +outrate +outraught +outrave +outray +outre +outreach +outread +outreason +outreckon +outredden +outrede +outreign +outrelief +outremer +outreness +outrhyme +outrick +outride +outrider +outriding +outrig +outrigger +outriggered +outriggerless +outrigging +outright +outrightly +outrightness +outring +outrival +outroar +outrogue +outroll +outromance +outrooper +outroot +outrove +outrow +outroyal +outrun +outrunner +outrush +outsail +outsaint +outsally +outsatisfy +outsavor +outsay +outscent +outscold +outscore +outscorn +outscour +outscouring +outscream +outsea +outseam +outsearch +outsee +outseek +outsell +outsentry +outsert +outservant +outset +outsetting +outsettlement +outsettler +outshadow +outshake +outshame +outshape +outsharp +outsharpen +outsheathe +outshift +outshine +outshiner +outshoot +outshot +outshoulder +outshout +outshove +outshow +outshower +outshriek +outshrill +outshut +outside +outsided +outsidedness +outsideness +outsider +outsift +outsigh +outsight +outsin +outsing +outsit +outsize +outsized +outskill +outskip +outskirmish +outskirmisher +outskirt +outskirter +outslander +outslang +outsleep +outslide +outslink +outsmart +outsmell +outsmile +outsnatch +outsnore +outsoar +outsole +outsoler +outsonnet +outsophisticate +outsound +outspan +outsparkle +outspeak +outspeaker +outspeech +outspeed +outspell +outspend +outspent +outspill +outspin +outspirit +outspit +outsplendor +outspoken +outspokenly +outspokenness +outsport +outspout +outspread +outspring +outsprint +outspue +outspurn +outspurt +outstagger +outstair +outstand +outstander +outstanding +outstandingly +outstandingness +outstare +outstart +outstarter +outstartle +outstate +outstation +outstatistic +outstature +outstay +outsteal +outsteam +outstep +outsting +outstink +outstood +outstorm +outstrain +outstream +outstreet +outstretch +outstretcher +outstride +outstrike +outstrip +outstrive +outstroke +outstrut +outstudent +outstudy +outstunt +outsubtle +outsuck +outsucken +outsuffer +outsuitor +outsulk +outsum +outsuperstition +outswagger +outswarm +outswear +outsweep +outsweeping +outsweeten +outswell +outswift +outswim +outswindle +outswing +outswirl +outtaken +outtalent +outtalk +outtask +outtaste +outtear +outtease +outtell +outthieve +outthink +outthreaten +outthrob +outthrough +outthrow +outthrust +outthruster +outthunder +outthwack +outtinkle +outtire +outtoil +outtongue +outtop +outtower +outtrade +outtrail +outtravel +outtrick +outtrot +outtrump +outturn +outturned +outtyrannize +outusure +outvalue +outvanish +outvaunt +outvelvet +outvenom +outvictor +outvie +outvier +outvigil +outvillage +outvillain +outvociferate +outvoice +outvote +outvoter +outvoyage +outwait +outwake +outwale +outwalk +outwall +outwallop +outwander +outwar +outwarble +outward +outwardly +outwardmost +outwardness +outwards +outwash +outwaste +outwatch +outwater +outwave +outwealth +outweapon +outwear +outweary +outweave +outweed +outweep +outweigh +outweight +outwell +outwent +outwhirl +outwick +outwile +outwill +outwind +outwindow +outwing +outwish +outwit +outwith +outwittal +outwitter +outwoe +outwoman +outwood +outword +outwore +outwork +outworker +outworld +outworn +outworth +outwrangle +outwrench +outwrest +outwrestle +outwriggle +outwring +outwrite +outwrought +outyard +outyell +outyelp +outyield +outzany +ouzel +Ova +ova +Ovaherero +oval +ovalbumin +ovalescent +ovaliform +ovalish +ovalization +ovalize +ovally +ovalness +ovaloid +ovalwise +Ovambo +Ovampo +Ovangangela +ovant +ovarial +ovarian +ovarin +ovarioabdominal +ovariocele +ovariocentesis +ovariocyesis +ovariodysneuria +ovariohysterectomy +ovariole +ovariolumbar +ovariorrhexis +ovariosalpingectomy +ovariosteresis +ovariostomy +ovariotomist +ovariotomize +ovariotomy +ovariotubal +ovarious +ovaritis +ovarium +ovary +ovate +ovateconical +ovated +ovately +ovation +ovational +ovationary +ovatoacuminate +ovatoconical +ovatocordate +ovatocylindraceous +ovatodeltoid +ovatoellipsoidal +ovatoglobose +ovatolanceolate +ovatooblong +ovatoorbicular +ovatopyriform +ovatoquadrangular +ovatorotundate +ovatoserrate +ovatotriangular +oven +ovenbird +ovenful +ovenlike +ovenly +ovenman +ovenpeel +ovenstone +ovenware +ovenwise +over +overability +overable +overabound +overabsorb +overabstain +overabstemious +overabstemiousness +overabundance +overabundant +overabundantly +overabuse +overaccentuate +overaccumulate +overaccumulation +overaccuracy +overaccurate +overaccurately +overact +overaction +overactive +overactiveness +overactivity +overacute +overaddiction +overadvance +overadvice +overaffect +overaffirmation +overafflict +overaffliction +overage +overageness +overaggravate +overaggravation +overagitate +overagonize +overall +overalled +overalls +overambitioned +overambitious +overambling +overanalyze +overangelic +overannotate +overanswer +overanxiety +overanxious +overanxiously +overappareled +overappraisal +overappraise +overapprehended +overapprehension +overapprehensive +overapt +overarch +overargue +overarm +overartificial +overartificiality +overassail +overassert +overassertion +overassertive +overassertively +overassertiveness +overassess +overassessment +overassumption +overattached +overattachment +overattention +overattentive +overattentively +overawe +overawful +overawn +overawning +overbake +overbalance +overballast +overbalm +overbanded +overbandy +overbank +overbanked +overbark +overbarren +overbarrenness +overbase +overbaseness +overbashful +overbashfully +overbashfulness +overbattle +overbear +overbearance +overbearer +overbearing +overbearingly +overbearingness +overbeat +overbeating +overbeetling +overbelief +overbend +overbepatched +overberg +overbet +overbias +overbid +overbig +overbigness +overbillow +overbit +overbite +overbitten +overbitter +overbitterly +overbitterness +overblack +overblame +overblaze +overbleach +overblessed +overblessedness +overblind +overblindly +overblithe +overbloom +overblouse +overblow +overblowing +overblown +overboard +overboast +overboastful +overbodice +overboding +overbody +overboil +overbold +overboldly +overboldness +overbook +overbookish +overbooming +overborne +overborrow +overbought +overbound +overbounteous +overbounteously +overbounteousness +overbow +overbowed +overbowl +overbrace +overbragging +overbrained +overbranch +overbrave +overbravely +overbravery +overbray +overbreak +overbreathe +overbred +overbreed +overbribe +overbridge +overbright +overbrightly +overbrightness +overbrilliancy +overbrilliant +overbrilliantly +overbrim +overbrimmingly +overbroaden +overbroil +overbrood +overbrow +overbrown +overbrowse +overbrush +overbrutal +overbrutality +overbrutalize +overbrutally +overbubbling +overbuild +overbuilt +overbulk +overbulky +overbumptious +overburden +overburdeningly +overburdensome +overburn +overburned +overburningly +overburnt +overburst +overburthen +overbusily +overbusiness +overbusy +overbuy +overby +overcall +overcanny +overcanopy +overcap +overcapable +overcapably +overcapacity +overcape +overcapitalization +overcapitalize +overcaptious +overcaptiously +overcaptiousness +overcard +overcare +overcareful +overcarefully +overcareless +overcarelessly +overcarelessness +overcaring +overcarking +overcarry +overcast +overcasting +overcasual +overcasually +overcatch +overcaution +overcautious +overcautiously +overcautiousness +overcentralization +overcentralize +overcertification +overcertify +overchafe +overchannel +overchant +overcharge +overchargement +overcharger +overcharitable +overcharitably +overcharity +overchase +overcheap +overcheaply +overcheapness +overcheck +overcherish +overchidden +overchief +overchildish +overchildishness +overchill +overchlorinate +overchoke +overchrome +overchurch +overcirculate +overcircumspect +overcircumspection +overcivil +overcivility +overcivilization +overcivilize +overclaim +overclamor +overclasp +overclean +overcleanly +overcleanness +overcleave +overclever +overcleverness +overclimb +overcloak +overclog +overclose +overclosely +overcloseness +overclothe +overclothes +overcloud +overcloy +overcluster +overcoached +overcoat +overcoated +overcoating +overcoil +overcold +overcoldly +overcollar +overcolor +overcomable +overcome +overcomer +overcomingly +overcommand +overcommend +overcommon +overcommonly +overcommonness +overcompensate +overcompensation +overcompensatory +overcompetition +overcompetitive +overcomplacency +overcomplacent +overcomplacently +overcomplete +overcomplex +overcomplexity +overcompliant +overcompound +overconcentrate +overconcentration +overconcern +overconcerned +overcondensation +overcondense +overconfidence +overconfident +overconfidently +overconfute +overconquer +overconscientious +overconscious +overconsciously +overconsciousness +overconservatism +overconservative +overconservatively +overconsiderate +overconsiderately +overconsideration +overconsume +overconsumption +overcontented +overcontentedly +overcontentment +overcontract +overcontraction +overcontribute +overcontribution +overcook +overcool +overcoolly +overcopious +overcopiously +overcopiousness +overcorned +overcorrect +overcorrection +overcorrupt +overcorruption +overcorruptly +overcostly +overcount +overcourteous +overcourtesy +overcover +overcovetous +overcovetousness +overcow +overcoy +overcoyness +overcram +overcredit +overcredulity +overcredulous +overcredulously +overcreed +overcreep +overcritical +overcritically +overcriticalness +overcriticism +overcriticize +overcrop +overcross +overcrow +overcrowd +overcrowded +overcrowdedly +overcrowdedness +overcrown +overcrust +overcry +overcull +overcultivate +overcultivation +overculture +overcultured +overcumber +overcunning +overcunningly +overcunningness +overcup +overcured +overcurious +overcuriously +overcuriousness +overcurl +overcurrency +overcurrent +overcurtain +overcustom +overcut +overcutter +overcutting +overdaintily +overdaintiness +overdainty +overdamn +overdance +overdangle +overdare +overdaringly +overdarken +overdash +overdazed +overdazzle +overdeal +overdear +overdearly +overdearness +overdeck +overdecorate +overdecoration +overdecorative +overdeeming +overdeep +overdeepen +overdeeply +overdeliberate +overdeliberation +overdelicacy +overdelicate +overdelicately +overdelicious +overdeliciously +overdelighted +overdelightedly +overdemand +overdemocracy +overdepress +overdepressive +overdescant +overdesire +overdesirous +overdesirousness +overdestructive +overdestructively +overdestructiveness +overdetermination +overdetermined +overdevelop +overdevelopment +overdevoted +overdevotedly +overdevotion +overdiffuse +overdiffusely +overdiffuseness +overdigest +overdignified +overdignifiedly +overdignifiedness +overdignify +overdignity +overdiligence +overdiligent +overdiligently +overdilute +overdilution +overdischarge +overdiscipline +overdiscount +overdiscourage +overdiscouragement +overdistance +overdistant +overdistantly +overdistantness +overdistempered +overdistention +overdiverse +overdiversely +overdiversification +overdiversify +overdiversity +overdo +overdoctrinize +overdoer +overdogmatic +overdogmatically +overdogmatism +overdome +overdominate +overdone +overdoor +overdosage +overdose +overdoubt +overdoze +overdraft +overdrain +overdrainage +overdramatic +overdramatically +overdrape +overdrapery +overdraw +overdrawer +overdream +overdrench +overdress +overdrifted +overdrink +overdrip +overdrive +overdriven +overdroop +overdrowsed +overdry +overdubbed +overdue +overdunged +overdure +overdust +overdye +overeager +overeagerly +overeagerness +overearnest +overearnestly +overearnestness +overeasily +overeasiness +overeasy +overeat +overeaten +overedge +overedit +overeducate +overeducated +overeducation +overeducative +overeffort +overegg +overelaborate +overelaborately +overelaboration +overelate +overelegance +overelegancy +overelegant +overelegantly +overelliptical +overembellish +overembellishment +overembroider +overemotional +overemotionality +overemotionalize +overemphasis +overemphasize +overemphatic +overemphatically +overemphaticness +overempired +overemptiness +overempty +overenter +overenthusiasm +overenthusiastic +overentreat +overentry +overequal +overestimate +overestimation +overexcelling +overexcitability +overexcitable +overexcitably +overexcite +overexcitement +overexercise +overexert +overexerted +overexertedly +overexertedness +overexertion +overexpand +overexpansion +overexpansive +overexpect +overexpectant +overexpectantly +overexpenditure +overexpert +overexplain +overexplanation +overexpose +overexposure +overexpress +overexquisite +overexquisitely +overextend +overextension +overextensive +overextreme +overexuberant +overeye +overeyebrowed +overface +overfacile +overfacilely +overfacility +overfactious +overfactiousness +overfag +overfagged +overfaint +overfaith +overfaithful +overfaithfully +overfall +overfamed +overfamiliar +overfamiliarity +overfamiliarly +overfamous +overfanciful +overfancy +overfar +overfast +overfastidious +overfastidiously +overfastidiousness +overfasting +overfat +overfatigue +overfatten +overfavor +overfavorable +overfavorably +overfear +overfearful +overfearfully +overfearfulness +overfeast +overfeatured +overfed +overfee +overfeed +overfeel +overfellowlike +overfellowly +overfelon +overfeminine +overfeminize +overfertile +overfertility +overfestoon +overfew +overfierce +overfierceness +overfile +overfill +overfilm +overfine +overfinished +overfish +overfit +overfix +overflatten +overfleece +overfleshed +overflexion +overfling +overfloat +overflog +overflood +overflorid +overfloridness +overflourish +overflow +overflowable +overflower +overflowing +overflowingly +overflowingness +overflown +overfluency +overfluent +overfluently +overflush +overflutter +overfly +overfold +overfond +overfondle +overfondly +overfondness +overfoolish +overfoolishly +overfoolishness +overfoot +overforce +overforged +overformed +overforward +overforwardly +overforwardness +overfought +overfoul +overfoully +overfrail +overfrailty +overfranchised +overfrank +overfrankly +overfrankness +overfraught +overfree +overfreedom +overfreely +overfreight +overfrequency +overfrequent +overfrequently +overfret +overfrieze +overfrighted +overfrighten +overfroth +overfrown +overfrozen +overfruited +overfruitful +overfull +overfullness +overfunctioning +overfurnish +overgaiter +overgalled +overgamble +overgang +overgarment +overgarrison +overgaze +overgeneral +overgeneralize +overgenerally +overgenerosity +overgenerous +overgenerously +overgenial +overgeniality +overgentle +overgently +overget +overgifted +overgild +overgilted +overgird +overgirded +overgirdle +overglad +overgladly +overglance +overglass +overglaze +overglide +overglint +overgloom +overgloominess +overgloomy +overglorious +overgloss +overglut +overgo +overgoad +overgod +overgodliness +overgodly +overgood +overgorge +overgovern +overgovernment +overgown +overgrace +overgracious +overgrade +overgrain +overgrainer +overgrasping +overgrateful +overgratefully +overgratification +overgratify +overgratitude +overgraze +overgreasiness +overgreasy +overgreat +overgreatly +overgreatness +overgreed +overgreedily +overgreediness +overgreedy +overgrieve +overgrievous +overgrind +overgross +overgrossly +overgrossness +overground +overgrow +overgrown +overgrowth +overguilty +overgun +overhair +overhalf +overhand +overhanded +overhandicap +overhandle +overhang +overhappy +overharass +overhard +overharden +overhardness +overhardy +overharsh +overharshly +overharshness +overhaste +overhasten +overhastily +overhastiness +overhasty +overhate +overhatted +overhaughty +overhaul +overhauler +overhead +overheadiness +overheadman +overheady +overheap +overhear +overhearer +overheartily +overhearty +overheat +overheatedly +overheave +overheaviness +overheavy +overheight +overheighten +overheinous +overheld +overhelp +overhelpful +overhigh +overhighly +overhill +overhit +overholiness +overhollow +overholy +overhomeliness +overhomely +overhonest +overhonestly +overhonesty +overhonor +overhorse +overhot +overhotly +overhour +overhouse +overhover +overhuge +overhuman +overhumanity +overhumanize +overhung +overhunt +overhurl +overhurriedly +overhurry +overhusk +overhysterical +overidealism +overidealistic +overidle +overidly +overillustrate +overillustration +overimaginative +overimaginativeness +overimitate +overimitation +overimitative +overimitatively +overimport +overimportation +overimpress +overimpressible +overinclinable +overinclination +overinclined +overincrust +overincurious +overindividualism +overindividualistic +overindulge +overindulgence +overindulgent +overindulgently +overindustrialization +overindustrialize +overinflate +overinflation +overinflative +overinfluence +overinfluential +overinform +overink +overinsist +overinsistence +overinsistent +overinsistently +overinsolence +overinsolent +overinsolently +overinstruct +overinstruction +overinsurance +overinsure +overintellectual +overintellectuality +overintense +overintensely +overintensification +overintensity +overinterest +overinterested +overinterestedness +overinventoried +overinvest +overinvestment +overiodize +overirrigate +overirrigation +overissue +overitching +overjacket +overjade +overjaded +overjawed +overjealous +overjealously +overjealousness +overjob +overjocular +overjoy +overjoyful +overjoyfully +overjoyous +overjudge +overjudging +overjudgment +overjudicious +overjump +overjust +overjutting +overkeen +overkeenness +overkeep +overkick +overkind +overkindly +overkindness +overking +overknavery +overknee +overknow +overknowing +overlabor +overlace +overlactation +overlade +overlaid +overlain +overland +Overlander +overlander +overlanguaged +overlap +overlard +overlarge +overlargely +overlargeness +overlascivious +overlast +overlate +overlaudation +overlaudatory +overlaugh +overlaunch +overlave +overlavish +overlavishly +overlax +overlaxative +overlaxly +overlaxness +overlay +overlayer +overlead +overleaf +overlean +overleap +overlearn +overlearned +overlearnedly +overlearnedness +overleather +overleave +overleaven +overleer +overleg +overlegislation +overleisured +overlength +overlettered +overlewd +overlewdly +overlewdness +overliberal +overliberality +overliberally +overlicentious +overlick +overlie +overlier +overlift +overlight +overlighted +overlightheaded +overlightly +overlightsome +overliking +overline +overling +overlinger +overlinked +overlip +overlipping +overlisted +overlisten +overliterary +overlittle +overlive +overliveliness +overlively +overliver +overload +overloath +overlock +overlocker +overlofty +overlogical +overlogically +overlong +overlook +overlooker +overloose +overlord +overlordship +overloud +overloup +overlove +overlover +overlow +overlowness +overloyal +overloyally +overloyalty +overlubricatio +overluscious +overlush +overlustiness +overlusty +overluxuriance +overluxuriant +overluxurious +overly +overlying +overmagnify +overmagnitude +overmajority +overmalapert +overman +overmantel +overmantle +overmany +overmarch +overmark +overmarking +overmarl +overmask +overmast +overmaster +overmasterful +overmasterfully +overmasterfulness +overmastering +overmasteringly +overmatch +overmatter +overmature +overmaturity +overmean +overmeanly +overmeanness +overmeasure +overmeddle +overmeek +overmeekly +overmeekness +overmellow +overmellowness +overmelodied +overmelt +overmerciful +overmercifulness +overmerit +overmerrily +overmerry +overmettled +overmickle +overmighty +overmild +overmill +overminute +overminutely +overminuteness +overmix +overmoccasin +overmodest +overmodestly +overmodesty +overmodulation +overmoist +overmoisten +overmoisture +overmortgage +overmoss +overmost +overmotor +overmount +overmounts +overmourn +overmournful +overmournfully +overmuch +overmuchness +overmultiplication +overmultiply +overmultitude +overname +overnarrow +overnarrowly +overnationalization +overnear +overneat +overneatness +overneglect +overnegligence +overnegligent +overnervous +overnervously +overnervousness +overnet +overnew +overnice +overnicely +overniceness +overnicety +overnigh +overnight +overnimble +overnipping +overnoise +overnotable +overnourish +overnoveled +overnumber +overnumerous +overnumerousness +overnurse +overobedience +overobedient +overobediently +overobese +overobjectify +overoblige +overobsequious +overobsequiously +overobsequiousness +overoffend +overoffensive +overofficered +overofficious +overorder +overornamented +overpained +overpainful +overpainfully +overpainfulness +overpaint +overpamper +overpart +overparted +overpartial +overpartiality +overpartially +overparticular +overparticularly +overpass +overpassionate +overpassionately +overpassionateness +overpast +overpatient +overpatriotic +overpay +overpayment +overpeer +overpending +overpensive +overpensiveness +overpeople +overpepper +overperemptory +overpersuade +overpersuasion +overpert +overpessimism +overpessimistic +overpet +overphysic +overpick +overpicture +overpinching +overpitch +overpitched +overpiteous +overplace +overplaced +overplacement +overplain +overplant +overplausible +overplay +overplease +overplenitude +overplenteous +overplenteously +overplentiful +overplenty +overplot +overplow +overplumb +overplume +overplump +overplumpness +overplus +overply +overpointed +overpoise +overpole +overpolemical +overpolish +overpolitic +overponderous +overpopular +overpopularity +overpopularly +overpopulate +overpopulation +overpopulous +overpopulousness +overpositive +overpossess +overpot +overpotent +overpotential +overpour +overpower +overpowerful +overpowering +overpoweringly +overpoweringness +overpraise +overpray +overpreach +overprecise +overpreciseness +overpreface +overpregnant +overpreoccupation +overpreoccupy +overpress +overpressure +overpresumption +overpresumptuous +overprice +overprick +overprint +overprize +overprizer +overprocrastination +overproduce +overproduction +overproductive +overproficient +overprolific +overprolix +overprominence +overprominent +overprominently +overpromise +overprompt +overpromptly +overpromptness +overprone +overproneness +overpronounced +overproof +overproportion +overproportionate +overproportionated +overproportionately +overproportioned +overprosperity +overprosperous +overprotect +overprotract +overprotraction +overproud +overproudly +overprove +overprovender +overprovide +overprovident +overprovidently +overprovision +overprovocation +overprovoke +overprune +overpublic +overpublicity +overpuff +overpuissant +overpunish +overpunishment +overpurchase +overquantity +overquarter +overquell +overquick +overquickly +overquiet +overquietly +overquietness +overrace +overrack +overrake +overrange +overrank +overrankness +overrapture +overrapturize +overrash +overrashly +overrashness +overrate +overrational +overrationalize +overravish +overreach +overreacher +overreaching +overreachingly +overreachingness +overread +overreader +overreadily +overreadiness +overready +overrealism +overrealistic +overreckon +overrecord +overrefine +overrefined +overrefinement +overreflection +overreflective +overregister +overregistration +overregular +overregularity +overregularly +overregulate +overregulation +overrelax +overreliance +overreliant +overreligion +overreligious +overremiss +overremissly +overremissness +overrennet +overrent +overreplete +overrepletion +overrepresent +overrepresentation +overrepresentative +overreserved +overresolute +overresolutely +overrestore +overrestrain +overretention +overreward +overrich +overriches +overrichness +override +overrife +overrigged +overright +overrighteous +overrighteously +overrighteousness +overrigid +overrigidity +overrigidly +overrigorous +overrigorously +overrim +overriot +overripe +overripely +overripen +overripeness +overrise +overroast +overroll +overroof +overrooted +overrough +overroughly +overroughness +overroyal +overrude +overrudely +overrudeness +overruff +overrule +overruler +overruling +overrulingly +overrun +overrunner +overrunning +overrunningly +overrush +overrusset +overrust +oversad +oversadly +oversadness +oversaid +oversail +oversale +oversaliva +oversalt +oversalty +oversand +oversanded +oversanguine +oversanguinely +oversapless +oversated +oversatisfy +oversaturate +oversaturation +oversauce +oversauciness +oversaucy +oversave +overscare +overscatter +overscented +oversceptical +overscepticism +overscore +overscour +overscratch +overscrawl +overscream +overscribble +overscrub +overscruple +overscrupulosity +overscrupulous +overscrupulously +overscrupulousness +overscurf +overscutched +oversea +overseal +overseam +overseamer +oversearch +overseas +overseason +overseasoned +overseated +oversecure +oversecurely +oversecurity +oversee +overseed +overseen +overseer +overseerism +overseership +overseethe +oversell +oversend +oversensible +oversensibly +oversensitive +oversensitively +oversensitiveness +oversententious +oversentimental +oversentimentalism +oversentimentalize +oversentimentally +overserious +overseriously +overseriousness +overservice +overservile +overservility +overset +oversetter +oversettle +oversettled +oversevere +overseverely +overseverity +oversew +overshade +overshadow +overshadower +overshadowing +overshadowingly +overshadowment +overshake +oversharp +oversharpness +overshave +oversheet +overshelving +overshepherd +overshine +overshirt +overshoe +overshoot +overshort +overshorten +overshortly +overshot +overshoulder +overshowered +overshrink +overshroud +oversick +overside +oversight +oversilence +oversilent +oversilver +oversimple +oversimplicity +oversimplification +oversimplify +oversimply +oversize +oversized +overskim +overskip +overskipper +overskirt +overslack +overslander +overslaugh +overslavish +overslavishly +oversleep +oversleeve +overslide +overslight +overslip +overslope +overslow +overslowly +overslowness +overslur +oversmall +oversman +oversmite +oversmitten +oversmoke +oversmooth +oversmoothly +oversmoothness +oversnow +oversoak +oversoar +oversock +oversoft +oversoftly +oversoftness +oversold +oversolemn +oversolemnity +oversolemnly +oversolicitous +oversolicitously +oversolicitousness +oversoon +oversoothing +oversophisticated +oversophistication +oversorrow +oversorrowed +oversot +oversoul +oversound +oversour +oversourly +oversourness +oversow +overspacious +overspaciousness +overspan +overspangled +oversparing +oversparingly +oversparingness +oversparred +overspatter +overspeak +overspecialization +overspecialize +overspeculate +overspeculation +overspeculative +overspeech +overspeed +overspeedily +overspeedy +overspend +overspill +overspin +oversplash +overspread +overspring +oversprinkle +oversprung +overspun +oversqueak +oversqueamish +oversqueamishness +overstaff +overstaid +overstain +overstale +overstalled +overstand +overstaring +overstate +overstately +overstatement +overstay +overstayal +oversteadfast +oversteadfastness +oversteady +overstep +overstiff +overstiffness +overstifle +overstimulate +overstimulation +overstimulative +overstir +overstitch +overstock +overstoop +overstoping +overstore +overstory +overstout +overstoutly +overstowage +overstowed +overstrain +overstrait +overstraiten +overstraitly +overstraitness +overstream +overstrength +overstress +overstretch +overstrew +overstrict +overstrictly +overstrictness +overstride +overstrident +overstridently +overstrike +overstring +overstriving +overstrong +overstrongly +overstrung +overstud +overstudied +overstudious +overstudiously +overstudiousness +overstudy +overstuff +oversublime +oversubscribe +oversubscriber +oversubscription +oversubtile +oversubtle +oversubtlety +oversubtly +oversufficiency +oversufficient +oversufficiently +oversuperstitious +oversupply +oversure +oversurety +oversurge +oversurviving +oversusceptibility +oversusceptible +oversuspicious +oversuspiciously +overswarm +overswarth +oversway +oversweated +oversweep +oversweet +oversweeten +oversweetly +oversweetness +overswell +overswift +overswim +overswimmer +overswing +overswinging +overswirling +oversystematic +oversystematically +oversystematize +overt +overtakable +overtake +overtaker +overtalk +overtalkative +overtalkativeness +overtalker +overtame +overtamely +overtameness +overtapped +overtare +overtariff +overtarry +overtart +overtask +overtax +overtaxation +overteach +overtechnical +overtechnicality +overtedious +overtediously +overteem +overtell +overtempt +overtenacious +overtender +overtenderly +overtenderness +overtense +overtensely +overtenseness +overtension +overterrible +overtest +overthick +overthin +overthink +overthought +overthoughtful +overthriftily +overthriftiness +overthrifty +overthrong +overthrow +overthrowable +overthrowal +overthrower +overthrust +overthwart +overthwartly +overthwartness +overthwartways +overthwartwise +overtide +overtight +overtightly +overtill +overtimbered +overtime +overtimer +overtimorous +overtimorously +overtimorousness +overtinseled +overtint +overtip +overtipple +overtire +overtiredness +overtitle +overtly +overtness +overtoe +overtoil +overtoise +overtone +overtongued +overtop +overtopple +overtorture +overtower +overtrace +overtrack +overtrade +overtrader +overtrailed +overtrain +overtrample +overtravel +overtread +overtreatment +overtrick +overtrim +overtrouble +overtrue +overtrump +overtrust +overtrustful +overtruthful +overtruthfully +overtumble +overture +overturn +overturnable +overturner +overtutor +overtwine +overtwist +overtype +overuberous +overunionized +overunsuitable +overurbanization +overurge +overuse +overusual +overusually +overvaliant +overvaluable +overvaluation +overvalue +overvariety +overvault +overvehemence +overvehement +overveil +overventilate +overventilation +overventuresome +overventurous +overview +overvoltage +overvote +overwade +overwages +overwake +overwalk +overwander +overward +overwash +overwasted +overwatch +overwatcher +overwater +overwave +overway +overwealth +overwealthy +overweaponed +overwear +overweary +overweather +overweave +overweb +overween +overweener +overweening +overweeningly +overweeningness +overweep +overweigh +overweight +overweightage +overwell +overwelt +overwet +overwetness +overwheel +overwhelm +overwhelmer +overwhelming +overwhelmingly +overwhelmingness +overwhipped +overwhirl +overwhisper +overwide +overwild +overwilily +overwilling +overwillingly +overwily +overwin +overwind +overwing +overwinter +overwiped +overwisdom +overwise +overwisely +overwithered +overwoman +overwomanize +overwomanly +overwood +overwooded +overwoody +overword +overwork +overworld +overworn +overworry +overworship +overwound +overwove +overwoven +overwrap +overwrest +overwrested +overwrestle +overwrite +overwroth +overwrought +overyear +overyoung +overyouthful +overzeal +overzealous +overzealously +overzealousness +ovest +ovey +Ovibos +Ovibovinae +ovibovine +ovicapsular +ovicapsule +ovicell +ovicellular +ovicidal +ovicide +ovicular +oviculated +oviculum +ovicyst +ovicystic +Ovidae +Ovidian +oviducal +oviduct +oviductal +oviferous +ovification +oviform +ovigenesis +ovigenetic +ovigenic +ovigenous +ovigerm +ovigerous +ovile +Ovillus +Ovinae +ovine +ovinia +ovipara +oviparal +oviparity +oviparous +oviparously +oviparousness +oviposit +oviposition +ovipositor +Ovis +ovisac +oviscapt +ovism +ovispermary +ovispermiduct +ovist +ovistic +ovivorous +ovocyte +ovoelliptic +ovoflavin +ovogenesis +ovogenetic +ovogenous +ovogonium +ovoid +ovoidal +ovolemma +ovolo +ovological +ovologist +ovology +ovolytic +ovomucoid +ovoplasm +ovoplasmic +ovopyriform +ovorhomboid +ovorhomboidal +ovotesticular +ovotestis +ovovitellin +Ovovivipara +ovoviviparism +ovoviviparity +ovoviviparous +ovoviviparously +ovoviviparousness +Ovula +ovular +ovularian +ovulary +ovulate +ovulation +ovule +ovuliferous +ovuligerous +ovulist +ovum +ow +owd +owe +owelty +Owen +Owenia +Owenian +Owenism +Owenist +Owenite +Owenize +ower +owerance +owerby +owercome +owergang +owerloup +owertaen +owerword +owght +owing +owk +owl +owldom +owler +owlery +owlet +Owlglass +owlhead +owling +owlish +owlishly +owlishness +owlism +owllight +owllike +Owlspiegle +owly +own +owner +ownerless +ownership +ownhood +ownness +ownself +ownwayish +owregane +owrehip +owrelay +owse +owsen +owser +owtchah +owyheeite +ox +oxacid +oxadiazole +oxalacetic +oxalaldehyde +oxalamid +oxalamide +oxalan +oxalate +oxaldehyde +oxalemia +oxalic +Oxalidaceae +oxalidaceous +Oxalis +oxalite +oxalodiacetic +oxalonitril +oxalonitrile +oxaluramid +oxaluramide +oxalurate +oxaluria +oxaluric +oxalyl +oxalylurea +oxamate +oxamethane +oxamic +oxamid +oxamide +oxamidine +oxammite +oxan +oxanate +oxane +oxanic +oxanilate +oxanilic +oxanilide +oxazine +oxazole +oxbane +oxberry +oxbird +oxbiter +oxblood +oxbow +oxboy +oxbrake +oxcart +oxcheek +oxdiacetic +oxdiazole +oxea +oxeate +oxen +oxeote +oxer +oxetone +oxeye +oxfly +Oxford +Oxfordian +Oxfordism +Oxfordist +oxgang +oxgoad +oxharrow +oxhead +oxheal +oxheart +oxhide +oxhoft +oxhorn +oxhouse +oxhuvud +oxidability +oxidable +oxidant +oxidase +oxidate +oxidation +oxidational +oxidative +oxidator +oxide +oxidic +oxidimetric +oxidimetry +oxidizability +oxidizable +oxidization +oxidize +oxidizement +oxidizer +oxidizing +oxidoreductase +oxidoreduction +oxidulated +oximate +oximation +oxime +oxland +oxlike +oxlip +oxman +oxmanship +oxoindoline +Oxonian +oxonic +oxonium +Oxonolatry +oxozone +oxozonide +oxpecker +oxphony +oxreim +oxshoe +oxskin +oxtail +oxter +oxtongue +oxwort +oxy +oxyacanthine +oxyacanthous +oxyacetylene +oxyacid +Oxyaena +Oxyaenidae +oxyaldehyde +oxyamine +oxyanthracene +oxyanthraquinone +oxyaphia +oxyaster +oxybaphon +Oxybaphus +oxybenzaldehyde +oxybenzene +oxybenzoic +oxybenzyl +oxyberberine +oxyblepsia +oxybromide +oxybutyria +oxybutyric +oxycalcium +oxycalorimeter +oxycamphor +oxycaproic +oxycarbonate +oxycellulose +oxycephalic +oxycephalism +oxycephalous +oxycephaly +oxychlorate +oxychloric +oxychloride +oxycholesterol +oxychromatic +oxychromatin +oxychromatinic +oxycinnamic +oxycobaltammine +Oxycoccus +oxycopaivic +oxycoumarin +oxycrate +oxycyanide +oxydactyl +Oxydendrum +oxydiact +oxyesthesia +oxyether +oxyethyl +oxyfatty +oxyfluoride +oxygas +oxygen +oxygenant +oxygenate +oxygenation +oxygenator +oxygenerator +oxygenic +oxygenicity +oxygenium +oxygenizable +oxygenize +oxygenizement +oxygenizer +oxygenous +oxygeusia +oxygnathous +oxyhalide +oxyhaloid +oxyhematin +oxyhemocyanin +oxyhemoglobin +oxyhexactine +oxyhexaster +oxyhydrate +oxyhydric +oxyhydrogen +oxyiodide +oxyketone +oxyl +Oxylabracidae +Oxylabrax +oxyluciferin +oxyluminescence +oxyluminescent +oxymandelic +oxymel +oxymethylene +oxymoron +oxymuriate +oxymuriatic +oxynaphthoic +oxynaphtoquinone +oxynarcotine +oxyneurin +oxyneurine +oxynitrate +oxyntic +oxyophitic +oxyopia +Oxyopidae +oxyosphresia +oxypetalous +oxyphenol +oxyphenyl +oxyphile +oxyphilic +oxyphilous +oxyphonia +oxyphosphate +oxyphthalic +oxyphyllous +oxyphyte +oxypicric +Oxypolis +oxyproline +oxypropionic +oxypurine +oxypycnos +oxyquinaseptol +oxyquinoline +oxyquinone +oxyrhine +oxyrhinous +oxyrhynch +oxyrhynchous +oxyrhynchus +Oxyrrhyncha +oxyrrhynchid +oxysalicylic +oxysalt +oxystearic +Oxystomata +oxystomatous +oxystome +oxysulphate +oxysulphide +oxyterpene +oxytocia +oxytocic +oxytocin +oxytocous +oxytoluene +oxytoluic +oxytone +oxytonesis +oxytonical +oxytonize +Oxytricha +Oxytropis +oxytylotate +oxytylote +oxyuriasis +oxyuricide +Oxyuridae +oxyurous +oxywelding +Oyana +oyapock +oyer +oyster +oysterage +oysterbird +oystered +oysterer +oysterfish +oystergreen +oysterhood +oysterhouse +oystering +oysterish +oysterishness +oysterlike +oysterling +oysterman +oysterous +oysterroot +oysterseed +oystershell +oysterwife +oysterwoman +Ozan +Ozark +ozarkite +ozena +Ozias +ozobrome +ozocerite +ozokerit +ozokerite +ozonate +ozonation +ozonator +ozone +ozoned +ozonic +ozonide +ozoniferous +ozonification +ozonify +Ozonium +ozonization +ozonize +ozonizer +ozonometer +ozonometry +ozonoscope +ozonoscopic +ozonous +ozophen +ozophene +ozostomia +ozotype +P +p +pa +paal +paar +paauw +Paba +pabble +Pablo +pablo +pabouch +pabular +pabulary +pabulation +pabulatory +pabulous +pabulum +pac +paca +pacable +Pacaguara +pacate +pacation +pacative +pacay +pacaya +Paccanarist +Pacchionian +Pace +pace +paceboard +paced +pacemaker +pacemaking +pacer +pachak +pachisi +pachnolite +pachometer +Pachomian +Pachons +Pacht +pachyacria +pachyaemia +pachyblepharon +pachycarpous +pachycephal +pachycephalia +pachycephalic +pachycephalous +pachycephaly +pachychilia +pachycholia +pachychymia +pachycladous +pachydactyl +pachydactylous +pachydactyly +pachyderm +pachyderma +pachydermal +Pachydermata +pachydermatocele +pachydermatoid +pachydermatosis +pachydermatous +pachydermatously +pachydermia +pachydermial +pachydermic +pachydermoid +pachydermous +pachyemia +pachyglossal +pachyglossate +pachyglossia +pachyglossous +pachyhaemia +pachyhaemic +pachyhaemous +pachyhematous +pachyhemia +pachyhymenia +pachyhymenic +Pachylophus +pachylosis +Pachyma +pachymenia +pachymenic +pachymeningitic +pachymeningitis +pachymeninx +pachymeter +pachynathous +pachynema +pachynsis +pachyntic +pachyodont +pachyotia +pachyotous +pachyperitonitis +pachyphyllous +pachypleuritic +pachypod +pachypodous +pachypterous +Pachyrhizus +pachyrhynchous +pachysalpingitis +Pachysandra +pachysaurian +pachysomia +pachysomous +pachystichous +Pachystima +pachytene +pachytrichous +Pachytylus +pachyvaginitis +pacifiable +pacific +pacifical +pacifically +pacificate +pacification +pacificator +pacificatory +pacificism +pacificist +pacificity +pacifier +pacifism +pacifist +pacifistic +pacifistically +pacify +pacifyingly +Pacinian +pack +packable +package +packbuilder +packcloth +packer +packery +packet +packhouse +packless +packly +packmaker +packmaking +packman +packmanship +packness +packsack +packsaddle +packstaff +packthread +packwall +packwaller +packware +packway +paco +Pacolet +pacouryuva +pact +paction +pactional +pactionally +Pactolian +Pactolus +pad +padcloth +Padda +padder +padding +paddle +paddlecock +paddled +paddlefish +paddlelike +paddler +paddlewood +paddling +paddock +paddockride +paddockstone +paddockstool +Paddy +paddy +paddybird +Paddyism +paddymelon +Paddywack +paddywatch +Paddywhack +paddywhack +padella +padfoot +padge +Padina +padishah +padle +padlike +padlock +padmasana +padmelon +padnag +padpiece +Padraic +Padraig +padre +padroadist +padroado +padronism +padstone +padtree +Paduan +Paduanism +paduasoy +Padus +paean +paeanism +paeanize +paedarchy +paedatrophia +paedatrophy +paediatry +paedogenesis +paedogenetic +paedometer +paedometrical +paedomorphic +paedomorphism +paedonymic +paedonymy +paedopsychologist +paedotribe +paedotrophic +paedotrophist +paedotrophy +paegel +paegle +Paelignian +paenula +paeon +Paeonia +Paeoniaceae +Paeonian +paeonic +paetrick +paga +pagan +Paganalia +Paganalian +pagandom +paganic +paganical +paganically +paganish +paganishly +paganism +paganist +paganistic +paganity +paganization +paganize +paganizer +paganly +paganry +pagatpat +Page +page +pageant +pageanted +pageanteer +pageantic +pageantry +pagedom +pageful +pagehood +pageless +pagelike +pager +pageship +pagina +paginal +paginary +paginate +pagination +pagiopod +Pagiopoda +pagoda +pagodalike +pagodite +pagoscope +pagrus +Paguma +pagurian +pagurid +Paguridae +Paguridea +pagurine +Pagurinea +paguroid +Paguroidea +Pagurus +pagus +pah +paha +Pahareen +Pahari +Paharia +pahi +Pahlavi +pahlavi +pahmi +paho +pahoehoe +Pahouin +pahutan +Paiconeca +paideutic +paideutics +paidological +paidologist +paidology +paidonosology +paigle +paik +pail +pailful +paillasse +paillette +pailletted +pailou +paimaneh +pain +pained +painful +painfully +painfulness +paining +painingly +painkiller +painless +painlessly +painlessness +painproof +painstaker +painstaking +painstakingly +painstakingness +painsworthy +paint +paintability +paintable +paintableness +paintably +paintbox +paintbrush +painted +paintedness +painter +painterish +painterlike +painterly +paintership +paintiness +painting +paintingness +paintless +paintpot +paintproof +paintress +paintrix +paintroot +painty +paip +pair +paired +pairedness +pairer +pairment +pairwise +pais +paisa +paisanite +Paisley +Paiute +paiwari +pajahuello +pajama +pajamaed +pajock +Pajonism +Pakawa +Pakawan +pakchoi +pakeha +Pakhpuluk +Pakhtun +Pakistani +paktong +pal +Pala +palace +palaced +palacelike +palaceous +palaceward +palacewards +paladin +palaeanthropic +Palaearctic +Palaeechini +palaeechinoid +Palaeechinoidea +palaeechinoidean +palaeentomology +palaeethnologic +palaeethnological +palaeethnologist +palaeethnology +Palaeeudyptes +Palaeic +palaeichthyan +Palaeichthyes +palaeichthyic +Palaemon +palaemonid +Palaemonidae +palaemonoid +palaeoalchemical +palaeoanthropic +palaeoanthropography +palaeoanthropology +Palaeoanthropus +palaeoatavism +palaeoatavistic +palaeobiogeography +palaeobiologist +palaeobiology +palaeobotanic +palaeobotanical +palaeobotanically +palaeobotanist +palaeobotany +Palaeocarida +palaeoceanography +Palaeocene +palaeochorology +palaeoclimatic +palaeoclimatology +Palaeoconcha +palaeocosmic +palaeocosmology +Palaeocrinoidea +palaeocrystal +palaeocrystallic +palaeocrystalline +palaeocrystic +palaeocyclic +palaeodendrologic +palaeodendrological +palaeodendrologically +palaeodendrologist +palaeodendrology +Palaeodictyoptera +palaeodictyopteran +palaeodictyopteron +palaeodictyopterous +palaeoencephalon +palaeoeremology +palaeoethnic +palaeoethnologic +palaeoethnological +palaeoethnologist +palaeoethnology +palaeofauna +Palaeogaea +Palaeogaean +palaeogene +palaeogenesis +palaeogenetic +palaeogeographic +palaeogeography +palaeoglaciology +palaeoglyph +Palaeognathae +palaeognathic +palaeognathous +palaeograph +palaeographer +palaeographic +palaeographical +palaeographically +palaeographist +palaeography +palaeoherpetologist +palaeoherpetology +palaeohistology +palaeohydrography +palaeolatry +palaeolimnology +palaeolith +palaeolithic +palaeolithical +palaeolithist +palaeolithoid +palaeolithy +palaeological +palaeologist +palaeology +Palaeomastodon +palaeometallic +palaeometeorological +palaeometeorology +Palaeonemertea +palaeonemertean +palaeonemertine +Palaeonemertinea +Palaeonemertini +palaeoniscid +Palaeoniscidae +palaeoniscoid +Palaeoniscum +Palaeoniscus +palaeontographic +palaeontographical +palaeontography +palaeopathology +palaeopedology +palaeophile +palaeophilist +Palaeophis +palaeophysiography +palaeophysiology +palaeophytic +palaeophytological +palaeophytologist +palaeophytology +palaeoplain +palaeopotamology +palaeopsychic +palaeopsychological +palaeopsychology +palaeoptychology +Palaeornis +Palaeornithinae +palaeornithine +palaeornithological +palaeornithology +palaeosaur +Palaeosaurus +palaeosophy +Palaeospondylus +Palaeostraca +palaeostracan +palaeostriatal +palaeostriatum +palaeostylic +palaeostyly +palaeotechnic +palaeothalamus +Palaeothentes +Palaeothentidae +palaeothere +palaeotherian +Palaeotheriidae +palaeotheriodont +palaeotherioid +Palaeotherium +palaeotheroid +Palaeotropical +palaeotype +palaeotypic +palaeotypical +palaeotypically +palaeotypographical +palaeotypographist +palaeotypography +palaeovolcanic +Palaeozoic +palaeozoological +palaeozoologist +palaeozoology +palaestra +palaestral +palaestrian +palaestric +palaestrics +palaetiological +palaetiologist +palaetiology +palafitte +palagonite +palagonitic +Palaic +Palaihnihan +palaiotype +palaite +palama +palamate +palame +Palamedea +palamedean +Palamedeidae +Palamite +Palamitism +palampore +palander +palanka +palankeen +palanquin +palapalai +Palapteryx +Palaquium +palar +palas +palatability +palatable +palatableness +palatably +palatal +palatalism +palatality +palatalization +palatalize +palate +palated +palateful +palatefulness +palateless +palatelike +palatial +palatially +palatialness +palatian +palatic +palatinal +palatinate +palatine +palatineship +Palatinian +palatinite +palation +palatist +palatitis +palative +palatization +palatize +palatoalveolar +palatodental +palatoglossal +palatoglossus +palatognathous +palatogram +palatograph +palatography +palatomaxillary +palatometer +palatonasal +palatopharyngeal +palatopharyngeus +palatoplasty +palatoplegia +palatopterygoid +palatoquadrate +palatorrhaphy +palatoschisis +Palatua +Palau +Palaung +palaver +palaverer +palaverist +palaverment +palaverous +palay +palazzi +palberry +palch +pale +palea +paleaceous +paleanthropic +Palearctic +paleate +palebelly +palebuck +palechinoid +paled +paledness +paleencephalon +paleentomology +paleethnographer +paleethnologic +paleethnological +paleethnologist +paleethnology +paleface +palehearted +paleichthyologic +paleichthyologist +paleichthyology +paleiform +palely +Paleman +paleness +Palenque +paleoalchemical +paleoandesite +paleoanthropic +paleoanthropography +paleoanthropological +paleoanthropologist +paleoanthropology +Paleoanthropus +paleoatavism +paleoatavistic +paleobiogeography +paleobiologist +paleobiology +paleobotanic +paleobotanical +paleobotanically +paleobotanist +paleobotany +paleoceanography +Paleocene +paleochorology +paleoclimatic +paleoclimatologist +paleoclimatology +Paleoconcha +paleocosmic +paleocosmology +paleocrystal +paleocrystallic +paleocrystalline +paleocrystic +paleocyclic +paleodendrologic +paleodendrological +paleodendrologically +paleodendrologist +paleodendrology +paleoecologist +paleoecology +paleoencephalon +paleoeremology +paleoethnic +paleoethnography +paleoethnologic +paleoethnological +paleoethnologist +paleoethnology +paleofauna +Paleogene +paleogenesis +paleogenetic +paleogeographic +paleogeography +paleoglaciology +paleoglyph +paleograph +paleographer +paleographic +paleographical +paleographically +paleographist +paleography +paleoherpetologist +paleoherpetology +paleohistology +paleohydrography +paleoichthyology +paleokinetic +paleola +paleolate +paleolatry +paleolimnology +paleolith +paleolithic +paleolithical +paleolithist +paleolithoid +paleolithy +paleological +paleologist +paleology +paleomammalogy +paleometallic +paleometeorological +paleometeorology +paleontographic +paleontographical +paleontography +paleontologic +paleontological +paleontologically +paleontologist +paleontology +paleopathology +paleopedology +paleophysiography +paleophysiology +paleophytic +paleophytological +paleophytologist +paleophytology +paleopicrite +paleoplain +paleopotamoloy +paleopsychic +paleopsychological +paleopsychology +paleornithological +paleornithology +paleostriatal +paleostriatum +paleostylic +paleostyly +paleotechnic +paleothalamus +paleothermal +paleothermic +Paleotropical +paleovolcanic +paleoytterbium +Paleozoic +paleozoological +paleozoologist +paleozoology +paler +Palermitan +Palermo +Pales +Palesman +Palestinian +palestra +palestral +palestrian +palestric +palet +paletiology +paletot +palette +paletz +palewise +palfrey +palfreyed +palgat +Pali +pali +Palicourea +palification +paliform +paligorskite +palikar +palikarism +palikinesia +palila +palilalia +Palilia +Palilicium +palillogia +palilogetic +palilogy +palimbacchic +palimbacchius +palimpsest +palimpsestic +palinal +palindrome +palindromic +palindromical +palindromically +palindromist +paling +palingenesia +palingenesian +palingenesis +palingenesist +palingenesy +palingenetic +palingenetically +palingenic +palingenist +palingeny +palinode +palinodial +palinodic +palinodist +palinody +palinurid +Palinuridae +palinuroid +Palinurus +paliphrasia +palirrhea +palisade +palisading +palisado +palisander +palisfy +palish +palistrophia +Paliurus +palkee +pall +palla +palladammine +Palladia +palladia +Palladian +Palladianism +palladic +palladiferous +palladinize +palladion +palladious +Palladium +palladium +palladiumize +palladize +palladodiammine +palladosammine +palladous +pallae +pallah +pallall +pallanesthesia +Pallas +pallasite +pallbearer +palled +pallescence +pallescent +pallesthesia +pallet +palleting +palletize +pallette +pallholder +palli +pallial +palliard +palliasse +Palliata +palliata +palliate +palliation +palliative +palliatively +palliator +palliatory +pallid +pallidiflorous +pallidipalpate +palliditarsate +pallidity +pallidiventrate +pallidly +pallidness +palliness +Palliobranchiata +palliobranchiate +palliocardiac +pallioessexite +pallion +palliopedal +palliostratus +pallium +Palliyan +pallograph +pallographic +pallometric +pallone +pallor +Pallu +Palluites +pallwise +pally +palm +palma +Palmaceae +palmaceous +palmad +Palmae +palmanesthesia +palmar +palmarian +palmary +palmate +palmated +palmately +palmatifid +palmatiform +palmatilobate +palmatilobed +palmation +palmatiparted +palmatipartite +palmatisect +palmatisected +palmature +palmcrist +palmed +Palmella +Palmellaceae +palmellaceous +palmelloid +palmer +palmerite +palmery +palmesthesia +palmette +palmetto +palmetum +palmful +palmicolous +palmiferous +palmification +palmiform +palmigrade +palmilobate +palmilobated +palmilobed +palminervate +palminerved +palmiped +Palmipedes +palmipes +palmist +palmister +palmistry +palmitate +palmite +palmitic +palmitin +palmitinic +palmito +palmitoleic +palmitone +palmiveined +palmivorous +palmlike +palmo +palmodic +palmoscopy +palmospasmus +palmula +palmus +palmwise +palmwood +palmy +palmyra +Palmyrene +Palmyrenian +palolo +palombino +palometa +palomino +palosapis +palouser +paloverde +palp +palpability +palpable +palpableness +palpably +palpacle +palpal +palpate +palpation +palpatory +palpebra +palpebral +palpebrate +palpebration +palpebritis +palped +palpi +palpicorn +Palpicornia +palpifer +palpiferous +palpiform +palpiger +palpigerous +palpitant +palpitate +palpitatingly +palpitation +palpless +palpocil +palpon +palpulus +palpus +palsgrave +palsgravine +palsied +palsification +palstave +palster +palsy +palsylike +palsywort +palt +Palta +palter +palterer +palterly +paltrily +paltriness +paltry +paludal +paludament +paludamentum +paludial +paludian +paludic +Paludicella +Paludicolae +paludicole +paludicoline +paludicolous +paludiferous +Paludina +paludinal +paludine +paludinous +paludism +paludose +paludous +paludrin +paludrine +palule +palulus +Palus +palus +palustral +palustrian +palustrine +paly +palynology +Pam +pam +pambanmanche +Pamela +pament +pameroon +Pamir +Pamiri +Pamirian +Pamlico +pamment +Pampanga +Pampangan +Pampango +pampas +pampean +pamper +pampered +pamperedly +pamperedness +pamperer +pamperize +pampero +pamphagous +pampharmacon +Pamphiliidae +Pamphilius +pamphlet +pamphletage +pamphletary +pamphleteer +pamphleter +pamphletful +pamphletic +pamphletical +pamphletize +pamphletwise +pamphysical +pamphysicism +pampilion +pampiniform +pampinocele +pamplegia +pampootee +pampootie +pampre +pamprodactyl +pamprodactylism +pamprodactylous +pampsychism +pampsychist +Pamunkey +Pan +pan +panace +Panacea +panacea +panacean +panaceist +panache +panached +panachure +panada +panade +Panagia +panagiarion +Panak +Panaka +panama +Panamaian +Panaman +Panamanian +Panamano +Panamic +Panamint +Panamist +panapospory +panarchic +panarchy +panaris +panaritium +panarteritis +panarthritis +panary +panatela +Panathenaea +Panathenaean +Panathenaic +panatrophy +panautomorphic +panax +Panayan +Panayano +panbabylonian +panbabylonism +Panboeotian +pancake +pancarditis +panchama +panchayat +pancheon +panchion +panchromatic +panchromatism +panchromatization +panchromatize +panchway +panclastic +panconciliatory +pancosmic +pancosmism +pancosmist +pancratian +pancratiast +pancratiastic +pancratic +pancratical +pancratically +pancration +pancratism +pancratist +pancratium +pancreas +pancreatalgia +pancreatectomize +pancreatectomy +pancreatemphraxis +pancreathelcosis +pancreatic +pancreaticoduodenal +pancreaticoduodenostomy +pancreaticogastrostomy +pancreaticosplenic +pancreatin +pancreatism +pancreatitic +pancreatitis +pancreatization +pancreatize +pancreatoduodenectomy +pancreatoenterostomy +pancreatogenic +pancreatogenous +pancreatoid +pancreatolipase +pancreatolith +pancreatomy +pancreatoncus +pancreatopathy +pancreatorrhagia +pancreatotomy +pancreectomy +pancreozymin +pancyclopedic +pand +panda +pandal +pandan +Pandanaceae +pandanaceous +Pandanales +Pandanus +pandaram +Pandarctos +pandaric +Pandarus +pandation +Pandean +pandect +Pandectist +pandemia +pandemian +pandemic +pandemicity +pandemoniac +Pandemoniacal +Pandemonian +pandemonic +pandemonism +Pandemonium +pandemonium +Pandemos +pandemy +pandenominational +pander +panderage +panderer +panderess +panderism +panderize +panderly +Panderma +pandermite +panderous +pandership +pandestruction +pandiabolism +pandiculation +Pandion +Pandionidae +pandita +pandle +pandlewhew +Pandora +pandora +Pandorea +Pandoridae +Pandorina +Pandosto +pandour +pandowdy +pandrop +pandura +pandurate +pandurated +panduriform +pandy +pane +panecclesiastical +paned +panegoism +panegoist +panegyric +panegyrical +panegyrically +panegyricize +panegyricon +panegyricum +panegyris +panegyrist +panegyrize +panegyrizer +panegyry +paneity +panel +panela +panelation +paneler +paneless +paneling +panelist +panellation +panelling +panelwise +panelwork +panentheism +panesthesia +panesthetic +paneulogism +panfil +panfish +panful +pang +Pangaea +pangamic +pangamous +pangamously +pangamy +pangane +Pangasinan +pangen +pangene +pangenesis +pangenetic +pangenetically +pangenic +pangful +pangi +Pangium +pangless +panglessly +panglima +Pangloss +Panglossian +Panglossic +pangolin +pangrammatist +Pangwe +panhandle +panhandler +panharmonic +panharmonicon +panhead +panheaded +Panhellenic +Panhellenios +Panhellenism +Panhellenist +Panhellenium +panhidrosis +panhuman +panhygrous +panhyperemia +panhysterectomy +Pani +panic +panical +panically +panicful +panichthyophagous +panicked +panicky +panicle +panicled +paniclike +panicmonger +panicmongering +paniconograph +paniconographic +paniconography +Panicularia +paniculate +paniculated +paniculately +paniculitis +Panicum +panidiomorphic +panidrosis +panification +panimmunity +Paninean +Panionia +Panionian +Panionic +Paniquita +Paniquitan +panisc +panisca +paniscus +panisic +panivorous +Panjabi +panjandrum +pank +pankin +pankration +panleucopenia +panlogical +panlogism +panlogistical +panman +panmelodicon +panmelodion +panmerism +panmeristic +panmixia +panmixy +panmnesia +panmug +panmyelophthisis +Panna +pannade +pannage +pannam +pannationalism +panne +pannel +panner +pannery +panneuritic +panneuritis +pannicle +pannicular +pannier +panniered +pannierman +pannikin +panning +Pannonian +Pannonic +pannose +pannosely +pannum +pannus +pannuscorium +Panoan +panocha +panoche +panococo +panoistic +panomphaic +panomphean +panomphic +panophobia +panophthalmia +panophthalmitis +panoplied +panoplist +panoply +panoptic +panoptical +panopticon +panoram +panorama +panoramic +panoramical +panoramically +panoramist +panornithic +Panorpa +Panorpatae +panorpian +panorpid +Panorpidae +Panos +panosteitis +panostitis +panotitis +panotype +panouchi +panpathy +panpharmacon +panphenomenalism +panphobia +Panpipe +panplegia +panpneumatism +panpolism +panpsychic +panpsychism +panpsychist +panpsychistic +panscientist +pansciolism +pansciolist +pansclerosis +pansclerotic +panse +pansexism +pansexual +pansexualism +pansexualist +pansexuality +pansexualize +panshard +panside +pansideman +pansied +pansinuitis +pansinusitis +pansmith +pansophic +pansophical +pansophically +pansophism +pansophist +pansophy +panspermatism +panspermatist +panspermia +panspermic +panspermism +panspermist +panspermy +pansphygmograph +panstereorama +pansy +pansylike +pant +pantachromatic +pantacosm +pantagamy +pantagogue +pantagraph +pantagraphic +pantagraphical +Pantagruel +Pantagruelian +Pantagruelic +Pantagruelically +Pantagrueline +pantagruelion +Pantagruelism +Pantagruelist +Pantagruelistic +Pantagruelistical +Pantagruelize +pantaleon +pantaletless +pantalets +pantaletted +pantalgia +pantalon +Pantalone +pantaloon +pantalooned +pantaloonery +pantaloons +pantameter +pantamorph +pantamorphia +pantamorphic +pantanemone +pantanencephalia +pantanencephalic +pantaphobia +pantarbe +pantarchy +pantas +pantascope +pantascopic +Pantastomatida +Pantastomina +pantatrophia +pantatrophy +pantatype +pantechnic +pantechnicon +pantelegraph +pantelegraphy +panteleologism +pantelephone +pantelephonic +Pantelis +pantellerite +panter +panterer +Pantheian +pantheic +pantheism +pantheist +pantheistic +pantheistical +pantheistically +panthelematism +panthelism +pantheologist +pantheology +pantheon +pantheonic +pantheonization +pantheonize +panther +pantheress +pantherine +pantherish +pantherlike +pantherwood +pantheum +pantie +panties +pantile +pantiled +pantiling +panting +pantingly +pantisocracy +pantisocrat +pantisocratic +pantisocratical +pantisocratist +pantle +pantler +panto +pantochrome +pantochromic +pantochromism +pantochronometer +Pantocrator +pantod +Pantodon +Pantodontidae +pantoffle +pantofle +pantoganglitis +pantogelastic +pantoglossical +pantoglot +pantoglottism +pantograph +pantographer +pantographic +pantographical +pantographically +pantography +pantoiatrical +pantologic +pantological +pantologist +pantology +pantomancer +pantometer +pantometric +pantometrical +pantometry +pantomime +pantomimic +pantomimical +pantomimically +pantomimicry +pantomimish +pantomimist +pantomimus +pantomnesia +pantomnesic +pantomorph +pantomorphia +pantomorphic +panton +pantoon +pantopelagian +pantophagic +pantophagist +pantophagous +pantophagy +pantophile +pantophobia +pantophobic +pantophobous +pantoplethora +pantopod +Pantopoda +pantopragmatic +pantopterous +pantoscope +pantoscopic +pantosophy +Pantostomata +pantostomate +pantostomatous +pantostome +pantotactic +pantothenate +pantothenic +Pantotheria +pantotherian +pantotype +pantoum +pantropic +pantropical +pantry +pantryman +pantrywoman +pants +pantun +panty +pantywaist +panung +panurgic +panurgy +panyar +Panzer +panzoism +panzootia +panzootic +panzooty +Paola +paolo +paon +pap +papa +papability +papable +papabot +papacy +papagallo +Papago +papain +papal +papalism +papalist +papalistic +papalization +papalize +papalizer +papally +papalty +papane +papaphobia +papaphobist +papaprelatical +papaprelatist +paparchical +paparchy +papaship +Papaver +Papaveraceae +papaveraceous +Papaverales +papaverine +papaverous +papaw +papaya +Papayaceae +papayaceous +papayotin +papboat +pape +papelonne +paper +paperback +paperbark +paperboard +papered +paperer +paperful +paperiness +papering +paperlike +papermaker +papermaking +papermouth +papern +papershell +paperweight +papery +papess +papeterie +papey +Paphian +Paphiopedilum +Papiamento +papicolar +papicolist +Papilio +Papilionaceae +papilionaceous +Papiliones +papilionid +Papilionidae +Papilionides +Papilioninae +papilionine +papilionoid +Papilionoidea +papilla +papillae +papillar +papillary +papillate +papillated +papillectomy +papilledema +papilliferous +papilliform +papillitis +papilloadenocystoma +papillocarcinoma +papilloedema +papilloma +papillomatosis +papillomatous +papillon +papilloretinitis +papillosarcoma +papillose +papillosity +papillote +papillous +papillulate +papillule +Papinachois +Papio +papion +papish +papisher +papism +Papist +papist +papistic +papistical +papistically +papistlike +papistly +papistry +papize +papless +papmeat +papolater +papolatrous +papolatry +papoose +papooseroot +Pappea +pappescent +pappi +pappiferous +pappiform +pappose +pappox +pappus +pappy +papreg +paprica +paprika +Papuan +papula +papular +papulate +papulated +papulation +papule +papuliferous +papuloerythematous +papulopustular +papulopustule +papulose +papulosquamous +papulous +papulovesicular +papyr +papyraceous +papyral +papyrean +papyri +papyrian +papyrin +papyrine +papyritious +papyrocracy +papyrograph +papyrographer +papyrographic +papyrography +papyrological +papyrologist +papyrology +papyrophobia +papyroplastics +papyrotamia +papyrotint +papyrotype +papyrus +Paque +paquet +par +para +paraaminobenzoic +parabanate +parabanic +parabaptism +parabaptization +parabasal +parabasic +parabasis +parabema +parabematic +parabenzoquinone +parabiosis +parabiotic +parablast +parablastic +parable +parablepsia +parablepsis +parablepsy +parableptic +parabola +parabolanus +parabolic +parabolical +parabolicalism +parabolically +parabolicness +paraboliform +parabolist +parabolization +parabolize +parabolizer +paraboloid +paraboloidal +parabomb +parabotulism +parabranchia +parabranchial +parabranchiate +parabulia +parabulic +paracanthosis +paracarmine +paracasein +paracaseinate +Paracelsian +Paracelsianism +Paracelsic +Paracelsist +Paracelsistic +Paracelsus +paracentesis +paracentral +paracentric +paracentrical +paracephalus +paracerebellar +paracetaldehyde +parachaplain +paracholia +parachor +parachordal +parachrea +parachroia +parachroma +parachromatism +parachromatophorous +parachromatopsia +parachromatosis +parachrome +parachromoparous +parachromophoric +parachromophorous +parachronism +parachronistic +parachrose +parachute +parachutic +parachutism +parachutist +paraclete +paracmasis +paracme +paracoele +paracoelian +paracolitis +paracolon +paracolpitis +paracolpium +paracondyloid +paracone +paraconic +paraconid +paraconscious +paracorolla +paracotoin +paracoumaric +paracresol +Paracress +paracusia +paracusic +paracyanogen +paracyesis +paracymene +paracystic +paracystitis +paracystium +parade +paradeful +paradeless +paradelike +paradenitis +paradental +paradentitis +paradentium +parader +paraderm +paradiastole +paradiazine +paradichlorbenzene +paradichlorbenzol +paradichlorobenzene +paradichlorobenzol +paradidymal +paradidymis +paradigm +paradigmatic +paradigmatical +paradigmatically +paradigmatize +parading +paradingly +paradiplomatic +paradisaic +paradisaically +paradisal +paradise +Paradisea +paradisean +Paradiseidae +Paradiseinae +Paradisia +paradisiac +paradisiacal +paradisiacally +paradisial +paradisian +paradisic +paradisical +parado +paradoctor +parados +paradoses +paradox +paradoxal +paradoxer +paradoxial +paradoxic +paradoxical +paradoxicalism +paradoxicality +paradoxically +paradoxicalness +paradoxician +Paradoxides +paradoxidian +paradoxism +paradoxist +paradoxographer +paradoxographical +paradoxology +paradoxure +Paradoxurinae +paradoxurine +Paradoxurus +paradoxy +paradromic +paraenesis +paraenesize +paraenetic +paraenetical +paraengineer +paraffin +paraffine +paraffiner +paraffinic +paraffinize +paraffinoid +paraffiny +paraffle +parafle +parafloccular +paraflocculus +paraform +paraformaldehyde +parafunction +paragammacism +paraganglion +paragaster +paragastral +paragastric +paragastrula +paragastrular +parage +paragenesia +paragenesis +paragenetic +paragenic +paragerontic +parageusia +parageusic +parageusis +paragglutination +paraglenal +paraglobin +paraglobulin +paraglossa +paraglossal +paraglossate +paraglossia +paraglycogen +paragnath +paragnathism +paragnathous +paragnathus +paragneiss +paragnosia +paragoge +paragogic +paragogical +paragogically +paragogize +paragon +paragonimiasis +Paragonimus +paragonite +paragonitic +paragonless +paragram +paragrammatist +paragraph +paragrapher +paragraphia +paragraphic +paragraphical +paragraphically +paragraphism +paragraphist +paragraphistical +paragraphize +Paraguay +Paraguayan +parah +paraheliotropic +paraheliotropism +parahematin +parahemoglobin +parahepatic +Parahippus +parahopeite +parahormone +parahydrogen +paraiba +Paraiyan +parakeet +parakeratosis +parakilya +parakinesia +parakinetic +paralactate +paralalia +paralambdacism +paralambdacismus +paralaurionite +paraldehyde +parale +paralectotype +paraleipsis +paralepsis +paralexia +paralexic +paralgesia +paralgesic +paralinin +paralipomena +Paralipomenon +paralipsis +paralitical +parallactic +parallactical +parallactically +parallax +parallel +parallelable +parallelepiped +parallelepipedal +parallelepipedic +parallelepipedon +parallelepipedonal +paralleler +parallelinervate +parallelinerved +parallelinervous +parallelism +parallelist +parallelistic +parallelith +parallelization +parallelize +parallelizer +parallelless +parallelly +parallelodrome +parallelodromous +parallelogram +parallelogrammatic +parallelogrammatical +parallelogrammic +parallelogrammical +parallelograph +parallelometer +parallelopiped +parallelopipedon +parallelotropic +parallelotropism +parallelwise +parallepipedous +paralogia +paralogical +paralogician +paralogism +paralogist +paralogistic +paralogize +paralogy +paraluminite +paralyses +paralysis +paralytic +paralytical +paralytically +paralyzant +paralyzation +paralyze +paralyzedly +paralyzer +paralyzingly +param +paramagnet +paramagnetic +paramagnetism +paramandelic +paramarine +paramastigate +paramastitis +paramastoid +paramatta +Paramecidae +Paramecium +paramedian +paramelaconite +paramenia +parament +paramere +parameric +parameron +paramese +paramesial +parameter +parametric +parametrical +parametritic +parametritis +parametrium +paramide +paramilitary +paramimia +paramine +paramiographer +paramitome +paramnesia +paramo +Paramoecium +paramorph +paramorphia +paramorphic +paramorphine +paramorphism +paramorphosis +paramorphous +paramount +paramountcy +paramountly +paramountness +paramountship +paramour +paramuthetic +paramyelin +paramylum +paramyoclonus +paramyosinogen +paramyotone +paramyotonia +paranasal +paranatellon +parandrus +paranema +paranematic +paranephric +paranephritic +paranephritis +paranephros +paranepionic +paranete +parang +paranitraniline +paranitrosophenol +paranoia +paranoiac +paranoid +paranoidal +paranoidism +paranomia +paranormal +paranosic +paranthelion +paranthracene +Paranthropus +paranuclear +paranucleate +paranucleic +paranuclein +paranucleinic +paranucleus +paranymph +paranymphal +parao +paraoperation +Parapaguridae +paraparesis +paraparetic +parapathia +parapathy +parapegm +parapegma +paraperiodic +parapet +parapetalous +parapeted +parapetless +paraph +paraphasia +paraphasic +paraphemia +paraphenetidine +paraphenylene +paraphenylenediamine +parapherna +paraphernal +paraphernalia +paraphernalian +paraphia +paraphilia +paraphimosis +paraphonia +paraphonic +paraphototropism +paraphrasable +paraphrase +paraphraser +paraphrasia +paraphrasian +paraphrasis +paraphrasist +paraphrast +paraphraster +paraphrastic +paraphrastical +paraphrastically +paraphrenia +paraphrenic +paraphrenitis +paraphyllium +paraphysate +paraphysical +paraphysiferous +paraphysis +paraplasis +paraplasm +paraplasmic +paraplastic +paraplastin +paraplectic +paraplegia +paraplegic +paraplegy +parapleuritis +parapleurum +parapod +parapodial +parapodium +parapophysial +parapophysis +parapraxia +parapraxis +paraproctitis +paraproctium +paraprostatitis +Parapsida +parapsidal +parapsidan +parapsis +parapsychical +parapsychism +parapsychological +parapsychology +parapsychosis +parapteral +parapteron +parapterum +paraquadrate +paraquinone +Pararctalia +Pararctalian +pararectal +pararek +parareka +pararhotacism +pararosaniline +pararosolic +pararthria +parasaboteur +parasalpingitis +parasang +parascene +parascenium +parasceve +paraschematic +parasecretion +paraselene +paraselenic +parasemidin +parasemidine +parasexuality +parashah +parasigmatism +parasigmatismus +Parasita +parasital +parasitary +parasite +parasitelike +parasitemia +parasitic +Parasitica +parasitical +parasitically +parasiticalness +parasiticidal +parasiticide +Parasitidae +parasitism +parasitize +parasitogenic +parasitoid +parasitoidism +parasitological +parasitologist +parasitology +parasitophobia +parasitosis +parasitotrope +parasitotropic +parasitotropism +parasitotropy +paraskenion +parasol +parasoled +parasolette +paraspecific +parasphenoid +parasphenoidal +paraspotter +paraspy +parastas +parastatic +parastemon +parastemonal +parasternal +parasternum +parastichy +parastyle +parasubphonate +parasubstituted +Parasuchia +parasuchian +parasympathetic +parasympathomimetic +parasynapsis +parasynaptic +parasynaptist +parasyndesis +parasynesis +parasynetic +parasynovitis +parasynthesis +parasynthetic +parasyntheton +parasyphilis +parasyphilitic +parasyphilosis +parasystole +paratactic +paratactical +paratactically +paratartaric +parataxis +parate +paraterminal +Paratheria +paratherian +parathesis +parathetic +parathion +parathormone +parathymic +parathyroid +parathyroidal +parathyroidectomize +parathyroidectomy +parathyroprival +parathyroprivia +parathyroprivic +paratitla +paratitles +paratoloid +paratoluic +paratoluidine +paratomial +paratomium +paratonic +paratonically +paratorium +paratory +paratracheal +paratragedia +paratragoedia +paratransversan +paratrichosis +paratrimma +paratriptic +paratroop +paratrooper +paratrophic +paratrophy +paratuberculin +paratuberculosis +paratuberculous +paratungstate +paratungstic +paratype +paratyphlitis +paratyphoid +paratypic +paratypical +paratypically +paravaginitis +paravail +paravane +paravauxite +paravent +paravertebral +paravesical +paraxial +paraxially +paraxon +paraxonic +paraxylene +Parazoa +parazoan +parazonium +parbake +Parbate +parboil +parbuckle +parcel +parceling +parcellary +parcellate +parcellation +parcelling +parcellization +parcellize +parcelment +parcelwise +parcenary +parcener +parcenership +parch +parchable +parchedly +parchedness +parcheesi +parchemin +parcher +parchesi +parching +parchingly +parchisi +parchment +parchmenter +parchmentize +parchmentlike +parchmenty +parchy +parcidentate +parciloquy +parclose +parcook +pard +pardalote +Pardanthus +pardao +parded +pardesi +pardine +pardner +pardnomastic +pardo +pardon +pardonable +pardonableness +pardonably +pardonee +pardoner +pardoning +pardonless +pardonmonger +pare +paregoric +Pareiasauri +Pareiasauria +pareiasaurian +Pareiasaurus +Pareioplitae +parel +parelectronomic +parelectronomy +parella +paren +parencephalic +parencephalon +parenchym +parenchyma +parenchymal +parenchymatic +parenchymatitis +parenchymatous +parenchymatously +parenchyme +parenchymous +parent +parentage +parental +Parentalia +parentalism +parentality +parentally +parentdom +parentela +parentelic +parenteral +parenterally +parentheses +parenthesis +parenthesize +parenthetic +parenthetical +parentheticality +parenthetically +parentheticalness +parenthood +parenticide +parentless +parentlike +parentship +Pareoean +parepididymal +parepididymis +parepigastric +parer +parerethesis +parergal +parergic +parergon +paresis +paresthesia +paresthesis +paresthetic +parethmoid +paretic +paretically +pareunia +parfait +parfilage +parfleche +parfocal +pargana +pargasite +parge +pargeboard +parget +pargeter +pargeting +pargo +parhelia +parheliacal +parhelic +parhelion +parhomologous +parhomology +parhypate +pari +pariah +pariahdom +pariahism +pariahship +parial +Parian +parian +Pariasauria +Pariasaurus +Paridae +paridigitate +paridrosis +paries +parietal +Parietales +Parietaria +parietary +parietes +parietofrontal +parietojugal +parietomastoid +parietoquadrate +parietosphenoid +parietosphenoidal +parietosplanchnic +parietosquamosal +parietotemporal +parietovaginal +parietovisceral +parify +parigenin +pariglin +Parilia +Parilicium +parilla +parillin +parimutuel +Parinarium +parine +paring +paripinnate +Paris +parish +parished +parishen +parishional +parishionally +parishionate +parishioner +parishionership +Parisian +Parisianism +Parisianization +Parisianize +Parisianly +Parisii +parisis +parisology +parison +parisonic +paristhmic +paristhmion +parisyllabic +parisyllabical +Pariti +Paritium +parity +parivincular +park +parka +parkee +parker +parkin +parking +Parkinsonia +Parkinsonism +parkish +parklike +parkward +parkway +parky +parlamento +parlance +parlando +Parlatoria +parlatory +parlay +parle +parley +parleyer +parliament +parliamental +parliamentarian +parliamentarianism +parliamentarily +parliamentariness +parliamentarism +parliamentarization +parliamentarize +parliamentary +parliamenteer +parliamenteering +parliamenter +parling +parlish +parlor +parlorish +parlormaid +parlous +parlously +parlousness +parly +Parma +parma +parmacety +parmak +Parmelia +Parmeliaceae +parmeliaceous +parmelioid +Parmentiera +Parmesan +Parmese +parnas +Parnassia +Parnassiaceae +parnassiaceous +Parnassian +Parnassianism +Parnassiinae +Parnassism +Parnassus +parnel +Parnellism +Parnellite +parnorpine +paroarion +paroarium +paroccipital +paroch +parochial +parochialic +parochialism +parochialist +parochiality +parochialization +parochialize +parochially +parochialness +parochin +parochine +parochiner +parode +parodiable +parodial +parodic +parodical +parodinia +parodist +parodistic +parodistically +parodize +parodontitis +parodos +parody +parodyproof +paroecious +paroeciously +paroeciousness +paroecism +paroecy +paroemia +paroemiac +paroemiographer +paroemiography +paroemiologist +paroemiology +paroicous +parol +parolable +parole +parolee +parolfactory +paroli +parolist +paromoeon +paromologetic +paromologia +paromology +paromphalocele +paromphalocelic +paronomasia +paronomasial +paronomasian +paronomasiastic +paronomastical +paronomastically +paronychia +paronychial +paronychium +paronym +paronymic +paronymization +paronymize +paronymous +paronymy +paroophoric +paroophoritis +paroophoron +paropsis +paroptesis +paroptic +parorchid +parorchis +parorexia +Parosela +parosmia +parosmic +parosteal +parosteitis +parosteosis +parostosis +parostotic +Parotia +parotic +parotid +parotidean +parotidectomy +parotiditis +parotis +parotitic +parotitis +parotoid +parous +parousia +parousiamania +parovarian +parovariotomy +parovarium +paroxazine +paroxysm +paroxysmal +paroxysmalist +paroxysmally +paroxysmic +paroxysmist +paroxytone +paroxytonic +paroxytonize +parpal +parquet +parquetage +parquetry +parr +Parra +parrel +parrhesia +parrhesiastic +parriable +parricidal +parricidally +parricide +parricided +parricidial +parricidism +Parridae +parrier +parrock +parrot +parroter +parrothood +parrotism +parrotize +parrotlet +parrotlike +parrotry +parrotwise +parroty +parry +parsable +parse +parsec +Parsee +Parseeism +parser +parsettensite +Parsi +Parsic +Parsiism +parsimonious +parsimoniously +parsimoniousness +parsimony +Parsism +parsley +parsleylike +parsleywort +parsnip +parson +parsonage +parsonarchy +parsondom +parsoned +parsonese +parsoness +parsonet +parsonhood +parsonic +parsonical +parsonically +parsoning +parsonish +parsonity +parsonize +parsonlike +parsonly +parsonolatry +parsonology +parsonry +parsonship +Parsonsia +parsonsite +parsony +Part +part +partakable +partake +partaker +partan +partanfull +partanhanded +parted +partedness +parter +parterre +parterred +partheniad +Partheniae +parthenian +parthenic +Parthenium +parthenocarpelly +parthenocarpic +parthenocarpical +parthenocarpically +parthenocarpous +parthenocarpy +Parthenocissus +parthenogenesis +parthenogenetic +parthenogenetically +parthenogenic +parthenogenitive +parthenogenous +parthenogeny +parthenogonidium +Parthenolatry +parthenology +Parthenon +Parthenopaeus +parthenoparous +Parthenope +Parthenopean +Parthenos +parthenosperm +parthenospore +Parthian +partial +partialism +partialist +partialistic +partiality +partialize +partially +partialness +partiary +partible +particate +participability +participable +participance +participancy +participant +participantly +participate +participatingly +participation +participative +participatively +participator +participatory +participatress +participial +participiality +participialize +participially +participle +particle +particled +particular +particularism +particularist +particularistic +particularistically +particularity +particularization +particularize +particularly +particularness +particulate +partigen +partile +partimembered +partimen +partinium +partisan +partisanism +partisanize +partisanship +partite +partition +partitional +partitionary +partitioned +partitioner +partitioning +partitionist +partitionment +partitive +partitively +partitura +partiversal +partivity +partless +partlet +partly +partner +partnerless +partnership +parto +partook +partridge +partridgeberry +partridgelike +partridgewood +partridging +partschinite +parture +parturiate +parturience +parturiency +parturient +parturifacient +parturition +parturitive +party +partyism +partyist +partykin +partyless +partymonger +partyship +Parukutu +parulis +parumbilical +parure +paruria +Parus +parvanimity +parvenu +parvenudom +parvenuism +parvicellular +parviflorous +parvifoliate +parvifolious +parvipotent +parvirostrate +parvis +parviscient +parvitude +parvolin +parvoline +parvule +paryphodrome +pasan +pasang +Pascal +Pasch +Pascha +paschal +paschalist +Paschaltide +paschite +pascoite +pascuage +pascual +pascuous +pasgarde +pash +pasha +pashadom +pashalik +pashaship +pashm +pashmina +Pashto +pasi +pasigraphic +pasigraphical +pasigraphy +pasilaly +Pasitelean +pasmo +Paspalum +pasqueflower +pasquil +pasquilant +pasquiler +pasquilic +Pasquin +pasquin +pasquinade +pasquinader +Pasquinian +Pasquino +pass +passable +passableness +passably +passade +passado +passage +passageable +passageway +Passagian +passalid +Passalidae +Passalus +Passamaquoddy +passant +passback +passbook +Passe +passe +passee +passegarde +passement +passementerie +passen +passenger +Passer +passer +Passeres +passeriform +Passeriformes +Passerina +passerine +passewa +passibility +passible +passibleness +Passiflora +Passifloraceae +passifloraceous +Passiflorales +passimeter +passing +passingly +passingness +passion +passional +passionary +passionate +passionately +passionateness +passionative +passioned +passionflower +passionful +passionfully +passionfulness +Passionist +passionist +passionless +passionlessly +passionlessness +passionlike +passionometer +passionproof +Passiontide +passionwise +passionwort +passir +passival +passivate +passivation +passive +passively +passiveness +passivism +passivist +passivity +passkey +passless +passman +passo +passometer +passout +passover +passoverish +passpenny +passport +passportless +passulate +passulation +passus +passway +passwoman +password +passworts +passymeasure +past +paste +pasteboard +pasteboardy +pasted +pastedness +pastedown +pastel +pastelist +paster +pasterer +pastern +pasterned +pasteur +Pasteurella +Pasteurelleae +pasteurellosis +Pasteurian +pasteurism +pasteurization +pasteurize +pasteurizer +pastiche +pasticheur +pastil +pastile +pastille +pastime +pastimer +Pastinaca +pastiness +pasting +pastness +pastophor +pastophorion +pastophorium +pastophorus +pastor +pastorage +pastoral +pastorale +pastoralism +pastoralist +pastorality +pastoralize +pastorally +pastoralness +pastorate +pastoress +pastorhood +pastorium +pastorize +pastorless +pastorlike +pastorling +pastorly +pastorship +pastose +pastosity +pastrami +pastry +pastryman +pasturability +pasturable +pasturage +pastural +pasture +pastureless +pasturer +pasturewise +pasty +pasul +Pat +pat +pata +pataca +patacao +pataco +patagial +patagiate +patagium +Patagon +patagon +Patagones +Patagonian +pataka +patamar +patao +patapat +pataque +Pataria +Patarin +Patarine +Patarinism +patas +patashte +Patavian +patavinity +patball +patballer +patch +patchable +patcher +patchery +patchily +patchiness +patchleaf +patchless +patchouli +patchwise +patchword +patchwork +patchworky +patchy +pate +patefaction +patefy +patel +patella +patellar +patellaroid +patellate +Patellidae +patellidan +patelliform +patelline +patellofemoral +patelloid +patellula +patellulate +paten +patency +patener +patent +patentability +patentable +patentably +patentee +patently +patentor +pater +patera +patercove +paterfamiliar +paterfamiliarly +paterfamilias +pateriform +paterissa +paternal +paternalism +paternalist +paternalistic +paternalistically +paternality +paternalize +paternally +paternity +paternoster +paternosterer +patesi +patesiate +path +Pathan +pathbreaker +pathed +pathema +pathematic +pathematically +pathematology +pathetic +pathetical +pathetically +patheticalness +patheticate +patheticly +patheticness +pathetism +pathetist +pathetize +pathfarer +pathfinder +pathfinding +pathic +pathicism +pathless +pathlessness +pathlet +pathoanatomical +pathoanatomy +pathobiological +pathobiologist +pathobiology +pathochemistry +pathodontia +pathogen +pathogene +pathogenesis +pathogenesy +pathogenetic +pathogenic +pathogenicity +pathogenous +pathogeny +pathogerm +pathogermic +pathognomic +pathognomical +pathognomonic +pathognomonical +pathognomy +pathognostic +pathographical +pathography +pathologic +pathological +pathologically +pathologicoanatomic +pathologicoanatomical +pathologicoclinical +pathologicohistological +pathologicopsychological +pathologist +pathology +patholysis +patholytic +pathomania +pathometabolism +pathomimesis +pathomimicry +pathoneurosis +pathonomia +pathonomy +pathophobia +pathophoresis +pathophoric +pathophorous +pathoplastic +pathoplastically +pathopoeia +pathopoiesis +pathopoietic +pathopsychology +pathopsychosis +pathoradiography +pathos +pathosocial +Pathrusim +pathway +pathwayed +pathy +patible +patibulary +patibulate +patience +patiency +patient +patientless +patiently +patientness +patina +patinate +patination +patine +patined +patinize +patinous +patio +patisserie +patly +Patmian +Patmos +patness +patnidar +pato +patois +patola +patonce +patria +patrial +patriarch +patriarchal +patriarchalism +patriarchally +patriarchate +patriarchdom +patriarched +patriarchess +patriarchic +patriarchical +patriarchically +patriarchism +patriarchist +patriarchship +patriarchy +Patrice +patrice +Patricia +Patrician +patrician +patricianhood +patricianism +patricianly +patricianship +patriciate +patricidal +patricide +Patricio +Patrick +patrico +patrilineal +patrilineally +patrilinear +patriliny +patrilocal +patrimonial +patrimonially +patrimony +patrin +Patriofelis +patriolatry +patriot +patrioteer +patriotess +patriotic +patriotical +patriotically +patriotics +patriotism +patriotly +patriotship +Patripassian +Patripassianism +Patripassianist +Patripassianly +patrist +patristic +patristical +patristically +patristicalness +patristicism +patristics +patrix +patrizate +patrization +patrocinium +patroclinic +patroclinous +patrocliny +patrogenesis +patrol +patroller +patrollotism +patrolman +patrologic +patrological +patrologist +patrology +patron +patronage +patronal +patronate +patrondom +patroness +patronessship +patronite +patronizable +patronization +patronize +patronizer +patronizing +patronizingly +patronless +patronly +patronomatology +patronship +patronym +patronymic +patronymically +patronymy +patroon +patroonry +patroonship +patruity +Patsy +patta +pattable +patte +pattee +patten +pattened +pattener +patter +patterer +patterist +pattern +patternable +patterned +patterner +patterning +patternize +patternless +patternlike +patternmaker +patternmaking +patternwise +patterny +pattu +Patty +patty +pattypan +patu +patulent +patulous +patulously +patulousness +Patuxent +patwari +Patwin +paty +pau +pauciarticulate +pauciarticulated +paucidentate +pauciflorous +paucifoliate +paucifolious +paucify +paucijugate +paucilocular +pauciloquent +pauciloquently +pauciloquy +paucinervate +paucipinnate +pauciplicate +pauciradiate +pauciradiated +paucispiral +paucispirated +paucity +paughty +paukpan +Paul +Paula +paular +pauldron +Pauliad +Paulian +Paulianist +Pauliccian +Paulicianism +paulie +paulin +Paulina +Pauline +Paulinia +Paulinian +Paulinism +Paulinist +Paulinistic +Paulinistically +Paulinity +Paulinize +Paulinus +Paulism +Paulist +Paulista +Paulite +paulopast +paulopost +paulospore +Paulownia +Paulus +Paumari +paunch +paunched +paunchful +paunchily +paunchiness +paunchy +paup +pauper +pauperage +pauperate +pauperdom +pauperess +pauperism +pauperitic +pauperization +pauperize +pauperizer +Paurometabola +paurometabolic +paurometabolism +paurometabolous +paurometaboly +pauropod +Pauropoda +pauropodous +pausably +pausal +pausation +pause +pauseful +pausefully +pauseless +pauselessly +pausement +pauser +pausingly +paussid +Paussidae +paut +pauxi +pavage +pavan +pavane +pave +pavement +pavemental +paver +pavestone +Pavetta +Pavia +pavid +pavidity +pavier +pavilion +paving +pavior +Paviotso +paviour +pavis +pavisade +pavisado +paviser +pavisor +Pavo +pavonated +pavonazzetto +pavonazzo +Pavoncella +Pavonia +pavonian +pavonine +pavonize +pavy +paw +pawdite +pawer +pawing +pawk +pawkery +pawkily +pawkiness +pawkrie +pawky +pawl +pawn +pawnable +pawnage +pawnbroker +pawnbrokerage +pawnbrokeress +pawnbrokering +pawnbrokery +pawnbroking +Pawnee +pawnee +pawner +pawnie +pawnor +pawnshop +pawpaw +Pawtucket +pax +paxilla +paxillar +paxillary +paxillate +paxilliferous +paxilliform +Paxillosa +paxillose +paxillus +paxiuba +paxwax +pay +payability +payable +payableness +payably +Payagua +Payaguan +payday +payed +payee +payeny +payer +paying +paymaster +paymastership +payment +paymistress +Payni +paynim +paynimhood +paynimry +Paynize +payoff +payong +payor +payroll +paysagist +Pazend +pea +peaberry +peace +peaceable +peaceableness +peaceably +peacebreaker +peacebreaking +peaceful +peacefully +peacefulness +peaceless +peacelessness +peacelike +peacemaker +peacemaking +peaceman +peacemonger +peacemongering +peacetime +peach +peachberry +peachblossom +peachblow +peachen +peacher +peachery +peachick +peachify +peachiness +peachlet +peachlike +peachwood +peachwort +peachy +peacoat +peacock +peacockery +peacockish +peacockishly +peacockishness +peacockism +peacocklike +peacockly +peacockwise +peacocky +peacod +peafowl +peag +peage +peahen +peai +peaiism +peak +peaked +peakedly +peakedness +peaker +peakily +peakiness +peaking +peakish +peakishly +peakishness +peakless +peaklike +peakward +peaky +peakyish +peal +pealike +pean +peanut +pear +pearceite +pearl +pearlberry +pearled +pearler +pearlet +pearlfish +pearlfruit +pearlike +pearlin +pearliness +pearling +pearlish +pearlite +pearlitic +pearlsides +pearlstone +pearlweed +pearlwort +pearly +pearmain +pearmonger +peart +pearten +peartly +peartness +pearwood +peasant +peasantess +peasanthood +peasantism +peasantize +peasantlike +peasantly +peasantry +peasantship +peasecod +peaselike +peasen +peashooter +peason +peastake +peastaking +peastick +peasticking +peastone +peasy +peat +peatery +peathouse +peatman +peatship +peatstack +peatwood +peaty +peavey +peavy +Peba +peba +Peban +pebble +pebbled +pebblehearted +pebblestone +pebbleware +pebbly +pebrine +pebrinous +pecan +peccability +peccable +peccadillo +peccancy +peccant +peccantly +peccantness +peccary +peccation +peccavi +pech +pecht +pecite +peck +pecked +pecker +peckerwood +pecket +peckful +peckhamite +peckiness +peckish +peckishly +peckishness +peckle +peckled +peckly +Pecksniffian +Pecksniffianism +Pecksniffism +pecky +Pecopteris +pecopteroid +Pecora +Pecos +pectase +pectate +pecten +pectic +pectin +Pectinacea +pectinacean +pectinaceous +pectinal +pectinase +pectinate +pectinated +pectinately +pectination +pectinatodenticulate +pectinatofimbricate +pectinatopinnate +pectineal +pectineus +pectinibranch +Pectinibranchia +pectinibranchian +Pectinibranchiata +pectinibranchiate +pectinic +pectinid +Pectinidae +pectiniferous +pectiniform +pectinirostrate +pectinite +pectinogen +pectinoid +pectinose +pectinous +pectizable +pectization +pectize +pectocellulose +pectolite +pectora +pectoral +pectoralgia +pectoralis +pectoralist +pectorally +pectoriloquial +pectoriloquism +pectoriloquous +pectoriloquy +pectosase +pectose +pectosic +pectosinase +pectous +pectunculate +Pectunculus +pectus +peculate +peculation +peculator +peculiar +peculiarism +peculiarity +peculiarize +peculiarly +peculiarness +peculiarsome +peculium +pecuniarily +pecuniary +pecuniosity +pecunious +ped +peda +pedage +pedagog +pedagogal +pedagogic +pedagogical +pedagogically +pedagogics +pedagogism +pedagogist +pedagogue +pedagoguery +pedagoguish +pedagoguism +pedagogy +pedal +pedaler +pedalfer +pedalferic +Pedaliaceae +pedaliaceous +pedalian +pedalier +Pedalion +pedalism +pedalist +pedaliter +pedality +Pedalium +pedanalysis +pedant +pedantesque +pedantess +pedanthood +pedantic +pedantical +pedantically +pedanticalness +pedanticism +pedanticly +pedanticness +pedantism +pedantize +pedantocracy +pedantocrat +pedantocratic +pedantry +pedary +Pedata +pedate +pedated +pedately +pedatifid +pedatiform +pedatilobate +pedatilobed +pedatinerved +pedatipartite +pedatisect +pedatisected +pedatrophia +pedder +peddle +peddler +peddleress +peddlerism +peddlery +peddling +peddlingly +pedee +pedelion +pederast +pederastic +pederastically +pederasty +pedes +pedesis +pedestal +pedestrial +pedestrially +pedestrian +pedestrianate +pedestrianism +pedestrianize +pedetentous +Pedetes +Pedetidae +Pedetinae +pediadontia +pediadontic +pediadontist +pedialgia +Pediastrum +pediatric +pediatrician +pediatrics +pediatrist +pediatry +pedicab +pedicel +pediceled +pedicellar +pedicellaria +pedicellate +pedicellated +pedicellation +pedicelled +pedicelliform +Pedicellina +pedicellus +pedicle +pedicular +Pedicularia +Pedicularis +pediculate +pediculated +Pediculati +pedicule +Pediculi +pediculicidal +pediculicide +pediculid +Pediculidae +Pediculina +pediculine +pediculofrontal +pediculoid +pediculoparietal +pediculophobia +pediculosis +pediculous +Pediculus +pedicure +pedicurism +pedicurist +pediferous +pediform +pedigerous +pedigraic +pedigree +pedigreeless +pediluvium +Pedimana +pedimanous +pediment +pedimental +pedimented +pedimentum +Pedioecetes +pedion +pedionomite +Pedionomus +pedipalp +pedipalpal +pedipalpate +Pedipalpi +Pedipalpida +pedipalpous +pedipalpus +pedipulate +pedipulation +pedipulator +pedlar +pedlary +pedobaptism +pedobaptist +pedocal +pedocalcic +pedodontia +pedodontic +pedodontist +pedodontology +pedograph +pedological +pedologist +pedologistical +pedologistically +pedology +pedometer +pedometric +pedometrical +pedometrically +pedometrician +pedometrist +pedomorphic +pedomorphism +pedomotive +pedomotor +pedophilia +pedophilic +pedotribe +pedotrophic +pedotrophist +pedotrophy +pedrail +pedregal +pedrero +Pedro +pedro +pedule +pedum +peduncle +peduncled +peduncular +Pedunculata +pedunculate +pedunculated +pedunculation +pedunculus +pee +peed +peek +peekaboo +peel +peelable +peele +peeled +peeledness +peeler +peelhouse +peeling +Peelism +Peelite +peelman +peen +peenge +peeoy +peep +peeper +peepeye +peephole +peepy +peer +peerage +peerdom +peeress +peerhood +peerie +peeringly +peerless +peerlessly +peerlessness +peerling +peerly +peership +peery +peesash +peesoreh +peesweep +peetweet +peeve +peeved +peevedly +peevedness +peever +peevish +peevishly +peevishness +peewee +Peg +peg +pega +pegall +peganite +Peganum +Pegasean +Pegasian +Pegasid +pegasid +Pegasidae +pegasoid +Pegasus +pegboard +pegbox +pegged +pegger +pegging +peggle +Peggy +peggy +pegless +peglet +peglike +pegman +pegmatite +pegmatitic +pegmatization +pegmatize +pegmatoid +pegmatophyre +pegology +pegomancy +Peguan +pegwood +Pehlevi +peho +Pehuenche +peignoir +peine +peirameter +peirastic +peirastically +peisage +peise +peiser +Peitho +peixere +pejorate +pejoration +pejorationist +pejorative +pejoratively +pejorism +pejorist +pejority +pekan +Pekin +pekin +Peking +Pekingese +pekoe +peladic +pelage +pelagial +Pelagian +pelagian +Pelagianism +Pelagianize +Pelagianizer +pelagic +Pelagothuria +pelamyd +pelanos +Pelargi +pelargic +Pelargikon +pelargomorph +Pelargomorphae +pelargomorphic +pelargonate +pelargonic +pelargonidin +pelargonin +pelargonium +Pelasgi +Pelasgian +Pelasgic +Pelasgikon +Pelasgoi +Pele +pelean +pelecan +Pelecani +Pelecanidae +Pelecaniformes +Pelecanoides +Pelecanoidinae +Pelecanus +pelecypod +Pelecypoda +pelecypodous +pelelith +pelerine +Peleus +Pelew +pelf +Pelias +pelican +pelicanry +pelick +pelicometer +Pelides +Pelidnota +pelike +peliom +pelioma +peliosis +pelisse +pelite +pelitic +pell +Pellaea +pellage +pellagra +pellagragenic +pellagrin +pellagrose +pellagrous +pellar +pellard +pellas +pellate +pellation +peller +pellet +pelleted +pelletierine +pelletlike +pellety +Pellian +pellicle +pellicula +pellicular +pellicularia +pelliculate +pellicule +pellile +pellitory +pellmell +pellock +pellotine +pellucent +pellucid +pellucidity +pellucidly +pellucidness +Pelmanism +Pelmanist +Pelmanize +pelmatic +pelmatogram +Pelmatozoa +pelmatozoan +pelmatozoic +pelmet +Pelobates +pelobatid +Pelobatidae +pelobatoid +Pelodytes +pelodytid +Pelodytidae +pelodytoid +Pelomedusa +pelomedusid +Pelomedusidae +pelomedusoid +Pelomyxa +pelon +Pelopaeus +Pelopid +Pelopidae +Peloponnesian +Pelops +peloria +pelorian +peloriate +peloric +pelorism +pelorization +pelorize +pelorus +pelota +pelotherapy +peloton +pelt +pelta +Peltandra +peltast +peltate +peltated +peltately +peltatifid +peltation +peltatodigitate +pelter +pelterer +peltiferous +peltifolious +peltiform +Peltigera +Peltigeraceae +peltigerine +peltigerous +peltinerved +pelting +peltingly +peltless +peltmonger +Peltogaster +peltry +pelu +peludo +Pelusios +pelveoperitonitis +pelves +Pelvetia +pelvic +pelviform +pelvigraph +pelvigraphy +pelvimeter +pelvimetry +pelviolithotomy +pelvioperitonitis +pelvioplasty +pelvioradiography +pelvioscopy +pelviotomy +pelviperitonitis +pelvirectal +pelvis +pelvisacral +pelvisternal +pelvisternum +pelycogram +pelycography +pelycology +pelycometer +pelycometry +pelycosaur +Pelycosauria +pelycosaurian +pembina +Pembroke +pemican +pemmican +pemmicanization +pemmicanize +pemphigoid +pemphigous +pemphigus +pen +penacute +Penaea +Penaeaceae +penaeaceous +penal +penalist +penality +penalizable +penalization +penalize +penally +penalty +penance +penanceless +penang +penannular +penates +penbard +pencatite +pence +pencel +penceless +penchant +penchute +pencil +penciled +penciler +penciliform +penciling +pencilled +penciller +pencillike +pencilling +pencilry +pencilwood +pencraft +pend +penda +pendant +pendanted +pendanting +pendantlike +pendecagon +pendeloque +pendency +pendent +pendentive +pendently +pendicle +pendicler +pending +pendle +pendom +pendragon +pendragonish +pendragonship +pendulant +pendular +pendulate +pendulation +pendule +penduline +pendulosity +pendulous +pendulously +pendulousness +pendulum +pendulumlike +Penelope +Penelopean +Penelophon +Penelopinae +penelopine +peneplain +peneplanation +peneplane +peneseismic +penetrability +penetrable +penetrableness +penetrably +penetral +penetralia +penetralian +penetrance +penetrancy +penetrant +penetrate +penetrating +penetratingly +penetratingness +penetration +penetrative +penetratively +penetrativeness +penetrativity +penetrator +penetrology +penetrometer +penfieldite +penfold +penful +penghulu +pengo +penguin +penguinery +penhead +penholder +penial +penicillate +penicillated +penicillately +penicillation +penicilliform +penicillin +Penicillium +penide +penile +peninsula +peninsular +peninsularism +peninsularity +peninsulate +penintime +peninvariant +penis +penistone +penitence +penitencer +penitent +Penitentes +penitential +penitentially +penitentiary +penitentiaryship +penitently +penk +penkeeper +penknife +penlike +penmaker +penmaking +penman +penmanship +penmaster +penna +pennaceous +Pennacook +pennae +pennage +Pennales +pennant +Pennaria +Pennariidae +Pennatae +pennate +pennated +pennatifid +pennatilobate +pennatipartite +pennatisect +pennatisected +Pennatula +Pennatulacea +pennatulacean +pennatulaceous +pennatularian +pennatulid +Pennatulidae +pennatuloid +penneech +penneeck +penner +pennet +penni +pennia +pennied +penniferous +penniform +pennigerous +penniless +pennilessly +pennilessness +pennill +penninervate +penninerved +penning +penninite +pennipotent +Pennisetum +penniveined +pennon +pennoned +pennopluma +pennoplume +pennorth +Pennsylvania +Pennsylvanian +Penny +penny +pennybird +pennycress +pennyearth +pennyflower +pennyhole +pennyleaf +pennyrot +pennyroyal +pennysiller +pennystone +pennyweight +pennywinkle +pennywort +pennyworth +Penobscot +penologic +penological +penologist +penology +penorcon +penrack +penroseite +Pensacola +penscript +penseful +pensefulness +penship +pensile +pensileness +pensility +pension +pensionable +pensionably +pensionary +pensioner +pensionership +pensionless +pensive +pensived +pensively +pensiveness +penster +penstick +penstock +pensum +pensy +pent +penta +pentabasic +pentabromide +pentacapsular +pentacarbon +pentacarbonyl +pentacarpellary +pentace +pentacetate +pentachenium +pentachloride +pentachord +pentachromic +pentacid +pentacle +pentacoccous +pentacontane +pentacosane +Pentacrinidae +pentacrinite +pentacrinoid +Pentacrinus +pentacron +pentacrostic +pentactinal +pentactine +pentacular +pentacyanic +pentacyclic +pentad +pentadactyl +Pentadactyla +pentadactylate +pentadactyle +pentadactylism +pentadactyloid +pentadecagon +pentadecahydrate +pentadecahydrated +pentadecane +pentadecatoic +pentadecoic +pentadecyl +pentadecylic +pentadelphous +pentadicity +pentadiene +pentadodecahedron +pentadrachm +pentadrachma +pentaerythrite +pentaerythritol +pentafid +pentafluoride +pentagamist +pentaglossal +pentaglot +pentaglottical +pentagon +pentagonal +pentagonally +pentagonohedron +pentagonoid +pentagram +pentagrammatic +pentagyn +Pentagynia +pentagynian +pentagynous +pentahalide +pentahedral +pentahedrical +pentahedroid +pentahedron +pentahedrous +pentahexahedral +pentahexahedron +pentahydrate +pentahydrated +pentahydric +pentahydroxy +pentail +pentaiodide +pentalobate +pentalogue +pentalogy +pentalpha +Pentamera +pentameral +pentameran +pentamerid +Pentameridae +pentamerism +pentameroid +pentamerous +Pentamerus +pentameter +pentamethylene +pentamethylenediamine +pentametrist +pentametrize +pentander +Pentandria +pentandrian +pentandrous +pentane +pentanedione +pentangle +pentangular +pentanitrate +pentanoic +pentanolide +pentanone +pentapetalous +Pentaphylacaceae +pentaphylacaceous +Pentaphylax +pentaphyllous +pentaploid +pentaploidic +pentaploidy +pentapody +pentapolis +pentapolitan +pentapterous +pentaptote +pentaptych +pentaquine +pentarch +pentarchical +pentarchy +pentasepalous +pentasilicate +pentaspermous +pentaspheric +pentaspherical +pentastich +pentastichous +pentastichy +pentastome +Pentastomida +pentastomoid +pentastomous +Pentastomum +pentastyle +pentastylos +pentasulphide +pentasyllabic +pentasyllabism +pentasyllable +Pentateuch +Pentateuchal +pentateuchal +pentathionate +pentathionic +pentathlete +pentathlon +pentathlos +pentatomic +pentatomid +Pentatomidae +Pentatomoidea +pentatone +pentatonic +pentatriacontane +pentavalence +pentavalency +pentavalent +penteconter +pentecontoglossal +Pentecost +Pentecostal +pentecostal +pentecostalism +pentecostalist +pentecostarion +pentecoster +pentecostys +Pentelic +Pentelican +pentene +penteteric +penthemimer +penthemimeral +penthemimeris +Penthestes +penthiophen +penthiophene +Penthoraceae +Penthorum +penthouse +penthouselike +penthrit +penthrite +pentimento +pentine +pentiodide +pentit +pentite +pentitol +pentlandite +pentobarbital +pentode +pentoic +pentol +pentosan +pentosane +pentose +pentoside +pentosuria +pentoxide +pentremital +pentremite +Pentremites +Pentremitidae +pentrit +pentrite +pentrough +Pentstemon +pentstock +penttail +pentyl +pentylene +pentylic +pentylidene +pentyne +Pentzia +penuchi +penult +penultima +penultimate +penultimatum +penumbra +penumbrae +penumbral +penumbrous +penurious +penuriously +penuriousness +penury +Penutian +penwiper +penwoman +penwomanship +penworker +penwright +peon +peonage +peonism +peony +people +peopledom +peoplehood +peopleize +peopleless +peopler +peoplet +peoplish +Peoria +Peorian +peotomy +pep +peperine +peperino +Peperomia +pepful +Pephredo +pepinella +pepino +peplos +peplosed +peplum +peplus +pepo +peponida +peponium +pepper +pepperbox +peppercorn +peppercornish +peppercorny +pepperer +peppergrass +pepperidge +pepperily +pepperiness +pepperish +pepperishly +peppermint +pepperoni +pepperproof +pepperroot +pepperweed +pepperwood +pepperwort +peppery +peppily +peppin +peppiness +peppy +pepsin +pepsinate +pepsinhydrochloric +pepsiniferous +pepsinogen +pepsinogenic +pepsinogenous +pepsis +peptic +peptical +pepticity +peptidase +peptide +peptizable +peptization +peptize +peptizer +peptogaster +peptogenic +peptogenous +peptogeny +peptohydrochloric +peptolysis +peptolytic +peptonaemia +peptonate +peptone +peptonemia +peptonic +peptonization +peptonize +peptonizer +peptonoid +peptonuria +peptotoxine +Pepysian +Pequot +Per +per +Peracarida +peracephalus +peracetate +peracetic +peracid +peracidite +peract +peracute +peradventure +peragrate +peragration +Perakim +peramble +perambulant +perambulate +perambulation +perambulator +perambulatory +Perameles +Peramelidae +perameline +perameloid +Peramium +Peratae +Perates +perbend +perborate +perborax +perbromide +Perca +percale +percaline +percarbide +percarbonate +percarbonic +perceivability +perceivable +perceivableness +perceivably +perceivance +perceivancy +perceive +perceivedly +perceivedness +perceiver +perceiving +perceivingness +percent +percentable +percentably +percentage +percentaged +percental +percentile +percentual +percept +perceptibility +perceptible +perceptibleness +perceptibly +perception +perceptional +perceptionalism +perceptionism +perceptive +perceptively +perceptiveness +perceptivity +perceptual +perceptually +Percesoces +percesocine +Perceval +perch +percha +perchable +perchance +percher +Percheron +perchlorate +perchlorethane +perchlorethylene +perchloric +perchloride +perchlorinate +perchlorination +perchloroethane +perchloroethylene +perchromate +perchromic +percid +Percidae +perciform +Perciformes +percipience +percipiency +percipient +Percival +perclose +percnosome +percoct +percoid +Percoidea +percoidean +percolable +percolate +percolation +percolative +percolator +percomorph +Percomorphi +percomorphous +percompound +percontation +percontatorial +percribrate +percribration +percrystallization +perculsion +perculsive +percur +percurration +percurrent +percursory +percuss +percussion +percussional +percussioner +percussionist +percussionize +percussive +percussively +percussiveness +percussor +percutaneous +percutaneously +percutient +Percy +percylite +Perdicinae +perdicine +perdition +perditionable +Perdix +perdricide +perdu +perduellion +perdurability +perdurable +perdurableness +perdurably +perdurance +perdurant +perdure +perduring +perduringly +Perean +peregrin +peregrina +peregrinate +peregrination +peregrinator +peregrinatory +peregrine +peregrinity +peregrinoid +pereion +pereiopod +pereira +pereirine +peremptorily +peremptoriness +peremptory +perendinant +perendinate +perendination +perendure +perennate +perennation +perennial +perenniality +perennialize +perennially +perennibranch +Perennibranchiata +perennibranchiate +perequitate +peres +Pereskia +perezone +perfect +perfectation +perfected +perfectedly +perfecter +perfecti +perfectibilian +perfectibilism +perfectibilist +perfectibilitarian +perfectibility +perfectible +perfecting +perfection +perfectionate +perfectionation +perfectionator +perfectioner +perfectionism +perfectionist +perfectionistic +perfectionize +perfectionizement +perfectionizer +perfectionment +perfectism +perfectist +perfective +perfectively +perfectiveness +perfectivity +perfectivize +perfectly +perfectness +perfecto +perfector +perfectuation +perfervent +perfervid +perfervidity +perfervidly +perfervidness +perfervor +perfervour +perfidious +perfidiously +perfidiousness +perfidy +perfilograph +perflate +perflation +perfluent +perfoliate +perfoliation +perforable +perforant +Perforata +perforate +perforated +perforation +perforationproof +perforative +perforator +perforatorium +perforatory +perforce +perforcedly +perform +performable +performance +performant +performative +performer +perfrication +perfumatory +perfume +perfumed +perfumeless +perfumer +perfumeress +perfumery +perfumy +perfunctionary +perfunctorily +perfunctoriness +perfunctorious +perfunctoriously +perfunctorize +perfunctory +perfuncturate +perfusate +perfuse +perfusion +perfusive +Pergamene +pergameneous +Pergamenian +pergamentaceous +Pergamic +pergamyn +pergola +perhalide +perhalogen +perhaps +perhazard +perhorresce +perhydroanthracene +perhydrogenate +perhydrogenation +perhydrogenize +peri +periacinal +periacinous +periactus +periadenitis +periamygdalitis +perianal +periangiocholitis +periangioma +periangitis +perianth +perianthial +perianthium +periaortic +periaortitis +periapical +periappendicitis +periappendicular +periapt +Periarctic +periareum +periarterial +periarteritis +periarthric +periarthritis +periarticular +periaster +periastral +periastron +periastrum +periatrial +periauricular +periaxial +periaxillary +periaxonal +periblast +periblastic +periblastula +periblem +peribolos +peribolus +peribranchial +peribronchial +peribronchiolar +peribronchiolitis +peribronchitis +peribulbar +peribursal +pericaecal +pericaecitis +pericanalicular +pericapsular +pericardia +pericardiac +pericardiacophrenic +pericardial +pericardicentesis +pericardiectomy +pericardiocentesis +pericardiolysis +pericardiomediastinitis +pericardiophrenic +pericardiopleural +pericardiorrhaphy +pericardiosymphysis +pericardiotomy +pericarditic +pericarditis +pericardium +pericardotomy +pericarp +pericarpial +pericarpic +pericarpium +pericarpoidal +pericecal +pericecitis +pericellular +pericemental +pericementitis +pericementoclasia +pericementum +pericenter +pericentral +pericentric +pericephalic +pericerebral +perichaete +perichaetial +perichaetium +perichete +pericholangitis +pericholecystitis +perichondral +perichondrial +perichondritis +perichondrium +perichord +perichordal +perichoresis +perichorioidal +perichoroidal +perichylous +pericladium +periclase +periclasia +periclasite +periclaustral +Periclean +Pericles +periclinal +periclinally +pericline +periclinium +periclitate +periclitation +pericolitis +pericolpitis +periconchal +periconchitis +pericopal +pericope +pericopic +pericorneal +pericowperitis +pericoxitis +pericranial +pericranitis +pericranium +pericristate +Pericu +periculant +pericycle +pericycloid +pericyclone +pericyclonic +pericystic +pericystitis +pericystium +pericytial +peridendritic +peridental +peridentium +peridentoclasia +periderm +peridermal +peridermic +Peridermium +peridesm +peridesmic +peridesmitis +peridesmium +peridial +peridiastole +peridiastolic +perididymis +perididymitis +peridiiform +Peridineae +Peridiniaceae +peridiniaceous +peridinial +Peridiniales +peridinian +peridinid +Peridinidae +Peridinieae +Peridiniidae +Peridinium +peridiole +peridiolum +peridium +peridot +peridotic +peridotite +peridotitic +periductal +periegesis +periegetic +perielesis +periencephalitis +perienteric +perienteritis +perienteron +periependymal +periesophageal +periesophagitis +perifistular +perifoliary +perifollicular +perifolliculitis +perigangliitis +periganglionic +perigastric +perigastritis +perigastrula +perigastrular +perigastrulation +perigeal +perigee +perigemmal +perigenesis +perigenital +perigeum +periglandular +perigloea +periglottic +periglottis +perignathic +perigon +perigonadial +perigonal +perigone +perigonial +perigonium +perigraph +perigraphic +perigynial +perigynium +perigynous +perigyny +perihelial +perihelian +perihelion +perihelium +perihepatic +perihepatitis +perihermenial +perihernial +perihysteric +perijejunitis +perijove +perikaryon +perikronion +peril +perilabyrinth +perilabyrinthitis +perilaryngeal +perilaryngitis +perilenticular +periligamentous +Perilla +perilless +perilobar +perilous +perilously +perilousness +perilsome +perilymph +perilymphangial +perilymphangitis +perilymphatic +perimartium +perimastitis +perimedullary +perimeningitis +perimeter +perimeterless +perimetral +perimetric +perimetrical +perimetrically +perimetritic +perimetritis +perimetrium +perimetry +perimorph +perimorphic +perimorphism +perimorphous +perimyelitis +perimysial +perimysium +perine +perineal +perineocele +perineoplastic +perineoplasty +perineorrhaphy +perineoscrotal +perineostomy +perineosynthesis +perineotomy +perineovaginal +perineovulvar +perinephral +perinephrial +perinephric +perinephritic +perinephritis +perinephrium +perineptunium +perineum +perineural +perineurial +perineuritis +perineurium +perinium +perinuclear +periocular +period +periodate +periodic +periodical +periodicalism +periodicalist +periodicalize +periodically +periodicalness +periodicity +periodide +periodize +periodogram +periodograph +periodology +periodontal +periodontia +periodontic +periodontist +periodontitis +periodontium +periodontoclasia +periodontologist +periodontology +periodontum +periodoscope +perioeci +perioecians +perioecic +perioecid +perioecus +perioesophageal +perioikoi +periomphalic +perionychia +perionychium +perionyx +perionyxis +perioophoritis +periophthalmic +periophthalmitis +periople +perioplic +perioptic +perioptometry +perioral +periorbit +periorbita +periorbital +periorchitis +periost +periostea +periosteal +periosteitis +periosteoalveolar +periosteoma +periosteomedullitis +periosteomyelitis +periosteophyte +periosteorrhaphy +periosteotome +periosteotomy +periosteous +periosteum +periostitic +periostitis +periostoma +periostosis +periostotomy +periostracal +periostracum +periotic +periovular +peripachymeningitis +peripancreatic +peripancreatitis +peripapillary +Peripatetic +peripatetic +peripatetical +peripatetically +peripateticate +Peripateticism +Peripatidae +Peripatidea +peripatize +peripatoid +Peripatopsidae +Peripatopsis +Peripatus +peripenial +peripericarditis +peripetalous +peripetasma +peripeteia +peripetia +peripety +periphacitis +peripharyngeal +peripherad +peripheral +peripherally +peripherial +peripheric +peripherical +peripherically +peripherocentral +peripheroceptor +peripheromittor +peripheroneural +peripherophose +periphery +periphlebitic +periphlebitis +periphractic +periphrase +periphrases +periphrasis +periphrastic +periphrastical +periphrastically +periphraxy +periphyllum +periphyse +periphysis +Periplaneta +periplasm +periplast +periplastic +periplegmatic +peripleural +peripleuritis +Periploca +periplus +peripneumonia +peripneumonic +peripneumony +peripneustic +peripolar +peripolygonal +periportal +periproct +periproctal +periproctitis +periproctous +periprostatic +periprostatitis +peripteral +peripterous +periptery +peripylephlebitis +peripyloric +perique +perirectal +perirectitis +perirenal +perisalpingitis +perisarc +perisarcal +perisarcous +perisaturnium +periscian +periscians +periscii +perisclerotic +periscopal +periscope +periscopic +periscopical +periscopism +perish +perishability +perishable +perishableness +perishably +perished +perishing +perishingly +perishless +perishment +perisigmoiditis +perisinuitis +perisinuous +perisinusitis +perisoma +perisomal +perisomatic +perisome +perisomial +perisperm +perispermal +perispermatitis +perispermic +perisphere +perispheric +perispherical +perisphinctean +Perisphinctes +Perisphinctidae +perisphinctoid +perisplanchnic +perisplanchnitis +perisplenetic +perisplenic +perisplenitis +perispome +perispomenon +perispondylic +perispondylitis +perispore +Perisporiaceae +perisporiaceous +Perisporiales +perissad +perissodactyl +Perissodactyla +perissodactylate +perissodactyle +perissodactylic +perissodactylism +perissodactylous +perissologic +perissological +perissology +perissosyllabic +peristalith +peristalsis +peristaltic +peristaltically +peristaphyline +peristaphylitis +peristele +peristerite +peristeromorph +Peristeromorphae +peristeromorphic +peristeromorphous +peristeronic +peristerophily +peristeropod +peristeropodan +peristeropode +Peristeropodes +peristeropodous +peristethium +peristole +peristoma +peristomal +peristomatic +peristome +peristomial +peristomium +peristrephic +peristrephical +peristrumitis +peristrumous +peristylar +peristyle +peristylium +peristylos +peristylum +perisynovial +perisystole +perisystolic +perit +perite +peritectic +peritendineum +peritenon +perithece +perithecial +perithecium +perithelial +perithelioma +perithelium +perithoracic +perithyreoiditis +perithyroiditis +peritomize +peritomous +peritomy +peritoneal +peritonealgia +peritoneally +peritoneocentesis +peritoneoclysis +peritoneomuscular +peritoneopathy +peritoneopericardial +peritoneopexy +peritoneoplasty +peritoneoscope +peritoneoscopy +peritoneotomy +peritoneum +peritonism +peritonital +peritonitic +peritonitis +peritonsillar +peritonsillitis +peritracheal +peritrema +peritrematous +peritreme +peritrich +Peritricha +peritrichan +peritrichic +peritrichous +peritrichously +peritroch +peritrochal +peritrochanteric +peritrochium +peritrochoid +peritropal +peritrophic +peritropous +perityphlic +perityphlitic +perityphlitis +periumbilical +periungual +periuranium +periureteric +periureteritis +periurethral +periurethritis +periuterine +periuvular +perivaginal +perivaginitis +perivascular +perivasculitis +perivenous +perivertebral +perivesical +perivisceral +perivisceritis +perivitellin +perivitelline +periwig +periwigpated +periwinkle +periwinkled +periwinkler +perizonium +perjink +perjinkety +perjinkities +perjinkly +perjure +perjured +perjuredly +perjuredness +perjurer +perjuress +perjurious +perjuriously +perjuriousness +perjurous +perjury +perjurymonger +perjurymongering +perk +perkily +Perkin +perkin +perkiness +perking +perkingly +perkish +perknite +perky +Perla +perlaceous +Perlaria +perle +perlection +perlid +Perlidae +perligenous +perlingual +perlingually +perlite +perlitic +perloir +perlustrate +perlustration +perlustrator +perm +permafrost +Permalloy +permalloy +permanence +permanency +permanent +permanently +permanentness +permanganate +permanganic +permansive +permeability +permeable +permeableness +permeably +permeameter +permeance +permeant +permeate +permeation +permeative +permeator +Permiak +Permian +permillage +permirific +permissibility +permissible +permissibleness +permissibly +permission +permissioned +permissive +permissively +permissiveness +permissory +permit +permittable +permitted +permittedly +permittee +permitter +permittivity +permixture +Permocarboniferous +permonosulphuric +permoralize +permutability +permutable +permutableness +permutably +permutate +permutation +permutational +permutationist +permutator +permutatorial +permutatory +permute +permuter +pern +pernancy +pernasal +pernavigate +Pernettia +pernicious +perniciously +perniciousness +pernicketiness +pernickety +pernine +Pernis +pernitrate +pernitric +pernoctation +pernor +pernyi +peroba +perobrachius +perocephalus +perochirus +perodactylus +Perodipus +Perognathinae +Perognathus +Peromedusae +Peromela +peromelous +peromelus +Peromyscus +peronate +peroneal +peroneocalcaneal +peroneotarsal +peroneotibial +peronial +peronium +Peronospora +Peronosporaceae +peronosporaceous +Peronosporales +peropod +Peropoda +peropodous +peropus +peroral +perorally +perorate +peroration +perorational +perorative +perorator +peroratorical +peroratorically +peroratory +perosis +perosmate +perosmic +perosomus +perotic +perovskite +peroxidase +peroxidate +peroxidation +peroxide +peroxidic +peroxidize +peroxidizement +peroxy +peroxyl +perozonid +perozonide +perpend +perpendicular +perpendicularity +perpendicularly +perpera +perperfect +perpetrable +perpetrate +perpetration +perpetrator +perpetratress +perpetratrix +perpetuable +perpetual +perpetualism +perpetualist +perpetuality +perpetually +perpetualness +perpetuana +perpetuance +perpetuant +perpetuate +perpetuation +perpetuator +perpetuity +perplantar +perplex +perplexable +perplexed +perplexedly +perplexedness +perplexer +perplexing +perplexingly +perplexity +perplexment +perplication +perquadrat +perquest +perquisite +perquisition +perquisitor +perradial +perradially +perradiate +perradius +perridiculous +perrier +Perrinist +perron +perruche +perrukery +perruthenate +perruthenic +Perry +perry +perryman +Persae +persalt +perscent +perscribe +perscrutate +perscrutation +perscrutator +perse +Persea +persecute +persecutee +persecuting +persecutingly +persecution +persecutional +persecutive +persecutiveness +persecutor +persecutory +persecutress +persecutrix +Perseid +perseite +perseitol +perseity +persentiscency +Persephassa +Persephone +Persepolitan +perseverance +perseverant +perseverate +perseveration +persevere +persevering +perseveringly +Persian +Persianist +Persianization +Persianize +Persic +Persicaria +persicary +Persicize +persico +persicot +persienne +persiennes +persiflage +persiflate +persilicic +persimmon +Persis +persis +Persism +persist +persistence +persistency +persistent +persistently +persister +persisting +persistingly +persistive +persistively +persistiveness +persnickety +person +persona +personable +personableness +personably +personage +personal +personalia +personalism +personalist +personalistic +personality +personalization +personalize +personally +personalness +personalty +personate +personately +personating +personation +personative +personator +personed +personeity +personifiable +personifiant +personification +personificative +personificator +personifier +personify +personization +personize +personnel +personship +perspection +perspective +perspectived +perspectiveless +perspectively +perspectivity +perspectograph +perspectometer +perspicacious +perspicaciously +perspicaciousness +perspicacity +perspicuity +perspicuous +perspicuously +perspicuousness +perspirability +perspirable +perspirant +perspirate +perspiration +perspirative +perspiratory +perspire +perspiringly +perspiry +perstringe +perstringement +persuadability +persuadable +persuadableness +persuadably +persuade +persuaded +persuadedly +persuadedness +persuader +persuadingly +persuasibility +persuasible +persuasibleness +persuasibly +persuasion +persuasive +persuasively +persuasiveness +persuasory +persulphate +persulphide +persulphocyanate +persulphocyanic +persulphuric +persymmetric +persymmetrical +pert +pertain +pertaining +pertainment +perten +perthiocyanate +perthiocyanic +perthiotophyre +perthite +perthitic +perthitically +perthosite +pertinacious +pertinaciously +pertinaciousness +pertinacity +pertinence +pertinency +pertinent +pertinently +pertinentness +pertish +pertly +pertness +perturb +perturbability +perturbable +perturbance +perturbancy +perturbant +perturbate +perturbation +perturbational +perturbatious +perturbative +perturbator +perturbatory +perturbatress +perturbatrix +perturbed +perturbedly +perturbedness +perturber +perturbing +perturbingly +perturbment +Pertusaria +Pertusariaceae +pertuse +pertused +pertusion +pertussal +pertussis +perty +Peru +Perugian +Peruginesque +peruke +perukeless +perukier +perukiership +perula +Perularia +perulate +perule +Perun +perusable +perusal +peruse +peruser +Peruvian +Peruvianize +pervade +pervadence +pervader +pervading +pervadingly +pervadingness +pervagate +pervagation +pervalvar +pervasion +pervasive +pervasively +pervasiveness +perverse +perversely +perverseness +perversion +perversity +perversive +pervert +perverted +pervertedly +pervertedness +perverter +pervertibility +pervertible +pervertibly +pervertive +perviability +perviable +pervicacious +pervicaciously +pervicaciousness +pervicacity +pervigilium +pervious +perviously +perviousness +pervulgate +pervulgation +perwitsky +pes +pesa +Pesach +pesade +pesage +Pesah +peseta +peshkar +peshkash +peshwa +peshwaship +peskily +peskiness +pesky +peso +pess +pessary +pessimal +pessimism +pessimist +pessimistic +pessimistically +pessimize +pessimum +pessomancy +pessoner +pessular +pessulus +pest +Pestalozzian +Pestalozzianism +peste +pester +pesterer +pesteringly +pesterment +pesterous +pestersome +pestful +pesthole +pesthouse +pesticidal +pesticide +pestiduct +pestiferous +pestiferously +pestiferousness +pestifugous +pestify +pestilence +pestilenceweed +pestilencewort +pestilent +pestilential +pestilentially +pestilentialness +pestilently +pestle +pestological +pestologist +pestology +pestproof +pet +petal +petalage +petaled +Petalia +petaliferous +petaliform +Petaliidae +petaline +petalism +petalite +petalled +petalless +petallike +petalocerous +petalodic +petalodont +petalodontid +Petalodontidae +petalodontoid +Petalodus +petalody +petaloid +petaloidal +petaloideous +petalomania +petalon +Petalostemon +petalous +petalwise +petaly +petard +petardeer +petardier +petary +Petasites +petasos +petasus +petaurine +petaurist +Petaurista +Petauristidae +Petauroides +Petaurus +petchary +petcock +Pete +pete +peteca +petechiae +petechial +petechiate +peteman +Peter +peter +Peterkin +Peterloo +peterman +peternet +petersham +peterwort +petful +petiolar +petiolary +Petiolata +petiolate +petiolated +petiole +petioled +Petioliventres +petiolular +petiolulate +petiolule +petiolus +petit +petite +petiteness +petitgrain +petition +petitionable +petitional +petitionarily +petitionary +petitionee +petitioner +petitionist +petitionproof +petitor +petitory +Petiveria +Petiveriaceae +petkin +petling +peto +Petr +Petrarchal +Petrarchan +Petrarchesque +Petrarchian +Petrarchianism +Petrarchism +Petrarchist +Petrarchistic +Petrarchistical +Petrarchize +petrary +petre +Petrea +petrean +petreity +petrel +petrescence +petrescent +Petricola +Petricolidae +petricolous +petrie +petrifaction +petrifactive +petrifiable +petrific +petrificant +petrificate +petrification +petrified +petrifier +petrify +Petrine +Petrinism +Petrinist +Petrinize +petrissage +Petrobium +Petrobrusian +petrochemical +petrochemistry +Petrogale +petrogenesis +petrogenic +petrogeny +petroglyph +petroglyphic +petroglyphy +petrograph +petrographer +petrographic +petrographical +petrographically +petrography +petrohyoid +petrol +petrolage +petrolatum +petrolean +petrolene +petroleous +petroleum +petrolic +petroliferous +petrolific +petrolist +petrolithic +petrolization +petrolize +petrologic +petrological +petrologically +petromastoid +Petromyzon +Petromyzonidae +petromyzont +Petromyzontes +Petromyzontidae +petromyzontoid +petronel +petronella +petropharyngeal +petrophilous +petrosa +petrosal +Petroselinum +petrosilex +petrosiliceous +petrosilicious +petrosphenoid +petrosphenoidal +petrosphere +petrosquamosal +petrosquamous +petrostearin +petrostearine +petrosum +petrotympanic +petrous +petroxolin +pettable +petted +pettedly +pettedness +petter +pettichaps +petticoat +petticoated +petticoaterie +petticoatery +petticoatism +petticoatless +petticoaty +pettifog +pettifogger +pettifoggery +pettifogging +pettifogulize +pettifogulizer +pettily +pettiness +pettingly +pettish +pettitoes +pettle +petty +pettyfog +petulance +petulancy +petulant +petulantly +petune +Petunia +petuntse +petwood +petzite +Peucedanum +Peucetii +peucites +peuhl +Peul +Peumus +Peutingerian +pew +pewage +pewdom +pewee +pewfellow +pewful +pewholder +pewing +pewit +pewless +pewmate +pewter +pewterer +pewterwort +pewtery +pewy +Peyerian +peyote +peyotl +peyton +peytrel +pezantic +Peziza +Pezizaceae +pezizaceous +pezizaeform +Pezizales +peziziform +pezizoid +pezograph +Pezophaps +Pfaffian +pfeffernuss +Pfeifferella +pfennig +pfui +pfund +Phaca +Phacelia +phacelite +phacella +Phacidiaceae +Phacidiales +phacitis +phacoanaphylaxis +phacocele +phacochere +phacocherine +phacochoere +phacochoerid +phacochoerine +phacochoeroid +Phacochoerus +phacocyst +phacocystectomy +phacocystitis +phacoglaucoma +phacoid +phacoidal +phacoidoscope +phacolite +phacolith +phacolysis +phacomalacia +phacometer +phacopid +Phacopidae +Phacops +phacosclerosis +phacoscope +phacotherapy +Phaeacian +Phaedo +phaeism +phaenantherous +phaenanthery +phaenogam +Phaenogamia +phaenogamian +phaenogamic +phaenogamous +phaenogenesis +phaenogenetic +phaenological +phaenology +phaenomenal +phaenomenism +phaenomenon +phaenozygous +phaeochrous +Phaeodaria +phaeodarian +phaeophore +Phaeophyceae +phaeophycean +phaeophyceous +phaeophyll +Phaeophyta +phaeophytin +phaeoplast +Phaeosporales +phaeospore +Phaeosporeae +phaeosporous +Phaet +Phaethon +Phaethonic +Phaethontes +Phaethontic +Phaethontidae +Phaethusa +phaeton +phage +phagedena +phagedenic +phagedenical +phagedenous +Phagineae +phagocytable +phagocytal +phagocyte +phagocyter +phagocytic +phagocytism +phagocytize +phagocytoblast +phagocytolysis +phagocytolytic +phagocytose +phagocytosis +phagodynamometer +phagolysis +phagolytic +phagomania +phainolion +Phainopepla +Phajus +Phalacrocoracidae +phalacrocoracine +Phalacrocorax +phalacrosis +Phalaecean +Phalaecian +Phalaenae +Phalaenidae +phalaenopsid +Phalaenopsis +phalangal +phalange +phalangeal +phalangean +phalanger +Phalangeridae +Phalangerinae +phalangerine +phalanges +phalangette +phalangian +phalangic +phalangid +Phalangida +phalangidan +Phalangidea +phalangidean +Phalangides +phalangiform +Phalangigrada +phalangigrade +phalangigrady +phalangiid +Phalangiidae +phalangist +Phalangista +Phalangistidae +phalangistine +phalangite +phalangitic +phalangitis +Phalangium +phalangologist +phalangology +phalansterial +phalansterian +phalansterianism +phalansteric +phalansterism +phalansterist +phalanstery +phalanx +phalanxed +phalarica +Phalaris +Phalarism +phalarope +Phalaropodidae +phalera +phalerate +phalerated +Phaleucian +Phallaceae +phallaceous +Phallales +phallalgia +phallaneurysm +phallephoric +phallic +phallical +phallicism +phallicist +phallin +phallism +phallist +phallitis +phallocrypsis +phallodynia +phalloid +phalloncus +phalloplasty +phallorrhagia +phallus +Phanar +Phanariot +Phanariote +phanatron +phaneric +phanerite +Phanerocarpae +Phanerocarpous +Phanerocephala +phanerocephalous +phanerocodonic +phanerocryst +phanerocrystalline +phanerogam +Phanerogamia +phanerogamian +phanerogamic +phanerogamous +phanerogamy +phanerogenetic +phanerogenic +Phaneroglossa +phaneroglossal +phaneroglossate +phaneromania +phaneromere +phaneromerous +phaneroscope +phanerosis +phanerozoic +phanerozonate +Phanerozonia +phanic +phano +phansigar +phantascope +phantasia +Phantasiast +Phantasiastic +phantasist +phantasize +phantasm +phantasma +phantasmagoria +phantasmagorial +phantasmagorially +phantasmagorian +phantasmagoric +phantasmagorical +phantasmagorist +phantasmagory +phantasmal +phantasmalian +phantasmality +phantasmally +phantasmascope +phantasmata +Phantasmatic +phantasmatic +phantasmatical +phantasmatically +phantasmatography +phantasmic +phantasmical +phantasmically +Phantasmist +phantasmogenesis +phantasmogenetic +phantasmograph +phantasmological +phantasmology +phantast +phantasy +phantom +phantomatic +phantomic +phantomical +phantomically +Phantomist +phantomize +phantomizer +phantomland +phantomlike +phantomnation +phantomry +phantomship +phantomy +phantoplex +phantoscope +Pharaoh +Pharaonic +Pharaonical +Pharbitis +phare +Phareodus +Pharian +Pharisaean +Pharisaic +pharisaical +pharisaically +pharisaicalness +Pharisaism +Pharisaist +Pharisean +Pharisee +pharisee +Phariseeism +pharmacal +pharmaceutic +pharmaceutical +pharmaceutically +pharmaceutics +pharmaceutist +pharmacic +pharmacist +pharmacite +pharmacodiagnosis +pharmacodynamic +pharmacodynamical +pharmacodynamics +pharmacoendocrinology +pharmacognosia +pharmacognosis +pharmacognosist +pharmacognostical +pharmacognostically +pharmacognostics +pharmacognosy +pharmacography +pharmacolite +pharmacologia +pharmacologic +pharmacological +pharmacologically +pharmacologist +pharmacology +pharmacomania +pharmacomaniac +pharmacomaniacal +pharmacometer +pharmacopedia +pharmacopedic +pharmacopedics +pharmacopeia +pharmacopeial +pharmacopeian +pharmacophobia +pharmacopoeia +pharmacopoeial +pharmacopoeian +pharmacopoeist +pharmacopolist +pharmacoposia +pharmacopsychology +pharmacosiderite +pharmacotherapy +pharmacy +pharmakos +pharmic +pharmuthi +pharology +Pharomacrus +pharos +Pharsalian +pharyngal +pharyngalgia +pharyngalgic +pharyngeal +pharyngectomy +pharyngemphraxis +pharynges +pharyngic +pharyngismus +pharyngitic +pharyngitis +pharyngoamygdalitis +pharyngobranch +pharyngobranchial +pharyngobranchiate +Pharyngobranchii +pharyngocele +pharyngoceratosis +pharyngodynia +pharyngoepiglottic +pharyngoepiglottidean +pharyngoesophageal +pharyngoglossal +pharyngoglossus +pharyngognath +Pharyngognathi +pharyngognathous +pharyngographic +pharyngography +pharyngokeratosis +pharyngolaryngeal +pharyngolaryngitis +pharyngolith +pharyngological +pharyngology +pharyngomaxillary +pharyngomycosis +pharyngonasal +pharyngopalatine +pharyngopalatinus +pharyngoparalysis +pharyngopathy +pharyngoplasty +pharyngoplegia +pharyngoplegic +pharyngoplegy +pharyngopleural +Pharyngopneusta +pharyngopneustal +pharyngorhinitis +pharyngorhinoscopy +pharyngoscleroma +pharyngoscope +pharyngoscopy +pharyngospasm +pharyngotherapy +pharyngotomy +pharyngotonsillitis +pharyngotyphoid +pharyngoxerosis +pharynogotome +pharynx +Phascaceae +phascaceous +Phascogale +Phascolarctinae +Phascolarctos +phascolome +Phascolomyidae +Phascolomys +Phascolonus +Phascum +phase +phaseal +phaseless +phaselin +phasemeter +phasemy +Phaseolaceae +phaseolin +phaseolous +phaseolunatin +Phaseolus +phaseometer +phases +Phasianella +Phasianellidae +phasianic +phasianid +Phasianidae +Phasianinae +phasianine +phasianoid +Phasianus +phasic +Phasiron +phasis +phasm +phasma +phasmatid +Phasmatida +Phasmatidae +Phasmatodea +phasmatoid +Phasmatoidea +phasmatrope +phasmid +Phasmida +Phasmidae +phasmoid +phasogeneous +phasotropy +pheal +pheasant +pheasantry +pheasantwood +Phebe +Phecda +Phegopteris +Pheidole +phellandrene +phellem +Phellodendron +phelloderm +phellodermal +phellogen +phellogenetic +phellogenic +phellonic +phelloplastic +phelloplastics +phelonion +phemic +Phemie +phenacaine +phenacetin +phenaceturic +phenacite +Phenacodontidae +Phenacodus +phenacyl +phenakism +phenakistoscope +Phenalgin +phenanthrene +phenanthridine +phenanthridone +phenanthrol +phenanthroline +phenarsine +phenate +phenazine +phenazone +phene +phenegol +phenene +phenethyl +phenetidine +phenetole +phengite +phengitical +phenic +phenicate +phenicious +phenicopter +phenin +phenmiazine +phenobarbital +phenocoll +phenocopy +phenocryst +phenocrystalline +phenogenesis +phenogenetic +phenol +phenolate +phenolic +phenolization +phenolize +phenological +phenologically +phenologist +phenology +phenoloid +phenolphthalein +phenolsulphonate +phenolsulphonephthalein +phenolsulphonic +phenomena +phenomenal +phenomenalism +phenomenalist +phenomenalistic +phenomenalistically +phenomenality +phenomenalization +phenomenalize +phenomenally +phenomenic +phenomenical +phenomenism +phenomenist +phenomenistic +phenomenize +phenomenological +phenomenologically +phenomenology +phenomenon +phenoplast +phenoplastic +phenoquinone +phenosafranine +phenosal +phenospermic +phenospermy +phenothiazine +phenotype +phenotypic +phenotypical +phenotypically +phenoxazine +phenoxid +phenoxide +phenozygous +Pheny +phenyl +phenylacetaldehyde +phenylacetamide +phenylacetic +phenylalanine +phenylamide +phenylamine +phenylate +phenylation +phenylboric +phenylcarbamic +phenylcarbimide +phenylene +phenylenediamine +phenylethylene +phenylglycine +phenylglycolic +phenylglyoxylic +phenylhydrazine +phenylhydrazone +phenylic +phenylmethane +pheon +pheophyl +pheophyll +pheophytin +Pherecratean +Pherecratian +Pherecratic +Pherephatta +pheretrer +Pherkad +Pherophatta +Phersephatta +Phersephoneia +phew +phi +phial +phiale +phialful +phialide +phialine +phiallike +phialophore +phialospore +Phidiac +Phidian +Phigalian +Phil +Philadelphian +Philadelphianism +philadelphite +Philadelphus +philadelphy +philalethist +philamot +Philander +philander +philanderer +philanthid +Philanthidae +philanthrope +philanthropian +philanthropic +philanthropical +philanthropically +philanthropinism +philanthropinist +Philanthropinum +philanthropism +philanthropist +philanthropistic +philanthropize +philanthropy +Philanthus +philantomba +philarchaist +philaristocracy +philatelic +philatelical +philatelically +philatelism +philatelist +philatelistic +philately +Philathea +philathletic +philematology +Philepitta +Philepittidae +Philesia +Philetaerus +philharmonic +philhellene +philhellenic +philhellenism +philhellenist +philhippic +philhymnic +philiater +Philip +Philippa +Philippan +Philippe +Philippian +Philippic +philippicize +Philippine +Philippines +Philippism +Philippist +Philippistic +Philippizate +philippize +philippizer +philippus +Philistia +Philistian +Philistine +Philistinely +Philistinian +Philistinic +Philistinish +Philistinism +Philistinize +Phill +philliloo +Phillip +phillipsine +phillipsite +Phillis +Phillyrea +phillyrin +philobiblian +philobiblic +philobiblical +philobiblist +philobotanic +philobotanist +philobrutish +philocalic +philocalist +philocaly +philocathartic +philocatholic +philocomal +Philoctetes +philocubist +philocynic +philocynical +philocynicism +philocyny +philodemic +Philodendron +philodespot +philodestructiveness +Philodina +Philodinidae +philodox +philodoxer +philodoxical +philodramatic +philodramatist +philofelist +philofelon +philogarlic +philogastric +philogeant +philogenitive +philogenitiveness +philograph +philographic +philogynaecic +philogynist +philogynous +philogyny +Philohela +philohellenian +philokleptic +philoleucosis +philologaster +philologastry +philologer +philologian +philologic +philological +philologically +philologist +philologistic +philologize +philologue +philology +Philomachus +philomath +philomathematic +philomathematical +philomathic +philomathical +philomathy +philomel +Philomela +philomelanist +philomuse +philomusical +philomystic +philonatural +philoneism +Philonian +Philonic +Philonism +Philonist +philonium +philonoist +philopagan +philopater +philopatrian +philopena +philophilosophos +philopig +philoplutonic +philopoet +philopogon +philopolemic +philopolemical +philopornist +philoprogeneity +philoprogenitive +philoprogenitiveness +philopterid +Philopteridae +philopublican +philoradical +philorchidaceous +philornithic +philorthodox +philosoph +philosophaster +philosophastering +philosophastry +philosophedom +philosopheme +philosopher +philosopheress +philosophership +philosophic +philosophical +philosophically +philosophicalness +philosophicide +philosophicohistorical +philosophicojuristic +philosophicolegal +philosophicoreligious +philosophicotheological +philosophism +philosophist +philosophister +philosophistic +philosophistical +philosophization +philosophize +philosophizer +philosophling +philosophobia +philosophocracy +philosophuncule +philosophunculist +philosophy +philotadpole +philotechnic +philotechnical +philotechnist +philothaumaturgic +philotheism +philotheist +philotheistic +philotheosophical +philotherian +philotherianism +Philotria +Philoxenian +philoxygenous +philozoic +philozoist +philozoonist +philter +philterer +philterproof +philtra +philtrum +Philydraceae +philydraceous +Philyra +phimosed +phimosis +phimotic +Phineas +Phiomia +Phiroze +phit +phiz +phizes +phizog +phlebalgia +phlebangioma +phlebarteriectasia +phlebarteriodialysis +phlebectasia +phlebectasis +phlebectasy +phlebectomy +phlebectopia +phlebectopy +phlebemphraxis +phlebenteric +phlebenterism +phlebitic +phlebitis +Phlebodium +phlebogram +phlebograph +phlebographical +phlebography +phleboid +phleboidal +phlebolite +phlebolith +phlebolithiasis +phlebolithic +phlebolitic +phlebological +phlebology +phlebometritis +phlebopexy +phleboplasty +phleborrhage +phleborrhagia +phleborrhaphy +phleborrhexis +phlebosclerosis +phlebosclerotic +phlebostasia +phlebostasis +phlebostenosis +phlebostrepsis +phlebothrombosis +phlebotome +phlebotomic +phlebotomical +phlebotomically +phlebotomist +phlebotomization +phlebotomize +Phlebotomus +phlebotomus +phlebotomy +Phlegethon +Phlegethontal +Phlegethontic +phlegm +phlegma +phlegmagogue +phlegmasia +phlegmatic +phlegmatical +phlegmatically +phlegmaticalness +phlegmaticly +phlegmaticness +phlegmatism +phlegmatist +phlegmatous +phlegmless +phlegmon +phlegmonic +phlegmonoid +phlegmonous +phlegmy +Phleum +phlobaphene +phlobatannin +phloem +phloeophagous +phloeoterma +phlogisma +phlogistian +phlogistic +phlogistical +phlogisticate +phlogistication +phlogiston +phlogistonism +phlogistonist +phlogogenetic +phlogogenic +phlogogenous +phlogopite +phlogosed +Phlomis +phloretic +phloroglucic +phloroglucin +phlorone +phloxin +pho +phobiac +phobic +phobism +phobist +phobophobia +Phobos +phoby +phoca +phocacean +phocaceous +Phocaean +Phocaena +Phocaenina +phocaenine +phocal +Phocean +phocenate +phocenic +phocenin +Phocian +phocid +Phocidae +phociform +Phocinae +phocine +phocodont +Phocodontia +phocodontic +Phocoena +phocoid +phocomelia +phocomelous +phocomelus +Phoebe +phoebe +Phoebean +Phoenicaceae +phoenicaceous +Phoenicales +phoenicean +Phoenician +Phoenicianism +Phoenicid +phoenicite +Phoenicize +phoenicochroite +Phoenicopteridae +Phoenicopteriformes +phoenicopteroid +Phoenicopteroideae +phoenicopterous +Phoenicopterus +Phoeniculidae +Phoeniculus +phoenicurous +phoenigm +Phoenix +phoenix +phoenixity +phoenixlike +phoh +pholad +Pholadacea +pholadian +pholadid +Pholadidae +Pholadinea +pholadoid +Pholas +pholcid +Pholcidae +pholcoid +Pholcus +pholido +pholidolite +pholidosis +Pholidota +pholidote +Pholiota +Phoma +Phomopsis +phon +phonal +phonasthenia +phonate +phonation +phonatory +phonautogram +phonautograph +phonautographic +phonautographically +phone +phoneidoscope +phoneidoscopic +Phonelescope +phoneme +phonemic +phonemics +phonendoscope +phonesis +phonestheme +phonetic +phonetical +phonetically +phonetician +phoneticism +phoneticist +phoneticization +phoneticize +phoneticogrammatical +phoneticohieroglyphic +phonetics +phonetism +phonetist +phonetization +phonetize +phoniatrics +phoniatry +phonic +phonics +phonikon +phonism +phono +phonocamptic +phonocinematograph +phonodeik +phonodynamograph +phonoglyph +phonogram +phonogramic +phonogramically +phonogrammatic +phonogrammatical +phonogrammic +phonogrammically +phonograph +phonographer +phonographic +phonographical +phonographically +phonographist +phonography +phonolite +phonolitic +phonologer +phonologic +phonological +phonologically +phonologist +phonology +phonometer +phonometric +phonometry +phonomimic +phonomotor +phonopathy +phonophile +phonophobia +phonophone +phonophore +phonophoric +phonophorous +phonophote +phonophotography +phonophotoscope +phonophotoscopic +phonoplex +phonoscope +phonotelemeter +phonotype +phonotyper +phonotypic +phonotypical +phonotypically +phonotypist +phonotypy +phony +phoo +Phora +Phoradendron +phoranthium +phoresis +phoresy +phoria +phorid +Phoridae +phorminx +Phormium +phorology +phorometer +phorometric +phorometry +phorone +phoronic +phoronid +Phoronida +Phoronidea +Phoronis +phoronomia +phoronomic +phoronomically +phoronomics +phoronomy +Phororhacidae +Phororhacos +phoroscope +phorozooid +phos +phose +phosgene +phosgenic +phosgenite +phosis +phosphagen +phospham +phosphamic +phosphamide +phosphamidic +phosphammonium +phosphatase +phosphate +phosphated +phosphatemia +phosphatese +phosphatic +phosphatide +phosphation +phosphatization +phosphatize +phosphaturia +phosphaturic +phosphene +phosphenyl +phosphide +phosphinate +phosphine +phosphinic +phosphite +phospho +phosphoaminolipide +phosphocarnic +phosphocreatine +phosphoferrite +phosphoglycerate +phosphoglyceric +phosphoglycoprotein +phospholipide +phospholipin +phosphomolybdate +phosphomolybdic +phosphonate +phosphonic +phosphonium +phosphophyllite +phosphoprotein +phosphor +phosphorate +phosphore +phosphoreal +phosphorent +phosphoreous +phosphoresce +phosphorescence +phosphorescent +phosphorescently +phosphoreted +phosphorhidrosis +phosphori +phosphoric +phosphorical +phosphoriferous +phosphorism +phosphorite +phosphoritic +phosphorize +phosphorogen +phosphorogenic +phosphorograph +phosphorographic +phosphorography +phosphoroscope +phosphorous +phosphoruria +phosphorus +phosphoryl +phosphorylase +phosphorylation +phosphosilicate +phosphotartaric +phosphotungstate +phosphotungstic +phosphowolframic +phosphuranylite +phosphuret +phosphuria +phosphyl +phossy +phot +photaesthesia +photaesthesis +photaesthetic +photal +photalgia +photechy +photelectrograph +photeolic +photerythrous +photesthesis +photic +photics +Photinia +Photinian +Photinianism +photism +photistic +photo +photoactinic +photoactivate +photoactivation +photoactive +photoactivity +photoaesthetic +photoalbum +photoalgraphy +photoanamorphosis +photoaquatint +Photobacterium +photobathic +photobiotic +photobromide +photocampsis +photocatalysis +photocatalyst +photocatalytic +photocatalyzer +photocell +photocellulose +photoceptor +photoceramic +photoceramics +photoceramist +photochemic +photochemical +photochemically +photochemigraphy +photochemist +photochemistry +photochloride +photochlorination +photochromascope +photochromatic +photochrome +photochromic +photochromography +photochromolithograph +photochromoscope +photochromotype +photochromotypy +photochromy +photochronograph +photochronographic +photochronographical +photochronographically +photochronography +photocollograph +photocollographic +photocollography +photocollotype +photocombustion +photocompose +photocomposition +photoconductivity +photocopier +photocopy +photocrayon +photocurrent +photodecomposition +photodensitometer +photodermatic +photodermatism +photodisintegration +photodissociation +photodrama +photodramatic +photodramatics +photodramatist +photodramaturgic +photodramaturgy +photodrome +photodromy +photodynamic +photodynamical +photodynamically +photodynamics +photodysphoria +photoelastic +photoelasticity +photoelectric +photoelectrical +photoelectrically +photoelectricity +photoelectron +photoelectrotype +photoemission +photoemissive +photoengrave +photoengraver +photoengraving +photoepinastic +photoepinastically +photoepinasty +photoesthesis +photoesthetic +photoetch +photoetcher +photoetching +photofilm +photofinish +photofinisher +photofinishing +photofloodlamp +photogalvanograph +photogalvanographic +photogalvanography +photogastroscope +photogelatin +photogen +photogene +photogenetic +photogenic +photogenically +photogenous +photoglyph +photoglyphic +photoglyphography +photoglyphy +photoglyptic +photoglyptography +photogram +photogrammeter +photogrammetric +photogrammetrical +photogrammetry +photograph +photographable +photographee +photographer +photographeress +photographess +photographic +photographical +photographically +photographist +photographize +photographometer +photography +photogravure +photogravurist +photogyric +photohalide +photoheliograph +photoheliographic +photoheliography +photoheliometer +photohyponastic +photohyponastically +photohyponasty +photoimpression +photoinactivation +photoinduction +photoinhibition +photointaglio +photoionization +photoisomeric +photoisomerization +photokinesis +photokinetic +photolith +photolitho +photolithograph +photolithographer +photolithographic +photolithography +photologic +photological +photologist +photology +photoluminescence +photoluminescent +photolysis +photolyte +photolytic +photoma +photomacrograph +photomagnetic +photomagnetism +photomap +photomapper +photomechanical +photomechanically +photometeor +photometer +photometric +photometrical +photometrically +photometrician +photometrist +photometrograph +photometry +photomezzotype +photomicrogram +photomicrograph +photomicrographer +photomicrographic +photomicrography +photomicroscope +photomicroscopic +photomicroscopy +photomontage +photomorphosis +photomural +photon +photonastic +photonasty +photonegative +photonephograph +photonephoscope +photoneutron +photonosus +photooxidation +photooxidative +photopathic +photopathy +photoperceptive +photoperimeter +photoperiod +photoperiodic +photoperiodism +photophane +photophile +photophilic +photophilous +photophily +photophobe +photophobia +photophobic +photophobous +photophone +photophonic +photophony +photophore +photophoresis +photophosphorescent +photophygous +photophysical +photophysicist +photopia +photopic +photopile +photopitometer +photoplay +photoplayer +photoplaywright +photopography +photopolarigraph +photopolymerization +photopositive +photoprint +photoprinter +photoprinting +photoprocess +photoptometer +photoradio +photoradiogram +photoreception +photoreceptive +photoreceptor +photoregression +photorelief +photoresistance +photosalt +photosantonic +photoscope +photoscopic +photoscopy +photosculptural +photosculpture +photosensitive +photosensitiveness +photosensitivity +photosensitization +photosensitize +photosensitizer +photosensory +photospectroheliograph +photospectroscope +photospectroscopic +photospectroscopical +photospectroscopy +photosphere +photospheric +photostability +photostable +Photostat +photostat +photostationary +photostereograph +photosurveying +photosyntax +photosynthate +photosynthesis +photosynthesize +photosynthetic +photosynthetically +photosynthometer +phototachometer +phototachometric +phototachometrical +phototachometry +phototactic +phototactically +phototactism +phototaxis +phototaxy +phototechnic +phototelegraph +phototelegraphic +phototelegraphically +phototelegraphy +phototelephone +phototelephony +phototelescope +phototelescopic +phototheodolite +phototherapeutic +phototherapeutics +phototherapic +phototherapist +phototherapy +photothermic +phototonic +phototonus +phototopographic +phototopographical +phototopography +phototrichromatic +phototrope +phototrophic +phototrophy +phototropic +phototropically +phototropism +phototropy +phototube +phototype +phototypic +phototypically +phototypist +phototypographic +phototypography +phototypy +photovisual +photovitrotype +photovoltaic +photoxylography +photozinco +photozincograph +photozincographic +photozincography +photozincotype +photozincotypy +photuria +Phractamphibia +phragma +Phragmidium +Phragmites +phragmocone +phragmoconic +Phragmocyttares +phragmocyttarous +phragmoid +phragmosis +phrasable +phrasal +phrasally +phrase +phraseable +phraseless +phrasemaker +phrasemaking +phraseman +phrasemonger +phrasemongering +phrasemongery +phraseogram +phraseograph +phraseographic +phraseography +phraseological +phraseologically +phraseologist +phraseology +phraser +phrasify +phrasiness +phrasing +phrasy +phrator +phratral +phratria +phratriac +phratrial +phratry +phreatic +phreatophyte +phrenesia +phrenesiac +phrenesis +phrenetic +phrenetically +phreneticness +phrenic +phrenicectomy +phrenicocolic +phrenicocostal +phrenicogastric +phrenicoglottic +phrenicohepatic +phrenicolienal +phrenicopericardiac +phrenicosplenic +phrenicotomy +phrenics +phrenitic +phrenitis +phrenocardia +phrenocardiac +phrenocolic +phrenocostal +phrenodynia +phrenogastric +phrenoglottic +phrenogram +phrenograph +phrenography +phrenohepatic +phrenologer +phrenologic +phrenological +phrenologically +phrenologist +phrenologize +phrenology +phrenomagnetism +phrenomesmerism +phrenopathia +phrenopathic +phrenopathy +phrenopericardiac +phrenoplegia +phrenoplegy +phrenosin +phrenosinic +phrenospasm +phrenosplenic +phronesis +Phronima +Phronimidae +phrontisterion +phrontisterium +phrontistery +Phryganea +phryganeid +Phryganeidae +phryganeoid +Phrygian +Phrygianize +phrygium +Phryma +Phrymaceae +phrymaceous +phrynid +Phrynidae +phrynin +phrynoid +Phrynosoma +phthalacene +phthalan +phthalanilic +phthalate +phthalazin +phthalazine +phthalein +phthaleinometer +phthalic +phthalid +phthalide +phthalimide +phthalin +phthalocyanine +phthalyl +phthanite +Phthartolatrae +phthinoid +phthiocol +phthiriasis +Phthirius +phthirophagous +phthisic +phthisical +phthisicky +phthisiogenesis +phthisiogenetic +phthisiogenic +phthisiologist +phthisiology +phthisiophobia +phthisiotherapeutic +phthisiotherapy +phthisipneumonia +phthisipneumony +phthisis +phthongal +phthongometer +phthor +phthoric +phu +phugoid +phulkari +phulwa +phulwara +phut +Phyciodes +phycite +Phycitidae +phycitol +phycochromaceae +phycochromaceous +phycochrome +Phycochromophyceae +phycochromophyceous +phycocyanin +phycocyanogen +Phycodromidae +phycoerythrin +phycography +phycological +phycologist +phycology +Phycomyces +phycomycete +Phycomycetes +phycomycetous +phycophaein +phycoxanthin +phycoxanthine +phygogalactic +phyla +phylacobiosis +phylacobiotic +phylacteric +phylacterical +phylacteried +phylacterize +phylactery +phylactic +phylactocarp +phylactocarpal +Phylactolaema +Phylactolaemata +phylactolaematous +Phylactolema +Phylactolemata +phylarch +phylarchic +phylarchical +phylarchy +phyle +phylephebic +phylesis +phyletic +phyletically +phyletism +phylic +Phyllachora +Phyllactinia +phyllade +Phyllanthus +phyllary +Phyllaurea +phylliform +phyllin +phylline +Phyllis +phyllite +phyllitic +Phyllitis +Phyllium +phyllobranchia +phyllobranchial +phyllobranchiate +Phyllocactus +phyllocarid +Phyllocarida +phyllocaridan +Phylloceras +phyllocerate +Phylloceratidae +phylloclad +phylloclade +phyllocladioid +phyllocladium +phyllocladous +phyllocyanic +phyllocyanin +phyllocyst +phyllocystic +phyllode +phyllodial +phyllodination +phyllodineous +phyllodiniation +phyllodinous +phyllodium +Phyllodoce +phyllody +phylloerythrin +phyllogenetic +phyllogenous +phylloid +phylloidal +phylloideous +phyllomancy +phyllomania +phyllome +phyllomic +phyllomorph +phyllomorphic +phyllomorphosis +phyllomorphy +Phyllophaga +phyllophagous +phyllophore +phyllophorous +phyllophyllin +phyllophyte +phyllopod +Phyllopoda +phyllopodan +phyllopode +phyllopodiform +phyllopodium +phyllopodous +phylloporphyrin +Phyllopteryx +phylloptosis +phyllopyrrole +phyllorhine +phyllorhinine +phylloscopine +Phylloscopus +phyllosiphonic +phyllosoma +Phyllosomata +phyllosome +Phyllospondyli +phyllospondylous +Phyllostachys +Phyllosticta +Phyllostoma +Phyllostomatidae +Phyllostomatinae +phyllostomatoid +phyllostomatous +phyllostome +Phyllostomidae +Phyllostominae +phyllostomine +phyllostomous +Phyllostomus +phyllotactic +phyllotactical +phyllotaxis +phyllotaxy +phyllous +phylloxanthin +Phylloxera +phylloxeran +phylloxeric +Phylloxeridae +phyllozooid +phylogenetic +phylogenetical +phylogenetically +phylogenic +phylogenist +phylogeny +phylogerontic +phylogerontism +phylography +phylology +phylon +phyloneanic +phylonepionic +phylum +phyma +phymata +phymatic +phymatid +Phymatidae +Phymatodes +phymatoid +phymatorhysin +phymatosis +Phymosia +Physa +physagogue +Physalia +physalian +Physaliidae +Physalis +physalite +Physalospora +Physapoda +Physaria +Physcia +Physciaceae +physcioid +Physcomitrium +Physeter +Physeteridae +Physeterinae +physeterine +physeteroid +Physeteroidea +physharmonica +physianthropy +physiatric +physiatrical +physiatrics +physic +physical +physicalism +physicalist +physicalistic +physicalistically +physicality +physically +physicalness +physician +physicianary +physiciancy +physicianed +physicianer +physicianess +physicianless +physicianly +physicianship +physicism +physicist +physicked +physicker +physicking +physicky +physicoastronomical +physicobiological +physicochemic +physicochemical +physicochemically +physicochemist +physicochemistry +physicogeographical +physicologic +physicological +physicomathematical +physicomathematics +physicomechanical +physicomedical +physicomental +physicomorph +physicomorphic +physicomorphism +physicooptics +physicophilosophical +physicophilosophy +physicophysiological +physicopsychical +physicosocial +physicotheological +physicotheologist +physicotheology +physicotherapeutic +physicotherapeutics +physicotherapy +physics +Physidae +physiform +physiochemical +physiochemically +physiocracy +physiocrat +physiocratic +physiocratism +physiocratist +physiogenesis +physiogenetic +physiogenic +physiogeny +physiognomic +physiognomical +physiognomically +physiognomics +physiognomist +physiognomize +physiognomonic +physiognomonical +physiognomy +physiogony +physiographer +physiographic +physiographical +physiographically +physiography +physiolater +physiolatrous +physiolatry +physiologer +physiologian +physiological +physiologically +physiologicoanatomic +physiologist +physiologize +physiologue +physiologus +physiology +physiopathological +physiophilist +physiophilosopher +physiophilosophical +physiophilosophy +physiopsychic +physiopsychical +physiopsychological +physiopsychology +physiosociological +physiosophic +physiosophy +physiotherapeutic +physiotherapeutical +physiotherapeutics +physiotherapist +physiotherapy +physiotype +physiotypy +physique +physiqued +physitheism +physitheistic +physitism +physiurgic +physiurgy +physocarpous +Physocarpus +physocele +physoclist +Physoclisti +physoclistic +physoclistous +Physoderma +physogastric +physogastrism +physogastry +physometra +Physonectae +physonectous +Physophorae +physophoran +physophore +physophorous +physopod +Physopoda +physopodan +Physostegia +Physostigma +physostigmine +physostomatous +physostome +Physostomi +physostomous +phytalbumose +phytase +Phytelephas +Phyteus +phytic +phytiferous +phytiform +phytin +phytivorous +phytobacteriology +phytobezoar +phytobiological +phytobiology +phytochemical +phytochemistry +phytochlorin +phytocidal +phytodynamics +phytoecological +phytoecologist +phytoecology +Phytoflagellata +phytogamy +phytogenesis +phytogenetic +phytogenetical +phytogenetically +phytogenic +phytogenous +phytogeny +phytogeographer +phytogeographic +phytogeographical +phytogeographically +phytogeography +phytoglobulin +phytograph +phytographer +phytographic +phytographical +phytographist +phytography +phytohormone +phytoid +phytol +Phytolacca +Phytolaccaceae +phytolaccaceous +phytolatrous +phytolatry +phytolithological +phytolithologist +phytolithology +phytologic +phytological +phytologically +phytologist +phytology +phytoma +Phytomastigina +Phytomastigoda +phytome +phytomer +phytometer +phytometric +phytometry +phytomonad +Phytomonadida +Phytomonadina +Phytomonas +phytomorphic +phytomorphology +phytomorphosis +phyton +phytonic +phytonomy +phytooecology +phytopaleontologic +phytopaleontological +phytopaleontologist +phytopaleontology +phytoparasite +phytopathogen +phytopathogenic +phytopathologic +phytopathological +phytopathologist +phytopathology +Phytophaga +phytophagan +phytophagic +Phytophagineae +phytophagous +phytophagy +phytopharmacologic +phytopharmacology +phytophenological +phytophenology +phytophil +phytophilous +Phytophthora +phytophylogenetic +phytophylogenic +phytophylogeny +phytophysiological +phytophysiology +phytoplankton +phytopsyche +phytoptid +Phytoptidae +phytoptose +phytoptosis +Phytoptus +phytorhodin +phytosaur +Phytosauria +phytosaurian +phytoserologic +phytoserological +phytoserologically +phytoserology +phytosis +phytosociologic +phytosociological +phytosociologically +phytosociologist +phytosociology +phytosterin +phytosterol +phytostrote +phytosynthesis +phytotaxonomy +phytotechny +phytoteratologic +phytoteratological +phytoteratologist +phytoteratology +Phytotoma +Phytotomidae +phytotomist +phytotomy +phytotopographical +phytotopography +phytotoxic +phytotoxin +phytovitellin +Phytozoa +phytozoan +Phytozoaria +phytozoon +phytyl +pi +Pia +pia +piaba +piacaba +piacle +piacular +piacularity +piacularly +piacularness +piaculum +piaffe +piaffer +pial +pialyn +pian +pianette +pianic +pianino +pianism +pianissimo +pianist +pianiste +pianistic +pianistically +Piankashaw +piannet +piano +pianoforte +pianofortist +pianograph +Pianokoto +Pianola +pianola +pianolist +pianologue +piarhemia +piarhemic +Piarist +Piaroa +Piaroan +Piaropus +Piarroan +piassava +Piast +piaster +piastre +piation +piazine +piazza +piazzaed +piazzaless +piazzalike +piazzian +pibcorn +piblokto +pibroch +pic +Pica +pica +picador +picadura +Picae +pical +picamar +picara +Picard +picarel +picaresque +Picariae +picarian +Picarii +picaro +picaroon +picary +picayune +picayunish +picayunishly +picayunishness +piccadill +piccadilly +piccalilli +piccolo +piccoloist +pice +Picea +Picene +picene +Picenian +piceoferruginous +piceotestaceous +piceous +piceworth +pichi +pichiciago +pichuric +pichurim +Pici +Picidae +piciform +Piciformes +Picinae +picine +pick +pickaback +pickable +pickableness +pickage +pickaninny +pickaroon +pickaway +pickax +picked +pickedly +pickedness +pickee +pickeer +picker +pickerel +pickerelweed +pickering +pickeringite +pickery +picket +picketboat +picketeer +picketer +pickfork +pickietar +pickings +pickle +picklelike +pickleman +pickler +pickleweed +pickleworm +picklock +pickman +pickmaw +picknick +picknicker +pickover +pickpocket +pickpocketism +pickpocketry +pickpole +pickpurse +pickshaft +picksman +picksmith +picksome +picksomeness +pickthank +pickthankly +pickthankness +pickthatch +picktooth +pickup +pickwick +Pickwickian +Pickwickianism +Pickwickianly +pickwork +picky +picnic +picnicker +picnickery +Picnickian +picnickish +picnicky +pico +picofarad +picoid +picoline +picolinic +picot +picotah +picotee +picotite +picqueter +picra +picramic +Picramnia +picrasmin +picrate +picrated +picric +Picris +picrite +picrocarmine +Picrodendraceae +Picrodendron +picroerythrin +picrol +picrolite +picromerite +picropodophyllin +picrorhiza +picrorhizin +picrotin +picrotoxic +picrotoxin +picrotoxinin +picryl +Pict +pict +pictarnie +Pictavi +Pictish +Pictland +pictogram +pictograph +pictographic +pictographically +pictography +Pictones +pictoradiogram +pictorial +pictorialism +pictorialist +pictorialization +pictorialize +pictorially +pictorialness +pictoric +pictorical +pictorically +picturability +picturable +picturableness +picturably +pictural +picture +picturecraft +pictured +picturedom +picturedrome +pictureful +pictureless +picturelike +picturely +picturemaker +picturemaking +picturer +picturesque +picturesquely +picturesqueness +picturesquish +picturization +picturize +pictury +picucule +picuda +picudilla +picudo +picul +piculet +piculule +Picumninae +Picumnus +Picunche +Picuris +Picus +pidan +piddle +piddler +piddling +piddock +pidgin +pidjajap +pie +piebald +piebaldism +piebaldly +piebaldness +piece +pieceable +pieceless +piecemaker +piecemeal +piecemealwise +piecen +piecener +piecer +piecette +piecewise +piecework +pieceworker +piecing +piecrust +pied +piedfort +piedly +piedmont +piedmontal +Piedmontese +piedmontite +piedness +Piegan +piehouse +pieless +pielet +pielum +piemag +pieman +piemarker +pien +pienanny +piend +piepan +pieplant +piepoudre +piepowder +pieprint +pier +pierage +Piercarlo +Pierce +pierce +pierceable +pierced +piercel +pierceless +piercent +piercer +piercing +piercingly +piercingness +pierdrop +Pierette +pierhead +Pierian +pierid +Pieridae +Pierides +Pieridinae +pieridine +Pierinae +pierine +Pieris +pierless +pierlike +Pierre +Pierrot +pierrot +pierrotic +pieshop +Piet +piet +pietas +Piete +Pieter +pietic +pietism +Pietist +pietist +pietistic +pietistical +pietistically +pietose +piety +piewife +piewipe +piewoman +piezo +piezochemical +piezochemistry +piezocrystallization +piezoelectric +piezoelectrically +piezoelectricity +piezometer +piezometric +piezometrical +piezometry +piff +piffle +piffler +pifine +pig +pigbelly +pigdan +pigdom +pigeon +pigeonable +pigeonberry +pigeoneer +pigeoner +pigeonfoot +pigeongram +pigeonhearted +pigeonhole +pigeonholer +pigeonman +pigeonry +pigeontail +pigeonweed +pigeonwing +pigeonwood +pigface +pigfish +pigflower +pigfoot +pigful +piggery +piggin +pigging +piggish +piggishly +piggishness +piggle +piggy +pighead +pigheaded +pigheadedly +pigheadedness +pigherd +pightle +pigless +piglet +pigling +piglinghood +pigly +pigmaker +pigmaking +pigman +pigment +pigmental +pigmentally +pigmentary +pigmentation +pigmentize +pigmentolysis +pigmentophage +pigmentose +Pigmy +pignolia +pignon +pignorate +pignoration +pignoratitious +pignorative +pignus +pignut +pigpen +pigritude +pigroot +pigsconce +pigskin +pigsney +pigstick +pigsticker +pigsty +pigtail +pigwash +pigweed +pigwidgeon +pigyard +piitis +pik +pika +pike +piked +pikel +pikelet +pikeman +pikemonger +piker +pikestaff +piketail +pikey +piki +piking +pikle +piky +pilage +pilandite +pilapil +Pilar +pilar +pilary +pilaster +pilastered +pilastering +pilastrade +pilastraded +pilastric +Pilate +Pilatian +pilau +pilaued +pilch +pilchard +pilcher +pilcorn +pilcrow +pile +Pilea +pileata +pileate +pileated +piled +pileiform +pileolated +pileolus +pileorhiza +pileorhize +pileous +piler +piles +pileus +pileweed +pilework +pileworm +pilewort +pilfer +pilferage +pilferer +pilfering +pilferingly +pilferment +pilgarlic +pilgarlicky +pilger +pilgrim +pilgrimage +pilgrimager +pilgrimatic +pilgrimatical +pilgrimdom +pilgrimer +pilgrimess +pilgrimism +pilgrimize +pilgrimlike +pilgrimwise +pili +pilidium +pilifer +piliferous +piliform +piligan +piliganine +piligerous +pilikai +pililloo +pilimiction +pilin +piline +piling +pilipilula +pilkins +pill +pillage +pillageable +pillagee +pillager +pillar +pillared +pillaret +pillaring +pillarist +pillarize +pillarlet +pillarlike +pillarwise +pillary +pillas +pillbox +pilled +pilledness +pillet +pilleus +pillion +pilliver +pilliwinks +pillmaker +pillmaking +pillmonger +pillorization +pillorize +pillory +pillow +pillowcase +pillowing +pillowless +pillowmade +pillowwork +pillowy +pillworm +pillwort +pilm +pilmy +Pilobolus +pilocarpidine +pilocarpine +Pilocarpus +Pilocereus +pilocystic +piloerection +pilomotor +pilon +pilonidal +pilori +pilose +pilosebaceous +pilosine +pilosis +pilosism +pilosity +Pilot +pilot +pilotage +pilotaxitic +pilotee +pilothouse +piloting +pilotism +pilotless +pilotman +pilotry +pilotship +pilotweed +pilous +Pilpai +Pilpay +pilpul +pilpulist +pilpulistic +piltock +pilula +pilular +Pilularia +pilule +pilulist +pilulous +pilum +Pilumnus +pilus +pilwillet +pily +Pim +Pima +Piman +pimaric +pimelate +Pimelea +pimelic +pimelite +pimelitis +Pimenta +pimento +pimenton +pimgenet +pimienta +pimiento +pimlico +pimola +pimp +pimperlimpimp +pimpernel +pimpery +Pimpinella +pimping +pimpish +Pimpla +pimple +pimpleback +pimpled +pimpleproof +Pimplinae +pimpliness +pimplo +pimploe +pimplous +pimply +pimpship +pin +pina +Pinaceae +pinaceous +pinaces +pinachrome +pinacle +Pinacoceras +Pinacoceratidae +pinacocytal +pinacocyte +pinacoid +pinacoidal +pinacol +pinacolate +pinacolic +pinacolin +pinacone +pinacoteca +pinaculum +Pinacyanol +pinafore +pinakiolite +pinakoidal +pinakotheke +Pinal +Pinaleno +Pinales +pinang +pinaster +pinatype +pinaverdol +pinax +pinball +pinbefore +pinbone +pinbush +pincase +pincement +pincer +pincerlike +pincers +pincerweed +pinch +pinchable +pinchback +pinchbeck +pinchbelly +pinchcock +pinchcommons +pinchcrust +pinche +pinched +pinchedly +pinchedness +pinchem +pincher +pinchfist +pinchfisted +pinchgut +pinching +pinchingly +pinchpenny +Pincian +Pinckneya +pincoffin +pincpinc +Pinctada +pincushion +pincushiony +pind +pinda +Pindari +Pindaric +pindarical +pindarically +Pindarism +Pindarist +Pindarize +Pindarus +pinder +pindling +pindy +pine +pineal +pinealism +pinealoma +pineapple +pined +pinedrops +pineland +pinene +piner +pinery +pinesap +pinetum +pineweed +pinewoods +piney +pinfall +pinfeather +pinfeathered +pinfeatherer +pinfeathery +pinfish +pinfold +Ping +ping +pingle +pingler +pingue +pinguecula +pinguedinous +pinguefaction +pinguefy +pinguescence +pinguescent +Pinguicula +pinguicula +Pinguiculaceae +pinguiculaceous +pinguid +pinguidity +pinguiferous +pinguin +pinguinitescent +pinguite +pinguitude +pinguitudinous +pinhead +pinheaded +pinheadedness +pinhold +pinhole +pinhook +pinic +pinicoline +pinicolous +piniferous +piniform +pining +piningly +pinion +pinioned +pinionless +pinionlike +pinipicrin +pinitannic +pinite +pinitol +pinivorous +pinjane +pinjra +pink +pinkberry +pinked +pinkeen +pinken +pinker +Pinkerton +Pinkertonism +pinkeye +pinkfish +pinkie +pinkify +pinkily +pinkiness +pinking +pinkish +pinkishness +pinkly +pinkness +pinkroot +pinksome +Pinkster +pinkweed +pinkwood +pinkwort +pinky +pinless +pinlock +pinmaker +Pinna +pinna +pinnace +pinnacle +pinnaclet +pinnae +pinnaglobin +pinnal +pinnate +pinnated +pinnatedly +pinnately +pinnatifid +pinnatifidly +pinnatilobate +pinnatilobed +pinnation +pinnatipartite +pinnatiped +pinnatisect +pinnatisected +pinnatodentate +pinnatopectinate +pinnatulate +pinned +pinnel +pinner +pinnet +Pinnidae +pinniferous +pinniform +pinnigerous +Pinnigrada +pinnigrade +pinninervate +pinninerved +pinning +pinningly +pinniped +Pinnipedia +pinnipedian +pinnisect +pinnisected +pinnitarsal +pinnitentaculate +pinniwinkis +pinnock +pinnoite +pinnotere +pinnothere +Pinnotheres +pinnotherian +Pinnotheridae +pinnula +pinnular +pinnulate +pinnulated +pinnule +pinnulet +pinny +pino +pinochle +pinocytosis +pinole +pinoleum +pinolia +pinolin +pinon +pinonic +pinpillow +pinpoint +pinprick +pinproof +pinrail +pinrowed +pinscher +pinsons +pint +pinta +pintadera +pintado +pintadoite +pintail +pintano +pinte +pintle +pinto +pintura +pinulus +Pinus +pinweed +pinwing +pinwork +pinworm +piny +pinyl +pinyon +pioneer +pioneerdom +pioneership +pionnotes +pioscope +pioted +piotine +Piotr +piotty +pioury +pious +piously +piousness +Pioxe +pip +pipa +pipage +pipal +pipe +pipeage +pipecoline +pipecolinic +piped +pipefish +pipeful +pipelayer +pipeless +pipelike +pipeline +pipeman +pipemouth +Piper +piper +Piperaceae +piperaceous +Piperales +piperate +piperazin +piperazine +piperic +piperide +piperideine +piperidge +piperidide +piperidine +piperine +piperitious +piperitone +piperly +piperno +piperoid +piperonal +piperonyl +pipery +piperylene +pipestapple +pipestem +pipestone +pipet +pipette +pipewalker +pipewood +pipework +pipewort +pipi +Pipidae +Pipil +Pipile +Pipilo +piping +pipingly +pipingness +pipiri +pipistrel +pipistrelle +Pipistrellus +pipit +pipkin +pipkinet +pipless +pipped +pipper +pippin +pippiner +pippinface +pippy +Pipra +Pipridae +Piprinae +piprine +piproid +pipsissewa +Piptadenia +Piptomeris +pipunculid +Pipunculidae +pipy +piquable +piquance +piquancy +piquant +piquantly +piquantness +pique +piquet +piquia +piqure +pir +piracy +piragua +Piranga +piranha +pirate +piratelike +piratery +piratess +piratical +piratically +piratism +piratize +piraty +Pirene +Piricularia +pirijiri +piripiri +piririgua +pirl +pirn +pirner +pirnie +pirny +Piro +pirogue +pirol +piroplasm +Piroplasma +piroplasmosis +pirouette +pirouetter +pirouettist +pirr +pirraura +pirrmaw +pirssonite +Pisaca +pisaca +pisachee +Pisan +pisang +pisanite +Pisauridae +pisay +piscary +Piscataqua +Piscataway +piscation +piscatology +piscator +piscatorial +piscatorialist +piscatorially +piscatorian +piscatorious +piscatory +Pisces +piscian +piscicapture +piscicapturist +piscicolous +piscicultural +pisciculturally +pisciculture +pisciculturist +Piscid +Piscidia +piscifauna +pisciferous +pisciform +piscina +piscinal +piscine +piscinity +Piscis +piscivorous +pisco +pise +pish +pishaug +pishogue +Pishquow +pishu +Pisidium +pisiform +Pisistratean +Pisistratidae +pisk +pisky +pismire +pismirism +piso +pisolite +pisolitic +Pisonia +piss +pissabed +pissant +pist +pistache +pistachio +Pistacia +pistacite +pistareen +Pistia +pistic +pistil +pistillaceous +pistillar +pistillary +pistillate +pistillid +pistilliferous +pistilliform +pistilligerous +pistilline +pistillode +pistillody +pistilloid +pistilogy +pistle +Pistoiese +pistol +pistole +pistoleer +pistolet +pistolgram +pistolgraph +pistollike +pistolography +pistology +pistolproof +pistolwise +piston +pistonhead +pistonlike +pistrix +Pisum +pit +pita +Pitahauerat +Pitahauirata +pitahaya +pitanga +pitangua +pitapat +pitapatation +pitarah +pitau +Pitawas +pitaya +pitayita +Pitcairnia +pitch +pitchable +pitchblende +pitcher +pitchered +pitcherful +pitcherlike +pitcherman +pitchfork +pitchhole +pitchi +pitchiness +pitching +pitchlike +pitchman +pitchometer +pitchout +pitchpike +pitchpole +pitchpoll +pitchstone +pitchwork +pitchy +piteous +piteously +piteousness +pitfall +pith +pithecan +pithecanthrope +pithecanthropic +pithecanthropid +Pithecanthropidae +pithecanthropoid +Pithecanthropus +Pithecia +pithecian +Pitheciinae +pitheciine +pithecism +pithecoid +Pithecolobium +pithecological +pithecometric +pithecomorphic +pithecomorphism +pithful +pithily +pithiness +pithless +pithlessly +Pithoegia +Pithoigia +pithole +pithos +pithsome +pithwork +pithy +pitiability +pitiable +pitiableness +pitiably +pitiedly +pitiedness +pitier +pitiful +pitifully +pitifulness +pitikins +pitiless +pitilessly +pitilessness +pitless +pitlike +pitmaker +pitmaking +pitman +pitmark +pitmirk +pitometer +pitpan +pitpit +pitside +Pitta +pittacal +pittance +pittancer +pitted +pitter +pitticite +Pittidae +pittine +pitting +Pittism +Pittite +pittite +pittoid +Pittosporaceae +pittosporaceous +pittospore +Pittosporum +Pittsburgher +pituital +pituitary +pituite +pituitous +pituitousness +Pituitrin +pituri +pitwood +pitwork +pitwright +pity +pitying +pityingly +Pitylus +pityocampa +pityproof +pityriasic +pityriasis +Pityrogramma +pityroid +piuri +piuricapsular +pivalic +pivot +pivotal +pivotally +pivoter +pix +pixie +pixilated +pixilation +pixy +pize +pizza +pizzeria +pizzicato +pizzle +placability +placable +placableness +placably +Placaean +placard +placardeer +placarder +placate +placater +placation +placative +placatively +placatory +placcate +place +placeable +Placean +placebo +placeful +placeless +placelessly +placemaker +placemaking +placeman +placemanship +placement +placemonger +placemongering +placenta +placental +Placentalia +placentalian +placentary +placentate +placentation +placentiferous +placentiform +placentigerous +placentitis +placentoid +placentoma +placer +placet +placewoman +placid +placidity +placidly +placidness +placitum +plack +placket +plackless +placochromatic +placode +placoderm +placodermal +placodermatous +Placodermi +placodermoid +placodont +Placodontia +Placodus +placoganoid +placoganoidean +Placoganoidei +placoid +placoidal +placoidean +Placoidei +Placoides +Placophora +placophoran +placoplast +placula +placuntitis +placuntoma +Placus +pladaroma +pladarosis +plaga +plagal +plagate +plage +Plagianthus +plagiaplite +plagiarical +plagiarism +plagiarist +plagiaristic +plagiaristically +plagiarization +plagiarize +plagiarizer +plagiary +plagihedral +plagiocephalic +plagiocephalism +plagiocephaly +Plagiochila +plagioclase +plagioclasite +plagioclastic +plagioclinal +plagiodont +plagiograph +plagioliparite +plagionite +plagiopatagium +plagiophyre +Plagiostomata +plagiostomatous +plagiostome +Plagiostomi +plagiostomous +plagiotropic +plagiotropically +plagiotropism +plagiotropous +plagium +plagose +plagosity +plague +plagued +plagueful +plagueless +plagueproof +plaguer +plaguesome +plaguesomeness +plaguily +plaguy +plaice +plaid +plaided +plaidie +plaiding +plaidman +plaidy +plain +plainback +plainbacks +plainer +plainful +plainhearted +plainish +plainly +plainness +plainscraft +plainsfolk +plainsman +plainsoled +plainstones +plainswoman +plaint +plaintail +plaintiff +plaintiffship +plaintile +plaintive +plaintively +plaintiveness +plaintless +plainward +plaister +plait +plaited +plaiter +plaiting +plaitless +plaitwork +plak +plakat +plan +planable +planaea +planar +Planaria +planarian +Planarida +planaridan +planariform +planarioid +planarity +planate +planation +planch +plancheite +plancher +planchet +planchette +planching +planchment +plancier +Planckian +plandok +plane +planeness +planer +Planera +planet +planeta +planetable +planetabler +planetal +planetaria +planetarian +planetarily +planetarium +planetary +planeted +planetesimal +planeticose +planeting +planetist +planetkin +planetless +planetlike +planetogeny +planetography +planetoid +planetoidal +planetologic +planetologist +planetology +planetule +planform +planful +planfully +planfulness +plang +plangency +plangent +plangently +plangor +plangorous +planicaudate +planicipital +planidorsate +planifolious +planiform +planigraph +planilla +planimetric +planimetrical +planimetry +planineter +planipennate +Planipennia +planipennine +planipetalous +planiphyllous +planirostral +planirostrate +planiscope +planiscopic +planish +planisher +planispheral +planisphere +planispheric +planispherical +planispiral +planity +plank +plankage +plankbuilt +planker +planking +plankless +planklike +planksheer +plankter +planktologist +planktology +plankton +planktonic +planktont +plankways +plankwise +planky +planless +planlessly +planlessness +planner +planoblast +planoblastic +Planococcus +planoconical +planocylindric +planoferrite +planogamete +planograph +planographic +planographist +planography +planohorizontal +planolindrical +planometer +planometry +planomiller +planoorbicular +Planorbidae +planorbiform +planorbine +Planorbis +planorboid +planorotund +Planosarcina +planosol +planosome +planospiral +planospore +planosubulate +plant +planta +plantable +plantad +Plantae +plantage +Plantaginaceae +plantaginaceous +Plantaginales +plantagineous +Plantago +plantain +plantal +plantar +plantaris +plantarium +plantation +plantationlike +plantdom +planter +planterdom +planterly +plantership +Plantigrada +plantigrade +plantigrady +planting +plantivorous +plantless +plantlet +plantlike +plantling +plantocracy +plantsman +plantula +plantular +plantule +planula +planulan +planular +planulate +planuliform +planuloid +Planuloidea +planuria +planury +planxty +plap +plappert +plaque +plaquette +plash +plasher +plashet +plashingly +plashment +plashy +plasm +plasma +plasmagene +plasmapheresis +plasmase +plasmatic +plasmatical +plasmation +plasmatoparous +plasmatorrhexis +plasmic +plasmocyte +plasmocytoma +plasmode +plasmodesm +plasmodesma +plasmodesmal +plasmodesmic +plasmodesmus +plasmodia +plasmodial +plasmodiate +plasmodic +plasmodiocarp +plasmodiocarpous +Plasmodiophora +Plasmodiophoraceae +Plasmodiophorales +plasmodium +plasmogen +plasmolysis +plasmolytic +plasmolytically +plasmolyzability +plasmolyzable +plasmolyze +plasmoma +Plasmon +Plasmopara +plasmophagous +plasmophagy +plasmoptysis +plasmosoma +plasmosome +plasmotomy +plasome +plass +plasson +plastein +plaster +plasterbill +plasterboard +plasterer +plasteriness +plastering +plasterlike +plasterwise +plasterwork +plastery +Plastic +plastic +plastically +plasticimeter +Plasticine +plasticine +plasticism +plasticity +plasticization +plasticize +plasticizer +plasticly +plastics +plastid +plastidium +plastidome +Plastidozoa +plastidular +plastidule +plastify +plastin +plastinoid +plastisol +plastochondria +plastochron +plastochrone +plastodynamia +plastodynamic +plastogamic +plastogamy +plastogene +plastomere +plastometer +plastosome +plastotype +plastral +plastron +plastrum +plat +Plataean +Platalea +Plataleidae +plataleiform +Plataleinae +plataleine +platan +Platanaceae +platanaceous +platane +platanist +Platanista +Platanistidae +platano +Platanus +platband +platch +plate +platea +plateasm +plateau +plateaux +plated +plateful +plateholder +plateiasmus +platelayer +plateless +platelet +platelike +platemaker +platemaking +plateman +platen +plater +platerer +plateresque +platery +plateway +platework +plateworker +platform +platformally +platformed +platformer +platformish +platformism +platformist +platformistic +platformless +platformy +platic +platicly +platilla +platina +platinamine +platinammine +platinate +Platine +plating +platinic +platinichloric +platinichloride +platiniferous +platiniridium +platinite +platinization +platinize +platinochloric +platinochloride +platinocyanic +platinocyanide +platinoid +platinotype +platinous +platinum +platinumsmith +platitude +platitudinal +platitudinarian +platitudinarianism +platitudinism +platitudinist +platitudinization +platitudinize +platitudinizer +platitudinous +platitudinously +platitudinousness +Platoda +platode +Platodes +platoid +Platonesque +platonesque +Platonian +Platonic +Platonical +Platonically +Platonicalness +Platonician +Platonicism +Platonism +Platonist +Platonistic +Platonization +Platonize +Platonizer +platoon +platopic +platosamine +platosammine +Platt +Plattdeutsch +platted +platten +platter +platterface +platterful +platting +plattnerite +platty +platurous +platy +platybasic +platybrachycephalic +platybrachycephalous +platybregmatic +platycarpous +Platycarpus +Platycarya +platycelian +platycelous +platycephalic +Platycephalidae +platycephalism +platycephaloid +platycephalous +Platycephalus +platycephaly +Platycercinae +platycercine +Platycercus +Platycerium +platycheiria +platycnemia +platycnemic +Platycodon +platycoria +platycrania +platycranial +Platyctenea +platycyrtean +platydactyl +platydactyle +platydactylous +platydolichocephalic +platydolichocephalous +platyfish +platyglossal +platyglossate +platyglossia +Platyhelmia +platyhelminth +Platyhelminthes +platyhelminthic +platyhieric +platykurtic +platylobate +platymeria +platymeric +platymery +platymesaticephalic +platymesocephalic +platymeter +platymyoid +platynite +platynotal +platyodont +platyope +platyopia +platyopic +platypellic +platypetalous +platyphyllous +platypod +Platypoda +platypodia +platypodous +Platyptera +platypus +platypygous +Platyrhina +Platyrhini +platyrhynchous +platyrrhin +Platyrrhina +platyrrhine +Platyrrhini +platyrrhinian +platyrrhinic +platyrrhinism +platyrrhiny +platysma +platysmamyoides +platysomid +Platysomidae +Platysomus +platystaphyline +Platystemon +platystencephalia +platystencephalic +platystencephalism +platystencephaly +platysternal +Platysternidae +Platystomidae +platystomous +platytrope +platytropy +plaud +plaudation +plaudit +plaudite +plauditor +plauditory +plauenite +plausibility +plausible +plausibleness +plausibly +plausive +plaustral +Plautine +Plautus +play +playa +playability +playable +playback +playbill +playbook +playbox +playboy +playboyism +playbroker +playcraft +playcraftsman +playday +playdown +player +playerdom +playeress +playfellow +playfellowship +playfield +playfolk +playful +playfully +playfulness +playgoer +playgoing +playground +playhouse +playingly +playless +playlet +playlike +playmaker +playmaking +playman +playmare +playmate +playmonger +playmongering +playock +playpen +playreader +playroom +playscript +playsome +playsomely +playsomeness +playstead +plaything +playtime +playward +playwoman +playwork +playwright +playwrightess +playwrighting +playwrightry +playwriter +playwriting +plaza +plazolite +plea +pleach +pleached +pleacher +plead +pleadable +pleadableness +pleader +pleading +pleadingly +pleadingness +pleaproof +pleasable +pleasableness +pleasance +pleasant +pleasantable +pleasantish +pleasantly +pleasantness +pleasantry +pleasantsome +please +pleasedly +pleasedness +pleaseman +pleaser +pleaship +pleasing +pleasingly +pleasingness +pleasurability +pleasurable +pleasurableness +pleasurably +pleasure +pleasureful +pleasurehood +pleasureless +pleasurelessly +pleasureman +pleasurement +pleasuremonger +pleasureproof +pleasurer +pleasuring +pleasurist +pleasurous +pleat +pleater +pleatless +pleb +plebe +plebeian +plebeiance +plebeianize +plebeianly +plebeianness +plebeity +plebianism +plebicolar +plebicolist +plebificate +plebification +plebify +plebiscitarian +plebiscitarism +plebiscitary +plebiscite +plebiscitic +plebiscitum +plebs +pleck +Plecoptera +plecopteran +plecopterid +plecopterous +Plecotinae +plecotine +Plecotus +plectognath +Plectognathi +plectognathic +plectognathous +plectopter +plectopteran +plectopterous +plectospondyl +Plectospondyli +plectospondylous +plectre +plectridial +plectridium +plectron +plectrum +pled +pledge +pledgeable +pledgee +pledgeless +pledgeor +pledger +pledgeshop +pledget +pledgor +Plegadis +plegaphonia +plegometer +Pleiades +pleiobar +pleiochromia +pleiochromic +pleiomastia +pleiomazia +pleiomerous +pleiomery +pleion +Pleione +pleionian +pleiophyllous +pleiophylly +pleiotaxis +pleiotropic +pleiotropically +pleiotropism +Pleistocene +Pleistocenic +pleistoseist +plemochoe +plemyrameter +plenarily +plenariness +plenarium +plenarty +plenary +plenicorn +pleniloquence +plenilunal +plenilunar +plenilunary +plenilune +plenipo +plenipotence +plenipotent +plenipotential +plenipotentiality +plenipotentiarily +plenipotentiarize +Plenipotentiary +plenipotentiary +plenipotentiaryship +plenish +plenishing +plenishment +plenism +plenist +plenitide +plenitude +plenitudinous +plenshing +plenteous +plenteously +plenteousness +plentiful +plentifully +plentifulness +plentify +plenty +plenum +pleny +pleochroic +pleochroism +pleochroitic +pleochromatic +pleochromatism +pleochroous +pleocrystalline +pleodont +pleomastia +pleomastic +pleomazia +pleometrosis +pleometrotic +pleomorph +pleomorphic +pleomorphism +pleomorphist +pleomorphous +pleomorphy +pleon +pleonal +pleonasm +pleonast +pleonaste +pleonastic +pleonastical +pleonastically +pleonectic +pleonexia +pleonic +pleophyletic +pleopod +pleopodite +Pleospora +Pleosporaceae +plerergate +plerocercoid +pleroma +pleromatic +plerome +pleromorph +plerophoric +plerophory +plerosis +plerotic +Plesianthropus +plesiobiosis +plesiobiotic +plesiomorphic +plesiomorphism +plesiomorphous +plesiosaur +Plesiosauri +Plesiosauria +plesiosaurian +plesiosauroid +Plesiosaurus +plesiotype +plessigraph +plessimeter +plessimetric +plessimetry +plessor +Plethodon +plethodontid +Plethodontidae +plethora +plethoretic +plethoretical +plethoric +plethorical +plethorically +plethorous +plethory +plethysmograph +plethysmographic +plethysmographically +plethysmography +pleura +Pleuracanthea +Pleuracanthidae +Pleuracanthini +pleuracanthoid +Pleuracanthus +pleural +pleuralgia +pleuralgic +pleurapophysial +pleurapophysis +pleurectomy +pleurenchyma +pleurenchymatous +pleuric +pleuriseptate +pleurisy +pleurite +pleuritic +pleuritical +pleuritically +pleuritis +Pleurobrachia +Pleurobrachiidae +pleurobranch +pleurobranchia +pleurobranchial +pleurobranchiate +pleurobronchitis +Pleurocapsa +Pleurocapsaceae +pleurocapsaceous +pleurocarp +Pleurocarpi +pleurocarpous +pleurocele +pleurocentesis +pleurocentral +pleurocentrum +Pleurocera +pleurocerebral +Pleuroceridae +pleuroceroid +Pleurococcaceae +pleurococcaceous +Pleurococcus +Pleurodelidae +Pleurodira +pleurodiran +pleurodire +pleurodirous +pleurodiscous +pleurodont +pleurodynia +pleurodynic +pleurogenic +pleurogenous +pleurohepatitis +pleuroid +pleurolith +pleurolysis +pleuron +Pleuronectes +pleuronectid +Pleuronectidae +pleuronectoid +Pleuronema +pleuropedal +pleuropericardial +pleuropericarditis +pleuroperitonaeal +pleuroperitoneal +pleuroperitoneum +pleuropneumonia +pleuropneumonic +pleuropodium +pleuropterygian +Pleuropterygii +pleuropulmonary +pleurorrhea +Pleurosaurus +Pleurosigma +pleurospasm +pleurosteal +Pleurosteon +pleurostict +Pleurosticti +Pleurostigma +pleurothotonic +pleurothotonus +Pleurotoma +Pleurotomaria +Pleurotomariidae +pleurotomarioid +Pleurotomidae +pleurotomine +pleurotomoid +pleurotomy +pleurotonic +pleurotonus +Pleurotremata +pleurotribal +pleurotribe +pleurotropous +Pleurotus +pleurotyphoid +pleurovisceral +pleurum +pleuston +pleustonic +plew +plex +plexal +plexicose +plexiform +pleximeter +pleximetric +pleximetry +plexodont +plexometer +plexor +plexure +plexus +pliability +pliable +pliableness +pliably +pliancy +pliant +pliantly +pliantness +plica +plicable +plical +plicate +plicated +plicately +plicateness +plicater +plicatile +plication +plicative +plicatocontorted +plicatocristate +plicatolacunose +plicatolobate +plicatopapillose +plicator +plicatoundulate +plicatulate +plicature +pliciferous +pliciform +plied +plier +plies +pliers +plight +plighted +plighter +plim +plimsoll +Plinian +plinth +plinther +plinthiform +plinthless +plinthlike +Pliny +Plinyism +Pliocene +Pliohippus +Pliopithecus +pliosaur +pliosaurian +Pliosauridae +Pliosaurus +pliothermic +Pliotron +pliskie +plisky +ploat +ploce +Ploceidae +ploceiform +Ploceinae +Ploceus +plock +plod +plodder +plodderly +plodding +ploddingly +ploddingness +plodge +Ploima +ploimate +plomb +plook +plop +ploration +ploratory +plosion +plosive +plot +plote +plotful +Plotinian +Plotinic +Plotinical +Plotinism +Plotinist +Plotinize +plotless +plotlessness +plotproof +plottage +plotted +plotter +plottery +plotting +plottingly +plotty +plough +ploughmanship +ploughtail +plouk +plouked +plouky +plounce +plousiocracy +plout +Plouteneion +plouter +plover +ploverlike +plovery +plow +plowable +plowbote +plowboy +plower +plowfish +plowfoot +plowgang +plowgate +plowgraith +plowhead +plowing +plowjogger +plowland +plowlight +plowline +plowmaker +plowman +plowmanship +plowmell +plowpoint +Plowrightia +plowshare +plowshoe +plowstaff +plowstilt +plowtail +plowwise +plowwoman +plowwright +ploy +ployment +Pluchea +pluck +pluckage +plucked +pluckedness +plucker +Pluckerian +pluckily +pluckiness +pluckless +plucklessness +plucky +plud +pluff +pluffer +pluffy +plug +plugboard +plugdrawer +pluggable +plugged +plugger +plugging +pluggingly +pluggy +plughole +plugless +pluglike +plugman +plugtray +plugtree +plum +pluma +plumaceous +plumach +plumade +plumage +plumaged +plumagery +plumasite +plumate +Plumatella +plumatellid +Plumatellidae +plumatelloid +plumb +plumbable +plumbage +Plumbaginaceae +plumbaginaceous +plumbagine +plumbaginous +plumbago +plumbate +plumbean +plumbeous +plumber +plumbership +plumbery +plumbet +plumbic +plumbiferous +plumbing +plumbism +plumbisolvent +plumbite +plumbless +plumbness +plumbog +plumbojarosite +plumboniobate +plumbosolvency +plumbosolvent +plumbous +plumbum +plumcot +plumdamas +plumdamis +plume +plumed +plumeless +plumelet +plumelike +plumemaker +plumemaking +plumeopicean +plumeous +plumer +plumery +plumet +plumette +plumicorn +plumier +Plumiera +plumieride +plumification +plumiform +plumiformly +plumify +plumigerous +pluminess +plumiped +plumipede +plumist +plumless +plumlet +plumlike +plummer +plummet +plummeted +plummetless +plummy +plumose +plumosely +plumoseness +plumosity +plumous +plump +plumpen +plumper +plumping +plumpish +plumply +plumpness +plumps +plumpy +plumula +plumulaceous +plumular +Plumularia +plumularian +Plumulariidae +plumulate +plumule +plumuliform +plumulose +plumy +plunder +plunderable +plunderage +plunderbund +plunderer +plunderess +plundering +plunderingly +plunderless +plunderous +plunderproof +plunge +plunger +plunging +plungingly +plunk +plunther +plup +plupatriotic +pluperfect +pluperfectly +pluperfectness +plural +pluralism +pluralist +pluralistic +pluralistically +plurality +pluralization +pluralize +pluralizer +plurally +plurative +plurennial +pluriaxial +pluricarinate +pluricarpellary +pluricellular +pluricentral +pluricipital +pluricuspid +pluricuspidate +pluridentate +pluries +plurifacial +plurifetation +plurification +pluriflagellate +pluriflorous +plurifoliate +plurifoliolate +plurify +pluriglandular +pluriguttulate +plurilateral +plurilingual +plurilingualism +plurilingualist +plurilocular +plurimammate +plurinominal +plurinucleate +pluripara +pluriparity +pluriparous +pluripartite +pluripetalous +pluripotence +pluripotent +pluripresence +pluriseptate +pluriserial +pluriseriate +pluriseriated +plurisetose +plurispiral +plurisporous +plurisyllabic +plurisyllable +plurivalent +plurivalve +plurivorous +plurivory +plus +plush +plushed +plushette +plushily +plushiness +plushlike +plushy +Plusia +Plusiinae +plusquamperfect +plussage +Plutarchian +Plutarchic +Plutarchical +Plutarchically +plutarchy +pluteal +plutean +pluteiform +Plutella +pluteus +Pluto +plutocracy +plutocrat +plutocratic +plutocratical +plutocratically +plutolatry +plutological +plutologist +plutology +plutomania +Plutonian +plutonian +plutonic +Plutonion +plutonism +plutonist +plutonite +Plutonium +plutonium +plutonometamorphism +plutonomic +plutonomist +plutonomy +pluvial +pluvialiform +pluvialine +Pluvialis +pluvian +pluvine +pluviograph +pluviographic +pluviographical +pluviography +pluviometer +pluviometric +pluviometrical +pluviometrically +pluviometry +pluvioscope +pluviose +pluviosity +pluvious +ply +plyer +plying +plyingly +Plymouth +Plymouthism +Plymouthist +Plymouthite +Plynlymmon +plywood +pneodynamics +pneograph +pneomanometer +pneometer +pneometry +pneophore +pneoscope +pneuma +pneumarthrosis +pneumathaemia +pneumatic +pneumatical +pneumatically +pneumaticity +pneumatics +pneumatism +pneumatist +pneumatize +pneumatized +pneumatocardia +pneumatocele +pneumatochemical +pneumatochemistry +pneumatocyst +pneumatocystic +pneumatode +pneumatogenic +pneumatogenous +pneumatogram +pneumatograph +pneumatographer +pneumatographic +pneumatography +pneumatolitic +pneumatologic +pneumatological +pneumatologist +pneumatology +pneumatolysis +pneumatolytic +Pneumatomachian +Pneumatomachist +Pneumatomachy +pneumatometer +pneumatometry +pneumatomorphic +pneumatonomy +pneumatophany +pneumatophilosophy +pneumatophobia +pneumatophonic +pneumatophony +pneumatophore +pneumatophorous +pneumatorrhachis +pneumatoscope +pneumatosic +pneumatosis +pneumatotactic +pneumatotherapeutics +pneumatotherapy +Pneumatria +pneumaturia +pneumectomy +pneumobacillus +Pneumobranchia +Pneumobranchiata +pneumocele +pneumocentesis +pneumochirurgia +pneumococcal +pneumococcemia +pneumococcic +pneumococcous +pneumococcus +pneumoconiosis +pneumoderma +pneumodynamic +pneumodynamics +pneumoencephalitis +pneumoenteritis +pneumogastric +pneumogram +pneumograph +pneumographic +pneumography +pneumohemothorax +pneumohydropericardium +pneumohydrothorax +pneumolith +pneumolithiasis +pneumological +pneumology +pneumolysis +pneumomalacia +pneumomassage +Pneumometer +pneumomycosis +pneumonalgia +pneumonectasia +pneumonectomy +pneumonedema +pneumonia +pneumonic +pneumonitic +pneumonitis +pneumonocace +pneumonocarcinoma +pneumonocele +pneumonocentesis +pneumonocirrhosis +pneumonoconiosis +pneumonodynia +pneumonoenteritis +pneumonoerysipelas +pneumonographic +pneumonography +pneumonokoniosis +pneumonolith +pneumonolithiasis +pneumonolysis +pneumonomelanosis +pneumonometer +pneumonomycosis +pneumonoparesis +pneumonopathy +pneumonopexy +pneumonophorous +pneumonophthisis +pneumonopleuritis +pneumonorrhagia +pneumonorrhaphy +pneumonosis +pneumonotherapy +pneumonotomy +pneumony +pneumopericardium +pneumoperitoneum +pneumoperitonitis +pneumopexy +pneumopleuritis +pneumopyothorax +pneumorrachis +pneumorrhachis +pneumorrhagia +pneumotactic +pneumotherapeutics +pneumotherapy +pneumothorax +pneumotomy +pneumotoxin +pneumotropic +pneumotropism +pneumotyphoid +pneumotyphus +pneumoventriculography +Po +po +Poa +Poaceae +poaceous +poach +poachable +poacher +poachiness +poachy +Poales +poalike +pob +pobby +Poblacht +poblacion +pobs +pochade +pochard +pochay +poche +pochette +pocilliform +pock +pocket +pocketable +pocketableness +pocketbook +pocketed +pocketer +pocketful +pocketing +pocketknife +pocketless +pocketlike +pockety +pockhouse +pockily +pockiness +pockmanteau +pockmantie +pockmark +pockweed +pockwood +pocky +poco +pococurante +pococuranteism +pococurantic +pococurantish +pococurantism +pococurantist +pocosin +poculary +poculation +poculent +poculiform +pod +podagra +podagral +podagric +podagrical +podagrous +podal +podalgia +podalic +Podaliriidae +Podalirius +Podarge +Podargidae +Podarginae +podargine +podargue +Podargus +podarthral +podarthritis +podarthrum +podatus +Podaxonia +podaxonial +podded +podder +poddidge +poddish +poddle +poddy +podelcoma +podeon +podesta +podesterate +podetiiform +podetium +podex +podge +podger +podgily +podginess +podgy +podial +podiatrist +podiatry +podical +Podiceps +podices +Podicipedidae +podilegous +podite +poditic +poditti +podium +podler +podley +podlike +podobranch +podobranchia +podobranchial +podobranchiate +podocarp +Podocarpaceae +Podocarpineae +podocarpous +Podocarpus +podocephalous +pododerm +pododynia +podogyn +podogyne +podogynium +Podolian +podolite +podology +podomancy +podomere +podometer +podometry +Podophrya +Podophryidae +Podophthalma +Podophthalmata +podophthalmate +podophthalmatous +Podophthalmia +podophthalmian +podophthalmic +podophthalmite +podophthalmitic +podophthalmous +Podophyllaceae +podophyllic +podophyllin +podophyllotoxin +podophyllous +Podophyllum +podophyllum +podoscaph +podoscapher +podoscopy +Podosomata +podosomatous +podosperm +Podosphaera +Podostemaceae +podostemaceous +podostemad +Podostemon +Podostemonaceae +podostemonaceous +Podostomata +podostomatous +podotheca +podothecal +Podozamites +Podsnap +Podsnappery +podsol +podsolic +podsolization +podsolize +Podunk +Podura +poduran +podurid +Poduridae +podware +podzol +podzolic +podzolization +podzolize +poe +Poecile +Poeciliidae +poecilitic +Poecilocyttares +poecilocyttarous +poecilogonous +poecilogony +poecilomere +poecilonym +poecilonymic +poecilonymy +poecilopod +Poecilopoda +poecilopodous +poem +poematic +poemet +poemlet +Poephaga +poephagous +Poephagus +poesie +poesiless +poesis +poesy +poet +poetaster +poetastering +poetasterism +poetastery +poetastress +poetastric +poetastrical +poetastry +poetcraft +poetdom +poetesque +poetess +poethood +poetic +poetical +poeticality +poetically +poeticalness +poeticism +poeticize +poeticness +poetics +poeticule +poetito +poetization +poetize +poetizer +poetless +poetlike +poetling +poetly +poetomachia +poetress +poetry +poetryless +poetship +poetwise +pogamoggan +pogge +poggy +Pogo +Pogonatum +Pogonia +pogoniasis +pogoniate +pogonion +pogonip +pogoniris +pogonite +pogonological +pogonologist +pogonology +pogonotomy +pogonotrophy +pogrom +pogromist +pogromize +pogy +poh +poha +pohickory +pohna +pohutukawa +poi +Poiana +Poictesme +poietic +poignance +poignancy +poignant +poignantly +poignet +poikilitic +poikiloblast +poikiloblastic +poikilocyte +poikilocythemia +poikilocytosis +poikilotherm +poikilothermic +poikilothermism +poil +poilu +poimenic +poimenics +Poinciana +poind +poindable +poinder +poinding +Poinsettia +point +pointable +pointage +pointed +pointedly +pointedness +pointel +pointer +pointful +pointfully +pointfulness +pointillism +pointillist +pointing +pointingly +pointless +pointlessly +pointlessness +pointlet +pointleted +pointmaker +pointman +pointment +pointrel +pointsman +pointswoman +pointways +pointwise +pointy +poisable +poise +poised +poiser +poison +poisonable +poisonful +poisonfully +poisoning +poisonless +poisonlessness +poisonmaker +poisonous +poisonously +poisonousness +poisonproof +poisonweed +poisonwood +poitrail +poitrel +poivrade +pokable +Pokan +Pokanoket +poke +pokeberry +poked +pokeful +pokeloken +pokeout +poker +pokerish +pokerishly +pokerishness +pokeroot +pokeweed +pokey +pokily +pokiness +poking +Pokom +Pokomam +Pokomo +pokomoo +Pokonchi +pokunt +poky +pol +Polab +Polabian +Polabish +polacca +Polack +polack +polacre +Polander +Polanisia +polar +polaric +Polarid +polarigraphic +polarimeter +polarimetric +polarimetry +Polaris +polariscope +polariscopic +polariscopically +polariscopist +polariscopy +polaristic +polaristrobometer +polarity +polarizability +polarizable +polarization +polarize +polarizer +polarly +polarogram +polarograph +polarographic +polarographically +polarography +Polaroid +polarward +polaxis +poldavis +poldavy +polder +polderboy +polderman +Pole +pole +polearm +poleax +poleaxe +poleaxer +poleburn +polecat +polehead +poleless +poleman +polemarch +polemic +polemical +polemically +polemician +polemicist +polemics +polemist +polemize +Polemoniaceae +polemoniaceous +Polemoniales +Polemonium +polemoscope +polenta +poler +polesetter +Polesian +polesman +polestar +poleward +polewards +poley +poliad +poliadic +Polian +polianite +Polianthes +police +policed +policedom +policeless +policeman +policemanish +policemanism +policemanlike +policemanship +policewoman +Polichinelle +policial +policize +policizer +policlinic +policy +policyholder +poliencephalitis +poliencephalomyelitis +poligar +poligarship +poligraphical +Polinices +polio +polioencephalitis +polioencephalomyelitis +poliomyelitis +poliomyelopathy +polioneuromere +poliorcetic +poliorcetics +poliosis +polis +Polish +polish +polishable +polished +polishedly +polishedness +polisher +polishment +polisman +polissoir +Polistes +politarch +politarchic +Politbureau +Politburo +polite +politeful +politely +politeness +politesse +politic +political +politicalism +politicalize +politically +politicaster +politician +politicious +politicist +politicize +politicizer +politicly +politico +politicomania +politicophobia +politics +politied +Politique +politist +politize +polity +politzerization +politzerize +polk +polka +Poll +poll +pollable +pollack +polladz +pollage +pollakiuria +pollam +pollan +pollarchy +pollard +pollbook +polled +pollen +pollened +polleniferous +pollenigerous +pollenite +pollenivorous +pollenless +pollenlike +pollenproof +pollent +poller +polleten +pollex +pollical +pollicar +pollicate +pollicitation +pollinar +pollinarium +pollinate +pollination +pollinator +pollinctor +pollincture +polling +pollinia +pollinic +pollinical +polliniferous +pollinigerous +pollinium +pollinivorous +pollinization +pollinize +pollinizer +pollinodial +pollinodium +pollinoid +pollinose +pollinosis +polliwig +polliwog +pollock +polloi +pollster +pollucite +pollutant +pollute +polluted +pollutedly +pollutedness +polluter +polluting +pollutingly +pollution +Pollux +pollux +Polly +Pollyanna +Pollyannish +pollywog +polo +poloconic +polocyte +poloist +polonaise +Polonese +Polonia +Polonial +Polonian +Polonism +polonium +Polonius +Polonization +Polonize +polony +polos +polska +polt +poltergeist +poltfoot +poltfooted +poltina +poltinnik +poltophagic +poltophagist +poltophagy +poltroon +poltroonery +poltroonish +poltroonishly +poltroonism +poluphloisboic +poluphloisboiotatotic +poluphloisboiotic +polverine +poly +polyacanthus +polyacid +polyacoustic +polyacoustics +polyact +polyactinal +polyactine +Polyactinia +polyad +polyadelph +Polyadelphia +polyadelphian +polyadelphous +polyadenia +polyadenitis +polyadenoma +polyadenous +polyadic +polyaffectioned +polyalcohol +polyamide +polyamylose +Polyandria +polyandria +polyandrian +polyandrianism +polyandric +polyandrious +polyandrism +polyandrist +polyandrium +polyandrous +polyandry +Polyangium +polyangular +polyantha +polyanthous +polyanthus +polyanthy +polyarch +polyarchal +polyarchical +polyarchist +polyarchy +polyarteritis +polyarthric +polyarthritic +polyarthritis +polyarthrous +polyarticular +polyatomic +polyatomicity +polyautographic +polyautography +polyaxial +polyaxon +polyaxone +polyaxonic +polybasic +polybasicity +polybasite +polyblast +Polyborinae +polyborine +Polyborus +polybranch +Polybranchia +polybranchian +Polybranchiata +polybranchiate +polybromid +polybromide +polybunous +polybuny +polybuttoned +polycarboxylic +Polycarp +polycarpellary +polycarpic +Polycarpon +polycarpous +polycarpy +polycellular +polycentral +polycentric +polycephalic +polycephalous +polycephaly +Polychaeta +polychaete +polychaetous +polychasial +polychasium +polychloride +polychoerany +polychord +polychotomous +polychotomy +polychrest +polychrestic +polychrestical +polychresty +polychroic +polychroism +polychromasia +polychromate +polychromatic +polychromatism +polychromatist +polychromatize +polychromatophil +polychromatophile +polychromatophilia +polychromatophilic +polychrome +polychromia +polychromic +polychromism +polychromize +polychromous +polychromy +polychronious +polyciliate +polycitral +polyclad +Polycladida +polycladine +polycladose +polycladous +polyclady +Polycletan +polyclinic +polyclona +polycoccous +Polycodium +polyconic +polycormic +polycotyl +polycotyledon +polycotyledonary +polycotyledonous +polycotyledony +polycotylous +polycotyly +polycracy +polycrase +polycratic +polycrotic +polycrotism +polycrystalline +polyctenid +Polyctenidae +polycttarian +polycyanide +polycyclic +polycycly +polycyesis +polycystic +polycythemia +polycythemic +Polycyttaria +polydactyl +polydactyle +polydactylism +polydactylous +Polydactylus +polydactyly +polydaemoniac +polydaemonism +polydaemonist +polydaemonistic +polydemic +polydenominational +polydental +polydermous +polydermy +polydigital +polydimensional +polydipsia +polydisperse +polydomous +polydymite +polydynamic +polyeidic +polyeidism +polyembryonate +polyembryonic +polyembryony +polyemia +polyemic +polyenzymatic +polyergic +Polyergus +polyester +polyesthesia +polyesthetic +polyethnic +polyethylene +polyfenestral +polyflorous +polyfoil +polyfold +Polygala +Polygalaceae +polygalaceous +polygalic +polygam +Polygamia +polygamian +polygamic +polygamical +polygamically +polygamist +polygamistic +polygamize +polygamodioecious +polygamous +polygamously +polygamy +polyganglionic +polygastric +polygene +polygenesic +polygenesis +polygenesist +polygenetic +polygenetically +polygenic +polygenism +polygenist +polygenistic +polygenous +polygeny +polyglandular +polyglobulia +polyglobulism +polyglossary +polyglot +polyglotry +polyglottal +polyglottally +polyglotted +polyglotter +polyglottery +polyglottic +polyglottically +polyglottism +polyglottist +polyglottonic +polyglottous +polyglotwise +polyglycerol +polygon +Polygonaceae +polygonaceous +polygonal +Polygonales +polygonally +Polygonatum +Polygonella +polygoneutic +polygoneutism +Polygonia +polygonic +polygonically +polygonoid +polygonous +Polygonum +polygony +Polygordius +polygram +polygrammatic +polygraph +polygrapher +polygraphic +polygraphy +polygroove +polygrooved +polygyn +polygynaiky +Polygynia +polygynian +polygynic +polygynious +polygynist +polygynoecial +polygynous +polygyny +polygyral +polygyria +polyhaemia +polyhaemic +polyhalide +polyhalite +polyhalogen +polyharmonic +polyharmony +polyhedral +polyhedric +polyhedrical +polyhedroid +polyhedron +polyhedrosis +polyhedrous +polyhemia +polyhidrosis +polyhistor +polyhistorian +polyhistoric +polyhistory +polyhybrid +polyhydric +polyhydroxy +polyideic +polyideism +polyidrosis +polyiodide +polykaryocyte +polylaminated +polylemma +polylepidous +polylinguist +polylith +polylithic +polylobular +polylogy +polyloquent +polymagnet +polymastia +polymastic +Polymastiga +polymastigate +Polymastigida +Polymastigina +polymastigous +polymastism +Polymastodon +polymastodont +polymasty +polymath +polymathic +polymathist +polymathy +polymazia +polymelia +polymelian +polymely +polymer +polymere +polymeria +polymeric +polymeride +polymerism +polymerization +polymerize +polymerous +polymetallism +polymetameric +polymeter +polymethylene +polymetochia +polymetochic +polymicrian +polymicrobial +polymicrobic +polymicroscope +polymignite +Polymixia +polymixiid +Polymixiidae +Polymnestor +Polymnia +polymnite +polymolecular +polymolybdate +polymorph +Polymorpha +polymorphean +polymorphic +polymorphism +polymorphistic +polymorphonuclear +polymorphonucleate +polymorphosis +polymorphous +polymorphy +Polymyaria +polymyarian +Polymyarii +Polymyodi +polymyodian +polymyodous +polymyoid +polymyositis +polymythic +polymythy +polynaphthene +polynemid +Polynemidae +polynemoid +Polynemus +Polynesian +polynesic +polyneural +polyneuric +polyneuritic +polyneuritis +polyneuropathy +polynodal +Polynoe +polynoid +Polynoidae +polynome +polynomial +polynomialism +polynomialist +polynomic +polynucleal +polynuclear +polynucleate +polynucleated +polynucleolar +polynucleosis +Polyodon +polyodont +polyodontal +polyodontia +Polyodontidae +polyodontoid +polyoecious +polyoeciously +polyoeciousness +polyoecism +polyoecy +polyoicous +polyommatous +polyonomous +polyonomy +polyonychia +polyonym +polyonymal +polyonymic +polyonymist +polyonymous +polyonymy +polyophthalmic +polyopia +polyopic +polyopsia +polyopsy +polyorama +polyorchidism +polyorchism +polyorganic +polyose +polyoxide +polyoxymethylene +polyp +polypage +polypaged +polypapilloma +polyparasitic +polyparasitism +polyparesis +polyparia +polyparian +polyparium +polyparous +polypary +polypean +polyped +Polypedates +polypeptide +polypetal +Polypetalae +polypetalous +Polyphaga +polyphage +polyphagia +polyphagian +polyphagic +polyphagist +polyphagous +polyphagy +polyphalangism +polypharmacal +polypharmacist +polypharmacon +polypharmacy +polypharmic +polyphasal +polyphase +polyphaser +Polypheme +polyphemian +polyphemic +polyphemous +polyphenol +polyphloesboean +polyphloisboioism +polyphloisboism +polyphobia +polyphobic +polyphone +polyphoned +polyphonia +polyphonic +polyphonical +polyphonism +polyphonist +polyphonium +polyphonous +polyphony +polyphore +polyphosphoric +polyphotal +polyphote +polyphylesis +polyphyletic +polyphyletically +polyphylety +polyphylline +polyphyllous +polyphylly +polyphylogeny +polyphyly +polyphyodont +Polypi +polypi +polypian +polypide +polypidom +Polypifera +polypiferous +polypigerous +polypinnate +polypite +Polyplacophora +polyplacophoran +polyplacophore +polyplacophorous +polyplastic +Polyplectron +polyplegia +polyplegic +polyploid +polyploidic +polyploidy +polypnoea +polypnoeic +polypod +Polypoda +polypodia +Polypodiaceae +polypodiaceous +Polypodium +polypodous +polypody +polypoid +polypoidal +Polypomorpha +polypomorphic +Polyporaceae +polyporaceous +polypore +polyporite +polyporoid +polyporous +Polyporus +polypose +polyposis +polypotome +polypous +polypragmacy +polypragmatic +polypragmatical +polypragmatically +polypragmatism +polypragmatist +polypragmaty +polypragmist +polypragmon +polypragmonic +polypragmonist +polyprene +polyprism +polyprismatic +polyprothetic +polyprotodont +Polyprotodontia +polypseudonymous +polypsychic +polypsychical +polypsychism +polypterid +Polypteridae +polypteroid +Polypterus +polyptote +polyptoton +polyptych +polypus +polyrhizal +polyrhizous +polyrhythmic +polyrhythmical +polysaccharide +polysaccharose +Polysaccum +polysalicylide +polysarcia +polysarcous +polyschematic +polyschematist +polyscope +polyscopic +polysemant +polysemantic +polysemeia +polysemia +polysemous +polysemy +polysensuous +polysensuousness +polysepalous +polyseptate +polyserositis +polysided +polysidedness +polysilicate +polysilicic +Polysiphonia +polysiphonic +polysiphonous +polysomatic +polysomatous +polysomaty +polysomia +polysomic +polysomitic +polysomous +polysomy +polyspast +polyspaston +polyspermal +polyspermatous +polyspermia +polyspermic +polyspermous +polyspermy +polyspondylic +polyspondylous +polyspondyly +Polyspora +polysporangium +polyspore +polyspored +polysporic +polysporous +polystachyous +polystaurion +polystele +polystelic +polystemonous +polystichoid +polystichous +Polystichum +Polystictus +Polystomata +Polystomatidae +polystomatous +polystome +Polystomea +Polystomella +Polystomidae +polystomium +polystylar +polystyle +polystylous +polystyrene +polysulphide +polysulphuration +polysulphurization +polysyllabic +polysyllabical +polysyllabically +polysyllabicism +polysyllabicity +polysyllabism +polysyllable +polysyllogism +polysyllogistic +polysymmetrical +polysymmetrically +polysymmetry +polysyndetic +polysyndetically +polysyndeton +polysynthesis +polysynthesism +polysynthetic +polysynthetical +polysynthetically +polysyntheticism +polysynthetism +polysynthetize +polytechnic +polytechnical +polytechnics +polytechnist +polyterpene +Polythalamia +polythalamian +polythalamic +polythalamous +polythecial +polytheism +polytheist +polytheistic +polytheistical +polytheistically +polytheize +polythelia +polythelism +polythely +polythene +polythionic +polytitanic +polytocous +polytokous +polytoky +polytomous +polytomy +polytonal +polytonalism +polytonality +polytone +polytonic +polytony +polytope +polytopic +polytopical +Polytrichaceae +polytrichaceous +polytrichia +polytrichous +Polytrichum +polytrochal +polytrochous +polytrope +polytrophic +polytropic +polytungstate +polytungstic +polytype +polytypic +polytypical +polytypy +polyuresis +polyuria +polyuric +polyvalence +polyvalent +polyvinyl +polyvinylidene +polyvirulent +polyvoltine +Polyzoa +polyzoal +polyzoan +polyzoarial +polyzoarium +polyzoary +polyzoic +polyzoism +polyzonal +polyzooid +polyzoon +polzenite +pom +pomace +Pomaceae +pomacentrid +Pomacentridae +pomacentroid +Pomacentrus +pomaceous +pomade +Pomaderris +Pomak +pomander +pomane +pomarine +pomarium +pomate +pomato +pomatomid +Pomatomidae +Pomatomus +pomatorhine +pomatum +pombe +pombo +pome +pomegranate +pomelo +Pomeranian +pomeridian +pomerium +pomewater +pomey +pomfret +pomiculture +pomiculturist +pomiferous +pomiform +pomivorous +Pommard +pomme +pommee +pommel +pommeled +pommeler +pommet +pommey +pommy +Pomo +pomological +pomologically +pomologist +pomology +Pomona +pomonal +pomonic +pomp +pompa +Pompadour +pompadour +pompal +pompano +Pompeian +Pompeii +pompelmous +Pompey +pompey +pompholix +pompholygous +pompholyx +pomphus +pompier +pompilid +Pompilidae +pompiloid +Pompilus +pompion +pompist +pompless +pompoleon +pompon +pomposity +pompous +pompously +pompousness +pompster +Pomptine +pomster +pon +Ponca +ponce +ponceau +poncelet +poncho +ponchoed +Poncirus +pond +pondage +pondbush +ponder +ponderability +ponderable +ponderableness +ponderal +ponderance +ponderancy +ponderant +ponderary +ponderate +ponderation +ponderative +ponderer +pondering +ponderingly +ponderling +ponderment +ponderomotive +ponderosapine +ponderosity +ponderous +ponderously +ponderousness +pondfish +pondful +pondgrass +pondlet +pondman +Pondo +pondok +pondokkie +Pondomisi +pondside +pondus +pondweed +pondwort +pondy +pone +ponent +Ponera +Poneramoeba +ponerid +Poneridae +Ponerinae +ponerine +poneroid +ponerology +poney +pong +ponga +pongee +Pongidae +Pongo +poniard +ponica +ponier +ponja +pont +Pontac +Pontacq +pontage +pontal +Pontederia +Pontederiaceae +pontederiaceous +pontee +pontes +pontianak +Pontic +pontic +ponticello +ponticular +ponticulus +pontifex +pontiff +pontific +pontifical +pontificalia +pontificalibus +pontificality +pontifically +pontificate +pontification +pontifices +pontificial +pontificially +pontificious +pontify +pontil +pontile +pontin +Pontine +pontine +pontist +pontlevis +ponto +Pontocaspian +pontocerebellar +ponton +pontonier +pontoon +pontooneer +pontooner +pontooning +Pontus +pontvolant +pony +ponzite +pooa +pooch +pooder +poodle +poodledom +poodleish +poodleship +poof +poogye +pooh +poohpoohist +pook +pooka +pookaun +pookoo +pool +pooler +pooli +poolroom +poolroot +poolside +poolwort +pooly +poon +poonac +poonga +poonghie +poop +pooped +poophyte +poophytic +poor +poorhouse +poorish +poorliness +poorling +poorly +poorlyish +poormaster +poorness +poorweed +poorwill +poot +Pop +pop +popadam +popal +popcorn +popdock +pope +Popean +popedom +popeholy +popehood +popeism +popeler +popeless +popelike +popeline +popely +popery +popeship +popess +popeye +popeyed +popglove +popgun +popgunner +popgunnery +Popian +popify +popinac +popinjay +Popish +popish +popishly +popishness +popjoy +poplar +poplared +Poplilia +poplin +poplinette +popliteal +popliteus +poplolly +Popocracy +Popocrat +Popolari +Popoloco +popomastic +popover +Popovets +poppa +poppability +poppable +poppean +poppel +popper +poppet +poppethead +poppied +poppin +popple +popply +poppy +poppycock +poppycockish +poppyfish +poppyhead +poppylike +poppywort +popshop +populace +popular +popularism +Popularist +popularity +popularization +popularize +popularizer +popularly +popularness +populate +population +populational +populationist +populationistic +populationless +populator +populicide +populin +Populism +Populist +Populistic +populous +populously +populousness +Populus +popweed +poral +porbeagle +porcate +porcated +porcelain +porcelainization +porcelainize +porcelainlike +porcelainous +porcelaneous +porcelanic +porcelanite +porcelanous +Porcellana +porcellanian +porcellanid +Porcellanidae +porcellanize +porch +porched +porching +porchless +porchlike +porcine +Porcula +porcupine +porcupinish +pore +pored +porelike +Porella +porencephalia +porencephalic +porencephalitis +porencephalon +porencephalous +porencephalus +porencephaly +porer +porge +porger +porgy +Poria +poricidal +Porifera +poriferal +poriferan +poriferous +poriform +porimania +poriness +poring +poringly +poriomanic +porism +porismatic +porismatical +porismatically +poristic +poristical +porite +Porites +Poritidae +poritoid +pork +porkburger +porker +porkery +porket +porkfish +porkish +porkless +porkling +porkman +Porkopolis +porkpie +porkwood +porky +pornerastic +pornocracy +pornocrat +pornograph +pornographer +pornographic +pornographically +pornographist +pornography +pornological +Porocephalus +porodine +porodite +porogam +porogamic +porogamous +porogamy +porokaiwhiria +porokeratosis +Porokoto +poroma +porometer +porophyllous +poroplastic +poroporo +pororoca +poros +poroscope +poroscopic +poroscopy +porose +poroseness +porosimeter +porosis +porosity +porotic +porotype +porous +porously +porousness +porpentine +porphine +Porphyra +Porphyraceae +porphyraceous +porphyratin +Porphyrean +porphyria +Porphyrian +porphyrian +Porphyrianist +porphyrin +porphyrine +porphyrinuria +Porphyrio +porphyrion +porphyrite +porphyritic +porphyroblast +porphyroblastic +porphyrogene +porphyrogenite +porphyrogenitic +porphyrogenitism +porphyrogeniture +porphyrogenitus +porphyroid +porphyrophore +porphyrous +porphyry +Porpita +porpitoid +porpoise +porpoiselike +porporate +porr +porraceous +porrect +porrection +porrectus +porret +porridge +porridgelike +porridgy +porriginous +porrigo +Porrima +porringer +porriwiggle +porry +port +porta +portability +portable +portableness +portably +portage +portague +portahepatis +portail +portal +portaled +portalled +portalless +portamento +portance +portass +portatile +portative +portcrayon +portcullis +porteacid +ported +porteligature +portend +portendance +portendment +Porteno +portension +portent +portention +portentosity +portentous +portentously +portentousness +porteous +porter +porterage +Porteranthus +porteress +porterhouse +porterlike +porterly +portership +portfire +portfolio +portglaive +portglave +portgrave +Porthetria +Portheus +porthole +porthook +porthors +porthouse +Portia +portia +portico +porticoed +portiere +portiered +portifory +portify +portio +portiomollis +portion +portionable +portional +portionally +portioner +portionist +portionize +portionless +portitor +Portlandian +portlast +portless +portlet +portligature +portlily +portliness +portly +portman +portmanmote +portmanteau +portmanteaux +portmantle +portmantologism +portment +portmoot +porto +portoise +portolan +portolano +Portor +portrait +portraitist +portraitlike +portraiture +portray +portrayable +portrayal +portrayer +portrayist +portrayment +portreeve +portreeveship +portress +portside +portsider +portsman +portuary +portugais +Portugal +Portugalism +Portugee +Portuguese +Portulaca +Portulacaceae +portulacaceous +Portulacaria +portulan +Portunalia +portunian +Portunidae +Portunus +portway +porty +porule +porulose +porulous +porus +porwigle +pory +Porzana +posadaship +posca +pose +Poseidon +Poseidonian +posement +poser +poseur +posey +posh +posing +posingly +posit +position +positional +positioned +positioner +positionless +positival +positive +positively +positiveness +positivism +positivist +positivistic +positivistically +positivity +positivize +positor +positron +positum +positure +Posnanian +posnet +posole +posologic +posological +posologist +posology +pospolite +poss +posse +posseman +possess +possessable +possessed +possessedly +possessedness +possessing +possessingly +possessingness +possession +possessional +possessionalism +possessionalist +possessionary +possessionate +possessioned +possessioner +possessionist +possessionless +possessionlessness +possessival +possessive +possessively +possessiveness +possessor +possessoress +possessorial +possessoriness +possessorship +possessory +posset +possibilism +possibilist +possibilitate +possibility +possible +possibleness +possibly +possum +possumwood +post +postabdomen +postabdominal +postable +postabortal +postacetabular +postadjunct +postage +postal +postallantoic +postally +postalveolar +postament +postamniotic +postanal +postanesthetic +postantennal +postaortic +postapoplectic +postappendicular +postarterial +postarthritic +postarticular +postarytenoid +postaspirate +postaspirated +postasthmatic +postatrial +postauditory +postauricular +postaxiad +postaxial +postaxially +postaxillary +postbag +postbaptismal +postbox +postboy +postbrachial +postbrachium +postbranchial +postbreakfast +postbronchial +postbuccal +postbulbar +postbursal +postcaecal +postcalcaneal +postcalcarine +postcanonical +postcardiac +postcardinal +postcarnate +postcarotid +postcart +postcartilaginous +postcatarrhal +postcava +postcaval +postcecal +postcenal +postcentral +postcentrum +postcephalic +postcerebellar +postcerebral +postcesarean +postcibal +postclassic +postclassical +postclassicism +postclavicle +postclavicula +postclavicular +postclimax +postclitellian +postclival +postcolon +postcolonial +postcolumellar +postcomitial +postcommissural +postcommissure +postcommunicant +Postcommunion +postconceptive +postcondylar +postconfinement +postconnubial +postconsonantal +postcontact +postcontract +postconvalescent +postconvulsive +postcordial +postcornu +postcosmic +postcostal +postcoxal +postcritical +postcrural +postcubital +postdate +postdental +postdepressive +postdetermined +postdevelopmental +postdiagnostic +postdiaphragmatic +postdiastolic +postdicrotic +postdigestive +postdigital +postdiluvial +postdiluvian +postdiphtheric +postdiphtheritic +postdisapproved +postdisseizin +postdisseizor +postdoctoral +postdoctorate +postdural +postdysenteric +posted +posteen +postelection +postelementary +postembryonal +postembryonic +postemporal +postencephalitic +postencephalon +postenteral +postentry +postepileptic +poster +posterette +posteriad +posterial +posterior +posterioric +posteriorically +posterioristic +posterioristically +posteriority +posteriorly +posteriormost +posteriors +posteriorums +posterish +posterishness +posterist +posterity +posterize +postern +posteroclusion +posterodorsad +posterodorsal +posterodorsally +posteroexternal +posteroinferior +posterointernal +posterolateral +posteromedial +posteromedian +posteromesial +posteroparietal +posterosuperior +posterotemporal +posteroterminal +posteroventral +posteruptive +postesophageal +posteternity +postethmoid +postexilian +postexilic +postexist +postexistence +postexistency +postexistent +postface +postfact +postfebrile +postfemoral +postfetal +postfix +postfixal +postfixation +postfixed +postfixial +postflection +postflexion +postform +postfoveal +postfrontal +postfurca +postfurcal +postganglionic +postgangrenal +postgastric +postgeminum +postgenial +postgeniture +postglacial +postglenoid +postglenoidal +postgonorrheic +postgracile +postgraduate +postgrippal +posthabit +posthaste +posthemiplegic +posthemorrhagic +posthepatic +posthetomist +posthetomy +posthexaplaric +posthippocampal +posthitis +postholder +posthole +posthouse +posthumeral +posthumous +posthumously +posthumousness +posthumus +posthyoid +posthypnotic +posthypnotically +posthypophyseal +posthypophysis +posthysterical +postic +postical +postically +posticous +posticteric +posticum +postil +postilion +postilioned +postillate +postillation +postillator +postimpressionism +postimpressionist +postimpressionistic +postinfective +postinfluenzal +posting +postingly +postintestinal +postique +postischial +postjacent +postjugular +postlabial +postlachrymal +postlaryngeal +postlegitimation +postlenticular +postless +postlike +postliminary +postliminiary +postliminious +postliminium +postliminous +postliminy +postloitic +postloral +postlude +postludium +postluetic +postmalarial +postmamillary +postmammary +postman +postmandibular +postmaniacal +postmarital +postmark +postmarriage +postmaster +postmasterlike +postmastership +postmastoid +postmaturity +postmaxillary +postmaximal +postmeatal +postmedia +postmedial +postmedian +postmediastinal +postmediastinum +postmedullary +postmeiotic +postmeningeal +postmenstrual +postmental +postmeridian +postmeridional +postmesenteric +postmillenarian +postmillenarianism +postmillennial +postmillennialism +postmillennialist +postmillennian +postmineral +postmistress +postmortal +postmortuary +postmundane +postmuscular +postmutative +postmycotic +postmyxedematous +postnarial +postnaris +postnasal +postnatal +postnate +postnati +postnecrotic +postnephritic +postneural +postneuralgic +postneuritic +postneurotic +postnodular +postnominal +postnotum +postnuptial +postnuptially +postobituary +postocular +postolivary +postomental +postoperative +postoptic +postoral +postorbital +postordination +postorgastic +postosseous +postotic +postpagan +postpaid +postpalatal +postpalatine +postpalpebral +postpaludal +postparalytic +postparietal +postparotid +postparotitic +postparoxysmal +postparturient +postpatellar +postpathological +postpericardial +postpharyngeal +postphlogistic +postphragma +postphrenic +postphthisic +postpituitary +postplace +postplegic +postpneumonic +postponable +postpone +postponement +postponence +postponer +postpontile +postpose +postposited +postposition +postpositional +postpositive +postpositively +postprandial +postprandially +postpredicament +postprophesy +postprostate +postpubertal +postpubescent +postpubic +postpubis +postpuerperal +postpulmonary +postpupillary +postpycnotic +postpyloric +postpyramidal +postpyretic +postrachitic +postramus +postrectal +postreduction +postremogeniture +postremote +postrenal +postresurrection +postresurrectional +postretinal +postrheumatic +postrhinal +postrider +postrorse +postrostral +postrubeolar +postsaccular +postsacral +postscalenus +postscapula +postscapular +postscapularis +postscarlatinal +postscenium +postscorbutic +postscribe +postscript +postscriptum +postscutellar +postscutellum +postseason +postsigmoid +postsign +postspasmodic +postsphenoid +postsphenoidal +postsphygmic +postspinous +postsplenial +postsplenic +poststernal +poststertorous +postsuppurative +postsurgical +postsynaptic +postsynsacral +postsyphilitic +postsystolic +posttabetic +posttarsal +posttetanic +postthalamic +postthoracic +postthyroidal +posttibial +posttonic +posttoxic +posttracheal +posttrapezoid +posttraumatic +posttreaty +posttubercular +posttussive +posttympanic +posttyphoid +postulancy +postulant +postulantship +postulata +postulate +postulation +postulational +postulator +postulatory +postulatum +postulnar +postumbilical +postumbonal +postural +posture +posturer +postureteric +posturist +posturize +postuterine +postvaccinal +postvaricellar +postvarioloid +postvelar +postvenereal +postvenous +postverbal +Postverta +postvertebral +postvesical +postvide +postvocalic +postwar +postward +postwise +postwoman +postxyphoid +postyard +postzygapophysial +postzygapophysis +posy +pot +potability +potable +potableness +potagerie +potagery +potamic +Potamobiidae +Potamochoerus +Potamogale +Potamogalidae +Potamogeton +Potamogetonaceae +potamogetonaceous +potamological +potamologist +potamology +potamometer +Potamonidae +potamophilous +potamoplankton +potash +potashery +potass +potassa +potassamide +potassic +potassiferous +potassium +potate +potation +potative +potato +potatoes +potator +potatory +Potawatami +Potawatomi +potbank +potbellied +potbelly +potboil +potboiler +potboy +potboydom +potch +potcher +potcherman +potcrook +potdar +pote +potecary +poteen +potence +potency +potent +potentacy +potentate +potential +potentiality +potentialization +potentialize +potentially +potentialness +potentiate +potentiation +Potentilla +potentiometer +potentiometric +potentize +potently +potentness +poter +Poterium +potestal +potestas +potestate +potestative +poteye +potful +potgirl +potgun +pothanger +pothead +pothecary +potheen +pother +potherb +potherment +pothery +pothole +pothook +pothookery +Pothos +pothouse +pothousey +pothunt +pothunter +pothunting +poticary +potichomania +potichomanist +potifer +Potiguara +potion +potlatch +potleg +potlicker +potlid +potlike +potluck +potmaker +potmaking +potman +potomania +potomato +potometer +potong +potoo +Potoroinae +potoroo +Potorous +potpie +potpourri +potrack +potsherd +potshoot +potshooter +potstick +potstone +pott +pottage +pottagy +pottah +potted +potter +potterer +potteress +potteringly +pottery +Pottiaceae +potting +pottinger +pottle +pottled +potto +potty +potwaller +potwalling +potware +potwhisky +potwork +potwort +pouce +poucer +poucey +pouch +pouched +pouchful +pouchless +pouchlike +pouchy +poudrette +pouf +poulaine +poulard +poulardize +poulp +poulpe +poult +poulter +poulterer +poulteress +poultice +poulticewise +poultry +poultrydom +poultryist +poultryless +poultrylike +poultryman +poultryproof +pounamu +pounce +pounced +pouncer +pouncet +pouncing +pouncingly +pound +poundage +poundal +poundcake +pounder +pounding +poundkeeper +poundless +poundlike +poundman +poundmaster +poundmeal +poundstone +poundworth +pour +pourer +pourie +pouring +pouringly +pourparler +pourparley +pourpiece +pourpoint +pourpointer +pouser +poussette +pout +pouter +poutful +pouting +poutingly +pouty +poverish +poverishment +poverty +povertyweed +Povindah +pow +powder +powderable +powdered +powderer +powderiness +powdering +powderization +powderize +powderizer +powderlike +powderman +powdery +powdike +powdry +powellite +power +powerboat +powered +powerful +powerfully +powerfulness +powerhouse +powerless +powerlessly +powerlessness +powermonger +Powhatan +powitch +powldoody +pownie +powsoddy +powsowdy +powwow +powwower +powwowism +pox +poxy +poy +poyou +pozzolanic +pozzuolana +pozzuolanic +praam +prabble +prabhu +practic +practicability +practicable +practicableness +practicably +practical +practicalism +practicalist +practicality +practicalization +practicalize +practicalizer +practically +practicalness +practicant +practice +practiced +practicedness +practicer +practician +practicianism +practicum +practitional +practitioner +practitionery +prad +Pradeep +pradhana +praeabdomen +praeacetabular +praeanal +praecava +praecipe +praecipuum +praecoces +praecocial +praecognitum +praecoracoid +praecordia +praecordial +praecordium +praecornu +praecox +praecuneus +praedial +praedialist +praediality +praeesophageal +praefect +praefectorial +praefectus +praefervid +praefloration +praefoliation +praehallux +praelabrum +praelection +praelector +praelectorship +praelectress +praeludium +praemaxilla +praemolar +praemunire +praenarial +Praenestine +Praenestinian +praeneural +praenomen +praenomina +praenominal +praeoperculum +praepositor +praepostor +praepostorial +praepubis +praepuce +praescutum +Praesepe +praesertim +Praesian +praesidium +praesphenoid +praesternal +praesternum +praestomium +praesystolic +praetaxation +praetexta +praetor +praetorial +Praetorian +praetorian +praetorianism +praetorium +praetorship +praezygapophysis +pragmatic +pragmatica +pragmatical +pragmaticality +pragmatically +pragmaticalness +pragmaticism +pragmatics +pragmatism +pragmatist +pragmatistic +pragmatize +pragmatizer +prairie +prairiecraft +prairied +prairiedom +prairielike +prairieweed +prairillon +praisable +praisableness +praisably +praise +praiseful +praisefully +praisefulness +praiseless +praiseproof +praiser +praiseworthy +praising +praisingly +praisworthily +praisworthiness +Prajapati +prajna +Prakash +Prakrit +prakriti +Prakritic +Prakritize +praline +pralltriller +pram +Pramnian +prana +prance +pranceful +prancer +prancing +prancingly +prancy +prandial +prandially +prank +pranked +pranker +prankful +prankfulness +pranking +prankingly +prankish +prankishly +prankishness +prankle +pranksome +pranksomeness +prankster +pranky +prase +praseocobaltic +praseodidymium +praseodymia +praseodymium +praseolite +prasine +prasinous +prasoid +prasophagous +prasophagy +prastha +prat +pratal +Pratap +Pratapwant +prate +prateful +pratement +pratensian +Prater +prater +pratey +pratfall +pratiloma +Pratincola +pratincole +pratincoline +pratincolous +prating +pratingly +pratique +pratiyasamutpada +Pratt +prattfall +prattle +prattlement +prattler +prattling +prattlingly +prattly +prau +Pravin +pravity +prawn +prawner +prawny +Praxean +Praxeanist +praxinoscope +praxiology +praxis +Praxitelean +pray +praya +prayer +prayerful +prayerfully +prayerfulness +prayerless +prayerlessly +prayerlessness +prayermaker +prayermaking +prayerwise +prayful +praying +prayingly +prayingwise +preabdomen +preabsorb +preabsorbent +preabstract +preabundance +preabundant +preabundantly +preaccept +preacceptance +preaccess +preaccessible +preaccidental +preaccidentally +preaccommodate +preaccommodating +preaccommodatingly +preaccommodation +preaccomplish +preaccomplishment +preaccord +preaccordance +preaccount +preaccounting +preaccredit +preaccumulate +preaccumulation +preaccusation +preaccuse +preaccustom +preaccustomed +preacetabular +preach +preachable +preacher +preacherdom +preacheress +preacherize +preacherless +preacherling +preachership +preachieved +preachification +preachify +preachily +preachiness +preaching +preachingly +preachman +preachment +preachy +preacid +preacidity +preacidly +preacidness +preacknowledge +preacknowledgment +preacquaint +preacquaintance +preacquire +preacquired +preacquit +preacquittal +preact +preaction +preactive +preactively +preactivity +preacute +preacutely +preacuteness +preadamic +preadamite +preadamitic +preadamitical +preadamitism +preadapt +preadaptable +preadaptation +preaddition +preadditional +preaddress +preadequacy +preadequate +preadequately +preadhere +preadherence +preadherent +preadjectival +preadjective +preadjourn +preadjournment +preadjunct +preadjust +preadjustable +preadjustment +preadministration +preadministrative +preadministrator +preadmire +preadmirer +preadmission +preadmit +preadmonish +preadmonition +preadolescent +preadopt +preadoption +preadoration +preadore +preadorn +preadornment +preadult +preadulthood +preadvance +preadvancement +preadventure +preadvertency +preadvertent +preadvertise +preadvertisement +preadvice +preadvisable +preadvise +preadviser +preadvisory +preadvocacy +preadvocate +preaestival +preaffect +preaffection +preaffidavit +preaffiliate +preaffiliation +preaffirm +preaffirmation +preaffirmative +preafflict +preaffliction +preafternoon +preaged +preaggravate +preaggravation +preaggression +preaggressive +preagitate +preagitation +preagonal +preagony +preagree +preagreement +preagricultural +preagriculture +prealarm +prealcohol +prealcoholic +prealgebra +prealgebraic +prealkalic +preallable +preallably +preallegation +preallege +prealliance +preallied +preallot +preallotment +preallow +preallowable +preallowably +preallowance +preallude +preallusion +preally +prealphabet +prealphabetical +prealtar +prealteration +prealveolar +preamalgamation +preambassadorial +preambition +preambitious +preamble +preambled +preambling +preambular +preambulary +preambulate +preambulation +preambulatory +preanal +preanaphoral +preanesthetic +preanimism +preannex +preannounce +preannouncement +preannouncer +preantepenult +preantepenultimate +preanterior +preanticipate +preantiquity +preantiseptic +preaortic +preappearance +preapperception +preapplication +preappoint +preappointment +preapprehension +preapprise +preapprobation +preapproval +preapprove +preaptitude +prearm +prearrange +prearrangement +prearrest +prearrestment +prearticulate +preartistic +preascertain +preascertainment +preascitic +preaseptic +preassigned +preassume +preassurance +preassure +preataxic +preattachment +preattune +preaudience +preauditory +preaver +preavowal +preaxiad +preaxial +preaxially +prebachelor +prebacillary +prebake +prebalance +preballot +preballoting +prebankruptcy +prebaptismal +prebaptize +prebarbaric +prebarbarous +prebargain +prebasal +prebasilar +prebeleve +prebelief +prebeliever +prebelieving +prebellum +prebeloved +prebend +prebendal +prebendary +prebendaryship +prebendate +prebenediction +prebeneficiary +prebenefit +prebeset +prebestow +prebestowal +prebetray +prebetrayal +prebetrothal +prebid +prebidding +prebill +prebless +preblessing +preblockade +preblooming +preboast +preboding +preboil +preborn +preborrowing +preboyhood +prebrachial +prebrachium +prebreathe +prebridal +prebroadcasting +prebromidic +prebronchial +prebronze +prebrute +prebuccal +prebudget +prebudgetary +prebullying +preburlesque +preburn +precalculable +precalculate +precalculation +precampaign +precancel +precancellation +precancerous +precandidacy +precandidature +precanning +precanonical +precant +precantation +precanvass +precapillary +precapitalist +precapitalistic +precaptivity +precapture +precarcinomatous +precardiac +precaria +precarious +precariously +precariousness +precarium +precarnival +precartilage +precartilaginous +precary +precast +precation +precative +precatively +precatory +precaudal +precausation +precaution +precautional +precautionary +precautious +precautiously +precautiousness +precava +precaval +precedable +precede +precedence +precedency +precedent +precedentable +precedentary +precedented +precedential +precedentless +precedently +preceder +preceding +precelebrant +precelebrate +precelebration +precensure +precensus +precent +precentor +precentorial +precentorship +precentory +precentral +precentress +precentrix +precentrum +precept +preception +preceptist +preceptive +preceptively +preceptor +preceptoral +preceptorate +preceptorial +preceptorially +preceptorship +preceptory +preceptress +preceptual +preceptually +preceramic +precerebellar +precerebral +precerebroid +preceremonial +preceremony +precertification +precertify +preces +precess +precession +precessional +prechallenge +prechampioned +prechampionship +precharge +prechart +precheck +prechemical +precherish +prechildhood +prechill +prechloric +prechloroform +prechoice +prechoose +prechordal +prechoroid +preciation +precinct +precinction +precinctive +preciosity +precious +preciously +preciousness +precipe +precipice +precipiced +precipitability +precipitable +precipitance +precipitancy +precipitant +precipitantly +precipitantness +precipitate +precipitated +precipitatedly +precipitately +precipitation +precipitative +precipitator +precipitin +precipitinogen +precipitinogenic +precipitous +precipitously +precipitousness +precirculate +precirculation +precis +precise +precisely +preciseness +precisian +precisianism +precisianist +precision +precisional +precisioner +precisionism +precisionist +precisionize +precisive +precitation +precite +precited +precivilization +preclaim +preclaimant +preclaimer +preclassic +preclassical +preclassification +preclassified +preclassify +preclean +precleaner +precleaning +preclerical +preclimax +preclinical +preclival +precloacal +preclose +preclosure +preclothe +precludable +preclude +preclusion +preclusive +preclusively +precoagulation +precoccygeal +precocial +precocious +precociously +precociousness +precocity +precogitate +precogitation +precognition +precognitive +precognizable +precognizant +precognize +precognosce +precoil +precoiler +precoincidence +precoincident +precoincidently +precollapsable +precollapse +precollect +precollectable +precollection +precollector +precollege +precollegiate +precollude +precollusion +precollusive +precolor +precolorable +precoloration +precoloring +precombat +precombatant +precombination +precombine +precombustion +precommand +precommend +precomment +precommercial +precommissural +precommissure +precommit +precommune +precommunicate +precommunication +precommunion +precompare +precomparison +precompass +precompel +precompensate +precompensation +precompilation +precompile +precompiler +precompleteness +precompletion +precompliance +precompliant +precomplicate +precomplication +precompose +precomposition +precompound +precompounding +precompoundly +precomprehend +precomprehension +precomprehensive +precompress +precompulsion +precomradeship +preconceal +preconcealment +preconcede +preconceivable +preconceive +preconceived +preconcentrate +preconcentrated +preconcentratedly +preconcentration +preconcept +preconception +preconceptional +preconceptual +preconcern +preconcernment +preconcert +preconcerted +preconcertedly +preconcertedness +preconcertion +preconcertive +preconcession +preconcessive +preconclude +preconclusion +preconcur +preconcurrence +preconcurrent +preconcurrently +precondemn +precondemnation +precondensation +precondense +precondition +preconditioned +preconduct +preconduction +preconductor +precondylar +precondyloid +preconfer +preconference +preconfess +preconfession +preconfide +preconfiguration +preconfigure +preconfine +preconfinedly +preconfinemnt +preconfirm +preconfirmation +preconflict +preconform +preconformity +preconfound +preconfuse +preconfusedly +preconfusion +precongenial +precongested +precongestion +precongestive +precongratulate +precongratulation +precongressional +preconizance +preconization +preconize +preconizer +preconjecture +preconnection +preconnective +preconnubial +preconquer +preconquest +preconquestal +preconquestual +preconscious +preconsciously +preconsciousness +preconsecrate +preconsecration +preconsent +preconsider +preconsideration +preconsign +preconsolation +preconsole +preconsolidate +preconsolidated +preconsolidation +preconsonantal +preconspiracy +preconspirator +preconspire +preconstituent +preconstitute +preconstruct +preconstruction +preconsult +preconsultation +preconsultor +preconsume +preconsumer +preconsumption +precontact +precontain +precontained +precontemn +precontemplate +precontemplation +precontemporaneous +precontemporary +precontend +precontent +precontention +precontently +precontentment +precontest +precontinental +precontract +precontractive +precontractual +precontribute +precontribution +precontributive +precontrivance +precontrive +precontrol +precontrolled +precontroversial +precontroversy +preconvention +preconversation +preconversational +preconversion +preconvert +preconvey +preconveyal +preconveyance +preconvict +preconviction +preconvince +precook +precooker +precool +precooler +precooling +precopy +precoracoid +precordia +precordial +precordiality +precordially +precordium +precorneal +precornu +precoronation +precorrect +precorrection +precorrectly +precorrectness +precorrespond +precorrespondence +precorrespondent +precorridor +precorrupt +precorruption +precorruptive +precorruptly +precoruptness +precosmic +precosmical +precostal +precounsel +precounsellor +precourse +precover +precovering +precox +precreate +precreation +precreative +precredit +precreditor +precreed +precritical +precriticism +precriticize +precrucial +precrural +precrystalline +precultivate +precultivation +precultural +preculturally +preculture +precuneal +precuneate +precuneus +precure +precurrent +precurricular +precurriculum +precursal +precurse +precursive +precursor +precursory +precurtain +precut +precyclone +precyclonic +precynical +precyst +precystic +predable +predacean +predaceous +predaceousness +predacity +predamage +predamn +predamnation +predark +predarkness +predata +predate +predation +predatism +predative +predator +predatorily +predatoriness +predatory +predawn +preday +predaylight +predaytime +predazzite +predealer +predealing +predeath +predeathly +predebate +predebater +predebit +predebtor +predecay +predecease +predeceaser +predeceive +predeceiver +predeception +predecession +predecessor +predecessorship +predecide +predecision +predecisive +predeclaration +predeclare +predeclination +predecline +predecree +prededicate +prededuct +prededuction +predefault +predefeat +predefect +predefective +predefence +predefend +predefense +predefiance +predeficiency +predeficient +predefine +predefinite +predefinition +predefray +predefrayal +predefy +predegeneracy +predegenerate +predegree +predeication +predelay +predelegate +predelegation +predeliberate +predeliberately +predeliberation +predelineate +predelineation +predelinquency +predelinquent +predelinquently +predeliver +predelivery +predella +predelude +predelusion +predemand +predemocracy +predemocratic +predemonstrate +predemonstration +predemonstrative +predenial +predental +predentary +Predentata +predentate +predeny +predepart +predepartmental +predeparture +predependable +predependence +predependent +predeplete +predepletion +predeposit +predepository +predepreciate +predepreciation +predepression +predeprivation +predeprive +prederivation +prederive +predescend +predescent +predescribe +predescription +predesert +predeserter +predesertion +predeserve +predeserving +predesign +predesignate +predesignation +predesignatory +predesirous +predesolate +predesolation +predespair +predesperate +predespicable +predespise +predespond +predespondency +predespondent +predestinable +predestinarian +predestinarianism +predestinate +predestinately +predestination +predestinational +predestinationism +predestinationist +predestinative +predestinator +predestine +predestiny +predestitute +predestitution +predestroy +predestruction +predetach +predetachment +predetail +predetain +predetainer +predetect +predetention +predeterminability +predeterminable +predeterminant +predeterminate +predeterminately +predetermination +predeterminative +predetermine +predeterminer +predeterminism +predeterministic +predetest +predetestation +predetrimental +predevelop +predevelopment +predevise +predevote +predevotion +predevour +prediagnosis +prediagnostic +predial +prediastolic +prediatory +predicability +predicable +predicableness +predicably +predicament +predicamental +predicamentally +predicant +predicate +predication +predicational +predicative +predicatively +predicator +predicatory +predicrotic +predict +predictability +predictable +predictably +predictate +predictation +prediction +predictional +predictive +predictively +predictiveness +predictor +predictory +prediet +predietary +predifferent +predifficulty +predigest +predigestion +predikant +predilect +predilected +predilection +prediligent +prediligently +prediluvial +prediluvian +prediminish +prediminishment +prediminution +predine +predinner +prediphtheritic +prediploma +prediplomacy +prediplomatic +predirect +predirection +predirector +predisability +predisable +predisadvantage +predisadvantageous +predisadvantageously +predisagree +predisagreeable +predisagreement +predisappointment +predisaster +predisastrous +prediscern +prediscernment +predischarge +prediscipline +predisclose +predisclosure +prediscontent +prediscontented +prediscontentment +prediscontinuance +prediscontinuation +prediscontinue +prediscount +prediscountable +prediscourage +prediscouragement +prediscourse +prediscover +prediscoverer +prediscovery +prediscreet +prediscretion +prediscretionary +prediscriminate +prediscrimination +prediscriminator +prediscuss +prediscussion +predisgrace +predisguise +predisgust +predislike +predismiss +predismissal +predismissory +predisorder +predisordered +predisorderly +predispatch +predispatcher +predisperse +predispersion +predisplace +predisplacement +predisplay +predisponency +predisponent +predisposable +predisposal +predispose +predisposed +predisposedly +predisposedness +predisposition +predispositional +predisputant +predisputation +predispute +predisregard +predisrupt +predisruption +predissatisfaction +predissolution +predissolve +predissuade +predistinct +predistinction +predistinguish +predistress +predistribute +predistribution +predistributor +predistrict +predistrust +predistrustful +predisturb +predisturbance +prediversion +predivert +predivide +predividend +predivider +predivinable +predivinity +predivision +predivorce +predivorcement +predoctorate +predocumentary +predomestic +predominance +predominancy +predominant +predominantly +predominate +predominately +predominatingly +predomination +predominator +predonate +predonation +predonor +predoom +predorsal +predoubt +predoubter +predoubtful +predraft +predrainage +predramatic +predraw +predrawer +predread +predreadnought +predrill +predriller +predrive +predriver +predry +preduplicate +preduplication +predusk +predwell +predynamite +predynastic +preen +preener +preeze +prefab +prefabricate +prefabrication +prefabricator +preface +prefaceable +prefacer +prefacial +prefacist +prefactor +prefactory +prefamiliar +prefamiliarity +prefamiliarly +prefamous +prefashion +prefatial +prefator +prefatorial +prefatorially +prefatorily +prefatory +prefavor +prefavorable +prefavorably +prefavorite +prefearful +prefearfully +prefeast +prefect +prefectly +prefectoral +prefectorial +prefectorially +prefectorian +prefectship +prefectual +prefectural +prefecture +prefecundation +prefecundatory +prefederal +prefelic +prefer +preferability +preferable +preferableness +preferably +preferee +preference +preferent +preferential +preferentialism +preferentialist +preferentially +preferment +prefermentation +preferred +preferredly +preferredness +preferrer +preferrous +prefertile +prefertility +prefertilization +prefertilize +prefervid +prefestival +prefeudal +prefeudalic +prefeudalism +prefiction +prefictional +prefigurate +prefiguration +prefigurative +prefiguratively +prefigurativeness +prefigure +prefigurement +prefiller +prefilter +prefinal +prefinance +prefinancial +prefine +prefinish +prefix +prefixable +prefixal +prefixally +prefixation +prefixed +prefixedly +prefixion +prefixture +preflagellate +preflatter +preflattery +preflavor +preflavoring +preflection +preflexion +preflight +preflood +prefloration +preflowering +prefoliation +prefool +preforbidden +preforceps +preforgive +preforgiveness +preforgotten +preform +preformant +preformation +preformationary +preformationism +preformationist +preformative +preformed +preformism +preformist +preformistic +preformulate +preformulation +prefortunate +prefortunately +prefortune +prefoundation +prefounder +prefragrance +prefragrant +prefrankness +prefraternal +prefraternally +prefraud +prefreeze +prefreshman +prefriendly +prefriendship +prefright +prefrighten +prefrontal +prefulfill +prefulfillment +prefulgence +prefulgency +prefulgent +prefunction +prefunctional +prefuneral +prefungoidal +prefurlough +prefurnish +pregain +pregainer +pregalvanize +preganglionic +pregather +pregathering +pregeminum +pregenerate +pregeneration +pregenerosity +pregenerous +pregenerously +pregenial +pregeniculatum +pregeniculum +pregenital +pregeological +pregirlhood +preglacial +pregladden +pregladness +preglenoid +preglenoidal +preglobulin +pregnability +pregnable +pregnance +pregnancy +pregnant +pregnantly +pregnantness +pregolden +pregolfing +pregracile +pregracious +pregrade +pregraduation +pregranite +pregranitic +pregratification +pregratify +pregreet +pregreeting +pregrievance +pregrowth +preguarantee +preguarantor +preguard +preguess +preguidance +preguide +preguilt +preguiltiness +preguilty +pregust +pregustant +pregustation +pregustator +pregustic +prehallux +prehalter +prehandicap +prehandle +prehaps +preharden +preharmonious +preharmoniousness +preharmony +preharsh +preharshness +preharvest +prehatred +prehaunt +prehaunted +prehaustorium +prehazard +prehazardous +preheal +prehearing +preheat +preheated +preheater +prehemiplegic +prehend +prehensible +prehensile +prehensility +prehension +prehensive +prehensiveness +prehensor +prehensorial +prehensory +prehepatic +prehepaticus +preheroic +prehesitancy +prehesitate +prehesitation +prehexameral +prehistorian +prehistoric +prehistorical +prehistorically +prehistorics +prehistory +prehnite +prehnitic +preholder +preholding +preholiday +prehorizon +prehorror +prehostile +prehostility +prehuman +prehumiliate +prehumiliation +prehumor +prehunger +prehydration +prehypophysis +preidea +preidentification +preidentify +preignition +preilluminate +preillumination +preillustrate +preillustration +preimage +preimaginary +preimagination +preimagine +preimbibe +preimbue +preimitate +preimitation +preimitative +preimmigration +preimpair +preimpairment +preimpart +preimperial +preimport +preimportance +preimportant +preimportantly +preimportation +preimposal +preimpose +preimposition +preimpress +preimpression +preimpressive +preimprove +preimprovement +preinaugural +preinaugurate +preincarnate +preincentive +preinclination +preincline +preinclude +preinclusion +preincorporate +preincorporation +preincrease +preindebted +preindebtedness +preindemnification +preindemnify +preindemnity +preindependence +preindependent +preindependently +preindesignate +preindicant +preindicate +preindication +preindispose +preindisposition +preinduce +preinducement +preinduction +preinductive +preindulge +preindulgence +preindulgent +preindustrial +preindustry +preinfect +preinfection +preinfer +preinference +preinflection +preinflectional +preinflict +preinfluence +preinform +preinformation +preinhabit +preinhabitant +preinhabitation +preinhere +preinherit +preinheritance +preinitial +preinitiate +preinitiation +preinjure +preinjurious +preinjury +preinquisition +preinscribe +preinscription +preinsert +preinsertion +preinsinuate +preinsinuating +preinsinuatingly +preinsinuation +preinsinuative +preinspect +preinspection +preinspector +preinspire +preinstall +preinstallation +preinstill +preinstillation +preinstruct +preinstruction +preinstructional +preinstructive +preinsula +preinsular +preinsulate +preinsulation +preinsult +preinsurance +preinsure +preintellectual +preintelligence +preintelligent +preintelligently +preintend +preintention +preintercede +preintercession +preinterchange +preintercourse +preinterest +preinterfere +preinterference +preinterpret +preinterpretation +preinterpretative +preinterview +preintone +preinvent +preinvention +preinventive +preinventory +preinvest +preinvestigate +preinvestigation +preinvestigator +preinvestment +preinvitation +preinvite +preinvocation +preinvolve +preinvolvement +preiotization +preiotize +preirrigation +preirrigational +preissuance +preissue +prejacent +prejournalistic +prejudge +prejudgement +prejudger +prejudgment +prejudication +prejudicative +prejudicator +prejudice +prejudiced +prejudicedly +prejudiceless +prejudiciable +prejudicial +prejudicially +prejudicialness +prejudicious +prejudiciously +prejunior +prejurisdiction +prejustification +prejustify +prejuvenile +Prekantian +prekindergarten +prekindle +preknit +preknow +preknowledge +prelabel +prelabial +prelabor +prelabrum +prelachrymal +prelacrimal +prelacteal +prelacy +prelanguage +prelapsarian +prelate +prelatehood +prelateship +prelatess +prelatial +prelatic +prelatical +prelatically +prelaticalness +prelation +prelatish +prelatism +prelatist +prelatize +prelatry +prelature +prelaunch +prelaunching +prelawful +prelawfully +prelawfulness +prelease +prelect +prelection +prelector +prelectorship +prelectress +prelecture +prelegacy +prelegal +prelegate +prelegatee +prelegend +prelegendary +prelegislative +preliability +preliable +prelibation +preliberal +preliberality +preliberally +preliberate +preliberation +prelicense +prelim +preliminarily +preliminary +prelimit +prelimitate +prelimitation +prelingual +prelinguistic +prelinpinpin +preliquidate +preliquidation +preliteral +preliterally +preliteralness +preliterary +preliterate +preliterature +prelithic +prelitigation +preloan +prelocalization +prelocate +prelogic +prelogical +preloral +preloreal +preloss +prelude +preluder +preludial +preludious +preludiously +preludium +preludize +prelumbar +prelusion +prelusive +prelusively +prelusorily +prelusory +preluxurious +premachine +premadness +premaintain +premaintenance +premake +premaker +premaking +premandibular +premanhood +premaniacal +premanifest +premanifestation +premankind +premanufacture +premanufacturer +premanufacturing +premarital +premarriage +premarry +premastery +prematch +premate +prematerial +prematernity +prematrimonial +prematuration +premature +prematurely +prematureness +prematurity +premaxilla +premaxillary +premeasure +premeasurement +premechanical +premedia +premedial +premedian +premedic +premedical +premedicate +premedication +premedieval +premedievalism +premeditate +premeditatedly +premeditatedness +premeditatingly +premeditation +premeditative +premeditator +premegalithic +prememorandum +premenace +premenstrual +premention +premeridian +premerit +premetallic +premethodical +premial +premiant +premiate +premidnight +premidsummer +premier +premieral +premiere +premieress +premierjus +premiership +premilitary +premillenarian +premillenarianism +premillennial +premillennialism +premillennialist +premillennialize +premillennially +premillennian +preminister +preministry +premious +premisal +premise +premisory +premisrepresent +premisrepresentation +premiss +premium +premix +premixer +premixture +premodel +premodern +premodification +premodify +premolar +premold +premolder +premolding +premonarchial +premonetary +Premongolian +premonish +premonishment +premonition +premonitive +premonitor +premonitorily +premonitory +premonopolize +premonopoly +Premonstrant +Premonstratensian +premonumental +premoral +premorality +premorally +premorbid +premorbidly +premorbidness +premorning +premorse +premortal +premortification +premortify +premortuary +premosaic +premotion +premourn +premove +premovement +premover +premuddle +premultiplication +premultiplier +premultiply +premundane +premunicipal +premunition +premunitory +premusical +premuster +premutative +premutiny +premycotic +premyelocyte +premythical +prename +Prenanthes +prenares +prenarial +prenaris +prenasal +prenatal +prenatalist +prenatally +prenational +prenative +prenatural +prenaval +prender +prendre +prenebular +prenecessitate +preneglect +preneglectful +prenegligence +prenegligent +prenegotiate +prenegotiation +preneolithic +prenephritic +preneural +preneuralgic +prenight +prenoble +prenodal +prenominal +prenominate +prenomination +prenominical +prenotation +prenotice +prenotification +prenotify +prenotion +prentice +prenticeship +prenumber +prenumbering +prenuncial +prenuptial +prenursery +preobedience +preobedient +preobject +preobjection +preobjective +preobligate +preobligation +preoblige +preobservance +preobservation +preobservational +preobserve +preobstruct +preobstruction +preobtain +preobtainable +preobtrude +preobtrusion +preobtrusive +preobviate +preobvious +preobviously +preobviousness +preoccasioned +preoccipital +preocclusion +preoccultation +preoccupancy +preoccupant +preoccupate +preoccupation +preoccupative +preoccupied +preoccupiedly +preoccupiedness +preoccupier +preoccupy +preoccur +preoccurrence +preoceanic +preocular +preodorous +preoffend +preoffense +preoffensive +preoffensively +preoffensiveness +preoffer +preoffering +preofficial +preofficially +preominate +preomission +preomit +preopen +preopening +preoperate +preoperation +preoperative +preoperatively +preoperator +preopercle +preopercular +preoperculum +preopinion +preopinionated +preoppose +preopposition +preoppress +preoppression +preoppressor +preoptic +preoptimistic +preoption +preoral +preorally +preorbital +preordain +preorder +preordination +preorganic +preorganization +preorganize +preoriginal +preoriginally +preornamental +preoutfit +preoutline +preoverthrow +prep +prepainful +prepalatal +prepalatine +prepaleolithic +prepanic +preparable +preparation +preparationist +preparative +preparatively +preparator +preparatorily +preparatory +prepardon +prepare +prepared +preparedly +preparedness +preparement +preparental +preparer +preparietal +preparingly +preparliamentary +preparoccipital +preparoxysmal +prepartake +preparticipation +prepartisan +prepartition +prepartnership +prepatellar +prepatent +prepatriotic +prepave +prepavement +prepay +prepayable +prepayment +prepeduncle +prepenetrate +prepenetration +prepenial +prepense +prepensely +prepeople +preperceive +preperception +preperceptive +preperitoneal +prepersuade +prepersuasion +prepersuasive +preperusal +preperuse +prepetition +prephragma +prephthisical +prepigmental +prepink +prepious +prepituitary +preplace +preplacement +preplacental +preplan +preplant +prepledge +preplot +prepoetic +prepoetical +prepoison +prepolice +prepolish +prepolitic +prepolitical +prepolitically +prepollence +prepollency +prepollent +prepollex +preponder +preponderance +preponderancy +preponderant +preponderantly +preponderate +preponderately +preponderating +preponderatingly +preponderation +preponderous +preponderously +prepontile +prepontine +preportray +preportrayal +prepose +preposition +prepositional +prepositionally +prepositive +prepositively +prepositor +prepositorial +prepositure +prepossess +prepossessed +prepossessing +prepossessingly +prepossessingness +prepossession +prepossessionary +prepossessor +preposterous +preposterously +preposterousness +prepostorship +prepotence +prepotency +prepotent +prepotential +prepotently +prepractical +prepractice +preprandial +prepreference +prepreparation +preprice +preprimary +preprimer +preprimitive +preprint +preprofess +preprofessional +preprohibition +prepromise +prepromote +prepromotion +prepronounce +prepronouncement +preprophetic +preprostatic +preprove +preprovide +preprovision +preprovocation +preprovoke +preprudent +preprudently +prepsychological +prepsychology +prepuberal +prepubertal +prepuberty +prepubescent +prepubic +prepubis +prepublication +prepublish +prepuce +prepunctual +prepunish +prepunishment +prepupa +prepupal +prepurchase +prepurchaser +prepurpose +preputial +preputium +prepyloric +prepyramidal +prequalification +prequalify +prequarantine +prequestion +prequotation +prequote +preracing +preradio +prerailroad +prerailroadite +prerailway +preramus +prerational +prereadiness +preready +prerealization +prerealize +prerebellion +prereceipt +prereceive +prereceiver +prerecital +prerecite +prereckon +prereckoning +prerecognition +prerecognize +prerecommend +prerecommendation +prereconcile +prereconcilement +prereconciliation +prerectal +preredeem +preredemption +prereduction +prerefer +prereference +prerefine +prerefinement +prereform +prereformation +prereformatory +prerefusal +prerefuse +preregal +preregister +preregistration +preregulate +preregulation +prereject +prerejection +prerejoice +prerelate +prerelation +prerelationship +prerelease +prereligious +prereluctation +preremit +preremittance +preremorse +preremote +preremoval +preremove +preremunerate +preremuneration +prerenal +prerent +prerental +prereport +prerepresent +prerepresentation +prereption +prerepublican +prerequest +prerequire +prerequirement +prerequisite +prerequisition +preresemblance +preresemble +preresolve +preresort +prerespectability +prerespectable +prerespiration +prerespire +preresponsibility +preresponsible +prerestoration +prerestrain +prerestraint +prerestrict +prerestriction +prereturn +prereveal +prerevelation +prerevenge +prereversal +prereverse +prereview +prerevise +prerevision +prerevival +prerevolutionary +prerheumatic +prerich +prerighteous +prerighteously +prerighteousness +prerogatival +prerogative +prerogatived +prerogatively +prerogativity +prerolandic +preromantic +preromanticism +preroute +preroutine +preroyal +preroyally +preroyalty +prerupt +preruption +presacral +presacrifice +presacrificial +presage +presageful +presagefully +presager +presagient +presaging +presagingly +presalvation +presanctification +presanctified +presanctify +presanguine +presanitary +presartorial +presatisfaction +presatisfactory +presatisfy +presavage +presavagery +presay +presbyacousia +presbyacusia +presbycousis +presbycusis +presbyope +presbyophrenia +presbyophrenic +presbyopia +presbyopic +presbyopy +presbyte +presbyter +presbyteral +presbyterate +presbyterated +presbyteress +presbyteria +presbyterial +presbyterially +Presbyterian +Presbyterianism +Presbyterianize +Presbyterianly +presbyterium +presbytership +presbytery +presbytia +presbytic +Presbytinae +Presbytis +presbytism +prescapula +prescapular +prescapularis +prescholastic +preschool +prescience +prescient +prescientific +presciently +prescind +prescindent +prescission +prescored +prescout +prescribable +prescribe +prescriber +prescript +prescriptibility +prescriptible +prescription +prescriptionist +prescriptive +prescriptively +prescriptiveness +prescriptorial +prescrive +prescutal +prescutum +preseal +presearch +preseason +preseasonal +presecular +presecure +presee +preselect +presell +preseminal +preseminary +presence +presenced +presenceless +presenile +presenility +presensation +presension +present +presentability +presentable +presentableness +presentably +presental +presentation +presentational +presentationism +presentationist +presentative +presentatively +presentee +presentence +presenter +presential +presentiality +presentially +presentialness +presentient +presentiment +presentimental +presentist +presentive +presentively +presentiveness +presently +presentment +presentness +presentor +preseparate +preseparation +preseparator +preservability +preservable +preserval +preservation +preservationist +preservative +preservatize +preservatory +preserve +preserver +preserveress +preses +presession +preset +presettle +presettlement +presexual +preshadow +preshape +preshare +presharpen +preshelter +preship +preshipment +preshortage +preshorten +preshow +preside +presidence +presidencia +presidency +president +presidente +presidentess +presidential +presidentially +presidentiary +presidentship +presider +presidial +presidially +presidiary +presidio +presidium +presift +presign +presignal +presignificance +presignificancy +presignificant +presignification +presignificative +presignificator +presignify +presimian +preslavery +Presley +presmooth +presocial +presocialism +presocialist +presolar +presolicit +presolicitation +presolution +presolve +presophomore +presound +prespecialist +prespecialize +prespecific +prespecifically +prespecification +prespecify +prespeculate +prespeculation +presphenoid +presphenoidal +presphygmic +prespinal +prespinous +prespiracular +presplendor +presplenomegalic +prespoil +prespontaneity +prespontaneous +prespontaneously +prespread +presprinkle +prespur +press +pressable +pressboard +pressdom +pressel +presser +pressfat +pressful +pressgang +pressible +pressing +pressingly +pressingness +pression +pressive +pressman +pressmanship +pressmark +pressor +presspack +pressroom +pressurage +pressural +pressure +pressureless +pressureproof +pressurize +pressurizer +presswoman +presswork +pressworker +prest +prestabilism +prestability +prestable +prestamp +prestandard +prestandardization +prestandardize +prestant +prestate +prestation +prestatistical +presteam +presteel +prester +presternal +presternum +prestidigital +prestidigitate +prestidigitation +prestidigitator +prestidigitatorial +prestige +prestigiate +prestigiation +prestigiator +prestigious +prestigiously +prestigiousness +prestimulate +prestimulation +prestimulus +prestissimo +presto +prestock +prestomial +prestomium +prestorage +prestore +prestraighten +prestrain +prestrengthen +prestress +prestretch +prestricken +prestruggle +prestubborn +prestudious +prestudiously +prestudiousness +prestudy +presubdue +presubiculum +presubject +presubjection +presubmission +presubmit +presubordinate +presubordination +presubscribe +presubscriber +presubscription +presubsist +presubsistence +presubsistent +presubstantial +presubstitute +presubstitution +presuccess +presuccessful +presuccessfully +presuffer +presuffering +presufficiency +presufficient +presufficiently +presuffrage +presuggest +presuggestion +presuggestive +presuitability +presuitable +presuitably +presumable +presumably +presume +presumedly +presumer +presuming +presumption +presumptious +presumptiously +presumptive +presumptively +presumptuous +presumptuously +presumptuousness +presuperficial +presuperficiality +presuperficially +presuperfluity +presuperfluous +presuperfluously +presuperintendence +presuperintendency +presupervise +presupervision +presupervisor +presupplemental +presupplementary +presupplicate +presupplication +presupply +presupport +presupposal +presuppose +presupposition +presuppositionless +presuppress +presuppression +presuppurative +presupremacy +presupreme +presurgery +presurgical +presurmise +presurprisal +presurprise +presurrender +presurround +presurvey +presusceptibility +presusceptible +presuspect +presuspend +presuspension +presuspicion +presuspicious +presuspiciously +presuspiciousness +presustain +presutural +preswallow +presylvian +presympathize +presympathy +presymphonic +presymphony +presymphysial +presymptom +presymptomatic +presynapsis +presynaptic +presystematic +presystematically +presystole +presystolic +pretabulate +pretabulation +pretan +pretangible +pretangibly +pretannage +pretardily +pretardiness +pretardy +pretariff +pretaste +preteach +pretechnical +pretechnically +pretelegraph +pretelegraphic +pretelephone +pretelephonic +pretell +pretemperate +pretemperately +pretemporal +pretend +pretendant +pretended +pretendedly +pretender +Pretenderism +pretendership +pretendingly +pretendingness +pretense +pretenseful +pretenseless +pretension +pretensional +pretensionless +pretensive +pretensively +pretensiveness +pretentative +pretentious +pretentiously +pretentiousness +pretercanine +preterchristian +preterconventional +preterdetermined +preterdeterminedly +preterdiplomatic +preterdiplomatically +preterequine +preteressential +pretergress +pretergression +preterhuman +preterience +preterient +preterintentional +preterist +preterit +preteriteness +preterition +preteritive +preteritness +preterlabent +preterlegal +preterlethal +preterminal +pretermission +pretermit +pretermitter +preternative +preternatural +preternaturalism +preternaturalist +preternaturality +preternaturally +preternaturalness +preternormal +preternotorious +preternuptial +preterpluperfect +preterpolitical +preterrational +preterregular +preterrestrial +preterritorial +preterroyal +preterscriptural +preterseasonable +pretersensual +pretervection +pretest +pretestify +pretestimony +pretext +pretexted +pretextuous +pretheological +prethoracic +prethoughtful +prethoughtfully +prethoughtfulness +prethreaten +prethrill +prethrust +pretibial +pretimeliness +pretimely +pretincture +pretire +pretoken +pretone +pretonic +pretorial +pretorship +pretorsional +pretorture +pretournament +pretrace +pretracheal +pretraditional +pretrain +pretraining +pretransact +pretransaction +pretranscribe +pretranscription +pretranslate +pretranslation +pretransmission +pretransmit +pretransport +pretransportation +pretravel +pretreat +pretreatment +pretreaty +pretrematic +pretribal +pretry +prettification +prettifier +prettify +prettikin +prettily +prettiness +pretty +prettyface +prettyish +prettyism +pretubercular +pretuberculous +pretympanic +pretyphoid +pretypify +pretypographical +pretyrannical +pretyranny +pretzel +preultimate +preultimately +preumbonal +preunderstand +preundertake +preunion +preunite +preutilizable +preutilization +preutilize +prevacate +prevacation +prevaccinate +prevaccination +prevail +prevailance +prevailer +prevailingly +prevailingness +prevailment +prevalence +prevalency +prevalent +prevalently +prevalentness +prevalescence +prevalescent +prevalid +prevalidity +prevalidly +prevaluation +prevalue +prevariation +prevaricate +prevarication +prevaricator +prevaricatory +prevascular +prevegetation +prevelar +prevenance +prevenancy +prevene +prevenience +prevenient +preveniently +prevent +preventability +preventable +preventative +preventer +preventible +preventingly +prevention +preventionism +preventionist +preventive +preventively +preventiveness +preventorium +preventure +preverb +preverbal +preverification +preverify +prevernal +preversion +prevertebral +prevesical +preveto +previctorious +previde +previdence +preview +previgilance +previgilant +previgilantly +previolate +previolation +previous +previously +previousness +previse +previsibility +previsible +previsibly +prevision +previsional +previsit +previsitor +previsive +previsor +prevocal +prevocalic +prevocally +prevocational +prevogue +prevoid +prevoidance +prevolitional +prevolunteer +prevomer +prevotal +prevote +prevoyance +prevoyant +prevue +prewar +prewarn +prewarrant +prewash +preweigh +prewelcome +prewhip +prewilling +prewillingly +prewillingness +prewire +prewireless +prewitness +prewonder +prewonderment +preworldliness +preworldly +preworship +preworthily +preworthiness +preworthy +prewound +prewrap +prexy +prey +preyer +preyful +preyingly +preyouthful +prezonal +prezone +prezygapophysial +prezygapophysis +prezygomatic +Pria +priacanthid +Priacanthidae +priacanthine +Priacanthus +Priapean +Priapic +priapism +Priapulacea +priapulid +Priapulida +Priapulidae +priapuloid +Priapuloidea +Priapulus +Priapus +Priapusian +Price +price +priceable +priceably +priced +priceite +priceless +pricelessness +pricer +prich +prick +prickant +pricked +pricker +pricket +prickfoot +pricking +prickingly +prickish +prickle +prickleback +prickled +pricklefish +prickless +prickliness +prickling +pricklingly +pricklouse +prickly +pricklyback +prickmadam +prickmedainty +prickproof +pricks +prickseam +prickshot +prickspur +pricktimber +prickwood +pricky +pride +prideful +pridefully +pridefulness +prideless +pridelessly +prideling +prideweed +pridian +priding +pridingly +pridy +pried +prier +priest +priestal +priestcap +priestcraft +priestdom +priesteen +priestery +priestess +priestfish +priesthood +priestianity +priestish +priestism +priestless +priestlet +priestlike +priestliness +priestling +priestly +priestship +priestshire +prig +prigdom +prigger +priggery +priggess +priggish +priggishly +priggishness +priggism +prighood +prigman +prill +prillion +prim +prima +primacy +primage +primal +primality +primar +primarian +primaried +primarily +primariness +primary +primatal +primate +Primates +primateship +primatial +primatic +primatical +primavera +primaveral +prime +primegilt +primely +primeness +primer +primero +primerole +primeval +primevalism +primevally +primeverose +primevity +primevous +primevrin +Primianist +primigene +primigenial +primigenian +primigenious +primigenous +primigravida +primine +priming +primipara +primiparity +primiparous +primipilar +primitiae +primitial +primitias +primitive +primitively +primitivism +primitivist +primitivistic +primitivity +primly +primness +primogenetrix +primogenial +primogenital +primogenitary +primogenitive +primogenitor +primogeniture +primogenitureship +primogenous +primoprime +primoprimitive +primordality +primordia +primordial +primordialism +primordially +primordiate +primordium +primosity +primost +primp +primrose +primrosed +primrosetide +primrosetime +primrosy +primsie +Primula +primula +Primulaceae +primulaceous +Primulales +primulaverin +primulaveroside +primulic +primuline +Primulinus +Primus +primus +primwort +primy +prince +princeage +princecraft +princedom +princehood +Princeite +princekin +princeless +princelet +princelike +princeliness +princeling +princely +princeps +princeship +princess +princessdom +princesse +princesslike +princessly +princewood +princified +princify +principal +principality +principally +principalness +principalship +principate +Principes +principes +principia +principiant +principiate +principiation +principium +principle +principulus +princock +princox +prine +pringle +prink +prinker +prinkle +prinky +print +printability +printable +printableness +printed +printer +printerdom +printerlike +printery +printing +printless +printline +printscript +printworks +Priodon +priodont +Priodontes +prion +prionid +Prionidae +Prioninae +prionine +Prionodesmacea +prionodesmacean +prionodesmaceous +prionodesmatic +Prionodon +prionodont +Prionopinae +prionopine +Prionops +Prionus +prior +prioracy +prioral +priorate +prioress +prioristic +prioristically +priorite +priority +priorly +priorship +priory +prisable +prisage +prisal +priscan +Priscian +Priscianist +Priscilla +Priscillian +Priscillianism +Priscillianist +prism +prismal +prismatic +prismatical +prismatically +prismatization +prismatize +prismatoid +prismatoidal +prismed +prismoid +prismoidal +prismy +prisometer +prison +prisonable +prisondom +prisoner +prisonful +prisonlike +prisonment +prisonous +priss +prissily +prissiness +prissy +pristane +pristine +Pristipomatidae +Pristipomidae +Pristis +Pristodus +pritch +Pritchardia +pritchel +prithee +prius +privacity +privacy +privant +private +privateer +privateersman +privately +privateness +privation +privative +privatively +privativeness +privet +privilege +privileged +privileger +privily +priviness +privity +privy +prizable +prize +prizeable +prizeholder +prizeman +prizer +prizery +prizetaker +prizeworthy +pro +proa +proabolitionist +proabsolutism +proabsolutist +proabstinence +proacademic +proacceptance +proacquisition +proacquittal +proaction +proactor +proaddition +proadjournment +proadministration +proadmission +proadoption +proadvertising +proaesthetic +proaggressionist +proagitation +proagrarian +proagreement +proagricultural +proagule +proairesis +proairplane +proal +proalcoholism +proalien +proalliance +proallotment +proalteration +proamateur +proambient +proamendment +proamnion +proamniotic +proamusement +proanaphora +proanaphoral +proanarchic +proangiosperm +proangiospermic +proangiospermous +proanimistic +proannexation +proannexationist +proantarctic +proanthropos +proapostolic +proappointment +proapportionment +proappreciation +proappropriation +proapproval +proaquatic +proarbitration +proarbitrationist +proarchery +proarctic +proaristocratic +proarmy +Proarthri +proassessment +proassociation +proatheist +proatheistic +proathletic +proatlas +proattack +proattendance +proauction +proaudience +proaulion +proauthor +proauthority +proautomobile +proavian +proaviation +Proavis +proaward +prob +probabiliorism +probabiliorist +probabilism +probabilist +probabilistic +probability +probabilize +probabl +probable +probableness +probably +probachelor +probal +proballoon +probang +probanishment +probankruptcy +probant +probargaining +probaseball +probasketball +probate +probathing +probatical +probation +probational +probationary +probationer +probationerhood +probationership +probationism +probationist +probationship +probative +probatively +probator +probatory +probattle +probattleship +probe +probeable +probeer +prober +probetting +probiology +probituminous +probity +problem +problematic +problematical +problematically +problematist +problematize +problemdom +problemist +problemistic +problemize +problemwise +problockade +probonding +probonus +proborrowing +proboscidal +proboscidate +Proboscidea +proboscidean +proboscideous +proboscides +proboscidial +proboscidian +proboscidiferous +proboscidiform +probosciform +probosciformed +Probosciger +proboscis +proboscislike +probouleutic +proboulevard +probowling +proboxing +proboycott +probrick +probridge +probroadcasting +probudget +probudgeting +probuilding +probusiness +probuying +procacious +procaciously +procacity +procaine +procambial +procambium +procanal +procancellation +procapital +procapitalism +procapitalist +procarnival +procarp +procarpium +procarrier +procatalectic +procatalepsis +procatarctic +procatarxis +procathedral +Procavia +Procaviidae +procedendo +procedural +procedure +proceed +proceeder +proceeding +proceeds +proceleusmatic +Procellaria +procellarian +procellarid +Procellariidae +Procellariiformes +procellariine +procellas +procello +procellose +procellous +procensorship +procensure +procentralization +procephalic +procercoid +procereal +procerebral +procerebrum +proceremonial +proceremonialism +proceremonialist +proceres +procerite +proceritic +procerity +procerus +process +processal +procession +processional +processionalist +processionally +processionary +processioner +processionist +processionize +processionwise +processive +processor +processual +procharity +prochein +prochemical +prochlorite +prochondral +prochoos +prochordal +prochorion +prochorionic +prochromosome +prochronic +prochronism +prochronize +prochurch +prochurchian +procidence +procident +procidentia +procivic +procivilian +procivism +proclaim +proclaimable +proclaimant +proclaimer +proclaiming +proclaimingly +proclamation +proclamator +proclamatory +proclassic +proclassical +proclergy +proclerical +proclericalism +procline +proclisis +proclitic +proclive +proclivitous +proclivity +proclivous +proclivousness +Procne +procnemial +Procoelia +procoelia +procoelian +procoelous +procoercive +procollectivistic +procollegiate +procombat +procombination +procomedy +procommemoration +procomment +procommercial +procommission +procommittee +procommunal +procommunism +procommunist +procommutation +procompensation +procompetition +procompromise +procompulsion +proconcentration +proconcession +proconciliation +procondemnation +proconfederationist +proconference +proconfession +proconfessionist +proconfiscation +proconformity +Proconnesian +proconquest +proconscription +proconscriptive +proconservation +proconservationist +proconsolidation +proconstitutional +proconstitutionalism +proconsul +proconsular +proconsulary +proconsulate +proconsulship +proconsultation +procontinuation +proconvention +proconventional +proconviction +procoracoid +procoracoidal +procorporation +procosmetic +procosmopolitan +procotton +procourt +procrastinate +procrastinating +procrastinatingly +procrastination +procrastinative +procrastinatively +procrastinator +procrastinatory +procreant +procreate +procreation +procreative +procreativeness +procreator +procreatory +procreatress +procreatrix +procremation +Procris +procritic +procritique +Procrustean +Procrusteanism +Procrusteanize +Procrustes +procrypsis +procryptic +procryptically +proctal +proctalgia +proctalgy +proctatresia +proctatresy +proctectasia +proctectomy +procteurynter +proctitis +proctocele +proctoclysis +proctocolitis +proctocolonoscopy +proctocystoplasty +proctocystotomy +proctodaeal +proctodaeum +proctodynia +proctoelytroplastic +proctologic +proctological +proctologist +proctology +proctoparalysis +proctoplastic +proctoplasty +proctoplegia +proctopolypus +proctoptoma +proctoptosis +proctor +proctorage +proctoral +proctorial +proctorially +proctorical +proctorization +proctorize +proctorling +proctorrhagia +proctorrhaphy +proctorrhea +proctorship +proctoscope +proctoscopic +proctoscopy +proctosigmoidectomy +proctosigmoiditis +proctospasm +proctostenosis +proctostomy +proctotome +proctotomy +proctotresia +proctotrypid +Proctotrypidae +proctotrypoid +Proctotrypoidea +proctovalvotomy +Proculian +procumbent +procurable +procuracy +procural +procurance +procurate +procuration +procurative +procurator +procuratorate +procuratorial +procuratorship +procuratory +procuratrix +procure +procurement +procurer +procuress +procurrent +procursive +procurvation +procurved +Procyon +Procyonidae +procyoniform +Procyoniformia +Procyoninae +procyonine +proczarist +prod +prodatary +prodder +proddle +prodecoration +prodefault +prodefiance +prodelay +prodelision +prodemocratic +Prodenia +prodenominational +prodentine +prodeportation +prodespotic +prodespotism +prodialogue +prodigal +prodigalish +prodigalism +prodigality +prodigalize +prodigally +prodigiosity +prodigious +prodigiously +prodigiousness +prodigus +prodigy +prodisarmament +prodisplay +prodissoconch +prodissolution +prodistribution +prodition +proditorious +proditoriously +prodivision +prodivorce +prodproof +prodramatic +prodroma +prodromal +prodromatic +prodromatically +prodrome +prodromic +prodromous +prodromus +producal +produce +produceable +produceableness +produced +producent +producer +producership +producibility +producible +producibleness +product +producted +productibility +productible +productid +Productidae +productile +production +productional +productionist +productive +productively +productiveness +productivity +productoid +productor +productory +productress +Productus +proecclesiastical +proeconomy +proeducation +proeducational +proegumenal +proelectric +proelectrical +proelectrification +proelectrocution +proelimination +proem +proembryo +proembryonic +proemial +proemium +proemployee +proemptosis +proenforcement +proenlargement +proenzym +proenzyme +proepimeron +proepiscopist +proepisternum +proequality +proethical +proethnic +proethnically +proetid +Proetidae +Proetus +proevolution +proevolutionist +proexamination +proexecutive +proexemption +proexercise +proexperiment +proexpert +proexporting +proexposure +proextension +proextravagance +prof +profaculty +profanable +profanableness +profanably +profanation +profanatory +profanchise +profane +profanely +profanement +profaneness +profaner +profanism +profanity +profanize +profarmer +profection +profectional +profectitious +profederation +profeminism +profeminist +proferment +profert +profess +professable +professed +professedly +profession +professional +professionalism +professionalist +professionality +professionalization +professionalize +professionally +professionist +professionize +professionless +professive +professively +professor +professorate +professordom +professoress +professorial +professorialism +professorially +professoriate +professorlike +professorling +professorship +professory +proffer +profferer +proficience +proficiency +proficient +proficiently +proficientness +profiction +proficuous +proficuously +profile +profiler +profilist +profilograph +profit +profitability +profitable +profitableness +profitably +profiteer +profiteering +profiter +profiting +profitless +profitlessly +profitlessness +profitmonger +profitmongering +profitproof +proflated +proflavine +profligacy +profligate +profligately +profligateness +profligation +proflogger +profluence +profluent +profluvious +profluvium +proforeign +profound +profoundly +profoundness +profraternity +profugate +profulgent +profunda +profundity +profuse +profusely +profuseness +profusion +profusive +profusively +profusiveness +prog +progambling +progamete +progamic +proganosaur +Proganosauria +progenerate +progeneration +progenerative +progenital +progenitive +progenitiveness +progenitor +progenitorial +progenitorship +progenitress +progenitrix +progeniture +progenity +progeny +progeotropic +progeotropism +progeria +progermination +progestational +progesterone +progestin +progger +proglottic +proglottid +proglottidean +proglottis +prognathi +prognathic +prognathism +prognathous +prognathy +progne +prognose +prognosis +prognostic +prognosticable +prognostically +prognosticate +prognostication +prognosticative +prognosticator +prognosticatory +progoneate +progospel +progovernment +program +programist +programistic +programma +programmar +programmatic +programmatically +programmatist +programmer +progrede +progrediency +progredient +progress +progresser +progression +progressional +progressionally +progressionary +progressionism +progressionist +progressism +progressist +progressive +progressively +progressiveness +progressivism +progressivist +progressivity +progressor +proguardian +Progymnasium +progymnosperm +progymnospermic +progymnospermous +progypsy +prohaste +prohibit +prohibiter +prohibition +prohibitionary +prohibitionism +prohibitionist +prohibitive +prohibitively +prohibitiveness +prohibitor +prohibitorily +prohibitory +proholiday +prohostility +prohuman +prohumanistic +prohydrotropic +prohydrotropism +proidealistic +proimmunity +proinclusion +proincrease +proindemnity +proindustrial +proinjunction +proinnovationist +proinquiry +proinsurance +prointervention +proinvestment +proirrigation +projacient +project +projectable +projectedly +projectile +projecting +projectingly +projection +projectional +projectionist +projective +projectively +projectivity +projector +projectress +projectrix +projecture +projicience +projicient +projiciently +projournalistic +projudicial +proke +prokeimenon +proker +prokindergarten +proklausis +prolabium +prolabor +prolacrosse +prolactin +prolamin +prolan +prolapse +prolapsus +prolarva +prolarval +prolate +prolately +prolateness +prolation +prolative +prolatively +proleague +proleaguer +prolectite +proleg +prolegate +prolegislative +prolegomena +prolegomenal +prolegomenary +prolegomenist +prolegomenon +prolegomenous +proleniency +prolepsis +proleptic +proleptical +proleptically +proleptics +proletairism +proletarian +proletarianism +proletarianization +proletarianize +proletarianly +proletarianness +proletariat +proletariatism +proletarization +proletarize +proletary +proletcult +proleucocyte +proleukocyte +prolicense +prolicidal +prolicide +proliferant +proliferate +proliferation +proliferative +proliferous +proliferously +prolific +prolificacy +prolifical +prolifically +prolificalness +prolificate +prolification +prolificity +prolificly +prolificness +prolificy +prolify +proligerous +proline +proliquor +proliterary +proliturgical +proliturgist +prolix +prolixity +prolixly +prolixness +prolocution +prolocutor +prolocutorship +prolocutress +prolocutrix +prologist +prologize +prologizer +prologos +prologue +prologuelike +prologuer +prologuist +prologuize +prologuizer +prologus +prolong +prolongable +prolongableness +prolongably +prolongate +prolongation +prolonge +prolonger +prolongment +prolusion +prolusionize +prolusory +prolyl +promachinery +promachos +promagisterial +promagistracy +promagistrate +promajority +promammal +Promammalia +promammalian +promarriage +promatrimonial +promatrimonialist +promaximum +promemorial +promenade +promenader +promenaderess +promercantile +promercy +promerger +promeristem +promerit +promeritor +Promethea +Promethean +Prometheus +promethium +promic +promilitarism +promilitarist +promilitary +prominence +prominency +prominent +prominently +prominimum +proministry +prominority +promisable +promiscuity +promiscuous +promiscuously +promiscuousness +promise +promisee +promiseful +promiseless +promisemonger +promiseproof +promiser +promising +promisingly +promisingness +promisor +promissionary +promissive +promissor +promissorily +promissory +promitosis +promittor +promnesia +promoderation +promoderationist +promodernist +promodernistic +promonarchic +promonarchical +promonarchicalness +promonarchist +promonopolist +promonopoly +promontoried +promontory +promoral +promorph +promorphological +promorphologically +promorphologist +promorphology +promotable +promote +promotement +promoter +promotion +promotional +promotive +promotiveness +promotor +promotorial +promotress +promotrix +promovable +promovent +prompt +promptbook +prompter +promptitude +promptive +promptly +promptness +promptress +promptuary +prompture +promulgate +promulgation +promulgator +promulge +promulger +promuscidate +promuscis +promycelial +promycelium +promythic +pronaos +pronate +pronation +pronational +pronationalism +pronationalist +pronationalistic +pronative +pronatoflexor +pronator +pronaval +pronavy +prone +pronegotiation +pronegro +pronegroism +pronely +proneness +pronephric +pronephridiostome +pronephron +pronephros +proneur +prong +prongbuck +pronged +pronger +pronghorn +pronglike +pronic +pronograde +pronominal +pronominalize +pronominally +pronomination +pronotal +pronotum +pronoun +pronounal +pronounce +pronounceable +pronounced +pronouncedly +pronouncement +pronounceness +pronouncer +pronpl +pronto +Pronuba +pronuba +pronubial +pronuclear +pronucleus +pronumber +pronunciability +pronunciable +pronuncial +pronunciamento +pronunciation +pronunciative +pronunciator +pronunciatory +pronymph +pronymphal +proo +prooemiac +prooemion +prooemium +proof +proofer +proofful +proofing +proofless +prooflessly +proofness +proofread +proofreader +proofreading +proofroom +proofy +prop +propadiene +propaedeutic +propaedeutical +propaedeutics +propagability +propagable +propagableness +propagand +propaganda +propagandic +propagandism +propagandist +propagandistic +propagandistically +propagandize +propagate +propagation +propagational +propagative +propagator +propagatory +propagatress +propago +propagulum +propale +propalinal +propane +propanedicarboxylic +propanol +propanone +propapist +proparasceve +propargyl +propargylic +Proparia +proparian +proparliamental +proparoxytone +proparoxytonic +proparticipation +propatagial +propatagian +propatagium +propatriotic +propatriotism +propatronage +propayment +propellable +propellant +propellent +propeller +propelment +propend +propendent +propene +propenoic +propense +propensely +propenseness +propension +propensitude +propensity +propenyl +propenylic +proper +properispome +properispomenon +properitoneal +properly +properness +propertied +property +propertyless +propertyship +propessimism +propessimist +prophase +prophasis +prophecy +prophecymonger +prophesiable +prophesier +prophesy +prophet +prophetess +prophethood +prophetic +prophetical +propheticality +prophetically +propheticalness +propheticism +propheticly +prophetism +prophetize +prophetless +prophetlike +prophetry +prophetship +prophilosophical +prophloem +prophoric +prophototropic +prophototropism +prophylactic +prophylactical +prophylactically +prophylaxis +prophylaxy +prophyll +prophyllum +propination +propine +propinoic +propinquant +propinque +propinquity +propinquous +propiolaldehyde +propiolate +propiolic +propionate +propione +Propionibacterieae +Propionibacterium +propionic +propionitril +propionitrile +propionyl +Propithecus +propitiable +propitial +propitiate +propitiatingly +propitiation +propitiative +propitiator +propitiatorily +propitiatory +propitious +propitiously +propitiousness +proplasm +proplasma +proplastic +propless +propleural +propleuron +proplex +proplexus +Propliopithecus +propodeal +propodeon +propodeum +propodial +propodiale +propodite +propoditic +propodium +propolis +propolitical +propolization +propolize +propone +proponement +proponent +proponer +propons +Propontic +propooling +propopery +proportion +proportionability +proportionable +proportionableness +proportionably +proportional +proportionalism +proportionality +proportionally +proportionate +proportionately +proportionateness +proportioned +proportioner +proportionless +proportionment +proposable +proposal +proposant +propose +proposer +proposition +propositional +propositionally +propositionize +propositus +propound +propounder +propoundment +propoxy +proppage +propper +propraetor +propraetorial +propraetorian +proprecedent +propriation +proprietage +proprietarian +proprietariat +proprietarily +proprietary +proprietor +proprietorial +proprietorially +proprietorship +proprietory +proprietous +proprietress +proprietrix +propriety +proprioception +proprioceptive +proprioceptor +propriospinal +proprium +proprivilege +proproctor +proprofit +proprovincial +proprovost +props +propterygial +propterygium +proptosed +proptosis +propublication +propublicity +propugnacled +propugnaculum +propugnation +propugnator +propugner +propulsation +propulsatory +propulsion +propulsity +propulsive +propulsor +propulsory +propunishment +propupa +propupal +propurchase +Propus +propwood +propygidium +propyl +propylacetic +propylaeum +propylamine +propylation +propylene +propylic +propylidene +propylite +propylitic +propylitization +propylon +propyne +propynoic +proquaestor +proracing +prorailroad +prorata +proratable +prorate +proration +prore +proreader +prorealism +prorealist +prorealistic +proreality +prorean +prorebate +prorebel +prorecall +proreciprocation +prorecognition +proreconciliation +prorector +prorectorate +proredemption +proreduction +proreferendum +proreform +proreformist +proregent +prorelease +Proreptilia +proreptilian +proreption +prorepublican +proresearch +proreservationist +proresignation +prorestoration +prorestriction +prorevision +prorevisionist +prorevolution +prorevolutionary +prorevolutionist +prorhinal +Prorhipidoglossomorpha +proritual +proritualistic +prorogate +prorogation +prorogator +prorogue +proroguer +proromance +proromantic +proromanticism +proroyal +proroyalty +prorrhesis +prorsad +prorsal +proruption +prosabbath +prosabbatical +prosacral +prosaic +prosaical +prosaically +prosaicalness +prosaicism +prosaicness +prosaism +prosaist +prosar +Prosarthri +prosateur +proscapula +proscapular +proscenium +proscholastic +proschool +proscientific +proscolecine +proscolex +proscribable +proscribe +proscriber +proscript +proscription +proscriptional +proscriptionist +proscriptive +proscriptively +proscriptiveness +proscutellar +proscutellum +proscynemata +prose +prosecrecy +prosecretin +prosect +prosection +prosector +prosectorial +prosectorium +prosectorship +prosecutable +prosecute +prosecution +prosecutor +prosecutrix +proselenic +proselike +proselyte +proselyter +proselytical +proselytingly +proselytism +proselytist +proselytistic +proselytization +proselytize +proselytizer +proseman +proseminar +proseminary +proseminate +prosemination +prosencephalic +prosencephalon +prosenchyma +prosenchymatous +proseneschal +proser +Proserpinaca +prosethmoid +proseucha +proseuche +prosification +prosifier +prosify +prosiliency +prosilient +prosiliently +prosilverite +prosily +Prosimiae +prosimian +prosiness +prosing +prosingly +prosiphon +prosiphonal +prosiphonate +prosish +prosist +proslambanomenos +proslave +proslaver +proslavery +proslaveryism +prosneusis +proso +prosobranch +Prosobranchia +Prosobranchiata +prosobranchiate +prosocele +prosodal +prosode +prosodemic +prosodetic +prosodiac +prosodiacal +prosodiacally +prosodial +prosodially +prosodian +prosodic +prosodical +prosodically +prosodion +prosodist +prosodus +prosody +prosogaster +prosogyrate +prosogyrous +prosoma +prosomal +prosomatic +prosonomasia +prosopalgia +prosopalgic +prosopantritis +prosopectasia +prosophist +prosopic +prosopically +Prosopis +prosopite +Prosopium +prosoplasia +prosopography +prosopon +prosoponeuralgia +prosopoplegia +prosopoplegic +prosopopoeia +prosopopoeial +prosoposchisis +prosopospasm +prosopotocia +prosopyl +prosopyle +prosorus +prospect +prospection +prospective +prospectively +prospectiveness +prospectless +prospector +prospectus +prospectusless +prospeculation +prosper +prosperation +prosperity +prosperous +prosperously +prosperousness +prospicience +prosporangium +prosport +pross +prossy +prostatauxe +prostate +prostatectomy +prostatelcosis +prostatic +prostaticovesical +prostatism +prostatitic +prostatitis +prostatocystitis +prostatocystotomy +prostatodynia +prostatolith +prostatomegaly +prostatometer +prostatomyomectomy +prostatorrhea +prostatorrhoea +prostatotomy +prostatovesical +prostatovesiculectomy +prostatovesiculitis +prostemmate +prostemmatic +prosternal +prosternate +prosternum +prostheca +prosthenic +prosthesis +prosthetic +prosthetically +prosthetics +prosthetist +prosthion +prosthionic +prosthodontia +prosthodontist +Prostigmin +prostitute +prostitutely +prostitution +prostitutor +prostomial +prostomiate +prostomium +prostrate +prostration +prostrative +prostrator +prostrike +prostyle +prostylos +prosubmission +prosubscription +prosubstantive +prosubstitution +prosuffrage +prosupervision +prosupport +prosurgical +prosurrender +prosy +prosyllogism +prosyndicalism +prosyndicalist +protactic +protactinium +protagon +protagonism +protagonist +Protagorean +Protagoreanism +protalbumose +protamine +protandric +protandrism +protandrous +protandrously +protandry +protanomal +protanomalous +protanope +protanopia +protanopic +protargentum +protargin +Protargol +protariff +protarsal +protarsus +protasis +protaspis +protatic +protatically +protax +protaxation +protaxial +protaxis +prote +Protea +protea +Proteaceae +proteaceous +protead +protean +proteanly +proteanwise +protease +protechnical +protect +protectant +protectible +protecting +protectingly +protectingness +protection +protectional +protectionate +protectionism +protectionist +protectionize +protectionship +protective +protectively +protectiveness +Protectograph +protector +protectoral +protectorate +protectorial +protectorian +protectorless +protectorship +protectory +protectress +protectrix +protege +protegee +protegulum +proteic +Proteida +Proteidae +proteide +proteidean +proteidogenous +proteiform +protein +proteinaceous +proteinase +proteinic +proteinochromogen +proteinous +proteinuria +Proteles +Protelidae +Protelytroptera +protelytropteran +protelytropteron +protelytropterous +protemperance +protempirical +protemporaneous +protend +protension +protensity +protensive +protensively +proteoclastic +proteogenous +proteolysis +proteolytic +proteopectic +proteopexic +proteopexis +proteopexy +proteosaurid +Proteosauridae +Proteosaurus +proteose +Proteosoma +proteosomal +proteosome +proteosuria +protephemeroid +Protephemeroidea +proterandrous +proterandrousness +proterandry +proteranthous +proterobase +proteroglyph +Proteroglypha +proteroglyphic +proteroglyphous +proterogynous +proterogyny +proterothesis +proterotype +Proterozoic +protervity +protest +protestable +protestancy +protestant +Protestantish +Protestantishly +protestantism +Protestantize +Protestantlike +Protestantly +protestation +protestator +protestatory +protester +protestingly +protestive +protestor +protetrarch +Proteus +protevangel +protevangelion +protevangelium +protext +prothalamia +prothalamion +prothalamium +prothallia +prothallial +prothallic +prothalline +prothallium +prothalloid +prothallus +protheatrical +protheca +prothesis +prothetic +prothetical +prothetically +prothonotarial +prothonotariat +prothonotary +prothonotaryship +prothoracic +prothorax +prothrift +prothrombin +prothrombogen +prothyl +prothysteron +protide +protiodide +protist +Protista +protistan +protistic +protistological +protistologist +protistology +protiston +Protium +protium +proto +protoactinium +protoalbumose +protoamphibian +protoanthropic +protoapostate +protoarchitect +Protoascales +Protoascomycetes +protobacco +Protobasidii +Protobasidiomycetes +protobasidiomycetous +protobasidium +protobishop +protoblast +protoblastic +protoblattoid +Protoblattoidea +Protobranchia +Protobranchiata +protobranchiate +protocalcium +protocanonical +Protocaris +protocaseose +protocatechualdehyde +protocatechuic +Protoceras +Protoceratidae +Protoceratops +protocercal +protocerebral +protocerebrum +protochemist +protochemistry +protochloride +protochlorophyll +Protochorda +Protochordata +protochordate +protochromium +protochronicler +protocitizen +protoclastic +protocneme +Protococcaceae +protococcaceous +protococcal +Protococcales +protococcoid +Protococcus +protocol +protocolar +protocolary +Protocoleoptera +protocoleopteran +protocoleopteron +protocoleopterous +protocolist +protocolization +protocolize +protoconch +protoconchal +protocone +protoconid +protoconule +protoconulid +protocopper +protocorm +protodeacon +protoderm +protodevil +Protodonata +protodonatan +protodonate +protodont +Protodonta +protodramatic +protodynastic +protoelastose +protoepiphyte +protoforaminifer +protoforester +protogaster +protogelatose +protogenal +protogenes +protogenesis +protogenetic +protogenic +protogenist +Protogeometric +protogine +protoglobulose +protogod +protogonous +protogospel +protograph +protogynous +protogyny +protohematoblast +Protohemiptera +protohemipteran +protohemipteron +protohemipterous +protoheresiarch +Protohippus +protohistorian +protohistoric +protohistory +protohomo +protohuman +Protohydra +protohydrogen +Protohymenoptera +protohymenopteran +protohymenopteron +protohymenopterous +protoiron +protoleration +protoleucocyte +protoleukocyte +protolithic +protoliturgic +protolog +protologist +protoloph +protoma +protomagister +protomagnate +protomagnesium +protomala +protomalal +protomalar +protomammal +protomammalian +protomanganese +protomartyr +Protomastigida +protome +protomeristem +protomerite +protomeritic +protometal +protometallic +protometaphrast +Protominobacter +Protomonadina +protomonostelic +protomorph +protomorphic +Protomycetales +protomyosinose +proton +protone +protonegroid +protonema +protonemal +protonematal +protonematoid +protoneme +Protonemertini +protonephridial +protonephridium +protonephros +protoneuron +protoneurone +protonic +protonickel +protonitrate +protonotater +protonym +protonymph +protonymphal +protopapas +protopappas +protoparent +protopathia +protopathic +protopathy +protopatriarchal +protopatrician +protopattern +protopectin +protopectinase +protopepsia +Protoperlaria +protoperlarian +protophilosophic +protophloem +protophyll +Protophyta +protophyte +protophytic +protopin +protopine +protoplasm +protoplasma +protoplasmal +protoplasmatic +protoplasmic +protoplast +protoplastic +protopod +protopodial +protopodite +protopoditic +protopoetic +protopope +protoporphyrin +protopragmatic +protopresbyter +protopresbytery +protoprism +protoproteose +protoprotestant +protopteran +Protopteridae +protopteridophyte +protopterous +Protopterus +protopyramid +protore +protorebel +protoreligious +protoreptilian +Protorohippus +protorosaur +Protorosauria +protorosaurian +Protorosauridae +protorosauroid +Protorosaurus +Protorthoptera +protorthopteran +protorthopteron +protorthopterous +protosalt +protosaurian +protoscientific +Protoselachii +protosilicate +protosilicon +protosinner +Protosiphon +Protosiphonaceae +protosiphonaceous +protosocial +protosolution +protospasm +Protosphargis +Protospondyli +protospore +Protostega +Protostegidae +protostele +protostelic +protostome +protostrontium +protosulphate +protosulphide +protosyntonose +prototaxites +prototheca +protothecal +prototheme +protothere +Prototheria +prototherian +prototitanium +Prototracheata +prototraitor +prototroch +prototrochal +prototrophic +prototypal +prototype +prototypic +prototypical +prototypically +prototypographer +prototyrant +protovanadium +protoveratrine +protovertebra +protovertebral +protovestiary +protovillain +protovum +protoxide +protoxylem +Protozoa +protozoacidal +protozoacide +protozoal +protozoan +protozoea +protozoean +protozoiasis +protozoic +protozoological +protozoologist +protozoology +protozoon +protozoonal +Protracheata +protracheate +protract +protracted +protractedly +protractedness +protracter +protractible +protractile +protractility +protraction +protractive +protractor +protrade +protradition +protraditional +protragedy +protragical +protragie +protransfer +protranslation +protransubstantiation +protravel +protreasurer +protreaty +Protremata +protreptic +protreptical +protriaene +protropical +protrudable +protrude +protrudent +protrusible +protrusile +protrusion +protrusive +protrusively +protrusiveness +protuberance +protuberancy +protuberant +protuberantial +protuberantly +protuberantness +protuberate +protuberosity +protuberous +Protura +proturan +protutor +protutory +protyl +protyle +Protylopus +protype +proudful +proudhearted +proudish +proudishly +proudling +proudly +proudness +prouniformity +prounion +prounionist +prouniversity +proustite +provability +provable +provableness +provably +provaccinist +provand +provant +provascular +prove +provect +provection +proved +proveditor +provedly +provedor +provedore +proven +provenance +Provencal +Provencalize +Provence +Provencial +provender +provenience +provenient +provenly +proventricular +proventricule +proventriculus +prover +proverb +proverbial +proverbialism +proverbialist +proverbialize +proverbially +proverbic +proverbiologist +proverbiology +proverbize +proverblike +provicar +provicariate +providable +providance +provide +provided +providence +provident +providential +providentialism +providentially +providently +providentness +provider +providing +providore +providoring +province +provincial +provincialate +provincialism +provincialist +provinciality +provincialization +provincialize +provincially +provincialship +provinciate +provinculum +provine +proving +provingly +provision +provisional +provisionality +provisionally +provisionalness +provisionary +provisioner +provisioneress +provisionless +provisionment +provisive +proviso +provisor +provisorily +provisorship +provisory +provitamin +provivisection +provivisectionist +provocant +provocation +provocational +provocative +provocatively +provocativeness +provocator +provocatory +provokable +provoke +provokee +provoker +provoking +provokingly +provokingness +provolunteering +provost +provostal +provostess +provostorial +provostry +provostship +prow +prowar +prowarden +prowaterpower +prowed +prowersite +prowess +prowessed +prowessful +prowl +prowler +prowling +prowlingly +proxenet +proxenete +proxenetism +proxenos +proxenus +proxeny +proxically +proximad +proximal +proximally +proximate +proximately +proximateness +proximation +proximity +proximo +proximobuccal +proximolabial +proximolingual +proxy +proxyship +proxysm +prozone +prozoning +prozygapophysis +prozymite +prude +prudelike +prudely +Prudence +prudence +prudent +prudential +prudentialism +prudentialist +prudentiality +prudentially +prudentialness +prudently +prudery +prudish +prudishly +prudishness +prudist +prudity +Prudy +Prue +pruh +pruinate +pruinescence +pruinose +pruinous +prulaurasin +prunable +prunableness +prunably +Prunaceae +prunase +prunasin +prune +prunell +Prunella +prunella +prunelle +Prunellidae +prunello +pruner +prunetin +prunetol +pruniferous +pruniform +pruning +prunitrin +prunt +prunted +Prunus +prurience +pruriency +prurient +pruriently +pruriginous +prurigo +pruriousness +pruritic +pruritus +prusiano +Prussian +Prussianism +Prussianization +Prussianize +Prussianizer +prussiate +prussic +Prussification +Prussify +prut +prutah +pry +pryer +prying +pryingly +pryingness +pryler +pryproof +pryse +prytaneum +prytanis +prytanize +prytany +psalis +psalm +psalmic +psalmist +psalmister +psalmistry +psalmless +psalmodial +psalmodic +psalmodical +psalmodist +psalmodize +psalmody +psalmograph +psalmographer +psalmography +psalmy +psaloid +psalter +psalterial +psalterian +psalterion +psalterist +psalterium +psaltery +psaltes +psaltress +psammite +psammitic +psammocarcinoma +psammocharid +Psammocharidae +psammogenous +psammolithic +psammologist +psammology +psammoma +psammophile +psammophilous +Psammophis +psammophyte +psammophytic +psammosarcoma +psammotherapy +psammous +Psaronius +pschent +Psedera +Pselaphidae +Pselaphus +psellism +psellismus +psephism +psephisma +psephite +psephitic +psephomancy +Psephurus +Psetta +pseudaconine +pseudaconitine +pseudacusis +pseudalveolar +pseudambulacral +pseudambulacrum +pseudamoeboid +pseudamphora +pseudandry +pseudangina +pseudankylosis +pseudaphia +pseudaposematic +pseudaposporous +pseudapospory +pseudapostle +pseudarachnidan +pseudarthrosis +pseudataxic +pseudatoll +pseudaxine +pseudaxis +Pseudechis +pseudelephant +pseudelminth +pseudelytron +pseudembryo +pseudembryonic +pseudencephalic +pseudencephalus +pseudepigraph +pseudepigrapha +pseudepigraphal +pseudepigraphic +pseudepigraphical +pseudepigraphous +pseudepigraphy +pseudepiploic +pseudepiploon +pseudepiscopacy +pseudepiscopy +pseudepisematic +pseudesthesia +pseudhalteres +pseudhemal +pseudimaginal +pseudimago +pseudisodomum +pseudo +pseudoacaccia +pseudoacademic +pseudoacademical +pseudoaccidental +pseudoacid +pseudoaconitine +pseudoacromegaly +pseudoadiabatic +pseudoaesthetic +pseudoaffectionate +pseudoalkaloid +pseudoalum +pseudoalveolar +pseudoamateurish +pseudoamatory +pseudoanaphylactic +pseudoanaphylaxis +pseudoanatomic +pseudoanatomical +pseudoancestral +pseudoanemia +pseudoanemic +pseudoangelic +pseudoangina +pseudoankylosis +pseudoanthorine +pseudoanthropoid +pseudoanthropological +pseudoanthropology +pseudoantique +pseudoapologetic +pseudoapoplectic +pseudoapoplexy +pseudoappendicitis +pseudoaquatic +pseudoarchaic +pseudoarchaism +pseudoarchaist +pseudoaristocratic +pseudoarthrosis +pseudoarticulation +pseudoartistic +pseudoascetic +pseudoastringent +pseudoasymmetrical +pseudoasymmetry +pseudoataxia +pseudobacterium +pseudobasidium +pseudobenevolent +pseudobenthonic +pseudobenthos +pseudobinary +pseudobiological +pseudoblepsia +pseudoblepsis +pseudobrachial +pseudobrachium +pseudobranch +pseudobranchia +pseudobranchial +pseudobranchiate +Pseudobranchus +pseudobrookite +pseudobrotherly +pseudobulb +pseudobulbar +pseudobulbil +pseudobulbous +pseudobutylene +pseudocandid +pseudocapitulum +pseudocarbamide +pseudocarcinoid +pseudocarp +pseudocarpous +pseudocartilaginous +pseudocele +pseudocelian +pseudocelic +pseudocellus +pseudocentric +pseudocentrous +pseudocentrum +Pseudoceratites +pseudoceratitic +pseudocercaria +pseudoceryl +pseudocharitable +pseudochemical +pseudochina +pseudochromesthesia +pseudochromia +pseudochromosome +pseudochronism +pseudochronologist +pseudochrysalis +pseudochrysolite +pseudochylous +pseudocirrhosis +pseudoclassic +pseudoclassical +pseudoclassicism +pseudoclerical +Pseudococcinae +Pseudococcus +pseudococtate +pseudocollegiate +pseudocolumella +pseudocolumellar +pseudocommissure +pseudocommisural +pseudocompetitive +pseudoconcha +pseudoconclude +pseudocone +pseudoconglomerate +pseudoconglomeration +pseudoconhydrine +pseudoconjugation +pseudoconservative +pseudocorneous +pseudocortex +pseudocosta +pseudocotyledon +pseudocotyledonal +pseudocritical +pseudocroup +pseudocrystalline +pseudocubic +pseudocultivated +pseudocultural +pseudocumene +pseudocumenyl +pseudocumidine +pseudocumyl +pseudocyclosis +pseudocyesis +pseudocyst +pseudodeltidium +pseudodementia +pseudodemocratic +pseudoderm +pseudodermic +pseudodiagnosis +pseudodiastolic +pseudodiphtheria +pseudodiphtheritic +pseudodipteral +pseudodipterally +pseudodipteros +pseudodont +pseudodox +pseudodoxal +pseudodoxy +pseudodramatic +pseudodysentery +pseudoedema +pseudoelectoral +pseudoembryo +pseudoembryonic +pseudoemotional +pseudoencephalitic +pseudoenthusiastic +pseudoephedrine +pseudoepiscopal +pseudoequalitarian +pseudoerotic +pseudoeroticism +pseudoerysipelas +pseudoerysipelatous +pseudoerythrin +pseudoethical +pseudoetymological +pseudoeugenics +pseudoevangelical +pseudofamous +pseudofarcy +pseudofeminine +pseudofever +pseudofeverish +pseudofilaria +pseudofilarian +pseudofinal +pseudofluctuation +pseudofluorescence +pseudofoliaceous +pseudoform +pseudofossil +pseudogalena +pseudoganglion +pseudogaseous +pseudogaster +pseudogastrula +pseudogeneral +pseudogeneric +pseudogenerous +pseudogenteel +pseudogenus +pseudogeometry +pseudogermanic +pseudogeusia +pseudogeustia +pseudoglanders +pseudoglioma +pseudoglobulin +pseudoglottis +pseudograph +pseudographeme +pseudographer +pseudographia +pseudographize +pseudography +pseudograsserie +Pseudogryphus +pseudogyne +pseudogynous +pseudogyny +pseudogyrate +pseudohallucination +pseudohallucinatory +pseudohalogen +pseudohemal +pseudohermaphrodite +pseudohermaphroditic +pseudohermaphroditism +pseudoheroic +pseudohexagonal +pseudohistoric +pseudohistorical +pseudoholoptic +pseudohuman +pseudohydrophobia +pseudohyoscyamine +pseudohypertrophic +pseudohypertrophy +pseudoidentical +pseudoimpartial +pseudoindependent +pseudoinfluenza +pseudoinsane +pseudoinsoluble +pseudoisatin +pseudoism +pseudoisomer +pseudoisomeric +pseudoisomerism +pseudoisotropy +pseudojervine +pseudolabial +pseudolabium +pseudolalia +Pseudolamellibranchia +Pseudolamellibranchiata +pseudolamellibranchiate +pseudolaminated +Pseudolarix +pseudolateral +pseudolatry +pseudolegal +pseudolegendary +pseudoleucite +pseudoleucocyte +pseudoleukemia +pseudoleukemic +pseudoliberal +pseudolichen +pseudolinguistic +pseudoliterary +pseudolobar +pseudological +pseudologically +pseudologist +pseudologue +pseudology +pseudolunule +pseudomalachite +pseudomalaria +pseudomancy +pseudomania +pseudomaniac +pseudomantic +pseudomantist +pseudomasculine +pseudomedical +pseudomedieval +pseudomelanosis +pseudomembrane +pseudomembranous +pseudomeningitis +pseudomenstruation +pseudomer +pseudomeric +pseudomerism +pseudomery +pseudometallic +pseudometameric +pseudometamerism +pseudomica +pseudomilitarist +pseudomilitaristic +pseudomilitary +pseudoministerial +pseudomiraculous +pseudomitotic +pseudomnesia +pseudomodern +pseudomodest +Pseudomonas +pseudomonastic +pseudomonoclinic +pseudomonocotyledonous +pseudomonocyclic +pseudomonotropy +pseudomoral +pseudomorph +pseudomorphia +pseudomorphic +pseudomorphine +pseudomorphism +pseudomorphose +pseudomorphosis +pseudomorphous +pseudomorula +pseudomorular +pseudomucin +pseudomucoid +pseudomultilocular +pseudomultiseptate +pseudomythical +pseudonarcotic +pseudonational +pseudonavicella +pseudonavicellar +pseudonavicula +pseudonavicular +pseudoneuropter +Pseudoneuroptera +pseudoneuropteran +pseudoneuropterous +pseudonitrole +pseudonitrosite +pseudonuclein +pseudonucleolus +pseudonychium +pseudonym +pseudonymal +pseudonymic +pseudonymity +pseudonymous +pseudonymously +pseudonymousness +pseudonymuncle +pseudonymuncule +pseudopapaverine +pseudoparalysis +pseudoparalytic +pseudoparaplegia +pseudoparasitic +pseudoparasitism +pseudoparenchyma +pseudoparenchymatous +pseudoparenchyme +pseudoparesis +pseudoparthenogenesis +pseudopatriotic +pseudopediform +pseudopelletierine +pseudopercular +pseudoperculate +pseudoperculum +pseudoperianth +pseudoperidium +pseudoperiodic +pseudoperipteral +pseudopermanent +pseudoperoxide +pseudoperspective +Pseudopeziza +pseudophallic +pseudophellandrene +pseudophenanthrene +pseudophenanthroline +pseudophenocryst +pseudophilanthropic +pseudophilosophical +Pseudophoenix +pseudopionnotes +pseudopious +pseudoplasm +pseudoplasma +pseudoplasmodium +pseudopneumonia +pseudopod +pseudopodal +pseudopodia +pseudopodial +pseudopodian +pseudopodiospore +pseudopodium +pseudopoetic +pseudopoetical +pseudopolitic +pseudopolitical +pseudopopular +pseudopore +pseudoporphyritic +pseudopregnancy +pseudopregnant +pseudopriestly +pseudoprimitive +pseudoprimitivism +pseudoprincely +pseudoproboscis +pseudoprofessional +pseudoprofessorial +pseudoprophetic +pseudoprophetical +pseudoprosperous +pseudopsia +pseudopsychological +pseudoptics +pseudoptosis +pseudopupa +pseudopupal +pseudopurpurin +pseudopyriform +pseudoquinol +pseudorabies +pseudoracemic +pseudoracemism +pseudoramose +pseudoramulus +pseudorealistic +pseudoreduction +pseudoreformed +pseudoregal +pseudoreligious +pseudoreminiscence +pseudorganic +pseudorheumatic +pseudorhombohedral +pseudoromantic +pseudorunic +pseudosacred +pseudosacrilegious +pseudosalt +pseudosatirical +pseudoscarlatina +Pseudoscarus +pseudoscholarly +pseudoscholastic +pseudoscientific +Pseudoscines +pseudoscinine +pseudosclerosis +pseudoscope +pseudoscopic +pseudoscopically +pseudoscopy +pseudoscorpion +Pseudoscorpiones +Pseudoscorpionida +pseudoscutum +pseudosematic +pseudosensational +pseudoseptate +pseudoservile +pseudosessile +pseudosiphonal +pseudosiphuncal +pseudoskeletal +pseudoskeleton +pseudoskink +pseudosmia +pseudosocial +pseudosocialistic +pseudosolution +pseudosoph +pseudosopher +pseudosophical +pseudosophist +pseudosophy +pseudospectral +pseudosperm +pseudospermic +pseudospermium +pseudospermous +pseudosphere +pseudospherical +pseudospiracle +pseudospiritual +pseudosporangium +pseudospore +pseudosquamate +pseudostalactite +pseudostalactitical +pseudostalagmite +pseudostalagmitical +pseudostereoscope +pseudostereoscopic +pseudostereoscopism +pseudostigma +pseudostigmatic +pseudostoma +pseudostomatous +pseudostomous +pseudostratum +pseudosubtle +Pseudosuchia +pseudosuchian +pseudosweating +pseudosyllogism +pseudosymmetric +pseudosymmetrical +pseudosymmetry +pseudosymptomatic +pseudosyphilis +pseudosyphilitic +pseudotabes +pseudotachylite +pseudotetanus +pseudotetragonal +Pseudotetramera +pseudotetrameral +pseudotetramerous +pseudotrachea +pseudotracheal +pseudotribal +pseudotributary +Pseudotrimera +pseudotrimeral +pseudotrimerous +pseudotropine +Pseudotsuga +pseudotubercular +pseudotuberculosis +pseudotuberculous +pseudoturbinal +pseudotyphoid +pseudoval +pseudovarian +pseudovary +pseudovelar +pseudovelum +pseudoventricle +pseudoviaduct +pseudoviperine +pseudoviscosity +pseudoviscous +pseudovolcanic +pseudovolcano +pseudovum +pseudowhorl +pseudoxanthine +pseudoyohimbine +pseudozealot +pseudozoea +pseudozoogloeal +psha +Pshav +pshaw +psi +Psidium +psilanthropic +psilanthropism +psilanthropist +psilanthropy +psiloceran +Psiloceras +psiloceratan +psiloceratid +Psiloceratidae +psiloi +psilology +psilomelane +psilomelanic +Psilophytales +psilophyte +Psilophyton +psilosis +psilosopher +psilosophy +Psilotaceae +psilotaceous +psilothrum +psilotic +Psilotum +psithurism +Psithyrus +psittaceous +psittaceously +Psittaci +Psittacidae +Psittaciformes +Psittacinae +psittacine +psittacinite +psittacism +psittacistic +Psittacomorphae +psittacomorphic +psittacosis +Psittacus +psoadic +psoas +psoatic +psocid +Psocidae +psocine +psoitis +psomophagic +psomophagist +psomophagy +psora +Psoralea +psoriasic +psoriasiform +psoriasis +psoriatic +psoriatiform +psoric +psoroid +Psorophora +psorophthalmia +psorophthalmic +Psoroptes +psoroptic +psorosis +psorosperm +psorospermial +psorospermiasis +psorospermic +psorospermiform +psorospermosis +psorous +pssimistical +pst +psych +psychagogic +psychagogos +psychagogue +psychagogy +psychal +psychalgia +psychanalysis +psychanalysist +psychanalytic +psychasthenia +psychasthenic +Psyche +psyche +Psychean +psycheometry +psychesthesia +psychesthetic +psychiasis +psychiater +psychiatria +psychiatric +psychiatrical +psychiatrically +psychiatrist +psychiatrize +psychiatry +psychic +psychical +psychically +Psychichthys +psychicism +psychicist +psychics +psychid +Psychidae +psychism +psychist +psychoanalysis +psychoanalyst +psychoanalytic +psychoanalytical +psychoanalytically +psychoanalyze +psychoanalyzer +psychoautomatic +psychobiochemistry +psychobiologic +psychobiological +psychobiology +psychobiotic +psychocatharsis +psychoclinic +psychoclinical +psychoclinicist +Psychoda +psychodiagnostics +Psychodidae +psychodispositional +psychodrama +psychodynamic +psychodynamics +psychoeducational +psychoepilepsy +psychoethical +psychofugal +psychogalvanic +psychogalvanometer +psychogenesis +psychogenetic +psychogenetical +psychogenetically +psychogenetics +psychogenic +psychogeny +psychognosis +psychognostic +psychognosy +psychogonic +psychogonical +psychogony +psychogram +psychograph +psychographer +psychographic +psychographist +psychography +psychoid +psychokinesia +psychokinesis +psychokinetic +psychokyme +psycholepsy +psycholeptic +psychologer +psychologian +psychologic +psychological +psychologically +psychologics +psychologism +psychologist +psychologize +psychologue +psychology +psychomachy +psychomancy +psychomantic +psychometer +psychometric +psychometrical +psychometrically +psychometrician +psychometrics +psychometrist +psychometrize +psychometry +psychomonism +psychomoral +psychomorphic +psychomorphism +psychomotility +psychomotor +psychon +psychoneural +psychoneurological +psychoneurosis +psychoneurotic +psychonomic +psychonomics +psychonomy +psychony +psychoorganic +psychopannychian +psychopannychism +psychopannychist +psychopannychistic +psychopannychy +psychopanychite +psychopath +psychopathia +psychopathic +psychopathist +psychopathologic +psychopathological +psychopathologist +psychopathy +psychopetal +psychophobia +psychophysic +psychophysical +psychophysically +psychophysicist +psychophysics +psychophysiologic +psychophysiological +psychophysiologically +psychophysiologist +psychophysiology +psychoplasm +psychopomp +psychopompos +psychorealism +psychorealist +psychorealistic +psychoreflex +psychorhythm +psychorhythmia +psychorhythmic +psychorhythmical +psychorhythmically +psychorrhagic +psychorrhagy +psychosarcous +psychosensorial +psychosensory +psychoses +psychosexual +psychosexuality +psychosexually +psychosis +psychosocial +psychosomatic +psychosomatics +psychosome +psychosophy +psychostasy +psychostatic +psychostatical +psychostatically +psychostatics +psychosurgeon +psychosurgery +psychosynthesis +psychosynthetic +psychotaxis +psychotechnical +psychotechnician +psychotechnics +psychotechnological +psychotechnology +psychotheism +psychotherapeutic +psychotherapeutical +psychotherapeutics +psychotherapeutist +psychotherapist +psychotherapy +psychotic +Psychotria +psychotrine +psychovital +Psychozoic +psychroesthesia +psychrograph +psychrometer +psychrometric +psychrometrical +psychrometry +psychrophile +psychrophilic +psychrophobia +psychrophore +psychrophyte +psychurgy +psykter +Psylla +psylla +psyllid +Psyllidae +psyllium +ptarmic +Ptarmica +ptarmical +ptarmigan +Ptelea +Ptenoglossa +ptenoglossate +Pteranodon +pteranodont +Pteranodontidae +pteraspid +Pteraspidae +Pteraspis +ptereal +pterergate +Pterian +pteric +Pterichthyodes +Pterichthys +pterideous +pteridium +pteridography +pteridoid +pteridological +pteridologist +pteridology +pteridophilism +pteridophilist +pteridophilistic +Pteridophyta +pteridophyte +pteridophytic +pteridophytous +pteridosperm +Pteridospermae +Pteridospermaphyta +pteridospermaphytic +pteridospermous +pterion +Pteris +Pterobranchia +pterobranchiate +pterocarpous +Pterocarpus +Pterocarya +Pterocaulon +Pterocera +Pteroceras +Pterocles +Pterocletes +Pteroclidae +Pteroclomorphae +pteroclomorphic +pterodactyl +Pterodactyli +pterodactylian +pterodactylic +pterodactylid +Pterodactylidae +pterodactyloid +pterodactylous +Pterodactylus +pterographer +pterographic +pterographical +pterography +pteroid +pteroma +pteromalid +Pteromalidae +Pteromys +pteropaedes +pteropaedic +pteropegal +pteropegous +pteropegum +pterophorid +Pterophoridae +Pterophorus +Pterophryne +pteropid +Pteropidae +pteropine +pteropod +Pteropoda +pteropodal +pteropodan +pteropodial +Pteropodidae +pteropodium +pteropodous +Pteropsida +Pteropus +pterosaur +Pterosauri +Pterosauria +pterosaurian +pterospermous +Pterospora +Pterostemon +Pterostemonaceae +pterostigma +pterostigmal +pterostigmatic +pterostigmatical +pterotheca +pterothorax +pterotic +pteroylglutamic +pterygial +pterygiophore +pterygium +pterygobranchiate +pterygode +pterygodum +Pterygogenea +pterygoid +pterygoidal +pterygoidean +pterygomalar +pterygomandibular +pterygomaxillary +pterygopalatal +pterygopalatine +pterygopharyngeal +pterygopharyngean +pterygophore +pterygopodium +pterygoquadrate +pterygosphenoid +pterygospinous +pterygostaphyline +Pterygota +pterygote +pterygotous +pterygotrabecular +Pterygotus +pteryla +pterylographic +pterylographical +pterylography +pterylological +pterylology +pterylosis +Ptilichthyidae +Ptiliidae +Ptilimnium +ptilinal +ptilinum +Ptilocercus +Ptilonorhynchidae +Ptilonorhynchinae +ptilopaedes +ptilopaedic +ptilosis +Ptilota +ptinid +Ptinidae +ptinoid +Ptinus +ptisan +ptochocracy +ptochogony +ptochology +Ptolemaean +Ptolemaian +Ptolemaic +Ptolemaical +Ptolemaism +Ptolemaist +Ptolemean +Ptolemy +ptomain +ptomaine +ptomainic +ptomatropine +ptosis +ptotic +ptyalagogic +ptyalagogue +ptyalectasis +ptyalin +ptyalism +ptyalize +ptyalocele +ptyalogenic +ptyalolith +ptyalolithiasis +ptyalorrhea +Ptychoparia +ptychoparid +ptychopariid +ptychopterygial +ptychopterygium +Ptychosperma +ptysmagogue +ptyxis +pu +pua +puan +pub +pubal +pubble +puberal +pubertal +pubertic +puberty +puberulent +puberulous +pubes +pubescence +pubescency +pubescent +pubian +pubic +pubigerous +pubiotomy +pubis +public +Publican +publican +publicanism +publication +publichearted +publicheartedness +publicism +publicist +publicity +publicize +publicly +publicness +Publilian +publish +publishable +publisher +publisheress +publishership +publishment +pubococcygeal +pubofemoral +puboiliac +puboischiac +puboischial +puboischiatic +puboprostatic +puborectalis +pubotibial +pubourethral +pubovesical +Puccinia +Pucciniaceae +pucciniaceous +puccinoid +puccoon +puce +pucelage +pucellas +pucelle +Puchanahua +pucherite +puchero +puck +pucka +puckball +pucker +puckerbush +puckerel +puckerer +puckermouth +puckery +puckfist +puckish +puckishly +puckishness +puckle +pucklike +puckling +puckneedle +puckrel +puckster +pud +puddee +puddening +pudder +pudding +puddingberry +puddinghead +puddingheaded +puddinghouse +puddinglike +puddingwife +puddingy +puddle +puddled +puddlelike +puddler +puddling +puddly +puddock +puddy +pudency +pudenda +pudendal +pudendous +pudendum +pudent +pudge +pudgily +pudginess +pudgy +pudiano +pudibund +pudibundity +pudic +pudical +pudicitia +pudicity +pudsey +pudsy +Pudu +pudu +pueblito +Pueblo +pueblo +Puebloan +puebloization +puebloize +Puelche +Puelchean +Pueraria +puerer +puericulture +puerile +puerilely +puerileness +puerilism +puerility +puerman +puerpera +puerperal +puerperalism +puerperant +puerperium +puerperous +puerpery +puff +puffback +puffball +puffbird +puffed +puffer +puffery +puffily +puffin +puffiness +puffinet +puffing +puffingly +Puffinus +pufflet +puffwig +puffy +pug +pugged +pugger +puggi +pugginess +pugging +puggish +puggle +puggree +puggy +pugh +pugil +pugilant +pugilism +pugilist +pugilistic +pugilistical +pugilistically +puglianite +pugman +pugmill +pugmiller +pugnacious +pugnaciously +pugnaciousness +pugnacity +Puinavi +Puinavian +Puinavis +puisne +puissance +puissant +puissantly +puissantness +puist +puistie +puja +Pujunan +puka +pukatea +pukateine +puke +pukeko +puker +pukeweed +Pukhtun +pukish +pukishness +pukras +puku +puky +pul +pulahan +pulahanism +pulasan +pulaskite +Pulaya +Pulayan +pulchrify +pulchritude +pulchritudinous +pule +pulegol +pulegone +puler +Pulex +pulghere +puli +Pulian +pulicarious +pulicat +pulicene +pulicid +Pulicidae +pulicidal +pulicide +pulicine +pulicoid +pulicose +pulicosity +pulicous +puling +pulingly +pulish +pulk +pulka +pull +pullable +pullback +pullboat +pulldevil +pulldoo +pulldown +pulldrive +pullen +puller +pullery +pullet +pulley +pulleyless +pulli +Pullman +Pullmanize +pullorum +pullulant +pullulate +pullulation +pullus +pulmobranchia +pulmobranchial +pulmobranchiate +pulmocardiac +pulmocutaneous +pulmogastric +pulmometer +pulmometry +pulmonal +pulmonar +Pulmonaria +pulmonarian +pulmonary +Pulmonata +pulmonate +pulmonated +pulmonectomy +pulmonic +pulmonifer +Pulmonifera +pulmoniferous +pulmonitis +Pulmotor +pulmotracheal +Pulmotrachearia +pulmotracheary +pulmotracheate +pulp +pulpaceous +pulpal +pulpalgia +pulpamenta +pulpboard +pulpectomy +pulpefaction +pulper +pulpifier +pulpify +pulpily +pulpiness +pulpit +pulpital +pulpitarian +pulpiteer +pulpiter +pulpitful +pulpitic +pulpitical +pulpitically +pulpitis +pulpitish +pulpitism +pulpitize +pulpitless +pulpitly +pulpitolatry +pulpitry +pulpless +pulplike +pulpotomy +pulpous +pulpousness +pulpstone +pulpwood +pulpy +pulque +pulsant +pulsatance +pulsate +pulsatile +pulsatility +Pulsatilla +pulsation +pulsational +pulsative +pulsatively +pulsator +pulsatory +pulse +pulseless +pulselessly +pulselessness +pulselike +pulsellum +pulsidge +pulsific +pulsimeter +pulsion +pulsive +pulsojet +pulsometer +pultaceous +pulton +pulu +pulveraceous +pulverant +pulverate +pulveration +pulvereous +pulverin +pulverizable +pulverizate +pulverization +pulverizator +pulverize +pulverizer +pulverous +pulverulence +pulverulent +pulverulently +pulvic +pulvil +pulvillar +pulvilliform +pulvillus +pulvinar +Pulvinaria +pulvinarian +pulvinate +pulvinated +pulvinately +pulvination +pulvinic +pulviniform +pulvino +pulvinule +pulvinulus +pulvinus +pulviplume +pulwar +puly +puma +Pume +pumicate +pumice +pumiced +pumiceous +pumicer +pumiciform +pumicose +pummel +pummice +pump +pumpable +pumpage +pumpellyite +pumper +pumpernickel +pumpkin +pumpkinification +pumpkinify +pumpkinish +pumpkinity +pumple +pumpless +pumplike +pumpman +pumpsman +pumpwright +pun +puna +punaise +punalua +punaluan +Punan +punatoo +punch +punchable +punchboard +puncheon +puncher +punchinello +punching +punchless +punchlike +punchproof +punchy +punct +punctal +punctate +punctated +punctation +punctator +puncticular +puncticulate +puncticulose +punctiform +punctiliar +punctilio +punctiliomonger +punctiliosity +punctilious +punctiliously +punctiliousness +punctist +punctographic +punctual +punctualist +punctuality +punctually +punctualness +punctuate +punctuation +punctuational +punctuationist +punctuative +punctuator +punctuist +punctulate +punctulated +punctulation +punctule +punctulum +punctum +puncturation +puncture +punctured +punctureless +punctureproof +puncturer +pundigrion +pundit +pundita +punditic +punditically +punditry +pundonor +pundum +puneca +pung +punga +pungapung +pungar +pungence +pungency +pungent +pungently +punger +pungey +pungi +pungle +pungled +Punic +Punica +Punicaceae +punicaceous +puniceous +punicial +punicin +punicine +punily +puniness +punish +punishability +punishable +punishableness +punishably +punisher +punishment +punishmentproof +punition +punitional +punitionally +punitive +punitively +punitiveness +punitory +Punjabi +punjum +punk +punkah +punketto +punkie +punkwood +punky +punless +punlet +punnable +punnage +punner +punnet +punnic +punnical +punnigram +punningly +punnology +Puno +punproof +punster +punstress +punt +punta +puntabout +puntal +puntel +punter +punti +puntil +puntist +Puntlatsh +punto +puntout +puntsman +punty +puny +punyish +punyism +pup +pupa +pupahood +pupal +puparial +puparium +pupate +pupation +pupelo +Pupidae +pupiferous +pupiform +pupigenous +pupigerous +pupil +pupilability +pupilage +pupilar +pupilate +pupildom +pupiled +pupilize +pupillarity +pupillary +pupilless +Pupillidae +pupillometer +pupillometry +pupilloscope +pupilloscoptic +pupilloscopy +Pupipara +pupiparous +Pupivora +pupivore +pupivorous +pupoid +puppet +puppetdom +puppeteer +puppethood +puppetish +puppetism +puppetize +puppetlike +puppetly +puppetman +puppetmaster +puppetry +puppify +puppily +Puppis +puppy +puppydom +puppyfish +puppyfoot +puppyhood +puppyish +puppyism +puppylike +puppysnatch +pupulo +Pupuluca +pupunha +Puquina +Puquinan +pur +purana +puranic +puraque +Purasati +Purbeck +Purbeckian +purblind +purblindly +purblindness +purchasability +purchasable +purchase +purchaser +purchasery +purdah +purdy +pure +pureblood +purebred +pured +puree +purehearted +purely +pureness +purer +purfle +purfled +purfler +purfling +purfly +purga +purgation +purgative +purgatively +purgatorial +purgatorian +purgatory +purge +purgeable +purger +purgery +purging +purificant +purification +purificative +purificator +purificatory +purifier +puriform +purify +purine +puriri +purism +purist +puristic +puristical +Puritan +puritandom +Puritaness +puritanic +puritanical +puritanically +puritanicalness +Puritanism +puritanism +Puritanize +Puritanizer +puritanlike +Puritanly +puritano +purity +Purkinje +Purkinjean +purl +purler +purlhouse +purlicue +purlieu +purlieuman +purlin +purlman +purloin +purloiner +purohepatitis +purolymph +puromucous +purpart +purparty +purple +purplelip +purplely +purpleness +purplescent +purplewood +purplewort +purplish +purplishness +purply +purport +purportless +purpose +purposedly +purposeful +purposefully +purposefulness +purposeless +purposelessly +purposelessness +purposelike +purposely +purposer +purposive +purposively +purposiveness +purposivism +purposivist +purposivistic +purpresture +purpura +purpuraceous +purpurate +purpure +purpureal +purpurean +purpureous +purpurescent +purpuric +purpuriferous +purpuriform +purpurigenous +purpurin +purpurine +purpuriparous +purpurite +purpurize +purpurogallin +purpurogenous +purpuroid +purpuroxanthin +purr +purre +purree +purreic +purrel +purrer +purring +purringly +purrone +purry +purse +pursed +purseful +purseless +purselike +purser +pursership +Purshia +pursily +pursiness +purslane +purslet +pursley +pursuable +pursual +pursuance +pursuant +pursuantly +pursue +pursuer +pursuit +pursuitmeter +pursuivant +pursy +purtenance +Puru +Puruha +purulence +purulency +purulent +purulently +puruloid +Purupuru +purusha +purushartha +purvey +purveyable +purveyal +purveyance +purveyancer +purveyor +purveyoress +purview +purvoe +purwannah +pus +Puschkinia +Puseyism +Puseyistical +Puseyite +push +pushball +pushcart +pusher +pushful +pushfully +pushfulness +pushing +pushingly +pushingness +pushmobile +pushover +pushpin +Pushtu +pushwainling +pusillanimity +pusillanimous +pusillanimously +pusillanimousness +puss +pusscat +pussley +pusslike +pussy +pussycat +pussyfoot +pussyfooted +pussyfooter +pussyfooting +pussyfootism +pussytoe +pustulant +pustular +pustulate +pustulated +pustulation +pustulatous +pustule +pustuled +pustulelike +pustuliform +pustulose +pustulous +put +putage +putamen +putaminous +putanism +putation +putationary +putative +putatively +putback +putchen +putcher +puteal +putelee +puther +puthery +putid +putidly +putidness +putlog +putois +Putorius +putredinal +putredinous +putrefacient +putrefactible +putrefaction +putrefactive +putrefactiveness +putrefiable +putrefier +putrefy +putresce +putrescence +putrescency +putrescent +putrescibility +putrescible +putrescine +putricide +putrid +putridity +putridly +putridness +putrifacted +putriform +putrilage +putrilaginous +putrilaginously +putschism +putschist +putt +puttee +putter +putterer +putteringly +puttier +puttock +putty +puttyblower +puttyhead +puttyhearted +puttylike +puttyroot +puttywork +puture +puxy +Puya +Puyallup +puzzle +puzzleation +puzzled +puzzledly +puzzledness +puzzledom +puzzlehead +puzzleheaded +puzzleheadedly +puzzleheadedness +puzzleman +puzzlement +puzzlepate +puzzlepated +puzzlepatedness +puzzler +puzzling +puzzlingly +puzzlingness +pya +pyal +pyarthrosis +pyche +Pycnanthemum +pycnia +pycnial +pycnid +pycnidia +pycnidial +pycnidiophore +pycnidiospore +pycnidium +pycniospore +pycnite +pycnium +Pycnocoma +pycnoconidium +pycnodont +Pycnodonti +Pycnodontidae +pycnodontoid +Pycnodus +pycnogonid +Pycnogonida +pycnogonidium +pycnogonoid +pycnometer +pycnometochia +pycnometochic +pycnomorphic +pycnomorphous +Pycnonotidae +Pycnonotinae +pycnonotine +Pycnonotus +pycnosis +pycnospore +pycnosporic +pycnostyle +pycnotic +pyelectasis +pyelic +pyelitic +pyelitis +pyelocystitis +pyelogram +pyelograph +pyelographic +pyelography +pyelolithotomy +pyelometry +pyelonephritic +pyelonephritis +pyelonephrosis +pyeloplasty +pyeloscopy +pyelotomy +pyeloureterogram +pyemesis +pyemia +pyemic +pygal +pygalgia +pygarg +pygargus +pygidial +pygidid +Pygididae +Pygidium +pygidium +pygmaean +Pygmalion +pygmoid +Pygmy +pygmy +pygmydom +pygmyhood +pygmyish +pygmyism +pygmyship +pygmyweed +Pygobranchia +Pygobranchiata +pygobranchiate +pygofer +pygopagus +pygopod +Pygopodes +Pygopodidae +pygopodine +pygopodous +Pygopus +pygostyle +pygostyled +pygostylous +pyic +pyin +pyjama +pyjamaed +pyke +pyknatom +pyknic +pyknotic +pyla +Pylades +pylagore +pylangial +pylangium +pylar +pylephlebitic +pylephlebitis +pylethrombophlebitis +pylethrombosis +pylic +pylon +pyloralgia +pylorectomy +pyloric +pyloristenosis +pyloritis +pylorocleisis +pylorodilator +pylorogastrectomy +pyloroplasty +pyloroptosis +pyloroschesis +pyloroscirrhus +pyloroscopy +pylorospasm +pylorostenosis +pylorostomy +pylorus +pyobacillosis +pyocele +pyoctanin +pyocyanase +pyocyanin +pyocyst +pyocyte +pyodermatitis +pyodermatosis +pyodermia +pyodermic +pyogenesis +pyogenetic +pyogenic +pyogenin +pyogenous +pyohemothorax +pyoid +pyolabyrinthitis +pyolymph +pyometra +pyometritis +pyonephritis +pyonephrosis +pyonephrotic +pyopericarditis +pyopericardium +pyoperitoneum +pyoperitonitis +pyophagia +pyophthalmia +pyophylactic +pyoplania +pyopneumocholecystitis +pyopneumocyst +pyopneumopericardium +pyopneumoperitoneum +pyopneumoperitonitis +pyopneumothorax +pyopoiesis +pyopoietic +pyoptysis +pyorrhea +pyorrheal +pyorrheic +pyosalpingitis +pyosalpinx +pyosepticemia +pyosepticemic +pyosis +pyospermia +pyotherapy +pyothorax +pyotoxinemia +pyoureter +pyovesiculosis +pyoxanthose +pyr +pyracanth +Pyracantha +Pyraceae +pyracene +pyral +Pyrales +pyralid +Pyralidae +pyralidan +pyralidid +Pyralididae +pyralidiform +Pyralidoidea +pyralis +pyraloid +Pyrameis +pyramid +pyramidaire +pyramidal +pyramidale +pyramidalis +Pyramidalism +Pyramidalist +pyramidally +pyramidate +Pyramidella +pyramidellid +Pyramidellidae +pyramider +pyramides +pyramidia +pyramidic +pyramidical +pyramidically +pyramidicalness +pyramidion +Pyramidist +pyramidize +pyramidlike +pyramidoattenuate +pyramidoidal +pyramidologist +pyramidoprismatic +pyramidwise +pyramoidal +pyran +pyranometer +pyranyl +pyrargyrite +Pyrausta +Pyraustinae +pyrazine +pyrazole +pyrazoline +pyrazolone +pyrazolyl +pyre +pyrectic +pyrena +pyrene +Pyrenean +pyrenematous +pyrenic +pyrenin +pyrenocarp +pyrenocarpic +pyrenocarpous +Pyrenochaeta +pyrenodean +pyrenodeine +pyrenodeous +pyrenoid +pyrenolichen +Pyrenomycetales +pyrenomycete +Pyrenomycetes +Pyrenomycetineae +pyrenomycetous +Pyrenopeziza +pyrethrin +Pyrethrum +pyrethrum +pyretic +pyreticosis +pyretogenesis +pyretogenetic +pyretogenic +pyretogenous +pyretography +pyretology +pyretolysis +pyretotherapy +pyrewinkes +Pyrex +pyrex +pyrexia +pyrexial +pyrexic +pyrexical +pyrgeometer +pyrgocephalic +pyrgocephaly +pyrgoidal +pyrgologist +pyrgom +pyrheliometer +pyrheliometric +pyrheliometry +pyrheliophor +pyribole +pyridazine +pyridic +pyridine +pyridinium +pyridinize +pyridone +pyridoxine +pyridyl +pyriform +pyriformis +pyrimidine +pyrimidyl +pyritaceous +pyrite +pyrites +pyritic +pyritical +pyritiferous +pyritization +pyritize +pyritohedral +pyritohedron +pyritoid +pyritology +pyritous +pyro +pyroacetic +pyroacid +pyroantimonate +pyroantimonic +pyroarsenate +pyroarsenic +pyroarsenious +pyroarsenite +pyrobelonite +pyrobituminous +pyroborate +pyroboric +pyrocatechin +pyrocatechinol +pyrocatechol +pyrocatechuic +pyrocellulose +pyrochemical +pyrochemically +pyrochlore +pyrochromate +pyrochromic +pyrocinchonic +pyrocitric +pyroclastic +pyrocoll +pyrocollodion +pyrocomenic +pyrocondensation +pyroconductivity +pyrocotton +pyrocrystalline +Pyrocystis +Pyrodine +pyroelectric +pyroelectricity +pyrogallate +pyrogallic +pyrogallol +pyrogen +pyrogenation +pyrogenesia +pyrogenesis +pyrogenetic +pyrogenetically +pyrogenic +pyrogenous +pyroglutamic +pyrognomic +pyrognostic +pyrognostics +pyrograph +pyrographer +pyrographic +pyrography +pyrogravure +pyroguaiacin +pyroheliometer +pyroid +Pyrola +Pyrolaceae +pyrolaceous +pyrolater +pyrolatry +pyroligneous +pyrolignic +pyrolignite +pyrolignous +pyrolite +pyrollogical +pyrologist +pyrology +pyrolusite +pyrolysis +pyrolytic +pyrolyze +pyromachy +pyromagnetic +pyromancer +pyromancy +pyromania +pyromaniac +pyromaniacal +pyromantic +pyromeconic +pyromellitic +pyrometallurgy +pyrometamorphic +pyrometamorphism +pyrometer +pyrometric +pyrometrical +pyrometrically +pyrometry +Pyromorphidae +pyromorphism +pyromorphite +pyromorphous +pyromotor +pyromucate +pyromucic +pyromucyl +pyronaphtha +pyrone +Pyronema +pyronine +pyronomics +pyronyxis +pyrope +pyropen +pyrophanite +pyrophanous +pyrophile +pyrophilous +pyrophobia +pyrophone +pyrophoric +pyrophorous +pyrophorus +pyrophosphate +pyrophosphoric +pyrophosphorous +pyrophotograph +pyrophotography +pyrophotometer +pyrophyllite +pyrophysalite +pyropuncture +pyropus +pyroracemate +pyroracemic +pyroscope +pyroscopy +pyrosis +pyrosmalite +Pyrosoma +Pyrosomatidae +pyrosome +Pyrosomidae +pyrosomoid +pyrosphere +pyrostat +pyrostereotype +pyrostilpnite +pyrosulphate +pyrosulphite +pyrosulphuric +pyrosulphuryl +pyrotantalate +pyrotartaric +pyrotartrate +pyrotechnian +pyrotechnic +pyrotechnical +pyrotechnically +pyrotechnician +pyrotechnics +pyrotechnist +pyrotechny +pyroterebic +pyrotheology +Pyrotheria +Pyrotherium +pyrotic +pyrotoxin +pyrotritaric +pyrotritartric +pyrouric +pyrovanadate +pyrovanadic +pyroxanthin +pyroxene +pyroxenic +pyroxenite +pyroxmangite +pyroxonium +pyroxyle +pyroxylene +pyroxylic +pyroxylin +Pyrrhic +pyrrhic +pyrrhichian +pyrrhichius +pyrrhicist +Pyrrhocoridae +Pyrrhonean +Pyrrhonian +Pyrrhonic +Pyrrhonism +Pyrrhonist +Pyrrhonistic +Pyrrhonize +pyrrhotine +pyrrhotism +pyrrhotist +pyrrhotite +pyrrhous +Pyrrhuloxia +Pyrrhus +pyrrodiazole +pyrrol +pyrrole +pyrrolic +pyrrolidine +pyrrolidone +pyrrolidyl +pyrroline +pyrrolylene +pyrrophyllin +pyrroporphyrin +pyrrotriazole +pyrroyl +pyrryl +pyrrylene +Pyrula +Pyrularia +pyruline +pyruloid +Pyrus +pyruvaldehyde +pyruvate +pyruvic +pyruvil +pyruvyl +pyrylium +Pythagorean +Pythagoreanism +Pythagoreanize +Pythagoreanly +Pythagoric +Pythagorical +Pythagorically +Pythagorism +Pythagorist +Pythagorize +Pythagorizer +Pythia +Pythiaceae +Pythiacystis +Pythiad +Pythiambic +Pythian +Pythic +Pythios +Pythium +Pythius +pythogenesis +pythogenetic +pythogenic +pythogenous +python +pythoness +pythonic +pythonical +pythonid +Pythonidae +pythoniform +Pythoninae +pythonine +pythonism +Pythonissa +pythonist +pythonize +pythonoid +pythonomorph +Pythonomorpha +pythonomorphic +pythonomorphous +pyuria +pyvuril +pyx +Pyxidanthera +pyxidate +pyxides +pyxidium +pyxie +Pyxis +pyxis +Q +q +qasida +qere +qeri +qintar +Qoheleth +qoph +qua +quab +quabird +quachil +quack +quackery +quackhood +quackish +quackishly +quackishness +quackism +quackle +quacksalver +quackster +quacky +quad +quadded +quaddle +Quader +Quadi +quadmeter +quadra +quadrable +quadragenarian +quadragenarious +Quadragesima +quadragesimal +quadragintesimal +quadral +quadrangle +quadrangled +quadrangular +quadrangularly +quadrangularness +quadrangulate +quadrans +quadrant +quadrantal +quadrantes +Quadrantid +quadrantile +quadrantlike +quadrantly +quadrat +quadrate +quadrated +quadrateness +quadratic +quadratical +quadratically +quadratics +Quadratifera +quadratiferous +quadratojugal +quadratomandibular +quadratosquamosal +quadratrix +quadratum +quadrature +quadratus +quadrauricular +quadrennia +quadrennial +quadrennially +quadrennium +quadriad +quadrialate +quadriannulate +quadriarticulate +quadriarticulated +quadribasic +quadric +quadricapsular +quadricapsulate +quadricarinate +quadricellular +quadricentennial +quadriceps +quadrichord +quadriciliate +quadricinium +quadricipital +quadricone +quadricorn +quadricornous +quadricostate +quadricotyledonous +quadricovariant +quadricrescentic +quadricrescentoid +quadricuspid +quadricuspidal +quadricuspidate +quadricycle +quadricycler +quadricyclist +quadridentate +quadridentated +quadriderivative +quadridigitate +quadriennial +quadriennium +quadrienniumutile +quadrifarious +quadrifariously +quadrifid +quadrifilar +quadrifocal +quadrifoil +quadrifoliate +quadrifoliolate +quadrifolious +quadrifolium +quadriform +quadrifrons +quadrifrontal +quadrifurcate +quadrifurcated +quadrifurcation +quadriga +quadrigabled +quadrigamist +quadrigate +quadrigatus +quadrigeminal +quadrigeminate +quadrigeminous +quadrigeminum +quadrigenarious +quadriglandular +quadrihybrid +quadrijugal +quadrijugate +quadrijugous +quadrilaminar +quadrilaminate +quadrilateral +quadrilaterally +quadrilateralness +quadrilingual +quadriliteral +quadrille +quadrilled +quadrillion +quadrillionth +quadrilobate +quadrilobed +quadrilocular +quadriloculate +quadrilogue +quadrilogy +quadrimembral +quadrimetallic +quadrimolecular +quadrimum +quadrinodal +quadrinomial +quadrinomical +quadrinominal +quadrinucleate +quadrioxalate +quadriparous +quadripartite +quadripartitely +quadripartition +quadripennate +quadriphosphate +quadriphyllous +quadripinnate +quadriplanar +quadriplegia +quadriplicate +quadriplicated +quadripolar +quadripole +quadriportico +quadriporticus +quadripulmonary +quadriquadric +quadriradiate +quadrireme +quadrisect +quadrisection +quadriseptate +quadriserial +quadrisetose +quadrispiral +quadristearate +quadrisulcate +quadrisulcated +quadrisulphide +quadrisyllabic +quadrisyllabical +quadrisyllable +quadrisyllabous +quadriternate +quadritubercular +quadrituberculate +quadriurate +quadrivalence +quadrivalency +quadrivalent +quadrivalently +quadrivalve +quadrivalvular +quadrivial +quadrivious +quadrivium +quadrivoltine +quadroon +quadrual +Quadrula +quadrum +Quadrumana +quadrumanal +quadrumane +quadrumanous +quadruped +quadrupedal +quadrupedan +quadrupedant +quadrupedantic +quadrupedantical +quadrupedate +quadrupedation +quadrupedism +quadrupedous +quadruplane +quadruplator +quadruple +quadrupleness +quadruplet +quadruplex +quadruplicate +quadruplication +quadruplicature +quadruplicity +quadruply +quadrupole +quaedam +Quaequae +quaesitum +quaestor +quaestorial +quaestorian +quaestorship +quaestuary +quaff +quaffer +quaffingly +quag +quagga +quagginess +quaggle +quaggy +quagmire +quagmiry +quahog +quail +quailberry +quailery +quailhead +quaillike +quaily +quaint +quaintance +quaintise +quaintish +quaintly +quaintness +Quaitso +quake +quakeful +quakeproof +Quaker +quaker +quakerbird +Quakerdom +Quakeress +Quakeric +Quakerish +Quakerishly +Quakerishness +Quakerism +Quakerization +Quakerize +Quakerlet +Quakerlike +Quakerly +Quakership +Quakery +quaketail +quakiness +quaking +quakingly +quaky +quale +qualifiable +qualification +qualificative +qualificator +qualificatory +qualified +qualifiedly +qualifiedness +qualifier +qualify +qualifyingly +qualimeter +qualitative +qualitatively +qualitied +quality +qualityless +qualityship +qualm +qualminess +qualmish +qualmishly +qualmishness +qualmproof +qualmy +qualmyish +qualtagh +Quamasia +Quamoclit +quan +quandary +quandong +quandy +quannet +quant +quanta +quantic +quantical +quantifiable +quantifiably +quantification +quantifier +quantify +quantimeter +quantitate +quantitative +quantitatively +quantitativeness +quantitied +quantitive +quantitively +quantity +quantivalence +quantivalency +quantivalent +quantization +quantize +quantometer +quantulum +quantum +Quapaw +quaquaversal +quaquaversally +quar +quarantinable +quarantine +quarantiner +quaranty +quardeel +quare +quarenden +quarender +quarentene +quark +quarl +quarle +quarred +quarrel +quarreled +quarreler +quarreling +quarrelingly +quarrelproof +quarrelsome +quarrelsomely +quarrelsomeness +quarriable +quarried +quarrier +quarry +quarryable +quarrying +quarryman +quarrystone +quart +quartan +quartane +quartation +quartenylic +quarter +quarterage +quarterback +quarterdeckish +quartered +quarterer +quartering +quarterization +quarterland +quarterly +quarterman +quartermaster +quartermasterlike +quartermastership +quartern +quarterpace +quarters +quartersaw +quartersawed +quarterspace +quarterstaff +quarterstetch +quartet +quartette +quartetto +quartful +quartic +quartile +quartine +quartiparous +quarto +Quartodeciman +quartodecimanism +quartole +quartz +quartzic +quartziferous +quartzite +quartzitic +quartzless +quartzoid +quartzose +quartzous +quartzy +quash +Quashee +quashey +quashy +quasi +quasijudicial +Quasimodo +quasky +quassation +quassative +Quassia +quassiin +quassin +quat +quata +quatch +quatercentenary +quatern +quaternal +quaternarian +quaternarius +quaternary +quaternate +quaternion +quaternionic +quaternionist +quaternitarian +quaternity +quaters +quatertenses +quatorzain +quatorze +quatrain +quatral +quatrayle +quatre +quatrefeuille +quatrefoil +quatrefoiled +quatrefoliated +quatrible +quatrin +quatrino +quatrocentism +quatrocentist +quatrocento +Quatsino +quattie +quattrini +quatuor +quatuorvirate +quauk +quave +quaver +quaverer +quavering +quaveringly +quaverous +quavery +quaverymavery +quaw +quawk +quay +quayage +quayful +quaylike +quayman +quayside +quaysider +qubba +queach +queachy +queak +queal +quean +queanish +queasily +queasiness +queasom +queasy +quebrachamine +quebrachine +quebrachitol +quebracho +quebradilla +Quechua +Quechuan +quedful +queechy +queen +queencake +queencraft +queencup +queendom +queenfish +queenhood +queening +queenite +queenless +queenlet +queenlike +queenliness +queenly +queenright +queenroot +queensberry +queenship +queenweed +queenwood +queer +queerer +queerish +queerishness +queerity +queerly +queerness +queersome +queery +queest +queesting +queet +queeve +quegh +quei +queintise +quelch +Quelea +quell +queller +quemado +queme +quemeful +quemefully +quemely +quench +quenchable +quenchableness +quencher +quenchless +quenchlessly +quenchlessness +quenelle +quenselite +quercetagetin +quercetic +quercetin +quercetum +quercic +Querciflorae +quercimeritrin +quercin +quercine +quercinic +quercitannic +quercitannin +quercite +quercitin +quercitol +quercitrin +quercitron +quercivorous +Quercus +Querecho +Querendi +Querendy +querent +Queres +querier +queriman +querimonious +querimoniously +querimoniousness +querimony +querist +querken +querl +quern +quernal +Quernales +quernstone +querulent +querulential +querulist +querulity +querulosity +querulous +querulously +querulousness +query +querying +queryingly +queryist +quesited +quesitive +quest +quester +questeur +questful +questingly +question +questionability +questionable +questionableness +questionably +questionary +questionee +questioner +questioningly +questionist +questionless +questionlessly +questionnaire +questionous +questionwise +questman +questor +questorial +questorship +quet +quetch +quetenite +quetzal +queue +quey +Quiangan +quiapo +quib +quibble +quibbleproof +quibbler +quibblingly +quiblet +quica +Quiche +quick +quickbeam +quickborn +quicken +quickenance +quickenbeam +quickener +quickfoot +quickhatch +quickhearted +quickie +quicklime +quickly +quickness +quicksand +quicksandy +quickset +quicksilver +quicksilvering +quicksilverish +quicksilverishness +quicksilvery +quickstep +quickthorn +quickwork +quid +Quidae +quiddative +quidder +Quiddist +quiddit +quidditative +quidditatively +quiddity +quiddle +quiddler +quidnunc +quiesce +quiescence +quiescency +quiescent +quiescently +quiet +quietable +quieten +quietener +quieter +quieting +quietism +quietist +quietistic +quietive +quietlike +quietly +quietness +quietsome +quietude +quietus +quiff +quiffing +Quiina +Quiinaceae +quiinaceous +quila +quiles +Quileute +quilkin +quill +Quillagua +quillai +quillaic +Quillaja +quillaja +quillback +quilled +quiller +quillet +quilleted +quillfish +quilling +quilltail +quillwork +quillwort +quilly +quilt +quilted +quilter +quilting +Quimbaya +Quimper +quin +quina +quinacrine +Quinaielt +quinaldic +quinaldine +quinaldinic +quinaldinium +quinaldyl +quinamicine +quinamidine +quinamine +quinanisole +quinaquina +quinarian +quinarius +quinary +quinate +quinatoxine +Quinault +quinazoline +quinazolyl +quince +quincentenary +quincentennial +quincewort +quinch +quincubital +quincubitalism +quincuncial +quincuncially +quincunx +quincunxial +quindecad +quindecagon +quindecangle +quindecasyllabic +quindecemvir +quindecemvirate +quindecennial +quindecim +quindecima +quindecylic +quindene +quinetum +quingentenary +quinhydrone +quinia +quinible +quinic +quinicine +quinidia +quinidine +quinin +quinina +quinine +quininiazation +quininic +quininism +quininize +quiniretin +quinisext +quinisextine +quinism +quinite +quinitol +quinizarin +quinize +quink +quinnat +quinnet +Quinnipiac +quinoa +quinocarbonium +quinoform +quinogen +quinoid +quinoidal +quinoidation +quinoidine +quinol +quinoline +quinolinic +quinolinium +quinolinyl +quinologist +quinology +quinolyl +quinometry +quinone +quinonediimine +quinonic +quinonimine +quinonization +quinonize +quinonoid +quinonyl +quinopyrin +quinotannic +quinotoxine +quinova +quinovatannic +quinovate +quinovic +quinovin +quinovose +quinoxaline +quinoxalyl +quinoyl +quinquagenarian +quinquagenary +Quinquagesima +quinquagesimal +quinquarticular +Quinquatria +Quinquatrus +quinquecapsular +quinquecostate +quinquedentate +quinquedentated +quinquefarious +quinquefid +quinquefoliate +quinquefoliated +quinquefoliolate +quinquegrade +quinquejugous +quinquelateral +quinqueliteral +quinquelobate +quinquelobated +quinquelobed +quinquelocular +quinqueloculine +quinquenary +quinquenerval +quinquenerved +quinquennalia +quinquennia +quinquenniad +quinquennial +quinquennialist +quinquennially +quinquennium +quinquepartite +quinquepedal +quinquepedalian +quinquepetaloid +quinquepunctal +quinquepunctate +quinqueradial +quinqueradiate +quinquereme +quinquertium +quinquesect +quinquesection +quinqueseptate +quinqueserial +quinqueseriate +quinquesyllabic +quinquesyllable +quinquetubercular +quinquetuberculate +quinquevalence +quinquevalency +quinquevalent +quinquevalve +quinquevalvous +quinquevalvular +quinqueverbal +quinqueverbial +quinquevir +quinquevirate +quinquiliteral +quinquina +quinquino +quinse +quinsied +quinsy +quinsyberry +quinsywort +quint +quintad +quintadena +quintadene +quintain +quintal +quintan +quintant +quintary +quintato +quinte +quintelement +quintennial +quinternion +quinteron +quinteroon +quintessence +quintessential +quintessentiality +quintessentially +quintessentiate +quintet +quintette +quintetto +quintic +quintile +Quintilis +Quintillian +quintillion +quintillionth +Quintin +quintin +quintiped +Quintius +quinto +quintocubital +quintocubitalism +quintole +quinton +quintroon +quintuple +quintuplet +quintuplicate +quintuplication +quintuplinerved +quintupliribbed +quintus +quinuclidine +quinyl +quinze +quinzieme +quip +quipful +quipo +quipper +quippish +quippishness +quippy +quipsome +quipsomeness +quipster +quipu +quira +quire +quirewise +Quirinal +Quirinalia +quirinca +quiritarian +quiritary +Quirite +Quirites +quirk +quirkiness +quirkish +quirksey +quirksome +quirky +quirl +quirquincho +quirt +quis +quisby +quiscos +quisle +quisling +Quisqualis +quisqueite +quisquilian +quisquiliary +quisquilious +quisquous +quisutsch +quit +quitch +quitclaim +quite +Quitemoca +Quiteno +quitrent +quits +quittable +quittance +quitted +quitter +quittor +Quitu +quiver +quivered +quiverer +quiverful +quivering +quiveringly +quiverish +quiverleaf +quivery +Quixote +quixotic +quixotical +quixotically +quixotism +quixotize +quixotry +quiz +quizzability +quizzable +quizzacious +quizzatorial +quizzee +quizzer +quizzery +quizzical +quizzicality +quizzically +quizzicalness +quizzification +quizzify +quizziness +quizzingly +quizzish +quizzism +quizzity +quizzy +Qung +quo +quod +quoddies +quoddity +quodlibet +quodlibetal +quodlibetarian +quodlibetary +quodlibetic +quodlibetical +quodlibetically +quoilers +quoin +quoined +quoining +quoit +quoiter +quoitlike +quoits +quondam +quondamly +quondamship +quoniam +quop +Quoratean +quorum +quot +quota +quotability +quotable +quotableness +quotably +quotation +quotational +quotationally +quotationist +quotative +quote +quotee +quoteless +quotennial +quoter +quoteworthy +quoth +quotha +quotidian +quotidianly +quotidianness +quotient +quotiety +quotingly +quotity +quotlibet +quotum +Qurti +R +r +ra +raad +Raanan +raash +Rab +rab +raband +rabanna +rabat +rabatine +rabatte +rabattement +rabbanist +rabbanite +rabbet +rabbeting +rabbi +rabbin +rabbinate +rabbindom +Rabbinic +rabbinic +Rabbinica +rabbinical +rabbinically +rabbinism +rabbinist +rabbinistic +rabbinistical +rabbinite +rabbinize +rabbinship +rabbiship +rabbit +rabbitberry +rabbiter +rabbithearted +rabbitlike +rabbitmouth +rabbitproof +rabbitroot +rabbitry +rabbitskin +rabbitweed +rabbitwise +rabbitwood +rabbity +rabble +rabblelike +rabblement +rabbleproof +rabbler +rabblesome +rabboni +rabbonim +Rabelaisian +Rabelaisianism +Rabelaism +Rabi +rabic +rabid +rabidity +rabidly +rabidness +rabies +rabietic +rabific +rabiform +rabigenic +Rabin +rabinet +rabirubia +rabitic +rabulistic +rabulous +raccoon +raccoonberry +raccroc +race +raceabout +racebrood +racecourse +racegoer +racegoing +racelike +racemate +racemation +raceme +racemed +racemic +racemiferous +racemiform +racemism +racemization +racemize +racemocarbonate +racemocarbonic +racemomethylate +racemose +racemosely +racemous +racemously +racemule +racemulose +racer +raceway +rach +rache +Rachel +rachial +rachialgia +rachialgic +rachianalgesia +Rachianectes +rachianesthesia +rachicentesis +rachides +rachidial +rachidian +rachiform +Rachiglossa +rachiglossate +rachigraph +rachilla +rachiocentesis +rachiococainize +rachiocyphosis +rachiodont +rachiodynia +rachiometer +rachiomyelitis +rachioparalysis +rachioplegia +rachioscoliosis +rachiotome +rachiotomy +rachipagus +rachis +rachischisis +rachitic +rachitis +rachitism +rachitogenic +rachitome +rachitomous +rachitomy +Rachycentridae +Rachycentron +racial +racialism +racialist +raciality +racialization +racialize +racially +racily +raciness +racing +racinglike +racism +racist +rack +rackabones +rackan +rackboard +racker +racket +racketeer +racketeering +racketer +racketing +racketlike +racketproof +racketry +rackett +rackettail +rackety +rackful +racking +rackingly +rackle +rackless +rackmaster +rackproof +rackrentable +rackway +rackwork +racloir +racon +raconteur +racoon +Racovian +racy +rad +rada +radar +radarman +radarscope +raddle +raddleman +raddlings +radectomy +Radek +radiability +radiable +radial +radiale +radialia +radiality +radialization +radialize +radially +radian +radiance +radiancy +radiant +radiantly +Radiata +radiate +radiated +radiately +radiateness +radiatics +radiatiform +radiation +radiational +radiative +radiatopatent +radiatoporose +radiatoporous +radiator +radiatory +radiatostriate +radiatosulcate +radiature +radical +radicalism +radicality +radicalization +radicalize +radically +radicalness +radicand +radicant +radicate +radicated +radicating +radication +radicel +radices +radicicola +radicicolous +radiciferous +radiciflorous +radiciform +radicivorous +radicle +radicolous +radicose +Radicula +radicular +radicule +radiculectomy +radiculitis +radiculose +radiectomy +radiescent +radiferous +radii +radio +radioacoustics +radioactinium +radioactivate +radioactive +radioactively +radioactivity +radioamplifier +radioanaphylaxis +radioautograph +radioautographic +radioautography +radiobicipital +radiobroadcast +radiobroadcaster +radiobroadcasting +radiobserver +radiocarbon +radiocarpal +radiocast +radiocaster +radiochemical +radiochemistry +radiocinematograph +radioconductor +radiode +radiodermatitis +radiodetector +radiodiagnosis +radiodigital +radiodontia +radiodontic +radiodontist +radiodynamic +radiodynamics +radioelement +radiogenic +radiogoniometer +radiogoniometric +radiogoniometry +radiogram +radiograph +radiographer +radiographic +radiographical +radiographically +radiography +radiohumeral +radioisotope +Radiolaria +radiolarian +radiolead +radiolite +Radiolites +radiolitic +Radiolitidae +radiolocation +radiolocator +radiologic +radiological +radiologist +radiology +radiolucency +radiolucent +radioluminescence +radioluminescent +radioman +radiomedial +radiometallography +radiometeorograph +radiometer +radiometric +radiometrically +radiometry +radiomicrometer +radiomovies +radiomuscular +radionecrosis +radioneuritis +radionics +radiopacity +radiopalmar +radiopaque +radiopelvimetry +radiophare +radiophone +radiophonic +radiophony +radiophosphorus +radiophotograph +radiophotography +radiopraxis +radioscope +radioscopic +radioscopical +radioscopy +radiosensibility +radiosensitive +radiosensitivity +radiosonde +radiosonic +radiostereoscopy +radiosurgery +radiosurgical +radiosymmetrical +radiotechnology +radiotelegram +radiotelegraph +radiotelegraphic +radiotelegraphy +radiotelephone +radiotelephonic +radiotelephony +radioteria +radiothallium +radiotherapeutic +radiotherapeutics +radiotherapeutist +radiotherapist +radiotherapy +radiothermy +radiothorium +radiotoxemia +radiotransparency +radiotransparent +radiotrician +Radiotron +radiotropic +radiotropism +radiovision +radish +radishlike +radium +radiumization +radiumize +radiumlike +radiumproof +radiumtherapy +radius +radix +radknight +radman +radome +radon +radsimir +radula +radulate +raduliferous +raduliform +Rafael +Rafe +raff +Raffaelesque +raffe +raffee +raffery +raffia +raffinase +raffinate +raffing +raffinose +raffish +raffishly +raffishness +raffle +raffler +Rafflesia +rafflesia +Rafflesiaceae +rafflesiaceous +Rafik +raft +raftage +rafter +raftiness +raftlike +raftman +raftsman +rafty +rag +raga +ragabash +ragabrash +ragamuffin +ragamuffinism +ragamuffinly +rage +rageful +ragefully +rageless +rageous +rageously +rageousness +rageproof +rager +ragesome +ragfish +ragged +raggedly +raggedness +raggedy +raggee +ragger +raggery +raggety +raggil +raggily +ragging +raggle +raggled +raggy +raghouse +Raghu +raging +ragingly +raglan +raglanite +raglet +raglin +ragman +Ragnar +ragout +ragpicker +ragseller +ragshag +ragsorter +ragstone +ragtag +ragtime +ragtimer +ragtimey +ragule +raguly +ragweed +ragwort +rah +Rahanwin +rahdar +rahdaree +Rahul +Raia +raia +Raiae +raid +raider +raidproof +Raif +Raiidae +raiiform +rail +railage +railbird +railer +railhead +railing +railingly +raillery +railless +raillike +railly +railman +railroad +railroadana +railroader +railroadiana +railroading +railroadish +railroadship +railway +railwaydom +railwayless +Raimannia +raiment +raimentless +rain +rainband +rainbird +rainbound +rainbow +rainbowlike +rainbowweed +rainbowy +rainburst +raincoat +raindrop +Rainer +rainer +rainfall +rainfowl +rainful +rainily +raininess +rainless +rainlessness +rainlight +rainproof +rainproofer +rainspout +rainstorm +raintight +rainwash +rainworm +rainy +raioid +Rais +rais +raisable +raise +raised +raiseman +raiser +raisin +raising +raisiny +Raj +raj +Raja +raja +Rajah +rajah +Rajarshi +rajaship +Rajasthani +rajbansi +Rajeev +Rajendra +Rajesh +Rajidae +Rajiv +Rajput +rakan +rake +rakeage +rakeful +rakehell +rakehellish +rakehelly +raker +rakery +rakesteel +rakestele +rakh +Rakhal +raki +rakily +raking +rakish +rakishly +rakishness +rakit +rakshasa +raku +Ralf +rallentando +ralliance +Rallidae +rallier +ralliform +Rallinae +ralline +Rallus +rally +Ralph +ralph +ralstonite +Ram +ram +Rama +ramada +Ramadoss +ramage +Ramaism +Ramaite +ramal +Raman +Ramanan +ramanas +ramarama +ramass +ramate +rambeh +ramberge +ramble +rambler +rambling +ramblingly +ramblingness +Rambo +rambong +rambooze +Rambouillet +rambunctious +rambutan +ramdohrite +rame +rameal +Ramean +ramed +ramekin +ramellose +rament +ramentaceous +ramental +ramentiferous +ramentum +rameous +ramequin +Rameses +Rameseum +Ramesh +Ramessid +Ramesside +ramet +ramex +ramfeezled +ramgunshoch +ramhead +ramhood +rami +ramicorn +ramie +ramiferous +ramificate +ramification +ramified +ramiflorous +ramiform +ramify +ramigerous +Ramillie +Ramillied +ramiparous +Ramiro +ramisection +ramisectomy +Ramism +Ramist +Ramistical +ramlike +ramline +rammack +rammel +rammelsbergite +rammer +rammerman +rammish +rammishly +rammishness +rammy +Ramneek +Ramnenses +Ramnes +Ramon +Ramona +Ramoosii +ramose +ramosely +ramosity +ramosopalmate +ramosopinnate +ramososubdivided +ramous +ramp +rampacious +rampaciously +rampage +rampageous +rampageously +rampageousness +rampager +rampagious +rampancy +rampant +rampantly +rampart +ramped +ramper +Ramphastidae +Ramphastides +Ramphastos +rampick +rampike +ramping +rampingly +rampion +rampire +rampler +ramplor +rampsman +ramrace +ramrod +ramroddy +ramscallion +ramsch +Ramsey +ramshackle +ramshackled +ramshackleness +ramshackly +ramson +ramstam +ramtil +ramular +ramule +ramuliferous +ramulose +ramulous +ramulus +ramus +ramuscule +Ramusi +Ran +ran +Rana +rana +ranal +Ranales +ranarian +ranarium +Ranatra +rance +rancel +rancellor +rancelman +rancer +rancescent +ranch +ranche +rancher +rancheria +ranchero +ranchless +ranchman +rancho +ranchwoman +rancid +rancidification +rancidify +rancidity +rancidly +rancidness +rancor +rancorous +rancorously +rancorousness +rancorproof +Rand +rand +Randal +Randall +Randallite +randan +randannite +Randell +randem +rander +Randia +randing +randir +Randite +randle +Randolph +random +randomish +randomization +randomize +randomly +randomness +randomwise +Randy +randy +rane +Ranella +Ranere +rang +rangatira +range +ranged +rangeless +rangeman +ranger +rangership +rangework +rangey +Rangifer +rangiferine +ranginess +ranging +rangle +rangler +rangy +rani +ranid +Ranidae +raniferous +raniform +Ranina +Raninae +ranine +raninian +ranivorous +Ranjit +rank +ranked +ranker +rankish +rankle +rankless +ranklingly +rankly +rankness +ranksman +rankwise +rann +rannel +rannigal +ranny +Ranquel +ransack +ransacker +ransackle +ransel +ranselman +ransom +ransomable +ransomer +ransomfree +ransomless +ranstead +rant +rantan +rantankerous +rantepole +ranter +Ranterism +ranting +rantingly +rantipole +rantock +ranty +ranula +ranular +Ranunculaceae +ranunculaceous +Ranunculales +ranunculi +Ranunculus +Ranzania +Raoulia +rap +Rapaces +rapaceus +rapacious +rapaciously +rapaciousness +rapacity +rapakivi +Rapallo +Rapanea +Rapateaceae +rapateaceous +rape +rapeful +raper +rapeseed +Raphael +Raphaelesque +Raphaelic +Raphaelism +Raphaelite +Raphaelitism +raphania +Raphanus +raphany +raphe +Raphia +raphide +raphides +raphidiferous +raphidiid +Raphidiidae +Raphidodea +Raphidoidea +Raphiolepis +raphis +rapic +rapid +rapidity +rapidly +rapidness +rapier +rapiered +rapillo +rapine +rapiner +raping +rapinic +rapist +raploch +rappage +rapparee +rappe +rappel +rapper +rapping +Rappist +rappist +Rappite +rapport +rapscallion +rapscallionism +rapscallionly +rapscallionry +rapt +raptatorial +raptatory +raptly +raptness +raptor +Raptores +raptorial +raptorious +raptril +rapture +raptured +raptureless +rapturist +rapturize +rapturous +rapturously +rapturousness +raptury +raptus +rare +rarebit +rarefaction +rarefactional +rarefactive +rarefiable +rarefication +rarefier +rarefy +rarely +rareness +rareripe +Rareyfy +rariconstant +rarish +rarity +Rarotongan +ras +rasa +Rasalas +Rasalhague +rasamala +rasant +rascacio +rascal +rascaldom +rascaless +rascalion +rascalism +rascality +rascalize +rascallike +rascallion +rascally +rascalry +rascalship +rasceta +rascette +rase +rasen +Rasenna +raser +rasgado +rash +rasher +rashful +rashing +rashlike +rashly +rashness +Rashti +rasion +Raskolnik +Rasores +rasorial +rasp +raspatorium +raspatory +raspberriade +raspberry +raspberrylike +rasped +rasper +rasping +raspingly +raspingness +raspings +raspish +raspite +raspy +rasse +Rasselas +rassle +Rastaban +raster +rastik +rastle +Rastus +rasure +rat +rata +ratability +ratable +ratableness +ratably +ratafee +ratafia +ratal +ratanhia +rataplan +ratbite +ratcatcher +ratcatching +ratch +ratchel +ratchelly +ratcher +ratchet +ratchetlike +ratchety +ratching +ratchment +rate +rated +ratel +rateless +ratement +ratepayer +ratepaying +rater +ratfish +rath +rathe +rathed +rathely +ratheness +rather +ratherest +ratheripe +ratherish +ratherly +rathest +rathite +Rathnakumar +rathole +rathskeller +raticidal +raticide +ratification +ratificationist +ratifier +ratify +ratihabition +ratine +rating +ratio +ratiocinant +ratiocinate +ratiocination +ratiocinative +ratiocinator +ratiocinatory +ratiometer +ration +rationable +rationably +rational +rationale +rationalism +rationalist +rationalistic +rationalistical +rationalistically +rationalisticism +rationality +rationalizable +rationalization +rationalize +rationalizer +rationally +rationalness +rationate +rationless +rationment +Ratitae +ratite +ratitous +ratlike +ratline +ratliner +ratoon +ratooner +ratproof +ratsbane +ratskeller +rattage +rattail +rattan +ratteen +ratten +rattener +ratter +rattery +ratti +rattinet +rattish +rattle +rattlebag +rattlebones +rattlebox +rattlebrain +rattlebrained +rattlebush +rattled +rattlehead +rattleheaded +rattlejack +rattlemouse +rattlenut +rattlepate +rattlepated +rattlepod +rattleproof +rattler +rattleran +rattleroot +rattlertree +rattles +rattleskull +rattleskulled +rattlesnake +rattlesome +rattletrap +rattleweed +rattlewort +rattling +rattlingly +rattlingness +rattly +ratton +rattoner +rattrap +Rattus +ratty +ratwa +ratwood +raucid +raucidity +raucity +raucous +raucously +raucousness +raught +raugrave +rauk +raukle +Raul +rauli +raun +raunge +raupo +rauque +Rauraci +Raurici +Rauwolfia +ravage +ravagement +ravager +rave +ravehook +raveinelike +ravel +raveler +ravelin +raveling +ravelly +ravelment +ravelproof +raven +Ravenala +ravendom +ravenduck +Ravenelia +ravener +ravenhood +ravening +ravenish +ravenlike +ravenous +ravenously +ravenousness +ravenry +ravens +Ravensara +ravensara +ravenstone +ravenwise +raver +Ravi +ravigote +ravin +ravinate +Ravindran +Ravindranath +ravine +ravined +ravinement +raviney +raving +ravingly +ravioli +ravish +ravishedly +ravisher +ravishing +ravishingly +ravishment +ravison +ravissant +raw +rawboned +rawbones +rawhead +rawhide +rawhider +rawish +rawishness +rawness +rax +Ray +ray +raya +rayage +Rayan +rayed +rayful +rayless +raylessness +raylet +Raymond +rayon +rayonnance +rayonnant +raze +razee +razer +razoo +razor +razorable +razorback +razorbill +razoredge +razorless +razormaker +razormaking +razorman +razorstrop +Razoumofskya +razz +razzia +razzly +re +rea +reaal +reabandon +reabolish +reabolition +reabridge +reabsence +reabsent +reabsolve +reabsorb +reabsorption +reabuse +reacceptance +reaccess +reaccession +reacclimatization +reacclimatize +reaccommodate +reaccompany +reaccomplish +reaccomplishment +reaccord +reaccost +reaccount +reaccredit +reaccrue +reaccumulate +reaccumulation +reaccusation +reaccuse +reaccustom +reacetylation +reach +reachable +reacher +reachieve +reachievement +reaching +reachless +reachy +reacidification +reacidify +reacknowledge +reacknowledgment +reacquaint +reacquaintance +reacquire +reacquisition +react +reactance +reactant +reaction +reactional +reactionally +reactionariness +reactionarism +reactionarist +reactionary +reactionaryism +reactionism +reactionist +reactivate +reactivation +reactive +reactively +reactiveness +reactivity +reactological +reactology +reactor +reactualization +reactualize +reactuate +read +readability +readable +readableness +readably +readapt +readaptability +readaptable +readaptation +readaptive +readaptiveness +readd +readdition +readdress +reader +readerdom +readership +readhere +readhesion +readily +readiness +reading +readingdom +readjourn +readjournment +readjudicate +readjust +readjustable +readjuster +readjustment +readmeasurement +readminister +readmiration +readmire +readmission +readmit +readmittance +readopt +readoption +readorn +readvance +readvancement +readvent +readventure +readvertency +readvertise +readvertisement +readvise +readvocate +ready +reaeration +reaffect +reaffection +reaffiliate +reaffiliation +reaffirm +reaffirmance +reaffirmation +reaffirmer +reafflict +reafford +reafforest +reafforestation +reaffusion +reagency +reagent +reaggravate +reaggravation +reaggregate +reaggregation +reaggressive +reagin +reagitate +reagitation +reagree +reagreement +reak +Real +real +realarm +reales +realest +realgar +realienate +realienation +realign +realignment +realism +realist +realistic +realistically +realisticize +reality +realive +realizability +realizable +realizableness +realizably +realization +realize +realizer +realizing +realizingly +reallegation +reallege +reallegorize +realliance +reallocate +reallocation +reallot +reallotment +reallow +reallowance +reallude +reallusion +really +realm +realmless +realmlet +realness +realter +realteration +realtor +realty +ream +reamage +reamalgamate +reamalgamation +reamass +reambitious +reamend +reamendment +reamer +reamerer +reaminess +reamputation +reamuse +reamy +reanalysis +reanalyze +reanchor +reanimalize +reanimate +reanimation +reanneal +reannex +reannexation +reannotate +reannounce +reannouncement +reannoy +reannoyance +reanoint +reanswer +reanvil +reanxiety +reap +reapable +reapdole +reaper +reapologize +reapology +reapparel +reapparition +reappeal +reappear +reappearance +reappease +reapplaud +reapplause +reappliance +reapplicant +reapplication +reapplier +reapply +reappoint +reappointment +reapportion +reapportionment +reapposition +reappraisal +reappraise +reappraisement +reappreciate +reappreciation +reapprehend +reapprehension +reapproach +reapprobation +reappropriate +reappropriation +reapproval +reapprove +rear +rearbitrate +rearbitration +rearer +reargue +reargument +rearhorse +rearisal +rearise +rearling +rearm +rearmament +rearmost +rearousal +rearouse +rearrange +rearrangeable +rearrangement +rearranger +rearray +rearrest +rearrival +rearrive +rearward +rearwardly +rearwardness +rearwards +reascend +reascendancy +reascendant +reascendency +reascendent +reascension +reascensional +reascent +reascertain +reascertainment +reashlar +reasiness +reask +reason +reasonability +reasonable +reasonableness +reasonably +reasoned +reasonedly +reasoner +reasoning +reasoningly +reasonless +reasonlessly +reasonlessness +reasonproof +reaspire +reassail +reassault +reassay +reassemblage +reassemble +reassembly +reassent +reassert +reassertion +reassertor +reassess +reassessment +reasseverate +reassign +reassignation +reassignment +reassimilate +reassimilation +reassist +reassistance +reassociate +reassociation +reassort +reassortment +reassume +reassumption +reassurance +reassure +reassured +reassuredly +reassurement +reassurer +reassuring +reassuringly +reastiness +reastonish +reastonishment +reastray +reasty +reasy +reattach +reattachment +reattack +reattain +reattainment +reattempt +reattend +reattendance +reattention +reattentive +reattest +reattire +reattract +reattraction +reattribute +reattribution +reatus +reaudit +reauthenticate +reauthentication +reauthorization +reauthorize +reavail +reavailable +reave +reaver +reavoid +reavoidance +reavouch +reavow +reawait +reawake +reawaken +reawakening +reawakenment +reaward +reaware +reb +rebab +reback +rebag +rebait +rebake +rebalance +rebale +reballast +reballot +reban +rebandage +rebanish +rebanishment +rebankrupt +rebankruptcy +rebaptism +rebaptismal +rebaptization +rebaptize +rebaptizer +rebar +rebarbarization +rebarbarize +rebarbative +rebargain +rebase +rebasis +rebatable +rebate +rebateable +rebatement +rebater +rebathe +rebato +rebawl +rebeamer +rebear +rebeat +rebeautify +rebec +Rebecca +Rebeccaism +Rebeccaites +rebeck +rebecome +rebed +rebeg +rebeget +rebeggar +rebegin +rebeginner +rebeginning +rebeguile +rebehold +Rebekah +rebel +rebeldom +rebelief +rebelieve +rebeller +rebellike +rebellion +rebellious +rebelliously +rebelliousness +rebellow +rebelly +rebelong +rebelove +rebelproof +rebemire +rebend +rebenediction +rebenefit +rebeset +rebesiege +rebestow +rebestowal +rebetake +rebetray +rebewail +rebia +rebias +rebid +rebill +rebillet +rebilling +rebind +rebirth +rebite +reblade +reblame +reblast +rebleach +reblend +rebless +reblock +rebloom +reblossom +reblot +reblow +reblue +rebluff +reblunder +reboant +reboantic +reboard +reboast +rebob +reboil +reboiler +reboise +reboisement +rebold +rebolt +rebone +rebook +rebop +rebore +reborn +reborrow +rebottle +Reboulia +rebounce +rebound +reboundable +rebounder +reboundingness +rebourbonize +rebox +rebrace +rebraid +rebranch +rebrand +rebrandish +rebreathe +rebreed +rebrew +rebribe +rebrick +rebridge +rebring +rebringer +rebroach +rebroadcast +rebronze +rebrown +rebrush +rebrutalize +rebubble +rebuckle +rebud +rebudget +rebuff +rebuffable +rebuffably +rebuffet +rebuffproof +rebuild +rebuilder +rebuilt +rebukable +rebuke +rebukeable +rebukeful +rebukefully +rebukefulness +rebukeproof +rebuker +rebukingly +rebulk +rebunch +rebundle +rebunker +rebuoy +rebuoyage +reburden +reburgeon +reburial +reburn +reburnish +reburst +rebury +rebus +rebush +rebusy +rebut +rebute +rebutment +rebuttable +rebuttal +rebutter +rebutton +rebuy +recable +recadency +recage +recalcination +recalcine +recalcitrance +recalcitrant +recalcitrate +recalcitration +recalculate +recalculation +recalesce +recalescence +recalescent +recalibrate +recalibration +recalk +recall +recallable +recallist +recallment +recampaign +recancel +recancellation +recandescence +recandidacy +recant +recantation +recanter +recantingly +recanvas +recap +recapacitate +recapitalization +recapitalize +recapitulate +recapitulation +recapitulationist +recapitulative +recapitulator +recapitulatory +recappable +recapper +recaption +recaptivate +recaptivation +recaptor +recapture +recapturer +recarbon +recarbonate +recarbonation +recarbonization +recarbonize +recarbonizer +recarburization +recarburize +recarburizer +recarnify +recarpet +recarriage +recarrier +recarry +recart +recarve +recase +recash +recasket +recast +recaster +recasting +recatalogue +recatch +recaulescence +recausticize +recce +recco +reccy +recede +recedence +recedent +receder +receipt +receiptable +receiptless +receiptor +receipts +receivability +receivable +receivables +receivablness +receival +receive +received +receivedness +receiver +receivership +recelebrate +recelebration +recement +recementation +recency +recense +recension +recensionist +recensor +recensure +recensus +recent +recenter +recently +recentness +recentralization +recentralize +recentre +recept +receptacle +receptacular +receptaculite +Receptaculites +receptaculitid +Receptaculitidae +receptaculitoid +receptaculum +receptant +receptibility +receptible +reception +receptionism +receptionist +receptitious +receptive +receptively +receptiveness +receptivity +receptor +receptoral +receptorial +receptual +receptually +recercelee +recertificate +recertify +recess +recesser +recession +recessional +recessionary +recessive +recessively +recessiveness +recesslike +recessor +Rechabite +Rechabitism +rechafe +rechain +rechal +rechallenge +rechamber +rechange +rechant +rechaos +rechar +recharge +recharter +rechase +rechaser +rechasten +rechaw +recheat +recheck +recheer +recherche +rechew +rechip +rechisel +rechoose +rechristen +rechuck +rechurn +recidivation +recidive +recidivism +recidivist +recidivistic +recidivity +recidivous +recipe +recipiangle +recipience +recipiency +recipiend +recipiendary +recipient +recipiomotor +reciprocable +reciprocal +reciprocality +reciprocalize +reciprocally +reciprocalness +reciprocate +reciprocation +reciprocative +reciprocator +reciprocatory +reciprocitarian +reciprocity +recircle +recirculate +recirculation +recision +recission +recissory +recitable +recital +recitalist +recitatif +recitation +recitationalism +recitationist +recitative +recitatively +recitativical +recitativo +recite +recitement +reciter +recivilization +recivilize +reck +reckla +reckless +recklessly +recklessness +reckling +reckon +reckonable +reckoner +reckoning +reclaim +reclaimable +reclaimableness +reclaimably +reclaimant +reclaimer +reclaimless +reclaimment +reclama +reclamation +reclang +reclasp +reclass +reclassification +reclassify +reclean +recleaner +recleanse +reclear +reclearance +reclimb +reclinable +reclinate +reclinated +reclination +recline +recliner +reclose +reclothe +reclothing +recluse +reclusely +recluseness +reclusery +reclusion +reclusive +reclusiveness +reclusory +recoach +recoagulation +recoal +recoast +recoat +recock +recoct +recoction +recode +recodification +recodify +recogitate +recogitation +recognition +recognitive +recognitor +recognitory +recognizability +recognizable +recognizably +recognizance +recognizant +recognize +recognizedly +recognizee +recognizer +recognizingly +recognizor +recognosce +recohabitation +recoil +recoiler +recoilingly +recoilment +recoin +recoinage +recoiner +recoke +recollapse +recollate +recollation +Recollect +recollectable +recollected +recollectedly +recollectedness +recollectible +recollection +recollective +recollectively +recollectiveness +Recollet +recolonization +recolonize +recolor +recomb +recombination +recombine +recomember +recomfort +recommand +recommence +recommencement +recommencer +recommend +recommendability +recommendable +recommendableness +recommendably +recommendation +recommendatory +recommendee +recommender +recommission +recommit +recommitment +recommittal +recommunicate +recommunion +recompact +recompare +recomparison +recompass +recompel +recompensable +recompensate +recompensation +recompense +recompenser +recompensive +recompete +recompetition +recompetitor +recompilation +recompile +recompilement +recomplain +recomplaint +recomplete +recompletion +recompliance +recomplicate +recomplication +recomply +recompose +recomposer +recomposition +recompound +recomprehend +recomprehension +recompress +recompression +recomputation +recompute +recon +reconceal +reconcealment +reconcede +reconceive +reconcentrate +reconcentration +reconception +reconcert +reconcession +reconcilability +reconcilable +reconcilableness +reconcilably +reconcile +reconcilee +reconcileless +reconcilement +reconciler +reconciliability +reconciliable +reconciliate +reconciliation +reconciliative +reconciliator +reconciliatory +reconciling +reconcilingly +reconclude +reconclusion +reconcoct +reconcrete +reconcur +recondemn +recondemnation +recondensation +recondense +recondite +reconditely +reconditeness +recondition +recondole +reconduct +reconduction +reconfer +reconfess +reconfide +reconfine +reconfinement +reconfirm +reconfirmation +reconfiscate +reconfiscation +reconform +reconfound +reconfront +reconfuse +reconfusion +recongeal +recongelation +recongest +recongestion +recongratulate +recongratulation +reconjoin +reconjunction +reconnaissance +reconnect +reconnection +reconnoissance +reconnoiter +reconnoiterer +reconnoiteringly +reconnoitre +reconnoitrer +reconnoitringly +reconquer +reconqueror +reconquest +reconsecrate +reconsecration +reconsent +reconsider +reconsideration +reconsign +reconsignment +reconsole +reconsolidate +reconsolidation +reconstituent +reconstitute +reconstitution +reconstruct +reconstructed +reconstruction +reconstructional +reconstructionary +reconstructionist +reconstructive +reconstructiveness +reconstructor +reconstrue +reconsult +reconsultation +recontact +recontemplate +recontemplation +recontend +recontest +recontinuance +recontinue +recontract +recontraction +recontrast +recontribute +recontribution +recontrivance +recontrive +recontrol +reconvalesce +reconvalescence +reconvalescent +reconvene +reconvention +reconventional +reconverge +reconverse +reconversion +reconvert +reconvertible +reconvey +reconveyance +reconvict +reconviction +reconvince +reconvoke +recook +recool +recooper +recopper +recopy +recopyright +record +recordable +recordant +recordation +recordative +recordatively +recordatory +recordedly +recorder +recordership +recording +recordist +recordless +recork +recorporification +recorporify +recorrect +recorrection +recorrupt +recorruption +recostume +recounsel +recount +recountable +recountal +recountenance +recounter +recountless +recoup +recoupable +recouper +recouple +recoupment +recourse +recover +recoverability +recoverable +recoverableness +recoverance +recoveree +recoverer +recoveringly +recoverless +recoveror +recovery +recramp +recrank +recrate +recreance +recreancy +recreant +recreantly +recreantness +recrease +recreate +recreation +recreational +recreationist +recreative +recreatively +recreativeness +recreator +recreatory +recredit +recrement +recremental +recrementitial +recrementitious +recrescence +recrew +recriminate +recrimination +recriminative +recriminator +recriminatory +recriticize +recroon +recrop +recross +recrowd +recrown +recrucify +recrudency +recrudesce +recrudescence +recrudescency +recrudescent +recruit +recruitable +recruitage +recruital +recruitee +recruiter +recruithood +recruiting +recruitment +recruity +recrush +recrusher +recrystallization +recrystallize +rect +recta +rectal +rectalgia +rectally +rectangle +rectangled +rectangular +rectangularity +rectangularly +rectangularness +rectangulate +rectangulometer +rectectomy +recti +rectifiable +rectification +rectificative +rectificator +rectificatory +rectified +rectifier +rectify +rectigrade +Rectigraph +rectilineal +rectilineally +rectilinear +rectilinearism +rectilinearity +rectilinearly +rectilinearness +rectilineation +rectinerved +rection +rectipetality +rectirostral +rectischiac +rectiserial +rectitic +rectitis +rectitude +rectitudinous +recto +rectoabdominal +rectocele +rectoclysis +rectococcygeal +rectococcygeus +rectocolitic +rectocolonic +rectocystotomy +rectogenital +rectopexy +rectoplasty +rector +rectoral +rectorate +rectoress +rectorial +rectorrhaphy +rectorship +rectory +rectoscope +rectoscopy +rectosigmoid +rectostenosis +rectostomy +rectotome +rectotomy +rectovaginal +rectovesical +rectress +rectricial +rectrix +rectum +rectus +recubant +recubate +recultivate +recultivation +recumbence +recumbency +recumbent +recumbently +recuperability +recuperance +recuperate +recuperation +recuperative +recuperativeness +recuperator +recuperatory +recur +recure +recureful +recureless +recurl +recurrence +recurrency +recurrent +recurrently +recurrer +recurring +recurringly +recurse +recursion +recursive +recurtain +recurvant +recurvate +recurvation +recurvature +recurve +Recurvirostra +recurvirostral +Recurvirostridae +recurvopatent +recurvoternate +recurvous +recusance +recusancy +recusant +recusation +recusative +recusator +recuse +recushion +recussion +recut +recycle +Red +red +redact +redaction +redactional +redactor +redactorial +redamage +redamnation +redan +redare +redargue +redargution +redargutive +redargutory +redarken +redarn +redart +redate +redaub +redawn +redback +redbait +redbeard +redbelly +redberry +redbill +redbird +redbone +redbreast +redbrush +redbuck +redbud +redcap +redcoat +redd +redden +reddendo +reddendum +reddening +redder +redding +reddingite +reddish +reddishness +reddition +reddleman +reddock +reddsman +reddy +rede +redeal +redebate +redebit +redeceive +redecide +redecimate +redecision +redeck +redeclaration +redeclare +redecline +redecorate +redecoration +redecrease +redecussate +rededicate +rededication +rededicatory +rededuct +rededuction +redeed +redeem +redeemability +redeemable +redeemableness +redeemably +redeemer +redeemeress +redeemership +redeemless +redefault +redefeat +redefecate +redefer +redefiance +redefine +redefinition +redeflect +redefy +redeify +redelay +redelegate +redelegation +redeliberate +redeliberation +redeliver +redeliverance +redeliverer +redelivery +redemand +redemandable +redemise +redemolish +redemonstrate +redemonstration +redemptible +Redemptine +redemption +redemptional +redemptioner +Redemptionist +redemptionless +redemptive +redemptively +redemptor +redemptorial +Redemptorist +redemptory +redemptress +redemptrice +redenigrate +redeny +redepend +redeploy +redeployment +redeposit +redeposition +redepreciate +redepreciation +redeprive +rederivation +redescend +redescent +redescribe +redescription +redesertion +redeserve +redesign +redesignate +redesignation +redesire +redesirous +redesman +redespise +redetect +redetention +redetermination +redetermine +redevelop +redeveloper +redevelopment +redevise +redevote +redevotion +redeye +redfin +redfinch +redfish +redfoot +redhead +redheaded +redheadedly +redheadedness +redhearted +redhibition +redhibitory +redhoop +redia +redictate +redictation +redient +redifferentiate +redifferentiation +redig +redigest +redigestion +rediminish +redingote +redintegrate +redintegration +redintegrative +redintegrator +redip +redipper +redirect +redirection +redisable +redisappear +redisburse +redisbursement +redischarge +rediscipline +rediscount +rediscourage +rediscover +rediscoverer +rediscovery +rediscuss +rediscussion +redisembark +redismiss +redispatch +redispel +redisperse +redisplay +redispose +redisposition +redispute +redissect +redissection +redisseise +redisseisin +redisseisor +redisseize +redisseizin +redisseizor +redissoluble +redissolution +redissolvable +redissolve +redistend +redistill +redistillation +redistiller +redistinguish +redistrain +redistrainer +redistribute +redistributer +redistribution +redistributive +redistributor +redistributory +redistrict +redisturb +redive +rediversion +redivert +redivertible +redivide +redivision +redivive +redivivous +redivivus +redivorce +redivorcement +redivulge +redivulgence +redjacket +redknees +redleg +redlegs +redly +redmouth +redness +redo +redock +redocket +redolence +redolency +redolent +redolently +redominate +redondilla +redoom +redouble +redoublement +redoubler +redoubling +redoubt +redoubtable +redoubtableness +redoubtably +redoubted +redound +redowa +redox +redpoll +redraft +redrag +redrape +redraw +redrawer +redream +redredge +redress +redressable +redressal +redresser +redressible +redressive +redressless +redressment +redressor +redrill +redrive +redroot +redry +redsear +redshank +redshirt +redskin +redstart +redstreak +redtab +redtail +redthroat +redtop +redub +redubber +reduce +reduceable +reduceableness +reduced +reducement +reducent +reducer +reducibility +reducible +reducibleness +reducibly +reducing +reduct +reductant +reductase +reductibility +reduction +reductional +reductionism +reductionist +reductionistic +reductive +reductively +reductor +reductorial +redue +Redunca +redundance +redundancy +redundant +redundantly +reduplicate +reduplication +reduplicative +reduplicatively +reduplicatory +reduplicature +reduviid +Reduviidae +reduvioid +Reduvius +redux +redward +redware +redweed +redwing +redwithe +redwood +redye +Ree +ree +reechy +reed +reedbird +reedbuck +reedbush +reeded +reeden +reeder +reediemadeasy +reedily +reediness +reeding +reedish +reedition +reedless +reedlike +reedling +reedmaker +reedmaking +reedman +reedplot +reedwork +reedy +reef +reefable +reefer +reefing +reefy +reek +reeker +reekingly +reeky +reel +reelable +reeled +reeler +reelingly +reelrall +reem +reeming +reemish +reen +reenge +reeper +Rees +reese +reeshle +reesk +reesle +reest +reester +reestle +reesty +reet +reetam +reetle +reeve +reeveland +reeveship +ref +reface +refacilitate +refall +refallow +refan +refascinate +refascination +refashion +refashioner +refashionment +refasten +refathered +refavor +refect +refection +refectionary +refectioner +refective +refectorarian +refectorary +refectorer +refectorial +refectorian +refectory +refederate +refeed +refeel +refeign +refel +refence +refer +referable +referee +reference +referenda +referendal +referendary +referendaryship +referendum +referent +referential +referentially +referently +referment +referral +referrer +referrible +referribleness +refertilization +refertilize +refetch +refight +refigure +refill +refillable +refilm +refilter +refinable +refinage +refinance +refind +refine +refined +refinedly +refinedness +refinement +refiner +refinery +refinger +refining +refiningly +refinish +refire +refit +refitment +refix +refixation +refixture +reflag +reflagellate +reflame +reflash +reflate +reflation +reflationism +reflect +reflectance +reflected +reflectedly +reflectedness +reflectent +reflecter +reflectibility +reflectible +reflecting +reflectingly +reflection +reflectional +reflectionist +reflectionless +reflective +reflectively +reflectiveness +reflectivity +reflectometer +reflectometry +reflector +reflectoscope +refledge +reflee +reflex +reflexed +reflexibility +reflexible +reflexism +reflexive +reflexively +reflexiveness +reflexivity +reflexly +reflexness +reflexogenous +reflexological +reflexologist +reflexology +refling +refloat +refloatation +reflog +reflood +refloor +reflorescence +reflorescent +reflourish +reflourishment +reflow +reflower +refluctuation +refluence +refluency +refluent +reflush +reflux +refluxed +refly +refocillate +refocillation +refocus +refold +refoment +refont +refool +refoot +reforbid +reforce +reford +reforecast +reforest +reforestation +reforestization +reforestize +reforestment +reforfeit +reforfeiture +reforge +reforger +reforget +reforgive +reform +reformability +reformable +reformableness +reformado +reformandum +Reformati +reformation +reformational +reformationary +reformationist +reformative +reformatively +reformatness +reformatory +reformed +reformedly +reformer +reformeress +reformingly +reformism +reformist +reformistic +reformproof +reformulate +reformulation +reforsake +refortification +refortify +reforward +refound +refoundation +refounder +refract +refractable +refracted +refractedly +refractedness +refractile +refractility +refracting +refraction +refractional +refractionate +refractionist +refractive +refractively +refractiveness +refractivity +refractometer +refractometric +refractometry +refractor +refractorily +refractoriness +refractory +refracture +refragability +refragable +refragableness +refrain +refrainer +refrainment +reframe +refrangent +refrangibility +refrangible +refrangibleness +refreeze +refrenation +refrenzy +refresh +refreshant +refreshen +refreshener +refresher +refreshful +refreshfully +refreshing +refreshingly +refreshingness +refreshment +refrigerant +refrigerate +refrigerating +refrigeration +refrigerative +refrigerator +refrigeratory +refrighten +refringence +refringency +refringent +refront +refrustrate +reft +refuel +refueling +refuge +refugee +refugeeism +refugeeship +refulge +refulgence +refulgency +refulgent +refulgently +refulgentness +refunction +refund +refunder +refundment +refurbish +refurbishment +refurl +refurnish +refurnishment +refusable +refusal +refuse +refuser +refusing +refusingly +refusion +refusive +refutability +refutable +refutably +refutal +refutation +refutative +refutatory +refute +refuter +reg +regain +regainable +regainer +regainment +regal +regale +Regalecidae +Regalecus +regalement +regaler +regalia +regalian +regalism +regalist +regality +regalize +regallop +regally +regalness +regalvanization +regalvanize +regard +regardable +regardance +regardancy +regardant +regarder +regardful +regardfully +regardfulness +regarding +regardless +regardlessly +regardlessness +regarment +regarnish +regarrison +regather +regatta +regauge +regelate +regelation +regency +regeneracy +regenerance +regenerant +regenerate +regenerateness +regeneration +regenerative +regeneratively +regenerator +regeneratory +regeneratress +regeneratrix +regenesis +regent +regental +regentess +regentship +regerminate +regermination +reges +reget +Regga +Reggie +regia +regicidal +regicide +regicidism +regift +regifuge +regild +regill +regime +regimen +regimenal +regiment +regimental +regimentaled +regimentalled +regimentally +regimentals +regimentary +regimentation +regiminal +regin +reginal +Reginald +region +regional +regionalism +regionalist +regionalistic +regionalization +regionalize +regionally +regionary +regioned +register +registered +registerer +registership +registrability +registrable +registral +registrant +registrar +registrarship +registrary +registrate +registration +registrational +registrationist +registrator +registrer +registry +regive +regladden +reglair +reglaze +regle +reglement +reglementary +reglementation +reglementist +reglet +reglorified +regloss +reglove +reglow +reglue +regma +regmacarp +regnal +regnancy +regnant +regnerable +regolith +regorge +regovern +regradation +regrade +regraduate +regraduation +regraft +regrant +regrasp +regrass +regrate +regrater +regratification +regratify +regrating +regratingly +regrator +regratress +regravel +regrede +regreen +regreet +regress +regression +regressionist +regressive +regressively +regressiveness +regressivity +regressor +regret +regretful +regretfully +regretfulness +regretless +regrettable +regrettableness +regrettably +regretter +regrettingly +regrind +regrinder +regrip +regroup +regroupment +regrow +regrowth +reguarantee +reguard +reguardant +reguide +regula +regulable +regular +Regulares +Regularia +regularity +regularization +regularize +regularizer +regularly +regularness +regulatable +regulate +regulated +regulation +regulationist +regulative +regulatively +regulator +regulatorship +regulatory +regulatress +regulatris +reguli +reguline +regulize +Regulus +regulus +regur +regurge +regurgitant +regurgitate +regurgitation +regush +reh +rehabilitate +rehabilitation +rehabilitative +rehair +rehale +rehallow +rehammer +rehandicap +rehandle +rehandler +rehandling +rehang +rehappen +reharden +reharm +reharmonize +reharness +reharrow +reharvest +rehash +rehaul +rehazard +rehead +reheal +reheap +rehear +rehearing +rehearsal +rehearse +rehearser +rehearten +reheat +reheater +Reheboth +rehedge +reheel +reheighten +Rehoboam +Rehoboth +Rehobothan +rehoe +rehoist +rehollow +rehonor +rehonour +rehood +rehook +rehoop +rehouse +rehumanize +rehumble +rehumiliate +rehumiliation +rehung +rehybridize +rehydrate +rehydration +rehypothecate +rehypothecation +rehypothecator +reichsgulden +Reichsland +Reichslander +reichsmark +reichspfennig +reichstaler +Reid +reidentification +reidentify +reif +reification +reify +reign +reignite +reignition +reignore +reillume +reilluminate +reillumination +reillumine +reillustrate +reillustration +reim +reimage +reimagination +reimagine +reimbark +reimbarkation +reimbibe +reimbody +reimbursable +reimburse +reimbursement +reimburser +reimbush +reimbushment +reimkennar +reimmerge +reimmerse +reimmersion +reimmigrant +reimmigration +reimpact +reimpark +reimpart +reimpatriate +reimpatriation +reimpel +reimplant +reimplantation +reimply +reimport +reimportation +reimportune +reimpose +reimposition +reimposure +reimpregnate +reimpress +reimpression +reimprint +reimprison +reimprisonment +reimprove +reimprovement +reimpulse +rein +reina +reinability +reinaugurate +reinauguration +reincapable +reincarnadine +reincarnate +reincarnation +reincarnationism +reincarnationist +reincense +reincentive +reincidence +reincidency +reincite +reinclination +reincline +reinclude +reinclusion +reincorporate +reincorporation +reincrease +reincrudate +reincrudation +reinculcate +reincur +reindebted +reindebtedness +reindeer +reindependence +reindicate +reindication +reindict +reindictment +reindifferent +reindorse +reinduce +reinducement +reindue +reindulge +reindulgence +Reiner +reinette +reinfect +reinfection +reinfectious +reinfer +reinfest +reinfestation +reinflame +reinflate +reinflation +reinflict +reinfliction +reinfluence +reinforce +reinforcement +reinforcer +reinform +reinfuse +reinfusion +reingraft +reingratiate +reingress +reinhabit +reinhabitation +Reinhard +reinherit +reinitiate +reinitiation +reinject +reinjure +reinless +reinoculate +reinoculation +reinquire +reinquiry +reins +reinsane +reinsanity +reinscribe +reinsert +reinsertion +reinsist +reinsman +reinspect +reinspection +reinspector +reinsphere +reinspiration +reinspire +reinspirit +reinstall +reinstallation +reinstallment +reinstalment +reinstate +reinstatement +reinstation +reinstator +reinstauration +reinstil +reinstill +reinstitute +reinstitution +reinstruct +reinstruction +reinsult +reinsurance +reinsure +reinsurer +reintegrate +reintegration +reintend +reinter +reintercede +reintercession +reinterchange +reinterest +reinterfere +reinterference +reinterment +reinterpret +reinterpretation +reinterrogate +reinterrogation +reinterrupt +reinterruption +reintervene +reintervention +reinterview +reinthrone +reintimate +reintimation +reintitule +reintrench +reintroduce +reintroduction +reintrude +reintrusion +reintuition +reintuitive +reinvade +reinvasion +reinvent +reinvention +reinventor +reinversion +reinvert +reinvest +reinvestigate +reinvestigation +reinvestiture +reinvestment +reinvigorate +reinvigoration +reinvitation +reinvite +reinvoice +reinvolve +Reinwardtia +reirrigate +reirrigation +reis +reisolation +reissuable +reissue +reissuement +reissuer +reit +reitbok +reitbuck +reitemize +reiter +reiterable +reiterance +reiterant +reiterate +reiterated +reiteratedly +reiteratedness +reiteration +reiterative +reiteratively +reiver +rejail +Rejang +reject +rejectable +rejectableness +rejectage +rejectamenta +rejecter +rejectingly +rejection +rejective +rejectment +rejector +rejerk +rejoice +rejoiceful +rejoicement +rejoicer +rejoicing +rejoicingly +rejoin +rejoinder +rejolt +rejourney +rejudge +rejumble +rejunction +rejustification +rejustify +rejuvenant +rejuvenate +rejuvenation +rejuvenative +rejuvenator +rejuvenesce +rejuvenescence +rejuvenescent +rejuvenize +Reki +rekick +rekill +rekindle +rekindlement +rekindler +reking +rekiss +reknit +reknow +rel +relabel +relace +relacquer +relade +reladen +relais +relament +relamp +reland +relap +relapper +relapsable +relapse +relapseproof +relapser +relapsing +relast +relaster +relata +relatability +relatable +relatch +relate +related +relatedness +relater +relatinization +relation +relational +relationality +relationally +relationary +relationism +relationist +relationless +relationship +relatival +relative +relatively +relativeness +relativism +relativist +relativistic +relativity +relativization +relativize +relator +relatrix +relatum +relaunch +relax +relaxable +relaxant +relaxation +relaxative +relaxatory +relaxed +relaxedly +relaxedness +relaxer +relay +relayman +relbun +relead +releap +relearn +releasable +release +releasee +releasement +releaser +releasor +releather +relection +relegable +relegate +relegation +relend +relent +relenting +relentingly +relentless +relentlessly +relentlessness +relentment +relessee +relessor +relet +reletter +relevance +relevancy +relevant +relevantly +relevate +relevation +relevator +relevel +relevy +reliability +reliable +reliableness +reliably +reliance +reliant +reliantly +reliberate +relic +relicary +relicense +relick +reliclike +relicmonger +relict +relicted +reliction +relief +reliefless +relier +relievable +relieve +relieved +relievedly +reliever +relieving +relievingly +relievo +relift +religate +religation +relight +relightable +relighten +relightener +relighter +religion +religionary +religionate +religioner +religionism +religionist +religionistic +religionize +religionless +religiose +religiosity +religious +religiously +religiousness +relime +relimit +relimitation +reline +reliner +relink +relinquent +relinquish +relinquisher +relinquishment +reliquaire +reliquary +reliquefy +reliquiae +reliquian +reliquidate +reliquidation +reliquism +relish +relishable +relisher +relishing +relishingly +relishsome +relishy +relist +relisten +relitigate +relive +Rellyan +Rellyanism +Rellyanite +reload +reloan +relocable +relocate +relocation +relocator +relock +relodge +relook +relose +relost +relot +relove +relower +relucent +reluct +reluctance +reluctancy +reluctant +reluctantly +reluctate +reluctation +reluctivity +relume +relumine +rely +remade +remagnetization +remagnetize +remagnification +remagnify +remail +remain +remainder +remainderman +remaindership +remainer +remains +remaintain +remaintenance +remake +remaker +reman +remanage +remanagement +remanation +remancipate +remancipation +remand +remandment +remanence +remanency +remanent +remanet +remanipulate +remanipulation +remantle +remanufacture +remanure +remap +remarch +remargin +remark +remarkability +remarkable +remarkableness +remarkably +remarkedly +remarker +remarket +remarque +remarriage +remarry +remarshal +remask +remass +remast +remasticate +remastication +rematch +rematerialize +remble +Rembrandt +Rembrandtesque +Rembrandtish +Rembrandtism +remeant +remeasure +remeasurement +remede +remediable +remediableness +remediably +remedial +remedially +remediation +remediless +remedilessly +remedilessness +remeditate +remeditation +remedy +remeet +remelt +remember +rememberability +rememberable +rememberably +rememberer +remembrance +remembrancer +remembrancership +rememorize +remenace +remend +remerge +remetal +remex +Remi +remica +remicate +remication +remicle +remiform +remigate +remigation +remiges +remigial +remigrant +remigrate +remigration +Remijia +remilitarization +remilitarize +remill +remimic +remind +remindal +reminder +remindful +remindingly +remineralization +remineralize +remingle +reminisce +reminiscence +reminiscenceful +reminiscencer +reminiscency +reminiscent +reminiscential +reminiscentially +reminiscently +reminiscer +reminiscitory +remint +remiped +remirror +remise +remisrepresent +remisrepresentation +remiss +remissful +remissibility +remissible +remissibleness +remission +remissive +remissively +remissiveness +remissly +remissness +remissory +remisunderstand +remit +remitment +remittable +remittal +remittance +remittancer +remittee +remittence +remittency +remittent +remittently +remitter +remittitur +remittor +remix +remixture +remnant +remnantal +remobilization +remobilize +Remoboth +remock +remodel +remodeler +remodeller +remodelment +remodification +remodify +remolade +remold +remollient +remonetization +remonetize +remonstrance +remonstrant +remonstrantly +remonstrate +remonstrating +remonstratingly +remonstration +remonstrative +remonstratively +remonstrator +remonstratory +remontado +remontant +remontoir +remop +remora +remord +remorse +remorseful +remorsefully +remorsefulness +remorseless +remorselessly +remorselessness +remorseproof +remortgage +remote +remotely +remoteness +remotion +remotive +remould +remount +removability +removable +removableness +removably +removal +remove +removed +removedly +removedness +removement +remover +removing +remultiplication +remultiply +remunerability +remunerable +remunerably +remunerate +remuneration +remunerative +remuneratively +remunerativeness +remunerator +remuneratory +remurmur +Remus +remuster +remutation +renable +renably +renail +Renaissance +renaissance +Renaissancist +Renaissant +renal +rename +Renardine +renascence +renascency +renascent +renascible +renascibleness +renature +renavigate +renavigation +rencontre +rencounter +renculus +rend +render +renderable +renderer +rendering +renderset +rendezvous +rendibility +rendible +rendition +rendlewood +rendrock +rendzina +reneague +Renealmia +renecessitate +reneg +renegade +renegadism +renegado +renegation +renege +reneger +reneglect +renegotiable +renegotiate +renegotiation +renegotiations +renegue +renerve +renes +renet +renew +renewability +renewable +renewably +renewal +renewedly +renewedness +renewer +renewment +renicardiac +renickel +renidification +renidify +reniform +Renilla +Renillidae +renin +renipericardial +reniportal +renipuncture +renish +renishly +renitence +renitency +renitent +renk +renky +renne +rennet +renneting +rennin +renniogen +renocutaneous +renogastric +renography +renointestinal +renominate +renomination +renopericardial +renopulmonary +renormalize +renotation +renotice +renotification +renotify +renounce +renounceable +renouncement +renouncer +renourish +renovate +renovater +renovatingly +renovation +renovative +renovator +renovatory +renovize +renown +renowned +renownedly +renownedness +renowner +renownful +renownless +rensselaerite +rent +rentability +rentable +rentage +rental +rentaler +rentaller +rented +rentee +renter +rentless +rentrant +rentrayeuse +Renu +renumber +renumerate +renumeration +renunciable +renunciance +renunciant +renunciate +renunciation +renunciative +renunciator +renunciatory +renunculus +renverse +renvoi +renvoy +reobject +reobjectivization +reobjectivize +reobligate +reobligation +reoblige +reobscure +reobservation +reobserve +reobtain +reobtainable +reobtainment +reoccasion +reoccupation +reoccupy +reoccur +reoccurrence +reoffend +reoffense +reoffer +reoffset +reoil +reometer +reomission +reomit +reopen +reoperate +reoperation +reoppose +reopposition +reoppress +reoppression +reorchestrate +reordain +reorder +reordinate +reordination +reorganization +reorganizationist +reorganize +reorganizer +reorient +reorientation +reornament +reoutfit +reoutline +reoutput +reoutrage +reovercharge +reoverflow +reovertake +reoverwork +reown +reoxidation +reoxidize +reoxygenate +reoxygenize +rep +repace +repacification +repacify +repack +repackage +repacker +repaganization +repaganize +repaganizer +repage +repaint +repair +repairable +repairableness +repairer +repairman +repale +repand +repandly +repandodentate +repandodenticulate +repandolobate +repandous +repandousness +repanel +repaper +reparability +reparable +reparably +reparagraph +reparate +reparation +reparative +reparatory +repark +repartable +repartake +repartee +reparticipate +reparticipation +repartition +repartitionable +repass +repassable +repassage +repasser +repast +repaste +repasture +repatch +repatency +repatent +repatriable +repatriate +repatriation +repatronize +repattern +repave +repavement +repawn +repay +repayable +repayal +repaying +repayment +repeal +repealability +repealable +repealableness +repealer +repealist +repealless +repeat +repeatability +repeatable +repeatal +repeated +repeatedly +repeater +repeg +repel +repellance +repellant +repellence +repellency +repellent +repellently +repeller +repelling +repellingly +repellingness +repen +repenetrate +repension +repent +repentable +repentance +repentant +repentantly +repenter +repentingly +repeople +reperceive +repercept +reperception +repercolation +repercuss +repercussion +repercussive +repercussively +repercussiveness +repercutient +reperform +reperformance +reperfume +reperible +repermission +repermit +reperplex +repersonalization +repersonalize +repersuade +repersuasion +repertoire +repertorial +repertorily +repertorium +repertory +reperusal +reperuse +repetend +repetition +repetitional +repetitionary +repetitious +repetitiously +repetitiousness +repetitive +repetitively +repetitiveness +repetitory +repetticoat +repew +Rephael +rephase +rephonate +rephosphorization +rephosphorize +rephotograph +rephrase +repic +repick +repicture +repiece +repile +repin +repine +repineful +repinement +repiner +repiningly +repipe +repique +repitch +repkie +replace +replaceability +replaceable +replacement +replacer +replait +replan +replane +replant +replantable +replantation +replanter +replaster +replate +replay +replead +repleader +repleat +repledge +repledger +replenish +replenisher +replenishingly +replenishment +replete +repletely +repleteness +repletion +repletive +repletively +repletory +repleviable +replevin +replevisable +replevisor +replevy +repliant +replica +replicate +replicated +replicatile +replication +replicative +replicatively +replicatory +replier +replight +replod +replot +replotment +replotter +replough +replow +replum +replume +replunder +replunge +reply +replyingly +repocket +repoint +repolish +repoll +repollute +repolon +repolymerization +repolymerize +reponder +repone +repope +repopulate +repopulation +report +reportable +reportage +reportedly +reporter +reporteress +reporterism +reportership +reportingly +reportion +reportorial +reportorially +reposal +repose +reposed +reposedly +reposedness +reposeful +reposefully +reposefulness +reposer +reposit +repositary +reposition +repositor +repository +repossess +repossession +repossessor +repost +repostpone +repot +repound +repour +repowder +repp +repped +repractice +repray +repreach +reprecipitate +reprecipitation +repredict +reprefer +reprehend +reprehendable +reprehendatory +reprehender +reprehensibility +reprehensible +reprehensibleness +reprehensibly +reprehension +reprehensive +reprehensively +reprehensory +repreparation +reprepare +represcribe +represent +representability +representable +representamen +representant +representation +representational +representationalism +representationalist +representationary +representationism +representationist +representative +representatively +representativeness +representativeship +representativity +representer +representment +represide +repress +repressed +repressedly +represser +repressible +repressibly +repression +repressionary +repressionist +repressive +repressively +repressiveness +repressment +repressor +repressory +repressure +reprice +reprieval +reprieve +repriever +reprimand +reprimander +reprimanding +reprimandingly +reprime +reprimer +reprint +reprinter +reprisal +reprisalist +reprise +repristinate +repristination +reprivatization +reprivatize +reprivilege +reproach +reproachable +reproachableness +reproachably +reproacher +reproachful +reproachfully +reproachfulness +reproachingly +reproachless +reproachlessness +reprobacy +reprobance +reprobate +reprobateness +reprobater +reprobation +reprobationary +reprobationer +reprobative +reprobatively +reprobator +reprobatory +reproceed +reprocess +reproclaim +reproclamation +reprocurable +reprocure +reproduce +reproduceable +reproducer +reproducibility +reproducible +reproduction +reproductionist +reproductive +reproductively +reproductiveness +reproductivity +reproductory +reprofane +reprofess +reprohibit +repromise +repromulgate +repromulgation +repronounce +repronunciation +reproof +reproofless +repropagate +repropitiate +repropitiation +reproportion +reproposal +repropose +reprosecute +reprosecution +reprosper +reprotect +reprotection +reprotest +reprovable +reprovableness +reprovably +reproval +reprove +reprover +reprovide +reprovingly +reprovision +reprovocation +reprovoke +reprune +reps +reptant +reptatorial +reptatory +reptile +reptiledom +reptilelike +reptilferous +Reptilia +reptilian +reptiliary +reptiliform +reptilious +reptiliousness +reptilism +reptility +reptilivorous +reptiloid +republic +republican +republicanism +republicanization +republicanize +republicanizer +republication +republish +republisher +republishment +repuddle +repudiable +repudiate +repudiation +repudiationist +repudiative +repudiator +repudiatory +repuff +repugn +repugnable +repugnance +repugnancy +repugnant +repugnantly +repugnantness +repugnate +repugnatorial +repugner +repullulate +repullulation +repullulative +repullulescent +repulpit +repulse +repulseless +repulseproof +repulser +repulsion +repulsive +repulsively +repulsiveness +repulsory +repulverize +repump +repunish +repunishment +repurchase +repurchaser +repurge +repurification +repurify +repurple +repurpose +repursue +repursuit +reputability +reputable +reputableness +reputably +reputation +reputationless +reputative +reputatively +repute +reputed +reputedly +reputeless +requalification +requalify +requarantine +requeen +requench +request +requester +requestion +requiem +Requienia +requiescence +requin +requirable +require +requirement +requirer +requisite +requisitely +requisiteness +requisition +requisitionary +requisitioner +requisitionist +requisitor +requisitorial +requisitory +requit +requitable +requital +requitative +requite +requiteful +requitement +requiter +requiz +requotation +requote +rerack +reracker +reradiation +rerail +reraise +rerake +rerank +rerate +reread +rereader +rerebrace +reredos +reree +rereel +rereeve +rerefief +reregister +reregistration +reregulate +reregulation +rereign +reremouse +rerent +rerental +reresupper +rerig +rering +rerise +rerival +rerivet +rerob +rerobe +reroll +reroof +reroot +rerope +reroute +rerow +reroyalize +rerub +rerummage +rerun +resaca +resack +resacrifice +resaddle +resail +resalable +resale +resalt +resalutation +resalute +resalvage +resample +resanctify +resanction +resatisfaction +resatisfy +resaw +resawer +resawyer +resay +resazurin +rescan +reschedule +rescind +rescindable +rescinder +rescindment +rescissible +rescission +rescissory +rescore +rescramble +rescratch +rescribe +rescript +rescription +rescriptive +rescriptively +rescrub +rescuable +rescue +rescueless +rescuer +reseal +reseam +research +researcher +researchful +researchist +reseat +resecrete +resecretion +resect +resection +resectional +Reseda +reseda +Resedaceae +resedaceous +resee +reseed +reseek +resegment +resegmentation +reseise +reseiser +reseize +reseizer +reseizure +reselect +reselection +reself +resell +reseller +resemblable +resemblance +resemblant +resemble +resembler +resemblingly +reseminate +resend +resene +resensation +resensitization +resensitize +resent +resentationally +resentence +resenter +resentful +resentfullness +resentfully +resentience +resentingly +resentless +resentment +resepulcher +resequent +resequester +resequestration +reserene +reservable +reserval +reservation +reservationist +reservatory +reserve +reserved +reservedly +reservedness +reservee +reserveful +reserveless +reserver +reservery +reservice +reservist +reservoir +reservor +reset +resettable +resetter +resettle +resettlement +resever +resew +resex +resh +reshake +reshape +reshare +resharpen +reshave +reshear +reshearer +resheathe +reshelve +reshift +reshine +reshingle +reship +reshipment +reshipper +reshoe +reshoot +reshoulder +reshovel +reshower +reshrine +reshuffle +reshun +reshunt +reshut +reshuttle +resiccate +reside +residence +residencer +residency +resident +residental +residenter +residential +residentiality +residentially +residentiary +residentiaryship +residentship +resider +residua +residual +residuary +residuation +residue +residuent +residuous +residuum +resift +resigh +resign +resignal +resignatary +resignation +resignationism +resigned +resignedly +resignedness +resignee +resigner +resignful +resignment +resile +resilement +resilial +resiliate +resilience +resiliency +resilient +resilifer +resiliometer +resilition +resilium +resilver +resin +resina +resinaceous +resinate +resinbush +resiner +resinfiable +resing +resinic +resiniferous +resinification +resinifluous +resiniform +resinify +resinize +resink +resinlike +resinoelectric +resinoextractive +resinogenous +resinoid +resinol +resinolic +resinophore +resinosis +resinous +resinously +resinousness +resinovitreous +resiny +resipiscence +resipiscent +resist +resistability +resistable +resistableness +resistance +resistant +resistantly +resister +resistful +resistibility +resistible +resistibleness +resistibly +resisting +resistingly +resistive +resistively +resistiveness +resistivity +resistless +resistlessly +resistlessness +resistor +resitting +resize +resizer +resketch +reskin +reslash +reslate +reslay +reslide +reslot +resmell +resmelt +resmile +resmooth +resnap +resnatch +resnatron +resnub +resoak +resoap +resoften +resoil +resojourn +resolder +resole +resolemnize +resolicit +resolidification +resolidify +resolubility +resoluble +resolubleness +resolute +resolutely +resoluteness +resolution +resolutioner +resolutionist +resolutory +resolvability +resolvable +resolvableness +resolvancy +resolve +resolved +resolvedly +resolvedness +resolvent +resolver +resolvible +resonance +resonancy +resonant +resonantly +resonate +resonator +resonatory +resoothe +resorb +resorbence +resorbent +resorcin +resorcine +resorcinism +resorcinol +resorcinolphthalein +resorcinum +resorcylic +resorption +resorptive +resort +resorter +resorufin +resought +resound +resounder +resounding +resoundingly +resource +resourceful +resourcefully +resourcefulness +resourceless +resourcelessness +resoutive +resow +resp +respace +respade +respan +respangle +resparkle +respeak +respect +respectability +respectabilize +respectable +respectableness +respectably +respectant +respecter +respectful +respectfully +respectfulness +respecting +respective +respectively +respectiveness +respectless +respectlessly +respectlessness +respectworthy +respell +respersive +respin +respirability +respirable +respirableness +respiration +respirational +respirative +respirator +respiratored +respiratorium +respiratory +respire +respirit +respirometer +respite +respiteless +resplend +resplendence +resplendency +resplendent +resplendently +resplice +resplit +respoke +respond +responde +respondence +respondency +respondent +respondentia +responder +responsal +responsary +response +responseless +responser +responsibility +responsible +responsibleness +responsibly +responsion +responsive +responsively +responsiveness +responsivity +responsorial +responsory +respot +respray +respread +respring +resprout +respue +resquare +resqueak +ressaidar +ressala +ressaldar +ressaut +rest +restable +restack +restaff +restain +restainable +restake +restamp +restandardization +restandardize +restant +restart +restate +restatement +restaur +restaurant +restaurate +restaurateur +restauration +restbalk +resteal +resteel +resteep +restem +restep +rester +resterilize +restes +restful +restfully +restfulness +restharrow +resthouse +Restiaceae +restiaceous +restiad +restibrachium +restiff +restiffen +restiffener +restiffness +restifle +restiform +restigmatize +restimulate +restimulation +resting +restingly +Restio +Restionaceae +restionaceous +restipulate +restipulation +restipulatory +restir +restis +restitch +restitute +restitution +restitutionism +restitutionist +restitutive +restitutor +restitutory +restive +restively +restiveness +restless +restlessly +restlessness +restock +restopper +restorable +restorableness +restoral +restoration +restorationer +restorationism +restorationist +restorative +restoratively +restorativeness +restorator +restoratory +restore +restorer +restow +restowal +restproof +restraighten +restrain +restrainability +restrained +restrainedly +restrainedness +restrainer +restraining +restrainingly +restraint +restraintful +restrap +restratification +restream +restrengthen +restress +restretch +restrict +restricted +restrictedly +restrictedness +restriction +restrictionary +restrictionist +restrictive +restrictively +restrictiveness +restrike +restring +restringe +restringency +restringent +restrip +restrive +restroke +restudy +restuff +restward +restwards +resty +restyle +resubject +resubjection +resubjugate +resublimation +resublime +resubmerge +resubmission +resubmit +resubordinate +resubscribe +resubscriber +resubscription +resubstitute +resubstitution +resucceed +resuck +resudation +resue +resuffer +resufferance +resuggest +resuggestion +resuing +resuit +result +resultance +resultancy +resultant +resultantly +resultative +resultful +resultfully +resulting +resultingly +resultive +resultless +resultlessly +resultlessness +resumability +resumable +resume +resumer +resummon +resummons +resumption +resumptive +resumptively +resun +resup +resuperheat +resupervise +resupinate +resupinated +resupination +resupine +resupply +resupport +resuppose +resupposition +resuppress +resuppression +resurface +resurge +resurgence +resurgency +resurgent +resurprise +resurrect +resurrectible +resurrection +resurrectional +resurrectionary +resurrectioner +resurrectioning +resurrectionism +resurrectionist +resurrectionize +resurrective +resurrector +resurrender +resurround +resurvey +resuscitable +resuscitant +resuscitate +resuscitation +resuscitative +resuscitator +resuspect +resuspend +resuspension +reswage +reswallow +resward +reswarm +reswear +resweat +resweep +reswell +reswill +reswim +resyllabification +resymbolization +resymbolize +resynthesis +resynthesize +ret +retable +retack +retackle +retag +retail +retailer +retailment +retailor +retain +retainability +retainable +retainableness +retainal +retainder +retainer +retainership +retaining +retake +retaker +retaliate +retaliation +retaliationist +retaliative +retaliator +retaliatory +retalk +retama +retame +retan +retanner +retape +retard +retardance +retardant +retardate +retardation +retardative +retardatory +retarded +retardence +retardent +retarder +retarding +retardingly +retardive +retardment +retardure +retare +retariff +retaste +retation +retattle +retax +retaxation +retch +reteach +retecious +retelegraph +retelephone +retell +retelling +retem +retemper +retempt +retemptation +retenant +retender +retene +retent +retention +retentionist +retentive +retentively +retentiveness +retentivity +retentor +Retepora +retepore +Reteporidae +retest +retexture +rethank +rethatch +rethaw +rethe +retheness +rethicken +rethink +rethrash +rethread +rethreaten +rethresh +rethresher +rethrill +rethrive +rethrone +rethrow +rethrust +rethunder +retia +retial +Retiariae +retiarian +retiarius +retiary +reticella +reticello +reticence +reticency +reticent +reticently +reticket +reticle +reticula +reticular +Reticularia +reticularian +reticularly +reticulary +reticulate +reticulated +reticulately +reticulation +reticulatocoalescent +reticulatogranulate +reticulatoramose +reticulatovenose +reticule +reticuled +reticulin +reticulitis +reticulocyte +reticulocytosis +reticuloramose +Reticulosa +reticulose +reticulovenose +reticulum +retie +retier +retiform +retighten +retile +retill +retimber +retime +retin +retina +retinacular +retinaculate +retinaculum +retinal +retinalite +retinasphalt +retinasphaltum +retincture +retinene +retinerved +retinian +retinispora +retinite +retinitis +retinize +retinker +retinoblastoma +retinochorioid +retinochorioidal +retinochorioiditis +retinoid +retinol +retinopapilitis +retinophoral +retinophore +retinoscope +retinoscopic +retinoscopically +retinoscopist +retinoscopy +Retinospora +retinue +retinula +retinular +retinule +retip +retiracied +retiracy +retirade +retiral +retire +retired +retiredly +retiredness +retirement +retirer +retiring +retiringly +retiringness +retistene +retoast +retold +retolerate +retoleration +retomb +retonation +retook +retool +retooth +retoother +retort +retortable +retorted +retorter +retortion +retortive +retorture +retoss +retotal +retouch +retoucher +retouching +retouchment +retour +retourable +retrace +retraceable +retracement +retrack +retract +retractability +retractable +retractation +retracted +retractibility +retractible +retractile +retractility +retraction +retractive +retractively +retractiveness +retractor +retrad +retrade +retradition +retrahent +retrain +retral +retrally +retramp +retrample +retranquilize +retranscribe +retranscription +retransfer +retransference +retransfigure +retransform +retransformation +retransfuse +retransit +retranslate +retranslation +retransmission +retransmissive +retransmit +retransmute +retransplant +retransport +retransportation +retravel +retraverse +retraxit +retread +retreat +retreatal +retreatant +retreater +retreatful +retreating +retreatingness +retreative +retreatment +retree +retrench +retrenchable +retrencher +retrenchment +retrial +retribute +retribution +retributive +retributively +retributor +retributory +retricked +retrievability +retrievable +retrievableness +retrievably +retrieval +retrieve +retrieveless +retrievement +retriever +retrieverish +retrim +retrimmer +retrip +retroact +retroaction +retroactive +retroactively +retroactivity +retroalveolar +retroauricular +retrobronchial +retrobuccal +retrobulbar +retrocaecal +retrocardiac +retrocecal +retrocede +retrocedence +retrocedent +retrocervical +retrocession +retrocessional +retrocessionist +retrocessive +retrochoir +retroclavicular +retroclusion +retrocognition +retrocognitive +retrocolic +retroconsciousness +retrocopulant +retrocopulation +retrocostal +retrocouple +retrocoupler +retrocurved +retrodate +retrodeviation +retrodisplacement +retroduction +retrodural +retroesophageal +retroflected +retroflection +retroflex +retroflexed +retroflexion +retroflux +retroform +retrofract +retrofracted +retrofrontal +retrogastric +retrogenerative +retrogradation +retrogradatory +retrograde +retrogradely +retrogradient +retrogradingly +retrogradism +retrogradist +retrogress +retrogression +retrogressionist +retrogressive +retrogressively +retrohepatic +retroinfection +retroinsular +retroiridian +retroject +retrojection +retrojugular +retrolabyrinthine +retrolaryngeal +retrolingual +retrolocation +retromammary +retromammillary +retromandibular +retromastoid +retromaxillary +retromigration +retromingent +retromingently +retromorphosed +retromorphosis +retronasal +retroperitoneal +retroperitoneally +retropharyngeal +retropharyngitis +retroplacental +retroplexed +retroposed +retroposition +retropresbyteral +retropubic +retropulmonary +retropulsion +retropulsive +retroreception +retrorectal +retroreflective +retrorenal +retrorse +retrorsely +retroserrate +retroserrulate +retrospect +retrospection +retrospective +retrospectively +retrospectiveness +retrospectivity +retrosplenic +retrostalsis +retrostaltic +retrosternal +retrosusception +retrot +retrotarsal +retrotemporal +retrothyroid +retrotracheal +retrotransfer +retrotransference +retrotympanic +retrousse +retrovaccinate +retrovaccination +retrovaccine +retroverse +retroversion +retrovert +retrovision +retroxiphoid +retrude +retrue +retrusible +retrusion +retrust +retry +retted +retter +rettery +retting +rettory +retube +retuck +retumble +retumescence +retune +returban +returf +returfer +return +returnability +returnable +returned +returner +returnless +returnlessly +retuse +retwine +retwist +retying +retype +retzian +Reub +Reuben +Reubenites +Reuchlinian +Reuchlinism +Reuel +reundercut +reundergo +reundertake +reundulate +reundulation +reune +reunfold +reunification +reunify +reunion +reunionism +reunionist +reunionistic +reunitable +reunite +reunitedly +reuniter +reunition +reunitive +reunpack +reuphold +reupholster +reuplift +reurge +reuse +reutilization +reutilize +reutter +reutterance +rev +revacate +revaccinate +revaccination +revalenta +revalescence +revalescent +revalidate +revalidation +revalorization +revalorize +revaluate +revaluation +revalue +revamp +revamper +revampment +revaporization +revaporize +revarnish +revary +reve +reveal +revealability +revealable +revealableness +revealed +revealedly +revealer +revealing +revealingly +revealingness +revealment +revegetate +revegetation +revehent +reveil +reveille +revel +revelability +revelant +revelation +revelational +revelationer +revelationist +revelationize +revelative +revelator +revelatory +reveler +revellent +revelly +revelment +revelrout +revelry +revenant +revend +revender +revendicate +revendication +reveneer +revenge +revengeable +revengeful +revengefully +revengefulness +revengeless +revengement +revenger +revengingly +revent +reventilate +reventure +revenual +revenue +revenued +revenuer +rever +reverable +reverb +reverbatory +reverberant +reverberate +reverberation +reverberative +reverberator +reverberatory +reverbrate +reverdure +revere +revered +reverence +reverencer +reverend +reverendly +reverendship +reverent +reverential +reverentiality +reverentially +reverentialness +reverently +reverentness +reverer +reverie +reverification +reverify +reverist +revers +reversability +reversable +reversal +reverse +reversed +reversedly +reverseful +reverseless +reversely +reversement +reverser +reverseways +reversewise +reversi +reversibility +reversible +reversibleness +reversibly +reversification +reversifier +reversify +reversing +reversingly +reversion +reversionable +reversional +reversionally +reversionary +reversioner +reversionist +reversis +reversist +reversive +reverso +revert +revertal +reverter +revertibility +revertible +revertive +revertively +revery +revest +revestiary +revestry +revet +revete +revetement +revetment +revibrate +revibration +revibrational +revictorious +revictory +revictual +revictualment +revie +review +reviewability +reviewable +reviewage +reviewal +reviewer +revieweress +reviewish +reviewless +revigorate +revigoration +revile +revilement +reviler +reviling +revilingly +revindicate +revindication +reviolate +reviolation +revirescence +revirescent +Revisable +revisable +revisableness +revisal +revise +Revised +revisee +reviser +revisership +revisible +revision +revisional +revisionary +revisionism +revisionist +revisit +revisitant +revisitation +revisor +revisory +revisualization +revisualize +revitalization +revitalize +revitalizer +revivability +revivable +revivably +revival +revivalism +revivalist +revivalistic +revivalize +revivatory +revive +revivement +reviver +revivification +revivifier +revivify +reviving +revivingly +reviviscence +reviviscency +reviviscent +reviviscible +revivor +revocability +revocable +revocableness +revocably +revocation +revocative +revocatory +revoice +revokable +revoke +revokement +revoker +revokingly +revolant +revolatilize +revolt +revolter +revolting +revoltingly +revoltress +revolubility +revoluble +revolubly +revolunteer +revolute +revoluted +revolution +revolutional +revolutionally +revolutionarily +revolutionariness +revolutionary +revolutioneering +revolutioner +revolutionism +revolutionist +revolutionize +revolutionizement +revolutionizer +revolvable +revolvably +revolve +revolvement +revolvency +revolver +revolving +revolvingly +revomit +revote +revue +revuette +revuist +revulsed +revulsion +revulsionary +revulsive +revulsively +rewade +rewager +rewake +rewaken +rewall +rewallow +reward +rewardable +rewardableness +rewardably +rewardedly +rewarder +rewardful +rewardfulness +rewarding +rewardingly +rewardless +rewardproof +rewarehouse +rewarm +rewarn +rewash +rewater +rewave +rewax +rewaybill +rewayle +reweaken +rewear +reweave +rewed +reweigh +reweigher +reweight +rewelcome +reweld +rewend +rewet +rewhelp +rewhirl +rewhisper +rewhiten +rewiden +rewin +rewind +rewinder +rewirable +rewire +rewish +rewithdraw +rewithdrawal +rewood +reword +rework +reworked +rewound +rewove +rewoven +rewrap +rewrite +rewriter +Rex +rex +rexen +reyield +Reynard +Reynold +reyoke +reyouth +rezbanyite +rhabdite +rhabditiform +Rhabditis +rhabdium +Rhabdocarpum +Rhabdocoela +rhabdocoelan +rhabdocoele +Rhabdocoelida +rhabdocoelidan +rhabdocoelous +rhabdoid +rhabdoidal +rhabdolith +rhabdom +rhabdomal +rhabdomancer +rhabdomancy +rhabdomantic +rhabdomantist +Rhabdomonas +rhabdomyoma +rhabdomyosarcoma +rhabdomysarcoma +rhabdophane +rhabdophanite +Rhabdophora +rhabdophoran +Rhabdopleura +rhabdopod +rhabdos +rhabdosome +rhabdosophy +rhabdosphere +rhabdus +Rhacianectes +Rhacomitrium +Rhacophorus +Rhadamanthine +Rhadamanthus +Rhadamanthys +Rhaetian +Rhaetic +rhagades +rhagadiform +rhagiocrin +rhagionid +Rhagionidae +rhagite +Rhagodia +rhagon +rhagonate +rhagose +rhamn +Rhamnaceae +rhamnaceous +rhamnal +Rhamnales +rhamnetin +rhamninase +rhamninose +rhamnite +rhamnitol +rhamnohexite +rhamnohexitol +rhamnohexose +rhamnonic +rhamnose +rhamnoside +Rhamnus +rhamphoid +Rhamphorhynchus +Rhamphosuchus +rhamphotheca +Rhapidophyllum +Rhapis +rhapontic +rhaponticin +rhapontin +rhapsode +rhapsodic +rhapsodical +rhapsodically +rhapsodie +rhapsodism +rhapsodist +rhapsodistic +rhapsodize +rhapsodomancy +rhapsody +Rhaptopetalaceae +rhason +rhasophore +rhatania +rhatany +rhe +Rhea +rhea +rheadine +Rheae +rhebok +rhebosis +rheeboc +rheebok +rheen +rhegmatype +rhegmatypy +Rhegnopteri +rheic +Rheidae +Rheiformes +rhein +rheinic +rhema +rhematic +rhematology +rheme +Rhemish +Rhemist +Rhenish +rhenium +rheobase +rheocrat +rheologist +rheology +rheometer +rheometric +rheometry +rheophile +rheophore +rheophoric +rheoplankton +rheoscope +rheoscopic +rheostat +rheostatic +rheostatics +rheotactic +rheotan +rheotaxis +rheotome +rheotrope +rheotropic +rheotropism +rhesian +rhesus +rhetor +rhetoric +rhetorical +rhetorically +rhetoricalness +rhetoricals +rhetorician +rhetorize +Rheum +rheum +rheumarthritis +rheumatalgia +rheumatic +rheumatical +rheumatically +rheumaticky +rheumatism +rheumatismal +rheumatismoid +rheumative +rheumatiz +rheumatize +rheumatoid +rheumatoidal +rheumatoidally +rheumed +rheumic +rheumily +rheuminess +rheumy +Rhexia +rhexis +rhigolene +rhigosis +rhigotic +Rhina +rhinal +rhinalgia +Rhinanthaceae +Rhinanthus +rhinarium +rhincospasm +rhine +Rhineland +Rhinelander +rhinencephalic +rhinencephalon +rhinencephalous +rhinenchysis +Rhineodon +Rhineodontidae +rhinestone +Rhineura +rhineurynter +Rhinidae +rhinion +rhinitis +rhino +Rhinobatidae +Rhinobatus +rhinobyon +rhinocaul +rhinocele +rhinocelian +rhinocerial +rhinocerian +rhinocerine +rhinoceroid +rhinoceros +rhinoceroslike +rhinocerotic +Rhinocerotidae +rhinocerotiform +rhinocerotine +rhinocerotoid +rhinochiloplasty +Rhinoderma +rhinodynia +rhinogenous +rhinolalia +rhinolaryngology +rhinolaryngoscope +rhinolite +rhinolith +rhinolithic +rhinological +rhinologist +rhinology +rhinolophid +Rhinolophidae +rhinolophine +rhinopharyngeal +rhinopharyngitis +rhinopharynx +Rhinophidae +Rhinophis +rhinophonia +rhinophore +rhinophyma +rhinoplastic +rhinoplasty +rhinopolypus +Rhinoptera +Rhinopteridae +rhinorrhagia +rhinorrhea +rhinorrheal +rhinoscleroma +rhinoscope +rhinoscopic +rhinoscopy +rhinosporidiosis +Rhinosporidium +rhinotheca +rhinothecal +Rhinthonic +Rhinthonica +rhipidate +rhipidion +Rhipidistia +rhipidistian +rhipidium +Rhipidoglossa +rhipidoglossal +rhipidoglossate +Rhipidoptera +rhipidopterous +rhipiphorid +Rhipiphoridae +Rhipiptera +rhipipteran +rhipipterous +Rhipsalis +Rhiptoglossa +rhizanthous +rhizautoicous +Rhizina +Rhizinaceae +rhizine +rhizinous +Rhizobium +rhizocarp +Rhizocarpeae +rhizocarpean +rhizocarpian +rhizocarpic +rhizocarpous +rhizocaul +rhizocaulus +Rhizocephala +rhizocephalan +rhizocephalous +rhizocorm +Rhizoctonia +rhizoctoniose +rhizodermis +Rhizodus +Rhizoflagellata +rhizoflagellate +rhizogen +rhizogenetic +rhizogenic +rhizogenous +rhizoid +rhizoidal +rhizoma +rhizomatic +rhizomatous +rhizome +rhizomelic +rhizomic +rhizomorph +rhizomorphic +rhizomorphoid +rhizomorphous +rhizoneure +rhizophagous +rhizophilous +Rhizophora +Rhizophoraceae +rhizophoraceous +rhizophore +rhizophorous +rhizophyte +rhizoplast +rhizopod +Rhizopoda +rhizopodal +rhizopodan +rhizopodist +rhizopodous +Rhizopogon +Rhizopus +rhizosphere +Rhizostomae +Rhizostomata +rhizostomatous +rhizostome +rhizostomous +Rhizota +rhizotaxis +rhizotaxy +rhizote +rhizotic +rhizotomi +rhizotomy +rho +Rhoda +rhodaline +Rhodamine +rhodamine +rhodanate +Rhodanian +rhodanic +rhodanine +rhodanthe +rhodeose +Rhodes +Rhodesian +Rhodesoid +rhodeswood +Rhodian +rhodic +rhoding +rhodinol +rhodite +rhodium +rhodizite +rhodizonic +Rhodobacteriaceae +Rhodobacterioideae +rhodochrosite +Rhodococcus +Rhodocystis +rhodocyte +rhododendron +rhodolite +Rhodomelaceae +rhodomelaceous +rhodonite +Rhodope +rhodophane +Rhodophyceae +rhodophyceous +rhodophyll +Rhodophyllidaceae +Rhodophyta +rhodoplast +rhodopsin +Rhodora +Rhodoraceae +rhodorhiza +rhodosperm +Rhodospermeae +rhodospermin +rhodospermous +Rhodospirillum +Rhodothece +Rhodotypos +Rhodymenia +Rhodymeniaceae +rhodymeniaceous +Rhodymeniales +Rhoeadales +Rhoecus +Rhoeo +rhomb +rhombencephalon +rhombenporphyr +rhombic +rhombical +rhombiform +rhomboclase +rhomboganoid +Rhomboganoidei +rhombogene +rhombogenic +rhombogenous +rhombohedra +rhombohedral +rhombohedrally +rhombohedric +rhombohedron +rhomboid +rhomboidal +rhomboidally +rhomboideus +rhomboidly +rhomboquadratic +rhomborectangular +rhombos +rhombovate +Rhombozoa +rhombus +rhonchal +rhonchial +rhonchus +Rhonda +rhopalic +rhopalism +rhopalium +Rhopalocera +rhopaloceral +rhopalocerous +Rhopalura +rhotacism +rhotacismus +rhotacistic +rhotacize +rhubarb +rhubarby +rhumb +rhumba +rhumbatron +Rhus +rhyacolite +rhyme +rhymeless +rhymelet +rhymemaker +rhymemaking +rhymeproof +rhymer +rhymery +rhymester +rhymewise +rhymic +rhymist +rhymy +Rhynchobdellae +Rhynchobdellida +Rhynchocephala +Rhynchocephali +Rhynchocephalia +rhynchocephalian +rhynchocephalic +rhynchocephalous +Rhynchocoela +rhynchocoelan +rhynchocoelic +rhynchocoelous +rhyncholite +Rhynchonella +Rhynchonellacea +Rhynchonellidae +rhynchonelloid +Rhynchophora +rhynchophoran +rhynchophore +rhynchophorous +Rhynchopinae +Rhynchops +Rhynchosia +Rhynchospora +Rhynchota +rhynchotal +rhynchote +rhynchotous +rhynconellid +Rhyncostomi +Rhynia +Rhyniaceae +Rhynocheti +Rhynsburger +rhyobasalt +rhyodacite +rhyolite +rhyolitic +rhyotaxitic +rhyparographer +rhyparographic +rhyparographist +rhyparography +rhypography +rhyptic +rhyptical +rhysimeter +Rhyssa +rhythm +rhythmal +rhythmic +rhythmical +rhythmicality +rhythmically +rhythmicity +rhythmicize +rhythmics +rhythmist +rhythmizable +rhythmization +rhythmize +rhythmless +rhythmometer +rhythmopoeia +rhythmproof +Rhytidodon +rhytidome +rhytidosis +Rhytina +Rhytisma +rhyton +ria +rial +riancy +riant +riantly +riata +rib +ribald +ribaldish +ribaldly +ribaldrous +ribaldry +riband +Ribandism +Ribandist +ribandlike +ribandmaker +ribandry +ribat +ribaudequin +ribaudred +ribband +ribbandry +ribbed +ribber +ribbet +ribbidge +ribbing +ribble +ribbon +ribbonback +ribboner +ribbonfish +Ribbonism +ribbonlike +ribbonmaker +Ribbonman +ribbonry +ribbonweed +ribbonwood +ribbony +ribby +ribe +Ribes +Ribhus +ribless +riblet +riblike +riboflavin +ribonic +ribonuclease +ribonucleic +ribose +ribroast +ribroaster +ribroasting +ribskin +ribspare +Ribston +ribwork +ribwort +Ric +Ricardian +Ricardianism +Ricardo +Riccia +Ricciaceae +ricciaceous +Ricciales +rice +ricebird +riceland +ricer +ricey +Rich +rich +Richard +Richardia +Richardsonia +richdom +Richebourg +richellite +richen +riches +richesse +richling +richly +Richmond +Richmondena +richness +richt +richterite +richweed +ricin +ricine +ricinelaidic +ricinelaidinic +ricinic +ricinine +ricininic +ricinium +ricinoleate +ricinoleic +ricinolein +ricinolic +Ricinulei +Ricinus +ricinus +Rick +rick +rickardite +ricker +ricketily +ricketiness +ricketish +rickets +Rickettsia +rickettsial +Rickettsiales +rickettsialpox +rickety +rickey +rickle +rickmatic +rickrack +ricksha +rickshaw +rickstaddle +rickstand +rickstick +Ricky +rickyard +ricochet +ricolettaite +ricrac +rictal +rictus +rid +ridable +ridableness +ridably +riddam +riddance +riddel +ridden +ridder +ridding +riddle +riddlemeree +riddler +riddling +riddlingly +riddlings +ride +rideable +rideau +riden +rident +rider +ridered +rideress +riderless +ridge +ridgeband +ridgeboard +ridgebone +ridged +ridgel +ridgelet +ridgelike +ridgeling +ridgepiece +ridgeplate +ridgepole +ridgepoled +ridger +ridgerope +ridgetree +ridgeway +ridgewise +ridgil +ridging +ridgingly +ridgling +ridgy +ridibund +ridicule +ridiculer +ridiculize +ridiculosity +ridiculous +ridiculously +ridiculousness +riding +ridingman +ridotto +rie +riebeckite +riem +Riemannean +Riemannian +riempie +rier +Riesling +rife +rifely +rifeness +Riff +riff +Riffi +Riffian +riffle +riffler +riffraff +Rifi +Rifian +rifle +riflebird +rifledom +rifleman +riflemanship +rifleproof +rifler +riflery +rifleshot +rifling +rift +rifter +riftless +rifty +rig +rigadoon +rigamajig +rigamarole +rigation +rigbane +Rigel +Rigelian +rigescence +rigescent +riggald +rigger +rigging +riggish +riggite +riggot +right +rightabout +righten +righteous +righteously +righteousness +righter +rightful +rightfully +rightfulness +rightheaded +righthearted +rightist +rightle +rightless +rightlessness +rightly +rightmost +rightness +righto +rightship +rightward +rightwardly +rightwards +righty +rigid +rigidify +rigidist +rigidity +rigidly +rigidness +rigidulous +rigling +rigmaree +rigmarole +rigmarolery +rigmarolic +rigmarolish +rigmarolishly +rignum +rigol +rigolette +rigor +rigorism +rigorist +rigoristic +rigorous +rigorously +rigorousness +rigsby +rigsdaler +Rigsmaal +Rigsmal +rigwiddie +rigwiddy +Rik +Rikari +rikisha +rikk +riksha +rikshaw +Riksmaal +Riksmal +rilawa +rile +riley +rill +rillet +rillett +rillette +rillock +rillstone +rilly +rim +rima +rimal +rimate +rimbase +rime +rimeless +rimer +rimester +rimfire +rimiform +rimland +rimless +rimmaker +rimmaking +rimmed +rimmer +rimose +rimosely +rimosity +rimous +rimpi +rimple +rimption +rimrock +rimu +rimula +rimulose +rimy +Rinaldo +rinceau +rinch +rincon +Rind +rind +Rinde +rinded +rinderpest +rindle +rindless +rindy +rine +ring +ringable +Ringatu +ringbark +ringbarker +ringbill +ringbird +ringbolt +ringbone +ringboned +ringcraft +ringdove +ringe +ringed +ringent +ringer +ringeye +ringgiver +ringgiving +ringgoer +ringhals +ringhead +ringiness +ringing +ringingly +ringingness +ringite +ringle +ringlead +ringleader +ringleaderless +ringleadership +ringless +ringlet +ringleted +ringlety +ringlike +ringmaker +ringmaking +ringman +ringmaster +ringneck +ringsail +ringside +ringsider +ringster +ringtail +ringtaw +ringtime +ringtoss +ringwalk +ringwall +ringwise +ringworm +ringy +rink +rinka +rinker +rinkite +rinncefada +rinneite +rinner +rinsable +rinse +rinser +rinsing +rinthereout +rintherout +Rio +rio +riot +rioter +rioting +riotingly +riotist +riotistic +riotocracy +riotous +riotously +riotousness +riotproof +riotry +rip +ripa +ripal +riparial +riparian +Riparii +riparious +ripcord +ripe +ripelike +ripely +ripen +ripener +ripeness +ripening +ripeningly +riper +ripgut +ripicolous +ripidolite +ripienist +ripieno +ripier +ripost +riposte +rippable +ripper +ripperman +rippet +rippier +ripping +rippingly +rippingness +rippit +ripple +rippleless +rippler +ripplet +rippling +ripplingly +ripply +rippon +riprap +riprapping +ripsack +ripsaw +ripsnorter +ripsnorting +Ripuarian +ripup +riroriro +risala +risberm +rise +risen +riser +rishi +rishtadar +risibility +risible +risibleness +risibles +risibly +rising +risk +risker +riskful +riskfulness +riskily +riskiness +riskish +riskless +riskproof +risky +risorial +risorius +risp +risper +risque +risquee +Riss +rissel +risser +Rissian +rissle +Rissoa +rissoid +Rissoidae +rist +ristori +rit +Rita +rita +Ritalynne +ritardando +Ritchey +rite +riteless +ritelessness +ritling +ritornel +ritornelle +ritornello +Ritschlian +Ritschlianism +rittingerite +ritual +ritualism +ritualist +ritualistic +ritualistically +rituality +ritualize +ritualless +ritually +ritzy +riva +rivage +rival +rivalable +rivaless +rivalism +rivality +rivalize +rivalless +rivalrous +rivalry +rivalship +rive +rivel +rivell +riven +river +riverain +riverbank +riverbush +riverdamp +rivered +riverhead +riverhood +riverine +riverish +riverless +riverlet +riverlike +riverling +riverly +riverman +riverscape +riverside +riversider +riverward +riverwards +riverwash +riverway +riverweed +riverwise +rivery +rivet +riveter +rivethead +riveting +rivetless +rivetlike +Rivina +riving +rivingly +Rivinian +rivose +Rivularia +Rivulariaceae +rivulariaceous +rivulation +rivulet +rivulose +rix +rixatrix +rixy +riyal +riziform +rizzar +rizzle +rizzom +rizzomed +rizzonite +Ro +roach +roachback +road +roadability +roadable +roadbed +roadblock +roadbook +roadcraft +roaded +roader +roadfellow +roadhead +roadhouse +roading +roadite +roadless +roadlessness +roadlike +roadman +roadmaster +roadside +roadsider +roadsman +roadstead +roadster +roadstone +roadtrack +roadway +roadweed +roadwise +roadworthiness +roadworthy +roam +roamage +roamer +roaming +roamingly +roan +roanoke +roar +roarer +roaring +roaringly +roast +roastable +roaster +roasting +roastingly +Rob +rob +robalito +robalo +roband +robber +robberproof +robbery +Robbin +robbin +robbing +robe +robeless +Robenhausian +rober +roberd +Roberdsman +Robert +Roberta +Roberto +Robigalia +Robigus +Robin +robin +robinet +robing +Robinia +robinin +robinoside +roble +robomb +roborant +roborate +roboration +roborative +roborean +roboreous +robot +robotesque +robotian +robotism +robotistic +robotization +robotize +robotlike +robotry +robur +roburite +robust +robustful +robustfully +robustfulness +robustic +robusticity +robustious +robustiously +robustiousness +robustity +robustly +robustness +roc +rocambole +Roccella +Roccellaceae +roccellic +roccellin +roccelline +Rochea +rochelime +Rochelle +rocher +rochet +rocheted +rock +rockable +rockably +rockaby +rockabye +rockallite +Rockaway +rockaway +rockbell +rockberry +rockbird +rockborn +rockbrush +rockcist +rockcraft +rockelay +rocker +rockery +rocket +rocketeer +rocketer +rocketlike +rocketor +rocketry +rockety +rockfall +rockfish +rockfoil +rockhair +rockhearted +Rockies +rockiness +rocking +rockingly +rockish +rocklay +rockless +rocklet +rocklike +rockling +rockman +rockrose +rockshaft +rockslide +rockstaff +rocktree +rockward +rockwards +rockweed +rockwood +rockwork +rocky +rococo +Rocouyenne +rocta +Rod +rod +rodd +roddikin +roddin +rodding +rode +Rodent +rodent +Rodentia +rodential +rodentially +rodentian +rodenticidal +rodenticide +rodentproof +rodeo +Roderic +Roderick +rodge +Rodger +rodham +Rodinal +Rodinesque +roding +rodingite +rodknight +rodless +rodlet +rodlike +rodmaker +rodman +Rodney +rodney +Rodolph +Rodolphus +rodomont +rodomontade +rodomontadist +rodomontador +rodsman +rodster +rodwood +roe +roeblingite +roebuck +roed +roelike +roentgen +roentgenism +roentgenization +roentgenize +roentgenogram +roentgenograph +roentgenographic +roentgenographically +roentgenography +roentgenologic +roentgenological +roentgenologically +roentgenologist +roentgenology +roentgenometer +roentgenometry +roentgenoscope +roentgenoscopic +roentgenoscopy +roentgenotherapy +roentgentherapy +roer +roestone +roey +rog +rogan +rogation +Rogationtide +rogative +rogatory +Roger +roger +Rogero +rogersite +roggle +Rogue +rogue +roguedom +rogueling +roguery +rogueship +roguing +roguish +roguishly +roguishness +rohan +Rohilla +rohob +rohun +rohuna +roi +roid +roil +roily +Roist +roister +roisterer +roistering +roisteringly +roisterly +roisterous +roisterously +roit +Rok +roka +roke +rokeage +rokee +rokelay +roker +rokey +roky +Roland +Rolandic +role +roleo +Rolf +Rolfe +roll +rollable +rollback +rolled +rollejee +roller +rollerer +rollermaker +rollermaking +rollerman +rollerskater +rollerskating +rolley +rolleyway +rolleywayman +rolliche +rollichie +rollick +rollicker +rollicking +rollickingly +rollickingness +rollicksome +rollicksomeness +rollicky +rolling +rollingly +Rollinia +rollix +rollmop +Rollo +rollock +rollway +roloway +Romaean +Romagnese +Romagnol +Romagnole +Romaic +romaika +Romain +romaine +Romaji +romal +Roman +Romance +romance +romancealist +romancean +romanceful +romanceish +romanceishness +romanceless +romancelet +romancelike +romancemonger +romanceproof +romancer +romanceress +romancical +romancing +romancist +romancy +Romandom +Romane +Romanes +Romanese +Romanesque +Romanhood +Romanian +Romanic +Romaniform +Romanish +Romanism +Romanist +Romanistic +Romanite +Romanity +romanium +Romanization +Romanize +Romanizer +Romanly +Romansch +Romansh +romantic +romantical +romanticalism +romanticality +romantically +romanticalness +romanticism +romanticist +romanticistic +romanticity +romanticize +romanticly +romanticness +romantism +romantist +Romany +romanza +romaunt +rombos +rombowline +Rome +romeite +Romeo +romerillo +romero +Romescot +Romeshot +Romeward +Romewards +Romic +Romipetal +Romish +Romishly +Romishness +rommack +Rommany +Romney +Romneya +romp +romper +romping +rompingly +rompish +rompishly +rompishness +rompu +rompy +Romulian +Romulus +Ron +Ronald +roncador +Roncaglian +roncet +ronco +rond +rondache +rondacher +rondawel +ronde +rondeau +rondel +rondelet +Rondeletia +rondelier +rondelle +rondellier +rondino +rondle +rondo +rondoletto +rondure +rone +Rong +Ronga +rongeur +Ronni +ronquil +Ronsardian +Ronsardism +Ronsardist +Ronsardize +Ronsdorfer +Ronsdorfian +rontgen +ronyon +rood +roodebok +roodle +roodstone +roof +roofage +roofer +roofing +roofless +rooflet +rooflike +roofman +rooftree +roofward +roofwise +roofy +rooibok +rooinek +rook +rooker +rookeried +rookery +rookie +rookish +rooklet +rooklike +rooky +rool +room +roomage +roomed +roomer +roomful +roomie +roomily +roominess +roomkeeper +roomless +roomlet +roommate +roomstead +roomth +roomthily +roomthiness +roomthy +roomward +roomy +roon +roorback +roosa +Roosevelt +Rooseveltian +roost +roosted +rooster +roosterfish +roosterhood +roosterless +roosters +roostership +Root +root +rootage +rootcap +rooted +rootedly +rootedness +rooter +rootery +rootfast +rootfastness +roothold +rootiness +rootle +rootless +rootlessness +rootlet +rootlike +rootling +rootstalk +rootstock +rootwalt +rootward +rootwise +rootworm +rooty +roove +ropable +rope +ropeable +ropeband +ropebark +ropedance +ropedancer +ropedancing +ropelayer +ropelaying +ropelike +ropemaker +ropemaking +ropeman +roper +roperipe +ropery +ropes +ropesmith +ropetrick +ropewalk +ropewalker +ropeway +ropework +ropily +ropiness +roping +ropish +ropishness +ropp +ropy +roque +roquelaure +roquer +roquet +roquette +roquist +roral +roratorio +Rori +roric +Roridula +Roridulaceae +roriferous +rorifluent +Roripa +Rorippa +roritorious +rorqual +rorty +rorulent +rory +Rosa +Rosabel +Rosabella +Rosaceae +rosacean +rosaceous +rosal +Rosales +Rosalia +Rosalie +Rosalind +Rosaline +Rosamond +rosanilin +rosaniline +rosarian +rosario +rosarium +rosaruby +rosary +rosated +Roschach +roscherite +roscid +roscoelite +rose +roseal +roseate +roseately +rosebay +rosebud +rosebush +rosed +rosedrop +rosefish +rosehead +rosehill +rosehiller +roseine +rosel +roseless +roselet +roselike +roselite +rosella +rosellate +roselle +Rosellinia +rosemary +Rosenbergia +rosenbuschite +roseola +roseolar +roseoliform +roseolous +roseous +roseroot +rosery +roset +rosetan +rosetangle +rosetime +Rosetta +rosette +rosetted +rosetty +rosetum +rosety +roseways +rosewise +rosewood +rosewort +Rosicrucian +Rosicrucianism +rosied +rosier +rosieresite +rosilla +rosillo +rosily +rosin +rosinate +rosinduline +Rosine +rosiness +rosinous +rosinweed +rosinwood +rosiny +rosland +rosmarine +Rosmarinus +Rosminian +Rosminianism +rosoli +rosolic +rosolio +rosolite +rosorial +Ross +ross +rosser +rossite +rostel +rostellar +Rostellaria +rostellarian +rostellate +rostelliform +rostellum +roster +rostra +rostral +rostrally +rostrate +rostrated +rostriferous +rostriform +rostroantennary +rostrobranchial +rostrocarinate +rostrocaudal +rostroid +rostrolateral +rostrular +rostrulate +rostrulum +rostrum +rosular +rosulate +rosy +rot +rota +rotacism +Rotal +rotal +Rotala +Rotalia +rotalian +rotaliform +rotaliiform +rotaman +rotameter +rotan +Rotanev +rotang +Rotarian +Rotarianism +rotarianize +Rotary +rotary +rotascope +rotatable +rotate +rotated +rotating +rotation +rotational +rotative +rotatively +rotativism +rotatodentate +rotatoplane +rotator +Rotatoria +rotatorian +rotatory +rotch +rote +rotella +rotenone +roter +rotge +rotgut +rother +rothermuck +rotifer +Rotifera +rotiferal +rotiferan +rotiferous +rotiform +rotisserie +roto +rotograph +rotogravure +rotor +rotorcraft +rotproof +Rotse +rottan +rotten +rottenish +rottenly +rottenness +rottenstone +rotter +rotting +rottle +rottlera +rottlerin +rottock +rottolo +rotula +rotulad +rotular +rotulet +rotulian +rotuliform +rotulus +rotund +rotunda +rotundate +rotundifoliate +rotundifolious +rotundiform +rotundify +rotundity +rotundly +rotundness +rotundo +rotundotetragonal +roub +roucou +roud +roue +rouelle +rouge +rougeau +rougeberry +rougelike +rougemontite +rougeot +rough +roughage +roughcast +roughcaster +roughdraft +roughdraw +roughdress +roughdry +roughen +roughener +rougher +roughet +roughhearted +roughheartedness +roughhew +roughhewer +roughhewn +roughhouse +roughhouser +roughhousing +roughhousy +roughie +roughing +roughings +roughish +roughishly +roughishness +roughleg +roughly +roughness +roughometer +roughride +roughrider +roughroot +roughscuff +roughsetter +roughshod +roughslant +roughsome +roughstring +roughstuff +roughtail +roughtailed +roughwork +roughwrought +roughy +rougy +rouille +rouky +roulade +rouleau +roulette +Rouman +Roumeliote +roun +rounce +rounceval +rouncy +round +roundabout +roundaboutly +roundaboutness +rounded +roundedly +roundedness +roundel +roundelay +roundeleer +rounder +roundfish +roundhead +roundheaded +roundheadedness +roundhouse +rounding +roundish +roundishness +roundlet +roundline +roundly +roundmouthed +roundness +roundnose +roundnosed +roundridge +roundseam +roundsman +roundtail +roundtop +roundtree +roundup +roundwise +roundwood +roundworm +roundy +roup +rouper +roupet +roupily +roupingwife +roupit +roupy +rouse +rouseabout +rousedness +rousement +rouser +rousing +rousingly +Rousseau +Rousseauan +Rousseauism +Rousseauist +Rousseauistic +Rousseauite +Roussellian +roussette +Roussillon +roust +roustabout +rouster +rousting +rout +route +router +routh +routhercock +routhie +routhiness +routhy +routinary +routine +routineer +routinely +routing +routinish +routinism +routinist +routinization +routinize +routivarite +routous +routously +rouvillite +rove +rover +rovet +rovetto +roving +rovingly +rovingness +row +rowable +rowan +rowanberry +rowboat +rowdily +rowdiness +rowdy +rowdydow +rowdydowdy +rowdyish +rowdyishly +rowdyishness +rowdyism +rowdyproof +rowed +rowel +rowelhead +rowen +Rowena +rower +rowet +rowiness +rowing +Rowland +rowlandite +Rowleian +rowlet +Rowley +Rowleyan +rowlock +rowport +rowty +rowy +rox +Roxana +Roxane +Roxanne +Roxburgh +Roxburghiaceae +Roxbury +Roxie +Roxolani +Roxy +roxy +Roy +royal +royale +royalet +royalism +royalist +royalization +royalize +royally +royalty +Royena +royet +royetness +royetous +royetously +Roystonea +royt +rozum +Rua +ruach +ruana +rub +rubasse +rubato +rubbed +rubber +rubberer +rubberize +rubberless +rubberneck +rubbernecker +rubbernose +rubbers +rubberstone +rubberwise +rubbery +rubbing +rubbingstone +rubbish +rubbishing +rubbishingly +rubbishly +rubbishry +rubbishy +rubble +rubbler +rubblestone +rubblework +rubbly +rubdown +Rube +rubedinous +rubedity +rubefacient +rubefaction +rubelet +rubella +rubelle +rubellite +rubellosis +Rubensian +rubeola +rubeolar +rubeoloid +ruberythric +ruberythrinic +rubescence +rubescent +Rubia +Rubiaceae +rubiaceous +Rubiales +rubianic +rubiate +rubiator +rubican +rubicelle +Rubicola +Rubicon +rubiconed +rubicund +rubicundity +rubidic +rubidine +rubidium +rubied +rubific +rubification +rubificative +rubify +rubiginous +rubijervine +rubine +rubineous +rubious +ruble +rublis +rubor +rubric +rubrica +rubrical +rubricality +rubrically +rubricate +rubrication +rubricator +rubrician +rubricism +rubricist +rubricity +rubricize +rubricose +rubrific +rubrification +rubrify +rubrisher +rubrospinal +rubstone +Rubus +ruby +rubylike +rubytail +rubythroat +rubywise +rucervine +Rucervus +Ruchbah +ruche +ruching +ruck +rucker +ruckle +ruckling +rucksack +rucksey +ruckus +rucky +ructation +ruction +rud +rudas +Rudbeckia +rudd +rudder +rudderhead +rudderhole +rudderless +rudderlike +rudderpost +rudderstock +ruddied +ruddily +ruddiness +ruddle +ruddleman +ruddock +ruddy +ruddyish +rude +rudely +rudeness +rudented +rudenture +ruderal +rudesby +Rudesheimer +rudge +rudiment +rudimental +rudimentarily +rudimentariness +rudimentary +rudimentation +rudish +Rudista +Rudistae +rudistan +rudistid +rudity +Rudmasday +Rudolf +Rudolph +Rudolphus +Rudy +rue +rueful +ruefully +ruefulness +ruelike +ruelle +Ruellia +ruen +ruer +ruesome +ruesomeness +ruewort +rufescence +rufescent +ruff +ruffable +ruffed +ruffer +ruffian +ruffianage +ruffiandom +ruffianhood +ruffianish +ruffianism +ruffianize +ruffianlike +ruffianly +ruffiano +ruffin +ruffle +ruffled +ruffleless +rufflement +ruffler +rufflike +ruffliness +ruffling +ruffly +ruficarpous +ruficaudate +ruficoccin +ruficornate +rufigallic +rufoferruginous +rufofulvous +rufofuscous +rufopiceous +rufotestaceous +rufous +rufter +rufulous +Rufus +rufus +rug +ruga +rugate +Rugbeian +Rugby +rugged +ruggedly +ruggedness +Rugger +rugging +ruggle +ruggy +rugheaded +ruglike +rugmaker +rugmaking +Rugosa +rugosa +rugose +rugosely +rugosity +rugous +rugulose +ruin +ruinable +ruinate +ruination +ruinatious +ruinator +ruined +ruiner +ruing +ruiniform +ruinlike +ruinous +ruinously +ruinousness +ruinproof +Rukbat +rukh +rulable +Rulander +rule +ruledom +ruleless +rulemonger +ruler +rulership +ruling +rulingly +rull +ruller +rullion +Rum +rum +rumal +Ruman +Rumanian +rumbelow +rumble +rumblegarie +rumblegumption +rumblement +rumbler +rumbling +rumblingly +rumbly +rumbo +rumbooze +rumbowline +rumbowling +rumbullion +rumbumptious +rumbustical +rumbustious +rumbustiousness +rumchunder +Rumelian +rumen +rumenitis +rumenocentesis +rumenotomy +Rumex +rumfustian +rumgumption +rumgumptious +ruminal +ruminant +Ruminantia +ruminantly +ruminate +ruminating +ruminatingly +rumination +ruminative +ruminatively +ruminator +rumkin +rumless +rumly +rummage +rummager +rummagy +rummer +rummily +rumminess +rummish +rummy +rumness +rumney +rumor +rumorer +rumormonger +rumorous +rumorproof +rumourmonger +rump +rumpad +rumpadder +rumpade +Rumper +rumple +rumpless +rumply +rumpscuttle +rumpuncheon +rumpus +rumrunner +rumrunning +rumshop +rumswizzle +rumtytoo +run +runabout +runagate +runaround +runaway +runback +runboard +runby +runch +runchweed +runcinate +rundale +Rundi +rundle +rundlet +rune +runecraft +runed +runefolk +runeless +runelike +runer +runesmith +runestaff +runeword +runfish +rung +runghead +rungless +runholder +runic +runically +runiform +runite +runkeeper +runkle +runkly +runless +runlet +runman +runnable +runnel +runner +runnet +running +runningly +runny +runoff +runologist +runology +runout +runover +runproof +runrig +runround +runt +runted +runtee +runtiness +runtish +runtishly +runtishness +runty +runway +rupa +rupee +Rupert +rupestral +rupestrian +rupestrine +rupia +rupiah +rupial +Rupicapra +Rupicaprinae +rupicaprine +Rupicola +Rupicolinae +rupicoline +rupicolous +rupie +rupitic +Ruppia +ruptile +ruption +ruptive +ruptuary +rupturable +rupture +ruptured +rupturewort +rural +ruralism +ruralist +ruralite +rurality +ruralization +ruralize +rurally +ruralness +rurban +ruridecanal +rurigenous +Ruritania +Ruritanian +ruru +Rus +Rusa +Ruscus +ruse +rush +rushbush +rushed +rushen +rusher +rushiness +rushing +rushingly +rushingness +rushland +rushlight +rushlighted +rushlike +rushlit +rushy +Rusin +rusine +rusk +ruskin +Ruskinian +rusky +rusma +rusot +ruspone +Russ +russel +Russelia +Russell +Russellite +Russene +russet +russeting +russetish +russetlike +russety +Russia +russia +Russian +Russianism +Russianist +Russianization +Russianize +Russification +Russificator +Russifier +Russify +Russine +Russism +Russniak +Russolatrous +Russolatry +Russomania +Russomaniac +Russomaniacal +Russophile +Russophilism +Russophilist +Russophobe +Russophobia +Russophobiac +Russophobism +Russophobist +russud +Russula +rust +rustable +rustful +rustic +rustical +rustically +rusticalness +rusticate +rustication +rusticator +rusticial +rusticism +rusticity +rusticize +rusticly +rusticness +rusticoat +rustily +rustiness +rustle +rustler +rustless +rustling +rustlingly +rustlingness +rustly +rustproof +rustre +rustred +Rusty +rusty +rustyback +rustyish +ruswut +rut +Ruta +rutabaga +Rutaceae +rutaceous +rutaecarpine +rutate +rutch +rutelian +Rutelinae +Ruth +ruth +ruthenate +Ruthene +Ruthenian +ruthenic +ruthenious +ruthenium +ruthenous +ruther +rutherford +rutherfordine +rutherfordite +ruthful +ruthfully +ruthfulness +ruthless +ruthlessly +ruthlessness +rutic +rutidosis +rutilant +rutilated +rutile +rutilous +rutin +rutinose +Rutiodon +ruttee +rutter +ruttiness +ruttish +ruttishly +ruttishness +rutty +Rutuli +rutyl +rutylene +ruvid +rux +rvulsant +ryal +ryania +rybat +ryder +rye +ryen +Rymandra +ryme +Rynchospora +rynchosporous +rynd +rynt +ryot +ryotwar +ryotwari +rype +rypeck +rytidosis +Rytina +Ryukyu +S +s +sa +saa +Saad +Saan +Saarbrucken +sab +Saba +sabadilla +sabadine +sabadinine +Sabaean +Sabaeanism +Sabaeism +sabaigrass +Sabaism +Sabaist +Sabal +Sabalaceae +sabalo +Saban +sabanut +Sabaoth +Sabathikos +Sabazian +Sabazianism +Sabazios +sabbat +Sabbatarian +Sabbatarianism +Sabbatary +Sabbatean +Sabbath +sabbath +Sabbathaian +Sabbathaic +Sabbathaist +Sabbathbreaker +Sabbathbreaking +Sabbathism +Sabbathize +Sabbathkeeper +Sabbathkeeping +Sabbathless +Sabbathlike +Sabbathly +Sabbatia +sabbatia +Sabbatian +Sabbatic +sabbatic +Sabbatical +sabbatical +Sabbatically +Sabbaticalness +sabbatine +sabbatism +Sabbatist +Sabbatization +Sabbatize +sabbaton +sabbitha +sabdariffa +sabe +sabeca +Sabella +sabella +sabellan +Sabellaria +sabellarian +Sabelli +Sabellian +Sabellianism +Sabellianize +sabellid +Sabellidae +sabelloid +saber +saberbill +sabered +saberleg +saberlike +saberproof +sabertooth +saberwing +Sabia +Sabiaceae +sabiaceous +Sabian +Sabianism +sabicu +Sabik +Sabina +sabina +Sabine +sabine +Sabinian +sabino +Sabir +sable +sablefish +sableness +sably +sabora +saboraim +sabot +sabotage +saboted +saboteur +sabotine +Sabra +sabra +sabretache +Sabrina +Sabromin +sabromin +Sabuja +sabuline +sabulite +sabulose +sabulosity +sabulous +sabulum +saburra +saburral +saburration +sabutan +sabzi +Sac +sac +Sacae +sacalait +sacaline +sacaton +sacatra +sacbrood +saccade +saccadic +Saccammina +saccate +saccated +Saccha +saccharamide +saccharase +saccharate +saccharated +saccharephidrosis +saccharic +saccharide +sacchariferous +saccharification +saccharifier +saccharify +saccharilla +saccharimeter +saccharimetric +saccharimetrical +saccharimetry +saccharin +saccharinate +saccharinated +saccharine +saccharineish +saccharinely +saccharinic +saccharinity +saccharization +saccharize +saccharobacillus +saccharobiose +saccharobutyric +saccharoceptive +saccharoceptor +saccharochemotropic +saccharocolloid +saccharofarinaceous +saccharogalactorrhea +saccharogenic +saccharohumic +saccharoid +saccharoidal +saccharolactonic +saccharolytic +saccharometabolic +saccharometabolism +saccharometer +saccharometric +saccharometry +saccharomucilaginous +Saccharomyces +saccharomyces +Saccharomycetaceae +saccharomycetaceous +Saccharomycetales +saccharomycete +Saccharomycetes +saccharomycetic +saccharomycosis +saccharon +saccharonate +saccharone +saccharonic +saccharophylly +saccharorrhea +saccharoscope +saccharose +saccharostarchy +saccharosuria +saccharotriose +saccharous +saccharulmic +saccharulmin +Saccharum +saccharum +saccharuria +sacciferous +sacciform +Saccobranchiata +saccobranchiate +Saccobranchus +saccoderm +Saccolabium +saccolabium +saccomyian +saccomyid +Saccomyidae +Saccomyina +saccomyine +saccomyoid +Saccomyoidea +saccomyoidean +Saccomys +Saccopharyngidae +Saccopharynx +Saccorhiza +saccos +saccular +sacculate +sacculated +sacculation +saccule +Sacculina +sacculoutricular +sacculus +saccus +sacellum +sacerdocy +sacerdotage +sacerdotal +sacerdotalism +sacerdotalist +sacerdotalize +sacerdotally +sacerdotical +sacerdotism +sachamaker +sachem +sachemdom +sachemic +sachemship +sachet +Sacheverell +Sacian +sack +sackage +sackamaker +sackbag +sackbut +sackcloth +sackclothed +sackdoudle +sacked +sacken +sacker +sackful +sacking +sackless +sacklike +sackmaker +sackmaking +sackman +sacktime +saclike +saco +sacope +sacque +sacra +sacrad +sacral +sacralgia +sacralization +sacrament +sacramental +sacramentalism +sacramentalist +sacramentality +sacramentally +sacramentalness +Sacramentarian +sacramentarian +sacramentarianism +sacramentarist +Sacramentary +sacramentary +sacramenter +sacramentism +sacramentize +Sacramento +sacramentum +sacraria +sacrarial +sacrarium +sacrectomy +sacred +sacredly +sacredness +sacrificable +sacrificant +Sacrificati +sacrification +sacrificator +sacrificatory +sacrificature +sacrifice +sacrificer +sacrificial +sacrificially +sacrificing +sacrilege +sacrileger +sacrilegious +sacrilegiously +sacrilegiousness +sacrilegist +sacrilumbal +sacrilumbalis +sacring +Sacripant +sacrist +sacristan +sacristy +sacro +sacrocaudal +sacrococcygeal +sacrococcygean +sacrococcygeus +sacrococcyx +sacrocostal +sacrocotyloid +sacrocotyloidean +sacrocoxalgia +sacrocoxitis +sacrodorsal +sacrodynia +sacrofemoral +sacroiliac +sacroinguinal +sacroischiac +sacroischiadic +sacroischiatic +sacrolumbal +sacrolumbalis +sacrolumbar +sacropectineal +sacroperineal +sacropictorial +sacroposterior +sacropubic +sacrorectal +sacrosanct +sacrosanctity +sacrosanctness +sacrosciatic +sacrosecular +sacrospinal +sacrospinalis +sacrospinous +sacrotomy +sacrotuberous +sacrovertebral +sacrum +sad +Sadachbia +Sadalmelik +Sadalsuud +sadden +saddening +saddeningly +saddik +saddirham +saddish +saddle +saddleback +saddlebag +saddlebow +saddlecloth +saddled +saddleleaf +saddleless +saddlelike +saddlenose +saddler +saddlery +saddlesick +saddlesore +saddlesoreness +saddlestead +saddletree +saddlewise +saddling +Sadducaic +Sadducean +Sadducee +Sadduceeism +Sadduceeist +Sadducism +Sadducize +sade +sadh +sadhe +sadhearted +sadhu +sadic +Sadie +sadiron +sadism +sadist +sadistic +sadistically +Sadite +sadly +sadness +sado +sadomasochism +Sadr +sadr +saecula +saeculum +Saeima +saernaite +saeter +saeume +Safar +safari +Safavi +Safawid +safe +safeblower +safeblowing +safebreaker +safebreaking +safecracking +safeguard +safeguarder +safehold +safekeeper +safekeeping +safelight +safely +safemaker +safemaking +safen +safener +safeness +safety +Saffarian +Saffarid +saffian +safflor +safflorite +safflow +safflower +saffron +saffroned +saffrontree +saffronwood +saffrony +Safi +Safine +Safini +safranin +safranine +safranophile +safrole +saft +sag +saga +sagaciate +sagacious +sagaciously +sagaciousness +sagacity +Sagai +sagaie +sagaman +sagamite +sagamore +sagapenum +sagathy +sage +sagebrush +sagebrusher +sagebush +sageleaf +sagely +sagene +sageness +sagenite +sagenitic +Sageretia +sagerose +sageship +sagewood +sagger +sagging +saggon +saggy +saghavart +Sagina +saginate +sagination +saging +Sagitarii +sagitta +sagittal +sagittally +Sagittaria +Sagittariid +Sagittarius +sagittarius +Sagittary +sagittary +sagittate +Sagittid +sagittiferous +sagittiform +sagittocyst +sagittoid +sagless +sago +sagoin +sagolike +Sagra +saguaro +Saguerus +sagum +saguran +sagvandite +sagwire +sagy +sah +Sahadeva +Sahaptin +Sahara +Saharan +Saharian +Saharic +sahh +sahib +Sahibah +Sahidic +sahme +Saho +sahoukar +sahukar +sai +saic +said +Saidi +Saify +saiga +Saiid +sail +sailable +sailage +sailboat +sailcloth +sailed +sailer +sailfish +sailflying +sailing +sailingly +sailless +sailmaker +sailmaking +sailor +sailoring +sailorizing +sailorless +sailorlike +sailorly +sailorman +sailorproof +sailplane +sailship +sailsman +saily +saim +saimiri +saimy +sain +Sainfoin +saint +saintdom +sainted +saintess +sainthood +saintish +saintism +saintless +saintlike +saintlily +saintliness +saintling +saintly +saintologist +saintology +Saintpaulia +saintship +saip +Saiph +sair +sairly +sairve +sairy +Saite +saithe +Saitic +Saiva +Saivism +saj +sajou +Sak +Saka +Sakai +Sakalava +sake +sakeber +sakeen +Sakel +Sakelarides +Sakell +Sakellaridis +saker +sakeret +Sakha +saki +sakieh +Sakkara +Saktism +sakulya +Sakyamuni +Sal +sal +salaam +salaamlike +salability +salable +salableness +salably +salaceta +salacious +salaciously +salaciousness +salacity +salacot +salad +salading +salago +salagrama +salal +salamandarin +salamander +salamanderlike +Salamandra +salamandrian +Salamandridae +salamandriform +Salamandrina +salamandrine +salamandroid +salambao +Salaminian +salamo +salampore +salangane +salangid +Salangidae +Salar +salar +salariat +salaried +salary +salaryless +salat +salay +sale +salegoer +salele +salema +salenixon +salep +saleratus +saleroom +salesclerk +Salesian +saleslady +salesman +salesmanship +salespeople +salesperson +salesroom +saleswoman +salework +saleyard +salfern +Salian +Saliaric +Salic +salic +Salicaceae +salicaceous +Salicales +Salicariaceae +salicetum +salicin +salicional +salicorn +Salicornia +salicyl +salicylal +salicylaldehyde +salicylamide +salicylanilide +salicylase +salicylate +salicylic +salicylide +salicylidene +salicylism +salicylize +salicylous +salicyluric +salicylyl +salience +salient +Salientia +salientian +saliently +saliferous +salifiable +salification +salify +saligenin +saligot +salimeter +salimetry +Salina +salina +Salinan +salination +saline +Salinella +salinelle +salineness +saliniferous +salinification +saliniform +salinity +salinize +salinometer +salinometry +salinosulphureous +salinoterreous +Salisburia +Salish +Salishan +salite +salited +Saliva +saliva +salival +Salivan +salivant +salivary +salivate +salivation +salivator +salivatory +salivous +Salix +salix +salle +sallee +salleeman +sallenders +sallet +sallier +salloo +sallow +sallowish +sallowness +sallowy +Sally +sally +Sallybloom +sallyman +sallywood +Salm +salma +salmagundi +salmiac +salmine +salmis +Salmo +Salmon +salmon +salmonberry +Salmonella +salmonella +salmonellae +salmonellosis +salmonet +salmonid +Salmonidae +salmoniform +salmonlike +salmonoid +Salmonoidea +Salmonoidei +salmonsite +salmwood +salnatron +Salol +salol +Salome +salometer +salometry +salomon +Salomonia +Salomonian +Salomonic +salon +saloon +saloonist +saloonkeeper +saloop +Salopian +salopian +salp +Salpa +salpa +salpacean +salpian +salpicon +Salpidae +salpiform +Salpiglossis +salpiglossis +salpingectomy +salpingemphraxis +salpinges +salpingian +salpingion +salpingitic +salpingitis +salpingocatheterism +salpingocele +salpingocyesis +salpingomalleus +salpingonasal +salpingopalatal +salpingopalatine +salpingoperitonitis +salpingopexy +salpingopharyngeal +salpingopharyngeus +salpingopterygoid +salpingorrhaphy +salpingoscope +salpingostaphyline +salpingostenochoria +salpingostomatomy +salpingostomy +salpingotomy +salpinx +salpoid +salse +salsifis +salsify +salsilla +Salsola +Salsolaceae +salsolaceous +salsuginous +salt +salta +saltant +saltarella +saltarello +saltary +saltate +saltation +saltativeness +Saltator +saltator +Saltatoria +saltatorial +saltatorian +saltatoric +saltatorious +saltatory +saltbush +saltcat +saltcatch +saltcellar +salted +saltee +salten +salter +saltern +saltery +saltfat +saltfoot +salthouse +saltier +saltierra +saltierwise +Saltigradae +saltigrade +saltimbanco +saltimbank +saltimbankery +saltine +saltiness +salting +saltish +saltishly +saltishness +saltless +saltlessness +saltly +saltmaker +saltmaking +saltman +saltmouth +saltness +saltometer +saltorel +saltpan +saltpeter +saltpetrous +saltpond +saltspoon +saltspoonful +saltsprinkler +saltus +saltweed +saltwife +saltworker +saltworks +saltwort +salty +salubrify +salubrious +salubriously +salubriousness +salubrity +saluki +salung +salutarily +salutariness +salutary +salutation +salutational +salutationless +salutatious +salutatorian +salutatorily +salutatorium +salutatory +salute +saluter +salutiferous +salutiferously +Salva +salvability +salvable +salvableness +salvably +Salvadora +salvadora +Salvadoraceae +salvadoraceous +Salvadoran +Salvadorian +salvage +salvageable +salvagee +salvageproof +salvager +salvaging +Salvarsan +salvarsan +salvatella +salvation +salvational +salvationism +salvationist +salvatory +salve +salveline +Salvelinus +salver +salverform +Salvia +salvianin +salvific +salvifical +salvifically +Salvinia +Salviniaceae +salviniaceous +Salviniales +salviol +salvo +salvor +salvy +Salwey +salzfelle +Sam +sam +Samadera +samadh +samadhi +samaj +Samal +saman +Samandura +Samani +Samanid +Samantha +samara +samaria +samariform +Samaritan +Samaritaness +Samaritanism +samarium +Samarkand +samaroid +samarra +samarskite +Samas +samba +Sambal +sambal +sambaqui +sambar +Sambara +Sambathe +sambhogakaya +Sambo +sambo +Sambucaceae +Sambucus +sambuk +sambuke +sambunigrin +Samburu +same +samekh +samel +sameliness +samely +samen +sameness +samesome +Samgarnebo +samh +Samhain +samhita +Samian +samiel +Samir +samiresite +samiri +samisen +Samish +samite +samkara +samlet +sammel +sammer +sammier +Sammy +sammy +Samnani +Samnite +Samoan +Samogitian +samogonka +Samolus +Samosatenian +samothere +Samotherium +Samothracian +samovar +Samoyed +Samoyedic +samp +sampaguita +sampaloc +sampan +samphire +sampi +sample +sampleman +sampler +samplery +sampling +Sampsaean +Samsam +samsara +samshu +Samsien +samskara +Samson +samson +Samsoness +Samsonian +Samsonic +Samsonistic +samsonite +Samucan +Samucu +Samuel +samurai +Samydaceae +San +san +sanability +sanable +sanableness +sanai +Sanand +sanative +sanativeness +sanatoria +sanatorium +sanatory +Sanballat +sanbenito +Sanche +sancho +sanct +sancta +sanctanimity +sanctifiable +sanctifiableness +sanctifiably +sanctificate +sanctification +sanctified +sanctifiedly +sanctifier +sanctify +sanctifyingly +sanctilogy +sanctiloquent +sanctimonial +sanctimonious +sanctimoniously +sanctimoniousness +sanctimony +sanction +sanctionable +sanctionary +sanctionative +sanctioner +sanctionist +sanctionless +sanctionment +sanctitude +sanctity +sanctologist +Sanctology +sanctorium +sanctuaried +sanctuarize +sanctuary +sanctum +Sanctus +Sancy +sancyite +sand +sandak +sandal +sandaled +sandaliform +sandaling +sandalwood +sandalwort +sandan +sandarac +sandaracin +sandastros +Sandawe +sandbag +sandbagger +sandbank +sandbin +sandblast +sandboard +sandbox +sandboy +sandbur +sandclub +sandculture +sanded +Sandeep +Sandemanian +Sandemanianism +Sandemanism +Sander +sander +sanderling +sanders +sandfish +sandflower +sandglass +sandheat +sandhi +sandiferous +sandiness +sanding +Sandip +sandiver +sandix +sandlapper +sandless +sandlike +sandling +sandman +sandnatter +sandnecker +sandpaper +sandpaperer +sandpeep +sandpiper +sandproof +Sandra +sandrock +sandspit +sandspur +sandstay +sandstone +sandstorm +sandust +sandweed +sandweld +sandwich +sandwood +sandworm +sandwort +Sandy +sandy +sandyish +sane +sanely +saneness +Sanetch +Sanford +Sanforized +sang +sanga +Sangamon +sangar +sangaree +sangei +sanger +sangerbund +sangerfest +Sanggil +sangha +Sangho +Sangir +Sangirese +sanglant +sangley +Sangraal +sangreeroot +sangrel +sangsue +sanguicolous +sanguifacient +sanguiferous +sanguification +sanguifier +sanguifluous +sanguimotor +sanguimotory +sanguinaceous +Sanguinaria +sanguinarily +sanguinariness +sanguinary +sanguine +sanguineless +sanguinely +sanguineness +sanguineobilious +sanguineophlegmatic +sanguineous +sanguineousness +sanguineovascular +sanguinicolous +sanguiniferous +sanguinification +sanguinism +sanguinity +sanguinivorous +sanguinocholeric +sanguinolency +sanguinolent +sanguinopoietic +sanguinous +Sanguisorba +Sanguisorbaceae +sanguisuge +sanguisugent +sanguisugous +sanguivorous +Sanhedrim +Sanhedrin +Sanhedrist +Sanhita +sanicle +Sanicula +sanidine +sanidinic +sanidinite +sanies +sanification +sanify +sanious +sanipractic +sanitarian +sanitarily +sanitarist +sanitarium +sanitary +sanitate +sanitation +sanitationist +sanitist +sanitize +Sanity +sanity +sanjak +sanjakate +sanjakbeg +sanjakship +Sanjay +Sanjeev +Sanjib +sank +sankha +Sankhya +sannaite +Sannoisian +sannup +sannyasi +sannyasin +sanopurulent +sanoserous +Sanpoil +sans +Sansar +sansei +Sansevieria +sanshach +sansi +Sanskrit +Sanskritic +Sanskritist +Sanskritization +Sanskritize +sant +Santa +Santal +santal +Santalaceae +santalaceous +Santalales +Santali +santalic +santalin +santalol +Santalum +santalwood +santapee +Santee +santene +Santiago +santimi +santims +santir +Santo +Santolina +santon +santonica +santonin +santoninic +santorinite +Santos +sanukite +Sanvitalia +Sanyakoan +sao +Saoshyant +sap +sapa +sapajou +sapan +sapanwood +sapbush +sapek +Saperda +sapful +Sapharensian +saphead +sapheaded +sapheadedness +saphena +saphenal +saphenous +saphie +sapid +sapidity +sapidless +sapidness +sapience +sapiency +sapient +sapiential +sapientially +sapientize +sapiently +sapin +sapinda +Sapindaceae +sapindaceous +Sapindales +sapindaship +Sapindus +Sapium +sapiutan +saple +sapless +saplessness +sapling +saplinghood +sapo +sapodilla +sapogenin +saponaceous +saponaceousness +saponacity +Saponaria +saponarin +saponary +Saponi +saponifiable +saponification +saponifier +saponify +saponin +saponite +sapophoric +sapor +saporific +saporosity +saporous +Sapota +sapota +Sapotaceae +sapotaceous +sapote +sapotilha +sapotilla +sapotoxin +sappanwood +sappare +sapper +Sapphic +sapphic +sapphire +sapphireberry +sapphired +sapphirewing +sapphiric +sapphirine +Sapphism +Sapphist +Sappho +sappiness +sapping +sapples +sappy +sapremia +sapremic +saprine +saprocoll +saprodil +saprodontia +saprogenic +saprogenous +Saprolegnia +Saprolegniaceae +saprolegniaceous +Saprolegniales +saprolegnious +saprolite +saprolitic +sapropel +sapropelic +sapropelite +saprophagan +saprophagous +saprophile +saprophilous +saprophyte +saprophytic +saprophytically +saprophytism +saprostomous +saprozoic +sapsago +sapskull +sapsuck +sapsucker +sapucaia +sapucainha +sapwood +sapwort +Saqib +sar +Sara +saraad +sarabacan +Sarabaite +saraband +Saracen +Saracenian +Saracenic +Saracenical +Saracenism +Saracenlike +Sarada +saraf +Sarah +Sarakolet +Sarakolle +Saramaccaner +Saran +sarangi +sarangousty +Saratoga +Saratogan +Saravan +Sarawakese +sarawakite +Sarawan +sarbacane +sarbican +sarcasm +sarcasmproof +sarcast +sarcastic +sarcastical +sarcastically +sarcasticalness +sarcasticness +sarcelle +sarcenet +sarcilis +Sarcina +sarcine +sarcitis +sarcle +sarcler +sarcoadenoma +Sarcobatus +sarcoblast +sarcocarcinoma +sarcocarp +sarcocele +Sarcococca +Sarcocolla +sarcocollin +sarcocyst +Sarcocystidea +sarcocystidean +sarcocystidian +Sarcocystis +sarcocystoid +sarcocyte +sarcode +sarcoderm +Sarcodes +sarcodic +sarcodictyum +Sarcodina +sarcodous +sarcoenchondroma +sarcogenic +sarcogenous +sarcoglia +Sarcogyps +sarcoid +sarcolactic +sarcolemma +sarcolemmic +sarcolemmous +sarcoline +sarcolite +sarcologic +sarcological +sarcologist +sarcology +sarcolysis +sarcolyte +sarcolytic +sarcoma +sarcomatoid +sarcomatosis +sarcomatous +sarcomere +Sarcophaga +sarcophagal +sarcophagi +sarcophagic +sarcophagid +Sarcophagidae +sarcophagine +sarcophagize +sarcophagous +sarcophagus +sarcophagy +sarcophile +sarcophilous +Sarcophilus +sarcoplasm +sarcoplasma +sarcoplasmatic +sarcoplasmic +sarcoplast +sarcoplastic +sarcopoietic +Sarcopsylla +Sarcopsyllidae +Sarcoptes +sarcoptic +sarcoptid +Sarcoptidae +Sarcorhamphus +sarcosepsis +sarcosepta +sarcoseptum +sarcosine +sarcosis +sarcosoma +sarcosperm +sarcosporid +Sarcosporida +Sarcosporidia +sarcosporidial +sarcosporidian +sarcosporidiosis +sarcostosis +sarcostyle +sarcotheca +sarcotherapeutics +sarcotherapy +sarcotic +sarcous +Sarcura +Sard +sard +sardachate +Sardanapalian +Sardanapalus +sardel +Sardian +sardine +sardinewise +Sardinian +sardius +Sardoin +sardonic +sardonical +sardonically +sardonicism +sardonyx +sare +sargasso +Sargassum +sargassum +sargo +Sargonic +Sargonid +Sargonide +sargus +sari +sarif +Sarigue +sarigue +sarinda +sarip +sark +sarkar +sarkful +sarkical +sarkine +sarking +sarkinite +sarkit +sarkless +sarlak +sarlyk +Sarmatian +Sarmatic +sarmatier +sarment +sarmenta +sarmentaceous +sarmentiferous +sarmentose +sarmentous +sarmentum +sarna +sarod +saron +sarong +saronic +saronide +saros +Sarothamnus +Sarothra +sarothrum +sarpler +sarpo +sarra +Sarracenia +sarracenia +Sarraceniaceae +sarraceniaceous +sarracenial +Sarraceniales +sarraf +sarrazin +sarrusophone +sarrusophonist +sarsa +sarsaparilla +sarsaparillin +Sarsar +Sarsechim +sarsen +sarsenet +Sarsi +Sart +sart +sartage +sartain +Sartish +sartor +sartoriad +sartorial +sartorially +sartorian +sartorite +sartorius +Saruk +sarus +Sarvarthasiddha +sarwan +Sarzan +sasa +sasan +sasani +sasanqua +sash +sashay +sashery +sashing +sashless +sasin +sasine +saskatoon +sassaby +sassafac +sassafrack +sassafras +Sassak +Sassan +Sassanian +Sassanid +Sassanidae +Sassanide +Sassenach +sassolite +sassy +sassywood +Sastean +sat +satable +Satan +satan +Satanael +Satanas +satang +satanic +satanical +satanically +satanicalness +Satanism +Satanist +satanist +Satanistic +Satanity +satanize +Satanology +Satanophany +Satanophil +Satanophobia +Satanship +satara +satchel +satcheled +sate +sateen +sateenwood +sateless +satelles +satellitarian +satellite +satellited +satellitesimal +satellitian +satellitic +satellitious +satellitium +satellitoid +satellitory +satelloid +satiability +satiable +satiableness +satiably +satiate +satiation +Satieno +satient +satiety +satin +satinbush +satine +satined +satinette +satinfin +satinflower +satinite +satinity +satinize +satinleaf +satinlike +satinpod +satinwood +satiny +satire +satireproof +satiric +satirical +satirically +satiricalness +satirist +satirizable +satirize +satirizer +satisdation +satisdiction +satisfaction +satisfactional +satisfactionist +satisfactionless +satisfactive +satisfactorily +satisfactoriness +satisfactorious +satisfactory +satisfiable +satisfice +satisfied +satisfiedly +satisfiedness +satisfier +satisfy +satisfying +satisfyingly +satisfyingness +satispassion +satlijk +Satrae +satrap +satrapal +satrapess +satrapic +satrapical +satrapy +satron +Satsuma +sattle +sattva +satura +saturability +saturable +saturant +saturate +saturated +saturater +saturation +saturator +Saturday +Satureia +Saturn +Saturnal +Saturnale +Saturnalia +saturnalia +Saturnalian +saturnalian +Saturnia +Saturnian +saturnian +Saturnicentric +saturniid +Saturniidae +Saturnine +saturnine +saturninely +saturnineness +saturninity +saturnism +saturnity +saturnize +Saturnus +satyagrahi +satyashodak +satyr +satyresque +satyress +satyriasis +satyric +Satyridae +Satyrinae +satyrine +satyrion +satyrism +satyrlike +satyromaniac +sauce +sauceboat +saucebox +saucedish +sauceless +sauceline +saucemaker +saucemaking +sauceman +saucepan +sauceplate +saucer +saucerful +saucerleaf +saucerless +saucerlike +saucily +sauciness +saucy +Sauerbraten +sauerkraut +sauf +sauger +saugh +saughen +Saul +sauld +saulie +sault +saulter +Saulteur +saum +saumon +saumont +Saumur +Saumya +sauna +saunders +saunderswood +saunter +saunterer +sauntering +saunteringly +sauqui +saur +Saura +Sauraseni +Saurauia +Saurauiaceae +saurel +Sauria +saurian +sauriasis +sauriosis +Saurischia +saurischian +Sauroctonos +saurodont +Saurodontidae +Saurognathae +saurognathism +saurognathous +Sauromatian +saurophagous +sauropod +Sauropoda +sauropodous +sauropsid +Sauropsida +sauropsidan +sauropsidian +Sauropterygia +sauropterygian +Saurornithes +saurornithic +Saururaceae +saururaceous +Saururae +saururan +saururous +Saururus +saury +sausage +sausagelike +sausinger +Saussurea +saussurite +saussuritic +saussuritization +saussuritize +saut +saute +sauterelle +sauterne +sauternes +sauteur +sauty +Sauvagesia +sauve +sauvegarde +savable +savableness +savacu +savage +savagedom +savagely +savageness +savagerous +savagery +savagess +savagism +savagize +savanilla +savanna +Savannah +savant +Savara +savarin +savation +save +saved +saveloy +saver +Savery +savin +saving +savingly +savingness +savior +savioress +saviorhood +saviorship +Saviour +Savitar +Savitri +savola +Savonarolist +Savonnerie +savor +savored +savorer +savorily +savoriness +savoringly +savorless +savorous +savorsome +savory +savour +savoy +Savoyard +savoyed +savoying +savssat +savvy +saw +sawah +Sawaiori +sawali +Sawan +sawarra +sawback +sawbelly +sawbill +sawbones +sawbuck +sawbwa +sawder +sawdust +sawdustish +sawdustlike +sawdusty +sawed +sawer +sawfish +sawfly +sawhorse +sawing +sawish +sawlike +sawmaker +sawmaking +sawman +sawmill +sawmiller +sawmilling +sawmon +sawmont +sawn +Sawney +sawney +sawsetter +sawsharper +sawsmith +sawt +sawway +sawworker +sawwort +sawyer +sax +saxatile +saxboard +saxcornet +Saxe +saxhorn +Saxicava +saxicavous +Saxicola +saxicole +Saxicolidae +Saxicolinae +saxicoline +saxicolous +Saxifraga +Saxifragaceae +saxifragaceous +saxifragant +saxifrage +saxifragous +saxifrax +saxigenous +Saxish +Saxon +Saxondom +Saxonian +Saxonic +Saxonical +Saxonically +Saxonish +Saxonism +Saxonist +saxonite +Saxonization +Saxonize +Saxonly +Saxony +saxophone +saxophonist +saxotromba +saxpence +saxten +saxtie +saxtuba +say +saya +sayability +sayable +sayableness +Sayal +sayer +sayette +sayid +saying +sazen +Sbaikian +sblood +sbodikins +scab +scabbard +scabbardless +scabbed +scabbedness +scabbery +scabbily +scabbiness +scabble +scabbler +scabbling +scabby +scabellum +scaberulous +scabid +scabies +scabietic +scabinus +Scabiosa +scabiosity +scabious +scabish +scabland +scabrate +scabrescent +scabrid +scabridity +scabridulous +scabrities +scabriusculose +scabriusculous +scabrosely +scabrous +scabrously +scabrousness +scabwort +scacchic +scacchite +scad +scaddle +scads +Scaean +scaff +scaffer +scaffery +scaffie +scaffle +scaffold +scaffoldage +scaffolder +scaffolding +scaglia +scagliola +scagliolist +scala +scalable +scalableness +scalably +scalage +scalar +scalare +Scalaria +scalarian +scalariform +Scalariidae +scalarwise +scalation +scalawag +scalawaggery +scalawaggy +scald +scaldberry +scalded +scalder +scaldfish +scaldic +scalding +scaldweed +scaldy +scale +scaleback +scalebark +scaleboard +scaled +scaledrake +scalefish +scaleful +scaleless +scalelet +scalelike +scaleman +scalena +scalene +scalenohedral +scalenohedron +scalenon +scalenous +scalenum +scalenus +scalepan +scaleproof +scaler +scales +scalesman +scalesmith +scaletail +scalewing +scalewise +scalework +scalewort +scaliger +scaliness +scaling +scall +scalled +scallion +scallola +scallom +scallop +scalloper +scalloping +scallopwise +scalma +scaloni +Scalops +Scalopus +scalp +scalpeen +scalpel +scalpellar +scalpellic +scalpellum +scalpellus +scalper +scalping +scalpless +scalpriform +scalprum +scalpture +scalt +scaly +scalytail +scam +scamander +Scamandrius +scamble +scambler +scambling +scamell +scamler +scamles +scammoniate +scammonin +scammony +scammonyroot +scamp +scampavia +scamper +scamperer +scamphood +scamping +scampingly +scampish +scampishly +scampishness +scampsman +scan +scandal +scandalization +scandalize +scandalizer +scandalmonger +scandalmongering +scandalmongery +scandalmonging +scandalous +scandalously +scandalousness +scandalproof +scandaroon +scandent +scandia +Scandian +scandic +scandicus +Scandinavia +Scandinavian +Scandinavianism +scandium +Scandix +Scania +Scanian +Scanic +scanmag +scannable +scanner +scanning +scanningly +scansion +scansionist +Scansores +scansorial +scansorious +scant +scanties +scantily +scantiness +scantity +scantle +scantling +scantlinged +scantly +scantness +scanty +scap +scape +scapegallows +scapegoat +scapegoatism +scapegrace +scapel +scapeless +scapement +scapethrift +scapha +Scaphander +Scaphandridae +scaphion +Scaphiopodidae +Scaphiopus +scaphism +scaphite +Scaphites +Scaphitidae +scaphitoid +scaphocephalic +scaphocephalism +scaphocephalous +scaphocephalus +scaphocephaly +scaphocerite +scaphoceritic +scaphognathite +scaphognathitic +scaphoid +scapholunar +scaphopod +Scaphopoda +scaphopodous +scapiform +scapigerous +scapoid +scapolite +scapolitization +scapose +scapple +scappler +scapula +scapulalgia +scapular +scapulare +scapulary +scapulated +scapulectomy +scapulet +scapulimancy +scapuloaxillary +scapulobrachial +scapuloclavicular +scapulocoracoid +scapulodynia +scapulohumeral +scapulopexy +scapuloradial +scapulospinal +scapulothoracic +scapuloulnar +scapulovertebral +scapus +scar +scarab +scarabaean +scarabaei +scarabaeid +Scarabaeidae +scarabaeidoid +scarabaeiform +Scarabaeinae +scarabaeoid +scarabaeus +scarabee +scaraboid +Scaramouch +scaramouch +scarce +scarcelins +scarcely +scarcement +scarcen +scarceness +scarcity +scare +scarebabe +scarecrow +scarecrowish +scarecrowy +scareful +scarehead +scaremonger +scaremongering +scareproof +scarer +scaresome +scarf +scarface +scarfed +scarfer +scarflike +scarfpin +scarfskin +scarfwise +scarfy +scarid +Scaridae +scarification +scarificator +scarifier +scarify +scarily +scariose +scarious +scarlatina +scarlatinal +scarlatiniform +scarlatinoid +scarlatinous +scarless +scarlet +scarletberry +scarletseed +scarlety +scarman +scarn +scaroid +scarp +scarpines +scarping +scarpment +scarproof +scarred +scarrer +scarring +scarry +scart +scarth +Scarus +scarus +scarved +scary +scase +scasely +scat +scatch +scathe +scatheful +scatheless +scathelessly +scathing +scathingly +Scaticook +scatland +scatologia +scatologic +scatological +scatology +scatomancy +scatophagid +Scatophagidae +scatophagoid +scatophagous +scatophagy +scatoscopy +scatter +scatterable +scatteration +scatteraway +scatterbrain +scatterbrained +scatterbrains +scattered +scatteredly +scatteredness +scatterer +scattergood +scattering +scatteringly +scatterling +scattermouch +scattery +scatty +scatula +scaturient +scaul +scaum +scaup +scauper +scaur +scaurie +scaut +scavage +scavel +scavenage +scavenge +scavenger +scavengerism +scavengership +scavengery +scavenging +scaw +scawd +scawl +scazon +scazontic +sceat +scelalgia +scelerat +scelidosaur +scelidosaurian +scelidosauroid +Scelidosaurus +Scelidotherium +Sceliphron +sceloncus +Sceloporus +scelotyrbe +scena +scenario +scenarioist +scenarioization +scenarioize +scenarist +scenarization +scenarize +scenary +scend +scene +scenecraft +Scenedesmus +sceneful +sceneman +scenery +sceneshifter +scenewright +scenic +scenical +scenically +scenist +scenite +scenograph +scenographer +scenographic +scenographical +scenographically +scenography +Scenopinidae +scent +scented +scenter +scentful +scenting +scentless +scentlessness +scentproof +scentwood +scepsis +scepter +scepterdom +sceptered +scepterless +sceptic +sceptral +sceptropherous +sceptrosophy +sceptry +scerne +sceuophorion +sceuophylacium +sceuophylax +schaapsteker +Schaefferia +schairerite +schalmei +schalmey +schalstein +schanz +schapbachite +schappe +schapped +schapping +scharf +Scharlachberger +schatchen +Scheat +Schedar +schediasm +schediastic +Schedius +schedular +schedulate +schedule +schedulize +scheelite +scheffel +schefferite +schelling +Schellingian +Schellingianism +Schellingism +schelly +scheltopusik +schema +schemata +schematic +schematically +schematism +schematist +schematization +schematize +schematizer +schematogram +schematograph +schematologetically +schematomancy +schematonics +scheme +schemeful +schemeless +schemer +schemery +scheming +schemingly +schemist +schemy +schene +schepel +schepen +scherm +scherzando +scherzi +scherzo +schesis +Scheuchzeria +Scheuchzeriaceae +scheuchzeriaceous +schiavone +Schiedam +schiffli +schiller +schillerfels +schillerization +schillerize +schilling +schimmel +schindylesis +schindyletic +Schinus +schipperke +Schisandra +Schisandraceae +schism +schisma +schismatic +schismatical +schismatically +schismaticalness +schismatism +schismatist +schismatize +schismic +schismless +schist +schistaceous +schistic +schistocelia +schistocephalus +Schistocerca +schistocoelia +schistocormia +schistocormus +schistocyte +schistocytosis +schistoglossia +schistoid +schistomelia +schistomelus +schistoprosopia +schistoprosopus +schistorrhachis +schistoscope +schistose +schistosity +Schistosoma +schistosome +schistosomia +schistosomiasis +schistosomus +schistosternia +schistothorax +schistous +schistus +Schizaea +Schizaeaceae +schizaeaceous +Schizanthus +schizanthus +schizaxon +schizocarp +schizocarpic +schizocarpous +schizochroal +schizocoele +schizocoelic +schizocoelous +schizocyte +schizocytosis +schizodinic +schizogamy +schizogenesis +schizogenetic +schizogenetically +schizogenic +schizogenous +schizogenously +schizognath +Schizognathae +schizognathism +schizognathous +schizogonic +schizogony +Schizogregarinae +schizogregarine +Schizogregarinida +schizoid +schizoidism +Schizolaenaceae +schizolaenaceous +schizolite +schizolysigenous +Schizomeria +schizomycete +Schizomycetes +schizomycetic +schizomycetous +schizomycosis +Schizonemertea +schizonemertean +schizonemertine +Schizoneura +Schizonotus +schizont +schizopelmous +Schizopetalon +schizophasia +Schizophragma +schizophrene +schizophrenia +schizophreniac +schizophrenic +Schizophyceae +Schizophyllum +Schizophyta +schizophyte +schizophytic +schizopod +Schizopoda +schizopodal +schizopodous +schizorhinal +schizospore +schizostele +schizostelic +schizostely +schizothecal +schizothoracic +schizothyme +schizothymia +schizothymic +schizotrichia +Schizotrypanum +schiztic +Schlauraffenland +Schleichera +schlemiel +schlemihl +schlenter +schlieren +schlieric +schloop +Schmalkaldic +schmaltz +schmelz +schmelze +schnabel +Schnabelkanne +schnapper +schnapps +schnauzer +schneider +Schneiderian +schnitzel +schnorchel +schnorkel +schnorrer +scho +schochat +schochet +schoenobatic +schoenobatist +Schoenocaulon +Schoenus +schoenus +Schoharie +schola +scholae +scholaptitude +scholar +scholarch +scholardom +scholarian +scholarism +scholarless +scholarlike +scholarliness +scholarly +scholarship +scholasm +scholastic +scholastical +scholastically +scholasticate +scholasticism +scholasticly +scholia +scholiast +scholiastic +scholion +scholium +Schomburgkia +schone +schonfelsite +Schoodic +School +school +schoolable +schoolbag +schoolbook +schoolbookish +schoolboy +schoolboydom +schoolboyhood +schoolboyish +schoolboyishly +schoolboyishness +schoolboyism +schoolbutter +schoolcraft +schooldame +schooldom +schooled +schoolery +schoolfellow +schoolfellowship +schoolful +schoolgirl +schoolgirlhood +schoolgirlish +schoolgirlishly +schoolgirlishness +schoolgirlism +schoolgirly +schoolgoing +schoolhouse +schooling +schoolingly +schoolish +schoolkeeper +schoolkeeping +schoolless +schoollike +schoolmaam +schoolmaamish +schoolmaid +schoolman +schoolmaster +schoolmasterhood +schoolmastering +schoolmasterish +schoolmasterishly +schoolmasterishness +schoolmasterism +schoolmasterly +schoolmastership +schoolmastery +schoolmate +schoolmiss +schoolmistress +schoolmistressy +schoolroom +schoolteacher +schoolteacherish +schoolteacherly +schoolteachery +schoolteaching +schooltide +schooltime +schoolward +schoolwork +schoolyard +schoon +schooner +Schopenhauereanism +Schopenhauerian +Schopenhauerism +schoppen +schorenbergite +schorl +schorlaceous +schorlomite +schorlous +schorly +schottische +schottish +schout +schraubthaler +Schrebera +schreiner +schreinerize +schriesheimite +Schrund +schtoff +schuh +schuhe +schuit +schule +schultenite +schungite +schuss +schute +schwa +schwabacher +Schwalbea +schwarz +Schwarzian +schweizer +schweizerkase +Schwendenerian +Schwenkfelder +Schwenkfeldian +Sciadopitys +Sciaena +sciaenid +Sciaenidae +sciaeniform +Sciaeniformes +sciaenoid +scialytic +sciamachy +Scian +sciapod +sciapodous +Sciara +sciarid +Sciaridae +Sciarinae +sciatheric +sciatherical +sciatherically +sciatic +sciatica +sciatical +sciatically +sciaticky +scibile +science +scienced +scient +sciential +scientician +scientific +scientifical +scientifically +scientificalness +scientificogeographical +scientificohistorical +scientificophilosophical +scientificopoetic +scientificoreligious +scientificoromantic +scientintically +scientism +Scientist +scientist +scientistic +scientistically +scientize +scientolism +scilicet +Scilla +scillain +scillipicrin +Scillitan +scillitin +scillitoxin +Scillonian +scimitar +scimitared +scimitarpod +scincid +Scincidae +scincidoid +scinciform +scincoid +scincoidian +Scincomorpha +Scincus +scind +sciniph +scintilla +scintillant +scintillantly +scintillate +scintillating +scintillatingly +scintillation +scintillator +scintillescent +scintillize +scintillometer +scintilloscope +scintillose +scintillously +scintle +scintler +scintling +sciograph +sciographic +sciography +sciolism +sciolist +sciolistic +sciolous +sciomachiology +sciomachy +sciomancy +sciomantic +scion +sciophilous +sciophyte +scioptic +sciopticon +scioptics +scioptric +sciosophist +sciosophy +Sciot +scioterical +scioterique +sciotheism +sciotheric +sciotherical +sciotherically +scious +scirenga +Scirophoria +Scirophorion +Scirpus +scirrhi +scirrhogastria +scirrhoid +scirrhoma +scirrhosis +scirrhous +scirrhus +scirrosity +scirtopod +Scirtopoda +scirtopodous +scissel +scissible +scissile +scission +scissiparity +scissor +scissorbill +scissorbird +scissorer +scissoring +scissorium +scissorlike +scissorlikeness +scissors +scissorsbird +scissorsmith +scissorstail +scissortail +scissorwise +scissura +scissure +Scissurella +scissurellid +Scissurellidae +Scitaminales +Scitamineae +sciurid +Sciuridae +sciurine +sciuroid +sciuromorph +Sciuromorpha +sciuromorphic +Sciuropterus +Sciurus +sclaff +sclate +sclater +Sclav +Sclavonian +sclaw +scler +sclera +scleral +scleranth +Scleranthaceae +Scleranthus +scleratogenous +sclere +sclerectasia +sclerectomy +scleredema +sclereid +sclerema +sclerencephalia +sclerenchyma +sclerenchymatous +sclerenchyme +sclererythrin +scleretinite +Scleria +scleriasis +sclerification +sclerify +sclerite +scleritic +scleritis +sclerized +sclerobase +sclerobasic +scleroblast +scleroblastema +scleroblastemic +scleroblastic +sclerocauly +sclerochorioiditis +sclerochoroiditis +scleroconjunctival +scleroconjunctivitis +sclerocornea +sclerocorneal +sclerodactylia +sclerodactyly +scleroderm +Scleroderma +scleroderma +Sclerodermaceae +Sclerodermata +Sclerodermatales +sclerodermatitis +sclerodermatous +Sclerodermi +sclerodermia +sclerodermic +sclerodermite +sclerodermitic +sclerodermitis +sclerodermous +sclerogen +Sclerogeni +sclerogenoid +sclerogenous +scleroid +scleroiritis +sclerokeratitis +sclerokeratoiritis +scleroma +scleromata +scleromeninx +scleromere +sclerometer +sclerometric +scleronychia +scleronyxis +Scleropages +Scleroparei +sclerophthalmia +sclerophyll +sclerophyllous +sclerophylly +scleroprotein +sclerosal +sclerosarcoma +Scleroscope +scleroscope +sclerose +sclerosed +scleroseptum +sclerosis +scleroskeletal +scleroskeleton +Sclerospora +sclerostenosis +Sclerostoma +sclerostomiasis +sclerotal +sclerote +sclerotia +sclerotial +sclerotic +sclerotica +sclerotical +scleroticectomy +scleroticochorioiditis +scleroticochoroiditis +scleroticonyxis +scleroticotomy +Sclerotinia +sclerotinial +sclerotiniose +sclerotioid +sclerotitic +sclerotitis +sclerotium +sclerotized +sclerotoid +sclerotome +sclerotomic +sclerotomy +sclerous +scleroxanthin +sclerozone +scliff +sclim +sclimb +scoad +scob +scobby +scobicular +scobiform +scobs +scoff +scoffer +scoffery +scoffing +scoffingly +scoffingstock +scofflaw +scog +scoggan +scogger +scoggin +scogginism +scogginist +scoinson +scoke +scolb +scold +scoldable +scoldenore +scolder +scolding +scoldingly +scoleces +scoleciasis +scolecid +Scolecida +scoleciform +scolecite +scolecoid +scolecology +scolecophagous +scolecospore +scoleryng +scolex +Scolia +scolia +scolices +scoliid +Scoliidae +scoliograptic +scoliokyposis +scoliometer +scolion +scoliorachitic +scoliosis +scoliotic +scoliotone +scolite +scollop +scolog +scolopaceous +Scolopacidae +scolopacine +Scolopax +Scolopendra +scolopendra +Scolopendrella +Scolopendrellidae +scolopendrelloid +scolopendrid +Scolopendridae +scolopendriform +scolopendrine +Scolopendrium +scolopendroid +scolophore +scolopophore +Scolymus +scolytid +Scolytidae +scolytoid +Scolytus +Scomber +scomberoid +Scombresocidae +Scombresox +scombrid +Scombridae +scombriform +Scombriformes +scombrine +scombroid +Scombroidea +scombroidean +scombrone +sconce +sconcer +sconcheon +sconcible +scone +scoon +scoop +scooped +scooper +scoopful +scooping +scoopingly +scoot +scooter +scopa +scoparin +scoparius +scopate +scope +scopeless +scopelid +Scopelidae +scopeliform +scopelism +scopeloid +Scopelus +scopet +scopic +Scopidae +scopiferous +scopiform +scopiformly +scopine +scopiped +scopola +scopolamine +scopoleine +scopoletin +scopoline +scopperil +scops +scoptical +scoptically +scoptophilia +scoptophiliac +scoptophilic +scoptophobia +scopula +Scopularia +scopularian +scopulate +scopuliferous +scopuliform +scopuliped +Scopulipedes +scopulite +scopulous +scopulousness +Scopus +scorbute +scorbutic +scorbutical +scorbutically +scorbutize +scorbutus +scorch +scorched +scorcher +scorching +scorchingly +scorchingness +scorchproof +score +scoreboard +scorebook +scored +scorekeeper +scorekeeping +scoreless +scorer +scoria +scoriac +scoriaceous +scoriae +scorification +scorifier +scoriform +scorify +scoring +scorious +scorn +scorned +scorner +scornful +scornfully +scornfulness +scorningly +scornproof +scorny +scorodite +Scorpaena +scorpaenid +Scorpaenidae +scorpaenoid +scorpene +scorper +Scorpidae +Scorpididae +Scorpii +Scorpiid +Scorpio +scorpioid +scorpioidal +Scorpioidea +scorpion +Scorpiones +scorpionic +scorpionid +Scorpionida +Scorpionidea +Scorpionis +scorpionweed +scorpionwort +Scorpiurus +Scorpius +scorse +scortation +scortatory +Scorzonera +Scot +scot +scotale +Scotch +scotch +scotcher +Scotchery +Scotchification +Scotchify +Scotchiness +scotching +Scotchman +scotchman +Scotchness +Scotchwoman +Scotchy +scote +scoter +scoterythrous +Scotia +scotia +Scotic +scotino +Scotism +Scotist +Scotistic +Scotistical +Scotize +Scotlandwards +scotodinia +scotogram +scotograph +scotographic +scotography +scotoma +scotomata +scotomatic +scotomatical +scotomatous +scotomia +scotomic +scotomy +scotophobia +scotopia +scotopic +scotoscope +scotosis +Scots +Scotsman +Scotswoman +Scott +Scotticism +Scotticize +Scottie +Scottification +Scottify +Scottish +Scottisher +Scottishly +Scottishman +Scottishness +Scotty +scouch +scouk +scoundrel +scoundreldom +scoundrelish +scoundrelism +scoundrelly +scoundrelship +scoup +scour +scourage +scoured +scourer +scouress +scourfish +scourge +scourger +scourging +scourgingly +scouriness +scouring +scourings +scourway +scourweed +scourwort +scoury +scouse +scout +scoutcraft +scoutdom +scouter +scouth +scouther +scouthood +scouting +scoutingly +scoutish +scoutmaster +scoutwatch +scove +scovel +scovillite +scovy +scow +scowbank +scowbanker +scowder +scowl +scowler +scowlful +scowling +scowlingly +scowlproof +scowman +scrab +scrabble +scrabbled +scrabbler +scrabe +scrae +scraffle +scrag +scragged +scraggedly +scraggedness +scragger +scraggily +scragginess +scragging +scraggled +scraggling +scraggly +scraggy +scraily +scram +scramasax +scramble +scramblement +scrambler +scrambling +scramblingly +scrambly +scrampum +scran +scranch +scrank +scranky +scrannel +scranning +scranny +scrap +scrapable +scrapbook +scrape +scrapeage +scraped +scrapepenny +scraper +scrapie +scraping +scrapingly +scrapler +scraplet +scrapling +scrapman +scrapmonger +scrappage +scrapped +scrapper +scrappet +scrappily +scrappiness +scrapping +scrappingly +scrapple +scrappler +scrappy +scrapworks +scrapy +scrat +scratch +scratchable +scratchably +scratchback +scratchboard +scratchbrush +scratchcard +scratchcarding +scratchcat +scratcher +scratches +scratchification +scratchiness +scratching +scratchingly +scratchless +scratchlike +scratchman +scratchproof +scratchweed +scratchwork +scratchy +scrath +scratter +scrattle +scrattling +scrauch +scrauchle +scraunch +scraw +scrawk +scrawl +scrawler +scrawliness +scrawly +scrawm +scrawnily +scrawniness +scrawny +scray +scraze +screak +screaking +screaky +scream +screamer +screaminess +screaming +screamingly +screamproof +screamy +scree +screech +screechbird +screecher +screechily +screechiness +screeching +screechingly +screechy +screed +screek +screel +screeman +screen +screenable +screenage +screencraft +screendom +screened +screener +screening +screenless +screenlike +screenman +screenplay +screensman +screenwise +screenwork +screenwriter +screeny +screet +screeve +screeved +screever +screich +screigh +screve +screver +screw +screwable +screwage +screwball +screwbarrel +screwdrive +screwdriver +screwed +screwer +screwhead +screwiness +screwing +screwish +screwless +screwlike +screwman +screwmatics +screwship +screwsman +screwstem +screwstock +screwwise +screwworm +screwy +scribable +scribacious +scribaciousness +scribal +scribatious +scribatiousness +scribblage +scribblative +scribblatory +scribble +scribbleable +scribbled +scribbledom +scribbleism +scribblemania +scribblement +scribbleomania +scribbler +scribbling +scribblingly +scribbly +scribe +scriber +scribeship +scribing +scribism +scribophilous +scride +scrieve +scriever +scriggle +scriggler +scriggly +scrike +scrim +scrime +scrimer +scrimmage +scrimmager +scrimp +scrimped +scrimpily +scrimpiness +scrimpingly +scrimply +scrimpness +scrimption +scrimpy +scrimshander +scrimshandy +scrimshank +scrimshanker +scrimshaw +scrimshon +scrimshorn +scrin +scrinch +scrine +scringe +scriniary +scrip +scripee +scripless +scrippage +script +scription +scriptitious +scriptitiously +scriptitory +scriptive +scriptor +scriptorial +scriptorium +scriptory +scriptural +Scripturalism +scripturalism +Scripturalist +scripturalist +Scripturality +scripturality +scripturalize +scripturally +scripturalness +Scripturarian +Scripture +scripture +Scriptured +scriptured +Scriptureless +scripturiency +scripturient +Scripturism +scripturism +Scripturist +scripula +scripulum +scritch +scritoire +scrivaille +scrive +scrivello +scriven +scrivener +scrivenership +scrivenery +scrivening +scrivenly +scriver +scrob +scrobble +scrobe +scrobicula +scrobicular +scrobiculate +scrobiculated +scrobicule +scrobiculus +scrobis +scrod +scrodgill +scroff +scrofula +scrofularoot +scrofulaweed +scrofulide +scrofulism +scrofulitic +scrofuloderm +scrofuloderma +scrofulorachitic +scrofulosis +scrofulotuberculous +scrofulous +scrofulously +scrofulousness +scrog +scroggy +scrolar +scroll +scrolled +scrollery +scrollhead +scrollwise +scrollwork +scrolly +scronach +scroo +scrooch +scrooge +scroop +Scrophularia +Scrophulariaceae +scrophulariaceous +scrota +scrotal +scrotectomy +scrotiform +scrotitis +scrotocele +scrotofemoral +scrotum +scrouge +scrouger +scrounge +scrounger +scrounging +scrout +scrow +scroyle +scrub +scrubbable +scrubbed +scrubber +scrubbery +scrubbily +scrubbiness +scrubbird +scrubbly +scrubboard +scrubby +scrubgrass +scrubland +scrubwood +scruf +scruff +scruffle +scruffman +scruffy +scruft +scrum +scrummage +scrummager +scrump +scrumple +scrumption +scrumptious +scrumptiously +scrumptiousness +scrunch +scrunchy +scrunge +scrunger +scrunt +scruple +scrupleless +scrupler +scruplesome +scruplesomeness +scrupula +scrupular +scrupuli +scrupulist +scrupulosity +scrupulous +scrupulously +scrupulousness +scrupulum +scrupulus +scrush +scrutability +scrutable +scrutate +scrutation +scrutator +scrutatory +scrutinant +scrutinate +scrutineer +scrutinization +scrutinize +scrutinizer +scrutinizingly +scrutinous +scrutinously +scrutiny +scruto +scrutoire +scruze +scry +scryer +scud +scuddaler +scuddawn +scudder +scuddick +scuddle +scuddy +scudi +scudler +scudo +scuff +scuffed +scuffer +scuffle +scuffler +scufflingly +scuffly +scuffy +scuft +scufter +scug +scuggery +sculch +sculduddery +scull +sculler +scullery +scullful +scullion +scullionish +scullionize +scullionship +scullog +sculp +sculper +sculpin +sculpt +sculptile +sculptitory +sculptograph +sculptography +Sculptor +sculptor +Sculptorid +sculptress +sculptural +sculpturally +sculpturation +sculpture +sculptured +sculpturer +sculpturesque +sculpturesquely +sculpturesqueness +sculpturing +sculsh +scum +scumber +scumble +scumbling +scumboard +scumfish +scumless +scumlike +scummed +scummer +scumming +scummy +scumproof +scun +scuncheon +scunder +scunner +scup +scupful +scuppaug +scupper +scuppernong +scuppet +scuppler +scur +scurdy +scurf +scurfer +scurfily +scurfiness +scurflike +scurfy +scurrier +scurrile +scurrilist +scurrility +scurrilize +scurrilous +scurrilously +scurrilousness +scurry +scurvied +scurvily +scurviness +scurvish +scurvy +scurvyweed +scusation +scuse +scut +scuta +scutage +scutal +scutate +scutated +scutatiform +scutation +scutch +scutcheon +scutcheoned +scutcheonless +scutcheonlike +scutcheonwise +scutcher +scutching +scute +scutel +scutella +scutellae +scutellar +Scutellaria +scutellarin +scutellate +scutellated +scutellation +scutellerid +Scutelleridae +scutelliform +scutelligerous +scutelliplantar +scutelliplantation +scutellum +scutibranch +Scutibranchia +scutibranchian +scutibranchiate +scutifer +scutiferous +scutiform +scutiger +Scutigera +scutigeral +Scutigeridae +scutigerous +scutiped +scutter +scuttle +scuttlebutt +scuttleful +scuttleman +scuttler +scuttling +scuttock +scutty +scutula +scutular +scutulate +scutulated +scutulum +Scutum +scutum +scybala +scybalous +scybalum +scye +scyelite +Scyld +Scylla +Scyllaea +Scyllaeidae +scyllarian +Scyllaridae +scyllaroid +Scyllarus +Scyllidae +Scylliidae +scyllioid +Scylliorhinidae +scylliorhinoid +Scylliorhinus +scyllite +scyllitol +Scyllium +scypha +scyphae +scyphate +scyphi +scyphiferous +scyphiform +scyphiphorous +scyphistoma +scyphistomae +scyphistomoid +scyphistomous +scyphoi +scyphomancy +Scyphomedusae +scyphomedusan +scyphomedusoid +scyphophore +Scyphophori +scyphophorous +scyphopolyp +scyphose +scyphostoma +Scyphozoa +scyphozoan +scyphula +scyphulus +scyphus +scyt +scytale +Scyth +scythe +scytheless +scythelike +scytheman +scythesmith +scythestone +scythework +Scythian +Scythic +Scythize +scytitis +scytoblastema +scytodepsic +Scytonema +Scytonemataceae +scytonemataceous +scytonematoid +scytonematous +Scytopetalaceae +scytopetalaceous +Scytopetalum +sdeath +sdrucciola +se +sea +seabeach +seabeard +Seabee +seaberry +seaboard +seaborderer +seabound +seacannie +seacatch +seacoast +seaconny +seacraft +seacrafty +seacunny +seadog +seadrome +seafardinger +seafare +seafarer +seafaring +seaflood +seaflower +seafolk +Seaforthia +seafowl +Seaghan +seagirt +seagoer +seagoing +seah +seahound +seak +seal +sealable +sealant +sealch +sealed +sealer +sealery +sealess +sealet +sealette +sealflower +sealike +sealine +sealing +sealless +seallike +sealskin +sealwort +Sealyham +seam +seaman +seamancraft +seamanite +seamanlike +seamanly +seamanship +seamark +Seamas +seambiter +seamed +seamer +seaminess +seaming +seamless +seamlessly +seamlessness +seamlet +seamlike +seamost +seamrend +seamrog +seamster +seamstress +Seamus +seamy +Sean +seance +seapiece +seaplane +seaport +seaquake +sear +searce +searcer +search +searchable +searchableness +searchant +searcher +searcheress +searcherlike +searchership +searchful +searching +searchingly +searchingness +searchless +searchlight +searchment +searcloth +seared +searedness +searer +searing +searlesite +searness +seary +Seasan +seascape +seascapist +seascout +seascouting +seashine +seashore +seasick +seasickness +seaside +seasider +season +seasonable +seasonableness +seasonably +seasonal +seasonality +seasonally +seasonalness +seasoned +seasonedly +seasoner +seasoning +seasoninglike +seasonless +seastrand +seastroke +seat +seatang +seated +seater +seathe +seating +seatless +seatrain +seatron +seatsman +seatwork +seave +seavy +seawant +seaward +seawardly +seaware +seaway +seaweed +seaweedy +seawife +seawoman +seaworn +seaworthiness +seaworthy +seax +Seba +sebacate +sebaceous +sebacic +sebait +Sebastian +sebastianite +Sebastichthys +Sebastodes +sebate +sebesten +sebiferous +sebific +sebilla +sebiparous +sebkha +sebolith +seborrhagia +seborrhea +seborrheal +seborrheic +seborrhoic +Sebright +sebum +sebundy +sec +secability +secable +Secale +secalin +secaline +secalose +Secamone +secancy +secant +secantly +secateur +secede +Seceder +seceder +secern +secernent +secernment +secesh +secesher +Secessia +Secession +secession +Secessional +secessional +secessionalist +Secessiondom +secessioner +secessionism +secessionist +sech +Sechium +Sechuana +seck +Seckel +seclude +secluded +secludedly +secludedness +secluding +secluse +seclusion +seclusionist +seclusive +seclusively +seclusiveness +secodont +secohm +secohmmeter +second +secondar +secondarily +secondariness +secondary +seconde +seconder +secondhand +secondhanded +secondhandedly +secondhandedness +secondly +secondment +secondness +secos +secpar +secque +secre +secrecy +secret +secreta +secretage +secretagogue +secretarial +secretarian +Secretariat +secretariat +secretariate +secretary +secretaryship +secrete +secretin +secretion +secretional +secretionary +secretitious +secretive +secretively +secretiveness +secretly +secretmonger +secretness +secreto +secretomotor +secretor +secretory +secretum +sect +sectarial +sectarian +sectarianism +sectarianize +sectarianly +sectarism +sectarist +sectary +sectator +sectile +sectility +section +sectional +sectionalism +sectionalist +sectionality +sectionalization +sectionalize +sectionally +sectionary +sectionist +sectionize +sectioplanography +sectism +sectist +sectiuncle +sective +sector +sectoral +sectored +sectorial +sectroid +sectwise +secular +secularism +secularist +secularistic +secularity +secularization +secularize +secularizer +secularly +secularness +secund +secundate +secundation +secundiflorous +secundigravida +secundine +secundipara +secundiparity +secundiparous +secundly +secundogeniture +secundoprimary +secundus +securable +securance +secure +securely +securement +secureness +securer +securicornate +securifer +Securifera +securiferous +securiform +Securigera +securigerous +securitan +security +Sedaceae +Sedan +sedan +Sedang +sedanier +Sedat +sedate +sedately +sedateness +sedation +sedative +sedent +Sedentaria +sedentarily +sedentariness +sedentary +sedentation +Seder +sederunt +sedge +sedged +sedgelike +sedging +sedgy +sedigitate +sedigitated +sedile +sedilia +sediment +sedimental +sedimentarily +sedimentary +sedimentate +sedimentation +sedimentous +sedimetric +sedimetrical +sedition +seditionary +seditionist +seditious +seditiously +seditiousness +sedjadeh +Sedovic +seduce +seduceable +seducee +seducement +seducer +seducible +seducing +seducingly +seducive +seduct +seduction +seductionist +seductive +seductively +seductiveness +seductress +sedulity +sedulous +sedulously +sedulousness +Sedum +sedum +see +seeable +seeableness +Seebeck +seecatch +seech +seed +seedage +seedbed +seedbird +seedbox +seedcake +seedcase +seedeater +seeded +Seeder +seeder +seedful +seedgall +seedily +seediness +seedkin +seedless +seedlessness +seedlet +seedlike +seedling +seedlip +seedman +seedness +seedsman +seedstalk +seedtime +seedy +seege +seeing +seeingly +seeingness +seek +seeker +Seekerism +seeking +seel +seelful +seely +seem +seemable +seemably +seemer +seeming +seemingly +seemingness +seemless +seemlihead +seemlily +seemliness +seemly +seen +seenie +Seenu +seep +seepage +seeped +seepweed +seepy +seer +seerband +seercraft +seeress +seerfish +seerhand +seerhood +seerlike +seerpaw +seership +seersucker +seesaw +seesawiness +seesee +seethe +seething +seethingly +seetulputty +Sefekhet +seg +seggar +seggard +segged +seggrom +Seginus +segment +segmental +segmentally +segmentary +segmentate +segmentation +segmented +sego +segol +segolate +segreant +segregable +segregant +segregate +segregateness +segregation +segregational +segregationist +segregative +segregator +Sehyo +seiche +Seid +Seidel +seidel +Seidlitz +seigneur +seigneurage +seigneuress +seigneurial +seigneury +seignior +seigniorage +seignioral +seignioralty +seigniorial +seigniority +seigniorship +seigniory +seignorage +seignoral +seignorial +seignorize +seignory +seilenoi +seilenos +seine +seiner +seirospore +seirosporic +seise +seism +seismal +seismatical +seismetic +seismic +seismically +seismicity +seismism +seismochronograph +seismogram +seismograph +seismographer +seismographic +seismographical +seismography +seismologic +seismological +seismologically +seismologist +seismologue +seismology +seismometer +seismometric +seismometrical +seismometrograph +seismometry +seismomicrophone +seismoscope +seismoscopic +seismotectonic +seismotherapy +seismotic +seit +seity +Seiurus +Seiyuhonto +Seiyukai +seizable +seize +seizer +seizin +seizing +seizor +seizure +sejant +sejoin +sejoined +sejugate +sejugous +sejunct +sejunctive +sejunctively +sejunctly +Sekane +Sekani +Sekar +Seker +Sekhwan +sekos +selachian +Selachii +selachoid +Selachoidei +Selachostome +Selachostomi +selachostomous +seladang +Selaginaceae +Selaginella +Selaginellaceae +selaginellaceous +selagite +Selago +selah +selamin +selamlik +selbergite +Selbornian +seldom +seldomcy +seldomer +seldomly +seldomness +seldor +seldseen +sele +select +selectable +selected +selectedly +selectee +selection +selectionism +selectionist +selective +selectively +selectiveness +selectivity +selectly +selectman +selectness +selector +Selena +selenate +Selene +selenian +seleniate +selenic +Selenicereus +selenide +Selenidera +seleniferous +selenigenous +selenion +selenious +Selenipedium +selenite +selenitic +selenitical +selenitiferous +selenitish +selenium +seleniuret +selenobismuthite +selenocentric +selenodont +Selenodonta +selenodonty +selenograph +selenographer +selenographic +selenographical +selenographically +selenographist +selenography +selenolatry +selenological +selenologist +selenology +selenomancy +selenoscope +selenosis +selenotropic +selenotropism +selenotropy +selensilver +selensulphur +Seleucian +Seleucid +Seleucidae +Seleucidan +Seleucidean +Seleucidian +Seleucidic +self +selfcide +selfdom +selfful +selffulness +selfheal +selfhood +selfish +selfishly +selfishness +selfism +selfist +selfless +selflessly +selflessness +selfly +selfness +selfpreservatory +selfsame +selfsameness +selfward +selfwards +selictar +seligmannite +selihoth +Selina +Selinuntine +selion +Seljuk +Seljukian +sell +sella +sellable +sellably +sellaite +sellar +sellate +sellenders +seller +Selli +sellie +selliform +selling +sellout +selly +selsoviet +selsyn +selt +Selter +Seltzer +seltzogene +Selung +selva +selvage +selvaged +selvagee +selvedge +selzogene +Semaeostomae +Semaeostomata +Semang +semanteme +semantic +semantical +semantically +semantician +semanticist +semantics +semantological +semantology +semantron +semaphore +semaphoric +semaphorical +semaphorically +semaphorist +semarum +semasiological +semasiologically +semasiologist +semasiology +semateme +sematic +sematographic +sematography +sematology +sematrope +semball +semblable +semblably +semblance +semblant +semblative +semble +seme +Semecarpus +semeed +semeia +semeiography +semeiologic +semeiological +semeiologist +semeiology +semeion +semeiotic +semeiotical +semeiotics +semelfactive +semelincident +semen +semence +Semeostoma +semese +semester +semestral +semestrial +semi +semiabstracted +semiaccomplishment +semiacid +semiacidified +semiacquaintance +semiadherent +semiadjectively +semiadnate +semiaerial +semiaffectionate +semiagricultural +Semiahmoo +semialbinism +semialcoholic +semialien +semiallegiance +semialpine +semialuminous +semiamplexicaul +semiamplitude +semianarchist +semianatomical +semianatropal +semianatropous +semiangle +semiangular +semianimal +semianimate +semianimated +semiannealed +semiannual +semiannually +semiannular +semianthracite +semiantiministerial +semiantique +semiape +semiaperiodic +semiaperture +semiappressed +semiaquatic +semiarborescent +semiarc +semiarch +semiarchitectural +semiarid +semiaridity +semiarticulate +semiasphaltic +semiatheist +semiattached +semiautomatic +semiautomatically +semiautonomous +semiaxis +semibacchanalian +semibachelor +semibald +semibalked +semiball +semiballoon +semiband +semibarbarian +semibarbarianism +semibarbaric +semibarbarism +semibarbarous +semibaronial +semibarren +semibase +semibasement +semibastion +semibay +semibeam +semibejan +semibelted +semibifid +semibituminous +semibleached +semiblind +semiblunt +semibody +semiboiled +semibolshevist +semibolshevized +semibouffant +semibourgeois +semibreve +semibull +semiburrowing +semic +semicadence +semicalcareous +semicalcined +semicallipygian +semicanal +semicanalis +semicannibalic +semicantilever +semicarbazide +semicarbazone +semicarbonate +semicarbonize +semicardinal +semicartilaginous +semicastrate +semicastration +semicatholicism +semicaudate +semicelestial +semicell +semicellulose +semicentenarian +semicentenary +semicentennial +semicentury +semichannel +semichaotic +semichemical +semicheviot +semichevron +semichiffon +semichivalrous +semichoric +semichorus +semichrome +semicircle +semicircled +semicircular +semicircularity +semicircularly +semicircularness +semicircumference +semicircumferentor +semicircumvolution +semicirque +semicitizen +semicivilization +semicivilized +semiclassic +semiclassical +semiclause +semicleric +semiclerical +semiclimber +semiclimbing +semiclose +semiclosed +semiclosure +semicoagulated +semicoke +semicollapsible +semicollar +semicollegiate +semicolloid +semicolloquial +semicolon +semicolonial +semicolumn +semicolumnar +semicoma +semicomatose +semicombined +semicombust +semicomic +semicomical +semicommercial +semicompact +semicompacted +semicomplete +semicomplicated +semiconceal +semiconcrete +semiconducting +semiconductor +semicone +semiconfident +semiconfinement +semiconfluent +semiconformist +semiconformity +semiconic +semiconical +semiconnate +semiconnection +semiconoidal +semiconscious +semiconsciously +semiconsciousness +semiconservative +semiconsonant +semiconsonantal +semiconspicuous +semicontinent +semicontinuum +semicontraction +semicontradiction +semiconvergence +semiconvergent +semiconversion +semiconvert +semicordate +semicordated +semicoriaceous +semicorneous +semicoronate +semicoronated +semicoronet +semicostal +semicostiferous +semicotton +semicotyle +semicounterarch +semicountry +semicrepe +semicrescentic +semicretin +semicretinism +semicriminal +semicroma +semicrome +semicrustaceous +semicrystallinc +semicubical +semicubit +semicup +semicupium +semicupola +semicured +semicurl +semicursive +semicurvilinear +semicyclic +semicycloid +semicylinder +semicylindric +semicylindrical +semicynical +semidaily +semidangerous +semidark +semidarkness +semidead +semideaf +semidecay +semidecussation +semidefinite +semideific +semideification +semideistical +semideity +semidelight +semidelirious +semideltaic +semidemented +semidenatured +semidependence +semidependent +semideponent +semidesert +semidestructive +semidetached +semidetachment +semideveloped +semidiagrammatic +semidiameter +semidiapason +semidiapente +semidiaphaneity +semidiaphanous +semidiatessaron +semidifference +semidigested +semidigitigrade +semidigression +semidilapidation +semidine +semidirect +semidisabled +semidisk +semiditone +semidiurnal +semidivided +semidivine +semidocumentary +semidodecagon +semidole +semidome +semidomed +semidomestic +semidomesticated +semidomestication +semidomical +semidormant +semidouble +semidrachm +semidramatic +semidress +semidressy +semidried +semidry +semidrying +semiductile +semidull +semiduplex +semiduration +semieducated +semieffigy +semiegg +semiegret +semielastic +semielision +semiellipse +semiellipsis +semiellipsoidal +semielliptic +semielliptical +semienclosed +semiengaged +semiequitant +semierect +semieremitical +semiessay +semiexecutive +semiexpanded +semiexplanation +semiexposed +semiexternal +semiextinct +semiextinction +semifable +semifabulous +semifailure +semifamine +semifascia +semifasciated +semifashion +semifast +semifatalistic +semiferal +semiferous +semifeudal +semifeudalism +semifib +semifiction +semifictional +semifigurative +semifigure +semifinal +semifinalist +semifine +semifinish +semifinished +semifiscal +semifistular +semifit +semifitting +semifixed +semiflashproof +semiflex +semiflexed +semiflexible +semiflexion +semiflexure +semiflint +semifloating +semifloret +semifloscular +semifloscule +semiflosculose +semiflosculous +semifluctuant +semifluctuating +semifluid +semifluidic +semifluidity +semifoaming +semiforbidding +semiforeign +semiform +semiformal +semiformed +semifossil +semifossilized +semifrantic +semifriable +semifrontier +semifuddle +semifunctional +semifused +semifusion +semify +semigala +semigelatinous +semigentleman +semigenuflection +semigirder +semiglaze +semiglazed +semiglobe +semiglobose +semiglobular +semiglobularly +semiglorious +semiglutin +semigod +semigovernmental +semigrainy +semigranitic +semigranulate +semigravel +semigroove +semihand +semihard +semiharden +semihardy +semihastate +semihepatization +semiherbaceous +semiheterocercal +semihexagon +semihexagonal +semihiant +semihiatus +semihibernation +semihigh +semihistorical +semihobo +semihonor +semihoral +semihorny +semihostile +semihot +semihuman +semihumanitarian +semihumanized +semihumbug +semihumorous +semihumorously +semihyaline +semihydrate +semihydrobenzoinic +semihyperbola +semihyperbolic +semihyperbolical +semijealousy +semijubilee +semijudicial +semijuridical +semilanceolate +semilatent +semilatus +semileafless +semilegendary +semilegislative +semilens +semilenticular +semilethal +semiliberal +semilichen +semiligneous +semilimber +semilined +semiliquid +semiliquidity +semiliterate +semilocular +semilogarithmic +semilogical +semilong +semilooper +semiloose +semiloyalty +semilucent +semilunar +semilunare +semilunary +semilunate +semilunation +semilune +semiluxation +semiluxury +semimachine +semimade +semimadman +semimagical +semimagnetic +semimajor +semimalignant +semimanufacture +semimanufactured +semimarine +semimarking +semimathematical +semimature +semimechanical +semimedicinal +semimember +semimembranosus +semimembranous +semimenstrual +semimercerized +semimessianic +semimetal +semimetallic +semimetamorphosis +semimicrochemical +semimild +semimilitary +semimill +semimineral +semimineralized +semiminim +semiminor +semimolecule +semimonastic +semimonitor +semimonopoly +semimonster +semimonthly +semimoron +semimucous +semimute +semimystic +semimystical +semimythical +seminaked +seminal +seminality +seminally +seminaphthalidine +seminaphthylamine +seminar +seminarcosis +seminarial +seminarian +seminarianism +seminarist +seminaristic +seminarize +seminary +seminasal +seminase +seminatant +seminate +semination +seminationalization +seminative +seminebulous +seminecessary +seminegro +seminervous +seminiferal +seminiferous +seminific +seminifical +seminification +seminist +seminium +seminivorous +seminocturnal +Seminole +seminoma +seminomad +seminomadic +seminomata +seminonconformist +seminonflammable +seminonsensical +seminormal +seminose +seminovel +seminovelty +seminude +seminudity +seminule +seminuliferous +seminuria +seminvariant +seminvariantive +semioblivion +semioblivious +semiobscurity +semioccasional +semioccasionally +semiocclusive +semioctagonal +semiofficial +semiofficially +semiography +Semionotidae +Semionotus +semiopacity +semiopacous +semiopal +semiopalescent +semiopaque +semiopened +semiorb +semiorbicular +semiorbicularis +semiorbiculate +semiordinate +semiorganized +semioriental +semioscillation +semiosseous +semiostracism +semiotic +semiotician +semioval +semiovaloid +semiovate +semioviparous +semiovoid +semiovoidal +semioxidated +semioxidized +semioxygenated +semioxygenized +semipagan +semipalmate +semipalmated +semipalmation +semipanic +semipapal +semipapist +semiparallel +semiparalysis +semiparameter +semiparasitic +semiparasitism +semipaste +semipastoral +semipasty +semipause +semipeace +semipectinate +semipectinated +semipectoral +semiped +semipedal +semipellucid +semipellucidity +semipendent +semipenniform +semiperfect +semiperimeter +semiperimetry +semiperiphery +semipermanent +semipermeability +semipermeable +semiperoid +semiperspicuous +semipertinent +semipervious +semipetaloid +semipetrified +semiphase +semiphilologist +semiphilosophic +semiphilosophical +semiphlogisticated +semiphonotypy +semiphosphorescent +semipinacolic +semipinacolin +semipinnate +semipiscine +semiplantigrade +semiplastic +semiplumaceous +semiplume +semipolar +semipolitical +semipolitician +semipoor +semipopish +semipopular +semiporcelain +semiporous +semiporphyritic +semiportable +semipostal +semipractical +semiprecious +semipreservation +semiprimigenous +semiprivacy +semiprivate +semipro +semiprofane +semiprofessional +semiprofessionalized +semipronation +semiprone +semipronominal +semiproof +semiproselyte +semiprosthetic +semiprostrate +semiprotectorate +semiproven +semipublic +semipupa +semipurulent +semiputrid +semipyramidal +semipyramidical +semipyritic +semiquadrangle +semiquadrantly +semiquadrate +semiquantitative +semiquantitatively +semiquartile +semiquaver +semiquietism +semiquietist +semiquinquefid +semiquintile +semiquote +semiradial +semiradiate +Semiramis +Semiramize +semirapacious +semirare +semirattlesnake +semiraw +semirebellion +semirecondite +semirecumbent +semirefined +semireflex +semiregular +semirelief +semireligious +semireniform +semirepublican +semiresinous +semiresolute +semirespectability +semirespectable +semireticulate +semiretirement +semiretractile +semireverberatory +semirevolute +semirevolution +semirevolutionist +semirhythm +semiriddle +semirigid +semiring +semiroll +semirotary +semirotating +semirotative +semirotatory +semirotund +semirotunda +semiround +semiroyal +semiruin +semirural +semirustic +semis +semisacerdotal +semisacred +semisagittate +semisaint +semisaline +semisaltire +semisaprophyte +semisaprophytic +semisarcodic +semisatiric +semisaturation +semisavage +semisavagedom +semisavagery +semiscenic +semischolastic +semiscientific +semiseafaring +semisecondary +semisecrecy +semisecret +semisection +semisedentary +semisegment +semisensuous +semisentient +semisentimental +semiseparatist +semiseptate +semiserf +semiserious +semiseriously +semiseriousness +semiservile +semisevere +semiseverely +semiseverity +semisextile +semishady +semishaft +semisheer +semishirker +semishrub +semishrubby +semisightseeing +semisilica +semisimious +semisimple +semisingle +semisixth +semiskilled +semislave +semismelting +semismile +semisocial +semisocialism +semisociative +semisocinian +semisoft +semisolemn +semisolemnity +semisolemnly +semisolid +semisolute +semisomnambulistic +semisomnolence +semisomnous +semisopor +semisovereignty +semispan +semispeculation +semisphere +semispheric +semispherical +semispheroidal +semispinalis +semispiral +semispiritous +semispontaneity +semispontaneous +semispontaneously +semispontaneousness +semisport +semisporting +semisquare +semistagnation +semistaminate +semistarvation +semistarved +semistate +semisteel +semistiff +semistill +semistock +semistory +semistratified +semistriate +semistriated +semistuporous +semisubterranean +semisuburban +semisuccess +semisuccessful +semisuccessfully +semisucculent +semisupernatural +semisupinated +semisupination +semisupine +semisuspension +semisymmetric +semita +semitact +semitae +semitailored +semital +semitandem +semitangent +semitaur +Semite +semitechnical +semiteetotal +semitelic +semitendinosus +semitendinous +semiterete +semiterrestrial +semitertian +semitesseral +semitessular +semitheological +semithoroughfare +Semitic +Semiticism +Semiticize +Semitics +semitime +Semitism +Semitist +Semitization +Semitize +semitonal +semitonally +semitone +semitonic +semitonically +semitontine +semitorpid +semitour +semitrailer +semitrained +semitransept +semitranslucent +semitransparency +semitransparent +semitransverse +semitreasonable +semitrimmed +semitropic +semitropical +semitropics +semitruth +semituberous +semitubular +semiuncial +semiundressed +semiuniversalist +semiupright +semiurban +semiurn +semivalvate +semivault +semivector +semivegetable +semivertebral +semiverticillate +semivibration +semivirtue +semiviscid +semivital +semivitreous +semivitrification +semivitrified +semivocal +semivocalic +semivolatile +semivolcanic +semivoluntary +semivowel +semivulcanized +semiwaking +semiwarfare +semiweekly +semiwild +semiwoody +semiyearly +semmet +semmit +Semnae +Semnones +Semnopithecinae +semnopithecine +Semnopithecus +semola +semolella +semolina +semological +semology +Semostomae +semostomeous +semostomous +semperannual +sempergreen +semperidentical +semperjuvenescent +sempervirent +sempervirid +Sempervivum +sempitern +sempiternal +sempiternally +sempiternity +sempiternize +sempiternous +sempstrywork +semsem +semuncia +semuncial +sen +Senaah +senaite +senam +senarian +senarius +senarmontite +senary +senate +senator +senatorial +senatorially +senatorian +senatorship +senatory +senatress +senatrices +senatrix +sence +Senci +sencion +send +sendable +sendal +sendee +sender +sending +Seneca +Senecan +Senecio +senecioid +senecionine +senectitude +senectude +senectuous +senega +Senegal +Senegalese +Senegambian +senegin +senesce +senescence +senescent +seneschal +seneschally +seneschalship +seneschalsy +seneschalty +sengreen +senicide +Senijextee +senile +senilely +senilism +senility +senilize +senior +seniority +seniorship +Senlac +Senna +senna +sennegrass +sennet +sennight +sennit +sennite +senocular +Senones +Senonian +sensa +sensable +sensal +sensate +sensation +sensational +sensationalism +sensationalist +sensationalistic +sensationalize +sensationally +sensationary +sensationish +sensationism +sensationist +sensationistic +sensationless +sensatorial +sensatory +sense +sensed +senseful +senseless +senselessly +senselessness +sensibilia +sensibilisin +sensibilitist +sensibilitous +sensibility +sensibilium +sensibilization +sensibilize +sensible +sensibleness +sensibly +sensical +sensifacient +sensiferous +sensific +sensificatory +sensifics +sensify +sensigenous +sensile +sensilia +sensilla +sensillum +sension +sensism +sensist +sensistic +sensitive +sensitively +sensitiveness +sensitivity +sensitization +sensitize +sensitizer +sensitometer +sensitometric +sensitometry +sensitory +sensive +sensize +senso +sensomobile +sensomobility +sensomotor +sensoparalysis +sensor +sensoria +sensorial +sensoriglandular +sensorimotor +sensorimuscular +sensorium +sensorivascular +sensorivasomotor +sensorivolitional +sensory +sensual +sensualism +sensualist +sensualistic +sensuality +sensualization +sensualize +sensually +sensualness +sensuism +sensuist +sensum +sensuosity +sensuous +sensuously +sensuousness +sensyne +sent +sentence +sentencer +sentential +sententially +sententiarian +sententiarist +sententiary +sententiosity +sententious +sententiously +sententiousness +sentience +sentiendum +sentient +sentiently +sentiment +sentimental +sentimentalism +sentimentalist +sentimentality +sentimentalization +sentimentalize +sentimentalizer +sentimentally +sentimenter +sentimentless +sentinel +sentinellike +sentinelship +sentinelwise +sentisection +sentition +sentry +Senusi +Senusian +Senusism +sepad +sepal +sepaled +sepaline +sepalled +sepalody +sepaloid +separability +separable +separableness +separably +separata +separate +separatedly +separately +separateness +separates +separatical +separating +separation +separationism +separationist +separatism +separatist +separatistic +separative +separatively +separativeness +separator +separatory +separatress +separatrix +separatum +Sepharad +Sephardi +Sephardic +Sephardim +Sepharvites +sephen +sephiric +sephirothic +sepia +sepiaceous +sepialike +sepian +sepiarian +sepiary +sepic +sepicolous +Sepiidae +sepiment +sepioid +Sepioidea +Sepiola +Sepiolidae +sepiolite +sepion +sepiost +sepiostaire +sepium +sepone +sepoy +seppuku +seps +Sepsidae +sepsine +sepsis +Sept +sept +septa +septal +septan +septane +septangle +septangled +septangular +septangularness +septarian +septariate +septarium +septate +septated +septation +septatoarticulate +septavalent +septave +septcentenary +septectomy +September +Septemberer +Septemberism +Septemberist +Septembral +Septembrian +Septembrist +Septembrize +Septembrizer +septemdecenary +septemfid +septemfluous +septemfoliate +septemfoliolate +septemia +septempartite +septemplicate +septemvious +septemvir +septemvirate +septemviri +septenar +septenarian +septenarius +septenary +septenate +septendecennial +septendecimal +septennary +septennate +septenniad +septennial +septennialist +septenniality +septennially +septennium +septenous +Septentrio +Septentrion +septentrional +septentrionality +septentrionally +septentrionate +septentrionic +septerium +septet +septfoil +Septi +Septibranchia +Septibranchiata +septic +septical +septically +septicemia +septicemic +septicidal +septicidally +septicity +septicization +septicolored +septicopyemia +septicopyemic +septier +septifarious +septiferous +septifluous +septifolious +septiform +septifragal +septifragally +septilateral +septile +septillion +septillionth +septimal +septimanal +septimanarian +septime +septimetritis +septimole +septinsular +septipartite +septisyllabic +septisyllable +septivalent +septleva +Septobasidium +septocosta +septocylindrical +Septocylindrium +septodiarrhea +septogerm +Septogloeum +septoic +septole +septomarginal +septomaxillary +septonasal +Septoria +septotomy +septship +septuagenarian +septuagenarianism +septuagenary +septuagesima +Septuagint +septuagint +Septuagintal +septulate +septulum +septum +septuncial +septuor +septuple +septuplet +septuplicate +septuplication +sepulcher +sepulchral +sepulchralize +sepulchrally +sepulchrous +sepultural +sepulture +sequa +sequacious +sequaciously +sequaciousness +sequacity +Sequan +Sequani +Sequanian +sequel +sequela +sequelae +sequelant +sequence +sequencer +sequency +sequent +sequential +sequentiality +sequentially +sequently +sequest +sequester +sequestered +sequesterment +sequestra +sequestrable +sequestral +sequestrate +sequestration +sequestrator +sequestratrices +sequestratrix +sequestrectomy +sequestrotomy +sequestrum +sequin +sequitur +Sequoia +ser +sera +serab +Serabend +seragli +seraglio +serai +serail +seral +seralbumin +seralbuminous +serang +serape +Serapea +Serapeum +seraph +seraphic +seraphical +seraphically +seraphicalness +seraphicism +seraphicness +seraphim +seraphina +seraphine +seraphism +seraphlike +seraphtide +Serapias +Serapic +Serapis +Serapist +serasker +seraskerate +seraskier +seraskierat +serau +seraw +Serb +Serbdom +Serbian +Serbize +Serbonian +Serbophile +Serbophobe +sercial +serdab +Serdar +Sere +sere +Serean +sereh +Serena +serenade +serenader +serenata +serenate +Serendib +serendibite +serendipity +serendite +serene +serenely +sereneness +serenify +serenissime +serenissimi +serenissimo +serenity +serenize +Serenoa +Serer +Seres +sereward +serf +serfage +serfdom +serfhood +serfish +serfishly +serfishness +serfism +serflike +serfship +Serge +serge +sergeancy +Sergeant +sergeant +sergeantcy +sergeantess +sergeantry +sergeantship +sergeanty +sergedesoy +Sergei +serger +sergette +serging +Sergio +Sergiu +Sergius +serglobulin +Seri +serial +serialist +seriality +serialization +serialize +serially +Serian +seriary +seriate +seriately +seriatim +seriation +Seric +Sericana +sericate +sericated +sericea +sericeotomentose +sericeous +sericicultural +sericiculture +sericiculturist +sericin +sericipary +sericite +sericitic +sericitization +Sericocarpus +sericteria +sericterium +serictery +sericultural +sericulture +sericulturist +seriema +series +serif +serific +Seriform +serigraph +serigrapher +serigraphy +serimeter +serin +serine +serinette +seringa +seringal +seringhi +Serinus +serio +seriocomedy +seriocomic +seriocomical +seriocomically +seriogrotesque +Seriola +Seriolidae +serioline +serioludicrous +seriopantomimic +serioridiculous +seriosity +serious +seriously +seriousness +seripositor +Serjania +serjeant +serment +sermo +sermocination +sermocinatrix +sermon +sermoneer +sermoner +sermonesque +sermonet +sermonettino +sermonic +sermonically +sermonics +sermonish +sermonism +sermonist +sermonize +sermonizer +sermonless +sermonoid +sermonolatry +sermonology +sermonproof +sermonwise +sermuncle +sernamby +sero +seroalbumin +seroalbuminuria +seroanaphylaxis +serobiological +serocolitis +serocyst +serocystic +serodermatosis +serodermitis +serodiagnosis +serodiagnostic +seroenteritis +seroenzyme +serofibrinous +serofibrous +serofluid +serogelatinous +serohemorrhagic +serohepatitis +seroimmunity +serolactescent +serolemma +serolin +serolipase +serologic +serological +serologically +serologist +serology +seromaniac +seromembranous +seromucous +seromuscular +seron +seronegative +seronegativity +seroon +seroot +seroperitoneum +serophthisis +serophysiology +seroplastic +seropneumothorax +seropositive +seroprevention +seroprognosis +seroprophylaxis +seroprotease +seropuriform +seropurulent +seropus +seroreaction +serosa +serosanguineous +serosanguinolent +seroscopy +serositis +serosity +serosynovial +serosynovitis +serotherapeutic +serotherapeutics +serotherapist +serotherapy +serotina +serotinal +serotine +serotinous +serotoxin +serous +serousness +serovaccine +serow +serozyme +Serpari +serpedinous +Serpens +Serpent +serpent +serpentaria +Serpentarian +Serpentarii +serpentarium +Serpentarius +serpentary +serpentcleide +serpenteau +Serpentes +serpentess +Serpentian +serpenticidal +serpenticide +Serpentid +serpentiferous +serpentiform +serpentina +serpentine +serpentinely +Serpentinian +serpentinic +serpentiningly +serpentinization +serpentinize +serpentinoid +serpentinous +Serpentis +serpentivorous +serpentize +serpentlike +serpently +serpentoid +serpentry +serpentwood +serphid +Serphidae +serphoid +Serphoidea +serpierite +serpiginous +serpiginously +serpigo +serpivolant +serpolet +Serpula +serpula +Serpulae +serpulae +serpulan +serpulid +Serpulidae +serpulidan +serpuline +serpulite +serpulitic +serpuloid +serra +serradella +serrage +serran +serrana +serranid +Serranidae +Serrano +serrano +serranoid +Serranus +Serrasalmo +serrate +serrated +serratic +serratiform +serratile +serration +serratirostral +serratocrenate +serratodentate +serratodenticulate +serratoglandulous +serratospinose +serrature +serricorn +Serricornia +Serridentines +Serridentinus +serried +serriedly +serriedness +Serrifera +serriferous +serriform +serriped +serrirostrate +serrulate +serrulated +serrulation +serry +sert +serta +Sertularia +sertularian +Sertulariidae +sertularioid +sertule +sertulum +sertum +serum +serumal +serut +servable +servage +serval +servaline +servant +servantcy +servantdom +servantess +servantless +servantlike +servantry +servantship +servation +serve +servente +serventism +server +servery +servet +Servetian +Servetianism +Servian +service +serviceability +serviceable +serviceableness +serviceably +serviceberry +serviceless +servicelessness +serviceman +Servidor +servidor +servient +serviential +serviette +servile +servilely +servileness +servilism +servility +servilize +serving +servingman +servist +Servite +servitor +servitorial +servitorship +servitress +servitrix +servitude +serviture +Servius +servo +servomechanism +servomotor +servulate +serwamby +sesame +sesamoid +sesamoidal +sesamoiditis +Sesamum +Sesban +Sesbania +sescuple +Seseli +Seshat +Sesia +Sesiidae +sesma +sesqui +sesquialter +sesquialtera +sesquialteral +sesquialteran +sesquialterous +sesquibasic +sesquicarbonate +sesquicentennial +sesquichloride +sesquiduplicate +sesquihydrate +sesquihydrated +sesquinona +sesquinonal +sesquioctava +sesquioctaval +sesquioxide +sesquipedal +sesquipedalian +sesquipedalianism +sesquipedality +sesquiplicate +sesquiquadrate +sesquiquarta +sesquiquartal +sesquiquartile +sesquiquinta +sesquiquintal +sesquiquintile +sesquisalt +sesquiseptimal +sesquisextal +sesquisilicate +sesquisquare +sesquisulphate +sesquisulphide +sesquisulphuret +sesquiterpene +sesquitertia +sesquitertial +sesquitertian +sesquitertianal +sess +sessile +sessility +Sessiliventres +session +sessional +sessionary +sessions +sesterce +sestertium +sestet +sesti +sestiad +Sestian +sestina +sestine +sestole +sestuor +Sesuto +Sesuvium +set +seta +setaceous +setaceously +setae +setal +Setaria +setarious +setback +setbolt +setdown +setfast +Seth +seth +sethead +Sethian +Sethic +Sethite +Setibo +setier +Setifera +setiferous +setiform +setigerous +setiparous +setirostral +setline +setness +setoff +seton +Setophaga +Setophaginae +setophagine +setose +setous +setout +setover +setscrew +setsman +sett +settable +settaine +settee +setter +settergrass +setterwort +setting +settle +settleable +settled +settledly +settledness +settlement +settler +settlerdom +settling +settlings +settlor +settsman +setula +setule +setuliform +setulose +setulous +setup +setwall +setwise +setwork +seugh +Sevastopol +seven +sevenbark +sevener +sevenfold +sevenfolded +sevenfoldness +sevennight +sevenpence +sevenpenny +sevenscore +seventeen +seventeenfold +seventeenth +seventeenthly +seventh +seventhly +seventieth +seventy +seventyfold +sever +severable +several +severalfold +severality +severalize +severally +severalness +severalth +severalty +severance +severation +severe +severedly +severely +severeness +severer +Severian +severingly +severish +severity +severization +severize +severy +Sevillian +sew +sewable +sewage +sewan +sewed +sewellel +sewen +sewer +sewerage +sewered +sewerless +sewerlike +sewerman +sewery +sewing +sewless +sewn +sewround +sex +sexadecimal +sexagenarian +sexagenarianism +sexagenary +Sexagesima +sexagesimal +sexagesimally +sexagesimals +sexagonal +sexangle +sexangled +sexangular +sexangularly +sexannulate +sexarticulate +sexcentenary +sexcuspidate +sexdigital +sexdigitate +sexdigitated +sexdigitism +sexed +sexenary +sexennial +sexennially +sexennium +sexern +sexfarious +sexfid +sexfoil +sexhood +sexifid +sexillion +sexiped +sexipolar +sexisyllabic +sexisyllable +sexitubercular +sexivalence +sexivalency +sexivalent +sexless +sexlessly +sexlessness +sexlike +sexlocular +sexly +sexological +sexologist +sexology +sexpartite +sexradiate +sext +sextactic +sextain +sextan +sextans +Sextant +sextant +sextantal +sextar +sextarii +sextarius +sextary +sextennial +sextern +sextet +sextic +sextile +Sextilis +sextillion +sextillionth +sextipara +sextipartite +sextipartition +sextiply +sextipolar +sexto +sextodecimo +sextole +sextolet +sexton +sextoness +sextonship +sextry +sextubercular +sextuberculate +sextula +sextulary +sextumvirate +sextuple +sextuplet +sextuplex +sextuplicate +sextuply +sexual +sexuale +sexualism +sexualist +sexuality +sexualization +sexualize +sexually +sexuous +sexupara +sexuparous +sexy +sey +seybertite +Seymeria +Seymour +sfoot +Sgad +sgraffiato +sgraffito +sh +sha +shaatnez +shab +Shaban +shabash +Shabbath +shabbed +shabbify +shabbily +shabbiness +shabble +shabby +shabbyish +shabrack +shabunder +Shabuoth +shachle +shachly +shack +shackanite +shackatory +shackbolt +shackland +shackle +shacklebone +shackledom +shackler +shacklewise +shackling +shackly +shacky +shad +shadbelly +shadberry +shadbird +shadbush +shadchan +shaddock +shade +shaded +shadeful +shadeless +shadelessness +shader +shadetail +shadflower +shadily +shadine +shadiness +shading +shadkan +shadoof +Shadow +shadow +shadowable +shadowbox +shadowboxing +shadowed +shadower +shadowfoot +shadowgram +shadowgraph +shadowgraphic +shadowgraphist +shadowgraphy +shadowily +shadowiness +shadowing +shadowishly +shadowist +shadowland +shadowless +shadowlessness +shadowlike +shadowly +shadowy +shadrach +shady +shaffle +Shafiite +shaft +shafted +shafter +shaftfoot +shafting +shaftless +shaftlike +shaftman +shaftment +shaftsman +shaftway +shafty +shag +shaganappi +shagbag +shagbark +shagged +shaggedness +shaggily +shagginess +shaggy +Shagia +shaglet +shaglike +shagpate +shagrag +shagreen +shagreened +shagroon +shagtail +shah +Shahaptian +shaharith +shahdom +shahi +Shahid +shahin +shahzada +Shai +Shaigia +shaikh +Shaikiyeh +shaitan +Shaiva +Shaivism +Shaka +shakable +shake +shakeable +shakebly +shakedown +shakefork +shaken +shakenly +shakeout +shakeproof +Shaker +shaker +shakerag +Shakerdom +Shakeress +Shakerism +Shakerlike +shakers +shakescene +Shakespearean +Shakespeareana +Shakespeareanism +Shakespeareanly +Shakespearize +Shakespearolater +Shakespearolatry +shakha +Shakil +shakily +shakiness +shaking +shakingly +shako +shaksheer +Shakta +Shakti +shakti +Shaktism +shaku +shaky +Shakyamuni +Shalako +shale +shalelike +shaleman +shall +shallal +shallon +shalloon +shallop +shallopy +shallot +shallow +shallowbrained +shallowhearted +shallowish +shallowist +shallowly +shallowness +shallowpate +shallowpated +shallows +shallowy +shallu +shalom +shalt +shalwar +shaly +Sham +sham +shama +shamable +shamableness +shamably +shamal +shamalo +shaman +shamaness +shamanic +shamanism +shamanist +shamanistic +shamanize +shamateur +shamba +Shambala +shamble +shambling +shamblingly +shambrier +Shambu +shame +shameable +shamed +shameface +shamefaced +shamefacedly +shamefacedness +shamefast +shamefastly +shamefastness +shameful +shamefully +shamefulness +shameless +shamelessly +shamelessness +shameproof +shamer +shamesick +shameworthy +shamianah +Shamim +shamir +Shammar +shammed +shammer +shammick +shamming +shammish +shammock +shammocking +shammocky +shammy +shampoo +shampooer +shamrock +shamroot +shamsheer +Shan +shan +shanachas +shanachie +Shandean +shandry +shandrydan +Shandy +shandy +shandygaff +Shandyism +Shane +Shang +Shangalla +shangan +Shanghai +shanghai +shanghaier +shank +Shankar +shanked +shanker +shankings +shankpiece +shanksman +shanna +Shannon +shanny +shansa +shant +Shantung +shanty +shantylike +shantyman +shantytown +shap +shapable +Shape +shape +shaped +shapeful +shapeless +shapelessly +shapelessness +shapeliness +shapely +shapen +shaper +shapeshifter +shapesmith +shaping +shapingly +shapometer +shaps +Shaptan +shapy +sharable +Sharada +Sharan +shard +Shardana +sharded +shardy +share +shareable +sharebone +sharebroker +sharecrop +sharecropper +shareholder +shareholdership +shareman +sharepenny +sharer +shareship +sharesman +sharewort +Sharezer +shargar +Shari +Sharia +Sharira +shark +sharkful +sharkish +sharklet +sharklike +sharkship +sharkskin +sharky +sharn +sharnbud +sharny +Sharon +sharp +sharpen +sharpener +sharper +sharpie +sharpish +sharply +sharpness +sharps +sharpsaw +sharpshin +sharpshod +sharpshooter +sharpshooting +sharptail +sharpware +sharpy +Sharra +sharrag +sharry +Shasta +shastaite +Shastan +shaster +shastra +shastraik +shastri +shastrik +shat +shatan +shathmont +Shatter +shatter +shatterbrain +shatterbrained +shatterer +shatterheaded +shattering +shatteringly +shatterment +shatterpated +shatterproof +shatterwit +shattery +shattuckite +shauchle +shaugh +shaul +Shaula +shaup +shauri +shauwe +shavable +shave +shaveable +shaved +shavee +shaveling +shaven +shaver +shavery +Shavese +shavester +shavetail +shaveweed +Shavian +Shaviana +Shavianism +shaving +shavings +Shaw +shaw +Shawanese +Shawano +shawl +shawled +shawling +shawlless +shawllike +shawlwise +shawm +Shawn +Shawnee +shawneewood +shawny +Shawwal +shawy +shay +Shaysite +she +shea +sheading +sheaf +sheafage +sheaflike +sheafripe +sheafy +sheal +shealing +Shean +shear +shearbill +sheard +shearer +sheargrass +shearhog +shearing +shearless +shearling +shearman +shearmouse +shears +shearsman +sheartail +shearwater +shearwaters +sheat +sheatfish +sheath +sheathbill +sheathe +sheathed +sheather +sheathery +sheathing +sheathless +sheathlike +sheathy +sheave +sheaved +sheaveless +sheaveman +shebang +Shebat +shebeen +shebeener +Shechem +Shechemites +shed +shedded +shedder +shedding +sheder +shedhand +shedlike +shedman +shedwise +shee +sheely +sheen +sheenful +sheenless +sheenly +sheeny +sheep +sheepback +sheepberry +sheepbine +sheepbiter +sheepbiting +sheepcote +sheepcrook +sheepfaced +sheepfacedly +sheepfacedness +sheepfold +sheepfoot +sheepgate +sheephead +sheepheaded +sheephearted +sheepherder +sheepherding +sheephook +sheephouse +sheepify +sheepish +sheepishly +sheepishness +sheepkeeper +sheepkeeping +sheepkill +sheepless +sheeplet +sheeplike +sheepling +sheepman +sheepmaster +sheepmonger +sheepnose +sheepnut +sheeppen +sheepshank +sheepshead +sheepsheadism +sheepshear +sheepshearer +sheepshearing +sheepshed +sheepskin +sheepsplit +sheepsteal +sheepstealer +sheepstealing +sheepwalk +sheepwalker +sheepweed +sheepy +sheer +sheered +sheering +sheerly +sheerness +sheet +sheetage +sheeted +sheeter +sheetflood +sheetful +sheeting +sheetless +sheetlet +sheetlike +sheetling +sheetways +sheetwise +sheetwork +sheetwriting +sheety +Sheffield +shehitah +sheik +sheikdom +sheikhlike +sheikhly +sheiklike +sheikly +Sheila +shekel +Shekinah +Shel +shela +sheld +sheldapple +shelder +sheldfowl +sheldrake +shelduck +shelf +shelfback +shelffellow +shelfful +shelflist +shelfmate +shelfpiece +shelfroom +shelfworn +shelfy +shell +shellac +shellacker +shellacking +shellapple +shellback +shellblow +shellblowing +shellbound +shellburst +shellcracker +shelleater +shelled +sheller +Shelleyan +Shelleyana +shellfire +shellfish +shellfishery +shellflower +shellful +shellhead +shelliness +shelling +shellman +shellmonger +shellproof +shellshake +shellum +shellwork +shellworker +shelly +shellycoat +shelta +shelter +shelterage +sheltered +shelterer +shelteringly +shelterless +shelterlessness +shelterwood +sheltery +sheltron +shelty +shelve +shelver +shelving +shelvingly +shelvingness +shelvy +Shelyak +Shemaka +sheminith +Shemite +Shemitic +Shemitish +Shemu +Shen +shenanigan +shend +sheng +Shenshai +Sheol +sheolic +shepherd +shepherdage +shepherddom +shepherdess +shepherdhood +Shepherdia +shepherdish +shepherdism +shepherdize +shepherdless +shepherdlike +shepherdling +shepherdly +shepherdry +sheppeck +sheppey +shepstare +sher +Sherani +Sherardia +sherardize +sherardizer +Sheratan +Sheraton +sherbacha +sherbet +sherbetlee +sherbetzide +sheriat +sherif +sherifa +sherifate +sheriff +sheriffalty +sheriffdom +sheriffess +sheriffhood +sheriffry +sheriffship +sheriffwick +sherifi +sherifian +sherify +sheristadar +Sheriyat +sherlock +Sherman +Sherpa +Sherramoor +Sherri +sherry +Sherrymoor +sherryvallies +Shesha +sheth +Shetland +Shetlander +Shetlandic +sheugh +sheva +shevel +sheveled +shevri +shewa +shewbread +shewel +sheyle +shi +Shiah +shibah +shibar +shibboleth +shibbolethic +shibuichi +shice +shicer +shicker +shickered +shide +shied +shiel +shield +shieldable +shieldboard +shielddrake +shielded +shielder +shieldflower +shielding +shieldless +shieldlessly +shieldlessness +shieldlike +shieldling +shieldmaker +shieldmay +shieldtail +shieling +shier +shies +shiest +shift +shiftable +shiftage +shifter +shiftful +shiftfulness +shiftily +shiftiness +shifting +shiftingly +shiftingness +shiftless +shiftlessly +shiftlessness +shifty +Shigella +shiggaion +shigram +shih +Shiism +Shiite +Shiitic +Shik +shikar +shikara +shikargah +shikari +shikasta +shikimi +shikimic +shikimole +shikimotoxin +shikken +shiko +shikra +shilf +shilfa +Shilh +Shilha +shill +shilla +shillaber +shillelagh +shillet +shillety +shillhouse +shillibeer +shilling +shillingless +shillingsworth +shilloo +Shilluh +Shilluk +Shiloh +shilpit +shim +shimal +Shimei +shimmer +shimmering +shimmeringly +shimmery +shimmy +Shimonoseki +shimose +shimper +shin +Shina +shinaniging +shinarump +shinbone +shindig +shindle +shindy +shine +shineless +shiner +shingle +shingled +shingler +shingles +shinglewise +shinglewood +shingling +shingly +shinily +shininess +shining +shiningly +shiningness +shinleaf +Shinnecock +shinner +shinnery +shinning +shinny +shinplaster +shintiyan +Shinto +Shintoism +Shintoist +Shintoistic +Shintoize +shinty +Shinwari +shinwood +shiny +shinza +ship +shipboard +shipbound +shipboy +shipbreaking +shipbroken +shipbuilder +shipbuilding +shipcraft +shipentine +shipful +shipkeeper +shiplap +shipless +shiplessly +shiplet +shipload +shipman +shipmanship +shipmast +shipmaster +shipmate +shipmatish +shipment +shipowner +shipowning +shippable +shippage +shipped +shipper +shipping +shipplane +shippo +shippon +shippy +shipshape +shipshapely +shipside +shipsmith +shipward +shipwards +shipway +shipwork +shipworm +shipwreck +shipwrecky +shipwright +shipwrightery +shipwrightry +shipyard +shirakashi +shirallee +Shiraz +shire +shirehouse +shireman +shirewick +shirk +shirker +shirky +shirl +shirlcock +Shirley +shirpit +shirr +shirring +shirt +shirtband +shirtiness +shirting +shirtless +shirtlessness +shirtlike +shirtmaker +shirtmaking +shirtman +shirttail +shirtwaist +shirty +Shirvan +shish +shisham +shisn +shita +shitepoke +shither +shittah +shittim +shittimwood +shiv +Shivaism +Shivaist +Shivaistic +Shivaite +shivaree +shive +shiver +shivereens +shiverer +shivering +shiveringly +shiverproof +shiversome +shiverweed +shivery +shivey +shivoo +shivy +shivzoku +Shkupetar +Shlu +Shluh +Sho +sho +Shoa +shoad +shoader +shoal +shoalbrain +shoaler +shoaliness +shoalness +shoalwise +shoaly +shoat +shock +shockability +shockable +shockedness +shocker +shockheaded +shocking +shockingly +shockingness +shocklike +shockproof +shod +shodden +shoddily +shoddiness +shoddy +shoddydom +shoddyism +shoddyite +shoddylike +shoddyward +shoddywards +shode +shoder +shoe +shoebill +shoebinder +shoebindery +shoebinding +shoebird +shoeblack +shoeboy +shoebrush +shoecraft +shoeflower +shoehorn +shoeing +shoeingsmith +shoelace +shoeless +shoemaker +shoemaking +shoeman +shoepack +shoer +shoescraper +shoeshine +shoeshop +shoesmith +shoestring +shoewoman +shoful +shog +shogaol +shoggie +shoggle +shoggly +shogi +shogun +shogunal +shogunate +shohet +shoji +Shojo +shola +shole +Shona +shone +shoneen +shonkinite +shoo +shood +shoofa +shoofly +shooi +shook +shool +shooldarry +shooler +shoop +shoopiltie +shoor +shoot +shootable +shootboard +shootee +shooter +shoother +shooting +shootist +shootman +shop +shopboard +shopbook +shopboy +shopbreaker +shopbreaking +shopfolk +shopful +shopgirl +shopgirlish +shophar +shopkeeper +shopkeeperess +shopkeeperish +shopkeeperism +shopkeepery +shopkeeping +shopland +shoplet +shoplifter +shoplifting +shoplike +shopmaid +shopman +shopmark +shopmate +shopocracy +shopocrat +shoppe +shopper +shopping +shoppish +shoppishness +shoppy +shopster +shoptalk +shopwalker +shopwear +shopwife +shopwindow +shopwoman +shopwork +shopworker +shopworn +shoq +Shor +shor +shoran +shore +Shorea +shoreberry +shorebush +shored +shoregoing +shoreland +shoreless +shoreman +shorer +shoreside +shoresman +shoreward +shorewards +shoreweed +shoreyer +shoring +shorling +shorn +short +shortage +shortbread +shortcake +shortchange +shortchanger +shortclothes +shortcoat +shortcomer +shortcoming +shorten +shortener +shortening +shorter +shortfall +shorthand +shorthanded +shorthandedness +shorthander +shorthead +shorthorn +Shortia +shortish +shortly +shortness +shorts +shortschat +shortsighted +shortsightedly +shortsightedness +shortsome +shortstaff +shortstop +shorttail +Shortzy +Shoshonean +shoshonite +shot +shotbush +shote +shotgun +shotless +shotlike +shotmaker +shotman +shotproof +shotsman +shotstar +shott +shotted +shotten +shotter +shotty +Shotweld +shou +should +shoulder +shouldered +shoulderer +shoulderette +shouldering +shouldna +shouldnt +shoupeltin +shout +shouter +shouting +shoutingly +shoval +shove +shovegroat +shovel +shovelard +shovelbill +shovelboard +shovelfish +shovelful +shovelhead +shovelmaker +shovelman +shovelnose +shovelweed +shover +show +showable +showance +showbird +showboard +showboat +showboater +showboating +showcase +showdom +showdown +shower +showerer +showerful +showeriness +showerless +showerlike +showerproof +showery +showily +showiness +showing +showish +showless +showman +showmanism +showmanry +showmanship +shown +showpiece +showroom +showup +showworthy +showy +showyard +shoya +shrab +shraddha +shradh +shraf +shrag +shram +shrank +shrap +shrapnel +shrave +shravey +shreadhead +shred +shredcock +shredder +shredding +shreddy +shredless +shredlike +Shree +shree +shreeve +shrend +shrew +shrewd +shrewdish +shrewdly +shrewdness +shrewdom +shrewdy +shrewish +shrewishly +shrewishness +shrewlike +shrewly +shrewmouse +shrewstruck +shriek +shrieker +shriekery +shriekily +shriekiness +shriekingly +shriekproof +shrieky +shrieval +shrievalty +shrift +shrike +shrill +shrilling +shrillish +shrillness +shrilly +shrimp +shrimper +shrimpfish +shrimpi +shrimpish +shrimpishness +shrimplike +shrimpy +shrinal +Shrine +shrine +shrineless +shrinelet +shrinelike +Shriner +shrink +shrinkable +shrinkage +shrinkageproof +shrinker +shrinkhead +shrinking +shrinkingly +shrinkproof +shrinky +shrip +shrite +shrive +shrivel +shriven +shriver +shriving +shroff +shrog +Shropshire +shroud +shrouded +shrouding +shroudless +shroudlike +shroudy +Shrove +shrove +shrover +Shrovetide +shrub +shrubbed +shrubbery +shrubbiness +shrubbish +shrubby +shrubland +shrubless +shrublet +shrublike +shrubwood +shruff +shrug +shruggingly +shrunk +shrunken +shrups +Shtokavski +shtreimel +Shu +shuba +shubunkin +shuck +shucker +shucking +shuckins +shuckpen +shucks +shudder +shudderful +shudderiness +shudderingly +shuddersome +shuddery +shuff +shuffle +shuffleboard +shufflecap +shuffler +shufflewing +shuffling +shufflingly +shug +Shuhali +Shukria +Shukulumbwe +shul +Shulamite +shuler +shulwaurs +shumac +shun +Shunammite +shune +shunless +shunnable +shunner +shunt +shunter +shunting +shure +shurf +shush +shusher +Shuswap +shut +shutdown +shutness +shutoff +Shutoku +shutout +shuttance +shutten +shutter +shuttering +shutterless +shutterwise +shutting +shuttle +shuttlecock +shuttleheaded +shuttlelike +shuttlewise +Shuvra +shwanpan +shy +Shyam +shydepoke +shyer +shyish +Shylock +Shylockism +shyly +shyness +shyster +si +Sia +siak +sial +sialaden +sialadenitis +sialadenoncus +sialagogic +sialagogue +sialagoguic +sialemesis +Sialia +sialic +sialid +Sialidae +sialidan +Sialis +sialoangitis +sialogenous +sialoid +sialolith +sialolithiasis +sialology +sialorrhea +sialoschesis +sialosemeiology +sialosis +sialostenosis +sialosyrinx +sialozemia +Siam +siamang +Siamese +sib +Sibbaldus +sibbed +sibbens +sibber +sibboleth +sibby +Siberian +Siberic +siberite +sibilance +sibilancy +sibilant +sibilantly +sibilate +sibilatingly +sibilator +sibilatory +sibilous +sibilus +Sibiric +sibling +sibness +sibrede +sibship +sibyl +sibylesque +sibylic +sibylism +sibylla +sibylline +sibyllist +sic +Sicambri +Sicambrian +Sicana +Sicani +Sicanian +sicarian +sicarious +sicarius +sicca +siccaneous +siccant +siccate +siccation +siccative +siccimeter +siccity +sice +Sicel +Siceliot +Sicilian +sicilian +siciliana +Sicilianism +sicilica +sicilicum +sicilienne +sicinnian +sick +sickbed +sicken +sickener +sickening +sickeningly +sicker +sickerly +sickerness +sickhearted +sickish +sickishly +sickishness +sickle +sicklebill +sickled +sicklelike +sickleman +sicklemia +sicklemic +sicklepod +sickler +sicklerite +sickless +sickleweed +sicklewise +sicklewort +sicklied +sicklily +sickliness +sickling +sickly +sickness +sicknessproof +sickroom +sicsac +sicula +sicular +Siculi +Siculian +Sicyonian +Sicyonic +Sicyos +Sid +Sida +Sidalcea +sidder +Siddha +Siddhanta +Siddhartha +Siddhi +siddur +side +sideage +sidearm +sideboard +sidebone +sidebones +sideburns +sidecar +sidecarist +sidecheck +sided +sidedness +sideflash +sidehead +sidehill +sidekicker +sidelang +sideless +sideline +sideling +sidelings +sidelingwise +sidelong +sidenote +sidepiece +sider +sideral +sideration +siderealize +sidereally +siderean +siderin +siderism +siderite +sideritic +Sideritis +siderognost +siderographic +siderographical +siderographist +siderography +siderolite +siderology +sideromagnetic +sideromancy +sideromelane +sideronatrite +sideronym +sideroscope +siderose +siderosis +siderostat +siderostatic +siderotechny +siderous +Sideroxylon +sidership +siderurgical +siderurgy +sides +sidesaddle +sideshake +sideslip +sidesman +sidesplitter +sidesplitting +sidesplittingly +sidesway +sideswipe +sideswiper +sidetrack +sidewalk +sideward +sidewards +sideway +sideways +sidewinder +sidewipe +sidewiper +sidewise +sidhe +sidi +siding +sidle +sidler +sidling +sidlingly +Sidney +Sidonian +Sidrach +sidth +sidy +sie +siege +siegeable +siegecraft +siegenite +sieger +siegework +Siegfried +Sieglingia +Siegmund +Siegurd +Siena +Sienese +sienna +sier +siering +sierozem +Sierra +sierra +sierran +siesta +siestaland +Sieva +sieve +sieveful +sievelike +siever +Sieversia +sievings +sievy +sifac +sifaka +Sifatite +sife +siffilate +siffle +sifflement +sifflet +sifflot +sift +siftage +sifted +sifter +sifting +sig +Siganidae +Siganus +sigatoka +Sigaultian +sigger +sigh +sigher +sighful +sighfully +sighing +sighingly +sighingness +sighless +sighlike +sight +sightable +sighted +sighten +sightening +sighter +sightful +sightfulness +sighthole +sighting +sightless +sightlessly +sightlessness +sightlily +sightliness +sightly +sightproof +sightworthiness +sightworthy +sighty +sigil +sigilative +Sigillaria +Sigillariaceae +sigillariaceous +sigillarian +sigillarid +sigillarioid +sigillarist +sigillaroid +sigillary +sigillate +sigillated +sigillation +sigillistic +sigillographer +sigillographical +sigillography +sigillum +sigla +siglarian +siglos +Sigma +sigma +sigmaspire +sigmate +sigmatic +sigmation +sigmatism +sigmodont +Sigmodontes +sigmoid +sigmoidal +sigmoidally +sigmoidectomy +sigmoiditis +sigmoidopexy +sigmoidoproctostomy +sigmoidorectostomy +sigmoidoscope +sigmoidoscopy +sigmoidostomy +Sigmund +sign +signable +signal +signalee +signaler +signalese +signaletic +signaletics +signalism +signalist +signality +signalize +signally +signalman +signalment +signary +signatary +signate +signation +signator +signatory +signatural +signature +signatureless +signaturist +signboard +signee +signer +signet +signetwise +signifer +signifiable +significal +significance +significancy +significant +significantly +significantness +significate +signification +significatist +significative +significatively +significativeness +significator +significatory +significatrix +significature +significavit +significian +significs +signifier +signify +signior +signiorship +signist +signless +signlike +signman +signorial +signorship +signory +signpost +signum +signwriter +Sigurd +Sihasapa +Sika +sika +sikar +sikatch +sike +sikerly +sikerness +siket +Sikh +sikhara +Sikhism +sikhra +Sikinnis +Sikkimese +Siksika +sil +silage +silaginoid +silane +Silas +silbergroschen +silcrete +sile +silen +Silenaceae +silenaceous +Silenales +silence +silenced +silencer +silency +Silene +sileni +silenic +silent +silential +silentiary +silentious +silentish +silently +silentness +silenus +silesia +Silesian +Siletz +silex +silexite +silhouette +silhouettist +silhouettograph +silica +silicam +silicane +silicate +silication +silicatization +Silicea +silicean +siliceocalcareous +siliceofelspathic +siliceofluoric +siliceous +silicic +silicicalcareous +silicicolous +silicide +silicidize +siliciferous +silicification +silicifluoric +silicifluoride +silicify +siliciophite +silicious +Silicispongiae +silicium +siliciuretted +silicize +silicle +silico +silicoacetic +silicoalkaline +silicoaluminate +silicoarsenide +silicocalcareous +silicochloroform +silicocyanide +silicoethane +silicoferruginous +Silicoflagellata +Silicoflagellatae +silicoflagellate +Silicoflagellidae +silicofluoric +silicofluoride +silicohydrocarbon +Silicoidea +silicomagnesian +silicomanganese +silicomethane +silicon +silicone +siliconize +silicononane +silicopropane +silicosis +Silicospongiae +silicotalcose +silicotic +silicotitanate +silicotungstate +silicotungstic +silicula +silicular +silicule +siliculose +siliculous +silicyl +Silipan +siliqua +siliquaceous +siliquae +Siliquaria +Siliquariidae +silique +siliquiferous +siliquiform +siliquose +siliquous +silk +silkalene +silkaline +silked +silken +silker +silkflower +silkgrower +silkie +silkily +silkiness +silklike +silkman +silkness +silksman +silktail +silkweed +silkwoman +silkwood +silkwork +silkworks +silkworm +silky +sill +sillabub +silladar +Sillaginidae +Sillago +sillandar +sillar +siller +Sillery +sillibouk +sillikin +sillily +sillimanite +silliness +sillock +sillograph +sillographer +sillographist +sillometer +sillon +silly +sillyhood +sillyhow +sillyish +sillyism +sillyton +silo +siloist +Silpha +silphid +Silphidae +silphium +silt +siltage +siltation +silting +siltlike +silty +silundum +Silures +Silurian +Siluric +silurid +Siluridae +Siluridan +siluroid +Siluroidei +Silurus +silva +silvan +silvanity +silvanry +Silvanus +silvendy +silver +silverback +silverbeater +silverbelly +silverberry +silverbill +silverboom +silverbush +silvered +silverer +silvereye +silverfin +silverfish +silverhead +silverily +silveriness +silvering +silverish +silverite +silverize +silverizer +silverleaf +silverless +silverlike +silverling +silverly +silvern +silverness +silverpoint +silverrod +silverside +silversides +silverskin +silversmith +silversmithing +silverspot +silvertail +silvertip +silvertop +silvervine +silverware +silverweed +silverwing +silverwood +silverwork +silverworker +silvery +Silvester +Silvia +silvical +silvicolous +silvics +silvicultural +silviculturally +silviculture +silviculturist +Silvius +Silybum +silyl +Sim +sima +Simaba +simal +simar +Simarouba +Simaroubaceae +simaroubaceous +simball +simbil +simblin +simblot +Simblum +sime +Simeon +Simeonism +Simeonite +Simia +simiad +simial +simian +simianity +simiesque +Simiidae +Simiinae +similar +similarity +similarize +similarly +similative +simile +similimum +similiter +similitive +similitude +similitudinize +simility +similize +similor +simioid +simious +simiousness +simity +simkin +simlin +simling +simmer +simmeringly +simmon +simnel +simnelwise +simoleon +Simon +simoniac +simoniacal +simoniacally +Simonian +Simonianism +simonious +simonism +Simonist +simonist +simony +simool +simoom +simoon +Simosaurus +simous +simp +simpai +simper +simperer +simperingly +simple +simplehearted +simpleheartedly +simpleheartedness +simpleness +simpler +simpleton +simpletonian +simpletonianism +simpletonic +simpletonish +simpletonism +simplex +simplexed +simplexity +simplicident +Simplicidentata +simplicidentate +simplicist +simplicitarian +simplicity +simplicize +simplification +simplificative +simplificator +simplified +simplifiedly +simplifier +simplify +simplism +simplist +simplistic +simply +simsim +simson +simulacra +simulacral +simulacre +simulacrize +simulacrum +simulance +simulant +simular +simulate +simulation +simulative +simulatively +simulator +simulatory +simulcast +simuler +simuliid +Simuliidae +simulioid +Simulium +simultaneity +simultaneous +simultaneously +simultaneousness +sin +sina +Sinae +Sinaean +Sinaic +sinaite +Sinaitic +sinal +sinalbin +Sinaloa +sinamay +sinamine +sinapate +sinapic +sinapine +sinapinic +Sinapis +sinapis +sinapism +sinapize +sinapoline +sinarchism +sinarchist +sinarquism +sinarquist +sinarquista +sinawa +sincaline +since +sincere +sincerely +sincereness +sincerity +sincipital +sinciput +sind +sinder +Sindhi +sindle +sindoc +sindon +sindry +sine +sinecural +sinecure +sinecureship +sinecurism +sinecurist +Sinesian +sinew +sinewed +sinewiness +sinewless +sinewous +sinewy +sinfonia +sinfonie +sinfonietta +sinful +sinfully +sinfulness +sing +singability +singable +singableness +singally +singarip +singe +singed +singeing +singeingly +singer +singey +Singfo +singh +Singhalese +singillatim +singing +singingly +singkamas +single +singlebar +singled +singlehanded +singlehandedly +singlehandedness +singlehearted +singleheartedly +singleheartedness +singlehood +singleness +singler +singles +singlestick +singlesticker +singlet +singleton +singletree +singlings +singly +Singpho +Singsing +singsong +singsongy +Singspiel +singspiel +singstress +singular +singularism +singularist +singularity +singularization +singularize +singularly +singularness +singult +singultous +singultus +sinh +Sinhalese +Sinian +Sinic +Sinicism +Sinicization +Sinicize +Sinico +Sinification +Sinify +sinigrin +sinigrinase +sinigrosid +sinigroside +Sinisian +Sinism +sinister +sinisterly +sinisterness +sinisterwise +sinistrad +sinistral +sinistrality +sinistrally +sinistration +sinistrin +sinistrocerebral +sinistrocular +sinistrodextral +sinistrogyrate +sinistrogyration +sinistrogyric +sinistromanual +sinistrorsal +sinistrorsally +sinistrorse +sinistrous +sinistrously +sinistruous +Sinite +Sinitic +sink +sinkable +sinkage +sinker +sinkerless +sinkfield +sinkhead +sinkhole +sinking +Sinkiuse +sinkless +sinklike +sinkroom +sinkstone +sinky +sinless +sinlessly +sinlessness +sinlike +sinnable +sinnableness +sinnen +sinner +sinneress +sinnership +sinnet +Sinningia +sinningly +sinningness +sinoatrial +sinoauricular +Sinogram +sinoidal +Sinolog +Sinologer +Sinological +Sinologist +Sinologue +Sinology +sinomenine +Sinonism +Sinophile +Sinophilism +sinopia +Sinopic +sinopite +sinople +sinproof +Sinsiga +sinsion +sinsring +sinsyne +sinter +Sinto +sintoc +Sintoism +Sintoist +Sintsink +Sintu +sinuate +sinuated +sinuatedentate +sinuately +sinuation +sinuatocontorted +sinuatodentate +sinuatodentated +sinuatopinnatifid +sinuatoserrated +sinuatoundulate +sinuatrial +sinuauricular +sinuitis +sinuose +sinuosely +sinuosity +sinuous +sinuously +sinuousness +Sinupallia +sinupallial +Sinupallialia +Sinupalliata +sinupalliate +sinus +sinusal +sinusitis +sinuslike +sinusoid +sinusoidal +sinusoidally +sinuventricular +sinward +siol +Sion +sion +Sionite +Siouan +Sioux +sip +sipage +sipe +siper +siphoid +siphon +siphonaceous +siphonage +siphonal +Siphonales +Siphonaptera +siphonapterous +Siphonaria +siphonariid +Siphonariidae +Siphonata +siphonate +Siphoneae +siphoneous +siphonet +siphonia +siphonial +Siphoniata +siphonic +Siphonifera +siphoniferous +siphoniform +siphonium +siphonless +siphonlike +Siphonobranchiata +siphonobranchiate +Siphonocladales +Siphonocladiales +siphonogam +Siphonogama +siphonogamic +siphonogamous +siphonogamy +siphonoglyph +siphonoglyphe +siphonognathid +Siphonognathidae +siphonognathous +Siphonognathus +Siphonophora +siphonophoran +siphonophore +siphonophorous +siphonoplax +siphonopore +siphonorhinal +siphonorhine +siphonosome +siphonostele +siphonostelic +siphonostely +Siphonostoma +Siphonostomata +siphonostomatous +siphonostome +siphonostomous +siphonozooid +siphonula +siphorhinal +siphorhinian +siphosome +siphuncle +siphuncled +siphuncular +Siphunculata +siphunculate +siphunculated +Sipibo +sipid +sipidity +Siping +siping +sipling +sipper +sippet +sippingly +sippio +Sipunculacea +sipunculacean +sipunculid +Sipunculida +sipunculoid +Sipunculoidea +Sipunculus +sipylite +Sir +sir +sircar +sirdar +sirdarship +sire +Siredon +sireless +siren +sirene +Sirenia +sirenian +sirenic +sirenical +sirenically +Sirenidae +sirening +sirenize +sirenlike +sirenoid +Sirenoidea +Sirenoidei +sireny +sireship +siress +sirgang +Sirian +sirian +Sirianian +siriasis +siricid +Siricidae +Siricoidea +sirih +siriometer +Sirione +siris +Sirius +sirkeer +sirki +sirky +sirloin +sirloiny +Sirmian +Sirmuellera +siroc +sirocco +siroccoish +siroccoishly +sirpea +sirple +sirpoon +sirrah +sirree +sirship +siruaballi +siruelas +sirup +siruped +siruper +sirupy +Siryan +Sis +sis +sisal +siscowet +sise +sisel +siserara +siserary +siserskite +sish +sisham +sisi +siskin +Sisley +sismotherapy +siss +Sisseton +sissification +sissify +sissiness +sissoo +Sissu +sissy +sissyish +sissyism +sist +Sistani +sister +sisterhood +sisterin +sistering +sisterize +sisterless +sisterlike +sisterliness +sisterly +sistern +Sistine +sistle +sistomensin +sistrum +Sistrurus +Sisymbrium +Sisyphean +Sisyphian +Sisyphides +Sisyphism +Sisyphist +Sisyphus +Sisyrinchium +sisyrinchium +sit +Sita +sitao +sitar +sitatunga +sitch +site +sitfast +sith +sithcund +sithe +sithement +sithence +sithens +sitient +sitio +sitiology +sitiomania +sitiophobia +Sitka +Sitkan +sitology +sitomania +Sitophilus +sitophobia +sitophobic +sitosterin +sitosterol +sitotoxism +Sitta +sittee +sitten +sitter +Sittidae +Sittinae +sittine +sitting +sittringy +situal +situate +situated +situation +situational +situla +situlae +situs +Sium +Siusi +Siuslaw +Siva +siva +Sivaism +Sivaist +Sivaistic +Sivaite +Sivan +Sivapithecus +sivathere +Sivatheriidae +Sivatheriinae +sivatherioid +Sivatherium +siver +sivvens +Siwan +Siwash +siwash +six +sixain +sixer +sixfoil +sixfold +sixhaend +sixhynde +sixpence +sixpenny +sixpennyworth +sixscore +sixsome +sixte +sixteen +sixteener +sixteenfold +sixteenmo +sixteenth +sixteenthly +sixth +sixthet +sixthly +sixtieth +Sixtowns +Sixtus +sixty +sixtyfold +sixtypenny +sizable +sizableness +sizably +sizal +sizar +sizarship +size +sizeable +sizeableness +sized +sizeman +sizer +sizes +siziness +sizing +sizy +sizygia +sizygium +sizz +sizzard +sizzing +sizzle +sizzling +sizzlingly +Sjaak +sjambok +Sjouke +skaddle +skaff +skaffie +skag +skaillie +skainsmate +skair +skaitbird +skal +skalawag +skaldship +skance +Skanda +skandhas +skart +skasely +Skat +skat +skate +skateable +skater +skatikas +skatiku +skating +skatist +skatole +skatosine +skatoxyl +skaw +skean +skeanockle +skedaddle +skedaddler +skedge +skedgewith +skedlock +skee +skeed +skeeg +skeel +skeeling +skeely +skeen +skeenyie +skeer +skeered +skeery +skeesicks +skeet +Skeeter +skeeter +skeezix +Skef +skeg +skegger +skeif +skeigh +skeily +skein +skeiner +skeipp +skel +skelder +skelderdrake +skeldrake +skeletal +skeletin +skeletogenous +skeletogeny +skeletomuscular +skeleton +skeletonian +skeletonic +skeletonization +skeletonize +skeletonizer +skeletonless +skeletonweed +skeletony +skelf +skelgoose +skelic +skell +skellat +skeller +skelloch +skellum +skelly +skelp +skelper +skelpin +skelping +skelter +Skeltonian +Skeltonic +Skeltonical +Skeltonics +skemmel +skemp +sken +skene +skeo +skeough +skep +skepful +skeppist +skeppund +skeptic +skeptical +skeptically +skepticalness +skepticism +skepticize +sker +skere +skerret +skerrick +skerry +sketch +sketchability +sketchable +sketchbook +sketchee +sketcher +sketchily +sketchiness +sketching +sketchingly +sketchist +sketchlike +sketchy +skete +sketiotai +skeuomorph +skeuomorphic +skevish +skew +skewback +skewbacked +skewbald +skewed +skewer +skewerer +skewerwood +skewings +skewl +skewly +skewness +skewwhiff +skewwise +skewy +skey +skeyting +ski +skiagram +skiagraph +skiagrapher +skiagraphic +skiagraphical +skiagraphically +skiagraphy +skiameter +skiametry +skiapod +skiapodous +skiascope +skiascopy +skibby +skibslast +skice +skid +skidded +skidder +skidding +skiddingly +skiddoo +skiddy +Skidi +skidpan +skidproof +skidway +skied +skieppe +skiepper +skier +skies +skiff +skiffless +skiffling +skift +skiing +skijore +skijorer +skijoring +skil +skilder +skildfel +skilfish +skill +skillagalee +skilled +skillenton +skillessness +skillet +skillful +skillfully +skillfulness +skilligalee +skilling +skillion +skilly +skilpot +skilts +skim +skimback +skime +skimmed +skimmer +skimmerton +Skimmia +skimming +skimmingly +skimmington +skimmity +skimp +skimpily +skimpiness +skimpingly +skimpy +skin +skinbound +skinch +skinflint +skinflintily +skinflintiness +skinflinty +skinful +skink +skinker +skinking +skinkle +skinless +skinlike +skinned +skinner +skinnery +skinniness +skinning +skinny +skintight +skinworm +skiogram +skiograph +skiophyte +Skip +skip +skipbrain +Skipetar +skipjack +skipjackly +skipkennel +skipman +skippable +skippel +skipper +skippered +skippership +skippery +skippet +skipping +skippingly +skipple +skippund +skippy +skiptail +skirl +skirlcock +skirling +skirmish +skirmisher +skirmishing +skirmishingly +skirp +skirr +skirreh +skirret +skirt +skirtboard +skirted +skirter +skirting +skirtingly +skirtless +skirtlike +skirty +skirwhit +skirwort +skit +skite +skiter +skither +Skitswish +Skittaget +Skittagetan +skitter +skittish +skittishly +skittishness +skittle +skittled +skittler +skittles +skitty +skittyboot +skiv +skive +skiver +skiverwood +skiving +skivvies +sklate +sklater +sklent +skleropelite +sklinter +skoal +Skodaic +skogbolite +Skoinolon +skokiaan +Skokomish +skomerite +skoo +skookum +Skopets +skoptsy +skout +skraeling +skraigh +skrike +skrimshander +skrupul +skua +skulduggery +skulk +skulker +skulking +skulkingly +skull +skullbanker +skullcap +skulled +skullery +skullfish +skullful +skully +skulp +skun +skunk +skunkbill +skunkbush +skunkdom +skunkery +skunkhead +skunkish +skunklet +skunktop +skunkweed +skunky +Skupshtina +skuse +skutterudite +sky +skybal +skycraft +Skye +skyey +skyful +skyish +skylark +skylarker +skyless +skylight +skylike +skylook +skyman +skyphoi +skyphos +skyplast +skyre +skyrgaliard +skyrocket +skyrockety +skysail +skyscape +skyscraper +skyscraping +skyshine +skyugle +skyward +skywards +skyway +skywrite +skywriter +skywriting +sla +slab +slabbed +slabber +slabberer +slabbery +slabbiness +slabbing +slabby +slabman +slabness +slabstone +slack +slackage +slacked +slacken +slackener +slacker +slackerism +slacking +slackingly +slackly +slackness +slad +sladang +slade +slae +slag +slaggability +slaggable +slagger +slagging +slaggy +slagless +slaglessness +slagman +slain +slainte +slaister +slaistery +slait +slake +slakeable +slakeless +slaker +slaking +slaky +slam +slammakin +slammerkin +slammock +slammocking +slammocky +slamp +slampamp +slampant +slander +slanderer +slanderful +slanderfully +slandering +slanderingly +slanderous +slanderously +slanderousness +slanderproof +slane +slang +slangily +slanginess +slangish +slangishly +slangism +slangkop +slangous +slangster +slanguage +slangular +slangy +slank +slant +slantindicular +slantindicularly +slanting +slantingly +slantingways +slantly +slantways +slantwise +slap +slapdash +slapdashery +slape +slaphappy +slapjack +slapper +slapping +slapstick +slapsticky +slare +slart +slarth +Slartibartfast +slash +slashed +slasher +slashing +slashingly +slashy +slat +slatch +slate +slateful +slatelike +slatemaker +slatemaking +slater +slateworks +slateyard +slath +slather +slatify +slatiness +slating +slatish +slatted +slatter +slattern +slatternish +slatternliness +slatternly +slatternness +slattery +slatting +slaty +slaughter +slaughterer +slaughterhouse +slaughteringly +slaughterman +slaughterous +slaughterously +slaughteryard +slaum +Slav +Slavdom +Slave +slave +slaveborn +slaved +slaveholder +slaveholding +slaveland +slaveless +slavelet +slavelike +slaveling +slavemonger +slaveowner +slaveownership +slavepen +slaver +slaverer +slavering +slaveringly +slavery +Slavey +slavey +Slavi +Slavian +Slavic +Slavicism +Slavicize +Slavification +Slavify +slavikite +slaving +Slavish +slavish +slavishly +slavishness +Slavism +Slavist +Slavistic +Slavization +Slavize +slavocracy +slavocrat +slavocratic +Slavonian +Slavonianize +Slavonic +Slavonically +Slavonicize +Slavonish +Slavonism +Slavonization +Slavonize +Slavophile +Slavophilism +Slavophobe +Slavophobist +slaw +slay +slayable +slayer +slaying +sleathy +sleave +sleaved +sleaziness +sleazy +Sleb +sleck +sled +sledded +sledder +sledding +sledful +sledge +sledgeless +sledgemeter +sledger +sledging +sledlike +slee +sleech +sleechy +sleek +sleeken +sleeker +sleeking +sleekit +sleekly +sleekness +sleeky +sleep +sleeper +sleepered +sleepful +sleepfulness +sleepify +sleepily +sleepiness +sleeping +sleepingly +sleepland +sleepless +sleeplessly +sleeplessness +sleeplike +sleepmarken +sleepproof +sleepry +sleepwaker +sleepwaking +sleepwalk +sleepwalker +sleepwalking +sleepward +sleepwort +sleepy +sleepyhead +sleer +sleet +sleetiness +sleeting +sleetproof +sleety +sleeve +sleeveband +sleeveboard +sleeved +sleeveen +sleevefish +sleeveful +sleeveless +sleevelessness +sleevelet +sleevelike +sleever +sleigh +sleigher +sleighing +sleight +sleightful +sleighty +slendang +slender +slenderish +slenderize +slenderly +slenderness +slent +slepez +slept +slete +sleuth +sleuthdog +sleuthful +sleuthhound +sleuthlike +slew +slewed +slewer +slewing +sley +sleyer +slice +sliceable +sliced +slicer +slich +slicht +slicing +slicingly +slick +slicken +slickens +slickenside +slicker +slickered +slickery +slicking +slickly +slickness +slid +slidable +slidableness +slidably +slidage +slidden +slidder +sliddery +slide +slideable +slideableness +slideably +slided +slidehead +slideman +slideproof +slider +slideway +sliding +slidingly +slidingness +slidometer +slifter +slight +slighted +slighter +slightily +slightiness +slighting +slightingly +slightish +slightly +slightness +slighty +slim +slime +slimeman +slimer +slimily +sliminess +slimish +slimishness +slimly +slimmish +slimness +slimpsy +slimsy +slimy +sline +sling +slingball +slinge +slinger +slinging +slingshot +slingsman +slingstone +slink +slinker +slinkily +slinkiness +slinking +slinkingly +slinkskin +slinkweed +slinky +slip +slipback +slipband +slipboard +slipbody +slipcase +slipcoach +slipcoat +slipe +slipgibbet +sliphorn +sliphouse +slipknot +slipless +slipman +slipover +slippage +slipped +slipper +slippered +slipperflower +slipperily +slipperiness +slipperlike +slipperweed +slipperwort +slippery +slipperyback +slipperyroot +slippiness +slipping +slippingly +slipproof +slippy +slipshod +slipshoddiness +slipshoddy +slipshodness +slipshoe +slipslap +slipslop +slipsloppish +slipsloppism +slipsole +slipstep +slipstring +sliptopped +slipway +slirt +slish +slit +slitch +slite +slither +slithering +slitheroo +slithers +slithery +slithy +slitless +slitlike +slitshell +slitted +slitter +slitting +slitty +slitwise +slive +sliver +sliverer +sliverlike +sliverproof +slivery +sliving +slivovitz +sloan +Sloanea +slob +slobber +slobberchops +slobberer +slobbers +slobbery +slobby +slock +slocken +slod +slodder +slodge +slodger +sloe +sloeberry +sloebush +sloetree +slog +slogan +sloganeer +sloganize +slogger +slogging +slogwood +sloka +sloke +slommock +slon +slone +slonk +sloo +sloom +sloomy +sloop +sloopman +sloosh +slop +slopdash +slope +sloped +slopely +slopeness +sloper +slopeways +slopewise +sloping +slopingly +slopingness +slopmaker +slopmaking +sloppage +slopped +sloppery +sloppily +sloppiness +slopping +sloppy +slops +slopseller +slopselling +slopshop +slopstone +slopwork +slopworker +slopy +slorp +slosh +slosher +sloshily +sloshiness +sloshy +slot +slote +sloted +sloth +slothful +slothfully +slothfulness +slothound +slotted +slotter +slottery +slotting +slotwise +slouch +sloucher +slouchily +slouchiness +slouching +slouchingly +slouchy +slough +sloughiness +sloughy +slour +sloush +Slovak +Slovakian +Slovakish +sloven +Slovene +Slovenian +Slovenish +slovenlike +slovenliness +slovenly +slovenwood +Slovintzi +slow +slowbellied +slowbelly +slowdown +slowgoing +slowheaded +slowhearted +slowheartedness +slowhound +slowish +slowly +slowmouthed +slowpoke +slowrie +slows +slowworm +sloyd +slub +slubber +slubberdegullion +slubberer +slubbering +slubberingly +slubberly +slubbery +slubbing +slubby +slud +sludder +sluddery +sludge +sludged +sludger +sludgy +slue +sluer +slug +slugabed +sluggard +sluggarding +sluggardize +sluggardliness +sluggardly +sluggardness +sluggardry +slugged +slugger +slugging +sluggingly +sluggish +sluggishly +sluggishness +sluggy +sluglike +slugwood +sluice +sluicelike +sluicer +sluiceway +sluicing +sluicy +sluig +sluit +slum +slumber +slumberer +slumberful +slumbering +slumberingly +slumberland +slumberless +slumberous +slumberously +slumberousness +slumberproof +slumbersome +slumbery +slumbrous +slumdom +slumgullion +slumgum +slumland +slummage +slummer +slumminess +slumming +slummock +slummocky +slummy +slump +slumpproof +slumproof +slumpwork +slumpy +slumward +slumwise +slung +slungbody +slunge +slunk +slunken +slur +slurbow +slurp +slurry +slush +slusher +slushily +slushiness +slushy +slut +slutch +slutchy +sluther +sluthood +slutter +sluttery +sluttikin +sluttish +sluttishly +sluttishness +slutty +sly +slyboots +slyish +slyly +slyness +slype +sma +smachrie +smack +smackee +smacker +smackful +smacking +smackingly +smacksman +smaik +Smalcaldian +Smalcaldic +small +smallage +smallclothes +smallcoal +smallen +smaller +smallhearted +smallholder +smalling +smallish +smallmouth +smallmouthed +smallness +smallpox +smalls +smallsword +smalltime +smallware +smally +smalm +smalt +smalter +smaltine +smaltite +smalts +smaragd +smaragdine +smaragdite +smaragdus +smarm +smarmy +smart +smarten +smarting +smartingly +smartish +smartism +smartless +smartly +smartness +smartweed +smarty +smash +smashable +smashage +smashboard +smasher +smashery +smashing +smashingly +smashment +smashup +smatter +smatterer +smattering +smatteringly +smattery +smaze +smear +smearcase +smeared +smearer +smeariness +smearless +smeary +smectic +smectis +smectite +Smectymnuan +Smectymnuus +smeddum +smee +smeech +smeek +smeeky +smeer +smeeth +smegma +smell +smellable +smellage +smelled +smeller +smellful +smellfungi +smellfungus +smelliness +smelling +smellproof +smellsome +smelly +smelt +smelter +smelterman +smeltery +smeltman +smeth +smethe +smeuse +smew +smich +smicker +smicket +smiddie +smiddum +smidge +smidgen +smifligate +smifligation +smiggins +Smilacaceae +smilacaceous +Smilaceae +smilaceous +smilacin +Smilacina +Smilax +smilax +smile +smileable +smileage +smileful +smilefulness +smileless +smilelessly +smilelessness +smilemaker +smilemaking +smileproof +smiler +smilet +smiling +smilingly +smilingness +Smilodon +smily +Smintheus +Sminthian +sminthurid +Sminthuridae +Sminthurus +smirch +smircher +smirchless +smirchy +smiris +smirk +smirker +smirking +smirkingly +smirkish +smirkle +smirkly +smirky +smirtle +smit +smitch +smite +smiter +smith +smitham +smithcraft +smither +smithereens +smithery +Smithian +Smithianism +smithing +smithite +Smithsonian +smithsonite +smithwork +smithy +smithydander +smiting +smitten +smitting +smock +smocker +smockface +smocking +smockless +smocklike +smog +smokables +smoke +smokeable +smokebox +smokebush +smoked +smokefarthings +smokehouse +smokejack +smokeless +smokelessly +smokelessness +smokelike +smokeproof +smoker +smokery +smokestack +smokestone +smoketight +smokewood +smokily +smokiness +smoking +smokish +smoky +smokyseeming +smolder +smolderingness +smolt +smooch +smoochy +smoodge +smoodger +smook +smoorich +Smoos +smoot +smooth +smoothable +smoothback +smoothbore +smoothbored +smoothcoat +smoothen +smoother +smoothification +smoothify +smoothing +smoothingly +smoothish +smoothly +smoothmouthed +smoothness +smoothpate +smopple +smore +smorgasbord +smote +smother +smotherable +smotheration +smothered +smotherer +smotheriness +smothering +smotheringly +smothery +smotter +smouch +smoucher +smous +smouse +smouser +smout +smriti +smudge +smudged +smudgedly +smudgeless +smudgeproof +smudger +smudgily +smudginess +smudgy +smug +smuggery +smuggish +smuggishly +smuggishness +smuggle +smuggleable +smuggler +smugglery +smuggling +smugism +smugly +smugness +smuisty +smur +smurr +smurry +smuse +smush +smut +smutch +smutchin +smutchless +smutchy +smutproof +smutted +smutter +smuttily +smuttiness +smutty +Smyrna +Smyrnaite +Smyrnean +Smyrniot +Smyrniote +smyth +smytrie +snab +snabbie +snabble +snack +snackle +snackman +snaff +snaffle +snaffles +snafu +snag +snagbush +snagged +snagger +snaggled +snaggletooth +snaggy +snagrel +snail +snaileater +snailery +snailfish +snailflower +snailish +snailishly +snaillike +snails +snaily +snaith +snake +snakebark +snakeberry +snakebird +snakebite +snakefish +snakeflower +snakehead +snakeholing +snakeleaf +snakeless +snakelet +snakelike +snakeling +snakemouth +snakeneck +snakeology +snakephobia +snakepiece +snakepipe +snakeproof +snaker +snakeroot +snakery +snakeship +snakeskin +snakestone +snakeweed +snakewise +snakewood +snakeworm +snakewort +snakily +snakiness +snaking +snakish +snaky +snap +snapback +snapbag +snapberry +snapdragon +snape +snaper +snaphead +snapholder +snapjack +snapless +snappable +snapped +snapper +snappily +snappiness +snapping +snappingly +snappish +snappishly +snappishness +snapps +snappy +snaps +snapsack +snapshot +snapshotter +snapweed +snapwood +snapwort +snapy +snare +snareless +snarer +snaringly +snark +snarl +snarler +snarleyyow +snarlingly +snarlish +snarly +snary +snaste +snatch +snatchable +snatched +snatcher +snatchily +snatching +snatchingly +snatchproof +snatchy +snath +snathe +snavel +snavvle +snaw +snead +sneak +sneaker +sneakiness +sneaking +sneakingly +sneakingness +sneakish +sneakishly +sneakishness +sneaksby +sneaksman +sneaky +sneap +sneath +sneathe +sneb +sneck +sneckdraw +sneckdrawing +sneckdrawn +snecker +snecket +sned +snee +sneer +sneerer +sneerful +sneerfulness +sneering +sneeringly +sneerless +sneery +sneesh +sneeshing +sneest +sneesty +sneeze +sneezeless +sneezeproof +sneezer +sneezeweed +sneezewood +sneezewort +sneezing +sneezy +snell +snelly +Snemovna +snerp +snew +snib +snibble +snibbled +snibbler +snibel +snicher +snick +snickdraw +snickdrawing +snicker +snickering +snickeringly +snickersnee +snicket +snickey +snickle +sniddle +snide +snideness +sniff +sniffer +sniffily +sniffiness +sniffing +sniffingly +sniffish +sniffishness +sniffle +sniffler +sniffly +sniffy +snift +snifter +snifty +snig +snigger +sniggerer +sniggering +sniggle +sniggler +sniggoringly +snip +snipe +snipebill +snipefish +snipelike +sniper +sniperscope +sniping +snipish +snipjack +snipnose +snipocracy +snipper +snippersnapper +snipperty +snippet +snippetiness +snippety +snippiness +snipping +snippish +snippy +snipsnapsnorum +sniptious +snipy +snirl +snirt +snirtle +snitch +snitcher +snite +snithe +snithy +snittle +snivel +sniveled +sniveler +sniveling +snively +snivy +snob +snobber +snobbery +snobbess +snobbing +snobbish +snobbishly +snobbishness +snobbism +snobby +snobdom +snobling +snobocracy +snobocrat +snobographer +snobography +snobologist +snobonomer +snobscat +snocher +snock +snocker +snod +snodly +snoek +snoeking +snog +snoga +Snohomish +snoke +Snonowas +snood +snooded +snooding +snook +snooker +snookered +snoop +snooper +snooperscope +snoopy +snoose +snoot +snootily +snootiness +snooty +snoove +snooze +snoozer +snooziness +snoozle +snoozy +snop +Snoqualmie +Snoquamish +snore +snoreless +snorer +snoring +snoringly +snork +snorkel +snorker +snort +snorter +snorting +snortingly +snortle +snorty +snot +snotter +snottily +snottiness +snotty +snouch +snout +snouted +snouter +snoutish +snoutless +snoutlike +snouty +Snow +snow +Snowball +snowball +snowbank +snowbell +snowberg +snowberry +snowbird +snowblink +snowbound +snowbreak +snowbush +snowcap +snowcraft +Snowdonian +snowdrift +snowdrop +snowfall +snowflake +snowflight +snowflower +snowfowl +snowhammer +snowhouse +snowie +snowily +snowiness +snowish +snowk +snowl +snowland +snowless +snowlike +snowmanship +snowmobile +snowplow +snowproof +snowscape +snowshade +snowshed +snowshine +snowshoe +snowshoed +snowshoeing +snowshoer +snowslide +snowslip +snowstorm +snowsuit +snowworm +snowy +snozzle +snub +snubbable +snubbed +snubbee +snubber +snubbiness +snubbing +snubbingly +snubbish +snubbishly +snubbishness +snubby +snubproof +snuck +snudge +snuff +snuffbox +snuffboxer +snuffcolored +snuffer +snuffers +snuffiness +snuffing +snuffingly +snuffish +snuffle +snuffler +snuffles +snuffless +snuffliness +snuffling +snufflingly +snuffly +snuffman +snuffy +snug +snugger +snuggery +snuggish +snuggle +snugify +snugly +snugness +snum +snup +snupper +snur +snurl +snurly +snurp +snurt +snuzzle +sny +snying +so +soak +soakage +soakaway +soaked +soaken +soaker +soaking +soakingly +soakman +soaky +soally +soam +soap +soapbark +soapberry +soapbox +soapboxer +soapbubbly +soapbush +soaper +soapery +soapfish +soapily +soapiness +soaplees +soapless +soaplike +soapmaker +soapmaking +soapmonger +soaprock +soaproot +soapstone +soapsud +soapsuddy +soapsuds +soapsudsy +soapweed +soapwood +soapwort +soapy +soar +soarability +soarable +soarer +soaring +soaringly +soary +sob +sobber +sobbing +sobbingly +sobby +sobeit +sober +soberer +sobering +soberingly +soberize +soberlike +soberly +soberness +sobersault +sobersided +sobersides +soberwise +sobful +soboles +soboliferous +sobproof +Sobralia +sobralite +Sobranje +sobrevest +sobriety +sobriquet +sobriquetical +soc +socage +socager +soccer +soccerist +soccerite +soce +socht +sociability +sociable +sociableness +sociably +social +Sociales +socialism +socialist +socialistic +socialite +sociality +socializable +socialization +socialize +socializer +socially +socialness +sociation +sociative +societal +societally +societarian +societarianism +societary +societified +societism +societist +societologist +societology +society +societyish +societyless +socii +Socinian +Socinianism +Socinianistic +Socinianize +sociobiological +sociocentric +sociocracy +sociocrat +sociocratic +sociocultural +sociodrama +sociodramatic +socioeconomic +socioeducational +sociogenesis +sociogenetic +sociogeny +sociography +sociolatry +sociolegal +sociologian +sociologic +sociological +sociologically +sociologism +sociologist +sociologistic +sociologize +sociologizer +sociologizing +sociology +sociomedical +sociometric +sociometry +socionomic +socionomics +socionomy +sociophagous +sociopolitical +socioreligious +socioromantic +sociostatic +sociotechnical +socius +sock +sockdolager +socker +socket +socketful +socketless +sockeye +sockless +socklessness +sockmaker +sockmaking +socky +socle +socman +socmanry +soco +Socorrito +Socotran +Socotri +Socotrine +Socratean +Socratic +Socratical +Socratically +Socraticism +Socratism +Socratist +Socratize +sod +soda +sodaclase +sodaic +sodaless +sodalist +sodalite +sodalithite +sodality +sodamide +sodbuster +sodded +sodden +soddenly +soddenness +sodding +soddite +soddy +sodic +sodio +sodioaluminic +sodioaurous +sodiocitrate +sodiohydric +sodioplatinic +sodiosalicylate +sodiotartrate +sodium +sodless +sodoku +Sodom +sodomic +Sodomist +Sodomite +sodomitess +sodomitic +sodomitical +sodomitically +Sodomitish +sodomy +sodwork +sody +soe +soekoe +soever +sofa +sofane +sofar +soffit +Sofia +Sofoklis +Sofronia +soft +softa +softball +softbrained +soften +softener +softening +softhead +softheaded +softhearted +softheartedly +softheartedness +softhorn +softish +softling +softly +softner +softness +softship +softtack +softwood +softy +sog +Soga +Sogdian +Sogdianese +Sogdianian +Sogdoite +soger +soget +soggarth +soggendalite +soggily +sogginess +sogging +soggy +soh +soho +Soiesette +soiesette +soil +soilage +soiled +soiling +soilless +soilproof +soilure +soily +soiree +soixantine +Soja +soja +sojourn +sojourner +sojourney +sojournment +sok +soka +soke +sokeman +sokemanemot +sokemanry +soken +Sokoki +Sokotri +Sokulk +Sol +sol +sola +solace +solaceful +solacement +solaceproof +solacer +solacious +solaciously +solaciousness +solan +Solanaceae +solanaceous +solanal +Solanales +solander +solaneine +solaneous +solanidine +solanine +Solanum +solanum +solar +solarism +solarist +solaristic +solaristically +solaristics +Solarium +solarium +solarization +solarize +solarometer +solate +solatia +solation +solatium +solay +sold +soldado +Soldan +soldan +soldanel +Soldanella +soldanelle +soldanrie +solder +solderer +soldering +solderless +soldi +soldier +soldierbird +soldierbush +soldierdom +soldieress +soldierfish +soldierhearted +soldierhood +soldiering +soldierize +soldierlike +soldierliness +soldierly +soldierproof +soldiership +soldierwise +soldierwood +soldiery +soldo +sole +Solea +solea +soleas +solecism +solecist +solecistic +solecistical +solecistically +solecize +solecizer +Soleidae +soleiform +soleil +soleless +solely +solemn +solemncholy +solemnify +solemnitude +solemnity +solemnization +solemnize +solemnizer +solemnly +solemnness +Solen +solen +solenacean +solenaceous +soleness +solenette +solenial +Solenidae +solenite +solenitis +solenium +solenoconch +Solenoconcha +solenocyte +Solenodon +solenodont +Solenodontidae +solenogaster +Solenogastres +solenoglyph +Solenoglypha +solenoglyphic +solenoid +solenoidal +solenoidally +Solenopsis +solenostele +solenostelic +solenostomid +Solenostomidae +solenostomoid +solenostomous +Solenostomus +solent +solentine +solepiece +soleplate +soleprint +soler +Solera +soles +soleus +soleyn +solfataric +solfeggio +solferino +soli +soliative +solicit +solicitant +solicitation +solicitationism +solicited +solicitee +soliciter +soliciting +solicitor +solicitorship +solicitous +solicitously +solicitousness +solicitress +solicitrix +solicitude +solicitudinous +solid +Solidago +solidago +solidaric +solidarily +solidarism +solidarist +solidaristic +solidarity +solidarize +solidary +solidate +solidi +solidifiability +solidifiable +solidifiableness +solidification +solidifier +solidiform +solidify +solidish +solidism +solidist +solidistic +solidity +solidly +solidness +solidum +Solidungula +solidungular +solidungulate +solidus +solifidian +solifidianism +solifluction +solifluctional +soliform +Solifugae +solifuge +solifugean +solifugid +solifugous +soliloquacious +soliloquist +soliloquium +soliloquize +soliloquizer +soliloquizing +soliloquizingly +soliloquy +solilunar +Solio +solio +soliped +solipedal +solipedous +solipsism +solipsismal +solipsist +solipsistic +solist +solitaire +solitarian +solitarily +solitariness +solitary +soliterraneous +solitidal +solitude +solitudinarian +solitudinize +solitudinous +solivagant +solivagous +sollar +solleret +Sollya +solmizate +solmization +solo +solod +solodi +solodization +solodize +soloecophanes +soloist +Solomon +Solomonian +Solomonic +Solomonical +Solomonitic +Solon +solon +solonchak +solonetz +solonetzic +solonetzicity +Solonian +Solonic +solonist +soloth +solotink +solotnik +solpugid +Solpugida +Solpugidea +Solpugides +solstice +solsticion +solstitia +solstitial +solstitially +solstitium +solubility +solubilization +solubilize +soluble +solubleness +solubly +solum +solute +solution +solutional +solutioner +solutionist +solutize +solutizer +Solutrean +solvability +solvable +solvableness +solvate +solvation +solve +solvement +solvency +solvend +solvent +solvently +solventproof +solver +solvolysis +solvolytic +solvolyze +solvsbergite +Solyma +Solymaean +soma +somacule +Somal +somal +Somali +somaplasm +Somaschian +somasthenia +somata +somatasthenia +Somateria +somatic +somatical +somatically +somaticosplanchnic +somaticovisceral +somatics +somatism +somatist +somatization +somatochrome +somatocyst +somatocystic +somatoderm +somatogenetic +somatogenic +somatognosis +somatognostic +somatologic +somatological +somatologically +somatologist +somatology +somatome +somatomic +somatophyte +somatophytic +somatoplasm +somatopleural +somatopleure +somatopleuric +somatopsychic +somatosplanchnic +somatotonia +somatotonic +somatotropic +somatotropically +somatotropism +somatotype +somatotyper +somatotypy +somatous +somber +somberish +somberly +somberness +sombre +sombrerite +sombrero +sombreroed +sombrous +sombrously +sombrousness +some +somebody +someday +somedeal +somegate +somehow +someone +somepart +someplace +somers +somersault +somerset +Somersetian +somervillite +somesthesia +somesthesis +somesthetic +something +somethingness +sometime +sometimes +someway +someways +somewhat +somewhatly +somewhatness +somewhen +somewhence +somewhere +somewheres +somewhile +somewhiles +somewhither +somewhy +somewise +somital +somite +somitic +somma +sommaite +sommelier +somnambulance +somnambulancy +somnambulant +somnambular +somnambulary +somnambulate +somnambulation +somnambulator +somnambule +somnambulency +somnambulic +somnambulically +somnambulism +somnambulist +somnambulistic +somnambulize +somnambulous +somnial +somniative +somnifacient +somniferous +somniferously +somnific +somnifuge +somnify +somniloquacious +somniloquence +somniloquent +somniloquism +somniloquist +somniloquize +somniloquous +somniloquy +Somniosus +somnipathist +somnipathy +somnivolency +somnivolent +somnolence +somnolency +somnolent +somnolently +somnolescence +somnolescent +somnolism +somnolize +somnopathy +somnorific +somnus +sompay +sompne +sompner +Son +son +sonable +sonance +sonancy +sonant +sonantal +sonantic +sonantina +sonantized +sonar +sonata +sonatina +sonation +Sonchus +sond +sondation +sondeli +Sonderbund +sonderclass +Sondergotter +Sondylomorum +soneri +song +songbird +songbook +songcraft +songfest +songful +songfully +songfulness +Songhai +Songish +songish +songland +songle +songless +songlessly +songlessness +songlet +songlike +songman +Songo +Songoi +songster +songstress +songworthy +songwright +songy +sonhood +sonic +soniferous +sonification +soniou +Sonja +sonk +sonless +sonlike +sonlikeness +sonly +Sonneratia +Sonneratiaceae +sonneratiaceous +sonnet +sonnetary +sonneteer +sonneteeress +sonnetic +sonneting +sonnetish +sonnetist +sonnetize +sonnetlike +sonnetwise +sonnikins +Sonny +sonny +sonobuoy +sonometer +Sonoran +sonorant +sonorescence +sonorescent +sonoric +sonoriferous +sonoriferously +sonorific +sonority +sonorophone +sonorosity +sonorous +sonorously +sonorousness +Sonrai +sons +sonship +sonsy +sontag +soodle +soodly +Soohong +sook +Sooke +sooky +sool +sooloos +soon +sooner +soonish +soonly +Soorah +soorawn +soord +soorkee +Soot +soot +sooter +sooterkin +sooth +soothe +soother +sootherer +soothful +soothing +soothingly +soothingness +soothless +soothsay +soothsayer +soothsayership +soothsaying +sootily +sootiness +sootless +sootlike +sootproof +sooty +sootylike +sop +sope +soph +Sopheric +Sopherim +Sophia +sophia +Sophian +sophic +sophical +sophically +sophiologic +sophiology +sophism +Sophist +sophister +sophistic +sophistical +sophistically +sophisticalness +sophisticant +sophisticate +sophisticated +sophistication +sophisticative +sophisticator +sophisticism +Sophistress +sophistress +sophistry +Sophoclean +sophomore +sophomoric +sophomorical +sophomorically +Sophora +sophoria +Sophronia +sophronize +Sophy +sophy +sopite +sopition +sopor +soporiferous +soporiferously +soporiferousness +soporific +soporifical +soporifically +soporose +sopper +soppiness +sopping +soppy +soprani +sopranino +sopranist +soprano +sora +Sorabian +sorage +soral +Sorb +sorb +Sorbaria +sorbate +sorbefacient +sorbent +Sorbian +sorbic +sorbile +sorbin +sorbinose +Sorbish +sorbite +sorbitic +sorbitize +sorbitol +Sorbonic +Sorbonical +Sorbonist +Sorbonne +sorbose +sorboside +Sorbus +sorbus +sorcer +sorcerer +sorceress +sorcering +sorcerous +sorcerously +sorcery +sorchin +sorda +Sordaria +Sordariaceae +sordawalite +sordellina +Sordello +sordes +sordid +sordidity +sordidly +sordidness +sordine +sordino +sordor +sore +soredia +soredial +sorediate +sorediferous +sorediform +soredioid +soredium +soree +sorefalcon +sorefoot +sorehawk +sorehead +soreheaded +soreheadedly +soreheadedness +sorehearted +sorehon +sorely +sorema +soreness +Sorex +sorgho +Sorghum +sorghum +sorgo +sori +soricid +Soricidae +soricident +Soricinae +soricine +soricoid +Soricoidea +soriferous +sorite +sorites +soritical +sorn +sornare +sornari +sorner +sorning +soroban +Soroptimist +sororal +sororate +sororial +sororially +sororicidal +sororicide +sorority +sororize +sorose +sorosis +sorosphere +Sorosporella +Sorosporium +sorption +sorra +Sorrel +sorrel +sorrento +sorrily +sorriness +sorroa +sorrow +sorrower +sorrowful +sorrowfully +sorrowfulness +sorrowing +sorrowingly +sorrowless +sorrowproof +sorrowy +sorry +sorryhearted +sorryish +sort +sortable +sortably +sortal +sortation +sorted +sorter +sortie +sortilege +sortileger +sortilegic +sortilegious +sortilegus +sortilegy +sortiment +sortition +sortly +sorty +sorus +sorva +sory +sosh +soshed +Sosia +soso +sosoish +Sospita +soss +sossle +sostenuto +sot +Sotadean +Sotadic +Soter +Soteres +soterial +soteriologic +soteriological +soteriology +Sothiac +Sothiacal +Sothic +Sothis +Sotho +sotie +Sotik +sotnia +sotnik +sotol +sots +sottage +sotted +sotter +sottish +sottishly +sottishness +sou +souari +soubise +soubrette +soubrettish +soucar +souchet +Souchong +souchong +souchy +soud +soudagur +souffle +souffleed +sough +sougher +soughing +sought +Souhegan +soul +soulack +soulcake +souled +Souletin +soulful +soulfully +soulfulness +soulical +soulish +soulless +soullessly +soullessness +soullike +Soulmass +soulsaving +soulward +souly +soum +soumansite +soumarque +sound +soundable +soundage +soundboard +sounder +soundful +soundheaded +soundheadedness +soundhearted +soundheartednes +sounding +soundingly +soundingness +soundless +soundlessly +soundlessness +soundly +soundness +soundproof +soundproofing +soup +soupbone +soupcon +souper +souple +soupless +souplike +soupspoon +soupy +sour +sourbelly +sourberry +sourbread +sourbush +sourcake +source +sourceful +sourcefulness +sourceless +sourcrout +sourdeline +sourdine +soured +souredness +souren +sourer +sourhearted +souring +sourish +sourishly +sourishness +sourjack +sourling +sourly +sourness +sourock +soursop +sourtop +sourweed +sourwood +soury +sousaphone +sousaphonist +souse +souser +souslik +soutane +souter +souterrain +South +south +southard +southbound +Southcottian +Southdown +southeast +southeaster +southeasterly +southeastern +southeasternmost +southeastward +southeastwardly +southeastwards +souther +southerland +southerliness +southerly +southermost +southern +Southerner +southerner +southernism +southernize +southernliness +southernly +southernmost +southernness +southernwood +southing +southland +southlander +southmost +southness +southpaw +Southron +southron +Southronie +Southumbrian +southward +southwardly +southwards +southwest +southwester +southwesterly +southwestern +Southwesterner +southwesternmost +southwestward +southwestwardly +souvenir +souverain +souwester +sov +sovereign +sovereigness +sovereignly +sovereignness +sovereignship +sovereignty +soviet +sovietdom +sovietic +sovietism +sovietist +sovietization +sovietize +sovite +sovkhose +sovkhoz +sovran +sovranty +sow +sowable +sowan +sowans +sowar +sowarry +sowback +sowbacked +sowbane +sowbelly +sowbread +sowdones +sowel +sowens +sower +sowfoot +sowing +sowins +sowl +sowle +sowlike +sowlth +sown +sowse +sowt +sowte +Soxhlet +soy +soya +soybean +Soyot +sozin +sozolic +sozzle +sozzly +spa +Space +space +spaceband +spaced +spaceful +spaceless +spacer +spacesaving +spaceship +spaciness +spacing +spaciosity +spaciotemporal +spacious +spaciously +spaciousness +spack +spacy +spad +spade +spadebone +spaded +spadefish +spadefoot +spadeful +spadelike +spademan +spader +spadesman +spadewise +spadework +spadger +spadiceous +spadices +spadicifloral +spadiciflorous +spadiciform +spadicose +spadilla +spadille +spading +spadix +spadone +spadonic +spadonism +spadrone +spadroon +spae +spaebook +spaecraft +spaedom +spaeman +spaer +spaewife +spaewoman +spaework +spaewright +spaghetti +Spagnuoli +spagyric +spagyrical +spagyrically +spagyrist +spahi +spaid +spaik +spairge +spak +Spalacidae +spalacine +Spalax +spald +spalder +spalding +spale +spall +spallation +spaller +spalling +spalpeen +spalt +span +spancel +spandle +spandrel +spandy +spane +spanemia +spanemy +spang +spanghew +spangle +spangled +spangler +spanglet +spangly +spangolite +Spaniard +Spaniardization +Spaniardize +Spaniardo +spaniel +spaniellike +spanielship +spaning +Spaniol +Spaniolate +Spanioli +Spaniolize +spanipelagic +Spanish +Spanishize +Spanishly +spank +spanker +spankily +spanking +spankingly +spanky +spanless +spann +spannel +spanner +spannerman +spanopnoea +spanpiece +spantoon +spanule +spanworm +Spar +spar +sparable +sparada +sparadrap +sparagrass +sparagus +Sparassis +sparassodont +Sparassodonta +Sparaxis +sparaxis +sparch +spare +spareable +spareless +sparely +spareness +sparer +sparerib +sparesome +Sparganiaceae +Sparganium +sparganium +sparganosis +sparganum +sparge +sparger +spargosis +sparhawk +sparid +Sparidae +sparing +sparingly +sparingness +spark +sparkback +sparked +sparker +sparkiness +sparking +sparkish +sparkishly +sparkishness +sparkle +sparkleberry +sparkler +sparkless +sparklessly +sparklet +sparklike +sparkliness +sparkling +sparklingly +sparklingness +sparkly +sparkproof +sparks +sparky +sparlike +sparling +sparm +Sparmannia +Sparnacian +sparoid +sparpiece +sparred +sparrer +sparring +sparringly +sparrow +sparrowbill +sparrowcide +sparrowdom +sparrowgrass +sparrowish +sparrowless +sparrowlike +sparrowtail +sparrowtongue +sparrowwort +sparrowy +sparry +sparse +sparsedly +sparsely +sparsile +sparsioplast +sparsity +spart +Spartacan +Spartacide +Spartacism +Spartacist +spartacist +Spartan +Spartanhood +Spartanic +Spartanically +Spartanism +Spartanize +Spartanlike +Spartanly +sparteine +sparterie +sparth +Spartiate +Spartina +Spartium +spartle +Sparus +sparver +spary +spasm +spasmatic +spasmatical +spasmatomancy +spasmed +spasmic +spasmodic +spasmodical +spasmodically +spasmodicalness +spasmodism +spasmodist +spasmolytic +spasmophilia +spasmophilic +spasmotin +spasmotoxin +spasmous +Spass +spastic +spastically +spasticity +spat +spatalamancy +Spatangida +Spatangina +spatangoid +Spatangoida +Spatangoidea +spatangoidean +Spatangus +spatchcock +spate +spatha +spathaceous +spathal +spathe +spathed +spatheful +spathic +Spathiflorae +spathilae +spathilla +spathose +spathous +spathulate +Spathyema +spatial +spatiality +spatialization +spatialize +spatially +spatiate +spatiation +spatilomancy +spatiotemporal +spatling +spatted +spatter +spatterdashed +spatterdasher +spatterdock +spattering +spatteringly +spatterproof +spatterwork +spatting +spattle +spattlehoe +Spatula +spatula +spatulamancy +spatular +spatulate +spatulation +spatule +spatuliform +spatulose +spave +spaver +spavie +spavied +spaviet +spavin +spavindy +spavined +spawn +spawneater +spawner +spawning +spawny +spay +spayad +spayard +spaying +speak +speakable +speakableness +speakably +speaker +speakeress +speakership +speakhouse +speakies +speaking +speakingly +speakingness +speakless +speaklessly +speal +spealbone +spean +spear +spearcast +spearer +spearfish +spearflower +spearhead +spearing +spearman +spearmanship +spearmint +spearproof +spearsman +spearwood +spearwort +speary +spec +specchie +spece +special +specialism +specialist +specialistic +speciality +specialization +specialize +specialized +specializer +specially +specialness +specialty +speciation +specie +species +speciestaler +specifiable +specific +specifical +specificality +specifically +specificalness +specificate +specification +specificative +specificatively +specificity +specificize +specificly +specificness +specifier +specifist +specify +specillum +specimen +specimenize +speciology +speciosity +specious +speciously +speciousness +speck +specked +speckedness +speckfall +speckiness +specking +speckle +specklebelly +specklebreast +speckled +speckledbill +speckledness +speckless +specklessly +specklessness +speckling +speckly +speckproof +specks +specksioneer +specky +specs +spectacle +spectacled +spectacleless +spectaclelike +spectaclemaker +spectaclemaking +spectacles +spectacular +spectacularism +spectacularity +spectacularly +spectator +spectatordom +spectatorial +spectatorship +spectatory +spectatress +spectatrix +specter +spectered +specterlike +spectra +spectral +spectralism +spectrality +spectrally +spectralness +spectrobolograph +spectrobolographic +spectrobolometer +spectrobolometric +spectrochemical +spectrochemistry +spectrocolorimetry +spectrocomparator +spectroelectric +spectrogram +spectrograph +spectrographic +spectrographically +spectrography +spectroheliogram +spectroheliograph +spectroheliographic +spectrohelioscope +spectrological +spectrologically +spectrology +spectrometer +spectrometric +spectrometry +spectromicroscope +spectromicroscopical +spectrophobia +spectrophone +spectrophonic +spectrophotoelectric +spectrophotograph +spectrophotography +spectrophotometer +spectrophotometric +spectrophotometry +spectropolarimeter +spectropolariscope +spectropyrheliometer +spectropyrometer +spectroradiometer +spectroradiometric +spectroradiometry +spectroscope +spectroscopic +spectroscopically +spectroscopist +spectroscopy +spectrotelescope +spectrous +spectrum +spectry +specula +specular +Specularia +specularly +speculate +speculation +speculatist +speculative +speculatively +speculativeness +speculativism +speculator +speculatory +speculatrices +speculatrix +speculist +speculum +specus +sped +speech +speechcraft +speecher +speechful +speechfulness +speechification +speechifier +speechify +speeching +speechless +speechlessly +speechlessness +speechlore +speechmaker +speechmaking +speechment +speed +speedaway +speedboat +speedboating +speedboatman +speeder +speedful +speedfully +speedfulness +speedily +speediness +speeding +speedingly +speedless +speedometer +speedster +speedway +speedwell +speedy +speel +speelken +speelless +speen +speer +speering +speerity +speiskobalt +speiss +spekboom +spelaean +spelder +spelding +speldring +speleological +speleologist +speleology +spelk +spell +spellable +spellbind +spellbinder +spellbinding +spellbound +spellcraft +spelldown +speller +spellful +spelling +spellingdown +spellingly +spellmonger +spellproof +spellword +spellwork +spelt +spelter +spelterman +speltoid +speltz +speluncar +speluncean +spelunk +spelunker +spence +Spencean +Spencer +spencer +Spencerian +Spencerianism +Spencerism +spencerite +spend +spendable +spender +spendful +spendible +spending +spendless +spendthrift +spendthrifty +Spenerism +spense +Spenserian +spent +speos +Speotyto +sperable +Speranza +sperate +Spergula +Spergularia +sperity +sperket +sperling +sperm +sperma +spermaceti +spermacetilike +spermaduct +spermalist +Spermaphyta +spermaphyte +spermaphytic +spermarium +spermary +spermashion +spermatangium +spermatheca +spermathecal +spermatic +spermatically +spermatid +spermatiferous +spermatin +spermatiogenous +spermation +spermatiophore +spermatism +spermatist +spermatitis +spermatium +spermatize +spermatoblast +spermatoblastic +spermatocele +spermatocyst +spermatocystic +spermatocystitis +spermatocytal +spermatocyte +spermatogemma +spermatogenesis +spermatogenetic +spermatogenic +spermatogenous +spermatogeny +spermatogonial +spermatogonium +spermatoid +spermatolysis +spermatolytic +spermatophoral +spermatophore +spermatophorous +Spermatophyta +spermatophyte +spermatophytic +spermatoplasm +spermatoplasmic +spermatoplast +spermatorrhea +spermatospore +spermatotheca +spermatova +spermatovum +spermatoxin +spermatozoa +spermatozoal +spermatozoan +spermatozoic +spermatozoid +spermatozoon +spermaturia +spermic +spermidine +spermiducal +spermiduct +spermigerous +spermine +spermiogenesis +spermism +spermist +spermoblast +spermoblastic +spermocarp +spermocenter +spermoderm +spermoduct +spermogenesis +spermogenous +spermogone +spermogoniferous +spermogonium +spermogonous +spermologer +spermological +spermologist +spermology +spermolysis +spermolytic +spermophile +spermophiline +Spermophilus +spermophore +spermophorium +Spermophyta +spermophyte +spermophytic +spermosphere +spermotheca +spermotoxin +spermous +spermoviduct +spermy +speronara +speronaro +sperone +sperrylite +spessartite +spet +spetch +spetrophoby +speuchan +spew +spewer +spewiness +spewing +spewy +spex +sphacel +Sphacelaria +Sphacelariaceae +sphacelariaceous +Sphacelariales +sphacelate +sphacelated +sphacelation +sphacelia +sphacelial +sphacelism +sphaceloderma +Sphaceloma +sphacelotoxin +sphacelous +sphacelus +Sphaeralcea +sphaeraphides +Sphaerella +sphaerenchyma +Sphaeriaceae +sphaeriaceous +Sphaeriales +sphaeridia +sphaeridial +sphaeridium +Sphaeriidae +Sphaerioidaceae +sphaeristerium +sphaerite +Sphaerium +sphaeroblast +Sphaerobolaceae +Sphaerobolus +Sphaerocarpaceae +Sphaerocarpales +Sphaerocarpus +sphaerocobaltite +Sphaerococcaceae +sphaerococcaceous +Sphaerococcus +sphaerolite +sphaerolitic +Sphaeroma +Sphaeromidae +Sphaerophoraceae +Sphaerophorus +Sphaeropsidaceae +Sphaeropsidales +Sphaeropsis +sphaerosiderite +sphaerosome +sphaerospore +Sphaerostilbe +Sphaerotheca +Sphaerotilus +sphagion +Sphagnaceae +sphagnaceous +Sphagnales +sphagnicolous +sphagnologist +sphagnology +sphagnous +Sphagnum +sphagnum +Sphakiot +sphalerite +Sphargis +sphecid +Sphecidae +Sphecina +Sphecoidea +spheges +sphegid +Sphegidae +Sphegoidea +sphendone +sphene +sphenethmoid +sphenethmoidal +sphenic +sphenion +Sphenisci +Spheniscidae +Sphenisciformes +spheniscine +spheniscomorph +Spheniscomorphae +spheniscomorphic +Spheniscus +sphenobasilar +sphenobasilic +sphenocephalia +sphenocephalic +sphenocephalous +sphenocephaly +Sphenodon +sphenodon +sphenodont +Sphenodontia +Sphenodontidae +sphenoethmoid +sphenoethmoidal +sphenofrontal +sphenogram +sphenographic +sphenographist +sphenography +sphenoid +sphenoidal +sphenoiditis +sphenolith +sphenomalar +sphenomandibular +sphenomaxillary +sphenopalatine +sphenoparietal +sphenopetrosal +Sphenophorus +Sphenophyllaceae +sphenophyllaceous +Sphenophyllales +Sphenophyllum +Sphenopteris +sphenosquamosal +sphenotemporal +sphenotic +sphenotribe +sphenotripsy +sphenoturbinal +sphenovomerine +sphenozygomatic +spherable +spheral +spherality +spheraster +spheration +sphere +sphereless +spheric +spherical +sphericality +spherically +sphericalness +sphericist +sphericity +sphericle +sphericocylindrical +sphericotetrahedral +sphericotriangular +spherics +spheriform +spherify +spheroconic +spherocrystal +spherograph +spheroidal +spheroidally +spheroidic +spheroidical +spheroidically +spheroidicity +spheroidism +spheroidity +spheroidize +spheromere +spherometer +spheroquartic +spherula +spherular +spherulate +spherule +spherulite +spherulitic +spherulitize +sphery +spheterize +Sphex +sphexide +sphincter +sphincteral +sphincteralgia +sphincterate +sphincterectomy +sphincterial +sphincteric +sphincterismus +sphincteroscope +sphincteroscopy +sphincterotomy +sphindid +Sphindidae +Sphindus +sphingal +sphinges +sphingid +Sphingidae +sphingiform +sphingine +sphingoid +sphingometer +sphingomyelin +sphingosine +Sphingurinae +Sphingurus +sphinx +sphinxian +sphinxianness +sphinxlike +Sphoeroides +sphragide +sphragistic +sphragistics +sphygmia +sphygmic +sphygmochronograph +sphygmodic +sphygmogram +sphygmograph +sphygmographic +sphygmography +sphygmoid +sphygmology +sphygmomanometer +sphygmomanometric +sphygmomanometry +sphygmometer +sphygmometric +sphygmophone +sphygmophonic +sphygmoscope +sphygmus +Sphyraena +sphyraenid +Sphyraenidae +sphyraenoid +Sphyrapicus +Sphyrna +Sphyrnidae +Spica +spica +spical +spicant +Spicaria +spicate +spicated +spiccato +spice +spiceable +spiceberry +spicebush +spicecake +spiced +spiceful +spicehouse +spiceland +spiceless +spicelike +spicer +spicery +spicewood +spiciferous +spiciform +spicigerous +spicilege +spicily +spiciness +spicing +spick +spicket +spickle +spicknel +spicose +spicosity +spicous +spicousness +spicula +spiculae +spicular +spiculate +spiculated +spiculation +spicule +spiculiferous +spiculiform +spiculigenous +spiculigerous +spiculofiber +spiculose +spiculous +spiculum +spiculumamoris +spicy +spider +spidered +spiderflower +spiderish +spiderless +spiderlike +spiderling +spiderly +spiderweb +spiderwork +spiderwort +spidery +spidger +spied +spiegel +spiegeleisen +spiel +spieler +spier +spiff +spiffed +spiffily +spiffiness +spiffing +spiffy +spiflicate +spiflicated +spiflication +spig +Spigelia +Spigeliaceae +Spigelian +spiggoty +spignet +spigot +Spike +spike +spikebill +spiked +spikedness +spikefish +spikehorn +spikelet +spikelike +spikenard +spiker +spiketail +spiketop +spikeweed +spikewise +spikily +spikiness +spiking +spiky +Spilanthes +spile +spilehole +spiler +spileworm +spilikin +spiling +spilite +spilitic +spill +spillage +spiller +spillet +spillproof +spillway +spilly +Spilogale +spiloma +spilosite +spilt +spilth +spilus +spin +spina +spinacene +spinaceous +spinach +spinachlike +Spinacia +spinae +spinage +spinal +spinales +spinalis +spinally +spinate +spinder +spindlage +spindle +spindleage +spindled +spindleful +spindlehead +spindlelegs +spindlelike +spindler +spindleshanks +spindletail +spindlewise +spindlewood +spindleworm +spindliness +spindling +spindly +spindrift +spine +spinebill +spinebone +spined +spinel +spineless +spinelessly +spinelessness +spinelet +spinelike +spinescence +spinescent +spinet +spinetail +spingel +spinibulbar +spinicarpous +spinicerebellar +spinidentate +spiniferous +Spinifex +spinifex +spiniform +spinifugal +spinigerous +spinigrade +spininess +spinipetal +spinitis +spinituberculate +spink +spinnable +spinnaker +spinner +spinneret +spinnerular +spinnerule +spinnery +spinney +spinning +spinningly +spinobulbar +spinocarpous +spinocerebellar +spinogalvanization +spinoglenoid +spinoid +spinomuscular +spinoneural +spinoperipheral +spinose +spinosely +spinoseness +spinosity +spinosodentate +spinosodenticulate +spinosotubercular +spinosotuberculate +spinosympathetic +spinotectal +spinothalamic +spinotuberculous +spinous +spinousness +Spinozism +Spinozist +Spinozistic +spinster +spinsterdom +spinsterhood +spinsterial +spinsterish +spinsterishly +spinsterism +spinsterlike +spinsterly +spinsterous +spinstership +spinstress +spintext +spinthariscope +spinthariscopic +spintherism +spinulate +spinulation +spinule +spinulescent +spinuliferous +spinuliform +Spinulosa +spinulose +spinulosely +spinulosociliate +spinulosodentate +spinulosodenticulate +spinulosogranulate +spinulososerrate +spinulous +spiny +spionid +Spionidae +Spioniformia +spiracle +spiracula +spiracular +spiraculate +spiraculiferous +spiraculiform +spiraculum +Spiraea +Spiraeaceae +spiral +spirale +spiraled +spiraliform +spiralism +spirality +spiralization +spiralize +spirally +spiraloid +spiraltail +spiralwise +spiran +spirant +Spiranthes +spiranthic +spiranthy +spirantic +spirantize +spiraster +spirate +spirated +spiration +spire +spirea +spired +spiregrass +spireless +spirelet +spireme +spirepole +spireward +spirewise +spiricle +Spirifer +Spirifera +Spiriferacea +spiriferid +Spiriferidae +spiriferoid +spiriferous +spiriform +spirignath +spirignathous +spirilla +Spirillaceae +spirillaceous +spirillar +spirillolysis +spirillosis +spirillotropic +spirillotropism +spirillum +spiring +spirit +spiritally +spiritdom +spirited +spiritedly +spiritedness +spiriter +spiritful +spiritfully +spiritfulness +spirithood +spiriting +spiritism +spiritist +spiritistic +spiritize +spiritland +spiritleaf +spiritless +spiritlessly +spiritlessness +spiritlike +spiritmonger +spiritous +spiritrompe +spiritsome +spiritual +spiritualism +spiritualist +spiritualistic +spiritualistically +spirituality +spiritualization +spiritualize +spiritualizer +spiritually +spiritualness +spiritualship +spiritualty +spirituosity +spirituous +spirituously +spirituousness +spiritus +spiritweed +spirity +spirivalve +spirket +spirketing +spirling +spiro +Spirobranchia +Spirobranchiata +spirobranchiate +Spirochaeta +Spirochaetaceae +spirochaetal +Spirochaetales +Spirochaete +spirochetal +spirochete +spirochetemia +spirochetic +spirocheticidal +spirocheticide +spirochetosis +spirochetotic +Spirodela +spirogram +spirograph +spirographidin +spirographin +Spirographis +Spirogyra +spiroid +spiroloculine +spirometer +spirometric +spirometrical +spirometry +Spironema +spiropentane +Spirophyton +Spirorbis +spiroscope +Spirosoma +spirous +spirt +Spirula +spirulate +spiry +spise +spissated +spissitude +Spisula +spit +spital +spitball +spitballer +spitbox +spitchcock +spite +spiteful +spitefully +spitefulness +spiteless +spiteproof +spitfire +spitful +spithamai +spithame +spitish +spitpoison +spitscocked +spitstick +spitted +spitten +spitter +spitting +spittle +spittlefork +spittlestaff +spittoon +spitz +Spitzenburg +spitzkop +spiv +spivery +Spizella +spizzerinctum +Splachnaceae +splachnaceous +splachnoid +Splachnum +splacknuck +splairge +splanchnapophysial +splanchnapophysis +splanchnectopia +splanchnemphraxis +splanchnesthesia +splanchnesthetic +splanchnic +splanchnoblast +splanchnocoele +splanchnoderm +splanchnodiastasis +splanchnodynia +splanchnographer +splanchnographical +splanchnography +splanchnolith +splanchnological +splanchnologist +splanchnology +splanchnomegalia +splanchnomegaly +splanchnopathy +splanchnopleural +splanchnopleure +splanchnopleuric +splanchnoptosia +splanchnoptosis +splanchnosclerosis +splanchnoscopy +splanchnoskeletal +splanchnoskeleton +splanchnosomatic +splanchnotomical +splanchnotomy +splanchnotribe +splash +splashboard +splashed +splasher +splashiness +splashing +splashingly +splashproof +splashy +splat +splatch +splatcher +splatchy +splathering +splatter +splatterdash +splatterdock +splatterer +splatterfaced +splatterwork +splay +splayed +splayer +splayfoot +splayfooted +splaymouth +splaymouthed +spleen +spleenful +spleenfully +spleenish +spleenishly +spleenishness +spleenless +spleenwort +spleeny +spleet +spleetnew +splenadenoma +splenalgia +splenalgic +splenalgy +splenatrophia +splenatrophy +splenauxe +splenculus +splendacious +splendaciously +splendaciousness +splendent +splendently +splender +splendescent +splendid +splendidly +splendidness +splendiferous +splendiferously +splendiferousness +splendor +splendorous +splendorproof +splendourproof +splenectama +splenectasis +splenectomist +splenectomize +splenectomy +splenectopia +splenectopy +splenelcosis +splenemia +splenemphraxis +spleneolus +splenepatitis +splenetic +splenetical +splenetically +splenetive +splenial +splenic +splenical +splenicterus +splenification +spleniform +splenitis +splenitive +splenium +splenius +splenization +splenoblast +splenocele +splenoceratosis +splenocleisis +splenocolic +splenocyte +splenodiagnosis +splenodynia +splenography +splenohemia +splenoid +splenolaparotomy +splenology +splenolymph +splenolymphatic +splenolysin +splenolysis +splenoma +splenomalacia +splenomedullary +splenomegalia +splenomegalic +splenomegaly +splenomyelogenous +splenoncus +splenonephric +splenopancreatic +splenoparectama +splenoparectasis +splenopathy +splenopexia +splenopexis +splenopexy +splenophrenic +splenopneumonia +splenoptosia +splenoptosis +splenorrhagia +splenorrhaphy +splenotomy +splenotoxin +splenotyphoid +splenulus +splenunculus +splet +spleuchan +splice +spliceable +splicer +splicing +splinder +spline +splineway +splint +splintage +splinter +splinterd +splinterless +splinternew +splinterproof +splintery +splintwood +splinty +split +splitbeak +splitfinger +splitfruit +splitmouth +splitnew +splitsaw +splittail +splitten +splitter +splitting +splitworm +splodge +splodgy +splore +splosh +splotch +splotchily +splotchiness +splotchy +splother +splunge +splurge +splurgily +splurgy +splurt +spluther +splutter +splutterer +spoach +Spock +spode +spodiosite +spodium +spodogenic +spodogenous +spodomancy +spodomantic +spodumene +spoffish +spoffle +spoffy +spogel +spoil +spoilable +spoilage +spoilation +spoiled +spoiler +spoilfive +spoilful +spoiling +spoilless +spoilment +spoilsman +spoilsmonger +spoilsport +spoilt +Spokan +spoke +spokeless +spoken +spokeshave +spokesman +spokesmanship +spokester +spokeswoman +spokeswomanship +spokewise +spoky +spole +spolia +spoliarium +spoliary +spoliate +spoliation +spoliator +spoliatory +spolium +spondaic +spondaical +spondaize +spondean +spondee +spondiac +Spondiaceae +Spondias +spondulics +spondyl +spondylalgia +spondylarthritis +spondylarthrocace +spondylexarthrosis +spondylic +spondylid +Spondylidae +spondylioid +spondylitic +spondylitis +spondylium +spondylizema +spondylocace +Spondylocladium +spondylodiagnosis +spondylodidymia +spondylodymus +spondyloid +spondylolisthesis +spondylolisthetic +spondylopathy +spondylopyosis +spondyloschisis +spondylosis +spondylosyndesis +spondylotherapeutics +spondylotherapist +spondylotherapy +spondylotomy +spondylous +Spondylus +spondylus +spong +sponge +spongecake +sponged +spongeful +spongeless +spongelet +spongelike +spongeous +spongeproof +sponger +spongewood +Spongiae +spongian +spongicolous +spongiculture +Spongida +spongiferous +spongiform +Spongiidae +Spongilla +spongillid +Spongillidae +spongilline +spongily +spongin +sponginblast +sponginblastic +sponginess +sponging +spongingly +spongioblast +spongioblastoma +spongiocyte +spongiolin +spongiopilin +spongioplasm +spongioplasmic +spongiose +spongiosity +spongiousness +Spongiozoa +spongiozoon +spongoblast +spongoblastic +spongoid +spongology +spongophore +Spongospora +spongy +sponsal +sponsalia +sponsibility +sponsible +sponsing +sponsion +sponsional +sponson +sponsor +sponsorial +sponsorship +sponspeck +spontaneity +spontaneous +spontaneously +spontaneousness +spontoon +spoof +spoofer +spoofery +spoofish +spook +spookdom +spookery +spookily +spookiness +spookish +spookism +spookist +spookological +spookologist +spookology +spooky +spool +spooler +spoolful +spoollike +spoolwood +spoom +spoon +spoonbill +spoondrift +spooner +spoonerism +spooneyism +spooneyly +spooneyness +spoonflower +spoonful +spoonhutch +spoonily +spooniness +spooning +spoonism +spoonless +spoonlike +spoonmaker +spoonmaking +spoonways +spoonwood +spoony +spoonyism +spoor +spoorer +spoot +spor +sporabola +sporaceous +sporades +sporadial +sporadic +sporadical +sporadically +sporadicalness +sporadicity +sporadism +sporadosiderite +sporal +sporange +sporangia +sporangial +sporangidium +sporangiferous +sporangiform +sporangioid +sporangiola +sporangiole +sporangiolum +sporangiophore +sporangiospore +sporangite +Sporangites +sporangium +sporation +spore +spored +sporeformer +sporeforming +sporeling +sporicide +sporid +sporidesm +sporidia +sporidial +sporidiferous +sporidiole +sporidiolum +sporidium +sporiferous +sporification +sporiparity +sporiparous +sporoblast +Sporobolus +sporocarp +sporocarpium +Sporochnaceae +Sporochnus +sporocyst +sporocystic +sporocystid +sporocyte +sporodochia +sporodochium +sporoduct +sporogenesis +sporogenic +sporogenous +sporogeny +sporogone +sporogonial +sporogonic +sporogonium +sporogony +sporoid +sporologist +sporomycosis +sporont +sporophore +sporophoric +sporophorous +sporophydium +sporophyll +sporophyllary +sporophyllum +sporophyte +sporophytic +sporoplasm +sporosac +sporostegium +sporostrote +sporotrichosis +sporotrichotic +Sporotrichum +sporous +Sporozoa +sporozoal +sporozoan +sporozoic +sporozoite +sporozoon +sporran +sport +sportability +sportable +sportance +sporter +sportful +sportfully +sportfulness +sportily +sportiness +sporting +sportingly +sportive +sportively +sportiveness +sportless +sportling +sportly +sports +sportsman +sportsmanlike +sportsmanliness +sportsmanly +sportsmanship +sportsome +sportswear +sportswoman +sportswomanly +sportswomanship +sportula +sportulae +sporty +sporular +sporulate +sporulation +sporule +sporuliferous +sporuloid +sposh +sposhy +spot +spotless +spotlessly +spotlessness +spotlight +spotlighter +spotlike +spotrump +spotsman +spottable +spotted +spottedly +spottedness +spotteldy +spotter +spottily +spottiness +spotting +spottle +spotty +spoucher +spousage +spousal +spousally +spouse +spousehood +spouseless +spousy +spout +spouter +spoutiness +spouting +spoutless +spoutlike +spoutman +spouty +sprachle +sprack +sprackish +sprackle +sprackly +sprackness +sprad +spraddle +sprag +spragger +spraggly +spraich +sprain +spraint +spraints +sprang +sprangle +sprangly +sprank +sprat +spratter +spratty +sprauchle +sprawl +sprawler +sprawling +sprawlingly +sprawly +spray +sprayboard +sprayer +sprayey +sprayful +sprayfully +sprayless +spraylike +sprayproof +spread +spreadation +spreadboard +spreaded +spreader +spreadhead +spreading +spreadingly +spreadingness +spreadover +spready +spreaghery +spreath +spreckle +spree +spreeuw +Sprekelia +spreng +sprent +spret +sprew +sprewl +spridhogue +spried +sprier +spriest +sprig +sprigged +sprigger +spriggy +sprightful +sprightfully +sprightfulness +sprightlily +sprightliness +sprightly +sprighty +spriglet +sprigtail +Spring +spring +springal +springald +springboard +springbok +springbuck +springe +springer +springerle +springfinger +springfish +springful +springhaas +springhalt +springhead +springhouse +springily +springiness +springing +springingly +springle +springless +springlet +springlike +springly +springmaker +springmaking +springtail +springtide +springtime +springtrap +springwood +springworm +springwort +springwurzel +springy +sprink +sprinkle +sprinkled +sprinkleproof +sprinkler +sprinklered +sprinkling +sprint +sprinter +sprit +sprite +spritehood +spritsail +sprittail +sprittie +spritty +sproat +sprocket +sprod +sprogue +sproil +sprong +sprose +sprottle +sprout +sproutage +sprouter +sproutful +sprouting +sproutland +sproutling +sprowsy +spruce +sprucely +spruceness +sprucery +sprucification +sprucify +sprue +spruer +sprug +spruiker +spruit +sprung +sprunny +sprunt +spruntly +spry +spryly +spryness +spud +Spudboy +spudder +spuddle +spuddy +spuffle +spug +spuilyie +spuilzie +spuke +spume +spumescence +spumescent +spumiferous +spumification +spumiform +spumone +spumose +spumous +spumy +spun +spung +spunk +spunkie +spunkily +spunkiness +spunkless +spunky +spunny +spur +spurflower +spurgall +spurge +spurgewort +spuriae +spuriosity +spurious +spuriously +spuriousness +Spurius +spurl +spurless +spurlet +spurlike +spurling +spurmaker +spurmoney +spurn +spurner +spurnpoint +spurnwater +spurproof +spurred +spurrer +spurrial +spurrier +spurrings +spurrite +spurry +spurt +spurter +spurtive +spurtively +spurtle +spurway +spurwing +spurwinged +spurwort +sput +sputa +sputative +sputter +sputterer +sputtering +sputteringly +sputtery +sputum +sputumary +sputumose +sputumous +Spy +spy +spyboat +spydom +spyer +spyfault +spyglass +spyhole +spyism +spyproof +Spyros +spyship +spytower +squab +squabash +squabasher +squabbed +squabbish +squabble +squabbler +squabbling +squabblingly +squabbly +squabby +squacco +squad +squaddy +squadrate +squadrism +squadron +squadrone +squadroned +squail +squailer +squalene +Squali +squalid +Squalida +Squalidae +squalidity +squalidly +squalidness +squaliform +squall +squaller +squallery +squallish +squally +squalm +Squalodon +squalodont +Squalodontidae +squaloid +Squaloidei +squalor +Squalus +squam +squama +squamaceous +squamae +Squamariaceae +Squamata +squamate +squamated +squamatine +squamation +squamatogranulous +squamatotuberculate +squame +squamella +squamellate +squamelliferous +squamelliform +squameous +squamiferous +squamiform +squamify +squamigerous +squamipennate +Squamipennes +squamipinnate +Squamipinnes +squamocellular +squamoepithelial +squamoid +squamomastoid +squamoparietal +squamopetrosal +squamosa +squamosal +squamose +squamosely +squamoseness +squamosis +squamosity +squamosodentated +squamosoimbricated +squamosomaxillary +squamosoparietal +squamosoradiate +squamosotemporal +squamosozygomatic +squamosphenoid +squamosphenoidal +squamotemporal +squamous +squamously +squamousness +squamozygomatic +Squamscot +squamula +squamulae +squamulate +squamulation +squamule +squamuliform +squamulose +squander +squanderer +squanderingly +squandermania +squandermaniac +squantum +squarable +square +squareage +squarecap +squared +squaredly +squareface +squareflipper +squarehead +squarelike +squarely +squareman +squaremouth +squareness +squarer +squaretail +squarewise +squaring +squarish +squarishly +squark +squarrose +squarrosely +squarrous +squarrulose +squarson +squarsonry +squary +squash +squashberry +squasher +squashily +squashiness +squashy +squat +Squatarola +squatarole +Squatina +squatina +squatinid +Squatinidae +squatinoid +Squatinoidei +squatly +squatment +squatmore +squatness +squattage +squatted +squatter +squatterarchy +squatterdom +squatterproof +squattily +squattiness +squatting +squattingly +squattish +squattocracy +squattocratic +squatty +squatwise +squaw +squawberry +squawbush +squawdom +squawfish +squawflower +squawk +squawker +squawkie +squawking +squawkingly +squawky +Squawmish +squawroot +Squawtits +squawweed +Squaxon +squdge +squdgy +squeak +squeaker +squeakery +squeakily +squeakiness +squeaking +squeakingly +squeaklet +squeakproof +squeaky +squeakyish +squeal +squeald +squealer +squealing +squeam +squeamish +squeamishly +squeamishness +squeamous +squeamy +Squedunk +squeege +squeegee +squeezability +squeezable +squeezableness +squeezably +squeeze +squeezeman +squeezer +squeezing +squeezingly +squeezy +squelch +squelcher +squelchily +squelchiness +squelching +squelchingly +squelchingness +squelchy +squench +squencher +squeteague +squib +squibber +squibbery +squibbish +squiblet +squibling +squid +squiddle +squidge +squidgereen +squidgy +squiffed +squiffer +squiffy +squiggle +squiggly +squilgee +squilgeer +Squill +Squilla +squilla +squillagee +squillery +squillian +squillid +Squillidae +squilloid +Squilloidea +squimmidge +squin +squinance +squinancy +squinch +squinny +squinsy +squint +squinted +squinter +squinting +squintingly +squintingness +squintly +squintness +squinty +squirage +squiralty +squire +squirearch +squirearchal +squirearchical +squirearchy +squiredom +squireen +squirehood +squireless +squirelet +squirelike +squireling +squirely +squireocracy +squireship +squiress +squiret +squirewise +squirish +squirism +squirk +squirm +squirminess +squirming +squirmingly +squirmy +squirr +squirrel +squirrelfish +squirrelian +squirreline +squirrelish +squirrellike +squirrelproof +squirreltail +squirt +squirter +squirtiness +squirting +squirtingly +squirtish +squirty +squish +squishy +squit +squitch +squitchy +squitter +squoze +squush +squushy +sraddha +sramana +Sri +sri +Sridhar +Sridharan +Srikanth +Srinivas +Srinivasan +Sriram +Srivatsan +sruti +Ssi +ssu +st +staab +Staatsrat +stab +stabber +stabbing +stabbingly +stabile +stabilify +stabilist +stabilitate +stability +stabilization +stabilizator +stabilize +stabilizer +stable +stableboy +stableful +stablekeeper +stablelike +stableman +stableness +stabler +stablestand +stableward +stablewards +stabling +stablishment +stably +staboy +stabproof +stabulate +stabulation +stabwort +staccato +Stacey +stacher +stachydrin +stachydrine +stachyose +Stachys +stachys +Stachytarpheta +Stachyuraceae +stachyuraceous +Stachyurus +stack +stackage +stackencloud +stacker +stackfreed +stackful +stackgarth +Stackhousia +Stackhousiaceae +stackhousiaceous +stackless +stackman +stackstand +stackyard +stacte +stactometer +Stacy +stadda +staddle +staddling +stade +stadholder +stadholderate +stadholdership +stadhouse +stadia +stadic +stadimeter +stadiometer +stadion +stadium +stafette +staff +staffed +staffelite +staffer +staffless +staffman +stag +stagbush +stage +stageability +stageable +stageableness +stageably +stagecoach +stagecoaching +stagecraft +staged +stagedom +stagehand +stagehouse +stageland +stagelike +stageman +stager +stagery +stagese +stagewise +stageworthy +stagewright +staggard +staggart +staggarth +Stagger +stagger +staggerbush +staggerer +staggering +staggeringly +staggers +staggerweed +staggerwort +staggery +staggie +staggy +staghead +staghorn +staghound +staghunt +staghunter +staghunting +stagiary +stagily +staginess +staging +Stagirite +Stagiritic +staglike +stagmometer +stagnance +stagnancy +stagnant +stagnantly +stagnantness +stagnate +stagnation +stagnatory +stagnature +stagnicolous +stagnize +stagnum +Stagonospora +stagskin +stagworm +stagy +Stahlhelm +Stahlhelmer +Stahlhelmist +Stahlian +Stahlianism +Stahlism +staia +staid +staidly +staidness +stain +stainability +stainable +stainableness +stainably +stainer +stainful +stainierite +staining +stainless +stainlessly +stainlessness +stainproof +staio +stair +stairbeak +stairbuilder +stairbuilding +staircase +staired +stairhead +stairless +stairlike +stairstep +stairway +stairwise +stairwork +stairy +staith +staithman +staiver +stake +stakehead +stakeholder +stakemaster +staker +stakerope +Stakhanovism +Stakhanovite +stalactic +stalactical +stalactiform +stalactital +stalactite +stalactited +stalactitic +stalactitical +stalactitically +stalactitiform +stalactitious +stalagma +stalagmite +stalagmitic +stalagmitical +stalagmitically +stalagmometer +stalagmometric +stalagmometry +stale +stalely +stalemate +staleness +staling +Stalinism +Stalinist +Stalinite +stalk +stalkable +stalked +stalker +stalkily +stalkiness +stalking +stalkingly +stalkless +stalklet +stalklike +stalko +stalky +stall +stallage +stallar +stallboard +stallenger +staller +stallership +stalling +stallion +stallionize +stallman +stallment +stalwart +stalwartism +stalwartize +stalwartly +stalwartness +stam +stambha +stambouline +stamen +stamened +stamin +stamina +staminal +staminate +stamineal +stamineous +staminiferous +staminigerous +staminode +staminodium +staminody +stammel +stammer +stammerer +stammering +stammeringly +stammeringness +stammerwort +stamnos +stamp +stampable +stampage +stampedable +stampede +stampeder +stampedingly +stampee +stamper +stampery +stamphead +Stampian +stamping +stample +stampless +stampman +stampsman +stampweed +Stan +stance +stanch +stanchable +stanchel +stancheled +stancher +stanchion +stanchless +stanchly +stanchness +stand +standage +standard +standardbred +standardizable +standardization +standardize +standardized +standardizer +standardwise +standee +standel +standelwelks +standelwort +stander +standergrass +standerwort +standfast +standing +standish +standoff +standoffish +standoffishness +standout +standpat +standpatism +standpatter +standpipe +standpoint +standpost +standstill +stane +stanechat +stang +Stangeria +stanhope +Stanhopea +stanine +Stanislaw +stanjen +stank +stankie +Stanley +Stanly +stannane +stannary +stannate +stannator +stannel +stanner +stannery +stannic +stannide +stanniferous +stannite +stanno +stannotype +stannous +stannoxyl +stannum +stannyl +stanza +stanzaed +stanzaic +stanzaical +stanzaically +stanze +stap +stapedectomy +stapedial +stapediform +stapediovestibular +stapedius +Stapelia +stapelia +stapes +staphisagria +staphyle +Staphylea +Staphyleaceae +staphyleaceous +staphylectomy +staphyledema +staphylematoma +staphylic +staphyline +staphylinic +staphylinid +Staphylinidae +staphylinideous +Staphylinoidea +Staphylinus +staphylion +staphylitis +staphyloangina +staphylococcal +staphylococci +staphylococcic +Staphylococcus +staphylococcus +staphylodermatitis +staphylodialysis +staphyloedema +staphylohemia +staphylolysin +staphyloma +staphylomatic +staphylomatous +staphylomycosis +staphyloncus +staphyloplastic +staphyloplasty +staphyloptosia +staphyloptosis +staphyloraphic +staphylorrhaphic +staphylorrhaphy +staphyloschisis +staphylosis +staphylotome +staphylotomy +staphylotoxin +staple +stapled +stapler +staplewise +stapling +Star +star +starblind +starbloom +starboard +starbolins +starbright +Starbuck +starch +starchboard +starched +starchedly +starchedness +starcher +starchflower +starchily +starchiness +starchless +starchlike +starchly +starchmaker +starchmaking +starchman +starchness +starchroot +starchworks +starchwort +starchy +starcraft +stardom +stare +staree +starer +starets +starfish +starflower +starfruit +starful +stargaze +stargazer +stargazing +staring +staringly +stark +starken +starkly +starkness +starky +starless +starlessly +starlessness +starlet +starlight +starlighted +starlights +starlike +starling +starlit +starlite +starlitten +starmonger +starn +starnel +starnie +starnose +Staroobriadtsi +starost +starosta +starosty +starred +starrily +starriness +starring +starringly +starry +starshake +starshine +starship +starshoot +starshot +starstone +starstroke +start +starter +startful +startfulness +starthroat +starting +startingly +startish +startle +startler +startling +startlingly +startlingness +startlish +startlishness +startly +startor +starty +starvation +starve +starveacre +starved +starvedly +starveling +starver +starvy +starward +starwise +starworm +starwort +stary +stases +stash +stashie +stasidion +stasimetric +stasimon +stasimorphy +stasiphobia +stasis +stassfurtite +statable +statal +statant +statcoulomb +State +state +statecraft +stated +statedly +stateful +statefully +statefulness +statehood +Statehouse +stateless +statelet +statelich +statelily +stateliness +stately +statement +statemonger +statequake +stater +stateroom +statesboy +stateside +statesider +statesman +statesmanese +statesmanlike +statesmanly +statesmanship +statesmonger +stateswoman +stateway +statfarad +stathmoi +stathmos +static +statical +statically +Statice +staticproof +statics +station +stational +stationarily +stationariness +stationary +stationer +stationery +stationman +stationmaster +statiscope +statism +statist +statistic +statistical +statistically +statistician +statisticize +statistics +statistology +stative +statoblast +statocracy +statocyst +statolatry +statolith +statolithic +statometer +stator +statoreceptor +statorhab +statoscope +statospore +statuarism +statuarist +statuary +statue +statuecraft +statued +statueless +statuelike +statuesque +statuesquely +statuesqueness +statuette +stature +statured +status +statutable +statutableness +statutably +statutary +statute +statutorily +statutory +statvolt +staucher +stauk +staumer +staun +staunch +staunchable +staunchly +staunchness +staup +stauracin +stauraxonia +stauraxonial +staurion +staurolatry +staurolite +staurolitic +staurology +Stauromedusae +stauromedusan +stauropegial +stauropegion +stauroscope +stauroscopic +stauroscopically +staurotide +stauter +stave +staveable +staveless +staver +stavers +staverwort +stavesacre +stavewise +stavewood +staving +stavrite +staw +stawn +staxis +stay +stayable +stayed +stayer +staylace +stayless +staylessness +staymaker +staymaking +staynil +stays +staysail +stayship +stchi +stead +steadfast +steadfastly +steadfastness +steadier +steadily +steadiment +steadiness +steading +steadman +steady +steadying +steadyingly +steadyish +steak +steal +stealability +stealable +stealage +stealed +stealer +stealing +stealingly +stealth +stealthful +stealthfully +stealthily +stealthiness +stealthless +stealthlike +stealthwise +stealthy +stealy +steam +steamboat +steamboating +steamboatman +steamcar +steamer +steamerful +steamerless +steamerload +steamily +steaminess +steaming +steamless +steamlike +steampipe +steamproof +steamship +steamtight +steamtightness +steamy +stean +steaning +steapsin +stearate +stearic +steariform +stearin +stearolactone +stearone +stearoptene +stearrhea +stearyl +steatin +steatite +steatitic +steatocele +steatogenous +steatolysis +steatolytic +steatoma +steatomatous +steatopathic +steatopyga +steatopygia +steatopygic +steatopygous +Steatornis +Steatornithes +Steatornithidae +steatorrhea +steatosis +stech +stechados +steckling +steddle +Stedman +steed +steedless +steedlike +steek +steekkan +steekkannen +steel +Steelboy +steeler +steelhead +steelhearted +steelification +steelify +steeliness +steeling +steelless +steellike +steelmaker +steelmaking +steelproof +steelware +steelwork +steelworker +steelworks +steely +steelyard +Steen +steen +steenboc +steenbock +steenbok +Steenie +steenkirk +steenstrupine +steenth +steep +steepdown +steepen +steeper +steepgrass +steepish +steeple +steeplebush +steeplechase +steeplechaser +steeplechasing +steepled +steepleless +steeplelike +steepletop +steeply +steepness +steepweed +steepwort +steepy +steer +steerability +steerable +steerage +steerageway +steerer +steering +steeringly +steerling +steerman +steermanship +steersman +steerswoman +steeve +steevely +steever +steeving +Stefan +steg +steganogram +steganographical +steganographist +steganography +Steganophthalmata +steganophthalmate +steganophthalmatous +Steganophthalmia +steganopod +steganopodan +Steganopodes +steganopodous +stegnosis +stegnotic +stegocarpous +Stegocephalia +stegocephalian +stegocephalous +Stegodon +stegodont +stegodontine +Stegomus +Stegomyia +stegosaur +Stegosauria +stegosaurian +stegosauroid +Stegosaurus +steid +steigh +Stein +stein +Steinberger +steinbok +Steinerian +steinful +steinkirk +Steironema +stekan +stela +stelae +stelai +stelar +stele +stell +Stella +stella +stellar +Stellaria +stellary +stellate +stellated +stellately +stellature +stelleridean +stellerine +stelliferous +stellification +stelliform +stellify +stelling +stellionate +stelliscript +Stellite +stellite +stellular +stellularly +stellulate +stelography +stem +stema +stemhead +stemless +stemlet +stemlike +stemma +stemmata +stemmatiform +stemmatous +stemmed +stemmer +stemmery +stemming +stemmy +Stemona +Stemonaceae +stemonaceous +stemple +stempost +stemson +stemwards +stemware +sten +stenar +stench +stenchel +stenchful +stenching +stenchion +stenchy +stencil +stenciler +stencilmaker +stencilmaking +stend +steng +stengah +stenion +steno +stenobathic +stenobenthic +stenobragmatic +stenobregma +stenocardia +stenocardiac +Stenocarpus +stenocephalia +stenocephalic +stenocephalous +stenocephaly +stenochoria +stenochrome +stenochromy +stenocoriasis +stenocranial +stenocrotaphia +Stenofiber +stenog +stenogastric +stenogastry +Stenoglossa +stenograph +stenographer +stenographic +stenographical +stenographically +stenographist +stenography +stenohaline +stenometer +stenopaic +Stenopelmatidae +stenopetalous +stenophile +Stenophragma +stenophyllous +stenorhyncous +stenosed +stenosepalous +stenosis +stenosphere +stenostomatous +stenostomia +Stenotaphrum +stenotelegraphy +stenothermal +stenothorax +stenotic +stenotype +stenotypic +stenotypist +stenotypy +stent +stenter +stenterer +stenton +Stentor +stentorian +stentorianly +stentorine +stentorious +stentoriously +stentoriousness +stentoronic +stentorophonic +stentrel +step +stepaunt +stepbairn +stepbrother +stepbrotherhood +stepchild +stepdame +stepdaughter +stepfather +stepfatherhood +stepfatherly +stepgrandchild +stepgrandfather +stepgrandmother +stepgrandson +Stephan +Stephana +stephane +stephanial +Stephanian +stephanic +Stephanie +stephanion +stephanite +Stephanoceros +Stephanokontae +stephanome +stephanos +Stephanotis +stephanotis +Stephanurus +Stephe +Stephen +stepladder +stepless +steplike +stepminnie +stepmother +stepmotherhood +stepmotherless +stepmotherliness +stepmotherly +stepnephew +stepniece +stepparent +steppe +stepped +steppeland +stepper +stepping +steppingstone +steprelation +steprelationship +stepsire +stepsister +stepson +stepstone +stept +stepuncle +stepway +stepwise +steradian +stercobilin +stercolin +stercophagic +stercophagous +stercoraceous +stercoral +Stercoranism +Stercoranist +Stercorariidae +Stercorariinae +stercorarious +Stercorarius +stercorary +stercorate +stercoration +stercorean +stercoremia +stercoreous +Stercorianism +stercoricolous +Stercorist +stercorite +stercorol +stercorous +stercovorous +Sterculia +Sterculiaceae +sterculiaceous +sterculiad +stere +stereagnosis +Sterelmintha +sterelminthic +sterelminthous +stereo +stereobate +stereobatic +stereoblastula +stereocamera +stereocampimeter +stereochemic +stereochemical +stereochemically +stereochemistry +stereochromatic +stereochromatically +stereochrome +stereochromic +stereochromically +stereochromy +stereocomparagraph +stereocomparator +stereoelectric +stereofluoroscopic +stereofluoroscopy +stereogastrula +stereognosis +stereognostic +stereogoniometer +stereogram +stereograph +stereographer +stereographic +stereographical +stereographically +stereography +stereoisomer +stereoisomeric +stereoisomerical +stereoisomeride +stereoisomerism +stereomatrix +stereome +stereomer +stereomeric +stereomerical +stereomerism +stereometer +stereometric +stereometrical +stereometrically +stereometry +stereomicrometer +stereomonoscope +stereoneural +stereophantascope +stereophonic +stereophony +stereophotogrammetry +stereophotograph +stereophotographic +stereophotography +stereophotomicrograph +stereophotomicrography +stereophysics +stereopicture +stereoplanigraph +stereoplanula +stereoplasm +stereoplasma +stereoplasmic +stereopsis +stereoptician +stereopticon +stereoradiograph +stereoradiography +Stereornithes +stereornithic +stereoroentgenogram +stereoroentgenography +stereoscope +stereoscopic +stereoscopically +stereoscopism +stereoscopist +stereoscopy +Stereospondyli +stereospondylous +stereostatic +stereostatics +stereotactic +stereotactically +stereotaxis +stereotelemeter +stereotelescope +stereotomic +stereotomical +stereotomist +stereotomy +stereotropic +stereotropism +stereotypable +stereotype +stereotyped +stereotyper +stereotypery +stereotypic +stereotypical +stereotyping +stereotypist +stereotypographer +stereotypography +stereotypy +Stereum +sterhydraulic +steri +steric +sterically +sterics +steride +sterigma +sterigmata +sterigmatic +sterile +sterilely +sterileness +sterilisable +sterility +sterilizability +sterilizable +sterilization +sterilize +sterilizer +sterin +sterk +sterlet +Sterling +sterling +sterlingly +sterlingness +Stern +stern +Sterna +sterna +sternad +sternage +sternal +sternalis +sternbergite +sterncastle +sterneber +sternebra +sternebrae +sternebral +sterned +sternforemost +Sterninae +sternite +sternitic +sternly +sternman +sternmost +sternness +Sterno +sternoclavicular +sternocleidomastoid +sternoclidomastoid +sternocoracoid +sternocostal +sternofacial +sternofacialis +sternoglossal +sternohumeral +sternohyoid +sternohyoidean +sternomancy +sternomastoid +sternomaxillary +sternonuchal +sternopericardiac +sternopericardial +sternoscapular +sternothere +Sternotherus +sternothyroid +sternotracheal +sternotribe +sternovertebral +sternoxiphoid +sternpost +sternson +sternum +sternutation +sternutative +sternutator +sternutatory +sternward +sternway +sternways +sternworks +stero +steroid +sterol +Sterope +sterrinck +stert +stertor +stertorious +stertoriously +stertoriousness +stertorous +stertorously +stertorousness +sterve +Stesichorean +stet +stetch +stetharteritis +stethogoniometer +stethograph +stethographic +stethokyrtograph +stethometer +stethometric +stethometry +stethoparalysis +stethophone +stethophonometer +stethoscope +stethoscopic +stethoscopical +stethoscopically +stethoscopist +stethoscopy +stethospasm +Stevan +Steve +stevedorage +stevedore +stevedoring +stevel +Steven +steven +Stevensonian +Stevensoniana +Stevia +stevia +stew +stewable +steward +stewardess +stewardly +stewardry +stewardship +Stewart +Stewartia +stewartry +stewarty +stewed +stewpan +stewpond +stewpot +stewy +stey +sthenia +sthenic +sthenochire +stib +stibbler +stibblerig +stibethyl +stibial +stibialism +stibiate +stibiated +stibic +stibiconite +stibine +stibious +stibium +stibnite +stibonium +sticcado +stich +sticharion +sticheron +stichic +stichically +stichid +stichidium +stichomancy +stichometric +stichometrical +stichometrically +stichometry +stichomythic +stichomythy +stick +stickability +stickable +stickadore +stickadove +stickage +stickball +sticked +sticker +stickers +stickfast +stickful +stickily +stickiness +sticking +stickit +stickle +stickleaf +stickleback +stickler +stickless +sticklike +stickling +stickly +stickpin +sticks +stickseed +sticksmanship +sticktail +sticktight +stickum +stickwater +stickweed +stickwork +sticky +Sticta +Stictaceae +Stictidaceae +stictiform +Stictis +stid +stiddy +stife +stiff +stiffen +stiffener +stiffening +stiffhearted +stiffish +stiffleg +stifflike +stiffly +stiffneck +stiffness +stiffrump +stifftail +stifle +stifledly +stifler +stifling +stiflingly +stigma +stigmai +stigmal +stigmaria +stigmarian +stigmarioid +stigmasterol +stigmata +stigmatal +stigmatic +stigmatical +stigmatically +stigmaticalness +stigmatiferous +stigmatiform +stigmatism +stigmatist +stigmatization +stigmatize +stigmatizer +stigmatoid +stigmatose +stigme +stigmeology +stigmonose +stigonomancy +Stikine +Stilbaceae +Stilbella +stilbene +stilbestrol +stilbite +stilboestrol +Stilbum +stile +stileman +stilet +stiletto +stilettolike +still +stillage +stillatitious +stillatory +stillbirth +stillborn +stiller +stillhouse +stillicide +stillicidium +stilliform +stilling +Stillingia +stillion +stillish +stillman +stillness +stillroom +stillstand +Stillwater +stilly +Stilophora +Stilophoraceae +stilpnomelane +stilpnosiderite +stilt +stiltbird +stilted +stilter +stiltify +stiltiness +stiltish +stiltlike +Stilton +stilty +stim +stime +stimpart +stimpert +stimulability +stimulable +stimulance +stimulancy +stimulant +stimulate +stimulatingly +stimulation +stimulative +stimulator +stimulatory +stimulatress +stimulatrix +stimuli +stimulogenous +stimulus +stimy +stine +sting +stingaree +stingareeing +stingbull +stinge +stinger +stingfish +stingily +stinginess +stinging +stingingly +stingingness +stingless +stingo +stingproof +stingray +stingtail +stingy +stink +stinkard +stinkardly +stinkball +stinkberry +stinkbird +stinkbug +stinkbush +stinkdamp +stinker +stinkhorn +stinking +stinkingly +stinkingness +stinkpot +stinkstone +stinkweed +stinkwood +stinkwort +stint +stinted +stintedly +stintedness +stinter +stintingly +stintless +stinty +stion +stionic +Stipa +stipe +stiped +stipel +stipellate +stipend +stipendial +stipendiarian +stipendiary +stipendiate +stipendium +stipendless +stipes +stipiform +stipitate +stipitiform +stipiture +Stipiturus +stippen +stipple +stippled +stippler +stippling +stipply +stipula +stipulable +stipulaceous +stipulae +stipular +stipulary +stipulate +stipulation +stipulator +stipulatory +stipule +stipuled +stipuliferous +stipuliform +stir +stirabout +stirk +stirless +stirlessly +stirlessness +stirp +stirpicultural +stirpiculture +stirpiculturist +stirps +stirra +stirrable +stirrage +stirrer +stirring +stirringly +stirrup +stirrupless +stirruplike +stirrupwise +stitch +stitchbird +stitchdown +stitcher +stitchery +stitching +stitchlike +stitchwhile +stitchwork +stitchwort +stite +stith +stithy +stive +stiver +stivy +Stizolobium +stoa +stoach +stoat +stoater +stob +stocah +stoccado +stoccata +stochastic +stochastical +stochastically +stock +stockade +stockannet +stockbow +stockbreeder +stockbreeding +Stockbridge +stockbroker +stockbrokerage +stockbroking +stockcar +stocker +stockfather +stockfish +stockholder +stockholding +stockhouse +stockily +stockiness +stockinet +stocking +stockinger +stockingless +stockish +stockishly +stockishness +stockjobber +stockjobbery +stockjobbing +stockjudging +stockkeeper +stockkeeping +stockless +stocklike +stockmaker +stockmaking +stockman +stockowner +stockpile +stockpot +stockproof +stockrider +stockriding +stocks +stockstone +stocktaker +stocktaking +Stockton +stockwork +stockwright +stocky +stockyard +stod +stodge +stodger +stodgery +stodgily +stodginess +stodgy +stoechas +stoep +stof +stoff +stog +stoga +stogie +stogy +Stoic +stoic +stoical +stoically +stoicalness +stoicharion +stoichiological +stoichiology +stoichiometric +stoichiometrical +stoichiometrically +stoichiometry +Stoicism +stoicism +Stokavci +Stokavian +Stokavski +stoke +stokehold +stokehole +stoker +stokerless +Stokesia +stokesite +stola +stolae +stole +stoled +stolelike +stolen +stolenly +stolenness +stolenwise +stolewise +stolid +stolidity +stolidly +stolidness +stolist +stolkjaerre +stollen +stolon +stolonate +stoloniferous +stoloniferously +stolonlike +stolzite +stoma +stomacace +stomach +stomachable +stomachal +stomacher +stomachful +stomachfully +stomachfulness +stomachic +stomachically +stomachicness +stomaching +stomachless +stomachlessness +stomachy +stomapod +Stomapoda +stomapodiform +stomapodous +stomata +stomatal +stomatalgia +stomate +stomatic +stomatiferous +stomatitic +stomatitis +stomatocace +Stomatoda +stomatodaeal +stomatodaeum +stomatode +stomatodeum +stomatodynia +stomatogastric +stomatograph +stomatography +stomatolalia +stomatologic +stomatological +stomatologist +stomatology +stomatomalacia +stomatomenia +stomatomy +stomatomycosis +stomatonecrosis +stomatopathy +Stomatophora +stomatophorous +stomatoplastic +stomatoplasty +stomatopod +Stomatopoda +stomatopodous +stomatorrhagia +stomatoscope +stomatoscopy +stomatose +stomatosepsis +stomatotomy +stomatotyphus +stomatous +stomenorrhagia +stomium +stomodaea +stomodaeal +stomodaeum +Stomoisia +stomoxys +stomp +stomper +stonable +stond +Stone +stone +stoneable +stonebird +stonebiter +stoneboat +stonebow +stonebrash +stonebreak +stonebrood +stonecast +stonechat +stonecraft +stonecrop +stonecutter +stoned +stonedamp +stonefish +stonegale +stonegall +stonehand +stonehatch +stonehead +stonehearted +Stonehenge +stonelayer +stonelaying +stoneless +stonelessness +stonelike +stoneman +stonemason +stonemasonry +stonen +stonepecker +stoner +stoneroot +stoneseed +stoneshot +stonesmatch +stonesmich +stonesmitch +stonesmith +stonewall +stonewaller +stonewally +stoneware +stoneweed +stonewise +stonewood +stonework +stoneworker +stonewort +stoneyard +stong +stonied +stonifiable +stonify +stonily +stoniness +stoning +stonish +stonishment +stonker +stony +stonyhearted +stonyheartedly +stonyheartedness +stood +stooded +stooden +stoof +stooge +stook +stooker +stookie +stool +stoolball +stoollike +stoon +stoond +stoop +stooper +stoopgallant +stooping +stoopingly +stoory +stoot +stoothing +stop +stopa +stopback +stopblock +stopboard +stopcock +stope +stoper +stopgap +stophound +stoping +stopless +stoplessness +stopover +stoppability +stoppable +stoppableness +stoppably +stoppage +stopped +stopper +stopperless +stoppeur +stopping +stoppit +stopple +stopwater +stopwork +storable +storage +storax +store +storeen +storehouse +storehouseman +storekeep +storekeeper +storekeeping +storeman +storer +storeroom +storeship +storesman +storge +storiate +storiation +storied +storier +storiette +storify +storiological +storiologist +storiology +stork +storken +storkish +storklike +storkling +storkwise +storm +stormable +Stormberg +stormbird +stormbound +stormcock +stormer +stormful +stormfully +stormfulness +stormily +storminess +storming +stormingly +stormish +stormless +stormlessness +stormlike +stormproof +stormward +stormwind +stormwise +stormy +Storting +story +storybook +storyless +storymaker +storymonger +storyteller +storytelling +storywise +storywork +stosh +stoss +stosston +stot +stotinka +stotter +stotterel +stoun +stound +stoundmeal +stoup +stoupful +stour +stouring +stourliness +stourness +stoury +stoush +stout +stouten +stouth +stouthearted +stoutheartedly +stoutheartedness +stoutish +stoutly +stoutness +stoutwood +stouty +stove +stovebrush +stoveful +stovehouse +stoveless +stovemaker +stovemaking +stoveman +stoven +stovepipe +stover +stovewood +stow +stowable +stowage +stowaway +stowbord +stowbordman +stowce +stowdown +stower +stowing +stownlins +stowwood +stra +strabism +strabismal +strabismally +strabismic +strabismical +strabismometer +strabismometry +strabismus +strabometer +strabometry +strabotome +strabotomy +strack +strackling +stract +Strad +strad +stradametrical +straddle +straddleback +straddlebug +straddler +straddleways +straddlewise +straddling +straddlingly +strade +stradine +stradiot +Stradivari +Stradivarius +stradl +stradld +stradlings +strae +strafe +strafer +Straffordian +strag +straggle +straggler +straggling +stragglingly +straggly +stragular +stragulum +straight +straightabout +straightaway +straightedge +straighten +straightener +straightforward +straightforwardly +straightforwardness +straightforwards +straighthead +straightish +straightly +straightness +straighttail +straightup +straightwards +straightway +straightways +straightwise +straik +strain +strainable +strainableness +strainably +strained +strainedly +strainedness +strainer +strainerman +straining +strainingly +strainless +strainlessly +strainproof +strainslip +straint +strait +straiten +straitlacedness +straitlacing +straitly +straitness +straitsman +straitwork +Straka +strake +straked +straky +stram +stramash +stramazon +stramineous +stramineously +strammel +strammer +stramonium +stramony +stramp +strand +strandage +strander +stranding +strandless +strandward +strang +strange +strangeling +strangely +strangeness +stranger +strangerdom +strangerhood +strangerlike +strangership +strangerwise +strangle +strangleable +stranglement +strangler +strangles +strangletare +strangleweed +strangling +stranglingly +strangulable +strangulate +strangulation +strangulative +strangulatory +strangullion +strangurious +strangury +stranner +strany +strap +straphang +straphanger +straphead +strapless +straplike +strappable +strappado +strappan +strapped +strapper +strapping +strapple +strapwork +strapwort +strass +strata +stratagem +stratagematic +stratagematical +stratagematically +stratagematist +stratagemical +stratagemically +stratal +stratameter +stratege +strategetic +strategetics +strategi +strategian +strategic +strategical +strategically +strategics +strategist +strategize +strategos +strategy +Stratfordian +strath +strathspey +strati +stratic +straticulate +straticulation +stratification +stratified +stratiform +stratify +stratigrapher +stratigraphic +stratigraphical +stratigraphically +stratigraphist +stratigraphy +Stratiomyiidae +Stratiotes +stratlin +stratochamber +stratocracy +stratocrat +stratocratic +stratographic +stratographical +stratographically +stratography +stratonic +Stratonical +stratopedarch +stratoplane +stratose +stratosphere +stratospheric +stratospherical +stratotrainer +stratous +stratum +stratus +straucht +strauchten +stravage +strave +straw +strawberry +strawberrylike +strawbill +strawboard +strawbreadth +strawen +strawer +strawflower +strawfork +strawless +strawlike +strawman +strawmote +strawsmall +strawsmear +strawstack +strawstacker +strawwalker +strawwork +strawworm +strawy +strawyard +stray +strayaway +strayer +strayling +stre +streahte +streak +streaked +streakedly +streakedness +streaker +streakily +streakiness +streaklike +streakwise +streaky +stream +streamer +streamful +streamhead +streaminess +streaming +streamingly +streamless +streamlet +streamlike +streamline +streamlined +streamliner +streamling +streamside +streamward +streamway +streamwort +streamy +streck +streckly +stree +streek +streel +streeler +streen +streep +street +streetage +streetcar +streetful +streetless +streetlet +streetlike +streets +streetside +streetwalker +streetwalking +streetward +streetway +streetwise +streite +streke +Strelitz +Strelitzi +strelitzi +Strelitzia +Streltzi +streltzi +stremma +stremmatograph +streng +strengite +strength +strengthen +strengthener +strengthening +strengtheningly +strengthful +strengthfulness +strengthily +strengthless +strengthlessly +strengthlessness +strengthy +strent +strenth +strenuity +strenuosity +strenuous +strenuously +strenuousness +strepen +strepent +strepera +streperous +strephonade +strephosymbolia +strepitant +strepitantly +strepitation +strepitous +strepor +Strepsiceros +strepsiceros +strepsinema +Strepsiptera +strepsipteral +strepsipteran +strepsipteron +strepsipterous +strepsis +strepsitene +streptaster +streptobacilli +streptobacillus +Streptocarpus +streptococcal +streptococci +streptococcic +Streptococcus +streptococcus +streptolysin +Streptomyces +streptomycin +Streptoneura +streptoneural +streptoneurous +streptosepticemia +streptothricial +streptothricin +streptothricosis +Streptothrix +streptotrichal +streptotrichosis +stress +stresser +stressful +stressfully +stressless +stresslessness +stret +stretch +stretchable +stretchberry +stretcher +stretcherman +stretchiness +stretchneck +stretchproof +stretchy +stretman +strette +stretti +stretto +strew +strewage +strewer +strewment +strewn +strey +streyne +stria +striae +strial +Striaria +Striariaceae +striatal +striate +striated +striation +striatum +striature +strich +striche +strick +stricken +strickenly +strickenness +stricker +strickle +strickler +strickless +strict +striction +strictish +strictly +strictness +stricture +strictured +strid +stridden +striddle +stride +strideleg +stridelegs +stridence +stridency +strident +stridently +strider +strideways +stridhan +stridhana +stridhanum +stridingly +stridling +stridlins +stridor +stridulant +stridulate +stridulation +stridulator +stridulatory +stridulent +stridulous +stridulously +stridulousness +strife +strifeful +strifeless +strifemaker +strifemaking +strifemonger +strifeproof +striffen +strig +Striga +striga +strigae +strigal +strigate +Striges +striggle +stright +Strigidae +Strigiformes +strigil +strigilate +strigilation +strigilator +strigiles +strigilis +strigillose +strigilous +Striginae +strigine +strigose +strigous +strigovite +Strigula +Strigulaceae +strigulose +strike +strikeboat +strikebreaker +strikebreaking +strikeless +striker +striking +strikingly +strikingness +strind +string +stringboard +stringcourse +stringed +stringency +stringene +stringent +stringently +stringentness +stringer +stringful +stringhalt +stringhalted +stringhaltedness +stringiness +stringing +stringless +stringlike +stringmaker +stringmaking +stringman +stringpiece +stringsman +stringways +stringwood +stringy +stringybark +strinkle +striola +striolae +striolate +striolated +striolet +strip +stripe +striped +stripeless +striper +striplet +stripling +strippage +stripped +stripper +stripping +strippit +strippler +stript +stripy +strit +strive +strived +striven +striver +striving +strivingly +Strix +strix +stroam +strobic +strobila +strobilaceous +strobilae +strobilate +strobilation +strobile +strobili +strobiliferous +strobiliform +strobiline +strobilization +strobiloid +Strobilomyces +Strobilophyta +strobilus +stroboscope +stroboscopic +stroboscopical +stroboscopy +strobotron +strockle +stroddle +strode +stroil +stroke +stroker +strokesman +stroking +stroky +strold +stroll +strolld +stroller +strom +stroma +stromal +stromata +Stromateidae +stromateoid +stromatic +stromatiform +stromatology +Stromatopora +Stromatoporidae +stromatoporoid +Stromatoporoidea +stromatous +stromb +Strombidae +strombiform +strombite +stromboid +strombolian +strombuliferous +strombuliform +Strombus +strome +stromeyerite +stromming +strone +strong +strongback +strongbark +strongbox +strongbrained +strongfully +stronghand +stronghead +strongheadedly +strongheadedness +stronghearted +stronghold +strongish +stronglike +strongly +strongness +strongylate +strongyle +strongyliasis +strongylid +Strongylidae +strongylidosis +strongyloid +Strongyloides +strongyloidosis +strongylon +Strongyloplasmata +Strongylosis +strongylosis +Strongylus +strontia +strontian +strontianiferous +strontianite +strontic +strontion +strontitic +strontium +strook +strooken +stroot +strop +strophaic +strophanhin +Strophanthus +Stropharia +strophe +strophic +strophical +strophically +strophiolate +strophiolated +strophiole +strophoid +Strophomena +Strophomenacea +strophomenid +Strophomenidae +strophomenoid +strophosis +strophotaxis +strophulus +stropper +stroppings +stroth +stroud +strouding +strounge +stroup +strouthiocamel +strouthiocamelian +strouthocamelian +strove +strow +strowd +strown +stroy +stroyer +stroygood +strub +strubbly +struck +strucken +structural +structuralism +structuralist +structuralization +structuralize +structurally +structuration +structure +structured +structureless +structurely +structurist +strudel +strue +struggle +struggler +struggling +strugglingly +Struldbrug +Struldbruggian +Struldbruggism +strum +struma +strumae +strumatic +strumaticness +strumectomy +Strumella +strumiferous +strumiform +strumiprivic +strumiprivous +strumitis +strummer +strumose +strumous +strumousness +strumpet +strumpetlike +strumpetry +strumstrum +strumulose +strung +strunt +strut +struth +struthian +struthiform +Struthio +struthioid +Struthiomimus +Struthiones +Struthionidae +struthioniform +Struthioniformes +Struthiopteris +struthious +struthonine +strutter +strutting +struttingly +struv +struvite +strych +strychnia +strychnic +strychnin +strychnine +strychninic +strychninism +strychninization +strychninize +strychnize +strychnol +Strychnos +Strymon +Stu +Stuart +Stuartia +stub +stubachite +stubb +stubbed +stubbedness +stubber +stubbiness +stubble +stubbleberry +stubbled +stubbleward +stubbly +stubborn +stubbornhearted +stubbornly +stubbornness +stubboy +stubby +stubchen +stuber +stuboy +stubrunner +stucco +stuccoer +stuccowork +stuccoworker +stuccoyer +stuck +stuckling +stucturelessness +stud +studbook +studder +studdie +studding +studdle +stude +student +studenthood +studentless +studentlike +studentry +studentship +studerite +studfish +studflower +studhorse +studia +studiable +studied +studiedly +studiedness +studier +studio +studious +studiously +studiousness +Studite +Studium +studium +studwork +study +stue +stuff +stuffed +stuffender +stuffer +stuffgownsman +stuffily +stuffiness +stuffing +stuffy +stug +stuggy +stuiver +stull +stuller +stulm +stultification +stultifier +stultify +stultiloquence +stultiloquently +stultiloquious +stultioquy +stultloquent +stum +stumble +stumbler +stumbling +stumblingly +stumbly +stumer +stummer +stummy +stump +stumpage +stumper +stumpily +stumpiness +stumpish +stumpless +stumplike +stumpling +stumpnose +stumpwise +stumpy +stun +Stundism +Stundist +stung +stunk +stunkard +stunner +stunning +stunningly +stunpoll +stunsail +stunsle +stunt +stunted +stuntedly +stuntedness +stunter +stuntiness +stuntness +stunty +stupa +stupe +stupefacient +stupefaction +stupefactive +stupefactiveness +stupefied +stupefiedness +stupefier +stupefy +stupend +stupendly +stupendous +stupendously +stupendousness +stupent +stupeous +stupex +stupid +stupidhead +stupidish +stupidity +stupidly +stupidness +stupor +stuporific +stuporose +stuporous +stupose +stupp +stuprate +stupration +stuprum +stupulose +sturdied +sturdily +sturdiness +sturdy +sturdyhearted +sturgeon +sturine +Sturiones +sturionine +sturk +Sturmian +Sturnella +Sturnidae +sturniform +Sturninae +sturnine +sturnoid +Sturnus +sturt +sturtan +sturtin +sturtion +sturtite +stuss +stut +stutter +stutterer +stuttering +stutteringly +sty +styan +styca +styceric +stycerin +stycerinol +stychomythia +styful +styfziekte +Stygial +Stygian +stylar +Stylaster +Stylasteridae +stylate +style +stylebook +styledom +styleless +stylelessness +stylelike +styler +stylet +stylewort +Stylidiaceae +stylidiaceous +Stylidium +styliferous +styliform +styline +styling +stylish +stylishly +stylishness +stylist +stylistic +stylistical +stylistically +stylistics +stylite +stylitic +stylitism +stylization +stylize +stylizer +stylo +styloauricularis +stylobate +Stylochus +styloglossal +styloglossus +stylogonidium +stylograph +stylographic +stylographical +stylographically +stylography +stylohyal +stylohyoid +stylohyoidean +stylohyoideus +styloid +stylolite +stylolitic +stylomandibular +stylomastoid +stylomaxillary +stylometer +Stylommatophora +stylommatophorous +stylomyloid +Stylonurus +Stylonychia +stylopharyngeal +stylopharyngeus +stylopid +Stylopidae +stylopization +stylopized +stylopod +stylopodium +Stylops +stylops +Stylosanthes +stylospore +stylosporous +stylostegium +stylotypite +stylus +stymie +Stymphalian +Stymphalid +Stymphalides +Styphelia +styphnate +styphnic +stypsis +styptic +styptical +stypticalness +stypticity +stypticness +Styracaceae +styracaceous +styracin +Styrax +styrax +styrene +Styrian +styrogallol +styrol +styrolene +styrone +styryl +styrylic +stythe +styward +Styx +Styxian +suability +suable +suably +suade +Suaeda +suaharo +Sualocin +Suanitian +suant +suantly +suasible +suasion +suasionist +suasive +suasively +suasiveness +suasory +suavastika +suave +suavely +suaveness +suaveolent +suavify +suaviloquence +suaviloquent +suavity +sub +subabbot +subabdominal +subability +subabsolute +subacademic +subaccount +subacetate +subacid +subacidity +subacidly +subacidness +subacidulous +subacrid +subacrodrome +subacromial +subact +subacuminate +subacute +subacutely +subadditive +subadjacent +subadjutor +subadministrate +subadministration +subadministrator +subadult +subaduncate +subaerate +subaeration +subaerial +subaerially +subaetheric +subaffluent +subage +subagency +subagent +subaggregate +subah +subahdar +subahdary +subahship +subaid +Subakhmimic +subalary +subalate +subalgebra +subalkaline +suballiance +subalmoner +subalpine +subaltern +subalternant +subalternate +subalternately +subalternating +subalternation +subalternity +subanal +subandean +subangled +subangular +subangulate +subangulated +subanniversary +subantarctic +subantichrist +subantique +Subanun +subapical +subaponeurotic +subapostolic +subapparent +subappearance +subappressed +subapprobation +subapterous +subaquatic +subaquean +subaqueous +subarachnoid +subarachnoidal +subarachnoidean +subarboraceous +subarboreal +subarborescent +subarch +subarchesporial +subarchitect +subarctic +subarcuate +subarcuated +subarcuation +subarea +subareolar +subareolet +Subarian +subarmor +subarouse +subarrhation +subartesian +subarticle +subarytenoid +subascending +subassemblage +subassembly +subassociation +subastragalar +subastragaloid +subastral +subastringent +subatom +subatomic +subattenuate +subattenuated +subattorney +subaud +subaudible +subaudition +subauditionist +subauditor +subauditur +subaural +subauricular +subautomatic +subaverage +subaxillar +subaxillary +subbailie +subbailiff +subbailiwick +subballast +subband +subbank +subbasal +subbasaltic +subbase +subbasement +subbass +subbeadle +subbeau +subbias +subbifid +subbing +subbituminous +subbookkeeper +subboreal +subbourdon +subbrachycephalic +subbrachycephaly +subbrachyskelic +subbranch +subbranched +subbranchial +subbreed +subbrigade +subbrigadier +subbroker +subbromid +subbromide +subbronchial +subbureau +subcaecal +subcalcareous +subcalcarine +subcaliber +subcallosal +subcampanulate +subcancellate +subcandid +subcantor +subcapsular +subcaptain +subcaption +subcarbide +subcarbonate +Subcarboniferous +subcarbureted +subcarburetted +subcardinal +subcarinate +subcartilaginous +subcase +subcash +subcashier +subcasino +subcast +subcaste +subcategory +subcaudal +subcaudate +subcaulescent +subcause +subcavate +subcavity +subcelestial +subcell +subcellar +subcenter +subcentral +subcentrally +subchairman +subchamberer +subchancel +subchanter +subchapter +subchaser +subchela +subchelate +subcheliform +subchief +subchloride +subchondral +subchordal +subchorioid +subchorioidal +subchorionic +subchoroid +subchoroidal +subcinctorium +subcineritious +subcingulum +subcircuit +subcircular +subcision +subcity +subclaim +Subclamatores +subclan +subclass +subclassify +subclause +subclavate +subclavia +subclavian +subclavicular +subclavioaxillary +subclaviojugular +subclavius +subclerk +subclimate +subclimax +subclinical +subclover +subcoastal +subcollateral +subcollector +subcollegiate +subcolumnar +subcommander +subcommendation +subcommended +subcommissary +subcommissaryship +subcommission +subcommissioner +subcommit +subcommittee +subcompany +subcompensate +subcompensation +subcompressed +subconcave +subconcession +subconcessionaire +subconchoidal +subconference +subconformable +subconical +subconjunctival +subconjunctively +subconnate +subconnect +subconnivent +subconscience +subconscious +subconsciously +subconsciousness +subconservator +subconsideration +subconstable +subconstellation +subconsul +subcontained +subcontest +subcontiguous +subcontinent +subcontinental +subcontinual +subcontinued +subcontinuous +subcontract +subcontracted +subcontractor +subcontraoctave +subcontrariety +subcontrarily +subcontrary +subcontrol +subconvex +subconvolute +subcool +subcoracoid +subcordate +subcordiform +subcoriaceous +subcorneous +subcorporation +subcortex +subcortical +subcortically +subcorymbose +subcosta +subcostal +subcostalis +subcouncil +subcranial +subcreative +subcreek +subcrenate +subcrepitant +subcrepitation +subcrescentic +subcrest +subcriminal +subcrossing +subcrureal +subcrureus +subcrust +subcrustaceous +subcrustal +subcrystalline +subcubical +subcuboidal +subcultrate +subcultural +subculture +subcurate +subcurator +subcuratorship +subcurrent +subcutaneous +subcutaneously +subcutaneousness +subcuticular +subcutis +subcyaneous +subcyanide +subcylindric +subcylindrical +subdatary +subdate +subdeacon +subdeaconate +subdeaconess +subdeaconry +subdeaconship +subdealer +subdean +subdeanery +subdeb +subdebutante +subdecanal +subdecimal +subdecuple +subdeducible +subdefinition +subdelegate +subdelegation +subdelirium +subdeltaic +subdeltoid +subdeltoidal +subdemonstrate +subdemonstration +subdenomination +subdentate +subdentated +subdented +subdenticulate +subdepartment +subdeposit +subdepository +subdepot +subdepressed +subdeputy +subderivative +subdermal +subdeterminant +subdevil +subdiaconal +subdiaconate +subdial +subdialect +subdialectal +subdialectally +subdiapason +subdiapente +subdiaphragmatic +subdichotomize +subdichotomous +subdichotomously +subdichotomy +subdie +subdilated +subdirector +subdiscoidal +subdisjunctive +subdistich +subdistichous +subdistinction +subdistinguish +subdistinguished +subdistrict +subdititious +subdititiously +subdivecious +subdiversify +subdividable +subdivide +subdivider +subdividing +subdividingly +subdivine +subdivisible +subdivision +subdivisional +subdivisive +subdoctor +subdolent +subdolichocephalic +subdolichocephaly +subdolous +subdolously +subdolousness +subdominant +subdorsal +subdorsally +subdouble +subdrain +subdrainage +subdrill +subdruid +subduable +subduableness +subduably +subdual +subduce +subduct +subduction +subdue +subdued +subduedly +subduedness +subduement +subduer +subduing +subduingly +subduple +subduplicate +subdural +subdurally +subecho +subectodermal +subedit +subeditor +subeditorial +subeditorship +subeffective +subelection +subelectron +subelement +subelementary +subelliptic +subelliptical +subelongate +subemarginate +subencephalon +subencephaltic +subendocardial +subendorse +subendorsement +subendothelial +subendymal +subenfeoff +subengineer +subentire +subentitle +subentry +subepidermal +subepiglottic +subepithelial +subepoch +subequal +subequality +subequally +subequatorial +subequilateral +subequivalve +suber +suberane +suberate +suberect +subereous +suberic +suberiferous +suberification +suberiform +suberin +suberinization +suberinize +Suberites +Suberitidae +suberization +suberize +suberone +suberose +suberous +subescheator +subesophageal +subessential +subetheric +subexaminer +subexcitation +subexcite +subexecutor +subexternal +subface +subfacies +subfactor +subfactorial +subfactory +subfalcate +subfalcial +subfalciform +subfamily +subfascial +subfastigiate +subfebrile +subferryman +subfestive +subfeu +subfeudation +subfeudatory +subfibrous +subfief +subfigure +subfissure +subfix +subflavor +subflexuose +subfloor +subflooring +subflora +subflush +subfluvial +subfocal +subfoliar +subforeman +subform +subformation +subfossil +subfossorial +subfoundation +subfraction +subframe +subfreshman +subfrontal +subfulgent +subfumigation +subfumose +subfunctional +subfusc +subfuscous +subfusiform +subfusk +subgalea +subgallate +subganger +subgape +subgelatinous +subgeneric +subgenerical +subgenerically +subgeniculate +subgenital +subgens +subgenual +subgenus +subgeometric +subget +subgit +subglabrous +subglacial +subglacially +subglenoid +subglobose +subglobosely +subglobular +subglobulose +subglossal +subglossitis +subglottic +subglumaceous +subgod +subgoverness +subgovernor +subgrade +subgranular +subgrin +subgroup +subgular +subgwely +subgyre +subgyrus +subhalid +subhalide +subhall +subharmonic +subhastation +subhatchery +subhead +subheading +subheadquarters +subheadwaiter +subhealth +subhedral +subhemispherical +subhepatic +subherd +subhero +subhexagonal +subhirsute +subhooked +subhorizontal +subhornblendic +subhouse +subhuman +subhumid +subhyaline +subhyaloid +subhymenial +subhymenium +subhyoid +subhyoidean +subhypothesis +subhysteria +subicle +subicteric +subicular +subiculum +subidar +subidea +subideal +subimaginal +subimago +subimbricate +subimbricated +subimposed +subimpressed +subincandescent +subincident +subincise +subincision +subincomplete +subindex +subindicate +subindication +subindicative +subindices +subindividual +subinduce +subinfer +subinfeud +subinfeudate +subinfeudation +subinfeudatory +subinflammation +subinflammatory +subinform +subingression +subinguinal +subinitial +subinoculate +subinoculation +subinsert +subinsertion +subinspector +subinspectorship +subintegumental +subintellection +subintelligential +subintelligitur +subintent +subintention +subintercessor +subinternal +subinterval +subintestinal +subintroduce +subintroduction +subintroductory +subinvoluted +subinvolution +subiodide +subirrigate +subirrigation +subitane +subitaneous +subitem +Subiya +subjacency +subjacent +subjacently +subjack +subject +subjectability +subjectable +subjectdom +subjected +subjectedly +subjectedness +subjecthood +subjectibility +subjectible +subjectification +subjectify +subjectile +subjection +subjectional +subjectist +subjective +subjectively +subjectiveness +subjectivism +subjectivist +subjectivistic +subjectivistically +subjectivity +subjectivize +subjectivoidealistic +subjectless +subjectlike +subjectness +subjectship +subjee +subjicible +subjoin +subjoinder +subjoint +subjudge +subjudiciary +subjugable +subjugal +subjugate +subjugation +subjugator +subjugular +subjunct +subjunction +subjunctive +subjunctively +subjunior +subking +subkingdom +sublabial +sublaciniate +sublacustrine +sublanate +sublanceolate +sublanguage +sublapsarian +sublapsarianism +sublapsary +sublaryngeal +sublate +sublateral +sublation +sublative +subleader +sublease +sublecturer +sublegislation +sublegislature +sublenticular +sublessee +sublessor +sublet +sublethal +sublettable +subletter +sublevaminous +sublevate +sublevation +sublevel +sublibrarian +sublicense +sublicensee +sublid +sublieutenancy +sublieutenant +subligation +sublighted +sublimable +sublimableness +sublimant +sublimate +sublimation +sublimational +sublimationist +sublimator +sublimatory +sublime +sublimed +sublimely +sublimeness +sublimer +subliminal +subliminally +sublimish +sublimitation +sublimity +sublimize +sublinear +sublineation +sublingua +sublinguae +sublingual +sublinguate +sublittoral +sublobular +sublong +subloral +subloreal +sublot +sublumbar +sublunar +sublunary +sublunate +sublustrous +subluxate +subluxation +submaid +submain +submakroskelic +submammary +subman +submanager +submania +submanic +submanor +submarginal +submarginally +submarginate +submargined +submarine +submariner +submarinism +submarinist +submarshal +submaster +submaxilla +submaxillary +submaximal +submeaning +submedial +submedian +submediant +submediation +submediocre +submeeting +submember +submembranaceous +submembranous +submeningeal +submental +submentum +submerge +submerged +submergement +submergence +submergibility +submergible +submerse +submersed +submersibility +submersible +submersion +submetallic +submeter +submetering +submicron +submicroscopic +submicroscopically +submiliary +submind +subminimal +subminister +submiss +submissible +submission +submissionist +submissive +submissively +submissiveness +submissly +submissness +submit +submittal +submittance +submitter +submittingly +submolecule +submonition +submontagne +submontane +submontanely +submontaneous +submorphous +submortgage +submotive +submountain +submucosa +submucosal +submucous +submucronate +submultiple +submundane +submuriate +submuscular +Submytilacea +subnarcotic +subnasal +subnascent +subnatural +subnect +subnervian +subness +subneural +subnex +subnitrate +subnitrated +subniveal +subnivean +subnormal +subnormality +subnotation +subnote +subnotochordal +subnubilar +subnucleus +subnude +subnumber +subnuvolar +suboblique +subobscure +subobscurely +subobtuse +suboccipital +subocean +suboceanic +suboctave +suboctile +suboctuple +subocular +suboesophageal +suboffice +subofficer +subofficial +subolive +subopaque +subopercle +subopercular +suboperculum +subopposite +suboptic +suboptimal +suboptimum +suboral +suborbicular +suborbiculate +suborbiculated +suborbital +suborbitar +suborbitary +subordain +suborder +subordinacy +subordinal +subordinary +subordinate +subordinately +subordinateness +subordinating +subordinatingly +subordination +subordinationism +subordinationist +subordinative +suborganic +suborn +subornation +subornative +suborner +Suboscines +suboval +subovate +subovated +suboverseer +subovoid +suboxidation +suboxide +subpackage +subpagoda +subpallial +subpalmate +subpanel +subparagraph +subparallel +subpart +subpartition +subpartitioned +subpartitionment +subparty +subpass +subpassage +subpastor +subpatron +subpattern +subpavement +subpectinate +subpectoral +subpeduncle +subpeduncular +subpedunculate +subpellucid +subpeltate +subpeltated +subpentagonal +subpentangular +subpericardial +subperiod +subperiosteal +subperiosteally +subperitoneal +subperitoneally +subpermanent +subpermanently +subperpendicular +subpetiolar +subpetiolate +subpharyngeal +subphosphate +subphratry +subphrenic +subphylar +subphylum +subpial +subpilose +subpimp +subpiston +subplacenta +subplant +subplantigrade +subplat +subpleural +subplinth +subplot +subplow +subpodophyllous +subpoena +subpoenal +subpolar +subpolygonal +subpool +subpopular +subpopulation +subporphyritic +subport +subpostmaster +subpostmastership +subpostscript +subpotency +subpotent +subpreceptor +subpreceptorial +subpredicate +subpredication +subprefect +subprefectorial +subprefecture +subprehensile +subpress +subprimary +subprincipal +subprior +subprioress +subproblem +subproctor +subproduct +subprofessional +subprofessor +subprofessoriate +subprofitable +subproportional +subprotector +subprovince +subprovincial +subpubescent +subpubic +subpulmonary +subpulverizer +subpunch +subpunctuation +subpurchaser +subpurlin +subputation +subpyramidal +subpyriform +subquadrangular +subquadrate +subquality +subquestion +subquinquefid +subquintuple +Subra +subrace +subradial +subradiance +subradiate +subradical +subradius +subradular +subrailway +subrameal +subramose +subramous +subrange +subrational +subreader +subreason +subrebellion +subrectangular +subrector +subreference +subregent +subregion +subregional +subregular +subreguli +subregulus +subrelation +subreligion +subreniform +subrent +subrepand +subrepent +subreport +subreptary +subreption +subreptitious +subreputable +subresin +subretinal +subrhombic +subrhomboid +subrhomboidal +subrictal +subrident +subridently +subrigid +subrision +subrisive +subrisory +subrogate +subrogation +subroot +subrostral +subround +subrule +subruler +subsacral +subsale +subsaline +subsalt +subsample +subsartorial +subsatiric +subsatirical +subsaturated +subsaturation +subscapular +subscapularis +subscapulary +subschedule +subscheme +subschool +subscience +subscleral +subsclerotic +subscribable +subscribe +subscriber +subscribership +subscript +subscription +subscriptionist +subscriptive +subscriptively +subscripture +subscrive +subscriver +subsea +subsecive +subsecretarial +subsecretary +subsect +subsection +subsecurity +subsecute +subsecutive +subsegment +subsemifusa +subsemitone +subsensation +subsensible +subsensual +subsensuous +subsept +subseptuple +subsequence +subsequency +subsequent +subsequential +subsequentially +subsequently +subsequentness +subseries +subserosa +subserous +subserrate +subserve +subserviate +subservience +subserviency +subservient +subserviently +subservientness +subsessile +subset +subsewer +subsextuple +subshaft +subsheriff +subshire +subshrub +subshrubby +subside +subsidence +subsidency +subsident +subsider +subsidiarie +subsidiarily +subsidiariness +subsidiary +subsiding +subsidist +subsidizable +subsidization +subsidize +subsidizer +subsidy +subsilicate +subsilicic +subsill +subsimilation +subsimious +subsimple +subsinuous +subsist +subsistence +subsistency +subsistent +subsistential +subsistingly +subsizar +subsizarship +subsmile +subsneer +subsocial +subsoil +subsoiler +subsolar +subsolid +subsonic +subsorter +subsovereign +subspace +subspatulate +subspecialist +subspecialize +subspecialty +subspecies +subspecific +subspecifically +subsphenoidal +subsphere +subspherical +subspherically +subspinous +subspiral +subspontaneous +subsquadron +substage +substalagmite +substalagmitic +substance +substanceless +substanch +substandard +substandardize +substant +substantiability +substantial +substantialia +substantialism +substantialist +substantiality +substantialize +substantially +substantialness +substantiate +substantiation +substantiative +substantiator +substantify +substantious +substantival +substantivally +substantive +substantively +substantiveness +substantivity +substantivize +substantize +substation +substernal +substituent +substitutable +substitute +substituted +substituter +substituting +substitutingly +substitution +substitutional +substitutionally +substitutionary +substitutive +substitutively +substock +substoreroom +substory +substract +substraction +substratal +substrate +substrati +substrative +substrator +substratose +substratosphere +substratospheric +substratum +substriate +substruct +substruction +substructional +substructural +substructure +substylar +substyle +subsulfid +subsulfide +subsulphate +subsulphid +subsulphide +subsult +subsultive +subsultorily +subsultorious +subsultory +subsultus +subsumable +subsume +subsumption +subsumptive +subsuperficial +subsurety +subsurface +subsyndicate +subsynod +subsynodical +subsystem +subtack +subtacksman +subtangent +subtarget +subtartarean +subtectal +subtegminal +subtegulaneous +subtemperate +subtenancy +subtenant +subtend +subtense +subtenure +subtepid +subteraqueous +subterbrutish +subtercelestial +subterconscious +subtercutaneous +subterethereal +subterfluent +subterfluous +subterfuge +subterhuman +subterjacent +subtermarine +subterminal +subternatural +subterpose +subterposition +subterrane +subterraneal +subterranean +subterraneanize +subterraneanly +subterraneous +subterraneously +subterraneousness +subterranity +subterraqueous +subterrene +subterrestrial +subterritorial +subterritory +subtersensual +subtersensuous +subtersuperlative +subtersurface +subtertian +subtext +subthalamic +subthalamus +subthoracic +subthrill +subtile +subtilely +subtileness +subtilin +subtilism +subtilist +subtility +subtilization +subtilize +subtilizer +subtill +subtillage +subtilty +subtitle +subtitular +subtle +subtleness +subtlety +subtlist +subtly +subtone +subtonic +subtorrid +subtotal +subtotem +subtower +subtract +subtracter +subtraction +subtractive +subtrahend +subtranslucent +subtransparent +subtransverse +subtrapezoidal +subtread +subtreasurer +subtreasurership +subtreasury +subtrench +subtriangular +subtriangulate +subtribal +subtribe +subtribual +subtrifid +subtrigonal +subtrihedral +subtriplicate +subtriplicated +subtriquetrous +subtrist +subtrochanteric +subtrochlear +subtropic +subtropical +subtropics +subtrousers +subtrude +subtruncate +subtrunk +subtuberant +subtunic +subtunnel +subturbary +subturriculate +subturriculated +subtutor +subtwined +subtype +subtypical +subulate +subulated +subulicorn +Subulicornia +subuliform +subultimate +subumbellate +subumbonal +subumbral +subumbrella +subumbrellar +subuncinate +subunequal +subungual +subunguial +Subungulata +subungulate +subunit +subuniverse +suburb +suburban +suburbandom +suburbanhood +suburbanism +suburbanite +suburbanity +suburbanization +suburbanize +suburbanly +suburbed +suburbia +suburbican +suburbicarian +suburbicary +suburethral +subursine +subvaginal +subvaluation +subvarietal +subvariety +subvassal +subvassalage +subvein +subvendee +subvene +subvention +subventionary +subventioned +subventionize +subventitious +subventive +subventral +subventricose +subvermiform +subversal +subverse +subversed +subversion +subversionary +subversive +subversivism +subvert +subvertebral +subverter +subvertible +subvertical +subverticillate +subvesicular +subvestment +subvicar +subvicarship +subvillain +subvirate +subvirile +subvisible +subvitalized +subvitreous +subvocal +subvola +subwarden +subwater +subway +subwealthy +subweight +subwink +subworker +subworkman +subzonal +subzone +subzygomatic +succade +succedanea +succedaneous +succedaneum +succedent +succeed +succeedable +succeeder +succeeding +succeedingly +succent +succentor +succenturiate +succenturiation +success +successful +successfully +successfulness +succession +successional +successionally +successionist +successionless +successive +successively +successiveness +successivity +successless +successlessly +successlessness +successor +successoral +successorship +successory +succi +succin +succinamate +succinamic +succinamide +succinanil +succinate +succinct +succinctly +succinctness +succinctorium +succinctory +succincture +succinic +succiniferous +succinimide +succinite +succinoresinol +succinosulphuric +succinous +succinyl +Succisa +succise +succivorous +succor +succorable +succorer +succorful +succorless +succorrhea +succory +succotash +succourful +succourless +succous +succub +succuba +succubae +succube +succubine +succubous +succubus +succula +succulence +succulency +succulent +succulently +succulentness +succulous +succumb +succumbence +succumbency +succumbent +succumber +succursal +succuss +succussation +succussatory +succussion +succussive +such +suchlike +suchness +Suchos +suchwise +sucivilized +suck +suckable +suckabob +suckage +suckauhock +sucken +suckener +sucker +suckerel +suckerfish +suckerlike +suckfish +suckhole +sucking +suckle +suckler +suckless +suckling +suckstone +suclat +sucramine +sucrate +sucre +sucroacid +sucrose +suction +suctional +Suctoria +suctorial +suctorian +suctorious +sucupira +sucuri +sucuriu +sucuruju +sud +sudadero +sudamen +sudamina +sudaminal +Sudan +Sudanese +Sudani +Sudanian +Sudanic +sudarium +sudary +sudate +sudation +sudatorium +sudatory +Sudburian +sudburite +sudd +sudden +suddenly +suddenness +suddenty +Sudder +sudder +suddle +suddy +Sudic +sudiform +sudoral +sudoresis +sudoric +sudoriferous +sudoriferousness +sudorific +sudoriparous +sudorous +Sudra +suds +sudsman +sudsy +Sue +sue +Suecism +suede +suer +Suerre +Suessiones +suet +suety +Sueve +Suevi +Suevian +Suevic +Sufeism +suff +suffect +suffection +suffer +sufferable +sufferableness +sufferably +sufferance +sufferer +suffering +sufferingly +suffete +suffice +sufficeable +sufficer +sufficiency +sufficient +sufficiently +sufficientness +sufficing +sufficingly +sufficingness +suffiction +suffix +suffixal +suffixation +suffixion +suffixment +sufflaminate +sufflamination +sufflate +sufflation +sufflue +suffocate +suffocating +suffocatingly +suffocation +suffocative +Suffolk +suffragan +suffraganal +suffraganate +suffragancy +suffraganeous +suffragatory +suffrage +suffragette +suffragettism +suffragial +suffragism +suffragist +suffragistic +suffragistically +suffragitis +suffrago +suffrutescent +suffrutex +suffruticose +suffruticous +suffruticulose +suffumigate +suffumigation +suffusable +suffuse +suffused +suffusedly +suffusion +suffusive +Sufi +Sufiism +Sufiistic +Sufism +Sufistic +sugamo +sugan +sugar +sugarberry +sugarbird +sugarbush +sugared +sugarelly +sugarer +sugarhouse +sugariness +sugarless +sugarlike +sugarplum +sugarsweet +sugarworks +sugary +sugent +sugescent +suggest +suggestable +suggestedness +suggester +suggestibility +suggestible +suggestibleness +suggestibly +suggesting +suggestingly +suggestion +suggestionability +suggestionable +suggestionism +suggestionist +suggestionize +suggestive +suggestively +suggestiveness +suggestivity +suggestment +suggestress +suggestum +suggillate +suggillation +sugh +sugi +Sugih +suguaro +suhuaro +Sui +suicidal +suicidalism +suicidally +suicidalwise +suicide +suicidical +suicidism +suicidist +suid +Suidae +suidian +suiform +suilline +suimate +Suina +suine +suing +suingly +suint +Suiogoth +Suiogothic +Suiones +suisimilar +suist +suit +suitability +suitable +suitableness +suitably +suitcase +suite +suithold +suiting +suitor +suitoress +suitorship +suity +suji +Suk +Sukey +sukiyaki +sukkenye +Suku +Sula +Sulaba +Sulafat +Sulaib +sulbasutra +sulcal +sulcalization +sulcalize +sulcar +sulcate +sulcated +sulcation +sulcatoareolate +sulcatocostate +sulcatorimose +sulciform +sulcomarginal +sulcular +sulculate +sulculus +sulcus +suld +sulea +sulfa +sulfacid +sulfadiazine +sulfaguanidine +sulfamate +sulfamerazin +sulfamerazine +sulfamethazine +sulfamethylthiazole +sulfamic +sulfamidate +sulfamide +sulfamidic +sulfamine +sulfaminic +sulfamyl +sulfanilamide +sulfanilic +sulfanilylguanidine +sulfantimonide +sulfapyrazine +sulfapyridine +sulfaquinoxaline +sulfarsenide +sulfarsenite +sulfarseniuret +sulfarsphenamine +Sulfasuxidine +sulfatase +sulfathiazole +sulfatic +sulfatize +sulfato +sulfazide +sulfhydrate +sulfhydric +sulfhydryl +sulfindigotate +sulfindigotic +sulfindylic +sulfion +sulfionide +sulfoacid +sulfoamide +sulfobenzide +sulfobenzoate +sulfobenzoic +sulfobismuthite +sulfoborite +sulfocarbamide +sulfocarbimide +sulfocarbolate +sulfocarbolic +sulfochloride +sulfocyan +sulfocyanide +sulfofication +sulfogermanate +sulfohalite +sulfohydrate +sulfoindigotate +sulfoleic +sulfolysis +sulfomethylic +sulfonamic +sulfonamide +sulfonate +sulfonation +sulfonator +sulfonephthalein +sulfonethylmethane +sulfonic +sulfonium +sulfonmethane +sulfonyl +sulfophthalein +sulfopurpurate +sulfopurpuric +sulforicinate +sulforicinic +sulforicinoleate +sulforicinoleic +sulfoselenide +sulfosilicide +sulfostannide +sulfotelluride +sulfourea +sulfovinate +sulfovinic +sulfowolframic +sulfoxide +sulfoxism +sulfoxylate +sulfoxylic +sulfurage +sulfuran +sulfurate +sulfuration +sulfurator +sulfurea +sulfureous +sulfureously +sulfureousness +sulfuret +sulfuric +sulfurization +sulfurize +sulfurosyl +sulfurous +sulfury +sulfuryl +Sulidae +Sulides +Suliote +sulk +sulka +sulker +sulkily +sulkiness +sulky +sulkylike +sull +sulla +sullage +Sullan +sullen +sullenhearted +sullenly +sullenness +sulliable +sullow +sully +sulpha +sulphacid +sulphaldehyde +sulphamate +sulphamic +sulphamidate +sulphamide +sulphamidic +sulphamine +sulphaminic +sulphamino +sulphammonium +sulphamyl +sulphanilate +sulphanilic +sulphantimonate +sulphantimonial +sulphantimonic +sulphantimonide +sulphantimonious +sulphantimonite +sulpharsenate +sulpharseniate +sulpharsenic +sulpharsenide +sulpharsenious +sulpharsenite +sulpharseniuret +sulpharsphenamine +sulphatase +sulphate +sulphated +sulphatic +sulphation +sulphatization +sulphatize +sulphato +sulphatoacetic +sulphatocarbonic +sulphazide +sulphazotize +sulphbismuthite +sulphethylate +sulphethylic +sulphhemoglobin +sulphichthyolate +sulphidation +sulphide +sulphidic +sulphidize +sulphimide +sulphinate +sulphindigotate +sulphine +sulphinic +sulphinide +sulphinyl +sulphitation +sulphite +sulphitic +sulphmethemoglobin +sulpho +sulphoacetic +sulphoamid +sulphoamide +sulphoantimonate +sulphoantimonic +sulphoantimonious +sulphoantimonite +sulphoarsenic +sulphoarsenious +sulphoarsenite +sulphoazotize +sulphobenzide +sulphobenzoate +sulphobenzoic +sulphobismuthite +sulphoborite +sulphobutyric +sulphocarbamic +sulphocarbamide +sulphocarbanilide +sulphocarbimide +sulphocarbolate +sulphocarbolic +sulphocarbonate +sulphocarbonic +sulphochloride +sulphochromic +sulphocinnamic +sulphocyan +sulphocyanate +sulphocyanic +sulphocyanide +sulphocyanogen +sulphodichloramine +sulphofication +sulphofy +sulphogallic +sulphogel +sulphogermanate +sulphogermanic +sulphohalite +sulphohaloid +sulphohydrate +sulphoichthyolate +sulphoichthyolic +sulphoindigotate +sulphoindigotic +sulpholeate +sulpholeic +sulpholipin +sulpholysis +sulphonal +sulphonalism +sulphonamic +sulphonamide +sulphonamido +sulphonamine +sulphonaphthoic +sulphonate +sulphonated +sulphonation +sulphonator +sulphoncyanine +sulphone +sulphonephthalein +sulphonethylmethane +sulphonic +sulphonium +sulphonmethane +sulphonphthalein +sulphonyl +sulphoparaldehyde +sulphophosphate +sulphophosphite +sulphophosphoric +sulphophosphorous +sulphophthalein +sulphophthalic +sulphopropionic +sulphoproteid +sulphopupuric +sulphopurpurate +sulphoricinate +sulphoricinic +sulphoricinoleate +sulphoricinoleic +sulphosalicylic +sulphoselenide +sulphoselenium +sulphosilicide +sulphosol +sulphostannate +sulphostannic +sulphostannide +sulphostannite +sulphostannous +sulphosuccinic +sulphosulphurous +sulphotannic +sulphotelluride +sulphoterephthalic +sulphothionyl +sulphotoluic +sulphotungstate +sulphotungstic +sulphourea +sulphovanadate +sulphovinate +sulphovinic +sulphowolframic +sulphoxide +sulphoxism +sulphoxylate +sulphoxylic +sulphoxyphosphate +sulphozincate +sulphur +sulphurage +sulphuran +sulphurate +sulphuration +sulphurator +sulphurea +sulphurean +sulphureity +sulphureonitrous +sulphureosaline +sulphureosuffused +sulphureous +sulphureously +sulphureousness +sulphureovirescent +sulphuret +sulphureted +sulphuric +sulphuriferous +sulphurity +sulphurization +sulphurize +sulphurless +sulphurlike +sulphurosyl +sulphurous +sulphurously +sulphurousness +sulphurproof +sulphurweed +sulphurwort +sulphury +sulphuryl +sulphydrate +sulphydric +sulphydryl +Sulpician +sultam +sultan +sultana +sultanaship +sultanate +sultane +sultanesque +sultaness +sultanian +sultanic +sultanin +sultanism +sultanist +sultanize +sultanlike +sultanry +sultanship +sultone +sultrily +sultriness +sultry +Sulu +Suluan +sulung +sulvanite +sulvasutra +sum +sumac +Sumak +Sumass +Sumatra +sumatra +Sumatran +sumbul +sumbulic +Sumdum +Sumerian +Sumerology +Sumitro +sumless +sumlessness +summability +summable +summage +summand +summar +summarily +summariness +summarist +summarization +summarize +summarizer +summary +summate +summation +summational +summative +summatory +summed +summer +summerbird +summercastle +summerer +summerhead +summeriness +summering +summerings +summerish +summerite +summerize +summerland +summerlay +summerless +summerlike +summerliness +summerling +summerly +summerproof +summertide +summertime +summertree +summerward +summerwood +summery +summist +summit +summital +summitless +summity +summon +summonable +summoner +summoningly +summons +summula +summulist +summut +sumner +Sumo +sump +sumpage +sumper +sumph +sumphish +sumphishly +sumphishness +sumphy +sumpit +sumpitan +sumple +sumpman +sumpsimus +sumpter +sumption +sumptuary +sumptuosity +sumptuous +sumptuously +sumptuousness +sun +sunbeam +sunbeamed +sunbeamy +sunberry +sunbird +sunblink +sunbonnet +sunbonneted +sunbow +sunbreak +sunburn +sunburned +sunburnedness +sunburnproof +sunburnt +sunburntness +sunburst +suncherchor +suncup +sundae +Sundanese +Sundanesian +sundang +Sundar +Sundaresan +sundari +Sunday +Sundayfied +Sundayish +Sundayism +Sundaylike +Sundayness +Sundayproof +sundek +sunder +sunderable +sunderance +sunderer +sunderment +sunderwise +sundew +sundial +sundik +sundog +sundown +sundowner +sundowning +sundra +sundri +sundries +sundriesman +sundrily +sundriness +sundrops +sundry +sundryman +sune +sunfall +sunfast +sunfish +sunfisher +sunfishery +sunflower +Sung +sung +sungha +sunglade +sunglass +sunglo +sunglow +Sunil +sunk +sunken +sunket +sunkland +sunlamp +sunland +sunless +sunlessly +sunlessness +sunlet +sunlight +sunlighted +sunlike +sunlit +sunn +Sunna +Sunni +Sunniah +sunnily +sunniness +Sunnism +Sunnite +sunnud +sunny +sunnyhearted +sunnyheartedness +sunproof +sunquake +sunray +sunrise +sunrising +sunroom +sunscald +sunset +sunsetting +sunsetty +sunshade +sunshine +sunshineless +sunshining +sunshiny +sunsmit +sunsmitten +sunspot +sunspotted +sunspottedness +sunspottery +sunspotty +sunsquall +sunstone +sunstricken +sunstroke +sunt +sunup +sunward +sunwards +sunway +sunways +sunweed +sunwise +sunyie +Suomi +Suomic +suovetaurilia +sup +supa +Supai +supari +supawn +supe +supellex +super +superabduction +superabhor +superability +superable +superableness +superably +superabnormal +superabominable +superabomination +superabound +superabstract +superabsurd +superabundance +superabundancy +superabundant +superabundantly +superaccession +superaccessory +superaccommodating +superaccomplished +superaccrue +superaccumulate +superaccumulation +superaccurate +superacetate +superachievement +superacid +superacidulated +superacknowledgment +superacquisition +superacromial +superactive +superactivity +superacute +superadaptable +superadd +superaddition +superadditional +superadequate +superadequately +superadjacent +superadministration +superadmirable +superadmiration +superadorn +superadornment +superaerial +superaesthetical +superaffiliation +superaffiuence +superagency +superaggravation +superagitation +superagrarian +superalbal +superalbuminosis +superalimentation +superalkaline +superalkalinity +superallowance +superaltar +superaltern +superambitious +superambulacral +superanal +superangelic +superangelical +superanimal +superannuate +superannuation +superannuitant +superannuity +superapology +superappreciation +superaqueous +superarbiter +superarbitrary +superarctic +superarduous +superarrogant +superarseniate +superartificial +superartificially +superaspiration +superassertion +superassociate +superassume +superastonish +superastonishment +superattachment +superattainable +superattendant +superattraction +superattractive +superauditor +superaural +superaverage +superavit +superaward +superaxillary +superazotation +superb +superbelief +superbeloved +superbenefit +superbenevolent +superbenign +superbias +superbious +superbity +superblessed +superblunder +superbly +superbness +superbold +superborrow +superbrain +superbrave +superbrute +superbuild +superbungalow +superbusy +supercabinet +supercalender +supercallosal +supercandid +supercanine +supercanonical +supercanonization +supercanopy +supercapable +supercaption +supercarbonate +supercarbonization +supercarbonize +supercarbureted +supercargo +supercargoship +supercarpal +supercatastrophe +supercatholic +supercausal +supercaution +supercelestial +supercensure +supercentral +supercentrifuge +supercerebellar +supercerebral +superceremonious +supercharge +supercharged +supercharger +superchemical +superchivalrous +superciliary +superciliosity +supercilious +superciliously +superciliousness +supercilium +supercivil +supercivilization +supercivilized +superclaim +superclass +superclassified +supercloth +supercoincidence +supercolossal +supercolumnar +supercolumniation +supercombination +supercombing +supercommendation +supercommentary +supercommentator +supercommercial +supercompetition +supercomplete +supercomplex +supercomprehension +supercompression +superconception +superconductive +superconductivity +superconductor +superconfident +superconfirmation +superconformable +superconformist +superconformity +superconfusion +supercongestion +superconscious +superconsciousness +superconsecrated +superconsequency +superconservative +superconstitutional +supercontest +supercontribution +supercontrol +supercool +supercordial +supercorporation +supercow +supercredit +supercrescence +supercrescent +supercrime +supercritic +supercritical +supercrowned +supercrust +supercube +supercultivated +supercurious +supercycle +supercynical +superdainty +superdanger +superdebt +superdeclamatory +superdecoration +superdeficit +superdeity +superdejection +superdelegate +superdelicate +superdemand +superdemocratic +superdemonic +superdemonstration +superdensity +superdeposit +superdesirous +superdevelopment +superdevilish +superdevotion +superdiabolical +superdiabolically +superdicrotic +superdifficult +superdiplomacy +superdirection +superdiscount +superdistention +superdistribution +superdividend +superdivine +superdivision +superdoctor +superdominant +superdomineering +superdonation +superdose +superdramatist +superdreadnought +superdubious +superduplication +superdural +superdying +superearthly +supereconomy +superedification +superedify +supereducation +supereffective +supereffluence +supereffluently +superego +superelaborate +superelastic +superelated +superelegance +superelementary +superelevated +superelevation +supereligible +supereloquent +supereminence +supereminency +supereminent +supereminently +superemphasis +superemphasize +superendorse +superendorsement +superendow +superenergetic +superenforcement +superengrave +superenrollment +superepic +superepoch +superequivalent +supererogant +supererogantly +supererogate +supererogation +supererogative +supererogator +supererogatorily +supererogatory +superespecial +superessential +superessentially +superestablish +superestablishment +supereternity +superether +superethical +superethmoidal +superevangelical +superevident +superexacting +superexalt +superexaltation +superexaminer +superexceed +superexceeding +superexcellence +superexcellency +superexcellent +superexcellently +superexceptional +superexcitation +superexcited +superexcitement +superexcrescence +superexert +superexertion +superexiguity +superexist +superexistent +superexpand +superexpansion +superexpectation +superexpenditure +superexplicit +superexport +superexpressive +superexquisite +superexquisitely +superexquisiteness +superextend +superextension +superextol +superextreme +superfamily +superfantastic +superfarm +superfat +superfecundation +superfecundity +superfee +superfeminine +superfervent +superfetate +superfetation +superfeudation +superfibrination +superficial +superficialism +superficialist +superficiality +superficialize +superficially +superficialness +superficiary +superficies +superfidel +superfinance +superfine +superfinical +superfinish +superfinite +superfissure +superfit +superfix +superfleet +superflexion +superfluent +superfluid +superfluitance +superfluity +superfluous +superfluously +superfluousness +superflux +superfoliaceous +superfoliation +superfolly +superformal +superformation +superformidable +superfortunate +superfriendly +superfrontal +superfructified +superfulfill +superfulfillment +superfunction +superfunctional +superfuse +superfusibility +superfusible +superfusion +supergaiety +supergallant +supergene +supergeneric +supergenerosity +supergenerous +supergenual +supergiant +superglacial +superglorious +superglottal +supergoddess +supergoodness +supergovern +supergovernment +supergraduate +supergrant +supergratification +supergratify +supergravitate +supergravitation +superguarantee +supergun +superhandsome +superhearty +superheat +superheater +superheresy +superhero +superheroic +superhet +superheterodyne +superhighway +superhirudine +superhistoric +superhistorical +superhive +superhuman +superhumanity +superhumanize +superhumanly +superhumanness +superhumeral +superhypocrite +superideal +superignorant +superillustrate +superillustration +superimpend +superimpending +superimpersonal +superimply +superimportant +superimposable +superimpose +superimposed +superimposition +superimposure +superimpregnated +superimpregnation +superimprobable +superimproved +superincentive +superinclination +superinclusive +superincomprehensible +superincrease +superincumbence +superincumbency +superincumbent +superincumbently +superindependent +superindiction +superindifference +superindifferent +superindignant +superindividual +superindividualism +superindividualist +superinduce +superinducement +superinduct +superinduction +superindulgence +superindulgent +superindustrious +superindustry +superinenarrable +superinfection +superinfer +superinference +superinfeudation +superinfinite +superinfinitely +superinfirmity +superinfluence +superinformal +superinfuse +superinfusion +superingenious +superingenuity +superinitiative +superinjustice +superinnocent +superinquisitive +superinsaniated +superinscription +superinsist +superinsistence +superinsistent +superinstitute +superinstitution +superintellectual +superintend +superintendence +superintendency +superintendent +superintendential +superintendentship +superintender +superintense +superintolerable +superinundation +superior +superioress +superiority +superiorly +superiorness +superiorship +superirritability +superius +superjacent +superjudicial +superjurisdiction +superjustification +superknowledge +superlabial +superlaborious +superlactation +superlapsarian +superlaryngeal +superlation +superlative +superlatively +superlativeness +superlenient +superlie +superlikelihood +superline +superlocal +superlogical +superloyal +superlucky +superlunary +superlunatical +superluxurious +supermagnificent +supermagnificently +supermalate +superman +supermanhood +supermanifest +supermanism +supermanliness +supermanly +supermannish +supermarginal +supermarine +supermarket +supermarvelous +supermasculine +supermaterial +supermathematical +supermaxilla +supermaxillary +supermechanical +supermedial +supermedicine +supermediocre +supermental +supermentality +supermetropolitan +supermilitary +supermishap +supermixture +supermodest +supermoisten +supermolten +supermoral +supermorose +supermunicipal +supermuscan +supermystery +supernacular +supernaculum +supernal +supernalize +supernally +supernatant +supernatation +supernation +supernational +supernationalism +supernatural +supernaturaldom +supernaturalism +supernaturalist +supernaturality +supernaturalize +supernaturally +supernaturalness +supernature +supernecessity +supernegligent +supernormal +supernormally +supernormalness +supernotable +supernova +supernumeral +supernumerariness +supernumerary +supernumeraryship +supernumerous +supernutrition +superoanterior +superobedience +superobedient +superobese +superobject +superobjection +superobjectionable +superobligation +superobstinate +superoccipital +superoctave +superocular +superodorsal +superoexternal +superoffensive +superofficious +superofficiousness +superofrontal +superointernal +superolateral +superomedial +superoposterior +superopposition +superoptimal +superoptimist +superoratorical +superorbital +superordain +superorder +superordinal +superordinary +superordinate +superordination +superorganic +superorganism +superorganization +superorganize +superornament +superornamental +superosculate +superoutput +superoxalate +superoxide +superoxygenate +superoxygenation +superparamount +superparasite +superparasitic +superparasitism +superparliamentary +superpassage +superpatient +superpatriotic +superpatriotism +superperfect +superperfection +superperson +superpersonal +superpersonalism +superpetrosal +superphlogisticate +superphlogistication +superphosphate +superphysical +superpigmentation +superpious +superplausible +superplease +superplus +superpolite +superpolitic +superponderance +superponderancy +superponderant +superpopulation +superposable +superpose +superposed +superposition +superpositive +superpower +superpowered +superpraise +superprecarious +superprecise +superprelatical +superpreparation +superprinting +superprobability +superproduce +superproduction +superproportion +superprosperous +superpublicity +superpure +superpurgation +superquadrupetal +superqualify +superquote +superradical +superrational +superrationally +superreaction +superrealism +superrealist +superrefine +superrefined +superrefinement +superreflection +superreform +superreformation +superregal +superregeneration +superregenerative +superregistration +superregulation +superreliance +superremuneration +superrenal +superrequirement +superrespectable +superresponsible +superrestriction +superreward +superrheumatized +superrighteous +superromantic +superroyal +supersacerdotal +supersacral +supersacred +supersacrifice +supersafe +supersagacious +supersaint +supersaintly +supersalesman +supersaliency +supersalient +supersalt +supersanction +supersanguine +supersanity +supersarcastic +supersatisfaction +supersatisfy +supersaturate +supersaturation +superscandal +superscholarly +superscientific +superscribe +superscript +superscription +superscrive +superseaman +supersecret +supersecretion +supersecular +supersecure +supersedable +supersede +supersedeas +supersedence +superseder +supersedure +superselect +superseminate +supersemination +superseminator +supersensible +supersensibly +supersensitive +supersensitiveness +supersensitization +supersensory +supersensual +supersensualism +supersensualist +supersensualistic +supersensuality +supersensually +supersensuous +supersensuousness +supersentimental +superseptal +superseptuaginarian +superseraphical +superserious +superservice +superserviceable +superserviceableness +superserviceably +supersesquitertial +supersession +supersessive +supersevere +supershipment +supersignificant +supersilent +supersimplicity +supersimplify +supersincerity +supersingular +supersistent +supersize +supersmart +supersocial +supersoil +supersolar +supersolemn +supersolemness +supersolemnity +supersolemnly +supersolicit +supersolicitation +supersolid +supersonant +supersonic +supersovereign +supersovereignty +superspecialize +superspecies +superspecification +supersphenoid +supersphenoidal +superspinous +superspiritual +superspirituality +supersquamosal +superstage +superstamp +superstandard +superstate +superstatesman +superstimulate +superstimulation +superstition +superstitionist +superstitionless +superstitious +superstitiously +superstitiousness +superstoical +superstrain +superstrata +superstratum +superstrenuous +superstrict +superstrong +superstruct +superstruction +superstructor +superstructory +superstructural +superstructure +superstuff +superstylish +supersublimated +supersuborder +supersubsist +supersubstantial +supersubstantiality +supersubstantiate +supersubtilized +supersubtle +supersufficiency +supersufficient +supersulcus +supersulphate +supersulphuret +supersulphureted +supersulphurize +supersuperabundance +supersuperabundant +supersuperabundantly +supersuperb +supersuperior +supersupremacy +supersupreme +supersurprise +supersuspicious +supersweet +supersympathy +supersyndicate +supersystem +supertare +supertartrate +supertax +supertaxation +supertemporal +supertempt +supertemptation +supertension +superterranean +superterraneous +superterrene +superterrestrial +superthankful +superthorough +superthyroidism +supertoleration +supertonic +supertotal +supertower +supertragic +supertragical +supertrain +supertramp +supertranscendent +supertranscendently +supertreason +supertrivial +supertuchun +supertunic +supertutelary +superugly +superultrafrostified +superunfit +superunit +superunity +superuniversal +superuniverse +superurgent +supervalue +supervast +supervene +supervenience +supervenient +supervenosity +supervention +supervestment +supervexation +supervictorious +supervigilant +supervigorous +supervirulent +supervisal +supervisance +supervise +supervision +supervisionary +supervisive +supervisor +supervisorial +supervisorship +supervisory +supervisual +supervisure +supervital +supervive +supervolition +supervoluminous +supervolute +superwager +superwealthy +superweening +superwise +superwoman +superworldly +superwrought +superyacht +superzealous +supinate +supination +supinator +supine +supinely +supineness +suppedaneum +supper +suppering +supperless +suppertime +supperwards +supping +supplace +supplant +supplantation +supplanter +supplantment +supple +supplejack +supplely +supplement +supplemental +supplementally +supplementarily +supplementary +supplementation +supplementer +suppleness +suppletion +suppletive +suppletively +suppletorily +suppletory +suppliable +supplial +suppliance +suppliancy +suppliant +suppliantly +suppliantness +supplicancy +supplicant +supplicantly +supplicat +supplicate +supplicating +supplicatingly +supplication +supplicationer +supplicative +supplicator +supplicatory +supplicavit +supplice +supplier +suppling +supply +support +supportability +supportable +supportableness +supportably +supportance +supporter +supportful +supporting +supportingly +supportive +supportless +supportlessly +supportress +supposable +supposableness +supposably +supposal +suppose +supposed +supposedly +supposer +supposing +supposition +suppositional +suppositionally +suppositionary +suppositionless +suppositious +supposititious +supposititiously +supposititiousness +suppositive +suppositively +suppository +suppositum +suppost +suppress +suppressal +suppressed +suppressedly +suppresser +suppressible +suppression +suppressionist +suppressive +suppressively +suppressor +supprise +suppurant +suppurate +suppuration +suppurative +suppuratory +suprabasidorsal +suprabranchial +suprabuccal +supracaecal +supracargo +supracaudal +supracensorious +supracentenarian +suprachorioid +suprachorioidal +suprachorioidea +suprachoroid +suprachoroidal +suprachoroidea +supraciliary +supraclavicle +supraclavicular +supraclusion +supracommissure +supraconduction +supraconductor +supracondylar +supracondyloid +supraconscious +supraconsciousness +supracoralline +supracostal +supracoxal +supracranial +supracretaceous +supradecompound +supradental +supradorsal +supradural +suprafeminine +suprafine +suprafoliaceous +suprafoliar +supraglacial +supraglenoid +supraglottic +supragovernmental +suprahepatic +suprahistorical +suprahuman +suprahumanity +suprahyoid +suprailiac +suprailium +supraintellectual +suprainterdorsal +suprajural +supralabial +supralapsarian +supralapsarianism +supralateral +supralegal +supraliminal +supraliminally +supralineal +supralinear +supralocal +supralocally +supraloral +supralunar +supralunary +supramammary +supramarginal +supramarine +supramastoid +supramaxilla +supramaxillary +supramaximal +suprameatal +supramechanical +supramedial +supramental +supramolecular +supramoral +supramortal +supramundane +supranasal +supranational +supranatural +supranaturalism +supranaturalist +supranaturalistic +supranature +supranervian +supraneural +supranormal +supranuclear +supraoccipital +supraocclusion +supraocular +supraoesophagal +supraoesophageal +supraoptimal +supraoptional +supraoral +supraorbital +supraorbitar +supraordinary +supraordinate +supraordination +suprapapillary +suprapedal +suprapharyngeal +supraposition +supraprotest +suprapubian +suprapubic +suprapygal +supraquantivalence +supraquantivalent +suprarational +suprarationalism +suprarationality +suprarenal +suprarenalectomize +suprarenalectomy +suprarenalin +suprarenine +suprarimal +suprasaturate +suprascapula +suprascapular +suprascapulary +suprascript +suprasegmental +suprasensible +suprasensitive +suprasensual +suprasensuous +supraseptal +suprasolar +suprasoriferous +suprasphanoidal +supraspinal +supraspinate +supraspinatus +supraspinous +suprasquamosal +suprastandard +suprastapedial +suprastate +suprasternal +suprastigmal +suprasubtle +supratemporal +supraterraneous +supraterrestrial +suprathoracic +supratonsillar +supratrochlear +supratropical +supratympanic +supravaginal +supraventricular +supraversion +supravital +supraworld +supremacy +suprematism +supreme +supremely +supremeness +supremity +sur +sura +suraddition +surah +surahi +sural +suralimentation +suranal +surangular +surat +surbase +surbased +surbasement +surbate +surbater +surbed +surcease +surcharge +surcharger +surcingle +surcoat +surcrue +surculi +surculigerous +surculose +surculous +surculus +surd +surdation +surdeline +surdent +surdimutism +surdity +surdomute +sure +surely +sureness +sures +Suresh +surette +surety +suretyship +surexcitation +surf +surface +surfaced +surfacedly +surfaceless +surfacely +surfaceman +surfacer +surfacing +surfactant +surfacy +surfbird +surfboard +surfboarding +surfboat +surfboatman +surfeit +surfeiter +surfer +surficial +surfle +surflike +surfman +surfmanship +surfrappe +surfuse +surfusion +surfy +surge +surgeful +surgeless +surgent +surgeon +surgeoncy +surgeoness +surgeonfish +surgeonless +surgeonship +surgeproof +surgerize +surgery +surgical +surgically +surginess +surging +surgy +Suriana +Surianaceae +Suricata +suricate +suriga +Surinam +surinamine +surlily +surliness +surly +surma +surmark +surmaster +surmisable +surmisal +surmisant +surmise +surmised +surmisedly +surmiser +surmount +surmountable +surmountableness +surmountal +surmounted +surmounter +surmullet +surname +surnamer +surnap +surnay +surnominal +surpass +surpassable +surpasser +surpassing +surpassingly +surpassingness +surpeopled +surplice +surpliced +surplicewise +surplician +surplus +surplusage +surpreciation +surprint +surprisable +surprisal +surprise +surprisedly +surprisement +surpriseproof +surpriser +surprising +surprisingly +surprisingness +surquedry +surquidry +surquidy +surra +surrealism +surrealist +surrealistic +surrealistically +surrebound +surrebut +surrebuttal +surrebutter +surrection +surrejoin +surrejoinder +surrenal +surrender +surrenderee +surrenderer +surrenderor +surreption +surreptitious +surreptitiously +surreptitiousness +surreverence +surreverently +surrey +surrogacy +surrogate +surrogateship +surrogation +surrosion +surround +surrounded +surroundedly +surrounder +surrounding +surroundings +sursaturation +sursolid +sursumduction +sursumvergence +sursumversion +surtax +surtout +surturbrand +surveillance +surveillant +survey +surveyable +surveyage +surveyal +surveyance +surveying +surveyor +surveyorship +survigrous +survivability +survivable +survival +survivalism +survivalist +survivance +survivancy +survive +surviver +surviving +survivor +survivoress +survivorship +Surya +Sus +Susan +Susanchite +Susanna +Susanne +susannite +suscept +susceptance +susceptibility +susceptible +susceptibleness +susceptibly +susception +susceptive +susceptiveness +susceptivity +susceptor +suscitate +suscitation +susi +Susian +Susianian +Susie +suslik +susotoxin +suspect +suspectable +suspected +suspectedness +suspecter +suspectful +suspectfulness +suspectible +suspectless +suspector +suspend +suspended +suspender +suspenderless +suspenders +suspendibility +suspendible +suspensation +suspense +suspenseful +suspensely +suspensibility +suspensible +suspension +suspensive +suspensively +suspensiveness +suspensoid +suspensor +suspensorial +suspensorium +suspensory +suspercollate +suspicion +suspicionable +suspicional +suspicionful +suspicionless +suspicious +suspiciously +suspiciousness +suspiration +suspiratious +suspirative +suspire +suspirious +Susquehanna +Sussex +sussexite +Sussexman +sussultatory +sussultorial +sustain +sustainable +sustained +sustainer +sustaining +sustainingly +sustainment +sustanedly +sustenance +sustenanceless +sustentacula +sustentacular +sustentaculum +sustentation +sustentational +sustentative +sustentator +sustention +sustentive +sustentor +Susu +susu +Susuhunan +Susuidae +Susumu +susurr +susurrant +susurrate +susurration +susurringly +susurrous +susurrus +Sutaio +suterbery +suther +Sutherlandia +sutile +sutler +sutlerage +sutleress +sutlership +sutlery +Suto +sutor +sutorial +sutorian +sutorious +sutra +Suttapitaka +suttee +sutteeism +sutten +suttin +suttle +Sutu +sutural +suturally +suturation +suture +Suu +suum +Suwandi +suwarro +suwe +Suyog +suz +Suzan +Suzanne +suzerain +suzeraine +suzerainship +suzerainty +Suzy +Svan +Svanetian +Svanish +Svante +Svantovit +svarabhakti +svarabhaktic +Svarloka +svelte +Svetambara +sviatonosite +swa +Swab +swab +swabber +swabberly +swabble +Swabian +swack +swacken +swacking +swad +swaddle +swaddlebill +swaddler +swaddling +swaddy +Swadeshi +Swadeshism +swag +swagbellied +swagbelly +swage +swager +swagger +swaggerer +swaggering +swaggeringly +swaggie +swaggy +swaglike +swagman +swagsman +Swahilese +Swahili +Swahilian +Swahilize +swaimous +swain +swainish +swainishness +swainship +Swainsona +swainsona +swaird +swale +swaler +swaling +swalingly +swallet +swallo +swallow +swallowable +swallower +swallowlike +swallowling +swallowpipe +swallowtail +swallowwort +swam +swami +swamp +swampable +swampberry +swamper +swampish +swampishness +swampland +swampside +swampweed +swampwood +swampy +Swamy +swan +swandown +swanflower +swang +swangy +swanherd +swanhood +swanimote +swank +swanker +swankily +swankiness +swanking +swanky +swanlike +swanmark +swanmarker +swanmarking +swanneck +swannecked +swanner +swannery +swannish +swanny +swanskin +Swantevit +swanweed +swanwort +swap +swape +swapper +swapping +swaraj +swarajism +swarajist +swarbie +sward +swardy +sware +swarf +swarfer +swarm +swarmer +swarming +swarmy +swarry +swart +swartback +swarth +swarthily +swarthiness +swarthness +swarthy +swartish +swartly +swartness +swartrutter +swartrutting +swarty +Swartzbois +Swartzia +swarve +swash +swashbuckle +swashbuckler +swashbucklerdom +swashbucklering +swashbucklery +swashbuckling +swasher +swashing +swashway +swashwork +swashy +swastika +swastikaed +Swat +swat +swatch +Swatchel +swatcher +swatchway +swath +swathable +swathband +swathe +swatheable +swather +swathy +Swati +Swatow +swatter +swattle +swaver +sway +swayable +swayed +swayer +swayful +swaying +swayingly +swayless +Swazi +Swaziland +sweal +sweamish +swear +swearer +swearingly +swearword +sweat +sweatband +sweatbox +sweated +sweater +sweatful +sweath +sweatily +sweatiness +sweating +sweatless +sweatproof +sweatshop +sweatweed +sweaty +Swede +Swedenborgian +Swedenborgianism +Swedenborgism +swedge +Swedish +sweeny +sweep +sweepable +sweepage +sweepback +sweepboard +sweepdom +sweeper +sweeperess +sweepforward +sweeping +sweepingly +sweepingness +sweepings +sweepstake +sweepwasher +sweepwashings +sweepy +sweer +sweered +sweet +sweetberry +sweetbread +sweetbrier +sweetbriery +sweeten +sweetener +sweetening +sweetfish +sweetful +sweetheart +sweetheartdom +sweethearted +sweetheartedness +sweethearting +sweetheartship +sweetie +sweeting +sweetish +sweetishly +sweetishness +sweetleaf +sweetless +sweetlike +sweetling +sweetly +sweetmaker +sweetmeat +sweetmouthed +sweetness +sweetroot +sweetshop +sweetsome +sweetsop +sweetwater +sweetweed +sweetwood +sweetwort +sweety +swego +swelchie +swell +swellage +swelldom +swelldoodle +swelled +sweller +swellfish +swelling +swellish +swellishness +swellmobsman +swellness +swelltoad +swelly +swelp +swelt +swelter +sweltering +swelteringly +swelth +sweltry +swelty +swep +swept +swerd +Swertia +swerve +swerveless +swerver +swervily +swick +swidge +Swietenia +swift +swiften +swifter +swiftfoot +swiftlet +swiftlike +swiftness +swifty +swig +swigger +swiggle +swile +swill +swillbowl +swiller +swilltub +swim +swimmable +swimmer +swimmeret +swimmily +swimminess +swimming +swimmingly +swimmingness +swimmist +swimmy +swimsuit +swimy +Swinburnesque +Swinburnian +swindle +swindleable +swindledom +swindler +swindlership +swindlery +swindling +swindlingly +swine +swinebread +swinecote +swinehead +swineherd +swineherdship +swinehood +swinehull +swinelike +swinely +swinepipe +swinery +swinestone +swinesty +swiney +swing +swingable +swingback +swingdevil +swingdingle +swinge +swingeing +swinger +swinging +swingingly +Swingism +swingle +swinglebar +swingletail +swingletree +swingstock +swingtree +swingy +swinish +swinishly +swinishness +swink +swinney +swipe +swiper +swipes +swiple +swipper +swipy +swird +swire +swirl +swirlingly +swirly +swirring +swish +swisher +swishing +swishingly +swishy +Swiss +swiss +Swissess +swissing +switch +switchback +switchbacker +switchboard +switched +switchel +switcher +switchgear +switching +switchkeeper +switchlike +switchman +switchy +switchyard +swith +swithe +swithen +swither +Swithin +Switzer +Switzeress +swivel +swiveled +swiveleye +swiveleyed +swivellike +swivet +swivetty +swiz +swizzle +swizzler +swob +swollen +swollenly +swollenness +swom +swonken +swoon +swooned +swooning +swooningly +swoony +swoop +swooper +swoosh +sword +swordbill +swordcraft +swordfish +swordfisherman +swordfishery +swordfishing +swordick +swording +swordless +swordlet +swordlike +swordmaker +swordmaking +swordman +swordmanship +swordplay +swordplayer +swordproof +swordsman +swordsmanship +swordsmith +swordster +swordstick +swordswoman +swordtail +swordweed +swore +sworn +swosh +swot +swotter +swounds +swow +swum +swung +swungen +swure +syagush +sybarism +sybarist +Sybarital +Sybaritan +Sybarite +Sybaritic +Sybaritical +Sybaritically +Sybaritish +sybaritism +Sybil +sybotic +sybotism +sycamine +sycamore +syce +sycee +sychnocarpous +sycock +sycoma +sycomancy +Sycon +Syconaria +syconarian +syconate +Sycones +syconid +Syconidae +syconium +syconoid +syconus +sycophancy +sycophant +sycophantic +sycophantical +sycophantically +sycophantish +sycophantishly +sycophantism +sycophantize +sycophantry +sycosiform +sycosis +Syd +Sydneian +Sydneyite +sye +Syed +syenite +syenitic +syenodiorite +syenogabbro +sylid +syllab +syllabarium +syllabary +syllabatim +syllabation +syllabe +syllabi +syllabic +syllabical +syllabically +syllabicate +syllabication +syllabicness +syllabification +syllabify +syllabism +syllabize +syllable +syllabled +syllabus +syllepsis +sylleptic +sylleptical +sylleptically +Syllidae +syllidian +Syllis +sylloge +syllogism +syllogist +syllogistic +syllogistical +syllogistically +syllogistics +syllogization +syllogize +syllogizer +sylph +sylphic +sylphid +sylphidine +sylphish +sylphize +sylphlike +Sylphon +sylphy +sylva +sylvae +sylvage +Sylvan +sylvan +sylvanesque +sylvanite +sylvanitic +sylvanity +sylvanize +sylvanly +sylvanry +sylvate +sylvatic +Sylvester +sylvester +sylvestral +sylvestrene +Sylvestrian +sylvestrian +Sylvestrine +Sylvia +Sylvian +sylvic +Sylvicolidae +sylvicoline +Sylviidae +Sylviinae +sylviine +sylvine +sylvinite +sylvite +symbasic +symbasical +symbasically +symbasis +symbiogenesis +symbiogenetic +symbiogenetically +symbion +symbiont +symbiontic +symbionticism +symbiosis +symbiot +symbiote +symbiotic +symbiotically +symbiotics +symbiotism +symbiotrophic +symblepharon +symbol +symbolaeography +symbolater +symbolatrous +symbolatry +symbolic +symbolical +symbolically +symbolicalness +symbolicly +symbolics +symbolism +symbolist +symbolistic +symbolistical +symbolistically +symbolization +symbolize +symbolizer +symbolofideism +symbological +symbologist +symbolography +symbology +symbololatry +symbolology +symbolry +symbouleutic +symbranch +Symbranchia +symbranchiate +symbranchoid +symbranchous +symmachy +symmedian +symmelia +symmelian +symmelus +symmetalism +symmetral +symmetric +symmetrical +symmetricality +symmetrically +symmetricalness +symmetrist +symmetrization +symmetrize +symmetroid +symmetrophobia +symmetry +symmorphic +symmorphism +sympalmograph +sympathectomize +sympathectomy +sympathetectomy +sympathetic +sympathetical +sympathetically +sympatheticism +sympatheticity +sympatheticness +sympatheticotonia +sympatheticotonic +sympathetoblast +sympathicoblast +sympathicotonia +sympathicotonic +sympathicotripsy +sympathism +sympathist +sympathize +sympathizer +sympathizing +sympathizingly +sympathoblast +sympatholysis +sympatholytic +sympathomimetic +sympathy +sympatric +sympatry +Sympetalae +sympetalous +Symphalangus +symphenomena +symphenomenal +symphile +symphilic +symphilism +symphilous +symphily +symphogenous +symphonetic +symphonia +symphonic +symphonically +symphonion +symphonious +symphoniously +symphonist +symphonize +symphonous +symphony +Symphoricarpos +symphoricarpous +symphrase +symphronistic +symphyantherous +symphycarpous +Symphyla +symphylan +symphyllous +symphylous +symphynote +symphyogenesis +symphyogenetic +symphyostemonous +symphyseal +symphyseotomy +symphysial +symphysian +symphysic +symphysion +symphysiotomy +symphysis +symphysodactylia +symphysotomy +symphysy +Symphyta +symphytic +symphytically +symphytism +symphytize +Symphytum +sympiesometer +symplasm +symplectic +Symplegades +symplesite +Symplocaceae +symplocaceous +Symplocarpus +symploce +Symplocos +sympode +sympodia +sympodial +sympodially +sympodium +sympolity +symposia +symposiac +symposiacal +symposial +symposiarch +symposiast +symposiastic +symposion +symposium +symptom +symptomatic +symptomatical +symptomatically +symptomatics +symptomatize +symptomatography +symptomatological +symptomatologically +symptomatology +symptomical +symptomize +symptomless +symptosis +symtomology +synacme +synacmic +synacmy +synactic +synadelphite +synaeresis +synagogal +synagogian +synagogical +synagogism +synagogist +synagogue +synalgia +synalgic +synallactic +synallagmatic +synaloepha +synanastomosis +synange +synangia +synangial +synangic +synangium +synanthema +synantherological +synantherologist +synantherology +synantherous +synanthesis +synanthetic +synanthic +synanthous +synanthrose +synanthy +synaphea +synaposematic +synapse +synapses +Synapsida +synapsidan +synapsis +synaptai +synaptase +synapte +synaptene +Synaptera +synapterous +synaptic +synaptical +synaptically +synapticula +synapticulae +synapticular +synapticulate +synapticulum +Synaptosauria +synaptychus +synarchical +synarchism +synarchy +synarmogoid +Synarmogoidea +synarquism +synartesis +synartete +synartetic +synarthrodia +synarthrodial +synarthrodially +synarthrosis +Synascidiae +synascidian +synastry +synaxar +synaxarion +synaxarist +synaxarium +synaxary +synaxis +sync +Syncarida +syncarp +syncarpia +syncarpium +syncarpous +syncarpy +syncategorematic +syncategorematical +syncategorematically +syncategoreme +syncephalic +syncephalus +syncerebral +syncerebrum +synch +synchitic +synchondoses +synchondrosial +synchondrosially +synchondrosis +synchondrotomy +synchoresis +synchro +synchroflash +synchromesh +synchronal +synchrone +synchronic +synchronical +synchronically +synchronism +synchronistic +synchronistical +synchronistically +synchronizable +synchronization +synchronize +synchronized +synchronizer +synchronograph +synchronological +synchronology +synchronous +synchronously +synchronousness +synchrony +synchroscope +synchrotron +synchysis +Synchytriaceae +Synchytrium +syncladous +synclastic +synclinal +synclinally +syncline +synclinical +synclinore +synclinorial +synclinorian +synclinorium +synclitic +syncliticism +synclitism +syncoelom +syncopal +syncopate +syncopated +syncopation +syncopator +syncope +syncopic +syncopism +syncopist +syncopize +syncotyledonous +syncracy +syncraniate +syncranterian +syncranteric +syncrasy +syncretic +syncretical +syncreticism +syncretion +syncretism +syncretist +syncretistic +syncretistical +syncretize +syncrisis +Syncrypta +syncryptic +syncytia +syncytial +syncytioma +syncytiomata +syncytium +syndactyl +syndactylia +syndactylic +syndactylism +syndactylous +syndactyly +syndectomy +synderesis +syndesis +syndesmectopia +syndesmitis +syndesmography +syndesmology +syndesmoma +Syndesmon +syndesmoplasty +syndesmorrhaphy +syndesmosis +syndesmotic +syndesmotomy +syndetic +syndetical +syndetically +syndic +syndical +syndicalism +syndicalist +syndicalistic +syndicalize +syndicate +syndicateer +syndication +syndicator +syndicship +syndoc +syndrome +syndromic +syndyasmian +Syndyoceras +syne +synecdoche +synecdochic +synecdochical +synecdochically +synecdochism +synechia +synechiological +synechiology +synechological +synechology +synechotomy +synechthran +synechthry +synecology +synecphonesis +synectic +synecticity +Synedra +synedral +Synedria +synedria +synedrial +synedrian +Synedrion +synedrion +Synedrium +synedrium +synedrous +syneidesis +synema +synemmenon +synenergistic +synenergistical +synenergistically +synentognath +Synentognathi +synentognathous +syneresis +synergastic +synergetic +synergia +synergic +synergically +synergid +synergidae +synergidal +synergism +synergist +synergistic +synergistical +synergistically +synergize +synergy +synerize +synesis +synesthesia +synesthetic +synethnic +syngamic +syngamous +syngamy +Syngenesia +syngenesian +syngenesious +syngenesis +syngenetic +syngenic +syngenism +syngenite +Syngnatha +Syngnathi +syngnathid +Syngnathidae +syngnathoid +syngnathous +Syngnathus +syngraph +synizesis +synkaryon +synkatathesis +synkinesia +synkinesis +synkinetic +synneurosis +synneusis +synochoid +synochus +synocreate +synod +synodal +synodalian +synodalist +synodally +synodical +synodically +synodist +synodite +synodontid +Synodontidae +synodontoid +synodsman +Synodus +synoecete +synoeciosis +synoecious +synoeciously +synoeciousness +synoecism +synoecize +synoecy +synoicous +synomosy +synonym +synonymatic +synonymic +synonymical +synonymicon +synonymics +synonymist +synonymity +synonymize +synonymous +synonymously +synonymousness +synonymy +synophthalmus +synopses +synopsis +synopsize +synopsy +synoptic +synoptical +synoptically +Synoptist +synoptist +Synoptistic +synorchidism +synorchism +synorthographic +synosteology +synosteosis +synostose +synostosis +synostotic +synostotical +synostotically +synousiacs +synovectomy +synovia +synovial +synovially +synoviparous +synovitic +synovitis +synpelmous +synrhabdosome +synsacral +synsacrum +synsepalous +synspermous +synsporous +syntactic +syntactical +syntactically +syntactician +syntactics +syntagma +syntan +syntasis +syntax +syntaxis +syntaxist +syntechnic +syntectic +syntelome +syntenosis +synteresis +syntexis +syntheme +synthermal +syntheses +synthesis +synthesism +synthesist +synthesization +synthesize +synthesizer +synthete +synthetic +synthetical +synthetically +syntheticism +synthetism +synthetist +synthetization +synthetize +synthetizer +synthol +synthroni +synthronoi +synthronos +synthronus +syntomia +syntomy +syntone +syntonic +syntonical +syntonically +syntonin +syntonization +syntonize +syntonizer +syntonolydian +syntonous +syntony +syntripsis +syntrope +syntrophic +syntropic +syntropical +syntropy +syntype +syntypic +syntypicism +Synura +synusia +synusiast +syodicon +sypher +syphilide +syphilidography +syphilidologist +syphiliphobia +syphilis +syphilitic +syphilitically +syphilization +syphilize +syphiloderm +syphilodermatous +syphilogenesis +syphilogeny +syphilographer +syphilography +syphiloid +syphilologist +syphilology +syphiloma +syphilomatous +syphilophobe +syphilophobia +syphilophobic +syphilopsychosis +syphilosis +syphilous +Syracusan +syre +Syriac +Syriacism +Syriacist +Syrian +Syrianic +Syrianism +Syrianize +Syriarch +Syriasm +syringa +syringadenous +syringe +syringeal +syringeful +syringes +syringin +syringitis +syringium +syringocoele +syringomyelia +syringomyelic +syringotome +syringotomy +syrinx +Syriologist +Syrma +syrma +Syrmian +Syrnium +Syrophoenician +syrphian +syrphid +Syrphidae +syrt +syrtic +Syrtis +syrup +syruped +syruper +syruplike +syrupy +Syryenian +syssarcosis +syssel +sysselman +syssiderite +syssitia +syssition +systaltic +systasis +systatic +system +systematic +systematical +systematicality +systematically +systematician +systematicness +systematics +systematism +systematist +systematization +systematize +systematizer +systematology +systemed +systemic +systemically +systemist +systemizable +systemization +systemize +systemizer +systemless +systemproof +systemwise +systilius +systolated +systole +systolic +systyle +systylous +Syun +syzygetic +syzygetically +syzygial +syzygium +syzygy +szaibelyite +Szekler +szlachta +szopelka +T +t +ta +taa +Taal +Taalbond +taar +Tab +tab +tabacin +tabacosis +tabacum +tabanid +Tabanidae +tabaniform +tabanuco +Tabanus +tabard +tabarded +tabaret +Tabasco +tabasheer +tabashir +tabaxir +tabbarea +tabber +tabbinet +Tabby +tabby +Tabebuia +tabefaction +tabefy +tabella +Tabellaria +Tabellariaceae +tabellion +taberdar +taberna +tabernacle +tabernacler +tabernacular +Tabernaemontana +tabernariae +tabes +tabescence +tabescent +tabet +tabetic +tabetiform +tabetless +tabic +tabid +tabidly +tabidness +tabific +tabifical +tabinet +Tabira +Tabitha +tabitude +tabla +tablature +table +tableau +tableaux +tablecloth +tableclothwise +tableclothy +tabled +tablefellow +tablefellowship +tableful +tableity +tableland +tableless +tablelike +tablemaid +tablemaker +tablemaking +tableman +tablemate +tabler +tables +tablespoon +tablespoonful +tablet +tabletary +tableware +tablewise +tabling +tablinum +Tabloid +tabloid +tabog +taboo +tabooism +tabooist +taboot +taboparalysis +taboparesis +taboparetic +tabophobia +tabor +taborer +taboret +taborin +Taborite +tabour +tabourer +tabouret +tabret +Tabriz +tabu +tabula +tabulable +tabular +tabulare +tabularium +tabularization +tabularize +tabularly +tabulary +Tabulata +tabulate +tabulated +tabulation +tabulator +tabulatory +tabule +tabuliform +tabut +tacahout +tacamahac +Tacana +Tacanan +Tacca +Taccaceae +taccaceous +taccada +tach +Tachardia +Tachardiinae +tache +tacheless +tacheography +tacheometer +tacheometric +tacheometry +tacheture +tachhydrite +tachibana +Tachina +Tachinaria +tachinarian +tachinid +Tachinidae +tachiol +tachistoscope +tachistoscopic +tachogram +tachograph +tachometer +tachometry +tachoscope +tachycardia +tachycardiac +tachygen +tachygenesis +tachygenetic +tachygenic +tachyglossal +tachyglossate +Tachyglossidae +Tachyglossus +tachygraph +tachygrapher +tachygraphic +tachygraphical +tachygraphically +tachygraphist +tachygraphometer +tachygraphometry +tachygraphy +tachyhydrite +tachyiatry +tachylalia +tachylite +tachylyte +tachylytic +tachymeter +tachymetric +tachymetry +tachyphagia +tachyphasia +tachyphemia +tachyphrasia +tachyphrenia +tachypnea +tachyscope +tachyseism +tachysterol +tachysystole +tachythanatous +tachytomy +tachytype +tacit +Tacitean +tacitly +tacitness +taciturn +taciturnist +taciturnity +taciturnly +tack +tacker +tacket +tackety +tackey +tackiness +tacking +tackingly +tackle +tackled +tackleless +tackleman +tackler +tackless +tackling +tackproof +tacksman +tacky +taclocus +tacmahack +tacnode +Taconian +Taconic +taconite +tacso +Tacsonia +tact +tactable +tactful +tactfully +tactfulness +tactic +tactical +tactically +tactician +tactics +tactile +tactilist +tactility +tactilogical +tactinvariant +taction +tactite +tactive +tactless +tactlessly +tactlessness +tactometer +tactor +tactosol +tactual +tactualist +tactuality +tactually +tactus +tacuacine +Taculli +Tad +tad +tade +Tadjik +Tadousac +tadpole +tadpoledom +tadpolehood +tadpolelike +tadpolism +tae +tael +taen +taenia +taeniacidal +taeniacide +Taeniada +taeniafuge +taenial +taenian +taeniasis +Taeniata +taeniate +taenicide +Taenidia +taenidium +taeniform +taenifuge +taeniiform +Taeniobranchia +taeniobranchiate +Taeniodonta +Taeniodontia +Taeniodontidae +Taenioglossa +taenioglossate +taenioid +taeniosome +Taeniosomi +taeniosomous +taenite +taennin +Taetsia +taffarel +tafferel +taffeta +taffety +taffle +taffrail +Taffy +taffy +taffylike +taffymaker +taffymaking +taffywise +tafia +tafinagh +taft +tafwiz +tag +Tagabilis +Tagakaolo +Tagal +Tagala +Tagalize +Tagalo +Tagalog +tagasaste +Tagassu +Tagassuidae +tagatose +Tagaur +Tagbanua +tagboard +Tagetes +tagetol +tagetone +tagged +tagger +taggle +taggy +Taghlik +tagilite +Tagish +taglet +Tagliacotian +Tagliacozzian +taglike +taglock +tagrag +tagraggery +tagsore +tagtail +tagua +taguan +Tagula +tagwerk +taha +Tahami +taheen +tahil +tahin +Tahiti +Tahitian +tahkhana +Tahltan +tahr +tahseeldar +tahsil +tahsildar +Tahsin +tahua +Tai +tai +taiaha +taich +taiga +taigle +taiglesome +taihoa +taikhana +tail +tailage +tailband +tailboard +tailed +tailender +tailer +tailet +tailfirst +tailflower +tailforemost +tailge +tailhead +tailing +tailings +taille +tailless +taillessly +taillessness +taillie +taillight +taillike +tailor +tailorage +tailorbird +tailorcraft +tailordom +tailoress +tailorhood +tailoring +tailorism +tailorization +tailorize +tailorless +tailorlike +tailorly +tailorman +tailorship +tailorwise +tailory +tailpiece +tailpin +tailpipe +tailrace +tailsman +tailstock +Tailte +tailward +tailwards +tailwise +taily +tailzee +tailzie +taimen +taimyrite +tain +Tainan +Taino +taint +taintable +taintless +taintlessly +taintlessness +taintment +taintor +taintproof +tainture +taintworm +Tainui +taipan +Taipi +Taiping +taipo +tairge +tairger +tairn +taisch +taise +Taisho +taissle +taistrel +taistril +Tait +tait +taiver +taivers +taivert +Taiwanhemp +Taiyal +taj +Tajik +takable +takamaka +Takao +takar +Takayuki +take +takedown +takedownable +takeful +Takelma +taken +taker +Takeuchi +Takhaar +Takhtadjy +Takilman +takin +taking +takingly +takingness +takings +Takitumu +takosis +takt +Taku +taky +takyr +Tal +tal +tala +talabon +talahib +Talaing +talaje +talak +talalgia +Talamanca +Talamancan +talanton +talao +talapoin +talar +talari +talaria +talaric +talayot +talbot +talbotype +talc +talcer +Talcher +talcky +talclike +talcochlorite +talcoid +talcomicaceous +talcose +talcous +talcum +tald +tale +talebearer +talebearing +talebook +talecarrier +talecarrying +taled +taleful +Talegallinae +Talegallus +talemaster +talemonger +talemongering +talent +talented +talentless +talepyet +taler +tales +talesman +taleteller +taletelling +tali +Taliacotian +taliage +taliation +taliera +taligrade +Talinum +talion +talionic +talipat +taliped +talipedic +talipes +talipomanus +talipot +talis +talisay +Talishi +talisman +talismanic +talismanical +talismanically +talismanist +talite +Talitha +talitol +talk +talkability +talkable +talkathon +talkative +talkatively +talkativeness +talker +talkfest +talkful +talkie +talkiness +talking +talkworthy +talky +tall +tallage +tallageability +tallageable +tallboy +tallegalane +taller +tallero +talles +tallet +talliable +talliage +talliar +talliate +tallier +tallis +tallish +tallit +tallith +tallness +talloel +tallote +tallow +tallowberry +tallower +tallowiness +tallowing +tallowish +tallowlike +tallowmaker +tallowmaking +tallowman +tallowroot +tallowweed +tallowwood +tallowy +tallwood +tally +tallyho +tallyman +tallymanship +tallywag +tallywalka +tallywoman +talma +talmouse +Talmud +Talmudic +Talmudical +Talmudism +Talmudist +Talmudistic +Talmudistical +Talmudization +Talmudize +talocalcaneal +talocalcanean +talocrural +talofibular +talon +talonavicular +taloned +talonic +talonid +taloscaphoid +talose +talotibial +Talpa +talpacoti +talpatate +talpetate +talpicide +talpid +Talpidae +talpiform +talpify +talpine +talpoid +talthib +Taltushtuntude +Taluche +Taluhet +taluk +taluka +talukdar +talukdari +talus +taluto +talwar +talwood +Talyshin +tam +Tama +tamability +tamable +tamableness +tamably +Tamaceae +Tamachek +tamacoare +tamale +Tamanac +Tamanaca +Tamanaco +tamandu +tamandua +tamanoas +tamanoir +tamanowus +tamanu +Tamara +tamara +tamarack +tamaraite +tamarao +Tamaricaceae +tamaricaceous +tamarin +tamarind +Tamarindus +tamarisk +Tamarix +Tamaroa +tamas +tamasha +Tamashek +Tamaulipecan +tambac +tambaroora +tamber +tambo +tamboo +Tambookie +tambookie +tambor +Tambouki +tambour +tamboura +tambourer +tambouret +tambourgi +tambourin +tambourinade +tambourine +tambourist +tambreet +Tambuki +tamburan +tamburello +Tame +tame +tamehearted +tameheartedness +tamein +tameless +tamelessly +tamelessness +tamely +tameness +tamer +Tamerlanism +Tamias +tamidine +Tamil +Tamilian +Tamilic +tamis +tamise +tamlung +Tammanial +Tammanize +Tammany +Tammanyism +Tammanyite +Tammanyize +tammie +tammock +Tammy +tammy +Tamonea +Tamoyo +tamp +tampala +tampan +tampang +tamper +tamperer +tamperproof +tampin +tamping +tampion +tampioned +tampon +tamponade +tamponage +tamponment +tampoon +Tamul +Tamulian +Tamulic +Tamus +Tamworth +Tamzine +tan +tana +tanacetin +tanacetone +Tanacetum +tanacetyl +tanach +tanager +Tanagra +Tanagraean +Tanagridae +tanagrine +tanagroid +Tanaidacea +tanaist +tanak +Tanaka +Tanala +tanan +tanbark +tanbur +tancel +Tanchelmian +tanchoir +tandan +tandem +tandemer +tandemist +tandemize +tandemwise +tandle +tandour +Tandy +tane +tanekaha +Tang +tang +tanga +Tangaloa +tangalung +tangantangan +Tangaridae +Tangaroa +Tangaroan +tanged +tangeite +tangelo +tangence +tangency +tangent +tangental +tangentally +tangential +tangentiality +tangentially +tangently +tanger +Tangerine +tangfish +tangham +tanghan +tanghin +Tanghinia +tanghinin +tangi +tangibile +tangibility +tangible +tangibleness +tangibly +tangie +Tangier +tangilin +Tangipahoa +tangka +tanglad +tangle +tangleberry +tanglefish +tanglefoot +tanglement +tangleproof +tangler +tangleroot +tanglesome +tangless +tanglewrack +tangling +tanglingly +tangly +tango +tangoreceptor +tangram +tangs +tangue +tanguile +tangum +tangun +Tangut +tangy +tanh +tanha +tanhouse +tania +tanica +tanier +tanist +tanistic +tanistry +tanistship +Tanite +Tanitic +tanjib +tanjong +tank +tanka +tankage +tankah +tankard +tanked +tanker +tankerabogus +tankert +tankette +tankful +tankle +tankless +tanklike +tankmaker +tankmaking +tankman +tankodrome +tankroom +tankwise +tanling +tannable +tannage +tannaic +tannaim +tannaitic +tannalbin +tannase +tannate +tanned +tanner +tannery +tannic +tannide +tanniferous +tannin +tannined +tanning +tanninlike +tannocaffeic +tannogallate +tannogallic +tannogelatin +tannogen +tannoid +tannometer +tannyl +Tano +tanoa +Tanoan +tanproof +tanquam +Tanquelinian +tanquen +tanrec +tanstuff +tansy +tantadlin +tantafflin +tantalate +Tantalean +Tantalian +Tantalic +tantalic +tantaliferous +tantalifluoride +tantalite +tantalization +tantalize +tantalizer +tantalizingly +tantalizingness +tantalofluoride +tantalum +Tantalus +tantamount +tantara +tantarabobus +tantarara +tanti +tantivy +tantle +Tantony +tantra +tantric +tantrik +tantrism +tantrist +tantrum +tantum +tanwood +tanworks +Tanya +tanyard +Tanyoan +Tanystomata +tanystomatous +tanystome +tanzeb +tanzib +Tanzine +tanzy +Tao +tao +Taoism +Taoist +Taoistic +Taonurus +Taos +taotai +taoyin +tap +Tapa +tapa +Tapachula +Tapachulteca +tapacolo +tapaculo +Tapacura +tapadera +tapadero +Tapajo +tapalo +tapamaker +tapamaking +tapas +tapasvi +Tape +tape +Tapeats +tapeinocephalic +tapeinocephalism +tapeinocephaly +tapeless +tapelike +tapeline +tapemaker +tapemaking +tapeman +tapen +taper +taperbearer +tapered +taperer +tapering +taperingly +taperly +tapermaker +tapermaking +taperness +taperwise +tapesium +tapestring +tapestry +tapestrylike +tapet +tapetal +tapete +tapeti +tapetless +tapetum +tapework +tapeworm +taphephobia +taphole +taphouse +Taphria +Taphrina +Taphrinaceae +tapia +Tapijulapane +tapinceophalism +tapinocephalic +tapinocephaly +Tapinoma +tapinophobia +tapinophoby +tapinosis +tapioca +tapir +Tapiridae +tapiridian +tapirine +Tapiro +tapiroid +Tapirus +tapis +tapism +tapist +taplash +taplet +Tapleyism +tapmost +tapnet +tapoa +Taposa +tapoun +tappa +tappable +tappableness +tappall +tappaul +tappen +tapper +tapperer +Tappertitian +tappet +tappietoorie +tapping +tappoon +Taprobane +taproom +taproot +taprooted +taps +tapster +tapsterlike +tapsterly +tapstress +tapu +tapul +Tapuya +Tapuyan +Tapuyo +taqua +tar +tara +tarabooka +taraf +tarafdar +tarage +Tarahumar +Tarahumara +Tarahumare +Tarahumari +Tarai +tarairi +tarakihi +Taraktogenos +taramellite +Taramembe +Taranchi +tarand +Tarandean +Tarandian +tarantara +tarantass +tarantella +tarantism +tarantist +tarantula +tarantular +tarantulary +tarantulated +tarantulid +Tarantulidae +tarantulism +tarantulite +tarantulous +tarapatch +taraph +tarapin +Tarapon +Tarasc +Tarascan +Tarasco +tarassis +tarata +taratah +taratantara +taratantarize +tarau +taraxacerin +taraxacin +Taraxacum +Tarazed +tarbadillo +tarbet +tarboard +tarbogan +tarboggin +tarboosh +tarbooshed +tarboy +tarbrush +tarbush +tarbuttite +Tardenoisian +Tardigrada +tardigrade +tardigradous +tardily +tardiness +tarditude +tardive +tardle +tardy +tare +tarea +tarefa +tarefitch +tarentala +tarente +Tarentine +tarentism +tarentola +tarepatch +Tareq +tarfa +tarflower +targe +targeman +targer +target +targeted +targeteer +targetlike +targetman +Targum +Targumic +Targumical +Targumist +Targumistic +Targumize +Tarheel +Tarheeler +tarhood +tari +Tariana +tarie +tariff +tariffable +tariffication +tariffism +tariffist +tariffite +tariffize +tariffless +tarin +Tariri +tariric +taririnic +tarish +Tarkalani +Tarkani +tarkashi +tarkeean +tarkhan +tarlatan +tarlataned +tarletan +tarlike +tarltonize +Tarmac +tarmac +tarman +Tarmi +tarmined +tarn +tarnal +tarnally +tarnation +tarnish +tarnishable +tarnisher +tarnishment +tarnishproof +tarnlike +tarnside +taro +taroc +tarocco +tarok +taropatch +tarot +tarp +tarpan +tarpaulin +tarpaulinmaker +Tarpeia +Tarpeian +tarpon +tarpot +tarpum +Tarquin +Tarquinish +tarr +tarrack +tarradiddle +tarradiddler +tarragon +tarragona +tarras +tarrass +Tarrateen +Tarratine +tarred +tarrer +tarri +tarriance +tarrie +tarrier +tarrify +tarrily +tarriness +tarrish +tarrock +tarrow +tarry +tarrying +tarryingly +tarryingness +tars +tarsadenitis +tarsal +tarsale +tarsalgia +tarse +tarsectomy +tarsectopia +tarsi +tarsia +tarsier +Tarsiidae +tarsioid +Tarsipedidae +Tarsipedinae +Tarsipes +tarsitis +Tarsius +tarsochiloplasty +tarsoclasis +tarsomalacia +tarsome +tarsometatarsal +tarsometatarsus +tarsonemid +Tarsonemidae +Tarsonemus +tarsophalangeal +tarsophyma +tarsoplasia +tarsoplasty +tarsoptosis +tarsorrhaphy +tarsotarsal +tarsotibal +tarsotomy +tarsus +tart +tartago +Tartan +tartan +tartana +tartane +Tartar +tartar +tartarated +Tartarean +Tartareous +tartareous +tartaret +Tartarian +Tartaric +tartaric +Tartarin +tartarish +Tartarism +Tartarization +tartarization +Tartarize +tartarize +Tartarized +Tartarlike +tartarly +Tartarology +tartarous +tartarproof +tartarum +Tartarus +Tartary +tartemorion +tarten +tartish +tartishly +tartle +tartlet +tartly +tartness +tartramate +tartramic +tartramide +tartrate +tartrated +tartratoferric +tartrazine +tartrazinic +tartro +tartronate +tartronic +tartronyl +tartronylurea +tartrous +tartryl +tartrylic +Tartufe +tartufery +tartufian +tartufish +tartufishly +tartufism +tartwoman +Taruma +Tarumari +tarve +Tarvia +tarweed +tarwhine +tarwood +tarworks +taryard +Taryba +Tarzan +Tarzanish +tasajo +tascal +tasco +taseometer +tash +tasheriff +tashie +tashlik +Tashnagist +Tashnakist +tashreef +tashrif +Tasian +tasimeter +tasimetric +tasimetry +task +taskage +tasker +taskit +taskless +tasklike +taskmaster +taskmastership +taskmistress +tasksetter +tasksetting +taskwork +taslet +Tasmanian +tasmanite +Tass +tass +tassago +tassah +tassal +tassard +tasse +tassel +tasseler +tasselet +tasselfish +tassellus +tasselmaker +tasselmaking +tassely +tasser +tasset +tassie +tassoo +tastable +tastableness +tastably +taste +tasteable +tasteableness +tasteably +tasted +tasteful +tastefully +tastefulness +tastekin +tasteless +tastelessly +tastelessness +tasten +taster +tastily +tastiness +tasting +tastingly +tasty +tasu +Tat +tat +Tatar +Tatarian +Tataric +Tatarization +Tatarize +Tatary +tataupa +tatbeb +tatchy +tate +tater +Tates +tath +Tatian +Tatianist +tatie +tatinek +tatler +tatou +tatouay +tatpurusha +Tatsanottine +tatsman +tatta +tatter +tatterdemalion +tatterdemalionism +tatterdemalionry +tattered +tatteredly +tatteredness +tatterly +tatterwallop +tattery +tatther +tattied +tatting +tattle +tattlement +tattler +tattlery +tattletale +tattling +tattlingly +tattoo +tattooage +tattooer +tattooing +tattooist +tattooment +tattva +tatty +Tatu +tatu +tatukira +Tatusia +Tatusiidae +tau +Taube +Tauchnitz +taught +taula +Tauli +taum +taun +Taungthu +taunt +taunter +taunting +tauntingly +tauntingness +Taunton +tauntress +taupe +taupo +taupou +taur +tauranga +taurean +Tauri +Taurian +taurian +Tauric +tauric +tauricide +tauricornous +Taurid +Tauridian +tauriferous +tauriform +taurine +Taurini +taurite +taurobolium +tauroboly +taurocephalous +taurocholate +taurocholic +taurocol +taurocolla +Tauroctonus +taurodont +tauroesque +taurokathapsia +taurolatry +tauromachian +tauromachic +tauromachy +tauromorphic +tauromorphous +taurophile +taurophobe +Tauropolos +Taurotragus +Taurus +tauryl +taut +tautaug +tauted +tautegorical +tautegory +tauten +tautirite +tautit +tautly +tautness +tautochrone +tautochronism +tautochronous +tautog +tautologic +tautological +tautologically +tautologicalness +tautologism +tautologist +tautologize +tautologizer +tautologous +tautologously +tautology +tautomer +tautomeral +tautomeric +tautomerism +tautomerizable +tautomerization +tautomerize +tautomery +tautometer +tautometric +tautometrical +tautomorphous +tautonym +tautonymic +tautonymy +tautoousian +tautoousious +tautophonic +tautophonical +tautophony +tautopodic +tautopody +tautosyllabic +tautotype +tautourea +tautousian +tautousious +tautozonal +tautozonality +tav +Tavast +Tavastian +Tave +tave +tavell +taver +tavern +taverner +tavernize +tavernless +tavernlike +tavernly +tavernous +tavernry +tavernwards +tavers +tavert +Tavghi +tavistockite +tavola +tavolatite +Tavy +taw +tawa +tawdered +tawdrily +tawdriness +tawdry +tawer +tawery +Tawgi +tawie +tawite +tawkee +tawkin +tawn +tawney +tawnily +tawniness +tawnle +tawny +tawpi +tawpie +taws +tawse +tawtie +tax +taxability +taxable +taxableness +taxably +Taxaceae +taxaceous +taxameter +taxaspidean +taxation +taxational +taxative +taxatively +taxator +taxeater +taxeating +taxed +taxeme +taxemic +taxeopod +Taxeopoda +taxeopodous +taxeopody +taxer +taxgatherer +taxgathering +taxi +taxiable +taxiarch +taxiauto +taxibus +taxicab +Taxidea +taxidermal +taxidermic +taxidermist +taxidermize +taxidermy +taximan +taximeter +taximetered +taxine +taxing +taxingly +taxinomic +taxinomist +taxinomy +taxiplane +taxis +taxite +taxitic +taxless +taxlessly +taxlessness +taxman +Taxodiaceae +Taxodium +taxodont +taxology +taxometer +taxon +taxonomer +taxonomic +taxonomical +taxonomically +taxonomist +taxonomy +taxor +taxpaid +taxpayer +taxpaying +Taxus +taxwax +taxy +tay +Tayassu +Tayassuidae +tayer +Taygeta +tayir +Taylor +Taylorism +Taylorite +taylorite +Taylorize +tayra +Tayrona +taysaam +tazia +Tcawi +tch +tchai +tcharik +tchast +tche +tcheirek +Tcheka +Tcherkess +tchervonets +tchervonetz +Tchetchentsish +Tchetnitsi +Tchi +tchick +tchu +Tchwi +tck +Td +te +tea +teaberry +teaboard +teabox +teaboy +teacake +teacart +teach +teachability +teachable +teachableness +teachably +teache +teacher +teacherage +teacherdom +teacheress +teacherhood +teacherless +teacherlike +teacherly +teachership +teachery +teaching +teachingly +teachless +teachment +teachy +teacup +teacupful +tead +teadish +teaer +teaey +teagardeny +teagle +Teague +Teagueland +Teaguelander +teahouse +teaish +teaism +teak +teakettle +teakwood +teal +tealeafy +tealery +tealess +teallite +team +teamaker +teamaking +teaman +teameo +teamer +teaming +teamland +teamless +teamman +teammate +teamsman +teamster +teamwise +teamwork +tean +teanal +teap +teapot +teapotful +teapottykin +teapoy +tear +tearable +tearableness +tearably +tearage +tearcat +teardown +teardrop +tearer +tearful +tearfully +tearfulness +tearing +tearless +tearlessly +tearlessness +tearlet +tearlike +tearoom +tearpit +tearproof +tearstain +teart +tearthroat +tearthumb +teary +teasable +teasableness +teasably +tease +teaseable +teaseableness +teaseably +teasehole +teasel +teaseler +teaseller +teasellike +teaselwort +teasement +teaser +teashop +teasiness +teasing +teasingly +teasler +teaspoon +teaspoonful +teasy +teat +teataster +teated +teatfish +teathe +teather +teatime +teatlike +teatling +teatman +teaty +teave +teaware +teaze +teazer +tebbet +Tebet +Tebeth +Tebu +tec +Teca +teca +tecali +Tech +tech +techily +techiness +technetium +technic +technica +technical +technicalism +technicalist +technicality +technicalize +technically +technicalness +technician +technicism +technicist +technicological +technicology +Technicolor +technicon +technics +techniphone +technique +techniquer +technism +technist +technocausis +technochemical +technochemistry +technocracy +technocrat +technocratic +technographer +technographic +technographical +technographically +technography +technolithic +technologic +technological +technologically +technologist +technologue +technology +technonomic +technonomy +technopsychology +techous +techy +teck +Tecla +tecnoctonia +tecnology +Teco +Tecoma +tecomin +tecon +Tecpanec +tectal +tectibranch +Tectibranchia +tectibranchian +Tectibranchiata +tectibranchiate +tectiform +tectocephalic +tectocephaly +tectological +tectology +Tectona +tectonic +tectonics +tectorial +tectorium +Tectosages +tectosphere +tectospinal +Tectospondyli +tectospondylic +tectospondylous +tectrices +tectricial +tectum +tecum +tecuma +Tecuna +Ted +ted +Teda +tedder +Teddy +tedescan +tedge +tediosity +tedious +tediously +tediousness +tediousome +tedisome +tedium +tee +teedle +teel +teem +teemer +teemful +teemfulness +teeming +teemingly +teemingness +teemless +teems +teen +teenage +teenet +teens +teensy +teenty +teeny +teer +teerer +teest +Teeswater +teet +teetaller +teetan +teeter +teeterboard +teeterer +teetertail +teeth +teethache +teethbrush +teethe +teethful +teethily +teething +teethless +teethlike +teethridge +teethy +teeting +teetotal +teetotaler +teetotalism +teetotalist +teetotally +teetotum +teetotumism +teetotumize +teetotumwise +teety +teevee +teewhaap +teff +teg +Tegean +Tegeticula +tegmen +tegmental +tegmentum +tegmina +tegminal +Tegmine +tegua +teguexin +Teguima +tegula +tegular +tegularly +tegulated +tegumen +tegument +tegumental +tegumentary +tegumentum +tegurium +Teheran +tehseel +tehseeldar +tehsil +tehsildar +Tehuantepecan +Tehueco +Tehuelche +Tehuelchean +Tehuelet +Teian +teicher +teiglech +Teiidae +teil +teind +teindable +teinder +teinland +teinoscope +teioid +Teiresias +Tejon +tejon +teju +tekiah +Tekintsi +Tekke +tekke +tekken +Tekkintzi +teknonymous +teknonymy +tektite +tekya +telacoustic +telakucha +telamon +telang +telangiectasia +telangiectasis +telangiectasy +telangiectatic +telangiosis +Telanthera +telar +telarian +telary +telautogram +telautograph +telautographic +telautographist +telautography +telautomatic +telautomatically +telautomatics +Telchines +Telchinic +tele +teleanemograph +teleangiectasia +telebarograph +telebarometer +telecast +telecaster +telechemic +telechirograph +telecinematography +telecode +telecommunication +telecryptograph +telectroscope +teledendrion +teledendrite +teledendron +teledu +telega +telegenic +Telegn +telegnosis +telegnostic +telegonic +telegonous +telegony +telegram +telegrammatic +telegrammic +telegraph +telegraphee +telegrapheme +telegrapher +telegraphese +telegraphic +telegraphical +telegraphically +telegraphist +telegraphone +telegraphophone +telegraphoscope +telegraphy +Telegu +telehydrobarometer +Telei +Teleia +teleianthous +teleiosis +telekinematography +telekinesis +telekinetic +telelectric +telelectrograph +telelectroscope +telemanometer +Telemark +telemark +Telembi +telemechanic +telemechanics +telemechanism +telemetacarpal +telemeteorograph +telemeteorographic +telemeteorography +telemeter +telemetric +telemetrical +telemetrist +telemetrograph +telemetrographic +telemetrography +telemetry +telemotor +telencephal +telencephalic +telencephalon +telenergic +telenergy +teleneurite +teleneuron +Telenget +telengiscope +Telenomus +teleobjective +Teleocephali +teleocephalous +Teleoceras +Teleodesmacea +teleodesmacean +teleodesmaceous +teleodont +teleologic +teleological +teleologically +teleologism +teleologist +teleology +teleometer +teleophobia +teleophore +teleophyte +teleoptile +teleorganic +teleoroentgenogram +teleoroentgenography +teleosaur +teleosaurian +Teleosauridae +Teleosaurus +teleost +teleostean +Teleostei +teleosteous +teleostomate +teleostome +Teleostomi +teleostomian +teleostomous +teleotemporal +teleotrocha +teleozoic +teleozoon +telepathic +telepathically +telepathist +telepathize +telepathy +telepheme +telephone +telephoner +telephonic +telephonical +telephonically +telephonist +telephonograph +telephonographic +telephony +telephote +telephoto +telephotograph +telephotographic +telephotography +Telephus +telepicture +teleplasm +teleplasmic +teleplastic +telepost +teleprinter +teleradiophone +teleran +telergic +telergical +telergically +telergy +telescope +telescopic +telescopical +telescopically +telescopiform +telescopist +Telescopium +telescopy +telescriptor +teleseism +teleseismic +teleseismology +teleseme +telesia +telesis +telesmeter +telesomatic +telespectroscope +telestereograph +telestereography +telestereoscope +telesterion +telesthesia +telesthetic +telestial +telestic +telestich +teletactile +teletactor +teletape +teletherapy +telethermogram +telethermograph +telethermometer +telethermometry +telethon +teletopometer +teletranscription +Teletype +teletype +teletyper +teletypesetter +teletypewriter +teletyping +Teleut +teleuto +teleutoform +teleutosorus +teleutospore +teleutosporic +teleutosporiferous +teleview +televiewer +televise +television +televisional +televisionary +televisor +televisual +televocal +televox +telewriter +Telfairia +telfairic +telfer +telferage +telford +telfordize +telharmonic +telharmonium +telharmony +teli +telial +telic +telical +telically +teliferous +Telinga +teliosorus +teliospore +teliosporic +teliosporiferous +teliostage +telium +tell +tellable +tellach +tellee +teller +tellership +telligraph +Tellima +Tellina +Tellinacea +tellinacean +tellinaceous +telling +tellingly +Tellinidae +tellinoid +tellsome +tellt +telltale +telltalely +telltruth +tellural +tellurate +telluret +tellureted +tellurethyl +telluretted +tellurhydric +tellurian +telluric +telluride +telluriferous +tellurion +tellurism +tellurist +tellurite +tellurium +tellurize +telluronium +tellurous +telmatological +telmatology +teloblast +teloblastic +telocentric +telodendrion +telodendron +telodynamic +telokinesis +telolecithal +telolemma +telome +telomic +telomitic +telonism +Teloogoo +Telopea +telophase +telophragma +telopsis +teloptic +telosynapsis +telosynaptic +telosynaptist +teloteropathic +teloteropathically +teloteropathy +Telotremata +telotrematous +telotroch +telotrocha +telotrochal +telotrochous +telotrophic +telotype +telpath +telpher +telpherage +telpherman +telpherway +telson +telsonic +telt +Telugu +telurgy +telyn +Tema +temacha +temalacatl +Teman +teman +Temanite +tembe +temblor +Tembu +temenos +temerarious +temerariously +temerariousness +temeritous +temerity +temerous +temerously +temerousness +temiak +temin +Temiskaming +Temne +Temnospondyli +temnospondylous +temp +Tempe +Tempean +temper +tempera +temperability +temperable +temperably +temperality +temperament +temperamental +temperamentalist +temperamentally +temperamented +temperance +temperate +temperately +temperateness +temperative +temperature +tempered +temperedly +temperedness +temperer +temperish +temperless +tempersome +tempery +tempest +tempestical +tempestive +tempestively +tempestivity +tempestuous +tempestuously +tempestuousness +tempesty +tempi +Templar +templar +templardom +templarism +templarlike +templarlikeness +templary +template +templater +temple +templed +templeful +templeless +templelike +templet +Templetonia +templeward +templize +tempo +tempora +temporal +temporale +temporalism +temporalist +temporality +temporalize +temporally +temporalness +temporalty +temporaneous +temporaneously +temporaneousness +temporarily +temporariness +temporary +temporator +temporization +temporizer +temporizing +temporizingly +temporoalar +temporoauricular +temporocentral +temporocerebellar +temporofacial +temporofrontal +temporohyoid +temporomalar +temporomandibular +temporomastoid +temporomaxillary +temporooccipital +temporoparietal +temporopontine +temporosphenoid +temporosphenoidal +temporozygomatic +tempre +temprely +tempt +temptability +temptable +temptableness +temptation +temptational +temptationless +temptatious +temptatory +tempter +tempting +temptingly +temptingness +temptress +Tempyo +temse +temser +temulence +temulency +temulent +temulentive +temulently +ten +tenability +tenable +tenableness +tenably +tenace +tenacious +tenaciously +tenaciousness +tenacity +tenaculum +tenai +tenaille +tenaillon +Tenaktak +tenancy +tenant +tenantable +tenantableness +tenanter +tenantism +tenantless +tenantlike +tenantry +tenantship +tench +tenchweed +Tencteri +tend +tendance +tendant +tendence +tendency +tendent +tendential +tendentious +tendentiously +tendentiousness +tender +tenderability +tenderable +tenderably +tenderee +tenderer +tenderfoot +tenderfootish +tenderful +tenderfully +tenderheart +tenderhearted +tenderheartedly +tenderheartedness +tenderish +tenderize +tenderling +tenderloin +tenderly +tenderness +tenderometer +tendersome +tendinal +tending +tendingly +tendinitis +tendinous +tendinousness +tendomucoid +tendon +tendonous +tendoplasty +tendosynovitis +tendotome +tendotomy +tendour +tendovaginal +tendovaginitis +tendresse +tendril +tendriled +tendriliferous +tendrillar +tendrilly +tendrilous +tendron +tenebra +Tenebrae +tenebricose +tenebrific +tenebrificate +Tenebrio +tenebrionid +Tenebrionidae +tenebrious +tenebriously +tenebrity +tenebrose +tenebrosity +tenebrous +tenebrously +tenebrousness +tenectomy +tenement +tenemental +tenementary +tenementer +tenementization +tenementize +tenendas +tenendum +tenent +teneral +Teneriffe +tenesmic +tenesmus +tenet +tenfold +tenfoldness +teng +tengere +tengerite +Tenggerese +tengu +teniacidal +teniacide +tenible +Tenino +tenio +tenline +tenmantale +tennantite +tenne +tenner +Tennessean +tennis +tennisdom +tennisy +Tennysonian +Tennysonianism +Tenochtitlan +tenodesis +tenodynia +tenography +tenology +tenomyoplasty +tenomyotomy +tenon +tenonectomy +tenoner +Tenonian +tenonitis +tenonostosis +tenontagra +tenontitis +tenontodynia +tenontography +tenontolemmitis +tenontology +tenontomyoplasty +tenontomyotomy +tenontophyma +tenontoplasty +tenontothecitis +tenontotomy +tenophony +tenophyte +tenoplastic +tenoplasty +tenor +tenorist +tenorister +tenorite +tenorless +tenoroon +tenorrhaphy +tenositis +tenostosis +tenosuture +tenotome +tenotomist +tenotomize +tenotomy +tenovaginitis +tenpence +tenpenny +tenpin +tenrec +Tenrecidae +tense +tenseless +tenselessness +tensely +tenseness +tensibility +tensible +tensibleness +tensibly +tensify +tensile +tensilely +tensileness +tensility +tensimeter +tensiometer +tension +tensional +tensionless +tensity +tensive +tenson +tensor +tent +tentability +tentable +tentacle +tentacled +tentaclelike +tentacula +tentacular +Tentaculata +tentaculate +tentaculated +Tentaculifera +tentaculite +Tentaculites +Tentaculitidae +tentaculocyst +tentaculoid +tentaculum +tentage +tentamen +tentation +tentative +tentatively +tentativeness +tented +tenter +tenterbelly +tenterer +tenterhook +tentful +tenth +tenthly +tenthmeter +tenthredinid +Tenthredinidae +tenthredinoid +Tenthredinoidea +Tenthredo +tentiform +tentigo +tentillum +tention +tentless +tentlet +tentlike +tentmaker +tentmaking +tentmate +tentorial +tentorium +tenture +tentwards +tentwise +tentwork +tentwort +tenty +tenuate +tenues +tenuicostate +tenuifasciate +tenuiflorous +tenuifolious +tenuious +tenuiroster +tenuirostral +tenuirostrate +Tenuirostres +tenuis +tenuistriate +tenuity +tenuous +tenuously +tenuousness +tenure +tenurial +tenurially +teocalli +teopan +teosinte +Teotihuacan +tepache +tepal +Tepanec +Tepecano +tepee +tepefaction +tepefy +Tepehua +Tepehuane +tepetate +Tephillah +tephillin +tephramancy +tephrite +tephritic +tephroite +tephromalacia +tephromyelitic +Tephrosia +tephrosis +tepid +tepidarium +tepidity +tepidly +tepidness +tepomporize +teponaztli +tepor +tequila +Tequistlateca +Tequistlatecan +tera +teraglin +terakihi +teramorphous +terap +teraphim +teras +teratical +teratism +teratoblastoma +teratogenesis +teratogenetic +teratogenic +teratogenous +teratogeny +teratoid +teratological +teratologist +teratology +teratoma +teratomatous +teratoscopy +teratosis +terbia +terbic +terbium +tercel +tercelet +tercentenarian +tercentenarize +tercentenary +tercentennial +tercer +terceron +tercet +terchloride +tercia +tercine +tercio +terdiurnal +terebate +terebella +terebellid +Terebellidae +terebelloid +terebellum +terebene +terebenic +terebenthene +terebic +terebilic +terebinic +terebinth +Terebinthaceae +terebinthial +terebinthian +terebinthic +terebinthina +terebinthinate +terebinthine +terebinthinous +Terebinthus +terebra +terebral +terebrant +Terebrantia +terebrate +terebration +Terebratula +terebratular +terebratulid +Terebratulidae +terebratuliform +terebratuline +terebratulite +terebratuloid +Terebridae +Teredinidae +teredo +terek +Terence +Terentian +terephthalate +terephthalic +Teresa +Teresian +Teresina +terete +teretial +tereticaudate +teretifolious +teretipronator +teretiscapular +teretiscapularis +teretish +tereu +Tereus +terfez +Terfezia +Terfeziaceae +tergal +tergant +tergeminate +tergeminous +tergiferous +tergite +tergitic +tergiversant +tergiversate +tergiversation +tergiversator +tergiversatory +tergiverse +tergolateral +tergum +Teri +Teriann +terlinguaite +term +terma +termagancy +Termagant +termagant +termagantish +termagantism +termagantly +termage +termatic +termen +termer +Termes +termillenary +termin +terminability +terminable +terminableness +terminably +terminal +Terminalia +Terminaliaceae +terminalization +terminalized +terminally +terminant +terminate +termination +terminational +terminative +terminatively +terminator +terminatory +termine +terminer +termini +terminine +terminism +terminist +terministic +terminize +termino +terminological +terminologically +terminologist +terminology +terminus +termital +termitarium +termitary +termite +termitic +termitid +Termitidae +termitophagous +termitophile +termitophilous +termless +termlessly +termlessness +termly +termolecular +termon +termor +termtime +tern +terna +ternal +ternar +ternariant +ternarious +ternary +ternate +ternately +ternatipinnate +ternatisect +ternatopinnate +terne +terneplate +ternery +ternion +ternize +ternlet +Ternstroemia +Ternstroemiaceae +teroxide +terp +terpadiene +terpane +terpene +terpeneless +terphenyl +terpilene +terpin +terpine +terpinene +terpineol +terpinol +terpinolene +terpodion +Terpsichore +terpsichoreal +terpsichoreally +Terpsichorean +terpsichorean +Terraba +terrace +terraceous +terracer +terracette +terracewards +terracewise +terracework +terraciform +terracing +terraculture +terraefilial +terraefilian +terrage +terrain +terral +terramara +terramare +Terrance +terrane +terranean +terraneous +Terrapene +terrapin +terraquean +terraqueous +terraqueousness +terrar +terrarium +terrazzo +terrella +terremotive +Terrence +terrene +terrenely +terreneness +terreplein +terrestrial +terrestrialism +terrestriality +terrestrialize +terrestrially +terrestrialness +terrestricity +terrestrious +terret +terreted +Terri +terribility +terrible +terribleness +terribly +terricole +terricoline +terricolous +terrier +terrierlike +terrific +terrifical +terrifically +terrification +terrificly +terrificness +terrifiedly +terrifier +terrify +terrifying +terrifyingly +terrigenous +terrine +Territelae +territelarian +territorial +territorialism +territorialist +territoriality +territorialization +territorialize +territorially +territorian +territoried +territory +terron +terror +terrorful +terrorific +terrorism +terrorist +terroristic +terroristical +terrorization +terrorize +terrorizer +terrorless +terrorproof +terrorsome +Terry +terry +terse +tersely +terseness +tersion +tersulphate +tersulphide +tersulphuret +tertenant +tertia +tertial +tertian +tertiana +tertianship +tertiarian +tertiary +tertiate +tertius +terton +tertrinal +Tertullianism +Tertullianist +teruncius +terutero +Teruyuki +tervalence +tervalency +tervalent +tervariant +tervee +terzetto +terzina +terzo +tesack +tesarovitch +teschenite +teschermacherite +teskere +teskeria +Tess +tessara +tessarace +tessaraconter +tessaradecad +tessaraglot +tessaraphthong +tessarescaedecahedron +tessel +tessella +tessellar +tessellate +tessellated +tessellation +tessera +tesseract +tesseradecade +tesseraic +tesseral +Tesserants +tesserarian +tesserate +tesserated +tesseratomic +tesseratomy +tessular +test +testa +testable +Testacea +testacean +testaceography +testaceology +testaceous +testaceousness +testacy +testament +testamental +testamentally +testamentalness +testamentarily +testamentary +testamentate +testamentation +testamentum +testamur +testar +testata +testate +testation +testator +testatorship +testatory +testatrices +testatrix +testatum +teste +tested +testee +tester +testes +testibrachial +testibrachium +testicardinate +testicardine +Testicardines +testicle +testicond +testicular +testiculate +testiculated +testiere +testificate +testification +testificator +testificatory +testifier +testify +testily +testimonial +testimonialist +testimonialization +testimonialize +testimonializer +testimonium +testimony +testiness +testing +testingly +testis +teston +testone +testoon +testor +testosterone +testril +testudinal +Testudinaria +testudinarious +Testudinata +testudinate +testudinated +testudineal +testudineous +Testudinidae +testudinous +testudo +testy +Tesuque +tetanic +tetanical +tetanically +tetaniform +tetanigenous +tetanilla +tetanine +tetanism +tetanization +tetanize +tetanoid +tetanolysin +tetanomotor +tetanospasmin +tetanotoxin +tetanus +tetany +tetarcone +tetarconid +tetard +tetartemorion +tetartocone +tetartoconid +tetartohedral +tetartohedrally +tetartohedrism +tetartohedron +tetartoid +tetartosymmetry +tetch +tetchy +tete +tetel +teterrimous +teth +tethelin +tether +tetherball +tethery +tethydan +Tethys +Teton +tetra +tetraamylose +tetrabasic +tetrabasicity +Tetrabelodon +tetrabelodont +tetrabiblos +tetraborate +tetraboric +tetrabrach +tetrabranch +Tetrabranchia +tetrabranchiate +tetrabromid +tetrabromide +tetrabromo +tetrabromoethane +tetracadactylity +tetracarboxylate +tetracarboxylic +tetracarpellary +tetraceratous +tetracerous +Tetracerus +tetrachical +tetrachlorid +tetrachloride +tetrachloro +tetrachloroethane +tetrachloroethylene +tetrachloromethane +tetrachord +tetrachordal +tetrachordon +tetrachoric +tetrachotomous +tetrachromatic +tetrachromic +tetrachronous +tetracid +tetracoccous +tetracoccus +tetracolic +tetracolon +tetracoral +Tetracoralla +tetracoralline +tetracosane +tetract +tetractinal +tetractine +tetractinellid +Tetractinellida +tetractinellidan +tetractinelline +tetractinose +tetracyclic +tetrad +tetradactyl +tetradactylous +tetradactyly +tetradarchy +tetradecane +tetradecanoic +tetradecapod +Tetradecapoda +tetradecapodan +tetradecapodous +tetradecyl +Tetradesmus +tetradiapason +tetradic +Tetradite +tetradrachma +tetradrachmal +tetradrachmon +tetradymite +Tetradynamia +tetradynamian +tetradynamious +tetradynamous +tetraedron +tetraedrum +tetraethylsilane +tetrafluoride +tetrafolious +tetragamy +tetragenous +tetraglot +tetraglottic +tetragon +tetragonal +tetragonally +tetragonalness +Tetragonia +Tetragoniaceae +tetragonidium +tetragonous +tetragonus +tetragram +tetragrammatic +Tetragrammaton +tetragrammatonic +tetragyn +Tetragynia +tetragynian +tetragynous +tetrahedral +tetrahedrally +tetrahedric +tetrahedrite +tetrahedroid +tetrahedron +tetrahexahedral +tetrahexahedron +tetrahydrate +tetrahydrated +tetrahydric +tetrahydride +tetrahydro +tetrahydroxy +tetraiodid +tetraiodide +tetraiodo +tetraiodophenolphthalein +tetrakaidecahedron +tetraketone +tetrakisazo +tetrakishexahedron +tetralemma +Tetralin +tetralogic +tetralogue +tetralogy +tetralophodont +tetramastia +tetramastigote +Tetramera +tetrameral +tetrameralian +tetrameric +tetramerism +tetramerous +tetrameter +tetramethyl +tetramethylammonium +tetramethylene +tetramethylium +tetramin +tetramine +tetrammine +tetramorph +tetramorphic +tetramorphism +tetramorphous +tetrander +Tetrandria +tetrandrian +tetrandrous +tetrane +tetranitrate +tetranitro +tetranitroaniline +tetranuclear +Tetranychus +Tetrao +Tetraodon +tetraodont +Tetraodontidae +tetraonid +Tetraonidae +Tetraoninae +tetraonine +Tetrapanax +tetrapartite +tetrapetalous +tetraphalangeate +tetrapharmacal +tetrapharmacon +tetraphenol +tetraphony +tetraphosphate +tetraphyllous +tetrapla +tetraplegia +tetrapleuron +tetraploid +tetraploidic +tetraploidy +tetraplous +Tetrapneumona +Tetrapneumones +tetrapneumonian +tetrapneumonous +tetrapod +Tetrapoda +tetrapodic +tetrapody +tetrapolar +tetrapolis +tetrapolitan +tetrapous +tetraprostyle +tetrapteran +tetrapteron +tetrapterous +tetraptote +Tetrapturus +tetraptych +tetrapylon +tetrapyramid +tetrapyrenous +tetraquetrous +tetrarch +tetrarchate +tetrarchic +tetrarchy +tetrasaccharide +tetrasalicylide +tetraselenodont +tetraseme +tetrasemic +tetrasepalous +tetraskelion +tetrasome +tetrasomic +tetrasomy +tetraspermal +tetraspermatous +tetraspermous +tetraspheric +tetrasporange +tetrasporangiate +tetrasporangium +tetraspore +tetrasporic +tetrasporiferous +tetrasporous +tetraster +tetrastich +tetrastichal +tetrastichic +Tetrastichidae +tetrastichous +Tetrastichus +tetrastoon +tetrastyle +tetrastylic +tetrastylos +tetrastylous +tetrasubstituted +tetrasubstitution +tetrasulphide +tetrasyllabic +tetrasyllable +tetrasymmetry +tetrathecal +tetratheism +tetratheite +tetrathionates +tetrathionic +tetratomic +tetratone +tetravalence +tetravalency +tetravalent +tetraxial +tetraxon +Tetraxonia +tetraxonian +tetraxonid +Tetraxonida +tetrazane +tetrazene +tetrazin +tetrazine +tetrazo +tetrazole +tetrazolium +tetrazolyl +tetrazone +tetrazotization +tetrazotize +tetrazyl +tetremimeral +tetrevangelium +tetric +tetrical +tetricity +tetricous +tetrigid +Tetrigidae +tetriodide +Tetrix +tetrobol +tetrobolon +tetrode +Tetrodon +tetrodont +Tetrodontidae +tetrole +tetrolic +tetronic +tetronymal +tetrose +tetroxalate +tetroxide +tetrsyllabical +tetryl +tetrylene +tetter +tetterish +tetterous +tetterwort +tettery +Tettigidae +tettigoniid +Tettigoniidae +tettix +Tetum +Teucer +Teucri +Teucrian +teucrin +Teucrium +teufit +teuk +Teutolatry +Teutomania +Teutomaniac +Teuton +Teutondom +Teutonesque +Teutonia +Teutonic +Teutonically +Teutonicism +Teutonism +Teutonist +Teutonity +Teutonization +Teutonize +Teutonomania +Teutonophobe +Teutonophobia +Teutophil +Teutophile +Teutophilism +Teutophobe +Teutophobia +Teutophobism +teviss +tew +Tewa +tewel +tewer +tewit +tewly +tewsome +Texan +Texas +Texcocan +texguino +text +textarian +textbook +textbookless +textiferous +textile +textilist +textlet +textman +textorial +textrine +textual +textualism +textualist +textuality +textually +textuarist +textuary +textural +texturally +texture +textureless +tez +Tezcatlipoca +Tezcatzoncatl +Tezcucan +tezkere +th +tha +thack +thacker +Thackerayan +Thackerayana +Thackerayesque +thackless +Thad +Thai +Thais +thakur +thakurate +thalamencephalic +thalamencephalon +thalami +thalamic +Thalamiflorae +thalamifloral +thalamiflorous +thalamite +thalamium +thalamocele +thalamocoele +thalamocortical +thalamocrural +thalamolenticular +thalamomammillary +thalamopeduncular +Thalamophora +thalamotegmental +thalamotomy +thalamus +Thalarctos +thalassal +Thalassarctos +thalassian +thalassic +thalassinid +Thalassinidea +thalassinidian +thalassinoid +thalassiophyte +thalassiophytous +thalasso +Thalassochelys +thalassocracy +thalassocrat +thalassographer +thalassographic +thalassographical +thalassography +thalassometer +thalassophilous +thalassophobia +thalassotherapy +thalattology +thalenite +thaler +Thalesia +Thalesian +Thalessa +Thalia +Thaliacea +thaliacean +Thalian +Thaliard +Thalictrum +thalli +thallic +thalliferous +thalliform +thalline +thallious +thallium +thallochlore +thallodal +thallogen +thallogenic +thallogenous +thalloid +thallome +Thallophyta +thallophyte +thallophytic +thallose +thallous +thallus +thalposis +thalpotic +thalthan +thameng +Thamesis +Thamnidium +thamnium +thamnophile +Thamnophilinae +thamnophiline +Thamnophilus +Thamnophis +Thamudean +Thamudene +Thamudic +thamuria +Thamus +Thamyras +than +thana +thanadar +thanage +thanan +thanatism +thanatist +thanatobiologic +thanatognomonic +thanatographer +thanatography +thanatoid +thanatological +thanatologist +thanatology +thanatomantic +thanatometer +thanatophidia +thanatophidian +thanatophobe +thanatophobia +thanatophobiac +thanatophoby +thanatopsis +Thanatos +thanatosis +thanatotic +thanatousia +thane +thanedom +thanehood +thaneland +thaneship +thank +thankee +thanker +thankful +thankfully +thankfulness +thankless +thanklessly +thanklessness +thanks +thanksgiver +thanksgiving +thankworthily +thankworthiness +thankworthy +thapes +Thapsia +thapsia +thar +Tharen +tharf +tharfcake +Thargelion +tharginyah +tharm +Thasian +Thaspium +that +thatch +thatcher +thatching +thatchless +thatchwood +thatchwork +thatchy +thatn +thatness +thats +thaught +Thaumantian +Thaumantias +thaumasite +thaumatogeny +thaumatography +thaumatolatry +thaumatology +thaumatrope +thaumatropical +thaumaturge +thaumaturgia +thaumaturgic +thaumaturgical +thaumaturgics +thaumaturgism +thaumaturgist +thaumaturgy +thaumoscopic +thave +thaw +thawer +thawless +thawn +thawy +The +the +Thea +Theaceae +theaceous +theah +theandric +theanthropic +theanthropical +theanthropism +theanthropist +theanthropology +theanthropophagy +theanthropos +theanthroposophy +theanthropy +thearchic +thearchy +theasum +theat +theater +theatergoer +theatergoing +theaterless +theaterlike +theaterward +theaterwards +theaterwise +Theatine +theatral +theatric +theatricable +theatrical +theatricalism +theatricality +theatricalization +theatricalize +theatrically +theatricalness +theatricals +theatrician +theatricism +theatricize +theatrics +theatrize +theatrocracy +theatrograph +theatromania +theatromaniac +theatron +theatrophile +theatrophobia +theatrophone +theatrophonic +theatropolis +theatroscope +theatry +theave +theb +Thebaic +Thebaid +thebaine +Thebais +thebaism +Theban +Thebesian +theca +thecae +thecal +Thecamoebae +thecaphore +thecasporal +thecaspore +thecaspored +thecasporous +Thecata +thecate +thecia +thecitis +thecium +Thecla +thecla +theclan +thecodont +thecoglossate +thecoid +Thecoidea +Thecophora +Thecosomata +thecosomatous +thee +theek +theeker +theelin +theelol +Theemim +theer +theet +theetsee +theezan +theft +theftbote +theftdom +theftless +theftproof +theftuous +theftuously +thegether +thegidder +thegither +thegn +thegndom +thegnhood +thegnland +thegnlike +thegnly +thegnship +thegnworthy +theiform +Theileria +theine +theinism +their +theirn +theirs +theirselves +theirsens +theism +theist +theistic +theistical +theistically +thelalgia +Thelemite +thelemite +Thelephora +Thelephoraceae +Theligonaceae +theligonaceous +Theligonum +thelitis +thelium +Thelodontidae +Thelodus +theloncus +thelorrhagia +Thelphusa +thelphusian +Thelphusidae +thelyblast +thelyblastic +thelyotokous +thelyotoky +Thelyphonidae +Thelyphonus +thelyplasty +thelytocia +thelytoky +thelytonic +them +thema +themata +thematic +thematical +thematically +thematist +theme +themeless +themelet +themer +Themis +themis +Themistian +themsel +themselves +then +thenabouts +thenadays +thenal +thenar +thenardite +thence +thenceafter +thenceforth +thenceforward +thenceforwards +thencefrom +thenceward +thenness +Theo +theoanthropomorphic +theoanthropomorphism +theoastrological +Theobald +Theobroma +theobromic +theobromine +theocentric +theocentricism +theocentrism +theochristic +theocollectivism +theocollectivist +theocracy +theocrasia +theocrasical +theocrasy +theocrat +theocratic +theocratical +theocratically +theocratist +Theocritan +Theocritean +theodemocracy +theodicaea +theodicean +theodicy +theodidact +theodolite +theodolitic +Theodora +Theodore +Theodoric +Theodosia +Theodosian +Theodotian +theodrama +theody +theogamy +theogeological +theognostic +theogonal +theogonic +theogonism +theogonist +theogony +theohuman +theokrasia +theoktonic +theoktony +theolatrous +theolatry +theolepsy +theoleptic +theologal +theologaster +theologastric +theologate +theologeion +theologer +theologi +theologian +theologic +theological +theologically +theologician +theologicoastronomical +theologicoethical +theologicohistorical +theologicometaphysical +theologicomilitary +theologicomoral +theologiconatural +theologicopolitical +theologics +theologism +theologist +theologium +theologization +theologize +theologizer +theologoumena +theologoumenon +theologue +theologus +theology +theomachia +theomachist +theomachy +theomammomist +theomancy +theomania +theomaniac +theomantic +theomastix +theomicrist +theomisanthropist +theomorphic +theomorphism +theomorphize +theomythologer +theomythology +theonomy +theopantism +Theopaschist +Theopaschitally +Theopaschite +Theopaschitic +Theopaschitism +theopathetic +theopathic +theopathy +theophagic +theophagite +theophagous +theophagy +Theophania +theophania +theophanic +theophanism +theophanous +theophany +Theophila +theophilanthrope +theophilanthropic +theophilanthropism +theophilanthropist +theophilanthropy +theophile +theophilist +theophilosophic +Theophilus +theophobia +theophoric +theophorous +Theophrastaceae +theophrastaceous +Theophrastan +Theophrastean +theophylline +theophysical +theopneust +theopneusted +theopneustia +theopneustic +theopneusty +theopolitician +theopolitics +theopolity +theopsychism +theorbist +theorbo +theorem +theorematic +theorematical +theorematically +theorematist +theoremic +theoretic +theoretical +theoreticalism +theoretically +theoretician +theoreticopractical +theoretics +theoria +theoriai +theoric +theorical +theorically +theorician +theoricon +theorics +theorism +theorist +theorization +theorize +theorizer +theorum +theory +theoryless +theorymonger +theosoph +theosopheme +theosophic +theosophical +theosophically +theosophism +theosophist +theosophistic +theosophistical +theosophize +theosophy +theotechnic +theotechnist +theotechny +theoteleological +theoteleology +theotherapy +Theotokos +theow +theowdom +theowman +Theraean +theralite +therapeusis +Therapeutae +Therapeutic +therapeutic +therapeutical +therapeutically +therapeutics +therapeutism +therapeutist +Theraphosa +theraphose +theraphosid +Theraphosidae +theraphosoid +therapist +therapsid +Therapsida +therapy +therblig +there +thereabouts +thereabove +thereacross +thereafter +thereafterward +thereagainst +thereamong +thereamongst +thereanent +thereanents +therearound +thereas +thereat +thereaway +thereaways +therebeside +therebesides +therebetween +thereby +thereckly +therefor +therefore +therefrom +therehence +therein +thereinafter +thereinbefore +thereinto +therence +thereness +thereof +thereoid +thereologist +thereology +thereon +thereout +thereover +thereright +theres +Theresa +therese +therethrough +theretill +thereto +theretofore +theretoward +thereunder +thereuntil +thereunto +thereup +thereupon +Thereva +therevid +Therevidae +therewhile +therewith +therewithal +therewithin +Theria +theriac +theriaca +theriacal +therial +therianthropic +therianthropism +theriatrics +theridiid +Theridiidae +Theridion +theriodic +theriodont +Theriodonta +Theriodontia +theriolatry +theriomancy +theriomaniac +theriomimicry +theriomorph +theriomorphic +theriomorphism +theriomorphosis +theriomorphous +theriotheism +theriotrophical +theriozoic +therm +thermacogenesis +thermae +thermal +thermalgesia +thermality +thermally +thermanalgesia +thermanesthesia +thermantic +thermantidote +thermatologic +thermatologist +thermatology +thermesthesia +thermesthesiometer +thermetograph +thermetrograph +thermic +thermically +Thermidorian +thermion +thermionic +thermionically +thermionics +thermistor +Thermit +thermit +thermite +thermo +thermoammeter +thermoanalgesia +thermoanesthesia +thermobarograph +thermobarometer +thermobattery +thermocautery +thermochemic +thermochemical +thermochemically +thermochemist +thermochemistry +thermochroic +thermochrosy +thermocline +thermocouple +thermocurrent +thermodiffusion +thermoduric +thermodynamic +thermodynamical +thermodynamically +thermodynamician +thermodynamicist +thermodynamics +thermodynamist +thermoelectric +thermoelectrical +thermoelectrically +thermoelectricity +thermoelectrometer +thermoelectromotive +thermoelement +thermoesthesia +thermoexcitory +thermogalvanometer +thermogen +thermogenerator +thermogenesis +thermogenetic +thermogenic +thermogenous +thermogeny +thermogeographical +thermogeography +thermogram +thermograph +thermography +thermohyperesthesia +thermojunction +thermokinematics +thermolabile +thermolability +thermological +thermology +thermoluminescence +thermoluminescent +thermolysis +thermolytic +thermolyze +thermomagnetic +thermomagnetism +thermometamorphic +thermometamorphism +thermometer +thermometerize +thermometric +thermometrical +thermometrically +thermometrograph +thermometry +thermomotive +thermomotor +thermomultiplier +thermonastic +thermonasty +thermonatrite +thermoneurosis +thermoneutrality +thermonous +thermonuclear +thermopair +thermopalpation +thermopenetration +thermoperiod +thermoperiodic +thermoperiodicity +thermoperiodism +thermophile +thermophilic +thermophilous +thermophobous +thermophone +thermophore +thermophosphor +thermophosphorescence +thermopile +thermoplastic +thermoplasticity +thermoplegia +thermopleion +thermopolymerization +thermopolypnea +thermopolypneic +Thermopsis +thermoradiotherapy +thermoreduction +thermoregulation +thermoregulator +thermoresistance +thermoresistant +thermos +thermoscope +thermoscopic +thermoscopical +thermoscopically +thermosetting +thermosiphon +thermostability +thermostable +thermostat +thermostatic +thermostatically +thermostatics +thermostimulation +thermosynthesis +thermosystaltic +thermosystaltism +thermotactic +thermotank +thermotaxic +thermotaxis +thermotelephone +thermotensile +thermotension +thermotherapeutics +thermotherapy +thermotic +thermotical +thermotically +thermotics +thermotropic +thermotropism +thermotropy +thermotype +thermotypic +thermotypy +thermovoltaic +therodont +theroid +therolatry +therologic +therological +therologist +therology +Theromora +Theromores +theromorph +Theromorpha +theromorphia +theromorphic +theromorphism +theromorphological +theromorphology +theromorphous +Theron +theropod +Theropoda +theropodous +thersitean +Thersites +thersitical +thesauri +thesaurus +these +Thesean +theses +Theseum +Theseus +thesial +thesicle +thesis +Thesium +Thesmophoria +Thesmophorian +Thesmophoric +thesmothetae +thesmothete +thesmothetes +thesocyte +Thespesia +Thespesius +Thespian +Thessalian +Thessalonian +thestreen +theta +thetch +thetic +thetical +thetically +thetics +thetin +thetine +Thetis +theurgic +theurgical +theurgically +theurgist +theurgy +Thevetia +thevetin +thew +thewed +thewless +thewness +thewy +they +theyll +theyre +thiacetic +thiadiazole +thialdine +thiamide +thiamin +thiamine +thianthrene +thiasi +thiasine +thiasite +thiasoi +thiasos +thiasote +thiasus +thiazine +thiazole +thiazoline +thick +thickbrained +thicken +thickener +thickening +thicket +thicketed +thicketful +thickety +thickhead +thickheaded +thickheadedly +thickheadedness +thickish +thickleaf +thicklips +thickly +thickneck +thickness +thicknessing +thickset +thickskin +thickskull +thickskulled +thickwind +thickwit +thief +thiefcraft +thiefdom +thiefland +thiefmaker +thiefmaking +thiefproof +thieftaker +thiefwise +Thielavia +Thielaviopsis +thienone +thienyl +Thierry +thievable +thieve +thieveless +thiever +thievery +thieving +thievingly +thievish +thievishly +thievishness +thig +thigger +thigging +thigh +thighbone +thighed +thight +thightness +thigmonegative +thigmopositive +thigmotactic +thigmotactically +thigmotaxis +thigmotropic +thigmotropically +thigmotropism +Thilanottine +thilk +thill +thiller +thilly +thimber +thimble +thimbleberry +thimbled +thimbleflower +thimbleful +thimblelike +thimblemaker +thimblemaking +thimbleman +thimblerig +thimblerigger +thimbleriggery +thimblerigging +thimbleweed +thin +thinbrained +thine +thing +thingal +thingamabob +thinghood +thinginess +thingish +thingless +thinglet +thinglike +thinglikeness +thingliness +thingly +thingman +thingness +thingstead +thingum +thingumajig +thingumbob +thingummy +thingy +Think +think +thinkable +thinkableness +thinkably +thinker +thinkful +thinking +thinkingly +thinkingpart +thinkling +thinly +thinner +thinness +thinning +thinnish +Thinocoridae +Thinocorus +thinolite +thio +thioacetal +thioacetic +thioalcohol +thioaldehyde +thioamide +thioantimonate +thioantimoniate +thioantimonious +thioantimonite +thioarsenate +thioarseniate +thioarsenic +thioarsenious +thioarsenite +Thiobacillus +Thiobacteria +thiobacteria +Thiobacteriales +thiobismuthite +thiocarbamic +thiocarbamide +thiocarbamyl +thiocarbanilide +thiocarbimide +thiocarbonate +thiocarbonic +thiocarbonyl +thiochloride +thiochrome +thiocresol +thiocyanate +thiocyanation +thiocyanic +thiocyanide +thiocyano +thiocyanogen +thiodiazole +thiodiphenylamine +thiofuran +thiofurane +thiofurfuran +thiofurfurane +thiogycolic +thiohydrate +thiohydrolysis +thiohydrolyze +thioindigo +thioketone +thiol +thiolacetic +thiolactic +thiolic +thionamic +thionaphthene +thionate +thionation +thioneine +thionic +thionine +thionitrite +thionium +thionobenzoic +thionthiolic +thionurate +thionyl +thionylamine +thiophen +thiophene +thiophenic +thiophenol +thiophosgene +thiophosphate +thiophosphite +thiophosphoric +thiophosphoryl +thiophthene +thiopyran +thioresorcinol +thiosinamine +Thiospira +thiostannate +thiostannic +thiostannite +thiostannous +thiosulphate +thiosulphonic +thiosulphuric +Thiothrix +thiotolene +thiotungstate +thiotungstic +thiouracil +thiourea +thiourethan +thiourethane +thioxene +thiozone +thiozonide +thir +third +thirdborough +thirdings +thirdling +thirdly +thirdness +thirdsman +thirl +thirlage +thirling +thirst +thirster +thirstful +thirstily +thirstiness +thirsting +thirstingly +thirstland +thirstle +thirstless +thirstlessness +thirstproof +thirsty +thirt +thirteen +thirteener +thirteenfold +thirteenth +thirteenthly +thirtieth +thirty +thirtyfold +thirtyish +this +thishow +thislike +thisn +thisness +thissen +thistle +thistlebird +thistled +thistledown +thistlelike +thistleproof +thistlery +thistlish +thistly +thiswise +thither +thitherto +thitherward +thitsiol +thiuram +thivel +thixle +thixolabile +thixotropic +thixotropy +Thlaspi +Thlingchadinne +Thlinget +thlipsis +Tho +tho +thob +thocht +thof +thoft +thoftfellow +thoke +thokish +thole +tholeiite +tholepin +tholi +tholoi +tholos +tholus +Thomaean +Thomas +Thomasa +Thomasine +thomasing +Thomasite +thomisid +Thomisidae +Thomism +Thomist +Thomistic +Thomistical +Thomite +Thomomys +thomsenolite +Thomsonian +Thomsonianism +thomsonite +thon +thonder +Thondracians +Thondraki +Thondrakians +thone +thong +Thonga +thonged +thongman +thongy +thoo +thooid +thoom +thoracalgia +thoracaorta +thoracectomy +thoracentesis +thoraces +thoracic +Thoracica +thoracical +thoracicoabdominal +thoracicoacromial +thoracicohumeral +thoracicolumbar +thoraciform +thoracispinal +thoracoabdominal +thoracoacromial +thoracobronchotomy +thoracoceloschisis +thoracocentesis +thoracocyllosis +thoracocyrtosis +thoracodelphus +thoracodidymus +thoracodorsal +thoracodynia +thoracogastroschisis +thoracograph +thoracohumeral +thoracolumbar +thoracolysis +thoracomelus +thoracometer +thoracometry +thoracomyodynia +thoracopagus +thoracoplasty +thoracoschisis +thoracoscope +thoracoscopy +Thoracostei +thoracostenosis +thoracostomy +Thoracostraca +thoracostracan +thoracostracous +thoracotomy +thoral +thorascope +thorax +thore +thoria +thorianite +thoriate +thoric +thoriferous +thorina +thorite +thorium +thorn +thornback +thornbill +thornbush +thorned +thornen +thornhead +thornily +thorniness +thornless +thornlessness +thornlet +thornlike +thornproof +thornstone +thorntail +thorny +thoro +thorocopagous +thorogummite +thoron +thorough +Thoroughbred +thoroughbred +thoroughbredness +thoroughfare +thoroughfarer +thoroughfaresome +thoroughfoot +thoroughgoing +thoroughgoingly +thoroughgoingness +thoroughgrowth +thoroughly +thoroughness +thoroughpaced +thoroughpin +thoroughsped +thoroughstem +thoroughstitch +thoroughstitched +thoroughwax +thoroughwort +thorp +thort +thorter +thortveitite +Thos +Those +those +thou +though +thought +thoughted +thoughten +thoughtful +thoughtfully +thoughtfulness +thoughtkin +thoughtless +thoughtlessly +thoughtlessness +thoughtlet +thoughtness +thoughtsick +thoughty +thousand +thousandfold +thousandfoldly +thousandth +thousandweight +thouse +thow +thowel +thowless +thowt +Thraces +Thracian +thrack +thraep +thrail +thrain +thrall +thrallborn +thralldom +thram +thrammle +thrang +thrangity +thranite +thranitic +thrap +thrapple +thrash +thrashel +thrasher +thrasherman +thrashing +thrasonic +thrasonical +thrasonically +thrast +Thraupidae +thrave +thraver +thraw +thrawcrook +thrawn +thrawneen +Thrax +thread +threadbare +threadbareness +threadbarity +threaded +threaden +threader +threadfin +threadfish +threadflower +threadfoot +threadiness +threadle +threadless +threadlet +threadlike +threadmaker +threadmaking +threadway +threadweed +threadworm +thready +threap +threaper +threat +threaten +threatenable +threatener +threatening +threateningly +threatful +threatfully +threatless +threatproof +three +threefold +threefolded +threefoldedness +threefoldly +threefoldness +threeling +threeness +threepence +threepenny +threepennyworth +threescore +threesome +thremmatology +threne +threnetic +threnetical +threnode +threnodial +threnodian +threnodic +threnodical +threnodist +threnody +threnos +threonin +threonine +threose +threpsology +threptic +thresh +threshel +thresher +thresherman +threshingtime +threshold +Threskiornithidae +Threskiornithinae +threw +thribble +thrice +thricecock +thridacium +thrift +thriftbox +thriftily +thriftiness +thriftless +thriftlessly +thriftlessness +thriftlike +thrifty +thrill +thriller +thrillful +thrillfully +thrilling +thrillingly +thrillingness +thrillproof +thrillsome +thrilly +thrimble +thrimp +Thrinax +thring +thrinter +thrioboly +thrip +thripel +Thripidae +thripple +thrips +thrive +thriveless +thriven +thriver +thriving +thrivingly +thrivingness +thro +throat +throatal +throatband +throated +throatful +throatily +throatiness +throating +throatlash +throatlatch +throatless +throatlet +throatroot +throatstrap +throatwort +throaty +throb +throbber +throbbingly +throbless +throck +throdden +throddy +throe +thrombase +thrombin +thromboangiitis +thromboarteritis +thrombocyst +thrombocyte +thrombocytopenia +thrombogen +thrombogenic +thromboid +thrombokinase +thrombolymphangitis +thrombopenia +thrombophlebitis +thromboplastic +thromboplastin +thrombose +thrombosis +thrombostasis +thrombotic +thrombus +thronal +throne +thronedom +throneless +thronelet +thronelike +throneward +throng +thronger +throngful +throngingly +thronize +thropple +throstle +throstlelike +throttle +throttler +throttling +throttlingly +throu +throuch +throucht +through +throughbear +throughbred +throughcome +throughgang +throughganging +throughgoing +throughgrow +throughknow +throughout +throughput +throve +throw +throwaway +throwback +throwdown +thrower +throwing +thrown +throwoff +throwout +throwster +throwwort +thrum +thrummer +thrummers +thrummy +thrumwort +thrush +thrushel +thrushlike +thrushy +thrust +thruster +thrustful +thrustfulness +thrusting +thrustings +thrutch +thrutchings +Thruthvang +thruv +thrymsa +Thryonomys +Thuan +Thuban +Thucydidean +thud +thudding +thuddingly +thug +thugdom +thuggee +thuggeeism +thuggery +thuggess +thuggish +thuggism +Thuidium +Thuja +thujene +thujin +thujone +Thujopsis +thujyl +Thule +thulia +thulir +thulite +thulium +thulr +thuluth +thumb +thumbbird +thumbed +thumber +thumbkin +thumble +thumbless +thumblike +thumbmark +thumbnail +thumbpiece +thumbprint +thumbrope +thumbscrew +thumbstall +thumbstring +thumbtack +thumby +thumlungur +thump +thumper +thumping +thumpingly +Thunar +Thunbergia +thunbergilene +thunder +thunderation +thunderball +thunderbearer +thunderbearing +thunderbird +thunderblast +thunderbolt +thunderburst +thunderclap +thundercloud +thundercrack +thunderer +thunderfish +thunderflower +thunderful +thunderhead +thunderheaded +thundering +thunderingly +thunderless +thunderlike +thunderous +thunderously +thunderousness +thunderpeal +thunderplump +thunderproof +thundershower +thundersmite +thundersquall +thunderstick +thunderstone +thunderstorm +thunderstrike +thunderstroke +thunderstruck +thunderwood +thunderworm +thunderwort +thundery +thundrous +thundrously +thung +thunge +Thunnidae +Thunnus +Thunor +thuoc +Thurberia +thurible +thuribuler +thuribulum +thurifer +thuriferous +thurificate +thurificati +thurification +thurify +Thuringian +thuringite +Thurio +thurl +thurm +thurmus +Thurnia +Thurniaceae +thurrock +Thursday +thurse +thurt +thus +thusgate +Thushi +thusly +thusness +thuswise +thutter +Thuyopsis +thwack +thwacker +thwacking +thwackingly +thwackstave +thwaite +thwart +thwartedly +thwarteous +thwarter +thwarting +thwartingly +thwartly +thwartman +thwartness +thwartover +thwartsaw +thwartship +thwartships +thwartways +thwartwise +thwite +thwittle +thy +Thyestean +Thyestes +thyine +thylacine +thylacitis +Thylacoleo +Thylacynus +thymacetin +Thymallidae +Thymallus +thymate +thyme +thymectomize +thymectomy +thymegol +Thymelaea +Thymelaeaceae +thymelaeaceous +Thymelaeales +thymelcosis +thymele +thymelic +thymelical +thymelici +thymene +thymetic +thymic +thymicolymphatic +thymine +thymiosis +thymitis +thymocyte +thymogenic +thymol +thymolate +thymolize +thymolphthalein +thymolsulphonephthalein +thymoma +thymonucleic +thymopathy +thymoprivic +thymoprivous +thymopsyche +thymoquinone +thymotactic +thymotic +Thymus +thymus +thymy +thymyl +thymylic +thynnid +Thynnidae +Thyraden +thyratron +thyreoadenitis +thyreoantitoxin +thyreoarytenoid +thyreoarytenoideus +thyreocervical +thyreocolloid +Thyreocoridae +thyreoepiglottic +thyreogenic +thyreogenous +thyreoglobulin +thyreoglossal +thyreohyal +thyreohyoid +thyreoid +thyreoidal +thyreoideal +thyreoidean +thyreoidectomy +thyreoiditis +thyreoitis +thyreolingual +thyreoprotein +thyreosis +thyreotomy +thyreotoxicosis +thyreotropic +thyridial +Thyrididae +thyridium +Thyris +thyrisiferous +thyroadenitis +thyroantitoxin +thyroarytenoid +thyroarytenoideus +thyrocardiac +thyrocele +thyrocervical +thyrocolloid +thyrocricoid +thyroepiglottic +thyroepiglottidean +thyrogenic +thyroglobulin +thyroglossal +thyrohyal +thyrohyoid +thyrohyoidean +thyroid +thyroidal +thyroidea +thyroideal +thyroidean +thyroidectomize +thyroidectomy +thyroidism +thyroiditis +thyroidization +thyroidless +thyroidotomy +thyroiodin +thyrolingual +thyronine +thyroparathyroidectomize +thyroparathyroidectomy +thyroprival +thyroprivia +thyroprivic +thyroprivous +thyroprotein +Thyrostraca +thyrostracan +thyrotherapy +thyrotomy +thyrotoxic +thyrotoxicosis +thyrotropic +thyroxine +thyrse +thyrsiflorous +thyrsiform +thyrsoid +thyrsoidal +thyrsus +Thysanocarpus +thysanopter +Thysanoptera +thysanopteran +thysanopteron +thysanopterous +Thysanoura +thysanouran +thysanourous +Thysanura +thysanuran +thysanurian +thysanuriform +thysanurous +thysel +thyself +thysen +Ti +ti +Tiahuanacan +Tiam +tiang +tiao +tiar +tiara +tiaralike +tiarella +Tiatinagua +tib +Tibbie +Tibbu +tibby +Tiberian +Tiberine +Tiberius +tibet +Tibetan +tibey +tibia +tibiad +tibiae +tibial +tibiale +tibicinist +tibiocalcanean +tibiofemoral +tibiofibula +tibiofibular +tibiometatarsal +tibionavicular +tibiopopliteal +tibioscaphoid +tibiotarsal +tibiotarsus +Tibouchina +tibourbou +tiburon +Tiburtine +tic +tical +ticca +tice +ticement +ticer +Tichodroma +tichodrome +tichorrhine +tick +tickbean +tickbird +tickeater +ticked +ticken +ticker +ticket +ticketer +ticketing +ticketless +ticketmonger +tickey +tickicide +tickie +ticking +tickle +tickleback +ticklebrain +tickled +ticklely +ticklenburg +tickleness +tickleproof +tickler +ticklesome +tickless +tickleweed +tickling +ticklingly +ticklish +ticklishly +ticklishness +tickly +tickney +tickproof +tickseed +tickseeded +ticktack +ticktacker +ticktacktoe +ticktick +ticktock +tickweed +ticky +ticul +Ticuna +Ticunan +tid +tidal +tidally +tidbit +tiddle +tiddledywinks +tiddler +tiddley +tiddling +tiddlywink +tiddlywinking +tiddy +tide +tided +tideful +tidehead +tideland +tideless +tidelessness +tidelike +tidely +tidemaker +tidemaking +tidemark +tiderace +tidesman +tidesurveyor +Tideswell +tidewaiter +tidewaitership +tideward +tidewater +tideway +tidiable +tidily +tidiness +tiding +tidingless +tidings +tidley +tidological +tidology +tidy +tidyism +tidytips +tie +tieback +tied +Tiefenthal +tiemaker +tiemaking +tiemannite +tien +tiepin +tier +tierce +tierced +tierceron +tiered +tierer +tierlike +tiersman +tietick +tiewig +tiewigged +tiff +tiffany +tiffanyite +tiffie +tiffin +tiffish +tiffle +tiffy +tifinagh +tift +tifter +tig +tige +tigella +tigellate +tigelle +tigellum +tigellus +tiger +tigerbird +tigereye +tigerflower +tigerfoot +tigerhearted +tigerhood +tigerish +tigerishly +tigerishness +tigerism +tigerkin +tigerlike +tigerling +tigerly +tigernut +tigerproof +tigerwood +tigery +Tigger +tigger +tight +tighten +tightener +tightfisted +tightish +tightly +tightness +tightrope +tights +tightwad +tightwire +tiglaldehyde +tiglic +tiglinic +tignum +Tigrai +Tigre +Tigrean +tigress +tigresslike +Tigridia +Tigrina +tigrine +Tigris +tigroid +tigrolysis +tigrolytic +tigtag +Tigua +Tigurine +Tiki +tikitiki +tikka +tikker +tiklin +tikolosh +tikor +tikur +til +tilaite +tilaka +tilasite +tilbury +Tilda +tilde +tile +tiled +tilefish +tilelike +tilemaker +tilemaking +tiler +tileroot +tilery +tileseed +tilestone +tileways +tilework +tileworks +tilewright +tileyard +Tilia +Tiliaceae +tiliaceous +tilikum +tiling +till +tillable +Tillaea +Tillaeastrum +tillage +Tillamook +Tillandsia +tiller +tillering +tillerless +tillerman +Tilletia +Tilletiaceae +tilletiaceous +tilley +tillite +tillodont +Tillodontia +Tillodontidae +tillot +tillotter +tilly +tilmus +tilpah +Tilsit +tilt +tiltable +tiltboard +tilter +tilth +tilting +tiltlike +tiltmaker +tiltmaking +tiltup +tilty +tiltyard +tilyer +Tim +timable +Timaeus +Timalia +Timaliidae +Timaliinae +timaliine +timaline +Timani +timar +timarau +timawa +timazite +timbal +timbale +timbang +timbe +timber +timbered +timberer +timberhead +timbering +timberjack +timberland +timberless +timberlike +timberling +timberman +timbermonger +timbern +timbersome +timbertuned +timberwood +timberwork +timberwright +timbery +timberyard +Timbira +timbo +timbre +timbrel +timbreled +timbreler +timbrologist +timbrology +timbromania +timbromaniac +timbromanist +timbrophilic +timbrophilism +timbrophilist +timbrophily +time +timeable +timecard +timed +timeful +timefully +timefulness +timekeep +timekeeper +timekeepership +timeless +timelessly +timelessness +Timelia +Timeliidae +timeliine +timelily +timeliness +timeling +timely +timenoguy +timeous +timeously +timepiece +timepleaser +timeproof +timer +times +timesaver +timesaving +timeserver +timeserving +timeservingness +timetable +timetaker +timetaking +timeward +timework +timeworker +timeworn +Timias +timid +timidity +timidly +timidness +timing +timish +timist +Timne +Timo +timocracy +timocratic +timocratical +Timon +timon +timoneer +Timonian +Timonism +Timonist +Timonize +timor +Timorese +timorous +timorously +timorousness +Timote +Timotean +Timothean +Timothy +timothy +timpani +timpanist +timpano +Timucua +Timucuan +Timuquan +Timuquanan +tin +Tina +Tinamidae +tinamine +tinamou +tinampipi +tincal +tinchel +tinchill +tinclad +tinct +tinction +tinctorial +tinctorially +tinctorious +tinctumutation +tincture +tind +tindal +tindalo +tinder +tinderbox +tindered +tinderish +tinderlike +tinderous +tindery +tine +tinea +tineal +tinean +tined +tinegrass +tineid +Tineidae +Tineina +tineine +tineman +tineoid +Tineoidea +tinetare +tinety +tineweed +tinful +Ting +ting +tinge +tinged +tinger +Tinggian +tingi +tingibility +tingible +tingid +Tingidae +Tingis +tingitid +Tingitidae +tinglass +tingle +tingler +tingletangle +tingling +tinglingly +tinglish +tingly +tingtang +tinguaite +tinguaitic +Tinguian +tinguy +tinhorn +tinhouse +tinily +tininess +tining +tink +tinker +tinkerbird +tinkerdom +tinkerer +tinkerlike +tinkerly +tinkershire +tinkershue +tinkerwise +tinkle +tinkler +tinklerman +tinkling +tinklingly +tinkly +tinlet +tinlike +tinman +Tinne +tinned +tinner +tinnery +tinnet +Tinni +tinnified +tinnily +tinniness +tinning +tinnitus +tinnock +tinny +Tino +Tinoceras +tinosa +tinsel +tinsellike +tinselly +tinselmaker +tinselmaking +tinselry +tinselweaver +tinselwork +tinsman +tinsmith +tinsmithing +tinsmithy +tinstone +tinstuff +tint +tinta +tintage +tintamarre +tintarron +tinted +tinter +tintie +tintiness +tinting +tintingly +tintinnabula +tintinnabulant +tintinnabular +tintinnabulary +tintinnabulate +tintinnabulation +tintinnabulatory +tintinnabulism +tintinnabulist +tintinnabulous +tintinnabulum +tintist +tintless +tintometer +tintometric +tintometry +tinty +tintype +tintyper +tinwald +tinware +tinwoman +tinwork +tinworker +tinworking +tiny +tinzenite +Tionontates +Tionontati +Tiou +tip +tipburn +tipcart +tipcat +tipe +tipful +tiphead +Tiphia +Tiphiidae +tipiti +tiple +tipless +tiplet +tipman +tipmost +tiponi +tippable +tipped +tippee +tipper +tippet +tipping +tipple +tippleman +tippler +tipply +tipproof +tippy +tipsification +tipsifier +tipsify +tipsily +tipsiness +tipstaff +tipster +tipstock +tipsy +tiptail +tipteerer +tiptilt +tiptoe +tiptoeing +tiptoeingly +tiptop +tiptopness +tiptopper +tiptoppish +tiptoppishness +tiptopsome +Tipula +Tipularia +tipulid +Tipulidae +tipuloid +Tipuloidea +tipup +Tipura +tirade +tiralee +tire +tired +tiredly +tiredness +tiredom +tirehouse +tireless +tirelessly +tirelessness +tiremaid +tiremaker +tiremaking +tireman +tirer +tireroom +tiresmith +tiresome +tiresomely +tiresomeness +tiresomeweed +tirewoman +Tirhutia +tiriba +tiring +tiringly +tirl +tirma +tirocinium +Tirolean +Tirolese +Tironian +tirr +tirralirra +tirret +Tirribi +tirrivee +tirrlie +tirrwirr +tirthankara +Tirurai +tirve +tirwit +tisane +tisar +Tishiya +Tishri +Tisiphone +tissual +tissue +tissued +tissueless +tissuelike +tissuey +tisswood +tiswin +tit +Titan +titanate +titanaugite +Titanesque +Titaness +titania +Titanian +Titanic +titanic +Titanical +Titanically +Titanichthyidae +Titanichthys +titaniferous +titanifluoride +Titanism +titanite +titanitic +titanium +Titanlike +titano +titanocolumbate +titanocyanide +titanofluoride +Titanolater +Titanolatry +Titanomachia +Titanomachy +titanomagnetite +titanoniobate +titanosaur +Titanosaurus +titanosilicate +titanothere +Titanotheridae +Titanotherium +titanous +titanyl +titar +titbit +titbitty +tite +titer +titeration +titfish +tithable +tithal +tithe +tithebook +titheless +tithemonger +tithepayer +tither +titheright +tithing +tithingman +tithingpenny +tithonic +tithonicity +tithonographic +tithonometer +Tithymalopsis +Tithymalus +titi +Titian +titian +Titianesque +Titianic +titien +Tities +titilate +titillability +titillant +titillater +titillating +titillatingly +titillation +titillative +titillator +titillatory +titivate +titivation +titivator +titlark +title +titleboard +titled +titledom +titleholder +titleless +titleproof +titler +titleship +titlike +titling +titlist +titmal +titman +Titmarsh +Titmarshian +titmouse +Titoism +Titoist +titoki +titrable +titratable +titrate +titration +titre +titrimetric +titrimetry +titter +titterel +titterer +tittering +titteringly +tittery +tittie +tittle +tittlebat +tittler +tittup +tittupy +titty +tittymouse +titubancy +titubant +titubantly +titubate +titubation +titular +titularity +titularly +titulary +titulation +titule +titulus +Titurel +Titus +tiver +Tivoli +tivoli +tivy +Tiwaz +tiza +tizeur +tizzy +tjanting +tji +tjosite +tlaco +Tlakluit +Tlapallan +Tlascalan +Tlingit +tmema +Tmesipteris +tmesis +to +toa +toad +toadback +toadeat +toadeater +toader +toadery +toadess +toadfish +toadflax +toadflower +toadhead +toadier +toadish +toadless +toadlet +toadlike +toadlikeness +toadling +toadpipe +toadroot +toadship +toadstone +toadstool +toadstoollike +toadwise +toady +toadyish +toadyism +toadyship +Toag +toast +toastable +toastee +toaster +toastiness +toastmaster +toastmastery +toastmistress +toasty +toat +toatoa +Toba +tobacco +tobaccofied +tobaccoism +tobaccoite +tobaccoless +tobaccolike +tobaccoman +tobacconalian +tobacconist +tobacconistical +tobacconize +tobaccophil +tobaccoroot +tobaccoweed +tobaccowood +tobaccoy +tobe +Tobiah +Tobias +Tobikhar +tobine +tobira +toboggan +tobogganeer +tobogganer +tobogganist +Toby +toby +tobyman +tocalote +toccata +Tocharese +Tocharian +Tocharic +Tocharish +tocher +tocherless +tock +toco +Tocobaga +tocodynamometer +tocogenetic +tocogony +tocokinin +tocological +tocologist +tocology +tocome +tocometer +tocopherol +tocororo +tocsin +tocusso +Tod +tod +Toda +today +todayish +Todd +todder +toddick +toddite +toddle +toddlekins +toddler +toddy +toddyize +toddyman +tode +Todea +Todidae +Todus +tody +toe +toeboard +toecap +toecapped +toed +toeless +toelike +toellite +toenail +toeplate +Toerless +toernebohmite +toetoe +toff +toffee +toffeeman +toffing +toffish +toffy +toffyman +Tofieldia +Toft +toft +tofter +toftman +toftstead +tofu +tog +toga +togaed +togalike +togata +togate +togated +togawise +together +togetherhood +togetheriness +togetherness +toggel +toggery +toggle +toggler +togless +togs +togt +togue +toher +toheroa +toho +Tohome +tohubohu +tohunga +toi +toil +toiled +toiler +toilet +toileted +toiletry +toilette +toiletted +toiletware +toilful +toilfully +toilinet +toiling +toilingly +toilless +toillessness +toilsome +toilsomely +toilsomeness +toilworn +toise +toit +toitish +toity +Tokay +tokay +toke +Tokelau +token +tokened +tokenless +toko +tokology +tokonoma +tokopat +tol +tolamine +tolan +tolane +tolbooth +told +toldo +tole +Toledan +Toledo +Toledoan +tolerability +tolerable +tolerableness +tolerablish +tolerably +tolerance +tolerancy +Tolerant +tolerant +tolerantism +tolerantly +tolerate +toleration +tolerationism +tolerationist +tolerative +tolerator +tolerism +Toletan +tolfraedic +tolguacha +tolidine +tolite +toll +tollable +tollage +tollbooth +Tollefsen +toller +tollery +tollgate +tollgatherer +tollhouse +tolliker +tolling +tollkeeper +tollman +tollmaster +tollpenny +tolltaker +tolly +Tolowa +tolpatch +tolpatchery +tolsester +tolsey +Tolstoyan +Tolstoyism +Tolstoyist +tolt +Toltec +Toltecan +tolter +tolu +tolualdehyde +toluate +toluene +toluic +toluide +toluidide +toluidine +toluidino +toluido +Toluifera +tolunitrile +toluol +toluquinaldine +tolusafranine +toluyl +toluylene +toluylenediamine +toluylic +tolyl +tolylene +tolylenediamine +Tolypeutes +tolypeutine +Tom +Toma +tomahawk +tomahawker +tomalley +toman +Tomas +tomatillo +tomato +tomb +tombac +tombal +tombe +tombic +tombless +tomblet +tomblike +tombola +tombolo +tomboy +tomboyful +tomboyish +tomboyishly +tomboyishness +tomboyism +tombstone +tomcat +tomcod +tome +tomeful +tomelet +toment +tomentose +tomentous +tomentulose +tomentum +tomfool +tomfoolery +tomfoolish +tomfoolishness +tomial +tomin +tomish +Tomistoma +tomium +tomjohn +Tomkin +tomkin +Tommer +Tomming +Tommy +tommy +tommybag +tommycod +tommyrot +tomnoddy +tomnoup +tomogram +tomographic +tomography +Tomopteridae +Tomopteris +tomorn +tomorrow +tomorrower +tomorrowing +tomorrowness +tomosis +Tompion +tompiper +tompon +tomtate +tomtit +Tomtitmouse +ton +tonal +tonalamatl +tonalist +tonalite +tonalitive +tonality +tonally +tonant +tonation +tondino +tone +toned +toneless +tonelessly +tonelessness +toneme +toneproof +toner +tonetic +tonetically +tonetician +tonetics +tong +Tonga +tonga +Tongan +Tongas +tonger +tongkang +tongman +Tongrian +tongs +tongsman +tongue +tonguecraft +tongued +tonguedoughty +tonguefence +tonguefencer +tongueflower +tongueful +tongueless +tonguelet +tonguelike +tongueman +tonguemanship +tongueplay +tongueproof +tonguer +tongueshot +tonguesman +tonguesore +tonguester +tonguetip +tonguey +tonguiness +tonguing +tonic +tonically +tonicity +tonicize +tonicobalsamic +tonicoclonic +tonicostimulant +tonify +tonight +Tonikan +tonish +tonishly +tonishness +tonite +tonitrocirrus +tonitruant +tonitruone +tonitruous +tonjon +tonk +Tonkawa +Tonkawan +tonkin +Tonkinese +tonlet +Tonna +tonnage +tonneau +tonneaued +tonner +tonnish +tonnishly +tonnishness +tonoclonic +tonogram +tonograph +tonological +tonology +tonometer +tonometric +tonometry +tonophant +tonoplast +tonoscope +tonotactic +tonotaxis +tonous +tonsbergite +tonsil +tonsilectomy +tonsilitic +tonsillar +tonsillary +tonsillectome +tonsillectomic +tonsillectomize +tonsillectomy +tonsillith +tonsillitic +tonsillitis +tonsillolith +tonsillotome +tonsillotomy +tonsilomycosis +tonsor +tonsorial +tonsurate +tonsure +tonsured +tontine +tontiner +Tonto +tonus +Tony +tony +tonyhoop +too +toodle +toodleloodle +took +tooken +tool +toolbox +toolbuilder +toolbuilding +tooler +toolhead +toolholder +toolholding +tooling +toolless +toolmaker +toolmaking +toolman +toolmark +toolmarking +toolplate +toolroom +toolsetter +toolslide +toolsmith +toolstock +toolstone +toom +toomly +toon +Toona +toonwood +toop +toorie +toorock +tooroo +toosh +toot +tooter +tooth +toothache +toothaching +toothachy +toothbill +toothbrush +toothbrushy +toothchiseled +toothcomb +toothcup +toothdrawer +toothdrawing +toothed +toother +toothflower +toothful +toothill +toothing +toothless +toothlessly +toothlessness +toothlet +toothleted +toothlike +toothpick +toothplate +toothproof +toothsome +toothsomely +toothsomeness +toothstick +toothwash +toothwork +toothwort +toothy +tootle +tootler +tootlish +tootsy +toozle +toozoo +top +topalgia +toparch +toparchia +toparchical +toparchy +topass +Topatopa +topaz +topazfels +topazine +topazite +topazolite +topazy +topcap +topcast +topchrome +topcoat +topcoating +tope +topectomy +topee +topeewallah +topeng +topepo +toper +toperdom +topesthesia +topflight +topfull +topgallant +toph +tophaceous +tophaike +Tophet +tophetic +tophetize +tophus +tophyperidrosis +topi +topia +topiarian +topiarist +topiarius +topiary +topic +topical +topicality +topically +topinambou +Topinish +topknot +topknotted +topless +toplighted +toplike +topline +toploftical +toploftily +toploftiness +toplofty +topmaker +topmaking +topman +topmast +topmost +topmostly +topnotch +topnotcher +topo +topoalgia +topochemical +topognosia +topognosis +topograph +topographer +topographic +topographical +topographically +topographics +topographist +topographize +topographometric +topography +topolatry +topologic +topological +topologist +topology +toponarcosis +toponym +toponymal +toponymic +toponymical +toponymics +toponymist +toponymy +topophobia +topophone +topotactic +topotaxis +topotype +topotypic +topotypical +topped +topper +toppiece +topping +toppingly +toppingness +topple +toppler +topply +toppy +toprail +toprope +tops +topsail +topsailite +topside +topsl +topsman +topsoil +topstone +topswarm +Topsy +topsyturn +toptail +topwise +toque +Tor +tor +tora +torah +Toraja +toral +toran +torbanite +torbanitic +torbernite +torc +torcel +torch +torchbearer +torchbearing +torcher +torchless +torchlight +torchlighted +torchlike +torchman +torchon +torchweed +torchwood +torchwort +torcular +torculus +tordrillite +tore +toreador +tored +Torenia +torero +toreumatography +toreumatology +toreutic +toreutics +torfaceous +torfel +torgoch +Torgot +toric +Toriest +Torified +torii +Torilis +Torinese +Toriness +torma +tormen +torment +tormenta +tormentable +tormentation +tormentative +tormented +tormentedly +tormentful +tormentil +tormentilla +tormenting +tormentingly +tormentingness +tormentive +tormentor +tormentous +tormentress +tormentry +tormentum +tormina +torminal +torminous +tormodont +torn +tornachile +tornade +tornadic +tornado +tornadoesque +tornadoproof +tornal +tornaria +tornarian +tornese +torney +tornillo +Tornit +tornote +tornus +toro +toroid +toroidal +torolillo +Toromona +Torontonian +tororokombu +Torosaurus +torose +torosity +torotoro +torous +torpedineer +Torpedinidae +torpedinous +torpedo +torpedoer +torpedoist +torpedolike +torpedoplane +torpedoproof +torpent +torpescence +torpescent +torpid +torpidity +torpidly +torpidness +torpify +torpitude +torpor +torporific +torporize +torquate +torquated +torque +torqued +torques +torrefaction +torrefication +torrefy +torrent +torrentful +torrentfulness +torrential +torrentiality +torrentially +torrentine +torrentless +torrentlike +torrentuous +torrentwise +Torreya +Torricellian +torrid +torridity +torridly +torridness +Torridonian +Torrubia +torsade +torse +torsel +torsibility +torsigraph +torsile +torsimeter +torsiogram +torsiograph +torsiometer +torsion +torsional +torsionally +torsioning +torsionless +torsive +torsk +torso +torsoclusion +torsometer +torsoocclusion +Torsten +tort +torta +torteau +torticollar +torticollis +torticone +tortile +tortility +tortilla +tortille +tortious +tortiously +tortive +tortoise +tortoiselike +Tortonian +tortrices +tortricid +Tortricidae +Tortricina +tortricine +tortricoid +Tortricoidea +Tortrix +tortula +Tortulaceae +tortulaceous +tortulous +tortuose +tortuosity +tortuous +tortuously +tortuousness +torturable +torturableness +torture +tortured +torturedly +tortureproof +torturer +torturesome +torturing +torturingly +torturous +torturously +toru +torula +torulaceous +torulaform +toruliform +torulin +toruloid +torulose +torulosis +torulous +torulus +torus +torve +torvid +torvity +torvous +Tory +tory +Torydom +Toryess +Toryfication +Toryfy +toryhillite +Toryish +Toryism +Toryistic +Toryize +Toryship +toryweed +tosaphist +tosaphoth +toscanite +Tosephta +Tosephtas +tosh +toshakhana +tosher +toshery +toshly +toshnail +toshy +tosily +Tosk +Toskish +toss +tosser +tossicated +tossily +tossing +tossingly +tossment +tosspot +tossup +tossy +tost +tosticate +tostication +toston +tosy +tot +total +totalitarian +totalitarianism +totality +totalization +totalizator +totalize +totalizer +totally +totalness +totanine +Totanus +totaquin +totaquina +totaquine +totara +totchka +tote +toteload +totem +totemic +totemically +totemism +totemist +totemistic +totemite +totemization +totemy +toter +tother +totient +Totipalmatae +totipalmate +totipalmation +totipotence +totipotency +totipotent +totipotential +totipotentiality +totitive +toto +Totonac +Totonacan +Totonaco +totora +Totoro +totquot +totter +totterer +tottergrass +tottering +totteringly +totterish +tottery +Tottie +totting +tottle +tottlish +totty +tottyhead +totuava +totum +toty +totyman +tou +toucan +toucanet +Toucanid +touch +touchable +touchableness +touchback +touchbell +touchbox +touchdown +touched +touchedness +toucher +touchhole +touchily +touchiness +touching +touchingly +touchingness +touchless +touchline +touchous +touchpan +touchpiece +touchstone +touchwood +touchy +Toufic +toug +tough +toughen +toughener +toughhead +toughhearted +toughish +toughly +toughness +tought +tould +toumnah +Tounatea +toup +toupee +toupeed +toupet +tour +touraco +tourbillion +tourer +tourette +touring +tourism +tourist +touristdom +touristic +touristproof +touristry +touristship +touristy +tourize +tourmaline +tourmalinic +tourmaliniferous +tourmalinization +tourmalinize +tourmalite +tourn +tournament +tournamental +tournant +tournasin +tournay +tournee +Tournefortia +Tournefortian +tourney +tourneyer +tourniquet +tourte +tousche +touse +touser +tousle +tously +tousy +tout +touter +Tovah +tovar +Tovaria +Tovariaceae +tovariaceous +tovarish +tow +towable +towage +towai +towan +toward +towardliness +towardly +towardness +towards +towboat +towcock +towd +towel +towelette +toweling +towelry +tower +towered +towering +toweringly +towerless +towerlet +towerlike +towerman +towerproof +towerwise +towerwork +towerwort +towery +towght +towhead +towheaded +towhee +towing +towkay +towlike +towline +towmast +town +towned +townee +towner +townet +townfaring +townfolk +townful +towngate +townhood +townify +towniness +townish +townishly +townishness +townist +townland +townless +townlet +townlike +townling +townly +townman +townsboy +townscape +Townsendia +Townsendite +townsfellow +townsfolk +township +townside +townsite +townsman +townspeople +townswoman +townward +townwards +townwear +towny +towpath +towrope +towser +towy +tox +toxa +toxalbumic +toxalbumin +toxalbumose +toxamin +toxanemia +toxaphene +toxcatl +toxemia +toxemic +toxic +toxicaemia +toxical +toxically +toxicant +toxicarol +toxication +toxicemia +toxicity +toxicodendrol +Toxicodendron +toxicoderma +toxicodermatitis +toxicodermatosis +toxicodermia +toxicodermitis +toxicogenic +toxicognath +toxicohaemia +toxicohemia +toxicoid +toxicologic +toxicological +toxicologically +toxicologist +toxicology +toxicomania +toxicopathic +toxicopathy +toxicophagous +toxicophagy +toxicophidia +toxicophobia +toxicosis +toxicotraumatic +toxicum +toxidermic +toxidermitis +toxifer +Toxifera +toxiferous +toxigenic +toxihaemia +toxihemia +toxiinfection +toxiinfectious +toxin +toxinemia +toxinfection +toxinfectious +toxinosis +toxiphobia +toxiphobiac +toxiphoric +toxitabellae +toxity +Toxodon +toxodont +Toxodontia +toxogenesis +Toxoglossa +toxoglossate +toxoid +toxology +toxolysis +toxon +toxone +toxonosis +toxophil +toxophile +toxophilism +toxophilite +toxophilitic +toxophilitism +toxophilous +toxophily +toxophoric +toxophorous +toxoplasmosis +toxosis +toxosozin +Toxostoma +toxotae +Toxotes +Toxotidae +Toxylon +toy +toydom +toyer +toyful +toyfulness +toyhouse +toying +toyingly +toyish +toyishly +toyishness +toyland +toyless +toylike +toymaker +toymaking +toyman +toyon +toyshop +toysome +toytown +toywoman +toywort +toze +tozee +tozer +tra +trabacolo +trabal +trabant +trabascolo +trabea +trabeae +trabeatae +trabeated +trabeation +trabecula +trabecular +trabecularism +trabeculate +trabeculated +trabeculation +trabecule +trabuch +trabucho +Tracaulon +trace +traceability +traceable +traceableness +traceably +traceless +tracelessly +tracer +traceried +tracery +Tracey +trachea +tracheaectasy +tracheal +trachealgia +trachealis +trachean +Trachearia +trachearian +tracheary +Tracheata +tracheate +tracheation +tracheid +tracheidal +tracheitis +trachelagra +trachelate +trachelectomopexia +trachelectomy +trachelismus +trachelitis +trachelium +tracheloacromialis +trachelobregmatic +tracheloclavicular +trachelocyllosis +trachelodynia +trachelology +trachelomastoid +trachelopexia +tracheloplasty +trachelorrhaphy +tracheloscapular +Trachelospermum +trachelotomy +trachenchyma +tracheobronchial +tracheobronchitis +tracheocele +tracheochromatic +tracheoesophageal +tracheofissure +tracheolar +tracheolaryngeal +tracheolaryngotomy +tracheole +tracheolingual +tracheopathia +tracheopathy +tracheopharyngeal +Tracheophonae +tracheophone +tracheophonesis +tracheophonine +tracheophony +tracheoplasty +tracheopyosis +tracheorrhagia +tracheoschisis +tracheoscopic +tracheoscopist +tracheoscopy +tracheostenosis +tracheostomy +tracheotome +tracheotomist +tracheotomize +tracheotomy +Trachinidae +trachinoid +Trachinus +trachitis +trachle +Trachodon +trachodont +trachodontid +Trachodontidae +Trachoma +trachomatous +Trachomedusae +trachomedusan +trachyandesite +trachybasalt +trachycarpous +Trachycarpus +trachychromatic +trachydolerite +trachyglossate +Trachylinae +trachyline +Trachymedusae +trachymedusan +trachyphonia +trachyphonous +Trachypteridae +trachypteroid +Trachypterus +trachyspermous +trachyte +trachytic +trachytoid +tracing +tracingly +track +trackable +trackage +trackbarrow +tracked +tracker +trackhound +trackingscout +tracklayer +tracklaying +trackless +tracklessly +tracklessness +trackman +trackmanship +trackmaster +trackscout +trackshifter +tracksick +trackside +trackwalker +trackway +trackwork +tract +tractability +tractable +tractableness +tractably +tractarian +Tractarianism +tractarianize +tractate +tractator +tractatule +tractellate +tractellum +tractiferous +tractile +tractility +traction +tractional +tractioneering +Tractite +tractlet +tractor +tractoration +tractorism +tractorist +tractorization +tractorize +tractory +tractrix +Tracy +tradable +tradal +trade +tradecraft +tradeful +tradeless +trademaster +trader +tradership +Tradescantia +tradesfolk +tradesman +tradesmanlike +tradesmanship +tradesmanwise +tradespeople +tradesperson +tradeswoman +tradiment +trading +tradite +tradition +traditional +traditionalism +traditionalist +traditionalistic +traditionality +traditionalize +traditionally +traditionarily +traditionary +traditionate +traditionately +traditioner +traditionism +traditionist +traditionitis +traditionize +traditionless +traditionmonger +traditious +traditive +traditor +traditores +traditorship +traduce +traducement +traducent +traducer +traducian +traducianism +traducianist +traducianistic +traducible +traducing +traducingly +traduction +traductionist +trady +traffic +trafficability +trafficable +trafficableness +trafficless +trafficway +trafflicker +trafflike +trag +tragacanth +tragacantha +tragacanthin +tragal +Tragasol +tragedial +tragedian +tragedianess +tragedical +tragedienne +tragedietta +tragedist +tragedization +tragedize +tragedy +tragelaph +tragelaphine +Tragelaphus +tragi +tragic +tragical +tragicality +tragically +tragicalness +tragicaster +tragicize +tragicly +tragicness +tragicofarcical +tragicoheroicomic +tragicolored +tragicomedian +tragicomedy +tragicomic +tragicomical +tragicomicality +tragicomically +tragicomipastoral +tragicoromantic +tragicose +tragopan +Tragopogon +Tragulidae +Tragulina +traguline +traguloid +Traguloidea +Tragulus +tragus +trah +traheen +traik +trail +trailer +trailery +trailiness +trailing +trailingly +trailless +trailmaker +trailmaking +trailman +trailside +trailsman +traily +train +trainable +trainage +trainagraph +trainband +trainbearer +trainbolt +trainboy +trained +trainee +trainer +trainful +training +trainless +trainload +trainman +trainmaster +trainsick +trainster +traintime +trainway +trainy +traipse +trait +traitless +traitor +traitorhood +traitorism +traitorize +traitorlike +traitorling +traitorous +traitorously +traitorousness +traitorship +traitorwise +traitress +traject +trajectile +trajection +trajectitious +trajectory +trajet +tralatician +tralaticiary +tralatition +tralatitious +tralatitiously +tralira +Trallian +tram +trama +tramal +tramcar +trame +Trametes +tramful +tramless +tramline +tramman +trammel +trammeled +trammeler +trammelhead +trammeling +trammelingly +trammelled +trammellingly +trammer +tramming +trammon +tramontane +tramp +trampage +trampdom +tramper +trampess +tramphood +trampish +trampishly +trampism +trample +trampler +tramplike +trampolin +trampoline +trampoose +trampot +tramroad +tramsmith +tramway +tramwayman +tramyard +Tran +trance +tranced +trancedly +tranceful +trancelike +tranchefer +tranchet +trancoidal +traneen +trank +tranka +tranker +trankum +tranky +tranquil +tranquility +tranquilization +tranquilize +tranquilizer +tranquilizing +tranquilizingly +tranquillity +tranquillization +tranquillize +tranquilly +tranquilness +transaccidentation +transact +transaction +transactional +transactionally +transactioneer +transactor +transalpine +transalpinely +transalpiner +transamination +transanimate +transanimation +transannular +transapical +transappalachian +transaquatic +transarctic +transatlantic +transatlantically +transatlantican +transatlanticism +transaudient +transbaikal +transbaikalian +transbay +transboard +transborder +transcalency +transcalent +transcalescency +transcalescent +Transcaucasian +transceiver +transcend +transcendence +transcendency +transcendent +transcendental +transcendentalism +transcendentalist +transcendentalistic +transcendentality +transcendentalize +transcendentally +transcendently +transcendentness +transcendible +transcending +transcendingly +transcendingness +transcension +transchannel +transcolor +transcoloration +transconductance +transcondylar +transcondyloid +transconscious +transcontinental +transcorporate +transcorporeal +transcortical +transcreate +transcribable +transcribble +transcribbler +transcribe +transcriber +transcript +transcription +transcriptional +transcriptionally +transcriptitious +transcriptive +transcriptively +transcriptural +transcrystalline +transcurrent +transcurrently +transcurvation +transdermic +transdesert +transdialect +transdiaphragmatic +transdiurnal +transducer +transduction +transect +transection +transelement +transelementate +transelementation +transempirical +transenna +transept +transeptal +transeptally +transequatorial +transessentiate +transeunt +transexperiential +transfashion +transfeature +transfer +transferability +transferable +transferableness +transferably +transferal +transferee +transference +transferent +transferential +transferography +transferor +transferotype +transferred +transferrer +transferribility +transferring +transferror +transferrotype +transfigurate +transfiguration +transfigurative +transfigure +transfigurement +transfiltration +transfinite +transfix +transfixation +transfixion +transfixture +transfluent +transfluvial +transflux +transforation +transform +transformability +transformable +transformance +transformation +transformationist +transformative +transformator +transformer +transforming +transformingly +transformism +transformist +transformistic +transfrontal +transfrontier +transfuge +transfugitive +transfuse +transfuser +transfusible +transfusion +transfusionist +transfusive +transfusively +transgredient +transgress +transgressible +transgressing +transgressingly +transgression +transgressional +transgressive +transgressively +transgressor +transhape +transhuman +transhumanate +transhumanation +transhumance +transhumanize +transhumant +transience +transiency +transient +transiently +transientness +transigence +transigent +transiliac +transilience +transiliency +transilient +transilluminate +transillumination +transilluminator +transimpression +transincorporation +transindividual +transinsular +transire +transischiac +transisthmian +transistor +transit +transitable +transiter +transition +transitional +transitionally +transitionalness +transitionary +transitionist +transitival +transitive +transitively +transitiveness +transitivism +transitivity +transitman +transitorily +transitoriness +transitory +transitus +Transjordanian +translade +translatable +translatableness +translate +translater +translation +translational +translationally +translative +translator +translatorese +translatorial +translatorship +translatory +translatress +translatrix +translay +transleithan +transletter +translinguate +transliterate +transliteration +transliterator +translocalization +translocate +translocation +translocatory +translucence +translucency +translucent +translucently +translucid +transmarginal +transmarine +transmaterial +transmateriation +transmedial +transmedian +transmental +transmentation +transmeridional +transmethylation +transmigrant +transmigrate +transmigration +transmigrationism +transmigrationist +transmigrative +transmigratively +transmigrator +transmigratory +transmissibility +transmissible +transmission +transmissional +transmissionist +transmissive +transmissively +transmissiveness +transmissivity +transmissometer +transmissory +transmit +transmittable +transmittal +transmittance +transmittancy +transmittant +transmitter +transmittible +transmogrification +transmogrifier +transmogrify +transmold +transmontane +transmorphism +transmundane +transmural +transmuscle +transmutability +transmutable +transmutableness +transmutably +transmutation +transmutational +transmutationist +transmutative +transmutatory +transmute +transmuter +transmuting +transmutive +transmutual +transnatation +transnational +transnatural +transnaturation +transnature +transnihilation +transnormal +transocean +transoceanic +transocular +transom +transomed +transonic +transorbital +transpacific +transpadane +transpalatine +transpalmar +transpanamic +transparence +transparency +transparent +transparentize +transparently +transparentness +transparietal +transparish +transpeciate +transpeciation +transpeer +transpenetrable +transpeninsular +transperitoneal +transperitoneally +transpersonal +transphenomenal +transphysical +transpicuity +transpicuous +transpicuously +transpierce +transpirability +transpirable +transpiration +transpirative +transpiratory +transpire +transpirometer +transplace +transplant +transplantability +transplantable +transplantar +transplantation +transplantee +transplanter +transplendency +transplendent +transplendently +transpleural +transpleurally +transpolar +transponibility +transponible +transpontine +transport +transportability +transportable +transportableness +transportal +transportance +transportation +transportational +transportationist +transportative +transported +transportedly +transportedness +transportee +transporter +transporting +transportingly +transportive +transportment +transposability +transposable +transposableness +transposal +transpose +transposer +transposition +transpositional +transpositive +transpositively +transpositor +transpository +transpour +transprint +transprocess +transprose +transproser +transpulmonary +transpyloric +transradiable +transrational +transreal +transrectification +transrhenane +transrhodanian +transriverine +transsegmental +transsensual +transseptal +transsepulchral +transshape +transshift +transship +transshipment +transsolid +transstellar +transsubjective +transtemporal +Transteverine +transthalamic +transthoracic +transubstantial +transubstantially +transubstantiate +transubstantiation +transubstantiationalist +transubstantiationite +transubstantiative +transubstantiatively +transubstantiatory +transudate +transudation +transudative +transudatory +transude +transumpt +transumption +transumptive +transuranian +transuranic +transuranium +transuterine +transvaal +Transvaaler +Transvaalian +transvaluate +transvaluation +transvalue +transvasate +transvasation +transvase +transvectant +transvection +transvenom +transverbate +transverbation +transverberate +transverberation +transversal +transversale +transversalis +transversality +transversally +transversan +transversary +transverse +transversely +transverseness +transverser +transversion +transversive +transversocubital +transversomedial +transversospinal +transversovertical +transversum +transversus +transvert +transverter +transvest +transvestism +transvestite +transvestitism +transvolation +transwritten +Transylvanian +trant +tranter +trantlum +Tranzschelia +trap +Trapa +Trapaceae +trapaceous +trapball +trapes +trapezate +trapeze +trapezia +trapezial +trapezian +trapeziform +trapezing +trapeziometacarpal +trapezist +trapezium +trapezius +trapezohedral +trapezohedron +trapezoid +trapezoidal +trapezoidiform +trapfall +traphole +trapiferous +traplight +traplike +trapmaker +trapmaking +trappean +trapped +trapper +trapperlike +trappiness +trapping +trappingly +Trappist +trappist +Trappistine +trappoid +trappose +trappous +trappy +traprock +traps +trapshoot +trapshooter +trapshooting +trapstick +trapunto +trasformism +trash +trashery +trashify +trashily +trashiness +traship +trashless +trashrack +trashy +trass +Trastevere +Trasteverine +trasy +traulism +trauma +traumasthenia +traumatic +traumatically +traumaticin +traumaticine +traumatism +traumatize +traumatology +traumatonesis +traumatopnea +traumatopyra +traumatosis +traumatotactic +traumatotaxis +traumatropic +traumatropism +Trautvetteria +travail +travale +travally +travated +trave +travel +travelability +travelable +traveldom +traveled +traveler +traveleress +travelerlike +traveling +travellability +travellable +travelled +traveller +travelogue +traveloguer +traveltime +traversable +traversal +traversary +traverse +traversed +traversely +traverser +traversewise +traversework +traversing +traversion +travertin +travertine +travestier +travestiment +travesty +Travis +travis +travois +travoy +trawl +trawlboat +trawler +trawlerman +trawlnet +tray +trayful +traylike +treacher +treacherous +treacherously +treacherousness +treachery +treacle +treaclelike +treaclewort +treacliness +treacly +tread +treadboard +treader +treading +treadle +treadler +treadmill +treadwheel +treason +treasonable +treasonableness +treasonably +treasonful +treasonish +treasonist +treasonless +treasonmonger +treasonous +treasonously +treasonproof +treasurable +treasure +treasureless +treasurer +treasurership +treasuress +treasurous +treasury +treasuryship +treat +treatable +treatableness +treatably +treatee +treater +treating +treatise +treatiser +treatment +treator +treaty +treatyist +treatyite +treatyless +Trebellian +treble +trebleness +trebletree +trebly +trebuchet +trecentist +trechmannite +treckschuyt +Treculia +treddle +tredecile +tredille +tree +treebeard +treebine +treed +treefish +treeful +treehair +treehood +treeify +treeiness +treeless +treelessness +treelet +treelike +treeling +treemaker +treemaking +treeman +treen +treenail +treescape +treeship +treespeeler +treetop +treeward +treewards +treey +tref +trefgordd +trefle +trefoil +trefoiled +trefoillike +trefoilwise +tregadyne +tregerg +tregohm +trehala +trehalase +trehalose +treillage +trek +trekker +trekometer +trekpath +trellis +trellised +trellislike +trelliswork +Trema +Tremandra +Tremandraceae +tremandraceous +Trematoda +trematode +Trematodea +Trematodes +trematoid +Trematosaurus +tremble +tremblement +trembler +trembling +tremblingly +tremblingness +tremblor +trembly +Tremella +Tremellaceae +tremellaceous +Tremellales +tremelliform +tremelline +tremellineous +tremelloid +tremellose +tremendous +tremendously +tremendousness +tremetol +tremie +tremolando +tremolant +tremolist +tremolite +tremolitic +tremolo +tremor +tremorless +tremorlessly +tremulant +tremulate +tremulation +tremulous +tremulously +tremulousness +trenail +trench +trenchancy +trenchant +trenchantly +trenchantness +trenchboard +trenched +trencher +trencherless +trencherlike +trenchermaker +trenchermaking +trencherman +trencherside +trencherwise +trencherwoman +trenchful +trenchlet +trenchlike +trenchmaster +trenchmore +trenchward +trenchwise +trenchwork +trend +trendle +Trent +trental +Trentepohlia +Trentepohliaceae +trentepohliaceous +Trentine +Trenton +trepan +trepanation +trepang +trepanize +trepanner +trepanning +trepanningly +trephination +trephine +trephiner +trephocyte +trephone +trepid +trepidancy +trepidant +trepidate +trepidation +trepidatory +trepidity +trepidly +trepidness +Treponema +treponematous +treponemiasis +treponemiatic +treponemicidal +treponemicide +Trepostomata +trepostomatous +Treron +Treronidae +Treroninae +tresaiel +trespass +trespassage +trespasser +trespassory +tress +tressed +tressful +tressilate +tressilation +tressless +tresslet +tresslike +tresson +tressour +tressure +tressured +tressy +trest +trestle +trestletree +trestlewise +trestlework +trestling +tret +trevally +trevet +Trevor +trews +trewsman +Trey +trey +tri +triable +triableness +triace +triacetamide +triacetate +triacetonamine +triachenium +triacid +triacontaeterid +triacontane +triaconter +triact +triactinal +triactine +triad +triadelphous +Triadenum +triadic +triadical +triadically +triadism +triadist +triaene +triaenose +triage +triagonal +triakisicosahedral +triakisicosahedron +triakisoctahedral +triakisoctahedrid +triakisoctahedron +triakistetrahedral +triakistetrahedron +trial +trialate +trialism +trialist +triality +trialogue +triamid +triamide +triamine +triamino +triammonium +triamylose +triander +Triandria +triandrian +triandrous +triangle +triangled +triangler +triangleways +trianglewise +trianglework +Triangula +triangular +triangularity +triangularly +triangulate +triangulately +triangulation +triangulator +Triangulid +trianguloid +triangulopyramidal +triangulotriangular +Triangulum +triannual +triannulate +Trianon +Triantaphyllos +triantelope +trianthous +triapsal +triapsidal +triarch +triarchate +triarchy +triarctic +triarcuated +triareal +triarii +Triarthrus +triarticulate +Trias +Triassic +triaster +triatic +Triatoma +triatomic +triatomicity +triaxial +triaxon +triaxonian +triazane +triazin +triazine +triazo +triazoic +triazole +triazolic +tribade +tribadism +tribady +tribal +tribalism +tribalist +tribally +tribarred +tribase +tribasic +tribasicity +tribasilar +tribble +tribe +tribeless +tribelet +tribelike +tribesfolk +tribeship +tribesman +tribesmanship +tribespeople +tribeswoman +triblastic +triblet +triboelectric +triboelectricity +tribofluorescence +tribofluorescent +Tribolium +triboluminescence +triboluminescent +tribometer +Tribonema +Tribonemaceae +tribophosphorescence +tribophosphorescent +tribophosphoroscope +triborough +tribrac +tribrach +tribrachial +tribrachic +tribracteate +tribracteolate +tribromacetic +tribromide +tribromoethanol +tribromophenol +tribromphenate +tribromphenol +tribual +tribually +tribular +tribulate +tribulation +tribuloid +Tribulus +tribuna +tribunal +tribunate +tribune +tribuneship +tribunitial +tribunitian +tribunitiary +tribunitive +tributable +tributarily +tributariness +tributary +tribute +tributer +tributist +tributorian +tributyrin +trica +tricae +tricalcic +tricalcium +tricapsular +tricar +tricarballylic +tricarbimide +tricarbon +tricarboxylic +tricarinate +tricarinated +tricarpellary +tricarpellate +tricarpous +tricaudal +tricaudate +trice +tricellular +tricenarious +tricenarium +tricenary +tricennial +tricentenarian +tricentenary +tricentennial +tricentral +tricephal +tricephalic +tricephalous +tricephalus +triceps +Triceratops +triceria +tricerion +tricerium +trichatrophia +trichauxis +Trichechidae +trichechine +trichechodont +Trichechus +trichevron +trichi +trichia +trichiasis +Trichilia +Trichina +trichina +trichinae +trichinal +Trichinella +trichiniasis +trichiniferous +trichinization +trichinize +trichinoid +trichinopoly +trichinoscope +trichinoscopy +trichinosed +trichinosis +trichinotic +trichinous +trichite +trichitic +trichitis +trichiurid +Trichiuridae +trichiuroid +Trichiurus +trichloride +trichlormethane +trichloro +trichloroacetic +trichloroethylene +trichloromethane +trichloromethyl +trichobacteria +trichobezoar +trichoblast +trichobranchia +trichobranchiate +trichocarpous +trichocephaliasis +Trichocephalus +trichoclasia +trichoclasis +trichocyst +trichocystic +trichode +Trichoderma +Trichodesmium +Trichodontidae +trichoepithelioma +trichogen +trichogenous +trichoglossia +Trichoglossidae +Trichoglossinae +trichoglossine +Trichogramma +Trichogrammatidae +trichogyne +trichogynial +trichogynic +trichoid +Tricholaena +trichological +trichologist +trichology +Tricholoma +trichoma +Trichomanes +trichomaphyte +trichomatose +trichomatosis +trichomatous +trichome +trichomic +trichomonad +Trichomonadidae +Trichomonas +trichomoniasis +trichomycosis +trichonosus +trichopathic +trichopathy +trichophore +trichophoric +trichophyllous +trichophyte +trichophytia +trichophytic +Trichophyton +trichophytosis +Trichoplax +trichopore +trichopter +Trichoptera +trichoptera +trichopteran +trichopteron +trichopterous +trichopterygid +Trichopterygidae +trichord +trichorrhea +trichorrhexic +trichorrhexis +Trichosanthes +trichoschisis +trichosis +trichosporange +trichosporangial +trichosporangium +Trichosporum +trichostasis +Trichostema +trichostrongyle +trichostrongylid +Trichostrongylus +trichothallic +trichotillomania +trichotomic +trichotomism +trichotomist +trichotomize +trichotomous +trichotomously +trichotomy +trichroic +trichroism +trichromat +trichromate +trichromatic +trichromatism +trichromatist +trichrome +trichromic +trichronous +trichuriasis +Trichuris +trichy +Tricia +tricinium +tricipital +tricircular +trick +tricker +trickery +trickful +trickily +trickiness +tricking +trickingly +trickish +trickishly +trickishness +trickle +trickless +tricklet +tricklike +trickling +tricklingly +trickly +trickment +trickproof +tricksical +tricksily +tricksiness +tricksome +trickster +trickstering +trickstress +tricksy +tricktrack +tricky +triclad +Tricladida +triclinate +triclinia +triclinial +tricliniarch +tricliniary +triclinic +triclinium +triclinohedric +tricoccose +tricoccous +tricolette +tricolic +tricolon +tricolor +tricolored +tricolumnar +tricompound +triconch +Triconodon +triconodont +Triconodonta +triconodontid +triconodontoid +triconodonty +triconsonantal +triconsonantalism +tricophorous +tricorn +tricornered +tricornute +tricorporal +tricorporate +tricoryphean +tricosane +tricosanone +tricostate +tricosyl +tricosylic +tricot +tricotine +tricotyledonous +tricresol +tricrotic +tricrotism +tricrotous +tricrural +tricurvate +tricuspal +tricuspid +tricuspidal +tricuspidate +tricuspidated +tricussate +tricyanide +tricycle +tricyclene +tricycler +tricyclic +tricyclist +Tricyrtis +Tridacna +Tridacnidae +tridactyl +tridactylous +tridaily +triddler +tridecane +tridecene +tridecilateral +tridecoic +tridecyl +tridecylene +tridecylic +trident +tridental +tridentate +tridentated +tridentiferous +Tridentine +Tridentinian +tridepside +tridermic +tridiametral +tridiapason +tridigitate +tridimensional +tridimensionality +tridimensioned +tridiurnal +tridominium +tridrachm +triduan +triduum +tridymite +tridynamous +tried +triedly +trielaidin +triene +triennial +trienniality +triennially +triennium +triens +triental +Trientalis +triequal +trier +trierarch +trierarchal +trierarchic +trierarchy +trierucin +trieteric +trieterics +triethanolamine +triethyl +triethylamine +triethylstibine +trifa +trifacial +trifarious +trifasciated +triferous +trifid +trifilar +trifistulary +triflagellate +trifle +trifledom +trifler +triflet +trifling +triflingly +triflingness +trifloral +triflorate +triflorous +trifluoride +trifocal +trifoil +trifold +trifoliate +trifoliated +trifoliolate +trifoliosis +Trifolium +trifolium +trifoly +triforial +triforium +triform +triformed +triformin +triformity +triformous +trifoveolate +trifuran +trifurcal +trifurcate +trifurcation +trig +trigamist +trigamous +trigamy +trigeminal +trigeminous +trigeneric +trigesimal +trigger +triggered +triggerfish +triggerless +trigintal +trigintennial +Trigla +triglandular +triglid +Triglidae +triglochid +Triglochin +triglochin +triglot +trigly +triglyceride +triglyceryl +triglyph +triglyphal +triglyphed +triglyphic +triglyphical +trigness +trigon +Trigona +trigonal +trigonally +trigone +Trigonella +trigonelline +trigoneutic +trigoneutism +Trigonia +Trigoniaceae +trigoniacean +trigoniaceous +trigonic +trigonid +Trigoniidae +trigonite +trigonitis +trigonocephalic +trigonocephalous +Trigonocephalus +trigonocephaly +trigonocerous +trigonododecahedron +trigonodont +trigonoid +trigonometer +trigonometric +trigonometrical +trigonometrician +trigonometry +trigonon +trigonotype +trigonous +trigonum +trigram +trigrammatic +trigrammatism +trigrammic +trigraph +trigraphic +triguttulate +trigyn +Trigynia +trigynian +trigynous +trihalide +trihedral +trihedron +trihemeral +trihemimer +trihemimeral +trihemimeris +trihemiobol +trihemiobolion +trihemitetartemorion +trihoral +trihourly +trihybrid +trihydrate +trihydrated +trihydric +trihydride +trihydrol +trihydroxy +trihypostatic +trijugate +trijugous +trijunction +trikaya +trike +triker +trikeria +trikerion +triketo +triketone +trikir +trilabe +trilabiate +trilamellar +trilamellated +trilaminar +trilaminate +trilarcenous +trilateral +trilaterality +trilaterally +trilateralness +trilaurin +trilby +trilemma +trilinear +trilineate +trilineated +trilingual +trilinguar +trilinolate +trilinoleate +trilinolenate +trilinolenin +Trilisa +trilit +trilite +triliteral +triliteralism +triliterality +triliterally +triliteralness +trilith +trilithic +trilithon +trill +trillachan +trillet +trilli +Trilliaceae +trilliaceous +trillibub +trilliin +trilling +trillion +trillionaire +trillionize +trillionth +Trillium +trillium +trillo +trilobate +trilobated +trilobation +trilobe +trilobed +Trilobita +trilobite +trilobitic +trilocular +triloculate +trilogic +trilogical +trilogist +trilogy +Trilophodon +trilophodont +triluminar +triluminous +trim +trimacer +trimacular +trimargarate +trimargarin +trimastigate +trimellitic +trimembral +trimensual +trimer +Trimera +trimercuric +Trimeresurus +trimeric +trimeride +trimerite +trimerization +trimerous +trimesic +trimesinic +trimesitic +trimesitinic +trimester +trimestral +trimestrial +trimesyl +trimetalism +trimetallic +trimeter +trimethoxy +trimethyl +trimethylacetic +trimethylamine +trimethylbenzene +trimethylene +trimethylmethane +trimethylstibine +trimetric +trimetrical +trimetrogon +trimly +trimmer +trimming +trimmingly +trimness +trimodal +trimodality +trimolecular +trimonthly +trimoric +trimorph +trimorphic +trimorphism +trimorphous +trimotor +trimotored +trimstone +trimtram +trimuscular +trimyristate +trimyristin +trin +Trinacrian +trinal +trinality +trinalize +trinary +trinational +trindle +trine +trinely +trinervate +trinerve +trinerved +trineural +Tringa +tringine +tringle +tringoid +Trinidadian +trinidado +Trinil +Trinitarian +trinitarian +Trinitarianism +trinitrate +trinitration +trinitride +trinitrin +trinitro +trinitrocarbolic +trinitrocellulose +trinitrocresol +trinitroglycerin +trinitromethane +trinitrophenol +trinitroresorcin +trinitrotoluene +trinitroxylene +trinitroxylol +Trinity +trinity +trinityhood +trink +trinkerman +trinket +trinketer +trinketry +trinkety +trinkle +trinklement +trinklet +trinkums +Trinobantes +trinoctial +trinodal +trinode +trinodine +trinol +trinomial +trinomialism +trinomialist +trinomiality +trinomially +trinopticon +Trinorantum +Trinovant +Trinovantes +trintle +trinucleate +Trinucleus +Trio +trio +triobol +triobolon +trioctile +triocular +triode +triodia +triodion +Triodon +Triodontes +Triodontidae +triodontoid +Triodontoidea +Triodontoidei +Triodontophorus +Trioecia +trioecious +trioeciously +trioecism +triolcous +triole +trioleate +triolefin +trioleic +triolein +triolet +triology +Trionychidae +trionychoid +Trionychoideachid +trionychoidean +trionym +trionymal +Trionyx +trioperculate +Triopidae +Triops +trior +triorchis +triorchism +triorthogonal +triose +Triosteum +triovulate +trioxazine +trioxide +trioxymethylene +triozonide +trip +tripal +tripaleolate +tripalmitate +tripalmitin +tripara +tripart +triparted +tripartedly +tripartible +tripartient +tripartite +tripartitely +tripartition +tripaschal +tripe +tripedal +tripel +tripelike +tripeman +tripemonger +tripennate +tripenny +tripeptide +tripersonal +tripersonalism +tripersonalist +tripersonality +tripersonally +tripery +tripeshop +tripestone +tripetaloid +tripetalous +tripewife +tripewoman +triphammer +triphane +triphase +triphaser +Triphasia +triphasic +triphenyl +triphenylamine +triphenylated +triphenylcarbinol +triphenylmethane +triphenylmethyl +triphenylphosphine +triphibian +triphibious +triphony +Triphora +triphthong +triphyletic +triphyline +triphylite +triphyllous +Triphysite +tripinnate +tripinnated +tripinnately +tripinnatifid +tripinnatisect +Tripitaka +triplane +Triplaris +triplasian +triplasic +triple +tripleback +triplefold +triplegia +tripleness +triplet +tripletail +tripletree +triplewise +triplex +triplexity +triplicate +triplication +triplicative +triplicature +Triplice +Triplicist +triplicity +triplicostate +tripliform +triplinerved +tripling +triplite +triploblastic +triplocaulescent +triplocaulous +Triplochitonaceae +triploid +triploidic +triploidite +triploidy +triplopia +triplopy +triplum +triplumbic +triply +tripmadam +tripod +tripodal +tripodial +tripodian +tripodic +tripodical +tripody +tripointed +tripolar +tripoli +Tripoline +tripoline +Tripolitan +tripolite +tripos +tripotassium +trippant +tripper +trippet +tripping +trippingly +trippingness +trippist +tripple +trippler +Tripsacum +tripsill +tripsis +tripsome +tripsomely +triptane +tripterous +triptote +triptych +triptyque +tripudial +tripudiant +tripudiary +tripudiate +tripudiation +tripudist +tripudium +tripunctal +tripunctate +tripy +Tripylaea +tripylaean +Tripylarian +tripylarian +tripyrenous +triquadrantal +triquetra +triquetral +triquetric +triquetrous +triquetrously +triquetrum +triquinate +triquinoyl +triradial +triradially +triradiate +triradiated +triradiately +triradiation +Triratna +trirectangular +triregnum +trireme +trirhombohedral +trirhomboidal +triricinolein +trisaccharide +trisaccharose +trisacramentarian +Trisagion +trisalt +trisazo +trisceptral +trisect +trisected +trisection +trisector +trisectrix +triseme +trisemic +trisensory +trisepalous +triseptate +triserial +triserially +triseriate +triseriatim +trisetose +Trisetum +trishna +trisilane +trisilicane +trisilicate +trisilicic +trisinuate +trisinuated +triskele +triskelion +trismegist +trismegistic +trismic +trismus +trisoctahedral +trisoctahedron +trisodium +trisome +trisomic +trisomy +trisonant +Trisotropis +trispast +trispaston +trispermous +trispinose +trisplanchnic +trisporic +trisporous +trisquare +trist +tristachyous +Tristam +Tristan +Tristania +tristate +tristearate +tristearin +tristeness +tristetrahedron +tristeza +tristful +tristfully +tristfulness +tristich +Tristichaceae +tristichic +tristichous +tristigmatic +tristigmatose +tristiloquy +tristisonous +Tristram +tristylous +trisubstituted +trisubstitution +trisul +trisula +trisulcate +trisulcated +trisulphate +trisulphide +trisulphone +trisulphonic +trisulphoxide +trisylabic +trisyllabical +trisyllabically +trisyllabism +trisyllabity +trisyllable +tritactic +tritagonist +tritangent +tritangential +tritanope +tritanopia +tritanopic +tritaph +trite +Triteleia +tritely +tritemorion +tritencephalon +triteness +triternate +triternately +triterpene +tritetartemorion +tritheism +tritheist +tritheistic +tritheistical +tritheite +tritheocracy +trithing +trithioaldehyde +trithiocarbonate +trithiocarbonic +trithionate +trithionic +Trithrinax +tritical +triticality +tritically +triticalness +triticeous +triticeum +triticin +triticism +triticoid +Triticum +triticum +tritish +tritium +tritocerebral +tritocerebrum +tritocone +tritoconid +Tritogeneia +tritolo +Tritoma +tritomite +Triton +triton +tritonal +tritonality +tritone +Tritoness +Tritonia +Tritonic +Tritonidae +tritonoid +tritonous +tritonymph +tritonymphal +tritopatores +tritopine +tritor +tritoral +tritorium +tritoxide +tritozooid +tritriacontane +trittichan +tritubercular +Trituberculata +trituberculism +trituberculy +triturable +tritural +triturate +trituration +triturator +triturature +triturium +Triturus +trityl +Tritylodon +Triumfetta +Triumph +triumph +triumphal +triumphance +triumphancy +triumphant +triumphantly +triumphator +triumpher +triumphing +triumphwise +triumvir +triumviral +triumvirate +triumviri +triumvirship +triunal +triune +triungulin +triunification +triunion +triunitarian +triunity +triunsaturated +triurid +Triuridaceae +Triuridales +Triuris +trivalence +trivalency +trivalent +trivalerin +trivalve +trivalvular +trivant +trivantly +trivariant +triverbal +triverbial +trivet +trivetwise +trivia +trivial +trivialism +trivialist +triviality +trivialize +trivially +trivialness +trivirga +trivirgate +trivium +trivoltine +trivvet +triweekly +Trix +Trixie +Trixy +trizoic +trizomal +trizonal +trizone +Trizonia +Troad +troat +troca +trocaical +trocar +Trochaic +trochaic +trochaicality +trochal +trochalopod +Trochalopoda +trochalopodous +trochanter +trochanteric +trochanterion +trochantin +trochantinian +trochart +trochate +troche +trocheameter +trochee +trocheeize +trochelminth +Trochelminthes +trochi +trochid +Trochidae +trochiferous +trochiform +Trochila +Trochili +trochili +trochilic +trochilics +trochilidae +trochilidine +trochilidist +trochiline +trochilopodous +Trochilus +trochilus +troching +trochiscation +trochiscus +trochite +trochitic +Trochius +trochlea +trochlear +trochleariform +trochlearis +trochleary +trochleate +trochleiform +trochocephalia +trochocephalic +trochocephalus +trochocephaly +Trochodendraceae +trochodendraceous +Trochodendron +trochoid +trochoidal +trochoidally +trochoides +trochometer +trochophore +Trochosphaera +Trochosphaerida +trochosphere +trochospherical +Trochozoa +trochozoic +trochozoon +Trochus +trochus +trock +troco +troctolite +trod +trodden +trode +troegerite +Troezenian +troft +trog +trogger +troggin +troglodytal +troglodyte +Troglodytes +troglodytic +troglodytical +Troglodytidae +Troglodytinae +troglodytish +troglodytism +trogon +Trogones +Trogonidae +Trogoniformes +trogonoid +trogs +trogue +Troiades +Troic +troika +troilite +Trojan +troke +troker +troll +trolldom +trolleite +troller +trolley +trolleyer +trolleyful +trolleyman +trollflower +trollimog +trolling +Trollius +trollman +trollol +trollop +Trollopean +Trollopeanism +trollopish +trollops +trollopy +trolly +tromba +trombe +trombiculid +trombidiasis +Trombidiidae +Trombidium +trombone +trombonist +trombony +trommel +tromometer +tromometric +tromometrical +tromometry +tromp +trompe +trompil +trompillo +tromple +tron +trona +tronador +tronage +tronc +trondhjemite +trone +troner +troolie +troop +trooper +trooperess +troopfowl +troopship +troopwise +troostite +troostitic +troot +tropacocaine +tropaeolaceae +tropaeolaceous +tropaeolin +Tropaeolum +tropaion +tropal +troparia +troparion +tropary +tropate +trope +tropeic +tropeine +troper +tropesis +trophaea +trophaeum +trophal +trophallactic +trophallaxis +trophectoderm +trophedema +trophema +trophesial +trophesy +trophi +trophic +trophical +trophically +trophicity +trophied +Trophis +trophism +trophobiont +trophobiosis +trophobiotic +trophoblast +trophoblastic +trophochromatin +trophocyte +trophoderm +trophodisc +trophodynamic +trophodynamics +trophogenesis +trophogenic +trophogeny +trophology +trophonema +trophoneurosis +trophoneurotic +Trophonian +trophonucleus +trophopathy +trophophore +trophophorous +trophophyte +trophoplasm +trophoplasmatic +trophoplasmic +trophoplast +trophosomal +trophosome +trophosperm +trophosphere +trophospongia +trophospongial +trophospongium +trophospore +trophotaxis +trophotherapy +trophothylax +trophotropic +trophotropism +trophozoite +trophozooid +trophy +trophyless +trophywort +tropic +tropical +Tropicalia +Tropicalian +tropicality +tropicalization +tropicalize +tropically +tropicopolitan +tropidine +Tropidoleptus +tropine +tropism +tropismatic +tropist +tropistic +tropocaine +tropologic +tropological +tropologically +tropologize +tropology +tropometer +tropopause +tropophil +tropophilous +tropophyte +tropophytic +troposphere +tropostereoscope +tropoyl +troptometer +tropyl +trostera +trot +trotcozy +troth +trothful +trothless +trothlike +trothplight +trotlet +trotline +trotol +trotter +trottie +trottles +trottoir +trottoired +trotty +trotyl +troubadour +troubadourish +troubadourism +troubadourist +trouble +troubledly +troubledness +troublemaker +troublemaking +troublement +troubleproof +troubler +troublesome +troublesomely +troublesomeness +troubling +troublingly +troublous +troublously +troublousness +troubly +trough +troughful +troughing +troughlike +troughster +troughway +troughwise +troughy +trounce +trouncer +troupand +troupe +trouper +troupial +trouse +trouser +trouserdom +trousered +trouserettes +trouserian +trousering +trouserless +trousers +trousseau +trousseaux +trout +troutbird +trouter +troutflower +troutful +troutiness +troutless +troutlet +troutlike +trouty +trouvere +trouveur +trove +troveless +trover +trow +trowel +trowelbeak +troweler +trowelful +trowelman +trowing +trowlesworthite +trowman +trowth +Troy +troy +Troynovant +Troytown +truancy +truandise +truant +truantcy +truantism +truantlike +truantly +truantness +truantry +truantship +trub +trubu +truce +trucebreaker +trucebreaking +truceless +trucemaker +trucemaking +trucial +trucidation +truck +truckage +trucker +truckful +trucking +truckle +truckler +trucklike +truckling +trucklingly +truckload +truckman +truckmaster +trucks +truckster +truckway +truculence +truculency +truculent +truculental +truculently +truculentness +truddo +trudellite +trudge +trudgen +trudger +Trudy +true +trueborn +truebred +truehearted +trueheartedly +trueheartedness +truelike +truelove +trueness +truepenny +truer +truff +truffle +truffled +trufflelike +truffler +trufflesque +trug +truish +truism +truismatic +truistic +truistical +trull +Trullan +truller +trullization +trullo +truly +trumbash +trummel +trump +trumper +trumperiness +trumpery +trumpet +trumpetbush +trumpeter +trumpeting +trumpetless +trumpetlike +trumpetry +trumpetweed +trumpetwood +trumpety +trumph +trumpie +trumpless +trumplike +trun +truncage +truncal +truncate +truncated +Truncatella +Truncatellidae +truncately +truncation +truncator +truncatorotund +truncatosinuate +truncature +trunch +trunched +truncheon +truncheoned +truncher +trunchman +trundle +trundlehead +trundler +trundleshot +trundletail +trundling +trunk +trunkback +trunked +trunkfish +trunkful +trunking +trunkless +trunkmaker +trunknose +trunkway +trunkwork +trunnel +trunnion +trunnioned +trunnionless +trush +trusion +truss +trussed +trussell +trusser +trussing +trussmaker +trussmaking +trusswork +trust +trustability +trustable +trustableness +trustably +trustee +trusteeism +trusteeship +trusten +truster +trustful +trustfully +trustfulness +trustification +trustify +trustihood +trustily +trustiness +trusting +trustingly +trustingness +trustle +trustless +trustlessly +trustlessness +trustman +trustmonger +trustwoman +trustworthily +trustworthiness +trustworthy +trusty +truth +truthable +truthful +truthfully +truthfulness +truthify +truthiness +truthless +truthlessly +truthlessness +truthlike +truthlikeness +truthsman +truthteller +truthtelling +truthy +Trutta +truttaceous +truvat +truxillic +truxilline +try +trygon +Trygonidae +tryhouse +Trying +trying +tryingly +tryingness +tryma +tryout +tryp +trypa +trypan +trypaneid +Trypaneidae +trypanocidal +trypanocide +trypanolysin +trypanolysis +trypanolytic +Trypanosoma +trypanosoma +trypanosomacidal +trypanosomacide +trypanosomal +trypanosomatic +Trypanosomatidae +trypanosomatosis +trypanosomatous +trypanosome +trypanosomiasis +trypanosomic +Tryparsamide +Trypeta +trypetid +Trypetidae +Tryphena +Tryphosa +trypiate +trypograph +trypographic +trypsin +trypsinize +trypsinogen +tryptase +tryptic +tryptogen +tryptone +tryptonize +tryptophan +trysail +tryst +tryster +trysting +tryt +tryworks +tsadik +tsamba +tsantsa +tsar +tsardom +tsarevitch +tsarina +tsaritza +tsarship +tsatlee +Tsattine +tscharik +tscheffkinite +Tscherkess +tsere +tsessebe +tsetse +Tshi +tsia +Tsiltaden +Tsimshian +tsine +tsingtauite +tsiology +Tsoneca +Tsonecan +tst +tsuba +tsubo +Tsuga +Tsuma +tsumebite +tsun +tsunami +tsungtu +Tsutsutsi +tu +tua +Tualati +Tuamotu +Tuamotuan +Tuan +tuan +Tuareg +tuarn +tuart +tuatara +tuatera +tuath +tub +Tuba +tuba +tubae +tubage +tubal +tubaphone +tubar +tubate +tubatoxin +Tubatulabal +tubba +tubbable +tubbal +tubbeck +tubber +tubbie +tubbiness +tubbing +tubbish +tubboe +tubby +tube +tubeflower +tubeform +tubeful +tubehead +tubehearted +tubeless +tubelet +tubelike +tubemaker +tubemaking +tubeman +tuber +Tuberaceae +tuberaceous +Tuberales +tuberation +tubercle +tubercled +tuberclelike +tubercula +tubercular +Tubercularia +Tuberculariaceae +tuberculariaceous +tubercularization +tubercularize +tubercularly +tubercularness +tuberculate +tuberculated +tuberculatedly +tuberculately +tuberculation +tuberculatogibbous +tuberculatonodose +tuberculatoradiate +tuberculatospinous +tubercule +tuberculed +tuberculid +tuberculide +tuberculiferous +tuberculiform +tuberculin +tuberculinic +tuberculinization +tuberculinize +tuberculization +tuberculize +tuberculocele +tuberculocidin +tuberculoderma +tuberculoid +tuberculoma +tuberculomania +tuberculomata +tuberculophobia +tuberculoprotein +tuberculose +tuberculosectorial +tuberculosed +tuberculosis +tuberculotherapist +tuberculotherapy +tuberculotoxin +tuberculotrophic +tuberculous +tuberculously +tuberculousness +tuberculum +tuberiferous +tuberiform +tuberin +tuberization +tuberize +tuberless +tuberoid +tuberose +tuberosity +tuberous +tuberously +tuberousness +tubesmith +tubework +tubeworks +tubfish +tubful +tubicen +tubicinate +tubicination +Tubicola +Tubicolae +tubicolar +tubicolous +tubicorn +tubicornous +tubifacient +tubifer +tubiferous +Tubifex +Tubificidae +Tubiflorales +tubiflorous +tubiform +tubig +tubik +tubilingual +Tubinares +tubinarial +tubinarine +tubing +Tubingen +tubiparous +Tubipora +tubipore +tubiporid +Tubiporidae +tubiporoid +tubiporous +tublet +tublike +tubmaker +tubmaking +tubman +tuboabdominal +tubocurarine +tubolabellate +tuboligamentous +tuboovarial +tuboovarian +tuboperitoneal +tuborrhea +tubotympanal +tubovaginal +tubular +Tubularia +tubularia +Tubulariae +tubularian +Tubularida +tubularidan +Tubulariidae +tubularity +tubularly +tubulate +tubulated +tubulation +tubulator +tubulature +tubule +tubulet +tubuli +tubulibranch +tubulibranchian +Tubulibranchiata +tubulibranchiate +Tubulidentata +tubulidentate +Tubulifera +tubuliferan +tubuliferous +tubulifloral +tubuliflorous +tubuliform +Tubulipora +tubulipore +tubuliporid +Tubuliporidae +tubuliporoid +tubulization +tubulodermoid +tubuloracemose +tubulosaccular +tubulose +tubulostriato +tubulous +tubulously +tubulousness +tubulure +tubulus +tubwoman +Tucana +Tucanae +tucandera +Tucano +tuchit +tuchun +tuchunate +tuchunism +tuchunize +tuck +Tuckahoe +tuckahoe +tucker +tuckermanity +tucket +tucking +tuckner +tuckshop +tucktoo +tucky +tucum +tucuma +tucuman +Tucuna +tudel +Tudesque +Tudor +Tudoresque +tue +tueiron +Tuesday +tufa +tufaceous +tufalike +tufan +tuff +tuffaceous +tuffet +tuffing +tuft +tuftaffeta +tufted +tufter +tufthunter +tufthunting +tuftily +tufting +tuftlet +tufty +tug +tugboat +tugboatman +tugger +tuggery +tugging +tuggingly +tughra +tugless +tuglike +tugman +tugrik +tugui +tugurium +tui +tuik +tuille +tuillette +tuilyie +tuism +tuition +tuitional +tuitionary +tuitive +tuke +tukra +Tukuler +Tukulor +tula +Tulalip +tulare +tularemia +tulasi +Tulbaghia +tulchan +tulchin +tule +tuliac +tulip +Tulipa +tulipflower +tulipiferous +tulipist +tuliplike +tulipomania +tulipomaniac +tulipwood +tulipy +tulisan +Tulkepaia +tulle +Tullian +tullibee +Tulostoma +tulsi +Tulu +tulwar +tum +tumasha +tumatakuru +tumatukuru +tumbak +tumbester +tumble +tumblebug +tumbled +tumbledung +tumbler +tumblerful +tumblerlike +tumblerwise +tumbleweed +tumblification +tumbling +tumblingly +tumbly +Tumboa +tumbrel +tume +tumefacient +tumefaction +tumefy +tumescence +tumescent +tumid +tumidity +tumidly +tumidness +Tumion +tummals +tummel +tummer +tummock +tummy +tumor +tumored +tumorlike +tumorous +tump +tumpline +tumtum +tumular +tumulary +tumulate +tumulation +tumuli +tumulose +tumulosity +tumulous +tumult +tumultuarily +tumultuariness +tumultuary +tumultuate +tumultuation +tumultuous +tumultuously +tumultuousness +tumulus +Tumupasa +tun +Tuna +tuna +tunable +tunableness +tunably +tunbellied +tunbelly +tunca +tund +tundagslatta +tunder +tundish +tundra +tundun +tune +Tunebo +tuned +tuneful +tunefully +tunefulness +tuneless +tunelessly +tunelessness +tunemaker +tunemaking +tuner +tunesome +tunester +tunful +tung +Tunga +Tungan +tungate +tungo +tungstate +tungsten +tungstenic +tungsteniferous +tungstenite +tungstic +tungstite +tungstosilicate +tungstosilicic +Tungus +Tungusian +Tungusic +tunhoof +tunic +Tunica +Tunican +tunicary +Tunicata +tunicate +tunicated +tunicin +tunicked +tunicle +tunicless +tuniness +tuning +tunish +Tunisian +tunist +tunk +Tunker +tunket +tunlike +tunmoot +tunna +tunnel +tunneled +tunneler +tunneling +tunnelist +tunnelite +tunnellike +tunnelly +tunnelmaker +tunnelmaking +tunnelman +tunnelway +tunner +tunnery +Tunnit +tunnland +tunnor +tunny +tuno +tunu +tuny +tup +Tupaia +Tupaiidae +tupakihi +tupanship +tupara +tupek +tupelo +Tupi +Tupian +tupik +Tupinamba +Tupinaqui +tupman +tuppence +tuppenny +Tupperian +Tupperish +Tupperism +Tupperize +tupuna +tuque +tur +turacin +Turacus +Turanian +Turanianism +Turanism +turanose +turb +turban +turbaned +turbanesque +turbanette +turbanless +turbanlike +turbantop +turbanwise +turbary +turbeh +Turbellaria +turbellarian +turbellariform +turbescency +turbid +turbidimeter +turbidimetric +turbidimetry +turbidity +turbidly +turbidness +turbinaceous +turbinage +turbinal +turbinate +turbinated +turbination +turbinatoconcave +turbinatocylindrical +turbinatoglobose +turbinatostipitate +turbine +turbinectomy +turbined +turbinelike +Turbinella +Turbinellidae +turbinelloid +turbiner +turbines +Turbinidae +turbiniform +turbinoid +turbinotome +turbinotomy +turbit +turbith +turbitteen +Turbo +turbo +turboalternator +turboblower +turbocompressor +turbodynamo +turboexciter +turbofan +turbogenerator +turbomachine +turbomotor +turbopump +turbosupercharge +turbosupercharger +turbot +turbotlike +turboventilator +turbulence +turbulency +turbulent +turbulently +turbulentness +Turcian +Turcic +Turcification +Turcism +Turcize +Turco +turco +Turcoman +Turcophilism +turcopole +turcopolier +turd +Turdetan +Turdidae +turdiform +Turdinae +turdine +turdoid +Turdus +tureen +tureenful +turf +turfage +turfdom +turfed +turfen +turfiness +turfing +turfite +turfless +turflike +turfman +turfwise +turfy +turgency +turgent +turgently +turgesce +turgescence +turgescency +turgescent +turgescible +turgid +turgidity +turgidly +turgidness +turgite +turgoid +turgor +turgy +Turi +turicata +turio +turion +turioniferous +turjaite +turjite +Turk +turk +Turkana +Turkdom +Turkeer +turken +Turkery +Turkess +Turkey +turkey +turkeyback +turkeyberry +turkeybush +Turkeydom +turkeyfoot +Turkeyism +turkeylike +Turki +Turkic +Turkicize +Turkification +Turkify +turkis +Turkish +Turkishly +Turkishness +Turkism +Turkize +turkle +Turklike +Turkman +Turkmen +Turkmenian +Turkologist +Turkology +Turkoman +Turkomania +Turkomanic +Turkomanize +Turkophil +Turkophile +Turkophilia +Turkophilism +Turkophobe +Turkophobist +turlough +Turlupin +turm +turma +turment +turmeric +turmit +turmoil +turmoiler +turn +turnable +turnabout +turnagain +turnaround +turnaway +turnback +turnbout +turnbuckle +turncap +turncoat +turncoatism +turncock +turndown +turndun +turned +turnel +turner +Turnera +Turneraceae +turneraceous +Turneresque +Turnerian +Turnerism +turnerite +turnery +turney +turngate +turnhall +Turnhalle +Turnices +Turnicidae +turnicine +Turnicomorphae +turnicomorphic +turning +turningness +turnip +turniplike +turnipweed +turnipwise +turnipwood +turnipy +Turnix +turnix +turnkey +turnoff +turnout +turnover +turnpike +turnpiker +turnpin +turnplate +turnplow +turnrow +turns +turnscrew +turnsheet +turnskin +turnsole +turnspit +turnstile +turnstone +turntable +turntail +turnup +turnwrest +turnwrist +Turonian +turp +turpantineweed +turpentine +turpentineweed +turpentinic +turpeth +turpethin +turpid +turpidly +turpitude +turps +turquoise +turquoiseberry +turquoiselike +turr +turret +turreted +turrethead +turretlike +turrical +turricle +turricula +turriculae +turricular +turriculate +turriferous +turriform +turrigerous +Turrilepas +turrilite +Turrilites +turriliticone +Turrilitidae +Turritella +turritella +turritellid +Turritellidae +turritelloid +turse +Tursenoi +Tursha +tursio +Tursiops +Turtan +turtle +turtleback +turtlebloom +turtledom +turtledove +turtlehead +turtleize +turtlelike +turtler +turtlet +turtling +turtosa +tururi +turus +Turveydrop +Turveydropdom +Turveydropian +turwar +Tusayan +Tuscan +Tuscanism +Tuscanize +Tuscanlike +Tuscany +Tuscarora +tusche +Tusculan +Tush +tush +tushed +Tushepaw +tusher +tushery +tusk +tuskar +tusked +Tuskegee +tusker +tuskish +tuskless +tusklike +tuskwise +tusky +tussah +tussal +tusser +tussicular +Tussilago +tussis +tussive +tussle +tussock +tussocked +tussocker +tussocky +tussore +tussur +tut +tutania +tutball +tute +tutee +tutela +tutelage +tutelar +tutelary +Tutelo +tutenag +tuth +tutin +tutiorism +tutiorist +tutly +tutman +tutor +tutorage +tutorer +tutoress +tutorhood +tutorial +tutorially +tutoriate +tutorism +tutorization +tutorize +tutorless +tutorly +tutorship +tutory +tutoyer +tutress +tutrice +tutrix +tuts +tutsan +tutster +tutti +tuttiman +tutty +tutu +tutulus +Tututni +tutwork +tutworker +tutworkman +tuwi +tux +tuxedo +tuyere +Tuyuneiri +tuza +Tuzla +tuzzle +twa +Twaddell +twaddle +twaddledom +twaddleize +twaddlement +twaddlemonger +twaddler +twaddlesome +twaddling +twaddlingly +twaddly +twaddy +twae +twaesome +twafauld +twagger +twain +twaite +twal +twale +twalpenny +twalpennyworth +twalt +Twana +twang +twanger +twanginess +twangle +twangler +twangy +twank +twanker +twanking +twankingly +twankle +twanky +twant +twarly +twas +twasome +twat +twatchel +twatterlight +twattle +twattler +twattling +tway +twayblade +twazzy +tweag +tweak +tweaker +tweaky +twee +tweed +tweeded +tweedle +tweedledee +tweedledum +tweedy +tweeg +tweel +tween +tweenlight +tweeny +tweesh +tweesht +tweest +tweet +tweeter +tweeze +tweezer +tweezers +tweil +twelfhynde +twelfhyndeman +twelfth +twelfthly +Twelfthtide +twelve +twelvefold +twelvehynde +twelvehyndeman +twelvemo +twelvemonth +twelvepence +twelvepenny +twelvescore +twentieth +twentiethly +twenty +twentyfold +twentymo +twere +twerp +Twi +twibil +twibilled +twice +twicer +twicet +twichild +twick +twiddle +twiddler +twiddling +twiddly +twifoil +twifold +twifoldly +twig +twigful +twigged +twiggen +twigger +twiggy +twigless +twiglet +twiglike +twigsome +twigwithy +twilight +twilightless +twilightlike +twilighty +twilit +twill +twilled +twiller +twilling +twilly +twilt +twin +twinable +twinberry +twinborn +twindle +twine +twineable +twinebush +twineless +twinelike +twinemaker +twinemaking +twiner +twinflower +twinfold +twinge +twingle +twinhood +twiningly +twinism +twink +twinkle +twinkledum +twinkleproof +twinkler +twinkles +twinkless +twinkling +twinklingly +twinkly +twinleaf +twinlike +twinling +twinly +twinned +twinner +twinness +twinning +twinship +twinsomeness +twinter +twiny +twire +twirk +twirl +twirler +twirligig +twirly +twiscar +twisel +twist +twistable +twisted +twistedly +twistened +twister +twisterer +twistical +twistification +twistily +twistiness +twisting +twistingly +twistiways +twistiwise +twistle +twistless +twisty +twit +twitch +twitchel +twitcheling +twitcher +twitchet +twitchety +twitchfire +twitchily +twitchiness +twitchingly +twitchy +twite +twitlark +twitten +twitter +twitteration +twitterboned +twitterer +twittering +twitteringly +twitterly +twittery +twittingly +twitty +twixt +twixtbrain +twizzened +twizzle +two +twodecker +twofold +twofoldly +twofoldness +twoling +twoness +twopence +twopenny +twosome +twyblade +twyhynde +Tybalt +Tyburn +Tyburnian +Tyche +tychism +tychite +Tychonian +Tychonic +tychoparthenogenesis +tychopotamic +tycoon +tycoonate +tyddyn +tydie +tye +tyee +tyg +Tyigh +tying +tyke +tyken +tykhana +tyking +tylarus +tyleberry +Tylenchus +Tyler +Tylerism +Tylerite +Tylerize +tylion +tyloma +tylopod +Tylopoda +tylopodous +Tylosaurus +tylose +tylosis +tylosteresis +Tylostoma +Tylostomaceae +tylostylar +tylostyle +tylostylote +tylostylus +Tylosurus +tylotate +tylote +tylotic +tylotoxea +tylotoxeate +tylotus +tylus +tymbalon +tymp +tympan +tympana +tympanal +tympanectomy +tympani +tympanic +tympanichord +tympanichordal +tympanicity +tympaniform +tympaning +tympanism +tympanist +tympanites +tympanitic +tympanitis +tympanocervical +tympanohyal +tympanomalleal +tympanomandibular +tympanomastoid +tympanomaxillary +tympanon +tympanoperiotic +tympanosis +tympanosquamosal +tympanostapedial +tympanotemporal +tympanotomy +Tympanuchus +tympanum +tympany +tynd +Tyndallization +Tyndallize +tyndallmeter +Tynwald +typal +typarchical +type +typecast +Typees +typeholder +typer +typescript +typeset +typesetter +typesetting +typewrite +typewriter +typewriting +Typha +Typhaceae +typhaceous +typhemia +typhia +typhic +typhinia +typhization +typhlatonia +typhlatony +typhlectasis +typhlectomy +typhlenteritis +typhlitic +typhlitis +typhloalbuminuria +typhlocele +typhloempyema +typhloenteritis +typhlohepatitis +typhlolexia +typhlolithiasis +typhlology +typhlomegaly +Typhlomolge +typhlon +typhlopexia +typhlopexy +typhlophile +typhlopid +Typhlopidae +Typhlops +typhloptosis +typhlosis +typhlosolar +typhlosole +typhlostenosis +typhlostomy +typhlotomy +typhobacillosis +Typhoean +typhoemia +typhogenic +typhoid +typhoidal +typhoidin +typhoidlike +typholysin +typhomalaria +typhomalarial +typhomania +typhonia +Typhonian +Typhonic +typhonic +typhoon +typhoonish +typhopneumonia +typhose +typhosepsis +typhosis +typhotoxine +typhous +Typhula +typhus +typic +typica +typical +typicality +typically +typicalness +typicon +typicum +typification +typifier +typify +typist +typo +typobar +typocosmy +typographer +typographia +typographic +typographical +typographically +typographist +typography +typolithographic +typolithography +typologic +typological +typologically +typologist +typology +typomania +typometry +typonym +typonymal +typonymic +typonymous +typophile +typorama +typoscript +typotelegraph +typotelegraphy +typothere +Typotheria +Typotheriidae +typothetae +typp +typtological +typtologist +typtology +typy +tyramine +tyranness +Tyranni +tyrannial +tyrannic +tyrannical +tyrannically +tyrannicalness +tyrannicidal +tyrannicide +tyrannicly +Tyrannidae +Tyrannides +Tyranninae +tyrannine +tyrannism +tyrannize +tyrannizer +tyrannizing +tyrannizingly +tyrannoid +tyrannophobia +tyrannosaur +Tyrannosaurus +tyrannous +tyrannously +tyrannousness +Tyrannus +tyranny +tyrant +tyrantcraft +tyrantlike +tyrantship +tyre +tyremesis +Tyrian +tyriasis +tyro +tyrocidin +tyrocidine +tyroglyphid +Tyroglyphidae +Tyroglyphus +Tyrolean +Tyrolese +Tyrolienne +tyrolite +tyrology +tyroma +tyromancy +tyromatous +tyrone +tyronic +tyronism +tyrosinase +tyrosine +tyrosinuria +tyrosyl +tyrotoxicon +tyrotoxine +Tyrr +Tyrrhene +Tyrrheni +Tyrrhenian +Tyrsenoi +Tyrtaean +tysonite +tyste +tyt +Tyto +Tytonidae +Tzaam +Tzapotec +tzaritza +Tzendal +Tzental +tzolkin +tzontle +Tzotzil +Tzutuhil +U +u +uang +Uaraycu +Uarekena +Uaupe +uayeb +Ubbenite +Ubbonite +uberant +uberous +uberously +uberousness +uberty +ubi +ubication +ubiety +Ubii +Ubiquarian +ubiquarian +ubiquious +Ubiquist +ubiquit +Ubiquitarian +ubiquitarian +Ubiquitarianism +ubiquitariness +ubiquitary +Ubiquitism +Ubiquitist +ubiquitous +ubiquitously +ubiquitousness +ubiquity +ubussu +Uca +Ucal +Ucayale +Uchean +Uchee +uckia +Ud +udal +udaler +udaller +udalman +udasi +udder +uddered +udderful +udderless +udderlike +udell +Udi +Udic +Udish +udo +Udolphoish +udometer +udometric +udometry +udomograph +Uds +Ueueteotl +ug +Ugandan +Ugarono +ugh +uglification +uglifier +uglify +uglily +ugliness +uglisome +ugly +Ugrian +Ugric +Ugroid +ugsome +ugsomely +ugsomeness +uhlan +uhllo +uhtensang +uhtsong +Uigur +Uigurian +Uiguric +uily +uinal +Uinta +uintaite +uintathere +Uintatheriidae +Uintatherium +uintjie +Uirina +Uitotan +uitspan +uji +ukase +uke +ukiyoye +Ukrainer +Ukrainian +ukulele +ula +ulatrophia +ulcer +ulcerable +ulcerate +ulceration +ulcerative +ulcered +ulceromembranous +ulcerous +ulcerously +ulcerousness +ulcery +ulcuscle +ulcuscule +ule +ulema +ulemorrhagia +ulerythema +uletic +Ulex +ulex +ulexine +ulexite +Ulidia +Ulidian +uliginose +uliginous +ulitis +ull +ulla +ullage +ullaged +ullagone +uller +ulling +ullmannite +ulluco +Ulmaceae +ulmaceous +Ulmaria +ulmic +ulmin +ulminic +ulmo +ulmous +Ulmus +ulna +ulnad +ulnae +ulnar +ulnare +ulnaria +ulnocarpal +ulnocondylar +ulnometacarpal +ulnoradial +uloborid +Uloboridae +Uloborus +ulocarcinoma +uloid +Ulonata +uloncus +Ulophocinae +ulorrhagia +ulorrhagy +ulorrhea +Ulothrix +Ulotrichaceae +ulotrichaceous +Ulotrichales +ulotrichan +Ulotriches +Ulotrichi +ulotrichous +ulotrichy +ulrichite +ulster +ulstered +ulsterette +Ulsterian +ulstering +Ulsterite +Ulsterman +ulterior +ulteriorly +ultima +ultimacy +ultimata +ultimate +ultimately +ultimateness +ultimation +ultimatum +ultimity +ultimo +ultimobranchial +ultimogenitary +ultimogeniture +ultimum +Ultonian +ultra +ultrabasic +ultrabasite +ultrabelieving +ultrabenevolent +ultrabrachycephalic +ultrabrachycephaly +ultrabrilliant +ultracentenarian +ultracentenarianism +ultracentralizer +ultracentrifuge +ultraceremonious +ultrachurchism +ultracivil +ultracomplex +ultraconcomitant +ultracondenser +ultraconfident +ultraconscientious +ultraconservatism +ultraconservative +ultracordial +ultracosmopolitan +ultracredulous +ultracrepidarian +ultracrepidarianism +ultracrepidate +ultracritical +ultradandyism +ultradeclamatory +ultrademocratic +ultradespotic +ultradignified +ultradiscipline +ultradolichocephalic +ultradolichocephaly +ultradolichocranial +ultraeducationist +ultraeligible +ultraelliptic +ultraemphasis +ultraenergetic +ultraenforcement +ultraenthusiasm +ultraenthusiastic +ultraepiscopal +ultraevangelical +ultraexcessive +ultraexclusive +ultraexpeditious +ultrafantastic +ultrafashionable +ultrafastidious +ultrafederalist +ultrafeudal +ultrafidian +ultrafidianism +ultrafilter +ultrafilterability +ultrafilterable +ultrafiltrate +ultrafiltration +ultraformal +ultrafrivolous +ultragallant +ultragaseous +ultragenteel +ultragood +ultragrave +ultraheroic +ultrahonorable +ultrahuman +ultraimperialism +ultraimperialist +ultraimpersonal +ultrainclusive +ultraindifferent +ultraindulgent +ultraingenious +ultrainsistent +ultraintimate +ultrainvolved +ultraism +ultraist +ultraistic +ultralaborious +ultralegality +ultralenient +ultraliberal +ultraliberalism +ultralogical +ultraloyal +ultraluxurious +ultramarine +ultramaternal +ultramaximal +ultramelancholy +ultramicrochemical +ultramicrochemist +ultramicrochemistry +ultramicrometer +ultramicron +ultramicroscope +ultramicroscopic +ultramicroscopical +ultramicroscopy +ultraminute +ultramoderate +ultramodern +ultramodernism +ultramodernist +ultramodernistic +ultramodest +ultramontane +ultramontanism +ultramontanist +ultramorose +ultramulish +ultramundane +ultranational +ultranationalism +ultranationalist +ultranatural +ultranegligent +ultranice +ultranonsensical +ultraobscure +ultraobstinate +ultraofficious +ultraoptimistic +ultraornate +ultraorthodox +ultraorthodoxy +ultraoutrageous +ultrapapist +ultraparallel +ultraperfect +ultrapersuasive +ultraphotomicrograph +ultrapious +ultraplanetary +ultraplausible +ultrapopish +ultraproud +ultraprudent +ultraradical +ultraradicalism +ultrarapid +ultrareactionary +ultrared +ultrarefined +ultrarefinement +ultrareligious +ultraremuneration +ultrarepublican +ultrarevolutionary +ultrarevolutionist +ultraritualism +ultraromantic +ultraroyalism +ultraroyalist +ultrasanguine +ultrascholastic +ultraselect +ultraservile +ultrasevere +ultrashrewd +ultrasimian +ultrasolemn +ultrasonic +ultrasonics +ultraspartan +ultraspecialization +ultraspiritualism +ultrasplendid +ultrastandardization +ultrastellar +ultrasterile +ultrastrenuous +ultrastrict +ultrasubtle +ultrasystematic +ultratechnical +ultratense +ultraterrene +ultraterrestrial +ultratotal +ultratrivial +ultratropical +ultraugly +ultrauncommon +ultraurgent +ultravicious +ultraviolent +ultraviolet +ultravirtuous +ultravirus +ultravisible +ultrawealthy +ultrawise +ultrayoung +ultrazealous +ultrazodiacal +ultroneous +ultroneously +ultroneousness +ulu +Ulua +ulua +uluhi +ululant +ululate +ululation +ululative +ululatory +ululu +Ulva +Ulvaceae +ulvaceous +Ulvales +Ulvan +Ulyssean +Ulysses +um +umangite +Umatilla +Umaua +umbeclad +umbel +umbeled +umbella +Umbellales +umbellar +umbellate +umbellated +umbellately +umbellet +umbellic +umbellifer +Umbelliferae +umbelliferone +umbelliferous +umbelliflorous +umbelliform +umbelloid +Umbellula +Umbellularia +umbellulate +umbellule +Umbellulidae +umbelluliferous +umbelwort +umber +umbethink +umbilectomy +umbilic +umbilical +umbilically +umbilicar +Umbilicaria +umbilicate +umbilicated +umbilication +umbilici +umbiliciform +umbilicus +umbiliform +umbilroot +umble +umbo +umbolateral +umbonal +umbonate +umbonated +umbonation +umbone +umbones +umbonial +umbonic +umbonulate +umbonule +Umbra +umbra +umbracious +umbraciousness +umbraculate +umbraculiferous +umbraculiform +umbraculum +umbrae +umbrage +umbrageous +umbrageously +umbrageousness +umbral +umbrally +umbratile +umbrel +umbrella +umbrellaed +umbrellaless +umbrellalike +umbrellawise +umbrellawort +umbrette +Umbrian +Umbriel +umbriferous +umbriferously +umbriferousness +umbril +umbrine +umbrose +umbrosity +umbrous +Umbundu +ume +umiak +umiri +umlaut +ump +umph +umpirage +umpire +umpirer +umpireship +umpiress +umpirism +Umpqua +umpteen +umpteenth +umptekite +umptieth +umpty +umquhile +umu +un +Una +unabandoned +unabased +unabasedly +unabashable +unabashed +unabashedly +unabatable +unabated +unabatedly +unabating +unabatingly +unabbreviated +unabetted +unabettedness +unabhorred +unabiding +unabidingly +unabidingness +unability +unabject +unabjured +unable +unableness +unably +unabolishable +unabolished +unabraded +unabrased +unabridgable +unabridged +unabrogated +unabrupt +unabsent +unabsolute +unabsolvable +unabsolved +unabsolvedness +unabsorb +unabsorbable +unabsorbed +unabsorbent +unabstract +unabsurd +unabundance +unabundant +unabundantly +unabused +unacademic +unacademical +unaccelerated +unaccent +unaccented +unaccentuated +unaccept +unacceptability +unacceptable +unacceptableness +unacceptably +unacceptance +unacceptant +unaccepted +unaccessibility +unaccessible +unaccessibleness +unaccessibly +unaccessional +unaccessory +unaccidental +unaccidentally +unaccidented +unacclimated +unacclimation +unacclimatization +unacclimatized +unaccommodable +unaccommodated +unaccommodatedness +unaccommodating +unaccommodatingly +unaccommodatingness +unaccompanable +unaccompanied +unaccompanying +unaccomplishable +unaccomplished +unaccomplishedness +unaccord +unaccordable +unaccordance +unaccordant +unaccorded +unaccording +unaccordingly +unaccostable +unaccosted +unaccountability +unaccountable +unaccountableness +unaccountably +unaccounted +unaccoutered +unaccoutred +unaccreditated +unaccredited +unaccrued +unaccumulable +unaccumulate +unaccumulated +unaccumulation +unaccuracy +unaccurate +unaccurately +unaccurateness +unaccursed +unaccusable +unaccusably +unaccuse +unaccusing +unaccustom +unaccustomed +unaccustomedly +unaccustomedness +unachievable +unachieved +unaching +unacidulated +unacknowledged +unacknowledgedness +unacknowledging +unacknowledgment +unacoustic +unacquaint +unacquaintable +unacquaintance +unacquainted +unacquaintedly +unacquaintedness +unacquiescent +unacquirable +unacquirableness +unacquirably +unacquired +unacquit +unacquittable +unacquitted +unacquittedness +unact +unactability +unactable +unacted +unacting +unactinic +unaction +unactivated +unactive +unactively +unactiveness +unactivity +unactorlike +unactual +unactuality +unactually +unactuated +unacute +unacutely +unadapt +unadaptability +unadaptable +unadaptableness +unadaptably +unadapted +unadaptedly +unadaptedness +unadaptive +unadd +unaddable +unadded +unaddicted +unaddictedness +unadditional +unaddress +unaddressed +unadequate +unadequately +unadequateness +unadherence +unadherent +unadherently +unadhesive +unadjacent +unadjacently +unadjectived +unadjourned +unadjournment +unadjudged +unadjust +unadjustably +unadjusted +unadjustment +unadministered +unadmirable +unadmire +unadmired +unadmiring +unadmissible +unadmissibly +unadmission +unadmittable +unadmittableness +unadmittably +unadmitted +unadmittedly +unadmitting +unadmonished +unadopt +unadoptable +unadoptably +unadopted +unadoption +unadorable +unadoration +unadored +unadoring +unadorn +unadornable +unadorned +unadornedly +unadornedness +unadornment +unadult +unadulterate +unadulterated +unadulteratedly +unadulteratedness +unadulterately +unadulterous +unadulterously +unadvanced +unadvancedly +unadvancedness +unadvancement +unadvancing +unadvantaged +unadvantageous +unadventured +unadventuring +unadventurous +unadventurously +unadverse +unadversely +unadverseness +unadvertency +unadvertised +unadvertisement +unadvertising +unadvisability +unadvisable +unadvisableness +unadvisably +unadvised +unadvisedly +unadvisedness +unadvocated +unaerated +unaesthetic +unaesthetical +unafeard +unafeared +unaffable +unaffably +unaffected +unaffectedly +unaffectedness +unaffecting +unaffectionate +unaffectionately +unaffectioned +unaffianced +unaffied +unaffiliated +unaffiliation +unaffirmation +unaffirmed +unaffixed +unafflicted +unafflictedly +unafflicting +unaffliction +unaffordable +unafforded +unaffranchised +unaffrighted +unaffrightedly +unaffronted +unafire +unafloat +unaflow +unafraid +unaged +unaggravated +unaggravating +unaggregated +unaggression +unaggressive +unaggressively +unaggressiveness +unaghast +unagile +unagility +unaging +unagitated +unagitatedly +unagitatedness +unagitation +unagonize +unagrarian +unagreeable +unagreeableness +unagreeably +unagreed +unagreeing +unagreement +unagricultural +unaidable +unaided +unaidedly +unaiding +unailing +unaimed +unaiming +unaired +unaisled +Unakhotana +unakin +unakite +unal +Unalachtigo +unalarm +unalarmed +unalarming +Unalaska +unalcoholized +unaldermanly +unalert +unalertly +unalertness +unalgebraical +unalienable +unalienableness +unalienably +unalienated +unalignable +unaligned +unalike +unalimentary +unalist +unalive +unallayable +unallayably +unallayed +unalleged +unallegorical +unalleviably +unalleviated +unalleviation +unalliable +unallied +unalliedly +unalliedness +unallotment +unallotted +unallow +unallowable +unallowed +unallowedly +unallowing +unalloyed +unallurable +unallured +unalluring +unalluringly +unalmsed +unalone +unaloud +unalphabeted +unalphabetic +unalphabetical +unalterability +unalterable +unalterableness +unalterably +unalteration +unaltered +unaltering +unalternated +unamalgamable +unamalgamated +unamalgamating +unamassed +unamazed +unamazedly +unambiguity +unambiguous +unambiguously +unambiguousness +unambition +unambitious +unambitiously +unambitiousness +unambrosial +unambush +unamenability +unamenable +unamenableness +unamenably +unamend +unamendable +unamended +unamendedly +unamending +unamendment +unamerced +Unami +unamiability +unamiable +unamiableness +unamiably +unamicable +unamicably +unamiss +unamo +unamortization +unamortized +unample +unamplifiable +unamplified +unamply +unamputated +unamusable +unamusably +unamused +unamusement +unamusing +unamusingly +unamusive +unanalogical +unanalogous +unanalogously +unanalogousness +unanalytic +unanalytical +unanalyzable +unanalyzed +unanalyzing +unanatomizable +unanatomized +unancestored +unancestried +unanchor +unanchored +unanchylosed +unancient +unaneled +unangelic +unangelical +unangrily +unangry +unangular +unanimalized +unanimate +unanimated +unanimatedly +unanimatedness +unanimately +unanimism +unanimist +unanimistic +unanimistically +unanimity +unanimous +unanimously +unanimousness +unannealed +unannex +unannexed +unannexedly +unannexedness +unannihilable +unannihilated +unannotated +unannounced +unannoyed +unannoying +unannullable +unannulled +unanointed +unanswerability +unanswerable +unanswerableness +unanswerably +unanswered +unanswering +unantagonistic +unantagonizable +unantagonized +unantagonizing +unanticipated +unanticipating +unanticipatingly +unanticipation +unanticipative +unantiquated +unantiquatedness +unantique +unantiquity +unanxiety +unanxious +unanxiously +unanxiousness +unapart +unapocryphal +unapologetic +unapologizing +unapostatized +unapostolic +unapostolical +unapostolically +unapostrophized +unappalled +unappareled +unapparent +unapparently +unapparentness +unappealable +unappealableness +unappealably +unappealed +unappealing +unappeasable +unappeasableness +unappeasably +unappeased +unappeasedly +unappeasedness +unappendaged +unapperceived +unappertaining +unappetizing +unapplauded +unapplauding +unapplausive +unappliable +unappliableness +unappliably +unapplianced +unapplicable +unapplicableness +unapplicably +unapplied +unapplying +unappoint +unappointable +unappointableness +unappointed +unapportioned +unapposite +unappositely +unappraised +unappreciable +unappreciableness +unappreciably +unappreciated +unappreciating +unappreciation +unappreciative +unappreciatively +unappreciativeness +unapprehendable +unapprehendableness +unapprehendably +unapprehended +unapprehending +unapprehensible +unapprehensibleness +unapprehension +unapprehensive +unapprehensively +unapprehensiveness +unapprenticed +unapprised +unapprisedly +unapprisedness +unapproachability +unapproachable +unapproachableness +unapproached +unapproaching +unapprobation +unappropriable +unappropriate +unappropriated +unappropriately +unappropriateness +unappropriation +unapprovable +unapprovableness +unapprovably +unapproved +unapproving +unapprovingly +unapproximate +unapproximately +unaproned +unapropos +unapt +unaptitude +unaptly +unaptness +unarbitrarily +unarbitrariness +unarbitrary +unarbitrated +unarch +unarchdeacon +unarched +unarchitectural +unarduous +unarguable +unarguableness +unarguably +unargued +unarguing +unargumentative +unargumentatively +unarisen +unarising +unaristocratic +unaristocratically +unarithmetical +unarithmetically +unark +unarm +unarmed +unarmedly +unarmedness +unarmored +unarmorial +unaromatized +unarousable +unaroused +unarousing +unarraignable +unarraigned +unarranged +unarray +unarrayed +unarrestable +unarrested +unarresting +unarrival +unarrived +unarriving +unarrogance +unarrogant +unarrogating +unarted +unartful +unartfully +unartfulness +unarticled +unarticulate +unarticulated +unartificial +unartificiality +unartificially +unartistic +unartistical +unartistically +unartistlike +unary +unascendable +unascendableness +unascended +unascertainable +unascertainableness +unascertainably +unascertained +unashamed +unashamedly +unashamedness +unasinous +unaskable +unasked +unasking +unasleep +unaspersed +unasphalted +unaspirated +unaspiring +unaspiringly +unaspiringness +unassailable +unassailableness +unassailably +unassailed +unassailing +unassassinated +unassaultable +unassaulted +unassayed +unassaying +unassembled +unassented +unassenting +unasserted +unassertive +unassertiveness +unassessable +unassessableness +unassessed +unassibilated +unassiduous +unassignable +unassignably +unassigned +unassimilable +unassimilated +unassimilating +unassimilative +unassisted +unassisting +unassociable +unassociably +unassociated +unassociative +unassociativeness +unassoiled +unassorted +unassuageable +unassuaged +unassuaging +unassuetude +unassumable +unassumed +unassuming +unassumingly +unassumingness +unassured +unassuredly +unassuredness +unassuring +unasterisk +unastonish +unastonished +unastonishment +unastray +unathirst +unathletically +unatmospheric +unatonable +unatoned +unatoning +unattach +unattachable +unattached +unattackable +unattackableness +unattackably +unattacked +unattainability +unattainable +unattainableness +unattainably +unattained +unattaining +unattainment +unattaint +unattainted +unattaintedly +unattempered +unattemptable +unattempted +unattempting +unattendance +unattendant +unattended +unattentive +unattenuated +unattested +unattestedness +unattire +unattired +unattractable +unattractableness +unattracted +unattracting +unattractive +unattractively +unattractiveness +unattributable +unattributed +unattuned +unau +unauctioned +unaudible +unaudibleness +unaudibly +unaudienced +unaudited +unaugmentable +unaugmented +unauspicious +unauspiciously +unauspiciousness +unaustere +unauthentic +unauthentical +unauthentically +unauthenticated +unauthenticity +unauthorish +unauthoritative +unauthoritatively +unauthoritativeness +unauthoritied +unauthoritiveness +unauthorizable +unauthorize +unauthorized +unauthorizedly +unauthorizedness +unautomatic +unautumnal +unavailability +unavailable +unavailableness +unavailably +unavailed +unavailful +unavailing +unavailingly +unavengeable +unavenged +unavenging +unavenued +unaveraged +unaverred +unaverted +unavertible +unavertibleness +unavertibly +unavian +unavoidable +unavoidableness +unavoidably +unavoidal +unavoided +unavoiding +unavouchable +unavouchableness +unavouchably +unavouched +unavowable +unavowableness +unavowably +unavowed +unavowedly +unawakable +unawakableness +unawake +unawaked +unawakened +unawakenedness +unawakening +unawaking +unawardable +unawardableness +unawardably +unawarded +unaware +unawared +unawaredly +unawareness +unawares +unaway +unawed +unawful +unawfully +unawkward +unawned +unaxled +unazotized +unbackboarded +unbacked +unbackward +unbadged +unbaffled +unbaffling +unbag +unbagged +unbailable +unbailableness +unbailed +unbain +unbait +unbaited +unbaized +unbaked +unbalance +unbalanceable +unbalanceably +unbalanced +unbalancement +unbalancing +unbalconied +unbale +unbalked +unballast +unballasted +unballoted +unbandage +unbandaged +unbanded +unbanished +unbank +unbankable +unbankableness +unbankably +unbanked +unbankrupt +unbannered +unbaptize +unbaptized +unbar +unbarb +unbarbarize +unbarbarous +unbarbed +unbarbered +unbare +unbargained +unbark +unbarking +unbaronet +unbarrable +unbarred +unbarrel +unbarreled +unbarren +unbarrenness +unbarricade +unbarricaded +unbarricadoed +unbase +unbased +unbasedness +unbashful +unbashfully +unbashfulness +unbasket +unbastardized +unbaste +unbasted +unbastilled +unbastinadoed +unbated +unbathed +unbating +unbatted +unbatten +unbatterable +unbattered +unbattling +unbay +unbe +unbeached +unbeaconed +unbeaded +unbear +unbearable +unbearableness +unbearably +unbeard +unbearded +unbearing +unbeast +unbeatable +unbeatableness +unbeatably +unbeaten +unbeaued +unbeauteous +unbeauteously +unbeauteousness +unbeautified +unbeautiful +unbeautifully +unbeautifulness +unbeautify +unbeavered +unbeclogged +unbeclouded +unbecome +unbecoming +unbecomingly +unbecomingness +unbed +unbedabbled +unbedaggled +unbedashed +unbedaubed +unbedded +unbedecked +unbedewed +unbedimmed +unbedinned +unbedizened +unbedraggled +unbefit +unbefitting +unbefittingly +unbefittingness +unbefool +unbefriend +unbefriended +unbefringed +unbeget +unbeggar +unbegged +unbegilt +unbeginning +unbeginningly +unbeginningness +unbegirded +unbegirt +unbegot +unbegotten +unbegottenly +unbegottenness +unbegreased +unbegrimed +unbegrudged +unbeguile +unbeguiled +unbeguileful +unbegun +unbehaving +unbeheaded +unbeheld +unbeholdable +unbeholden +unbeholdenness +unbeholding +unbehoveful +unbehoving +unbeing +unbejuggled +unbeknown +unbeknownst +unbelied +unbelief +unbeliefful +unbelieffulness +unbelievability +unbelievable +unbelievableness +unbelievably +unbelieve +unbelieved +unbeliever +unbelieving +unbelievingly +unbelievingness +unbell +unbellicose +unbelligerent +unbelonging +unbeloved +unbelt +unbemoaned +unbemourned +unbench +unbend +unbendable +unbendableness +unbendably +unbended +unbending +unbendingly +unbendingness +unbendsome +unbeneficed +unbeneficent +unbeneficial +unbenefitable +unbenefited +unbenefiting +unbenetted +unbenevolence +unbenevolent +unbenevolently +unbenight +unbenighted +unbenign +unbenignant +unbenignantly +unbenignity +unbenignly +unbent +unbenumb +unbenumbed +unbequeathable +unbequeathed +unbereaved +unbereft +unberouged +unberth +unberufen +unbeseem +unbeseeming +unbeseemingly +unbeseemingness +unbeseemly +unbeset +unbesieged +unbesmeared +unbesmirched +unbesmutted +unbesot +unbesought +unbespeak +unbespoke +unbespoken +unbesprinkled +unbestarred +unbestowed +unbet +unbeteared +unbethink +unbethought +unbetide +unbetoken +unbetray +unbetrayed +unbetraying +unbetrothed +unbetterable +unbettered +unbeveled +unbewailed +unbewailing +unbewilder +unbewildered +unbewilled +unbewitch +unbewitched +unbewitching +unbewrayed +unbewritten +unbias +unbiasable +unbiased +unbiasedly +unbiasedness +unbibulous +unbickered +unbickering +unbid +unbidable +unbiddable +unbidden +unbigged +unbigoted +unbilled +unbillet +unbilleted +unbind +unbindable +unbinding +unbiographical +unbiological +unbirdlike +unbirdlimed +unbirdly +unbirthday +unbishop +unbishoply +unbit +unbiting +unbitt +unbitted +unbitten +unbitter +unblacked +unblackened +unblade +unblamable +unblamableness +unblamably +unblamed +unblaming +unblanched +unblanketed +unblasphemed +unblasted +unblazoned +unbleached +unbleaching +unbled +unbleeding +unblemishable +unblemished +unblemishedness +unblemishing +unblenched +unblenching +unblenchingly +unblendable +unblended +unblent +unbless +unblessed +unblessedness +unblest +unblighted +unblightedly +unblightedness +unblind +unblindfold +unblinking +unblinkingly +unbliss +unblissful +unblistered +unblithe +unblithely +unblock +unblockaded +unblocked +unblooded +unbloodied +unbloodily +unbloodiness +unbloody +unbloom +unbloomed +unblooming +unblossomed +unblossoming +unblotted +unbloused +unblown +unblued +unbluestockingish +unbluffed +unbluffing +unblunder +unblundered +unblundering +unblunted +unblurred +unblush +unblushing +unblushingly +unblushingness +unboarded +unboasted +unboastful +unboastfully +unboasting +unboat +unbodied +unbodiliness +unbodily +unboding +unbodkined +unbody +unbodylike +unbog +unboggy +unbohemianize +unboiled +unboisterous +unbokel +unbold +unbolden +unboldly +unboldness +unbolled +unbolster +unbolstered +unbolt +unbolted +unbombast +unbondable +unbondableness +unbonded +unbone +unboned +unbonnet +unbonneted +unbonny +unbooked +unbookish +unbooklearned +unboot +unbooted +unboraxed +unborder +unbordered +unbored +unboring +unborn +unborne +unborough +unborrowed +unborrowing +unbosom +unbosomer +unbossed +unbotanical +unbothered +unbothering +unbottle +unbottom +unbottomed +unbought +unbound +unboundable +unboundableness +unboundably +unbounded +unboundedly +unboundedness +unboundless +unbounteous +unbountiful +unbountifully +unbountifulness +unbow +unbowable +unbowdlerized +unbowed +unbowel +unboweled +unbowered +unbowing +unbowingness +unbowled +unbowsome +unbox +unboxed +unboy +unboyish +unboylike +unbrace +unbraced +unbracedness +unbracelet +unbraceleted +unbracing +unbragged +unbragging +unbraid +unbraided +unbrailed +unbrained +unbran +unbranched +unbranching +unbrand +unbranded +unbrandied +unbrave +unbraved +unbravely +unbraze +unbreachable +unbreached +unbreaded +unbreakable +unbreakableness +unbreakably +unbreakfasted +unbreaking +unbreast +unbreath +unbreathable +unbreathableness +unbreathed +unbreathing +unbred +unbreech +unbreeched +unbreezy +unbrent +unbrewed +unbribable +unbribableness +unbribably +unbribed +unbribing +unbrick +unbridegroomlike +unbridgeable +unbridged +unbridle +unbridled +unbridledly +unbridledness +unbridling +unbrief +unbriefed +unbriefly +unbright +unbrightened +unbrilliant +unbrimming +unbrined +unbrittle +unbroached +unbroad +unbroadcasted +unbroidered +unbroiled +unbroke +unbroken +unbrokenly +unbrokenness +unbronzed +unbrooch +unbrooded +unbrookable +unbrookably +unbrothered +unbrotherlike +unbrotherliness +unbrotherly +unbrought +unbrown +unbrowned +unbruised +unbrushed +unbrutalize +unbrutalized +unbrute +unbrutelike +unbrutify +unbrutize +unbuckle +unbuckramed +unbud +unbudded +unbudgeability +unbudgeable +unbudgeableness +unbudgeably +unbudged +unbudgeted +unbudging +unbuffed +unbuffered +unbuffeted +unbuild +unbuilded +unbuilt +unbulky +unbulled +unbulletined +unbumped +unbumptious +unbunched +unbundle +unbundled +unbung +unbungling +unbuoyant +unbuoyed +unburden +unburdened +unburdenment +unburdensome +unburdensomeness +unburgessed +unburiable +unburial +unburied +unburlesqued +unburly +unburn +unburnable +unburned +unburning +unburnished +unburnt +unburrow +unburrowed +unburst +unburstable +unburstableness +unburthen +unbury +unbush +unbusied +unbusily +unbusiness +unbusinesslike +unbusk +unbuskin +unbuskined +unbustling +unbusy +unbutchered +unbutcherlike +unbuttered +unbutton +unbuttoned +unbuttonment +unbuttressed +unbuxom +unbuxomly +unbuxomness +unbuyable +unbuyableness +unbuying +unca +uncabined +uncabled +uncadenced +uncage +uncaged +uncake +uncalcareous +uncalcified +uncalcined +uncalculable +uncalculableness +uncalculably +uncalculated +uncalculating +uncalculatingly +uncalendered +uncalk +uncalked +uncall +uncalled +uncallow +uncallower +uncalm +uncalmed +uncalmly +uncalumniated +uncambered +uncamerated +uncamouflaged +uncanceled +uncancellable +uncancelled +uncandid +uncandidly +uncandidness +uncandied +uncandor +uncaned +uncankered +uncanned +uncannily +uncanniness +uncanny +uncanonic +uncanonical +uncanonically +uncanonicalness +uncanonize +uncanonized +uncanopied +uncantoned +uncantonized +uncanvassably +uncanvassed +uncap +uncapable +uncapableness +uncapably +uncapacious +uncapacitate +uncaparisoned +uncapitalized +uncapped +uncapper +uncapsizable +uncapsized +uncaptained +uncaptioned +uncaptious +uncaptiously +uncaptivate +uncaptivated +uncaptivating +uncaptived +uncapturable +uncaptured +uncarbonated +uncarboned +uncarbureted +uncarded +uncardinal +uncardinally +uncareful +uncarefully +uncarefulness +uncaressed +uncargoed +Uncaria +uncaricatured +uncaring +uncarnate +uncarnivorous +uncaroled +uncarpentered +uncarpeted +uncarriageable +uncarried +uncart +uncarted +uncartooned +uncarved +uncase +uncased +uncasemated +uncask +uncasked +uncasketed +uncasque +uncassock +uncast +uncaste +uncastigated +uncastle +uncastled +uncastrated +uncasual +uncatalogued +uncatchable +uncate +uncatechised +uncatechisedness +uncatechized +uncatechizedness +uncategorized +uncathedraled +uncatholcity +uncatholic +uncatholical +uncatholicalness +uncatholicize +uncatholicly +uncaucusable +uncaught +uncausatively +uncaused +uncauterized +uncautious +uncautiously +uncautiousness +uncavalier +uncavalierly +uncave +unceasable +unceased +unceasing +unceasingly +unceasingness +unceded +unceiled +unceilinged +uncelebrated +uncelebrating +uncelestial +uncelestialized +uncellar +uncement +uncemented +uncementing +uncensorable +uncensored +uncensorious +uncensoriously +uncensoriousness +uncensurable +uncensured +uncensuring +uncenter +uncentered +uncentral +uncentrality +uncentrally +uncentred +uncentury +uncereclothed +unceremented +unceremonial +unceremonious +unceremoniously +unceremoniousness +uncertain +uncertainly +uncertainness +uncertainty +uncertifiable +uncertifiableness +uncertificated +uncertified +uncertifying +uncertitude +uncessant +uncessantly +uncessantness +unchafed +unchain +unchainable +unchained +unchair +unchaired +unchalked +unchallengeable +unchallengeableness +unchallengeably +unchallenged +unchallenging +unchambered +unchamfered +unchampioned +unchance +unchancellor +unchancy +unchange +unchangeability +unchangeable +unchangeableness +unchangeably +unchanged +unchangedness +unchangeful +unchangefulness +unchanging +unchangingly +unchangingness +unchanneled +unchannelled +unchanted +unchaperoned +unchaplain +unchapleted +unchapter +unchaptered +uncharacter +uncharactered +uncharacteristic +uncharacteristically +uncharacterized +uncharge +unchargeable +uncharged +uncharging +uncharily +unchariness +unchariot +uncharitable +uncharitableness +uncharitably +uncharity +uncharm +uncharmable +uncharmed +uncharming +uncharnel +uncharred +uncharted +unchartered +unchary +unchased +unchaste +unchastely +unchastened +unchasteness +unchastisable +unchastised +unchastising +unchastity +unchatteled +unchauffeured +unchawed +uncheat +uncheated +uncheating +uncheck +uncheckable +unchecked +uncheckered +uncheerable +uncheered +uncheerful +uncheerfully +uncheerfulness +uncheerily +uncheeriness +uncheering +uncheery +unchemical +unchemically +uncherished +uncherishing +unchested +unchevroned +unchewable +unchewableness +unchewed +unchid +unchidden +unchided +unchiding +unchidingly +unchild +unchildish +unchildishly +unchildishness +unchildlike +unchilled +unchiming +unchinked +unchipped +unchiseled +unchiselled +unchivalric +unchivalrous +unchivalrously +unchivalrousness +unchivalry +unchloridized +unchoicely +unchokable +unchoked +uncholeric +unchoosable +unchopped +unchoral +unchorded +unchosen +unchrisom +unchristen +unchristened +unchristian +unchristianity +unchristianize +unchristianized +unchristianlike +unchristianly +unchristianness +unchronicled +unchronological +unchronologically +unchurch +unchurched +unchurchlike +unchurchly +unchurn +unci +uncia +uncial +uncialize +uncially +uncicatrized +unciferous +unciform +unciliated +uncinal +Uncinaria +uncinariasis +uncinariatic +Uncinata +uncinate +uncinated +uncinatum +uncinch +uncinct +uncinctured +uncini +Uncinula +uncinus +uncipher +uncircular +uncircularized +uncirculated +uncircumcised +uncircumcisedness +uncircumcision +uncircumlocutory +uncircumscribable +uncircumscribed +uncircumscribedness +uncircumscript +uncircumscriptible +uncircumscription +uncircumspect +uncircumspection +uncircumspectly +uncircumspectness +uncircumstanced +uncircumstantial +uncirostrate +uncite +uncited +uncitied +uncitizen +uncitizenlike +uncitizenly +uncity +uncivic +uncivil +uncivilish +uncivility +uncivilizable +uncivilization +uncivilize +uncivilized +uncivilizedly +uncivilizedness +uncivilly +uncivilness +unclad +unclaimed +unclaiming +unclamorous +unclamp +unclamped +unclarified +unclarifying +unclarity +unclashing +unclasp +unclasped +unclassable +unclassableness +unclassably +unclassed +unclassible +unclassical +unclassically +unclassifiable +unclassifiableness +unclassification +unclassified +unclassify +unclassifying +unclawed +unclay +unclayed +uncle +unclead +unclean +uncleanable +uncleaned +uncleanlily +uncleanliness +uncleanly +uncleanness +uncleansable +uncleanse +uncleansed +uncleansedness +unclear +uncleared +unclearing +uncleavable +uncleave +uncledom +uncleft +unclehood +unclement +unclemently +unclementness +unclench +unclergy +unclergyable +unclerical +unclericalize +unclerically +unclericalness +unclerklike +unclerkly +uncleship +unclever +uncleverly +uncleverness +unclew +unclick +uncliented +unclify +unclimaxed +unclimb +unclimbable +unclimbableness +unclimbably +unclimbed +unclimbing +unclinch +uncling +unclinical +unclip +unclipped +unclipper +uncloak +uncloakable +uncloaked +unclog +unclogged +uncloister +uncloistered +uncloistral +unclosable +unclose +unclosed +uncloseted +unclothe +unclothed +unclothedly +unclothedness +unclotted +uncloud +unclouded +uncloudedly +uncloudedness +uncloudy +unclout +uncloven +uncloyable +uncloyed +uncloying +unclub +unclubbable +unclubby +unclustered +unclustering +unclutch +unclutchable +unclutched +unclutter +uncluttered +unco +uncoach +uncoachable +uncoachableness +uncoached +uncoacted +uncoagulable +uncoagulated +uncoagulating +uncoat +uncoated +uncoatedness +uncoaxable +uncoaxed +uncoaxing +uncock +uncocked +uncockneyfy +uncocted +uncodded +uncoddled +uncoded +uncodified +uncoerced +uncoffer +uncoffin +uncoffined +uncoffle +uncogent +uncogged +uncogitable +uncognizable +uncognizant +uncognized +uncognoscibility +uncognoscible +uncoguidism +uncoherent +uncoherently +uncoherentness +uncohesive +uncoif +uncoifed +uncoil +uncoiled +uncoin +uncoined +uncoked +uncoking +uncollapsed +uncollapsible +uncollar +uncollared +uncollated +uncollatedness +uncollected +uncollectedly +uncollectedness +uncollectible +uncollectibleness +uncollectibly +uncolleged +uncollegian +uncollegiate +uncolloquial +uncolloquially +uncolonellike +uncolonial +uncolonize +uncolonized +uncolorable +uncolorably +uncolored +uncoloredly +uncoloredness +uncoloured +uncolouredly +uncolouredness +uncolt +uncoly +uncombable +uncombatable +uncombated +uncombed +uncombinable +uncombinableness +uncombinably +uncombine +uncombined +uncombining +uncombiningness +uncombustible +uncome +uncomelily +uncomeliness +uncomely +uncomfort +uncomfortable +uncomfortableness +uncomfortably +uncomforted +uncomforting +uncomfy +uncomic +uncommanded +uncommandedness +uncommanderlike +uncommemorated +uncommenced +uncommendable +uncommendableness +uncommendably +uncommended +uncommensurability +uncommensurable +uncommensurableness +uncommensurate +uncommented +uncommenting +uncommerciable +uncommercial +uncommercially +uncommercialness +uncommingled +uncomminuted +uncommiserated +uncommiserating +uncommissioned +uncommitted +uncommitting +uncommixed +uncommodious +uncommodiously +uncommodiousness +uncommon +uncommonable +uncommonly +uncommonness +uncommonplace +uncommunicable +uncommunicableness +uncommunicably +uncommunicated +uncommunicating +uncommunicative +uncommunicatively +uncommunicativeness +uncommutable +uncommutative +uncommuted +uncompact +uncompacted +Uncompahgre +uncompahgrite +uncompaniable +uncompanied +uncompanioned +uncomparable +uncomparably +uncompared +uncompass +uncompassable +uncompassed +uncompassion +uncompassionate +uncompassionated +uncompassionately +uncompassionateness +uncompassionating +uncompassioned +uncompatible +uncompatibly +uncompellable +uncompelled +uncompelling +uncompensable +uncompensated +uncompetent +uncompetitive +uncompiled +uncomplacent +uncomplained +uncomplaining +uncomplainingly +uncomplainingness +uncomplaint +uncomplaisance +uncomplaisant +uncomplaisantly +uncomplemental +uncompletable +uncomplete +uncompleted +uncompletely +uncompleteness +uncomplex +uncompliability +uncompliable +uncompliableness +uncompliance +uncompliant +uncomplicated +uncomplimentary +uncomplimented +uncomplimenting +uncomplying +uncomposable +uncomposeable +uncomposed +uncompoundable +uncompounded +uncompoundedly +uncompoundedness +uncompounding +uncomprehended +uncomprehending +uncomprehendingly +uncomprehendingness +uncomprehensible +uncomprehension +uncomprehensive +uncomprehensively +uncomprehensiveness +uncompressed +uncompressible +uncomprised +uncomprising +uncomprisingly +uncompromised +uncompromising +uncompromisingly +uncompromisingness +uncompulsive +uncompulsory +uncomputable +uncomputableness +uncomputably +uncomputed +uncomraded +unconcatenated +unconcatenating +unconcealable +unconcealableness +unconcealably +unconcealed +unconcealing +unconcealingly +unconcealment +unconceded +unconceited +unconceivable +unconceivableness +unconceivably +unconceived +unconceiving +unconcern +unconcerned +unconcernedly +unconcernedness +unconcerning +unconcernment +unconcertable +unconcerted +unconcertedly +unconcertedness +unconcessible +unconciliable +unconciliated +unconciliatedness +unconciliating +unconciliatory +unconcludable +unconcluded +unconcluding +unconcludingness +unconclusive +unconclusively +unconclusiveness +unconcocted +unconcordant +unconcrete +unconcreted +unconcurrent +unconcurring +uncondemnable +uncondemned +uncondensable +uncondensableness +uncondensed +uncondensing +uncondescending +uncondescension +uncondition +unconditional +unconditionality +unconditionally +unconditionalness +unconditionate +unconditionated +unconditionately +unconditioned +unconditionedly +unconditionedness +uncondoled +uncondoling +unconducing +unconducive +unconduciveness +unconducted +unconductive +unconductiveness +unconfected +unconfederated +unconferred +unconfess +unconfessed +unconfessing +unconfided +unconfidence +unconfident +unconfidential +unconfidentialness +unconfidently +unconfiding +unconfinable +unconfine +unconfined +unconfinedly +unconfinedness +unconfinement +unconfining +unconfirm +unconfirmative +unconfirmed +unconfirming +unconfiscable +unconfiscated +unconflicting +unconflictingly +unconflictingness +unconformability +unconformable +unconformableness +unconformably +unconformed +unconformedly +unconforming +unconformist +unconformity +unconfound +unconfounded +unconfoundedly +unconfrontable +unconfronted +unconfusable +unconfusably +unconfused +unconfusedly +unconfutable +unconfuted +unconfuting +uncongeal +uncongealable +uncongealed +uncongenial +uncongeniality +uncongenially +uncongested +unconglobated +unconglomerated +unconglutinated +uncongratulate +uncongratulated +uncongratulating +uncongregated +uncongregational +uncongressional +uncongruous +unconjecturable +unconjectured +unconjoined +unconjugal +unconjugated +unconjunctive +unconjured +unconnected +unconnectedly +unconnectedness +unconned +unconnived +unconniving +unconquerable +unconquerableness +unconquerably +unconquered +unconscienced +unconscient +unconscientious +unconscientiously +unconscientiousness +unconscionable +unconscionableness +unconscionably +unconscious +unconsciously +unconsciousness +unconsecrate +unconsecrated +unconsecratedly +unconsecratedness +unconsecration +unconsecutive +unconsent +unconsentaneous +unconsented +unconsenting +unconsequential +unconsequentially +unconsequentialness +unconservable +unconservative +unconserved +unconserving +unconsiderable +unconsiderate +unconsiderately +unconsiderateness +unconsidered +unconsideredly +unconsideredness +unconsidering +unconsideringly +unconsignable +unconsigned +unconsistent +unconsociable +unconsociated +unconsolable +unconsolably +unconsolatory +unconsoled +unconsolidated +unconsolidating +unconsolidation +unconsoling +unconsonancy +unconsonant +unconsonantly +unconsonous +unconspicuous +unconspicuously +unconspicuousness +unconspired +unconspiring +unconspiringly +unconspiringness +unconstancy +unconstant +unconstantly +unconstantness +unconstellated +unconstipated +unconstituted +unconstitutional +unconstitutionalism +unconstitutionality +unconstitutionally +unconstrainable +unconstrained +unconstrainedly +unconstrainedness +unconstraining +unconstraint +unconstricted +unconstruable +unconstructed +unconstructive +unconstructural +unconstrued +unconsular +unconsult +unconsultable +unconsulted +unconsulting +unconsumable +unconsumed +unconsuming +unconsummate +unconsummated +unconsumptive +uncontagious +uncontainable +uncontainableness +uncontainably +uncontained +uncontaminable +uncontaminate +uncontaminated +uncontemned +uncontemnedly +uncontemplated +uncontemporaneous +uncontemporary +uncontemptuous +uncontended +uncontending +uncontent +uncontentable +uncontented +uncontentedly +uncontentedness +uncontenting +uncontentingness +uncontentious +uncontentiously +uncontentiousness +uncontestable +uncontestableness +uncontestably +uncontested +uncontestedly +uncontestedness +uncontinence +uncontinent +uncontinental +uncontinented +uncontinently +uncontinual +uncontinued +uncontinuous +uncontorted +uncontract +uncontracted +uncontractedness +uncontractile +uncontradictable +uncontradictableness +uncontradictably +uncontradicted +uncontradictedly +uncontradictious +uncontradictory +uncontrastable +uncontrasted +uncontrasting +uncontributed +uncontributing +uncontributory +uncontrite +uncontrived +uncontriving +uncontrol +uncontrollability +uncontrollable +uncontrollableness +uncontrollably +uncontrolled +uncontrolledly +uncontrolledness +uncontrolling +uncontroversial +uncontroversially +uncontrovertable +uncontrovertableness +uncontrovertably +uncontroverted +uncontrovertedly +uncontrovertible +uncontrovertibleness +uncontrovertibly +unconvenable +unconvened +unconvenience +unconvenient +unconveniently +unconventional +unconventionalism +unconventionality +unconventionalize +unconventionally +unconventioned +unconversable +unconversableness +unconversably +unconversant +unconversational +unconversion +unconvert +unconverted +unconvertedly +unconvertedness +unconvertibility +unconvertible +unconveyable +unconveyed +unconvicted +unconvicting +unconvince +unconvinced +unconvincedly +unconvincedness +unconvincibility +unconvincible +unconvincing +unconvincingly +unconvincingness +unconvoluted +unconvoyed +unconvulsed +uncookable +uncooked +uncooled +uncoop +uncooped +uncoopered +uncooping +uncope +uncopiable +uncopied +uncopious +uncopyrighted +uncoquettish +uncoquettishly +uncord +uncorded +uncordial +uncordiality +uncordially +uncording +uncore +uncored +uncork +uncorked +uncorker +uncorking +uncorned +uncorner +uncoronated +uncoroneted +uncorporal +uncorpulent +uncorrect +uncorrectable +uncorrected +uncorrectible +uncorrectly +uncorrectness +uncorrelated +uncorrespondency +uncorrespondent +uncorresponding +uncorrigible +uncorrigibleness +uncorrigibly +uncorroborated +uncorroded +uncorrugated +uncorrupt +uncorrupted +uncorruptedly +uncorruptedness +uncorruptibility +uncorruptible +uncorruptibleness +uncorruptibly +uncorrupting +uncorruption +uncorruptive +uncorruptly +uncorruptness +uncorseted +uncosseted +uncost +uncostliness +uncostly +uncostumed +uncottoned +uncouch +uncouched +uncouching +uncounselable +uncounseled +uncounsellable +uncounselled +uncountable +uncountableness +uncountably +uncounted +uncountenanced +uncounteracted +uncounterbalanced +uncounterfeit +uncounterfeited +uncountermandable +uncountermanded +uncountervailed +uncountess +uncountrified +uncouple +uncoupled +uncoupler +uncourageous +uncoursed +uncourted +uncourteous +uncourteously +uncourteousness +uncourtierlike +uncourting +uncourtlike +uncourtliness +uncourtly +uncous +uncousinly +uncouth +uncouthie +uncouthly +uncouthness +uncouthsome +uncovenant +uncovenanted +uncover +uncoverable +uncovered +uncoveredly +uncoveted +uncoveting +uncovetingly +uncovetous +uncowed +uncowl +uncoy +uncracked +uncradled +uncraftily +uncraftiness +uncrafty +uncram +uncramp +uncramped +uncrampedness +uncranked +uncrannied +uncrated +uncravatted +uncraven +uncraving +uncravingly +uncrazed +uncream +uncreased +uncreatability +uncreatable +uncreatableness +uncreate +uncreated +uncreatedness +uncreating +uncreation +uncreative +uncreativeness +uncreaturely +uncredentialed +uncredentialled +uncredibility +uncredible +uncredibly +uncreditable +uncreditableness +uncreditably +uncredited +uncrediting +uncredulous +uncreeping +uncreosoted +uncrest +uncrested +uncrevassed +uncrib +uncried +uncrime +uncriminal +uncriminally +uncrinkle +uncrinkled +uncrinkling +uncrippled +uncrisp +uncritical +uncritically +uncriticisable +uncriticised +uncriticising +uncriticisingly +uncriticism +uncriticizable +uncriticized +uncriticizing +uncriticizingly +uncrochety +uncrook +uncrooked +uncrooking +uncropped +uncropt +uncross +uncrossable +uncrossableness +uncrossed +uncrossexaminable +uncrossexamined +uncrossly +uncrowded +uncrown +uncrowned +uncrowning +uncrucified +uncrudded +uncrude +uncruel +uncrumbled +uncrumple +uncrumpling +uncrushable +uncrushed +uncrusted +uncrying +uncrystaled +uncrystalled +uncrystalline +uncrystallizability +uncrystallizable +uncrystallized +unction +unctional +unctioneer +unctionless +unctious +unctiousness +unctorium +unctuose +unctuosity +unctuous +unctuously +unctuousness +uncubbed +uncubic +uncuckold +uncuckolded +uncudgelled +uncuffed +uncular +unculled +uncultivability +uncultivable +uncultivate +uncultivated +uncultivation +unculturable +unculture +uncultured +uncumber +uncumbered +uncumbrous +uncunning +uncunningly +uncunningness +uncupped +uncurable +uncurableness +uncurably +uncurb +uncurbable +uncurbed +uncurbedly +uncurbing +uncurd +uncurdled +uncurdling +uncured +uncurious +uncuriously +uncurl +uncurled +uncurling +uncurrent +uncurrently +uncurrentness +uncurricularized +uncurried +uncurse +uncursed +uncursing +uncurst +uncurtailed +uncurtain +uncurtained +uncus +uncushioned +uncusped +uncustomable +uncustomarily +uncustomariness +uncustomary +uncustomed +uncut +uncuth +uncuticulate +uncuttable +uncynical +uncynically +uncypress +undabbled +undaggled +undaily +undaintiness +undainty +undallying +undam +undamageable +undamaged +undamaging +undamasked +undammed +undamming +undamn +undamped +undancing +undandiacal +undandled +undangered +undangerous +undangerousness +undared +undaring +undark +undarken +undarkened +undarned +undashed +undatable +undate +undateable +undated +undatedness +undaub +undaubed +undaughter +undaughterliness +undaughterly +undauntable +undaunted +undauntedly +undauntedness +undaunting +undawned +undawning +undazed +undazing +undazzle +undazzled +undazzling +unde +undead +undeadened +undeaf +undealable +undealt +undean +undear +undebarred +undebased +undebatable +undebated +undebating +undebauched +undebilitated +undebilitating +undecagon +undecanaphthene +undecane +undecatoic +undecayable +undecayableness +undecayed +undecayedness +undecaying +undeceased +undeceitful +undeceivable +undeceivableness +undeceivably +undeceive +undeceived +undeceiver +undeceiving +undecency +undecennary +undecennial +undecent +undecently +undeception +undeceptious +undeceptitious +undeceptive +undecidable +undecide +undecided +undecidedly +undecidedness +undeciding +undecimal +undeciman +undecimole +undecipher +undecipherability +undecipherable +undecipherably +undeciphered +undecision +undecisive +undecisively +undecisiveness +undeck +undecked +undeclaimed +undeclaiming +undeclamatory +undeclarable +undeclare +undeclared +undeclinable +undeclinableness +undeclinably +undeclined +undeclining +undecocted +undecoic +undecolic +undecomposable +undecomposed +undecompounded +undecorated +undecorative +undecorous +undecorously +undecorousness +undecorticated +undecoyed +undecreased +undecreasing +undecree +undecreed +undecried +undecyl +undecylenic +undecylic +undedicate +undedicated +undeducible +undeducted +undeeded +undeemed +undeemous +undeemously +undeep +undefaceable +undefaced +undefalcated +undefamed +undefaming +undefatigable +undefaulted +undefaulting +undefeasible +undefeat +undefeatable +undefeated +undefeatedly +undefeatedness +undefecated +undefectible +undefective +undefectiveness +undefendable +undefendableness +undefendably +undefended +undefending +undefense +undefensed +undefensible +undeferential +undeferentially +undeferred +undefiant +undeficient +undefied +undefilable +undefiled +undefiledly +undefiledness +undefinable +undefinableness +undefinably +undefine +undefined +undefinedly +undefinedness +undeflected +undeflowered +undeformed +undeformedness +undefrauded +undefrayed +undeft +undegeneracy +undegenerate +undegenerated +undegenerating +undegraded +undegrading +undeification +undeified +undeify +undeistical +undejected +undelated +undelayable +undelayed +undelayedly +undelaying +undelayingly +undelectable +undelectably +undelegated +undeleted +undeliberate +undeliberated +undeliberately +undeliberateness +undeliberating +undeliberatingly +undeliberative +undeliberativeness +undelible +undelicious +undelight +undelighted +undelightful +undelightfully +undelightfulness +undelighting +undelightsome +undelimited +undelineated +undeliverable +undeliverableness +undelivered +undelivery +undeludable +undelude +undeluded +undeluding +undeluged +undelusive +undelusively +undelve +undelved +undelylene +undemagnetizable +undemanded +undemised +undemocratic +undemocratically +undemocratize +undemolishable +undemolished +undemonstrable +undemonstrably +undemonstratable +undemonstrated +undemonstrative +undemonstratively +undemonstrativeness +undemure +undemurring +unden +undeniable +undeniableness +undeniably +undenied +undeniedly +undenizened +undenominated +undenominational +undenominationalism +undenominationalist +undenominationalize +undenominationally +undenoted +undenounced +undenuded +undepartableness +undepartably +undeparted +undeparting +undependable +undependableness +undependably +undependent +undepending +undephlegmated +undepicted +undepleted +undeplored +undeported +undeposable +undeposed +undeposited +undepraved +undepravedness +undeprecated +undepreciated +undepressed +undepressible +undepressing +undeprivable +undeprived +undepurated +undeputed +under +underabyss +underaccident +underaccommodated +underact +underacted +underacting +underaction +underactor +underadjustment +underadmiral +underadventurer +underage +underagency +underagent +underagitation +underaid +underaim +underair +underalderman +underanged +underarch +underargue +underarm +underaverage +underback +underbailiff +underbake +underbalance +underballast +underbank +underbarber +underbarring +underbasal +underbeadle +underbeak +underbeam +underbear +underbearer +underbearing +underbeat +underbeaten +underbed +underbelly +underbeveling +underbid +underbidder +underbill +underbillow +underbishop +underbishopric +underbit +underbite +underbitted +underbitten +underboard +underboated +underbodice +underbody +underboil +underboom +underborn +underborne +underbottom +underbough +underbought +underbound +underbowed +underbowser +underbox +underboy +underbrace +underbraced +underbranch +underbreath +underbreathing +underbred +underbreeding +underbrew +underbridge +underbrigadier +underbright +underbrim +underbrush +underbubble +underbud +underbuild +underbuilder +underbuilding +underbuoy +underburn +underburned +underburnt +underbursar +underbury +underbush +underbutler +underbuy +undercanopy +undercanvass +undercap +undercapitaled +undercapitalization +undercapitalize +undercaptain +undercarder +undercarriage +undercarry +undercarter +undercarve +undercarved +undercase +undercasing +undercast +undercause +underceiling +undercellar +undercellarer +underchamber +underchamberlain +underchancellor +underchanter +underchap +undercharge +undercharged +underchief +underchime +underchin +underchord +underchurched +undercircle +undercitizen +underclad +underclass +underclassman +underclay +underclearer +underclerk +underclerkship +undercliff +underclift +undercloak +undercloth +underclothe +underclothed +underclothes +underclothing +underclub +underclutch +undercoachman +undercoat +undercoated +undercoater +undercoating +undercollector +undercolor +undercolored +undercoloring +undercommander +undercomment +undercompounded +underconcerned +undercondition +underconsciousness +underconstable +underconsume +underconsumption +undercook +undercool +undercooper +undercorrect +undercountenance +undercourse +undercourtier +undercover +undercovering +undercovert +undercrawl +undercreep +undercrest +undercrier +undercroft +undercrop +undercrust +undercry +undercrypt +undercup +undercurl +undercurrent +undercurve +undercut +undercutter +undercutting +underdauber +underdeacon +underdead +underdebauchee +underdeck +underdepth +underdevelop +underdevelopment +underdevil +underdialogue +underdig +underdip +underdish +underdistinction +underdistributor +underditch +underdive +underdo +underdoctor +underdoer +underdog +underdoing +underdone +underdose +underdot +underdown +underdraft +underdrag +underdrain +underdrainage +underdrainer +underdraught +underdraw +underdrawers +underdrawn +underdress +underdressed +underdrift +underdrive +underdriven +underdrudgery +underdrumming +underdry +underdunged +underearth +undereat +undereaten +underedge +undereducated +underemployment +underengraver +underenter +underer +underescheator +underestimate +underestimation +underexcited +underexercise +underexpose +underexposure +undereye +underface +underfaction +underfactor +underfaculty +underfalconer +underfall +underfarmer +underfeathering +underfeature +underfed +underfeed +underfeeder +underfeeling +underfeet +underfellow +underfiend +underfill +underfilling +underfinance +underfind +underfire +underfitting +underflame +underflannel +underfleece +underflood +underfloor +underflooring +underflow +underfold +underfolded +underfong +underfoot +underfootage +underfootman +underforebody +underform +underfortify +underframe +underframework +underframing +underfreight +underfrequency +underfringe +underfrock +underfur +underfurnish +underfurnisher +underfurrow +undergabble +undergamekeeper +undergaoler +undergarb +undergardener +undergarment +undergarnish +undergauge +undergear +undergeneral +undergentleman +undergird +undergirder +undergirding +undergirdle +undergirth +underglaze +undergloom +underglow +undergnaw +undergo +undergod +undergoer +undergoing +undergore +undergoverness +undergovernment +undergovernor +undergown +undergrad +undergrade +undergraduate +undergraduatedom +undergraduateness +undergraduateship +undergraduatish +undergraduette +undergraining +undergrass +undergreen +undergrieve +undergroan +underground +undergrounder +undergroundling +undergrove +undergrow +undergrowl +undergrown +undergrowth +undergrub +underguard +underguardian +undergunner +underhabit +underhammer +underhand +underhanded +underhandedly +underhandedness +underhang +underhanging +underhangman +underhatch +underhead +underheat +underheaven +underhelp +underhew +underhid +underhill +underhint +underhistory +underhive +underhold +underhole +underhonest +underhorse +underhorsed +underhousemaid +underhum +underhung +underided +underinstrument +underisive +underissue +underivable +underivative +underived +underivedly +underivedness +underjacket +underjailer +underjanitor +underjaw +underjawed +underjobbing +underjudge +underjungle +underkeel +underkeeper +underkind +underking +underkingdom +underlaborer +underlaid +underlain +underland +underlanguaged +underlap +underlapper +underlash +underlaundress +underlawyer +underlay +underlayer +underlaying +underleaf +underlease +underleather +underlegate +underlessee +underlet +underletter +underlevel +underlever +underlid +underlie +underlier +underlieutenant +underlife +underlift +underlight +underliking +underlimbed +underlimit +underline +underlineation +underlineman +underlinement +underlinen +underliner +underling +underlining +underlip +underlive +underload +underlock +underlodging +underloft +underlook +underlooker +underlout +underlunged +underly +underlye +underlying +undermade +undermaid +undermaker +underman +undermanager +undermanned +undermanning +undermark +undermarshal +undermarshalman +undermasted +undermaster +undermatch +undermatched +undermate +undermath +undermeal +undermeaning +undermeasure +undermediator +undermelody +undermentioned +undermiller +undermimic +underminable +undermine +underminer +undermining +underminingly +underminister +underministry +undermist +undermoated +undermoney +undermoral +undermost +undermotion +undermount +undermountain +undermusic +undermuslin +undern +undername +undernatural +underneath +underness +underniceness +undernote +undernoted +undernourish +undernourished +undernourishment +undernsong +underntide +underntime +undernurse +undernutrition +underoccupied +underofficer +underofficered +underofficial +underogating +underogatory +underopinion +underorb +underorganization +underorseman +underoverlooker +underoxidize +underpacking +underpaid +underpain +underpainting +underpan +underpants +underparticipation +underpartner +underpass +underpassion +underpay +underpayment +underpeep +underpeer +underpen +underpeopled +underpetticoat +underpetticoated +underpick +underpier +underpilaster +underpile +underpin +underpinner +underpinning +underpitch +underpitched +underplain +underplan +underplant +underplate +underplay +underplot +underplotter +underply +underpoint +underpole +underpopulate +underpopulation +underporch +underporter +underpose +underpossessor +underpot +underpower +underpraise +underprefect +underprentice +underpresence +underpresser +underpressure +underprice +underpriest +underprincipal +underprint +underprior +underprivileged +underprize +underproduce +underproduction +underproductive +underproficient +underprompt +underprompter +underproof +underprop +underproportion +underproportioned +underproposition +underpropped +underpropper +underpropping +underprospect +underpry +underpuke +underqualified +underqueen +underquote +underranger +underrate +underratement +underrating +underreach +underread +underreader +underrealize +underrealm +underream +underreamer +underreceiver +underreckon +underrecompense +underregion +underregistration +underrent +underrented +underrenting +underrepresent +underrepresentation +underrespected +underriddle +underriding +underrigged +underring +underripe +underripened +underriver +underroarer +underroast +underrobe +underrogue +underroll +underroller +underroof +underroom +underroot +underrooted +underrower +underrule +underruler +underrun +underrunning +undersacristan +undersailed +undersally +undersap +undersatisfaction +undersaturate +undersaturation +undersavior +undersaw +undersawyer +underscale +underscheme +underschool +underscoop +underscore +underscribe +underscript +underscrub +underscrupulous +undersea +underseam +underseaman +undersearch +underseas +underseated +undersecretary +undersecretaryship +undersect +undersee +underseeded +underseedman +undersell +underseller +underselling +undersense +undersequence +underservant +underserve +underservice +underset +undersetter +undersetting +undersettle +undersettler +undersettling +undersexton +undershapen +undersharp +undersheathing +undershepherd +undersheriff +undersheriffry +undersheriffship +undersheriffwick +undershield +undershine +undershining +undershire +undershirt +undershoe +undershoot +undershore +undershorten +undershot +undershrievalty +undershrieve +undershrievery +undershrub +undershrubbiness +undershrubby +undershunter +undershut +underside +undersight +undersighted +undersign +undersignalman +undersigner +undersill +undersinging +undersitter +undersize +undersized +underskin +underskirt +undersky +undersleep +undersleeve +underslip +underslope +undersluice +underslung +undersneer +undersociety +undersoil +undersole +undersomething +undersong +undersorcerer +undersort +undersoul +undersound +undersovereign +undersow +underspar +undersparred +underspecies +underspecified +underspend +undersphere +underspin +underspinner +undersplice +underspore +underspread +underspring +undersprout +underspurleather +undersquare +understaff +understage +understain +understairs +understamp +understand +understandability +understandable +understandableness +understandably +understander +understanding +understandingly +understandingness +understate +understatement +understay +understeer +understem +understep +understeward +understewardship +understimulus +understock +understocking +understood +understory +understrain +understrap +understrapper +understrapping +understratum +understream +understress +understrew +understride +understriding +understrife +understrike +understring +understroke +understrung +understudy +understuff +understuffing +undersuck +undersuggestion +undersuit +undersupply +undersupport +undersurface +underswain +underswamp +undersward +underswearer +undersweat +undersweep +underswell +undertakable +undertake +undertakement +undertaker +undertakerish +undertakerlike +undertakerly +undertakery +undertaking +undertakingly +undertalk +undertapster +undertaxed +underteacher +underteamed +underteller +undertenancy +undertenant +undertenter +undertenure +underterrestrial +undertest +underthane +underthaw +underthief +underthing +underthink +underthirst +underthought +underthroating +underthrob +underthrust +undertide +undertided +undertie +undertime +undertimed +undertint +undertitle +undertone +undertoned +undertook +undertow +undertrader +undertrained +undertread +undertreasurer +undertreat +undertribe +undertrick +undertrodden +undertruck +undertrump +undertruss +undertub +undertune +undertunic +underturf +underturn +underturnkey +undertutor +undertwig +undertype +undertyrant +underusher +undervaluation +undervalue +undervaluement +undervaluer +undervaluing +undervaluinglike +undervaluingly +undervalve +undervassal +undervaulted +undervaulting +undervegetation +underventilation +underverse +undervest +undervicar +underviewer +undervillain +undervinedresser +undervitalized +undervocabularied +undervoice +undervoltage +underwage +underwaist +underwaistcoat +underwalk +underward +underwarden +underwarmth +underwarp +underwash +underwatch +underwatcher +underwater +underwave +underway +underweapon +underwear +underweft +underweigh +underweight +underweighted +underwent +underwheel +underwhistle +underwind +underwing +underwit +underwitch +underwitted +underwood +underwooded +underwork +underworker +underworking +underworkman +underworld +underwrap +underwrite +underwriter +underwriting +underwrought +underyield +underyoke +underzeal +underzealot +undescendable +undescended +undescendible +undescribable +undescribably +undescribed +undescried +undescript +undescriptive +undescrying +undesert +undeserted +undeserting +undeserve +undeserved +undeservedly +undeservedness +undeserver +undeserving +undeservingly +undeservingness +undesign +undesignated +undesigned +undesignedly +undesignedness +undesigning +undesigningly +undesigningness +undesirability +undesirable +undesirableness +undesirably +undesire +undesired +undesiredly +undesiring +undesirous +undesirously +undesirousness +undesisting +undespaired +undespairing +undespairingly +undespatched +undespised +undespising +undespoiled +undespondent +undespondently +undesponding +undespotic +undestined +undestroyable +undestroyed +undestructible +undestructive +undetachable +undetached +undetailed +undetainable +undetained +undetectable +undetected +undetectible +undeteriorated +undeteriorating +undeterminable +undeterminate +undetermination +undetermined +undetermining +undeterred +undeterring +undetested +undetesting +undethronable +undethroned +undetracting +undetractingly +undetrimental +undevelopable +undeveloped +undeveloping +undeviated +undeviating +undeviatingly +undevil +undevious +undeviously +undevisable +undevised +undevoted +undevotion +undevotional +undevoured +undevout +undevoutly +undevoutness +undewed +undewy +undexterous +undexterously +undextrous +undextrously +undiademed +undiagnosable +undiagnosed +undialed +undialyzed +undiametric +undiamonded +undiapered +undiaphanous +undiatonic +undichotomous +undictated +undid +undidactic +undies +undieted +undifferenced +undifferent +undifferential +undifferentiated +undifficult +undiffident +undiffracted +undiffused +undiffusible +undiffusive +undig +undigenous +undigest +undigestable +undigested +undigestible +undigesting +undigestion +undigged +undight +undighted +undigitated +undignified +undignifiedly +undignifiedness +undignify +undiked +undilapidated +undilatable +undilated +undilatory +undiligent +undiligently +undilute +undiluted +undilution +undiluvial +undim +undimensioned +undimerous +undimidiate +undiminishable +undiminishableness +undiminishably +undiminished +undiminishing +undiminutive +undimmed +undimpled +Undine +undine +undined +undinted +undiocesed +undiphthongize +undiplomaed +undiplomatic +undipped +undirect +undirected +undirectional +undirectly +undirectness +undirk +undisabled +undisadvantageous +undisagreeable +undisappearing +undisappointable +undisappointed +undisappointing +undisarmed +undisastrous +undisbanded +undisbarred +undisburdened +undisbursed +undiscardable +undiscarded +undiscerned +undiscernedly +undiscernible +undiscernibleness +undiscernibly +undiscerning +undiscerningly +undischargeable +undischarged +undiscipled +undisciplinable +undiscipline +undisciplined +undisciplinedness +undisclaimed +undisclosed +undiscolored +undiscomfitable +undiscomfited +undiscomposed +undisconcerted +undisconnected +undiscontinued +undiscordant +undiscording +undiscounted +undiscourageable +undiscouraged +undiscouraging +undiscoursed +undiscoverable +undiscoverableness +undiscoverably +undiscovered +undiscreditable +undiscredited +undiscreet +undiscreetly +undiscreetness +undiscretion +undiscriminated +undiscriminating +undiscriminatingly +undiscriminatingness +undiscriminative +undiscursive +undiscussable +undiscussed +undisdained +undisdaining +undiseased +undisestablished +undisfigured +undisfranchised +undisfulfilled +undisgorged +undisgraced +undisguisable +undisguise +undisguised +undisguisedly +undisguisedness +undisgusted +undisheartened +undished +undisheveled +undishonored +undisillusioned +undisinfected +undisinheritable +undisinherited +undisintegrated +undisinterested +undisjoined +undisjointed +undisliked +undislocated +undislodgeable +undislodged +undismantled +undismay +undismayable +undismayed +undismayedly +undismembered +undismissed +undismounted +undisobedient +undisobeyed +undisobliging +undisordered +undisorderly +undisorganized +undisowned +undisowning +undisparaged +undisparity +undispassionate +undispatchable +undispatched +undispatching +undispellable +undispelled +undispensable +undispensed +undispensing +undispersed +undispersing +undisplaced +undisplanted +undisplay +undisplayable +undisplayed +undisplaying +undispleased +undispose +undisposed +undisposedness +undisprivacied +undisprovable +undisproved +undisproving +undisputable +undisputableness +undisputably +undisputatious +undisputatiously +undisputed +undisputedly +undisputedness +undisputing +undisqualifiable +undisqualified +undisquieted +undisreputable +undisrobed +undisrupted +undissected +undissembled +undissembledness +undissembling +undissemblingly +undisseminated +undissenting +undissevered +undissimulated +undissipated +undissociated +undissoluble +undissolute +undissolvable +undissolved +undissolving +undissonant +undissuadable +undissuadably +undissuade +undistanced +undistant +undistantly +undistasted +undistasteful +undistempered +undistend +undistended +undistilled +undistinct +undistinctive +undistinctly +undistinctness +undistinguish +undistinguishable +undistinguishableness +undistinguishably +undistinguished +undistinguishing +undistinguishingly +undistorted +undistorting +undistracted +undistractedly +undistractedness +undistracting +undistractingly +undistrained +undistraught +undistress +undistressed +undistributed +undistrusted +undistrustful +undisturbable +undisturbance +undisturbed +undisturbedly +undisturbedness +undisturbing +undisturbingly +unditched +undithyrambic +undittoed +undiuretic +undiurnal +undivable +undivergent +undiverging +undiverse +undiversified +undiverted +undivertible +undivertibly +undiverting +undivested +undivestedly +undividable +undividableness +undividably +undivided +undividedly +undividedness +undividing +undivinable +undivined +undivinelike +undivinely +undivining +undivisible +undivisive +undivorceable +undivorced +undivorcedness +undivorcing +undivulged +undivulging +undizened +undizzied +undo +undoable +undock +undocked +undoctor +undoctored +undoctrinal +undoctrined +undocumentary +undocumented +undocumentedness +undodged +undoer +undoffed +undog +undogmatic +undogmatical +undoing +undoingness +undolled +undolorous +undomed +undomestic +undomesticate +undomesticated +undomestication +undomicilable +undomiciled +undominated +undomineering +undominical +undominoed +undon +undonated +undonating +undone +undoneness +undonkey +undonnish +undoomed +undoped +undormant +undose +undosed +undoting +undotted +undouble +undoubled +undoubtable +undoubtableness +undoubtably +undoubted +undoubtedly +undoubtedness +undoubtful +undoubtfully +undoubtfulness +undoubting +undoubtingly +undoubtingness +undouched +undoughty +undovelike +undoweled +undowered +undowned +undowny +undrab +undraftable +undrafted +undrag +undragoned +undragooned +undrainable +undrained +undramatic +undramatical +undramatically +undramatizable +undramatized +undrape +undraped +undraperied +undraw +undrawable +undrawn +undreaded +undreadful +undreadfully +undreading +undreamed +undreaming +undreamlike +undreamt +undreamy +undredged +undreggy +undrenched +undress +undressed +undried +undrillable +undrilled +undrinkable +undrinkableness +undrinkably +undrinking +undripping +undrivable +undrivableness +undriven +undronelike +undrooping +undropped +undropsical +undrossy +undrowned +undrubbed +undrugged +undrunk +undrunken +undry +undryable +undrying +undualize +undub +undubbed +undubitable +undubitably +unducal +unduchess +undue +unduelling +undueness +undug +unduke +undulant +undular +undularly +undulatance +undulate +undulated +undulately +undulating +undulatingly +undulation +undulationist +undulative +undulatory +undull +undulled +undullness +unduloid +undulose +undulous +unduly +undumped +unduncelike +undunged +undupable +unduped +unduplicability +unduplicable +unduplicity +undurable +undurableness +undurably +undust +undusted +unduteous +undutiable +undutiful +undutifully +undutifulness +unduty +undwarfed +undwelt +undwindling +undy +undye +undyeable +undyed +undying +undyingly +undyingness +uneager +uneagerly +uneagerness +uneagled +unearly +unearned +unearnest +unearth +unearthed +unearthliness +unearthly +unease +uneaseful +uneasefulness +uneasily +uneasiness +uneastern +uneasy +uneatable +uneatableness +uneaten +uneath +uneating +unebbed +unebbing +unebriate +uneccentric +unecclesiastical +unechoed +unechoing +uneclectic +uneclipsed +uneconomic +uneconomical +uneconomically +uneconomicalness +uneconomizing +unecstatic +unedge +unedged +unedible +unedibleness +unedibly +unedified +unedifying +uneditable +unedited +uneducable +uneducableness +uneducably +uneducate +uneducated +uneducatedly +uneducatedness +uneducative +uneduced +uneffaceable +uneffaceably +uneffaced +uneffected +uneffectible +uneffective +uneffectless +uneffectual +uneffectually +uneffectualness +uneffectuated +uneffeminate +uneffeminated +uneffervescent +uneffete +unefficacious +unefficient +uneffigiated +uneffused +uneffusing +uneffusive +unegoist +unegoistical +unegoistically +unegregious +unejaculated +unejected +unelaborate +unelaborated +unelaborately +unelaborateness +unelapsed +unelastic +unelasticity +unelated +unelating +unelbowed +unelderly +unelect +unelectable +unelected +unelective +unelectric +unelectrical +unelectrified +unelectrify +unelectrifying +unelectrized +unelectronic +uneleemosynary +unelegant +unelegantly +unelegantness +unelemental +unelementary +unelevated +unelicited +unelided +unelidible +uneligibility +uneligible +uneligibly +uneliminated +unelongated +uneloped +uneloping +uneloquent +uneloquently +unelucidated +unelucidating +uneluded +unelusive +unemaciated +unemancipable +unemancipated +unemasculated +unembalmed +unembanked +unembarrassed +unembarrassedly +unembarrassedness +unembarrassing +unembarrassment +unembased +unembattled +unembayed +unembellished +unembezzled +unembittered +unemblazoned +unembodied +unembodiment +unembossed +unembowelled +unembowered +unembraceable +unembraced +unembroidered +unembroiled +unembryonic +unemendable +unemended +unemerged +unemerging +unemigrating +uneminent +uneminently +unemitted +unemolumentary +unemolumented +unemotional +unemotionalism +unemotionally +unemotionalness +unemotioned +unempaneled +unemphatic +unemphatical +unemphatically +unempirical +unempirically +unemploy +unemployability +unemployable +unemployableness +unemployably +unemployed +unemployment +unempoisoned +unempowered +unempt +unemptiable +unemptied +unempty +unemulative +unemulous +unemulsified +unenabled +unenacted +unenameled +unenamored +unencamped +unenchafed +unenchant +unenchanted +unencircled +unenclosed +unencompassed +unencored +unencounterable +unencountered +unencouraged +unencouraging +unencroached +unencroaching +unencumber +unencumbered +unencumberedly +unencumberedness +unencumbering +unencysted +unendable +unendamaged +unendangered +unendeared +unendeavored +unended +unending +unendingly +unendingness +unendorsable +unendorsed +unendowed +unendowing +unendued +unendurability +unendurable +unendurably +unendured +unenduring +unenduringly +unenergetic +unenergized +unenervated +unenfeebled +unenfiladed +unenforceable +unenforced +unenforcedly +unenforcedness +unenforcibility +unenfranchised +unengaged +unengaging +unengendered +unengineered +unenglish +unengraved +unengraven +unengrossed +unenhanced +unenjoined +unenjoyable +unenjoyed +unenjoying +unenjoyingly +unenkindled +unenlarged +unenlightened +unenlightening +unenlisted +unenlivened +unenlivening +unennobled +unennobling +unenounced +unenquired +unenquiring +unenraged +unenraptured +unenrichable +unenrichableness +unenriched +unenriching +unenrobed +unenrolled +unenshrined +unenslave +unenslaved +unensnared +unensouled +unensured +unentailed +unentangle +unentangleable +unentangled +unentanglement +unentangler +unenterable +unentered +unentering +unenterprise +unenterprised +unenterprising +unenterprisingly +unenterprisingness +unentertainable +unentertained +unentertaining +unentertainingly +unentertainingness +unenthralled +unenthralling +unenthroned +unenthusiasm +unenthusiastic +unenthusiastically +unenticed +unenticing +unentire +unentitled +unentombed +unentomological +unentrance +unentranced +unentrapped +unentreated +unentreating +unentrenched +unentwined +unenumerable +unenumerated +unenveloped +unenvenomed +unenviable +unenviably +unenvied +unenviedly +unenvious +unenviously +unenvironed +unenvying +unenwoven +unepauleted +unephemeral +unepic +unepicurean +unepigrammatic +unepilogued +unepiscopal +unepiscopally +unepistolary +unepitaphed +unepithelial +unepitomized +unequable +unequableness +unequably +unequal +unequalable +unequaled +unequality +unequalize +unequalized +unequally +unequalness +unequated +unequatorial +unequestrian +unequiangular +unequiaxed +unequilateral +unequilibrated +unequine +unequipped +unequitable +unequitableness +unequitably +unequivalent +unequivalve +unequivalved +unequivocal +unequivocally +unequivocalness +uneradicable +uneradicated +unerasable +unerased +unerasing +unerect +unerected +unermined +uneroded +unerrable +unerrableness +unerrably +unerrancy +unerrant +unerratic +unerring +unerringly +unerringness +unerroneous +unerroneously +unerudite +unerupted +uneruptive +unescaladed +unescalloped +unescapable +unescapableness +unescapably +unescaped +unescheated +uneschewable +uneschewably +uneschewed +Unesco +unescorted +unescutcheoned +unesoteric +unespied +unespousable +unespoused +unessayed +unessence +unessential +unessentially +unessentialness +unestablish +unestablishable +unestablished +unestablishment +unesteemed +unestimable +unestimableness +unestimably +unestimated +unestopped +unestranged +unetched +uneternal +uneternized +unethereal +unethic +unethical +unethically +unethicalness +unethnological +unethylated +unetymological +unetymologizable +uneucharistical +uneugenic +uneulogized +uneuphemistical +uneuphonic +uneuphonious +uneuphoniously +uneuphoniousness +unevacuated +unevadable +unevaded +unevaluated +unevanescent +unevangelic +unevangelical +unevangelized +unevaporate +unevaporated +unevasive +uneven +unevenly +unevenness +uneventful +uneventfully +uneventfulness +uneverted +unevicted +unevidenced +unevident +unevidential +unevil +unevinced +unevirated +uneviscerated +unevitable +unevitably +unevokable +unevoked +unevolutionary +unevolved +unexacerbated +unexact +unexacted +unexactedly +unexacting +unexactingly +unexactly +unexactness +unexaggerable +unexaggerated +unexaggerating +unexalted +unexaminable +unexamined +unexamining +unexampled +unexampledness +unexasperated +unexasperating +unexcavated +unexceedable +unexceeded +unexcelled +unexcellent +unexcelling +unexceptable +unexcepted +unexcepting +unexceptionability +unexceptionable +unexceptionableness +unexceptionably +unexceptional +unexceptionally +unexceptionalness +unexceptive +unexcerpted +unexcessive +unexchangeable +unexchangeableness +unexchanged +unexcised +unexcitability +unexcitable +unexcited +unexciting +unexclaiming +unexcludable +unexcluded +unexcluding +unexclusive +unexclusively +unexclusiveness +unexcogitable +unexcogitated +unexcommunicated +unexcoriated +unexcorticated +unexcrescent +unexcreted +unexcruciating +unexculpable +unexculpably +unexculpated +unexcursive +unexcusable +unexcusableness +unexcusably +unexcused +unexcusedly +unexcusedness +unexcusing +unexecrated +unexecutable +unexecuted +unexecuting +unexecutorial +unexemplary +unexemplifiable +unexemplified +unexempt +unexempted +unexemptible +unexempting +unexercisable +unexercise +unexercised +unexerted +unexhalable +unexhaled +unexhausted +unexhaustedly +unexhaustedness +unexhaustible +unexhaustibleness +unexhaustibly +unexhaustion +unexhaustive +unexhaustiveness +unexhibitable +unexhibitableness +unexhibited +unexhilarated +unexhilarating +unexhorted +unexhumed +unexigent +unexilable +unexiled +unexistence +unexistent +unexisting +unexonerable +unexonerated +unexorable +unexorableness +unexorbitant +unexorcisable +unexorcisably +unexorcised +unexotic +unexpandable +unexpanded +unexpanding +unexpansive +unexpectable +unexpectant +unexpected +unexpectedly +unexpectedness +unexpecting +unexpectingly +unexpectorated +unexpedient +unexpeditated +unexpedited +unexpeditious +unexpelled +unexpendable +unexpended +unexpensive +unexpensively +unexpensiveness +unexperience +unexperienced +unexperiencedness +unexperient +unexperiential +unexperimental +unexperimented +unexpert +unexpertly +unexpertness +unexpiable +unexpiated +unexpired +unexpiring +unexplainable +unexplainableness +unexplainably +unexplained +unexplainedly +unexplainedness +unexplaining +unexplanatory +unexplicable +unexplicableness +unexplicably +unexplicated +unexplicit +unexplicitly +unexplicitness +unexploded +unexploitation +unexploited +unexplorable +unexplorative +unexplored +unexplosive +unexportable +unexported +unexporting +unexposable +unexposed +unexpostulating +unexpoundable +unexpounded +unexpress +unexpressable +unexpressableness +unexpressably +unexpressed +unexpressedly +unexpressible +unexpressibleness +unexpressibly +unexpressive +unexpressively +unexpressiveness +unexpressly +unexpropriable +unexpropriated +unexpugnable +unexpunged +unexpurgated +unexpurgatedly +unexpurgatedness +unextended +unextendedly +unextendedness +unextendible +unextensible +unextenuable +unextenuated +unextenuating +unexterminable +unexterminated +unexternal +unexternality +unexterritoriality +unextinct +unextinctness +unextinguishable +unextinguishableness +unextinguishably +unextinguished +unextirpated +unextolled +unextortable +unextorted +unextractable +unextracted +unextradited +unextraneous +unextraordinary +unextravagance +unextravagant +unextravagating +unextravasated +unextreme +unextricable +unextricated +unextrinsic +unextruded +unexuberant +unexuded +unexultant +uneye +uneyeable +uneyed +unfabled +unfabling +unfabricated +unfabulous +unfacaded +unface +unfaceable +unfaced +unfaceted +unfacetious +unfacile +unfacilitated +unfact +unfactional +unfactious +unfactitious +unfactorable +unfactored +unfactual +unfadable +unfaded +unfading +unfadingly +unfadingness +unfagged +unfagoted +unfailable +unfailableness +unfailably +unfailed +unfailing +unfailingly +unfailingness +unfain +unfaint +unfainting +unfaintly +unfair +unfairly +unfairminded +unfairness +unfairylike +unfaith +unfaithful +unfaithfully +unfaithfulness +unfaked +unfallacious +unfallaciously +unfallen +unfallenness +unfallible +unfallibleness +unfallibly +unfalling +unfallowed +unfalse +unfalsifiable +unfalsified +unfalsifiedness +unfalsity +unfaltering +unfalteringly +unfamed +unfamiliar +unfamiliarity +unfamiliarized +unfamiliarly +unfanatical +unfanciable +unfancied +unfanciful +unfancy +unfanged +unfanned +unfantastic +unfantastical +unfantastically +unfar +unfarced +unfarcical +unfarewelled +unfarmed +unfarming +unfarrowed +unfarsighted +unfasciated +unfascinate +unfascinated +unfascinating +unfashion +unfashionable +unfashionableness +unfashionably +unfashioned +unfast +unfasten +unfastenable +unfastened +unfastener +unfastidious +unfastidiously +unfastidiousness +unfasting +unfather +unfathered +unfatherlike +unfatherliness +unfatherly +unfathomability +unfathomable +unfathomableness +unfathomably +unfathomed +unfatigue +unfatigueable +unfatigued +unfatiguing +unfattable +unfatted +unfatten +unfauceted +unfaultfinding +unfaulty +unfavorable +unfavorableness +unfavorably +unfavored +unfavoring +unfavorite +unfawning +unfealty +unfeared +unfearful +unfearfully +unfearing +unfearingly +unfeary +unfeasable +unfeasableness +unfeasably +unfeasibility +unfeasible +unfeasibleness +unfeasibly +unfeasted +unfeather +unfeathered +unfeatured +unfecund +unfecundated +unfed +unfederal +unfederated +unfeeble +unfeed +unfeedable +unfeeding +unfeeing +unfeelable +unfeeling +unfeelingly +unfeelingness +unfeignable +unfeignableness +unfeignably +unfeigned +unfeignedly +unfeignedness +unfeigning +unfeigningly +unfeigningness +unfele +unfelicitated +unfelicitating +unfelicitous +unfelicitously +unfelicitousness +unfeline +unfellable +unfelled +unfellied +unfellow +unfellowed +unfellowlike +unfellowly +unfellowshiped +unfelon +unfelonious +unfeloniously +unfelony +unfelt +unfelted +unfemale +unfeminine +unfemininely +unfeminineness +unfemininity +unfeminist +unfeminize +unfence +unfenced +unfendered +unfenestrated +unfeoffed +unfermentable +unfermentableness +unfermentably +unfermented +unfermenting +unfernlike +unferocious +unferreted +unferried +unfertile +unfertileness +unfertility +unfertilizable +unfertilized +unfervent +unfervid +unfester +unfestered +unfestival +unfestive +unfestively +unfestooned +unfetchable +unfetched +unfeted +unfetter +unfettered +unfettled +unfeudal +unfeudalize +unfeudalized +unfeued +unfevered +unfeverish +unfew +unfibbed +unfibbing +unfiber +unfibered +unfibrous +unfickle +unfictitious +unfidelity +unfidgeting +unfielded +unfiend +unfiendlike +unfierce +unfiery +unfight +unfightable +unfighting +unfigurable +unfigurative +unfigured +unfilamentous +unfilched +unfile +unfiled +unfilial +unfilially +unfilialness +unfill +unfillable +unfilled +unfilleted +unfilling +unfilm +unfilmed +unfiltered +unfiltrated +unfinable +unfinancial +unfine +unfined +unfinessed +unfingered +unfinical +unfinish +unfinishable +unfinished +unfinishedly +unfinishedness +unfinite +unfired +unfireproof +unfiring +unfirm +unfirmamented +unfirmly +unfirmness +unfiscal +unfishable +unfished +unfishing +unfishlike +unfissile +unfistulous +unfit +unfitly +unfitness +unfittable +unfitted +unfittedness +unfitten +unfitting +unfittingly +unfittingness +unfitty +unfix +unfixable +unfixated +unfixed +unfixedness +unfixing +unfixity +unflag +unflagged +unflagging +unflaggingly +unflaggingness +unflagitious +unflagrant +unflaky +unflamboyant +unflaming +unflanged +unflank +unflanked +unflapping +unflashing +unflat +unflated +unflattened +unflatterable +unflattered +unflattering +unflatteringly +unflaunted +unflavored +unflawed +unflayed +unflead +unflecked +unfledge +unfledged +unfledgedness +unfleece +unfleeced +unfleeing +unfleeting +unflesh +unfleshed +unfleshliness +unfleshly +unfleshy +unfletched +unflexed +unflexible +unflexibleness +unflexibly +unflickering +unflickeringly +unflighty +unflinching +unflinchingly +unflinchingness +unflintify +unflippant +unflirtatious +unflitched +unfloatable +unfloating +unflock +unfloggable +unflogged +unflooded +unfloor +unfloored +unflorid +unflossy +unflounced +unfloured +unflourished +unflourishing +unflouted +unflower +unflowered +unflowing +unflown +unfluctuating +unfluent +unfluid +unfluked +unflunked +unfluorescent +unflurried +unflush +unflushed +unflustered +unfluted +unflutterable +unfluttered +unfluttering +unfluvial +unfluxile +unflying +unfoaled +unfoaming +unfocused +unfoggy +unfoilable +unfoiled +unfoisted +unfold +unfoldable +unfolded +unfolder +unfolding +unfoldment +unfoldure +unfoliaged +unfoliated +unfollowable +unfollowed +unfollowing +unfomented +unfond +unfondled +unfondness +unfoodful +unfool +unfoolable +unfooled +unfooling +unfoolish +unfooted +unfootsore +unfoppish +unforaged +unforbade +unforbearance +unforbearing +unforbid +unforbidden +unforbiddenly +unforbiddenness +unforbidding +unforceable +unforced +unforcedly +unforcedness +unforceful +unforcible +unforcibleness +unforcibly +unfordable +unfordableness +unforded +unforeboded +unforeboding +unforecasted +unforegone +unforeign +unforeknowable +unforeknown +unforensic +unforeordained +unforesee +unforeseeable +unforeseeableness +unforeseeably +unforeseeing +unforeseeingly +unforeseen +unforeseenly +unforeseenness +unforeshortened +unforest +unforestallable +unforestalled +unforested +unforetellable +unforethought +unforethoughtful +unforetold +unforewarned +unforewarnedness +unforfeit +unforfeitable +unforfeited +unforgeability +unforgeable +unforged +unforget +unforgetful +unforgettable +unforgettableness +unforgettably +unforgetting +unforgettingly +unforgivable +unforgivableness +unforgivably +unforgiven +unforgiveness +unforgiver +unforgiving +unforgivingly +unforgivingness +unforgone +unforgot +unforgotten +unfork +unforked +unforkedness +unforlorn +unform +unformal +unformality +unformalized +unformally +unformalness +unformative +unformed +unformidable +unformulable +unformularizable +unformularize +unformulated +unformulistic +unforsaken +unforsaking +unforsook +unforsworn +unforthright +unfortifiable +unfortified +unfortify +unfortuitous +unfortunate +unfortunately +unfortunateness +unfortune +unforward +unforwarded +unfossiliferous +unfossilized +unfostered +unfought +unfoughten +unfoul +unfoulable +unfouled +unfound +unfounded +unfoundedly +unfoundedness +unfoundered +unfountained +unfowllike +unfoxy +unfractured +unfragrance +unfragrant +unfragrantly +unfrail +unframable +unframableness +unframably +unframe +unframed +unfranchised +unfrank +unfrankable +unfranked +unfrankly +unfrankness +unfraternal +unfraternizing +unfraudulent +unfraught +unfrayed +unfreckled +unfree +unfreed +unfreedom +unfreehold +unfreely +unfreeman +unfreeness +unfreezable +unfreeze +unfreezing +unfreighted +unfrenchified +unfrenzied +unfrequency +unfrequent +unfrequented +unfrequentedness +unfrequently +unfrequentness +unfret +unfretful +unfretting +unfriable +unfriarlike +unfricative +unfrictioned +unfried +unfriend +unfriended +unfriendedness +unfriending +unfriendlike +unfriendlily +unfriendliness +unfriendly +unfriendship +unfrighted +unfrightenable +unfrightened +unfrightenedness +unfrightful +unfrigid +unfrill +unfrilled +unfringe +unfringed +unfrisky +unfrivolous +unfrizz +unfrizzled +unfrizzy +unfrock +unfrocked +unfroglike +unfrolicsome +unfronted +unfrost +unfrosted +unfrosty +unfrounced +unfroward +unfrowardly +unfrowning +unfroze +unfrozen +unfructed +unfructified +unfructify +unfructuous +unfructuously +unfrugal +unfrugally +unfrugalness +unfruitful +unfruitfully +unfruitfulness +unfruity +unfrustrable +unfrustrably +unfrustratable +unfrustrated +unfrutuosity +unfuddled +unfueled +unfulfill +unfulfillable +unfulfilled +unfulfilling +unfulfillment +unfull +unfulled +unfully +unfulminated +unfulsome +unfumbled +unfumbling +unfumed +unfumigated +unfunctional +unfundamental +unfunded +unfunnily +unfunniness +unfunny +unfur +unfurbelowed +unfurbished +unfurcate +unfurious +unfurl +unfurlable +unfurnish +unfurnished +unfurnishedness +unfurnitured +unfurred +unfurrow +unfurrowable +unfurrowed +unfurthersome +unfused +unfusible +unfusibleness +unfusibly +unfussed +unfussing +unfussy +unfutile +unfuturistic +ungabled +ungag +ungaged +ungagged +ungain +ungainable +ungained +ungainful +ungainfully +ungainfulness +ungaining +ungainlike +ungainliness +ungainly +ungainness +ungainsaid +ungainsayable +ungainsayably +ungainsaying +ungainsome +ungainsomely +ungaite +ungallant +ungallantly +ungallantness +ungalling +ungalvanized +ungamboling +ungamelike +unganged +ungangrened +ungarbed +ungarbled +ungardened +ungargled +ungarland +ungarlanded +ungarment +ungarmented +ungarnered +ungarnish +ungarnished +ungaro +ungarrisoned +ungarter +ungartered +ungashed +ungassed +ungastric +ungathered +ungaudy +ungauged +ungauntlet +ungauntleted +ungazetted +ungazing +ungear +ungeared +ungelatinizable +ungelatinized +ungelded +ungelt +ungeminated +ungenerable +ungeneral +ungeneraled +ungeneralized +ungenerate +ungenerated +ungenerative +ungeneric +ungenerical +ungenerosity +ungenerous +ungenerously +ungenerousness +ungenial +ungeniality +ungenially +ungenialness +ungenitured +ungenius +ungenteel +ungenteelly +ungenteelness +ungentile +ungentility +ungentilize +ungentle +ungentled +ungentleman +ungentlemanize +ungentlemanlike +ungentlemanlikeness +ungentlemanliness +ungentlemanly +ungentleness +ungentlewomanlike +ungently +ungenuine +ungenuinely +ungenuineness +ungeodetical +ungeographic +ungeographical +ungeographically +ungeological +ungeometric +ungeometrical +ungeometrically +ungeometricalness +ungerminated +ungerminating +ungermlike +ungerontic +ungesting +ungesturing +unget +ungettable +unghostlike +unghostly +ungiant +ungibbet +ungiddy +ungifted +ungiftedness +ungild +ungilded +ungill +ungilt +ungingled +unginned +ungird +ungirded +ungirdle +ungirdled +ungirlish +ungirt +ungirth +ungirthed +ungive +ungiveable +ungiven +ungiving +ungka +unglaciated +unglad +ungladden +ungladdened +ungladly +ungladness +ungladsome +unglamorous +unglandular +unglassed +unglaze +unglazed +ungleaned +unglee +ungleeful +unglimpsed +unglistening +unglittering +ungloating +unglobe +unglobular +ungloom +ungloomed +ungloomy +unglorified +unglorify +unglorifying +unglorious +ungloriously +ungloriousness +unglory +unglosed +ungloss +unglossaried +unglossed +unglossily +unglossiness +unglossy +unglove +ungloved +unglowing +unglozed +unglue +unglued +unglutinate +unglutted +ungluttonous +ungnarred +ungnaw +ungnawn +ungnostic +ungoaded +ungoatlike +ungod +ungoddess +ungodlike +ungodlily +ungodliness +ungodly +ungodmothered +ungold +ungolden +ungone +ungood +ungoodliness +ungoodly +ungored +ungorge +ungorged +ungorgeous +ungospel +ungospelized +ungospelled +ungospellike +ungossiping +ungot +ungothic +ungotten +ungouged +ungouty +ungovernable +ungovernableness +ungovernably +ungoverned +ungovernedness +ungoverning +ungown +ungowned +ungrace +ungraced +ungraceful +ungracefully +ungracefulness +ungracious +ungraciously +ungraciousness +ungradated +ungraded +ungradual +ungradually +ungraduated +ungraduating +ungraft +ungrafted +ungrain +ungrainable +ungrained +ungrammar +ungrammared +ungrammatic +ungrammatical +ungrammatically +ungrammaticalness +ungrammaticism +ungrand +ungrantable +ungranted +ungranulated +ungraphic +ungraphitized +ungrapple +ungrappled +ungrappler +ungrasp +ungraspable +ungrasped +ungrasping +ungrassed +ungrassy +ungrated +ungrateful +ungratefully +ungratefulness +ungratifiable +ungratified +ungratifying +ungrating +ungrave +ungraved +ungraveled +ungravelly +ungravely +ungraven +ungrayed +ungrazed +ungreased +ungreat +ungreatly +ungreatness +ungreeable +ungreedy +ungreen +ungreenable +ungreened +ungreeted +ungregarious +ungrieve +ungrieved +ungrieving +ungrilled +ungrimed +ungrindable +ungrip +ungripe +ungrizzled +ungroaning +ungroined +ungroomed +ungrooved +ungropeable +ungross +ungrotesque +unground +ungroundable +ungroundably +ungrounded +ungroundedly +ungroundedness +ungroupable +ungrouped +ungrow +ungrowing +ungrown +ungrubbed +ungrudged +ungrudging +ungrudgingly +ungrudgingness +ungruesome +ungruff +ungrumbling +ungual +unguaranteed +unguard +unguardable +unguarded +unguardedly +unguardedness +ungueal +unguent +unguentaria +unguentarium +unguentary +unguentiferous +unguentous +unguentum +unguerdoned +ungues +unguessable +unguessableness +unguessed +unguical +unguicorn +unguicular +Unguiculata +unguiculate +unguiculated +unguidable +unguidableness +unguidably +unguided +unguidedly +unguiferous +unguiform +unguiled +unguileful +unguilefully +unguilefulness +unguillotined +unguiltily +unguiltiness +unguilty +unguinal +unguinous +unguirostral +unguis +ungula +ungulae +ungular +Ungulata +ungulate +ungulated +unguled +unguligrade +ungull +ungulous +ungulp +ungum +ungummed +ungushing +ungutted +unguttural +unguyed +unguzzled +ungymnastic +ungypsylike +ungyve +ungyved +unhabit +unhabitable +unhabitableness +unhabited +unhabitual +unhabitually +unhabituate +unhabituated +unhacked +unhackled +unhackneyed +unhackneyedness +unhad +unhaft +unhafted +unhaggled +unhaggling +unhailable +unhailed +unhair +unhaired +unhairer +unhairily +unhairiness +unhairing +unhairy +unhallooed +unhallow +unhallowed +unhallowedness +unhaloed +unhalsed +unhalted +unhalter +unhaltered +unhalting +unhalved +unhammered +unhamper +unhampered +unhand +unhandcuff +unhandcuffed +unhandicapped +unhandily +unhandiness +unhandled +unhandseled +unhandsome +unhandsomely +unhandsomeness +unhandy +unhang +unhanged +unhap +unhappen +unhappily +unhappiness +unhappy +unharangued +unharassed +unharbor +unharbored +unhard +unharden +unhardenable +unhardened +unhardihood +unhardily +unhardiness +unhardness +unhardy +unharked +unharmable +unharmed +unharmful +unharmfully +unharming +unharmonic +unharmonical +unharmonious +unharmoniously +unharmoniousness +unharmonize +unharmonized +unharmony +unharness +unharnessed +unharped +unharried +unharrowed +unharsh +unharvested +unhashed +unhasp +unhasped +unhaste +unhasted +unhastened +unhastily +unhastiness +unhasting +unhasty +unhat +unhatchability +unhatchable +unhatched +unhatcheled +unhate +unhated +unhateful +unhating +unhatingly +unhatted +unhauled +unhaunt +unhaunted +unhave +unhawked +unhayed +unhazarded +unhazarding +unhazardous +unhazardousness +unhazed +unhead +unheaded +unheader +unheady +unheal +unhealable +unhealableness +unhealably +unhealed +unhealing +unhealth +unhealthful +unhealthfully +unhealthfulness +unhealthily +unhealthiness +unhealthsome +unhealthsomeness +unhealthy +unheaped +unhearable +unheard +unhearing +unhearsed +unheart +unhearten +unheartsome +unhearty +unheatable +unheated +unheathen +unheaved +unheaven +unheavenly +unheavily +unheaviness +unheavy +unhectored +unhedge +unhedged +unheed +unheeded +unheededly +unheedful +unheedfully +unheedfulness +unheeding +unheedingly +unheedy +unheeled +unheelpieced +unhefted +unheightened +unheired +unheld +unhele +unheler +unhelm +unhelmed +unhelmet +unhelmeted +unhelpable +unhelpableness +unhelped +unhelpful +unhelpfully +unhelpfulness +unhelping +unhelved +unhemmed +unheppen +unheralded +unheraldic +unherd +unherded +unhereditary +unheretical +unheritable +unhermetic +unhero +unheroic +unheroical +unheroically +unheroism +unheroize +unherolike +unhesitant +unhesitating +unhesitatingly +unhesitatingness +unheuristic +unhewable +unhewed +unhewn +unhex +unhid +unhidable +unhidableness +unhidably +unhidated +unhidden +unhide +unhidebound +unhideous +unhieratic +unhigh +unhilarious +unhinderable +unhinderably +unhindered +unhindering +unhinge +unhingement +unhinted +unhipped +unhired +unhissed +unhistoric +unhistorical +unhistorically +unhistory +unhistrionic +unhit +unhitch +unhitched +unhittable +unhive +unhoard +unhoarded +unhoarding +unhoary +unhoaxed +unhobble +unhocked +unhoed +unhogged +unhoist +unhoisted +unhold +unholiday +unholily +unholiness +unhollow +unhollowed +unholy +unhome +unhomelike +unhomelikeness +unhomeliness +unhomely +unhomish +unhomogeneity +unhomogeneous +unhomogeneously +unhomologous +unhoned +unhonest +unhonestly +unhoneyed +unhonied +unhonorable +unhonorably +unhonored +unhonoured +unhood +unhooded +unhoodwink +unhoodwinked +unhoofed +unhook +unhooked +unhoop +unhooped +unhooper +unhooted +unhoped +unhopedly +unhopedness +unhopeful +unhopefully +unhopefulness +unhoping +unhopingly +unhopped +unhoppled +unhorizoned +unhorizontal +unhorned +unhorny +unhoroscopic +unhorse +unhose +unhosed +unhospitable +unhospitableness +unhospitably +unhostile +unhostilely +unhostileness +unhostility +unhot +unhoundlike +unhouse +unhoused +unhouseled +unhouselike +unhousewifely +unhuddle +unhugged +unhull +unhulled +unhuman +unhumanize +unhumanized +unhumanly +unhumanness +unhumble +unhumbled +unhumbledness +unhumbleness +unhumbly +unhumbugged +unhumid +unhumiliated +unhumored +unhumorous +unhumorously +unhumorousness +unhumoured +unhung +unhuntable +unhunted +unhurdled +unhurled +unhurried +unhurriedly +unhurriedness +unhurrying +unhurryingly +unhurt +unhurted +unhurtful +unhurtfully +unhurtfulness +unhurting +unhusbanded +unhusbandly +unhushable +unhushed +unhushing +unhusk +unhusked +unhustled +unhustling +unhutched +unhuzzaed +unhydraulic +unhydrolyzed +unhygienic +unhygienically +unhygrometric +unhymeneal +unhymned +unhyphenated +unhyphened +unhypnotic +unhypnotizable +unhypnotize +unhypocritical +unhypocritically +unhypothecated +unhypothetical +unhysterical +uniambic +uniambically +uniangulate +uniarticular +uniarticulate +Uniat +uniat +Uniate +uniate +uniauriculate +uniauriculated +uniaxal +uniaxally +uniaxial +uniaxially +unibasal +unibivalent +unible +unibracteate +unibracteolate +unibranchiate +unicalcarate +unicameral +unicameralism +unicameralist +unicamerate +unicapsular +unicarinate +unicarinated +unice +uniced +unicell +unicellate +unicelled +unicellular +unicellularity +unicentral +unichord +uniciliate +unicism +unicist +unicity +uniclinal +unicolor +unicolorate +unicolored +unicolorous +uniconstant +unicorn +unicorneal +unicornic +unicornlike +unicornous +unicornuted +unicostate +unicotyledonous +unicum +unicursal +unicursality +unicursally +unicuspid +unicuspidate +unicycle +unicyclist +unidactyl +unidactyle +unidactylous +unideaed +unideal +unidealism +unidealist +unidealistic +unidealized +unidentate +unidentated +unidenticulate +unidentifiable +unidentifiableness +unidentifiably +unidentified +unidentifiedly +unidentifying +unideographic +unidextral +unidextrality +unidigitate +unidimensional +unidiomatic +unidiomatically +unidirect +unidirected +unidirection +unidirectional +unidle +unidleness +unidly +unidolatrous +unidolized +unidyllic +unie +uniembryonate +uniequivalent +uniface +unifaced +unifacial +unifactorial +unifarious +unifiable +unific +unification +unificationist +unificator +unified +unifiedly +unifiedness +unifier +unifilar +uniflagellate +unifloral +uniflorate +uniflorous +uniflow +uniflowered +unifocal +unifoliar +unifoliate +unifoliolate +Unifolium +uniform +uniformal +uniformalization +uniformalize +uniformally +uniformation +uniformed +uniformist +uniformitarian +uniformitarianism +uniformity +uniformization +uniformize +uniformless +uniformly +uniformness +unify +unigenesis +unigenetic +unigenist +unigenistic +unigenital +unigeniture +unigenous +uniglandular +uniglobular +unignitable +unignited +unignitible +unignominious +unignorant +unignored +unigravida +uniguttulate +unijugate +unijugous +unilabiate +unilabiated +unilamellar +unilamellate +unilaminar +unilaminate +unilateral +unilateralism +unilateralist +unilaterality +unilateralization +unilateralize +unilaterally +unilinear +unilingual +unilingualism +uniliteral +unilludedly +unillumed +unilluminated +unilluminating +unillumination +unillumined +unillusioned +unillusory +unillustrated +unillustrative +unillustrious +unilobal +unilobar +unilobate +unilobe +unilobed +unilobular +unilocular +unilocularity +uniloculate +unimacular +unimaged +unimaginable +unimaginableness +unimaginably +unimaginary +unimaginative +unimaginatively +unimaginativeness +unimagine +unimagined +unimanual +unimbanked +unimbellished +unimbezzled +unimbibed +unimbibing +unimbittered +unimbodied +unimboldened +unimbordered +unimbosomed +unimbowed +unimbowered +unimbroiled +unimbrowned +unimbrued +unimbued +unimedial +unimitable +unimitableness +unimitably +unimitated +unimitating +unimitative +unimmaculate +unimmanent +unimmediate +unimmerged +unimmergible +unimmersed +unimmigrating +unimmolated +unimmortal +unimmortalize +unimmortalized +unimmovable +unimmured +unimodal +unimodality +unimodular +unimolecular +unimolecularity +unimpair +unimpairable +unimpaired +unimpartable +unimparted +unimpartial +unimpassionate +unimpassioned +unimpassionedly +unimpassionedness +unimpatient +unimpawned +unimpeachability +unimpeachable +unimpeachableness +unimpeachably +unimpeached +unimpearled +unimped +unimpeded +unimpededly +unimpedible +unimpedness +unimpelled +unimpenetrable +unimperative +unimperial +unimperialistic +unimperious +unimpertinent +unimpinging +unimplanted +unimplicable +unimplicate +unimplicated +unimplicit +unimplicitly +unimplied +unimplorable +unimplored +unimpoisoned +unimportance +unimportant +unimportantly +unimported +unimporting +unimportunate +unimportunately +unimportuned +unimposed +unimposedly +unimposing +unimpostrous +unimpounded +unimpoverished +unimpowered +unimprecated +unimpregnable +unimpregnate +unimpregnated +unimpressed +unimpressibility +unimpressible +unimpressibleness +unimpressibly +unimpressionability +unimpressionable +unimpressive +unimpressively +unimpressiveness +unimprinted +unimprison +unimprisonable +unimprisoned +unimpropriated +unimprovable +unimprovableness +unimprovably +unimproved +unimprovedly +unimprovedness +unimprovement +unimproving +unimprovised +unimpugnable +unimpugned +unimpulsive +unimpurpled +unimputable +unimputed +unimucronate +unimultiplex +unimuscular +uninaugurated +unincantoned +unincarcerated +unincarnate +unincarnated +unincensed +uninchoative +unincidental +unincised +unincisive +unincited +uninclinable +uninclined +uninclining +uninclosed +uninclosedness +unincludable +unincluded +uninclusive +uninclusiveness +uninconvenienced +unincorporate +unincorporated +unincorporatedly +unincorporatedness +unincreasable +unincreased +unincreasing +unincubated +uninculcated +unincumbered +unindebted +unindebtedly +unindebtedness +unindemnified +unindentable +unindented +unindentured +unindexed +unindicable +unindicated +unindicative +unindictable +unindicted +unindifference +unindifferency +unindifferent +unindifferently +unindigent +unindignant +unindividual +unindividualize +unindividualized +unindividuated +unindorsed +uninduced +uninductive +unindulged +unindulgent +unindulgently +unindurated +unindustrial +unindustrialized +unindustrious +unindustriously +unindwellable +uninebriated +uninebriating +uninervate +uninerved +uninfallibility +uninfallible +uninfatuated +uninfectable +uninfected +uninfectious +uninfectiousness +uninfeft +uninferred +uninfested +uninfiltrated +uninfinite +uninfiniteness +uninfixed +uninflamed +uninflammability +uninflammable +uninflated +uninflected +uninflectedness +uninflicted +uninfluenceable +uninfluenced +uninfluencing +uninfluencive +uninfluential +uninfluentiality +uninfolded +uninformed +uninforming +uninfracted +uninfringeable +uninfringed +uninfringible +uninfuriated +uninfused +uningenious +uningeniously +uningeniousness +uningenuity +uningenuous +uningenuously +uningenuousness +uningested +uningrafted +uningrained +uninhabitability +uninhabitable +uninhabitableness +uninhabitably +uninhabited +uninhabitedness +uninhaled +uninheritability +uninheritable +uninherited +uninhibited +uninhibitive +uninhumed +uninimical +uniniquitous +uninitialed +uninitialled +uninitiate +uninitiated +uninitiatedness +uninitiation +uninjectable +uninjected +uninjurable +uninjured +uninjuredness +uninjuring +uninjurious +uninjuriously +uninjuriousness +uninked +uninlaid +uninn +uninnate +uninnocence +uninnocent +uninnocently +uninnocuous +uninnovating +uninoculable +uninoculated +uninodal +uninominal +uninquired +uninquiring +uninquisitive +uninquisitively +uninquisitiveness +uninquisitorial +uninsane +uninsatiable +uninscribed +uninserted +uninshrined +uninsinuated +uninsistent +uninsolvent +uninspected +uninspirable +uninspired +uninspiring +uninspiringly +uninspirited +uninspissated +uninstalled +uninstanced +uninstated +uninstigated +uninstilled +uninstituted +uninstructed +uninstructedly +uninstructedness +uninstructible +uninstructing +uninstructive +uninstructively +uninstructiveness +uninstrumental +uninsular +uninsulate +uninsulated +uninsultable +uninsulted +uninsulting +uninsurability +uninsurable +uninsured +unintegrated +unintellective +unintellectual +unintellectualism +unintellectuality +unintellectually +unintelligence +unintelligent +unintelligently +unintelligentsia +unintelligibility +unintelligible +unintelligibleness +unintelligibly +unintended +unintendedly +unintensive +unintent +unintentional +unintentionality +unintentionally +unintentionalness +unintently +unintentness +unintercalated +unintercepted +uninterchangeable +uninterdicted +uninterested +uninterestedly +uninterestedness +uninteresting +uninterestingly +uninterestingness +uninterferedwith +uninterjected +uninterlaced +uninterlarded +uninterleave +uninterleaved +uninterlined +uninterlinked +uninterlocked +unintermarrying +unintermediate +unintermingled +unintermission +unintermissive +unintermitted +unintermittedly +unintermittedness +unintermittent +unintermitting +unintermittingly +unintermittingness +unintermixed +uninternational +uninterpleaded +uninterpolated +uninterposed +uninterposing +uninterpretable +uninterpreted +uninterred +uninterrogable +uninterrogated +uninterrupted +uninterruptedly +uninterruptedness +uninterruptible +uninterruptibleness +uninterrupting +uninterruption +unintersected +uninterspersed +unintervening +uninterviewed +unintervolved +uninterwoven +uninthroned +unintimate +unintimated +unintimidated +unintitled +unintombed +unintoned +unintoxicated +unintoxicatedness +unintoxicating +unintrenchable +unintrenched +unintricate +unintrigued +unintriguing +unintroduced +unintroducible +unintroitive +unintromitted +unintrospective +unintruded +unintruding +unintrusive +unintrusively +unintrusted +unintuitive +unintwined +uninuclear +uninucleate +uninucleated +uninundated +uninured +uninurned +uninvadable +uninvaded +uninvaginated +uninvalidated +uninveighing +uninveigled +uninvented +uninventful +uninventibleness +uninventive +uninventively +uninventiveness +uninverted +uninvested +uninvestigable +uninvestigated +uninvestigating +uninvestigative +uninvidious +uninvidiously +uninvigorated +uninvincible +uninvite +uninvited +uninvitedly +uninviting +uninvoiced +uninvoked +uninvolved +uninweaved +uninwoven +uninwrapped +uninwreathed +Unio +unio +uniocular +unioid +Uniola +union +unioned +unionic +unionid +Unionidae +unioniform +unionism +unionist +unionistic +unionization +unionize +unionoid +unioval +uniovular +uniovulate +unipara +uniparental +uniparient +uniparous +unipartite +uniped +unipeltate +uniperiodic +unipersonal +unipersonalist +unipersonality +unipetalous +uniphase +uniphaser +uniphonous +uniplanar +uniplicate +unipod +unipolar +unipolarity +uniporous +unipotence +unipotent +unipotential +unipulse +uniquantic +unique +uniquely +uniqueness +uniquity +uniradial +uniradiate +uniradiated +uniradical +uniramose +uniramous +unirascible +unireme +unirenic +unirhyme +uniridescent +unironed +unironical +unirradiated +unirrigated +unirritable +unirritant +unirritated +unirritatedly +unirritating +unisepalous +uniseptate +uniserial +uniserially +uniseriate +uniseriately +uniserrate +uniserrulate +unisexed +unisexual +unisexuality +unisexually +unisilicate +unisoil +unisolable +unisolate +unisolated +unisomeric +unisometrical +unisomorphic +unison +unisonal +unisonally +unisonance +unisonant +unisonous +unisotropic +unisparker +unispiculate +unispinose +unispiral +unissuable +unissued +unistylist +unisulcate +unit +unitage +unital +unitalicized +Unitarian +unitarian +Unitarianism +Unitarianize +unitarily +unitariness +unitarism +unitarist +unitary +unite +uniteability +uniteable +uniteably +united +unitedly +unitedness +unitemized +unitentacular +uniter +uniting +unitingly +unition +unitism +unitistic +unitive +unitively +unitiveness +unitize +unitooth +unitrivalent +unitrope +unituberculate +unitude +unity +uniunguiculate +uniungulate +univalence +univalency +univalent +univalvate +univalve +univalvular +univariant +univerbal +universal +universalia +Universalian +Universalism +universalism +Universalist +universalist +Universalistic +universalistic +universality +universalization +universalize +universalizer +universally +universalness +universanimous +universe +universeful +universitarian +universitarianism +universitary +universitize +university +universityless +universitylike +universityship +universological +universologist +universology +univied +univocability +univocacy +univocal +univocalized +univocally +univocity +univoltine +univorous +unjacketed +unjaded +unjagged +unjailed +unjam +unjapanned +unjarred +unjarring +unjaundiced +unjaunty +unjealous +unjealoused +unjellied +unjesting +unjesuited +unjesuitical +unjesuitically +unjewel +unjeweled +unjewelled +Unjewish +unjilted +unjocose +unjocund +unjogged +unjogging +unjoin +unjoinable +unjoint +unjointed +unjointedness +unjointured +unjoking +unjokingly +unjolly +unjolted +unjostled +unjournalized +unjovial +unjovially +unjoyed +unjoyful +unjoyfully +unjoyfulness +unjoyous +unjoyously +unjoyousness +unjudgable +unjudge +unjudged +unjudgelike +unjudging +unjudicable +unjudicial +unjudicially +unjudicious +unjudiciously +unjudiciousness +unjuggled +unjuiced +unjuicy +unjumbled +unjumpable +unjust +unjustice +unjusticiable +unjustifiable +unjustifiableness +unjustifiably +unjustified +unjustifiedly +unjustifiedness +unjustify +unjustled +unjustly +unjustness +unjuvenile +unkaiserlike +unkamed +unked +unkeeled +unkembed +unkempt +unkemptly +unkemptness +unken +unkenned +unkennedness +unkennel +unkenneled +unkenning +unkensome +unkept +unkerchiefed +unket +unkey +unkeyed +unkicked +unkid +unkill +unkillability +unkillable +unkilled +unkilling +unkilned +unkin +unkind +unkindhearted +unkindled +unkindledness +unkindlily +unkindliness +unkindling +unkindly +unkindness +unkindred +unkindredly +unking +unkingdom +unkinged +unkinger +unkinglike +unkingly +unkink +unkinlike +unkirk +unkiss +unkissed +unkist +unknave +unkneaded +unkneeling +unknelled +unknew +unknight +unknighted +unknightlike +unknit +unknittable +unknitted +unknitting +unknocked +unknocking +unknot +unknotted +unknotty +unknow +unknowability +unknowable +unknowableness +unknowably +unknowing +unknowingly +unknowingness +unknowledgeable +unknown +unknownly +unknownness +unknownst +unkodaked +unkoshered +unlabeled +unlabialize +unlabiate +unlaborable +unlabored +unlaboring +unlaborious +unlaboriously +unlaboriousness +unlace +unlaced +unlacerated +unlackeyed +unlacquered +unlade +unladen +unladled +unladyfied +unladylike +unlagging +unlaid +unlame +unlamed +unlamented +unlampooned +unlanced +unland +unlanded +unlandmarked +unlanguaged +unlanguid +unlanguishing +unlanterned +unlap +unlapped +unlapsed +unlapsing +unlarded +unlarge +unlash +unlashed +unlasher +unlassoed +unlasting +unlatch +unlath +unlathed +unlathered +unlatinized +unlatticed +unlaudable +unlaudableness +unlaudably +unlauded +unlaugh +unlaughing +unlaunched +unlaundered +unlaureled +unlaved +unlaving +unlavish +unlavished +unlaw +unlawed +unlawful +unlawfully +unlawfulness +unlawlearned +unlawlike +unlawly +unlawyered +unlawyerlike +unlay +unlayable +unleached +unlead +unleaded +unleaderly +unleaf +unleafed +unleagued +unleaguer +unleakable +unleaky +unleal +unlean +unleared +unlearn +unlearnability +unlearnable +unlearnableness +unlearned +unlearnedly +unlearnedness +unlearning +unlearnt +unleasable +unleased +unleash +unleashed +unleathered +unleave +unleaved +unleavenable +unleavened +unlectured +unled +unleft +unlegacied +unlegal +unlegalized +unlegally +unlegalness +unlegate +unlegislative +unleisured +unleisuredness +unleisurely +unlenient +unlensed +unlent +unless +unlessened +unlessoned +unlet +unlettable +unletted +unlettered +unletteredly +unletteredness +unlettering +unletterlike +unlevel +unleveled +unlevelly +unlevelness +unlevied +unlevigated +unlexicographical +unliability +unliable +unlibeled +unliberal +unliberalized +unliberated +unlibidinous +unlicensed +unlicentiated +unlicentious +unlichened +unlickable +unlicked +unlid +unlidded +unlie +unlifelike +unliftable +unlifted +unlifting +unligable +unligatured +unlight +unlighted +unlightedly +unlightedness +unlightened +unlignified +unlikable +unlikableness +unlikably +unlike +unlikeable +unlikeableness +unlikeably +unliked +unlikelihood +unlikeliness +unlikely +unliken +unlikeness +unliking +unlimb +unlimber +unlime +unlimed +unlimitable +unlimitableness +unlimitably +unlimited +unlimitedly +unlimitedness +unlimitless +unlimned +unlimp +unline +unlineal +unlined +unlingering +unlink +unlinked +unlionlike +unliquefiable +unliquefied +unliquid +unliquidatable +unliquidated +unliquidating +unliquidation +unliquored +unlisping +unlist +unlisted +unlistened +unlistening +unlisty +unlit +unliteral +unliterally +unliteralness +unliterary +unliterate +unlitigated +unlitten +unlittered +unliturgical +unliturgize +unlivable +unlivableness +unlivably +unlive +unliveable +unliveableness +unliveably +unliveliness +unlively +unliveried +unlivery +unliving +unlizardlike +unload +unloaded +unloaden +unloader +unloafing +unloanably +unloaned +unloaning +unloath +unloathed +unloathful +unloathly +unloathsome +unlobed +unlocal +unlocalizable +unlocalize +unlocalized +unlocally +unlocated +unlock +unlockable +unlocked +unlocker +unlocking +unlocomotive +unlodge +unlodged +unlofty +unlogged +unlogic +unlogical +unlogically +unlogicalness +unlonely +unlook +unlooked +unloop +unlooped +unloosable +unloosably +unloose +unloosen +unloosening +unloosing +unlooted +unlopped +unloquacious +unlord +unlorded +unlordly +unlosable +unlosableness +unlost +unlotted +unlousy +unlovable +unlovableness +unlovably +unlove +unloveable +unloveableness +unloveably +unloved +unlovelily +unloveliness +unlovely +unloverlike +unloverly +unloving +unlovingly +unlovingness +unlowered +unlowly +unloyal +unloyally +unloyalty +unlubricated +unlucent +unlucid +unluck +unluckful +unluckily +unluckiness +unlucky +unlucrative +unludicrous +unluffed +unlugged +unlugubrious +unluminous +unlumped +unlunar +unlured +unlust +unlustily +unlustiness +unlustrous +unlusty +unlute +unluted +unluxated +unluxuriant +unluxurious +unlycanthropize +unlying +unlyrical +unlyrically +unmacadamized +unmacerated +unmachinable +unmackly +unmad +unmadded +unmaddened +unmade +unmagic +unmagical +unmagisterial +unmagistratelike +unmagnanimous +unmagnetic +unmagnetical +unmagnetized +unmagnified +unmagnify +unmaid +unmaidenlike +unmaidenliness +unmaidenly +unmail +unmailable +unmailableness +unmailed +unmaimable +unmaimed +unmaintainable +unmaintained +unmajestic +unmakable +unmake +unmaker +unmalevolent +unmalicious +unmalignant +unmaligned +unmalleability +unmalleable +unmalleableness +unmalled +unmaltable +unmalted +unmammalian +unmammonized +unman +unmanacle +unmanacled +unmanageable +unmanageableness +unmanageably +unmanaged +unmancipated +unmandated +unmanducated +unmaned +unmaneged +unmanful +unmanfully +unmangled +unmaniable +unmaniac +unmaniacal +unmanicured +unmanifest +unmanifested +unmanipulatable +unmanipulated +unmanlike +unmanlily +unmanliness +unmanly +unmanned +unmanner +unmannered +unmanneredly +unmannerliness +unmannerly +unmannish +unmanored +unmantle +unmantled +unmanufacturable +unmanufactured +unmanumissible +unmanumitted +unmanurable +unmanured +unmappable +unmapped +unmarbled +unmarch +unmarching +unmarginal +unmarginated +unmarine +unmaritime +unmarkable +unmarked +unmarketable +unmarketed +unmarled +unmarred +unmarriable +unmarriageability +unmarriageable +unmarried +unmarring +unmarry +unmarrying +unmarshaled +unmartial +unmartyr +unmartyred +unmarvelous +unmasculine +unmashed +unmask +unmasked +unmasker +unmasking +unmasquerade +unmassacred +unmassed +unmast +unmaster +unmasterable +unmastered +unmasterful +unmasticable +unmasticated +unmatchable +unmatchableness +unmatchably +unmatched +unmatchedness +unmate +unmated +unmaterial +unmaterialistic +unmateriate +unmaternal +unmathematical +unmathematically +unmating +unmatriculated +unmatrimonial +unmatronlike +unmatted +unmature +unmatured +unmaturely +unmatureness +unmaturing +unmaturity +unmauled +unmaze +unmeaning +unmeaningly +unmeaningness +unmeant +unmeasurable +unmeasurableness +unmeasurably +unmeasured +unmeasuredly +unmeasuredness +unmeated +unmechanic +unmechanical +unmechanically +unmechanistic +unmechanize +unmechanized +unmedaled +unmedalled +unmeddle +unmeddled +unmeddlesome +unmeddling +unmeddlingly +unmeddlingness +unmediaeval +unmediated +unmediatized +unmedicable +unmedical +unmedicated +unmedicative +unmedicinable +unmedicinal +unmeditated +unmeditative +unmediumistic +unmedullated +unmeek +unmeekly +unmeekness +unmeet +unmeetable +unmeetly +unmeetness +unmelancholy +unmeliorated +unmellow +unmellowed +unmelodic +unmelodious +unmelodiously +unmelodiousness +unmelodized +unmelodramatic +unmeltable +unmeltableness +unmeltably +unmelted +unmeltedness +unmelting +unmember +unmemoired +unmemorable +unmemorialized +unmemoried +unmemorized +unmenaced +unmenacing +unmendable +unmendableness +unmendably +unmendacious +unmended +unmenial +unmenseful +unmenstruating +unmensurable +unmental +unmentionability +unmentionable +unmentionableness +unmentionables +unmentionably +unmentioned +unmercantile +unmercenariness +unmercenary +unmercerized +unmerchantable +unmerchantlike +unmerchantly +unmerciful +unmercifully +unmercifulness +unmercurial +unmeretricious +unmerge +unmerged +unmeridional +unmerited +unmeritedly +unmeritedness +unmeriting +unmeritorious +unmeritoriously +unmeritoriousness +unmerry +unmesh +unmesmeric +unmesmerize +unmesmerized +unmet +unmetaled +unmetalized +unmetalled +unmetallic +unmetallurgical +unmetamorphosed +unmetaphorical +unmetaphysic +unmetaphysical +unmeted +unmeteorological +unmetered +unmethodical +unmethodically +unmethodicalness +unmethodized +unmethodizing +unmethylated +unmeticulous +unmetric +unmetrical +unmetrically +unmetricalness +unmetropolitan +unmettle +unmew +unmewed +unmicaceous +unmicrobic +unmicroscopic +unmidwifed +unmighty +unmigrating +unmildewed +unmilitant +unmilitarily +unmilitariness +unmilitaristic +unmilitarized +unmilitary +unmilked +unmilled +unmillinered +unmilted +unmimicked +unminable +unminced +unmincing +unmind +unminded +unmindful +unmindfully +unmindfulness +unminding +unmined +unmineralized +unmingle +unmingleable +unmingled +unmingling +unminimized +unminished +unminister +unministered +unministerial +unministerially +unminted +unminuted +unmiracled +unmiraculous +unmiraculously +unmired +unmirrored +unmirthful +unmirthfully +unmirthfulness +unmiry +unmisanthropic +unmiscarrying +unmischievous +unmiscible +unmisconceivable +unmiserly +unmisgiving +unmisgivingly +unmisguided +unmisinterpretable +unmisled +unmissable +unmissed +unmissionary +unmissionized +unmist +unmistakable +unmistakableness +unmistakably +unmistakedly +unmistaken +unmistakingly +unmistressed +unmistrusted +unmistrustful +unmistrusting +unmisunderstandable +unmisunderstanding +unmisunderstood +unmiter +unmitigable +unmitigated +unmitigatedly +unmitigatedness +unmitigative +unmittened +unmix +unmixable +unmixableness +unmixed +unmixedly +unmixedness +unmoaned +unmoated +unmobbed +unmobilized +unmocked +unmocking +unmockingly +unmodel +unmodeled +unmodelled +unmoderate +unmoderately +unmoderateness +unmoderating +unmodern +unmodernity +unmodernize +unmodernized +unmodest +unmodifiable +unmodifiableness +unmodifiably +unmodified +unmodifiedness +unmodish +unmodulated +unmoiled +unmoist +unmoisten +unmold +unmoldable +unmolded +unmoldered +unmoldering +unmoldy +unmolested +unmolestedly +unmolesting +unmollifiable +unmollifiably +unmollified +unmollifying +unmolten +unmomentary +unmomentous +unmomentously +unmonarch +unmonarchical +unmonastic +unmonetary +unmoneyed +unmonistic +unmonitored +unmonkish +unmonkly +unmonopolize +unmonopolized +unmonopolizing +unmonotonous +unmonumented +unmoor +unmoored +unmooted +unmopped +unmoral +unmoralist +unmorality +unmoralize +unmoralized +unmoralizing +unmorally +unmoralness +unmorbid +unmordanted +unmoribund +unmorose +unmorphological +unmortal +unmortared +unmortgage +unmortgageable +unmortgaged +unmortified +unmortifiedly +unmortifiedness +unmortise +unmortised +unmossed +unmothered +unmotherly +unmotionable +unmotivated +unmotivatedly +unmotivatedness +unmotived +unmotorized +unmottled +unmounded +unmount +unmountable +unmountainous +unmounted +unmounting +unmourned +unmournful +unmourning +unmouthable +unmouthed +unmouthpieced +unmovability +unmovable +unmovableness +unmovably +unmoved +unmovedly +unmoving +unmovingly +unmovingness +unmowed +unmown +unmucilaged +unmudded +unmuddied +unmuddle +unmuddled +unmuddy +unmuffle +unmuffled +unmulcted +unmulish +unmulled +unmullioned +unmultipliable +unmultiplied +unmultipliedly +unmultiply +unmummied +unmummify +unmunched +unmundane +unmundified +unmunicipalized +unmunificent +unmunitioned +unmurmured +unmurmuring +unmurmuringly +unmurmurous +unmuscled +unmuscular +unmusical +unmusicality +unmusically +unmusicalness +unmusicianly +unmusked +unmussed +unmusted +unmusterable +unmustered +unmutated +unmutation +unmuted +unmutilated +unmutinous +unmuttered +unmutual +unmutualized +unmuzzle +unmuzzled +unmuzzling +unmyelinated +unmysterious +unmysteriously +unmystery +unmystical +unmysticize +unmystified +unmythical +unnabbed +unnagged +unnagging +unnail +unnailed +unnaked +unnamability +unnamable +unnamableness +unnamably +unname +unnameability +unnameable +unnameableness +unnameably +unnamed +unnapkined +unnapped +unnarcotic +unnarrated +unnarrow +unnation +unnational +unnationalized +unnative +unnatural +unnaturalism +unnaturalist +unnaturalistic +unnaturality +unnaturalizable +unnaturalize +unnaturalized +unnaturally +unnaturalness +unnature +unnautical +unnavigability +unnavigable +unnavigableness +unnavigably +unnavigated +unneaped +unnearable +unneared +unnearly +unnearness +unneat +unneatly +unneatness +unnebulous +unnecessarily +unnecessariness +unnecessary +unnecessitated +unnecessitating +unnecessity +unneeded +unneedful +unneedfully +unneedfulness +unneedy +unnefarious +unnegated +unneglected +unnegligent +unnegotiable +unnegotiableness +unnegotiably +unnegotiated +unnegro +unneighbored +unneighborlike +unneighborliness +unneighborly +unnephritic +unnerve +unnerved +unnervous +unnest +unnestle +unnestled +unneth +unnethe +unnethes +unnethis +unnetted +unnettled +unneurotic +unneutral +unneutralized +unneutrally +unnew +unnewly +unnewness +unnibbed +unnibbied +unnice +unnicely +unniceness +unniched +unnicked +unnickeled +unnickelled +unnicknamed +unniggard +unniggardly +unnigh +unnimbed +unnimble +unnimbleness +unnimbly +unnipped +unnitrogenized +unnobilitated +unnobility +unnoble +unnobleness +unnobly +unnoised +unnomadic +unnominated +unnonsensical +unnoosed +unnormal +unnorthern +unnose +unnosed +unnotable +unnotched +unnoted +unnoteworthy +unnoticeable +unnoticeableness +unnoticeably +unnoticed +unnoticing +unnotified +unnotify +unnoting +unnourishable +unnourished +unnourishing +unnovel +unnovercal +unnucleated +unnullified +unnumberable +unnumberableness +unnumberably +unnumbered +unnumberedness +unnumerical +unnumerous +unnurtured +unnutritious +unnutritive +unnuzzled +unnymphlike +unoared +unobdurate +unobedience +unobedient +unobediently +unobese +unobeyed +unobeying +unobjected +unobjectionable +unobjectionableness +unobjectionably +unobjectional +unobjective +unobligated +unobligatory +unobliged +unobliging +unobligingly +unobligingness +unobliterable +unobliterated +unoblivious +unobnoxious +unobscene +unobscure +unobscured +unobsequious +unobsequiously +unobsequiousness +unobservable +unobservance +unobservant +unobservantly +unobservantness +unobserved +unobservedly +unobserving +unobservingly +unobsessed +unobsolete +unobstinate +unobstruct +unobstructed +unobstructedly +unobstructedness +unobstructive +unobstruent +unobtainable +unobtainableness +unobtainably +unobtained +unobtruded +unobtruding +unobtrusive +unobtrusively +unobtrusiveness +unobtunded +unobumbrated +unobverted +unobviated +unobvious +unoccasional +unoccasioned +unoccidental +unoccluded +unoccupancy +unoccupation +unoccupied +unoccupiedly +unoccupiedness +unoccurring +unoceanic +unocular +unode +unodious +unodoriferous +unoecumenic +unoecumenical +unoffendable +unoffended +unoffendedly +unoffender +unoffending +unoffendingly +unoffensive +unoffensively +unoffensiveness +unoffered +unofficed +unofficered +unofficerlike +unofficial +unofficialdom +unofficially +unofficialness +unofficiating +unofficinal +unofficious +unofficiously +unofficiousness +unoffset +unoften +unogled +unoil +unoiled +unoiling +unoily +unold +unomened +unominous +unomitted +unomnipotent +unomniscient +Unona +unonerous +unontological +unopaque +unoped +unopen +unopenable +unopened +unopening +unopenly +unopenness +unoperably +unoperated +unoperatic +unoperating +unoperative +unoperculate +unoperculated +unopined +unopinionated +unoppignorated +unopportune +unopportunely +unopportuneness +unopposable +unopposed +unopposedly +unopposedness +unopposite +unoppressed +unoppressive +unoppressively +unoppressiveness +unopprobrious +unoppugned +unopulence +unopulent +unoratorial +unoratorical +unorbed +unorbital +unorchestrated +unordain +unordainable +unordained +unorder +unorderable +unordered +unorderly +unordinarily +unordinariness +unordinary +unordinate +unordinately +unordinateness +unordnanced +unorganic +unorganical +unorganically +unorganicalness +unorganizable +unorganized +unorganizedly +unorganizedness +unoriental +unorientalness +unoriented +unoriginal +unoriginality +unoriginally +unoriginalness +unoriginate +unoriginated +unoriginatedness +unoriginately +unoriginateness +unorigination +unoriginative +unoriginatively +unoriginativeness +unorn +unornamental +unornamentally +unornamentalness +unornamented +unornate +unornithological +unornly +unorphaned +unorthodox +unorthodoxically +unorthodoxly +unorthodoxness +unorthodoxy +unorthographical +unorthographically +unoscillating +unosculated +unossified +unostensible +unostentation +unostentatious +unostentatiously +unostentatiousness +unoutgrown +unoutlawed +unoutraged +unoutspeakable +unoutspoken +unoutworn +unoverclouded +unovercome +unoverdone +unoverdrawn +unoverflowing +unoverhauled +unoverleaped +unoverlooked +unoverpaid +unoverpowered +unoverruled +unovert +unovertaken +unoverthrown +unovervalued +unoverwhelmed +unowed +unowing +unown +unowned +unoxidable +unoxidated +unoxidizable +unoxidized +unoxygenated +unoxygenized +unpacable +unpaced +unpacifiable +unpacific +unpacified +unpacifiedly +unpacifiedness +unpacifist +unpack +unpacked +unpacker +unpadded +unpadlocked +unpagan +unpaganize +unpaged +unpaginal +unpaid +unpained +unpainful +unpaining +unpainstaking +unpaint +unpaintability +unpaintable +unpaintableness +unpaintably +unpainted +unpaintedly +unpaintedness +unpaired +unpalatability +unpalatable +unpalatableness +unpalatably +unpalatal +unpalatial +unpale +unpaled +unpalisaded +unpalisadoed +unpalled +unpalliable +unpalliated +unpalpable +unpalped +unpalpitating +unpalsied +unpampered +unpanegyrized +unpanel +unpaneled +unpanelled +unpanged +unpanniered +unpanoplied +unpantheistic +unpanting +unpapal +unpapaverous +unpaper +unpapered +unparaded +unparadise +unparadox +unparagoned +unparagonized +unparagraphed +unparallel +unparallelable +unparalleled +unparalleledly +unparalleledness +unparallelness +unparalyzed +unparaphrased +unparasitical +unparcel +unparceled +unparceling +unparcelled +unparcelling +unparch +unparched +unparching +unpardon +unpardonable +unpardonableness +unpardonably +unpardoned +unpardonedness +unpardoning +unpared +unparented +unparfit +unpargeted +unpark +unparked +unparking +unparliamentary +unparliamented +unparodied +unparrel +unparriable +unparried +unparroted +unparrying +unparsed +unparsimonious +unparsonic +unparsonical +unpartable +unpartableness +unpartably +unpartaken +unpartaking +unparted +unpartial +unpartiality +unpartially +unpartialness +unparticipant +unparticipated +unparticipating +unparticipative +unparticular +unparticularized +unparticularizing +unpartisan +unpartitioned +unpartizan +unpartnered +unpartook +unparty +unpass +unpassable +unpassableness +unpassably +unpassed +unpassing +unpassionate +unpassionately +unpassionateness +unpassioned +unpassive +unpaste +unpasted +unpasteurized +unpasting +unpastor +unpastoral +unpastured +unpatched +unpatent +unpatentable +unpatented +unpaternal +unpathed +unpathetic +unpathwayed +unpatient +unpatiently +unpatientness +unpatriarchal +unpatrician +unpatriotic +unpatriotically +unpatriotism +unpatristic +unpatrolled +unpatronizable +unpatronized +unpatronizing +unpatted +unpatterned +unpaunch +unpaunched +unpauperized +unpausing +unpausingly +unpave +unpaved +unpavilioned +unpaving +unpawed +unpawn +unpawned +unpayable +unpayableness +unpayably +unpaying +unpayment +unpeace +unpeaceable +unpeaceableness +unpeaceably +unpeaceful +unpeacefully +unpeacefulness +unpealed +unpearled +unpebbled +unpeccable +unpecked +unpecuniarily +unpedagogical +unpedantic +unpeddled +unpedestal +unpedigreed +unpeel +unpeelable +unpeelableness +unpeeled +unpeerable +unpeered +unpeg +unpejorative +unpelagic +unpelted +unpen +unpenal +unpenalized +unpenanced +unpenciled +unpencilled +unpenetrable +unpenetrated +unpenetrating +unpenitent +unpenitently +unpenitentness +unpenned +unpennied +unpennoned +unpensionable +unpensionableness +unpensioned +unpensioning +unpent +unpenurious +unpeople +unpeopled +unpeopling +unperceived +unperceivedly +unperceptible +unperceptibly +unperceptive +unperch +unperched +unpercipient +unpercolated +unpercussed +unperfect +unperfected +unperfectedly +unperfectedness +unperfectly +unperfectness +unperfidious +unperflated +unperforate +unperforated +unperformable +unperformance +unperformed +unperforming +unperfumed +unperilous +unperiodic +unperiodical +unperiphrased +unperishable +unperishableness +unperishably +unperished +unperishing +unperjured +unpermanency +unpermanent +unpermanently +unpermeable +unpermeated +unpermissible +unpermissive +unpermitted +unpermitting +unpermixed +unpernicious +unperpendicular +unperpetrated +unperpetuated +unperplex +unperplexed +unperplexing +unpersecuted +unpersecutive +unperseverance +unpersevering +unperseveringly +unperseveringness +unpersonable +unpersonableness +unpersonal +unpersonality +unpersonified +unpersonify +unperspicuous +unperspirable +unperspiring +unpersuadable +unpersuadableness +unpersuadably +unpersuaded +unpersuadedness +unpersuasibleness +unpersuasion +unpersuasive +unpersuasively +unpersuasiveness +unpertaining +unpertinent +unpertinently +unperturbed +unperturbedly +unperturbedness +unperuked +unperused +unpervaded +unperverse +unpervert +unperverted +unpervious +unpessimistic +unpestered +unpestilential +unpetal +unpetitioned +unpetrified +unpetrify +unpetticoated +unpetulant +unpharasaic +unpharasaical +unphased +unphenomenal +unphilanthropic +unphilanthropically +unphilological +unphilosophic +unphilosophically +unphilosophicalness +unphilosophize +unphilosophized +unphilosophy +unphlegmatic +unphonetic +unphoneticness +unphonographed +unphosphatized +unphotographed +unphrasable +unphrasableness +unphrased +unphrenological +unphysical +unphysically +unphysicianlike +unphysicked +unphysiological +unpicaresque +unpick +unpickable +unpicked +unpicketed +unpickled +unpictorial +unpictorially +unpicturability +unpicturable +unpictured +unpicturesque +unpicturesquely +unpicturesqueness +unpiece +unpieced +unpierceable +unpierced +unpiercing +unpiety +unpigmented +unpile +unpiled +unpilfered +unpilgrimlike +unpillaged +unpillared +unpilled +unpilloried +unpillowed +unpiloted +unpimpled +unpin +unpinched +unpining +unpinion +unpinioned +unpinked +unpinned +unpious +unpiped +unpiqued +unpirated +unpitched +unpiteous +unpiteously +unpiteousness +unpitiable +unpitiably +unpitied +unpitiedly +unpitiedness +unpitiful +unpitifully +unpitifulness +unpitted +unpitying +unpityingly +unpityingness +unplacable +unplacably +unplacated +unplace +unplaced +unplacid +unplagiarized +unplagued +unplaid +unplain +unplained +unplainly +unplainness +unplait +unplaited +unplan +unplaned +unplanished +unplank +unplanked +unplanned +unplannedly +unplannedness +unplant +unplantable +unplanted +unplantlike +unplashed +unplaster +unplastered +unplastic +unplat +unplated +unplatted +unplausible +unplausibleness +unplausibly +unplayable +unplayed +unplayful +unplaying +unpleached +unpleadable +unpleaded +unpleading +unpleasable +unpleasant +unpleasantish +unpleasantly +unpleasantness +unpleasantry +unpleased +unpleasing +unpleasingly +unpleasingness +unpleasurable +unpleasurably +unpleasure +unpleat +unpleated +unplebeian +unpledged +unplenished +unplenteous +unplentiful +unplentifulness +unpliable +unpliableness +unpliably +unpliancy +unpliant +unpliantly +unplied +unplighted +unplodding +unplotted +unplotting +unplough +unploughed +unplow +unplowed +unplucked +unplug +unplugged +unplugging +unplumb +unplumbed +unplume +unplumed +unplummeted +unplump +unplundered +unplunge +unplunged +unplutocratic +unplutocratically +unpoached +unpocket +unpocketed +unpodded +unpoetic +unpoetically +unpoeticalness +unpoeticized +unpoetize +unpoetized +unpoignard +unpointed +unpointing +unpoise +unpoised +unpoison +unpoisonable +unpoisoned +unpoisonous +unpolarizable +unpolarized +unpoled +unpolemical +unpolemically +unpoliced +unpolicied +unpolish +unpolishable +unpolished +unpolishedness +unpolite +unpolitely +unpoliteness +unpolitic +unpolitical +unpolitically +unpoliticly +unpollarded +unpolled +unpollutable +unpolluted +unpollutedly +unpolluting +unpolymerized +unpompous +unpondered +unpontifical +unpooled +unpope +unpopular +unpopularity +unpopularize +unpopularly +unpopularness +unpopulate +unpopulated +unpopulous +unpopulousness +unporous +unportable +unportended +unportentous +unportioned +unportly +unportmanteaued +unportraited +unportrayable +unportrayed +unportuous +unposed +unposing +unpositive +unpossessable +unpossessed +unpossessedness +unpossessing +unpossibility +unpossible +unpossibleness +unpossibly +unposted +unpostered +unposthumous +unpostmarked +unpostponable +unpostponed +unpostulated +unpot +unpotted +unpouched +unpoulticed +unpounced +unpounded +unpoured +unpowdered +unpower +unpowerful +unpowerfulness +unpracticability +unpracticable +unpracticableness +unpracticably +unpractical +unpracticality +unpractically +unpracticalness +unpractice +unpracticed +unpragmatical +unpraisable +unpraise +unpraised +unpraiseful +unpraiseworthy +unpranked +unpray +unprayable +unprayed +unprayerful +unpraying +unpreach +unpreached +unpreaching +unprecarious +unprecautioned +unpreceded +unprecedented +unprecedentedly +unprecedentedness +unprecedential +unprecedently +unprecious +unprecipitate +unprecipitated +unprecise +unprecisely +unpreciseness +unprecluded +unprecludible +unprecocious +unpredacious +unpredestinated +unpredestined +unpredicable +unpredicated +unpredict +unpredictable +unpredictableness +unpredictably +unpredicted +unpredictedness +unpredicting +unpredisposed +unpredisposing +unpreened +unprefaced +unpreferable +unpreferred +unprefigured +unprefined +unprefixed +unpregnant +unprejudged +unprejudicated +unprejudice +unprejudiced +unprejudicedly +unprejudicedness +unprejudiciable +unprejudicial +unprejudicially +unprejudicialness +unprelatic +unprelatical +unpreluded +unpremature +unpremeditate +unpremeditated +unpremeditatedly +unpremeditatedness +unpremeditately +unpremeditation +unpremonished +unpremonstrated +unprenominated +unprenticed +unpreoccupied +unpreordained +unpreparation +unprepare +unprepared +unpreparedly +unpreparedness +unpreparing +unpreponderated +unpreponderating +unprepossessedly +unprepossessing +unprepossessingly +unprepossessingness +unpreposterous +unpresaged +unpresageful +unpresaging +unpresbyterated +unprescient +unprescinded +unprescribed +unpresentability +unpresentable +unpresentableness +unpresentably +unpresented +unpreservable +unpreserved +unpresidential +unpresiding +unpressed +unpresumable +unpresumed +unpresuming +unpresumingness +unpresumptuous +unpresumptuously +unpresupposed +unpretended +unpretending +unpretendingly +unpretendingness +unpretentious +unpretentiously +unpretentiousness +unpretermitted +unpreternatural +unprettiness +unpretty +unprevailing +unprevalent +unprevaricating +unpreventable +unpreventableness +unpreventably +unprevented +unpreventible +unpreventive +unpriceably +unpriced +unpricked +unprickled +unprickly +unpriest +unpriestlike +unpriestly +unpriggish +unprim +unprime +unprimed +unprimitive +unprimmed +unprince +unprincelike +unprinceliness +unprincely +unprincess +unprincipal +unprinciple +unprincipled +unprincipledly +unprincipledness +unprint +unprintable +unprintableness +unprintably +unprinted +unpriority +unprismatic +unprison +unprisonable +unprisoned +unprivate +unprivileged +unprizable +unprized +unprobated +unprobationary +unprobed +unprobity +unproblematic +unproblematical +unprocessed +unproclaimed +unprocrastinated +unprocreant +unprocreated +unproctored +unprocurable +unprocurableness +unprocure +unprocured +unproded +unproduceable +unproduceableness +unproduceably +unproduced +unproducedness +unproducible +unproducibleness +unproducibly +unproductive +unproductively +unproductiveness +unproductivity +unprofanable +unprofane +unprofaned +unprofessed +unprofessing +unprofessional +unprofessionalism +unprofessionally +unprofessorial +unproffered +unproficiency +unproficient +unproficiently +unprofit +unprofitable +unprofitableness +unprofitably +unprofited +unprofiteering +unprofiting +unprofound +unprofuse +unprofusely +unprofuseness +unprognosticated +unprogressed +unprogressive +unprogressively +unprogressiveness +unprohibited +unprohibitedness +unprohibitive +unprojected +unprojecting +unproliferous +unprolific +unprolix +unprologued +unprolonged +unpromiscuous +unpromise +unpromised +unpromising +unpromisingly +unpromisingness +unpromotable +unpromoted +unprompted +unpromptly +unpromulgated +unpronounce +unpronounceable +unpronounced +unpronouncing +unproofread +unprop +unpropagated +unpropelled +unpropense +unproper +unproperly +unproperness +unpropertied +unprophesiable +unprophesied +unprophetic +unprophetical +unprophetically +unprophetlike +unpropitiable +unpropitiated +unpropitiatedness +unpropitiatory +unpropitious +unpropitiously +unpropitiousness +unproportion +unproportionable +unproportionableness +unproportionably +unproportional +unproportionality +unproportionally +unproportionate +unproportionately +unproportionateness +unproportioned +unproportionedly +unproportionedness +unproposed +unproposing +unpropounded +unpropped +unpropriety +unprorogued +unprosaic +unproscribable +unproscribed +unprosecutable +unprosecuted +unprosecuting +unproselyte +unproselyted +unprosodic +unprospected +unprospective +unprosperably +unprospered +unprosperity +unprosperous +unprosperously +unprosperousness +unprostitute +unprostituted +unprostrated +unprotectable +unprotected +unprotectedly +unprotectedness +unprotective +unprotestant +unprotestantize +unprotested +unprotesting +unprotruded +unprotruding +unprotrusive +unproud +unprovability +unprovable +unprovableness +unprovably +unproved +unprovedness +unproven +unproverbial +unprovidable +unprovide +unprovided +unprovidedly +unprovidedness +unprovidenced +unprovident +unprovidential +unprovidently +unprovincial +unproving +unprovision +unprovisioned +unprovocative +unprovokable +unprovoke +unprovoked +unprovokedly +unprovokedness +unprovoking +unproximity +unprudence +unprudent +unprudently +unpruned +unprying +unpsychic +unpsychological +unpublic +unpublicity +unpublishable +unpublishableness +unpublishably +unpublished +unpucker +unpuckered +unpuddled +unpuffed +unpuffing +unpugilistic +unpugnacious +unpulled +unpulleyed +unpulped +unpulverable +unpulverize +unpulverized +unpulvinate +unpulvinated +unpumicated +unpummeled +unpummelled +unpumpable +unpumped +unpunched +unpunctated +unpunctilious +unpunctual +unpunctuality +unpunctually +unpunctuated +unpunctuating +unpunishable +unpunishably +unpunished +unpunishedly +unpunishedness +unpunishing +unpunishingly +unpurchasable +unpurchased +unpure +unpurely +unpureness +unpurgeable +unpurged +unpurifiable +unpurified +unpurifying +unpuritan +unpurled +unpurloined +unpurpled +unpurported +unpurposed +unpurposelike +unpurposely +unpurposing +unpurse +unpursed +unpursuable +unpursued +unpursuing +unpurveyed +unpushed +unput +unputrefiable +unputrefied +unputrid +unputtied +unpuzzle +unquadded +unquaffed +unquailed +unquailing +unquailingly +unquakerlike +unquakerly +unquaking +unqualifiable +unqualification +unqualified +unqualifiedly +unqualifiedness +unqualify +unqualifying +unqualifyingly +unqualitied +unquality +unquantified +unquantitative +unquarantined +unquarreled +unquarreling +unquarrelled +unquarrelling +unquarrelsome +unquarried +unquartered +unquashed +unquayed +unqueen +unqueened +unqueening +unqueenlike +unqueenly +unquellable +unquelled +unquenchable +unquenchableness +unquenchably +unquenched +unqueried +unquested +unquestionability +unquestionable +unquestionableness +unquestionably +unquestionate +unquestioned +unquestionedly +unquestionedness +unquestioning +unquestioningly +unquestioningness +unquibbled +unquibbling +unquick +unquickened +unquickly +unquicksilvered +unquiescence +unquiescent +unquiescently +unquiet +unquietable +unquieted +unquieting +unquietly +unquietness +unquietude +unquilleted +unquilted +unquit +unquittable +unquitted +unquivered +unquivering +unquizzable +unquizzed +unquotable +unquote +unquoted +unrabbeted +unrabbinical +unraced +unrack +unracked +unracking +unradiated +unradical +unradicalize +unraffled +unraftered +unraided +unrailed +unrailroaded +unrailwayed +unrainy +unraised +unrake +unraked +unraking +unrallied +unram +unrambling +unramified +unrammed +unramped +unranched +unrancid +unrancored +unrandom +unrank +unranked +unransacked +unransomable +unransomed +unrapacious +unraped +unraptured +unrare +unrarefied +unrash +unrasped +unratable +unrated +unratified +unrational +unrattled +unravaged +unravel +unravelable +unraveled +unraveler +unraveling +unravellable +unravelled +unraveller +unravelling +unravelment +unraving +unravished +unravishing +unray +unrayed +unrazed +unrazored +unreachable +unreachably +unreached +unreactive +unread +unreadability +unreadable +unreadableness +unreadably +unreadily +unreadiness +unready +unreal +unrealism +unrealist +unrealistic +unreality +unrealizable +unrealize +unrealized +unrealizing +unreally +unrealmed +unrealness +unreaped +unreared +unreason +unreasonability +unreasonable +unreasonableness +unreasonably +unreasoned +unreasoning +unreasoningly +unreassuring +unreassuringly +unreave +unreaving +unrebated +unrebel +unrebellious +unrebuffable +unrebuffably +unrebuilt +unrebukable +unrebukably +unrebuked +unrebuttable +unrebuttableness +unrebutted +unrecallable +unrecallably +unrecalled +unrecalling +unrecantable +unrecanted +unrecaptured +unreceding +unreceipted +unreceivable +unreceived +unreceiving +unrecent +unreceptant +unreceptive +unreceptivity +unreciprocal +unreciprocated +unrecited +unrecked +unrecking +unreckingness +unreckon +unreckonable +unreckoned +unreclaimable +unreclaimably +unreclaimed +unreclaimedness +unreclaiming +unreclined +unreclining +unrecognition +unrecognizable +unrecognizableness +unrecognizably +unrecognized +unrecognizing +unrecognizingly +unrecoined +unrecollected +unrecommendable +unrecompensable +unrecompensed +unreconcilable +unreconcilableness +unreconcilably +unreconciled +unrecondite +unreconnoitered +unreconsidered +unreconstructed +unrecordable +unrecorded +unrecordedness +unrecording +unrecountable +unrecounted +unrecoverable +unrecoverableness +unrecoverably +unrecovered +unrecreant +unrecreated +unrecreating +unrecriminative +unrecruitable +unrecruited +unrectangular +unrectifiable +unrectifiably +unrectified +unrecumbent +unrecuperated +unrecurrent +unrecurring +unrecusant +unred +unredacted +unredeemable +unredeemableness +unredeemably +unredeemed +unredeemedly +unredeemedness +unredeeming +unredressable +unredressed +unreduceable +unreduced +unreducible +unreducibleness +unreducibly +unreduct +unreefed +unreel +unreelable +unreeled +unreeling +unreeve +unreeving +unreferenced +unreferred +unrefilled +unrefine +unrefined +unrefinedly +unrefinedness +unrefinement +unrefining +unrefitted +unreflected +unreflecting +unreflectingly +unreflectingness +unreflective +unreflectively +unreformable +unreformed +unreformedness +unreforming +unrefracted +unrefracting +unrefrainable +unrefrained +unrefraining +unrefreshed +unrefreshful +unrefreshing +unrefreshingly +unrefrigerated +unrefulgent +unrefunded +unrefunding +unrefusable +unrefusably +unrefused +unrefusing +unrefusingly +unrefutable +unrefuted +unrefuting +unregainable +unregained +unregal +unregaled +unregality +unregally +unregard +unregardable +unregardant +unregarded +unregardedly +unregardful +unregeneracy +unregenerate +unregenerately +unregenerateness +unregenerating +unregeneration +unregimented +unregistered +unregressive +unregretful +unregretfully +unregretfulness +unregrettable +unregretted +unregretting +unregular +unregulated +unregulative +unregurgitated +unrehabilitated +unrehearsable +unrehearsed +unrehearsing +unreigning +unreimbodied +unrein +unreined +unreinstated +unreiterable +unreiterated +unrejectable +unrejoiced +unrejoicing +unrejuvenated +unrelapsing +unrelated +unrelatedness +unrelating +unrelational +unrelative +unrelatively +unrelaxable +unrelaxed +unrelaxing +unrelaxingly +unreleasable +unreleased +unreleasing +unrelegated +unrelentance +unrelented +unrelenting +unrelentingly +unrelentingness +unrelentor +unrelevant +unreliability +unreliable +unreliableness +unreliably +unreliance +unrelievable +unrelievableness +unrelieved +unrelievedly +unreligion +unreligioned +unreligious +unreligiously +unreligiousness +unrelinquishable +unrelinquishably +unrelinquished +unrelinquishing +unrelishable +unrelished +unrelishing +unreluctant +unreluctantly +unremaining +unremanded +unremarkable +unremarked +unremarried +unremediable +unremedied +unremember +unrememberable +unremembered +unremembering +unremembrance +unreminded +unremissible +unremittable +unremitted +unremittedly +unremittent +unremittently +unremitting +unremittingly +unremittingness +unremonstrant +unremonstrated +unremonstrating +unremorseful +unremorsefully +unremote +unremotely +unremounted +unremovable +unremovableness +unremovably +unremoved +unremunerated +unremunerating +unremunerative +unremuneratively +unremunerativeness +unrenderable +unrendered +unrenewable +unrenewed +unrenounceable +unrenounced +unrenouncing +unrenovated +unrenowned +unrenownedly +unrenownedness +unrent +unrentable +unrented +unreorganized +unrepaid +unrepair +unrepairable +unrepaired +unrepartable +unreparted +unrepealability +unrepealable +unrepealableness +unrepealably +unrepealed +unrepeatable +unrepeated +unrepellable +unrepelled +unrepellent +unrepent +unrepentable +unrepentance +unrepentant +unrepentantly +unrepentantness +unrepented +unrepenting +unrepentingly +unrepentingness +unrepetitive +unrepined +unrepining +unrepiningly +unrepiqued +unreplaceable +unreplaced +unreplenished +unrepleviable +unreplevined +unrepliable +unrepliably +unreplied +unreplying +unreportable +unreported +unreportedly +unreportedness +unrepose +unreposed +unreposeful +unreposefulness +unreposing +unrepossessed +unreprehended +unrepresentable +unrepresentation +unrepresentative +unrepresented +unrepresentedness +unrepressed +unrepressible +unreprievable +unreprievably +unreprieved +unreprimanded +unreprinted +unreproachable +unreproachableness +unreproachably +unreproached +unreproachful +unreproachfully +unreproaching +unreproachingly +unreprobated +unreproducible +unreprovable +unreprovableness +unreprovably +unreproved +unreprovedly +unreprovedness +unreproving +unrepublican +unrepudiable +unrepudiated +unrepugnant +unrepulsable +unrepulsed +unrepulsing +unrepulsive +unreputable +unreputed +unrequalified +unrequested +unrequickened +unrequired +unrequisite +unrequitable +unrequital +unrequited +unrequitedly +unrequitedness +unrequitement +unrequiter +unrequiting +unrescinded +unrescued +unresemblant +unresembling +unresented +unresentful +unresenting +unreserve +unreserved +unreservedly +unreservedness +unresifted +unresigned +unresistable +unresistably +unresistance +unresistant +unresistantly +unresisted +unresistedly +unresistedness +unresistible +unresistibleness +unresistibly +unresisting +unresistingly +unresistingness +unresolute +unresolvable +unresolve +unresolved +unresolvedly +unresolvedness +unresolving +unresonant +unresounded +unresounding +unresourceful +unresourcefulness +unrespect +unrespectability +unrespectable +unrespected +unrespectful +unrespectfully +unrespectfulness +unrespective +unrespectively +unrespectiveness +unrespirable +unrespired +unrespited +unresplendent +unresponding +unresponsible +unresponsibleness +unresponsive +unresponsively +unresponsiveness +unrest +unrestable +unrested +unrestful +unrestfully +unrestfulness +unresting +unrestingly +unrestingness +unrestorable +unrestored +unrestrainable +unrestrainably +unrestrained +unrestrainedly +unrestrainedness +unrestraint +unrestrictable +unrestricted +unrestrictedly +unrestrictedness +unrestrictive +unresty +unresultive +unresumed +unresumptive +unretainable +unretained +unretaliated +unretaliating +unretardable +unretarded +unretentive +unreticent +unretinued +unretired +unretiring +unretorted +unretouched +unretractable +unretracted +unretreating +unretrenchable +unretrenched +unretrievable +unretrieved +unretrievingly +unretted +unreturnable +unreturnably +unreturned +unreturning +unreturningly +unrevealable +unrevealed +unrevealedness +unrevealing +unrevealingly +unrevelationize +unrevenged +unrevengeful +unrevengefulness +unrevenging +unrevengingly +unrevenue +unrevenued +unreverberated +unrevered +unreverence +unreverenced +unreverend +unreverendly +unreverent +unreverential +unreverently +unreverentness +unreversable +unreversed +unreversible +unreverted +unrevertible +unreverting +unrevested +unrevetted +unreviewable +unreviewed +unreviled +unrevised +unrevivable +unrevived +unrevocable +unrevocableness +unrevocably +unrevoked +unrevolted +unrevolting +unrevolutionary +unrevolutionized +unrevolved +unrevolving +unrewardable +unrewarded +unrewardedly +unrewarding +unreworded +unrhetorical +unrhetorically +unrhetoricalness +unrhyme +unrhymed +unrhythmic +unrhythmical +unrhythmically +unribbed +unribboned +unrich +unriched +unricht +unricked +unrid +unridable +unridableness +unridably +unridden +unriddle +unriddleable +unriddled +unriddler +unriddling +unride +unridely +unridered +unridged +unridiculed +unridiculous +unrife +unriffled +unrifled +unrifted +unrig +unrigged +unrigging +unright +unrightable +unrighted +unrighteous +unrighteously +unrighteousness +unrightful +unrightfully +unrightfulness +unrightly +unrightwise +unrigid +unrigorous +unrimpled +unrind +unring +unringable +unringed +unringing +unrinsed +unrioted +unrioting +unriotous +unrip +unripe +unriped +unripely +unripened +unripeness +unripening +unrippable +unripped +unripping +unrippled +unrippling +unripplingly +unrisen +unrising +unriskable +unrisked +unrisky +unritual +unritualistic +unrivalable +unrivaled +unrivaledly +unrivaledness +unrived +unriven +unrivet +unriveted +unriveting +unroaded +unroadworthy +unroaming +unroast +unroasted +unrobbed +unrobe +unrobed +unrobust +unrocked +unrococo +unrodded +unroiled +unroll +unrollable +unrolled +unroller +unrolling +unrollment +unromantic +unromantical +unromantically +unromanticalness +unromanticized +unroof +unroofed +unroofing +unroomy +unroost +unroosted +unroosting +unroot +unrooted +unrooting +unrope +unroped +unrosed +unrosined +unrostrated +unrotated +unrotating +unroted +unrotted +unrotten +unrotund +unrouged +unrough +unroughened +unround +unrounded +unrounding +unrousable +unroused +unroutable +unrouted +unrove +unroved +unroving +unrow +unrowed +unroweled +unroyal +unroyalist +unroyalized +unroyally +unroyalness +Unrra +unrubbed +unrubbish +unrubified +unrubrical +unrubricated +unruddered +unruddled +unrueful +unruffable +unruffed +unruffle +unruffled +unruffling +unrugged +unruinable +unruinated +unruined +unrulable +unrulableness +unrule +unruled +unruledly +unruledness +unruleful +unrulily +unruliness +unruly +unruminated +unruminating +unruminatingly +unrummaged +unrumored +unrumple +unrumpled +unrun +unrung +unruptured +unrural +unrushed +Unrussian +unrust +unrusted +unrustic +unrusticated +unrustling +unruth +unsabbatical +unsabered +unsabled +unsabred +unsaccharic +unsacerdotal +unsacerdotally +unsack +unsacked +unsacramental +unsacramentally +unsacramentarian +unsacred +unsacredly +unsacrificeable +unsacrificeably +unsacrificed +unsacrificial +unsacrificing +unsacrilegious +unsad +unsadden +unsaddened +unsaddle +unsaddled +unsaddling +unsafe +unsafeguarded +unsafely +unsafeness +unsafety +unsagacious +unsage +unsagging +unsaid +unsailable +unsailed +unsailorlike +unsaint +unsainted +unsaintlike +unsaintly +unsalability +unsalable +unsalableness +unsalably +unsalaried +unsalesmanlike +unsaline +unsalivated +unsallying +unsalmonlike +unsalt +unsaltable +unsaltatory +unsalted +unsalubrious +unsalutary +unsaluted +unsaluting +unsalvability +unsalvable +unsalvableness +unsalvaged +unsalved +unsampled +unsanctification +unsanctified +unsanctifiedly +unsanctifiedness +unsanctify +unsanctifying +unsanctimonious +unsanctimoniously +unsanctimoniousness +unsanction +unsanctionable +unsanctioned +unsanctioning +unsanctitude +unsanctity +unsanctuaried +unsandaled +unsanded +unsane +unsanguinary +unsanguine +unsanguinely +unsanguineness +unsanguineous +unsanguineously +unsanitariness +unsanitary +unsanitated +unsanitation +unsanity +unsaponifiable +unsaponified +unsapped +unsappy +unsarcastic +unsardonic +unsartorial +unsash +unsashed +unsatable +unsatanic +unsated +unsatedly +unsatedness +unsatiability +unsatiable +unsatiableness +unsatiably +unsatiate +unsatiated +unsatiating +unsatin +unsatire +unsatirical +unsatirically +unsatirize +unsatirized +unsatisfaction +unsatisfactorily +unsatisfactoriness +unsatisfactory +unsatisfiable +unsatisfiableness +unsatisfiably +unsatisfied +unsatisfiedly +unsatisfiedness +unsatisfying +unsatisfyingly +unsatisfyingness +unsaturable +unsaturated +unsaturatedly +unsaturatedness +unsaturation +unsatyrlike +unsauced +unsaurian +unsavable +unsaveable +unsaved +unsaving +unsavored +unsavoredly +unsavoredness +unsavorily +unsavoriness +unsavory +unsawed +unsawn +unsay +unsayability +unsayable +unscabbard +unscabbarded +unscabbed +unscaffolded +unscalable +unscalableness +unscalably +unscale +unscaled +unscaledness +unscalloped +unscaly +unscamped +unscandalize +unscandalized +unscandalous +unscannable +unscanned +unscanted +unscanty +unscarb +unscarce +unscared +unscarfed +unscarified +unscarred +unscathed +unscathedly +unscathedness +unscattered +unscavengered +unscenic +unscent +unscented +unscepter +unsceptered +unsceptical +unsceptre +unsceptred +unscheduled +unschematic +unschematized +unscholar +unscholarlike +unscholarly +unscholastic +unschool +unschooled +unschooledly +unschooledness +unscienced +unscientific +unscientifical +unscientifically +unscintillating +unscioned +unscissored +unscoffed +unscoffing +unscolded +unsconced +unscooped +unscorched +unscored +unscorified +unscoring +unscorned +unscornful +unscornfully +unscornfulness +unscotch +unscotched +unscottify +unscoured +unscourged +unscowling +unscramble +unscrambling +unscraped +unscratchable +unscratched +unscratching +unscratchingly +unscrawled +unscreen +unscreenable +unscreenably +unscreened +unscrew +unscrewable +unscrewed +unscrewing +unscribal +unscribbled +unscribed +unscrimped +unscriptural +unscripturally +unscripturalness +unscrubbed +unscrupled +unscrupulosity +unscrupulous +unscrupulously +unscrupulousness +unscrutable +unscrutinized +unscrutinizing +unscrutinizingly +unsculptural +unsculptured +unscummed +unscutcheoned +unseafaring +unseal +unsealable +unsealed +unsealer +unsealing +unseam +unseamanlike +unseamanship +unseamed +unseaming +unsearchable +unsearchableness +unsearchably +unsearched +unsearcherlike +unsearching +unseared +unseason +unseasonable +unseasonableness +unseasonably +unseasoned +unseat +unseated +unseaworthiness +unseaworthy +unseceding +unsecluded +unseclusive +unseconded +unsecrecy +unsecret +unsecretarylike +unsecreted +unsecreting +unsecretly +unsecretness +unsectarian +unsectarianism +unsectarianize +unsectional +unsecular +unsecularize +unsecularized +unsecure +unsecured +unsecuredly +unsecuredness +unsecurely +unsecureness +unsecurity +unsedate +unsedentary +unseditious +unseduce +unseduced +unseducible +unseductive +unsedulous +unsee +unseeable +unseeded +unseeing +unseeingly +unseeking +unseeming +unseemingly +unseemlily +unseemliness +unseemly +unseen +unseethed +unsegmented +unsegregable +unsegregated +unsegregatedness +unseignorial +unseismic +unseizable +unseized +unseldom +unselect +unselected +unselecting +unselective +unself +unselfish +unselfishly +unselfishness +unselflike +unselfness +unselling +unsenatorial +unsenescent +unsensational +unsense +unsensed +unsensibility +unsensible +unsensibleness +unsensibly +unsensitive +unsensitize +unsensitized +unsensory +unsensual +unsensualize +unsensualized +unsensually +unsensuous +unsensuousness +unsent +unsentenced +unsententious +unsentient +unsentimental +unsentimentalist +unsentimentality +unsentimentalize +unsentimentally +unsentineled +unsentinelled +unseparable +unseparableness +unseparably +unseparate +unseparated +unseptate +unseptated +unsepulcher +unsepulchered +unsepulchral +unsepulchre +unsepulchred +unsepultured +unsequenced +unsequential +unsequestered +unseraphical +unserenaded +unserene +unserflike +unserious +unseriousness +unserrated +unserried +unservable +unserved +unserviceability +unserviceable +unserviceableness +unserviceably +unservicelike +unservile +unsesquipedalian +unset +unsetting +unsettle +unsettleable +unsettled +unsettledness +unsettlement +unsettling +unseverable +unseverableness +unsevere +unsevered +unseveredly +unseveredness +unsew +unsewed +unsewered +unsewing +unsewn +unsex +unsexed +unsexing +unsexlike +unsexual +unshackle +unshackled +unshackling +unshade +unshaded +unshadow +unshadowable +unshadowed +unshady +unshafted +unshakable +unshakably +unshakeable +unshakeably +unshaken +unshakenly +unshakenness +unshaking +unshakingness +unshaled +unshamable +unshamableness +unshamably +unshameable +unshameableness +unshameably +unshamed +unshamefaced +unshamefacedness +unshameful +unshamefully +unshamefulness +unshammed +unshanked +unshapable +unshape +unshapeable +unshaped +unshapedness +unshapeliness +unshapely +unshapen +unshapenly +unshapenness +unsharable +unshared +unsharedness +unsharing +unsharp +unsharped +unsharpen +unsharpened +unsharpening +unsharping +unshattered +unshavable +unshaveable +unshaved +unshavedly +unshavedness +unshaven +unshavenly +unshavenness +unshawl +unsheaf +unsheared +unsheathe +unsheathed +unsheathing +unshed +unsheet +unsheeted +unsheeting +unshell +unshelled +unshelling +unshelterable +unsheltered +unsheltering +unshelve +unshepherded +unshepherding +unsheriff +unshewed +unshieldable +unshielded +unshielding +unshiftable +unshifted +unshiftiness +unshifting +unshifty +unshimmering +unshingled +unshining +unship +unshiplike +unshipment +unshipped +unshipping +unshipshape +unshipwrecked +unshirking +unshirted +unshivered +unshivering +unshockable +unshocked +unshod +unshodden +unshoe +unshoed +unshoeing +unshop +unshore +unshored +unshorn +unshort +unshortened +unshot +unshotted +unshoulder +unshouted +unshouting +unshoved +unshoveled +unshowable +unshowed +unshowmanlike +unshown +unshowy +unshredded +unshrew +unshrewd +unshrewish +unshrill +unshrine +unshrined +unshrinement +unshrink +unshrinkability +unshrinkable +unshrinking +unshrinkingly +unshrived +unshriveled +unshrivelled +unshriven +unshroud +unshrouded +unshrubbed +unshrugging +unshrunk +unshrunken +unshuddering +unshuffle +unshuffled +unshunnable +unshunned +unshunted +unshut +unshutter +unshuttered +unshy +unshyly +unshyness +unsibilant +unsiccated +unsick +unsickened +unsicker +unsickerly +unsickerness +unsickled +unsickly +unsided +unsiding +unsiege +unsifted +unsighing +unsight +unsightable +unsighted +unsighting +unsightliness +unsightly +unsigmatic +unsignable +unsignaled +unsignalized +unsignalled +unsignatured +unsigned +unsigneted +unsignificancy +unsignificant +unsignificantly +unsignificative +unsignified +unsignifying +unsilenceable +unsilenceably +unsilenced +unsilent +unsilentious +unsilently +unsilicified +unsilly +unsilvered +unsimilar +unsimilarity +unsimilarly +unsimple +unsimplicity +unsimplified +unsimplify +unsimulated +unsimultaneous +unsin +unsincere +unsincerely +unsincereness +unsincerity +unsinew +unsinewed +unsinewing +unsinewy +unsinful +unsinfully +unsinfulness +unsing +unsingability +unsingable +unsingableness +unsinged +unsingle +unsingled +unsingleness +unsingular +unsinister +unsinkability +unsinkable +unsinking +unsinnable +unsinning +unsinningness +unsiphon +unsipped +unsister +unsistered +unsisterliness +unsisterly +unsizable +unsizableness +unsizeable +unsizeableness +unsized +unskaithd +unskeptical +unsketchable +unsketched +unskewed +unskewered +unskilful +unskilfully +unskilled +unskilledly +unskilledness +unskillful +unskillfully +unskillfulness +unskimmed +unskin +unskinned +unskirted +unslack +unslacked +unslackened +unslackening +unslacking +unslagged +unslain +unslakable +unslakeable +unslaked +unslammed +unslandered +unslanderous +unslapped +unslashed +unslate +unslated +unslating +unslaughtered +unslave +unslayable +unsleaved +unsleek +unsleepably +unsleeping +unsleepingly +unsleepy +unsleeve +unsleeved +unslender +unslept +unsliced +unsliding +unslighted +unsling +unslip +unslipped +unslippery +unslipping +unslit +unslockened +unsloped +unslopped +unslot +unslothful +unslothfully +unslothfulness +unslotted +unsloughed +unsloughing +unslow +unsluggish +unsluice +unsluiced +unslumbering +unslumberous +unslumbrous +unslung +unslurred +unsly +unsmacked +unsmart +unsmartly +unsmartness +unsmeared +unsmelled +unsmelling +unsmelted +unsmiled +unsmiling +unsmilingly +unsmilingness +unsmirched +unsmirking +unsmitten +unsmokable +unsmokeable +unsmoked +unsmokified +unsmoking +unsmoky +unsmooth +unsmoothed +unsmoothly +unsmoothness +unsmote +unsmotherable +unsmothered +unsmudged +unsmuggled +unsmutched +unsmutted +unsmutty +unsnaffled +unsnagged +unsnaggled +unsnaky +unsnap +unsnapped +unsnare +unsnared +unsnarl +unsnatch +unsnatched +unsneck +unsneering +unsnib +unsnipped +unsnobbish +unsnoring +unsnouted +unsnow +unsnubbable +unsnubbed +unsnuffed +unsoaked +unsoaped +unsoarable +unsober +unsoberly +unsoberness +unsobriety +unsociability +unsociable +unsociableness +unsociably +unsocial +unsocialism +unsocialistic +unsociality +unsocializable +unsocialized +unsocially +unsocialness +unsociological +unsocket +unsodden +unsoft +unsoftened +unsoftening +unsoggy +unsoil +unsoiled +unsoiledness +unsolaced +unsolacing +unsolar +unsold +unsolder +unsoldered +unsoldering +unsoldier +unsoldiered +unsoldierlike +unsoldierly +unsole +unsoled +unsolemn +unsolemness +unsolemnize +unsolemnized +unsolemnly +unsolicitated +unsolicited +unsolicitedly +unsolicitous +unsolicitously +unsolicitousness +unsolid +unsolidarity +unsolidifiable +unsolidified +unsolidity +unsolidly +unsolidness +unsolitary +unsolubility +unsoluble +unsolvable +unsolvableness +unsolvably +unsolved +unsomatic +unsomber +unsombre +unsome +unson +unsonable +unsonant +unsonlike +unsonneted +unsonorous +unsonsy +unsoothable +unsoothed +unsoothfast +unsoothing +unsooty +unsophistical +unsophistically +unsophisticate +unsophisticated +unsophisticatedly +unsophisticatedness +unsophistication +unsophomoric +unsordid +unsore +unsorrowed +unsorrowing +unsorry +unsort +unsortable +unsorted +unsorting +unsotted +unsought +unsoul +unsoulful +unsoulfully +unsoulish +unsound +unsoundable +unsoundableness +unsounded +unsounding +unsoundly +unsoundness +unsour +unsoured +unsoused +unsovereign +unsowed +unsown +unspaced +unspacious +unspaded +unspan +unspangled +unspanked +unspanned +unspar +unsparable +unspared +unsparing +unsparingly +unsparingness +unsparkling +unsparred +unsparse +unspatial +unspatiality +unspattered +unspawned +unspayed +unspeak +unspeakability +unspeakable +unspeakableness +unspeakably +unspeaking +unspeared +unspecialized +unspecializing +unspecific +unspecified +unspecifiedly +unspecious +unspecked +unspeckled +unspectacled +unspectacular +unspectacularly +unspecterlike +unspectrelike +unspeculating +unspeculative +unspeculatively +unsped +unspeed +unspeedy +unspeered +unspell +unspellable +unspelled +unspelt +unspendable +unspending +unspent +unspewed +unsphere +unsphered +unsphering +unspiable +unspiced +unspicy +unspied +unspike +unspillable +unspin +unspinsterlike +unspinsterlikeness +unspiral +unspired +unspirit +unspirited +unspiritedly +unspiriting +unspiritual +unspirituality +unspiritualize +unspiritualized +unspiritually +unspiritualness +unspissated +unspit +unspited +unspiteful +unspitted +unsplashed +unsplattered +unsplayed +unspleened +unspleenish +unspleenishly +unsplendid +unspliced +unsplinted +unsplintered +unsplit +unspoil +unspoilable +unspoilableness +unspoilably +unspoiled +unspoken +unspokenly +unsponged +unspongy +unsponsored +unspontaneous +unspontaneously +unspookish +unsported +unsportful +unsporting +unsportive +unsportsmanlike +unsportsmanly +unspot +unspotlighted +unspottable +unspotted +unspottedly +unspottedness +unspoused +unspouselike +unspouted +unsprained +unsprayed +unspread +unsprightliness +unsprightly +unspring +unspringing +unspringlike +unsprinkled +unsprinklered +unsprouted +unsproutful +unsprouting +unspruced +unsprung +unspun +unspurned +unspurred +unspying +unsquandered +unsquarable +unsquare +unsquared +unsquashed +unsqueamish +unsqueezable +unsqueezed +unsquelched +unsquinting +unsquire +unsquired +unsquirelike +unsquirted +unstabbed +unstability +unstable +unstabled +unstableness +unstablished +unstably +unstack +unstacked +unstacker +unstaffed +unstaged +unstaggered +unstaggering +unstagnating +unstagy +unstaid +unstaidly +unstaidness +unstain +unstainable +unstainableness +unstained +unstainedly +unstainedness +unstaled +unstalked +unstalled +unstammering +unstamped +unstampeded +unstanch +unstanchable +unstandard +unstandardized +unstanzaic +unstar +unstarch +unstarched +unstarlike +unstarred +unstarted +unstarting +unstartled +unstarved +unstatable +unstate +unstateable +unstated +unstately +unstatesmanlike +unstatic +unstating +unstation +unstationary +unstationed +unstatistic +unstatistical +unstatued +unstatuesque +unstatutable +unstatutably +unstaunch +unstaunchable +unstaunched +unstavable +unstaveable +unstaved +unstayable +unstayed +unstayedness +unstaying +unsteadfast +unsteadfastly +unsteadfastness +unsteadied +unsteadily +unsteadiness +unsteady +unsteadying +unstealthy +unsteamed +unsteaming +unsteck +unstecked +unsteel +unsteeled +unsteep +unsteeped +unsteepled +unsteered +unstemmable +unstemmed +unstentorian +unstep +unstercorated +unstereotyped +unsterile +unsterilized +unstern +unstethoscoped +unstewardlike +unstewed +unstick +unsticking +unstickingness +unsticky +unstiffen +unstiffened +unstifled +unstigmatized +unstill +unstilled +unstillness +unstilted +unstimulated +unstimulating +unsting +unstinged +unstinging +unstinted +unstintedly +unstinting +unstintingly +unstippled +unstipulated +unstirrable +unstirred +unstirring +unstitch +unstitched +unstitching +unstock +unstocked +unstocking +unstockinged +unstoic +unstoical +unstoically +unstoicize +unstoked +unstoken +unstolen +unstonable +unstone +unstoned +unstoniness +unstony +unstooping +unstop +unstoppable +unstopped +unstopper +unstoppered +unstopple +unstore +unstored +unstoried +unstormed +unstormy +unstout +unstoved +unstow +unstowed +unstraddled +unstrafed +unstraight +unstraightened +unstraightforward +unstraightness +unstrain +unstrained +unstraitened +unstrand +unstranded +unstrange +unstrangered +unstrangled +unstrangulable +unstrap +unstrapped +unstrategic +unstrategically +unstratified +unstraying +unstreaked +unstrength +unstrengthen +unstrengthened +unstrenuous +unstressed +unstressedly +unstressedness +unstretch +unstretched +unstrewed +unstrewn +unstriated +unstricken +unstrictured +unstridulous +unstrike +unstriking +unstring +unstringed +unstringing +unstrip +unstriped +unstripped +unstriving +unstroked +unstrong +unstructural +unstruggling +unstrung +unstubbed +unstubborn +unstuccoed +unstuck +unstudded +unstudied +unstudious +unstuff +unstuffed +unstuffing +unstultified +unstumbling +unstung +unstunned +unstunted +unstupefied +unstupid +unstuttered +unstuttering +unsty +unstyled +unstylish +unstylishly +unstylishness +unsubdivided +unsubduable +unsubduableness +unsubduably +unsubducted +unsubdued +unsubduedly +unsubduedness +unsubject +unsubjectable +unsubjected +unsubjectedness +unsubjection +unsubjective +unsubjectlike +unsubjugate +unsubjugated +unsublimable +unsublimated +unsublimed +unsubmerged +unsubmergible +unsubmerging +unsubmission +unsubmissive +unsubmissively +unsubmissiveness +unsubmitted +unsubmitting +unsubordinate +unsubordinated +unsuborned +unsubpoenaed +unsubscribed +unsubscribing +unsubservient +unsubsided +unsubsidiary +unsubsiding +unsubsidized +unsubstanced +unsubstantial +unsubstantiality +unsubstantialize +unsubstantially +unsubstantialness +unsubstantiate +unsubstantiated +unsubstantiation +unsubstituted +unsubtle +unsubtleness +unsubtlety +unsubtly +unsubtracted +unsubventioned +unsubventionized +unsubversive +unsubvertable +unsubverted +unsubvertive +unsucceedable +unsucceeded +unsucceeding +unsuccess +unsuccessful +unsuccessfully +unsuccessfulness +unsuccessive +unsuccessively +unsuccessiveness +unsuccinct +unsuccorable +unsuccored +unsucculent +unsuccumbing +unsucked +unsuckled +unsued +unsufferable +unsufferableness +unsufferably +unsuffered +unsuffering +unsufficed +unsufficience +unsufficiency +unsufficient +unsufficiently +unsufficing +unsufficingness +unsufflated +unsuffocate +unsuffocated +unsuffocative +unsuffused +unsugared +unsugary +unsuggested +unsuggestedness +unsuggestive +unsuggestiveness +unsuit +unsuitability +unsuitable +unsuitableness +unsuitably +unsuited +unsuiting +unsulky +unsullen +unsulliable +unsullied +unsulliedly +unsulliedness +unsulphonated +unsulphureous +unsulphurized +unsultry +unsummable +unsummarized +unsummed +unsummered +unsummerlike +unsummerly +unsummonable +unsummoned +unsumptuary +unsumptuous +unsun +unsunburned +unsundered +unsung +unsunk +unsunken +unsunned +unsunny +unsuperable +unsuperannuated +unsupercilious +unsuperficial +unsuperfluous +unsuperior +unsuperlative +unsupernatural +unsupernaturalize +unsupernaturalized +unsuperscribed +unsuperseded +unsuperstitious +unsupervised +unsupervisedly +unsupped +unsupplantable +unsupplanted +unsupple +unsuppled +unsupplemented +unsuppliable +unsupplicated +unsupplied +unsupportable +unsupportableness +unsupportably +unsupported +unsupportedly +unsupportedness +unsupporting +unsupposable +unsupposed +unsuppressed +unsuppressible +unsuppressibly +unsuppurated +unsuppurative +unsupreme +unsurcharge +unsurcharged +unsure +unsurfaced +unsurfeited +unsurfeiting +unsurgical +unsurging +unsurmised +unsurmising +unsurmountable +unsurmountableness +unsurmountably +unsurmounted +unsurnamed +unsurpassable +unsurpassableness +unsurpassably +unsurpassed +unsurplice +unsurpliced +unsurprised +unsurprising +unsurrendered +unsurrendering +unsurrounded +unsurveyable +unsurveyed +unsurvived +unsurviving +unsusceptibility +unsusceptible +unsusceptibleness +unsusceptibly +unsusceptive +unsuspectable +unsuspectably +unsuspected +unsuspectedly +unsuspectedness +unsuspectful +unsuspectfulness +unsuspectible +unsuspecting +unsuspectingly +unsuspectingness +unsuspective +unsuspended +unsuspicion +unsuspicious +unsuspiciously +unsuspiciousness +unsustainable +unsustained +unsustaining +unsutured +unswabbed +unswaddle +unswaddled +unswaddling +unswallowable +unswallowed +unswanlike +unswapped +unswarming +unswathable +unswathe +unswathed +unswathing +unswayable +unswayed +unswayedness +unswaying +unswear +unswearing +unsweat +unsweated +unsweating +unsweepable +unsweet +unsweeten +unsweetened +unsweetenedness +unsweetly +unsweetness +unswell +unswelled +unswelling +unsweltered +unswept +unswervable +unswerved +unswerving +unswervingly +unswilled +unswing +unswingled +unswitched +unswivel +unswollen +unswooning +unsworn +unswung +unsyllabic +unsyllabled +unsyllogistical +unsymbolic +unsymbolical +unsymbolically +unsymbolicalness +unsymbolized +unsymmetrical +unsymmetrically +unsymmetricalness +unsymmetrized +unsymmetry +unsympathetic +unsympathetically +unsympathizability +unsympathizable +unsympathized +unsympathizing +unsympathizingly +unsympathy +unsymphonious +unsymptomatic +unsynchronized +unsynchronous +unsyncopated +unsyndicated +unsynonymous +unsyntactical +unsynthetic +unsyringed +unsystematic +unsystematical +unsystematically +unsystematized +unsystematizedly +unsystematizing +unsystemizable +untabernacled +untabled +untabulated +untack +untacked +untacking +untackle +untackled +untactful +untactfully +untactfulness +untagged +untailed +untailorlike +untailorly +untaint +untaintable +untainted +untaintedly +untaintedness +untainting +untakable +untakableness +untakeable +untakeableness +untaken +untaking +untalented +untalkative +untalked +untalking +untall +untallied +untallowed +untamable +untamableness +untame +untamed +untamedly +untamedness +untamely +untameness +untampered +untangential +untangibility +untangible +untangibleness +untangibly +untangle +untangled +untangling +untanned +untantalized +untantalizing +untap +untaped +untapered +untapering +untapestried +untappable +untapped +untar +untarnishable +untarnished +untarred +untarried +untarrying +untartarized +untasked +untasseled +untastable +untaste +untasteable +untasted +untasteful +untastefully +untastefulness +untasting +untasty +untattered +untattooed +untaught +untaughtness +untaunted +untaut +untautological +untawdry +untawed +untax +untaxable +untaxed +untaxing +unteach +unteachable +unteachableness +unteachably +unteacherlike +unteaching +unteam +unteamed +unteaming +untearable +unteased +unteasled +untechnical +untechnicalize +untechnically +untedded +untedious +unteem +unteeming +unteethed +untelegraphed +untell +untellable +untellably +untelling +untemper +untemperamental +untemperate +untemperately +untemperateness +untempered +untempering +untempested +untempestuous +untempled +untemporal +untemporary +untemporizing +untemptability +untemptable +untemptably +untempted +untemptible +untemptibly +untempting +untemptingly +untemptingness +untenability +untenable +untenableness +untenably +untenacious +untenacity +untenant +untenantable +untenantableness +untenanted +untended +untender +untendered +untenderly +untenderness +untenible +untenibleness +untenibly +untense +untent +untentaculate +untented +untentered +untenty +unterminable +unterminableness +unterminably +unterminated +unterminating +unterraced +unterrestrial +unterrible +unterribly +unterrifiable +unterrific +unterrified +unterrifying +unterrorized +untessellated +untestable +untestamentary +untested +untestifying +untether +untethered +untethering +untewed +untextual +unthank +unthanked +unthankful +unthankfully +unthankfulness +unthanking +unthatch +unthatched +unthaw +unthawed +unthawing +untheatric +untheatrical +untheatrically +untheistic +unthematic +untheological +untheologically +untheologize +untheoretic +untheoretical +untheorizable +untherapeutical +unthick +unthicken +unthickened +unthievish +unthink +unthinkability +unthinkable +unthinkableness +unthinkably +unthinker +unthinking +unthinkingly +unthinkingness +unthinned +unthinning +unthirsting +unthirsty +unthistle +untholeable +untholeably +unthorn +unthorny +unthorough +unthought +unthoughted +unthoughtedly +unthoughtful +unthoughtfully +unthoughtfulness +unthoughtlike +unthrall +unthralled +unthrashed +unthread +unthreadable +unthreaded +unthreading +unthreatened +unthreatening +unthreshed +unthrid +unthridden +unthrift +unthriftihood +unthriftily +unthriftiness +unthriftlike +unthrifty +unthrilled +unthrilling +unthriven +unthriving +unthrivingly +unthrivingness +unthrob +unthrone +unthroned +unthronged +unthroning +unthrottled +unthrowable +unthrown +unthrushlike +unthrust +unthumbed +unthumped +unthundered +unthwacked +unthwarted +untiaraed +unticketed +untickled +untidal +untidily +untidiness +untidy +untie +untied +untight +untighten +untightness +until +untile +untiled +untill +untillable +untilled +untilling +untilt +untilted +untilting +untimbered +untimed +untimedness +untimeliness +untimely +untimeous +untimeously +untimesome +untimorous +untin +untinct +untinctured +untine +untinged +untinkered +untinned +untinseled +untinted +untippable +untipped +untippled +untipt +untirability +untirable +untire +untired +untiredly +untiring +untiringly +untissued +untithability +untithable +untithed +untitled +untittering +untitular +unto +untoadying +untoasted +untogaed +untoggle +untoggler +untoiled +untoileted +untoiling +untold +untolerable +untolerableness +untolerably +untolerated +untomb +untombed +untonality +untone +untoned +untongued +untonsured +untooled +untooth +untoothed +untoothsome +untoothsomeness +untop +untopographical +untopped +untopping +untormented +untorn +untorpedoed +untorpid +untorrid +untortuous +untorture +untortured +untossed +untotaled +untotalled +untottering +untouch +untouchability +untouchable +untouchableness +untouchably +untouched +untouchedness +untouching +untough +untoured +untouristed +untoward +untowardliness +untowardly +untowardness +untowered +untown +untownlike +untrace +untraceable +untraceableness +untraceably +untraced +untraceried +untracked +untractability +untractable +untractableness +untractably +untractarian +untractible +untractibleness +untradeable +untraded +untradesmanlike +untrading +untraditional +untraduced +untraffickable +untrafficked +untragic +untragical +untrailed +untrain +untrainable +untrained +untrainedly +untrainedness +untraitored +untraitorous +untrammed +untrammeled +untrammeledness +untramped +untrampled +untrance +untranquil +untranquilized +untranquillize +untranquillized +untransacted +untranscended +untranscendental +untranscribable +untranscribed +untransferable +untransferred +untransfigured +untransfixed +untransformable +untransformed +untransforming +untransfused +untransfusible +untransgressed +untransient +untransitable +untransitive +untransitory +untranslatability +untranslatable +untranslatableness +untranslatably +untranslated +untransmigrated +untransmissible +untransmitted +untransmutable +untransmuted +untransparent +untranspassable +untranspired +untranspiring +untransplanted +untransportable +untransported +untransposed +untransubstantiated +untrappable +untrapped +untrashed +untravelable +untraveled +untraveling +untravellable +untravelling +untraversable +untraversed +untravestied +untreacherous +untread +untreadable +untreading +untreasonable +untreasure +untreasured +untreatable +untreatableness +untreatably +untreated +untreed +untrekked +untrellised +untrembling +untremblingly +untremendous +untremulous +untrenched +untrepanned +untrespassed +untrespassing +untress +untressed +untriable +untribal +untributary +untriced +untrickable +untricked +untried +untrifling +untrig +untrigonometrical +untrill +untrim +untrimmable +untrimmed +untrimmedness +untrinitarian +untripe +untrippable +untripped +untripping +untrite +untriturated +untriumphable +untriumphant +untriumphed +untrochaic +untrod +untrodden +untroddenness +untrolled +untrophied +untropical +untrotted +untroublable +untrouble +untroubled +untroubledly +untroubledness +untroublesome +untroublesomeness +untrounced +untrowed +untruant +untruck +untruckled +untruckling +untrue +untrueness +untruism +untruly +untrumped +untrumpeted +untrumping +untrundled +untrunked +untruss +untrussed +untrusser +untrussing +untrust +untrustably +untrusted +untrustful +untrustiness +untrusting +untrustworthily +untrustworthiness +untrustworthy +untrusty +untruth +untruther +untruthful +untruthfully +untruthfulness +untrying +untubbed +untuck +untucked +untuckered +untucking +untufted +untugged +untumbled +untumefied +untumid +untumultuous +untunable +untunableness +untunably +untune +untuneable +untuneableness +untuneably +untuned +untuneful +untunefully +untunefulness +untuning +untunneled +untupped +unturbaned +unturbid +unturbulent +unturf +unturfed +unturgid +unturn +unturnable +unturned +unturning +unturpentined +unturreted +untusked +untutelar +untutored +untutoredly +untutoredness +untwilled +untwinable +untwine +untwineable +untwined +untwining +untwinkling +untwinned +untwirl +untwirled +untwirling +untwist +untwisted +untwister +untwisting +untwitched +untying +untypical +untypically +untyrannic +untyrannical +untyrantlike +untz +unubiquitous +unugly +unulcerated +unultra +unumpired +ununanimity +ununanimous +ununanimously +ununderstandable +ununderstandably +ununderstanding +ununderstood +unundertaken +unundulatory +Unungun +ununifiable +ununified +ununiform +ununiformed +ununiformity +ununiformly +ununiformness +ununitable +ununitableness +ununitably +ununited +ununiting +ununiversity +ununiversitylike +unupbraiding +unupbraidingly +unupholstered +unupright +unuprightly +unuprightness +unupset +unupsettable +unurban +unurbane +unurged +unurgent +unurging +unurn +unurned +unusable +unusableness +unusably +unuse +unused +unusedness +unuseful +unusefully +unusefulness +unushered +unusual +unusuality +unusually +unusualness +unusurious +unusurped +unusurping +unutilizable +unutterability +unutterable +unutterableness +unutterably +unuttered +unuxorial +unuxorious +unvacant +unvaccinated +unvacillating +unvailable +unvain +unvaleted +unvaletudinary +unvaliant +unvalid +unvalidated +unvalidating +unvalidity +unvalidly +unvalidness +unvalorous +unvaluable +unvaluableness +unvaluably +unvalue +unvalued +unvamped +unvanishing +unvanquishable +unvanquished +unvantaged +unvaporized +unvariable +unvariableness +unvariably +unvariant +unvaried +unvariedly +unvariegated +unvarnished +unvarnishedly +unvarnishedness +unvarying +unvaryingly +unvaryingness +unvascular +unvassal +unvatted +unvaulted +unvaulting +unvaunted +unvaunting +unvauntingly +unveering +unveil +unveiled +unveiledly +unveiledness +unveiler +unveiling +unveilment +unveined +unvelvety +unvendable +unvendableness +unvended +unvendible +unvendibleness +unveneered +unvenerable +unvenerated +unvenereal +unvenged +unveniable +unvenial +unvenom +unvenomed +unvenomous +unventable +unvented +unventilated +unventured +unventurous +unvenued +unveracious +unveracity +unverbalized +unverdant +unverdured +unveridical +unverifiable +unverifiableness +unverifiably +unverified +unverifiedness +unveritable +unverity +unvermiculated +unverminous +unvernicular +unversatile +unversed +unversedly +unversedness +unversified +unvertical +unvessel +unvesseled +unvest +unvested +unvetoed +unvexed +unviable +unvibrated +unvibrating +unvicar +unvicarious +unvicariously +unvicious +unvictimized +unvictorious +unvictualed +unvictualled +unviewable +unviewed +unvigilant +unvigorous +unvigorously +unvilified +unvillaged +unvindicated +unvindictive +unvindictively +unvindictiveness +unvinous +unvintaged +unviolable +unviolated +unviolenced +unviolent +unviolined +unvirgin +unvirginal +unvirginlike +unvirile +unvirility +unvirtue +unvirtuous +unvirtuously +unvirtuousness +unvirulent +unvisible +unvisibleness +unvisibly +unvision +unvisionary +unvisioned +unvisitable +unvisited +unvisor +unvisored +unvisualized +unvital +unvitalized +unvitalness +unvitiated +unvitiatedly +unvitiatedness +unvitrescibility +unvitrescible +unvitrifiable +unvitrified +unvitriolized +unvituperated +unvivacious +unvivid +unvivified +unvizard +unvizarded +unvocal +unvocalized +unvociferous +unvoice +unvoiced +unvoiceful +unvoicing +unvoidable +unvoided +unvolatile +unvolatilize +unvolatilized +unvolcanic +unvolitioned +unvoluminous +unvoluntarily +unvoluntariness +unvoluntary +unvolunteering +unvoluptuous +unvomited +unvoracious +unvote +unvoted +unvoting +unvouched +unvouchedly +unvouchedness +unvouchsafed +unvowed +unvoweled +unvoyageable +unvoyaging +unvulcanized +unvulgar +unvulgarize +unvulgarized +unvulgarly +unvulnerable +unwadable +unwadded +unwadeable +unwaded +unwading +unwafted +unwaged +unwagered +unwaggable +unwaggably +unwagged +unwailed +unwailing +unwainscoted +unwaited +unwaiting +unwaked +unwakeful +unwakefulness +unwakened +unwakening +unwaking +unwalkable +unwalked +unwalking +unwall +unwalled +unwallet +unwallowed +unwan +unwandered +unwandering +unwaning +unwanted +unwanton +unwarbled +unware +unwarely +unwareness +unwarily +unwariness +unwarlike +unwarlikeness +unwarm +unwarmable +unwarmed +unwarming +unwarn +unwarned +unwarnedly +unwarnedness +unwarnished +unwarp +unwarpable +unwarped +unwarping +unwarrant +unwarrantability +unwarrantable +unwarrantableness +unwarrantably +unwarranted +unwarrantedly +unwarrantedness +unwary +unwashable +unwashed +unwashedness +unwassailing +unwastable +unwasted +unwasteful +unwastefully +unwasting +unwastingly +unwatchable +unwatched +unwatchful +unwatchfully +unwatchfulness +unwatching +unwater +unwatered +unwaterlike +unwatermarked +unwatery +unwattled +unwaved +unwaverable +unwavered +unwavering +unwaveringly +unwaving +unwax +unwaxed +unwayed +unwayward +unweaken +unweakened +unweal +unwealsomeness +unwealthy +unweaned +unweapon +unweaponed +unwearable +unweariability +unweariable +unweariableness +unweariably +unwearied +unweariedly +unweariedness +unwearily +unweariness +unwearing +unwearisome +unwearisomeness +unweary +unwearying +unwearyingly +unweathered +unweatherly +unweatherwise +unweave +unweaving +unweb +unwebbed +unwebbing +unwed +unwedded +unweddedly +unweddedness +unwedge +unwedgeable +unwedged +unweeded +unweel +unweelness +unweened +unweeping +unweeting +unweetingly +unweft +unweighable +unweighed +unweighing +unweight +unweighted +unweighty +unwelcome +unwelcomed +unwelcomely +unwelcomeness +unweld +unweldable +unwelded +unwell +unwellness +unwelted +unwept +unwestern +unwesternized +unwet +unwettable +unwetted +unwheedled +unwheel +unwheeled +unwhelmed +unwhelped +unwhetted +unwhig +unwhiglike +unwhimsical +unwhining +unwhip +unwhipped +unwhirled +unwhisked +unwhiskered +unwhisperable +unwhispered +unwhispering +unwhistled +unwhite +unwhited +unwhitened +unwhitewashed +unwholesome +unwholesomely +unwholesomeness +unwidened +unwidowed +unwield +unwieldable +unwieldily +unwieldiness +unwieldly +unwieldy +unwifed +unwifelike +unwifely +unwig +unwigged +unwild +unwilily +unwiliness +unwill +unwilled +unwillful +unwillfully +unwillfulness +unwilling +unwillingly +unwillingness +unwilted +unwilting +unwily +unwincing +unwincingly +unwind +unwindable +unwinding +unwindingly +unwindowed +unwindy +unwingable +unwinged +unwinking +unwinkingly +unwinnable +unwinning +unwinnowed +unwinsome +unwinter +unwintry +unwiped +unwire +unwired +unwisdom +unwise +unwisely +unwiseness +unwish +unwished +unwishful +unwishing +unwist +unwistful +unwitch +unwitched +unwithdrawable +unwithdrawing +unwithdrawn +unwitherable +unwithered +unwithering +unwithheld +unwithholden +unwithholding +unwithstanding +unwithstood +unwitless +unwitnessed +unwitted +unwittily +unwitting +unwittingly +unwittingness +unwitty +unwive +unwived +unwoeful +unwoful +unwoman +unwomanish +unwomanize +unwomanized +unwomanlike +unwomanliness +unwomanly +unwomb +unwon +unwonder +unwonderful +unwondering +unwonted +unwontedly +unwontedness +unwooded +unwooed +unwoof +unwooly +unwordable +unwordably +unwordily +unwordy +unwork +unworkability +unworkable +unworkableness +unworkably +unworked +unworkedness +unworker +unworking +unworkmanlike +unworkmanly +unworld +unworldliness +unworldly +unwormed +unwormy +unworn +unworried +unworriedly +unworriedness +unworshiped +unworshipful +unworshiping +unworshipped +unworshipping +unworth +unworthily +unworthiness +unworthy +unwotting +unwound +unwoundable +unwoundableness +unwounded +unwoven +unwrangling +unwrap +unwrapped +unwrapper +unwrapping +unwrathful +unwrathfully +unwreaked +unwreathe +unwreathed +unwreathing +unwrecked +unwrench +unwrenched +unwrested +unwrestedly +unwresting +unwrestled +unwretched +unwriggled +unwrinkle +unwrinkleable +unwrinkled +unwrit +unwritable +unwrite +unwriting +unwritten +unwronged +unwrongful +unwrought +unwrung +unyachtsmanlike +unyeaned +unyearned +unyearning +unyielded +unyielding +unyieldingly +unyieldingness +unyoke +unyoked +unyoking +unyoung +unyouthful +unyouthfully +unze +unzealous +unzealously +unzealousness +unzen +unzephyrlike +unzone +unzoned +up +upaisle +upaithric +upalley +upalong +upanishadic +upapurana +uparch +uparching +uparise +uparm +uparna +upas +upattic +upavenue +upbank +upbar +upbay +upbear +upbearer +upbeat +upbelch +upbelt +upbend +upbid +upbind +upblacken +upblast +upblaze +upblow +upboil +upbolster +upbolt +upboost +upborne +upbotch +upboulevard +upbound +upbrace +upbraid +upbraider +upbraiding +upbraidingly +upbray +upbreak +upbred +upbreed +upbreeze +upbrighten +upbrim +upbring +upbristle +upbroken +upbrook +upbrought +upbrow +upbubble +upbuild +upbuilder +upbulging +upbuoy +upbuoyance +upburn +upburst +upbuy +upcall +upcanal +upcanyon +upcarry +upcast +upcatch +upcaught +upchamber +upchannel +upchariot +upchimney +upchoke +upchuck +upcity +upclimb +upclose +upcloser +upcoast +upcock +upcoil +upcolumn +upcome +upcoming +upconjure +upcountry +upcourse +upcover +upcrane +upcrawl +upcreek +upcreep +upcrop +upcrowd +upcry +upcurl +upcurrent +upcurve +upcushion +upcut +updart +update +updeck +updelve +updive +updo +updome +updraft +updrag +updraw +updrink +updry +upeat +upend +upeygan +upfeed +upfield +upfill +upfingered +upflame +upflare +upflash +upflee +upflicker +upfling +upfloat +upflood +upflow +upflower +upflung +upfly +upfold +upfollow +upframe +upfurl +upgale +upgang +upgape +upgather +upgaze +upget +upgird +upgirt +upgive +upglean +upglide +upgo +upgorge +upgrade +upgrave +upgrow +upgrowth +upgully +upgush +uphand +uphang +upharbor +upharrow +uphasp +upheal +upheap +uphearted +upheaval +upheavalist +upheave +upheaven +upheld +uphelm +uphelya +upher +uphill +uphillward +uphoard +uphoist +uphold +upholden +upholder +upholster +upholstered +upholsterer +upholsteress +upholsterous +upholstery +upholsterydom +upholstress +uphung +uphurl +upisland +upjerk +upjet +upkeep +upkindle +upknell +upknit +upla +upladder +uplaid +uplake +upland +uplander +uplandish +uplane +uplay +uplead +upleap +upleg +uplick +uplift +upliftable +uplifted +upliftedly +upliftedness +uplifter +uplifting +upliftingly +upliftingness +upliftitis +upliftment +uplight +uplimb +uplimber +upline +uplock +uplong +uplook +uplooker +uploom +uploop +uplying +upmaking +upmast +upmix +upmost +upmount +upmountain +upmove +upness +upo +upon +uppard +uppent +upper +upperch +uppercut +upperer +upperest +upperhandism +uppermore +uppermost +uppers +uppertendom +uppile +upping +uppish +uppishly +uppishness +uppity +upplough +upplow +uppluck +uppoint +uppoise +uppop +uppour +uppowoc +upprick +upprop +uppuff +uppull +uppush +upquiver +upraisal +upraise +upraiser +upreach +uprear +uprein +uprend +uprender +uprest +uprestore +uprid +upridge +upright +uprighteous +uprighteously +uprighteousness +uprighting +uprightish +uprightly +uprightness +uprights +uprip +uprisal +uprise +uprisement +uprisen +upriser +uprising +uprist +uprive +upriver +uproad +uproar +uproariness +uproarious +uproariously +uproariousness +uproom +uproot +uprootal +uprooter +uprose +uprouse +uproute +uprun +uprush +upsaddle +upscale +upscrew +upscuddle +upseal +upseek +upseize +upsend +upset +upsetment +upsettable +upsettal +upsetted +upsetter +upsetting +upsettingly +upsey +upshaft +upshear +upsheath +upshoot +upshore +upshot +upshoulder +upshove +upshut +upside +upsides +upsighted +upsiloid +upsilon +upsilonism +upsit +upsitten +upsitting +upslant +upslip +upslope +upsmite +upsnatch +upsoak +upsoar +upsolve +upspeak +upspear +upspeed +upspew +upspin +upspire +upsplash +upspout +upspread +upspring +upsprinkle +upsprout +upspurt +upstaff +upstage +upstair +upstairs +upstamp +upstand +upstander +upstanding +upstare +upstart +upstartism +upstartle +upstartness +upstate +upstater +upstaunch +upstay +upsteal +upsteam +upstem +upstep +upstick +upstir +upstraight +upstream +upstreamward +upstreet +upstretch +upstrike +upstrive +upstroke +upstruggle +upsuck +upsun +upsup +upsurge +upsurgence +upswallow +upswarm +upsway +upsweep +upswell +upswing +uptable +uptake +uptaker +uptear +uptemper +uptend +upthrow +upthrust +upthunder +uptide +uptie +uptill +uptilt +uptorn +uptoss +uptower +uptown +uptowner +uptrace +uptrack +uptrail +uptrain +uptree +uptrend +uptrill +uptrunk +uptruss +uptube +uptuck +upturn +uptwined +uptwist +Upupa +Upupidae +upupoid +upvalley +upvomit +upwaft +upwall +upward +upwardly +upwardness +upwards +upwarp +upwax +upway +upways +upwell +upwent +upwheel +upwhelm +upwhir +upwhirl +upwind +upwith +upwork +upwound +upwrap +upwreathe +upwrench +upwring +upwrought +upyard +upyoke +ur +ura +urachal +urachovesical +urachus +uracil +uraemic +uraeus +Uragoga +Ural +ural +urali +Uralian +Uralic +uraline +uralite +uralitic +uralitization +uralitize +uralium +uramido +uramil +uramilic +uramino +Uran +uran +uranalysis +uranate +Urania +Uranian +uranic +Uranicentric +uranidine +uraniferous +uraniid +Uraniidae +uranin +uranine +uraninite +uranion +uraniscochasma +uraniscoplasty +uraniscoraphy +uraniscorrhaphy +uranism +uranist +uranite +uranitic +uranium +uranocircite +uranographer +uranographic +uranographical +uranographist +uranography +uranolatry +uranolite +uranological +uranology +uranometria +uranometrical +uranometry +uranophane +uranophotography +uranoplastic +uranoplasty +uranoplegia +uranorrhaphia +uranorrhaphy +uranoschisis +uranoschism +uranoscope +uranoscopia +uranoscopic +Uranoscopidae +Uranoscopus +uranoscopy +uranospathite +uranosphaerite +uranospinite +uranostaphyloplasty +uranostaphylorrhaphy +uranotantalite +uranothallite +uranothorite +uranotil +uranous +Uranus +uranyl +uranylic +urao +urare +urari +Urartaean +Urartic +urase +urataemia +urate +uratemia +uratic +uratoma +uratosis +uraturia +urazine +urazole +urbacity +urbainite +Urban +urban +urbane +urbanely +urbaneness +urbanism +Urbanist +urbanist +urbanite +urbanity +urbanization +urbanize +urbarial +urbian +urbic +Urbicolae +urbicolous +urbification +urbify +urbinate +urceiform +urceolar +urceolate +urceole +urceoli +Urceolina +urceolus +urceus +urchin +urchiness +urchinlike +urchinly +urd +urde +urdee +Urdu +ure +urea +ureal +ureameter +ureametry +urease +urechitin +urechitoxin +uredema +Uredinales +uredine +Uredineae +uredineal +uredineous +uredinia +uredinial +Urediniopsis +urediniospore +urediniosporic +uredinium +uredinoid +uredinologist +uredinology +uredinous +Uredo +uredo +uredosorus +uredospore +uredosporic +uredosporiferous +uredosporous +uredostage +ureic +ureid +ureide +ureido +uremia +uremic +Urena +urent +ureometer +ureometry +ureosecretory +uresis +uretal +ureter +ureteral +ureteralgia +uretercystoscope +ureterectasia +ureterectasis +ureterectomy +ureteric +ureteritis +ureterocele +ureterocervical +ureterocolostomy +ureterocystanastomosis +ureterocystoscope +ureterocystostomy +ureterodialysis +ureteroenteric +ureteroenterostomy +ureterogenital +ureterogram +ureterograph +ureterography +ureterointestinal +ureterolith +ureterolithiasis +ureterolithic +ureterolithotomy +ureterolysis +ureteronephrectomy +ureterophlegma +ureteroplasty +ureteroproctostomy +ureteropyelitis +ureteropyelogram +ureteropyelography +ureteropyelonephritis +ureteropyelostomy +ureteropyosis +ureteroradiography +ureterorectostomy +ureterorrhagia +ureterorrhaphy +ureterosalpingostomy +ureterosigmoidostomy +ureterostegnosis +ureterostenoma +ureterostenosis +ureterostoma +ureterostomy +ureterotomy +ureterouteral +ureterovaginal +ureterovesical +urethan +urethane +urethra +urethrae +urethragraph +urethral +urethralgia +urethrameter +urethrascope +urethratome +urethratresia +urethrectomy +urethremphraxis +urethreurynter +urethrism +urethritic +urethritis +urethroblennorrhea +urethrobulbar +urethrocele +urethrocystitis +urethrogenital +urethrogram +urethrograph +urethrometer +urethropenile +urethroperineal +urethrophyma +urethroplastic +urethroplasty +urethroprostatic +urethrorectal +urethrorrhagia +urethrorrhaphy +urethrorrhea +urethrorrhoea +urethroscope +urethroscopic +urethroscopical +urethroscopy +urethrosexual +urethrospasm +urethrostaxis +urethrostenosis +urethrostomy +urethrotome +urethrotomic +urethrotomy +urethrovaginal +urethrovesical +urethylan +uretic +ureylene +urf +urfirnis +urge +urgence +urgency +urgent +urgently +urgentness +urger +Urginea +urging +urgingly +Urgonian +urheen +Uri +Uria +Uriah +urial +Urian +uric +uricacidemia +uricaciduria +uricaemia +uricaemic +uricemia +uricemic +uricolysis +uricolytic +uridrosis +Uriel +urinaemia +urinal +urinalist +urinalysis +urinant +urinarium +urinary +urinate +urination +urinative +urinator +urine +urinemia +uriniferous +uriniparous +urinocryoscopy +urinogenital +urinogenitary +urinogenous +urinologist +urinology +urinomancy +urinometer +urinometric +urinometry +urinoscopic +urinoscopist +urinoscopy +urinose +urinosexual +urinous +urinousness +urite +urlar +urled +urling +urluch +urman +urn +urna +urnae +urnal +urnflower +urnful +urning +urningism +urnism +urnlike +urnmaker +Uro +uroacidimeter +uroazotometer +urobenzoic +urobilin +urobilinemia +urobilinogen +urobilinogenuria +urobilinuria +urocanic +urocele +Urocerata +urocerid +Uroceridae +urochloralic +urochord +Urochorda +urochordal +urochordate +urochrome +urochromogen +Urocoptidae +Urocoptis +urocyanogen +Urocyon +urocyst +urocystic +Urocystis +urocystitis +urodaeum +Urodela +urodelan +urodele +urodelous +urodialysis +urodynia +uroedema +uroerythrin +urofuscohematin +urogaster +urogastric +urogenic +urogenital +urogenitary +urogenous +uroglaucin +Uroglena +urogram +urography +urogravimeter +urohematin +urohyal +urolagnia +uroleucic +uroleucinic +urolith +urolithiasis +urolithic +urolithology +urologic +urological +urologist +urology +urolutein +urolytic +uromancy +uromantia +uromantist +Uromastix +uromelanin +uromelus +uromere +uromeric +urometer +Uromyces +Uromycladium +uronephrosis +uronic +uronology +uropatagium +Uropeltidae +urophanic +urophanous +urophein +Urophlyctis +urophthisis +uroplania +uropod +uropodal +uropodous +uropoetic +uropoiesis +uropoietic +uroporphyrin +uropsile +Uropsilus +uroptysis +Uropygi +uropygial +uropygium +uropyloric +urorosein +urorrhagia +urorrhea +urorubin +urosaccharometry +urosacral +uroschesis +uroscopic +uroscopist +uroscopy +urosepsis +uroseptic +urosis +urosomatic +urosome +urosomite +urosomitic +urostea +urostealith +urostegal +urostege +urostegite +urosteon +urosternite +urosthene +urosthenic +urostylar +urostyle +urotoxia +urotoxic +urotoxicity +urotoxin +urotoxy +uroxanate +uroxanic +uroxanthin +uroxin +urradhus +urrhodin +urrhodinic +Urs +Ursa +ursal +ursicidal +ursicide +Ursid +Ursidae +ursiform +ursigram +ursine +ursoid +ursolic +urson +ursone +ursuk +Ursula +Ursuline +Ursus +Urtica +urtica +Urticaceae +urticaceous +Urticales +urticant +urticaria +urticarial +urticarious +Urticastrum +urticate +urticating +urtication +urticose +urtite +Uru +urubu +urucu +urucuri +Uruguayan +uruisg +Urukuena +urunday +urus +urushi +urushic +urushinic +urushiol +urushiye +urva +us +usability +usable +usableness +usage +usager +usance +usar +usara +usaron +usation +use +used +usedly +usedness +usednt +usee +useful +usefullish +usefully +usefulness +usehold +useless +uselessly +uselessness +usent +user +ush +ushabti +ushabtiu +Ushak +Usheen +usher +usherance +usherdom +usherer +usheress +usherette +Usherian +usherian +usherism +usherless +ushership +usings +Usipetes +usitate +usitative +Uskara +Uskok +Usnea +usnea +Usneaceae +usneaceous +usneoid +usnic +usninic +Uspanteca +usque +usquebaugh +usself +ussels +usselven +ussingite +ust +Ustarana +uster +Ustilaginaceae +ustilaginaceous +Ustilaginales +ustilagineous +Ustilaginoidea +Ustilago +ustion +ustorious +ustulate +ustulation +Ustulina +usual +usualism +usually +usualness +usuary +usucapient +usucapion +usucapionary +usucapt +usucaptable +usucaption +usucaptor +usufruct +usufructuary +Usun +usure +usurer +usurerlike +usuress +usurious +usuriously +usuriousness +usurp +usurpation +usurpative +usurpatively +usurpatory +usurpature +usurpedly +usurper +usurpership +usurping +usurpingly +usurpment +usurpor +usurpress +usury +usward +uswards +ut +Uta +uta +Utah +Utahan +utahite +utai +utas +utch +utchy +Ute +utees +utensil +uteralgia +uterectomy +uteri +uterine +uteritis +uteroabdominal +uterocele +uterocervical +uterocystotomy +uterofixation +uterogestation +uterogram +uterography +uterointestinal +uterolith +uterology +uteromania +uterometer +uteroovarian +uteroparietal +uteropelvic +uteroperitoneal +uteropexia +uteropexy +uteroplacental +uteroplasty +uterosacral +uterosclerosis +uteroscope +uterotomy +uterotonic +uterotubal +uterovaginal +uteroventral +uterovesical +uterus +utfangenethef +utfangethef +utfangthef +utfangthief +utick +utile +utilitarian +utilitarianism +utilitarianist +utilitarianize +utilitarianly +utility +utilizable +utilization +utilize +utilizer +utinam +utmost +utmostness +Utopia +utopia +Utopian +utopian +utopianism +utopianist +Utopianize +Utopianizer +utopianizer +utopiast +utopism +utopist +utopistic +utopographer +Utraquism +utraquist +utraquistic +Utrecht +utricle +utricul +utricular +Utricularia +Utriculariaceae +utriculate +utriculiferous +utriculiform +utriculitis +utriculoid +utriculoplastic +utriculoplasty +utriculosaccular +utriculose +utriculus +utriform +utrubi +utrum +utsuk +utter +utterability +utterable +utterableness +utterance +utterancy +utterer +utterless +utterly +uttermost +utterness +utu +utum +uturuncu +uva +uval +uvalha +uvanite +uvarovite +uvate +uvea +uveal +uveitic +uveitis +Uvella +uveous +uvic +uvid +uviol +uvitic +uvitinic +uvito +uvitonic +uvrou +uvula +uvulae +uvular +Uvularia +uvularly +uvulitis +uvuloptosis +uvulotome +uvulotomy +uvver +uxorial +uxoriality +uxorially +uxoricidal +uxoricide +uxorious +uxoriously +uxoriousness +uzan +uzara +uzarin +uzaron +Uzbak +Uzbeg +Uzbek +V +v +vaagmer +vaalite +Vaalpens +vacabond +vacancy +vacant +vacanthearted +vacantheartedness +vacantly +vacantness +vacantry +vacatable +vacate +vacation +vacational +vacationer +vacationist +vacationless +vacatur +Vaccaria +vaccary +vaccenic +vaccicide +vaccigenous +vaccina +vaccinable +vaccinal +vaccinate +vaccination +vaccinationist +vaccinator +vaccinatory +vaccine +vaccinee +vaccinella +vaccinia +Vacciniaceae +vacciniaceous +vaccinial +vaccinifer +vacciniform +vacciniola +vaccinist +Vaccinium +vaccinium +vaccinization +vaccinogenic +vaccinogenous +vaccinoid +vaccinophobia +vaccinotherapy +vache +Vachellia +vachette +vacillancy +vacillant +vacillate +vacillating +vacillatingly +vacillation +vacillator +vacillatory +vacoa +vacona +vacoua +vacouf +vacual +vacuate +vacuation +vacuefy +vacuist +vacuity +vacuolar +vacuolary +vacuolate +vacuolated +vacuolation +vacuole +vacuolization +vacuome +vacuometer +vacuous +vacuously +vacuousness +vacuum +vacuuma +vacuumize +vade +Vadim +vadimonium +vadimony +vadium +vadose +vady +vag +vagabond +vagabondage +vagabondager +vagabondia +vagabondish +vagabondism +vagabondismus +vagabondize +vagabondizer +vagabondry +vagal +vagarian +vagarious +vagariously +vagarish +vagarisome +vagarist +vagaristic +vagarity +vagary +vagas +vage +vagiform +vagile +vagina +vaginal +vaginalectomy +vaginaless +vaginalitis +vaginant +vaginate +vaginated +vaginectomy +vaginervose +Vaginicola +vaginicoline +vaginicolous +vaginiferous +vaginipennate +vaginismus +vaginitis +vaginoabdominal +vaginocele +vaginodynia +vaginofixation +vaginolabial +vaginometer +vaginomycosis +vaginoperineal +vaginoperitoneal +vaginopexy +vaginoplasty +vaginoscope +vaginoscopy +vaginotome +vaginotomy +vaginovesical +vaginovulvar +vaginula +vaginulate +vaginule +vagitus +Vagnera +vagoaccessorius +vagodepressor +vagoglossopharyngeal +vagogram +vagolysis +vagosympathetic +vagotomize +vagotomy +vagotonia +vagotonic +vagotropic +vagotropism +vagrance +vagrancy +vagrant +vagrantism +vagrantize +vagrantlike +vagrantly +vagrantness +vagrate +vagrom +vague +vaguely +vagueness +vaguish +vaguity +vagulous +vagus +vahine +Vai +Vaidic +vail +vailable +vain +vainful +vainglorious +vaingloriously +vaingloriousness +vainglory +vainly +vainness +vair +vairagi +vaire +vairy +Vaishnava +Vaishnavism +vaivode +vajra +vajrasana +vakass +vakia +vakil +vakkaliga +Val +valance +valanced +valanche +valbellite +vale +valediction +valedictorian +valedictorily +valedictory +valence +Valencia +Valencian +valencianite +Valenciennes +valency +valent +Valentide +Valentin +Valentine +valentine +Valentinian +Valentinianism +valentinite +valeral +valeraldehyde +valeramide +valerate +Valeria +valerian +Valeriana +Valerianaceae +valerianaceous +Valerianales +valerianate +Valerianella +Valerianoides +valeric +Valerie +valerin +valerolactone +valerone +valeryl +valerylene +valet +valeta +valetage +valetdom +valethood +valetism +valetry +valetudinarian +valetudinarianism +valetudinariness +valetudinarist +valetudinarium +valetudinary +valeur +valeward +valgoid +valgus +valhall +Valhalla +Vali +vali +valiance +valiancy +valiant +valiantly +valiantness +valid +validate +validation +validatory +validification +validity +validly +validness +valine +valise +valiseful +valiship +Valkyr +Valkyria +Valkyrian +Valkyrie +vall +vallancy +vallar +vallary +vallate +vallated +vallation +vallecula +vallecular +valleculate +vallevarite +valley +valleyful +valleyite +valleylet +valleylike +valleyward +valleywise +vallicula +vallicular +vallidom +vallis +Valliscaulian +Vallisneria +Vallisneriaceae +vallisneriaceous +Vallombrosan +Vallota +vallum +Valmy +Valois +valonia +Valoniaceae +valoniaceous +valor +valorization +valorize +valorous +valorously +valorousness +Valsa +Valsaceae +Valsalvan +valse +valsoid +valuable +valuableness +valuably +valuate +valuation +valuational +valuator +value +valued +valueless +valuelessness +valuer +valuta +valva +valval +Valvata +valvate +Valvatidae +valve +valved +valveless +valvelet +valvelike +valveman +valviferous +valviform +valvotomy +valvula +valvular +valvulate +valvule +valvulitis +valvulotome +valvulotomy +valyl +valylene +vambrace +vambraced +vamfont +vammazsa +vamoose +vamp +vamped +vamper +vamphorn +vampire +vampireproof +vampiric +vampirish +vampirism +vampirize +vamplate +vampproof +Vampyrella +Vampyrellidae +Vampyrum +Van +van +vanadate +vanadiate +vanadic +vanadiferous +vanadinite +vanadium +vanadosilicate +vanadous +vanadyl +Vanaheim +vanaprastha +Vance +vancourier +Vancouveria +Vanda +Vandal +Vandalic +vandalish +vandalism +vandalistic +vandalization +vandalize +vandalroot +Vandemonian +Vandemonianism +Vandiemenian +Vandyke +vane +vaned +vaneless +vanelike +Vanellus +Vanessa +vanessian +vanfoss +vang +vangee +vangeli +vanglo +vanguard +Vanguardist +Vangueria +vanilla +vanillal +vanillaldehyde +vanillate +vanille +vanillery +vanillic +vanillin +vanillinic +vanillism +vanilloes +vanillon +vanilloyl +vanillyl +Vanir +vanish +vanisher +vanishing +vanishingly +vanishment +Vanist +vanitarianism +vanitied +vanity +vanjarrah +vanman +vanmost +Vannai +vanner +vannerman +vannet +Vannic +vanquish +vanquishable +vanquisher +vanquishment +vansire +vantage +vantageless +vantbrace +vantbrass +vanward +vapid +vapidism +vapidity +vapidly +vapidness +vapocauterization +vapographic +vapography +vapor +vaporability +vaporable +vaporarium +vaporary +vaporate +vapored +vaporer +vaporescence +vaporescent +vaporiferous +vaporiferousness +vaporific +vaporiform +vaporimeter +vaporing +vaporingly +vaporish +vaporishness +vaporium +vaporizable +vaporization +vaporize +vaporizer +vaporless +vaporlike +vaporograph +vaporographic +vaporose +vaporoseness +vaporosity +vaporous +vaporously +vaporousness +vaportight +vapory +vapulary +vapulate +vapulation +vapulatory +vara +varahan +varan +Varanger +Varangi +Varangian +varanid +Varanidae +Varanoid +Varanus +Varda +vardapet +vardy +vare +varec +vareheaded +vareuse +vargueno +vari +variability +variable +variableness +variably +Variag +variance +variancy +variant +variate +variation +variational +variationist +variatious +variative +variatively +variator +varical +varicated +varication +varicella +varicellar +varicellate +varicellation +varicelliform +varicelloid +varicellous +varices +variciform +varicoblepharon +varicocele +varicoid +varicolored +varicolorous +varicose +varicosed +varicoseness +varicosis +varicosity +varicotomy +varicula +varied +variedly +variegate +variegated +variegation +variegator +varier +varietal +varietally +varietism +varietist +variety +variform +variformed +variformity +variformly +varigradation +variocoupler +variola +variolar +Variolaria +variolate +variolation +variole +variolic +varioliform +variolite +variolitic +variolitization +variolization +varioloid +variolous +variolovaccine +variolovaccinia +variometer +variorum +variotinted +various +variously +variousness +variscite +varisse +varix +varlet +varletaille +varletess +varletry +varletto +varment +varna +varnashrama +varnish +varnished +varnisher +varnishing +varnishlike +varnishment +varnishy +varnpliktige +varnsingite +Varolian +Varronia +Varronian +varsha +varsity +Varsovian +varsoviana +Varuna +varus +varve +varved +vary +varyingly +vas +Vasa +vasa +vasal +Vascons +vascular +vascularity +vascularization +vascularize +vascularly +vasculated +vasculature +vasculiferous +vasculiform +vasculitis +vasculogenesis +vasculolymphatic +vasculomotor +vasculose +vasculum +vase +vasectomize +vasectomy +vaseful +vaselet +vaselike +Vaseline +vasemaker +vasemaking +vasewise +vasework +vashegyite +vasicentric +vasicine +vasifactive +vasiferous +vasiform +vasoconstricting +vasoconstriction +vasoconstrictive +vasoconstrictor +vasocorona +vasodentinal +vasodentine +vasodilatation +vasodilatin +vasodilating +vasodilation +vasodilator +vasoepididymostomy +vasofactive +vasoformative +vasoganglion +vasohypertonic +vasohypotonic +vasoinhibitor +vasoinhibitory +vasoligation +vasoligature +vasomotion +vasomotor +vasomotorial +vasomotoric +vasomotory +vasoneurosis +vasoparesis +vasopressor +vasopuncture +vasoreflex +vasorrhaphy +vasosection +vasospasm +vasospastic +vasostimulant +vasostomy +vasotomy +vasotonic +vasotribe +vasotripsy +vasotrophic +vasovesiculectomy +vasquine +vassal +vassalage +vassaldom +vassaless +vassalic +vassalism +vassality +vassalize +vassalless +vassalry +vassalship +Vassos +vast +vastate +vastation +vastidity +vastily +vastiness +vastitude +vastity +vastly +vastness +vasty +vasu +Vasudeva +Vasundhara +vat +Vateria +vatful +vatic +vatically +Vatican +vaticanal +vaticanic +vaticanical +Vaticanism +Vaticanist +Vaticanization +Vaticanize +vaticide +vaticinal +vaticinant +vaticinate +vaticination +vaticinator +vaticinatory +vaticinatress +vaticinatrix +vatmaker +vatmaking +vatman +Vatteluttu +vatter +vau +Vaucheria +Vaucheriaceae +vaucheriaceous +vaudeville +vaudevillian +vaudevillist +Vaudism +Vaudois +vaudy +Vaughn +vaugnerite +vault +vaulted +vaultedly +vaulter +vaulting +vaultlike +vaulty +vaunt +vauntage +vaunted +vaunter +vauntery +vauntful +vauntiness +vaunting +vauntingly +vauntmure +vaunty +vauquelinite +Vauxhall +Vauxhallian +vauxite +vavasor +vavasory +vaward +Vayu +Vazimba +Veadar +veal +vealer +vealiness +veallike +vealskin +vealy +vectigal +vection +vectis +vectograph +vectographic +vector +vectorial +vectorially +vecture +Veda +Vedaic +Vedaism +Vedalia +vedana +Vedanga +Vedanta +Vedantic +Vedantism +Vedantist +Vedda +Veddoid +vedette +Vedic +vedika +Vediovis +Vedism +Vedist +vedro +Veduis +veduis +vee +veen +veep +veer +veerable +veeringly +veery +Vega +vegasite +vegeculture +vegetability +vegetable +vegetablelike +vegetablewise +vegetablize +vegetably +vegetal +vegetalcule +vegetality +vegetant +vegetarian +vegetarianism +vegetate +vegetation +vegetational +vegetationless +vegetative +vegetatively +vegetativeness +vegete +vegeteness +vegetism +vegetive +vegetivorous +vegetoalkali +vegetoalkaline +vegetoalkaloid +vegetoanimal +vegetobituminous +vegetocarbonaceous +vegetomineral +vehemence +vehemency +vehement +vehemently +vehicle +vehicular +vehicularly +vehiculary +vehiculate +vehiculation +vehiculatory +Vehmic +vei +veigle +veil +veiled +veiledly +veiledness +veiler +veiling +veilless +veillike +veilmaker +veilmaking +Veiltail +veily +vein +veinage +veinal +veinbanding +veined +veiner +veinery +veininess +veining +veinless +veinlet +veinous +veinstone +veinstuff +veinule +veinulet +veinwise +veinwork +veiny +Vejoces +vejoces +Vejovis +Vejoz +vela +velal +velamen +velamentous +velamentum +velar +velardenite +velaric +velarium +velarize +velary +velate +velated +velation +velatura +Velchanos +veldcraft +veldman +veldschoen +veldt +veldtschoen +Velella +velellidous +velic +veliferous +veliform +veliger +veligerous +Velika +velitation +vell +vellala +velleda +velleity +vellicate +vellication +vellicative +vellinch +vellon +vellosine +Vellozia +Velloziaceae +velloziaceous +vellum +vellumy +velo +velociman +velocimeter +velocious +velociously +velocipedal +velocipede +velocipedean +velocipedic +velocitous +velocity +velodrome +velometer +velours +veloutine +velte +velum +velumen +velure +Velutina +velutinous +velveret +velvet +velvetbreast +velveted +velveteen +velveteened +velvetiness +velveting +velvetleaf +velvetlike +velvetry +velvetseed +velvetweed +velvetwork +velvety +venada +venal +venality +venalization +venalize +venally +venalness +Venantes +venanzite +venatic +venatical +venatically +venation +venational +venator +venatorial +venatorious +venatory +vencola +Vend +vend +vendace +Vendean +vendee +vender +vendetta +vendettist +vendibility +vendible +vendibleness +vendibly +vendicate +Vendidad +vending +venditate +venditation +vendition +venditor +vendor +vendue +Vened +Venedotian +veneer +veneerer +veneering +venefical +veneficious +veneficness +veneficous +venenate +venenation +venene +veneniferous +venenific +venenosalivary +venenous +venenousness +venepuncture +venerability +venerable +venerableness +venerably +Veneracea +veneracean +veneraceous +veneral +Veneralia +venerance +venerant +venerate +veneration +venerational +venerative +veneratively +venerativeness +venerator +venereal +venerealness +venereologist +venereology +venerer +Veneres +venerial +Veneridae +veneriform +venery +venesect +venesection +venesector +venesia +Venetes +Veneti +Venetian +Venetianed +Venetic +venezolano +Venezuelan +vengeable +vengeance +vengeant +vengeful +vengefully +vengefulness +vengeously +venger +venial +veniality +venially +venialness +Venice +venie +venin +veniplex +venipuncture +venireman +venison +venisonivorous +venisonlike +venisuture +Venite +Venizelist +Venkata +vennel +venner +venoatrial +venoauricular +venom +venomed +venomer +venomization +venomize +venomly +venomness +venomosalivary +venomous +venomously +venomousness +venomproof +venomsome +venomy +venosal +venosclerosis +venose +venosinal +venosity +venostasis +venous +venously +venousness +vent +ventage +ventail +venter +Ventersdorp +venthole +ventiduct +ventifact +ventil +ventilable +ventilagin +ventilate +ventilating +ventilation +ventilative +ventilator +ventilatory +ventless +ventometer +ventose +ventoseness +ventosity +ventpiece +ventrad +ventral +ventrally +ventralmost +ventralward +ventric +ventricle +ventricolumna +ventricolumnar +ventricornu +ventricornual +ventricose +ventricoseness +ventricosity +ventricous +ventricular +ventricularis +ventriculite +Ventriculites +ventriculitic +Ventriculitidae +ventriculogram +ventriculography +ventriculoscopy +ventriculose +ventriculous +ventriculus +ventricumbent +ventriduct +ventrifixation +ventrilateral +ventrilocution +ventriloqual +ventriloqually +ventriloque +ventriloquial +ventriloquially +ventriloquism +ventriloquist +ventriloquistic +ventriloquize +ventriloquous +ventriloquously +ventriloquy +ventrimesal +ventrimeson +ventrine +ventripotency +ventripotent +ventripotential +ventripyramid +ventroaxial +ventroaxillary +ventrocaudal +ventrocystorrhaphy +ventrodorsad +ventrodorsal +ventrodorsally +ventrofixation +ventrohysteropexy +ventroinguinal +ventrolateral +ventrolaterally +ventromedial +ventromedian +ventromesal +ventromesial +ventromyel +ventroposterior +ventroptosia +ventroptosis +ventroscopy +ventrose +ventrosity +ventrosuspension +ventrotomy +venture +venturer +venturesome +venturesomely +venturesomeness +Venturia +venturine +venturous +venturously +venturousness +venue +venula +venular +venule +venulose +Venus +Venusian +venust +Venutian +venville +Veps +Vepse +Vepsish +vera +veracious +veraciously +veraciousness +veracity +veranda +verandaed +verascope +veratral +veratralbine +veratraldehyde +veratrate +veratria +veratric +veratridine +veratrine +veratrinize +veratrize +veratroidine +veratrole +veratroyl +Veratrum +veratryl +veratrylidene +verb +verbal +verbalism +verbalist +verbality +verbalization +verbalize +verbalizer +verbally +verbarian +verbarium +verbasco +verbascose +Verbascum +verbate +verbatim +verbena +Verbenaceae +verbenaceous +verbenalike +verbenalin +Verbenarius +verbenate +verbene +verbenone +verberate +verberation +verberative +Verbesina +verbiage +verbicide +verbiculture +verbid +verbification +verbify +verbigerate +verbigeration +verbigerative +verbile +verbless +verbolatry +verbomania +verbomaniac +verbomotor +verbose +verbosely +verboseness +verbosity +verbous +verby +verchok +verd +verdancy +verdant +verdantly +verdantness +verdea +verdelho +verderer +verderership +verdet +verdict +verdigris +verdigrisy +verdin +verditer +verdoy +verdugoship +verdun +verdure +verdured +verdureless +verdurous +verdurousness +verecund +verecundity +verecundness +verek +veretilliform +Veretillum +veretillum +verge +vergeboard +vergence +vergency +vergent +vergentness +verger +vergeress +vergerism +vergerless +vergership +vergery +vergi +vergiform +Vergilianism +verglas +vergobret +veri +veridic +veridical +veridicality +veridically +veridicalness +veridicous +veridity +verifiability +verifiable +verifiableness +verifiably +verificate +verification +verificative +verificatory +verifier +verify +verily +verine +verisimilar +verisimilarly +verisimilitude +verisimilitudinous +verisimility +verism +verist +veristic +veritability +veritable +veritableness +veritably +verite +veritism +veritist +veritistic +verity +verjuice +vermeil +vermeologist +vermeology +Vermes +vermetid +Vermetidae +vermetidae +Vermetus +vermian +vermicelli +vermicidal +vermicide +vermicious +vermicle +vermicular +Vermicularia +vermicularly +vermiculate +vermiculated +vermiculation +vermicule +vermiculite +vermiculose +vermiculosity +vermiculous +vermiform +Vermiformia +vermiformis +vermiformity +vermiformous +vermifugal +vermifuge +vermifugous +vermigerous +vermigrade +Vermilingues +Vermilinguia +vermilinguial +vermilion +vermilionette +vermilionize +vermin +verminal +verminate +vermination +verminer +verminicidal +verminicide +verminiferous +verminlike +verminly +verminosis +verminous +verminously +verminousness +verminproof +verminy +vermiparous +vermiparousness +vermis +vermivorous +vermivorousness +vermix +Vermont +Vermonter +Vermontese +vermorel +vermouth +Vern +vernacle +vernacular +vernacularism +vernacularist +vernacularity +vernacularization +vernacularize +vernacularly +vernacularness +vernaculate +vernal +vernality +vernalization +vernalize +vernally +vernant +vernation +vernicose +vernier +vernile +vernility +vernin +vernine +vernition +Vernon +Vernonia +vernoniaceous +Vernonieae +vernonin +Verona +Veronal +veronalism +Veronese +Veronica +Veronicella +Veronicellidae +Verpa +verre +verrel +verriculate +verriculated +verricule +verruca +verrucano +Verrucaria +Verrucariaceae +verrucariaceous +verrucarioid +verrucated +verruciferous +verruciform +verrucose +verrucoseness +verrucosis +verrucosity +verrucous +verruculose +verruga +versability +versable +versableness +versal +versant +versate +versatile +versatilely +versatileness +versatility +versation +versative +verse +versecraft +versed +verseless +verselet +versemaker +versemaking +verseman +versemanship +versemonger +versemongering +versemongery +verser +versesmith +verset +versette +verseward +versewright +versicle +versicler +versicolor +versicolorate +versicolored +versicolorous +versicular +versicule +versifiable +versifiaster +versification +versificator +versificatory +versificatrix +versifier +versiform +versify +versiloquy +versine +version +versional +versioner +versionist +versionize +versipel +verso +versor +verst +versta +versual +versus +vert +vertebra +vertebrae +vertebral +vertebraless +vertebrally +Vertebraria +vertebrarium +vertebrarterial +Vertebrata +vertebrate +vertebrated +vertebration +vertebre +vertebrectomy +vertebriform +vertebroarterial +vertebrobasilar +vertebrochondral +vertebrocostal +vertebrodymus +vertebrofemoral +vertebroiliac +vertebromammary +vertebrosacral +vertebrosternal +vertex +vertibility +vertible +vertibleness +vertical +verticalism +verticality +vertically +verticalness +vertices +verticil +verticillary +verticillaster +verticillastrate +verticillate +verticillated +verticillately +verticillation +verticilliaceous +verticilliose +Verticillium +verticillus +verticity +verticomental +verticordious +vertiginate +vertigines +vertiginous +vertigo +vertilinear +vertimeter +Vertumnus +Verulamian +veruled +verumontanum +vervain +vervainlike +verve +vervecine +vervel +verveled +vervelle +vervenia +vervet +very +Vesalian +vesania +vesanic +vesbite +vesicae +vesical +vesicant +vesicate +vesication +vesicatory +vesicle +vesicoabdominal +vesicocavernous +vesicocele +vesicocervical +vesicoclysis +vesicofixation +vesicointestinal +vesicoprostatic +vesicopubic +vesicorectal +vesicosigmoid +vesicospinal +vesicotomy +vesicovaginal +vesicular +Vesicularia +vesicularly +vesiculary +vesiculase +Vesiculata +Vesiculatae +vesiculate +vesiculation +vesicule +vesiculectomy +vesiculiferous +vesiculiform +vesiculigerous +vesiculitis +vesiculobronchial +vesiculocavernous +vesiculopustular +vesiculose +vesiculotomy +vesiculotubular +vesiculotympanic +vesiculotympanitic +vesiculous +vesiculus +vesicupapular +veskit +Vespa +vespacide +vespal +vesper +vesperal +vesperian +vespering +vespers +vespertide +vespertilian +Vespertilio +vespertilio +Vespertiliones +vespertilionid +Vespertilionidae +Vespertilioninae +vespertilionine +vespertinal +vespertine +vespery +vespiary +vespid +Vespidae +vespiform +Vespina +vespine +vespoid +Vespoidea +vessel +vesseled +vesselful +vessignon +vest +Vesta +vestal +Vestalia +vestalia +vestalship +Vestas +vestee +vester +vestiarian +vestiarium +vestiary +vestibula +vestibular +vestibulary +vestibulate +vestibule +vestibuled +vestibulospinal +vestibulum +vestige +vestigial +vestigially +Vestigian +vestigiary +vestigium +vestiment +vestimental +vestimentary +vesting +Vestini +Vestinian +vestiture +vestlet +vestment +vestmental +vestmented +vestral +vestralization +vestrical +vestrification +vestrify +vestry +vestrydom +vestryhood +vestryish +vestryism +vestryize +vestryman +vestrymanly +vestrymanship +vestuary +vestural +vesture +vesturer +Vesuvian +vesuvian +vesuvianite +vesuviate +vesuvite +vesuvius +veszelyite +vet +veta +vetanda +vetch +vetchling +vetchy +veteran +veterancy +veteraness +veteranize +veterinarian +veterinarianism +veterinary +vetitive +vetivene +vetivenol +vetiver +Vetiveria +vetiveria +vetivert +vetkousie +veto +vetoer +vetoism +vetoist +vetoistic +vetoistical +vetust +vetusty +veuglaire +veuve +vex +vexable +vexation +vexatious +vexatiously +vexatiousness +vexatory +vexed +vexedly +vexedness +vexer +vexful +vexil +vexillar +vexillarious +vexillary +vexillate +vexillation +vexillum +vexingly +vexingness +vext +via +viability +viable +viaduct +viaggiatory +viagram +viagraph +viajaca +vial +vialful +vialmaker +vialmaking +vialogue +viameter +viand +viander +viatic +viatica +viatical +viaticum +viatometer +viator +viatorial +viatorially +vibetoite +vibex +vibgyor +vibix +vibracular +vibracularium +vibraculoid +vibraculum +vibrance +vibrancy +vibrant +vibrantly +vibraphone +vibrate +vibratile +vibratility +vibrating +vibratingly +vibration +vibrational +vibrationless +vibratiuncle +vibratiunculation +vibrative +vibrato +vibrator +vibratory +Vibrio +vibrioid +vibrion +vibrionic +vibrissa +vibrissae +vibrissal +vibrograph +vibromassage +vibrometer +vibromotive +vibronic +vibrophone +vibroscope +vibroscopic +vibrotherapeutics +viburnic +viburnin +Viburnum +Vic +vicar +vicarage +vicarate +vicaress +vicarial +vicarian +vicarianism +vicariate +vicariateship +vicarious +vicariously +vicariousness +vicarly +vicarship +Vice +vice +vicecomes +vicecomital +vicegeral +vicegerency +vicegerent +vicegerentship +viceless +vicelike +vicenary +vicennial +viceregal +viceregally +vicereine +viceroy +viceroyal +viceroyalty +viceroydom +viceroyship +vicety +viceversally +Vichyite +vichyssoise +Vicia +vicianin +vicianose +vicilin +vicinage +vicinal +vicine +vicinity +viciosity +vicious +viciously +viciousness +vicissitous +vicissitude +vicissitudinary +vicissitudinous +vicissitudinousness +Vick +Vicki +Vickie +Vicky +vicoite +vicontiel +victim +victimhood +victimizable +victimization +victimize +victimizer +victless +Victor +victor +victordom +victorfish +Victoria +Victorian +Victorianism +Victorianize +Victorianly +victoriate +victoriatus +victorine +victorious +victoriously +victoriousness +victorium +victory +victoryless +victress +victrix +Victrola +victrola +victual +victualage +victualer +victualing +victuallership +victualless +victualry +victuals +vicuna +Viddhal +viddui +videndum +video +videogenic +vidette +Vidhyanath +Vidian +vidonia +vidry +Vidua +viduage +vidual +vidually +viduate +viduated +viduation +Viduinae +viduine +viduity +viduous +vidya +vie +vielle +Vienna +Viennese +vier +vierling +viertel +viertelein +Vietminh +Vietnamese +view +viewable +viewably +viewer +viewiness +viewless +viewlessly +viewly +viewpoint +viewsome +viewster +viewworthy +viewy +vifda +viga +vigentennial +vigesimal +vigesimation +vigia +vigil +vigilance +vigilancy +vigilant +vigilante +vigilantism +vigilantly +vigilantness +vigilate +vigilation +vigintiangular +vigneron +vignette +vignetter +vignettist +vignin +vigonia +vigor +vigorist +vigorless +vigorous +vigorously +vigorousness +vihara +vihuela +vijao +Vijay +viking +vikingism +vikinglike +vikingship +vila +vilayet +vile +vilehearted +Vilela +vilely +vileness +Vilhelm +Vili +vilicate +vilification +vilifier +vilify +vilifyingly +vilipend +vilipender +vilipenditory +vility +vill +villa +villadom +villaette +village +villageful +villagehood +villageless +villagelet +villagelike +villageous +villager +villageress +villagery +villaget +villageward +villagey +villagism +villain +villainage +villaindom +villainess +villainist +villainous +villainously +villainousness +villainproof +villainy +villakin +villaless +villalike +villanage +villanella +villanelle +villanette +villanous +villanously +Villanova +Villanovan +villar +villate +villatic +ville +villein +villeinage +villeiness +villeinhold +villenage +villiaumite +villiferous +villiform +villiplacental +Villiplacentalia +villitis +villoid +villose +villosity +villous +villously +villus +vim +vimana +vimen +vimful +Viminal +viminal +vimineous +vina +vinaceous +vinaconic +vinage +vinagron +vinaigrette +vinaigretted +vinaigrier +vinaigrous +vinal +Vinalia +vinasse +vinata +Vince +Vincent +vincent +Vincentian +Vincenzo +Vincetoxicum +vincetoxin +vincibility +vincible +vincibleness +vincibly +vincular +vinculate +vinculation +vinculum +Vindelici +vindemial +vindemiate +vindemiation +vindemiatory +Vindemiatrix +vindex +vindhyan +vindicability +vindicable +vindicableness +vindicably +vindicate +vindication +vindicative +vindicatively +vindicativeness +vindicator +vindicatorily +vindicatorship +vindicatory +vindicatress +vindictive +vindictively +vindictiveness +vindictivolence +vindresser +vine +vinea +vineal +vineatic +vined +vinegar +vinegarer +vinegarette +vinegarish +vinegarist +vinegarroon +vinegarweed +vinegary +vinegerone +vinegrower +vineity +vineland +vineless +vinelet +vinelike +viner +vinery +vinestalk +vinewise +vineyard +Vineyarder +vineyarding +vineyardist +vingerhoed +Vingolf +vinhatico +vinic +vinicultural +viniculture +viniculturist +vinifera +viniferous +vinification +vinificator +Vinland +vinny +vino +vinoacetous +Vinod +vinolence +vinolent +vinologist +vinology +vinometer +vinomethylic +vinose +vinosity +vinosulphureous +vinous +vinously +vinousness +vinquish +vint +vinta +vintage +vintager +vintaging +vintem +vintener +vintlite +vintner +vintneress +vintnership +vintnery +vintress +vintry +viny +vinyl +vinylbenzene +vinylene +vinylic +vinylidene +viol +viola +violability +violable +violableness +violably +Violaceae +violacean +violaceous +violaceously +violal +Violales +violanin +violaquercitrin +violate +violater +violation +violational +violative +violator +violatory +violature +violence +violent +violently +violentness +violer +violescent +violet +violetish +violetlike +violette +violetwise +violety +violin +violina +violine +violinette +violinist +violinistic +violinlike +violinmaker +violinmaking +violist +violmaker +violmaking +violon +violoncellist +violoncello +violone +violotta +violuric +viosterol +Vip +viper +Vipera +viperan +viperess +viperfish +viperian +viperid +Viperidae +viperiform +Viperina +Viperinae +viperine +viperish +viperishly +viperlike +viperling +viperoid +Viperoidea +viperous +viperously +viperousness +vipery +vipolitic +vipresident +viqueen +Vira +viragin +viraginian +viraginity +viraginous +virago +viragoish +viragolike +viragoship +viral +Virales +Virbius +vire +virelay +viremia +viremic +virent +vireo +vireonine +virescence +virescent +virga +virgal +virgate +virgated +virgater +virgation +virgilia +Virgilism +virgin +virginal +Virginale +virginalist +virginality +virginally +virgineous +virginhead +Virginia +Virginian +Virginid +virginitis +virginity +virginityship +virginium +virginlike +virginly +virginship +Virgo +virgula +virgular +Virgularia +virgularian +Virgulariidae +virgulate +virgule +virgultum +virial +viricide +virid +viridene +viridescence +viridescent +viridian +viridigenous +viridine +viridite +viridity +virific +virify +virile +virilely +virileness +virilescence +virilescent +virilify +viriliously +virilism +virilist +virility +viripotent +viritrate +virl +virole +viroled +virological +virologist +virology +viron +virose +virosis +virous +virtu +virtual +virtualism +virtualist +virtuality +virtualize +virtually +virtue +virtued +virtuefy +virtuelessness +virtueproof +virtuless +virtuosa +virtuose +virtuosi +virtuosic +virtuosity +virtuoso +virtuosoship +virtuous +virtuouslike +virtuously +virtuousness +virucidal +virucide +viruela +virulence +virulency +virulent +virulented +virulently +virulentness +viruliferous +virus +viruscidal +viruscide +virusemic +vis +visa +visage +visaged +visagraph +visarga +Visaya +Visayan +viscacha +viscera +visceral +visceralgia +viscerally +viscerate +visceration +visceripericardial +visceroinhibitory +visceromotor +visceroparietal +visceroperitioneal +visceropleural +visceroptosis +visceroptotic +viscerosensory +visceroskeletal +viscerosomatic +viscerotomy +viscerotonia +viscerotonic +viscerotrophic +viscerotropic +viscerous +viscid +viscidity +viscidize +viscidly +viscidness +viscidulous +viscin +viscoidal +viscolize +viscometer +viscometrical +viscometrically +viscometry +viscontal +viscoscope +viscose +viscosimeter +viscosimetry +viscosity +viscount +viscountcy +viscountess +viscountship +viscounty +viscous +viscously +viscousness +viscus +vise +viseman +Vishal +Vishnavite +Vishnu +Vishnuism +Vishnuite +Vishnuvite +visibility +visibilize +visible +visibleness +visibly +visie +Visigoth +Visigothic +visile +vision +visional +visionally +visionarily +visionariness +visionary +visioned +visioner +visionic +visionist +visionize +visionless +visionlike +visionmonger +visionproof +visit +visita +visitable +Visitandine +visitant +visitation +visitational +visitative +visitator +visitatorial +visite +visitee +visiter +visiting +visitment +visitor +visitoress +visitorial +visitorship +visitress +visitrix +visive +visne +vison +visor +visorless +visorlike +vista +vistaed +vistal +vistaless +vistamente +Vistlik +visto +Vistulian +visual +visualist +visuality +visualization +visualize +visualizer +visually +visuoauditory +visuokinesthetic +visuometer +visuopsychic +visuosensory +vita +Vitaceae +Vitaglass +vital +vitalic +vitalism +vitalist +vitalistic +vitalistically +vitality +vitalization +vitalize +vitalizer +vitalizing +vitalizingly +Vitallium +vitally +vitalness +vitals +vitamer +vitameric +vitamin +vitaminic +vitaminize +vitaminology +vitapath +vitapathy +vitaphone +vitascope +vitascopic +vitasti +vitativeness +vitellarian +vitellarium +vitellary +vitellicle +vitelliferous +vitelligenous +vitelligerous +vitellin +vitelline +vitellogene +vitellogenous +vitellose +vitellus +viterbite +Viti +vitiable +vitiate +vitiated +vitiation +vitiator +viticetum +viticulose +viticultural +viticulture +viticulturer +viticulturist +vitiferous +vitiliginous +vitiligo +vitiligoidea +vitiosity +Vitis +vitium +vitochemic +vitochemical +vitrage +vitrail +vitrailed +vitrailist +vitrain +vitraux +vitreal +vitrean +vitrella +vitremyte +vitreodentinal +vitreodentine +vitreoelectric +vitreosity +vitreous +vitreouslike +vitreously +vitreousness +vitrescence +vitrescency +vitrescent +vitrescibility +vitrescible +vitreum +vitric +vitrics +vitrifaction +vitrifacture +vitrifiability +vitrifiable +vitrification +vitriform +vitrify +Vitrina +vitrine +vitrinoid +vitriol +vitriolate +vitriolation +vitriolic +vitrioline +vitriolizable +vitriolization +vitriolize +vitriolizer +vitrite +vitrobasalt +vitrophyre +vitrophyric +vitrotype +vitrous +Vitruvian +Vitruvianism +vitta +vittate +vitular +vituline +vituperable +vituperate +vituperation +vituperative +vituperatively +vituperator +vituperatory +vituperious +viuva +viva +vivacious +vivaciously +vivaciousness +vivacity +vivandiere +vivarium +vivary +vivax +vive +Vivek +vively +vivency +viver +Viverridae +viverriform +Viverrinae +viverrine +vivers +vives +vivianite +vivicremation +vivid +vividialysis +vividiffusion +vividissection +vividity +vividly +vividness +vivific +vivificate +vivification +vivificative +vivificator +vivifier +vivify +viviparism +viviparity +viviparous +viviparously +viviparousness +vivipary +viviperfuse +vivisect +vivisection +vivisectional +vivisectionally +vivisectionist +vivisective +vivisector +vivisectorium +vivisepulture +vixen +vixenish +vixenishly +vixenishness +vixenlike +vixenly +vizard +vizarded +vizardless +vizardlike +vizardmonger +vizier +vizierate +viziercraft +vizierial +viziership +vizircraft +Vlach +Vladimir +Vladislav +vlei +voar +vocability +vocable +vocably +vocabular +vocabularian +vocabularied +vocabulary +vocabulation +vocabulist +vocal +vocalic +vocalion +vocalise +vocalism +vocalist +vocalistic +vocality +vocalization +vocalize +vocalizer +vocaller +vocally +vocalness +vocate +vocation +vocational +vocationalism +vocationalization +vocationalize +vocationally +vocative +vocatively +Vochysiaceae +vochysiaceous +vocicultural +vociferance +vociferant +vociferate +vociferation +vociferative +vociferator +vociferize +vociferosity +vociferous +vociferously +vociferousness +vocification +vocimotor +vocular +vocule +Vod +vodka +voe +voet +voeten +Voetian +vog +vogesite +voglite +vogue +voguey +voguish +Vogul +voice +voiced +voiceful +voicefulness +voiceless +voicelessly +voicelessness +voicelet +voicelike +voicer +voicing +void +voidable +voidableness +voidance +voided +voidee +voider +voiding +voidless +voidly +voidness +voile +voiturette +voivode +voivodeship +vol +volable +volage +Volans +volant +volantly +Volapuk +Volapuker +Volapukism +Volapukist +volar +volata +volatic +volatile +volatilely +volatileness +volatility +volatilizable +volatilization +volatilize +volatilizer +volation +volational +volborthite +Volcae +volcan +Volcanalia +volcanian +volcanic +volcanically +volcanicity +volcanism +volcanist +volcanite +volcanity +volcanization +volcanize +volcano +volcanoism +volcanological +volcanologist +volcanologize +volcanology +Volcanus +vole +volemitol +volency +volent +volently +volery +volet +volhynite +volipresence +volipresent +volitant +volitate +volitation +volitational +volitiency +volitient +volition +volitional +volitionalist +volitionality +volitionally +volitionary +volitionate +volitionless +volitive +volitorial +Volkerwanderung +volley +volleyball +volleyer +volleying +volleyingly +volost +volplane +volplanist +Volsci +Volscian +volsella +volsellum +Volstead +Volsteadism +volt +Volta +voltaelectric +voltaelectricity +voltaelectrometer +voltaelectrometric +voltage +voltagraphy +voltaic +Voltairian +Voltairianize +Voltairish +Voltairism +voltaism +voltaite +voltameter +voltametric +voltammeter +voltaplast +voltatype +voltinism +voltivity +voltize +voltmeter +voltzite +volubilate +volubility +voluble +volubleness +volubly +volucrine +volume +volumed +volumenometer +volumenometry +volumescope +volumeter +volumetric +volumetrical +volumetrically +volumetry +volumette +voluminal +voluminosity +voluminous +voluminously +voluminousness +volumist +volumometer +volumometrical +volumometry +voluntariate +voluntarily +voluntariness +voluntarism +voluntarist +voluntaristic +voluntarity +voluntary +voluntaryism +voluntaryist +voluntative +volunteer +volunteerism +volunteerly +volunteership +volupt +voluptary +voluptas +voluptuarian +voluptuary +voluptuate +voluptuosity +voluptuous +voluptuously +voluptuousness +volupty +Voluspa +voluta +volutate +volutation +volute +voluted +Volutidae +volutiform +volutin +volution +volutoid +volva +volvate +volvelle +volvent +Volvocaceae +volvocaceous +volvulus +vomer +vomerine +vomerobasilar +vomeronasal +vomeropalatine +vomica +vomicine +vomit +vomitable +vomiter +vomiting +vomitingly +vomition +vomitive +vomitiveness +vomito +vomitory +vomiture +vomiturition +vomitus +vomitwort +vondsira +vonsenite +voodoo +voodooism +voodooist +voodooistic +voracious +voraciously +voraciousness +voracity +voraginous +vorago +vorant +vorhand +vorlooper +vorondreo +vorpal +vortex +vortical +vortically +vorticel +Vorticella +vorticellid +Vorticellidae +vortices +vorticial +vorticiform +vorticism +vorticist +vorticity +vorticose +vorticosely +vorticular +vorticularly +vortiginous +Vortumnus +Vosgian +vota +votable +votal +votally +votaress +votarist +votary +votation +Vote +vote +voteen +voteless +voter +voting +Votish +votive +votively +votiveness +votometer +votress +Votyak +vouch +vouchable +vouchee +voucher +voucheress +vouchment +vouchsafe +vouchsafement +vouge +Vougeot +Vouli +voussoir +vow +vowed +vowel +vowelish +vowelism +vowelist +vowelization +vowelize +vowelless +vowellessness +vowellike +vowely +vower +vowess +vowless +vowmaker +vowmaking +voyage +voyageable +voyager +voyance +voyeur +voyeurism +vraic +vraicker +vraicking +vrbaite +vriddhi +vrother +Vu +vug +vuggy +Vulcan +Vulcanalia +Vulcanalial +Vulcanalian +Vulcanian +Vulcanic +vulcanicity +vulcanism +vulcanist +vulcanite +vulcanizable +vulcanizate +vulcanization +vulcanize +vulcanizer +vulcanological +vulcanologist +vulcanology +vulgar +vulgare +vulgarian +vulgarish +vulgarism +vulgarist +vulgarity +vulgarization +vulgarize +vulgarizer +vulgarlike +vulgarly +vulgarness +vulgarwise +Vulgate +vulgate +vulgus +vuln +vulnerability +vulnerable +vulnerableness +vulnerably +vulnerary +vulnerate +vulneration +vulnerative +vulnerose +vulnific +vulnose +Vulpecula +vulpecular +Vulpeculid +Vulpes +vulpic +vulpicidal +vulpicide +vulpicidism +Vulpinae +vulpine +vulpinism +vulpinite +vulsella +vulsellum +vulsinite +Vultur +vulture +vulturelike +vulturewise +Vulturidae +Vulturinae +vulturine +vulturish +vulturism +vulturn +vulturous +vulva +vulval +vulvar +vulvate +vulviform +vulvitis +vulvocrural +vulvouterine +vulvovaginal +vulvovaginitis +vum +vying +vyingly +W +w +Wa +wa +Waac +waag +waapa +waar +Waasi +wab +wabber +wabble +wabbly +wabby +wabe +Wabena +wabeno +Wabi +wabster +Wabuma +Wabunga +Wac +wacago +wace +Wachaga +Wachenheimer +wachna +Wachuset +wack +wacke +wacken +wacker +wackiness +wacky +Waco +wad +waddent +wadder +wadding +waddler +waddlesome +waddling +waddlingly +waddly +waddy +waddywood +Wade +wade +wadeable +wader +wadi +wading +wadingly +wadlike +wadmaker +wadmaking +wadmal +wadmeal +wadna +wadset +wadsetter +wae +waeg +waer +waesome +waesuck +Waf +Wafd +Wafdist +wafer +waferer +waferish +wafermaker +wafermaking +waferwoman +waferwork +wafery +waff +waffle +wafflike +waffly +waft +waftage +wafter +wafture +wafty +wag +Waganda +waganging +wagaun +wagbeard +wage +waged +wagedom +wageless +wagelessness +wagenboom +Wagener +wager +wagerer +wagering +wages +wagesman +wagework +wageworker +wageworking +waggable +waggably +waggel +wagger +waggery +waggie +waggish +waggishly +waggishness +waggle +waggling +wagglingly +waggly +Waggumbura +waggy +waglike +wagling +Wagneresque +Wagnerian +Wagneriana +Wagnerianism +Wagnerism +Wagnerist +Wagnerite +wagnerite +Wagnerize +Wagogo +Wagoma +wagon +wagonable +wagonage +wagoner +wagoness +wagonette +wagonful +wagonload +wagonmaker +wagonmaking +wagonman +wagonry +wagonsmith +wagonway +wagonwayman +wagonwork +wagonwright +wagsome +wagtail +Waguha +wagwag +wagwants +Wagweno +wagwit +wah +Wahabi +Wahabiism +Wahabit +Wahabitism +wahahe +Wahehe +Wahima +wahine +Wahlenbergia +wahoo +wahpekute +Wahpeton +waiata +Waibling +Waicuri +Waicurian +waif +Waiguli +Waiilatpuan +waik +waikly +waikness +wail +Wailaki +wailer +wailful +wailfully +wailingly +wailsome +waily +wain +wainage +wainbote +wainer +wainful +wainman +wainrope +wainscot +wainscoting +wainwright +waipiro +wairch +waird +wairepo +wairsh +waise +waist +waistband +waistcloth +waistcoat +waistcoated +waistcoateer +waistcoathole +waistcoating +waistcoatless +waisted +waister +waisting +waistless +waistline +wait +waiter +waiterage +waiterdom +waiterhood +waitering +waiterlike +waitership +waiting +waitingly +waitress +waivatua +waive +waiver +waivery +waivod +Waiwai +waiwode +wajang +waka +Wakamba +wakan +Wakashan +wake +wakeel +wakeful +wakefully +wakefulness +wakeless +waken +wakener +wakening +waker +wakes +waketime +wakf +Wakhi +wakif +wakiki +waking +wakingly +wakiup +wakken +wakon +wakonda +Wakore +Wakwafi +waky +Walach +Walachian +walahee +Walapai +Walchia +Waldenses +Waldensian +waldflute +waldgrave +waldgravine +Waldheimia +waldhorn +waldmeister +Waldsteinia +wale +waled +walepiece +Waler +waler +walewort +wali +waling +walk +walkable +walkaway +walker +walking +walkist +walkmill +walkmiller +walkout +walkover +walkrife +walkside +walksman +walkway +walkyrie +wall +wallaba +wallaby +Wallach +wallah +wallaroo +Wallawalla +wallbird +wallboard +walled +waller +Wallerian +wallet +walletful +walleye +walleyed +wallflower +wallful +wallhick +walling +wallise +wallless +wallman +Wallon +Wallonian +Walloon +walloon +wallop +walloper +walloping +wallow +wallower +wallowish +wallowishly +wallowishness +wallpaper +wallpapering +wallpiece +Wallsend +wallwise +wallwork +wallwort +wally +walnut +Walpapi +Walpolean +Walpurgis +walpurgite +walrus +walsh +Walt +walt +Walter +walter +walth +Waltonian +waltz +waltzer +waltzlike +walycoat +wamara +wambais +wamble +wambliness +wambling +wamblingly +wambly +Wambuba +Wambugu +Wambutti +wame +wamefou +wamel +wammikin +wamp +Wampanoag +wampee +wample +wampum +wampumpeag +wampus +wamus +wan +Wanapum +wanchancy +wand +wander +wanderable +wanderer +wandering +wanderingly +wanderingness +Wanderjahr +wanderlust +wanderluster +wanderlustful +wanderoo +wandery +wanderyear +wandflower +wandle +wandlike +wandoo +Wandorobo +wandsman +wandy +wane +Waneatta +waned +waneless +wang +wanga +wangala +wangan +Wangara +wangateur +wanghee +wangle +wangler +Wangoni +wangrace +wangtooth +wanhope +wanhorn +wanigan +waning +wankapin +wankle +wankliness +wankly +wanle +wanly +wanner +wanness +wannish +wanny +wanrufe +wansonsy +want +wantage +wanter +wantful +wanthill +wanthrift +wanting +wantingly +wantingness +wantless +wantlessness +wanton +wantoner +wantonlike +wantonly +wantonness +wantwit +wanty +wanwordy +wanworth +wany +Wanyakyusa +Wanyamwezi +Wanyasa +Wanyoro +wap +wapacut +Wapato +wapatoo +wapentake +Wapisiana +wapiti +Wapogoro +Wapokomo +wapp +Wappato +wappenschaw +wappenschawing +wapper +wapping +Wappinger +Wappo +war +warabi +waratah +warble +warbled +warblelike +warbler +warblerlike +warblet +warbling +warblingly +warbly +warch +warcraft +ward +wardable +wardage +wardapet +warday +warded +Warden +warden +wardency +wardenry +wardenship +warder +warderer +wardership +wardholding +warding +wardite +wardless +wardlike +wardmaid +wardman +wardmote +wardress +wardrobe +wardrober +wardroom +wardship +wardsmaid +wardsman +wardswoman +wardwite +wardwoman +ware +Waregga +warehou +warehouse +warehouseage +warehoused +warehouseful +warehouseman +warehouser +wareless +waremaker +waremaking +wareman +wareroom +warf +warfare +warfarer +warfaring +warful +warily +wariness +Waring +waringin +warish +warison +wark +warkamoowee +warl +warless +warlessly +warlike +warlikely +warlikeness +warlock +warluck +warly +warm +warmable +warman +warmed +warmedly +warmer +warmful +warmhearted +warmheartedly +warmheartedness +warmhouse +warming +warmish +warmly +warmness +warmonger +warmongering +warmouth +warmth +warmthless +warmus +warn +warnel +warner +warning +warningly +warningproof +warnish +warnoth +warnt +Warori +warp +warpable +warpage +warped +warper +warping +warplane +warple +warplike +warproof +warpwise +warragal +warrambool +warran +warrand +warrandice +warrant +warrantable +warrantableness +warrantably +warranted +warrantee +warranter +warrantise +warrantless +warrantor +warranty +warratau +Warrau +warree +Warren +warren +warrener +warrenlike +warrer +Warri +warrin +warrior +warrioress +warriorhood +warriorism +warriorlike +warriorship +warriorwise +warrok +Warsaw +warsaw +warse +warsel +warship +warsle +warsler +warst +wart +warted +wartern +wartflower +warth +wartime +wartless +wartlet +wartlike +wartproof +wartweed +wartwort +warty +wartyback +Warua +Warundi +warve +warwards +Warwick +warwickite +warwolf +warworn +wary +was +wasabi +Wasagara +Wasandawi +Wasango +Wasat +Wasatch +Wasco +wase +Wasegua +wasel +wash +washability +washable +washableness +Washaki +washaway +washbasin +washbasket +washboard +washbowl +washbrew +washcloth +washday +washdish +washdown +washed +washen +washer +washerless +washerman +washerwife +washerwoman +washery +washeryman +washhand +washhouse +washin +washiness +washing +Washington +Washingtonia +Washingtonian +Washingtoniana +Washita +washland +washmaid +washman +Washo +Washoan +washoff +washout +washpot +washproof +washrag +washroad +washroom +washshed +washstand +washtail +washtray +washtrough +washtub +washway +washwoman +washwork +washy +Wasir +wasnt +Wasoga +Wasp +wasp +waspen +wasphood +waspily +waspish +waspishly +waspishness +wasplike +waspling +waspnesting +waspy +wassail +wassailer +wassailous +wassailry +wassie +wast +wastable +wastage +waste +wastebasket +wasteboard +wasted +wasteful +wastefully +wastefulness +wastel +wasteland +wastelbread +wasteless +wasteman +wastement +wasteness +wastepaper +wasteproof +waster +wasterful +wasterfully +wasterfulness +wastethrift +wasteword +wasteyard +wasting +wastingly +wastingness +wastland +wastrel +wastrife +wasty +Wasukuma +Waswahili +Wat +wat +Watala +watap +watch +watchable +watchboat +watchcase +watchcry +watchdog +watched +watcher +watchfree +watchful +watchfully +watchfulness +watchglassful +watchhouse +watching +watchingly +watchkeeper +watchless +watchlessness +watchmaker +watchmaking +watchman +watchmanly +watchmanship +watchmate +watchment +watchout +watchtower +watchwise +watchwoman +watchword +watchwork +water +waterage +waterbailage +waterbelly +Waterberg +waterboard +waterbok +waterbosh +waterbrain +waterchat +watercup +waterdoe +waterdrop +watered +waterer +waterfall +waterfinder +waterflood +waterfowl +waterfront +waterhead +waterhorse +waterie +waterily +wateriness +watering +wateringly +wateringman +waterish +waterishly +waterishness +Waterlander +Waterlandian +waterleave +waterless +waterlessly +waterlessness +waterlike +waterline +waterlog +waterlogged +waterloggedness +waterlogger +waterlogging +Waterloo +waterman +watermanship +watermark +watermaster +watermelon +watermonger +waterphone +waterpot +waterproof +waterproofer +waterproofing +waterproofness +waterquake +waterscape +watershed +watershoot +waterside +watersider +waterskin +watersmeet +waterspout +waterstead +watertight +watertightal +watertightness +waterward +waterwards +waterway +waterweed +waterwise +waterwoman +waterwood +waterwork +waterworker +waterworm +waterworn +waterwort +watery +wath +wathstead +Watsonia +watt +wattage +wattape +wattle +wattlebird +wattled +wattless +wattlework +wattling +wattman +wattmeter +Watusi +wauble +wauch +wauchle +waucht +wauf +waugh +waughy +wauken +waukit +waukrife +waul +waumle +wauner +wauns +waup +waur +Waura +wauregan +wauve +wavable +wavably +Wave +wave +waved +waveless +wavelessly +wavelessness +wavelet +wavelike +wavellite +wavemark +wavement +wavemeter +waveproof +waver +waverable +waverer +wavering +waveringly +waveringness +waverous +wavery +waveson +waveward +wavewise +wavey +wavicle +wavily +waviness +waving +wavingly +Wavira +wavy +waw +wawa +wawah +wawaskeesh +wax +waxberry +waxbill +waxbird +waxbush +waxchandler +waxchandlery +waxen +waxer +waxflower +Waxhaw +waxhearted +waxily +waxiness +waxing +waxingly +waxlike +waxmaker +waxmaking +waxman +waxweed +waxwing +waxwork +waxworker +waxworking +waxy +way +wayaka +wayang +Wayao +wayback +wayberry +waybill +waybird +waybook +waybread +waybung +wayfare +wayfarer +wayfaring +wayfaringly +wayfellow +waygang +waygate +waygoing +waygone +waygoose +wayhouse +waying +waylaid +waylaidlessness +waylay +waylayer +wayleave +wayless +waymaker +wayman +waymark +waymate +Wayne +waypost +ways +wayside +waysider +waysliding +waythorn +wayward +waywarden +waywardly +waywardness +waywiser +waywode +waywodeship +wayworn +waywort +wayzgoose +Wazir +we +Wea +weak +weakbrained +weaken +weakener +weakening +weakfish +weakhanded +weakhearted +weakheartedly +weakheartedness +weakish +weakishly +weakishness +weakliness +weakling +weakly +weakmouthed +weakness +weaky +weal +weald +Wealden +wealdsman +wealth +wealthily +wealthiness +wealthless +wealthmaker +wealthmaking +wealthmonger +Wealthy +wealthy +weam +wean +weanable +weanedness +weanel +weaner +weanling +Weanoc +weanyer +Weapemeoc +weapon +weaponed +weaponeer +weaponless +weaponmaker +weaponmaking +weaponproof +weaponry +weaponshaw +weaponshow +weaponshowing +weaponsmith +weaponsmithy +wear +wearability +wearable +wearer +weariable +weariableness +wearied +weariedly +weariedness +wearier +weariful +wearifully +wearifulness +weariless +wearilessly +wearily +weariness +wearing +wearingly +wearish +wearishly +wearishness +wearisome +wearisomely +wearisomeness +wearproof +weary +wearying +wearyingly +weasand +weasel +weaselfish +weasellike +weaselly +weaselship +weaselskin +weaselsnout +weaselwise +weaser +weason +weather +weatherboard +weatherboarding +weatherbreak +weathercock +weathercockish +weathercockism +weathercocky +weathered +weatherer +weatherfish +weatherglass +weathergleam +weatherhead +weatherheaded +weathering +weatherliness +weatherly +weathermaker +weathermaking +weatherman +weathermost +weatherology +weatherproof +weatherproofed +weatherproofing +weatherproofness +weatherward +weatherworn +weathery +weavable +weave +weaveable +weaved +weavement +weaver +weaverbird +weaveress +weaving +weazen +weazened +weazeny +web +webbed +webber +webbing +webby +weber +Weberian +webeye +webfoot +webfooter +webless +weblike +webmaker +webmaking +webster +Websterian +websterite +webwork +webworm +wecht +wed +wedana +wedbed +wedbedrip +wedded +weddedly +weddedness +wedder +wedding +weddinger +wede +wedge +wedgeable +wedgebill +wedged +wedgelike +wedger +wedgewise +Wedgie +wedging +Wedgwood +wedgy +wedlock +Wednesday +wedset +wee +weeble +weed +weeda +weedable +weedage +weeded +weeder +weedery +weedful +weedhook +weediness +weedingtime +weedish +weedless +weedlike +weedling +weedow +weedproof +weedy +week +weekday +weekend +weekender +weekly +weekwam +weel +weelfard +weelfaured +weemen +ween +weendigo +weeness +weening +weenong +weeny +weep +weepable +weeper +weepered +weepful +weeping +weepingly +weeps +weepy +weesh +weeshy +weet +weetbird +weetless +weever +weevil +weeviled +weevillike +weevilproof +weevily +weewow +weeze +weft +weftage +wefted +wefty +Wega +wegenerian +wegotism +wehrlite +Wei +weibyeite +weichselwood +Weierstrassian +Weigela +weigelite +weigh +weighable +weighage +weighbar +weighbauk +weighbridge +weighbridgeman +weighed +weigher +weighership +weighhouse +weighin +weighing +weighman +weighment +weighshaft +weight +weightchaser +weighted +weightedly +weightedness +weightily +weightiness +weighting +weightless +weightlessly +weightlessness +weightometer +weighty +weinbergerite +Weinmannia +weinschenkite +weir +weirangle +weird +weirdful +weirdish +weirdless +weirdlessness +weirdlike +weirdliness +weirdly +weirdness +weirdsome +weirdward +weirdwoman +weiring +weisbachite +weiselbergite +weism +Weismannian +Weismannism +weissite +Weissnichtwo +Weitspekan +wejack +weka +wekau +wekeen +weki +welcome +welcomeless +welcomely +welcomeness +welcomer +welcoming +welcomingly +weld +weldability +weldable +welder +welding +weldless +weldment +weldor +Welf +welfare +welfaring +Welfic +welk +welkin +welkinlike +well +wellat +wellaway +wellborn +wellcurb +wellhead +wellhole +welling +wellington +Wellingtonia +wellish +wellmaker +wellmaking +wellman +wellnear +wellness +wellring +Wellsian +wellside +wellsite +wellspring +wellstead +wellstrand +welly +wellyard +wels +Welsh +welsh +welsher +Welshery +Welshism +Welshland +Welshlike +Welshman +Welshness +Welshry +Welshwoman +Welshy +welsium +welt +welted +welter +welterweight +welting +Welwitschia +wem +wemless +wen +wench +wencher +wenchless +wenchlike +Wenchow +Wenchowese +Wend +wend +wende +Wendell +Wendi +Wendic +Wendish +Wendy +wene +Wenlock +Wenlockian +wennebergite +wennish +wenny +Wenonah +Wenrohronon +went +wentletrap +wenzel +wept +wer +Werchowinci +were +werebear +werecalf +werefolk +werefox +werehyena +werejaguar +wereleopard +werent +weretiger +werewolf +werewolfish +werewolfism +werf +wergil +weri +Werner +Wernerian +Wernerism +wernerite +werowance +wert +Werther +Wertherian +Wertherism +wervel +Wes +wese +weskit +Wesleyan +Wesleyanism +Wesleyism +wesselton +Wessexman +west +westaway +westbound +weste +wester +westering +westerliness +westerly +westermost +western +westerner +westernism +westernization +westernize +westernly +westernmost +westerwards +westfalite +westing +westland +Westlander +westlandways +westmost +westness +Westphalian +Westralian +Westralianism +westward +westwardly +westwardmost +westwards +westy +wet +weta +wetback +wetbird +wetched +wetchet +wether +wetherhog +wetherteg +wetly +wetness +wettability +wettable +wetted +wetter +wetting +wettish +Wetumpka +weve +wevet +Wewenoc +wey +Wezen +Wezn +wha +whabby +whack +whacker +whacking +whacky +whafabout +whale +whaleback +whalebacker +whalebird +whaleboat +whalebone +whaleboned +whaledom +whalehead +whalelike +whaleman +whaler +whaleroad +whalery +whaleship +whaling +whalish +whally +whalm +whalp +whaly +wham +whamble +whame +whammle +whamp +whampee +whample +whan +whand +whang +whangable +whangam +whangdoodle +whangee +whanghee +whank +whap +whappet +whapuka +whapukee +whapuku +whar +whare +whareer +wharf +wharfage +wharfhead +wharfholder +wharfing +wharfinger +wharfland +wharfless +wharfman +wharfmaster +wharfrae +wharfside +wharl +wharp +wharry +whart +wharve +whase +whasle +what +whata +whatabouts +whatever +whatkin +whatlike +whatna +whatness +whatnot +whatreck +whats +whatso +whatsoeer +whatsoever +whatsomever +whatten +whau +whauk +whaup +whaur +whauve +wheal +whealworm +whealy +wheam +wheat +wheatbird +wheatear +wheateared +wheaten +wheatgrower +wheatland +wheatless +wheatlike +wheatstalk +wheatworm +wheaty +whedder +whee +wheedle +wheedler +wheedlesome +wheedling +wheedlingly +wheel +wheelage +wheelband +wheelbarrow +wheelbarrowful +wheelbird +wheelbox +wheeldom +wheeled +wheeler +wheelery +wheelhouse +wheeling +wheelingly +wheelless +wheellike +wheelmaker +wheelmaking +wheelman +wheelrace +wheelroad +wheelsman +wheelsmith +wheelspin +wheelswarf +wheelway +wheelwise +wheelwork +wheelwright +wheelwrighting +wheely +wheem +wheen +wheencat +wheenge +wheep +wheeple +wheer +wheerikins +wheesht +wheetle +wheeze +wheezer +wheezily +wheeziness +wheezingly +wheezle +wheezy +wheft +whein +whekau +wheki +whelk +whelked +whelker +whelklike +whelky +whelm +whelp +whelphood +whelpish +whelpless +whelpling +whelve +whemmel +when +whenabouts +whenas +whence +whenceeer +whenceforth +whenceforward +whencesoeer +whencesoever +whencever +wheneer +whenever +whenness +whenso +whensoever +whensomever +where +whereabout +whereabouts +whereafter +whereanent +whereas +whereat +whereaway +whereby +whereer +wherefor +wherefore +wherefrom +wherein +whereinsoever +whereinto +whereness +whereof +whereon +whereout +whereover +whereso +wheresoeer +wheresoever +wheresomever +wherethrough +wheretill +whereto +wheretoever +wheretosoever +whereunder +whereuntil +whereunto +whereup +whereupon +wherever +wherewith +wherewithal +wherret +wherrit +wherry +wherryman +whet +whether +whetile +whetrock +whetstone +whetter +whew +whewellite +whewer +whewl +whewt +whey +wheybeard +wheyey +wheyeyness +wheyface +wheyfaced +wheyish +wheyishness +wheylike +wheyness +whiba +which +whichever +whichsoever +whichway +whichways +whick +whicken +whicker +whid +whidah +whidder +whiff +whiffenpoof +whiffer +whiffet +whiffle +whiffler +whifflery +whiffletree +whiffling +whifflingly +whiffy +whift +Whig +whig +Whiggamore +whiggamore +Whiggarchy +Whiggery +Whiggess +Whiggification +Whiggify +Whiggish +Whiggishly +Whiggishness +Whiggism +Whiglet +Whigling +whigmaleerie +whigship +whikerby +while +whileen +whilere +whiles +whilie +whilk +Whilkut +whill +whillaballoo +whillaloo +whillilew +whilly +whillywha +whilock +whilom +whils +whilst +whilter +whim +whimberry +whimble +whimbrel +whimling +whimmy +whimper +whimperer +whimpering +whimperingly +whimsey +whimsic +whimsical +whimsicality +whimsically +whimsicalness +whimsied +whimstone +whimwham +whin +whinberry +whinchacker +whinchat +whincheck +whincow +whindle +whine +whiner +whinestone +whing +whinge +whinger +whininess +whiningly +whinnel +whinner +whinnock +whinny +whinstone +whiny +whinyard +whip +whipbelly +whipbird +whipcat +whipcord +whipcordy +whipcrack +whipcracker +whipcraft +whipgraft +whipjack +whipking +whiplash +whiplike +whipmaker +whipmaking +whipman +whipmanship +whipmaster +whippa +whippable +whipparee +whipped +whipper +whippersnapper +whippertail +whippet +whippeter +whippiness +whipping +whippingly +whippletree +whippoorwill +whippost +whippowill +whippy +whipsaw +whipsawyer +whipship +whipsocket +whipstaff +whipstalk +whipstall +whipster +whipstick +whipstitch +whipstock +whipt +whiptail +whiptree +whipwise +whipworm +whir +whirken +whirl +whirlabout +whirlblast +whirlbone +whirlbrain +whirled +whirler +whirley +whirlgig +whirlicane +whirligig +whirlimagig +whirling +whirlingly +whirlmagee +whirlpool +whirlpuff +whirlwig +whirlwind +whirlwindish +whirlwindy +whirly +whirlygigum +whirret +whirrey +whirroo +whirry +whirtle +whish +whisk +whisker +whiskerage +whiskerando +whiskerandoed +whiskered +whiskerer +whiskerette +whiskerless +whiskerlike +whiskery +whiskey +whiskful +whiskied +whiskified +whisking +whiskingly +whisky +whiskyfied +whiskylike +whisp +whisper +whisperable +whisperation +whispered +whisperer +whisperhood +whispering +whisperingly +whisperingness +whisperless +whisperous +whisperously +whisperproof +whispery +whissle +Whisson +whist +whister +whisterpoop +whistle +whistlebelly +whistlefish +whistlelike +whistler +Whistlerian +whistlerism +whistlewing +whistlewood +whistlike +whistling +whistlingly +whistly +whistness +Whistonian +Whit +whit +white +whiteback +whitebait +whitebark +whitebeard +whitebelly +whitebill +whitebird +whiteblaze +whiteblow +whitebottle +Whiteboy +Whiteboyism +whitecap +whitecapper +Whitechapel +whitecoat +whitecomb +whitecorn +whitecup +whited +whiteface +Whitefieldian +Whitefieldism +Whitefieldite +whitefish +whitefisher +whitefishery +Whitefoot +whitefoot +whitefootism +whitehanded +whitehass +whitehawse +whitehead +whiteheart +whitehearted +whitelike +whitely +whiten +whitener +whiteness +whitening +whitenose +whitepot +whiteroot +whiterump +whites +whitesark +whiteseam +whiteshank +whiteside +whitesmith +whitestone +whitetail +whitethorn +whitethroat +whitetip +whitetop +whitevein +whitewall +whitewards +whiteware +whitewash +whitewasher +whiteweed +whitewing +whitewood +whiteworm +whitewort +whitfinch +whither +whitherso +whithersoever +whitherto +whitherward +whiting +whitish +whitishness +whitleather +Whitleyism +whitling +whitlow +whitlowwort +Whitmanese +Whitmanesque +Whitmanism +Whitmanize +Whitmonday +whitneyite +whitrack +whits +whitster +Whitsun +Whitsunday +Whitsuntide +whittaw +whitten +whittener +whitter +whitterick +whittle +whittler +whittling +whittret +whittrick +whity +whiz +whizgig +whizzer +whizzerman +whizziness +whizzing +whizzingly +whizzle +who +whoa +whodunit +whoever +whole +wholehearted +wholeheartedly +wholeheartedness +wholeness +wholesale +wholesalely +wholesaleness +wholesaler +wholesome +wholesomely +wholesomeness +wholewise +wholly +whom +whomble +whomever +whomso +whomsoever +whone +whoo +whoof +whoop +whoopee +whooper +whooping +whoopingly +whooplike +whoops +whoosh +whop +whopper +whopping +whorage +whore +whoredom +whorelike +whoremaster +whoremasterly +whoremastery +whoremonger +whoremonging +whoreship +whoreson +whorish +whorishly +whorishness +whorl +whorled +whorlflower +whorly +whorlywort +whort +whortle +whortleberry +whose +whosen +whosesoever +whosever +whosomever +whosumdever +whud +whuff +whuffle +whulk +whulter +whummle +whun +whunstane +whup +whush +whuskie +whussle +whute +whuther +whutter +whuttering +whuz +why +whyever +whyfor +whyness +whyo +wi +wice +Wichita +wicht +wichtisite +wichtje +wick +wickawee +wicked +wickedish +wickedlike +wickedly +wickedness +wicken +wicker +wickerby +wickerware +wickerwork +wickerworked +wickerworker +wicket +wicketkeep +wicketkeeper +wicketkeeping +wicketwork +wicking +wickiup +wickless +wickup +wicky +wicopy +wid +widbin +widdendream +widder +widdershins +widdifow +widdle +widdy +wide +widegab +widehearted +widely +widemouthed +widen +widener +wideness +widespread +widespreadedly +widespreadly +widespreadness +widewhere +widework +widgeon +widish +widow +widowed +widower +widowered +widowerhood +widowership +widowery +widowhood +widowish +widowlike +widowly +widowman +widowy +width +widthless +widthway +widthways +widthwise +widu +wield +wieldable +wielder +wieldiness +wieldy +wiener +wienerwurst +wienie +wierangle +wiesenboden +wife +wifecarl +wifedom +wifehood +wifeism +wifekin +wifeless +wifelessness +wifelet +wifelike +wifeling +wifelkin +wifely +wifeship +wifeward +wifie +wifiekie +wifish +wifock +wig +wigan +wigdom +wigful +wigged +wiggen +wigger +wiggery +wigging +wiggish +wiggishness +wiggism +wiggle +wiggler +wiggly +wiggy +wight +wightly +wightness +wigless +wiglet +wiglike +wigmaker +wigmaking +wigtail +wigwag +wigwagger +wigwam +wiikite +Wikeno +Wikstroemia +Wilbur +Wilburite +wild +wildbore +wildcat +wildcatter +wildcatting +wildebeest +wilded +wilder +wilderedly +wildering +wilderment +wilderness +wildfire +wildfowl +wildgrave +wilding +wildish +wildishly +wildishness +wildlife +wildlike +wildling +wildly +wildness +wildsome +wildwind +wile +wileful +wileless +wileproof +Wilfred +wilga +wilgers +Wilhelm +Wilhelmina +Wilhelmine +wilily +wiliness +wilk +wilkeite +wilkin +Wilkinson +Will +will +willable +willawa +willed +willedness +willemite +willer +willet +willey +willeyer +willful +willfully +willfulness +William +williamsite +Williamsonia +Williamsoniaceae +Willie +willie +willier +willies +willing +willinghearted +willinghood +willingly +willingness +williwaw +willmaker +willmaking +willness +willock +willow +willowbiter +willowed +willower +willowish +willowlike +willowware +willowweed +willowworm +willowwort +willowy +Willugbaeya +Willy +willy +willyard +willyart +willyer +Wilmer +wilsome +wilsomely +wilsomeness +Wilson +Wilsonian +wilt +wilter +Wilton +wiltproof +Wiltshire +wily +wim +wimberry +wimble +wimblelike +wimbrel +wime +wimick +wimple +wimpleless +wimplelike +Win +win +winberry +wince +wincer +wincey +winch +wincher +Winchester +winchman +wincing +wincingly +Wind +wind +windable +windage +windbag +windbagged +windbaggery +windball +windberry +windbibber +windbore +windbracing +windbreak +Windbreaker +windbreaker +windbroach +windclothes +windcuffer +winddog +winded +windedly +windedness +winder +windermost +Windesheimer +windfall +windfallen +windfanner +windfirm +windfish +windflaw +windflower +windgall +windgalled +windhole +windhover +windigo +windily +windiness +winding +windingly +windingness +windjammer +windjamming +windlass +windlasser +windle +windles +windless +windlessly +windlessness +windlestrae +windlestraw +windlike +windlin +windling +windmill +windmilly +windock +windore +window +windowful +windowless +windowlessness +windowlet +windowlight +windowlike +windowmaker +windowmaking +windowman +windowpane +windowpeeper +windowshut +windowward +windowwards +windowwise +windowy +windpipe +windplayer +windproof +windring +windroad +windroot +windrow +windrower +windscreen +windshield +windshock +Windsor +windsorite +windstorm +windsucker +windtight +windup +windward +windwardly +windwardmost +windwardness +windwards +windway +windwayward +windwaywardly +windy +wine +wineball +wineberry +winebibber +winebibbery +winebibbing +Winebrennerian +wineconner +wined +wineglass +wineglassful +winegrower +winegrowing +winehouse +wineless +winelike +winemay +winepot +winer +winery +Winesap +wineshop +wineskin +winesop +winetaster +winetree +winevat +Winfred +winful +wing +wingable +wingbeat +wingcut +winged +wingedly +wingedness +winger +wingfish +winghanded +wingle +wingless +winglessness +winglet +winglike +wingman +wingmanship +wingpiece +wingpost +wingseed +wingspread +wingstem +wingy +Winifred +winish +wink +winkel +winkelman +winker +winkered +winking +winkingly +winkle +winklehawk +winklehole +winklet +winly +winna +winnable +winnard +Winnebago +Winnecowet +winnel +winnelstrae +winner +Winnie +winning +winningly +winningness +winnings +winninish +Winnipesaukee +winnle +winnonish +winnow +winnower +winnowing +winnowingly +Winona +winrace +winrow +winsome +winsomely +winsomeness +Winston +wint +winter +Winteraceae +winterage +Winteranaceae +winterberry +winterbloom +winterbourne +winterdykes +wintered +winterer +winterfeed +wintergreen +winterhain +wintering +winterish +winterishly +winterishness +winterization +winterize +winterkill +winterkilling +winterless +winterlike +winterliness +winterling +winterly +winterproof +wintersome +wintertide +wintertime +winterward +winterwards +winterweed +wintle +wintrify +wintrily +wintriness +wintrish +wintrous +wintry +Wintun +winy +winze +winzeman +wipe +wiper +wippen +wips +wir +wirable +wirble +wird +wire +wirebar +wirebird +wired +wiredancer +wiredancing +wiredraw +wiredrawer +wiredrawn +wirehair +wireless +wirelessly +wirelessness +wirelike +wiremaker +wiremaking +wireman +wiremonger +Wirephoto +wirepull +wirepuller +wirepulling +wirer +wiresmith +wirespun +wiretail +wireway +wireweed +wirework +wireworker +wireworking +wireworks +wireworm +wirily +wiriness +wiring +wirl +wirling +Wiros +wirr +wirra +wirrah +wirrasthru +wiry +wis +Wisconsinite +wisdom +wisdomful +wisdomless +wisdomproof +wisdomship +wise +wiseacre +wiseacred +wiseacredness +wiseacredom +wiseacreish +wiseacreishness +wiseacreism +wisecrack +wisecracker +wisecrackery +wisehead +wisehearted +wiseheartedly +wiseheimer +wiselike +wiseling +wisely +wiseman +wisen +wiseness +wisenheimer +wisent +wiser +wiseweed +wisewoman +wish +wisha +wishable +wishbone +wished +wishedly +wisher +wishful +wishfully +wishfulness +wishing +wishingly +wishless +wishly +wishmay +wishness +Wishoskan +Wishram +wisht +wishtonwish +Wisigothic +wisket +wiskinky +wisp +wispish +wisplike +wispy +wiss +wisse +wissel +wist +Wistaria +wistaria +wiste +wistened +Wisteria +wisteria +wistful +wistfully +wistfulness +wistit +wistiti +wistless +wistlessness +wistonwish +wit +witan +Witbooi +witch +witchbells +witchcraft +witched +witchedly +witchen +witchering +witchery +witchet +witchetty +witchhood +witching +witchingly +witchleaf +witchlike +witchman +witchmonger +witchuck +witchweed +witchwife +witchwoman +witchwood +witchwork +witchy +witcraft +wite +witeless +witenagemot +witepenny +witess +witful +with +withal +withamite +Withania +withdraught +withdraw +withdrawable +withdrawal +withdrawer +withdrawing +withdrawingness +withdrawment +withdrawn +withdrawnness +withe +withen +wither +witherband +withered +witheredly +witheredness +witherer +withergloom +withering +witheringly +witherite +witherly +withernam +withers +withershins +withertip +witherwards +witherweight +withery +withewood +withheld +withhold +withholdable +withholdal +withholder +withholdment +within +withindoors +withinside +withinsides +withinward +withinwards +withness +witholden +without +withoutdoors +withouten +withoutforth +withoutside +withoutwards +withsave +withstand +withstander +withstandingness +withstay +withstood +withstrain +withvine +withwind +withy +withypot +withywind +witjar +witless +witlessly +witlessness +witlet +witling +witloof +witmonger +witness +witnessable +witnessdom +witnesser +witney +witneyer +Witoto +witship +wittal +wittawer +witteboom +witted +witter +wittering +witticaster +wittichenite +witticism +witticize +wittified +wittily +wittiness +witting +wittingly +wittol +wittolly +witty +Witumki +witwall +witzchoura +wive +wiver +wivern +Wiyat +Wiyot +wiz +wizard +wizardess +wizardism +wizardlike +wizardly +wizardry +wizardship +wizen +wizened +wizenedness +wizier +wizzen +wloka +wo +woad +woader +woadman +woadwaxen +woady +woak +woald +woan +wob +wobbegong +wobble +wobbler +wobbliness +wobbling +wobblingly +wobbly +wobster +wocheinite +Wochua +wod +woddie +wode +Wodenism +wodge +wodgy +woe +woebegone +woebegoneness +woebegonish +woeful +woefully +woefulness +woehlerite +woesome +woevine +woeworn +woffler +woft +wog +wogiet +Wogulian +woibe +wokas +woke +wokowi +wold +woldlike +woldsman +woldy +Wolf +wolf +wolfachite +wolfberry +wolfdom +wolfen +wolfer +Wolffia +Wolffian +Wolffianism +Wolfgang +wolfhood +wolfhound +Wolfian +wolfish +wolfishly +wolfishness +wolfkin +wolfless +wolflike +wolfling +wolfram +wolframate +wolframic +wolframine +wolframinium +wolframite +wolfsbane +wolfsbergite +wolfskin +wolfward +wolfwards +wollastonite +wollomai +wollop +Wolof +wolter +wolve +wolveboon +wolver +wolverine +woman +womanbody +womandom +womanfolk +womanfully +womanhead +womanhearted +womanhood +womanhouse +womanish +womanishly +womanishness +womanism +womanist +womanity +womanization +womanize +womanizer +womankind +womanless +womanlike +womanliness +womanly +womanmuckle +womanness +womanpost +womanproof +womanship +womanways +womanwise +womb +wombat +wombed +womble +wombstone +womby +womenfolk +womenfolks +womenkind +womera +wommerala +won +wonder +wonderberry +wonderbright +wondercraft +wonderer +wonderful +wonderfully +wonderfulness +wondering +wonderingly +wonderland +wonderlandish +wonderless +wonderment +wondermonger +wondermongering +wondersmith +wondersome +wonderstrong +wonderwell +wonderwork +wonderworthy +wondrous +wondrously +wondrousness +wone +wonegan +wong +wonga +Wongara +wongen +wongshy +wongsky +woning +wonky +wonna +wonned +wonner +wonning +wonnot +wont +wonted +wontedly +wontedness +wonting +woo +wooable +wood +woodagate +woodbark +woodbin +woodbind +woodbine +woodbined +woodbound +woodburytype +woodbush +woodchat +woodchuck +woodcock +woodcockize +woodcracker +woodcraft +woodcrafter +woodcraftiness +woodcraftsman +woodcrafty +woodcut +woodcutter +woodcutting +wooded +wooden +woodendite +woodenhead +woodenheaded +woodenheadedness +woodenly +woodenness +woodenware +woodenweary +woodeny +woodfish +woodgeld +woodgrub +woodhack +woodhacker +woodhole +woodhorse +woodhouse +woodhung +woodine +woodiness +wooding +woodish +woodjobber +woodkern +woodknacker +woodland +woodlander +woodless +woodlessness +woodlet +woodlike +woodlocked +woodly +woodman +woodmancraft +woodmanship +woodmonger +woodmote +woodness +woodpeck +woodpecker +woodpenny +woodpile +woodprint +woodranger +woodreeve +woodrick +woodrock +woodroof +woodrow +woodrowel +Woodruff +woodruff +woodsere +woodshed +woodshop +Woodsia +woodside +woodsilver +woodskin +woodsman +woodspite +woodstone +woodsy +woodwall +woodward +Woodwardia +woodwardship +woodware +woodwax +woodwaxen +woodwise +woodwork +woodworker +woodworking +woodworm +woodwose +woodwright +Woody +woody +woodyard +wooer +woof +woofed +woofell +woofer +woofy +woohoo +wooing +wooingly +wool +woold +woolder +woolding +wooled +woolen +woolenet +woolenization +woolenize +wooler +woolert +woolfell +woolgatherer +woolgathering +woolgrower +woolgrowing +woolhead +wooliness +woollike +woolly +woollyhead +woollyish +woolman +woolpack +woolpress +woolsack +woolsey +woolshearer +woolshearing +woolshears +woolshed +woolskin +woolsorter +woolsorting +woolsower +woolstock +woolulose +Woolwa +woolwasher +woolweed +woolwheel +woolwinder +woolwork +woolworker +woolworking +woom +woomer +woomerang +woon +woons +woorali +woorari +woosh +wootz +woozle +woozy +wop +woppish +wops +worble +worcester +word +wordable +wordably +wordage +wordbook +wordbuilding +wordcraft +wordcraftsman +worded +Worden +worder +wordily +wordiness +wording +wordish +wordishly +wordishness +wordle +wordless +wordlessly +wordlessness +wordlike +wordlorist +wordmaker +wordmaking +wordman +wordmanship +wordmonger +wordmongering +wordmongery +wordplay +wordsman +wordsmanship +wordsmith +wordspite +wordster +Wordsworthian +Wordsworthianism +wordy +wore +work +workability +workable +workableness +workaday +workaway +workbag +workbasket +workbench +workbook +workbox +workbrittle +workday +worked +worker +workfellow +workfolk +workfolks +workgirl +workhand +workhouse +workhoused +working +workingly +workingman +workingwoman +workless +worklessness +workloom +workman +workmanlike +workmanlikeness +workmanliness +workmanly +workmanship +workmaster +workmistress +workout +workpan +workpeople +workpiece +workplace +workroom +works +workship +workshop +worksome +workstand +worktable +worktime +workways +workwise +workwoman +workwomanlike +workwomanly +worky +workyard +world +worlded +worldful +worldish +worldless +worldlet +worldlike +worldlily +worldliness +worldling +worldly +worldmaker +worldmaking +worldproof +worldquake +worldward +worldwards +worldway +worldy +worm +wormed +wormer +wormhole +wormholed +wormhood +Wormian +wormil +worming +wormless +wormlike +wormling +wormproof +wormroot +wormseed +wormship +wormweed +wormwood +wormy +worn +wornil +wornness +worral +worriable +worricow +worried +worriedly +worriedness +worrier +worriless +worriment +worrisome +worrisomely +worrisomeness +worrit +worriter +worry +worrying +worryingly +worryproof +worrywart +worse +worsement +worsen +worseness +worsening +worser +worserment +worset +worship +worshipability +worshipable +worshiper +worshipful +worshipfully +worshipfulness +worshipingly +worshipless +worshipworth +worshipworthy +worst +worsted +wort +worth +worthful +worthfulness +worthiest +worthily +worthiness +worthless +worthlessly +worthlessness +worthship +worthward +worthy +wosbird +wot +wote +wots +wottest +wotteth +woubit +wouch +wouf +wough +would +wouldest +wouldnt +wouldst +wound +woundability +woundable +woundableness +wounded +woundedly +wounder +woundily +wounding +woundingly +woundless +wounds +woundwort +woundworth +woundy +wourali +wourari +wournil +wove +woven +Wovoka +wow +wowser +wowserdom +wowserian +wowserish +wowserism +wowsery +wowt +woy +Woyaway +wrack +wracker +wrackful +Wraf +wraggle +wrainbolt +wrainstaff +wrainstave +wraith +wraithe +wraithlike +wraithy +wraitly +wramp +wran +wrang +wrangle +wrangler +wranglership +wranglesome +wranglingly +wrannock +wranny +wrap +wrappage +wrapped +wrapper +wrapperer +wrappering +wrapping +wraprascal +wrasse +wrastle +wrastler +wrath +wrathful +wrathfully +wrathfulness +wrathily +wrathiness +wrathlike +wrathy +wraw +wrawl +wrawler +wraxle +wreak +wreakful +wreakless +wreat +wreath +wreathage +wreathe +wreathed +wreathen +wreather +wreathingly +wreathless +wreathlet +wreathlike +wreathmaker +wreathmaking +wreathwise +wreathwork +wreathwort +wreathy +wreck +wreckage +wrecker +wreckfish +wreckful +wrecking +wrecky +Wren +wren +wrench +wrenched +wrencher +wrenchingly +wrenlet +wrenlike +wrentail +wrest +wrestable +wrester +wresting +wrestingly +wrestle +wrestler +wrestlerlike +wrestling +wretch +wretched +wretchedly +wretchedness +wretchless +wretchlessly +wretchlessness +wretchock +wricht +wrick +wride +wried +wrier +wriest +wrig +wriggle +wriggler +wrigglesome +wrigglingly +wriggly +wright +wrightine +wring +wringbolt +wringer +wringman +wringstaff +wrinkle +wrinkleable +wrinkled +wrinkledness +wrinkledy +wrinkleful +wrinkleless +wrinkleproof +wrinklet +wrinkly +wrist +wristband +wristbone +wristed +wrister +wristfall +wristikin +wristlet +wristlock +wristwork +writ +writability +writable +writation +writative +write +writeable +writee +writer +writeress +writerling +writership +writh +writhe +writhed +writhedly +writhedness +writhen +writheneck +writher +writhing +writhingly +writhy +writing +writinger +writmaker +writmaking +writproof +written +writter +wrive +wrizzled +wro +wrocht +wroke +wroken +wrong +wrongdoer +wrongdoing +wronged +wronger +wrongful +wrongfully +wrongfulness +wronghead +wrongheaded +wrongheadedly +wrongheadedness +wronghearted +wrongheartedly +wrongheartedness +wrongish +wrongless +wronglessly +wrongly +wrongness +wrongous +wrongously +wrongousness +wrongwise +Wronskian +wrossle +wrote +wroth +wrothful +wrothfully +wrothily +wrothiness +wrothly +wrothsome +wrothy +wrought +wrox +wrung +wrungness +wry +wrybill +wryly +wrymouth +wryneck +wryness +wrytail +Wu +Wuchereria +wud +wuddie +wudge +wudu +wugg +wulfenite +wulk +wull +wullawins +wullcat +Wullie +wulliwa +wumble +wumman +wummel +wun +Wundtian +wungee +wunna +wunner +wunsome +wup +wur +wurley +wurmal +Wurmian +wurrus +wurset +wurtzilite +wurtzite +Wurzburger +wurzel +wush +wusp +wuss +wusser +wust +wut +wuther +wuzu +wuzzer +wuzzle +wuzzy +wy +Wyandot +Wyandotte +Wycliffian +Wycliffism +Wycliffist +Wycliffite +wyde +wye +Wyethia +wyke +Wykehamical +Wykehamist +wyle +wyliecoat +wymote +wyn +wynd +wyne +wynkernel +wynn +Wyomingite +wyomingite +wype +wyson +wyss +wyve +wyver +X +x +xanthaline +xanthamic +xanthamide +xanthane +xanthate +xanthation +xanthein +xanthelasma +xanthelasmic +xanthelasmoidea +xanthene +Xanthian +xanthic +xanthide +Xanthidium +xanthin +xanthine +xanthinuria +xanthione +Xanthisma +xanthite +Xanthium +xanthiuria +xanthocarpous +Xanthocephalus +Xanthoceras +Xanthochroi +xanthochroia +Xanthochroic +xanthochroid +xanthochroism +xanthochromia +xanthochromic +xanthochroous +xanthocobaltic +xanthocone +xanthoconite +xanthocreatinine +xanthocyanopsia +xanthocyanopsy +xanthocyanopy +xanthoderm +xanthoderma +xanthodont +xanthodontous +xanthogen +xanthogenamic +xanthogenamide +xanthogenate +xanthogenic +xantholeucophore +xanthoma +xanthomata +xanthomatosis +xanthomatous +Xanthomelanoi +xanthomelanous +xanthometer +Xanthomonas +xanthomyeloma +xanthone +xanthophane +xanthophore +xanthophose +Xanthophyceae +xanthophyll +xanthophyllite +xanthophyllous +Xanthopia +xanthopia +xanthopicrin +xanthopicrite +xanthoproteic +xanthoprotein +xanthoproteinic +xanthopsia +xanthopsin +xanthopsydracia +xanthopterin +xanthopurpurin +xanthorhamnin +Xanthorrhiza +Xanthorrhoea +xanthorrhoea +xanthosiderite +xanthosis +Xanthosoma +xanthospermous +xanthotic +Xanthoura +xanthous +Xanthoxalis +xanthoxenite +xanthoxylin +xanthuria +xanthydrol +xanthyl +xarque +Xaverian +xebec +Xema +xenacanthine +Xenacanthini +xenagogue +xenagogy +Xenarchi +Xenarthra +xenarthral +xenarthrous +xenelasia +xenelasy +xenia +xenial +xenian +Xenicidae +Xenicus +xenium +xenobiosis +xenoblast +Xenocratean +Xenocratic +xenocryst +xenodochium +xenogamous +xenogamy +xenogenesis +xenogenetic +xenogenic +xenogenous +xenogeny +xenolite +xenolith +xenolithic +xenomania +xenomaniac +Xenomi +Xenomorpha +xenomorphic +xenomorphosis +xenon +xenoparasite +xenoparasitism +xenopeltid +Xenopeltidae +Xenophanean +xenophile +xenophilism +xenophobe +xenophobia +xenophobian +xenophobism +xenophoby +Xenophonic +Xenophontean +Xenophontian +Xenophontic +Xenophontine +Xenophora +xenophoran +Xenophoridae +xenophthalmia +xenophya +xenopodid +Xenopodidae +xenopodoid +Xenopsylla +xenopteran +Xenopteri +xenopterygian +Xenopterygii +Xenopus +Xenorhynchus +Xenos +xenosaurid +Xenosauridae +xenosauroid +Xenosaurus +xenotime +Xenurus +xenyl +xenylamine +xerafin +xeransis +Xeranthemum +xeranthemum +xerantic +xerarch +xerasia +Xeres +xeric +xerically +xeriff +xerocline +xeroderma +xerodermatic +xerodermatous +xerodermia +xerodermic +xerogel +xerography +xeroma +xeromata +xeromenia +xeromorph +xeromorphic +xeromorphous +xeromorphy +xeromyron +xeromyrum +xeronate +xeronic +xerophagia +xerophagy +xerophil +xerophile +xerophilous +xerophily +xerophobous +xerophthalmia +xerophthalmos +xerophthalmy +Xerophyllum +xerophyte +xerophytic +xerophytically +xerophytism +xeroprinting +xerosis +xerostoma +xerostomia +xerotes +xerotherm +xerotic +xerotocia +xerotripsis +Xerus +xi +Xicak +Xicaque +Ximenia +Xina +Xinca +Xipe +Xiphias +xiphias +xiphihumeralis +xiphiid +Xiphiidae +xiphiiform +xiphioid +xiphiplastra +xiphiplastral +xiphiplastron +xiphisterna +xiphisternal +xiphisternum +Xiphisura +xiphisuran +Xiphiura +Xiphius +xiphocostal +Xiphodon +Xiphodontidae +xiphodynia +xiphoid +xiphoidal +xiphoidian +xiphopagic +xiphopagous +xiphopagus +xiphophyllous +xiphosterna +xiphosternum +Xiphosura +xiphosuran +xiphosure +Xiphosuridae +xiphosurous +Xiphosurus +xiphuous +Xiphura +Xiphydria +xiphydriid +Xiphydriidae +Xiraxara +Xmas +xoana +xoanon +Xosa +xurel +xyla +xylan +Xylaria +Xylariaceae +xylate +Xyleborus +xylem +xylene +xylenol +xylenyl +xyletic +Xylia +xylic +xylidic +xylidine +Xylina +xylindein +xylinid +xylite +xylitol +xylitone +xylobalsamum +xylocarp +xylocarpous +Xylocopa +xylocopid +Xylocopidae +xylogen +xyloglyphy +xylograph +xylographer +xylographic +xylographical +xylographically +xylography +xyloid +xyloidin +xylol +xylology +xyloma +xylomancy +xylometer +xylon +xylonic +Xylonite +xylonitrile +Xylophaga +xylophagan +xylophage +xylophagid +Xylophagidae +xylophagous +Xylophagus +xylophilous +xylophone +xylophonic +xylophonist +Xylopia +xyloplastic +xylopyrography +xyloquinone +xylorcin +xylorcinol +xylose +xyloside +Xylosma +xylostroma +xylostromata +xylostromatoid +xylotile +xylotomist +xylotomous +xylotomy +Xylotrya +xylotypographic +xylotypography +xyloyl +xylyl +xylylene +xylylic +xyphoid +Xyrichthys +xyrid +Xyridaceae +xyridaceous +Xyridales +Xyris +xyst +xyster +xysti +xystos +xystum +xystus +Y +y +ya +yaba +yabber +yabbi +yabble +yabby +yabu +yacal +yacca +yachan +yacht +yachtdom +yachter +yachting +yachtist +yachtman +yachtmanship +yachtsman +yachtsmanlike +yachtsmanship +yachtswoman +yachty +yad +Yadava +yade +yaff +yaffingale +yaffle +yagger +yaghourt +yagi +Yagnob +yagourundi +Yagua +yagua +yaguarundi +yaguaza +yah +yahan +Yahgan +Yahganan +Yahoo +yahoo +Yahoodom +Yahooish +Yahooism +Yahuna +Yahuskin +Yahweh +Yahwism +Yahwist +Yahwistic +yair +yaird +yaje +yajeine +yajenine +Yajna +Yajnavalkya +yajnopavita +yak +Yaka +Yakala +yakalo +yakamik +Yakan +yakattalo +Yakima +yakin +yakka +yakman +Yakona +Yakonan +Yakut +Yakutat +yalb +Yale +yale +Yalensian +yali +yalla +yallaer +yallow +yam +Yamacraw +Yamamadi +yamamai +yamanai +yamaskite +Yamassee +Yamato +Yamel +yamen +Yameo +yamilke +yammadji +yammer +yamp +yampa +yamph +yamshik +yamstchik +yan +Yana +Yanan +yancopin +yander +yang +yangtao +yank +Yankee +Yankeedom +Yankeefy +Yankeeism +Yankeeist +Yankeeize +Yankeeland +Yankeeness +yanking +Yankton +Yanktonai +yanky +Yannigan +Yao +yaoort +yaourti +yap +yapa +yaply +Yapman +yapness +yapok +yapp +yapped +yapper +yappiness +yapping +yappingly +yappish +yappy +yapster +Yaqui +Yaquina +yar +yarak +yaray +yarb +Yarborough +yard +yardage +yardang +yardarm +yarder +yardful +yarding +yardkeep +yardland +yardman +yardmaster +yardsman +yardstick +yardwand +yare +yareta +yark +Yarkand +yarke +yarl +yarly +yarm +yarn +yarnen +yarner +yarnwindle +yarpha +yarr +yarraman +yarran +yarringle +yarrow +yarth +yarthen +Yaru +Yarura +Yaruran +Yaruro +yarwhelp +yarwhip +yas +yashiro +yashmak +Yasht +Yasna +yat +yataghan +yatalite +yate +yati +Yatigan +yatter +Yatvyag +Yauapery +yaud +yauld +yaupon +yautia +yava +Yavapai +yaw +yawl +yawler +yawlsman +yawmeter +yawn +yawner +yawney +yawnful +yawnfully +yawnily +yawniness +yawning +yawningly +yawnproof +yawnups +yawny +yawp +yawper +yawroot +yaws +yawweed +yawy +yaxche +yaya +Yazdegerdian +Yazoo +ycie +yday +ye +yea +yeah +yealing +yean +yeanling +year +yeara +yearbird +yearbook +yeard +yearday +yearful +yearling +yearlong +yearly +yearn +yearnful +yearnfully +yearnfulness +yearning +yearnling +yearock +yearth +yeast +yeastily +yeastiness +yeasting +yeastlike +yeasty +yeat +yeather +yed +yede +yee +yeel +yeelaman +yees +yegg +yeggman +yeguita +yeld +yeldrin +yeldrock +yelk +yell +yeller +yelling +yelloch +yellow +yellowammer +yellowback +yellowbelly +yellowberry +yellowbill +yellowbird +yellowcrown +yellowcup +yellowfin +yellowfish +yellowhammer +yellowhead +yellowing +yellowish +yellowishness +Yellowknife +yellowlegs +yellowly +yellowness +yellowroot +yellowrump +yellows +yellowseed +yellowshank +yellowshanks +yellowshins +yellowtail +yellowthorn +yellowthroat +yellowtop +yellowware +yellowweed +yellowwood +yellowwort +yellowy +yelm +yelmer +yelp +yelper +yelt +Yemen +Yemeni +Yemenic +Yemenite +yen +yender +Yengee +Yengeese +yeni +Yenisei +Yeniseian +yenite +yentnite +yeo +yeoman +yeomaness +yeomanette +yeomanhood +yeomanlike +yeomanly +yeomanry +yeomanwise +yeorling +yeowoman +yep +yer +Yerava +Yeraver +yerb +yerba +yercum +yerd +yere +yerga +yerk +yern +yerth +yes +yese +Yeshibah +Yeshiva +yeso +yesso +yest +yester +yesterday +yestereve +yestereven +yesterevening +yestermorn +yestermorning +yestern +yesternight +yesternoon +yesterweek +yesteryear +yestreen +yesty +yet +yeta +yetapa +yeth +yether +yetlin +yeuk +yeukieness +yeuky +yeven +yew +yex +yez +Yezdi +Yezidi +yezzy +ygapo +Yid +Yiddish +Yiddisher +Yiddishism +Yiddishist +yield +yieldable +yieldableness +yieldance +yielden +yielder +yielding +yieldingly +yieldingness +yieldy +yigh +Yikirgaulit +Yildun +yill +yilt +Yin +yin +yince +yinst +yip +yird +yirk +yirm +yirmilik +yirn +yirr +yirth +yis +yite +ym +yn +ynambu +yo +yobi +yocco +yochel +yock +yockel +yodel +yodeler +yodelist +yodh +yoe +yoga +yogasana +yogh +yoghurt +yogi +yogin +yogism +yogist +yogoite +yohimbe +yohimbi +yohimbine +yohimbinization +yohimbinize +yoi +yoick +yoicks +yojan +yojana +Yojuane +yok +yoke +yokeable +yokeableness +yokeage +yokefellow +yokel +yokeldom +yokeless +yokelish +yokelism +yokelry +yokemate +yokemating +yoker +yokewise +yokewood +yoking +Yokuts +yoky +yolden +Yoldia +yoldring +yolk +yolked +yolkiness +yolkless +yolky +yom +yomer +Yomud +yon +yoncopin +yond +yonder +Yonkalla +yonner +yonside +yont +yook +yoop +yor +yore +yoretime +york +Yorker +yorker +Yorkish +Yorkist +Yorkshire +Yorkshireism +Yorkshireman +Yoruba +Yoruban +yot +yotacism +yotacize +yote +you +youd +youden +youdendrift +youdith +youff +youl +young +youngberry +younger +younghearted +youngish +younglet +youngling +youngly +youngness +youngster +youngun +younker +youp +your +yourn +yours +yoursel +yourself +yourselves +youse +youth +youthen +youthful +youthfullity +youthfully +youthfulness +youthhead +youthheid +youthhood +youthily +youthless +youthlessness +youthlike +youthlikeness +youthsome +youthtide +youthwort +youthy +youve +youward +youwards +youze +yoven +yow +yowie +yowl +yowler +yowley +yowlring +yowt +yox +yoy +yperite +Yponomeuta +Yponomeutid +Yponomeutidae +ypsiliform +ypsiloid +Ypurinan +Yquem +yr +ytterbia +ytterbic +ytterbium +yttria +yttrialite +yttric +yttriferous +yttrious +yttrium +yttrocerite +yttrocolumbite +yttrocrasite +yttrofluorite +yttrogummite +yttrotantalite +Yuan +yuan +Yuapin +yuca +Yucatec +Yucatecan +Yucateco +Yucca +yucca +Yuchi +yuck +yuckel +yucker +yuckle +yucky +Yuechi +yuft +Yuga +yugada +Yugoslav +Yugoslavian +Yugoslavic +yuh +Yuit +Yukaghir +Yuki +Yukian +yukkel +yulan +yule +yuleblock +yuletide +Yuma +Yuman +yummy +Yun +Yunca +Yuncan +yungan +Yunnanese +Yurak +Yurok +yurt +yurta +Yurucare +Yurucarean +Yurucari +Yurujure +Yuruk +Yuruna +Yurupary +yus +yusdrum +Yustaga +yutu +yuzlik +yuzluk +Yvonne +Z +z +za +Zabaean +zabaglione +Zabaism +Zaberma +zabeta +Zabian +Zabism +zabra +zabti +zabtie +zac +zacate +Zacatec +Zacateco +zacaton +Zach +Zachariah +zachun +zad +Zadokite +zadruga +zaffar +zaffer +zafree +zag +zagged +Zaglossus +zaibatsu +zain +Zaitha +zak +zakkeu +Zaklohpakap +zalambdodont +Zalambdodonta +Zalophus +zaman +zamang +zamarra +zamarro +Zambal +Zambezian +zambo +zamboorak +Zamenis +Zamia +Zamiaceae +Zamicrus +zamindar +zamindari +zamorin +zamouse +Zan +Zanclidae +Zanclodon +Zanclodontidae +Zande +zander +zandmole +zanella +Zaniah +Zannichellia +Zannichelliaceae +Zanonia +zant +zante +Zantedeschia +zantewood +Zanthorrhiza +Zanthoxylaceae +Zanthoxylum +zanthoxylum +Zantiot +zantiote +zany +zanyish +zanyism +zanyship +Zanzalian +zanze +Zanzibari +Zapara +Zaparan +Zaparo +Zaparoan +zapas +zapatero +zaphara +Zaphetic +zaphrentid +Zaphrentidae +Zaphrentis +zaphrentoid +Zapodidae +Zapodinae +Zaporogian +Zaporogue +zapota +Zapotec +Zapotecan +Zapoteco +zaptiah +zaptieh +Zaptoeca +zapupe +Zapus +zaqqum +Zaque +zar +zarabanda +Zaramo +Zarathustrian +Zarathustrianism +Zarathustrism +zaratite +Zardushti +zareba +Zarema +zarf +zarnich +zarp +zarzuela +zat +zati +zattare +Zaurak +Zauschneria +Zavijava +zax +zayat +zayin +Zea +zeal +Zealander +zealful +zealless +zeallessness +zealot +zealotic +zealotical +zealotism +zealotist +zealotry +zealous +zealously +zealousness +zealousy +zealproof +zebra +zebraic +zebralike +zebrass +zebrawood +Zebrina +zebrine +zebrinny +zebroid +zebrula +zebrule +zebu +zebub +Zebulunite +zeburro +zecchini +zecchino +zechin +Zechstein +zed +zedoary +zee +zeed +Zeelander +Zeguha +zehner +Zeidae +zein +zeism +zeist +Zeke +zel +Zelanian +zelator +zelatrice +zelatrix +Zelkova +Zeltinger +zemeism +zemi +zemimdari +zemindar +zemmi +zemni +zemstroist +zemstvo +Zen +Zenaga +Zenaida +Zenaidinae +Zenaidura +zenana +Zend +Zendic +zendician +zendik +zendikite +Zenelophon +zenick +zenith +zenithal +zenithward +zenithwards +Zenobia +zenocentric +zenographic +zenographical +zenography +Zenonian +Zenonic +zenu +Zeoidei +zeolite +zeolitic +zeolitization +zeolitize +zeoscope +Zep +zepharovichite +zephyr +Zephyranthes +zephyrean +zephyrless +zephyrlike +zephyrous +zephyrus +zephyry +Zeppelin +zeppelin +zequin +zer +zerda +Zerma +zermahbub +zero +zeroaxial +zeroize +zerumbet +zest +zestful +zestfully +zestfulness +zesty +zeta +zetacism +zetetic +Zeuctocoelomata +zeuctocoelomatic +zeuctocoelomic +Zeuglodon +zeuglodon +zeuglodont +Zeuglodonta +Zeuglodontia +Zeuglodontidae +zeuglodontoid +zeugma +zeugmatic +zeugmatically +Zeugobranchia +Zeugobranchiata +zeunerite +Zeus +Zeuxian +Zeuzera +zeuzerian +Zeuzeridae +Zhmud +ziamet +ziara +ziarat +zibeline +zibet +zibethone +zibetone +zibetum +ziega +zieger +zietrisikite +ziffs +zig +ziganka +ziggurat +zigzag +zigzagged +zigzaggedly +zigzaggedness +zigzagger +zigzaggery +zigzaggy +zigzagwise +zihar +zikurat +Zilla +zillah +zimarra +zimb +zimbabwe +zimbalon +zimbaloon +zimbi +zimentwater +zimme +Zimmerwaldian +Zimmerwaldist +zimmi +zimmis +zimocca +zinc +Zincalo +zincate +zincic +zincide +zinciferous +zincification +zincify +zincing +zincite +zincize +zincke +zincky +zinco +zincograph +zincographer +zincographic +zincographical +zincography +zincotype +zincous +zincum +zincuret +zinfandel +zing +zingaresca +zingel +zingerone +Zingiber +Zingiberaceae +zingiberaceous +zingiberene +zingiberol +zingiberone +zink +zinkenite +Zinnia +zinnwaldite +zinsang +zinyamunga +Zinzar +Zinziberaceae +zinziberaceous +Zion +Zionism +Zionist +Zionistic +Zionite +Zionless +Zionward +zip +Zipa +ziphian +Ziphiidae +Ziphiinae +ziphioid +Ziphius +Zipper +zipper +zipping +zippingly +zippy +Zips +zira +zirai +Zirak +Zirbanit +zircite +zircofluoride +zircon +zirconate +zirconia +zirconian +zirconic +zirconiferous +zirconifluoride +zirconium +zirconofluoride +zirconoid +zirconyl +Zirian +Zirianian +zirkelite +zither +zitherist +Zizania +Zizia +Zizyphus +zizz +zloty +Zmudz +zo +Zoa +zoa +zoacum +Zoanthacea +zoanthacean +Zoantharia +zoantharian +zoanthid +Zoanthidae +Zoanthidea +zoanthodeme +zoanthodemic +zoanthoid +zoanthropy +Zoanthus +Zoarces +zoarcidae +zoaria +zoarial +Zoarite +zoarium +zobo +zobtenite +zocco +zoccolo +zodiac +zodiacal +zodiophilous +zoea +zoeaform +zoeal +zoeform +zoehemera +zoehemerae +zoetic +zoetrope +zoetropic +zogan +zogo +Zohak +Zoharist +Zoharite +zoiatria +zoiatrics +zoic +zoid +zoidiophilous +zoidogamous +Zoilean +Zoilism +Zoilist +zoisite +zoisitization +zoism +zoist +zoistic +zokor +Zolaesque +Zolaism +Zolaist +Zolaistic +Zolaize +zoll +zolle +Zollernia +zollpfund +zolotink +zolotnik +zombi +zombie +zombiism +zomotherapeutic +zomotherapy +zonal +zonality +zonally +zonar +Zonaria +zonary +zonate +zonated +zonation +zone +zoned +zoneless +zonelet +zonelike +zonesthesia +Zongora +zonic +zoniferous +zoning +zonite +Zonites +zonitid +Zonitidae +Zonitoides +zonochlorite +zonociliate +zonoid +zonolimnetic +zonoplacental +Zonoplacentalia +zonoskeleton +Zonotrichia +Zonta +Zontian +zonular +zonule +zonulet +zonure +zonurid +Zonuridae +zonuroid +Zonurus +zoo +zoobenthos +zooblast +zoocarp +zoocecidium +zoochemical +zoochemistry +zoochemy +Zoochlorella +zoochore +zoocoenocyte +zoocultural +zooculture +zoocurrent +zoocyst +zoocystic +zoocytial +zoocytium +zoodendria +zoodendrium +zoodynamic +zoodynamics +zooecia +zooecial +zooecium +zooerastia +zooerythrin +zoofulvin +zoogamete +zoogamous +zoogamy +zoogene +zoogenesis +zoogenic +zoogenous +zoogeny +zoogeographer +zoogeographic +zoogeographical +zoogeographically +zoogeography +zoogeological +zoogeologist +zoogeology +zoogloea +zoogloeal +zoogloeic +zoogonic +zoogonidium +zoogonous +zoogony +zoograft +zoografting +zoographer +zoographic +zoographical +zoographically +zoographist +zoography +zooid +zooidal +zooidiophilous +zooks +zoolater +zoolatria +zoolatrous +zoolatry +zoolite +zoolith +zoolithic +zoolitic +zoologer +zoologic +zoological +zoologically +zoologicoarchaeologist +zoologicobotanical +zoologist +zoologize +zoology +zoom +zoomagnetic +zoomagnetism +zoomancy +zoomania +zoomantic +zoomantist +Zoomastigina +Zoomastigoda +zoomechanical +zoomechanics +zoomelanin +zoometric +zoometry +zoomimetic +zoomimic +zoomorph +zoomorphic +zoomorphism +zoomorphize +zoomorphy +zoon +zoonal +zoonerythrin +zoonic +zoonist +zoonite +zoonitic +zoonomia +zoonomic +zoonomical +zoonomist +zoonomy +zoonosis +zoonosologist +zoonosology +zoonotic +zoons +zoonule +zoopaleontology +zoopantheon +zooparasite +zooparasitic +zoopathological +zoopathologist +zoopathology +zoopathy +zooperal +zooperist +zoopery +Zoophaga +zoophagan +Zoophagineae +zoophagous +zoopharmacological +zoopharmacy +zoophile +zoophilia +zoophilic +zoophilism +zoophilist +zoophilite +zoophilitic +zoophilous +zoophily +zoophobia +zoophobous +zoophoric +zoophorus +zoophysical +zoophysics +zoophysiology +Zoophyta +zoophytal +zoophyte +zoophytic +zoophytical +zoophytish +zoophytography +zoophytoid +zoophytological +zoophytologist +zoophytology +zooplankton +zooplanktonic +zooplastic +zooplasty +zoopraxiscope +zoopsia +zoopsychological +zoopsychologist +zoopsychology +zooscopic +zooscopy +zoosis +zoosmosis +zoosperm +zoospermatic +zoospermia +zoospermium +zoosphere +zoosporange +zoosporangia +zoosporangial +zoosporangiophore +zoosporangium +zoospore +zoosporic +zoosporiferous +zoosporocyst +zoosporous +zootaxy +zootechnic +zootechnics +zootechny +zooter +zoothecia +zoothecial +zoothecium +zootheism +zootheist +zootheistic +zootherapy +zoothome +zootic +Zootoca +zootomic +zootomical +zootomically +zootomist +zootomy +zoototemism +zootoxin +zootrophic +zootrophy +zootype +zootypic +zooxanthella +zooxanthellae +zooxanthin +zoozoo +zopilote +Zoque +Zoquean +Zoraptera +zorgite +zoril +zorilla +Zorillinae +zorillo +Zoroastrian +Zoroastrianism +Zoroastrism +Zorotypus +zorrillo +zorro +Zosma +zoster +Zostera +Zosteraceae +zosteriform +Zosteropinae +Zosterops +Zouave +zounds +zowie +Zoysia +Zubeneschamali +zuccarino +zucchetto +zucchini +zudda +zugtierlast +zugtierlaster +zuisin +Zuleika +Zulhijjah +Zulinde +Zulkadah +Zulu +Zuludom +Zuluize +zumatic +zumbooruk +Zuni +Zunian +zunyite +zupanate +Zutugil +zuurveldt +zuza +zwanziger +Zwieback +zwieback +Zwinglian +Zwinglianism +Zwinglianist +zwitter +zwitterion +zwitterionic +zyga +zygadenine +Zygadenus +Zygaena +zygaenid +Zygaenidae +zygal +zygantra +zygantrum +zygapophyseal +zygapophysis +zygion +zygite +Zygnema +Zygnemaceae +Zygnemales +Zygnemataceae +zygnemataceous +Zygnematales +zygobranch +Zygobranchia +Zygobranchiata +zygobranchiate +Zygocactus +zygodactyl +Zygodactylae +Zygodactyli +zygodactylic +zygodactylism +zygodactylous +zygodont +zygolabialis +zygoma +zygomata +zygomatic +zygomaticoauricular +zygomaticoauricularis +zygomaticofacial +zygomaticofrontal +zygomaticomaxillary +zygomaticoorbital +zygomaticosphenoid +zygomaticotemporal +zygomaticum +zygomaticus +zygomaxillare +zygomaxillary +zygomorphic +zygomorphism +zygomorphous +zygomycete +Zygomycetes +zygomycetous +zygon +zygoneure +zygophore +zygophoric +Zygophyceae +zygophyceous +Zygophyllaceae +zygophyllaceous +Zygophyllum +zygophyte +zygopleural +Zygoptera +Zygopteraceae +zygopteran +zygopterid +Zygopterides +Zygopteris +zygopteron +zygopterous +Zygosaccharomyces +zygose +zygosis +zygosperm +zygosphenal +zygosphene +zygosphere +zygosporange +zygosporangium +zygospore +zygosporic +zygosporophore +zygostyle +zygotactic +zygotaxis +zygote +zygotene +zygotic +zygotoblast +zygotoid +zygotomere +zygous +zygozoospore +zymase +zyme +zymic +zymin +zymite +zymogen +zymogene +zymogenesis +zymogenic +zymogenous +zymoid +zymologic +zymological +zymologist +zymology +zymolyis +zymolysis +zymolytic +zymome +zymometer +zymomin +zymophore +zymophoric +zymophosphate +zymophyte +zymoplastic +zymoscope +zymosimeter +zymosis +zymosterol +zymosthenic +zymotechnic +zymotechnical +zymotechnics +zymotechny +zymotic +zymotically +zymotize +zymotoxic +zymurgy +Zyrenian +Zyrian +Zyryan +zythem +Zythia +zythum +Zyzomys +Zyzzogeton diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/.ipynb_checkpoints/04_04_math-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/.ipynb_checkpoints/04_04_math-checkpoint.ipynb new file mode 100755 index 000000000..dd0eb708c --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/.ipynb_checkpoints/04_04_math-checkpoint.ipynb @@ -0,0 +1,367 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 04_04: Math with NumPy Arrays" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "x = np.linspace(0,5*math.pi,64)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "x" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "math.sin(x)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sinx = np.sin(x)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sinx" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(x, sinx)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# multiple matplotlib.pyplot.plot() instructions superimpose lines\n", + "# in the same plot, cycling colors so we can distinguish them\n", + "\n", + "pp.plot(x, sinx)\n", + "pp.plot(x, np.cos(x))\n", + "pp.plot(x, np.log(1 + x))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# plot labels can be shown with matplotlib.pyplot.legend()\n", + "\n", + "pp.plot(x, sinx, label='sin(x)')\n", + "pp.plot(x, np.cos(x), label='cos(x)')\n", + "pp.plot(x, np.log(1 + x), label='log(1+x)')\n", + "\n", + "pp.legend()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "cosx = np.cos(x)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "y = sinx * cosx\n", + "z = cosx**2 - sinx**2\n", + "\n", + "pp.plot(x, y)\n", + "pp.plot(x, z)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "x + y[16:32]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "w = sinx + 1.5" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sinx[:10]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "w[:10]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(x, sinx)\n", + "pp.plot(x, w)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_bw = np.loadtxt('monalisa.txt')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_bw.shape" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "xgrad = np.linspace(0, 1, 134)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_xgrad = monalisa_bw * xgrad" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# set nominal figure size in inches; show images in two adjacent subplots\n", + "\n", + "pp.figure(figsize=(8,5))\n", + "pp.subplot(1,2,1); pp.imshow(monalisa_bw, cmap='gray')\n", + "pp.subplot(1,2,2); pp.imshow(monalisa_xgrad, cmap='gray')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ygrad = np.linspace(0, 1, 200)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ygrad * monalisa_bw" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ygrad = ygrad[:, np.newaxis]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ygrad.shape" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_ygrad = monalisa_bw * ygrad" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.figure(figsize=(8,5))\n", + "pp.subplot(1,2,1); pp.imshow(monalisa_bw, cmap='gray')\n", + "pp.subplot(1,2,2); pp.imshow(monalisa_ygrad, cmap='gray')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "a = np.array([0,1,2])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "b = np.array([-1,-2,-3])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "a @ b" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.dot(a, b)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "C = np.random.randn(3, 3)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "C" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "C @ a" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/.ipynb_checkpoints/04_05_special-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/.ipynb_checkpoints/04_05_special-checkpoint.ipynb new file mode 100755 index 000000000..d0adae1c6 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/.ipynb_checkpoints/04_05_special-checkpoint.ipynb @@ -0,0 +1,202 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 04_05: special arrays" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "discography = np.load('discography.npy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "discography" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "discography[0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "discography[0][0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "discography[0][1]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "discography[0]['title']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "discography['title']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "minidisco = np.zeros(len(discography), dtype=[('title','U16'), ('release','M8[s]')])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "minidisco['title'] = discography['title']\n", + "minidisco['release'] = discography['release']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "minidisco" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.datetime64('1969')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.datetime64('1969-11-14')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.datetime64('2015-02-03 12:00')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.datetime64('2015-02-03 12:00') < np.datetime64('2015-02-03 18:00')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.datetime64('2015-02-03 18:00') - np.datetime64('2015-02-03 12:00')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.diff(discography['release'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.arange(np.datetime64('2015-02-03'), np.datetime64('2015-03-01'))" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/04_02_creating.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/04_02_creating.ipynb new file mode 100755 index 000000000..f8b82177b --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/04_02_creating.ipynb @@ -0,0 +1,364 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 04_02: Creating NumPy Arrays" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "lines = open('monalisa.txt', 'r').readlines()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "lines[0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(lines)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_bw = np.loadtxt('monalisa.txt')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_bw" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_bw.ndim" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_bw.shape" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_bw.size" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_bw.dtype" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.imshow(monalisa_bw)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.imshow(monalisa_bw, cmap='gray')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa = np.load('monalisa.npy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa.shape" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.figure(figsize=(5,8)) # later\n", + "pp.imshow(monalisa)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "fromlist = np.array([[1,2,3],[4,5,6],[7,8,9]])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "fromlist" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "fromlist.shape" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "fromlist.dtype" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "zero_1d = np.zeros(8, 'd') # or np.float64" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "zero_2d = np.zeros((8,8), np.float64)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "zero_1d, zero_1d.ndim, zero_1d.shape, zero_1d.size" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "zero_2d, zero_2d.ndim, zero_2d.shape, zero_2d.size" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.zeros_like(monalisa_bw)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.empty(24, 'd')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "linear = np.linspace(0, 1, 16)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "linear" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(linear, 'o')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.arange(0, 1.5, 0.1)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "rand_2d = np.random.random(size=(8,8))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "rand_2d" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.matshow(rand_2d)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.random.randint, np.random.randn" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.save('random.npy', rand_2d)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.savetxt('random.txt', rand_2d)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "open('random.txt', 'r').readlines()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.4" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/04_03_indexing.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/04_03_indexing.ipynb new file mode 100755 index 000000000..77aee9973 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/04_03_indexing.ipynb @@ -0,0 +1,435 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 04_03: Indexing and Slicing NumPy Arrays" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa = np.load('monalisa.npy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa.shape" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.imshow(monalisa)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa[600,400,0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa[-50,-50,1]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa[1148, 754, 1]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa[1000,900,2]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa[600,400,0] = monalisa[600,400,1] = monalisa[600,400,2] = 0" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "just_a_list = [[1,2,3],[4,5,6],[7,8,9]]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "just_a_list[1,2]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "just_a_list[1][2]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.imshow(monalisa[400:800,200:600,0:3])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.imshow(monalisa[400:800,:,:])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.imshow(monalisa[400:800,...])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.imshow(monalisa[::20,::20,:])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.imshow(monalisa[::-20,::20,:])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "row = monalisa[20,::20,0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "row.shape" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "row" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(monalisa[20,::20,0])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "rect = monalisa[20:21,::20,0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "rect.shape" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "rect" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa[20:300,20:300,:] = 255" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.imshow(monalisa)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa[20:300,20:300,:] = np.random.randint(100,255,size=(280,280,3))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.imshow(monalisa)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_bw = np.loadtxt('monalisa.txt')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_bw < 120" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_bw[monalisa_bw < 120] = 0" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.imshow(monalisa_bw, cmap='gray')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "mylist = [0,1,2,3,4,5]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "myslice = mylist[0:4]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "myslice[2] = myslice[3] = 100" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "myslice" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "mylist" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monaslice = monalisa[20:300,20:300,:]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monaslice[:,:,:] = 255" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.imshow(monalisa)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monacopy = monalisa.copy()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monacopy[400:750,400:750,:] = 0" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.imshow(monacopy)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.imshow(monalisa)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.4" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/04_04_math.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/04_04_math.ipynb new file mode 100755 index 000000000..dd0eb708c --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/04_04_math.ipynb @@ -0,0 +1,367 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 04_04: Math with NumPy Arrays" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "x = np.linspace(0,5*math.pi,64)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "x" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "math.sin(x)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sinx = np.sin(x)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sinx" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(x, sinx)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# multiple matplotlib.pyplot.plot() instructions superimpose lines\n", + "# in the same plot, cycling colors so we can distinguish them\n", + "\n", + "pp.plot(x, sinx)\n", + "pp.plot(x, np.cos(x))\n", + "pp.plot(x, np.log(1 + x))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# plot labels can be shown with matplotlib.pyplot.legend()\n", + "\n", + "pp.plot(x, sinx, label='sin(x)')\n", + "pp.plot(x, np.cos(x), label='cos(x)')\n", + "pp.plot(x, np.log(1 + x), label='log(1+x)')\n", + "\n", + "pp.legend()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "cosx = np.cos(x)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "y = sinx * cosx\n", + "z = cosx**2 - sinx**2\n", + "\n", + "pp.plot(x, y)\n", + "pp.plot(x, z)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "x + y[16:32]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "w = sinx + 1.5" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "sinx[:10]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "w[:10]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(x, sinx)\n", + "pp.plot(x, w)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_bw = np.loadtxt('monalisa.txt')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_bw.shape" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "xgrad = np.linspace(0, 1, 134)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_xgrad = monalisa_bw * xgrad" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# set nominal figure size in inches; show images in two adjacent subplots\n", + "\n", + "pp.figure(figsize=(8,5))\n", + "pp.subplot(1,2,1); pp.imshow(monalisa_bw, cmap='gray')\n", + "pp.subplot(1,2,2); pp.imshow(monalisa_xgrad, cmap='gray')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ygrad = np.linspace(0, 1, 200)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ygrad * monalisa_bw" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ygrad = ygrad[:, np.newaxis]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ygrad.shape" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "monalisa_ygrad = monalisa_bw * ygrad" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.figure(figsize=(8,5))\n", + "pp.subplot(1,2,1); pp.imshow(monalisa_bw, cmap='gray')\n", + "pp.subplot(1,2,2); pp.imshow(monalisa_ygrad, cmap='gray')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "a = np.array([0,1,2])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "b = np.array([-1,-2,-3])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "a @ b" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.dot(a, b)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "C = np.random.randn(3, 3)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "C" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "C @ a" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/04_05_special.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/04_05_special.ipynb new file mode 100755 index 000000000..d0adae1c6 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/04_05_special.ipynb @@ -0,0 +1,202 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 04_05: special arrays" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "discography = np.load('discography.npy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "discography" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "discography[0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "discography[0][0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "discography[0][1]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "discography[0]['title']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "discography['title']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "minidisco = np.zeros(len(discography), dtype=[('title','U16'), ('release','M8[s]')])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "minidisco['title'] = discography['title']\n", + "minidisco['release'] = discography['release']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "minidisco" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.datetime64('1969')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.datetime64('1969-11-14')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.datetime64('2015-02-03 12:00')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.datetime64('2015-02-03 12:00') < np.datetime64('2015-02-03 18:00')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.datetime64('2015-02-03 18:00') - np.datetime64('2015-02-03 12:00')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.diff(discography['release'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.arange(np.datetime64('2015-02-03'), np.datetime64('2015-03-01'))" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/discography.npy b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/discography.npy new file mode 100755 index 000000000..c3dfe5ed9 Binary files /dev/null and b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/discography.npy differ diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/monalisa.jpg b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/monalisa.jpg new file mode 100755 index 000000000..27f2a47f0 Binary files /dev/null and b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/monalisa.jpg differ diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/monalisa.npy b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/monalisa.npy new file mode 100755 index 000000000..b799e8c90 Binary files /dev/null and b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/monalisa.npy differ diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/monalisa.readme b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/monalisa.readme new file mode 100755 index 000000000..96a16f54d --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/monalisa.readme @@ -0,0 +1 @@ +Public-domain image file from https://commons.wikimedia.org/wiki/File:Mona_Lisa,_by_Leonardo_da_Vinci,_from_C2RMF_retouched.jpg diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/monalisa.txt b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/monalisa.txt new file mode 100755 index 000000000..a5bcea400 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter4/monalisa.txt @@ -0,0 +1,200 @@ +107 93 104 83 91 66 70 77 62 91 89 74 90 68 65 101 93 74 68 77 73 75 77 85 77 71 82 80 74 69 56 50 53 74 63 54 63 88 103 74 67 73 85 72 75 81 107 69 63 73 72 90 89 97 78 74 92 83 92 85 93 92 66 79 73 77 85 100 83 86 84 80 74 78 86 77 66 68 65 68 63 71 90 76 67 50 37 41 51 46 61 82 61 62 58 79 60 49 59 59 70 69 72 67 95 77 70 72 70 65 91 70 64 78 74 61 56 75 51 59 100 95 65 46 49 75 65 91 85 87 88 87 78 95 +72 96 99 93 84 85 80 84 96 95 82 85 89 94 82 65 74 90 62 85 75 88 71 77 101 83 100 59 68 73 68 80 89 84 89 82 55 82 96 88 80 93 92 76 87 83 84 70 76 76 79 96 91 125 93 94 98 104 83 86 102 70 88 95 88 110 90 94 76 85 88 74 65 85 85 85 79 90 82 101 87 89 84 98 94 91 83 67 72 86 78 73 74 73 85 82 71 76 60 78 68 68 82 61 55 60 68 78 74 91 92 87 73 78 50 85 76 73 76 67 76 73 74 83 77 77 80 94 80 64 76 68 95 73 +98 117 105 108 88 90 101 84 86 78 90 65 103 116 89 99 85 84 100 96 104 85 98 110 79 100 91 99 108 100 81 82 110 92 89 80 63 67 86 76 99 84 86 90 87 73 87 90 89 58 81 84 106 156 107 92 85 103 86 104 91 101 90 87 99 100 95 102 91 96 88 96 88 93 91 98 95 92 102 99 97 80 84 90 103 88 88 80 84 87 78 92 81 78 94 82 85 71 71 83 82 66 80 77 78 84 83 72 83 91 81 78 81 76 88 92 78 92 93 102 88 94 86 98 63 82 93 91 86 91 92 73 104 86 +102 107 119 83 119 112 102 101 108 86 112 93 114 93 108 101 114 107 97 81 89 101 86 83 95 108 81 97 90 90 104 108 115 106 102 87 98 78 67 91 90 109 95 74 88 74 98 145 87 97 85 94 87 135 103 103 88 106 86 91 99 92 93 99 93 98 93 99 99 101 99 101 91 97 97 91 97 103 101 98 102 92 89 95 95 89 84 92 93 94 97 95 91 82 98 95 95 86 73 90 80 91 75 90 91 83 87 97 89 104 89 86 101 97 97 96 101 98 90 103 100 86 91 91 100 90 88 105 108 82 91 97 97 80 +114 119 125 97 98 92 101 125 85 107 93 106 75 102 106 79 93 99 105 104 97 94 93 75 114 101 105 103 121 112 79 97 90 51 109 103 81 36 96 103 97 114 97 106 102 78 98 100 97 111 97 95 94 138 92 81 105 110 109 100 95 100 107 102 96 109 95 107 104 96 97 101 96 97 99 97 98 95 95 83 94 94 87 86 82 86 97 102 89 102 86 105 98 96 77 75 93 86 85 100 104 107 104 104 102 85 89 103 102 95 95 93 96 80 91 104 107 112 89 98 96 95 94 102 99 95 106 94 100 115 111 92 101 77 +110 99 105 119 94 106 90 98 120 90 83 79 109 78 89 100 89 103 89 52 99 58 104 108 105 100 64 108 119 114 86 95 91 98 113 116 110 107 94 102 97 80 98 118 81 99 106 88 98 113 105 96 107 104 99 95 100 101 96 98 100 102 96 94 100 109 104 103 108 112 108 117 105 110 103 100 98 99 97 97 105 105 103 86 82 116 107 109 107 100 102 63 87 89 101 92 80 106 106 102 91 96 94 97 96 97 93 90 104 96 91 95 110 102 114 103 110 122 83 104 97 108 98 103 98 81 99 110 97 107 110 90 105 103 +100 108 94 96 125 99 96 131 97 87 77 116 105 87 93 111 101 124 97 106 99 96 100 122 101 122 108 99 114 109 104 101 96 105 129 106 78 109 108 115 75 110 99 107 97 98 100 101 102 107 103 108 101 106 102 95 96 91 98 90 103 97 96 96 109 118 101 104 103 103 108 102 105 116 98 98 102 92 103 99 115 99 106 102 96 112 99 104 98 107 90 96 87 83 90 111 88 107 84 84 95 90 103 109 111 109 121 96 93 90 87 100 111 114 106 92 102 118 112 85 96 88 94 103 113 108 123 118 126 100 106 119 99 92 +100 102 96 99 116 107 121 118 86 84 117 72 100 117 108 99 102 97 90 125 131 89 58 116 94 101 106 87 89 97 67 83 116 93 59 90 100 56 80 103 112 113 84 103 106 104 107 111 95 101 97 92 104 84 95 101 101 99 92 96 103 111 110 94 107 111 99 91 103 94 101 101 102 102 99 97 103 108 107 91 116 104 99 89 103 109 116 93 100 98 105 102 90 98 99 96 89 112 106 112 105 100 99 105 82 112 96 104 101 110 95 107 84 106 107 91 94 111 84 120 109 125 104 102 95 104 92 92 118 127 95 92 97 77 +116 125 96 128 82 113 126 91 85 111 77 127 67 128 120 92 103 99 107 93 96 84 111 109 104 80 116 123 93 79 69 118 110 104 116 61 114 78 106 108 88 105 97 83 98 101 101 95 102 102 94 99 99 87 99 102 86 99 94 89 100 115 104 105 104 100 103 99 105 102 104 98 104 99 101 106 102 90 89 100 92 110 109 93 95 103 99 108 116 104 87 114 100 124 114 101 100 85 107 94 94 94 106 106 107 111 109 91 105 105 103 105 91 121 134 96 119 104 93 119 92 112 97 119 104 110 115 105 127 93 128 121 117 98 +106 123 122 111 95 105 104 116 106 120 93 105 117 95 117 69 81 82 87 104 116 95 93 100 127 104 92 122 121 86 100 94 99 75 111 91 65 107 85 81 82 85 108 98 93 101 97 100 101 106 107 108 103 79 90 105 102 100 110 107 103 106 117 106 103 118 104 101 103 102 103 106 106 106 107 107 94 101 108 93 102 97 118 103 105 97 97 97 110 85 114 85 111 119 106 95 96 100 111 108 107 112 107 102 106 118 91 107 92 96 109 92 119 110 108 97 95 111 125 115 130 114 113 84 105 114 109 119 105 94 93 95 101 88 +108 118 116 102 97 86 133 117 118 72 110 109 109 111 102 80 104 67 126 105 103 108 104 110 114 128 114 90 95 94 101 108 111 94 108 105 69 109 104 107 97 115 95 109 102 103 101 104 100 98 93 113 97 99 92 102 110 106 105 109 101 111 102 109 104 108 110 110 101 107 112 100 101 106 99 113 101 104 105 105 106 100 112 94 101 116 90 113 112 110 115 114 95 111 123 106 115 108 100 107 105 107 110 95 108 114 110 121 109 91 132 98 91 108 110 119 125 96 109 128 107 110 110 128 91 104 114 103 98 97 103 115 102 93 +120 125 104 99 111 108 114 133 133 118 96 127 100 139 99 93 109 108 101 104 91 122 110 108 121 89 121 119 121 113 111 103 106 124 97 77 129 106 77 100 99 103 99 99 110 108 118 104 108 110 109 112 104 110 103 96 96 109 109 110 114 121 112 111 108 104 118 106 98 105 111 100 110 97 105 102 101 104 106 104 118 102 115 107 97 100 98 108 98 113 112 113 111 118 121 81 100 95 122 102 101 104 130 100 103 113 109 108 110 90 112 93 124 110 106 116 130 107 101 122 127 116 115 118 125 116 102 101 125 128 104 129 91 89 +91 102 92 129 108 125 123 117 121 121 111 124 104 101 114 110 120 103 101 119 128 119 117 129 100 104 108 101 118 133 89 97 115 99 110 110 123 70 135 113 108 119 105 114 107 110 112 100 115 113 117 103 107 110 95 104 118 98 110 115 105 112 118 110 114 113 123 112 112 119 122 104 110 107 106 116 86 105 95 112 112 106 120 100 104 97 103 109 117 98 110 108 101 109 130 117 93 116 99 108 111 108 87 109 97 108 104 117 125 105 118 108 135 114 129 98 128 109 122 135 101 99 111 123 127 85 95 102 123 114 114 92 92 117 +94 109 99 149 125 120 113 113 93 85 79 114 94 120 77 111 128 113 99 110 94 136 94 117 100 121 104 107 137 125 115 124 104 109 106 111 118 112 108 88 116 110 104 108 111 100 112 108 112 120 124 108 115 106 99 93 109 110 109 116 119 113 96 118 110 125 124 130 124 123 120 115 123 105 107 101 88 114 114 100 100 104 131 111 96 107 126 126 123 103 130 98 100 118 118 94 103 121 100 119 109 126 91 106 128 70 111 122 108 107 127 130 105 136 124 123 103 103 125 120 116 124 110 121 113 114 115 126 105 110 115 118 119 102 +115 109 104 109 106 98 132 111 99 107 97 118 119 113 123 104 123 107 97 127 126 118 117 109 124 107 98 119 119 109 121 114 124 108 94 89 110 123 108 101 106 112 112 106 103 112 116 113 109 118 118 100 99 94 97 101 104 105 109 108 111 111 119 128 115 109 120 123 114 123 122 122 120 111 111 122 103 113 105 118 116 100 129 98 119 125 104 110 122 121 114 111 111 74 131 117 102 112 108 128 109 84 99 103 97 109 88 120 123 105 125 109 105 113 89 100 120 108 120 120 100 113 114 110 95 131 116 115 104 121 114 132 104 119 +108 111 127 103 131 124 118 116 109 95 110 122 116 98 102 98 112 92 80 102 118 99 101 122 119 129 118 103 119 113 107 115 124 120 121 110 115 107 80 112 111 112 111 112 106 114 115 111 124 114 105 111 107 114 114 109 112 112 124 109 111 114 116 115 115 113 111 109 123 126 107 103 128 112 113 115 107 94 124 118 112 117 131 120 119 119 122 118 116 119 118 118 115 130 123 128 124 123 116 127 113 81 98 118 113 110 127 128 116 92 126 138 130 113 111 113 92 123 133 109 121 103 115 102 108 96 128 145 125 110 131 123 124 110 +97 104 120 112 113 91 99 119 109 110 93 94 105 130 111 95 114 134 125 113 126 123 125 134 115 120 138 133 131 137 101 126 122 119 104 122 124 118 107 113 124 116 117 115 119 120 111 112 109 113 120 105 107 112 109 113 121 107 114 119 115 102 128 126 120 109 119 118 114 122 121 112 120 121 106 118 112 108 117 111 111 113 114 111 113 123 132 127 110 101 121 96 98 125 111 131 111 96 131 120 130 105 119 96 94 125 125 110 113 111 115 124 138 111 100 123 146 135 123 114 100 102 103 92 129 112 131 104 122 100 104 129 98 104 +103 148 122 131 128 110 127 125 118 131 82 126 119 109 128 125 103 121 114 112 101 122 102 102 116 104 104 111 106 133 115 102 132 91 112 112 127 88 119 135 101 108 109 115 108 101 114 118 123 114 107 125 121 111 113 116 126 110 118 131 126 117 121 124 111 120 121 122 123 112 115 117 117 109 102 139 125 105 126 126 94 118 125 137 121 134 114 126 124 113 119 109 109 110 95 119 78 107 130 116 83 109 93 107 97 85 113 124 117 99 143 126 113 119 153 128 139 100 113 115 141 130 134 117 152 111 85 140 116 114 134 124 110 113 +113 117 117 132 123 104 120 100 112 109 124 138 140 97 107 113 114 120 117 130 126 143 128 118 123 119 117 138 111 129 115 123 131 111 107 93 116 112 102 100 125 118 114 114 120 118 120 111 129 120 121 117 120 118 123 123 116 110 130 117 131 114 124 109 103 112 107 109 105 112 106 120 109 120 112 120 121 95 114 95 109 98 95 101 112 102 104 112 124 101 117 99 120 121 107 100 109 104 125 120 122 98 104 91 126 87 100 117 123 130 101 99 124 116 130 106 120 127 138 111 112 110 138 93 134 123 118 134 130 109 122 135 121 133 +118 135 132 127 137 118 106 106 113 118 115 131 138 97 122 131 101 136 114 100 110 115 134 132 116 110 109 112 131 110 106 140 124 125 126 126 135 130 109 89 113 124 114 122 107 121 97 109 123 123 107 131 127 100 114 127 118 121 124 141 111 118 78 64 42 54 28 40 52 19 27 46 119 105 125 116 115 121 125 123 115 79 103 101 113 128 120 126 127 134 143 132 107 132 89 129 116 106 114 129 129 119 122 105 126 107 119 117 146 130 101 134 126 98 126 129 99 121 134 138 91 104 116 96 86 100 143 119 124 118 115 139 109 106 +101 124 127 137 134 140 82 127 108 143 120 120 120 128 123 128 140 111 107 121 134 134 123 131 116 119 121 116 134 113 119 113 129 129 133 125 121 122 117 109 122 114 110 110 136 113 124 122 113 116 115 115 132 110 117 125 126 108 101 42 49 53 46 64 59 51 54 39 60 40 53 45 55 51 28 64 114 127 108 108 122 109 114 115 128 129 106 120 130 103 137 104 130 103 83 96 77 111 113 115 131 89 88 132 138 121 110 122 116 127 123 113 129 109 133 119 131 150 136 135 121 128 129 107 120 126 123 114 142 139 138 135 118 102 +122 100 141 130 112 117 104 136 129 120 128 130 131 132 134 127 149 89 101 122 132 130 90 121 121 121 112 110 133 114 131 125 142 131 120 125 125 143 126 122 112 113 120 120 116 109 130 132 129 118 111 121 125 121 120 128 117 56 57 51 82 79 47 56 53 37 35 41 32 47 44 49 48 47 30 27 51 7 81 103 119 123 102 106 123 117 127 114 122 96 117 130 125 81 120 114 121 115 121 124 118 136 126 118 124 82 120 130 136 113 114 128 130 107 139 116 134 138 131 134 134 139 111 138 139 119 110 145 111 114 126 134 108 109 +109 123 125 136 95 127 109 103 98 128 116 133 118 148 110 104 101 133 119 129 110 120 129 123 122 129 119 116 127 122 110 135 130 153 135 111 123 136 115 107 158 105 121 124 115 123 120 127 129 120 146 127 121 125 104 140 41 50 51 80 63 77 57 53 41 36 42 38 40 45 36 32 52 68 30 39 22 30 9 27 103 99 91 97 119 110 116 111 91 133 108 112 121 111 104 126 130 139 129 135 117 131 124 124 117 96 129 118 131 116 123 140 124 127 130 127 137 140 153 119 145 133 121 132 131 132 104 126 118 128 126 133 127 117 +118 115 134 139 114 134 127 127 116 124 112 130 119 113 123 120 128 142 124 134 98 131 135 122 117 124 125 136 126 107 139 135 130 117 131 137 153 127 122 135 133 112 136 135 139 132 132 144 121 118 127 139 119 109 71 61 58 60 71 84 83 73 61 66 69 46 55 55 51 77 48 35 30 26 28 51 36 43 38 29 26 105 96 111 121 112 139 132 123 112 119 112 129 113 132 112 127 100 112 127 134 136 118 119 94 110 140 137 137 123 106 129 119 141 134 124 110 124 131 126 117 125 120 128 146 123 143 118 121 123 134 136 127 109 +101 110 129 124 124 110 129 135 119 102 135 141 154 123 119 130 123 125 138 139 117 130 116 132 118 132 132 112 137 142 127 135 114 131 131 124 134 119 105 109 136 124 122 110 120 125 134 123 135 143 127 114 104 61 63 58 60 70 71 95 94 72 70 67 74 55 83 74 51 53 41 35 34 26 20 25 19 31 40 21 17 10 20 115 119 113 138 125 139 126 126 122 124 136 127 121 95 119 133 107 116 117 113 111 140 119 133 115 134 142 138 134 120 141 127 115 121 149 110 133 125 129 115 138 145 141 114 118 118 132 134 133 130 135 +132 129 131 122 106 103 145 109 120 137 113 158 120 127 130 120 123 124 138 132 136 117 131 112 131 142 148 144 108 134 125 132 127 135 141 122 135 107 105 133 124 141 126 124 122 134 127 134 115 152 106 95 58 69 79 68 77 61 77 107 85 71 86 72 68 52 89 54 46 54 46 51 32 40 32 30 18 15 24 28 51 33 13 31 115 115 125 123 140 133 130 130 107 127 118 79 123 112 114 130 137 119 139 145 126 149 139 124 126 122 120 126 124 142 122 129 110 136 140 116 120 132 123 133 116 131 135 106 128 142 145 138 131 124 +87 126 145 121 112 95 121 152 146 116 131 106 131 135 140 138 136 133 141 123 140 136 126 132 130 119 141 139 124 133 119 133 135 129 148 141 128 127 98 123 125 133 133 117 133 140 124 128 120 147 124 107 71 63 104 72 87 76 73 120 77 96 78 75 70 56 58 67 63 51 56 44 37 37 27 25 23 33 24 22 40 21 24 31 63 120 114 114 130 149 141 120 131 129 110 131 131 114 130 106 106 118 129 126 149 108 137 121 143 141 120 139 126 127 120 126 131 132 135 123 122 124 124 121 121 141 116 114 120 135 140 142 133 117 +116 135 149 133 88 116 135 124 142 145 127 132 123 139 147 143 131 128 130 152 122 122 143 135 135 146 124 130 114 134 148 125 150 127 123 123 125 140 122 129 131 142 136 140 125 134 131 134 140 139 57 60 61 68 103 78 83 83 88 140 116 104 96 88 65 67 72 56 50 40 44 48 41 32 31 45 40 22 31 19 40 32 17 21 14 123 117 137 145 119 111 121 144 129 127 124 136 134 132 89 129 128 155 147 146 128 138 134 133 135 135 136 138 129 131 147 106 111 120 144 135 151 128 130 145 142 126 114 143 151 136 146 119 97 +98 106 143 123 118 131 121 159 140 142 111 154 136 104 136 140 143 131 142 133 139 140 138 123 131 117 133 143 146 122 132 142 135 137 148 129 129 128 91 121 138 123 127 116 141 132 152 137 129 141 54 59 60 79 101 130 116 142 131 136 160 127 118 122 123 115 108 86 91 78 56 40 41 38 49 28 25 30 35 17 27 23 40 8 14 28 132 138 112 137 130 116 114 118 104 150 111 136 137 129 108 133 109 135 123 110 123 124 144 139 126 133 110 127 130 147 138 125 134 124 137 140 126 135 116 146 98 152 113 130 145 132 128 110 +111 94 112 129 124 138 103 161 152 155 140 129 138 146 152 152 150 144 129 127 161 153 128 142 135 141 131 130 115 151 142 147 146 131 136 117 137 101 122 135 122 128 138 121 137 137 143 140 141 85 66 76 103 126 153 142 157 137 148 186 143 149 127 134 146 139 113 113 101 83 69 49 49 43 39 36 30 31 34 43 26 27 16 31 19 28 31 115 128 127 132 138 143 158 129 126 134 139 117 103 129 141 140 154 144 141 134 139 135 139 141 128 131 119 121 153 146 124 124 137 138 125 118 149 159 119 154 138 110 144 138 146 122 112 +101 135 128 143 124 131 144 118 145 146 153 126 136 124 155 160 137 156 147 137 125 130 129 134 124 131 131 131 148 151 135 137 137 133 151 136 112 162 134 140 125 130 141 138 144 136 133 146 134 77 52 101 127 91 150 184 149 201 166 153 197 142 134 167 126 106 132 122 99 88 73 72 62 52 31 36 39 38 30 20 10 31 27 25 20 23 18 57 104 124 134 147 154 127 119 127 132 133 129 122 123 128 114 138 130 155 135 133 129 134 141 135 129 140 130 112 153 156 136 149 104 145 154 133 115 122 152 124 100 137 135 145 137 116 +117 128 132 146 140 133 135 132 136 133 154 142 139 128 121 136 122 147 138 152 125 140 133 158 140 134 149 149 153 146 136 131 127 121 145 102 156 138 129 141 136 148 148 132 149 122 151 124 79 65 73 104 153 138 161 127 164 160 173 141 166 186 187 164 162 146 146 129 118 99 82 76 84 46 42 30 28 28 17 22 30 17 21 30 21 23 22 30 99 134 128 137 136 149 147 110 141 126 150 136 131 140 152 140 142 142 150 139 120 141 147 129 144 150 131 134 144 139 104 135 133 100 126 121 135 135 136 118 150 131 134 139 117 132 +112 100 142 118 99 102 115 139 116 133 151 102 136 126 134 135 141 128 145 139 150 146 148 150 127 128 150 140 132 126 145 155 125 137 129 178 142 130 135 116 149 135 154 152 159 137 123 139 58 53 77 140 146 178 160 130 152 165 185 171 178 190 148 146 177 131 161 129 119 114 92 84 74 49 55 34 27 33 15 15 35 31 27 27 28 21 22 20 67 118 135 136 136 133 160 137 139 124 144 158 148 147 118 140 149 143 129 145 155 136 151 148 153 145 131 151 157 152 144 122 133 131 132 143 155 123 108 153 150 155 137 139 128 134 +112 110 127 142 115 133 112 136 144 148 118 110 139 137 144 151 147 145 134 133 143 104 140 130 139 150 150 142 147 144 155 132 115 146 145 183 159 134 121 135 141 146 157 142 148 154 137 52 38 58 111 129 153 171 182 145 171 162 185 173 157 162 165 142 168 160 156 147 129 117 94 84 69 58 52 49 42 26 34 25 33 16 21 27 23 30 17 7 16 131 142 128 137 129 114 148 141 147 113 135 144 158 158 141 159 142 129 144 129 146 151 166 128 141 156 135 150 136 148 160 134 125 132 139 136 131 140 133 122 125 136 158 138 117 +92 138 128 141 109 127 144 138 146 144 138 121 140 129 142 146 158 159 146 151 150 141 148 152 144 141 146 134 130 141 158 126 146 131 142 150 141 151 140 138 137 156 139 160 134 136 110 40 47 81 105 124 153 166 185 165 157 188 164 163 167 168 149 156 162 168 167 148 130 112 95 91 86 61 54 53 44 36 38 26 29 30 24 28 20 31 10 32 15 139 144 118 141 126 123 133 139 142 148 154 149 143 156 154 149 155 150 122 133 146 123 143 152 152 135 157 153 148 149 153 135 109 128 132 122 143 119 137 145 150 146 148 138 129 +100 111 128 134 113 126 158 155 169 148 130 146 149 128 135 150 149 155 148 143 153 132 151 150 152 149 147 149 159 144 168 141 150 134 160 148 140 150 117 149 137 137 143 144 143 138 88 38 47 87 125 134 162 179 177 174 171 180 155 149 175 179 192 178 159 150 144 151 104 130 105 91 88 80 64 54 40 39 38 33 44 21 21 18 27 20 13 22 20 7 120 126 119 117 137 129 131 127 118 144 132 117 128 146 153 142 137 134 144 135 144 138 150 148 158 139 153 163 153 147 138 143 133 141 119 118 125 125 150 143 160 149 145 132 +71 111 154 147 146 121 152 137 159 135 119 134 130 130 157 158 168 133 137 148 147 138 158 143 138 160 130 152 133 146 135 118 145 147 146 140 131 130 125 181 147 130 146 167 151 128 101 34 36 59 115 132 133 159 160 181 155 137 137 108 183 166 160 165 171 130 120 124 118 118 111 106 91 92 62 65 54 40 37 38 21 24 25 22 22 24 15 17 9 21 116 102 109 129 105 131 113 133 122 111 134 130 120 136 136 149 122 144 139 145 122 137 148 140 132 164 145 161 161 138 136 145 120 140 143 144 128 150 142 161 137 143 141 132 +99 108 127 145 147 155 129 144 151 136 130 132 125 118 130 126 167 138 142 142 143 150 161 154 143 151 138 150 152 156 145 143 145 139 135 161 140 145 123 160 146 163 170 136 98 84 52 39 55 81 122 128 157 173 132 164 178 196 153 179 174 160 152 162 162 142 125 146 132 127 116 86 104 89 77 72 68 40 32 36 32 29 22 21 20 17 10 21 16 7 115 74 100 114 143 123 115 118 128 103 128 132 144 139 90 141 123 133 141 140 129 133 115 128 149 141 152 146 151 144 133 155 136 138 137 143 141 138 132 143 136 139 143 142 +82 87 135 133 148 121 149 147 160 149 108 145 122 105 126 117 153 123 153 160 158 160 155 157 137 153 154 136 141 160 111 151 124 130 151 147 127 135 133 137 156 146 146 157 93 42 46 55 43 101 114 139 136 159 129 186 167 170 151 171 181 168 154 152 150 132 157 161 134 117 107 116 102 77 112 75 61 65 18 20 30 26 25 21 19 24 25 24 19 14 1 101 88 100 102 97 130 93 123 104 100 123 126 130 139 144 136 140 134 130 142 140 128 141 160 151 132 133 155 138 123 154 141 140 133 128 132 131 154 139 171 156 147 138 +69 102 120 131 106 74 149 162 130 164 73 93 119 124 153 117 140 147 155 148 159 158 135 141 132 144 147 147 150 154 130 138 143 163 143 156 144 171 163 158 160 155 157 94 122 40 63 52 58 95 97 165 152 139 124 182 200 157 169 174 185 153 189 148 177 176 145 130 116 115 126 135 135 132 120 96 82 46 35 36 39 21 16 27 43 34 18 6 17 59 7 89 94 85 67 117 128 95 106 98 125 134 129 116 135 131 118 107 138 142 143 163 147 141 156 158 143 145 154 142 147 145 160 148 143 133 136 106 130 140 151 159 157 133 +111 99 101 110 129 121 103 88 102 108 115 108 108 101 111 166 123 150 145 189 137 104 117 123 157 133 169 126 167 168 160 159 172 164 160 133 139 175 146 144 135 152 133 107 63 59 58 38 62 148 153 154 176 146 118 140 189 149 172 183 171 174 182 172 175 167 149 133 119 144 99 133 131 115 104 93 72 55 43 31 22 33 22 17 28 22 35 18 19 15 11 78 90 108 94 111 59 69 128 123 130 102 139 118 126 156 95 112 150 138 142 146 140 153 160 127 158 140 151 139 149 143 128 140 138 138 144 126 132 144 158 138 146 111 +93 100 92 102 125 59 101 121 97 87 132 103 93 94 109 144 150 140 138 150 124 112 96 131 128 113 133 140 142 172 162 183 170 169 173 158 154 143 126 167 181 166 140 130 31 61 77 43 73 100 130 123 159 134 145 176 159 159 164 137 144 179 157 150 131 146 145 135 153 130 81 121 101 108 94 107 82 48 40 12 24 21 16 18 22 31 26 28 15 19 33 92 90 83 77 104 88 110 110 121 109 106 107 118 114 148 120 98 132 135 111 149 142 134 132 149 150 136 153 149 146 142 126 152 123 123 118 128 122 127 147 142 129 98 +58 68 111 87 95 107 121 102 93 113 108 72 105 108 104 104 142 119 119 106 142 126 113 116 110 107 125 138 117 119 153 150 147 156 164 129 156 178 160 150 172 143 86 103 85 49 49 60 61 95 112 132 137 140 134 151 134 187 157 160 161 165 145 124 121 116 121 142 125 132 130 121 126 77 111 83 80 52 35 28 15 22 25 18 30 19 33 45 25 11 29 98 44 90 58 99 117 113 105 96 96 100 84 139 99 134 107 87 150 133 133 142 154 157 144 142 139 141 150 161 157 158 143 142 131 135 139 120 146 103 128 105 109 83 +49 55 57 95 78 103 79 85 81 92 125 100 108 110 124 98 94 125 106 111 131 119 123 98 111 97 104 89 105 96 118 127 174 139 145 170 148 153 160 153 154 143 71 88 72 41 34 46 52 131 140 135 128 107 114 122 144 143 134 150 142 128 106 86 106 96 91 102 95 100 96 92 101 78 90 73 60 54 37 24 23 30 17 30 25 17 20 13 22 34 31 116 60 65 91 81 71 89 113 93 107 114 112 101 108 99 74 109 96 130 138 131 133 154 145 137 138 146 154 166 150 144 144 114 143 127 115 126 126 97 119 131 105 101 +55 64 96 80 72 62 96 112 93 102 90 91 71 115 92 118 102 92 104 78 112 100 102 111 109 86 94 106 119 117 108 110 141 158 146 145 167 177 164 154 163 140 82 80 75 39 49 53 53 89 127 101 111 76 90 95 115 146 137 139 131 105 85 79 91 96 93 91 70 69 68 71 78 63 88 70 71 61 45 33 43 34 30 18 23 28 25 25 27 40 26 69 67 64 104 99 56 84 87 98 101 99 106 111 120 94 85 123 124 136 163 137 143 155 153 144 135 165 150 145 165 154 134 146 141 107 138 127 130 121 121 133 120 121 +45 62 77 77 76 82 84 90 90 85 117 99 97 106 106 123 84 79 85 103 89 116 106 102 78 91 92 88 111 97 88 104 126 157 137 170 168 155 153 151 130 151 58 81 53 63 51 59 56 97 70 80 152 143 114 115 82 122 130 146 134 84 71 64 83 126 128 95 91 93 84 43 82 50 61 89 74 70 43 35 33 87 38 10 22 30 27 22 24 30 24 44 99 69 75 62 101 84 76 99 101 140 103 91 72 93 81 120 112 114 144 139 154 160 151 147 166 155 169 151 136 143 149 143 123 124 128 130 120 113 133 142 121 114 +50 69 64 47 77 103 91 93 75 97 86 95 110 98 116 117 93 109 87 115 103 90 98 96 84 101 100 100 104 109 102 95 103 144 168 156 152 162 159 154 135 136 71 81 70 47 45 46 53 88 69 58 97 65 52 67 111 79 160 162 116 82 77 111 110 114 143 59 51 71 58 54 63 81 103 104 91 78 58 29 25 55 23 29 16 44 29 30 25 20 57 46 82 65 83 41 56 66 79 78 65 87 99 118 56 81 108 100 90 107 146 132 135 145 139 161 149 145 165 152 145 147 142 128 130 120 127 121 130 136 165 121 100 115 +71 57 56 33 74 70 93 119 72 119 96 125 105 112 92 125 77 100 104 89 111 87 85 84 84 83 103 98 92 115 94 98 98 150 141 163 94 143 146 140 151 131 105 58 42 47 38 44 67 128 107 105 153 112 76 70 102 111 178 170 122 83 103 106 150 146 150 79 85 99 113 105 124 130 147 122 94 65 46 34 24 44 22 14 9 14 18 26 28 18 24 15 56 60 66 67 56 71 68 82 68 73 78 98 88 93 111 92 82 106 120 148 162 155 172 148 148 132 154 134 124 123 131 127 118 99 114 104 117 135 145 128 90 84 +42 51 62 41 72 64 80 94 82 87 86 113 96 98 100 72 119 104 91 96 115 105 68 73 72 72 104 65 98 108 99 116 152 129 157 135 98 111 114 100 127 126 115 53 77 49 41 38 52 114 93 139 138 135 112 104 131 128 148 168 118 91 73 115 127 140 128 142 122 116 99 126 124 138 128 116 92 64 44 41 38 26 37 61 11 17 31 27 34 19 35 17 92 73 67 72 72 75 81 77 65 101 106 86 107 81 94 107 78 102 111 142 150 158 158 163 146 164 160 153 146 127 147 156 143 114 117 105 117 129 124 124 99 115 +54 57 22 82 100 95 92 95 110 121 114 75 91 113 112 114 55 80 77 93 92 133 66 79 89 81 108 90 86 110 82 103 113 108 129 101 102 94 91 94 129 118 95 91 65 45 46 44 50 127 151 124 117 105 103 106 142 145 157 161 113 107 103 108 136 112 123 115 96 117 133 150 128 152 120 113 88 67 47 27 24 9 68 6 36 8 43 21 23 35 35 50 48 59 61 57 75 64 75 73 72 85 93 72 77 71 96 90 91 88 102 147 150 158 129 142 150 139 176 149 121 152 145 125 113 125 117 89 103 121 125 135 103 109 +93 45 72 68 89 79 79 95 95 110 86 104 71 108 103 93 87 76 85 90 102 94 79 55 87 56 75 93 74 78 62 104 89 134 114 97 69 91 91 82 113 20 102 88 38 46 34 36 58 156 173 134 185 148 161 168 156 172 151 156 116 117 96 142 146 178 134 168 197 158 153 148 146 134 124 122 90 75 40 33 20 34 37 6 22 9 12 14 31 28 45 34 49 87 56 56 79 78 84 88 95 86 97 69 75 71 81 86 88 79 92 112 141 142 133 137 157 135 136 133 131 150 148 126 125 129 114 110 118 133 129 140 106 123 +57 27 68 74 90 78 58 70 89 74 81 68 59 105 101 81 95 76 113 89 69 59 75 79 108 84 75 63 69 93 70 85 89 84 89 66 79 102 57 59 124 81 81 105 38 33 31 19 60 137 148 131 160 176 159 154 135 162 177 149 123 127 139 151 141 162 162 164 182 170 164 146 129 119 113 106 92 50 32 16 21 66 53 39 22 37 24 30 21 26 36 26 72 62 84 40 78 83 82 100 85 71 62 83 72 58 93 88 75 79 89 109 135 146 148 113 137 131 121 122 160 149 133 141 124 128 115 133 141 103 126 101 116 126 +41 86 74 85 74 80 97 81 55 49 52 84 113 72 69 58 53 89 89 100 74 58 90 60 77 76 60 72 89 69 72 62 68 70 77 75 88 99 63 73 129 70 70 62 50 49 33 34 54 95 154 167 158 182 180 142 157 156 159 138 121 95 146 161 141 199 158 105 168 184 158 144 150 116 123 90 68 48 38 22 52 22 66 32 20 48 21 26 25 15 27 26 58 101 93 92 85 76 94 48 63 50 88 70 61 66 49 100 84 85 94 96 124 142 135 115 134 139 140 124 144 136 132 127 132 113 141 131 126 106 137 126 110 126 +44 51 103 101 113 80 82 91 77 76 53 77 106 87 93 74 76 73 110 111 81 62 51 80 69 49 54 85 70 74 73 98 75 65 107 74 80 84 72 71 118 75 65 47 48 25 47 36 35 111 133 177 129 152 183 150 114 178 171 164 120 132 120 123 146 170 176 168 145 153 161 135 140 110 91 79 70 46 36 46 56 49 24 21 50 46 26 25 23 44 49 29 90 84 125 134 160 171 112 115 72 96 96 109 107 104 104 93 76 90 80 81 81 109 127 114 126 122 145 143 132 107 131 106 138 128 111 120 130 123 115 97 109 106 +53 71 110 95 58 53 66 92 78 76 60 79 38 87 73 90 64 58 92 66 86 79 65 90 84 68 71 74 84 66 74 59 75 67 52 69 75 73 76 73 83 89 90 85 48 46 42 37 36 108 137 163 158 190 146 154 170 145 171 136 144 128 118 135 164 166 142 128 172 165 140 134 127 106 92 78 60 41 24 21 11 7 54 8 74 19 12 26 7 26 39 34 36 35 111 66 51 136 110 102 116 121 97 127 126 109 114 103 135 87 109 123 129 116 125 147 121 130 135 120 118 95 91 106 106 131 118 106 114 116 121 113 102 102 +67 68 83 65 111 66 59 46 83 70 80 94 60 90 87 98 57 70 93 85 77 101 80 91 89 73 67 92 62 78 67 74 79 62 43 65 63 51 31 71 33 69 41 52 47 36 47 38 41 93 127 146 149 144 153 140 141 167 167 162 127 102 110 126 183 149 159 158 145 148 157 125 101 108 96 73 65 49 28 63 29 13 26 58 20 42 14 50 27 23 20 24 16 40 45 75 54 71 93 64 71 71 88 109 93 76 95 119 95 106 121 117 121 121 127 105 113 134 117 116 111 113 89 108 97 96 119 123 126 109 125 109 75 78 +17 42 111 72 110 85 51 50 65 78 105 71 78 88 111 63 62 58 66 95 76 108 69 79 80 51 91 72 52 84 62 67 101 61 68 76 47 77 45 63 30 45 41 69 26 42 45 24 23 84 114 131 159 153 132 136 122 198 151 135 117 113 123 116 142 167 149 162 133 154 130 120 109 94 76 60 49 35 33 57 25 32 27 14 15 12 22 16 19 13 14 16 20 63 45 71 23 36 28 65 81 74 68 76 61 57 62 79 74 81 86 87 101 100 96 119 105 77 99 69 85 95 103 86 83 81 112 89 103 77 95 78 74 93 +59 53 86 74 70 64 67 79 44 80 67 94 69 106 81 105 70 86 57 89 101 92 82 89 78 72 67 86 77 68 69 76 55 87 88 82 63 86 77 56 90 65 40 41 26 32 42 44 34 74 111 140 144 161 130 140 132 158 147 118 82 96 93 90 141 168 165 148 147 133 118 107 97 104 89 74 48 30 37 36 40 30 42 29 48 27 32 17 16 24 62 11 35 20 22 68 48 56 79 82 70 76 88 58 73 53 65 53 76 91 82 85 94 87 79 97 80 89 93 88 100 90 87 63 90 98 96 63 81 72 89 78 105 92 +40 92 74 45 73 48 59 63 32 67 75 83 63 54 109 81 76 57 76 46 61 68 73 84 87 69 69 108 73 94 94 74 100 58 70 70 72 61 62 63 116 38 51 29 56 34 34 14 27 42 84 117 134 122 161 148 141 120 126 73 39 44 89 71 144 148 141 142 119 120 128 101 92 86 66 80 50 42 37 29 17 97 26 6 33 41 8 12 16 58 52 34 62 54 61 51 64 62 37 53 57 70 51 76 51 55 49 79 55 70 60 90 82 82 88 81 91 94 97 107 121 98 79 85 86 74 86 86 73 44 66 106 91 100 +75 61 78 85 93 37 85 41 39 54 68 61 55 74 71 76 78 81 78 93 47 69 76 67 78 98 55 61 103 95 79 89 71 78 112 63 72 70 88 53 51 51 60 52 31 22 59 48 44 29 79 109 129 128 146 150 150 149 80 73 58 61 71 100 138 133 144 126 130 112 114 97 97 89 72 60 40 43 39 46 19 25 25 24 4 54 37 72 12 34 4 39 20 31 37 53 45 68 29 51 95 54 47 49 66 53 37 37 76 81 46 90 74 68 71 69 76 87 78 84 95 70 65 92 54 105 90 75 70 63 98 97 106 92 +43 77 72 33 70 60 56 48 96 48 83 71 58 59 58 96 50 82 81 54 61 84 64 87 96 87 56 60 69 83 65 73 93 45 104 69 66 61 52 52 48 34 33 35 21 38 45 46 91 40 88 103 123 110 134 144 161 155 115 89 79 102 107 113 114 126 113 128 136 135 101 107 94 80 78 51 51 32 53 38 33 25 26 55 51 26 6 22 21 5 36 32 19 32 69 57 57 75 87 72 91 75 104 108 72 55 62 75 63 103 65 69 68 85 66 56 69 67 88 89 51 66 87 69 88 62 102 87 85 89 45 92 104 86 +52 65 38 50 63 29 64 40 47 48 74 70 68 48 52 69 68 63 77 72 72 77 73 71 77 97 89 69 69 64 74 85 99 73 62 81 79 62 67 50 64 57 34 31 18 36 35 66 32 42 57 112 119 97 123 114 156 152 147 125 118 102 115 104 97 83 101 103 123 128 120 98 85 84 81 53 58 40 35 22 41 26 25 40 19 27 28 8 6 10 22 20 25 56 48 77 61 24 33 69 67 68 58 98 101 55 73 87 49 77 81 66 74 83 74 61 83 88 108 88 105 90 72 77 72 66 61 68 45 67 69 103 90 114 +43 52 56 56 56 72 75 52 52 99 104 73 70 91 68 64 79 55 92 63 81 87 114 76 71 59 45 69 66 55 82 66 52 70 63 51 77 65 43 59 86 63 96 33 57 49 62 49 36 27 44 102 115 112 122 84 67 115 110 102 93 78 65 68 54 80 130 141 136 122 112 103 84 75 90 77 51 42 42 35 20 18 39 49 11 14 7 12 18 7 35 16 19 28 72 59 45 31 84 57 50 62 55 99 71 79 65 88 64 65 75 78 81 55 77 77 73 71 99 100 88 85 79 77 39 66 72 67 95 87 59 47 101 107 +44 47 73 55 67 53 76 84 70 19 96 68 50 72 62 68 62 113 83 60 81 86 120 110 64 62 54 98 53 69 48 61 85 111 64 85 69 60 61 63 74 76 32 35 49 53 36 35 28 60 26 82 118 125 132 135 163 141 158 128 130 96 104 103 105 126 130 150 129 127 98 115 85 88 88 50 39 45 34 31 18 38 32 38 9 26 87 16 23 6 28 40 18 28 56 76 66 59 66 54 96 91 70 59 65 75 58 64 59 82 68 92 81 89 100 99 66 78 69 92 79 76 67 101 71 111 95 51 63 54 82 74 79 88 +45 51 47 54 60 54 24 55 119 61 60 82 50 82 51 88 76 64 43 79 82 58 67 90 78 47 70 40 88 90 87 68 75 77 32 48 53 71 67 57 66 72 52 33 48 55 34 25 24 34 34 57 95 118 127 138 143 138 137 120 119 104 109 91 113 132 115 127 129 114 97 104 92 71 91 53 51 43 34 41 68 44 82 48 23 22 23 26 10 38 30 47 17 37 65 78 58 78 81 104 103 91 76 54 78 82 74 85 87 68 84 59 68 78 69 89 102 59 77 86 92 106 62 71 75 53 60 68 71 49 68 80 127 137 +34 44 64 60 63 60 55 77 97 42 111 52 79 64 77 86 76 103 66 55 81 84 65 47 65 73 48 54 63 61 66 49 62 33 42 63 42 84 74 67 91 74 75 58 43 37 19 28 63 11 18 20 79 91 114 118 147 135 117 88 83 89 111 104 111 112 106 113 121 104 94 92 63 43 70 55 43 35 26 30 26 23 26 14 15 15 23 7 59 26 4 58 53 31 58 75 79 38 57 96 65 78 64 65 75 46 82 70 94 100 110 65 82 79 79 76 70 69 86 39 75 65 81 64 81 74 84 67 74 64 86 80 91 108 +45 46 61 52 57 40 48 65 89 67 42 46 94 61 31 80 67 67 80 79 68 41 62 74 36 36 75 71 72 68 98 56 32 51 52 80 84 85 47 46 62 56 68 57 36 38 47 12 15 19 44 41 36 65 92 117 123 127 153 127 129 116 119 147 88 110 109 111 87 94 71 59 62 49 83 60 41 40 30 26 14 32 32 6 19 15 28 6 21 10 35 15 77 49 57 100 82 67 74 75 107 71 95 81 77 35 68 60 66 74 69 96 64 52 102 68 63 49 64 58 66 75 73 67 91 102 83 85 86 59 86 90 104 99 +50 38 52 47 45 79 48 61 52 50 61 82 50 99 98 58 78 81 66 90 71 77 105 69 59 75 57 69 87 93 71 85 61 73 66 88 72 85 69 82 104 78 53 76 34 49 36 48 29 42 38 30 47 33 64 113 141 159 172 159 148 145 142 121 120 115 112 93 89 80 78 70 53 50 76 39 35 24 28 24 25 16 16 16 7 32 58 9 6 14 33 26 78 42 53 80 32 63 64 31 106 97 100 105 85 82 89 88 56 89 90 60 76 72 63 80 43 57 70 76 57 77 107 92 60 94 80 86 73 60 60 87 88 67 +48 50 29 32 43 45 59 45 47 74 58 78 66 50 57 47 66 69 68 60 19 59 73 79 28 28 81 31 52 113 88 67 94 69 78 62 77 89 98 99 63 62 55 45 60 61 46 40 34 20 30 34 30 22 38 68 113 156 151 161 164 143 117 114 107 115 102 85 69 48 55 48 58 64 43 48 37 22 31 36 23 93 41 28 34 56 20 16 12 22 11 14 88 29 49 73 71 69 115 86 75 86 84 69 75 91 43 77 68 81 90 80 92 92 72 81 77 75 67 75 60 117 111 65 116 105 87 79 89 46 55 93 94 48 +39 41 39 46 35 55 64 49 51 57 63 56 69 81 87 63 81 58 58 58 69 62 81 55 67 48 74 70 42 23 50 70 94 49 73 65 84 74 54 58 109 54 56 38 58 30 55 49 57 42 44 32 40 38 39 54 51 121 159 143 145 126 125 115 105 100 78 64 73 62 59 54 42 34 44 31 29 25 31 22 41 40 33 21 37 16 19 21 19 23 37 31 18 77 56 72 74 76 45 105 75 106 95 89 75 72 56 73 66 101 76 76 90 39 54 71 80 64 47 73 79 87 79 70 76 99 79 77 68 56 98 63 83 108 +32 49 61 43 51 57 41 36 36 61 46 46 56 46 85 74 52 66 59 73 77 83 72 36 49 59 33 56 62 68 48 67 67 39 55 93 54 96 102 87 103 106 71 70 65 10 109 33 54 29 60 30 15 25 25 50 40 64 103 148 123 104 101 87 75 73 56 65 70 49 63 49 31 43 63 79 37 56 35 12 27 17 30 9 21 4 67 35 12 49 76 30 43 35 11 77 68 80 64 74 47 90 94 74 88 99 82 67 55 93 45 69 82 64 88 86 88 67 78 74 82 69 67 81 116 89 91 85 59 85 92 82 118 77 +49 34 45 48 27 82 22 89 51 57 102 79 73 53 75 72 65 59 68 64 57 58 48 37 61 42 54 44 54 67 108 87 59 99 60 48 100 100 132 127 92 80 44 47 30 31 32 19 47 18 38 21 20 19 23 20 59 57 57 60 59 83 56 58 50 62 46 54 58 56 51 48 48 48 60 61 57 28 24 27 29 22 54 21 34 79 31 40 27 26 15 26 52 65 25 62 40 41 82 52 93 63 75 79 46 60 52 61 72 91 63 72 91 52 105 100 67 60 58 70 70 98 28 67 134 89 84 88 72 50 55 101 96 92 +39 42 51 61 40 50 51 92 100 42 70 71 41 75 49 70 69 57 107 74 75 59 48 51 62 47 25 63 61 89 66 64 114 77 76 54 88 76 109 86 122 102 64 78 39 37 27 40 23 40 45 22 14 27 22 53 37 29 52 39 57 57 50 51 62 56 73 33 41 28 55 47 26 66 33 53 49 48 41 31 28 41 24 46 13 24 16 39 28 30 19 40 30 33 15 77 104 105 79 103 81 99 48 55 105 71 16 113 35 47 72 75 62 36 87 36 81 68 56 45 83 63 64 81 61 60 118 91 80 118 100 105 73 71 +42 49 49 31 36 43 72 56 53 51 30 69 94 50 53 95 84 92 50 80 74 53 78 61 65 62 71 29 76 29 111 101 96 111 126 120 105 81 112 140 103 94 58 59 42 31 37 35 37 27 36 24 17 28 28 28 47 21 19 27 48 68 48 32 37 56 87 52 74 37 37 52 69 54 43 38 60 47 54 28 49 12 83 46 8 23 25 19 10 13 38 37 30 35 36 12 68 79 48 48 38 73 89 73 73 74 71 72 51 37 90 82 54 73 81 88 59 33 57 63 70 67 72 83 81 91 43 93 94 78 80 108 76 51 +41 48 49 53 104 77 28 63 56 40 57 52 122 55 62 51 82 59 59 101 97 86 94 99 92 94 110 68 96 107 76 97 79 82 112 77 115 117 75 102 87 143 68 76 81 13 35 25 27 35 33 33 34 28 31 36 47 36 61 53 68 69 72 70 49 58 52 40 54 53 42 51 67 75 46 78 72 71 61 45 43 41 12 25 21 13 18 90 23 33 38 56 22 29 16 46 77 55 68 77 59 50 87 73 87 80 77 71 66 14 60 88 64 60 54 74 70 74 80 90 86 68 77 58 69 95 64 61 76 79 128 89 70 74 +41 45 48 36 51 42 48 54 48 48 45 73 55 55 43 82 72 56 97 68 87 56 70 98 56 72 96 79 108 91 104 149 70 85 124 86 84 94 76 64 102 89 83 66 34 39 34 22 38 28 35 42 45 35 29 37 48 46 32 33 52 105 95 93 92 70 55 68 49 56 52 51 46 64 63 51 78 79 48 54 46 45 24 24 28 22 38 25 28 23 34 23 22 40 28 53 56 74 83 65 45 108 36 93 82 52 63 69 67 46 64 101 56 47 83 62 93 44 72 53 70 49 56 61 56 78 97 65 98 89 99 81 80 96 +47 42 40 38 65 68 45 41 55 49 52 70 60 49 40 57 86 38 90 50 88 56 102 109 65 111 89 119 98 132 81 102 84 113 96 101 101 69 76 95 120 96 100 86 43 35 42 20 21 53 37 28 33 26 33 31 44 23 29 54 39 99 116 79 96 71 67 59 63 93 51 93 74 84 94 89 79 59 60 74 72 29 38 33 21 26 20 25 10 23 32 33 29 28 34 89 61 53 57 45 88 57 59 60 63 59 62 82 67 63 76 69 82 66 79 39 73 95 78 99 79 75 87 63 79 78 64 73 93 76 81 91 90 95 +71 40 60 52 49 47 41 79 71 40 44 49 49 59 48 72 88 75 59 89 100 79 93 92 109 94 113 88 94 72 117 78 97 106 110 80 101 70 82 108 77 81 59 79 41 103 44 28 42 43 35 24 50 38 32 27 26 42 50 19 73 118 124 121 113 94 80 73 87 72 78 71 60 86 78 95 94 90 66 34 35 56 32 29 10 38 20 39 24 24 35 34 20 41 22 42 26 50 72 81 91 92 95 88 85 102 89 79 85 68 63 95 67 88 92 103 90 106 104 87 97 102 98 77 98 78 77 76 99 71 84 116 137 80 +56 63 38 62 59 79 47 67 74 98 84 53 59 78 108 85 58 85 93 88 29 82 118 91 98 88 69 91 79 73 92 70 69 91 117 121 68 72 102 91 111 66 76 71 31 53 25 50 20 29 15 38 32 30 49 37 38 45 32 29 28 102 124 131 109 107 112 106 73 92 62 111 84 79 106 90 90 103 75 60 52 33 31 30 21 20 12 20 79 29 35 36 48 34 36 12 30 60 58 79 117 100 87 74 61 66 110 94 93 105 87 108 87 82 82 103 94 81 87 121 149 123 107 116 104 91 111 114 82 102 97 105 91 74 +58 46 37 53 45 53 54 77 67 97 78 85 87 87 108 63 80 86 67 86 92 72 112 67 68 98 73 83 65 119 83 108 86 81 110 62 114 119 127 65 80 68 110 85 35 57 11 30 31 27 17 99 36 29 34 38 32 31 35 45 38 108 123 116 117 124 126 100 102 93 102 80 86 87 98 95 110 84 54 80 33 43 40 40 43 35 26 16 22 30 37 32 25 31 25 27 29 47 55 74 75 82 67 73 55 82 100 75 91 110 124 111 82 91 99 97 123 94 116 93 73 95 72 78 81 79 89 93 74 65 99 96 80 86 +59 59 56 75 82 68 51 81 90 55 48 40 69 77 79 80 95 125 100 103 88 61 100 71 79 82 43 73 88 38 122 103 73 66 75 88 84 91 90 154 116 66 79 82 35 9 14 13 27 32 23 33 23 31 39 42 39 34 61 52 62 85 118 124 137 132 105 107 110 109 72 97 106 123 118 85 129 102 107 92 67 46 35 37 39 57 43 33 17 26 51 42 21 18 50 42 21 45 41 12 45 45 39 49 61 52 60 80 84 106 102 107 87 112 101 123 111 92 99 110 98 92 62 95 91 85 79 84 91 85 91 124 119 82 +47 58 68 85 81 75 97 88 69 96 103 82 95 98 99 108 130 110 81 68 85 73 61 94 76 54 35 59 85 45 82 99 73 140 73 73 45 65 66 45 57 76 84 44 31 75 63 60 33 32 21 25 22 45 42 31 36 44 60 81 95 98 122 122 136 124 124 129 122 118 120 111 107 127 98 132 142 135 148 98 111 85 42 39 29 28 29 37 46 36 76 46 42 45 48 14 26 43 36 25 44 31 61 58 50 49 71 65 44 69 47 65 56 80 91 113 131 111 84 85 83 66 78 86 116 110 97 101 65 79 66 65 72 70 +67 64 74 56 78 50 97 81 83 62 80 91 95 97 75 101 101 55 72 111 75 72 103 41 49 37 64 85 84 72 62 51 80 57 91 68 49 62 32 35 30 52 37 61 28 17 20 53 53 43 31 92 22 51 43 55 52 32 102 112 127 120 117 153 136 141 125 119 118 110 111 112 110 100 95 109 119 158 108 117 83 50 48 65 26 40 41 62 33 35 90 53 29 54 49 34 25 16 38 26 55 49 56 47 52 35 66 51 50 47 38 31 66 74 72 118 123 118 97 122 100 92 94 74 124 102 82 84 48 89 95 109 83 87 +66 69 61 60 69 95 89 90 107 100 93 65 92 104 102 73 119 93 90 94 56 49 87 78 77 54 63 101 63 58 32 82 32 62 47 47 32 42 21 51 35 54 64 36 18 48 27 28 48 72 39 38 38 32 61 60 50 92 112 129 146 148 118 178 122 119 122 126 129 123 138 153 138 152 116 133 163 163 153 134 104 55 41 40 54 49 37 44 57 30 64 56 31 18 41 13 25 23 39 46 20 49 40 7 44 62 62 49 73 59 42 46 79 61 84 93 93 91 86 73 83 102 84 121 111 98 100 87 96 95 83 78 96 67 +80 79 64 53 64 98 79 82 72 64 82 100 60 119 136 71 55 105 57 38 52 63 47 61 65 53 42 53 63 58 48 55 47 55 37 54 47 45 38 56 69 10 63 21 30 23 37 39 28 69 30 25 46 56 72 99 125 104 127 124 118 140 151 163 135 128 114 159 128 120 148 148 151 170 151 122 122 122 133 66 89 84 45 86 23 48 37 62 62 28 62 45 40 32 38 11 21 31 14 64 45 48 57 40 50 70 72 103 97 114 54 86 90 88 113 114 130 117 114 86 74 94 81 115 111 107 96 99 74 42 110 68 128 95 +70 57 69 54 68 69 76 87 82 98 74 72 79 70 61 74 74 65 88 95 80 75 99 70 100 69 49 73 74 67 56 41 59 61 59 85 68 38 82 27 33 45 15 49 8 42 35 25 41 19 45 69 65 78 101 94 92 126 165 133 189 140 171 159 93 182 144 144 147 167 162 142 170 116 114 142 126 184 135 118 169 104 74 84 30 39 74 38 58 56 66 59 38 33 49 36 23 17 42 56 75 122 102 114 112 86 103 134 110 95 120 121 106 115 130 133 118 78 98 80 89 82 83 97 90 85 90 112 72 97 64 81 94 48 +79 61 63 52 97 45 69 72 82 65 64 49 71 88 57 70 93 102 76 68 75 84 55 39 75 91 65 60 66 47 40 62 86 50 31 39 24 34 58 33 19 46 14 20 23 29 61 34 35 32 28 41 60 79 148 101 148 146 141 130 126 71 173 144 185 127 146 184 129 178 163 164 192 159 171 174 123 145 145 120 154 121 56 63 37 25 37 98 60 55 61 60 40 35 26 25 16 49 31 31 26 24 82 66 83 96 130 106 106 114 133 142 134 123 97 99 105 99 83 126 100 77 91 89 87 55 87 74 100 59 88 59 89 36 +68 81 62 59 65 47 83 70 41 90 61 51 72 82 79 72 82 54 79 90 80 86 89 66 97 97 74 94 64 56 43 42 63 77 32 36 51 51 63 36 23 42 61 17 25 33 65 46 38 48 79 58 120 100 134 151 148 116 148 162 156 176 182 202 175 161 153 146 129 155 172 137 181 163 159 120 150 164 141 140 104 95 75 53 41 49 59 49 66 49 41 25 38 40 29 33 47 20 31 39 20 55 49 41 42 63 79 76 139 133 132 126 122 105 110 116 115 106 101 103 55 104 78 101 101 75 81 113 64 83 94 67 103 57 +88 78 65 80 76 49 71 50 49 60 60 63 81 53 82 80 85 74 116 66 79 69 60 75 82 74 77 56 57 48 25 68 68 48 46 23 44 39 92 57 45 63 18 32 16 38 31 36 80 32 56 85 107 135 126 115 155 163 186 159 171 115 137 144 178 164 162 164 181 199 199 157 136 178 193 210 144 116 109 99 112 96 77 71 29 67 67 99 42 44 47 75 34 26 44 57 74 39 36 39 26 37 51 70 46 46 71 66 123 129 121 129 99 108 80 114 111 130 92 75 117 102 95 99 120 84 92 92 72 104 87 95 106 82 +80 69 71 60 95 80 75 80 58 60 54 44 77 88 75 65 80 94 90 66 61 95 79 105 83 84 44 52 40 78 50 58 66 62 40 39 45 39 94 53 42 34 24 24 24 38 17 29 29 87 54 122 105 162 160 153 169 187 181 144 197 169 191 202 168 162 170 156 160 141 172 183 149 154 167 180 142 148 176 135 134 101 64 97 65 43 62 79 56 44 30 29 33 33 39 43 38 21 38 29 24 27 29 48 49 56 58 59 94 140 127 145 155 161 110 63 123 131 105 126 91 93 85 101 117 116 107 97 117 96 124 68 85 98 +71 81 84 70 71 88 69 58 72 65 65 55 79 62 78 98 85 68 76 64 69 78 73 87 95 55 60 51 42 43 58 55 59 49 60 26 50 70 122 48 36 39 8 64 20 16 21 37 58 62 67 95 130 163 167 149 181 188 154 190 159 169 177 191 172 190 170 186 146 133 163 178 204 166 175 173 176 140 162 135 147 134 75 49 58 49 34 70 45 51 33 6 38 37 23 36 44 53 44 25 32 47 36 33 28 60 79 66 75 106 90 130 125 109 121 137 133 137 120 137 147 128 81 132 93 104 107 106 110 78 122 75 91 107 +63 104 88 80 53 85 68 77 62 72 71 59 49 88 76 83 59 105 96 96 88 109 82 109 87 80 65 64 53 57 49 53 67 63 87 36 81 73 80 55 45 27 20 35 28 34 46 50 47 47 81 109 179 147 189 161 182 173 186 182 199 159 192 162 163 132 168 155 197 156 182 183 173 156 178 175 139 138 143 71 110 89 85 52 47 70 55 93 70 65 40 46 36 21 36 35 21 63 62 39 62 25 41 29 79 46 81 66 30 58 81 105 54 92 91 101 92 75 102 94 90 80 118 120 110 120 89 114 78 114 90 91 85 106 +53 76 89 65 72 96 68 58 97 80 74 77 99 98 106 118 82 125 67 99 109 110 92 75 133 65 71 81 68 76 51 51 66 56 51 63 62 44 48 57 37 23 46 42 78 36 52 61 74 74 99 118 131 169 163 174 204 163 214 142 187 160 146 153 173 182 160 171 165 186 150 210 163 161 155 181 138 153 94 148 85 95 44 61 71 44 42 64 67 47 57 13 12 62 32 25 52 62 78 49 50 49 62 30 53 34 52 54 56 50 96 75 68 99 97 82 99 107 67 88 106 109 81 96 145 105 96 99 80 114 84 118 102 108 +77 72 68 87 64 70 73 89 74 84 74 61 72 74 64 125 81 87 90 113 119 123 111 97 100 84 86 97 52 56 72 73 66 68 69 53 68 54 57 35 17 23 22 50 21 34 67 144 55 92 138 134 206 176 173 186 165 206 193 197 159 171 144 193 198 175 172 161 199 175 186 157 180 176 142 155 178 138 137 143 91 72 79 55 50 62 51 87 97 24 23 24 28 69 26 59 95 99 92 75 47 32 59 41 27 6 59 90 57 31 65 59 44 126 97 68 107 96 96 124 99 109 111 117 128 110 105 104 115 111 76 69 86 100 +71 96 76 59 64 75 43 57 68 85 87 41 45 56 89 119 112 118 114 105 85 82 94 63 82 86 64 67 81 71 41 74 99 63 73 71 68 25 25 28 32 40 30 27 30 77 95 71 103 104 157 117 151 151 162 183 158 194 150 181 189 191 187 191 145 173 164 200 188 188 174 192 151 156 160 169 144 132 104 109 136 66 64 84 79 57 80 92 63 14 27 42 63 55 70 53 63 53 65 35 42 40 42 21 30 35 68 22 41 65 66 64 110 141 92 117 118 146 102 139 131 121 114 136 141 132 117 132 132 141 85 114 102 72 +68 75 85 107 78 62 57 41 63 74 70 73 73 91 55 91 73 82 97 104 112 86 53 65 127 114 116 79 73 52 81 47 92 51 75 22 29 34 19 22 19 35 25 32 47 86 111 96 132 101 163 162 150 195 147 153 160 182 155 189 166 195 175 160 130 211 154 168 170 183 196 175 160 166 133 151 78 134 121 111 85 50 55 78 58 55 36 34 37 50 42 49 62 68 42 39 122 106 116 129 63 76 64 64 45 27 11 18 28 77 62 42 61 62 64 66 84 127 111 134 130 98 110 136 150 134 137 153 119 121 107 79 99 109 +63 100 94 66 44 51 53 69 85 77 74 36 57 60 67 69 61 32 113 120 109 115 127 97 94 85 92 91 72 64 79 69 79 92 56 28 35 20 34 39 33 30 31 43 71 99 106 106 107 108 132 178 202 178 176 169 137 194 182 143 190 156 161 176 200 201 184 186 171 176 169 176 177 163 162 182 180 139 145 123 82 92 41 60 56 38 59 66 94 91 63 85 109 142 105 105 88 96 82 67 48 36 41 44 14 35 57 29 46 51 42 43 64 50 78 63 76 67 95 117 103 94 69 126 76 100 140 125 132 119 131 139 103 140 +59 73 66 72 71 83 93 46 97 54 71 53 57 57 78 92 65 56 75 77 60 113 107 113 76 46 111 92 80 71 68 62 66 62 37 17 31 26 44 22 26 30 24 50 93 82 131 155 146 109 178 169 187 187 143 186 192 150 144 158 184 180 179 160 184 170 191 198 177 201 138 143 156 201 179 167 161 168 124 137 78 55 88 91 39 59 80 106 103 125 123 110 141 51 117 130 97 85 124 92 95 90 79 56 41 41 17 50 29 42 20 21 51 46 44 40 65 79 107 75 99 90 91 82 80 83 118 112 101 103 102 122 99 110 +64 63 67 92 101 88 63 82 86 74 58 75 77 75 58 84 57 47 59 59 102 87 98 80 83 73 73 82 57 74 75 75 67 34 27 25 41 67 28 55 29 36 38 54 69 77 116 155 139 172 188 93 166 175 182 196 174 199 172 182 168 198 181 192 192 173 187 198 181 185 177 160 169 164 172 162 158 145 150 120 64 82 79 83 84 65 140 89 84 88 74 102 118 130 112 111 86 133 67 82 54 55 37 39 29 22 20 12 34 15 35 28 14 31 102 55 67 67 63 73 57 47 84 81 64 97 89 98 96 107 98 145 120 131 +82 68 82 97 126 66 103 56 77 69 101 77 74 73 88 77 97 84 58 79 90 43 94 108 95 111 90 100 99 82 112 92 49 41 22 31 54 36 44 40 35 25 34 37 92 113 160 92 116 177 116 195 140 203 206 199 200 159 165 191 188 199 173 207 154 187 185 192 192 191 189 178 144 155 163 187 173 169 124 114 91 91 83 67 90 56 92 39 58 74 110 158 137 100 58 100 48 47 34 79 41 42 52 63 74 20 35 17 59 35 31 29 28 24 57 53 45 45 68 52 54 54 83 112 76 102 74 96 117 146 95 121 97 124 +76 39 85 57 71 57 103 82 80 65 89 77 68 42 78 78 84 58 67 81 81 79 54 95 80 87 51 93 85 93 84 81 25 52 37 40 27 38 43 30 28 21 37 68 86 120 132 197 161 135 163 135 196 176 203 168 169 170 128 178 170 201 190 144 187 160 158 182 172 183 161 140 141 208 187 193 170 134 150 125 86 98 94 49 117 73 89 93 157 155 134 86 63 70 56 50 46 56 54 65 42 40 58 30 52 40 5 22 33 62 37 50 34 20 13 50 48 77 49 44 52 63 54 51 90 105 117 113 152 114 123 114 57 111 +47 58 62 94 87 76 69 80 66 59 84 80 93 95 83 85 87 79 79 69 94 81 88 81 74 61 82 91 99 117 94 38 19 24 41 22 47 46 52 30 26 23 41 68 83 119 119 180 194 173 166 206 170 157 162 177 164 188 165 188 209 212 179 148 181 196 192 199 155 173 200 187 195 210 179 148 182 130 119 90 77 96 76 102 101 119 97 108 103 124 49 77 54 46 49 44 19 18 30 18 21 21 37 44 9 23 16 48 21 22 44 21 54 49 13 49 85 70 62 64 60 65 59 74 68 72 82 99 165 126 106 112 109 108 +54 86 58 82 100 84 105 100 71 89 69 87 61 70 78 86 91 88 109 88 87 68 101 75 99 105 74 99 91 103 107 37 27 30 32 26 42 66 42 28 32 37 45 58 68 78 151 156 145 156 180 169 170 213 199 182 160 197 175 166 143 201 149 185 219 192 167 210 174 183 196 177 209 191 200 185 149 145 148 140 130 75 99 88 130 94 60 74 41 43 30 38 28 43 29 35 40 38 37 13 28 28 37 11 25 21 30 23 47 54 40 44 62 13 34 38 49 63 82 48 54 61 62 86 94 76 92 74 149 142 111 110 103 94 +72 105 57 85 94 74 117 87 57 36 78 75 66 84 77 84 87 57 59 117 111 80 104 65 90 100 92 112 106 72 22 56 49 18 47 17 36 32 40 28 39 30 40 57 103 73 93 143 160 151 135 158 188 168 181 166 186 187 171 184 195 163 188 180 206 164 209 203 176 182 197 184 182 181 168 131 161 122 103 115 97 104 137 79 67 47 55 39 36 29 33 27 82 30 56 44 31 45 26 10 25 5 25 5 4 12 6 64 35 57 27 22 59 39 28 20 21 88 75 104 55 65 50 66 89 72 91 82 54 66 95 134 155 121 +96 59 76 110 81 69 105 70 85 106 99 77 54 90 97 113 94 117 118 112 77 104 154 132 124 131 70 91 59 56 35 44 24 46 33 24 24 52 33 43 51 43 50 81 98 72 90 71 102 124 109 146 154 163 132 141 156 204 156 162 199 150 158 208 153 179 175 135 216 202 184 159 207 185 188 172 142 94 78 105 81 77 82 59 40 32 41 34 7 79 47 30 10 34 11 40 20 52 9 8 44 24 6 7 23 33 13 48 32 33 34 4 15 58 8 16 28 117 51 81 44 54 80 57 50 65 74 92 102 56 66 85 95 108 +62 64 29 82 84 92 85 69 88 79 101 60 81 103 112 105 78 87 98 95 91 96 141 97 87 58 64 47 47 36 36 32 30 26 22 32 40 35 35 24 50 33 30 122 52 79 101 90 68 43 75 122 129 147 144 158 161 174 177 177 151 155 205 148 136 183 142 222 158 178 157 216 194 163 170 145 59 76 132 71 67 54 41 52 13 37 21 40 65 39 34 15 35 20 23 22 23 19 15 24 37 20 15 5 9 27 16 30 57 75 62 37 26 42 39 31 17 54 91 69 46 64 59 72 82 48 84 60 70 73 121 65 107 121 +87 56 26 67 59 93 65 73 100 101 107 92 101 99 89 102 86 77 109 126 72 90 106 96 63 83 65 32 38 47 58 62 23 37 28 30 50 33 40 42 51 72 102 90 54 49 63 94 37 37 69 82 65 87 109 135 123 139 160 191 203 188 194 172 182 154 197 182 194 214 204 167 198 160 102 69 72 87 115 102 82 63 27 57 66 45 38 40 37 34 29 5 80 88 20 40 21 35 16 67 18 7 17 20 17 36 32 22 46 57 36 40 53 28 21 8 39 90 141 78 86 73 78 91 68 33 53 76 76 91 73 71 98 101 +58 63 40 58 55 82 79 74 96 89 97 98 104 75 87 53 56 76 96 97 71 107 88 77 98 79 17 18 36 40 40 67 47 53 112 24 34 66 54 68 50 44 62 68 66 79 64 132 67 66 114 141 51 96 92 53 124 81 87 157 152 160 142 170 159 181 196 170 179 193 199 168 114 123 87 113 87 46 90 64 42 25 38 35 37 32 16 44 9 43 52 33 47 49 25 48 26 14 62 28 48 15 51 50 16 15 22 31 20 48 39 20 60 29 33 47 25 76 24 68 103 92 84 68 76 121 93 78 105 79 92 62 81 133 +77 59 53 66 53 62 103 52 82 91 75 84 101 75 87 61 78 71 85 83 109 80 90 68 80 26 28 25 58 58 30 29 18 38 46 19 63 36 76 53 83 81 58 102 50 51 96 66 123 88 76 75 71 118 113 130 152 111 84 90 70 86 97 100 88 126 132 192 187 161 155 130 123 110 69 61 80 48 69 39 79 46 30 32 35 33 37 3 48 35 39 92 56 85 43 34 31 19 23 21 22 54 38 15 9 48 40 19 32 43 29 38 52 33 17 42 54 80 30 60 54 56 74 65 88 60 81 84 85 88 88 72 73 42 +80 54 43 53 57 76 84 73 72 90 79 92 116 130 103 103 92 77 92 91 102 109 85 75 81 94 70 34 69 33 30 50 37 30 29 75 39 59 51 58 64 44 75 63 96 56 77 21 101 18 65 43 83 66 92 111 58 94 91 68 72 80 140 128 110 111 141 145 138 120 103 78 102 77 131 73 50 26 81 82 42 50 45 46 46 46 34 32 28 67 27 47 48 45 24 13 50 47 70 8 36 30 29 36 16 37 22 31 5 6 21 10 37 29 46 53 28 43 73 23 74 99 72 84 101 52 38 81 51 99 90 127 67 50 +77 54 36 78 61 61 76 72 65 82 77 120 76 100 100 128 113 116 102 113 119 105 95 82 74 75 36 75 31 50 58 54 40 13 35 44 47 45 51 69 77 62 108 60 35 51 14 96 84 75 67 50 96 47 111 55 62 119 69 126 93 73 124 99 88 72 48 105 85 100 85 82 69 117 71 51 68 83 22 21 36 18 20 19 32 9 28 18 52 51 57 44 79 57 23 33 40 31 19 32 29 14 32 19 8 18 32 33 18 33 12 25 3 12 33 53 70 76 83 27 66 36 50 84 49 49 84 80 83 89 132 66 79 64 +99 74 39 30 48 34 81 78 85 76 90 100 91 113 72 98 74 120 93 133 121 100 98 92 71 23 37 57 43 30 28 58 52 56 54 66 60 21 62 50 56 39 49 81 101 36 50 22 35 81 78 73 64 70 132 66 67 76 50 68 41 73 98 92 94 81 69 74 92 75 62 50 68 61 45 36 79 44 38 25 15 36 16 17 16 52 42 29 41 88 70 61 40 3 32 74 29 22 35 43 31 30 55 32 21 11 32 24 32 26 24 28 16 28 27 36 81 60 46 70 52 61 62 41 74 48 59 72 38 106 113 70 72 64 +78 63 49 75 42 37 17 58 79 86 88 72 93 80 116 75 119 61 102 107 111 121 110 111 56 40 28 69 58 61 59 50 43 50 57 37 60 39 44 49 91 48 54 68 55 46 72 75 65 38 36 73 73 111 153 125 64 81 125 83 128 60 92 96 64 61 111 76 79 63 68 83 59 112 76 60 60 45 37 25 28 31 26 4 31 34 28 28 68 29 69 57 54 52 7 37 30 38 18 50 19 78 43 51 33 36 40 37 12 15 71 20 43 64 22 25 35 55 37 40 45 61 69 72 55 70 75 56 64 77 124 70 52 77 +61 84 66 66 31 53 42 74 86 92 90 89 77 62 89 75 75 90 67 61 68 84 87 109 55 51 23 53 43 45 44 64 48 53 37 67 50 29 38 56 63 41 37 79 44 26 54 60 58 47 82 42 90 62 91 86 120 58 110 85 74 101 68 71 58 49 69 81 51 92 62 72 65 57 26 36 31 24 37 23 15 37 33 16 29 76 32 31 56 55 47 49 44 54 90 33 69 41 14 107 95 69 56 42 35 37 67 36 35 51 30 36 23 16 44 61 35 15 11 45 52 79 70 90 101 66 76 61 72 79 58 65 77 52 +70 84 43 41 28 35 22 56 75 70 64 65 79 73 95 81 53 79 86 56 77 112 80 80 13 50 24 44 51 54 40 69 32 61 50 29 28 38 91 28 43 54 67 59 49 41 42 43 69 68 65 109 58 49 89 95 77 72 73 104 91 72 68 59 47 82 37 45 69 61 95 60 64 54 36 25 20 28 13 59 28 11 40 41 53 40 26 28 29 34 17 47 77 71 47 63 22 116 80 48 61 58 38 47 36 59 44 30 31 64 35 75 31 47 43 32 30 16 53 50 39 49 82 64 77 81 68 88 78 29 56 108 70 76 +92 51 60 57 46 41 15 46 53 72 76 64 110 89 90 87 75 68 67 72 91 85 75 74 52 61 47 59 23 45 29 34 41 37 47 48 25 34 58 85 50 27 38 44 40 45 79 38 25 34 82 52 101 124 60 86 78 87 52 86 83 72 46 41 83 97 83 77 62 102 38 24 64 55 33 21 35 5 44 26 21 33 28 65 51 27 35 77 22 63 46 31 33 35 44 51 69 49 72 60 76 50 37 38 46 68 30 37 51 68 29 21 21 37 15 35 30 28 41 86 64 99 57 79 81 88 100 65 50 80 102 47 71 46 +52 67 73 46 24 57 35 48 59 54 58 65 84 64 104 77 60 93 74 74 75 75 96 77 86 44 62 34 41 24 55 35 31 11 17 47 44 28 59 49 56 60 52 28 32 37 81 54 51 79 75 40 73 66 65 56 65 65 64 61 66 58 39 58 47 124 81 37 88 41 33 22 44 24 26 23 38 20 65 16 24 24 27 36 68 39 35 50 30 17 24 46 53 53 64 84 66 50 70 29 70 21 51 53 56 45 41 35 18 50 37 30 27 51 68 54 36 21 45 37 42 57 75 94 73 77 110 66 74 50 64 38 62 92 +74 39 73 51 30 36 32 45 109 45 49 84 31 61 78 66 91 83 77 85 55 56 49 47 40 28 55 34 15 15 49 26 27 18 22 26 42 37 44 26 32 28 46 24 21 37 49 28 37 51 70 51 69 46 92 39 64 51 62 67 60 58 50 59 72 76 70 49 47 50 64 46 36 11 14 3 33 26 24 26 25 15 19 39 24 39 31 20 39 30 26 32 17 65 44 45 66 79 44 44 79 34 39 80 61 35 48 59 19 5 7 12 35 12 40 62 37 47 41 64 39 5 54 32 76 48 63 75 73 45 40 65 131 83 +67 74 48 68 57 43 53 54 67 105 89 81 111 102 133 153 77 88 75 87 60 52 67 70 26 50 64 63 39 36 42 40 25 42 39 30 47 17 58 36 32 56 39 43 62 44 45 40 42 61 50 39 37 46 76 20 78 59 60 72 70 33 49 84 38 61 73 39 61 97 29 52 22 22 36 30 15 31 57 54 31 50 55 14 17 32 17 25 58 43 44 77 44 46 53 40 75 69 61 61 40 54 66 50 72 27 30 64 7 7 29 18 57 16 61 36 62 9 45 44 34 40 38 40 74 22 31 41 75 59 68 64 39 39 +57 52 87 53 86 37 70 109 119 86 99 91 97 87 84 124 94 101 105 116 134 95 37 86 43 54 24 63 72 31 24 21 72 53 36 58 64 42 45 44 47 87 61 43 39 61 52 64 35 32 41 45 55 62 40 27 46 58 52 57 57 49 47 58 62 84 78 66 61 14 34 46 16 44 49 36 17 41 52 53 47 24 25 2 19 40 29 29 20 62 11 43 37 45 87 82 94 68 83 79 50 41 39 31 37 20 9 27 7 50 21 31 41 20 62 50 41 27 41 47 24 25 34 50 47 59 60 81 53 62 52 66 101 86 +55 49 106 79 100 11 46 77 119 94 80 113 100 114 96 93 54 81 112 108 100 122 67 69 30 46 41 45 42 22 17 51 64 6 37 22 59 36 54 12 23 59 40 50 33 57 39 57 32 41 57 38 66 51 77 65 51 56 65 40 48 37 65 51 42 49 82 56 43 23 14 47 39 30 37 28 33 30 12 33 5 25 32 31 75 14 26 11 35 49 75 41 47 58 76 63 97 82 69 50 52 65 32 44 22 40 45 19 16 42 32 26 13 6 41 63 58 50 77 37 61 43 27 62 71 83 66 66 70 54 64 70 50 49 +61 91 71 67 65 48 104 90 93 84 109 119 109 125 99 109 105 90 121 58 76 86 86 70 21 31 46 33 53 38 35 38 111 27 26 44 27 33 29 43 50 41 44 40 41 40 27 30 23 47 48 54 45 49 65 46 61 42 41 39 71 53 58 75 105 65 48 57 70 30 54 55 45 32 29 19 26 41 34 40 48 47 67 5 38 18 19 32 41 27 74 32 57 41 64 53 72 56 80 53 48 31 32 33 13 19 35 36 18 13 30 21 18 27 33 43 56 74 41 38 59 62 41 53 105 89 79 96 75 57 107 46 62 41 +72 31 46 77 69 62 95 112 89 103 99 94 98 110 105 114 122 108 121 143 105 103 29 29 42 88 32 62 63 37 49 103 74 9 50 72 11 39 33 29 45 58 44 38 52 56 33 70 20 42 60 61 47 47 53 46 55 47 44 44 72 65 46 41 65 44 58 54 35 53 35 53 39 35 34 38 41 22 51 23 23 31 72 20 25 3 22 41 20 56 39 47 59 66 75 56 67 62 47 41 23 26 14 27 8 6 11 33 63 27 23 34 57 47 14 64 63 58 44 28 59 68 73 28 75 77 74 62 110 72 116 61 78 81 +71 66 48 34 49 112 117 86 98 114 131 101 67 106 104 118 138 136 119 122 109 34 33 42 51 40 56 23 40 30 33 35 57 37 29 50 32 54 59 50 42 31 59 32 29 49 57 58 48 18 42 46 36 41 44 43 69 58 30 46 62 40 57 64 34 46 30 18 55 36 34 35 18 23 25 18 30 33 45 30 21 31 17 19 51 61 8 3 34 51 40 34 82 63 58 56 54 29 60 35 18 29 32 21 28 7 7 8 24 22 32 27 42 34 16 45 44 53 69 15 29 27 56 67 102 85 76 90 87 80 75 85 102 64 +96 72 49 57 91 99 97 104 115 107 124 110 95 89 99 122 112 57 91 114 92 33 66 45 46 59 74 55 30 45 35 57 56 40 27 45 30 48 53 72 28 48 49 22 59 34 37 59 20 36 50 49 57 48 42 51 28 45 88 64 87 31 83 43 39 26 35 40 38 38 53 36 30 24 21 33 28 40 33 18 40 68 19 38 7 11 26 42 51 39 59 52 41 58 66 33 57 73 58 32 20 10 13 14 14 12 8 16 27 27 25 36 47 23 48 41 69 41 81 103 66 34 51 74 63 76 110 83 96 75 96 83 90 86 +120 106 82 94 88 77 101 98 96 111 84 93 124 75 114 91 112 119 122 95 70 72 61 32 77 33 45 35 39 56 33 58 55 42 21 9 48 15 59 37 41 32 25 37 47 56 55 42 20 40 46 35 66 50 50 50 65 74 48 43 51 50 77 43 40 52 50 28 61 57 21 40 18 33 17 30 16 35 36 12 36 32 31 24 52 29 29 65 39 57 56 39 29 47 46 78 36 48 46 18 13 36 48 17 24 17 21 36 35 14 28 28 31 66 33 37 61 36 47 30 78 36 49 71 51 97 86 61 64 85 91 83 89 78 +106 87 88 94 69 77 76 62 55 45 81 72 66 102 95 86 78 68 75 68 42 52 37 41 49 14 58 50 25 29 65 54 66 46 13 46 49 38 53 25 27 38 45 32 43 65 50 49 33 48 28 46 43 38 41 44 30 49 64 55 41 36 60 41 48 47 46 36 37 48 27 32 21 30 32 20 9 36 18 30 50 28 19 14 39 28 42 21 31 61 67 39 48 62 48 42 37 21 15 17 9 34 8 10 26 29 30 29 25 22 32 35 21 39 43 29 46 35 29 37 46 31 41 47 59 68 103 37 70 53 61 68 35 73 +192 89 61 71 52 49 76 71 74 82 55 65 84 66 99 79 70 84 37 49 56 50 59 68 50 67 60 35 75 48 61 74 54 58 27 41 48 39 50 42 42 37 42 31 29 35 63 37 24 42 25 65 38 40 34 59 41 71 65 31 58 61 53 70 45 49 49 51 28 52 43 52 25 41 67 33 47 30 18 12 34 44 21 12 11 5 73 23 48 52 37 28 38 47 60 31 45 40 5 24 20 20 32 43 29 43 38 35 26 65 18 31 29 50 27 46 27 41 62 55 43 44 74 31 65 63 81 49 116 65 26 119 23 86 +84 77 63 47 73 67 52 70 74 62 92 62 72 92 43 29 66 59 43 50 36 57 47 39 38 26 60 48 75 54 56 68 58 41 42 45 47 42 38 38 44 51 42 9 34 42 71 20 40 31 57 37 27 40 21 44 57 45 76 62 64 47 48 55 66 36 58 33 61 17 35 38 22 25 39 38 14 18 7 25 29 58 24 23 10 27 21 49 44 44 69 49 47 35 30 28 22 10 16 14 29 49 55 6 25 36 17 29 19 22 20 5 22 35 15 25 58 66 41 33 39 68 22 44 37 64 56 32 43 20 42 87 67 51 +93 76 78 64 56 81 53 67 103 67 82 71 75 63 70 69 39 52 47 52 55 36 68 50 51 58 56 73 62 58 67 66 25 47 36 53 15 19 60 18 42 30 32 35 24 24 53 34 24 51 25 45 67 25 33 56 49 27 63 48 34 90 32 55 57 41 52 18 12 29 41 55 45 34 19 18 26 13 26 66 25 44 16 19 13 62 8 34 58 49 28 52 19 30 37 29 24 28 25 13 10 49 34 31 26 34 37 17 29 28 12 21 51 34 61 61 37 60 47 18 28 26 45 50 19 53 63 80 67 85 37 75 62 67 +117 81 74 69 72 86 73 46 56 58 71 46 88 66 68 66 63 46 39 46 28 46 56 31 68 36 50 60 23 52 38 61 61 49 44 46 46 49 39 68 38 42 41 68 55 11 44 20 45 60 33 54 20 31 43 41 49 45 12 45 79 60 40 48 48 54 35 35 37 29 44 34 30 36 36 24 20 11 41 7 12 13 9 72 6 20 16 27 62 31 34 50 27 15 9 46 28 8 25 20 29 44 20 21 34 17 54 25 29 28 22 8 34 11 13 38 44 60 19 54 14 39 21 58 42 67 97 41 49 53 67 29 34 64 +90 63 61 72 64 61 80 66 83 67 90 76 59 72 35 45 54 43 57 74 48 52 28 31 56 51 44 68 54 50 53 71 63 62 44 85 48 56 35 18 24 24 21 42 34 33 27 31 19 29 59 35 70 50 23 28 44 64 41 81 44 45 53 73 44 34 35 36 49 29 17 39 36 22 27 27 48 8 24 20 51 17 17 12 21 49 27 66 43 33 23 19 18 50 44 35 19 23 24 11 34 28 32 27 19 42 22 21 29 35 30 10 40 61 22 48 31 24 62 63 60 47 59 28 62 53 59 45 66 46 58 57 79 58 +102 68 76 49 75 66 59 83 62 56 69 54 63 35 28 50 35 32 43 68 32 40 37 93 52 55 42 62 46 52 54 52 40 44 50 38 40 31 30 18 24 34 19 28 13 32 21 64 26 26 7 41 58 33 47 39 75 43 71 42 51 39 42 41 43 18 45 20 56 22 26 29 52 17 28 23 24 7 11 30 10 13 72 52 16 8 20 40 35 49 25 9 15 10 29 21 42 11 9 28 17 23 21 13 33 10 19 17 31 28 18 6 29 30 55 44 30 66 61 30 77 66 39 16 49 40 45 46 62 62 51 79 88 57 +81 78 46 57 55 50 72 44 60 68 72 46 48 47 53 41 38 33 56 43 33 31 47 47 102 56 51 67 58 29 79 81 45 54 34 47 37 17 29 32 33 34 29 30 23 28 34 46 27 29 37 52 58 25 46 53 50 53 58 42 76 62 53 51 27 45 33 22 19 41 7 37 57 15 22 36 17 36 25 31 48 19 21 44 29 30 30 31 27 23 6 13 4 16 11 29 11 25 8 11 23 48 12 35 6 13 33 33 23 21 24 22 14 25 43 44 28 48 24 31 21 30 65 42 47 53 49 52 54 57 61 58 53 88 +92 77 53 58 64 74 45 74 61 72 53 75 52 58 39 57 40 62 45 37 46 57 48 41 25 45 68 52 83 96 68 57 78 46 23 36 36 52 40 37 40 42 21 33 27 34 26 20 51 48 17 31 25 36 26 24 59 39 52 54 60 32 56 52 23 34 36 20 23 28 28 17 5 29 57 39 26 42 25 31 57 46 12 17 24 25 37 51 22 24 15 12 20 17 27 18 32 36 13 9 41 23 23 38 18 28 47 17 20 48 40 30 48 30 34 50 38 51 60 47 30 30 15 36 54 61 56 60 72 67 66 90 40 73 +90 67 60 53 64 69 57 47 65 41 50 95 61 50 47 38 100 35 62 35 82 56 59 58 98 87 30 59 51 73 60 42 66 25 35 23 33 36 33 47 21 26 39 14 53 54 20 28 19 50 57 17 32 39 26 34 47 49 57 53 61 53 29 41 27 38 24 17 23 24 7 17 19 28 12 11 35 16 53 12 22 19 44 15 59 6 42 44 19 24 24 33 22 10 20 21 35 35 35 38 17 41 17 13 28 12 16 89 21 34 13 25 47 30 51 33 25 27 44 29 15 52 16 57 50 24 40 68 63 61 85 122 62 73 +73 69 81 55 52 76 55 51 77 47 32 35 38 86 39 51 34 36 53 59 48 67 61 55 65 37 34 66 31 43 58 56 30 45 44 44 32 27 36 52 25 29 26 21 56 30 38 28 27 43 34 40 61 60 81 30 35 70 60 51 47 60 69 40 47 26 7 21 19 17 47 31 34 22 12 23 37 32 35 5 21 20 38 19 43 27 10 25 23 19 7 23 28 16 17 24 33 27 48 24 7 36 53 13 25 48 25 7 10 9 41 36 19 15 19 63 33 43 57 32 40 53 39 45 29 46 68 40 70 108 80 30 67 81 +87 70 74 64 63 56 49 89 28 64 44 47 45 52 41 54 58 67 57 44 95 48 27 42 32 30 42 55 45 53 53 34 67 31 56 43 39 33 33 29 18 20 28 44 30 37 26 36 35 24 22 36 41 42 39 43 58 45 29 41 61 44 29 49 8 22 40 20 15 34 30 22 28 31 32 34 30 32 27 36 27 13 13 28 52 52 27 19 35 12 13 18 24 24 23 32 37 9 16 24 46 25 39 45 27 28 34 29 22 9 47 18 23 52 17 7 41 48 58 30 17 32 63 36 27 58 36 36 46 70 104 67 90 83 +95 80 68 57 72 58 67 31 44 51 58 45 76 58 50 33 44 23 51 24 31 67 46 28 86 36 55 51 41 69 39 23 51 26 35 33 46 42 29 25 20 21 35 28 28 37 36 19 42 55 23 34 31 9 58 58 38 45 35 36 34 34 7 23 51 35 34 25 22 40 15 24 18 32 7 42 26 34 38 13 16 40 19 12 50 48 41 28 23 7 14 10 10 40 17 27 32 24 27 22 26 29 39 34 36 31 19 22 31 13 13 12 44 25 42 32 23 42 27 33 54 32 31 34 19 40 76 49 105 92 57 77 68 93 +94 73 71 90 60 62 52 42 54 45 65 49 48 76 61 43 18 28 60 73 39 42 23 23 36 30 38 45 47 30 14 19 42 30 23 28 49 39 20 48 25 25 27 30 9 30 30 33 65 33 16 25 60 24 48 31 37 55 48 46 39 18 46 27 14 30 37 27 17 25 50 28 52 48 8 31 26 31 39 38 21 49 31 42 37 14 24 20 20 14 20 17 33 26 23 12 23 48 15 25 38 12 40 55 35 41 37 25 13 28 26 40 15 35 21 70 19 16 29 9 28 86 44 35 35 67 42 43 80 80 84 75 63 54 +138 68 71 38 60 64 60 47 53 56 54 43 50 49 87 33 10 10 83 23 32 13 32 61 39 41 38 43 65 50 62 33 8 35 29 50 50 49 39 30 31 27 33 23 39 21 22 31 22 38 35 42 46 26 39 47 43 43 36 55 47 22 33 25 41 41 55 32 40 44 31 33 27 19 20 30 20 20 32 20 41 14 25 18 10 22 20 14 11 22 32 29 26 29 34 16 11 23 21 9 22 19 44 38 50 34 27 53 28 32 8 34 19 57 18 44 47 48 32 9 25 59 56 28 40 38 44 39 84 55 71 105 72 75 +95 85 77 76 51 49 34 14 47 33 65 53 35 38 46 17 29 22 28 52 55 50 43 32 49 51 74 57 41 19 20 56 48 31 24 25 67 26 22 50 47 28 26 31 26 41 46 8 15 40 47 36 29 33 32 16 31 25 21 32 47 45 38 36 37 43 26 30 17 11 34 32 8 24 11 21 16 14 13 21 7 12 20 21 18 15 35 37 14 6 12 14 16 17 9 18 24 33 42 11 23 33 7 34 11 37 15 8 12 14 16 29 43 28 14 38 52 33 45 30 40 54 38 13 8 9 52 46 57 75 77 76 78 64 +86 93 74 45 49 20 10 30 44 81 29 71 84 71 46 44 31 25 48 63 50 35 109 102 65 62 54 51 65 60 68 71 29 19 30 24 21 35 31 27 23 18 28 29 35 18 57 34 25 34 21 24 24 26 16 28 28 30 43 48 37 20 23 36 14 24 24 24 18 18 23 28 18 19 26 14 28 27 27 18 11 7 20 22 26 22 6 33 6 22 16 14 33 21 9 38 20 37 41 21 11 25 18 40 22 14 13 23 23 37 9 58 7 12 37 32 65 57 17 38 33 44 60 22 15 25 57 58 57 87 57 45 93 80 +75 81 73 82 45 53 8 91 21 36 27 62 31 27 45 31 52 29 71 55 131 45 98 70 63 49 50 50 37 30 89 114 52 65 72 30 25 20 42 38 47 41 27 14 11 27 36 17 35 33 45 37 24 18 8 49 45 36 29 32 27 30 15 29 40 17 18 12 56 22 40 10 13 17 38 43 20 23 43 19 12 27 23 15 26 14 21 30 24 15 13 14 21 24 31 17 48 16 22 20 14 27 17 43 27 20 21 20 23 23 28 6 25 31 21 50 42 16 12 48 18 21 14 31 42 21 43 41 58 59 99 57 57 89 +111 85 96 59 35 23 22 41 25 60 59 56 57 35 46 67 40 64 64 71 58 40 85 55 49 36 57 32 87 105 56 42 35 42 33 41 42 33 30 64 27 26 59 9 35 70 26 17 51 25 55 23 8 31 32 14 27 23 45 30 19 20 44 12 27 24 18 29 30 14 23 5 12 19 42 22 32 38 14 18 31 37 12 19 20 20 16 27 21 12 40 19 22 5 19 27 24 23 39 32 25 24 25 13 27 25 23 23 12 90 38 22 19 17 33 14 45 14 36 26 7 28 59 52 24 58 58 25 48 63 25 43 62 55 +93 67 65 43 56 23 39 39 52 25 85 19 44 21 36 43 21 59 59 58 79 81 55 25 57 73 103 31 34 27 102 54 66 70 53 31 58 32 31 72 20 38 27 29 35 22 23 33 40 24 35 30 22 31 39 23 36 25 27 23 22 21 31 41 39 20 22 17 17 30 29 13 36 23 24 31 16 15 17 13 18 10 38 32 11 22 27 10 19 13 21 20 76 35 22 13 25 24 22 71 35 35 37 30 25 22 18 40 30 59 21 19 27 41 35 48 16 39 21 61 26 32 26 53 31 45 38 29 20 37 64 35 70 77 +75 69 52 47 67 41 71 58 48 40 47 24 34 40 34 32 81 18 41 62 78 34 69 70 102 124 99 94 56 37 43 64 35 117 62 115 80 37 38 45 44 29 30 22 67 48 33 29 53 34 31 29 17 41 49 23 21 15 41 24 23 21 51 32 34 36 28 23 23 39 40 16 36 25 4 9 13 37 11 32 13 28 11 37 16 14 29 18 33 19 27 14 45 19 32 31 12 16 28 16 24 20 25 19 28 19 18 23 20 37 29 28 16 36 28 64 45 46 20 25 32 7 22 34 39 44 22 65 6 66 32 44 78 87 +90 80 67 48 42 62 74 44 30 36 57 50 29 39 31 56 51 43 66 56 55 60 120 117 140 66 32 35 104 169 61 131 117 48 49 70 24 62 130 74 57 126 137 148 133 122 110 34 45 26 27 29 56 38 61 31 26 34 37 41 33 26 16 30 16 23 27 6 13 33 33 47 36 23 22 24 25 26 6 32 50 16 26 41 22 39 25 10 7 20 19 24 17 31 37 24 32 22 20 29 48 24 29 20 39 25 18 31 23 15 31 22 20 36 47 11 54 55 51 27 18 13 41 39 16 35 31 70 26 66 54 63 29 60 +81 63 57 70 56 47 52 68 28 53 52 19 28 25 62 67 88 48 42 96 62 103 127 113 69 57 68 28 109 18 56 57 59 122 76 20 60 117 46 154 160 149 156 136 140 131 107 103 109 109 39 60 39 32 24 40 22 20 26 29 32 24 38 23 20 24 57 20 29 10 39 40 31 26 17 29 29 7 10 34 19 24 38 10 56 9 23 26 18 22 27 18 18 27 34 28 16 7 41 25 35 32 47 26 35 30 20 13 27 44 20 10 40 24 38 24 38 46 41 26 15 61 6 61 46 69 43 68 31 17 34 75 35 63 +83 73 57 39 30 10 35 37 47 47 29 42 39 37 28 56 46 57 80 54 67 141 70 55 39 43 49 121 68 46 73 66 75 99 57 88 70 51 151 169 159 147 165 130 156 146 138 126 128 123 118 93 78 43 50 31 33 16 18 29 15 22 29 21 19 19 16 26 25 13 18 44 15 42 25 29 26 16 21 14 35 28 30 34 36 20 18 28 33 27 36 36 26 18 49 31 40 22 28 14 24 60 53 20 25 15 34 19 25 28 10 11 15 26 35 20 10 55 52 42 7 19 46 29 47 40 48 53 30 30 61 172 33 41 +76 63 57 41 32 22 64 56 20 52 47 36 23 21 38 58 44 43 86 60 86 48 79 51 51 35 145 47 55 37 52 44 100 56 69 119 82 150 139 164 160 165 149 145 158 159 139 128 131 132 131 121 107 107 97 57 54 24 33 33 31 26 47 17 47 27 65 38 32 34 6 22 17 44 16 20 19 7 27 12 20 12 40 45 22 32 9 16 39 26 21 45 24 19 24 30 20 57 40 11 68 28 44 43 28 15 22 22 21 33 6 41 7 15 40 15 16 10 47 37 35 40 21 45 46 29 37 12 51 98 55 97 45 84 +89 79 51 23 51 31 49 56 45 21 52 29 19 21 24 50 43 72 52 59 146 47 60 51 114 141 60 58 22 128 61 96 96 45 72 106 97 137 158 161 164 152 161 166 139 152 138 127 142 138 131 128 121 124 120 118 113 125 65 48 27 22 46 28 40 41 45 22 48 37 33 44 23 18 30 15 17 18 14 16 20 15 19 15 34 16 11 52 20 25 36 13 22 22 23 15 31 26 21 28 19 34 33 32 28 25 19 19 27 11 28 11 40 78 26 33 22 31 67 21 63 28 20 34 17 22 53 39 42 53 33 48 18 53 +78 68 46 56 68 53 70 67 65 39 45 48 41 30 38 43 59 51 128 102 56 36 90 78 90 70 51 55 123 34 47 64 86 35 68 81 147 146 133 134 160 160 145 139 134 144 126 151 144 141 138 138 124 130 127 135 121 121 109 100 52 42 33 24 39 44 11 32 43 37 14 30 33 36 41 17 25 38 16 29 11 18 42 26 24 20 13 35 29 29 21 22 16 25 27 26 21 25 19 60 32 44 24 24 37 33 32 18 19 64 28 32 36 54 41 28 32 35 15 38 33 92 41 21 47 22 39 31 36 104 67 84 53 71 +87 68 48 62 43 48 52 17 47 48 39 24 32 55 36 38 54 92 110 85 54 57 88 110 65 72 57 44 60 94 79 71 80 74 78 64 105 147 144 152 153 136 144 146 144 145 139 145 135 139 139 135 147 122 126 134 130 134 119 116 96 67 25 27 32 48 48 53 41 15 48 17 35 21 24 30 19 8 27 12 21 26 10 21 20 19 28 35 18 13 56 20 18 37 23 28 17 28 22 41 27 45 20 21 38 26 26 24 32 30 83 45 33 32 32 47 31 122 42 48 26 31 50 49 61 16 66 51 92 48 78 42 122 100 +85 50 50 58 45 23 54 27 53 69 72 42 31 68 31 36 45 64 64 52 58 79 49 64 30 56 39 76 60 52 66 55 109 58 110 79 108 138 142 139 132 129 138 144 122 127 130 128 147 143 139 130 133 128 137 141 131 126 128 118 104 93 86 67 29 29 29 14 22 18 36 11 45 22 7 35 68 15 7 12 27 27 17 9 12 25 11 46 15 17 17 24 19 18 26 29 22 26 12 27 24 36 23 28 22 24 23 33 23 36 39 8 6 27 40 40 51 72 35 70 67 70 52 21 35 13 28 44 40 13 45 60 50 49 +83 62 42 54 36 20 38 57 40 66 34 82 45 49 21 42 34 69 66 43 32 51 89 26 48 54 41 42 83 55 58 44 32 60 50 63 99 138 131 128 140 127 130 121 139 131 125 137 144 140 127 137 132 133 137 131 137 133 127 116 119 119 99 92 132 91 32 24 41 25 25 36 21 8 25 32 39 9 24 8 8 13 22 11 12 30 33 7 36 10 15 11 9 18 13 16 11 17 14 21 10 21 27 17 26 31 22 29 23 20 35 10 33 16 9 86 53 29 61 55 27 88 56 31 57 46 27 73 42 17 48 53 20 63 +78 65 37 41 42 44 48 66 30 59 31 52 27 27 23 36 29 41 34 44 32 26 113 44 54 50 47 29 76 90 81 36 51 54 77 40 87 129 111 123 102 116 126 139 111 126 126 138 130 143 139 144 111 138 141 127 132 144 125 127 108 138 121 124 99 120 113 88 23 10 10 21 30 42 19 21 9 21 11 15 26 10 30 17 26 12 24 27 14 25 23 38 11 9 9 8 24 13 11 23 16 25 22 19 23 23 16 33 18 20 35 30 53 24 39 19 8 37 32 93 41 33 45 29 9 26 58 66 28 74 45 84 72 54 +59 80 51 46 58 50 39 64 11 25 84 36 45 57 34 35 42 35 41 48 52 36 44 48 44 66 23 57 43 47 65 27 47 63 72 45 70 99 105 112 119 106 102 112 118 130 125 132 139 131 138 126 142 134 130 139 126 128 141 133 138 148 145 127 118 124 83 118 86 86 85 102 35 17 14 15 12 19 19 12 16 6 16 15 18 16 24 23 8 16 20 16 32 35 41 21 15 14 14 27 27 36 29 31 26 34 29 24 30 33 27 34 26 45 30 60 10 20 13 35 42 24 127 6 15 71 37 68 39 38 47 76 26 34 +69 52 42 50 23 19 37 5 28 30 31 31 48 41 20 55 19 33 31 28 21 18 56 46 34 41 55 36 54 20 56 58 39 69 80 71 57 89 89 79 100 102 101 99 122 105 101 133 112 123 126 132 130 129 131 121 118 123 137 130 131 130 136 135 145 140 137 114 72 69 65 46 52 36 28 33 23 10 12 7 12 2 30 19 35 22 47 79 94 79 90 42 64 12 65 24 52 55 64 25 18 21 10 29 20 6 32 27 43 16 20 7 69 50 73 31 92 33 83 33 7 9 55 50 36 18 60 28 19 48 6 58 72 66 +76 64 54 41 18 41 25 39 45 38 22 65 8 36 32 33 36 41 38 50 30 32 50 40 24 46 36 35 41 35 58 48 64 40 65 87 46 79 103 88 93 100 102 95 103 129 93 121 111 106 139 127 137 133 136 126 126 138 130 138 134 121 106 129 155 143 147 141 107 63 54 39 8 59 14 11 32 112 108 136 64 83 47 55 41 50 49 78 56 76 68 46 68 77 72 137 55 37 21 55 28 23 19 35 26 34 19 19 27 28 60 14 50 71 112 18 35 57 38 30 25 28 18 12 33 60 53 66 40 47 40 43 27 34 +96 60 68 29 67 31 15 32 25 30 47 42 20 20 27 21 58 38 41 63 58 46 44 16 42 24 46 62 36 75 37 47 42 30 57 37 52 53 48 63 68 76 89 99 90 117 109 116 117 123 134 118 125 131 124 114 131 125 125 136 120 107 107 101 119 136 142 155 129 118 58 91 78 117 121 60 91 145 100 89 69 87 93 54 55 35 60 59 65 97 46 43 76 71 45 53 50 88 79 31 44 47 28 8 10 24 36 47 7 30 47 42 128 70 14 48 49 29 19 42 15 39 40 56 49 58 87 31 63 33 52 41 61 70 +63 65 73 53 24 53 23 21 14 26 28 39 41 24 18 17 20 19 18 44 26 27 22 38 33 25 27 57 36 38 44 25 20 65 22 69 54 29 28 33 39 62 53 87 113 113 101 97 113 115 122 117 124 134 119 111 118 122 132 131 110 89 69 82 92 118 134 124 137 104 97 72 80 81 62 65 109 103 63 113 66 69 51 73 129 90 70 53 62 71 22 95 59 57 56 50 55 38 37 54 44 40 23 18 47 8 21 7 16 19 22 31 87 114 35 7 42 7 37 15 8 25 35 43 31 28 30 17 21 44 43 21 39 56 +68 71 73 37 6 34 33 29 23 20 11 16 35 30 14 26 26 20 14 37 23 22 25 21 32 37 35 30 18 23 33 34 47 20 41 27 48 42 62 56 53 70 107 81 99 128 98 107 113 101 108 117 129 112 113 121 120 117 131 114 118 130 94 64 27 60 100 115 121 123 118 110 73 90 83 83 36 55 65 83 97 57 84 43 90 71 66 89 66 44 56 70 77 56 38 57 45 40 29 62 39 34 34 26 13 14 7 17 10 35 19 9 38 37 16 13 31 24 30 48 24 26 56 36 29 39 18 42 36 30 33 57 57 26 +78 75 62 45 15 21 24 11 38 40 39 32 16 31 23 24 24 23 30 54 25 36 10 27 26 10 38 25 37 24 44 54 35 22 43 33 25 62 106 95 133 98 124 115 100 106 87 102 108 104 110 109 108 115 118 123 115 124 119 117 126 118 125 95 61 50 56 79 100 113 106 100 82 87 83 58 86 62 54 60 61 74 51 76 38 85 36 65 49 63 61 62 48 95 42 47 34 54 41 55 39 40 33 45 22 18 30 11 23 17 30 16 44 39 17 14 16 33 34 9 29 42 28 36 34 54 13 76 63 43 56 36 49 21 +81 43 23 34 12 29 16 50 26 34 35 19 32 30 22 11 20 54 19 23 37 10 27 15 20 15 16 24 26 26 24 16 45 23 47 70 140 106 104 130 127 136 133 108 74 116 78 92 118 102 111 112 117 116 110 106 105 110 108 100 122 123 131 124 98 43 69 46 55 93 84 86 92 75 86 43 88 64 67 51 40 70 70 52 87 49 88 50 73 41 41 51 56 67 59 62 50 29 55 44 45 37 45 47 31 18 17 14 9 15 8 28 16 34 46 46 22 46 25 45 66 36 17 37 39 53 68 44 61 65 46 67 90 69 +56 49 74 42 32 10 23 58 18 37 12 27 24 29 42 20 25 18 7 54 25 43 22 26 27 19 18 17 15 20 34 25 23 32 109 73 128 114 96 108 113 134 127 121 102 95 106 92 109 93 101 112 102 112 114 122 94 119 85 104 104 120 127 118 127 99 65 58 54 30 81 68 87 88 82 74 62 84 65 56 40 50 72 50 30 73 76 67 65 55 44 40 37 49 53 45 47 39 47 75 36 49 79 39 22 15 18 26 24 10 27 26 22 6 9 18 74 8 21 8 45 35 48 27 25 28 51 41 28 54 44 66 30 53 +66 54 25 45 60 37 59 66 25 39 20 19 36 48 19 29 35 45 42 46 27 24 30 21 44 52 27 13 29 32 37 21 115 82 127 109 82 79 100 118 148 133 120 103 100 92 84 90 83 92 90 98 104 98 108 116 115 114 89 55 93 110 112 117 142 121 105 65 69 60 41 61 87 99 80 84 66 72 42 55 16 56 36 72 50 47 62 59 71 57 53 30 36 44 50 63 57 62 37 52 57 35 40 51 20 16 11 10 14 7 11 21 6 7 32 15 10 28 23 23 11 47 35 44 6 7 28 46 37 44 52 50 86 71 +57 37 64 36 33 13 49 23 8 27 27 29 28 23 28 40 20 31 35 25 24 52 21 27 15 6 22 17 42 8 24 27 129 93 102 84 85 97 77 123 128 124 136 138 113 108 72 67 90 79 76 95 92 87 99 120 136 128 136 112 51 69 103 94 108 125 122 87 55 59 65 50 42 83 59 82 92 64 54 42 39 39 57 38 56 53 64 93 59 60 41 45 35 26 38 53 51 37 30 43 34 33 30 42 19 35 15 15 12 6 7 13 8 16 14 30 39 18 35 16 36 24 17 33 13 33 15 79 46 36 71 34 67 50 +74 60 38 47 30 24 13 30 51 16 19 34 30 37 23 27 25 42 47 22 31 23 20 14 19 22 10 30 12 6 10 18 85 70 82 69 71 74 119 121 122 122 138 112 106 114 97 92 76 84 77 89 83 92 86 88 109 128 126 121 101 51 57 91 103 105 122 81 78 63 55 55 51 41 60 77 49 66 49 63 70 53 48 54 34 52 42 67 72 79 53 38 38 44 36 35 55 45 27 24 33 31 40 42 20 15 24 16 10 10 10 12 7 43 11 29 7 14 72 15 12 12 39 10 24 33 43 82 52 33 59 47 49 62 +102 35 40 59 21 14 26 31 32 36 69 35 42 7 28 62 15 44 43 44 24 20 9 40 33 39 18 16 7 47 41 27 82 73 88 85 55 147 102 101 106 111 138 129 130 99 93 100 82 73 82 80 88 82 82 76 90 117 106 120 130 106 47 62 79 107 83 97 104 85 52 40 56 63 52 24 46 24 45 47 36 39 31 59 61 43 44 38 59 71 53 37 28 45 40 26 26 32 31 40 39 24 22 39 39 7 8 24 15 15 5 7 36 11 17 7 31 45 5 6 39 74 25 35 23 44 35 31 95 47 47 53 92 94 +39 57 42 41 22 8 35 9 40 6 40 26 30 31 37 27 6 39 20 30 29 45 25 28 35 19 27 20 19 32 30 95 95 70 86 51 109 101 91 102 116 127 120 124 109 120 94 92 75 79 64 82 79 94 82 75 45 91 91 108 126 122 114 71 36 80 83 94 101 92 93 42 57 44 44 32 32 27 52 24 19 45 27 61 61 29 46 45 46 54 39 32 36 26 40 42 37 43 31 19 21 19 30 11 21 10 12 11 11 15 13 24 22 12 43 36 36 39 43 9 19 9 17 22 29 40 37 18 75 31 77 40 99 104 +22 14 37 57 12 13 41 24 31 32 39 31 26 37 24 21 27 36 29 31 29 30 20 21 42 33 19 20 15 33 34 97 86 64 74 121 94 100 89 102 123 114 117 112 117 121 118 106 97 80 60 61 73 86 89 86 65 52 85 105 119 103 116 116 63 38 59 78 93 80 90 92 69 44 45 64 50 38 59 46 28 51 41 60 38 24 40 44 44 34 40 41 34 34 38 30 48 30 46 17 25 23 43 19 39 18 21 14 19 11 15 15 16 8 32 30 59 15 8 17 11 61 28 56 28 23 68 36 26 16 53 62 46 88 +48 29 50 22 24 38 10 27 37 65 30 57 27 34 29 64 18 26 28 36 25 58 46 17 37 32 25 13 17 36 31 89 67 62 110 108 100 88 81 75 118 119 118 117 118 112 100 91 102 74 67 75 66 73 99 83 69 91 55 89 84 112 107 91 78 59 37 65 75 82 86 88 93 53 48 39 46 45 39 40 70 35 50 48 29 39 27 35 33 47 42 46 46 48 40 67 35 28 22 36 24 26 49 29 14 23 13 13 17 18 14 7 28 20 16 10 6 51 39 10 31 35 16 35 34 30 61 61 73 60 46 64 58 47 +74 56 53 23 49 34 21 26 22 15 32 28 22 28 44 28 28 33 35 27 24 30 24 27 43 8 27 42 9 34 47 92 80 61 91 83 91 81 90 108 118 110 126 107 110 107 82 78 83 76 69 62 47 49 62 74 75 63 65 46 61 77 84 83 69 63 57 46 36 77 93 97 93 90 37 38 36 43 37 35 46 27 47 35 30 30 30 38 40 36 30 38 30 35 33 23 28 26 34 26 13 11 38 20 17 18 16 19 10 18 11 6 10 38 11 8 12 18 19 25 35 7 30 24 35 93 48 26 73 68 15 55 45 73 +75 22 28 8 14 20 44 23 22 36 24 19 23 48 23 25 28 27 10 31 26 31 19 24 26 25 34 29 41 11 31 67 60 73 68 82 81 96 93 118 109 107 115 106 103 78 80 66 73 57 50 51 39 41 14 54 68 60 69 53 48 65 64 65 62 72 61 69 61 19 56 75 79 89 61 30 25 28 27 25 37 28 36 22 9 17 24 40 29 32 22 29 26 36 17 22 25 21 27 38 26 13 17 12 22 7 25 13 12 6 44 7 33 16 13 17 17 7 26 17 13 44 20 14 20 31 23 39 34 28 54 25 34 56 +28 29 50 17 22 39 28 40 21 24 22 27 27 27 19 24 21 27 34 18 26 31 20 39 22 12 30 31 38 33 35 45 70 68 72 82 59 89 88 99 95 119 108 105 72 85 75 58 64 55 66 59 29 48 17 46 46 44 58 66 61 55 52 45 55 64 47 60 55 41 23 56 43 80 71 29 16 34 27 20 26 37 28 23 13 31 20 27 24 20 21 27 38 26 18 14 23 37 17 18 27 9 25 14 15 12 29 21 16 51 17 19 26 37 7 17 51 34 37 14 21 43 36 41 52 44 55 6 68 76 40 41 40 57 +68 49 26 18 23 21 22 25 12 20 27 22 26 24 13 15 10 19 30 39 13 10 13 14 33 30 36 53 31 32 38 24 48 54 68 89 72 96 87 98 138 99 92 73 69 71 58 59 27 65 32 29 32 37 34 41 64 35 34 40 45 52 53 47 31 57 50 75 51 48 46 24 11 62 40 18 20 19 22 22 26 26 22 16 18 13 15 23 26 26 32 14 20 18 19 27 17 31 23 9 10 12 24 14 18 11 14 16 9 11 10 24 24 11 11 28 43 37 37 28 15 29 9 9 27 12 47 62 30 16 174 43 22 37 +67 21 16 23 37 11 32 27 10 32 33 29 23 16 22 19 22 16 23 14 31 16 11 29 16 19 27 33 35 35 30 27 57 39 50 77 81 97 74 125 95 94 70 56 54 50 41 38 57 54 72 56 48 50 59 45 47 49 47 56 48 52 39 43 51 33 41 40 45 44 14 6 18 25 19 20 30 16 24 16 15 10 15 20 25 13 15 16 20 24 18 20 16 15 13 26 6 13 39 9 8 6 20 5 7 7 10 10 41 27 13 17 13 14 31 22 24 16 32 24 25 15 21 17 14 50 41 26 7 41 55 62 19 51 +54 40 30 13 19 17 30 17 59 18 41 33 28 13 7 21 15 20 10 10 16 18 21 16 23 59 24 12 32 33 32 37 29 47 46 63 50 88 102 103 84 79 58 50 42 50 45 46 52 63 60 50 45 54 50 77 47 53 56 53 70 66 80 71 64 53 53 32 35 32 38 35 36 45 22 21 49 6 15 10 14 21 18 10 24 23 12 14 16 17 6 14 16 8 23 29 16 14 6 9 9 16 12 8 6 8 13 12 15 19 15 19 14 12 19 10 22 27 13 20 6 24 57 17 12 30 38 72 22 28 26 35 38 20 +54 21 37 29 35 42 28 34 7 32 28 24 57 37 34 23 17 24 15 19 32 29 33 66 25 10 27 32 46 35 28 48 32 33 37 85 40 82 91 89 72 63 44 44 40 41 56 64 34 42 50 52 41 41 54 59 49 40 42 39 58 38 36 52 48 42 26 34 32 35 27 28 46 34 31 15 21 31 19 19 15 19 27 21 16 15 16 23 14 16 23 11 13 15 23 15 16 26 18 16 11 16 29 12 8 19 13 5 12 12 10 35 6 28 19 6 27 43 50 15 40 73 43 36 31 37 33 50 7 28 64 39 53 49 +74 28 15 27 38 50 26 12 9 41 28 30 28 39 51 29 42 34 24 31 31 27 25 26 43 13 34 36 12 35 28 26 34 26 27 20 72 56 100 62 69 70 34 36 37 28 49 42 28 19 46 49 15 18 56 37 26 22 41 48 61 27 54 35 37 37 5 30 31 27 24 17 34 30 48 28 25 34 19 33 14 24 21 16 21 10 12 21 37 11 19 13 16 23 15 17 12 8 16 13 12 21 33 10 15 19 5 13 12 13 17 25 15 24 34 12 32 44 32 15 11 34 21 20 53 20 35 53 46 40 21 53 29 72 +34 42 23 43 28 34 12 50 56 39 19 33 44 30 35 10 23 29 34 22 18 29 29 32 25 27 23 20 45 34 27 33 33 28 39 51 61 50 82 75 67 53 37 21 29 41 35 52 49 60 42 70 28 29 41 34 34 36 52 65 43 58 26 38 36 31 27 22 23 25 30 26 34 39 31 32 27 21 27 35 19 21 13 14 23 14 16 15 11 16 14 14 9 15 12 16 15 14 12 20 16 14 24 10 8 7 15 8 7 18 18 12 14 37 32 39 43 44 26 48 25 25 15 29 18 42 19 55 16 28 11 36 29 61 +51 44 43 40 20 29 21 20 46 15 24 12 26 23 21 16 19 37 40 28 19 23 32 18 24 15 25 44 40 27 34 14 16 31 32 43 34 57 80 71 45 60 45 24 34 51 28 47 42 51 38 36 45 42 42 38 38 41 39 41 49 52 41 19 23 24 14 28 20 23 23 26 27 33 17 29 20 23 24 16 24 17 22 28 39 6 13 18 11 12 9 11 21 11 12 19 6 11 14 7 23 14 20 18 13 8 6 16 6 15 13 20 12 9 33 32 17 46 36 26 24 11 10 32 38 26 27 32 44 57 19 37 35 45 +52 34 34 31 27 36 37 44 27 23 23 50 19 20 24 57 8 63 40 22 38 14 30 29 31 30 43 36 37 11 26 32 28 38 22 29 42 41 70 63 44 35 42 37 37 30 42 26 26 30 59 31 22 56 46 62 66 40 37 45 55 36 33 28 24 37 38 24 23 29 26 25 21 26 18 14 22 12 13 19 32 21 22 27 13 9 9 16 9 10 13 12 15 17 15 16 15 18 10 25 27 19 17 19 10 6 6 12 12 9 15 15 17 5 5 16 27 14 24 13 20 21 15 33 8 27 19 62 32 25 8 28 35 78 +21 36 21 21 14 18 12 29 23 9 18 29 16 30 12 11 22 19 31 35 29 34 28 25 26 29 22 23 30 21 22 22 25 21 30 23 40 36 74 54 46 26 30 31 36 21 40 26 25 34 33 67 33 34 21 29 46 49 36 32 35 53 33 34 39 32 32 26 29 24 18 28 43 31 30 6 25 14 9 16 19 18 8 19 19 17 18 14 6 8 11 11 21 21 7 11 13 16 6 19 20 15 12 7 16 18 7 12 13 12 16 13 16 8 17 18 18 27 30 8 20 48 11 9 20 37 53 55 38 31 18 68 71 23 +46 35 16 28 25 19 32 15 29 33 9 15 19 12 7 17 20 15 19 33 67 13 22 30 22 25 36 34 21 26 14 23 9 16 40 31 28 39 30 36 54 26 35 29 43 30 29 34 39 32 29 18 29 33 35 43 35 47 33 20 46 41 19 36 20 31 24 16 27 17 14 6 15 19 14 20 27 10 16 14 9 11 11 14 8 12 12 14 7 11 6 13 13 17 11 16 13 11 26 19 18 13 18 10 18 9 7 6 18 6 8 15 8 29 21 6 18 25 28 27 18 22 31 23 14 18 14 18 39 42 27 56 70 28 +35 30 21 25 21 16 21 28 26 21 10 23 20 15 25 13 10 15 15 27 19 14 26 15 10 25 38 53 15 34 27 27 21 39 20 31 23 32 42 35 31 22 37 22 24 26 19 20 27 30 38 53 39 34 35 23 45 38 12 27 27 25 19 31 25 10 10 15 11 8 6 8 26 6 7 18 7 21 10 18 9 8 12 10 30 16 7 12 19 11 9 13 8 8 7 13 11 11 15 8 15 8 9 11 12 19 12 20 6 8 12 16 8 8 20 8 68 31 38 37 22 39 26 13 44 29 29 23 42 13 26 17 29 24 +33 24 19 20 21 25 26 21 26 28 21 15 8 27 23 6 33 10 20 13 21 33 14 15 16 13 30 14 12 32 36 32 30 7 42 20 35 36 20 25 30 26 20 23 23 23 22 9 16 13 25 29 42 24 29 26 34 28 14 25 14 11 14 14 13 14 25 8 10 14 25 12 7 12 7 8 5 5 7 17 20 11 14 16 12 26 8 15 15 15 11 15 10 23 18 16 13 10 8 12 18 5 9 17 7 13 5 10 13 7 13 10 14 10 4 5 30 21 35 54 19 9 53 12 20 18 13 18 48 12 68 37 15 31 +46 18 14 20 18 20 20 20 18 14 29 15 20 26 21 22 19 47 29 50 15 21 32 14 23 17 7 19 22 16 30 40 37 38 32 38 32 36 38 14 22 23 25 18 16 19 15 17 18 15 17 33 44 20 24 27 59 17 22 11 8 14 12 18 10 18 16 15 23 15 11 10 29 6 17 9 5 10 16 11 8 19 10 30 15 17 5 12 13 7 14 12 11 6 25 18 10 26 25 8 12 10 28 7 9 13 8 5 6 10 5 28 5 22 5 19 12 18 34 13 25 7 21 6 8 34 26 36 31 33 12 24 14 33 +37 32 22 15 20 17 11 35 13 16 36 12 24 15 20 22 28 21 36 29 27 13 37 15 17 10 26 16 18 23 20 36 40 42 41 27 15 26 38 36 24 17 33 18 21 22 14 25 36 20 17 29 26 22 28 28 23 26 18 13 16 17 14 14 7 28 16 12 6 7 13 9 9 12 5 9 8 12 12 12 22 5 14 12 10 14 12 9 7 7 9 5 10 11 15 24 11 12 12 8 25 7 9 11 8 11 6 9 5 11 13 20 22 5 8 10 13 16 59 32 10 29 14 11 6 14 15 12 14 11 28 11 22 18 +78 27 21 16 29 24 22 32 24 55 22 25 27 27 30 18 37 36 30 22 26 13 14 26 16 20 25 25 18 22 27 25 27 40 52 35 32 25 52 10 29 20 26 19 18 18 28 22 25 21 30 26 28 16 17 16 20 19 12 23 27 22 22 10 21 13 15 21 14 20 6 10 6 6 12 7 7 28 8 14 12 11 15 19 8 12 5 9 10 30 6 6 12 10 20 11 14 10 9 8 6 10 13 14 8 7 14 15 11 21 8 9 5 7 25 13 10 33 37 21 15 6 23 16 5 13 53 6 6 9 18 19 26 10 +37 21 53 29 30 20 25 38 24 11 52 18 28 22 10 44 32 24 24 25 17 19 16 13 21 19 23 20 23 25 23 18 26 18 9 24 19 20 16 22 32 21 22 21 21 23 23 38 30 26 24 24 47 30 28 30 33 25 12 20 14 30 19 21 14 18 20 21 10 10 12 12 14 11 16 16 9 7 14 12 14 9 11 14 17 10 7 10 6 9 12 8 15 18 12 8 8 12 9 11 6 7 8 10 9 8 12 7 17 9 10 30 5 10 11 8 19 16 23 7 5 16 28 8 11 17 9 20 24 12 9 16 25 24 +55 27 24 25 18 24 23 11 41 7 19 20 17 18 24 18 35 32 15 41 19 9 10 34 12 16 23 27 25 35 21 18 22 20 25 35 17 17 24 17 15 10 23 22 9 18 27 25 7 13 19 24 35 39 15 33 11 11 11 20 8 7 11 13 11 11 14 5 13 17 8 14 17 6 30 12 15 13 8 11 6 12 18 24 13 13 8 8 20 6 12 8 6 11 10 11 6 9 6 6 11 12 11 10 7 9 6 9 5 10 12 13 5 8 9 4 10 20 11 15 14 7 8 8 17 6 16 40 14 16 35 35 17 27 +40 26 21 24 14 17 14 17 15 30 36 26 12 12 23 16 17 27 12 7 25 25 23 17 42 37 21 30 29 21 20 31 10 20 25 19 24 15 19 14 11 11 11 18 19 15 18 18 23 16 22 28 36 25 18 23 18 15 14 9 16 16 18 27 10 12 13 16 14 24 8 12 10 16 7 5 6 7 8 23 27 20 12 22 23 12 8 10 6 12 7 10 7 9 9 12 9 6 8 7 8 10 10 8 7 10 9 5 6 16 6 8 5 13 8 12 10 10 24 5 5 12 10 10 6 12 7 6 15 33 10 45 42 17 +28 20 22 21 21 26 30 22 24 22 23 22 27 27 19 30 21 27 28 15 26 25 22 28 29 26 28 22 16 64 22 38 25 23 25 24 29 20 26 27 19 14 18 27 26 24 23 20 21 27 33 22 47 23 21 14 29 20 19 17 12 11 14 14 20 19 25 22 12 18 16 18 13 8 12 9 32 14 10 11 11 28 12 20 11 11 12 7 7 11 9 11 10 9 14 9 10 16 7 7 14 15 11 24 9 10 13 22 10 7 14 8 11 16 13 8 6 19 13 8 23 12 13 10 10 21 38 22 28 26 15 18 31 16 +40 9 22 19 22 23 19 16 14 14 16 17 16 25 19 17 10 11 12 23 17 24 26 22 10 28 32 25 20 32 42 30 30 20 36 21 26 21 25 25 8 15 18 20 23 19 20 14 18 65 22 34 31 30 21 14 14 12 30 22 22 10 13 13 13 17 14 17 18 14 12 10 10 30 26 8 8 22 9 7 13 18 21 23 16 10 9 14 8 9 9 7 11 9 8 7 7 11 9 5 9 11 9 12 6 10 6 13 6 14 7 7 9 7 9 12 9 14 22 8 22 21 14 25 14 14 9 7 16 18 11 21 21 17 +47 16 24 21 29 27 58 29 25 17 33 15 25 10 8 18 12 19 17 10 14 23 32 39 14 24 25 30 21 31 30 13 22 26 19 13 24 25 18 22 22 18 25 31 26 11 22 41 23 9 20 22 27 26 21 13 6 12 10 11 14 24 26 12 9 21 16 12 18 13 6 13 15 9 9 13 8 20 10 20 26 32 27 21 16 14 11 6 6 12 17 6 8 13 7 14 8 8 8 13 17 10 18 22 8 12 11 7 5 11 10 6 16 13 17 11 19 11 30 47 8 10 56 69 18 16 8 23 23 14 16 26 29 45 +36 12 28 11 14 33 25 23 23 15 15 13 12 15 21 17 13 10 16 20 38 20 14 28 34 24 52 23 37 19 21 33 22 9 14 16 16 21 14 18 18 22 16 25 33 31 14 33 28 26 15 29 26 28 26 18 13 128 25 17 21 11 21 18 21 10 16 13 10 20 19 8 22 19 11 19 6 7 14 21 11 13 32 12 18 13 14 6 33 7 36 6 16 7 6 10 10 11 13 14 9 11 29 39 9 15 5 5 6 5 18 9 10 14 13 11 7 8 9 35 14 7 13 4 24 10 14 21 16 44 29 20 23 16 +68 41 19 14 12 25 24 14 8 19 26 20 28 19 24 12 34 20 22 24 20 23 20 30 22 8 20 30 29 20 25 17 28 29 20 24 18 18 28 13 15 20 23 23 20 27 24 18 18 15 21 35 19 23 21 19 44 27 19 19 12 18 21 13 22 16 24 17 10 20 6 33 15 21 31 7 36 7 15 19 16 15 23 13 10 14 5 13 8 5 14 6 6 15 9 7 20 14 18 11 5 6 18 23 20 12 6 7 13 14 11 11 7 12 7 10 8 16 6 34 17 6 18 11 11 19 20 7 20 25 34 22 7 18 +117 17 9 18 68 7 38 16 25 24 24 23 18 34 15 13 59 21 17 74 18 26 26 11 29 29 22 21 13 34 27 90 29 44 39 31 8 15 14 30 12 14 17 22 20 23 21 21 18 23 23 30 42 26 22 39 39 21 20 42 36 40 26 20 17 33 22 29 30 18 12 39 29 31 27 16 24 22 14 15 31 18 25 18 17 9 35 22 25 21 16 23 18 42 11 33 9 17 17 9 16 25 17 55 7 18 13 12 14 10 8 19 22 20 15 12 27 6 18 10 6 13 11 6 12 13 13 21 8 14 6 42 37 68 diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_02_loading-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_02_loading-checkpoint.ipynb new file mode 100755 index 000000000..f211ed4c5 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_02_loading-checkpoint.ipynb @@ -0,0 +1,206 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 05_02: Loading Weather Data" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "import urllib\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "urllib.request.urlretrieve('https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/readme.txt',\n", + " 'readme.txt')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "urllib.request.urlretrieve('https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/ghcnd-stations.txt',\n", + " 'stations.txt')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + " IV. FORMAT OF \"ghcnd-stations.txt\"\n", + "\n", + " ------------------------------\n", + " Variable Columns Type\n", + " ------------------------------\n", + " ID 1-11 Character\n", + " LATITUDE 13-20 Real\n", + " LONGITUDE 22-30 Real\n", + " ELEVATION 32-37 Real\n", + " STATE 39-40 Character\n", + " NAME 42-71 Character\n", + " GSN FLAG 73-75 Character\n", + " HCN/CRN FLAG 77-79 Character\n", + " WMO ID 81-85 Character\n", + " ------------------------------\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# loading a fixed-width text file: we prescribe the widths of every field;\n", + "# the names of the resulting array columns; their datatypes. 'Uxx' stands\n", + "# for unicode string of length xx; 'd' for double precision floating point\n", + "\n", + "stations = np.genfromtxt('stations.txt', delimiter=[11,9,10,7,3,31,4,4,6],\n", + " names=['id','latitude','longitude','elevation','state','name',\n", + " 'gsn','hcn','wmo'],\n", + " dtype=['U11','d','d','d','U3','U31','U4','U4','U6'],\n", + " autostrip=True)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(stations)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "stations" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(stations['longitude'], stations['latitude'], '.', markersize=1)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "stations_ca = stations[stations['state'] == 'CA']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(stations_ca['longitude'], stations_ca['latitude'], '.', markersize=1)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "stations[stations['name'] == 'PASADENA']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "stations[np.char.find(stations['name'], 'PASADENA') == 0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "urllib.request.urlretrieve('https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/all/USC00046719.dly', 'PASADENA.dly')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import getweather" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "help(getweather.getyear)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "getweather.getyear('PASADENA', ['TMIN','TMAX'], 2000)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_03_missing-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_03_missing-checkpoint.ipynb new file mode 100755 index 000000000..b1742d860 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_03_missing-checkpoint.ipynb @@ -0,0 +1,249 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 05_03: Filling Missing Values" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "import urllib\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import getweather" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pasadena = getweather.getyear('PASADENA', ['TMIN', 'TMAX'], 2001)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.mean(pasadena['TMIN']), np.min(pasadena['TMIN']), np.max(pasadena['TMIN'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pasadena['TMIN']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.nan + 1" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.isnan(pasadena['TMIN'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "False + True + True" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.sum(np.isnan(pasadena['TMIN']))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.nanmin(pasadena['TMIN']), np.nanmax(pasadena['TMAX'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pasadena['TMIN'][np.isnan(pasadena['TMIN'])] = np.nanmean(pasadena['TMIN'])\n", + "pasadena['TMAX'][np.isnan(pasadena['TMAX'])] = np.nanmean(pasadena['TMAX'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pasadena['TMIN']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(pasadena['TMIN'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "xdata = np.array([0,1,4,5,7,8], 'd')\n", + "ydata = np.array([10,5,2,7,7.5,10], 'd')\n", + "\n", + "pp.plot(xdata, ydata, '--o')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# interpolate x/y data with missing values to continuous x values\n", + "\n", + "xnew = np.linspace(0, 8, 9)\n", + "ynew = np.interp(xnew, xdata, ydata)\n", + "\n", + "pp.plot(xdata, ydata, '--o', ms=10)\n", + "pp.plot(xnew, ynew, 's')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# interpolate x/y data with missing values to denser, continuous x values\n", + "\n", + "xnew = np.linspace(0, 8, 30)\n", + "ynew = np.interp(xnew, xdata, ydata)\n", + "\n", + "pp.plot(xdata, ydata, '--o', ms=10)\n", + "pp.plot(xnew, ynew, 's')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pasadena = getweather.getyear('PASADENA', ['TMIN', 'TMAX'], 2001)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# build a Boolean mask of \"good\" (non-NaN) TMIN values;\n", + "# interpolate \"good\" days/TMIN to full range of days \n", + "\n", + "good = ~np.isnan(pasadena['TMIN'])\n", + "x = np.arange(0, 365)\n", + "\n", + "np.interp(x, x[good], pasadena['TMIN'][good])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# fill NaNs in any array by interpolation\n", + "\n", + "def fillnans(array):\n", + " good = ~np.isnan(array)\n", + " x = np.arange(len(array))\n", + "\n", + " return np.interp(x, x[good], array[good])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(fillnans(pasadena['TMIN']))\n", + "pp.plot(fillnans(pasadena['TMAX']))" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_04_smoothing-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_04_smoothing-checkpoint.ipynb new file mode 100755 index 000000000..6dc19a35f --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_04_smoothing-checkpoint.ipynb @@ -0,0 +1,275 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 05_04: Smoothing Time Series Data" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "import urllib\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import getweather\n", + "\n", + "def fillnans(array):\n", + " x = np.arange(len(array))\n", + " good = ~np.isnan(array)\n", + "\n", + " return np.interp(x, x[good], array[good])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "hilo = getweather.getyear('HILO', ['TMIN','TMAX'], 2000)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "hilo['TMIN'], hilo['TMAX'] = fillnans(hilo['TMIN']), fillnans(hilo['TMAX'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.mean(hilo['TMIN']), np.min(hilo['TMIN']), np.max(hilo['TMIN'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(hilo['TMIN'])\n", + "\n", + "# plot horizontal lines at mean, min, and max of TMIN data\n", + "for value in [np.mean(hilo['TMIN']), np.min(hilo['TMIN']), np.max(hilo['TMIN'])]:\n", + " pp.axhline(value, linestyle=':')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "mean, err = np.mean(hilo['TMIN']), math.sqrt(np.var(hilo['TMIN']))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(hilo['TMIN'])\n", + "\n", + "# plot horizontal lines at mean, mean - std error, and mean + std error\n", + "for value in [mean, mean - err, mean + err]:\n", + " pp.axhline(value, linestyle=':')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "rain = getweather.getyear('HILO', ['PRCP'], 2000)['PRCP']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(rain)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# show the effects of correlating a sparse vector\n", + "# with a triangular mask\n", + "\n", + "x = np.array([0,0,0,0,1,0,0,0,0,0,1,0,0,0])\n", + "\n", + "mask = np.array([0.05,0.2,0.5,0.2,0.05])\n", + "y = np.correlate(x, mask, 'same')\n", + "\n", + "pp.plot(x, 'o')\n", + "\n", + "pp.plot(y, 'x')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.ones(10) / 10" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# TMIN data, smoothed with uniform mask of length 10;\n", + "# perform partial correlation on boundaries (mode = \"same\")\n", + "\n", + "pp.plot(hilo['TMIN'], '.', ms=3)\n", + "pp.plot(np.correlate(hilo['TMIN'], np.ones(10)/10, 'same'))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# TMIN data, smoothed with uniform mask of length 10;\n", + "# drop boundary values that cannot be fully correlated (mode = \"valid\")\n", + "\n", + "pp.plot(hilo['TMIN'], '.', ms=3)\n", + "pp.plot(np.correlate(hilo['TMIN'], np.ones(10)/10, 'valid'))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# smooth any array\n", + "\n", + "def smooth(array, window=10, mode='valid'):\n", + " return np.correlate(array, np.ones(window)/window, mode)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(hilo['TMIN'], '.', ms=3)\n", + "pp.plot(smooth(hilo['TMIN'], 10))\n", + "\n", + "pp.plot(hilo['TMAX'], '.', ms=3)\n", + "pp.plot(smooth(hilo['TMAX'], 10))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# load TMIN and TMAX data for a station and year; fill NaNs;\n", + "# plot unsmoothed data as dots, smoothed data as lines,\n", + "# dropping boundary values and adjusting x axis consistently\n", + "\n", + "def plotsmooth(station, year):\n", + " stationdata = getweather.getyear(station, ['TMIN','TMAX'], year)\n", + "\n", + " for obs in ['TMIN','TMAX']: \n", + " stationdata[obs] = fillnans(stationdata[obs])\n", + " \n", + " # thinner points\n", + " pp.plot(stationdata[obs], '.', ms=1)\n", + " pp.plot(range(10,356), smooth(stationdata[obs], 20))\n", + " \n", + " pp.title(station)\n", + " pp.axis(xmin=1, xmax=365, ymin=-10, ymax=45)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "plotsmooth('HILO', 2000)\n", + "plotsmooth('HILO', 2001)\n", + "plotsmooth('HILO', 2002)\n", + "\n", + "pp.axis(ymin=15,ymax=30)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# plot four cities in a two-by-two grid\n", + "\n", + "pp.figure(figsize=(12,9))\n", + "\n", + "for i, city in enumerate(['PASADENA','NEW YORK','SAN DIEGO','MINNEAPOLIS']):\n", + " pp.subplot(2,2,i+1)\n", + " plotsmooth(city, 2000)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_05_charts-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_05_charts-checkpoint.ipynb new file mode 100755 index 000000000..625861fcc --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_05_charts-checkpoint.ipynb @@ -0,0 +1,273 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 05_05: Weather Charts" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# note: this notebook requires Python 3.6 or higher" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "import urllib\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import getweather" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# for records: get TMIN/TMAX arrays for years 1910-2018, stack vertically in array\n", + "\n", + "allyears = np.vstack([getweather.getyear('PASADENA', ['TMIN','TMAX'], year)\n", + " for year in range(1910, 2019)])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# show stacked array as colored map, specifying axis values,\n", + "# and creating temperature-reference colorbar\n", + "\n", + "pp.matshow(allyears['TMIN'], extent=[1,365,2019,1910])\n", + "pp.colorbar()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# min and max of TMIN/TMAX along all years, excluding NaNs\n", + "\n", + "tmin_record = np.nanmin(allyears['TMIN'], axis=0)\n", + "tmax_record = np.nanmax(allyears['TMAX'], axis=0)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(tmin_record)\n", + "pp.plot(tmax_record)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# for normals: get TMIN/TMAX arrays for years 1981-2010, stack vertically in array\n", + "\n", + "normal = np.vstack([getweather.getyear('PASADENA', ['TMIN','TMAX'], year)\n", + " for year in range(1981, 2011)])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# mean of TMIN/TMAX across 1981-2010 years, excluding NaNs\n", + "\n", + "tmin_normal = np.nanmean(normal['TMIN'], axis=0)\n", + "tmax_normal = np.nanmean(normal['TMAX'], axis=0)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(tmin_normal)\n", + "pp.plot(tmax_normal)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "station, year = 'PASADENA', 2018\n", + "\n", + "thisyear = getweather.getyear(station, ['TMIN', 'TMAX'], year)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# fill area between horizontal curves (days, thisyear['TMIN']) and (days, thisyear['TMAX'])\n", + "\n", + "days = np.arange(1, 366)\n", + "\n", + "pp.fill_between(days, thisyear['TMIN'], thisyear['TMAX'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "avg = 0.5*(np.nanmean(thisyear['TMIN']) + np.nanmean(thisyear['TMAX']))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "avg" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# formatted string literal: will insert values of variable in braces\n", + "f'{station}, {year}: average temperature = {avg:.2f} C'" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# show normals, records, and current year bands together\n", + "\n", + "pp.figure(figsize=(15,4.5))\n", + "\n", + "pp.fill_between(days, tmin_record, tmax_record, color=(0.92,0.92,0.89), step='mid')\n", + "pp.fill_between(days, tmin_normal, tmax_normal, color=(0.78,0.72,0.72))\n", + "\n", + "pp.fill_between(days, thisyear['TMIN'], thisyear['TMAX'],\n", + " color=(0.73,0.21,0.41), alpha=0.6, step='mid')\n", + "\n", + "pp.axis(xmin=1, xmax=365, ymin=-15, ymax=50)\n", + "\n", + "pp.title(f'{station}, {year}: average temperature = {avg:.2f} C');" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# collect data and make chart for any city and current year,\n", + "# following the same steps as above\n", + "\n", + "def nyplot(station, year):\n", + " pp.figure(figsize=(15,4.5))\n", + " \n", + " allyears = np.vstack([getweather.getyear(station, ['TMIN','TMAX'], year)\n", + " for year in range(1910, 2020)])\n", + " \n", + " normal = np.vstack([getweather.getyear(station, ['TMIN','TMAX'], year)\n", + " for year in range(1981, 2011)])\n", + "\n", + " tmin_record, tmax_record = np.nanmin(allyears['TMIN'], axis=0), np.nanmax(allyears['TMAX'], axis=0)\n", + " tmin_normal, tmax_normal = np.nanmean(normal['TMIN'], axis=0), np.nanmean(normal['TMAX'], axis=0)\n", + "\n", + " days = np.arange(1, 366)\n", + "\n", + " pp.fill_between(days, tmin_record, tmax_record, color=(0.92,0.92,0.89), step='mid')\n", + " pp.fill_between(days, tmin_normal, tmax_normal, color=(0.78,0.72,0.72))\n", + " \n", + " thisyear = getweather.getyear(station, ['TMIN', 'TMAX'], year)\n", + "\n", + " pp.fill_between(days, thisyear['TMIN'], thisyear['TMAX'], color=(0.73,0.21,0.41), alpha=0.6, step='mid')\n", + "\n", + " pp.axis(xmin=1, xmax=365, ymin=-15, ymax=50)\n", + " \n", + " avg = 0.5*(np.nanmean(thisyear['TMIN']) + np.nanmean(thisyear['TMAX']))\n", + " pp.title(f'{station}, {year}: average temperature = {avg:.2f} C');" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nyplot('NEW YORK', 2018)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_07_solution-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_07_solution-checkpoint.ipynb new file mode 100755 index 000000000..eafb0f1de --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/.ipynb_checkpoints/05_07_solution-checkpoint.ipynb @@ -0,0 +1,190 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 05_07: Temperature Anomaly Solution" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "import urllib\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import getweather\n", + "\n", + "def smooth(array, window=10, mode='valid'):\n", + " return np.correlate(array, np.ones(window)/window, mode)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# get all historical data for New York, stacked into array\n", + "\n", + "station = 'NEW YORK'\n", + "\n", + "allyears = np.arange(1880, 2020)\n", + "\n", + "alldata = np.vstack([getweather.getyear(station, ['TMIN','TMAX'], year)\n", + " for year in allyears])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# compute (TMIN + TMAX)/2, averaged over days in every year\n", + "allavg = np.nanmean(0.5 * (alldata['TMIN'] + alldata['TMAX']), axis=1)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allavg.shape" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears.index(1945)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# find the index of values 1945 and 1955 in allyears\n", + "list(allyears).index(1945), list(allyears).index(1955)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "midcentury = np.nanmean(allavg[65:75])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "midcentury" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(allyears, allavg - midcentury)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(allyears[4:-4], smooth(allavg - midcentury, 9, 'valid'))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# compute and plot the temperature anomaly time series for any station\n", + "\n", + "allyears = np.arange(1880, 2020)\n", + "\n", + "def plotanomaly(station):\n", + " # grab the data\n", + " alldata = np.vstack([getweather.getyear(station, ['TMIN','TMAX'], year)\n", + " for year in allyears])\n", + " \n", + " # make yearly averages, and then the midcentury average\n", + " allavg = np.nanmean(0.5 * (alldata[:,:]['TMIN'] + alldata[:,:]['TMAX']), axis=1)\n", + " midcentury = np.nanmean(allavg[65:75])\n", + " \n", + " # plot with smoothing, adding a label that we can show in a legend\n", + " pp.plot(allyears[4:-4], smooth(allavg - midcentury, 9, 'valid'), label=station)\n", + " \n", + " # set a reasonable range\n", + " pp.axis(ymin=-3,ymax=3)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "plotanomaly('NEW YORK')\n", + "plotanomaly('PASADENA')\n", + "plotanomaly('MINNEAPOLIS')\n", + "\n", + "pp.legend()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_02_loading.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_02_loading.ipynb new file mode 100644 index 000000000..39964fc53 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_02_loading.ipynb @@ -0,0 +1,206 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 05_02: Loading Weather Data" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "import urllib.request\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "urllib.request.urlretrieve('https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/readme.txt',\n", + " 'readme.txt')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "urllib.request.urlretrieve('https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/ghcnd-stations.txt',\n", + " 'stations.txt')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + " IV. FORMAT OF \"ghcnd-stations.txt\"\n", + "\n", + " ------------------------------\n", + " Variable Columns Type\n", + " ------------------------------\n", + " ID 1-11 Character\n", + " LATITUDE 13-20 Real\n", + " LONGITUDE 22-30 Real\n", + " ELEVATION 32-37 Real\n", + " STATE 39-40 Character\n", + " NAME 42-71 Character\n", + " GSN FLAG 73-75 Character\n", + " HCN/CRN FLAG 77-79 Character\n", + " WMO ID 81-85 Character\n", + " ------------------------------\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# loading a fixed-width text file: we prescribe the widths of every field;\n", + "# the names of the resulting array columns; their datatypes. 'Uxx' stands\n", + "# for unicode string of length xx; 'd' for double precision floating point\n", + "\n", + "stations = np.genfromtxt('stations.txt', delimiter=[11,9,10,7,3,31,4,4,6],\n", + " names=['id','latitude','longitude','elevation','state','name',\n", + " 'gsn','hcn','wmo'],\n", + " dtype=['U11','d','d','d','U3','U31','U4','U4','U6'],\n", + " autostrip=True)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(stations)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "stations" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(stations['longitude'], stations['latitude'], '.', markersize=1)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "stations_ca = stations[stations['state'] == 'CA']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(stations_ca['longitude'], stations_ca['latitude'], '.', markersize=1)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "stations[stations['name'] == 'PASADENA']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "stations[np.char.find(stations['name'], 'PASADENA') == 0]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "urllib.request.urlretrieve('https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/all/USC00046719.dly', 'PASADENA.dly')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import getweather" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "help(getweather.getyear)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "getweather.getyear('PASADENA', ['TMIN','TMAX'], 2000)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_03_missing.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_03_missing.ipynb new file mode 100755 index 000000000..b1742d860 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_03_missing.ipynb @@ -0,0 +1,249 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 05_03: Filling Missing Values" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "import urllib\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import getweather" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pasadena = getweather.getyear('PASADENA', ['TMIN', 'TMAX'], 2001)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.mean(pasadena['TMIN']), np.min(pasadena['TMIN']), np.max(pasadena['TMIN'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pasadena['TMIN']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.nan + 1" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.isnan(pasadena['TMIN'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "False + True + True" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.sum(np.isnan(pasadena['TMIN']))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.nanmin(pasadena['TMIN']), np.nanmax(pasadena['TMAX'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pasadena['TMIN'][np.isnan(pasadena['TMIN'])] = np.nanmean(pasadena['TMIN'])\n", + "pasadena['TMAX'][np.isnan(pasadena['TMAX'])] = np.nanmean(pasadena['TMAX'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pasadena['TMIN']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(pasadena['TMIN'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "xdata = np.array([0,1,4,5,7,8], 'd')\n", + "ydata = np.array([10,5,2,7,7.5,10], 'd')\n", + "\n", + "pp.plot(xdata, ydata, '--o')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# interpolate x/y data with missing values to continuous x values\n", + "\n", + "xnew = np.linspace(0, 8, 9)\n", + "ynew = np.interp(xnew, xdata, ydata)\n", + "\n", + "pp.plot(xdata, ydata, '--o', ms=10)\n", + "pp.plot(xnew, ynew, 's')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# interpolate x/y data with missing values to denser, continuous x values\n", + "\n", + "xnew = np.linspace(0, 8, 30)\n", + "ynew = np.interp(xnew, xdata, ydata)\n", + "\n", + "pp.plot(xdata, ydata, '--o', ms=10)\n", + "pp.plot(xnew, ynew, 's')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pasadena = getweather.getyear('PASADENA', ['TMIN', 'TMAX'], 2001)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# build a Boolean mask of \"good\" (non-NaN) TMIN values;\n", + "# interpolate \"good\" days/TMIN to full range of days \n", + "\n", + "good = ~np.isnan(pasadena['TMIN'])\n", + "x = np.arange(0, 365)\n", + "\n", + "np.interp(x, x[good], pasadena['TMIN'][good])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# fill NaNs in any array by interpolation\n", + "\n", + "def fillnans(array):\n", + " good = ~np.isnan(array)\n", + " x = np.arange(len(array))\n", + "\n", + " return np.interp(x, x[good], array[good])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(fillnans(pasadena['TMIN']))\n", + "pp.plot(fillnans(pasadena['TMAX']))" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_04_smoothing.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_04_smoothing.ipynb new file mode 100755 index 000000000..6dc19a35f --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_04_smoothing.ipynb @@ -0,0 +1,275 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 05_04: Smoothing Time Series Data" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "import urllib\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import getweather\n", + "\n", + "def fillnans(array):\n", + " x = np.arange(len(array))\n", + " good = ~np.isnan(array)\n", + "\n", + " return np.interp(x, x[good], array[good])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "hilo = getweather.getyear('HILO', ['TMIN','TMAX'], 2000)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "hilo['TMIN'], hilo['TMAX'] = fillnans(hilo['TMIN']), fillnans(hilo['TMAX'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.mean(hilo['TMIN']), np.min(hilo['TMIN']), np.max(hilo['TMIN'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(hilo['TMIN'])\n", + "\n", + "# plot horizontal lines at mean, min, and max of TMIN data\n", + "for value in [np.mean(hilo['TMIN']), np.min(hilo['TMIN']), np.max(hilo['TMIN'])]:\n", + " pp.axhline(value, linestyle=':')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "mean, err = np.mean(hilo['TMIN']), math.sqrt(np.var(hilo['TMIN']))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(hilo['TMIN'])\n", + "\n", + "# plot horizontal lines at mean, mean - std error, and mean + std error\n", + "for value in [mean, mean - err, mean + err]:\n", + " pp.axhline(value, linestyle=':')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "rain = getweather.getyear('HILO', ['PRCP'], 2000)['PRCP']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(rain)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# show the effects of correlating a sparse vector\n", + "# with a triangular mask\n", + "\n", + "x = np.array([0,0,0,0,1,0,0,0,0,0,1,0,0,0])\n", + "\n", + "mask = np.array([0.05,0.2,0.5,0.2,0.05])\n", + "y = np.correlate(x, mask, 'same')\n", + "\n", + "pp.plot(x, 'o')\n", + "\n", + "pp.plot(y, 'x')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.ones(10) / 10" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# TMIN data, smoothed with uniform mask of length 10;\n", + "# perform partial correlation on boundaries (mode = \"same\")\n", + "\n", + "pp.plot(hilo['TMIN'], '.', ms=3)\n", + "pp.plot(np.correlate(hilo['TMIN'], np.ones(10)/10, 'same'))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# TMIN data, smoothed with uniform mask of length 10;\n", + "# drop boundary values that cannot be fully correlated (mode = \"valid\")\n", + "\n", + "pp.plot(hilo['TMIN'], '.', ms=3)\n", + "pp.plot(np.correlate(hilo['TMIN'], np.ones(10)/10, 'valid'))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# smooth any array\n", + "\n", + "def smooth(array, window=10, mode='valid'):\n", + " return np.correlate(array, np.ones(window)/window, mode)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(hilo['TMIN'], '.', ms=3)\n", + "pp.plot(smooth(hilo['TMIN'], 10))\n", + "\n", + "pp.plot(hilo['TMAX'], '.', ms=3)\n", + "pp.plot(smooth(hilo['TMAX'], 10))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# load TMIN and TMAX data for a station and year; fill NaNs;\n", + "# plot unsmoothed data as dots, smoothed data as lines,\n", + "# dropping boundary values and adjusting x axis consistently\n", + "\n", + "def plotsmooth(station, year):\n", + " stationdata = getweather.getyear(station, ['TMIN','TMAX'], year)\n", + "\n", + " for obs in ['TMIN','TMAX']: \n", + " stationdata[obs] = fillnans(stationdata[obs])\n", + " \n", + " # thinner points\n", + " pp.plot(stationdata[obs], '.', ms=1)\n", + " pp.plot(range(10,356), smooth(stationdata[obs], 20))\n", + " \n", + " pp.title(station)\n", + " pp.axis(xmin=1, xmax=365, ymin=-10, ymax=45)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "plotsmooth('HILO', 2000)\n", + "plotsmooth('HILO', 2001)\n", + "plotsmooth('HILO', 2002)\n", + "\n", + "pp.axis(ymin=15,ymax=30)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# plot four cities in a two-by-two grid\n", + "\n", + "pp.figure(figsize=(12,9))\n", + "\n", + "for i, city in enumerate(['PASADENA','NEW YORK','SAN DIEGO','MINNEAPOLIS']):\n", + " pp.subplot(2,2,i+1)\n", + " plotsmooth(city, 2000)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_05_charts.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_05_charts.ipynb new file mode 100755 index 000000000..625861fcc --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_05_charts.ipynb @@ -0,0 +1,273 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 05_05: Weather Charts" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# note: this notebook requires Python 3.6 or higher" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "import urllib\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import getweather" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# for records: get TMIN/TMAX arrays for years 1910-2018, stack vertically in array\n", + "\n", + "allyears = np.vstack([getweather.getyear('PASADENA', ['TMIN','TMAX'], year)\n", + " for year in range(1910, 2019)])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# show stacked array as colored map, specifying axis values,\n", + "# and creating temperature-reference colorbar\n", + "\n", + "pp.matshow(allyears['TMIN'], extent=[1,365,2019,1910])\n", + "pp.colorbar()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# min and max of TMIN/TMAX along all years, excluding NaNs\n", + "\n", + "tmin_record = np.nanmin(allyears['TMIN'], axis=0)\n", + "tmax_record = np.nanmax(allyears['TMAX'], axis=0)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(tmin_record)\n", + "pp.plot(tmax_record)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# for normals: get TMIN/TMAX arrays for years 1981-2010, stack vertically in array\n", + "\n", + "normal = np.vstack([getweather.getyear('PASADENA', ['TMIN','TMAX'], year)\n", + " for year in range(1981, 2011)])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# mean of TMIN/TMAX across 1981-2010 years, excluding NaNs\n", + "\n", + "tmin_normal = np.nanmean(normal['TMIN'], axis=0)\n", + "tmax_normal = np.nanmean(normal['TMAX'], axis=0)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(tmin_normal)\n", + "pp.plot(tmax_normal)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "station, year = 'PASADENA', 2018\n", + "\n", + "thisyear = getweather.getyear(station, ['TMIN', 'TMAX'], year)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# fill area between horizontal curves (days, thisyear['TMIN']) and (days, thisyear['TMAX'])\n", + "\n", + "days = np.arange(1, 366)\n", + "\n", + "pp.fill_between(days, thisyear['TMIN'], thisyear['TMAX'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "avg = 0.5*(np.nanmean(thisyear['TMIN']) + np.nanmean(thisyear['TMAX']))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "avg" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# formatted string literal: will insert values of variable in braces\n", + "f'{station}, {year}: average temperature = {avg:.2f} C'" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# show normals, records, and current year bands together\n", + "\n", + "pp.figure(figsize=(15,4.5))\n", + "\n", + "pp.fill_between(days, tmin_record, tmax_record, color=(0.92,0.92,0.89), step='mid')\n", + "pp.fill_between(days, tmin_normal, tmax_normal, color=(0.78,0.72,0.72))\n", + "\n", + "pp.fill_between(days, thisyear['TMIN'], thisyear['TMAX'],\n", + " color=(0.73,0.21,0.41), alpha=0.6, step='mid')\n", + "\n", + "pp.axis(xmin=1, xmax=365, ymin=-15, ymax=50)\n", + "\n", + "pp.title(f'{station}, {year}: average temperature = {avg:.2f} C');" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# collect data and make chart for any city and current year,\n", + "# following the same steps as above\n", + "\n", + "def nyplot(station, year):\n", + " pp.figure(figsize=(15,4.5))\n", + " \n", + " allyears = np.vstack([getweather.getyear(station, ['TMIN','TMAX'], year)\n", + " for year in range(1910, 2020)])\n", + " \n", + " normal = np.vstack([getweather.getyear(station, ['TMIN','TMAX'], year)\n", + " for year in range(1981, 2011)])\n", + "\n", + " tmin_record, tmax_record = np.nanmin(allyears['TMIN'], axis=0), np.nanmax(allyears['TMAX'], axis=0)\n", + " tmin_normal, tmax_normal = np.nanmean(normal['TMIN'], axis=0), np.nanmean(normal['TMAX'], axis=0)\n", + "\n", + " days = np.arange(1, 366)\n", + "\n", + " pp.fill_between(days, tmin_record, tmax_record, color=(0.92,0.92,0.89), step='mid')\n", + " pp.fill_between(days, tmin_normal, tmax_normal, color=(0.78,0.72,0.72))\n", + " \n", + " thisyear = getweather.getyear(station, ['TMIN', 'TMAX'], year)\n", + "\n", + " pp.fill_between(days, thisyear['TMIN'], thisyear['TMAX'], color=(0.73,0.21,0.41), alpha=0.6, step='mid')\n", + "\n", + " pp.axis(xmin=1, xmax=365, ymin=-15, ymax=50)\n", + " \n", + " avg = 0.5*(np.nanmean(thisyear['TMIN']) + np.nanmean(thisyear['TMAX']))\n", + " pp.title(f'{station}, {year}: average temperature = {avg:.2f} C');" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nyplot('NEW YORK', 2018)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_07_solution.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_07_solution.ipynb new file mode 100755 index 000000000..eafb0f1de --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/05_07_solution.ipynb @@ -0,0 +1,190 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 05_07: Temperature Anomaly Solution" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "import urllib\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import getweather\n", + "\n", + "def smooth(array, window=10, mode='valid'):\n", + " return np.correlate(array, np.ones(window)/window, mode)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# get all historical data for New York, stacked into array\n", + "\n", + "station = 'NEW YORK'\n", + "\n", + "allyears = np.arange(1880, 2020)\n", + "\n", + "alldata = np.vstack([getweather.getyear(station, ['TMIN','TMAX'], year)\n", + " for year in allyears])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# compute (TMIN + TMAX)/2, averaged over days in every year\n", + "allavg = np.nanmean(0.5 * (alldata['TMIN'] + alldata['TMAX']), axis=1)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allavg.shape" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears.index(1945)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# find the index of values 1945 and 1955 in allyears\n", + "list(allyears).index(1945), list(allyears).index(1955)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "midcentury = np.nanmean(allavg[65:75])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "midcentury" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(allyears, allavg - midcentury)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(allyears[4:-4], smooth(allavg - midcentury, 9, 'valid'))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# compute and plot the temperature anomaly time series for any station\n", + "\n", + "allyears = np.arange(1880, 2020)\n", + "\n", + "def plotanomaly(station):\n", + " # grab the data\n", + " alldata = np.vstack([getweather.getyear(station, ['TMIN','TMAX'], year)\n", + " for year in allyears])\n", + " \n", + " # make yearly averages, and then the midcentury average\n", + " allavg = np.nanmean(0.5 * (alldata[:,:]['TMIN'] + alldata[:,:]['TMAX']), axis=1)\n", + " midcentury = np.nanmean(allavg[65:75])\n", + " \n", + " # plot with smoothing, adding a label that we can show in a legend\n", + " pp.plot(allyears[4:-4], smooth(allavg - midcentury, 9, 'valid'), label=station)\n", + " \n", + " # set a reasonable range\n", + " pp.axis(ymin=-3,ymax=3)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "plotanomaly('NEW YORK')\n", + "plotanomaly('PASADENA')\n", + "plotanomaly('MINNEAPOLIS')\n", + "\n", + "pp.legend()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/HILO.dly b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/HILO.dly new file mode 100755 index 000000000..435855040 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/HILO.dly @@ -0,0 +1,11893 @@ +USW00021504194910TMAX 278 0 278 0 278 0 289 0 289 0 300 0 261 0 267 0 278 0 272 0 267 0 267 0 267 0 267 0 261 0 261 0 261 0 272 0 256 0 272 0 267 0 267 0 267 0 272 0 267 0 267 0 278 0 289 0 272 0 267 0 294 0 +USW00021504194910TMIN 172 0 189 0 178 0 183 0 200 0 178 0 211 0 183 0 183 0 183 0 189 0 189 0 183 0 178 0 172 0 194 0 189 0 183 0 178 0 189 0 183 0 194 0 194 0 178 0 178 0 167 0 183 0 189 0 172 0 189 0 194 0 +USW00021504194910PRCP 0T 0 0T 0 0 0 0 0 0 0 132 0 216 0 3 0 48 0 117 0 89 0 124 0 56 0 3 0 15 0 130 0 79 0 124 0 196 0 729 0 5 0 81 0 28 0 20 0 0 0 0 0 74 0 15 0 13 0 0 0 0 0 +USW00021504194910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504194910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504194910WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504194910WT16 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00021504194911TMAX 267 0 261 0 261 0 267 0 250 0 261 0 261 0 256 0 256 0 267 0 244 0 228 0 228 0 239 0 256 0 244 0 250 0 222 0 244 0 256 0 267 0 283 0 261 0 256 0 250 0 239 0 250 0 256 0 250 0 256 0-9999 +USW00021504194911TMIN 189 0 189 0 189 0 189 0 200 0 183 0 183 0 183 0 194 0 183 0 167 0 167 0 172 0 156 0 144 0 178 0 150 0 172 0 156 0 156 0 156 0 167 0 172 0 167 0 167 0 189 0 189 0 194 0 172 0 189 0-9999 +USW00021504194911PRCP 102 0 51 0 10 0 41 0 43 0 251 0 5 0 97 0 36 0 5 0 15 0 28 0 58 0 0 0 10 0 30 0 74 0 102 0 15 0 5 0 5 0 10 0 5 0 0T 0 48 0 724 0 831 0 36 0 102 0 251 0-9999 +USW00021504194911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504194911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504194911WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504194912TMAX 256 0 250 0 261 0 256 0 256 0 267 0 256 0 261 0 250 0 244 0 244 0 256 0 233 0 228 0 244 0 239 0 250 0 250 0 267 0 272 0 256 0 256 0 250 0 278 X 267 0 250 0 239 0 222 0 239 0 228 0 233 0 +USW00021504194912TMIN 183 0 178 0 189 0 178 0 178 0 167 0 183 0 194 0 189 0 194 0 183 0 172 0 183 0 167 0 167 0 183 0 183 0 178 0 178 0 183 0 167 0 150 0 133 0 167 X 183 0 172 0 167 0 183 0 189 0 183 0 183 0 +USW00021504194912PRCP 38 0 127 0 81 0 112 0 30 0 3 0 213 0 69 0 48 0 74 0 71 0 53 0 254 0 191 0 244 0 168 0 8 0 251 0 94 0 112 0 0 0 0 0 0 0 147 X 15 0 112 0 191 0 343 0 89 0 201 0 61 0 +USW00021504194912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504194912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504194912WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504194912WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504194912WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195001TMAX 250 0 217 0 244 0 256 0 256 0 272 0 256 0 261 0 267 0 261 0 317 0 244 0 267 0 267 0 278 0 289 0 267 0 261 0 256 0 278 0 267 0 272 0 289 0 272 0 272 0 267 0 250 0 289 0 267 0 267 0 278 0 +USW00021504195001TMIN 183 0 167 0 161 0 161 0 156 0 161 0 172 0 161 0 183 0 178 0 211 0 200 0 189 0 172 0 172 0 189 0 172 0 172 0 161 0 167 0 178 0 206 0 206 0 189 0 183 0 161 0 194 0 189 0 194 0 189 0 178 0 +USW00021504195001PRCP 28 0 254 0 0 0 18 0 0 0 0 0 505 0 3 0 119 0 5 0 0T 0 10 0 0T 0 3 0 0 0 0 0 3 0 0 0 0T 0 3 0 99 0 99 0 0T 0 790 0 0 0 13 0 53 0 262 0 10 0 51 0 0T 0 +USW00021504195001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195001WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504195001WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195001WT16 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195002TMAX 278 0 267 0 278 0 283 0 289 0 261 0 233 0 294 0 289 0 278 0 283 0 272 0 267 0 261 0 261 0 244 0 261 0 256 0 233 0 222 0 244 0 250 0 261 0 261 0 267 0 289 0 267 0 261 0-9999 -9999 -9999 +USW00021504195002TMIN 172 0 178 0 167 0 172 0 178 0 178 0 200 0 194 0 172 0 167 0 183 0 183 0 183 0 183 0 178 0 161 0 172 0 178 0 167 0 172 0 167 0 183 0 194 0 183 0 183 0 183 0 178 0 172 0-9999 -9999 -9999 +USW00021504195002PRCP 0 0 0T 0 0 0 0 0 0 0 15 0 2139 0 15 0 0 0 0T 0 0T 0 30 0 25 0 51 0 30 0 69 0 198 0 551 0 231 0 450 0 183 0 163 0 104 0 185 0 25 0 25 0 18 0 112 0-9999 -9999 -9999 +USW00021504195002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195002WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195002WT16-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504195003TMAX 256 0 267 0 283 0 278 0 272 0 233 0 261 0 283 0 289 0 261 0 256 0 256 0 261 0 267 0 261 0 272 0 267 0 272 0 272 0 294 0 267 0 267 0 267 0 239 0 272 0 289 0 283 0 256 0 239 0 233 0 239 0 +USW00021504195003TMIN 172 0 161 0 178 0 183 0 194 0 167 0 156 0 167 0 172 0 194 0 189 0 172 0 178 0 172 0 161 0 167 0 183 0 167 0 172 0 183 0 194 0 194 0 200 0 178 0 194 0 178 0 172 0 167 0 183 0 172 0 178 0 +USW00021504195003PRCP 5 0 10 0 5 0 28 0 15 0 132 0 0 0 0 0 0 0 107 0 56 0 28 0 15 0 89 0 13 0 66 0 69 0 0 0 3 0 130 0 173 0 64 0 43 0 295 0 46 0 0 0 43 0 46 0 132 0 142 0 18 0 +USW00021504195003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195003WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00021504195004TMAX 228 0 261 0 261 0 239 0 244 0 256 0 239 0 267 0 261 0 244 0 250 0 256 0 267 0 278 0 278 0 256 0 233 0 239 0 222 0 250 0 278 0 278 0 222 0 250 0 222 0 256 0 239 0 217 0 261 0 256 0-9999 +USW00021504195004TMIN 167 0 156 0 167 0 189 0 189 0 189 0 183 0 178 0 183 0 167 0 189 0 183 0 183 0 189 0 194 0 183 0 178 0 183 0 172 0 183 0 172 0 189 0 183 0 189 0 189 0 194 0 189 0 178 0 200 0 183 0-9999 +USW00021504195004PRCP 64 0 0T 0 3 0 13 0 38 0 122 0 193 0 23 0 15 0 86 0 74 0 76 0 28 0 183 0 5 0 74 0 36 0 51 0 968 0 5 0 411 0 409 0 874 0 196 0 836 0 630 0 960 0 1288 0 3 0 46 0-9999 +USW00021504195004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195004WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504195004WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195004WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195005TMAX 256 0 261 0 256 0 267 0 256 0 261 0 278 0 272 0 272 0 283 0 283 0 261 0 261 0 256 0 272 X 239 0 267 0 239 0 261 0 256 0 250 0 256 0 256 0 272 0 256 0 272 0 267 0 261 0 278 0 283 0 272 0 +USW00021504195005TMIN 183 0 178 0 183 0 183 0 178 0 172 0 167 0 189 0 194 0 194 0 194 0 189 0 183 0 183 0 178 X 183 0 178 0 189 0 183 0 183 0 183 0 183 0 178 0 189 0 183 0 183 0 200 0 189 0 178 0 183 0 178 0 +USW00021504195005PRCP 43 0 48 0 94 0 46 0 163 0 0T 0 358 0 236 0 91 0 10 0 61 0 163 0 79 0 46 0 38 X 117 0 117 0 1509 0 61 0 272 0 25 0 53 0 48 0 226 0 76 0 48 0 0T 0 10 0 0 0 0 0 0 0 +USW00021504195005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195005WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195005WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504195006TMAX 289 0 267 0 256 0 272 0 278 0 278 0 283 0 239 0 239 0 272 0 228 0 272 0 233 0 283 0 256 0 272 0 278 0 261 0 272 0 267 0 283 0 272 0 267 0 256 0 261 0 272 0 267 0 272 0 283 0 278 0-9999 +USW00021504195006TMIN 194 0 206 0 189 0 183 0 189 0 183 0 200 0 200 0 189 0 183 0 194 0 194 0 189 0 183 0 194 0 200 0 200 0 189 0 189 0 194 0 194 0 194 0 194 0 189 0 189 0 194 0 189 0 206 0 183 0 189 0-9999 +USW00021504195006PRCP 0T 0 5 0 3 0 3 0 0 0 0T 0 5 0 122 0 94 0 46 0 191 0 10 0 30 0 0T 0 28 0 3 0 0T 0 61 0 25 0 66 0 43 0 3 0 147 0 137 0 91 0 46 0 114 0 5 0 0T 0 0T 0-9999 +USW00021504195006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195006WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195006WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195007TMAX 283 0 272 0 283 0 283 0 261 0 267 0 267 0 283 0 289 0 256 0 267 0 272 0 278 0 278 0 272 0 278 0 278 0 272 0 267 0 267 0 278 0 261 0 278 0 261 0 267 0 272 0 283 0 267 0 278 0 278 0 272 0 +USW00021504195007TMIN 189 0 200 0 194 0 211 0 206 0 206 0 194 0 189 0 189 0 200 0 194 0 183 0 183 0 172 0 178 0 189 0 206 0 189 0 206 0 200 0 206 0 200 0 200 0 206 0 200 0 189 0 206 0 206 0 217 0 200 0 189 0 +USW00021504195007PRCP 30 0 28 0 10 0 5 0 61 0 43 0 51 0 0T 0 3 0 279 0 61 0 10 0 3 0 3 0 91 0 56 0 18 0 51 0 157 0 340 0 69 0 229 0 20 0 147 0 58 0 71 0 165 0 122 0 10 0 51 0 33 0 +USW00021504195007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195007WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195007WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195008TMAX 283 0 300 0 272 0 272 0 272 0 278 0 278 0 283 0 289 0 283 0 278 0 272 0 283 X 267 0 339 0 306 0 283 0 289 0 294 0 300 0 311 0 294 X 278 0 283 0 278 0 289 0 272 0 289 0 278 0 283 0 289 0 +USW00021504195008TMIN 172 0 211 0 189 0 211 0 194 0 206 0 206 0 189 0 206 0 200 0 206 0 200 0 200 X 217 0 233 0 211 0 222 0 200 0 183 0 217 0 200 0 194 X 200 0 206 0 206 0 200 0 194 0 189 0 178 0 189 0 194 0 +USW00021504195008PRCP 0T 0 3 0 625 0 15 0 13 0 79 0 79 0 36 0 8 0 46 0 76 0 18 0 43 X 119 0 0T 0 0T 0 3 0 0 0 13 0 0 0 0 0 0 X 0 0 10 0 10 0 30 0 15 0 0T 0 117 0 0 0 3 0 +USW00021504195008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195008WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00021504195009TMAX 294 0 289 0 289 0 289 0 289 0 289 0 283 0 283 0 278 0 289 0 261 0 278 0 267 0 278 0 267 0 294 0 272 0 261 0 283 0 289 0 289 0 278 0 283 0 289 0 278 0 300 0 294 0 294 0 294 0 283 0-9999 +USW00021504195009TMIN 222 0 206 0 200 0 200 0 194 0 194 0 200 0 200 0 194 0 200 0 200 0 183 0 211 0 206 0 200 0 194 0 206 0 200 0 183 0 178 0 189 0 200 0 194 0 183 0 183 0 194 0 178 0 189 0 194 0 200 0-9999 +USW00021504195009PRCP 30 0 41 0 53 0 3 0 20 0 191 0 61 0 97 0 234 0 107 0 157 0 10 0 147 0 38 0 13 0 53 0 41 0 36 0 8 0 0 0 3 0 30 0 0 0 41 0 0 0 0 0 0 0 0 0 109 0 5 0-9999 +USW00021504195009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195009WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00021504195009WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195009WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00021504195010TMAX 272 0 289 0 283 0 289 0 278 0 278 0 261 0 267 0 289 0 294 0 283 0 289 0 289 0 289 0 278 0 283 0 294 0 283 0 278 0 272 0 283 0 272 0 272 0 267 0 267 0 272 0 272 0 283 0 278 0 289 0 283 0 +USW00021504195010TMIN 178 0 189 0 200 0 183 0 200 0 189 0 194 0 194 0 189 0 183 0 183 0 194 0 189 0 189 0 189 0 194 0 200 0 200 0 194 0 183 0 172 0 194 0 189 0 189 0 194 0 206 0 189 0 178 0 189 0 194 0 178 0 +USW00021504195010PRCP 66 0 30 0 23 0 8 0 102 0 41 0 152 0 490 0 94 0 193 0 0 0 0 0 0T 0 0T 0 20 0 10 0 0T 0 0T 0 48 0 71 0 23 0 56 0 107 0 188 0 71 0 0T 0 28 0 0 0 0T 0 0T 0 0T 0 +USW00021504195010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195010WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195010WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00021504195011TMAX 289 0 289 0 278 0 267 0 278 0 278 0 278 0 289 0 272 0 272 0 267 0 278 0 244 0 289 0 222 0 294 0 283 0 272 0 267 0 272 0 294 0 294 0 272 0 267 0 267 0 272 0 267 0 261 0 256 0 300 0-9999 +USW00021504195011TMIN 178 0 194 0 200 0 194 0 194 0 189 0 194 0 200 0 183 0 194 0 206 0 183 0 200 0 167 0 189 0 200 0 189 0 194 0 189 0 183 0 183 0 189 0 194 0 178 0 183 0 189 0 178 0 183 0 167 0 189 0-9999 +USW00021504195011PRCP 5 0 1410 0 109 0 102 0 23 0 8 0 0T 0 20 0 0 0 15 0 8 0 10 0 66 0 89 0 201 0 330 0 0 0 48 0 3 0 0 0 0 0 0T 0 30 0 0 0 66 0 36 0 0 0 5 0 0 0 0 0-9999 +USW00021504195011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195011WT03-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195011WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00021504195012TMAX 267 0 261 0 272 0 239 0 256 0 222 0 222 0 239 0 239 0 233 0 256 0 250 0 233 0 250 0 233 0 250 0 244 0 244 0 244 0 261 0 267 0 261 0 261 0 272 0 261 0 250 0 239 0 272 0 256 0 278 0 261 0 +USW00021504195012TMIN 206 0 206 0 194 0 189 0 206 0 200 0 189 0 183 0 161 0 156 0 178 0 189 0 183 0 167 0 172 0 178 0 167 0 167 0 178 0 161 0 183 0 172 0 167 0 167 0 206 0 194 0 178 0 167 0 172 0 156 0 172 0 +USW00021504195012PRCP 20 0 5 0 69 0 13 0 234 0 2032 0 320 0 48 0 3 0 112 0 28 0 348 0 175 0 20 0 56 0 8 0 0T 0 0T 0 0T 0 20 0 15 0 64 0 13 0 0 0 18 0 107 0 142 0 66 0 71 0 0 0 33 0 +USW00021504195012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195012WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00021504195101TMAX 267 0 272 0 267 0 261 0 256 0 267 0 261 0 250 0 256 0 256 0 256 0 244 0 267 0 256 0 244 0 244 0 256 0 261 0 261 0 267 0 289 0 211 0 239 0 222 0 250 0 267 0 267 0 278 0 272 0 267 0 261 0 +USW00021504195101TMIN 167 0 183 0 189 0 172 0 178 0 172 0 172 0 189 0 178 0 178 0 178 0 189 0 178 0 183 0 183 0 183 0 167 0 161 0 167 0 161 0 178 0 172 0 167 0 172 0 156 0 172 0 161 0 167 0 161 0 161 0 156 0 +USW00021504195101PRCP 0 0 0T 0 33 0 3 0 18 0 43 0 18 0 36 0 66 0 150 0 201 0 259 0 99 0 343 0 318 0 30 0 15 0 10 0 43 0 25 0 46 0 300 0 5 0 41 0 10 0 132 0 127 0 0 0 0 0 0 0 0 0 +USW00021504195101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195101WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195101WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00021504195102TMAX 272 0 272 0 272 0 267 0 256 0 239 0 261 0 256 0 244 0 261 0 261 0 250 X 239 0 228 0 239 0 239 0 228 0 222 0 233 0 244 0 261 0 244 0 283 0 256 0 239 0 261 0 256 0 250 0-9999 -9999 -9999 +USW00021504195102TMIN 167 0 161 0 161 0 156 0 172 0 183 0 156 0 167 0 133 0 150 0 167 0 167 X 178 0 189 0 178 0 172 0 167 0 183 0 183 0 189 0 178 0 189 0 167 0 178 0 189 0 178 0 178 0 189 0-9999 -9999 -9999 +USW00021504195102PRCP 0 0 3 0 0 0 43 0 20 0 13 0 5 0 0 0 0 0 0 0 0 0 79 X 251 0 142 0 86 0 157 0 564 0 2192 0 874 0 46 0 66 0 521 0 10 0 437 0 696 0 119 0 89 0 221 0-9999 -9999 -9999 +USW00021504195102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195102WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195102WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195102WT16-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504195103TMAX 228 0 256 0 256 0 256 0 211 0 211 0 261 0 261 0 300 0 289 0 294 0 294 0 256 0 239 0 261 0 228 0 256 0 278 0 267 0 272 0 267 0 228 0 250 0 250 0 289 0 267 0 311 0 294 0 267 0 267 0 261 0 +USW00021504195103TMIN 183 0 183 0 178 0 178 0 167 0 161 0 172 0 167 0 161 0 194 0 183 0 189 0 211 0 183 0 178 0 183 0 178 0 183 0 183 0 183 0 189 0 200 0 194 0 183 0 167 0 156 0 172 0 161 0 183 0 183 0 178 0 +USW00021504195103PRCP 490 0 254 0 99 0 218 0 686 0 318 0 147 0 0T 0 0 0 0T 0 0 0 0T 0 25 0 409 0 0 0 653 0 43 0 64 0 79 0 122 0 25 0 79 0 0T 0 10 0 0T 0 0 0 0 0 203 0 48 0 38 0 160 0 +USW00021504195103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195103WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00021504195103WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00021504195104TMAX 261 0 250 0 239 0 256 0 272 0 267 0 222 0 261 0 261 0 256 0 267 0 272 0 256 0 261 0 267 0 261 0 244 0 250 0 267 0 267 0 278 0 261 0 261 0 256 0 261 0 256 0 261 0 261 0 283 0 283 0-9999 +USW00021504195104TMIN 189 0 161 0 161 0 161 0 172 0 172 0 178 0 167 0 172 0 167 0 178 0 161 0 183 0 167 0 178 0 189 0 189 0 189 0 183 0 183 0 178 0 183 0 172 0 183 0 189 0 189 0 189 0 183 0 189 0 200 0-9999 +USW00021504195104PRCP 114 0 66 0 56 0 69 0 18 0 74 0 137 0 15 0 46 0 5 0 0T 0 3 0 0T 0 0T 0 3 0 13 0 64 0 25 0 0T 0 3 0 0 0 8 0 23 0 79 0 20 0 64 0 33 0 76 0 99 0 3 0-9999 +USW00021504195104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195104WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195105TMAX 289 0 261 0 267 0 272 0 272 0 272 0 278 0 278 0 278 0 267 0 272 0 278 0 283 0 283 0 261 0 272 0 272 0 267 0 272 0 267 0 278 0 289 0 272 0 278 0 278 0 283 0 283 0 256 0 278 0 267 0 272 0 +USW00021504195105TMIN 189 0 178 0 200 0 189 0 189 0 183 0 183 0 178 0 178 0 183 0 178 0 189 0 178 0 183 0 183 0 178 0 183 0 194 0 194 0 172 0 178 0 178 0 194 0 189 0 167 0 178 0 189 0 183 0 183 0 183 0 172 0 +USW00021504195105PRCP 5 0 0T 0 13 0 0T 0 5 0 25 0 3 0 0 0 56 0 69 0 15 0 8 0 3 0 0 0 170 0 10 0 102 0 76 0 10 0 20 0 3 0 18 0 0T 0 25 0 8 0 46 0 20 0 119 0 51 0 33 0 43 0 +USW00021504195105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195105WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195106TMAX 278 0 272 0 261 0 278 0 283 0 294 0 294 0 278 0 283 0 278 0 267 0 267 0 278 0 267 0 272 0 272 0 272 0 283 0 283 0 294 0 294 0 294 X 283 0 267 0 283 0 283 X 289 0 300 0 311 0 311 0-9999 +USW00021504195106TMIN 172 0 189 0 183 0 183 0 189 0 183 0 200 0 194 0 189 0 200 0 200 0 206 0 200 0 200 0 183 0 200 0 200 0 189 0 200 0 183 0 194 0 189 X 194 0 194 0 206 0 194 X 194 0 189 0 206 0 189 0-9999 +USW00021504195106PRCP 0T 0 46 0 20 0 0 0 36 0 5 0 0T 0 38 0 69 0 132 0 91 0 155 0 69 0 25 0 41 0 10 0 8 0 5 0 0T 0 0 0 0 0 41 X 36 0 28 0 0T 0 20 X 5 0 0 0 0 0 0 0-9999 +USW00021504195106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0-9999 +USW00021504195106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0-9999 +USW00021504195106WT16 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00021504195107TMAX 300 0 289 0 289 0 283 0 283 0 283 0 289 0 289 0 294 0 289 0 283 0 289 0 278 0 272 0 272 0 278 0 289 0 289 0 283 0 283 0 283 0 289 0 283 0 278 0 283 0 283 0 283 0 283 0 267 0 272 0 267 0 +USW00021504195107TMIN 211 0 200 0 194 0 194 0 200 0 206 0 211 0 194 0 194 0 200 0 211 0 217 0 200 0 194 0 194 0 183 0 206 0 189 0 194 0 211 0 211 0 211 0 206 0 206 0 217 0 206 0 211 0 211 0 200 0 206 0 211 0 +USW00021504195107PRCP 0 0 33 0 48 0 10 0 84 0 51 0 3 0 0T 0 0 0 46 0 71 0 5 0 94 0 58 0 104 0 13 0 10 0 28 0 203 0 36 0 13 0 5 0 58 0 277 0 3 0 201 0 5 0 8 0 150 0 1273 0 152 0 +USW00021504195107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195107WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195108TMAX 283 0 272 0 278 0 283 0 267 0 283 0 272 0 267 0 283 0 283 0 283 0 278 0 278 0 289 0 294 0 289 0 289 0 289 0 294 0 272 0 289 0 289 0 278 0 278 0 278 0 283 0 283 0 272 0 278 0 278 0 261 0 +USW00021504195108TMIN 206 0 206 0 200 0 200 0 206 0 217 0 211 0 206 0 206 0 211 0 217 0 211 0 200 0 206 0 189 0 200 0 206 0 194 0 211 0 211 0 217 0 194 0 194 0 194 0 200 0 178 0 194 0 194 0 194 0 200 0 206 0 +USW00021504195108PRCP 41 0 91 0 10 0 36 0 193 0 307 0 191 0 229 0 84 0 81 0 41 0 18 0 0 0 0T 0 0 0 36 0 0T 0 5 0 0 0 269 0 0T 0 10 0 135 0 38 0 142 0 13 0 10 0 264 0 38 0 5 0 307 0 +USW00021504195108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195108WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195109TMAX 278 0 283 0 278 0 283 0 272 0 278 0 311 0 283 0 289 0 278 0 272 0 283 0 289 0 300 0 300 0 300 0 300 0 300 0 294 0 289 0 333 0 311 0 294 0 294 0 294 0 289 0 278 0 283 0 289 0 278 0-9999 +USW00021504195109TMIN 200 0 178 0 200 0 189 0 189 0 211 0 222 0 217 0 200 0 206 0 194 0 194 0 183 0 217 0 222 0 211 0 200 0 206 0 189 0 194 0 183 0 194 0 194 0 183 0 200 0 194 0 194 0 200 0 217 0 211 0-9999 +USW00021504195109PRCP 28 0 51 0 38 0 20 0 193 0 36 0 25 0 41 0 5 0 23 0 41 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 13 0 23 0 28 0 25 0 8 0 3 0 10 0-9999 +USW00021504195109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195109WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195110TMAX 283 0 294 0 289 0 294 0 289 0 289 0 283 0 278 0 289 0 289 0 283 0 289 0 278 0 289 0 289 0 283 0 278 0 278 0 272 0 278 0 278 0 278 0 272 0 289 0 272 0 244 0 228 0 283 0 278 0 283 0 267 0 +USW00021504195110TMIN 189 0 200 0 200 0 189 0 194 0 194 0 189 0 200 0 178 0 200 0 200 0 189 0 206 0 194 0 206 0 200 0 189 0 167 0 194 0 183 0 206 0 189 0 189 0 200 0 206 0 200 0 200 0 211 0 194 0 222 0 206 0 +USW00021504195110PRCP 10 0 3 0 10 0 15 0 3 0 28 0 30 0 114 0 5 0 20 0 38 0 437 0 196 0 64 0 107 0 8 0 13 0 0 0 86 0 142 0 66 0 58 0 122 0 5 0 1458 0 879 0 1895 0 602 0 5 0 163 0 48 0 +USW00021504195110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195110WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00021504195110WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195111TMAX 283 0 289 0 272 0 272 0 267 0 261 0 267 0 267 0 267 0 261 0 267 0 278 0 278 0 267 0 233 0 267 0 261 0 250 0 256 0 239 0 250 0 250 0 250 X 256 0 261 0 267 0 261 0 256 0 261 0 250 0-9999 +USW00021504195111TMIN 189 0 200 0 211 0 189 0 194 0 194 0 194 0 183 0 183 0 183 0 189 0 189 0 183 0 178 0 183 0 183 0 183 0 178 0 183 0 200 0 200 0 189 0 167 X 172 0 178 0 194 0 178 0 178 0 172 0 183 0-9999 +USW00021504195111PRCP 0 0 10 0 58 0 43 0 56 0 155 0 33 0 193 0 30 0 28 0 43 0 99 0 196 0 18 0 127 0 28 0 74 0 213 0 800 0 592 0 251 0 66 0 53 X 5 0 124 0 170 0 33 0 84 0 58 0 140 0-9999 +USW00021504195111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195111WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195112TMAX 250 0 250 0 261 0 261 0 261 0 239 0 272 0 228 0 283 0 261 0 261 0 267 0 272 0 294 0 272 0 272 0 267 0 267 0 256 0 244 0 261 0 256 0 250 0 256 0 261 0 256 0 256 0 244 0 211 0 211 0 228 0 +USW00021504195112TMIN 172 0 178 0 178 0 183 0 178 0 194 0 189 0 183 0 167 0 167 0 178 0 200 0 183 0 178 0 178 0 178 0 178 0 194 0 183 0 172 0 161 0 161 0 178 0 156 0 183 0 167 0 156 0 156 0 161 0 183 0 194 0 +USW00021504195112PRCP 38 0 5 0 8 0 94 0 117 0 79 0 328 0 328 0 5 0 295 0 330 0 18 0 0T 0 0 0 46 0 0 0 48 0 97 X 23 0 15 0 0T 0 0T 0 18 0 18 0 0T 0 28 0 43 0 0T 0 897 0 1163 0 1288 0 +USW00021504195112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195112WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195112WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195201TMAX 244 0 244 0 239 X 239 0 250 0 250 0 244 0 272 0 239 0 244 0 239 0 228 0 239 0 233 0 217 0 250 0 244 0 244 0 261 0 233 0 239 0 222 0 228 0 244 0 239 0 244 0 244 0 267 0 267 0 261 0 244 0 +USW00021504195201TMIN 200 0 200 0 194 X 183 0 172 0 156 0 172 0 150 0 172 0 167 0 172 0 167 0 156 0 161 0 178 0 150 0 172 0 178 0 206 0 200 0 206 0 200 0 189 0 156 0 183 0 172 0 189 0 161 0 161 0 183 0 183 0 +USW00021504195201PRCP 495 0 226 0 239 X 434 0 8 0 41 0 15 0 0T 0 203 0 33 0 231 0 102 0 43 0 117 0 114 0 48 0 33 0 71 0 15 0 643 0 424 0 38 0 0T 0 3 0 81 0 0T 0 3 0 0T 0 3 0 5 0 25 0 +USW00021504195201SNOW 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195201WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195202TMAX 244 0 261 0 250 0 256 0 250 0 261 0 250 0 250 0 239 0 256 0 267 0 261 0 256 0 272 0 278 0 272 0 267 0 261 0 250 0 222 0 233 0 244 0 244 0 256 0 250 0 256 0 256 0 267 0 261 0-9999 -9999 +USW00021504195202TMIN 183 0 156 0 167 0 156 0 172 0 167 0 172 0 172 0 167 0 178 0 183 0 167 0 183 0 172 0 178 0 178 0 178 0 183 0 178 0 189 0 172 0 167 0 183 0 167 0 172 0 167 0 161 0 178 0 161 0-9999 -9999 +USW00021504195202PRCP 239 0 38 0 0 0 0T 0 130 0 10 0 56 0 0T 0 104 0 119 0 10 0 0T 0 124 0 79 0 3 0 18 0 0T 0 13 0 58 0 221 0 13 0 86 0 340 0 58 0 107 0 56 0 10 0 8 0 71 0-9999 -9999 +USW00021504195202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504195202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504195202WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504195203TMAX 250 0 256 0 267 0 244 0 244 0 244 0 194 0 244 0 250 0 244 0 233 0 239 0 233 0 228 0 228 0 256 0 239 0 239 0 233 0 261 0 261 0 250 0 250 0 250 0 261 0 261 0 200 0 256 0 272 0 267 0 261 0 +USW00021504195203TMIN 161 0 172 0 167 0 183 0 178 0 156 0 161 0 161 0 183 0 172 0 178 0 172 0 178 0 183 0 172 0 178 0 167 0 178 0 178 0 189 0 189 0 189 0 183 0 178 0 156 0 167 0 178 0 172 0 194 0 172 0 183 0 +USW00021504195203PRCP 122 0 71 0 0T 0 1336 0 196 0 175 0 503 0 234 0 305 0 292 0 119 0 211 0 157 0 112 0 56 0 0T 0 64 0 89 0 81 0 30 0 84 0 198 0 79 0 71 0 15 0 231 0 503 0 46 0 0T 0 0T 0 15 0 +USW00021504195203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195203WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195204TMAX 256 0 261 0 256 0 244 0 217 0 233 0 250 0 239 0 239 0 239 0 250 0 250 0 256 0 244 0 267 0 272 0 256 0 261 0 256 0 250 0 244 0 250 0 244 0 256 0 256 0 272 0 233 0 244 0 267 0 233 0-9999 +USW00021504195204TMIN 167 0 172 0 183 0 178 0 172 0 167 0 167 0 167 0 172 0 178 0 161 0 172 0 178 0 178 0 161 0 172 0 167 0 172 0 167 0 172 0 172 0 183 0 178 0 167 0 178 0 183 0 178 0 178 0 172 0 178 0-9999 +USW00021504195204PRCP 0T 0 10 0 43 0 36 0 165 0 64 0 33 0 81 0 79 0 3 0 71 0 10 0 168 0 160 0 0T 0 23 0 15 0 23 0 18 0 488 0 442 0 23 0 140 0 13 0 23 0 8 0 422 0 25 0 58 0 251 0-9999 +USW00021504195204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195204WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195205TMAX 233 0 261 0 211 0 250 0 250 0 256 0 244 0 256 0 256 0 256 0 261 0 256 0 267 0 278 0 222 0 239 0 250 0 233 0 256 0 250 0 267 0 250 0 267 0 256 0 256 0 267 0 272 0 267 0 256 0 267 0 283 0 +USW00021504195205TMIN 183 0 183 0 167 0 178 0 183 0 189 0 178 0 178 0 167 0 183 0 189 0 183 0 189 0 194 0 183 0 178 0 178 0 172 0 167 0 150 0 178 0 183 0 189 0 183 0 183 0 178 0 200 0 206 0 189 0 200 0 200 0 +USW00021504195205PRCP 348 0 0 0 180 0 36 0 76 0 3 0 84 0 0T 0 0 0 3 0 10 0 13 0 3 0 10 0 117 0 56 0 86 0 119 0 33 0 20 0 13 0 102 0 61 0 79 0 74 0 8 0 25 0 58 0 51 0 3 0 0T 0 +USW00021504195205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195205WT16 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195206TMAX 278 0 267 0 267 0 261 0 250 0 267 0 283 0 267 0 261 0 256 0 261 0 267 0 267 0 278 0 267 0 244 0 267 0 244 0 250 0 256 0 261 0 256 0 261 0 244 0 256 0 272 0 272 0 267 0 267 0 267 0-9999 +USW00021504195206TMIN 183 0 206 0 194 0 200 0 178 0 183 0 172 0 200 0 194 0 183 0 194 0 189 0 189 0 178 0 194 0 194 0 194 0 189 0 189 0 189 0 194 0 194 0 194 0 189 0 194 0 194 0 178 0 200 0 194 0 194 0-9999 +USW00021504195206PRCP 5 0 0T 0 0 0 8 0 216 0 33 0 5 0 48 0 99 0 130 0 175 0 127 0 160 0 36 0 94 0 104 0 147 0 117 0 64 0 147 0 109 0 94 0 130 0 58 0 36 0 18 0 33 0 38 0 114 0 122 0-9999 +USW00021504195206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195206WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00021504195206WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195207TMAX 267 0 267 0 261 0 272 0 261 0 261 0 267 0 256 0 261 0 267 0 261 0 272 0 261 0 256 0 306 0 278 0 261 0 272 0 278 0 267 0 261 0 256 0 272 0 267 0 267 0 267 0 250 0 278 0 267 0 261 0 267 0 +USW00021504195207TMIN 194 0 189 0 189 0 178 0 178 0 200 0 200 0 211 0 217 0 206 0 194 0 206 0 206 0 200 0 217 0 200 0 222 0 222 0 206 0 211 0 189 0 194 0 183 0 189 0 200 0 183 0 200 0 183 0 194 0 183 0 183 0 +USW00021504195207PRCP 18 0 38 0 46 0 25 0 30 0 30 0 43 0 297 0 191 0 48 0 38 0 0T 0 0T 0 117 0 18 0 10 0 226 0 28 0 13 0 0T 0 48 0 71 0 25 0 5 0 48 0 5 0 145 0 3 0 3 0 66 0 20 0 +USW00021504195207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195207WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195207WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195208TMAX 283 0 289 0 289 0 267 0 267 0 272 0 256 0 267 0 256 0 278 0 272 0 278 0 283 0 278 0 294 0 306 0 267 0 278 0 283 0 278 0 261 0 278 0 278 0 278 0 272 0 272 0 256 0 261 0 267 0 267 0 267 0 +USW00021504195208TMIN 200 0 200 0 211 0 189 0 200 0 200 0 200 0 194 0 200 0 183 0 200 0 183 0 189 0 194 0 194 0 194 0 200 0 194 0 206 0 194 0 189 0 178 0 200 0 211 0 194 0 211 0 200 0 194 0 189 0 194 0 194 0 +USW00021504195208PRCP 61 0 10 0 0 0 56 0 30 0 28 0 211 0 33 0 241 0 3 0 0T 0 69 0 23 0 13 0 23 0 0 0 81 0 89 0 13 0 25 0 30 0 0T 0 20 0 0T 0 157 0 152 0 114 0 30 0 23 0 51 0 160 0 +USW00021504195208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195208WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195208WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195209TMAX 267 0 278 0 272 0 283 0 272 0 244 0 278 0 267 0 272 0 267 0 278 0 289 0 278 0 272 0 267 0 272 0 267 0 278 0 278 0 272 0 272 0 283 0 278 0 289 0 272 0 261 0 267 0 278 0 283 0 289 0-9999 +USW00021504195209TMIN 194 0 200 0 200 0 211 0 200 0 194 0 200 0 200 0 194 0 194 0 200 0 200 0 189 0 200 0 183 0 194 0 189 0 189 0 178 0 189 0 194 0 194 0 189 0 178 0 183 0 206 0 183 0 183 0 189 0 189 0-9999 +USW00021504195209PRCP 124 0 8 0 51 0 0 0 66 0 267 0 5 0 36 0 168 0 211 0 38 0 51 0 165 0 23 0 41 0 15 0 76 0 5 0 13 0 0T 0 0T 0 0 0 0T 0 0T 0 3 0 23 0 84 0 18 0 0 0 0 0-9999 +USW00021504195209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195209WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504195210TMAX 311 0 294 0 294 0 283 0 289 0 289 0 272 0 289 0 278 0 272 0 272 0 278 0 267 0 294 0 311 0 289 0 306 0 267 0 244 0 261 0 250 0 278 0 272 0 283 0 272 0 250 0 267 0 272 0 278 0 244 0 267 0 +USW00021504195210TMIN 183 0 189 0 194 0 194 0 200 0 194 0 189 0 200 0 200 0 189 0 189 0 206 0 200 0 206 0 206 0 217 0 211 0 200 0 211 0 206 0 194 0 206 0 206 0 200 0 178 0 200 0 189 0 178 0 183 0 200 0 200 0 +USW00021504195210PRCP 0 0 0 0 0 0 10 0 3 0 13 0 48 0 13 0 0 0 112 0 33 0 8 0 3 0 43 0 0T 0 0 0 43 0 56 0 584 0 51 0 254 0 97 0 224 0 43 0 18 0 394 0 0T 0 8 0 41 0 318 0 28 0 +USW00021504195210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195210WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195210WT16-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195211TMAX 267 0 283 0 278 0 283 0 278 0 272 0 272 0 283 0 256 0 272 0 272 0 267 0 256 0 267 0 267 0 261 0 256 0 261 0 233 0 267 0 272 0 267 0 267 0 261 0 261 0 256 0 256 0 256 0 250 0 256 0-9999 +USW00021504195211TMIN 189 0 206 0 217 0 206 0 194 0 194 0 200 0 183 0 189 0 189 0 189 0 189 0 183 0 194 0 183 0 194 0 178 0 183 0 178 0 178 0 189 0 178 0 189 0 183 0 194 0 194 0 200 0 189 0 183 0 183 0-9999 +USW00021504195211PRCP 20 0 18 0 51 0 43 0 0 0 3 0 0T 0 0 0 297 0 229 0 140 0 183 0 142 0 216 0 208 0 191 0 178 0 69 0 287 0 221 0 15 0 3 0 140 0 97 0 104 0 15 0 56 0 74 0 155 0 287 0-9999 +USW00021504195211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195211PGTM 1318 X 1000 X 1336 X 1324 X 1412 X 1218 X 1236 X 1442 X 1712 X 1648 X 1442 X 2118 X 1142 X 1412 X 1100 X 0300 X 1306 X 1900 X 1524 X 1254 X 1254 X 1230 X 1342 X 1130 X 1200 X 1306 X 1606 X 2124 X 0836 X 1018 X-9999 +USW00021504195211WDFG 45W X 23W X 360W X 113W X 90W X 90W X 23W X 45W X 360W X 45W X 68W X 0W X 68W X 113W X 90W X 90W X 135W X 135W X 315W X 158W X 135W X 113W X 45W X 90W X 68W X 90W X 45W X 90W X 135W X 45W X-9999 +USW00021504195211WSFG 67 X 67 X 67 X 76 X 89 X 80 X 72 X 67 X 80 X 98 X 94 X 89 X 98 X 72 X 76 X 89 X 63 X 58 X 67 X 67 X 85 X 63 X 76 X 80 X 94 X 72 X 103 X 107 X 72 X 67 X-9999 +USW00021504195211WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195211WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195212TMAX 256 0 250 0 250 0 244 0 244 0 250 0 233 0 250 0 244 0 261 0 261 0 256 0 267 0 261 0 267 0 267 0 272 0 244 0 244 0 272 0 272 0 256 0 256 0 256 0 250 0 250 0 267 0 267 0 250 0 267 0 278 0 +USW00021504195212TMIN 189 0 183 0 172 0 167 0 178 0 178 0 183 0 178 0 156 0 172 0 161 0 172 0 161 0 161 0 178 0 183 0 172 0 189 0 183 0 183 0 178 0 178 0 178 0 172 0 161 0 172 0 172 0 167 0 161 0 178 0 167 0 +USW00021504195212PRCP 124 0 66 0 46 0 53 0 300 0 81 0 305 0 147 0 76 0 76 0 13 0 0T 0 0 0 0 0 0T 0 0T 0 124 0 137 0 20 0 56 0 0T 0 18 0 30 0 38 0 15 0 33 0 0T 0 0 0 25 0 0 0 0 0 +USW00021504195212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195212PGTM 1400 X 1312 X 1254 X 1642 X 0042 X 1306 X 1348 X 1348 X 1106 X 1436 X 1448 X 0200 X 1212 X 1236 X 1354 X 0800 X 1336 X 1106 X 0300 X 1412 X 1400 X 1424 X 1354 X 1100 X 1306 X 1318 X 1230 X 1200 X 1230 X 1212 X 1542 X +USW00021504195212WDFG 90W X 90W X 113W X 68W X 68W X 113W X 68W X 135W X 90W X 135W X 135W X 360W X 113W X 68W X 45W X 225W X 158W X 23W X 248W X 158W X 158W X 113W X 90W X 90W X 45W X 113W X 158W X 135W X 135W X 135W X 135W X +USW00021504195212WSFG 98 X 67 X 94 X 94 X 98 X 72 X 98 X 80 X 72 X 89 X 80 X 67 X 67 X 54 X 67 X 72 X 63 X 67 X 54 X 67 X 72 X 54 X 67 X 80 X 72 X 58 X 67 X 76 X 76 X 89 X 103 X +USW00021504195212WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 +USW00021504195301TMAX 261 0 283 0 278 0 267 0 289 0 267 0 283 0 244 0 250 0 256 0 283 0 267 0 272 0 272 0 267 0 272 0 267 0 239 0 267 0 261 0 261 0 250 0 256 0 272 0 278 0 278 0 294 0 261 0 283 0 283 0 272 0 +USW00021504195301TMIN 161 0 167 0 161 0 156 0 172 0 178 0 161 0 189 0 144 0 150 0 144 0 167 0 167 0 167 0 167 0 178 0 178 0 172 0 178 0 172 0 178 0 167 0 167 0 172 0 172 0 167 0 167 0 161 0 172 0 172 0 178 0 +USW00021504195301PRCP 15 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 5 0 33 0 13 0 10 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 10 0 0T 0 0 0 0 0 +USW00021504195301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195301PGTM 1536 X 1230 X 1448 X 1154 X 1324 X 1212 X 1536 X 1312 X 1336 X 1300 X 1306 X 1406 X 1430 X 1312 X 1254 X 1348 X 1324 X 0924 X 1424 X 1536 X 1436 X 1106 X 1106 X 1254 X 1230 X 1200 X 1536 X 1342 X 1354 X 1354 X 1336 X +USW00021504195301WDFG 113W X 135W X 90W X 45W X 135W X 23W X 360W X 360W X 360W X 360W X 113W X 90W X 113W X 90W X 158W X 158W X 135W X 135W X 158W X 135W X 135W X 113W X 68W X 23W X 23W X 113W X 135W X 23W X 113W X 68W X 68W X +USW00021504195301WSFG 76 X 94 X 89 X 63 X 89 X 58 X 89 X 67 X 67 X 63 X 63 X 63 X 72 X 76 X 76 X 76 X 76 X 58 X 80 X 98 X 89 X 63 X 67 X 63 X 76 X 80 X 121 X 67 X 103 X 80 X 85 X +USW00021504195301WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195301WT16 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 +USW00021504195302TMAX 267 0 261 0 272 0 278 0 267 0 256 0 261 0 256 0 244 0 278 0 272 0 267 0 244 0 250 0 256 0 206 0 233 0 244 0 250 0 261 0 256 0 244 0 278 0 256 0 244 0 239 0 244 0 239 0-9999 -9999 -9999 +USW00021504195302TMIN 167 0 178 0 178 0 183 0 167 0 167 0 178 0 172 0 167 0 139 0 178 0 183 0 172 0 161 0 172 0 156 0 144 0 144 0 172 0 144 0 161 0 178 0 161 0 167 0 178 0 178 0 161 0 161 0-9999 -9999 -9999 +USW00021504195302PRCP 0T 0 0T 0 8 0 0T 0 8 0 46 0 81 0 114 0 0T 0 0 0 0T 0 0T 0 155 0 231 0 147 0 297 0 130 0 23 0 91 0 10 0 119 0 71 0 119 0 937 0 353 0 216 0 8 0 140 0-9999 -9999 -9999 +USW00021504195302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195302PGTM 1300 X 1512 X 1430 X 1354 X 1318 X 1130 X 1342 X 1306 X 1430 X 1406 X 1318 X 1342 X 1236 X 1242 X 1306 X 1536 X 1206 X 1512 X 1242 X 1300 X 1630 X 1254 X 1448 X 0100 X 1142 X 1212 X 1448 X 1236 X-9999 -9999 -9999 +USW00021504195302WDFG 90W X 68W X 90W X 90W X 135W X 68W X 90W X 90W X 45W X 90W X 90W X 68W X 23W X 45W X 113W X 68W X 270W X 23W X 360W X 113W X 135W X 180W X 180W X 68W X 158W X 135W X 113W X 135W X-9999 -9999 -9999 +USW00021504195302WSFG 89 X 76 X 98 X 103 X 94 X 103 X 58 X 67 X 63 X 112 X 80 X 89 X 58 X 94 X 94 X 63 X 58 X 72 X 72 X 72 X 76 X 67 X 107 X 80 X 58 X 76 X 58 X 67 X-9999 -9999 -9999 +USW00021504195302WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195302WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504195303TMAX 272 0 250 0 250 0 261 0 244 0 261 0 256 0 239 0 228 0 222 0 233 0 278 0 244 0 244 0 244 0 261 0 256 0 244 0 250 0 244 0 256 0 256 0 256 0 261 0 250 0 256 0 267 0 261 0 239 0 228 0 239 0 +USW00021504195303TMIN 178 0 172 0 178 0 178 0 167 0 161 0 156 0 172 0 178 0 167 0 167 0 167 0 172 0 189 0 178 0 161 0 150 0 172 0 167 0 178 0 167 0 172 0 167 0 167 0 172 0 167 0 161 0 172 0 172 0 178 0 161 0 +USW00021504195303PRCP 140 0 104 0 58 0 119 0 20 0 0T 0 137 0 813 0 1270 0 1242 0 180 0 168 0 8 0 168 0 224 0 10 0 18 0 249 0 56 0 23 0 8 0 0T 0 5 0 18 0 302 0 51 0 30 0 13 0 56 0 30 0 25 0 +USW00021504195303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195303PGTM 1336 X 1518 X 1500 X 1518 X 1042 X 1406 X 1154 X 1906 X 1542 X 0336 X 0824 X 1354 X 1330 X 1118 X 1142 X 1306 X 1336 X 1412 X 1236 X 1306 X 1300 X 1354 X 1224 X 1324 X 1054 X 1254 X 1400 X 1300 X 1524 X 0900 X 1354 X +USW00021504195303WDFG 248W X 158W X 68W X 113W X 45W X 45W X 45W X 203W X 135W X 225W X 225W X 68W X 68W X 23W X 45W X 23W X 45W X 68W X 23W X 135W X 113W X 113W X 68W X 23W X 68W X 360W X 45W X 113W X 113W X 90W X 90W X +USW00021504195303WSFG 98 X 94 X 72 X 89 X 72 X 72 X 58 X 67 X 116 X 85 X 49 X 125 X 72 X 76 X 94 X 72 X 80 X 67 X 72 X 80 X 89 X 76 X 80 X 89 X 72 X 72 X 80 X 98 X 80 X 63 X 72 X +USW00021504195303WT03-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195303WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195304TMAX 244 0 256 0 250 0 267 0 261 0 272 0 267 0 267 0 261 0 261 0 222 0 239 0 250 0 250 0 250 0 261 0 250 0 261 0 267 0 256 0 256 0 267 0 278 0 267 0 267 0 278 0 278 0 256 0 272 0 261 0-9999 +USW00021504195304TMIN 156 0 156 0 156 0 172 0 172 0 167 0 172 0 167 0 167 0 167 0 189 0 183 0 178 0 183 0 183 0 167 0 172 0 189 0 183 0 172 0 183 0 178 0 183 0 183 0 183 0 172 0 189 0 194 0 194 0 183 0-9999 +USW00021504195304PRCP 43 0 0T 0 20 0 0T 0 155 0 20 0 13 0 3 0 0T 0 13 0 333 0 3 0 3 0 117 0 66 0 5 0 74 0 23 0 8 0 25 0 5 0 18 0 10 0 3 0 0T 0 3 0 0 0 25 0 36 0 33 0-9999 +USW00021504195304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195304PGTM 1230 X 1218 X 1348 X 1412 X 1348 X 1224 X 1254 X 1148 X 1148 X 1112 X 0924 X 1412 X 1412 X 1600 X 1200 X 1336 X 1524 X 0918 X 1512 X 1312 X 1148 X 1230 X 1312 X 1336 X 1230 X 1336 X 1048 X 1054 X 1248 X 1624 X-9999 +USW00021504195304WDFG 360W X 23W X 90W X 135W X 23W X 113W X 360W X 360W X 360W X 360W X 338W X 360W X 68W X 315W X 90W X 23W X 45W X 360W X 113W X 23W X 45W X 90W X 68W X 68W X 23W X 23W X 113W X 68W X 90W X 68W X-9999 +USW00021504195304WSFG 72 X 76 X 80 X 98 X 89 X 98 X 63 X 63 X 58 X 58 X 76 X 67 X 58 X 63 X 58 X 67 X 72 X 67 X 98 X 72 X 72 X 72 X 67 X 76 X 72 X 67 X 94 X 89 X 94 X 76 X-9999 +USW00021504195304WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00021504195305TMAX 272 0 278 0 256 0 222 0 250 0 244 0 244 0 267 0 261 0 272 0 272 0 272 0 261 0 278 0 278 0 272 0 278 0 267 0 256 0 261 0 272 0 278 0 272 0 267 0 267 0 261 0 261 0 272 0 272 0 261 0 261 0 +USW00021504195305TMIN 183 0 178 0 183 0 189 0 189 0 183 0 189 0 189 0 194 0 194 0 183 0 172 0 183 0 183 0 178 0 183 0 178 0 183 0 189 0 194 0 183 0 194 0 183 0 200 0 189 0 183 0 183 0 189 0 200 0 189 0 189 0 +USW00021504195305PRCP 0T 0 3 0 185 0 282 0 91 0 361 0 292 0 307 0 155 0 13 0 3 0 13 0 36 0 28 0 94 0 3 0 13 0 56 0 33 0 84 0 10 0 3 0 33 0 33 0 69 0 41 0 333 0 56 0 48 0 94 0 18 0 +USW00021504195305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195305PGTM 1342 X 1330 X 1424 X 1530 X 1600 X 1354 X 1406 X 1512 X 0412 X 1312 X 1542 X 0918 X 1218 X 1400 X 1136 X 1142 X 1206 X 1118 X 1600 X 1454 X 1412 X 1248 X 1212 X 0848 X 1542 X 1136 X 1218 X 1606 X 1106 X 1618 X 1400 X +USW00021504195305WDFG 135W X 113W X 338W X 360W X 360W X 45W X 45W X 90W X 113W X 90W X 45W X 68W X 45W X 45W X 113W X 45W X 68W X 360W X 90W X 90W X 23W X 225W X 68W X 360W X 68W X 45W X 90W X 45W X 23W X 45W X 360W X +USW00021504195305WSFG 85 X 76 X 67 X 94 X 94 X 76 X 80 X 103 X 72 X 72 X 72 X 89 X 85 X 89 X 116 X 80 X 98 X 72 X 98 X 80 X 89 X 76 X 76 X 89 X 94 X 85 X 125 X 80 X 72 X 72 X 67 X +USW00021504195305WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195306TMAX 278 0 283 0 272 0 278 0 267 0 272 0 283 0 256 0 272 0 267 0 278 0 272 0 261 0 267 0 261 0 272 0 278 0 261 0 256 0 267 0 261 0 261 0 278 0 278 0 278 0 267 0 267 0 278 0 250 0 261 0-9999 +USW00021504195306TMIN 172 0 183 0 200 0 189 0 194 0 189 0 183 0 189 0 178 0 200 0 194 0 194 0 194 0 194 0 194 0 194 0 189 0 206 0 194 0 194 0 194 0 200 0 200 0 194 0 194 0 194 0 194 0 200 0 200 0 200 0-9999 +USW00021504195306PRCP 0T 0 18 0 58 0 3 0 0T 0 0T 0 20 0 33 0 185 0 64 0 43 0 119 0 58 0 132 0 140 0 25 0 38 0 104 0 46 0 41 0 58 0 124 0 5 0 0T 0 10 0 25 0 25 0 3 0 15 0 33 0-9999 +USW00021504195306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195306PGTM 1348 X 1106 X 1212 X 1254 X 1130 X 1130 X 1206 X 0806 X 1654 X 1006 X 1442 X 1330 X 1318 X 2036 X 1106 X 1200 X 1354 X 1248 X 1600 X 1306 X 1300 X 1512 X 1100 X 1206 X 1242 X 1330 X 1348 X 1324 X 0636 X 1306 X-9999 +USW00021504195306WDFG 90W X 68W X 90W X 90W X 90W X 45W X 90W X 45W X 23W X 90W X 45W X 113W X 68W X 90W X 45W X 135W X 90W X 23W X 23W X 360W X 23W X 45W X 45W X 90W X 23W X 23W X 68W X 45W X 68W X 45W X-9999 +USW00021504195306WSFG 76 X 80 X 85 X 80 X 85 X 76 X 94 X 72 X 72 X 72 X 85 X 85 X 76 X 85 X 80 X 80 X 67 X 72 X 58 X 67 X 67 X 72 X 67 X 94 X 67 X 72 X 89 X 94 X 76 X 72 X-9999 +USW00021504195306WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195307TMAX 256 0 267 0 272 0 278 0 272 0 272 0 267 0 272 0 272 0 278 0 272 0 283 0 272 0 261 0 278 0 261 0 272 0 278 0 278 0 272 0 272 0 261 0 278 0 272 0 267 0 272 0 272 0 278 0 267 0 261 0 272 0 +USW00021504195307TMIN 194 0 200 0 200 0 206 0 206 0 200 0 183 0 200 0 194 0 194 0 194 0 200 0 211 0 206 0 211 0 211 0 189 0 194 0 194 0 200 0 206 0 206 0 211 0 211 0 200 0 206 0 200 0 206 0 206 0 206 0 211 0 +USW00021504195307PRCP 58 0 56 0 191 0 48 0 0T 0 10 0 15 0 5 0 0T 0 0 0 0T 0 10 0 38 0 91 0 30 0 13 0 3 0 36 0 79 0 20 0 18 0 13 0 10 0 3 0 25 0 66 0 61 0 25 0 89 0 30 0 36 0 +USW00021504195307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195307PGTM 1154 X 1224 X 1624 X 1700 X 1224 X 1048 X 1530 X 1618 X 1218 X 1218 X 1018 X 1124 X 1048 X 1154 X 1536 X 1600 X 1524 X 1442 X 1336 X 1424 X 1348 X 1312 X 1442 X 1036 X 1536 X 1400 X 1806 X 1312 X 1230 X 1242 X 1818 X +USW00021504195307WDFG 23W X 360W X 68W X 68W X 360W X 360W X 360W X 45W X 45W X 68W X 90W X 68W X 23W X 68W X 45W X 360W X 23W X 90W X 68W X 90W X 23W X 45W X 45W X 23W X 23W X 45W X 45W X 23W X 90W X 90W X 45W X +USW00021504195307WSFG 76 X 67 X 76 X 72 X 63 X 67 X 76 X 63 X 76 X 67 X 80 X 72 X 76 X 72 X 76 X 72 X 72 X 85 X 98 X 85 X 72 X 72 X 89 X 89 X 85 X 89 X 72 X 72 X 80 X 72 X 85 X +USW00021504195307WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195308TMAX 267 0 261 0 267 0 261 0 278 0 294 0 283 0 294 0 278 0 283 0 283 0 267 0 278 0 278 0 300 0 283 0 294 0 272 0 272 0 272 0 278 0 294 0 300 0 278 0 278 0 272 0 283 0 272 0 278 0 278 0 278 0 +USW00021504195308TMIN 206 0 211 0 206 0 200 0 189 0 200 0 222 0 206 0 200 0 211 0 206 0 206 0 200 0 211 0 200 0 200 0 206 0 206 0 194 0 200 0 206 0 194 0 200 0 211 0 206 0 200 0 183 0 189 0 183 0 200 0 200 0 +USW00021504195308PRCP 264 0 249 0 64 0 104 0 0T 0 36 0 53 0 5 0 3 0 0T 0 0T 0 124 0 165 0 5 0 0 0 0T 0 0T 0 10 0 43 0 10 0 0T 0 5 0 76 0 61 0 25 0 41 0 3 0 0T 0 10 0 0T 0 13 0 +USW00021504195308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195308PGTM 1554 X 0630 X 1154 X 1224 X 1342 X 1224 X 1100 X 1424 X 1236 X 0918 X 1454 X 1606 X 1342 X 1448 X 1424 X 1112 X 1230 X 1536 X 1236 X 0936 X 1100 X 1336 X 1330 X 1154 X 1524 X 0800 X 1318 X 0954 X 1230 X 0942 X 1324 X +USW00021504195308WDFG 23W X 90W X 45W X 45W X 68W X 90W X 90W X 68W X 45W X 45W X 23W X 360W X 23W X 360W X 135W X 68W X 90W X 45W X 23W X 90W X 23W X 45W X 45W X 45W X 23W X 270W X 23W X 45W X 45W X 68W X 23W X +USW00021504195308WSFG 72 X 98 X 67 X 72 X 72 X 89 X 80 X 80 X 80 X 76 X 72 X 58 X 67 X 67 X 89 X 80 X 89 X 72 X 63 X 72 X 63 X 67 X 67 X 89 X 67 X 63 X 67 X 67 X 67 X 94 X 67 X +USW00021504195308WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195309TMAX 283 0 278 0 272 0 272 0 278 0 283 0 283 0 272 0 283 0 278 0 278 0 272 0 283 0 283 0 289 0 283 0 283 0 272 0 283 0 272 0 278 0 283 0 283 0 289 0 289 0 272 0 256 0 272 0 272 0 283 0-9999 +USW00021504195309TMIN 189 0 200 0 194 0 194 0 194 0 194 0 183 0 206 0 189 0 206 0 194 0 194 0 194 0 189 0 200 0 217 0 211 0 194 0 200 0 206 0 206 0 183 0 189 0 194 0 189 0 206 0 206 0 200 0 200 0 206 0-9999 +USW00021504195309PRCP 0T 0 23 0 41 0 109 0 0T 0 5 0 69 0 112 0 43 0 15 0 13 0 5 0 0 0 0 0 0T 0 8 0 10 0 5 0 8 0 5 0 18 0 3 0 0T 0 0T 0 18 0 94 0 84 0 25 0 102 0 109 0-9999 +USW00021504195309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195309PGTM 1212 X 1018 X 1736 X 2018 X 1518 X 1312 X 1400 X 2048 X 1306 X 1400 X 2212 X 1200 X 1300 X 1224 X 1548 X 1300 X 1330 X 1218 X 1230 X 1324 X 1124 X 0724 X 1306 X 1206 X 1306 X 0618 X 1236 X 1230 X 1218 X 1300 X-9999 +USW00021504195309WDFG 45W X 360W X 23W X 23W X 23W X 360W X 90W X 360W X 90W X 360W X 90W X 360W X 45W X 23W X 338W X 360W X 360W X 90W X 23W X 23W X 23W X 270W X 45W X 360W X 45W X 68W X 180W X 68W X 45W X 90W X-9999 +USW00021504195309WSFG 80 X 80 X 76 X 80 X 72 X 72 X 67 X 67 X 85 X 72 X 67 X 72 X 76 X 72 X 67 X 72 X 72 X 76 X 67 X 67 X 98 X 76 X 76 X 67 X 63 X 63 X 63 X 67 X 72 X 80 X-9999 +USW00021504195309WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195310TMAX 278 0 267 0 278 0 283 0 272 0 278 0 278 0 278 0 289 0 283 0 272 0 261 0 272 0 278 0 278 0 267 0 272 0 283 0 267 0 294 0 283 0 267 0 272 0 256 0 272 0 272 0 261 0 272 0 267 0 256 0 261 0 +USW00021504195310TMIN 194 0 200 0 200 0 194 0 189 0 183 0 189 0 200 0 172 0 200 0 194 0 189 0 194 0 183 0 189 0 206 0 200 0 183 0 183 0 194 0 200 0 189 0 200 0 183 0 178 0 189 0 194 0 183 0 178 0 183 0 178 0 +USW00021504195310PRCP 3 0 30 0 0 0 0T 0 61 0 0 0 0 0 0T 0 0T 0 18 0 36 0 61 0 15 0 3 0 196 0 97 0 23 0 5 0 51 0 0T 0 155 0 33 0 20 0 3 0 5 0 76 0 56 0 36 0 79 0 51 0 10 0 +USW00021504195310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195310WT16 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195311TMAX 261 0 267 0 267 0 261 0 256 0 244 0 261 0 250 0 256 0 267 0 261 0 261 0 261 0 261 0 256 0 272 0 261 0 256 0 244 0 256 0 250 0 256 0 267 0 256 0 256 0 256 0 250 0 256 0 239 0 250 0-9999 +USW00021504195311TMIN 189 0 189 0 189 0 183 0 194 0 194 0 200 0 178 0 194 0 189 0 183 0 178 0 189 0 183 0 189 0 189 0 189 0 178 0 183 0 178 0 172 0 183 0 183 0 189 0 183 0 194 0 183 0 178 0 172 0 189 0-9999 +USW00021504195311PRCP 13 0 5 0 61 0 61 0 152 0 69 0 5 0 38 0 13 0 15 0 30 0 0T 0 30 0 5 0 51 0 579 0 99 0 76 0 122 0 0T 0 53 0 0T 0 64 0 86 0 107 0 10 0 3 0 0T 0 102 0 74 0-9999 +USW00021504195311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195311PGTM 1100 X 1324 X 1418 X 1936 X 0624 X 1336 X 1936 X 1300 X 1818 X 0318 X 0736 X 1318 X 1230 X 1242 X 1418 X 1648 X 1024 X 1442 X 1218 X 1506 X 1448 X 1354 X 1136 X 1124 X 1142 X 1006 X 1324 X 1200 X 1406 X 1830 X-9999 +USW00021504195311WDFG 90W X 45W X 45W X 90W X 270W X 135W X 315W X 360W X 338W X 23W X 23W X 360W X 45W X 68W X 68W X 90W X 90W X 180W X 68W X 68W X 135W X 68W X 90W X 360W X 23W X 23W X 113W X 45W X 90W X 135W X-9999 +USW00021504195311WSFG 89 X 63 X 85 X 85 X 76 X 58 X 89 X 98 X 89 X 80 X 76 X 76 X 80 X 67 X 80 X 89 X 125 X 67 X 63 X 80 X 63 X 67 X 80 X 72 X 72 X 76 X 76 X 72 X 67 X 58 X-9999 +USW00021504195311WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195312TMAX 250 0 256 0 244 0 261 0 239 0 250 0 244 0 244 0 250 0 267 0 256 0 256 0 244 0 250 0 250 0 261 0 267 0 278 0 272 0 278 0 272 0 272 0 261 0 267 0 272 0 233 0 228 0 233 0 222 0 211 0 250 0 +USW00021504195312TMIN 194 0 189 0 189 0 189 0 183 0 194 0 183 0 183 0 183 0 178 0 172 0 156 0 156 0 161 0 150 0 156 0 161 0 156 0 172 0 172 0 178 0 189 0 178 0 161 0 183 0 189 0 183 0 183 0 178 0 183 0 183 0 +USW00021504195312PRCP 119 0 48 0 297 0 137 0 191 0 79 0 114 0 104 0 160 0 0T 0 18 0 20 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 30 0 0 0 13 0 91 0 498 0 8 0 53 0 94 0 79 0 +USW00021504195312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195312PGTM 1824 X 2048 X 1536 X 1136 X 1324 X 1306 X 1330 X 1348 X 1418 X 1248 X 1312 X 1324 X 1224 X 1306 X 0424 X 1124 X 1254 X 1218 X 1418 X 1306 X 1348 X 1212 X 1242 X 1342 X 1354 X 1018 X 1330 X 1106 X 1236 X 0754 X 1518 X +USW00021504195312WDFG 270W X 90W X 45W X 90W X 45W X 90W X 90W X 68W X 68W X 45W X 68W X 360W X 360W X 23W X 225W X 90W X 68W X 90W X 90W X 90W X 45W X 158W X 45W X 90W X 113W X 158W X 158W X 360W X 360W X 248W X 90W X +USW00021504195312WSFG 72 X 76 X 89 X 72 X 85 X 98 X 85 X 58 X 72 X 67 X 72 X 63 X 85 X 63 X 63 X 72 X 67 X 67 X 94 X 80 X 72 X 72 X 98 X 94 X 116 X 67 X 103 X 98 X 76 X 22 X 72 X +USW00021504195312WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195401TMAX 244 0 261 0 233 0 244 0 217 0 239 0 222 0 244 0 239 0 244 0 261 0 250 0 278 0 256 0 256 0 267 0 272 0 300 0 272 0 272 0 278 0 267 0 278 0 272 0 239 0 256 0 261 0 261 0 267 0 272 0 306 0 +USW00021504195401TMIN 194 0 183 0 183 0 183 0 183 0 172 0 161 0 167 0 161 0 167 0 150 0 150 0 172 0 178 0 183 0 156 0 167 0 167 0 167 0 167 0 156 0 200 0 189 0 172 0 178 0 156 0 156 0 161 0 139 0 161 0 183 0 +USW00021504195401PRCP 48 0 23 0 79 0 51 0 168 0 3 0 147 0 97 0 36 0 61 0 61 0 0 0 0 0 137 0 23 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 523 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195401WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195402TMAX 283 0 272 0 272 0 283 0 278 0 239 0 267 0 250 0 300 0 272 0 272 0 278 0 272 0 278 0 283 0 267 0 272 0 278 0 278 0 233 0 267 0 239 0 239 0 228 0 217 0 222 0 244 0 250 0-9999 -9999 -9999 +USW00021504195402TMIN 172 0 178 0 156 0 167 0 178 0 189 0 133 0 139 0 150 0 167 0 156 0 150 0 172 0 133 0 156 0 156 0 167 0 167 0 167 0 178 0 172 0 172 0 183 0 183 0 183 0 189 0 172 0 178 0-9999 -9999 -9999 +USW00021504195402PRCP 0T 0 0 0 0T 0 0T 0 20 0 3 0 8 0 0T 0 0 0 0 0 0 0 15 0 119 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 36 0 28 0 389 0 5 0 211 0 2002 0 1003 0 147 0 46 0-9999 -9999 -9999 +USW00021504195402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195402WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195402WT16 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504195403TMAX 211 0 244 0 261 0 228 0 211 0 233 0 239 0 228 0 244 0 244 0 250 0 244 0 256 0 278 0 233 0 272 0 278 0 233 0 267 0 256 0 267 0 283 0 250 0 239 0 261 0 267 0 283 0 283 0 267 0 250 0 267 0 +USW00021504195403TMIN 183 0 178 0 178 0 172 0 161 0 156 0 161 0 167 0 167 0 161 0 161 0 172 0 133 0 172 0 178 0 139 0 172 0 189 0 156 0 144 0 167 0 183 0 167 0 189 0 161 0 161 0 161 0 161 0 178 0 172 0 172 0 +USW00021504195403PRCP 1697 0 373 0 46 0 381 0 76 0 8 0 8 0 18 0 28 0 86 0 41 0 229 0 0 0 0T 0 36 0 0 0 43 0 147 0 0 0 0T 0 99 0 25 0 0 0 15 0 0 0 0T 0 5 0 0T 0 0T 0 28 0 8 0 +USW00021504195403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195403WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195403WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195404TMAX 250 0 261 0 250 0 261 0 283 0 283 0 267 0 283 0 289 0 289 0 283 0 261 0 278 0 278 0 283 0 283 0 267 0 228 0 244 0 267 0 267 0 244 0 272 0 283 0 278 0 283 0 289 0 306 0 300 0 256 0-9999 +USW00021504195404TMIN 172 0 167 0 167 0 183 0 178 0 183 0 206 0 189 0 167 0 161 0 178 0 189 0 161 0 167 0 178 0 178 0 172 0 189 0 172 0 178 0 172 0 189 0 189 0 178 0 178 0 183 0 183 0 189 0 194 0 200 0-9999 +USW00021504195404PRCP 23 0 0T 0 79 0 20 0 0T 0 0T 0 15 0 0T 0 0 0 0 0 0T 0 23 0 43 0 5 0 0 0 18 0 338 0 119 0 23 0 0 0 0T 0 30 0 3 0 0 0 13 0 0 0 8 0 0T 0 0 0 20 0-9999 +USW00021504195404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195404WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 1 X-9999 +USW00021504195405TMAX 250 0 250 0 228 0 256 0 256 0 233 0 250 0 261 0 272 0 278 0 272 0 278 0 250 0 261 0 256 0 278 0 239 0 272 0 272 0 294 0 267 0 272 0 278 0 272 0 261 0 261 0 261 0 256 0 267 0 256 0 256 0 +USW00021504195405TMIN 194 0 189 0 189 0 183 0 189 0 183 0 183 0 167 0 183 0 189 0 194 0 206 0 200 0 189 0 194 0 194 0 194 0 206 0 211 0 200 0 183 0 194 0 183 0 200 0 189 0 189 0 194 0 194 0 194 0 178 0 183 0 +USW00021504195405PRCP 48 0 48 0 147 0 38 0 3 0 66 0 58 0 8 0 0T 0 3 0 3 0 5 0 3 0 0T 0 10 0 15 0 188 0 41 0 51 0 86 0 48 0 279 0 48 0 310 0 206 0 178 0 112 0 157 0 137 0 58 0 114 X +USW00021504195405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195405WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195405WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195406TMAX 250 0 261 0 267 0 278 0 272 0 278 0 294 0 278 0 278 0 283 0 278 0 283 0 278 0 289 0 272 0 289 0 272 0 267 0 289 0 267 0 283 0 283 0 294 0 294 0 289 0 283 0 283 0 267 0 283 0 283 0-9999 +USW00021504195406TMIN 200 0 183 0 206 0 183 0 194 0 194 0 206 0 211 0 200 0 206 0 194 0 189 0 206 0 194 0 189 0 183 0 194 0 189 0 200 0 189 0 194 0 189 0 194 0 200 0 189 0 206 0 200 0 200 0 194 0 200 0-9999 +USW00021504195406PRCP 135 0 102 0 18 0 13 0 5 0 107 0 109 0 66 0 64 0 8 0 61 0 23 0 74 0 0T 0 13 0 0 0 99 0 51 0 41 0 71 0 56 0 0T 0 89 0 3 0 23 0 89 0 79 0 64 0 51 0 99 0-9999 +USW00021504195406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195406WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195407TMAX 267 0 267 0 267 0 289 0 278 0 283 0 289 0 289 0 278 0 294 0 289 0 267 0 267 0 278 0 283 0 289 0 278 0 278 0 283 0 289 0 289 0 272 0 267 0 278 0 283 0 289 0 261 0 278 0 283 0 272 0 289 0 +USW00021504195407TMIN 194 0 194 0 200 0 189 0 200 0 211 0 194 0 189 0 200 0 189 0 200 0 200 0 211 0 200 0 178 0 200 0 189 0 211 0 206 0 200 0 189 0 189 0 183 0 178 0 211 0 217 0 194 0 206 0 194 0 211 0 211 0 +USW00021504195407PRCP 203 0 254 0 168 0 15 0 157 0 51 0 0T 0 0T 0 23 0 20 0 36 0 206 0 97 0 0 0 157 0 94 0 140 0 51 0 28 0 18 0 36 0 124 0 107 0 3 0 28 0 13 0 335 0 206 0 28 0 46 0 224 0 +USW00021504195407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195407WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195408TMAX 283 0 283 0 278 0 294 0 278 0 289 0 278 0 289 0 283 0 294 0 294 0 283 0 267 0 272 0 272 0 267 0 278 0 283 0 278 0 294 0 261 0 283 0 283 0 294 0 283 0 289 0 289 0 278 0 283 0 289 0 294 0 +USW00021504195408TMIN 206 0 206 0 222 0 222 0 222 0 217 0 211 0 211 0 211 0 211 0 206 0 228 0 211 0 217 0 206 0 200 0 206 0 200 0 206 0 189 0 206 0 217 0 206 0 206 0 194 0 189 0 217 0 211 0 217 0 206 0 200 0 +USW00021504195408PRCP 122 0 51 0 33 0 157 0 66 0 56 0 91 0 41 0 53 0 69 0 394 0 53 0 94 0 76 0 188 0 160 0 191 0 198 0 137 0 132 0 587 0 69 0 170 0 15 0 91 0 84 0 28 0 30 0 23 0 0T 0 0T 0 +USW00021504195408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195408WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195409TMAX 306 0 294 0 289 0 289 0 294 0 267 0 283 0 272 0 283 0 300 0 300 0 289 0 289 0 278 0 283 0 278 0 283 0 244 0 267 0 283 0 244 0 289 0 283 0 278 0 250 0 283 0 289 0 283 0 289 0 289 0-9999 +USW00021504195409TMIN 200 0 211 0 206 0 211 0 200 0 206 0 200 0 189 0 189 0 194 0 206 0 206 0 200 0 200 0 194 0 206 0 194 0 200 0 189 0 194 0 194 0 211 0 206 0 200 0 206 0 200 0 194 0 211 0 200 0 228 0-9999 +USW00021504195409PRCP 0T 0 0T 0 5 0 5 0 0T 0 132 0 18 0 155 0 0 0 0T 0 3 0 18 0 56 0 147 0 41 0 43 0 224 0 132 0 43 0 10 0 602 0 25 0 53 0 81 0 191 0 18 0 48 0 36 0 3 0 0 0-9999 +USW00021504195409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195409WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504195410TMAX 289 0 289 0 283 0 283 0 283 0 283 0 289 0 267 0 283 0 289 0 283 0 278 0 278 0 289 0 283 0 289 0 283 0 289 0 289 0 272 0 272 0 294 0 272 0 283 0 283 0 250 0 283 0 250 0 283 0 278 0 289 0 +USW00021504195410TMIN 194 0 206 0 206 0 206 0 211 0 183 0 189 0 194 0 194 0 194 0 183 0 200 0 183 0 183 0 183 0 194 0 200 0 200 0 194 0 194 0 206 0 206 0 200 0 194 0 183 0 200 0 200 0 200 0 172 0 167 0 167 0 +USW00021504195410PRCP 0 0 10 0 168 0 142 0 109 0 86 0 0T 0 79 0 124 0 10 0 150 0 274 0 0 0 0 0 0T 0 3 0 0T 0 10 0 13 0 89 0 137 0 15 0 86 0 8 0 91 0 343 0 66 0 84 0 0 0 0 0 0T 0 +USW00021504195410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195410WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00021504195411TMAX 294 0 272 0 289 0 294 0 283 0 267 0 272 0 294 0 294 0 272 0 278 0 294 0 272 0 272 0 294 0 289 0 289 0 289 0 289 0 289 0 289 0 278 0 283 0 289 0 278 0 267 0 228 0 294 0 256 0 256 0-9999 +USW00021504195411TMIN 172 0 189 0 189 0 178 0 189 0 189 0 200 0 189 0 200 0 183 0 189 0 172 0 178 0 172 0 200 0 200 0 194 0 189 0 183 0 172 0 161 0 183 0 172 0 172 0 189 0 189 0 183 0 200 0 200 0 194 0-9999 +USW00021504195411PRCP 0T 0 8 0 0 0 0T 0 0 0 251 0 254 0 3 0 10 0 46 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 89 0 1438 0 1278 0 630 0 51 0-9999 +USW00021504195411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195411WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00021504195411WT16 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00021504195412TMAX 261 0 261 0 222 0 256 0 244 0 261 0 256 0 222 0 211 0 244 0 244 0 222 0 228 0 211 0 228 0 267 0 239 0 244 0 256 0 256 0 267 0 250 0 244 0 261 0 233 0 256 0 256 0 239 0 250 0 250 0 261 0 +USW00021504195412TMIN 183 0 178 0 167 0 150 0 167 0 161 0 172 0 156 0 178 0 178 0 172 0 161 0 183 0 178 0 183 0 178 0 183 0 156 0 144 0 150 0 194 0 178 0 183 0 161 0 172 0 172 0 172 0 178 0 161 0 189 0 189 0 +USW00021504195412PRCP 170 0 264 0 216 0 3 0 279 0 119 0 287 0 1262 0 2197 0 1412 0 980 0 589 0 310 0 1839 0 310 0 56 0 0 0 0 0 0 0 104 0 333 0 74 0 33 0 56 0 173 0 391 0 406 0 130 0 312 0 455 0 147 0 +USW00021504195412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195412WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195412WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195501TMAX 228 0 250 0 239 0 233 0 256 0 250 0 217 0 261 0 256 0 256 0 256 0 256 0 239 0 239 0 250 0 256 X 244 0 244 0 272 0 278 0 244 0 233 0 250 0 250 0 261 0 239 0 244 0 239 0 239 0 239 0 239 0 +USW00021504195501TMIN 172 0 178 0 161 0 172 0 161 0 172 0 172 0 156 0 167 0 167 0 167 0 156 0 161 0 172 0 172 0 161 X 172 0 183 0 172 0 178 0 161 0 172 0 167 0 156 0 161 0 156 0 178 0 156 0 167 0 150 0 167 0 +USW00021504195501PRCP 208 0 66 0 163 0 112 0 30 0 160 0 879 0 15 0 13 0 20 0 0 0 76 0 168 0 135 0 18 0 0 0 20 0 89 0 76 0 0 0 635 0 10 0 0 0 0T 0 41 0 79 0 38 0 3 0 0T 0 0T 0 38 0 +USW00021504195501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195501WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195502TMAX 239 0 233 0 250 0 256 0 239 0 267 0 256 0 200 0 217 0 233 0 239 0 250 0 222 0 211 0 217 0 233 0 233 0 239 0 222 0 239 0 250 0 244 0 244 0 228 0 272 0 261 0 261 0 267 0-9999 -9999 -9999 +USW00021504195502TMIN 172 0 167 0 178 0 183 0 178 0 167 0 172 0 178 0 178 0 183 0 178 0 167 0 183 0 167 0 161 0 150 0 144 0 156 0 144 0 156 0 156 0 183 0 183 0 172 0 156 0 172 0 189 0 161 0-9999 -9999 -9999 +USW00021504195502PRCP 381 0 297 0 312 0 531 0 15 0 13 0 104 0 178 0 401 0 328 0 203 0 20 0 53 0 30 0 33 0 0T 0 178 0 157 0 691 0 36 0 0 0 157 0 178 0 838 0 0 0 43 0 33 0 0T 0-9999 -9999 -9999 +USW00021504195502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195502WT03 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195502WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504195503TMAX 272 0 261 0 256 0 267 0 267 0 228 0 256 0 250 0 244 0 228 0 250 0 244 0 250 0 250 0 250 0 233 0 250 0 244 0 256 0 261 0 233 0 300 0 233 0 222 0 233 0 239 0 250 0 256 0 244 0 244 0 233 0 +USW00021504195503TMIN 156 0 161 0 161 0 172 0 167 0 172 0 156 0 178 0 161 0 167 0 161 0 172 0 167 0 150 0 150 0 144 0 167 0 150 0 167 0 156 0 178 0 167 0 183 0 172 0 167 0 133 0 167 0 189 0 172 0 178 0 172 0 +USW00021504195503PRCP 0 0 0 0 3 0 0 0 69 0 0T 0 25 0 28 0 25 0 704 0 424 0 36 0 15 0 0 0 0T 0 0T 0 0T 0 48 0 38 0 135 0 0T 0 3 0 152 0 173 0 0T 0 0 0 0 0 0T 0 69 0 175 0 206 0 +USW00021504195503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195503WT03-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195503WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195503WT16-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00021504195504TMAX 256 0 244 0 250 0 256 0 250 0 256 0 261 0 261 0 261 0 267 0 267 0 261 0 261 0 256 0 261 0 261 0 250 0 244 0 244 0 250 0 256 0 244 0 239 0 233 0 239 0 272 0 267 0 256 0 244 0 256 0-9999 +USW00021504195504TMIN 178 0 178 0 183 0 178 0 161 0 150 0 167 0 167 0 172 0 172 0 183 0 189 0 183 0 183 0 178 0 161 0 167 0 178 0 183 0 167 0 161 0 167 0 167 0 189 0 189 0 178 0 161 0 183 0 189 0 172 0-9999 +USW00021504195504PRCP 64 0 340 0 234 0 76 0 3 0 3 0 13 0 76 0 86 0 3 0 15 0 33 0 66 0 5 0 8 0 15 0 368 0 310 0 28 0 51 0 18 0 84 0 218 0 236 0 180 0 203 0 53 0 254 0 790 0 434 0-9999 +USW00021504195504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195504WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504195504WT08-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195504WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195505TMAX 256 0 256 0 261 0 256 0 267 0 244 0 233 0 261 0 261 0 256 0 267 0 261 0 261 0 239 0 267 0 239 0 267 0 256 0 250 0 244 0 267 0 267 0 256 0 250 0 256 0 261 0 267 0 261 0 267 0 261 0 267 0 +USW00021504195505TMIN 172 0 183 0 183 0 178 0 172 0 167 0 183 0 183 0 183 0 172 0 178 0 178 0 178 0 178 0 172 0 183 0 178 0 189 0 189 0 178 0 183 0 183 0 189 0 189 0 189 0 189 0 194 0 194 0 183 0 178 0 189 0 +USW00021504195505PRCP 165 0 64 0 216 0 112 0 61 0 56 0 269 0 36 0 140 0 3 0 61 0 81 0 58 0 15 0 122 0 208 0 0T 0 132 0 206 0 58 0 102 0 58 0 104 0 38 0 99 0 89 0 107 0 10 0 13 0 8 0 25 0 +USW00021504195505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195505WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195506TMAX 256 0 239 0 250 0 244 0 272 0 250 0 272 0 239 0 261 0 267 0 267 0 261 0 267 0 261 0 267 0 256 0 250 0 267 0 267 0 256 0 250 0 261 0 261 0 272 0 261 0 267 0 261 0 267 0 250 0 278 0-9999 +USW00021504195506TMIN 189 0 183 0 178 0 183 0 183 0 183 0 194 0 178 0 178 0 183 0 189 0 183 0 194 0 189 0 183 0 189 0 189 0 178 0 183 0 183 0 178 0 183 0 189 0 200 0 200 0 194 0 189 0 194 0 183 0 194 0-9999 +USW00021504195506PRCP 48 0 94 0 18 0 97 0 0T 0 0T 0 8 0 23 0 3 0 23 0 69 0 58 0 0T 0 155 0 20 0 84 0 20 0 0T 0 124 0 173 0 25 0 61 0 18 0 3 0 3 0 8 0 8 0 30 0 41 0 8 0-9999 +USW00021504195506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195506WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195507TMAX 272 0 267 0 278 0 272 0 283 0 278 0 272 0 272 0 272 0 267 0 267 0 267 0 267 0 272 0 267 0 261 0 272 0 267 0 267 0 272 0 278 0 267 0 289 0 267 0 244 0 244 0 239 0 244 0 250 0 261 0 267 0 +USW00021504195507TMIN 189 0 178 0 189 0 189 0 183 0 172 0 194 0 194 0 194 0 200 0 178 0 178 0 178 0 178 0 183 0 178 0 194 0 194 0 189 0 178 0 172 0 183 0 183 0 172 0 172 0 189 0 178 0 178 0 178 0 178 0 183 0 +USW00021504195507PRCP 18 0 0T 0 58 0 160 0 0T 0 0T 0 61 0 13 0 180 0 25 0 41 0 94 0 74 0 58 0 48 0 69 0 150 0 51 0 15 0 46 0 0T 0 0 0 0T 0 287 0 249 0 99 0 328 0 203 0 185 0 61 0 254 0 +USW00021504195507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195507EVAP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 89 0 84 0 64 0 +USW00021504195507WDMV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 97 0 98 0 +USW00021504195507WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195508TMAX 272 0 272 0 261 0 261 0 278 0 267 0 267 0 272 0 261 0 272 0 272 0 272 0 278 0 283 0 261 0 272 0 267 0 283 0 261 0 261 0 272 0 261 0 267 0 278 0 278 0 272 0 272 0 272 0 278 0 267 0 272 0 +USW00021504195508TMIN 172 0 194 0 200 0 183 0 194 0 200 0 189 0 178 0 183 0 183 0 200 0 189 0 189 0 183 0 194 0 194 0 183 0 183 0 189 0 194 0 194 0 194 0 183 0 194 0 194 0 194 0 194 0 183 0 200 0 189 0 183 0 +USW00021504195508PRCP 38 0 84 0 490 0 94 0 13 0 15 0 51 0 76 0 170 0 71 0 142 0 53 0 0T 0 30 0 51 0 18 0 112 0 13 0 94 0 30 0 3 0 3 0 58 0 18 0 61 0 132 0 46 0 0T 0 25 0 28 0 20 0 +USW00021504195508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195508EVAP 25 0 64 0 25 0 33 0 36 0 46 0 41 0 58 0 56 0 20 0 36 0 48 0 64 0 51 0 64 0 23 0 69 0 61 0 74 0 0 0-9999 48 0 53 0 30 0 58 0 51 0 74 0 58 0 56 0 64 0 53 0 +USW00021504195508WDMV 121 0 143 0 129 0 98 0 117 0 134 0 103 0 143 0 134 0 142 0 116 0 117 0 146 0 129 0 51 0 192 0 148 0 142 0 174 0 113 0 84 0 121 0 129 0 93 0 108 0 142 0 135 0 114 0 124 0 129 0 119 0 +USW00021504195508WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195509TMAX 278 0 272 0 272 0 272 0 272 0 283 0 278 0 278 0 278 0 283 0 250 0 283 0 267 0 267 0 267 0 278 0 272 0 283 0 283 0 289 0 278 0 267 0 283 0 267 0 283 0 278 0 272 0 267 0 267 0 250 0-9999 +USW00021504195509TMIN 194 0 200 0 189 0 194 0 178 0 172 0 189 0 167 0 172 0 167 0 178 0 178 0 183 0 183 0 194 0 183 0 172 0 167 0 178 0 178 0 189 0 189 0 194 0 178 0 183 0 194 0 194 0 183 0 178 0 178 0-9999 +USW00021504195509PRCP 25 0 15 0 20 0 23 0 0T 0 0T 0 5 0 0 0 36 0 0T 0 81 0 13 0 89 0 137 0 163 0 0T 0 61 0 0 0 0T 0 25 0 8 0 15 0 3 0 0T 0 3 0 86 0 43 0 56 0 43 0 64 0-9999 +USW00021504195509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195509EVAP 58 0 56 0 56 0 64 0 46 0 48 0 61 0 51 0 58 0 51 0 61 0 20 0 64 0 13 0 36 0 28 0 74 0 43 0 51 0 64 0 74 0 51 0 23 0 64 0 51 0 53 0 46 0 58 0 25 0 38 0-9999 +USW00021504195509WDMV-9999 127 0 129 0-9999 148 0 89 0-9999 -9999 135 0 127 0 151 0 87 0 116 0 92 0 47 0 175 0 142 0 117 0-9999 129 0 130 0 145 0 90 0 138 0 119 0 143 0 116 0 124 0 105 0 109 0-9999 +USW00021504195509WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195510TMAX 256 0 267 0 272 0 267 0 261 0 261 0 272 0 272 0 267 0 272 0 261 0 267 0 272 0 289 0 267 0 272 0 278 0 272 0 278 0 256 0 272 0 272 0 267 0 278 0 272 0 256 0 278 0 272 0 256 0 261 0 250 0 +USW00021504195510TMIN 178 0 189 0 189 0 183 0 183 0 183 0 178 0 189 0 183 0 189 0 167 0 178 0 178 0 172 0 200 0 183 0 178 0 172 0 172 0 200 0 194 0 178 0 183 0 189 0 183 0 194 0 189 0 178 0 206 0 172 0 172 0 +USW00021504195510PRCP 56 0 71 0 66 0 104 0 102 0 130 0 10 0 64 0 58 0 13 0 213 0 180 0 3 0 15 0 8 0 0 0 0 0 0 0 13 0 15 0 13 0 102 0 0 0 36 0 46 0 30 0 0 0 20 0 28 0 23 0 15 0 +USW00021504195510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195510EVAP 13 0 25 0 46 0 41 0 30 0 41 0 33 0 13 0 48 0 38 0 28 0 28 0 13 0 51 0 51 0 38 0 79 0 46 0 53 0 58 0 38 0 56 0 46 0 33 0 36 0 43 0 25 0 56 0 33 0 25 0 18 0 +USW00021504195510WDMV 101 0 95 0 124 0 122 0 121 0 122 0 119 0 121 0 130 0 143 0 109 0 89 0 87 0 109 0 127 0 103 0 126 0 100 0 116 0 171 0 117 0 117 0 127 0 90 0 111 0 127 0 101 0 138 0 92 0 159 0 89 0 +USW00021504195510WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195510WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00021504195511TMAX 250 0 267 0 272 0 272 0 272 0 289 0 283 0 278 0 300 0 261 0 250 0 256 0 267 0 244 0 228 0 267 0 261 0 267 0 256 0 250 0 256 0 261 0 244 0 244 0 250 0 267 0 256 0 261 0 256 0 233 0-9999 +USW00021504195511TMIN 167 0 178 0 189 0 178 0 183 0 189 0 217 0 183 0 172 0 206 0 200 0 200 0 178 0 189 0 178 0 172 0 172 0 172 0 167 0 189 0 183 0 189 0 194 0 194 0 189 0 183 0 167 0 189 0 172 0 194 0-9999 +USW00021504195511PRCP 0T 0 10 0 0 0 0T 0 0T 0 0T 0 8 0 0 0 0 0 391 0 112 0 18 0 0T 0 439 0 142 0 46 0 28 0 0 0 663 0 30 0 97 0 173 0 269 0 505 0 74 0 79 0 157 0 137 0 64 0 526 0-9999 +USW00021504195511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195511EVAP 30 0 18 0 25 0 51 0 53 0 38 0 33 0 51 0 61 0 99 0 66 0 10 0 43 0 53 0 23 0 8 0 25 0 25 0 36 0 53 0 30 0 18 0 8 0 41 0 0 0 18 0 33 0 43 0 13 0 36 0-9999 +USW00021504195511WDMV 98 0 89 0 113 0 117 0 124 0 105 0 116 0 177 0 183 0 372 0 174 0 114 0 129 0 145 0 103 0 87 0 129 0 97 0 103 0 122 0 122 0 138 0 87 0 69 0 129 0 93 0 124 0 150 0 63 0 127 0-9999 +USW00021504195511WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195511WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195512TMAX 244 0 244 0 267 0 261 0 267 0 250 0 256 0 267 0 256 0 272 0 256 0 256 0 261 0 256 0 256 0 261 0 261 0 244 0 289 0 278 0 267 0 294 0 278 0 256 0 256 0 267 0 267 0 272 0 261 0 250 0 261 0 +USW00021504195512TMIN 200 0 194 0 189 0 178 0 178 0 161 0 156 0 150 0 167 0 167 0 161 0 172 0 167 0 172 0 167 0 150 0 150 0 144 0 172 0 194 0 183 0 183 0 172 0 200 0 178 0 167 0 178 0 172 0 167 0 183 0 183 0 +USW00021504195512PRCP 48 0 43 0 3 0 0 0 3 0 5 0 0 0 3 0 8 0 0T 0 38 0 0T 0 0T 0 33 0 0 0 0 0 18 0 0T 0 43 0 97 0 0 0 0 0 0 0 86 0 0T 0 0 0 0 0 5 0 33 0 584 0 196 0 +USW00021504195512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195512EVAP 0 0 13 0 30 0 41 0 66 0 71 0 25 0 46 0 48 0 28 0 30 0 41 0 61 0 41 0 33 0 51 0 43 0 30 0 18 0 43 0 15 0 25 0 53 0 25 0 10 0 56 0 41 0 48 0 38 0 53 0 38 0 +USW00021504195512WDMV 93 0 151 0 134 0 134 0 163 0 153 0 100 0 116 0 161 0 145 0 97 0 177 0 129 0 108 0 132 0 121 0 130 0 109 0 87 0 278 0 87 0 84 0 175 0 79 0 135 0 77 0 113 0 108 0 122 0 146 0 100 0 +USW00021504195512WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00021504195512WT16 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00021504195601TMAX 283 0 272 0 272 0 244 0 278 0 267 0 278 0 256 0 244 0 244 0 278 0 244 0 306 0 261 0 289 0 278 0 289 0 294 0 278 0 272 0 278 0 278 0 272 0 272 0 211 0 261 0 256 0 283 0 272 0 278 0 267 0 +USW00021504195601TMIN 183 0 161 0 167 0 172 0 156 0 161 0 178 0 172 0 183 0 178 0 167 0 194 0 194 0 189 0 178 0 161 0 167 0 167 0 172 0 172 0 183 0 172 0 167 0 172 0 178 0 183 0 189 0 167 0 189 0 172 0 189 0 +USW00021504195601PRCP 48 0 0 0 5 0 66 0 5 0 114 0 53 0 8 0 173 0 43 0 0 0 495 0 20 0 46 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 15 0 0T 0 246 0 450 0 157 0 33 0 0 0 0 0 0 0 36 0 +USW00021504195601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195601EVAP 48 0 61 0 48 0 48 0 10 0 41 0 30 0 48 0 43 0 20 0 23 0 61 0 10 0 30 0 23 0 66 0 58 0 69 0 71 0 69 0 61 0 64 0 64 0 41 0 43 0 10 0 33 0 0 0 46 0 84 0 43 0 +USW00021504195601WDMV 145 0 166 0 156 0 142 0 97 0 129 0 129 0 113 0 198 0 126 0 117 0 341 0 89 0 127 0 76 0 179 0 148 0 203 0 196 0 179 0 171 0 174 0 159 0 113 0 129 0 63 0 190 0 106 0 53 0 148 0 113 0 +USW00021504195601WT16 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00021504195602TMAX 261 0 256 0 228 0 250 0 261 0 261 0 272 0 278 0 289 0 272 0 261 0 250 0 272 0 250 0 228 0 206 0 222 0 222 0 250 0 250 0 239 0 222 0 244 0 233 0 211 0 217 0 239 0 250 0 256 0-9999 -9999 +USW00021504195602TMIN 172 0 150 0 139 0 161 0 161 0 156 0 156 0 161 0 167 0 172 0 172 0 167 0 144 0 183 0 183 0 172 0 161 0 178 0 194 0 178 0 178 0 167 0 144 0 183 0 178 0 172 0 183 0 189 0 178 0-9999 -9999 +USW00021504195602PRCP 0T 0 56 0 137 0 0T 0 0 0 0T 0 58 0 0 0 0 0 0T 0 318 0 36 0 23 0 135 0 457 0 1280 0 1059 0 1100 0 25 0 257 0 89 0 150 0 196 0 185 0 2032 0 1702 0 480 0 23 0 191 0-9999 -9999 +USW00021504195602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504195602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504195602EVAP 25 0 30 0 33 0 56 0 43 0 41 0 66 0 43 0 48 0 69 0 43 0 28 0 38 0 36 0 28 0 8 0-9999 -9999 20 0 61 0 61 0 33 0 13 0 30 0 3 0-9999 0 0 43 0 43 0-9999 -9999 +USW00021504195602WDMV 121 0 97 0 203 0 222 0 132 0 111 0 116 0 127 0 122 0 192 0 142 0 105 0 109 0 206 0 89 0 82 0 97 0 105 0 185 0 238 0 196 0 142 0 109 0 113 0 87 0 121 0 74 0 237 0 95 0-9999 -9999 +USW00021504195602WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195602WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504195603TMAX 261 X 261 X 267 X 267 X 233 X 272 X 272 X 261 X 228 X 239 X 244 X 239 X 267 X 261 X 256 X 256 X 250 X 272 X 261 X 261 X 250 X 261 X 267 X 256 X 239 X 272 X 261 X 267 X 233 X 261 X 267 X +USW00021504195603TMIN 189 X 183 X 172 X 161 X 183 X 178 X 167 X 167 X 178 X 161 X 156 X 172 X 183 X 189 X 183 X 172 X 167 X 167 X 183 X 183 X 172 X 172 X 150 X 183 X 178 X 178 X 189 X 183 X 178 X 172 X 161 X +USW00021504195603PRCP 79 X 5 X 23 X 30 X 221 X 3 X 0 X 114 X 152 X 0T X 30 X 41 X 41 X 180 X 15 X 216 X 112 X 399 X 719 X 20 X 18 X 36 X 53 X 117 X 117 X 160 X 102 X 36 X 302 X 490 X 0 X +USW00021504195603SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00021504195603SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00021504195603WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195604TMAX 272 0 272 0 267 0 278 0 278 0 250 0 250 0 256 0 250 0 250 0 250 0 250 0 267 0 267 0 261 0 256 0 272 0 250 0 267 0 267 0 272 0 261 0 261 0 272 0 278 0 250 0 278 0 283 0 256 0 272 0-9999 +USW00021504195604TMIN 156 0 161 0 172 0 172 0 178 0 178 0 189 0 172 0 189 0 178 0 172 0 178 0 178 0 172 0 178 0 150 0 183 0 189 0 189 0 183 0 178 0 194 0 200 0 189 0 178 0 183 0 172 0 189 0 194 0 172 0-9999 +USW00021504195604PRCP 53 0 13 0 3 0 5 0 0T 0 183 0 36 0 155 0 152 0 173 0 185 0 89 0 30 0 58 0 46 0 53 0 5 0 33 0 10 0 25 0 0T 0 10 0 15 0 3 0 0 0 102 0 0 0 0T 0 13 0 84 0-9999 +USW00021504195604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195604EVAP 56 0 61 0 56 0 25 0 71 0 41 0-9999 81 0 56 0 23 0 28 0 20 0 41 0 56 0 53 0 46 0 30 0 71 0 23 0 41 0 43 0 46 0 46 0 51 0 71 0 79 0 15 0 74 0 79 0 13 0-9999 +USW00021504195604WDMV 130 0 130 0 126 0 142 0 156 0 101 0 166 0 220 0 106 0 159 0 142 0 135 0 132 0 146 0 142 0 132 0 145 0 140 0 106 0 126 0 122 0 156 0 161 0 142 0 134 0 158 0 124 0 196 0 195 0 98 0-9999 +USW00021504195604WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 +USW00021504195605TMAX 250 0 250 0 250 0 267 0 250 0 244 0 244 0 250 0 256 0 267 0 256 0 250 0 239 0 272 0 261 0 267 0 256 0 272 0 272 0 267 0 267 0 272 0 261 0 272 0 272 0 250 0 272 0 278 0 256 0 261 0 261 0 +USW00021504195605TMIN 194 0 189 0 178 0 189 0 178 0 161 0 189 0 200 0 183 0 167 0 183 0 178 0 183 0 183 0 189 0 178 0 194 0 189 0 194 0 189 0 172 0 172 0 189 0 194 0 189 0 189 0 183 0 189 0 189 0 189 0 189 0 +USW00021504195605PRCP 8 0 13 0 147 0 43 0 79 0 511 0 643 0 130 0 191 0 41 0 152 0 224 0 622 0 51 0 74 0 18 0 3 0 5 0 28 0 48 0 3 0 15 0 76 0 79 0 79 0 36 0 18 0 0T 0 147 0 86 0 104 0 +USW00021504195605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195605EVAP 61 0 61 0 56 0 8 0 58 0 28 0 13 0 36 0 0 0 41 0 74 0 48 0 25 0 28 0 56 0 30 0 38 0 46 0 46 0 69 0 61 0 56 0 48 0 20 0 38 0 43 0 23 0 41 0 66 0 15 0 23 0 +USW00021504195605WDMV 240 0 203 0 143 0 93 0 145 0 108 0 134 0 126 0 142 0 134 0 182 0 143 0 153 0 84 0 166 0 126 0 113 0 79 0 117 0 137 0 130 0 113 0 124 0 106 0 130 0 129 0 97 0 130 0 135 0 105 0 140 0 +USW00021504195605WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195605WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195606TMAX 267 0 272 0 261 0 267 0 261 0 272 0 278 0 272 0 267 0 272 0 272 0 261 0 272 0 250 0 278 0 283 0 283 0 272 0 272 0 283 0 272 0 256 0 272 0 267 0 272 0 283 0 267 0 272 0 272 0 272 0-9999 +USW00021504195606TMIN 189 0 194 0 194 0 189 0 189 0 189 0 189 0 194 0 194 0 194 0 189 0 189 0 189 0 183 0 183 0 183 0 200 0 200 0 200 0 194 0 189 0 194 0 189 0 200 0 183 0 161 0 183 0 194 0 200 0 194 0-9999 +USW00021504195606PRCP 91 0 69 0 107 0 53 0 86 0 104 0 109 0 89 0 150 0 91 0 28 0 231 0 114 0 302 0 36 0 10 0 18 0 30 0 81 0 0T 0 3 0 28 0 267 0 18 0 8 0 0 0 56 0 0T 0 150 0 155 0-9999 +USW00021504195606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195606EVAP 56 0 64 0 53 0 51 0 46 0 33 0 48 0 58 0 53 0 36 0 56 0 41 0 38 0 10 0 23 0 71 0 69 0 58 0 48 0 53 0 76 0 51 0 33 0 13 0 48 0 56 0 61 0 15 0 81 0 69 0-9999 +USW00021504195606WDMV 124 0 140 0 146 0 100 0 130 0 126 0 121 0 130 0 130 0 109 0-9999 119 0 121 0 148 0 130 0-9999 151 0 122 0-9999 140 0 129 0 113 0 105 0 101 0 167 0 130 0 158 0 109 0 113 0 129 0-9999 +USW00021504195606WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00021504195607TMAX 272 0 278 0 283 0 289 0 278 0 272 0 272 0 283 0 289 0 294 0 278 0 272 0 283 0 261 0 278 X 278 0 294 0 278 0 289 0 267 0 267 0 278 0 289 0 283 0 289 0 289 0 289 0 272 0 272 0 283 0 283 0 +USW00021504195607TMIN 183 0 178 0 178 0 183 0 183 0 200 0 200 0 172 0 206 0 200 0 194 0 189 0 178 0 200 0 189 X 189 0 183 0 194 0 194 0 211 0 206 0 206 0 189 0 183 0 183 0 178 0 200 0 206 0 172 0 200 0 211 0 +USW00021504195607PRCP 28 0 3 0 10 0 5 0 3 0 5 0 3 0 0T 0 5 0 3 0 107 0 84 0 20 0 114 0 15 X 0T 0 104 0 437 0 5 0 36 0 86 0 10 0 8 0 3 0 0T 0 3 0 48 0 282 0 15 0 3 0 15 0 +USW00021504195607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195607EVAP 66 0 53 0 51 0 79 0 56 0 51 0 53 0 33 0 64 0 69 0 61 0 48 0 41 0 56 0 25 0 58 0 61 0 71 0 46 0 64 0 33 0 33 0 46 0 86 0 61 0 86 0 58 0 61 0 51 0 43 0 33 0 +USW00021504195607WDMV 126 0 116 0 111 0 130 0 113 0 134 0 103 0 98 0 130 0 137 0 140 0 113 0 114 0 138 0 105 0 121 0 109 0 108 0 122 0 129 0 116 0 98 0 116 0 137 0 134 0 142 0 122 0 117 0 127 0 85 0 80 0 +USW00021504195607WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195608TMAX 278 0 289 0 283 0 250 0 267 0 278 0 278 0 294 0 283 0 272 0 283 0 261 0 278 0 278 0 283 0 278 0 272 0 289 0 278 0 272 0 272 0 289 0 278 0 283 0 283 0 289 0 267 0 283 0 278 0 272 0 278 0 +USW00021504195608TMIN 200 0 200 0 194 0 217 0 217 0 189 0 194 0 194 0 200 0 194 0 211 0 194 0 200 0 211 0 217 0 217 0 222 0 217 0 194 0 194 0 189 0 178 0 178 0 183 0 200 0 211 0 200 0 200 0 200 0 206 0 222 0 +USW00021504195608PRCP 25 0 30 0 246 0 650 0 155 0 3 0 10 0 0T 0 18 0 178 0 122 0 335 0 371 0 25 0 30 0 460 0 1161 0 10 0 10 0 28 0 23 0 0 0 13 0 25 0 3 0 66 0 58 0 79 0 173 0 338 0 28 0 +USW00021504195608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195608DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195608DAWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195608EVAP 53 0 46 0 51 0 33 0 13 0 36 0 61 0 28 0 51 0 56 0 46 0 53 0 13 0 13 0 53 0 46 0-9999 25 0-9999 -9999 36 0 56 0 69 0 56 0 51 0 61 0 66 0 20 0 79 0 46 0 28 0 +USW00021504195608MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 124 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195608MDWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 237 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195608WDMV 124 0 87 0 121 0 105 0 122 0 74 0 109 0 90 0 105 0 109 0 84 0 108 0 98 0 130 0 121 0 121 0 114 0 64 0-9999 -9999 80 0 108 0 116 0 95 0 114 0 126 0 116 0 85 0 109 0 109 0 106 0 +USW00021504195608WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195608WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195609TMAX 289 0 289 0 283 0 289 0 294 0 289 0 278 0 267 0 272 0 267 0 272 0 278 0 283 0 294 0 294 0 289 0 294 0 289 0 294 0 283 0 278 0 283 0 294 0 294 0 294 0 278 0 283 0 283 0 256 0 267 0-9999 +USW00021504195609TMIN 211 0 178 0 194 0 189 0 189 0 183 0 183 0 183 0 183 0 194 0 183 0 194 0 194 0 194 0 183 0 183 0 189 0 194 0 200 0 189 0 194 0 189 0 200 0 183 0 183 0 178 0 183 0 178 0 194 0 200 0-9999 +USW00021504195609PRCP 3 0 5 0 58 0 41 0 15 0 8 0 15 0 30 0 41 0 102 0 15 0 0 0 0T 0 0 0 0T 0 0T 0 15 0 25 0 53 0 3 0 46 0 3 0 0 0 0T 0 33 0 198 0 3 0 61 0 193 0 58 0-9999 +USW00021504195609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195609EVAP 58 0 81 0 64 0 64 0 51 0 69 0 66 0 46 0 46 0 38 0 28 0 43 0 38 0 43 0 76 0 64 0 48 0 66 0 64 0 69 0 46 0 61 0 58 0 76 0 74 0 48 0 41 0 61 0 36 0 13 0-9999 +USW00021504195609WDMV 142 0 117 0 124 0 114 0 124 0 103 0 114 0 111 0 105 0 126 0 80 0 76 0 74 0-9999 134 0 113 0 114 0 111 0 105 0 119 0 116 0 106 0 121 0 137 0 116 0 143 0 95 0 108 0-9999 117 0-9999 +USW00021504195609WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195610TMAX 278 0 278 0 283 0 294 0 289 0 283 0 294 0 250 0 278 0 289 0 283 0 289 0 289 0 283 0 272 0 267 0 261 0 278 0 278 0 283 0 272 0 294 0 278 0 272 0 261 0 233 0 283 0 261 0 244 0 250 0 267 0 +USW00021504195610TMIN 183 0 183 0 194 0 194 0 194 0 211 0 189 0 200 0 189 0 189 0 194 0 200 0 194 0 194 0 189 0 172 0 178 0 211 0 194 0 194 0 206 0 222 0 194 0 194 0 200 0 194 0 183 0 189 0 178 0 178 0 189 0 +USW00021504195610PRCP 71 0 66 0 8 0 107 0 8 0 0T 0 0T 0 119 0 0 0 0 0 13 0 43 0 130 0 358 0 869 0 246 0 48 0 191 0 10 0 0T 0 76 0 3 0 5 0 41 0 178 0 193 0 33 0 185 0 135 0 373 0 160 0 +USW00021504195610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195610EVAP 20 0 41 0 58 0 46 0 43 0 69 0 53 0 38 0 5 0 53 0 48 0 38 0 41 0 51 0 13 0 64 0 13 0 8 0 43 0 43 0 43 0 23 0 43 0 28 0 30 0 69 0 10 0 51 0 51 0 10 0 36 0 +USW00021504195610WDMV 87 0 103 0 129 0 129 0 130 0 169 0 18 0 64 0 76 0 130 0 100 0 113 0 117 0 87 0 105 0 103 0 56 0 84 0 100 0 95 0 108 0 97 0 122 0 90 0 121 0 85 0 72 0 105 0 98 0 87 0 117 0 +USW00021504195610WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195610WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195611TMAX 272 0 272 0 272 0 278 0 272 0 272 0 261 0 272 0 261 0 256 0 267 0 267 0 244 0 256 0 283 0 244 0 261 0 228 0 250 0 256 0 244 0 256 0 272 0 272 0 278 0 283 0 267 0 294 0 306 0 311 0-9999 +USW00021504195611TMIN 189 0 189 0 183 0 178 0 194 0 200 0 183 0 183 0 172 0 183 0 189 0 189 0 194 0 189 0 161 0 183 0 200 0 200 0 200 0 206 0 167 0 150 0 183 0 183 0 161 0 172 0 183 0 167 0 194 0 167 0-9999 +USW00021504195611PRCP 5 0 13 0 69 0 51 0 137 0 28 0 3 0 0 0 10 0 38 0 295 0 597 0 188 0 66 0 0 0 462 0 305 0 1930 0 1384 0 117 0 8 0 13 0 8 0 0 0 0T 0 8 0 0T 0 0T 0 15 0 33 0-9999 +USW00021504195611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195611EVAP 13 0 48 0 51 0 43 0 41 0 18 0 46 0 33 0 43 0 15 0 15 0 5 0 41 0 18 0 38 0 30 0 10 0-9999 -9999 -9999 20 0 28 0 20 0 38 0 41 0 41 0 41 0 46 0 48 0 69 0-9999 +USW00021504195611WDMV 87 0 89 0 106 0 90 0 82 0 84 0 72 0 72 0 92 0 66 0 68 0 114 0 111 0 72 0 71 0 105 0 71 0 68 0 72 0 71 0 61 0 53 0 68 0 58 0 48 0 60 0 77 0 66 0 77 0 89 0-9999 +USW00021504195611WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195612TMAX 261 0 244 0 261 0 261 0 256 0 278 0 256 0 294 0 272 0 267 0 267 0 239 0 256 0 233 0 267 0 261 0 250 0 256 0 267 0 267 0 272 0 267 0 261 0 261 0 261 0 272 0 272 0 272 0 267 0 267 0 222 0 +USW00021504195612TMIN 200 0 161 0 150 0 156 0 194 0 206 0 189 0 206 0 211 0 189 0 194 0 183 0 178 0 183 0 183 0 172 0 183 0 178 0 167 0 172 0 161 0 183 0 178 0 189 0 167 0 189 0 172 0 156 0 161 0 183 0 194 0 +USW00021504195612PRCP 178 0 211 0 0 0 0T 0 94 0 122 0 0T 0 0T 0 25 0 13 0 13 0 91 0 38 0 99 0 457 0 216 0 188 0 5 0 13 0 3 0 0T 0 15 0 30 0 53 0 0 0 0 0 0 0 0 0 0T 0 94 0 676 0 +USW00021504195612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195612EVAP 53 0 46 0 30 0 53 0 36 0 46 0 48 0 18 0 69 0 15 0 48 0 56 0 13 0 33 0 3 0 58 0 25 0 30 0 36 0 33 0 46 0 33 0 46 0 36 0 56 0 53 0 51 0 61 0 56 0 56 0 5 0 +USW00021504195612WDMV 129 0 74 0 43 0 56 0 48 0 43 0 74 0 56 0 171 0 68 0 58 0 87 0 43 0 45 0 58 0 40 0 43 0 42 0 53 0 55 0 80 0 60 0 63 0 66 0 68 0 77 0 77 0 71 0 90 0 87 0 53 0 +USW00021504195612WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00021504195701TMAX 261 0 272 0 261 0 256 0 256 0 239 0 239 0 244 0 244 0 250 0 250 0 239 0 239 0 239 0 256 0 250 0 272 0 261 0 228 0 278 0 267 0 278 0 261 0 294 0 267 0 267 0 261 0 261 0 233 0 250 0 244 0 +USW00021504195701TMIN 178 0 172 0 172 0 172 0 172 0 167 0 178 0 161 0 167 0 172 0 172 0 167 0 167 0 161 0 150 0 183 0 189 0 183 0 194 0 183 0 194 0 200 0 194 0 178 0 178 0 156 0 156 0 172 0 183 0 167 0 161 0 +USW00021504195701PRCP 69 0 3 0 5 0 43 0 69 0 132 0 84 0 71 0 170 0 25 0 25 0 3 0 36 0 10 0 0 0 8 0 0 0 8 0 338 0 465 0 97 0 3 0 5 0 0T 0 3 0 0 0 30 0 127 0 323 0 33 0 53 0 +USW00021504195701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195701EVAP 20 0 64 0 56 0 13 0 58 0 13 0 53 0 18 0 41 0 20 0 33 0 56 0 56 0 23 0 64 0 10 0 41 0 46 0 28 0 0 0 36 0 36 0 66 0 38 0 51 0 61 0 51 0 33 0 18 0 10 0 48 0 +USW00021504195701WDMV 34 0 122 0 24 0 60 0 42 0 90 0 71 0 76 0 56 0 74 0 64 0 89 0 74 0 84 0 64 0 84 0 122 0 127 0 69 0 53 0 77 0 148 0 150 0 132 0 196 0 103 0 109 0 137 0 132 0 87 0 122 0 +USW00021504195701WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00021504195702TMAX 261 0 239 0 244 0 228 0 233 0 244 0 244 0 239 0 244 0 239 0 239 0 222 0 228 0 250 0 250 0 256 0 267 0 244 0 244 0 272 0 256 0 256 0 272 0 272 0 272 0 244 0 239 0 250 0-9999 -9999 -9999 +USW00021504195702TMIN 161 0 167 0 167 0 167 0 161 0 172 0 172 0 167 0 189 0 167 0 161 0 161 0 167 0 156 0 139 0 167 0 139 0 150 0 156 0 150 0 156 0 144 0 139 0 144 0 167 0 161 0 183 0 183 0-9999 -9999 -9999 +USW00021504195702PRCP 91 0 10 0 163 0 508 0 130 0 399 0 69 0 246 0 15 0 56 0 48 0 102 0 3 0 15 0 0T 0 3 0 0 0 5 0 5 0 0 0 0 0 0 0 0 0 0 0 10 0 58 0 335 0 3 0-9999 -9999 -9999 +USW00021504195702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195702EVAP 33 0 28 0 18 0 64 0 20 0 25 0 30 0 56 0 61 0 46 0 48 0 38 0 13 0 10 0 48 0 53 0 64 0 64 0 38 0 36 0 76 0 71 0 64 0 64 0 64 0 43 0 23 0 0 0-9999 -9999 -9999 +USW00021504195702WDMV 108 0 105 0 77 0 101 0 79 0 105 0 225 0 212 0 114 0 225 0 200 0 101 0 117 0 74 0 92 0 142 0 114 0 119 0 127 0 97 0 166 0 183 0 188 0 127 0 124 0 100 0 74 0 76 0-9999 -9999 -9999 +USW00021504195702WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504195703TMAX 256 0 267 0 239 0 267 0 267 0 239 0 250 0 250 0 250 0 261 0 244 0 244 0 256 0 244 0 244 0 256 0 244 0 250 0 261 0 272 0 283 0 256 0 239 0 256 0 228 0 250 0 256 0 261 0 256 0 228 0 267 0 +USW00021504195703TMIN 156 0 150 0 167 0 167 0 189 0 189 0 189 0 189 0 172 0 156 0 178 0 167 0 167 0 172 0 178 0 167 0 167 0 167 0 150 0 156 0 167 0 150 0 172 0 172 0 178 0 139 0 156 0 167 0 167 0 178 0 172 0 +USW00021504195703PRCP 0 0 15 0 5 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 8 0 30 0 61 0 279 0 61 0 36 0 104 0 56 0 0T 0 0T 0 0 0 13 0 0T 0 20 0 3 0 0 0 0 0 56 0 0T 0 104 0 140 0 +USW00021504195703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195703EVAP 25 0 33 0 61 0 36 0 66 0 76 0 89 0 84 0 58 0 53 0 53 0 43 0 23 0 41 0 25 0 41 0 58 0 36 0 71 0 64 0 69 0 66 0 33 0 41 0 61 0 43 0 76 0 61 0 69 0 43 0 25 0 +USW00021504195703WDMV 95 0 106 0 137 0 105 0 142 0 307 0 315 0 190 0 114 0 134 0 114 0 101 0 100 0 127 0 66 0 175 0 124 0 113 0 143 0 122 0 135 0 126 0 111 0 85 0 135 0 148 0 185 0 142 0 122 0 109 0 55 0 +USW00021504195703WT16-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00021504195704TMAX 261 0 261 0 272 0 261 0 239 0 233 0 244 0 256 0 250 0 267 0 261 0 267 0 239 0 256 0 300 0 256 0 272 0 256 0 256 0 256 0 256 0 256 0 222 0 256 0 250 0 256 0 267 0 250 0 244 0 222 0-9999 +USW00021504195704TMIN 172 0 178 0 178 0 183 0 178 0 167 0 161 0 161 0 172 0 161 0 156 0 172 0 189 0 178 0 200 0 189 0 178 0 189 0 206 0 194 0 189 0 183 0 172 0 178 0 189 0 189 0 172 0 178 0 172 0 178 0-9999 +USW00021504195704PRCP 33 0 28 0 0T 0 135 0 20 0 0 0 15 0 3 0 8 0 0 0 3 0 0T 0 582 0 91 0 41 0 213 0 574 0 213 0 89 0 15 0 13 0 122 0 1405 0 33 0 264 0 91 0 48 0 56 0 109 0 241 0-9999 +USW00021504195704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195704EVAP 56 0 53 0 46 0 56 0 58 0 71 0 61 0 58 0 51 0 43 0 56 0 38 0 51 0 28 0 28 0 66 0 25 0 13 0 15 0 43 0 38 0 28 0 33 0 13 0 71 0 15 0 86 0 69 0 41 0 38 0-9999 +USW00021504195704WDMV 163 0 140 0 154 0 193 0 180 0 187 0 143 0 192 0 126 0 100 0 122 0 111 0 135 0 108 0 116 0 122 0 79 0 122 0 64 0 129 0-9999 124 0 113 0 79 0-9999 153 0 156 0 137 0 150 0 127 0-9999 +USW00021504195704WT16 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195705TMAX 239 0 239 0 256 0 261 0 217 0 244 0 261 0 278 0 250 0 272 0 256 0 278 0 278 0 278 0 283 0 278 0 283 0 272 0 267 0 272 0 289 0 289 0 272 0 261 0 272 0 278 0 272 0 272 0 272 0 278 0 283 0 +USW00021504195705TMIN 172 0 167 0 178 0 178 0 183 0 178 0 172 0 178 0 194 0 200 0 194 0 206 0 183 0 167 0 178 0 178 0 178 0 189 0 183 0 183 0 167 0 178 0 194 0 194 0 194 0 172 0 178 0 189 0 178 0 172 0 178 0 +USW00021504195705PRCP 51 0 86 0 64 0 150 0 363 0 91 0 48 0 0 0 163 0 203 0 86 0 74 0 0 0 0 0 3 0 0T 0 41 0 25 0 48 0 10 0 0 0 0T 0 13 0 5 0 13 0 28 0 25 0 15 0 0T 0 0T 0 0 0 +USW00021504195705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195705EVAP 8 0 33 0 10 0 53 0 46 0 10 0 23 0 28 0 61 0 28 0 69 0 38 0 56 0 86 0 79 0 89 0 64 0 64 0 69 0 51 0 48 0 89 0 89 0 33 0 41 0 53 0 69 0 41 0 64 0 74 0 66 0 +USW00021504195705WDMV 95 0 95 0 106 0 119 0 116 0 100 0 61 0 66 0 95 0 76 0 106 0 106 0 97 0 121 0 140 0-9999 114 0 121 0 114 0 121 0 119 0 156 0 143 0 93 0 95 0 101 0 124 0 140 0 127 0 117 0 132 0 +USW00021504195705WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195706TMAX 283 0 272 0 272 0 283 0 289 0 283 0 278 0 289 0 294 0 294 0 278 0 289 0 278 0 278 0 278 0 283 0 278 0 278 0 289 0 283 0 289 0 278 0 283 0 278 0 278 0 283 0 283 0 261 0 278 0 294 0-9999 +USW00021504195706TMIN 178 0 189 0 183 0 200 0 189 0 194 0 189 0 200 0 206 0 211 0 194 0 206 0 200 0 194 0 206 0 194 0 200 0 194 0 194 0 189 0 189 0 200 0 194 0 200 0 189 0 183 0 189 0 206 0 200 0 206 0-9999 +USW00021504195706PRCP 3 0 102 0 168 0 53 0 0T 0 5 0 0T 0 3 0 0T 0 0T 0 8 0 0T 0 5 0 43 0 109 0 28 0 46 0 30 0 74 0 3 0 20 0 0T 0 5 0 25 0 107 0 206 0 0T 0 56 0 33 0 74 0-9999 +USW00021504195706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195706EVAP 71 0 74 0 74 0 33 0 81 0 74 0 43 0 64 0 81 0 91 0 84 0 66 0 56 0 94 0 20 0 64 0 56 0 28 0 69 0 69 0 66 0 53 0 66 0 74 0 79 0 56 0 97 0 53 0 10 0 64 0-9999 +USW00021504195706WDMV 130 0 134 0 134 0 132 0 101 0 132 0 121 0 98 0 164 0 159 0 126 0 121 0 108 0 143 0 134 0 119 0 95 0 109 0 98 0 105 0 119 0 117 0 111 0 113 0 143 0 119 0 116 0 100 0 74 0 135 0-9999 +USW00021504195706WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195707TMAX 283 0 278 0 283 0 283 0 261 0 278 0 278 0 261 0 256 0 272 0 278 0 283 0 289 0 278 0 283 0 283 0 283 0 283 0 267 0 283 0 278 0 283 0 272 0 283 0 272 0 294 0 289 0 289 0 272 0 283 0 261 0 +USW00021504195707TMIN 206 0 211 0 200 0 206 0 200 0 200 0 178 0 194 0 194 0 206 0 211 0 194 0 217 0 211 0 217 0 206 0 211 0 200 0 206 0 211 0 211 0 206 0 200 0 183 0 183 0 217 0 206 0 206 0 200 0 206 0 206 0 +USW00021504195707PRCP 86 0 94 0 69 0 170 0 549 0 79 0 8 0 185 0 119 0 48 0 5 0 0T 0 157 0 71 0 38 0 94 0 74 0 112 0 183 0 102 0 48 0 76 0 147 0 3 0 170 0 99 0 20 0 0T 0 81 0 137 0 345 0 +USW00021504195707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195707EVAP 71 0 76 0 53 0 61 0 61 0 46 0 46 0 36 0 18 0 15 0 64 0 56 0 56 0 64 0 38 0 61 0 66 0 30 0 43 0 38 0 61 0 58 0 69 0 41 0 66 0 30 0 43 0 51 0 76 0 58 0 58 0 +USW00021504195707WDMV 106 0 114 0 114 0 119 0 158 0 97 0 106 0 90 0 84 0 92 0 63 0 103 0 108 0 92 0 76 0 119 0 105 0 90 0 90 0 77 0 117 0 111 0 122 0 111 0 122 0 208 0 117 0 97 0 135 0 101 0 119 0 +USW00021504195707WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195708TMAX 283 0 294 0 289 0 283 0 283 0 289 0 267 0 289 0 278 0 294 0 294 0 283 0 289 0 294 0 278 0 289 0 283 0 267 0 267 0 283 0 289 0 283 0 267 0 256 0 278 0 289 0 283 0 278 0 267 0 261 0 278 0 +USW00021504195708TMIN 200 0 200 0 211 0 211 0 200 0 222 0 206 0 206 0 206 0 189 0 206 0 222 0 200 0 194 0 206 0 200 0 206 0 206 0 211 0 200 0 200 0 211 0 211 0 222 0 217 0 211 0 206 0 200 0 206 0 206 0 222 0 +USW00021504195708PRCP 130 0 46 0 345 0 74 0 137 0 175 0 533 0 130 0 10 0 25 0 239 0 25 0 33 0 71 0 104 0 53 0 20 0 69 0 53 0 28 0 20 0 79 0 874 0 589 0 36 0 36 0 107 0 142 0 2347 0 147 0 33 0 +USW00021504195708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195708EVAP 58 0 64 0 79 0 46 0 46 0 79 0 76 0 15 0 76 0 43 0 74 0 36 0 51 0 61 0 56 0 56 0 69 0 56 0 10 0 36 0 64 0 56 0 56 0 8 0 18 0 13 0 10 0 51 0 13 0-9999 18 0 +USW00021504195708WDMV 77 0 111 0 103 0 103 0 114 0 156 0 138 0 137 0 95 0 84 0 126 0 56 0 143 0 101 0 135 0 100 0 108 0 87 0 98 0 95 0 100 0 90 0 90 0 196 0 119 0 85 0 82 0 76 0 116 0 79 0 76 0 +USW00021504195708WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195709TMAX 272 0 261 0 283 0 283 0 289 0 289 0 311 0 294 0 294 0 294 0 272 0 278 0 289 0 283 0 289 0 300 0 300 0 289 0 278 0 289 0 306 0 306 0 300 0 294 0 294 0 294 0 300 0 267 0 289 0 278 0-9999 +USW00021504195709TMIN 222 0 211 0 206 0 194 0 194 0 183 0 194 0 206 0 211 0 211 0 206 0 200 0 200 0 200 0 189 0 200 0 206 0 211 0 211 0 200 0 222 0 211 0 206 0 211 0 206 0 206 0 206 0 200 0 211 0 211 0-9999 +USW00021504195709PRCP 33 0 221 0 3 0 0T 0 0T 0 0 0 0T 0 23 0 0 0 0T 0 0T 0 5 0 25 0 15 0 0T 0 10 0 53 0 97 0 41 0 0T 0 0T 0 8 0 30 0 102 0 3 0 20 0 53 0 160 0 79 0 86 0-9999 +USW00021504195709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195709EVAP 18 0 30 0 23 0 41 0 43 0 94 0 51 0 15 0 74 0 66 0 71 0 36 0 46 0 79 0 71 0 64 0 74 0 64 0 64 0 53 0 36 0 66 0 61 0 76 0 69 0 58 0 56 0 64 0 48 0 38 0-9999 +USW00021504195709WDMV 60 0 85 0 90 0 100 0 84 0 93 0 85 0 103 0 76 0 97 0 98 0 64 0 77 0 87 0 105 0 109 0 97 0 97 0 77 0 74 0 69 0 76 0 90 0 117 0 77 0 79 0 92 0 85 0 69 0 71 0-9999 +USW00021504195709WT16 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195710TMAX 294 0 294 0 300 0 294 0 300 0 294 0 300 0 300 0 294 0 289 0 261 0 294 0 289 0 283 0 283 0 283 0 283 0 289 0 289 0 294 0 239 0 256 0 283 0 289 0 306 0 294 0 300 0 289 0 283 0 283 0 278 0 +USW00021504195710TMIN 194 0 200 0 189 0 206 0 194 0 189 0 189 0 194 0 194 0 183 0 211 0 189 0 189 0 183 0 189 0 183 0 206 0 206 0 211 0 206 0 217 0 222 0 217 0 211 0 200 0 200 0 206 0 206 0 189 0 189 0 206 0 +USW00021504195710PRCP 0T 0 0T 0 15 0 0T 0 0 0 0 0 3 0 0 0 0T 0 142 0 155 0 0 0 8 0 0 0 3 0 46 0 36 0 3 0 130 0 33 0 813 0 1648 0 86 0 46 0 3 0 10 0 0T 0 3 0 142 0 15 0 23 0 +USW00021504195710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195710EVAP 38 0 69 0 69 0 61 0 69 0 61 0 71 0 64 0 69 0 81 0 51 0 18 0 71 0 41 0 71 0 69 0 43 0 33 0 79 0 43 0 13 0-9999 -9999 25 0 30 0 71 0 51 0 71 0 53 0 25 0 41 0 +USW00021504195710WDMV 74 0 89 0 90 0 93 0 76 0 89 0 90 0 74 0 93 0 103 0 89 0 56 0 80 0 68 0 101 0 116 0 101 0 98 0 72 0 76 0 114 0 100 0 89 0 55 0 90 0 132 0 114 0 90 0 74 0 69 0 71 0 +USW00021504195710WT16 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195711TMAX 278 0 283 0 272 0 283 0 272 0 272 0 283 0 261 0 256 0 261 0 283 0 278 0 267 0 267 0 261 0 272 0 267 0 261 0 261 0 294 0 267 0 289 0 283 0 267 0 272 0 256 0 261 0 267 0 256 0 239 0-9999 +USW00021504195711TMIN 189 0 200 0 194 0 194 0 189 0 183 0 211 0 200 0 211 0 200 0 200 0 194 0 178 0 194 0 200 0 167 0 194 0 206 0 200 0 194 0 217 0 206 0 189 0 211 0 200 0 178 0 172 0 167 0 183 0 194 0-9999 +USW00021504195711PRCP 76 0 43 0 5 0 0T 0 20 0 33 0 127 0 224 0 28 0 168 0 107 0 109 0 124 0 267 0 76 0 3 0 56 0 107 0 284 0 20 0 3 0 46 0 226 0 318 0 109 0 160 0 33 0 3 0 8 0 343 0-9999 +USW00021504195711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195711EVAP 20 0 36 0 23 0 43 0 61 0 33 0 30 0 41 0 18 0 13 0 15 0 36 0 46 0 20 0 28 0 30 0 18 0 20 0 18 0 10 0 76 0 18 0 38 0 25 0 25 0 51 0 38 0 46 0 43 0 30 0-9999 +USW00021504195711WDMV 74 0 64 0 56 0 80 0 85 0 77 0 69 0 66 0 80 0 35 0 53 0 82 0 90 0 64 0 87 0 80 0 69 0 58 0 61 0 61 0 253 0 63 0 69 0 58 0 142 0 116 0 79 0 79 0 74 0 68 0-9999 +USW00021504195711WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195712TMAX 256 0 294 0 283 0 261 0 256 0 283 0 267 0 228 0 244 0 233 0 239 0 228 0 239 0 261 0 256 0 250 0 250 0 256 0 250 0 239 0 244 0 256 0 239 0 256 0 244 0 228 0 250 0 244 0 250 0 256 0 239 0 +USW00021504195712TMIN 189 0 189 0 222 0 206 0 217 0 217 0 211 0 183 0 161 0 178 0 189 0 183 0 178 0 172 0 183 0 183 0 189 0 183 0 172 0 189 0 194 0 194 0 183 0 189 0 183 0 189 0 183 0 183 0 189 0 189 0 183 0 +USW00021504195712PRCP 381 0 142 0 450 0 61 0 767 0 23 0 48 0 5 0 86 0 224 0 165 0 81 0 23 0 58 0 8 0 157 0 170 0 28 0 206 0 155 0 274 0 97 0 127 0 145 0 157 0 411 0 130 0 180 0 132 0 89 0 25 0 +USW00021504195712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195712EVAP 10 0 46 0 64 0 18 0 10 0 13 0 56 0 74 0 64 0 25 0 28 0 36 0 23 0 28 0 48 0 48 0 56 0 30 0 38 0 18 0 13 0 15 0 15 0 15 0 18 0 28 0 3 0 41 0 20 0 30 0 53 0 +USW00021504195712WDMV 56 0 153 0 182 0 77 0 60 0 74 0 100 0 383 0 148 0 216 0 82 0 180 0 116 0 98 0 87 0 119 0 108 0 105 0 63 0 55 0 58 0 76 0 77 0 66 0 50 0 50 0 50 0 60 0 61 0 79 0 138 0 +USW00021504195712WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195801TMAX 250 0 267 0 300 0 239 0 233 0 256 0 261 0 256 0 267 0 272 0 278 0 272 0 272 0 272 0 272 0 272 0 272 0 272 0 256 0 267 0 289 0 278 0 272 0 244 0 256 0 278 0 256 0 256 0 256 0 244 0 244 0 +USW00021504195801TMIN 172 0 167 0 150 0 189 0 183 0 167 0 167 0 161 0 161 0 156 0 156 0 161 0 156 0 156 0 167 0 183 0 167 0 167 0 172 0 183 0 161 0 150 0 156 0 189 0 139 0 156 0 183 0 189 0 178 0 189 0 189 0 +USW00021504195801PRCP 0T 0 0 0 0 0 0T 0 0 0 0 0 5 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 28 0 43 0 5 0 3 0 0 0 10 0 173 0 0 0 10 0 3 0 61 0 165 0 201 0 25 0 +USW00021504195801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195801EVAP 48 0 51 0 53 0 102 0 102 0 56 0 53 0 48 0 51 0 58 0 58 0 64 0 69 0 58 0 69 0 64 0 69 0 58 0 51 0 28 0 64 0 97 0 58 0 41 0 43 0 53 0 69 0 30 0 53 0 38 0 33 0 +USW00021504195801WDMV 103 0 84 0 87 0 443 0 322 0 166 0 55 0 79 0 76 0 126 0 85 0 121 0 121 0 108 0 132 0 114 0 164 0 122 0 98 0 80 0 143 0 172 0 121 0 153 0 167 0 122 0 183 0 122 0 132 0 119 0 214 0 +USW00021504195801WT16 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195802TMAX 250 0 239 0 250 0 244 0 239 0 250 0 261 0 250 0 278 0 278 0 278 0 272 0 272 0 267 0 250 0 261 0 278 0 250 0 283 0 294 0 278 0 278 0 289 0 239 0 217 0 233 0 256 0 289 0-9999 -9999 -9999 +USW00021504195802TMIN 178 0 172 0 172 0 139 0 139 0 161 0 183 0 200 0 183 0 172 0 178 0 161 0 150 0 156 0 172 0 139 0 161 0 172 0 150 0 156 0 167 0 167 0 178 0 167 0 172 0 172 0 189 0 178 0-9999 -9999 -9999 +USW00021504195802PRCP 0T 0 0T 0 0 0 0 0 0T 0 51 0 56 0 142 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 23 0 0T 0 0 0 0 0 0T 0 0 0 0 0 211 0 107 0 460 0 284 0 41 0-9999 -9999 -9999 +USW00021504195802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195802EVAP 48 0 58 0 46 0 48 0 38 0 38 0 28 0 36 0 5 0 64 0 51 0 74 0 53 0 66 0 53 0 53 0 64 0 46 0 28 0 71 0 79 0 53 0 76 0 66 0 18 0 15 0 13 0 25 0-9999 -9999 -9999 +USW00021504195802WDMV 146 0 158 0 119 0 103 0 122 0 127 0 95 0 134 0 87 0 154 0 116 0 146 0 134 0 127 0 127 0 164 0 151 0 156 0 100 0 132 0 137 0 146 0 154 0 135 0 156 0 172 0 106 0 159 0-9999 -9999 -9999 +USW00021504195802WT16 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504195803TMAX 267 0 267 0 261 0 239 0 261 0 239 0 250 0 239 0 222 0 261 0 278 0 261 0 239 0 239 0 250 0 244 0 250 0 250 0 239 0 239 0 239 0 239 0 244 0 250 0 256 0 278 0 261 0 256 0 239 0 244 0 250 0 +USW00021504195803TMIN 161 0 161 0 150 0 178 0 194 0 206 0 194 0 200 0 194 0 189 0 172 0 167 0 183 0 167 0 139 0 133 0 150 0 139 0 178 0 189 0 161 0 150 0 161 0 172 0 156 0 156 0 189 0 178 0 167 0 189 0 167 0 +USW00021504195803PRCP 0 0 0 0 0 0 175 0 43 0 165 0 64 0 53 0 127 0 0 0 0 0 0T 0 25 0 0 0 0T 0 0T 0 33 0 3 0 0T 0 0T 0 0T 0 81 0 23 0 0T 0 0 0 5 0 97 0 53 0 137 0 130 0 66 0 +USW00021504195803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195803EVAP 64 0 48 0 71 0 66 0 20 0 25 0 58 0 8 0 23 0 18 0 43 0 58 0 58 0 107 0 81 0 66 0 61 0 36 0 64 0 99 0 53 0 30 0 20 0 58 0 64 0 56 0 58 0 48 0 51 0 25 0 23 0 +USW00021504195803WDMV 203 0 129 0 140 0 161 0 105 0 208 0 174 0 37 0 134 0 164 0 90 0 114 0 272 0 282 0 192 0 140 0 145 0 111 0 269 0 211 0 158 0 138 0 117 0 89 0 108 0 187 0 192 0 148 0 135 0 148 0 148 0 +USW00021504195803WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195803WT16-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195804TMAX 256 0 256 0 250 0 239 0 244 0 250 0 244 0 244 0 261 0 261 0 256 0 261 0 256 0 267 0 261 0 267 0 250 0 272 0 278 0 272 0 239 0 250 0 244 0 244 0 261 0 261 0 256 0 278 0 278 0 278 0-9999 +USW00021504195804TMIN 167 0 178 0 178 0 189 0 178 0 178 0 178 0 183 0 178 0 167 0 172 0 200 0 167 0 178 0 183 0 183 0 183 0 172 0 183 0 183 0 172 0 172 0 183 0 194 0 194 0 189 0 189 0 194 0 200 0 178 0-9999 +USW00021504195804PRCP 13 0 8 0 36 0 94 0 10 0 53 0 86 0 229 0 61 0 5 0 132 0 69 0 30 0 46 0 69 0 51 0 38 0 5 0 13 0 30 0 0T 0 0T 0 0 0 0T 0 13 0 23 0 61 0 71 0 23 0 0T 0-9999 +USW00021504195804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195804EVAP 84 0 43 0 36 0 33 0 43 0 36 0 36 0 20 0 13 0 43 0 43 0 64 0 53 0 61 0 66 0 56 0 53 0 25 0 74 0 61 0 61 0 56 0 56 0 38 0 20 0 46 0 43 0 28 0 89 0 66 0-9999 +USW00021504195804WDMV 103 0 97 0 114 0 138 0 145 0 143 0 111 0 84 0 92 0 124 0 106 0 154 0 138 0 105 0 124 0 127 0 98 0 126 0 122 0 138 0 151 0 214 0 82 0 93 0 68 0 100 0 85 0 100 0 158 0 124 0-9999 +USW00021504195804WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195805TMAX 267 0 250 0 261 0 256 0 244 0 261 0 267 0 250 0 261 0 250 0 250 0 250 0 261 0 256 0 228 0 228 0 244 0 267 0 267 0 222 0 261 0 267 0 272 0 267 0 283 0 272 0 272 0 244 0 272 0 272 0 267 0 +USW00021504195805TMIN 183 0 200 0 200 0 194 0 183 0 189 0 183 0 189 0 189 0 167 0 189 0 178 0 183 0 189 0 183 0 183 0 189 0 194 0 189 0 189 0 183 0 189 0 189 0 189 0 200 0 211 0 189 0 189 0 189 0 183 0 189 0 +USW00021504195805PRCP 69 0 89 0 23 0 36 0 89 0 5 0 127 0 102 0 10 0 183 0 71 0 112 0 10 0 36 0 137 0 180 0 66 0 46 0 119 0 196 0 3 0 0T 0 13 0 30 0 0T 0 0T 0 104 0 61 0 28 0 25 0 23 0 +USW00021504195805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195805EVAP 69 0 64 0 20 0 38 0 30 0 25 0 51 0 56 0 23 0 51 0 36 0 25 0 38 0 64 0 46 0 25 0 8 0 18 0 41 0 13 0 28 0 64 0 71 0 51 0 48 0 76 0 86 0 71 0 74 0 79 0 61 0 +USW00021504195805WDMV 132 0 98 0 106 0 117 0 80 0 79 0 143 0 126 0 85 0 122 0 105 0 116 0 127 0 150 0 161 0 111 0 80 0 60 0 103 0 111 0 77 0 132 0 127 0 122 0 114 0 122 0 130 0 135 0 97 0 93 0 89 0 +USW00021504195805WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195806TMAX 261 0 278 0 267 0 289 0 278 0 272 0 267 0 278 0 283 0 278 0 278 0 267 0 256 0 278 0 278 0 283 0 283 0 283 0 289 0 289 0 283 0 289 0 283 0 278 0 278 0 283 0 256 0 289 0 283 0 283 0-9999 +USW00021504195806TMIN 194 0 200 0 200 0 189 0 206 0 189 0 189 0 172 0 183 0 189 0 183 0 206 0 194 0 194 0 183 0 178 0 178 0 194 0 178 0 194 0 178 0 194 0 194 0 194 0 189 0 200 0 200 0 194 0 194 0 206 0-9999 +USW00021504195806PRCP 196 0 122 0 81 0 43 0 25 0 38 0 86 0 20 0 56 0 56 0 25 0 89 0 191 0 10 0 43 0 5 0 0T 0 0T 0 0 0 5 0 5 0 25 0 25 0 69 0 15 0 89 0 193 0 30 0 33 0 81 0-9999 +USW00021504195806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195806EVAP 51 0 15 0 51 0 58 0 46 0 71 0 36 0 58 0 66 0 66 0 64 0 61 0 56 0 28 0 69 0 71 0 69 0 74 0 94 0 76 0 74 0 76 0 61 0 74 0 38 0 43 0 53 0 20 0 66 0 58 0-9999 +USW00021504195806WDMV 108 0 89 0 109 0 100 0 80 0 90 0 119 0 80 0 105 0 106 0 84 0 114 0 101 0 60 0 113 0 101 0 108 0 126 0 127 0 101 0 93 0 124 0 106 0 93 0 89 0 101 0 105 0 64 0 114 0 95 0-9999 +USW00021504195806WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195807TMAX 283 0 278 0 267 0 289 0 289 0 272 0 283 0 283 0 278 0 267 0 267 0 272 0 272 0 272 0 278 0 267 0 294 0 283 0 283 0 278 0 283 0 289 0 283 0 261 0 278 0 289 0 289 0 283 0 294 0 289 0 289 0 +USW00021504195807TMIN 206 0 200 0 206 0 206 0 200 0 200 0 183 0 194 0 206 0 200 0 194 0 200 0 200 0 200 0 211 0 217 0 217 0 228 0 206 0 194 0 194 0 206 0 200 0 217 0 211 0 211 0 206 0 200 0 200 0 206 0 194 0 +USW00021504195807PRCP 48 0 386 0 927 0 25 0 61 0 64 0 18 0 43 0 20 0 74 0 56 0 112 0 56 0 69 0 15 0 437 0 696 0 132 0 48 0 48 0 3 0 5 0 3 0 249 0 114 0 5 0 3 0 0T 0 13 0 25 0 28 0 +USW00021504195807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195807EVAP 46 0 58 0 43 0-9999 71 0 56 0 30 0 58 0 74 0 43 0 48 0 28 0 38 0 48 0 28 0 51 0-9999 20 0 36 0 51 0 51 0 71 0 64 0 74 0 5 0 38 0 64 0 81 0 76 0 81 0 41 0 +USW00021504195807WDMV 108 0 74 0 101 0 79 0 85 0 100 0 84 0 109 0 105 0 90 0 95 0 89 0 109 0 117 0 100 0 113 0 153 0 76 0 77 0 93 0 69 0 106 0 108 0 132 0 90 0 61 0 82 0 150 0 140 0 114 0 100 0 +USW00021504195807WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195808TMAX 300 0 311 0 289 0 283 0 289 0 289 0 261 0 300 0 261 0 283 0 283 0 283 0 283 0 278 0 283 0 294 0 283 0 294 0 289 0 289 0 289 0 278 0 283 0 278 0 283 0 283 0 261 0 244 0 283 0 278 0 289 0 +USW00021504195808TMIN 222 0 211 0 217 0 206 0 211 0 217 0 211 0 222 0 222 0 211 0 206 0 200 0 194 0 200 0 217 0 217 0 222 0 217 0 217 0 206 0 217 0 211 0 217 0 217 0 222 0 217 0 222 0 211 0 211 0 206 0 206 0 +USW00021504195808PRCP 84 0 157 0 30 0 3 0 163 0 51 0 1041 0 315 0 165 0 18 0 28 0 0T 0 13 0 23 0 71 0 23 0 43 0 3 0 5 0 127 0 33 0 127 0 36 0 434 0 132 0 64 0 173 0 696 0 51 0 5 0 94 0 +USW00021504195808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195808DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195808DAWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195808EVAP 38 0 69 0 84 0 61 0 51 0 53 0-9999 -9999 -9999 -9999 48 0 43 0 71 0 53 0 28 0 33 0 61 0 28 0 69 0 66 0 64 0 46 0-9999 76 0 18 0 28 0 33 0-9999 13 0 43 0 23 0 +USW00021504195808MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 97 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195808MDWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 568 0-9999 217 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195808WDMV 103 0 222 0 122 0 98 0 117 0 97 0-9999 -9999 -9999 -9999 84 0 111 0 87 0 101 0 74 0 79 0 82 0 80 0 80 0 108 0 95 0 119 0 79 0 117 0 63 0 84 0 69 0 66 0 71 0 89 0 89 0 +USW00021504195808WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195809TMAX 278 0 278 0 283 0 283 0 283 0 306 0 278 0 283 0 283 0 278 0 283 0 278 0 283 0 289 0 272 0 283 0 278 0 283 0 278 0 278 0 272 0 261 0 283 0 283 0 300 0 267 0 289 0 283 0 278 0 278 0-9999 +USW00021504195809TMIN 183 0 194 0 200 0 194 0 189 0 217 0 222 0 211 0 211 0 211 0 211 0 206 0 200 0 206 0 206 0 200 0 206 0 194 0 200 0 206 0 211 0 217 0 211 0 206 0 194 0 178 0 217 0 194 0 211 0 200 0-9999 +USW00021504195809PRCP 97 0 58 0 97 0 99 0 109 0 79 0 38 0 15 0 8 0 74 0 81 0 79 0 51 0 43 0 33 0 33 0 36 0 155 0 160 0 64 0 3 0 94 0 25 0 64 0 0 0 130 0 3 0 0T 0 147 0 10 0-9999 +USW00021504195809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195809EVAP 48 0 56 0 48 0 64 0 33 0 36 0 56 0 20 0 53 0 53 0 51 0 48 0 48 0 43 0 53 0 53 0 36 0 38 0 28 0 38 0 20 0 30 0 10 0 46 0 43 0 66 0 20 0 58 0 41 0 43 0-9999 +USW00021504195809WDMV 77 0 93 0 114 0 122 0 97 0 92 0 113 0 82 0 71 0 111 0 114 0 87 0 87 0 93 0 92 0 53 0 87 0 84 0 103 0 76 0 63 0 76 0 58 0 89 0 98 0 100 0 63 0 98 0 114 0 76 0-9999 +USW00021504195809WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195810TMAX 283 0 272 0 272 0 267 0 278 0 289 0 278 0 278 0 289 0 306 0 283 0 278 0 278 0 272 0 278 0 267 0 272 0 272 0 272 0 261 0 267 0 317 0 256 0 278 0 267 0 267 0 278 0 283 0 250 0 267 0 278 0 +USW00021504195810TMIN 194 0 189 0 194 0 189 0 189 0 172 0 183 0 172 0 194 0 200 0 222 0 194 0 178 0 200 0 200 0 194 0 194 0 200 0 200 0 200 0 222 0 217 0 206 0 211 0 200 0 206 0 211 0 194 0 206 0 206 0 211 0 +USW00021504195810PRCP 36 0 43 0 3 0 89 0 0 0 15 0 43 0 48 0 33 0 36 0 43 0 74 0 132 0 76 0 460 0 89 0 86 0 74 0 43 0 114 0 178 0 97 0 1351 0 8 0 107 0 269 0 0T 0 150 0 23 0 0T 0 0 0 +USW00021504195810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195810EVAP 58 0 61 0 25 0 20 0 30 0 56 0 66 0 64 0 33 0 43 0 61 0 58 0 53 0 51 0 53 0 46 0 51 0 43 0 53 0 41 0 18 0 18 0 58 0-9999 33 0 18 0 25 0 30 0 46 0 30 0 56 0 +USW00021504195810WDMV 113 0 72 0 66 0 76 0 84 0 80 0 114 0 92 0 106 0 97 0 89 0 90 0 103 0 111 0 100 0 161 0 225 0 138 0 108 0 87 0 69 0 222 0 198 0-9999 -9999 68 0 92 0 61 0 175 0 122 0 85 0 +USW00021504195810WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195811TMAX 283 0 283 0 278 0 261 0 261 0 278 0 283 0 278 0 272 0 256 0 278 0 272 0 289 0 272 0 283 0 267 0 267 0 267 0 244 0 272 0 228 0 244 0 261 0 250 0 256 0 261 0 261 0 250 0 267 0 261 0-9999 +USW00021504195811TMIN 194 0 172 0 206 0 211 0 200 0 200 0 206 0 211 0 211 0 189 0 183 0 211 0 206 0 194 0 194 0 183 0 189 0 194 0 189 0 178 0 194 0 183 0 156 0 172 0 178 0 167 0 183 0 178 0 194 0 200 0-9999 +USW00021504195811PRCP 0T 0 89 0 135 0 86 0 76 0 15 0 86 0 206 0 150 0 594 0 980 0 287 0 333 0 74 0 30 0 30 0 43 0 282 0 650 0 0 0 0T 0 0T 0 5 0 3 0 0T 0 15 0 18 0 71 0 0T 0 25 0-9999 +USW00021504195811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195811EVAP 71 0 41 0 30 0 28 0 33 0 38 0 43 0 36 0 41 0 38 0 15 0 20 0 18 0 36 0 33 0 46 0 43 0 23 0 33 0 18 0 5 0 43 0 41 0 43 0 41 0 33 0 33 0 23 0 10 0 25 0-9999 +USW00021504195811WDMV 98 0 93 0 60 0 95 0 87 0 98 0 66 0 72 0 87 0 109 0 85 0 116 0 113 0 100 0 117 0 114 0 84 0 71 0 113 0 69 0 111 0 224 0 72 0 72 0 93 0 71 0 74 0 61 0 40 0 60 0-9999 +USW00021504195811WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195812TMAX 267 0 250 0 250 0 261 0 267 0 228 0 250 0 256 0 250 0 261 0 267 0 267 0 267 0 267 0 267 0 261 0 267 0 272 0 256 0 261 0 267 0 261 0 272 0 261 0 256 0 256 0 256 0 278 0 294 0 239 0 228 0 +USW00021504195812TMIN 178 0 194 0 167 0 161 0 167 0 161 0 144 0 139 0 172 0 189 0 183 0 178 0 161 0 178 0 178 0 167 0 172 0 178 0 183 0 194 0 183 0 178 0 172 0 172 0 144 0 178 0 172 0 172 0 172 0 167 0 139 0 +USW00021504195812PRCP 15 0 5 0 46 0 0 0 20 0 140 0 0 0 0 0 89 0 23 0 8 0 8 0 3 0 18 0 8 0 15 0 58 0 43 0 10 0 0 0 0 0 36 0 10 0 10 0 3 0 33 0 0T 0 0 0 51 0 76 0 0T 0 +USW00021504195812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195812EVAP 20 0 41 0 53 0 33 0 43 0 38 0 79 0 97 0 69 0 43 0 46 0 53 0 48 0 46 0 36 0 30 0 33 0 41 0 43 0 38 0 58 0 41 0 38 0 38 0 33 0 30 0 36 0 48 0 66 0 86 0 86 0 +USW00021504195812WDMV 61 0 230 0 137 0 77 0 80 0 177 0 362 0 346 0 256 0 195 0 137 0 134 0 122 0 100 0 100 0 80 0 129 0 90 0 79 0 105 0 108 0 97 0 105 0 87 0 93 0 98 0 79 0 90 0 154 0 156 0 217 0 +USW00021504195812WT16 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00021504195901TMAX 239 0 244 0 272 0 267 0 256 0 244 0 250 0 250 0 278 0 283 0 278 0 289 0 261 0 233 0 239 0 239 0 317 0 244 0 261 0 261 0 272 0 261 0 261 0 250 0 283 0 272 0 256 0 272 0 261 0 256 0 261 0 +USW00021504195901TMIN 156 0 183 0 189 0 200 0 178 0 189 0 178 0 178 0 178 0 178 0 183 0 194 0 200 0 189 0 183 0 167 0 178 0 194 0 194 0 161 0 167 0 172 0 194 0 189 0 183 0 167 0 183 0 172 0 178 0 183 0 178 0 +USW00021504195901PRCP 15 0 442 0 0T 0 0T 0 3 0 15 0 15 0 0T 0 0 0 0 0 0 0 0 0 422 0 112 0 36 0 3 0 3 0 528 0 43 0 58 0 0 0 0T 0 30 0 142 0 104 0 5 0 20 0 0 0 97 0 51 0 0T 0 +USW00021504195901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195901EVAP 5 0 43 0 25 0 53 0 30 0 33 0 23 0 23 0 23 0 36 0 43 0 33 0 76 0 20 0 28 0 28 0 28 0 112 0 15 0 30 0 23 0 53 0 28 0 36 0 38 0 66 0 33 0 36 0 41 0 8 0 15 0 +USW00021504195901WDMV 72 0 113 0 80 0 148 0 80 0 93 0 90 0 82 0 47 0 66 0 69 0 74 0 248 0 108 0 251 0 156 0 114 0 303 0 119 0 114 0 61 0 93 0 154 0 142 0 97 0 156 0 106 0 111 0 116 0 85 0 60 0 +USW00021504195901WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00021504195902TMAX 244 0 244 0 239 0 239 0 239 0 239 0 278 0 283 0 261 0 261 0 267 0 256 0 283 0 261 0 244 0 244 0 244 0 211 0 239 0 244 0 211 0 261 0 261 0 261 0 261 0 261 0 261 0 261 0-9999 -9999 -9999 +USW00021504195902TMIN 194 0 167 0 167 0 172 0 167 0 178 0 183 0 178 0 200 0 183 0 183 0 189 0 222 0 200 0 189 0 150 0 178 0 167 0 167 0 172 0 167 0 167 0 172 0 167 0 178 0 183 0 183 0 178 0-9999 -9999 -9999 +USW00021504195902PRCP 3 0 15 0 0T 0 0T 0 0 0 3 0 8 0 3 0 0 0 51 0 41 0 485 0 0T 0 0 0 0 0 0 0 69 0 605 0 437 0 262 0 559 0 69 0 53 0 295 0 66 0 198 0 74 0 33 0-9999 -9999 -9999 +USW00021504195902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504195902EVAP 61 0 64 0 64 0 56 0 51 0 36 0 43 0 48 0 48 0 36 0 18 0 23 0 69 0 41 0 71 0 79 0 74 0 48 0 5 0 46 0 46 0 10 0 43 0 41 0 53 0 46 0 41 0 64 0-9999 -9999 -9999 +USW00021504195902WDMV 309 0 285 0 185 0 166 0 129 0 79 0 69 0 122 0 142 0 95 0 71 0 85 0 270 0 129 0 237 0 256 0 232 0 143 0 114 0 159 0 153 0 92 0 117 0 114 0 169 0 101 0 109 0 106 0-9999 -9999 -9999 +USW00021504195902WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504195903TMAX 272 0 267 0 256 0 267 0 250 0 261 0 267 0 261 0 267 0 261 0 261 0 228 0 256 0 256 0 256 0 267 0 261 0 267 0 261 0 267 0 272 0 278 0 278 0 272 0 272 0 278 0 272 0 261 0 256 0 256 0 267 0 +USW00021504195903TMIN 167 0 161 0 156 0 167 0 183 0 183 0 172 0 172 0 183 0 167 0 172 0 178 0 183 0 178 0 156 0 161 0 172 0 183 0 172 0 183 0 194 0 183 0 178 0 178 0 178 0 189 0 189 0 183 0 178 0 167 0 167 0 +USW00021504195903PRCP 28 0 3 0 5 0 5 0 69 0 64 0 30 0 10 0 0T 0 3 0 89 0 823 0 74 0 25 0 0T 0 10 0 18 0 69 0 46 0 64 0 0T 0 23 0 0 0 20 0 69 0 43 0 10 0 112 0 155 0 43 0 81 0 +USW00021504195903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195903EVAP 41 0 71 0 46 0 41 0 43 0 46 0 46 0 53 0 51 0 56 0 41 0 56 0 0 0 48 0 58 0 61 0 46 0 66 0 58 0 51 0 53 0 76 0 81 0 79 0 46 0 30 0 61 0 58 0 71 0 25 0 36 0 +USW00021504195903WDMV 109 0 126 0 132 0 87 0 116 0 105 0 109 0 121 0 109 0 121 0 98 0 113 0 79 0 77 0 153 0 188 0 105 0 198 0 122 0 111 0 105 0 116 0 154 0 132 0 116 0 103 0 114 0 103 0 103 0 103 0 119 0 +USW00021504195903WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195904TMAX 261 0 239 0 250 0 256 0 261 0 283 0 256 0 228 0 250 0 261 0 250 0 289 0 261 0 261 0 250 0 267 0 267 0 278 0 261 0 256 0 239 0 250 0 267 0 250 0 256 0 283 0 278 0 272 0 272 0 239 0-9999 +USW00021504195904TMIN 178 0 189 0 194 0 167 0 183 0 167 0 189 0 183 0 183 0 189 0 194 0 200 0 183 0 200 0 194 0 183 0 200 0 211 0 206 0 206 0 194 0 194 0 189 0 189 0 189 0 172 0 194 0 194 0 189 0 194 0-9999 +USW00021504195904PRCP 142 0 229 0 3 0 15 0 0T 0 0 0 46 0 333 0 201 0 8 0 89 0 20 0 0T 0 104 0 84 0 0T 0 145 0 41 0 10 0 28 0 236 0 8 0 5 0 10 0 13 0 28 0 33 0 18 0 86 0 114 0-9999 +USW00021504195904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195904EVAP-9999 -9999 58 0-9999 -9999 58 0 71 0-9999 18 0 30 0 48 0-9999 33 0-9999 20 0-9999 43 0-9999 -9999 43 0 46 0 10 0-9999 64 0 48 0-9999 -9999 76 0 66 0 41 0-9999 +USW00021504195904WDMV-9999 -9999 146 0-9999 -9999 100 0 98 0-9999 105 0 85 0 105 0-9999 89 0-9999 60 0-9999 84 0-9999 -9999 243 0 148 0 84 0-9999 106 0 92 0-9999 -9999 142 0 132 0 134 0-9999 +USW00021504195904WT16 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195905TMAX 267 0 267 0 278 0 267 0 267 0 261 0 272 0 261 0 267 0 250 0 256 0 261 0 267 0 272 0 283 0 278 0 283 0 272 0 261 0 278 0 289 0 256 0 256 0 272 0 278 0 289 0 289 0 283 0 261 0 272 0 278 0 +USW00021504195905TMIN 183 0 178 0 183 0 178 0 189 0 189 0 194 0 189 0 183 0 189 0 178 0 172 0 183 0 178 0 200 0 189 0 189 0 206 0 194 0 183 0 183 0 200 0 194 0 200 0 200 0 183 0 189 0 200 0 200 0 194 0 189 0 +USW00021504195905PRCP 58 0 102 0 64 0 13 0 74 0 160 0 102 0 145 0 5 0 119 0 13 0 0T 0 8 0 13 0 48 0 10 0 20 0 84 0 56 0 0 0 0 0 48 0 3 0 38 0 28 0 0T 0 18 0 66 0 358 0 36 0 15 0 +USW00021504195905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195905EVAP 25 0-9999 -9999 64 0-9999 -9999 36 0-9999 41 0 48 0-9999 61 0-9999 58 0 56 0 66 0-9999 48 0-9999 -9999 -9999 61 0-9999 48 0-9999 58 0-9999 -9999 64 0 53 0 56 0 +USW00021504195905WDMV 76 0-9999 -9999 142 0-9999 -9999 100 0-9999 114 0 134 0-9999 169 0-9999 119 0 134 0 111 0-9999 101 0-9999 -9999 -9999 121 0-9999 138 0-9999 97 0-9999 -9999 95 0 106 0 108 0 +USW00021504195905WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195906TMAX 278 0 278 0 283 0 278 0 283 0 294 0 283 0 306 0 294 0 283 0 283 0 283 0 289 0 283 0 283 0 278 0 283 0 283 0 283 0 294 0 272 0 283 0 289 0 283 0 283 0 294 0 294 0 300 0 278 0 278 0-9999 +USW00021504195906TMIN 189 0 194 0 200 0 194 0 189 0 194 0 194 0 194 0 194 0 194 0 189 0 194 0 183 0 200 0 178 0 194 0 183 0 183 0 172 0 189 0 200 0 200 0 206 0 200 0 189 0 189 0 189 0 189 0 211 0 200 0-9999 +USW00021504195906PRCP 84 0 8 0 0T 0 8 0 8 0 61 0 8 0 13 0 94 0 130 0 8 0 10 0 64 0 91 0 30 0 61 0 0 0 0T 0 0 0 15 0 3 0 0T 0 5 0 3 0 0T 0 5 0 3 0 0T 0 10 0 74 0-9999 +USW00021504195906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195906EVAP 56 0 86 0 41 0 61 0 58 0 74 0 84 0 51 0 86 0 81 0 51 0 64 0 56 0 58 0 56 0 58 0 51 0 61 0 89 0 66 0 76 0 51 0 53 0 79 0 71 0 56 0 91 0 94 0 53 0 51 0-9999 +USW00021504195906WDMV 105 0 97 0 109 0 113 0 105 0 111 0 119 0 116 0 116 0 126 0 116 0 106 0 108 0 111 0 109 0 97 0 87 0 135 0 132 0 116 0 135 0 97 0 111 0 92 0 138 0 130 0 130 0 148 0 105 0 103 0-9999 +USW00021504195906WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195907TMAX 283 0 294 0 267 0 278 0 278 0 272 0 278 0 283 0 289 0 289 0 289 0 289 0 283 0 289 0 283 0 294 0 300 0 294 0 289 0 283 0 294 0 289 0 289 0 294 0 311 0 289 0 289 0 267 0 289 0 300 0 306 0 +USW00021504195907TMIN 200 0 194 0 183 0 194 0 189 0 194 0 189 0 189 0 189 0 194 0 206 0 200 0 200 0 206 0 206 0 228 0 211 0 211 0 200 0 200 0 206 0 189 0 178 0 194 0 200 0 200 0 200 0 200 0 200 0 222 0 194 0 +USW00021504195907PRCP 38 0 13 0 132 0 102 0 122 0 246 0 71 0 30 0 3 0 38 0 23 0 0T 0 3 0 15 0 168 0 25 0 38 0 13 0 18 0 3 0 13 0 0 0 0 0 0 0 3 0 99 0 36 0 114 0 30 0 3 0 18 0 +USW00021504195907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195907EVAP 48 0 74 0 48 0 25 0 74 0 53 0 46 0 46 0 61 0 64 0 66 0 64 0 74 0 97 0 64 0 46 0 56 0 56 0 69 0 61 0 51 0 69 0 97 0 81 0 64 0 109 0 48 0 64 0 28 0 61 0 74 0 +USW00021504195907WDMV 100 0 101 0 124 0 97 0 105 0 124 0 103 0 109 0 106 0 109 0 116 0 108 0 114 0 204 0 127 0 153 0 97 0 100 0 100 0 109 0 71 0 117 0 135 0 117 0 124 0 134 0 97 0 101 0 71 0 121 0 109 0 +USW00021504195907WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195908TMAX 300 0 294 0 289 0 272 0 294 0 311 0 300 0 294 0 294 0 294 0 289 0 294 0 294 0 289 0 294 0 283 0 294 0 300 0 294 0 294 0 294 0 300 0 294 0 289 0 272 0 267 0 278 0 272 0 272 0 261 0 267 0 +USW00021504195908TMIN 211 0 211 0 200 0 222 0 228 0 211 0 217 0 183 0 194 0 217 0 206 0 217 0 206 0 200 0 228 0 217 0 194 0 211 0 206 0 200 0 211 0 206 0 217 0 206 0 200 0 206 0 200 0 194 0 200 0 194 0 194 0 +USW00021504195908PRCP 140 0 56 0 71 0 132 0 147 0 0T 0 28 0 30 0 13 0 56 0 28 0 28 0 10 0 160 0 69 0 13 0 33 0 86 0 48 0 0T 0 3 0 5 0 15 0 109 0 246 0 66 0 69 0 38 0 79 0 91 0 30 0 +USW00021504195908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195908EVAP 69 0 56 0 53 0 61 0 28 0 43 0 94 0 51 0 69 0 46 0 69 0 53 0 71 0 76 0 81 0 64 0 51 0 69 0 58 0 71 0 79 0 61 0 56 0 61 0 69 0 30 0 3 0 84 0 33 0 66 0 30 0 +USW00021504195908WDMV 111 0 132 0 140 0 151 0 232 0 200 0 203 0 116 0 113 0 109 0 122 0 92 0 74 0 119 0 179 0 113 0 84 0 138 0 122 0 116 0 142 0 97 0 116 0 101 0 126 0 105 0 87 0 90 0 100 0 103 0 27 0 +USW00021504195908WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195909TMAX 272 0 294 0 294 0 294 0 294 0 283 0 283 0 294 0 294 0 289 0 261 0 261 0 256 0 261 0 294 0 283 0 283 0 283 0 283 0 283 0 267 0 283 0 283 0 267 0 289 0 272 0 267 0 267 0 267 0 278 0-9999 +USW00021504195909TMIN 211 0 206 0 206 0 200 0 211 0 217 0 200 0 211 0 206 0 178 0 183 0 183 0 194 0 200 0 183 0 206 0 211 0 206 0 200 0 189 0 167 0 194 0 200 0 194 0 206 0 200 0 217 0 211 0 211 0 189 0-9999 +USW00021504195909PRCP 18 0 13 0 0T 0 53 0 23 0 8 0 28 0 3 0 23 0 36 0 274 0 89 0 109 0 33 0 10 0 18 0 36 0 10 0 135 0 5 0 23 0 5 0 5 0 180 0 8 0 124 0 351 0 51 0 160 0 18 0-9999 +USW00021504195909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195909EVAP 28 0 23 0 46 0 56 0 53 0 41 0 43 0 30 0 41 0 53 0 66 0-9999 -9999 -9999 -9999 66 0 48 0 66 0 38 0 46 0 64 0 28 0 46 0 51 0 25 0 43 0 10 0 5 0 20 0 33 0-9999 +USW00021504195909WDMV 89 0 77 0 85 0 105 0 103 0 103 0 119 0 71 0 92 0 108 0 106 0-9999 -9999 -9999 -9999 -9999 80 0 105 0 93 0 124 0 108 0 74 0 103 0 100 0 77 0 90 0 66 0 100 0 90 0 93 0-9999 +USW00021504195909WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195910TMAX 278 0 278 0 289 0 294 0 294 0 300 0 294 0 289 0 289 0 289 0 283 0 294 0 278 0 283 0 289 0 278 0 289 0 283 0 289 0 267 0 278 0 283 0 272 0 272 0 289 0 283 0 278 0 272 0 283 0 272 0 289 0 +USW00021504195910TMIN 178 0 206 0 167 0 206 0 200 0 194 0 206 0 189 0 183 0 183 0 206 0 183 0 189 0 206 0 200 0 183 0 194 0 178 0 189 0 200 0 200 0 183 0 189 0 183 0 200 0 189 0 189 0 189 0 200 0 206 0 200 0 +USW00021504195910PRCP 64 0 0T 0 0T 0 0 0 127 0 0 0 51 0 8 0 3 0 94 0 81 0 18 0 13 0 28 0 0T 0 0T 0 8 0 0T 0 46 0 69 0 13 0 5 0 56 0 84 0 0T 0 5 0 117 0 23 0 94 0 422 0 927 0 +USW00021504195910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195910EVAP 38 0 13 0 64 0 58 0 61 0 41 0 53 0 56 0 66 0 53 0 61 0 41 0 48 0 51 0 71 0 53 0 43 0 33 0 46 0 41 0 20 0 53 0 51 0 33 0 56 0 64 0 61 0 43 0 18 0 41 0 18 0 +USW00021504195910WDMV 90 0 80 0 90 0 90 0 92 0 100 0 122 0 114 0 72 0 101 0 130 0 98 0 93 0 97 0 126 0 101 0 98 0 92 0 90 0 106 0 87 0 97 0 74 0 108 0 116 0 108 0 95 0 97 0 89 0 95 0 77 0 +USW00021504195910WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195910WT16 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504195911TMAX 256 0 283 0 256 0 267 0 272 0 256 0 250 0 278 0 289 0 239 0 256 0 272 0 239 0 289 0 283 0 278 0 278 0 278 0 267 0 267 0 272 0 278 0 267 0 256 0 256 0 250 0 267 0 256 0 272 0 261 0-9999 +USW00021504195911TMIN 206 0 211 0 211 0 189 0 194 0 183 0 200 0 189 0 178 0 183 0 200 0 183 0 206 0 183 0 178 0 183 0 183 0 183 0 178 0 189 0 172 0 189 0 172 0 200 0 200 0 194 0 200 0 200 0 183 0 178 0-9999 +USW00021504195911PRCP 3231 0 1488 0 53 0 46 0 51 0 185 0 752 0 3 0 30 0 117 0 23 0 0 0 132 0 0 0 0 0 0 0 99 0 23 0 66 0 64 0 18 0 5 0 38 0 10 0 5 0 69 0 5 0 102 0 127 0 124 0-9999 +USW00021504195911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504195911EVAP-9999 -9999 8 0 8 0 10 0 61 0 5 0 64 0 64 0 33 0 13 0 18 0 43 0 8 0 33 0 51 0 30 0 43 0 58 0 20 0 30 0 61 0 36 0 64 0 53 0 69 0 36 0 46 0 5 0 33 0-9999 +USW00021504195911WDMV 109 0 105 0 108 0 60 0 40 0 76 0 77 0 58 0 90 0 109 0 53 0 58 0 87 0 47 0 79 0 69 0 113 0 82 0 100 0 103 0 93 0 85 0 97 0 307 0 272 0 187 0 266 0 175 0 63 0 100 0-9999 +USW00021504195911WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504195911WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504195912TMAX 244 0 256 0 267 0 261 0 244 0 250 0 233 0 239 0 228 0 256 0 272 0 261 0 261 0 261 0 256 0 256 0 244 0 228 0 261 0 239 0 250 0 239 0 239 0 250 0 250 0 250 0 261 0 267 0 256 0 261 0 261 0 +USW00021504195912TMIN 206 0 189 0 172 0 178 0 194 0 189 0 189 0 189 0 189 0 183 0 172 0 172 0 178 0 167 0 172 0 200 0 189 0 178 0 183 0 194 0 189 0 178 0 178 0 150 0 172 0 156 0 167 0 167 0 178 0 156 0 150 0 +USW00021504195912PRCP 259 0 38 0 8 0 66 0 302 0 231 0 135 0 198 0 198 0 122 0 3 0 94 0 53 0 117 0 38 0 69 0 241 0 157 0 69 0 109 0 99 0 74 0 5 0 20 0 15 0 295 0 130 0 48 0 356 0 0 0 0 0 +USW00021504195912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504195912EVAP 33 0 8 0 15 0 33 0 23 0 8 0 18 0 13 0 5 0 5 0 18 0 46 0 25 0 20 0 30 0 25 0 41 0 43 0 25 0 51 0 36 0 43 0 33 0 43 0 18 0 36 0 5 0 28 0 61 0 18 0 51 0 +USW00021504195912WDMV 87 0 90 0 69 0 90 0 97 0 68 0 84 0 92 0 69 0 56 0 74 0 105 0 79 0 84 0 93 0 190 0 211 0 203 0 166 0 196 0 180 0 214 0 177 0 111 0 64 0 55 0 80 0 89 0 90 0 93 0 145 0 +USW00021504195912WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504196001TMAX 256 0 250 0 250 0 239 0 261 0 256 0 244 0 244 0 250 0 233 0 228 0 233 0 206 0 206 0 222 0 250 0 250 0 250 0 239 0 239 0 256 0 261 0 250 0 239 0 250 0 261 0 283 0 278 0 272 0 267 0 256 0 +USW00021504196001TMIN 161 0 144 0 144 0 183 0 161 0 167 0 189 0 189 0 178 0 178 0 172 0 172 0 172 0 161 0 156 0 161 0 161 0 178 0 156 0 161 0 167 0 150 0 144 0 172 0 167 0 161 0 156 0 167 0 161 0 161 0 156 0 +USW00021504196001PRCP 0 0 0T 0 86 0 244 0 30 0 495 0 279 0 239 0 257 0 191 0 422 0 386 0 1227 0 775 0 1801 0 18 0 127 0 15 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196001DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 +USW00021504196001DAWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 +USW00021504196001EVAP 38 0 53 0 53 0 5 0 10 0 30 0 13 0 20 0 48 0 36 0 8 0 15 0-9999 -9999 5 0-9999 58 0 33 0 53 0 33 0 33 0 36 0 61 0 61 0-9999 -9999 -9999 61 0 51 0 38 0 41 0 +USW00021504196001MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 135 0-9999 -9999 -9999 -9999 +USW00021504196001MDWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 259 0-9999 -9999 -9999 -9999 +USW00021504196001WDMV 95 0 79 0 132 0 101 0 95 0 79 0 84 0 122 0 134 0 108 0 124 0 80 0 117 0 92 0 89 0 66 0 119 0 76 0 108 0 72 0 89 0 56 0 98 0 98 0-9999 -9999 -9999 108 0 69 0 93 0 105 0 +USW00021504196001WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196001WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504196001WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196002TMAX 272 0 256 0 278 0 283 0 306 0 300 0 272 0 272 0 261 0 278 0 222 0 228 0 250 0 256 0 261 0 211 0 244 0 261 0 261 0 228 0 239 0 239 0 239 0 244 0 244 0 256 0 267 0 278 0 256 0-9999 -9999 +USW00021504196002TMIN 172 0 156 0 172 0 167 0 167 0 178 0 172 0 183 0 189 0 167 0 167 0 178 0 178 0 167 0 178 0 172 0 139 0 161 0 150 0 172 0 139 0 144 0 128 0 150 0 167 0 183 0 178 0 183 0 172 0-9999 -9999 +USW00021504196002PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 462 0 523 0 556 0 419 0 185 0 1481 0 297 0 56 0 0T 0 0T 0 0 0 0 0 51 0 5 0 3 0 0T 0 0T 0 0T 0 13 0-9999 -9999 +USW00021504196002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504196002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504196002EVAP 84 0 43 0 33 0 51 0 23 0 61 0 66 0 51 0 66 0 43 0 46 0-9999 -9999 18 0 20 0-9999 -9999 51 0 43 0 43 0 66 0 66 0 61 0 66 0 51 0 48 0 58 0 56 0 46 0-9999 -9999 +USW00021504196002WDMV 74 0 100 0 74 0 84 0 101 0 143 0 119 0 97 0 105 0 93 0 126 0 317 0 198 0 66 0 50 0 77 0 105 0 85 0 87 0 274 0 200 0 119 0 143 0 232 0 101 0 135 0 101 0 98 0 113 0-9999 -9999 +USW00021504196002WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196002WT08 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196002WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504196003TMAX 267 0 267 0 267 0 244 0 222 0 250 0 272 0 283 0 278 0 278 0 272 0 233 0 250 0 250 0 261 0 267 0 289 0 272 0 272 0 233 0 267 0 272 0 261 0 233 0 233 0 256 0 267 0 239 0 261 0 278 0 278 0 +USW00021504196003TMIN 167 0 156 0 167 0 189 0 189 0 183 0 189 0 172 0 161 0 161 0 167 0 178 0 156 0 156 0 183 0 183 0 172 0 172 0 167 0 189 0 189 0 167 0 167 0 178 0 178 0 150 0 178 0 178 0 183 0 172 0 172 0 +USW00021504196003PRCP 0 0 0 0 46 0 112 0 114 0 3 0 3 0 0T 0 0T 0 0 0 28 0 3 0 0 0 3 0 0T 0 0T 0 13 0 0 0 69 0 224 0 0T 0 0 0 165 0 231 0 8 0 18 0 117 0 287 0 305 0 28 0 38 0 +USW00021504196003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196003EVAP 51 0 51 0 53 0 53 0 15 0 18 0 38 0 46 0 48 0 69 0 71 0 61 0 58 0 64 0 46 0 41 0 61 0 56 0 56 0 36 0 10 0 74 0 69 0 104 0 41 0 36 0 74 0 56 0 33 0 43 0 66 0 +USW00021504196003WDMV 140 0 89 0 138 0 117 0 126 0 61 0 56 0 127 0 100 0 113 0 116 0 203 0 163 0 124 0 89 0 113 0 95 0 109 0 106 0 103 0 137 0 90 0 76 0 320 0 187 0 130 0 140 0 105 0 98 0 113 0 121 0 +USW00021504196003WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196003WT16-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196004TMAX 244 0 267 0 261 0 233 0 239 0 244 0 233 0 250 0 261 0 261 0 267 0 256 0 256 0 239 0 261 0 256 0 272 0 272 0 267 0 250 0 261 0 272 0 272 0 261 0 267 0 239 0 267 0 272 0 283 0 272 0-9999 +USW00021504196004TMIN 183 0 183 0 194 0 183 0 189 0 178 0 172 0 178 0 167 0 194 0 189 0 189 0 194 0 194 0 194 0 189 0 200 0 194 0 189 0 189 0 189 0 189 0 178 0 183 0 178 0 183 0 183 0 178 0 194 0 189 0-9999 +USW00021504196004PRCP 64 0 23 0 3 0 343 0 33 0 28 0 188 0 46 0 310 0 229 0 229 0 178 0 165 0 711 0 264 0 66 0 71 0 66 0 119 0 135 0 79 0 18 0 66 0 43 0 71 0 147 0 20 0 107 0 0 0 0T 0-9999 +USW00021504196004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196004EVAP 61 0 30 0 53 0 56 0 30 0 25 0 43 0 25 0 25 0 61 0 51 0 66 0 43 0 33 0-9999 23 0 18 0 46 0 58 0 46 0 8 0 36 0 56 0 56 0 51 0 51 0 13 0 48 0 51 0 51 0-9999 +USW00021504196004WDMV 132 0 55 0 116 0 148 0 100 0 106 0 127 0 121 0 113 0 163 0 121 0 105 0 122 0 100 0 121 0 101 0 72 0 93 0 113 0 97 0 77 0 116 0 114 0 142 0 137 0 166 0 77 0 82 0 93 0 87 0-9999 +USW00021504196004WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00021504196005TMAX 278 0 278 0 289 0 278 0 283 0 283 0 289 0 272 0 267 0 256 0 233 0 272 0 261 0 261 0 256 0 283 0 250 0 267 0 256 0 278 0 283 0 278 0 283 0 283 0 283 0 278 0 272 0 267 0 283 0 283 0 283 0 +USW00021504196005TMIN 167 0 167 0 172 0 200 0 189 0 189 0 183 0 194 0 194 0 194 0 189 0 194 0 183 0 183 0 183 0 189 0 178 0 194 0 189 0 194 0 183 0 183 0 189 0 194 0 178 0 183 0 178 0 189 0 194 0 194 0 189 0 +USW00021504196005PRCP 0 0 5 0 3 0 28 0 3 0 0T 0 0T 0 86 0 97 0 561 0 688 0 71 0 188 0 411 0 155 0 25 0 36 0 246 0 124 0 23 0 10 0 0T 0 20 0 33 0 13 0 10 0 61 0 36 0 10 0 13 0 15 0 +USW00021504196005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196005EVAP 61 0 53 0 48 0 91 0 43 0 74 0 79 0 86 0 61 0 56 0-9999 8 0 36 0 30 0 30 0 30 0 46 0 23 0 10 0 28 0 74 0 61 0 61 0 69 0 64 0 76 0 58 0 43 0 43 0 51 0 51 0 +USW00021504196005WDMV 109 0 109 0 113 0 159 0 82 0 116 0 113 0 111 0 103 0 137 0 174 0 60 0 79 0 97 0 82 0 79 0 100 0 79 0 77 0 72 0 97 0 109 0 108 0 134 0 111 0 108 0 108 0 100 0 90 0 101 0 92 0 +USW00021504196005WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196005WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196006TMAX 289 0 300 0 294 0 272 0 294 0 261 0 283 0 289 0 283 0 289 0 289 0 289 0 267 0 283 0 283 0 272 0 289 0 272 0 283 0 289 0 294 0 267 0 267 0 267 0 272 0 278 0 267 0 256 0 267 0 278 0-9999 +USW00021504196006TMIN 183 0 183 0 189 0 211 0 194 0 183 0 194 0 206 0 200 0 206 0 183 0 200 0 200 0 200 0 189 0 194 0 189 0 194 0 178 0 178 0 183 0 206 0 200 0 200 0 194 0 194 0 200 0 194 0 194 0 194 0-9999 +USW00021504196006PRCP 0T 0 0 0 0T 0 8 0 0T 0 15 0 0 0 0T 0 3 0 30 0 5 0 130 0 56 0 46 0 56 0 81 0 97 0 86 0 0 0 0T 0 94 0 132 0 119 0 86 0 51 0 48 0 175 0 236 0 48 0 107 0-9999 +USW00021504196006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196006DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 +USW00021504196006EVAP 71 0 81 0 81 0 61 0 38 0 56 0 30 0 58 0 79 0 66 0 69 0 74 0 66 0 36 0 43 0 58 0 48 0 51 0 46 0 71 0 76 0 53 0 28 0 43 0 36 0 51 0-9999 -9999 53 0 38 0-9999 +USW00021504196006MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 94 0-9999 -9999 -9999 +USW00021504196006WDMV 97 0 89 0 145 0 117 0 72 0 98 0 63 0 97 0 106 0 116 0 116 0 142 0 97 0 80 0 93 0 127 0 87 0 122 0 48 0 185 0 117 0 122 0 74 0 105 0 80 0 116 0 117 0 89 0 50 0 111 0-9999 +USW00021504196006WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00021504196006WT16 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196007TMAX 283 0 267 0 283 0 283 0 294 0 289 0 272 0 289 0 278 0 289 0 283 0 283 0 306 0 283 0 283 0 283 0 283 0 289 0 289 0 289 0 294 0 289 0 272 0 283 0 289 0 289 0 283 0 289 0 283 0 294 0 283 0 +USW00021504196007TMIN 189 0 189 0 183 0 194 0 178 0 189 0 206 0 189 0 206 0 200 0 200 0 194 0 200 0 194 0 194 0 189 0 183 0 211 0 211 0 211 0 206 0 217 0 211 0 217 0 211 0 200 0 194 0 194 0 194 0 206 0 217 0 +USW00021504196007PRCP 46 0 15 0 46 0 56 0 0 0 208 0 239 0 15 0 107 0 160 0 0 0 51 0 137 0 18 0 8 0 43 0 0 0 152 0 3 0 3 0 13 0 46 0 53 0 145 0 224 0 132 0 8 0 86 0 191 0 208 0 48 0 +USW00021504196007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196007WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196008TMAX 278 0 294 0 278 0 283 0 278 0 267 0 283 0 278 0 283 0 289 0 311 0 278 0 261 0 261 0 294 0 289 0 267 0 267 0 283 0 283 0 294 0 289 0 294 0 267 0 306 0 300 0 289 0 278 0 267 0 267 0 256 0 +USW00021504196008TMIN 211 0 211 0 194 0 206 0 217 0 206 0 189 0 206 0 206 0 211 0 200 0 222 0 211 0 200 0 189 0 211 0 200 0 194 0 194 0 183 0 217 0 211 0 206 0 206 0 183 0 200 0 178 0 194 0 194 0 217 0 211 0 +USW00021504196008PRCP 51 0 25 0 58 0 76 0 28 0 13 0 127 0 145 0 41 0 0T 0 76 0 193 0 58 0 185 0 107 0 130 0 112 0 38 0 0T 0 0T 0 0T 0 15 0 91 0 234 0 0 0 0T 0 30 0 58 0 376 0 732 0 267 0 +USW00021504196008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196008EVAP 48 0 43 0 81 0 41 0 43 0 56 0 18 0 43 0 41 0 51 0 48 0 102 0 15 0 25 0 48 0 53 0 53 0 30 0 36 0 71 0 56 0 61 0 66 0 66 0 18 0 71 0 71 0 71 0 36 0 0 0 3 0 +USW00021504196008WDMV 95 0 84 0 108 0 89 0 100 0 100 0 76 0 114 0 82 0 71 0 109 0 164 0 64 0 87 0 56 0 95 0 90 0 84 0 85 0 109 0 93 0 113 0 74 0 145 0 71 0 109 0 106 0 105 0 84 0 79 0 97 0 +USW00021504196008WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196009TMAX 283 0 283 0 289 0 289 0 283 0 278 0 278 0 283 0 283 0 294 0 278 0 289 0 278 0 278 0 289 0 272 0 278 0 283 0 294 0 289 0 267 0 278 0 289 0 267 0 272 0 289 0 311 0 289 0 300 0 306 0-9999 +USW00021504196009TMIN 194 0 206 0 178 0 206 0 194 0 183 0 183 0 189 0 194 0 189 0 194 0 211 0 206 0 200 0 206 0 211 0 211 0 194 0 200 0 200 0 194 0 200 0 189 0 206 0 206 0 211 0 222 0 222 0 200 0 211 0-9999 +USW00021504196009PRCP 28 0 5 0 18 0 33 0 48 0 99 0 43 0 28 0 3 0 0T 0 86 0 160 0 89 0 25 0 18 0 180 0 51 0 8 0 61 0 15 0 99 0 13 0 66 0 137 0 155 0 102 0 1478 0 0 0 0 0 0 0-9999 +USW00021504196009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196009DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196009DAWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196009EVAP 10 0 66 0 66 0 61 0 64 0 30 0 8 0 56 0 64 0 66 0 66 0 15 0 56 0 58 0 64 0 46 0 36 0 48 0-9999 -9999 46 0 36 0 58 0 46 0 23 0 3 0-9999 91 0 48 0 64 0-9999 +USW00021504196009MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196009MDWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 240 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196009WDMV 106 0 77 0 114 0 114 0 113 0 85 0 82 0 98 0 93 0 98 0 114 0 95 0 84 0 134 0 84 0 111 0 98 0 85 0-9999 -9999 103 0 93 0 111 0 113 0 85 0 80 0 140 0 180 0 132 0 132 0-9999 +USW00021504196009WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00021504196009WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00021504196010TMAX 322 0 289 0 289 0 283 0 289 0 278 0 294 0 289 0 289 0 272 0 272 0 267 0 283 0 289 0 278 0 294 0 272 0 306 0 294 0 294 0 289 0 283 0 289 0 283 0 283 0 278 0 289 0 289 0 289 0 283 0 261 0 +USW00021504196010TMIN 189 0 211 0 183 0 200 0 194 0 189 0 194 0 189 0 183 0 194 0 200 0 206 0 189 0 178 0 200 0 211 0 217 0 194 0 194 0 217 0 189 0 194 0 183 0 206 0 200 0 189 0 200 0 194 0 183 0 189 0 189 0 +USW00021504196010PRCP 5 0 30 0 3 0 18 0 20 0 0T 0 0 0 0T 0 94 0 74 0 56 0 191 0 25 0 493 0 3 0 234 0 907 0 0 0 0 0 0T 0 0 0 36 0 13 0 99 0 122 0 48 0 13 0 5 0 8 0 46 0 175 0 +USW00021504196010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196010EVAP 79 0 76 0 61 0 48 0 58 0 76 0 46 0 71 0 56 0 46 0 8 0 38 0 25 0 56 0 33 0 53 0 13 0 30 0 71 0 56 0 71 0 53 0 43 0 38 0 53 0 51 0 25 0 51 0 64 0 56 0 64 0 +USW00021504196010WDMV 158 0 151 0 111 0 95 0 111 0 117 0 89 0 124 0 101 0 93 0 56 0 87 0 85 0 93 0 89 0 60 0 134 0 103 0 140 0 126 0 134 0 90 0 101 0 116 0 113 0 90 0 113 0 95 0 122 0 101 0 105 0 +USW00021504196010WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196011TMAX 272 0 272 0 283 0 278 0 272 0 283 0 278 0 272 0 261 0 278 0 256 0 250 0 261 0 256 0 256 0 267 0 244 0 250 0 261 0 256 0 267 0 244 0 267 0 244 0 267 0 267 0 267 0 250 0 256 0 261 0-9999 +USW00021504196011TMIN 189 0 183 0 172 0 178 0 183 0 167 0 178 0 183 0 189 0 178 0 200 0 206 0 206 0 194 0 194 0 194 0 183 0 189 0 178 0 161 0 194 0 183 0 200 0 194 0 189 0 178 0 172 0 172 0 194 0 183 0-9999 +USW00021504196011PRCP 79 0 3 0 23 0 28 0 0 0 18 0 23 0 76 0 66 0 112 0 919 0 292 0 53 0 178 0 99 0 183 0 198 0 124 0 41 0 74 0 137 0 495 0 64 0 198 0 38 0 23 0 3 0 66 0 175 0 5 0-9999 +USW00021504196011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196011EVAP 25 0 56 0 33 0 28 0 48 0 43 0 36 0 53 0 61 0 38 0 56 0-9999 20 0 25 0 8 0 13 0 36 0 13 0 0 0 38 0 15 0 30 0 20 0 28 0 18 0 41 0 51 0 51 0 8 0 53 0-9999 +USW00021504196011WDMV 114 0 113 0 87 0 116 0 113 0 89 0 87 0 109 0 135 0 103 0 97 0 148 0 68 0 98 0 105 0 90 0 90 0 80 0 90 0 93 0 100 0 130 0 95 0 100 0 116 0 117 0 97 0 111 0 124 0 122 0-9999 +USW00021504196011WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196012TMAX 256 0 272 0 256 0 289 0 250 0 250 0 256 0 261 0 267 0 272 0 278 0 267 0 256 0 239 0 261 0 267 0 278 0 272 0 272 0 289 0 283 0 272 0 283 0 278 0 289 0 272 0 261 0 267 0 256 0 267 0 272 0 +USW00021504196012TMIN 178 0 172 0 172 0 189 0 194 0 200 0 183 0 167 0 144 0 172 0 161 0 167 0 194 0 183 0 172 0 156 0 161 0 172 0 167 0 161 0 178 0 178 0 172 0 183 0 178 0 172 0 156 0 161 0 167 0 161 0 172 0 +USW00021504196012PRCP 28 0 28 0 0T 0 0T 0 124 0 0T 0 0T 0 5 0 0T 0 0 0 0 0 130 0 188 0 132 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 137 0 124 0 81 0 36 0 +USW00021504196012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196012EVAP 46 0 20 0 46 0 28 0 36 0 10 0 33 0 46 0 48 0 43 0 53 0 46 0 30 0 25 0 15 0 46 0 33 0 46 0 51 0 38 0 51 0 41 0 46 0 53 0 53 0 66 0 51 0 51 0 48 0 23 0 38 0 +USW00021504196012WDMV 117 0 93 0 106 0 72 0 169 0 106 0 106 0 106 0 153 0 95 0 106 0 84 0 135 0 50 0 80 0 82 0 95 0 105 0 121 0 90 0 108 0 82 0 93 0 100 0 111 0 145 0 111 0 98 0 97 0 76 0 93 0 +USW00021504196012WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00021504196101TMAX 283 0 267 0 267 0 267 0 244 0 261 0 261 0 267 0 272 0 261 0 261 0 267 0 272 0 256 0 283 0 300 0 300 0 256 0 283 0 250 0 267 0 272 0 261 0 261 0 283 0 283 0 261 0 250 0 261 0 283 0 283 0 +USW00021504196101TMIN 183 0 183 0 183 0 183 0 178 0 161 0 167 0 183 0 167 0 167 0 172 0 167 0 183 0 183 0 167 0 183 0 167 0 194 0 183 0 183 0 167 0 161 0 156 0 128 0 150 0 178 0 189 0 172 0 161 0 161 0 167 0 +USW00021504196101PRCP 33 0 119 0 147 0 30 0 28 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 23 0 114 0 61 0 0 0 0T 0 0 0 0 0 5 0 0 0 0 0 8 0 13 0 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 0 0 +USW00021504196101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196101EVAP 38 0 61 0 18 0 28 0 36 0 25 0 48 0 43 0 58 0 48 0 56 0 36 0 43 0 38 0 33 0 41 0 64 0 51 0 38 0 41 0 33 0 33 0 38 0 56 0 58 0 56 0 53 0 41 0 38 0 53 0 61 0 +USW00021504196101WDMV 101 0 151 0 87 0 84 0 111 0 113 0 117 0 113 0 106 0 101 0 111 0 106 0 100 0 105 0 93 0 106 0 114 0 119 0 135 0 68 0 61 0 97 0 79 0 161 0 126 0 90 0 100 0 137 0 72 0 87 0 106 0 +USW00021504196101WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00021504196102TMAX 256 0 278 0 300 0 294 0 283 0 283 0 283 0 283 0 272 0 244 0 244 0 250 0 256 0 261 0 250 0 222 0 250 0 250 0 256 0 250 0 244 0 272 0 250 0 244 0 244 0 250 0 256 0 239 0-9999 -9999 -9999 +USW00021504196102TMIN 183 0 194 0 178 0 150 0 183 0 178 0 183 0 178 0 189 0 189 0 189 0 183 0 183 0 178 0 178 0 172 0 172 0 183 0 189 0 183 0 189 0 189 0 172 0 189 0 183 0 183 0 183 0 183 0-9999 -9999 -9999 +USW00021504196102PRCP 3 0 3 0 0T 0 0 0 0T 0 3 0 0 0 0T 0 53 0 191 0 229 0 315 0 64 0 815 0 439 0 556 0 30 0 213 0 295 0 762 0 277 0 91 0 107 0 122 0 124 0 150 0 135 0 231 0-9999 -9999 -9999 +USW00021504196102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504196102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504196102EVAP 66 0 30 0 23 0 71 0 64 0 71 0 76 0 76 0 56 0 43 0 58 0 15 0 23 0 30 0-9999 20 0 13 0 46 0 46 0 18 0 13 0 23 0 41 0 15 0 30 0 25 0 20 0 25 0-9999 -9999 -9999 +USW00021504196102WDMV 106 0 105 0 80 0 151 0 113 0 154 0 138 0 126 0 97 0 119 0 167 0 92 0 85 0 72 0 145 0 90 0 79 0 114 0 182 0 108 0 105 0 117 0 71 0 69 0 79 0 80 0 92 0 122 0-9999 -9999 -9999 +USW00021504196102WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00021504196102WT16 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504196103TMAX 261 0 261 0 256 0 261 0 250 0 250 0 261 0 250 0 278 0 267 0 267 0 283 0 272 0 278 0 283 0 283 0 289 0 283 0 272 0 278 0 278 0 244 0 256 0 261 0 278 0 267 0 267 0 272 0 283 0 278 0 289 0 +USW00021504196103TMIN 189 0 183 0 183 0 183 0 194 0 183 0 178 0 167 0 172 0 172 0 183 0 172 0 178 0 156 0 156 0 161 0 172 0 167 0 189 0 161 0 172 0 172 0 178 0 172 0 167 0 172 0 172 0 161 0 172 0 167 0 167 0 +USW00021504196103PRCP 46 0 84 0 71 0 160 0 10 0 89 0 13 0 89 0 0T 0 48 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 356 0 191 0 64 0 165 0 25 0 20 0 0T 0 0T 0 0 0 0 0 +USW00021504196103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196103EVAP 15 0 43 0 25 0 33 0 36 0 23 0 10 0 46 0 20 0 56 0 46 0 41 0 71 0 66 0 71 0 71 0 71 0 66 0 66 0 48 0 69 0 51 0 20 0 8 0 51 0 61 0 43 0 36 0 69 0 81 0 71 0 +USW00021504196103WDMV 68 0 134 0 114 0 126 0 100 0 101 0 79 0 101 0 100 0 134 0 137 0 111 0 137 0 103 0 116 0 95 0 121 0 113 0 101 0 113 0 116 0 111 0 109 0 69 0 116 0 119 0 132 0 80 0 106 0 126 0 134 0 +USW00021504196103WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504196104TMAX 289 0 250 0 250 0 228 0 256 0 267 0 267 0 289 0 283 0 289 0 289 0 261 0 261 0 278 0 289 0 283 0 267 0 278 0 267 0 261 0 283 0 261 0 250 0 283 0 272 0 261 0 267 0 283 0 267 0 250 0-9999 +USW00021504196104TMIN 167 0 194 0 178 0 189 0 172 0 161 0 183 0 161 0 183 0 183 0 194 0 194 0 183 0 183 0 167 0 189 0 194 0 189 0 178 0 194 0 167 0 167 0 178 0 183 0 172 0 178 0 183 0 172 0 189 0 194 0-9999 +USW00021504196104PRCP 0T 0 467 0 53 0 89 0 0 0 0T 0 0 0 0 0 0T 0 18 0 18 0 71 0 38 0 5 0 23 0 48 0 8 0 3 0 30 0 46 0 0T 0 64 0 56 0 8 0 58 0 160 0 86 0 0 0 0T 0 53 0-9999 +USW00021504196104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196104EVAP 71 0 51 0 15 0 15 0 53 0 58 0 66 0 66 0 69 0 71 0 64 0 64 0 41 0 43 0 76 0 71 0 81 0 53 0 41 0 41 0 48 0 69 0 28 0 71 0 20 0 61 0 30 0 48 0 64 0 33 0-9999 +USW00021504196104WDMV 116 0 103 0 124 0 201 0 119 0 114 0 100 0 101 0 163 0 163 0 154 0 151 0 124 0 116 0 119 0 137 0 145 0 126 0 90 0 117 0 109 0 132 0 82 0 85 0 134 0 92 0 103 0 121 0 100 0 76 0-9999 +USW00021504196104WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196104WT16 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00021504196105TMAX 272 0 267 0 283 0 289 0 278 0 272 0 267 0 250 0 278 0 267 0 267 0 278 0 261 0 278 0 278 0 289 0 278 0 272 0 261 0 272 0 272 0 267 0 283 0 272 0 267 0 272 0 278 0 272 0 261 0 283 0 283 0 +USW00021504196105TMIN 189 0 206 0 200 0 206 0 200 0 183 0 183 0 183 0 167 0 183 0 183 0 200 0 183 0 194 0 200 0 178 0 200 0 183 0 194 0 183 0 178 0 194 0 194 0 189 0 189 0 189 0 194 0 189 0 189 0 189 0 189 0 +USW00021504196105PRCP 0T 0 38 0 13 0 0T 0 8 0 25 0 28 0 64 0 56 0 127 0 180 0 3 0 86 0 109 0 107 0 107 0 137 0 38 0 231 0 175 0 94 0 56 0 10 0 28 0 157 0 81 0 23 0 30 0 51 0 0T 0 0 0 +USW00021504196105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196105EVAP 20 0 43 0 20 0 61 0 76 0 46 0 66 0 46 0 25 0 51 0 51 0 43 0 69 0 10 0 56 0 51 0 46 0 53 0 61 0 53 0 38 0 41 0 41 0 56 0 43 0 41 0 43 0 38 0 25 0 46 0 61 0 +USW00021504196105WDMV 89 0 98 0 92 0 122 0 130 0 134 0 101 0 93 0 72 0 105 0 108 0 121 0 124 0 89 0 89 0 79 0 116 0 101 0 113 0 113 0 117 0 103 0 87 0 101 0 98 0 97 0 93 0 97 0 84 0 77 0 113 0 +USW00021504196105WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196105WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196106TMAX 283 0 283 0 283 0 283 0 283 0 272 0 278 0 294 0 289 0 294 0 283 0 267 0 267 0 289 0 289 0 294 0 289 0 289 0 267 0 289 0 289 0 300 0 289 0 261 0 283 0 289 0 283 0 278 0 278 0 300 0-9999 +USW00021504196106TMIN 189 0 183 0 189 0 183 0 183 0 211 0 206 0 183 0 178 0 194 0 183 0 200 0 183 0 194 0 189 0 194 0 200 0 200 0 194 0 194 0 189 0 194 0 194 0 189 0 189 0 189 0 200 0 194 0 194 0 200 0-9999 +USW00021504196106PRCP 25 0 81 0 0T 0 56 0 15 0 229 0 76 0 20 0 20 0 30 0 46 0 91 0 10 0 38 0 48 0 0 0 3 0 5 0 15 0 25 0 5 0 33 0 0T 0 155 0 81 0 71 0 53 0 170 0 3 0 61 0-9999 +USW00021504196106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196106EVAP 69 0 76 0 71 0 71 0 74 0 58 0 43 0 64 0 64 0 66 0 74 0 56 0 33 0 38 0 61 0 71 0 81 0 64 0 79 0 53 0 71 0 71 0 89 0 64 0 38 0 76 0 48 0 66 0 66 0 64 0-9999 +USW00021504196106WDMV 105 0 106 0 103 0 90 0 101 0 113 0 90 0 153 0 127 0 64 0 97 0 64 0 80 0 108 0 108 0 106 0 121 0 106 0 109 0 116 0 114 0 111 0 114 0 121 0 60 0 117 0 119 0 109 0 101 0 98 0-9999 +USW00021504196106WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00021504196106WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196107TMAX 294 0 283 0 289 0 283 0 278 0 289 0 289 0 289 0 283 0 283 0 278 0 272 0 272 0 283 0 283 0 289 0 283 0 278 0 289 0 278 0 278 0 283 0 289 0 283 0 289 0 294 0 283 0 283 0 294 0 294 0 300 0 +USW00021504196107TMIN 211 0 194 0 178 0 211 0 194 0 200 0 194 0 200 0 211 0 200 0 194 0 194 0 194 0 200 0 200 0 183 0 183 0 194 0 183 0 183 0 194 0 194 0 183 0 194 0 200 0 189 0 206 0 200 0 183 0 200 0 194 0 +USW00021504196107PRCP 38 0 23 0 33 0 25 0 89 0 5 0 0 0 13 0 38 0 56 0 66 0 23 0 69 0 69 0 71 0 15 0 142 0 267 0 5 0 18 0 81 0 3 0 36 0 10 0 0T 0 0T 0 5 0 43 0 46 0 3 0 99 0 +USW00021504196107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196107EVAP 86 0 64 0 89 0 71 0 51 0 28 0 64 0 66 0 71 0 46 0 64 0 56 0 46 0 46 0 53 0 41 0 66 0 43 0 64 0 61 0 53 0 61 0 56 0 74 0 79 0 69 0 76 0 51 0 61 0 64 0 81 0 +USW00021504196107WDMV 143 0 122 0 105 0 122 0 114 0 80 0 113 0 72 0 119 0 101 0 121 0 93 0 79 0 109 0 119 0 93 0 90 0 74 0 101 0 87 0 93 0 93 0 98 0 92 0 114 0 106 0 113 0 93 0 89 0 117 0 90 0 +USW00021504196107WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196108TMAX 294 0 289 0 294 0 294 0 278 0 294 0 283 0 261 0 283 0 294 0 283 0 289 0 278 0 294 0 289 0 294 0 300 0 283 0 278 0 278 0 289 0 267 0 261 0 283 0 289 0 283 0 289 0 300 0 289 0 289 0 294 0 +USW00021504196108TMIN 211 0 211 0 211 0 200 0 211 0 211 0 194 0 194 0 211 0 206 0 211 0 200 0 206 0 194 0 222 0 222 0 217 0 189 0 200 0 194 0 183 0 194 0 211 0 206 0 206 0 189 0 200 0 206 0 211 0 194 0 200 0 +USW00021504196108PRCP 5 0 18 0 28 0 107 0 170 0 18 0 41 0 224 0 18 0 23 0 79 0 0T 0 48 0 3 0 0T 0 94 0 58 0 33 0 221 0 64 0 71 0 137 0 160 0 76 0 18 0 20 0 5 0 58 0 18 0 30 0 94 0 +USW00021504196108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196108EVAP 84 0 79 0 79 0 51 0 25 0 28 0 58 0 66 0 13 0 15 0 76 0 28 0 69 0 28 0 74 0 48 0 53 0 71 0 43 0 53 0 56 0 58 0 20 0 10 0 58 0 61 0 48 0 69 0 51 0 53 0 74 0 +USW00021504196108WDMV 126 0 87 0 100 0 76 0 76 0 89 0 92 0 90 0 77 0 60 0 84 0 76 0 97 0 55 0 79 0 71 0 95 0 109 0 64 0 93 0 77 0 82 0 79 0 74 0 89 0 114 0 85 0 90 0 113 0 77 0 97 0 +USW00021504196108WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196109TMAX 283 0 294 0 283 0 283 0 289 0 289 0 283 0 294 0 278 0 300 0 294 0 272 0 289 0 283 0 267 0 294 0 283 0 289 0 278 0 294 0 294 0 300 0 283 0 272 0 278 0 289 0 294 0 300 0 300 0 283 0-9999 +USW00021504196109TMIN 206 0 206 0 200 0 178 0 178 0 200 0 200 0 183 0 194 0 206 0 206 0 194 0 194 0 211 0 189 0 172 0 183 0 194 0 194 0 194 0 178 0 211 0 206 0 189 0 189 0 206 0 200 0 200 0 200 0 194 0-9999 +USW00021504196109PRCP 0T 0 66 0 117 0 18 0 0 0 0T 0 3 0 3 0 264 0 97 0 5 0 23 0 0T 0 0T 0 43 0 0 0 30 0 122 0 279 0 10 0 119 0 51 0 411 0 5 0 5 0 0T 0 10 0 8 0 23 0 5 0-9999 +USW00021504196109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196109EVAP 74 0 43 0 51 0 61 0 74 0 71 0 46 0 56 0 56 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196109WDMV 101 0 74 0 74 0 92 0 64 0 71 0 69 0 72 0 79 0 68 0 100 0 64 0 77 0 71 0 87 0 69 0 95 0 90 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196109WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196110TMAX 300 0 283 0 278 0 283 0 300 0 300 0 294 0 272 0 278 0 261 0 289 0 272 0 283 0 283 0 278 0 289 0 289 0 283 0 328 0 289 0 294 0 289 0 261 0 250 0 267 0 278 0 272 0 250 0 289 0 294 0 300 0 +USW00021504196110TMIN 194 0 194 0 200 0 178 0 178 0 194 0 200 0 211 0 200 0 194 0 183 0 200 0 206 0 189 0 217 0 189 0 206 0 206 0 200 0 211 0 211 0 206 0 206 0 206 0 189 0 200 0 200 0 206 0 200 0 217 0 228 0 +USW00021504196110PRCP 0 0 30 0 5 0 0 0 0 0 46 0 239 0 51 0 287 0 152 0 104 0 104 0 132 0 0T 0 0T 0 5 0 15 0 43 0 10 0 3 0 15 0 18 0 973 0 272 0 445 0 102 0 409 0 2192 0 25 0 142 0 10 0 +USW00021504196110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196110WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00021504196110WT16-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196111TMAX 294 0 278 0 244 0 272 0 278 0 278 0 272 0 267 0 272 0 278 0 283 0 289 0 244 0 267 0 256 0 244 0 272 0 267 0 278 0 272 0 256 0 256 0 256 0 267 0 261 0 272 0 261 0 267 0 267 0 250 0-9999 +USW00021504196111TMIN 222 0 217 0 217 0 206 0 189 0 189 0 178 0 189 0 172 0 194 0 200 0 194 0 200 0 206 0 194 0 189 0 194 0 189 0 189 0 194 0 183 0 211 0 200 0 178 0 183 0 183 0 172 0 183 0 183 0 183 0-9999 +USW00021504196111PRCP 41 0 15 0 30 0 0T 0 0 0 0 0 69 0 3 0 13 0 236 0 18 0 20 0 127 0 97 0 127 0 140 0 191 0 201 0 97 0 91 0 168 0 442 0 902 0 15 0 13 0 15 0 33 0 3 0 51 0 107 0-9999 +USW00021504196111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196111EVAP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 10 0 30 0 56 0 30 0 51 0 20 0-9999 23 0 48 0 30 0 41 0 33 0 48 0 41 0-9999 +USW00021504196111WDMV 127 0 40 0 40 0 23 0 58 0 74 0 77 0 80 0 93 0 113 0 85 0 77 0 61 0 66 0 69 0 47 0 122 0 92 0 71 0 111 0 79 0 106 0 79 0 93 0 87 0 61 0 72 0 68 0 79 0 71 0-9999 +USW00021504196111WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196111WT16 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196112TMAX 261 0 261 0 244 0 233 0 244 0 239 0 283 0 261 0 244 0 250 0 256 0 261 0 233 0 256 0 272 0 267 0 239 0 261 0 250 0 267 0 256 0 239 0 267 0 256 0 256 0 250 0 256 0 244 0 256 0 250 0 272 0 +USW00021504196112TMIN 189 0 178 0 178 0 178 0 194 0 194 0 200 0 189 0 194 0 178 0 161 0 172 0 178 0 206 0 200 0 178 0 172 0 172 0 167 0 161 0 178 0 156 0 150 0 172 0 161 0 167 0 172 0 167 0 172 0 172 0 144 0 +USW00021504196112PRCP 102 0 132 0 114 0 79 0 74 0 467 0 356 0 145 0 213 0 36 0 97 0 442 0 554 0 239 0 69 0 15 0 114 0 41 0 13 0 30 0 104 0 323 0 20 0 135 0 102 0 0 0 15 0 46 0 0T 0 0T 0 0 0 +USW00021504196112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196112DAEV-9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196112EVAP 20 0 30 0 25 0 33 0 5 0-9999 -9999 41 0 13 0 23 0 20 0 8 0-9999 13 0 10 0 36 0 33 0 13 0 10 0 30 0 30 0 18 0 28 0 30 0 0 0 36 0 48 0 41 0 20 0 28 0 30 0 +USW00021504196112MDEV-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196112WDMV 98 0 64 0 64 0 84 0 60 0 87 0 42 0 117 0 53 0 63 0 58 0 69 0 108 0 187 0 135 0 82 0 74 0 72 0 58 0 61 0 79 0 64 0 58 0 79 0 90 0 69 0 71 0 76 0 69 0 56 0 58 0 +USW00021504196112WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00021504196201TMAX 267 0 267 0 267 0 283 0 283 0 300 0 289 0 250 0 272 0 256 0 267 0 261 0 250 0 244 0 267 0 278 0 267 0 283 0 289 0 289 0 289 0 272 0 244 0 261 0 267 0 256 0 267 0 272 0 283 0 300 0 283 0 +USW00021504196201TMIN 161 0 161 0 156 0 167 0 194 0 183 0 206 0 206 0 183 0 172 0 156 0 178 0 172 0 172 0 172 0 150 0 172 0 200 0 183 0 172 0 189 0 189 0 172 0 167 0 167 0 161 0 150 0 172 0 172 0 161 0 178 0 +USW00021504196201PRCP 0T 0 0T 0 0 0 0 0 10 0 0 0 0T 0 69 0 5 0 23 0 0T 0 0T 0 0T 0 48 0 5 0 0 0 0 0 165 0 0T 0 0 0 0T 0 0T 0 69 0 155 0 86 0 3 0 0 0 0 0 0 0 0 0 0T 0 +USW00021504196201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196201DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 +USW00021504196201DAWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 +USW00021504196201EVAP 53 0 38 0 36 0 76 0 56 0 91 0 36 0 33 0 28 0 46 0 28 0 46 0 43 0 38 0 25 0 58 0 38 0 38 0 56 0 61 0 64 0 74 0 48 0 76 0 25 0 48 0 41 0 48 0-9999 -9999 58 0 +USW00021504196201MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 104 0-9999 +USW00021504196201MDWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 169 0-9999 +USW00021504196201WDMV 79 0 87 0 71 0 113 0 124 0 494 0 69 0 68 0 35 0 82 0 76 0 80 0 69 0 95 0 69 0 106 0 76 0 92 0 127 0 121 0 145 0 151 0 105 0 64 0 58 0 56 0 69 0 121 0-9999 -9999 106 0 +USW00021504196201WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196201WT16 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00021504196202TMAX 278 0 272 0 267 0 300 0 283 0 272 0 289 0 250 0 250 0 250 0 267 0 267 0 256 0 267 0 267 0 294 0 228 0 261 0 272 0 267 0 261 0 267 0 289 0 250 0 250 0 267 0 233 0 233 0-9999 -9999 -9999 +USW00021504196202TMIN 178 0 167 0 172 0 178 0 172 0 167 0 161 0 178 0 172 0 183 0 183 0 194 0 178 0 167 0 172 0 150 0 167 0 144 0 144 0 161 0 117 0 139 0 139 0 167 0 161 0 156 0 183 0 172 0-9999 -9999 -9999 +USW00021504196202PRCP 0 0 0 0 0 0 0 0 0 0 0 0 51 0 102 0 0T 0 0T 0 0 0 0 0 33 0 8 0 20 0 0 0 46 0 10 0 0 0 0 0 0 0 0 0 0 0 69 0 442 0 13 0 472 0 84 0-9999 -9999 -9999 +USW00021504196202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504196202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504196202EVAP 53 0 46 0 58 0 58 0 74 0 66 0 58 0 36 0 13 0 56 0 61 0 69 0 71 0 36 0 58 0 58 0 64 0 28 0 48 0 74 0 79 0 81 0 64 0 84 0 36 0 25 0 43 0 20 0-9999 -9999 -9999 +USW00021504196202WDMV 121 0 53 0 63 0 98 0 100 0 95 0 68 0 101 0 200 0 89 0 87 0 111 0 92 0 114 0 72 0 95 0 93 0 106 0 163 0 119 0 126 0 145 0 142 0 117 0 85 0 82 0 101 0 56 0-9999 -9999 -9999 +USW00021504196202WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196202WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504196203TMAX 244 0 244 0 239 0 244 0 256 0 267 0 272 0 272 0 256 0 250 0 267 0 267 0 244 0 278 0 244 0 244 0 278 0 250 0 250 0 244 0 250 0 261 0 256 0 256 0 250 0 244 0 261 0 261 0 267 0 261 0 272 0 +USW00021504196203TMIN 172 0 167 0 167 0 172 0 150 0 156 0 156 0 167 0 183 0 194 0 172 0 183 0 183 0 172 0 194 0 183 0 183 0 183 0 172 0 178 0 178 0 172 0 183 0 178 0 167 0 167 0 156 0 156 0 172 0 178 0 178 0 +USW00021504196203PRCP 30 0 15 0 71 0 13 0 5 0 0T 0 10 0 41 0 201 0 46 0 165 0 871 0 74 0 3 0 15 0 30 0 0T 0 206 0 30 0 236 0 206 0 196 0 137 0 15 0 8 0 56 0 13 0 0T 0 66 0 3 0 3 0 +USW00021504196203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196203EVAP 13 0 36 0 33 0 38 0 43 0 46 0 38 0 51 0 48 0 30 0 53 0 41 0-9999 30 0 41 0 5 0 13 0 71 0 33 0 20 0 43 0 33 0 25 0 25 0 41 0 46 0 36 0 46 0 69 0 53 0 51 0 +USW00021504196203WDMV 77 0 92 0 103 0 101 0 77 0 89 0 74 0 105 0 153 0 201 0 111 0 93 0 103 0 185 0 159 0 64 0 58 0 130 0 103 0 85 0 79 0 80 0 87 0 92 0 74 0 129 0 64 0 106 0 103 0 76 0 72 0 +USW00021504196203WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196204TMAX 278 0 267 0 272 0 278 0 300 0 278 0 267 0 267 0 272 0 278 0 272 0 261 0 261 0 278 0 267 0 261 0 272 0 267 0 239 0 267 0 272 0 289 0 289 0 278 0 278 0 300 0 289 0 250 0 272 0 283 0-9999 +USW00021504196204TMIN 167 0 183 0 178 0 183 0 183 0 200 0 189 0 189 0 194 0 167 0 178 0 183 0 189 0 178 0 161 0 183 0 172 0 172 0 172 0 183 0 183 0 183 0 200 0 200 0 206 0 206 0 206 0 200 0 178 0 172 0-9999 +USW00021504196204PRCP 0T 0 15 0 41 0 3 0 8 0 36 0 41 0 18 0 122 0 0T 0 5 0 41 0 43 0 69 0 33 0 8 0 13 0 3 0 69 0 10 0 0T 0 61 0 28 0 0T 0 0T 0 0 0 0T 0 41 0 41 0 0T 0-9999 +USW00021504196204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196204EVAP 79 0 79 0 51 0 66 0 84 0 84 0 58 0 30 0 61 0 43 0 74 0 69 0 38 0 36 0 38 0 64 0 91 0 38 0 58 0 13 0 36 0 56 0 64 0 74 0 66 0 58 0 84 0 81 0 23 0 46 0-9999 +USW00021504196204WDMV 97 0 95 0 93 0 106 0 127 0 145 0 106 0 90 0 105 0 93 0 89 0 100 0 82 0 93 0 95 0 95 0 129 0 92 0 89 0 74 0 80 0 84 0 122 0 132 0 151 0 140 0 172 0 121 0 69 0 84 0-9999 +USW00021504196204WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00021504196205TMAX 278 0 239 0 261 0 278 0 278 0 272 0 267 0 294 0 283 0 289 0 272 0 272 0 250 0 267 0 239 0 261 0 244 0 250 0 267 0 256 0 250 0 267 0 272 0 261 0 261 0 250 0 278 0 272 0 250 0 283 0 283 0 +USW00021504196205TMIN 183 0 200 0 206 0 189 0 183 0 194 0 194 0 172 0 194 0 178 0 200 0 194 0 183 0 183 0 189 0 189 0 183 0 183 0 194 0 194 0 189 0 194 0 183 0 189 0 194 0 189 0 183 0 194 0 178 0 194 0 183 0 +USW00021504196205PRCP 74 0 386 0 152 0 114 0 124 0 97 0 5 0 0T 0 5 0 3 0 173 0 152 0 104 0 89 0 577 0 264 0 102 0 114 0 71 0 97 0 117 0 23 0 201 0 64 0 203 0 41 0 0T 0 28 0 38 0 30 0 3 0 +USW00021504196205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196205EVAP 84 0 10 0 18 0 8 0 53 0 36 0 36 0 46 0 74 0 61 0 69 0 23 0 61 0 28 0 8 0 53 0 18 0 30 0 5 0 33 0 36 0 13 0 43 0 23 0 20 0 25 0 25 0 76 0 46 0 15 0 69 0 +USW00021504196205WDMV 116 0 122 0 69 0 63 0 60 0 90 0 82 0 74 0 111 0 103 0 119 0 103 0 105 0 72 0 79 0 61 0 69 0 48 0 79 0 47 0 66 0 61 0 72 0 60 0 76 0 69 0 58 0 98 0 87 0 55 0 100 0 +USW00021504196205WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196205WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196206TMAX 317 0 300 0 283 0 294 0 278 0 267 0 278 0 250 0 283 0 244 0 283 0 283 0 283 0 278 0 278 0 267 0 261 0 278 0 283 0 283 0 289 0 272 0 283 0 283 0 289 0 283 0 278 0 283 0 278 0 267 0-9999 +USW00021504196206TMIN 178 0 183 0 200 0 189 0 194 0 183 0 194 0 178 0 189 0 189 0 200 0 194 0 183 0 183 0 183 0 189 0 189 0 189 0 183 0 183 0 206 0 189 0 178 0 183 0 200 0 200 0 200 0 200 0 200 0 200 0-9999 +USW00021504196206PRCP 0 0 0T 0 0T 0 0T 0 8 0 23 0 71 0 53 0 28 0 107 0 0T 0 0T 0 0T 0 3 0 30 0 114 0 198 0 48 0 0 0 0 0 0T 0 0 0 0 0 3 0 0T 0 8 0 28 0 28 0 71 0 5 0-9999 +USW00021504196206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196206EVAP 69 0 61 0 69 0 76 0 84 0 74 0 28 0 46 0 13 0 51 0 18 0 74 0 81 0 94 0 58 0 51 0 66 0 20 0 79 0 79 0 76 0 69 0 43 0 79 0 79 0 86 0 81 0 46 0 56 0 36 0-9999 +USW00021504196206WDMV 97 0 166 0 146 0 111 0 101 0 101 0 79 0 84 0 85 0 68 0 60 0 98 0 103 0 77 0 113 0 105 0 76 0 66 0 87 0 100 0 92 0 101 0 89 0 95 0 100 0 89 0 119 0 103 0 100 0 85 0-9999 +USW00021504196206WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196207TMAX 267 0 244 0 244 0 278 0 272 0 283 0 283 0 294 0 278 0 283 0 272 0 278 0 289 0 267 0 289 0 261 0 278 0 261 0 283 0 272 0 250 0 278 0 272 0 278 0 278 0 289 0 306 0 294 0 294 0 283 0 283 0 +USW00021504196207TMIN 178 0 183 0 194 0 183 0 189 0 178 0 178 0 178 0 183 0 194 0 189 0 206 0 200 0 211 0 200 0 183 0 194 0 211 0 200 0 183 0 200 0 194 0 200 0 183 0 200 0 194 0 189 0 200 0 211 0 211 0 200 0 +USW00021504196207PRCP 28 0 135 0 112 0 18 0 109 0 46 0 18 0 3 0 51 0 112 0 117 0 127 0 10 0 23 0 3 0 114 0 61 0 150 0 36 0 41 0 259 0 142 0 66 0 15 0 8 0 3 0 18 0 8 0 8 0 23 0 175 0 +USW00021504196207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196207EVAP 28 0 48 0 3 0 10 0 56 0 51 0 86 0 71 0 69 0 58 0 46 0 20 0 66 0 66 0 20 0 66 0 13 0 18 0 30 0 58 0 36 0 5 0 36 0 28 0 46 0 64 0 69 0 79 0 66 0 71 0 84 0 +USW00021504196207WDMV 82 0 92 0 85 0 90 0 105 0 100 0 92 0 103 0 90 0 106 0 84 0 105 0 79 0 97 0 71 0 93 0 72 0 68 0 69 0 95 0 55 0 97 0 60 0 95 0 85 0 92 0 80 0 105 0 76 0 134 0 122 0 +USW00021504196207WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196208TMAX 283 0 267 0 289 0 283 0 283 0 289 0 283 0 272 0 289 0 289 0 283 0 289 0 294 0 289 0 294 0 289 0 289 0 278 0 283 0 289 0 289 0 294 0 294 0 283 0 289 0 283 0 289 0 289 0 294 0 300 0 294 0 +USW00021504196208TMIN 206 0 206 0 206 0 206 0 206 0 183 0 189 0 194 0 194 0 200 0 183 0 178 0 206 0 189 0 222 0 211 0 211 0 211 0 211 0 211 0 206 0 183 0 194 0 194 0 194 0 183 0 189 0 194 0 183 0 194 0 183 0 +USW00021504196208PRCP 43 0 150 0 25 0 168 0 3 0 13 0 25 0 20 0 0T 0 13 0 13 0 0T 0 51 0 218 0 147 0 10 0 18 0 25 0 53 0 0T 0 0T 0 0T 0 0 0 0T 0 3 0 5 0 10 0 8 0 13 0 20 0 0T 0 +USW00021504196208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196208EVAP 33 0 38 0 23 0 36 0 43 0 61 0 74 0 61 0 30 0 48 0 99 0 51 0 58 0 104 0 25 0 69 0 71 0 71 0 18 0 53 0 51 0 74 0 76 0 84 0 84 0 69 0 53 0 51 0 48 0 79 0 71 0 +USW00021504196208WDMV 82 0 89 0 92 0 93 0 72 0 98 0 92 0 97 0 63 0 97 0 93 0 69 0 87 0 100 0 61 0 98 0 100 0 103 0 105 0 48 0 93 0 98 0 76 0 90 0 92 0 98 0 84 0 95 0 93 0 106 0 82 0 +USW00021504196208WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196209TMAX 267 0 294 0 289 0 283 0 283 0 283 0 283 0 294 0 289 0 294 0 283 0 272 0 261 0 278 0 267 0 272 0 256 0 283 0 272 0 267 0 267 0 256 0 272 0 278 0 278 0 272 0 261 0 272 0 283 0 283 0-9999 +USW00021504196209TMIN 211 0 217 0 194 0 206 0 206 0 183 0 194 0 172 0 178 0 211 0 200 0 206 0 200 0 206 0 200 0 200 0 211 0 200 0 183 0 194 0 194 0 200 0 189 0 189 0 194 0 189 0 194 0 189 0 183 0 189 0-9999 +USW00021504196209PRCP 84 0 0T 0 94 0 28 0 25 0 3 0 5 0 0 0 36 0 18 0 160 0 183 0 305 0 10 0 18 0 686 0 231 0 23 0 41 0 66 0 119 0 91 0 61 0 28 0 15 0 10 0 23 0 48 0 0T 0 0T 0-9999 +USW00021504196209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196209EVAP 43 0 20 0 58 0 61 0 53 0 51 0 43 0 76 0 79 0 46 0 71 0 61 0 30 0 13 0 56 0 25 0-9999 30 0 30 0 25 0 28 0 18 0 15 0 18 0 56 0 58 0 30 0 20 0 33 0 38 0-9999 +USW00021504196209WDMV 92 0 69 0 66 0 69 0 72 0 80 0 95 0 101 0 71 0 90 0 93 0 113 0 79 0 77 0 89 0 82 0 58 0 60 0 79 0 80 0 80 0 66 0 61 0 66 0 95 0 56 0 77 0 87 0 74 0 69 0-9999 +USW00021504196209WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196210TMAX 261 0 283 0 283 0 294 0 289 0 261 0 278 0 261 0 283 0 267 0 272 0 272 0 278 0 272 0 289 0 289 0 311 0 322 0 278 0 300 0 283 0 294 0 294 0 278 0 283 0 294 0 294 0 294 0 300 0 289 0 283 0 +USW00021504196210TMIN 200 0 194 0 183 0 178 0 194 0 194 0 189 0 189 0 183 0 183 0 167 0 178 0 178 0 194 0 194 0 172 0 183 0 172 0 206 0 194 0 194 0 194 0 206 0 206 0 194 0 178 0 189 0 167 0 178 0 183 0 194 0 +USW00021504196210PRCP 157 0 5 0 13 0 8 0 33 0 89 0 38 0 18 0 28 0 117 0 3 0 3 0 0T 0 5 0 0 0 0 0 0 0 64 0 0T 0 0T 0 0T 0 15 0 0T 0 15 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196210DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196210DAWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196210EVAP 74 0 38 0 76 0 33 0 61 0 51 0 18 0 46 0 36 0 36 0 41 0-9999 -9999 51 0 38 0 38 0 81 0 71 0 64 0 38 0 69 0 30 0 56 0 36 0 58 0 48 0 56 0 69 0 58 0 81 0 79 0 +USW00021504196210MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 122 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196210MDWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 143 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196210WDMV 87 0 69 0 90 0 109 0 55 0 101 0 82 0 84 0 66 0 87 0 79 0-9999 -9999 98 0 69 0 87 0 95 0 100 0 148 0 146 0 60 0 77 0 77 0 93 0 71 0 79 0 69 0 93 0 76 0 146 0 138 0 +USW00021504196210WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196211TMAX 283 0 278 0 294 0 278 0 289 0 278 0 283 0 283 0 283 0 278 0 278 0 267 0 283 0 278 0 278 0 261 0 261 0 267 0 256 0 272 0 267 0 244 0 233 0 250 0 256 0 261 0 267 0 261 0 250 0 239 0-9999 +USW00021504196211TMIN 183 0 178 0 172 0 178 0 183 0 178 0 178 0 189 0 200 0 189 0 194 0 178 0 183 0 183 0 172 0 183 0 178 0 189 0 183 0 183 0 189 0 189 0 183 0 178 0 167 0 183 0 172 0 189 0 183 0 183 0-9999 +USW00021504196211PRCP 0T 0 20 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 3 0 0T 0 10 0 18 0 8 0 18 0 114 0 84 0 79 0 36 0 38 0 104 0 86 0 152 0 376 0 66 0 48 0 30 0 79 0 51 0 84 0 180 0-9999 +USW00021504196211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196211EVAP 61 0 74 0 48 0 51 0 56 0 64 0 48 0 58 0 56 0 58 0 48 0 48 0 25 0 41 0 74 0 56 0 23 0 20 0 28 0 18 0 13 0 18 0 10 0 8 0 20 0 13 0 33 0 15 0 38 0 0 0-9999 +USW00021504196211WDMV 60 0 68 0 77 0 85 0 97 0 89 0 79 0 85 0 85 0 77 0 93 0 100 0 63 0 100 0 98 0 127 0 93 0 89 0 82 0 71 0 69 0 84 0 79 0 74 0 58 0 68 0 85 0 84 0 92 0 85 0-9999 +USW00021504196211WT16 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196212TMAX 244 0 228 0 239 0 261 0 261 0 278 0 272 0 267 0 267 0 294 0 261 0 278 0 278 0 272 0 244 0 261 0 267 0 250 0 267 0 239 0 250 0 244 0 244 0 256 0 278 0 272 0 272 0 267 0 267 0 256 0 267 0 +USW00021504196212TMIN 183 0 167 0 178 0 156 0 156 0 156 0 156 0 156 0 156 0 167 0 172 0 183 0 189 0 194 0 206 0 200 0 189 0 183 0 167 0 178 0 150 0 150 0 150 0 156 0 167 0 167 0 161 0 150 0 167 0 178 0 161 0 +USW00021504196212PRCP 79 0 15 0 66 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 53 0 81 0 46 0 25 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 51 0 0T 0 109 0 8 0 +USW00021504196212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196212EVAP 10 0 28 0 0 0 3 0 48 0 56 0 56 0 48 0 46 0 69 0 51 0 33 0 56 0 18 0 18 0 43 0 23 0 51 0 20 0 28 0 33 0 38 0 76 0 51 0 38 0 51 0 36 0 38 0 33 0 99 0 20 0 +USW00021504196212WDMV 53 0 74 0 66 0 76 0 77 0 80 0 79 0 68 0 76 0 69 0 79 0 72 0 80 0 93 0 132 0 130 0 79 0 80 0 71 0 58 0 90 0 50 0 229 0 68 0 92 0 116 0 48 0 80 0 105 0 105 0 37 0 +USW00021504196212WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196212WT16 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X +USW00021504196301TMAX 256 0 261 0 267 0 256 0 244 0 278 0 283 0 256 0 261 0 261 0 244 0 256 0 261 0 261 0 267 0 311 0 272 0 256 0 289 0 244 0 283 0 261 0 300 0 294 0 250 0 278 0 278 0 289 0 272 0 283 0 278 0 +USW00021504196301TMIN 167 0 167 0 156 0 161 0 172 0 156 0 183 0 161 0 144 0 150 0 161 0 156 0 156 0 161 0 139 0 156 0 189 0 172 0 161 0 183 0 161 0 150 0 167 0 156 0 183 0 161 0 167 0 161 0 183 0 183 0 183 0 +USW00021504196301PRCP 5 0 23 0 0 0 8 0 13 0 3 0 8 0 48 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 20 0 5 0 0T 0 0 0 25 0 0T 0 0 0 0T 0 5 0 127 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196301DAEV-9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196301DAWM-9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196301EVAP 36 0 56 0 76 0 71 0 71 0-9999 -9999 64 0 28 0 43 0 46 0 23 0 46 0 58 0 20 0 76 0 53 0 74 0 69 0 51 0 36 0 43 0 48 0 66 0 58 0 25 0 69 0 56 0 56 0 23 0 64 0 +USW00021504196301MDEV-9999 -9999 -9999 -9999 -9999 -9999 56 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196301MDWM-9999 -9999 -9999 -9999 -9999 -9999 216 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196301WDMV 106 0 117 0 126 0 105 0 85 0-9999 -9999 174 0 93 0 87 0 80 0 130 0 71 0 85 0 80 0 111 0 222 0 142 0 95 0 95 0 72 0 119 0 95 0 129 0 103 0 48 0 82 0 84 0 74 0 64 0 143 0 +USW00021504196301WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196301WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196302TMAX 306 0 272 0 283 0 272 0 283 0 289 0 278 0 278 0 283 0 278 0 233 0 244 0 250 0 261 0 272 0 278 0 278 0 261 0 278 0 289 0 306 0 306 0 283 0 283 0 294 0 300 0 261 0 261 0-9999 -9999 -9999 +USW00021504196302TMIN 211 0 189 0 156 0 167 0 167 0 172 0 200 0 189 0 161 0 172 0 189 0 183 0 189 0 150 0 156 0 178 0 172 0 194 0 167 0 161 0 167 0 172 0 183 0 178 0 183 0 194 0 178 0 189 0-9999 -9999 -9999 +USW00021504196302PRCP 0 0 38 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0T 0 15 0 196 0 15 0 0 0 0 0 0T 0 3 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 28 0 102 0-9999 -9999 -9999 +USW00021504196302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504196302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504196302EVAP 91 0 79 0 43 0 64 0 61 0 61 0 81 0 79 0 56 0 58 0 58 0 25 0 3 0 15 0 58 0 64 0 71 0 46 0 41 0 36 0 43 0 81 0 86 0 66 0 76 0 89 0 89 0 28 0-9999 -9999 -9999 +USW00021504196302WDMV 161 0 119 0 77 0 129 0 117 0 87 0 55 0 98 0 93 0 92 0 130 0 58 0 51 0 71 0 76 0 79 0 117 0 134 0 64 0 161 0 56 0 135 0 143 0 79 0 82 0 163 0 129 0 87 0-9999 -9999 -9999 +USW00021504196302WT16-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504196303TMAX 267 0 278 0 267 0 267 0 261 0 278 0 267 0 256 0 272 0 261 0 250 0 278 0 289 0 256 0 239 0 222 0 250 0 250 0 239 0 267 0 244 0 250 0 250 0 244 0 278 0 272 0 267 0 244 0 294 0 300 0 300 0 +USW00021504196303TMIN 178 0 189 0 189 0 189 0 194 0 172 0 172 0 161 0 167 0 161 0 183 0 178 0 194 0 194 0 189 0 183 0 183 0 189 0 189 0 172 0 183 0 178 0 183 0 172 0 161 0 167 0 183 0 172 0 189 0 194 0 206 0 +USW00021504196303PRCP 206 0 0T 0 8 0 33 0 13 0 919 0 18 0 284 0 51 0 15 0 74 0 25 0 64 0 160 0 330 0 213 0 409 0 69 0 13 0 3 0 175 0 257 0 437 0 64 0 0 0 74 0 76 0 38 0 0 0 0 0 0T 0 +USW00021504196303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196303DAWM-9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196303EVAP 5 0 15 0 66 0 61 0 43 0-9999 -9999 38 0 8 0 20 0 61 0 28 0 64 0 66 0 8 0 13 0 13 0 0 0 5 0 25 0 102 0 38 0 18 0 3 0 33 0 66 0 33 0 25 0 30 0 53 0 89 0 +USW00021504196303MDWM-9999 -9999 -9999 -9999 -9999 -9999 185 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196303WDMV 92 0 89 0 82 0 108 0 66 0-9999 -9999 58 0 56 0 50 0 69 0 61 0 71 0 121 0 87 0 100 0 87 0 80 0 87 0 48 0 114 0 76 0 100 0 90 0 68 0 132 0 80 0 71 0 50 0 97 0 159 0 +USW00021504196303WT03 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00021504196303WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X +USW00021504196304TMAX 294 0 317 0 294 0 300 0 289 0 289 0 272 0 283 0 294 0 300 0 289 0 300 0 261 0 244 0 228 0 233 0 261 0 283 0 278 0 261 0 244 0 267 0 272 0 261 0 256 0 233 0 272 0 256 0 272 0 278 0-9999 +USW00021504196304TMIN 200 0 194 0 200 0 189 0 194 0 183 0 200 0 183 0 194 0 200 0 183 0 189 0 194 0 194 0 194 0 200 0 194 0 206 0 194 0 189 0 194 0 172 0 189 0 178 0 172 0 172 0 189 0 183 0 178 0 178 0-9999 +USW00021504196304PRCP 0 0 0 0 0 0 0 0 0T 0 5 0 132 0 0T 0 0T 0 0 0 0T 0 0T 0 5 0 1130 0 1920 0 1064 0 1654 0 38 0 56 0 135 0 107 0 76 0 84 0 188 0 178 0 795 0 277 0 107 0 23 0 140 0-9999 +USW00021504196304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196304EVAP 71 0 84 0 109 0 61 0 81 0 97 0 69 0 33 0 79 0 104 0 89 0 74 0 61 0 61 0-9999 -9999 -9999 -9999 74 0 56 0 33 0 23 0 58 0 51 0 33 0 33 0-9999 64 0 43 0 51 0-9999 +USW00021504196304WDMV 114 0 163 0 217 0 146 0 161 0 95 0 142 0 69 0 132 0 183 0 153 0 116 0 95 0 71 0 80 0 76 0 97 0 167 0 153 0 135 0 92 0 69 0 119 0 116 0 150 0 48 0 76 0 84 0 124 0 92 0-9999 +USW00021504196304WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196305TMAX 272 0 278 0 261 0 272 0 267 0 228 0 239 0 267 0 250 0 256 0 278 0 250 0 278 0 272 0 278 0 272 0 278 0 278 0 278 0 283 0 283 0 278 0 283 0 256 0 283 0 283 0 294 0 272 0 278 0 278 0 272 0 +USW00021504196305TMIN 183 0 178 0 178 0 172 0 194 0 194 0 189 0 183 0 178 0 183 0 206 0 200 0 200 0 189 0 183 0 189 0 183 0 183 0 183 0 200 0 189 0 189 0 194 0 183 0 161 0 183 0 194 0 200 0 194 0 200 0 194 0 +USW00021504196305TOBS 228 0 228 0 222 0 222 0 233 0 211 0 217 0 228 0 217 0 222 0 244 0 228 0 239 0 233 0 233 0 233 0 233 0 233 0 233 0 244 0 239 0 233 0 239 0 222 0 222 0 233 0 244 0 239 0 239 0 239 0 233 0 +USW00021504196305PRCP 51 0 20 0 66 0 3 0 79 0 673 0 363 0 3 0 284 0 277 0 290 0 107 0 10 0 10 0 5 0 0T 0 0T 0 76 0 61 0 130 0 18 0 18 0 15 0 183 0 3 0 3 0 0T 0 36 0 267 0 81 0 71 0 +USW00021504196305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196305EVAP 48 0 71 0 56 0 28 0 43 0 25 0-9999 23 0 81 0 5 0 41 0 56 0 41 0 46 0 38 0 38 0 46 0 71 0 28 0 38 0 46 0 36 0 43 0 64 0 41 0 69 0 43 0 89 0 36 0 41 0 41 0 +USW00021504196305WDMV 132 0 119 0 90 0 42 0 127 0 56 0 71 0 84 0 101 0 108 0 82 0 97 0 77 0 82 0 87 0 87 0 74 0 92 0 105 0 71 0 95 0 82 0 72 0 97 0 71 0 95 0 80 0 43 0 126 0 135 0 116 0 +USW00021504196305WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196306TMAX 283 0 278 0 261 0 289 0 278 0 272 0 278 0 289 0 283 0 278 0 283 0 283 0 278 0 289 0 289 0 283 0 272 0 278 0 278 0 283 0 283 0 261 0 283 0 256 0 267 0 283 0 283 0 289 0 283 0 267 0-9999 +USW00021504196306TMIN 194 0 200 0 206 0 194 0 189 0 189 0 189 0 178 0 200 0 189 0 189 0 178 0 183 0 178 0 200 0 194 0 194 0 200 0 200 0 194 0 189 0 194 0 200 0 194 0 189 0 194 0 206 0 189 0 189 0 194 0-9999 +USW00021504196306PRCP 216 0 25 0 66 0 130 0 109 0 48 0 30 0 48 0 719 0 53 0 74 0 0 0 0T 0 3 0 15 0 69 0 91 0 150 0 69 0 130 0 86 0 79 0 3 0 28 0 97 0 84 0 69 0 66 0 30 0 185 0-9999 +USW00021504196306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196306EVAP 46 0 46 0 38 0 18 0 48 0 51 0 51 0 89 0 43 0-9999 48 0 53 0 76 0 74 0 91 0 109 0 20 0 33 0 64 0 56 0 56 0 64 0 28 0 53 0 8 0 18 0 53 0 61 0 56 0 61 0-9999 +USW00021504196306WDMV 80 0 69 0 79 0 82 0 90 0 76 0 89 0 64 0 106 0 103 0 74 0 84 0 80 0 71 0 108 0 108 0 71 0 89 0 84 0 87 0 103 0 89 0 72 0 84 0 50 0 77 0 80 0 79 0 90 0 95 0-9999 +USW00021504196306WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196307TMAX 261 0 267 0 283 0 289 0 289 0 278 0 289 0 278 0 278 0 283 0 289 0 283 0 272 0 289 0 289 0 283 0 283 0 283 0 289 0 283 0 294 0 289 0 283 0 289 0 289 0 294 0 278 0 272 0 267 0 272 0 289 0 +USW00021504196307TMIN 194 0 194 0 189 0 178 0 200 0 206 0 206 0 183 0 206 0 200 0 189 0 206 0 183 0 189 0 206 0 194 0 206 0 178 0 194 0 200 0 211 0 222 0 206 0 211 0 211 0 206 0 206 0 211 0 211 0 200 0 206 0 +USW00021504196307PRCP 622 0 99 0 48 0 15 0 15 0 64 0 5 0 38 0 132 0 170 0 15 0 43 0 20 0 0T 0 23 0 30 0 244 0 61 0 43 0 46 0 269 0 206 0 43 0 86 0 13 0 213 0 363 0 79 0 84 0 58 0 0T 0 +USW00021504196307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196307EVAP 61 0 33 0 30 0 51 0 91 0 61 0 58 0 58 0 51 0 64 0 56 0 84 0 74 0 66 0 74 0 61 0 36 0 74 0 46 0 61 0 51 0 69 0 56 0 36 0 28 0 56 0 28 0 23 0 33 0 18 0 30 0 +USW00021504196307WDMV 97 0 98 0 85 0 48 0 60 0 122 0 68 0 92 0 82 0 85 0 79 0 82 0 90 0 90 0 82 0 85 0 100 0 80 0 87 0 92 0 90 0 89 0 93 0 68 0 69 0 85 0 71 0 61 0 72 0 95 0 61 0 +USW00021504196307WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196308TMAX 289 0 283 0 300 0 289 0 267 0 294 0 283 0 272 0 272 0 289 0 267 0 283 0 283 0 267 0 294 0 289 0 289 0 294 0 300 0 317 0 294 0 283 0 272 0 272 0 294 0 283 0 283 0 283 0 289 0 261 0 278 0 +USW00021504196308TMIN 183 0 183 0 200 0 211 0 206 0 194 0 206 0 206 0 206 0 200 0 206 0 206 0 206 0 206 0 189 0 189 0 194 0 200 0 189 0 189 0 194 0 217 0 211 0 217 0 211 0 206 0 200 0 200 0 200 0 206 0 200 0 +USW00021504196308PRCP 0 0 0T 0 56 0 127 0 41 0 5 0 114 0 130 0 33 0 41 0 91 0 23 0 23 0 5 0 0 0 3 0 3 0 43 0 0T 0 0 0 3 0 43 0 333 0 193 0 150 0 84 0 122 0 84 0 23 0 150 0 25 0 +USW00021504196308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196308EVAP 69 0 81 0 38 0 69 0 41 0 66 0 46 0 66 0 25 0 23 0 36 0 13 0 28 0 36 0 33 0 79 0 61 0 64 0 69 0 69 0 81 0 58 0 30 0 20 0 10 0 51 0 36 0 61 0 25 0 69 0 13 0 +USW00021504196308WDMV 98 0 105 0 79 0 103 0 93 0 79 0 58 0 71 0 63 0 56 0 60 0 53 0 72 0 58 0 60 0 100 0 89 0 66 0 97 0 77 0 101 0 95 0 100 0 34 0 47 0 55 0 58 0 69 0 76 0 74 0 58 0 +USW00021504196308WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196309TMAX 272 0 294 0 300 0 289 0 294 0 278 0 283 0 289 0 283 0 289 0 278 0 278 0 261 0 283 0 283 0 306 0 294 0 283 0 283 0 294 0 300 0 283 0 294 0 294 0 294 0 289 0 300 0 283 0 261 0 289 0-9999 +USW00021504196309TMIN 206 0 194 0 194 0 206 0 206 0 200 0 194 0 211 0 206 0 194 0 206 0 206 0 211 0 200 0 194 0 194 0 222 0 217 0 206 0 183 0 189 0 206 0 194 0 194 0 206 0 211 0 206 0 194 0 211 0 206 0-9999 +USW00021504196309PRCP 5 0 5 0 5 0 48 0 0T 0 25 0 25 0 25 0 8 0 0T 0 23 0 307 0 300 0 84 0 0 0 33 0 340 0 66 0 0T 0 0 0 140 0 0T 0 0 0 0T 0 102 0 13 0 0T 0 221 0 785 0 25 0-9999 +USW00021504196309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196309DAWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 +USW00021504196309EVAP 30 0 33 0 58 0 48 0 58 0 66 0 18 0 38 0 43 0 33 0 51 0 28 0 33 0 23 0 43 0 76 0 64 0 43 0 41 0 61 0 51 0 58 0 66 0 71 0 48 0-9999 51 0 69 0-9999 15 0-9999 +USW00021504196309MDWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 126 0-9999 -9999 -9999 -9999 +USW00021504196309WDMV 68 0 53 0 71 0 74 0 63 0 80 0 61 0 64 0 64 0 66 0 85 0 66 0 68 0 39 0 64 0 82 0 106 0 87 0 55 0 68 0 68 0 72 0 71 0 93 0 55 0-9999 -9999 77 0 50 0 111 0-9999 +USW00021504196309WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196310TMAX 289 0 261 0 289 0 278 0 283 0 283 0 289 0 289 0 272 0 283 0 289 0 289 0 289 0 289 0 283 0 289 0 289 0 283 0 272 0 283 0 278 0 283 0 283 0 289 0 267 0 256 0 283 0 289 0 278 0 289 0 289 0 +USW00021504196310TMIN 206 0 183 0 200 0 206 0 206 0 200 0 189 0 183 0 206 0 189 0 183 0 194 0 194 0 194 0 189 0 200 0 183 0 206 0 183 0 200 0 200 0 183 0 194 0 189 0 206 0 211 0 178 0 200 0 206 0 206 0 194 0 +USW00021504196310PRCP 175 0 335 0 323 0 226 0 74 0 109 0 94 0 69 0 36 0 0 0 0T 0 185 0 3 0 15 0 0 0 5 0 297 0 30 0 28 0 36 0 18 0 3 0 58 0 165 0 325 0 132 0 0 0 53 0 58 0 30 0 3 0 +USW00021504196310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196310EVAP 81 0 46 0 25 0 61 0 10 0 30 0 43 0 61 0 38 0 46 0 147 0 38 0 71 0 25 0 53 0 41 0 41 0 56 0 51 0 18 0 43 0 38 0 48 0 41 0 66 0 36 0 15 0 51 0 33 0 25 0 97 0 +USW00021504196310WDMV 66 0 56 0 60 0 80 0 55 0 60 0 79 0 47 0 69 0 55 0 64 0 76 0 63 0 47 0 63 0 48 0 79 0 77 0 72 0 43 0 45 0 34 0 50 0 56 0 82 0 51 0 45 0 31 0 55 0 56 0 121 0 +USW00021504196310WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00021504196311TMAX 289 0 278 0 278 0 278 0 278 0 278 0 283 0 283 0 272 0 256 0 261 0 278 0 272 0 261 0 239 0 278 0 267 0 289 0 294 0 283 0 278 0 278 0 300 0 278 0 283 0 272 0 272 0 278 0 289 0 278 0-9999 +USW00021504196311TMIN 183 0 183 0 194 0 206 0 183 0 189 0 183 0 189 0 178 0 194 0 189 0 189 0 183 0 183 0 183 0 200 0 206 0 183 0 178 0 167 0 178 0 172 0 189 0 189 0 178 0 200 0 178 0 183 0 206 0 183 0-9999 +USW00021504196311PRCP 0T 0 25 0 0T 0 0 0 114 0 48 0 178 0 163 0 5 0 135 0 81 0 3 0 8 0 18 0 229 0 277 0 467 0 0 0 0 0 8 0 3 0 0 0 23 0 79 0 25 0 185 0 18 0 0 0 0 0 3 0-9999 +USW00021504196311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196311EVAP 51 0 38 0 48 0 48 0 36 0 56 0 48 0 43 0 36 0 64 0 38 0 61 0 25 0 23 0 0 0 46 0 38 0 56 0 64 0 51 0 46 0 46 0 53 0 33 0 61 0 23 0 51 0 38 0 51 0 79 0-9999 +USW00021504196311WDMV 53 0 58 0 68 0 43 0 50 0 47 0 50 0 47 0 51 0 262 0 85 0 55 0 51 0 55 0 48 0 53 0 50 0 100 0 108 0 66 0 58 0 47 0 117 0 79 0 68 0 39 0 45 0 77 0 80 0 37 0-9999 +USW00021504196311WT16 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00021504196312TMAX 283 0 283 0 278 0 283 0 278 0 272 0 267 0 283 0 278 0 283 0 294 0 267 0 283 0 272 0 267 0 267 0 267 0 283 0 283 0 283 0 289 0 289 0 261 0 261 0 283 0 294 0 272 0 278 0 289 0 278 0 267 0 +USW00021504196312TMIN 178 0 178 0 172 0 178 0 178 0 178 0 189 0 183 0 178 0 183 0 183 0 189 0 189 0 189 0 167 0 172 0 167 0 183 0 167 0 172 0 172 0 178 0 194 0 189 0 167 0 167 0 178 0 172 0 172 0 178 0 194 0 +USW00021504196312PRCP 0 0 0 0 0 0 20 0 0 0 5 0 15 0 0 0 0 0 0 0 0 0 0T 0 8 0 13 0 10 0 3 0 5 0 0 0 0 0 0 0 0 0 15 0 13 0 8 0 0 0 0 0 0T 0 0 0 0 0 15 0 66 0 +USW00021504196312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196312EVAP 81 0 84 0 66 0 53 0 36 0 23 0 15 0 51 0 53 0 41 0 48 0 33 0 43 0 38 0 30 0 41 0 48 0 56 0 58 0 48 0 64 0 41 0 56 0 38 0 51 0 56 0 33 0 53 0 51 0 41 0 43 0 +USW00021504196312WDMV 45 0 58 0 129 0 32 0 72 0 89 0 29 0 80 0 90 0 61 0 63 0 58 0 58 0 47 0 51 0 72 0 43 0 85 0 56 0 68 0 97 0 85 0 196 0 71 0 109 0 93 0 85 0 69 0 98 0 68 0 117 0 +USW00021504196312WT16-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X +USW00021504196401TMAX 261 0 267 0 267 0 272 0 267 0 239 0 267 0 256 0 272 0 278 0 278 0 272 0 278 0 267 0 261 0 261 0 261 0 256 0 261 0 267 0 267 0 261 0 272 0 272 0 267 0 256 0 256 0 267 0 256 0 283 0 278 0 +USW00021504196401TMIN 178 0 172 0 194 0 178 0 189 0 189 0 183 0 178 0 167 0 167 0 172 0 189 0 172 0 178 0 178 0 183 0 189 0 183 0 178 0 156 0 178 0 178 0 189 0 189 0 194 0 194 0 183 0 161 0 167 0 172 0 183 0 +USW00021504196401PRCP 150 0 61 0 145 0 366 0 307 0 1148 0 23 0 20 0 0 0 0 0 76 0 117 0 0T 0 5 0 71 0 284 0 109 0 213 0 66 0 79 0 5 0 0T 0 0T 0 8 0 43 0 135 0 229 0 0T 0 18 0 13 0 30 0 +USW00021504196401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196401EVAP 25 0 15 0 33 0 25 0-9999 -9999 30 0 53 0 66 0 51 0 46 0 48 0 46 0 25 0 43 0 28 0 61 0 20 0 28 0 64 0 38 0 38 0 43 0 46 0 36 0 33 0 71 0 48 0 41 0 43 0 43 0 +USW00021504196401WDMV 64 0 64 0 79 0 90 0 82 0 76 0 95 0 76 0 82 0 76 0 68 0 84 0 100 0 85 0 90 0 108 0 129 0 101 0 89 0 106 0 71 0 89 0 72 0 71 0 69 0 66 0 74 0 127 0 97 0 98 0 126 0 +USW00021504196401WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196402TMAX 267 0 261 0 267 0 244 0 261 0 261 0 250 0 261 0 244 0 228 0 256 0 256 0 256 0 256 0 211 0 244 0 261 0 250 0 256 0 256 0 256 0 261 0 261 0 250 0 256 0 256 0 261 0 256 0 250 0-9999 -9999 +USW00021504196402TMIN 178 0 161 0 167 0 167 0 156 0 161 0 161 0 161 0 183 0 172 0 189 0 189 0 189 0 172 0 178 0 172 0 156 0 161 0 167 0 172 0 167 0 183 0 189 0 172 0 172 0 156 0 172 0 156 0 167 0-9999 -9999 +USW00021504196402PRCP 76 0 0T 0 3 0 84 0 0 0 30 0 51 0 18 0 58 0 142 0 168 0 155 0 277 0 310 0 439 0 41 0 20 0 79 0 89 0 30 0 193 0 711 0 574 0 851 0 69 0 25 0 61 0 15 0 58 0-9999 -9999 +USW00021504196402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504196402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504196402EVAP 25 0 38 0 56 0 8 0 58 0 41 0 3 0 46 0 30 0 10 0 18 0 46 0 36 0 64 0-9999 25 0 53 0 38 0 25 0 56 0 28 0-9999 30 0 28 0 53 0 53 0 53 0 48 0 13 0-9999 -9999 +USW00021504196402WDMV 116 0 93 0 84 0 90 0 64 0 85 0 68 0 113 0 172 0 55 0 77 0 80 0 188 0 172 0 98 0 87 0 80 0 106 0 84 0 89 0 92 0 89 0 82 0 93 0 138 0 101 0 114 0 108 0 84 0-9999 -9999 +USW00021504196402WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196402WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504196403TMAX 239 0 244 0 244 0 256 0 272 0 267 0 256 0 256 0 256 0 239 0 244 0 261 0 272 0 261 0 256 0 272 0 283 0 267 0 239 0 278 0 244 0 239 0 244 0 278 0 267 0 278 0 267 0 217 0 217 0 233 0 250 0 +USW00021504196403TMIN 161 0 167 0 161 0 172 0 172 0 178 0 189 0 189 0 172 0 172 0 172 0 172 0 161 0 183 0 172 0 178 0 167 0 189 0 178 0 167 0 178 0 194 0 183 0 183 0 161 0 172 0 189 0 183 0 189 0 178 0 183 0 +USW00021504196403PRCP 688 0 447 0 208 0 64 0 36 0 86 0 358 0 208 0 401 0 33 0 38 0 0T 0 28 0 10 0 20 0 0 0 28 0 0T 0 208 0 168 0 485 0 356 0 135 0 312 0 18 0 15 0 43 0 376 0 94 0 109 0 0T 0 +USW00021504196403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196403EVAP-9999 3 0 18 0 33 0 33 0 41 0 38 0 41 0 38 0 15 0 15 0 33 0 51 0 46 0 38 0 48 0 58 0 20 0 20 0 43 0 33 0 36 0 23 0 58 0 43 0 48 0 13 0 0 0 8 0 23 0 41 0 +USW00021504196403WDMV 116 0 74 0 69 0 93 0 97 0 79 0 95 0 135 0 129 0 58 0 92 0 82 0 113 0 97 0 95 0 95 0 154 0 68 0 48 0 137 0 63 0 56 0 93 0 98 0 69 0 80 0 60 0 137 0 61 0 71 0 89 0 +USW00021504196403WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196403WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196404TMAX 267 0 272 0 278 0 267 0 261 0 256 0 267 0 267 0 267 0 261 0 272 0 256 0 261 0 289 0 267 0 261 0 261 0 267 0 261 0 244 0 233 0 261 0 267 0 250 0 267 0 239 0 244 0 233 0 244 0 244 0-9999 +USW00021504196404TMIN 167 0 178 0 189 0 194 0 178 0 178 0 167 0 178 0 178 0 183 0 156 0 183 0 167 0 183 0 189 0 200 0 194 0 189 0 178 0 189 0 189 0 183 0 183 0 178 0 178 0 178 0 172 0 178 0 189 0 183 0-9999 +USW00021504196404PRCP 25 0 48 0 13 0 69 0 112 0 28 0 89 0 64 0 20 0 66 0 15 0 10 0 0 0 0T 0 3 0 112 0 198 0 25 0 41 0 119 0 262 0 25 0 122 0 109 0 201 0 145 0 71 0 587 0 109 0 114 0-9999 +USW00021504196404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196404DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196404EVAP 53 0 69 0 71 0 64 0 28 0 20 0 46 0 46 0 109 0 69 0 86 0 38 0 48 0 56 0 36 0 15 0 41 0 46 0 38 0-9999 -9999 -9999 71 0 56 0 51 0 23 0 15 0 13 0 20 0 15 0-9999 +USW00021504196404MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 66 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196404MNPN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 167 0 167 0 189 0 172 0 183 0 194 0 206 0 194 0 189 0 178 0 194 0 194 0 189 0 194 0 183 0 183 0 183 0 167 0 172 0 183 0 183 0-9999 +USW00021504196404MXPN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 300 0 311 0 261 0 272 0 294 0 256 0 261 0 267 0 272 0 278 0 256 0 261 0 294 0 306 0 278 0 283 0 261 0 250 0 239 0 244 0 250 0-9999 +USW00021504196404WDMV 130 0 132 0 172 0 126 0 90 0 98 0 85 0 100 0 97 0 95 0 134 0 90 0 97 0 124 0 105 0 106 0 119 0 114 0 95 0 85 0 74 0 93 0 108 0 85 0 108 0 89 0 84 0 85 0 72 0 76 0-9999 +USW00021504196404WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196405TMAX 261 0 261 0 267 0 256 0 267 0 272 0 244 0 261 0 261 0 261 0 250 0 261 0 222 0 256 0 267 0 278 0 256 0 272 0 256 0 272 0 267 0 278 0 250 0 244 0 228 0 256 0 261 0 267 0 261 0 261 0 272 0 +USW00021504196405TMIN 178 0 178 0 189 0 183 0 194 0 178 0 178 0 178 0 178 0 183 0 178 0 178 0 189 0 178 0 183 0 172 0 178 0 172 0 194 0 206 0 200 0 200 0 200 0 194 0 189 0 194 0 183 0 178 0 183 0 167 0 194 0 +USW00021504196405PRCP 51 0 28 0 112 0 229 0 79 0 180 0 462 0 109 0 64 0 142 0 97 0 89 0 226 0 33 0 43 0 0 0 0T 0 102 0 231 0 224 0 102 0 282 0 457 0 1361 0 1499 0 132 0 0 0 3 0 3 0 0T 0 15 0 +USW00021504196405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196405EVAP 38 0 36 0 58 0 46 0 66 0 58 0 64 0 46 0 51 0 48 0 41 0 10 0 8 0 41 0 28 0 61 0 41 0 46 0 5 0 51 0 28 0 46 0 30 0-9999 -9999 5 0 46 0 53 0 36 0 48 0 38 0 +USW00021504196405MNPN-9999 194 0 183 0 189 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 183 0 189 0 178 0 189 0 183 0 183 0 178 0 194 0 200 0 206 0 194 0 194 0 211 0 194 0 183 0 183 0 183 0 183 0 167 0 206 0 +USW00021504196405MXPN-9999 256 0 278 0 278 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 306 0 222 0 278 0 272 0 311 0 261 0 294 0 283 0 278 0 283 0 278 0 289 0 244 0 228 0 250 0 267 0 283 0 283 0 311 0 300 0 +USW00021504196405WDMV 127 0 90 0 105 0 92 0 109 0 143 0 103 0 90 0 92 0 93 0 74 0 77 0 58 0 84 0 84 0 92 0 84 0 103 0 98 0 97 0 77 0 97 0 172 0 137 0 90 0 63 0 85 0 90 0 68 0 93 0 100 0 +USW00021504196405WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00021504196406TMAX 272 0 289 0 289 0 283 0 278 0 294 0 294 0 294 0 283 0 289 0 289 0 289 0 289 0 283 0 294 0 283 0 289 0 289 0 289 0 300 0 278 0 278 0 250 0 278 0 250 0 278 0 278 0 283 0 283 0 267 0-9999 +USW00021504196406TMIN 183 0 200 0 183 0 194 0 217 0 189 0 194 0 206 0 200 0 183 0 183 0 189 0 194 0 194 0 200 0 206 0 194 0 189 0 178 0 200 0 206 0 194 0 194 0 172 0 200 0 194 0 200 0 194 0 206 0 200 0-9999 +USW00021504196406PRCP 122 0 3 0 0 0 0T 0 79 0 5 0 28 0 0T 0 0T 0 3 0 0T 0 0T 0 53 0 99 0 43 0 66 0 0T 0 3 0 10 0 51 0 86 0 51 0 264 0 76 0 251 0 155 0 130 0 41 0 20 0 142 0-9999 +USW00021504196406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196406EVAP 36 0 66 0 71 0-9999 33 0 66 0 84 0 71 0 56 0 53 0 69 0 79 0 71 0 36 0 51 0 48 0 58 0 71 0 66 0 56 0 43 0 53 0 10 0 61 0 0 0 3 0 8 0 64 0 64 0 23 0-9999 +USW00021504196406MNPN 189 0 211 0 194 0 200 0 217 0 206 0 200 0 211 0 200 0 183 0 189 0 189 0 200 0 200 0 206 0 211 0 200 0 200 0 178 0 206 0 211 0 206 0 206 0 178 0 183 0 183 0 200 0 206 0 211 0 211 0-9999 +USW00021504196406MXPN 283 0 322 0 344 0 339 0 322 0 333 0 333 0 333 0 333 0 328 0 333 0 339 0 328 0 322 0 339 0 306 0 328 0 339 0 339 0 333 0 300 0 339 0 272 0 328 0 261 0 289 0 311 0 333 0 333 0 278 0-9999 +USW00021504196406WDMV 109 0 101 0 74 0 111 0 89 0 74 0 143 0 106 0 90 0 76 0 93 0 90 0 98 0 74 0 55 0 64 0 51 0 77 0 109 0 98 0 79 0 64 0 43 0 76 0 47 0 63 0 109 0 72 0 90 0 66 0-9999 +USW00021504196406WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196407TMAX 261 0 278 0 267 0 283 0 283 0 283 0 289 0 289 0 289 0 289 0 278 0 267 0 278 0 272 0 283 0 283 0 272 0 289 0 283 0 283 0 278 0 278 0 294 0 300 0 294 0 294 0 289 0 294 0 283 0 289 0 289 0 +USW00021504196407TMIN 189 0 189 0 189 0 189 0 189 0 200 0 206 0 200 0 189 0 189 0 194 0 194 0 194 0 194 0 189 0 183 0 194 0 183 0 206 0 206 0 206 0 189 0 206 0 200 0 194 0 211 0 200 0 200 0 200 0 211 0 206 0 +USW00021504196407PRCP 20 0 66 0 130 0 51 0 23 0 3 0 28 0 56 0 15 0 30 0 97 0 97 0 3 0 157 0 114 0 0T 0 41 0 61 0 114 0 135 0 51 0 5 0 20 0 74 0 109 0 0T 0 0T 0 0T 0 51 0 46 0 28 0 +USW00021504196407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196407EVAP 36 0 74 0 28 0 61 0 53 0 71 0 41 0 79 0 71 0 56 0 23 0 38 0 56 0 25 0 56 0 79 0 30 0 81 0 43 0 46 0 66 0 74 0 56 0 66 0 66 0 69 0 48 0 91 0 74 0 33 0 102 0 +USW00021504196407MNPN 200 0 206 0 194 0 200 0 206 0 217 0 211 0 206 0 200 0 200 0 206 0 206 0 194 0 200 0 206 0 194 0 194 0 183 0 217 0 211 0 217 0 194 0 222 0 217 0 211 0 206 0 211 0 206 0 206 0 211 0 211 0 +USW00021504196407MXPN 306 0 339 0 283 0 322 0 328 0 328 0 322 0 322 0 333 0 333 0 294 0 278 0 317 0 311 0 317 0 300 0 289 0 306 0 311 0 317 0 328 0 333 0 328 0 328 0 322 0 322 0 344 0 333 0 306 0 333 0 350 0 +USW00021504196407WDMV 84 0 76 0 84 0 84 0 87 0 84 0 45 0 80 0 71 0 61 0 93 0 74 0 60 0 74 0 126 0 100 0 68 0 64 0 64 0 48 0 167 0 150 0 72 0 100 0 98 0 74 0 72 0 82 0 77 0 95 0 64 0 +USW00021504196407WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196408TMAX 278 0 289 0 283 0 256 0 278 0 289 0 289 0 267 0 289 0 289 0 261 0 250 0 283 0 283 0 289 0 294 0 294 0 283 0 283 0 289 0 283 0 283 0 294 0 283 0 300 0 283 0 294 0 311 0 311 0 278 0 283 0 +USW00021504196408TMIN 183 0 206 0 211 0 200 0 200 0 200 0 194 0 194 0 206 0 206 0 211 0 206 0 200 0 194 0 183 0 189 0 206 0 206 0 200 0 189 0 183 0 183 0 189 0 183 0 178 0 183 0 189 0 222 0 206 0 200 0 206 0 +USW00021504196408PRCP 384 0 58 0 5 0 91 0 64 0 30 0 150 0 124 0 69 0 58 0 81 0 155 0 97 0 18 0 13 0 56 0 15 0 94 0 36 0 0 0 36 0 46 0 23 0 0T 0 15 0 0T 0 13 0 10 0 0T 0 43 0 79 0 +USW00021504196408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196408EVAP 58 0 20 0 58 0 25 0 28 0 76 0 84 0 3 0 25 0 46 0 13 0 41 0 61 0 66 0 69 0 66 0 66 0 69 0 86 0 76 0 41 0 61 0 71 0 74 0 48 0 56 0 53 0 58 0 84 0 38 0 69 0 +USW00021504196408MNPN 189 0 217 0 217 0 206 0 200 0 206 0 206 0 200 0 189 0 206 0 206 0 211 0 206 0 200 0 194 0 200 0 206 0 217 0 206 0 189 0 194 0 200 0 194 0 178 0 172 0 183 0 200 0 228 0 189 0 200 0 211 0 +USW00021504196408MXPN 294 0 322 0 328 0 272 0 294 0 322 0 333 0 300 0 300 0 322 0 322 0 306 0 328 0 333 0 328 0 328 0 339 0 339 0 344 0 344 0 322 0 339 0 339 0 339 0 333 0 328 0 306 0 311 0 328 0 300 0 339 0 +USW00021504196408WDMV 92 0 101 0 84 0 71 0 53 0 79 0 77 0 97 0 66 0 79 0 56 0 53 0 66 0 58 0 56 0 101 0 71 0 89 0 58 0 61 0 60 0 77 0 71 0 84 0 71 0 85 0 82 0 140 0 132 0 64 0 95 0 +USW00021504196408WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00021504196408WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196409TMAX 283 0 289 0 283 0 289 0 278 0 272 0 278 0 283 0 283 0 283 0 278 0 278 0 283 0 250 0 283 0 267 0 272 0 278 0 278 0 294 0 289 0 294 0 294 0 300 0 278 0 283 0 278 0 267 0 267 0 244 0-9999 +USW00021504196409TMIN 189 0 200 0 200 0 200 0 211 0 194 0 206 0 194 0 206 0 200 0 194 0 194 0 194 0 194 0 178 0 206 0 172 0 206 0 183 0 206 0 206 0 206 0 206 0 206 0 211 0 206 0 194 0 194 0 194 0 189 0-9999 +USW00021504196409PRCP 257 0 157 0 79 0 114 0 43 0 86 0 91 0 89 0 206 0 51 0 183 0 74 0 185 0 69 0 23 0 180 0 185 0 142 0 23 0 97 0 20 0 41 0 0T 0 5 0 56 0 20 0 74 0 231 0 345 0 79 0-9999 +USW00021504196409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196409EVAP 30 0 61 0 51 0 51 0 25 0 15 0 33 0 43 0 38 0 79 0 36 0 46 0 25 0 28 0 94 0 15 0 46 0 43 0 51 0 46 0 66 0 69 0 61 0 69 0 23 0 38 0 51 0 25 0 30 0 25 0-9999 +USW00021504196409MNPN 194 0 200 0 200 0 194 0 206 0 194 0 211 0 206 0 217 0 200 0 206 0 200 0 194 0 194 0 200 0 211 0 189 0 206 0 200 0 211 0 206 0 211 0 211 0 211 0 217 0 211 0 200 0 200 0 194 0 189 0-9999 +USW00021504196409MXPN 311 0 322 0 322 0 306 0 283 0 289 0 289 0 311 0 322 0 322 0 306 0 294 0 289 0 267 0 311 0 272 0 306 0 289 0 344 0 328 0 328 0 328 0 311 0 328 0 289 0 311 0 333 0 272 0 256 0 239 0-9999 +USW00021504196409WDMV 72 0 97 0 82 0 101 0 60 0 45 0 60 0 69 0 71 0 85 0 68 0 87 0 84 0 64 0 61 0 72 0 80 0 63 0 60 0 84 0 122 0 87 0 105 0 61 0 58 0 74 0 69 0 68 0 77 0 48 0-9999 +USW00021504196409WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196410TMAX 261 0 283 0 278 0 278 0 267 0 267 0 278 0 272 0 278 0 278 0 283 0 278 0 289 0 289 0 283 0 294 0 283 0 300 0 250 0 256 0 244 0 244 0 250 0 272 0 261 0 256 0 272 0 256 0 283 0 267 0 278 0 +USW00021504196410TMIN 189 0 183 0 189 0 178 0 200 0 183 0 200 0 194 0 189 0 189 0 183 0 189 0 189 0 200 0 200 0 194 0 200 0 189 0 189 0 206 0 206 0 189 0 183 0 189 0 194 0 194 0 189 0 183 0 189 0 194 0 206 0 +USW00021504196410PRCP 33 0 8 0 20 0 15 0 61 0 112 0 99 0 25 0 46 0 5 0 0T 0 0T 0 0 0 43 0 69 0 8 0 56 0 259 0 122 0 147 0 516 0 150 0 107 0 86 0 330 0 493 0 8 0 8 0 0T 0 28 0 84 0 +USW00021504196410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196410DAWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196410EVAP 30 0 43 0 30 0 41 0 69 0 30 0 20 0 30 0 43 0 61 0 58 0 38 0 71 0 30 0 38 0 48 0 33 0 28 0 20 0 18 0-9999 15 0 10 0 28 0 43 0 30 0 51 0 18 0 46 0 3 0 33 0 +USW00021504196410MDWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 23 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196410MNPN 206 0 189 0 211 0 183 0 189 0 189 0 206 0 200 0 189 0 200 0 189 0 194 0 178 0 183 0 206 0 200 0 206 0 200 0 189 0 200 0 211 0 194 0 183 0 189 0 200 0 200 0 189 0 172 0 194 0 200 0 211 0 +USW00021504196410MXPN 272 0 317 0 317 0 322 0 317 0 294 0 294 0 289 0 311 0 333 0 322 0 294 0 322 0 300 0 300 0 311 0 300 0 333 0 267 0 278 0 244 0 239 0 244 0 306 0 272 0 267 0 278 0 278 0 283 0 272 0 317 0 +USW00021504196410WDMV 45 0 66 0 79 0 69 0 45 0 72 0 48 0 48 0 66 0 63 0 56 0 74 0 77 0 79 0 93 0 77 0-9999 -9999 77 0 84 0 89 0 76 0 84 0 66 0 74 0 79 0 61 0 47 0 106 0 29 0 32 0 +USW00021504196410WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196411TMAX 272 0 283 0 278 0 261 0 261 0 250 0 261 0 239 0 222 0 239 0 261 0 250 0 272 0 267 0 278 0 267 0 267 0 261 0 272 0 289 0 272 0 289 0 294 0 300 0 294 0 300 0 294 0 294 0 283 0 283 0-9999 +USW00021504196411TMIN 200 0 189 0 200 0 194 0 189 0 183 0 189 0 172 0 172 0 189 0 189 0 172 0 172 0 172 0 172 0 172 0 167 0 156 0 161 0 172 0 172 0 178 0 200 0 178 0 189 0 183 0 189 0 183 0 183 0 183 0-9999 +USW00021504196411PRCP 89 0 25 0 38 0 290 0 993 0 648 0 742 0 1006 0 478 0 566 0 485 0 467 0 41 0 0 0 0T 0 5 0 0 0 0 0 58 0 0 0 0 0 5 0 0T 0 0 0 0T 0 3 0 0 0 0 0 0 0 3 0-9999 +USW00021504196411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196411EVAP 20 0 38 0 23 0 30 0-9999 -9999 -9999 -9999 10 0 18 0 30 0 30 0 23 0 38 0 51 0 41 0 41 0 51 0 36 0 56 0 33 0 43 0 30 0 74 0 53 0 51 0 43 0 43 0 51 0 36 0-9999 +USW00021504196411MNPN 206 0 194 0 206 0 200 0 200 0 194 0 189 0 172 0 172 0 189 0 194 0 189 0 172 0 172 0 178 0 183 0 172 0 150 0 172 0 178 0 178 0 167 0 172 0 178 0 189 0 183 0 178 0 189 0 194 0 178 0-9999 +USW00021504196411MXPN 306 0 306 0 294 0 289 0 278 0 267 0 278 0 250 0 233 0 233 0 256 0 244 0 267 0 306 0 311 0 317 0 311 0 306 0 300 0 278 0 283 0 300 0 300 0 300 0 300 0 300 0 306 0 306 0 306 0 300 0-9999 +USW00021504196411WDMV 64 0 50 0 47 0 48 0 61 0 37 0 31 0 37 0 24 0 23 0 39 0 8 0 19 0 10 0 24 0 26 0 45 0 140 0 89 0 145 0 77 0 93 0 114 0 217 0 158 0 126 0 113 0 85 0 74 0 68 0-9999 +USW00021504196411WT03-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196411WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00021504196412TMAX 278 0 278 0 261 0 283 0 278 0 267 0 278 0 272 0 294 0 283 0 267 0 261 0 261 0 256 0 256 0 250 0 267 0 283 0 272 0 306 0 322 0 300 0 306 0 289 0 278 0 267 0 278 0 267 0 272 0 250 0 267 0 +USW00021504196412TMIN 183 0 189 0 183 0 178 0 172 0 178 0 178 0 183 0 206 0 194 0 183 0 189 0 178 0 189 0 189 0 183 0 178 0 156 0 161 0 183 0 183 0 183 0 183 0 183 0 194 0 178 0 189 0 172 0 178 0 178 0 178 0 +USW00021504196412PRCP 13 0 33 0 18 0 0 0 0 0 0 0 18 0 462 0 175 0 249 0 64 0 310 0 226 0 97 0 135 0 81 0 94 0 0 0 51 0 0T 0 0 0 0 0 0 0 3 0 114 0 46 0 89 0 8 0 0T 0 124 0 43 0 +USW00021504196412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196412EVAP 51 0 36 0 28 0 38 0 41 0 28 0 25 0 71 0-9999 36 0 41 0 25 0 5 0 18 0 13 0 8 0 30 0 64 0 18 0 61 0 38 0 51 0 58 0 53 0 51 0 38 0 13 0 71 0 38 0 3 0 28 0 +USW00021504196412MNPN 189 0 178 0 183 0 178 0 172 0 172 0 167 0 189 0 206 0 194 0 194 0 206 0 172 0 178 0 194 0 178 0 194 0 183 0 167 0 183 0 183 0 183 0 178 0 178 0 189 0 178 0 189 0 178 0 172 0 172 0 178 0 +USW00021504196412MXPN 289 0 300 0 278 0 300 0 294 0 256 0 267 0 278 0 294 0 300 0 300 0 267 0 267 0 250 0 244 0 239 0 278 0 272 0 256 0 306 0 311 0 289 0 300 0 294 0 283 0 272 0 289 0 267 0 267 0 256 0 278 0 +USW00021504196412WDMV 79 0 82 0 63 0 87 0 82 0 64 0 74 0 69 0 177 0 60 0 113 0 53 0 76 0 84 0 58 0 84 0 103 0 68 0 89 0 84 0 68 0 71 0 137 0 148 0 109 0 16 0 196 0 92 0 97 0 63 0 97 0 +USW00021504196412WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196412WT16 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196501TMAX 272 0 244 0 244 0 272 0 278 0 244 0 289 0 278 0 267 0 239 0 261 0 278 0 278 0 244 0 278 0 272 0 278 0 294 0 278 0 272 0 283 0 233 0 217 0 228 0 267 0 250 0 267 0 283 0 244 0 233 0 239 0 +USW00021504196501TMIN 178 0 194 0 200 0 178 0 161 0 172 0 183 0 167 0 172 0 189 0 194 0 183 0 178 0 206 0 183 0 172 0 189 0 211 0 178 0 167 0 183 0 178 0 183 0 172 0 156 0 161 0 156 0 167 0 172 0 183 0 172 0 +USW00021504196501PRCP 122 0 130 0 208 0 0T 0 0 0 25 0 0 0 0T 0 3 0 168 0 30 0 3 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 58 0 119 0 1359 0 43 0 33 0 0 0 0 0 56 0 0T 0 0T 0 0 0 +USW00021504196501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196501ACMH 80 X 100 X 100 X 50 X 20 X 90 X 80 X 40 X 50 X 90 X 80 X 30 X 40 X 90 X 50 X 40 X 60 X 80 X 40 X 40 X 60 X 100 X 100 X 90 X 50 X 30 X 30 X 30 X 60 X 50 X 60 X +USW00021504196501ACSH 70 X 100 X 100 X 30 X 30 X 100 X 80 X 50 X 80 X 100 X 80 X 20 X 40 X 100 X 50 X 30 X 40 X 70 X 30 X 40 X 20 X 100 X 100 X 100 X 40 X 50 X 40 X 40 X 70 X 60 X 50 X +USW00021504196501DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 +USW00021504196501EVAP 36 0 13 0 5 0 58 0 69 0 3 0 58 0 23 0 36 0 13 0 28 0 69 0 20 0 20 0 33 0 41 0 46 0 56 0 76 0 46 0-9999 -9999 -9999 8 0 28 0 41 0 43 0 30 0-9999 -9999 66 0 +USW00021504196501MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 140 0-9999 +USW00021504196501MNPN 189 0 194 0 200 0 194 0 161 0 167 0 189 0 178 0 167 0 189 0 189 0 172 0 172 0 206 0 183 0 183 0 194 0 206 0 189 0 183 0 194 0 183 0 183 0 178 0 156 0 167 0 156 0 167 0 156 0 150 0 150 0 +USW00021504196501MXPN 278 0 250 0 244 0 278 0 272 0 261 0 289 0 278 0 294 0 278 0 278 0 289 0 294 0 256 0 294 0 311 0 317 0 317 0 300 0 283 0 300 0 228 0 233 0 222 0 306 0 294 0 272 0 289 0 244 0 239 0 233 0 +USW00021504196501PSUN 50 X 0 X 2 X 85 X 87 X 0 X 46 X 42 X 31 X 0 X 26 X 91 X 64 X 6 X 59 X 73 X 69 X 35 X 78 X 53 X 76 X 0 X 0 X 0 X 68 X 52 X 52 X 63 X 63 X 69 X 78 X +USW00021504196501TSUN 330 X 0 X 12 X 564 X 570 X 0 X 306 X 276 X 204 X 0 X 174 X 600 X 426 X 42 X 390 X 486 X 456 X 234 X 522 X 354 X 510 X 0 X 0 X 0 X 462 X 354 X 354 X 426 X 426 X 468 X 528 X +USW00021504196501WDF1 130 X 130 X 170 X 110 X 140 X 160 X 140 X 10 X 120 X 130 X 150 X 130 X 30 X 360 X 20 X 20 X 40 X 120 X 230 X 70 X 360 X 360 X 80 X 140 X 80 X 10 X 150 X 190 X 360 X 360 X 360 X +USW00021504196501WDMV 129 0 79 0 43 0 101 0 166 0 79 0 171 0 40 0 105 0 69 0 113 0 214 0 48 0 71 0 31 0 55 0 58 0 116 0 82 0 85 0 164 0 201 0 117 0 18 0 64 0 77 0 103 0 106 0 330 0 447 0 357 0 +USW00021504196501WSF1 94 X 107 X 67 X 72 X 103 X 58 X 107 X 54 X 103 X 89 X 107 X 116 X 76 X 76 X 54 X 94 X 58 X 112 X 89 X 67 X 125 X 125 X 112 X 58 X 67 X 54 X 76 X 98 X 183 X 170 X 156 X +USW00021504196501WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196501WT16 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00021504196502TMAX 250 0 244 0 250 0 211 0 256 0 261 0 250 0 206 0 256 0 256 0 250 0 239 0 239 0 278 0 250 0 256 0 239 0 239 0 250 0 244 0 250 0 239 0 244 0 244 0 222 0 222 0 244 0 250 0-9999 -9999 -9999 +USW00021504196502TMIN 128 0 156 0 139 0 167 0 161 0 156 0 161 0 172 0 144 0 150 0 156 0 156 0 150 0 178 0 178 0 156 0 172 0 167 0 178 0 189 0 167 0 156 0 178 0 139 0 178 0 161 0 156 0 139 0-9999 -9999 -9999 +USW00021504196502PRCP 0 0 0T 0 0 0 165 0 0 0 0 0 0 0 231 0 0 0 0T 0 152 0 5 0 0 0 86 0 74 0 13 0 56 0 10 0 20 0 0 0 18 0 13 0 0T 0 8 0 23 0 20 0 48 0 0 0-9999 -9999 -9999 +USW00021504196502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504196502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504196502ACMH 20 X 50 X 50 X 100 X 70 X 10 X 60 X 100 X 20 X 40 X 60 X 90 X 100 X 100 X 90 X 60 X 90 X 80 X 80 X 80 X 60 X 50 X 30 X 50 X 90 X 90 X 60 X 20 X-9999 -9999 -9999 +USW00021504196502ACSH 10 X 40 X 60 X 100 X 70 X 0 X 80 X 100 X 10 X 30 X 50 X 90 X 100 X 100 X 90 X 60 X 80 X 70 X 60 X 80 X 40 X 80 X 20 X 50 X 100 X 100 X 50 X 20 X-9999 -9999 -9999 +USW00021504196502EVAP 71 0 53 0 41 0 8 0 38 0 56 0 10 0 10 0 61 0 41 0 28 0 5 0 30 0 33 0 20 0 51 0 58 0 33 0 33 0 58 0 86 0 43 0 74 0 56 0 58 0 36 0 46 0 58 0-9999 -9999 -9999 +USW00021504196502MNPN 122 0 144 0 144 0 167 0 156 0 156 0 161 0 167 0 139 0 144 0 183 0 172 0 150 0 178 0 189 0 167 0 172 0 156 0 172 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196502MXPN 267 0 272 0 278 0 206 0 289 0 278 0 267 0 244 0 294 0 300 0 278 0 267 0 244 0 272 0 244 0 278 0 267 0 278 0 267 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196502PSUN 84 X 72 X 75 X 9 X 70 X 91 X 0 X 0 X 92 X 78 X 63 X 28 X 18 X 31 X 9 X 58 X 52 X 43 X 47 X 26 X 72 X 25 X 87 X 68 X 25 X 23 X 71 X 94 X-9999 -9999 -9999 +USW00021504196502TSUN 570 X 486 X 504 X 60 X 480 X 618 X 0 X 0 X 630 X 534 X 432 X 192 X 126 X 210 X 60 X 402 X 360 X 294 X 324 X 180 X 504 X 174 X 606 X 480 X 174 X 156 X 498 X 660 X-9999 -9999 -9999 +USW00021504196502WDF1 360 X 10 X 40 X 240 X 360 X 20 X 20 X 260 X 10 X 20 X 20 X 40 X 10 X 90 X 150 X 360 X 20 X 350 X 60 X 70 X 20 X 360 X 360 X 350 X 350 X 20 X 10 X 10 X-9999 -9999 -9999 +USW00021504196502WDMV 227 0 192 0 92 0 69 0 95 0 84 0 74 0 80 0 121 0 87 0 113 0 72 0 80 0 127 0 77 0 198 0 280 0 167 0 151 0 172 0 154 0 164 0 204 0 225 0 264 0 142 0 146 0 105 0-9999 -9999 -9999 +USW00021504196502WSF1 139 X 103 X 72 X 58 X 89 X 58 X 54 X 72 X 72 X 58 X 98 X 58 X 45 X 80 X 45 X 139 X 112 X 76 X 98 X 98 X 89 X 112 X 89 X 130 X 112 X 103 X 76 X 63 X-9999 -9999 -9999 +USW00021504196502WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196502WT16-9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00021504196503TMAX 250 0 250 0 217 0 244 0 233 0 261 0 267 0 267 0 272 0 278 0 261 0 272 0 267 0 233 0 222 0 250 0 261 0 267 0 272 0 283 0 256 0 228 0 233 0 250 0 244 0 244 0 244 0 228 0 222 0 250 0 267 0 +USW00021504196503TMIN 150 0 161 0 183 0 172 0 161 0 178 0 167 0 167 0 167 0 161 0 183 0 183 0 167 0 172 0 172 0 156 0 139 0 144 0 156 0 150 0 194 0 178 0 178 0 144 0 178 0 183 0 161 0 178 0 178 0 172 0 156 0 +USW00021504196503PRCP 0 0 46 0 183 0 406 0 251 0 193 0 3 0 43 0 0T 0 13 0 0T 0 0 0 0 0 0T 0 119 0 0T 0 0 0 0 0 0 0 3 0 8 0 201 0 58 0 109 0 239 0 0T 0 0 0 0T 0 8 0 234 0 0T 0 +USW00021504196503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196503ACMH 30 X 70 X 100 X 80 X 90 X 50 X 50 X 70 X 30 X 50 X 90 X 80 X 80 X 90 X 100 X 40 X 20 X 40 X 30 X 30 X 100 X 90 X 90 X 50 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X +USW00021504196503ACSH 40 X 80 X 100 X 90 X 100 X 50 X 40 X 70 X 30 X 50 X 90 X 60 X 80 X 90 X 100 X 40 X 30 X 60 X 20 X 30 X 100 X 100 X 100 X 40 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X +USW00021504196503EVAP 46 0 20 0 8 0 13 0 10 0 58 0 61 0 38 0 61 0 58 0 46 0 53 0 46 0 33 0 5 0 71 0 46 0 48 0 64 0 53 0 28 0 3 0 33 0 58 0 61 0 43 0 46 0 18 0 3 0 28 0 23 0 +USW00021504196503MNPN-9999 200 0 183 0 178 0 167 0 167 0 161 0 167 0 178 0 161 0 189 0 189 0 167 0 183 0 183 0 156 0 139 0 150 0 156 0 161 0 156 0 156 0 183 0 161 0 178 0 178 0 172 0 178 0 178 0 172 0 161 0 +USW00021504196503MXPN-9999 267 0 211 0 239 0 250 0 267 0 294 0 278 0 300 0 294 0 283 0 289 0 283 0 261 0 244 0 250 0 261 0 294 0 311 0 294 0 272 0 244 0 256 0 294 0 283 0 250 0 267 0 217 0 217 0 250 0 256 0 +USW00021504196503PSUN 64 X 35 X 0 X 8 X 21 X 50 X 63 X 32 X 72 X 55 X 21 X 27 X 35 X 11 X 0 X 71 X 65 X 45 X 69 X 52 X 2 X 0 X 2 X 19 X 0 X 1 X 0 X 0 X 0 X 0 X 0 X +USW00021504196503TSUN 456 X 246 X 0 X 60 X 150 X 354 X 444 X 228 X 516 X 396 X 150 X 192 X 258 X 78 X 0 X 516 X 474 X 324 X 504 X 378 X 18 X 0 X 18 X 144 X 0 X 6 X 0 X 0 X 0 X 0 X 0 X +USW00021504196503WDF1 360 X 70 X 50 X 110 X 90 X 100 X 90 X 110 X 90 X 90 X 150 X 110 X 20 X 10 X 40 X 80 X 360 X 40 X 110 X 110 X 10 X 100 X 350 X 10 X 300 X 20 X 20 X 20 X 250 X 160 X 120 X +USW00021504196503WDMV 132 0 138 0 151 0 126 0 109 0 145 0 132 0 124 0 116 0 151 0 114 0 126 0 100 0 185 0 114 0 100 0 98 0 90 0 119 0 177 0 90 0 82 0 116 0 169 0 161 0 95 0 119 0 71 0 47 0 74 0 93 0 +USW00021504196503WSF1 76 X 76 X 112 X 72 X 89 X 103 X 72 X 72 X 72 X 76 X 80 X 89 X 72 X 89 X 94 X 63 X 63 X 76 X 72 X 107 X 89 X 54 X 98 X 94 X 94 X 67 X 67 X 45 X 36 X 58 X 63 X +USW00021504196503WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00021504196503WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00021504196504TMAX 256 0 272 0 222 0 283 0 217 0 256 0 244 0 239 0 261 0 261 0 278 0 261 0 261 0 272 0 261 0 267 0 278 0 256 0 256 0 267 0 289 0 294 0 289 0 294 0 289 0 283 0 272 0 278 0 283 0 261 0-9999 +USW00021504196504TMIN 178 0 178 0 189 0 167 0 183 0 178 0 189 0 178 0 183 0 172 0 167 0 183 0 183 0 189 0 200 0 183 0 178 0 183 0 189 0 194 0 189 0 194 0 189 0 183 0 178 0 172 0 183 0 172 0 172 0 178 0-9999 +USW00021504196504PRCP 10 0 5 0 99 0 0 0 1514 0 643 0 229 0 145 0 102 0 140 0 8 0 221 0 475 0 381 0 0T 0 18 0 0 0 89 0 142 0 282 0 8 0 0T 0 5 0 0 0 0T 0 0T 0 0 0 5 0 28 0 150 0-9999 +USW00021504196504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196504ACMH 100 X 90 X 100 X 70 X 100 X 100 X 100 X 90 X 90 X 80 X 70 X 100 X 100 X 80 X 90 X 80 X 80 X 100 X 100 X 90 X 60 X 80 X 50 X 60 X 70 X 60 X 60 X 40 X 50 X 90 X-9999 +USW00021504196504ACSH 100 X 90 X 100 X 90 X 100 X 100 X 100 X 90 X 90 X 90 X 70 X 100 X 100 X 70 X 90 X 90 X 90 X 100 X 100 X 90 X 60 X 80 X 60 X 60 X 70 X 60 X 60 X 40 X 50 X 90 X-9999 +USW00021504196504EVAP 5 0 51 0 0 0 58 0-9999 -9999 0 0 30 0 18 0 38 0 71 0 46 0-9999 51 0 28 0 46 0 48 0 5 0 41 0 28 0 38 0 64 0 76 0 74 0 58 0 56 0 64 0 58 0 46 0 30 0-9999 +USW00021504196504MNPN 189 0 183 0 194 0 172 0 189 0 178 0 183 0 178 0 178 0 183 0 194 0 189 0 183 0 194 0 206 0 183 0 189 0 200 0 194 0 200 0 194 0 194 0 189 0 183 0 178 0 178 0 194 0 189 0 172 0 189 0-9999 +USW00021504196504MXPN 256 0 294 0 228 0 311 0 228 0 239 0 256 0 267 0 272 0 278 0 300 0 261 0 261 0 322 0 267 0 289 0 328 0 256 0 272 0 267 0 311 0 311 0 311 0 317 0 311 0 306 0 317 0 333 0 339 0 283 0-9999 +USW00021504196504PSUN 0 X 51 X 1 X 71 X 0 X 1 X 0 X 7 X 14 X 7 X 59 X 1 X 1 X 14 X 1 X 0 X 73 X 5 X 0 X 26 X 67 X 35 X 48 X 75 X 48 X 38 X 40 X 74 X 75 X 17 X-9999 +USW00021504196504TSUN 0 X 384 X 6 X 528 X 0 X 6 X 0 X 54 X 108 X 54 X 450 X 12 X 12 X 108 X 12 X 0 X 558 X 36 X 0 X 198 X 510 X 264 X 372 X 576 X 366 X 288 X 312 X 564 X 576 X 126 X-9999 +USW00021504196504WDF1 60 X 140 X 340 X 120 X 270 X 90 X 90 X 90 X 140 X 250 X 130 X 140 X 150 X 20 X 90 X 20 X 20 X 50 X 80 X 120 X 110 X 130 X 160 X 100 X 160 X 70 X 10 X 50 X 10 X 140 X-9999 +USW00021504196504WDMV 117 0 103 0 50 0 137 0 85 0 153 0 117 0 103 0 129 0 114 0 179 0 151 0 171 0 106 0 71 0 100 0 111 0 89 0 113 0 132 0 188 0 166 0 185 0 148 0 126 0 122 0 117 0 106 0 121 0 103 0-9999 +USW00021504196504WSF1 72 X 67 X 63 X 76 X 63 X 76 X 76 X 76 X 76 X 63 X 103 X 125 X 112 X 67 X 63 X 67 X 67 X 58 X 67 X 76 X 107 X 107 X 107 X 76 X 67 X 67 X 63 X 72 X 67 X 94 X-9999 +USW00021504196504WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196504WT16 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00021504196505TMAX 272 0 289 0 261 0 239 0 267 0 256 0 278 0 300 0 294 0 294 0 283 0 278 0 300 0 306 0 289 0 267 0 294 0 289 0 278 0 278 0 294 0 289 0 289 0 289 0 283 0 261 0 267 0 272 0 278 0 278 0 267 0 +USW00021504196505TMIN 178 0 183 0 189 0 194 0 194 0 194 0 194 0 183 0 200 0 211 0 189 0 189 0 200 0 183 0 211 0 200 0 183 0 194 0 200 0 189 0 194 0 183 0 206 0 189 0 189 0 200 0 194 0 189 0 189 0 183 0 183 0 +USW00021504196505PRCP 191 0 871 0 1422 0 1331 0 86 0 340 0 20 0 28 0 170 0 122 0 3 0 0T 0 0T 0 3 0 3 0 23 0 0 0 86 0 5 0 51 0 0T 0 0 0 5 0 46 0 0T 0 241 0 104 0 41 0 51 0 20 0 84 0 +USW00021504196505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196505ACMH 100 X 100 X 100 X 100 X 90 X 100 X 100 X 60 X 90 X 90 X 70 X 90 X 70 X 70 X 100 X 100 X 70 X 100 X 70 X 80 X 70 X 60 X 90 X 100 X 100 X 100 X 100 X 90 X 80 X 60 X 90 X +USW00021504196505ACSH 100 X 100 X 100 X 100 X 90 X 90 X 100 X 60 X 90 X 80 X 70 X 100 X 90 X 80 X 100 X 100 X 60 X 100 X 80 X 90 X 80 X 70 X 100 X 100 X 100 X 100 X 100 X 90 X 90 X 60 X 90 X +USW00021504196505EVAP 5 0-9999 -9999 -9999 79 0 23 0 30 0 51 0 36 0 61 0 69 0 66 0 84 0 64 0 51 0 25 0 71 0 38 0 58 0 38 0 69 0 79 0 66 0 38 0 53 0 48 0 28 0 46 0 41 0 69 0 43 0 +USW00021504196505MNPN 183 0 189 0 194 0 194 0 194 0 206 0 194 0 194 0 194 0 217 0 200 0 189 0 200 0 183 0 217 0 206 0 194 0 206 0 206 0 194 0 194 0 183 0 194 0 194 0 194 0 211 0 194 0 194 0 189 0 183 0 194 0 +USW00021504196505MXPN 289 0 300 0 267 0 244 0 283 0 250 0 294 0 317 0 306 0 317 0 322 0 317 0 294 0 306 0 322 0 272 0 317 0 289 0 306 0 289 0 294 0 306 0 317 0 300 0 306 0 289 0 278 0 294 0 272 0 322 0 294 0 +USW00021504196505PSUN 15 X 7 X 0 X 0 X 23 X 13 X 10 X 38 X 15 X 26 X 43 X 1 X 15 X 26 X 14 X 1 X 47 X 7 X 18 X 9 X 38 X 27 X 36 X 2 X 0 X 0 X 3 X 25 X 43 X 81 X 44 X +USW00021504196505TSUN 114 X 54 X 0 X 0 X 180 X 96 X 90 X 294 X 120 X 204 X 336 X 6 X 120 X 210 X 108 X 6 X 372 X 54 X 138 X 66 X 300 X 210 X 288 X 18 X 0 X 0 X 24 X 204 X 336 X 648 X 348 X +USW00021504196505WDF1 90 X 140 X 110 X 190 X 120 X 100 X 90 X 160 X 110 X 130 X 90 X 130 X 140 X 140 X 110 X 110 X 140 X 120 X 110 X 150 X 150 X 130 X 80 X 80 X 100 X 80 X 80 X 140 X 50 X 50 X 60 X +USW00021504196505WDMV 116 0 166 0 145 0 97 0 89 0 72 0 92 0 142 0 169 0 145 0 137 0 158 0 217 0 185 0 138 0 106 0 145 0 156 0 122 0 140 0 192 0 164 0 121 0 108 0 127 0 100 0 95 0 122 0 109 0 114 0 119 0 +USW00021504196505WSF1 72 X 116 X 89 X 58 X 54 X 63 X 80 X 112 X 116 X 76 X 72 X 89 X 103 X 107 X 89 X 76 X 80 X 94 X 63 X 89 X 107 X 89 X 72 X 89 X 72 X 76 X 112 X 72 X 67 X 63 X 54 X +USW00021504196505WT03 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196505WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196506TMAX 272 0 256 0 272 0 256 0 256 0 272 0 272 0 278 0 272 0 278 0 261 0 283 0 272 0 294 0 294 0 283 0 278 0 294 0 283 0 272 0 272 0 272 0 267 0 283 0 294 0 283 0 267 0 256 0 289 0 289 0-9999 +USW00021504196506TMIN 189 0 189 0 189 0 183 0 189 0 194 0 206 0 200 0 194 0 200 0 194 0 200 0 194 0 183 0 200 0 200 0 194 0 189 0 183 0 194 0 194 0 189 0 189 0 167 0 189 0 189 0 194 0 194 0 194 0 194 0-9999 +USW00021504196506PRCP 264 0 356 0 30 0 135 0 371 0 18 0 15 0 8 0 0T 0 13 0 81 0 66 0 81 0 18 0 71 0 10 0 25 0 38 0 94 0 272 0 97 0 46 0 0T 0 0 0 0T 0 10 0 43 0 74 0 0 0 13 0-9999 +USW00021504196506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196506ACMH 90 X 100 X 60 X 90 X 100 X 90 X 90 X 90 X 90 X 90 X 90 X 90 X 90 X 70 X 90 X 90 X 70 X 60 X 70 X 90 X 90 X 60 X 70 X 30 X 60 X 70 X 90 X 90 X 70 X 50 X-9999 +USW00021504196506ACSH 90 X 100 X 60 X 100 X 100 X 80 X 90 X 90 X 90 X 80 X 90 X 90 X 90 X 60 X 90 X 80 X 70 X 50 X 70 X 90 X 90 X 60 X 80 X 40 X 50 X 70 X 90 X 90 X 70 X 40 X-9999 +USW00021504196506DAEV-9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196506EVAP 41 0-9999 56 0 36 0-9999 -9999 53 0 43 0 48 0 58 0 71 0 28 0 23 0 69 0 46 0 69 0 38 0 64 0 53 0 41 0 46 0 30 0 56 0 66 0 71 0 48 0 25 0 33 0 81 0 46 0-9999 +USW00021504196506MDEV-9999 -9999 -9999 -9999 -9999 46 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196506MNPN 194 0 200 0 189 0 189 0 194 0 189 0 206 0 194 0 194 0 200 0 200 0 206 0 200 0 183 0 206 0 206 0 200 0 183 0 200 0 200 0 200 0 200 0 200 0 178 0 200 0 194 0 200 0 200 0 200 0 200 0-9999 +USW00021504196506MXPN 322 0 267 0 306 0 267 0 256 0 278 0 294 0 300 0 283 0 317 0 311 0 328 0 300 0 333 0 317 0 322 0 333 0 322 0 333 0 283 0 300 0 311 0 278 0 328 0 322 0 311 0 300 0 289 0 322 0 333 0-9999 +USW00021504196506PSUN 53 X 6 X 68 X 14 X 12 X 49 X 27 X 26 X 17 X 75 X 29 X 49 X 35 X 73 X 39 X 53 X 57 X 80 X 62 X 22 X 39 X 58 X 37 X 84 X 70 X 38 X 29 X 3 X 69 X 86 X-9999 +USW00021504196506TSUN 432 X 42 X 540 X 114 X 96 X 390 X 216 X 210 X 138 X 600 X 234 X 390 X 282 X 588 X 312 X 426 X 456 X 642 X 492 X 180 X 318 X 462 X 300 X 672 X 564 X 300 X 228 X 30 X 546 X 690 X-9999 +USW00021504196506WDF1 70 X 50 X 90 X 90 X 260 X 100 X 70 X 140 X 40 X 20 X 80 X 90 X 100 X 110 X 70 X 80 X 70 X 80 X 180 X 110 X 70 X 60 X 360 X 20 X 60 X 100 X 20 X 70 X 70 X 40 X-9999 +USW00021504196506WDMV 126 0 113 0 130 0 105 0 84 0 117 0 117 0 130 0 111 0 135 0 117 0 121 0 80 0 134 0 117 0 129 0 127 0 124 0 114 0 145 0 105 0 100 0 109 0 113 0 130 0 114 0 106 0 97 0 134 0 121 0-9999 +USW00021504196506WSF1 72 X 63 X 67 X 89 X 54 X 94 X 72 X 89 X 58 X 72 X 112 X 80 X 67 X 89 X 89 X 94 X 67 X 76 X 58 X 76 X 54 X 112 X 67 X 58 X 89 X 103 X 58 X 72 X 76 X 67 X-9999 +USW00021504196506WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00021504196507TMAX 283 0 272 0 294 0 289 0 289 0 289 0 283 0 294 0 289 0 294 0 300 0 311 0 283 0 278 0 267 0 283 0 256 0 278 0 289 0 256 0 267 0 289 0 272 0 283 0 289 0 283 0 294 0 294 0 289 0 300 0 289 0 +USW00021504196507TMIN 189 0 189 0 194 0 183 0 178 0 183 0 189 0 178 0 183 0 189 0 211 0 206 0 206 0 211 0 200 0 200 0 200 0 194 0 200 0 200 0 206 0 200 0 206 0 189 0 206 0 189 0 189 0 194 0 189 0 189 0 206 0 +USW00021504196507PRCP 81 0 15 0 5 0 5 0 13 0 8 0 43 0 0 0 0 0 41 0 330 0 23 0 3 0 25 0 53 0 99 0 373 0 71 0 99 0 356 0 64 0 0T 0 18 0 43 0 5 0 13 0 3 0 0T 0 10 0 10 0 8 0 +USW00021504196507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196507ACMH 70 X 80 X 60 X 30 X 40 X 70 X 90 X 50 X 70 X 60 X 70 X 70 X 80 X 90 X 100 X 80 X 100 X 90 X 90 X 100 X 90 X 70 X 100 X 50 X 80 X 70 X 60 X 50 X 50 X 60 X 80 X +USW00021504196507ACSH 50 X 90 X 50 X 30 X 40 X 80 X 90 X 60 X 80 X 50 X 60 X 50 X 90 X 90 X 100 X 80 X 100 X 90 X 90 X 100 X 90 X 70 X 100 X 20 X 80 X 70 X 60 X 40 X 60 X 50 X 60 X +USW00021504196507EVAP 71 0 41 0 66 0 71 0 61 0 74 0 64 0 69 0 69 0 74 0 71 0 91 0 33 0 43 0 41 0 20 0-9999 53 0 69 0 3 0 18 0 48 0 5 0 102 0 71 0 53 0 76 0 46 0 89 0 53 0 71 0 +USW00021504196507MNPN 200 0 194 0 189 0 189 0 183 0 178 0 206 0 172 0 189 0 200 0 217 0 211 0 217 0 211 0 206 0 200 0 194 0 183 0 206 0 211 0 211 0 206 0 206 0 189 0 211 0 200 0 183 0 206 0 189 0 194 0 206 0 +USW00021504196507MXPN 322 0 300 0 328 0 333 0 322 0 333 0 322 0 344 0 328 0 350 0 328 0 328 0 322 0 317 0 300 0 294 0 267 0 306 0 306 0 250 0 289 0 333 0 311 0 350 0 339 0 344 0 339 0 339 0 350 0 322 0 322 0 +USW00021504196507PSUN 69 X 24 X 80 X 85 X 93 X 86 X 53 X 71 X 45 X 68 X 57 X 73 X 30 X 30 X 22 X 46 X 0 X 51 X 34 X 2 X 18 X 38 X 4 X 90 X 78 X 75 X 65 X 64 X 75 X 58 X 44 X +USW00021504196507TSUN 552 X 198 X 636 X 678 X 738 X 690 X 426 X 552 X 360 X 540 X 450 X 576 X 240 X 234 X 174 X 366 X 0 X 408 X 264 X 12 X 144 X 300 X 30 X 708 X 618 X 594 X 510 X 498 X 594 X 456 X 348 X +USW00021504196507WDF1 60 X 70 X 40 X 50 X 110 X 60 X 90 X 90 X 80 X 50 X 150 X 130 X 120 X 100 X 60 X 100 X 100 X 20 X 30 X 90 X 30 X 60 X 50 X 20 X 60 X 60 X 70 X 60 X 60 X 80 X 120 X +USW00021504196507WDMV 122 0 111 0 114 0 121 0 143 0 140 0 124 0 129 0 134 0 106 0 153 0 156 0 132 0 103 0 98 0 145 0 113 0 114 0 143 0 114 0 87 0 85 0 111 0 114 0 111 0 108 0 117 0 124 0 124 0 137 0 150 0 +USW00021504196507WSF1 72 X 67 X 72 X 63 X 76 X 67 X 63 X 67 X 76 X 80 X 94 X 94 X 80 X 89 X 80 X 67 X 89 X 54 X 67 X 67 X 58 X 67 X 58 X 72 X 72 X 67 X 76 X 72 X 72 X 80 X 67 X +USW00021504196507WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196508TMAX 289 0 283 0 294 0 283 0 261 0 294 0 289 0 272 0 300 0 300 0 294 0 272 0 294 0 300 0 294 0 294 0 300 0 289 0 294 0 289 0 283 0 283 0 278 0 283 0 289 0 300 0 289 0 300 0 278 0 294 0 294 0 +USW00021504196508TMIN 206 0 189 0 189 0 189 0 183 0 206 0 194 0 206 0 200 0 200 0 206 0 200 0 200 0 189 0 194 0 200 0 194 0 194 0 200 0 194 0 200 0 194 0 200 0 200 0 183 0 189 0 200 0 206 0 200 0 206 0 200 0 +USW00021504196508PRCP 3 0 3 0 10 0 18 0 66 0 13 0 48 0 170 0 107 0 0T 0 8 0 244 0 79 0 0 0 5 0 0T 0 10 0 38 0 30 0 20 0 41 0 66 0 97 0 15 0 3 0 0T 0 0T 0 30 0 61 0 3 0 30 0 +USW00021504196508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196508ACMH 90 X 70 X 50 X 60 X 80 X 70 X 70 X 90 X 70 X 60 X 70 X 90 X 40 X 20 X 60 X 70 X 50 X 70 X 60 X 60 X 80 X 70 X 80 X 60 X 60 X 20 X 60 X 80 X 80 X 80 X 50 X +USW00021504196508ACSH 90 X 80 X 40 X 80 X 90 X 60 X 50 X 90 X 60 X 60 X 50 X 80 X 30 X 30 X 50 X 70 X 50 X 60 X 50 X 40 X 80 X 70 X 90 X 50 X 70 X 20 X 60 X 90 X 100 X 70 X 40 X +USW00021504196508EVAP 41 0 56 0 74 0 41 0 20 0 51 0 71 0 25 0 64 0 71 0 76 0 20 0 74 0 84 0 69 0 43 0 99 0 61 0 64 0 53 0 41 0 56 0 25 0 81 0 58 0 51 0 43 0 46 0 33 0 51 0 48 0 +USW00021504196508MNPN 206 0 189 0 200 0 189 0 178 0 206 0 200 0 211 0 217 0 206 0 211 0 211 0 206 0 194 0 194 0 194 0 189 0 200 0 206 0 194 0 200 0 194 0 206 0 200 0 189 0 189 0 194 0 211 0 206 0 211 0 200 0 +USW00021504196508MXPN 300 0 311 0 333 0 306 0 283 0 322 0 333 0 311 0 328 0 328 0 344 0 317 0 328 0 322 0 311 0 317 0 339 0 333 0 333 0 328 0 328 0 333 0 311 0 333 0 328 0 344 0 328 0 317 0 300 0 333 0 344 0 +USW00021504196508PSUN 3 X 33 X 88 X 34 X 7 X 50 X 64 X 23 X 75 X 62 X 65 X 33 X 84 X 70 X 59 X 46 X 89 X 60 X 65 X 65 X 38 X 53 X 18 X 51 X 62 X 93 X 50 X 15 X 1 X 27 X 84 X +USW00021504196508TSUN 18 X 258 X 684 X 270 X 60 X 390 X 492 X 180 X 582 X 480 X 498 X 252 X 642 X 534 X 456 X 354 X 684 X 462 X 498 X 492 X 288 X 408 X 132 X 384 X 468 X 702 X 378 X 114 X 12 X 204 X 630 X +USW00021504196508WDF1 100 X 70 X 30 X 30 X 60 X 90 X 360 X 360 X 120 X 110 X 50 X 80 X 70 X 110 X 130 X 120 X 50 X 80 X 80 X 70 X 40 X 60 X 90 X 10 X 110 X 70 X 70 X 90 X 150 X 40 X 60 X +USW00021504196508WDMV 119 0 105 0 124 0 111 0 98 0 124 0 150 0 116 0 150 0 121 0 122 0 116 0 122 0 132 0 166 0 140 0 116 0 117 0 114 0 114 0 113 0 116 0 98 0 122 0 143 0 117 0 113 0 113 0 89 0 106 0 114 0 +USW00021504196508WSF1 76 X 63 X 67 X 63 X 89 X 80 X 67 X 94 X 94 X 76 X 67 X 80 X 72 X 89 X 103 X 76 X 72 X 76 X 72 X 67 X 80 X 58 X 72 X 63 X 134 X 72 X 63 X 58 X 89 X 63 X 72 X +USW00021504196508WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196509TMAX 300 0 289 0 294 0 306 0 311 0 294 0 311 0 311 0 283 0 311 0 289 0 256 0 294 0 289 0 283 0 289 0 294 0 311 0 300 0 311 0 306 0 306 0 311 0 306 0 300 0 300 0 289 0 300 0 294 0 272 0-9999 +USW00021504196509TMIN 194 0 200 0 194 0 200 0 200 0 200 0 217 0 194 0 200 0 189 0 206 0 200 0 206 0 200 0 194 0 200 0 189 0 189 0 211 0 211 0 206 0 211 0 206 0 211 0 194 0 194 0 194 0 189 0 194 0 200 0-9999 +USW00021504196509PRCP 0 0 3 0 3 0 0 0 0 0 0T 0 0 0 0 0 13 0 23 0 48 0 757 0 23 0 41 0 28 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 8 0 340 0 155 0-9999 +USW00021504196509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196509ACMH 30 X 30 X 40 X 50 X 20 X 80 X 70 X 40 X 70 X 80 X 100 X 100 X 80 X 90 X 80 X 60 X 40 X 10 X 90 X 40 X 30 X 60 X 50 X 50 X 40 X 40 X 60 X 60 X 80 X 100 X-9999 +USW00021504196509ACSH 30 X 30 X 10 X 40 X 10 X 90 X 80 X 50 X 90 X 60 X 100 X 100 X 60 X 80 X 90 X 40 X 40 X 10 X 80 X 30 X 10 X 70 X 40 X 50 X 50 X 30 X 60 X 60 X 80 X 100 X-9999 +USW00021504196509PSUN 75 X 74 X 87 X 87 X 82 X 12 X 38 X 62 X 10 X 73 X 8 X 0 X 52 X 33 X 12 X 72 X 74 X 89 X 29 X 88 X 92 X 65 X 62 X 67 X 48 X 85 X 48 X 58 X 18 X 2 X-9999 +USW00021504196509TSUN 558 X 552 X 654 X 648 X 612 X 84 X 288 X 456 X 78 X 540 X 60 X 0 X 384 X 246 X 84 X 534 X 540 X 654 X 210 X 642 X 672 X 474 X 450 X 486 X 342 X 618 X 348 X 420 X 126 X 12 X-9999 +USW00021504196509WDF1 80 X 20 X 20 X 60 X 60 X 20 X 120 X 130 X 70 X 110 X 100 X 180 X 50 X 120 X 100 X 80 X 110 X 120 X 120 X 100 X 80 X 90 X 90 X 80 X 100 X 60 X 50 X 120 X 240 X 260 X-9999 +USW00021504196509WSF1 72 X 72 X 67 X 54 X 72 X 67 X 98 X 107 X 58 X 80 X 67 X 63 X 72 X 72 X 67 X 67 X 67 X 72 X 72 X 76 X 76 X 63 X 63 X 94 X 72 X 72 X 72 X 76 X 80 X 63 X-9999 +USW00021504196509WT16-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00021504196510TMAX 300 0 289 0 289 0 289 0 283 0 289 0 294 0 294 0 278 0 278 0 278 0 311 0 328 0 289 0 294 0 300 0 289 0 294 0 300 0 289 0 294 0 261 0 272 0 283 0 278 0 272 0 289 0 294 0 289 0 278 0 283 0 +USW00021504196510TMIN 189 0 189 0 183 0 183 0 183 0 172 0 211 0 200 0 211 0 200 0 200 0 189 0 211 0 206 0 200 0 200 0 200 0 194 0 194 0 194 0 189 0 200 0 200 0 183 0 183 0 194 0 183 0 183 0 183 0 178 0 194 0 +USW00021504196510PRCP 3 0 3 0 0T 0 64 0 0 0 41 0 15 0 0T 0 53 0 10 0 30 0 0 0 0T 0 25 0 89 0 28 0 10 0 36 0 0 0 117 0 0T 0 81 0 25 0 0 0 0T 0 5 0 18 0 732 0 79 0 3 0 8 0 +USW00021504196510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196510ACMH 50 X 60 X 40 X 70 X 50 X 70 X 80 X 80 X 90 X 80 X 80 X 50 X 80 X 90 X 90 X 90 X 70 X 70 X 70 X 60 X 60 X 100 X 100 X 60 X 50 X 80 X 40 X 60 X 70 X 50 X 60 X +USW00021504196510ACSH 70 X 70 X 30 X 60 X 60 X 80 X 70 X 90 X 80 X 80 X 80 X 60 X 80 X 90 X 100 X 100 X 60 X 70 X 80 X 70 X 70 X 100 X 100 X 40 X 30 X 90 X 40 X 40 X 60 X 40 X 60 X +USW00021504196510PSUN 72 X 25 X 79 X 86 X 39 X 61 X 36 X 13 X 25 X 27 X 33 X 73 X 18 X 9 X 15 X 33 X 20 X 42 X 12 X 18 X 34 X 0 X 2 X 29 X 61 X 1 X 56 X 56 X 54 X 53 X 34 X +USW00021504196510TSUN 516 X 180 X 564 X 618 X 282 X 438 X 258 X 90 X 174 X 192 X 234 X 516 X 126 X 66 X 108 X 234 X 138 X 294 X 84 X 126 X 240 X 0 X 18 X 204 X 420 X 12 X 384 X 384 X 372 X 366 X 228 X +USW00021504196510WDF1 80 X 70 X 20 X 70 X 60 X 60 X 130 X 120 X 70 X 230 X 350 X 140 X 120 X 90 X 80 X 90 X 40 X 20 X 120 X 320 X 20 X 330 X 330 X 30 X 360 X 210 X 60 X 270 X 50 X 30 X 20 X +USW00021504196510WSF1 72 X 72 X 67 X 67 X 63 X 67 X 89 X 63 X 67 X 40 X 103 X 125 X 125 X 89 X 76 X 72 X 67 X 58 X 103 X 89 X 76 X 76 X 76 X 58 X 80 X 76 X 72 X 67 X 67 X 72 X 67 X +USW00021504196510WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196510WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196511TMAX 283 0 267 0 289 0 289 0 283 0 289 0 278 0 311 0 283 0 306 0 278 0 267 0 289 0 272 0 244 0 233 0 256 0 267 0 222 0 233 0 261 0 261 0 261 0 250 0 261 0 256 0 261 0 272 0 261 0 272 0-9999 +USW00021504196511TMIN 200 0 194 0 194 0 194 0 189 0 200 0 206 0 200 0 200 0 206 0 206 0 217 0 222 0 217 0 217 0 206 0 189 0 194 0 194 0 189 0 194 0 178 0 172 0 183 0 183 0 183 0 178 0 183 0 178 0 172 0-9999 +USW00021504196511PRCP 43 0 325 0 20 0 5 0 66 0 0T 0 43 0 376 0 20 0 3 0 0T 0 259 0 373 0 820 0 953 0 196 0 43 0 89 0 198 0 434 0 8 0 84 0 36 0 76 0 51 0 203 0 38 0 66 0 43 0 0 0-9999 +USW00021504196511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196511ACMH 60 X 90 X 80 X 50 X 90 X 90 X 100 X 100 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 80 X 80 X 70 X 90 X 80 X 90 X 80 X 60 X 60 X 50 X-9999 +USW00021504196511ACSH 50 X 100 X 100 X 40 X 80 X 80 X 100 X 90 X 90 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 80 X 70 X 90 X 80 X 90 X 70 X 50 X 60 X 60 X-9999 +USW00021504196511PSUN 43 X 0 X 2 X 38 X 9 X 0 X 0 X 19 X 21 X 33 X 0 X 0 X 0 X 0 X 0 X 0 X 3 X 5 X 0 X 0 X 28 X 18 X 42 X 10 X 18 X 24 X 33 X 59 X 33 X 48 X-9999 +USW00021504196511TSUN 294 X 0 X 18 X 258 X 60 X 0 X 0 X 126 X 138 X 228 X 0 X 0 X 0 X 0 X 0 X 0 X 18 X 30 X 0 X 0 X 186 X 120 X 276 X 66 X 120 X 156 X 222 X 396 X 222 X 318 X-9999 +USW00021504196511WDF1 20 X 40 X 130 X 60 X 70 X 80 X 120 X 140 X 100 X 130 X 120 X 160 X 140 X 170 X 70 X 70 X 80 X 70 X 60 X 60 X 40 X 60 X 90 X 260 X 80 X 240 X 80 X 80 X 90 X 110 X-9999 +USW00021504196511WSF1 54 X 54 X 67 X 67 X 58 X 72 X 58 X 125 X 63 X 89 X 54 X 98 X 112 X 80 X 103 X 58 X 63 X 63 X 63 X 89 X 116 X 72 X 94 X 58 X 76 X 67 X 94 X 72 X 76 X 76 X-9999 +USW00021504196511WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196511WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196511WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504196512TMAX 267 0 222 0 250 0 250 0 250 0 250 0 239 0 244 0 211 0 217 0 239 0 244 0 256 0 239 0 244 0 250 0 250 0 244 0 239 0 239 0 233 0 256 0 261 0 256 0 256 0 261 0 256 0 222 0 228 0 250 0 239 0 +USW00021504196512TMIN 183 0 183 0 167 0 172 0 178 0 178 0 183 0 172 0 172 0 172 0 178 0 172 0 161 0 189 0 183 0 183 0 178 0 183 0 178 0 172 0 183 0 161 0 172 0 189 0 194 0 189 0 167 0 183 0 156 0 178 0 167 0 +USW00021504196512PRCP 157 0 94 0 15 0 23 0 140 0 297 0 13 0 25 0 86 0 462 0 168 0 74 0 389 0 127 0 71 0 135 0 160 0 0T 0 74 0 41 0 89 0 0T 0 15 0 150 0 178 0 86 0 8 0 142 0 460 0 13 0 104 0 +USW00021504196512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196512ACMH 90 X 100 X 80 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 80 X 100 X 90 X 90 X 80 X 100 X 100 X 100 X 100 X 70 X 80 X 90 X 90 X 90 X 80 X 90 X 80 X 80 X 90 X +USW00021504196512ACSH 100 X 100 X 80 X 80 X 80 X 100 X 100 X 100 X 100 X 100 X 90 X 90 X 90 X 100 X 90 X 90 X 70 X 100 X 100 X 100 X 100 X 70 X 80 X 90 X 90 X 90 X 90 X 100 X 90 X 60 X 100 X +USW00021504196512PSUN 4 X 0 X 25 X 26 X 21 X 3 X 1 X 0 X 0 X 0 X 2 X 7 X 6 X 0 X 4 X 8 X 44 X 1 X 0 X 10 X 0 X 13 X 14 X 6 X 5 X 19 X 25 X 0 X 8 X 29 X 4 X +USW00021504196512TSUN 30 X 0 X 168 X 168 X 138 X 18 X 6 X 0 X 0 X 0 X 12 X 42 X 42 X 0 X 24 X 48 X 294 X 6 X 0 X 66 X 0 X 84 X 90 X 36 X 36 X 126 X 162 X 0 X 54 X 192 X 24 X +USW00021504196512WDF1 350 X 350 X 10 X 340 X 90 X 30 X 20 X 50 X 270 X 60 X 70 X 180 X 120 X 120 X 120 X 80 X 70 X 50 X 80 X 60 X 250 X 140 X 100 X 130 X 150 X 120 X 130 X 290 X 90 X 50 X 100 X +USW00021504196512WSF1 143 X 130 X 134 X 63 X 72 X 116 X 94 X 103 X 63 X 67 X 63 X 67 X 98 X 103 X 89 X 94 X 112 X 72 X 89 X 94 X 54 X 80 X 80 X 80 X 94 X 80 X 67 X 58 X 54 X 54 X 76 X +USW00021504196512WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196601TMAX 244 0 222 0 244 0 250 0 300 0 239 0 244 0 256 0 239 0 244 0 256 0 256 0 250 0 261 0 256 0 233 0 256 0 217 0 250 0 244 0 233 0 244 0 222 0 250 0 250 0 244 0 261 0 222 0 250 0 261 0 256 0 +USW00021504196601TMIN 178 0 178 0 178 0 167 0 161 0 150 0 183 0 178 0 178 0 178 0 178 0 172 0 167 0 161 0 183 0 161 0 156 0 167 0 167 0 167 0 172 0 183 0 167 0 167 0 167 0 172 0 156 0 183 0 183 0 178 0 167 0 +USW00021504196601PRCP 30 0 272 0 18 0 18 0 0 0 13 0 0 0 33 0 28 0 36 0 0T 0 28 0 3 0 312 0 203 0 84 0 66 0 196 0 180 0 130 0 615 0 127 0 211 0 41 0 97 0 28 0 0 0 300 0 51 0 74 0 0T 0 +USW00021504196601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196601ACMH 100 X 100 X 90 X 80 X 70 X 80 X 90 X 90 X 100 X 80 X 50 X 70 X 70 X 80 X 60 X 80 X 70 X 100 X 90 X 90 X 90 X 90 X 100 X 80 X 90 X 90 X 40 X 100 X 90 X 80 X 60 X +USW00021504196601ACSH 100 X 100 X 100 X 70 X 60 X 80 X 90 X 90 X 100 X 70 X 20 X 60 X 50 X 70 X 40 X 90 X 90 X 100 X 90 X 100 X 90 X 80 X 100 X 100 X 80 X 90 X 20 X 100 X 80 X 60 X 40 X +USW00021504196601PSUN 0 X 0 X 9 X 41 X 56 X 21 X 11 X 21 X 2 X 27 X 73 X 51 X 27 X 32 X 61 X 2 X 2 X 0 X 9 X 1 X 11 X 11 X 0 X 7 X 35 X 5 X 92 X 0 X 26 X 53 X 73 X +USW00021504196601TSUN 0 X 0 X 60 X 270 X 372 X 138 X 72 X 138 X 18 X 180 X 480 X 342 X 180 X 216 X 402 X 12 X 12 X 0 X 66 X 6 X 78 X 72 X 0 X 48 X 234 X 36 X 618 X 0 X 180 X 360 X 492 X +USW00021504196601WDF1 100 X 80 X 40 X 50 X 110 X 350 X 360 X 260 X 90 X 30 X 30 X 60 X 70 X 100 X 70 X 270 X 230 X 260 X 80 X 120 X 250 X 90 X 90 X 30 X 60 X 150 X 360 X 20 X 90 X 110 X 360 X +USW00021504196601WSF1 58 X 103 X 72 X 72 X 54 X 107 X 58 X 67 X 58 X 58 X 58 X 63 X 58 X 63 X 63 X 58 X 63 X 58 X 80 X 89 X 58 X 54 X 58 X 63 X 72 X 94 X 89 X 94 X 76 X 72 X 63 X +USW00021504196601WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196601WT16 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00021504196602TMAX 272 0 244 0 261 0 278 0 256 0 278 0 222 0 211 0 261 0 256 0 261 0 272 0 250 0 261 0 239 0 222 0 233 0 250 0 256 0 244 0 233 0 233 0 267 0 217 0 222 0 211 0 261 0 294 0-9999 -9999 -9999 +USW00021504196602TMIN 172 0 172 0 156 0 167 0 161 0 167 0 172 0 167 0 178 0 172 0 172 0 178 0 172 0 172 0 178 0 178 0 178 0 161 0 161 0 167 0 178 0 178 0 178 0 183 0 189 0 178 0 172 0 172 0-9999 -9999 -9999 +USW00021504196602PRCP 3 0 0 0 0T 0 0 0 0T 0 58 0 193 0 175 0 76 0 0 0 0T 0 46 0 41 0 30 0 122 0 130 0 193 0 53 0 691 0 46 0 8 0 3 0 30 0 15 0 0T 0 25 0 0 0 0 0-9999 -9999 -9999 +USW00021504196602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504196602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504196602ACMH 50 X 90 X 60 X 20 X 90 X 100 X 100 X 100 X 90 X 70 X 90 X 70 X 80 X 90 X 100 X 100 X 100 X 80 X 100 X 90 X 100 X 100 X 90 X 100 X 100 X 100 X 80 X 60 X-9999 -9999 -9999 +USW00021504196602ACSH 20 X 90 X 70 X 0 X 90 X 100 X 100 X 100 X 90 X 60 X 90 X 60 X 100 X 100 X 100 X 100 X 100 X 70 X 100 X 100 X 100 X 100 X 90 X 90 X 100 X 100 X 80 X 60 X-9999 -9999 -9999 +USW00021504196602PSUN 78 X 8 X 28 X 92 X 37 X 1 X 0 X 0 X 14 X 30 X 10 X 62 X 1 X 25 X 0 X 0 X 4 X 52 X 25 X 9 X 0 X 0 X 20 X 13 X 1 X 0 X 19 X 63 X-9999 -9999 -9999 +USW00021504196602TSUN 528 X 54 X 186 X 624 X 252 X 12 X 0 X 0 X 96 X 204 X 72 X 426 X 12 X 174 X 0 X 0 X 30 X 360 X 174 X 66 X 6 X 0 X 144 X 90 X 12 X 0 X 138 X 444 X-9999 -9999 -9999 +USW00021504196602WDF1 360 X 360 X 360 X 60 X 40 X 120 X 140 X 180 X 190 X 20 X 130 X 140 X 130 X 40 X 80 X 10 X 50 X 40 X 110 X 10 X 360 X 240 X 90 X 360 X 340 X 350 X 90 X 160 X-9999 -9999 -9999 +USW00021504196602WSF1 89 X 58 X 67 X 72 X 54 X 103 X 112 X 103 X 67 X 58 X 94 X 94 X 58 X 67 X 67 X 58 X 76 X 76 X 76 X 80 X 67 X 40 X 80 X 134 X 116 X 63 X 89 X 156 X-9999 -9999 -9999 +USW00021504196602WT16 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00021504196603TMAX 261 0 289 0 244 0 250 0 267 0 289 0 272 0 278 0 267 0 256 0 228 0 244 0 261 0 261 0 261 0 267 0 278 0 222 0 261 0 267 0 261 0 267 0 239 0 261 0 272 0 289 0 278 0 289 0 278 0 278 0 233 0 +USW00021504196603TMIN 178 0 200 0 189 0 156 0 167 0 178 0 156 0 156 0 161 0 189 0 183 0 178 0 172 0 178 0 189 0 183 0 183 0 178 0 189 0 183 0 178 0 172 0 178 0 183 0 178 0 178 0 172 0 167 0 178 0 178 0 178 0 +USW00021504196603PRCP 0T 0 5 0 15 0 0T 0 5 0 0 0 0 0 0 0 0 0 53 0 53 0 0T 0 5 0 13 0 112 0 91 0 56 0 328 0 66 0 224 0 198 0 33 0 114 0 3 0 8 0 3 0 0 0 0T 0 0T 0 36 0 0T 0 +USW00021504196603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196603ACMH 100 X 100 X 90 X 30 X 80 X 80 X 50 X 60 X 100 X 100 X 100 X 90 X 90 X 90 X 90 X 90 X 70 X 90 X 90 X 90 X 70 X 70 X 100 X 90 X 70 X 50 X 40 X 60 X 70 X 60 X 90 X +USW00021504196603ACSH 100 X 90 X 100 X 20 X 80 X 80 X 40 X 70 X 100 X 100 X 100 X 90 X 90 X 80 X 90 X 80 X 70 X 100 X 80 X 90 X 60 X 50 X 100 X 80 X 60 X 60 X 40 X 50 X 50 X 50 X 80 X +USW00021504196603PSUN 0 X 23 X 5 X 87 X 54 X 33 X 64 X 66 X 0 X 6 X 4 X 2 X 11 X 22 X 7 X 12 X 88 X 0 X 32 X 21 X 53 X 40 X 1 X 11 X 41 X 25 X 70 X 52 X 41 X 60 X 31 X +USW00021504196603TSUN 0 X 162 X 36 X 612 X 384 X 234 X 456 X 468 X 0 X 48 X 24 X 12 X 78 X 162 X 48 X 90 X 636 X 0 X 228 X 150 X 384 X 294 X 6 X 84 X 300 X 186 X 516 X 384 X 300 X 444 X 228 X +USW00021504196603WDF1 120 X 90 X 360 X 20 X 90 X 90 X 10 X 10 X 20 X 360 X 360 X 350 X 120 X 50 X 120 X 50 X 40 X 70 X 170 X 90 X 70 X 90 X 120 X 110 X 120 X 110 X 100 X 100 X 120 X 350 X 360 X +USW00021504196603WSF1 67 X 63 X 103 X 72 X 89 X 98 X 63 X 58 X 58 X 72 X 94 X 80 X 98 X 76 X 72 X 54 X 63 X 45 X 80 X 94 X 67 X 116 X 76 X 94 X 76 X 72 X 80 X 72 X 80 X 143 X 134 X +USW00021504196603WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196603WT16 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00021504196604TMAX 244 0 239 0 250 0 244 0 256 0 250 0 256 0 267 0 250 0 261 0 289 0 294 0 289 0 244 0 256 0 267 0 261 0 267 0 256 0 239 0 250 0 261 0 261 0 261 0 267 0 272 0 278 0 267 0 283 0 283 0-9999 +USW00021504196604TMIN 183 0 172 0 167 0 183 0 150 0 178 0 178 0 189 0 183 0 189 0 172 0 189 0 194 0 189 0 194 0 167 0 183 0 167 0 183 0 178 0 150 0 156 0 167 0 183 0 183 0 194 0 194 0 200 0 194 0 178 0-9999 +USW00021504196604PRCP 0 0 5 0 5 0 0T 0 122 0 86 0 64 0 13 0 396 0 259 0 0T 0 0 0 0T 0 74 0 15 0 74 0 33 0 89 0 3 0 0 0 0 0 0T 0 0 0 8 0 0T 0 0T 0 0T 0 41 0 10 0 36 0-9999 +USW00021504196604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196604ACMH 100 X 100 X 90 X 80 X 60 X 100 X 90 X 90 X 90 X 100 X 90 X 100 X 80 X 100 X 100 X 70 X 90 X 80 X 80 X 100 X 50 X 50 X 50 X 90 X 80 X 80 X 60 X 100 X 80 X 100 X-9999 +USW00021504196604ACSH 100 X 100 X 80 X 60 X 50 X 100 X 90 X 70 X 90 X 90 X 90 X 100 X 70 X 100 X 100 X 60 X 90 X 70 X 70 X 100 X 50 X 40 X 40 X 100 X 70 X 80 X 40 X 100 X 60 X 100 X-9999 +USW00021504196604PSUN 1 X 0 X 17 X 50 X 55 X 5 X 10 X 27 X 11 X 4 X 56 X 5 X 54 X 0 X 8 X 41 X 5 X 34 X 40 X 3 X 46 X 56 X 72 X 23 X 7 X 27 X 68 X 2 X 49 X 2 X-9999 +USW00021504196604TSUN 12 X 0 X 126 X 372 X 408 X 42 X 78 X 204 X 84 X 30 X 420 X 36 X 408 X 0 X 60 X 312 X 42 X 258 X 306 X 24 X 354 X 432 X 546 X 180 X 54 X 204 X 522 X 18 X 378 X 18 X-9999 +USW00021504196604WDF1 360 X 360 X 30 X 20 X 40 X 60 X 70 X 40 X 120 X 120 X 90 X 100 X 320 X 350 X 40 X 360 X 360 X 30 X 10 X 360 X 20 X 350 X 30 X 340 X 40 X 20 X 20 X 120 X 110 X 100 X-9999 +USW00021504196604WSF1 72 X 80 X 76 X 94 X 89 X 76 X 76 X 67 X 76 X 89 X 76 X 63 X 76 X 80 X 72 X 67 X 63 X 67 X 116 X 80 X 76 X 67 X 76 X 72 X 72 X 76 X 67 X 80 X 63 X 67 X-9999 +USW00021504196604WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196605TMAX 267 0 267 0 278 0 272 0 272 0 272 0 283 0 306 0 317 0 283 0 244 0 278 0 272 0 294 0 283 0 300 0 289 0 278 0 283 0 344 0 311 0 300 0 311 0 300 0 283 0 261 0 283 0 289 0 289 0 283 0 278 0 +USW00021504196605TMIN 189 0 189 0 183 0 178 0 178 0 161 0 172 0 167 0 183 0 183 0 206 0 200 0 194 0 183 0 200 0 206 0 189 0 194 0 183 0 217 0 228 0 194 0 194 0 200 0 194 0 189 0 194 0 178 0 200 0 200 0 200 0 +USW00021504196605PRCP 160 0 107 0 76 0 0T 0 5 0 5 0 0T 0 0T 0 0 0 38 0 333 0 23 0 43 0 3 0 13 0 175 0 38 0 38 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 5 0 13 0 10 0 23 0 66 0 53 0 53 0 +USW00021504196605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196605ACMH 70 X 90 X 90 X 60 X 70 X 60 X 90 X 70 X 50 X 90 X 100 X 80 X 100 X 80 X 100 X 90 X 70 X 70 X 40 X 60 X 100 X 90 X 70 X 80 X 90 X 90 X 60 X 80 X 80 X 80 X 90 X +USW00021504196605ACSH 60 X 90 X 80 X 60 X 80 X 50 X 90 X 70 X 40 X 100 X 100 X 80 X 90 X 80 X 100 X 90 X 50 X 60 X 30 X 50 X 100 X 100 X 50 X 80 X 90 X 90 X 60 X 80 X 70 X 80 X 80 X +USW00021504196605PSUN 53 X 16 X 18 X 56 X 70 X 87 X 28 X 59 X 77 X 10 X 0 X 26 X 9 X 20 X 2 X 21 X 55 X 34 X 79 X 75 X 21 X 21 X 58 X 18 X 24 X 1 X 57 X 38 X 30 X 1 X 15 X +USW00021504196605TSUN 408 X 126 X 144 X 432 X 546 X 672 X 222 X 462 X 600 X 78 X 0 X 204 X 66 X 162 X 18 X 162 X 438 X 270 X 618 X 588 X 168 X 162 X 456 X 144 X 186 X 6 X 450 X 300 X 240 X 12 X 120 X +USW00021504196605WDF1 50 X 80 X 80 X 70 X 20 X 10 X 40 X 90 X 110 X 120 X 190 X 70 X 80 X 110 X 120 X 10 X 70 X 150 X 360 X 140 X 140 X 100 X 90 X 100 X 50 X 110 X 20 X 110 X 60 X 80 X 90 X +USW00021504196605WSF1 63 X 80 X 72 X 76 X 63 X 72 X 67 X 89 X 94 X 94 X 67 X 58 X 72 X 89 X 94 X 89 X 63 X 72 X 67 X 130 X 76 X 80 X 94 X 89 X 72 X 63 X 67 X 76 X 80 X 72 X 89 X +USW00021504196605WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196605WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196606TMAX 272 0 289 0 278 0 283 0 283 0 283 0 294 0 294 0 278 0 300 0 294 0 306 0 289 0 278 0 289 0 289 0 289 0 289 0 283 0 289 0 278 0 267 0 272 0 272 0 278 0 278 0 278 0 283 0 250 0 261 0-9999 +USW00021504196606TMIN 200 0 189 0 189 0 183 0 178 0 178 0 178 0 200 0 189 0 200 0 200 0 194 0 200 0 211 0 206 0 206 0 211 0 206 0 200 0 206 0 200 0 200 0 183 0 194 0 206 0 200 0 200 0 200 0 194 0 189 0-9999 +USW00021504196606PRCP 89 0 71 0 61 0 10 0 0 0 0 0 0 0 13 0 61 0 41 0 0T 0 15 0 8 0 48 0 0 0 0T 0 0T 0 28 0 91 0 20 0 89 0 56 0 13 0 147 0 69 0 361 0 130 0 81 0 107 0 295 0-9999 +USW00021504196606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196606ACMH 90 X 80 X 90 X 50 X 40 X 60 X 60 X 70 X 90 X 90 X 80 X 70 X 70 X 90 X 80 X 90 X 80 X 100 X 80 X 80 X 100 X 90 X 70 X 90 X 80 X 100 X 90 X 70 X 100 X 100 X-9999 +USW00021504196606ACSH 80 X 80 X 100 X 50 X 30 X 60 X 70 X 70 X 90 X 90 X 80 X 50 X 60 X 80 X 80 X 90 X 80 X 90 X 80 X 80 X 100 X 90 X 80 X 90 X 60 X 100 X 90 X 60 X 100 X 100 X-9999 +USW00021504196606EVAP 36 0 36 0 36 0 66 0 71 0 69 0 71 0 61 0 46 0 76 0 53 0 79 0 76 0 43 0 71 0 81 0 76 0 38 0 43 0 191 0 20 0 33 0 58 0 41 0 51 0 23 0 56 0 43 0 41 0 10 0-9999 +USW00021504196606MNPN 189 0 189 0 194 0 189 0 183 0 183 0 189 0 206 0 206 0 200 0 211 0 194 0 211 0 206 0 206 0 206 0 206 0 211 0 200 0 211 0 200 0 206 0 183 0 200 0 206 0 211 0 206 0 200 0 194 0 167 0-9999 +USW00021504196606MXPN 300 0 300 0 283 0 311 0 317 0 322 0 333 0 317 0 294 0 328 0 322 0 339 0 339 0 294 0 311 0 306 0 322 0 294 0 306 0 317 0 294 0 294 0 294 0 283 0 300 0 278 0 322 0 328 0 278 0 272 0-9999 +USW00021504196606PSUN 10 X 17 X 5 X 38 X 74 X 78 X 73 X 34 X 2 X 23 X 15 X 76 X 67 X 4 X 24 X 22 X 32 X 9 X 18 X 26 X 2 X 9 X 27 X 9 X 50 X 3 X 21 X 68 X 3 X 1 X-9999 +USW00021504196606TSUN 84 X 138 X 42 X 306 X 594 X 618 X 582 X 270 X 12 X 180 X 114 X 606 X 534 X 36 X 192 X 174 X 258 X 72 X 138 X 210 X 12 X 72 X 216 X 66 X 396 X 24 X 168 X 546 X 24 X 12 X-9999 +USW00021504196606WDF1 100 X 50 X 110 X 60 X 50 X 40 X 110 X 90 X 90 X 100 X 90 X 50 X 70 X 90 X 30 X 70 X 60 X 50 X 180 X 100 X 80 X 110 X 120 X 70 X 90 X 100 X 60 X 70 X 70 X 100 X-9999 +USW00021504196606WDMV 121 0 121 0 89 0 122 0 121 0 106 0 132 0 138 0 117 0 143 0 108 0 119 0 121 0 129 0 114 0 140 0 121 0 108 0 126 0 129 0 113 0 122 0 113 0 105 0 121 0 142 0 126 0 129 0 92 0 101 0-9999 +USW00021504196606WSF1 103 X 94 X 63 X 72 X 72 X 63 X 72 X 89 X 76 X 63 X 63 X 54 X 54 X 58 X 54 X 54 X 58 X 67 X 58 X 72 X 58 X 89 X 54 X 54 X 67 X 76 X 72 X 63 X 72 X 58 X-9999 +USW00021504196606WT16 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196607TMAX 289 X 283 X 289 X 261 X 283 X 294 X 283 X 294 X 289 X 294 X 289 X 283 X 294 X 278 X 289 X 289 X 278 X 283 X 294 X 294 X 278 X 289 X 289 X 294 X 289 X 283 X 294 X 294 X 300 X 267 X 272 X +USW00021504196607TMIN 200 X 200 X 211 X 200 X 200 X 206 X 217 X 206 X 200 X 206 X 206 X 206 X 206 X 211 X 211 X 211 X 211 X 211 X 211 X 211 X 217 X 211 X 200 X 211 X 206 X 211 X 217 X 206 X 206 X 217 X 211 X +USW00021504196607PRCP 140 X 10 X 53 X 104 X 43 X 33 X 3 X 8 X 5 X 0T X 0T X 20 X 142 X 117 X 51 X 122 X 262 X 117 X 183 X 61 X 117 X 41 X 150 X 279 X 1013 X 157 X 0T X 0T X 0T X 89 X 48 X +USW00021504196607SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00021504196607SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00021504196607ACMH 100 X 80 X 70 X 100 X 70 X 80 X 80 X 70 X 80 X 70 X 70 X 80 X 90 X 100 X 90 X 80 X 90 X 90 X 90 X 80 X 100 X 80 X 70 X 80 X 90 X 100 X 80 X 90 X 90 X 100 X 100 X +USW00021504196607ACSH 100 X 90 X 60 X 100 X 60 X 80 X 70 X 60 X 80 X 80 X 70 X 80 X 80 X 100 X 90 X 70 X 90 X 90 X 90 X 70 X 100 X 70 X 50 X 90 X 100 X 100 X 80 X 90 X 100 X 100 X 100 X +USW00021504196607PSUN 3 X 25 X 76 X 12 X 53 X 43 X 19 X 52 X 22 X 33 X 35 X 36 X 28 X 0 X 46 X 42 X 11 X 19 X 38 X 69 X 11 X 54 X 80 X 27 X 1 X 15 X 25 X 6 X 10 X 3 X 1 X +USW00021504196607TSUN 24 X 204 X 606 X 96 X 420 X 342 X 150 X 414 X 174 X 264 X 276 X 282 X 228 X 0 X 366 X 336 X 84 X 150 X 300 X 540 X 90 X 426 X 636 X 210 X 6 X 114 X 198 X 48 X 78 X 24 X 12 X +USW00021504196607WDFM 45W X 90W X 45W X 45W X 225W X 90W X 45W X 45W X 270W X 45W X 45W X 45W X 90W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 45W X 45W X 360W X 90W X 90W X 90W X 90W X 45W X 90W X 270W X 315W X +USW00021504196607WSFM 67 X 58 X 36 X 54 X 40 X 63 X 49 X 40 X 45 X 58 X 54 X 45 X 72 X 49 X 45 X 49 X 49 X 58 X 63 X 54 X 67 X 40 X 36 X 67 X 67 X 58 X 45 X 40 X 54 X 40 X 40 X +USW00021504196607WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196607WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196608TMAX 289 0 294 0 289 0 289 0 289 0 300 0 294 0 294 0 300 0 289 0 294 0 294 0 289 0 289 0 294 0 272 0 278 0 289 0 294 0 278 0 289 0 283 0 294 0 294 0 289 0 283 0 300 0 306 0 283 0 289 0 300 0 +USW00021504196608TMIN 200 0 211 0 217 0 217 0 211 0 211 0 211 0 217 0 206 0 200 0 217 0 217 0 211 0 222 0 217 0 211 0 211 0 206 0 200 0 200 0 183 0 200 0 200 0 211 0 222 0 217 0 228 0 228 0 206 0 206 0 206 0 +USW00021504196608PRCP 38 0 43 0 28 0 5 0 36 0 41 0 43 0 25 0 0T 0 246 0 3 0 3 0 13 0 0T 0 8 0 229 0 236 0 25 0 114 0 69 0 43 0 122 0 18 0 61 0 142 0 193 0 18 0 0T 0 13 0 5 0 15 0 +USW00021504196608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196608ACMH 70 X 90 X 90 X 80 X 70 X 80 X 80 X 80 X 50 X 70 X 80 X 80 X 90 X 80 X 70 X 100 X 90 X 70 X 50 X 70 X 50 X 50 X 40 X 90 X 90 X 100 X 100 X 50 X 90 X 60 X 80 X +USW00021504196608ACSH 80 X 90 X 90 X 80 X 70 X 70 X 90 X 80 X 50 X 60 X 80 X 80 X 90 X 60 X 60 X 100 X 100 X 80 X 50 X 90 X 50 X 50 X 20 X 90 X 100 X 100 X 100 X 40 X 100 X 70 X 70 X +USW00021504196608EVAP 56 0 30 0 69 0 46 0 64 0 64 0 41 0 56 0 76 0 81 0 51 0 41 0 43 0 76 0 61 0 3 0 33 0 71 0 64 0 43 0 74 0 69 0 36 0 58 0 51 0 5 0 41 0 71 0 20 0 71 0 66 0 +USW00021504196608MNPN 189 0 206 0 217 0 211 0 206 0 211 0 211 0 217 0 211 0 183 0 228 0 228 0 211 0 222 0 211 0 222 0 222 0 206 0 211 0 200 0 183 0 194 0 189 0 211 0 217 0 211 0 228 0 222 0 206 0 200 0 194 0 +USW00021504196608MXPN 333 0 311 0 328 0 328 0 333 0 339 0 322 0 328 0 333 0 317 0 328 0 328 0 322 0 339 0 339 0 278 0 283 0 317 0 300 0 283 0 322 0 328 0 328 0 300 0 289 0 283 0 311 0 328 0 289 0 333 0 328 0 +USW00021504196608PSUN 41 X 18 X 27 X 14 X 46 X 16 X 9 X 28 X 59 X 33 X 12 X 14 X 9 X 40 X 52 X 0 X 0 X 31 X 26 X 7 X 47 X 53 X 82 X 0 X 1 X 0 X 0 X 43 X 0 X 28 X 16 X +USW00021504196608TSUN 324 X 144 X 210 X 108 X 354 X 126 X 72 X 216 X 456 X 258 X 90 X 114 X 72 X 312 X 396 X 0 X 0 X 240 X 198 X 54 X 354 X 402 X 624 X 6 X 6 X 0 X 0 X 330 X 0 X 216 X 120 X +USW00021504196608WDFM 135W X 225W X 45W X 90W X 315W X 45W X 45W X 45W X 45W X 90W X 45W X 45W X 45W X 45W X 315W X 45W X 45W X 45W X 45W X 225W X 360W X 315W X 45W X 90W X 90W X 45W X 90W X 90W X 225W X 225W X 45W X +USW00021504196608WDMV 105 0 108 0 127 0 122 0 137 0 111 0 101 0 113 0 113 0 108 0 122 0 105 0 105 0 137 0 126 0 154 0 103 0 114 0 113 0 109 0 154 0 103 0 105 0 87 0 134 0 77 0 105 0 124 0 85 0 103 0 122 0 +USW00021504196608WSFM 36 X 45 X 45 X 76 X 40 X 36 X 40 X 49 X 40 X 45 X 40 X 40 X 40 X 54 X 36 X 58 X 45 X 45 X 45 X 54 X 40 X 45 X 36 X 40 X 54 X 36 X 49 X 63 X 31 X 49 X 49 X +USW00021504196608WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00021504196608WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196609TMAX 306 X 306 X 306 X 272 X 294 X 289 X 294 X 272 X 267 X 300 X 294 X 294 X 294 X 283 X 289 X 289 X 278 X 289 X 278 X 289 X 289 X 300 X 278 X 289 X 294 X 300 X 300 X 311 X 300 X 306 X-9999 +USW00021504196609TMIN 200 X 217 X 222 X 228 X 228 X 211 X 211 X 211 X 206 X 222 X 211 X 222 X 200 X 211 X 217 X 211 X 206 X 217 X 211 X 211 X 206 X 194 X 217 X 211 X 206 X 217 X 211 X 222 X 211 X 217 X-9999 +USW00021504196609PRCP 0 X 58 X 3 X 28 X 10 X 8 X 3 X 30 X 305 X 211 X 117 X 13 X 43 X 145 X 13 X 10 X 140 X 51 X 208 X 0T X 0 X 58 X 625 X 23 X 5 X 10 X 10 X 0T X 0 X 0 X-9999 +USW00021504196609SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00021504196609SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00021504196609ACMH 20 X 80 X 90 X 100 X 80 X 60 X 60 X 100 X 90 X 70 X 70 X 70 X 50 X 100 X 70 X 80 X 80 X 90 X 100 X 70 X 40 X 90 X 100 X 80 X 80 X 100 X 70 X 80 X 50 X 60 X-9999 +USW00021504196609ACSH 10 X 90 X 90 X 100 X 70 X 50 X 60 X 100 X 100 X 50 X 70 X 60 X 40 X 100 X 50 X 90 X 70 X 90 X 90 X 70 X 30 X 90 X 100 X 70 X 90 X 90 X 80 X 80 X 50 X 40 X-9999 +USW00021504196609PSUN 66 X 8 X 1 X 1 X 11 X 67 X 83 X 3 X 2 X 41 X 33 X 16 X 69 X 8 X 34 X 34 X 28 X 32 X 1 X 37 X 73 X 17 X 0 X 22 X 23 X 4 X 24 X 14 X 52 X 36 X-9999 +USW00021504196609TSUN 498 X 60 X 6 X 6 X 84 X 504 X 618 X 24 X 18 X 300 X 246 X 120 X 510 X 60 X 252 X 246 X 204 X 234 X 12 X 270 X 534 X 120 X 0 X 156 X 162 X 30 X 174 X 96 X 378 X 258 X-9999 +USW00021504196609WDFM 90W X 90W X 90W X 90W X 315W X 270W X 360W X 360W X 360W X 90W X 45W X 45W X 360W X 45W X 225W X 45W X 45W X 45W X 45W X 45W X 360W X 90W X 270W X 45W X 90W X 90W X 90W X 135W X 315W X 315W X-9999 +USW00021504196609WSFM 63 X 58 X 40 X 31 X 40 X 31 X 40 X 45 X 36 X 63 X 36 X 36 X 36 X 40 X 40 X 76 X 58 X 58 X 45 X 36 X 31 X 49 X 49 X 31 X 36 X 54 X 67 X 85 X 36 X 49 X-9999 +USW00021504196609WT01-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196609WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504196610TMAX 306 0 306 0 311 0 311 0 294 0 283 0 278 0 289 0 306 0 300 0 300 0 294 0 289 0 294 0 300 0 294 0 289 0 267 0 267 0 278 0 250 0 294 0 294 0 289 0 272 0 278 0 267 0 300 0 300 0 289 0 289 0 +USW00021504196610TMIN 217 0 211 0 217 0 217 0 211 0 217 0 200 0 194 0 200 0 211 0 217 0 200 0 200 0 211 0 217 0 222 0 222 0 211 0 217 0 217 0 211 0 222 0 217 0 211 0 206 0 206 0 211 0 200 0 200 0 200 0 200 0 +USW00021504196610PRCP 0 0 0 0 0 0 56 0 74 0 406 0 41 0 53 0 23 0 15 0 0 0 10 0 142 0 239 0 1295 0 343 0 97 0 264 0 269 0 208 0 33 0 0 0 132 0 56 0 102 0 43 0 76 0 0T 0 0 0 0 0 8 0 +USW00021504196610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196610ACMH 30 X 30 X 60 X 30 X 80 X 90 X 90 X 60 X 70 X 70 X 80 X 80 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 90 X 80 X 80 X 90 X 90 X 50 X 80 X 60 X 60 X +USW00021504196610ACSH 30 X 30 X 40 X 10 X 70 X 100 X 90 X 70 X 90 X 60 X 90 X 90 X 100 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 80 X 70 X 80 X 100 X 90 X 50 X 80 X 70 X 70 X +USW00021504196610EVAP 71 0 51 0 79 0 81 0 56 0 5 0 20 0 28 0 43 0 38 0 58 0 30 0 20 0 51 0-9999 0 0 30 0 25 0 8 0 33 0 10 0 66 0 25 0 56 0 20 0 13 0 15 0 74 0 53 0 71 0 25 0 +USW00021504196610MNPN 217 0 200 0 211 0 211 0 217 0 211 0 194 0 189 0 189 0 211 0 211 0 194 0 189 0 200 0 206 0 211 0 206 0 200 0 200 0 206 0 194 0 200 0 206 0 194 0 200 0 194 0 211 0 183 0 178 0 189 0 183 0 +USW00021504196610MXPN 350 0 344 0 339 0 344 0 339 0 261 0 289 0 283 0 317 0 344 0 317 0 294 0 294 0 317 0 300 0 294 0 283 0 278 0 256 0 283 0 261 0 317 0 317 0 317 0 272 0 267 0 250 0 300 0 311 0 317 0 311 0 +USW00021504196610PSUN 64 X 55 X 62 X 88 X 28 X 1 X 1 X 19 X 8 X 58 X 7 X 10 X 2 X 34 X 3 X 3 X 0 X 0 X 1 X 7 X 0 X 50 X 32 X 39 X 3 X 2 X 1 X 54 X 39 X 43 X 17 X +USW00021504196610TSUN 462 X 396 X 450 X 630 X 204 X 6 X 6 X 132 X 60 X 408 X 48 X 72 X 12 X 240 X 24 X 24 X 0 X 0 X 6 X 48 X 0 X 348 X 222 X 270 X 18 X 12 X 12 X 372 X 264 X 294 X 120 X +USW00021504196610WDFM 90W X 45W X 360W X 225W X 225W X 45W X 315W X 90W X 90W X 45W X 45W X 225W X 225W X 90W X 225W X 90W X 180W X 225W X 225W X 180W X 270W X 90W X 90W X 90W X 225W X 270W X 90W X 90W X 90W X 360W X 45W X +USW00021504196610WDMV 103 0 85 0 92 0 92 0 119 0 132 0 127 0 100 0 113 0 76 0 87 0 87 0 93 0 116 0 106 0 84 0 108 0 100 0 100 0 93 0 87 0 92 0 93 0 103 0 68 0 60 0 71 0 113 0 111 0 97 0 84 0 +USW00021504196610WSFM 40 X 27 X 40 X 40 X 40 X 58 X 45 X 63 X 58 X 31 X 45 X 40 X 45 X 49 X 67 X 45 X 49 X 49 X 45 X 67 X 40 X 49 X 49 X 67 X 31 X 31 X 49 X 63 X 54 X 36 X 36 X +USW00021504196610WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196610WT16-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00021504196611TMAX 294 0 300 0 283 0 244 0 272 0 294 0 294 0 283 0 283 0 278 0 289 0 283 0 261 0 294 0 267 0 283 0 289 0 283 0 289 0 289 0 289 0 267 0 294 0 267 0 256 0 267 0 272 0 278 0 283 0 267 0-9999 +USW00021504196611TMIN 194 0 206 0 206 0 222 0 217 0 228 0 228 0 206 0 200 0 194 0 194 0 189 0 206 0 211 0 194 0 217 0 206 0 194 0 194 0 194 0 206 0 222 0 217 0 217 0 200 0 194 0 194 0 189 0 194 0 200 0-9999 +USW00021504196611PRCP 0 0 0T 0 0 0 1557 0 427 0 13 0 0T 0 140 0 18 0 51 0 81 0 15 0 15 0 25 0 244 0 724 0 18 0 10 0 0 0 99 0 102 0 945 0 69 0 152 0 61 0 112 0 140 0 3 0 5 0 267 0-9999 +USW00021504196611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196611ACMH 50 X 30 X 80 X 100 X 100 X 100 X 80 X 70 X 60 X 60 X 50 X 40 X 100 X 50 X 80 X 90 X 60 X 60 X 60 X 70 X 90 X 100 X 100 X 100 X 80 X 80 X 60 X 70 X 60 X 90 X-9999 +USW00021504196611ACSH 60 X 40 X 100 X 100 X 100 X 100 X 60 X 70 X 60 X 80 X 50 X 40 X 100 X 30 X 100 X 90 X 40 X 80 X 60 X 60 X 90 X 100 X 100 X 100 X 90 X 70 X 50 X 80 X 40 X 90 X-9999 +USW00021504196611EVAP 61 0 53 0 41 0-9999 13 0 38 0 43 0 20 0 23 0 23 0 48 0 38 0 13 0 41 0 5 0-9999 23 0 28 0 58 0 48 0 20 0-9999 23 0 41 0 20 0 33 0 41 0 25 0 61 0 0 0-9999 +USW00021504196611MNPN 189 0 189 0 183 0 200 0 200 0 211 0 217 0 200 0 200 0 172 0 183 0 178 0 194 0 200 0 189 0 206 0 194 0 183 0 183 0 183 0 200 0 211 0 206 0 206 0 189 0 178 0 178 0 178 0 178 0 183 0-9999 +USW00021504196611MXPN 289 0 306 0 283 0 222 0 239 0 289 0 306 0 278 0 278 0 283 0 300 0 289 0 244 0 311 0 272 0 294 0 289 0 278 0 300 0 294 0 289 0 239 0 278 0 256 0 256 0 272 0 283 0 261 0 283 0 256 0-9999 +USW00021504196611PSUN 22 X 25 X 0 X 0 X 0 X 0 X 20 X 7 X 12 X 4 X 75 X 57 X 0 X 74 X 0 X 20 X 56 X 10 X 54 X 43 X 22 X 0 X 19 X 0 X 9 X 26 X 44 X 15 X 55 X 0 X-9999 +USW00021504196611TSUN 150 X 174 X 0 X 0 X 0 X 0 X 138 X 48 X 84 X 24 X 450 X 384 X 0 X 498 X 0 X 138 X 378 X 66 X 360 X 288 X 150 X 0 X 132 X 0 X 60 X 174 X 294 X 102 X 366 X 0 X-9999 +USW00021504196611WDFM 90W X 90W X 135W X 90W X 90W X 90W X 45W X 45W X 90W X 225W X 90W X 90W X 90W X 45W X 225W X 90W X 90W X 90W X 90W X 90W X 180W X 135W X 135W X 45W X 45W X 45W X 225W X 90W X 90W X 90W X-9999 +USW00021504196611WDMV 140 0 127 0 106 0 204 0 84 0 122 0 77 0 93 0 77 0 87 0 114 0 93 0 68 0 63 0 55 0 100 0 80 0 72 0 111 0 126 0 79 0 84 0 98 0 153 0 93 0 95 0 111 0 100 0 127 0 63 0-9999 +USW00021504196611WSFM 85 X 76 X 54 X 112 X 63 X 76 X 40 X 58 X 49 X 54 X 67 X 58 X 40 X 36 X 36 X 67 X 40 X 45 X 63 X 63 X 58 X 103 X 58 X 72 X 67 X 49 X 67 X 58 X 72 X 49 X-9999 +USW00021504196611WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196611WT16-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196612TMAX 289 0 294 0 306 0 311 0 289 0 311 0 294 0 267 0 272 0 272 0 278 0 272 0 278 0 272 0 267 0 267 0 272 0 256 0 244 0 261 0 267 0 261 0 278 0 278 0 272 0 267 0 250 0 267 0 222 0 233 0 256 0 +USW00021504196612TMIN 211 0 200 0 211 0 183 0 178 0 200 0 211 0 222 0 211 0 228 0 194 0 194 0 194 0 206 0 200 0 194 0 194 0 206 0 211 0 211 0 206 0 178 0 183 0 194 0 178 0 189 0 189 0 172 0 194 0 200 0 200 0 +USW00021504196612PRCP 114 0 0T 0 0 0 0 0 0 0 0 0 0T 0 13 0 43 0 51 0 3 0 48 0 33 0 41 0 20 0 25 0 5 0 193 0 102 0 18 0 64 0 20 0 8 0 0T 0 140 0 861 0 201 0 409 0 813 0 455 0 155 0 +USW00021504196612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196612ACMH 50 X 20 X 0 X 10 X 30 X 60 X 90 X 100 X 70 X 90 X 70 X 70 X 50 X 50 X 70 X 50 X 60 X 80 X 100 X 80 X 80 X 60 X 80 X 70 X 50 X 70 X 90 X 80 X 100 X 100 X 100 X +USW00021504196612ACSH 60 X 40 X 10 X 10 X 30 X 70 X 100 X 100 X 60 X 90 X 70 X 70 X 30 X 40 X 70 X 50 X 50 X 80 X 100 X 90 X 80 X 50 X 80 X 70 X 50 X 60 X 80 X 80 X 100 X 100 X 90 X +USW00021504196612EVAP 33 0 48 0 84 0 66 0 53 0 66 0 36 0 38 0 23 0 23 0 28 0 10 0 38 0 43 0 36 0 38 0 46 0 25 0 38 0 28 0 36 0 43 0 23 0 46 0 46 0-9999 41 0 28 0-9999 43 0 8 0 +USW00021504196612MNPN 206 0 189 0 189 0 178 0 167 0 183 0 200 0 206 0 150 0 211 0 194 0 183 0 194 0 194 0 183 0 183 0 172 0 194 0 194 0 189 0 189 0 167 0 172 0 189 0 156 0 183 0 172 0 156 0 172 0 200 0 189 0 +USW00021504196612MXPN 289 0 289 0 322 0 306 0 317 0 278 0 289 0 278 0 300 0 278 0 272 0 278 0 300 0 300 0 278 0 289 0 294 0 272 0 228 0 250 0 261 0 278 0 256 0 272 0 283 0 261 0 239 0 239 0 222 0 217 0 233 0 +USW00021504196612PSUN 50 X 54 X 88 X 78 X 64 X 36 X 7 X 8 X 40 X 16 X 31 X 12 X 84 X 67 X 54 X 60 X 63 X 41 X 2 X 6 X 27 X 51 X 34 X 31 X 56 X 30 X 21 X 26 X 0 X 0 X 1 X +USW00021504196612TSUN 330 X 354 X 582 X 516 X 420 X 240 X 48 X 54 X 264 X 108 X 204 X 78 X 558 X 444 X 354 X 390 X 414 X 270 X 18 X 42 X 174 X 336 X 222 X 204 X 366 X 198 X 138 X 174 X 0 X 0 X 6 X +USW00021504196612WDFM 135W X 135W X 135W X 135W X 225W X 135W X 315W X 315W X 315W X 360W X 90W X 270W X 225W X 45W X 45W X 270W X 225W X 45W X 315W X 45W X 45W X 90W X 135W X 90W X 90W X 360W X 360W X 225W X 225W X 90W X 225W X +USW00021504196612WDMV 76 0 134 0 270 0 185 0 68 0 158 0 151 0 166 0 117 0 127 0 89 0 77 0 77 0 93 0 103 0 87 0 95 0 151 0 238 0 145 0 137 0 106 0 114 0 101 0 93 0 122 0 122 0 80 0 103 0 140 0 71 0 +USW00021504196612WSFM 72 X 80 X 98 X 89 X 40 X 76 X 72 X 49 X 49 X 40 X 45 X 45 X 31 X 36 X 45 X 36 X 27 X 58 X 58 X 49 X 45 X 49 X 67 X 72 X 45 X 72 X 67 X 67 X 67 X 107 X 54 X +USW00021504196612WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504196612WT16 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196701TMAX 261 0 267 0 261 0 244 0 211 0 244 0 256 0 256 0 244 0 239 0 228 0 289 0 261 0 272 0 267 0 267 0 256 0 267 0 267 0 278 0 278 0 261 0 278 0 317 0 267 0 283 0 294 0 283 0 278 0 294 0 278 0 +USW00021504196701TMIN 194 0 189 0 194 0 194 0 178 0 156 0 150 0 156 0 211 0 200 0 172 0 150 0 144 0 161 0 178 0 167 0 183 0 194 0 183 0 178 0 172 0 172 0 172 0 178 0 161 0 183 0 178 0 178 0 200 0 167 0 194 0 +USW00021504196701PRCP 104 0 157 0 91 0 351 0 137 0 0 0 0T 0 33 0 5 0 10 0 521 0 84 0 0 0 30 0 0 0 135 0 91 0 36 0 41 0 3 0 0T 0 15 0 0 0 0 0 0 0 0 0 198 0 0 0 0 0 0 0 0T 0 +USW00021504196701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196701ACMH 70 X 70 X 80 X 100 X 100 X 40 X 30 X 50 X 60 X 70 X 90 X 30 X 20 X 70 X 100 X 80 X 90 X 80 X 80 X 60 X 60 X 80 X 50 X 30 X 30 X 30 X 40 X 40 X 60 X 50 X 100 X +USW00021504196701ACSH 80 X 50 X 80 X 100 X 100 X 20 X 20 X 60 X 40 X 80 X 90 X 20 X 30 X 80 X 100 X 80 X 100 X 70 X 80 X 60 X 40 X 80 X 70 X 30 X 20 X 30 X 40 X 40 X 40 X 50 X 100 X +USW00021504196701EVAP 33 0 33 0 30 0-9999 28 0 51 0 56 0 30 0 79 0 81 0 66 0 99 0 48 0 8 0 28 0 25 0 3 0 13 0 23 0 51 0 43 0 0 0 53 0 48 0 51 0 46 0 33 0 41 0 53 0 46 0 36 0 +USW00021504196701MNPN 194 0 178 0 183 0 183 0 167 0 150 0 133 0 150 0 167 0 156 0 150 0 133 0 133 0 144 0 167 0 161 0 178 0 189 0 178 0 167 0 167 0 167 0 161 0 172 0 150 0 167 0 167 0 178 0 183 0 161 0 183 0 +USW00021504196701MXPN 267 0 278 0 256 0 233 0 228 0 267 0 272 0 261 0 244 0 222 0 161 I0 272 0 272 0 222 0 250 0 267 0 250 0 261 0 256 0 261 0 272 0 239 0 278 0 289 0 283 0 300 0 300 0 294 0 283 0 289 0 261 0 +USW00021504196701PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1536 X 1330 X 1424 X 1606 X 1312 X 1218 X 1612 X 1430 X 1318 X +USW00021504196701PSUN 33 X 61 X 34 X 10 X 15 X 67 X 81 X 46 X 70 X 22 X 8 X 88 X 81 X 16 X 16 X 65 X 22 X 32 X 24 X 33 X 44 X 13 X 49 X 69 X 87 X 78 X 62 X 74 X 63 X 56 X 23 X +USW00021504196701TSUN 216 X 402 X 222 X 66 X 102 X 444 X 534 X 306 X 462 X 144 X 54 X 582 X 540 X 102 X 102 X 432 X 144 X 210 X 162 X 222 X 294 X 90 X 330 X 468 X 582 X 528 X 420 X 498 X 426 X 378 X 156 X +USW00021504196701WDFG-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 135W X 315W X 315W X 360W X 90W X 90W X 90W X 90W X 90W X +USW00021504196701WDFM 90W X 360W X 315W X 315W X 315W X 360W X 225W X 360W X 315W X 315W X 315W X 90W X 360W X 135W X 90W X 90W X 225W X 360W X 45W X 90W X 45W X 225W X 135W X 90W X 315W X 360W X 90W X 90W X 90W X 90W X 90W X +USW00021504196701WDMV 127 0 98 0 150 0 183 0 134 0 124 0 142 0 180 0 341 0 357 0 272 0 159 0 105 0 82 0 97 0 101 0 66 0 68 0 74 0 90 0 98 0 72 0 103 0 135 0 126 0 98 0 105 0 103 0 122 0 113 0 90 0 +USW00021504196701WSFG-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 93 X 129 X 108 X 72 X 82 X 87 X 98 X 93 X 82 X +USW00021504196701WSFM 54 X 45 X 58 X 54 X 54 X 49 X 54 X 67 X 72 X 76 X 85 X 103 X 36 X 80 X 45 X 58 X 31 X 40 X 45 X 58 X 45 X 45 X 67 X 85 X 58 X 40 X 63 X 63 X 76 X 72 X 63 X +USW00021504196701WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196701WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196701WT16 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X +USW00021504196702TMAX 278 0 278 0 283 0 294 0 294 0 294 0 289 0 289 0 278 0 283 0 261 0 278 0 278 0 250 0 267 0 283 0 283 0 272 0 267 0 256 0 244 0 267 0 272 0 289 0 289 0 278 0 272 0 244 0-9999 -9999 -9999 +USW00021504196702TMIN 194 0 194 0 189 0 189 0 183 0 194 0 189 0 178 0 211 0 206 0 206 0 211 0 200 0 194 0 194 0 189 0 167 0 189 0 189 0 211 0 128 0 178 0 194 0 172 0 194 0 189 0 172 0 206 0-9999 -9999 -9999 +USW00021504196702PRCP 28 0 38 0 0 0 0T 0 0T 0 0 0 0T 0 13 0 257 0 20 0 881 0 216 0 102 0 196 0 277 0 0T 0 86 0 107 0 41 0 13 0 0 0 30 0 48 0 5 0 0T 0 0T 0 226 0 46 0-9999 -9999 -9999 +USW00021504196702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504196702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504196702ACMH 90 X 70 X 50 X 40 X 60 X 40 X 40 X 40 X 90 X 70 X 100 X 90 X 100 X 90 X 100 X 100 X 50 X 50 X 90 X 60 X 20 X 50 X 70 X 50 X 50 X 80 X 80 X 100 X-9999 -9999 -9999 +USW00021504196702ACSH 90 X 70 X 70 X 60 X 80 X 30 X 60 X 30 X 90 X 50 X 100 X 90 X 100 X 100 X 100 X 100 X 20 X 20 X 90 X 50 X 20 X 50 X 70 X 30 X 30 X 90 X 80 X 100 X-9999 -9999 -9999 +USW00021504196702EVAP 30 0 36 0 46 0 48 0 46 0 66 0 48 0 38 0 18 0 58 0-9999 36 0 20 0 15 0 18 0 48 0 61 0 56 0 41 0 53 0 84 0 46 0 46 0 64 0 74 0 23 0 38 0 25 0-9999 -9999 -9999 +USW00021504196702MNPN 200 0 183 0 172 0 161 0 167 0 178 0 178 0 167 0 200 0 189 0 194 0 194 0 189 0 178 0 183 0 189 0 150 0 178 0 167 0 178 0 139 0 156 0 178 0 161 0 178 0 178 0 167 0 189 0-9999 -9999 -9999 +USW00021504196702MXPN 267 0 272 0 278 0 283 0 294 0 289 0 278 0 261 0 294 0 278 0 244 0 256 0 272 0 228 0 250 0 283 0 289 0 306 0 283 0 278 0 261 0 294 0 294 0 283 0 294 0 256 0 294 0 222 0-9999 -9999 -9999 +USW00021504196702PGTM 1500 X 1248 X 1418 X 1224 X 1200 X 1336 X 1248 X 1200 X 1248 X 1448 X 0348 X 1130 X 1412 X 1900 X 1236 X 1430 X 1354 X 1412 X 1430 X 1142 X 1406 X 0218 X 1400 X 1342 X 1400 X 1000 X 2230 X 0212 X-9999 -9999 -9999 +USW00021504196702PSUN 25 X 40 X 44 X 50 X 62 X 86 X 27 X 70 X 25 X 70 X 9 X 17 X 37 X 3 X 21 X 42 X 89 X 78 X 52 X 62 X 86 X 69 X 57 X 64 X 75 X 10 X 59 X 0 X-9999 -9999 -9999 +USW00021504196702TSUN 174 X 270 X 300 X 336 X 426 X 582 X 180 X 480 X 174 X 480 X 66 X 114 X 252 X 24 X 144 X 288 X 618 X 546 X 360 X 432 X 594 X 480 X 396 X 444 X 528 X 66 X 414 X 0 X-9999 -9999 -9999 +USW00021504196702WDFG 90W X 90W X 90W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 180W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 45W X 315W X 360W X 315W X 45W X 90W X 90W X 180W X 360W X 360W X-9999 -9999 -9999 +USW00021504196702WDFM 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 180W X 90W X 90W X 90W X 90W X 90W X 90W X 225W X 225W X 315W X 360W X 315W X 45W X 90W X 90W X 135W X 360W X 45W X-9999 -9999 -9999 +USW00021504196702WDMV 98 0 114 0 117 0 98 0 105 0 150 0 116 0 117 0 111 0 143 0 61 0 150 0 121 0 92 0 113 0 82 0 132 0 106 0 117 0 198 0 257 0 153 0 121 0 138 0 124 0 79 0 167 0 150 0-9999 -9999 -9999 +USW00021504196702WSFG 93 X 82 X 108 X 82 X 93 X 108 X 98 X 82 X 123 X 108 X 93 X 108 X 98 X 93 X 118 X 98 X 98 X 72 X 87 X 103 X 123 X 87 X 87 X 103 X 103 X 72 X 98 X 87 X-9999 -9999 -9999 +USW00021504196702WSFM 58 X 58 X 76 X 54 X 63 X 76 X 67 X 45 X 76 X 85 X 63 X 76 X 72 X 54 X 89 X 63 X 76 X 49 X 54 X 63 X 67 X 54 X 67 X 76 X 76 X 40 X 54 X 54 X-9999 -9999 -9999 +USW00021504196702WT16 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504196703TMAX 239 0 250 0 272 0 256 0 261 0 261 0 289 0 294 0 283 0 228 0 294 0 300 0 283 0 244 0 261 0 272 0 311 0 278 0 278 0 289 0 250 0 250 0 283 0 272 0 267 0 272 0 233 0 272 0 289 0 278 0 278 0 +USW00021504196703TMIN 194 0 194 0 178 0 200 0 200 0 194 0 167 0 178 0 183 0 200 0 194 0 189 0 189 0 211 0 194 0 194 0 194 0 206 0 194 0 200 0 206 0 200 0 189 0 211 0 211 0 217 0 206 0 206 0 206 0 194 0 200 0 +USW00021504196703PRCP 122 0 61 0 46 0 107 0 10 0 3 0 0 0 0 0 33 0 665 0 23 0 3 0 36 0 10 0 33 0 8 0 13 0 0 0 0T 0 8 0 168 0 48 0 8 0 33 0 23 0 86 0 201 0 15 0 15 0 279 0 348 0 +USW00021504196703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196703ACMH 100 X 90 X 80 X 90 X 100 X 90 X 20 X 30 X 80 X 100 X 70 X 50 X 60 X 100 X 90 X 90 X 80 X 80 X 70 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 100 X +USW00021504196703ACSH 100 X 100 X 70 X 90 X 100 X 100 X 10 X 40 X 100 X 100 X 70 X 50 X 40 X 100 X 90 X 90 X 80 X 70 X 60 X 100 X 100 X 100 X 80 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 100 X +USW00021504196703EVAP 28 0 13 0 36 0 28 0 25 0 38 0 81 0 71 0 23 0 10 0 48 0 71 0 53 0 36 0 30 0 28 0-9999 53 0 51 0 48 0 3 0 25 0 41 0 25 0 41 0 15 0 3 0 30 0 53 0 33 0 23 0 +USW00021504196703MNPN 172 0 178 0 167 0 183 0 183 0 183 0 156 0 167 0 172 0 183 0 183 0 167 0 189 0 194 0 183 0 183 0 211 0 194 0 178 0 189 0 194 0 183 0 183 0 189 0 194 0 206 0 200 0 189 0 189 0 183 0 194 0 +USW00021504196703MXPN 250 0 256 0 283 0 272 0 256 0 250 0 289 0 294 0 289 0 222 0 289 0 300 0 322 0 256 0 289 0 278 0 283 0 322 0 322 0 283 0 239 0 244 0 289 0 272 0 289 0 278 0 239 0 272 0 289 0 283 0 289 0 +USW00021504196703PGTM 0018 X 0400 X 1342 X 1206 X 1536 X 1100 X 1206 X 1330 X 1330 X 0730 X 1336 X 1330 X 1254 X 1042 X 1230 X 1100 X 1036 X 1454 X 1224 X 1530 X 1336 X 1530 X 1354 X 0212 X 1354 X 1312 X 0342 X 1406 X 1500 X 1348 X 2306 X +USW00021504196703PSUN 18 X 26 X 53 X 52 X 25 X 34 X 90 X 83 X 60 X 1 X 42 X 74 X 63 X 8 X 26 X 22 X 40 X 63 X 58 X 17 X 1 X 2 X 42 X 22 X 4 X 3 X 0 X 20 X 40 X 31 X 27 X +USW00021504196703TSUN 126 X 186 X 378 X 366 X 180 X 246 X 642 X 594 X 426 X 6 X 306 X 534 X 450 X 60 X 186 X 156 X 288 X 456 X 420 X 126 X 6 X 18 X 312 X 162 X 30 X 24 X 0 X 144 X 294 X 234 X 198 X +USW00021504196703WDFG 45W X 270W X 45W X 360W X 90W X 135W X 135W X 90W X 90W X 225W X 90W X 90W X 360W X 315W X 360W X 90W X 135W X 360W X 45W X 90W X 360W X 90W X 315W X 135W X 360W X 45W X 90W X 90W X 90W X 45W X 90W X +USW00021504196703WDFM 270W X 270W X 90W X 45W X 90W X 135W X 90W X 90W X 90W X 225W X 90W X 90W X 360W X 315W X 225W X 90W X 135W X 360W X 360W X 90W X 360W X 90W X 315W X 135W X 360W X 45W X 45W X 90W X 90W X 45W X 225W X +USW00021504196703WDMV 113 0 85 0 93 0 103 0 101 0 113 0 153 0 130 0 127 0 63 0 146 0 200 0 100 0 198 0 89 0 93 0 154 0 80 0 101 0 116 0 92 0 113 0 95 0 135 0 92 0 108 0 82 0 103 0 119 0 89 0 93 0 +USW00021504196703WSFG 87 X 62 X 77 X 77 X 77 X 93 X 118 X 103 X 82 X 62 X 118 X 134 X 57 X 87 X 67 X 93 X 134 X 62 X 72 X 93 X 77 X 103 X 87 X 103 X 67 X 77 X 72 X 98 X 108 X 87 X 72 X +USW00021504196703WSFM 54 X 40 X 49 X 45 X 49 X 67 X 85 X 76 X 49 X 45 X 85 X 94 X 36 X 58 X 40 X 76 X 89 X 36 X 45 X 76 X 45 X 72 X 49 X 76 X 40 X 54 X 49 X 67 X 85 X 63 X 40 X +USW00021504196703WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00021504196703WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196704TMAX 278 0 272 0 256 0 272 0 228 0 261 0 278 0 250 0 256 0 267 0 267 0 278 0 283 0 283 0 283 0 283 0 272 0 278 0 283 0 289 0 300 0 289 0 289 0 278 0 289 0 289 0 300 0 294 0 250 0 267 0-9999 +USW00021504196704TMIN 200 0 206 0 200 0 194 0 200 0 200 0 200 0 200 0 178 0 167 0 167 0 167 0 183 0 200 0 189 0 194 0 194 0 189 0 189 0 189 0 200 0 194 0 206 0 200 0 211 0 200 0 200 0 200 0 211 0 211 0-9999 +USW00021504196704PRCP 516 0 79 0 323 0 226 0 1140 0 91 0 185 0 0T 0 10 0 81 0 41 0 0 0 0T 0 20 0 0 0 394 0 411 0 15 0 0 0 0T 0 130 0 526 0 69 0 546 0 5 0 0T 0 0 0 0T 0 569 0 23 0-9999 +USW00021504196704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196704ACMH 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 60 X 50 X 40 X 80 X 80 X 70 X 60 X 80 X 60 X 40 X 40 X 50 X 60 X 90 X 80 X 100 X 70 X 100 X 100 X 100 X 100 X-9999 +USW00021504196704ACSH 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 70 X 70 X 60 X 40 X 80 X 60 X 70 X 60 X 80 X 60 X 30 X 50 X 60 X 70 X 90 X 80 X 100 X 80 X 100 X 100 X 100 X 100 X-9999 +USW00021504196704EVAP 25 0 30 0 38 0 30 0-9999 20 0 30 0 74 0 56 0 38 0 58 0 48 0 64 0 43 0 56 0 51 0 23 0 23 0 89 0 66 0 36 0 56 0 30 0 23 0 41 0 66 0 66 0 56 0-9999 25 0-9999 +USW00021504196704MNPN 183 0 189 0 189 0 183 0 183 0 178 0 183 0 178 0 161 0 156 0 161 0 161 0 172 0 189 0 178 0 178 0 183 0 178 0 183 0 178 0 189 0 178 0 194 0 189 0 189 0 183 0 178 0 194 0 194 0 200 0-9999 +USW00021504196704MXPN 261 0 278 0 256 0 267 0 211 0 256 0 278 0 272 0 278 0 272 0 283 0 311 0 322 0 322 0 311 0 317 0 267 0 294 0 322 0 328 0 300 0 278 0 311 0 272 0 283 0 306 0 311 0 322 0 250 0 278 0-9999 +USW00021504196704PGTM 1542 X 1206 X 1624 X 1448 X 1224 X 1412 X 1142 X 1324 X 1200 X 1948 X 1530 X 1336 X 1312 X 1454 X 1306 X 1336 X 1424 X 1354 X 1500 X 1230 X 1112 X 1512 X 1324 X 1230 X 1218 X 1212 X 1312 X 1742 X 0624 X 1424 X-9999 +USW00021504196704PSUN 7 X 26 X 4 X 6 X 0 X 1 X 21 X 37 X 40 X 49 X 46 X 61 X 68 X 56 X 60 X 48 X 27 X 52 X 70 X 67 X 40 X 34 X 31 X 16 X 20 X 36 X 49 X 38 X 0 X 0 X-9999 +USW00021504196704TSUN 54 X 192 X 30 X 48 X 0 X 6 X 156 X 282 X 300 X 372 X 348 X 456 X 516 X 426 X 450 X 366 X 204 X 396 X 528 X 510 X 306 X 258 X 240 X 126 X 150 X 276 X 378 X 294 X 0 X 6 X-9999 +USW00021504196704WDFG 90W X 45W X 45W X 45W X 135W X 360W X 90W X 315W X 315W X 360W X 180W X 360W X 45W X 135W X 360W X 360W X 360W X 315W X 360W X 360W X 90W X 180W X 90W X 90W X 90W X 90W X 90W X 315W X 270W X 315W X-9999 +USW00021504196704WDFM 90W X 45W X 90W X 90W X 90W X 225W X 90W X 315W X 315W X 315W X 225W X 360W X 225W X 90W X 315W X 360W X 180W X 360W X 360W X 360W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 315W X 45W X 270W X-9999 +USW00021504196704WDMV 121 0 106 0 82 0 77 0 71 0 72 0 105 0 241 0 158 0 111 0 95 0 98 0 101 0 108 0 106 0 93 0 61 0 85 0 132 0 100 0 103 0 103 0 103 0 92 0 134 0 119 0 146 0 126 0 101 0 85 0-9999 +USW00021504196704WSFG 98 X 98 X 77 X 77 X 118 X 67 X 98 X 123 X 93 X 87 X 87 X 72 X 67 X 67 X 93 X 57 X 62 X 62 X 77 X 62 X 82 X 87 X 77 X 103 X 98 X 98 X 98 X 72 X 82 X 72 X-9999 +USW00021504196704WSFM 72 X 67 X 49 X 54 X 80 X 49 X 72 X 76 X 58 X 49 X 45 X 45 X 40 X 45 X 58 X 45 X 31 X 36 X 45 X 40 X 63 X 58 X 54 X 80 X 72 X 76 X 72 X 40 X 31 X 36 X-9999 +USW00021504196704WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196704WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00021504196705TMAX 278 0 289 0 289 0 294 0 289 0 272 0 278 0 272 0 278 0 294 0 289 0 294 0 283 0 261 0 289 0 300 0 306 0 328 0 306 0 311 0 306 0 294 0 289 0 294 0 294 0 289 0 300 0 289 0 300 0 306 0 306 0 +USW00021504196705TMIN 200 0 200 0 206 0 200 0 194 0 200 0 200 0 206 0 200 0 217 0 217 0 217 0 217 0 217 0 228 0 211 0 206 0 206 0 200 0 206 0 217 0 206 0 211 0 194 0 194 0 217 0 222 0 217 0 222 0 211 0 206 0 +USW00021504196705PRCP 28 0 36 0 20 0 0T 0 8 0 163 0 23 0 3 0 23 0 5 0 262 0 660 0 64 0 683 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 23 0 130 0 79 0 48 0 191 0 46 0 0 0 0 0 +USW00021504196705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196705ACMH 100 X 70 X 70 X 50 X 80 X 90 X 90 X 100 X 100 X 100 X 90 X 100 X 100 X 90 X 90 X 70 X 60 X 40 X 50 X 60 X 50 X 40 X 60 X 40 X 40 X 100 X 90 X 90 X 80 X 60 X 60 X +USW00021504196705ACSH 100 X 60 X 80 X 50 X 80 X 100 X 90 X 100 X 100 X 90 X 80 X 100 X 100 X 100 X 90 X 70 X 70 X 40 X 60 X 50 X 30 X 40 X 70 X 40 X 30 X 90 X 80 X 100 X 80 X 50 X 50 X +USW00021504196705EVAP 28 0 51 0 61 0 81 0 46 0 15 0 33 0 51 0 30 0 51 0 53 0-9999 13 0 41 0 46 0 58 0 48 0 71 0 58 0 84 0 71 0 74 0 46 0 69 0 64 0 41 0 66 0 23 0 76 0 69 0 84 0 +USW00021504196705MNPN 194 0 189 0 194 0 183 0 183 0 189 0 189 0 189 0 183 0 194 0 194 0 200 0 206 0 200 0 211 0 211 0 194 0 200 0 194 0 200 0 217 0 194 0 211 0 183 0 183 0 200 0 206 0 200 0 206 0 200 0 200 0 +USW00021504196705MXPN 289 0 322 0 317 0 317 0 278 0 261 0 283 0 272 0 272 0 300 0 294 0 289 0 278 0 239 0 294 0 311 0 311 0 322 0 306 0 311 0 328 0 333 0 311 0 328 0 328 0 294 0 322 0 278 0 322 0 317 0 311 0 +USW00021504196705PGTM 1530 X 1048 X 1548 X 1130 X 1106 X 1148 X 1036 X 1206 X 0930 X 1230 X 1536 X 1300 X 1048 X 0942 X 1454 X 1436 X 1418 X 1154 X 1036 X 1448 X 1112 X 1600 X 0736 X 1436 X 1206 X 1254 X 1212 X 2324 X 1254 X 1112 X 1236 X +USW00021504196705PSUN 1 X 44 X 42 X 63 X 27 X 4 X 19 X 16 X 8 X 9 X 31 X 9 X 0 X 1 X 18 X 20 X 58 X 52 X 34 X 57 X 50 X 64 X 32 X 51 X 86 X 5 X 30 X 1 X 53 X 54 X 64 X +USW00021504196705TSUN 12 X 342 X 330 X 492 X 210 X 30 X 150 X 126 X 60 X 72 X 246 X 66 X 0 X 12 X 144 X 156 X 456 X 408 X 270 X 450 X 390 X 504 X 258 X 402 X 678 X 42 X 234 X 12 X 426 X 426 X 504 X +USW00021504196705WDFG 90W X 45W X 90W X 90W X 90W X 90W X 135W X 90W X 135W X 90W X 90W X 90W X 90W X 180W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 360W X 45W X 90W X 90W X 90W X 90W X 90W X +USW00021504196705WDFM 90W X 90W X 90W X 90W X 90W X 90W X 135W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 360W X 45W X 90W X 225W X 90W X 90W X 90W X +USW00021504196705WDMV 51 0 114 0 146 0 161 0 113 0 103 0 116 0 109 0 119 0 132 0 117 0 116 0 105 0 64 0 134 0 138 0 172 0 134 0 124 0 177 0 108 0 119 0 111 0 129 0 126 0 124 0 126 0 87 0 116 0 148 0 166 0 +USW00021504196705WSFG 57 X 77 X 93 X 108 X 108 X 98 X 103 X 93 X 93 X 87 X 87 X 113 X 113 X 103 X 98 X 98 X 113 X 108 X 93 X 123 X 82 X 77 X 72 X 77 X 72 X 87 X 93 X 82 X 108 X 113 X 113 X +USW00021504196705WSFM 36 X 76 X 63 X 76 X 76 X 67 X 76 X 63 X 76 X 63 X 58 X 76 X 85 X 76 X 76 X 76 X 80 X 76 X 67 X 94 X 54 X 40 X 45 X 45 X 45 X 58 X 58 X 49 X 63 X 80 X 85 X +USW00021504196705WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196705WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504196706TMAX 306 0 306 0 300 0 306 0 300 0 294 0 300 0 294 0 289 0 278 0 283 0 300 0 300 0 294 0 300 0 294 0 300 0 300 0 306 0 300 0 300 0 300 0 294 0 267 0 294 0 289 0 294 0 289 0 289 0 300 0-9999 +USW00021504196706TMIN 222 0 206 0 200 0 206 0 200 0 200 0 217 0 217 0 200 0 206 0 194 0 200 0 206 0 200 0 206 0 217 0 206 0 211 0 217 0 211 0 217 0 211 0 217 0 211 0 206 0 211 0 217 0 217 0 222 0 222 0-9999 +USW00021504196706PRCP 0T 0 0 0 3 0 0 0 5 0 5 0 112 0 38 0 81 0 28 0 18 0 178 0 13 0 25 0 69 0 43 0 8 0 0T 0 3 0 10 0 36 0 8 0 99 0 124 0 33 0 64 0 272 0 290 0 28 0 0T 0-9999 +USW00021504196706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196706ACMH 80 X 50 X 80 X 50 X 50 X 50 X 70 X 60 X 60 X 50 X 90 X 80 X 70 X 40 X 70 X 80 X 50 X 80 X 90 X 80 X 80 X 40 X 90 X 90 X 90 X 90 X 90 X 100 X 100 X 70 X-9999 +USW00021504196706ACSH 80 X 60 X 100 X 50 X 50 X 50 X 70 X 50 X 50 X 40 X 100 X 90 X 70 X 40 X 50 X 90 X 50 X 80 X 90 X 80 X 70 X 30 X 90 X 100 X 90 X 80 X 90 X 100 X 100 X 70 X-9999 +USW00021504196706EVAP 71 0 48 0 43 0 76 0 74 0 58 0 58 0 69 0 53 0 81 0 58 0 51 0 41 0 74 0 58 0 36 0 69 0 48 0 71 0 56 0 53 0 81 0 58 0 30 0 51 0 53 0 46 0 30 0 23 0 71 0-9999 +USW00021504196706MNPN 206 0 189 0 183 0 194 0 183 0 194 0 206 0 200 0 189 0 200 0 178 0 200 0 206 0 183 0 211 0 217 0 194 0 206 0 200 0 200 0 211 0 206 0 200 0 206 0 194 0 206 0 206 0 206 0 211 0 211 0-9999 +USW00021504196706MXPN 317 0 322 0 294 0 333 0 322 0 333 0 328 0 339 0 333 0 333 0 328 0 328 0 317 0 333 0 339 0 306 0 333 0 322 0 311 0 322 0 328 0 322 0 328 0 256 0 300 0 322 0 294 0 278 0 278 0 311 0-9999 +USW00021504196706PGTM 1254 X 1230 X 1112 X 1418 X 1330 X 0718 X 1330 X 0206 X 1142 X 1206 X 1312 X 1054 X 1324 X 1248 X 1400 X 1400 X 1112 X 1124 X 1542 X 1330 X 1706 X 1312 X 1612 X 0500 X 1124 X 1412 X 1436 X 1330 X 1130 X 1512 X-9999 +USW00021504196706PSUN 30 X 45 X 32 X 73 X 62 X 55 X 49 X 75 X 67 X 79 X 49 X 39 X 36 X 73 X 58 X 11 X 59 X 43 X 24 X 34 X 42 X 75 X 37 X 0 X 20 X 37 X 13 X 2 X 5 X 39 X-9999 +USW00021504196706TSUN 240 X 354 X 252 X 576 X 498 X 438 X 390 X 600 X 534 X 630 X 396 X 312 X 288 X 582 X 462 X 90 X 474 X 348 X 192 X 270 X 336 X 606 X 294 X 0 X 156 X 294 X 102 X 18 X 42 X 312 X-9999 +USW00021504196706WDFG 90W X 90W X 90W X 90W X 45W X 225W X 45W X 270W X 315W X 315W X 45W X 135W X 90W X 360W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 90W X 45W X 270W X 90W X 45W X 45W X 90W X 90W X 90W X-9999 +USW00021504196706WDFM 90W X 90W X 90W X 45W X 90W X 225W X 45W X 45W X 315W X 360W X 225W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 90W X 45W X 270W X 225W X 45W X 45W X 90W X 90W X 90W X-9999 +USW00021504196706WDMV 138 0 117 0 145 0 127 0 119 0 106 0 124 0 122 0 98 0 116 0 106 0 105 0 117 0 121 0 140 0 103 0 140 0 127 0 114 0 121 0 111 0 119 0 117 0 77 0 113 0 116 0 143 0 106 0 97 0 140 0-9999 +USW00021504196706WSFG 98 X 82 X 103 X 93 X 82 X 72 X 82 X 72 X 82 X 62 X 67 X 103 X 93 X 77 X 82 X 87 X 93 X 93 X 67 X 77 X 72 X 87 X 87 X 67 X 77 X 77 X 87 X 93 X 87 X 108 X-9999 +USW00021504196706WSFM 76 X 54 X 76 X 54 X 54 X 54 X 58 X 40 X 45 X 40 X 40 X 76 X 63 X 45 X 58 X 63 X 76 X 67 X 49 X 67 X 45 X 54 X 58 X 40 X 54 X 45 X 67 X 72 X 72 X 85 X-9999 +USW00021504196706WT16 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196707TMAX 306 0 306 0 294 0 294 0 294 0 294 0 294 0 289 0 306 0 283 0 294 0 294 0 278 0 300 0 289 0 289 0 289 0 289 0 294 0 300 0 278 0 289 0 289 0 294 0 283 0 294 0 272 0 294 0 294 0 289 0 289 0 +USW00021504196707TMIN 200 0 217 0 206 0 217 0 217 0 211 0 222 0 222 0 217 0 217 0 211 0 217 0 200 0 206 0 222 0 228 0 222 0 233 0 206 0 217 0 217 0 211 0 217 0 217 0 217 0 206 0 222 0 222 0 228 0 222 0 228 0 +USW00021504196707PRCP 0 0 5 0 8 0 56 0 13 0 117 0 538 0 323 0 3 0 66 0 89 0 23 0 64 0 56 0 185 0 246 0 109 0 3 0 0 0 257 0 513 0 429 0 79 0 36 0 89 0 74 0 48 0 33 0 99 0 5 0 0T 0 +USW00021504196707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196707ACMH 70 X 70 X 50 X 80 X 80 X 90 X 100 X 90 X 70 X 100 X 80 X 70 X 80 X 70 X 100 X 90 X 100 X 70 X 40 X 90 X 100 X 100 X 90 X 70 X 90 X 80 X 100 X 90 X 80 X 80 X 60 X +USW00021504196707ACSH 90 X 60 X 50 X 70 X 80 X 80 X 100 X 90 X 60 X 100 X 80 X 60 X 90 X 60 X 100 X 100 X 100 X 60 X 30 X 100 X 100 X 100 X 90 X 60 X 100 X 70 X 100 X 80 X 70 X 90 X 50 X +USW00021504196707EVAP 69 0 79 0 56 0 56 0 64 0 48 0-9999 18 0 61 0 38 0 43 0 84 0 38 0 43 0 33 0 15 0 13 0 79 0 69 0 15 0-9999 20 0 38 0 76 0 8 0 51 0 13 0 43 0 81 0 13 0 69 0 +USW00021504196707MNPN 194 0 206 0 189 0 206 0 217 0 200 0 211 0 217 0 211 0 211 0 206 0 217 0 200 0 194 0 206 0 217 0 217 0 222 0 206 0 217 0 206 0 206 0 211 0 206 0 217 0 194 0 222 0 211 0 222 0 217 0 217 0 +USW00021504196707MXPN 328 0 333 0 322 0 339 0 311 0 317 0 289 0 283 0 328 0 289 0 289 0 344 0 289 0 333 0 278 0 278 0 289 0 344 0 344 0 283 0 267 0 300 0 306 0 333 0 289 0 322 0 272 0 328 0 328 0 272 0 306 0 +USW00021504196707PGTM 1342 X 1442 X 1512 X 1600 X 1242 X 1430 X 1230 X 1524 X 1512 X 1206 X 1454 X 1700 X 0430 X 1136 X 1242 X 0806 X 1830 X 1448 X 1200 X 1648 X 0342 X 1130 X 0454 X 1336 X 1330 X 1548 X 1212 X 0524 X 1406 X 0042 X 1354 X +USW00021504196707PSUN 63 X 57 X 54 X 54 X 29 X 35 X 9 X 1 X 46 X 4 X 20 X 63 X 2 X 53 X 1 X 1 X 3 X 66 X 77 X 6 X 0 X 10 X 17 X 58 X 6 X 37 X 4 X 35 X 30 X 1 X 34 X +USW00021504196707TSUN 498 X 456 X 432 X 432 X 234 X 276 X 72 X 6 X 366 X 36 X 156 X 498 X 18 X 420 X 6 X 6 X 24 X 522 X 612 X 48 X 0 X 78 X 132 X 462 X 54 X 294 X 30 X 270 X 234 X 6 X 270 X +USW00021504196707WDFG 90W X 90W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 225W X 90W X 45W X 45W X 135W X 45W X 90W X 45W X 360W X 315W X 90W X 225W X 90W X 45W X 45W X 45W X 90W X 360W X 45W X 90W X 90W X 90W X +USW00021504196707WDFM 90W X 90W X 360W X 270W X 45W X 45W X 90W X 90W X 90W X 225W X 45W X 315W X 45W X 90W X 45W X 45W X 225W X 360W X 315W X 90W X 225W X 90W X 45W X 45W X 90W X 45W X 315W X 45W X 90W X 90W X 90W X +USW00021504196707WDMV 137 0 154 0 109 0 121 0 145 0 124 0 79 0 98 0 109 0 72 0 111 0 129 0 71 0 130 0 105 0 106 0 82 0 106 0 101 0 116 0 45 0 98 0 76 0 80 0 47 0 92 0 60 0 103 0 116 0 85 0 100 0 +USW00021504196707WSFG 103 X 113 X 67 X 67 X 77 X 67 X 103 X 77 X 82 X 67 X 93 X 82 X 67 X 77 X 77 X 82 X 77 X 72 X 77 X 87 X 67 X 113 X 72 X 72 X 62 X 77 X 87 X 72 X 93 X 93 X 98 X +USW00021504196707WSFM 72 X 76 X 40 X 40 X 49 X 45 X 67 X 54 X 58 X 54 X 58 X 54 X 45 X 49 X 49 X 58 X 49 X 40 X 40 X 85 X 54 X 76 X 40 X 45 X 36 X 54 X 40 X 49 X 54 X 58 X 63 X +USW00021504196707WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196707WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196708TMAX 300 0 289 0 294 0 294 0 294 0 294 0 289 0 267 0 294 0 294 0 283 0 289 0 294 0 294 0 294 0 283 0 294 0 289 0 294 0 289 0 294 0 294 0 294 0 294 0 300 0 272 0 283 0 289 0 289 0 267 0 289 0 +USW00021504196708TMIN 200 0 206 0 228 0 217 0 217 0 222 0 228 0 217 0 217 0 211 0 200 0 200 0 206 0 228 0 217 0 217 0 194 0 222 0 217 0 206 0 211 0 200 0 211 0 206 0 211 0 211 0 206 0 200 0 194 0 217 0 206 0 +USW00021504196708PRCP 0T 0 417 0 762 0 5 0 0T 0 0T 0 584 0 2268 0 196 0 8 0 41 0 10 0 89 0 84 0 36 0 25 0 79 0 33 0 0 0 0 0 0 0 10 0 28 0 0T 0 18 0 203 0 0T 0 0T 0 0 0 53 0 18 0 +USW00021504196708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196708ACMH 60 X 80 X 100 X 60 X 80 X 80 X 100 X 100 X 100 X 60 X 50 X 90 X 70 X 90 X 60 X 80 X 70 X 70 X 50 X 50 X 40 X 50 X 100 X 100 X 90 X 80 X 60 X 30 X 50 X 100 X 70 X +USW00021504196708ACSH 70 X 80 X 100 X 60 X 70 X 80 X 100 X 100 X 100 X 50 X 80 X 100 X 80 X 90 X 40 X 100 X 80 X 70 X 50 X 70 X 50 X 70 X 100 X 100 X 90 X 100 X 80 X 40 X 60 X 100 X 70 X +USW00021504196708EVAP 76 0 10 0 71 0 61 0 64 0 58 0 56 0-9999 81 0 56 0 33 0 33 0 56 0 36 0 69 0 20 0 58 0 46 0 64 0 69 0 74 0 71 0 48 0 51 0 79 0 3 0 74 0 74 0 58 0 10 0 61 0 +USW00021504196708MNPN 194 0 200 0 222 0 211 0 211 0 211 0 211 0 217 0 211 0 200 0 189 0 200 0 194 0 222 0 217 0 206 0 189 0 217 0 206 0 194 0 206 0 183 0 200 0 200 0 194 0 200 0 200 0 200 0 183 0 206 0 200 0 +USW00021504196708MXPN 333 0 289 0 294 0 333 0 328 0 317 0 306 0 244 0 294 0 333 0 289 0 289 0 333 0 294 0 294 0 289 0 328 0 317 0 328 0 344 0 333 0 322 0 317 0 317 0 328 0 283 0 328 0 339 0 344 0 278 0 339 0 +USW00021504196708PGTM 1212 X 2054 X 1418 X 1212 X 1130 X 1406 X 1454 X 0124 X 1236 X 1424 X 1112 X 0954 X 1554 X 1218 X 1236 X 1006 X 1342 X 1412 X 1406 X 1454 X 1154 X 1136 X 2042 X 1330 X 1300 X 0500 X 1512 X 1500 X 1106 X 1500 X 1548 X +USW00021504196708PSUN 71 X 10 X 2 X 49 X 35 X 24 X 9 X 0 X 27 X 61 X 24 X 16 X 35 X 4 X 72 X 2 X 40 X 37 X 54 X 58 X 63 X 40 X 30 X 18 X 48 X 9 X 60 X 76 X 60 X 0 X 54 X +USW00021504196708TSUN 558 X 78 X 18 X 384 X 276 X 186 X 72 X 0 X 210 X 474 X 186 X 120 X 270 X 30 X 552 X 18 X 306 X 288 X 414 X 438 X 480 X 306 X 228 X 138 X 360 X 66 X 450 X 570 X 456 X 0 X 402 X +USW00021504196708WDFG 45W X 90W X 90W X 45W X 45W X 90W X 45W X 45W X 90W X 45W X 315W X 90W X 90W X 45W X 360W X 270W X 90W X 90W X 315W X 45W X 45W X 90W X 90W X 90W X 90W X 225W X 45W X 45W X 45W X 270W X 45W X +USW00021504196708WDFM 45W X 90W X 90W X 45W X 45W X 45W X 45W X 225W X 90W X 45W X 315W X 90W X 90W X 45W X 360W X 225W X 90W X 90W X 45W X 45W X 90W X 45W X 225W X 135W X 90W X 45W X 45W X 45W X 45W X 270W X 45W X +USW00021504196708WDMV 108 0 82 0 53 0 71 0 95 0 116 0 85 0 114 0 93 0 80 0 53 0 60 0 113 0 31 0 92 0 47 0 90 0 97 0 101 0 89 0 98 0 121 0 90 0 103 0 134 0 77 0 98 0 98 0 108 0 71 0 85 0 +USW00021504196708WSFG 72 X 77 X 98 X 82 X 87 X 98 X 67 X 113 X 93 X 72 X 67 X 67 X 103 X 67 X 67 X 51 X 77 X 82 X 72 X 77 X 72 X 93 X 67 X 98 X 93 X 77 X 67 X 62 X 82 X 57 X 62 X +USW00021504196708WSFM 45 X 54 X 76 X 45 X 54 X 67 X 36 X 67 X 67 X 45 X 49 X 45 X 72 X 40 X 40 X 40 X 54 X 54 X 40 X 45 X 45 X 67 X 40 X 63 X 63 X 45 X 40 X 36 X 40 X 36 X 40 X +USW00021504196708WT03-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196708WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X +USW00021504196709TMAX 289 0 294 0 294 0 294 0 294 0 294 0 289 0 294 0 289 0 294 0 294 0 294 0 300 0 294 0 261 0 294 0 294 0 294 0 300 0 294 0 289 0 294 0 289 0 294 0 294 0 300 0 283 0 289 0 300 0 294 0-9999 +USW00021504196709TMIN 206 0 200 0 222 0 194 0 211 0 222 0 211 0 206 0 217 0 217 0 217 0 206 0 200 0 200 0 211 0 211 0 211 0 206 0 200 0 217 0 206 0 206 0 206 0 194 0 194 0 194 0 211 0 200 0 200 0 200 0-9999 +USW00021504196709PRCP 3 0 0T 0 0T 0 0 0 25 0 178 0 79 0 173 0 300 0 43 0 84 0 107 0 117 0 0T 0 74 0 0 0 76 0 109 0 0T 0 20 0 71 0 30 0 18 0 18 0 0 0 18 0 20 0 38 0 5 0 117 0-9999 +USW00021504196709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196709ACMH 40 X 30 X 70 X 30 X 60 X 90 X 100 X 80 X 100 X 80 X 70 X 70 X 70 X 70 X 100 X 40 X 60 X 70 X 30 X 70 X 60 X 50 X 40 X 10 X 10 X 30 X 90 X 70 X 80 X 70 X-9999 +USW00021504196709ACSH 20 X 30 X 80 X 20 X 80 X 90 X 100 X 90 X 100 X 80 X 60 X 80 X 50 X 70 X 100 X 50 X 50 X 70 X 20 X 80 X 60 X 30 X 50 X 10 X 20 X 40 X 100 X 90 X 90 X 80 X-9999 +USW00021504196709EVAP 74 0 74 0 33 0 79 0 33 0 38 0 13 0 41 0 20 0 51 0 46 0 66 0 74 0 58 0 13 0 51 0 61 0 33 0 74 0 56 0 53 0 71 0 58 0 69 0 76 0 61 0 38 0 43 0 58 0 13 0-9999 +USW00021504196709MNPN 200 0 194 0 206 0 189 0 200 0 211 0 211 0 200 0 206 0 217 0 217 0 206 0 194 0 194 0 200 0 200 0 206 0 211 0 189 0 206 0 194 0 200 0 206 0 172 0 189 0 194 0 200 0 189 0 189 0 189 0-9999 +USW00021504196709MXPN 339 0 339 0 333 0 339 0 328 0 322 0 283 0 306 0 311 0 294 0 322 0 328 0 311 0 306 0 261 0 311 0 333 0 306 0 339 0 311 0 333 0 339 0 322 0 339 0 328 0 317 0 289 0 306 0 311 0 294 0-9999 +USW00021504196709PGTM 1318 X 1230 X 1154 X 1412 X 1800 X 1048 X 1200 X 2042 X 1348 X 1400 X 1248 X 1624 X 1348 X 1406 X 1424 X 1354 X 2236 X 0754 X 1006 X 1112 X 1418 X 0030 X 1312 X 1406 X 1200 X 1154 X 0900 X 1006 X 2000 X 1142 X-9999 +USW00021504196709PSUN 77 X 57 X 3 X 77 X 29 X 24 X 3 X 25 X 17 X 14 X 42 X 49 X 78 X 64 X 0 X 54 X 73 X 30 X 92 X 46 X 68 X 87 X 57 X 93 X 89 X 72 X 13 X 27 X 43 X 32 X-9999 +USW00021504196709TSUN 576 X 432 X 24 X 576 X 216 X 180 X 24 X 192 X 132 X 102 X 312 X 360 X 582 X 468 X 0 X 396 X 534 X 216 X 672 X 336 X 498 X 630 X 414 X 678 X 648 X 522 X 90 X 198 X 312 X 228 X-9999 +USW00021504196709WDFG 315W X 45W X 45W X 315W X 45W X 315W X 90W X 90W X 45W X 90W X 45W X 360W X 90W X 90W X 180W X 90W X 90W X 270W X 45W X 45W X 45W X 225W X 360W X 45W X 45W X 45W X 225W X 45W X 90W X 45W X-9999 +USW00021504196709WDFM 225W X 45W X 45W X 360W X 225W X 360W X 90W X 225W X 45W X 90W X 270W X 45W X 90W X 90W X 225W X 90W X 90W X 225W X 225W X 45W X 360W X 225W X 360W X 45W X 45W X 45W X 225W X 45W X 45W X 45W X-9999 +USW00021504196709WDMV 103 0 101 0 84 0 100 0 92 0 109 0 101 0 85 0 100 0 95 0 106 0 82 0 142 0 148 0 77 0 85 0 92 0 93 0 105 0 103 0 100 0 97 0 106 0 98 0 101 0 92 0 121 0 97 0 100 0 79 0-9999 +USW00021504196709WSFG 62 X 77 X 72 X 72 X 72 X 82 X 82 X 77 X 87 X 98 X 82 X 93 X 87 X 108 X 72 X 77 X 72 X 82 X 77 X 98 X 67 X 77 X 72 X 77 X 67 X 82 X 82 X 93 X 77 X 103 X-9999 +USW00021504196709WSFM 40 X 45 X 40 X 40 X 40 X 49 X 54 X 49 X 54 X 63 X 58 X 45 X 63 X 76 X 49 X 49 X 45 X 45 X 54 X 85 X 40 X 54 X 40 X 45 X 40 X 54 X 58 X 49 X 45 X 67 X-9999 +USW00021504196709WT16 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196710TMAX 300 0 300 0 289 0 322 0 311 0 300 0 294 0 311 0 306 0 300 0 289 0 300 0 300 0 300 0 294 0 306 0 278 0 283 0 278 0 289 0 294 0 300 0 294 0 289 0 283 0 283 0 278 0 289 0 311 0 300 0 244 0 +USW00021504196710TMIN 211 0 206 0 200 0 200 0 194 0 206 0 194 0 178 0 206 0 211 0 217 0 222 0 222 0 206 0 206 0 189 0 211 0 217 0 217 0 217 0 217 0 211 0 211 0 217 0 206 0 200 0 206 0 211 0 211 0 222 0 217 0 +USW00021504196710PRCP 0T 0 30 0 18 0 0 0 0 0 0 0 0 0 3 0 0 0 48 0 185 0 185 0 234 0 0 0 0T 0 0T 0 33 0 0T 0 86 0 257 0 58 0 173 0 15 0 43 0 147 0 69 0 20 0 23 0 0T 0 0T 0 932 0 +USW00021504196710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196710ACMH 50 X 40 X 40 X 20 X 40 X 30 X 10 X 10 X 30 X 70 X 80 X 100 X 90 X 50 X 50 X 50 X 90 X 100 X 100 X 100 X 80 X 80 X 90 X 70 X 60 X 80 X 100 X 80 X 90 X 70 X 100 X +USW00021504196710ACSH 30 X 40 X 60 X 10 X 30 X 30 X 10 X 10 X 20 X 60 X 70 X 100 X 100 X 90 X 30 X 50 X 100 X 100 X 100 X 100 X 80 X 70 X 80 X 60 X 50 X 100 X 100 X 80 X 80 X 60 X 100 X +USW00021504196710EVAP 64 0 56 0 43 0 71 0 53 0 69 0 69 0 69 0 64 0 36 0 36 0 15 0 33 0 48 0 71 0 53 0 36 0 20 0 20 0 10 0 28 0 43 0 20 0 56 0 56 0 15 0 23 0 46 0 41 0 48 0-9999 +USW00021504196710MNPN 200 0 200 0 194 0 183 0 172 0 194 0 178 0 156 0 206 0 194 0 206 0 206 0 211 0 194 0 194 0 178 0 206 0 206 0 206 0 206 0 206 0 194 0 200 0 206 0 200 0 194 0 200 0 206 0 189 0 217 0 211 0 +USW00021504196710MXPN 328 0 328 0 317 0 333 0 317 0 339 0 328 0 317 0 306 0 322 0 300 0 294 0 294 0 300 0 322 0 317 0 283 0 267 0 283 0 278 0 306 0 306 0 283 0 311 0 311 0 267 0 267 0 306 0 283 0 322 0 244 0 +USW00021504196710PGTM 1348 X 1654 X 1648 X 1136 X 1218 X 1336 X 1248 X 1242 X 1242 X 1318 X 1200 X 1224 X 1500 X 1006 X 1200 X 1154 X 2124 X 0012 X 1642 X 2342 X 1042 X 2048 X 0036 X 1342 X 1230 X 1442 X 1148 X 1354 X 1130 X 0154 X 1636 X +USW00021504196710PSUN 82 X 78 X 41 X 87 X 62 X 78 X 86 X 91 X 72 X 48 X 38 X 16 X 16 X 16 X 78 X 62 X 2 X 3 X 2 X 5 X 38 X 33 X 27 X 54 X 69 X 4 X 4 X 43 X 27 X 67 X 0 X +USW00021504196710TSUN 588 X 558 X 294 X 618 X 456 X 552 X 612 X 648 X 510 X 342 X 270 X 114 X 114 X 114 X 546 X 438 X 12 X 18 X 12 X 36 X 264 X 228 X 186 X 378 X 474 X 30 X 30 X 294 X 186 X 456 X 0 X +USW00021504196710WDFG 90W X 360W X 45W X 45W X 45W X 360W X 360W X 90W X 45W X 360W X 90W X 90W X 45W X 90W X 90W X 135W X 225W X 135W X 315W X 135W X 45W X 135W X 180W X 45W X 315W X 360W X 270W X 45W X 90W X 315W X 315W X +USW00021504196710WDFM 90W X 360W X 45W X 45W X 45W X 45W X 360W X 90W X 45W X 360W X 45W X 90W X 90W X 135W X 90W X 90W X 225W X 180W X 270W X 135W X 45W X 135W X 180W X 45W X 315W X 45W X 270W X 90W X 90W X 315W X 360W X +USW00021504196710WDMV 93 0 93 0 77 0 87 0 116 0 93 0 105 0 121 0 105 0 74 0 92 0 92 0 109 0 89 0 113 0 111 0 93 0 61 0 64 0 79 0 100 0 82 0 68 0 79 0 127 0 58 0 60 0 101 0 76 0 77 0 113 0 +USW00021504196710WSFG 72 X 72 X 82 X 67 X 87 X 67 X 67 X 93 X 77 X 87 X 77 X 77 X 82 X 87 X 82 X 87 X 77 X 77 X 67 X 82 X 87 X 93 X 82 X 72 X 82 X 67 X 72 X 82 X 67 X 62 X 103 X +USW00021504196710WSFM 45 X 45 X 49 X 40 X 58 X 40 X 36 X 67 X 45 X 49 X 45 X 58 X 54 X 58 X 49 X 58 X 58 X 45 X 36 X 49 X 58 X 63 X 58 X 40 X 49 X 40 X 45 X 58 X 54 X 31 X 54 X +USW00021504196710WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504196710WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196711TMAX 283 0 283 0 283 0 272 0 278 0 289 0 278 0 278 0 272 0 283 0 278 0 283 0 272 0 278 0 283 0 289 0 289 0 283 0 294 0 278 0 272 0 267 0 272 0 278 0 278 0 267 0 283 0 278 0 272 0 250 0-9999 +USW00021504196711TMIN 222 0 222 0 233 0 211 0 217 0 211 0 206 0 194 0 211 0 206 0 217 0 206 0 200 0 189 0 200 0 211 0 183 0 206 0 200 0 211 0 194 0 189 0 178 0 189 0 189 0 200 0 211 0 211 0 200 0 183 0-9999 +USW00021504196711PRCP 211 0 284 0 3 0 137 0 3 0 36 0 56 0 142 0 99 0 152 0 89 0 5 0 10 0 20 0 5 0 0T 0 0 0 13 0 76 0 147 0 211 0 378 0 165 0 23 0 1374 0 1024 0 218 0 213 0 69 0 234 0-9999 +USW00021504196711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196711ACMH 90 X 80 X 90 X 80 X 90 X 90 X 90 X 90 X 100 X 80 X 90 X 60 X 90 X 70 X 70 X 90 X 70 X 80 X 60 X 80 X 80 X 80 X 90 X 90 X 90 X 100 X 90 X 100 X 90 X 90 X-9999 +USW00021504196711ACSH 90 X 80 X 100 X 80 X 90 X 80 X 90 X 100 X 100 X 70 X 80 X 40 X 90 X 60 X 60 X 80 X 80 X 100 X 50 X 60 X 80 X 80 X 100 X 100 X 90 X 100 X 80 X 100 X 90 X 90 X-9999 +USW00021504196711EVAP 8 0 10 0 56 0 36 0 43 0 43 0 43 0 28 0 3 0 74 0 51 0 18 0 33 0 33 0 46 0 53 0 43 0 20 0 36 0 28 0 41 0-9999 25 0 25 0-9999 -9999 8 0 36 0 38 0 74 0-9999 +USW00021504196711MNPN 206 0 217 0 217 0 200 0 194 0 194 0 194 0 183 0 194 0 194 0 183 0 194 0 189 0 178 0 183 0 200 0 178 0 206 0 183 0 200 0 189 0 183 0 172 0 183 0 183 0 189 0 194 0 189 0 189 0 183 0-9999 +USW00021504196711MXPN 311 0 278 0 278 0 256 0 267 0 300 0 289 0 278 0 256 0 294 0 278 0 278 0 256 0 272 0 283 0 289 0 289 0 283 0 294 0 300 0 267 0 256 0 267 0 261 0 239 0 222 0 272 0 256 0 267 0 250 0-9999 +USW00021504196711PGTM 1400 X 1800 X 0654 X 0242 X 0336 X 1930 X 1042 X 0718 X 0900 X 0724 X 1624 X 1318 X 1048 X 1230 X 1118 X 1654 X 1612 X 0906 X 1324 X 1754 X 1218 X 1054 X 1206 X 1330 X 1924 X 1312 X 1100 X 2142 X 0030 X 0200 X-9999 +USW00021504196711PSUN 24 X 11 X 17 X 18 X 22 X 36 X 49 X 9 X 6 X 43 X 17 X 39 X 11 X 38 X 48 X 63 X 31 X 14 X 53 X 43 X 30 X 36 X 26 X 45 X 16 X 4 X 20 X 6 X 23 X 4 X-9999 +USW00021504196711TSUN 168 X 72 X 114 X 126 X 150 X 246 X 336 X 60 X 42 X 294 X 120 X 264 X 72 X 252 X 318 X 426 X 210 X 90 X 360 X 288 X 198 X 246 X 174 X 300 X 108 X 30 X 132 X 36 X 150 X 30 X-9999 +USW00021504196711WDFG 45W X 45W X 45W X 315W X 315W X 135W X 90W X 225W X 45W X 90W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 135W X 90W X 45W X 45W X 135W X 90W X 90W X 180W X 90W X 135W X 45W X 270W X 135W X-9999 +USW00021504196711WDFM 45W X 360W X 360W X 315W X 315W X 45W X 45W X 225W X 225W X 270W X 45W X 45W X 90W X 45W X 90W X 90W X 90W X 135W X 45W X 45W X 45W X 90W X 90W X 90W X 180W X 90W X 90W X 90W X 90W X 225W X-9999 +USW00021504196711WDMV 63 0 85 0 229 0 161 0 190 0 129 0 103 0 92 0 74 0 121 0 106 0 90 0 79 0 80 0 89 0 121 0 124 0 77 0 93 0 85 0 82 0 61 0 32 0 82 0 60 0 105 0 51 0 63 0 45 0 40 0-9999 +USW00021504196711WSFG 67 X 87 X 98 X 98 X 98 X 98 X 103 X 93 X 72 X 98 X 93 X 62 X 67 X 62 X 72 X 87 X 118 X 82 X 72 X 82 X 87 X 93 X 62 X 129 X 98 X 118 X 93 X 98 X 72 X 82 X-9999 +USW00021504196711WSFM 40 X 49 X 54 X 63 X 63 X 58 X 80 X 80 X 54 X 54 X 54 X 36 X 40 X 40 X 54 X 63 X 89 X 54 X 49 X 49 X 49 X 63 X 45 X 98 X 67 X 85 X 63 X 63 X 36 X 54 X-9999 +USW00021504196711WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196711WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196712TMAX 250 0 261 0 267 0 250 0 272 0 233 0 256 0 256 0 283 0 250 0 256 0 289 0 250 0 294 0 278 0 300 0 300 0 267 0 278 0 283 0 278 0 294 0 278 0 283 0 283 0 261 0 256 0 278 0 239 0 283 0 261 0 +USW00021504196712TMIN 189 0 206 0 206 0 206 0 211 0 211 0 211 0 200 0 189 0 206 0 189 0 161 0 172 0 167 0 167 0 178 0 217 0 194 0 200 0 178 0 194 0 172 0 167 0 172 0 183 0 189 0 167 0 172 0 183 0 178 0 206 0 +USW00021504196712PRCP 1168 0 462 0 114 0 135 0 124 0 411 0 945 0 86 0 112 0 89 0 58 0 0 0 0 0 0 0 0 0 0 0 33 0 152 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 76 0 221 0 152 0 +USW00021504196712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196712ACMH 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 100 X 80 X 20 X 20 X 40 X 20 X 10 X 60 X 80 X 90 X 50 X 40 X 0 X 0 X 40 X 70 X 70 X 80 X 80 X 100 X 90 X 90 X +USW00021504196712ACSH 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 100 X 70 X 20 X 20 X 60 X 30 X 10 X 80 X 100 X 90 X 30 X 40 X 10 X 0 X 60 X 60 X 60 X 80 X 50 X 100 X 100 X 90 X +USW00021504196712EVAP-9999 30 0 0 0-9999 53 0-9999 -9999 13 0 33 0 5 0 20 0 56 0 94 0 28 0 41 0 79 0 58 0 23 0 20 0 30 0 38 0 97 0 28 0 38 0 58 0 66 0 25 0 43 0 13 0 51 0 3 0 +USW00021504196712MNPN 178 0 178 0 189 0 189 0 194 0 200 0 200 0 189 0 172 0 189 0 183 0 156 0 178 0 139 0 150 0 156 0 183 0 183 0 200 0 178 0 194 0 161 0 161 0 161 0 178 0 172 0 156 0 172 0 172 0 161 0 178 0 +USW00021504196712MXPN 217 0 267 0 267 0 228 0 256 0 233 0 250 0 239 0 256 0 239 0 267 0 272 0 239 0 267 0 272 0 272 0 289 0 239 0 283 0 283 0 289 0 278 0 289 0 272 0 272 0 261 0 222 0 256 0 222 0 250 0 239 0 +USW00021504196712PGTM 2342 X 2000 X 1036 X 0000 X 0754 X 2006 X 0700 X 0842 X 1048 X 0124 X 1306 X 2200 X 1400 X 1354 X 1536 X 1230 X 1618 X 0024 X 1054 X 1254 X 1154 X 1548 X 0030 X 1524 X 1712 X 0300 X 0000 X 1412 X 0742 X 0854 X 1400 X +USW00021504196712PSUN 0 X 10 X 0 X 0 X 3 X 0 X 1 X 0 X 3 X 0 X 17 X 79 X 81 X 57 X 60 X 77 X 53 X 6 X 11 X 63 X 61 X 89 X 88 X 45 X 49 X 30 X 15 X 34 X 0 X 10 X 3 X +USW00021504196712TSUN 0 X 66 X 0 X 0 X 24 X 0 X 6 X 0 X 24 X 0 X 114 X 522 X 534 X 372 X 390 X 510 X 348 X 36 X 72 X 414 X 402 X 588 X 582 X 300 X 324 X 198 X 96 X 222 X 0 X 66 X 18 X +USW00021504196712WDFG 135W X 45W X 270W X 90W X 225W X 225W X 225W X 225W X 135W X 135W X 315W X 315W X 315W X 315W X 90W X 135W X 135W X 135W X 90W X 90W X 90W X 135W X 180W X 135W X 315W X 315W X 315W X 90W X 225W X 225W X 45W X +USW00021504196712WDFM 225W X 315W X 225W X 225W X 225W X 225W X 225W X 225W X 135W X 135W X 315W X 315W X 315W X 315W X 90W X 135W X 135W X 135W X 90W X 90W X 45W X 135W X 135W X 135W X 315W X 315W X 315W X 90W X 90W X 90W X 90W X +USW00021504196712WDMV 29 0 89 0 13 0 6 0 13 0 13 0 21 0 34 0 193 0 35 0 48 0 143 0 378 0 98 0 103 0 359 0 336 0 121 0 82 0 95 0 79 0 222 0 159 0 122 0 238 0 185 0 82 0 111 0 76 0 58 0 77 0 +USW00021504196712WSFG 72 X 103 X 72 X 67 X 77 X 72 X 98 X 77 X 139 X 98 X 87 X 170 X 195 X 113 X 98 X 175 X 154 X 108 X 93 X 82 X 72 X 118 X 118 X 129 X 144 X 103 X 72 X 98 X 139 X 72 X 93 X +USW00021504196712WSFM 54 X 67 X 40 X 40 X 54 X 49 X 72 X 58 X 89 X 72 X 45 X 98 X 112 X 67 X 67 X 130 X 107 X 80 X 67 X 58 X 45 X 94 X 80 X 94 X 80 X 58 X 36 X 76 X 63 X 45 X 63 X +USW00021504196712WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00021504196801TMAX 256 0 256 0 261 0 267 0 233 0 261 0 256 0 261 0 256 0 278 0 272 0 278 0 267 0 283 0 278 0 289 0 272 0 278 0 272 0 294 0 306 0 289 0 289 0 272 0 272 0 267 0 256 0 256 0 261 0 267 0 267 0 +USW00021504196801TMIN 194 0 183 0 200 0 206 0 194 0 178 0 161 0 156 0 156 0 161 0 161 0 161 0 172 0 183 0 194 0 211 0 206 0 194 0 206 0 200 0 178 0 194 0 183 0 178 0 200 0 206 0 211 0 200 0 172 0 161 0 161 0 +USW00021504196801PRCP 15 0 71 0 221 0 290 0 196 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 23 0 0T 0 0T 0 28 0 99 0 0 0 0 0 0 0 0 0 0T 0 38 0 56 0 152 0 23 0 0 0 0 0 0T 0 +USW00021504196801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196801ACMH 80 X 90 X 100 X 100 X 100 X 60 X 10 X 30 X 80 X 60 X 50 X 30 X 50 X 50 X 60 X 80 X 90 X 70 X 80 X 40 X 40 X 70 X 70 X 80 X 90 X 90 X 100 X 90 X 50 X 40 X 30 X +USW00021504196801ACSH 90 X 90 X 100 X 100 X 100 X 70 X 10 X 20 X 100 X 40 X 60 X 30 X 50 X 50 X 60 X 80 X 90 X 60 X 80 X 40 X 40 X 100 X 90 X 80 X 100 X 80 X 100 X 90 X 50 X 30 X 40 X +USW00021504196801EVAP 5 0 33 0 10 0 8 0 5 0 51 0 53 0 58 0 23 0 48 0 33 0 43 0 20 0 38 0 25 0 56 0 30 0 38 0 8 0 18 0 61 0 33 0 53 0 33 0 13 0 10 0 8 0 8 0 58 0 58 0 33 0 +USW00021504196801MNPN 183 0 172 0 172 0 189 0 183 0 189 0 150 0 144 0 144 0 156 0 156 0 161 0 156 0 161 0 194 0 200 0 189 0 183 0 183 0 189 0 172 0 183 0 222 0 178 0 183 0 189 0 189 0 183 0 161 0 156 0 150 0 +USW00021504196801MXPN 256 0 250 0 256 0 250 0 217 0 278 0 294 0 272 0 250 0 278 0 267 0 289 0 250 0 289 0 278 0 278 0 256 0 267 0 272 0 289 0 300 0 267 0 278 0 250 0 244 0 261 0 239 0 244 0 272 0 289 0 294 0 +USW00021504196801PGTM 1418 X 2148 X 1454 X 1342 X 0724 X 1148 X 1536 X 1306 X 1324 X 1236 X 1306 X 1100 X 1254 X 1648 X 1406 X 1012 X 0354 X 1630 X 0306 X 1142 X 1118 X 1154 X 1218 X 1100 X 1200 X 1248 X 1542 X 1200 X 1418 X 1212 X 1312 X +USW00021504196801PSUN 13 X 17 X 15 X 8 X 0 X 47 X 90 X 74 X 28 X 61 X 34 X 58 X 31 X 45 X 45 X 23 X 9 X 32 X 18 X 79 X 71 X 16 X 35 X 21 X 4 X 29 X 8 X 9 X 57 X 68 X 75 X +USW00021504196801TSUN 90 X 114 X 102 X 54 X 0 X 312 X 594 X 486 X 186 X 402 X 222 X 384 X 210 X 294 X 300 X 156 X 60 X 216 X 120 X 528 X 474 X 108 X 234 X 144 X 30 X 198 X 60 X 60 X 384 X 456 X 504 X +USW00021504196801WDFG 45W X 45W X 45W X 180W X 90W X 360W X 360W X 360W X 315W X 90W X 90W X 45W X 360W X 90W X 90W X 135W X 135W X 135W X 135W X 135W X 135W X 90W X 90W X 135W X 90W X 135W X 135W X 135W X 360W X 360W X 360W X +USW00021504196801WDFM 225W X 225W X 225W X 180W X 45W X 315W X 315W X 315W X 315W X 90W X 45W X 45W X 45W X 90W X 90W X 135W X 135W X 315W X 135W X 135W X 135W X 90W X 90W X 135W X 90W X 135W X 90W X 135W X 315W X 360W X 360W X +USW00021504196801WDMV 56 0 89 0 64 0 64 0 37 0 130 0 222 0 140 0 89 0 100 0 74 0 76 0 68 0 124 0 180 0 340 0 127 0 76 0 113 0 211 0 145 0 79 0 90 0 121 0 66 0 80 0 151 0 101 0 171 0 135 0 92 0 +USW00021504196801WSFG 57 X 87 X 72 X 77 X 67 X 108 X 139 X 87 X 67 X 82 X 62 X 62 X 62 X 87 X 123 X 144 X 144 X 72 X 113 X 170 X 103 X 67 X 62 X 87 X 72 X 72 X 134 X 87 X 98 X 72 X 67 X +USW00021504196801WSFM 40 X 54 X 45 X 40 X 40 X 63 X 80 X 49 X 40 X 58 X 36 X 36 X 31 X 58 X 85 X 107 X 94 X 31 X 85 X 134 X 76 X 45 X 45 X 63 X 54 X 49 X 98 X 63 X 58 X 45 X 49 X +USW00021504196801WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504196801WT16 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00021504196802TMAX 278 0 289 0 228 0 289 0 272 0 294 0 322 0 261 0 267 0 267 0 272 0 300 0 294 0 289 0 283 0 300 0 300 0 306 0 283 0 333 0 300 0 306 0 300 0 300 0 328 0 267 0 294 0 283 0 317 0-9999 -9999 +USW00021504196802TMIN 167 0 178 0 206 0 200 0 189 0 194 0 189 0 211 0 189 0 178 0 156 0 161 0 167 0 183 0 172 0 178 0 167 0 206 0 172 0 183 0 189 0 206 0 178 0 189 0 178 0 211 0 200 0 200 0 189 0-9999 -9999 +USW00021504196802PRCP 462 0 66 0 2276 0 8 0 0 0 10 0 3 0 0 0 10 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 25 0 18 0 0 0 0 0 0T 0 13 0 5 0 0T 0 0 0-9999 -9999 +USW00021504196802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504196802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504196802ACMH 60 X 80 X 100 X 80 X 60 X 70 X 50 X 100 X 80 X 60 X 20 X 0 X 30 X 50 X 0 X 30 X 60 X 80 X 20 X 0 X 60 X 90 X 40 X 50 X 30 X 100 X 80 X 80 X 50 X-9999 -9999 +USW00021504196802ACSH 60 X 90 X 100 X 70 X 40 X 70 X 40 X 100 X 90 X 50 X 20 X 0 X 40 X 50 X 0 X 30 X 60 X 80 X 20 X 10 X 60 X 100 X 50 X 50 X 20 X 100 X 80 X 70 X 60 X-9999 -9999 +USW00021504196802EVAP 51 0 18 0-9999 10 0 41 0 43 0 43 0 13 0 58 0 20 0 58 0 53 0 58 0 33 0 53 0 56 0 43 0 51 0 56 0 89 0 43 0 23 0 43 0 48 0 71 0 0 0 61 0 41 0 74 0-9999 -9999 +USW00021504196802MNPN 161 0 161 0 194 0 183 0 189 0 200 0 183 0 200 0 183 0 167 0 167 0 156 0 150 0 167 0 161 0 167 0 161 0 194 0 178 0 172 0 172 0 211 0 178 0 183 0 167 0 206 0 194 0 194 0 200 0-9999 -9999 +USW00021504196802MXPN 244 0 256 0 233 0 261 0 283 0 294 0 294 0 267 0 267 0 294 0 294 0 289 0 294 0 267 0 306 0 300 0 289 0 294 0 322 0 311 0 300 0 278 0 278 0 294 0 322 0 244 0 300 0 306 0 311 0-9999 -9999 +USW00021504196802PGTM 1554 X 1154 X 1500 X 1030 X 1230 X 1618 X 1254 X 1330 X 0224 X 1448 X 1412 X 1518 X 1242 X 1254 X 1154 X 1436 X 0936 X 1506 X 1424 X 1554 X 1442 X 1530 X 1242 X 1254 X 1454 X 0336 X 1224 X 1948 X 1436 X-9999 -9999 +USW00021504196802PSUN 43 X 27 X 0 X 36 X 52 X 35 X 59 X 4 X 8 X 58 X 61 X 84 X 63 X 42 X 89 X 62 X 46 X 30 X 70 X 68 X 44 X 7 X 41 X 48 X 67 X 0 X 30 X 13 X 30 X-9999 -9999 +USW00021504196802TSUN 288 X 180 X 0 X 246 X 354 X 240 X 402 X 24 X 54 X 396 X 420 X 582 X 438 X 288 X 618 X 432 X 318 X 210 X 486 X 468 X 312 X 48 X 282 X 336 X 468 X 0 X 216 X 96 X 216 X-9999 -9999 +USW00021504196802WDFG 180W X 90W X 45W X 135W X 360W X 90W X 90W X 315W X 315W X 360W X 315W X 315W X 45W X 45W X 360W X 315W X 90W X 90W X 315W X 135W X 315W X 180W X 45W X 90W X 315W X 315W X 45W X 315W X 90W X-9999 -9999 +USW00021504196802WDFM 90W X 135W X 45W X 135W X 360W X 90W X 90W X 315W X 315W X 360W X 315W X 315W X 45W X 45W X 360W X 315W X 135W X 45W X 315W X 135W X 315W X 180W X 90W X 90W X 315W X 315W X 45W X 315W X 90W X-9999 -9999 +USW00021504196802WDMV 79 0 114 0 114 0 97 0 48 0 84 0 121 0 87 0 116 0 97 0 97 0 106 0 87 0 77 0 85 0 101 0 105 0 119 0 82 0 167 0 119 0 68 0 71 0 129 0 171 0 153 0 64 0 92 0 126 0-9999 -9999 +USW00021504196802WSFG 82 X 98 X 129 X 108 X 62 X 108 X 123 X 103 X 113 X 67 X 77 X 93 X 72 X 67 X 72 X 82 X 123 X 98 X 72 X 129 X 113 X 77 X 82 X 108 X 134 X 113 X 77 X 82 X 108 X-9999 -9999 +USW00021504196802WSFM 49 X 63 X 94 X 76 X 40 X 76 X 94 X 63 X 76 X 40 X 49 X 67 X 49 X 49 X 45 X 54 X 67 X 76 X 49 X 98 X 76 X 54 X 58 X 80 X 94 X 63 X 45 X 58 X 85 X-9999 -9999 +USW00021504196802WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00021504196802WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504196803TMAX 311 0 306 0 267 0 267 0 300 0 294 0 300 0 294 0 283 0 294 0 289 0 289 0 294 0 283 0 256 0 256 0 294 0 289 0 239 0 233 0 261 0 239 0 233 0 244 0 261 0 283 0 289 0 256 0 256 0 261 0 256 0 +USW00021504196803TMIN 183 0 172 0 200 0 206 0 194 0 178 0 189 0 200 0 194 0 200 0 183 0 200 0 194 0 206 0 211 0 206 0 206 0 217 0 217 0 194 0 206 0 194 0 206 0 200 0 200 0 183 0 200 0 211 0 211 0 206 0 194 0 +USW00021504196803PRCP 0 0 0 0 81 0 135 0 0 0 0 0 0 0 5 0 69 0 3 0 0T 0 10 0 8 0 320 0 246 0 48 0 0T 0 13 0 170 0 99 0 0T 0 114 0 246 0 249 0 38 0 107 0 13 0 69 0 81 0 310 0 160 0 +USW00021504196803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196803ACMH 20 X 40 X 100 X 100 X 30 X 50 X 60 X 50 X 90 X 80 X 80 X 90 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 100 X 100 X 100 X 80 X 80 X +USW00021504196803ACSH 40 X 40 X 100 X 100 X 20 X 60 X 60 X 60 X 90 X 80 X 90 X 90 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 80 X 90 X +USW00021504196803DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 +USW00021504196803EVAP 64 0 66 0 20 0 5 0 76 0 58 0 41 0 81 0 38 0 51 0 46 0 61 0 61 0 61 0 28 0 5 0 64 0 28 0 5 0 10 0 51 0 15 0 13 0 30 0 18 0 28 0-9999 -9999 71 0 15 0 25 0 +USW00021504196803MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 15 0-9999 -9999 -9999 +USW00021504196803MNPN 156 0 194 0 194 0 194 0 194 0 167 0 178 0 178 0 167 0 200 0 172 0 189 0 189 0 200 0 200 0 200 0 194 0 200 0 200 0 178 0 172 0 172 0 172 0 178 0 211 0 189 0 200 0 211 0 211 0 189 0 183 0 +USW00021504196803MXPN 311 0 306 0 239 0 278 0 311 0 294 0 294 0 294 0 300 0 306 0 306 0 306 0 300 0 272 0 244 0 233 0 294 0 283 0 233 0 228 0 261 0 217 0 217 0 217 0 256 0 294 0 267 0 244 0 278 0 294 0 272 0 +USW00021504196803PGTM 1306 X 1242 X 1606 X 1118 X 1318 X 1248 X 1400 X 1154 X 1554 X 1130 X 1430 X 1448 X 1312 X 2354 X 0012 X 0200 X 1348 X 1154 X 1254 X 1206 X 0912 X 1400 X 0224 X 1324 X 1636 X 1212 X 1224 X 0924 X 0842 X 0848 X 0124 X +USW00021504196803PSUN 61 X 54 X 1 X 9 X 92 X 74 X 67 X 68 X 11 X 37 X 49 X 69 X 50 X 1 X 1 X 0 X 21 X 22 X 0 X 1 X 13 X 0 X 0 X 0 X 3 X 24 X 5 X 1 X 0 X 10 X 8 X +USW00021504196803TSUN 432 X 414 X 6 X 66 X 654 X 522 X 474 X 486 X 78 X 264 X 354 X 498 X 354 X 12 X 6 X 0 X 150 X 162 X 0 X 6 X 96 X 0 X 0 X 0 X 18 X 180 X 36 X 12 X 0 X 72 X 60 X +USW00021504196803WDFG 135W X 90W X 45W X 45W X 90W X 45W X 90W X 90W X 315W X 90W X 45W X 45W X 90W X 45W X 45W X 135W X 135W X 315W X 315W X 315W X 360W X 270W X 135W X 45W X 315W X 45W X 90W X 45W X 315W X 360W X 315W X +USW00021504196803WDFM 90W X 90W X 360W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 90W X 90W X 45W X 45W X 90W X 135W X 45W X 315W X 315W X 45W X 225W X 225W X 225W X 360W X 90W X 90W X 90W X 315W X 360W X 315W X +USW00021504196803WDMV 151 0 93 0 187 0 71 0 101 0 116 0 159 0 161 0 119 0 109 0 79 0 105 0 134 0 132 0 124 0 37 0 154 0 82 0 214 0 251 0 140 0 53 0 45 0 19 0 31 0 43 0 69 0 69 0 187 0 237 0 153 0 +USW00021504196803WSFG 118 X 103 X 103 X 67 X 87 X 98 X 103 X 103 X 77 X 87 X 87 X 72 X 108 X 98 X 98 X 57 X 144 X 67 X 108 X 108 X 77 X 57 X 51 X 51 X 46 X 62 X 82 X 87 X 108 X 118 X 103 X +USW00021504196803WSFM 85 X 72 X 67 X 58 X 67 X 80 X 89 X 85 X 67 X 76 X 67 X 58 X 89 X 72 X 67 X 45 X 116 X 54 X 72 X 80 X 49 X 40 X 40 X 40 X 36 X 45 X 63 X 72 X 67 X 76 X 72 X +USW00021504196803WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504196803WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196804TMAX 267 0 272 0 267 0 272 0 289 0 289 0 278 0 278 0 267 0 267 0 261 0 278 0 278 0 278 0 239 0 239 0 267 0 278 0 283 0 300 0 283 0 283 0 272 0 272 0 283 0 233 0 267 0 239 0 261 0 272 0-9999 +USW00021504196804TMIN 167 0 172 0 217 0 194 0 172 0 189 0 189 0 194 0 178 0 183 0 183 0 183 0 189 0 183 0 206 0 211 0 211 0 211 0 194 0 206 0 189 0 183 0 206 0 206 0 200 0 206 0 200 0 200 0 200 0 189 0-9999 +USW00021504196804PRCP 0T 0 198 0 91 0 18 0 15 0 178 0 340 0 36 0 0T 0 117 0 10 0 0 0 48 0 127 0 607 0 1275 0 18 0 264 0 33 0 0T 0 43 0 25 0 876 0 907 0 531 0 597 0 546 0 495 0 94 0 48 0-9999 +USW00021504196804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196804ACMH 30 X 70 X 90 X 90 X 60 X 70 X 80 X 60 X 80 X 70 X 90 X 70 X 60 X 90 X 100 X 100 X 100 X 100 X 60 X 70 X 50 X 40 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X-9999 +USW00021504196804ACSH 20 X 70 X 90 X 90 X 40 X 80 X 70 X 40 X 90 X 80 X 100 X 50 X 70 X 90 X 100 X 100 X 100 X 100 X 50 X 60 X 60 X 40 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X-9999 +USW00021504196804DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 +USW00021504196804EVAP 79 0 53 0 58 0 64 0 56 0 28 0 53 0 56 0 58 0 33 0 15 0 58 0 64 0 30 0-9999 -9999 25 0 33 0 43 0 76 0 28 0 51 0-9999 -9999 56 0-9999 -9999 -9999 20 0 15 0-9999 +USW00021504196804MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 13 0-9999 -9999 -9999 +USW00021504196804MNPN 161 0 161 0 206 0 183 0 172 0 189 0 183 0 194 0 178 0 161 0 172 0 178 0 183 0 178 0 200 0 206 0 200 0 206 0 189 0 206 0 189 0 183 0 206 0 194 0 189 0 189 0 189 0 189 0 194 0 183 0-9999 +USW00021504196804MXPN 300 0 294 0 289 0 294 0 322 0 289 0 317 0 322 0 283 0 244 0 244 0 311 0 328 0 311 0 233 0 239 0 289 0 311 0 339 0 328 0 311 0 333 0 261 0 261 0 283 0 222 0 256 0 244 0 278 0 261 0-9999 +USW00021504196804PGTM 1706 X 1018 X 1412 X 0942 X 1418 X 1200 X 0936 X 1342 X 1706 X 1400 X 1200 X 1354 X 1200 X 1218 X 1654 X 0312 X 1600 X 1236 X 1412 X 1712 X 1236 X 1230 X 1954 X 1342 X 1342 X 0518 X 1412 X 1700 X 1648 X 1206 X-9999 +USW00021504196804PSUN 59 X 59 X 46 X 35 X 47 X 23 X 33 X 62 X 26 X 20 X 3 X 30 X 26 X 27 X 0 X 0 X 0 X 25 X 51 X 56 X 47 X 67 X 15 X 8 X 36 X 0 X 2 X 0 X 7 X 11 X-9999 +USW00021504196804TSUN 438 X 438 X 342 X 264 X 354 X 174 X 246 X 468 X 192 X 156 X 24 X 228 X 192 X 204 X 0 X 0 X 0 X 186 X 384 X 426 X 360 X 510 X 114 X 60 X 270 X 0 X 18 X 0 X 54 X 90 X-9999 +USW00021504196804WDFG 315W X 360W X 360W X 315W X 45W X 180W X 90W X 360W X 315W X 315W X 315W X 315W X 315W X 45W X 135W X 45W X 315W X 45W X 45W X 360W X 45W X 360W X 360W X 45W X 45W X 225W X 90W X 90W X 270W X 45W X-9999 +USW00021504196804WDFM 315W X 315W X 360W X 360W X 90W X 90W X 225W X 45W X 315W X 315W X 315W X 315W X 360W X 45W X 225W X 90W X 315W X 45W X 45W X 90W X 45W X 45W X 360W X 45W X 90W X 270W X 90W X 225W X 270W X 45W X-9999 +USW00021504196804WDMV 166 0 204 0 262 0 200 0 90 0 80 0 105 0 76 0 180 0 124 0 61 0 113 0 117 0 97 0 42 0 97 0 35 0 72 0 56 0 137 0 61 0 93 0 71 0 124 0 121 0 21 0 51 0 21 0 40 0 26 0-9999 +USW00021504196804WSFG 87 X 113 X 108 X 93 X 72 X 93 X 77 X 72 X 144 X 118 X 67 X 82 X 77 X 93 X 67 X 113 X 51 X 98 X 72 X 108 X 77 X 67 X 93 X 108 X 113 X 77 X 93 X 87 X 62 X 108 X-9999 +USW00021504196804WSFM 54 X 72 X 76 X 58 X 54 X 67 X 63 X 49 X 94 X 76 X 54 X 54 X 49 X 76 X 49 X 85 X 36 X 80 X 45 X 89 X 58 X 49 X 76 X 89 X 103 X 76 X 76 X 58 X 45 X 85 X-9999 +USW00021504196804WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196804WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196805TMAX 261 0 278 0 272 0 272 0 250 0 272 0 278 0 283 0 283 0 272 0 278 0 283 0 278 0 278 0 272 0 272 0 278 0 283 0 283 0 289 0 294 0 294 0 289 0 306 0 306 0 294 0 267 0 294 0 300 0 306 0 300 0 +USW00021504196805TMIN 183 0 194 0 200 0 189 0 194 0 194 0 189 0 200 0 206 0 211 0 222 0 222 0 217 0 222 0 206 0 200 0 178 0 200 0 228 0 228 0 194 0 189 0 194 0 194 0 200 0 217 0 200 0 189 0 206 0 189 0 206 0 +USW00021504196805PRCP 94 0 8 0 64 0 3 0 15 0 0T 0 0T 0 0T 0 0T 0 109 0 0T 0 81 0 5 0 3 0 10 0 0 0 0 0 48 0 109 0 66 0 15 0 0 0 0 0 0T 0 0 0 10 0 43 0 3 0 0T 0 3 0 0T 0 +USW00021504196805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196805ACMH 100 X 70 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 70 X 40 X 40 X 60 X 100 X 100 X 60 X 20 X 60 X 20 X 50 X 80 X 80 X 60 X 50 X 60 X 40 X +USW00021504196805ACSH 100 X 60 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 70 X 30 X 40 X 50 X 90 X 100 X 70 X 40 X 70 X 20 X 40 X 60 X 100 X 60 X 50 X 70 X 40 X +USW00021504196805EVAP 25 0 43 0 64 0 86 0 20 0 48 0 66 0 46 0 64 0 13 0 38 0 28 0 61 0 43 0 53 0 71 0 69 0 71 0 18 0 66 0 74 0 84 0 69 0 89 0 89 0 69 0 30 0 74 0 84 0 81 0 66 0 +USW00021504196805MNPN 172 0 183 0 189 0 189 0 183 0 183 0 178 0 189 0 194 0 200 0 228 0 217 0 206 0 206 0 194 0 200 0 172 0 189 0 222 0 222 0 206 0 172 0 178 0 183 0 183 0 211 0 194 0 183 0 194 0 183 0 194 0 +USW00021504196805MXPN 256 0 311 0 306 0 311 0 317 0 317 0 289 0 294 0 283 0 250 0 322 0 306 0 311 0 289 0 322 0 322 0 306 0 333 0 311 0 333 0 328 0 311 0 317 0 311 0 328 0 333 0 272 0 328 0 333 0 328 0 328 0 +USW00021504196805PGTM 1448 X 1518 X 1342 X 1242 X 1630 X 1212 X 1212 X 1154 X 1430 X 1418 X 1600 X 1648 X 1218 X 1606 X 0612 X 1154 X 1248 X 1748 X 1230 X 1412 X 1100 X 1406 X 1124 X 1400 X 1142 X 1154 X 0618 X 1148 X 1306 X 1124 X 1536 X +USW00021504196805PSUN 8 X 64 X 48 X 69 X 1 X 48 X 20 X 27 X 21 X 6 X 44 X 20 X 37 X 11 X 57 X 84 X 61 X 57 X 35 X 46 X 86 X 67 X 55 X 83 X 85 X 52 X 2 X 77 X 71 X 58 X 56 X +USW00021504196805TSUN 60 X 498 X 372 X 534 X 12 X 372 X 156 X 210 X 168 X 48 X 348 X 156 X 294 X 84 X 444 X 654 X 480 X 450 X 276 X 366 X 678 X 528 X 432 X 654 X 672 X 414 X 12 X 612 X 564 X 462 X 444 X +USW00021504196805WDFG 45W X 45W X 45W X 45W X 315W X 45W X 45W X 90W X 90W X 315W X 315W X 315W X 360W X 315W X 315W X 360W X 360W X 315W X 45W X 45W X 90W X 90W X 135W X 90W X 90W X 90W X 225W X 45W X 90W X 90W X 90W X +USW00021504196805WDFM 45W X 45W X 45W X 45W X 225W X 360W X 45W X 90W X 90W X 360W X 315W X 315W X 360W X 315W X 315W X 360W X 45W X 360W X 45W X 45W X 90W X 135W X 90W X 90W X 135W X 90W X 225W X 90W X 90W X 90W X 90W X +USW00021504196805WDMV 19 0 58 0 71 0 109 0 101 0 82 0 87 0 80 0 179 0 79 0 76 0 145 0 121 0 124 0 148 0 116 0 121 0 127 0 93 0 85 0 117 0 137 0 142 0 169 0 167 0 116 0 80 0 130 0 146 0 138 0 103 0 +USW00021504196805WSFG 77 X 72 X 82 X 93 X 57 X 67 X 87 X 77 X 123 X 67 X 51 X 87 X 67 X 67 X 82 X 72 X 67 X 72 X 77 X 72 X 82 X 103 X 98 X 118 X 98 X 93 X 67 X 103 X 98 X 98 X 82 X +USW00021504196805WSFM 67 X 54 X 63 X 49 X 54 X 45 X 58 X 58 X 89 X 40 X 36 X 72 X 49 X 45 X 67 X 40 X 45 X 49 X 63 X 58 X 67 X 72 X 76 X 80 X 89 X 67 X 58 X 72 X 85 X 67 X 58 X +USW00021504196805WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196805WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196806TMAX 289 0 300 0 300 0 294 0 294 0 311 0 289 0 283 0 294 0 272 0 289 0 283 0 283 0 278 0 283 0 283 0 278 0 283 0 272 0 289 0 294 0 289 0 289 0 283 0 283 0 294 0 289 0 294 0 289 0 300 0-9999 +USW00021504196806TMIN 206 0 211 0 206 0 211 0 200 0 200 0 206 0 211 0 200 0 211 0 194 0 200 0 211 0 217 0 200 0 206 0 206 0 211 0 206 0 200 0 200 0 211 0 194 0 211 0 206 0 211 0 222 0 233 0 206 0 194 0-9999 +USW00021504196806PRCP 0T 0 0T 0 18 0 15 0 5 0 0T 0 61 0 246 0 48 0 104 0 25 0 43 0 315 0 302 0 41 0 69 0 119 0 38 0 277 0 23 0 104 0 86 0 28 0 51 0 43 0 8 0 97 0 0 0 48 0 0 0-9999 +USW00021504196806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196806ACMH 50 X 60 X 90 X 90 X 70 X 20 X 80 X 80 X 70 X 80 X 80 X 90 X 100 X 100 X 60 X 100 X 90 X 100 X 90 X 100 X 70 X 80 X 70 X 80 X 80 X 70 X 100 X 80 X 60 X 80 X-9999 +USW00021504196806ACSH 70 X 60 X 100 X 80 X 70 X 0 X 90 X 80 X 60 X 90 X 80 X 90 X 100 X 100 X 60 X 100 X 90 X 90 X 100 X 100 X 70 X 90 X 90 X 70 X 60 X 60 X 100 X 70 X 50 X 100 X-9999 +USW00021504196806EVAP 64 0 38 0 36 0 43 0 74 0 79 0 30 0 23 0 46 0 15 0 36 0 25 0 23 0-9999 74 0 30 0 13 0 36 0 20 0 30 0 43 0 56 0 43 0 51 0 66 0 43 0-9999 -9999 81 0 56 0-9999 +USW00021504196806MNPN 194 0 200 0 194 0 200 0 200 0 183 0 206 0 206 0 189 0 206 0 194 0 194 0 222 0 206 0 194 0 200 0 194 0 200 0 200 0 194 0 194 0 211 0 194 0 194 0 206 0 211 0 211 0 217 0 211 0 189 0-9999 +USW00021504196806MXPN 322 0 333 0 322 0 283 0 300 0 333 0 300 0 311 0 317 0 283 0 289 0 289 0 289 0 283 0 294 0 300 0 294 0 306 0 283 0 300 0 306 0 294 0 289 0 311 0 333 0 317 0 306 0 322 0 333 0 333 0-9999 +USW00021504196806PGTM 1530 X 1118 X 1418 X 1242 X 1318 X 1236 X 1624 X 1524 X 1900 X 0442 X 1230 X 1300 X 1312 X 0230 X 1454 X 1218 X 1612 X 1542 X 1206 X 1006 X 1406 X 1542 X 1048 X 1106 X 0000 X 1318 X 1342 X 1200 X 1048 X 1148 X-9999 +USW00021504196806PSUN 51 X 58 X 46 X 25 X 43 X 90 X 21 X 30 X 61 X 11 X 34 X 23 X 0 X 3 X 68 X 37 X 16 X 18 X 1 X 28 X 28 X 15 X 18 X 36 X 51 X 68 X 10 X 40 X 79 X 61 X-9999 +USW00021504196806TSUN 408 X 462 X 366 X 180 X 342 X 714 X 168 X 234 X 492 X 90 X 270 X 186 X 0 X 24 X 546 X 300 X 126 X 144 X 6 X 222 X 222 X 120 X 144 X 288 X 408 X 546 X 78 X 324 X 630 X 492 X-9999 +USW00021504196806WDFG 45W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 45W X 45W X 360W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 90W X 45W X 45W X 90W X-9999 +USW00021504196806WDFM 45W X 90W X 90W X 90W X 90W X 45W X 45W X 90W X 45W X 225W X 45W X 90W X 135W X 90W X 45W X 45W X 45W X 45W X 90W X 90W X 45W X 90W X 45W X 45W X 225W X 90W X 90W X 45W X 45W X 45W X-9999 +USW00021504196806WDMV 98 0 109 0 161 0 132 0 161 0 121 0 77 0 101 0 92 0 74 0 90 0 84 0 101 0 72 0 76 0 84 0-9999 -9999 51 0 71 0 82 0 64 0 69 0 68 0 82 0 97 0 53 0 137 0 106 0 37 0-9999 +USW00021504196806WSFG 77 X 82 X 123 X 93 X 118 X 98 X 87 X 87 X 103 X 72 X 98 X 82 X 108 X 108 X 67 X 103 X 98 X 82 X 77 X 77 X 93 X 72 X 72 X 87 X 72 X 108 X 77 X 82 X 72 X 77 X-9999 +USW00021504196806WSFM 54 X 63 X 94 X 76 X 80 X 72 X 58 X 63 X 76 X 45 X 58 X 54 X 80 X 76 X 45 X 54 X 80 X 58 X 58 X 67 X 67 X 49 X 63 X 67 X 49 X 85 X 54 X 63 X 49 X 54 X-9999 +USW00021504196806WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196806WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 +USW00021504196807TMAX 294 0 294 0 306 0 300 0 306 0 306 0 306 0 311 0 306 0 306 0 300 0 289 0 294 0 267 0 289 0 278 0 289 0 283 0 283 0 294 0 283 0 283 0 294 0 294 0 300 0 300 0 283 0 294 0 283 0 289 0 294 0 +USW00021504196807TMIN 200 0 206 0 211 0 211 0 194 0 194 0 200 0 200 0 200 0 189 0 200 0 194 0 200 0 222 0 228 0 217 0 211 0 194 0 194 0 211 0 206 0 200 0 211 0 200 0 217 0 200 0 211 0 206 0 200 0 206 0 200 0 +USW00021504196807PRCP 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 53 0 58 0 48 0 38 0 267 0 467 0 10 0 130 0 97 0 150 0 130 0 36 0 28 0 89 0 28 0 36 0 33 0 0 0 5 0 41 0 10 0 64 0 71 0 +USW00021504196807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196807ACMH 80 X 70 X 80 X 80 X 30 X 60 X 80 X 20 X 70 X 80 X 70 X 60 X 90 X 100 X 90 X 100 X 90 X 100 X 90 X 80 X 80 X 90 X 90 X 90 X 80 X 70 X 100 X 90 X 80 X 90 X 90 X +USW00021504196807ACSH 80 X 60 X 80 X 100 X 20 X 100 X 70 X 20 X 70 X 90 X 70 X 60 X 90 X 100 X 90 X 100 X 90 X 100 X 90 X 70 X 80 X 80 X 90 X 100 X 70 X 80 X 100 X 90 X 80 X 90 X 90 X +USW00021504196807EVAP 71 0 56 0 61 0 56 0 79 0 74 0 84 0 86 0 69 0 41 0 53 0 56 0 33 0-9999 56 0 10 0 38 0 23 0 30 0 56 0 51 0 38 0 46 0 58 0 36 0-9999 58 0 28 0 51 0 33 0 25 0 +USW00021504196807MNPN 189 0 206 0 222 0 217 0 189 0 178 0 189 0 206 0 189 0 183 0 200 0 200 0 206 0 200 0 222 0 217 0 217 0 206 0 200 0 211 0 211 0 206 0 211 0 206 0 217 0 172 0 200 0 194 0 194 0 200 0 200 0 +USW00021504196807MXPN 328 0 328 0 333 0 311 0 333 0 339 0 344 0 333 0 322 0 322 0 317 0 333 0 311 0 272 0 300 0 272 0 317 0 317 0 317 0 333 0 322 0 322 0 322 0 317 0 339 0 328 0 289 0 289 0 311 0 300 0 289 0 +USW00021504196807PGTM 1324 X 1448 X 1300 X 1148 X 1306 X 1142 X 1330 X 1254 X 1142 X 1424 X 1154 X 1212 X 1530 X 1318 X 1318 X 1100 X 1130 X 1324 X 1948 X 1512 X 0548 X 1112 X 1306 X 1542 X 1206 X 1230 X 1254 X 2318 X 0930 X 1512 X 1030 X +USW00021504196807PSUN 44 X 28 X 47 X 17 X 85 X 89 X 81 X 81 X 42 X 41 X 42 X 64 X 27 X 0 X 53 X 0 X 27 X 23 X 25 X 57 X 36 X 34 X 20 X 29 X 37 X 53 X 4 X 20 X 55 X 10 X 20 X +USW00021504196807TSUN 354 X 222 X 372 X 132 X 678 X 714 X 642 X 648 X 330 X 330 X 336 X 510 X 216 X 0 X 426 X 0 X 216 X 186 X 198 X 450 X 282 X 270 X 162 X 228 X 294 X 414 X 36 X 156 X 426 X 78 X 162 X +USW00021504196807WDFG 45W X 90W X 90W X 90W X 90W X 360W X 45W X 90W X 45W X 90W X 90W X 45W X 90W X 135W X 45W X 180W X 90W X 45W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X +USW00021504196807WDFM 45W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 45W X 90W X 90W X 45W X 90W X 90W X 45W X 225W X 90W X 45W X 90W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X +USW00021504196807WDMV 61 0 42 0 84 0 137 0 93 0 72 0 74 0 106 0 93 0 69 0 66 0 50 0 124 0 53 0 50 0 50 0 68 0 58 0 72 0 68 0 56 0 47 0 79 0 79 0 74 0 77 0 53 0 51 0 90 0 80 0 72 0 +USW00021504196807WSFG 77 X 72 X 87 X 82 X 82 X 77 X 82 X 103 X 103 X 82 X 93 X 72 X 93 X 82 X 72 X 57 X 82 X 62 X 77 X 72 X 82 X 87 X 87 X 93 X 77 X 87 X 72 X 82 X 77 X 62 X 67 X +USW00021504196807WSFM 54 X 45 X 72 X 63 X 58 X 54 X 58 X 76 X 72 X 67 X 76 X 54 X 76 X 54 X 49 X 45 X 67 X 49 X 58 X 49 X 58 X 58 X 63 X 80 X 58 X 67 X 54 X 49 X 63 X 49 X 49 X +USW00021504196807WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196807WT16-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00021504196808TMAX 278 0 289 0 289 0 300 0 294 0 300 0 289 0 294 0 294 0 272 0 272 0 278 0 289 0 283 0 294 0 294 0 283 0 294 0 294 0 289 0 278 0 283 0 289 0 289 0 294 0 294 0 294 0 294 0 294 0 294 0 294 0 +USW00021504196808TMIN 206 0 211 0 206 0 206 0 222 0 217 0 217 0 206 0 194 0 211 0 211 0 211 0 206 0 206 0 200 0 194 0 200 0 206 0 200 0 200 0 206 0 194 0 206 0 200 0 200 0 211 0 206 0 194 0 200 0 206 0 211 0 +USW00021504196808PRCP 15 0 86 0 0T 0 30 0 13 0 99 0 203 0 46 0 102 0 53 0 91 0 160 0 112 0 94 0 15 0 0 0 163 0 41 0 33 0 3 0 18 0 13 0 8 0 46 0 203 0 51 0 0T 0 0T 0 206 0 18 0 523 0 +USW00021504196808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196808ACMH 100 X 90 X 70 X 90 X 100 X 80 X 80 X 80 X 80 X 100 X 100 X 100 X 90 X 80 X 60 X 20 X 80 X 80 X 80 X 90 X 70 X 70 X 70 X 50 X 70 X 70 X 50 X 40 X 80 X 60 X 100 X +USW00021504196808ACSH 100 X 90 X 60 X 90 X 100 X 80 X 70 X 90 X 90 X 100 X 100 X 100 X 80 X 90 X 50 X 20 X 100 X 80 X 70 X 90 X 90 X 90 X 60 X 40 X 60 X 60 X 30 X 40 X 90 X 20 X 100 X +USW00021504196808EVAP 43 0 58 0 66 0 43 0 43 0 61 0 56 0 38 0 64 0 18 0 46 0 18 0 36 0 86 0 61 0 74 0 15 0 30 0 51 0 36 0 36 0 30 0 53 0 51 0 20 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196808MNPN 211 0 211 0 206 0 211 0 222 0 211 0 217 0 206 0 194 0 211 0 211 0 211 0 217 0 211 0 206 0 200 0 194 0 211 0 200 0 200 0 206 0 194 0 194 0 194 0 194 0 206 0 194 0 200 0 178 0 206 0 200 0 +USW00021504196808MXPN 300 0 322 0 344 0 328 0 306 0 322 0 322 0 289 0 328 0 283 0 278 0 289 0 300 0 289 0 294 0 294 0 289 0 306 0 322 0 322 0 333 0 283 0 333 0 339 0 322 0 333 0 333 0 317 0 317 0 333 0 322 0 +USW00021504196808PGTM 1606 X 0530 X 1448 X 1306 X 1718 X 1406 X 1236 X 1406 X 1618 X 0806 X 1054 X 1100 X 1530 X 1218 X 1136 X 1336 X 1548 X 0942 X 1248 X 0106 X 0948 X 1242 X 1136 X 1406 X 1536 X 0506 X 1254 X 1148 X 1000 X 1406 X 1348 X +USW00021504196808PSUN 13 X 46 X 74 X 25 X 3 X 65 X 59 X 23 X 33 X 4 X 2 X 10 X 45 X 15 X 55 X 82 X 0 X 30 X 44 X 37 X 23 X 7 X 56 X 68 X 35 X 48 X 77 X 81 X 11 X 87 X 15 X +USW00021504196808TSUN 102 X 336 X 582 X 192 X 24 X 504 X 456 X 180 X 258 X 30 X 18 X 78 X 348 X 120 X 426 X 630 X 0 X 228 X 336 X 282 X 174 X 54 X 432 X 522 X 270 X 360 X 582 X 618 X 84 X 654 X 114 X +USW00021504196808WDFG 45W X 270W X 360W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 270W X 90W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 360W X 45W X 45W X 90W X 90W X 90W X +USW00021504196808WDFM 45W X 270W X 360W X 90W X 90W X 90W X 360W X 90W X 225W X 225W X 270W X 90W X 45W X 45W X 270W X 45W X 270W X 90W X 225W X 45W X 45W X 45W X 45W X 45W X 45W X 225W X 360W X 45W X 90W X 45W X 90W X +USW00021504196808WDMV 82 0 106 0 95 0 80 0 71 0 90 0 77 0 76 0 80 0 80 0 82 0 72 0 101 0 74 0 64 0 64 0 37 0 61 0 71 0 58 0 56 0 64 0 58 0 58 0 61 0 71 0 53 0 76 0 92 0 69 0 76 0 +USW00021504196808WSFG 57 X 62 X 62 X 108 X 67 X 77 X 77 X 77 X 77 X 67 X 72 X 67 X 77 X 72 X 67 X 62 X 67 X 77 X 72 X 82 X 87 X 87 X 67 X 67 X 62 X 87 X 77 X 67 X 87 X 77 X 82 X +USW00021504196808WSFM 40 X 54 X 40 X 76 X 49 X 63 X 63 X 54 X 58 X 49 X 63 X 45 X 58 X 54 X 49 X 45 X 40 X 63 X 67 X 45 X 63 X 72 X 45 X 45 X 45 X 67 X 58 X 45 X 67 X 58 X 76 X +USW00021504196808WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00021504196808WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504196808WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196809TMAX 294 0 272 0 300 0 294 0 294 0 294 0 267 0 289 0 294 0 289 0 300 0 306 0 294 0 283 0 294 0 311 0 294 0 300 0 294 0 294 0 294 0 294 0 289 0 294 0 300 0 267 0 294 0 272 0 289 0 300 0-9999 +USW00021504196809TMIN 211 0 211 0 211 0 194 0 194 0 200 0 211 0 200 0 206 0 222 0 217 0 206 0 200 0 211 0 217 0 211 0 200 0 200 0 211 0 211 0 217 0 194 0 206 0 211 0 194 0 211 0 194 0 211 0 211 0 194 0-9999 +USW00021504196809PRCP 472 0 76 0 0T 0 0 0 0 0 46 0 259 0 36 0 36 0 18 0 43 0 0 0 0T 0 84 0 25 0 8 0 5 0 124 0 46 0 36 0 5 0 5 0 79 0 213 0 71 0 104 0 33 0 315 0 28 0 0 0-9999 +USW00021504196809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196809ACMH 100 X 100 X 80 X 30 X 30 X 90 X 100 X 90 X 80 X 100 X 100 X 40 X 30 X 80 X 80 X 40 X 40 X 80 X 80 X 80 X 80 X 60 X 100 X 70 X 50 X 90 X 60 X 90 X 70 X 40 X-9999 +USW00021504196809ACSH 100 X 100 X 80 X 20 X 30 X 100 X 100 X 100 X 80 X 90 X 100 X 40 X 20 X 80 X 80 X 30 X 30 X 90 X 80 X 70 X 80 X 50 X 90 X 80 X 60 X 100 X 60 X 100 X 70 X 40 X-9999 +USW00021504196809DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 +USW00021504196809EVAP 30 0 8 0 51 0 71 0 71 0 38 0 10 0 20 0 48 0 46 0 41 0 64 0 71 0 23 0 36 0 61 0 79 0 56 0 56 0 46 0 38 0 61 0 36 0 23 0-9999 -9999 -9999 -9999 10 0 58 0-9999 +USW00021504196809MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 104 0-9999 -9999 -9999 -9999 +USW00021504196809MNPN 200 0 206 0 211 0 194 0 194 0 200 0 206 0 200 0 206 0 211 0 217 0 206 0 206 0 200 0 217 0 211 0 189 0 194 0 206 0 211 0 211 0 200 0 206 0 200 0 206 0 211 0 206 0 211 0 211 0 194 0-9999 +USW00021504196809MXPN 311 0 322 0 317 0 333 0 333 0 317 0 256 0 278 0 322 0 294 0 311 0 339 0 339 0 311 0 306 0 317 0 339 0 333 0 333 0 322 0 322 0 333 0 328 0 311 0 322 0 278 0 322 0 306 0 300 0 317 0-9999 +USW00021504196809PGTM 1312 X 1430 X 1118 X 1354 X 1512 X 1336 X 2048 X 0954 X 1230 X 0154 X 1342 X 1312 X 1236 X 1918 X 0354 X 1406 X 1200 X 0206 X 1818 X 1200 X 1148 X 1154 X 1542 X 1200 X 1812 X 1018 X 1324 X 0024 X 1330 X 1242 X-9999 +USW00021504196809PSUN 5 X 0 X 6 X 68 X 68 X 15 X 0 X 1 X 28 X 1 X 5 X 72 X 90 X 32 X 23 X 80 X 93 X 82 X 60 X 63 X 36 X 81 X 47 X 37 X 72 X 2 X 64 X 7 X 29 X 60 X-9999 +USW00021504196809TSUN 36 X 0 X 48 X 510 X 510 X 114 X 0 X 6 X 204 X 12 X 36 X 534 X 660 X 234 X 168 X 588 X 678 X 600 X 444 X 462 X 264 X 594 X 342 X 270 X 516 X 12 X 462 X 48 X 204 X 426 X-9999 +USW00021504196809WDFG 135W X 135W X 90W X 45W X 360W X 45W X 90W X 135W X 45W X 45W X 45W X 45W X 45W X 90W X 180W X 45W X 360W X 135W X 90W X 90W X 45W X 45W X 360W X 135W X 90W X 45W X 45W X 45W X 45W X 90W X-9999 +USW00021504196809WDFM 90W X 90W X 90W X 45W X 45W X 360W X 225W X 225W X 90W X 45W X 90W X 45W X 45W X 90W X 90W X 90W X 45W X 135W X 45W X 90W X 45W X 45W X 360W X 90W X 90W X 225W X 225W X 90W X 45W X 90W X-9999 +USW00021504196809WDMV 77 0 68 0 79 0 55 0 80 0 56 0 48 0 19 0 90 0 74 0 89 0 58 0 66 0 51 0 76 0 79 0 111 0 84 0 80 0 97 0 82 0 72 0 71 0 58 0 55 0 58 0 64 0 95 0 31 0 97 0-9999 +USW00021504196809WSFG 82 X 67 X 77 X 67 X 57 X 67 X 67 X 72 X 72 X 82 X 67 X 62 X 62 X 82 X 77 X 87 X 77 X 103 X 103 X 98 X 77 X 72 X 82 X 72 X 87 X 67 X 72 X 87 X 82 X 103 X-9999 +USW00021504196809WSFM 63 X 49 X 63 X 54 X 40 X 40 X 54 X 58 X 58 X 67 X 54 X 45 X 40 X 63 X 63 X 63 X 45 X 63 X 76 X 76 X 54 X 49 X 49 X 45 X 58 X 49 X 49 X 54 X 54 X 76 X-9999 +USW00021504196809WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196809WT16 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504196810TMAX 311 0 306 0 306 0 306 0 306 0 300 0 300 0 306 0 306 0 306 0 289 0 306 0 306 0 306 0 306 0 300 0 300 0 300 0 294 0 289 0 283 0 272 0 289 0 289 0 294 0 294 0 294 0 294 0 294 0 294 0 294 0 +USW00021504196810TMIN 211 0 211 0 206 0 200 0 206 0 200 0 206 0 189 0 194 0 189 0 233 0 239 0 211 0 200 0 206 0 200 0 194 0 206 0 217 0 222 0 206 0 206 0 194 0 183 0 194 0 189 0 189 0 206 0 194 0 200 0 200 0 +USW00021504196810PRCP 0T 0 0 0 0 0 0T 0 20 0 41 0 3 0 0 0 0 0 284 0 66 0 18 0 0 0 5 0 8 0 0 0 122 0 198 0 114 0 178 0 33 0 254 0 38 0 0 0 15 0 0 0 0T 0 0T 0 20 0 18 0 81 0 +USW00021504196810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196810ACMH 70 X 80 X 70 X 40 X 50 X 70 X 50 X 20 X 60 X 60 X 100 X 100 X 90 X 60 X 40 X 40 X 50 X 60 X 70 X 80 X 50 X 90 X 40 X 20 X 60 X 30 X 40 X 60 X 40 X 80 X 60 X +USW00021504196810ACSH 80 X 100 X 60 X 20 X 50 X 80 X 50 X 20 X 70 X 70 X 100 X 100 X 100 X 90 X 10 X 40 X 40 X 30 X 60 X 80 X 30 X 100 X 50 X 30 X 30 X 40 X 20 X 70 X 40 X 90 X 60 X +USW00021504196810EVAP 64 0 48 0 66 0 51 0 81 0 58 0-9999 71 0 64 0 30 0 13 0 36 0 41 0 46 0 79 0 56 0 46 0 48 0 53 0 48 0 48 0 13 0 43 0 51 0 51 0 74 0 51 0 46 0 48 0 20 0 43 0 +USW00021504196810MNPN 206 0 206 0 206 0 194 0 183 0 194 0 211 0 172 0 189 0 178 0 228 0 222 0 211 0 206 0 189 0 200 0 189 0 200 0 211 0 211 0 211 0 206 0 189 0 178 0 194 0 178 0 172 0 206 0 189 0 200 0 211 0 +USW00021504196810MXPN 311 0 306 0 328 0 333 0 339 0 306 0 311 0 328 0 311 0 294 0 283 0 294 0 306 0 300 0 328 0 328 0 322 0 322 0 322 0 306 0 322 0 322 0 317 0 311 0 322 0 317 0 322 0 300 0 306 0 283 0 311 0 +USW00021504196810PGTM 1318 X 1412 X 1324 X 1448 X 1330 X 1354 X 1242 X 1318 X 1306 X 1442 X 1330 X 1306 X 1506 X 1200 X 1448 X 1236 X 2342 X 1254 X 1836 X 1106 X 1348 X 0442 X 0442 X 1300 X 1242 X 1054 X 2200 X 1036 X 1512 X 1418 X 1424 X +USW00021504196810PSUN 43 X 38 X 65 X 85 X 64 X 9 X 45 X 82 X 50 X 30 X 2 X 36 X 44 X 26 X 87 X 66 X 57 X 69 X 69 X 50 X 84 X 0 X 46 X 58 X 70 X 61 X 74 X 38 X 43 X 9 X 53 X +USW00021504196810TSUN 306 X 276 X 468 X 606 X 462 X 66 X 324 X 582 X 354 X 216 X 12 X 252 X 312 X 186 X 606 X 462 X 402 X 486 X 486 X 348 X 582 X 6 X 318 X 408 X 480 X 426 X 510 X 258 X 300 X 60 X 360 X +USW00021504196810WDFG 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 225W X 315W X 45W X 45W X 45W X 180W X 225W X 45W X 90W X 45W X 180W X 90W X 90W X 270W X 45W X +USW00021504196810WDFM 90W X 90W X 90W X 45W X 45W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 225W X 225W X 45W X 45W X 360W X 225W X 225W X 45W X 90W X 360W X 225W X 45W X 90W X 45W X 90W X +USW00021504196810WDMV 167 0 142 0 87 0 77 0 84 0 77 0 53 0 79 0 103 0 97 0 90 0 68 0 74 0 55 0 142 0 84 0 71 0 64 0 79 0 64 0 66 0 56 0 68 0 60 0 84 0 58 0 76 0 68 0 76 0 42 0 80 0 +USW00021504196810WSFG 118 X 87 X 87 X 87 X 77 X 67 X 67 X 67 X 93 X 93 X 72 X 93 X 77 X 67 X 108 X 77 X 72 X 67 X 82 X 118 X 77 X 67 X 72 X 62 X 77 X 72 X 72 X 77 X 72 X 72 X 72 X +USW00021504196810WSFM 89 X 72 X 67 X 63 X 54 X 54 X 49 X 49 X 80 X 76 X 45 X 76 X 63 X 54 X 80 X 67 X 63 X 54 X 54 X 80 X 49 X 45 X 72 X 40 X 54 X 45 X 54 X 63 X 49 X 45 X 49 X +USW00021504196810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196810WT16 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00021504196811TMAX 289 0 300 0 300 0 300 0 300 0 300 0 306 0 300 0 294 0 300 0 300 0 300 0 294 0 289 0 283 0 294 0 294 0 289 0 294 0 289 0 272 0 278 0 283 0 289 0 289 0 294 0 300 0 294 0 278 0 228 0-9999 +USW00021504196811TMIN 194 0 206 0 189 0 189 0 189 0 200 0 183 0 194 0 206 0 200 0 206 0 206 0 206 0 217 0 222 0 211 0 206 0 200 0 217 0 211 0 200 0 189 0 189 0 194 0 200 0 189 0 189 0 194 0 211 0 206 0-9999 +USW00021504196811PRCP 64 0 0T 0 0 0 0 0 0 0 0 0 0 0 28 0 20 0 5 0 0 0 3 0 36 0 168 0 97 0 0 0 28 0 3 0 64 0 15 0 10 0 28 0 122 0 66 0 8 0 0T 0 0 0 381 0 475 0 978 0-9999 +USW00021504196811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196811ACMH 60 X 40 X 30 X 40 X 30 X 20 X 10 X 30 X 60 X 60 X 50 X 60 X 70 X 90 X 90 X 60 X 60 X 40 X 80 X 70 X 70 X 70 X 70 X 50 X 60 X 50 X 20 X 50 X 100 X 100 X-9999 +USW00021504196811ACSH 50 X 30 X 20 X 60 X 20 X 20 X 10 X 40 X 60 X 50 X 30 X 60 X 60 X 100 X 80 X 60 X 40 X 20 X 60 X 70 X 90 X 80 X 70 X 30 X 60 X 30 X 10 X 50 X 100 X 100 X-9999 +USW00021504196811EVAP 43 0 41 0 66 0 56 0 74 0 58 0 86 0 48 0 48 0 61 0 64 0 48 0 41 0 8 0 28 0 61 0 30 0 58 0-9999 51 0 25 0 15 0 18 0 33 0 30 0 66 0 53 0 30 0 18 0-9999 -9999 +USW00021504196811MNPN 183 0 206 0 178 0 178 0 172 0 178 0 183 0 189 0 167 0 194 0 194 0 194 0 194 0 211 0 206 0 211 0 206 0 194 0 194 0 200 0 189 0 183 0 178 0 200 0 194 0 189 0 183 0 189 0 200 0 189 0-9999 +USW00021504196811MXPN 311 0 311 0 322 0 311 0 306 0 311 0 322 0 317 0 311 0 306 0 306 0 283 0 294 0 289 0 278 0 311 0 311 0 322 0 333 0 317 0 306 0 278 0 289 0 278 0 283 0 300 0 300 0 300 0 278 0 217 0-9999 +USW00021504196811PGTM 1400 X 1324 X 0800 X 1230 X 1200 X 1400 X 1324 X 2318 X 0112 X 1418 X 1412 X 1336 X 1206 X 1606 X 0942 X 1306 X 1218 X 2042 X 1336 X 0430 X 1418 X 1200 X 1006 X 1230 X 1336 X 1136 X 1330 X 1624 X 1124 X 0200 X-9999 +USW00021504196811PSUN 61 X 55 X 77 X 51 X 77 X 81 X 87 X 49 X 56 X 58 X 67 X 27 X 33 X 12 X 23 X 52 X 48 X 81 X 37 X 43 X 4 X 11 X 32 X 62 X 42 X 86 X 83 X 72 X 29 X 0 X-9999 +USW00021504196811TSUN 420 X 378 X 528 X 348 X 522 X 552 X 588 X 336 X 378 X 390 X 450 X 186 X 222 X 84 X 156 X 348 X 324 X 546 X 246 X 288 X 24 X 72 X 216 X 414 X 276 X 576 X 552 X 480 X 192 X 0 X-9999 +USW00021504196811WDFG 45W X 90W X 180W X 90W X 90W X 90W X 90W X 45W X 225W X 90W X 90W X 135W X 135W X 135W X 135W X 360W X 45W X 270W X 45W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 225W X-9999 +USW00021504196811WDFM 45W X 90W X 225W X 90W X 90W X 90W X 90W X 90W X 225W X 90W X 90W X 90W X 135W X 90W X 135W X 360W X 45W X 315W X 45W X 225W X 225W X 225W X 225W X 90W X 90W X 90W X 90W X 90W X 90W X 225W X-9999 +USW00021504196811WDMV 64 0 97 0 48 0 87 0 84 0 109 0 138 0 82 0 79 0 90 0 137 0 126 0 122 0 56 0 69 0 101 0 64 0 85 0 68 0 56 0 58 0 47 0 56 0 71 0 71 0 87 0 89 0 76 0 66 0 87 0-9999 +USW00021504196811WSFG 67 X 82 X 57 X 77 X 82 X 108 X 108 X 87 X 82 X 87 X 103 X 113 X 108 X 77 X 103 X 93 X 87 X 87 X 93 X 72 X 62 X 57 X 77 X 72 X 72 X 87 X 82 X 67 X 98 X 87 X-9999 +USW00021504196811WSFM 45 X 58 X 45 X 54 X 63 X 85 X 80 X 54 X 67 X 58 X 76 X 85 X 80 X 54 X 67 X 58 X 54 X 49 X 45 X 54 X 45 X 49 X 54 X 54 X 58 X 67 X 63 X 54 X 72 X 67 X-9999 +USW00021504196811WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00021504196812TMAX 256 0 289 0 278 0 267 0 267 0 256 0 272 0 289 0 306 0 289 0 289 0 278 0 217 0 222 0 239 0 306 0 244 0 267 0 283 0 283 0 272 0 272 0 283 0 300 0 283 0 256 0 267 0 294 0 250 0 261 0 283 0 +USW00021504196812TMIN 206 0 211 0 206 0 194 0 206 0 206 0 206 0 200 0 194 0 183 0 189 0 156 0 194 0 194 0 194 0 194 0 189 0 206 0 194 0 178 0 200 0 200 0 200 0 183 0 178 0 172 0 183 0 178 0 189 0 167 0 183 0 +USW00021504196812PRCP 323 0 310 0 226 0 538 0 147 0 76 0 0T 0 8 0 0 0 0 0 0 0 119 0 1702 0 864 0 635 0 38 0 366 0 97 0 0 0 0 0 226 0 538 0 18 0 0 0 43 0 0T 0 0T 0 30 0 0T 0 0 0 0 0 +USW00021504196812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196812ACMH 100 X 90 X 90 X 100 X 90 X 100 X 100 X 80 X 40 X 10 X 20 X 40 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 40 X 70 X 90 X 80 X 50 X 90 X 70 X 70 X 80 X 90 X 70 X 70 X +USW00021504196812ACSH 100 X 90 X 90 X 100 X 70 X 100 X 100 X 80 X 30 X 10 X 40 X 30 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 40 X 70 X 80 X 70 X 60 X 100 X 70 X 50 X 70 X 100 X 50 X 70 X +USW00021504196812EVAP 0 0 8 0 30 0 8 0 28 0 20 0 28 0 18 0 30 0 61 0 53 0 23 0-9999 -9999 3 0 43 0-9999 0 0 18 0 33 0 41 0-9999 43 0 53 0 18 0 46 0-9999 -9999 -9999 -9999 -9999 +USW00021504196812MNPN 189 0 189 0 194 0 189 0 200 0 200 0 194 0 200 0 194 0 172 0 194 0 150 0 189 0 183 0 189 0 194 0 189 0 200 0 183 0 167 0 189 0 200 0 194 0 172 0 161 0 167 0-9999 -9999 -9999 -9999 -9999 +USW00021504196812MXPN 244 0 283 0 278 0 267 0 283 0 256 0 256 0 289 0 289 0 300 0 289 0 283 0 211 0 222 0 233 0 294 0 256 0 272 0 272 0 283 0 300 0 267 0 283 0 289 0 244 0 261 0-9999 -9999 -9999 -9999 -9999 +USW00021504196812PGTM 1012 X 1030 X 1142 X 1806 X 1742 X 1412 X 1506 X 1336 X 1412 X 1336 X 1406 X 2154 X 0836 X 1336 X 1730 X 1124 X 0636 X 2030 X 1906 X 1336 X 1812 X 1500 X 1424 X 1148 X 1106 X 1248 X 1200 X 1254 X 1106 X 0436 X 1542 X +USW00021504196812PSUN 0 X 25 X 11 X 20 X 33 X 1 X 1 X 27 X 45 X 85 X 46 X 59 X 0 X 0 X 0 X 6 X 0 X 0 X 5 X 49 X 38 X 14 X 35 X 56 X 5 X 22 X 11 X 37 X 26 X 74 X 37 X +USW00021504196812TSUN 0 X 162 X 78 X 132 X 222 X 12 X 12 X 180 X 294 X 558 X 306 X 390 X 0 X 0 X 0 X 42 X 0 X 0 X 36 X 324 X 252 X 96 X 234 X 372 X 36 X 144 X 72 X 246 X 168 X 486 X 240 X +USW00021504196812WDFG 135W X 180W X 90W X 360W X 315W X 45W X 135W X 135W X 90W X 90W X 90W X 315W X 45W X 270W X 180W X 180W X 135W X 135W X 135W X 315W X 315W X 90W X 90W X 135W X 315W X 360W X 45W X 135W X 315W X 225W X 90W X +USW00021504196812WDFM 135W X 180W X 90W X 45W X 315W X 45W X 135W X 90W X 90W X 90W X 90W X 315W X 45W X 180W X 225W X 180W X 135W X 135W X 135W X 315W X 315W X 90W X 90W X 135W X 180W X 315W X 45W X 135W X 315W X 225W X 225W X +USW00021504196812WDMV 58 0 103 0 111 0 114 0 101 0 40 0 74 0 90 0 80 0 95 0 100 0 84 0 163 0 74 0 47 0 76 0 68 0 103 0 37 0 40 0 64 0 42 0 95 0 121 0 64 0 84 0-9999 -9999 -9999 -9999 -9999 +USW00021504196812WSFG 93 X 82 X 93 X 98 X 77 X 67 X 62 X 87 X 82 X 82 X 103 X 98 X 108 X 87 X 72 X 103 X 72 X 113 X 87 X 82 X 87 X 57 X 103 X 123 X 67 X 103 X 57 X 98 X 164 X 67 X 77 X +USW00021504196812WSFM 58 X 67 X 72 X 63 X 54 X 49 X 49 X 67 X 58 X 63 X 76 X 67 X 63 X 58 X 45 X 76 X 54 X 76 X 67 X 54 X 54 X 40 X 76 X 76 X 45 X 63 X 36 X 72 X 121 X 58 X 63 X +USW00021504196812WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504196901TMAX 294 0 289 0 250 0 239 0 272 0 244 0 267 0 306 0 267 0 267 0 267 0 272 0 272 0 278 0 272 0 261 0 256 0 261 0 267 0 256 0 278 0 250 0 267 0 256 0 250 0 261 0 267 0 250 0 244 0 250 0 239 0 +USW00021504196901TMIN 139 0 172 0 200 0 194 0 206 0 206 0 200 0 211 0 206 0 183 0 183 0 183 0 167 0 189 0 183 0 156 0 161 0 172 0 139 0 139 0 139 0 172 0 122 0 156 0 144 0 167 0 172 0 178 0 172 0 194 0 194 0 +USW00021504196901PRCP 0 0 0 0 163 0 137 0 508 0 249 0 18 0 0T 0 102 0 61 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 312 0 1313 0 2098 0 +USW00021504196901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196901ACMH 10 X 70 X 100 X 100 X 100 X 100 X 90 X 90 X 100 X 60 X 50 X 70 X 70 X 60 X 50 X 10 X 50 X 50 X 20 X 30 X 40 X 70 X 20 X 20 X 40 X 80 X 80 X 90 X 100 X 100 X 100 X +USW00021504196901ACSH 20 X 80 X 100 X 100 X 100 X 100 X 90 X 90 X 100 X 60 X 40 X 70 X 60 X 50 X 60 X 10 X 60 X 80 X 40 X 40 X 70 X 70 X 20 X 30 X 40 X 80 X 70 X 100 X 100 X 100 X 100 X +USW00021504196901PGTM 1354 X 1348 X 1042 X 2118 X 1154 X 1600 X 0324 X 1330 X 0036 X 1224 X 1142 X 1154 X 1412 X 1336 X 1442 X 1606 X 1224 X 0518 X 1600 X 0006 X 1654 X 1518 X 1754 X 0648 X 1300 X 1030 X 1706 X 1624 X 1524 X 1130 X 0130 X +USW00021504196901PSUN 75 X 64 X 0 X 0 X 4 X 2 X 20 X 13 X 4 X 52 X 55 X 27 X 51 X 21 X 45 X 79 X 30 X 17 X 66 X 42 X 59 X 21 X 93 X 73 X 71 X 36 X 39 X 4 X 10 X 1 X 0 X +USW00021504196901TSUN 492 X 420 X 0 X 0 X 30 X 12 X 132 X 84 X 24 X 342 X 366 X 180 X 342 X 138 X 300 X 528 X 198 X 114 X 438 X 282 X 390 X 144 X 624 X 492 X 480 X 246 X 264 X 30 X 72 X 6 X 6 X +USW00021504196901WDFG 135W X 45W X 180W X 135W X 135W X 90W X 315W X 135W X 135W X 360W X 360W X 45W X 315W X 315W X 360W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 45W X 90W X 45W X +USW00021504196901WDFM 135W X 90W X 225W X 135W X 135W X 135W X 315W X 135W X 135W X 360W X 225W X 90W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 90W X 90W X 315W X 315W X 360W X 315W X 315W X 315W X 45W X 90W X 45W X 135W X +USW00021504196901WSFG 118 X 103 X 77 X 93 X 129 X 103 X 77 X 134 X 82 X 93 X 62 X 62 X 72 X 82 X 149 X 129 X 123 X 57 X 164 X 77 X 103 X 149 X 159 X 98 X 108 X 87 X 87 X 98 X 113 X 123 X 113 X +USW00021504196901WSFM 80 X 80 X 63 X 67 X 94 X 76 X 45 X 98 X 63 X 58 X 36 X 36 X 40 X 49 X 94 X 85 X 72 X 31 X 107 X 54 X 76 X 89 X 85 X 49 X 72 X 49 X 54 X 72 X 76 X 89 X 80 X +USW00021504196901WT16-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00021504196902TMAX 233 0 222 0 256 0 267 0 256 0 261 0 261 0 278 0 294 0 278 0 289 0 294 0 283 0 256 0 228 0 233 0 211 0 228 0 250 0 256 0 272 0 261 0 267 0 267 0 244 0 250 0 250 0 256 0-9999 -9999 -9999 +USW00021504196902TMIN 194 0 200 0 200 0 183 0 178 0 200 0 189 0 189 0 194 0 178 0 200 0 200 0 206 0 206 0 200 0 178 0 178 0 178 0 200 0 200 0 178 0 200 0 183 0 167 0 183 0 183 0 183 0 183 0-9999 -9999 -9999 +USW00021504196902PRCP 2692 0 1864 0 277 0 33 0 145 0 135 0 20 0 8 0 0 0 3 0 0T 0 0T 0 58 0 627 0 1349 0 610 0 495 0 1001 0 414 0 107 0 290 0 23 0 152 0 178 0 127 0 86 0 102 0 295 0-9999 -9999 -9999 +USW00021504196902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504196902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504196902ACMH 100 X 100 X 100 X 80 X 80 X 100 X 90 X 90 X 60 X 40 X 60 X 70 X 50 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 60 X 80 X 90 X 90 X 100 X-9999 -9999 -9999 +USW00021504196902ACSH 100 X 100 X 100 X 70 X 90 X 100 X 100 X 90 X 50 X 30 X 70 X 60 X 40 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 90 X 50 X 80 X 90 X 90 X 90 X-9999 -9999 -9999 +USW00021504196902PGTM 1018 X 0212 X 1924 X 2100 X 0312 X 1424 X 1100 X 1112 X 1142 X 1300 X 1448 X 1006 X 2106 X 1924 X 1824 X 0006 X 2336 X 2330 X 0642 X 1742 X 1254 X 1000 X 1230 X 1600 X 0936 X 2024 X 1512 X 1330 X-9999 -9999 -9999 +USW00021504196902PSUN 0 X 0 X 1 X 19 X 2 X 1 X 9 X 12 X 58 X 82 X 68 X 46 X 77 X 2 X 0 X 0 X 0 X 0 X 0 X 1 X 15 X 21 X 15 X 67 X 9 X 22 X 25 X 11 X-9999 -9999 -9999 +USW00021504196902TSUN 0 X 0 X 6 X 126 X 18 X 6 X 60 X 84 X 396 X 558 X 468 X 318 X 528 X 12 X 0 X 0 X 0 X 0 X 6 X 6 X 102 X 144 X 108 X 468 X 60 X 156 X 174 X 78 X-9999 -9999 -9999 +USW00021504196902WDFG 45W X 45W X 90W X 225W X 225W X 90W X 90W X 135W X 45W X 360W X 90W X 90W X 360W X 360W X 360W X 45W X 90W X 90W X 135W X 90W X 45W X 90W X 45W X 45W X 315W X 360W X 45W X 90W X-9999 -9999 -9999 +USW00021504196902WDFM 225W X 45W X 45W X 225W X 225W X 90W X 90W X 90W X 45W X 360W X 90W X 90W X 45W X 360W X 90W X 45W X 225W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 270W X 45W X 45W X 45W X-9999 -9999 -9999 +USW00021504196902WSFG 113 X 82 X 113 X 72 X 77 X 77 X 93 X 87 X 67 X 62 X 108 X 87 X 62 X 113 X 103 X 87 X 62 X 118 X 103 X 123 X 134 X 103 X 113 X 77 X 77 X 113 X 93 X 98 X-9999 -9999 -9999 +USW00021504196902WSFM 76 X 54 X 76 X 58 X 58 X 49 X 67 X 67 X 49 X 40 X 80 X 63 X 40 X 67 X 63 X 67 X 58 X 76 X 80 X 98 X 103 X 76 X 80 X 54 X 45 X 63 X 76 X 76 X-9999 -9999 -9999 +USW00021504196902WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504196903TMAX 256 0 261 0 217 0 239 0 278 0 239 0 272 0 272 0 267 0 272 0 267 0 278 0 278 0 283 0 278 0 283 0 278 0 272 0 272 0 272 0 278 0 278 0 272 0 256 0 228 0 256 0 256 0 267 0 267 0 272 0 244 0 +USW00021504196903TMIN 194 0 183 0 183 0 183 0 183 0 183 0 189 0 189 0 189 0 156 0 183 0 167 0 178 0 178 0 183 0 183 0 194 0 206 0 200 0 189 0 183 0 189 0 183 0 189 0 194 0 194 0 161 0 172 0 183 0 189 0 194 0 +USW00021504196903PRCP 155 0 244 0 1803 0 615 0 975 0 455 0 23 0 127 0 371 0 10 0 71 0 5 0 8 0 0 0 46 0 33 0 277 0 130 0 104 0 3 0 36 0 0T 0 8 0 23 0 150 0 0 0 3 0 5 0 3 0 1110 0 993 0 +USW00021504196903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196903ACMH 80 X 90 X 100 X 100 X 100 X 90 X 80 X 70 X 70 X 40 X 80 X 40 X 60 X 80 X 90 X 70 X 80 X 70 X 70 X 70 X 60 X 90 X 100 X 100 X 100 X 80 X 90 X 90 X 90 X 80 X 100 X +USW00021504196903ACSH 80 X 90 X 100 X 100 X 100 X 100 X 80 X 50 X 70 X 40 X 90 X 30 X 60 X 90 X 100 X 60 X 70 X 60 X 60 X 70 X 50 X 90 X 100 X 100 X 100 X 90 X 90 X 90 X 90 X 70 X 100 X +USW00021504196903PGTM 0924 X 1136 X 1800 X 0248 X 0648 X 1348 X 1206 X 1506 X 0042 X 1342 X 1524 X 1430 X 1236 X 1030 X 1318 X 1300 X 1318 X 1224 X 1718 X 1000 X 1054 X 1318 X 1330 X 1100 X 1412 X 1230 X 0142 X 1342 X 1130 X 2054 X 1836 X +USW00021504196903PSUN 20 X 3 X 0 X 0 X 4 X 0 X 8 X 14 X 9 X 15 X 6 X 74 X 57 X 69 X 69 X 57 X 64 X 62 X 67 X 57 X 65 X 57 X 71 X 69 X 2 X 41 X 38 X 35 X 17 X 86 X 2 X +USW00021504196903TSUN 144 X 18 X 0 X 0 X 30 X 0 X 54 X 102 X 60 X 108 X 48 X 534 X 408 X 498 X 504 X 408 X 462 X 450 X 486 X 414 X 474 X 420 X 516 X 504 X 18 X 306 X 282 X 258 X 126 X 636 X 12 X +USW00021504196903WDFG 270W X 270W X 180W X 225W X 225W X 45W X 45W X 45W X 225W X 90W X 90W X 90W X 90W X 45W X 360W X 90W X 45W X 45W X 45W X 45W X 90W X 90W X 45W X 90W X 315W X 315W X 315W X 360W X 45W X 225W X 90W X +USW00021504196903WDFM 45W X 225W X 270W X 225W X 225W X 45W X 45W X 45W X 225W X 90W X 90W X 90W X 90W X 45W X 360W X 45W X 45W X 45W X 90W X 45W X 90W X 90W X 45W X 45W X 315W X 315W X 315W X 315W X 45W X 225W X 90W X +USW00021504196903WSFG 93 X 93 X 103 X 82 X 82 X 118 X 77 X 82 X 108 X 93 X 87 X 108 X 103 X 62 X 67 X 82 X 93 X 67 X 87 X 87 X 108 X 77 X 72 X 77 X 108 X 93 X 93 X 67 X 72 X 129 X 98 X +USW00021504196903WSFM 76 X 58 X 72 X 63 X 67 X 85 X 54 X 63 X 76 X 67 X 67 X 85 X 76 X 49 X 45 X 63 X 63 X 40 X 58 X 63 X 67 X 54 X 49 X 45 X 76 X 63 X 58 X 40 X 40 X 85 X 76 X +USW00021504196903WT03-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504196903WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00021504196904TMAX 250 0 261 0 228 0 256 0 256 0 256 0 244 0 239 0 261 0 267 0 261 0 272 0 272 0 261 0 272 0 267 0 272 0 267 0 267 0 261 0 267 0 261 0 272 0 256 0 278 0 272 0 244 0 272 0 272 0 272 0-9999 +USW00021504196904TMIN 194 0 206 0 194 0 183 0 178 0 172 0 189 0 183 0 167 0 167 0 200 0 206 0 211 0 200 0 183 0 200 0 206 0 189 0 189 0 194 0 189 0 200 0 178 0 189 0 183 0 189 0 200 0 200 0 200 0 194 0-9999 +USW00021504196904PRCP 229 0 10 0 122 0 99 0 23 0 20 0 173 0 51 0 10 0 23 0 612 0 147 0 137 0 56 0 51 0 175 0 102 0 46 0 64 0 168 0 71 0 86 0 30 0 104 0 0 0 15 0 513 0 432 0 119 0 13 0-9999 +USW00021504196904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196904ACMH 100 X 100 X 100 X 90 X 80 X 90 X 100 X 100 X 90 X 80 X 100 X 90 X 80 X 100 X 90 X 90 X 90 X 90 X 90 X 90 X 90 X 90 X 60 X 100 X 60 X 100 X 100 X 100 X 90 X 70 X-9999 +USW00021504196904ACSH 100 X 100 X 100 X 90 X 90 X 100 X 100 X 100 X 90 X 100 X 100 X 80 X 70 X 100 X 90 X 90 X 80 X 100 X 100 X 90 X 90 X 100 X 60 X 100 X 80 X 100 X 100 X 100 X 90 X 70 X-9999 +USW00021504196904PGTM 1806 X 1012 X 1518 X 1324 X 1324 X 1524 X 1524 X 0848 X 1306 X 1512 X 1530 X 1036 X 1536 X 1054 X 1618 X 1624 X 1612 X 2136 X 0336 X 1212 X 1636 X 1030 X 1324 X 1218 X 1500 X 1336 X 1554 X 1406 X 1218 X 1406 X-9999 +USW00021504196904PSUN 1 X 26 X 0 X 39 X 41 X 31 X 19 X 0 X 28 X 52 X 14 X 37 X 55 X 4 X 40 X 18 X 52 X 42 X 28 X 19 X 48 X 21 X 26 X 1 X 47 X 24 X 0 X 4 X 20 X 9 X-9999 +USW00021504196904TSUN 12 X 192 X 0 X 288 X 306 X 234 X 144 X 6 X 210 X 390 X 108 X 276 X 414 X 30 X 306 X 138 X 396 X 324 X 210 X 144 X 372 X 162 X 204 X 12 X 360 X 186 X 0 X 30 X 156 X 72 X-9999 +USW00021504196904WDFG 45W X 45W X 315W X 360W X 360W X 315W X 315W X 360W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 90W X 45W X 90W X 45W X 45W X 360W X 45W X 90W X 90W X 45W X 45W X 180W X 45W X 45W X 45W X-9999 +USW00021504196904WDFM 45W X 45W X 315W X 360W X 360W X 315W X 315W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 90W X 45W X 45W X 45W X 90W X 360W X 45W X 90W X 90W X 45W X 45W X 225W X 45W X 45W X 45W X-9999 +USW00021504196904WSFG 113 X 93 X 93 X 82 X 87 X 98 X 103 X 72 X 77 X 67 X 103 X 93 X 72 X 82 X 87 X 87 X 93 X 82 X 87 X 87 X 103 X 93 X 87 X 77 X 67 X 72 X 67 X 82 X 98 X 82 X-9999 +USW00021504196904WSFM 76 X 63 X 58 X 54 X 54 X 72 X 67 X 45 X 54 X 45 X 54 X 67 X 54 X 54 X 76 X 67 X 63 X 58 X 63 X 67 X 63 X 67 X 58 X 58 X 45 X 45 X 49 X 54 X 72 X 54 X-9999 +USW00021504196904WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504196904WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196905TMAX 267 0 267 0 256 0 267 0 272 0 278 0 278 0 278 0 272 0 283 0 278 0 289 0 289 0 283 0 272 0 250 0 261 0 272 0 272 0 289 0 294 0 289 0 283 0 283 0 294 0 289 0 289 0 294 0 289 0 300 0 294 0 +USW00021504196905TMIN 172 0 189 0 189 0 194 0 194 0 178 0 167 0 167 0 161 0 167 0 194 0 178 0 178 0 200 0 200 0 200 0 206 0 206 0 206 0 178 0 183 0 217 0 211 0 206 0 206 0 206 0 206 0 200 0 217 0 178 0 183 0 +USW00021504196905PRCP 89 0 206 0 544 0 335 0 69 0 25 0 0 0 0 0 0 0 8 0 13 0 18 0 84 0 8 0 307 0 41 0 0T 0 0T 0 18 0 0 0 3 0 3 0 8 0 15 0 56 0 81 0 18 0 0 0 20 0 0T 0 23 0 +USW00021504196905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196905ACMH 60 X 90 X 90 X 80 X 90 X 60 X 30 X 30 X 40 X 70 X 70 X 50 X 50 X 80 X 100 X 100 X 100 X 90 X 80 X 30 X 60 X 70 X 70 X 100 X 70 X 80 X 70 X 90 X 80 X 60 X 70 X +USW00021504196905ACSH 70 X 90 X 100 X 80 X 80 X 70 X 30 X 50 X 40 X 80 X 60 X 60 X 50 X 80 X 100 X 100 X 100 X 100 X 80 X 30 X 60 X 60 X 60 X 100 X 60 X 70 X 50 X 100 X 90 X 80 X 70 X +USW00021504196905PGTM 0300 X 1924 X 2148 X 0906 X 0054 X 1236 X 1630 X 1136 X 1100 X 1318 X 1548 X 1100 X 1030 X 1042 X 1054 X 0342 X 1448 X 1412 X 1200 X 1224 X 1106 X 1530 X 1006 X 1300 X 0100 X 1330 X 1424 X 1448 X 1430 X 1218 X 1354 X +USW00021504196905PSUN 13 X 18 X 5 X 5 X 12 X 29 X 51 X 82 X 77 X 56 X 67 X 56 X 59 X 27 X 3 X 2 X 8 X 28 X 34 X 64 X 52 X 72 X 64 X 63 X 65 X 59 X 70 X 62 X 37 X 49 X 60 X +USW00021504196905TSUN 96 X 138 X 36 X 36 X 96 X 222 X 402 X 636 X 600 X 438 X 528 X 438 X 462 X 216 X 24 X 18 X 60 X 222 X 270 X 504 X 408 X 570 X 510 X 498 X 516 X 468 X 558 X 492 X 294 X 390 X 480 X +USW00021504196905WDFG 90W X 45W X 90W X 270W X 45W X 45W X 45W X 45W X 360W X 45W X 90W X 45W X 360W X 360W X 360W X 315W X 360W X 45W X 45W X 45W X 90W X 90W X 360W X 360W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X +USW00021504196905WDFM 90W X 180W X 90W X 225W X 90W X 45W X 45W X 45W X 360W X 45W X 90W X 360W X 360W X 315W X 45W X 315W X 45W X 45W X 45W X 45W X 45W X 45W X 360W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X +USW00021504196905WSFG 82 X 103 X 87 X 72 X 87 X 77 X 67 X 77 X 72 X 72 X 118 X 72 X 67 X 87 X 82 X 82 X 62 X 72 X 77 X 87 X 103 X 82 X 77 X 77 X 82 X 93 X 103 X 103 X 87 X 103 X 108 X +USW00021504196905WSFM 54 X 54 X 67 X 58 X 67 X 63 X 54 X 49 X 40 X 45 X 98 X 45 X 40 X 54 X 54 X 49 X 36 X 49 X 49 X 63 X 63 X 49 X 45 X 49 X 54 X 76 X 76 X 76 X 63 X 80 X 80 X +USW00021504196905WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00021504196906TMAX 294 0 283 0 278 0 283 0 300 0 294 0 300 0 294 0 283 0 289 0 267 0 283 0 306 0 306 0 306 0 306 0 300 0 294 0 294 0 306 0 311 0 300 0 300 0 322 0 306 0 294 0 306 0 300 0 294 0 289 0-9999 +USW00021504196906TMIN 189 0 200 0 211 0 206 0 183 0 183 0 183 0 194 0 183 0 183 0 206 0 206 0 200 0 189 0 183 0 183 0 200 0 194 0 189 0 194 0 183 0 211 0 194 0 194 0 194 0 194 0 206 0 200 0 194 0 200 0-9999 +USW00021504196906PRCP 0T 0 36 0 51 0 20 0 0 0 0 0 0 0 18 0 25 0 10 0 201 0 13 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 8 0 23 0 8 0 15 0 0T 0 0T 0 0T 0 20 0 10 0 15 0 81 0 147 0-9999 +USW00021504196906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196906ACMH 70 X 80 X 80 X 80 X 40 X 50 X 60 X 50 X 50 X 50 X 100 X 100 X 70 X 40 X 40 X 60 X 50 X 30 X 60 X 30 X 50 X 70 X 80 X 80 X 80 X 70 X 70 X 90 X 90 X 80 X-9999 +USW00021504196906ACSH 70 X 70 X 70 X 80 X 40 X 60 X 70 X 40 X 80 X 30 X 100 X 100 X 60 X 30 X 50 X 60 X 50 X 40 X 70 X 10 X 50 X 80 X 100 X 80 X 70 X 60 X 60 X 80 X 90 X 80 X-9999 +USW00021504196906PGTM 1400 X 1018 X 1348 X 1200 X 1530 X 1406 X 1200 X 1324 X 0930 X 1424 X 1348 X 1300 X 1448 X 1318 X 1254 X 1342 X 1042 X 1600 X 1336 X 0312 X 1048 X 1436 X 1106 X 1224 X 1124 X 1500 X 1312 X 1124 X 1512 X 1724 X-9999 +USW00021504196906PSUN 65 X 70 X 74 X 58 X 69 X 59 X 55 X 77 X 66 X 89 X 36 X 40 X 81 X 84 X 53 X 69 X 79 X 78 X 62 X 94 X 77 X 59 X 39 X 71 X 75 X 77 X 63 X 64 X 59 X 51 X-9999 +USW00021504196906TSUN 516 X 558 X 588 X 468 X 552 X 468 X 438 X 612 X 528 X 708 X 288 X 318 X 648 X 672 X 420 X 510 X 630 X 618 X 498 X 756 X 612 X 468 X 312 X 570 X 600 X 618 X 504 X 510 X 474 X 402 X-9999 +USW00021504196906WDFG 90W X 90W X 45W X 45W X 90W X 45W X 45W X 45W X 180W X 315W X 315W X 45W X 135W X 315W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 45W X 90W X 90W X 90W X 45W X 45W X 90W X 45W X 45W X-9999 +USW00021504196906WDFM 45W X 45W X 45W X 90W X 45W X 90W X 45W X 45W X 225W X 360W X 315W X 45W X 90W X 45W X 90W X 135W X 90W X 45W X 45W X 90W X 90W X 45W X 90W X 45W X 45W X 360W X 90W X 90W X 45W X 360W X-9999 +USW00021504196906WSFG 87 X 87 X 82 X 77 X 77 X 98 X 87 X 87 X 72 X 77 X 103 X 67 X 108 X 72 X 108 X 82 X 67 X 77 X 72 X 82 X 98 X 82 X 82 X 103 X 108 X 77 X 93 X 113 X 77 X 98 X-9999 +USW00021504196906WSFM 63 X 58 X 54 X 54 X 49 X 63 X 58 X 58 X 49 X 40 X 67 X 45 X 80 X 45 X 76 X 63 X 45 X 58 X 58 X 49 X 76 X 54 X 67 X 76 X 76 X 49 X 67 X 89 X 49 X 54 X-9999 +USW00021504196906WT16 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196907TMAX 283 0 289 0 289 0 283 0 289 0 283 0 283 0 283 0 283 0 289 0 283 0 283 0 294 0 283 0 283 0 283 0 294 0 311 0 283 0 283 0 289 0 272 0 294 0 300 0 289 0 300 0 294 0 294 0 267 0 294 0 261 0 +USW00021504196907TMIN 200 0 200 0 183 0 189 0 194 0 211 0 222 0 211 0 194 0 211 0 194 0 206 0 200 0 200 0 189 0 194 0 206 0 200 0 222 0 200 0 189 0 200 0 200 0 189 0 206 0 206 0 189 0 200 0 194 0 194 0 194 0 +USW00021504196907PRCP 246 0 183 0 5 0 41 0 53 0 338 0 109 0 38 0 91 0 102 0 25 0 48 0 18 0 114 0 104 0 0 0 91 0 3 0 406 0 64 0 79 0 208 0 41 0 18 0 124 0 3 0 13 0 5 0 193 0 53 0 168 0 +USW00021504196907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196907ACMH 70 X 70 X 60 X 40 X 70 X 100 X 100 X 90 X 80 X 80 X 80 X 100 X 60 X 90 X 80 X 80 X 90 X 70 X 100 X 90 X 70 X 90 X 70 X 70 X 100 X 80 X 70 X 50 X 90 X 80 X 100 X +USW00021504196907ACSH 60 X 60 X 50 X 30 X 70 X 100 X 100 X 90 X 80 X 70 X 90 X 100 X 50 X 90 X 80 X 90 X 80 X 60 X 100 X 90 X 80 X 90 X 70 X 60 X 100 X 80 X 80 X 40 X 100 X 80 X 100 X +USW00021504196907PGTM 1818 X 0106 X 1400 X 1248 X 1112 X 0930 X 1524 X 1148 X 1854 X 1630 X 1124 X 1454 X 1400 X 1430 X 1500 X 1218 X 1430 X 1100 X 1336 X 1430 X 1242 X 1218 X 1436 X 1136 X 1330 X 1524 X 1212 X 1348 X 1012 X 1136 X 1724 X +USW00021504196907PSUN 67 X 64 X 68 X 83 X 74 X 35 X 16 X 55 X 60 X 62 X 40 X 38 X 77 X 27 X 50 X 58 X 63 X 81 X 27 X 15 X 57 X 65 X 65 X 70 X 26 X 56 X 65 X 73 X 18 X 53 X 15 X +USW00021504196907TSUN 534 X 510 X 546 X 660 X 594 X 282 X 126 X 438 X 480 X 492 X 318 X 306 X 612 X 216 X 396 X 462 X 498 X 642 X 210 X 120 X 450 X 516 X 510 X 552 X 204 X 438 X 516 X 570 X 138 X 414 X 114 X +USW00021504196907WDFG 45W X 180W X 45W X 45W X 45W X 270W X 90W X 45W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X +USW00021504196907WDFM 45W X 225W X 45W X 45W X 225W X 225W X 135W X 45W X 45W X 90W X 45W X 45W X 45W X 90W X 90W X 45W X 45W X 90W X 90W X 45W X 45W X 90W X 45W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X +USW00021504196907WSFG 87 X 77 X 72 X 77 X 72 X 62 X 103 X 87 X 67 X 82 X 87 X 113 X 118 X 82 X 82 X 98 X 72 X 82 X 98 X 87 X 77 X 82 X 93 X 87 X 82 X 82 X 108 X 67 X 77 X 77 X 67 X +USW00021504196907WSFM 58 X 58 X 49 X 49 X 45 X 40 X 67 X 67 X 49 X 63 X 58 X 80 X 85 X 63 X 58 X 76 X 49 X 58 X 72 X 72 X 58 X 67 X 76 X 58 X 63 X 63 X 85 X 45 X 40 X 54 X 40 X +USW00021504196907WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196908TMAX 289 0 278 0 294 0 294 0 289 0 294 0 300 0 294 0 294 0 289 0 283 0 278 0 272 0 283 0 283 0 283 0 289 0 283 0 272 0 289 0 289 0 278 0 278 0 278 0 289 0 294 0 306 0 283 0 278 0 283 0 294 0 +USW00021504196908TMIN 200 0 200 0 200 0 200 0 200 0 217 0 211 0 200 0 194 0 200 0 206 0 200 0 206 0 211 0 217 0 211 0 211 0 206 0 200 0 200 0 200 0 206 0 200 0 200 0 200 0 200 0 206 0 211 0 211 0 206 0 206 0 +USW00021504196908PRCP 41 0 69 0 104 0 20 0 46 0 30 0 51 0 25 0 0 0 86 0 41 0 94 0 422 0 511 0 1295 0 216 0 211 0 490 0 23 0 13 0 30 0 86 0 56 0 183 0 84 0 3 0 18 0 71 0 33 0 18 0 76 0 +USW00021504196908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196908ACMH 60 X 70 X 100 X 90 X 90 X 90 X 90 X 70 X 70 X 90 X 90 X 90 X 100 X 90 X 100 X 90 X 90 X 90 X 80 X 80 X 60 X 100 X 60 X 90 X 90 X 60 X 70 X 70 X 80 X 90 X 80 X +USW00021504196908ACSH 50 X 40 X 90 X 90 X 90 X 90 X 90 X 60 X 70 X 100 X 70 X 90 X 100 X 80 X 100 X 90 X 90 X 90 X 70 X 80 X 50 X 100 X 50 X 100 X 80 X 50 X 50 X 60 X 80 X 80 X 70 X +USW00021504196908PGTM 1354 X 1454 X 1118 X 1248 X 1218 X 1418 X 1424 X 1118 X 1342 X 2112 X 1312 X 1354 X 1754 X 1524 X 1400 X 0048 X 1400 X 1348 X 1248 X 0912 X 1406 X 1448 X 0636 X 1106 X 1342 X 1542 X 1606 X 2148 X 1242 X 1742 X 2012 X +USW00021504196908PSUN 81 X 74 X 41 X 66 X 60 X 50 X 41 X 61 X 84 X 17 X 66 X 47 X 44 X 57 X 18 X 39 X 49 X 42 X 42 X 60 X 57 X 14 X 78 X 25 X 49 X 60 X 60 X 62 X 57 X 46 X 57 X +USW00021504196908TSUN 630 X 582 X 318 X 516 X 468 X 384 X 324 X 474 X 648 X 132 X 510 X 366 X 336 X 444 X 138 X 300 X 372 X 324 X 324 X 462 X 432 X 108 X 594 X 186 X 378 X 456 X 450 X 474 X 432 X 348 X 432 X +USW00021504196908WDFG 45W X 360W X 90W X 45W X 45W X 45W X 90W X 45W X 45W X 90W X 45W X 45W X 45W X 45W X 45W X 225W X 45W X 45W X 360W X 45W X 45W X 45W X 270W X 90W X 45W X 90W X 135W X 45W X 360W X 45W X 270W X +USW00021504196908WDFM 45W X 45W X 90W X 45W X 90W X 45W X 270W X 90W X 45W X 90W X 45W X 45W X 45W X 45W X 90W X 225W X 45W X 225W X 360W X 45W X 45W X 45W X 225W X 90W X 45W X 45W X 45W X 45W X 360W X 90W X 45W X +USW00021504196908WSFG 77 X 67 X 77 X 82 X 72 X 67 X 82 X 87 X 82 X 87 X 82 X 87 X 82 X 103 X 108 X 93 X 77 X 67 X 72 X 82 X 77 X 77 X 77 X 77 X 87 X 93 X 87 X 87 X 82 X 77 X 82 X +USW00021504196908WSFM 49 X 40 X 54 X 49 X 54 X 45 X 45 X 58 X 49 X 63 X 49 X 63 X 54 X 58 X 76 X 72 X 54 X 49 X 49 X 63 X 49 X 58 X 63 X 63 X 67 X 63 X 54 X 54 X 54 X 54 X 58 X +USW00021504196908WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504196909TMAX 278 0 283 0 278 0 283 0 278 0 283 0 283 0 272 0 272 0 283 0 283 0 278 0 267 0 267 0 289 0 278 0 278 0 278 0 283 0 283 0 256 0 272 0 283 0 283 0 278 0 272 0 272 0 272 0 272 0 272 0-9999 +USW00021504196909TMIN 206 0 206 0 206 0 206 0 206 0 189 0 200 0 200 0 183 0 200 0 194 0 194 0 194 0 206 0 194 0 200 0 206 0 206 0 200 0 200 0 206 0 211 0 206 0 206 0 194 0 206 0 206 0 194 0 206 0 183 0-9999 +USW00021504196909PRCP 150 0 165 0 69 0 61 0 51 0 3 0 0T 0 69 0 15 0 48 0 3 0 36 0 3 0 10 0 3 0 30 0 25 0 53 0 15 0 36 0 526 0 152 0 18 0 23 0 8 0 30 0 28 0 91 0 43 0 76 0-9999 +USW00021504196909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196909ACMH 90 X 80 X 80 X 70 X 90 X 70 X 90 X 100 X 90 X 100 X 90 X 80 X 90 X 100 X 70 X 80 X 90 X 90 X 70 X 80 X 100 X 100 X 70 X 80 X 70 X 90 X 80 X 80 X 60 X 70 X-9999 +USW00021504196909ACSH 90 X 70 X 70 X 60 X 90 X 60 X 90 X 100 X 90 X 100 X 100 X 80 X 100 X 100 X 50 X 90 X 80 X 90 X 60 X 70 X 100 X 100 X 60 X 70 X 70 X 90 X 70 X 70 X 50 X 70 X-9999 +USW00021504196909PGTM 1312 X 1948 X 1712 X 0836 X 1636 X 1236 X 1118 X 0906 X 1106 X 1018 X 1436 X 1230 X 1100 X 1230 X 1242 X 0736 X 1630 X 1536 X 1218 X 1624 X 1818 X 1748 X 1112 X 1424 X 1130 X 1842 X 1500 X 1130 X 2100 X 1142 X-9999 +USW00021504196909PSUN 38 X 60 X 61 X 62 X 34 X 51 X 27 X 0 X 5 X 1 X 3 X 36 X 0 X 5 X 57 X 29 X 28 X 27 X 44 X 42 X 0 X 1 X 63 X 32 X 40 X 50 X 53 X 40 X 66 X 43 X-9999 +USW00021504196909TSUN 282 X 450 X 456 X 468 X 252 X 384 X 198 X 6 X 36 X 12 X 18 X 264 X 0 X 36 X 420 X 210 X 204 X 198 X 324 X 306 X 0 X 6 X 456 X 228 X 288 X 360 X 384 X 294 X 480 X 306 X-9999 +USW00021504196909WDFG 45W X 360W X 360W X 45W X 45W X 360W X 45W X 45W X 45W X 135W X 45W X 45W X 45W X 360W X 45W X 45W X 45W X 45W X 45W X 360W X 90W X 45W X 90W X 90W X 45W X 315W X 45W X 315W X 360W X 360W X-9999 +USW00021504196909WDFM 45W X 45W X 45W X 45W X 45W X 45W X 45W X 225W X 45W X 45W X 90W X 45W X 90W X 225W X 45W X 225W X 45W X 45W X 45W X 45W X 135W X 45W X 45W X 45W X 45W X 315W X 45W X 360W X 45W X 360W X-9999 +USW00021504196909WSFG 77 X 82 X 72 X 82 X 72 X 77 X 77 X 82 X 72 X 62 X 87 X 67 X 82 X 62 X 72 X 62 X 82 X 93 X 77 X 72 X 93 X 93 X 93 X 103 X 103 X 82 X 82 X 77 X 103 X 72 X-9999 +USW00021504196909WSFM 49 X 49 X 49 X 54 X 54 X 49 X 54 X 54 X 49 X 40 X 63 X 40 X 58 X 45 X 54 X 36 X 58 X 67 X 49 X 54 X 54 X 49 X 67 X 67 X 72 X 54 X 49 X 49 X 58 X 40 X-9999 +USW00021504196909WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504196910TMAX 278 0 278 0 278 0 272 0 272 0 278 0 278 0 272 0 283 0 278 0 278 0 283 0 283 0 278 0 283 0 283 0 283 0 283 0 283 0 294 0 289 0 283 0 272 0 289 0 294 0 294 0 289 0 289 0 283 0 283 0 289 0 +USW00021504196910TMIN 189 0 178 0 194 0 183 0 183 0 189 0 211 0 189 0 189 0 189 0 178 0 178 0 183 0 189 0 189 0 189 0 194 0 178 0 183 0 178 0 200 0 206 0 189 0 189 0 211 0 206 0 194 0 200 0 194 0 183 0 178 0 +USW00021504196910PRCP 30 0 0T 0 3 0 3 0 0 0 48 0 28 0 28 0 0T 0 5 0 0T 0 0 0 0T 0 5 0 0 0 18 0 25 0 10 0 13 0 69 0 325 0 71 0 0 0 51 0 3 0 20 0 0 0 3 0 53 0 0T 0 0 0 +USW00021504196910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196910ACMH 60 X 40 X 50 X 60 X 40 X 70 X 60 X 70 X 50 X 40 X 60 X 40 X 50 X 20 X 50 X 70 X 60 X 60 X 70 X 70 X 80 X 90 X 40 X 60 X 50 X 60 X 40 X 70 X 70 X 20 X 30 X +USW00021504196910ACSH 50 X 20 X 40 X 50 X 40 X 70 X 30 X 90 X 40 X 20 X 50 X 20 X 60 X 20 X 50 X 50 X 60 X 40 X 60 X 50 X 80 X 90 X 60 X 40 X 40 X 50 X 40 X 70 X 70 X 20 X 20 X +USW00021504196910PGTM 1230 X 1142 X 1230 X 1636 X 1236 X 1312 X 1200 X 0948 X 0918 X 1524 X 1330 X 1206 X 1448 X 1306 X 1112 X 1354 X 1236 X 1354 X 1254 X 1336 X 1230 X 1106 X 1254 X 1718 X 1424 X 1430 X 1024 X 2342 X 1654 X 1448 X 1412 X +USW00021504196910PSUN 65 X 69 X 77 X 67 X 76 X 29 X 83 X 5 X 47 X 77 X 57 X 89 X 57 X 82 X 54 X 52 X 37 X 62 X 54 X 81 X 52 X 58 X 65 X 64 X 67 X 59 X 62 X 50 X 67 X 81 X 72 X +USW00021504196910TSUN 462 X 498 X 552 X 480 X 546 X 204 X 594 X 36 X 336 X 546 X 408 X 624 X 402 X 576 X 378 X 366 X 264 X 432 X 378 X 564 X 366 X 402 X 450 X 444 X 462 X 408 X 432 X 348 X 462 X 552 X 498 X +USW00021504196910WDFG 315W X 45W X 45W X 315W X 360W X 360W X 45W X 45W X 90W X 45W X 45W X 45W X 360W X 45W X 45W X 90W X 45W X 45W X 45W X 45W X 90W X 45W X 315W X 90W X 90W X 45W X 90W X 45W X 360W X 90W X 90W X +USW00021504196910WDFM 315W X 45W X 45W X 315W X 45W X 45W X 45W X 45W X 90W X 270W X 45W X 45W X 360W X 45W X 45W X 90W X 90W X 45W X 315W X 90W X 45W X 225W X 360W X 90W X 90W X 90W X 90W X 90W X 225W X 90W X 90W X +USW00021504196910WSFG 87 X 77 X 72 X 87 X 67 X 72 X 62 X 72 X 82 X 67 X 82 X 72 X 62 X 82 X 82 X 98 X 98 X 93 X 67 X 82 X 82 X 72 X 62 X 72 X 113 X 103 X 72 X 98 X 72 X 82 X 87 X +USW00021504196910WSFM 54 X 49 X 45 X 45 X 36 X 49 X 40 X 49 X 63 X 40 X 58 X 49 X 36 X 40 X 45 X 63 X 67 X 58 X 49 X 63 X 63 X 58 X 36 X 54 X 85 X 76 X 45 X 72 X 40 X 49 X 63 X +USW00021504196910WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00021504196911TMAX 283 0 294 0 283 0 283 0 278 0 267 0 267 0 267 0 278 0 278 0 283 0 289 0 278 0 283 0 289 0 278 0 272 0 278 0 267 0 267 0 250 0 250 0 256 0 272 0 267 0 267 0 267 0 278 0 278 0 300 0-9999 +USW00021504196911TMIN 183 0 183 0 194 0 194 0 194 0 211 0 200 0 189 0 183 0 172 0 172 0 178 0 167 0 189 0 183 0 178 0 194 0 172 0 183 0 189 0 183 0 178 0 189 0 183 0 172 0 178 0 161 0 172 0 200 0 172 0-9999 +USW00021504196911PRCP 0 0 79 0 56 0 3 0 43 0 206 0 292 0 41 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 51 0 20 0 3 0 36 0 84 0 221 0 165 0 23 0 3 0 89 0 81 0 0 0 86 0 28 0 0 0-9999 +USW00021504196911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504196911ACMH 50 X 50 X 90 X 90 X 80 X 100 X 90 X 100 X 70 X 50 X 70 X 80 X 80 X 80 X 50 X 50 X 70 X 70 X 90 X 90 X 80 X 90 X 100 X 70 X 80 X 60 X 30 X 50 X 60 X 20 X-9999 +USW00021504196911ACSH 40 X 30 X 90 X 90 X 80 X 100 X 100 X 90 X 70 X 70 X 70 X 90 X 80 X 80 X 30 X 40 X 70 X 80 X 90 X 100 X 100 X 100 X 100 X 70 X 90 X 70 X 20 X 50 X 60 X 10 X-9999 +USW00021504196911PGTM 1318 X 1412 X 1336 X 1030 X 0636 X 1324 X 0930 X 1230 X 1212 X 1254 X 1236 X 1248 X 1300 X 1154 X 1300 X 1136 X 2300 X 1242 X 1330 X 1130 X 1148 X 1254 X 1000 X 1400 X 0424 X 1330 X 1248 X 1224 X 1336 X 1418 X-9999 +USW00021504196911PSUN 46 X 59 X 21 X 31 X 38 X 0 X 7 X 27 X 40 X 57 X 76 X 59 X 48 X 36 X 64 X 50 X 34 X 28 X 50 X 28 X 1 X 6 X 0 X 38 X 9 X 41 X 86 X 73 X 51 X 80 X-9999 +USW00021504196911TSUN 318 X 402 X 144 X 216 X 258 X 0 X 48 X 180 X 276 X 384 X 516 X 396 X 318 X 240 X 432 X 336 X 228 X 192 X 336 X 192 X 6 X 42 X 0 X 252 X 60 X 276 X 570 X 486 X 342 X 528 X-9999 +USW00021504196911WDFG 90W X 90W X 90W X 45W X 90W X 90W X 45W X 90W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 45W X 90W X 90W X 45W X 45W X 180W X 90W X 45W X 45W X 45W X 45W X 45W X 45W X 90W X 135W X-9999 +USW00021504196911WDFM 90W X 90W X 90W X 45W X 225W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 90W X 45W X 225W X 225W X 225W X 270W X 45W X 45W X 225W X 45W X 45W X 225W X 90W X 135W X-9999 +USW00021504196911WSFG 77 X 77 X 82 X 93 X 82 X 108 X 98 X 82 X 98 X 77 X 103 X 82 X 103 X 98 X 98 X 72 X 77 X 72 X 72 X 57 X 67 X 72 X 82 X 62 X 98 X 57 X 72 X 57 X 72 X 134 X-9999 +USW00021504196911WSFM 54 X 54 X 58 X 72 X 58 X 67 X 72 X 54 X 63 X 54 X 76 X 58 X 76 X 72 X 76 X 45 X 49 X 49 X 49 X 36 X 54 X 54 X 54 X 31 X 40 X 40 X 49 X 36 X 49 X 98 X-9999 +USW00021504196911WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 +USW00021504196912TMAX 289 0 289 0 289 0 294 0 283 0 283 0 256 0 283 0 256 0 256 0 272 0 272 0 244 0 222 0 233 0 267 0 272 0 267 0 261 0 256 0 267 0 272 0 261 0 267 0 250 0 250 0 267 0 244 0 272 0 267 0 267 0 +USW00021504196912TMIN 178 0 183 0 178 0 172 0 178 0 178 0 194 0 194 0 189 0 172 0 172 0 178 0 167 0 194 0 189 0 178 0 156 0 167 0 139 0 161 0 139 0 150 0 178 0 172 0 183 0 183 0 178 0 178 0 167 0 178 0 156 0 +USW00021504196912PRCP 0 0 0 0 0 0 0T 0 5 0 10 0 74 0 147 0 64 0 46 0 3 0 0 0 30 0 457 0 104 0 3 0 0 0 0 0 41 0 13 0 0 0 0 0 0 0 30 0 231 0 432 0 25 0 109 0 97 0 18 0 119 0 +USW00021504196912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504196912ACMH 10 X 30 X 30 X 40 X 40 X 80 X 100 X 100 X 90 X 80 X 40 X 40 X 70 X 100 X 100 X 70 X 50 X 70 X 40 X 30 X 20 X 60 X 70 X 60 X 90 X 90 X 60 X 90 X 70 X 60 X 50 X +USW00021504196912ACSH 20 X 30 X 20 X 30 X 10 X 70 X 100 X 100 X 90 X 80 X 40 X 60 X 90 X 100 X 100 X 50 X 30 X 70 X 30 X 10 X 10 X 60 X 60 X 50 X 80 X 90 X 40 X 90 X 50 X 50 X 40 X +USW00021504196912PGTM 1448 X 1412 X 1318 X 1424 X 1142 X 1836 X 0036 X 1642 X 1142 X 0754 X 1418 X 1054 X 2036 X 1518 X 0848 X 1336 X 0306 X 1230 X 2148 X 0042 X 1406 X 1324 X 1412 X 1148 X 0442 X 0036 X 1324 X 0012 X 1512 X 1306 X 1524 X +USW00021504196912PSUN 68 X 67 X 70 X 64 X 79 X 38 X 0 X 11 X 7 X 28 X 64 X 47 X 3 X 0 X 4 X 35 X 60 X 19 X 61 X 89 X 68 X 52 X 73 X 57 X 20 X 28 X 63 X 26 X 55 X 56 X 73 X +USW00021504196912TSUN 450 X 444 X 468 X 426 X 522 X 252 X 0 X 72 X 48 X 186 X 420 X 306 X 18 X 0 X 24 X 228 X 390 X 120 X 402 X 582 X 444 X 342 X 480 X 378 X 132 X 180 X 414 X 174 X 360 X 372 X 480 X +USW00021504196912WDFG 90W X 90W X 90W X 90W X 135W X 90W X 270W X 360W X 45W X 90W X 45W X 45W X 360W X 315W X 45W X 90W X 45W X 90W X 360W X 315W X 90W X 90W X 360W X 270W X 225W X 315W X 90W X 225W X 45W X 45W X 45W X +USW00021504196912WDFM 90W X 90W X 90W X 90W X 90W X 45W X 180W X 90W X 45W X 90W X 45W X 45W X 360W X 315W X 45W X 225W X 225W X 90W X 315W X 315W X 90W X 90W X 225W X 270W X 225W X 225W X 225W X 225W X 45W X 45W X 45W X +USW00021504196912WSFG 67 X 77 X 72 X 82 X 87 X 82 X 57 X 93 X 93 X 82 X 62 X 77 X 67 X 93 X 82 X 62 X 57 X 72 X 144 X 123 X 113 X 93 X 57 X 67 X 87 X 77 X 67 X 62 X 72 X 62 X 57 X +USW00021504196912WSFM 45 X 58 X 54 X 63 X 63 X 49 X 36 X 45 X 58 X 49 X 40 X 45 X 40 X 54 X 58 X 40 X 45 X 49 X 89 X 85 X 80 X 67 X 36 X 45 X 63 X 49 X 45 X 40 X 54 X 40 X 36 X +USW00021504196912WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00021504196912WT16-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197001TMAX 272 0 278 0 272 0 250 0 256 0 256 0 261 0 261 0 244 0 256 0 261 0 289 0 311 0 289 0 244 0 267 0 278 0 306 0 294 0 289 0 278 0 272 0 233 0 283 0 278 0 283 0 289 0 283 0 267 0 272 0 283 0 +USW00021504197001TMIN 172 0 178 0 172 0 189 0 167 0 161 0 150 0 156 0 156 0 156 0 150 0 172 0 167 0 200 0 200 0 156 0 183 0 178 0 167 0 161 0 161 0 156 0 183 0 172 0 178 0 183 0 183 0 178 0 178 0 178 0 167 0 +USW00021504197001PRCP 38 0 0 0 18 0 140 0 3 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 183 0 81 0 0 0 0 0 0T 0 84 0 41 0 89 0 15 0 5 0 +USW00021504197001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197001ACMH 60 X 50 X 60 X 90 X 60 X 70 X 50 X 30 X 50 X 50 X 20 X 60 X 30 X 80 X 90 X 70 X 70 X 40 X 20 X 20 X 20 X 60 X 90 X 40 X 70 X 70 X 70 X 50 X 70 X 70 X 40 X +USW00021504197001ACSH 40 X 50 X 50 X 80 X 40 X 90 X 50 X 30 X 20 X 60 X 20 X 60 X 20 X 80 X 100 X 80 X 90 X 40 X 20 X 40 X 20 X 60 X 90 X 30 X 70 X 60 X 60 X 50 X 70 X 50 X 50 X +USW00021504197001PGTM 1430 X 1254 X 1300 X 1100 X 1036 X 1136 X 1318 X 1106 X 1042 X 1524 X 1524 X 0042 X 1718 X 0218 X 0212 X 1218 X 1718 X 1300 X 1354 X 1342 X 1600 X 2342 X 0112 X 1412 X 1606 X 1336 X 2006 X 1330 X-9999 1542 X 1554 X +USW00021504197001PSUN 55 X 67 X 50 X 41 X 65 X 29 X 59 X 75 X 79 X 49 X 89 X 37 X 80 X 26 X 11 X 45 X 45 X 60 X 82 X 94 X 89 X 74 X 9 X 86 X 50 X 69 X 61 X 72 X 40 X 66 X 60 X +USW00021504197001TSUN 360 X 444 X 330 X 270 X 432 X 192 X 390 X 492 X 522 X 324 X 588 X 246 X 528 X 174 X 72 X 300 X 294 X 402 X 552 X 630 X 600 X 498 X 60 X 582 X 336 X 468 X 408 X 486 X 270 X 444 X 408 X +USW00021504197001WDFG 90W X 90W X 90W X 315W X 360W X 315W X 360W X 45W X 360W X 360W X 360W X 180W X 135W X 90W X 315W X 45W X 360W X 90W X 45W X 45W X 315W X 360W X 45W X 135W X 315W X 90W X 135W X 90W X-9999 90W X 135W X +USW00021504197001WDFM 45W X 90W X 45W X 315W X 360W X 315W X 360W X 225W X 315W X 315W X 315W X 90W X 180W X 135W X 315W X 45W X 360W X 90W X 45W X 90W X 315W X 360W X 360W X 90W X 315W X 90W X 90W X 90W X 45W X 90W X 90W X +USW00021504197001WSFG 62 X 87 X 62 X 103 X 77 X 82 X 72 X 67 X 113 X 103 X 93 X 118 X 154 X 144 X 134 X 57 X 57 X 87 X 98 X 108 X 67 X 72 X 72 X 108 X 57 X 67 X 72 X 67 X-9999 82 X 118 X +USW00021504197001WSFM 36 X 67 X 40 X 54 X 45 X 49 X 40 X 45 X 67 X 67 X 45 X 72 X 98 X 80 X 98 X 36 X 36 X 67 X 76 X 85 X 45 X 49 X 40 X 80 X 36 X 49 X 54 X 45 X 72 X 58 X 80 X +USW00021504197001WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197001WT16 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197002TMAX 267 0 272 0 278 0 278 0 272 0 261 0 256 0 267 0 272 0 211 0 261 0 283 0 283 0 278 0 228 0 267 0 278 0 283 0 283 0 294 0 278 0 250 0 250 0 250 0 256 0 250 0 272 0 261 0-9999 -9999 -9999 +USW00021504197002TMIN 172 0 167 0 167 0 167 0 161 0 150 0 189 0 167 0 172 0 167 0 183 0 172 0 156 0 144 0 183 0 178 0 156 0 161 0 172 0 167 0 161 0 172 0 183 0 172 0 161 0 172 0 172 0 172 0-9999 -9999 -9999 +USW00021504197002PRCP 48 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 20 0 0 0 0T 0 0 0 0T 0 0T 0 5 0 61 0 0 0 0 0 0 0 427 0 23 0 10 0 0T 0 30 0 13 0 0T 0 13 0-9999 -9999 -9999 +USW00021504197002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197002ACMH 50 X 50 X 30 X 30 X 50 X 30 X 90 X 90 X 60 X 90 X 80 X 60 X 30 X 50 X 90 X 70 X 80 X 60 X 50 X 20 X 60 X 100 X 80 X 90 X 80 X 90 X 100 X 80 X-9999 -9999 -9999 +USW00021504197002ACSH 70 X 80 X 30 X 40 X 40 X 10 X 90 X 70 X 60 X 100 X 80 X 50 X 30 X 30 X 100 X 60 X 70 X 60 X 40 X 20 X 80 X 100 X 80 X 90 X 70 X 80 X 100 X 70 X-9999 -9999 -9999 +USW00021504197002PGTM 1430 X 1106 X 1424 X 1312 X 1254 X 1254 X 0018 X 1336 X 1142 X 0248 X 0400 X 1330 X 1448 X 2030 X 1448 X 1100 X 1400 X 1412 X 1254 X 1224 X 1600 X 1518 X 1306 X 0954 X 1312 X 1236 X 1312 X 1612 X-9999 -9999 -9999 +USW00021504197002PSUN 37 X 77 X 81 X 91 X 55 X 93 X 52 X 41 X 56 X 4 X 20 X 56 X 73 X 59 X 17 X 33 X 24 X 60 X 67 X 85 X 51 X 30 X 34 X 22 X 20 X 47 X 44 X 45 X-9999 -9999 -9999 +USW00021504197002TSUN 246 X 522 X 552 X 618 X 372 X 636 X 360 X 282 X 384 X 30 X 138 X 390 X 504 X 408 X 120 X 228 X 168 X 414 X 468 X 594 X 354 X 210 X 240 X 156 X 348 X 330 X 312 X 318 X-9999 -9999 -9999 +USW00021504197002WDFG 90W X 180W X 45W X 90W X 90W X 360W X 360W X 90W X 90W X 315W X 45W X 135W X 315W X 360W X 315W X 45W X 90W X 90W X 90W X 90W X 315W X 315W X 45W X 45W X 45W X 45W X 45W X 90W X-9999 -9999 -9999 +USW00021504197002WDFM 90W X 45W X 90W X 90W X 90W X 360W X 360W X 90W X 90W X 315W X 45W X 90W X 315W X 315W X 315W X 45W X 90W X 90W X 90W X 90W X 315W X 315W X 360W X 90W X 90W X 45W X 90W X 45W X-9999 -9999 -9999 +USW00021504197002WSFG 103 X 82 X 93 X 103 X 77 X 134 X 82 X 87 X 93 X 134 X 82 X 134 X 144 X 123 X 159 X 98 X 113 X 103 X 118 X 82 X 87 X 118 X 108 X 87 X 118 X 87 X 93 X 77 X-9999 -9999 -9999 +USW00021504197002WSFM 72 X 49 X 58 X 72 X 54 X 72 X 49 X 67 X 67 X 85 X 45 X 103 X 103 X 76 X 103 X 67 X 76 X 72 X 80 X 54 X 54 X 76 X 67 X 58 X 72 X 63 X 54 X 54 X-9999 -9999 -9999 +USW00021504197002WT16 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504197003TMAX 272 0 239 0 261 0 233 0 267 0 272 0 244 0 272 0 272 0 283 0 272 0 272 0 267 0 244 0 272 0 278 0 278 0 267 0 267 0 261 0 261 0 256 0 239 0 267 0 250 0 267 0 244 0 267 0 267 0 261 0 261 0 +USW00021504197003TMIN 150 0 161 0 172 0 161 0 178 0 172 0 161 0 167 0 161 0 183 0 161 0 150 0 189 0 178 0 178 0 183 0 161 0 183 0 183 0 172 0 178 0 178 0 178 0 172 0 172 0 172 0 167 0 172 0 161 0 161 0 200 0 +USW00021504197003PRCP 28 0 53 0 0T 0 86 0 25 0 25 0 41 0 0 0 0 0 0T 0 0 0 33 0 0T 0 84 0 137 0 46 0 69 0 53 0 84 0 48 0 28 0 25 0 150 0 38 0 28 0 0T 0 91 0 3 0 23 0 13 0 30 0 +USW00021504197003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197003ACMH 80 X 80 X 50 X 90 X 80 X 70 X 80 X 30 X 50 X 50 X 20 X 50 X 40 X 90 X 80 X 70 X 50 X 70 X 80 X 70 X 60 X 70 X 100 X 90 X 70 X 50 X 90 X 90 X 60 X 60 X 90 X +USW00021504197003ACSH 80 X 90 X 50 X 100 X 60 X 50 X 90 X 30 X 60 X 50 X 20 X 50 X 30 X 100 X 80 X 60 X 30 X 70 X 70 X 60 X 40 X 60 X 100 X 80 X 70 X 30 X 100 X 90 X 50 X 50 X 90 X +USW00021504197003PGTM 1454 X 1048 X 1406 X 1236 X 0400 X 1324 X 1612 X 1218 X 1606 X 1400 X 1406 X 1800 X 1400 X 1342 X 1300 X 1448 X 0806 X 1342 X 1012 X 0530 X 1430 X 0936 X 0954 X 1212 X 1430 X 1548 X 1354 X 1236 X 1418 X 1330 X 0312 X +USW00021504197003PSUN 27 X 19 X 62 X 0 X 67 X 58 X 7 X 80 X 48 X 57 X 88 X 68 X 71 X 5 X 33 X 64 X 74 X 54 X 41 X 58 X 68 X 63 X 13 X 35 X 39 X 75 X 0 X 21 X 48 X 50 X 39 X +USW00021504197003TSUN 192 X 138 X 438 X 0 X 474 X 414 X 48 X 570 X 342 X 408 X 636 X 486 X 510 X 36 X 240 X 462 X 534 X 396 X 300 X 426 X 498 X 462 X 96 X 258 X 288 X 552 X 6 X 156 X 354 X 372 X 288 X +USW00021504197003WDFG 45W X 360W X 45W X 90W X 225W X 45W X 45W X 45W X 45W X 45W X 360W X 315W X 45W X 135W X 45W X 90W X 90W X 45W X 45W X 315W X 360W X 45W X 90W X 45W X 360W X 360W X 45W X 45W X 360W X 315W X 360W X +USW00021504197003WDFM 45W X 45W X 45W X 90W X 225W X 90W X 90W X 90W X 90W X 90W X 360W X 315W X 45W X 90W X 45W X 90W X 45W X 45W X 45W X 360W X 360W X 45W X 90W X 45W X 360W X 360W X 45W X 45W X 360W X 360W X 45W X +USW00021504197003WSFG 118 X 82 X 82 X 82 X 72 X 82 X 82 X 98 X 103 X 123 X 77 X 98 X 87 X 72 X 123 X 113 X 103 X 82 X 98 X 98 X 87 X 103 X 87 X 87 X 72 X 77 X 72 X 77 X 77 X 72 X 98 X +USW00021504197003WSFM 76 X 40 X 49 X 54 X 49 X 49 X 54 X 58 X 63 X 80 X 45 X 63 X 58 X 40 X 80 X 76 X 58 X 49 X 67 X 58 X 54 X 67 X 67 X 58 X 40 X 40 X 45 X 45 X 45 X 40 X 49 X +USW00021504197003WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197004TMAX 261 0 272 0 267 0 267 0 267 0 256 0 267 0 283 0 272 0 239 0 272 0 272 0 261 0 267 0 267 0 267 0 267 0 267 0 278 0 283 0 256 0 267 0 267 0 233 0 267 0 267 0 261 0 267 0 267 0 244 0-9999 +USW00021504197004TMIN 189 0 189 0 194 0 194 0 189 0 183 0 178 0 178 0 183 0 178 0 189 0 200 0 189 0 200 0 200 0 178 0 189 0 161 0 172 0 172 0 189 0 189 0 200 0 167 0 167 0 183 0 183 0 161 0 189 0 183 0-9999 +USW00021504197004PRCP 102 0 406 0 168 0 10 0 76 0 23 0 5 0 10 0 79 0 470 0 183 0 170 0 157 0 18 0 114 0 406 0 15 0 43 0 51 0 325 0 1829 0 81 0 155 0 157 0 130 0 538 0 155 0 20 0 427 0 940 0-9999 +USW00021504197004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197004ACMH 80 X 90 X 90 X 60 X 90 X 100 X 90 X 60 X 80 X 90 X 90 X 80 X 80 X 80 X 80 X 100 X 80 X 80 X 80 X 80 X 90 X 70 X 100 X 100 X 80 X 90 X 80 X 60 X 90 X 100 X-9999 +USW00021504197004ACSH 80 X 90 X 80 X 40 X 100 X 100 X 90 X 70 X 80 X 100 X 80 X 80 X 80 X 80 X 60 X 100 X 80 X 80 X 80 X 80 X 90 X 60 X 100 X 100 X 70 X 80 X 90 X 60 X 90 X 100 X-9999 +USW00021504197004PGTM 1312 X 1248 X 1548 X 0154 X 1430 X 1254 X 1430 X 1306 X 1300 X 1636 X 1212 X 1342 X 1542 X 1242 X 1300 X 1706 X 0200 X 1130 X 1436 X 1030 X 0530 X 2130 X 0554 X 0000 X 1454 X 2330 X 1236 X 1400 X 2048 X 2042 X-9999 +USW00021504197004PSUN 39 X 22 X 42 X 84 X 41 X 12 X 15 X 38 X 49 X 4 X 18 X 35 X 24 X 44 X 49 X 22 X 31 X 25 X 22 X 32 X 5 X 70 X 21 X 3 X 72 X 43 X 12 X 58 X 27 X 3 X-9999 +USW00021504197004TSUN 288 X 168 X 318 X 624 X 306 X 90 X 114 X 282 X 372 X 30 X 132 X 264 X 180 X 336 X 366 X 168 X 234 X 186 X 168 X 246 X 42 X 534 X 162 X 24 X 552 X 330 X 90 X 450 X 210 X 24 X-9999 +USW00021504197004WDFG 315W X 90W X 45W X 45W X 45W X 45W X 90W X 90W X 360W X 45W X 90W X 45W X 45W X 45W X 45W X 45W X 90W X 45W X 90W X 90W X 90W X 45W X 45W X 90W X 360W X 135W X 45W X 45W X 135W X 225W X-9999 +USW00021504197004WDFM 315W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 360W X 45W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 135W X 225W X 45W X 45W X 45W X 360W X 45W X 45W X 45W X 45W X 225W X-9999 +USW00021504197004WSFG 87 X 82 X 87 X 87 X 98 X 87 X 98 X 103 X 98 X 87 X 77 X 67 X 77 X 87 X 82 X 108 X 82 X 93 X 93 X 113 X 108 X 93 X 113 X 77 X 72 X 113 X 108 X 98 X 123 X 77 X-9999 +USW00021504197004WSFM 45 X 58 X 54 X 49 X 67 X 54 X 63 X 67 X 63 X 54 X 54 X 45 X 45 X 67 X 58 X 76 X 49 X 67 X 58 X 76 X 67 X 63 X 76 X 45 X 40 X 80 X 72 X 58 X 72 X 63 X-9999 +USW00021504197004WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197004WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197005TMAX 256 0 272 0 283 0 267 0 289 0 294 0 250 0 267 0 283 0 256 0 272 0 272 0 289 0 300 0 272 0 283 0 278 0 278 0 272 0 256 0 267 0 267 0 267 0 272 0 283 0 267 0 256 0 272 0 283 0 289 0 278 0 +USW00021504197005TMIN 189 0 194 0 183 0 183 0 178 0 194 0 194 0 200 0 206 0 194 0 194 0 183 0 183 0 178 0 200 0 189 0 189 0 200 0 183 0 183 0 178 0 183 0 200 0 172 0 183 0 189 0 189 0 183 0 194 0 194 0 194 0 +USW00021504197005PRCP 536 0 544 0 0 0 0 0 18 0 3 0 147 0 208 0 30 0 290 0 259 0 38 0 3 0 58 0 18 0 226 0 64 0 0T 0 41 0 69 0 79 0 64 0 0T 0 193 0 251 0 1626 0 361 0 10 0 13 0 0 0 0T 0 +USW00021504197005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197005ACMH 100 X 90 X 90 X 90 X 90 X 80 X 90 X 100 X 80 X 100 X 80 X 80 X 80 X 80 X 90 X 90 X 70 X 80 X 80 X 90 X 90 X 100 X 100 X 50 X 70 X 90 X 100 X 80 X 80 X 80 X 60 X +USW00021504197005ACSH 100 X 100 X 90 X 100 X 90 X 60 X 90 X 100 X 70 X 100 X 70 X 70 X 80 X 80 X 80 X 80 X 60 X 60 X 70 X 90 X 90 X 100 X 100 X 30 X 50 X 90 X 100 X 70 X 70 X 90 X 50 X +USW00021504197005PGTM 0224 X 1430 X 1424 X 1254 X 1500 X 1036 X 1348 X 1148 X 1412 X 1112 X 1254 X 1624 X 1306 X 1400 X 1154 X 1500 X 1100 X 1154 X 1248 X 0406 X 1642 X 1418 X 1136 X 1030 X 1518 X 0806 X 1036 X 1530 X 1106 X 1100 X 1436 X +USW00021504197005PSUN 2 X 6 X 63 X 10 X 58 X 57 X 3 X 11 X 57 X 3 X 53 X 29 X 45 X 78 X 16 X 53 X 43 X 38 X 62 X 11 X 53 X 1 X 9 X 85 X 66 X 20 X 2 X 38 X 45 X 36 X 83 X +USW00021504197005TSUN 12 X 48 X 492 X 78 X 456 X 444 X 30 X 84 X 444 X 24 X 414 X 228 X 354 X 606 X 126 X 414 X 336 X 294 X 486 X 90 X 420 X 6 X 72 X 672 X 522 X 162 X 12 X 300 X 360 X 288 X 660 X +USW00021504197005WDFG 225W X 90W X 90W X 90W X 45W X 90W X 45W X 90W X 90W X 90W X 45W X 90W X 135W X 45W X 45W X 90W X 45W X 45W X 45W X 270W X 45W X 90W X 135W X 45W X 90W X 225W X 180W X 90W X 90W X 45W X 360W X +USW00021504197005WDFM 225W X 90W X 90W X 90W X 45W X 90W X 90W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 225W X 45W X 90W X 225W X 360W X 225W X 225W X 180W X 90W X 135W X 90W X 45W X +USW00021504197005WSFG 77 X 108 X 98 X 77 X 87 X 98 X 77 X 108 X 98 X 108 X 77 X 103 X 103 X 93 X 93 X 118 X 87 X 108 X 82 X 72 X 77 X 77 X 67 X 82 X 82 X 129 X 93 X 98 X 93 X 93 X 87 X +USW00021504197005WSFM 54 X 76 X 72 X 54 X 54 X 76 X 45 X 76 X 67 X 76 X 49 X 72 X 76 X 63 X 58 X 85 X 54 X 63 X 49 X 58 X 54 X 49 X 45 X 45 X 58 X 76 X 67 X 67 X 63 X 67 X 54 X +USW00021504197005WT16 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00021504197006TMAX 272 0 278 0 267 0 256 0 278 0 289 0 278 0 283 0 267 0 261 0 283 0 289 0 272 0 289 0 267 0 278 0 267 0 283 0 278 0 289 0 289 0 278 0 261 0 283 0 267 0 278 0 278 0 278 0 272 0 278 0-9999 +USW00021504197006TMIN 178 0 189 0 178 0 206 0 194 0 183 0 194 0 200 0 200 0 200 0 189 0 194 0 189 0 194 0 178 0 178 0 183 0 189 0 178 0 178 0 183 0 194 0 183 0 183 0 189 0 167 0 183 0 194 0 189 0 178 0-9999 +USW00021504197006PRCP 25 0 25 0 58 0 76 0 5 0 8 0 38 0 61 0 3 0 36 0 8 0 48 0 13 0 69 0 36 0 36 0 112 0 74 0 8 0 8 0 8 0 135 0 58 0 56 0 69 0 43 0 91 0 193 0 23 0 3 0-9999 +USW00021504197006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197006ACMH 80 X 80 X 90 X 100 X 90 X 80 X 80 X 90 X 100 X 100 X 60 X 80 X 90 X 90 X 90 X 90 X 90 X 90 X 50 X 70 X 80 X 100 X 90 X 90 X 90 X 60 X 90 X 90 X 80 X 80 X-9999 +USW00021504197006ACSH 80 X 90 X 80 X 100 X 90 X 80 X 80 X 90 X 100 X 100 X 40 X 70 X 90 X 90 X 90 X 80 X 90 X 90 X 50 X 60 X 70 X 100 X 90 X 90 X 90 X 40 X 80 X 80 X 80 X 80 X-9999 +USW00021504197006PGTM 1042 X 1318 X 1300 X 1154 X 1400 X 1230 X 1448 X 0818 X 1330 X 1730 X 1324 X 1312 X 1236 X 1300 X 1348 X 1424 X 1430 X 1448 X 1148 X 1106 X 1430 X 1254 X 1112 X 1518 X 1218 X 1242 X 1642 X 1748 X 1348 X 1130 X-9999 +USW00021504197006PSUN 60 X 39 X 23 X 5 X 5 X 28 X 42 X 17 X 2 X 6 X 63 X 51 X 8 X 12 X 17 X 35 X 3 X 18 X 68 X 60 X 47 X 18 X 11 X 10 X 2 X 77 X 17 X 30 X 31 X 51 X-9999 +USW00021504197006TSUN 474 X 306 X 186 X 36 X 42 X 228 X 336 X 138 X 18 X 48 X 504 X 402 X 60 X 90 X 138 X 276 X 24 X 144 X 546 X 480 X 378 X 138 X 84 X 78 X 18 X 618 X 132 X 240 X 246 X 408 X-9999 +USW00021504197006WDFG 45W X 45W X 45W X 45W X 135W X 45W X 45W X 90W X 90W X 45W X 45W X 45W X 90W X 90W X 135W X 45W X 45W X 45W X 45W X 90W X 45W X 315W X 45W X 45W X 360W X 360W X 45W X 90W X 45W X 45W X-9999 +USW00021504197006WDFM 45W X 45W X 45W X 225W X 45W X 45W X 45W X 225W X 45W X 45W X 45W X 90W X 90W X 90W X 135W X 68W X 45W X 45W X 45W X 45W X 45W X 45W X 90W X 225W X 360W X 45W X 225W X 45W X 90W X 90W X-9999 +USW00021504197006WSFG 87 X 98 X 82 X 77 X 77 X 87 X 82 X 77 X 87 X 82 X 103 X 82 X 103 X 103 X 93 X 87 X 93 X 67 X 67 X 72 X 93 X 77 X 72 X 72 X 93 X 67 X 67 X 87 X 67 X 103 X-9999 +USW00021504197006WSFM 58 X 63 X 54 X 45 X 49 X 58 X 54 X 49 X 54 X 54 X 58 X 49 X 76 X 67 X 72 X 67 X 58 X 45 X 40 X 49 X 63 X 40 X 54 X 49 X 49 X 40 X 49 X 63 X 45 X 76 X-9999 +USW00021504197006WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197007TMAX 256 0 272 0 278 0 267 0 283 0 278 0 283 0 278 0 272 0 278 0 278 0 278 0 278 0 278 0 283 0 278 0 272 0 283 0 289 0 289 0 289 0 283 0 283 0 289 0 289 0 283 0 283 0 289 0 278 0 289 0 283 0 +USW00021504197007TMIN 200 0 194 0 189 0 189 0 189 0 194 0 200 0 200 0 189 0 183 0 167 0 183 0 178 0 178 0 178 0 194 0 172 0 194 0 183 0 189 0 178 0 200 0 194 0 194 0 200 0 183 0 183 0 200 0 172 0 183 0 189 0 +USW00021504197007PRCP 361 0 102 0 69 0 94 0 183 0 229 0 119 0 163 0 249 0 241 0 18 0 142 0 10 0 97 0 114 0 145 0 30 0 79 0 0 0 0 0 10 0 109 0 79 0 66 0 69 0 0 0 213 0 41 0 8 0 30 0 48 0 +USW00021504197007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197007ACMH 100 X 90 X 90 X 100 X 90 X 90 X 90 X 90 X 80 X 80 X 70 X 90 X 90 X 80 X 90 X 70 X 60 X 80 X 70 X 60 X 50 X 80 X 80 X 60 X 90 X 40 X 70 X 70 X 50 X 50 X 60 X +USW00021504197007ACSH 100 X 80 X 80 X 90 X 100 X 90 X 80 X 90 X 70 X 70 X 80 X 90 X 100 X 80 X 100 X 70 X 60 X 70 X 60 X 50 X 30 X 70 X 70 X 50 X 80 X 30 X 70 X 60 X 50 X 40 X 40 X +USW00021504197007PGTM 1454 X 0830 X 1406 X 1930 X 1454 X 1700 X 1706 X 1354 X 2248 X 1442 X 1312 X 0848 X 1018 X 1354 X 1312 X 1106 X 1030 X 1400 X 1448 X 1342 X 1306 X 0754 X 1300 X 2200 X 1306 X 1254 X 1512 X 1254 X 0812 X 1442 X 1518 X +USW00021504197007PSUN 15 X 21 X 37 X 17 X 8 X 33 X 47 X 33 X 61 X 43 X 42 X 26 X 11 X 58 X 38 X 48 X 67 X 44 X 62 X 74 X 94 X 60 X 60 X 67 X 47 X 85 X 50 X 54 X 63 X 75 X 85 X +USW00021504197007TSUN 120 X 168 X 294 X 132 X 66 X 264 X 378 X 258 X 486 X 348 X 330 X 210 X 84 X 462 X 300 X 384 X 528 X 348 X 492 X 588 X 738 X 474 X 474 X 528 X 372 X 666 X 396 X 426 X 498 X 588 X 666 X +USW00021504197007WDFG 45W X 270W X 45W X 45W X 45W X 45W X 45W X 360W X 90W X 360W X 90W X 360W X 225W X 45W X 45W X 45W X 360W X 45W X 90W X 45W X 45W X 360W X 90W X 180W X 45W X 45W X 45W X 45W X 315W X 45W X 45W X +USW00021504197007WDFM 45W X 225W X 90W X 45W X 90W X 45W X 225W X 360W X 90W X 225W X 45W X 45W X 225W X 45W X 45W X 45W X 90W X 45W X 90W X 45W X 45W X 360W X 90W X 90W X 225W X 45W X 45W X 45W X 315W X 45W X 45W X +USW00021504197007WSFG 77 X 72 X 77 X 98 X 72 X 87 X 67 X 72 X 87 X 77 X 98 X 82 X 77 X 82 X 77 X 67 X 77 X 82 X 87 X 72 X 67 X 72 X 87 X 108 X 72 X 77 X 67 X 77 X 77 X 72 X 62 X +USW00021504197007WSFM 58 X 49 X 54 X 58 X 49 X 67 X 45 X 40 X 67 X 49 X 72 X 49 X 54 X 54 X 45 X 45 X 54 X 49 X 63 X 45 X 49 X 49 X 58 X 54 X 54 X 49 X 40 X 45 X 45 X 49 X 40 X +USW00021504197007WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00021504197008TMAX 278 0 278 0 283 0 278 0 272 0 278 0 289 0 278 0 283 0 283 0 278 0 278 0 278 0 278 0 283 0 289 0 289 0 283 0 289 0 289 0 289 0 283 0 272 0 283 0 244 0 250 0 278 0 283 0 294 0 283 0 283 0 +USW00021504197008TMIN 178 0 189 0 189 0 183 0 200 0 189 0 200 0 189 0 178 0 178 0 200 0 189 0 189 0 200 0 206 0 200 0 200 0 206 0 211 0 194 0 189 0 200 0 200 0 200 0 222 0 217 0 206 0 211 0 189 0 211 0 178 0 +USW00021504197008PRCP 46 0 86 0 23 0 28 0 114 0 104 0 38 0 66 0 23 0 58 0 46 0 23 0 5 0 30 0 69 0 56 0 23 0 46 0 127 0 5 0 53 0 56 0 81 0 107 0 2283 0 632 0 239 0 292 0 173 0 264 0 18 0 +USW00021504197008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197008ACMH 70 X 90 X 60 X 80 X 100 X 70 X 90 X 90 X 70 X 80 X 80 X 90 X 70 X 70 X 70 X 70 X 80 X 90 X 90 X 80 X 80 X 90 X 90 X 90 X 100 X 100 X 90 X 90 X 60 X 90 X 60 X +USW00021504197008ACSH 70 X 90 X 50 X 70 X 100 X 50 X 80 X 80 X 60 X 80 X 70 X 90 X 50 X 50 X 60 X 40 X 80 X 90 X 70 X 80 X 80 X 90 X 80 X 90 X 100 X 100 X 90 X 90 X 40 X 90 X 60 X +USW00021504197008PGTM 1524 X 0630 X 1212 X 1342 X 1430 X 1442 X 1100 X 1254 X 1418 X 1218 X 0948 X 1154 X 1224 X 1224 X 1412 X 1518 X 1430 X 1012 X 1824 X 1136 X 1336 X 1448 X 1418 X 1954 X 2012 X 0230 X 1606 X 1336 X 1318 X 1454 X 1118 X +USW00021504197008PSUN 60 X 7 X 80 X 45 X 1 X 59 X 25 X 24 X 81 X 33 X 53 X 29 X 67 X 67 X 66 X 75 X 26 X 43 X 61 X 30 X 30 X 16 X 43 X 64 X 0 X 0 X 1 X 32 X 64 X 38 X 64 X +USW00021504197008TSUN 468 X 54 X 624 X 348 X 6 X 456 X 198 X 186 X 630 X 252 X 414 X 222 X 516 X 522 X 510 X 582 X 198 X 330 X 468 X 228 X 228 X 120 X 324 X 486 X 0 X 0 X 12 X 240 X 480 X 288 X 480 X +USW00021504197008WDFG 45W X 225W X 45W X 45W X 90W X 45W X 45W X 45W X 45W X 45W X 360W X 315W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 90W X 45W X 45W X 360W X 45W X 45W X 90W X 45W X 45W X 90W X 360W X 90W X +USW00021504197008WDFM 225W X 225W X 45W X 360W X 90W X 45W X 90W X 45W X 45W X 45W X 45W X 225W X 45W X 45W X 45W X 270W X 45W X 45W X 45W X 45W X 45W X 45W X 315W X 45W X 45W X 90W X 45W X 45W X 90W X 45W X 90W X +USW00021504197008WSFG 72 X 82 X 77 X 72 X 77 X 67 X 93 X 87 X 72 X 67 X 82 X 67 X 67 X 72 X 67 X 67 X 77 X 87 X 77 X 82 X 93 X 98 X 72 X 87 X 118 X 113 X 62 X 72 X 98 X 77 X 67 X +USW00021504197008WSFM 49 X 63 X 49 X 49 X 54 X 40 X 67 X 67 X 49 X 49 X 49 X 40 X 40 X 45 X 40 X 45 X 58 X 49 X 49 X 63 X 76 X 76 X 40 X 54 X 80 X 76 X 40 X 45 X 63 X 49 X 45 X +USW00021504197008WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197009TMAX 283 0 283 0 283 0 283 0 289 0 272 0 278 0 283 0 283 0 294 0 294 0 289 0 289 0 283 0 283 0 278 0 272 0 283 0 272 0 289 0 289 0 278 0 278 0 283 0 294 0 294 0 300 0 289 0 300 0 300 0-9999 +USW00021504197009TMIN 206 0 194 0 183 0 211 0 194 0 183 0 178 0 206 0 183 0 183 0 178 0 183 0 183 0 178 0 178 0 200 0 200 0 206 0 200 0 189 0 183 0 200 0 194 0 178 0 178 0 200 0 211 0 194 0 189 0 161 0-9999 +USW00021504197009PRCP 23 0 147 0 46 0 155 0 5 0 91 0 74 0 25 0 20 0 3 0 10 0 0T 0 28 0 15 0 13 0 94 0 191 0 33 0 61 0 3 0 122 0 64 0 84 0 15 0 64 0 13 0 28 0 0T 0 0 0 0 0-9999 +USW00021504197009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197009ACMH 80 X 70 X 80 X 90 X 90 X 80 X 50 X 70 X 60 X 50 X 60 X 50 X 60 X 80 X 50 X 90 X 100 X 90 X 90 X 70 X 70 X 100 X 70 X 60 X 60 X 90 X 90 X 90 X 70 X 60 X-9999 +USW00021504197009ACSH 60 X 70 X 80 X 70 X 90 X 90 X 40 X 60 X 60 X 40 X 50 X 50 X 60 X 90 X 40 X 80 X 100 X 90 X 90 X 60 X 70 X 100 X 70 X 70 X 60 X 90 X 80 X 100 X 70 X 40 X-9999 +USW00021504197009PGTM 2312 X 0100 X 1506 X 1300 X 1430 X 1100 X 1506 X 1500 X 1536 X 1354 X 1142 X 1412 X 1124 X 1442 X 1600 X 1418 X 1142 X 1730 X 1248 X 1454 X 1236 X 1448 X 0906 X 1254 X 1130 X 1306 X 1312 X 1600 X 1224 X 1330 X-9999 +USW00021504197009PSUN 59 X 44 X 45 X 57 X 43 X 45 X 72 X 67 X 57 X 91 X 52 X 66 X 53 X 36 X 65 X 43 X 16 X 19 X 20 X 83 X 38 X 11 X 52 X 54 X 54 X 28 X 31 X 48 X 74 X 81 X-9999 +USW00021504197009TSUN 444 X 330 X 336 X 432 X 318 X 336 X 534 X 498 X 426 X 672 X 384 X 492 X 396 X 270 X 480 X 312 X 114 X 138 X 144 X 606 X 276 X 78 X 378 X 390 X 390 X 204 X 222 X 342 X 534 X 582 X-9999 +USW00021504197009WDFG 135W X 45W X 45W X 45W X 45W X 45W X 360W X 45W X 360W X 45W X 90W X 360W X 360W X 90W X 360W X 315W X 45W X 45W X 45W X 90W X 90W X 360W X 270W X 45W X 90W X 90W X 135W X 90W X 90W X 90W X-9999 +USW00021504197009WDFM 135W X 45W X 45W X 45W X 45W X 225W X 225W X 45W X 360W X 360W X 90W X 225W X 45W X 90W X 45W X 225W X 90W X 225W X 225W X 90W X 90W X 45W X 270W X 225W X 45W X 90W X 90W X 270W X 90W X 90W X-9999 +USW00021504197009WSFG 87 X 72 X 87 X 93 X 93 X 67 X 67 X 77 X 67 X 72 X 98 X 77 X 57 X 72 X 67 X 82 X 93 X 62 X 72 X 98 X 72 X 72 X 62 X 72 X 72 X 82 X 93 X 62 X 72 X 108 X-9999 +USW00021504197009WSFM 58 X 40 X 54 X 54 X 67 X 49 X 40 X 49 X 40 X 40 X 58 X 49 X 36 X 63 X 40 X 58 X 76 X 45 X 58 X 72 X 45 X 45 X 40 X 49 X 45 X 54 X 63 X 36 X 49 X 80 X-9999 +USW00021504197009WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504197010TMAX 317 0 306 0 300 0 300 0 289 0 289 0 283 0 272 0 283 0 278 0 289 0 283 0 306 0 306 0 289 0 300 0 300 0 300 0 283 0 272 0 278 0 278 0 283 0 272 0 289 0 267 0 283 0 283 0 272 0 278 0 278 0 +USW00021504197010TMIN 183 0 189 0 200 0 183 0 217 0 211 0 211 0 206 0 206 0 189 0 200 0 194 0 200 0 183 0 189 0 189 0 200 0 200 0 194 0 200 0 189 0 206 0 200 0 194 0 183 0 194 0 189 0 172 0 167 0 178 0 183 0 +USW00021504197010PRCP 0 0 0T 0 0T 0 81 0 124 0 58 0 109 0 79 0 64 0 5 0 0T 0 0T 0 3 0 0 0 0T 0 0 0 0 0 61 0 20 0 137 0 185 0 41 0 320 0 56 0 122 0 371 0 264 0 13 0 0 0 30 0 0T 0 +USW00021504197010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197010ACMH 70 X 90 X 90 X 80 X 90 X 80 X 100 X 100 X 80 X 100 X 70 X 60 X 40 X 30 X 90 X 80 X 100 X 90 X 70 X 100 X 90 X 90 X 90 X 80 X 80 X 100 X 100 X 40 X 60 X 60 X 70 X +USW00021504197010ACSH 60 X 90 X 100 X 80 X 80 X 70 X 90 X 100 X 50 X 100 X 80 X 50 X 40 X 40 X 100 X 100 X 100 X 70 X 50 X 100 X 90 X 80 X 90 X 80 X 60 X 100 X 100 X 40 X 80 X 50 X 50 X +USW00021504197010PGTM 1118 X 1112 X 1318 X 1212 X 1618 X 1348 X 1412 X 2230 X 1354 X 1306 X 1236 X 1106 X 1312 X 1300 X 1230 X 1154 X 1436 X 1430 X 1218 X 0936 X 1418 X 1024 X 1218 X 1442 X 1536 X 1606 X 0524 X 1048 X 1448 X 1618 X 1236 X +USW00021504197010PSUN 78 X 27 X 37 X 50 X 53 X 48 X 34 X 8 X 70 X 17 X 31 X 72 X 64 X 53 X 24 X 49 X 40 X 54 X 58 X 6 X 17 X 28 X 11 X 8 X 46 X 1 X 17 X 67 X 56 X 77 X 60 X +USW00021504197010TSUN 564 X 192 X 264 X 360 X 378 X 342 X 240 X 54 X 498 X 120 X 222 X 510 X 450 X 372 X 168 X 342 X 282 X 378 X 402 X 42 X 120 X 198 X 78 X 54 X 318 X 6 X 120 X 456 X 384 X 528 X 414 X +USW00021504197010WDFG 135W X 135W X 45W X 45W X 45W X 360W X 45W X 90W X 45W X 360W X 360W X 360W X 135W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 90W X 90W X 90W X 90W X 360W X 360W X 360W X 360W X +USW00021504197010WDFM 90W X 135W X 45W X 45W X 90W X 45W X 45W X 90W X 225W X 225W X 360W X 225W X 90W X 45W X 45W X 90W X 135W X 90W X 225W X 45W X 45W X 90W X 45W X 45W X 90W X 135W X 90W X 360W X 360W X 360W X 360W X +USW00021504197010WSFG 118 X 93 X 62 X 87 X 77 X 62 X 77 X 82 X 67 X 57 X 62 X 67 X 87 X 87 X 67 X 87 X 98 X 98 X 72 X 98 X 72 X 87 X 82 X 57 X 87 X 72 X 67 X 67 X 62 X 82 X 87 X +USW00021504197010WSFM 85 X 76 X 45 X 67 X 49 X 40 X 58 X 49 X 49 X 45 X 40 X 49 X 72 X 63 X 45 X 63 X 72 X 76 X 49 X 63 X 45 X 63 X 63 X 36 X 63 X 45 X 40 X 40 X 36 X 45 X 54 X +USW00021504197010WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X +USW00021504197011TMAX 272 0 278 0 278 0 272 0 278 0 267 0 272 0 261 0 272 0 267 0 294 0 278 0 272 0 278 0 294 0 306 0 300 0 278 0 283 0 294 0 256 0 256 0 244 0 244 0 261 0 294 0 294 0 300 0 294 0 283 0-9999 +USW00021504197011TMIN 200 0 183 0 161 0 206 0 189 0 189 0 167 0 161 0 167 0 189 0 194 0 194 0 189 0 189 0 189 0 183 0 178 0 183 0 189 0 194 0 211 0 200 0 200 0 206 0 200 0 200 0 189 0 183 0 183 0 189 0-9999 +USW00021504197011PRCP 251 0 53 0 10 0 470 0 117 0 10 0 0 0 8 0 114 0 282 0 33 0 30 0 15 0 3 0 64 0 0 0 0 0 0 0 0 0 53 0 8 0 0T 0 66 0 117 0 30 0 0 0 0T 0 0 0 20 0 76 0-9999 +USW00021504197011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197011ACMH 100 X 80 X 60 X 100 X 90 X 100 X 40 X 20 X 70 X 100 X 50 X 90 X 80 X 80 X 90 X 80 X 80 X 70 X 90 X 80 X 100 X 100 X 100 X 100 X 100 X 70 X 80 X 40 X 80 X 60 X-9999 +USW00021504197011ACSH 100 X 90 X 60 X 100 X 80 X 100 X 20 X 20 X 70 X 100 X 10 X 80 X 100 X 90 X 100 X 80 X 80 X 50 X 100 X 80 X 100 X 100 X 100 X 100 X 100 X 90 X 90 X 30 X 90 X 70 X-9999 +USW00021504197011PGTM 0300 X 1218 X 1230 X 2124 X 0106 X 1118 X 1248 X 2200 X 0430 X 1454 X 1730 X 1418 X 1206 X 1154 X 1324 X 1330 X 1218 X 1148 X 1412 X 1706 X 0754 X 0448 X 0524 X 1012 X 1448 X 0900 X 1400 X 1136 X 1336 X 0806 X-9999 +USW00021504197011PSUN 0 X 7 X 36 X 2 X 33 X 3 X 86 X 77 X 45 X 9 X 72 X 63 X 36 X 29 X 26 X 55 X 44 X 42 X 33 X 25 X 1 X 1 X 0 X 0 X 0 X 12 X 11 X 61 X 6 X 22 X-9999 +USW00021504197011TSUN 0 X 48 X 246 X 18 X 222 X 18 X 582 X 522 X 306 X 60 X 486 X 426 X 246 X 198 X 174 X 366 X 294 X 282 X 216 X 168 X 12 X 6 X 0 X 0 X 0 X 78 X 72 X 402 X 36 X 144 X-9999 +USW00021504197011WDFG 315W X 45W X 45W X 45W X 135W X 90W X 45W X 90W X 45W X 45W X 45W X 360W X 315W X 45W X 90W X 90W X 90W X 360W X 360W X 135W X 360W X 315W X 315W X 315W X 90W X 90W X 90W X 45W X 90W X 270W X-9999 +USW00021504197011WDFM 315W X 45W X 45W X 225W X 135W X 90W X 45W X 225W X 45W X 90W X 45W X 225W X 315W X 45W X 90W X 90W X 90W X 360W X 315W X 135W X 360W X 315W X 315W X 315W X 90W X 135W X 90W X 45W X 90W X 270W X-9999 +USW00021504197011WSFG 93 X 67 X 77 X 67 X 67 X 72 X 57 X 62 X 62 X 67 X 77 X 57 X 77 X 67 X 67 X 67 X 82 X 67 X 57 X 98 X 113 X 103 X 46 X 103 X 62 X 98 X 93 X 77 X 77 X 57 X-9999 +USW00021504197011WSFM 67 X 45 X 49 X 45 X 54 X 49 X 40 X 40 X 45 X 49 X 49 X 36 X 45 X 40 X 49 X 45 X 67 X 40 X 36 X 45 X 67 X 67 X 27 X 76 X 45 X 67 X 72 X 58 X 63 X 31 X-9999 +USW00021504197011WT03-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197011WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 +USW00021504197012TMAX 272 0 228 0 272 0 272 0 283 0 272 0 267 0 294 0 283 0 278 0 272 0 272 0 289 0 294 0 289 0 278 0 256 0 256 0 272 0 278 0 272 0 272 0 250 0 250 0 228 0 239 0 261 0 256 0 256 0 261 0 272 0 +USW00021504197012TMIN 183 0 206 0 189 0 172 0 183 0 194 0 183 0 172 0 178 0 183 0 189 0 183 0 178 0 178 0 189 0 178 0 194 0 194 0 194 0 194 0 189 0 189 0 172 0 178 0 189 0 183 0 183 0 194 0 189 0 178 0 161 0 +USW00021504197012PRCP 178 0 2370 0 343 0 168 0 531 0 198 0 46 0 13 0 25 0 107 0 351 0 127 0 76 0 0T 0 94 0 211 0 363 0 1095 0 445 0 64 0 206 0 66 0 302 0 371 0 229 0 368 0 203 0 71 0 79 0 188 0 69 0 +USW00021504197012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197012ACMH 80 X 100 X 90 X 90 X 80 X 90 X 70 X 40 X 40 X 60 X 90 X 80 X 80 X 70 X 90 X 80 X 100 X 100 X 100 X 100 X 100 X 90 X 90 X 90 X 90 X 100 X 80 X 70 X 80 X 80 X 50 X +USW00021504197012ACSH 80 X 100 X 100 X 90 X 70 X 80 X 70 X 30 X 30 X 40 X 90 X 80 X 70 X 70 X 80 X 70 X 100 X 100 X 100 X 90 X 100 X 90 X 100 X 90 X 100 X 100 X 80 X 70 X 90 X 70 X 40 X +USW00021504197012PGTM 1318 X 2312 X 1006 X 1348 X 0700 X 1036 X 0048 X 1148 X 1806 X 1330 X 0906 X 1142 X 1642 X 1106 X 1418 X 1236 X 2000 X 2248 X 2136 X 1312 X 0912 X 1154 X 2200 X 1924 X 1918 X 2054 X 1424 X 1030 X 0518 X 0306 X 1530 X +USW00021504197012PSUN 31 X 0 X 1 X 6 X 8 X 7 X 17 X 35 X 51 X 46 X 2 X 2 X 25 X 9 X 14 X 12 X 3 X 0 X 5 X 2 X 1 X 16 X 3 X 9 X 1 X 6 X 10 X 22 X 6 X 23 X 50 X +USW00021504197012TSUN 204 X 0 X 6 X 42 X 54 X 48 X 114 X 234 X 336 X 300 X 12 X 12 X 162 X 60 X 90 X 78 X 18 X 0 X 36 X 18 X 6 X 108 X 24 X 60 X 6 X 36 X 66 X 144 X 42 X 156 X 330 X +USW00021504197012WDFG 360W X 90W X 45W X 270W X 45W X 45W X 135W X 135W X 90W X 90W X 270W X 90W X 90W X 90W X 135W X 45W X 45W X 225W X 90W X 90W X 45W X 90W X 45W X 270W X 45W X 45W X 45W X 360W X 360W X 45W X 90W X +USW00021504197012WDFM 360W X 225W X 45W X 315W X 45W X 45W X 270W X 135W X 45W X 225W X 225W X 90W X 135W X 90W X 135W X 45W X 45W X 225W X 90W X 90W X 45W X 90W X 225W X 45W X 45W X 45W X 90W X 45W X 45W X 90W X 90W X +USW00021504197012WSFG 72 X 118 X 103 X 82 X 134 X 82 X 77 X 72 X 87 X 62 X 67 X 123 X 108 X 103 X 103 X 93 X 113 X 77 X 108 X 93 X 77 X 72 X 134 X 113 X 113 X 144 X 154 X 139 X 103 X 103 X 82 X +USW00021504197012WSFM 45 X 54 X 63 X 54 X 58 X 49 X 45 X 40 X 58 X 36 X 45 X 80 X 80 X 72 X 67 X 58 X 72 X 58 X 76 X 63 X 58 X 36 X 45 X 58 X 76 X 89 X 85 X 89 X 63 X 76 X 58 X +USW00021504197012WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504197012WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197101TMAX 272 0 256 0 267 0 278 0 278 0 261 0 256 0 256 0 217 0 261 0 261 0 278 0 272 0 272 0 283 0 300 0 267 0 256 0 244 0 272 0 256 0 283 0 278 0 267 0 272 0 272 0 306 0 261 0 261 0 272 0 272 0 +USW00021504197101TMIN 161 0 144 0 156 0 178 0 167 0 150 0 156 0 144 0 178 0 178 0 172 0 156 0 172 0 167 0 172 0 200 0 206 0 189 0 189 0 167 0 150 0 156 0 161 0 161 0 156 0 156 0 167 0 200 0 183 0 167 0 178 0 +USW00021504197101PRCP 0T 0 0 0 0 0 0T 0 8 0 10 0 8 0 23 0 1488 0 5 0 36 0 0 0 0 0 0 0 0 0 0T 0 401 0 249 0 246 0 48 0 99 0 0T 0 8 0 0 0 0 0 0 0 434 0 264 0 20 0 51 0 23 0 +USW00021504197101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197101ACMH 60 X 30 X 50 X 60 X 60 X 80 X 90 X 90 X 100 X 100 X 90 X 80 X 90 X 90 X 60 X 90 X 90 X 100 X 100 X 90 X 50 X 60 X 70 X 30 X 40 X 40 X 60 X 90 X 100 X 80 X 90 X +USW00021504197101ACSH 50 X 20 X 20 X 80 X 50 X 70 X 90 X 80 X 100 X 100 X 100 X 90 X 100 X 90 X 70 X 90 X 90 X 100 X 100 X 90 X 40 X 50 X 70 X 10 X 30 X 40 X 50 X 90 X 90 X 80 X 100 X +USW00021504197101PGTM 1330 X 1254 X 1448 X 2206 X 0936 X 1500 X 0642 X 1136 X 0118 X 1406 X 0024 X 1336 X 1430 X 1248 X 2236 X 0900 X 1818 X 1700 X 1618 X 1236 X 1836 X 1542 X 1542 X 1548 X 1324 X 1606 X 1242 X 0636 X 0854 X 1512 X 1630 X +USW00021504197101PSUN 50 X 59 X 58 X 15 X 47 X 31 X 16 X 25 X 0 X 14 X 3 X 32 X 0 X 31 X 39 X 16 X 7 X 2 X 1 X 12 X 48 X 42 X 42 X 69 X 71 X 47 X 46 X 9 X 2 X 35 X 4 X +USW00021504197101TSUN 330 X 384 X 384 X 96 X 312 X 210 X 102 X 162 X 0 X 96 X 24 X 210 X 0 X 204 X 264 X 102 X 48 X 12 X 12 X 78 X 324 X 282 X 282 X 468 X 480 X 318 X 312 X 60 X 12 X 234 X 24 X +USW00021504197101WDFG 45W X 315W X 360W X 135W X 135W X 315W X 270W X 315W X 135W X 135W X 180W X 90W X 360W X 360W X 180W X 180W X 45W X 315W X 135W X 360W X 135W X 90W X 90W X 360W X 360W X 90W X 135W X 180W X 315W X 360W X 135W X +USW00021504197101WDFM 225W X 360W X 360W X 135W X 135W X 315W X 270W X 315W X 135W X 135W X 135W X 90W X 225W X 360W X 180W X 180W X 315W X 315W X 135W X 90W X 135W X 90W X 90W X 45W X 90W X 90W X 135W X 180W X 315W X 360W X 135W X +USW00021504197101WSFG 67 X 72 X 62 X 103 X 159 X 108 X 93 X 103 X 139 X 134 X 118 X 103 X 57 X 62 X 108 X 144 X 77 X 67 X 98 X 77 X 103 X 98 X 82 X 57 X 62 X 87 X 175 X 200 X 87 X 67 X 123 X +USW00021504197101WSFM 49 X 40 X 36 X 63 X 103 X 63 X 63 X 67 X 98 X 98 X 85 X 67 X 36 X 40 X 63 X 98 X 40 X 36 X 76 X 45 X 72 X 72 X 54 X 36 X 40 X 63 X 125 X 130 X 54 X 36 X 80 X +USW00021504197101WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00021504197101WT16 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00021504197102TMAX 294 0 278 0 283 0 283 0 283 0 283 0 283 0 289 0 289 0 289 0 283 0 300 0 306 0 294 0 289 0 272 0 267 0 278 0 261 0 261 0 267 0 244 0 244 0 222 0 244 0 261 0 261 0 267 0-9999 -9999 -9999 +USW00021504197102TMIN 206 0 189 0 178 0 172 0 178 0 167 0 156 0 167 0 172 0 161 0 167 0 167 0 189 0 178 0 183 0 178 0 156 0 144 0 156 0 156 0 161 0 161 0 161 0 150 0 172 0 172 0 167 0 156 0-9999 -9999 -9999 +USW00021504197102PRCP 0T 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 36 0 25 0 13 0 15 0 0T 0 38 0 36 0 58 0 384 0 188 0 345 0 89 0 38 0 66 0 10 0-9999 -9999 -9999 +USW00021504197102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197102ACMH 100 X 100 X 40 X 50 X 30 X 20 X 10 X 30 X 40 X 40 X 30 X 40 X 60 X 80 X 80 X 90 X 60 X 40 X 60 X 80 X 90 X 90 X 80 X 90 X 90 X 60 X 80 X 40 X-9999 -9999 -9999 +USW00021504197102ACSH 100 X 100 X 20 X 40 X 20 X 20 X 10 X 20 X 50 X 50 X 30 X 40 X 40 X 80 X 90 X 100 X 80 X 50 X 70 X 80 X 90 X 80 X 70 X 100 X 90 X 50 X 80 X 20 X-9999 -9999 -9999 +USW00021504197102PGTM 1024 X 0042 X 1324 X 1500 X 1342 X 1336 X 1130 X 1412 X 1354 X 1400 X 1336 X 1300 X 1354 X 1606 X 1412 X 1530 X 1300 X 1448 X 1148 X 1142 X 1600 X 1730 X 1548 X 1806 X 1106 X 1330 X 1200 X 1524 X-9999 -9999 -9999 +USW00021504197102PSUN 0 X 0 X 69 X 62 X 78 X 64 X 77 X 73 X 60 X 46 X 71 X 56 X 58 X 8 X 13 X 14 X 22 X 46 X 7 X 15 X 20 X 29 X 17 X 0 X 15 X 53 X 55 X 87 X-9999 -9999 -9999 +USW00021504197102TSUN 0 X 0 X 468 X 420 X 528 X 438 X 528 X 498 X 408 X 318 X 486 X 384 X 402 X 54 X 90 X 102 X 150 X 324 X 54 X 108 X 138 X 198 X 120 X 0 X 108 X 372 X 384 X 612 X-9999 -9999 -9999 +USW00021504197102WDFG 135W X 135W X 90W X 90W X 90W X 45W X 45W X 90W X 135W X 90W X 90W X 45W X 45W X 90W X 45W X 135W X 90W X 135W X 90W X 45W X 90W X 135W X 90W X 180W X 135W X 90W X 90W X 90W X-9999 -9999 -9999 +USW00021504197102WDFM 135W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 135W X 90W X 90W X 45W X 45W X 45W X 90W X 270W X 225W X 135W X 90W X 90W X 135W X-9999 -9999 -9999 +USW00021504197102WSFG 129 X 98 X 103 X 103 X 108 X 82 X 82 X 108 X 98 X 103 X 123 X 82 X 82 X 72 X 82 X 82 X 118 X 129 X 82 X 87 X 113 X 164 X 98 X 62 X 93 X 108 X 82 X 113 X-9999 -9999 -9999 +USW00021504197102WSFM 89 X 67 X 76 X 76 X 76 X 49 X 54 X 80 X 72 X 80 X 76 X 58 X 58 X 49 X 54 X 58 X 85 X 94 X 45 X 45 X 76 X 80 X 49 X 54 X 58 X 72 X 49 X 80 X-9999 -9999 -9999 +USW00021504197102WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197102WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504197103TMAX 256 0 261 0 267 0 239 0 239 0 239 0 250 0 239 0 256 0 239 0 256 0 250 0 239 0 250 0 250 0 261 0 261 0 267 0 278 0 261 0 300 0 289 0 283 0 283 0 222 0 228 0 228 0 261 0 256 0 256 0 256 0 +USW00021504197103TMIN 156 0 172 0 150 0 144 0 172 0 161 0 150 0 161 0 156 0 150 0 156 0 172 0 167 0 167 0 167 0 150 0 144 0 122 0 133 0 139 0 172 0 178 0 167 0 156 0 172 0 183 0 183 0 178 0 172 0 167 0 144 0 +USW00021504197103PRCP 264 0 119 0 43 0 335 0 180 0 41 0 30 0 104 0 3 0 8 0 5 0 79 0 140 0 58 0 79 0 8 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 419 0 282 0 480 0 20 0 160 0 178 0 18 0 +USW00021504197103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197103ACMH 90 X 90 X 60 X 90 X 100 X 100 X 80 X 90 X 60 X 90 X 80 X 80 X 100 X 90 X 70 X 70 X 50 X 10 X 30 X 80 X 100 X 80 X 60 X 90 X 100 X 100 X 100 X 80 X 90 X 90 X 70 X +USW00021504197103ACSH 90 X 90 X 50 X 90 X 100 X 100 X 90 X 80 X 50 X 100 X 80 X 80 X 100 X 80 X 70 X 70 X 60 X 10 X 20 X 90 X 100 X 80 X 40 X 100 X 100 X 100 X 100 X 70 X 80 X 90 X 90 X +USW00021504197103PGTM 1154 X 1418 X 1130 X 1412 X 0836 X 1448 X 1242 X 1136 X 1324 X 1330 X 1454 X 0248 X 1606 X 1536 X 1154 X 1048 X 1142 X 1406 X 1518 X 1506 X 1036 X 1454 X 1230 X 1330 X 2130 X 0454 X 1648 X 1436 X 1206 X 1436 X 1230 X +USW00021504197103PSUN 7 X 42 X 33 X 1 X 0 X 2 X 11 X 12 X 28 X 0 X 32 X 30 X 2 X 17 X 41 X 1 X 39 X 94 X 97 X 41 X 12 X 78 X 74 X 26 X 0 X 0 X 0 X 50 X 17 X 8 X 48 X +USW00021504197103TSUN 48 X 300 X 234 X 6 X 0 X 18 X 78 X 84 X 204 X 0 X 228 X 216 X 12 X 120 X 300 X 6 X 282 X 678 X 702 X 300 X 90 X 570 X 540 X 192 X 0 X 0 X 0 X 366 X 126 X 60 X 360 X +USW00021504197103WDFG 90W X 135W X 90W X 90W X 90W X 45W X 45W X 90W X 45W X 90W X 45W X 45W X 90W X 360W X 360W X 45W X 45W X 45W X 90W X 315W X 135W X 90W X 135W X 90W X 45W X 45W X 270W X 45W X 45W X 90W X 360W X +USW00021504197103WDFM 90W X 90W X 90W X 90W X 90W X 135W X 45W X 225W X 90W X 135W X 45W X 90W X 90W X 45W X 360W X 90W X 45W X 45W X 90W X 315W X 135W X 90W X 135W X 90W X 45W X 90W X 225W X 45W X 45W X 90W X 45W X +USW00021504197103WSFG 113 X 103 X 98 X 87 X 93 X 57 X 77 X 67 X 93 X 77 X 103 X 82 X 77 X 67 X 67 X 87 X 77 X 67 X 149 X 72 X 123 X 118 X 154 X 82 X 108 X 108 X 67 X 82 X 93 X 82 X 62 X +USW00021504197103WSFM 80 X 76 X 63 X 58 X 76 X 40 X 49 X 45 X 67 X 45 X 67 X 58 X 58 X 45 X 40 X 67 X 49 X 45 X 107 X 45 X 76 X 85 X 121 X 63 X 67 X 72 X 40 X 58 X 67 X 63 X 40 X +USW00021504197103WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197104TMAX 217 0 267 0 278 0 244 0 256 0 256 0 267 0 272 0 278 0 256 0 261 0 256 0 256 0 244 0 256 0 256 0 261 0 267 0 261 0 222 0 256 0 244 0 217 0 272 0 283 0 278 0 256 0 267 0 244 0 239 0-9999 +USW00021504197104TMIN 167 0 167 0 178 0 172 0 183 0 183 0 178 0 172 0 178 0 178 0 178 0 178 0 178 0 167 0 172 0 178 0 172 0 167 0 183 0 172 0 172 0 172 0 167 0 183 0 178 0 183 0 183 0 183 0 183 0 178 0-9999 +USW00021504197104PRCP 648 0 450 0 447 0 3 0 56 0 20 0 64 0 3 0 38 0 0T 0 18 0 124 0 20 0 64 0 112 0 127 0 36 0 86 0 384 0 803 0 97 0 394 0 2454 0 427 0 3 0 0T 0 84 0 41 0 10 0 58 0-9999 +USW00021504197104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197104ACMH 100 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 80 X 80 X 70 X 90 X 90 X 90 X 70 X 60 X 90 X 100 X 100 X 100 X 100 X 100 X 80 X 90 X 100 X 100 X 100 X 100 X-9999 +USW00021504197104ACSH 100 X 90 X 90 X 100 X 100 X 100 X 100 X 90 X 90 X 80 X 80 X 60 X 60 X 90 X 90 X 80 X 60 X 50 X 80 X 100 X 100 X 100 X 100 X 100 X 70 X 90 X 100 X 90 X 100 X 100 X-9999 +USW00021504197104PGTM 0724 X 1406 X 1500 X 1430 X 1354 X 0930 X 1254 X 1542 X 1348 X 1254 X 1212 X 1554 X 1430 X 1442 X 0942 X 1830 X 1124 X 1206 X 1418 X 2112 X 0100 X 1136 X 1648 X 1936 X 1236 X 1330 X 1818 X 1600 X 1200 X 1230 X-9999 +USW00021504197104PSUN 0 X 53 X 46 X 0 X 1 X 2 X 35 X 23 X 28 X 37 X 36 X 48 X 46 X 12 X 21 X 37 X 43 X 50 X 40 X 0 X 9 X 0 X 0 X 0 X 38 X 12 X 0 X 10 X 2 X 0 X-9999 +USW00021504197104TSUN 0 X 396 X 342 X 0 X 12 X 18 X 258 X 174 X 216 X 282 X 270 X 360 X 348 X 96 X 162 X 276 X 330 X 384 X 306 X 0 X 66 X 0 X 0 X 0 X 294 X 90 X 0 X 78 X 18 X 0 X-9999 +USW00021504197104WDFG 135W X 45W X 90W X 45W X 45W X 225W X 90W X 90W X 45W X 45W X 45W X 360W X 45W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 360W X 135W X 180W X 135W X 90W X 90W X 90W X 45W X 90W X 45W X-9999 +USW00021504197104WDFM 225W X 90W X 90W X 45W X 225W X 225W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 360W X 360W X 45W X 90W X 225W X 90W X 135W X 225W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X-9999 +USW00021504197104WSFG 62 X 82 X 113 X 62 X 67 X 67 X 108 X 87 X 77 X 82 X 77 X 77 X 77 X 72 X 72 X 93 X 72 X 77 X 82 X 77 X 67 X 77 X 93 X 72 X 113 X 93 X 82 X 82 X 62 X 67 X-9999 +USW00021504197104WSFM 49 X 54 X 76 X 40 X 45 X 40 X 76 X 67 X 45 X 54 X 49 X 45 X 45 X 54 X 45 X 49 X 40 X 45 X 58 X 45 X 45 X 54 X 76 X 45 X 89 X 76 X 54 X 58 X 40 X 45 X-9999 +USW00021504197104WT03-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197104WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197105TMAX 256 0 278 0 278 0 267 0 272 0 267 0 261 0 261 0 267 0 278 0 278 0 278 0 261 0 272 0 289 0 289 0 283 0 283 0 261 0 283 0 267 0 267 0 267 0 261 0 267 0 272 0 261 0 267 0 267 0 283 0 283 0 +USW00021504197105TMIN 172 0 189 0 183 0 167 0 156 0 161 0 178 0 167 0 156 0 150 0 161 0 167 0 172 0 172 0 172 0 189 0 178 0 189 0 189 0 206 0 178 0 178 0 172 0 183 0 178 0 167 0 178 0 183 0 178 0 183 0 178 0 +USW00021504197105PRCP 0T 0 0T 0 20 0 107 0 46 0 361 0 333 0 30 0 0 0 0 0 0 0 3 0 10 0 41 0 0 0 0 0 13 0 10 0 51 0 10 0 109 0 5 0 163 0 117 0 23 0 20 0 79 0 81 0 15 0 0T 0 3 0 +USW00021504197105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197105ACMH 100 X 80 X 60 X 70 X 70 X 80 X 80 X 60 X 40 X 10 X 20 X 40 X 90 X 60 X 40 X 70 X 80 X 80 X 100 X 90 X 90 X 80 X 80 X 90 X 80 X 60 X 80 X 70 X 80 X 60 X 60 X +USW00021504197105ACSH 100 X 80 X 50 X 60 X 80 X 80 X 80 X 60 X 40 X 20 X 20 X 20 X 90 X 50 X 40 X 70 X 80 X 70 X 100 X 90 X 90 X 70 X 70 X 90 X 70 X 60 X 80 X 60 X 80 X 50 X 60 X +USW00021504197105PGTM 1612 X 1606 X 1500 X 0930 X 1418 X 0006 X 0206 X 1730 X 1418 X 1306 X 1312 X 1448 X 1336 X 1248 X 1054 X 1036 X 1142 X 1048 X 1024 X 1148 X 0918 X 1248 X 2130 X 1354 X 1624 X 1430 X 1418 X 0042 X 1848 X 1224 X 1330 X +USW00021504197105PSUN 10 X 35 X 81 X 55 X 30 X 37 X 23 X 55 X 61 X 73 X 78 X 79 X 5 X 40 X 63 X 38 X 34 X 32 X 8 X 22 X 6 X 28 X 6 X 1 X 20 X 7 X 10 X 18 X 35 X 61 X 53 X +USW00021504197105TSUN 78 X 270 X 624 X 426 X 228 X 288 X 180 X 426 X 474 X 570 X 612 X 612 X 42 X 318 X 492 X 300 X 264 X 246 X 66 X 168 X 48 X 222 X 48 X 6 X 162 X 60 X 84 X 138 X 276 X 486 X 420 X +USW00021504197105WDFG 90W X 45W X 360W X 360W X 90W X 90W X 180W X 90W X 90W X 90W X 90W X 90W X 90W X 360W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 45W X 45W X 45W X 180W X 90W X 90W X 90W X +USW00021504197105WDFM 90W X 45W X 45W X 90W X 90W X 315W X 360W X 90W X 45W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 225W X 45W X 225W X 45W X 45W X 90W X 90W X 90W X +USW00021504197105WSFG 77 X 82 X 77 X 77 X 77 X 82 X 67 X 87 X 82 X 98 X 93 X 93 X 93 X 77 X 93 X 108 X 93 X 93 X 113 X 123 X 98 X 72 X 134 X 77 X 98 X 82 X 82 X 77 X 77 X 87 X 87 X +USW00021504197105WSFM 54 X 58 X 49 X 45 X 49 X 45 X 40 X 54 X 54 X 67 X 72 X 67 X 63 X 40 X 63 X 76 X 67 X 63 X 76 X 89 X 76 X 45 X 76 X 54 X 67 X 54 X 58 X 45 X 54 X 58 X 54 X +USW00021504197105WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197106TMAX 283 0 267 0 267 0 278 0 272 0 272 0 278 0 278 0 272 0 261 0 272 0 283 0 283 0 289 0 300 0 306 0 300 0 278 0 289 0 289 0 289 0 289 0 300 0 300 0 289 0 272 0 283 0 283 0 289 0 300 0-9999 +USW00021504197106TMIN 189 0 189 0 194 0 172 0 178 0 194 0 194 0 194 0 194 0 194 0 183 0 183 0 183 0 189 0 183 0 183 0 217 0 206 0 189 0 200 0 189 0 189 0 200 0 206 0 211 0 211 0 211 0 189 0 194 0 194 0-9999 +USW00021504197106PRCP 5 0 56 0 43 0 3 0 33 0 56 0 140 0 76 0 69 0 41 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 5 0 0T 0 0T 0 0T 0 18 0 18 0 86 0 41 0 3 0 8 0 0T 0-9999 +USW00021504197106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197106ACMH 70 X 90 X 100 X 90 X 90 X 100 X 90 X 80 X 90 X 100 X 60 X 40 X 80 X 80 X 90 X 90 X 90 X 70 X 80 X 80 X 50 X 40 X 50 X 70 X 90 X 90 X 80 X 50 X 60 X 50 X-9999 +USW00021504197106ACSH 70 X 90 X 100 X 100 X 90 X 90 X 80 X 80 X 90 X 100 X 50 X 30 X 80 X 80 X 90 X 100 X 80 X 90 X 70 X 70 X 40 X 30 X 40 X 50 X 100 X 90 X 80 X 30 X 40 X 40 X-9999 +USW00021504197106PGTM 1318 X 1430 X 1142 X 1642 X 1330 X 1254 X 1236 X 0918 X 1042 X 1512 X 1012 X 1530 X 1154 X 1336 X 1506 X 1230 X 1236 X 0936 X 1336 X 1336 X 1318 X 1224 X 1300 X 1500 X 1518 X 1136 X 1312 X 1442 X 1236 X 1342 X-9999 +USW00021504197106PSUN 71 X 23 X 3 X 26 X 27 X 35 X 28 X 50 X 25 X 1 X 58 X 92 X 19 X 25 X 35 X 48 X 48 X 22 X 57 X 45 X 76 X 77 X 76 X 60 X 5 X 2 X 70 X 78 X 55 X 55 X-9999 +USW00021504197106TSUN 564 X 180 X 24 X 210 X 216 X 282 X 222 X 402 X 198 X 6 X 462 X 732 X 156 X 204 X 276 X 390 X 384 X 180 X 456 X 360 X 606 X 618 X 606 X 480 X 42 X 18 X 558 X 624 X 438 X 438 X-9999 +USW00021504197106WDFG 45W X 45W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 90W X 135W X 90W X 315W X 45W X 45W X 45W X 45W X 90W X 90W X 45W X 90W X 45W X 360W X 45W X 90W X-9999 +USW00021504197106WDFM 45W X 90W X 90W X 45W X 45W X 45W X 45W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 90W X 45W X 90W X 90W X 360W X 45W X 45W X 90W X-9999 +USW00021504197106WSFG 72 X 77 X 82 X 72 X 93 X 108 X 98 X 93 X 82 X 77 X 77 X 77 X 98 X 103 X 82 X 134 X 98 X 98 X 77 X 82 X 82 X 77 X 82 X 103 X 77 X 72 X 72 X 77 X 77 X 93 X-9999 +USW00021504197106WSFM 45 X 49 X 63 X 40 X 58 X 80 X 49 X 67 X 54 X 54 X 49 X 45 X 67 X 72 X 58 X 85 X 76 X 67 X 54 X 49 X 49 X 45 X 54 X 72 X 58 X 49 X 40 X 45 X 54 X 67 X-9999 +USW00021504197106WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197107TMAX 306 0 306 0 306 0 306 0 300 0 289 0 289 0 283 0 289 0 272 0 289 0 283 0 272 0 267 0 289 0 289 0 294 0 289 0 294 0 294 0 300 0 300 0 289 0 278 0 283 0 289 0 300 0 261 0 289 0 283 0 289 0 +USW00021504197107TMIN 189 0 194 0 211 0 206 0 200 0 211 0 211 0 211 0 200 0 200 0 228 0 217 0 222 0 217 0 211 0 206 0 200 0 206 0 217 0 211 0 200 0 211 0 206 0 206 0 211 0 178 0 189 0 200 0 183 0 211 0 206 0 +USW00021504197107PRCP 0T 0 0 0 3 0 10 0 25 0 25 0 79 0 76 0 8 0 30 0 0T 0 112 0 152 0 30 0 13 0 0T 0 10 0 0T 0 0T 0 3 0 3 0 18 0 25 0 71 0 15 0 0 0 20 0 107 0 168 0 46 0 0 0 +USW00021504197107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197107ACMH 40 X 70 X 80 X 70 X 80 X 80 X 80 X 80 X 60 X 90 X 90 X 90 X 100 X 100 X 90 X 70 X 70 X 80 X 100 X 80 X 90 X 90 X 80 X 90 X 70 X 20 X 60 X 80 X 70 X 90 X 50 X +USW00021504197107ACSH 30 X 70 X 80 X 60 X 70 X 80 X 70 X 70 X 60 X 90 X 100 X 90 X 100 X 100 X 90 X 70 X 60 X 80 X 100 X 80 X 80 X 100 X 80 X 90 X 70 X 10 X 70 X 90 X 60 X 100 X 40 X +USW00021504197107PGTM 1200 X 1412 X 1436 X 1242 X 1212 X 1600 X 0924 X 1342 X 1430 X 1206 X 1354 X 1154 X 0954 X 1106 X 0318 X 1242 X 1624 X 1430 X 1200 X 1500 X 1336 X 1424 X 0200 X 1106 X 1300 X 1330 X 1418 X 1330 X 1148 X 1324 X 1306 X +USW00021504197107PSUN 71 X 30 X 27 X 61 X 50 X 42 X 48 X 49 X 30 X 2 X 14 X 14 X 2 X 2 X 23 X 40 X 57 X 18 X 15 X 20 X 50 X 18 X 33 X 14 X 81 X 93 X 35 X 4 X 43 X 6 X 78 X +USW00021504197107TSUN 564 X 234 X 216 X 492 X 402 X 336 X 384 X 390 X 234 X 18 X 108 X 114 X 18 X 18 X 186 X 318 X 450 X 138 X 120 X 162 X 396 X 138 X 258 X 108 X 642 X 726 X 270 X 30 X 336 X 42 X 606 X +USW00021504197107WDFG 90W X 90W X 45W X 45W X 360W X 45W X 90W X 45W X 45W X 45W X 45W X 360W X 45W X 90W X 225W X 45W X 90W X 45W X 45W X 90W X 90W X 45W X 90W X 45W X 45W X 45W X 90W X 225W X 45W X 45W X 315W X +USW00021504197107WDFM 90W X 90W X 90W X 45W X 45W X 45W X 90W X 45W X 90W X 45W X 45W X 360W X 90W X 90W X 225W X 45W X 45W X 45W X 45W X 90W X 225W X 45W X 90W X 45W X 360W X 45W X 90W X 225W X 45W X 90W X 360W X +USW00021504197107WSFG 103 X 103 X 108 X 98 X 87 X 82 X 103 X 82 X 87 X 87 X 72 X 77 X 87 X 77 X 67 X 77 X 77 X 82 X 93 X 82 X 93 X 123 X 93 X 82 X 77 X 77 X 93 X 67 X 72 X 93 X 77 X +USW00021504197107WSFM 58 X 76 X 72 X 67 X 49 X 49 X 76 X 54 X 63 X 63 X 54 X 45 X 72 X 63 X 45 X 45 X 58 X 58 X 76 X 58 X 54 X 80 X 63 X 54 X 40 X 54 X 58 X 45 X 49 X 63 X 45 X +USW00021504197107WT16 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00021504197108TMAX 289 0 278 0 289 0 289 0 300 0 294 0 300 0 311 0 311 0 306 0 306 0 300 0 311 0 328 0 311 0 294 0 294 0 300 0 294 0 289 0 300 0 294 0 294 0 289 0 256 0 300 0 300 0 317 0 306 0 283 0 300 0 +USW00021504197108TMIN 200 0 200 0 211 0 206 0 194 0 200 0 189 0 189 0 189 0 200 0 194 0 211 0 194 0 194 0 211 0 211 0 206 0 206 0 211 0 189 0 217 0 217 0 194 0 200 0 178 0 189 0 183 0 189 0 178 0 211 0 178 0 +USW00021504197108PRCP 30 0 56 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 8 0 246 0 30 0 79 0 3 0 20 0 0 0 3 0 10 0 10 0 20 0 0T 0 0 0 0 0 41 0 36 0 0 0 +USW00021504197108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197108ACMH 70 X 90 X 70 X 70 X 40 X 50 X 50 X 50 X 30 X 40 X 40 X 70 X 50 X 60 X 50 X 80 X 90 X 90 X 50 X 40 X 80 X 90 X 90 X 90 X 90 X 40 X 30 X 10 X 60 X 80 X 40 X +USW00021504197108ACSH 70 X 90 X 60 X 70 X 30 X 50 X 40 X 20 X 20 X 40 X 50 X 70 X 60 X 60 X 50 X 70 X 80 X 90 X 60 X 30 X 70 X 90 X 90 X 90 X 100 X 40 X 30 X 20 X 60 X 90 X 40 X +USW00021504197108PGTM 1354 X 1306 X 0724 X 1148 X 1324 X 1236 X 1248 X 1254 X 1400 X 1236 X 1248 X 1354 X 1324 X 1506 X 1306 X 0000 X 0018 X 0100 X 1336 X 1330 X 1354 X 1136 X 1400 X 0836 X 0942 X 1536 X 1418 X 1306 X 1118 X 1324 X 1500 X +USW00021504197108PSUN 55 X 22 X 56 X 34 X 70 X 68 X 76 X 82 X 76 X 64 X 75 X 62 X 75 X 55 X 71 X 43 X 28 X 27 X 69 X 71 X 33 X 12 X 53 X 6 X 0 X 73 X 90 X 87 X 42 X 9 X 70 X +USW00021504197108TSUN 426 X 174 X 438 X 264 X 540 X 528 X 588 X 636 X 588 X 492 X 582 X 474 X 582 X 420 X 546 X 330 X 216 X 210 X 528 X 546 X 246 X 96 X 408 X 42 X 0 X 552 X 678 X 654 X 318 X 66 X 522 X +USW00021504197108WDFG 360W X 45W X 270W X 360W X 45W X 90W X 360W X 45W X 90W X 45W X 90W X 45W X 90W X 90W X 45W X 90W X 225W X 90W X 360W X 45W X 45W X 90W X 360W X 315W X 360W X 45W X 45W X 90W X 45W X 45W X 45W X +USW00021504197108WDFM 360W X 45W X 270W X 45W X 45W X 45W X 45W X 45W X 90W X 45W X 45W X 45W X 45W X 90W X 45W X 90W X 225W X 90W X 45W X 45W X 45W X 45W X 315W X 315W X 270W X 45W X 360W X 90W X 45W X 45W X 45W X +USW00021504197108WSFG 72 X 72 X 77 X 77 X 82 X 77 X 77 X 82 X 87 X 82 X 82 X 77 X 103 X 103 X 98 X 123 X 87 X 98 X 67 X 67 X 72 X 82 X 72 X 57 X 62 X 67 X 67 X 87 X 72 X 72 X 93 X +USW00021504197108WSFM 45 X 49 X 45 X 49 X 49 X 49 X 54 X 54 X 58 X 49 X 49 X 45 X 76 X 67 X 49 X 67 X 54 X 72 X 49 X 49 X 45 X 58 X 40 X 31 X 40 X 45 X 45 X 58 X 49 X 49 X 63 X +USW00021504197108WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00021504197109TMAX 300 0 300 0 294 0 289 0 294 0 289 0 300 0 300 0 289 0 300 0 300 0 300 0 311 0 322 0 311 0 317 0 300 0 306 0 283 0 278 0 278 0 289 0 294 0 300 0 300 0 283 0 289 0 261 0 283 0 283 0-9999 +USW00021504197109TMIN 189 0 200 0 206 0 194 0 206 0 211 0 200 0 200 0 206 0 206 0 183 0 206 0 200 0 200 0 194 0 194 0 206 0 222 0 200 0 194 0 211 0 189 0 194 0 211 0 211 0 200 0 183 0 206 0 194 0 206 0-9999 +USW00021504197109PRCP 81 0 36 0 251 0 0T 0 79 0 23 0 3 0 25 0 5 0 20 0 0T 0 20 0 0 0 0 0 8 0 46 0 38 0 20 0 15 0 226 0 343 0 0 0 13 0 43 0 53 0 36 0 117 0 325 0 74 0 292 0-9999 +USW00021504197109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197109ACMH 40 X 80 X 90 X 40 X 50 X 60 X 40 X 80 X 70 X 50 X 70 X 70 X 50 X 40 X 20 X 50 X 90 X 80 X 90 X 90 X 100 X 60 X 50 X 90 X 90 X 70 X 80 X 90 X 90 X 100 X-9999 +USW00021504197109ACSH 40 X 80 X 100 X 30 X 30 X 60 X 30 X 80 X 60 X 40 X 80 X 70 X 30 X 50 X 20 X 30 X 100 X 80 X 100 X 100 X 100 X 60 X 50 X 80 X 90 X 80 X 80 X 100 X 90 X 100 X-9999 +USW00021504197109PGTM 1518 X 1524 X 1200 X 1442 X 1518 X 1036 X 1242 X 1124 X 1542 X 1324 X 1812 X 1112 X 1400 X 1136 X 1330 X 1306 X 1212 X 0954 X 1800 X 1730 X 0706 X 1800 X 1330 X 1436 X 1400 X 0600 X 1136 X 1600 X 1512 X 1442 X-9999 +USW00021504197109PSUN 66 X 34 X 27 X 71 X 73 X 58 X 80 X 58 X 61 X 84 X 61 X 56 X 67 X 73 X 88 X 66 X 23 X 36 X 17 X 5 X 4 X 83 X 62 X 61 X 47 X 52 X 36 X 3 X 35 X 40 X-9999 +USW00021504197109TSUN 498 X 258 X 204 X 534 X 546 X 432 X 600 X 426 X 450 X 624 X 456 X 414 X 498 X 540 X 648 X 486 X 168 X 264 X 126 X 36 X 30 X 606 X 456 X 444 X 342 X 378 X 258 X 24 X 258 X 288 X-9999 +USW00021504197109WDFG 45W X 45W X 45W X 360W X 45W X 45W X 90W X 45W X 90W X 45W X 45W X 45W X 45W X 90W X 45W X 90W X 135W X 90W X 45W X 135W X 225W X 315W X 45W X 90W X 90W X 90W X 90W X 225W X 90W X 360W X-9999 +USW00021504197109WDFM 45W X 225W X 45W X 360W X 45W X 45W X 90W X 360W X 45W X 45W X 45W X 45W X 45W X 90W X 45W X 90W X 135W X 90W X 90W X 135W X 90W X 360W X 45W X 90W X 90W X 225W X 45W X 225W X 90W X 45W X-9999 +USW00021504197109WSFG 72 X 72 X 87 X 67 X 72 X 87 X 67 X 77 X 72 X 77 X 77 X 77 X 82 X 87 X 72 X 93 X 93 X 98 X 77 X 108 X 98 X 57 X 62 X 98 X 93 X 77 X 62 X 67 X 77 X 72 X-9999 +USW00021504197109WSFM 54 X 54 X 67 X 40 X 54 X 67 X 49 X 49 X 49 X 54 X 54 X 54 X 54 X 67 X 45 X 67 X 67 X 72 X 54 X 80 X 76 X 36 X 45 X 76 X 63 X 45 X 45 X 49 X 49 X 49 X-9999 +USW00021504197109WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197110TMAX 278 0 289 0 283 0 283 0 294 0 272 0 283 0 283 0 289 0 283 0 300 0 306 0 300 0 294 0 289 0 289 0 294 0 289 0 294 0 278 0 289 0 283 0 283 0 289 0 300 0 289 0 278 0 294 0 261 0 283 0 278 0 +USW00021504197110TMIN 200 0 189 0 200 0 178 0 183 0 217 0 206 0 194 0 200 0 200 0 206 0 183 0 200 0 206 0 183 0 183 0 178 0 172 0 178 0 194 0 194 0 200 0 189 0 189 0 189 0 189 0 189 0 206 0 222 0 211 0 194 0 +USW00021504197110PRCP 185 0 61 0 173 0 13 0 20 0 417 0 104 0 3 0 13 0 43 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 46 0 46 0 51 0 127 0 38 0 18 0 74 0 76 0 0T 0 0 0 140 0 104 0 99 0 +USW00021504197110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197110ACMH 100 X 80 X 60 X 40 X 70 X 100 X 50 X 70 X 40 X 80 X 80 X 60 X 70 X 70 X 40 X 40 X 20 X 20 X 70 X 80 X 90 X 80 X 80 X 60 X 60 X 80 X 80 X 90 X 100 X 90 X 80 X +USW00021504197110ACSH 100 X 80 X 40 X 30 X 60 X 100 X 40 X 80 X 30 X 80 X 60 X 60 X 60 X 70 X 30 X 50 X 20 X 20 X 90 X 90 X 100 X 90 X 90 X 60 X 40 X 70 X 90 X 90 X 100 X 100 X 80 X +USW00021504197110PGTM 1036 X 1618 X 1112 X 1406 X 1324 X 1706 X 0136 X 1118 X 2212 X 0718 X 1354 X 1230 X 1312 X 1242 X 1400 X 1418 X 1330 X 1300 X 1600 X 1300 X 1706 X 1406 X 1124 X 1236 X 1154 X 1118 X 1500 X 1506 X 1306 X 1218 X 1224 X +USW00021504197110PSUN 18 X 60 X 70 X 91 X 42 X 6 X 85 X 58 X 80 X 42 X 66 X 63 X 38 X 15 X 70 X 69 X 66 X 80 X 13 X 11 X 42 X 33 X 41 X 61 X 64 X 18 X 18 X 29 X 0 X 15 X 24 X +USW00021504197110TSUN 132 X 432 X 504 X 648 X 294 X 42 X 600 X 414 X 564 X 294 X 468 X 444 X 270 X 102 X 492 X 486 X 462 X 558 X 96 X 72 X 294 X 228 X 282 X 420 X 444 X 126 X 126 X 198 X 0 X 102 X 168 X +USW00021504197110WDFG 45W X 360W X 360W X 360W X 45W X 90W X 135W X 360W X 45W X 225W X 45W X 90W X 45W X 90W X 45W X 360W X 90W X 45W X 90W X 90W X 360W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 135W X 90W X 45W X +USW00021504197110WDFM 45W X 315W X 225W X 360W X 90W X 90W X 360W X 45W X 45W X 225W X 45W X 90W X 45W X 90W X 360W X 45W X 90W X 45W X 45W X 90W X 225W X 45W X 45W X 270W X 90W X 90W X 90W X 90W X 135W X 90W X 225W X +USW00021504197110WSFG 93 X 77 X 72 X 67 X 67 X 67 X 67 X 67 X 67 X 62 X 82 X 87 X 77 X 67 X 57 X 67 X 82 X 67 X 82 X 77 X 62 X 72 X 72 X 72 X 82 X 77 X 62 X 82 X 82 X 98 X 77 X +USW00021504197110WSFM 58 X 45 X 45 X 36 X 40 X 45 X 40 X 40 X 45 X 49 X 49 X 72 X 54 X 40 X 36 X 45 X 67 X 45 X 63 X 58 X 40 X 49 X 45 X 45 X 63 X 58 X 45 X 63 X 67 X 67 X 49 X +USW00021504197110WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00021504197111TMAX 283 0 289 0 272 0 289 0 289 0 283 0 272 0 267 0 272 0 272 0 272 0 278 0 267 0 283 0 283 0 278 0 261 0 267 0 261 0 278 0 272 0 267 0 256 0 239 0 267 0 278 0 272 0 272 0 272 0 267 0-9999 +USW00021504197111TMIN 189 0 206 0 200 0 189 0 183 0 194 0 206 0 200 0 183 0 172 0 194 0 194 0 200 0 200 0 206 0 183 0 217 0 217 0 200 0 167 0 178 0 183 0 189 0 194 0 200 0 189 0 189 0 178 0 172 0 183 0-9999 +USW00021504197111PRCP 33 0 66 0 30 0 0 0 99 0 30 0 97 0 183 0 89 0 112 0 157 0 206 0 56 0 102 0 386 0 216 0 340 0 142 0 38 0 38 0 36 0 23 0 236 0 584 0 737 0 36 0 36 0 91 0 218 0 124 0-9999 +USW00021504197111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197111ACMH 80 X 80 X 100 X 50 X 60 X 80 X 90 X 90 X 70 X 60 X 90 X 80 X 90 X 90 X 90 X 80 X 100 X 100 X 90 X 60 X 50 X 90 X 100 X 100 X 100 X 80 X 70 X 70 X 80 X 60 X-9999 +USW00021504197111ACSH 70 X 70 X 100 X 30 X 60 X 70 X 90 X 90 X 50 X 40 X 70 X 60 X 80 X 70 X 90 X 70 X 100 X 100 X 90 X 40 X 50 X 90 X 100 X 100 X 100 X 70 X 50 X 70 X 80 X 50 X-9999 +USW00021504197111PGTM 1500 X 1342 X 2330 X 1154 X 1330 X 1412 X 1606 X 1748 X 1054 X 1930 X 1336 X 1212 X 1154 X 1512 X 1400 X 1330 X 0618 X 1218 X 1430 X 1654 X 1600 X 1248 X 1248 X 1818 X 1354 X 1448 X 1430 X 1406 X 1248 X 1236 X-9999 +USW00021504197111PSUN 25 X 47 X 2 X 74 X 38 X 19 X 19 X 20 X 64 X 58 X 24 X 48 X 22 X 31 X 21 X 22 X 0 X 5 X 0 X 64 X 47 X 25 X 3 X 0 X 3 X 35 X 58 X 41 X 19 X 43 X-9999 +USW00021504197111TSUN 168 X 324 X 18 X 504 X 258 X 132 X 126 X 138 X 432 X 390 X 162 X 324 X 150 X 210 X 144 X 150 X 0 X 36 X 0 X 426 X 312 X 168 X 18 X 0 X 18 X 234 X 384 X 270 X 126 X 282 X-9999 +USW00021504197111WDFG 135W X 90W X 225W X 90W X 90W X 90W X 90W X 315W X 45W X 225W X 45W X 45W X 45W X 90W X 90W X 180W X 90W X 90W X 90W X 45W X 45W X 90W X 45W X 90W X 90W X 135W X 90W X 45W X 135W X 90W X-9999 +USW00021504197111WDFM 90W X 45W X 225W X 90W X 90W X 90W X 225W X 315W X 45W X 45W X 45W X 23W X 45W X 90W X 90W X 180W X 90W X 90W X 90W X 45W X 45W X 225W X 45W X 90W X 90W X 135W X 90W X 45W X 135W X 90W X-9999 +USW00021504197111WSFG 82 X 87 X 62 X 77 X 98 X 93 X 72 X 87 X 72 X 77 X 82 X 72 X 77 X 72 X 87 X 87 X 98 X 98 X 77 X 103 X 72 X 67 X 108 X 113 X 87 X 103 X 72 X 67 X 77 X 72 X-9999 +USW00021504197111WSFM 67 X 67 X 45 X 49 X 76 X 67 X 49 X 54 X 45 X 45 X 58 X 54 X 54 X 54 X 67 X 58 X 76 X 76 X 49 X 40 X 45 X 40 X 49 X 76 X 67 X 76 X 49 X 49 X 58 X 54 X-9999 +USW00021504197111WT16 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197112TMAX 267 0 261 0 250 0 267 0 272 0 233 0 283 0 278 0 261 0 256 0 261 0 256 0 228 0 239 0 261 0 267 0 278 0 250 0 233 0 228 0 250 0 256 0 256 0 222 0 256 0 250 0 250 0 256 0 239 0 250 0 261 0 +USW00021504197112TMIN 183 0 194 0 183 0 172 0 172 0 194 0 194 0 183 0 183 0 183 0 189 0 178 0 183 0 183 0 189 0 161 0 156 0 194 0 200 0 183 0 172 0 156 0 167 0 167 0 178 0 167 0 167 0 172 0 167 0 172 0 167 0 +USW00021504197112PRCP 328 0 48 0 165 0 36 0 79 0 292 0 66 0 61 0 188 0 137 0 191 0 348 0 1618 0 988 0 81 0 13 0 147 0 1105 0 831 0 66 0 69 0 18 0 8 0 178 0 48 0 36 0 79 0 23 0 48 0 645 0 239 0 +USW00021504197112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197112ACMH 80 X 90 X 90 X 60 X 60 X 100 X 90 X 80 X 90 X 80 X 70 X 80 X 100 X 100 X 80 X 50 X 70 X 100 X 100 X 100 X 80 X 70 X 90 X 100 X 80 X 60 X 90 X 90 X 100 X 100 X 80 X +USW00021504197112ACSH 60 X 90 X 100 X 70 X 50 X 100 X 80 X 80 X 100 X 70 X 60 X 80 X 100 X 100 X 60 X 40 X 70 X 100 X 100 X 90 X 70 X 60 X 100 X 100 X 80 X 60 X 90 X 90 X 100 X 100 X 70 X +USW00021504197112PGTM 1418 X 1248 X 1430 X 1448 X 1300 X 1400 X 1642 X 1506 X 1354 X 2148 X 0106 X 1630 X 1900 X 2000 X 1654 X 1436 X 2330 X 1724 X 1136 X 1336 X 1736 X 1418 X 1136 X 1154 X 1242 X 1448 X 2306 X 1430 X 1042 X 1618 X 1530 X +USW00021504197112PSUN 35 X 4 X 1 X 31 X 46 X 0 X 36 X 45 X 4 X 17 X 51 X 17 X 1 X 0 X 39 X 46 X 27 X 0 X 0 X 3 X 30 X 57 X 13 X 0 X 21 X 40 X 15 X 28 X 4 X 1 X 33 X +USW00021504197112TSUN 228 X 30 X 6 X 204 X 306 X 0 X 240 X 294 X 24 X 108 X 336 X 114 X 6 X 0 X 258 X 300 X 174 X 0 X 0 X 18 X 198 X 378 X 84 X 0 X 138 X 264 X 96 X 186 X 24 X 6 X 216 X +USW00021504197112WDFG 45W X 90W X 90W X 135W X 90W X 90W X 135W X 90W X 90W X 45W X 45W X 45W X 225W X 45W X 45W X 90W X 135W X 90W X 90W X 315W X 45W X 90W X 180W X 180W X 45W X 90W X 90W X 45W X 225W X 225W X 90W X +USW00021504197112WDFM 45W X 90W X 225W X 90W X 135W X 135W X 135W X 90W X 90W X 45W X 45W X 225W X 225W X 45W X 45W X 90W X 135W X 90W X 225W X 360W X 45W X 180W X 180W X 225W X 90W X 225W X 90W X 45W X 225W X 225W X 90W X +USW00021504197112WSFG 72 X 87 X 67 X 98 X 118 X 82 X 98 X 103 X 103 X 87 X 87 X 87 X 93 X 93 X 77 X 77 X 144 X 103 X 87 X 82 X 103 X 67 X 98 X 87 X 93 X 67 X 82 X 103 X 77 X 113 X 98 X +USW00021504197112WSFM 49 X 58 X 49 X 76 X 80 X 45 X 76 X 76 X 67 X 49 X 63 X 54 X 67 X 54 X 49 X 49 X 94 X 67 X 58 X 54 X 63 X 45 X 72 X 49 X 63 X 45 X 49 X 63 X 54 X 63 X 72 X +USW00021504197112WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197112WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197201TMAX 267 0 272 0 261 0 250 0 256 0 256 0 211 0 228 0 250 0 256 0 250 0 267 0 283 0 267 0 272 0 272 0 256 0 261 0 267 0 272 0 261 0 233 0 267 0 239 0 239 0 256 0 244 0 228 0 228 0 250 0 250 0 +USW00021504197201TMIN 156 0 161 0 189 0 161 0 144 0 156 0 167 0 172 0 139 0 156 0 139 0 150 0 172 0 200 0 211 0 172 0 161 0 161 0 150 0 167 0 172 0 183 0 178 0 206 0 200 0 167 0 183 0 189 0 178 0 150 0 156 0 +USW00021504197201PRCP 3 0 15 0 119 0 3 0 0 0 30 0 599 0 168 0 13 0 20 0 0 0 10 0 145 0 8 0 0T 0 3 0 3 0 15 0 61 0 0 0 69 0 340 0 0T 0 1090 0 25 0 0 0 3 0 0T 0 43 0 0 0 0 0 +USW00021504197201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197201ACMH 50 X 70 X 90 X 80 X 50 X 80 X 100 X 100 X 60 X 70 X 40 X 70 X 80 X 80 X 90 X 70 X 70 X 50 X 70 X 60 X 80 X 100 X 80 X 100 X 100 X 70 X 100 X 100 X 100 X 80 X 90 X +USW00021504197201ACSH 40 X 70 X 70 X 70 X 60 X 70 X 100 X 100 X 70 X 60 X 40 X 80 X 80 X 70 X 80 X 70 X 90 X 40 X 60 X 60 X 80 X 100 X 80 X 100 X 100 X 50 X 100 X 100 X 100 X 80 X 90 X +USW00021504197201PGTM 1418 X 1406 X 2024 X 1348 X 1142 X 1406 X 0736 X 0218 X 1354 X 1842 X 1300 X 1236 X 1730 X 1354 X 1424 X 1342 X 1424 X 1212 X 1448 X 1336 X 1242 X 0218 X 1336 X 1554 X 1330 X 1430 X 1954 X 1848 X 1248 X 1136 X 1754 X +USW00021504197201PSUN 58 X 49 X 19 X 31 X 59 X 24 X 1 X 0 X 48 X 58 X 65 X 16 X 46 X 27 X 26 X 24 X 13 X 61 X 49 X 25 X 10 X 0 X 37 X 0 X 0 X 54 X 1 X 0 X 0 X 38 X 13 X +USW00021504197201TSUN 378 X 324 X 126 X 204 X 390 X 156 X 6 X 6 X 318 X 384 X 426 X 108 X 306 X 180 X 174 X 156 X 90 X 408 X 324 X 168 X 72 X 0 X 252 X 0 X 0 X 360 X 6 X 0 X 0 X 258 X 90 X +USW00021504197201WDFG 90W X 90W X 90W X 45W X 45W X 45W X 270W X 225W X 360W X 315W X 360W X 360W X 90W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 135W X 135W X 90W X 360W X 360W X 315W X 315W X 315W X 315W X 315W X +USW00021504197201WDFM 90W X 90W X 90W X 225W X 45W X 45W X 225W X 225W X 225W X 225W X 45W X 360W X 90W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 225W X 135W X 90W X 360W X 360W X 315W X 315W X 315W X 315W X 315W X +USW00021504197201WSFG 87 X 103 X 87 X 62 X 62 X 62 X 67 X 72 X 67 X 72 X 67 X 67 X 103 X 103 X 93 X 93 X 57 X 77 X 93 X 93 X 98 X 77 X 134 X 113 X 93 X 77 X 118 X 77 X 98 X 103 X 77 X +USW00021504197201WSFM 63 X 76 X 63 X 36 X 36 X 36 X 54 X 49 X 36 X 40 X 36 X 40 X 76 X 76 X 67 X 63 X 31 X 45 X 63 X 63 X 67 X 58 X 85 X 80 X 45 X 54 X 80 X 45 X 63 X 58 X 40 X +USW00021504197201WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197201WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00021504197202TMAX 244 0 256 0 256 0 283 0 283 0 244 0 244 0 250 0 256 0 244 0 256 0 244 0 256 0 267 0 256 0 267 0 250 0 233 0 239 0 256 0 250 0 278 0 289 0 278 0 267 0 256 0 261 0 278 0 294 0-9999 -9999 +USW00021504197202TMIN 139 0 139 0 172 0 206 0 200 0 194 0 189 0 178 0 178 0 178 0 150 0 172 0 167 0 161 0 161 0 150 0 150 0 144 0 161 0 161 0 178 0 183 0 189 0 161 0 167 0 161 0 161 0 167 0 194 0-9999 -9999 +USW00021504197202PRCP 0 0 0 0 3 0 8 0 0 0 0 0 257 0 445 0 584 0 155 0 28 0 66 0 79 0 13 0 13 0 3 0 0T 0 340 0 25 0 38 0 251 0 5 0 229 0 0T 0 10 0 0 0 20 0 3 0 0 0-9999 -9999 +USW00021504197202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504197202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504197202ACMH 70 X 60 X 100 X 90 X 70 X 90 X 100 X 100 X 100 X 100 X 90 X 100 X 90 X 80 X 70 X 60 X 80 X 80 X 80 X 80 X 100 X 90 X 90 X 100 X 80 X 70 X 90 X 70 X 40 X-9999 -9999 +USW00021504197202ACSH 70 X 50 X 100 X 90 X 50 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 70 X 80 X 50 X 100 X 80 X 90 X 80 X 100 X 90 X 90 X 100 X 100 X 60 X 90 X 80 X 50 X-9999 -9999 +USW00021504197202PGTM 1242 X 1218 X 1342 X 1348 X 0000 X 0236 X 1942 X 1824 X 1506 X 1318 X 1454 X 0742 X 1418 X 1400 X 1512 X 1400 X 1042 X 1324 X 0254 X 0754 X 1842 X 1218 X 1218 X 1354 X 1718 X 1154 X 1206 X 1642 X 1218 X-9999 -9999 +USW00021504197202PSUN 40 X 44 X 5 X 65 X 51 X 1 X 0 X 9 X 5 X 5 X 24 X 1 X 10 X 31 X 13 X 56 X 5 X 29 X 7 X 9 X 4 X 30 X 13 X 25 X 6 X 31 X 10 X 23 X 62 X-9999 -9999 +USW00021504197202TSUN 276 X 294 X 30 X 438 X 348 X 6 X 0 X 60 X 36 X 30 X 168 X 12 X 72 X 216 X 90 X 390 X 36 X 204 X 48 X 66 X 30 X 210 X 90 X 174 X 42 X 216 X 72 X 162 X 438 X-9999 -9999 +USW00021504197202WDFG 360W X 360W X 135W X 180W X 135W X 315W X 225W X 90W X 180W X 45W X 360W X 45W X 90W X 90W X 90W X 90W X 180W X 45W X 315W X 225W X 135W X 90W X 135W X 135W X 315W X 45W X 90W X 135W X 135W X-9999 -9999 +USW00021504197202WDFM 360W X 225W X 90W X 135W X 135W X 315W X 225W X 90W X 180W X 45W X 90W X 225W X 45W X 90W X 90W X 90W X 180W X 360W X 315W X 225W X 135W X 135W X 90W X 135W X 315W X 360W X 90W X 135W X 135W X-9999 -9999 +USW00021504197202WSFG 67 X 62 X 93 X 195 X 87 X 87 X 51 X 118 X 77 X 82 X 77 X 72 X 93 X 98 X 98 X 72 X 51 X 98 X 77 X 82 X 93 X 144 X 98 X 129 X 77 X 57 X 98 X 123 X 123 X-9999 -9999 +USW00021504197202WSFM 36 X 40 X 67 X 116 X 63 X 54 X 31 X 67 X 54 X 63 X 54 X 40 X 67 X 58 X 67 X 67 X 49 X 58 X 49 X 58 X 67 X 116 X 72 X 89 X 45 X 36 X 72 X 94 X 94 X-9999 -9999 +USW00021504197202WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197202WT16-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00021504197203TMAX 300 0 300 0 278 0 300 0 278 0 283 0 294 0 244 0 278 0 278 0 300 0 294 0 294 0 289 0 283 0 283 0 289 0 289 0 289 0 283 0 283 0 311 0 339 0 306 0 289 0 300 0 311 0 272 0 228 0 272 0 267 0 +USW00021504197203TMIN 156 0 206 0 211 0 183 0 194 0 161 0 183 0 200 0 189 0 139 0 183 0 172 0 161 0 156 0 156 0 161 0 172 0 183 0 183 0 189 0 183 0 167 0 178 0 178 0 178 0 178 0 172 0 189 0 189 0 167 0 178 0 +USW00021504197203PRCP 0 0 0 0 0 0 18 0 0T 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 0T 0 89 0 51 0 8 0 41 0 +USW00021504197203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197203ACMH 40 X 70 X 100 X 90 X 70 X 50 X 10 X 100 X 80 X 30 X 50 X 40 X 30 X 40 X 20 X 30 X 50 X 50 X 60 X 90 X 70 X 80 X 80 X 80 X 80 X 70 X 60 X 90 X 100 X 70 X 90 X +USW00021504197203ACSH 50 X 80 X 100 X 90 X 80 X 70 X 10 X 100 X 70 X 20 X 50 X 40 X 40 X 30 X 20 X 10 X 40 X 40 X 70 X 80 X 70 X 80 X 80 X 80 X 60 X 50 X 70 X 90 X 100 X 70 X 80 X +USW00021504197203PGTM 1436 X 1418 X 1130 X 1018 X 0018 X 1242 X 1054 X 1800 X 1224 X 1524 X 1248 X 1600 X 1536 X 1318 X 1348 X 1312 X 1424 X 1206 X 1600 X 1100 X 1324 X 1518 X 1554 X 1106 X 1236 X 1218 X 1300 X 1642 X 2106 X 1742 X 1142 X +USW00021504197203PSUN 63 X 35 X 4 X 25 X 20 X 26 X 53 X 1 X 49 X 90 X 67 X 79 X 82 X 84 X 77 X 93 X 74 X 73 X 69 X 59 X 67 X 54 X 75 X 68 X 65 X 69 X 54 X 20 X 4 X 54 X 30 X +USW00021504197203TSUN 444 X 246 X 24 X 180 X 138 X 186 X 378 X 6 X 348 X 648 X 480 X 564 X 588 X 606 X 552 X 672 X 540 X 528 X 504 X 426 X 486 X 396 X 546 X 498 X 480 X 504 X 396 X 150 X 30 X 396 X 222 X +USW00021504197203WDFG 135W X 135W X 180W X 135W X 360W X 90W X 90W X 315W X 90W X 315W X 90W X 90W X 90W X 360W X 360W X 360W X 90W X 90W X 90W X 45W X 90W X 135W X 135W X 90W X 360W X 360W X 90W X 315W X 315W X 315W X 45W X +USW00021504197203WDFM 135W X 135W X 180W X 135W X 135W X 90W X 45W X 315W X 90W X 360W X 90W X 90W X 90W X 45W X 360W X 45W X 90W X 90W X 90W X 90W X 90W X 135W X 135W X 45W X 360W X 360W X 90W X 315W X 135W X 360W X 45W X +USW00021504197203WSFG 129 X 175 X 144 X 139 X 82 X 82 X 67 X 77 X 98 X 87 X 108 X 113 X 93 X 62 X 72 X 67 X 93 X 103 X 87 X 87 X 108 X 118 X 118 X 82 X 72 X 72 X 98 X 67 X 93 X 87 X 62 X +USW00021504197203WSFM 103 X 130 X 112 X 107 X 45 X 63 X 40 X 45 X 72 X 49 X 80 X 85 X 72 X 40 X 45 X 49 X 67 X 63 X 67 X 67 X 85 X 85 X 85 X 54 X 45 X 45 X 72 X 45 X 67 X 45 X 36 X +USW00021504197203WT03-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197203WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00021504197204TMAX 278 0 261 0 278 0 222 0 244 0 244 0 256 0 250 0 278 0 272 0 272 0 256 0 278 0 294 0 278 0 267 0 256 0 261 0 272 0 261 0 267 0 267 0 267 0 256 0 261 0 267 0 272 0 261 0 217 0 267 0-9999 +USW00021504197204TMIN 189 0 206 0 211 0 189 0 189 0 189 0 194 0 200 0 211 0 211 0 183 0 178 0 183 0 194 0 194 0 200 0 194 0 200 0 194 0 189 0 178 0 183 0 183 0 172 0 172 0 178 0 183 0 156 0 178 0 183 0-9999 +USW00021504197204PRCP 907 0 645 0 5 0 84 0 56 0 66 0 53 0 165 0 211 0 30 0 25 0 64 0 61 0 8 0 84 0 84 0 554 0 94 0 20 0 221 0 64 0 150 0 18 0 30 0 79 0 48 0 114 0 13 0 505 0 61 0-9999 +USW00021504197204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197204ACMH 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 90 X 90 X 90 X 90 X 50 X 90 X 100 X 100 X 100 X 80 X 100 X 80 X 90 X 100 X 80 X 90 X 90 X 70 X 70 X 100 X 100 X-9999 +USW00021504197204ACSH 100 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 70 X 90 X 90 X 100 X 70 X 40 X 100 X 100 X 100 X 100 X 70 X 100 X 80 X 80 X 100 X 90 X 90 X 80 X 70 X 80 X 100 X 100 X-9999 +USW00021504197204PGTM 1542 X 0924 X 1242 X 1812 X 1248 X 1254 X 1700 X 1606 X 2254 X 1142 X 1448 X 1118 X 1436 X 1430 X 1206 X 1242 X 0348 X 1112 X 1236 X 1224 X 1742 X 1236 X 1200 X 0912 X 0930 X 1412 X 1330 X 1124 X 1348 X 1506 X-9999 +USW00021504197204PSUN 30 X 6 X 24 X 5 X 7 X 2 X 34 X 20 X 70 X 44 X 36 X 14 X 37 X 58 X 16 X 3 X 3 X 7 X 25 X 0 X 15 X 13 X 30 X 10 X 17 X 35 X 43 X 39 X 0 X 23 X-9999 +USW00021504197204TSUN 222 X 42 X 180 X 36 X 54 X 18 X 252 X 150 X 522 X 330 X 270 X 108 X 276 X 438 X 126 X 24 X 24 X 54 X 186 X 0 X 114 X 96 X 234 X 78 X 132 X 270 X 330 X 300 X 0 X 174 X-9999 +USW00021504197204WDFG 90W X 225W X 360W X 315W X 90W X 225W X 360W X 45W X 360W X 45W X 45W X 90W X 135W X 90W X 90W X 90W X 225W X 45W X 90W X 90W X 90W X 90W X 45W X 45W X 360W X 45W X 90W X 90W X 45W X 45W X-9999 +USW00021504197204WDFM 90W X 180W X 360W X 315W X 90W X 225W X 360W X 45W X 45W X 45W X 45W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 225W X 360W X 45W X 90W X 45W X 45W X-9999 +USW00021504197204WSFG 77 X 82 X 67 X 77 X 82 X 51 X 62 X 72 X 82 X 103 X 77 X 82 X 123 X 118 X 98 X 93 X 93 X 93 X 113 X 93 X 103 X 72 X 77 X 82 X 67 X 72 X 93 X 82 X 82 X 62 X-9999 +USW00021504197204WSFM 58 X 54 X 40 X 45 X 63 X 40 X 31 X 45 X 49 X 76 X 54 X 63 X 89 X 89 X 76 X 67 X 58 X 67 X 76 X 67 X 72 X 49 X 54 X 58 X 54 X 45 X 67 X 49 X 58 X 45 X-9999 +USW00021504197204WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197204WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197205TMAX 272 0 272 0 244 0 267 0 267 0 278 0 267 0 267 0 283 0 283 0 283 0 278 0 261 0 278 0 278 0 267 0 272 0 278 0 283 0 272 0 278 0 283 0 256 0 267 0 256 0 272 0 272 0 278 0 272 0 278 0 272 0 +USW00021504197205TMIN 172 0 172 0 178 0 183 0 183 0 178 0 183 0 194 0 183 0 194 0 194 0 200 0 200 0 194 0 183 0 178 0 178 0 183 0 167 0 189 0 194 0 189 0 183 0 183 0 189 0 172 0 172 0 167 0 189 0 178 0 178 0 +USW00021504197205PRCP 112 0 30 0 127 0 97 0 18 0 8 0 3 0 81 0 0T 0 36 0 33 0 104 0 5 0 13 0 3 0 41 0 25 0 43 0 18 0 89 0 23 0 28 0 23 0 23 0 137 0 13 0 3 0 0 0 64 0 0 0 0T 0 +USW00021504197205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197205ACMH 80 X 80 X 100 X 90 X 70 X 80 X 90 X 90 X 60 X 80 X 90 X 90 X 90 X 90 X 60 X 60 X 80 X 60 X 50 X 80 X 80 X 100 X 90 X 100 X 100 X 40 X 40 X 40 X 100 X 60 X 80 X +USW00021504197205ACSH 80 X 80 X 100 X 90 X 80 X 90 X 100 X 90 X 50 X 90 X 90 X 90 X 100 X 90 X 60 X 50 X 70 X 50 X 40 X 60 X 80 X 100 X 100 X 100 X 100 X 40 X 40 X 20 X 100 X 70 X 80 X +USW00021504197205PGTM 1454 X 1342 X 1254 X 1142 X 1148 X 1324 X 1706 X 0800 X 1118 X 1436 X 1248 X 1318 X 1342 X 1142 X 1330 X 1330 X 1630 X 1236 X 1430 X 1654 X 1600 X 1236 X 1406 X 1236 X 0906 X 1412 X 1506 X 1306 X 1506 X 1230 X 1224 X +USW00021504197205PSUN 51 X 23 X 1 X 14 X 12 X 45 X 8 X 20 X 74 X 59 X 41 X 15 X 0 X 23 X 49 X 68 X 44 X 56 X 78 X 61 X 39 X 60 X 5 X 13 X 0 X 76 X 80 X 84 X 21 X 62 X 39 X +USW00021504197205TSUN 396 X 180 X 6 X 108 X 90 X 354 X 60 X 156 X 576 X 456 X 324 X 120 X 0 X 180 X 384 X 534 X 342 X 444 X 618 X 480 X 306 X 474 X 24 X 102 X 0 X 600 X 636 X 666 X 168 X 498 X 312 X +USW00021504197205WDFG 315W X 45W X 225W X 45W X 45W X 45W X 90W X 225W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 180W X 45W X 45W X 45W X 45W X 45W X 90W X +USW00021504197205WDFM 360W X 45W X 225W X 90W X 45W X 45W X 90W X 225W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 225W X 45W X 360W X 45W X 225W X 45W X 45W X +USW00021504197205WSFG 77 X 77 X 62 X 72 X 93 X 72 X 77 X 67 X 93 X 103 X 98 X 98 X 77 X 87 X 82 X 93 X 72 X 103 X 93 X 103 X 87 X 87 X 72 X 57 X 77 X 67 X 67 X 67 X 67 X 62 X 67 X +USW00021504197205WSFM 45 X 58 X 49 X 45 X 72 X 45 X 63 X 45 X 63 X 80 X 72 X 72 X 63 X 63 X 58 X 63 X 45 X 67 X 54 X 80 X 72 X 58 X 45 X 40 X 49 X 40 X 40 X 45 X 45 X 40 X 40 X +USW00021504197205WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X +USW00021504197206TMAX 272 0 278 0 306 0 278 0 267 0 278 0 278 0 289 0 283 0 289 0 300 0 294 0 289 0 289 0 289 0 294 0 294 0 278 0 278 0 283 0 283 0 289 0 283 0 283 0 278 0 278 0 272 0 278 0 283 0 272 0-9999 +USW00021504197206TMIN 194 0 172 0 183 0 200 0 206 0 200 0 200 0 206 0 211 0 217 0 211 0 194 0 211 0 206 0 200 0 194 0 200 0 189 0 200 0 183 0 183 0 183 0 206 0 206 0 183 0 200 0 206 0 206 0 200 0 189 0-9999 +USW00021504197206PRCP 13 0 3 0 0 0 0 0 0T 0 3 0 0T 0 30 0 36 0 38 0 3 0 0 0 3 0 0T 0 30 0 20 0 81 0 64 0 203 0 3 0 28 0 0T 0 91 0 36 0 23 0 20 0 193 0 61 0 79 0 104 0-9999 +USW00021504197206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197206ACMH 90 X 90 X 100 X 100 X 90 X 80 X 60 X 90 X 90 X 90 X 90 X 80 X 90 X 80 X 60 X 70 X 90 X 80 X 90 X 40 X 80 X 50 X 100 X 100 X 90 X 100 X 100 X 90 X 90 X 100 X-9999 +USW00021504197206ACSH 100 X 100 X 90 X 100 X 100 X 90 X 60 X 90 X 80 X 90 X 100 X 90 X 90 X 80 X 50 X 60 X 90 X 70 X 80 X 30 X 70 X 50 X 100 X 100 X 90 X 100 X 100 X 90 X 90 X 100 X-9999 +USW00021504197206PGTM 0536 X 1430 X 1436 X 1042 X 1336 X 1354 X 1418 X 1254 X 1730 X 1300 X 1112 X 1412 X 1406 X 1124 X 1200 X 1648 X 1212 X 1430 X 1412 X 1430 X 1254 X 1424 X 0818 X 1112 X 1000 X 1342 X 1354 X 1348 X 0506 X 1112 X-9999 +USW00021504197206PSUN 31 X 11 X 21 X 36 X 8 X 33 X 81 X 12 X 51 X 28 X 17 X 71 X 38 X 65 X 78 X 64 X 30 X 39 X 18 X 80 X 47 X 50 X 29 X 19 X 25 X 21 X 21 X 67 X 64 X 23 X-9999 +USW00021504197206TSUN 246 X 90 X 168 X 288 X 60 X 264 X 642 X 96 X 408 X 222 X 138 X 564 X 300 X 522 X 624 X 516 X 240 X 312 X 144 X 642 X 372 X 402 X 228 X 150 X 198 X 168 X 168 X 540 X 516 X 180 X-9999 +USW00021504197206WDFG 180W X 90W X 315W X 360W X 315W X 45W X 360W X 45W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X 90W X 45W X 135W X 45W X 360W X 45W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 135W X-9999 +USW00021504197206WDFM 180W X 90W X 90W X 360W X 315W X 360W X 360W X 90W X 45W X 90W X 90W X 45W X 45W X 45W X 360W X 90W X 90W X 45W X 225W X 45W X 225W X 45W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 135W X-9999 +USW00021504197206WSFG 67 X 77 X 98 X 62 X 67 X 67 X 67 X 82 X 82 X 82 X 98 X 77 X 82 X 93 X 72 X 93 X 93 X 87 X 77 X 67 X 72 X 82 X 87 X 87 X 77 X 82 X 87 X 93 X 77 X 72 X-9999 +USW00021504197206WSFM 45 X 58 X 76 X 40 X 45 X 40 X 45 X 54 X 49 X 54 X 67 X 54 X 58 X 58 X 45 X 49 X 58 X 63 X 54 X 45 X 54 X 49 X 58 X 63 X 54 X 54 X 54 X 54 X 49 X 54 X-9999 +USW00021504197206WT16 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197207TMAX 272 0 283 0 283 0 289 0 283 0 283 0 267 0 267 0 261 0 261 0 278 0 272 0 272 0 278 0 267 0 289 0 289 0 283 0 261 0 283 0 278 0 283 0 283 0 289 0 283 0 289 0 261 0 278 0 278 0 278 0 289 0 +USW00021504197207TMIN 211 0 217 0 206 0 211 0 217 0 211 0 211 0 211 0 211 0 206 0 206 0 194 0 200 0 206 0 189 0 211 0 206 0 217 0 206 0 200 0 206 0 189 0 200 0 206 0 206 0 217 0 211 0 200 0 194 0 178 0 189 0 +USW00021504197207PRCP 20 0 28 0 13 0 0T 0 0 0 145 0 71 0 201 0 122 0 51 0 33 0 15 0 188 0 97 0 53 0 71 0 0T 0 0T 0 18 0 5 0 28 0 8 0 0 0 41 0 264 0 130 0 353 0 51 0 122 0 28 0 150 0 +USW00021504197207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197207ACMH 100 X 90 X 90 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 100 X 90 X 70 X 90 X 100 X 90 X 70 X 80 X 80 X 90 X 90 X 100 X 100 X 80 X 70 X 80 X 70 X +USW00021504197207ACSH 100 X 90 X 90 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 80 X 100 X 90 X 70 X 90 X 100 X 90 X 60 X 80 X 80 X 90 X 90 X 100 X 100 X 70 X 70 X 70 X 60 X +USW00021504197207PGTM 0354 X 1454 X 1506 X 1200 X 0930 X 1306 X 1436 X 2024 X 0548 X 1354 X 1254 X 1100 X 1636 X 1248 X 1212 X 1506 X 1324 X 1300 X 1718 X 1348 X 1206 X 1248 X 0930 X 1406 X 1606 X 1030 X 0948 X 0942 X 0612 X 1348 X 1154 X +USW00021504197207PSUN 3 X 46 X 21 X 29 X 15 X 14 X 1 X 8 X 0 X 0 X 4 X 12 X 44 X 57 X 0 X 16 X 44 X 23 X 1 X 39 X 67 X 24 X 20 X 37 X 33 X 35 X 1 X 56 X 52 X 32 X 60 X +USW00021504197207TSUN 30 X 372 X 168 X 228 X 120 X 108 X 6 X 66 X 0 X 0 X 30 X 102 X 348 X 456 X 0 X 132 X 348 X 180 X 6 X 306 X 534 X 186 X 162 X 288 X 264 X 270 X 6 X 438 X 414 X 252 X 468 X +USW00021504197207WDFG 225W X 360W X 45W X 45W X 45W X 45W X 45W X 225W X 135W X 270W X 90W X 90W X 45W X 360W X 90W X 45W X 360W X 90W X 270W X 45W X 360W X 45W X 45W X 45W X 90W X 90W X 270W X 360W X 270W X 45W X 45W X +USW00021504197207WDFM 225W X 45W X 45W X 90W X 45W X 45W X 45W X 225W X 225W X 270W X 90W X 90W X 45W X 360W X 90W X 45W X 45W X 45W X 225W X 360W X 360W X 45W X 45W X 225W X 90W X 45W X 270W X 45W X 45W X 135W X 45W X +USW00021504197207WSFG 62 X 67 X 62 X 87 X 62 X 82 X 67 X 72 X 67 X 62 X 82 X 67 X 87 X 67 X 77 X 77 X 72 X 67 X 62 X 62 X 62 X 62 X 77 X 77 X 72 X 87 X 82 X 93 X 72 X 67 X 82 X +USW00021504197207WSFM 49 X 36 X 36 X 49 X 40 X 54 X 40 X 54 X 49 X 40 X 63 X 49 X 54 X 40 X 67 X 49 X 45 X 40 X 31 X 40 X 36 X 36 X 54 X 45 X 49 X 54 X 49 X 58 X 45 X 45 X 58 X +USW00021504197207WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197208TMAX 294 0 289 0 278 0 306 0 306 0 294 0 294 0 283 0 283 0 289 0 289 0 294 0 294 0 289 0 300 0 272 0 294 0 256 0 294 0 261 0 294 0 289 0 283 0 294 0 283 0 289 0 289 0 294 0 294 0 306 0 311 0 +USW00021504197208TMIN 211 0 222 0 200 0 194 0 211 0 217 0 222 0 200 0 178 0 178 0 206 0 200 0 206 0 222 0 206 0 200 0 217 0 228 0 217 0 222 0 217 0 194 0 183 0 178 0 183 0 178 0 206 0 206 0 206 0 211 0 228 0 +USW00021504197208PRCP 81 0 74 0 25 0 0 0 0T 0 20 0 3 0 84 0 25 0 135 0 51 0 91 0 10 0 279 0 0 0 71 0 61 0 462 0 97 0 592 0 0T 0 10 0 0T 0 0T 0 0T 0 28 0 0 0 0 0 8 0 10 0 10 0 +USW00021504197208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197208ACMH 90 X 60 X 50 X 50 X 70 X 80 X 90 X 60 X 30 X 40 X 80 X 70 X 70 X 100 X 70 X 90 X 100 X 100 X 100 X 100 X 90 X 50 X 30 X 20 X 20 X 50 X 60 X 30 X 70 X 90 X 90 X +USW00021504197208ACSH 90 X 50 X 30 X 50 X 60 X 80 X 90 X 40 X 10 X 30 X 70 X 60 X 50 X 100 X 70 X 90 X 100 X 100 X 100 X 100 X 80 X 50 X 20 X 20 X 20 X 40 X 60 X 10 X 90 X 80 X 90 X +USW00021504197208PGTM 1248 X 1142 X 1412 X 1318 X 1224 X 1436 X 1230 X 1724 X 1212 X 1500 X 1324 X 1212 X 1318 X 1000 X 1230 X 1012 X 2230 X 2048 X 0036 X 0624 X 1418 X 1324 X 1236 X 1348 X 1318 X 1524 X 2006 X 2024 X 1754 X 1136 X 1206 X +USW00021504197208PSUN 46 X 79 X 92 X 60 X 40 X 17 X 26 X 84 X 94 X 83 X 53 X 44 X 72 X 26 X 34 X 3 X 20 X 0 X 9 X 0 X 25 X 73 X 94 X 88 X 85 X 63 X 51 X 89 X 18 X 44 X 11 X +USW00021504197208TSUN 360 X 612 X 714 X 468 X 312 X 132 X 204 X 648 X 726 X 642 X 408 X 342 X 552 X 204 X 264 X 24 X 156 X 0 X 66 X 0 X 192 X 558 X 714 X 672 X 642 X 480 X 384 X 672 X 132 X 330 X 84 X +USW00021504197208WDFG 45W X 45W X 360W X 90W X 45W X 90W X 45W X 45W X 45W X 45W X 90W X 45W X 45W X 45W X 45W X 90W X 315W X 315W X 315W X 135W X 45W X 45W X 360W X 45W X 315W X 360W X 360W X 315W X 315W X 360W X 135W X +USW00021504197208WDFM 45W X 45W X 360W X 45W X 45W X 90W X 45W X 360W X 45W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 45W X 315W X 315W X 90W X 45W X 45W X 45W X 45W X 360W X 45W X 360W X 315W X 315W X 360W X 135W X +USW00021504197208WSFG 77 X 82 X 72 X 77 X 67 X 77 X 77 X 77 X 72 X 72 X 72 X 93 X 72 X 77 X 67 X 67 X 72 X 170 X 164 X 93 X 72 X 67 X 72 X 72 X 62 X 77 X 82 X 129 X 118 X 72 X 108 X +USW00021504197208WSFM 45 X 45 X 40 X 63 X 49 X 58 X 49 X 45 X 45 X 45 X 40 X 72 X 49 X 49 X 45 X 45 X 36 X 107 X 112 X 63 X 45 X 45 X 40 X 45 X 36 X 49 X 49 X 76 X 72 X 49 X 85 X +USW00021504197208WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504197208WT16 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X +USW00021504197209TMAX 306 0 283 0 289 0 267 0 289 0 283 0 283 0 278 0 283 0 300 0 294 0 311 0 311 0 311 0 322 0 311 0 289 0 289 0 294 0 283 0 272 0 283 0 300 0 289 0 294 0 289 0 289 0 283 0 278 0 283 0-9999 +USW00021504197209TMIN 222 0 206 0 194 0 206 0 189 0 178 0 183 0 194 0 189 0 211 0 200 0 194 0 211 0 206 0 206 0 211 0 200 0 206 0 200 0 194 0 200 0 194 0 217 0 200 0 200 0 211 0 217 0 206 0 211 0 194 0-9999 +USW00021504197209PRCP 69 0 33 0 180 0 122 0 5 0 8 0 28 0 3 0 0T 0 10 0 0 0 71 0 0T 0 0T 0 0 0 0 0 18 0 74 0 79 0 46 0 53 0 3 0 18 0 46 0 3 0 0T 0 58 0 137 0 94 0 165 0-9999 +USW00021504197209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197209ACMH 80 X 60 X 70 X 90 X 70 X 70 X 80 X 90 X 90 X 80 X 50 X 80 X 70 X 70 X 60 X 50 X 80 X 90 X 90 X 70 X 100 X 70 X 90 X 70 X 90 X 90 X 80 X 80 X 100 X 90 X-9999 +USW00021504197209ACSH 80 X 40 X 70 X 100 X 70 X 80 X 90 X 100 X 90 X 80 X 50 X 100 X 70 X 80 X 50 X 50 X 90 X 90 X 80 X 60 X 100 X 70 X 90 X 90 X 90 X 90 X 70 X 80 X 100 X 80 X-9999 +USW00021504197209PGTM 1236 X 2300 X 1324 X 1212 X 1248 X 1142 X 1130 X 1318 X 1224 X 1248 X 1118 X 1130 X 1430 X 1342 X 1442 X 1336 X 1142 X 0930 X 1548 X 1236 X 2354 X 1154 X 1412 X 1430 X 1030 X 1442 X 1318 X 1624 X 0948 X 1254 X-9999 +USW00021504197209PSUN 61 X 75 X 43 X 1 X 39 X 22 X 31 X 1 X 3 X 3 X 70 X 69 X 70 X 39 X 86 X 59 X 9 X 8 X 24 X 62 X 0 X 25 X 2 X 2 X 24 X 36 X 56 X 26 X 5 X 23 X-9999 +USW00021504197209TSUN 198 X 564 X 318 X 6 X 294 X 162 X 234 X 12 X 24 X 24 X 516 X 510 X 516 X 288 X 630 X 432 X 66 X 60 X 180 X 450 X 0 X 186 X 12 X 18 X 174 X 258 X 402 X 186 X 36 X 162 X-9999 +USW00021504197209WDFG 90W X 360W X 45W X 45W X 45W X 360W X 45W X 360W X 315W X 90W X 90W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 135W X 45W X 225W X 90W X 90W X 90W X 90W X 45W X 360W X 360W X 270W X 45W X-9999 +USW00021504197209WDFM 45W X 360W X 45W X 225W X 45W X 45W X 45W X 360W X 315W X 90W X 90W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 135W X 45W X 225W X 90W X 90W X 90W X 225W X 45W X 360W X 360W X 225W X 90W X-9999 +USW00021504197209WSFG 67 X 72 X 93 X 67 X 62 X 67 X 62 X 57 X 67 X 72 X 72 X 72 X 113 X 108 X 98 X 87 X 72 X 87 X 98 X 72 X 67 X 72 X 67 X 77 X 77 X 67 X 72 X 87 X 62 X 82 X-9999 +USW00021504197209WSFM 45 X 40 X 72 X 58 X 40 X 40 X 40 X 31 X 36 X 54 X 49 X 54 X 89 X 76 X 76 X 58 X 58 X 63 X 76 X 54 X 54 X 49 X 40 X 49 X 49 X 40 X 49 X 54 X 49 X 58 X-9999 +USW00021504197209WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197209WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197210TMAX 289 0 283 0 267 0 267 0 283 0 300 0 300 0 306 0 267 0 278 0 294 0 294 0 328 0 306 0 306 0 289 0 294 0 289 0 283 0 283 0 272 0 283 0 283 0 283 0 283 0 278 0 272 0 294 0 283 0 306 0 294 0 +USW00021504197210TMIN 206 0 189 0 211 0 217 0 211 0 194 0 194 0 206 0 206 0 194 0 183 0 183 0 217 0 211 0 206 0 211 0 206 0 183 0 183 0 200 0 194 0 206 0 211 0 211 0 183 0 189 0 194 0 200 0 178 0 206 0 222 0 +USW00021504197210PRCP 3 0 41 0 683 0 163 0 23 0 8 0 0 0 5 0 76 0 8 0 15 0 107 0 25 0 0 0 107 0 84 0 3 0 0T 0 5 0 20 0 64 0 147 0 206 0 51 0 8 0 224 0 41 0 0T 0 13 0 0T 0 292 0 +USW00021504197210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197210ACMH 60 X 70 X 100 X 100 X 90 X 50 X 60 X 80 X 90 X 100 X 50 X 90 X 50 X 50 X 40 X 70 X 70 X 50 X 50 X 70 X 80 X 70 X 90 X 80 X 70 X 100 X 80 X 80 X 100 X 70 X 90 X +USW00021504197210ACSH 50 X 40 X 100 X 100 X 80 X 50 X 80 X 80 X 100 X 100 X 40 X 100 X 30 X 60 X 40 X 80 X 50 X 40 X 30 X 60 X 90 X 70 X 90 X 70 X 60 X 90 X 70 X 70 X 100 X 70 X 90 X +USW00021504197210PGTM 1100 X 1236 X 1548 X 0130 X 1236 X 1306 X 1512 X 1112 X 0948 X 1506 X 1718 X 1300 X 1248 X 1418 X 1306 X 1054 X 1354 X 1412 X 1342 X 1224 X 1424 X 1224 X 1342 X 1400 X 1142 X 1042 X 1048 X 1412 X 1318 X 1324 X 1424 X +USW00021504197210PSUN 65 X 48 X 0 X 0 X 14 X 63 X 20 X 37 X 5 X 3 X 78 X 10 X 71 X 58 X 43 X 11 X 40 X 30 X 70 X 39 X 5 X 12 X 4 X 26 X 63 X 6 X 22 X 15 X 3 X 50 X 1 X +USW00021504197210TSUN 468 X 348 X 0 X 0 X 102 X 450 X 144 X 264 X 36 X 24 X 552 X 66 X 504 X 408 X 300 X 78 X 276 X 210 X 492 X 276 X 36 X 84 X 24 X 180 X 438 X 42 X 156 X 102 X 18 X 348 X 6 X +USW00021504197210WDFG 45W X 45W X 45W X 225W X 360W X 90W X 45W X 90W X 270W X 360W X 90W X 90W X 90W X 90W X 360W X 45W X 90W X 90W X 45W X 360W X 315W X 45W X 90W X 45W X 45W X 225W X 90W X 90W X 90W X 90W X 90W X +USW00021504197210WDFM 225W X 225W X 90W X 225W X 225W X 90W X 90W X 90W X 225W X 45W X 90W X 90W X 135W X 90W X 45W X 90W X 90W X 90W X 90W X 45W X 270W X 45W X 90W X 45W X 45W X 90W X 90W X 90W X 135W X 90W X 90W X +USW00021504197210WSFG 62 X 67 X 82 X 57 X 57 X 93 X 82 X 82 X 57 X 51 X 72 X 67 X 134 X 77 X 72 X 67 X 82 X 72 X 62 X 72 X 67 X 72 X 87 X 77 X 67 X 72 X 62 X 108 X 67 X 93 X 82 X +USW00021504197210WSFM 49 X 40 X 58 X 40 X 31 X 58 X 58 X 58 X 40 X 31 X 45 X 54 X 107 X 58 X 45 X 45 X 54 X 49 X 36 X 45 X 36 X 45 X 67 X 45 X 40 X 49 X 40 X 80 X 49 X 76 X 63 X +USW00021504197210WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197210WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197211TMAX 283 0 256 0 267 0 267 0 272 0 278 0 261 0 272 0 272 0 272 0 261 0 267 0 267 0 267 0 250 0 272 0 272 0 261 0 272 0 267 0 267 0 267 0 272 0 283 0 278 0 244 0 267 0 261 0 267 0 267 0-9999 +USW00021504197211TMIN 194 0 200 0 211 0 200 0 206 0 206 0 211 0 206 0 200 0 200 0 200 0 172 0 189 0 183 0 183 0 200 0 200 0 206 0 189 0 183 0 183 0 183 0 189 0 183 0 178 0 167 0 161 0 178 0 183 0 178 0-9999 +USW00021504197211PRCP 51 0 203 0 84 0 58 0 91 0 198 0 282 0 137 0 43 0 495 0 645 0 20 0 76 0 127 0 241 0 53 0 333 0 152 0 10 0 0T 0 10 0 8 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197211ACMH 80 X 100 X 80 X 90 X 90 X 80 X 100 X 80 X 80 X 90 X 100 X 80 X 100 X 100 X 100 X 90 X 90 X 90 X 50 X 50 X 90 X 80 X 90 X 60 X 50 X 60 X 70 X 70 X 80 X 80 X-9999 +USW00021504197211ACSH 70 X 100 X 90 X 90 X 80 X 70 X 100 X 70 X 60 X 90 X 100 X 80 X 100 X 100 X 100 X 80 X 90 X 90 X 30 X 40 X 90 X 80 X 90 X 50 X 50 X 70 X 80 X 50 X 70 X 70 X-9999 +USW00021504197211PGTM 1548 X 1206 X 0948 X 1442 X 1348 X 1818 X 0242 X 1000 X 0430 X 0018 X 1354 X 1712 X 1248 X 1430 X 1854 X 1524 X 0806 X 1130 X 1300 X 1142 X 1042 X 1142 X 1406 X 1718 X 1242 X 1612 X 0912 X 1224 X 1024 X 1142 X-9999 +USW00021504197211PSUN 20 X 0 X 12 X 1 X 7 X 10 X 0 X 10 X 54 X 14 X 16 X 70 X 46 X 35 X 4 X 18 X 5 X 6 X 69 X 64 X 12 X 6 X 12 X 41 X 61 X 35 X 14 X 43 X 22 X 51 X-9999 +USW00021504197211TSUN 138 X 0 X 84 X 6 X 48 X 72 X 0 X 72 X 366 X 96 X 108 X 474 X 312 X 234 X 30 X 126 X 30 X 42 X 462 X 426 X 78 X 42 X 84 X 276 X 408 X 234 X 96 X 282 X 144 X 336 X-9999 +USW00021504197211WDFG 45W X 45W X 45W X 45W X 90W X 45W X 90W X 45W X 45W X 45W X 90W X 90W X 45W X 45W X 90W X 45W X 225W X 270W X 360W X 45W X 45W X 90W X 135W X 135W X 135W X 315W X 315W X 45W X 45W X 45W X-9999 +USW00021504197211WDFM 45W X 45W X 90W X 45W X 90W X 45W X 45W X 225W X 45W X 90W X 90W X 90W X 45W X 45W X 90W X 45W X 225W X 270W X 90W X 45W X 90W X 90W X 135W X 90W X 90W X 315W X 315W X 45W X 360W X 90W X-9999 +USW00021504197211WSFG 67 X 67 X 82 X 77 X 93 X 77 X 77 X 82 X 98 X 77 X 98 X 77 X 98 X 77 X 77 X 87 X 87 X 82 X 67 X 67 X 93 X 77 X 98 X 113 X 87 X 129 X 57 X 51 X 57 X 62 X-9999 +USW00021504197211WSFM 45 X 45 X 67 X 54 X 76 X 49 X 45 X 58 X 63 X 54 X 72 X 49 X 58 X 54 X 49 X 63 X 72 X 58 X 40 X 45 X 63 X 54 X 72 X 76 X 63 X 76 X 31 X 31 X 36 X 36 X-9999 +USW00021504197211WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197212TMAX 267 0 261 0 256 0 256 0 256 0 261 0 272 0 267 0 256 0 250 0 256 0 256 0 261 0 261 0 222 0 261 0 272 0 300 0 239 0 250 0 261 0 267 0 261 0 272 0 278 0 261 0 272 0 261 0 272 0 267 0 283 0 +USW00021504197212TMIN 150 0 150 0 161 0 172 0 178 0 189 0 156 0 161 0 189 0 194 0 194 0 189 0 178 0 172 0 194 0 167 0 161 0 183 0 189 0 144 0 150 0 161 0 194 0 183 0 189 0 183 0 183 0 189 0 189 0 183 0 161 0 +USW00021504197212PRCP 0 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 13 0 48 0 0T 0 0T 0 5 0 0 0 0 0 119 0 0 0 0 0 0 0 135 0 0 0 3 0 20 0 109 0 18 0 41 0 38 0 175 0 211 0 48 0 36 0 0 0 +USW00021504197212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197212ACMH 60 X 70 X 60 X 90 X 70 X 70 X 50 X 40 X 90 X 100 X 100 X 100 X 90 X 90 X 100 X 10 X 20 X 40 X 90 X 70 X 60 X 80 X 90 X 80 X 60 X 80 X 90 X 90 X 70 X 80 X 60 X +USW00021504197212ACSH 30 X 80 X 70 X 90 X 60 X 60 X 40 X 30 X 80 X 100 X 100 X 100 X 80 X 90 X 100 X 0 X 10 X 30 X 100 X 60 X 40 X 70 X 80 X 70 X 50 X 70 X 80 X 70 X 60 X 90 X 80 X +USW00021504197212PGTM 1024 X 0618 X 1524 X 1230 X 1724 X 1154 X 1218 X 1618 X 1030 X 1324 X 1754 X 1542 X 1354 X 1236 X 0554 X 1254 X 1442 X 1354 X 0942 X 1018 X 1206 X 2330 X 0048 X 1236 X 1118 X 1142 X 1224 X 1354 X 1442 X 1218 X 1142 X +USW00021504197212PSUN 6 X 7 X 28 X 23 X 43 X 48 X 54 X 76 X 57 X 22 X 8 X 16 X 39 X 31 X 0 X 91 X 72 X 77 X 2 X 55 X 65 X 53 X 25 X 36 X 58 X 8 X 33 X 24 X 33 X 12 X 55 X +USW00021504197212TSUN 396 X 48 X 186 X 156 X 282 X 318 X 354 X 498 X 372 X 150 X 48 X 108 X 258 X 204 X 0 X 600 X 474 X 504 X 12 X 360 X 426 X 348 X 168 X 234 X 384 X 54 X 216 X 162 X 216 X 78 X 366 X +USW00021504197212WDFG 360W X 180W X 315W X 315W X 315W X 360W X 45W X 360W X 315W X 45W X 360W X 315W X 45W X 360W X 315W X 360W X 360W X 360W X 315W X 315W X 360W X 45W X 45W X 90W X 90W X 360W X 90W X 90W X 90W X 90W X 135W X +USW00021504197212WDFM 360W X 225W X 315W X 315W X 315W X 225W X 360W X 315W X 315W X 90W X 225W X 315W X 360W X 360W X 315W X 360W X 360W X 360W X 360W X 315W X 360W X 45W X 45W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 135W X +USW00021504197212WSFG 62 X 57 X 103 X 93 X 87 X 62 X 67 X 134 X 123 X 46 X 41 X 93 X 77 X 57 X 77 X 72 X 67 X 82 X 154 X 93 X 62 X 77 X 93 X 77 X 93 X 67 X 98 X 87 X 87 X 103 X 159 X +USW00021504197212WSFM 36 X 40 X 58 X 54 X 49 X 45 X 45 X 76 X 80 X 27 X 27 X 49 X 36 X 36 X 40 X 40 X 40 X 45 X 80 X 58 X 36 X 45 X 54 X 58 X 67 X 45 X 76 X 63 X 63 X 76 X 116 X +USW00021504197212WT16-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197301TMAX 233 0 272 0 272 0 272 0 272 0 300 0 267 0 283 0 283 0 267 0 289 0 278 0 267 0 261 0 272 0 267 0 267 0 283 0 256 0 267 0 278 0 272 0 272 0 272 0 267 0 267 0 239 0 256 0 256 0 256 0 261 0 +USW00021504197301TMIN 200 0 183 0 200 0 183 0 194 0 167 0 194 0 178 0 178 0 172 0 178 0 183 0 178 0 167 0 156 0 161 0 178 0 167 0 172 0 189 0 172 0 161 0 189 0 178 0 178 0 189 0 189 0 189 0 172 0 172 0 167 0 +USW00021504197301PRCP 8 0 64 0 53 0 58 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 10 0 3 0 0 0 0T 0 3 0 5 0 38 0 10 0 0T 0 0 0 8 0 76 0 5 0 0T 0 132 0 102 0 114 0 163 0 25 0 +USW00021504197301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197301ACMH 100 X 90 X 80 X 80 X 90 X 70 X 80 X 60 X 50 X 50 X 60 X 60 X 70 X 50 X 40 X 70 X 70 X 60 X 90 X 70 X 60 X 50 X 60 X 60 X 70 X 50 X 100 X 90 X 80 X 90 X 70 X +USW00021504197301ACSH 100 X 90 X 60 X 60 X 80 X 60 X 90 X 60 X 50 X 20 X 40 X 40 X 40 X 50 X 30 X 80 X 60 X 60 X 90 X 80 X 70 X 40 X 40 X 60 X 50 X 30 X 100 X 80 X 70 X 90 X 60 X +USW00021504197301PGTM 0354 X 1254 X 1300 X 1542 X 1412 X 1306 X 1206 X 1230 X 1206 X 1154 X 1154 X 1242 X 1648 X 1354 X 1448 X 1136 X 1348 X 1430 X 1436 X 1430 X 1324 X 1254 X 0942 X 1100 X 1230 X 2012 X 2300 X 1030 X 1054 X 1200 X 1448 X +USW00021504197301PSUN 2 X 38 X 43 X 59 X 25 X 52 X 25 X 49 X 54 X 72 X 52 X 66 X 71 X 66 X 83 X 44 X 65 X 69 X 15 X 38 X 33 X 51 X 78 X 79 X 69 X 80 X 18 X 58 X 53 X 28 X 73 X +USW00021504197301TSUN 12 X 252 X 282 X 390 X 162 X 342 X 162 X 324 X 354 X 480 X 342 X 438 X 474 X 438 X 552 X 294 X 432 X 462 X 102 X 252 X 222 X 342 X 522 X 534 X 462 X 540 X 120 X 390 X 360 X 192 X 492 X +USW00021504197301WDFG 315W X 45W X 90W X 90W X 90W X 90W X 90W X 135W X 45W X 360W X 90W X 45W X 360W X 360W X 360W X 360W X 360W X 90W X 90W X 90W X 90W X 360W X 45W X 90W X 45W X 360W X 360W X 45W X 315W X 90W X 360W X +USW00021504197301WDFM 315W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 360W X 90W X 45W X 360W X 360W X 360W X 360W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 225W X 45W X 360W X 45W X 45W X 315W X 90W X 270W X +USW00021504197301WSFG 72 X 62 X 77 X 93 X 93 X 87 X 77 X 98 X 67 X 77 X 62 X 62 X 82 X 67 X 67 X 57 X 67 X 87 X 93 X 87 X 77 X 72 X 62 X 77 X 77 X 77 X 98 X 103 X 98 X 87 X 67 X +USW00021504197301WSFM 36 X 40 X 63 X 67 X 72 X 54 X 49 X 58 X 40 X 40 X 40 X 36 X 45 X 40 X 36 X 31 X 36 X 63 X 58 X 67 X 45 X 31 X 36 X 36 X 40 X 40 X 54 X 58 X 45 X 58 X 31 X +USW00021504197301WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504197301WT16 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197302TMAX 267 0 267 0 261 0 261 0 278 0 267 0 267 0 267 0 256 0 250 0 261 0 256 0 261 0 272 0 278 0 283 0 272 0 283 0 278 0 283 0 239 0 256 0 239 0 256 0 228 0 244 0 244 0 261 0-9999 -9999 -9999 +USW00021504197302TMIN 178 0 167 0 178 0 156 0 144 0 144 0 167 0 161 0 194 0 189 0 167 0 178 0 183 0 167 0 167 0 189 0 189 0 189 0 183 0 161 0 189 0 156 0 156 0 167 0 178 0 189 0 183 0 178 0-9999 -9999 -9999 +USW00021504197302PRCP 157 0 0T 0 48 0 0T 0 0 0 8 0 0T 0 0T 0 5 0 10 0 0 0 20 0 112 0 3 0 10 0 13 0 25 0 15 0 0T 0 0T 0 25 0 0 0 25 0 5 0 630 0 259 0 10 0 18 0-9999 -9999 -9999 +USW00021504197302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197302ACMH 70 X 70 X 60 X 30 X 0 X 50 X 50 X 50 X 80 X 80 X 60 X 90 X 80 X 60 X 60 X 60 X 80 X 80 X 90 X 50 X 90 X 90 X 90 X 80 X 100 X 100 X 100 X 70 X-9999 -9999 -9999 +USW00021504197302ACSH 40 X 50 X 40 X 30 X 0 X 60 X 30 X 50 X 80 X 70 X 50 X 80 X 70 X 70 X 50 X 40 X 80 X 70 X 90 X 30 X 90 X 100 X 100 X 80 X 100 X 100 X 100 X 50 X-9999 -9999 -9999 +USW00021504197302PGTM 1706 X 1618 X 1248 X 1324 X 1354 X 0630 X 1924 X 2018 X 2318 X 0842 X 1018 X 1948 X 2312 X 1418 X 1506 X 1412 X 1406 X 1624 X 1400 X 2130 X 0506 X 1742 X 1436 X 1554 X 1930 X 1754 X 1430 X 1206 X-9999 -9999 -9999 +USW00021504197302PSUN 76 X 52 X 84 X 83 X 100 X 68 X 94 X 57 X 44 X 65 X 66 X 32 X 37 X 50 X 70 X 76 X 66 X 72 X 32 X 80 X 32 X 24 X 33 X 78 X 8 X 11 X 35 X 69 X-9999 -9999 -9999 +USW00021504197302TSUN 516 X 354 X 570 X 564 X 684 X 462 X 642 X 390 X 306 X 444 X 450 X 222 X 252 X 342 X 486 X 528 X 456 X 504 X 222 X 552 X 228 X 168 X 234 X 546 X 60 X 78 X 246 X 486 X-9999 -9999 -9999 +USW00021504197302WDFG 45W X 90W X 45W X 45W X 90W X 225W X 360W X 360W X 360W X 360W X 45W X 270W X 270W X 90W X 90W X 45W X 90W X 90W X 90W X 360W X 45W X 315W X 315W X 360W X 135W X 225W X 45W X 45W X-9999 -9999 -9999 +USW00021504197302WDFM 45W X 225W X 225W X 45W X 90W X 225W X 45W X 45W X 45W X 45W X 45W X 225W X 270W X 135W X 270W X 90W X 90W X 90W X 90W X 360W X 315W X 360W X 315W X 360W X 270W X 225W X 225W X 360W X-9999 -9999 -9999 +USW00021504197302WSFG 77 X 67 X 62 X 67 X 87 X 62 X 62 X 87 X 98 X 87 X 77 X 72 X 77 X 87 X 87 X 98 X 103 X 108 X 93 X 118 X 118 X 77 X 87 X 77 X 87 X 72 X 62 X 77 X-9999 -9999 -9999 +USW00021504197302WSFM 40 X 36 X 45 X 36 X 54 X 49 X 31 X 49 X 58 X 40 X 36 X 36 X 54 X 58 X 54 X 67 X 67 X 80 X 63 X 72 X 76 X 40 X 49 X 40 X 36 X 40 X 31 X 49 X-9999 -9999 -9999 +USW00021504197302WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504197303TMAX 261 0 267 0 261 0 267 0 267 0 261 0 267 0 256 0 267 0 272 0 278 0 267 0 283 0 261 0 267 0 267 0 256 0 244 0 256 0 244 0 250 0 256 0 256 0 261 0 261 0 272 0 267 0 261 0 267 0 267 0 272 0 +USW00021504197303TMIN 183 0 183 0 183 0 183 0 183 0 189 0 194 0 189 0 183 0 183 0 183 0 189 0 200 0 200 0 194 0 194 0 194 0 189 0 189 0 178 0 183 0 172 0 178 0 189 0 167 0 156 0 189 0 183 0 178 0 206 0 200 0 +USW00021504197303PRCP 56 0 145 0 61 0 81 0 104 0 589 0 86 0 206 0 20 0 185 0 556 0 602 0 51 0 36 0 15 0 292 0 157 0 102 0 76 0 119 0 185 0 28 0 102 0 147 0 36 0 53 0 10 0 135 0 175 0 335 0 38 0 +USW00021504197303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197303ACMH 90 X 70 X 90 X 70 X 70 X 90 X 90 X 90 X 80 X 90 X 90 X 100 X 100 X 100 X 90 X 90 X 90 X 90 X 100 X 100 X 80 X 60 X 80 X 80 X 60 X 80 X 80 X 80 X 80 X 100 X 80 X +USW00021504197303ACSH 80 X 60 X 90 X 50 X 50 X 90 X 80 X 90 X 70 X 70 X 80 X 90 X 90 X 90 X 80 X 90 X 90 X 90 X 100 X 100 X 70 X 40 X 80 X 80 X 60 X 90 X 70 X 70 X 80 X 90 X 70 X +USW00021504197303PGTM 0142 X 1354 X 1142 X 0442 X 1348 X 1330 X 0830 X 1800 X 2006 X 0506 X 1230 X 2218 X 1218 X 1130 X 1254 X 0124 X 0212 X 1000 X 1018 X 1206 X 0442 X 1142 X 1536 X 0124 X 0830 X 1312 X 1906 X 1100 X 1230 X 1312 X 1424 X +USW00021504197303PSUN 70 X 88 X 71 X 84 X 85 X 55 X 79 X 18 X 62 X 54 X 38 X 14 X 34 X 23 X 49 X 57 X 59 X 33 X 33 X 15 X 47 X 73 X 43 X 47 X 67 X 60 X 74 X 74 X 63 X 27 X 58 X +USW00021504197303TSUN 498 X 624 X 498 X 594 X 606 X 390 X 564 X 126 X 444 X 384 X 276 X 102 X 246 X 168 X 348 X 414 X 426 X 240 X 240 X 108 X 342 X 534 X 312 X 342 X 492 X 444 X 546 X 546 X 462 X 204 X 426 X +USW00021504197303WDFG 45W X 360W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 90W X 45W X 180W X 90W X 90W X 45W X 45W X 90W X 45W X 45W X 90W X 225W X 315W X 45W X 45W X 225W X 45W X 45W X 360W X 45W X 90W X 45W X +USW00021504197303WDFM 360W X 270W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 225W X 360W X 225W X 90W X 45W X 45W X 45W X 90W X 45W X 45W X 225W X 225W X 360W X 45W X 45W X 225W X 45W X 45W X 360W X 45W X 90W X 45W X +USW00021504197303WSFG 62 X 62 X 87 X 77 X 82 X 98 X 103 X 87 X 87 X 77 X 77 X 93 X 82 X 77 X 93 X 93 X 113 X 87 X 82 X 77 X 82 X 72 X 82 X 103 X 87 X 87 X 77 X 87 X 82 X 118 X 93 X +USW00021504197303WSFM 31 X 27 X 63 X 40 X 45 X 67 X 67 X 49 X 58 X 40 X 40 X 54 X 58 X 45 X 58 X 63 X 67 X 49 X 54 X 58 X 67 X 45 X 54 X 67 X 49 X 63 X 49 X 49 X 49 X 76 X 67 X +USW00021504197303WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197303WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197304TMAX 278 0 272 0 278 0 244 0 211 0 239 0 261 0 261 0 261 0 261 0 272 0 267 0 267 0 278 0 244 0 267 0 272 0 283 0 261 0 278 0 261 0 278 0 272 0 272 0 272 0 267 0 256 0 272 0 272 0 261 0-9999 +USW00021504197304TMIN 189 0 189 0 167 0 167 0 172 0 156 0 172 0 183 0 172 0 200 0 194 0 194 0 194 0 189 0 189 0 178 0 172 0 161 0 172 0 178 0 178 0 189 0 200 0 189 0 178 0 189 0 189 0 189 0 189 0 178 0-9999 +USW00021504197304PRCP 8 0 15 0 51 0 13 0 0T 0 0 0 0T 0 69 0 183 0 508 0 18 0 122 0 109 0 79 0 104 0 20 0 46 0 3 0 10 0 18 0 157 0 23 0 33 0 0T 0 5 0 79 0 66 0 3 0 91 0 33 0-9999 +USW00021504197304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197304ACMH 80 X 70 X 60 X 90 X 100 X 90 X 60 X 90 X 80 X 100 X 70 X 100 X 100 X 100 X 90 X 70 X 80 X 40 X 100 X 80 X 100 X 100 X 80 X 80 X 80 X 90 X 90 X 80 X 80 X 90 X-9999 +USW00021504197304ACSH 90 X 80 X 60 X 100 X 100 X 90 X 40 X 80 X 90 X 90 X 50 X 90 X 90 X 100 X 100 X 70 X 90 X 40 X 100 X 70 X 100 X 100 X 70 X 80 X 90 X 80 X 90 X 80 X 80 X 100 X-9999 +USW00021504197304PGTM 1218 X 0412 X 1142 X 1154 X 0048 X 1442 X 1142 X 1030 X 1112 X 1606 X 1600 X 1400 X 1336 X 1542 X 1354 X 0236 X 0312 X 1512 X 0948 X 1300 X 1336 X 1524 X 0942 X 1518 X 0948 X 1242 X 1306 X 1336 X 1348 X 1400 X-9999 +USW00021504197304PSUN 59 X 54 X 47 X 21 X 0 X 26 X 67 X 77 X 38 X 23 X 77 X 23 X 26 X 52 X 21 X 60 X 27 X 76 X 21 X 45 X 16 X 50 X 55 X 75 X 44 X 58 X 69 X 42 X 47 X 35 X-9999 +USW00021504197304TSUN 438 X 402 X 348 X 156 X 0 X 192 X 498 X 576 X 288 X 174 X 582 X 174 X 198 X 396 X 156 X 456 X 204 X 582 X 162 X 342 X 120 X 378 X 420 X 576 X 336 X 444 X 528 X 324 X 366 X 264 X-9999 +USW00021504197304WDFG 90W X 90W X 90W X 360W X 315W X 315W X 360W X 315W X 45W X 360W X 45W X 90W X 90W X 90W X 45W X 90W X 225W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 360W X 45W X 45W X 90W X 45W X 90W X-9999 +USW00021504197304WDFM 90W X 90W X 90W X 315W X 315W X 315W X 360W X 315W X 45W X 315W X 45W X 90W X 90W X 90W X 45W X 45W X 225W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 225W X-9999 +USW00021504197304WSFG 108 X 118 X 87 X 134 X 82 X 67 X 82 X 87 X 72 X 98 X 72 X 93 X 93 X 108 X 108 X 98 X 129 X 113 X 103 X 98 X 98 X 98 X 93 X 72 X 87 X 93 X 98 X 98 X 77 X 67 X-9999 +USW00021504197304WSFM 63 X 58 X 54 X 76 X 45 X 40 X 45 X 49 X 45 X 54 X 40 X 58 X 67 X 80 X 49 X 67 X 72 X 76 X 72 X 67 X 63 X 76 X 72 X 45 X 54 X 63 X 63 X 63 X 54 X 54 X-9999 +USW00021504197304WT16 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197305TMAX 256 0 272 0 261 0 278 0 278 0 272 0 267 0 272 0 256 0 261 0 278 0 272 0 272 0 278 0 261 0 272 0 261 0 267 0 267 0 272 0 267 0 267 0 272 0 267 0 272 0 283 0 283 0 283 0 278 0 278 0 278 0 +USW00021504197305TMIN 178 0 183 0 178 0 183 0 189 0 183 0 183 0 178 0 189 0 172 0 172 0 178 0 178 0 172 0 194 0 200 0 194 0 200 0 189 0 178 0 183 0 189 0 178 0 194 0 167 0 194 0 172 0 178 0 183 0 183 0 189 0 +USW00021504197305PRCP 71 0 53 0 10 0 20 0 36 0 46 0 112 0 79 0 91 0 13 0 33 0 0T 0 28 0 0T 0 41 0 13 0 188 0 155 0 56 0 20 0 84 0 122 0 483 0 127 0 23 0 0T 0 5 0 137 0 8 0 8 0 58 0 +USW00021504197305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197305ACMH 100 X 100 X 80 X 100 X 100 X 70 X 70 X 70 X 100 X 90 X 100 X 90 X 70 X 90 X 80 X 80 X 90 X 90 X 70 X 70 X 90 X 90 X 90 X 90 X 70 X 80 X 80 X 80 X 70 X 80 X 80 X +USW00021504197305ACSH 100 X 100 X 90 X 100 X 100 X 70 X 70 X 60 X 100 X 90 X 90 X 100 X 80 X 100 X 70 X 60 X 90 X 90 X 60 X 70 X 80 X 100 X 90 X 90 X 50 X 70 X 60 X 80 X 70 X 70 X 80 X +USW00021504197305PGTM 1042 X 1230 X 1448 X 1348 X 1200 X 1236 X 1400 X 0254 X 1354 X 1036 X 1518 X 1324 X 1624 X 1142 X 0924 X 1136 X 1718 X 1718 X 1136 X 1300 X 1542 X 1130 X 1230 X 0748 X 1254 X 1330 X 1130 X 1300 X 1212 X 1436 X 1506 X +USW00021504197305PSUN 45 X 41 X 27 X 52 X 57 X 52 X 40 X 85 X 11 X 39 X 57 X 81 X 59 X 64 X 39 X 64 X 38 X 36 X 51 X 42 X 30 X 32 X 18 X 20 X 44 X 36 X 43 X 28 X 35 X 59 X 25 X +USW00021504197305TSUN 348 X 318 X 210 X 408 X 444 X 408 X 312 X 660 X 84 X 300 X 444 X 636 X 462 X 504 X 306 X 504 X 300 X 282 X 402 X 336 X 234 X 258 X 144 X 156 X 348 X 288 X 342 X 222 X 276 X 468 X 198 X +USW00021504197305WDFG 90W X 90W X 45W X 45W X 45W X 45W X 90W X 135W X 135W X 45W X 45W X 45W X 315W X 45W X 360W X 360W X 45W X 45W X 45W X 45W X 90W X 45W X 90W X 45W X 90W X 90W X 45W X 45W X 90W X 360W X 45W X +USW00021504197305WDFM 90W X 90W X 45W X 45W X 90W X 45W X 45W X 45W X 135W X 90W X 360W X 360W X 360W X 45W X 225W X 360W X 45W X 45W X 45W X 45W X 90W X 45W X 45W X 135W X 90W X 45W X 90W X 45W X 90W X 360W X 90W X +USW00021504197305WSFG 82 X 93 X 87 X 108 X 87 X 82 X 87 X 77 X 72 X 67 X 82 X 72 X 67 X 72 X 93 X 82 X 72 X 108 X 82 X 72 X 87 X 82 X 82 X 87 X 77 X 77 X 98 X 82 X 87 X 77 X 98 X +USW00021504197305WSFM 40 X 58 X 58 X 80 X 58 X 49 X 58 X 49 X 49 X 54 X 54 X 45 X 45 X 45 X 45 X 49 X 45 X 67 X 49 X 40 X 72 X 49 X 54 X 58 X 58 X 54 X 67 X 58 X 63 X 45 X 72 X +USW00021504197305WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197306TMAX 283 0 272 0 261 0 272 0 278 0 272 0 278 0 278 0 283 0 283 0 278 0 272 0 283 0 283 0 283 0 272 0 272 0 278 0 278 0 278 0 278 0 272 0 272 0 289 0 278 0 289 0 289 0 289 0 283 0 283 0-9999 +USW00021504197306TMIN 194 0 200 0 194 0 194 0 189 0 189 0 194 0 189 0 183 0 183 0 194 0 189 0 200 0 194 0 200 0 211 0 206 0 194 0 183 0 183 0 200 0 189 0 189 0 200 0 194 0 194 0 194 0 200 0 189 0 194 0-9999 +USW00021504197306PRCP 51 0 10 0 25 0 58 0 28 0 38 0 74 0 3 0 3 0 5 0 10 0 69 0 61 0 23 0 33 0 244 0 0T 0 8 0 0 0 8 0 20 0 36 0 10 0 0T 0 0 0 0T 0 3 0 10 0 56 0 53 0-9999 +USW00021504197306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197306ACMH 80 X 90 X 90 X 90 X 80 X 90 X 90 X 80 X 70 X 80 X 90 X 90 X 90 X 80 X 100 X 100 X 90 X 80 X 80 X 70 X 80 X 90 X 90 X 100 X 60 X 90 X 90 X 90 X 80 X 90 X-9999 +USW00021504197306ACSH 80 X 100 X 90 X 90 X 80 X 90 X 90 X 80 X 70 X 80 X 90 X 90 X 80 X 70 X 90 X 100 X 90 X 80 X 80 X 60 X 60 X 90 X 90 X 90 X 50 X 90 X 80 X 90 X 70 X 90 X-9999 +USW00021504197306PGTM 1430 X 1218 X 1348 X 1454 X 1500 X 1806 X 1424 X 1254 X 1036 X 1342 X 1454 X 0812 X 1148 X 1318 X 1136 X 1148 X 1530 X 1354 X 1030 X 1254 X 1318 X 0818 X 1130 X 1424 X 1118 X 1136 X 1348 X 1230 X 1130 X 1730 X-9999 +USW00021504197306PSUN 34 X 13 X 25 X 24 X 22 X 25 X 27 X 28 X 32 X 28 X 26 X 19 X 46 X 31 X 18 X 6 X 21 X 48 X 32 X 31 X 20 X 0 X 9 X 1 X 61 X 25 X 15 X 14 X 56 X 67 X-9999 +USW00021504197306TSUN 270 X 108 X 198 X 192 X 180 X 198 X 216 X 222 X 252 X 222 X 210 X 150 X 366 X 246 X 144 X 48 X 168 X 390 X 258 X 246 X 162 X 0 X 72 X 6 X 486 X 198 X 120 X 114 X 444 X 534 X-9999 +USW00021504197306WDFG 45W X 45W X 45W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X 360W X 225W X 45W X 45W X 45W X 90W X 90W X 90W X 360W X 360W X-9999 +USW00021504197306WDFM 45W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 45W X 90W X 45W X 360W X 45W X 45W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 225W X 45W X-9999 +USW00021504197306WSFG 93 X 77 X 93 X 67 X 93 X 77 X 98 X 87 X 93 X 93 X 87 X 93 X 82 X 93 X 77 X 98 X 77 X 72 X 72 X 72 X 77 X 57 X 93 X 93 X 77 X 93 X 98 X 103 X 72 X 67 X-9999 +USW00021504197306WSFM 63 X 45 X 58 X 45 X 63 X 63 X 67 X 63 X 76 X 58 X 67 X 58 X 49 X 63 X 54 X 76 X 49 X 40 X 45 X 45 X 54 X 36 X 49 X 63 X 45 X 72 X 76 X 76 X 45 X 45 X-9999 +USW00021504197306WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197307TMAX 278 0 289 0 289 0 267 0 283 0 289 0 278 0 278 0 267 0 272 0 283 0 283 0 283 0 272 0 272 0 283 0 283 0 289 0 283 0 283 0 289 0 300 0 283 0 283 0 294 0 283 0 283 0 278 0 300 0 294 0 294 0 +USW00021504197307TMIN 194 0 194 0 194 0 200 0 211 0 206 0 211 0 211 0 211 0 200 0 211 0 200 0 194 0 200 0 211 0 206 0 200 0 200 0 183 0 183 0 194 0 200 0 183 0 211 0 189 0 222 0 206 0 206 0 211 0 211 0 211 0 +USW00021504197307PRCP 23 0 66 0 58 0 66 0 48 0 18 0 46 0 53 0 79 0 130 0 13 0 18 0 28 0 61 0 94 0 43 0 71 0 20 0 13 0 28 0 20 0 0T 0 0T 0 10 0 0 0 8 0 3 0 71 0 0 0 10 0 20 0 +USW00021504197307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197307ACMH 90 X 80 X 70 X 90 X 90 X 80 X 90 X 90 X 100 X 80 X 90 X 90 X 70 X 100 X 100 X 90 X 80 X 50 X 60 X 80 X 70 X 80 X 50 X 70 X 60 X 80 X 60 X 80 X 90 X 70 X 80 X +USW00021504197307ACSH 90 X 70 X 60 X 90 X 90 X 80 X 90 X 80 X 100 X 80 X 90 X 80 X 70 X 90 X 100 X 80 X 70 X 30 X 80 X 80 X 70 X 80 X 60 X 60 X 50 X 60 X 60 X 80 X 90 X 60 X 70 X +USW00021504197307PGTM 1018 X 1248 X 1406 X 1612 X 1718 X 1348 X 1000 X 0854 X 1648 X 1530 X 1242 X 1342 X 1136 X 0936 X 0048 X 1406 X 1412 X 1236 X 1424 X 1430 X 1154 X 1212 X 1430 X 1400 X 1330 X 1424 X 1612 X 0936 X 1400 X 0912 X 1124 X +USW00021504197307PSUN 32 X 45 X 47 X 3 X 27 X 51 X 22 X 33 X 4 X 46 X 45 X 46 X 44 X 31 X 1 X 54 X 74 X 92 X 30 X 25 X 23 X 36 X 70 X 73 X 62 X 50 X 39 X 20 X 7 X 46 X 58 X +USW00021504197307TSUN 258 X 366 X 378 X 24 X 216 X 402 X 174 X 264 X 30 X 372 X 360 X 366 X 354 X 246 X 6 X 426 X 588 X 726 X 240 X 198 X 186 X 282 X 546 X 570 X 492 X 396 X 306 X 156 X 60 X 360 X 450 X +USW00021504197307WDFG 45W X 45W X 90W X 45W X 45W X 45W X 45W X 360W X 45W X 45W X 90W X 45W X 360W X 90W X 270W X 45W X 360W X 90W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 360W X 360W X 45W X 90W X 45W X +USW00021504197307WDFM 45W X 45W X 45W X 90W X 45W X 45W X 45W X 360W X 45W X 45W X 90W X 90W X 45W X 225W X 225W X 45W X 270W X 45W X 45W X 45W X 90W X 90W X 360W X 45W X 45W X 45W X 360W X 45W X 45W X 45W X 360W X +USW00021504197307WSFG 67 X 87 X 77 X 87 X 77 X 82 X 82 X 77 X 67 X 87 X 82 X 67 X 87 X 67 X 67 X 67 X 72 X 72 X 67 X 82 X 82 X 87 X 72 X 72 X 82 X 67 X 77 X 72 X 82 X 77 X 77 X +USW00021504197307WSFM 40 X 58 X 49 X 58 X 45 X 54 X 49 X 45 X 36 X 58 X 67 X 45 X 45 X 36 X 45 X 45 X 40 X 45 X 40 X 58 X 54 X 72 X 45 X 45 X 49 X 40 X 45 X 36 X 54 X 45 X 49 X +USW00021504197307WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X +USW00021504197308TMAX 283 0 289 0 278 0 306 0 311 0 300 0 283 0 294 0 306 0 294 0 294 0 289 0 256 0 300 0 289 0 294 0 294 0 294 0 294 0 300 0 294 0 300 0 306 0 300 0 294 0 278 0 289 0 283 0 289 0 283 0 294 0 +USW00021504197308TMIN 194 0 183 0 206 0 194 0 200 0 217 0 200 0 211 0 183 0 189 0 200 0 206 0 194 0 178 0 194 0 206 0 189 0 183 0 200 0 200 0 206 0 200 0 206 0 217 0 233 0 206 0 211 0 200 0 200 0 194 0 194 0 +USW00021504197308PRCP 10 0 3 0 0T 0 18 0 107 0 13 0 8 0 8 0 0 0 5 0 46 0 25 0 122 0 8 0 28 0 8 0 0 0 20 0 23 0 28 0 145 0 25 0 3 0 33 0 5 0 43 0 46 0 30 0 89 0 3 0 0T 0 +USW00021504197308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197308ACMH 70 X 50 X 80 X 60 X 60 X 80 X 50 X 60 X 70 X 80 X 90 X 80 X 90 X 40 X 50 X 90 X 70 X 70 X 90 X 90 X 90 X 90 X 100 X 100 X 80 X 70 X 90 X 90 X 70 X 50 X 40 X +USW00021504197308ACSH 60 X 40 X 80 X 50 X 50 X 70 X 40 X 50 X 80 X 80 X 100 X 80 X 100 X 40 X 40 X 90 X 60 X 60 X 100 X 90 X 80 X 90 X 100 X 100 X 80 X 80 X 90 X 100 X 70 X 30 X 30 X +USW00021504197308PGTM 0854 X 1324 X 1618 X 1506 X 1548 X 1130 X 0812 X 1130 X 1254 X 1118 X 1636 X 1312 X 1442 X 1236 X 1348 X 1342 X 1448 X 1230 X 1636 X 0000 X 1254 X 1400 X 1242 X 1736 X 1348 X 0942 X 1324 X 0442 X 1548 X 1454 X 1418 X +USW00021504197308PSUN 51 X 80 X 41 X 59 X 73 X 50 X 72 X 73 X 35 X 25 X 3 X 45 X 1 X 60 X 77 X 21 X 19 X 66 X 38 X 41 X 25 X 64 X 16 X 14 X 28 X 27 X 4 X 13 X 56 X 80 X 77 X +USW00021504197308TSUN 402 X 630 X 318 X 462 X 564 X 390 X 558 X 564 X 270 X 198 X 30 X 348 X 6 X 462 X 594 X 162 X 606 X 504 X 288 X 318 X 192 X 486 X 126 X 108 X 216 X 204 X 30 X 96 X 426 X 600 X 576 X +USW00021504197308WDFG 225W X 45W X 45W X 45W X 90W X 360W X 315W X 45W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X 90W X 360W X 45W X 45W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X 90W X 45W X 360W X 45W X +USW00021504197308WDFM 225W X 135W X 45W X 90W X 90W X 360W X 360W X 45W X 135W X 45W X 90W X 45W X 270W X 45W X 225W X 90W X 360W X 45W X 45W X 90W X 90W X 90W X 90W X 45W X 45W X 90W X 45W X 225W X 360W X 360W X 45W X +USW00021504197308WSFG 67 X 72 X 72 X 87 X 82 X 77 X 72 X 77 X 103 X 87 X 87 X 77 X 82 X 77 X 67 X 103 X 67 X 77 X 87 X 87 X 87 X 103 X 108 X 87 X 87 X 77 X 93 X 77 X 72 X 72 X 67 X +USW00021504197308WSFM 49 X 45 X 49 X 54 X 54 X 45 X 45 X 45 X 76 X 54 X 72 X 45 X 54 X 49 X 49 X 63 X 40 X 49 X 67 X 67 X 58 X 72 X 76 X 63 X 58 X 54 X 63 X 63 X 40 X 40 X 40 X +USW00021504197308WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197309TMAX 283 0 289 0 289 0 294 0 294 0 289 0 283 0 300 0 294 0 289 0 300 0 300 0 250 0 278 0 294 0 300 0 294 0 300 0 306 0 289 0 300 0 283 0 278 0 306 0 289 0 289 0 294 0 294 0 267 0 289 0-9999 +USW00021504197309TMIN 189 0 206 0 211 0 183 0 200 0 211 0 206 0 178 0 206 0 200 0 200 0 189 0 200 0 211 0 211 0 200 0 189 0 189 0 178 0 211 0 211 0 217 0 228 0 222 0 211 0 194 0 206 0 189 0 206 0 206 0-9999 +USW00021504197309PRCP 10 0 28 0 20 0 0 0 8 0 48 0 81 0 0T 0 36 0 0T 0 0 0 0 0 701 0 81 0 23 0 5 0 0T 0 8 0 0 0 315 0 38 0 43 0 284 0 10 0 33 0 36 0 0T 0 13 0 216 0 13 0-9999 +USW00021504197309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197309ACMH 50 X 80 X 70 X 20 X 50 X 60 X 90 X 60 X 80 X 60 X 30 X 60 X 90 X 90 X 70 X 70 X 30 X 50 X 30 X 90 X 70 X 80 X 100 X 60 X 80 X 60 X 60 X 40 X 90 X 70 X-9999 +USW00021504197309ACSH 70 X 100 X 60 X 10 X 40 X 50 X 90 X 60 X 80 X 50 X 30 X 60 X 100 X 90 X 60 X 60 X 40 X 40 X 30 X 90 X 50 X 80 X 100 X 40 X 80 X 70 X 60 X 30 X 100 X 50 X-9999 +USW00021504197309PGTM 0900 X 1512 X 1348 X 1454 X 1036 X 1542 X 1454 X 1300 X 1406 X 1212 X 1406 X 1224 X 2054 X 0400 X 1042 X 1554 X 1254 X 1348 X 1236 X 1430 X 1236 X 1118 X 1412 X 1448 X 1206 X 1312 X 1406 X 1842 X 1124 X 1000 X-9999 +USW00021504197309PSUN 54 X 34 X 50 X 90 X 88 X 53 X 34 X 45 X 27 X 53 X 86 X 31 X 0 X 11 X 58 X 59 X 80 X 65 X 81 X 24 X 75 X 41 X 0 X 61 X 15 X 60 X 55 X 83 X 1 X 67 X-9999 +USW00021504197309TSUN 402 X 252 X 378 X 672 X 654 X 396 X 258 X 336 X 204 X 390 X 636 X 228 X 0 X 84 X 426 X 432 X 588 X 474 X 594 X 180 X 546 X 300 X 0 X 438 X 114 X 432 X 396 X 594 X 6 X 480 X-9999 +USW00021504197309WDFG 360W X 45W X 360W X 45W X 360W X 45W X 45W X 90W X 45W X 360W X 45W X 90W X 90W X 225W X 360W X 45W X 45W X 360W X 315W X 360W X 45W X 45W X 90W X 90W X 45W X 315W X 90W X 45W X 135W X 45W X-9999 +USW00021504197309WDFM 45W X 45W X 45W X 45W X 360W X 45W X 225W X 90W X 45W X 360W X 45W X 90W X 90W X 225W X 90W X 45W X 45W X 225W X 45W X 225W X 45W X 45W X 90W X 90W X 45W X 360W X 90W X 360W X 225W X 45W X-9999 +USW00021504197309WSFG 98 X 93 X 72 X 77 X 93 X 87 X 62 X 93 X 77 X 77 X 93 X 82 X 93 X 72 X 77 X 93 X 93 X 77 X 72 X 67 X 77 X 72 X 98 X 93 X 87 X 67 X 93 X 72 X 67 X 93 X-9999 +USW00021504197309WSFM 49 X 54 X 40 X 49 X 49 X 54 X 45 X 67 X 45 X 40 X 58 X 49 X 67 X 54 X 45 X 63 X 54 X 49 X 45 X 40 X 49 X 49 X 67 X 58 X 54 X 40 X 58 X 36 X 45 X 54 X-9999 +USW00021504197309WT16 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197310TMAX 289 0 289 0 306 0 317 0 311 0 294 0 289 0 283 0 294 0 300 0 261 0 278 0 294 0 294 0 267 0 261 0 278 0 261 0 256 0 261 0 283 0 283 0 278 0 278 0 283 0 289 0 267 0 289 0 289 0 278 0 278 0 +USW00021504197310TMIN 211 0 206 0 194 0 217 0 217 0 217 0 206 0 206 0 211 0 211 0 211 0 200 0 189 0 217 0 211 0 217 0 189 0 183 0 206 0 206 0 194 0 194 0 211 0 211 0 206 0 189 0 194 0 189 0 200 0 194 0 206 0 +USW00021504197310PRCP 81 0 46 0 0T 0 3 0 3 0 46 0 99 0 10 0 15 0 8 0 135 0 76 0 53 0 130 0 333 0 71 0 10 0 348 0 56 0 74 0 15 0 13 0 56 0 38 0 119 0 89 0 163 0 94 0 140 0 53 0 94 0 +USW00021504197310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197310ACMH 80 X 70 X 60 X 60 X 50 X 90 X 80 X 70 X 50 X 90 X 100 X 90 X 60 X 80 X 100 X 100 X 80 X 70 X 100 X 100 X 90 X 80 X 90 X 90 X 90 X 80 X 80 X 80 X 80 X 90 X 90 X +USW00021504197310ACSH 80 X 50 X 60 X 70 X 80 X 100 X 80 X 80 X 30 X 80 X 100 X 100 X 50 X 70 X 100 X 100 X 90 X 90 X 100 X 100 X 90 X 70 X 90 X 100 X 90 X 80 X 80 X 80 X 80 X 100 X 90 X +USW00021504197310PGTM 0700 X 2154 X 1254 X 1330 X 1330 X 1418 X 0936 X 1254 X 1154 X 1442 X 1600 X 1606 X 1200 X 1354 X 1318 X 1212 X 1424 X 1100 X 1818 X 1548 X 2048 X 2154 X 2248 X 1300 X 1154 X 1430 X 1018 X 1312 X 1500 X 0948 X 1254 X +USW00021504197310PSUN 32 X 46 X 48 X 49 X 55 X 21 X 38 X 15 X 56 X 30 X 0 X 1 X 71 X 40 X 0 X 4 X 6 X 19 X 1 X 3 X 46 X 40 X 2 X 2 X 6 X 19 X 17 X 35 X 38 X 13 X 0 X +USW00021504197310TSUN 234 X 336 X 342 X 354 X 390 X 150 X 270 X 108 X 402 X 210 X 0 X 12 X 498 X 282 X 0 X 30 X 42 X 132 X 6 X 18 X 324 X 276 X 12 X 18 X 42 X 132 X 114 X 240 X 264 X 90 X 0 X +USW00021504197310WDFG 90W X 225W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 45W X 360W X 45W X 45W X 45W X 90W X 90W X 315W X 90W X 315W X 360W X 270W X 180W X 270W X 90W X 90W X 90W X 45W X 45W X 90W X 135W X 180W X +USW00021504197310WDFM 225W X 225W X 90W X 90W X 90W X 225W X 45W X 45W X 360W X 45W X 360W X 225W X 45W X 225W X 225W X 90W X 315W X 90W X 315W X 45W X 360W X 180W X 225W X 270W X 90W X 90W X 225W X 45W X 90W X 135W X 90W X +USW00021504197310WSFG 67 X 82 X 103 X 118 X 77 X 67 X 87 X 77 X 72 X 93 X 72 X 67 X 77 X 72 X 67 X 77 X 72 X 77 X 72 X 77 X 77 X 72 X 72 X 77 X 87 X 82 X 87 X 103 X 123 X 87 X 82 X +USW00021504197310WSFM 49 X 63 X 76 X 89 X 49 X 49 X 63 X 45 X 45 X 63 X 49 X 49 X 49 X 54 X 45 X 54 X 40 X 49 X 45 X 45 X 40 X 49 X 49 X 54 X 63 X 63 X 45 X 63 X 94 X 58 X 49 X +USW00021504197310WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197311TMAX 294 0 289 0 294 0 294 0 300 0 306 0 306 0 289 0 294 0 300 0 289 0 244 0 278 0 294 0 289 0 283 0 294 0 289 0 289 0 267 0 289 0 267 0 283 0 272 0 272 0 267 0 261 0 289 0 272 0 272 0-9999 +USW00021504197311TMIN 222 0 206 0 194 0 200 0 178 0 178 0 183 0 200 0 200 0 200 0 206 0 200 0 194 0 189 0 206 0 189 0 178 0 200 0 211 0 217 0 183 0 211 0 211 0 200 0 200 0 200 0 200 0 194 0 183 0 206 0-9999 +USW00021504197311PRCP 18 0 0T 0 5 0 0T 0 0 0 0 0 13 0 97 0 25 0 0 0 97 0 1577 0 168 0 218 0 76 0 102 0 3 0 8 0 645 0 841 0 163 0 152 0 236 0 218 0 371 0 193 0 224 0 0 0 508 0 871 0-9999 +USW00021504197311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197311ACMH 90 X 60 X 70 X 90 X 80 X 60 X 60 X 90 X 100 X 100 X 70 X 100 X 80 X 60 X 70 X 70 X 50 X 60 X 100 X 100 X 90 X 90 X 100 X 90 X 80 X 90 X 100 X 90 X 90 X 100 X-9999 +USW00021504197311ACSH 70 X 40 X 50 X 90 X 90 X 80 X 80 X 90 X 100 X 90 X 40 X 100 X 80 X 50 X 50 X 70 X 60 X 50 X 100 X 100 X 90 X 100 X 100 X 80 X 70 X 100 X 100 X 100 X 100 X 100 X-9999 +USW00021504197311PGTM 1336 X 1612 X 1536 X 1124 X 1406 X 1348 X 1300 X 1400 X 1254 X 1300 X 1654 X 0436 X 0324 X 1536 X 1318 X 1654 X 1212 X 1548 X 1212 X 1430 X 2030 X 1424 X 2336 X 2006 X 0448 X 1230 X 1236 X 1436 X 1406 X 1400 X-9999 +USW00021504197311PSUN 43 X 63 X 66 X 39 X 33 X 20 X 29 X 37 X 1 X 30 X 60 X 0 X 18 X 58 X 46 X 31 X 36 X 50 X 4 X 0 X 26 X 1 X 1 X 9 X 4 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00021504197311TSUN 294 X 432 X 450 X 264 X 222 X 138 X 198 X 252 X 6 X 204 X 408 X 0 X 120 X 390 X 306 X 210 X 240 X 336 X 30 X 0 X 174 X 12 X 6 X 60 X 24 X 6 X 0 X 0 X 0 X 0 X-9999 +USW00021504197311WDFG 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 315W X 360W X 315W X 90W X 90W X 45W X 90W X 90W X 135W X 90W X 135W X 90W X 45W X 45W X 270W X 315W X 90W X 90W X 270W X 135W X-9999 +USW00021504197311WDFM 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 45W X 315W X 270W X 225W X 90W X 90W X 90W X 90W X 90W X 135W X 90W X 90W X 45W X 90W X 45W X 225W X 315W X 90W X 90W X 270W X 135W X-9999 +USW00021504197311WSFG 82 X 87 X 93 X 87 X 108 X 103 X 87 X 77 X 82 X 62 X 87 X 87 X 67 X 103 X 98 X 72 X 93 X 113 X 123 X 134 X 103 X 62 X 118 X 103 X 82 X 67 X 87 X 144 X 72 X 108 X-9999 +USW00021504197311WSFM 67 X 63 X 67 X 63 X 76 X 76 X 63 X 49 X 63 X 36 X 54 X 54 X 40 X 76 X 49 X 45 X 58 X 76 X 76 X 89 X 54 X 40 X 72 X 67 X 54 X 40 X 54 X 89 X 49 X 76 X-9999 +USW00021504197311WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00021504197311WT16 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00021504197312TMAX 256 0 289 0 283 0 278 0 278 0 272 0 289 0 294 0 250 0 261 0 311 0 294 0 283 0 272 0 272 0 272 0 272 0 272 0 272 0 278 0 294 0 306 0 283 0 289 0 283 0 278 0 294 0 289 0 261 0 278 0 300 0 +USW00021504197312TMIN 211 0 222 0 200 0 200 0 167 0 172 0 172 0 183 0 183 0 156 0 200 0 194 0 189 0 172 0 161 0 156 0 167 0 161 0 161 0 172 0 172 0 200 0 200 0 183 0 194 0 183 0 172 0 183 0 206 0 189 0 194 0 +USW00021504197312PRCP 617 0 630 0 3 0 53 0 0 0 0 0 0 0 10 0 30 0 0 0 56 0 3 0 3 0 0 0 25 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 3 0 0 0 0T 0 0T 0 0T 0 0 0 559 0 89 0 0T 0 +USW00021504197312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197312ACMH 100 X 90 X 70 X 90 X 40 X 10 X 40 X 80 X 50 X 90 X 90 X 60 X 70 X 40 X 40 X 20 X 30 X 50 X 40 X 50 X 40 X 30 X 70 X 80 X 50 X 40 X 30 X 60 X 90 X 90 X 80 X +USW00021504197312ACSH 100 X 100 X 80 X 90 X 30 X 20 X 30 X 100 X 40 X 90 X 80 X 60 X 50 X 20 X 40 X 30 X 20 X 50 X 30 X 60 X 20 X 20 X 70 X 90 X 40 X 50 X 40 X 50 X 100 X 90 X 100 X +USW00021504197312PGTM 1236 X 1242 X 1448 X 1300 X 1330 X 1400 X 1254 X 1224 X 1600 X 1600 X 1330 X 1506 X 1212 X 1336 X 1424 X 1548 X 1548 X 1330 X 1306 X 1442 X 1400 X 1454 X 1200 X 1248 X 1118 X 1230 X 1454 X 1248 X 1042 X 1130 X 1136 X +USW00021504197312PSUN 0 X 0 X 0 X 26 X 61 X 59 X 78 X 48 X 60 X 21 X 50 X 38 X 48 X 85 X 70 X 61 X 74 X 74 X 82 X 39 X 61 X 85 X 57 X 72 X 70 X 77 X 66 X 70 X 12 X 64 X 36 X +USW00021504197312TSUN 0 X 0 X 0 X 168 X 402 X 390 X 510 X 318 X 396 X 138 X 330 X 252 X 312 X 558 X 462 X 402 X 492 X 486 X 540 X 258 X 396 X 558 X 378 X 474 X 456 X 510 X 438 X 462 X 84 X 420 X 240 X +USW00021504197312WDFG 135W X 135W X 90W X 90W X 45W X 45W X 90W X 315W X 315W X 135W X 45W X 45W X 45W X 360W X 315W X 90W X 360W X 360W X 360W X 45W X 135W X 90W X 90W X 45W X 360W X 360W X 90W X 90W X 225W X 315W X 135W X +USW00021504197312WDFM 135W X 135W X 90W X 90W X 45W X 225W X 90W X 315W X 315W X 135W X 90W X 45W X 225W X 360W X 360W X 360W X 315W X 225W X 360W X 45W X 90W X 90W X 90W X 90W X 45W X 360W X 90W X 90W X 225W X 135W X 135W X +USW00021504197312WSFG 118 X 108 X 87 X 82 X 77 X 72 X 113 X 216 X 190 X 77 X 103 X 72 X 72 X 72 X 82 X 72 X 93 X 67 X 62 X 62 X 98 X 123 X 118 X 93 X 72 X 77 X 98 X 82 X 77 X 77 X 123 X +USW00021504197312WSFM 85 X 80 X 58 X 45 X 45 X 36 X 76 X 134 X 121 X 45 X 76 X 45 X 40 X 40 X 45 X 40 X 49 X 40 X 36 X 36 X 67 X 85 X 80 X 67 X 36 X 40 X 67 X 49 X 54 X 49 X 80 X +USW00021504197312WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197312WT16 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00021504197401TMAX 289 0 289 0 300 0 283 0 272 0 283 0 272 0 283 0 278 0 250 0 283 0 289 0 283 0 300 0 306 0 294 0 289 0 311 0 311 0 306 0 300 0 289 0 272 0 261 0 256 0 278 0 272 0 272 0 283 0 278 0 306 0 +USW00021504197401TMIN 178 0 178 0 206 0 194 0 200 0 194 0 194 0 200 0 200 0 211 0 206 0 183 0 178 0 183 0 183 0 178 0 183 0 200 0 183 0 189 0 178 0 178 0 183 0 194 0 189 0 178 0 172 0 172 0 172 0 172 0 172 0 +USW00021504197401PRCP 0 0 0 0 56 0 0T 0 0T 0 0 0 0 0 0T 0 10 0 8 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 81 0 922 0 122 0 122 0 58 0 86 0 0 0 0T 0 0T 0 0 0 +USW00021504197401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197401ACMH 50 X 40 X 80 X 100 X 90 X 90 X 70 X 70 X 100 X 100 X 90 X 80 X 80 X 80 X 70 X 10 X 40 X 40 X 30 X 60 X 20 X 40 X 70 X 90 X 90 X 70 X 40 X 70 X 70 X 30 X 40 X +USW00021504197401ACSH 20 X 30 X 80 X 100 X 100 X 80 X 80 X 70 X 100 X 100 X 90 X 80 X 70 X 90 X 80 X 10 X 50 X 40 X 20 X 70 X 20 X 40 X 90 X 100 X 90 X 70 X 20 X 100 X 60 X 30 X 10 X +USW00021504197401PGTM 1754 X 1430 X 1324 X 1718 X 1424 X 1442 X 1254 X 1136 X 2030 X 0824 X 1300 X 1348 X 1312 X 1418 X 1212 X 1212 X 1430 X 1400 X 1318 X 1324 X 1242 X 1430 X 2024 X 1242 X 1018 X 1300 X 1942 X 1512 X 1306 X 1824 X 1606 X +USW00021504197401PSUN 61 X 85 X 34 X 32 X 56 X 63 X 18 X 72 X 31 X 2 X 40 X 74 X 62 X 60 X 60 X 94 X 83 X 67 X 85 X 40 X 66 X 76 X 26 X 13 X 39 X 42 X 81 X 30 X 67 X 84 X 88 X +USW00021504197401TSUN 402 X 558 X 222 X 210 X 366 X 420 X 120 X 474 X 204 X 12 X 264 X 486 X 414 X 396 X 396 X 624 X 552 X 444 X 570 X 264 X 438 X 510 X 174 X 90 X 258 X 282 X 546 X 204 X 456 X 564 X 594 X +USW00021504197401WDFG 315W X 90W X 90W X 360W X 315W X 315W X 315W X 360W X 360W X 315W X 90W X 360W X 45W X 360W X 360W X 45W X 360W X 90W X 90W X 90W X 45W X 315W X 90W X 45W X 360W X 90W X 225W X 90W X 45W X 135W X 135W X +USW00021504197401WDFM 315W X 90W X 135W X 135W X 315W X 315W X 315W X 360W X 360W X 315W X 90W X 360W X 90W X 360W X 360W X 45W X 360W X 90W X 90W X 90W X 45W X 315W X 315W X 45W X 225W X 45W X 225W X 135W X 45W X 135W X 135W X +USW00021504197401WSFG 113 X 108 X 113 X 82 X 62 X 67 X 72 X 46 X 93 X 72 X 87 X 82 X 51 X 62 X 57 X 51 X 51 X 98 X 118 X 87 X 72 X 87 X 108 X 118 X 67 X 72 X 72 X 82 X 62 X 72 X 139 X +USW00021504197401WSFM 63 X 76 X 80 X 49 X 36 X 54 X 58 X 36 X 54 X 49 X 76 X 49 X 40 X 49 X 40 X 36 X 36 X 80 X 94 X 76 X 54 X 58 X 63 X 76 X 36 X 49 X 54 X 58 X 40 X 58 X 107 X +USW00021504197401WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 +USW00021504197401WT16-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00021504197402TMAX 306 0 289 0 278 0 283 0 283 0 283 0 272 0 261 0 244 0 261 0 267 0 256 0 256 0 283 0 272 0 278 0 283 0 267 0 289 0 278 0 283 0 278 0 283 0 278 0 278 0 283 0 272 0 267 0-9999 -9999 -9999 +USW00021504197402TMIN 156 0 172 0 172 0 172 0 172 0 172 0 172 0 172 0 183 0 172 0 172 0 167 0 178 0 167 0 189 0 183 0 178 0 178 0 172 0 161 0 189 0 150 0 183 0 178 0 183 0 178 0 189 0 183 0-9999 -9999 -9999 +USW00021504197402PRCP 0 0 33 0 10 0 3 0 0 0 13 0 97 0 338 0 472 0 404 0 3 0 36 0 25 0 10 0 23 0 18 0 5 0 25 0 0T 0 13 0 51 0 23 0 61 0 13 0 89 0 109 0 20 0 30 0-9999 -9999 -9999 +USW00021504197402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197402ACMH 40 X 50 X 50 X 40 X 30 X 30 X 60 X 80 X 90 X 80 X 60 X 90 X 90 X 70 X 90 X 70 X 70 X 90 X 60 X 50 X 60 X 50 X 80 X 40 X 70 X 70 X 90 X 60 X-9999 -9999 -9999 +USW00021504197402ACSH 30 X 40 X 40 X 40 X 30 X 20 X 70 X 70 X 90 X 80 X 50 X 100 X 90 X 70 X 90 X 60 X 70 X 90 X 60 X 30 X 30 X 50 X 70 X 50 X 60 X 60 X 90 X 40 X-9999 -9999 -9999 +USW00021504197402PGTM 1306 X 1500 X 1324 X 1348 X 1254 X 1348 X 1812 X 1606 X 0306 X 1912 X 1348 X 1700 X 1206 X 1454 X 1300 X 1500 X 1154 X 1242 X 1300 X 1418 X 1324 X 1154 X 1242 X 1312 X 1542 X 0930 X 1142 X 1300 X-9999 -9999 -9999 +USW00021504197402PSUN 74 X 76 X 73 X 66 X 69 X 72 X 38 X 51 X 30 X 31 X 74 X 59 X 58 X 59 X 10 X 33 X 36 X 10 X 49 X 61 X 60 X 46 X 37 X 60 X 35 X 17 X 11 X 19 X-9999 -9999 -9999 +USW00021504197402TSUN 498 X 516 X 498 X 450 X 474 X 492 X 258 X 348 X 204 X 210 X 504 X 408 X 402 X 402 X 66 X 228 X 252 X 72 X 342 X 426 X 414 X 324 X 264 X 420 X 240 X 114 X 78 X 138 X-9999 -9999 -9999 +USW00021504197402WDFG 90W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 135W X 45W X 360W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X-9999 -9999 -9999 +USW00021504197402WDFM 90W X 90W X 90W X 90W X 45W X 45W X 90W X 225W X 45W X 90W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 270W X 360W X-9999 -9999 -9999 +USW00021504197402WSFG 113 X 77 X 72 X 113 X 67 X 77 X 98 X 77 X 103 X 129 X 82 X 67 X 77 X 103 X 98 X 87 X 93 X 103 X 98 X 103 X 82 X 98 X 98 X 77 X 87 X 87 X 62 X 67 X-9999 -9999 -9999 +USW00021504197402WSFM 85 X 49 X 54 X 89 X 49 X 49 X 80 X 54 X 54 X 63 X 49 X 54 X 67 X 76 X 72 X 72 X 72 X 72 X 76 X 76 X 63 X 72 X 76 X 54 X 67 X 67 X 40 X 40 X-9999 -9999 -9999 +USW00021504197402WT03 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197402WT16-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504197403TMAX 267 0 272 0 283 0 278 0 272 0 261 0 272 0 256 0 272 0 278 0 289 0 311 0 256 0 256 0 256 0 256 0 267 0 250 0 272 0 283 0 306 0 289 0 294 0 256 0 267 0 239 0 300 0 306 0 294 0 300 0 289 0 +USW00021504197403TMIN 156 0 167 0 167 0 183 0 189 0 183 0 172 0 178 0 167 0 172 0 156 0 161 0 194 0 194 0 194 0 178 0 172 0 194 0 178 0 189 0 189 0 172 0 194 0 206 0 211 0 206 0 189 0 178 0 172 0 172 0 189 0 +USW00021504197403PRCP 61 0 56 0 46 0 732 0 417 0 137 0 97 0 130 0 0T 0 0 0 0 0 91 0 41 0 3 0 109 0 58 0 61 0 97 0 74 0 36 0 0 0 0 0 0T 0 23 0 130 0 1016 0 8 0 0 0 0 0 0 0 3 0 +USW00021504197403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197403ACMH 70 X 60 X 70 X 100 X 100 X 90 X 80 X 100 X 70 X 80 X 50 X 90 X 100 X 100 X 100 X 100 X 90 X 100 X 80 X 90 X 80 X 40 X 50 X 100 X 100 X 100 X 60 X 40 X 10 X 10 X 50 X +USW00021504197403ACSH 60 X 30 X 60 X 100 X 100 X 100 X 90 X 100 X 60 X 80 X 40 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 70 X 100 X 60 X 30 X 40 X 100 X 90 X 100 X 60 X 40 X 10 X 20 X 40 X +USW00021504197403PGTM 1400 X 1324 X 1248 X 0536 X 1506 X 1254 X 1442 X 1448 X 1100 X 1312 X 1400 X 1312 X 0148 X 1336 X 0236 X 1418 X 1336 X 1406 X 0206 X 1448 X 1542 X 1236 X 2330 X 0300 X 1336 X 0106 X 1412 X 1142 X 1218 X 1412 X 1230 X +USW00021504197403PSUN 60 X 81 X 56 X 10 X 9 X 14 X 10 X 3 X 63 X 57 X 74 X 53 X 0 X 2 X 19 X 4 X 11 X 0 X 40 X 50 X 54 X 94 X 78 X 0 X 12 X 0 X 48 X 84 X 91 X 84 X 75 X +USW00021504197403TSUN 426 X 570 X 396 X 72 X 66 X 102 X 72 X 18 X 450 X 408 X 528 X 384 X 0 X 12 X 138 X 30 X 78 X 0 X 288 X 360 X 390 X 684 X 570 X 0 X 90 X 0 X 354 X 618 X 672 X 618 X 552 X +USW00021504197403WDFG 45W X 90W X 90W X 135W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 180W X 315W X 315W X 90W X 90W X 315W X 270W X 45W X 315W X 360W X 315W X 315W X 45W X 270W X 135W X 90W X 45W X 45W X 90W X +USW00021504197403WDFM 45W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 180W X 315W X 315W X 90W X 315W X 315W X 270W X 90W X 315W X 360W X 315W X 315W X 360W X 225W X 135W X 90W X 45W X 45W X 45W X +USW00021504197403WSFG 62 X 77 X 103 X 108 X 103 X 118 X 87 X 93 X 67 X 98 X 108 X 134 X 62 X 103 X 82 X 72 X 72 X 72 X 82 X 113 X 103 X 72 X 82 X 93 X 51 X 57 X 108 X 118 X 72 X 87 X 108 X +USW00021504197403WSFM 40 X 54 X 80 X 67 X 76 X 89 X 72 X 72 X 40 X 67 X 80 X 107 X 49 X 67 X 49 X 54 X 49 X 40 X 58 X 85 X 67 X 49 X 54 X 67 X 31 X 40 X 80 X 85 X 45 X 54 X 58 X +USW00021504197403WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197403WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00021504197404TMAX 311 0 306 0 306 0 300 0 283 0 289 0 267 0 256 0 278 0 272 0 267 0 278 0 267 0 272 0 272 0 267 0 261 0 256 0 272 0 261 0 267 0 233 0 267 0 267 0 272 0 272 0 272 0 283 0 283 0 278 0-9999 +USW00021504197404TMIN 167 0 183 0 178 0 189 0 183 0 194 0 194 0 189 0 178 0 167 0 194 0 200 0 194 0 183 0 194 0 206 0 194 0 200 0 200 0 189 0 200 0 189 0 183 0 172 0 167 0 178 0 167 0 189 0 189 0 189 0-9999 +USW00021504197404PRCP 0 0 0T 0 0 0 0 0 109 0 33 0 185 0 536 0 69 0 79 0 97 0 64 0 0 0 51 0 244 0 99 0 188 0 866 0 1054 0 173 0 107 0 681 0 41 0 8 0 0 0 0 0 10 0 0 0 58 0 104 0-9999 +USW00021504197404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197404ACMH 20 X 30 X 40 X 50 X 90 X 100 X 100 X 100 X 70 X 80 X 100 X 100 X 90 X 80 X 80 X 90 X 90 X 100 X 100 X 90 X 100 X 100 X 70 X 40 X 30 X 40 X 60 X 50 X 60 X 70 X-9999 +USW00021504197404ACSH 20 X 30 X 20 X 50 X 90 X 90 X 100 X 100 X 70 X 80 X 100 X 100 X 90 X 80 X 70 X 90 X 90 X 100 X 100 X 90 X 100 X 100 X 70 X 30 X 30 X 30 X 60 X 50 X 80 X 50 X-9999 +USW00021504197404PGTM 1148 X 1254 X 1436 X 1248 X 1224 X 1330 X 1118 X 1042 X 1236 X 1430 X 0924 X 1124 X 1412 X 1136 X 2342 X 1512 X 1536 X 0942 X 2148 X 0818 X 1042 X 1312 X-9999 1512 X 1312 X 1242 X 0830 X 1106 X 1406 X 1454 X-9999 +USW00021504197404PSUN 94 X 88 X 90 X 82 X 33 X 33 X 29 X 5 X 42 X 33 X 11 X 34 X 27 X 38 X 58 X 35 X 33 X 14 X 24 X 8 X 28 X 0 X 58 X 72 X 90 X 92 X 89 X 78 X 46 X 67 X-9999 +USW00021504197404TSUN 696 X 654 X 666 X 612 X 246 X 246 X 216 X 36 X 312 X 252 X 84 X 252 X 204 X 282 X 438 X 264 X 246 X 108 X 186 X 60 X 210 X 0 X 444 X 546 X 684 X 702 X 684 X 606 X 354 X 522 X-9999 +USW00021504197404WDFG 90W X 45W X 90W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 180W X 45W X 360W X 45W X 90W X 45W X 90W X 225W X 180W X 225W X 45W X 45W X-9999 360W X 360W X 360W X 315W X 90W X 90W X 45W X-9999 +USW00021504197404WDFM 90W X 90W X 90W X 45W X 45W X 45W X 45W X 90W X 45W X 90W X 180W X 45W X 360W X 45W X 90W X 45W X 90W X 225W X 180W X 45W X 45W X 45W X 360W X 360W X 360W X 360W X 360W X 45W X 45W X 45W X-9999 +USW00021504197404WSFG 93 X 98 X 98 X 82 X 87 X 103 X 72 X 103 X 98 X 87 X 82 X 67 X 62 X 72 X 87 X 93 X 93 X 77 X 103 X 87 X 77 X 82 X-9999 72 X 72 X 72 X 87 X 82 X 77 X 72 X-9999 +USW00021504197404WSFM 72 X 76 X 72 X 54 X 58 X 72 X 40 X 76 X 76 X 54 X 58 X 49 X 36 X 49 X 63 X 63 X 63 X 63 X 72 X 67 X 54 X 49 X 40 X 45 X 45 X 49 X 54 X 54 X 58 X 49 X-9999 +USW00021504197404WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197404WT16-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 +USW00021504197405TMAX 272 0 278 0 278 0 289 0 283 0 272 0 267 0 272 0 272 0 256 0 272 0 272 0 278 0 256 0 256 0 283 0 261 0 272 0 272 0 267 0 278 0 272 0 283 0 283 0 272 0 272 0 278 0 294 0 294 0 294 0 294 0 +USW00021504197405TMIN 183 0 189 0 167 0 183 0 189 0 183 0 189 0 183 0 189 0 189 0 172 0 194 0 200 0 200 0 200 0 194 0 200 0 194 0 200 0 189 0 178 0 200 0 183 0 183 0 194 0 194 0 189 0 194 0 183 0 178 0 183 0 +USW00021504197405PRCP 112 0 13 0 25 0 89 0 46 0 20 0 53 0 76 0 61 0 36 0 0T 0 13 0 376 0 66 0 208 0 61 0 277 0 117 0 130 0 66 0 30 0 18 0 5 0 18 0 76 0 38 0 20 0 0T 0 0 0 0 0 0 0 +USW00021504197405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197405ACMH 70 X 60 X 70 X 50 X 50 X 60 X 80 X 80 X 70 X 100 X 80 X 100 X 100 X 100 X 90 X 90 X 100 X 80 X 90 X 80 X 80 X 100 X 90 X 80 X 100 X 100 X 100 X 80 X 50 X 30 X 60 X +USW00021504197405ACSH 60 X 50 X 70 X 30 X 40 X 60 X 70 X 80 X 70 X 100 X 80 X 100 X 90 X 100 X 90 X 80 X 100 X 70 X 80 X 80 X 90 X 100 X 90 X 80 X 90 X 100 X 100 X 70 X 40 X 30 X 60 X +USW00021504197405PGTM 1324 X 1142 X 1406 X 1200 X 1436 X 0830 X 1254 X 2342 X 1748 X 1142 X 1306 X 1248 X 1906 X 0154 X 0854 X 1736 X 1454 X 1642 X 1442 X 1554 X 1600 X 1424 X 1406 X 1348 X 1248 X 1136 X 1254 X 1500 X 1348 X 1254 X 1318 X +USW00021504197405PSUN 62 X 72 X 47 X 79 X 65 X 65 X 57 X 62 X 76 X 31 X 65 X 63 X 30 X 3 X 13 X 62 X 41 X 58 X 47 X 50 X 69 X 52 X 73 X 65 X 36 X 17 X 49 X 72 X 70 X 69 X 48 X +USW00021504197405TSUN 480 X 558 X 366 X 618 X 510 X 504 X 444 X 480 X 594 X 246 X 510 X 492 X 234 X 24 X 102 X 486 X 318 X 456 X 372 X 390 X 540 X 414 X 576 X 516 X 288 X 138 X 390 X 576 X 558 X 546 X 384 X +USW00021504197405WDFG 45W X 45W X 45W X 90W X 45W X 90W X 360W X 45W X 45W X 360W X 45W X 45W X 90W X 225W X 135W X 45W X 45W X 45W X 45W X 45W X 90W X 45W X 90W X 90W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X +USW00021504197405WDFM 270W X 225W X 90W X 90W X 90W X 225W X 225W X 225W X 270W X 360W X 45W X 45W X 135W X 225W X 135W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 135W X 135W X 90W X 90W X 90W X 90W X 45W X +USW00021504197405WSFG 67 X 67 X 72 X 82 X 82 X 67 X 77 X 98 X 82 X 87 X 62 X 67 X 82 X 67 X 72 X 82 X 77 X 72 X 77 X 82 X 82 X 77 X 93 X 98 X 67 X 108 X 77 X 87 X 77 X 72 X 77 X +USW00021504197405WSFM 40 X 45 X 45 X 58 X 58 X 58 X 49 X 49 X 54 X 49 X 36 X 49 X 54 X 58 X 54 X 67 X 54 X 58 X 49 X 54 X 63 X 58 X 72 X 63 X 54 X 80 X 54 X 63 X 58 X 45 X 54 X +USW00021504197405WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504197406TMAX 294 0 289 0 289 0 278 0 272 0 294 0 272 0 272 0 272 0 278 0 278 0 283 0 278 0 272 0 278 0 289 0 289 0 289 0 289 0 283 0 283 0 289 0 278 0 278 0 283 0 283 0 294 0 294 0 289 0 278 0-9999 +USW00021504197406TMIN 200 0 206 0 189 0 200 0 200 0 200 0 206 0 200 0 194 0 178 0 211 0 211 0 206 0 194 0 200 0 206 0 217 0 206 0 200 0 200 0 194 0 183 0 206 0 200 0 200 0 178 0 194 0 183 0 189 0 178 0-9999 +USW00021504197406PRCP 0T 0 0T 0 74 0 221 0 137 0 8 0 33 0 36 0 30 0 28 0 20 0 8 0 3 0 127 0 46 0 58 0 86 0 25 0 3 0 28 0 8 0 5 0 30 0 58 0 0T 0 0T 0 38 0 79 0 0T 0 20 0-9999 +USW00021504197406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197406ACMH 60 X 60 X 50 X 90 X 100 X 90 X 90 X 90 X 70 X 80 X 90 X 100 X 100 X 100 X 100 X 70 X 90 X 90 X 70 X 80 X 60 X 60 X 70 X 90 X 60 X 60 X 90 X 70 X 70 X 70 X-9999 +USW00021504197406ACSH 40 X 30 X 40 X 80 X 90 X 80 X 100 X 90 X 70 X 90 X 90 X 90 X 100 X 100 X 100 X 50 X 80 X 70 X 70 X 70 X 70 X 50 X 60 X 80 X 70 X 70 X 90 X 70 X 60 X 70 X-9999 +USW00021504197406PGTM 1324 X 1418 X 1406 X 1436 X 1336 X 2018 X 1048 X 1124 X 1124 X 1236 X 1024 X 1206 X 1042 X 1412 X 1430 X 1654 X 1742 X 1248 X 1306 X 1506 X 1324 X 2100 X 1906 X 1354 X 1400 X 1206 X 1430 X 2154 X 1512 X 1118 X-9999 +USW00021504197406PSUN 78 X 67 X 71 X 48 X 23 X 71 X 7 X 61 X 84 X 48 X 66 X 74 X 73 X 31 X 37 X 63 X 55 X 45 X 62 X 60 X 60 X 81 X 72 X 46 X 40 X 72 X 28 X 44 X 48 X 41 X-9999 +USW00021504197406TSUN 624 X 534 X 570 X 384 X 186 X 570 X 54 X 486 X 672 X 384 X 522 X 594 X 582 X 252 X 294 X 504 X 438 X 360 X 498 X 486 X 480 X 642 X 576 X 372 X 324 X 576 X 222 X 354 X 384 X 330 X-9999 +USW00021504197406WDFG 90W X 45W X 45W X 90W X 90W X 135W X 90W X 45W X 315W X 45W X 45W X 360W X 45W X 45W X 135W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 45W X 45W X 45W X 90W X 135W X 90W X 90W X-9999 +USW00021504197406WDFM 135W X 45W X 45W X 225W X 90W X 135W X 90W X 45W X 225W X 90W X 225W X 45W X 360W X 45W X 135W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X-9999 +USW00021504197406WSFG 87 X 87 X 98 X 72 X 87 X 87 X 77 X 72 X 67 X 93 X 67 X 72 X 67 X 87 X 77 X 93 X 82 X 103 X 93 X 87 X 93 X 77 X 77 X 87 X 82 X 72 X 93 X 87 X 87 X 82 X-9999 +USW00021504197406WSFM 72 X 67 X 76 X 49 X 72 X 67 X 54 X 49 X 40 X 67 X 40 X 45 X 40 X 67 X 63 X 67 X 63 X 76 X 63 X 63 X 67 X 49 X 49 X 54 X 49 X 40 X 72 X 63 X 63 X 63 X-9999 +USW00021504197406WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197407TMAX 294 0 289 0 306 0 294 0 278 0 283 0 283 0 294 0 289 0 294 0 306 0 300 0 306 0 289 0 283 0 289 0 283 0 278 0 283 0 300 0 311 0 294 0 289 0 272 0 289 0 294 0 278 0 294 0 300 0 294 0 294 0 +USW00021504197407TMIN 206 0 200 0 211 0 200 0 211 0 206 0 200 0 200 0 206 0 194 0 178 0 178 0 194 0 194 0 183 0 189 0 200 0 200 0 189 0 194 0 183 0 217 0 200 0 194 0 189 0 211 0 217 0 200 0 194 0 206 0 206 0 +USW00021504197407PRCP 5 0 0T 0 0 0 5 0 76 0 84 0 56 0 18 0 3 0 8 0 8 0 30 0 41 0 91 0 30 0 259 0 483 0 145 0 10 0 0 0 0 0 33 0 3 0 46 0 165 0 292 0 36 0 0T 0 0 0 25 0 33 0 +USW00021504197407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197407ACMH 90 X 90 X 80 X 80 X 90 X 60 X 70 X 80 X 70 X 50 X 30 X 30 X 40 X 50 X 60 X 70 X 80 X 80 X 60 X 50 X 40 X 50 X 70 X 90 X 60 X 80 X 90 X 70 X 70 X 80 X 70 X +USW00021504197407ACSH 90 X 90 X 90 X 80 X 90 X 60 X 70 X 70 X 60 X 60 X 30 X 20 X 30 X 60 X 70 X 70 X 80 X 80 X 60 X 70 X 50 X 70 X 70 X 90 X 50 X 70 X 90 X 70 X 80 X 80 X 70 X +USW00021504197407PGTM 1442 X 1312 X 1148 X 1206 X 1206 X 1118 X 1454 X 0900 X 1548 X 1318 X 1312 X 1424 X 1118 X 1406 X 1218 X 1718 X 1224 X 2136 X 1512 X 1324 X 1454 X 1254 X 0912 X 0006 X 1636 X 1230 X 1306 X 1400 X 1136 X 1318 X-9999 +USW00021504197407PSUN 23 X 41 X 16 X 48 X 10 X 49 X 21 X 39 X 49 X 52 X 83 X 87 X 75 X 51 X 34 X 37 X 29 X 42 X 57 X 37 X 84 X 29 X 27 X 5 X 64 X 52 X 7 X 31 X 45 X 17 X 48 X +USW00021504197407TSUN 186 X 330 X 132 X 384 X 84 X 390 X 168 X 306 X 390 X 414 X 660 X 690 X 600 X 402 X 264 X 294 X 228 X 330 X 450 X 288 X 660 X 234 X 210 X 42 X 504 X 408 X 60 X 246 X 348 X 138 X 378 X +USW00021504197407WDFG 90W X 90W X 90W X 45W X 45W X 90W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 90W X 135W X 90W X 90W X 135W X 135W X 45W X 270W X 90W X 90W X 45W X 90W X 90W X 135W X-9999 +USW00021504197407WDFM 90W X 90W X 90W X 45W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 270W X 270W X 90W X 135W X 135W X 135W X 90W X 270W X 90W X 135W X 90W X 90W X 90W X 135W X 135W X +USW00021504197407WSFG 108 X 77 X 98 X 87 X 77 X 77 X 98 X 98 X 72 X 87 X 103 X 87 X 82 X 82 X 98 X 82 X 77 X 67 X 62 X 113 X 139 X 93 X 87 X 62 X 72 X 72 X 67 X 93 X 82 X 87 X-9999 +USW00021504197407WSFM 76 X 58 X 63 X 63 X 58 X 49 X 67 X 76 X 45 X 49 X 72 X 58 X 54 X 49 X 58 X 58 X 58 X 49 X 40 X 80 X 116 X 76 X 49 X 45 X 45 X 45 X 45 X 49 X 54 X 63 X 54 X +USW00021504197407WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X +USW00021504197408TMAX 289 0 283 0 283 0 283 0 289 0 294 0 289 0 289 0 294 0 294 0 283 0 289 0 289 0 289 0 278 0 300 0 289 0 306 0 289 0 283 0 289 0 289 0 306 0 294 0 294 0 289 0 300 0 289 0 294 0 294 0 289 0 +USW00021504197408TMIN 222 0 200 0 206 0 206 0 200 0 206 0 206 0 206 0 211 0 211 0 217 0 222 0 206 0 200 0 217 0 211 0 200 0 206 0 217 0 222 0 206 0 211 0 217 0 211 0 217 0 206 0 189 0 189 0 178 0 228 0 206 0 +USW00021504197408PRCP 107 0 23 0 28 0 25 0 84 0 15 0 20 0 0 0 51 0 25 0 160 0 8 0 33 0 0 0 30 0 5 0 0T 0 28 0 30 0 25 0 18 0 66 0 3 0 0T 0 10 0 13 0 48 0 0 0 99 0 69 0 56 0 +USW00021504197408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197408ACMH 90 X 90 X 100 X 90 X 80 X 80 X 100 X 100 X 100 X 90 X 100 X 80 X 90 X 90 X 100 X 80 X 80 X 60 X 100 X 90 X 90 X 90 X 70 X 80 X 60 X 70 X 40 X 30 X 50 X 80 X 60 X +USW00021504197408ACSH 100 X 100 X 100 X 80 X 70 X 70 X 100 X 100 X 100 X 90 X 100 X 60 X 90 X 80 X 100 X 80 X 100 X 60 X 90 X 90 X 80 X 80 X 50 X 70 X 40 X 70 X 40 X 30 X 40 X 60 X 60 X +USW00021504197408PGTM 1148 X 1206 X 1148 X 1454 X 2324 X 1018 X 1518 X 1436 X 1318 X 1642 X 1430 X 1330 X 1354 X 1324 X 1636 X 1500 X 1442 X 1254 X 1136 X 2354 X 1336 X 1200 X 1330 X 1648 X 1424 X 0518 X 1330 X 1248 X 1254 X 0948 X 1500 X +USW00021504197408PSUN 9 X 12 X 10 X 37 X 43 X 63 X 17 X 23 X 17 X 21 X 2 X 53 X 27 X 41 X 7 X 56 X 15 X 61 X 10 X 37 X 63 X 23 X 61 X 72 X 55 X 13 X 48 X 88 X 73 X 61 X 63 X +USW00021504197408TSUN 72 X 96 X 78 X 288 X 336 X 492 X 132 X 180 X 138 X 162 X 12 X 408 X 210 X 318 X 54 X 432 X 114 X 468 X 78 X 282 X 486 X 174 X 468 X 546 X 414 X 96 X 366 X 666 X 546 X 462 X 474 X +USW00021504197408WDFG 90W X 90W X 45W X 45W X 135W X 90W X 90W X 45W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 135W X 90W X 90W X 90W X 90W X 45W X 45W X 135W X 90W X 45W X 270W X 90W X 90W X 90W X 45W X 45W X +USW00021504197408WDFM 90W X 90W X 45W X 45W X 270W X 90W X 135W X 45W X 90W X 45W X 90W X 45W X 315W X 90W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 135W X 90W X 45W X 270W X 90W X 90W X 90W X 90W X 45W X +USW00021504197408WSFG 62 X 67 X 87 X 77 X 93 X 82 X 72 X 77 X 77 X 72 X 77 X 62 X 62 X 62 X 62 X 87 X 72 X 98 X 82 X 67 X 57 X 72 X 87 X 82 X 62 X 77 X 72 X 62 X 77 X 67 X 67 X +USW00021504197408WSFM 40 X 49 X 58 X 54 X 67 X 63 X 54 X 54 X 54 X 49 X 63 X 45 X 40 X 45 X 45 X 67 X 54 X 67 X 63 X 49 X 45 X 58 X 76 X 63 X 49 X 63 X 54 X 40 X 45 X 45 X 40 X +USW00021504197408WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00021504197409TMAX 283 0 306 0 300 0 306 0 300 0 306 0 306 0 300 0 306 0 283 0 300 0 294 0 294 0 300 0 306 0 306 0 311 0 317 0 317 0 317 0 306 0 306 0 311 0 306 0 294 0 294 0 317 0 289 0 317 0 294 0-9999 +USW00021504197409TMIN 206 0 200 0 183 0 200 0 194 0 194 0 194 0 206 0 189 0 200 0 200 0 206 0 189 0 200 0 194 0 200 0 200 0 217 0 200 0 194 0 194 0 206 0 222 0 206 0 211 0 194 0 189 0 211 0 200 0 200 0-9999 +USW00021504197409PRCP 74 0 0 0 0 0 0 0 0 0 3 0 15 0 99 0 0 0 84 0 20 0 8 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 8 0 20 0 30 0 5 0 0T 0 18 0 0 0 20 0-9999 +USW00021504197409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197409ACMH 70 X 60 X 70 X 40 X 10 X 30 X 40 X 60 X 60 X 70 X 60 X 70 X 50 X 50 X 20 X 60 X 70 X 50 X 30 X 30 X 30 X 60 X 90 X 80 X 90 X 70 X 30 X 80 X 60 X 90 X-9999 +USW00021504197409ACSH 80 X 70 X 70 X 60 X 20 X 50 X 30 X 60 X 70 X 90 X 60 X 80 X 60 X 50 X 30 X 90 X 80 X 40 X 30 X 30 X 40 X 80 X 90 X 70 X 80 X 80 X 30 X 80 X 70 X 100 X-9999 +USW00021504197409PGTM 0306 X 1354 X 1348 X 1512 X 1042 X 1212 X 1430 X 1524 X 1500 X 1206 X 1142 X 1254 X 1324 X 1212 X 1318 X 1400 X 1542 X 1312 X 1218 X 1212 X 1124 X 1306 X 1130 X 1312 X 1242 X 1354 X 1424 X 1136 X 1424 X 1154 X-9999 +USW00021504197409PSUN 45 X 38 X 69 X 58 X 82 X 62 X 93 X 81 X 75 X 19 X 58 X 29 X 82 X 77 X 84 X 75 X 42 X 65 X 77 X 80 X 62 X 42 X 43 X 54 X 36 X 17 X 74 X 10 X 56 X 10 X-9999 +USW00021504197409TSUN 342 X 288 X 516 X 432 X 612 X 468 X 696 X 606 X 552 X 138 X 432 X 210 X 606 X 564 X 618 X 552 X 306 X 480 X 564 X 582 X 456 X 306 X 312 X 396 X 258 X 120 X 534 X 72 X 408 X 72 X-9999 +USW00021504197409WDFG 90W X 135W X 135W X 135W X 135W X 90W X 90W X 135W X 135W X 135W X 135W X 90W X 90W X 45W X 45W X 135W X 135W X 90W X 135W X 135W X 135W X 90W X 135W X 90W X 90W X 90W X 135W X 135W X 90W X 90W X-9999 +USW00021504197409WDFM 90W X 135W X 90W X 90W X 135W X 90W X 90W X 90W X 135W X 90W X 135W X 90W X 45W X 90W X 90W X 135W X 135W X 90W X 135W X 135W X 90W X 90W X 45W X 45W X 90W X 90W X 135W X 135W X 90W X 90W X-9999 +USW00021504197409WSFG 57 X 93 X 87 X 87 X 82 X 72 X 77 X 87 X 93 X 77 X 87 X 77 X 67 X 98 X 72 X 93 X 93 X 93 X 98 X 108 X 87 X 77 X 77 X 82 X 87 X 87 X 98 X 72 X 103 X 87 X-9999 +USW00021504197409WSFM 40 X 76 X 67 X 49 X 63 X 49 X 58 X 54 X 67 X 40 X 63 X 54 X 45 X 45 X 58 X 67 X 72 X 67 X 72 X 76 X 54 X 54 X 49 X 54 X 58 X 67 X 72 X 54 X 76 X 72 X-9999 +USW00021504197409WT16 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00021504197410TMAX 311 0 322 0 294 0 317 0 306 0 311 0 300 0 294 0 294 0 300 0 283 0 294 0 289 0 306 0 306 0 289 0 306 0 294 0 289 0 306 0 306 0 283 0 294 0 283 0 289 0 289 0 283 0 289 0 283 0 278 0 283 0 +USW00021504197410TMIN 206 0 206 0 206 0 194 0 211 0 206 0 194 0 200 0 206 0 200 0 200 0 211 0 189 0 194 0 211 0 200 0 183 0 200 0 200 0 194 0 200 0 194 0 211 0 211 0 194 0 206 0 217 0 211 0 211 0 206 0 200 0 +USW00021504197410PRCP 0 0 0 0 25 0 0T 0 41 0 20 0 74 0 18 0 43 0 23 0 206 0 36 0 3 0 3 0 0T 0 18 0 0 0 8 0 3 0 0 0 0 0 5 0 30 0 20 0 23 0 218 0 561 0 36 0 28 0 168 0 81 0 +USW00021504197410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197410ACMH 90 X 90 X 90 X 50 X 100 X 80 X 60 X 70 X 80 X 100 X 90 X 80 X 60 X 50 X 70 X 70 X 10 X 50 X 60 X 40 X 60 X 90 X 90 X 80 X 80 X 80 X 100 X 100 X 90 X 80 X 90 X +USW00021504197410ACSH 80 X 90 X 90 X 40 X 100 X 90 X 60 X 60 X 70 X 100 X 80 X 80 X 70 X 50 X 80 X 90 X 10 X 40 X 80 X 40 X 60 X 100 X 70 X 70 X 80 X 60 X 100 X 100 X 90 X 70 X 90 X +USW00021504197410PGTM 1218 X 1300 X 1430 X 1342 X 1500 X 1624 X 1118 X 1400 X 1406 X 1242 X 0900 X 0418 X 0800 X 1442 X 1130 X 1312 X 1348 X 1636 X 1012 X 1318 X 1206 X 1212 X 1336 X 1200 X 1130 X 0542 X 1042 X 1424 X 1500 X 2312 X 1218 X +USW00021504197410PSUN 36 X 58 X 7 X 63 X 25 X 47 X 51 X 69 X 48 X 34 X 23 X 62 X 51 X 63 X 42 X 4 X 94 X 80 X 34 X 66 X 51 X 5 X 27 X 20 X 48 X 60 X 12 X 14 X 10 X 27 X 21 X +USW00021504197410TSUN 258 X 414 X 48 X 450 X 174 X 336 X 366 X 486 X 336 X 240 X 162 X 438 X 360 X 444 X 300 X 30 X 654 X 558 X 240 X 456 X 354 X 36 X 186 X 138 X 336 X 414 X 84 X 96 X 72 X 186 X 144 X +USW00021504197410WDFG 135W X 90W X 135W X 135W X 90W X 90W X 90W X 90W X 135W X 90W X 135W X 45W X 315W X 135W X 90W X 135W X 45W X 45W X 315W X 90W X 90W X 360W X 90W X 90W X 90W X 270W X 135W X 135W X 45W X 270W X 135W X +USW00021504197410WDFM 135W X 90W X 135W X 135W X 90W X 90W X 90W X 135W X 135W X 90W X 90W X 270W X 315W X 135W X 90W X 135W X 90W X 360W X 315W X 135W X 90W X 90W X 45W X 90W X 90W X 270W X 135W X 90W X 135W X 270W X 135W X +USW00021504197410WSFG 98 X 82 X 82 X 108 X 87 X 103 X 77 X 67 X 108 X 87 X 72 X 67 X 77 X 98 X 77 X 87 X 67 X 72 X 129 X 98 X 87 X 72 X 62 X 72 X 87 X 77 X 113 X 67 X 82 X 72 X 87 X +USW00021504197410WSFM 72 X 54 X 54 X 80 X 54 X 67 X 54 X 45 X 80 X 67 X 49 X 54 X 58 X 76 X 58 X 72 X 45 X 45 X 89 X 76 X 63 X 45 X 40 X 49 X 63 X 63 X 76 X 45 X 63 X 54 X 63 X +USW00021504197410WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197410WT16-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197411TMAX 289 0 283 0 278 0 283 0 272 0 278 0 272 0 278 0 283 0 267 0 278 0 272 0 272 0 267 0 267 0 283 0 283 0 228 0 267 0 261 0 283 0 289 0 267 0 283 0 278 0 278 0 278 0 272 0 278 0 267 0-9999 +USW00021504197411TMIN 200 0 200 0 178 0 183 0 194 0 183 0 194 0 183 0 200 0 200 0 194 0 217 0 178 0 167 0 161 0 150 0 172 0 194 0 200 0 200 0 189 0 189 0 189 0 200 0 189 0 178 0 189 0 189 0 178 0 172 0-9999 +USW00021504197411TOBS 244 0 244 0 228 0 233 0 233 0 233 0 233 0 233 0 244 0 233 0 239 0 244 0 228 0 217 0 217 0 217 0 228 0 211 0 233 0 233 0 239 0 239 0 228 0 244 0 233 0 228 0 233 0 233 0 228 0 222 0-9999 +USW00021504197411PRCP 5 0 36 0 3 0 3 0 10 0 145 0 198 0 99 0 64 0 114 0 351 0 0T 0 23 0 0T 0 0 0 160 0 15 0 503 0 785 0 1085 0 41 0 0 0 0T 0 15 0 0 0 3 0 3 0 23 0 0T 0 18 0-9999 +USW00021504197411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197411ACMH 80 X 70 X 70 X 70 X 80 X 70 X 90 X 90 X 100 X 100 X 70 X 60 X 60 X 60 X 30 X 60 X 50 X 100 X 100 X 90 X 70 X 50 X 90 X 100 X 100 X 40 X 40 X 70 X 60 X 40 X-9999 +USW00021504197411ACSH 70 X 70 X 70 X 80 X 80 X 80 X 90 X 90 X 100 X 100 X 50 X 50 X 60 X 60 X 30 X 60 X 30 X 100 X 90 X 90 X 70 X 50 X 90 X 100 X 100 X 20 X 20 X 70 X 40 X 40 X-9999 +USW00021504197411PGTM 1218 X 1018 X 1712 X 1542 X 0600 X 1518 X 0354 X 1454 X 1406 X 1500 X 2348 X 0054 X 1912 X 1706 X 1612 X 1112 X 1330 X 0724 X 1848 X 0200 X 1454 X 1548 X 0948 X 1236 X 1206 X 1312 X 0000 X 0430 X 1124 X 0942 X-9999 +USW00021504197411PSUN 35 X 28 X 41 X 22 X 22 X 38 X 20 X 20 X 9 X 5 X 61 X 56 X 49 X 45 X 72 X 63 X 75 X 0 X 0 X 5 X 45 X 75 X 16 X 40 X 47 X 61 X 78 X 63 X 71 X 59 X-9999 +USW00021504197411TSUN 240 X 192 X 282 X 150 X 150 X 258 X 138 X 138 X 60 X 30 X 408 X 384 X 330 X 300 X 486 X 420 X 504 X 0 X 0 X 30 X 300 X 498 X 108 X 270 X 312 X 408 X 516 X 420 X 474 X 390 X-9999 +USW00021504197411WDFG 90W X 270W X 135W X 90W X 90W X 315W X 135W X 90W X 135W X 90W X 45W X 360W X 225W X 360W X 360W X 135W X 135W X 135W X 360W X 270W X 90W X 135W X 90W X 135W X 135W X 45W X 135W X 270W X 45W X 270W X-9999 +USW00021504197411WDFM 90W X 225W X 90W X 90W X 270W X 360W X 225W X 135W X 135W X 225W X 45W X 45W X 360W X 360W X 360W X 135W X 135W X 135W X 360W X 225W X 90W X 135W X 90W X 135W X 135W X 90W X 225W X 270W X 90W X 270W X-9999 +USW00021504197411WSFG 77 X 87 X 77 X 62 X 57 X 77 X 82 X 72 X 82 X 51 X 103 X 103 X 113 X 123 X 103 X 144 X 93 X 113 X 129 X 103 X 93 X 103 X 62 X 103 X 87 X 62 X 57 X 51 X 67 X 57 X-9999 +USW00021504197411WSFM 49 X 58 X 54 X 40 X 40 X 54 X 45 X 58 X 63 X 49 X 67 X 72 X 67 X 63 X 72 X 89 X 89 X 72 X 94 X 63 X 72 X 76 X 40 X 76 X 67 X 40 X 45 X 36 X 45 X 40 X-9999 +USW00021504197411WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197411WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197412TMAX 272 0 272 0 283 0 283 0 289 0 278 0 283 0 267 0 272 0 267 0 272 0 261 0 267 0 267 0 239 0 256 0 267 0 272 0 261 0 228 0 261 0 239 0 272 0 272 0 239 0 267 0 244 0 239 0 261 0 267 0 278 0 +USW00021504197412TMIN 161 0 167 0 178 0 172 0 172 0 183 0 189 0 183 0 200 0 178 0 183 0 189 0 189 0 183 0 194 0 189 0 183 0 178 0 178 0 183 0 200 0 189 0 200 0 194 0 183 0 200 0 194 0 167 0 167 0 172 0 178 0 +USW00021504197412PRCP 0T 0 0T 0 0 0 0 0 0 0 3 0 5 0 51 0 69 0 30 0 25 0 30 0 117 0 79 0 516 0 264 0 46 0 89 0 173 0 1133 0 244 0 1006 0 122 0 114 0 229 0 112 0 257 0 46 0 66 0 10 0 43 0 +USW00021504197412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197412ACMH 20 X 60 X 50 X 60 X 30 X 70 X 50 X 60 X 60 X 70 X 60 X 80 X 90 X 80 X 100 X 90 X 80 X 80 X 60 X 100 X 100 X 100 X 70 X 80 X 100 X 100 X 90 X 70 X 50 X 50 X 50 X +USW00021504197412ACSH 20 X 50 X 40 X 50 X 30 X 90 X 60 X 60 X 40 X 70 X 50 X 80 X 90 X 70 X 100 X 90 X 80 X 70 X 50 X 100 X 100 X 100 X 70 X 80 X 100 X 90 X 90 X 70 X 50 X 40 X 40 X +USW00021504197412PGTM 1306 X 1330 X 1200 X 1224 X 1312 X 1042 X 1424 X 1518 X 2012 X 0830 X 1912 X 1324 X 1424 X 0624 X 1806 X 1236 X 1630 X 1206 X 0324 X 1900 X 0012 X 1448 X 1248 X 1224 X 2012 X 1006 X 1324 X 0042 X 1600 X 1330 X 1236 X +USW00021504197412PSUN 66 X 37 X 37 X 58 X 57 X 27 X 40 X 29 X 44 X 39 X 54 X 32 X 19 X 34 X 6 X 1 X 14 X 19 X 61 X 3 X 1 X 0 X 12 X 18 X 2 X 22 X 7 X 14 X 21 X 71 X 58 X +USW00021504197412TSUN 438 X 246 X 246 X 384 X 378 X 174 X 264 X 192 X 294 X 258 X 354 X 210 X 126 X 228 X 36 X 6 X 90 X 126 X 402 X 18 X 6 X 0 X 78 X 114 X 12 X 144 X 42 X 90 X 138 X 468 X 378 X +USW00021504197412WDFG 90W X 90W X 90W X 90W X 90W X 135W X 45W X 360W X 135W X 135W X 315W X 90W X 90W X 270W X 135W X 90W X 90W X 90W X 270W X 135W X 90W X 225W X 90W X 135W X 135W X 135W X 135W X 90W X 135W X 135W X 90W X +USW00021504197412WDFM 90W X 90W X 90W X 90W X 135W X 135W X 45W X 360W X 90W X 135W X 270W X 90W X 90W X 90W X 270W X 90W X 90W X 90W X 270W X 135W X 270W X 270W X 90W X 90W X 135W X 135W X 90W X 270W X 135W X 135W X 135W X +USW00021504197412WSFG 62 X 51 X 67 X 72 X 82 X 77 X 67 X 67 X 62 X 62 X 87 X 77 X 93 X 77 X 123 X 98 X 87 X 103 X 72 X 98 X 72 X 62 X 67 X 77 X 108 X 93 X 77 X 72 X 82 X 93 X 72 X +USW00021504197412WSFM 40 X 36 X 40 X 49 X 67 X 54 X 45 X 40 X 36 X 45 X 45 X 54 X 67 X 67 X 58 X 72 X 54 X 63 X 58 X 72 X 49 X 45 X 49 X 54 X 76 X 72 X 54 X 36 X 58 X 67 X 54 X +USW00021504197412WT16 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197501TMAX 261 0 256 0 261 0 233 0 256 0 233 0 211 0 239 0 233 0 272 0 272 0 261 0 272 0 261 0 256 0 256 0 261 0 272 0 267 0 261 0 272 0 272 0 272 0 267 0 239 0 250 0 256 0 244 0 239 0 233 0 217 0 +USW00021504197501TMIN 178 0 178 0 189 0 194 0 194 0 189 0 189 0 194 0 200 0 194 0 194 0 167 0 178 0 161 0 178 0 189 0 161 0 156 0 172 0 167 0 167 0 172 0 178 0 172 0 183 0 178 0 178 0 156 0 183 0 189 0 189 0 +USW00021504197501PRCP 10 0 84 0 163 0 345 0 188 0 269 0 1712 0 846 0 241 0 0T 0 8 0 3 0 150 0 0T 0 25 0 38 0 0T 0 0 0 89 0 0T 0 0T 0 0T 0 0T 0 18 0 155 0 3 0 0 0 28 0 109 0 206 0 295 0 +USW00021504197501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197501ACMH 60 X 70 X 90 X 100 X 90 X 100 X 100 X 100 X 100 X 90 X 90 X 70 X 90 X 20 X 70 X 90 X 30 X 20 X 50 X 50 X 20 X 30 X 60 X 60 X 90 X 90 X 60 X 90 X 90 X 100 X 100 X +USW00021504197501ACSH 70 X 60 X 90 X 100 X 90 X 100 X 100 X 100 X 100 X 80 X 90 X 90 X 90 X 20 X 70 X 80 X 20 X 30 X 80 X 70 X 20 X 40 X 60 X 60 X 100 X 90 X 30 X 90 X 90 X 100 X 100 X +USW00021504197501PGTM 1206 X 0318 X 1206 X 2118 X 1336 X 0612 X 0000 X 1554 X 1318 X 1248 X 1148 X 1206 X 1630 X 1336 X 2006 X 1318 X 1424 X 1412 X 1200 X 0954 X 1218 X 1206 X 1142 X 1736 X 1554 X 0000 X 1218 X 1236 X 1436 X 0148 X 1900 X +USW00021504197501PSUN 59 X 47 X 45 X 3 X 27 X 13 X 0 X 2 X 2 X 52 X 39 X 49 X 14 X 84 X 50 X 37 X 70 X 70 X 26 X 32 X 77 X 57 X 37 X 55 X 2 X 36 X 67 X 29 X 4 X 0 X 0 X +USW00021504197501TSUN 384 X 312 X 294 X 18 X 180 X 84 X 0 X 12 X 12 X 342 X 258 X 324 X 96 X 552 X 336 X 246 X 462 X 462 X 174 X 216 X 516 X 384 X 252 X 366 X 18 X 240 X 450 X 198 X 24 X 0 X 0 X +USW00021504197501WDFG 135W X 90W X 90W X 135W X 90W X 45W X 90W X 135W X 180W X 135W X 135W X 45W X 315W X 45W X 180W X 45W X 45W X 135W X 180W X 135W X 135W X 90W X 90W X 45W X 315W X 315W X 45W X 180W X 135W X 135W X 135W X +USW00021504197501WDFM 135W X 135W X 90W X 135W X 90W X 90W X 135W X 135W X 180W X 135W X 135W X 45W X 315W X 45W X 225W X 45W X 90W X 90W X 180W X 135W X 90W X 90W X 90W X 315W X 360W X 315W X 270W X 135W X 135W X 135W X 135W X +USW00021504197501WSFG 93 X 67 X 108 X 87 X 108 X 103 X 108 X 134 X 87 X 118 X 93 X 82 X 93 X 67 X 51 X 57 X 62 X 77 X 82 X 72 X 77 X 72 X 87 X 67 X 87 X 82 X 62 X 98 X 108 X 113 X 113 X +USW00021504197501WSFM 76 X 49 X 76 X 58 X 76 X 63 X 76 X 98 X 58 X 80 X 72 X 58 X 67 X 49 X 31 X 36 X 36 X 54 X 63 X 54 X 45 X 45 X 67 X 45 X 63 X 54 X 40 X 67 X 80 X 80 X 76 X +USW00021504197501WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197501WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00021504197502TMAX 272 0 311 0 300 0 261 0 244 0 250 0 256 0 267 0 250 0 261 0 228 0 256 0 239 0 250 0 267 0 267 0 228 0 261 0 256 0 256 0 272 0 267 0 256 0 256 0 261 0 272 0 261 0 267 0-9999 -9999 -9999 +USW00021504197502TMIN 194 0 172 0 183 0 200 0 189 0 172 0 183 0 172 0 189 0 194 0 194 0 183 0 194 0 189 0 172 0 172 0 189 0 189 0 172 0 161 0 156 0 167 0 172 0 200 0 194 0 178 0 194 0 189 0-9999 -9999 -9999 +USW00021504197502PRCP 13 0 0T 0 8 0 15 0 53 0 5 0 0 0 0T 0 58 0 107 0 218 0 51 0 495 0 48 0 36 0 38 0 765 0 119 0 102 0 10 0 0 0 0T 0 43 0 0 0 18 0 79 0 48 0 28 0-9999 -9999 -9999 +USW00021504197502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197502ACMH 100 X 50 X 70 X 90 X 100 X 100 X 90 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 80 X 100 X 90 X 80 X 40 X 50 X 40 X 60 X 30 X 50 X 70 X 70 X 80 X-9999 -9999 -9999 +USW00021504197502ACSH 100 X 50 X 90 X 80 X 100 X 100 X 90 X 50 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 90 X 100 X 70 X 70 X 50 X 40 X 30 X 50 X 10 X 30 X 50 X 60 X 70 X-9999 -9999 -9999 +USW00021504197502PGTM 0036 X 1542 X 1412 X 1400 X 2006 X 1542 X 1006 X 1306 X 1200 X 0924 X 1530 X 0730 X 1930 X 2106 X 1548 X 1500 X 0036 X 2230 X 1130 X 1036 X 1412 X 2124 X 1424 X 0112 X 1324 X 1100 X 1254 X 1236 X-9999 -9999 -9999 +USW00021504197502PSUN 52 X 59 X 27 X 39 X 32 X 28 X 50 X 51 X 12 X 18 X 0 X 17 X 2 X 6 X 32 X 44 X 0 X 44 X 34 X 36 X 54 X 74 X 84 X 84 X 79 X 59 X 48 X 66 X-9999 -9999 -9999 +USW00021504197502TSUN 354 X 402 X 180 X 270 X 216 X 186 X 342 X 348 X 78 X 126 X 0 X 114 X 12 X 42 X 222 X 300 X 0 X 306 X 240 X 252 X 378 X 516 X 588 X 588 X 552 X 414 X 342 X 468 X-9999 -9999 -9999 +USW00021504197502WDFG 135W X 180W X 315W X 315W X 315W X 45W X 360W X 90W X 135W X 315W X 315W X 270W X 270W X 135W X 90W X 90W X 90W X 270W X 90W X 90W X 90W X 360W X 360W X 315W X 45W X 315W X 90W X 90W X-9999 -9999 -9999 +USW00021504197502WDFM 135W X 180W X 315W X 315W X 315W X 45W X 45W X 90W X 180W X 360W X 315W X 180W X 270W X 270W X 90W X 90W X 90W X 270W X 90W X 90W X 90W X 360W X 360W X 315W X 45W X 45W X 90W X 90W X-9999 -9999 -9999 +USW00021504197502WSFG 149 X 98 X 108 X 82 X 98 X 62 X 62 X 72 X 67 X 67 X 77 X 41 X 57 X 57 X 87 X 57 X 98 X 82 X 103 X 77 X 72 X 113 X 113 X 108 X 67 X 93 X 98 X 87 X-9999 -9999 -9999 +USW00021504197502WSFM 116 X 72 X 76 X 54 X 67 X 36 X 36 X 54 X 45 X 36 X 49 X 27 X 45 X 36 X 67 X 45 X 58 X 58 X 58 X 63 X 54 X 76 X 67 X 67 X 40 X 49 X 58 X 58 X-9999 -9999 -9999 +USW00021504197502WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504197503TMAX 256 0 256 0 233 0 250 0 239 0 256 0 256 0 256 0 250 0 256 0 256 0 250 0 222 0 244 0 250 0 239 0 244 0 256 0 261 0 261 0 267 0 244 0 267 0 272 0 261 0 256 0 267 0 289 0 289 0 261 0 278 0 +USW00021504197503TMIN 178 0 156 0 178 0 183 0 183 0 178 0 161 0 167 0 178 0 178 0 172 0 194 0 189 0 189 0 183 0 189 0 183 0 189 0 189 0 178 0 161 0 183 0 183 0 183 0 172 0 183 0 172 0 161 0 167 0 189 0 189 0 +USW00021504197503PRCP 25 0 0T 0 43 0 30 0 94 0 10 0 10 0 23 0 43 0 84 0 130 0 635 0 345 0 160 0 137 0 117 0 140 0 30 0 3 0 64 0 0T 0 69 0 48 0 25 0 13 0 69 0 5 0 0 0 8 0 279 0 3 0 +USW00021504197503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197503ACMH 70 X 40 X 90 X 100 X 100 X 80 X 80 X 70 X 90 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 80 X 60 X 90 X 80 X 80 X 80 X 70 X 70 X 40 X 60 X 90 X 60 X +USW00021504197503ACSH 60 X 30 X 100 X 100 X 100 X 80 X 90 X 70 X 90 X 90 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 70 X 60 X 90 X 80 X 80 X 100 X 70 X 90 X 30 X 50 X 90 X 50 X +USW00021504197503PGTM 0336 X 1624 X 1442 X 1006 X 1154 X 1524 X 1330 X 1206 X 1400 X 1212 X 1524 X 1330 X 1736 X 0012 X 0336 X 1630 X 1024 X 1736 X 1124 X 1248 X 1542 X 1248 X 1248 X 1212 X 1136 X 1612 X 1200 X 1348 X 1418 X 1454 X 1318 X +USW00021504197503PSUN 50 X 89 X 14 X 38 X 18 X 57 X 37 X 32 X 45 X 25 X 33 X 5 X 1 X 14 X 22 X 5 X 18 X 47 X 75 X 43 X 56 X 9 X 48 X 53 X 27 X 13 X 9 X 78 X 59 X 12 X 56 X +USW00021504197503TSUN 354 X 630 X 102 X 270 X 126 X 408 X 264 X 228 X 324 X 180 X 240 X 36 X 6 X 102 X 156 X 36 X 132 X 342 X 546 X 318 X 408 X 60 X 354 X 384 X 198 X 102 X 66 X 570 X 432 X 90 X 414 X +USW00021504197503WDFG 45W X 360W X 315W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 135W X 90W X 135W X 135W X 135W X 45W X 45W X 45W X 135W X 90W X 135W X 135W X 90W X 135W X 135W X 135W X 135W X 135W X 135W X +USW00021504197503WDFM 45W X 45W X 315W X 45W X 90W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X 270W X 90W X 90W X 135W X 90W X 45W X 45W X 90W X 135W X 270W X 135W X 135W X 135W X 135W X 135W X 135W X 135W X 135W X 90W X +USW00021504197503WSFG 82 X 72 X 77 X 72 X 77 X 62 X 93 X 72 X 87 X 67 X 82 X 82 X 82 X 77 X 87 X 87 X 67 X 87 X 77 X 98 X 93 X 77 X 103 X 113 X 98 X 82 X 82 X 118 X 118 X 118 X 123 X +USW00021504197503WSFM 49 X 45 X 54 X 45 X 54 X 40 X 76 X 49 X 67 X 49 X 67 X 54 X 49 X 54 X 63 X 72 X 49 X 63 X 49 X 45 X 72 X 58 X 76 X 89 X 76 X 63 X 63 X 89 X 94 X 94 X 89 X +USW00021504197503WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00021504197504TMAX 289 0 261 0 256 0 261 0 244 0 244 0 267 0 267 0 267 0 278 0 272 0 283 0 283 0 267 0 250 0 272 0 272 0 250 0 256 0 244 0 256 0 250 0 244 0 244 0 239 0 272 0 272 0 278 0 272 0 256 0-9999 +USW00021504197504TMIN 178 0 189 0 178 0 183 0 189 0 183 0 183 0 189 0 183 0 172 0 178 0 178 0 189 0 189 0 189 0 183 0 189 0 189 0 189 0 194 0 194 0 172 0 183 0 189 0 189 0 194 0 189 0 206 0 200 0 194 0-9999 +USW00021504197504PRCP 10 0 79 0 269 0 145 0 213 0 292 0 152 0 5 0 15 0 8 0 33 0 107 0 43 0 64 0 48 0 23 0 145 0 71 0 160 0 76 0 81 0 76 0 56 0 64 0 58 0 58 0 25 0 20 0 191 0 10 0-9999 +USW00021504197504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197504ACMH 90 X 100 X 100 X 90 X 100 X 90 X 90 X 50 X 50 X 50 X 60 X 40 X 50 X 80 X 90 X 100 X 100 X 90 X 100 X 100 X 90 X 100 X 90 X 100 X 100 X 90 X 90 X 100 X 100 X 90 X-9999 +USW00021504197504ACSH 90 X 100 X 100 X 80 X 100 X 90 X 90 X 30 X 30 X 30 X 80 X 30 X 40 X 70 X 90 X 100 X 100 X 80 X 100 X 90 X 80 X 100 X 90 X 100 X 100 X 100 X 80 X 90 X 100 X 100 X-9999 +USW00021504197504PGTM 1342 X 1042 X 1112 X 1518 X 1312 X 1148 X 1224 X 1336 X 1400 X 1406 X 1424 X 1306 X 1312 X 0500 X 1454 X 1336 X 1818 X 1036 X 1700 X 0900 X 1542 X 1718 X 1912 X 1212 X 1106 X 1318 X 1200 X 1436 X 1200 X 1300 X-9999 +USW00021504197504PSUN 60 X 13 X 42 X 40 X 11 X 16 X 31 X 73 X 78 X 73 X 14 X 73 X 69 X 46 X 21 X 26 X 40 X 33 X 28 X 15 X 15 X 9 X 50 X 17 X 2 X 17 X 33 X 11 X 10 X 13 X-9999 +USW00021504197504TSUN 444 X 96 X 312 X 294 X 84 X 126 X 234 X 546 X 582 X 546 X 108 X 546 X 516 X 348 X 156 X 198 X 300 X 252 X 216 X 114 X 120 X 72 X 384 X 132 X 18 X 132 X 252 X 84 X 72 X 102 X-9999 +USW00021504197504WDFG 135W X 135W X 135W X 90W X 135W X 90W X 180W X 45W X 45W X 90W X 90W X 90W X 90W X 225W X 45W X 45W X 90W X 135W X 45W X 45W X 90W X 360W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X-9999 +USW00021504197504WDFM 135W X 135W X 135W X 270W X 90W X 45W X 90W X 45W X 225W X 90W X 90W X 90W X 90W X 225W X 90W X 45W X 90W X 45W X 45W X 45W X 45W X 270W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X-9999 +USW00021504197504WSFG 98 X 87 X 103 X 72 X 98 X 82 X 77 X 67 X 67 X 103 X 108 X 113 X 98 X 67 X 98 X 77 X 77 X 82 X 87 X 82 X 82 X 57 X 72 X 77 X 82 X 72 X 82 X 72 X 93 X 72 X-9999 +USW00021504197504WSFM 76 X 63 X 76 X 58 X 67 X 58 X 63 X 45 X 49 X 76 X 76 X 89 X 72 X 49 X 76 X 63 X 54 X 49 X 54 X 49 X 54 X 40 X 54 X 49 X 67 X 58 X 54 X 49 X 67 X 45 X-9999 +USW00021504197504WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197505TMAX 278 0 272 0 267 0 239 0 261 0 250 0 250 0 250 0 267 0 272 0 283 0 267 0 272 0 261 0 283 0 289 0 289 0 272 0 283 0 272 0 278 0 289 0 289 0 289 0 278 0 278 0 283 0 294 0 289 0 283 0 278 0 +USW00021504197505TMIN 189 0 183 0 183 0 183 0 178 0 178 0 167 0 178 0 167 0 167 0 172 0 183 0 172 0 167 0 172 0 194 0 194 0 194 0 200 0 194 0 194 0 183 0 167 0 172 0 178 0 194 0 183 0 172 0 189 0 189 0 189 0 +USW00021504197505PRCP 91 0 36 0 23 0 81 0 58 0 94 0 33 0 46 0 10 0 0T 0 0T 0 51 0 3 0 23 0 13 0 10 0 23 0 53 0 0T 0 43 0 10 0 0T 0 0 0 5 0 23 0 8 0 10 0 0T 0 0 0 3 0 15 0 +USW00021504197505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197505ACMH 90 X 80 X 80 X 100 X 100 X 90 X 90 X 90 X 70 X 40 X 70 X 60 X 50 X 70 X 60 X 80 X 90 X 90 X 90 X 90 X 100 X 40 X 20 X 40 X 80 X 80 X 70 X 60 X 70 X 60 X 80 X +USW00021504197505ACSH 90 X 80 X 80 X 90 X 100 X 100 X 90 X 90 X 60 X 40 X 60 X 40 X 30 X 80 X 60 X 70 X 80 X 100 X 90 X 80 X 100 X 30 X 10 X 50 X 90 X 70 X 70 X 40 X 50 X 50 X 80 X +USW00021504197505PGTM 1306 X 1512 X 1418 X 1642 X 1318 X 1248 X 1418 X 1412 X 1512 X 1106 X 1400 X 1206 X 1148 X 0900 X 1300 X 1554 X 1048 X 1148 X 1506 X 1148 X 1248 X 1212 X 1324 X 1448 X 1500 X 1154 X 1400 X 1130 X 1206 X 1442 X 0836 X +USW00021504197505PSUN 50 X 41 X 40 X 8 X 18 X 9 X 25 X 28 X 58 X 70 X 59 X 77 X 83 X 39 X 63 X 55 X 63 X 28 X 51 X 42 X 14 X 78 X 85 X 87 X 57 X 45 X 51 X 85 X 51 X 76 X 43 X +USW00021504197505TSUN 384 X 318 X 312 X 60 X 144 X 72 X 192 X 216 X 450 X 546 X 462 X 600 X 654 X 306 X 498 X 426 X 498 X 216 X 402 X 330 X 108 X 612 X 672 X 690 X 456 X 360 X 408 X 672 X 408 X 606 X 342 X +USW00021504197505WDFG 90W X 90W X 45W X 90W X 45W X 45W X 90W X 45W X 360W X 45W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 45W X 45W X +USW00021504197505WDFM 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 360W X 45W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 45W X 45W X +USW00021504197505WSFG 98 X 93 X 93 X 77 X 108 X 82 X 103 X 77 X 67 X 67 X 93 X 77 X 77 X 93 X 98 X 98 X 93 X 77 X 82 X 77 X 98 X 98 X 103 X 87 X 77 X 77 X 82 X 93 X 72 X 77 X 72 X +USW00021504197505WSFM 67 X 72 X 63 X 58 X 85 X 54 X 67 X 58 X 45 X 49 X 72 X 49 X 45 X 72 X 67 X 72 X 72 X 54 X 54 X 49 X 67 X 72 X 72 X 67 X 58 X 54 X 54 X 72 X 49 X 45 X 49 X +USW00021504197505WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X +USW00021504197506TMAX 278 0 294 0 272 0 272 0 267 0 272 0 272 0 272 0 278 0 272 0 283 0 261 0 278 0 261 0 267 0 272 0 294 0 272 0 289 0 283 0 294 0 300 0 278 0 272 0 278 0 272 0 283 0 283 0 272 0 272 0-9999 +USW00021504197506TMIN 183 0 194 0 189 0 194 0 200 0 194 0 178 0 183 0 189 0 194 0 194 0 194 0 194 0 189 0 194 0 200 0 189 0 194 0 200 0 194 0 183 0 206 0 206 0 206 0 200 0 189 0 183 0 189 0 200 0 200 0-9999 +USW00021504197506PRCP 8 0 0 0 13 0 142 0 25 0 10 0 30 0 5 0 15 0 43 0 13 0 117 0 30 0 33 0 13 0 33 0 3 0 142 0 0 0 33 0 3 0 13 0 3 0 33 0 81 0 15 0 0T 0 71 0 132 0 8 0-9999 +USW00021504197506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197506ACMH 70 X 80 X 80 X 80 X 90 X 90 X 80 X 80 X 70 X 80 X 80 X 100 X 90 X 100 X 100 X 80 X 80 X 80 X 70 X 100 X 90 X 80 X 90 X 100 X 70 X 70 X 40 X 50 X 80 X 80 X-9999 +USW00021504197506ACSH 80 X 90 X 80 X 80 X 90 X 80 X 70 X 80 X 80 X 80 X 80 X 100 X 80 X 90 X 90 X 80 X 70 X 70 X 70 X 100 X 90 X 70 X 90 X 90 X 80 X 80 X 30 X 30 X 80 X 70 X-9999 +USW00021504197506PGTM 1442 X 1618 X 1042 X 1442 X 1142 X 1336 X 1224 X 1036 X 1400 X 1518 X 1400 X 1448 X 1418 X 2154 X 1324 X 1048 X 1412 X 1154 X 1148 X 1118 X 1142 X 1454 X 1100 X 1154 X 1906 X 1430 X 1118 X 1518 X 1418 X 1218 X-9999 +USW00021504197506PSUN 26 X 50 X 49 X 53 X 59 X 42 X 57 X 43 X 49 X 43 X 48 X 16 X 41 X 13 X 25 X 49 X 59 X 48 X 65 X 25 X 69 X 54 X 26 X 29 X 65 X 68 X 83 X 77 X 27 X 63 X-9999 +USW00021504197506TSUN 210 X 396 X 390 X 426 X 468 X 336 X 456 X 342 X 396 X 342 X 384 X 132 X 330 X 102 X 198 X 390 X 468 X 384 X 516 X 198 X 552 X 432 X 204 X 228 X 516 X 540 X 660 X 618 X 216 X 504 X-9999 +USW00021504197506WDFG 45W X 45W X 45W X 45W X 360W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 45W X-9999 +USW00021504197506WDFM 225W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 225W X 90W X 90W X 225W X 45W X 45W X 90W X 90W X 225W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 180W X 135W X 45W X-9999 +USW00021504197506WSFG 93 X 87 X 72 X 72 X 82 X 72 X 77 X 67 X 98 X 87 X 77 X 72 X 82 X 93 X 77 X 67 X 67 X 77 X 87 X 77 X 82 X 98 X 77 X 62 X 62 X 72 X 67 X 67 X 67 X 77 X-9999 +USW00021504197506WSFM 54 X 63 X 49 X 45 X 63 X 54 X 54 X 54 X 72 X 67 X 54 X 49 X 67 X 58 X 58 X 54 X 54 X 54 X 54 X 72 X 63 X 76 X 63 X 36 X 45 X 49 X 40 X 54 X 54 X 63 X-9999 +USW00021504197506WT16 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197507TMAX 272 0 283 0 256 0 272 0 283 0 283 0 283 0 267 0 272 0 272 0 272 0 283 0 261 0 272 0 278 0 272 0 278 0 278 0 289 0 289 0 283 0 289 0 289 0 283 0 278 0 256 0 272 0 283 0 283 0 278 0 272 0 +USW00021504197507TMIN 200 0 183 0 200 0 206 0 200 0 206 0 200 0 200 0 189 0 178 0 189 0 194 0 200 0 211 0 206 0 206 0 189 0 217 0 189 0 189 0 206 0 200 0 194 0 194 0 194 0 189 0 189 0 200 0 211 0 211 0 211 0 +USW00021504197507PRCP 33 0 13 0 30 0 10 0 3 0 33 0 3 0 109 0 20 0 20 0 107 0 25 0 74 0 20 0 81 0 28 0 3 0 53 0 0T 0 28 0 8 0 8 0 38 0 8 0 51 0 119 0 25 0 3 0 0T 0 5 0 15 0 +USW00021504197507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197507ACMH 90 X 70 X 100 X 90 X 90 X 70 X 70 X 80 X 70 X 80 X 90 X 70 X 90 X 90 X 100 X 80 X 40 X 70 X 40 X 80 X 70 X 60 X 50 X 80 X 70 X 80 X 70 X 90 X 90 X 90 X 80 X +USW00021504197507ACSH 90 X 60 X 100 X 80 X 80 X 40 X 50 X 70 X 70 X 80 X 80 X 60 X 90 X 80 X 100 X 80 X 30 X 70 X 30 X 80 X 50 X 40 X 30 X 80 X 70 X 90 X 70 X 90 X 90 X 100 X 80 X +USW00021504197507PGTM 1330 X 1406 X 0830 X 0948 X 0618 X 1424 X 1454 X 1400 X 1218 X 1448 X 1142 X 1412 X 0318 X 1248 X 1230 X 1236 X 2330 X 0336 X 1000 X 1312 X 0918 X 1548 X 1436 X 0424 X 0524 X 0736 X 1430 X 1218 X 1154 X 1348 X 1024 X +USW00021504197507PSUN 15 X 58 X 10 X 53 X 54 X 81 X 66 X 53 X 29 X 48 X 48 X 56 X 26 X 45 X 28 X 58 X 92 X 60 X 73 X 48 X 69 X 75 X 86 X 22 X 59 X 14 X 43 X 49 X 11 X 25 X 51 X +USW00021504197507TSUN 120 X 462 X 84 X 426 X 432 X 648 X 528 X 426 X 228 X 384 X 384 X 444 X 204 X 360 X 222 X 462 X 732 X 474 X 576 X 378 X 546 X 588 X 678 X 174 X 468 X 108 X 336 X 384 X 90 X 198 X 396 X +USW00021504197507WDFG 45W X 90W X 45W X 45W X 270W X 45W X 45W X 315W X 135W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X 315W X 90W X 90W X 90W X 360W X 45W X 360W X 180W X 45W X 270W X 360W X 90W X 360W X 90W X 45W X +USW00021504197507WDFM 90W X 90W X 90W X 45W X 270W X 45W X 90W X 90W X 135W X 360W X 90W X 90W X 45W X 45W X 45W X 45W X 315W X 90W X 90W X 90W X 45W X 45W X 45W X 225W X 180W X 270W X 270W X 90W X 90W X 45W X 45W X +USW00021504197507WSFG 77 X 87 X 67 X 67 X 72 X 72 X 72 X 67 X 62 X 67 X 93 X 98 X 72 X 77 X 82 X 67 X 82 X 67 X 93 X 98 X 87 X 82 X 72 X 82 X 67 X 57 X 62 X 77 X 62 X 87 X 77 X +USW00021504197507WSFM 58 X 72 X 45 X 45 X 49 X 45 X 45 X 45 X 40 X 40 X 72 X 76 X 40 X 67 X 58 X 40 X 54 X 40 X 76 X 76 X 49 X 54 X 49 X 67 X 54 X 49 X 49 X 58 X 40 X 63 X 54 X +USW00021504197507WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197508TMAX 261 0 278 0 289 0 283 0 289 0 278 0 289 0 272 0 283 0 283 0 278 0 283 0 294 0 283 0 289 0 256 0 267 0 278 0 267 0 272 0 294 0 294 0 289 0 272 0 283 0 283 0 289 0 278 0 283 0 289 0 289 0 +USW00021504197508TMIN 206 0 200 0 211 0 211 0 211 0 211 0 211 0 194 0 206 0 211 0 211 0 206 0 211 0 211 0 211 0 206 0 206 0 200 0 206 0 200 0 206 0 200 0 211 0 194 0 194 0 200 0 200 0 194 0 189 0 206 0 206 0 +USW00021504197508PRCP 155 0 79 0 64 0 10 0 5 0 0T 0 0T 0 10 0 15 0 79 0 33 0 13 0 84 0 102 0 30 0 127 0 241 0 224 0 91 0 36 0 36 0 51 0 69 0 69 0 0T 0 66 0 15 0 28 0 71 0 241 0 23 0 +USW00021504197508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197508ACMH 90 X 80 X 90 X 90 X 80 X 80 X 80 X 90 X 100 X 80 X 90 X 60 X 90 X 90 X 90 X 90 X 90 X 90 X 100 X 80 X 50 X 70 X 70 X 70 X 70 X 70 X 90 X 60 X 80 X 60 X 60 X +USW00021504197508ACSH 90 X 80 X 90 X 80 X 80 X 80 X 80 X 100 X 100 X 70 X 90 X 50 X 90 X 80 X 90 X 90 X 100 X 90 X 100 X 80 X 50 X 60 X 60 X 60 X 70 X 50 X 80 X 50 X 70 X 40 X 50 X +USW00021504197508PGTM 1606 X 1336 X 1342 X 1254 X 1600 X 1206 X 1318 X 1906 X 1442 X 1424 X 1400 X 1436 X 2118 X 1448 X 1518 X 2036 X 1600 X 2118 X 1018 X 1824 X 1230 X 1548 X 1624 X 1542 X 1330 X 1218 X 2212 X 1324 X 1418 X 1118 X 1254 X +USW00021504197508PSUN 19 X 52 X 44 X 31 X 53 X 57 X 70 X 55 X 41 X 59 X 37 X 66 X 50 X 43 X 32 X 1 X 7 X 28 X 4 X 24 X 79 X 52 X 56 X 53 X 51 X 81 X 56 X 66 X 41 X 79 X 72 X +USW00021504197508TSUN 144 X 402 X 348 X 240 X 414 X 444 X 546 X 426 X 312 X 456 X 288 X 510 X 390 X 330 X 252 X 12 X 54 X 216 X 30 X 186 X 606 X 396 X 426 X 402 X 384 X 612 X 426 X 504 X 312 X 594 X 546 X +USW00021504197508WDFG 90W X 360W X 90W X 90W X 45W X 45W X 360W X 45W X 90W X 360W X 45W X 45W X 90W X 45W X 45W X 180W X 45W X 270W X 360W X 90W X 90W X 90W X 45W X 360W X 45W X 90W X 360W X 45W X 90W X 90W X 45W X +USW00021504197508WDFM 90W X 45W X 90W X 45W X 45W X 45W X 45W X 45W X 90W X 45W X 45W X 45W X 90W X 45W X 45W X 270W X 45W X 90W X 270W X 270W X 90W X 90W X 90W X 270W X 360W X 45W X 270W X 45W X 45W X 90W X 45W X +USW00021504197508WSFG 93 X 87 X 82 X 77 X 77 X 77 X 72 X 87 X 82 X 67 X 67 X 82 X 93 X 72 X 103 X 46 X 87 X 82 X 51 X 51 X 77 X 113 X 72 X 57 X 72 X 72 X 72 X 67 X 93 X 67 X 72 X +USW00021504197508WSFM 72 X 49 X 54 X 49 X 49 X 49 X 45 X 45 X 63 X 45 X 45 X 54 X 67 X 49 X 72 X 40 X 72 X 49 X 36 X 40 X 63 X 89 X 49 X 40 X 49 X 49 X 36 X 45 X 58 X 49 X 45 X +USW00021504197508WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197509TMAX 294 0 278 0 300 0 289 0 289 0 289 0 267 0 272 0 278 0 294 0 294 0 278 0 294 0 289 0 278 0 267 0 278 0 283 0 289 0 283 0 289 0 294 0 283 0 289 0 283 0 278 0 289 0 289 0 294 0 283 0-9999 +USW00021504197509TMIN 200 0 222 0 211 0 189 0 194 0 206 0 206 0 200 0 194 0 194 0 189 0 200 0 189 0 189 0 200 0 211 0 206 0 200 0 189 0 200 0 194 0 189 0 189 0 194 0 217 0 189 0 211 0 211 0 183 0 178 0-9999 +USW00021504197509PRCP 28 0 13 0 0T 0 0 0 0 0 0T 0 41 0 97 0 10 0 0T 0 0T 0 13 0 0T 0 0T 0 41 0 150 0 8 0 5 0 3 0 58 0 0 0 20 0 18 0 36 0 79 0 8 0 61 0 8 0 0 0 0 0-9999 +USW00021504197509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197509ACMH 50 X 100 X 60 X 30 X 60 X 70 X 90 X 90 X 90 X 60 X 60 X 70 X 30 X 70 X 90 X 90 X 70 X 50 X 40 X 60 X 70 X 60 X 70 X 90 X 80 X 70 X 90 X 50 X 30 X 50 X-9999 +USW00021504197509ACSH 30 X 100 X 50 X 20 X 50 X 50 X 90 X 90 X 90 X 70 X 60 X 100 X 30 X 90 X 80 X 100 X 60 X 20 X 30 X 30 X 70 X 50 X 70 X 90 X 70 X 60 X 80 X 40 X 40 X 40 X-9999 +USW00021504197509PGTM 1230 X 1524 X 1500 X 1254 X 1454 X 1318 X 0942 X 2130 X 1148 X 1336 X 1230 X 1636 X 1254 X 1042 X 0736 X 1200 X 1500 X 1212 X 1554 X 1312 X 1354 X 1106 X 1518 X 1400 X 1636 X 1424 X 0842 X 1336 X 1206 X 1206 X-9999 +USW00021504197509PSUN 75 X 10 X 76 X 92 X 75 X 61 X 37 X 26 X 33 X 62 X 54 X 9 X 69 X 40 X 26 X 7 X 71 X 88 X 71 X 76 X 63 X 70 X 41 X 65 X 74 X 67 X 34 X 75 X 58 X 81 X-9999 +USW00021504197509TSUN 564 X 72 X 570 X 684 X 558 X 450 X 276 X 192 X 246 X 456 X 396 X 66 X 510 X 300 X 186 X 54 X 522 X 642 X 516 X 552 X 462 X 510 X 300 X 474 X 534 X 480 X 246 X 546 X 420 X 582 X-9999 +USW00021504197509WDFG 90W X 135W X 90W X 45W X 90W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 360W X 90W X 90W X 90W X 90W X 90W X 360W X 90W X 90W X 90W X 45W X 360W X 90W X 135W X 90W X 135W X 45W X-9999 +USW00021504197509WDFM 270W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 45W X 360W X 90W X 90W X 90W X 90W X 360W X 90W X 90W X 90W X 90W X 360W X-9999 +USW00021504197509WSFG 87 X 93 X 87 X 72 X 77 X 72 X 98 X 93 X 87 X 87 X 77 X 82 X 77 X 67 X 77 X 82 X 67 X 72 X 62 X 62 X 72 X 93 X 113 X 62 X 57 X 57 X 87 X 82 X 87 X 67 X-9999 +USW00021504197509WSFM 54 X 72 X 58 X 49 X 45 X 45 X 67 X 72 X 72 X 54 X 54 X 63 X 49 X 49 X 63 X 58 X 36 X 45 X 36 X 36 X 49 X 76 X 80 X 45 X 36 X 45 X 63 X 63 X 63 X 40 X-9999 +USW00021504197509WT16 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504197510TMAX 283 0 294 0 272 0 278 0 283 0 278 0 283 0 267 0 278 0 283 0 272 0 261 0 267 0 278 0 272 0 261 0 283 0 272 0 272 0 272 0 278 0 278 0 283 0 278 0 272 0 272 0 267 0 267 0 272 0 283 0 267 0 +USW00021504197510TMIN 183 0 194 0 206 0 206 0 200 0 206 0 211 0 200 0 206 0 194 0 200 0 200 0 194 0 194 0 211 0 194 0 206 0 200 0 194 0 200 0 189 0 183 0 211 0 211 0 200 0 200 0 194 0 200 0 189 0 189 0 194 0 +USW00021504197510PRCP 0T 0 43 0 33 0 102 0 30 0 145 0 183 0 130 0 122 0 0T 0 3 0 13 0 43 0 38 0 97 0 97 0 79 0 180 0 251 0 46 0 0 0 0T 0 130 0 163 0 10 0 56 0 25 0 81 0 13 0 114 0 30 0 +USW00021504197510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197510ACMH 70 X 70 X 80 X 80 X 60 X 90 X 90 X 90 X 80 X 100 X 100 X 100 X 100 X 100 X 90 X 90 X 80 X 90 X 90 X 80 X 60 X 100 X 100 X 100 X 80 X 90 X 70 X 90 X 60 X 80 X 90 X +USW00021504197510ACSH 60 X 60 X 80 X 80 X 40 X 90 X 80 X 90 X 70 X 100 X 100 X 100 X 100 X 90 X 90 X 100 X 70 X 90 X 80 X 80 X 70 X 100 X 100 X 100 X 80 X 90 X 80 X 80 X 50 X 50 X 100 X +USW00021504197510PGTM 1054 X 1218 X 0936 X 1618 X 1130 X 0230 X 0542 X 0312 X 1212 X 1242 X 1136 X 0654 X 1348 X 1136 X 1448 X 1048 X 0930 X 1218 X 0030 X 1536 X 1242 X 1606 X 1224 X 1230 X 1200 X 1348 X 1324 X 1330 X 1142 X 1224 X 1406 X +USW00021504197510PSUN 90 X 59 X 30 X 46 X 75 X 38 X 38 X 12 X 52 X 33 X 20 X 4 X 4 X 15 X 4 X 5 X 28 X 2 X 1 X 5 X 13 X 7 X 1 X 1 X 5 X 5 X 1 X 4 X 34 X 53 X 2 X +USW00021504197510TSUN 642 X 420 X 216 X 330 X 540 X 270 X 276 X 84 X 372 X 234 X 144 X 30 X 30 X 102 X 30 X 36 X 198 X 12 X 12 X 36 X 90 X 48 X 6 X 6 X 36 X 36 X 12 X 30 X 234 X 366 X 12 X +USW00021504197510WDFG 45W X 90W X 90W X 90W X 90W X 90W X 270W X 225W X 90W X 90W X 90W X 270W X 180W X 90W X 45W X 90W X 90W X 90W X 225W X 315W X 45W X 90W X 135W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X +USW00021504197510WDFM 45W X 90W X 90W X 90W X 90W X 90W X 90W X 225W X 270W X 90W X 90W X 270W X 225W X 90W X 45W X 90W X 225W X 90W X 225W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X +USW00021504197510WSFG 62 X 82 X 72 X 67 X 72 X 82 X 82 X 57 X 51 X 82 X 72 X 41 X 46 X 77 X 67 X 67 X 77 X 93 X 82 X 57 X 62 X 57 X 87 X 93 X 103 X 67 X 62 X 67 X 57 X 77 X 67 X +USW00021504197510WSFM 45 X 54 X 49 X 49 X 49 X 63 X 58 X 49 X 40 X 58 X 54 X 36 X 40 X 58 X 40 X 45 X 58 X 67 X 58 X 40 X 45 X 45 X 63 X 72 X 80 X 49 X 45 X 45 X 40 X 58 X 49 X +USW00021504197510WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197510WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197511TMAX 283 0 283 0 272 0 278 0 283 0 272 0 267 0 272 0 267 0 278 0 272 0 267 0 267 0 272 0 278 0 244 0 272 0 272 0 244 0 267 0 267 0 267 0 289 0 228 0 272 0 278 0 294 0 256 0 261 0 267 0-9999 +USW00021504197511TMIN 200 0 200 0 194 0 183 0 172 0 183 0 189 0 200 0 206 0 189 0 200 0 194 0 183 0 189 0 189 0 200 0 194 0 178 0 189 0 206 0 189 0 167 0 167 0 200 0 211 0 189 0 206 0 200 0 189 0 189 0-9999 +USW00021504197511PRCP 10 0 0T 0 0 0 0 0 0T 0 13 0 61 0 135 0 84 0 53 0 175 0 0T 0 0T 0 3 0 3 0 185 0 15 0 0 0 267 0 800 0 38 0 5 0 0T 0 318 0 424 0 91 0 13 0 97 0 0T 0 43 0-9999 +USW00021504197511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197511ACMH 70 X 70 X 60 X 40 X 50 X 90 X 100 X 100 X 90 X 80 X 90 X 50 X 70 X 40 X 70 X 100 X 60 X 60 X 100 X 100 X 80 X 50 X 40 X 100 X 100 X 90 X 80 X 90 X 80 X 90 X-9999 +USW00021504197511ACSH 60 X 60 X 50 X 50 X 30 X 100 X 100 X 100 X 100 X 70 X 90 X 50 X 80 X 40 X 60 X 100 X 60 X 70 X 100 X 100 X 60 X 80 X 20 X 100 X 100 X 100 X 80 X 100 X 90 X 90 X-9999 +USW00021504197511PGTM 1348 X 1330 X 1624 X 1012 X 0200 X 1406 X 2048 X 1024 X 1312 X 0054 X 1648 X 1512 X 1454 X 1342 X 1300 X 2318 X 1430 X 1236 X 2112 X 1036 X 1636 X 1554 X 1206 X 0818 X 1518 X 1112 X 1500 X 1100 X 1218 X 0536 X-9999 +USW00021504197511PSUN 49 X 45 X 67 X 80 X 94 X 34 X 11 X 33 X 0 X 25 X 4 X 46 X 12 X 54 X 18 X 0 X 26 X 13 X 5 X 1 X 23 X 26 X 82 X 0 X 10 X 49 X 49 X 0 X 7 X 24 X-9999 +USW00021504197511TSUN 342 X 306 X 462 X 546 X 642 X 228 X 78 X 222 X 0 X 168 X 24 X 312 X 84 X 366 X 120 X 0 X 174 X 90 X 36 X 6 X 156 X 174 X 552 X 0 X 66 X 324 X 324 X 0 X 48 X 162 X-9999 +USW00021504197511WDFG 90W X 90W X 45W X 360W X 45W X 90W X 135W X 135W X 90W X 180W X 90W X 45W X 90W X 90W X 45W X 270W X 270W X 90W X 270W X 270W X 45W X 90W X 135W X 135W X 135W X 135W X 135W X 90W X 135W X 90W X-9999 +USW00021504197511WDFM 90W X 90W X 45W X 360W X 45W X 180W X 270W X 135W X 90W X 270W X 90W X 360W X 180W X 45W X 225W X 270W X 270W X 225W X 270W X 270W X 45W X 90W X 135W X 135W X 135W X 135W X 135W X 90W X 90W X 90W X-9999 +USW00021504197511WSFG 82 X 57 X 67 X 57 X 62 X 62 X 67 X 108 X 82 X 62 X 77 X 57 X 51 X 57 X 62 X 77 X 57 X 57 X 57 X 57 X 62 X 72 X 129 X 118 X 98 X 123 X 103 X 82 X 72 X 57 X-9999 +USW00021504197511WSFM 67 X 40 X 45 X 45 X 54 X 45 X 40 X 85 X 54 X 40 X 49 X 36 X 36 X 40 X 36 X 58 X 45 X 40 X 45 X 45 X 40 X 58 X 85 X 98 X 76 X 98 X 80 X 54 X 63 X 45 X-9999 +USW00021504197511WT16 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197512TMAX 272 0 278 0 250 0 261 0 267 0 267 0 272 0 278 0 244 0 256 0 272 0 267 0 272 0 267 0 267 0 267 0 244 0 256 0 267 0 267 0 278 0 278 0 278 0 278 0 272 0 272 0 267 0 261 0 261 0 267 0 267 0 +USW00021504197512TMIN 200 0 183 0 206 0 183 0 183 0 178 0 161 0 172 0 178 0 183 0 178 0 200 0 217 0 211 0 206 0 206 0 172 0 139 0 161 0 167 0 161 0 150 0 183 0 189 0 172 0 183 0 172 0 178 0 167 0 172 0 172 0 +USW00021504197512PRCP 51 0 902 0 432 0 38 0 0T 0 15 0 0 0 0 0 0T 0 3 0 0T 0 5 0 10 0 147 0 157 0 53 0 114 0 13 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 56 0 94 0 5 0 0T 0 56 0 +USW00021504197512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197512ACMH 40 X 70 X 100 X 70 X 70 X 70 X 50 X 40 X 60 X 90 X 70 X 100 X 100 X 100 X 90 X 90 X 70 X 60 X 20 X 10 X 0 X 20 X 50 X 80 X 50 X 40 X 70 X 60 X 70 X 90 X 90 X +USW00021504197512ACSH 30 X 70 X 100 X 80 X 70 X 80 X 40 X 30 X 80 X 90 X 90 X 100 X 100 X 100 X 80 X 80 X 80 X 60 X 10 X 10 X 0 X 10 X 50 X 70 X 60 X 30 X 60 X 60 X 60 X 90 X 100 X +USW00021504197512PGTM 1500 X 2030 X 0518 X 1242 X 1306 X 1448 X 1200 X 0948 X 1530 X 1024 X 1418 X 1154 X 1330 X 1100 X 1242 X 1606 X 0554 X 1224 X 0024 X 1506 X 1324 X 1406 X 1342 X 1518 X 1312 X 1124 X 1224 X 1406 X 1506 X 1330 X 1400 X +USW00021504197512PSUN 74 X 40 X 2 X 27 X 43 X 41 X 80 X 64 X 19 X 7 X 23 X 0 X 9 X 6 X 19 X 44 X 5 X 34 X 85 X 77 X 85 X 84 X 64 X 54 X 47 X 68 X 63 X 53 X 38 X 33 X 42 X +USW00021504197512TSUN 492 X 264 X 18 X 180 X 288 X 270 X 528 X 420 X 126 X 48 X 150 X 0 X 60 X 42 X 126 X 294 X 36 X 222 X 558 X 504 X 558 X 552 X 420 X 354 X 306 X 450 X 414 X 348 X 252 X 216 X 276 X +USW00021504197512WDFG 90W X 180W X 270W X 45W X 45W X 45W X 135W X 135W X 45W X 90W X 180W X 135W X 135W X 135W X 90W X 45W X 90W X 90W X 270W X 90W X 90W X 90W X 135W X 135W X 90W X 90W X 135W X 90W X 90W X 90W X 90W X +USW00021504197512WDFM 90W X 180W X 270W X 270W X 45W X 90W X 90W X 135W X 360W X 90W X 135W X 135W X 135W X 135W X 90W X 45W X 270W X 90W X 270W X 270W X 135W X 90W X 135W X 135W X 90W X 90W X 135W X 270W X 90W X 135W X 135W X +USW00021504197512WSFG 77 X 108 X 62 X 62 X 62 X 57 X 62 X 82 X 77 X 57 X 77 X 82 X 93 X 93 X 72 X 82 X 62 X 72 X 57 X 51 X 103 X 103 X 98 X 108 X 98 X 87 X 98 X 57 X 62 X 87 X 72 X +USW00021504197512WSFM 54 X 72 X 40 X 45 X 40 X 40 X 40 X 58 X 45 X 27 X 63 X 58 X 72 X 76 X 54 X 54 X 49 X 58 X 45 X 36 X 76 X 76 X 76 X 85 X 72 X 72 X 76 X 40 X 45 X 58 X 45 X +USW00021504197512WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197512WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197601TMAX 261 0 261 0 256 0 267 0 250 0 250 0 250 0 239 0 256 0 267 0 256 0 244 0 250 0 267 0 267 0 244 0 256 0 278 0 256 0 267 0 250 0 239 0 267 0 278 0 272 0 272 0 267 0 244 0 272 0 289 0 261 0 +USW00021504197601TMIN 178 0 183 0 189 0 172 0 206 0 200 0 206 0 183 0 172 0 167 0 156 0 183 0 189 0 178 0 167 0 172 0 178 0 156 0 167 0 156 0 178 0 178 0 167 0 183 0 172 0 178 0 161 0 178 0 183 0 167 0 183 0 +USW00021504197601PRCP 64 0 279 0 175 0 376 0 409 0 503 0 424 0 117 0 71 0 53 0 30 0 137 0 371 0 10 0 0 0 119 0 0T 0 56 0 0 0 23 0 323 0 178 0 0T 0 0 0 0 0 0 0 0 0 127 0 107 0 0 0 15 0 +USW00021504197601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197601ACMH 80 X 70 X 90 X 80 X 100 X 90 X 100 X 90 X 90 X 70 X 80 X 80 X 90 X 30 X 30 X 80 X 40 X 50 X 20 X 70 X 70 X 100 X 50 X 40 X 20 X 50 X 0 X 80 X 60 X 30 X 90 X +USW00021504197601ACSH 70 X 50 X 80 X 90 X 100 X 90 X 100 X 100 X 100 X 80 X 100 X 70 X 90 X 20 X 20 X 100 X 20 X 50 X 20 X 90 X 70 X 100 X 20 X 40 X 20 X 20 X 0 X 100 X 50 X 30 X 100 X +USW00021504197601PGTM 1230 X 1612 X 1706 X 2330 X 1218 X 2348 X 0300 X 1830 X 1324 X 1242 X 0836 X 0536 X 1700 X 1436 X 1230 X 1548 X 0242 X 1736 X 1712 X 2348 X 1448 X 1430 X 1430 X 1400 X 1324 X 1348 X-9999 1612 X 1348 X 1542 X 2354 X +USW00021504197601PSUN 33 X 36 X 32 X 25 X 13 X 11 X 1 X 12 X 18 X 53 X 27 X 55 X 25 X 77 X 76 X 5 X 71 X 49 X 83 X 23 X 30 X 7 X 73 X 76 X 77 X 67 X 93 X 8 X 72 X 79 X 20 X +USW00021504197601TSUN 216 X 240 X 210 X 168 X 84 X 72 X 6 X 78 X 120 X 354 X 180 X 360 X 168 X 516 X 504 X 36 X 474 X 324 X 558 X 156 X 198 X 42 X 492 X 510 X 522 X 450 X 630 X 54 X 486 X 534 X 132 X +USW00021504197601WDFG 180W X 90W X 135W X 135W X 135W X 135W X 180W X 90W X 90W X 90W X 270W X 90W X 90W X 135W X 45W X 315W X 315W X 360W X 360W X 360W X 135W X 90W X 135W X 90W X 135W X 135W X-9999 90W X 90W X 135W X 315W X +USW00021504197601WDFM 180W X 90W X 90W X 90W X 135W X 135W X 135W X 90W X 90W X 90W X 225W X 270W X 90W X 90W X 45W X 315W X 315W X 315W X 45W X 360W X 135W X 90W X 90W X 135W X 90W X 90W X 360W X 90W X 135W X 135W X 315W X +USW00021504197601WSFG 62 X 103 X 82 X 87 X 113 X 118 X 108 X 77 X 77 X 93 X 51 X 62 X 67 X 67 X 46 X 129 X 93 X 82 X 57 X 67 X 98 X 82 X 98 X 98 X 108 X 77 X-9999 62 X 108 X 118 X 134 X +USW00021504197601WSFM 49 X 54 X 67 X 63 X 76 X 85 X 76 X 54 X 49 X 76 X 58 X 40 X 63 X 58 X 36 X 94 X 63 X 54 X 36 X 45 X 76 X 63 X 76 X 80 X 85 X 54 X 40 X 49 X 85 X 89 X 80 X +USW00021504197601WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X +USW00021504197602TMAX 239 0 228 0 250 0 278 0 283 0 278 0 233 0 244 0 244 0 256 0 261 0 267 0 256 0 250 0 256 0 256 0 244 0 256 0 256 0 267 0 256 0 222 0 256 0 256 0 261 0 222 0 278 0 272 0 272 0-9999 -9999 +USW00021504197602TMIN 161 0 150 0 150 0 150 0 178 0 206 0 206 0 200 0 183 0 183 0 189 0 172 0 183 0 194 0 189 0 189 0 194 0 183 0 161 0 167 0 194 0 189 0 200 0 183 0 183 0 178 0 161 0 167 0 172 0-9999 -9999 +USW00021504197602PRCP 0 0 0T 0 0 0 76 0 0 0 130 0 81 0 38 0 51 0 8 0 0T 0 38 0 66 0 193 0 335 0 147 0 64 0 109 0 3 0 51 0 76 0 257 0 43 0 58 0 5 0 978 0 18 0 114 0 15 0-9999 -9999 +USW00021504197602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504197602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504197602ACMH 40 X 100 X 60 X 90 X 90 X 100 X 100 X 100 X 100 X 80 X 80 X 50 X 80 X 60 X 80 X 90 X 90 X 80 X 70 X 50 X 90 X 100 X 80 X 80 X 80 X 90 X 80 X 50 X 50 X-9999 -9999 +USW00021504197602ACSH 20 X 100 X 60 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 80 X 50 X 90 X 50 X 80 X 90 X 90 X 80 X 80 X 40 X 80 X 100 X 80 X 80 X 70 X 100 X 90 X 60 X 60 X-9999 -9999 +USW00021504197602PGTM 0012 X 0106 X 1206 X 1648 X 1200 X 1230 X 1224 X 1324 X 1200 X 1536 X 1136 X 2000 X 1506 X 1212 X 1600 X 1336 X 0930 X 1412 X 1212 X 0818 X 1430 X 2042 X 1148 X 1512 X 1418 X 0454 X 1248 X 1406 X 1342 X-9999 -9999 +USW00021504197602PSUN 77 X 3 X 43 X 27 X 49 X 27 X 0 X 14 X 4 X 21 X 34 X 69 X 34 X 56 X 28 X 25 X 6 X 31 X 29 X 74 X 64 X 16 X 35 X 25 X 35 X 2 X 71 X 58 X 50 X-9999 -9999 +USW00021504197602TSUN 516 X 24 X 288 X 186 X 336 X 180 X 0 X 96 X 24 X 144 X 234 X 474 X 240 X 390 X 192 X 174 X 42 X 216 X 204 X 516 X 444 X 108 X 246 X 174 X 246 X 12 X 498 X 408 X 348 X-9999 -9999 +USW00021504197602WDFG 315W X 225W X 360W X 135W X 180W X 135W X 135W X 135W X 135W X 135W X 135W X 45W X 45W X 90W X 90W X 90W X 90W X 135W X 135W X 180W X 45W X 90W X 90W X 90W X 90W X 270W X 135W X 45W X 90W X-9999 -9999 +USW00021504197602WDFM 315W X 180W X 360W X 135W X 135W X 135W X 135W X 135W X 135W X 135W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 135W X 135W X 270W X 45W X 90W X 90W X 135W X 90W X 270W X 90W X 360W X 90W X-9999 -9999 +USW00021504197602WSFG 144 X 57 X 67 X 129 X 149 X 144 X 98 X 113 X 113 X 108 X 93 X 82 X 67 X 98 X 149 X 123 X 108 X 108 X 87 X 62 X 72 X 93 X 123 X 113 X 98 X 77 X 108 X 62 X 98 X-9999 -9999 +USW00021504197602WSFM 89 X 36 X 40 X 98 X 112 X 116 X 72 X 89 X 80 X 85 X 76 X 58 X 45 X 67 X 116 X 76 X 80 X 76 X 67 X 45 X 45 X 63 X 89 X 85 X 76 X 67 X 85 X 40 X 76 X-9999 -9999 +USW00021504197602WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504197602WT16-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504197603TMAX 283 0 267 0 244 0 250 0 211 0 239 0 261 0 267 0 261 0 250 0 217 0 211 0 250 0 256 0 261 0 256 0 250 0 272 0 272 0 267 0 267 0 261 0 267 0 261 0 244 0 261 0 250 0 244 0 244 0 256 0 239 0 +USW00021504197603TMIN 161 0 183 0 211 0 200 0 189 0 189 0 189 0 178 0 200 0 194 0 189 0 189 0 167 0 178 0 178 0 194 0 194 0 189 0 172 0 183 0 194 0 194 0 194 0 189 0 183 0 189 0 194 0 189 0 189 0 183 0 178 0 +USW00021504197603PRCP 0T 0 234 0 333 0 551 0 102 0 919 0 160 0 429 0 279 0 185 0 97 0 234 0 3 0 0 0 0 0 119 0 361 0 33 0 23 0 64 0 86 0 79 0 287 0 66 0 51 0 279 0 168 0 343 0 112 0 117 0 638 0 +USW00021504197603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197603ACMH 70 X 90 X 100 X 100 X 100 X 100 X 70 X 80 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 60 X 90 X 90 X 100 X 100 X 100 X 100 X 90 X 100 X 90 X 90 X 80 X 90 X +USW00021504197603ACSH 70 X 90 X 100 X 100 X 100 X 100 X 50 X 90 X 90 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 50 X 50 X 90 X 90 X 100 X 100 X 100 X 100 X 80 X 100 X 100 X 100 X 80 X 100 X +USW00021504197603PGTM 1300 X 1630 X 1230 X 1512 X 1818 X 1054 X 1330 X 1424 X 1354 X 1642 X 0406 X 0724 X 1354 X 1730 X 1312 X 2354 X 0012 X 1330 X 1324 X 2042 X 1630 X 1206 X 1118 X 1630 X 1436 X 1248 X 0342 X 1324 X 2254 X 1124 X 1918 X +USW00021504197603PSUN 59 X 69 X 30 X 12 X 0 X 23 X 83 X 38 X 45 X 69 X 6 X 0 X 50 X 63 X 50 X 35 X 18 X 70 X 49 X 36 X 54 X 53 X 43 X 42 X 25 X 35 X 11 X 8 X 9 X 51 X 10 X +USW00021504197603TSUN 414 X 492 X 216 X 84 X 0 X 162 X 594 X 270 X 318 X 498 X 42 X 0 X 360 X 450 X 360 X 258 X 132 X 504 X 354 X 264 X 396 X 384 X 312 X 306 X 180 X 258 X 84 X 60 X 66 X 372 X 72 X +USW00021504197603WDFG 135W X 360W X 315W X 90W X 360W X 360W X 360W X 90W X 90W X 315W X 315W X 360W X 360W X 360W X 360W X 360W X 360W X 90W X 90W X 315W X 45W X 45W X 90W X 90W X 90W X 90W X 135W X 90W X 45W X 45W X 90W X +USW00021504197603WDFM 135W X 360W X 315W X 270W X 270W X 360W X 45W X 90W X 45W X 315W X 315W X 360W X 45W X 360W X 360W X 360W X 360W X 135W X 90W X 270W X 360W X 45W X 90W X 90W X 90W X 90W X 135W X 135W X 45W X 45W X 45W X +USW00021504197603WSFG 98 X 77 X 57 X 87 X 51 X 87 X 62 X 77 X 87 X 123 X 93 X 72 X 51 X 77 X 62 X 77 X 93 X 98 X 98 X 87 X 67 X 62 X 77 X 82 X 67 X 103 X 113 X 98 X 87 X 98 X 123 X +USW00021504197603WSFM 76 X 54 X 45 X 72 X 40 X 63 X 40 X 58 X 72 X 80 X 63 X 40 X 36 X 45 X 36 X 45 X 63 X 76 X 58 X 45 X 40 X 40 X 49 X 63 X 49 X 72 X 76 X 76 X 58 X 49 X 58 X +USW00021504197603WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197603WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197604TMAX 261 0 267 0 233 0 261 0 261 0 261 0 244 0 244 0 244 0 239 0 250 0 267 0 272 0 267 0 267 0 267 0 250 0 250 0 261 0 261 0 267 0 239 0 244 0 261 0 272 0 272 0 267 0 267 0 256 0 256 0-9999 +USW00021504197604TMIN 178 0 161 0 178 0 189 0 189 0 178 0 172 0 178 0 189 0 200 0 194 0 194 0 194 0 194 0 194 0 194 0 200 0 194 0 194 0 189 0 183 0 200 0 189 0 189 0 183 0 194 0 194 0 178 0 172 0 194 0-9999 +USW00021504197604PRCP 142 0 46 0 224 0 81 0 20 0 3 0 8 0 51 0 239 0 33 0 117 0 91 0 46 0 15 0 38 0 109 0 142 0 178 0 155 0 99 0 122 0 269 0 53 0 20 0 112 0 28 0 51 0 13 0 180 0 257 0-9999 +USW00021504197604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197604ACMH 80 X 60 X 100 X 80 X 70 X 90 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 90 X 90 X 100 X 90 X 80 X 70 X 70 X 100 X 80 X 80 X 90 X 70 X 80 X 90 X 90 X 100 X-9999 +USW00021504197604ACSH 70 X 50 X 100 X 70 X 60 X 90 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 80 X 90 X 100 X 90 X 90 X 70 X 60 X 100 X 90 X 80 X 90 X 50 X 80 X 90 X 90 X 100 X-9999 +USW00021504197604PGTM 1418 X 1130 X 1212 X 0436 X 1054 X 1212 X 1424 X 1548 X 1536 X 1042 X 1700 X 1342 X 1336 X 1406 X 1518 X 1342 X 1430 X 1354 X 1412 X 1324 X 1500 X 1742 X 1330 X 1248 X 1254 X 1206 X 0212 X 0454 X 1306 X 1906 X-9999 +USW00021504197604PSUN 83 X 56 X 6 X 58 X 62 X 68 X 36 X 6 X 4 X 5 X 17 X 35 X 53 X 30 X 28 X 38 X 5 X 14 X 35 X 35 X 57 X 12 X 33 X 64 X 29 X 85 X 71 X 79 X 40 X 42 X-9999 +USW00021504197604TSUN 612 X 414 X 48 X 426 X 462 X 504 X 270 X 48 X 36 X 36 X 126 X 264 X 402 X 228 X 210 X 294 X 42 X 102 X 264 X 264 X 432 X 90 X 252 X 486 X 228 X 654 X 552 X 606 X 306 X 324 X-9999 +USW00021504197604WDFG 45W X 45W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 135W X 90W X 135W X 90W X 90W X 90W X 45W X 315W X 45W X 45W X 135W X 90W X 90W X 270W X 45W X 315W X-9999 +USW00021504197604WDFM 45W X 90W X 90W X 45W X 90W X 45W X 45W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 315W X 45W X 90W X 135W X 90W X 270W X 45W X 45W X 180W X-9999 +USW00021504197604WSFG 93 X 82 X 82 X 77 X 103 X 72 X 77 X 77 X 72 X 93 X 93 X 108 X 98 X 103 X 98 X 98 X 72 X 93 X 98 X 113 X 77 X 77 X 93 X 87 X 82 X 72 X 77 X 67 X 87 X 77 X-9999 +USW00021504197604WSFM 63 X 58 X 58 X 49 X 76 X 45 X 40 X 63 X 54 X 63 X 63 X 80 X 76 X 76 X 76 X 76 X 49 X 63 X 76 X 54 X 54 X 45 X 58 X 49 X 63 X 49 X 54 X 40 X 54 X 54 X-9999 +USW00021504197604WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197605TMAX 250 0 250 0 244 0 267 0 256 0 272 0 272 0 256 0 267 0 278 0 261 0 261 0 267 0 278 0 272 0 272 0 272 0 272 0 267 0 261 0 256 0 267 0 261 0 244 0 261 0 267 0 261 0 261 0 261 0 250 0 256 0 +USW00021504197605TMIN 194 0 189 0 189 0 194 0 178 0 200 0 194 0 206 0 189 0 189 0 189 0 189 0 200 0 194 0 194 0 189 0 189 0 200 0 194 0 200 0 194 0 194 0 194 0 189 0 194 0 194 0 194 0 194 0 189 0 189 0 178 0 +USW00021504197605PRCP 15 0 130 0 33 0 41 0 13 0 8 0 15 0 15 0 0T 0 5 0 53 0 33 0 38 0 25 0 8 0 10 0 0 0 46 0 94 0 163 0 203 0 84 0 58 0 66 0 15 0 43 0 94 0 64 0 56 0 51 0 48 0 +USW00021504197605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197605ACMH 100 X 100 X 100 X 70 X 90 X 90 X 100 X 100 X 50 X 60 X 90 X 80 X 80 X 80 X 50 X 60 X 40 X 70 X 90 X 80 X 80 X 90 X 100 X 100 X 100 X 90 X 90 X 80 X 90 X 80 X 100 X +USW00021504197605ACSH 100 X 100 X 100 X 80 X 100 X 80 X 90 X 90 X 30 X 40 X 90 X 70 X 70 X 70 X 40 X 60 X 40 X 70 X 90 X 60 X 70 X 80 X 90 X 100 X 90 X 80 X 90 X 70 X 90 X 90 X 100 X +USW00021504197605PGTM 0500 X 2000 X 1306 X 1006 X 1248 X 1330 X 1048 X 1248 X 1230 X 0924 X 1548 X 1248 X 1300 X 1448 X 1354 X 1442 X 1412 X 1424 X 1630 X 1730 X 1312 X 1130 X 0542 X 0106 X 1224 X 1724 X 1436 X 1112 X 1248 X 1612 X 1230 X +USW00021504197605PSUN 11 X 0 X 5 X 48 X 13 X 23 X 26 X 40 X 83 X 75 X 26 X 59 X 61 X 57 X 82 X 79 X 89 X 55 X 56 X 64 X 43 X 37 X 30 X 1 X 36 X 54 X 22 X 63 X 37 X 6 X 17 X +USW00021504197605TSUN 84 X 0 X 36 X 372 X 102 X 180 X 204 X 312 X 648 X 588 X 198 X 462 X 474 X 450 X 648 X 618 X 702 X 432 X 438 X 510 X 342 X 294 X 234 X 12 X 282 X 426 X 174 X 504 X 294 X 48 X 138 X +USW00021504197605WDFG 270W X 270W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 45W X 90W X 270W X 270W X 45W X 135W X 45W X 45W X 45W X 45W X 90W X +USW00021504197605WDFM 270W X 270W X 90W X 90W X 90W X 90W X 135W X 45W X 45W X 45W X 90W X 45W X 45W X 45W X 90W X 45W X 270W X 45W X 90W X 90W X 45W X 90W X 270W X 270W X 45W X 90W X 45W X 270W X 45W X 45W X 90W X +USW00021504197605WSFG 67 X 62 X 67 X 77 X 67 X 93 X 82 X 67 X 72 X 77 X 67 X 77 X 82 X 77 X 77 X 72 X 67 X 93 X 87 X 87 X 87 X 87 X 77 X 77 X 87 X 103 X 67 X 77 X 82 X 82 X 87 X +USW00021504197605WSFM 45 X 40 X 45 X 40 X 45 X 54 X 67 X 45 X 45 X 49 X 49 X 58 X 54 X 45 X 45 X 45 X 45 X 58 X 54 X 49 X 67 X 67 X 58 X 58 X 58 X 63 X 45 X 40 X 58 X 40 X 54 X +USW00021504197605WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197606TMAX 256 0 272 0 272 0 283 0 289 0 289 0 256 0 261 0 272 0 256 0 261 0 283 0 283 0 272 0 261 0 272 0 272 0 256 0 256 0 267 0 261 0 278 0 272 0 272 0 272 0 267 0 261 0 272 0 272 0 256 0-9999 +USW00021504197606TMIN 194 0 178 0 178 0 172 0 206 0 200 0 206 0 200 0 183 0 189 0 189 0 178 0 178 0 200 0 189 0 200 0 200 0 194 0 194 0 211 0 200 0 189 0 183 0 206 0 194 0 200 0 200 0 194 0 200 0 194 0-9999 +USW00021504197606PRCP 8 0 0 0 0 0 0 0 0 0 13 0 33 0 41 0 0T 0 28 0 5 0 0T 0 0 0 20 0 64 0 18 0 18 0 61 0 64 0 15 0 25 0 18 0 15 0 33 0 15 0 38 0 71 0 36 0 43 0 74 0-9999 +USW00021504197606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197606ACMH 100 X 100 X 80 X 60 X 50 X 80 X 100 X 90 X 60 X 70 X 90 X 50 X 50 X 80 X 80 X 90 X 90 X 90 X 90 X 90 X 80 X 60 X 70 X 80 X 70 X 90 X 100 X 90 X 100 X 90 X-9999 +USW00021504197606ACSH 100 X 100 X 60 X 40 X 50 X 70 X 90 X 90 X 50 X 80 X 80 X 50 X 60 X 70 X 90 X 90 X 90 X 80 X 90 X 90 X 70 X 60 X 60 X 70 X 60 X 80 X 100 X 80 X 100 X 90 X-9999 +USW00021504197606PGTM 1406 X 1406 X 1342 X 1154 X 1348 X 1336 X 1518 X 1154 X 1324 X 1512 X 1354 X 1342 X 1354 X 1318 X 1136 X 1042 X 1212 X 1148 X 1248 X 1148 X 1630 X 1224 X 1454 X 1236 X 0836 X 1406 X 1218 X 1200 X 1054 X 1424 X-9999 +USW00021504197606PSUN 20 X 56 X 68 X 58 X 74 X 61 X 16 X 35 X 74 X 15 X 26 X 52 X 41 X 52 X 40 X 49 X 47 X 62 X 40 X 67 X 51 X 62 X 62 X 53 X 67 X 56 X 26 X 52 X 9 X 25 X-9999 +USW00021504197606TSUN 162 X 444 X 540 X 462 X 594 X 492 X 132 X 282 X 588 X 120 X 204 X 414 X 330 X 414 X 318 X 396 X 378 X 492 X 318 X 540 X 414 X 498 X 492 X 426 X 534 X 450 X 210 X 414 X 72 X 198 X-9999 +USW00021504197606WDFG 90W X 90W X 90W X 90W X 90W X 135W X 90W X 45W X 45W X 45W X 45W X 90W X 90W X 45W X 135W X 45W X 45W X 45W X 360W X 45W X 45W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 90W X 45W X-9999 +USW00021504197606WDFM 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 225W X 90W X 90W X 45W X 90W X 45W X 45W X 45W X 45W X 45W X 45W X 90W X 135W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X-9999 +USW00021504197606WSFG 67 X 87 X 87 X 82 X 113 X 108 X 77 X 72 X 67 X 72 X 72 X 87 X 93 X 93 X 82 X 87 X 103 X 67 X 62 X 77 X 72 X 82 X 98 X 72 X 67 X 67 X 77 X 67 X 62 X 67 X-9999 +USW00021504197606WSFM 45 X 63 X 67 X 63 X 89 X 85 X 58 X 54 X 40 X 54 X 40 X 58 X 72 X 67 X 58 X 54 X 76 X 40 X 40 X 54 X 45 X 58 X 76 X 54 X 45 X 45 X 54 X 49 X 49 X 54 X-9999 +USW00021504197606WT16 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197607TMAX 272 0 272 0 267 0 272 0 272 0 272 0 244 0 256 0 272 0 272 0 272 0 278 0 267 0 267 0 272 0 278 0 272 0 272 0 283 0 272 0 261 0 267 0 272 0 283 0 272 0 272 0 272 0 272 0 256 0 283 0 283 0 +USW00021504197607TMIN 200 0 200 0 200 0 194 0 206 0 206 0 211 0 206 0 211 0 200 0 189 0 211 0 206 0 194 0 194 0 189 0 189 0 189 0 178 0 206 0 217 0 200 0 206 0 217 0 217 0 200 0 206 0 200 0 194 0 206 0 200 0 +USW00021504197607PRCP 5 0 13 0 99 0 25 0 0T 0 64 0 130 0 104 0 25 0 41 0 23 0 10 0 0T 0 56 0 25 0 23 0 5 0 0T 0 30 0 64 0 140 0 36 0 41 0 193 0 74 0 56 0 33 0 8 0 28 0 36 0 3 0 +USW00021504197607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197607ACMH 80 X 70 X 80 X 70 X 80 X 80 X 90 X 100 X 80 X 60 X 60 X 90 X 90 X 60 X 70 X 80 X 40 X 40 X 60 X 80 X 100 X 80 X 90 X 80 X 80 X 80 X 60 X 80 X 90 X 80 X 60 X +USW00021504197607ACSH 70 X 60 X 80 X 60 X 70 X 70 X 90 X 100 X 70 X 60 X 60 X 80 X 90 X 40 X 80 X 80 X 20 X 30 X 40 X 80 X 100 X 80 X 80 X 70 X 80 X 80 X 50 X 80 X 100 X 70 X 70 X +USW00021504197607PGTM 1400 X 1454 X 1524 X 1548 X 1654 X 1418 X 2212 X 0754 X 0848 X 1406 X 1312 X 1036 X 1230 X 2224 X 1348 X 1106 X 1324 X 1354 X 1736 X 1548 X 1454 X 0954 X 1436 X 1136 X 1236 X 0842 X 1330 X 1330 X 2348 X 1254 X 1336 X +USW00021504197607PSUN 52 X 74 X 26 X 59 X 71 X 80 X 20 X 2 X 59 X 59 X 60 X 20 X 34 X 77 X 50 X 42 X 82 X 75 X 82 X 56 X 10 X 35 X 49 X 59 X 49 X 40 X 73 X 77 X 16 X 48 X 60 X +USW00021504197607TSUN 414 X 588 X 204 X 468 X 564 X 636 X 156 X 18 X 474 X 474 X 474 X 156 X 270 X 606 X 396 X 336 X 654 X 594 X 648 X 444 X 78 X 276 X 384 X 462 X 384 X 318 X 576 X 606 X 120 X 378 X 474 X +USW00021504197607WDFG 90W X 45W X 90W X 45W X 45W X 90W X 45W X 90W X 90W X 45W X 90W X 90W X 45W X 45W X 45W X 90W X 45W X 45W X 90W X 45W X 45W X 45W X 360W X 90W X 45W X 90W X 360W X 45W X 225W X 45W X 90W X +USW00021504197607WDFM 90W X 45W X 90W X 45W X 45W X 45W X 45W X 90W X 90W X 180W X 90W X 90W X 45W X 270W X 180W X 90W X 45W X 45W X 90W X 45W X 45W X 45W X 45W X 90W X 45W X 90W X 90W X 45W X 225W X 45W X 90W X +USW00021504197607WSFG 98 X 67 X 87 X 67 X 72 X 62 X 67 X 72 X 72 X 72 X 67 X 82 X 67 X 72 X 67 X 62 X 57 X 67 X 72 X 77 X 93 X 67 X 67 X 72 X 72 X 77 X 62 X 67 X 62 X 72 X 77 X +USW00021504197607WSFM 72 X 45 X 63 X 45 X 49 X 45 X 54 X 45 X 58 X 49 X 45 X 72 X 45 X 58 X 45 X 45 X 40 X 40 X 63 X 49 X 54 X 40 X 40 X 49 X 40 X 49 X 40 X 40 X 45 X 49 X 54 X +USW00021504197607WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197608TMAX 289 0 283 0 278 0 272 0 283 0 278 0 272 0 272 0 278 0 289 0 278 0 278 0 283 0 289 0 289 0 289 0 317 0 294 0 278 0 272 0 283 0 294 0 289 0 283 0 289 0 289 0 289 0 294 0 289 0 283 0 294 0 +USW00021504197608TMIN 211 0 228 0 200 0 200 0 211 0 222 0 217 0 200 0 194 0 211 0 211 0 211 0 217 0 217 0 200 0 189 0 206 0 200 0 200 0 211 0 189 0 200 0 189 0 189 0 206 0 194 0 211 0 211 0 217 0 200 0 222 0 +USW00021504197608PRCP 15 0 25 0 3 0 5 0 18 0 97 0 23 0 3 0 0T 0 3 0 152 0 43 0 3 0 8 0 8 0 0 0 0T 0 10 0 150 0 241 0 5 0 0T 0 18 0 38 0 5 0 18 0 180 0 163 0 66 0 5 0 0 0 +USW00021504197608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197608ACMH 90 X 80 X 70 X 80 X 90 X 90 X 70 X 60 X 90 X 80 X 90 X 90 X 90 X 90 X 90 X 60 X 50 X 50 X 100 X 90 X 40 X 50 X 70 X 50 X 70 X 60 X 70 X 80 X 80 X 90 X 80 X +USW00021504197608ACSH 100 X 70 X 60 X 90 X 90 X 80 X 50 X 40 X 100 X 70 X 90 X 70 X 90 X 70 X 80 X 50 X 60 X 70 X 100 X 90 X 30 X 50 X 100 X 40 X 60 X 60 X 50 X 70 X 80 X 90 X 90 X +USW00021504197608PGTM 1530 X 1354 X 1354 X 0948 X 1536 X 1812 X 1330 X 1524 X 1236 X 1424 X 0848 X 1154 X 1154 X 1406 X 1224 X 1512 X 1518 X 1342 X 1018 X 0912 X 1512 X 1400 X 1412 X 1406 X 1318 X 1224 X 2242 X 1254 X 1442 X 1324 X 1442 X +USW00021504197608PSUN 28 X 40 X 54 X 28 X 67 X 29 X 75 X 79 X 61 X 62 X 25 X 53 X 45 X 56 X 46 X 62 X 56 X 41 X 14 X 14 X 86 X 70 X 78 X 77 X 85 X 66 X 61 X 50 X 49 X 60 X 37 X +USW00021504197608TSUN 216 X 312 X 420 X 216 X 522 X 222 X 582 X 612 X 474 X 474 X 192 X 408 X 348 X 432 X 348 X 480 X 432 X 312 X 102 X 108 X 660 X 534 X 594 X 588 X 642 X 504 X 462 X 378 X 366 X 456 X 276 X +USW00021504197608WDFG 90W X 135W X 45W X 90W X 45W X 90W X 45W X 360W X 45W X 45W X 45W X 45W X 90W X 360W X 360W X 360W X 90W X 90W X 45W X 270W X 45W X 45W X 45W X 360W X 360W X 45W X 225W X 90W X 45W X 360W X 45W X +USW00021504197608WDFM 90W X 90W X 45W X 90W X 45W X 90W X 45W X 360W X 45W X 45W X 45W X 45W X 45W X 360W X 45W X 45W X 90W X 90W X 45W X 315W X 90W X 45W X 360W X 360W X 360W X 90W X 225W X 90W X 270W X 360W X 45W X +USW00021504197608WSFG 93 X 93 X 103 X 87 X 62 X 77 X 72 X 57 X 72 X 82 X 77 X 77 X 72 X 87 X 72 X 72 X 103 X 72 X 82 X 72 X 57 X 72 X 62 X 62 X 62 X 72 X 77 X 77 X 67 X 72 X 51 X +USW00021504197608WSFM 72 X 72 X 76 X 58 X 45 X 58 X 49 X 36 X 45 X 58 X 58 X 45 X 54 X 49 X 54 X 49 X 76 X 49 X 58 X 40 X 45 X 40 X 40 X 40 X 40 X 49 X 63 X 54 X 58 X 58 X 36 X +USW00021504197608WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197609TMAX 294 0 289 0 289 0 289 0 289 0 294 0 322 0 289 0 289 0 289 0 283 0 283 0 289 0 283 0 289 0 289 0 300 0 311 0 300 0 289 0 294 0 294 0 306 0 300 0 294 0 289 0 289 0 294 0 306 0 311 0-9999 +USW00021504197609TMIN 206 0 206 0 206 0 206 0 194 0 200 0 200 0 222 0 222 0 200 0 211 0 217 0 206 0 200 0 178 0 200 0 194 0 206 0 194 0 172 0 189 0 189 0 228 0 222 0 200 0 200 0 217 0 217 0 217 0 211 0-9999 +USW00021504197609PRCP 3 0 290 0 191 0 0T 0 10 0 5 0 41 0 191 0 51 0 18 0 3 0 18 0 13 0 25 0 0T 0 10 0 0 0 0 0 0 0 0 0 18 0 48 0 371 0 0 0 0 0 36 0 3 0 0T 0 8 0 0 0-9999 +USW00021504197609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197609ACMH 70 X 90 X 80 X 60 X 30 X 60 X 70 X 100 X 80 X 80 X 70 X 80 X 80 X 90 X 30 X 60 X 50 X 50 X 40 X 10 X 60 X 70 X 90 X 70 X 40 X 40 X 50 X 50 X 90 X 80 X-9999 +USW00021504197609ACSH 70 X 90 X 80 X 40 X 20 X 50 X 70 X 100 X 80 X 70 X 50 X 80 X 90 X 100 X 50 X 50 X 40 X 40 X 60 X 10 X 80 X 70 X 80 X 60 X 30 X 20 X 60 X 40 X 90 X 90 X-9999 +USW00021504197609PGTM 1354 X 1330 X 1436 X 1312 X 1436 X 1254 X 1512 X 1324 X 0130 X 1948 X 0912 X 1130 X 1054 X 0142 X 1148 X 1542 X 1506 X 1248 X 1436 X 1648 X 0730 X 1300 X 0112 X 1136 X 1442 X 2006 X 1500 X 1430 X 1312 X 1124 X-9999 +USW00021504197609PSUN 50 X 14 X 36 X 69 X 78 X 66 X 58 X 28 X 46 X 52 X 75 X 60 X 15 X 74 X 65 X 72 X 55 X 61 X 66 X 95 X 79 X 69 X 37 X 43 X 92 X 95 X 51 X 91 X 26 X 65 X-9999 +USW00021504197609TSUN 378 X 102 X 270 X 516 X 588 X 492 X 438 X 210 X 342 X 384 X 552 X 444 X 108 X 102 X 480 X 528 X 408 X 450 X 486 X 696 X 576 X 498 X 264 X 312 X 672 X 684 X 372 X 660 X 186 X 468 X-9999 +USW00021504197609WDFG 45W X 90W X 45W X 90W X 45W X 45W X 135W X 45W X 45W X 315W X 45W X 90W X 45W X 270W X 360W X 360W X 45W X 90W X 45W X 360W X 225W X 45W X 225W X 45W X 360W X 360W X 315W X 315W X 45W X 90W X-9999 +USW00021504197609WDFM 45W X 90W X 45W X 360W X 360W X 45W X 135W X 45W X 45W X 315W X 315W X 90W X 90W X 270W X 360W X 315W X 45W X 90W X 90W X 45W X 225W X 360W X 90W X 90W X 360W X 360W X 360W X 315W X 360W X 90W X-9999 +USW00021504197609WSFG 67 X 77 X 62 X 62 X 57 X 67 X 123 X 62 X 67 X 87 X 57 X 72 X 72 X 67 X 62 X 77 X 67 X 93 X 62 X 57 X 67 X 57 X 77 X 67 X 62 X 72 X 57 X 77 X 72 X 67 X-9999 +USW00021504197609WSFM 40 X 45 X 40 X 40 X 36 X 49 X 103 X 40 X 40 X 58 X 45 X 63 X 54 X 58 X 40 X 54 X 45 X 67 X 40 X 40 X 49 X 45 X 63 X 49 X 36 X 49 X 31 X 49 X 49 X 45 X-9999 +USW00021504197609WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504197610TMAX 311 0 328 0 311 0 306 0 311 0 306 0 256 0 278 0 289 0 267 0 294 0 283 0 283 0 283 0 283 0 261 0 283 0 289 0 294 0 289 0 294 0 261 0 294 0 272 0 278 0 289 0 272 0 283 0 283 0 261 0 283 0 +USW00021504197610TMIN 206 0 200 0 183 0 206 0 206 0 200 0 217 0 211 0 217 0 217 0 211 0 206 0 189 0 200 0 194 0 217 0 211 0 172 0 194 0 206 0 217 0 222 0 217 0 200 0 189 0 206 0 200 0 206 0 200 0 211 0 211 0 +USW00021504197610PRCP 0 0 0 0 0T 0 0T 0 3 0 0T 0 211 0 0T 0 0T 0 224 0 53 0 132 0 0T 0 23 0 109 0 145 0 10 0 5 0 10 0 94 0 1440 0 15 0 3 0 3 0 43 0 53 0 127 0 33 0 53 0 41 0 53 0 +USW00021504197610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197610ACMH 50 X 10 X 40 X 40 X 60 X 40 X 100 X 80 X 100 X 100 X 100 X 90 X 90 X 100 X 90 X 100 X 70 X 40 X 60 X 100 X 100 X 90 X 70 X 80 X 90 X 90 X 80 X 70 X 50 X 100 X 90 X +USW00021504197610ACSH 70 X 20 X 50 X 30 X 70 X 30 X 100 X 70 X 100 X 100 X 100 X 90 X 100 X 100 X 90 X 100 X 80 X 30 X 60 X 100 X 100 X 90 X 70 X 90 X 90 X 80 X 90 X 60 X 50 X 100 X 90 X +USW00021504197610PGTM 1400 X 1542 X 1212 X 1324 X 1412 X 1154 X 1136 X 1048 X 1418 X 0318 X 1624 X 0454 X 1348 X 0530 X 1412 X 1112 X 1342 X 1348 X 1306 X 1154 X 1418 X-9999 -9999 0924 X 1324 X 0448 X 1312 X 1212 X 1748 X 0230 X 1248 X +USW00021504197610PSUN 68 X 89 X 70 X 73 X 46 X 74 X 0 X 11 X 9 X 4 X 28 X 35 X 61 X 40 X 49 X-9999 26 X 77 X 36 X 11 X 0 X 8 X 89 X 22 X 8 X 35 X 25 X 47 X 60 X 1 X 21 X +USW00021504197610TSUN 492 X 636 X 498 X 522 X 330 X 528 X 0 X 84 X 66 X 30 X 198 X 246 X 432 X 282 X 348 X 6 X 186 X 534 X 252 X 78 X 6 X 60 X 618 X 156 X 54 X 246 X 174 X 318 X 414 X 6 X 144 X +USW00021504197610WDFG 45W X 90W X 90W X 90W X 90W X 360W X 315W X 45W X 45W X 225W X 90W X 270W X 360W X 270W X 45W X 90W X 45W X 45W X 90W X 90W X 180W X-9999 -9999 180W X 90W X 90W X 360W X 45W X 90W X 270W X 90W X +USW00021504197610WDFM 45W X 90W X 135W X 90W X 90W X 45W X 315W X 45W X 45W X 225W X 90W X 270W X 225W X 270W X 45W X 90W X 360W X 90W X 90W X 90W X 180W X 90W X 90W X 90W X 90W X 45W X 270W X 45W X 90W X 270W X 90W X +USW00021504197610WSFG 57 X 93 X 108 X 87 X 103 X 67 X 93 X 57 X 77 X 77 X 72 X 62 X 46 X 62 X 67 X 51 X 72 X 62 X 72 X 72 X 72 X-9999 -9999 77 X 87 X 103 X 57 X 57 X 67 X 57 X 72 X +USW00021504197610WSFM 36 X 76 X 85 X 54 X 76 X 45 X 67 X 36 X 54 X 54 X 54 X 45 X 31 X 45 X 45 X 36 X 45 X 40 X 63 X 49 X 45 X 54 X 45 X 54 X 67 X 54 X 45 X 40 X 54 X 45 X 54 X +USW00021504197610WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197610WT16-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197611TMAX 283 0 306 0 267 0 272 0 267 0 256 0 261 0 261 0 261 0 278 0 272 0 278 0 267 0 261 0 283 0 239 0 239 0 261 0 283 0 283 0 272 0 267 0 278 0 272 0 272 0 244 0 289 0 294 0 267 0 267 0-9999 +USW00021504197611TMIN 211 0 211 0 211 0 217 0 217 0 211 0 206 0 189 0 206 0 217 0 206 0 200 0 206 0 206 0 183 0 200 0 189 0 189 0 172 0 200 0 206 0 189 0 206 0 189 0 194 0 217 0 200 0 194 0 217 0 200 0-9999 +USW00021504197611PRCP 0T 0 79 0 122 0 0T 0 10 0 13 0 20 0 109 0 437 0 211 0 23 0 3 0 30 0 10 0 0 0 122 0 180 0 8 0 23 0 10 0 10 0 191 0 102 0 0 0 10 0 76 0 5 0 3 0 33 0 0 0-9999 +USW00021504197611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197611ACMH 80 X 70 X 100 X 90 X 90 X 90 X 90 X 100 X 100 X 100 X 80 X 100 X 80 X 80 X 40 X 60 X 100 X 30 X 40 X 70 X 70 X 90 X 60 X 10 X 60 X 90 X 80 X 50 X 100 X 60 X-9999 +USW00021504197611ACSH 70 X 40 X 90 X 80 X 90 X 90 X 90 X 100 X 100 X 90 X 80 X 100 X 60 X 90 X 30 X 70 X 100 X 20 X 40 X 70 X 60 X 100 X 40 X 0 X 60 X 100 X 60 X 40 X 90 X 40 X-9999 +USW00021504197611PGTM 1112 X 1418 X 0706 X 1900 X 1048 X 1418 X 0454 X 1424 X 2018 X 1306 X 1330 X 2124 X 1612 X 1112 X 0718 X 1554 X 1536 X 0042 X 1154 X 1542 X 1424 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197611PSUN 36 X 63 X 20 X 46 X 12 X 16 X 54 X 11 X 1 X 16 X 22 X 37 X 41 X 17 X 62 X 21 X 12 X 76 X 60 X 35 X 53 X 13 X 52 X 84 X 58 X 2 X 45 X 73 X 7 X 17 X-9999 +USW00021504197611TSUN 246 X 426 X 138 X 312 X 84 X 108 X 366 X 78 X 6 X 108 X 150 X 252 X 276 X 114 X 414 X 144 X 78 X 510 X 402 X 234 X 354 X 90 X 348 X 558 X 390 X 12 X 300 X 480 X 48 X 114 X-9999 +USW00021504197611WDFG 45W X 135W X 315W X 45W X 45W X 315W X 360W X 45W X 135W X 90W X 90W X 225W X 90W X 90W X 225W X 360W X 315W X 315W X 360W X 360W X 45W X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197611WDFM 45W X 135W X 45W X 45W X 360W X 315W X 45W X 90W X 270W X 90W X 90W X 360W X 90W X 90W X 90W X 315W X 315W X 315W X 315W X 360W X 270W X 90W X 90W X 315W X 360W X 360W X 360W X 360W X 45W X 360W X-9999 +USW00021504197611WSFG 62 X 72 X 98 X 62 X 98 X 118 X 87 X 87 X 72 X 87 X 82 X 51 X 57 X 72 X 72 X 139 X 113 X 98 X 98 X 72 X 57 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197611WSFM 36 X 45 X 72 X 45 X 63 X 80 X 72 X 58 X 45 X 63 X 54 X 31 X 36 X 54 X 40 X 80 X 80 X 63 X 58 X 45 X 40 X 45 X 67 X 63 X 54 X 31 X 36 X 40 X 36 X 36 X-9999 +USW00021504197611WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504197612TMAX 267 0 272 0 261 0 272 0 267 0 278 0 272 0 289 0 272 0 278 0 267 0 278 0 283 0 289 0 267 0 267 0 256 0 272 0 278 0 272 0 278 0 283 0 278 0 261 0 267 0 283 0 272 0 261 0 261 0 272 0 267 0 +USW00021504197612TMIN 200 0 183 0 183 0 178 0 189 0 189 0 206 0 211 0 217 0 211 0 194 0 178 0 211 0 200 0 178 0 200 0 200 0 167 0 161 0 167 0 189 0 172 0 172 0 178 0 172 0 172 0 178 0 178 0 178 0 167 0 172 0 +USW00021504197612PRCP 0T 0 3 0 10 0 43 0 28 0 218 0 51 0 117 0 465 0 51 0 33 0 10 0 43 0 0T 0 0T 0 206 0 64 0 0 0 0 0 79 0 28 0 0T 0 30 0 3 0 48 0 0T 0 13 0 112 0 163 0 15 0 41 0 +USW00021504197612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197612ACMH 70 X 80 X 70 X 50 X 70 X 90 X 80 X 90 X 100 X 70 X 70 X 70 X 70 X 50 X 30 X 100 X 100 X 10 X 20 X 70 X 70 X 30 X 70 X 70 X 60 X 70 X 60 X 70 X 70 X 40 X 70 X +USW00021504197612ACSH 50 X 70 X 60 X 30 X 50 X 90 X 80 X 80 X 100 X 70 X 80 X 60 X 80 X 30 X 10 X 90 X 100 X 10 X 10 X 90 X 60 X 40 X 90 X 70 X 70 X 70 X 80 X 70 X 70 X 50 X 70 X +USW00021504197612PGTM-9999 1612 X 0006 X 2248 X 1106 X 2206 X 1554 X 2248 X 0718 X 1454 X 1048 X 1412 X 1412 X 1342 X 1118 X 1012 X 1424 X 1148 X 1430 X 1600 X 1518 X 1348 X 1142 X 1354 X 1036 X 1318 X 0918 X 0436 X 2318 X 1512 X 1406 X +USW00021504197612PSUN 26 X 29 X 40 X 60 X 31 X 9 X 5 X 24 X 1 X 14 X 5 X 35 X 19 X 54 X 78 X 17 X 10 X 77 X 75 X 19 X 29 X 77 X 23 X 75 X 45 X 46 X 24 X 35 X 30 X 43 X 29 X +USW00021504197612TSUN 174 X 192 X 270 X 402 X 204 X 60 X 36 X 162 X 6 X 90 X 36 X 228 X 126 X 354 X 516 X 114 X 66 X 504 X 492 X 126 X 186 X 504 X 150 X 492 X 294 X 306 X 162 X 228 X 198 X 282 X 192 X +USW00021504197612WDFG-9999 360W X 270W X 270W X 45W X 135W X 90W X 225W X 270W X 45W X 270W X 45W X 90W X 90W X 360W X 45W X 135W X 90W X 90W X 135W X 90W X 90W X 90W X 360W X 90W X 90W X 225W X 225W X 135W X 90W X 90W X +USW00021504197612WDFM 360W X 225W X 270W X 270W X 45W X 180W X 90W X 225W X 270W X 90W X 45W X 45W X 90W X 180W X 315W X 90W X 90W X 90W X 90W X 135W X 90W X 90W X 90W X 45W X 90W X 90W X 225W X 270W X 270W X 90W X 90W X +USW00021504197612WSFG-9999 62 X 57 X 62 X 82 X 77 X 87 X 98 X 57 X 67 X 77 X 57 X 87 X 72 X 103 X 72 X 72 X 62 X 82 X 93 X 82 X 87 X 87 X 87 X 93 X 82 X 82 X 62 X 118 X 77 X 82 X +USW00021504197612WSFM 58 X 54 X 45 X 40 X 45 X 54 X 67 X 63 X 45 X 40 X 36 X 36 X 58 X 45 X 54 X 49 X 49 X 40 X 58 X 58 X 67 X 63 X 72 X 45 X 67 X 63 X 63 X 49 X 45 X 49 X 63 X +USW00021504197612WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197612WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197701TMAX 272 0 267 0 289 0 283 0 294 0 283 0 278 0 289 0 272 0 300 0 283 0 294 0 306 0 300 0 311 0 317 0 311 0 289 0 294 0 306 0 278 0 289 0 300 0 289 0 306 0 300 0 322 0 294 0 272 0 300 0 300 0 +USW00021504197701TMIN 172 0 178 0 178 0 178 0 183 0 172 0 156 0 189 0 178 0 156 0 183 0 161 0 172 0 167 0 167 0 167 0 183 0 200 0 194 0 183 0 183 0 167 0 167 0 139 0 161 0 156 0 156 0 161 0 194 0 161 0 183 0 +USW00021504197701PRCP 13 0 33 0 0T 0 41 0 3 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 152 0 0 0 0 0 +USW00021504197701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197701ACMH 60 X 70 X 40 X 70 X 30 X 30 X 30 X 70 X 50 X 20 X 40 X 40 X 10 X 0 X 10 X 20 X 70 X 80 X 60 X 30 X 40 X 10 X 0 X 0 X 20 X 20 X 10 X 50 X 80 X 40 X 40 X +USW00021504197701ACSH 50 X 70 X 30 X 80 X 20 X 50 X 20 X 80 X 40 X 20 X 50 X 40 X 0 X 10 X 10 X 10 X 50 X 70 X 40 X 20 X 40 X 10 X 10 X 0 X 10 X 10 X 10 X 50 X 90 X 50 X 30 X +USW00021504197701PGTM 1948 X 1054 X 0936 X 1054 X 1348 X 1312 X 1418 X 1148 X 1506 X 1230 X 1454 X 1206 X 1248 X 1312 X 1418 X 1400 X 1418 X 1418 X 1330 X 1200 X 0854 X 2248 X 1300 X 1248 X 1418 X 1224 X 1648 X 1742 X 1348 X 1454 X 1036 X +USW00021504197701PSUN 61 X 16 X 63 X 40 X 81 X 31 X 61 X 36 X 71 X 83 X 38 X 66 X 95 X 81 X 98 X 93 X 64 X 56 X 66 X 66 X 68 X 87 X 93 X 98 X 96 X 82 X 94 X 64 X 16 X 79 X 64 X +USW00021504197701TSUN 402 X 108 X 420 X 264 X 540 X 210 X 402 X 240 X 474 X 546 X 252 X 438 X 630 X 534 X 648 X 618 X 426 X 378 X 438 X 444 X 450 X 582 X 624 X 660 X 648 X 552 X 636 X 426 X 108 X 534 X 438 X +USW00021504197701WDFG 90W X 225W X 180W X 135W X 90W X 90W X 90W X 135W X 360W X 135W X 135W X 135W X 45W X 90W X 135W X 180W X 90W X 135W X 90W X 90W X 315W X 135W X 90W X 90W X 90W X 90W X 315W X 315W X 90W X 135W X 135W X +USW00021504197701WDFM 90W X 270W X 90W X 135W X 135W X 90W X 90W X 135W X 360W X 135W X 135W X 135W X 90W X 90W X 135W X 135W X 135W X 90W X 90W X 90W X 315W X 90W X 90W X 90W X 90W X 90W X 315W X 315W X 90W X 135W X 135W X +USW00021504197701WSFG 93 X 72 X 93 X 82 X 123 X 77 X 82 X 108 X 82 X 129 X 98 X 108 X 62 X 82 X 144 X 129 X 113 X 98 X 87 X 77 X 93 X 82 X 118 X 82 X 108 X 103 X 123 X 103 X 82 X 129 X 129 X +USW00021504197701WSFM 63 X 58 X 63 X 63 X 89 X 54 X 54 X 76 X 45 X 89 X 72 X 76 X 40 X 67 X 103 X 103 X 80 X 67 X 58 X 45 X 63 X 54 X 85 X 58 X 72 X 76 X 80 X 67 X 49 X 94 X 98 X +USW00021504197701WT16 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00021504197702TMAX 311 0 300 0 283 0 294 0 300 0 289 0 278 0 278 0 300 0 272 0 289 0 300 0 289 0 289 0 278 0 278 0 283 0 283 0 278 0 294 0 300 0 283 0 283 0 278 0 272 0 278 0 278 0 272 0-9999 -9999 -9999 +USW00021504197702TMIN 189 0 161 0 178 0 172 0 178 0 194 0 183 0 172 0 178 0 183 0 178 0 178 0 189 0 178 0 194 0 178 0 178 0 156 0 150 0 167 0 161 0 200 0 211 0 194 0 189 0 194 0 189 0 183 0-9999 -9999 -9999 +USW00021504197702PRCP 0 0 51 0 15 0 0 0 0T 0 10 0 23 0 10 0 0 0 0 0 0 0 0 0 33 0 147 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 25 0 13 0 112 0 109 0 384 0 975 0 516 0-9999 -9999 -9999 +USW00021504197702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197702ACMH 10 X 50 X 70 X 40 X 70 X 70 X 80 X 60 X 50 X 70 X 80 X 50 X 40 X 90 X 90 X 50 X 40 X 20 X 10 X 10 X 40 X 90 X 60 X 70 X 80 X 80 X 90 X 100 X-9999 -9999 -9999 +USW00021504197702ACSH 10 X 50 X 80 X 40 X 60 X 70 X 90 X 70 X 50 X 80 X 90 X 40 X 40 X 100 X 90 X 40 X 30 X 0 X 20 X 20 X 50 X 80 X 40 X 60 X 80 X 80 X 90 X 100 X-9999 -9999 -9999 +USW00021504197702PGTM 1254 X 1236 X 1224 X 1454 X 1336 X-9999 1436 X 1512 X 1406 X 1654 X 1154 X 1418 X 1312 X 1242 X 1754 X 1318 X 1148 X 1400 X 1424 X 1306 X 1300 X 1324 X 1518 X 1148 X 0818 X 1412 X 1412 X 1154 X-9999 -9999 -9999 +USW00021504197702PSUN 100 X 50 X 32 X 69 X 58 X 48 X 35 X 56 X 56 X 21 X 54 X 62 X 76 X 17 X 62 X 76 X 76 X 87 X 79 X 94 X 61 X 44 X 84 X 57 X 23 X 40 X 30 X 30 X-9999 -9999 -9999 +USW00021504197702TSUN 678 X 336 X 222 X 468 X 396 X 330 X 240 X 384 X 384 X 144 X 366 X 426 X 522 X 120 X 432 X 528 X 528 X 606 X 546 X 654 X 426 X 306 X 588 X 402 X 156 X 276 X 210 X 210 X-9999 -9999 -9999 +USW00021504197702WDFG 90W X 45W X 90W X 90W X 90W X-9999 90W X 90W X 135W X 360W X 135W X 135W X 90W X 90W X 90W X 45W X 90W X 45W X 45W X 135W X 90W X 45W X 45W X 90W X 225W X 90W X 90W X 90W X-9999 -9999 -9999 +USW00021504197702WDFM 90W X 45W X 90W X 90W X 90W X 90W X 90W X 135W X 90W X 315W X 135W X 135W X 90W X 90W X 225W X 45W X 90W X 225W X 45W X 135W X 90W X 45W X 45W X 90W X 225W X 90W X 90W X 90W X-9999 -9999 -9999 +USW00021504197702WSFG 77 X 67 X 98 X 87 X 82 X-9999 82 X 98 X 123 X 82 X 98 X 113 X 98 X 98 X 57 X 67 X 77 X 67 X 62 X 98 X 103 X 87 X 72 X 87 X 87 X 72 X 93 X 113 X-9999 -9999 -9999 +USW00021504197702WSFM 54 X 45 X 76 X 67 X 58 X 49 X 58 X 76 X 89 X 58 X 76 X 80 X 72 X 76 X 40 X 45 X 45 X 40 X 40 X 67 X 72 X 63 X 40 X 54 X 58 X 45 X 58 X 85 X-9999 -9999 -9999 +USW00021504197702WT16-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504197703TMAX 256 0 250 0 256 0 272 0 267 0 256 0 256 0 283 0 283 0 267 0 289 0 267 0 256 0 283 0 272 0 267 0 278 0 267 0 261 0 267 0 267 0 267 0 250 0 267 0 289 0 289 0 300 0 300 0 278 0 272 0 272 0 +USW00021504197703TMIN 200 0 200 0 200 0 194 0 200 0 200 0 189 0 189 0 189 0 183 0 194 0 194 0 183 0 200 0 194 0 183 0 178 0 189 0 183 0 189 0 183 0 183 0 183 0 183 0 167 0 156 0 172 0 189 0 183 0 194 0 194 0 +USW00021504197703PRCP 79 0 475 0 198 0 84 0 36 0 89 0 109 0 66 0 20 0 36 0 114 0 193 0 881 0 76 0 107 0 8 0 112 0 109 0 239 0 198 0 109 0 135 0 119 0 122 0 3 0 0T 0 0T 0 5 0 3 0 132 0 79 0 +USW00021504197703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197703ACMH 90 X 100 X 90 X 80 X 60 X 80 X 90 X 80 X 80 X 100 X 90 X 90 X 100 X 80 X 90 X 80 X 90 X 70 X 80 X 70 X 60 X 90 X 90 X 90 X 30 X 30 X 60 X 80 X 70 X 90 X 100 X +USW00021504197703ACSH 100 X 90 X 100 X 80 X 50 X 80 X 90 X 70 X 80 X 100 X 90 X 90 X 100 X 60 X 90 X 70 X 80 X 70 X 80 X 80 X 60 X 90 X 90 X 80 X 20 X 20 X 70 X 90 X 90 X 100 X 100 X +USW00021504197703PGTM 0954 X 1612 X 1224 X 1230 X 2030 X 0436 X 1248 X 1524 X 1206 X 1024 X 1406 X 2136 X 1306 X 2118 X 1312 X 1430 X 0624 X 0424 X 2230 X 1112 X 1906 X 1842 X 1118 X 1542 X 1424 X 1306 X 1012 X 1154 X 2124 X 1200 X 1148 X +USW00021504197703PSUN 40 X 25 X 31 X 48 X 52 X 30 X 22 X 41 X 38 X 5 X 17 X 14 X 0 X 52 X 11 X 11 X 40 X 38 X 20 X 32 X 62 X 26 X 35 X 34 X 73 X 81 X 60 X 16 X 36 X 5 X 1 X +USW00021504197703TSUN 288 X 180 X 222 X 342 X 372 X 216 X 162 X 294 X 270 X 36 X 120 X 96 X 0 X 372 X 84 X 84 X 288 X 276 X 150 X 234 X 450 X 186 X 252 X 246 X 534 X 594 X 444 X 120 X 264 X 42 X 6 X +USW00021504197703WDFG 90W X 90W X 135W X 90W X 360W X 45W X 360W X 45W X 90W X 135W X 45W X 135W X 135W X 90W X 90W X 90W X 135W X 45W X 270W X 90W X 45W X 315W X 90W X 45W X 135W X 90W X 135W X 180W X 135W X 135W X 135W X +USW00021504197703WDFM 90W X 90W X 90W X 90W X 360W X 360W X 45W X 45W X 135W X 135W X 45W X 270W X 135W X 90W X 135W X 90W X 90W X 45W X 90W X 45W X 45W X 45W X 90W X 45W X 225W X 90W X 90W X 135W X 135W X 135W X 135W X +USW00021504197703WSFG 103 X 123 X 144 X 98 X 118 X 108 X 87 X 113 X 129 X 108 X 103 X 93 X 123 X 113 X 87 X 108 X 103 X 108 X 93 X 123 X 139 X 93 X 108 X 98 X 87 X 118 X 139 X 139 X 82 X 139 X 87 X +USW00021504197703WSFM 76 X 72 X 103 X 67 X 63 X 49 X 49 X 72 X 76 X 76 X 67 X 49 X 80 X 76 X 54 X 67 X 63 X 63 X 67 X 76 X 67 X 49 X 76 X 58 X 54 X 76 X 98 X 89 X 58 X 103 X 63 X +USW00021504197703WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504197703WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197704TMAX 294 0 311 0 283 0 306 0 267 0 244 0 261 0 244 0 283 0 256 0 272 0 272 0 278 0 261 0 278 0 289 0 306 0 261 0 283 0 278 0 272 0 272 0 278 0 283 0 294 0 300 0 300 0 272 0 256 0 256 0-9999 +USW00021504197704TMIN 189 0 189 0 194 0 172 0 206 0 200 0 206 0 200 0 206 0 206 0 200 0 200 0 183 0 183 0 178 0 178 0 189 0 194 0 194 0 200 0 200 0 189 0 172 0 178 0 172 0 172 0 206 0 200 0 200 0 172 0-9999 +USW00021504197704PRCP 0T 0 33 0 5 0 13 0 203 0 279 0 99 0 109 0 86 0 160 0 56 0 58 0 56 0 38 0 25 0 0T 0 3 0 236 0 15 0 38 0 155 0 20 0 0T 0 8 0 0 0 15 0 3 0 389 0 599 0 66 0-9999 +USW00021504197704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197704ACMH 70 X 80 X 80 X 50 X 100 X 100 X 100 X 100 X 90 X 100 X 90 X 90 X 80 X 80 X 70 X 60 X 70 X 100 X 90 X 100 X 80 X 80 X 60 X 100 X 50 X 50 X 70 X 90 X 100 X 80 X-9999 +USW00021504197704ACSH 70 X 70 X 90 X 50 X 100 X 100 X 100 X 100 X 80 X 100 X 90 X 80 X 80 X 80 X 80 X 60 X 60 X 100 X 80 X 90 X 70 X 70 X 50 X 90 X 40 X 40 X 80 X 100 X 100 X 90 X-9999 +USW00021504197704PGTM 1318 X 1336 X 1136 X 1406 X 2012 X 1330 X 1142 X 0036 X 1218 X 1336 X 1154 X 1300 X 1554 X 1054 X 1036 X 1200 X 1548 X 1500 X 1636 X 1318 X 1524 X 1112 X 1224 X 1430 X 1254 X 1536 X 1400 X 1242 X 1848 X 1036 X-9999 +USW00021504197704PSUN 37 X 47 X 24 X 61 X 2 X 2 X 5 X 5 X 38 X 2 X 8 X 36 X 34 X 20 X 39 X 64 X 49 X 7 X 23 X 21 X 50 X 27 X 62 X 25 X 74 X 62 X 35 X 3 X 1 X 7 X-9999 +USW00021504197704TSUN 270 X 354 X 180 X 456 X 18 X 12 X 42 X 36 X 282 X 18 X 60 X 270 X 258 X 150 X 294 X 486 X 372 X 54 X 180 X 162 X 378 X 204 X 474 X 192 X 564 X 474 X 270 X 24 X 6 X 54 X-9999 +USW00021504197704WDFG 135W X 90W X 135W X 90W X 315W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 45W X 90W X 135W X 90W X 90W X 90W X 45W X 90W X 45W X 90W X 90W X 90W X 90W X 45W X 135W X 270W X-9999 +USW00021504197704WDFM 135W X 135W X 90W X 90W X 315W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 135W X 90W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 45W X 45W X 225W X-9999 +USW00021504197704WSFG 139 X 129 X 103 X 113 X 87 X 93 X 98 X 93 X 113 X 98 X 103 X 82 X 103 X 103 X 113 X 113 X 144 X 108 X 103 X 98 X 77 X 77 X 67 X 98 X 113 X 93 X 82 X 82 X 82 X 67 X-9999 +USW00021504197704WSFM 98 X 94 X 72 X 72 X 54 X 49 X 63 X 58 X 76 X 72 X 76 X 63 X 63 X 76 X 80 X 76 X 103 X 76 X 76 X 67 X 49 X 40 X 40 X 76 X 76 X 72 X 54 X 49 X 49 X 40 X-9999 +USW00021504197704WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197705TMAX 272 0 261 0 294 0 289 0 283 0 267 0 289 0 283 0 289 0 256 0 239 0 289 0 300 0 289 0 289 0 300 0 306 0 289 0 278 0 278 0 261 0 283 0 289 0 294 0 294 0 289 0 300 0 278 0 294 0 289 0 289 0 +USW00021504197705TMIN 172 0 178 0 161 0 183 0 194 0 200 0 200 0 183 0 178 0 194 0 200 0 167 0 206 0 206 0 189 0 189 0 200 0 206 0 194 0 189 0 194 0 194 0 194 0 194 0 183 0 178 0 194 0 206 0 178 0 194 0 200 0 +USW00021504197705PRCP 18 0 5 0 20 0 69 0 13 0 89 0 86 0 74 0 43 0 127 0 282 0 0T 0 13 0 0T 0 0 0 46 0 597 0 752 0 25 0 56 0 163 0 36 0 8 0 0T 0 5 0 53 0 43 0 76 0 15 0 20 0 25 0 +USW00021504197705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197705ACMH 70 X 70 X 50 X 80 X 100 X 90 X 80 X 90 X 100 X 100 X 90 X 60 X 70 X 90 X 50 X 60 X 70 X 80 X 90 X 90 X 100 X 60 X 70 X 70 X 70 X 60 X 80 X 90 X 80 X 80 X 70 X +USW00021504197705ACSH 70 X 80 X 50 X 80 X 90 X 90 X 70 X 90 X 100 X 100 X 100 X 60 X 50 X 90 X 50 X 50 X 60 X 80 X 100 X 100 X 100 X 60 X 70 X 70 X 70 X 50 X 70 X 90 X 60 X 70 X 60 X +USW00021504197705PGTM 1412 X 1042 X 1506 X 1106 X 1254 X 1718 X 1318 X 1600 X 1436 X 1318 X 1336 X 1112 X 1330 X 1448 X 1518 X 1336 X 1224 X 1048 X 1254 X 0924 X 1406 X 0636 X 1118 X 1206 X 1412 X 1130 X 1524 X 1248 X 1348 X 1424 X 1424 X +USW00021504197705PSUN 51 X 17 X 79 X 48 X 48 X 5 X 40 X 46 X 69 X 2 X 0 X 37 X 62 X 16 X 58 X 58 X 51 X 23 X 16 X 24 X 11 X 45 X 37 X 63 X 32 X 56 X 62 X 6 X 46 X 29 X 51 X +USW00021504197705TSUN 396 X 138 X 612 X 372 X 378 X 42 X 312 X 360 X 534 X 18 X 0 X 288 X 492 X 120 X 456 X 456 X 402 X 186 X 126 X 192 X 84 X 354 X 294 X 504 X 252 X 444 X 492 X 48 X 366 X 228 X 402 X +USW00021504197705WDFG 45W X 45W X 45W X 90W X 90W X 90W X 135W X 45W X 90W X 90W X 225W X 90W X 90W X 90W X 90W X 135W X 135W X 315W X 90W X 90W X 45W X 90W X 45W X 45W X 90W X 135W X 45W X 45W X 90W X 45W X 45W X +USW00021504197705WDFM 45W X 90W X 90W X 90W X 90W X 90W X 135W X 90W X 90W X 135W X 225W X 135W X 90W X 90W X 90W X 90W X 135W X 180W X 135W X 45W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X +USW00021504197705WSFG 87 X 82 X 93 X 113 X 82 X 72 X 82 X 82 X 108 X 93 X 93 X 118 X 118 X 87 X 87 X 113 X 134 X 93 X 93 X 77 X 82 X 93 X 93 X 82 X 82 X 93 X 77 X 72 X 82 X 77 X 87 X +USW00021504197705WSFM 54 X 40 X 63 X 76 X 54 X 54 X 58 X 58 X 80 X 67 X 72 X 85 X 89 X 63 X 54 X 67 X 94 X 72 X 72 X 49 X 40 X 63 X 63 X 58 X 49 X 63 X 58 X 49 X 49 X 45 X 54 X +USW00021504197705WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197706TMAX 300 0 272 0 289 0 283 0 289 0 283 0 306 0 306 0 294 0 300 0 294 0 294 0 289 0 294 0 289 0 289 0 289 0 294 0 289 0 294 0 278 0 300 0 294 0 289 0 294 0 300 0 306 0 300 0 300 0 306 0-9999 +USW00021504197706TMIN 194 0 189 0 183 0 194 0 189 0 194 0 194 0 183 0 183 0 194 0 194 0 200 0 189 0 206 0 194 0 194 0 189 0 206 0 206 0 189 0 217 0 211 0 211 0 206 0 200 0 183 0 206 0 206 0 200 0 211 0-9999 +USW00021504197706PRCP 0 0 5 0 3 0 0T 0 0T 0 10 0 5 0 18 0 5 0 0T 0 36 0 20 0 91 0 81 0 8 0 20 0 56 0 43 0 56 0 15 0 8 0 13 0 0T 0 8 0 8 0 56 0 10 0 3 0 8 0 41 0-9999 +USW00021504197706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197706ACMH 60 X 60 X 70 X 50 X 50 X 80 X 40 X 30 X 30 X 50 X 60 X 60 X 80 X 70 X 40 X 80 X 80 X 60 X 90 X 90 X 90 X 80 X 70 X 80 X 60 X 50 X 80 X 90 X 90 X 80 X-9999 +USW00021504197706ACSH 60 X 70 X 70 X 40 X 50 X 70 X 30 X 40 X 30 X 50 X 40 X 50 X 80 X 60 X 30 X 80 X 90 X 60 X 90 X 90 X 90 X 70 X 60 X 70 X 60 X 50 X 80 X 90 X 80 X 70 X-9999 +USW00021504197706PGTM 1112 X 1130 X 1230 X 1530 X 1242 X 2312 X 1254 X 1424 X 1524 X 0912 X 1336 X 1254 X 1442 X 1400 X 1518 X 1424 X 1654 X 0742 X 1500 X 1048 X 1436 X 1342 X 1248 X 1230 X 0312 X 1242 X 1300 X 1242 X 1336 X 1218 X-9999 +USW00021504197706PSUN 59 X 60 X 40 X 76 X 73 X 40 X 82 X 83 X 91 X 56 X 67 X 60 X 41 X 59 X 91 X 48 X 66 X 69 X 54 X 60 X 17 X 82 X 82 X 46 X 75 X 53 X 34 X 11 X 28 X 45 X-9999 +USW00021504197706TSUN 468 X 240 X 318 X 600 X 582 X 318 X 654 X 666 X 726 X 444 X 534 X 480 X 330 X 468 X 726 X 384 X 534 X 546 X 426 X 486 X 138 X 654 X 654 X 366 X 594 X 426 X 270 X 84 X 222 X 360 X-9999 +USW00021504197706WDFG 90W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 45W X 270W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 45W X 45W X-9999 +USW00021504197706WDFM 90W X 45W X 45W X 270W X 45W X 90W X 90W X 90W X 45W X 225W X 225W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 270W X 45W X 90W X 90W X 90W X 45W X-9999 +USW00021504197706WSFG 98 X 82 X 82 X 62 X 67 X 72 X 87 X 82 X 72 X 62 X 82 X 77 X 67 X 82 X 72 X 93 X 82 X 82 X 98 X 87 X 77 X 77 X 82 X 62 X 62 X 72 X 82 X 82 X 82 X 77 X-9999 +USW00021504197706WSFM 72 X 58 X 54 X 45 X 40 X 58 X 58 X 54 X 45 X 40 X 45 X 49 X 40 X 54 X 45 X 58 X 58 X 40 X 72 X 72 X 54 X 54 X 54 X 40 X 36 X 40 X 58 X 67 X 67 X 45 X-9999 +USW00021504197706WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197707TMAX 294 0 317 0 294 0 278 0 289 0 311 0 294 0 278 0 294 0 278 0 294 0 272 0 294 0 267 0 300 0 289 0 294 0 283 0 294 0 289 0 289 0 283 0 300 0 300 0 294 0 294 0 306 0 300 0 294 0 300 0 289 0 +USW00021504197707TMIN 211 0 200 0 211 0 206 0 194 0 206 0 211 0 211 0 206 0 200 0 206 0 217 0 217 0 200 0 200 0 206 0 222 0 217 0 211 0 211 0 211 0 206 0 189 0 200 0 211 0 206 0 194 0 228 0 217 0 211 0 217 0 +USW00021504197707PRCP 18 0 0T 0 64 0 61 0 25 0 20 0 206 0 71 0 13 0 119 0 86 0 94 0 94 0 18 0 8 0 112 0 99 0 97 0 18 0 3 0 20 0 0T 0 0 0 0T 0 58 0 13 0 74 0 150 0 18 0 41 0 18 0 +USW00021504197707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197707ACMH 80 X 80 X 100 X 80 X 100 X 70 X 90 X 90 X 80 X 100 X 80 X 100 X 80 X 90 X 80 X 90 X 100 X 90 X 80 X 100 X 90 X 70 X 40 X 70 X 90 X 90 X 80 X 100 X 100 X 70 X 90 X +USW00021504197707ACSH 80 X 80 X 90 X 80 X 100 X 70 X 80 X 100 X 70 X 100 X 80 X 100 X 70 X 100 X 70 X 100 X 100 X 90 X 70 X 90 X 80 X 70 X 30 X 60 X 80 X 90 X 80 X 90 X 100 X 60 X 90 X +USW00021504197707PGTM 1336 X 1100 X 0748 X 0942 X 0936 X 1706 X 1630 X 1224 X 1548 X 1312 X 1118 X 1454 X 1312 X 1354 X 1548 X 1454 X 1212 X 1218 X 1330 X 1330 X 1442 X 1448 X 1136 X 1700 X 2218 X 0206 X 1412 X 0530 X 1630 X 1342 X 1148 X +USW00021504197707PSUN 20 X 50 X 30 X 20 X 21 X 55 X 33 X 19 X 61 X 16 X 42 X 11 X 56 X 9 X 66 X 19 X 24 X 31 X 46 X 58 X 40 X 25 X 66 X 26 X 45 X 40 X 46 X 55 X 26 X 59 X 45 X +USW00021504197707TSUN 162 X 402 X 240 X 162 X 174 X 438 X 264 X 150 X 480 X 126 X 336 X 84 X 444 X 72 X 522 X 156 X 192 X 246 X 366 X 456 X 318 X 198 X 516 X 204 X 360 X 318 X 360 X 432 X 204 X 462 X 348 X +USW00021504197707WDFG 90W X 90W X 45W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 45W X 90W X 45W X 45W X 45W X 90W X 45W X 45W X 45W X 45W X 45W X 90W X 225W X 225W X 90W X 90W X 90W X 45W X 90W X +USW00021504197707WDFM 90W X 90W X 45W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 45W X 90W X 45W X 90W X 45W X 90W X 45W X 45W X 45W X 45W X 45W X 90W X 270W X 225W X 90W X 90W X 90W X 270W X 90W X +USW00021504197707WSFG 82 X 98 X 93 X 93 X 77 X 87 X 82 X 77 X 98 X 93 X 77 X 82 X 77 X 82 X 77 X 72 X 82 X 93 X 77 X 77 X 77 X 67 X 67 X 72 X 72 X 87 X 87 X 72 X 72 X 67 X 87 X +USW00021504197707WSFM 45 X 67 X 58 X 67 X 54 X 67 X 58 X 49 X 58 X 72 X 54 X 49 X 45 X 54 X 45 X 45 X 45 X 67 X 54 X 45 X 49 X 40 X 40 X 54 X 54 X 72 X 63 X 49 X 40 X 40 X 72 X +USW00021504197707WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197708TMAX 289 0 294 0 300 0 300 0 294 0 278 0 300 0 300 0 294 0 306 0 283 0 289 0 306 0 311 0 311 0 317 0 317 0 300 0 300 0 294 0 294 0 306 0 311 0 306 0 294 0 300 0 300 0 294 0 300 0 311 0 306 0 +USW00021504197708TMIN 217 0 206 0 222 0 194 0 222 0 228 0 228 0 206 0 200 0 200 0 206 0 228 0 233 0 194 0 206 0 206 0 222 0 217 0 206 0 217 0 200 0 211 0 211 0 211 0 206 0 211 0 200 0 233 0 200 0 194 0 228 0 +USW00021504197708PRCP 58 0 18 0 109 0 38 0 71 0 241 0 30 0 15 0 0 0 0 0 429 0 241 0 3 0 0 0 0 0 0 0 20 0 10 0 23 0 46 0 74 0 145 0 20 0 38 0 58 0 5 0 56 0 13 0 61 0 89 0 18 0 +USW00021504197708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197708ACMH 90 X 90 X 80 X 50 X 80 X 100 X 80 X 60 X 30 X 40 X 90 X 100 X 90 X 60 X 50 X 50 X 70 X 60 X 60 X 90 X 90 X 90 X 80 X 70 X 40 X 60 X 90 X 100 X 50 X 90 X 80 X +USW00021504197708ACSH 90 X 100 X 60 X 40 X 70 X 100 X 70 X 50 X 20 X 40 X 100 X 100 X 70 X 50 X 40 X 40 X 40 X 50 X 40 X 90 X 90 X 90 X 70 X 50 X 20 X 40 X 90 X 100 X 50 X 80 X 80 X +USW00021504197708PGTM 0948 X 2148 X 1500 X 1200 X 1736 X 0630 X 1348 X 1430 X 1354 X 1448 X 2236 X 1254 X 1342 X 1130 X 1212 X 1148 X 1506 X 1406 X 1724 X 0036 X 1324 X 1306 X 1518 X 2224 X 0212 X 1248 X 1600 X 1412 X 1506 X 1424 X 1312 X +USW00021504197708PSUN 14 X 7 X 46 X 77 X 50 X 3 X 41 X 61 X 87 X 78 X 20 X 2 X 52 X 67 X 73 X 66 X 69 X 60 X 63 X 12 X 25 X 27 X 42 X 68 X 78 X 78 X 23 X 3 X 56 X 30 X 37 X +USW00021504197708TSUN 108 X 54 X 360 X 594 X 390 X 24 X 318 X 474 X 672 X 606 X 156 X 18 X 396 X 516 X 558 X 504 X 528 X 456 X 486 X 90 X 192 X 204 X 318 X 516 X 594 X 594 X 174 X 18 X 420 X 222 X 276 X +USW00021504197708WDFG 180W X 45W X 45W X 45W X 360W X 360W X 90W X 45W X 45W X 360W X 90W X 135W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 225W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 45W X 45W X 90W X 45W X +USW00021504197708WDFM 180W X 45W X 45W X 45W X 360W X 90W X 45W X 45W X 45W X 225W X 90W X 135W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 225W X 90W X 225W X 90W X 45W X 45W X 45W X 90W X 45W X 45W X 90W X 45W X +USW00021504197708WSFG 67 X 57 X 72 X 67 X 72 X 87 X 77 X 67 X 67 X 62 X 93 X 118 X 98 X 82 X 87 X 103 X 93 X 77 X 82 X 77 X 72 X 77 X 82 X 87 X 67 X 67 X 72 X 72 X 72 X 87 X 77 X +USW00021504197708WSFM 40 X 36 X 40 X 45 X 45 X 63 X 49 X 40 X 40 X 45 X 58 X 85 X 72 X 49 X 58 X 72 X 63 X 54 X 58 X 54 X 54 X 49 X 54 X 45 X 40 X 40 X 49 X 49 X 49 X 63 X 49 X +USW00021504197708WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197709TMAX 300 0 294 0 294 0 300 0 294 0 300 0 289 0 317 0 311 0 294 0 311 0 322 0 300 0 306 0 317 0 278 0 272 0 294 0 278 0 300 0 306 0 300 0 294 0 289 0 283 0 294 0 306 0 306 0 306 0 300 0-9999 +USW00021504197709TMIN 206 0 217 0 194 0 194 0 211 0 194 0 217 0 211 0 222 0 217 0 217 0 200 0 222 0 222 0 206 0 222 0 217 0 194 0 200 0 200 0 194 0 211 0 217 0 206 0 206 0 200 0 194 0 200 0 200 0 206 0-9999 +USW00021504197709PRCP 15 0 18 0 36 0 0T 0 53 0 51 0 13 0 0T 0 5 0 8 0 0 0 0T 0 30 0 3 0 3 0 241 0 290 0 13 0 10 0 0T 0 0T 0 76 0 58 0 99 0 23 0 0 0 8 0 0 0 0 0 13 0-9999 +USW00021504197709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197709ACMH 60 X 70 X 70 X 60 X 90 X 90 X 100 X 80 X 70 X 90 X 90 X 50 X 90 X 70 X 70 X 100 X 100 X 50 X 90 X 60 X 40 X 80 X 90 X 80 X 90 X 70 X 70 X 70 X 60 X 70 X-9999 +USW00021504197709ACSH 40 X 80 X 60 X 40 X 90 X 90 X 100 X 90 X 80 X 100 X 100 X 40 X 70 X 50 X 70 X 100 X 100 X 40 X 100 X 50 X 40 X 90 X 70 X 70 X 100 X 70 X 60 X 60 X 40 X 50 X-9999 +USW00021504197709PGTM 1448 X 1206 X 1442 X 1354 X 0712 X 1406 X 2112 X 1524 X 1312 X 1412 X 1312 X 1506 X 1154 X 1118 X 1306 X 1218 X 0936 X 1330 X 1654 X 1318 X 1548 X 1330 X 0406 X 1948 X 0942 X 1124 X 1124 X 1230 X 1312 X 2224 X-9999 +USW00021504197709PSUN 70 X 43 X 60 X 63 X 36 X 51 X 15 X 53 X 44 X 7 X 22 X 72 X 41 X 71 X 41 X 3 X 0 X 67 X 3 X 48 X 79 X 21 X 53 X 43 X 11 X 42 X 46 X 43 X 40 X 56 X-9999 +USW00021504197709TSUN 522 X 324 X 450 X 468 X 264 X 384 X 114 X 390 X 324 X 54 X 168 X 528 X 300 X 522 X 306 X 24 X 0 X 492 X 24 X 348 X 570 X 150 X 384 X 312 X 84 X 306 X 336 X 312 X 288 X 402 X-9999 +USW00021504197709WDFG 90W X 45W X 45W X 45W X 270W X 45W X 270W X 90W X 135W X 45W X 45W X 45W X 45W X 90W X 90W X 360W X 225W X 360W X 225W X 45W X 90W X 45W X 45W X 270W X 225W X 45W X 90W X 90W X 90W X 135W X-9999 +USW00021504197709WDFM 45W X 45W X 45W X 90W X 270W X 225W X 225W X 90W X 135W X 90W X 45W X 45W X 270W X 90W X 90W X 360W X 225W X 360W X 270W X 90W X 90W X 45W X 45W X 270W X 225W X 90W X 90W X 45W X 90W X 135W X-9999 +USW00021504197709WSFG 57 X 93 X 82 X 77 X 62 X 67 X 67 X 82 X 103 X 67 X 67 X 77 X 108 X 77 X 87 X 72 X 62 X 62 X 67 X 77 X 93 X 87 X 82 X 98 X 67 X 72 X 87 X 77 X 77 X 72 X-9999 +USW00021504197709WSFM 36 X 58 X 58 X 54 X 45 X 45 X 40 X 54 X 76 X 45 X 36 X 45 X 49 X 40 X 58 X 45 X 49 X 31 X 45 X 45 X 63 X 49 X 40 X 67 X 49 X 49 X 54 X 45 X 54 X 49 X-9999 +USW00021504197709WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00021504197709WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 +USW00021504197710TMAX 278 0 283 0 306 0 289 0 294 0 294 0 289 0 300 0 306 0 311 0 322 0 311 0 311 0 294 0 300 0 283 0 283 0 289 0 294 0 289 0 278 0 289 0 289 0 283 0 289 0 261 0 294 0 278 0 283 0 272 0 261 0 +USW00021504197710TMIN 211 0 222 0 200 0 211 0 200 0 194 0 206 0 194 0 200 0 200 0 233 0 222 0 206 0 206 0 189 0 217 0 228 0 217 0 206 0 206 0 217 0 228 0 222 0 194 0 200 0 206 0 211 0 211 0 206 0 206 0 183 0 +USW00021504197710PRCP 168 0 185 0 79 0 61 0 114 0 18 0 28 0 0T 0 41 0 5 0 0T 0 61 0 0 0 0T 0 142 0 536 0 53 0 51 0 61 0 3 0 53 0 124 0 36 0 41 0 3 0 348 0 147 0 86 0 69 0 81 0 23 0 +USW00021504197710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197710ACMH 100 X 100 X 70 X 80 X 60 X 40 X 80 X 60 X 90 X 100 X 100 X 100 X 50 X 30 X 50 X 100 X 100 X 90 X 70 X 60 X 100 X 100 X 70 X 90 X 60 X 100 X 90 X 90 X 90 X 90 X 80 X +USW00021504197710ACSH 100 X 100 X 70 X 80 X 40 X 20 X 70 X 50 X 100 X 100 X 100 X 100 X 50 X 50 X 40 X 100 X 100 X 80 X 60 X 50 X 100 X 100 X 60 X 90 X 50 X 100 X 80 X 80 X 80 X 100 X 100 X +USW00021504197710PGTM 0330 X 1324 X 1424 X 1330 X 2306 X 2336 X 1430 X 1436 X 1330 X 1206 X 1300 X 1612 X 1342 X 1200 X 1754 X 1430 X 1306 X 1342 X 1000 X 1430 X 1342 X 1224 X 2142 X 1948 X 1306 X 0948 X 0036 X 1900 X 1200 X 1306 X 1030 X +USW00021504197710PSUN 1 X 3 X 56 X 43 X 74 X 82 X 29 X 47 X 56 X 49 X 15 X 9 X 67 X 57 X 56 X 7 X 8 X 33 X 32 X 66 X 6 X 12 X 40 X 34 X 41 X 0 X 84 X 36 X 19 X 1 X 0 X +USW00021504197710TSUN 12 X 24 X 396 X 312 X 534 X 588 X 204 X 330 X 396 X 348 X 108 X 66 X 474 X 402 X 396 X 54 X 60 X 228 X 222 X 462 X 42 X 84 X 282 X 234 X 288 X 0 X 582 X 252 X 132 X 6 X 0 X +USW00021504197710WDFG 225W X 90W X 135W X 360W X 90W X 90W X 90W X 90W X 45W X 135W X 90W X 180W X 135W X 90W X 90W X 90W X 45W X 90W X 90W X 360W X 45W X 90W X 360W X 45W X 45W X 270W X 270W X 45W X 90W X 90W X 90W X +USW00021504197710WDFM 225W X 90W X 90W X 45W X 90W X 270W X 45W X 90W X 90W X 90W X 90W X 180W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 360W X 90W X 90W X 360W X 315W X 270W X 270W X 270W X 45W X 90W X 270W X 180W X +USW00021504197710WSFG 62 X 67 X 98 X 62 X 82 X 62 X 87 X 82 X 77 X 82 X 87 X 62 X 77 X 67 X 62 X 77 X 72 X 72 X 72 X 57 X 67 X 67 X 67 X 87 X 67 X 67 X 62 X 93 X 87 X 62 X 51 X +USW00021504197710WSFM 45 X 49 X 76 X 36 X 63 X 45 X 54 X 63 X 58 X 63 X 67 X 49 X 49 X 45 X 45 X 54 X 40 X 49 X 49 X 36 X 45 X 45 X 36 X 45 X 54 X 45 X 45 X 58 X 67 X 45 X 36 X +USW00021504197710WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197710WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197710WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197711TMAX 294 0 289 0 272 0 289 0 283 0 294 0 294 0 300 0 300 0 289 0 289 0 278 0 283 0 283 0 261 0 278 0 283 0 289 0 283 0 278 0 294 0 300 0 300 0 300 0 306 0 300 0 300 0 289 0 289 0 311 0-9999 +USW00021504197711TMIN 200 0 217 0 211 0 200 0 183 0 172 0 178 0 194 0 194 0 183 0 189 0 200 0 183 0 200 0 206 0 194 0 178 0 178 0 172 0 178 0 183 0 178 0 172 0 189 0 200 0 183 0 189 0 206 0 189 0 183 0-9999 +USW00021504197711PRCP 74 0 150 0 218 0 5 0 13 0 33 0 18 0 8 0 0T 0 61 0 135 0 114 0 66 0 363 0 513 0 404 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 48 0 8 0 0 0-9999 +USW00021504197711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197711ACMH 70 X 80 X 90 X 70 X 40 X 50 X 30 X 50 X 50 X 60 X 80 X 80 X 60 X 80 X 100 X 80 X 40 X 10 X 20 X 30 X 50 X 30 X 30 X 70 X 30 X 30 X 50 X 70 X 30 X 20 X-9999 +USW00021504197711ACSH 50 X 60 X 100 X 60 X 20 X 50 X 30 X 40 X 50 X 60 X 80 X 80 X 30 X 70 X 100 X 80 X 60 X 10 X 20 X 20 X 50 X 30 X 40 X 80 X 20 X 20 X 40 X 60 X 60 X 20 X-9999 +USW00021504197711PGTM 1718 X 2118 X 1512 X 1506 X 1242 X 1236 X 1224 X 1424 X 1318 X 2348 X 1900 X 1336 X 1518 X 1706 X 2324 X 1336 X 1230 X 1400 X 1224 X 0318 X 1400 X 1106 X 1600 X 1330 X 1312 X 1624 X 1318 X 1200 X 1406 X 1354 X-9999 +USW00021504197711PSUN 76 X 55 X 5 X 49 X 76 X 64 X 57 X 61 X 53 X 68 X 44 X 38 X 49 X 25 X 0 X 18 X 32 X 89 X 75 X 76 X 50 X 53 X 63 X 59 X 84 X 73 X 49 X 36 X 54 X 76 X-9999 +USW00021504197711TSUN 522 X 378 X 36 X 330 X 516 X 432 X 390 X 414 X 360 X 462 X 300 X 258 X 330 X 168 X 0 X 120 X 216 X 594 X 498 X 510 X 336 X 354 X 426 X 390 X 558 X 486 X 330 X 240 X 360 X 504 X-9999 +USW00021504197711WDFG 90W X 225W X 90W X 45W X 45W X 135W X 90W X 90W X 90W X 225W X 135W X 360W X 45W X 180W X 270W X 90W X 45W X 360W X 360W X 225W X 90W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X-9999 +USW00021504197711WDFM 90W X 90W X 90W X 270W X 45W X 180W X 90W X 90W X 90W X 225W X 90W X 315W X 90W X 180W X 270W X 270W X 45W X 45W X 225W X 225W X 90W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X-9999 +USW00021504197711WSFG 77 X 77 X 77 X 72 X 67 X 77 X 93 X 67 X 62 X 57 X 77 X 67 X 77 X 82 X 62 X 57 X 51 X 62 X 51 X 67 X 113 X 72 X 82 X 98 X 98 X 93 X 113 X 93 X 98 X 113 X-9999 +USW00021504197711WSFM 49 X 45 X 49 X 36 X 45 X 58 X 54 X 49 X 36 X 45 X 40 X 45 X 49 X 67 X 49 X 45 X 31 X 36 X 36 X 45 X 80 X 49 X 63 X 67 X 76 X 67 X 85 X 67 X 72 X 80 X-9999 +USW00021504197711WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504197712TMAX 300 0 283 0 306 0 272 0 300 0 328 0 278 0 294 0 311 0 294 0 300 0 300 0 283 0 289 0 283 0 278 0 278 0 239 0 256 0 239 0 250 0 261 0 267 0 261 0 267 0 267 0 283 0 267 0 278 0 283 0 289 0 +USW00021504197712TMIN 167 0 183 0 172 0 189 0 189 0 183 0 189 0 194 0 189 0 189 0 194 0 189 0 211 0 178 0 189 0 178 0 200 0 200 0 206 0 172 0 167 0 178 0 128 0 206 0 178 0 156 0 178 0 200 0 183 0 161 0 167 0 +USW00021504197712PRCP 0 0 13 0 0 0 15 0 0T 0 0 0 0 0 0 0 8 0 13 0 0T 0 30 0 66 0 18 0 20 0 53 0 81 0 231 0 25 0 5 0 30 0 3 0 0 0 0 0 0T 0 0T 0 5 0 10 0 0 0 0 0 48 0 +USW00021504197712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197712ACMH 10 X 60 X 10 X 60 X 40 X 10 X 60 X 60 X 30 X 50 X 40 X 50 X 90 X 60 X 50 X 60 X 80 X 100 X 90 X 100 X 80 X 60 X 20 X 30 X 60 X 80 X 90 X 90 X 60 X 30 X 50 X +USW00021504197712ACSH 20 X 80 X 0 X 70 X 40 X 10 X 90 X 70 X 30 X 50 X 20 X 60 X 100 X 60 X 50 X 70 X 70 X 100 X 80 X 100 X 90 X 50 X 0 X 20 X 70 X 90 X 70 X 90 X 50 X 10 X 40 X +USW00021504197712PGTM 1106 X 1312 X 1136 X 0936 X 1312 X 1500 X 1054 X 1254 X 1336 X 1430 X 1248 X 1500 X 0148 X 1418 X 1618 X 0900 X 0300 X 2248 X 0242 X 0900 X 1824 X 1836 X 1718 X 1806 X 0312 X 1336 X 1242 X 1106 X 1212 X 1336 X 1806 X +USW00021504197712PSUN 76 X 8 X 87 X 57 X 67 X 78 X 26 X 26 X 58 X 45 X 82 X 56 X 26 X 63 X 55 X 41 X 43 X 3 X 23 X 0 X 41 X 46 X 83 X 80 X 43 X 18 X 44 X 20 X 54 X 75 X 71 X +USW00021504197712TSUN 504 X 54 X 576 X 378 X 438 X 516 X 174 X 168 X 378 X 300 X 540 X 366 X 174 X 414 X 360 X 270 X 288 X 24 X 150 X 0 X 270 X 300 X 546 X 528 X 282 X 120 X 294 X 132 X 354 X 498 X 468 X +USW00021504197712WDFG 45W X 135W X 315W X 315W X 90W X 315W X 315W X 90W X 90W X 135W X 90W X 90W X 225W X 45W X 90W X 315W X 45W X 315W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 135W X 90W X 45W X 90W X 45W X +USW00021504197712WDFM 90W X 90W X 315W X 315W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 225W X 90W X 90W X 315W X 270W X 315W X 45W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 135W X 135W X 45W X 90W X 315W X +USW00021504197712WSFG 87 X 87 X 118 X 98 X 87 X 134 X 67 X 72 X 72 X 77 X 98 X 93 X 67 X 82 X 62 X 103 X 72 X 123 X 118 X 77 X 82 X 129 X 154 X 139 X 72 X 57 X 129 X 72 X 62 X 77 X 82 X +USW00021504197712WSFM 45 X 63 X 72 X 63 X 63 X 107 X 36 X 49 X 49 X 49 X 72 X 72 X 49 X 54 X 31 X 58 X 40 X 67 X 72 X 40 X 54 X 67 X 80 X 85 X 45 X 31 X 85 X 58 X 36 X 45 X 45 X +USW00021504197712WT16-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00021504197801TMAX 250 0 267 0 222 0 256 0 278 0 272 0 278 0 294 0 289 0 283 0 272 0 261 0 283 0 278 0 289 0 278 0 261 0 278 0 278 0 261 0 261 0 283 0 278 0 267 0 261 0 228 0 272 0 278 0 267 0 283 0 283 0 +USW00021504197801TMIN 200 0 178 0 194 0 189 0 172 0 156 0 161 0 156 0 172 0 161 0 178 0 150 0 133 0 139 0 156 0 156 0 183 0 172 0 183 0 189 0 200 0 178 0 156 0 189 0 178 0 178 0 156 0 156 0 178 0 167 0 156 0 +USW00021504197801PRCP 165 0 18 0 74 0 0T 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 71 0 76 0 307 0 0T 0 15 0 91 0 10 0 478 0 25 0 5 0 5 0 0 0 0 0 +USW00021504197801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197801ACMH 100 X 90 X 100 X 90 X 80 X 40 X 10 X 10 X 20 X 40 X 50 X 50 X 0 X 30 X 10 X 20 X 40 X 100 X 80 X 100 X 100 X 50 X 40 X 80 X 80 X 90 X 40 X 60 X 70 X 20 X 20 X +USW00021504197801ACSH 100 X 100 X 100 X 90 X 70 X 40 X 20 X 10 X 10 X 60 X 50 X 60 X 0 X 40 X 0 X 20 X 20 X 100 X 70 X 90 X 100 X 40 X 30 X 80 X 80 X 100 X 30 X 60 X 80 X 10 X 20 X +USW00021504197801PGTM 0330 X 1812 X 1636 X 1318 X 1318 X 1330 X 1142 X 1300 X 1054 X 1306 X 1148 X 0042 X 1448 X 1324 X 1606 X 2354 X 0424 X 1154 X 1854 X 1506 X 1424 X 1236 X 1400 X 1442 X 1142 X 0812 X 1730 X 1342 X 1236 X 1448 X 1354 X +USW00021504197801PSUN 28 X 36 X 1 X 8 X 36 X 66 X 78 X 81 X 92 X 76 X 76 X 64 X 95 X 86 X 97 X 83 X 86 X 10 X 33 X 7 X 0 X 70 X 82 X 16 X 38 X 6 X 88 X 66 X 14 X 89 X 71 X +USW00021504197801TSUN 186 X 240 X 6 X 48 X 234 X 432 X 516 X 534 X 606 X 504 X 504 X 426 X 636 X 570 X 642 X 552 X 570 X 66 X 222 X 42 X 0 X 468 X 552 X 108 X 252 X 42 X 588 X 444 X 96 X 600 X 480 X +USW00021504197801WDFG 315W X 360W X 315W X 90W X 90W X 315W X 360W X 90W X 135W X 360W X 315W X 315W X 90W X 45W X 90W X 315W X 315W X 45W X 315W X 45W X 90W X 90W X 45W X 90W X 90W X 360W X 45W X 90W X 90W X 45W X 90W X +USW00021504197801WDFM 315W X 315W X 270W X 270W X 90W X 315W X 360W X 90W X 360W X 360W X 315W X 315W X 90W X 180W X 90W X 315W X 315W X 45W X 270W X 45W X 90W X 90W X 45W X 90W X 90W X 315W X 45W X 90W X 90W X 90W X 90W X +USW00021504197801WSFG 57 X 98 X 67 X 51 X 77 X 72 X 57 X 67 X 77 X 62 X 139 X 77 X 93 X 67 X 72 X 103 X 134 X 72 X 62 X 98 X 82 X 82 X 72 X 67 X 87 X 51 X 67 X 87 X 87 X 62 X 98 X +USW00021504197801WSFM 36 X 63 X 40 X 36 X 49 X 45 X 36 X 40 X 45 X 36 X 85 X 45 X 67 X 40 X 54 X 67 X 76 X 45 X 45 X 76 X 63 X 45 X 40 X 49 X 67 X 36 X 49 X 63 X 63 X 40 X 76 X +USW00021504197801WT16 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504197802TMAX 289 0 283 0 294 0 294 0 278 0 272 0 289 0 278 0 267 0 289 0 289 0 283 0 272 0 278 0 278 0 283 0 289 0 278 0 272 0 272 0 278 0 272 0 267 0 272 0 272 0 272 0 267 0 306 0-9999 -9999 -9999 +USW00021504197802TMIN 156 0 156 0 161 0 161 0 161 0 139 0 156 0 150 0 161 0 172 0 178 0 178 0 178 0 183 0 183 0 172 0 172 0 161 0 178 0 189 0 189 0 189 0 200 0 161 0 150 0 161 0 178 0 167 0-9999 -9999 -9999 +USW00021504197802PRCP 0 0 8 0 0 0 0 0 0 0 0 0 0 0 97 0 0 0 0T 0 0T 0 3 0 94 0 183 0 97 0 8 0 0T 0 0 0 66 0 18 0 0 0 86 0 323 0 0 0 0 0 0 0 102 0 0T 0-9999 -9999 -9999 +USW00021504197802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197802ACMH 20 X 30 X 10 X 20 X 20 X 20 X 10 X 40 X 40 X 60 X 70 X 80 X 80 X 70 X 60 X 30 X 30 X 30 X 60 X 60 X 60 X 30 X 70 X 30 X 20 X 10 X 90 X 40 X-9999 -9999 -9999 +USW00021504197802ACSH 10 X 20 X 20 X 30 X 30 X 10 X 20 X 30 X 30 X 50 X 80 X 80 X 80 X 70 X 40 X 30 X 20 X 30 X 70 X 60 X 60 X 20 X 60 X 30 X 20 X 10 X 100 X 40 X-9999 -9999 -9999 +USW00021504197802PGTM 1148 X 1342 X 1312 X 1212 X 1324 X 1306 X 1206 X 1818 X 2330 X 1254 X 1042 X 1454 X 1312 X 1348 X 1336 X 1330 X 1406 X 1948 X 1248 X 1406 X 1418 X 1918 X 1024 X 1300 X 1418 X 1236 X 2048 X 1312 X-9999 -9999 -9999 +USW00021504197802PSUN 72 X 91 X 82 X 63 X 68 X 89 X 70 X 87 X 75 X 52 X 56 X 40 X 33 X 66 X 64 X 80 X 78 X 68 X 52 X 61 X 55 X 84 X 65 X 82 X 79 X 87 X 29 X 70 X-9999 -9999 -9999 +USW00021504197802TSUN 492 X 618 X 558 X 426 X 462 X 606 X 474 X 594 X 510 X 354 X 384 X 276 X 222 X 456 X 438 X 558 X 540 X 468 X 366 X 426 X 384 X 588 X 456 X 570 X 558 X 606 X 204 X 492 X-9999 -9999 -9999 +USW00021504197802WDFG 135W X 360W X 90W X 90W X 45W X 45W X 90W X 360W X 225W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 360W X 270W X 90W X 90W X 360W X 360W X 90W X 90W X 315W X 225W X 45W X-9999 -9999 -9999 +USW00021504197802WDFM 90W X 45W X 90W X 90W X 90W X 360W X 90W X 360W X 225W X 90W X 90W X 90W X 45W X 270W X 90W X 90W X 90W X 45W X 225W X 90W X 90W X 270W X 225W X 45W X 90W X 360W X 270W X 45W X-9999 -9999 -9999 +USW00021504197802WSFG 87 X 62 X 113 X 77 X 62 X 93 X 82 X 118 X 67 X 113 X 113 X 82 X 98 X 62 X 87 X 77 X 87 X 72 X 62 X 98 X 82 X 77 X 87 X 67 X 72 X 62 X 62 X 82 X-9999 -9999 -9999 +USW00021504197802WSFM 63 X 40 X 76 X 58 X 36 X 58 X 54 X 72 X 49 X 85 X 63 X 54 X 76 X 49 X 49 X 49 X 67 X 45 X 40 X 72 X 67 X 49 X 58 X 40 X 49 X 40 X 49 X 54 X-9999 -9999 -9999 +USW00021504197802WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00021504197803TMAX 283 0 272 0 272 0 283 0 317 0 306 0 256 0 261 0 272 0 294 0 278 0 272 0 289 0 278 0 267 0 278 0 267 0 256 0 256 0 250 0 261 0 272 0 267 0 272 0 272 0 267 0 278 0 283 0 272 0 267 0 261 0 +USW00021504197803TMIN 172 0 200 0 183 0 150 0 172 0 178 0 183 0 200 0 200 0 194 0 189 0 189 0 172 0 189 0 172 0 200 0 189 0 183 0 183 0 183 0 178 0 178 0 183 0 178 0 178 0 183 0 172 0 194 0 189 0 194 0 189 0 +USW00021504197803PRCP 0 0 0 0 0 0 0 0 0 0 0 0 99 0 335 0 15 0 28 0 102 0 112 0 627 0 599 0 135 0 18 0 112 0 203 0 310 0 127 0 79 0 97 0 38 0 3 0 0T 0 23 0 58 0 38 0 41 0 25 0 66 0 +USW00021504197803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197803ACMH 30 X 50 X 70 X 20 X 10 X 20 X 80 X 100 X 50 X 60 X 60 X 70 X 70 X 70 X 60 X 70 X 60 X 90 X 90 X 90 X 90 X 80 X 90 X 70 X 50 X 60 X 40 X 60 X 80 X 90 X 100 X +USW00021504197803ACSH 40 X 60 X 80 X 20 X 10 X 20 X 90 X 100 X 20 X 60 X 60 X 70 X 90 X 80 X 80 X 80 X 60 X 90 X 90 X 90 X 80 X 70 X 100 X 60 X 30 X 70 X 20 X 50 X 70 X 90 X 100 X +USW00021504197803PGTM 2330 X 1624 X 0354 X 1424 X 1430 X 1054 X 2312 X 1348 X 0200 X 1742 X 1300 X 1100 X 1348 X 1624 X 0912 X 2224 X 1606 X 0300 X 0812 X 1824 X 1942 X 1412 X 1348 X 1648 X 1354 X 1512 X 1606 X 1130 X 1530 X 1212 X 1318 X +USW00021504197803PSUN 75 X 29 X 30 X 92 X 93 X 86 X 36 X 1 X 78 X 73 X 34 X 20 X 33 X 35 X 49 X 49 X 73 X 22 X 25 X 26 X 15 X 44 X 15 X 50 X 82 X 63 X 87 X 68 X 46 X 35 X 19 X +USW00021504197803TSUN 528 X 204 X 216 X 654 X 660 X 612 X 258 X 6 X 558 X 522 X 246 X 144 X 240 X 252 X 354 X 354 X 528 X 162 X 180 X 192 X 108 X 324 X 108 X 366 X 600 X 462 X 636 X 498 X 336 X 258 X 144 X +USW00021504197803WDFG 45W X 315W X 315W X 45W X 135W X 90W X 225W X 90W X 225W X 90W X 135W X 90W X 90W X 135W X 45W X 45W X 360W X 315W X 45W X 315W X 225W X 135W X 45W X 315W X 360W X 360W X 45W X 45W X 135W X 135W X 90W X +USW00021504197803WDFM 360W X 315W X 315W X 90W X 135W X 45W X 225W X 90W X 180W X 90W X 90W X 90W X 135W X 90W X 45W X 45W X 315W X 45W X 45W X 360W X 225W X 90W X 270W X 315W X 45W X 360W X 45W X 225W X 90W X 90W X 45W X +USW00021504197803WSFG 77 X 129 X 77 X 118 X 118 X 77 X 62 X 82 X 72 X 98 X 98 X 98 X 108 X 87 X 98 X 103 X 77 X 87 X 82 X 67 X 82 X 87 X 57 X 77 X 77 X 77 X 67 X 77 X 77 X 98 X 98 X +USW00021504197803WSFM 45 X 76 X 40 X 89 X 80 X 49 X 40 X 67 X 58 X 76 X 67 X 72 X 76 X 67 X 54 X 63 X 49 X 54 X 54 X 36 X 58 X 54 X 36 X 45 X 40 X 49 X 45 X 45 X 58 X 67 X 76 X +USW00021504197803WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197803WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197804TMAX 272 0 278 0 278 0 278 0 278 0 256 0 261 0 283 0 278 0 272 0 278 0 283 0 278 0 272 0 261 0 283 0 300 0 283 0 311 0 317 0 278 0 278 0 278 0 267 0 272 0 283 0 283 0 294 0 289 0 278 0-9999 +USW00021504197804TMIN 183 0 183 0 183 0 189 0 183 0 194 0 194 0 167 0 167 0 183 0 167 0 178 0 172 0 194 0 178 0 172 0 172 0 189 0 200 0 211 0 194 0 183 0 189 0 200 0 206 0 206 0 206 0 211 0 194 0 206 0-9999 +USW00021504197804PRCP 145 0 41 0 0T 0 5 0 0T 0 257 0 429 0 10 0 0T 0 13 0 3 0 25 0 8 0 180 0 46 0 124 0 28 0 0T 0 0T 0 0 0 3 0 0T 0 5 0 81 0 15 0 0T 0 8 0 58 0 127 0 48 0-9999 +USW00021504197804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197804ACMH 70 X 80 X 60 X 80 X 70 X 100 X 90 X 40 X 30 X 40 X 40 X 70 X 70 X 60 X 90 X 70 X 70 X 80 X 60 X 80 X 100 X 80 X 60 X 100 X 70 X 80 X 90 X 80 X 100 X 100 X-9999 +USW00021504197804ACSH 60 X 80 X 70 X 80 X 90 X 100 X 90 X 30 X 10 X 30 X 30 X 60 X 60 X 70 X 100 X 60 X 60 X 90 X 40 X 80 X 100 X 60 X 50 X 100 X 50 X 60 X 80 X 80 X 100 X 100 X-9999 +USW00021504197804PGTM 1336 X 1330 X 1624 X 1342 X 1512 X 1154 X 1012 X 1200 X 1530 X 1112 X 0900 X 1518 X 1330 X 1424 X 1142 X 1148 X 1418 X 1554 X 1512 X 1242 X 1242 X 1306 X 1442 X 1130 X 1930 X 1312 X 1524 X 1636 X 1436 X 1206 X-9999 +USW00021504197804PSUN 34 X 27 X 43 X 56 X 64 X 14 X 21 X 78 X 93 X 75 X 83 X 57 X 61 X 28 X 18 X 46 X 50 X 33 X 83 X 58 X 30 X 52 X 64 X 20 X 68 X 68 X 53 X 69 X 30 X 26 X-9999 +USW00021504197804TSUN 252 X 198 X 324 X 420 X 474 X 102 X 156 X 582 X 696 X 564 X 630 X 432 X 462 X 210 X 138 X 348 X 378 X 246 X 630 X 444 X 234 X 396 X 492 X 150 X 522 X 522 X 408 X 528 X 234 X 204 X-9999 +USW00021504197804WDFG 90W X 90W X 90W X 45W X 45W X 45W X 90W X 90W X 360W X 360W X 270W X 90W X 135W X 90W X 135W X 90W X 90W X 90W X 90W X 135W X 45W X 45W X 360W X 315W X 90W X 45W X 45W X 90W X 45W X 45W X-9999 +USW00021504197804WDFM 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 360W X 360W X 270W X 90W X 90W X 225W X 225W X 90W X 90W X 135W X 90W X 135W X 45W X 45W X 360W X 360W X 90W X 360W X 45W X 45W X 45W X 45W X-9999 +USW00021504197804WSFG 77 X 87 X 93 X 82 X 87 X 87 X 98 X 77 X 67 X 62 X 67 X 87 X 98 X 77 X 82 X 103 X 129 X 103 X 134 X 134 X 72 X 72 X 77 X 67 X 77 X 72 X 67 X 72 X 72 X 77 X-9999 +USW00021504197804WSFM 45 X 67 X 54 X 54 X 58 X 54 X 67 X 49 X 40 X 40 X 45 X 58 X 58 X 54 X 54 X 76 X 85 X 76 X 107 X 98 X 40 X 49 X 49 X 36 X 49 X 45 X 40 X 45 X 49 X 54 X-9999 +USW00021504197804WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197804WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197805TMAX 283 0 289 0 294 0 289 0 294 0 294 0 289 0 289 0 283 0 278 0 283 0 278 0 289 0 272 0 244 0 278 0 294 0 306 0 306 0 306 0 300 0 294 0 306 0 289 0 267 0 283 0 261 0 283 0 289 0 261 0 283 0 +USW00021504197805TMIN 200 0 206 0 206 0 222 0 211 0 200 0 206 0 206 0 206 0 206 0 206 0 211 0 200 0 200 0 200 0 206 0 217 0 194 0 194 0 200 0 200 0 217 0 200 0 211 0 211 0 200 0 206 0 200 0 206 0 206 0 200 0 +USW00021504197805PRCP 97 0 94 0 5 0 104 0 97 0 0 0 28 0 64 0 13 0 33 0 8 0 0T 0 36 0 84 0 211 0 13 0 3 0 10 0 0T 0 0T 0 5 0 371 0 671 0 53 0 81 0 48 0 61 0 142 0 38 0 81 0 0 0 +USW00021504197805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197805ACMH 90 X 70 X 70 X 90 X 90 X 90 X 70 X 80 X 60 X 90 X 80 X 70 X 60 X 100 X 100 X 90 X 80 X 60 X 40 X 50 X 100 X 90 X 50 X 90 X 100 X 90 X 90 X 60 X 70 X 100 X 50 X +USW00021504197805ACSH 90 X 50 X 70 X 80 X 90 X 90 X 70 X 70 X 70 X 90 X 80 X 70 X 60 X 100 X 100 X 80 X 80 X 50 X 40 X 50 X 100 X 100 X 50 X 90 X 100 X 90 X 100 X 50 X 50 X 100 X 50 X +USW00021504197805PGTM 1224 X 1342 X 1506 X 1424 X 1006 X 1318 X 1312 X 1306 X 1142 X 1418 X 1112 X 1642 X 1242 X 1524 X 2048 X 1448 X 1412 X 1224 X 1242 X 1242 X 1136 X 1348 X 1400 X 1218 X 1530 X 1242 X 2106 X 1306 X 1700 X 1324 X 1218 X +USW00021504197805PSUN 47 X 71 X 66 X 46 X 25 X 59 X 60 X 57 X 42 X 29 X 58 X 71 X 61 X 27 X 2 X 43 X 38 X 34 X 72 X 61 X 36 X 48 X 59 X 48 X 15 X 50 X 23 X 56 X 72 X 32 X 71 X +USW00021504197805TSUN 360 X 552 X 510 X 360 X 198 X 462 X 468 X 444 X 324 X 228 X 450 X 558 X 480 X 216 X 18 X 342 X 300 X 270 X 570 X 480 X 288 X 378 X 462 X 378 X 120 X 396 X 180 X 444 X 570 X 258 X 564 X +USW00021504197805WDFG 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 45W X 360W X 90W X 90W X 225W X 90W X 90W X 90W X 135W X 90W X 90W X 90W X 135W X 90W X 90W X 90W X 135W X 135W X 45W X 90W X 45W X +USW00021504197805WDFM 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 135W X 90W X 45W X 45W X 45W X 225W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 135W X 90W X 90W X 90W X 270W X 180W X 270W X 225W X 45W X +USW00021504197805WSFG 87 X 103 X 123 X 108 X 62 X 77 X 67 X 77 X 77 X 93 X 77 X 62 X 77 X 57 X 62 X 82 X 87 X 108 X 87 X 98 X 82 X 67 X 139 X 82 X 98 X 118 X 77 X 87 X 77 X 77 X 67 X +USW00021504197805WSFM 63 X 67 X 85 X 80 X 45 X 58 X 40 X 49 X 54 X 76 X 58 X 40 X 54 X 40 X 49 X 58 X 72 X 85 X 72 X 67 X 76 X 63 X 103 X 54 X 76 X 85 X 45 X 63 X 45 X 49 X 36 X +USW00021504197805WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197805WT16 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197806TMAX 294 0 283 0 294 0 300 0 300 0 300 0 289 0 278 0 283 0 294 0 283 0 294 0 289 0 289 0 294 0 283 0 283 0 283 0 261 0 289 0 289 0 283 0 283 0 267 0 283 0 289 0 283 0 300 0 300 0 289 0-9999 +USW00021504197806TMIN 189 0 194 0 200 0 189 0 189 0 189 0 200 0 206 0 217 0 211 0 211 0 211 0 206 0 211 0 200 0 211 0 206 0 206 0 211 0 183 0 211 0 217 0 211 0 206 0 194 0 211 0 217 0 228 0 228 0 217 0-9999 +USW00021504197806PRCP 0T 0 0T 0 8 0 0 0 0 0 25 0 97 0 28 0 10 0 3 0 36 0 41 0 74 0 74 0 10 0 135 0 135 0 518 0 683 0 20 0 127 0 234 0 66 0 178 0 15 0 46 0 66 0 89 0 8 0 69 0-9999 +USW00021504197806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197806ACMH 50 X 40 X 50 X 20 X 20 X 40 X 80 X 100 X 100 X 90 X 90 X 90 X 90 X 100 X 90 X 90 X 90 X 90 X 90 X 70 X 90 X 80 X 80 X 100 X 100 X 90 X 80 X 80 X 80 X 90 X-9999 +USW00021504197806ACSH 50 X 50 X 50 X 20 X 10 X 30 X 90 X 100 X 100 X 90 X 80 X 90 X 80 X 100 X 90 X 90 X 80 X 90 X 100 X 70 X 90 X 80 X 80 X 100 X 100 X 80 X 80 X 80 X 80 X 90 X-9999 +USW00021504197806PGTM 1554 X 1600 X 1324 X 1218 X 1312 X 1436 X 0048 X 1124 X 0224 X 1436 X 1548 X 1218 X 1130 X 1354 X 1130 X 1006 X 1300 X 1848 X 0400 X 1418 X 1542 X 1342 X 0636 X 1724 X 1406 X 1818 X 1454 X 1300 X 1148 X 1354 X-9999 +USW00021504197806PSUN 58 X 57 X 62 X 86 X 94 X 97 X 36 X 22 X 13 X 49 X 27 X 28 X 50 X 22 X 59 X 55 X 62 X 48 X 12 X 58 X 49 X 49 X 33 X 39 X 56 X 55 X 68 X 52 X 37 X 46 X-9999 +USW00021504197806TSUN 462 X 450 X 492 X 684 X 750 X 774 X 288 X 180 X 102 X 396 X 216 X 228 X 396 X 174 X 474 X 438 X 498 X 384 X 96 X 468 X 390 X 396 X 264 X 312 X 450 X 438 X 540 X 420 X 300 X 366 X-9999 +USW00021504197806WDFG 90W X 45W X 90W X 90W X 90W X 90W X 225W X 90W X 270W X 45W X 45W X 135W X 90W X 90W X 90W X 45W X 45W X 135W X 225W X 90W X 45W X 45W X 45W X 45W X 90W X 360W X 360W X 90W X 45W X 45W X-9999 +USW00021504197806WDFM 90W X 90W X 90W X 90W X 45W X 90W X 270W X 90W X 225W X 90W X 45W X 90W X 90W X 90W X 45W X 45W X 90W X 135W X 225W X 90W X 45W X 45W X 45W X 45W X 90W X 360W X 360W X 90W X 90W X 45W X-9999 +USW00021504197806WSFG 77 X 72 X 82 X 82 X 72 X 72 X 67 X 62 X 77 X 72 X 72 X 87 X 98 X 93 X 72 X 87 X 77 X 98 X 103 X 113 X 77 X 87 X 108 X 77 X 62 X 67 X 77 X 98 X 108 X 77 X-9999 +USW00021504197806WSFM 45 X 45 X 54 X 45 X 49 X 54 X 49 X 45 X 49 X 40 X 45 X 54 X 67 X 63 X 45 X 49 X 49 X 67 X 72 X 80 X 45 X 54 X 54 X 45 X 36 X 40 X 45 X 72 X 49 X 54 X-9999 +USW00021504197806WT16 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197807TMAX 300 0 294 0 278 0 289 0 283 0 294 0 294 0 289 0 283 0 283 0 283 0 289 0 267 0 283 0 294 0 278 0 311 0 294 0 289 0 267 0 289 0 278 0 300 0 306 0 311 0 294 0 278 0 289 0 261 0 267 0 272 0 +USW00021504197807TMIN 206 0 211 0 211 0 211 0 217 0 228 0 217 0 217 0 211 0 217 0 206 0 217 0 211 0 211 0 206 0 200 0 206 0 222 0 228 0 222 0 228 0 222 0 189 0 200 0 228 0 233 0 233 0 222 0 211 0 211 0 206 0 +USW00021504197807PRCP 41 0 130 0 193 0 117 0 175 0 701 0 112 0 28 0 36 0 43 0 97 0 61 0 66 0 8 0 15 0 8 0 33 0 79 0 33 0 345 0 97 0 28 0 0T 0 0 0 8 0 28 0 25 0 58 0 191 0 66 0 23 0 +USW00021504197807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197807ACMH 60 X 80 X 100 X 90 X 100 X 100 X 80 X 100 X 90 X 90 X 90 X 80 X 90 X 80 X 70 X 50 X 70 X 90 X 100 X 100 X 100 X 100 X 60 X 50 X 90 X 90 X 90 X 70 X 100 X 90 X 100 X +USW00021504197807ACSH 40 X 60 X 90 X 90 X 100 X 100 X 60 X 100 X 100 X 90 X 90 X 70 X 100 X 90 X 70 X 30 X 50 X 90 X 100 X 100 X 100 X 100 X 70 X 50 X 90 X 90 X 90 X 60 X 100 X 100 X 100 X +USW00021504197807PGTM 1200 X 1348 X 1736 X 1512 X 0948 X 1442 X 1806 X 1230 X 1100 X 1100 X 1330 X 1712 X 1506 X 1106 X 0930 X 1506 X 1230 X 1324 X 0606 X 0124 X 1324 X 2118 X 1130 X 1448 X 1212 X 1406 X 1418 X 1300 X 1136 X 0606 X 1448 X +USW00021504197807PSUN 89 X 65 X 25 X 26 X 22 X 15 X 55 X 29 X 17 X 44 X 46 X 42 X 15 X 54 X 55 X 78 X 74 X 28 X 18 X 0 X 2 X 10 X 58 X 60 X 23 X 34 X 32 X 73 X 12 X 11 X 45 X +USW00021504197807TSUN 714 X 522 X 204 X 210 X 180 X 120 X 438 X 234 X 132 X 348 X 366 X 336 X 126 X 426 X 438 X 612 X 588 X 222 X 144 X 0 X 18 X 78 X 456 X 474 X 180 X 270 X 252 X 570 X 96 X 90 X 354 X +USW00021504197807WDFG 90W X 45W X 45W X 45W X 45W X 90W X 90W X 45W X 90W X 45W X 45W X 90W X 135W X 45W X 45W X 360W X 45W X 90W X 45W X 45W X 90W X 360W X 45W X 90W X 90W X 90W X 45W X 90W X 135W X 270W X 45W X +USW00021504197807WDFM 90W X 45W X 90W X 45W X 45W X 90W X 90W X 45W X 90W X 270W X 45W X 90W X 90W X 45W X 45W X 360W X 45W X 45W X 45W X 90W X 90W X 45W X 225W X 90W X 90W X 90W X 45W X 90W X 90W X 225W X 90W X +USW00021504197807WSFG 103 X 82 X 98 X 77 X 72 X 93 X 87 X 62 X 77 X 82 X 87 X 82 X 82 X 77 X 77 X 72 X 72 X 72 X 87 X 93 X 103 X 51 X 62 X 87 X 93 X 72 X 98 X 82 X 93 X 67 X 87 X +USW00021504197807WSFM 58 X 58 X 63 X 40 X 45 X 67 X 72 X 36 X 49 X 54 X 58 X 58 X 45 X 40 X 40 X 40 X 40 X 49 X 49 X 67 X 76 X 27 X 31 X 63 X 67 X 54 X 54 X 54 X 67 X 45 X 63 X +USW00021504197807WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197808TMAX 278 0 289 0 289 0 306 0 294 0 278 0 250 0 272 0 272 0 289 0 283 0 278 0 283 0 283 0 289 0 294 0 283 0 294 0 289 0 283 0 283 0 283 0 278 0 283 0 272 0 256 0 278 0 289 0 306 0 294 0 283 0 +USW00021504197808TMIN 200 0 200 0 194 0 222 0 217 0 211 0 228 0 222 0 222 0 206 0 211 0 206 0 222 0 222 0 211 0 217 0 217 0 200 0 200 0 200 0 217 0 222 0 222 0 211 0 217 0 222 0 222 0 228 0 233 0 211 0 222 0 +USW00021504197808PRCP 8 0 3 0 36 0 79 0 43 0 38 0 739 0 104 0 119 0 53 0 36 0 89 0 48 0 3 0 119 0 165 0 191 0 3 0 38 0 66 0 792 0 38 0 13 0 76 0 130 0 94 0 41 0 25 0 69 0 160 0 20 0 +USW00021504197808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197808ACMH 80 X 70 X 70 X 100 X 80 X 90 X 100 X 100 X 90 X 70 X 80 X 90 X 90 X 70 X 70 X 90 X 80 X 40 X 70 X 70 X 100 X 70 X 100 X 90 X 100 X 100 X 100 X 100 X 90 X 80 X 90 X +USW00021504197808ACSH 80 X 70 X 70 X 100 X 70 X 90 X 100 X 100 X 100 X 60 X 80 X 100 X 80 X 60 X 60 X 80 X 80 X 20 X 70 X 50 X 100 X 60 X 90 X 90 X 100 X 100 X 100 X 90 X 80 X 80 X 90 X +USW00021504197808PGTM 1200 X 1436 X 1048 X 1430 X 1042 X 1500 X 1512 X 1312 X 1142 X 1418 X 1448 X 0818 X 1430 X 1330 X 1600 X 1342 X 0000 X 1324 X 1448 X 0648 X 0700 X 1430 X 1412 X 1536 X 1330 X 1030 X 1706 X 1336 X 1424 X 1312 X 2054 X +USW00021504197808PSUN 28 X 89 X 77 X 53 X 46 X 18 X 0 X 6 X 10 X 77 X 27 X 8 X 25 X 44 X 61 X 62 X 54 X 81 X 54 X 64 X 23 X 70 X 6 X 27 X 22 X 22 X 28 X 45 X 47 X 43 X 39 X +USW00021504197808TSUN 216 X 690 X 600 X 414 X 354 X 144 X 0 X 48 X 78 X 600 X 210 X 66 X 192 X 336 X 468 X 480 X 414 X 618 X 414 X 486 X 180 X 534 X 48 X 204 X 168 X 162 X 216 X 342 X 354 X 324 X 294 X +USW00021504197808WDFG 90W X 270W X 90W X 90W X 90W X 90W X 90W X 45W X 270W X 45W X 90W X 225W X 45W X 45W X 45W X 90W X 270W X 90W X 45W X 270W X 45W X 45W X 90W X 360W X 90W X 360W X 315W X 45W X 45W X 90W X 90W X +USW00021504197808WDFM 90W X 360W X 90W X 90W X 90W X 90W X 90W X 225W X 270W X 45W X 45W X 270W X 90W X 90W X 45W X 90W X 270W X 90W X 225W X 270W X 45W X 45W X 90W X 90W X 90W X 45W X 270W X 90W X 45W X 45W X 90W X +USW00021504197808WSFG 67 X 62 X 72 X 87 X 87 X 93 X 62 X 57 X 62 X 72 X 77 X 62 X 87 X 72 X 72 X 87 X 82 X 87 X 77 X 77 X 134 X 77 X 72 X 67 X 82 X 67 X 51 X 72 X 67 X 72 X 67 X +USW00021504197808WSFM 45 X 40 X 45 X 58 X 67 X 63 X 36 X 36 X 40 X 40 X 45 X 45 X 58 X 40 X 49 X 58 X 54 X 49 X 54 X 54 X 85 X 45 X 40 X 49 X 49 X 40 X 36 X 45 X 36 X 45 X 40 X +USW00021504197808WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197809TMAX 289 0 283 0 283 0 278 0 283 0 283 0 278 0 278 0 289 0 283 0 294 0 278 0 283 0 289 0 289 0 294 0 294 0 283 0 283 0 283 0 289 0 289 0 283 0 272 0 283 0 283 0 283 0 278 0 289 0 289 0-9999 +USW00021504197809TMIN 222 0 211 0 194 0 211 0 206 0 189 0 217 0 211 0 206 0 217 0 194 0 206 0 211 0 200 0 200 0 200 0 228 0 217 0 211 0 206 0 194 0 206 0 206 0 211 0 206 0 194 0 194 0 211 0 206 0 194 0-9999 +USW00021504197809PRCP 71 0 23 0 79 0 20 0 36 0 0T 0 28 0 48 0 180 0 127 0 0 0 43 0 127 0 79 0 8 0 3 0 56 0 107 0 74 0 74 0 36 0 25 0 18 0 61 0 51 0 0 0 0T 0 5 0 0T 0 5 0-9999 +USW00021504197809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197809ACMH 90 X 80 X 50 X 70 X 70 X 30 X 90 X 70 X 80 X 70 X 40 X 90 X 80 X 60 X 60 X 70 X 80 X 90 X 70 X 80 X 70 X 70 X 90 X 100 X 60 X 50 X 80 X 90 X 90 X 80 X-9999 +USW00021504197809ACSH 90 X 80 X 30 X 60 X 60 X 10 X 90 X 70 X 70 X 70 X 30 X 90 X 70 X 70 X 60 X 50 X 60 X 90 X 50 X 80 X 70 X 80 X 90 X 100 X 50 X 40 X 100 X 100 X 100 X 90 X-9999 +USW00021504197809PGTM 1512 X 1330 X 1618 X 1054 X 1506 X 1400 X 0848 X 1242 X 1318 X 1400 X 1242 X 1330 X 0936 X 1448 X 1854 X 1448 X 0800 X 1348 X 1854 X 1742 X 1424 X 1348 X 0236 X 0342 X 1336 X 1200 X 1418 X 0512 X 1154 X 1436 X-9999 +USW00021504197809PSUN 33 X 27 X 83 X 64 X 71 X 93 X 28 X 45 X 55 X 41 X 77 X 23 X 44 X 33 X 48 X 65 X 40 X 41 X 51 X 29 X 33 X 35 X 41 X 25 X 54 X 55 X 19 X 35 X 44 X 53 X-9999 +USW00021504197809TSUN 252 X 204 X 618 X 480 X 534 X 690 X 210 X 336 X 408 X 306 X 570 X 174 X 324 X 246 X 354 X 480 X 294 X 300 X 372 X 216 X 240 X 258 X 294 X 186 X 396 X 396 X 138 X 252 X 318 X 384 X-9999 +USW00021504197809WDFG 45W X 90W X 45W X 45W X 45W X 45W X 270W X 360W X 45W X 90W X 90W X 360W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 90W X 45W X 90W X 270W X 225W X 45W X 90W X 90W X 225W X 45W X 90W X-9999 +USW00021504197809WDFM 45W X 45W X 45W X 45W X 225W X 360W X 225W X 360W X 270W X 90W X 90W X 45W X 45W X 90W X 225W X 45W X 90W X 45W X 90W X 90W X 225W X 90W X 270W X 225W X 270W X 90W X 90W X 225W X 45W X 90W X-9999 +USW00021504197809WSFG 67 X 77 X 62 X 72 X 62 X 67 X 62 X 62 X 62 X 72 X 93 X 77 X 82 X 77 X 62 X 72 X 87 X 93 X 93 X 67 X 82 X 113 X 72 X 62 X 72 X 67 X 87 X 62 X 67 X 93 X-9999 +USW00021504197809WSFM 40 X 54 X 40 X 49 X 45 X 40 X 45 X 36 X 40 X 49 X 49 X 49 X 49 X 54 X 36 X 45 X 58 X 58 X 58 X 40 X 49 X 80 X 58 X 36 X 45 X 40 X 67 X 45 X 40 X 58 X-9999 +USW00021504197809WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00021504197810TMAX 289 0 267 0 272 0 267 0 283 0 283 0 283 0 261 0 267 0 294 0 283 0 300 0 294 0 283 0 289 0 289 0 267 0 283 0 283 0 278 0 261 0 283 0 267 0 256 0 261 0 278 0 289 0 278 0 300 0 278 0 261 0 +USW00021504197810TMIN 194 0 217 0 200 0 211 0 206 0 200 0 200 0 211 0 189 0 189 0 194 0 189 0 200 0 194 0 206 0 194 0 189 0 206 0 217 0 211 0 200 0 200 0 200 0 211 0 217 0 228 0 211 0 222 0 217 0 222 0 206 0 +USW00021504197810PRCP 8 0 109 0 163 0 211 0 20 0 3 0 43 0 157 0 18 0 0T 0 0T 0 0 0 0 0 0T 0 3 0 180 0 142 0 183 0 678 0 61 0 58 0 8 0 18 0 18 0 196 0 89 0 28 0 86 0 33 0 8 0 51 0 +USW00021504197810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197810ACMH 70 X 100 X 100 X 90 X 90 X 80 X 80 X 90 X 80 X 70 X 80 X 90 X 90 X 80 X 60 X 70 X 70 X 90 X 80 X 90 X 90 X 90 X 80 X 100 X 100 X 90 X 50 X 80 X 70 X 100 X 90 X +USW00021504197810ACSH 70 X 100 X 100 X 90 X 80 X 60 X 70 X 90 X 90 X 90 X 100 X 90 X 90 X 90 X 50 X 70 X 90 X 90 X 70 X 70 X 90 X 100 X 70 X 100 X 100 X 100 X 30 X 80 X 50 X 100 X 100 X +USW00021504197810PGTM 1118 X 1124 X 2336 X 1348 X 1418 X 1048 X 1448 X 1512 X 1512 X 1542 X 1248 X 1418 X 1212 X 1106 X 1212 X 1236 X 1630 X 1430 X 0454 X 1612 X 1506 X 1212 X 1630 X 0248 X 1412 X 1418 X 1318 X 1512 X 1236 X 1618 X 1600 X +USW00021504197810PSUN 37 X 28 X 68 X 3 X 71 X 61 X 59 X 8 X 30 X 44 X 80 X 65 X 42 X 67 X 55 X 33 X 25 X 27 X 35 X 37 X 9 X 69 X 31 X 2 X 19 X 28 X 79 X 9 X 45 X 13 X 19 X +USW00021504197810TSUN 264 X 198 X 486 X 24 X 504 X 438 X 420 X 60 X 216 X 312 X 564 X 456 X 300 X 474 X 384 X 234 X 180 X 192 X 246 X 258 X 60 X 486 X 216 X 12 X 132 X 192 X 546 X 60 X 306 X 90 X 132 X +USW00021504197810WDFG 90W X 360W X 225W X 90W X 90W X 45W X 90W X 225W X 45W X 90W X 45W X 90W X 90W X 360W X 90W X 90W X 135W X 90W X 315W X 90W X 180W X 45W X 315W X 360W X 360W X 360W X 90W X 135W X 90W X 135W X 90W X +USW00021504197810WDFM 90W X 225W X 225W X 90W X 270W X 90W X 90W X 270W X 270W X 45W X 90W X 90W X 90W X 360W X 90W X 90W X 135W X 90W X 315W X 90W X 225W X 45W X 315W X 360W X 45W X 360W X 45W X 90W X 90W X 90W X 135W X +USW00021504197810WSFG 77 X 72 X 57 X 87 X 57 X 67 X 103 X 67 X 67 X 67 X 62 X 87 X 67 X 62 X 77 X 82 X 77 X 77 X 87 X 82 X 77 X 62 X 93 X 82 X 62 X 41 X 93 X 93 X 103 X 87 X 118 X +USW00021504197810WSFM 45 X 40 X 45 X 67 X 40 X 36 X 63 X 54 X 45 X 40 X 36 X 67 X 49 X 36 X 45 X 58 X 54 X 49 X 54 X 54 X 49 X 36 X 63 X 54 X 36 X 27 X 76 X 63 X 76 X 58 X 80 X +USW00021504197810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197810WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197811TMAX 283 0 244 0 272 0 244 0 239 0 233 0 272 0 267 0 283 0 267 0 272 0 261 0 267 0 278 0 272 0 267 0 278 0 272 0 272 0 244 0 278 0 261 0 278 0 283 0 272 0 272 0 272 0 283 0 311 0 294 0-9999 +USW00021504197811TMIN 217 0 222 0 217 0 211 0 211 0 206 0 206 0 183 0 183 0 189 0 194 0 200 0 200 0 200 0 211 0 189 0 183 0 194 0 200 0 206 0 211 0 200 0 183 0 189 0 178 0 189 0 194 0 194 0 183 0 183 0-9999 +USW00021504197811PRCP 74 0 353 0 33 0 5 0 257 0 767 0 53 0 0 0 0 0 127 0 8 0 0T 0 33 0 295 0 808 0 414 0 15 0 452 0 277 0 810 0 97 0 33 0 0T 0 20 0 99 0 36 0 38 0 25 0 0 0 5 0-9999 +USW00021504197811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197811ACMH 100 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 20 X 60 X 80 X 80 X 90 X 90 X 90 X 80 X 70 X 80 X 60 X 100 X 90 X 100 X 50 X 80 X 50 X 70 X 60 X 50 X 10 X 60 X-9999 +USW00021504197811ACSH 100 X 100 X 100 X 100 X 100 X 100 X 80 X 90 X 10 X 60 X 90 X 90 X 70 X 90 X 70 X 80 X 40 X 60 X 10 X 100 X 90 X 100 X 30 X 60 X 30 X 60 X 40 X 30 X 10 X 60 X-9999 +USW00021504197811PGTM 1418 X 0824 X 1230 X 0430 X 1318 X 1624 X 0254 X 1506 X 1142 X 2124 X 0536 X 0936 X 1030 X 2218 X 0000 X 1206 X 1348 X 0924 X 2218 X 2106 X 0000 X 0448 X 1542 X 1312 X 2124 X 1324 X 1248 X 1342 X 1518 X 1506 X-9999 +USW00021504197811PSUN 36 X 0 X 4 X 1 X 0 X 14 X 12 X 15 X 73 X 32 X 17 X 7 X 34 X 28 X 49 X 24 X 52 X 56 X 89 X 4 X 34 X 0 X 56 X 38 X 54 X 26 X 44 X 51 X 75 X 45 X-9999 +USW00021504197811TSUN 246 X 0 X 30 X 12 X 0 X 90 X 84 X 102 X 498 X 216 X 114 X 48 X 228 X 192 X 324 X 162 X 354 X 372 X 600 X 24 X 228 X 0 X 372 X 252 X 360 X 174 X 294 X 336 X 498 X 300 X-9999 +USW00021504197811WDFG 135W X 180W X 45W X 315W X 315W X 315W X 135W X 315W X 360W X 225W X 225W X 45W X 90W X 360W X 45W X 315W X 360W X 360W X 225W X 135W X 45W X 225W X 90W X 90W X 135W X 90W X 90W X 90W X 180W X 90W X-9999 +USW00021504197811WDFM 135W X 135W X 45W X 360W X 315W X 315W X 135W X 315W X 45W X 135W X 225W X 45W X 90W X 45W X 270W X 360W X 45W X 225W X 225W X 90W X 90W X 270W X 90W X 135W X 270W X 90W X 90W X 90W X 135W X 90W X-9999 +USW00021504197811WSFG 98 X 87 X 72 X 98 X 57 X 77 X 72 X 62 X 46 X 67 X 41 X 67 X 67 X 87 X 82 X 67 X 62 X 72 X 103 X 98 X 87 X 51 X 67 X 87 X 62 X 87 X 77 X 72 X 118 X 77 X-9999 +USW00021504197811WSFM 76 X 58 X 40 X 49 X 31 X 45 X 58 X 36 X 31 X 45 X 31 X 36 X 45 X 45 X 45 X 36 X 36 X 40 X 76 X 67 X 54 X 36 X 49 X 63 X 40 X 58 X 54 X 49 X 85 X 54 X-9999 +USW00021504197811WT03-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197811WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00021504197812TMAX 267 0 267 0 261 0 306 0 256 0 256 0 261 0 261 0 250 0 256 0 244 0 261 0 233 0 244 0 244 0 250 0 244 0 256 0 228 0 239 0 244 0 244 0 256 0 261 0 244 0 244 0 256 0 250 0 261 0 228 0 233 0 +USW00021504197812TMIN 206 0 194 0 206 0 172 0 211 0 194 0 194 0 189 0 206 0 178 0 200 0 194 0 183 0 178 0 183 0 178 0 178 0 194 0 194 0 194 0 200 0 150 0 139 0 133 0 172 0 172 0 167 0 183 0 161 0 183 0 167 0 +USW00021504197812PRCP 53 0 58 0 30 0 3 0 56 0 112 0 86 0 170 0 406 0 64 0 104 0 91 0 132 0 185 0 104 0 112 0 112 0 216 0 94 0 20 0 0T 0 0 0 0 0 0 0 0 0 28 0 0T 0 3 0 0 0 0T 0 0T 0 +USW00021504197812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197812ACMH 90 X 90 X 90 X 40 X 100 X 100 X 100 X 90 X 100 X 90 X 80 X 90 X 100 X 80 X 90 X 90 X 90 X 100 X 100 X 80 X 80 X 50 X 30 X 50 X 100 X 90 X 60 X 80 X 80 X 90 X 70 X +USW00021504197812ACSH 100 X 100 X 100 X 20 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 90 X 100 X 90 X 90 X 100 X 90 X 90 X 100 X 80 X 80 X 70 X 20 X 60 X 100 X 90 X 60 X 80 X 80 X 100 X 80 X +USW00021504197812PGTM 1424 X 1230 X 1230 X 1342 X 1306 X 1136 X 0136 X 1818 X 1436 X 1342 X 2012 X 1430 X 1942 X 1442 X 1700 X 1200 X 1630 X 1006 X 2218 X 1224 X 1318 X 1312 X 1324 X 1900 X 2200 X 2018 X 2354 X 1006 X 1324 X 1048 X 1448 X +USW00021504197812PSUN 7 X 16 X 2 X 63 X 0 X 1 X 0 X 5 X 1 X 9 X 13 X 30 X 4 X 3 X 10 X 1 X 5 X 13 X 1 X 12 X 24 X 32 X 54 X 56 X 0 X 18 X 45 X 27 X 58 X 0 X 21 X +USW00021504197812TSUN 48 X 108 X 12 X 414 X 0 X 6 X 0 X 30 X 6 X 60 X 90 X 198 X 30 X 24 X 66 X 12 X 36 X 84 X 12 X 84 X 162 X 210 X 360 X 372 X 0 X 114 X 300 X 174 X 378 X 0 X 138 X +USW00021504197812WDFG 135W X 90W X 135W X 135W X 135W X 315W X 270W X 90W X 90W X 45W X 45W X 90W X 45W X 90W X 45W X 135W X 225W X 135W X 90W X 360W X 315W X 45W X 360W X 315W X 225W X 315W X 270W X 45W X 90W X 315W X 315W X +USW00021504197812WDFM 90W X 225W X 135W X 135W X 90W X 315W X 270W X 90W X 90W X 45W X 45W X 90W X 45W X 90W X 45W X 90W X 270W X 90W X 90W X 45W X 315W X 315W X 45W X 360W X 225W X 315W X 315W X 45W X 225W X 315W X 315W X +USW00021504197812WSFG 77 X 67 X 77 X 144 X 77 X 67 X 77 X 72 X 82 X 67 X 87 X 103 X 108 X 98 X 93 X 103 X 77 X 103 X 82 X 113 X 129 X 139 X 87 X 67 X 51 X 87 X 62 X 62 X 51 X 118 X 103 X +USW00021504197812WSFM 58 X 49 X 49 X 116 X 58 X 31 X 45 X 49 X 54 X 40 X 49 X 67 X 67 X 63 X 54 X 67 X 49 X 76 X 49 X 58 X 67 X 76 X 45 X 40 X 22 X 49 X 45 X 40 X 36 X 72 X 72 X +USW00021504197812WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X +USW00021504197901TMAX 239 0 250 0 261 0 283 0 278 0 283 0 328 0 328 0 328 0 244 0 267 0 206 0 200 0 200 0 217 0 217 0 250 0 256 0 250 0 239 0 239 0 217 0 233 0 222 0 239 0 261 0 256 0 222 0 233 0 256 0 250 0 +USW00021504197901TMIN 172 0 178 0 161 0 161 0 161 0 156 0 150 0 156 0 150 0 172 0 189 0 183 0 178 0 172 0 200 0 189 0 183 0 161 0 167 0 172 0 161 0 172 0 183 0 178 0 172 0 150 0 172 0 172 0 167 0 172 0 144 0 +USW00021504197901PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 249 0 297 0 1026 0 922 0 1184 0 1321 0 655 0 114 0 20 0 97 0 201 0 701 0 343 0 104 0 208 0 53 0 69 0 51 0 300 0 109 0 114 0 51 0 +USW00021504197901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197901ACMH 80 X 90 X 40 X 70 X 40 X 40 X 30 X 10 X 10 X 90 X 80 X 100 X 100 X 100 X 100 X 100 X 70 X 40 X 70 X 80 X 80 X 90 X 100 X 100 X 80 X 50 X 70 X 100 X 80 X 80 X 60 X +USW00021504197901ACSH 90 X 90 X 30 X 50 X 20 X 30 X 50 X 0 X 20 X 100 X 70 X 100 X 100 X 100 X 100 X 100 X 50 X 40 X 70 X 80 X 80 X 100 X 100 X 100 X 70 X 40 X 50 X 100 X 100 X 90 X 60 X +USW00021504197901PGTM 1754 X 0730 X 1330 X 1106 X 1348 X 1330 X 1318 X 1254 X 1348 X 0648 X 2300 X 0012 X 0324 X 0048 X 0400 X 1000 X 1436 X 1636 X 1700 X 1718 X 1012 X 1042 X 0006 X 1830 X 0824 X 1342 X 1930 X 1154 X 0954 X 1306 X 1112 X +USW00021504197901PSUN 12 X 9 X 85 X 71 X 72 X 70 X 93 X 98 X 87 X 34 X 75 X 0 X 0 X 0 X 13 X 4 X 76 X 77 X 69 X 58 X 39 X 23 X 21 X 11 X 27 X 55 X 66 X 1 X 8 X 28 X 44 X +USW00021504197901TSUN 78 X 60 X 558 X 468 X 474 X 462 X 618 X 642 X 576 X 228 X 498 X 0 X 0 X 0 X 90 X 30 X 510 X 516 X 462 X 384 X 258 X 156 X 138 X 72 X 180 X 366 X 444 X 6 X 54 X 186 X 300 X +USW00021504197901WDFG 315W X 225W X 45W X 135W X 90W X 90W X 135W X 135W X 135W X 315W X 360W X 360W X 315W X 45W X 315W X 90W X 45W X 45W X 45W X 45W X 270W X 45W X 45W X 270W X 225W X 135W X 90W X 180W X 270W X 45W X 45W X +USW00021504197901WDFM 315W X 270W X 270W X 90W X 90W X 90W X 135W X 180W X 135W X 315W X 360W X 360W X 315W X 45W X 45W X 45W X 270W X 45W X 315W X 315W X 270W X 45W X 45W X 270W X 270W X 225W X 90W X 270W X 270W X 135W X 90W X +USW00021504197901WSFG 67 X 46 X 57 X 98 X 72 X 72 X 134 X 118 X 185 X 93 X 175 X 154 X 123 X 139 X 118 X 93 X 67 X 57 X 82 X 98 X 108 X 113 X 98 X 67 X 82 X 77 X 98 X 67 X 67 X 113 X 93 X +USW00021504197901WSFM 36 X 31 X 40 X 72 X 45 X 49 X 103 X 85 X 116 X 58 X 103 X 89 X 76 X 76 X 72 X 63 X 49 X 40 X 45 X 54 X 67 X 72 X 54 X 54 X 54 X 49 X 67 X 49 X 54 X 76 X 63 X +USW00021504197901WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197901WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197902TMAX 233 0 250 0 267 0 239 0 228 0 289 0 278 0 256 0 261 0 250 0 217 0 233 0 222 0 222 0 211 0 222 0 222 0 222 0 228 0 222 0 272 0 283 0 267 0 261 0 261 0 272 0 261 0 261 0-9999 -9999 -9999 +USW00021504197902TMIN 139 0 161 0 172 0 189 0 200 0 183 0 194 0 172 0 194 0 189 0 178 0 172 0 161 0 172 0 183 0 178 0 189 0 178 0 178 0 189 0 200 0 189 0 167 0 189 0 183 0 161 0 194 0 183 0-9999 -9999 -9999 +USW00021504197902PRCP 53 0 66 0 91 0 94 0 917 0 0T 0 0 0 0T 0 13 0 124 0 170 0 20 0 58 0 183 0 361 0 86 0 272 0 450 0 2921 0 4285 0 3 0 0 0 43 0 30 0 874 0 191 0 216 0 48 0-9999 -9999 -9999 +USW00021504197902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504197902ACMH 80 X 80 X 100 X 90 X 100 X 90 X 90 X 90 X 100 X 100 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 60 X 40 X 80 X 100 X 70 X 70 X 90 X-9999 -9999 -9999 +USW00021504197902ACSH 80 X 60 X 100 X 90 X 100 X 80 X 80 X 90 X 100 X 100 X 80 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 60 X 30 X 70 X 100 X 60 X 70 X 90 X-9999 -9999 -9999 +USW00021504197902PGTM 1354 X 1624 X 1500 X 1254 X 1654 X 1400 X 1330 X 1542 X 1312 X 0836 X 1948 X 0006 X 1206 X 1600 X 0112 X 1536 X 1224 X 1536 X 1948 X 1312 X 1554 X 1048 X 1430 X 1900 X 0054 X 1512 X 1136 X 1236 X-9999 -9999 -9999 +USW00021504197902PSUN 27 X 60 X 39 X 20 X 5 X 43 X 80 X 54 X 3 X 14 X 31 X 60 X 34 X 26 X 10 X 3 X 6 X 0 X 0 X 0 X 44 X 51 X 84 X 54 X 13 X 46 X 40 X 47 X-9999 -9999 -9999 +USW00021504197902TSUN 180 X 408 X 264 X 138 X 36 X 294 X 546 X 372 X 24 X 96 X 216 X 408 X 234 X 180 X 66 X 18 X 42 X 0 X 0 X 0 X 306 X 360 X 588 X 384 X 90 X 324 X 282 X 330 X-9999 -9999 -9999 +USW00021504197902WDFG 90W X 135W X 135W X 135W X 135W X 135W X 135W X 135W X 90W X 135W X 315W X 315W X 45W X 90W X 225W X 90W X 135W X 180W X 270W X 225W X 135W X 90W X 45W X 90W X 45W X 135W X 90W X 90W X-9999 -9999 -9999 +USW00021504197902WDFM 90W X 135W X 135W X 135W X 135W X 135W X 90W X 135W X 90W X 135W X 315W X 315W X 45W X 90W X 135W X 90W X 135W X 270W X 135W X 90W X 135W X 90W X 45W X 45W X 90W X 135W X 90W X 45W X-9999 -9999 -9999 +USW00021504197902WSFG 98 X 98 X 118 X 123 X 129 X 123 X 103 X 98 X 108 X 149 X 149 X 118 X 82 X 93 X 82 X 82 X 87 X 93 X 149 X 113 X 139 X 62 X 62 X 103 X 93 X 98 X 108 X 77 X-9999 -9999 -9999 +USW00021504197902WSFM 76 X 76 X 76 X 94 X 80 X 89 X 76 X 67 X 76 X 107 X 80 X 67 X 49 X 58 X 58 X 54 X 67 X 63 X 89 X 76 X 107 X 40 X 36 X 49 X 67 X 72 X 80 X 49 X-9999 -9999 -9999 +USW00021504197902WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504197902WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504197903TMAX 261 0 250 0 256 0 278 0 278 0 272 0 283 0 272 0 222 0 267 0 272 0 278 0 250 0 256 0 239 0 261 0 283 0 289 0 267 0 250 0 244 0 267 0 261 0 250 0 272 0 278 0 306 0 278 0 283 0 261 0 267 0 +USW00021504197903TMIN 183 0 189 0 172 0 161 0 144 0 178 0 156 0 178 0 194 0 167 0 156 0 172 0 167 0 178 0 178 0 183 0 178 0 183 0 189 0 183 0 178 0 172 0 167 0 167 0 150 0 144 0 167 0 172 0 189 0 172 0 178 0 +USW00021504197903PRCP 305 0 81 0 10 0 0 0 0 0 0T 0 0 0 46 0 274 0 0T 0 5 0 3 0 94 0 8 0 71 0 91 0 3 0 56 0 33 0 122 0 64 0 0T 0 0 0 20 0 3 0 0 0 0 0 0 0 0 0 0 0 64 0 +USW00021504197903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197903ACMH 100 X 100 X 70 X 20 X 40 X 40 X 30 X 80 X 100 X 60 X 50 X 80 X 100 X 100 X 90 X 100 X 70 X 80 X 80 X 90 X 90 X 50 X 40 X 80 X 70 X 50 X 50 X 50 X 70 X 70 X 80 X +USW00021504197903ACSH 90 X 90 X 50 X 10 X 30 X 20 X 40 X 80 X 100 X 60 X 30 X 70 X 100 X 100 X 90 X 100 X 60 X 60 X 60 X 100 X 100 X 40 X 40 X 80 X 60 X 30 X 60 X 40 X 60 X 60 X 70 X +USW00021504197903PGTM 1430 X 1330 X 1412 X 1212 X 1606 X 1624 X 1348 X 1818 X 2118 X 1130 X 1254 X 1242 X 1042 X 1442 X 1436 X 1212 X 1454 X 1412 X 1218 X 1100 X 1800 X 1130 X 1200 X 2118 X 1712 X 1248 X 1400 X 1036 X 1148 X 1248 X 1006 X +USW00021504197903PSUN 50 X 46 X 80 X 94 X 87 X 82 X 66 X 81 X 32 X 35 X 37 X 45 X 33 X 50 X 23 X 19 X 75 X 66 X 45 X 17 X 3 X 67 X 77 X 26 X 51 X 68 X 55 X 76 X 28 X 47 X 21 X +USW00021504197903TSUN 354 X 324 X 564 X 666 X 618 X 582 X 468 X 576 X 228 X 246 X 264 X 318 X 240 X 360 X 162 X 138 X 540 X 480 X 330 X 126 X 24 X 486 X 558 X 186 X 372 X 504 X 408 X 558 X 210 X 342 X 156 X +USW00021504197903WDFG 135W X 135W X 45W X 90W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 135W X 45W X 90W X 90W X 45W X 45W X 45W X 45W X 360W X 270W X 180W X 45W X 180W X 315W X 90W X 360W X 45W X +USW00021504197903WDFM 90W X 90W X 45W X 90W X 135W X 135W X 90W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X 360W X 270W X 180W X 180W X 180W X 360W X 90W X 360W X 45W X +USW00021504197903WSFG 87 X 62 X 62 X 87 X 103 X 103 X 93 X 67 X 98 X 118 X 103 X 98 X 98 X 82 X 108 X 93 X 87 X 93 X 62 X 77 X 62 X 72 X 82 X 62 X 72 X 62 X 139 X 77 X 72 X 57 X 82 X +USW00021504197903WSFM 72 X 45 X 40 X 58 X 72 X 76 X 72 X 40 X 58 X 85 X 76 X 67 X 76 X 63 X 76 X 67 X 67 X 76 X 40 X 54 X 36 X 40 X 49 X 49 X 54 X 36 X 98 X 45 X 54 X 31 X 49 X +USW00021504197903WT16 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00021504197904TMAX 289 0 272 0 272 0 272 0 267 0 267 0 278 0 272 0 272 0 272 0 272 0 306 0 294 0 294 0 289 0 306 0 283 0 300 0 283 0 267 0 278 0 261 0 294 0 272 0 239 0 261 0 233 0 267 0 267 0 267 0-9999 +USW00021504197904TMIN 200 0 200 0 189 0 200 0 189 0 183 0 167 0 183 0 178 0 183 0 172 0 200 0 194 0 211 0 200 0 183 0 200 0 206 0 200 0 189 0 189 0 178 0 178 0 172 0 183 0 183 0 194 0 189 0 189 0 183 0-9999 +USW00021504197904PRCP 155 0 224 0 107 0 127 0 56 0 61 0 36 0 41 0 112 0 8 0 18 0 15 0 0T 0 0T 0 218 0 124 0 3 0 13 0 244 0 13 0 5 0 3 0 3 0 46 0 536 0 13 0 191 0 18 0 13 0 117 0-9999 +USW00021504197904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197904ACMH 90 X 70 X 70 X 80 X 100 X 80 X 70 X 70 X 80 X 100 X 80 X 80 X 90 X 100 X 80 X 100 X 100 X 90 X 100 X 80 X 80 X 80 X 50 X 50 X 100 X 100 X 100 X 90 X 90 X 80 X-9999 +USW00021504197904ACSH 90 X 70 X 70 X 80 X 100 X 90 X 70 X 70 X 80 X 100 X 80 X 70 X 90 X 100 X 90 X 90 X 90 X 80 X 100 X 80 X 80 X 90 X 70 X 30 X 100 X 100 X 100 X 90 X 80 X 80 X-9999 +USW00021504197904PGTM 0518 X 1200 X 1606 X 1348 X 1142 X 1654 X 1206 X 1112 X 1418 X 1254 X 1218 X 1324 X 1342 X 1112 X 1148 X 1330 X 1400 X 1254 X 1148 X 1448 X 1248 X 1248 X 1224 X 1130 X 1348 X 1242 X 2242 X 1918 X 1654 X 2342 X-9999 +USW00021504197904PSUN 29 X 52 X 31 X 56 X 41 X 23 X 37 X 53 X 29 X 17 X 35 X 40 X 18 X 0 X 9 X 29 X 1 X 43 X 14 X 35 X 47 X 22 X 41 X 78 X 5 X 15 X 4 X 27 X 46 X 39 X-9999 +USW00021504197904TSUN 210 X 384 X 234 X 420 X 306 X 168 X 282 X 402 X 222 X 126 X 264 X 306 X 138 X 0 X 66 X 222 X 12 X 330 X 108 X 270 X 360 X 168 X 312 X 594 X 42 X 114 X 30 X 210 X 354 X 300 X-9999 +USW00021504197904WDFG 225W X 90W X 90W X 45W X 45W X 270W X 90W X 135W X 135W X 135W X 90W X 90W X 90W X 135W X 180W X 90W X 90W X 135W X 135W X 90W X 315W X 45W X 90W X 315W X 360W X 90W X 315W X 315W X 45W X 270W X-9999 +USW00021504197904WDFM 225W X 90W X 90W X 90W X 225W X 270W X 90W X 90W X 135W X 90W X 90W X 135W X 135W X 135W X 135W X 135W X 90W X 90W X 135W X 135W X 315W X 360W X 90W X 315W X 225W X 90W X 45W X 315W X 270W X 270W X-9999 +USW00021504197904WSFG 77 X 77 X 82 X 93 X 67 X 93 X 87 X 98 X 103 X 93 X 98 X 113 X 139 X 129 X 108 X 154 X 72 X 118 X 82 X 82 X 82 X 57 X 77 X 98 X 72 X 62 X 67 X 87 X 62 X 62 X-9999 +USW00021504197904WSFM 67 X 49 X 58 X 49 X 40 X 49 X 63 X 72 X 85 X 63 X 76 X 89 X 107 X 98 X 76 X 112 X 54 X 80 X 63 X 63 X 54 X 36 X 54 X 58 X 45 X 45 X 36 X 49 X 40 X 40 X-9999 +USW00021504197904WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197904WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197905TMAX 267 0 272 0 289 0 283 0 289 0 278 0 267 0 283 0 294 0 283 0 267 0 272 0 278 0 256 0 261 0 239 0 283 0 289 0 283 0 272 0 278 0 256 0 261 0 261 0 272 0 272 0 278 0 267 0 283 0 289 0 283 0 +USW00021504197905TMIN 189 0 161 0 194 0 178 0 183 0 189 0 200 0 189 0 189 0 206 0 200 0 194 0 200 0 194 0 183 0 189 0 200 0 194 0 194 0 189 0 189 0 189 0 178 0 183 0 183 0 194 0 194 0 194 0 183 0 183 0 178 0 +USW00021504197905PRCP 64 0 3 0 18 0 3 0 43 0 61 0 30 0 13 0 20 0 46 0 10 0 107 0 15 0 107 0 107 0 109 0 86 0 3 0 0T 0 0 0 3 0 86 0 10 0 0T 0 30 0 18 0 28 0 3 0 0 0 0 0 20 0 +USW00021504197905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197905ACMH 90 X 40 X 80 X 40 X 60 X 60 X 80 X 90 X 80 X 100 X 90 X 100 X 80 X 100 X 80 X 100 X 80 X 90 X 80 X 50 X 60 X 90 X 100 X 90 X 80 X 100 X 90 X 80 X 70 X 40 X 70 X +USW00021504197905ACSH 90 X 50 X 80 X 30 X 50 X 60 X 90 X 90 X 60 X 90 X 90 X 100 X 70 X 100 X 80 X 100 X 60 X 100 X 80 X 40 X 50 X 90 X 100 X 90 X 80 X 100 X 90 X 70 X 60 X 50 X 80 X +USW00021504197905PGTM 0412 X 1500 X 1330 X 1242 X 1806 X 1430 X 1024 X 1136 X 1518 X 1306 X 1342 X 1206 X 1336 X 1206 X 1518 X 0924 X 1154 X 1118 X 0918 X 0906 X 1712 X 1242 X 1412 X 1142 X 1648 X 1336 X 1118 X 1512 X 1536 X 1542 X 1518 X +USW00021504197905PSUN 38 X 74 X 52 X 70 X 67 X 39 X 20 X 21 X 59 X 27 X 9 X 25 X 56 X 16 X 41 X 19 X 45 X 43 X 77 X 81 X 62 X 41 X 17 X 31 X 76 X 70 X 77 X 46 X 68 X 73 X 41 X +USW00021504197905TSUN 288 X 570 X 402 X 546 X 516 X 300 X 156 X 162 X 462 X 210 X 66 X 198 X 438 X 126 X 318 X 150 X 354 X 336 X 606 X 642 X 486 X 324 X 138 X 246 X 600 X 552 X 612 X 366 X 540 X 582 X 330 X +USW00021504197905WDFG 270W X 90W X 90W X 45W X 90W X 90W X 90W X 135W X 90W X 90W X 90W X 90W X 360W X 360W X 45W X 180W X 90W X 90W X 45W X 315W X 45W X 45W X 90W X 360W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X +USW00021504197905WDFM 270W X 45W X 90W X 45W X 90W X 90W X 90W X 135W X 90W X 90W X 90W X 270W X 45W X 45W X 90W X 270W X 90W X 90W X 45W X 360W X 45W X 315W X 270W X 360W X 90W X 270W X 90W X 90W X 90W X 90W X 90W X +USW00021504197905WSFG 62 X 62 X 103 X 62 X 93 X 87 X 87 X 82 X 82 X 93 X 67 X 77 X 72 X 72 X 93 X 62 X 82 X 72 X 67 X 67 X 67 X 82 X 67 X 46 X 77 X 72 X 72 X 62 X 113 X 93 X 98 X +USW00021504197905WSFM 49 X 40 X 63 X 40 X 58 X 54 X 67 X 63 X 54 X 67 X 45 X 45 X 49 X 45 X 58 X 54 X 58 X 54 X 40 X 40 X 40 X 45 X 45 X 31 X 58 X 58 X 54 X 40 X 76 X 72 X 76 X +USW00021504197905WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00021504197906TMAX 283 0 256 0 272 0 272 0 278 0 278 0 283 0 294 0 267 0 278 0 272 0 267 0 278 0 283 0 283 0 289 0 272 0 261 0 267 0 272 0 278 0 272 0 256 0 272 0 272 0 278 0 267 0 267 0 272 0 272 0-9999 +USW00021504197906TMIN 194 0 178 0 172 0 189 0 172 0 167 0 189 0 194 0 206 0 200 0 206 0 200 0 200 0 194 0 194 0 194 0 194 0 194 0 200 0 189 0 183 0 194 0 194 0 200 0 194 0 206 0 200 0 211 0 211 0 217 0-9999 +USW00021504197906PRCP 15 0 20 0 3 0 0T 0 0T 0 0 0 8 0 8 0 23 0 38 0 135 0 274 0 109 0 94 0 117 0 97 0 79 0 66 0 41 0 10 0 76 0 135 0 455 0 33 0 244 0 335 0 170 0 20 0 51 0 0 0-9999 +USW00021504197906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197906ACMH 70 X 80 X 80 X 80 X 80 X 50 X 80 X 70 X 70 X 80 X 90 X 90 X 90 X 80 X 80 X 90 X 90 X 90 X 90 X 80 X 90 X 80 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X-9999 +USW00021504197906ACSH 50 X 90 X 80 X 70 X 100 X 50 X 80 X 70 X 80 X 70 X 90 X 90 X 90 X 60 X 60 X 80 X 90 X 90 X 90 X 90 X 90 X 90 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X-9999 +USW00021504197906PGTM 1518 X 0942 X 1342 X 1218 X 1242 X 1348 X 1254 X 1000 X 1500 X 1112 X 1654 X 0500 X 1248 X 1148 X 1248 X 1612 X 1724 X 1012 X 1348 X 1224 X 1824 X 1430 X 1400 X 1154 X 1642 X 1342 X 1342 X 1554 X 1418 X 1330 X-9999 +USW00021504197906PSUN 68 X 21 X 52 X 70 X 75 X 84 X 36 X 59 X 36 X 59 X 60 X 40 X 44 X 63 X 70 X 34 X 56 X 31 X 26 X 49 X 65 X 31 X 1 X 72 X 51 X 66 X 30 X 0 X 8 X 34 X-9999 +USW00021504197906TSUN 534 X 168 X 414 X 558 X 600 X 672 X 288 X 474 X 288 X 474 X 480 X 318 X 354 X 504 X 558 X 270 X 450 X 246 X 204 X 396 X 522 X 246 X 6 X 582 X 408 X 528 X 240 X 0 X 60 X 270 X-9999 +USW00021504197906WDFG 90W X 45W X 45W X 90W X 45W X 90W X 90W X 90W X 45W X 360W X 45W X 225W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 360W X 45W X 90W X 90W X 90W X 90W X 90W X-9999 +USW00021504197906WDFM 90W X 45W X 270W X 90W X 45W X 270W X 90W X 90W X 270W X 90W X 45W X 270W X 45W X 270W X 90W X 90W X 270W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X-9999 +USW00021504197906WSFG 98 X 62 X 62 X 72 X 72 X 62 X 77 X 93 X 57 X 87 X 82 X 82 X 82 X 82 X 93 X 93 X 77 X 77 X 67 X 67 X 82 X 82 X 72 X 72 X 82 X 67 X 87 X 57 X 67 X 93 X-9999 +USW00021504197906WSFM 72 X 40 X 49 X 54 X 45 X 40 X 54 X 67 X 40 X 67 X 58 X 58 X 54 X 49 X 72 X 76 X 58 X 58 X 49 X 45 X 67 X 58 X 54 X 45 X 63 X 45 X 45 X 49 X 54 X 72 X-9999 +USW00021504197906WT16 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504197907TMAX 289 0 272 0 272 0 256 0 272 0 272 0 272 0 272 0 261 0 278 0 294 0 294 0 294 0 261 0 272 0 278 0 272 0 278 0 272 0 278 0 283 0 267 0 278 0 278 0 272 0 272 0 272 0 278 0 289 0 261 0 278 0 +USW00021504197907TMIN 194 0 206 0 194 0 200 0 200 0 194 0 206 0 200 0 178 0 178 0 217 0 189 0 183 0 206 0 217 0 211 0 194 0 200 0 194 0 189 0 189 0 217 0 200 0 200 0 194 0 183 0 194 0 206 0 189 0 200 0 206 0 +USW00021504197907PRCP 8 0 25 0 56 0 155 0 36 0 25 0 249 0 150 0 3 0 38 0 0T 0 0 0 0T 0 71 0 15 0 0T 0 23 0 38 0 13 0 25 0 5 0 97 0 64 0 64 0 234 0 66 0 137 0 18 0 5 0 33 0 10 0 +USW00021504197907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197907ACMH 100 X 100 X 90 X 100 X 90 X 90 X 90 X 100 X 80 X 90 X 80 X 60 X 60 X 100 X 90 X 90 X 50 X 80 X 60 X 70 X 80 X 90 X 70 X 70 X 90 X 80 X 90 X 90 X 70 X 100 X 60 X +USW00021504197907ACSH 100 X 100 X 90 X 100 X 90 X 90 X 90 X 90 X 90 X 90 X 80 X 60 X 60 X 100 X 100 X 90 X 30 X 70 X 60 X 70 X 70 X 90 X 70 X 60 X 80 X 80 X 90 X 80 X 60 X 100 X 50 X +USW00021504197907PGTM 1230 X 1036 X 1630 X 0636 X 2200 X 1712 X 1524 X 1224 X 1542 X 1618 X 1354 X 1306 X 1218 X 1518 X 1106 X 1354 X 1248 X 1506 X 1536 X 1230 X 1030 X 0948 X 1324 X 1254 X 1200 X 1512 X 0818 X 0854 X 1242 X 1506 X 1230 X +USW00021504197907PSUN 74 X 62 X 33 X 22 X 58 X 54 X 35 X 37 X 9 X 63 X 35 X 56 X 55 X 3 X 22 X 46 X 78 X 53 X 71 X 56 X 84 X 24 X 58 X 73 X 52 X 41 X 29 X 30 X 58 X 0 X 55 X +USW00021504197907TSUN 594 X 492 X 264 X 174 X 462 X 432 X 282 X 294 X 66 X 498 X 276 X 444 X 438 X 18 X 180 X 366 X 612 X 420 X 564 X 444 X 666 X 192 X 462 X 576 X 408 X 318 X 228 X 240 X 456 X 0 X 432 X +USW00021504197907WDFG 90W X 45W X 90W X 270W X 360W X 45W X 45W X 45W X 45W X 45W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 45W X 45W X 90W X 45W X 135W X 90W X 90W X 180W X 45W X +USW00021504197907WDFM 90W X 45W X 270W X 270W X 45W X 90W X 45W X 45W X 45W X 90W X 90W X 135W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 270W X 90W X 270W X 45W X 45W X 90W X 45W X 270W X 90W X 90W X 225W X 45W X +USW00021504197907WSFG 72 X 87 X 62 X 72 X 82 X 77 X 77 X 67 X 57 X 62 X 93 X 103 X 82 X 57 X 77 X 77 X 67 X 87 X 67 X 62 X 77 X 67 X 67 X 93 X 87 X 77 X 72 X 77 X 87 X 57 X 72 X +USW00021504197907WSFM 54 X 58 X 45 X 54 X 45 X 49 X 49 X 40 X 36 X 45 X 67 X 76 X 58 X 40 X 54 X 58 X 45 X 63 X 40 X 40 X 49 X 31 X 45 X 63 X 54 X 45 X 49 X 54 X 49 X 40 X 45 X +USW00021504197907WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504197908TMAX 278 0 283 0 278 0 278 0 272 0 278 0 283 0 294 0 283 0 289 0 289 0 283 0 267 0 283 0 311 0 272 0 289 0 283 0 289 0 283 0 289 0 289 0 278 0 283 0 278 0 289 0 283 0 289 0 300 0 306 0 294 0 +USW00021504197908TMIN 194 0 178 0 206 0 211 0 200 0 183 0 189 0 211 0 217 0 211 0 194 0 200 0 211 0 217 0 228 0 228 0 194 0 194 0 200 0 194 0 183 0 183 0 200 0 189 0 194 0 189 0 194 0 183 0 194 0 200 0 200 0 +USW00021504197908PRCP 48 0 30 0 89 0 41 0 41 0 71 0 0 0 0T 0 0 0 13 0 0 0 15 0 64 0 244 0 556 0 310 0 0 0 23 0 0 0 15 0 0T 0 18 0 112 0 0T 0 38 0 0 0 0 0 61 0 0 0 0 0 0 0 +USW00021504197908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197908ACMH 70 X 70 X 90 X 80 X 70 X 80 X 80 X 90 X 100 X 90 X 60 X 60 X 100 X 90 X 90 X 100 X 70 X 90 X 70 X 60 X 50 X 40 X 50 X 50 X 60 X 50 X 50 X 70 X 20 X 30 X 40 X +USW00021504197908ACSH 70 X 50 X 80 X 60 X 60 X 80 X 90 X 80 X 100 X 90 X 40 X 60 X 90 X 90 X 80 X 100 X 50 X 90 X 70 X 60 X 60 X 40 X 50 X 50 X 50 X 40 X 40 X 80 X 20 X 20 X 20 X +USW00021504197908PGTM 1518 X 0942 X 1318 X 1642 X 1448 X 1012 X 1248 X 1306 X 1106 X 1248 X 1318 X 2212 X 1606 X 0612 X 1036 X 0306 X 1218 X 1442 X 1148 X 1430 X 1148 X 1500 X 1636 X 1318 X 1330 X 1336 X 1248 X 2048 X 1524 X 1300 X 1130 X +USW00021504197908PSUN 57 X 65 X 55 X 61 X 72 X 30 X 63 X 37 X 30 X 45 X 80 X 71 X 18 X 43 X 54 X 2 X 40 X 21 X 27 X 21 X 61 X 76 X 74 X 84 X 78 X 75 X 75 X 87 X 81 X 81 X 82 X +USW00021504197908TSUN 444 X 510 X 426 X 480 X 564 X 234 X 492 X 288 X 228 X 348 X 618 X 546 X 138 X 330 X 414 X 18 X 306 X 156 X 210 X 162 X 462 X 576 X 564 X 642 X 588 X 570 X 570 X 660 X 606 X 612 X 618 X +USW00021504197908WDFG 90W X 90W X 90W X 45W X 360W X 90W X 45W X 45W X 135W X 90W X 45W X 90W X 45W X 270W X 135W X 135W X 45W X 45W X 90W X 90W X 90W X 360W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 45W X +USW00021504197908WDFM 45W X 90W X 45W X 45W X 360W X 90W X 45W X 90W X 135W X 90W X 45W X 90W X 270W X 270W X 270W X 135W X 90W X 90W X 90W X 90W X 90W X 45W X 360W X 45W X 90W X 225W X 45W X 90W X 90W X 90W X 45W X +USW00021504197908WSFG 77 X 82 X 77 X 87 X 62 X 67 X 57 X 67 X 82 X 72 X 62 X 82 X 62 X 57 X 72 X 82 X 72 X 82 X 77 X 67 X 103 X 57 X 57 X 77 X 57 X 67 X 57 X 57 X 77 X 87 X 67 X +USW00021504197908WSFM 54 X 63 X 54 X 49 X 36 X 49 X 36 X 40 X 67 X 45 X 45 X 49 X 45 X 45 X 45 X 63 X 49 X 63 X 58 X 45 X 67 X 31 X 31 X 49 X 36 X 45 X 40 X 45 X 54 X 72 X 40 X +USW00021504197908WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00021504197909TMAX 294 0 289 0 294 0 294 0 294 0 294 0 294 0 294 0 311 0 300 0 306 0 294 0 289 0 294 0 300 0 306 0 306 0 294 0 300 0 300 0 300 0 300 0 300 0 272 0 283 0 283 0 294 0 289 0 289 0 294 0-9999 +USW00021504197909TMIN 206 0 222 0 211 0 194 0 194 0 194 0 200 0 200 0 189 0 200 0 211 0 211 0 189 0 206 0 200 0 189 0 189 0 200 0 183 0 189 0 189 0 200 0 189 0 206 0 189 0 189 0 200 0 200 0 217 0 217 0-9999 +USW00021504197909PRCP 0T 0 43 0 97 0 3 0 0T 0 36 0 53 0 51 0 0 0 0T 0 28 0 46 0 0T 0 0 0 0T 0 0 0 13 0 61 0 0T 0 0 0 0T 0 3 0 48 0 287 0 38 0 48 0 46 0 13 0 3 0 10 0-9999 +USW00021504197909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197909ACMH 70 X 80 X 60 X 40 X 40 X 40 X 50 X 40 X 40 X 40 X 40 X 50 X 30 X 30 X 60 X 30 X 60 X 50 X 30 X 30 X 70 X 90 X 60 X 100 X 90 X 80 X 70 X 90 X 100 X 100 X-9999 +USW00021504197909ACSH 60 X 80 X 50 X 50 X 40 X 30 X 40 X 30 X 50 X 20 X 20 X 30 X 30 X 20 X 50 X 20 X 60 X 50 X 30 X 40 X 80 X 100 X 50 X 100 X 100 X 100 X 40 X 100 X 100 X 100 X-9999 +USW00021504197909PGTM 1124 X 1148 X 2224 X 1148 X 1324 X 1106 X 1354 X 1248 X 1230 X 1354 X 1442 X 1242 X 1048 X 0142 X 1348 X 1448 X 1230 X 1342 X 1518 X 1154 X 1206 X 1318 X 1142 X 1812 X 1148 X 1036 X 1112 X 1224 X 1318 X 0224 X-9999 +USW00021504197909PSUN 75 X 73 X 94 X 91 X 93 X 93 X 84 X 86 X 81 X 90 X 86 X 93 X 94 X 91 X 93 X 90 X 70 X 89 X 86 X 91 X 91 X 74 X 86 X 51 X 49 X 48 X 72 X 61 X 67 X 35 X-9999 +USW00021504197909TSUN 564 X 552 X 708 X 678 X 696 X 696 X 624 X 636 X 600 X 666 X 642 X 690 X 696 X 672 X 684 X 660 X 510 X 654 X 630 X 666 X 666 X 540 X 624 X 372 X 354 X 342 X 522 X 444 X 486 X 252 X-9999 +USW00021504197909WDFG 90W X 45W X 135W X 90W X 45W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 45W X 360W X 90W X 45W X 90W X 45W X 45W X 45W X 90W X 90W X 45W X 45W X 90W X 270W X 90W X 90W X 90W X 270W X-9999 +USW00021504197909WDFM 90W X 45W X 135W X 90W X 45W X 90W X 45W X 45W X 90W X 90W X 90W X 45W X 45W X 360W X 90W X 90W X 90W X 135W X 45W X 90W X 90W X 90W X 45W X 45W X 90W X 270W X 90W X 90W X 90W X 270W X-9999 +USW00021504197909WSFG 67 X 82 X 93 X 77 X 77 X 77 X 62 X 67 X 98 X 67 X 72 X 67 X 82 X 67 X 67 X 77 X 93 X 62 X 62 X 72 X 82 X 67 X 72 X 87 X 82 X 57 X 93 X 77 X 72 X 62 X-9999 +USW00021504197909WSFM 45 X 54 X 67 X 54 X 45 X 49 X 45 X 36 X 67 X 49 X 54 X 40 X 58 X 31 X 45 X 54 X 72 X 40 X 40 X 49 X 49 X 40 X 49 X 58 X 58 X 45 X 54 X 54 X 54 X 49 X-9999 +USW00021504197909WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504197910TMAX 272 0 283 0 283 0 289 0 256 0 306 0 317 0 328 0 317 0 300 0 306 0 300 0 289 0 289 0 294 0 306 0 267 0 289 0 283 0 283 0 289 0 278 0 278 0 283 0 278 0 283 0 289 0 289 0 283 0 267 0 278 0 +USW00021504197910TMIN 200 0 200 0 211 0 194 0 217 0 206 0 206 0 206 0 211 0 217 0 194 0 194 0 194 0 189 0 200 0 189 0 222 0 206 0 211 0 200 0 200 0 189 0 189 0 194 0 206 0 189 0 183 0 200 0 206 0 200 0 189 0 +USW00021504197910PRCP 10 0 188 0 119 0 86 0 48 0 0 0 0T 0 25 0 48 0 0 0 0 0 0 0 0 0 10 0 46 0 124 0 30 0 89 0 165 0 25 0 71 0 8 0 3 0 3 0 0T 0 3 0 0 0 74 0 30 0 38 0 33 0 +USW00021504197910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197910ACMH 90 X 90 X 90 X 90 X 100 X 90 X 80 X 70 X 60 X 50 X 50 X 70 X 80 X 20 X 40 X 50 X 90 X 90 X 90 X 80 X 50 X 70 X 50 X 60 X 80 X 50 X 40 X 90 X 90 X 90 X 80 X +USW00021504197910ACSH 100 X 100 X 90 X 90 X 100 X 90 X 70 X 70 X 50 X 50 X 60 X 90 X 80 X 10 X 30 X 40 X 100 X 90 X 90 X 80 X 50 X 60 X 20 X 30 X 70 X 30 X 40 X 100 X 90 X 100 X 90 X +USW00021504197910PGTM 2000 X 1912 X 1848 X 1418 X 0936 X 1448 X 1318 X 1242 X 1300 X 1418 X 1254 X 1136 X 1512 X 1406 X 1430 X 2254 X 1518 X 1100 X 1536 X 0936 X 1330 X 1112 X 1648 X 0248 X 1236 X 1124 X 1424 X 1330 X 1318 X 0512 X 0930 X +USW00021504197910PSUN 13 X 32 X 52 X 19 X 0 X 21 X 45 X 35 X 30 X 32 X 31 X 71 X 58 X 90 X 75 X 73 X 1 X 42 X 36 X 44 X 57 X 66 X 72 X 76 X 53 X 76 X 71 X 16 X 36 X 0 X 58 X +USW00021504197910TSUN 90 X 234 X 378 X 138 X 0 X 150 X 318 X 246 X 210 X 228 X 222 X 504 X 414 X 636 X 528 X 516 X 12 X 294 X 252 X 306 X 402 X 462 X 498 X 528 X 372 X 522 X 492 X 108 X 246 X 0 X 396 X +USW00021504197910WDFG 90W X 135W X 90W X 90W X 135W X 90W X 315W X 135W X 135W X 90W X 90W X 90W X 360W X 360W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 360W X 270W X 360W X 45W X 90W X 90W X 90W X 225W X 45W X +USW00021504197910WDFM 90W X 135W X 135W X 90W X 270W X 135W X 315W X 135W X 135W X 135W X 90W X 90W X 90W X 360W X 90W X 90W X 90W X 90W X 90W X 270W X 90W X 45W X 315W X 315W X 45W X 45W X 90W X 90W X 90W X 225W X 90W X +USW00021504197910WSFG 82 X 87 X 98 X 87 X 67 X 118 X 108 X 103 X 93 X 93 X 72 X 77 X 67 X 77 X 72 X 77 X 77 X 77 X 72 X 57 X 72 X 67 X 77 X 77 X 57 X 67 X 82 X 77 X 103 X 51 X 72 X +USW00021504197910WSFM 67 X 67 X 67 X 67 X 49 X 76 X 67 X 76 X 72 X 72 X 40 X 45 X 36 X 45 X 40 X 49 X 45 X 45 X 54 X 40 X 45 X 45 X 45 X 45 X 36 X 45 X 54 X 54 X 76 X 36 X 49 X +USW00021504197910WT03-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504197910WT16 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00021504197911TMAX 283 0 283 0 278 0 278 0 278 0 278 0 289 0 267 0 272 0 272 0 272 0 267 0 267 0 244 0 244 0 256 0 228 0 239 0 272 0 272 0 267 0 283 0 278 0 267 0 278 0 250 0 267 0 256 0 278 0 294 0-9999 +USW00021504197911TMIN 183 0 194 0 183 0 194 0 172 0 183 0 161 0 172 0 167 0 183 0 183 0 178 0 178 0 206 0 189 0 189 0 194 0 206 0 200 0 194 0 183 0 200 0 189 0 178 0 189 0 211 0 194 0 183 0 172 0 183 0-9999 +USW00021504197911PRCP 0 0 18 0 160 0 84 0 112 0 46 0 0 0 15 0 0T 0 0 0 0T 0 3 0 13 0 269 0 665 0 589 0 2870 0 191 0 61 0 157 0 81 0 53 0 0T 0 41 0 10 0 0 0 0T 0 38 0 0 0 0T 0-9999 +USW00021504197911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504197911ACMH 60 X 50 X 60 X 60 X 60 X 40 X 50 X 70 X 70 X 80 X 70 X 70 X 80 X 100 X 100 X 100 X 100 X 100 X 80 X 60 X 80 X 70 X 50 X 70 X 70 X 90 X 80 X 80 X 60 X 20 X-9999 +USW00021504197911ACSH 70 X 30 X 60 X 40 X 50 X 40 X 70 X 70 X 70 X 80 X 40 X 50 X 70 X 100 X 100 X 90 X 100 X 100 X 60 X 60 X 90 X 60 X 70 X 90 X 60 X 100 X 60 X 70 X 60 X 10 X-9999 +USW00021504197911PGTM 1230 X 2106 X 2348 X 2312 X 1718 X 0006 X 1400 X 1130 X 1654 X 1630 X 1454 X 1642 X 1054 X 2000 X 0500 X 1324 X 0048 X 0548 X 1500 X 1042 X 1536 X 1524 X 1054 X 0912 X 2306 X 0148 X 1454 X 1548 X 1430 X 1436 X-9999 +USW00021504197911PSUN 93 X 89 X 79 X 74 X 71 X 73 X 88 X 60 X 58 X 32 X 60 X 50 X 43 X 20 X 0 X 4 X 1 X 0 X 55 X 58 X 27 X 36 X 31 X 13 X 58 X 5 X 47 X 25 X 50 X 91 X-9999 +USW00021504197911TSUN 636 X 606 X 540 X 510 X 486 X 492 X 594 X 408 X 396 X 216 X 402 X 336 X 288 X 138 X 0 X 24 X 6 X 0 X 366 X 390 X 180 X 240 X 204 X 84 X 384 X 36 X 312 X 168 X 330 X 600 X-9999 +USW00021504197911WDFG 90W X 270W X 270W X 270W X 90W X 270W X 90W X 315W X 360W X 315W X 315W X 315W X 360W X 45W X 360W X 90W X 45W X 45W X 360W X 45W X 45W X 90W X 90W X 90W X 45W X 315W X 360W X 180W X 135W X 135W X-9999 +USW00021504197911WDFM 45W X 270W X 270W X 270W X 270W X 270W X 90W X 360W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 90W X 45W X 90W X 270W X 270W X 270W X 90W X 90W X 90W X 315W X 315W X 315W X 180W X 90W X 135W X-9999 +USW00021504197911WSFG 57 X 57 X 57 X 57 X 93 X 72 X 72 X 93 X 72 X 62 X 57 X 62 X 82 X 87 X 87 X 93 X 139 X 103 X 57 X 67 X 51 X 72 X 98 X 62 X 134 X 103 X 67 X 62 X 67 X 113 X-9999 +USW00021504197911WSFM 31 X 40 X 40 X 45 X 54 X 45 X 54 X 54 X 45 X 36 X 36 X 36 X 45 X 58 X 54 X 72 X 85 X 67 X 36 X 40 X 31 X 54 X 76 X 40 X 72 X 72 X 45 X 36 X 54 X 80 X-9999 +USW00021504197911WT16-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 +USW00021504197912TMAX 272 0 267 0 256 0 244 0 256 0 272 0 272 0 283 0 294 0 289 0 272 0 283 0 278 0 300 0 300 0 278 0 294 0 278 0 294 0 278 0 272 0 283 0 267 0 272 0 228 0 256 0 267 0 267 0 250 0 256 0 272 0 +USW00021504197912TMIN 200 0 178 0 206 0 178 0 178 0 172 0 194 0 211 0 172 0 178 0 172 0 183 0 172 0 178 0 156 0 172 0 189 0 178 0 144 0 172 0 200 0 189 0 200 0 183 0 178 0 183 0 178 0 161 0 189 0 194 0 144 0 +USW00021504197912PRCP 51 0 81 0 5 0 10 0 0T 0 114 0 470 0 89 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 112 0 117 0 0T 0 56 0 3 0 0T 0 58 0 33 0 58 0 262 0 46 0 43 0 175 0 91 0 0T 0 +USW00021504197912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504197912ACMH 90 X 90 X 80 X 80 X 90 X 80 X 100 X 70 X 30 X 30 X 40 X 50 X 40 X 10 X 0 X 30 X 50 X 40 X 20 X 50 X 70 X 70 X 80 X 90 X 90 X 80 X 60 X 50 X 100 X 90 X 0 X +USW00021504197912ACSH 100 X 90 X 50 X 60 X 100 X 70 X 100 X 70 X 20 X 30 X 50 X 30 X 20 X 10 X 0 X 20 X 20 X 20 X 10 X 40 X 70 X 50 X 70 X 100 X 100 X 70 X 60 X 50 X 100 X 90 X 0 X +USW00021504197912PGTM 0800 X 1742 X 1706 X 0236 X 1254 X 1342 X 1218 X 1630 X 1306 X 1248 X 1312 X 1930 X 1448 X 1124 X 1206 X 1124 X 2212 X 1136 X 1242 X 1312 X 1242 X 1218 X 0348 X 2118 X 0754 X 1200 X 1306 X 1030 X 0742 X 1606 X 1354 X +USW00021504197912PSUN 18 X 56 X 77 X 37 X 7 X 40 X 30 X 48 X 88 X 72 X 62 X 70 X 73 X 76 X 91 X 71 X 73 X 68 X 75 X 66 X 24 X 49 X 28 X 73 X 14 X 42 X 31 X 52 X 4 X 11 X 98 X +USW00021504197912TSUN 120 X 372 X 510 X 246 X 42 X 264 X 198 X 318 X 582 X 474 X 414 X 462 X 480 X 498 X 600 X 468 X 480 X 444 X 492 X 432 X 162 X 318 X 186 X 480 X 96 X 276 X 204 X 342 X 30 X 72 X 648 X +USW00021504197912WDFG 225W X 315W X 315W X 360W X 270W X 90W X 90W X 135W X 135W X 90W X 90W X 315W X 315W X 180W X 135W X 360W X 315W X 360W X 90W X 90W X 90W X 90W X 90W X 225W X 315W X 315W X 45W X 45W X 270W X 135W X 315W X +USW00021504197912WDFM 180W X 315W X 315W X 360W X 270W X 225W X 90W X 90W X 135W X 90W X 90W X 90W X 315W X 90W X 90W X 180W X 315W X 45W X 90W X 90W X 90W X 135W X 45W X 90W X 315W X 315W X 90W X 270W X 270W X 135W X 315W X +USW00021504197912WSFG 51 X 108 X 123 X 113 X 46 X 51 X 67 X 98 X 113 X 67 X 46 X 57 X 57 X 51 X 57 X 36 X 57 X 36 X 51 X 62 X 57 X 62 X 77 X 46 X 149 X 72 X 57 X 51 X 46 X 62 X 67 X +USW00021504197912WSFM 40 X 63 X 80 X 72 X 31 X 36 X 49 X 67 X 85 X 54 X 40 X 58 X 45 X 45 X 49 X 31 X 49 X 31 X 45 X 54 X 49 X 63 X 45 X 36 X 94 X 45 X 31 X 36 X 45 X 49 X 49 X +USW00021504197912WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504198001TMAX 256 0 256 0 256 0 261 0 256 0 267 0 278 0 294 0 267 0 294 0 300 0 278 0 283 0 306 0 294 0 283 0 311 0 267 0 261 0 267 0 289 0 250 0 239 0 244 0 239 0 267 0 272 0 289 0 283 0 306 0 289 0 +USW00021504198001TMIN 178 0 178 0 172 0 167 0 167 0 150 0 144 0 189 0 211 0 194 0 206 0 200 0 211 0 172 0 172 0 189 0 172 0 156 0 122 0 139 0 122 0 167 0 156 0 150 0 144 0 139 0 156 0 144 0 133 0 167 0 167 0 +USW00021504198001PRCP 0 0 0 0 5 0 0T 0 0T 0 23 0 0 0 3 0 130 0 0T 0 0T 0 5 0 51 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USW00021504198001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198001ACMH 30 X 60 X 70 X 60 X 80 X 50 X 10 X 90 X 90 X 60 X 40 X 60 X 80 X 30 X 30 X 50 X 10 X 30 X 0 X 0 X 10 X 80 X 50 X 50 X 40 X 60 X 50 X 10 X 20 X 40 X 70 X +USW00021504198001ACSH 30 X 50 X 60 X 60 X 80 X 80 X 20 X 100 X 100 X 90 X 50 X 50 X 70 X 20 X 20 X 40 X 0 X 50 X 0 X 0 X 0 X 80 X 30 X 60 X 40 X 50 X 40 X 10 X 10 X 30 X 70 X +USW00021504198001PGTM 1342 X 0006 X 1354 X 1106 X 0148 X 2154 X 1530 X 2042 X 0324 X 1348 X 1212 X 1100 X 1048 X 1236 X 1306 X 1430 X 1530 X 1642 X 0106 X 1100 X 1400 X 0630 X 1430 X 0948 X 0000 X 1224 X 1348 X 1412 X 1448 X 1254 X 1130 X +USW00021504198001PSUN 71 X 74 X 47 X 51 X 27 X 47 X 81 X 24 X 6 X 14 X 62 X 59 X 36 X 77 X 86 X 49 X 97 X 58 X 100 X 100 X 100 X 39 X 90 X 44 X 66 X 48 X 57 X 83 X 81 X 79 X 53 X +USW00021504198001TSUN 468 X 486 X 312 X 336 X 180 X 306 X 540 X 156 X 42 X 96 X 414 X 390 X 240 X 510 X 570 X 330 X 648 X 384 X 666 X 666 X 666 X 264 X 606 X 294 X 438 X 324 X 384 X 558 X 546 X 528 X 360 X +USW00021504198001WDF1 310 X 350 X 50 X 60 X 90 X 160 X 130 X 180 X 170 X 160 X 330 X 40 X 150 X 110 X 120 X 120 X 140 X 350 X 340 X 90 X 110 X 350 X 340 X 340 X 340 X 110 X 130 X 100 X 110 X 120 X 120 X +USW00021504198001WDFG 315W X 315W X 45W X 45W X 90W X 135W X 135W X 180W X 180W X 135W X 135W X 360W X 135W X 90W X 135W X 135W X 135W X 360W X 360W X 45W X 90W X 315W X 360W X 360W X 270W X 90W X 90W X 90W X 90W X 45W X 135W X +USW00021504198001WSF1 72 X 54 X 54 X 54 X 40 X 63 X 63 X 112 X 67 X 76 X 40 X 31 X 36 X 54 X 58 X 54 X 45 X 63 X 63 X 40 X 72 X 76 X 54 X 54 X 54 X 67 X 45 X 58 X 45 X 31 X 31 X +USW00021504198001WSFG 113 X 82 X 67 X 62 X 62 X 93 X 113 X 185 X 149 X 123 X 67 X 46 X 51 X 87 X 93 X 103 X 103 X 129 X 98 X 62 X 98 X 103 X 108 X 82 X 67 X 72 X 72 X 87 X 72 X 51 X 57 X +USW00021504198001WT16-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00021504198002TMAX 267 0 267 0 267 0 267 0 278 0 283 0 278 0 294 0 294 0 278 0 256 0 267 0 283 0 272 0 272 0 294 0 244 0 256 0 278 0 272 0 289 0 278 0 300 0 289 0 283 0 239 0 311 0 228 0 256 0-9999 -9999 +USW00021504198002TMIN 167 0 183 0 167 0 167 0 189 0 167 0 189 0 172 0 183 0 194 0 206 0 183 0 161 0 167 0 200 0 183 0 167 0 156 0 172 0 172 0 167 0 156 0 172 0 172 0 183 0 194 0 172 0 189 0 194 0-9999 -9999 +USW00021504198002PRCP 0 0 41 0 0 0 0 0 91 0 0T 0 0 0 0T 0 0 0 201 0 112 0 5 0 36 0 0T 0 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 173 0 282 0-9999 -9999 +USW00021504198002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504198002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504198002ACMH 80 X 90 X 50 X 60 X 50 X 70 X 30 X 30 X 60 X 80 X 100 X 50 X 50 X 40 X 50 X 30 X 30 X 40 X 60 X 80 X 40 X 40 X 40 X 20 X 60 X 90 X 80 X 100 X 100 X-9999 -9999 +USW00021504198002ACSH 90 X 90 X 40 X 70 X 60 X 70 X 10 X 40 X 60 X 80 X 100 X 40 X 70 X 40 X 60 X 30 X 40 X 40 X 30 X 60 X 30 X 20 X 20 X 20 X 80 X 100 X 60 X 100 X 100 X-9999 -9999 +USW00021504198002PGTM 1600 X 1448 X 1230 X 1300 X 1312 X 1336 X 1200 X 1336 X 1336 X 2336 X 1336 X 1424 X 1824 X 1248 X 1042 X 2354 X 0118 X 0912 X 1242 X 1054 X 1006 X 0936 X 1430 X 1400 X 1742 X 0224 X 2112 X 0000 X 1542 X-9999 -9999 +USW00021504198002PSUN 64 X 27 X 62 X 50 X 39 X 34 X 88 X 73 X 49 X 55 X 34 X 71 X 54 X 60 X 30 X 64 X 72 X 60 X 75 X 59 X 64 X 80 X 80 X 83 X 36 X 0 X 51 X 22 X 29 X-9999 -9999 +USW00021504198002TSUN 432 X 186 X 426 X 336 X 264 X 234 X 600 X 498 X 336 X 378 X 234 X 492 X 372 X 414 X 204 X 444 X 498 X 414 X 522 X 414 X 444 X 558 X 558 X 582 X 252 X 0 X 360 X 156 X 198 X-9999 -9999 +USW00021504198002WDF1 10 X 110 X 350 X 10 X 70 X 100 X 220 X 120 X 120 X 20 X 330 X 110 X 350 X 140 X 50 X 340 X 340 X 30 X 40 X 30 X 90 X 10 X 360 X 20 X 350 X 340 X 350 X 350 X 40 X-9999 -9999 +USW00021504198002WDFG 360W X 135W X 45W X 360W X 90W X 135W X 45W X 90W X 90W X 315W X 360W X 90W X 360W X 360W X 45W X 315W X 360W X 360W X 45W X 45W X 90W X 45W X 360W X 315W X 45W X 315W X 360W X 360W X 45W X-9999 -9999 +USW00021504198002WSF1 36 X 45 X 40 X 54 X 40 X 36 X 40 X 40 X 54 X 40 X 36 X 67 X 54 X 40 X 45 X 89 X 89 X 31 X 31 X 31 X 27 X 27 X 36 X 27 X 54 X 31 X 94 X 54 X 40 X-9999 -9999 +USW00021504198002WSFG 62 X 77 X 51 X 62 X 72 X 46 X 51 X 82 X 108 X 51 X 46 X 87 X 67 X 46 X 98 X 129 X 139 X 51 X 72 X 41 X 51 X 36 X 57 X 67 X 108 X 72 X 164 X 87 X 57 X-9999 -9999 +USW00021504198002WT16-9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00021504198003TMAX 261 0 261 0 272 0 267 0 261 0 283 0 267 0 250 0 239 0 256 0 278 0 250 0 244 0 272 0 233 0 239 0 239 0 261 0 244 0 272 0 278 0 250 0 261 0 228 0 244 0 267 0 267 0 272 0 272 0 267 0 267 0 +USW00021504198003TMIN 183 0 167 0 178 0 183 0 189 0 194 0 189 0 178 0 189 0 189 0 178 0 178 0 183 0 194 0 183 0 189 0 200 0 217 0 183 0 194 0 189 0 211 0 206 0 200 0 194 0 194 0 183 0 183 0 189 0 178 0 178 0 +USW00021504198003PRCP 130 0 3 0 18 0 43 0 175 0 43 0 20 0 208 0 64 0 61 0 114 0 89 0 617 0 597 0 871 0 1196 0 3978 0 754 0 622 0 338 0 122 0 165 0 447 0 617 0 592 0 86 0 340 0 71 0 114 0 119 0 66 0 +USW00021504198003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198003ACMH 60 X 60 X 80 X 70 X 90 X 90 X 100 X 70 X 90 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 80 X 100 X 100 X 100 X 90 X 100 X 70 X 60 X 80 X 80 X +USW00021504198003ACSH 40 X 40 X 80 X 60 X 90 X 80 X 90 X 70 X 80 X 100 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 70 X 90 X 100 X 100 X 100 X 90 X 100 X 50 X 60 X 90 X 80 X +USW00021504198003PGTM 1442 X 1130 X 1200 X 2330 X 1312 X 1312 X 1854 X 2318 X 1154 X 1000 X 1254 X 0936 X 1530 X 0900 X 1142 X 1206 X 1430 X 0154 X 0706 X 1648 X 2124 X 1942 X 1342 X 0148 X 0300 X 1218 X 1424 X 2348 X 1306 X 1406 X 2212 X +USW00021504198003PSUN 65 X 75 X 48 X 82 X 7 X 12 X 12 X 67 X 24 X 41 X 62 X 19 X 8 X 24 X 2 X 3 X 0 X 2 X 0 X 26 X 46 X 28 X 25 X 0 X 2 X 31 X 17 X 67 X 56 X 34 X 52 X +USW00021504198003TSUN 462 X 534 X 342 X 582 X 54 X 84 X 84 X 480 X 174 X 294 X 444 X 138 X 60 X 174 X 12 X 24 X 0 X 18 X 0 X 186 X 336 X 210 X 180 X 0 X 18 X 228 X 126 X 498 X 414 X 252 X 384 X +USW00021504198003WDF1 60 X 70 X 50 X 100 X 70 X 70 X 290 X 40 X 50 X 70 X 160 X 170 X 300 X 30 X 40 X 130 X 290 X 120 X 100 X 70 X 50 X 90 X 100 X 100 X 80 X 70 X 70 X 110 X 110 X 80 X 330 X +USW00021504198003WDFG 45W X 45W X 45W X 270W X 45W X 45W X 270W X 45W X 45W X 45W X 90W X 45W X 45W X 45W X 225W X 135W X 270W X 135W X 315W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 90W X 315W X +USW00021504198003WSF1 40 X 27 X 45 X 31 X 58 X 58 X 36 X 54 X 67 X 54 X 36 X 36 X 36 X 40 X 36 X 54 X 98 X 94 X 58 X 63 X 58 X 67 X 98 X 98 X 67 X 80 X 67 X 67 X 67 X 36 X 36 X +USW00021504198003WSFG 57 X 36 X 72 X 67 X 87 X 108 X 57 X 72 X 82 X 129 X 87 X 67 X 51 X 82 X 46 X 98 X 134 X 113 X 98 X 82 X 82 X 93 X 139 X 134 X 118 X 113 X 82 X 87 X 93 X 62 X 67 X +USW00021504198003WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504198004TMAX 283 0 278 0 272 0 272 0 272 0 278 0 283 0 278 0 283 0 289 0 272 0 233 0 228 0 272 0 283 0 278 0 283 0 278 0 278 0 278 0 278 0 289 0 294 0 294 0 294 0 289 0 278 0 272 0 278 0 289 0-9999 +USW00021504198004TMIN 200 0 217 0 206 0 200 0 167 0 194 0 178 0 183 0 178 0 172 0 189 0 194 0 200 0 194 0 200 0 189 0 183 0 194 0 183 0 183 0 194 0 194 0 211 0 217 0 194 0 206 0 206 0 183 0 200 0 200 0-9999 +USW00021504198004PRCP 155 0 81 0 318 0 104 0 33 0 30 0 0 0 15 0 20 0 46 0 56 0 284 0 279 0 216 0 155 0 3 0 13 0 127 0 13 0 0 0 94 0 76 0 150 0 89 0 30 0 71 0 0 0 3 0 137 0 198 0-9999 +USW00021504198004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198004ACMH 80 X 100 X 100 X 80 X 80 X 60 X 50 X 60 X 70 X 50 X 70 X 100 X 100 X 90 X 100 X 90 X 70 X 90 X 80 X 60 X 50 X 60 X 80 X 60 X 50 X 80 X 90 X 80 X 100 X 90 X-9999 +USW00021504198004ACSH 70 X 100 X 100 X 80 X 70 X 40 X 50 X 60 X 80 X 40 X 60 X 100 X 100 X 70 X 100 X 80 X 70 X 100 X 60 X 50 X 40 X 30 X 70 X 50 X 40 X 80 X 90 X 90 X 100 X 90 X-9999 +USW00021504198004PGTM 2148 X 0318 X 1112 X 1106 X 1736 X 1400 X 1200 X 0906 X 1054 X 1112 X 2324 X 1718 X 0606 X 1606 X 1200 X 1100 X 1100 X 0748 X 1118 X 0818 X 2124 X 1830 X 2254 X 0000 X 1100 X 2318 X 0854 X 1142 X 1142 X 1642 X-9999 +USW00021504198004PSUN 51 X 28 X 13 X 32 X 41 X 75 X 59 X 41 X 48 X 69 X 72 X 12 X 0 X 45 X 46 X 59 X 64 X 48 X 52 X 57 X 67 X 86 X 71 X 75 X 71 X 75 X 81 X 64 X 49 X 64 X-9999 +USW00021504198004TSUN 372 X 210 X 96 X 240 X 306 X 564 X 438 X 306 X 360 X 516 X 540 X 90 X 0 X 342 X 348 X 444 X 486 X 360 X 396 X 432 X 510 X 660 X 546 X 570 X 546 X 576 X 624 X 492 X 378 X 498 X-9999 +USW00021504198004WDF1 110 X 40 X 70 X 80 X 110 X 90 X 100 X 120 X 130 X 100 X 10 X 20 X 60 X 40 X 100 X 40 X 40 X 240 X 60 X 30 X 270 X 270 X 110 X 80 X 50 X 50 X 80 X 130 X 100 X 30 X-9999 +USW00021504198004WDFG 90W X 90W X 45W X 90W X 90W X 90W X 90W X 135W X 135W X 90W X 270W X 45W X 45W X 45W X 90W X 90W X 45W X 225W X 90W X 360W X 315W X 45W X 90W X 315W X 45W X 45W X 90W X 135W X 90W X 45W X-9999 +USW00021504198004WSF1 36 X 31 X 36 X 54 X 67 X 45 X 40 X 40 X 54 X 31 X 36 X 36 X 31 X 36 X 58 X 31 X 31 X 54 X 27 X 27 X 31 X 31 X 54 X 40 X 40 X 36 X 40 X 54 X 40 X 40 X-9999 +USW00021504198004WSFG 62 X 72 X 67 X 72 X 87 X 57 X 67 X 62 X 87 X 51 X 98 X 72 X 62 X 67 X 82 X 46 X 51 X 67 X 46 X 46 X 46 X 51 X 67 X 57 X 51 X 51 X 67 X 87 X 72 X 67 X-9999 +USW00021504198004WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00021504198005TMAX 294 0 289 0 289 0 294 0 283 0 300 0 294 0 294 0 289 0 294 0 283 0 244 0 294 0 306 0 300 0 306 0 306 0 300 0 300 0 289 0 294 0 300 0 300 0 289 0 294 0 294 0 300 0 306 0 311 0 306 0 289 0 +USW00021504198005TMIN 211 0 206 0 222 0 211 0 200 0 217 0 211 0 200 0 206 0 206 0 200 0 206 0 206 0 189 0 194 0 217 0 217 0 206 0 211 0 206 0 206 0 211 0 217 0 222 0 206 0 217 0 211 0 206 0 200 0 228 0 222 0 +USW00021504198005PRCP 109 0 25 0 0T 0 28 0 99 0 33 0 15 0 102 0 10 0 5 0 36 0 234 0 36 0 13 0 30 0 64 0 124 0 10 0 79 0 48 0 18 0 132 0 33 0 36 0 30 0 41 0 33 0 0T 0 0T 0 38 0 33 0 +USW00021504198005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198005ACMH 80 X 70 X 50 X 80 X 90 X 90 X 90 X 90 X 90 X 90 X 100 X 100 X 50 X 40 X 60 X 60 X 60 X 70 X 80 X 90 X 90 X 80 X 100 X 90 X 80 X 90 X 90 X 60 X 90 X 90 X 100 X +USW00021504198005ACSH 80 X 50 X 30 X 80 X 80 X 90 X 90 X 90 X 90 X 80 X 100 X 90 X 40 X 40 X 40 X 20 X 40 X 50 X 80 X 80 X 80 X 80 X 100 X 100 X 80 X 90 X 90 X 50 X 100 X 80 X 90 X +USW00021504198005PGTM 1906 X 1424 X 1154 X 1230 X 1730 X 1118 X 1306 X 1606 X 1206 X 1424 X 1330 X 1800 X 1354 X 1630 X 1330 X 1348 X 1300 X 1412 X 1648 X 1024 X 0812 X 1206 X 1306 X 1206 X 1006 X 1254 X 1236 X 1406 X 1318 X 1336 X 1054 X +USW00021504198005PSUN 72 X 56 X 83 X 45 X 29 X 44 X 66 X 66 X 60 X 54 X 41 X 6 X 81 X 74 X 83 X 81 X 62 X 66 X 62 X 43 X 20 X 26 X 16 X 2 X 31 X 28 X 31 X 38 X 72 X 19 X 3 X +USW00021504198005TSUN 552 X 438 X 642 X 354 X 222 X 342 X 510 X 510 X 468 X 426 X 324 X 48 X 636 X 582 X 648 X 642 X 486 X 516 X 486 X 336 X 162 X 204 X 126 X 18 X 246 X 222 X 252 X 306 X 570 X 150 X 24 X +USW00021504198005WDF1 300 X 60 X 10 X 50 X 100 X 120 X 360 X 120 X 60 X 70 X 70 X 220 X 90 X 40 X 80 X 70 X 110 X 70 X 50 X 60 X 30 X 110 X 100 X 100 X 120 X 110 X 260 X 120 X 110 X 120 X 130 X +USW00021504198005WDFG 45W X 45W X 360W X 45W X 135W X 135W X 45W X 135W X 45W X 90W X 45W X 90W X 135W X 90W X 90W X 135W X 135W X 45W X 45W X 90W X 225W X 90W X 135W X 90W X 135W X 90W X 135W X 135W X 135W X 135W X 135W X +USW00021504198005WSF1 31 X 36 X 54 X 58 X 67 X 63 X 36 X 67 X 45 X 45 X 54 X 40 X 54 X 45 X 54 X 54 X 54 X 40 X 45 X 45 X 45 X 58 X 67 X 58 X 58 X 80 X 63 X 67 X 89 X 80 X 63 X +USW00021504198005WSFG 57 X 62 X 77 X 82 X 87 X 82 X 57 X 82 X 72 X 87 X 77 X 77 X 87 X 67 X 72 X 77 X 82 X 67 X 98 X 72 X 87 X 103 X 93 X 72 X 93 X 108 X 87 X 103 X 118 X 113 X 87 X +USW00021504198005WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504198006TMAX 289 0 294 0 300 0 256 0 300 0 300 0 300 0 283 0 294 0 300 0 283 0 294 0 289 0 306 0 289 0 294 0 294 0 300 0 306 0 294 0 306 0 311 0 306 0 306 0 289 0 283 0 306 0 306 0 294 0 311 0-9999 +USW00021504198006TMIN 217 0 206 0 206 0 217 0 200 0 194 0 206 0 194 0 189 0 211 0 217 0 217 0 217 0 217 0 222 0 222 0 211 0 228 0 217 0 217 0 206 0 211 0 217 0 222 0 211 0 206 0 200 0 200 0 217 0 211 0-9999 +USW00021504198006PRCP 20 0 46 0 69 0 302 0 15 0 46 0 10 0 58 0 71 0 112 0 518 0 208 0 193 0 168 0 206 0 76 0 36 0 43 0 15 0 15 0 28 0 5 0 3 0 36 0 53 0 38 0 3 0 15 0 23 0 23 0-9999 +USW00021504198006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198006ACMH 90 X 90 X 80 X 100 X 100 X 100 X 80 X 80 X 70 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 60 X 90 X 60 X 70 X 70 X 90 X 80 X 90 X 70 X 60 X 80 X 80 X-9999 +USW00021504198006ACSH 90 X 100 X 70 X 100 X 100 X 100 X 70 X 90 X 60 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 50 X 80 X 60 X 70 X 70 X 90 X 80 X 100 X 60 X 40 X 80 X 70 X-9999 +USW00021504198006PGTM 1436 X 0854 X 1406 X 1142 X 1630 X 1424 X 1200 X 0836 X 1442 X 0236 X 1148 X 1306 X 1636 X 1606 X 1500 X 1506 X 1530 X 1354 X 1448 X 1124 X 1554 X 1242 X 1330 X 1330 X 1206 X 1454 X 1306 X 1524 X 1554 X 1324 X-9999 +USW00021504198006PSUN 24 X 16 X 53 X 0 X 62 X 23 X 67 X 17 X 59 X 54 X 11 X 29 X 31 X 16 X 17 X 6 X 17 X 44 X 78 X 21 X 61 X 43 X 56 X 30 X 47 X 28 X 66 X 65 X 48 X 65 X-9999 +USW00021504198006TSUN 186 X 126 X 420 X 0 X 492 X 186 X 534 X 132 X 468 X 432 X 84 X 228 X 246 X 132 X 138 X 54 X 132 X 354 X 624 X 168 X 486 X 348 X 450 X 246 X 378 X 228 X 528 X 516 X 384 X 522 X-9999 +USW00021504198006WDF1 100 X 240 X 20 X 120 X 90 X 100 X 80 X 240 X 110 X 280 X 60 X 90 X 230 X 70 X 90 X 90 X 60 X 100 X 100 X 80 X 20 X 80 X 90 X 70 X 80 X 250 X 230 X 100 X 30 X 80 X-9999 +USW00021504198006WDFG 90W X 225W X 360W X 135W X 90W X 90W X 90W X 135W X 90W X 225W X 45W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 90W X-9999 +USW00021504198006WSF1 76 X 58 X 40 X 63 X 36 X 54 X 63 X 58 X 76 X 45 X 58 X 72 X 58 X 36 X 67 X 54 X 40 X 54 X 45 X 54 X 45 X 72 X 58 X 54 X 54 X 45 X 40 X 67 X 45 X 58 X-9999 +USW00021504198006WSFG 103 X 72 X 67 X 82 X 62 X 87 X 82 X 87 X 93 X 77 X 82 X 113 X 72 X 62 X 87 X 67 X 77 X 77 X 72 X 77 X 62 X 98 X 87 X 82 X 77 X 67 X 67 X 98 X 57 X 82 X-9999 +USW00021504198006WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504198007TMAX 306 0 300 0 294 0 300 0 300 0 300 0 311 0 317 0 300 0 294 0 283 0 300 0 317 0 283 0 306 0 306 0 311 0 311 0 306 0 306 0 283 0 289 0 289 0 283 0 272 0 283 0 261 0 283 0 278 0 283 0 283 0 +USW00021504198007TMIN 222 0 217 0 206 0 211 0 206 0 194 0 233 0 228 0 228 0 217 0 217 0 217 0 211 0 222 0 228 0 206 0 217 0 228 0 217 0 211 0 217 0 206 0 217 0 200 0 200 0 211 0 217 0 211 0 206 0 206 0 206 0 +USW00021504198007PRCP 30 0 48 0 66 0 36 0 56 0 330 0 36 0 5 0 89 0 246 0 340 0 23 0 0T 0 20 0 28 0 15 0 122 0 94 0 0T 0 226 0 18 0 71 0 10 0 66 0 53 0 23 0 142 0 23 0 51 0 15 0 46 0 +USW00021504198007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198007ACMH 80 X 70 X 90 X 80 X 80 X 70 X 50 X 70 X 80 X 90 X 100 X 80 X 70 X 100 X 80 X 90 X 90 X 70 X 40 X 70 X 90 X 80 X 80 X 70 X 90 X 100 X 100 X 90 X 90 X 90 X 80 X +USW00021504198007ACSH 70 X 60 X 90 X 80 X 90 X 70 X 40 X 70 X 70 X 80 X 100 X 80 X 70 X 100 X 80 X 100 X 90 X 50 X 40 X 60 X 80 X 80 X 70 X 70 X 90 X 100 X 100 X 80 X 90 X 90 X 80 X +USW00021504198007PGTM 0654 X 1748 X 1506 X 0648 X 1036 X 1418 X 1518 X 1124 X 1724 X 1048 X 1854 X 1312 X 1418 X 1300 X 1300 X 2106 X 1218 X 1212 X 1330 X 1906 X 2024 X 1624 X 1142 X 0518 X 1212 X 1554 X 0848 X 1430 X 1254 X 1348 X 0918 X +USW00021504198007PSUN 42 X 67 X 21 X 45 X 38 X 62 X 78 X 43 X 67 X 61 X 17 X 60 X 36 X 3 X 55 X 64 X 51 X 67 X 83 X 59 X 40 X 29 X 42 X 57 X 42 X 46 X 4 X 30 X 34 X 32 X 50 X +USW00021504198007TSUN 336 X 534 X 168 X 360 X 306 X 498 X 618 X 342 X 528 X 486 X 138 X 474 X 288 X 24 X 438 X 504 X 408 X 528 X 654 X 462 X 318 X 234 X 336 X 444 X 330 X 366 X 30 X 240 X 270 X 252 X 390 X +USW00021504198007WDF1 340 X 60 X 80 X 140 X 300 X 190 X 120 X 90 X 40 X 80 X 330 X 80 X 130 X 300 X 70 X 20 X 90 X 90 X 40 X 290 X 90 X 230 X 50 X 230 X 60 X 240 X 240 X 360 X 110 X 60 X 360 X +USW00021504198007WDFG 90W X 135W X 90W X 225W X 315W X 360W X 90W X 90W X 45W X 90W X 315W X 90W X 90W X 315W X 45W X 225W X 90W X 90W X 45W X 360W X 135W X 90W X 45W X 225W X 45W X 45W X 225W X 45W X 90W X 45W X 315W X +USW00021504198007WSF1 58 X 40 X 67 X 45 X 40 X 54 X 72 X 72 X 45 X 54 X 40 X 54 X 67 X 45 X 54 X 40 X 54 X 54 X 40 X 54 X 54 X 45 X 36 X 63 X 40 X 40 X 45 X 36 X 76 X 45 X 54 X +USW00021504198007WSFG 67 X 82 X 87 X 67 X 67 X 93 X 103 X 98 X 72 X 67 X 87 X 72 X 87 X 67 X 72 X 62 X 82 X 82 X 72 X 62 X 67 X 77 X 82 X 82 X 72 X 62 X 62 X 62 X 93 X 67 X 93 X +USW00021504198007WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504198008TMAX 278 0 278 0 272 0 283 0 289 0 283 0 289 0 294 0 283 0 294 0 283 0 289 0 294 0 289 0 278 0 294 0 289 0 283 0 283 0 283 0 283 0 294 0 289 0 272 0 278 0 289 0 283 0 244 0 272 0 283 0 267 0 +USW00021504198008TMIN 211 0 206 0 194 0 200 0 189 0 194 0 178 0 189 0 194 0 189 0 183 0 178 0 183 0 206 0 183 0 194 0 200 0 206 0 194 0 200 0 189 0 178 0 183 0 200 0 200 0 189 0 189 0 206 0 200 0 211 0 211 0 +USW00021504198008PRCP 112 0 48 0 102 0 152 0 53 0 20 0 25 0 28 0 0 0 8 0 8 0 5 0 3 0 20 0 15 0 28 0 64 0 51 0 28 0 122 0 61 0 0T 0 15 0 112 0 13 0 20 0 20 0 191 0 112 0 409 0 249 0 +USW00021504198008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198008ACMH 90 X 90 X 80 X 70 X 60 X 50 X 60 X 50 X 80 X 30 X 70 X 70 X 60 X 40 X 70 X 60 X 60 X 90 X 70 X 90 X 60 X 40 X 80 X 90 X 100 X 60 X 80 X 100 X 90 X 100 X 100 X +USW00021504198008ACSH 80 X 90 X 80 X 80 X 60 X 30 X 60 X 40 X 80 X 20 X 70 X 70 X 50 X 30 X 90 X 60 X 50 X 90 X 70 X 80 X 70 X 40 X 80 X 90 X 100 X 60 X 80 X 100 X 80 X 90 X 100 X +USW00021504198008PGTM 1554 X 0642 X 1206 X 1324 X 1530 X 1312 X 1206 X 1548 X 1224 X 1336 X 0954 X 0112 X 1306 X 1036 X 2042 X 1330 X 1454 X 1548 X 1342 X 1224 X 1342 X 1342 X 0054 X 0930 X 0348 X 0800 X 1118 X 1954 X 1200 X 1436 X 1400 X +USW00021504198008PSUN 55 X 28 X 40 X 46 X 64 X 78 X 66 X 65 X 26 X 90 X 60 X 76 X 76 X 94 X 65 X 48 X 56 X 60 X 80 X 42 X 50 X 73 X 62 X 22 X 52 X 66 X 52 X 6 X 21 X 31 X 18 X +USW00021504198008TSUN 432 X 222 X 312 X 360 X 498 X 600 X 510 X 504 X 198 X 696 X 462 X 588 X 582 X 720 X 498 X 372 X 426 X 462 X 612 X 318 X 384 X 552 X 474 X 168 X 396 X 498 X 390 X 48 X 156 X 234 X 138 X +USW00021504198008WDF1 50 X 80 X 60 X 300 X 80 X 70 X 60 X 60 X 110 X 90 X 80 X 220 X 70 X 360 X 300 X 120 X 80 X 220 X 60 X 60 X 70 X 120 X 110 X 250 X 360 X 50 X 90 X 220 X 90 X 50 X 170 X +USW00021504198008WDFG 45W X 90W X 360W X 225W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 225W X 90W X 45W X 45W X 135W X 90W X 45W X 90W X 45W X 45W X 135W X 90W X 90W X 180W X 270W X 90W X 225W X 45W X 45W X 360W X +USW00021504198008WSF1 54 X 67 X 54 X 36 X 63 X 40 X 45 X 45 X 54 X 58 X 36 X 36 X 54 X 40 X 40 X 54 X 54 X 31 X 58 X 40 X 40 X 89 X 58 X 36 X 45 X 40 X 58 X 58 X 63 X 54 X 40 X +USW00021504198008WSFG 67 X 72 X 72 X 51 X 103 X 67 X 77 X 67 X 82 X 82 X 67 X 62 X 87 X 62 X 72 X 77 X 72 X 62 X 82 X 72 X 62 X 108 X 67 X 67 X 62 X 67 X 93 X 77 X 82 X 67 X 57 X +USW00021504198008WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504198009TMAX 267 0 283 0 289 0 278 0 283 0 294 0 294 0 283 0 289 0 289 0 283 0 289 0 256 0 278 0 256 0 289 0 283 0 294 0 289 0 272 0 267 0 272 0 294 0 289 0 289 0 289 0 289 0 289 0 294 0 300 0-9999 +USW00021504198009TMIN 211 0 211 0 189 0 200 0 222 0 206 0 194 0 194 0 194 0 194 0 206 0 189 0 206 0 211 0 200 0 194 0 200 0 206 0 206 0 211 0 217 0 189 0 183 0 211 0 206 0 200 0 194 0 206 0 189 0 206 0-9999 +USW00021504198009PRCP 58 0 3 0 86 0 566 0 140 0 25 0 0 0 30 0 20 0 53 0 43 0 10 0 191 0 56 0 191 0 81 0 10 0 3 0 104 0 531 0 1171 0 33 0 15 0 3 0 0T 0 3 0 3 0 18 0 0T 0 33 0-9999 +USW00021504198009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198009ACMH 100 X 80 X 50 X 90 X 100 X 70 X 50 X 70 X 80 X 80 X 80 X 50 X 100 X 100 X 100 X 80 X 90 X 90 X 70 X 90 X 100 X 90 X 90 X 70 X 50 X 60 X 40 X 80 X 40 X 50 X-9999 +USW00021504198009ACSH 100 X 60 X 30 X 100 X 100 X 60 X 50 X 80 X 100 X 80 X 90 X 30 X 100 X 90 X 100 X 80 X 100 X 90 X 40 X 90 X 100 X 100 X 90 X 50 X 40 X 60 X 30 X 80 X 50 X 40 X-9999 +USW00021504198009PGTM 0942 X 1830 X 2106 X 1518 X 1336 X 1254 X 1112 X 1324 X 1112 X 1700 X 1442 X 1354 X 1654 X 1536 X 1724 X 1242 X 2136 X 1230 X 1918 X 0800 X 0642 X 1006 X 1430 X 0042 X 1254 X 1600 X 1254 X 1448 X 1200 X 2142 X-9999 +USW00021504198009PSUN 10 X 89 X 85 X 8 X 22 X 48 X 58 X 54 X 55 X 78 X 25 X 83 X 0 X 53 X 7 X 45 X 69 X 45 X 77 X 6 X 4 X 19 X 51 X 65 X 94 X 76 X 83 X 65 X 72 X 73 X-9999 +USW00021504198009TSUN 78 X 666 X 642 X 66 X 168 X 360 X 432 X 402 X 414 X 582 X 186 X 612 X 0 X 390 X 48 X 330 X 510 X 330 X 564 X 42 X 30 X 138 X 372 X 474 X 678 X 552 X 600 X 474 X 522 X 522 X-9999 +USW00021504198009WDF1 290 X 350 X 60 X 210 X 120 X 110 X 110 X 80 X 90 X 60 X 240 X 80 X 20 X 80 X 230 X 50 X 60 X 50 X 70 X 280 X 240 X 240 X 120 X 230 X 350 X 10 X 40 X 350 X 50 X 120 X-9999 +USW00021504198009WDFG 270W X 90W X 135W X 225W X 135W X 90W X 90W X 90W X 90W X 45W X 45W X 90W X 225W X 45W X 135W X 45W X 180W X 45W X 135W X 225W X 90W X 270W X 135W X 225W X 315W X 45W X 360W X 360W X 360W X 135W X-9999 +USW00021504198009WSF1 45 X 40 X 54 X 36 X 72 X 76 X 76 X 54 X 40 X 45 X 36 X 54 X 40 X 36 X 58 X 54 X 36 X 40 X 40 X 40 X 45 X 36 X 58 X 76 X 40 X 45 X 40 X 54 X 45 X 54 X-9999 +USW00021504198009WSFG 51 X 51 X 62 X 51 X 93 X 87 X 87 X 77 X 77 X 57 X 57 X 72 X 51 X 67 X 72 X 57 X 51 X 67 X 72 X 67 X 77 X 51 X 72 X 98 X 67 X 67 X 62 X 67 X 62 X 67 X-9999 +USW00021504198009WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198009WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504198010TMAX 294 0 256 0 289 0 289 0 289 0 294 0 300 0 272 0 278 0 267 0 278 0 278 0 283 0 283 0 289 0 283 0 278 0 272 0 283 0 278 0 283 0 278 0 283 0 289 0 283 0 283 0 278 0 278 0 283 0 283 0 278 0 +USW00021504198010TMIN 189 0 194 0 183 0 200 0 200 0 189 0 194 0 211 0 206 0 200 0 206 0 206 0 194 0 194 0 200 0 200 0 206 0 172 0 206 0 200 0 206 0 178 0 200 0 167 0 189 0 178 0 189 0 183 0 211 0 183 0 183 0 +USW00021504198010PRCP 13 0 91 0 231 0 0 0 0 0 13 0 30 0 160 0 56 0 64 0 122 0 295 0 119 0 23 0 5 0 185 0 150 0 36 0 56 0 0T 0 20 0 53 0 33 0 0T 0 46 0 10 0 36 0 3 0 5 0 91 0 8 0 +USW00021504198010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198010ACMH 50 X 60 X 50 X 30 X 40 X 60 X 60 X 100 X 80 X 80 X 100 X 100 X 70 X 60 X 50 X 90 X 80 X 70 X 90 X 90 X 70 X 70 X 60 X 50 X 70 X 70 X 100 X 70 X 60 X 70 X 30 X +USW00021504198010ACSH 40 X 90 X 50 X 20 X 30 X 90 X 60 X 100 X 90 X 100 X 90 X 90 X 60 X 40 X 30 X 100 X 80 X 70 X 80 X 80 X 50 X 80 X 70 X 50 X 80 X 70 X 90 X 70 X 50 X 60 X 20 X +USW00021504198010PGTM 1212 X 1530 X 1212 X 1224 X 1242 X 1418 X 1324 X 0330 X 1448 X 1036 X 1442 X 1700 X 1448 X 1636 X 0024 X 1600 X 1842 X 2330 X 2054 X 1442 X 0718 X 1400 X 1642 X 1248 X 1212 X 1254 X 1424 X 1424 X 1430 X 2312 X 1200 X +USW00021504198010PSUN 81 X 0 X 59 X 85 X 80 X 39 X 82 X 17 X 40 X 22 X 35 X 27 X 49 X 56 X 74 X 42 X 44 X 35 X 19 X 39 X 41 X 44 X 41 X 60 X 21 X 70 X 44 X 35 X 59 X 54 X 84 X +USW00021504198010TSUN 582 X 0 X 426 X 606 X 570 X 282 X 582 X 126 X 282 X 156 X 252 X 186 X 342 X 390 X 522 X 294 X 306 X 246 X 132 X 270 X 282 X 306 X 288 X 414 X 144 X 480 X 300 X 240 X 408 X 372 X 576 X +USW00021504198010WDF1 80 X 240 X 60 X 20 X 360 X 120 X 80 X 80 X 40 X 50 X 20 X 230 X 50 X 70 X 70 X 120 X 100 X 230 X 240 X 100 X 70 X 340 X 40 X 240 X 240 X 110 X 50 X 90 X 40 X 320 X 50 X +USW00021504198010WDFG 90W X 270W X 45W X 360W X 45W X 135W X 90W X 90W X 45W X 45W X 45W X 45W X 90W X 135W X 225W X 135W X 270W X 180W X 225W X 225W X 90W X 315W X 90W X 315W X 180W X 135W X 45W X 45W X 45W X 360W X 45W X +USW00021504198010WSF1 54 X 40 X 40 X 40 X 36 X 40 X 54 X 63 X 54 X 67 X 40 X 45 X 54 X 45 X 36 X 67 X 40 X 54 X 40 X 63 X 45 X 45 X 36 X 36 X 45 X 63 X 45 X 54 X 54 X 45 X 40 X +USW00021504198010WSFG 77 X 72 X 67 X 62 X 62 X 77 X 67 X 72 X 82 X 93 X 87 X 77 X 98 X 67 X 62 X 77 X 72 X 67 X 77 X 93 X 67 X 72 X 57 X 57 X 87 X 87 X 62 X 57 X 77 X 87 X 57 X +USW00021504198010WT16 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504198011TMAX 289 0 278 0 289 0 294 0 294 0 283 0 294 0 283 0 272 0 278 0 261 0 278 0 278 0 267 0 278 0 278 0 278 0 272 0 272 0 289 0 283 0 283 0 272 0 272 0 278 0 261 0 278 0 278 0 283 0 283 0-9999 +USW00021504198011TMIN 167 0 167 0 161 0 189 0 183 0 189 0 194 0 206 0 194 0 200 0 200 0 189 0 183 0 183 0 161 0 178 0 206 0 211 0 183 0 172 0 178 0 200 0 189 0 194 0 183 0 183 0 178 0 167 0 172 0 167 0-9999 +USW00021504198011PRCP 0 0 0 0 0 0 0 0 0 0 0 0 13 0 66 0 411 0 94 0 267 0 10 0 5 0 23 0 5 0 43 0 424 0 135 0 41 0 10 0 10 0 66 0 137 0 20 0 8 0 23 0 0T 0 0 0 0 0 0 0-9999 +USW00021504198011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198011ACMH 20 X 20 X 20 X 40 X 40 X 30 X 70 X 80 X 100 X 100 X 90 X 80 X 50 X 60 X 40 X 70 X 80 X 70 X 60 X 40 X 50 X 90 X 90 X 70 X 70 X 80 X 60 X 30 X 20 X 30 X-9999 +USW00021504198011ACSH 10 X 20 X 10 X 30 X 30 X 20 X 70 X 80 X 100 X 100 X 90 X 80 X 40 X 80 X 20 X 50 X 60 X 50 X 50 X 30 X 20 X 90 X 80 X 60 X 70 X 90 X 40 X 30 X 30 X 30 X-9999 +USW00021504198011PGTM 1248 X 1200 X 1406 X 1242 X 1236 X 1312 X 1212 X 0324 X 1236 X 1806 X 0412 X 1306 X 1418 X 0954 X 1336 X 1448 X 0500 X 1530 X 1154 X 1612 X 1248 X 0930 X 0812 X 0954 X 1136 X 1018 X 1448 X 1254 X 1542 X 1400 X-9999 +USW00021504198011PSUN 77 X 69 X 87 X 80 X 76 X 66 X 29 X 27 X 8 X 54 X 14 X 30 X 59 X 17 X 88 X 65 X 43 X 53 X 44 X 65 X 76 X 59 X 29 X 46 X 31 X 6 X 68 X 61 X 48 X 64 X-9999 +USW00021504198011TSUN 528 X 474 X 594 X 552 X 516 X 450 X 198 X 186 X 54 X 360 X 96 X 204 X 396 X 114 X 594 X 438 X 288 X 354 X 294 X 432 X 510 X 396 X 192 X 312 X 210 X 42 X 456 X 402 X 318 X 426 X-9999 +USW00021504198011WDF1 100 X 70 X 360 X 40 X 100 X 70 X 50 X 70 X 60 X 70 X 60 X 90 X 120 X 150 X 360 X 140 X 240 X 280 X 60 X 100 X 80 X 240 X 230 X 80 X 70 X 150 X 120 X 80 X 120 X 90 X-9999 +USW00021504198011WDFG 90W X 45W X 45W X 360W X 90W X 45W X 90W X 45W X 90W X 90W X 45W X 90W X 135W X 135W X 45W X 90W X 45W X 45W X 90W X 135W X 90W X 225W X 225W X 135W X 45W X 135W X 90W X 90W X 135W X 90W X-9999 +USW00021504198011WSF1 54 X 31 X 36 X 45 X 58 X 40 X 36 X 40 X 45 X 45 X 63 X 63 X 58 X 54 X 40 X 45 X 36 X 36 X 54 X 63 X 58 X 54 X 58 X 54 X 40 X 45 X 58 X 40 X 67 X 36 X-9999 +USW00021504198011WSFG 77 X 62 X 51 X 57 X 82 X 62 X 67 X 72 X 72 X 72 X 82 X 77 X 87 X 72 X 51 X 72 X 77 X 82 X 67 X 72 X 72 X 72 X 93 X 77 X 57 X 67 X 77 X 62 X 87 X 77 X-9999 +USW00021504198011WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00021504198012TMAX 272 0 283 0 283 0 283 0 289 0 294 0 289 0 289 0 294 0 283 0 289 0 306 0 294 0 339 0 267 0 244 0 261 0 283 0 289 0 267 0 300 0 317 0 289 0 306 0 306 0 283 0 283 0 294 0 278 0 278 0 283 0 +USW00021504198012TMIN 178 0 178 0 172 0 183 0 183 0 189 0 178 0 178 0 172 0 183 0 172 0 167 0 183 0 172 0 189 0 206 0 167 0 178 0 167 0 194 0 183 0 189 0 172 0 178 0 178 0 189 0 183 0 189 0 200 0 183 0 189 0 +USW00021504198012PRCP 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0T 0 0 0 0T 0 0T 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0T 0 0 0 3 0 +USW00021504198012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198012ACMH 40 X 40 X 20 X 70 X 70 X 70 X 20 X 30 X 20 X 50 X 10 X 10 X 10 X 50 X 90 X 80 X 70 X 40 X 40 X 70 X 70 X 40 X 20 X 20 X 20 X 70 X 40 X 50 X 70 X 10 X 30 X +USW00021504198012ACSH 20 X 20 X 30 X 60 X 70 X 80 X 20 X 30 X 20 X 80 X 10 X 0 X 10 X 70 X 90 X 70 X 70 X 50 X 40 X 80 X 70 X 50 X 20 X 10 X 10 X 50 X 50 X 30 X 70 X 10 X 20 X +USW00021504198012PGTM 1312 X 1330 X 1454 X 1400 X 1336 X 1318 X 1412 X 1248 X 1300 X 1148 X 1106 X 1312 X 2048 X 1148 X 2006 X 1242 X 1224 X 1518 X 1300 X 1606 X 1254 X 1500 X 1318 X 1148 X 2054 X 1136 X 1442 X 1248 X 1354 X 1512 X 1118 X +USW00021504198012PSUN 74 X 66 X 73 X 43 X 67 X 70 X 84 X 75 X 84 X 56 X 85 X 98 X 86 X 92 X 31 X 53 X 36 X 51 X 73 X 38 X 49 X 89 X 75 X 83 X 93 X 65 X 79 X 65 X 59 X 88 X 85 X +USW00021504198012TSUN 492 X 438 X 480 X 288 X 444 X 462 X 558 X 492 X 552 X 372 X 558 X 648 X 570 X 600 X 204 X 348 X 240 X 336 X 480 X 246 X 324 X 582 X 492 X 546 X 606 X 426 X 516 X 426 X 390 X 582 X 558 X +USW00021504198012WDF1 360 X 80 X 140 X 100 X 110 X 110 X 100 X 100 X 100 X 100 X 120 X 90 X 140 X 150 X 320 X 340 X 70 X 100 X 330 X 70 X 130 X 310 X 340 X 360 X 110 X 30 X 80 X 330 X 230 X 360 X 350 X +USW00021504198012WDFG 360W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 225W X 90W X 90W X 135W X 135W X 315W X 360W X 45W X 90W X 360W X 90W X 135W X 315W X 315W X 360W X 360W X 360W X 90W X 45W X 360W X 360W X 315W X +USW00021504198012WSF1 36 X 40 X 58 X 80 X 80 X 63 X 76 X 72 X 89 X 54 X 54 X 89 X 58 X 76 X 58 X 63 X 45 X 67 X 36 X 40 X 98 X 63 X 63 X 72 X 45 X 40 X 54 X 40 X 36 X 45 X 45 X +USW00021504198012WSFG 51 X 67 X 87 X 118 X 113 X 87 X 108 X 98 X 118 X 77 X 93 X 123 X 87 X 113 X 103 X 108 X 57 X 87 X 67 X 51 X 129 X 93 X 77 X 103 X 62 X 62 X 77 X 67 X 62 X 67 X 72 X +USW00021504198012WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198012WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X +USW00021504198101TMAX 289 0 294 0 294 0 283 0 289 0 300 0 283 0 283 0 294 0 289 0 289 0 278 0 278 0 289 0 300 0 311 0 311 0 267 0 289 0 267 0 250 0 283 0 289 0 283 0 267 0 278 0 272 0 283 0 272 0 272 0 278 0 +USW00021504198101TMIN 167 0 172 0 150 0 172 0 183 0 178 0 167 0 178 0 189 0 178 0 178 0 178 0 172 0 161 0 161 0 156 0 172 0 183 0 167 0 206 0 189 0 172 0 178 0 194 0 183 0 194 0 167 0 189 0 194 0 178 0 178 0 +USW00021504198101PRCP 0 0 0 0 0 0 5 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 79 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 5 0 0 0 0 0 0T 0 43 0 0T 0 71 0 53 0 124 0 0T 0 0 0 +USW00021504198101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198101ACMH 30 X 0 X 20 X 40 X 30 X 10 X 0 X 20 X 40 X 50 X 20 X 50 X 10 X 0 X 0 X 20 X 20 X 70 X 30 X 60 X 90 X 50 X 20 X 40 X 70 X 50 X 70 X 80 X 80 X 50 X 30 X +USW00021504198101ACSH 20 X 0 X 20 X 50 X 30 X 10 X 0 X 10 X 50 X 40 X 20 X 40 X 10 X 10 X 0 X 30 X 30 X 90 X 20 X 40 X 90 X 50 X 10 X 20 X 70 X 40 X 70 X 60 X 70 X 50 X 40 X +USW00021504198101PGTM 1348 X 1500 X 1230 X 1318 X 1400 X 1454 X 1406 X 1136 X 1154 X 1200 X 1300 X 1754 X 1400 X 1218 X 1412 X 1606 X 1342 X 1742 X 1436 X 1848 X 0024 X 1400 X 1636 X 1636 X 1436 X 0754 X 1542 X 1418 X 1512 X 1424 X 1300 X +USW00021504198101PSUN 76 X 96 X 88 X 55 X 91 X 86 X 97 X 85 X 62 X 61 X 79 X 69 X 89 X 94 X 100 X 77 X 75 X 30 X 87 X 82 X 38 X 65 X 89 X 85 X 37 X 75 X 38 X 49 X 32 X 47 X 59 X +USW00021504198101TSUN 504 X 630 X 576 X 360 X 600 X 570 X 636 X 564 X 408 X 402 X 522 X 462 X 588 X 624 X 666 X 516 X 498 X 204 X 582 X 546 X 252 X 438 X 600 X 570 X 246 X 504 X 258 X 330 X 222 X 318 X 396 X +USW00021504198101WDF1 60 X 110 X 90 X 80 X 70 X 100 X 30 X 60 X 90 X 100 X 340 X 90 X 20 X 80 X 100 X 100 X 90 X 230 X 110 X 10 X 350 X 90 X 100 X 110 X 80 X 260 X 100 X 120 X 110 X 110 X 110 X +USW00021504198101WDFG 45W X 90W X 90W X 45W X 90W X 90W X 360W X 45W X 90W X 135W X 315W X 90W X 360W X 90W X 90W X 180W X 90W X 90W X 90W X 315W X 360W X 90W X 135W X 90W X 90W X 45W X 90W X 225W X 135W X 90W X 135W X +USW00021504198101WSF1 58 X 80 X 58 X 45 X 72 X 94 X 54 X 45 X 63 X 63 X 45 X 67 X 54 X 63 X 89 X 80 X 76 X 54 X 72 X 94 X 58 X 72 X 76 X 67 X 58 X 54 X 76 X 58 X 94 X 89 X 72 X +USW00021504198101WSFG 72 X 103 X 82 X 67 X 98 X 103 X 62 X 62 X 98 X 87 X 87 X 87 X 77 X 93 X 113 X 113 X 113 X 57 X 118 X 144 X 113 X 98 X 98 X 82 X 77 X 72 X 98 X 98 X 113 X 103 X 93 X +USW00021504198101WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504198102TMAX 289 0 283 0 267 0 278 0 283 0 250 0 278 0 267 0 244 0 267 0 311 0 283 0 311 0 317 0 283 0 289 0 300 0 289 0 272 0 272 0 272 0 261 0 267 0 239 0 256 0 261 0 256 0 256 0-9999 -9999 -9999 +USW00021504198102TMIN 161 0 172 0 167 0 178 0 167 0 150 0 139 0 144 0 161 0 156 0 161 0 189 0 194 0 178 0 183 0 189 0 206 0 194 0 178 0 178 0 200 0 183 0 189 0 183 0 178 0 183 0 189 0 189 0-9999 -9999 -9999 +USW00021504198102PRCP 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 15 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 41 0 23 0 216 0 221 0 130 0 318 0 23 0 175 0 33 0 64 0-9999 -9999 -9999 +USW00021504198102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198102ACMH 10 X 30 X 30 X 60 X 30 X 20 X 30 X 20 X 70 X 30 X 10 X 10 X 40 X 10 X 80 X 70 X 60 X 60 X 80 X 80 X 90 X 90 X 70 X 90 X 60 X 80 X 90 X 60 X-9999 -9999 -9999 +USW00021504198102ACSH 20 X 50 X 50 X 70 X 40 X 10 X 20 X 30 X 90 X 30 X 20 X 20 X 30 X 0 X 80 X 80 X 50 X 60 X 80 X 90 X 80 X 80 X 70 X 100 X 70 X 80 X 90 X 50 X-9999 -9999 -9999 +USW00021504198102PGTM 1336 X 1342 X 1424 X 1500 X 1524 X 0012 X 1642 X 1954 X 0224 X 1612 X 1330 X 1212 X 1506 X 1542 X 1530 X 1448 X 1312 X 1318 X 1124 X 1218 X 2348 X 1318 X 1224 X 0542 X 1500 X 0624 X 1400 X 1400 X-9999 -9999 -9999 +USW00021504198102PSUN 91 X 60 X 36 X 45 X 78 X 89 X 85 X 73 X 26 X 69 X 95 X 80 X 80 X 92 X 42 X 47 X 60 X 72 X 51 X 39 X 51 X 40 X 53 X 9 X 39 X 34 X 41 X 59 X-9999 -9999 -9999 +USW00021504198102TSUN 612 X 408 X 240 X 306 X 534 X 606 X 582 X 498 X 174 X 474 X 654 X 546 X 552 X 630 X 294 X 324 X 414 X 504 X 354 X 270 X 360 X 276 X 372 X 66 X 270 X 240 X 294 X 414 X-9999 -9999 -9999 +USW00021504198102WDF1 110 X 70 X 90 X 110 X 340 X 340 X 310 X 130 X 360 X 350 X 340 X 360 X 100 X 140 X 100 X 120 X 90 X 70 X 230 X 220 X 100 X 70 X 100 X 50 X 100 X 60 X 30 X 40 X-9999 -9999 -9999 +USW00021504198102WDFG 90W X 90W X 45W X 135W X 360W X 360W X 315W X 135W X 360W X 315W X 315W X 45W X 90W X 135W X 90W X 135W X 90W X 360W X 135W X 90W X 90W X 135W X 135W X 90W X 90W X 90W X 45W X 45W X-9999 -9999 -9999 +USW00021504198102WSF1 76 X 58 X 63 X 72 X 94 X 63 X 63 X 63 X 45 X 54 X 72 X 40 X 89 X 98 X 76 X 94 X 89 X 58 X 63 X 63 X 67 X 76 X 67 X 72 X 72 X 76 X 58 X 63 X-9999 -9999 -9999 +USW00021504198102WSFG 113 X 77 X 93 X 93 X 159 X 103 X 93 X 103 X 72 X 77 X 118 X 67 X 118 X 139 X 108 X 118 X 134 X 108 X 93 X 87 X 98 X 108 X 77 X 129 X 108 X 139 X 93 X 87 X-9999 -9999 -9999 +USW00021504198102WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504198103TMAX 256 0 233 0 256 0 267 0 272 0 244 0 267 0 278 0 278 0 278 0 278 0 289 0 283 0 283 0 278 0 250 0 233 0 244 0 250 0 256 0 267 0 283 0 289 0 261 0 278 0 272 0 267 0 261 0 261 0 261 0 267 0 +USW00021504198103TMIN 183 0 167 0 172 0 178 0 167 0 189 0 172 0 167 0 178 0 161 0 167 0 167 0 161 0 172 0 183 0 183 0 178 0 167 0 172 0 172 0 156 0 167 0 183 0 189 0 167 0 183 0 189 0 178 0 167 0 172 0 183 0 +USW00021504198103PRCP 74 0 150 0 81 0 15 0 13 0 33 0 0 0 0 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 30 0 3 0 56 0 3 0 0T 0 0 0 0 0 0T 0 203 0 18 0 221 0 152 0 79 0 84 0 127 0 94 0 +USW00021504198103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198103ACMH 70 X 80 X 80 X 70 X 60 X 80 X 40 X 20 X 40 X 20 X 30 X 10 X 40 X 40 X 60 X 90 X 80 X 80 X 60 X 50 X 20 X 20 X 60 X 60 X 50 X 70 X 90 X 60 X 50 X 70 X 60 X +USW00021504198103ACSH 80 X 90 X 80 X 70 X 50 X 100 X 50 X 20 X 70 X 30 X 30 X 10 X 40 X 40 X 60 X 100 X 90 X 70 X 50 X 40 X 20 X 30 X 50 X 60 X 50 X 60 X 80 X 60 X 60 X 70 X 50 X +USW00021504198103PGTM 1624 X 1324 X 1618 X 1200 X 1448 X 1218 X 1300 X 1224 X 1212 X 1548 X 1448 X 1500 X 1248 X 1330 X 1206 X 1406 X 1612 X 2054 X 1842 X 1206 X 1136 X 1406 X 1424 X 1142 X 2048 X 1542 X 1954 X 1618 X 0106 X 1412 X 1700 X +USW00021504198103PSUN 41 X 29 X 23 X 59 X 67 X 28 X 62 X 73 X 57 X 70 X 74 X 85 X 86 X 70 X 49 X 16 X 38 X 42 X 68 X 67 X 93 X 77 X 58 X 47 X 51 X 54 X 45 X 58 X 61 X 56 X 74 X +USW00021504198103TSUN 288 X 204 X 168 X 420 X 474 X 198 X 444 X 522 X 402 X 516 X 528 X 606 X 624 X 504 X 354 X 120 X 276 X 306 X 498 X 486 X 678 X 558 X 420 X 348 X 378 X 396 X 330 X 426 X 450 X 408 X 546 X +USW00021504198103WDF1 100 X 90 X 80 X 130 X 100 X 110 X 100 X 110 X 100 X 100 X 110 X 100 X 100 X 90 X 110 X 350 X 330 X 330 X 20 X 50 X 50 X 100 X 80 X 50 X 110 X 110 X 90 X 60 X 190 X 190 X 220 X +USW00021504198103WDFG 90W X 90W X 90W X 135W X 90W X 135W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 360W X 360W X 315W X 315W X 45W X 45W X 90W X 90W X 45W X 90W X 90W X 90W X 360W X 180W X 45W X 360W X +USW00021504198103WSF1 63 X 67 X 58 X 58 X 76 X 67 X 80 X 63 X 76 X 76 X 67 X 76 X 89 X 72 X 63 X 98 X 80 X 67 X 58 X 54 X 58 X 94 X 63 X 54 X 58 X 72 X 76 X 54 X 63 X 58 X 58 X +USW00021504198103WSFG 98 X 93 X 82 X 144 X 118 X 82 X 113 X 87 X 113 X 103 X 103 X 103 X 103 X 98 X 103 X 118 X 113 X 103 X 72 X 72 X 82 X 129 X 87 X 77 X 98 X 98 X 98 X 87 X 103 X 98 X 129 X +USW00021504198103WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504198104TMAX 261 0 244 0 239 0 256 0 267 0 261 0 250 0 261 0 272 0 272 0 267 0 267 0 272 0 267 0 283 0 289 0 278 0 278 0 267 0 278 0 278 0 272 0 272 0 267 0 272 0 289 0 261 0 278 0 283 0 278 0-9999 +USW00021504198104TMIN 189 0 194 0 189 0 167 0 167 0 183 0 178 0 183 0 167 0 172 0 167 0 167 0 167 0 183 0 189 0 183 0 178 0 178 0 194 0 194 0 211 0 194 0 194 0 194 0 194 0 183 0 189 0 194 0 189 0 189 0-9999 +USW00021504198104PRCP 135 0 201 0 104 0 23 0 15 0 25 0 89 0 0T 0 0T 0 0T 0 0 0 0 0 8 0 3 0 0 0 30 0 0 0 3 0 18 0 71 0 28 0 3 0 36 0 41 0 10 0 0T 0 218 0 0 0 0 0 117 0-9999 +USW00021504198104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198104ACMH 90 X 90 X 90 X 60 X 60 X 80 X 90 X 70 X 40 X 40 X 60 X 40 X 30 X 90 X 80 X 50 X 40 X 40 X 80 X 80 X 70 X 70 X 80 X 80 X 50 X 30 X 90 X 60 X 20 X 60 X-9999 +USW00021504198104ACSH 90 X 90 X 100 X 60 X 70 X 70 X 90 X 80 X 50 X 60 X 80 X 40 X 20 X 100 X 100 X 60 X 30 X 40 X 80 X 70 X 60 X 60 X 70 X 70 X 60 X 40 X 100 X 40 X 20 X 60 X-9999 +USW00021504198104PGTM 0530 X 1348 X 0700 X 1506 X 1306 X 1454 X 1312 X 1154 X 1300 X 1342 X 1336 X 1406 X 1942 X 1224 X 1306 X 1424 X 1112 X 1148 X 1300 X 1342 X 1312 X 1454 X 1142 X 1330 X 1518 X 1536 X 1700 X 1142 X 1136 X 2318 X-9999 +USW00021504198104PSUN 80 X 22 X 13 X 62 X 69 X 56 X 31 X 51 X 59 X 68 X 85 X 90 X 90 X 43 X 43 X 55 X 80 X 66 X 33 X 46 X 46 X 74 X 66 X 50 X 62 X 80 X 12 X 83 X 87 X 68 X-9999 +USW00021504198104TSUN 588 X 168 X 96 X 462 X 510 X 420 X 234 X 378 X 444 X 510 X 636 X 672 X 678 X 330 X 324 X 420 X 606 X 504 X 252 X 348 X 348 X 564 X 504 X 384 X 474 X 618 X 90 X 636 X 672 X 528 X-9999 +USW00021504198104WDF1 240 X 70 X 170 X 50 X 90 X 100 X 60 X 120 X 70 X 100 X 20 X 10 X 60 X 140 X 80 X 120 X 80 X 70 X 90 X 120 X 90 X 70 X 100 X 60 X 80 X 100 X 320 X 80 X 100 X 340 X-9999 +USW00021504198104WDFG 225W X 180W X 225W X 90W X 90W X 90W X 135W X 90W X 45W X 90W X 45W X 360W X 225W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 45W X 45W X 45W X 90W X 90W X 315W X 90W X 90W X 360W X-9999 +USW00021504198104WSF1 72 X 89 X 80 X 58 X 67 X 80 X 72 X 72 X 72 X 63 X 54 X 45 X 54 X 72 X 76 X 76 X 76 X 63 X 72 X 72 X 76 X 54 X 63 X 67 X 63 X 98 X 63 X 72 X 72 X 67 X-9999 +USW00021504198104WSFG 108 X 149 X 134 X 93 X 103 X 103 X 82 X 103 X 93 X 98 X 67 X 62 X 67 X 98 X 93 X 98 X 108 X 82 X 108 X 108 X 108 X 77 X 82 X 93 X 87 X 113 X 77 X 93 X 103 X 98 X-9999 +USW00021504198104WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00021504198105TMAX 244 0 256 0 261 0 278 0 283 0 283 0 283 0 283 0 278 0 283 0 272 0 278 0 272 0 267 0 272 0 256 0 261 0 256 0 267 0 256 0 278 0 278 0 283 0 272 0 283 0 283 0 283 0 278 0 267 0 283 0 289 0 +USW00021504198105TMIN 194 0 189 0 178 0 183 0 200 0 200 0 183 0 200 0 189 0 194 0 194 0 206 0 206 0 200 0 206 0 200 0 194 0 194 0 194 0 194 0 167 0 189 0 189 0 200 0 194 0 211 0 200 0 194 0 206 0 200 0 211 0 +USW00021504198105PRCP 259 0 0T 0 0 0 5 0 0T 0 0T 0 13 0 25 0 76 0 5 0 41 0 36 0 36 0 79 0 46 0 41 0 51 0 56 0 89 0 147 0 8 0 8 0 5 0 3 0 0T 0 0T 0 8 0 15 0 8 0 0T 0 0T 0 +USW00021504198105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198105ACMH 90 X 90 X 90 X 80 X 70 X 70 X 60 X 90 X 70 X 60 X 80 X 80 X 80 X 90 X 90 X 90 X 90 X 90 X 80 X 70 X 20 X 50 X 60 X 60 X 80 X 70 X 70 X 70 X 90 X 80 X 80 X +USW00021504198105ACSH 90 X 70 X 100 X 70 X 70 X 60 X 60 X 90 X 90 X 50 X 80 X 80 X 70 X 90 X 80 X 100 X 90 X 90 X 60 X 80 X 30 X 30 X 70 X 50 X 90 X 60 X 50 X 60 X 90 X 70 X 80 X +USW00021504198105PGTM 0730 X 0336 X 1148 X 1536 X 1254 X 1330 X 1248 X 1318 X 1418 X 1442 X 0636 X 1342 X 1042 X 1306 X 1154 X 1212 X 1236 X 0242 X 1454 X 1424 X 1112 X 1124 X 1200 X 1424 X 1506 X 1230 X 1418 X 1418 X 2154 X 1306 X 1342 X +USW00021504198105PSUN 30 X 62 X 48 X 36 X 48 X 52 X 49 X 62 X 45 X 77 X 51 X 47 X 42 X 43 X 38 X 27 X 27 X 22 X 62 X 7 X 89 X 79 X 39 X 62 X 82 X 71 X 58 X 51 X 26 X 64 X 60 X +USW00021504198105TSUN 234 X 480 X 366 X 276 X 372 X 402 X 378 X 480 X 354 X 606 X 396 X 372 X 330 X 336 X 300 X 210 X 210 X 168 X 486 X 60 X 702 X 624 X 312 X 486 X 648 X 564 X 462 X 408 X 210 X 510 X 474 X +USW00021504198105WDF1 330 X 30 X 60 X 130 X 80 X 10 X 60 X 80 X 120 X 90 X 260 X 70 X 100 X 110 X 90 X 90 X 100 X 260 X 80 X 100 X 70 X 90 X 110 X 170 X 90 X 90 X 80 X 70 X 270 X 90 X 350 X +USW00021504198105WDFG 360W X 270W X 45W X 225W X 90W X 360W X 45W X 90W X 90W X 90W X 270W X 45W X 90W X 90W X 90W X 90W X 90W X 135W X 90W X 90W X 90W X 45W X 90W X 45W X 90W X 90W X 90W X 45W X 45W X 45W X 360W X +USW00021504198105WSF1 112 X 58 X 45 X 63 X 58 X 58 X 58 X 72 X 94 X 58 X 58 X 45 X 80 X 63 X 67 X 67 X 63 X 45 X 54 X 76 X 67 X 58 X 76 X 63 X 72 X 76 X 76 X 58 X 40 X 67 X 40 X +USW00021504198105WSFG 175 X 82 X 72 X 103 X 77 X 67 X 103 X 98 X 113 X 82 X 77 X 87 X 103 X 98 X 118 X 82 X 98 X 72 X 72 X 87 X 108 X 87 X 98 X 77 X 103 X 93 X 98 X 77 X 72 X 82 X 72 X +USW00021504198105WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504198106TMAX 278 0 294 0 283 0 283 0 278 0 283 0 283 0 278 0 300 0 294 0 289 0 294 0 289 0 283 0 267 0 283 0 278 0 278 0 283 0 283 0 289 0 294 0 289 0 289 0 283 0 294 0 294 0 278 0 283 0 278 0-9999 +USW00021504198106TMIN 217 0 211 0 206 0 194 0 206 0 222 0 200 0 211 0 206 0 200 0 206 0 183 0 194 0 206 0 206 0 194 0 200 0 211 0 206 0 206 0 200 0 189 0 194 0 194 0 200 0 200 0 211 0 217 0 206 0 211 0-9999 +USW00021504198106PRCP 23 0 10 0 0T 0 0T 0 0T 0 30 0 36 0 36 0 0 0 5 0 20 0 0T 0 61 0 69 0 66 0 0 0 0T 0 64 0 8 0 3 0 3 0 0 0 0 0 0 0 18 0 8 0 20 0 10 0 36 0 94 0-9999 +USW00021504198106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198106ACMH 90 X 100 X 60 X 70 X 60 X 80 X 90 X 100 X 70 X 90 X 80 X 60 X 80 X 90 X 70 X 70 X 50 X 90 X 90 X 70 X 50 X 20 X 20 X 30 X 60 X 90 X 90 X 90 X 60 X 50 X-9999 +USW00021504198106ACSH 90 X 100 X 40 X 70 X 50 X 80 X 90 X 100 X 60 X 90 X 70 X 70 X 80 X 90 X 80 X 80 X 30 X 90 X 80 X 50 X 40 X 10 X 20 X 30 X 60 X 80 X 80 X 90 X 50 X 30 X-9999 +USW00021504198106PGTM 1236 X 1136 X 0818 X 1536 X 1318 X 0830 X 1400 X 1300 X 1430 X 1148 X 1406 X 1348 X 1742 X 1454 X 1300 X-9999 -9999 1454 X 1536 X 1424 X 1354 X 1124 X 1448 X 1500 X 1600 X 1354 X 1348 X 1348 X 0948 X 1000 X-9999 +USW00021504198106PSUN 33 X 38 X 72 X 60 X 73 X 50 X 42 X 31 X 49 X 61 X 53 X 78 X 29 X 43 X 18 X 34 X 80 X 25 X 39 X 47 X 65 X 82 X 78 X 77 X 69 X 37 X 69 X 19 X 67 X 77 X-9999 +USW00021504198106TSUN 264 X 306 X 570 X 480 X 582 X 402 X 336 X 246 X 390 X 486 X 420 X 624 X 234 X 348 X 144 X 270 X 636 X 204 X 318 X 372 X 522 X 654 X 630 X 618 X 552 X 294 X 552 X 150 X 540 X 612 X-9999 +USW00021504198106WDF1 90 X 120 X 50 X 50 X 330 X 10 X 320 X 90 X 90 X 70 X 30 X 100 X 110 X 100 X 70 X 10 X 30 X 40 X 340 X 70 X 80 X 70 X 70 X 10 X 40 X 90 X 70 X 70 X 350 X 30 X-9999 +USW00021504198106WDFG 90W X 90W X 225W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X-9999 -9999 45W X 45W X 90W X 90W X 45W X 90W X 360W X 45W X 90W X 90W X 90W X 45W X 45W X-9999 +USW00021504198106WSF1 63 X 76 X 58 X 58 X 58 X 40 X 45 X 67 X 63 X 58 X 45 X 72 X 94 X 76 X 58 X 40 X 76 X 63 X 54 X 80 X 67 X 58 X 45 X 54 X 63 X 72 X 63 X 54 X 63 X 45 X-9999 +USW00021504198106WSFG 98 X 103 X 103 X 77 X 87 X 67 X 72 X 87 X 93 X 77 X 67 X 98 X 108 X 113 X 82 X-9999 -9999 77 X 98 X 103 X 93 X 93 X 82 X 72 X 77 X 103 X 87 X 87 X 77 X 77 X-9999 +USW00021504198106WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504198107TMAX 278 0 278 0 278 0 283 0 294 0 294 0 294 0 294 0 289 0 289 0 272 0 278 0 278 0 283 0 283 0 294 0 283 0 294 0 289 0 294 0 278 0 278 0 278 0 278 0 283 0 283 0 294 0 283 0 283 0 278 0 278 0 +USW00021504198107TMIN 206 0 194 0 189 0 194 0 211 0 217 0 217 0 217 0 211 0 217 0 206 0 194 0 200 0 206 0 206 0 200 0 194 0 200 0 217 0 217 0 217 0 211 0 194 0 194 0 206 0 206 0 206 0 206 0 194 0 211 0 222 0 +USW00021504198107PRCP 8 0 94 0 0T 0 3 0 0T 0 0T 0 0T 0 8 0 8 0 61 0 137 0 20 0 69 0 3 0 0T 0 0T 0 0 0 30 0 28 0 201 0 81 0 53 0 25 0 71 0 0T 0 0T 0 0T 0 168 0 5 0 23 0 3 0 +USW00021504198107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198107ACMH 50 X 80 X 70 X 40 X 70 X 60 X 70 X 60 X 60 X 70 X 100 X 50 X 70 X 60 X 40 X 50 X 50 X 60 X 60 X 80 X 90 X 80 X 50 X 70 X 70 X 50 X 50 X 50 X 70 X 90 X 100 X +USW00021504198107ACSH 40 X 70 X 70 X 40 X 60 X 60 X 60 X 50 X 40 X 60 X 90 X 30 X 60 X 50 X 50 X 60 X 30 X 50 X 50 X 60 X 90 X 70 X 50 X 90 X 70 X 50 X 50 X 30 X 80 X 80 X 100 X +USW00021504198107PGTM 1500 X 1212 X 1430 X 1312 X 1200 X 1506 X 1218 X 1506 X 1300 X 1306 X 0942 X 1412 X 1036 X 1118 X 1324 X 1330 X 1106 X 1354 X 1300 X 1342 X 0242 X 0342 X 1206 X 1454 X 1342 X 1218 X 1500 X 1454 X 1124 X 1306 X 1500 X +USW00021504198107PSUN 79 X 49 X 84 X 63 X 46 X 55 X 64 X 81 X 74 X 42 X 6 X 85 X 52 X 76 X 77 X 61 X 83 X 68 X 50 X 60 X 19 X 46 X 58 X 11 X 34 X 81 X 75 X 75 X 52 X 42 X 3 X +USW00021504198107TSUN 636 X 390 X 672 X 504 X 372 X 438 X 510 X 642 X 588 X 336 X 48 X 672 X 414 X 606 X 606 X 480 X 660 X 540 X 396 X 474 X 150 X 360 X 456 X 84 X 270 X 636 X 588 X 594 X 414 X 330 X 24 X +USW00021504198107WDF1 10 X 50 X 40 X 40 X 110 X 70 X 40 X 80 X 110 X 100 X 90 X 70 X 80 X 60 X 10 X 90 X 220 X 110 X 60 X 70 X 60 X 60 X 70 X 90 X 120 X 40 X 20 X 40 X 40 X 50 X 40 X +USW00021504198107WDFG 360W X 45W X 360W X 45W X 90W X 90W X 45W X 360W X 90W X 90W X 90W X 45W X 45W X 45W X 360W X 90W X 90W X 90W X 90W X 90W X 135W X 45W X 90W X 90W X 135W X 90W X 360W X 45W X 45W X 45W X 45W X +USW00021504198107WSF1 58 X 45 X 58 X 54 X 76 X 45 X 63 X 54 X 67 X 72 X 63 X 58 X 63 X 45 X 54 X 67 X 45 X 76 X 72 X 67 X 45 X 54 X 45 X 58 X 63 X 45 X 54 X 45 X 54 X 58 X 45 X +USW00021504198107WSFG 72 X 82 X 72 X 77 X 103 X 87 X 98 X 87 X 82 X 103 X 93 X 72 X 93 X 87 X 67 X 93 X 72 X 98 X 98 X 103 X 77 X 82 X 67 X 67 X 87 X 82 X 72 X 72 X 72 X 72 X 72 X +USW00021504198107WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504198108TMAX 283 0 283 0 267 0 250 0 267 0 272 0 283 0 267 0 278 0 283 0 283 0 289 0 272 0 272 0 283 0 283 0 289 0 283 0 278 0 278 0 283 0 278 0 283 0 283 0 283 0 278 0 272 0 278 0 278 0 283 0 294 0 +USW00021504198108TMIN 217 0 211 0 217 0 228 0 222 0 211 0 194 0 206 0 194 0 233 0 222 0 228 0 217 0 217 0 200 0 194 0 211 0 217 0 211 0 211 0 194 0 200 0 217 0 206 0 217 0 206 0 206 0 206 0 206 0 194 0 217 0 +USW00021504198108PRCP 0T 0 30 0 221 0 625 0 3 0 3 0 28 0 71 0 15 0 102 0 439 0 48 0 0T 0 13 0 3 0 0 0 99 0 20 0 155 0 15 0 3 0 89 0 61 0 18 0 18 0 56 0 64 0 61 0 18 0 3 0 0T 0 +USW00021504198108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198108ACMH 70 X 80 X 90 X 100 X 90 X 90 X 40 X 90 X 90 X 100 X 100 X 70 X 90 X 70 X 40 X 50 X 50 X 50 X 80 X 60 X 40 X 70 X 50 X 50 X 60 X 60 X 50 X 60 X 70 X 60 X 70 X +USW00021504198108ACSH 70 X 80 X 90 X 100 X 90 X 90 X 40 X 90 X 90 X 100 X 90 X 50 X 90 X 80 X 50 X 60 X 30 X 40 X 80 X 40 X 40 X 80 X 60 X 40 X 40 X 40 X 50 X 40 X 50 X 40 X 50 X +USW00021504198108PGTM 1406 X 1018 X 2218 X 0954 X 1354 X 1230 X 1024 X 1412 X 1512 X 1424 X 1706 X 1154 X 1318 X 1730 X 1206 X 1842 X 1600 X 1448 X 2048 X 1648 X 1506 X 1112 X 1254 X 1218 X 1400 X 0812 X 0954 X 2036 X 1506 X 1354 X 1136 X +USW00021504198108PSUN 57 X 48 X 12 X 0 X 1 X 14 X 60 X 8 X 38 X 41 X 26 X 67 X 29 X 6 X 41 X 38 X 67 X 82 X 25 X 69 X 73 X 28 X 48 X 60 X 46 X 45 X 59 X 77 X 67 X 61 X 47 X +USW00021504198108TSUN 444 X 378 X 90 X 0 X 6 X 108 X 468 X 66 X 300 X 318 X 198 X 516 X 228 X 48 X 318 X 294 X 510 X 630 X 192 X 528 X 558 X 216 X 360 X 450 X 348 X 342 X 450 X 582 X 510 X 462 X 354 X +USW00021504198108WDF1 10 X 360 X 100 X 100 X 100 X 80 X 70 X 80 X 260 X 40 X 90 X 110 X 90 X 50 X 110 X 100 X 20 X 10 X 60 X 290 X 70 X 40 X 70 X 90 X 80 X 90 X 330 X 200 X 360 X 90 X 100 X +USW00021504198108WDFG 45W X 360W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 45W X 90W X 360W X 90W X 225W X 90W X 90W X 360W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 360W X 315W X 180W X 360W X 90W X 90W X +USW00021504198108WSF1 45 X 45 X 89 X 76 X 63 X 67 X 45 X 58 X 45 X 45 X 63 X 58 X 58 X 40 X 58 X 63 X 45 X 58 X 54 X 45 X 45 X 45 X 54 X 45 X 58 X 63 X 54 X 40 X 40 X 72 X 80 X +USW00021504198108WSFG 82 X 72 X 113 X 129 X 82 X 87 X 98 X 77 X 77 X 77 X 72 X 67 X 77 X 57 X 87 X 82 X 72 X 67 X 82 X 62 X 72 X 72 X 72 X 77 X 82 X 77 X 67 X 62 X 67 X 93 X 98 X +USW00021504198108WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504198109TMAX 283 0 283 0 278 0 278 0 278 0 278 0 278 0 283 0 294 0 294 0 272 0 294 0 278 0 283 0 289 0 289 0 283 0 278 0 300 0 322 0 306 0 306 0 278 0 283 0 278 0 267 0 278 0 272 0 278 0 278 0-9999 +USW00021504198109TMIN 211 0 206 0 217 0 206 0 211 0 194 0 183 0 189 0 183 0 206 0 211 0 200 0 222 0 200 0 194 0 189 0 206 0 211 0 228 0 233 0 222 0 217 0 217 0 217 0 200 0 222 0 217 0 211 0 194 0 183 0-9999 +USW00021504198109PRCP 30 0 25 0 203 0 28 0 81 0 0 0 0 0 0 0 0 0 5 0 112 0 15 0 64 0 0 0 0 0 0 0 376 0 213 0 8 0 84 0 0 0 20 0 84 0 43 0 33 0 980 0 719 0 41 0 3 0 81 0-9999 +USW00021504198109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198109ACMH 50 X 70 X 80 X 70 X 70 X 40 X 10 X 20 X 30 X 70 X 90 X 50 X 80 X 40 X 40 X 30 X 50 X 90 X 70 X 70 X 50 X 60 X 90 X 80 X 80 X 100 X 100 X 90 X 80 X 60 X-9999 +USW00021504198109ACSH 30 X 70 X 80 X 60 X 80 X 50 X 10 X 20 X 40 X 70 X 100 X 50 X 80 X 40 X 40 X 30 X 30 X 100 X 40 X 50 X 30 X 60 X 90 X 60 X 80 X 100 X 100 X 100 X 80 X 80 X-9999 +USW00021504198109PGTM 1448 X 1348 X 1124 X 1842 X 1224 X 1406 X 1342 X 1248 X 1242 X 1224 X 1048 X 1430 X 0754 X 1454 X 1618 X 1212 X 2324 X 1348 X 1706 X 1318 X 1248 X 1442 X 0942 X 2324 X 2330 X 1612 X 1348 X 1000 X 1336 X 1530 X-9999 +USW00021504198109PSUN 73 X 36 X 27 X 53 X 49 X 61 X 89 X 80 X 76 X 34 X 3 X 66 X 23 X 62 X 55 X 88 X 71 X 0 X 74 X 54 X 61 X 61 X 16 X 46 X 25 X 4 X 12 X 6 X 25 X 26 X-9999 +USW00021504198109TSUN 546 X 270 X 204 X 396 X 366 X 456 X 666 X 594 X 564 X 252 X 24 X 486 X 174 X 456 X 402 X 648 X 522 X 0 X 540 X 396 X 444 X 450 X 120 X 330 X 180 X 30 X 84 X 42 X 186 X 186 X-9999 +USW00021504198109WDF1 70 X 350 X 60 X 260 X 40 X 50 X 360 X 350 X 30 X 110 X 160 X 110 X 110 X 110 X 40 X 30 X 210 X 80 X 350 X 120 X 90 X 80 X 60 X 180 X 230 X 120 X 90 X 280 X 60 X 100 X-9999 +USW00021504198109WDFG 45W X 360W X 45W X 45W X 360W X 45W X 45W X 360W X 45W X 135W X 135W X 90W X 270W X 45W X 90W X 45W X 225W X 225W X 360W X 135W X 45W X 90W X 45W X 225W X 225W X 135W X 90W X 270W X 45W X 90W X-9999 +USW00021504198109WSF1 45 X 54 X 63 X 36 X 45 X 45 X 54 X 54 X 45 X 94 X 45 X 89 X 54 X 54 X 45 X 40 X 45 X 63 X 63 X 98 X 58 X 54 X 58 X 63 X 54 X 67 X 63 X 40 X 45 X 63 X-9999 +USW00021504198109WSFG 62 X 98 X 93 X 87 X 67 X 67 X 62 X 72 X 72 X 113 X 67 X 113 X 77 X 93 X 67 X 67 X 118 X 72 X 103 X 134 X 87 X 67 X 103 X 77 X 72 X 93 X 87 X 62 X 82 X 77 X-9999 +USW00021504198109WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00021504198109WT16 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504198110TMAX 267 0 267 0 278 0 244 0 278 0 278 0 278 0 272 0 267 0 272 0 289 0 272 0 278 0 278 0 272 0 267 0 278 0 272 0 272 0 272 0 272 0 278 0 278 0 283 0 267 0 272 0 272 0 250 0 272 0 283 0 272 0 +USW00021504198110TMIN 211 0 200 0 200 0 206 0 200 0 194 0 200 0 194 0 194 0 206 0 200 0 211 0 217 0 200 0 217 0 217 0 200 0 178 0 194 0 200 0 189 0 200 0 183 0 194 0 211 0 183 0 189 0 211 0 217 0 194 0 194 0 +USW00021504198110PRCP 86 0 361 0 38 0 145 0 15 0 5 0 13 0 51 0 3 0 13 0 0T 0 183 0 5 0 46 0 107 0 8 0 0 0 0 0 3 0 8 0 3 0 64 0 66 0 58 0 145 0 61 0 74 0 828 0 64 0 25 0 124 0 +USW00021504198110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198110ACMH 90 X 90 X 70 X 100 X 70 X 80 X 50 X 90 X 70 X 100 X 60 X 100 X 50 X 50 X 90 X 90 X 40 X 50 X 70 X 50 X 40 X 60 X 60 X 80 X 90 X 50 X 80 X 100 X 90 X 50 X 90 X +USW00021504198110ACSH 100 X 100 X 70 X 100 X 70 X 80 X 40 X 90 X 80 X 90 X 50 X 100 X 40 X 40 X 90 X 90 X 30 X 50 X 70 X 20 X 40 X 40 X 40 X 80 X 90 X 50 X 80 X 100 X 90 X 40 X 80 X +USW00021504198110PGTM 1542 X 0724 X 1348 X 0800 X 1430 X 1224 X 1054 X 1054 X 1030 X 1418 X 1224 X 1154 X 1400 X 2042 X 1806 X 0930 X 1430 X 1400 X 0636 X 1348 X 1730 X 1548 X 1406 X 1000 X 0948 X 1048 X 1236 X 2242 X-9999 1124 X 1354 X +USW00021504198110PSUN 5 X 0 X 41 X 0 X 48 X 41 X 74 X 5 X 8 X 2 X 64 X 1 X 71 X 74 X 32 X 14 X 43 X 56 X 39 X 81 X 83 X 69 X 27 X 31 X 12 X 77 X 31 X 0 X 17 X 57 X 15 X +USW00021504198110TSUN 42 X 0 X 288 X 0 X 348 X 294 X 522 X 36 X 54 X 12 X 450 X 6 X 504 X 522 X 228 X 96 X 300 X 390 X 270 X 564 X 576 X 480 X 186 X 216 X 84 X 534 X 216 X 0 X 120 X 390 X 108 X +USW00021504198110WDF1 260 X 230 X 30 X 240 X 230 X 50 X 220 X 90 X 300 X 80 X 110 X 80 X 50 X 30 X 30 X 340 X 360 X 340 X 10 X 10 X 30 X 90 X 90 X 110 X 10 X 350 X 230 X 30 X 80 X 40 X 80 X +USW00021504198110WDFG 270W X 90W X 45W X 225W X 315W X 45W X 90W X 90W X 45W X 90W X 90W X 90W X 45W X 360W X 315W X 45W X 360W X 360W X 315W X 45W X 45W X 90W X 90W X 90W X 360W X 360W X 360W X 45W X-9999 90W X 90W X +USW00021504198110WSF1 63 X 45 X 40 X 54 X 63 X 58 X 40 X 67 X 40 X 45 X 72 X 63 X 45 X 58 X 58 X 36 X 58 X 63 X 54 X 54 X 63 X 63 X 58 X 72 X 54 X 72 X 58 X 80 X 54 X 54 X 63 X +USW00021504198110WSFG 93 X 93 X 72 X 72 X 62 X 77 X 67 X 93 X 62 X 67 X 87 X 72 X 62 X 93 X 67 X 62 X 77 X 103 X 98 X 72 X 72 X 77 X 77 X 82 X 87 X 87 X 82 X 139 X-9999 67 X 72 X +USW00021504198110WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 +USW00021504198110WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504198111TMAX 283 0 283 0 239 0 294 0 283 0 278 0 256 0 256 0 267 0 267 0 272 0 272 0 267 0 272 0 267 0 272 0 278 0 283 0 283 0 278 0 278 0 272 0 267 0 244 0 256 0 256 0 267 0 256 0 256 0 233 0-9999 +USW00021504198111TMIN 200 0 194 0 206 0 206 0 200 0 189 0 217 0 217 0 206 0 183 0 200 0 206 0 206 0 172 0 194 0 183 0 183 0 206 0 194 0 194 0 194 0 200 0 206 0 211 0 200 0 189 0 200 0 194 0 183 0 183 0-9999 +USW00021504198111PRCP 119 0 191 0 462 0 0T 0 0 0 51 0 312 0 140 0 38 0 5 0 23 0 66 0 3 0 0T 0 8 0 0 0 0T 0 13 0 0 0 36 0 0T 0 130 0 267 0 76 0 3 0 74 0 229 0 89 0 18 0 630 0-9999 +USW00021504198111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198111ACMH 60 X 50 X 100 X 60 X 60 X 30 X 100 X 100 X 90 X 60 X 70 X 90 X 60 X 20 X 60 X 40 X 20 X 60 X 40 X 50 X 60 X 90 X 90 X 100 X 90 X 80 X 90 X 90 X 90 X 100 X-9999 +USW00021504198111ACSH 50 X 30 X 100 X 50 X 80 X 10 X 90 X 100 X 90 X 60 X 60 X 80 X 60 X 10 X 70 X 20 X 10 X 50 X 30 X 30 X 50 X 90 X 100 X 100 X 90 X 70 X 90 X 100 X 100 X 100 X-9999 +USW00021504198111PGTM 1236 X 0418 X 1336 X 1354 X 1254 X 1612 X 1306 X 1136 X 1348 X 0854 X 1200 X 1400 X 1200 X 1354 X 1430 X 0630 X 1118 X 1242 X 1224 X 1454 X 1306 X 1218 X 2354 X 1330 X 0800 X 1842 X 1430 X 1648 X 0836 X 2136 X-9999 +USW00021504198111PSUN 48 X 61 X 0 X 64 X 54 X 85 X 14 X 4 X 7 X 36 X 30 X 28 X 46 X 95 X 30 X 72 X 75 X 71 X 64 X 60 X 51 X 34 X 15 X 0 X 24 X 25 X 5 X 0 X 6 X 0 X-9999 +USW00021504198111TSUN 330 X 414 X 0 X 438 X 366 X 576 X 90 X 24 X 48 X 240 X 204 X 186 X 312 X 642 X 204 X 480 X 504 X 480 X 426 X 402 X 342 X 228 X 96 X 0 X 162 X 168 X 36 X 0 X 42 X 0 X-9999 +USW00021504198111WDF1 60 X 340 X 110 X 110 X 90 X 240 X 20 X 110 X 60 X 80 X 330 X 220 X 90 X 220 X 230 X 220 X 100 X 130 X 90 X 110 X 80 X 70 X 340 X 60 X 90 X 270 X 90 X 70 X 240 X 320 X-9999 +USW00021504198111WDFG 45W X 315W X 90W X 90W X 45W X 45W X 45W X 90W X 45W X 90W X 45W X 45W X 90W X 360W X 45W X 225W X 135W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 45W X 270W X 45W X 90W X 225W X 225W X-9999 +USW00021504198111WSF1 45 X 80 X 63 X 98 X 45 X 54 X 54 X 63 X 36 X 54 X 54 X 40 X 54 X 45 X 40 X 40 X 58 X 67 X 58 X 54 X 58 X 45 X 67 X 72 X 63 X 76 X 76 X 63 X 40 X 67 X-9999 +USW00021504198111WSFG 62 X 87 X 77 X 118 X 51 X 67 X 82 X 72 X 62 X 62 X 62 X 77 X 62 X 57 X 51 X 62 X 82 X 87 X 82 X 72 X 87 X 67 X 87 X 129 X 98 X 98 X 108 X 93 X 87 X 108 X-9999 +USW00021504198111WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00021504198111WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504198112TMAX 250 0 256 0 261 0 256 0 250 0 244 0 261 0 233 0 228 0 244 0 250 0 261 0 267 0 261 0 261 0 261 0 267 0 272 0 283 0 283 0 267 0 272 0 261 0 272 0 239 0 289 0 267 0 267 0 261 0 261 0 272 0 +USW00021504198112TMIN 178 0 189 0 194 0 183 0 183 0 172 0 194 0 167 0 172 0 161 0 156 0 183 0 183 0 178 0 178 0 172 0 189 0 194 0 178 0 172 0 178 0 211 0 211 0 200 0 200 0 194 0 189 0 194 0 183 0 183 0 178 0 +USW00021504198112PRCP 572 0 267 0 61 0 18 0 112 0 28 0 152 0 224 0 30 0 0T 0 0T 0 5 0 18 0 23 0 0 0 0 0 0 0 0 0 0 0 0T 0 38 0 94 0 107 0 13 0 2032 0 904 0 0 0 0 0 0T 0 3 0 8 0 +USW00021504198112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198112ACMH 90 X 100 X 70 X 60 X 70 X 60 X 70 X 90 X 90 X 60 X 40 X 60 X 50 X 60 X 10 X 50 X 50 X 30 X 0 X 50 X 50 X 90 X 90 X 40 X 100 X 90 X 50 X 50 X 40 X 60 X 40 X +USW00021504198112ACSH 90 X 100 X 70 X 60 X 80 X 70 X 60 X 90 X 80 X 60 X 30 X 20 X 20 X 50 X 10 X 30 X 10 X 20 X 10 X 50 X 60 X 100 X 90 X 30 X 100 X 90 X 20 X 30 X 20 X 40 X 10 X +USW00021504198112PGTM 1300 X 2100 X 1330 X 1454 X 1324 X 1312 X 2230 X 0224 X 1324 X 1400 X 1512 X 1342 X 1324 X 1500 X 1400 X 1248 X 1554 X 1448 X 1248 X 1442 X 1512 X 1254 X 1412 X 1300 X 0942 X 1300 X 1242 X 1554 X 1306 X 1342 X 1448 X +USW00021504198112PSUN 13 X 18 X 26 X 28 X 11 X 22 X 44 X 11 X 27 X 48 X 54 X 61 X 67 X 27 X 64 X 60 X 80 X 83 X 79 X 54 X 25 X 20 X 8 X 72 X 0 X 25 X 79 X 66 X 65 X 58 X 78 X +USW00021504198112TSUN 84 X 114 X 174 X 180 X 78 X 144 X 294 X 72 X 180 X 318 X 354 X 402 X 444 X 174 X 420 X 396 X 528 X 540 X 516 X 354 X 168 X 132 X 48 X 474 X 0 X 162 X 516 X 432 X 432 X 378 X 516 X +USW00021504198112WDF1 290 X 310 X 320 X 80 X 90 X 350 X 330 X 360 X 320 X 50 X 90 X 100 X 110 X 80 X 360 X 40 X 330 X 220 X 80 X 130 X 140 X 120 X 150 X 150 X 230 X 130 X 30 X 110 X 70 X 90 X 120 X +USW00021504198112WDFG 45W X 315W X 45W X 45W X 315W X 315W X 45W X 315W X 315W X 360W X 90W X 90W X 90W X 90W X 360W X 45W X 360W X 90W X 90W X 135W X 135W X 90W X 135W X 180W X 135W X 135W X 360W X 90W X 90W X 90W X 90W X +USW00021504198112WSF1 67 X 54 X 63 X 45 X 45 X 54 X 80 X 80 X 54 X 45 X 45 X 72 X 67 X 58 X 54 X 40 X 40 X 45 X 54 X 94 X 80 X 89 X 72 X 89 X 103 X 89 X 40 X 67 X 63 X 76 X 80 X +USW00021504198112WSFG 87 X 77 X 72 X 62 X 87 X 87 X 129 X 134 X 103 X 72 X 72 X 93 X 82 X 77 X 77 X 62 X 62 X 57 X 82 X 134 X 113 X 108 X 108 X 139 X 139 X 113 X 67 X 93 X 82 X 98 X 103 X +USW00021504198112WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X +USW00021504198201TMAX 267 0 283 0 267 0 267 0 272 0 283 0 256 0 278 0 272 0 272 0 278 0 283 0 278 0 272 0 261 0 244 0 261 0 256 0 278 0 250 0 233 0 256 0 256 0 250 0 222 0 228 0 239 0 250 0 256 0 244 0 239 0 +USW00021504198201TMIN 189 0 172 0 189 0 194 0 178 0 183 0 206 0 194 0 200 0 178 0 156 0 172 0 178 0 172 0 189 0 178 0 194 0 200 0 178 0 194 0 211 0 194 0 178 0 183 0 183 0 178 0 178 0 178 0 178 0 172 0 156 0 +USW00021504198201PRCP 23 0 0 0 0 0 0 0 0 0 0 0 5 0 15 0 3 0 0 0 0 0 0 0 0 0 0 0 28 0 104 0 18 0 36 0 0 0 86 0 485 0 808 0 3 0 3 0 424 0 488 0 787 0 53 0 38 0 43 0 0 0 +USW00021504198201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198201ACMH 40 X 20 X 90 X 60 X 20 X 70 X 100 X 90 X 60 X 80 X 50 X 60 X 20 X 40 X 80 X 90 X 100 X 100 X 80 X 80 X 100 X 90 X 60 X 80 X 90 X 100 X 90 X 50 X 70 X 80 X 50 X +USW00021504198201ACSH 20 X 10 X 90 X 60 X 20 X 100 X 100 X 90 X 50 X 90 X 30 X 70 X 20 X 30 X 80 X 100 X 100 X 100 X 80 X 100 X 100 X 90 X 80 X 80 X 100 X 100 X 90 X 30 X 70 X 70 X 40 X +USW00021504198201PGTM 1518 X 1436 X 1336 X 1506 X 1718 X 1512 X 0354 X 1348 X 1342 X 1200 X 1418 X 1442 X 0918 X 1306 X 1430 X 1254 X 1042 X 1200 X 1354 X 1030 X 0936 X 1142 X 1612 X 2242 X 0106 X 2212 X 0118 X 1230 X 1330 X 0906 X 1230 X +USW00021504198201PSUN 66 X 83 X 39 X 37 X 88 X 61 X 0 X 39 X 39 X 70 X 79 X 60 X 86 X 81 X 66 X 0 X 6 X 12 X 43 X 5 X 0 X 14 X 28 X 37 X 2 X 0 X 8 X 62 X 37 X 36 X 70 X +USW00021504198201TSUN 432 X 546 X 258 X 240 X 582 X 402 X 0 X 258 X 258 X 462 X 522 X 402 X 570 X 540 X 438 X 0 X 42 X 78 X 288 X 36 X 0 X 96 X 186 X 252 X 12 X 0 X 54 X 420 X 252 X 246 X 474 X +USW00021504198201WDF1 120 X 120 X 310 X 110 X 120 X 170 X 170 X 350 X 120 X 110 X 120 X 120 X 100 X 120 X 110 X 150 X 170 X 120 X 120 X 120 X 140 X 330 X 330 X 320 X 40 X 40 X 280 X 350 X 10 X 340 X 350 X +USW00021504198201WDFG 90W X 135W X 360W X 135W X 135W X 135W X 180W X 90W X 90W X 135W X 90W X 135W X 180W X 135W X 90W X 135W X 225W X 135W X 135W X 135W X 180W X 360W X 315W X 315W X 315W X 45W X 270W X 360W X 360W X 360W X 360W X +USW00021504198201WSF1 89 X 72 X 58 X 63 X 80 X 103 X 98 X 54 X 63 X 89 X 94 X 94 X 72 X 98 X 72 X 67 X 72 X 80 X 94 X 98 X 107 X 67 X 40 X 80 X 72 X 63 X 58 X 54 X 54 X 94 X 40 X +USW00021504198201WSFG 103 X 82 X 98 X 72 X 118 X 154 X 139 X 82 X 87 X 108 X 108 X 123 X 108 X 123 X 98 X 98 X 108 X 98 X 118 X 123 X 123 X 93 X 67 X 113 X 118 X 134 X 98 X 98 X 93 X 123 X 57 X +USW00021504198201WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198201WT16 1 0-9999 -9999 1 X-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198202TMAX 256 0 267 0 244 0 244 0 256 0 256 0 261 0 256 0 267 0 256 0 267 0 278 0 306 0 283 0 283 0 300 0 306 0 306 0 283 0 267 0 278 0 283 0 256 0 256 0 261 0 256 0 250 0 228 0-9999 -9999 -9999 +USW00021504198202TMIN 156 0 156 0 206 0 161 0 156 0 178 0 167 0 156 0 172 0 172 0 183 0 189 0 189 0 183 0 183 0 183 0 183 0 189 0 172 0 167 0 178 0 178 0 189 0 156 0 144 0 156 0 183 0 189 0-9999 -9999 -9999 +USW00021504198202PRCP 0 0 0 0 0 0 0 0 28 0 0T 0 0T 0 0 0 0T 0 0T 0 30 0 0 0 0 0 0 0 0 0 0 0 3 0 10 0 0 0 0 0 3 0 5 0 53 0 43 0 0T 0 0 0 74 0 94 0-9999 -9999 -9999 +USW00021504198202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198202ACMH 40 X 40 X 90 X 70 X 70 X 50 X 40 X 30 X 60 X 40 X 80 X 10 X 0 X 20 X 40 X 20 X 40 X 50 X 20 X 30 X 40 X 50 X 100 X 50 X 20 X 60 X 90 X 100 X-9999 -9999 -9999 +USW00021504198202ACSH 50 X 40 X 90 X 50 X 80 X 40 X 40 X 30 X 80 X 30 X 90 X 10 X 10 X 30 X 40 X 10 X 40 X 30 X 20 X 30 X 50 X 40 X 100 X 70 X 20 X 60 X 100 X 100 X-9999 -9999 -9999 +USW00021504198202PGTM 1542 X 2224 X 1200 X 1348 X 0918 X 0112 X 1154 X 1500 X 1400 X 1430 X 1224 X 0300 X 1800 X 1354 X 1248 X 1406 X 1218 X 1218 X 1106 X 1224 X 1400 X 1306 X 1218 X 0006 X 1600 X 1748 X 1554 X 0724 X-9999 -9999 -9999 +USW00021504198202PSUN 51 X 68 X 29 X 48 X 24 X 39 X 42 X 82 X 36 X 80 X 45 X 83 X 81 X 70 X 57 X 92 X 61 X 69 X 86 X 67 X 81 X 81 X 38 X 40 X 77 X 84 X 4 X 7 X-9999 -9999 -9999 +USW00021504198202TSUN 348 X 462 X 192 X 324 X 162 X 270 X 282 X 564 X 246 X 552 X 312 X 576 X 564 X 486 X 390 X 636 X 420 X 480 X 600 X 468 X 564 X 570 X 270 X 282 X 540 X 588 X 30 X 48 X-9999 -9999 -9999 +USW00021504198202WDF1 320 X 340 X 350 X 90 X 150 X 130 X 100 X 40 X 330 X 360 X 340 X 140 X 350 X 340 X 110 X 100 X 120 X 100 X 90 X 100 X 90 X 90 X 110 X 190 X 340 X 350 X 340 X 340 X-9999 -9999 -9999 +USW00021504198202WDFG 315W X 315W X 360W X 90W X 180W X 315W X 90W X 45W X 315W X 315W X 315W X 135W X 360W X 90W X 90W X 90W X 135W X 90W X 90W X 45W X 90W X 90W X 135W X 135W X 360W X 360W X 360W X 360W X-9999 -9999 -9999 +USW00021504198202WSF1 67 X 54 X 54 X 40 X 54 X 76 X 76 X 45 X 72 X 54 X 76 X 58 X 54 X 45 X 94 X 98 X 103 X 98 X 45 X 63 X 76 X 76 X 80 X 40 X 54 X 54 X 63 X 80 X-9999 -9999 -9999 +USW00021504198202WSFG 87 X 103 X 77 X 77 X 82 X 113 X 103 X 67 X 98 X 72 X 123 X 129 X 77 X 77 X 108 X 129 X 129 X 129 X 67 X 82 X 118 X 118 X 113 X 67 X 77 X 72 X 98 X 93 X-9999 -9999 -9999 +USW00021504198202WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198202WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00021504198203TMAX 228 0 267 0 261 0 228 0 239 0 244 0 250 0 228 0 206 0 211 0 206 0 250 0 217 0 244 0 256 0 244 0 272 0 267 0 256 0 267 0 278 0 261 0 222 0 239 0 244 0 261 0 222 0 222 0 233 0 233 0 228 0 +USW00021504198203TMIN 178 0 189 0 178 0 183 0 183 0 183 0 183 0 178 0 178 0 178 0 172 0 183 0 183 0 194 0 189 0 200 0 200 0 183 0 172 0 167 0 178 0 183 0 194 0 183 0 172 0 178 0 189 0 194 0 183 0 183 0 189 0 +USW00021504198203PRCP 1488 0 221 0 117 0 102 0 0 0 8 0 15 0 64 0 104 0 472 0 79 0 516 0 828 0 404 0 193 0 528 0 843 0 3 0 0 0 259 0 0T 0 264 0 1913 0 124 0 20 0 10 0 221 0 401 0 89 0 696 0 2337 0 +USW00021504198203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198203ACMH 100 X 90 X 90 X 100 X 80 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 50 X 60 X 80 X 60 X 100 X 100 X 60 X 80 X 100 X 100 X 100 X 100 X 100 X +USW00021504198203ACSH 100 X 80 X 90 X 100 X 80 X 50 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 70 X 40 X 70 X 90 X 60 X 100 X 100 X 60 X 70 X 100 X 100 X 100 X 100 X 100 X +USW00021504198203PGTM 1148 X 1254 X 2300 X 1412 X 1024 X 1618 X 1624 X 1148 X 0142 X 1442 X 1318 X 0524 X 0206 X 1218 X 1236 X 1648 X 1400 X 1312 X 1724 X 1442 X 1354 X 1800 X 1036 X 1742 X 0124 X 1654 X 1442 X 2218 X 2042 X 1354 X 1130 X +USW00021504198203PSUN 10 X 54 X 58 X 30 X 44 X 60 X 57 X 27 X 7 X 0 X 0 X 7 X 0 X 0 X 10 X 4 X 44 X 43 X 63 X 44 X 38 X 56 X 2 X 14 X 68 X 65 X 0 X 2 X 2 X 0 X 0 X +USW00021504198203TSUN 72 X 384 X 408 X 216 X 312 X 432 X 402 X 192 X 54 X 0 X 0 X 54 X 0 X 0 X 72 X 30 X 318 X 312 X 456 X 324 X 276 X 408 X 18 X 102 X 498 X 480 X 0 X 12 X 18 X 0 X 0 X +USW00021504198203WDF1 110 X 70 X 340 X 340 X 330 X 350 X 350 X 350 X 340 X 280 X 230 X 230 X 110 X 90 X 140 X 110 X 90 X 40 X 360 X 80 X 120 X 80 X 220 X 310 X 350 X 100 X 160 X 210 X 220 X 100 X 220 X +USW00021504198203WDFG 90W X 90W X 360W X 360W X 360W X 360W X 315W X 360W X 135W X 90W X 135W X 270W X 90W X 180W X 135W X 90W X 135W X 45W X 360W X 90W X 135W X 90W X 225W X 225W X 225W X 90W X 180W X 225W X 225W X 90W X 135W X +USW00021504198203WSF1 80 X 45 X 63 X 76 X 63 X 63 X 63 X 72 X 72 X 40 X 36 X 63 X 58 X 80 X 54 X 80 X 76 X 54 X 45 X 76 X 94 X 45 X 76 X 63 X 58 X 76 X 58 X 54 X 54 X 58 X 45 X +USW00021504198203WSFG 98 X 62 X 108 X 103 X 98 X 98 X 87 X 93 X 118 X 82 X 87 X 77 X 108 X 118 X 77 X 108 X 103 X 77 X 62 X 103 X 108 X 87 X 98 X 77 X 87 X 87 X 77 X 77 X 67 X 77 X 82 X +USW00021504198203WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504198203WT16 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198204TMAX 239 0 267 0 256 0 250 0 256 0 244 0 244 0 278 0 217 0 233 0 244 0 217 0 250 0 250 0 261 0 261 0 267 0 272 0 267 0 256 0 256 0 228 0 250 0 239 0 250 0 228 0 256 0 256 0 256 0 250 0-9999 +USW00021504198204TMIN 178 0 178 0 183 0 200 0 194 0 172 0 178 0 178 0 189 0 189 0 183 0 178 0 183 0 194 0 178 0 206 0 206 0 194 0 172 0 183 0 189 0 167 0 178 0 183 0 167 0 183 0 183 0 200 0 206 0 194 0-9999 +USW00021504198204PRCP 351 0 46 0 66 0 8 0 0 0 0 0 3 0 28 0 117 0 3 0 8 0 15 0 112 0 61 0 15 0 318 0 490 0 246 0 48 0 307 0 43 0 112 0 30 0 198 0 5 0 86 0 119 0 122 0 33 0 58 0-9999 +USW00021504198204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198204ACMH 100 X 90 X 80 X 90 X 90 X 90 X 100 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 80 X 60 X 90 X 100 X 90 X 80 X 90 X 80 X 90 X 90 X 100 X 90 X 100 X-9999 +USW00021504198204ACSH 100 X 100 X 70 X 90 X 70 X 100 X 100 X 80 X 100 X 100 X 100 X 100 X 90 X 100 X 90 X 90 X 100 X 80 X 60 X 90 X 100 X 90 X 70 X 90 X 80 X 100 X 90 X 100 X 90 X 90 X-9999 +USW00021504198204PGTM 0124 X 0924 X 1830 X 2218 X 1236 X 1218 X 1600 X 2048 X 0830 X 0454 X 0924 X 1948 X 1642 X 0142 X 1336 X 1336 X 1148 X 1354 X 1236 X 1312 X 2206 X 1400 X 1436 X 1712 X 1830 X 0930 X 1224 X 1200 X 0854 X 1042 X-9999 +USW00021504198204PSUN 22 X 41 X 57 X 27 X 62 X 29 X 0 X 47 X 29 X 34 X 25 X 0 X 62 X 61 X 72 X 22 X 39 X 60 X 74 X 43 X 64 X 43 X 80 X 27 X 62 X 4 X 46 X 24 X 46 X 28 X-9999 +USW00021504198204TSUN 162 X 306 X 420 X 198 X 462 X 216 X 0 X 354 X 216 X 258 X 186 X 0 X 468 X 456 X 540 X 162 X 294 X 450 X 564 X 324 X 486 X 324 X 606 X 204 X 474 X 30 X 354 X 186 X 360 X 216 X-9999 +USW00021504198204WDF1 130 X 100 X 350 X 260 X 80 X 90 X 120 X 340 X 300 X 300 X 70 X 220 X 250 X 100 X 220 X 120 X 120 X 130 X 100 X 90 X 50 X 330 X 320 X 250 X 360 X 120 X 220 X 100 X 110 X 70 X-9999 +USW00021504198204WDFG 180W X 135W X 315W X 270W X 90W X 90W X 135W X 360W X 315W X 315W X 90W X 225W X 90W X 225W X 45W X 90W X 90W X 135W X 45W X 90W X 315W X 315W X 315W X 270W X 90W X 135W X 45W X 90W X 90W X 45W X-9999 +USW00021504198204WSF1 45 X 40 X 54 X 40 X 54 X 40 X 67 X 80 X 67 X 67 X 54 X 36 X 45 X 36 X 40 X 67 X 67 X 67 X 45 X 63 X 72 X 94 X 80 X 58 X 63 X 54 X 45 X 58 X 58 X 58 X-9999 +USW00021504198204WSFG 67 X 67 X 87 X 72 X 77 X 62 X 77 X 149 X 103 X 87 X 87 X 57 X 82 X 51 X 67 X 103 X 87 X 87 X 72 X 87 X 93 X 129 X 103 X 118 X 87 X 82 X 67 X 77 X 82 X 93 X-9999 +USW00021504198204WT16 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198205TMAX 256 0 261 0 272 0 272 0 278 0 272 0 278 0 256 0 256 0 256 0 261 0 256 0 261 0 256 0 267 0 278 0 256 0 256 0 256 0 267 0 267 0 261 0 261 0 267 0 256 0 261 0 267 0 244 0 261 0 256 0 261 0 +USW00021504198205TMIN 189 0 206 0 183 0 206 0 178 0 200 0 206 0 206 0 211 0 194 0 194 0 194 0 172 0 200 0 200 0 183 0 194 0 200 0 194 0 178 0 194 0 183 0 178 0 178 0 183 0 200 0 200 0 194 0 194 0 189 0 178 0 +USW00021504198205PRCP 36 0 48 0 13 0 0 0 0T 0 135 0 51 0 10 0 30 0 79 0 218 0 30 0 15 0 5 0 5 0 18 0 284 0 109 0 84 0 43 0 71 0 23 0 30 0 64 0 18 0 51 0 23 0 48 0 33 0 175 0 0T 0 +USW00021504198205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198205ACMH 90 X 80 X 60 X 90 X 90 X 80 X 80 X 100 X 80 X 90 X 100 X 80 X 70 X 90 X 70 X 70 X 100 X 100 X 80 X 70 X 70 X 80 X 90 X 90 X 80 X 80 X 70 X 90 X 50 X 100 X 70 X +USW00021504198205ACSH 90 X 80 X 40 X 100 X 90 X 80 X 70 X 100 X 90 X 80 X 100 X 80 X 70 X 80 X 80 X 90 X 100 X 90 X 80 X 60 X 60 X 80 X 100 X 90 X 70 X 70 X 50 X 80 X 30 X 100 X 80 X +USW00021504198205PGTM 1548 X 1254 X 1224 X 1400 X 1236 X 1630 X 1306 X 1524 X 1242 X 1348 X 2024 X 0036 X 1130 X 1318 X 1312 X 1312 X 1354 X 2200 X 1142 X 1342 X 1448 X 1354 X 0854 X 1548 X 1336 X 1330 X 1518 X 0948 X 1842 X 1054 X 0924 X +USW00021504198205PSUN 16 X 12 X 58 X 59 X 70 X 40 X 47 X 4 X 9 X 23 X 13 X 10 X 45 X 19 X 35 X 53 X 7 X 55 X 35 X 57 X 61 X 32 X 36 X 59 X 61 X 58 X 68 X 25 X 81 X 32 X 67 X +USW00021504198205TSUN 126 X 96 X 450 X 456 X 546 X 312 X 366 X 36 X 72 X 186 X 108 X 78 X 348 X 144 X 276 X 420 X 60 X 432 X 276 X 450 X 480 X 252 X 282 X 468 X 486 X 462 X 540 X 198 X 642 X 258 X 534 X +USW00021504198205WDF1 80 X 80 X 70 X 80 X 120 X 120 X 140 X 70 X 20 X 80 X 100 X 70 X 70 X 70 X 80 X 100 X 100 X 70 X 60 X 50 X 80 X 110 X 20 X 360 X 20 X 350 X 70 X 10 X 360 X 350 X 20 X +USW00021504198205WDFG 90W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 225W X 90W X 225W X 270W X 90W X 90W X 135W X 90W X 90W X 270W X 90W X 45W X 90W X 90W X 90W X 360W X 360W X 360W X 90W X 360W X 360W X 360W X 360W X +USW00021504198205WSF1 58 X 67 X 67 X 58 X 72 X 94 X 67 X 72 X 58 X 67 X 67 X 54 X 76 X 67 X 67 X 63 X 72 X 67 X 80 X 76 X 80 X 67 X 63 X 67 X 76 X 89 X 94 X 89 X 89 X 98 X 72 X +USW00021504198205WSFG 77 X 98 X 93 X 87 X 93 X 113 X 108 X 82 X 72 X 103 X 87 X 77 X 98 X 93 X 87 X 82 X 93 X 87 X 103 X 129 X 118 X 93 X 87 X 87 X 103 X 113 X 113 X 113 X 118 X 113 X 93 X +USW00021504198205WT16 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198206TMAX 278 0 278 0 272 0 294 0 294 0 289 0 283 0 283 0 294 0 283 0 289 0 272 0 283 0 272 0 283 0 283 0 294 0 289 0 294 0 289 0 289 0 283 0 289 0 294 0 289 0 289 0 289 0 250 0 278 0 278 0-9999 +USW00021504198206TMIN 172 0 189 0 211 0 206 0 211 0 217 0 228 0 228 0 211 0 222 0 211 0 200 0 211 0 206 0 206 0 189 0 211 0 211 0 211 0 200 0 206 0 200 0 194 0 200 0 206 0 211 0 228 0 222 0 200 0 217 0-9999 +USW00021504198206PRCP 0 0 0T 0 163 0 0T 0 3 0 5 0 13 0 0 0 86 0 28 0 0T 0 8 0 58 0 20 0 0T 0 10 0 414 0 262 0 3 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 15 0 43 0 216 0 127 0 58 0-9999 +USW00021504198206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198206ACMH 50 X 80 X 80 X 90 X 100 X 90 X 70 X 80 X 70 X 100 X 70 X 100 X 90 X 80 X 90 X 80 X 90 X 90 X 80 X 30 X 30 X 30 X 10 X 20 X 50 X 60 X 80 X 100 X 80 X 90 X-9999 +USW00021504198206ACSH 40 X 100 X 100 X 100 X 100 X 90 X 60 X 70 X 80 X 100 X 70 X 100 X 90 X 70 X 80 X 70 X 90 X 80 X 90 X 20 X 30 X 20 X 10 X 10 X 40 X 60 X 70 X 100 X 70 X 90 X-9999 +USW00021504198206PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 1200 X 1336 X 1554 X 1536 X 1230 X 1148 X 0800 X 1236 X 1030 X 1306 X 1306 X 1348 X 1236 X 1248 X 1400 X 1248 X 1406 X 1318 X 1524 X 1706 X 1118 X 2248 X 0012 X-9999 +USW00021504198206PSUN 57 X 42 X 18 X 55 X 46 X 29 X 34 X 59 X 72 X 31 X 74 X 28 X 57 X 39 X 78 X 50 X 38 X 38 X 32 X 85 X 68 X 94 X 89 X 98 X 83 X 66 X 55 X 1 X 56 X 31 X-9999 +USW00021504198206TSUN 456 X 330 X 144 X 444 X 366 X 228 X 270 X 468 X 576 X 252 X 594 X 222 X 456 X 312 X 624 X 402 X 300 X 300 X 258 X 678 X 546 X 750 X 714 X 786 X 660 X 534 X 438 X 12 X 450 X 252 X-9999 +USW00021504198206WDF1 80 X 360 X 120 X 110 X 100 X 80 X 10 X 360 X 120 X 100 X 110 X 230 X 110 X 70 X 90 X 110 X 80 X 80 X 80 X 50 X 100 X 70 X 60 X 40 X 60 X 350 X 60 X 50 X 130 X 230 X-9999 +USW00021504198206WDFG-9999 -9999 -9999 -9999 -9999 -9999 -9999 360W X 90W X 90W X 90W X 45W X 90W X 135W X 90W X 135W X 90W X 90W X 90W X 45W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 90W X 135W X 180W X-9999 +USW00021504198206WSF1 94 X 67 X 72 X 112 X 107 X 94 X 54 X 54 X 54 X 67 X 72 X 36 X 67 X 63 X 58 X 63 X 80 X 63 X 45 X 40 X 58 X 54 X 63 X 36 X 45 X 40 X 40 X 45 X 54 X 45 X-9999 +USW00021504198206WSFG-9999 -9999 -9999 -9999 -9999 -9999 -9999 62 X 82 X 98 X 98 X 51 X 93 X 77 X 93 X 87 X 108 X 93 X 87 X 62 X 77 X 67 X 67 X 62 X 62 X 67 X 62 X 67 X 72 X 62 X-9999 +USW00021504198206WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198206WT16-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198207TMAX 283 0 278 0 278 0 278 0 267 0 283 0 283 0 283 0 272 0 272 0 289 0 278 0 294 0 283 0 261 0 250 0 289 0 283 0 261 0 278 0 244 0 300 0 306 0 300 0 300 0 294 0 289 0 283 0 294 0 294 0 283 0 +USW00021504198207TMIN 211 0 222 0 206 0 211 0 200 0 211 0 211 0 217 0 217 0 222 0 200 0 211 0 200 0 217 0 217 0 217 0 222 0 228 0 222 0 222 0 222 0 217 0 206 0 211 0 206 0 217 0 228 0 217 0 222 0 217 0 222 0 +USW00021504198207PRCP 150 0 246 0 188 0 183 0 155 0 46 0 135 0 124 0 155 0 183 0 155 0 157 0 53 0 251 0 236 0 1435 0 381 0 135 0 33 0 46 0 523 0 193 0 904 0 0 0 0 0 0 0 0 0 18 0 97 0 15 0 1064 0 +USW00021504198207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198207ACMH 90 X 100 X 90 X 90 X 90 X 80 X 90 X 70 X 90 X 90 X 80 X 90 X 70 X 90 X 100 X 100 X 90 X 100 X 100 X 90 X 100 X 80 X 60 X 60 X 60 X 60 X 50 X 60 X 90 X 60 X 100 X +USW00021504198207ACSH 80 X 100 X 100 X 100 X 100 X 80 X 90 X 50 X 90 X 100 X 70 X 100 X 70 X 90 X 90 X 100 X 80 X 100 X 100 X 80 X 100 X 90 X 60 X 60 X 60 X 60 X 40 X 50 X 80 X 50 X 100 X +USW00021504198207PGTM 1954 X 1436 X 1506 X 1242 X 1254 X 1836 X 1230 X 1406 X 1548 X 1224 X 2306 X 1054 X 2048 X 1636 X 0836 X 0948 X 0100 X 1754 X 1306 X 1554 X 1830 X 1018 X 1542 X 1224 X 1324 X 1206 X 1248 X 1418 X 1542 X 2242 X 1806 X +USW00021504198207PSUN 29 X 9 X 12 X 10 X 3 X 42 X 36 X 74 X 23 X 18 X 52 X 13 X 36 X 36 X 9 X 0 X 36 X 10 X 0 X 39 X 0 X 26 X 51 X 56 X 56 X 56 X 68 X 64 X 48 X 78 X 19 X +USW00021504198207TSUN 234 X 72 X 102 X 84 X 24 X 330 X 288 X 588 X 186 X 144 X 414 X 108 X 282 X 288 X 72 X 6 X 288 X 78 X 0 X 312 X 0 X 204 X 408 X 438 X 444 X 438 X 540 X 504 X 378 X 606 X 150 X +USW00021504198207WDF1 340 X 60 X 70 X 80 X 90 X 100 X 230 X 70 X 100 X 90 X 240 X 130 X 80 X 320 X 70 X 270 X 230 X 30 X 320 X 70 X 330 X 340 X 80 X 80 X 60 X 90 X 30 X 10 X 80 X 70 X 340 X +USW00021504198207WDFG 90W X 45W X 360W X 90W X 90W X 135W X 45W X 90W X 90W X 90W X 225W X 135W X 90W X 45W X 45W X 270W X 225W X 45W X 360W X 90W X 315W X 360W X 270W X 90W X 45W X 90W X 45W X 360W X 90W X 270W X 360W X +USW00021504198207WSF1 45 X 72 X 45 X 67 X 67 X 63 X 36 X 80 X 54 X 54 X 45 X 63 X 76 X 45 X 72 X 36 X 72 X 40 X 58 X 58 X 40 X 63 X 67 X 54 X 40 X 58 X 40 X 45 X 63 X 45 X 94 X +USW00021504198207WSFG 67 X 98 X 72 X 87 X 113 X 103 X 77 X 87 X 87 X 98 X 82 X 77 X 98 X 77 X 93 X 62 X 93 X 77 X 72 X 62 X 67 X 118 X 82 X 77 X 72 X 82 X 62 X 62 X 82 X 67 X 134 X +USW00021504198207WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504198207WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00021504198208TMAX 261 0 283 0 283 0 278 0 294 0 289 0 278 0 283 0 278 0 267 0 283 0 278 0 283 0 272 0 278 0 294 0 289 0 294 0 306 0 294 0 294 0 283 0 278 0 289 0 294 0 278 0 267 0 283 0 278 0 278 0 250 0 +USW00021504198208TMIN 222 0 222 0 217 0 206 0 194 0 217 0 222 0 222 0 200 0 228 0 222 0 228 0 217 0 211 0 222 0 222 0 206 0 228 0 211 0 211 0 228 0 217 0 217 0 217 0 222 0 228 0 217 0 222 0 211 0 211 0 211 0 +USW00021504198208PRCP 787 0 43 0 13 0 25 0 109 0 51 0 20 0 13 0 485 0 490 0 122 0 10 0 28 0 112 0 23 0 0 0 3 0 58 0 0 0 13 0 0T 0 759 0 912 0 513 0 130 0 109 0 180 0 168 0 132 0 155 0 1001 0 +USW00021504198208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198208ACMH 100 X 90 X 70 X 70 X 50 X 70 X 80 X 50 X 90 X 100 X 100 X 90 X 90 X 100 X 100 X 80 X 70 X 100 X 70 X 70 X 80 X 90 X 100 X 80 X 80 X 90 X 100 X 90 X 90 X 100 X 100 X +USW00021504198208ACSH 100 X 90 X 60 X 80 X 50 X 60 X 80 X 40 X 90 X 100 X 100 X 80 X 80 X 100 X 100 X 80 X 60 X 90 X 50 X 70 X 100 X 90 X 100 X 70 X 70 X 80 X 100 X 80 X 80 X 100 X 100 X +USW00021504198208PGTM 1136 X 1606 X 1424 X 1636 X 1536 X 1612 X 1018 X 1830 X 0042 X 0912 X 1130 X 1218 X 1306 X 1718 X 0648 X 1312 X 1400 X 1148 X 1242 X 1336 X 1430 X 1700 X 1312 X 1318 X 1300 X 0106 X 1824 X 1242 X 1354 X 0718 X 0212 X +USW00021504198208PSUN 0 X 29 X 54 X 32 X 75 X 51 X 24 X 55 X 22 X 0 X 14 X 36 X 35 X 2 X 2 X 49 X 53 X 27 X 59 X 39 X 14 X 39 X 10 X 24 X 45 X 34 X 0 X 16 X 15 X 14 X 0 X +USW00021504198208TSUN 0 X 228 X 420 X 252 X 582 X 396 X 186 X 426 X 168 X 0 X 108 X 276 X 270 X 18 X 12 X 378 X 408 X 204 X 450 X 294 X 108 X 300 X 78 X 180 X 342 X 258 X 0 X 120 X 114 X 108 X 0 X +USW00021504198208WDF1 110 X 80 X 100 X 120 X 80 X 80 X 330 X 340 X 80 X 90 X 80 X 60 X 70 X 230 X 150 X 110 X 70 X 90 X 80 X 100 X 120 X 90 X 240 X 100 X 100 X 10 X 330 X 90 X 110 X 270 X 290 X +USW00021504198208WDFG 90W X 45W X 360W X 45W X 135W X 45W X 45W X 315W X 90W X 90W X 45W X 45W X 90W X 135W X 135W X 90W X 90W X 90W X 135W X 135W X 90W X 90W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 225W X 90W X +USW00021504198208WSF1 80 X 45 X 54 X 40 X 63 X 63 X 45 X 58 X 63 X 72 X 58 X 63 X 67 X 63 X 67 X 72 X 67 X 67 X 63 X 72 X 58 X 72 X 58 X 67 X 67 X 40 X 45 X 67 X 76 X 63 X 54 X +USW00021504198208WSFG 103 X 77 X 67 X 72 X 98 X 72 X 77 X 87 X 87 X 98 X 87 X 87 X 87 X 82 X 87 X 87 X 98 X 93 X 87 X 103 X 67 X 87 X 77 X 93 X 93 X 72 X 57 X 118 X 108 X 72 X 77 X +USW00021504198208WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198208WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198209TMAX 267 0 278 0 283 0 278 0 283 0 289 0 289 0 289 0 283 0 283 0 289 0 289 0 289 0 283 0 278 0 272 0 272 0 283 0 278 0 278 0 283 0 278 0 256 0 283 0 278 0 272 0 267 0 267 0 272 0 278 0-9999 +USW00021504198209TMIN 217 0 217 0 217 0 217 0 206 0 217 0 206 0 233 0 228 0 211 0 206 0 211 0 194 0 211 0 228 0 217 0 194 0 200 0 217 0 200 0 206 0 206 0 217 0 183 0 206 0 206 0 211 0 217 0 211 0 206 0-9999 +USW00021504198209PRCP 160 0 147 0 18 0 20 0 0T 0 28 0 3 0 38 0 97 0 249 0 25 0 36 0 127 0 89 0 79 0 28 0 3 0 58 0 18 0 53 0 0T 0 51 0 147 0 71 0 236 0 325 0 117 0 89 0 104 0 104 0-9999 +USW00021504198209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198209ACMH 100 X 100 X 60 X 80 X 90 X 80 X 70 X 70 X 80 X 80 X 60 X 70 X 60 X 100 X 100 X 90 X 90 X 90 X 100 X 90 X 60 X 90 X 100 X 70 X 80 X 90 X 100 X 100 X 90 X 70 X-9999 +USW00021504198209ACSH 100 X 100 X 50 X 70 X 90 X 70 X 80 X 50 X 70 X 80 X 50 X 70 X 70 X 100 X 100 X 80 X 90 X 80 X 90 X 90 X 40 X 90 X 100 X 60 X 80 X 90 X 100 X 100 X 100 X 70 X-9999 +USW00021504198209PGTM 1342 X 1236 X 1154 X 1012 X 1806 X 1306 X 1648 X 1330 X 2306 X 1412 X 0942 X 1448 X 0936 X 1412 X 1448 X 1112 X 1242 X 2000 X 0736 X 0836 X 1430 X 1054 X 1448 X 0706 X 1330 X 0048 X 1530 X 1030 X 1818 X 1318 X-9999 +USW00021504198209PSUN 0 X 12 X 71 X 36 X 32 X 46 X 44 X 44 X 41 X 29 X 58 X 57 X 29 X 9 X 5 X 15 X 47 X 14 X 20 X 21 X 53 X 40 X 0 X 48 X 18 X 10 X 1 X 0 X 15 X 52 X-9999 +USW00021504198209TSUN 0 X 90 X 528 X 264 X 240 X 348 X 324 X 324 X 306 X 216 X 432 X 420 X 216 X 66 X 36 X 114 X 342 X 102 X 150 X 156 X 402 X 294 X 0 X 348 X 132 X 72 X 6 X 0 X 108 X 372 X-9999 +USW00021504198209WDF1 110 X 70 X 280 X 340 X 360 X 20 X 330 X 60 X 30 X 90 X 60 X 130 X 100 X 140 X 210 X 330 X 60 X 230 X 30 X 320 X 360 X 50 X 90 X 50 X 270 X 240 X 270 X 240 X 340 X 360 X-9999 +USW00021504198209WDFG 90W X 90W X 45W X 360W X 360W X 360W X 45W X 45W X 45W X 90W X 45W X 135W X 180W X 45W X 45W X 360W X 45W X 225W X 225W X 315W X 360W X 45W X 315W X 45W X 45W X 225W X 225W X 225W X 360W X 360W X-9999 +USW00021504198209WSF1 58 X 63 X 54 X 54 X 63 X 45 X 40 X 54 X 54 X 76 X 63 X 58 X 54 X 54 X 54 X 36 X 63 X 45 X 36 X 45 X 40 X 45 X 45 X 54 X 54 X 63 X 54 X 40 X 40 X 45 X-9999 +USW00021504198209WSFG 93 X 82 X 67 X 82 X 77 X 72 X 57 X 67 X 87 X 113 X 98 X 77 X 82 X 67 X 67 X 62 X 82 X 62 X 62 X 67 X 67 X 67 X 67 X 77 X 82 X 77 X 87 X 57 X 62 X 72 X-9999 +USW00021504198209WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198210TMAX 278 0 278 0 278 0 256 0 278 0 278 0 261 0 283 0 267 0 278 0 261 0 272 0 278 0 278 0 278 0 283 0 272 0 267 0 267 0 272 0 272 0 272 0 267 0 272 0 261 0 283 0 294 0 283 0 294 0 294 0 289 0 +USW00021504198210TMIN 206 0 206 0 206 0 194 0 189 0 206 0 200 0 211 0 217 0 217 0 206 0 194 0 217 0 211 0 217 0 206 0 200 0 200 0 178 0 183 0 194 0 200 0 194 0 183 0 194 0 206 0 211 0 189 0 200 0 211 0 194 0 +USW00021504198210PRCP 64 0 48 0 318 0 114 0 132 0 41 0 53 0 97 0 94 0 13 0 51 0 122 0 71 0 46 0 48 0 0T 0 41 0 71 0 0 0 0T 0 25 0 43 0 36 0 0T 0 13 0 3 0 43 0 5 0 69 0 0 0 0T 0 +USW00021504198210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198210ACMH 70 X 60 X 60 X 90 X 80 X 80 X 90 X 90 X 90 X 70 X 90 X 90 X 80 X 90 X 90 X 90 X 70 X 100 X 60 X 50 X 80 X 90 X 90 X 70 X 90 X 90 X 80 X 70 X 80 X 70 X 90 X +USW00021504198210ACSH 60 X 40 X 50 X 100 X 90 X 70 X 90 X 80 X 90 X 40 X 90 X 90 X 70 X 100 X 80 X 90 X 60 X 100 X 70 X 60 X 70 X 80 X 90 X 80 X 90 X 90 X 80 X 90 X 80 X 70 X 100 X +USW00021504198210PGTM 1818 X 1336 X 0612 X 0942 X 0100 X 2100 X 1206 X 0006 X 1512 X 0836 X 0754 X 1336 X 1230 X 1248 X 1212 X 1518 X 1418 X 0906 X 0854 X 1706 X 1636 X 1006 X 1124 X 1218 X 1600 X 1430 X 0906 X 1536 X 1130 X 1342 X 1448 X +USW00021504198210PSUN 39 X 66 X 51 X 1 X 24 X 35 X 8 X 54 X 26 X 77 X 1 X 19 X 64 X 10 X 21 X 19 X 23 X 2 X 26 X 78 X 46 X 44 X 10 X 6 X 0 X 36 X 23 X 21 X 45 X 74 X 59 X +USW00021504198210TSUN 426 X 468 X 366 X 12 X 174 X 252 X 54 X 384 X 186 X 546 X 6 X 138 X 456 X 72 X 150 X 138 X 162 X 18 X 186 X 540 X 324 X 306 X 72 X 48 X 0 X 246 X 162 X 144 X 312 X 510 X 402 X +USW00021504198210WDF1 340 X 230 X 270 X 330 X 270 X 230 X 140 X 100 X 100 X 20 X 150 X 110 X 250 X 270 X 80 X 220 X 60 X 220 X 200 X 220 X 220 X 350 X 130 X 120 X 100 X 130 X 140 X 110 X 100 X 120 X 100 X +USW00021504198210WDFG 360W X 360W X 225W X 360W X 180W X 270W X 135W X 135W X 90W X 315W X 135W X 45W X 45W X 45W X 90W X 135W X 45W X 225W X 270W X 360W X 360W X 360W X 135W X 135W X 90W X 135W X 135W X 135W X 135W X 135W X 90W X +USW00021504198210WSF1 54 X 40 X 58 X 58 X 54 X 54 X 54 X 72 X 67 X 40 X 58 X 45 X 40 X 45 X 58 X 54 X 40 X 63 X 31 X 40 X 45 X 45 X 45 X 45 X 45 X 76 X 72 X 76 X 89 X 103 X 76 X +USW00021504198210WSFG 67 X 62 X 72 X 77 X 87 X 67 X 72 X 93 X 98 X 67 X 72 X 62 X 62 X 67 X 98 X 67 X 77 X 82 X 57 X 51 X 67 X 62 X 67 X 87 X 62 X 103 X 118 X 98 X 118 X 113 X 93 X +USW00021504198210WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 +USW00021504198211TMAX 289 0 283 0 278 0 283 0 278 0 278 0 278 0 278 0 272 0 261 0 272 0 267 0 239 0 267 0 267 0 267 0 256 0 267 0 278 0 278 0 233 0 278 0 294 0 294 0 261 0 267 0 272 0 272 0 278 0 261 0-9999 +USW00021504198211TMIN 211 0 206 0 200 0 206 0 189 0 189 0 194 0 194 0 206 0 194 0 194 0 183 0 189 0 194 0 189 0 194 0 206 0 200 0 200 0 211 0 211 0 206 0 228 0 222 0 217 0 217 0 194 0 189 0 206 0 200 0-9999 +USW00021504198211PRCP 0T 0 0 0 28 0 5 0 51 0 76 0 64 0 18 0 107 0 109 0 28 0 109 0 91 0 61 0 15 0 10 0 3 0 3 0 0 0 23 0 142 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 5 0 132 0 124 0-9999 +USW00021504198211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198211ACMH 70 X 40 X 50 X 80 X 60 X 60 X 60 X 80 X 90 X 90 X 70 X 80 X 80 X 80 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 70 X 90 X 90 X 70 X 80 X 80 X 90 X-9999 +USW00021504198211ACSH 60 X 20 X 60 X 70 X 90 X 50 X 50 X 80 X 90 X 90 X 70 X 70 X 90 X 60 X 60 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 70 X 90 X 80 X 50 X 70 X 70 X 90 X-9999 +USW00021504198211PGTM 1306 X 1218 X 0812 X 0206 X 1700 X 1300 X 1330 X 1300 X 1236 X 1206 X 1348 X 2242 X 0836 X 1748 X 0724 X 1312 X 0948 X 1248 X 1142 X 2054 X 2136 X 1336 X 1154 X 0112 X 1900 X 0330 X 1412 X 1300 X 1212 X 1218 X-9999 +USW00021504198211PSUN 40 X 60 X 52 X 41 X 42 X 52 X 55 X 39 X 25 X 7 X 13 X 40 X 3 X 36 X 44 X 28 X 9 X 8 X 21 X 14 X 0 X 8 X 25 X 37 X 18 X 44 X 33 X 40 X 48 X 6 X-9999 +USW00021504198211TSUN 276 X 408 X 354 X 282 X 288 X 354 X 372 X 264 X 168 X 48 X 90 X 270 X 24 X 246 X 294 X 186 X 60 X 54 X 144 X 96 X 0 X 54 X 168 X 246 X 120 X 294 X 216 X 264 X 318 X 42 X-9999 +USW00021504198211WDF1 110 X 90 X 340 X 290 X 130 X 210 X 220 X 120 X 140 X 100 X 80 X 70 X 230 X 60 X 320 X 110 X 100 X 110 X 80 X 330 X 230 X 110 X 170 X 160 X 350 X 280 X 40 X 100 X 80 X 130 X-9999 +USW00021504198211WDFG 135W X 90W X 270W X 315W X 135W X 90W X 90W X 135W X 135W X 315W X 90W X 45W X 315W X 360W X 270W X 90W X 90W X 135W X 90W X 315W X 135W X 90W X 225W X 180W X 360W X 315W X 360W X 135W X 90W X 135W X-9999 +USW00021504198211WSF1 76 X 54 X 40 X 45 X 63 X 40 X 58 X 67 X 72 X 58 X 67 X 54 X 40 X 45 X 54 X 63 X 58 X 67 X 58 X 45 X 63 X 72 X 125 X 103 X 80 X 36 X 40 X 58 X 67 X 76 X-9999 +USW00021504198211WSFG 103 X 67 X 51 X 67 X 108 X 67 X 82 X 87 X 93 X 82 X 77 X 98 X 82 X 82 X 72 X 87 X 87 X 93 X 72 X 67 X 93 X 103 X 159 X 154 X 108 X 72 X 62 X 82 X 93 X 103 X-9999 +USW00021504198211WT16 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198212TMAX 283 0 272 0 283 0 278 0 272 0 267 0 256 0 239 0 256 0 261 0 261 0 267 0 261 0 267 0 261 0 233 0 267 0 244 0 233 0 239 0 239 0 256 0 244 0 250 0 261 0 250 0 278 0 272 0 267 0 267 0 261 0 +USW00021504198212TMIN 200 0 178 0 183 0 189 0 178 0 172 0 178 0 178 0 172 0 156 0 167 0 200 0 189 0 183 0 172 0 183 0 167 0 178 0 211 0 183 0 178 0 178 0 189 0 189 0 200 0 211 0 200 0 178 0 167 0 178 0 183 0 +USW00021504198212PRCP 3 0 0 0 0T 0 5 0 0T 0 66 0 0T 0 0T 0 0T 0 0 0 76 0 10 0 25 0 18 0 112 0 112 0 8 0 229 0 15 0 8 0 71 0 3 0 48 0 8 0 150 0 622 0 127 0 8 0 0 0 0T 0 0T 0 +USW00021504198212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198212ACMH 70 X 70 X 50 X 60 X 60 X 80 X 60 X 90 X 80 X 50 X 70 X 50 X 60 X 60 X 60 X 80 X 50 X 90 X 80 X 80 X 80 X 70 X 100 X 90 X 100 X 100 X 80 X 40 X 40 X 50 X 70 X +USW00021504198212ACSH 60 X 60 X 40 X 50 X 50 X 80 X 50 X 90 X 70 X 40 X 60 X 30 X 40 X 50 X 40 X 100 X 40 X 100 X 80 X 70 X 70 X 60 X 100 X 80 X 100 X 100 X 60 X 10 X 10 X 40 X 50 X +USW00021504198212PGTM 1648 X 1318 X 1318 X 1130 X 1354 X 1412 X 1536 X 1524 X 0436 X 1342 X 1600 X 0848 X 0706 X 1530 X 1954 X 1006 X 2348 X 1754 X 1754 X 0024 X 0206 X 1330 X 1330 X 1400 X 0024 X 1200 X 1606 X 1348 X 1506 X 1324 X 1348 X +USW00021504198212PSUN 58 X 34 X 84 X 46 X 40 X 6 X 17 X 5 X 17 X 52 X 67 X 75 X 70 X 53 X 65 X 29 X 63 X 34 X 14 X 60 X 40 X 59 X 5 X 25 X 29 X 20 X 60 X 79 X 92 X 69 X 71 X +USW00021504198212TSUN 384 X 222 X 558 X 306 X 264 X 36 X 108 X 30 X 114 X 342 X 438 X 498 X 462 X 348 X 426 X 192 X 414 X 228 X 96 X 396 X 264 X 384 X 36 X 162 X 192 X 132 X 396 X 522 X 606 X 450 X 468 X +USW00021504198212WDF1 110 X 100 X 100 X 120 X 100 X 120 X 340 X 340 X 330 X 350 X 90 X 340 X 70 X 340 X 320 X 210 X 210 X 360 X 10 X 20 X 230 X 90 X 160 X 360 X 300 X 90 X 100 X 120 X 120 X 110 X 230 X +USW00021504198212WDFG 90W X 90W X 90W X 135W X 90W X 90W X 360W X 360W X 315W X 360W X 90W X 90W X 90W X 360W X 315W X 45W X 135W X 360W X 45W X 360W X 225W X 90W X 180W X 360W X 360W X 45W X 90W X 135W X 135W X 135W X 45W X +USW00021504198212WSF1 80 X 63 X 63 X 63 X 58 X 58 X 94 X 67 X 54 X 40 X 58 X 54 X 58 X 40 X 54 X 40 X 45 X 89 X 72 X 58 X 40 X 54 X 67 X 72 X 54 X 67 X 72 X 80 X 72 X 67 X 40 X +USW00021504198212WSFG 98 X 77 X 93 X 87 X 82 X 103 X 144 X 108 X 77 X 62 X 72 X 72 X 82 X 67 X 82 X 103 X 67 X 129 X 108 X 93 X 72 X 77 X 113 X 108 X 87 X 93 X 108 X 98 X 98 X 93 X 62 X +USW00021504198212WT16 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 +USW00021504198301TMAX 244 0 261 0 267 0 267 0 261 0 261 0 261 0 267 0 272 0 267 0 261 0 261 0 261 0 261 0 267 0 267 0 272 0 272 0 272 0 294 0 272 0 267 0 306 0 272 0 289 0 250 0 267 0 256 0 278 0 261 0 239 0 +USW00021504198301TMIN 183 0 183 0 172 0 194 0 167 0 161 0 189 0 161 0 156 0 172 0 178 0 172 0 167 0 183 0 178 0 161 0 172 0 194 0 178 0 161 0 167 0 156 0 178 0 167 0 167 0 178 0 161 0 144 0 150 0 156 0 183 0 +USW00021504198301PRCP 10 0 28 0 76 0 0T 0 8 0 0T 0 0T 0 0T 0 0 0 15 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 23 0 5 0 0 0 33 0 23 0 +USW00021504198301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198301ACMH 80 X 60 X 40 X 40 X 30 X 60 X 80 X 50 X 30 X 70 X 60 X 30 X 30 X 70 X 40 X 50 X 60 X 90 X 50 X 20 X 40 X 30 X 10 X 10 X 20 X 80 X 60 X 50 X 20 X 50 X 100 X +USW00021504198301ACSH 70 X 60 X 40 X 30 X 40 X 60 X 70 X 80 X 30 X 80 X 40 X 20 X 30 X 60 X 30 X 60 X 50 X 70 X 50 X 20 X 60 X 0 X 10 X 0 X 10 X 80 X 50 X 40 X 20 X 50 X 100 X +USW00021504198301PGTM 1318 X 1212 X 2342 X 1412 X 0336 X 2312 X 1342 X 1330 X 1324 X 1648 X 1248 X 1354 X 1200 X 1518 X 1354 X 1424 X 1200 X 1524 X 1512 X 1318 X 1100 X 1600 X 1100 X 1300 X 2200 X 0042 X 1224 X 1130 X 1300 X 2212 X 1248 X +USW00021504198301PSUN 18 X 51 X 68 X 69 X 68 X 57 X 56 X 63 X 67 X 30 X 56 X 86 X 66 X 57 X 70 X 54 X 54 X 37 X 51 X 76 X 50 X 83 X 80 X 85 X 83 X 42 X 55 X 67 X 76 X 51 X 50 X +USW00021504198301TSUN 120 X 336 X 444 X 450 X 450 X 378 X 372 X 414 X 444 X 198 X 372 X 570 X 438 X 378 X 468 X 360 X 360 X 246 X 342 X 510 X 336 X 552 X 540 X 570 X 558 X 282 X 372 X 450 X 516 X 342 X 342 X +USW00021504198301WDF1 90 X 120 X 100 X 110 X 80 X 350 X 120 X 130 X 110 X 120 X 100 X 220 X 220 X 10 X 110 X 90 X 80 X 110 X 100 X 100 X 50 X 350 X 340 X 340 X 350 X 350 X 360 X 10 X 120 X 350 X 350 X +USW00021504198301WDFG 90W X 135W X 225W X 90W X 270W X 360W X 135W X 135W X 90W X 135W X 90W X 360W X 135W X 360W X 90W X 90W X 90W X 135W X 90W X 90W X 360W X 315W X 180W X 315W X 360W X 360W X 360W X 45W X 135W X 360W X 360W X +USW00021504198301WSF1 63 X 67 X 63 X 63 X 45 X 58 X 63 X 67 X 94 X 63 X 54 X 36 X 45 X 45 X 76 X 67 X 63 X 76 X 98 X 63 X 45 X 58 X 76 X 58 X 89 X 72 X 72 X 45 X 63 X 89 X 80 X +USW00021504198301WSFG 87 X 103 X 72 X 72 X 77 X 77 X 87 X 98 X 103 X 82 X 67 X 62 X 67 X 77 X 93 X 87 X 82 X 98 X 103 X 82 X 72 X 93 X 98 X 67 X 139 X 108 X 108 X 82 X 82 X 103 X 118 X +USW00021504198301WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 +USW00021504198302TMAX 244 0 261 0 267 0 267 0 267 0 261 0 261 0 272 0 283 0 267 0 250 0 272 0 294 0 283 0 306 0 300 0 244 0 272 0 278 0 289 0 272 0 283 0 272 0 278 0 272 0 278 0 278 0 250 0-9999 -9999 -9999 +USW00021504198302TMIN 178 0 167 0 183 0 183 0 183 0 178 0 167 0 167 0 172 0 161 0 172 0 156 0 150 0 156 0 144 0 167 0 194 0 178 0 167 0 167 0 183 0 178 0 172 0 189 0 167 0 167 0 172 0 156 0-9999 -9999 -9999 +USW00021504198302PRCP 0T 0 0 0 3 0 0 0 0 0 13 0 5 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 86 0 64 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0T 0 30 0-9999 -9999 -9999 +USW00021504198302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198302ACMH 60 X 60 X 80 X 90 X 90 X 80 X 40 X 30 X 60 X 10 X 80 X 50 X 0 X 40 X 10 X 40 X 100 X 40 X 30 X 30 X 30 X 10 X 50 X 80 X 40 X 10 X 40 X 60 X-9999 -9999 -9999 +USW00021504198302ACSH 40 X 50 X 60 X 80 X 90 X 90 X 30 X 20 X 60 X 10 X 90 X 30 X 0 X 50 X 0 X 20 X 100 X 30 X 20 X 40 X 30 X 10 X 50 X 80 X 60 X 10 X 10 X 70 X-9999 -9999 -9999 +USW00021504198302PGTM 0148 X 1406 X 1400 X 1712 X 1406 X 1436 X 0348 X 1342 X 1336 X 1524 X 0030 X 1224 X 1354 X 1018 X 1436 X 2136 X 1412 X 1406 X 1230 X 1336 X 1654 X 1136 X 1318 X 1118 X 1154 X 1224 X 1724 X 0154 X-9999 -9999 -9999 +USW00021504198302PSUN 71 X 58 X 43 X 48 X 58 X 23 X 53 X 77 X 53 X 87 X 29 X 65 X 100 X 52 X 89 X 83 X 30 X 76 X 79 X 65 X 80 X 90 X 69 X 50 X 74 X 91 X 81 X 81 X-9999 -9999 -9999 +USW00021504198302TSUN 480 X 390 X 294 X 324 X 396 X 156 X 366 X 522 X 366 X 600 X 204 X 450 X 690 X 360 X 612 X 576 X 210 X 528 X 552 X 450 X 558 X 630 X 486 X 348 X 516 X 636 X 570 X 570 X-9999 -9999 -9999 +USW00021504198302WDF1 20 X 130 X 20 X 120 X 130 X 140 X 200 X 130 X 350 X 350 X 350 X 70 X 350 X 90 X 110 X 350 X 340 X 110 X 70 X 90 X 100 X 30 X 40 X 130 X 20 X 50 X 360 X 350 X-9999 -9999 -9999 +USW00021504198302WDFG 360W X 90W X 45W X 90W X 135W X 90W X 180W X 135W X 360W X 360W X 360W X 90W X 360W X 135W X 90W X 360W X 45W X 90W X 90W X 90W X 90W X 45W X 360W X 90W X 360W X 90W X 360W X 360W X-9999 -9999 -9999 +USW00021504198302WSF1 72 X 80 X 54 X 80 X 80 X 67 X 58 X 94 X 80 X 103 X 94 X 80 X 76 X 58 X 76 X 76 X 67 X 67 X 63 X 63 X 63 X 45 X 45 X 63 X 58 X 67 X 63 X 54 X-9999 -9999 -9999 +USW00021504198302WSFG 108 X 123 X 77 X 129 X 103 X 98 X 77 X 113 X 129 X 190 X 108 X 123 X 103 X 87 X 129 X 113 X 98 X 93 X 87 X 87 X 82 X 72 X 72 X 93 X 67 X 93 X 103 X 77 X-9999 -9999 -9999 +USW00021504198302WT16 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00021504198303TMAX 256 0 278 0 272 0 294 0 272 0 289 0 306 0 300 0 278 0 294 0 300 0 294 0 294 0 289 0 250 0 239 0 256 0 244 0 261 0 256 0 278 0 283 0 256 0 267 0 267 0 267 0 261 0 272 0 272 0 278 0 267 0 +USW00021504198303TMIN 150 0 139 0 122 0 183 0 161 0 178 0 172 0 172 0 178 0 189 0 156 0 183 0 189 0 161 0 194 0 172 0 172 0 183 0 183 0 183 0 183 0 172 0 194 0 183 0 194 0 183 0 183 0 172 0 189 0 178 0 183 0 +USW00021504198303PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0T 0 13 0 18 0 25 0 5 0 0 0 0 0 8 0 69 0 71 0 28 0 10 0 48 0 5 0 0T 0 0T 0 173 0 +USW00021504198303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198303ACMH 10 X 10 X 40 X 20 X 60 X 50 X 30 X 20 X 40 X 50 X 20 X 30 X 30 X 50 X 80 X 90 X 90 X 80 X 90 X 60 X 70 X 40 X 80 X 80 X 80 X 50 X 60 X 60 X 50 X 60 X 80 X +USW00021504198303ACSH 10 X 20 X 30 X 10 X 60 X 50 X 20 X 40 X 30 X 30 X 30 X 30 X 30 X 40 X 70 X 90 X 90 X 80 X 80 X 40 X 50 X 20 X 90 X 70 X 70 X 50 X 70 X 50 X 50 X 40 X 70 X +USW00021504198303PGTM 1230 X 1418 X 1454 X 1224 X 1048 X 1212 X 1318 X 1300 X 1400 X 1248 X 1412 X 1100 X 1436 X 2336 X 0230 X 0112 X 1530 X 1800 X 1124 X 1454 X 1136 X 1348 X 1930 X 1448 X 1248 X 1354 X 1342 X 1218 X 1312 X 1242 X 1206 X +USW00021504198303PSUN 85 X 83 X 70 X 76 X 46 X 56 X 78 X 68 X 69 X 88 X 80 X 83 X 85 X 63 X 55 X 56 X 47 X 61 X 54 X 73 X 67 X 84 X 27 X 55 X 55 X 78 X 42 X 54 X 56 X 58 X 85 X +USW00021504198303TSUN 600 X 588 X 492 X 534 X 330 X 396 X 558 X 480 X 492 X 630 X 570 X 594 X 612 X 450 X 396 X 402 X 342 X 438 X 390 X 528 X 492 X 612 X 192 X 402 X 402 X 570 X 306 X 396 X 414 X 432 X 624 X +USW00021504198303WDF1 360 X 100 X 80 X 100 X 170 X 80 X 100 X 120 X 360 X 70 X 70 X 90 X 100 X 350 X 330 X 350 X 360 X 340 X 20 X 40 X 50 X 10 X 30 X 100 X 30 X 20 X 100 X 90 X 50 X 130 X 200 X +USW00021504198303WDFG 360W X 90W X 90W X 135W X 90W X 90W X 90W X 135W X 360W X 90W X 90W X 45W X 135W X 360W X 360W X 315W X 360W X 360W X 360W X 45W X 45W X 45W X 90W X 45W X 45W X 360W X 45W X 90W X 45W X 135W X 45W X +USW00021504198303WSF1 54 X 98 X 67 X 89 X 67 X 89 X 80 X 76 X 58 X 67 X 67 X 54 X 80 X 89 X 94 X 76 X 63 X 63 X 63 X 54 X 63 X 45 X 54 X 63 X 58 X 45 X 63 X 72 X 58 X 94 X 67 X +USW00021504198303WSFG 67 X 118 X 98 X 103 X 72 X 129 X 118 X 139 X 67 X 87 X 93 X 82 X 113 X 118 X 149 X 108 X 87 X 87 X 93 X 72 X 87 X 82 X 82 X 98 X 82 X 82 X 87 X 113 X 93 X 113 X 87 X +USW00021504198303WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198303WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198304TMAX 267 0 267 0 278 0 278 0 272 0 239 0 283 0 256 0 256 0 256 0 239 0 283 0 256 0 261 0 256 0 256 0 244 0 250 0 256 0 233 0 256 0 244 0 256 0 256 0 256 0 256 0 239 0 239 0 239 0 250 0-9999 +USW00021504198304TMIN 194 0 183 0 189 0 183 0 194 0 194 0 189 0 200 0 200 0 178 0 189 0 194 0 189 0 194 0 200 0 183 0 200 0 178 0 178 0 178 0 161 0 183 0 194 0 189 0 183 0 206 0 183 0 183 0 178 0 178 0-9999 +USW00021504198304PRCP 102 0 145 0 43 0 25 0 91 0 23 0 0T 0 145 0 3 0 51 0 155 0 15 0 71 0 135 0 640 0 91 0 0T 0 0T 0 5 0 114 0 8 0 218 0 107 0 102 0 46 0 5 0 30 0 104 0 64 0 81 0-9999 +USW00021504198304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198304ACMH 80 X 70 X 70 X 80 X 90 X 100 X 80 X 90 X 90 X 90 X 100 X 90 X 60 X 90 X 80 X 70 X 90 X 90 X 80 X 100 X 50 X 100 X 80 X 100 X 90 X 100 X 100 X 100 X 100 X 90 X-9999 +USW00021504198304ACSH 60 X 60 X 50 X 70 X 90 X 90 X 60 X 90 X 80 X 80 X 100 X 80 X 80 X 90 X 80 X 60 X 80 X 100 X 70 X 100 X 50 X 100 X 70 X 100 X 90 X 90 X 100 X 100 X 100 X 90 X-9999 +USW00021504198304PGTM 2136 X 1130 X 1112 X 1506 X 1218 X 1424 X 2354 X 1918 X 0018 X 1330 X 0806 X 1418 X 1348 X 1648 X 1300 X 1318 X 1154 X 1348 X 0854 X 1136 X 1530 X 1248 X 1136 X 0912 X 1548 X 1406 X 0624 X 1112 X 0236 X 2136 X-9999 +USW00021504198304PSUN 50 X 65 X 75 X 59 X 56 X 44 X 46 X 46 X 64 X 65 X 2 X 35 X 33 X 45 X 43 X 57 X 32 X 40 X 62 X 7 X 68 X 9 X 59 X 47 X 47 X 34 X 1 X 14 X 14 X 29 X-9999 +USW00021504198304TSUN 372 X 480 X 558 X 438 X 420 X 330 X 342 X 342 X 480 X 492 X 18 X 264 X 246 X 342 X 324 X 432 X 240 X 300 X 474 X 54 X 516 X 72 X 456 X 360 X 360 X 258 X 6 X 108 X 108 X 222 X-9999 +USW00021504198304WDF1 60 X 160 X 60 X 70 X 80 X 100 X 100 X 340 X 330 X 50 X 130 X 100 X 360 X 80 X 340 X 30 X 30 X 40 X 60 X 10 X 70 X 90 X 10 X 230 X 60 X 20 X 30 X 60 X 330 X 190 X-9999 +USW00021504198304WDFG 225W X 180W X 45W X 90W X 90W X 90W X 315W X 360W X 360W X 45W X 45W X 90W X 135W X 90W X 360W X 360W X 45W X 45W X 45W X 315W X 45W X 90W X 45W X 225W X 45W X 45W X 360W X 45W X 270W X 315W X-9999 +USW00021504198304WSF1 54 X 63 X 72 X 67 X 80 X 76 X 45 X 63 X 63 X 45 X 45 X 67 X 36 X 72 X 72 X 54 X 63 X 63 X 63 X 45 X 63 X 72 X 54 X 54 X 58 X 58 X 45 X 58 X 63 X 45 X-9999 +USW00021504198304WSFG 93 X 87 X 118 X 98 X 108 X 129 X 72 X 108 X 82 X 77 X 87 X 87 X 67 X 93 X 82 X 87 X 93 X 82 X 87 X 93 X 113 X 108 X 77 X 67 X 93 X 87 X 87 X 93 X 93 X 82 X-9999 +USW00021504198304WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198305TMAX 244 0 239 0 244 0 267 0 244 0 250 0 256 0 261 0 233 0 278 0 261 0 267 0 244 0 261 0 272 0 261 0 267 0 244 0 278 0 278 0 272 0 250 0 256 0 261 0 250 0 261 0 256 0 261 0 272 0 272 0 278 0 +USW00021504198305TMIN 189 0 194 0 194 0 194 0 194 0 183 0 194 0 183 0 183 0 178 0 194 0 183 0 189 0 189 0 183 0 194 0 200 0 194 0 172 0 183 0 206 0 206 0 200 0 194 0 194 0 172 0 183 0 200 0 206 0 194 0 200 0 +USW00021504198305PRCP 272 0 56 0 86 0 107 0 28 0 102 0 422 0 269 0 127 0 5 0 66 0 0T 0 84 0 71 0 0T 0 107 0 109 0 203 0 0 0 5 0 53 0 10 0 15 0 10 0 20 0 0T 0 36 0 0T 0 0T 0 43 0 132 0 +USW00021504198305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198305ACMH 100 X 100 X 90 X 100 X 100 X 80 X 80 X 70 X 90 X 60 X 90 X 60 X 90 X 90 X 70 X 90 X 70 X 80 X 40 X 50 X 90 X 100 X 90 X 80 X 100 X 70 X 90 X 90 X 60 X 80 X 80 X +USW00021504198305ACSH 100 X 100 X 100 X 90 X 100 X 70 X 80 X 80 X 100 X 50 X 90 X 50 X 100 X 80 X 80 X 90 X 50 X 90 X 40 X 40 X 80 X 100 X 80 X 70 X 100 X 70 X 90 X 80 X 40 X 70 X 70 X +USW00021504198305PGTM 1018 X 0306 X 1248 X 1130 X 1212 X 1036 X 1318 X 0030 X 1800 X 1142 X 0954 X 1236 X 1112 X 1554 X 0924 X 1236 X 1524 X 1230 X 1130 X 1106 X 1536 X 1024 X 0700 X 0430 X 0018 X 1754 X 1248 X 1054 X 1318 X 1418 X 1136 X +USW00021504198305PSUN 1 X 2 X 17 X 31 X 16 X 60 X 25 X 28 X 4 X 82 X 24 X 52 X 13 X 45 X 55 X 37 X 56 X 4 X 66 X 56 X 35 X 39 X 44 X 41 X 22 X 59 X 44 X 25 X 73 X 41 X 57 X +USW00021504198305TSUN 6 X 12 X 132 X 240 X 120 X 468 X 198 X 216 X 30 X 642 X 192 X 408 X 108 X 348 X 432 X 294 X 438 X 36 X 522 X 444 X 282 X 306 X 348 X 324 X 180 X 468 X 348 X 198 X 576 X 330 X 456 X +USW00021504198305WDF1 70 X 70 X 230 X 70 X 20 X 210 X 60 X 230 X 230 X 100 X 90 X 40 X 210 X 100 X 80 X 150 X 110 X 120 X 110 X 260 X 340 X 350 X 10 X 30 X 350 X 360 X 360 X 360 X 50 X 20 X 60 X +USW00021504198305WDFG 225W X 45W X 225W X 90W X 45W X 360W X 90W X 180W X 315W X 45W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 225W X 90W X 90W X 360W X 360W X 360W X 360W X 360W X 360W X 360W X 45W X 45W X 360W X 90W X +USW00021504198305WSF1 54 X 54 X 54 X 72 X 54 X 54 X 63 X 40 X 45 X 54 X 89 X 45 X 45 X 72 X 67 X 72 X 76 X 54 X 72 X 58 X 58 X 63 X 54 X 63 X 58 X 67 X 54 X 54 X 63 X 54 X 67 X +USW00021504198305WSFG 87 X 87 X 82 X 93 X 82 X 82 X 82 X 62 X 57 X 72 X 98 X 72 X 87 X 87 X 87 X 87 X 93 X 72 X 103 X 87 X 87 X 93 X 82 X 98 X 93 X 87 X 77 X 67 X 72 X 77 X 87 X +USW00021504198305WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198306TMAX 261 0 272 0 278 0 283 0 278 0 267 0 272 0 272 0 272 0 267 0 278 0 267 0 278 0 272 0 289 0 272 0 278 0 283 0 278 0 278 0 267 0 272 0 272 0 278 0 278 0 272 0 278 0 283 0 272 0 267 0-9999 +USW00021504198306TMIN 183 0 189 0 194 0 183 0 200 0 206 0 194 0 206 0 200 0 194 0 206 0 211 0 189 0 200 0 194 0 183 0 206 0 206 0 194 0 194 0 194 0 206 0 200 0 189 0 200 0 183 0 183 0 194 0 194 0 194 0-9999 +USW00021504198306PRCP 5 0 5 0 8 0 25 0 99 0 43 0 135 0 0T 0 5 0 51 0 0T 0 41 0 28 0 8 0 5 0 3 0 23 0 58 0 81 0 0 0 38 0 30 0 25 0 20 0 5 0 38 0 3 0 53 0 122 0 43 0-9999 +USW00021504198306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198306ACMH 70 X 60 X 60 X 50 X 90 X 80 X 90 X 80 X 80 X 80 X 90 X 90 X 70 X 50 X 50 X 70 X 90 X 80 X 60 X 50 X 80 X 90 X 90 X 60 X 70 X 50 X 40 X 80 X 50 X 70 X-9999 +USW00021504198306ACSH 90 X 70 X 50 X 40 X 80 X 70 X 80 X 70 X 80 X 90 X 90 X 90 X 60 X 40 X 40 X 70 X 80 X 90 X 50 X 30 X 90 X 90 X 80 X 50 X 70 X 60 X 50 X 70 X 50 X 70 X-9999 +USW00021504198306PGTM 1148 X 1230 X 1342 X 1500 X 1324 X 1518 X 1030 X 1342 X 1654 X 0230 X 1054 X 1300 X 1654 X 1354 X 1330 X 1418 X 1242 X 1336 X 1254 X 1200 X 0854 X 1424 X 1348 X 1212 X 1042 X 1500 X 1142 X 1642 X 1142 X 1454 X-9999 +USW00021504198306PSUN 34 X 48 X 61 X 72 X 57 X 43 X 54 X 60 X 68 X 18 X 58 X 40 X 65 X 78 X 76 X 31 X 27 X 42 X 60 X 84 X 16 X 26 X 45 X 65 X 56 X 54 X 67 X 44 X 68 X 55 X-9999 +USW00021504198306TSUN 270 X 384 X 480 X 570 X 456 X 342 X 432 X 480 X 540 X 144 X 462 X 318 X 516 X 630 X 606 X 252 X 216 X 330 X 480 X 672 X 126 X 210 X 354 X 522 X 444 X 432 X 534 X 354 X 540 X 438 X-9999 +USW00021504198306WDF1 30 X 30 X 60 X 100 X 90 X 80 X 30 X 20 X 110 X 110 X 70 X 260 X 100 X 100 X 50 X 60 X 50 X 60 X 50 X 20 X 10 X 100 X 30 X 60 X 120 X 270 X 50 X 60 X 360 X 40 X-9999 +USW00021504198306WDFG 360W X 45W X 45W X 90W X 90W X 90W X 360W X 45W X 45W X 180W X 90W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 360W X 45W X 45W X 45W X 360W X 135W X 45W X 90W X 45W X 45W X 45W X-9999 +USW00021504198306WSF1 76 X 58 X 67 X 89 X 89 X 54 X 58 X 58 X 54 X 45 X 76 X 40 X 58 X 58 X 54 X 63 X 72 X 67 X 63 X 54 X 58 X 54 X 63 X 54 X 80 X 45 X 63 X 63 X 54 X 54 X-9999 +USW00021504198306WSFG 149 X 77 X 98 X 108 X 103 X 77 X 77 X 87 X 87 X 93 X 98 X 72 X 82 X 72 X 82 X 87 X 103 X 93 X 77 X 67 X 87 X 77 X 77 X 77 X 98 X 62 X 93 X 87 X 77 X 87 X-9999 +USW00021504198306WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198307TMAX 267 0 261 0 267 0 278 0 278 0 267 0 272 0 256 0 267 0 256 0 278 0 278 0 272 0 272 0 278 0 283 0 283 0 278 0 278 0 278 0 278 0 261 0 272 0 278 0 267 0 278 0 267 0 272 0 278 0 278 0 278 0 +USW00021504198307TMIN 194 0 194 0 194 0 211 0 206 0 217 0 217 0 211 0 206 0 206 0 206 0 211 0 211 0 206 0 200 0 206 0 189 0 206 0 194 0 189 0 206 0 206 0 189 0 194 0 206 0 211 0 206 0 194 0 194 0 206 0 206 0 +USW00021504198307PRCP 91 0 102 0 33 0 36 0 112 0 81 0 23 0 104 0 89 0 201 0 53 0 79 0 64 0 58 0 18 0 66 0 10 0 56 0 0T 0 8 0 43 0 46 0 36 0 20 0 69 0 38 0 119 0 58 0 18 0 86 0 15 0 +USW00021504198307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198307ACMH 80 X 90 X 90 X 80 X 90 X 100 X 100 X 100 X 90 X 100 X 90 X 80 X 80 X 90 X 60 X 70 X 80 X 70 X 40 X 60 X 80 X 100 X 80 X 80 X 90 X 60 X 90 X 80 X 70 X 80 X 60 X +USW00021504198307ACSH 80 X 90 X 80 X 80 X 80 X 100 X 100 X 100 X 90 X 90 X 90 X 70 X 70 X 80 X 50 X 60 X 70 X 60 X 30 X 50 X 80 X 90 X 90 X 90 X 90 X 70 X 90 X 80 X 60 X 70 X 50 X +USW00021504198307PGTM 0312 X 2030 X 2148 X 1154 X 1354 X 1012 X 1230 X 1118 X 1242 X 1700 X 1436 X 1518 X 1248 X 1442 X 0024 X 1330 X 1312 X 1318 X 1442 X 1330 X 1530 X 1618 X 1242 X 1730 X 1148 X 1418 X 1224 X 1400 X 1224 X 1554 X 1424 X +USW00021504198307PSUN 15 X 14 X 40 X 51 X 45 X 27 X 13 X 15 X 50 X 27 X 38 X 59 X 43 X 46 X 66 X 59 X 52 X 52 X 75 X 57 X 26 X 13 X 30 X 41 X 39 X 39 X 9 X 56 X 57 X 36 X 68 X +USW00021504198307TSUN 114 X 108 X 324 X 408 X 354 X 216 X 102 X 120 X 396 X 216 X 300 X 468 X 342 X 366 X 522 X 468 X 414 X 408 X 594 X 450 X 210 X 102 X 240 X 324 X 312 X 312 X 72 X 438 X 450 X 282 X 534 X +USW00021504198307WDF1 220 X 30 X 50 X 40 X 40 X 70 X 90 X 90 X 60 X 120 X 40 X 50 X 50 X 20 X 360 X 130 X 100 X 60 X 10 X 80 X 60 X 270 X 50 X 60 X 40 X 50 X 210 X 230 X 40 X 60 X 360 X +USW00021504198307WDFG 225W X 270W X 45W X 45W X 45W X 45W X 90W X 90W X 45W X 90W X 45W X 45W X 45W X 360W X 360W X 135W X 90W X 45W X 45W X 45W X 45W X 225W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X +USW00021504198307WSF1 54 X 40 X 45 X 67 X 58 X 54 X 72 X 67 X 63 X 58 X 54 X 58 X 67 X 72 X 58 X 76 X 58 X 54 X 63 X 63 X 58 X 45 X 76 X 67 X 80 X 58 X 45 X 40 X 54 X 54 X 40 X +USW00021504198307WSFG 98 X 77 X 77 X 98 X 72 X 87 X 87 X 93 X 87 X 77 X 67 X 72 X 87 X 98 X 77 X 98 X 87 X 72 X 67 X 93 X 72 X 87 X 98 X 103 X 87 X 77 X 72 X 62 X 72 X 72 X 67 X +USW00021504198307WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198308TMAX 278 0 283 0 294 0 278 0 278 0 267 0 278 0 278 0 283 0 278 0 289 0 272 0 267 0 278 0 278 0 283 0 283 0 261 0 278 0 272 0 272 0 283 0 294 0 267 0 278 0 283 0 272 0 256 0 278 0 272 0 267 0 +USW00021504198308TMIN 206 0 194 0 211 0 228 0 211 0 194 0 200 0 194 0 200 0 183 0 206 0 228 0 206 0 200 0 206 0 206 0 206 0 206 0 189 0 178 0 206 0 200 0 217 0 211 0 200 0 206 0 206 0 206 0 206 0 200 0 200 0 +USW00021504198308PRCP 48 0 5 0 51 0 41 0 30 0 18 0 10 0 0 0 0T 0 5 0 91 0 328 0 180 0 25 0 23 0 25 0 51 0 119 0 3 0 20 0 43 0 3 0 36 0 333 0 38 0 8 0 64 0 117 0 99 0 38 0 48 0 +USW00021504198308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198308ACMH 60 X 60 X 50 X 90 X 80 X 90 X 80 X 50 X 60 X 50 X 70 X 100 X 90 X 60 X 80 X 70 X 70 X 90 X 30 X 60 X 90 X 70 X 100 X 90 X 70 X 80 X 80 X 100 X 80 X 70 X 70 X +USW00021504198308ACSH 50 X 60 X 40 X 90 X 70 X 90 X 70 X 40 X 50 X 40 X 60 X 100 X 100 X 40 X 60 X 50 X 60 X 100 X 30 X 60 X 100 X 50 X 90 X 100 X 60 X 80 X 70 X 100 X 70 X 70 X 80 X +USW00021504198308PGTM 1448 X 1106 X 1430 X 1612 X 1600 X 0518 X 1500 X 1518 X 1436 X 1306 X 1300 X 1118 X 1224 X 1124 X 1424 X 1542 X 1642 X 0724 X 1236 X 1318 X 1112 X 1218 X 1400 X 1024 X 1324 X 1548 X 1900 X 1106 X 0030 X 0800 X 0918 X +USW00021504198308PSUN 73 X 67 X 67 X 36 X 47 X 38 X 47 X 79 X 44 X 61 X 50 X 11 X 10 X 69 X 68 X 75 X 56 X 7 X 87 X 84 X 34 X 50 X 37 X 1 X 37 X 38 X 46 X 8 X 52 X 57 X 37 X +USW00021504198308TSUN 570 X 522 X 522 X 282 X 366 X 294 X 366 X 612 X 342 X 468 X 384 X 84 X 78 X 528 X 528 X 570 X 426 X 54 X 666 X 642 X 264 X 384 X 282 X 6 X 276 X 288 X 342 X 60 X 390 X 426 X 276 X +USW00021504198308WDF1 360 X 350 X 110 X 50 X 50 X 210 X 60 X 60 X 40 X 20 X 80 X 80 X 120 X 20 X 210 X 70 X 350 X 220 X 40 X 70 X 60 X 90 X 100 X 160 X 90 X 90 X 290 X 70 X 240 X 240 X 20 X +USW00021504198308WDFG 360W X 360W X 90W X 45W X 45W X 225W X 45W X 45W X 45W X 360W X 90W X 90W X 135W X 45W X 45W X 45W X 45W X 135W X 45W X 360W X 45W X 90W X 90W X 90W X 90W X 90W X 360W X 90W X 360W X 225W X 45W X +USW00021504198308WSF1 45 X 80 X 94 X 54 X 54 X 54 X 40 X 58 X 54 X 58 X 72 X 80 X 54 X 54 X 45 X 54 X 54 X 58 X 58 X 58 X 54 X 58 X 58 X 80 X 45 X 67 X 45 X 80 X 40 X 54 X 63 X +USW00021504198308WSFG 62 X 113 X 103 X 93 X 77 X 82 X 67 X 67 X 67 X 72 X 82 X 98 X 87 X 67 X 77 X 82 X 67 X 67 X 77 X 67 X 98 X 72 X 82 X 118 X 82 X 93 X 98 X 82 X 77 X 62 X 72 X +USW00021504198308WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198309TMAX 278 0 278 0 278 0 278 0 283 0 283 0 278 0 278 0 278 0 272 0 278 0 272 0 256 0 272 0 272 0 278 0 261 0 261 0 239 0 278 0 272 0 272 0 278 0 278 0 256 0 278 0 278 0 278 0 272 0 244 0-9999 +USW00021504198309TMIN 183 0 189 0 217 0 194 0 200 0 217 0 211 0 211 0 211 0 217 0 206 0 200 0 206 0 206 0 194 0 183 0 211 0 211 0 206 0 200 0 211 0 200 0 189 0 200 0 206 0 211 0 211 0 200 0 222 0 211 0-9999 +USW00021504198309PRCP 0T 0 25 0 15 0 25 0 18 0 10 0 23 0 89 0 38 0 51 0 142 0 178 0 348 0 23 0 18 0 99 0 434 0 396 0 23 0 0 0 216 0 140 0 23 0 18 0 203 0 69 0 135 0 51 0 109 0 150 0-9999 +USW00021504198309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198309ACMH 60 X 50 X 70 X 50 X 60 X 60 X 80 X 80 X 70 X 80 X 80 X 90 X 100 X 60 X 70 X 60 X 100 X 100 X 100 X 90 X 80 X 80 X 60 X 50 X 100 X 80 X 90 X 80 X 100 X 100 X-9999 +USW00021504198309ACSH 70 X 30 X 70 X 40 X 40 X 40 X 80 X 80 X 50 X 80 X 70 X 90 X 100 X 40 X 80 X 70 X 100 X 100 X 100 X 80 X 70 X 80 X 90 X 30 X 100 X 70 X 80 X 70 X 100 X 100 X-9999 +USW00021504198309PGTM 1118 X 1942 X 1348 X 2106 X 1224 X 1406 X 1618 X 1512 X 2124 X 1054 X 1254 X 1506 X 0030 X 1324 X 0818 X 1448 X 2118 X 0206 X 1654 X 1500 X 0512 X 1524 X 1624 X 1424 X 2142 X 1530 X 1430 X 2018 X 0654 X 0242 X-9999 +USW00021504198309PSUN 53 X 87 X 55 X 59 X 62 X 83 X 47 X 46 X 57 X 23 X 47 X 40 X 9 X 11 X 30 X 50 X 15 X 7 X 0 X 47 X 42 X 23 X 14 X 70 X 7 X 60 X 46 X 63 X 0 X 2 X-9999 +USW00021504198309TSUN 396 X 654 X 414 X 438 X 468 X 618 X 348 X 342 X 420 X 168 X 354 X 294 X 66 X 522 X 222 X 366 X 108 X 48 X 0 X 342 X 306 X 168 X 102 X 510 X 54 X 432 X 336 X 456 X 6 X 12 X-9999 +USW00021504198309WDF1 30 X 340 X 360 X 30 X 10 X 40 X 40 X 360 X 220 X 150 X 40 X 40 X 330 X 10 X 220 X 10 X 160 X 80 X 240 X 60 X 340 X 60 X 230 X 230 X 70 X 40 X 190 X 90 X 60 X 230 X-9999 +USW00021504198309WDFG 360W X 315W X 360W X 180W X 45W X 45W X 45W X 45W X 225W X 135W X 45W X 360W X 90W X 360W X 135W X 360W X 45W X 45W X 225W X 45W X 360W X 45W X 225W X 135W X 225W X 45W X 45W X 45W X 45W X 270W X-9999 +USW00021504198309WSF1 45 X 63 X 58 X 45 X 54 X 58 X 67 X 63 X 54 X 72 X 45 X 45 X 58 X 63 X 54 X 54 X 45 X 54 X 67 X 36 X 54 X 58 X 54 X 45 X 54 X 58 X 45 X 54 X 67 X 63 X-9999 +USW00021504198309WSFG 67 X 72 X 67 X 72 X 72 X 67 X 77 X 93 X 82 X 77 X 77 X 77 X 82 X 77 X 72 X 72 X 93 X 82 X 67 X 67 X 67 X 67 X 77 X 62 X 57 X 72 X 67 X 67 X 93 X 72 X-9999 +USW00021504198309WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198310TMAX 272 0 278 0 272 0 261 0 272 0 272 0 267 0 261 0 267 0 267 0 256 0 278 0 283 0 278 0 267 0 283 0 278 0 278 0 289 0 283 0 272 0 272 0 261 0 261 0 272 0 267 0 244 0 256 0 267 0 267 0 267 0 +USW00021504198310TMIN 206 0 200 0 183 0 200 0 200 0 206 0 206 0 206 0 194 0 194 0 172 0 178 0 183 0 189 0 206 0 222 0 194 0 183 0 200 0 200 0 211 0 206 0 200 0 200 0 206 0 211 0 206 0 200 0 189 0 172 0 183 0 +USW00021504198310PRCP 79 0 20 0 58 0 117 0 25 0 3 0 259 0 43 0 13 0 91 0 25 0 3 0 0 0 18 0 18 0 191 0 0 0 0 0 0 0 56 0 109 0 58 0 163 0 404 0 64 0 71 0 66 0 51 0 8 0 10 0 25 0 +USW00021504198310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198310ACMH 80 X 60 X 80 X 100 X 100 X 80 X 100 X 100 X 50 X 80 X 80 X 70 X 40 X 80 X 90 X 90 X 20 X 20 X 50 X 80 X 80 X 70 X 90 X 100 X 70 X 70 X 100 X 100 X 70 X 60 X 60 X +USW00021504198310ACSH 80 X 60 X 80 X 100 X 100 X 80 X 100 X 90 X 40 X 70 X 90 X 70 X 40 X 90 X 90 X 90 X 10 X 0 X 60 X 90 X 80 X 60 X 80 X 90 X 60 X 50 X 100 X 90 X 40 X 60 X 30 X +USW00021504198310PGTM 1254 X 1324 X 1924 X 2300 X 1254 X 1424 X 1148 X 1054 X 1636 X 1030 X 1900 X 1148 X 1324 X 1318 X 1112 X 1818 X 1730 X 1612 X 1400 X 1224 X 1800 X 1054 X 2124 X 1154 X 2336 X 1818 X 0424 X 1436 X 1242 X 1236 X 1648 X +USW00021504198310PSUN 18 X 45 X 27 X 9 X 19 X 30 X 17 X 0 X 66 X 12 X 19 X 46 X 80 X 22 X 10 X 20 X 81 X 96 X 47 X 15 X 36 X 52 X 10 X 9 X 52 X 69 X 2 X 15 X 58 X 39 X 72 X +USW00021504198310TSUN 132 X 324 X 192 X 60 X 132 X 216 X 126 X 0 X 468 X 90 X 132 X 324 X 564 X 150 X 66 X 144 X 570 X 666 X 330 X 108 X 246 X 360 X 66 X 60 X 360 X 474 X 12 X 108 X 402 X 264 X 498 X +USW00021504198310WDF1 60 X 290 X 50 X 240 X 230 X 280 X 50 X 40 X 10 X 50 X 230 X 70 X 50 X 30 X 360 X 10 X 350 X 340 X 350 X 120 X 40 X 70 X 110 X 80 X 350 X 340 X 30 X 330 X 220 X 340 X 50 X +USW00021504198310WDFG 45W X 45W X 135W X 225W X 90W X 360W X 90W X 45W X 360W X 45W X 135W X 90W X 45W X 45W X 360W X 315W X 135W X 360W X 45W X 135W X 90W X 45W X 270W X 90W X 360W X 360W X 45W X 45W X 315W X 45W X 45W X +USW00021504198310WSF1 54 X 40 X 58 X 67 X 58 X 40 X 67 X 72 X 40 X 54 X 58 X 58 X 45 X 63 X 58 X 63 X 72 X 130 X 45 X 58 X 54 X 63 X 54 X 80 X 58 X 80 X 67 X 54 X 40 X 58 X 54 X +USW00021504198310WSFG 93 X 57 X 87 X 93 X 77 X 67 X 87 X 93 X 62 X 87 X 87 X 87 X 62 X 93 X 87 X 93 X 113 X 190 X 72 X 77 X 82 X 82 X 87 X 87 X 87 X 113 X 108 X 87 X 62 X 87 X 72 X +USW00021504198310WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198310WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198311TMAX 272 0 267 0 272 0 278 0 267 0 283 0 272 0 272 0 272 0 267 0 272 0 283 0 272 0 278 0 278 0 278 0 283 0 294 0 283 0 278 0 283 0 272 0 267 0 267 0 272 0 272 0 272 0 278 0 272 0 283 0-9999 +USW00021504198311TMIN 178 0 194 0 194 0 194 0 206 0 189 0 178 0 178 0 178 0 189 0 183 0 206 0 206 0 183 0 194 0 178 0 189 0 194 0 206 0 206 0 206 0 200 0 183 0 167 0 194 0 172 0 172 0 183 0 189 0 183 0-9999 +USW00021504198311PRCP 3 0 15 0 0 0 18 0 25 0 3 0 0T 0 0 0 15 0 0 0 0 0 150 0 18 0 0 0 0 0 0T 0 0 0 0T 0 132 0 53 0 18 0 0T 0 36 0 3 0 97 0 3 0 0 0 5 0 0 0 0T 0-9999 +USW00021504198311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198311ACMH 50 X 90 X 60 X 60 X 70 X 40 X 30 X 30 X 60 X 70 X 40 X 100 X 80 X 30 X 30 X 60 X 30 X 40 X 90 X 100 X 70 X 60 X 90 X 60 X 70 X 20 X 40 X 30 X 30 X 30 X-9999 +USW00021504198311ACSH 30 X 100 X 60 X 50 X 70 X 40 X 30 X 40 X 50 X 60 X 20 X 100 X 80 X 10 X 20 X 70 X 10 X 30 X 90 X 100 X 60 X 50 X 80 X 60 X 70 X 20 X 50 X 20 X 20 X 20 X-9999 +USW00021504198311PGTM 1236 X 1054 X 1312 X 1054 X 0242 X 1330 X 1336 X 1400 X 1854 X 1418 X 1354 X 1348 X 1448 X 1100 X 1330 X 1512 X 1324 X 1336 X 1106 X 1336 X 1318 X 1242 X 1112 X 1218 X 1118 X 1142 X 1548 X 1324 X 1242 X 1318 X-9999 +USW00021504198311PSUN 65 X 17 X 66 X 49 X 19 X 58 X 65 X 41 X 59 X 66 X 77 X 19 X 14 X 54 X 74 X 24 X 71 X 72 X 25 X 24 X 66 X 33 X 32 X 25 X 43 X 74 X 64 X 69 X 58 X 70 X-9999 +USW00021504198311TSUN 444 X 120 X 456 X 336 X 132 X 396 X 444 X 282 X 402 X 444 X 522 X 126 X 90 X 360 X 498 X 156 X 474 X 480 X 162 X 162 X 438 X 216 X 216 X 168 X 288 X 498 X 426 X 462 X 384 X 468 X-9999 +USW00021504198311WDF1 230 X 220 X 30 X 230 X 110 X 90 X 40 X 20 X 10 X 10 X 350 X 70 X 60 X 30 X 110 X 110 X 100 X 110 X 130 X 120 X 160 X 90 X 220 X 70 X 100 X 100 X 230 X 220 X 60 X 100 X-9999 +USW00021504198311WDFG 45W X 360W X 45W X 90W X 45W X 90W X 45W X 360W X 315W X 360W X 45W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 135W X 135W X 135W X 90W X 45W X 45W X 90W X 90W X 360W X 360W X 45W X 90W X-9999 +USW00021504198311WSF1 54 X 54 X 45 X 45 X 40 X 54 X 45 X 45 X 45 X 45 X 54 X 63 X 40 X 45 X 67 X 54 X 89 X 103 X 107 X 72 X 58 X 72 X 40 X 54 X 54 X 58 X 40 X 45 X 54 X 72 X-9999 +USW00021504198311WSFG 72 X 67 X 62 X 72 X 62 X 82 X 62 X 62 X 62 X 72 X 67 X 87 X 57 X 62 X 93 X 77 X 108 X 118 X 129 X 87 X 98 X 98 X 67 X 72 X 77 X 77 X 57 X 57 X 77 X 98 X-9999 +USW00021504198311WT16 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 +USW00021504198312TMAX 278 0 261 0 272 0 283 0 272 0 283 0 272 0 267 0 278 0 278 0 283 0 294 0 272 0 261 0 283 0 267 0 267 0 272 0 267 0 250 0 261 0 250 0 261 0 272 0 289 0 272 0 278 0 267 0 283 0 294 0 289 0 +USW00021504198312TMIN 194 0 183 0 200 0 178 0 200 0 189 0 172 0 178 0 167 0 178 0 183 0 161 0 167 0 206 0 189 0 183 0 200 0 172 0 167 0 150 0 139 0 161 0 144 0 161 0 189 0 206 0 194 0 206 0 211 0 183 0 183 0 +USW00021504198312PRCP 3 0 5 0 25 0 0 0 0T 0 8 0 0 0 0 0 0 0 28 0 10 0 0 0 0T 0 48 0 5 0 0T 0 0 0 147 0 0 0 0 0 0 0 0 0 0 0 0 0 262 0 221 0 0 0 79 0 15 0 0 0 0 0 +USW00021504198312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198312ACMH 50 X 70 X 70 X 70 X 70 X 50 X 30 X 50 X 40 X 50 X 40 X 20 X 50 X 80 X 80 X 80 X 90 X 70 X 40 X 60 X 30 X 10 X 10 X 30 X 100 X 80 X 60 X 80 X 50 X 10 X 30 X +USW00021504198312ACSH 20 X 80 X 60 X 80 X 60 X 30 X 30 X 80 X 40 X 30 X 40 X 20 X 40 X 60 X 60 X 70 X 80 X 60 X 30 X 80 X 40 X 20 X 10 X 10 X 90 X 100 X 70 X 70 X 20 X 10 X 40 X +USW00021504198312PGTM 1418 X 1236 X 1354 X 1500 X 1136 X 1224 X 1200 X 1348 X 1418 X 1624 X 1500 X 1312 X 2018 X 0118 X 1312 X 1218 X 1554 X 1412 X 1500 X 0312 X 2248 X 1130 X 1430 X 1336 X 1136 X 1336 X 1624 X 2306 X 1242 X 1400 X 1342 X +USW00021504198312PSUN 76 X 16 X 36 X 55 X 53 X 56 X 53 X 17 X 37 X 44 X 60 X 64 X 49 X 46 X 65 X 30 X 13 X 59 X 67 X 29 X 69 X 87 X 68 X 80 X 16 X 16 X 25 X 11 X 77 X 85 X 55 X +USW00021504198312TSUN 504 X 108 X 234 X 360 X 354 X 366 X 348 X 114 X 246 X 294 X 396 X 420 X 324 X 300 X 432 X 198 X 84 X 390 X 438 X 192 X 456 X 576 X 450 X 528 X 108 X 108 X 162 X 72 X 510 X 558 X 360 X +USW00021504198312WDF1 110 X 130 X 90 X 90 X 360 X 60 X 220 X 120 X 50 X 240 X 120 X 110 X 350 X 360 X 100 X 10 X 330 X 100 X 360 X 360 X 310 X 340 X 100 X 360 X 140 X 130 X 330 X 230 X 100 X 100 X 100 X +USW00021504198312WDFG 90W X 135W X 90W X 90W X 360W X 90W X 90W X 135W X 45W X 360W X 90W X 90W X 360W X 360W X 90W X 360W X 360W X 90W X 360W X 315W X 315W X 360W X 90W X 360W X 135W X 90W X 315W X 270W X 315W X 135W X 90W X +USW00021504198312WSF1 76 X 63 X 72 X 80 X 45 X 45 X 45 X 54 X 54 X 45 X 67 X 103 X 80 X 63 X 94 X 40 X 54 X 45 X 54 X 54 X 54 X 76 X 54 X 63 X 94 X 89 X 54 X 58 X 63 X 80 X 80 X +USW00021504198312WSFG 93 X 103 X 93 X 98 X 57 X 62 X 57 X 62 X 67 X 72 X 108 X 118 X 113 X 82 X 113 X 72 X 87 X 82 X 87 X 82 X 134 X 139 X 77 X 82 X 134 X 118 X 62 X 62 X 82 X 113 X 108 X +USW00021504198312WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198312WT16 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00021504198401TMAX 283 0 283 0 278 0 267 0 261 0 256 0 261 0 261 0 272 0 267 0 267 0 267 0 239 0 267 0 250 0 294 0 294 0 289 0 278 0 272 0 278 0 272 0 267 0 267 0 267 0 261 0 261 0 239 0 256 0 256 0 278 0 +USW00021504198401TMIN 189 0 189 0 183 0 178 0 167 0 183 0 172 0 172 0 172 0 178 0 172 0 156 0 189 0 172 0 183 0 167 0 167 0 200 0 178 0 200 0 189 0 178 0 194 0 189 0 178 0 183 0 178 0 189 0 172 0 189 0 189 0 +USW00021504198401PRCP 0T 0 0 0 0T 0 188 0 310 0 20 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 109 0 0T 0 13 0 0 0 0T 0 25 0 0 0 15 0 0T 0 25 0 711 0 69 0 191 0 51 0 142 0 249 0 254 0 188 0 173 0 +USW00021504198401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198401ACMH 40 X 20 X 50 X 50 X 80 X 70 X 30 X 40 X 50 X 40 X 40 X 70 X 100 X 80 X 70 X 10 X 30 X 90 X 40 X 80 X 70 X 50 X 90 X 70 X 70 X 70 X 80 X 90 X 60 X 70 X 40 X +USW00021504198401ACSH 40 X 10 X 60 X 20 X 80 X 70 X 50 X 30 X 60 X 60 X 40 X 70 X 100 X 90 X 90 X 10 X 30 X 80 X 30 X 90 X 50 X 50 X 90 X 70 X 70 X 80 X 70 X 90 X 70 X 40 X 30 X +USW00021504198401AWND 42 X 43 X 40 X 37 X 37 X 27 X 33 X 34 X 37 X 27 X 33 X 37 X 26 X 27 X 32 X 37 X 38 X 40 X 41 X 38 X 37 X 41 X 42 X 25 X 34 X 30 X 29 X 34 X 33 X 38 X 38 X +USW00021504198401FMTM 1156 X 1255 X 1255 X 1356 X 1510 X 2357 X 1458 X 0158 X 1557 X 0655 X 1356 X 1957 X 0156 X 0357 X 1456 X 1255 X 1457 X 1356 X 1557 X 1555 X 0956 X 1536 X 1457 X 1455 X 0018 X 1356 X 2257 X 1558 X 1247 X 1746 X 1458 X +USW00021504198401PGTM 1326 X 1522 X 1348 X 1342 X 1504 X 1435 X 1453 X 1439 X 1310 X 1432 X 1230 X 1643 X 0145 X 0356 X 0836 X 1538 X 1619 X 1418 X 1600 X 1422 X 1316 X 1304 X 2217 X 1450 X 1706 X 1349 X 1541 X 1121 X 1437 X 1728 X 1608 X +USW00021504198401TSUN 417 X 546 X 245 X 421 X 288 X 178 X 273 X 402 X 392 X 430 X 424 X 456 X 72 X 322 X 125 X 567 X 446 X 239 X 513 X 296 X 457 X 418 X 86 X 274 X 344 X 247 X 358 X 127 X 218 X 528 X 526 X +USW00021504198401WDF1 100 X 110 X 120 X 90 X 350 X 320 X 90 X 240 X 100 X 220 X 70 X 340 X 320 X 230 X 90 X 100 X 110 X 140 X 120 X 100 X 150 X 140 X 100 X 80 X 220 X 70 X 290 X 290 X 50 X 350 X 100 X +USW00021504198401WDFG 135W X 90W X 90W X 90W X 360W X 90W X 90W X 90W X 90W X 45W X 90W X 360W X 315W X 225W X 315W X 90W X 360W X 135W X 135W X 90W X 90W X 90W X 180W X 90W X 45W X 90W X 45W X 315W X 360W X 360W X 90W X +USW00021504198401WSF1 76 X 76 X 67 X 63 X 72 X 54 X 45 X 67 X 67 X 45 X 54 X 67 X 58 X 58 X 45 X 76 X 89 X 89 X 80 X 76 X 63 X 76 X 72 X 80 X 63 X 54 X 54 X 54 X 63 X 67 X 76 X +USW00021504198401WSFG 108 X 103 X 87 X 77 X 118 X 72 X 87 X 77 X 98 X 62 X 82 X 103 X 82 X 67 X 72 X 103 X 108 X 113 X 98 X 108 X 118 X 108 X 98 X 98 X 98 X 77 X 72 X 93 X 87 X 87 X 93 X +USW00021504198401WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198401WT16 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198402TMAX 283 0 267 0 244 0 256 0 256 0 239 0 250 0 222 0 261 0 283 0 283 0 261 0 267 0 267 0 244 0 267 0 278 0 267 0 261 0 256 0 256 0 256 0 256 0 261 0 256 0 256 0 261 0 272 0 272 0-9999 -9999 +USW00021504198402TMIN 183 0 178 0 194 0 172 0 167 0 156 0 183 0 189 0 172 0 167 0 167 0 189 0 178 0 183 0 172 0 194 0 172 0 178 0 194 0 194 0 183 0 183 0 172 0 172 0 178 0 167 0 167 0 161 0 183 0-9999 -9999 +USW00021504198402PRCP 0T 0 229 0 53 0 0 0 0T 0 5 0 3 0 866 0 241 0 0T 0 0 0 3 0 13 0 20 0 160 0 91 0 20 0 41 0 160 0 478 0 25 0 46 0 33 0 23 0 20 0 0T 0 23 0 0 0 3 0-9999 -9999 +USW00021504198402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504198402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504198402ACMH 30 X 80 X 90 X 80 X 50 X 70 X 80 X 100 X 60 X 40 X 20 X 80 X 50 X 60 X 80 X 60 X 60 X 50 X 80 X 80 X 70 X 70 X 70 X 50 X 50 X 60 X 30 X 30 X 70 X-9999 -9999 +USW00021504198402ACSH 30 X 100 X 80 X 80 X 50 X 70 X 70 X 100 X 40 X 50 X 20 X 80 X 40 X 60 X 90 X 40 X 50 X 30 X 60 X 70 X 70 X 60 X 90 X 50 X 40 X 90 X 20 X 30 X 50 X-9999 -9999 +USW00021504198402AWND 49 X 28 X 46 X 28 X 39 X 30 X 31 X 30 X 30 X 38 X 40 X 34 X 41 X 29 X 27 X 30 X 34 X 28 X 27 X 27 X 31 X 30 X 34 X 31 X 31 X 29 X 32 X 41 X 37 X-9999 -9999 +USW00021504198402FMTM 1356 X 2249 X 1059 X 1255 X 1855 X 1255 X 1456 X 1159 X 2155 X 1456 X 1256 X 1248 X 1655 X 1522 X 1542 X 1456 X 1936 X 1557 X 1456 X 1859 X 1158 X 2255 X 1556 X 1357 X 1157 X 1056 X 0355 X 1658 X 1155 X-9999 -9999 +USW00021504198402PGTM 1254 X 2256 X 0210 X 1252 X 1710 X 1206 X 1458 X 1203 X 1704 X 1503 X 1429 X 1247 X 1648 X 1417 X 1543 X 1416 X 1858 X 1514 X 1859 X 1538 X 1309 X 1007 X 1533 X 1410 X 1413 X 1056 X 1350 X 1453 X 1248 X-9999 -9999 +USW00021504198402TSUN 572 X 127 X 371 X 213 X 403 X 302 X 267 X 12 X 443 X 573 X 571 X 379 X 530 X 442 X 168 X 425 X 447 X 572 X 334 X 315 X 276 X 310 X 340 X 453 X 501 X 126 X 458 X 596 X 366 X-9999 -9999 +USW00021504198402WDF1 120 X 330 X 360 X 100 X 350 X 360 X 70 X 110 X 240 X 110 X 90 X 130 X 110 X 90 X 100 X 30 X 270 X 50 X 10 X 290 X 70 X 230 X 80 X 40 X 20 X 40 X 210 X 110 X 100 X-9999 -9999 +USW00021504198402WDFG 135W X 360W X 360W X 90W X 360W X 360W X 45W X 90W X 45W X 135W X 90W X 135W X 90W X 90W X 90W X 45W X 360W X 45W X 360W X 45W X 45W X 360W X 45W X 45W X 45W X 45W X 45W X 135W X 90W X-9999 -9999 +USW00021504198402WSF1 98 X 94 X 76 X 40 X 76 X 45 X 45 X 63 X 40 X 67 X 72 X 76 X 72 X 80 X 76 X 54 X 45 X 45 X 54 X 45 X 63 X 54 X 58 X 45 X 45 X 45 X 45 X 89 X 67 X-9999 -9999 +USW00021504198402WSFG 134 X 123 X 108 X 57 X 118 X 62 X 57 X 77 X 67 X 93 X 98 X 87 X 82 X 108 X 93 X 82 X 67 X 67 X 82 X 82 X 87 X 93 X 87 X 67 X 67 X 62 X 67 X 103 X 93 X-9999 -9999 +USW00021504198402WT16 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00021504198403TMAX 278 0 278 0 261 0 278 0 267 0 278 0 283 0 278 0 289 0 294 0 294 0 278 0 289 0 283 0 283 0 283 0 289 0 289 0 272 0 283 0 283 0 278 0 283 0 278 0 278 0 267 0 272 0 267 0 256 0 272 0 267 0 +USW00021504198403TMIN 178 0 178 0 189 0 183 0 183 0 183 0 183 0 178 0 183 0 194 0 178 0 178 0 172 0 211 0 194 0 194 0 194 0 194 0 183 0 172 0 189 0 178 0 178 0 178 0 183 0 194 0 189 0 194 0 211 0 183 0 194 0 +USW00021504198403PRCP 0 0 0T 0 0T 0 0T 0 0T 0 18 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 8 0 15 0 30 0 3 0 3 0 43 0 0 0 0T 0 0T 0 41 0 18 0 10 0 46 0 94 0 277 0 61 0 30 0 160 0 +USW00021504198403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198403ACMH 50 X 70 X 50 X 60 X 70 X 60 X 50 X 40 X 40 X 50 X 30 X 30 X 50 X 90 X 60 X 60 X 60 X 60 X 50 X 30 X 60 X 60 X 50 X 60 X 60 X 90 X 70 X 80 X 90 X 60 X 60 X +USW00021504198403ACSH 40 X 90 X 70 X 50 X 40 X 30 X 40 X 20 X 40 X 60 X 40 X 50 X 50 X 90 X 50 X 40 X 40 X 50 X 60 X 30 X 30 X 70 X 40 X 30 X 60 X 90 X 80 X 80 X 100 X 50 X 50 X +USW00021504198403AWND 38 X 26 X 24 X 36 X 28 X 30 X 38 X 28 X 47 X 41 X 44 X 34 X 35 X 36 X 39 X 41 X 41 X 38 X 28 X 45 X 37 X 35 X 33 X 40 X 45 X 34 X 31 X 30 X 31 X 32 X 31 X +USW00021504198403FMTM 1356 X 1755 X 2257 X 1655 X 1056 X 1358 X 1657 X 1155 X 1355 X 1655 X 1355 X 1305 X 1357 X 1457 X 1156 X 1356 X 1255 X 1256 X 1256 X 1457 X 1156 X 1457 X 1357 X 1556 X 1156 X 1457 X 1656 X 1457 X 1357 X 1459 X 0245 X +USW00021504198403PGTM 1435 X 1726 X 1120 X 1743 X 1305 X 1425 X 1615 X 1157 X 1418 X 1300 X 1352 X 1300 X 1437 X 1450 X 1314 X 1318 X 1332 X 1248 X 1304 X 1411 X 1210 X 0921 X 1423 X 1623 X 1149 X 1446 X 1345 X 2131 X 1009 X 1247 X 0244 X +USW00021504198403TSUN 442 X 280 X 208 X 312 X 415 X 472 X 494 X 604 X 472 X 434 X 583 X 518 X 444 X 474 X 396 X 380 X 537 X 491 X 404 X 553 X 570 X 352 X 588 X 383 X 444 X 434 X 465 X 396 X 100 X 458 X 563 X +USW00021504198403WDF1 90 X 220 X 220 X 100 X 360 X 80 X 100 X 70 X 120 X 130 X 120 X 60 X 60 X 120 X 100 X 80 X 100 X 80 X 70 X 100 X 80 X 80 X 50 X 100 X 100 X 70 X 340 X 30 X 60 X 50 X 340 X +USW00021504198403WDFG 90W X 45W X 45W X 90W X 45W X 90W X 90W X 90W X 135W X 135W X 135W X 45W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 315W X 45W X 45W X 360W X +USW00021504198403WSF1 94 X 45 X 36 X 58 X 54 X 63 X 67 X 58 X 94 X 72 X 98 X 54 X 63 X 80 X 89 X 76 X 80 X 72 X 67 X 89 X 72 X 58 X 63 X 89 X 103 X 67 X 54 X 54 X 67 X 54 X 58 X +USW00021504198403WSFG 108 X 82 X 57 X 93 X 67 X 77 X 93 X 72 X 123 X 108 X 123 X 103 X 98 X 108 X 108 X 103 X 103 X 123 X 87 X 103 X 87 X 98 X 82 X 108 X 113 X 87 X 77 X 118 X 98 X 72 X 72 X +USW00021504198403WT16-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198404TMAX 267 0 267 0 267 0 267 0 261 0 244 0 267 0 261 0 256 0 239 0 272 0 272 0 267 0 244 0 256 0 244 0 250 0 244 0 272 0 267 0 267 0 272 0 272 0 261 0 283 0 272 0 272 0 261 0 261 0 267 0-9999 +USW00021504198404TMIN 194 0 183 0 194 0 189 0 178 0 189 0 200 0 206 0 194 0 200 0 189 0 183 0 200 0 200 0 194 0 194 0 189 0 183 0 200 0 200 0 200 0 194 0 206 0 194 0 189 0 194 0 183 0 178 0 194 0 194 0-9999 +USW00021504198404PRCP 206 0 51 0 61 0 33 0 13 0 81 0 8 0 89 0 239 0 216 0 56 0 41 0 15 0 142 0 13 0 28 0 196 0 165 0 427 0 137 0 36 0 99 0 211 0 208 0 0T 0 5 0 0T 0 69 0 180 0 46 0-9999 +USW00021504198404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198404ACMH 70 X 60 X 80 X 60 X 80 X 90 X 70 X 90 X 90 X 100 X 50 X 70 X 60 X 100 X 80 X 90 X 90 X 90 X 70 X 90 X 60 X 80 X 60 X 90 X 60 X 80 X 60 X 70 X 90 X 60 X-9999 +USW00021504198404ACSH 80 X 60 X 90 X 50 X 70 X 100 X 70 X 80 X 90 X 100 X 40 X 60 X 40 X 100 X 80 X 90 X 90 X 100 X 50 X 80 X 50 X 70 X 30 X 90 X 50 X 90 X 70 X 80 X 80 X 50 X-9999 +USW00021504198404AWND 30 X 31 X 31 X 34 X 34 X 31 X 32 X 33 X 34 X 31 X 32 X 32 X 38 X 45 X 40 X 38 X 33 X 35 X 44 X 41 X 32 X 35 X 38 X 36 X 46 X 34 X 33 X 31 X 37 X 39 X-9999 +USW00021504198404FMTM 1048 X 1658 X 1556 X 1555 X 1358 X 1456 X 1255 X 1306 X 1009 X 1056 X 0634 X 1356 X 2356 X 1557 X 2057 X 1455 X 1557 X 1336 X 1159 X 1555 X 1457 X 1458 X 1358 X 1334 X 1358 X 1355 X 1256 X 0655 X 1333 X 1456 X-9999 +USW00021504198404PGTM 1046 X 1635 X 0750 X 1339 X 2014 X 1510 X 1213 X 1314 X 0958 X 1042 X 1218 X 1438 X 2303 X 1754 X 2315 X 1300 X 0927 X 1333 X 2157 X 1601 X 1543 X 1454 X 1413 X 1329 X 1419 X 1144 X 1318 X 2220 X 1217 X 1302 X-9999 +USW00021504198404TSUN 425 X 398 X 326 X 564 X 467 X 193 X 460 X 322 X 142 X 82 X 533 X 456 X 571 X 4 X 328 X 281 X 264 X 28 X 497 X 312 X 511 X 378 X 503 X 163 X 312 X 70 X 97 X 225 X 259 X 588 X-9999 +USW00021504198404WDF1 90 X 40 X 70 X 60 X 320 X 60 X 90 X 30 X 100 X 80 X 200 X 70 X 330 X 40 X 40 X 330 X 60 X 150 X 90 X 110 X 100 X 110 X 90 X 200 X 110 X 140 X 110 X 220 X 130 X 90 X-9999 +USW00021504198404WDFG 90W X 45W X 45W X 45W X 45W X 45W X 90W X 45W X 90W X 90W X 90W X 45W X 315W X 360W X 360W X 360W X 90W X 135W X 90W X 90W X 45W X 90W X 90W X 180W X 135W X 135W X 135W X 225W X 90W X 135W X-9999 +USW00021504198404WSF1 63 X 54 X 67 X 58 X 54 X 67 X 63 X 54 X 89 X 63 X 63 X 63 X 58 X 67 X 67 X 58 X 67 X 67 X 72 X 80 X 67 X 103 X 80 X 58 X 103 X 67 X 67 X 58 X 76 X 76 X-9999 +USW00021504198404WSFG 87 X 72 X 87 X 82 X 87 X 77 X 98 X 93 X 118 X 103 X 77 X 87 X 87 X 93 X 87 X 87 X 93 X 93 X 98 X 103 X 77 X 123 X 98 X 82 X 118 X 87 X 98 X 93 X 108 X 103 X-9999 +USW00021504198404WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198405TMAX 267 0 272 0 272 0 283 0 278 0 272 0 272 0 278 0 278 0 267 0 278 0 272 0 278 0 272 0 267 0 267 0 278 0 272 0 267 0 261 0 267 0 272 0 256 0 272 0 278 0 283 0 272 0 272 0 272 0 272 0 278 0 +USW00021504198405TMIN 189 0 200 0 194 0 183 0 178 0 194 0 200 0 200 0 189 0 194 0 183 0 189 0 183 0 194 0 189 0 206 0 189 0 211 0 200 0 200 0 200 0 183 0 178 0 206 0 194 0 206 0 183 0 200 0 206 0 200 0 183 0 +USW00021504198405PRCP 66 0 69 0 3 0 0 0 15 0 0 0 33 0 30 0 8 0 46 0 5 0 0T 0 23 0 53 0 43 0 109 0 170 0 79 0 127 0 74 0 94 0 188 0 259 0 15 0 18 0 0T 0 8 0 8 0 61 0 71 0 0T 0 +USW00021504198405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198405ACMH 80 X 80 X 60 X 60 X 60 X 60 X 70 X 60 X 70 X 60 X 70 X 40 X 70 X 70 X 70 X 70 X 80 X 60 X 80 X 80 X 70 X 60 X 100 X 60 X 80 X 60 X 60 X 60 X 80 X 60 X 40 X +USW00021504198405ACSH 80 X 80 X 60 X 90 X 30 X 60 X 60 X 60 X 60 X 40 X 70 X 30 X 60 X 80 X 70 X 50 X 80 X 40 X 70 X 70 X 70 X 50 X 90 X 70 X 70 X 60 X 60 X 50 X 80 X 70 X 20 X +USW00021504198405AWND 35 X 30 X 33 X 36 X 34 X 26 X 31 X 33 X 31 X 34 X 30 X 29 X 31 X 30 X 34 X 31 X 34 X 29 X 30 X 30 X 29 X 26 X 23 X 24 X 30 X 33 X 27 X 26 X 25 X 27 X 27 X +USW00021504198405FMTM 1608 X 1457 X 1355 X 1357 X 0022 X 1357 X 1455 X 1255 X 1158 X 1358 X 1457 X 1255 X 0757 X 0839 X 2357 X 0832 X 1456 X 2247 X 1255 X 1557 X 1012 X 2210 X 1715 X 1156 X 1356 X 1356 X 1958 X 1255 X 0959 X 1346 X 1657 X +USW00021504198405PGTM 1603 X 1438 X 1241 X 1246 X 1222 X 1109 X 1444 X 1217 X 1224 X 1434 X 1244 X 1204 X 0214 X 0836 X 2334 X 0831 X 1456 X 2246 X 2228 X 1535 X 0134 X 2324 X 0158 X 1508 X 1346 X 1326 X 1016 X 1206 X 1403 X 1346 X 1540 X +USW00021504198405TSUN 323 X 390 X 512 X 574 X 433 X 435 X 415 X 443 X 435 X 511 X 221 X 538 X 397 X 335 X 437 X 461 X 308 X 518 X 430 X 356 X 402 X 424 X 111 X 400 X 365 X 404 X 510 X 546 X 363 X 333 X 688 X +USW00021504198405WDF1 110 X 90 X 70 X 120 X 150 X 30 X 100 X 80 X 90 X 40 X 130 X 70 X 100 X 120 X 270 X 130 X 100 X 340 X 40 X 30 X 140 X 150 X 120 X 80 X 90 X 120 X 70 X 10 X 340 X 40 X 80 X +USW00021504198405WDFG 90W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 360W X 135W X 90W X 225W X 135W X 270W X 135W X 90W X 360W X 45W X 45W X 360W X 225W X 135W X 45W X 90W X 135W X 360W X-9999 45W X 45W X 45W X +USW00021504198405WSF1 89 X 54 X 54 X 72 X 58 X 36 X 67 X 72 X 63 X 58 X 58 X 54 X 54 X 63 X 54 X 67 X 80 X 54 X 54 X 54 X 58 X 40 X 40 X 40 X 58 X 67 X 36 X 40 X 45 X 67 X 36 X +USW00021504198405WSFG 113 X 87 X 77 X 98 X 93 X 57 X 93 X 118 X 103 X 72 X 93 X 62 X 82 X 98 X 77 X 98 X 87 X 77 X 98 X 77 X 77 X 82 X 98 X 67 X 87 X 108 X 62 X 77 X 67 X 72 X 57 X +USW00021504198405WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198405WT16 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198406TMAX 283 0 278 0 272 0 278 0 272 0 272 0 261 0 283 0 294 0 283 0 278 0 278 0 267 0 278 0 272 0 272 0 278 0 267 0 283 0 278 0 278 0 267 0 278 0 272 0 272 0 272 0 272 0 272 0 272 0 283 0-9999 +USW00021504198406TMIN 194 0 194 0 206 0 194 0 200 0 200 0 194 0 200 0 206 0 200 0 206 0 206 0 200 0 200 0 200 0 206 0 211 0 194 0 194 0 200 0 206 0 194 0 189 0 200 0 194 0 189 0 206 0 189 0 189 0 194 0-9999 +USW00021504198406PRCP 3 0 0 0 20 0 30 0 43 0 5 0 33 0 3 0 5 0 86 0 8 0 20 0 89 0 36 0 165 0 99 0 48 0 53 0 23 0 33 0 15 0 15 0 18 0 97 0 25 0 64 0 30 0 8 0 3 0 10 0-9999 +USW00021504198406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198406ACMH 50 X 60 X 80 X 90 X 90 X 80 X 90 X 80 X 50 X 90 X 80 X 70 X 90 X 60 X 90 X 100 X 90 X 100 X 100 X 90 X 90 X 90 X 80 X 70 X 70 X 70 X 80 X 30 X 50 X 70 X-9999 +USW00021504198406ACSH 50 X 60 X 90 X 90 X 90 X 90 X 90 X 70 X 20 X 100 X 70 X 60 X 90 X 40 X 90 X 100 X 80 X 100 X 100 X 90 X 90 X 90 X 90 X 80 X 80 X 50 X 70 X 40 X 40 X 60 X-9999 +USW00021504198406AWND 25 X 25 X 26 X 28 X 22 X 25 X 26 X 28 X 28 X 30 X 25 X 26 X 25 X 25 X 28 X 34 X 22 X 27 X 33 X 36 X 35 X 26 X 30 X 29 X 30 X 30 X 29 X 30 X 31 X 35 X-9999 +USW00021504198406FMTM 1458 X 1556 X 0757 X 1556 X 1421 X 1009 X 1256 X 1558 X 0957 X 1755 X 1455 X 1655 X 0835 X 1457 X 0155 X 1455 X 1455 X 1205 X 1445 X 1357 X 1555 X 1308 X 1456 X 1356 X 1355 X 1455 X 1055 X 1355 X 1915 X 1156 X-9999 +USW00021504198406PGTM 1152 X 1256 X 1616 X 1501 X 1331 X 1009 X 1245 X 1208 X 0142 X 1358 X 1408 X 1113 X 0843 X 1455 X 2101 X 1303 X 1320 X 1158 X 1438 X 1129 X 1638 X 1238 X 1139 X 1625 X 1317 X 1155 X 1311 X 1605 X 1240 X 1213 X-9999 +USW00021504198406TSUN 601 X 563 X 466 X 433 X 406 X 330 X 253 X 554 X 543 X 361 X 278 X 362 X 202 X 546 X 482 X 390 X 471 X 346 X 302 X 344 X 345 X 487 X 463 X 436 X 373 X 275 X 214 X 185 X 479 X 521 X-9999 +USW00021504198406WDF1 60 X 360 X 270 X 90 X 200 X 100 X 90 X 110 X 80 X 70 X 40 X 70 X 60 X 60 X 230 X 100 X 80 X 80 X 90 X 60 X 80 X 70 X 100 X 110 X 80 X 50 X 360 X 60 X 50 X 90 X-9999 +USW00021504198406WDFG 90W X 45W X 360W X 45W X 360W X 90W X 90W X 135W X 90W X 45W X 45W X 45W X 45W X 45W X 225W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 45W X 45W X 45W X 90W X-9999 +USW00021504198406WSF1 36 X 36 X 45 X 40 X 36 X 76 X 67 X 45 X 45 X 54 X 45 X 45 X 58 X 54 X 45 X 80 X 45 X 76 X 67 X 76 X 76 X 67 X 54 X 72 X 76 X 54 X 54 X 45 X 63 X 72 X-9999 +USW00021504198406WSFG 72 X 62 X 57 X 72 X 67 X 87 X 98 X 82 X 77 X 72 X 72 X 87 X 67 X 67 X 93 X 108 X 77 X 93 X 98 X 87 X 98 X 103 X 82 X 82 X 103 X 82 X 82 X 67 X 82 X 93 X-9999 +USW00021504198406WT16 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198407TMAX 272 0 278 0 278 0 283 0 289 0 278 0 283 0 261 0 283 0 278 0 283 0 283 0 278 0 278 0 272 0 278 0 283 0 278 0 278 0 283 0 289 0 289 0 283 0 283 0 289 0 283 0 250 0 283 0 278 0 283 0 278 0 +USW00021504198407TMIN 183 0 200 0 194 0 194 0 211 0 189 0 222 0 211 0 211 0 183 0 200 0 211 0 222 0 200 0 200 0 206 0 183 0 189 0 194 0 189 0 206 0 200 0 200 0 200 0 183 0 211 0 194 0 200 0 211 0 206 0 200 0 +USW00021504198407PRCP 5 0 0 0 30 0 30 0 132 0 0 0 13 0 79 0 66 0 0 0 43 0 13 0 48 0 3 0 64 0 81 0 0T 0 0 0 10 0 13 0 452 0 0T 0 13 0 0T 0 56 0 41 0 419 0 13 0 8 0 18 0 36 0 +USW00021504198407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198407ACMH 80 X 40 X 40 X 70 X 60 X 70 X 70 X 90 X 70 X 40 X 50 X 70 X 60 X 40 X 70 X 80 X 40 X 30 X 60 X 60 X 90 X 70 X 80 X 70 X 70 X 70 X 80 X 80 X 90 X 80 X 80 X +USW00021504198407ACSH 80 X 20 X 30 X 70 X 60 X 70 X 60 X 90 X 80 X 40 X 30 X 50 X 50 X 30 X 70 X 80 X 30 X 20 X 50 X 60 X 90 X 80 X 80 X 80 X 60 X 60 X 90 X 80 X 80 X 70 X 70 X +USW00021504198407AWND 33 X 31 X 34 X 34 X 28 X 29 X 33 X 36 X 33 X 25 X 31 X 27 X 30 X 29 X 28 X 27 X 30 X 30 X 34 X 40 X 39 X 27 X 24 X 32 X 32 X 35 X 27 X 37 X 63 X 30 X 26 X +USW00021504198407FMTM 1356 X 1455 X 1356 X 1355 X 1357 X 1155 X 1724 X 0755 X 1555 X 1255 X 1355 X 1055 X 1455 X 0055 X 1455 X 1828 X 1555 X 1456 X 1155 X 1157 X 1556 X 1655 X 1555 X 1255 X 1455 X 1555 X 1355 X 1255 X 1957 X 0757 X 1556 X +USW00021504198407PGTM 1338 X 1139 X 1538 X 1413 X-9999 1200 X 1353 X 0942 X 1418 X 1237 X 1501 X 1241 X 1213 X 0430 X 1427 X 1825 X 1537 X 1419 X 1353 X 1243 X 1207 X 1418 X 1557 X 1343 X 1433 X 1519 X 1711 X 1334 X 2001 X 1346 X 1559 X +USW00021504198407TSUN 298 X 680 X 586 X 383 X 491 X 227 X 509 X 77 X 212 X 451 X 549 X 615 X 543 X 610 X 510 X 372 X 562 X 669 X 656 X 513 X 491 X 467 X 608 X 519 X 441 X 419 X 66 X 409 X 471 X 527 X 561 X +USW00021504198407WDF1 100 X 360 X 60 X 70 X 50 X 70 X 10 X 340 X 110 X 80 X 70 X 60 X 10 X 340 X 30 X 10 X 80 X 360 X 60 X 90 X 110 X 40 X 60 X 20 X 80 X 110 X 80 X 10 X 50 X 110 X 90 X +USW00021504198407WDFG 90W X 45W X 45W X 90W X-9999 45W X 360W X 360W X 135W X 90W X 90W X 45W X 360W X 315W X 360W X 360W X 90W X 360W X 90W X 90W X 135W X 45W X 45W X 45W X 90W X 90W X 135W X 45W X 45W X 360W X 90W X +USW00021504198407WSF1 89 X 58 X 54 X 58 X 54 X 45 X 54 X 63 X 63 X 54 X 58 X 58 X 54 X 45 X 54 X 54 X 58 X 58 X 54 X 72 X 63 X 54 X 54 X 54 X 63 X 67 X 54 X 58 X 112 X 76 X 58 X +USW00021504198407WSFG 103 X 72 X 72 X 93 X-9999 67 X 67 X 82 X 93 X 82 X 87 X 77 X 72 X 67 X 67 X 67 X 77 X 72 X 77 X 98 X 103 X 67 X 77 X 72 X 82 X 93 X 98 X 77 X 139 X 93 X 82 X +USW00021504198407WT16 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198408TMAX 272 0 289 0 294 0 283 0 272 0 278 0 283 0 283 0 289 0 267 0 272 0 283 0 278 0 278 0 272 0 261 0 283 0 272 0 261 0 272 0 283 0 278 0 267 0 278 0 283 0 278 0 272 0 272 0 283 0 283 0 272 0 +USW00021504198408TMIN 206 0 194 0 206 0 217 0 217 0 211 0 194 0 194 0 183 0 211 0 200 0 194 0 200 0 194 0 194 0 211 0 189 0 200 0 211 0 217 0 211 0 194 0 217 0 211 0 194 0 217 0 211 0 194 0 194 0 211 0 211 0 +USW00021504198408PRCP 84 0 30 0 142 0 43 0 69 0 38 0 5 0 0T 0 5 0 81 0 119 0 0T 0 33 0 0T 0 160 0 135 0 25 0 201 0 28 0 0T 0 244 0 152 0 485 0 43 0 25 0 127 0 36 0 8 0 3 0 0T 0 56 0 +USW00021504198408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198408ACMH 90 X 70 X 80 X 80 X 100 X 90 X 60 X 50 X 50 X 70 X 80 X 60 X 80 X 70 X 100 X 90 X 50 X 90 X 100 X 100 X 90 X 90 X 100 X 90 X 80 X 90 X 80 X 50 X 40 X 60 X 90 X +USW00021504198408ACSH 90 X 70 X 80 X 70 X 100 X 90 X 40 X 50 X 30 X 90 X 80 X 40 X 80 X 60 X 90 X 100 X 20 X 70 X 90 X 100 X 80 X 80 X 100 X 90 X 80 X 90 X 90 X 50 X 30 X 50 X 100 X +USW00021504198408AWND 30 X 38 X 29 X 29 X 33 X 27 X 34 X 35 X 38 X 27 X 30 X 34 X 26 X 30 X 31 X 26 X 28 X 25 X 25 X 27 X 30 X 33 X 29 X 24 X 25 X 29 X 31 X 27 X 29 X 31 X 25 X +USW00021504198408FMTM 1134 X 1455 X 1224 X 1346 X 1156 X 1355 X 1555 X 1556 X 1655 X 0839 X 1223 X 1355 X 1455 X 1455 X 1556 X 1656 X 1555 X 1756 X 2055 X 2256 X 1356 X 2155 X 2155 X 0831 X 2356 X 0616 X 1555 X 1356 X 1456 X 1456 X 0642 X +USW00021504198408PGTM 0850 X 1329 X 1202 X 1613 X 1444 X 1406 X 1228 X 1240 X 1210 X 1056 X 1217 X 1344 X 1510 X 1403 X 0554 X 0256 X 0135 X 1724 X 1150 X 2222 X 1314 X 2156 X 0347 X 0309 X 1444 X 0615 X 1603 X 1218 X 1504 X 1340 X 0642 X +USW00021504198408TSUN 230 X 556 X 475 X 459 X 166 X 390 X 536 X 504 X 656 X 164 X 241 X 476 X 361 X 549 X 150 X 8 X 672 X 246 X 89 X 89 X 216 X 530 X 61 X 85 X 209 X 118 X 140 X 465 X 577 X 474 X 11 X +USW00021504198408WDF1 80 X 70 X 110 X 70 X 70 X 100 X 80 X 90 X 130 X 100 X 70 X 110 X 90 X 50 X 70 X 30 X 30 X 230 X 230 X 230 X 90 X 70 X 230 X 230 X 230 X 90 X 50 X 340 X 60 X 70 X 90 X +USW00021504198408WDFG 225W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 225W X 270W X 270W X 135W X 90W X 225W X 90W X 45W X 135W X 270W X 135W X 90W X 45W X 45W X 45W X 90W X 90W X +USW00021504198408WSF1 76 X 67 X 72 X 54 X 67 X 67 X 58 X 63 X 67 X 58 X 54 X 67 X 58 X 54 X 54 X 40 X 40 X 40 X 45 X 54 X 54 X 54 X 45 X 54 X 40 X 67 X 54 X 40 X 58 X 63 X 54 X +USW00021504198408WSFG 82 X 103 X 103 X 72 X 82 X 93 X 77 X 103 X 113 X 82 X 82 X 93 X 72 X 87 X 67 X 51 X 82 X 87 X 72 X 62 X 82 X 82 X 82 X 77 X 72 X 77 X 72 X 82 X 67 X 77 X 87 X +USW00021504198408WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198409TMAX 267 0 283 0 283 0 283 0 283 0 283 0 283 0 283 0 283 0 283 0 278 0 283 0 283 0 294 0 283 0 283 0 289 0 289 0 294 0 289 0 272 0 289 0 294 0 278 0 289 0 283 0 289 0 283 0 272 0 283 0-9999 +USW00021504198409TMIN 211 0 217 0 194 0 194 0 200 0 194 0 200 0 183 0 200 0 206 0 194 0 189 0 200 0 194 0 211 0 194 0 194 0 189 0 194 0 206 0 211 0 200 0 189 0 211 0 194 0 183 0 200 0 200 0 211 0 189 0-9999 +USW00021504198409PRCP 89 0 5 0 0 0 3 0 15 0 36 0 76 0 3 0 51 0 109 0 20 0 0 0 8 0 23 0 0 0 0 0 0 0 23 0 3 0 28 0 122 0 0 0 112 0 107 0 0T 0 58 0 8 0 23 0 109 0 0T 0-9999 +USW00021504198409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198409ACMH 100 X 60 X 80 X 40 X 40 X 40 X 50 X 20 X 70 X 50 X 40 X 30 X 40 X 50 X 100 X 40 X 60 X 40 X 90 X 100 X 90 X 80 X 60 X 90 X 60 X 60 X 50 X 60 X 90 X 60 X-9999 +USW00021504198409ACSH 100 X 70 X 100 X 30 X 30 X 20 X 30 X 30 X 60 X 40 X 40 X 30 X 20 X 20 X 100 X 30 X 60 X 30 X 90 X 100 X 100 X 100 X 50 X 90 X 90 X 60 X 40 X 50 X 80 X 80 X-9999 +USW00021504198409AWND 25 X 26 X 33 X 31 X 31 X 27 X 26 X 34 X 27 X 30 X 31 X 34 X 28 X 31 X 29 X 31 X 34 X 32 X 31 X 29 X 25 X 34 X 31 X 31 X 27 X 31 X 33 X 28 X 30 X 25 X-9999 +USW00021504198409FMTM 2155 X 1456 X 1255 X 1255 X 1755 X 1255 X 1356 X 1655 X 1651 X 0555 X 0955 X 0556 X 2255 X 1255 X 1355 X 1355 X 1355 X 1355 X 1255 X 1155 X 0456 X 1456 X 1712 X 1357 X 1240 X 1455 X 1357 X 0844 X 0555 X 1255 X-9999 +USW00021504198409PGTM 1129 X 1446 X 1201 X 1329 X 1436 X 1421 X 1453 X 1653 X 1406 X 0600 X 0248 X 1628 X 1321 X 1403 X 1354 X 1334 X 1332 X 1417 X 1328 X 1235 X 0458 X 1846 X 1712 X 2002 X 1234 X 0921 X 1327 X 0842 X 1832 X 1057 X-9999 +USW00021504198409TSUN 35 X 559 X 507 X 510 X 522 X 678 X 605 X 603 X 469 X 525 X 620 X 511 X 662 X 495 X 164 X 659 X 558 X 678 X 491 X 269 X 34 X 535 X 632 X 174 X 426 X 445 X 577 X 349 X 104 X 230 X-9999 +USW00021504198409WDF1 230 X 40 X 30 X 20 X 120 X 70 X 30 X 70 X 360 X 140 X 360 X 220 X 230 X 90 X 70 X 70 X 40 X 60 X 50 X 360 X 260 X 70 X 50 X 240 X 100 X 70 X 100 X 70 X 230 X 40 X-9999 +USW00021504198409WDFG 45W X 45W X 45W X 360W X 90W X 45W X 45W X 360W X 360W X 135W X 90W X 360W X 360W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X 270W X 45W X 45W X 225W X 90W X 270W X 90W X 90W X 180W X 360W X-9999 +USW00021504198409WSF1 40 X 45 X 45 X 45 X 63 X 54 X 54 X 54 X 45 X 58 X 45 X 54 X 45 X 54 X 45 X 45 X 45 X 54 X 45 X 63 X 45 X 45 X 63 X 58 X 63 X 45 X 63 X 72 X 54 X 40 X-9999 +USW00021504198409WSFG 67 X 67 X 62 X 62 X 72 X 77 X 67 X 67 X 77 X 98 X 72 X 67 X 67 X 93 X 72 X 62 X 67 X 72 X 72 X 72 X 77 X 72 X 87 X 93 X 93 X 72 X 77 X 82 X 82 X 62 X-9999 +USW00021504198409WT16 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198410TMAX 283 0 283 0 283 0 306 0 289 0 289 0 283 0 289 0 283 0 289 0 289 0 278 0 289 0 283 0 294 0 300 0 294 0 272 0 294 0 294 0 294 0 289 0 300 0 283 0 294 0 283 0 278 0 283 0 289 0 289 0 283 0 +USW00021504198410TMIN 206 0 217 0 211 0 211 0 217 0 206 0 200 0 211 0 200 0 194 0 211 0 217 0 194 0 194 0 206 0 194 0 211 0 217 0 222 0 217 0 217 0 222 0 206 0 211 0 183 0 189 0 189 0 183 0 194 0 206 0 211 0 +USW00021504198410PRCP 0T 0 43 0 36 0 3 0 15 0 13 0 30 0 18 0 0T 0 0T 0 3 0 23 0 0T 0 3 0 0T 0 36 0 0 0 150 0 0T 0 15 0 15 0 46 0 102 0 58 0 0T 0 20 0 0 0 0 0 0T 0 13 0 0T 0 +USW00021504198410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198410ACMH 90 X 80 X 90 X 100 X 70 X 80 X 30 X 30 X 30 X 40 X 90 X 100 X 80 X 80 X 60 X 60 X 80 X 100 X 60 X 80 X 60 X 80 X 60 X 60 X 40 X 50 X 40 X 50 X 50 X 80 X 70 X +USW00021504198410ACSH 100 X 70 X 80 X 100 X 50 X 90 X 10 X 30 X 20 X 30 X 90 X 90 X 80 X 100 X 50 X 60 X 80 X 90 X 30 X 70 X 40 X 70 X 50 X 50 X 50 X 40 X 40 X 40 X 40 X 70 X 70 X +USW00021504198410AWND 28 X 29 X 27 X 37 X 26 X 28 X 30 X 31 X 33 X 27 X 28 X 33 X 36 X 38 X 37 X 37 X 33 X 25 X 34 X 32 X 36 X 38 X 39 X 33 X 34 X 29 X 30 X 36 X 37 X 33 X 32 X +USW00021504198410FMTM 1355 X 1255 X 1255 X 1356 X 1555 X 1355 X 1355 X 1655 X 1255 X 2256 X 1356 X 1255 X 1455 X 1231 X 1455 X 1155 X 1455 X 1655 X 1655 X 1556 X 1356 X 1556 X 1556 X 1456 X 1255 X 1155 X 1156 X 1255 X 1555 X 1455 X 1956 X +USW00021504198410PGTM 1342 X 1240 X 1542 X 1342 X 1208 X 1224 X 2038 X 1424 X 1503 X 1519 X 1217 X 1236 X 1436 X 1139 X 1415 X 1259 X 1308 X 1622 X 1339 X 1658 X 1422 X 1509 X 1418 X 1346 X 1307 X 1819 X 1156 X 1336 X 1336 X 1313 X 1931 X +USW00021504198410TSUN 485 X 523 X 591 X 444 X 537 X 378 X 644 X 549 X 453 X 527 X 286 X 36 X 477 X 237 X 414 X 467 X 401 X 13 X 457 X 272 X 513 X 311 X 293 X 551 X 442 X 443 X 390 X 463 X 536 X 290 X 559 X +USW00021504198410WDF1 20 X 10 X 20 X 90 X 100 X 40 X 360 X 50 X 40 X 230 X 70 X 90 X 90 X 130 X 90 X 100 X 90 X 150 X 110 X 80 X 120 X 110 X 110 X 90 X 100 X 40 X 60 X 100 X 100 X 110 X 340 X +USW00021504198410WDFG 360W X 360W X 45W X 90W X 90W X 45W X 360W X 45W X 45W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 90W X 135W X 90W X 135W X 135W X 135W X 90W X 90W X 90W X 135W X 45W X 90W X 90W X 90W X 360W X +USW00021504198410WSF1 58 X 58 X 54 X 80 X 54 X 45 X 45 X 45 X 54 X 40 X 45 X 67 X 76 X 67 X 67 X 63 X 58 X 40 X 67 X 72 X 67 X 76 X 72 X 58 X 76 X 54 X 54 X 67 X 76 X 63 X 45 X +USW00021504198410WSFG 62 X 62 X 62 X 108 X 72 X 62 X 67 X 67 X 72 X 57 X 72 X 77 X 103 X 82 X 93 X 72 X 82 X 62 X 93 X 87 X 103 X 98 X 103 X 87 X 87 X 77 X 62 X 77 X 103 X 87 X 67 X +USW00021504198410WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198410WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 +USW00021504198411TMAX 283 0 272 0 283 0 256 0 278 0 278 0 283 0 256 0 250 0 278 0 272 0 267 0 272 0 272 0 272 0 267 0 256 0 272 0 250 0 256 0 250 0 267 0 244 0 233 0 283 0 261 0 294 0 272 0 272 0 250 0-9999 +USW00021504198411TMIN 200 0 183 0 189 0 206 0 189 0 178 0 183 0 206 0 194 0 178 0 206 0 189 0 200 0 183 0 194 0 189 0 178 0 178 0 217 0 194 0 194 0 194 0 200 0 200 0 206 0 206 0 206 0 206 0 200 0 200 0-9999 +USW00021504198411PRCP 66 0 104 0 861 0 216 0 41 0 0 0 20 0 58 0 25 0 51 0 389 0 800 0 0 0 25 0 89 0 43 0 41 0 0 0 150 0 193 0 157 0 340 0 213 0 201 0 0T 0 124 0 315 0 5 0 48 0 91 0-9999 +USW00021504198411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198411ACMH 50 X 60 X 80 X 100 X 50 X 40 X 60 X 100 X 100 X 70 X 90 X 90 X 80 X 70 X 70 X 70 X 70 X 60 X 100 X 90 X 90 X 80 X 100 X 100 X 50 X 100 X 60 X 90 X 60 X 100 X-9999 +USW00021504198411ACSH 30 X 60 X 80 X 100 X 40 X 40 X 50 X 100 X 100 X 50 X 70 X 100 X 100 X 80 X 70 X 70 X 90 X 60 X 100 X 100 X 90 X 70 X 100 X 100 X 20 X 100 X 70 X 90 X 40 X 100 X-9999 +USW00021504198411AWND 26 X 37 X 29 X 27 X 26 X 32 X 28 X 27 X 25 X 34 X 31 X 28 X 24 X 32 X 29 X 27 X 31 X 38 X 44 X 34 X 27 X 32 X 35 X 27 X 40 X 21 X 39 X 35 X 28 X 24 X-9999 +USW00021504198411FMTM 1255 X 0555 X 1900 X 1238 X 2155 X 1355 X 0655 X 1255 X 0956 X 2255 X 2356 X 1411 X 1456 X 0918 X 0832 X 0055 X 0555 X 2356 X 0946 X 1555 X 0925 X 1227 X 0956 X 1955 X 1355 X 1455 X 1455 X 1156 X 1555 X 0055 X-9999 +USW00021504198411PGTM 1322 X 1328 X 1553 X 1255 X 1310 X 1027 X 1537 X 1312 X 1025 X 1538 X 1815 X 1402 X 1423 X 1713 X 0833 X 1432 X 0908 X 2344 X 1343 X 1438 X 0930 X 1159 X 0924 X 0634 X 1604 X 2154 X 0344 X 1324 X 1412 X 1501 X-9999 +USW00021504198411TSUN 555 X 209 X 302 X 35 X 433 X 350 X 372 X 1 X 0 X 471 X 156 X 69 X 76 X 156 X 82 X 114 X 83 X 283 X 5 X 13 X 71 X 149 X 14 X 1 X 535 X 28 X 285 X 233 X 448 X 13 X-9999 +USW00021504198411WDF1 360 X 150 X 180 X 90 X 220 X 90 X 220 X 110 X 240 X 90 X 230 X 160 X 100 X 270 X 70 X 230 X 230 X 120 X 120 X 90 X 100 X 100 X 110 X 220 X 110 X 360 X 150 X 110 X 60 X 230 X-9999 +USW00021504198411WDFG 360W X 45W X 90W X 90W X 360W X 90W X 135W X 90W X 225W X 360W X 90W X 135W X 90W X 90W X 90W X 90W X 315W X 135W X 135W X 90W X 90W X 90W X 135W X 225W X 135W X 180W X 135W X 135W X 90W X 90W X-9999 +USW00021504198411WSF1 45 X 72 X 58 X 67 X 40 X 58 X 45 X 54 X 40 X 54 X 54 X 54 X 58 X 45 X 67 X 45 X 45 X 67 X 80 X 63 X 72 X 63 X 72 X 40 X 94 X 40 X 76 X 67 X 45 X 40 X-9999 +USW00021504198411WSFG 62 X 93 X 72 X 67 X 67 X 82 X 72 X 87 X 62 X 77 X 82 X 98 X 77 X 72 X 82 X 67 X 77 X 93 X 108 X 93 X 87 X 103 X 118 X 67 X 108 X 51 X 93 X 87 X 67 X 62 X-9999 +USW00021504198411WT03-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198411WT16 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198412TMAX 267 0 278 0 267 0 272 0 267 0 278 0 261 0 250 0 244 0 256 0 261 0 256 0 256 0 267 0 261 0 256 0 256 0 244 0 256 0 250 0 250 0 250 0 272 0 272 0 239 0 233 0 250 0 250 0 256 0 250 0 256 0 +USW00021504198412TMIN 189 0 183 0 167 0 167 0 178 0 183 0 194 0 189 0 194 0 178 0 167 0 167 0 178 0 167 0 172 0 178 0 172 0 178 0 178 0 178 0 156 0 167 0 178 0 194 0 200 0 189 0 183 0 167 0 156 0 172 0 161 0 +USW00021504198412PRCP 0 0 0 0 0 0 5 0 0 0 0 0 102 0 231 0 325 0 86 0 137 0 36 0 102 0 0 0 0T 0 43 0 46 0 399 0 208 0 13 0 23 0 0T 0 13 0 683 0 292 0 183 0 15 0 107 0 0 0 0T 0 0 0 +USW00021504198412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198412ACMH 50 X 50 X 60 X 50 X 80 X 90 X 90 X 80 X 100 X 80 X 60 X 80 X 80 X 80 X 50 X 70 X 90 X 100 X 80 X 70 X 80 X 60 X 90 X 100 X 90 X 100 X 90 X 50 X 30 X 70 X 40 X +USW00021504198412ACSH 40 X 50 X 90 X 60 X 100 X 80 X 90 X 80 X 100 X 70 X 50 X 80 X 80 X 80 X 30 X 90 X 100 X 90 X 70 X 70 X 80 X 30 X 90 X 100 X 100 X 100 X 100 X 40 X 30 X 60 X 20 X +USW00021504198412AWND 26 X 36 X 31 X 31 X 31 X 25 X 29 X 26 X 53 X 31 X 30 X 34 X 30 X 33 X 25 X 30 X 28 X 30 X 44 X 32 X 29 X 36 X 46 X 35 X 26 X 26 X 22 X 24 X 24 X 27 X 34 X +USW00021504198412FMTM 1255 X 1356 X 1155 X 1655 X 1155 X 0655 X 1155 X 2059 X 0812 X 1421 X 1555 X 1945 X 1355 X 1455 X 1555 X 1000 X 1058 X 1208 X 1555 X 1555 X 1655 X 1356 X 1155 X 1129 X 1255 X 2155 X 1156 X 1424 X 1456 X 2255 X 2355 X +USW00021504198412PGTM 1354 X 1529 X 1354 X 1614 X 1130 X 1547 X 1214 X 2238 X 0326 X 1411 X 1547 X 1433 X 1335 X 1340 X 1503 X 0956 X 1604 X 1623 X 1138 X 1839 X 1526 X 1612 X 1606 X 1037 X 1122 X 1131 X 1237 X 0113 X 1433 X 1310 X 1241 X +USW00021504198412TSUN 273 X 383 X 297 X 294 X 403 X 340 X 279 X 251 X 45 X 224 X 275 X 197 X 212 X 459 X 515 X 284 X 214 X 132 X 257 X 200 X 270 X 453 X 278 X 99 X 42 X 16 X 105 X 361 X 547 X 316 X 446 X +USW00021504198412WDF1 110 X 120 X 80 X 130 X 90 X 230 X 40 X 80 X 80 X 60 X 130 X 110 X 120 X 120 X 80 X 110 X 230 X 90 X 100 X 60 X 90 X 100 X 140 X 150 X 270 X 120 X 170 X 70 X 360 X 230 X 230 X +USW00021504198412WDFG 90W X 135W X 90W X 135W X 90W X 45W X 45W X 45W X 90W X 45W X 135W X 135W X 135W X 90W X 45W X 135W X 180W X 90W X 90W X 90W X 90W X 135W X 135W X 135W X 225W X 135W X 135W X 360W X 360W X 360W X 90W X +USW00021504198412WSF1 54 X 76 X 54 X 54 X 45 X 45 X 54 X 63 X 98 X 67 X 45 X 67 X 54 X 54 X 45 X 54 X 45 X 72 X 89 X 54 X 54 X 72 X 76 X 72 X 58 X 63 X 45 X 45 X 40 X 40 X 58 X +USW00021504198412WSFG 72 X 103 X 72 X 77 X 72 X 57 X 82 X 103 X 118 X 103 X 77 X 98 X 77 X 72 X 62 X 87 X 72 X 103 X 113 X 103 X 87 X 98 X 113 X 98 X 72 X 87 X 62 X 82 X 67 X 62 X 77 X +USW00021504198412WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00021504198412WT16-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00021504198501TMAX 267 0 250 0 244 0 233 0 250 0 261 0 267 0 261 0 261 0 261 0 267 0 250 0 272 0 294 0 244 0 256 0 256 0 261 0 267 0 267 0 256 0 261 0 261 0 278 0 267 0 267 0 256 0 261 0 272 0 211 0 239 0 +USW00021504198501TMIN 144 0 156 0 156 0 172 0 161 0 144 0 167 0 161 0 161 0 156 0 144 0 172 0 172 0 172 0 161 0 139 0 167 0 150 0 161 0 178 0 167 0 156 0 189 0 178 0 161 0 156 0 167 0 150 0 156 0 172 0 144 0 +USW00021504198501PRCP 0 0 3 0 8 0 104 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0T 0 0 0 41 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 358 0 0 0 +USW00021504198501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198501ACMH 20 X 50 X 60 X 90 X 70 X 30 X 50 X 70 X 70 X 20 X 10 X 70 X 30 X 20 X 20 X 20 X 60 X 30 X 60 X 40 X 60 X 50 X 90 X 40 X 10 X 30 X 30 X 50 X 60 X 100 X 80 X +USW00021504198501ACSH 10 X 50 X 90 X 90 X 70 X 30 X 30 X 70 X 70 X 0 X 10 X 70 X 30 X 50 X 20 X 10 X 50 X 50 X 60 X 30 X 80 X 60 X 80 X 20 X 20 X 20 X 20 X 50 X 60 X 100 X 90 X +USW00021504198501AWND 32 X 31 X 29 X 27 X 28 X 41 X 39 X 37 X 33 X 27 X 24 X 23 X 59 X 48 X 59 X 36 X 33 X 35 X 43 X 42 X 29 X 28 X 27 X 30 X 34 X 23 X 31 X 31 X 34 X 35 X 28 X +USW00021504198501FMTM 1357 X 2355 X 1156 X 1548 X 1555 X 1555 X 1355 X 1356 X 1356 X 1255 X 1255 X 1556 X 1356 X 1356 X 0955 X 1456 X 1455 X 1555 X 1335 X 1355 X 0256 X 1907 X 1356 X 1455 X 1555 X 1555 X 1355 X 1455 X 1255 X 1057 X 1456 X +USW00021504198501PGTM 1337 X 1325 X 1143 X 1521 X 1546 X 1514 X 1443 X 1313 X 1313 X 1455 X 1703 X 0828 X 1406 X 1342 X 0708 X 1401 X 1225 X 1353 X 1351 X 1551 X 1156 X 1627 X 1342 X 1249 X 1442 X 1338 X 1244 X 1210 X 1329 X 0733 X 1610 X +USW00021504198501TSUN 472 X 333 X 215 X 180 X 273 X 485 X 488 X 397 X 303 X 629 X 577 X 324 X 581 X 414 X 576 X 600 X 339 X 494 X 479 X 584 X 175 X 376 X 281 X 469 X 549 X 518 X 595 X 332 X 407 X 10 X 239 X +USW00021504198501WDF1 130 X 230 X 10 X 70 X 110 X 130 X 120 X 120 X 110 X 350 X 350 X 100 X 140 X 360 X 350 X 90 X 110 X 120 X 120 X 110 X 230 X 20 X 70 X 90 X 110 X 90 X 360 X 80 X 110 X 340 X 360 X +USW00021504198501WDFG 135W X 360W X 360W X 45W X 90W X 90W X 90W X 135W X 135W X 360W X 315W X 225W X 135W X 360W X 360W X 90W X 90W X 90W X 135W X 90W X 135W X 360W X 90W X 90W X 90W X 90W X 45W X 45W X 90W X 360W X 360W X +USW00021504198501WSF1 58 X 45 X 54 X 45 X 58 X 67 X 89 X 94 X 63 X 58 X 45 X 40 X 112 X 76 X 125 X 72 X 54 X 63 X 80 X 89 X 45 X 45 X 54 X 58 X 63 X 54 X 45 X 45 X 76 X 80 X 45 X +USW00021504198501WSFG 82 X 57 X 67 X 82 X 82 X 87 X 108 X 118 X 87 X 67 X 82 X 67 X 154 X 134 X 185 X 103 X 87 X 93 X 98 X 113 X 57 X 72 X 77 X 77 X 103 X 72 X 62 X 67 X 98 X 134 X 82 X +USW00021504198501WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00021504198501WT16-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00021504198502TMAX 239 0 228 0 244 0 283 0 267 0 250 0 261 0 267 0 250 0 261 0 250 0 272 0 272 0 267 0 244 0 261 0 256 0 256 0 261 0 250 0 256 0 261 0 256 0 217 0 228 0 206 0 233 0 239 0-9999 -9999 -9999 +USW00021504198502TMIN 139 0 178 0 183 0 200 0 200 0 194 0 178 0 167 0 194 0 161 0 183 0 189 0 178 0 172 0 178 0 167 0 178 0 172 0 172 0 178 0 172 0 172 0 189 0 183 0 178 0 156 0 156 0 183 0-9999 -9999 -9999 +USW00021504198502PRCP 0 0 0T 0 185 0 290 0 20 0 51 0 13 0 76 0 28 0 0 0 0T 0 0 0 0 0 10 0 8 0 23 0 8 0 0T 0 102 0 132 0 8 0 124 0 61 0 704 0 541 0 274 0 442 0 1001 0-9999 -9999 -9999 +USW00021504198502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198502ACMH 90 X 100 X 100 X 100 X 90 X 80 X 60 X 80 X 100 X 60 X 90 X 90 X 60 X 60 X 80 X 40 X 60 X 50 X 60 X 90 X 50 X 80 X 100 X 100 X 100 X 90 X 90 X 100 X-9999 -9999 -9999 +USW00021504198502ACSH 90 X 100 X 100 X 100 X 80 X 90 X 60 X 70 X 100 X 50 X 100 X 100 X 60 X 60 X 100 X 50 X 50 X 60 X 60 X 90 X 30 X 70 X 90 X 100 X 100 X 100 X 90 X 100 X-9999 -9999 -9999 +USW00021504198502AWND 31 X 20 X 27 X 36 X 27 X 29 X 32 X 29 X 19 X 26 X 23 X 26 X 24 X 28 X 27 X 30 X 25 X 30 X 36 X 31 X 31 X 33 X 30 X 26 X 30 X 26 X 27 X 57 X-9999 -9999 -9999 +USW00021504198502FMTM 1056 X 0912 X 1155 X 1056 X 1655 X 1218 X 1356 X 1555 X 1255 X 1555 X 1455 X 1255 X 1255 X 1457 X 1256 X 1355 X 1255 X 1156 X 1455 X 0856 X 1356 X 1455 X 1356 X 2155 X 2156 X 1255 X 1402 X 1556 X-9999 -9999 -9999 +USW00021504198502PGTM 1431 X 0141 X 1728 X 1318 X 1613 X 1218 X 1228 X 1351 X 1255 X 1424 X 1219 X 1128 X 1738 X 1544 X 1109 X 1452 X 1443 X 1345 X 2239 X 0902 X 1128 X 1139 X 1459 X 1128 X 2128 X 1536 X 1401 X 0816 X-9999 -9999 -9999 +USW00021504198502TSUN 351 X 52 X 250 X 506 X 479 X 286 X 433 X 488 X 261 X 522 X 350 X 353 X 459 X 538 X 192 X 486 X 410 X 330 X 245 X 204 X 469 X 438 X 481 X 15 X 82 X 4 X 214 X 26 X-9999 -9999 -9999 +USW00021504198502WDF1 360 X 330 X 30 X 150 X 120 X 130 X 130 X 110 X 110 X 100 X 130 X 140 X 50 X 110 X 90 X 360 X 50 X 40 X 130 X 270 X 30 X 90 X 40 X 290 X 240 X 360 X 70 X 110 X-9999 -9999 -9999 +USW00021504198502WDFG 360W X 360W X 270W X 135W X 135W X 135W X 90W X 90W X 90W X 90W X 180W X 135W X 135W X 135W X 135W X 360W X 45W X 360W X 225W X 270W X 45W X 90W X 45W X 135W X 225W X 45W X 90W X 135W X-9999 -9999 -9999 +USW00021504198502WSF1 58 X 31 X 54 X 72 X 54 X 58 X 80 X 58 X 31 X 45 X 36 X 54 X 40 X 63 X 54 X 45 X 54 X 63 X 63 X 63 X 54 X 63 X 45 X 40 X 67 X 45 X 45 X 94 X-9999 -9999 -9999 +USW00021504198502WSFG 77 X 51 X 77 X 118 X 72 X 82 X 103 X 77 X 46 X 72 X 72 X 103 X 62 X 87 X 77 X 67 X 67 X 72 X 77 X 72 X 77 X 87 X 67 X 72 X 103 X 72 X 87 X 129 X-9999 -9999 -9999 +USW00021504198502WT03-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198502WT16-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504198503TMAX 222 0 256 0 244 0 233 0 239 0 217 0 239 0 244 0 244 0 244 0 217 0 233 0 244 0 233 0 244 0 239 0 239 0 239 0 244 0 244 0 250 0 244 0 244 0 244 0 244 0 256 0 239 0 256 0 256 0 244 0 250 0 +USW00021504198503TMIN 189 0 189 0 178 0 144 0 161 0 178 0 178 0 178 0 167 0 172 0 172 0 139 0 178 0 183 0 167 0 161 0 172 0 178 0 183 0 167 0 167 0 178 0 178 0 172 0 172 0 167 0 178 0 189 0 183 0 183 0 178 0 +USW00021504198503PRCP 599 0 0T 0 79 0 66 0 335 0 826 0 114 0 20 0 61 0 356 0 1227 0 152 0 76 0 102 0 30 0 76 0 56 0 86 0 89 0 41 0 114 0 236 0 102 0 71 0 43 0 5 0 102 0 69 0 135 0 99 0 38 0 +USW00021504198503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198503ACMH 100 X 80 X 70 X 70 X 80 X 100 X 90 X 70 X 70 X 90 X 100 X 80 X 90 X 100 X 90 X 80 X 90 X 90 X 70 X 80 X 60 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 90 X 100 X 100 X +USW00021504198503ACSH 100 X 70 X 50 X 60 X 90 X 100 X 90 X 70 X 60 X 80 X 100 X 80 X 90 X 100 X 90 X 80 X 90 X 90 X 60 X 80 X 40 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 90 X 100 X 100 X +USW00021504198503AWND 58 X 42 X 38 X 31 X 35 X 39 X 44 X 42 X 33 X 35 X 35 X 29 X 37 X 37 X 39 X 30 X 31 X 35 X 35 X 29 X 33 X 46 X 28 X 34 X 37 X 33 X 37 X 38 X 38 X 34 X 26 X +USW00021504198503FMTM 1155 X 1055 X 1456 X 1815 X 1656 X 1556 X 1357 X 1555 X 1542 X 1216 X 0157 X 1356 X 1356 X 2026 X 1155 X 1555 X 1255 X 1155 X 1556 X 0655 X 1655 X 1055 X 1455 X 0835 X 1155 X 1555 X 1357 X 1355 X 1255 X 1455 X 1055 X +USW00021504198503PGTM 1308 X 1407 X 1645 X 1316 X 2318 X 1929 X 1735 X 0618 X 1521 X 1233 X 0958 X 1019 X 2154 X 0629 X 2358 X 1242 X 1258 X 0856 X 1427 X 0650 X 1310 X 1226 X 1216 X 1247 X 1435 X 1501 X 1408 X 1342 X 1241 X 2041 X 1101 X +USW00021504198503TSUN 16 X 451 X 538 X 499 X 222 X 5 X 325 X 419 X 394 X 288 X 13 X 442 X 212 X 2 X 204 X 208 X 104 X 59 X 168 X 164 X 403 X 32 X 148 X 109 X 81 X 201 X 48 X 170 X 166 X 15 X 37 X +USW00021504198503WDF1 100 X 110 X 350 X 360 X 70 X 80 X 40 X 50 X 60 X 60 X 280 X 360 X 50 X 350 X 70 X 20 X 80 X 80 X 60 X 250 X 80 X 120 X 50 X 80 X 90 X 120 X 120 X 130 X 130 X 80 X 50 X +USW00021504198503WDFG 90W X 90W X 360W X 360W X 90W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 315W X 45W X 45W X 90W X 90W X 45W X 270W X 90W X 135W X 45W X 360W X 90W X 90W X 90W X 135W X 135W X 270W X 45W X +USW00021504198503WSF1 94 X 72 X 63 X 54 X 54 X 76 X 72 X 63 X 54 X 72 X 63 X 54 X 67 X 63 X 63 X 45 X 76 X 67 X 67 X 54 X 63 X 80 X 40 X 76 X 76 X 54 X 76 X 76 X 76 X 58 X 45 X +USW00021504198503WSFG 139 X 123 X 108 X 77 X 93 X 134 X 103 X 113 X 93 X 98 X 103 X 82 X 98 X 98 X 87 X 72 X 103 X 82 X 87 X 82 X 87 X 113 X 82 X 134 X 98 X 87 X 113 X 108 X 118 X 77 X 72 X +USW00021504198503WT03 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198503WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198504TMAX 244 0 222 0 228 0 233 0 233 0 239 0 250 0 222 0 222 0 228 0 244 0 261 0 256 0 256 0 256 0 217 0 244 0 256 0 233 0 244 0 250 0 250 0 244 0 256 0 261 0 256 0 244 0 250 0 256 0 256 0-9999 +USW00021504198504TMIN 194 0 172 0 167 0 161 0 178 0 156 0 150 0 183 0 183 0 189 0 183 0 172 0 172 0 194 0 183 0 178 0 172 0 178 0 178 0 178 0 172 0 167 0 178 0 189 0 172 0 183 0 178 0 178 0 172 0 167 0-9999 +USW00021504198504PRCP 137 0 155 0 0 0 0 0 3 0 0T 0 0 0 157 0 36 0 274 0 107 0 0 0 0T 0 43 0 66 0 340 0 376 0 226 0 155 0 163 0 20 0 30 0 107 0 23 0 13 0 79 0 104 0 51 0 0T 0 30 0-9999 +USW00021504198504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198504ACMH 90 X 90 X 90 X 100 X 100 X 90 X 70 X 100 X 100 X 100 X 100 X 90 X 90 X 80 X 70 X 100 X 100 X 90 X 90 X 100 X 100 X 60 X 90 X 70 X 80 X 90 X 100 X 80 X 50 X 90 X-9999 +USW00021504198504ACSH 80 X 80 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 60 X 100 X 100 X 90 X 100 X 100 X 100 X 50 X 100 X 70 X 70 X 90 X 100 X 80 X 40 X 100 X-9999 +USW00021504198504AWND 39 X 57 X 35 X 30 X 27 X 29 X 34 X 31 X 25 X 27 X 30 X 32 X 29 X 27 X 30 X 31 X 29 X 37 X 26 X 34 X 37 X 29 X 30 X 35 X 37 X 30 X 27 X 34 X 28 X 34 X-9999 +USW00021504198504FMTM 1956 X 1155 X 0156 X 1855 X 1555 X 0855 X 1756 X 1156 X 2355 X 1033 X 1455 X 1156 X 1356 X 1356 X 1155 X 1131 X 1356 X 1355 X 0055 X 1355 X 1122 X 1456 X 1556 X 1156 X 1155 X 1356 X 1155 X 1456 X 1035 X 1357 X-9999 +USW00021504198504PGTM 2122 X 1058 X 1018 X 1803 X 1548 X 1525 X 1800 X 1255 X 1625 X 1029 X 1133 X 1433 X 1359 X 1416 X 1236 X 1429 X 1324 X 1402 X 1734 X 1403 X 1112 X 1420 X 1518 X 1551 X 1337 X 1136 X 1203 X 1454 X 1208 X 1350 X-9999 +USW00021504198504TSUN 522 X 182 X 71 X 75 X 0 X 16 X 418 X 7 X 2 X 18 X 20 X 215 X 179 X 29 X 368 X 0 X 13 X 91 X 28 X 27 X 38 X 306 X 110 X 216 X 301 X 165 X 54 X 100 X 518 X 187 X-9999 +USW00021504198504WDF1 360 X 360 X 360 X 360 X 360 X 10 X 360 X 350 X 240 X 100 X 130 X 120 X 80 X 360 X 360 X 110 X 70 X 80 X 290 X 60 X 130 X 60 X 90 X 90 X 90 X 60 X 50 X 90 X 80 X 10 X-9999 +USW00021504198504WDFG 360W X-9999 360W X 360W X 360W X 360W X 360W X 315W X 45W X 90W X 90W X 135W X 90W X 360W X 45W X 360W X 135W X 90W X 315W X 45W X 90W X 90W X 90W X 90W X 135W X 45W X 45W X 90W X 45W X 360W X-9999 +USW00021504198504WSF1 76 X 80 X 54 X 45 X 54 X 40 X 58 X 58 X 36 X 45 X 63 X 72 X 40 X 40 X 45 X 63 X 63 X 67 X 45 X 89 X 76 X 54 X 45 X 58 X 72 X 54 X 45 X 63 X 63 X 54 X-9999 +USW00021504198504WSFG 98 X 123 X 82 X 72 X 87 X 67 X 98 X 82 X 57 X 62 X 87 X 93 X 72 X 82 X 82 X 103 X 93 X 103 X 57 X 103 X 98 X 72 X 72 X 77 X 103 X 72 X 77 X 77 X 77 X 72 X-9999 +USW00021504198504WT16 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198505TMAX 228 0 244 0 267 0 261 0 267 0 233 0 244 0 217 0 261 0 233 0 228 0 250 0 250 0 256 0 256 0 256 0 256 0 256 0 244 0 239 0 228 0 256 0 261 0 278 0 278 0 267 0 256 0 256 0 256 0 267 0 261 0 +USW00021504198505TMIN 189 0 183 0 178 0 183 0 189 0 183 0 172 0 183 0 183 0 183 0 183 0 183 0 178 0 178 0 172 0 172 0 167 0 161 0 178 0 183 0 183 0 194 0 206 0 206 0 217 0 206 0 200 0 178 0 189 0 183 0 200 0 +USW00021504198505PRCP 478 0 500 0 69 0 163 0 254 0 183 0 20 0 1016 0 109 0 208 0 396 0 51 0 132 0 0T 0 3 0 0T 0 5 0 0T 0 0T 0 0T 0 3 0 97 0 91 0 41 0 3 0 160 0 13 0 160 0 104 0 3 0 69 0 +USW00021504198505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198505ACMH 100 X 100 X 70 X 60 X 90 X 100 X 80 X 100 X 90 X 100 X 100 X 80 X 100 X 80 X 60 X 70 X 70 X 60 X 100 X 100 X 100 X 100 X 100 X 70 X 70 X 90 X 70 X 100 X 90 X 80 X 70 X +USW00021504198505ACSH 100 X 100 X 60 X 50 X 90 X 100 X 80 X 100 X 90 X 90 X 100 X 80 X 100 X 100 X 60 X 60 X 80 X 60 X 100 X 100 X 100 X 100 X 100 X 60 X 60 X 90 X 70 X 100 X 100 X 90 X 70 X +USW00021504198505AWND 29 X 31 X 31 X 31 X 38 X 25 X 30 X 33 X 33 X 30 X 34 X 30 X 27 X 29 X 34 X 30 X 29 X 31 X 30 X 26 X 25 X 24 X 27 X 31 X 34 X 28 X 33 X 29 X 36 X 30 X 31 X +USW00021504198505FMTM 1155 X 1156 X 1055 X 0355 X 1356 X 2156 X 1307 X 1556 X 1518 X 0756 X 1456 X 1355 X 1017 X 1356 X 1356 X 1056 X 2356 X 1155 X 1555 X 2156 X 1556 X 0355 X 1455 X 1155 X 1255 X 1055 X 1255 X 1130 X 1155 X 1048 X 1056 X +USW00021504198505PGTM 1800 X 1051 X 1311 X 0352 X 1308 X 1826 X 1031 X 0234 X 1518 X 0746 X 1455 X 1411 X 1232 X 1423 X 1319 X 1306 X 1243 X 1321 X 2232 X 2156 X 1546 X 0357 X 1827 X 1219 X 1238 X 2008 X 1415 X 1354 X 1311 X 1020 X 0938 X +USW00021504198505TSUN 34 X 0 X 351 X 488 X 137 X 2 X 212 X 1 X 85 X 5 X 2 X 218 X 257 X 455 X 519 X 559 X 458 X 360 X 4 X 0 X 1 X 7 X 106 X 426 X 326 X 220 X 360 X 127 X 20 X 257 X 342 X +USW00021504198505WDF1 360 X 230 X 130 X 140 X 120 X 240 X 240 X 120 X 120 X 240 X 90 X 60 X 300 X 40 X 10 X 10 X 230 X 360 X 350 X 300 X 270 X 300 X 50 X 130 X 110 X 90 X 80 X 90 X 100 X 90 X 100 X +USW00021504198505WDFG 225W X 270W X 90W X 135W X 135W X 270W X 45W X 270W X 135W X 225W X 90W X 315W X 135W X 45W X 360W X 360W X 45W X 360W X 360W X 315W X 270W X 315W X 45W X 135W X 90W X 270W X 45W X 90W X 90W X 90W X 90W X +USW00021504198505WSF1 54 X 54 X 45 X 54 X 63 X 45 X 45 X 58 X 80 X 58 X 76 X 58 X 54 X 45 X 63 X 58 X 40 X 63 X 58 X 45 X 45 X 40 X 54 X 67 X 67 X 45 X 54 X 67 X 80 X 72 X 63 X +USW00021504198505WSFG 62 X 87 X 72 X 82 X 103 X 62 X 72 X 87 X 87 X 77 X 93 X 93 X 62 X 72 X 77 X 72 X 62 X 87 X 93 X 51 X 72 X 62 X 67 X 87 X 93 X 72 X 77 X 98 X 103 X 82 X 82 X +USW00021504198505WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198506TMAX 261 0 261 0 261 0 267 0 261 0 267 0 267 0 272 0 272 0 278 0 267 0 272 0 278 0 283 0 278 0 294 0 283 0 283 0 283 0 283 0 278 0 283 0 283 0 289 0 278 0 289 0 278 0 283 0 250 0 267 0-9999 +USW00021504198506TMIN 189 0 183 0 189 0 183 0 189 0 200 0 183 0 178 0 194 0 183 0 194 0 206 0 200 0 206 0 217 0 189 0 217 0 194 0 183 0 211 0 200 0 194 0 200 0 194 0 206 0 206 0 200 0 194 0 200 0 200 0-9999 +USW00021504198506PRCP 0T 0 3 0 10 0 30 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 36 0 20 0 5 0 0T 0 10 0 0T 0 5 0 66 0 0T 0 3 0 0T 0 0 0 0T 0 0T 0 130 0 8 0 23 0 46 0 64 0-9999 +USW00021504198506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198506ACMH 60 X 60 X 60 X 60 X 70 X 70 X 40 X 50 X 50 X 50 X 60 X 80 X 70 X 90 X 100 X 90 X 60 X 60 X 60 X 90 X 40 X 60 X 80 X 70 X 100 X 100 X 80 X 70 X 90 X 90 X-9999 +USW00021504198506ACSH 50 X 40 X 50 X 40 X 60 X 60 X 30 X 30 X 40 X 50 X 70 X 90 X 70 X 90 X 100 X 80 X 40 X 50 X 70 X 80 X 30 X 50 X 80 X 60 X 100 X 100 X 70 X 60 X 100 X 80 X-9999 +USW00021504198506AWND 33 X 31 X 31 X 29 X 29 X 27 X 31 X 32 X 30 X 34 X 30 X 30 X 30 X 31 X 40 X 30 X 29 X 30 X 29 X 35 X 31 X 30 X 30 X 33 X 30 X 33 X 40 X 28 X 30 X 33 X-9999 +USW00021504198506FMTM 1855 X 1355 X 1255 X 1655 X 1555 X 1455 X 1255 X 0955 X 1255 X 1255 X 1456 X 1356 X 1555 X 1655 X 1356 X 1156 X 1455 X 1555 X 1055 X 1655 X 1155 X 1455 X 1255 X 1155 X 1355 X 1556 X 1355 X 1355 X 0856 X 1203 X-9999 +USW00021504198506PGTM 1412 X 1429 X 1302 X 1147 X 1534 X 1527 X 1210 X 1417 X 1357 X 1102 X 1019 X 1044 X 1519 X 1543 X 1307 X 1049 X 1435 X 1023 X 1321 X 1327 X 1329 X 1055 X 1244 X 1217 X 1512 X 1546 X 1403 X 1416 X 0920 X 1207 X-9999 +USW00021504198506TSUN 493 X 510 X 492 X 623 X 399 X 390 X 734 X 684 X 653 X 525 X 334 X 182 X 287 X 466 X 86 X 296 X 547 X 523 X 338 X 199 X 704 X 616 X 300 X 355 X 8 X 317 X 559 X 592 X 21 X 177 X-9999 +USW00021504198506WDF1 130 X 40 X 70 X 20 X 70 X 40 X 60 X 80 X 80 X 30 X 350 X 20 X 70 X 110 X 110 X 130 X 40 X 360 X 80 X 100 X 70 X 30 X 60 X 100 X 100 X 90 X 110 X 80 X 290 X 70 X-9999 +USW00021504198506WDFG 45W X 45W X 90W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 360W X 270W X 45W X 90W X 135W X 90W X 45W X 90W X 90W X 45W X 45W X 45W X 45W X 90W X 135W X 90W X 90W X 90W X 270W X 90W X-9999 +USW00021504198506WSF1 54 X 58 X 45 X 40 X 54 X 45 X 54 X 54 X 58 X 54 X 45 X 58 X 45 X 58 X 80 X 63 X 63 X 54 X 54 X 72 X 54 X 45 X 58 X 63 X 58 X 63 X 72 X 45 X 54 X 67 X-9999 +USW00021504198506WSFG 103 X 77 X 72 X 77 X 72 X 72 X 72 X 82 X 72 X 77 X 62 X 67 X 62 X 87 X 108 X 77 X 72 X 87 X 87 X 98 X 87 X 77 X 77 X 87 X 87 X 82 X 93 X 72 X 62 X 98 X-9999 +USW00021504198506WT16 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198507TMAX 267 0 267 0 261 0 250 0 272 0 278 0 272 0 278 0 278 0 283 0 278 0 283 0 289 0 283 0 283 0 283 0 283 0 283 0 278 0 278 0 278 0 278 0 278 0 283 0 272 0 267 0 272 0 267 0 278 0 278 0 283 0 +USW00021504198507TMIN 194 0 200 0 211 0 217 0 206 0 194 0 206 0 217 0 206 0 206 0 194 0 194 0 194 0 222 0 200 0 200 0 222 0 228 0 217 0 189 0 200 0 200 0 189 0 211 0 217 0 217 0 206 0 206 0 206 0 206 0 194 0 +USW00021504198507PRCP 43 0 36 0 51 0 371 0 58 0 58 0 102 0 89 0 89 0 18 0 0 0 0T 0 3 0 0 0 218 0 0T 0 38 0 43 0 13 0 48 0 307 0 38 0 38 0 20 0 198 0 216 0 104 0 130 0 20 0 150 0 5 0 +USW00021504198507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198507ACMH 80 X 80 X 100 X 100 X 60 X 60 X 100 X 70 X 80 X 70 X 40 X 50 X 50 X 50 X 80 X 70 X 90 X 90 X 60 X 60 X 80 X 60 X 80 X 80 X 90 X 100 X 70 X 80 X 70 X 90 X 40 X +USW00021504198507ACSH 80 X 80 X 100 X 100 X 50 X 40 X 100 X 60 X 70 X 70 X 40 X 80 X 50 X 50 X 80 X 70 X 80 X 90 X 50 X 60 X 70 X 50 X 80 X 70 X 100 X 100 X 60 X 90 X 70 X 80 X 40 X +USW00021504198507AWND 29 X 28 X 32 X 26 X 34 X 28 X 32 X 29 X 29 X 33 X 30 X 29 X 34 X 32 X 29 X 30 X 33 X 25 X 30 X 30 X 34 X 30 X 30 X 31 X 31 X 28 X 28 X 25 X 33 X 30 X 31 X +USW00021504198507FMTM 1256 X 1656 X 1456 X 1610 X 0756 X 1554 X 1455 X 1556 X 1256 X 1555 X 1355 X 0755 X 1055 X 1655 X 1355 X 1556 X 1255 X 1555 X 1456 X 0855 X 1528 X 1456 X 1555 X 1255 X 1155 X 1017 X 1456 X 1234 X 1534 X 0255 X 1555 X +USW00021504198507PGTM 0901 X 1120 X 1455 X 1319 X 1556 X 1531 X 1516 X 1327 X 0127 X 1109 X 1553 X 1424 X 1228 X 1532 X 1107 X 1206 X 1252 X 1518 X 1318 X 0842 X 1523 X 1920 X 1551 X 1528 X 1149 X 1633 X 0029 X 0127 X 1536 X 0249 X 1530 X +USW00021504198507TSUN 238 X 283 X 13 X 0 X 513 X 479 X 10 X 458 X 325 X 274 X 563 X 269 X 582 X 527 X 414 X 385 X 157 X 165 X 441 X 501 X 298 X 639 X 443 X 277 X 88 X 49 X 470 X 74 X 379 X 361 X 607 X +USW00021504198507WDF1 310 X 90 X 120 X 240 X 280 X 70 X 90 X 50 X 60 X 90 X 80 X 80 X 80 X 60 X 50 X 90 X 100 X 120 X 20 X 340 X 120 X 40 X 70 X 100 X 110 X 40 X 70 X 60 X 70 X 110 X 90 X +USW00021504198507WDFG 270W X 360W X 135W X 90W X 360W X 45W X 90W X 45W X 270W X 90W X 45W X 45W X 90W X 45W X 45W X 90W X 90W X 90W X 45W X 360W X 90W X 360W X 45W X 90W X 90W X 45W X 90W X 225W X 90W X 90W X 90W X +USW00021504198507WSF1 45 X 40 X 54 X 45 X 58 X 58 X 67 X 45 X 54 X 63 X 54 X 54 X 58 X 58 X 45 X 54 X 76 X 58 X 45 X 54 X 63 X 54 X 63 X 54 X 58 X 40 X 40 X 54 X 76 X 45 X 67 X +USW00021504198507WSFG 67 X 72 X 67 X 62 X 67 X 82 X 82 X 72 X 77 X 98 X 67 X 57 X 77 X 77 X 72 X 87 X 93 X 72 X 72 X 67 X 87 X 77 X 87 X 67 X 77 X 72 X 72 X 87 X 98 X 87 X 77 X +USW00021504198507WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198508TMAX 294 0 278 0 267 0 272 0 272 0 272 0 272 0 278 0 278 0 278 0 300 0 278 0 278 0 278 0 278 0 256 0 294 0 278 0 294 0 283 0 278 0 267 0 272 0 283 0 283 0 272 0 283 0 278 0 278 0 267 0 267 0 +USW00021504198508TMIN 211 0 211 0 189 0 200 0 206 0 194 0 200 0 228 0 206 0 200 0 200 0 217 0 211 0 217 0 206 0 211 0 206 0 211 0 217 0 211 0 206 0 206 0 206 0 200 0 194 0 211 0 222 0 206 0 217 0 211 0 211 0 +USW00021504198508PRCP 15 0 10 0 97 0 33 0 91 0 53 0 198 0 175 0 74 0 0T 0 0T 0 30 0 8 0 56 0 89 0 43 0 0T 0 160 0 5 0 0T 0 20 0 102 0 15 0 0 0 0T 0 160 0 38 0 8 0 43 0 130 0 51 0 +USW00021504198508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198508ACMH 70 X 80 X 90 X 90 X 90 X 80 X 90 X 100 X 70 X 40 X 60 X 80 X 70 X 80 X 60 X 90 X 50 X 70 X 50 X 60 X 70 X 90 X 80 X 80 X 50 X 90 X 80 X 70 X 70 X 100 X 100 X +USW00021504198508ACSH 50 X 70 X 90 X 90 X 90 X 90 X 90 X 90 X 80 X 20 X 60 X 70 X 60 X 80 X 30 X 100 X 50 X 80 X 30 X 60 X 70 X 90 X 70 X 70 X 50 X 90 X 70 X 60 X 60 X 90 X 90 X +USW00021504198508AWND 32 X 27 X 28 X 25 X 33 X 26 X 25 X 28 X 25 X 30 X 29 X 30 X 28 X 25 X 25 X 31 X 32 X 29 X 44 X 30 X 29 X 28 X 25 X 29 X 31 X 29 X 30 X 30 X 30 X 27 X 28 X +USW00021504198508FMTM 1542 X 2155 X 1255 X 2255 X 1756 X 1348 X 2217 X 1455 X 1655 X 1155 X 1255 X 2139 X 1356 X 1355 X 0456 X 1055 X 1255 X 0955 X 1555 X 1255 X 1556 X 1357 X 0755 X 1255 X 1255 X 0913 X 1156 X 1055 X 1256 X 1401 X 1031 X +USW00021504198508PGTM 1508 X 1020 X 1251 X 1506 X 2216 X 1340 X 2039 X 0006 X 1547 X 1410 X 1245 X 1513 X 1325 X 1547 X 1242 X 1113 X 1524 X 0959 X 1350 X 1159 X 1303 X 1709 X 1913 X 1301 X 0748 X 2259 X 1305 X 1637 X 1229 X 1359 X 1314 X +USW00021504198508TSUN 542 X 265 X 163 X 301 X 160 X 149 X 167 X 81 X 123 X 620 X 324 X 347 X 437 X 316 X 518 X 19 X 421 X 129 X 552 X 255 X 415 X 113 X 159 X 371 X 519 X 106 X 419 X 367 X 543 X 129 X 71 X +USW00021504198508WDF1 80 X 360 X 50 X 270 X 70 X 60 X 150 X 110 X 60 X 20 X 70 X 270 X 50 X 100 X 220 X 10 X 110 X 120 X 120 X 60 X 360 X 20 X 270 X 70 X 90 X 70 X 70 X 90 X 10 X 90 X 70 X +USW00021504198508WDFG 90W X 360W X 45W X 45W X 180W X 45W X 90W X 45W X 45W X 45W X 90W X 45W X 45W X 45W X 90W X 360W X 90W X 135W X 135W X 90W X 45W X 45W X 180W X 90W X 225W X 225W X 45W X 45W X 360W X 90W X 360W X +USW00021504198508WSF1 76 X 45 X 54 X 45 X 54 X 45 X 45 X 63 X 40 X 45 X 67 X 40 X 58 X 45 X 40 X 67 X 89 X 58 X 98 X 54 X 40 X 54 X 40 X 58 X 63 X 58 X 54 X 45 X 45 X 63 X 45 X +USW00021504198508WSFG 93 X 82 X 72 X 62 X 87 X 67 X 82 X 144 X 62 X 67 X 103 X 72 X 72 X 57 X 62 X 93 X 118 X 72 X 113 X 82 X 77 X 67 X 57 X 87 X 82 X 77 X 72 X 62 X 67 X 67 X 72 X +USW00021504198508WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198509TMAX 267 0 272 0 278 0 283 0 278 0 278 0 278 0 278 0 294 0 289 0 294 0 283 0 283 0 300 0 283 0 289 0 278 0 283 0 278 0 278 0 272 0 272 0 289 0 283 0 283 0 272 0 283 0 278 0 278 0 272 0-9999 +USW00021504198509TMIN 211 0 206 0 206 0 200 0 200 0 217 0 200 0 194 0 211 0 200 0 200 0 200 0 194 0 200 0 222 0 206 0 217 0 222 0 222 0 206 0 200 0 189 0 194 0 206 0 194 0 206 0 206 0 211 0 206 0 194 0-9999 +USW00021504198509PRCP 13 0 191 0 48 0 18 0 33 0 3 0 3 0 10 0 0 0 0 0 122 0 13 0 0 0 3 0 175 0 0T 0 76 0 297 0 160 0 112 0 51 0 36 0 94 0 97 0 584 0 0T 0 549 0 178 0 64 0 66 0-9999 +USW00021504198509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198509ACMH 80 X 90 X 70 X 60 X 70 X 40 X 60 X 50 X 40 X 50 X 50 X 50 X 30 X 70 X 90 X 70 X 90 X 100 X 90 X 80 X 90 X 60 X 80 X 70 X 70 X 90 X 80 X 70 X 90 X 90 X-9999 +USW00021504198509ACSH 90 X 90 X 70 X 50 X 60 X 20 X 50 X 40 X 40 X 50 X 50 X 40 X 40 X 70 X 100 X 60 X 90 X 100 X 90 X 80 X 90 X 90 X 80 X 60 X 70 X 90 X 70 X 60 X 80 X 80 X-9999 +USW00021504198509AWND 28 X 31 X 27 X 30 X 30 X 36 X 37 X 25 X 26 X 26 X 28 X 27 X 30 X 32 X 29 X 30 X 26 X 24 X 34 X 26 X 25 X 33 X 40 X 27 X 32 X 27 X 32 X 27 X 28 X 32 X-9999 +USW00021504198509FMTM 1400 X 1356 X 0745 X 1255 X 1055 X 1655 X 1556 X 1357 X 1255 X 1155 X 1255 X 1256 X 1355 X 1356 X 1355 X 1346 X 0920 X 1355 X 0256 X 0455 X 1655 X 1055 X 1255 X 1455 X 1355 X 1637 X 0755 X 1555 X 1155 X 1255 X-9999 +USW00021504198509PGTM 0640 X 1944 X 0749 X 1233 X 1518 X 1638 X 1523 X 1433 X 1246 X 1214 X 1232 X 1307 X 1517 X 1334 X 1325 X 1349 X 1255 X 1615 X 0534 X 1253 X 0115 X 1054 X 1312 X 1502 X 1327 X 1537 X 0803 X 1431 X 1401 X 1412 X-9999 +USW00021504198509TSUN 83 X 158 X 200 X 418 X 404 X 612 X 502 X 420 X 441 X 377 X 423 X 498 X 525 X 361 X 73 X 503 X 144 X 395 X 73 X 437 X 196 X 198 X 336 X 432 X 266 X 115 X 386 X 245 X 278 X 442 X-9999 +USW00021504198509WDF1 360 X 60 X 70 X 70 X 70 X 330 X 360 X 360 X 70 X 360 X 70 X 70 X 360 X 50 X 130 X 70 X 230 X 90 X 100 X 70 X 30 X 140 X 80 X 60 X 100 X 180 X 230 X 50 X 40 X 350 X-9999 +USW00021504198509WDFG 225W X 270W X 90W X 90W X 360W X 360W X 360W X 45W X 45W X 360W X 90W X 90W X 360W X 45W X 90W X 90W X 45W X 45W X 45W X 45W X 180W X 135W X 90W X 45W X 90W X 135W X 135W X 45W X 45W X 45W X-9999 +USW00021504198509WSF1 45 X 58 X 58 X 54 X 45 X 63 X 63 X 54 X 40 X 45 X 58 X 45 X 54 X 58 X 72 X 63 X 45 X 45 X 76 X 45 X 36 X 67 X 72 X 40 X 63 X 63 X 63 X 54 X 45 X 45 X-9999 +USW00021504198509WSFG 67 X 62 X 67 X 82 X 67 X 82 X 82 X 62 X 62 X 62 X 93 X 67 X 62 X 62 X 87 X 87 X 93 X 67 X 98 X 67 X 62 X 72 X 98 X 67 X 87 X 67 X 82 X 77 X 67 X 72 X-9999 +USW00021504198509WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198509WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198510TMAX 267 0 278 0 267 0 272 0 261 0 278 0 256 0 267 0 272 0 261 0 244 0 272 0 267 0 272 0 267 0 289 0 283 0 267 0 289 0 278 0 267 0 278 0 283 0 239 0 256 0 267 0 267 0 267 0 267 0 261 0 256 0 +USW00021504198510TMIN 206 0 194 0 183 0 183 0 206 0 211 0 206 0 217 0 206 0 200 0 189 0 178 0 189 0 200 0 206 0 194 0 217 0 222 0 211 0 211 0 211 0 206 0 206 0 211 0 206 0 206 0 206 0 200 0 194 0 194 0 167 0 +USW00021504198510PRCP 157 0 0 0 0 0 0 0 30 0 74 0 188 0 140 0 51 0 56 0 41 0 13 0 0T 0 157 0 3 0 0T 0 10 0 8 0 5 0 3 0 0T 0 25 0 333 0 648 0 28 0 30 0 23 0 0T 0 36 0 15 0 8 0 +USW00021504198510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198510ACMH 90 X 70 X 80 X 30 X 90 X 70 X 100 X 100 X 100 X 90 X 90 X 60 X 70 X 70 X 80 X 40 X 90 X 90 X 90 X 70 X 70 X 80 X 80 X 100 X 100 X 100 X 100 X 80 X 80 X 70 X 60 X +USW00021504198510ACSH 90 X 80 X 100 X 30 X 100 X 70 X 100 X 100 X 100 X 90 X 100 X 70 X 70 X 70 X 70 X 50 X 100 X 100 X 100 X 100 X 80 X 90 X 70 X 100 X 100 X 100 X 100 X 60 X 90 X 50 X 70 X +USW00021504198510AWND 28 X 29 X 26 X 32 X 21 X 24 X 28 X 25 X 23 X 28 X 27 X 28 X 25 X 28 X 23 X 37 X 45 X 31 X 33 X 27 X 21 X 26 X 29 X 29 X 21 X 19 X 31 X 40 X 30 X 29 X 28 X +USW00021504198510FMTM 1155 X 2055 X 0555 X 1355 X 0856 X 1655 X 1256 X 1455 X 0556 X 0840 X 1057 X 1355 X 1955 X 1255 X 1255 X 1355 X 1355 X 0856 X 1455 X 1039 X 1456 X 1056 X 1356 X 1304 X 1255 X 1655 X 1755 X 1155 X 1247 X 0855 X 2256 X +USW00021504198510PGTM 1304 X 1048 X 0742 X 1402 X 2019 X 1355 X 1056 X 1237 X 0551 X 0625 X 0217 X 1450 X 1148 X 1547 X 1243 X 1357 X 1410 X 0107 X 0008 X 1036 X 1403 X 2005 X 1411 X 1300 X 1136 X 1808 X 1754 X 1639 X 0023 X 0411 X 1003 X +USW00021504198510TSUN 97 X 285 X 58 X 575 X 30 X 273 X 0 X 25 X 2 X 68 X 2 X 249 X 124 X 392 X 166 X 300 X 25 X 12 X 59 X 11 X 109 X 264 X 285 X 0 X 41 X 76 X 133 X 413 X 223 X 341 X 161 X +USW00021504198510WDF1 280 X 230 X 230 X 10 X 240 X 70 X 240 X 70 X 270 X 240 X 360 X 30 X 110 X 30 X 20 X 110 X 150 X 140 X 120 X 100 X 60 X 100 X 100 X 100 X 220 X 240 X 60 X 360 X 350 X 310 X 100 X +USW00021504198510WDFG 360W X 45W X 225W X 360W X 315W X 90W X 90W X 45W X 270W X 90W X 360W X 360W X 45W X 90W X 360W X 90W X 135W X 180W X 135W X 90W X 45W X 225W X 90W X 360W X 180W X 225W X 45W X 45W X 270W X 45W X 45W X +USW00021504198510WSF1 54 X 40 X 45 X 45 X 54 X 40 X 40 X 58 X 45 X 40 X 54 X 45 X 36 X 58 X 45 X 72 X 103 X 76 X 80 X 63 X 36 X 45 X 63 X 54 X 36 X 31 X 58 X 72 X 58 X 45 X 63 X +USW00021504198510WSFG 77 X 62 X 46 X 72 X 67 X 62 X 62 X 87 X 67 X 82 X 87 X 62 X 67 X 72 X 77 X 93 X 144 X 103 X 108 X 93 X 51 X 72 X 87 X 67 X 72 X 57 X 72 X 108 X 72 X 93 X 93 X +USW00021504198510WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198510WT16 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198511TMAX 261 0 267 0 267 0 267 0 261 0 267 0 283 0 289 0 294 0 278 0 278 0 272 0 261 0 278 0 267 0 267 0 289 0 322 0 272 0 261 0 267 0 278 0 267 0 261 0 267 0 233 0 250 0 261 0 261 0 272 0-9999 +USW00021504198511TMIN 167 0 172 0 167 0 178 0 178 0 194 0 178 0 189 0 189 0 189 0 189 0 178 0 189 0 189 0 189 0 194 0 200 0 183 0 211 0 217 0 211 0 206 0 189 0 194 0 194 0 189 0 150 0 144 0 178 0 161 0-9999 +USW00021504198511PRCP 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 5 0 0 0 0T 0 0 0 500 0 351 0 0T 0 0 0 188 0 58 0 5 0 8 0 0 0 10 0 15 0 0T 0 43 0 0 0 0 0 0 0-9999 +USW00021504198511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198511ACMH 30 X 30 X 50 X 90 X 80 X 90 X 60 X 60 X 30 X 40 X 30 X 50 X 90 X 30 X 70 X 70 X 60 X 40 X 80 X 90 X 90 X 70 X 40 X 80 X 90 X 90 X 60 X 40 X 50 X 30 X-9999 +USW00021504198511ACSH 20 X 30 X 50 X 90 X 80 X 100 X 40 X 70 X 10 X 60 X 40 X 60 X 100 X 30 X 70 X 80 X 60 X 20 X 70 X 90 X 80 X 70 X 50 X 80 X 90 X 100 X 70 X 30 X 60 X 10 X-9999 +USW00021504198511AWND 33 X 30 X 32 X 30 X 27 X 21 X 37 X 33 X 28 X 26 X 31 X 31 X 25 X 19 X 25 X 30 X 26 X 32 X 25 X 22 X 17 X 24 X 21 X 25 X 41 X 57 X 26 X 24 X 26 X 23 X-9999 +USW00021504198511FMTM 1255 X 1355 X 1656 X 1055 X 1655 X 1355 X 1455 X 1455 X 1455 X 1555 X 1555 X 0655 X 0455 X 1355 X 1755 X 0256 X 1356 X 1056 X 0325 X 0955 X 1155 X 1455 X 1055 X 1255 X 2356 X 0157 X 1255 X 1355 X 1455 X 1355 X-9999 +USW00021504198511PGTM 1336 X 0908 X 1726 X 1112 X 1511 X 1405 X 1423 X 1336 X 1436 X 1445 X 1248 X 1253 X 1040 X 1224 X 1248 X 0306 X 1408 X 1135 X 0323 X 1001 X 0234 X 1132 X 1053 X 1207 X 2335 X 0259 X 1536 X 1240 X 1451 X 1411 X-9999 +USW00021504198511TSUN 510 X 429 X 401 X 302 X 219 X 71 X 374 X 189 X 605 X 391 X 503 X 559 X 316 X 601 X 294 X 444 X 250 X 456 X 393 X 157 X 83 X 234 X 122 X 147 X 276 X 0 X 208 X 465 X 419 X 596 X-9999 +USW00021504198511WDF1 350 X 20 X 360 X 360 X 110 X 10 X 100 X 100 X 70 X 70 X 60 X 230 X 230 X 20 X 180 X 70 X 120 X 150 X 190 X 360 X 20 X 120 X 90 X 150 X 350 X 350 X 60 X 360 X 20 X 70 X-9999 +USW00021504198511WDFG 360W X 360W X 360W X 360W X 90W X 360W X 90W X 135W X 90W X 90W X 90W X 45W X 45W X 360W X 180W X 45W X 135W X 135W X 180W X 360W X 315W X 90W X 90W X 90W X 360W X 360W X 180W X 360W X 360W X 45W X-9999 +USW00021504198511WSF1 54 X 45 X 40 X 45 X 40 X 40 X 76 X 76 X 63 X 36 X 40 X 45 X 40 X 63 X 45 X 72 X 67 X 67 X 94 X 45 X 36 X 54 X 40 X 40 X 80 X 103 X 40 X 40 X 40 X 36 X-9999 +USW00021504198511WSFG 82 X 72 X 82 X 77 X 72 X 62 X 103 X 98 X 77 X 51 X 77 X 57 X 57 X 87 X 93 X 103 X 93 X 103 X 159 X 67 X 51 X 72 X 46 X 67 X 129 X 139 X 77 X 72 X 62 X 57 X-9999 +USW00021504198511WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00021504198511WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00021504198512TMAX 233 0 244 0 239 0 244 0 267 0 272 0 278 0 278 0 278 0 267 0 272 0 256 0 261 0 261 0 267 0 261 0 250 0 261 0 256 0 261 0 278 0 278 0 289 0 283 0 228 0 244 0 244 0 250 0 256 0 244 0 250 0 +USW00021504198512TMIN 200 0 189 0 200 0 194 0 172 0 183 0 167 0 178 0 178 0 183 0 183 0 194 0 183 0 172 0 161 0 172 0 178 0 167 0 178 0 156 0 178 0 183 0 167 0 183 0 200 0 178 0 189 0 194 0 189 0 156 0 194 0 +USW00021504198512PRCP 127 0 25 0 71 0 36 0 0 0 0T 0 0 0 0T 0 0 0 3 0 208 0 8 0 15 0 5 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 51 0 43 0 38 0 0T 0 23 0 +USW00021504198512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198512ACMH 100 X 100 X 100 X 100 X 90 X 80 X 20 X 30 X 30 X 30 X 60 X 80 X 60 X 40 X 30 X 70 X 90 X 60 X 40 X 40 X 50 X 30 X 20 X 30 X 100 X 90 X 90 X 90 X 80 X 40 X 70 X +USW00021504198512ACSH 100 X 100 X 100 X 100 X 80 X 90 X 10 X 10 X 20 X 30 X 60 X 80 X 50 X 20 X 30 X 70 X 80 X 50 X 30 X 20 X 60 X 40 X 40 X 20 X 100 X 90 X 70 X 80 X 80 X 20 X 60 X +USW00021504198512AWND 45 X 21 X 27 X 24 X 31 X 34 X 22 X 32 X 23 X 27 X 32 X 26 X 32 X 24 X 25 X 21 X 19 X 25 X 26 X 27 X 33 X 36 X 31 X 28 X 48 X 30 X 27 X 26 X 33 X 42 X 43 X +USW00021504198512FMTM 0255 X 0955 X 1055 X 1756 X 1357 X 1255 X 1356 X 1655 X 1355 X 1155 X 1155 X 1455 X 1356 X 0155 X 1555 X 2245 X 1556 X 1556 X 1356 X 1455 X 1555 X 1255 X 1456 X 1455 X 0055 X 1555 X 2155 X 2356 X 1456 X 1956 X 0109 X +USW00021504198512PGTM 0749 X 0437 X 0908 X 1720 X 1234 X 1339 X 1311 X 1712 X 1207 X 1334 X 1255 X 1326 X 1458 X 1059 X 1503 X 1443 X 1528 X 1158 X 1340 X 1209 X 1554 X 1251 X 1127 X 0352 X 0120 X 2311 X 0116 X 1523 X 1010 X 1941 X 0331 X +USW00021504198512TSUN 0 X 10 X 7 X 83 X 355 X 328 X 562 X 531 X 409 X 453 X 445 X 178 X 453 X 374 X 468 X 212 X 104 X 404 X 379 X 411 X 367 X 432 X 399 X 490 X 0 X 79 X 359 X 330 X 280 X 570 X 384 X +USW00021504198512WDF1 40 X 280 X 340 X 110 X 90 X 130 X 30 X 130 X 120 X 360 X 80 X 340 X 10 X 240 X 140 X 220 X 10 X 90 X 70 X 360 X 130 X 100 X 120 X 350 X 360 X 360 X 300 X 30 X 10 X 30 X 40 X +USW00021504198512WDFG 90W X 270W X 45W X 90W X 90W X 135W X 45W X 135W X 90W X 360W X 90W X 360W X 360W X 45W X 135W X 315W X 360W X 90W X 90W X 90W X 135W X 90W X 90W X 180W X 360W X 45W X 315W X 45W X 45W X 45W X 360W X +USW00021504198512WSF1 72 X 45 X 54 X 54 X 54 X 58 X 40 X 58 X 45 X 40 X 67 X 45 X 54 X 40 X 54 X 36 X 36 X 54 X 45 X 40 X 94 X 76 X 72 X 63 X 89 X 63 X 45 X 45 X 58 X 67 X 72 X +USW00021504198512WSFG 113 X 62 X 82 X 57 X 72 X 82 X 62 X 77 X 67 X 51 X 82 X 72 X 67 X 57 X 77 X 46 X 57 X 82 X 51 X 57 X 103 X 108 X 93 X 87 X 123 X 67 X 77 X 82 X 82 X 103 X 103 X +USW00021504198512WT16 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198601TMAX 250 0 244 0 250 0 250 0 267 0 261 0 228 0 244 0 233 0 256 0 261 0 256 0 250 0 261 0 267 0 294 0 272 0 244 0 267 0 267 0 256 0 272 0 272 0 278 0 256 0 256 0 256 0 256 0 256 0 278 0 272 0 +USW00021504198601TMIN 178 0 178 0 178 0 161 0 183 0 183 0 194 0 194 0 194 0 172 0 183 0 178 0 167 0 167 0 161 0 172 0 167 0 178 0 178 0 183 0 178 0 167 0 172 0 161 0 183 0 194 0 189 0 167 0 156 0 150 0 156 0 +USW00021504198601PRCP 18 0 51 0 66 0 41 0 3 0 5 0 206 0 417 0 178 0 3 0 15 0 0T 0 0 0 0 0 0 0 0 0 0 0 23 0 15 0 23 0 41 0 10 0 0T 0 0 0 13 0 132 0 0 0 0 0 0T 0 0 0 0 0 +USW00021504198601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198601ACMH 80 X 90 X 70 X 60 X 80 X 60 X 100 X 100 X 100 X 50 X 70 X 90 X 40 X 40 X 20 X 30 X 20 X 80 X 70 X 50 X 70 X 50 X 30 X 40 X 80 X 90 X 70 X 50 X 50 X 20 X 30 X +USW00021504198601ACSH 80 X 100 X 40 X 40 X 60 X 50 X 100 X 100 X 100 X 40 X 50 X 100 X 30 X 40 X 20 X 20 X 20 X 100 X 80 X 50 X 90 X 40 X 30 X 30 X 70 X 70 X 80 X 40 X 80 X 30 X 30 X +USW00021504198601AWND 41 X 34 X 24 X 31 X 23 X 35 X 33 X 26 X 31 X 26 X 30 X 32 X 29 X 36 X 36 X 46 X 28 X 27 X 33 X 37 X 29 X 34 X 31 X 23 X 25 X 22 X 35 X 30 X 23 X 32 X 31 X +USW00021504198601FMTM 0356 X 1956 X 0956 X 1855 X 1456 X 1636 X 0639 X 1255 X 0856 X 1156 X 2055 X 1555 X 2055 X 1455 X 1455 X 1555 X 1456 X 1055 X 1155 X 1255 X 1455 X 0655 X 1255 X 1255 X 1155 X 1355 X 0255 X 1356 X 1456 X 1457 X 1457 X +USW00021504198601PGTM 0403 X 1816 X 0014 X 1909 X 1512 X 1619 X 0902 X 1503 X 0312 X 1151 X 2059 X 1001 X 2316 X 1514 X 1353 X 1628 X 1336 X 1040 X 1143 X 1427 X 1523 X 1401 X 1250 X 1338 X 1234 X 0440 X 0305 X 1037 X 1500 X 1233 X 1344 X +USW00021504198601TSUN 236 X 158 X 359 X 349 X 381 X 346 X 98 X 118 X 7 X 384 X 275 X 100 X 615 X 419 X 430 X 499 X 470 X 13 X 78 X 260 X 213 X 437 X 298 X 359 X 269 X 183 X 156 X 364 X 138 X 197 X 214 X +USW00021504198601WDF1 360 X 40 X 360 X 280 X 90 X 350 X 50 X 20 X 360 X 90 X 350 X 350 X 230 X 110 X 120 X 130 X 350 X 60 X 130 X 80 X 60 X 240 X 110 X 30 X 20 X 60 X 350 X 20 X 120 X 100 X 30 X +USW00021504198601WDFG 360W X 360W X 360W X 270W X 90W X 360W X 45W X 360W X 360W X 90W X 360W X 360W X 225W X 90W X 90W X 135W X 360W X 45W X 135W X 90W X 45W X 90W X 90W X 360W X 45W X 315W X 360W X 360W X 135W X 90W X 360W X +USW00021504198601WSF1 72 X 54 X 40 X 67 X 54 X 63 X 67 X 58 X 58 X 45 X 58 X 67 X 49 X 58 X 72 X 98 X 63 X 45 X 72 X 72 X 45 X 58 X 58 X 40 X 45 X 45 X 67 X 54 X 45 X 67 X 40 X +USW00021504198601WSFG 103 X 82 X 67 X 93 X 67 X 93 X 77 X 77 X 98 X 62 X 82 X 87 X 62 X 93 X 87 X 118 X 77 X 72 X 93 X 103 X 93 X 87 X 77 X 57 X 62 X 77 X 93 X 77 X 62 X 82 X 72 X +USW00021504198601WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504198601WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00021504198602TMAX 278 0 278 0 289 0 272 0 283 0 289 0 289 0 278 0 306 0 272 0 289 0 300 0 261 0 306 0 300 0 322 0 267 0 261 0 272 0 272 0 306 0 294 0 278 0 272 0 283 0 256 0 283 0 306 0-9999 -9999 -9999 +USW00021504198602TMIN 156 0 178 0 178 0 161 0 167 0 189 0 183 0 178 0 183 0 183 0 172 0 183 0 161 0 183 0 183 0 167 0 150 0 172 0 183 0 183 0 206 0 167 0 183 0 189 0 183 0 200 0 178 0 178 0-9999 -9999 -9999 +USW00021504198602PRCP 3 0 0T 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 58 0 0T 0 5 0 51 0 0T 0 0 0 0 0 25 0 3 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198602ACMH 30 X 60 X 40 X 30 X 20 X 60 X 50 X 40 X 30 X 60 X 40 X 40 X 50 X 60 X 30 X 50 X 70 X 70 X 90 X 80 X 40 X 0 X 40 X 60 X 50 X 100 X 40 X 0 X-9999 -9999 -9999 +USW00021504198602ACSH 30 X 80 X 50 X 40 X 20 X 50 X 60 X 30 X 30 X 40 X 20 X 50 X 30 X 30 X 10 X 50 X 70 X 70 X 90 X 80 X 30 X 0 X 30 X 70 X 50 X 100 X 40 X 0 X-9999 -9999 -9999 +USW00021504198602AWND 33 X 37 X 34 X 33 X 35 X 36 X 35 X 25 X 34 X 32 X 29 X 30 X 43 X 35 X 35 X 57 X 27 X 32 X 34 X 34 X 50 X 32 X 35 X 26 X 40 X 29 X 29 X 37 X-9999 -9999 -9999 +USW00021504198602FMTM 1256 X 1455 X 1356 X 1739 X 1355 X 1255 X 1555 X 1356 X 1255 X 1355 X 1455 X 1556 X 1156 X 1356 X 1956 X 0657 X 1055 X 1247 X 1256 X 1256 X 1555 X 1356 X 1942 X 1555 X 1756 X 0355 X 1355 X 1255 X-9999 -9999 -9999 +USW00021504198602PGTM 1348 X 1631 X 1400 X 1735 X 1339 X 1309 X 1613 X 1322 X 1343 X 1409 X 1453 X 1547 X 1152 X 1437 X 2051 X 0538 X 1038 X 1248 X 1426 X 1215 X 1625 X 1259 X 2103 X 1358 X 1839 X 0430 X 1411 X 1337 X-9999 -9999 -9999 +USW00021504198602TSUN 169 X 154 X 366 X 441 X 500 X 436 X 492 X 503 X 480 X 438 X 559 X 468 X 470 X 514 X 604 X 451 X 204 X 178 X 359 X 234 X 658 X 692 X 543 X 287 X 456 X 130 X 419 X 662 X-9999 -9999 -9999 +USW00021504198602WDF1 90 X 120 X 90 X 360 X 120 X 110 X 100 X 40 X 110 X 350 X 60 X 310 X 360 X 340 X 330 X 270 X 110 X 50 X 130 X 90 X 140 X 30 X 360 X 350 X 20 X 350 X 50 X 120 X-9999 -9999 -9999 +USW00021504198602WDFG 90W X 90W X 90W X 360W X 135W X 90W X 90W X 45W X 90W X-9999 45W X 315W X 360W X 315W X 360W X 270W X 90W X 45W X 90W X 90W X 135W X 360W X 360W X 360W X 360W X 360W X 45W X 90W X-9999 -9999 -9999 +USW00021504198602WSF1 63 X 89 X 80 X 72 X 72 X 76 X 63 X 40 X 63 X 63 X 45 X 72 X 76 X 80 X 54 X 156 X 63 X 54 X 72 X 76 X 112 X 63 X 45 X 54 X 67 X 58 X 54 X 94 X-9999 -9999 -9999 +USW00021504198602WSFG 98 X 108 X 103 X 144 X 87 X 93 X 82 X 62 X 87 X 98 X 67 X 200 X 108 X 113 X 77 X 247 X 77 X 67 X 93 X 93 X 134 X 77 X 62 X 77 X 118 X 77 X 77 X 108 X-9999 -9999 -9999 +USW00021504198602WT16 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198603TMAX 283 0 272 0 278 0 289 0 283 0 289 0 300 0 306 0 306 0 306 0 300 0 294 0 289 0 250 0 294 0 272 0 283 0 272 0 272 0 250 0 261 0 261 0 272 0 283 0 278 0 278 0 261 0 261 0 272 0 272 0 272 0 +USW00021504198603TMIN 172 0 200 0 178 0 189 0 167 0 183 0 206 0 189 0 217 0 183 0 194 0 206 0 206 0 194 0 200 0 200 0 194 0 194 0 189 0 183 0 200 0 206 0 211 0 200 0 189 0 211 0 200 0 178 0 194 0 206 0 200 0 +USW00021504198603PRCP 0 0 102 0 0 0 0 0 0 0 8 0 0T 0 0 0 3 0 0 0 0T 0 43 0 216 0 417 0 5 0 912 0 94 0 0T 0 5 0 437 0 394 0 714 0 191 0 43 0 0 0 0 0 91 0 48 0 97 0 8 0 79 0 +USW00021504198603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198603ACMH 40 X 80 X 30 X 40 X 0 X 50 X 30 X 40 X 80 X 30 X 40 X 40 X 80 X 90 X 80 X 90 X 90 X 80 X 80 X 80 X 100 X 100 X 80 X 70 X 90 X 90 X 90 X 90 X 80 X 70 X 80 X +USW00021504198603ACSH 30 X 90 X 30 X 20 X 0 X 60 X 20 X 50 X 80 X 30 X 60 X 30 X 90 X 100 X 70 X 100 X 80 X 90 X 80 X 90 X 90 X 100 X 90 X 70 X 100 X 90 X 90 X 90 X 70 X 70 X 90 X +USW00021504198603AWND 30 X 29 X 27 X 36 X 36 X 31 X 33 X 37 X 36 X 41 X 35 X 32 X 34 X 31 X 34 X 28 X 28 X 35 X 35 X 28 X 24 X 33 X 30 X 34 X 29 X 29 X 30 X 27 X 35 X 36 X 28 X +USW00021504198603FMTM 1533 X 1255 X 1456 X 1655 X 1356 X 1255 X 1056 X 1256 X 1156 X 1256 X 1155 X 1357 X 0411 X 0343 X 1456 X 1647 X 1155 X 1556 X 1756 X 2155 X 1357 X 1155 X 1355 X 1356 X 1356 X 1255 X 1357 X 1055 X 1355 X 1355 X 1455 X +USW00021504198603PGTM 1220 X 1314 X 1420 X 1140 X 1329 X 1239 X 1336 X 1318 X 1221 X 1304 X 1159 X 1303 X 0405 X 1122 X 1435 X 1659 X-9999 0951 X 1418 X 2234 X 1619 X 1249 X 1257 X 1218 X 1227 X 1328 X 1430 X 1515 X 1501 X 1327 X 1359 X +USW00021504198603TSUN 569 X 385 X 540 X 492 X 628 X 435 X 606 X 537 X 366 X 534 X 545 X 610 X 532 X 140 X 531 X 251 X 248 X 516 X 586 X 91 X 208 X 104 X 185 X 532 X 635 X 335 X 175 X 111 X 340 X 471 X 334 X +USW00021504198603WDF1 350 X 10 X 350 X 110 X 350 X 30 X 60 X 80 X 60 X 70 X 120 X 40 X 190 X 180 X 120 X 250 X 100 X 360 X 360 X 290 X 310 X 80 X 90 X 90 X 360 X 350 X 60 X 50 X 90 X 70 X 60 X +USW00021504198603WDFG 360W X 360W X 360W X 90W X 360W X 45W X 45W X 90W X 90W X 90W X 135W X 45W X 180W X 225W X 90W X 180W X-9999 360W X 360W X 225W X 45W X 360W X 135W X 90W X 360W X 360W X 45W X 45W X 90W X 90W X 45W X +USW00021504198603WSF1 54 X 54 X 54 X 63 X 72 X 63 X 63 X 72 X 63 X 76 X 89 X 58 X 67 X 45 X 63 X 58 X 76 X 54 X 54 X 63 X 45 X 54 X 58 X 63 X 40 X 54 X 58 X 45 X 80 X 67 X 58 X +USW00021504198603WSFG 72 X 72 X 72 X 93 X 108 X 77 X 77 X 93 X 87 X 98 X 103 X 72 X 77 X 82 X 82 X 82 X-9999 72 X 87 X 98 X 72 X 77 X 108 X 98 X 67 X 67 X 82 X 62 X 103 X 103 X 82 X +USW00021504198603WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198603WT16-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00021504198604TMAX 278 0 278 0 272 0 228 0 256 0 233 0 272 0 267 0 228 0 233 0 256 0 272 0 256 0 261 0 256 0 272 0 294 0 306 0 289 0 289 0 283 0 283 0 272 0 278 0 278 0 283 0 256 0 283 0 278 0 272 0-9999 +USW00021504198604TMIN 183 0 183 0 183 0 189 0 194 0 194 0 194 0 183 0 200 0 206 0 200 0 200 0 200 0 200 0 194 0 200 0 183 0 194 0 183 0 183 0 194 0 194 0 194 0 194 0 194 0 194 0 189 0 194 0 189 0 194 0-9999 +USW00021504198604PRCP 20 0 51 0 1565 0 1102 0 1257 0 1021 0 584 0 665 0 1003 0 1638 0 378 0 89 0 150 0 114 0 69 0 18 0 0 0 0 0 117 0 140 0 76 0 25 0 173 0 185 0 36 0 170 0 198 0 15 0 48 0 74 0-9999 +USW00021504198604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198604ACMH 70 X 50 X 80 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 90 X 100 X 90 X 90 X 90 X 70 X 30 X 50 X 80 X 80 X 70 X 90 X 100 X 90 X 90 X 90 X 80 X 80 X 80 X-9999 +USW00021504198604ACSH 60 X 50 X 80 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 80 X 100 X 80 X 100 X 100 X 100 X 30 X 50 X 60 X 70 X 60 X 90 X 90 X 80 X 80 X 100 X 80 X 80 X 80 X-9999 +USW00021504198604AWND 38 X 30 X 30 X 32 X 19 X 23 X 35 X 42 X 33 X 51 X 37 X 26 X 21 X 22 X 20 X 26 X 33 X 32 X 34 X 36 X 38 X 39 X 33 X 37 X 35 X 37 X 30 X 44 X 44 X 41 X-9999 +USW00021504198604FMTM 1356 X 1356 X 1232 X 2055 X 0917 X 1156 X 1755 X 1632 X 2214 X 1055 X 1355 X 1257 X 1155 X 1357 X 1355 X 1556 X 1255 X 1355 X 1556 X 1355 X 1555 X 1842 X 0919 X 1525 X 1344 X 1355 X 1455 X 1455 X 1356 X 1256 X-9999 +USW00021504198604PGTM 1323 X 2154 X 2343 X 0051 X 0916 X 1157 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1503 X 1317 X 1330 X 1330 X 1528 X 1521 X 1357 X 2032 X 1432 X 1309 X 1901 X 1540 X-9999 +USW00021504198604TSUN 403 X 547 X 197 X 1 X 97 X 8 X 231 X 116 X 0 X 0 X 0 X 235 X 0 X 82 X 4 X 13 X 31 X 369 X 341 X 313 X 326 X 309 X 150 X 101 X 79 X 259 X 15 X 342 X 160 X 436 X-9999 +USW00021504198604WDF1 70 X 70 X 60 X 200 X 130 X 60 X 30 X 70 X 80 X 70 X 70 X 50 X 80 X 30 X 230 X 110 X 110 X 80 X 90 X 100 X 90 X 80 X 70 X 100 X 90 X 60 X 60 X 60 X 10 X 30 X-9999 +USW00021504198604WDFG 90W X 45W X 45W X 315W X 135W X 45W X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 90W X 90W X 45W X 45W X 90W X 90W X 90W X 135W X 45W X 45W X 45W X 360W X-9999 +USW00021504198604WSF1 89 X 45 X 76 X 63 X 63 X 54 X 67 X 103 X 103 X 89 X 63 X 67 X 45 X 54 X 40 X 40 X 67 X 72 X 63 X 76 X 67 X 80 X 89 X 80 X 76 X 80 X 54 X 89 X 67 X 76 X-9999 +USW00021504198604WSFG 103 X 72 X 103 X 108 X 72 X 77 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 93 X 139 X 103 X 98 X 103 X 118 X 93 X 113 X 98 X 113 X 77 X 93 X-9999 +USW00021504198604WT03-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198604WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198605TMAX 250 0 283 0 283 0 289 0 294 0 278 0 278 0 294 0 283 0 283 0 278 0 289 0 294 0 278 0 267 0 294 0 294 0 306 0 272 0 272 0 294 0 294 0 294 0 294 0 294 0 261 0 294 0 289 0 289 0 244 0 244 0 +USW00021504198605TMIN 200 0 172 0 178 0 194 0 183 0 200 0 194 0 206 0 211 0 211 0 194 0 211 0 194 0 200 0 200 0 206 0 206 0 200 0 200 0 200 0 200 0 206 0 183 0 194 0 211 0 200 0 206 0 217 0 206 0 194 0 200 0 +USW00021504198605PRCP 419 0 18 0 0T 0 36 0 0T 0 137 0 76 0 18 0 455 0 94 0 94 0 10 0 13 0 30 0 69 0 20 0 5 0 3 0 69 0 28 0 3 0 0T 0 0 0 0T 0 10 0 5 0 10 0 0 0 124 0 437 0 5 0 +USW00021504198605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198605ACMH 90 X 80 X 40 X 60 X 60 X 100 X 100 X 80 X 80 X 100 X 80 X 70 X 50 X 70 X 100 X 80 X 70 X 60 X 80 X 90 X 60 X 90 X 60 X 60 X 60 X 100 X 90 X 80 X 90 X 100 X 100 X +USW00021504198605ACSH 100 X 100 X 30 X 70 X 60 X 100 X 100 X 90 X 80 X 100 X 90 X 70 X 40 X 80 X 100 X 60 X 60 X 50 X 90 X 80 X 50 X 80 X 50 X 50 X 60 X 100 X 70 X 60 X 80 X 100 X 100 X +USW00021504198605AWND 31 X 39 X 35 X 37 X 38 X 35 X 31 X 45 X 46 X 46 X 26 X 49 X 43 X 42 X 42 X 41 X 36 X 39 X 34 X 32 X 39 X 30 X 30 X 27 X 42 X 42 X 40 X 52 X 55 X 55 X 38 X +USW00021504198605FMTM 1655 X 1355 X 1356 X 1355 X 1355 X 1457 X 1655 X 1455 X 1055 X 1555 X 0955 X 1555 X 1255 X 1655 X 1356 X 1455 X 1455 X 1356 X 1055 X 1655 X 1956 X 1155 X 1155 X 1155 X 2055 X 1456 X 1056 X 1255 X 2055 X 0655 X 1155 X +USW00021504198605PGTM 1107 X 1210 X 1441 X 1337 X 1355 X 1526 X 1614 X 1742 X 1520 X 1136 X 1028 X 1553 X 1159 X 1458 X 1340 X 1849 X 1457 X 1317 X 0408 X 1224 X 1127 X 1215 X 1027 X 1207 X 2115 X 1458 X 1604 X 1613 X 2302 X 0702 X 0314 X +USW00021504198605TSUN 7 X 373 X 657 X 687 X 633 X 54 X 43 X 193 X 184 X 39 X 158 X 282 X 577 X 104 X 22 X 411 X 468 X 540 X 7 X 105 X 443 X 78 X 327 X 449 X 578 X 26 X 273 X 438 X 282 X 0 X 4 X +USW00021504198605WDF1 40 X 60 X 20 X 60 X 50 X 100 X 100 X 110 X 130 X 70 X 90 X 110 X 90 X 100 X 170 X 100 X 110 X 80 X 240 X 100 X 230 X 90 X 40 X 10 X 360 X 350 X 30 X 360 X 20 X 350 X 330 X +USW00021504198605WDFG 315W X 45W X 360W X 45W X 45W X 90W X 90W X 135W X 135W X 90W X 90W X 90W X 90W X 90W X 135W X 90W X 90W X 90W X 180W X 90W X 90W X 90W X 90W X 360W X 360W X 360W X 360W X 360W X 360W X 360W X 315W X +USW00021504198605WSF1 58 X 76 X 67 X 63 X 72 X 72 X 58 X 94 X 76 X 89 X 80 X 94 X 80 X 63 X 94 X 80 X 76 X 76 X 72 X 63 X 63 X 67 X 58 X 63 X 80 X 80 X 67 X 112 X 94 X 103 X 58 X +USW00021504198605WSFG 77 X 98 X 72 X 98 X 118 X 103 X 77 X 118 X 118 X 113 X 108 X 118 X 108 X 108 X 129 X 108 X 108 X 118 X 118 X 98 X 93 X 113 X 82 X 72 X 98 X 108 X 103 X 129 X 129 X 123 X 87 X +USW00021504198605WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198605WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 +USW00021504198606TMAX 261 0 278 0 278 0 294 0 289 0 289 0 278 0 294 0 300 0 306 0 306 0 311 0 300 0 300 0 283 0 294 0 289 0 289 0 283 0 300 0 283 0 289 0 294 0 306 0 294 0 294 0 294 0 300 0 289 0 289 0-9999 +USW00021504198606TMIN 200 0 194 0 194 0 189 0 211 0 211 0 194 0 194 0 194 0 200 0 189 0 211 0 183 0 206 0 200 0 206 0 200 0 206 0 211 0 206 0 211 0 206 0 206 0 217 0 217 0 206 0 211 0 217 0 200 0 211 0-9999 +USW00021504198606PRCP 0T 0 28 0 81 0 41 0 0T 0 18 0 234 0 18 0 0T 0 0T 0 0T 0 3 0 175 0 86 0 211 0 46 0 66 0 229 0 117 0 107 0 279 0 51 0 66 0 58 0 135 0 0T 0 109 0 3 0 53 0 102 0-9999 +USW00021504198606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198606ACMH 90 X 100 X 80 X 70 X 70 X 60 X 80 X 60 X 50 X 40 X 30 X 60 X 80 X 70 X 90 X 70 X 80 X 90 X 90 X 80 X 90 X 90 X 100 X 80 X 90 X 60 X 70 X 50 X 90 X 100 X-9999 +USW00021504198606ACSH 100 X 90 X 80 X 60 X 70 X 50 X 90 X 50 X 50 X 50 X 30 X 60 X 80 X 60 X 90 X 60 X 80 X 90 X 90 X 60 X 90 X 90 X 100 X 70 X 80 X 60 X 60 X 50 X 90 X 100 X-9999 +USW00021504198606AWND 36 X 36 X 36 X 44 X 41 X 35 X 35 X 35 X 43 X 35 X 39 X 35 X 37 X 33 X 39 X 45 X 38 X 32 X 42 X 33 X 33 X 31 X 38 X 31 X 38 X 35 X 38 X 34 X 27 X 34 X-9999 +USW00021504198606FMTM 1855 X 1855 X 1155 X 1955 X 1655 X 1355 X 1555 X 1455 X 1255 X 1455 X 1255 X 1255 X 1647 X 1055 X 1755 X 1956 X 1655 X 1939 X 1355 X 1155 X 1656 X 1055 X 0931 X 1455 X 1456 X 1555 X 1356 X 1455 X 0955 X 2015 X-9999 +USW00021504198606PGTM 1727 X 1418 X 1158 X 1721 X 1552 X 0933 X 0031 X 1542 X 1345 X 1135 X 1308 X 1254 X 1435 X 1427 X 1723 X 1955 X 0217 X 0513 X 1313 X 1153 X 1644 X 1142 X 0947 X 1518 X 1505 X 1546 X 1800 X 1230 X 0950 X 1107 X-9999 +USW00021504198606TSUN 1 X 23 X 69 X 428 X 318 X 545 X 188 X 427 X 449 X 468 X 585 X 605 X 293 X 414 X 141 X 537 X 306 X 473 X 91 X 556 X 104 X 388 X 339 X 397 X 335 X 593 X 689 X 594 X 149 X 21 X-9999 +USW00021504198606WDF1 310 X 330 X 70 X 70 X 30 X 360 X 70 X 100 X 110 X 60 X 70 X 60 X 40 X 100 X 60 X 40 X 350 X 30 X 50 X 70 X 70 X 40 X 60 X 50 X 10 X 50 X 20 X 10 X 50 X 20 X-9999 +USW00021504198606WDFG 315W X 360W X 90W X 45W X 45W X 90W X 225W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 360W X 45W X 180W X 225W X 45W X 45W X 90W X 45W X 45W X 45W X 360W X 45W X 45W X 360W X 45W X 360W X-9999 +USW00021504198606WSF1 58 X 63 X 76 X 72 X 63 X 58 X 63 X 76 X 76 X 72 X 67 X 89 X 76 X 76 X 76 X 89 X 58 X 63 X 89 X 72 X 72 X 58 X 76 X 67 X 76 X 72 X 58 X 58 X 63 X 63 X-9999 +USW00021504198606WSFG 98 X 93 X 98 X 108 X 87 X 87 X 93 X 98 X 98 X 98 X 98 X 103 X 118 X 103 X 108 X 144 X 98 X 108 X 123 X 93 X 98 X 82 X 108 X 87 X 123 X 98 X 93 X 82 X 67 X 87 X-9999 +USW00021504198606WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198607TMAX 289 0 294 0 289 0 294 0 289 0 306 0 306 0 278 0 289 0 294 0 294 0 294 0 294 0 272 0 300 0 317 0 317 0 306 0 300 0 306 0 306 0 311 0 283 0 283 0 306 0 311 0 294 0 306 0 317 0 300 0 294 0 +USW00021504198607TMIN 200 0 194 0 211 0 217 0 206 0 200 0 222 0 217 0 200 0 200 0 206 0 206 0 211 0 217 0 211 0 211 0 200 0 206 0 211 0 200 0 222 0 211 0 228 0 222 0 233 0 211 0 211 0 200 0 228 0 222 0 206 0 +USW00021504198607PRCP 71 0 89 0 213 0 185 0 224 0 25 0 20 0 231 0 216 0 91 0 142 0 20 0 41 0 51 0 3 0 41 0 0T 0 79 0 28 0 0T 0 13 0 51 0 841 0 3 0 0T 0 5 0 64 0 0 0 3 0 71 0 18 0 +USW00021504198607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198607ACMH 80 X 80 X 90 X 100 X 90 X 80 X 80 X 100 X 90 X 80 X 70 X 60 X 80 X 100 X 80 X 90 X 60 X 90 X 90 X 40 X 70 X 100 X 100 X 100 X 90 X 70 X 90 X 60 X 100 X 90 X 90 X +USW00021504198607ACSH 90 X 70 X 80 X 90 X 80 X 90 X 80 X 100 X 80 X 70 X 60 X 50 X 100 X 100 X 80 X 90 X 60 X 80 X 90 X 40 X 70 X 90 X 100 X 100 X 90 X 70 X 90 X 70 X 100 X 100 X 90 X +USW00021504198607AWND 28 X 34 X 30 X 42 X 34 X 34 X 26 X 30 X 34 X 32 X 34 X 41 X 26 X 30 X 41 X 32 X 39 X 36 X 31 X 36 X 38 X 34 X 39 X 46 X 38 X 39 X 35 X 35 X 38 X 34 X 35 X +USW00021504198607FMTM 1356 X 1356 X 1318 X 1255 X 1512 X 1155 X 1455 X 1317 X 1555 X 0955 X 1556 X 1625 X 1255 X 1533 X 1355 X 1156 X 1256 X 1455 X 1355 X 1255 X 1655 X 2255 X 1356 X 1306 X 1255 X 1156 X 1655 X 1357 X 1156 X 1455 X 1948 X +USW00021504198607PGTM 1549 X 1643 X 1601 X 1254 X 1511 X 1255 X 1442 X 1310 X 1548 X 2350 X 1132 X 1543 X 1255 X 1117 X 1352 X 1206 X 1312 X 1525 X 1407 X 1242 X 1553 X 1710 X 1115 X 1304 X 1300 X 1215 X 1312 X 1411 X 1420 X 1332 X 1504 X +USW00021504198607TSUN 149 X 286 X 61 X 77 X 128 X 365 X 269 X 42 X 255 X 323 X 377 X 517 X 35 X 1 X 345 X 211 X 457 X 413 X 241 X 404 X 455 X 236 X 10 X 65 X 527 X 408 X 263 X 595 X 214 X 42 X 277 X +USW00021504198607WDF1 320 X 350 X 90 X 60 X 60 X 70 X 80 X 50 X 80 X 50 X 10 X 30 X 90 X 80 X 30 X 90 X 40 X 20 X 30 X 80 X 60 X 50 X 160 X 130 X 120 X 70 X 70 X 10 X 120 X 50 X 80 X +USW00021504198607WDFG 360W X 360W X 90W X 45W X 45W X 90W X 90W X 45W X 45W X 225W X 360W X 45W X 90W X 135W X 45W X 90W X 45W X 45W X 45W X 90W X 45W X 315W X 135W X 135W X 135W X 90W X 45W X 360W X 90W X 45W X 360W X +USW00021504198607WSF1 45 X 63 X 94 X 89 X 98 X 58 X 72 X 76 X 67 X 67 X 67 X 94 X 76 X 72 X 76 X 72 X 76 X 63 X 72 X 67 X 76 X 54 X 80 X 98 X 63 X 67 X 63 X 67 X 67 X 58 X 76 X +USW00021504198607WSFG 98 X 93 X 113 X 113 X 103 X 98 X 98 X 118 X 98 X 113 X 87 X 108 X 103 X 93 X 103 X 103 X 113 X 82 X 77 X 98 X 93 X 93 X 159 X 123 X 93 X 93 X 98 X 77 X 93 X 103 X 87 X +USW00021504198607WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198607WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 +USW00021504198608TMAX 294 0 283 0 306 0 317 0 311 0 306 0 311 0 311 0 306 0 306 0 300 0 300 0 306 0 250 0 289 0 261 0 294 0 294 0 311 0 306 0 306 0 300 0 300 0 306 0 294 0 300 0 294 0 294 0 289 0 294 0 294 0 +USW00021504198608TMIN 217 0 211 0 211 0 217 0 222 0 228 0 222 0 222 0 217 0 228 0 228 0 217 0 217 0 222 0 222 0 222 0 217 0 194 0 200 0 217 0 228 0 217 0 233 0 222 0 233 0 228 0 222 0 206 0 217 0 206 0 206 0 +USW00021504198608PRCP 74 0 97 0 28 0 36 0 0 0 13 0 30 0 15 0 211 0 0T 0 38 0 38 0 97 0 1440 0 97 0 74 0 33 0 0T 0 0 0 0T 0 0T 0 5 0 46 0 18 0 0T 0 0T 0 48 0 0 0 168 0 81 0 18 0 +USW00021504198608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198608ACMH 100 X 90 X 50 X 50 X 60 X 90 X 70 X 90 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 60 X 70 X 70 X 60 X 60 X 70 X 80 X 80 X 70 X 70 X 40 X 70 X 70 X 50 X +USW00021504198608ACSH 100 X 100 X 20 X 50 X 70 X 90 X 60 X 90 X 90 X 90 X 100 X 90 X 100 X 100 X 100 X 100 X 80 X 70 X 60 X 90 X 40 X 50 X 60 X 80 X 60 X 70 X 80 X 50 X 90 X 80 X 60 X +USW00021504198608AWND 32 X 30 X 37 X 34 X 40 X 37 X 36 X 38 X 33 X 31 X 29 X 38 X 33 X 27 X 31 X 33 X 43 X 38 X 34 X 48 X 41 X 38 X 34 X 31 X 35 X 39 X 32 X 38 X 36 X 34 X 33 X +USW00021504198608FMTM 1542 X 1246 X 1455 X 1455 X 1255 X 1255 X 1255 X 1555 X 1255 X 1155 X 1755 X 1155 X 1936 X 1847 X 1616 X 1145 X 1155 X 1356 X 1555 X 1555 X 1255 X 1055 X 1212 X 1155 X 1356 X 1455 X 1155 X 1456 X 1323 X 1255 X 1555 X +USW00021504198608PGTM 1543 X 1432 X 1504 X 1516 X 1315 X 1251 X 1524 X 1559 X 1415 X 1259 X 1924 X 1546 X 1237 X 1841 X 0059 X 0051 X 1149 X 1250 X 1510 X 1333 X 1155 X 1553 X 1207 X 1211 X 1411 X 1424 X 1148 X 1748 X 1139 X 1250 X 1243 X +USW00021504198608TSUN 120 X 64 X 711 X 364 X 425 X 221 X 452 X 187 X 210 X 490 X 152 X 228 X 248 X 0 X 119 X 10 X 397 X 409 X 562 X 567 X 578 X 519 X 489 X 333 X 581 X 457 X 334 X 671 X 155 X 254 X 377 X +USW00021504198608WDF1 360 X 40 X 40 X 60 X 100 X 40 X 50 X 70 X 80 X 70 X 50 X 70 X 60 X 250 X 60 X 60 X 40 X 90 X 40 X 110 X 70 X 90 X 110 X 70 X 50 X 40 X 30 X 350 X 70 X 80 X 80 X +USW00021504198608WDFG 360W X 360W X 45W X 45W X 90W X 45W X 45W X 90W X 90W X 90W X 360W X 90W X 45W X 225W X 180W X 180W X 45W X 90W X 45W X 90W X 90W X 90W X 90W X 135W X 45W X 45W X 45W X 360W X 90W X 90W X 45W X +USW00021504198608WSF1 63 X 76 X 63 X 72 X 76 X 76 X 63 X 72 X 63 X 63 X 63 X 76 X 63 X 45 X 63 X 72 X 89 X 72 X 63 X 103 X 72 X 72 X 94 X 63 X 89 X 63 X 72 X 63 X 89 X 72 X 63 X +USW00021504198608WSFG 103 X 103 X 77 X 98 X 103 X 113 X 82 X 98 X 82 X 108 X 82 X 93 X 98 X 72 X 82 X 123 X 103 X 98 X 93 X 144 X 98 X 98 X 108 X 98 X 87 X 93 X 93 X 108 X 123 X 87 X 87 X +USW00021504198608WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198608WT16 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 +USW00021504198609TMAX 289 0 294 0 294 0 289 0 294 0 289 0 294 0 294 0 294 0 300 0 289 0 294 0 300 0 294 0 294 0 294 0 300 0 306 0 300 0 300 0 300 0 294 0 294 0 294 0 294 0 283 0 283 0 256 0 300 0 300 0-9999 +USW00021504198609TMIN 206 0 217 0 211 0 222 0 211 0 194 0 200 0 228 0 233 0 228 0 211 0 217 0 200 0 211 0 217 0 211 0 222 0 222 0 228 0 233 0 233 0 211 0 222 0 206 0 222 0 211 0 222 0 217 0 222 0 206 0-9999 +USW00021504198609PRCP 41 0 10 0 36 0 13 0 25 0 48 0 0T 0 254 0 5 0 25 0 0 0 18 0 0 0 0 0 0 0 0 0 36 0 84 0 71 0 272 0 5 0 84 0 25 0 183 0 41 0 1402 0 445 0 452 0 51 0 23 0-9999 +USW00021504198609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198609ACMH 90 X 60 X 70 X 60 X 70 X 60 X 60 X 100 X 100 X 90 X 90 X 90 X 70 X 60 X 70 X 90 X 80 X 70 X 90 X 90 X 90 X 60 X 60 X 100 X 80 X 100 X 100 X 100 X 80 X 60 X-9999 +USW00021504198609ACSH 100 X 40 X 60 X 50 X 70 X 60 X 90 X 100 X 100 X 100 X 100 X 100 X 70 X 70 X 80 X 90 X 80 X 70 X 100 X 80 X 90 X 40 X 50 X 100 X 70 X 100 X 100 X 100 X 90 X 60 X-9999 +USW00021504198609AWND 31 X 33 X 40 X 34 X 40 X 34 X 37 X 33 X 30 X 32 X 36 X 37 X 37 X 36 X 33 X 29 X 30 X 25 X 29 X 32 X 34 X 33 X 34 X 34 X 38 X 41 X 28 X 32 X 42 X 42 X-9999 +USW00021504198609FMTM 0855 X 1455 X 1435 X 1555 X 1556 X 1355 X 1455 X 0417 X 1555 X 1355 X 1355 X 1156 X 1355 X 1355 X 1255 X 1555 X 1355 X 1255 X 2010 X 1803 X 1555 X 1728 X 0904 X 2355 X 1255 X 1455 X 1455 X 2255 X 1555 X 1455 X-9999 +USW00021504198609PGTM 1556 X 1343 X 1448 X 1701 X 1157 X 1328 X 1243 X 0407 X 1452 X 1127 X 1402 X 1208 X 1325 X 1424 X 1322 X 1407 X 1851 X 1205 X 1043 X 1757 X 1138 X 1722 X 1333 X 1934 X 1309 X 1948 X 1406 X 2253 X 1543 X 1208 X-9999 +USW00021504198609TSUN 100 X 579 X 520 X 486 X 669 X 460 X 421 X 37 X 160 X 308 X 274 X 413 X 473 X 507 X 520 X 456 X 180 X 292 X 117 X 294 X 404 X 486 X 399 X 530 X 220 X 0 X 34 X 0 X 118 X 612 X-9999 +USW00021504198609WDF1 240 X 30 X 50 X 360 X 20 X 60 X 50 X 150 X 100 X 60 X 110 X 80 X 110 X 40 X 40 X 360 X 20 X 100 X 110 X 60 X 30 X 30 X 100 X 210 X 30 X 100 X 130 X 200 X 110 X 100 X-9999 +USW00021504198609WDFG 45W X 45W X 45W X 360W X 360W X 45W X 45W X 135W X 135W X 45W X 90W X 90W X 90W X 45W X 360W X 360W X 180W X 45W X 135W X 45W X 360W X 45W X 135W X 90W X 45W X 180W X 90W X 180W X 90W X 90W X-9999 +USW00021504198609WSF1 54 X 54 X 72 X 58 X 67 X 63 X 63 X 89 X 63 X 67 X 67 X 67 X 63 X 67 X 63 X 58 X 63 X 54 X 72 X 67 X 58 X 76 X 76 X 54 X 67 X 67 X 45 X 72 X 67 X 76 X-9999 +USW00021504198609WSFG 77 X 77 X 93 X 72 X 93 X 82 X 82 X 129 X 93 X 87 X 87 X 93 X 103 X 87 X 82 X 82 X 87 X 82 X 98 X 93 X 87 X 103 X 93 X 82 X 82 X 118 X 67 X 87 X 93 X 103 X-9999 +USW00021504198609WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00021504198609WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198610TMAX 300 0 306 0 300 0 294 0 294 0 289 0 294 0 294 0 294 0 294 0 289 0 283 0 294 0 289 0 283 0 294 0 294 0 300 0 294 0 261 0 283 0 283 0 278 0 283 0 283 0 250 0 272 0 289 0 289 0 294 0 294 0 +USW00021504198610TMIN 222 0 200 0 222 0 211 0 211 0 222 0 217 0 211 0 206 0 189 0 200 0 189 0 206 0 206 0 217 0 200 0 206 0 194 0 206 0 233 0 200 0 194 0 200 0 211 0 200 0 217 0 211 0 194 0 183 0 183 0 200 0 +USW00021504198610PRCP 56 0 272 0 10 0 180 0 86 0 178 0 117 0 0T 0 297 0 0 0 0 0 0 0 33 0 71 0 28 0 140 0 10 0 0 0 74 0 282 0 0T 0 0T 0 0 0 0T 0 53 0 970 0 66 0 5 0 0 0 0 0 0 0 +USW00021504198610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198610ACMH 70 X 50 X 40 X 80 X 70 X 70 X 70 X 80 X 90 X 30 X 10 X 20 X 40 X 90 X 80 X 60 X 60 X 40 X 60 X 90 X 30 X 30 X 30 X 50 X 50 X 100 X 90 X 60 X 50 X 70 X 40 X +USW00021504198610ACSH 90 X 70 X 50 X 60 X 50 X 60 X 50 X 100 X 80 X 30 X 10 X 30 X 20 X 90 X 80 X 60 X 70 X 30 X 40 X 100 X 10 X 40 X 20 X 60 X 40 X 100 X 100 X 70 X 50 X 80 X 20 X +USW00021504198610AWND 31 X 40 X 28 X 42 X 34 X 40 X 40 X 30 X 35 X 32 X 35 X 36 X 40 X 29 X 36 X 35 X 27 X 38 X 37 X 39 X 42 X 38 X 39 X 34 X 42 X 35 X 34 X 38 X 41 X 33 X 40 X +USW00021504198610FMTM 1555 X 1755 X 1355 X 1355 X 1655 X 1542 X 1743 X 1255 X 1855 X 1255 X 1255 X 1255 X 2055 X 2218 X 1255 X 1521 X 1455 X 1456 X 1555 X 1102 X 1955 X 1455 X 1252 X 1056 X 1955 X 1356 X 2055 X 1255 X 1456 X 1355 X 2255 X +USW00021504198610PGTM 1212 X 1234 X 1347 X 1314 X 1709 X 1335 X 1331 X 1501 X 1305 X 1245 X 1604 X 1247 X 1107 X 1352 X 1230 X 1525 X 1137 X 1147 X 1722 X 1811 X 1851 X 1444 X 1459 X 1047 X 2109 X 0417 X 1339 X 1339 X 1510 X 1340 X 2310 X +USW00021504198610TSUN 170 X 221 X 341 X 246 X 479 X 393 X 452 X 97 X 280 X 450 X 657 X 512 X 541 X 6 X 151 X 271 X 87 X 454 X 339 X 40 X 611 X 553 X 551 X 393 X 337 X 1 X 0 X 155 X 515 X 379 X 0 X +USW00021504198610WDF1 90 X 200 X 50 X 40 X 50 X 10 X 40 X 40 X 320 X 30 X 10 X 10 X 290 X 50 X 40 X 50 X 120 X 40 X 20 X 20 X 10 X 10 X 10 X 30 X 20 X 60 X 30 X 360 X 110 X 120 X 360 X +USW00021504198610WDFG 45W X 90W X 45W X 45W X 45W X 360W X 45W X 45W X 90W X 45W X 360W X 360W X 360W X 45W X 45W X 45W X 225W X 90W X 45W X 360W X 360W X 360W X 360W X 45W X 360W X 90W X 315W X 45W X 135W X 135W X 360W X +USW00021504198610WSF1 54 X 80 X 54 X 76 X 63 X 89 X 67 X 54 X 58 X 63 X 54 X 63 X 67 X 89 X 76 X 89 X 54 X 58 X 63 X 76 X 63 X 63 X 63 X 76 X 67 X 67 X 63 X 58 X 89 X 72 X 80 X +USW00021504198610WSFG 72 X 108 X 77 X 98 X 93 X 108 X 87 X 93 X 87 X 77 X 67 X 82 X 87 X 103 X 98 X 118 X 113 X 87 X 113 X 98 X 93 X 82 X 87 X 103 X 103 X 103 X 103 X 82 X 103 X 87 X 98 X +USW00021504198610WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504198611TMAX 289 0 289 0 283 0 294 0 283 0 294 0 267 0 278 0 283 0 283 0 267 0 250 0 272 0 261 0 278 0 261 0 278 0 272 0 256 0 272 0 278 0 278 0 289 0 283 0 272 0 272 0 272 0 256 0 256 0 244 0-9999 +USW00021504198611TMIN 222 0 217 0 200 0 183 0 200 0 217 0 211 0 228 0 228 0 217 0 206 0 200 0 222 0 211 0 206 0 200 0 200 0 200 0 189 0 217 0 200 0 194 0 183 0 200 0 194 0 194 0 222 0 178 0 194 0 194 0-9999 +USW00021504198611PRCP 135 0 135 0 124 0 8 0 122 0 737 0 1039 0 1400 0 551 0 132 0 1349 0 1270 0 119 0 198 0 147 0 86 0 20 0 36 0 373 0 262 0 198 0 168 0 36 0 43 0 41 0 117 0 3 0 109 0 43 0 74 0-9999 +USW00021504198611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198611ACMH 90 X 60 X 50 X 30 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 80 X 90 X 80 X 90 X 80 X 90 X 80 X 50 X 70 X 70 X 90 X 80 X 70 X 80 X 90 X 90 X-9999 +USW00021504198611ACSH 80 X 30 X 40 X 30 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 90 X 70 X 80 X 90 X 90 X 80 X 40 X 70 X 60 X 100 X 70 X 90 X 90 X 90 X 90 X-9999 +USW00021504198611AWND 44 X 32 X 37 X 36 X 37 X 36 X 35 X 30 X 36 X 38 X 34 X 35 X 42 X 27 X 32 X 30 X 34 X 30 X 32 X 31 X 33 X 31 X 33 X 27 X 33 X 47 X 59 X 38 X 35 X 48 X-9999 +USW00021504198611FMTM 1055 X 1255 X 0156 X 1355 X 1455 X 1826 X 2355 X 2355 X 2224 X 0955 X 2156 X 0255 X 1855 X 0955 X 1355 X 2355 X 1655 X 1455 X 2155 X 1455 X 1455 X 1556 X 0914 X 1455 X 1455 X 2106 X 1155 X 1155 X 0648 X 1236 X-9999 +USW00021504198611PGTM 2339 X 0140 X 0031 X 1206 X 2333 X 1406 X 0450 X 1115 X 1923 X 1315 X 1427 X 1245 X 1914 X 2252 X 1349 X 2330 X 1638 X 1501 X 2204 X 2102 X 0808 X 1056 X 1450 X 0816 X 1623 X 2106 X 1001 X 1158 X 1050 X 1217 X-9999 +USW00021504198611TSUN 118 X 362 X 445 X 498 X 170 X 84 X 12 X 17 X 81 X 76 X 30 X 3 X 8 X 3 X 181 X 132 X 226 X 206 X 11 X 12 X 88 X 396 X 171 X 208 X 19 X 247 X 216 X 82 X 204 X 73 X-9999 +USW00021504198611WDF1 70 X 20 X 250 X 90 X 130 X 360 X 190 X 190 X 180 X 110 X 40 X 330 X 80 X 270 X 90 X 90 X 60 X 100 X 70 X 100 X 90 X 100 X 240 X 340 X 60 X 30 X 20 X 360 X 70 X 350 X-9999 +USW00021504198611WDFG 90W X 270W X 270W X 90W X 225W X 135W X 45W X 90W X 90W X 135W X 180W X 90W X 90W X 90W X 360W X 90W X 45W X 90W X 90W X 360W X 180W X 90W X 45W X 225W X 45W X 45W X 360W X 360W X 360W X 360W X-9999 +USW00021504198611WSF1 89 X 58 X 63 X 67 X 67 X 63 X 63 X 63 X 72 X 76 X 63 X 54 X 72 X 40 X 58 X 54 X 67 X 67 X 54 X 63 X 54 X 58 X 58 X 40 X 67 X 94 X 76 X 72 X 72 X 89 X-9999 +USW00021504198611WSFG 113 X 82 X 87 X 87 X 87 X 82 X 72 X 87 X 108 X 103 X 108 X 118 X 103 X 67 X 87 X 98 X 98 X 87 X 82 X 87 X 72 X 103 X 77 X 82 X 87 X 123 X 113 X 108 X 103 X 108 X-9999 +USW00021504198611WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198611WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198612TMAX 244 0 233 0 267 0 261 0 283 0 233 0 261 0 267 0 272 0 278 0 272 0 278 0 272 0 283 0 272 0 272 0 272 0 278 0 283 0 278 0 267 0 267 0 267 0 283 0 272 0 283 0 283 0 272 0 267 0 272 0 267 0 +USW00021504198612TMIN 194 0 200 0 200 0 178 0 172 0 167 0 150 0 156 0 178 0 183 0 200 0 211 0 206 0 194 0 189 0 172 0 189 0 200 0 172 0 172 0 178 0 172 0 194 0 178 0 178 0 189 0 178 0 194 0 172 0 183 0 194 0 +USW00021504198612PRCP 8 0 244 0 119 0 51 0 0 0 18 0 0 0 0 0 0T 0 0T 0 33 0 249 0 13 0 0T 0 3 0 56 0 64 0 0T 0 0 0 0 0 117 0 97 0 178 0 8 0 18 0 3 0 0 0 0 0 0 0 36 0 150 0 +USW00021504198612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198612ACMH 80 X 70 X 80 X 70 X 60 X 70 X 20 X 20 X 50 X 60 X 80 X 90 X 70 X 60 X 30 X 70 X 70 X 70 X 50 X 30 X 80 X 50 X 80 X 30 X 60 X 40 X 20 X 80 X 20 X 50 X 90 X +USW00021504198612ACSH 90 X 90 X 80 X 50 X 30 X 80 X 20 X 40 X 80 X 40 X 90 X 80 X 50 X 40 X 30 X 60 X 70 X 60 X 60 X 30 X 100 X 20 X 100 X 10 X 50 X 20 X 10 X 60 X 30 X 40 X 80 X +USW00021504198612AWND 74 X 67 X 52 X 28 X 42 X 47 X 32 X 35 X 29 X 31 X 31 X 30 X 28 X 29 X 32 X 29 X 27 X 32 X 32 X 32 X 26 X 36 X 27 X 30 X 30 X 31 X 29 X 30 X 30 X 33 X 35 X +USW00021504198612FMTM 2055 X 1000 X 0412 X 1255 X 2055 X 0455 X 1455 X 1355 X 1255 X 1255 X 1555 X 1356 X 1356 X 1555 X 1055 X 1722 X 0255 X 1155 X 1655 X 1156 X 1141 X 1255 X 0228 X 1455 X 1055 X 1255 X 1655 X 1255 X 1255 X 1455 X 1255 X +USW00021504198612PGTM 1910 X 1000 X 1223 X 0059 X 2113 X 0432 X 1455 X 1242 X 1330 X 1244 X 1620 X 1309 X 1421 X 1109 X 1055 X 1719 X 1514 X 1157 X 1642 X 1118 X 2305 X 1649 X 1325 X 1435 X 1319 X 1402 X 1706 X 1317 X 1347 X 2136 X 1234 X +USW00021504198612TSUN 119 X 50 X 119 X 213 X 360 X 56 X 437 X 408 X 75 X 280 X 26 X 122 X 251 X 249 X 388 X 100 X 97 X 209 X 237 X 425 X 89 X 406 X 72 X 511 X 406 X 426 X 601 X 211 X 438 X 454 X 257 X +USW00021504198612WDF1 350 X 350 X 350 X 20 X 140 X 360 X 10 X 10 X 80 X 100 X 80 X 110 X 40 X 70 X 100 X 70 X 270 X 110 X 100 X 110 X 50 X 110 X 240 X 60 X 100 X 90 X 330 X 50 X 20 X 60 X 90 X +USW00021504198612WDFG 360W X 360W X 360W X 45W X 135W X 360W X 360W X 360W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 180W X 90W X 180W X 45W X 90W X 90W X 315W X 45W X 45W X 45W X 90W X +USW00021504198612WSF1 103 X 112 X 89 X 54 X 72 X 112 X 45 X 67 X 54 X 63 X 45 X 58 X 54 X 45 X 76 X 67 X 40 X 63 X 54 X 58 X 58 X 63 X 58 X 58 X 54 X 63 X 45 X 67 X 45 X 54 X 67 X +USW00021504198612WSFG 149 X 144 X 139 X 77 X 108 X 164 X 62 X 93 X 67 X 82 X 57 X 82 X 67 X 77 X 87 X 77 X 67 X 87 X 82 X 77 X 82 X 77 X 72 X 77 X 77 X 87 X 72 X 77 X 67 X 77 X 87 X +USW00021504198612WT10-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198612WT16 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 +USW00021504198701TMAX 283 0 261 0 278 0 267 0 267 0 267 0 267 0 283 0 278 0 244 0 256 0 256 0 261 0 256 0 256 0 256 0 267 0 256 0 233 0 239 0 244 0 256 0 256 0 261 0 256 0 244 0 256 0 256 0 261 0 272 0 283 0 +USW00021504198701TMIN 206 0 200 0 178 0 194 0 194 0 194 0 194 0 178 0 156 0 183 0 200 0 189 0 172 0 172 0 133 0 167 0 161 0 178 0 194 0 194 0 183 0 178 0 183 0 172 0 194 0 200 0 178 0 167 0 189 0 178 0 167 0 +USW00021504198701PRCP 140 0 160 0 53 0 66 0 28 0 10 0 15 0 0 0 0 0 69 0 112 0 465 0 279 0 450 0 56 0 3 0 0T 0 198 0 8 0 0 0 10 0 25 0 0T 0 0T 0 43 0 0T 0 0 0 76 0 23 0 0T 0 3 0 +USW00021504198701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198701ACMH 70 X 80 X 20 X 80 X 60 X 70 X 90 X 60 X 20 X 100 X 90 X 90 X 60 X 50 X 40 X 40 X 20 X 90 X 60 X 90 X 90 X 80 X 60 X 50 X 70 X 60 X 50 X 80 X 60 X 80 X 60 X +USW00021504198701ACSH 50 X 100 X 0 X 90 X 50 X 40 X 100 X 70 X 40 X 100 X 90 X 90 X 40 X 50 X 50 X 50 X 20 X 90 X 40 X 90 X 90 X 70 X 30 X 50 X 50 X 40 X 40 X 100 X 60 X 80 X 80 X +USW00021504198701AWND 31 X 29 X 40 X 30 X 42 X 40 X 29 X 32 X 28 X 85 X 77 X 60 X 33 X 43 X 44 X 40 X 31 X 65 X 98 X 64 X 51 X 37 X 33 X 41 X 70 X 68 X 32 X 31 X 34 X 32 X 53 X +USW00021504198701FMTM 1155 X 0229 X 0132 X 1233 X 1455 X 1455 X 1156 X 1155 X 1855 X 0255 X 2155 X 0555 X 1255 X 0755 X 1455 X 1655 X 1655 X 1855 X 0818 X 0626 X 1055 X 1355 X 1356 X 2328 X 1855 X 0255 X 1555 X 1555 X 1555 X 1655 X 2129 X +USW00021504198701PGTM 1222 X 1036 X 1439 X 1228 X 1338 X 1454 X 1328 X 1213 X 1302 X 0757 X 2151 X 0424 X 1233 X 0732 X 1419 X 1714 X 1357 X 2152 X 0710 X 1611 X 1945 X 1333 X 1534 X 2221 X 2003 X 0247 X 1305 X 1521 X 1609 X 1516 X 2037 X +USW00021504198701TSUN 330 X 70 X 628 X 93 X 340 X 339 X 39 X 157 X 392 X 99 X 153 X 26 X 295 X 411 X 266 X 426 X 560 X 76 X 507 X 114 X 276 X 334 X 459 X 313 X 441 X 435 X 309 X 109 X 176 X 96 X 284 X +USW00021504198701WDF1 120 X 90 X 140 X 150 X 120 X 100 X 160 X 70 X 240 X 10 X 40 X 20 X 60 X 10 X 10 X 360 X 20 X 10 X 360 X 350 X 360 X 20 X 60 X 20 X 360 X 10 X 60 X 40 X 120 X 140 X 360 X +USW00021504198701WDFG 135W X 45W X 90W X 135W X 135W X 90W X 180W X 45W X 360W X 360W X 45W X-9999 45W X 360W X 360W X 360W X 45W X 360W X 360W X 360W X 315W X 360W X 45W X 360W X 360W X 360W X 45W X 45W X 135W X 135W X 360W X +USW00021504198701WSF1 63 X 67 X 76 X 76 X 76 X 80 X 63 X 72 X 36 X 112 X 112 X 98 X 67 X 103 X 89 X 76 X 45 X 134 X 156 X 103 X 72 X 67 X 63 X 67 X 89 X 103 X 54 X 54 X 76 X 67 X 103 X +USW00021504198701WSFG 82 X 103 X 87 X 98 X 103 X 98 X 98 X 77 X 46 X 144 X 144 X 134 X 108 X 154 X 144 X 103 X 72 X 195 X 200 X 118 X 108 X 93 X 77 X 93 X 139 X 139 X 82 X 62 X 103 X 87 X 144 X +USW00021504198701WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198701WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198701WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 +USW00021504198702TMAX 261 0 250 0 250 0 261 0 244 0 250 0 261 0 272 0 278 0 283 0 283 0 289 0 278 0 239 0 272 0 256 0 250 0 250 0 256 0 261 0 267 0 272 0 278 0 267 0 267 0 261 0 267 0 261 0-9999 -9999 -9999 +USW00021504198702TMIN 167 0 150 0 133 0 150 0 172 0 156 0 172 0 172 0 167 0 167 0 150 0 167 0 178 0 178 0 183 0 189 0 183 0 178 0 172 0 161 0 161 0 172 0 161 0 156 0 161 0 161 0 156 0 161 0-9999 -9999 -9999 +USW00021504198702PRCP 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 206 0 267 0 574 0 191 0 0 0 15 0 0 0 3 0 0 0 0 0 0 0 5 0 0 0 0 0-9999 -9999 -9999 +USW00021504198702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198702ACMH 50 X 30 X 0 X 40 X 80 X 60 X 80 X 80 X 70 X 50 X 20 X 50 X 70 X 100 X 100 X 90 X 90 X 60 X 20 X 50 X 50 X 30 X 20 X 20 X 50 X 70 X 30 X 50 X-9999 -9999 -9999 +USW00021504198702ACSH 40 X 30 X 10 X 30 X 80 X 50 X 60 X 60 X 60 X 30 X 10 X 20 X 60 X 100 X 90 X 80 X 80 X 60 X 20 X 40 X 20 X 20 X 30 X 30 X 60 X 70 X 30 X 60 X-9999 -9999 -9999 +USW00021504198702AWND 54 X 35 X 31 X 57 X 61 X 33 X 36 X 34 X 26 X 32 X 40 X 36 X 49 X 42 X 30 X 43 X 41 X 58 X 81 X 40 X 37 X 36 X 35 X 38 X 40 X 27 X 34 X 31 X-9999 -9999 -9999 +USW00021504198702FMTM 1555 X 1255 X 1455 X 2329 X 0055 X 1255 X 1357 X 1455 X 1255 X 1255 X 1456 X 1155 X 2155 X 0055 X 1720 X 0955 X 1456 X 2256 X 1555 X 1055 X 1255 X 1055 X 1355 X 1555 X 1455 X 1156 X 1255 X 1055 X-9999 -9999 -9999 +USW00021504198702PGTM 0152 X 1225 X 1440 X 2129 X 0208 X 1324 X 1236 X 1236 X 1334 X 1318 X 1624 X 1309 X 2158 X 0100 X 1330 X 1007 X 2110 X 2210 X 1527 X 1243 X 1304 X 1104 X 1423 X 1451 X 1701 X 1131 X 1243 X 1337 X-9999 -9999 -9999 +USW00021504198702TSUN 540 X 532 X 639 X 444 X 159 X 309 X 357 X 275 X 327 X 428 X 558 X 578 X 458 X 0 X 163 X 231 X 273 X 466 X 510 X 451 X 504 X 519 X 535 X 490 X 276 X 231 X 436 X 309 X-9999 -9999 -9999 +USW00021504198702WDF1 360 X 40 X 20 X 350 X 340 X 20 X 90 X 120 X 40 X 100 X 80 X 110 X 360 X 350 X 180 X 340 X 360 X 10 X 350 X 10 X 10 X 30 X 60 X 360 X 350 X 40 X 20 X 360 X-9999 -9999 -9999 +USW00021504198702WDFG 315W X 45W X 360W X 360W X 315W X 45W X 135W X 90W X 45W X 90W X 45W X 90W X 360W X 315W X 90W X 360W X 360W X 360W X 360W X 360W X 360W X 45W X 45W X 360W X 360W X 45W X 360W X 45W X-9999 -9999 -9999 +USW00021504198702WSF1 76 X 58 X 63 X 107 X 98 X 63 X 76 X 67 X 54 X 63 X 67 X 80 X 94 X 112 X 63 X 94 X 72 X 94 X 156 X 72 X 67 X 72 X 67 X 63 X 80 X 54 X 58 X 58 X-9999 -9999 -9999 +USW00021504198702WSFG 108 X 87 X 82 X 154 X 129 X 72 X 103 X 93 X 77 X 82 X 93 X 98 X 144 X 129 X 82 X 129 X 108 X 129 X 190 X 87 X 87 X 87 X 36 X 98 X 98 X 82 X 77 X 87 X-9999 -9999 -9999 +USW00021504198702WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198702WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504198703TMAX 267 0 278 0 256 0 244 0 272 0 272 0 267 0 256 0 267 0 267 0 272 0 272 0 272 0 272 0 261 0 278 0 272 0 267 0 261 0 261 0 256 0 267 0 272 0 267 0 267 0 272 0 250 0 239 0 244 0 256 0 256 0 +USW00021504198703TMIN 167 0 161 0 161 0 200 0 172 0 178 0 167 0 194 0 178 0 156 0 178 0 161 0 172 0 183 0 172 0 178 0 178 0 161 0 178 0 189 0 167 0 178 0 178 0 183 0 172 0 161 0 183 0 189 0 194 0 183 0 183 0 +USW00021504198703PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 99 0 53 0 0T 0 0 0 0T 0 0 0 5 0 48 0 124 0 46 0 28 0 51 0 221 0 109 0 117 0 5 0 79 0 46 0 10 0 0 0 0T 0 0T 0 5 0 13 0 157 0 +USW00021504198703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198703ACMH 30 X 20 X 20 X 90 X 70 X 60 X 70 X 100 X 40 X 10 X 60 X 20 X 40 X 70 X 70 X 70 X 50 X 50 X 90 X 50 X 70 X 80 X 50 X 70 X 60 X 70 X 100 X 90 X 100 X 90 X 90 X +USW00021504198703ACSH 10 X 20 X 10 X 80 X 60 X 40 X 60 X 90 X 40 X 10 X 50 X 20 X 40 X 60 X 80 X 60 X 40 X 60 X 80 X 60 X 90 X 70 X 40 X 80 X 80 X 90 X 100 X 80 X 100 X 90 X 80 X +USW00021504198703AWND 35 X 35 X 83 X 51 X 39 X 34 X 39 X 32 X 31 X 36 X 37 X 40 X 40 X 35 X 33 X 42 X 35 X 37 X 40 X 33 X 36 X 34 X 34 X 35 X 37 X 36 X 64 X 85 X 57 X 61 X 67 X +USW00021504198703FMTM 1155 X 2057 X 1155 X 0055 X 1255 X 1155 X 0748 X 1555 X 1255 X 1355 X 1456 X 1355 X 1355 X 1501 X 0835 X 1055 X 1155 X 1723 X 1535 X 2219 X 1555 X 1555 X 1555 X 0956 X 1255 X 1155 X 1455 X 0255 X 0455 X 1155 X 2055 X +USW00021504198703PGTM 1325 X 1230 X 1518 X 0035 X 1314 X 1225 X 1612 X 1352 X 1358 X 1518 X 1442 X 1404 X 1414 X 1459 X 1515 X 1432 X 1510 X 1723 X 1537 X 2218 X 0738 X 0132 X 1427 X 0931 X 1302 X 1406 X 1547 X 1222 X 0445 X 2043 X 2107 X +USW00021504198703TSUN 570 X 486 X 644 X 115 X 359 X 417 X 413 X 120 X 468 X 662 X 478 X 563 X 387 X 211 X 129 X 428 X 531 X 496 X 260 X 335 X 127 X 410 X 514 X 311 X 146 X 566 X 358 X 372 X 43 X 430 X 457 X +USW00021504198703WDF1 10 X 150 X 350 X 330 X 70 X 30 X 350 X 60 X 60 X 40 X 30 X 90 X 40 X 40 X 190 X 110 X 100 X 40 X 60 X 50 X 60 X 60 X 50 X 70 X 120 X 30 X 350 X 350 X 350 X 10 X 30 X +USW00021504198703WDFG 360W X 135W X 315W X 315W X 90W X 360W X 315W X 90W X 360W X 45W X 45W X 90W X 45W X 45W X 90W X 90W X 90W X 45W X 45W X 45W X 180W X 180W X 90W X 45W X 135W X 45W X 360W X 360W X 360W X 360W X 45W X +USW00021504198703WSF1 63 X 67 X 125 X 94 X 89 X 63 X 63 X 63 X 72 X 67 X 67 X 76 X 80 X 89 X 67 X 80 X 72 X 89 X 80 X 72 X 63 X 63 X 58 X 63 X 72 X 67 X 103 X 125 X 103 X 80 X 94 X +USW00021504198703WSFG 77 X 87 X 180 X 139 X 118 X 82 X 87 X 77 X 87 X 87 X 87 X 103 X 103 X 108 X 87 X 118 X 98 X 108 X 118 X 103 X 103 X 113 X 108 X 87 X 93 X 93 X 139 X 159 X 118 X 118 X 139 X +USW00021504198703WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00021504198704TMAX 228 0 256 0 233 0 256 0 272 0 267 0 278 0 272 0 272 0 272 0 272 0 267 0 261 0 267 0 233 0 261 0 261 0 250 0 250 0 267 0 289 0 261 0 278 0 289 0 278 0 278 0 217 0 222 0 256 0 261 0-9999 +USW00021504198704TMIN 178 0 200 0 183 0 167 0 178 0 194 0 194 0 189 0 183 0 189 0 183 0 172 0 194 0 183 0 189 0 194 0 189 0 189 0 178 0 194 0 189 0 194 0 172 0 200 0 183 0 178 0 189 0 189 0 183 0 189 0-9999 +USW00021504198704PRCP 323 0 0T 0 142 0 0T 0 0T 0 13 0 38 0 13 0 71 0 74 0 46 0 0T 0 53 0 58 0 81 0 53 0 132 0 58 0 58 0 13 0 0T 0 3 0 0 0 0 0 0 0 119 0 566 0 396 0 8 0 28 0-9999 +USW00021504198704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198704ACMH 100 X 90 X 90 X 40 X 50 X 90 X 60 X 80 X 70 X 70 X 60 X 80 X 70 X 70 X 90 X 90 X 80 X 100 X 90 X 80 X 60 X 80 X 40 X 70 X 30 X 70 X 100 X 100 X 90 X 90 X-9999 +USW00021504198704ACSH 100 X 70 X 100 X 40 X 30 X 80 X 50 X 90 X 70 X 70 X 60 X 80 X 60 X 60 X 100 X 80 X 60 X 100 X 100 X 80 X 60 X 80 X 30 X 40 X 20 X 90 X 100 X 100 X 90 X 80 X-9999 +USW00021504198704AWND 62 X 55 X 25 X 35 X 34 X 36 X 42 X 45 X 34 X 36 X 44 X 40 X 29 X 40 X 46 X 41 X 34 X 35 X 37 X 33 X 51 X 57 X 39 X 34 X 37 X 51 X 57 X 39 X 38 X 37 X-9999 +USW00021504198704FMTM 1155 X 1156 X 1855 X 1355 X 1555 X 1355 X 1355 X 1455 X 1156 X 1255 X 1255 X 1517 X 1555 X 1355 X 2355 X 1850 X 1455 X 1155 X 1555 X 1355 X 1456 X 1655 X 1255 X 1155 X 1456 X 1927 X 0355 X 1555 X 1155 X 1855 X-9999 +USW00021504198704PGTM 1154 X 0133 X 1448 X 1322 X 1330 X 1425 X 1426 X 1452 X 1208 X 1236 X 1230 X 1450 X 1108 X 1458 X 1211 X 1850 X 2009 X 1313 X 1316 X 1240 X 1723 X 1642 X 1452 X 1350 X 1238 X 1925 X 1004 X 1545 X 1126 X 1325 X-9999 +USW00021504198704TSUN 34 X 330 X 27 X 559 X 528 X 455 X 477 X 344 X 461 X 399 X 440 X 363 X 374 X 520 X 36 X 298 X 384 X 50 X 118 X 204 X 421 X 308 X 611 X 415 X 643 X 346 X 0 X 0 X 57 X 403 X-9999 +USW00021504198704WDF1 50 X 50 X 300 X 40 X 70 X 90 X 100 X 120 X 100 X 150 X 110 X 90 X 340 X 60 X 30 X 50 X 50 X 40 X 70 X 40 X 140 X 340 X 360 X 10 X 360 X 360 X 330 X 350 X 20 X 70 X-9999 +USW00021504198704WDFG 45W X 45W X 315W X 45W X 90W X 90W X 90W X 135W X 90W X 135W X 90W X 90W X 360W X 45W X 45W X 45W X 225W X 45W X 45W X 45W X 135W X 315W X 360W X 45W X 360W X 360W X 360W X 360W X 45W X 45W X-9999 +USW00021504198704WSF1 98 X 94 X 40 X 72 X 72 X 67 X 98 X 89 X 72 X 67 X 89 X 76 X 54 X 72 X 80 X 103 X 72 X 63 X 76 X 58 X 94 X 116 X 76 X 67 X 67 X 107 X 94 X 76 X 72 X 72 X-9999 +USW00021504198704WSFG 129 X 108 X 67 X 98 X 108 X 98 X 123 X 113 X 113 X 98 X 108 X 118 X 113 X 103 X 118 X 123 X 98 X 87 X 103 X 87 X 144 X 159 X 87 X 93 X 87 X 134 X 134 X 108 X 98 X 98 X-9999 +USW00021504198704WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198705TMAX 239 0 267 0 261 0 228 0 283 0 283 0 233 0 222 0 222 0 233 0 250 0 256 0 256 0 250 0 261 0 261 0 278 0 289 0 283 0 272 0 272 0 272 0 278 0 267 0 261 0 272 0 272 0 283 0 278 0 267 0 278 0 +USW00021504198705TMIN 189 0 194 0 189 0 194 0 194 0 183 0 183 0 178 0 172 0 172 0 161 0 183 0 194 0 189 0 178 0 172 0 161 0 189 0 189 0 189 0 200 0 194 0 167 0 211 0 194 0 194 0 178 0 178 0 217 0 211 0 217 0 +USW00021504198705PRCP 119 0 305 0 203 0 1148 0 58 0 0T 0 564 0 0T 0 13 0 23 0 0T 0 0T 0 97 0 61 0 5 0 0 0 0 0 0 0 0 0 0 0 30 0 5 0 99 0 102 0 30 0 5 0 3 0 335 0 693 0 61 0 15 0 +USW00021504198705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198705ACMH 100 X 90 X 80 X 100 X 80 X 80 X 100 X 100 X 100 X 100 X 80 X 90 X 100 X 90 X 80 X 50 X 80 X 60 X 60 X 80 X 100 X 70 X 50 X 100 X 70 X 50 X 40 X 60 X 90 X 80 X 80 X +USW00021504198705ACSH 100 X 80 X 80 X 100 X 70 X 80 X 100 X 100 X 100 X 100 X 90 X 80 X 90 X 90 X 70 X 40 X 80 X 50 X 50 X 80 X 100 X 80 X 40 X 90 X 80 X 40 X 40 X 50 X 100 X 80 X 90 X +USW00021504198705AWND 31 X 47 X 40 X 30 X 37 X 41 X 86 X 63 X 46 X 40 X 55 X 43 X 28 X 38 X 32 X 36 X 33 X 31 X 36 X 38 X 25 X 34 X 63 X 72 X 67 X 75 X 51 X 32 X 31 X 38 X 40 X +USW00021504198705FMTM 2234 X 1947 X 1055 X 1455 X 1355 X 1055 X 0855 X 1455 X 1255 X 1355 X 1055 X 1355 X 1855 X 1329 X 1455 X 1255 X 1055 X 1055 X 1255 X 1255 X 1355 X 1455 X 1556 X 0955 X 1455 X 1755 X 1055 X 1355 X 1255 X 1547 X 1055 X +USW00021504198705PGTM 2232 X 1541 X 1107 X 2348 X 1122 X 1327 X 0852 X 1212 X 0112 X 1358 X 0952 X 1640 X 1431 X 1321 X 1140 X 1345 X 1442 X 1107 X 1408 X 1143 X 1105 X 1500 X 1651 X 1308 X 1700 X 1758 X 0134 X 1103 X 1314 X 1447 X 0958 X +USW00021504198705TSUN 40 X 289 X 353 X 2 X 400 X 142 X 39 X 4 X 14 X 25 X 428 X 429 X 225 X 191 X 209 X 568 X 527 X 470 X 396 X 267 X 26 X 406 X 481 X 293 X 236 X 657 X 447 X 433 X 69 X 253 X 313 X +USW00021504198705WDF1 50 X 30 X 350 X 320 X 100 X 130 X 350 X 360 X 350 X 350 X 350 X 20 X 330 X 40 X 360 X 30 X 360 X 90 X 70 X 50 X 10 X 10 X 360 X 10 X 360 X 350 X 10 X 10 X 70 X 20 X 50 X +USW00021504198705WDFG 45W X 45W X 360W X 270W X 90W X 135W X 360W X 360W X 360W X 360W X 315W X 360W X 315W X 45W X 360W X 45W X 45W X 90W X 45W X 360W X 360W X 360W X 360W X 360W X 360W X 360W X 315W X 45W X 90W X 45W X 45W X +USW00021504198705WSF1 67 X 80 X 80 X 45 X 76 X 94 X 130 X 125 X 76 X 76 X 89 X 72 X 54 X 72 X 54 X 72 X 67 X 58 X 72 X 67 X 40 X 67 X 98 X 112 X 112 X 103 X 89 X 63 X 80 X 72 X 72 X +USW00021504198705WSFG 77 X 118 X 98 X 77 X 108 X 113 X 185 X 144 X 123 X 98 X 134 X 103 X 87 X 93 X 77 X 82 X 87 X 87 X 103 X 93 X 67 X 82 X 139 X 144 X 154 X 149 X 113 X 87 X 118 X 103 X 98 X +USW00021504198705WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198706TMAX 283 0 283 0 278 0 300 0 272 0 278 0 278 0 261 0 278 0 272 0 283 0 278 0 278 0 278 0 261 0 283 0 256 0 278 0 278 0 267 0 272 0 278 0 283 0 283 0 294 0 278 0 278 0 283 0 283 0 283 0-9999 +USW00021504198706TMIN 183 0 189 0 178 0 200 0 217 0 194 0 200 0 194 0 194 0 200 0 211 0 206 0 206 0 206 0 206 0 200 0 206 0 206 0 206 0 200 0 206 0 206 0 211 0 217 0 217 0 217 0 222 0 200 0 206 0 217 0-9999 +USW00021504198706PRCP 25 0 8 0 23 0 175 0 488 0 0T 0 28 0 114 0 3 0 28 0 69 0 20 0 361 0 193 0 185 0 201 0 69 0 30 0 117 0 282 0 25 0 53 0 5 0 79 0 81 0 208 0 66 0 74 0 191 0 79 0-9999 +USW00021504198706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198706ACMH 70 X 60 X 50 X 70 X 90 X 60 X 60 X 80 X 40 X 80 X 80 X 90 X 90 X 90 X 100 X 90 X 100 X 60 X 80 X 100 X 80 X 90 X 80 X 90 X 80 X 100 X 90 X 80 X 90 X 90 X-9999 +USW00021504198706ACSH 60 X 70 X 50 X 70 X 100 X 50 X 50 X 90 X 30 X 80 X 80 X 80 X 90 X 80 X 100 X 90 X 100 X 50 X 70 X 100 X 80 X 90 X 80 X 90 X 70 X 100 X 80 X 80 X 90 X 80 X-9999 +USW00021504198706AWND 36 X 33 X 43 X 41 X 33 X 42 X 39 X 37 X 44 X 45 X 41 X 38 X 36 X 39 X 33 X 39 X 30 X 38 X 36 X 33 X 34 X 32 X 41 X 39 X 41 X 35 X 41 X 31 X 34 X 45 X-9999 +USW00021504198706FMTM 1355 X 1355 X 1755 X 1255 X 1355 X 1455 X 2235 X 1155 X 1255 X 1356 X 1456 X 1456 X 0055 X 1244 X 1655 X 1555 X 1526 X 1355 X 1555 X 1755 X 1155 X 1355 X 1255 X 1058 X 1255 X 2223 X 1855 X 1555 X 1355 X 1926 X-9999 +USW00021504198706PGTM 1351 X 1331 X 1746 X 1233 X 1309 X 1612 X 2235 X 1258 X 1245 X 1311 X 1904 X 0010 X 1758 X 1240 X 1129 X 1432 X 0203 X 1351 X 1739 X 1250 X 1241 X 1502 X 1256 X 1333 X 1222 X 1124 X 0945 X 1420 X 1444 X 1353 X-9999 +USW00021504198706TSUN 447 X 346 X 563 X 402 X 74 X 619 X 540 X 45 X 678 X 382 X 440 X 441 X 352 X 263 X 101 X 242 X 8 X 629 X 407 X 49 X 334 X 142 X 360 X 134 X 427 X 53 X 287 X 391 X 197 X 362 X-9999 +USW00021504198706WDF1 60 X 70 X 20 X 70 X 70 X 20 X 170 X 60 X 50 X 20 X 30 X 30 X 220 X 60 X 50 X 60 X 40 X 10 X 20 X 350 X 60 X 70 X 110 X 90 X 90 X 70 X 20 X 10 X 360 X 360 X-9999 +USW00021504198706WDFG 45W X 45W X 360W X 90W X 90W X 45W X 180W X 45W X 45W X 45W X 90W X 225W X 90W X 45W X 360W X 45W X 315W X 360W X 360W X 360W X 90W X 45W X 90W X 135W X 90W X 90W X 315W X 360W X 90W X 45W X-9999 +USW00021504198706WSF1 72 X 67 X 72 X 76 X 89 X 80 X 67 X 76 X 76 X 80 X 94 X 72 X 58 X 103 X 76 X 58 X 72 X 72 X 63 X 67 X 94 X 67 X 76 X 80 X 72 X 67 X 67 X 63 X 63 X 80 X-9999 +USW00021504198706WSFG 103 X 67 X 87 X 118 X 113 X 108 X 87 X 87 X 108 X 98 X 108 X 103 X 82 X 144 X 98 X 93 X 72 X 98 X 93 X 87 X 113 X 87 X 108 X 108 X 98 X 98 X 93 X 77 X 108 X 93 X-9999 +USW00021504198706WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198707TMAX 278 0 278 0 278 0 283 0 272 0 283 0 283 0 283 0 294 0 289 0 283 0 283 0 283 0 267 0 283 0 283 0 294 0 272 0 289 0 250 0 267 0 294 0 272 0 283 0 289 0 289 0 289 0 289 0 289 0 283 0 283 0 +USW00021504198707TMIN 211 0 206 0 206 0 194 0 206 0 222 0 211 0 206 0 217 0 217 0 222 0 222 0 222 0 217 0 211 0 206 0 194 0 222 0 217 0 222 0 222 0 222 0 228 0 206 0 211 0 222 0 211 0 222 0 222 0 217 0 217 0 +USW00021504198707PRCP 178 0 109 0 114 0 81 0 81 0 56 0 38 0 13 0 20 0 5 0 33 0 0T 0 112 0 150 0 25 0 48 0 0T 0 130 0 51 0 1321 0 1501 0 69 0 170 0 0 0 0T 0 30 0 86 0 41 0 25 0 51 0 99 0 +USW00021504198707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198707ACMH 80 X 70 X 80 X 70 X 90 X 80 X 70 X 80 X 60 X 70 X 90 X 50 X 60 X 100 X 80 X 60 X 70 X 90 X 90 X 100 X 100 X 90 X 100 X 50 X 70 X 50 X 90 X 70 X 90 X 80 X 80 X +USW00021504198707ACSH 90 X 60 X 80 X 60 X 90 X 70 X 70 X 70 X 50 X 80 X 90 X 30 X 40 X 100 X 90 X 60 X 80 X 90 X 80 X 100 X 100 X 90 X 100 X 50 X 60 X 40 X 80 X 50 X 70 X 90 X 80 X +USW00021504198707AWND 36 X 46 X 45 X 38 X 37 X 41 X 33 X 38 X 34 X 30 X 38 X 39 X 36 X 29 X 37 X 38 X 35 X 30 X 35 X 36 X 31 X 34 X 26 X 35 X 38 X 38 X 38 X 40 X 42 X 41 X 40 X +USW00021504198707FMTM 1755 X 1355 X 1555 X 1255 X 1555 X 1655 X 1555 X 1255 X 1455 X 1239 X 1255 X 1455 X 0156 X 1455 X 1255 X 1356 X 1455 X 1155 X 1623 X 1427 X 1556 X 1555 X 0245 X 1255 X 1232 X 1055 X 1355 X 1255 X 1855 X 1655 X 1955 X +USW00021504198707PGTM 1547 X 1234 X 1718 X 1427 X 1551 X 1513 X 1150 X 1804 X 1512 X 1117 X 2319 X 1416 X 0139 X 1348 X 1215 X 1601 X 1104 X 1147 X 1522 X 0838 X 1603 X 1527 X 1636 X 1052 X 1446 X 1325 X 1336 X 1524 X 1904 X 1723 X 1938 X +USW00021504198707TSUN 138 X 474 X 297 X 489 X 168 X 283 X 462 X 446 X 637 X 300 X 125 X 650 X 673 X 136 X 412 X 553 X 237 X 109 X 405 X 0 X 20 X 146 X 23 X 607 X 411 X 529 X 422 X 645 X 477 X 369 X 343 X +USW00021504198707WDF1 20 X 30 X 50 X 360 X 110 X 50 X 10 X 50 X 40 X 110 X 20 X 50 X 40 X 60 X 70 X 40 X 90 X 130 X 360 X 130 X 50 X 100 X 70 X 60 X 50 X 30 X 90 X 20 X 80 X 60 X 60 X +USW00021504198707WDFG 360W X 45W X 45W X 45W X 90W X 360W X 360W X 45W X 45W X 45W X 45W X 360W X 45W X 90W X 90W X 45W X 360W X 135W X 360W X 90W X 45W X 90W X 90W X 90W X 45W X 45W X 90W X 360W X 90W X 90W X 45W X +USW00021504198707WSF1 76 X 76 X 76 X 67 X 76 X 63 X 54 X 72 X 67 X 72 X 63 X 63 X 76 X 67 X 72 X 76 X 63 X 67 X 67 X 63 X 63 X 80 X 58 X 63 X 80 X 67 X 80 X 63 X 80 X 67 X 72 X +USW00021504198707WSFG 82 X 113 X 108 X 87 X 98 X 87 X 82 X 87 X 77 X 118 X 77 X 82 X 98 X 93 X 87 X 98 X 93 X 87 X 82 X 87 X 87 X 98 X 72 X 87 X 108 X 93 X 98 X 77 X 108 X 103 X 98 X +USW00021504198707WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198707WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198708TMAX 283 0 289 0 289 0 289 0 289 0 283 0 283 0 289 0 294 0 306 0 294 0 289 0 289 0 289 0 294 0 306 0 306 0 300 0 300 0 300 0 306 0 306 0 300 0 300 0 300 0 300 0 294 0 294 0 294 0 311 0 306 0 +USW00021504198708TMIN 222 0 206 0 211 0 206 0 217 0 194 0 200 0 200 0 211 0 206 0 222 0 233 0 217 0 211 0 211 0 217 0 206 0 217 0 217 0 222 0 206 0 233 0 233 0 217 0 211 0 211 0 200 0 222 0 217 0 206 0 228 0 +USW00021504198708PRCP 66 0 23 0 5 0 23 0 61 0 10 0 8 0 33 0 0T 0 117 0 41 0 5 0 43 0 0T 0 20 0 33 0 69 0 91 0 33 0 18 0 20 0 112 0 5 0 3 0 10 0 66 0 3 0 15 0 5 0 0 0 0 0 +USW00021504198708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198708ACMH 70 X 60 X 50 X 50 X 60 X 20 X 40 X 40 X 30 X 50 X 80 X 70 X 40 X 50 X 70 X 60 X 60 X 70 X 80 X 70 X 60 X 70 X 70 X 60 X 70 X 70 X 40 X 60 X 80 X 60 X 80 X +USW00021504198708ACSH 60 X 50 X 40 X 40 X 60 X 10 X 40 X 30 X 20 X 60 X 70 X 50 X 20 X 30 X 60 X 40 X 70 X 70 X 70 X 80 X 40 X 60 X 80 X 70 X 60 X 70 X 30 X 70 X 80 X 40 X 80 X +USW00021504198708AWND 37 X 36 X 36 X 36 X 38 X 38 X 37 X 33 X 38 X 39 X 34 X 36 X 36 X 40 X 39 X 37 X 42 X 36 X 39 X 35 X 43 X 48 X 36 X 34 X 40 X 33 X 35 X 35 X 35 X 42 X 31 X +USW00021504198708FMTM 1855 X 1255 X 1055 X 1455 X 1455 X 1455 X 1456 X 1555 X 1155 X 1355 X 1255 X 1255 X 1455 X 1455 X 1555 X 1455 X 1355 X 1455 X 1155 X 1255 X 1355 X 1355 X 1355 X 1445 X 1355 X 1356 X 1155 X 0955 X 1356 X 1356 X 1155 X +USW00021504198708PGTM 1904 X 0805 X 1037 X 1453 X 1402 X 1343 X 1328 X 1338 X 1535 X 1059 X 1734 X 1617 X 1517 X 1504 X 2202 X 1212 X 1119 X 0523 X 1152 X 1403 X 1431 X 1355 X 1307 X 1436 X 1348 X 1358 X 1117 X 1448 X 1452 X 1322 X 1158 X +USW00021504198708TSUN 588 X 509 X 609 X 548 X 489 X 689 X 422 X 624 X 671 X 554 X 434 X 457 X 652 X 648 X 426 X 611 X 209 X 228 X 377 X 309 X 598 X 357 X 248 X 203 X 381 X 317 X 529 X 364 X 477 X 392 X 31 X +USW00021504198708WDF1 50 X 20 X 60 X 70 X 50 X 30 X 20 X 20 X 70 X 30 X 40 X 50 X 30 X 30 X 20 X 30 X 90 X 80 X 70 X 40 X 90 X 130 X 70 X 60 X 50 X 80 X 70 X 50 X 50 X 90 X 90 X +USW00021504198708WDFG 45W X 90W X 90W X 90W X 45W X 45W X 45W X 360W X 90W X 45W X 45W X 45W X 45W X 45W X 360W X 90W X 90W X 225W X 90W X 90W X 135W X 135W X 90W X 45W X 45W X 90W X 90W X 45W X 90W X 90W X 90W X +USW00021504198708WSF1 72 X 63 X 72 X 72 X 63 X 63 X 67 X 58 X 67 X 67 X 67 X 67 X 63 X 67 X 58 X 63 X 76 X 63 X 76 X 63 X 72 X 98 X 67 X 94 X 76 X 89 X 72 X 67 X 72 X 89 X 63 X +USW00021504198708WSFG 98 X 98 X 98 X 103 X 87 X 82 X 98 X 82 X 93 X 93 X 82 X 87 X 82 X 77 X 87 X 93 X 108 X 98 X 98 X 108 X 98 X 108 X 108 X 113 X 103 X 103 X 93 X 87 X 87 X 108 X 82 X +USW00021504198708WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504198709TMAX 311 0 317 0 322 0 289 0 311 0 300 0 300 0 294 0 294 0 289 0 294 0 289 0 278 0 294 0 294 0 272 0 267 0 278 0 289 0 283 0 289 0 300 0 294 0 294 0 300 0 306 0 300 0 306 0 311 0 283 0-9999 +USW00021504198709TMIN 222 0 222 0 222 0 217 0 217 0 200 0 211 0 211 0 222 0 206 0 217 0 217 0 222 0 228 0 228 0 222 0 222 0 211 0 200 0 206 0 189 0 200 0 200 0 206 0 222 0 222 0 206 0 206 0 206 0 222 0-9999 +USW00021504198709PRCP 0T 0 0T 0 3 0 224 0 8 0 20 0 69 0 43 0 30 0 330 0 406 0 508 0 196 0 5 0 38 0 20 0 61 0 221 0 46 0 0 0 0T 0 0T 0 8 0 0T 0 0 0 13 0 0 0 0T 0 94 0 594 0-9999 +USW00021504198709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198709ACMH 80 X 60 X 60 X 80 X 60 X 60 X 70 X 80 X 50 X 80 X 90 X 90 X 90 X 80 X 90 X 100 X 90 X 90 X 80 X 40 X 60 X 50 X 60 X 80 X 100 X 90 X 40 X 30 X 50 X 90 X-9999 +USW00021504198709ACSH 60 X 50 X 80 X 100 X 80 X 60 X 50 X 70 X 40 X 100 X 100 X 90 X 90 X 80 X 100 X 100 X 100 X 100 X 100 X 40 X 80 X 40 X 60 X 100 X 100 X 100 X 80 X 60 X 40 X 80 X-9999 +USW00021504198709AWND 31 X 33 X 40 X 30 X 35 X 38 X 46 X 46 X 38 X 28 X 37 X 32 X 32 X 38 X 33 X 34 X 32 X 30 X 34 X 34 X 34 X 34 X 31 X 28 X 34 X 41 X 34 X 35 X 36 X 46 X-9999 +USW00021504198709FMTM 1456 X 1155 X 1255 X 0940 X 1355 X 1055 X 1356 X 1455 X 1255 X 1655 X 1355 X 1555 X 0855 X 1356 X 2255 X 0855 X 1355 X 0837 X 1155 X 1355 X 1355 X 1646 X 1255 X 1255 X 1255 X 1056 X 1356 X 1355 X 1755 X 1855 X-9999 +USW00021504198709PGTM 1517 X 1225 X 1240 X 1103 X 1347 X 1037 X 1326 X 1446 X 1403 X 0826 X 1337 X 1552 X 0259 X 1501 X 1524 X 1356 X 1444 X 1334 X 1626 X 1317 X 1251 X 1628 X 1243 X 1304 X 1254 X 1155 X 1413 X 1150 X 1812 X 1909 X-9999 +USW00021504198709TSUN 414 X 427 X 374 X 85 X 504 X 551 X 558 X 544 X 602 X 75 X 40 X 94 X 71 X 518 X 205 X 16 X 11 X 32 X 170 X 489 X 471 X 475 X 440 X 296 X 37 X 74 X 448 X 423 X 525 X 228 X-9999 +USW00021504198709WDF1 90 X 70 X 100 X 110 X 40 X 90 X 360 X 10 X 60 X 140 X 40 X 40 X 120 X 70 X 200 X 80 X 40 X 80 X 290 X 20 X 70 X 350 X 20 X 100 X 120 X 130 X 60 X 100 X 350 X 360 X-9999 +USW00021504198709WDFG 90W X 90W X 90W X 45W X 45W X 90W X 360W X 360W X 45W X 45W X 45W X 45W X 135W X 90W X 360W X 45W X 45W X 90W X 360W X 360W X 90W X 315W X 360W X 90W X 135W X 180W X 45W X 90W X 360W X 360W X-9999 +USW00021504198709WSF1 54 X 67 X 72 X 54 X 72 X 72 X 80 X 80 X 67 X 54 X 112 X 67 X 58 X 67 X 54 X 58 X 63 X 58 X 54 X 76 X 72 X 63 X 67 X 67 X 58 X 80 X 72 X 72 X 63 X 94 X-9999 +USW00021504198709WSFG 82 X 87 X 108 X 93 X 98 X 113 X 113 X 103 X 87 X 98 X 154 X 82 X 82 X 82 X 77 X 93 X 98 X 98 X 67 X 87 X 87 X 82 X 82 X 87 X 72 X 103 X 82 X 98 X 103 X 123 X-9999 +USW00021504198709WT03-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00021504198709WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00021504198709WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 +USW00021504198710TMAX 261 0 267 0 289 0 306 0 306 0 306 0 306 0 311 0 289 0 311 0 300 0 300 0 306 0 289 0 294 0 306 0 306 0 300 0 300 0 272 0 244 0 239 0 261 0 272 0 289 0 283 0 272 0 278 0 283 0 283 0 283 0 +USW00021504198710TMIN 233 0 228 0 211 0 189 0 194 0 200 0 206 0 200 0 200 0 200 0 200 0 200 0 200 0 222 0 222 0 206 0 217 0 217 0 222 0 217 0 211 0 217 0 211 0 206 0 194 0 211 0 206 0 206 0 206 0 200 0 194 0 +USW00021504198710PRCP 869 0 455 0 191 0 0T 0 0T 0 3 0 13 0 8 0 0 0 0 0 10 0 5 0 0T 0 33 0 0T 0 0T 0 0 0 0T 0 76 0 43 0 99 0 1077 0 109 0 102 0 84 0 160 0 112 0 53 0 30 0 15 0 64 0 +USW00021504198710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198710ACMH 100 X 100 X 80 X 60 X 40 X 40 X 60 X 40 X 50 X 10 X 60 X 60 X 50 X 100 X 100 X 90 X 80 X 70 X 80 X 100 X 100 X 100 X 90 X 90 X 70 X 90 X 80 X 90 X 80 X 70 X 50 X +USW00021504198710ACSH 100 X 100 X 80 X 70 X 50 X 30 X 70 X 40 X 70 X 10 X 80 X 50 X 50 X 100 X 100 X 100 X 80 X 70 X 80 X 100 X 100 X 100 X 100 X 90 X 50 X 90 X 100 X 90 X 80 X 60 X 50 X +USW00021504198710AWND 40 X 25 X 32 X 39 X 36 X 41 X 36 X 37 X 34 X 33 X 36 X 40 X 43 X 34 X 34 X 33 X 41 X 39 X 34 X 23 X 29 X 26 X 31 X 29 X 35 X 29 X 30 X 37 X 31 X 29 X 30 X +USW00021504198710FMTM 0622 X 0000 X 1455 X 1108 X 1455 X 1355 X 1255 X 1455 X 1055 X 1655 X 1356 X 1355 X 1355 X 0955 X 1255 X 1255 X 1155 X 1356 X 1455 X 1033 X 1355 X 1413 X 1555 X 1239 X 1555 X 0855 X 1626 X 1555 X 1356 X 1555 X 1355 X +USW00021504198710PGTM 0322 X 1459 X 1316 X 1044 X 1508 X 1353 X 1009 X 1421 X 1118 X 1417 X 1208 X 1326 X 1534 X 1553 X 1227 X 1436 X 1220 X 1038 X 1342 X 1038 X 0255 X 1104 X 2312 X 1915 X 1538 X 0012 X 1159 X 0642 X 1017 X 1600 X 1252 X +USW00021504198710TSUN 3 X 0 X 260 X 378 X 335 X 504 X 426 X 460 X 321 X 701 X 301 X 449 X 528 X 7 X 134 X 119 X 283 X 380 X 99 X 11 X 0 X 0 X 0 X 101 X 438 X 63 X 103 X 118 X 211 X 169 X 464 X +USW00021504198710WDF1 50 X-9999 50 X 90 X 50 X 70 X 70 X 70 X 60 X 40 X 80 X 70 X 100 X 230 X 130 X 70 X 110 X 360 X 50 X 360 X 250 X 230 X 300 X 60 X 60 X 240 X 90 X 60 X 30 X 70 X 50 X +USW00021504198710WDFG 45W X 135W X 45W X 90W X 45W X 90W X 180W X 90W X 90W X 90W X 135W X 90W X 90W X 135W X 135W X 90W X 135W X 45W X 45W X 360W X 315W X 315W X 360W X 90W X 90W X 225W X 45W X 90W X 360W X 90W X 360W X +USW00021504198710WSF1 63 X 45 X 54 X 72 X 63 X 72 X 72 X 67 X 63 X 54 X 67 X 76 X 89 X 72 X 63 X 63 X 80 X 72 X 67 X 54 X 45 X 45 X 45 X 58 X 72 X 58 X 54 X 67 X 58 X 54 X 63 X +USW00021504198710WSFG 98 X 67 X 77 X 87 X 82 X 93 X 87 X 87 X 98 X 77 X 98 X 98 X 123 X 87 X 98 X 82 X 123 X 98 X 82 X 77 X 72 X 67 X 82 X 93 X 103 X 82 X 98 X 103 X 103 X 77 X 77 X +USW00021504198710WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198710WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198711TMAX 289 0 289 0 289 0 283 0 289 0 283 0 278 0 289 0 283 0 272 0 300 0 289 0 272 0 294 0 278 0 267 0 267 0 261 0 272 0 256 0 250 0 272 0 283 0 283 0 267 0 278 0 272 0 267 0 267 0 272 0-9999 +USW00021504198711TMIN 189 0 200 0 194 0 206 0 194 0 206 0 200 0 189 0 200 0 206 0 211 0 194 0 189 0 194 0 183 0 189 0 172 0 206 0 206 0 194 0 206 0 211 0 200 0 211 0 194 0 200 0 189 0 206 0 183 0 200 0-9999 +USW00021504198711PRCP 124 0 8 0 0 0 5 0 25 0 170 0 122 0 10 0 3 0 302 0 117 0 86 0 36 0 0T 0 0T 0 0 0 41 0 46 0 178 0 472 0 1379 0 163 0 135 0 81 0 97 0 130 0 18 0 48 0 84 0 142 0-9999 +USW00021504198711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198711ACMH 80 X 70 X 80 X 60 X 90 X 90 X 80 X 40 X 50 X 90 X 70 X 40 X 90 X 40 X 90 X 90 X 80 X 90 X 90 X 90 X 100 X 100 X 70 X 80 X 70 X 80 X 80 X 90 X 70 X 100 X-9999 +USW00021504198711ACSH 80 X 60 X 90 X 50 X 100 X 90 X 90 X 20 X 30 X 90 X 70 X 40 X 90 X 40 X 100 X 100 X 90 X 90 X 90 X 100 X 100 X 90 X 60 X 70 X 80 X 70 X 70 X 90 X 80 X 100 X-9999 +USW00021504198711AWND 33 X 36 X 34 X 32 X 27 X 32 X 31 X 33 X 30 X 28 X 26 X 32 X 23 X 37 X 51 X 52 X 51 X 62 X 31 X 42 X 30 X 37 X 28 X 33 X 27 X 40 X 47 X 52 X 35 X 33 X-9999 +USW00021504198711FMTM 0855 X 1455 X 1155 X 1255 X 1255 X 1355 X 0800 X 1355 X 1255 X 1555 X 1627 X 1325 X 0055 X 1455 X 1755 X 0555 X 1655 X 1555 X 1055 X 2255 X 1055 X 1255 X 1155 X 1455 X 0955 X 0955 X 2155 X 1555 X 1055 X 1555 X-9999 +USW00021504198711PGTM 0854 X 1448 X 1403 X 1318 X 1508 X 1628 X 0838 X 2112 X 1436 X 1528 X 1430 X 1342 X 1112 X 1446 X 1638 X 0043 X 0939 X 1514 X 0728 X 2250 X 0059 X 1315 X 0659 X 1431 X 0958 X 1213 X 2150 X 1223 X 1048 X 1544 X-9999 +USW00021504198711TSUN 150 X 268 X 381 X 371 X 219 X 259 X 119 X 463 X 398 X 23 X 220 X 344 X 12 X 503 X 13 X 14 X 50 X 177 X 46 X 1 X 3 X 77 X 222 X 234 X 54 X 297 X 78 X 54 X 51 X 24 X-9999 +USW00021504198711WDF1 60 X 130 X 90 X 40 X 60 X 360 X 350 X 60 X 40 X 70 X 60 X 100 X 230 X 100 X 20 X 360 X 10 X 360 X 40 X 120 X 350 X 100 X 70 X 90 X 90 X 60 X 60 X 340 X 70 X 110 X-9999 +USW00021504198711WDFG 45W X 135W X 90W X 45W X 360W X 360W X 315W X 225W X 45W X 90W X 90W X 90W X 90W X 90W X 360W X 360W X 45W X 360W X 270W X 135W X 90W X 90W X 180W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X-9999 +USW00021504198711WSF1 94 X 76 X 67 X 58 X 58 X 54 X 67 X 63 X 67 X 54 X 63 X 67 X 54 X 76 X 125 X 80 X 94 X 98 X 54 X 103 X 67 X 80 X 54 X 72 X 98 X 80 X 89 X 94 X 76 X 89 X-9999 +USW00021504198711WSFG 93 X 118 X 98 X 77 X 87 X 67 X 98 X 93 X 82 X 72 X 77 X 103 X 72 X 103 X 154 X 139 X 123 X 139 X 108 X 149 X 113 X 123 X 118 X 98 X 118 X 118 X 134 X 123 X 118 X 108 X-9999 +USW00021504198711WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198711WT16 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198712TMAX 272 0 272 0 267 0 267 0 267 0 256 0 256 0 278 0 278 0 278 0 256 0 239 0 244 0 267 0 267 0 267 0 256 0 239 0 261 0 272 0 244 0 244 0 278 0 278 0 278 0 261 0 272 0 283 0 272 0 250 0 272 0 +USW00021504198712TMIN 183 0 172 0 178 0 156 0 172 0 211 0 200 0 206 0 183 0 189 0 189 0 206 0 194 0 200 0 217 0 206 0 200 0 200 0 211 0 206 0 194 0 200 0 189 0 194 0 183 0 189 0 189 0 200 0 200 0 183 0 172 0 +USW00021504198712PRCP 13 0 43 0 13 0 0 0 10 0 107 0 175 0 46 0 18 0 18 0 188 0 1666 0 1935 0 46 0 48 0 15 0 0 0 686 0 112 0 43 0 66 0 48 0 84 0 5 0 8 0 84 0 8 0 10 0 71 0 71 0 0 0 +USW00021504198712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198712ACMH 80 X 70 X 70 X 20 X 50 X 100 X 100 X 80 X 40 X 50 X 90 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 90 X 90 X 90 X 60 X 60 X 80 X 90 X 60 X 70 X 80 X 80 X 70 X +USW00021504198712ACSH 90 X 60 X 70 X 10 X 60 X 100 X 100 X 70 X 0 X 40 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 100 X 100 X 30 X 40 X 70 X 80 X 30 X 40 X 80 X 100 X 60 X +USW00021504198712AWND 33 X 34 X 37 X 34 X 42 X 53 X 26 X 30 X 38 X 38 X 43 X 49 X 48 X 44 X 43 X 39 X 47 X 46 X 31 X 31 X 31 X 27 X 38 X 33 X 37 X 32 X 38 X 39 X 35 X 30 X 40 X +USW00021504198712FMTM 1255 X 1255 X 1155 X 1255 X 1316 X 1706 X 0000 X 1655 X 1655 X 1035 X 0955 X 0456 X 0256 X 0000 X 0000 X 0000 X 1255 X 0956 X 1455 X 1355 X 1155 X 1733 X 1355 X 1355 X 1356 X 1155 X 1455 X 1555 X 1655 X 1055 X 1455 X +USW00021504198712PGTM 1254 X 1325 X 1046 X 1317 X 1840 X 0525 X 2256 X 1255 X 1143 X 1011 X 1046 X 0516 X 0248 X 1355 X 1540 X 0038 X 1233 X 1009 X 1546 X 1444 X 1153 X 1742 X 1401 X 1424 X 1339 X 1145 X 1502 X 1328 X 1600 X 1056 X 1603 X +USW00021504198712TSUN 72 X 245 X 63 X 583 X 202 X 4 X 2 X 165 X 544 X 335 X 29 X 0 X 0 X 0 X 4 X 6 X 6 X 0 X 0 X 24 X 0 X 0 X 336 X 228 X 189 X 165 X 400 X 408 X 105 X 15 X 408 X +USW00021504198712WDF1 90 X 50 X 60 X 60 X 360 X 70 X 340 X 140 X 60 X 140 X 170 X 150 X 360 X 150 X 160 X 130 X 160 X 150 X 120 X 80 X 220 X 270 X 110 X 100 X 60 X 90 X 140 X 100 X 120 X 160 X 120 X +USW00021504198712WDFG 90W X 360W X 45W X 45W X 360W X 45W X 360W X 135W X 90W X 180W X 180W X 180W X 360W X 135W X 135W X 180W X 180W X 135W X 135W X 135W X 225W X 270W X 135W X 90W X 45W X 90W X 135W X 135W X 135W X 180W X 135W X +USW00021504198712WSF1 103 X 63 X 67 X 54 X 72 X 76 X 54 X 67 X 58 X 67 X 80 X 80 X 80 X 76 X 72 X 67 X 76 X 103 X 72 X 58 X 72 X 45 X 72 X 72 X 94 X 76 X 80 X 76 X 63 X 54 X 72 X +USW00021504198712WSFG 113 X 93 X 87 X 77 X 108 X 108 X 93 X 93 X 77 X 103 X 98 X 139 X 139 X 98 X 123 X 108 X 113 X 185 X 93 X 77 X 98 X 62 X 108 X 93 X 108 X 98 X 123 X 103 X 87 X 82 X 103 X +USW00021504198712WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198712WT16 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198801TMAX 233 0 211 0 217 0 233 0 261 0 261 0 261 0 261 0 267 0 272 0 283 0 278 0 278 0 278 0 272 0 256 0 272 0 283 0 267 0 278 0 278 0 256 0 272 0 261 0 256 0 256 0 239 0 272 0 250 0 267 0 267 0 +USW00021504198801TMIN 189 0 189 0 183 0 183 0 189 0 194 0 161 0 172 0 189 0 183 0 183 0 189 0 183 0 189 0 189 0 206 0 194 0 167 0 194 0 172 0 200 0 194 0 183 0 178 0 172 0 167 0 189 0 167 0 172 0 156 0 178 0 +USW00021504198801PRCP 246 0 820 0 163 0 112 0 8 0 36 0 0 0 0 0 71 0 0T 0 0T 0 3 0 0 0 0T 0 41 0 122 0 107 0 3 0 0 0 0T 0 36 0 43 0 48 0 10 0 56 0 152 0 147 0 353 0 43 0 0 0 0T 0 +USW00021504198801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198801ACMH 100 X 100 X 100 X 100 X 60 X 60 X 40 X 40 X 60 X 60 X 40 X 30 X 40 X 50 X 70 X 90 X 70 X 60 X 40 X 20 X 50 X 80 X 80 X 60 X 100 X 90 X 100 X 90 X 70 X 10 X 60 X +USW00021504198801ACSH 100 X 100 X 100 X 100 X 30 X 40 X 20 X 10 X 70 X 70 X 40 X 20 X 30 X 50 X 80 X 90 X 40 X 60 X 40 X 20 X 40 X 80 X 70 X 70 X 100 X 100 X 100 X 90 X 70 X 10 X 60 X +USW00021504198801AWND 36 X 75 X 52 X 37 X 35 X 43 X 34 X 37 X 29 X 31 X 33 X 37 X 37 X 33 X 38 X 34 X 47 X 30 X 33 X 42 X 45 X 38 X 34 X 36 X 35 X 34 X 28 X 33 X 38 X 34 X 36 X +USW00021504198801FMTM 2208 X 0055 X 1155 X 0455 X 2155 X 0946 X 1155 X 1255 X 1055 X 1410 X 1355 X 1455 X 1355 X 1555 X 1555 X 1701 X 1355 X 1355 X 1356 X 1355 X 1355 X 0955 X 1455 X 1055 X 0655 X 1455 X 1435 X 1356 X 0355 X 1555 X 1355 X +USW00021504198801PGTM 2232 X 0011 X 1141 X 0207 X 2115 X 0945 X 1447 X 1504 X 1045 X 1405 X 1241 X 1403 X 1207 X 1010 X 0859 X 2257 X 1452 X 1404 X 1432 X 1252 X 1359 X 0933 X 1655 X 1050 X 0608 X 1435 X 1432 X 1505 X 1421 X 1524 X 1317 X +USW00021504198801TSUN 0 X 9 X 21 X 54 X 410 X 275 X 578 X 606 X 204 X 232 X 456 X 526 X 462 X 399 X 167 X 174 X 532 X 205 X 400 X 502 X 565 X 111 X 290 X 218 X 103 X 153 X 0 X 240 X 302 X 537 X 250 X +USW00021504198801WDF1 360 X 340 X 350 X 350 X 340 X 20 X 20 X 40 X 50 X 110 X 100 X 120 X 120 X 140 X 120 X 80 X 140 X 110 X 50 X 110 X 130 X 140 X 120 X 120 X 300 X 10 X 40 X 60 X 60 X 30 X 30 X +USW00021504198801WDFG 360W X 315W X 360W X 360W X 315W X 360W X 90W X 45W X 45W X 90W X 90W X 135W X 90W X 90W X 180W X 270W X 135W X 90W X 90W X 135W X 135W X 135W X 180W X 135W X 225W X 360W X 45W X 90W X 45W X 360W X 45W X +USW00021504198801WSF1 134 X 130 X 89 X 63 X 54 X 103 X 54 X 63 X 63 X 72 X 63 X 72 X 67 X 58 X 63 X 72 X 89 X 63 X 63 X 72 X 80 X 67 X 76 X 89 X 67 X 63 X 54 X 67 X 80 X 54 X 58 X +USW00021504198801WSFG 211 X 159 X 139 X 93 X 93 X 144 X 77 X 77 X 82 X 93 X 87 X 93 X 98 X 108 X 77 X 77 X 118 X 82 X 82 X 108 X 113 X 118 X 98 X 103 X 72 X 98 X 77 X 93 X 129 X 67 X 77 X +USW00021504198801WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198801WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198801WT16 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 +USW00021504198802TMAX 267 0 272 0 272 0 272 0 278 0 278 0 250 0 272 0 256 0 272 0 256 0 267 0 261 0 267 0 261 0 267 0 261 0 267 0 239 0 267 0 289 0 278 0 278 0 272 0 267 0 233 0 244 0 250 0 278 0-9999 -9999 +USW00021504198802TMIN 156 0 178 0 161 0 156 0 178 0 172 0 167 0 183 0 189 0 178 0 194 0 178 0 194 0 172 0 194 0 189 0 183 0 183 0 172 0 189 0 172 0 183 0 211 0 217 0 194 0 194 0 189 0 183 0 167 0-9999 -9999 +USW00021504198802PRCP 0 0 0T 0 0 0 0 0 0T 0 3 0 135 0 234 0 71 0 71 0 58 0 109 0 28 0 180 0 127 0 38 0 188 0 89 0 20 0 0T 0 0 0 0T 0 155 0 0T 0 495 0 340 0 53 0 91 0 41 0-9999 -9999 +USW00021504198802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504198802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504198802ACMH 30 X 40 X 20 X 20 X 40 X 60 X 80 X 90 X 90 X 90 X 80 X 60 X 60 X 60 X 80 X 50 X 60 X 50 X 80 X 80 X 50 X 50 X 90 X 90 X 90 X 100 X 100 X 80 X 60 X-9999 -9999 +USW00021504198802ACSH 30 X 40 X 20 X 20 X 50 X 50 X 100 X 70 X 90 X 80 X 90 X 50 X 40 X 50 X 70 X 50 X 50 X 50 X 100 X 70 X 50 X 60 X 80 X 90 X 100 X 100 X 100 X 90 X 50 X-9999 -9999 +USW00021504198802AWND 35 X 44 X 38 X 41 X 47 X 41 X 28 X 40 X 38 X 32 X 35 X 40 X 37 X 34 X 26 X 34 X 34 X 39 X 34 X 38 X 46 X 48 X 37 X 42 X 43 X 40 X 30 X 36 X 37 X-9999 -9999 +USW00021504198802FMTM 1355 X 1555 X 1555 X 1355 X 1055 X 1455 X 0555 X 1255 X 1355 X 1155 X 1415 X 1455 X 1355 X 2255 X 1406 X 1155 X 1155 X 1555 X 1055 X 1555 X 1555 X 1528 X 1455 X 1855 X 2355 X 0152 X 1853 X 1452 X 1552 X-9999 -9999 +USW00021504198802PGTM 1304 X 1425 X 1539 X 1443 X 1104 X 1313 X 0422 X 1713 X 0058 X 0117 X 1221 X 1846 X 0545 X 0917 X 1405 X 1506 X 1126 X 1407 X 0016 X 1526 X 1704 X 1704 X 0227 X 1934 X 2353 X 0243 X 0022 X 1440 X 1206 X-9999 -9999 +USW00021504198802TSUN 525 X 466 X 532 X 610 X 414 X 365 X 46 X 499 X 112 X 231 X 187 X 517 X 373 X 381 X 248 X 518 X 494 X 495 X 142 X 321 X 550 X 419 X 329 X 260 X 174 X 0 X 33 X 152 X 473 X-9999 -9999 +USW00021504198802WDF1 80 X 140 X 140 X 120 X 120 X 110 X 210 X 80 X 80 X 100 X 340 X 20 X 60 X 250 X 70 X 10 X 80 X 160 X 110 X 130 X 160 X 30 X 70 X 20 X 80 X 60 X 240 X 60 X 130 X-9999 -9999 +USW00021504198802WDFG 90W X 135W X 135W X 90W X 135W X 135W X 270W X 135W X 135W X 315W X 315W X 45W X 90W X 135W X 90W X 45W X 90W X 90W X 180W X 135W X 135W X 45W X 90W X 360W X 90W X 45W X 270W X 45W X 180W X-9999 -9999 +USW00021504198802WSF1 72 X 80 X 76 X 67 X 103 X 76 X 40 X 80 X 76 X 63 X 67 X 72 X 72 X 58 X 76 X 58 X 76 X 76 X 54 X 72 X 103 X 94 X 63 X 72 X 76 X 98 X 45 X 67 X 58 X-9999 -9999 +USW00021504198802WSFG 87 X 118 X 98 X 93 X 123 X 113 X 67 X 113 X 93 X 98 X 87 X 98 X 98 X 93 X 93 X 87 X 113 X 103 X 82 X 108 X 113 X 108 X 87 X 87 X 103 X 108 X 67 X 98 X 103 X-9999 -9999 +USW00021504198802WT16-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504198803TMAX 267 0 267 0 267 0 272 0 267 0 272 0 267 0 278 0 267 0 267 0 267 0 267 0 267 0 261 0 228 0 272 0 278 0 283 0 278 0 278 0 256 0 261 0 272 0 250 0 256 0 278 0 261 0 267 0 261 0 267 0 261 0 +USW00021504198803TMIN 167 0 178 0 178 0 178 0 183 0 183 0 183 0 178 0 183 0 172 0 167 0 172 0 172 0 156 0 172 0 178 0 161 0 178 0 194 0 183 0 183 0 183 0 183 0 206 0 189 0 183 0 206 0 194 0 189 0 178 0 189 0 +USW00021504198803PRCP 0T 0 3 0 0T 0 33 0 25 0 3 0 51 0 76 0 13 0 0T 0 0T 0 0T 0 0 0 279 0 450 0 13 0 0 0 0T 0 28 0 30 0 23 0 160 0 434 0 109 0 559 0 183 0 20 0 102 0 71 0 124 0 536 0 +USW00021504198803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198803ACMH 40 X 50 X 80 X 80 X 70 X 60 X 80 X 90 X 40 X 30 X 30 X 30 X 40 X 70 X 80 X 60 X 60 X 40 X 50 X 70 X 80 X 80 X 90 X 100 X 100 X 80 X 100 X 100 X 80 X 70 X 90 X +USW00021504198803ACSH 30 X 50 X 80 X 100 X 70 X 60 X 80 X 80 X 40 X 20 X 20 X 20 X 30 X 70 X 100 X 80 X 60 X 50 X 40 X 70 X 90 X 90 X 90 X 100 X 100 X 70 X 100 X 90 X 70 X 60 X 100 X +USW00021504198803AWND 48 X 44 X 39 X 37 X 30 X 40 X 34 X 40 X 38 X 35 X 39 X 40 X 39 X 51 X 29 X 38 X 33 X 38 X 41 X 41 X 38 X 36 X 42 X 36 X 30 X 36 X 36 X 39 X 33 X 38 X 35 X +USW00021504198803FMTM 1355 X 1355 X 1255 X 0952 X 1353 X 1152 X 1153 X 1755 X 1155 X 1255 X 1455 X 1255 X 1252 X 1555 X 1348 X 1652 X 1455 X 1356 X 1356 X 1255 X 1555 X 1453 X 1353 X 1327 X 1600 X 1152 X 1243 X 0955 X 1456 X 1325 X 1255 X +USW00021504198803PGTM 1048 X 1409 X 1233 X 1234 X 1424 X 1145 X 1150 X 1330 X 1301 X 1247 X 1415 X 1503 X 1144 X 1500 X 0125 X 1734 X 1258 X 1532 X 0714 X 1254 X 1209 X 1536 X 1537 X 1613 X 1035 X 1333 X 1237 X 1058 X 1432 X 2323 X 1258 X +USW00021504198803TSUN 568 X 476 X 420 X 405 X 426 X 454 X 314 X 298 X 520 X 632 X 640 X 611 X 649 X 432 X 67 X 212 X 473 X 409 X 393 X 246 X 228 X 172 X 220 X 5 X 9 X 276 X 20 X 58 X 29 X 373 X 84 X +USW00021504198803WDF1 130 X 110 X 100 X 100 X 100 X 130 X 140 X 140 X 120 X 40 X 20 X 60 X 30 X 50 X 360 X 130 X 100 X 110 X 80 X 90 X 80 X 100 X 110 X 180 X 260 X 100 X 140 X 90 X 60 X 50 X 50 X +USW00021504198803WDFG 135W X 90W X 90W X 90W X 90W X 135W X 135W X 135W X 90W X 45W X 360W X 45W X 360W X 360W X 45W X 135W X 135W X 45W X 180W X 90W X 90W X 90W X 90W X 135W X 180W X 90W X 135W X 90W X 45W X 45W X 45W X +USW00021504198803WSF1 94 X 72 X 67 X 72 X 54 X 94 X 63 X 72 X 63 X 63 X 63 X 67 X 76 X 103 X 54 X 67 X 67 X 72 X 94 X 98 X 89 X 67 X 80 X 54 X 63 X 76 X 76 X 67 X 63 X 80 X 76 X +USW00021504198803WSFG 118 X 98 X 123 X 98 X 98 X 129 X 93 X 123 X 98 X 87 X 87 X 103 X 98 X 149 X 103 X 93 X 87 X 87 X 123 X 113 X 129 X 98 X 118 X 77 X 82 X 108 X 87 X 93 X 93 X 129 X 98 X +USW00021504198803WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00021504198803WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198804TMAX 267 0 261 0 250 0 244 0 267 0 267 0 267 0 261 0 267 0 261 0 261 0 267 0 267 0 267 0 267 0 272 0 278 0 272 0 278 0 261 0 267 0 267 0 272 0 267 0 267 0 261 0 261 0 256 0 261 0 272 0-9999 +USW00021504198804TMIN 189 0 178 0 183 0 178 0 183 0 183 0 194 0 178 0 172 0 183 0 206 0 200 0 200 0 194 0 200 0 167 0 178 0 178 0 172 0 178 0 183 0 194 0 200 0 183 0 178 0 183 0 189 0 194 0 200 0 189 0-9999 +USW00021504198804PRCP 30 0 206 0 335 0 770 0 234 0 269 0 46 0 66 0 81 0 183 0 18 0 0 0 0T 0 0T 0 3 0 0T 0 3 0 46 0 3 0 38 0 81 0 18 0 18 0 43 0 109 0 117 0 76 0 203 0 211 0 71 0-9999 +USW00021504198804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198804ACMH 50 X 70 X 90 X 90 X 70 X 80 X 60 X 50 X 50 X 70 X 70 X 80 X 90 X 90 X 70 X 40 X 40 X 60 X 40 X 80 X 70 X 70 X 70 X 60 X 60 X 80 X 100 X 100 X 100 X 90 X-9999 +USW00021504198804ACSH 40 X 70 X 90 X 80 X 60 X 70 X 40 X 30 X 50 X 60 X 60 X 60 X 90 X 90 X 60 X 30 X 40 X 60 X 40 X 80 X 60 X 40 X 90 X 70 X 40 X 90 X 90 X 100 X 100 X 70 X-9999 +USW00021504198804AWND 48 X 37 X 30 X 26 X 42 X 34 X 39 X 37 X 36 X 48 X 58 X 47 X 38 X 36 X 34 X 40 X 44 X 39 X 41 X 33 X 40 X 38 X 36 X 40 X 36 X 40 X 47 X 37 X 39 X 38 X-9999 +USW00021504198804FMTM 1652 X 1652 X 1528 X 0955 X 1454 X 1356 X 1353 X 1455 X 1455 X 1634 X 0054 X 1056 X 1455 X 1052 X 1355 X 1352 X 1354 X 1255 X 1452 X 1324 X 1254 X 1553 X 1353 X 1353 X 1654 X 1154 X 1553 X 1252 X 1455 X 1553 X-9999 +USW00021504198804PGTM 1423 X 0808 X 1110 X 1446 X 1903 X 1408 X 1528 X 1343 X 1237 X 2107 X 0053 X 1037 X 1326 X 1234 X 1351 X 1230 X 1451 X 1444 X 1553 X 1543 X 1511 X 1508 X 1230 X 1420 X 1503 X 1711 X 1351 X 1447 X 0949 X 1553 X-9999 +USW00021504198804TSUN 454 X 268 X 59 X 74 X 322 X 265 X 418 X 592 X 582 X 546 X 464 X 338 X 128 X 0 X 135 X 387 X 355 X 262 X 289 X 134 X 323 X 384 X 40 X 352 X 483 X 150 X 79 X 82 X 107 X 201 X-9999 +USW00021504198804WDF1 30 X 50 X 40 X 360 X 40 X 10 X 40 X 40 X 360 X 60 X 50 X 60 X 120 X 170 X 50 X 60 X 100 X 90 X 90 X 90 X 110 X 90 X 120 X 40 X 30 X 70 X 20 X 70 X 120 X 80 X-9999 +USW00021504198804WDFG 45W X 45W X 315W X 315W X 45W X 360W X 45W X 45W X 90W X 45W X 45W X 45W X 90W X 90W X 45W X 90W X 135W X 90W X 90W X 45W X 90W X 90W X 135W X 45W X 45W X 45W X 45W X 90W X 135W X 90W X-9999 +USW00021504198804WSF1 76 X 67 X 58 X 54 X 67 X 67 X 67 X 63 X 63 X 98 X 89 X 80 X 72 X 67 X 72 X 72 X 94 X 89 X 89 X 63 X 76 X 72 X 67 X 63 X 63 X 76 X 76 X 76 X 80 X 80 X-9999 +USW00021504198804WSFG 103 X 118 X 82 X 77 X 87 X 82 X 93 X 87 X 87 X 118 X 113 X 98 X 98 X 82 X 98 X 118 X 113 X 103 X 103 X 87 X 103 X 98 X 108 X 77 X 87 X 103 X 103 X 98 X 113 X 93 X-9999 +USW00021504198804WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198804WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198805TMAX 267 0 272 0 278 0 261 0 256 0 272 0 256 0 261 0 267 0 267 0 267 0 267 0 272 0 278 0 278 0 272 0 272 0 289 0 283 0 272 0 278 0 272 0 272 0 283 0 278 0 272 0 272 0 256 0 272 0 283 0 272 0 +USW00021504198805TMIN 200 0 206 0 206 0 200 0 200 0 178 0 200 0 200 0 172 0 178 0 189 0 206 0 200 0 189 0 206 0 200 0 211 0 217 0 206 0 206 0 200 0 200 0 211 0 206 0 183 0 189 0 194 0 189 0 189 0 200 0 183 0 +USW00021504198805PRCP 198 0 71 0 244 0 79 0 18 0 0T 0 89 0 38 0 36 0 8 0 53 0 137 0 56 0 20 0 0T 0 8 0 25 0 0 0 0T 0 25 0 36 0 119 0 102 0 23 0 5 0 13 0 196 0 310 0 5 0 23 0 38 0 +USW00021504198805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198805ACMH 100 X 90 X 100 X 100 X 90 X 70 X 100 X 80 X 50 X 80 X 80 X 100 X 80 X 60 X 70 X 90 X 100 X 80 X 80 X 70 X 80 X 80 X 90 X 80 X 50 X 60 X 80 X 100 X 70 X 80 X 50 X +USW00021504198805ACSH 100 X 80 X 100 X 100 X 100 X 70 X 100 X 90 X 30 X 70 X 60 X 100 X 70 X 40 X 60 X 90 X 100 X 70 X 90 X 50 X 80 X 70 X 90 X 70 X 20 X 50 X 70 X 100 X 80 X 90 X 60 X +USW00021504198805AWND 35 X 37 X 36 X 37 X 33 X 48 X 38 X 34 X 38 X 51 X 38 X 30 X 34 X 38 X 31 X 34 X 42 X 40 X 43 X 42 X 39 X 32 X 32 X 33 X 41 X 38 X 38 X 34 X 36 X 36 X 40 X +USW00021504198805FMTM 1155 X 1153 X 1053 X 1356 X 1552 X 1353 X 1154 X 1356 X 1356 X 1245 X 1256 X 1253 X 1452 X 1655 X 1038 X 1653 X 1553 X 1355 X 1455 X 1655 X 0515 X 1343 X 0554 X 1252 X 1255 X 1553 X 1455 X 0655 X 1553 X 1654 X 1453 X +USW00021504198805PGTM 1203 X 1358 X 1157 X 1521 X 1338 X 1412 X 1223 X 1352 X 1209 X 1233 X 1032 X 1343 X 1557 X 1648 X 1033 X 0952 X 1445 X 1026 X 1500 X 1823 X 1705 X 1120 X 1426 X 1518 X 1129 X 1257 X 2240 X 1446 X 1232 X 1736 X 1345 X +USW00021504198805TSUN 247 X 92 X 66 X 13 X 8 X 241 X 19 X 190 X 647 X 403 X 353 X 125 X 328 X 583 X 351 X 28 X 38 X 321 X 276 X 523 X 565 X 423 X 210 X 465 X 670 X 563 X 423 X 95 X 369 X 236 X 671 X +USW00021504198805WDF1 110 X 120 X 160 X 140 X 130 X 130 X 150 X 60 X 30 X 20 X 360 X 60 X 50 X 80 X 80 X 120 X 140 X 100 X 40 X 50 X 100 X 60 X 100 X 70 X 40 X 60 X 60 X 290 X 80 X 50 X 20 X +USW00021504198805WDFG 90W X 90W X 135W X 135W X 90W X 135W X 135W X 45W X 45W X 360W X 45W X 45W X 90W X 90W X 90W X 135W X 135W X 135W X 45W X 45W X 90W X 90W X 45W X 90W X 45W X 45W X 135W X 90W X 45W X 45W X 360W X +USW00021504198805WSF1 67 X 72 X 80 X 67 X 63 X 116 X 67 X 72 X 67 X 103 X 67 X 58 X 63 X 89 X 103 X 54 X 80 X 72 X 67 X 72 X 67 X 63 X 58 X 67 X 72 X 67 X 72 X 54 X 58 X 67 X 67 X +USW00021504198805WSFG 93 X 108 X 103 X 103 X 87 X 129 X 93 X 82 X 82 X 139 X 93 X 87 X 87 X 93 X 123 X 77 X 108 X 98 X 82 X 87 X 108 X 87 X 82 X 108 X 93 X 87 X 123 X 82 X 87 X 87 X 82 X +USW00021504198805WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198806TMAX 278 0 278 0 272 0 267 0 272 0 272 0 278 0 278 0 261 0 272 0 272 0 272 0 267 0 278 0 272 0 278 0 272 0 278 0 278 0 261 0 289 0 283 0 278 0 278 0 278 0 289 0 283 0 283 0 300 0 289 0-9999 +USW00021504198806TMIN 206 0 211 0 189 0 206 0 206 0 189 0 206 0 194 0 189 0 194 0 189 0 189 0 200 0 200 0 189 0 194 0 194 0 211 0 194 0 194 0 200 0 200 0 189 0 189 0 194 0 211 0 194 0 194 0 194 0 211 0-9999 +USW00021504198806PRCP 15 0 5 0 30 0 64 0 79 0 0T 0 114 0 132 0 66 0 201 0 69 0 43 0 3 0 53 0 0 0 15 0 3 0 18 0 33 0 64 0 0T 0 3 0 18 0 20 0 15 0 76 0 25 0 13 0 91 0 30 0-9999 +USW00021504198806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198806ACMH 100 X 80 X 80 X 90 X 80 X 60 X 90 X 70 X 80 X 80 X 90 X 100 X 90 X 80 X 50 X 70 X 80 X 80 X 50 X 80 X 50 X 80 X 50 X 70 X 30 X 70 X 70 X 60 X 70 X 70 X-9999 +USW00021504198806ACSH 100 X 80 X 90 X 100 X 70 X 70 X 90 X 70 X 90 X 80 X 100 X 100 X 100 X 90 X 40 X 60 X 80 X 70 X 60 X 100 X 40 X 90 X 50 X 60 X 20 X 70 X 70 X 50 X 70 X 80 X-9999 +USW00021504198806AWND 38 X 34 X 36 X 34 X 32 X 38 X 29 X 34 X 29 X 34 X 34 X 36 X 31 X 33 X 41 X 43 X 38 X 36 X 33 X 30 X 34 X 37 X 37 X 40 X 31 X 35 X 31 X 38 X 36 X 30 X-9999 +USW00021504198806FMTM 1354 X 0855 X 1754 X 1255 X 1130 X 1916 X 1055 X 0023 X 0953 X 0445 X 1241 X 2241 X 0855 X 1356 X 1652 X 1455 X 1353 X 1453 X 1555 X 1453 X 0952 X 1354 X 1255 X 1352 X 1454 X 2115 X 1555 X 1354 X-9999 1254 X-9999 +USW00021504198806PGTM 1702 X 1403 X 1755 X 1405 X 1143 X 1310 X 1057 X 1232 X 1449 X 1857 X 1006 X 1416 X 1432 X 1328 X 1325 X 1335 X 1335 X 1455 X 1113 X 1457 X 1000 X 1328 X 1052 X 1352 X 1431 X 1724 X 1424 X 1355 X 1345 X 1308 X-9999 +USW00021504198806TSUN 271 X 396 X 258 X 233 X 388 X 653 X 214 X 436 X 66 X 254 X 79 X 382 X 197 X 466 X 668 X 458 X 194 X 464 X 465 X 20 X 652 X 489 X 488 X 512 X 695 X 554 X 358 X 579 X 326 X 400 X-9999 +USW00021504198806WDF1 30 X 90 X 90 X 60 X 80 X 100 X 300 X 120 X 260 X 280 X 70 X 120 X 30 X 60 X 70 X 60 X 80 X 60 X 10 X 60 X 110 X 60 X 110 X 40 X 10 X 80 X 90 X 60 X 80 X 80 X-9999 +USW00021504198806WDFG 45W X 90W X 90W X 135W X 90W X 90W X 315W X 360W X 90W X 90W X 180W X 90W X 90W X 45W X 45W X 90W X 90W X 45W X 360W X 45W X 135W X 45W X 45W X 45W X 360W X 90W X 45W X 45W X 90W X 90W X-9999 +USW00021504198806WSF1 63 X 63 X 67 X 63 X 67 X 72 X 58 X 63 X 40 X 40 X 63 X 63 X 54 X 67 X 76 X 89 X 76 X 54 X 63 X 58 X 80 X 72 X 67 X 72 X 58 X 72 X 67 X 80 X 89 X 76 X-9999 +USW00021504198806WSFG 82 X 93 X 93 X 87 X 98 X 108 X 72 X 87 X 67 X 82 X 103 X 87 X 67 X 87 X 93 X 103 X 98 X 72 X 93 X 67 X 93 X 98 X 87 X 87 X 82 X 98 X 98 X 98 X 103 X 108 X-9999 +USW00021504198806WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198807TMAX 278 0 278 0 283 0 272 0 278 0 283 0 283 0 272 0 283 0 283 0 283 0 283 0 283 0 283 0 278 0 283 0 272 0 289 0 278 0 272 0 278 0 283 0 278 0 278 0 278 0 283 0 289 0 278 0 283 0 289 0 289 0 +USW00021504198807TMIN 206 0 189 0 200 0 183 0 217 0 189 0 211 0 217 0 200 0 189 0 200 0 217 0 211 0 217 0 217 0 206 0 206 0 211 0 200 0 194 0 217 0 189 0 206 0 200 0 200 0 206 0 211 0 200 0 200 0 222 0 206 0 +USW00021504198807PRCP 20 0 86 0 5 0 74 0 20 0 3 0 20 0 150 0 251 0 36 0 5 0 64 0 15 0 69 0 10 0 0 0 25 0 66 0 155 0 114 0 8 0 0T 0 0T 0 0 0 0T 0 5 0 43 0 13 0 117 0 20 0 3 0 +USW00021504198807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198807ACMH 70 X 70 X 70 X 80 X 90 X 70 X 50 X 100 X 60 X 60 X 70 X 80 X 90 X 90 X 60 X 50 X 90 X 80 X 80 X 90 X 90 X 60 X 80 X 60 X 80 X 70 X 90 X 70 X 70 X 70 X 70 X +USW00021504198807ACSH 80 X 70 X 80 X 90 X 100 X 80 X 20 X 90 X 60 X 40 X 60 X 90 X 90 X 80 X 40 X 50 X 100 X 90 X 90 X 90 X 80 X 80 X 90 X 60 X 90 X 70 X 90 X 90 X 60 X 50 X 60 X +USW00021504198807AWND 35 X 38 X 28 X 35 X 33 X 41 X 36 X 32 X 31 X 42 X 37 X 35 X 36 X 31 X 37 X 37 X 34 X 34 X 39 X 33 X 30 X 33 X 36 X 37 X 33 X 38 X 39 X 36 X 35 X 37 X 38 X +USW00021504198807FMTM 1336 X 1455 X 1353 X 1227 X 1054 X 1654 X 1855 X 1239 X 1253 X 1454 X 1855 X 1153 X 1152 X 1255 X 1554 X 1252 X 1352 X 1355 X 1655 X 1253 X 1254 X 1054 X 0453 X 1355 X 1318 X 1353 X 1356 X 0955 X 1253 X 1355 X 1654 X +USW00021504198807PGTM 1435 X 1425 X 1324 X 1548 X 1038 X 1719 X 1141 X 1505 X 1240 X 1114 X 1412 X 1624 X 0202 X 1228 X 1346 X 1404 X 1237 X 1318 X 1824 X 1256 X 1322 X 1249 X 1614 X 1143 X 0838 X 1320 X 1248 X 0953 X 1239 X 1203 X 1400 X +USW00021504198807TSUN 350 X 467 X 334 X 182 X 201 X 674 X 696 X 260 X 393 X 676 X 458 X 172 X 242 X 135 X 507 X 571 X 47 X 314 X 367 X 112 X 98 X 155 X 137 X 289 X 67 X 368 X 212 X 54 X 406 X 422 X 547 X +USW00021504198807WDF1 80 X 80 X 10 X 80 X 90 X 20 X 50 X 10 X 90 X 40 X 40 X 50 X 50 X 100 X 40 X 50 X 70 X 30 X 10 X 100 X 80 X 50 X 250 X 100 X 130 X 50 X 40 X 60 X 60 X 30 X 30 X +USW00021504198807WDFG 45W X 90W X 360W X 90W X 90W X 360W X 45W X 45W X 90W X 90W X 360W X 360W X 315W X 90W X 45W X 45W X 45W X 45W X 315W X 90W X 90W X 45W X 135W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 45W X +USW00021504198807WSF1 63 X 76 X 54 X 89 X 72 X 72 X 58 X 67 X 67 X 63 X 67 X 80 X 63 X 72 X 63 X 76 X 58 X 72 X 72 X 63 X 63 X 45 X 63 X 72 X 67 X 72 X 76 X 98 X 67 X 72 X 63 X +USW00021504198807WSFG 98 X 113 X 108 X 134 X 98 X 98 X 93 X 108 X 82 X 82 X 118 X 108 X 93 X 98 X 87 X 98 X 77 X 93 X 93 X 98 X 82 X 77 X 67 X 93 X 93 X 93 X 93 X 113 X 87 X 93 X 87 X +USW00021504198807WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198808TMAX 283 0 322 0 289 0 289 0 283 0 261 0 244 0 278 0 278 0 283 0 256 0 283 0 283 0 289 0 283 0 289 0 283 0 289 0 283 0 283 0 283 0 278 0 283 0 283 0 278 0 283 0 289 0 283 0 289 0 283 0 289 0 +USW00021504198808TMIN 211 0 206 0 217 0 217 0 228 0 222 0 211 0 211 0 194 0 211 0 211 0 228 0 222 0 211 0 206 0 206 0 211 0 211 0 211 0 211 0 206 0 200 0 200 0 178 0 183 0 189 0 200 0 189 0 189 0 206 0 200 0 +USW00021504198808PRCP 0T 0 8 0 201 0 20 0 46 0 1283 0 859 0 97 0 3 0 0 0 914 0 71 0 8 0 25 0 51 0 239 0 5 0 23 0 89 0 36 0 43 0 38 0 0T 0 0 0 3 0 0 0 23 0 61 0 3 0 61 0 0T 0 +USW00021504198808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198808ACMH 50 X 70 X 70 X 90 X 100 X 100 X 100 X 90 X 70 X 40 X 90 X 90 X 60 X 70 X 50 X 90 X 60 X 80 X 80 X 80 X 60 X 80 X 40 X 10 X 10 X 30 X 70 X 80 X 30 X 80 X 50 X +USW00021504198808ACSH 30 X 80 X 80 X 80 X 100 X 100 X 100 X 100 X 80 X 20 X 100 X 80 X 50 X 70 X 30 X 80 X 40 X 80 X 70 X 90 X 40 X 80 X 30 X 10 X 0 X 40 X 90 X 80 X 20 X 70 X 50 X +USW00021504198808AWND 41 X 53 X 37 X 39 X 41 X 34 X 21 X 29 X 34 X 39 X 25 X 36 X 32 X 36 X 36 X 39 X 36 X 36 X 33 X 31 X 36 X 35 X 38 X 40 X 40 X 38 X 36 X 34 X 37 X 33 X 37 X +USW00021504198808FMTM 1454 X 1753 X 1153 X 1453 X 1552 X 1153 X 0555 X 1055 X 1355 X 1653 X 0907 X 1209 X 1452 X 1452 X 1355 X 1312 X 1352 X 1356 X 1610 X 1555 X 1455 X 1056 X 1355 X 1553 X 1453 X 1253 X 1253 X 0643 X 1157 X 1330 X 1355 X +USW00021504198808PGTM 1632 X 1635 X 1245 X 1546 X 1032 X 1330 X 0554 X 1202 X 1234 X 1654 X 0417 X 1259 X 1321 X 1209 X 1358 X 1456 X 1122 X 1420 X 1306 X 1112 X 1326 X 1446 X 1249 X 1425 X 1417 X 1234 X 1250 X 1639 X 1247 X 1330 X 1233 X +USW00021504198808TSUN 624 X 234 X 155 X 442 X 58 X 0 X 0 X 11 X 309 X 654 X 7 X 159 X 475 X 421 X 577 X 229 X 593 X 220 X 201 X 249 X 619 X 459 X 616 X 684 X 708 X 632 X 130 X 167 X 692 X 318 X 447 X +USW00021504198808WDF1 20 X 140 X 100 X 30 X 40 X 120 X 110 X 90 X 50 X 20 X 190 X 80 X 360 X 10 X 40 X 50 X 40 X 90 X 100 X 30 X 60 X 30 X 40 X 10 X 40 X 60 X 90 X 140 X 70 X 100 X 50 X +USW00021504198808WDFG 360W X 135W X 135W X 45W X 45W X 90W X 90W X 90W X 45W X 360W X 135W X 90W X 45W X 90W X 45W X 90W X 360W X 90W X 90W X 45W X 45W X 90W X 360W X 45W X 90W X 90W X 90W X 360W X 360W X 90W X 45W X +USW00021504198808WSF1 72 X 103 X 67 X 76 X 76 X 67 X 54 X 45 X 63 X 80 X 63 X 94 X 58 X 67 X 63 X 67 X 58 X 80 X 94 X 67 X 58 X 76 X 63 X 63 X 72 X 72 X 76 X 58 X 72 X 103 X 76 X +USW00021504198808WSFG 93 X 154 X 87 X 82 X 103 X 108 X 62 X 87 X 93 X 87 X 77 X 103 X 77 X 82 X 87 X 103 X 82 X 118 X 123 X 103 X 98 X 103 X 77 X 82 X 93 X 98 X 87 X 82 X 82 X 118 X 93 X +USW00021504198808WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198808WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00021504198809TMAX 294 0 278 0 294 0 300 0 294 0 289 0 289 0 289 0 289 0 294 0 283 0 289 0 289 0 294 0 300 0 289 0 289 0 289 0 289 0 294 0 278 0 294 0 294 0 289 0 300 0 239 0 300 0 294 0 283 0 306 0-9999 +USW00021504198809TMIN 200 0 211 0 200 0 200 0 194 0 222 0 217 0 211 0 194 0 200 0 200 0 200 0 200 0 211 0 217 0 200 0 189 0 211 0 189 0 194 0 200 0 211 0 200 0 211 0 211 0 206 0 211 0 217 0 228 0 211 0-9999 +USW00021504198809PRCP 0T 0 18 0 0 0 0T 0 33 0 38 0 135 0 0 0 36 0 0 0 3 0 0 0 3 0 15 0 15 0 107 0 13 0 81 0 33 0 30 0 41 0 8 0 79 0 140 0 287 0 909 0 505 0 300 0 43 0 0 0-9999 +USW00021504198809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198809ACMH 60 X 80 X 80 X 30 X 70 X 80 X 90 X 50 X 30 X 30 X 80 X 50 X 50 X 80 X 80 X 90 X 40 X 80 X 80 X 80 X 80 X 50 X 70 X 70 X 60 X 90 X 70 X 100 X 90 X 40 X-9999 +USW00021504198809ACSH 60 X 90 X 90 X 20 X 80 X 80 X 80 X 30 X 10 X 30 X 90 X 70 X 40 X 80 X 70 X 100 X 40 X 90 X 90 X 70 X 80 X 50 X 70 X 70 X 30 X 100 X 70 X 100 X 100 X 50 X-9999 +USW00021504198809AWND 34 X 30 X 38 X 42 X 42 X 39 X 31 X 34 X 39 X 39 X 35 X 38 X 41 X 44 X 38 X 36 X 33 X 32 X 33 X 32 X 37 X 38 X 36 X 37 X 35 X 27 X 40 X 35 X 33 X 32 X-9999 +USW00021504198809FMTM 1452 X 1555 X 1356 X 1053 X 1454 X 1554 X 0956 X 1355 X 1353 X 1453 X 1553 X 1352 X 1352 X 1717 X 0840 X 1155 X 1452 X 0121 X 1641 X 1454 X 0855 X 1754 X 0029 X 1452 X 1552 X 1552 X 1338 X 1454 X 1355 X 1053 X-9999 +USW00021504198809PGTM 1216 X 1531 X 1144 X 1053 X 1536 X 0902 X 1335 X 1342 X 1303 X 1433 X 1336 X 1247 X 1247 X 1220 X 1400 X 0125 X 1729 X 1010 X 1144 X 1127 X 0751 X 1757 X 1530 X 1417 X 1222 X 1511 X 1348 X 1529 X 1520 X 1255 X-9999 +USW00021504198809TSUN 565 X 15 X 216 X 647 X 258 X 103 X 17 X 530 X 627 X 616 X 264 X 200 X 497 X 319 X 246 X 52 X 595 X 82 X 236 X 226 X 199 X 448 X 283 X 331 X 624 X 8 X 321 X 164 X 72 X 557 X-9999 +USW00021504198809WDF1 40 X 120 X 120 X 90 X 110 X 130 X 230 X 50 X 60 X 100 X 80 X 70 X 120 X 120 X 40 X 90 X 60 X 80 X 40 X 10 X 100 X 60 X 180 X 70 X 40 X 160 X 140 X 130 X 110 X 30 X-9999 +USW00021504198809WDFG 45W X 90W X 90W X 90W X 90W X 135W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 135W X 90W X 225W X 360W X 315W X 45W X 90W X 90W X 90W X 45W X 45W X 45W X 135W X 135W X 135W X 135W X 45W X-9999 +USW00021504198809WSF1 58 X 45 X 76 X 76 X 67 X 72 X 58 X 67 X 67 X 72 X 72 X 72 X 67 X 80 X 72 X 67 X 58 X 58 X 63 X 54 X 63 X 76 X 58 X 76 X 72 X 54 X 107 X 63 X 63 X 58 X-9999 +USW00021504198809WSFG 82 X 62 X 103 X 108 X 93 X 103 X 72 X 82 X 82 X 93 X 93 X 103 X 98 X 103 X 87 X 93 X 82 X 113 X 98 X 113 X 98 X 113 X 87 X 93 X 93 X 98 X 123 X 87 X 67 X 87 X-9999 +USW00021504198809WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00021504198809WT16 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504198810TMAX 300 0 300 0 300 0 300 0 300 0 300 0 311 0 289 0 300 0 311 0 306 0 294 0 300 0 300 0 317 0 311 0 300 0 300 0 306 0 306 0 294 0 306 0 300 0 300 0 300 0 294 0 289 0 278 0 278 0 289 0 289 0 +USW00021504198810TMIN 200 0 211 0 200 0 211 0 217 0 211 0 211 0 206 0 206 0 211 0 206 0 211 0 222 0 217 0 194 0 222 0 222 0 200 0 217 0 228 0 211 0 200 0 206 0 211 0 206 0 217 0 217 0 211 0 211 0 217 0 206 0 +USW00021504198810PRCP 0 0 0 0 3 0 0 0 99 0 41 0 53 0 8 0 0 0 0 0 0 0 109 0 25 0 91 0 0T 0 0T 0 3 0 18 0 25 0 0 0 0T 0 213 0 0 0 3 0 36 0 117 0 704 0 312 0 150 0 25 0 124 0 +USW00021504198810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198810ACMH 30 X 40 X 60 X 40 X 60 X 50 X 80 X 80 X 90 X 70 X 80 X 70 X 50 X 50 X 40 X 90 X 60 X 60 X 60 X 80 X 60 X 40 X 40 X 40 X 70 X 100 X 90 X 90 X 90 X 60 X 60 X +USW00021504198810ACSH 20 X 50 X 70 X 30 X 70 X 50 X 80 X 90 X 90 X 70 X 80 X 60 X 50 X 70 X 40 X 90 X 70 X 70 X 60 X 80 X 90 X 30 X 60 X 50 X 60 X 100 X 90 X 90 X 90 X 70 X 60 X +USW00021504198810AWND 36 X 35 X 37 X 38 X 33 X 35 X 34 X 33 X 34 X 35 X 39 X 35 X 33 X 34 X 34 X 28 X 37 X 34 X 32 X 25 X 34 X 37 X 33 X 35 X 37 X 34 X 34 X 33 X 34 X 38 X 35 X +USW00021504198810FMTM 1555 X 1053 X 1553 X 1252 X 1437 X 1753 X 2119 X 0838 X 1254 X 1354 X 1453 X 1356 X 1356 X 1211 X 1253 X 1747 X 1229 X 1655 X 1253 X 1155 X 1152 X 1253 X 1354 X 1152 X 1252 X 2135 X 1259 X 1352 X 1255 X 1355 X 1655 X +USW00021504198810PGTM 1317 X 1236 X 1538 X 1011 X 1432 X 1800 X 2117 X 0842 X 1130 X 1200 X 1523 X 1347 X 1612 X 1210 X 1302 X 1727 X 1229 X 1608 X 1325 X 1423 X 1429 X 1812 X 1218 X 1130 X 1308 X 1229 X 1349 X 0722 X 1707 X 1429 X 1231 X +USW00021504198810TSUN 537 X 401 X 193 X 360 X 222 X 502 X 224 X 144 X 415 X 419 X 394 X 305 X 365 X 187 X 389 X 81 X 194 X 0 X 261 X 340 X 179 X 484 X 323 X 465 X 475 X 232 X 134 X 144 X 90 X 427 X 366 X +USW00021504198810WDF1 60 X 50 X 90 X 50 X 100 X 120 X 100 X 80 X 100 X 120 X 80 X 90 X 60 X 160 X 110 X 10 X 360 X 350 X 60 X 40 X 90 X 60 X 60 X 60 X 50 X 300 X 60 X 50 X 20 X 10 X 40 X +USW00021504198810WDFG 45W X 90W X 90W X 45W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 135W X 135W X 135W X 45W X 360W X 360W X 45W X 90W X 90W X 270W X 90W X 45W X 45W X 360W X 315W X 90W X 45W X 360W X 360W X +USW00021504198810WSF1 58 X 63 X 58 X 72 X 76 X 54 X 76 X 63 X 58 X 63 X 67 X 67 X 67 X 125 X 76 X 54 X 94 X 72 X 58 X 45 X 72 X 63 X 72 X 72 X 58 X 63 X 76 X 63 X 58 X 72 X 58 X +USW00021504198810WSFG 82 X 93 X 77 X 98 X 98 X 72 X 118 X 82 X 103 X 82 X 103 X 82 X 87 X 149 X 103 X 67 X 108 X 108 X 77 X 77 X 77 X 103 X 98 X 82 X 87 X 93 X 113 X 82 X 67 X 87 X 93 X +USW00021504198810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198810WT16-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198811TMAX 289 0 294 0 300 0 300 0 267 0 306 0 294 0 283 0 261 0 283 0 289 0 300 0 272 0 272 0 278 0 294 0 283 0 306 0 294 0 278 0 283 0 267 0 283 0 267 0 289 0 272 0 272 0 294 0 294 0 278 0-9999 +USW00021504198811TMIN 206 0 206 0 206 0 206 0 211 0 228 0 228 0 217 0 206 0 206 0 217 0 200 0 206 0 206 0 200 0 200 0 206 0 206 0 200 0 206 0 206 0 194 0 206 0 200 0 189 0 211 0 211 0 211 0 211 0 217 0-9999 +USW00021504198811PRCP 122 0 61 0 0 0 1328 0 472 0 3 0 20 0 71 0 297 0 254 0 119 0 38 0 107 0 213 0 66 0 5 0 1077 0 0T 0 33 0 10 0 246 0 472 0 165 0 191 0 732 0 180 0 89 0 0T 0 46 0 119 0-9999 +USW00021504198811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198811ACMH 60 X 80 X 40 X 70 X 90 X 90 X 80 X 90 X 90 X 90 X 80 X 60 X 60 X 90 X 80 X 50 X 90 X 60 X 70 X 70 X 80 X 90 X 80 X 80 X 70 X 100 X 100 X 90 X 50 X 80 X-9999 +USW00021504198811ACSH 50 X 90 X 40 X 90 X 100 X 100 X 70 X 90 X 90 X 90 X 70 X 60 X 50 X 90 X 90 X 60 X 100 X 60 X 80 X 70 X 90 X 100 X 80 X 80 X 70 X 100 X 100 X 100 X 50 X 80 X-9999 +USW00021504198811AWND 38 X 34 X 33 X 52 X 40 X 37 X 29 X 32 X 33 X 30 X 35 X 35 X 32 X 31 X 30 X 39 X 33 X 34 X 34 X 36 X 33 X 31 X 28 X 32 X 32 X 27 X 29 X 35 X 31 X 31 X-9999 +USW00021504198811FMTM 0353 X 1652 X 1155 X 0855 X 1556 X 1355 X 1454 X 1453 X 1332 X 1622 X 1255 X 1353 X 1253 X 0053 X 0754 X 1353 X 2054 X 1555 X 1229 X 1413 X 1919 X 1855 X 1115 X 0352 X 1213 X 1342 X 2155 X 1352 X 1352 X 1253 X-9999 +USW00021504198811PGTM 0355 X 1654 X 1209 X 0858 X 2123 X 1143 X 2305 X 1815 X 0031 X 2202 X 0115 X 1332 X 0941 X 0755 X 1307 X 1455 X 2040 X 1312 X 1220 X 1418 X 2337 X 1713 X 1113 X 0216 X 1211 X 1353 X 1513 X 1303 X 1353 X 1327 X-9999 +USW00021504198811TSUN 451 X 91 X 365 X 159 X 6 X 211 X 284 X 234 X 25 X 69 X 284 X 285 X 293 X 151 X 159 X 342 X 59 X 525 X 195 X 242 X 90 X 45 X 151 X 141 X 135 X 15 X 26 X 406 X 264 X 94 X-9999 +USW00021504198811WDF1 140 X 180 X 140 X 180 X 130 X 110 X 40 X 70 X 170 X 80 X 110 X 90 X 70 X 270 X 270 X 120 X 110 X 60 X 160 X 60 X 30 X 340 X 70 X 260 X 150 X 150 X 260 X 120 X 120 X 100 X-9999 +USW00021504198811WDFG 135W X 180W X 135W X 180W X 180W X 90W X 45W X 45W X 45W X 90W X 360W X 90W X 45W X 135W X 45W X 135W X 90W X 90W X 180W X 45W X 90W X 360W X 90W X 270W X 135W X 225W X 360W X 135W X 135W X 90W X-9999 +USW00021504198811WSF1 67 X 76 X 63 X 112 X 63 X 63 X 45 X 72 X 67 X 63 X 76 X 80 X 76 X 54 X 54 X 72 X 63 X 58 X 76 X 76 X 76 X 58 X 72 X 58 X 89 X 54 X 45 X 63 X 67 X 58 X-9999 +USW00021504198811WSFG 93 X 87 X 82 X 159 X 93 X 82 X 87 X 108 X 93 X 108 X 103 X 103 X 93 X 103 X 82 X 93 X 113 X 77 X 98 X 108 X 103 X 103 X 108 X 87 X 123 X 98 X 72 X 87 X 77 X 82 X-9999 +USW00021504198811WT03-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198811WT16 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198812TMAX 278 0 278 0 300 0 306 0 300 0 311 0 300 0 300 0 294 0 283 0 283 0 294 0 244 0 289 0 289 0 278 0 244 0 272 0 283 0 294 0 278 0 289 0 289 0 283 0 272 0 278 0 289 0 283 0 250 0 244 0 261 0 +USW00021504198812TMIN 194 0 189 0 194 0 200 0 189 0 233 0 222 0 211 0 206 0 200 0 206 0 189 0 194 0 189 0 183 0 183 0 183 0 167 0 183 0 206 0 189 0 194 0 189 0 206 0 200 0 189 0 183 0 183 0 194 0 200 0 200 0 +USW00021504198812PRCP 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 3 0 112 0 142 0 0T 0 51 0 0 0 0 0 20 0 10 0 254 0 10 0 33 0 112 0 38 0 28 0 79 0 231 0 178 0 58 0 798 0 483 0 462 0 310 0 +USW00021504198812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198812ACMH 40 X 40 X 50 X 30 X 0 X 70 X 70 X 20 X 40 X 80 X 70 X 40 X 70 X 30 X 20 X 60 X 100 X 70 X 100 X 80 X 90 X 50 X 60 X 70 X 80 X 80 X 60 X 80 X 100 X 100 X 100 X +USW00021504198812ACSH 50 X 40 X 40 X 20 X 10 X 100 X 80 X 20 X 40 X 70 X 70 X 40 X 100 X 40 X 20 X 70 X 100 X 60 X 90 X 80 X 90 X 30 X 40 X 70 X 80 X 80 X 60 X 70 X 100 X 100 X 100 X +USW00021504198812AWND 36 X 33 X 30 X 35 X 66 X 64 X 45 X 36 X 35 X 32 X 30 X 35 X 25 X 39 X 30 X 62 X 48 X 44 X 38 X 34 X 34 X 37 X 39 X 35 X 33 X 35 X 31 X 35 X 34 X 31 X 44 X +USW00021504198812FMTM 1352 X 1452 X 1155 X 1356 X 1455 X 0954 X 1553 X 1455 X 1855 X 1424 X 1755 X 1356 X 0653 X 1352 X 1355 X 1615 X 0255 X 1253 X 1553 X 2147 X 1553 X 1356 X 1653 X 1531 X 2226 X 0355 X 2249 X 2020 X 1238 X 2255 X 0502 X +USW00021504198812PGTM 1417 X 1458 X 1153 X 1340 X 1447 X 1604 X 1150 X 1150 X 1429 X 1313 X 1354 X 0945 X 0652 X 1352 X 1311 X 1504 X 0317 X 1258 X 1603 X 2144 X 1533 X 0326 X 1641 X 1528 X 2226 X 0235 X 1107 X 2020 X 2332 X 1716 X 0500 X +USW00021504198812TSUN 450 X 479 X 261 X 374 X 655 X 201 X 294 X 397 X 434 X 337 X 203 X 348 X 38 X 509 X 470 X 317 X 92 X 278 X 131 X 420 X 226 X 453 X 463 X 346 X 441 X 259 X 247 X 305 X 34 X 13 X 123 X +USW00021504198812WDF1 10 X 10 X 90 X 130 X 160 X 340 X 140 X 120 X 80 X 90 X 20 X 90 X 200 X 120 X 20 X 360 X 360 X 130 X 100 X 100 X 130 X 110 X 140 X 120 X 100 X 250 X 220 X 140 X 20 X 110 X 90 X +USW00021504198812WDFG 360W X 360W X 90W X 135W X 180W X 180W X 180W X 135W X 90W X 90W X 90W X 45W X 180W X 135W X 360W X 360W X 360W X 135W X 90W X 90W X 90W X 135W X 135W X 45W X 90W X 270W X 90W X 135W X 270W X 225W X 90W X +USW00021504198812WSF1 63 X 67 X 58 X 72 X 130 X 94 X 76 X 67 X 54 X 67 X 63 X 58 X 40 X 80 X 58 X 112 X 125 X 98 X 72 X 63 X 76 X 72 X 67 X 76 X 80 X 72 X 54 X 89 X 67 X 89 X 130 X +USW00021504198812WSFG 87 X 77 X 72 X 103 X 159 X 129 X 108 X 93 X 72 X 113 X 103 X 82 X 57 X 103 X 67 X 180 X 170 X 139 X 93 X 93 X 129 X 108 X 87 X 108 X 108 X 82 X 103 X 139 X 77 X 123 X 175 X +USW00021504198812WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00021504198812WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198812WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198901TMAX 267 0 283 0 272 0 256 0 261 0 283 0 256 0 267 0 239 0 256 0 261 0 267 0 256 0 250 0 222 0 278 0 250 0 261 0 278 0 272 0 289 0 278 0 256 0 244 0 261 0 261 0 267 0 272 0 267 0 244 0 267 0 +USW00021504198901TMIN 200 0 178 0 200 0 183 0 161 0 183 0 183 0 183 0 183 0 183 0 194 0 189 0 206 0 200 0 194 0 178 0 183 0 183 0 178 0 189 0 200 0 189 0 189 0 194 0 183 0 161 0 156 0 172 0 167 0 161 0 172 0 +USW00021504198901PRCP 25 0 163 0 18 0 269 0 58 0 338 0 325 0 244 0 356 0 574 0 602 0 315 0 742 0 526 0 871 0 300 0 48 0 25 0 226 0 56 0 97 0 61 0 147 0 409 0 0T 0 30 0 30 0 0T 0 0 0 0T 0 119 0 +USW00021504198901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198901ACMH 90 X 60 X 80 X 80 X 50 X 70 X 90 X 80 X 90 X 90 X 80 X 70 X 100 X 100 X 100 X 70 X 80 X 60 X 60 X 60 X 70 X 60 X 100 X 100 X 80 X 40 X 60 X 60 X 60 X 90 X 80 X +USW00021504198901ACSH 90 X 50 X 60 X 70 X 50 X 60 X 90 X 80 X 90 X 90 X 90 X 80 X 100 X 100 X 100 X 60 X 90 X 50 X 60 X 50 X 70 X 60 X 100 X 100 X 90 X 40 X 70 X 50 X 80 X 100 X 80 X +USW00021504198901AWND 38 X 37 X 34 X 37 X 32 X 35 X 33 X 55 X 33 X 44 X 38 X 36 X 35 X 38 X 34 X 34 X 27 X 36 X 39 X 38 X 41 X 36 X 29 X 28 X 31 X 32 X 35 X 42 X 32 X 25 X 35 X +USW00021504198901FMTM 1252 X 1453 X 1553 X 1121 X 1652 X 2144 X 1136 X 2237 X 1145 X 0952 X 1054 X 1253 X 1754 X 1122 X 1003 X 2253 X 1536 X 1052 X 0852 X 1252 X 1452 X 1452 X 1646 X 1411 X 1454 X 1554 X 1453 X 1553 X 1555 X 1652 X 1152 X +USW00021504198901PGTM 0005 X 1509 X 1348 X 1737 X 1707 X 1529 X 1136 X 2237 X 1357 X 0949 X 1455 X 1126 X 2142 X 1248 X 0055 X 2014 X 1915 X 1218 X 1803 X 1229 X 1526 X 1511 X 1645 X 1701 X 1337 X 1608 X 1238 X 1331 X 1755 X 1645 X 1344 X +USW00021504198901TSUN 64 X 455 X 436 X 331 X 494 X 350 X 202 X 299 X 197 X 99 X 156 X 382 X 91 X 68 X 7 X 349 X 227 X 531 X 259 X 367 X 255 X 418 X 89 X 46 X 299 X 485 X 315 X 496 X 590 X 35 X 391 X +USW00021504198901WDF1 130 X 110 X 140 X 320 X 20 X 190 X 130 X 120 X 360 X 110 X 150 X 140 X 60 X 80 X 70 X 280 X 110 X 350 X 280 X 140 X 90 X 120 X 170 X 120 X 30 X 80 X 100 X 90 X 360 X 10 X 50 X +USW00021504198901WDFG 135W X 135W X 135W X 45W X 45W X 90W X 135W X 135W X 45W X 90W X 135W X 135W X 90W X 90W X 180W X 270W X 90W X 315W X 180W X 135W X 90W X 90W X 135W X 180W X 45W X 90W X 135W X 135W X 360W X 360W X 360W X +USW00021504198901WSF1 67 X 72 X 67 X 80 X 54 X 63 X 107 X 103 X 67 X 103 X 72 X 67 X 103 X 103 X 63 X 54 X 58 X 67 X 63 X 72 X 67 X 58 X 76 X 63 X 58 X 54 X 58 X 72 X 67 X 40 X 72 X +USW00021504198901WSFG 103 X 113 X 98 X 118 X 103 X 87 X 144 X 134 X 134 X 144 X 98 X 98 X 123 X 134 X 103 X 118 X 82 X 108 X 72 X 98 X 87 X 103 X 113 X 93 X 77 X 77 X 98 X 108 X 77 X 57 X 93 X +USW00021504198901WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00021504198901WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 +USW00021504198902TMAX 272 0 289 0 217 0 239 0 261 0 267 0 272 0 267 0 272 0 272 0 278 0 261 0 300 0 278 0 272 0 272 0 272 0 267 0 239 0 261 0 267 0 256 0 261 0 256 0 244 0 261 0 261 0 261 0-9999 -9999 -9999 +USW00021504198902TMIN 161 0 167 0 178 0 172 0 178 0 194 0 178 0 172 0 172 0 183 0 189 0 183 0 172 0 172 0 178 0 172 0 172 0 172 0 156 0 144 0 161 0 167 0 189 0 183 0 183 0 156 0 167 0 189 0-9999 -9999 -9999 +USW00021504198902PRCP 0 0 0T 0 488 0 58 0 124 0 155 0 0T 0 0 0 61 0 3 0 213 0 8 0 0 0 0 0 0 0 0T 0 5 0 33 0 8 0 0T 0 43 0 3 0 422 0 25 0 5 0 0 0 8 0 0T 0-9999 -9999 -9999 +USW00021504198902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504198902ACMH 30 X 50 X 100 X 100 X 100 X 90 X 70 X 50 X 50 X 100 X 100 X 80 X 40 X 20 X 20 X 30 X 30 X 50 X 60 X 40 X 70 X 100 X 100 X 80 X 90 X 70 X 100 X 100 X-9999 -9999 -9999 +USW00021504198902ACSH 20 X 50 X 100 X 100 X 100 X 90 X 60 X 50 X 50 X 100 X 100 X 100 X 60 X 20 X 20 X 40 X 30 X 50 X 90 X 20 X 50 X 100 X 100 X 80 X 100 X 70 X 100 X 100 X-9999 -9999 -9999 +USW00021504198902AWND 42 X 46 X 30 X 31 X 37 X 59 X 36 X 30 X 37 X 31 X 36 X 30 X 38 X 36 X 36 X 39 X 36 X 36 X 29 X 37 X 38 X 37 X 43 X 52 X 32 X 37 X 38 X 27 X-9999 -9999 -9999 +USW00021504198902FMTM 1453 X 1453 X 1553 X 1154 X 1453 X 1652 X 1452 X 1354 X 1754 X 1554 X 1654 X 1453 X 1553 X 1355 X 1453 X 1454 X 1152 X 1742 X 0454 X 1353 X 1353 X 1354 X 1253 X 1352 X 0852 X 1452 X 1253 X 1454 X-9999 -9999 -9999 +USW00021504198902PGTM 1511 X 1321 X 0846 X 1503 X 1606 X 1332 X 1229 X 1352 X 1754 X 1607 X 1424 X 1451 X 1315 X 1244 X 1426 X 1453 X 1321 X 2025 X 2132 X 1234 X 1333 X 1219 X 1921 X 0941 X 0651 X 1156 X 1231 X 0010 X-9999 -9999 -9999 +USW00021504198902TSUN 562 X 392 X 0 X 47 X 297 X 327 X 352 X 336 X 457 X 447 X 141 X 233 X 454 X 514 X 518 X 421 X 590 X 546 X 33 X 621 X 511 X 209 X 126 X 215 X 0 X 434 X 101 X 65 X-9999 -9999 -9999 +USW00021504198902WDF1 120 X 130 X 20 X 10 X 180 X 130 X 130 X 60 X 220 X 10 X 360 X 110 X 110 X 90 X 110 X 90 X 70 X 90 X 270 X 50 X 60 X 100 X 80 X 60 X 240 X 120 X 150 X 20 X-9999 -9999 -9999 +USW00021504198902WDFG 135W X 135W X 45W X 45W X 180W X 135W X 135W X 90W X 225W X 360W X 360W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X 225W X 45W X 45W X 135W X 90W X 90W X 225W X 135W X 135W X 225W X-9999 -9999 -9999 +USW00021504198902WSF1 76 X 94 X 63 X 54 X 80 X 112 X 76 X 67 X 76 X 80 X 72 X 63 X 67 X 67 X 67 X 76 X 72 X 72 X 63 X 63 X 72 X 67 X 94 X 80 X 58 X 76 X 72 X 58 X-9999 -9999 -9999 +USW00021504198902WSFG 113 X 123 X 77 X 72 X 103 X 149 X 113 X 82 X 87 X 108 X 123 X 72 X 98 X 93 X 93 X 98 X 93 X 93 X 82 X 93 X 98 X 98 X 139 X 129 X 129 X 93 X 103 X 93 X-9999 -9999 -9999 +USW00021504198902WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198902WT16-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00021504198903TMAX 294 0 300 0 306 0 250 0 278 0 256 0 250 0 233 0 239 0 228 0 261 0 261 0 267 0 256 0 261 0 267 0 283 0 289 0 272 0 278 0 278 0 267 0 267 0 283 0 278 0 272 0 283 0 272 0 267 0 261 0 267 0 +USW00021504198903TMIN 194 0 217 0 206 0 211 0 189 0 172 0 189 0 183 0 156 0 172 0 161 0 178 0 172 0 183 0 183 0 189 0 178 0 172 0 167 0 167 0 167 0 167 0 178 0 178 0 194 0 189 0 172 0 183 0 189 0 183 0 167 0 +USW00021504198903PRCP 0T 0 28 0 0T 0 185 0 18 0 422 0 462 0 43 0 25 0 69 0 36 0 3 0 20 0 8 0 102 0 10 0 0T 0 53 0 0 0 0 0 0 0 30 0 0T 0 10 0 43 0 3 0 0 0 0 0 150 0 86 0 56 0 +USW00021504198903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198903ACMH 100 X 80 X 50 X 100 X 80 X 100 X 100 X 100 X 90 X 100 X 70 X 70 X 50 X 60 X 80 X 90 X 60 X 80 X 60 X 50 X 50 X 50 X 30 X 40 X 50 X 70 X 30 X 50 X 70 X 80 X 60 X +USW00021504198903ACSH 100 X 90 X 40 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 60 X 40 X 30 X 60 X 100 X 50 X 90 X 100 X 70 X 70 X 50 X 20 X 30 X 30 X 80 X 40 X 30 X 70 X 90 X 50 X +USW00021504198903AWND 41 X 47 X 35 X 31 X 30 X 28 X 44 X 51 X 34 X 28 X 36 X 35 X 38 X 43 X 34 X 41 X 31 X 39 X 41 X 39 X 38 X 37 X 38 X 34 X 45 X 40 X 43 X 42 X 35 X 38 X 42 X +USW00021504198903FMTM 1454 X 1954 X 1253 X 1454 X 1655 X 1422 X 1252 X 1653 X 1139 X 0054 X 1253 X 1353 X 1252 X 1355 X 1053 X 1355 X 1454 X 1455 X 1455 X 1155 X 1453 X 1354 X 1554 X 1454 X 1153 X 1453 X 1552 X 1152 X 1604 X 0833 X 1734 X +USW00021504198903PGTM 1457 X 0747 X 1108 X 1528 X 1253 X 2157 X 2042 X 1305 X 1138 X 0053 X 1228 X 1347 X 1305 X 1428 X 1452 X 1429 X 1425 X 1455 X 1227 X 1153 X 1447 X 1421 X 1453 X 1258 X 1422 X 1401 X 1429 X 1259 X 1539 X 2032 X 1759 X +USW00021504198903TSUN 165 X 276 X 459 X 1 X 51 X 38 X 4 X 38 X 139 X 0 X 186 X 297 X 570 X 588 X 369 X 484 X 354 X 337 X 344 X 435 X 450 X 445 X 684 X 620 X 592 X 270 X 602 X 640 X 347 X 376 X 517 X +USW00021504198903WDF1 170 X 140 X 30 X 10 X 130 X 140 X 10 X 340 X 330 X 50 X 60 X 110 X 100 X 20 X 10 X 110 X 100 X 360 X 120 X 100 X 50 X 60 X 40 X 100 X 120 X 140 X 110 X 60 X 350 X 360 X 30 X +USW00021504198903WDFG 180W X 180W X 315W X 360W X 135W X 45W X 45W X 360W X 315W X 45W X 45W X 135W X 90W X 45W X 90W X 135W X 135W X 360W X 135W X 135W X 45W X 45W X 45W X 90W X 135W X 90W X 90W X 90W X 45W X 315W X 45W X +USW00021504198903WSF1 94 X 89 X 76 X 76 X 54 X 63 X 76 X 72 X 58 X 54 X 76 X 67 X 72 X 72 X 63 X 76 X 63 X 89 X 72 X 72 X 72 X 67 X 67 X 76 X 80 X 72 X 76 X 72 X 63 X 89 X 72 X +USW00021504198903WSFG 139 X 139 X 103 X 98 X 82 X 82 X 108 X 118 X 87 X 62 X 93 X 98 X 103 X 87 X 93 X 103 X 87 X 139 X 98 X 108 X 98 X 93 X 93 X 108 X 123 X 123 X 113 X 98 X 103 X 118 X 180 X +USW00021504198903WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504198903WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 +USW00021504198904TMAX 256 0 272 0 289 0 267 0 256 0 239 0 233 0 228 0 250 0 244 0 250 0 261 0 267 0 228 0 228 0 244 0 228 0 228 0 256 0 256 0 244 0 261 0 267 0 261 0 256 0 256 0 256 0 250 0 267 0 244 0-9999 +USW00021504198904TMIN 172 0 178 0 178 0 167 0 172 0 178 0 189 0 183 0 172 0 183 0 194 0 172 0 189 0 194 0 189 0 194 0 189 0 189 0 189 0 183 0 172 0 183 0 189 0 189 0 172 0 167 0 167 0 194 0 194 0 200 0-9999 +USW00021504198904PRCP 246 0 711 0 310 0 86 0 1024 0 391 0 81 0 114 0 0T 0 3 0 10 0 13 0 20 0 899 0 36 0 0T 0 41 0 122 0 79 0 135 0 414 0 490 0 541 0 325 0 38 0 0 0 353 0 1334 0 1298 0 333 0-9999 +USW00021504198904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198904ACMH 90 X 80 X 50 X 50 X 80 X 100 X 100 X 100 X 100 X 90 X 90 X 80 X 90 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 80 X 90 X 80 X 60 X 70 X 80 X 90 X 90 X 100 X-9999 +USW00021504198904ACSH 90 X 70 X 60 X 50 X 90 X 100 X 100 X 100 X 90 X 90 X 90 X 70 X 90 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 70 X 100 X 90 X 70 X 90 X 80 X 90 X 80 X 100 X-9999 +USW00021504198904AWND 30 X 35 X 34 X 30 X 57 X 51 X 31 X 42 X 51 X 34 X 34 X 38 X 48 X 68 X 58 X 58 X 43 X 29 X 42 X 40 X 35 X 45 X 32 X 36 X 37 X 38 X 50 X 33 X 49 X 49 X-9999 +USW00021504198904FMTM 1356 X 1756 X 1332 X 1452 X 1755 X 0953 X 0854 X 0152 X 1655 X 1645 X 0453 X 1453 X 1552 X 0656 X 0843 X 1652 X 1552 X 1254 X 1353 X 1454 X 1455 X 1823 X 1456 X 0710 X 1353 X 1352 X 1753 X 1352 X 1752 X 1252 X-9999 +USW00021504198904PGTM 0215 X 1328 X 1333 X 1455 X 1548 X 1512 X 0839 X 0325 X 1340 X 2336 X 0944 X 1412 X 1220 X 0538 X 0227 X 1402 X 0157 X 1257 X 1324 X 1327 X 1420 X 1733 X 0319 X 1513 X 1125 X 1317 X 1424 X 1348 X 1751 X 1301 X-9999 +USW00021504198904TSUN 245 X 284 X 386 X 433 X 359 X 71 X 0 X 0 X 148 X 181 X 56 X 516 X 542 X 0 X 1 X 314 X 0 X 7 X 238 X 81 X 139 X 351 X 255 X 268 X 603 X 509 X 268 X 83 X 279 X 16 X-9999 +USW00021504198904WDF1 290 X 130 X 280 X 200 X 360 X 360 X 360 X 360 X 350 X 360 X 360 X 10 X 20 X 10 X 10 X 360 X 360 X 20 X 10 X 100 X 60 X 80 X 90 X 140 X 20 X 20 X 350 X 70 X 60 X 360 X-9999 +USW00021504198904WDFG 135W X 45W X 270W X 225W X 360W X 360W X 360W X 360W X 360W X 360W X 90W X 360W X 45W X 45W X 45W X 360W X 360W X 360W X 360W X 45W X 45W X 45W X 270W X 45W X 360W X 360W X 45W X 90W X 45W X 360W X-9999 +USW00021504198904WSF1 58 X 67 X 94 X 58 X 112 X 89 X 72 X 98 X 103 X 67 X 63 X 72 X 89 X 98 X 80 X 76 X 72 X 67 X 67 X 76 X 76 X 76 X 72 X 67 X 58 X 72 X 76 X 72 X 103 X 107 X-9999 +USW00021504198904WSFG 98 X 103 X 164 X 77 X 180 X 134 X 108 X 149 X 164 X 72 X 87 X 82 X 108 X 134 X 113 X 98 X 98 X 93 X 82 X 118 X 98 X 103 X 98 X 98 X 77 X 87 X 103 X 93 X 108 X 113 X-9999 +USW00021504198904WT03 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00021504198904WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00021504198905TMAX 244 0 228 0 233 0 244 0 256 0 244 0 256 0 244 0 261 0 278 0 256 0 267 0 267 0 261 0 233 0 267 0 267 0 261 0 261 0 267 0 256 0 267 0 267 0 261 0 272 0 272 0 283 0 278 0 272 0 261 0 272 0 +USW00021504198905TMIN 200 0 178 0 178 0 183 0 183 0 194 0 183 0 200 0 206 0 194 0 183 0 183 0 194 0 189 0 183 0 183 0 194 0 194 0 172 0 189 0 172 0 200 0 206 0 194 0 206 0 206 0 211 0 217 0 200 0 189 0 194 0 +USW00021504198905PRCP 0T 0 0 0 18 0 10 0 36 0 3 0 71 0 282 0 89 0 104 0 132 0 221 0 185 0 155 0 2004 0 33 0 8 0 0T 0 61 0 107 0 203 0 74 0 76 0 351 0 508 0 74 0 25 0 13 0 79 0 109 0 0 0 +USW00021504198905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198905ACMH 90 X 100 X 100 X 100 X 90 X 100 X 90 X 100 X 100 X 90 X 90 X 70 X 80 X 80 X 100 X 90 X 80 X 50 X 70 X 90 X 90 X 90 X 90 X 90 X 100 X 80 X 90 X 80 X 90 X 90 X 90 X +USW00021504198905ACSH 80 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 90 X 60 X 80 X 100 X 100 X 90 X 70 X 40 X 80 X 90 X 80 X 90 X 90 X 90 X 100 X 90 X 90 X 90 X 80 X 90 X 90 X +USW00021504198905AWND 61 X 39 X 38 X 40 X 33 X 25 X 30 X 25 X 30 X 35 X 32 X 44 X 49 X 27 X 37 X 43 X 36 X 39 X 27 X 34 X 29 X 26 X 28 X 27 X 30 X 28 X 30 X 29 X 35 X 25 X 28 X +USW00021504198905FMTM 1354 X 1152 X 1252 X 1629 X 1252 X 1353 X 1252 X 1517 X 1552 X 1252 X 1655 X 1353 X 1113 X 0641 X 0252 X 1452 X 1454 X 1156 X 0853 X 1352 X 1053 X 1321 X 1254 X 1731 X 1252 X 1554 X 1152 X 1354 X 1245 X 1554 X 1053 X +USW00021504198905PGTM 0515 X 1215 X 1230 X 1616 X 1255 X 1259 X 1514 X 1502 X 1404 X 1257 X 1641 X 1421 X 1153 X 2358 X 0942 X 1421 X 1249 X 1211 X 1503 X 1543 X 1314 X 1316 X 1334 X 1722 X 1242 X 1548 X 1200 X 1004 X 1245 X 2102 X 1154 X +USW00021504198905TSUN 197 X 2 X 8 X 263 X 168 X 6 X 4 X 26 X 12 X 108 X 53 X 449 X 135 X 72 X 0 X 109 X 354 X 453 X 91 X 138 X 13 X 179 X 133 X 118 X 31 X 181 X 321 X 70 X 97 X 110 X 203 X +USW00021504198905WDF1 10 X 10 X 10 X 350 X 20 X 10 X 80 X 110 X 50 X 30 X 90 X 60 X 60 X 120 X 270 X 80 X 30 X 40 X 190 X 80 X 50 X 50 X 50 X 50 X 50 X 60 X 100 X 70 X 50 X 80 X 100 X +USW00021504198905WDFG 315W X 360W X 360W X 360W X 360W X 45W X 90W X 315W X 45W X 45W X 90W X 45W X 90W X 45W X 270W X 90W X 360W X 45W X 45W X 45W X 135W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 45W X 135W X 90W X +USW00021504198905WSF1 89 X 94 X 67 X 72 X 72 X 40 X 54 X 45 X 67 X 72 X 58 X 76 X 94 X 58 X 67 X 76 X 80 X 80 X 45 X 67 X 45 X 76 X 63 X 58 X 63 X 63 X 67 X 54 X 67 X 54 X 67 X +USW00021504198905WSFG 118 X 113 X 103 X 87 X 98 X 57 X 77 X 98 X 77 X 93 X 72 X 87 X 129 X 98 X 93 X 98 X 93 X 87 X 72 X 87 X 82 X 113 X 77 X 82 X 93 X 77 X 98 X 87 X 98 X 72 X 87 X +USW00021504198905WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198905WT10-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00021504198905WT16 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198906TMAX 278 0 278 0 278 0 267 0 267 0 267 0 272 0 272 0 272 0 267 0 272 0 250 0 272 0 272 0 272 0 272 0 283 0 278 0 283 0 272 0 272 0 278 0 283 0 278 0 278 0 283 0 272 0 278 0 278 0 278 0-9999 +USW00021504198906TMIN 189 0 200 0 206 0 200 0 200 0 206 0 194 0 194 0 211 0 217 0 200 0 211 0 194 0 194 0 217 0 211 0 217 0 206 0 189 0 183 0 194 0 194 0 194 0 194 0 183 0 206 0 189 0 200 0 211 0 200 0-9999 +USW00021504198906PRCP 0 0 69 0 137 0 76 0 274 0 102 0 94 0 10 0 0 0 0 0 51 0 307 0 10 0 188 0 18 0 43 0 53 0 38 0 0T 0 25 0 41 0 13 0 3 0 41 0 0 0 0 0 0T 0 41 0 81 0 71 0-9999 +USW00021504198906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198906ACMH 90 X 60 X 60 X 60 X 90 X 80 X 80 X 90 X 70 X 90 X 100 X 100 X 50 X 70 X 80 X 100 X 100 X 80 X 50 X 90 X 90 X 100 X 50 X 50 X 70 X 60 X 80 X 90 X 90 X 60 X-9999 +USW00021504198906ACSH 90 X 40 X 60 X 60 X 90 X 80 X 80 X 90 X 50 X 100 X 100 X 100 X 30 X 60 X 90 X 100 X 90 X 80 X 50 X 90 X 90 X 100 X 30 X 40 X 60 X 60 X 100 X 90 X 90 X 50 X-9999 +USW00021504198906AWND 30 X 31 X 33 X 33 X 32 X 39 X 38 X 26 X 31 X 35 X 35 X 34 X 32 X 31 X 30 X 25 X 29 X 28 X 34 X 27 X 31 X 30 X 28 X 33 X 33 X 35 X 28 X 33 X 34 X 32 X-9999 +USW00021504198906FMTM 1354 X 1752 X 1655 X 1352 X 0655 X 1452 X 1453 X 1252 X 1452 X 1454 X 1554 X 0953 X 1553 X 1353 X 1353 X 1447 X 1154 X 1454 X 1153 X 1553 X 1152 X 1355 X 1252 X 1654 X 1352 X 1555 X 0935 X 1352 X 1452 X 1553 X-9999 +USW00021504198906PGTM 1301 X 1753 X 1517 X 1354 X 1255 X 0226 X 1244 X 1332 X 1144 X 0910 X 1217 X 0950 X 1437 X 1358 X 1211 X 1440 X 1644 X 1340 X 1334 X 1735 X 1154 X 1213 X 1217 X 1327 X 1348 X 1050 X 0949 X 1810 X 0625 X 1327 X-9999 +USW00021504198906TSUN 339 X 647 X 419 X 448 X 60 X 148 X 168 X 89 X 585 X 50 X 392 X 0 X 738 X 433 X 319 X 26 X 303 X 275 X 468 X 331 X 397 X 114 X 639 X 605 X 500 X 426 X 89 X 361 X 311 X 531 X-9999 +USW00021504198906WDF1 100 X 50 X 50 X 60 X 270 X 90 X 60 X 90 X 360 X 40 X 10 X 60 X 10 X 20 X 60 X 80 X 80 X 30 X 80 X 20 X 60 X 90 X 60 X 80 X 50 X 120 X 80 X 20 X 10 X 10 X-9999 +USW00021504198906WDFG 90W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X 360W X 360W X 360W X 90W X 45W X 90W X 90W X 90W X 45W X 180W X 90W X 90W X 45W X 90W X 90W X 360W X 45W X 45W X-9999 +USW00021504198906WSF1 58 X 89 X 54 X 80 X 63 X 58 X 76 X 63 X 63 X 63 X 58 X 63 X 54 X 58 X 58 X 54 X 58 X 54 X 67 X 40 X 63 X 54 X 54 X 58 X 63 X 63 X 67 X 67 X 58 X 54 X-9999 +USW00021504198906WSFG 87 X 87 X 98 X 82 X 103 X 87 X 103 X 82 X 82 X 82 X 77 X 98 X 77 X 87 X 77 X 77 X 77 X 72 X 93 X 77 X 87 X 77 X 87 X 77 X 98 X 108 X 87 X 82 X 98 X 82 X-9999 +USW00021504198906WT16-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00021504198907TMAX 278 0 272 0 267 0 272 0 283 0 267 0 272 0 272 0 283 0 278 0 278 0 278 0 261 0 267 0 289 0 278 0 278 0 278 0 250 0 233 0 294 0 272 0 283 0 278 0 267 0 272 0 278 0 267 0 278 0 272 0 278 0 +USW00021504198907TMIN 194 0 200 0 194 0 200 0 206 0 189 0 189 0 211 0 211 0 217 0 217 0 206 0 211 0 222 0 217 0 206 0 211 0 211 0 206 0 217 0 211 0 222 0 211 0 200 0 206 0 206 0 206 0 194 0 217 0 211 0 189 0 +USW00021504198907PRCP 46 0 36 0 51 0 345 0 107 0 1369 0 10 0 23 0 30 0 102 0 58 0 51 0 325 0 272 0 46 0 84 0 48 0 38 0 564 0 787 0 170 0 790 0 28 0 69 0 76 0 10 0 23 0 155 0 61 0 5 0 46 0 +USW00021504198907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198907ACMH 70 X 70 X 90 X 100 X 70 X 90 X 80 X 100 X 80 X 80 X 80 X 90 X 100 X 100 X 90 X 90 X 90 X 90 X 100 X 100 X 100 X 100 X 80 X 60 X 100 X 80 X 70 X 90 X 80 X 80 X 60 X +USW00021504198907ACSH 70 X 70 X 100 X 90 X 60 X 90 X 90 X 100 X 70 X 80 X 70 X 90 X 100 X 100 X 90 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 80 X 40 X 100 X 70 X 70 X 90 X 80 X 90 X 60 X +USW00021504198907AWND 30 X 36 X 32 X 30 X 30 X 33 X 30 X 25 X 30 X 28 X 33 X 38 X 29 X 29 X 28 X 28 X 33 X 42 X 30 X 26 X 22 X 30 X 30 X 33 X 29 X 32 X 28 X 27 X 33 X 31 X 30 X +USW00021504198907FMTM 2309 X 2352 X 1628 X 0155 X 2054 X 0644 X 1656 X 0652 X 1253 X 0352 X 1054 X 0038 X 1453 X 1153 X 1655 X 1153 X 1555 X 1552 X 1353 X 0756 X 1330 X 1105 X 1553 X 1754 X 0809 X 1753 X 1454 X 0807 X 1554 X 1154 X 1454 X +USW00021504198907PGTM 2305 X 2347 X 1627 X 1622 X 1803 X 0638 X 1857 X 1334 X 1346 X 1614 X 1418 X 1306 X 1547 X 0917 X 1739 X 1902 X 1456 X 1523 X 1247 X 1452 X 1328 X 1218 X 1246 X 1759 X 1117 X 1357 X 1145 X 1112 X 1557 X 1046 X 1238 X +USW00021504198907TSUN 433 X 324 X 47 X 151 X 506 X 80 X 103 X 71 X 337 X 384 X 358 X 87 X 11 X 63 X 197 X 243 X 155 X 148 X 0 X 0 X 21 X 4 X 301 X 554 X 81 X 443 X 256 X 91 X 294 X 26 X 513 X +USW00021504198907WDF1 140 X 130 X 110 X 270 X 80 X 270 X 80 X 270 X 20 X 20 X 40 X 60 X 60 X 350 X 60 X 20 X 50 X 50 X 90 X 220 X 120 X 120 X 100 X 350 X 220 X 50 X 20 X 90 X 40 X 70 X 20 X +USW00021504198907WDFG 135W X 135W X 90W X 315W X 45W X 270W X 90W X 90W X 90W X 315W X 45W X 45W X 90W X 45W X 90W X 45W X 90W X 45W X 90W X 45W X 90W X 90W X 90W X 315W X 315W X 45W X 90W X 270W X 45W X 90W X 45W X +USW00021504198907WSF1 54 X 76 X 63 X 45 X 45 X 80 X 54 X 45 X 63 X 54 X 58 X 67 X 58 X 58 X 54 X 54 X 54 X 67 X 58 X 45 X 67 X 72 X 58 X 54 X 36 X 54 X 45 X 58 X 72 X 54 X 54 X +USW00021504198907WSFG 82 X 113 X 103 X 82 X 82 X 118 X 67 X 62 X 77 X 72 X 77 X 113 X 87 X 82 X 87 X 67 X 87 X 103 X 113 X 62 X 87 X 118 X 103 X 82 X 72 X 87 X 87 X 82 X 98 X 77 X 77 X +USW00021504198907WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198907WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198908TMAX 278 0 272 0 283 0 283 0 283 0 272 0 289 0 283 0 278 0 278 0 283 0 267 0 278 0 283 0 272 0 278 0 283 0 278 0 278 0 283 0 278 0 272 0 283 0 278 0 278 0 278 0 283 0 278 0 283 0 278 0 283 0 +USW00021504198908TMIN 189 0 206 0 194 0 194 0 183 0 200 0 189 0 206 0 183 0 200 0 194 0 194 0 200 0 206 0 200 0 200 0 200 0 200 0 194 0 222 0 222 0 194 0 189 0 189 0 189 0 183 0 200 0 217 0 200 0 206 0 189 0 +USW00021504198908PRCP 64 0 84 0 3 0 23 0 51 0 48 0 3 0 0T 0 74 0 15 0 5 0 74 0 0T 0 64 0 64 0 36 0 33 0 66 0 201 0 978 0 46 0 8 0 23 0 0T 0 48 0 0T 0 48 0 0T 0 28 0 104 0 53 0 +USW00021504198908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198908ACMH 50 X 80 X 70 X 60 X 70 X 70 X 30 X 70 X 70 X 70 X 50 X 100 X 80 X 70 X 90 X 70 X 60 X 60 X 90 X 90 X 90 X 60 X 60 X 50 X 60 X 40 X 60 X 70 X 40 X 70 X 70 X +USW00021504198908ACSH 40 X 80 X 80 X 50 X 80 X 70 X 20 X 60 X 70 X 60 X 40 X 100 X 70 X 70 X 100 X 70 X 50 X 70 X 90 X 90 X 80 X 70 X 70 X 40 X 50 X 30 X 50 X 60 X 30 X 60 X 60 X +USW00021504198908AWND 31 X 25 X 33 X 32 X 33 X 23 X 34 X 28 X 31 X 32 X 30 X 25 X 31 X 28 X 26 X 28 X 33 X 33 X 30 X 33 X 34 X 28 X 28 X 29 X 32 X 32 X 33 X 30 X 31 X 30 X 30 X +USW00021504198908FMTM 1955 X 1552 X 1653 X 1053 X 1152 X 0011 X 1652 X 1352 X 1253 X 1353 X 1455 X 1426 X 1554 X 1353 X 1355 X 0541 X 1452 X 1355 X 2042 X 1017 X 1354 X 1653 X 1240 X 0952 X 0954 X 1352 X 1455 X 1555 X 1053 X 1453 X 1353 X +USW00021504198908PGTM 1525 X 1315 X 1654 X 1257 X 1112 X 1211 X 1313 X 1253 X 1426 X 1347 X 1227 X 0553 X 1339 X 1414 X 1237 X 1418 X 1246 X 1316 X 2038 X 1016 X 1252 X 1503 X 1438 X 1440 X 1208 X 1414 X 1312 X 1113 X 1534 X 1451 X 1508 X +USW00021504198908TSUN 586 X 266 X 500 X 485 X 189 X 300 X 726 X 236 X 534 X 377 X 478 X 0 X 366 X 356 X 8 X 279 X 527 X 407 X 67 X 26 X 194 X 433 X 252 X 667 X 454 X 527 X 407 X 390 X 646 X 364 X 350 X +USW00021504198908WDF1 60 X 40 X 120 X 120 X 80 X 120 X 110 X 100 X 60 X 80 X 70 X 260 X 70 X 20 X 290 X 360 X 50 X 90 X 20 X 340 X 90 X 60 X 20 X 40 X 340 X 30 X 20 X 20 X 50 X 50 X 360 X +USW00021504198908WDFG 45W X 45W X 135W X 90W X 90W X 360W X 135W X 90W X 45W X 90W X 90W X 225W X 90W X 45W X 45W X 45W X 45W X 90W X 45W X 360W X 90W X 45W X 45W X 45W X 360W X 45W X 45W X 45W X 90W X 45W X 360W X +USW00021504198908WSF1 45 X 45 X 58 X 58 X 67 X 40 X 63 X 54 X 58 X 67 X 45 X 45 X 63 X 54 X 54 X 54 X 63 X 58 X 54 X 76 X 67 X 45 X 58 X 54 X 58 X 45 X 54 X 40 X 63 X 67 X 45 X +USW00021504198908WSFG 72 X 62 X 93 X 93 X 82 X 67 X 93 X 108 X 72 X 93 X 87 X 67 X 98 X 67 X 82 X 82 X 77 X 87 X 93 X 144 X 103 X 93 X 62 X 72 X 77 X 67 X 77 X 77 X 72 X 98 X 87 X +USW00021504198908WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504198909TMAX 278 0 272 0 278 0 283 0 283 0 283 0 283 0 278 0 278 0 272 0 278 0 294 0 278 0 278 0 278 0 272 0 278 0 267 0 267 0 272 0 272 0 278 0 278 0 283 0 278 0 272 0 261 0 256 0 272 0 294 0-9999 +USW00021504198909TMIN 200 0 206 0 194 0 206 0 206 0 189 0 189 0 200 0 200 0 194 0 194 0 200 0 194 0 189 0 206 0 194 0 206 0 194 0 200 0 194 0 189 0 194 0 178 0 189 0 194 0 200 0 206 0 206 0 194 0 183 0-9999 +USW00021504198909PRCP 262 0 251 0 94 0 56 0 33 0 33 0 41 0 135 0 157 0 20 0 48 0 8 0 5 0 3 0 112 0 351 0 160 0 81 0 15 0 23 0 15 0 10 0 0 0 0 0 94 0 48 0 79 0 163 0 0T 0 175 0-9999 +USW00021504198909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198909ACMH 90 X 90 X 80 X 60 X 80 X 70 X 50 X 80 X 80 X 80 X 70 X 80 X 50 X 50 X 70 X 100 X 100 X 90 X 90 X 60 X 60 X 60 X 30 X 40 X 90 X 90 X 90 X 100 X 70 X 70 X-9999 +USW00021504198909ACSH 90 X 90 X 80 X 40 X 90 X 70 X 70 X 90 X 80 X 80 X 60 X 90 X 60 X 40 X 50 X 100 X 100 X 90 X 90 X 60 X 70 X 70 X 30 X 50 X 90 X 80 X 100 X 100 X 70 X 70 X-9999 +USW00021504198909AWND 35 X 30 X 30 X 31 X 29 X 30 X 29 X 30 X 31 X 31 X 30 X 33 X 29 X 34 X 33 X 28 X 23 X 28 X 28 X 29 X 28 X 26 X 32 X 27 X 26 X 30 X 28 X 29 X 25 X 34 X-9999 +USW00021504198909FMTM 1025 X 1253 X 1454 X 1555 X 1254 X 1253 X 1354 X 1254 X 1353 X 1752 X 1754 X 1352 X 1552 X 1052 X 1953 X 1828 X 1042 X 0337 X 1454 X 1353 X 1126 X 0220 X 1355 X 1552 X 1353 X 1652 X 0555 X 1355 X 1555 X 1355 X-9999 +USW00021504198909PGTM 1019 X 0042 X 1608 X 1510 X 1253 X 1257 X 1822 X 0328 X 1437 X 1207 X 1528 X 1557 X 1236 X 1117 X 1959 X 1816 X 0109 X 1155 X 1507 X 1228 X 1123 X 1238 X 1213 X 1543 X 1336 X 1016 X 1331 X 1347 X 1601 X 1357 X-9999 +USW00021504198909TSUN 99 X 19 X 205 X 473 X 92 X 209 X 450 X 185 X 283 X 305 X 401 X 276 X 340 X 532 X 390 X 1 X 37 X 25 X 50 X 482 X 302 X 301 X 627 X 440 X 143 X 127 X 0 X 52 X 209 X 237 X-9999 +USW00021504198909WDF1 80 X 50 X 40 X 20 X 70 X 90 X 50 X 50 X 360 X 340 X 340 X 80 X 60 X 40 X 120 X 90 X 260 X 260 X 30 X 20 X 60 X 100 X 50 X 60 X 100 X 80 X 280 X 90 X 80 X 130 X-9999 +USW00021504198909WDFG 90W X 225W X 90W X 45W X 45W X 90W X 45W X 225W X 45W X 360W X 45W X 90W X 45W X 45W X 135W X 90W X 225W X 315W X 45W X 45W X 45W X 45W X 360W X 45W X 90W X 45W X 315W X 90W X 90W X 135W X-9999 +USW00021504198909WSF1 72 X 54 X 45 X 58 X 45 X 63 X 54 X 58 X 58 X 63 X 54 X 67 X 54 X 63 X 45 X 58 X 54 X 45 X 40 X 45 X 103 X 40 X 54 X 40 X 63 X 54 X 45 X 63 X 40 X 89 X-9999 +USW00021504198909WSFG 108 X 77 X 87 X 82 X 72 X 87 X 77 X 72 X 72 X 87 X 72 X 103 X 77 X 87 X 82 X 108 X 62 X 82 X 77 X 72 X 118 X 72 X 72 X 77 X 93 X 77 X 62 X 77 X 62 X 103 X-9999 +USW00021504198909WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504198910TMAX 272 0 289 0 289 0 278 0 289 0 278 0 289 0 306 0 300 0 272 0 283 0 283 0 283 0 306 0 289 0 278 0 283 0 283 0 278 0 272 0 272 0 261 0 278 0 261 0 267 0 272 0 261 0 272 0 289 0 283 0 272 0 +USW00021504198910TMIN 211 0 183 0 211 0 217 0 222 0 217 0 211 0 200 0 211 0 222 0 194 0 183 0 183 0 206 0 222 0 206 0 200 0 217 0 206 0 206 0 206 0 183 0 200 0 206 0 206 0 200 0 194 0 200 0 206 0 200 0 194 0 +USW00021504198910PRCP 257 0 3 0 343 0 0T 0 0T 0 91 0 10 0 0T 0 145 0 8 0 0 0 0 0 38 0 437 0 64 0 0T 0 61 0 15 0 33 0 86 0 18 0 269 0 818 0 417 0 38 0 53 0 124 0 15 0 0T 0 0 0 0T 0 +USW00021504198910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198910ACMH 100 X 60 X 90 X 80 X 90 X 100 X 100 X 70 X 90 X 100 X 70 X 60 X 60 X 90 X 90 X 90 X 90 X 90 X 100 X 90 X 90 X 80 X 100 X 100 X 100 X 90 X 90 X 80 X 80 X 70 X 70 X +USW00021504198910ACSH 100 X 70 X 80 X 90 X 80 X 100 X 90 X 80 X 100 X 100 X 90 X 60 X 60 X 90 X 80 X 100 X 90 X 90 X 100 X 80 X 80 X 90 X 90 X 100 X 100 X 90 X 100 X 80 X 90 X 80 X 60 X +USW00021504198910AWND 27 X 32 X 37 X 31 X 24 X 25 X 24 X 21 X 39 X 27 X 29 X 30 X 31 X 27 X 30 X 23 X 29 X 25 X 26 X 30 X 24 X 26 X 30 X 25 X 25 X 28 X 23 X 20 X 29 X 21 X 34 X +USW00021504198910FMTM 1355 X 1253 X 1555 X 1455 X 1253 X 1054 X 1355 X 1155 X 1253 X 0953 X 1253 X 1054 X 1352 X 1456 X 1455 X 1354 X 1153 X 1453 X 1154 X 1253 X 1555 X 1335 X 1153 X 1625 X 1256 X 1355 X 1404 X 0052 X 1153 X 1455 X 2153 X +USW00021504198910PGTM 1355 X 1146 X 1443 X 1434 X 1511 X 1100 X 1350 X 1133 X 1208 X 1312 X 1234 X 1317 X 1515 X 1437 X 1350 X 1353 X 1150 X 1428 X 1356 X 1227 X 1610 X 1128 X 1302 X 1738 X 1259 X 1333 X 1359 X 1130 X 1039 X 1530 X 2153 X +USW00021504198910TSUN 3 X 319 X 380 X 121 X 51 X 129 X 76 X 316 X 328 X 5 X 121 X 335 X 290 X 222 X 301 X 57 X 386 X 366 X 137 X 208 X 273 X 69 X 63 X 30 X 45 X 182 X 41 X 189 X 194 X 190 X 394 X +USW00021504198910WDF1 120 X 110 X 120 X 100 X 100 X 20 X 130 X 140 X 160 X 130 X 70 X 90 X 100 X 100 X 90 X 80 X 90 X 120 X 100 X 40 X 90 X 40 X 80 X 100 X 80 X 20 X 100 X 10 X 120 X 310 X 350 X +USW00021504198910WDFG 135W X 135W X 90W X 90W X 90W X 360W X 135W X 135W X 135W X 90W X 90W X 135W X 90W X 90W X 135W X 90W X 90W X 135W X 45W X 45W X 90W X 90W X 135W X 225W X 90W X 360W X 360W X 360W X 90W X 90W X 360W X +USW00021504198910WSF1 67 X 63 X 67 X 72 X 54 X 63 X 58 X 45 X 80 X 45 X 63 X 63 X 63 X 63 X 63 X 45 X 54 X 45 X 72 X 67 X 45 X 45 X 45 X 45 X 76 X 40 X 45 X 40 X 58 X 45 X 63 X +USW00021504198910WSFG 77 X 103 X 108 X 93 X 93 X 72 X 98 X 82 X 118 X 82 X 72 X 72 X 82 X 98 X 87 X 72 X 72 X 72 X 82 X 87 X 67 X 72 X 77 X 62 X 77 X 62 X 62 X 82 X 72 X 62 X 77 X +USW00021504198910WT03-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504198910WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 +USW00021504198911TMAX 272 0 267 0 278 0 283 0 272 0 261 0 272 0 267 0 283 0 278 0 283 0 283 0 289 0 289 0 289 0 272 0 256 0 267 0 267 0 261 0 267 0 272 0 272 0 267 0 272 0 267 0 267 0 267 0 300 0 278 0-9999 +USW00021504198911TMIN 200 0 200 0 178 0 206 0 200 0 194 0 178 0 189 0 178 0 189 0 183 0 200 0 194 0 194 0 194 0 206 0 211 0 200 0 178 0 189 0 183 0 178 0 178 0 189 0 178 0 167 0 183 0 178 0 172 0 167 0-9999 +USW00021504198911PRCP 0 0 0 0 0 0 28 0 13 0 102 0 38 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 13 0 8 0 23 0 0 0 0 0 5 0 0 0 0T 0 0 0 0 0 18 0-9999 +USW00021504198911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504198911ACMH 80 X 70 X 60 X 90 X 80 X 70 X 60 X 70 X 40 X 40 X 70 X 90 X 80 X 70 X 50 X 90 X 90 X 80 X 80 X 90 X 80 X 70 X 50 X 50 X 80 X 50 X 60 X 80 X 50 X 70 X-9999 +USW00021504198911ACSH 70 X 40 X 70 X 80 X 70 X 90 X 50 X 70 X 20 X 30 X 70 X 100 X 80 X 90 X 50 X 90 X 100 X 80 X 80 X 90 X 90 X 70 X 50 X 40 X 80 X 30 X 70 X 80 X 50 X 90 X-9999 +USW00021504198911AWND 40 X 27 X 26 X 30 X 30 X 34 X 32 X 28 X 30 X 32 X 28 X 28 X 26 X 32 X 30 X 47 X 52 X 40 X 35 X 33 X 25 X 31 X 33 X 28 X 28 X 28 X 30 X 23 X 29 X 33 X-9999 +USW00021504198911FMTM 1255 X 1355 X 1155 X 1035 X 1155 X 0701 X 1252 X 1352 X 1454 X 1353 X 1255 X 1352 X 1556 X 1152 X 1252 X 1755 X 0955 X 1254 X 1625 X 1555 X 1252 X 1353 X 1254 X 1053 X 1552 X 1253 X 1353 X 1254 X 1455 X 1635 X-9999 +USW00021504198911PGTM 1334 X 1033 X 1237 X 1613 X 1002 X 0907 X 1344 X 1454 X 1445 X 1308 X 1403 X 1327 X 1551 X 1407 X 1216 X 1407 X 1132 X 0906 X 1618 X 1455 X 1345 X 1220 X 1418 X 1446 X 1354 X 1259 X 1415 X 1358 X 1131 X 1931 X-9999 +USW00021504198911TSUN 306 X 387 X 220 X 252 X 183 X 68 X 444 X 230 X 528 X 521 X 480 X 310 X 311 X 356 X 336 X 216 X 133 X 146 X 411 X 136 X 172 X 65 X 159 X 227 X 164 X 389 X 145 X 82 X 496 X 212 X-9999 +USW00021504198911WDF1 10 X 20 X 90 X 120 X 40 X 40 X 20 X 60 X 90 X 110 X 110 X 110 X 120 X 90 X 120 X 340 X 350 X 340 X 360 X 70 X 110 X 90 X 100 X 30 X 40 X 40 X 20 X 350 X 100 X 350 X-9999 +USW00021504198911WDFG 360W X 45W X 90W X 90W X 90W X 90W X 360W X 45W X 90W X 135W X 90W X 90W X 90W X 135W X 135W X 360W X 360W X 315W X 360W X 360W X 90W X 90W X 90W X 45W X 90W X 45W X 360W X 45W X 135W X 360W X-9999 +USW00021504198911WSF1 67 X 45 X 54 X 63 X 63 X 58 X 54 X 45 X 58 X 63 X 54 X 54 X 58 X 76 X 72 X 76 X 72 X 63 X 58 X 54 X 40 X 63 X 58 X 54 X 40 X 45 X 45 X 40 X 63 X 54 X-9999 +USW00021504198911WSFG 87 X 67 X 82 X 82 X 72 X 87 X 77 X 67 X 82 X 93 X 82 X 87 X 82 X 93 X 93 X 134 X 118 X 87 X 98 X 77 X 62 X 87 X 77 X 72 X 67 X 72 X 62 X 57 X 72 X 87 X-9999 +USW00021504198911WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 +USW00021504198912TMAX 256 0 267 0 283 0 289 0 278 0 283 0 272 0 283 0 267 0 250 0 256 0 272 0 239 0 250 0 250 0 250 0 256 0 278 0 272 0 256 0 261 0 278 0 283 0 283 0 267 0 283 0 289 0 267 0 278 0 256 0 233 0 +USW00021504198912TMIN 183 0 189 0 189 0 178 0 167 0 178 0 194 0 194 0 172 0 156 0 144 0 156 0 161 0 161 0 144 0 150 0 150 0 156 0 144 0 161 0 161 0 183 0 178 0 178 0 178 0 161 0 172 0 183 0 178 0 167 0 172 0 +USW00021504198912PRCP 46 0 84 0 0T 0 0 0 0 0 157 0 0T 0 0 0 53 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 0 0T 0 99 0 122 0 782 0 +USW00021504198912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504198912ACMH 100 X 80 X 40 X 30 X 20 X 80 X 80 X 60 X 70 X 0 X 10 X 30 X 50 X 30 X 50 X 40 X 40 X 30 X 0 X 50 X 70 X 70 X 60 X 30 X 50 X 40 X 60 X 80 X 80 X 80 X 90 X +USW00021504198912ACSH 100 X 80 X 20 X 40 X 20 X 90 X 90 X 40 X 90 X 0 X 20 X 20 X 70 X 10 X 40 X 40 X 30 X 30 X 0 X 60 X 70 X 40 X 60 X 40 X 80 X 50 X 40 X 80 X 90 X 100 X 100 X +USW00021504198912AWND 28 X 25 X 30 X 30 X 32 X 30 X 27 X 29 X 38 X 81 X 40 X 29 X 51 X 67 X 46 X 32 X 26 X 25 X 31 X 27 X 29 X 24 X 26 X 29 X 26 X 28 X 29 X 30 X 26 X 26 X 26 X +USW00021504198912FMTM 1055 X 1254 X 1454 X 1253 X 1254 X 2054 X 0955 X 1352 X 1553 X 0754 X 0406 X 1353 X 0953 X 1352 X 1153 X 1253 X 1352 X 1355 X 1253 X 0954 X 1356 X 1054 X 1252 X 1654 X 0952 X 1152 X 1355 X 0953 X 1955 X 1152 X 0923 X +USW00021504198912PGTM 0207 X 1321 X 1458 X 1358 X 1238 X-9999 0530 X 1320 X 1626 X 1434 X 0047 X 1410 X 1501 X 1223 X 1526 X 1330 X 1130 X 1343 X 1516 X 0958 X 1528 X 1123 X 1207 X 1320 X 1148 X 1146 X 1304 X 1353 X 1304 X 1248 X 1412 X +USW00021504198912TSUN 17 X 133 X 507 X 374 X 486 X 114 X 15 X 349 X 116 X 658 X 405 X 398 X 108 X 521 X 411 X 402 X 335 X 305 X 571 X 259 X 93 X 420 X 411 X 560 X 255 X 405 X 402 X 408 X 421 X 339 X 187 X +USW00021504198912WDF1 10 X 70 X 120 X 100 X 100 X 120 X 300 X 100 X 10 X 360 X 320 X 60 X 350 X 340 X 340 X 360 X 30 X 90 X 80 X 360 X 360 X 120 X 110 X 120 X 240 X 80 X 60 X 140 X 320 X 340 X 40 X +USW00021504198912WDFG 360W X 90W X 135W X 135W X 90W X-9999 270W X 135W X 315W X 315W X 360W X 360W X 360W X 360W X 360W X 360W X 90W X 90W X 135W X 360W X 360W X 90W X 90W X 90W X 45W X 90W X 90W X 135W X 90W X 45W X 270W X +USW00021504198912WSF1 40 X 54 X 58 X 54 X 58 X 45 X 54 X 63 X 98 X 130 X 94 X 45 X 89 X 107 X 80 X 54 X 40 X 58 X 54 X 63 X 58 X 45 X 40 X 54 X 40 X 54 X 54 X 63 X 54 X 54 X 63 X +USW00021504198912WSFG 62 X 62 X 77 X 72 X 82 X-9999 57 X 82 X 154 X 200 X 118 X 62 X 154 X 175 X 108 X 82 X 62 X 72 X 77 X 82 X 77 X 57 X 82 X 72 X 72 X 82 X 77 X 82 X 62 X 98 X 82 X +USW00021504198912WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00021504198912WT16 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00021504199001TMAX 233 0 261 0 267 0 256 0 261 0 272 0 283 0 267 0 228 0 244 0 244 0 250 0 261 0 272 0 211 0 250 0 256 0 289 0 239 0 244 0 278 0 256 0 244 0 256 0 267 0 272 0 256 0 261 0 267 0 256 0 256 0 +USW00021504199001TMIN 183 0 172 0 194 0 183 0 172 0 172 0 178 0 178 0 194 0 189 0 178 0 183 0 183 0 183 0 167 0 183 0 172 0 206 0 211 0 206 0 194 0 206 0 200 0 200 0 200 0 200 0 194 0 183 0 194 0 194 0 194 0 +USW00021504199001PRCP 1062 0 140 0 48 0 53 0 76 0 0 0 0T 0 28 0 119 0 0 0 74 0 124 0 119 0 69 0 414 0 10 0 15 0 165 0 2416 0 699 0 640 0 137 0 74 0 74 0 114 0 112 0 137 0 13 0 152 0 91 0 224 0 +USW00021504199001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199001ACMH 100 X 90 X 90 X 80 X 70 X 50 X 40 X 50 X 100 X 100 X 90 X 90 X 80 X 80 X 100 X 100 X 90 X 100 X 100 X 100 X 90 X 100 X 100 X 90 X 90 X 100 X 100 X 90 X 80 X 90 X 90 X +USW00021504199001ACSH 100 X 90 X 80 X 90 X 80 X 40 X 40 X 40 X 100 X 100 X 80 X 90 X 60 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 60 X 90 X 90 X +USW00021504199001AWND 27 X 28 X 27 X 24 X 24 X 31 X 31 X 27 X 34 X 25 X 29 X 24 X 28 X 28 X 17 X 21 X 31 X 23 X 28 X 16 X 30 X 21 X 21 X 23 X 19 X 25 X 19 X 23 X 26 X 31 X 29 X +USW00021504199001FMTM 1054 X 1551 X 1154 X 0955 X 1331 X 1053 X 1254 X 1353 X 0652 X 1354 X 1952 X 1452 X 1153 X 1352 X 1153 X 1526 X 1631 X 1411 X 2335 X 0002 X 2254 X 1253 X 1053 X 1051 X 1151 X 1452 X 1522 X 1746 X 2053 X 2353 X 1424 X +USW00021504199001PGTM 1312 X 1402 X 1155 X 1538 X 1328 X 1435 X 1330 X 0955 X 0845 X 2308 X 1633 X 1455 X 1413 X 1401 X 0959 X 1516 X 1631 X 1417 X 2335 X 0033 X 1220 X 1320 X 1427 X 1027 X 1217 X 1445 X 1525 X 2357 X 2038 X 0954 X 1630 X +USW00021504199001TSUN 132 X 379 X 436 X 351 X 392 X 566 X 545 X 528 X 68 X 3 X 285 X 105 X 273 X 198 X 0 X 2 X 132 X 31 X 1 X 0 X 275 X 0 X 0 X 41 X 6 X 139 X 65 X 133 X 288 X 73 X 117 X +USW00021504199001WDF1 340 X 50 X 90 X 240 X 80 X 140 X 110 X 20 X 40 X 20 X 40 X 110 X 100 X 160 X 230 X 90 X 350 X 110 X 130 X 120 X 220 X 120 X 120 X 160 X 170 X 120 X 80 X 340 X 80 X 60 X 70 X +USW00021504199001WDFG 315W X 45W X 90W X 270W X 90W X 90W X 90W X 45W X 45W X 270W X 315W X 90W X 225W X 135W X 135W X 90W X 360W X 135W X 135W X 135W X 135W X 180W X 135W X 180W X 180W X 135W X 90W X 315W X 45W X 45W X 90W X +USW00021504199001WSF1 54 X 54 X 67 X 40 X 40 X 54 X 54 X 45 X 54 X 36 X 54 X 40 X 67 X 54 X 31 X 58 X 72 X 40 X 94 X 36 X 67 X 54 X 54 X 54 X 45 X 54 X 58 X 40 X 40 X 54 X 54 X +USW00021504199001WSFG 67 X 87 X 98 X 62 X 87 X 77 X 93 X 72 X 118 X 72 X 93 X 77 X 93 X 87 X 57 X 72 X 103 X 87 X 149 X 93 X 103 X 82 X 103 X 103 X 98 X 77 X 98 X 108 X 98 X 98 X 103 X +USW00021504199001WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199001WT16 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199002TMAX 267 0 261 0 256 0 261 0 256 0 272 0 256 0 244 0 250 0 250 0 250 0 256 0 294 0 272 0 272 0 267 0 250 0 228 0 239 0 239 0 244 0 272 0 267 0 200 0 256 0 239 0 239 0 206 0-9999 -9999 -9999 +USW00021504199002TMIN 206 0 194 0 206 0 189 0 178 0 194 0 178 0 172 0 172 0 156 0 139 0 139 0 161 0 161 0 178 0 167 0 178 0 172 0 161 0 161 0 172 0 150 0 183 0 167 0 189 0 200 0 183 0 183 0-9999 -9999 -9999 +USW00021504199002PRCP 551 0 701 0 218 0 196 0 114 0 163 0 41 0 10 0 5 0 3 0 13 0 0 0 0T 0 119 0 224 0 30 0 5 0 0T 0 0 0 0 0 0T 0 0 0 0 0 434 0 56 0 74 0 64 0 851 0-9999 -9999 -9999 +USW00021504199002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199002ACMH 90 X 100 X 100 X 90 X 90 X 90 X 70 X 60 X 50 X 40 X 40 X 50 X 60 X 50 X 70 X 50 X 90 X 70 X 60 X 70 X 90 X 60 X 60 X 100 X 100 X 100 X 100 X 100 X-9999 -9999 -9999 +USW00021504199002ACSH 90 X 100 X 100 X 80 X 90 X 80 X 60 X 70 X 50 X 30 X 50 X 50 X 40 X 50 X 60 X 30 X 90 X 80 X 60 X 60 X 100 X 50 X 60 X 100 X 100 X 100 X 100 X 100 X-9999 -9999 -9999 +USW00021504199002AWND 21 X 23 X 22 X 25 X 23 X 29 X 41 X 38 X 34 X 30 X 29 X 26 X 30 X 29 X 25 X 26 X 23 X 56 X 67 X 37 X 25 X 29 X 27 X 21 X 24 X 34 X 23 X 21 X-9999 -9999 -9999 +USW00021504199002FMTM 1524 X 1152 X 1552 X 1252 X 1152 X 2352 X 1355 X 1154 X 1453 X 1752 X 1251 X 1151 X 1552 X 1253 X 0834 X 1454 X 1552 X 2053 X 1052 X 1352 X 1152 X 1152 X 1252 X 0842 X 1651 X 1329 X 1155 X 1151 X-9999 -9999 -9999 +USW00021504199002PGTM 1527 X 1425 X 0203 X 1323 X 1410 X 2333 X 0146 X 1431 X 1531 X 1017 X 1202 X 1127 X 1324 X 1257 X 1357 X 1405 X 1230 X 2127 X 1237 X 1358 X 1147 X 1334 X 1301 X 2330 X 1800 X 1525 X 0557 X 1150 X-9999 -9999 -9999 +USW00021504199002TSUN 82 X 60 X 85 X 144 X 89 X 290 X 424 X 393 X 362 X 521 X 425 X 359 X 338 X 442 X 289 X 585 X 106 X 171 X 499 X 354 X 181 X 326 X 284 X 0 X 13 X 50 X 10 X 0 X-9999 -9999 -9999 +USW00021504199002WDF1 160 X 80 X 80 X 60 X 240 X 60 X 20 X 360 X 60 X 10 X 50 X 80 X 140 X 140 X 240 X 70 X 20 X 340 X 330 X 360 X 50 X 110 X 120 X 270 X 150 X 360 X 20 X 10 X-9999 -9999 -9999 +USW00021504199002WDFG 135W X 45W X 135W X 45W X 135W X 45W X 90W X 360W X 45W X 45W X 45W X 90W X 90W X 90W X 45W X 45W X 45W X 360W X 360W X 360W X 45W X 135W X 135W X 225W X 135W X 360W X 360W X 360W X-9999 -9999 -9999 +USW00021504199002WSF1 63 X 45 X 54 X 58 X 45 X 63 X 67 X 72 X 54 X 40 X 54 X 54 X 63 X 63 X 40 X 40 X 31 X 112 X 98 X 54 X 45 X 54 X 58 X 27 X 36 X 76 X 45 X 58 X-9999 -9999 -9999 +USW00021504199002WSFG 93 X 113 X 108 X 87 X 77 X 113 X 129 X 123 X 103 X 87 X 67 X 67 X 93 X 103 X 62 X 72 X 72 X 175 X 149 X 113 X 67 X 93 X 77 X 46 X 77 X 139 X 93 X 93 X-9999 -9999 -9999 +USW00021504199002WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504199002WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504199003TMAX 200 0 239 0 244 0 244 0 233 0 261 0 256 0 244 0 228 0 250 0 256 0 261 0 272 0 267 0 250 0 233 0 244 0 250 0 261 0 283 0 272 0 278 0 272 0 278 0 283 0 272 0 278 0 272 0 256 0 256 0 256 0 +USW00021504199003TMIN 172 0 172 0 189 0 189 0 178 0 183 0 183 0 189 0 178 0 189 0 194 0 189 0 183 0 150 0 156 0 178 0 172 0 183 0 183 0 156 0 172 0 183 0 161 0 183 0 183 0 178 0 178 0 183 0 194 0 183 0 183 0 +USW00021504199003PRCP 810 0 218 0 5 0 15 0 91 0 325 0 239 0 99 0 130 0 282 0 145 0 86 0 10 0 0 0 28 0 64 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 5 0 71 0 3 0 25 0 84 0 +USW00021504199003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199003ACMH 90 X 70 X 80 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 90 X 70 X 70 X 20 X 60 X 100 X 90 X 90 X 80 X 50 X 70 X 70 X 50 X 70 X 90 X 40 X 40 X 60 X 90 X 80 X 90 X +USW00021504199003ACSH 100 X 70 X 80 X 100 X 100 X 80 X 100 X 100 X 100 X 100 X 90 X 70 X 80 X 20 X 60 X 100 X 90 X 90 X 80 X 50 X 50 X 70 X 50 X 80 X 100 X 20 X 30 X 30 X 90 X 70 X 80 X +USW00021504199003AWND 46 X 45 X 35 X 26 X 25 X 23 X 25 X 36 X 26 X 31 X 35 X 36 X 30 X 31 X 47 X 33 X 26 X 25 X 25 X 29 X 35 X 32 X 32 X 37 X 35 X 30 X 33 X 40 X 48 X 42 X 38 X +USW00021504199003FMTM 0352 X 0953 X 1648 X 0755 X 0855 X 1413 X 0956 X 0253 X 0655 X 1052 X 1353 X 1352 X 1356 X 1351 X 1529 X 1157 X 1252 X 1251 X 1353 X 1253 X 1252 X 1353 X 1352 X 1553 X 1352 X 1352 X 1251 X 2355 X 2355 X 1552 X 1553 X +USW00021504199003PGTM 0353 X 0608 X 1218 X 1043 X 0859 X 1827 X 2023 X 1241 X 1109 X 1252 X 1521 X 1248 X 1431 X 1543 X 1424 X 1611 X 1330 X 1142 X 1151 X 1251 X 1414 X 1237 X 1222 X 1326 X 1322 X 1515 X 1412 X 2329 X 0021 X 1321 X 1530 X +USW00021504199003TSUN 16 X 169 X 349 X 33 X 7 X 149 X 94 X 31 X 0 X 15 X 141 X 282 X 468 X 612 X 434 X 78 X 112 X 100 X 198 X 352 X 446 X 307 X 445 X 430 X 235 X 699 X 675 X 563 X 170 X 435 X 454 X +USW00021504199003WDF1 340 X 10 X 70 X 50 X 50 X 60 X 50 X 60 X 260 X 80 X 100 X 80 X 100 X 90 X 350 X 340 X 30 X 80 X 100 X 100 X 90 X 90 X 110 X 110 X 90 X 50 X 50 X 50 X 50 X 20 X 60 X +USW00021504199003WDFG 360W X 315W X 360W X 315W X 45W X 90W X 45W X 360W X 225W X 90W X 45W X 90W X 90W X 90W X 360W X 360W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 135W X 135W X 45W X 45W X 45W X 45W X 45W X 45W X +USW00021504199003WSF1 98 X 80 X 63 X 45 X 63 X 45 X 45 X 72 X 45 X 76 X 67 X 76 X 72 X 67 X 76 X 67 X 45 X 54 X 45 X 67 X 89 X 67 X 94 X 72 X 72 X 63 X 63 X 80 X 80 X 72 X 63 X +USW00021504199003WSFG 154 X 134 X 98 X 87 X 77 X 113 X 118 X 129 X 82 X 108 X 87 X 108 X 98 X 82 X 129 X 82 X 72 X 82 X 87 X 103 X 108 X 87 X 123 X 103 X 118 X 77 X 82 X 103 X 108 X 108 X 87 X +USW00021504199003WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00021504199004TMAX 261 0 267 0 233 0 261 0 261 0 272 0 267 0 272 0 272 0 272 0 289 0 289 0 289 0 283 0 261 0 278 0 272 0 278 0 261 0 272 0 272 0 278 0 272 0 283 0 272 0 267 0 294 0 272 0 289 0 283 0-9999 +USW00021504199004TMIN 161 0 167 0 189 0 183 0 167 0 167 0 161 0 172 0 167 0 183 0 200 0 194 0 183 0 211 0 211 0 189 0 172 0 194 0 189 0 200 0 189 0 200 0 178 0 206 0 206 0 194 0 172 0 217 0 211 0 178 0-9999 +USW00021504199004PRCP 18 0 0 0 216 0 76 0 5 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 3 0 13 0 0T 0 8 0 33 0 25 0 20 0 5 0 119 0 132 0 89 0 226 0 0 0 25 0 0T 0 5 0-9999 +USW00021504199004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199004ACMH 70 X 70 X 100 X 80 X 60 X 50 X 90 X 50 X 80 X 100 X 100 X 50 X 40 X 80 X 90 X 80 X 70 X 70 X 90 X 90 X 90 X 70 X 90 X 80 X 90 X 80 X 70 X 100 X 70 X 60 X-9999 +USW00021504199004ACSH 70 X 80 X 100 X 70 X 50 X 50 X 100 X 40 X 100 X 100 X 100 X 30 X 30 X 90 X 100 X 90 X 90 X 80 X 100 X 100 X 90 X 50 X 80 X 60 X 100 X 100 X 80 X 100 X 60 X 50 X-9999 +USW00021504199004AWND 28 X 31 X 28 X 26 X 32 X 28 X 31 X 28 X 30 X 34 X 30 X 30 X 33 X 36 X 34 X 30 X 33 X 33 X 31 X 34 X 36 X 34 X 36 X 38 X 30 X 25 X 36 X 30 X 32 X 34 X-9999 +USW00021504199004FMTM 1652 X 1153 X 0951 X 1353 X 1355 X 1353 X 1054 X 1053 X 1355 X 1552 X 1152 X 1354 X 1454 X 1353 X 1454 X 1452 X 1253 X 1653 X 1453 X 1251 X 1555 X 1054 X 1354 X 1552 X 1453 X 1153 X 1452 X 1653 X 1454 X 1452 X-9999 +USW00021504199004PGTM 1207 X 1247 X 1339 X 1222 X 1148 X 1155 X 1420 X 1056 X 1500 X 1536 X 1243 X 1314 X 1200 X 1507 X 1512 X 1344 X 1258 X 1247 X 1450 X 1438 X 1634 X 0951 X 1326 X 1429 X 1500 X 1041 X 1513 X 1412 X 1227 X 1457 X-9999 +USW00021504199004TSUN 466 X 462 X 91 X 359 X 312 X 320 X 416 X 480 X 550 X 277 X 138 X 661 X 651 X 87 X 99 X 173 X 223 X 484 X 159 X 330 X 275 X 561 X 249 X 483 X 111 X 130 X 583 X 51 X 526 X 549 X-9999 +USW00021504199004WDF1 40 X 80 X 290 X 50 X 110 X 110 X 100 X 40 X 40 X 120 X 110 X 30 X 30 X 30 X 60 X 100 X 60 X 50 X 70 X 60 X 50 X 50 X 90 X 120 X 110 X 180 X 80 X 120 X 110 X 90 X-9999 +USW00021504199004WDFG 315W X 45W X 360W X 90W X 90W X 90W X 90W X 45W X 45W X 135W X 135W X 45W X 45W X 90W X 45W X 90W X 45W X 45W X 90W X 45W X 45W X 45W X 90W X 90W X 135W X 135W X 135W X 90W X 90W X 90W X-9999 +USW00021504199004WSF1 63 X 63 X 45 X 63 X 58 X 58 X 63 X 63 X 67 X 72 X 67 X 63 X 63 X 63 X 67 X 63 X 63 X 58 X 80 X 76 X 72 X 67 X 76 X 76 X 63 X 45 X 76 X 54 X 72 X 67 X-9999 +USW00021504199004WSFG 77 X 82 X 57 X 82 X 93 X 93 X 87 X 93 X 72 X 93 X 103 X 77 X 87 X 77 X 93 X 93 X 93 X 87 X 108 X 108 X 98 X 118 X 93 X 118 X 98 X 77 X 108 X 77 X 98 X 103 X-9999 +USW00021504199004WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504199004WT16 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00021504199005TMAX 278 0 278 0 272 0 267 0 267 0 278 0 272 0 239 0 272 0 278 0 272 0 272 0 272 0 267 0 272 0 272 0 267 0 272 0 267 0 272 0 278 0 278 0 233 0 272 0 272 0 272 0 278 0 272 0 278 0 278 0 278 0 +USW00021504199005TMIN 200 0 200 0 189 0 211 0 194 0 217 0 178 0 200 0 194 0 194 0 194 0 178 0 172 0 183 0 189 0 172 0 200 0 194 0 194 0 206 0 211 0 206 0 189 0 206 0 206 0 200 0 206 0 211 0 206 0 211 0 200 0 +USW00021504199005PRCP 30 0 61 0 28 0 0T 0 198 0 25 0 18 0 58 0 46 0 30 0 10 0 3 0 0T 0 3 0 3 0 33 0 69 0 147 0 145 0 102 0 43 0 3 0 231 0 137 0 290 0 20 0 130 0 8 0 102 0 69 0 25 0 +USW00021504199005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199005ACMH 80 X 80 X 80 X 60 X 90 X 60 X 80 X 100 X 80 X 90 X 90 X 40 X 70 X 90 X 80 X 100 X 100 X 80 X 70 X 80 X 90 X 90 X 100 X 70 X 90 X 80 X 80 X 70 X 90 X 80 X 70 X +USW00021504199005ACSH 70 X 70 X 60 X 60 X 90 X 60 X 80 X 100 X 70 X 80 X 80 X 20 X 60 X 90 X 70 X 100 X 100 X 90 X 70 X 70 X 100 X 90 X 100 X 60 X 90 X 70 X 70 X 60 X 80 X 80 X 70 X +USW00021504199005AWND 32 X 34 X 53 X 60 X 51 X 42 X 39 X 29 X 35 X 38 X 32 X 34 X 35 X 41 X 35 X 34 X 32 X 35 X 35 X 42 X 47 X 42 X 27 X 34 X 41 X 36 X 38 X 31 X 36 X 31 X 35 X +USW00021504199005FMTM 1252 X 0452 X 2254 X 1153 X 1054 X 1153 X 1253 X 0653 X 1354 X 1452 X 0253 X 1352 X 1052 X 1654 X 1252 X 1454 X 1453 X 1243 X 1253 X 1152 X 1253 X 1451 X 1855 X 1253 X 0354 X 1453 X 0954 X 1354 X 1355 X 1252 X 1453 X +USW00021504199005PGTM 1259 X 1318 X 2254 X 0017 X 1521 X 1154 X 1559 X 1647 X 1513 X 1440 X 0038 X 1037 X 1240 X 1938 X 1252 X 1256 X 1215 X 1805 X 1154 X 1553 X 1106 X 1021 X 1724 X 1407 X 0417 X 1429 X 1045 X 1419 X 1341 X 1253 X 1501 X +USW00021504199005TSUN 356 X 464 X 546 X 655 X 378 X 578 X 375 X 0 X 405 X 302 X 304 X 685 X 458 X 154 X 425 X 578 X 101 X 370 X 341 X 429 X 381 X 282 X 0 X 691 X 137 X 370 X 287 X 429 X 425 X 463 X 376 X +USW00021504199005WDF1 60 X 280 X 20 X 30 X 30 X 50 X 20 X 300 X 30 X 110 X 230 X 40 X 40 X 40 X 20 X 50 X 20 X 20 X 20 X 40 X 60 X 20 X 290 X 20 X 40 X 70 X 60 X 40 X 20 X 50 X 20 X +USW00021504199005WDFG 45W X 45W X 45W X 360W X 45W X 45W X 45W X 360W X 90W X 90W X 225W X 45W X 45W X 45W X 360W X 45W X 360W X 135W X 360W X 45W X 90W X 45W X 90W X 360W X 90W X 90W X 45W X 45W X 360W X 45W X 45W X +USW00021504199005WSF1 58 X 63 X 94 X 80 X 76 X 63 X 72 X 45 X 63 X 67 X 58 X 63 X 54 X 72 X 58 X 63 X 58 X 63 X 54 X 76 X 72 X 67 X 45 X 58 X 72 X 63 X 67 X 63 X 63 X 63 X 63 X +USW00021504199005WSFG 87 X 87 X 144 X 123 X 113 X 93 X 93 X 72 X 87 X 103 X 82 X 93 X 87 X 98 X 82 X 77 X 77 X 87 X 93 X 93 X 113 X 98 X 67 X 72 X 98 X 98 X 82 X 82 X 103 X 98 X 82 X +USW00021504199005WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199006TMAX 283 0 278 0 278 0 283 0 283 0 283 0 289 0 283 0 283 0 278 0 294 0 278 0 278 0 272 0 278 0 272 0 278 0 272 0 272 0 250 0 272 0 272 0 272 0 272 0 267 0 256 0 272 0 283 0 278 0 278 0-9999 +USW00021504199006TMIN 200 0 217 0 200 0 206 0 200 0 200 0 194 0 211 0 200 0 194 0 194 0 189 0 194 0 189 0 200 0 211 0 211 0 206 0 200 0 200 0 211 0 194 0 194 0 206 0 206 0 200 0 206 0 194 0 211 0 211 0-9999 +USW00021504199006PRCP 0 0 0 0 25 0 46 0 107 0 30 0 8 0 5 0 3 0 8 0 15 0 30 0 53 0 137 0 94 0 343 0 152 0 71 0 48 0 307 0 23 0 41 0 175 0 411 0 30 0 107 0 142 0 18 0 97 0 23 0-9999 +USW00021504199006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199006ACMH 50 X 80 X 90 X 80 X 90 X 80 X 80 X 90 X 60 X 80 X 70 X 90 X 60 X 90 X 90 X 90 X 90 X 90 X 100 X 100 X 90 X 90 X 90 X 90 X 90 X 90 X 80 X 80 X 80 X 80 X-9999 +USW00021504199006ACSH 30 X 80 X 90 X 90 X 100 X 80 X 90 X 80 X 60 X 80 X 70 X 100 X 60 X 100 X 80 X 90 X 80 X 90 X 100 X 100 X 100 X 100 X 90 X 90 X 90 X 100 X 80 X 60 X 70 X 80 X-9999 +USW00021504199006AWND 35 X 32 X 33 X 33 X 31 X 35 X 34 X 33 X 34 X 28 X 34 X 35 X 31 X 33 X 33 X 31 X 38 X 36 X 30 X 30 X 32 X 35 X 30 X 37 X 37 X 24 X 25 X 38 X 38 X 36 X-9999 +USW00021504199006FMTM 1555 X 1653 X 1152 X 1554 X 1452 X 1353 X 1228 X 1451 X 1252 X 1454 X 1552 X 1257 X 1252 X 1252 X 2254 X 1456 X 1152 X 1152 X 1352 X 1125 X 1154 X 1352 X 1153 X 1153 X 0753 X 1543 X 1852 X 1252 X 1352 X 2053 X-9999 +USW00021504199006PGTM 1213 X 1600 X 1122 X 1719 X 1236 X 1536 X 1417 X 0930 X 1446 X 1412 X 1343 X 1244 X 1249 X 1358 X 2256 X 1348 X 1327 X 1712 X 1615 X 2115 X 1334 X 1019 X 1517 X 1156 X 0751 X 0948 X 1530 X 1454 X 1341 X 1525 X-9999 +USW00021504199006TSUN 673 X 384 X 192 X 272 X 152 X 318 X 166 X 243 X 590 X 115 X 475 X 361 X 541 X 162 X 420 X 317 X 403 X 552 X 342 X 0 X 65 X 175 X 336 X 154 X 116 X 129 X 263 X 623 X 429 X 341 X-9999 +USW00021504199006WDF1 50 X 30 X 90 X 80 X 80 X 40 X 80 X 90 X 50 X 80 X 80 X 40 X 40 X 100 X 40 X 40 X 90 X 20 X 50 X 240 X 40 X 20 X 20 X 60 X 20 X 360 X 80 X 30 X 30 X 60 X-9999 +USW00021504199006WDFG 45W X 45W X 90W X 90W X 90W X 90W X 135W X 90W X 45W X 45W X 90W X 45W X 45W X 90W X 45W X 45W X 90W X 45W X 45W X 225W X 45W X 45W X 45W X 45W X 45W X 45W X 90W X 90W X 45W X 45W X-9999 +USW00021504199006WSF1 63 X 54 X 67 X 72 X 58 X 67 X 63 X 58 X 67 X 63 X 67 X 63 X 63 X 67 X 72 X 63 X 80 X 67 X 58 X 58 X 63 X 58 X 58 X 67 X 72 X 40 X 54 X 76 X 72 X 63 X-9999 +USW00021504199006WSFG 87 X 72 X 108 X 103 X 103 X 82 X 87 X 98 X 87 X 72 X 98 X 93 X 87 X 103 X 77 X 87 X 118 X 93 X 103 X 72 X 93 X 98 X 98 X 98 X 103 X 72 X 72 X 87 X 108 X 77 X-9999 +USW00021504199006WT16-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199007TMAX 278 0 283 0 283 0 278 0 283 0 278 0 278 0 272 0 283 0 283 0 283 0 278 0 278 0 283 0 289 0 283 0 289 0 272 0 256 0 272 0 272 0 283 0 289 0 278 0 283 0 289 0 289 0 278 0 294 0 294 0 283 0 +USW00021504199007TMIN 217 0 211 0 222 0 217 0 206 0 183 0 183 0 211 0 200 0 206 0 200 0 211 0 206 0 194 0 194 0 189 0 200 0 211 0 211 0 217 0 206 0 206 0 194 0 211 0 217 0 211 0 217 0 206 0 228 0 222 0 222 0 +USW00021504199007PRCP 13 0 97 0 0T 0 3 0 5 0 0 0 13 0 203 0 28 0 71 0 18 0 66 0 239 0 69 0 38 0 8 0 114 0 419 0 384 0 142 0 41 0 84 0 145 0 112 0 46 0 20 0 109 0 127 0 43 0 66 0 18 0 +USW00021504199007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199007ACMH 90 X 90 X 90 X 70 X 70 X 40 X 50 X 100 X 50 X 70 X 80 X 90 X 80 X 60 X 70 X 60 X 80 X 100 X 100 X 100 X 100 X 90 X 50 X 80 X 90 X 80 X 80 X 90 X 70 X 90 X 90 X +USW00021504199007ACSH 90 X 90 X 80 X 60 X 60 X 20 X 50 X 100 X 40 X 60 X 70 X 90 X 80 X 50 X 70 X 70 X 70 X 90 X 100 X 100 X 100 X 90 X 30 X 80 X 80 X 70 X 90 X 90 X 60 X 90 X 80 X +USW00021504199007AWND 35 X 34 X 35 X 37 X 36 X 36 X 36 X 32 X 33 X 35 X 33 X 29 X 35 X 35 X 31 X 35 X 34 X 24 X 29 X 27 X 30 X 32 X 33 X 40 X 37 X 36 X 29 X 28 X 31 X 28 X 30 X +USW00021504199007FMTM 1752 X 1552 X 1452 X 1654 X 1352 X 1752 X 1555 X 1254 X 1355 X 1552 X 1352 X 1653 X 1252 X 1552 X 1352 X 0753 X 1553 X 2354 X 1452 X 1053 X 1152 X 1830 X 1453 X 1317 X 1152 X 0153 X 1253 X 1554 X 1151 X 1342 X 1353 X +USW00021504199007PGTM 0253 X 1427 X 1431 X 1354 X 1321 X 1250 X 1556 X 1347 X 1403 X 0623 X 1758 X 1935 X 1250 X 1215 X 1424 X 0925 X 1242 X 1427 X 1330 X 1308 X 0905 X 1358 X 2200 X 1247 X 1254 X 0207 X 1245 X 1605 X 1156 X 1313 X 1239 X +USW00021504199007TSUN 173 X 290 X 388 X 588 X 404 X 693 X 613 X 151 X 670 X 518 X 453 X 200 X 234 X 444 X 237 X 266 X 537 X 117 X 0 X 87 X 10 X 255 X 575 X 269 X 423 X 442 X 162 X 194 X 559 X 184 X 22 X +USW00021504199007WDF1 40 X 50 X 20 X 20 X 20 X 20 X 50 X 100 X 50 X 20 X 20 X 20 X 20 X 80 X 120 X 20 X 40 X 220 X 20 X 50 X 80 X 90 X 60 X 30 X 20 X 60 X 70 X 70 X 50 X 100 X 80 X +USW00021504199007WDFG 45W X 45W X 45W X 45W X 360W X 45W X 45W X 135W X 45W X 225W X 45W X 45W X 45W X 90W X 135W X 360W X 360W X 90W X 45W X 45W X 225W X 45W X 45W X 45W X 45W X 90W X 45W X 90W X 45W X 90W X 90W X +USW00021504199007WSF1 63 X 58 X 63 X 54 X 63 X 54 X 58 X 72 X 58 X 58 X 58 X 45 X 54 X 67 X 58 X 58 X 54 X 54 X 54 X 63 X 63 X 72 X 58 X 67 X 72 X 76 X 58 X 63 X 58 X 63 X 63 X +USW00021504199007WSFG 98 X 87 X 87 X 82 X 82 X 87 X 77 X 98 X 77 X 87 X 77 X 67 X 82 X 103 X 87 X 129 X 67 X 67 X 93 X 77 X 82 X 93 X 98 X 98 X 98 X 108 X 87 X 82 X 77 X 98 X 93 X +USW00021504199007WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199007WT16 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199008TMAX 278 0 289 0 267 0 289 0 289 0 289 0 294 0 294 0 289 0 289 0 289 0 283 0 300 0 300 0 294 0 289 0 289 0 289 0 300 0 294 0 294 0 283 0 294 0 300 0 289 0 278 0 283 0 294 0 289 0 289 0 289 0 +USW00021504199008TMIN 211 0 222 0 222 0 211 0 211 0 200 0 222 0 217 0 211 0 200 0 200 0 200 0 206 0 211 0 228 0 222 0 206 0 206 0 206 0 200 0 206 0 194 0 217 0 228 0 211 0 228 0 222 0 211 0 206 0 206 0 183 0 +USW00021504199008PRCP 48 0 3 0 25 0 3 0 41 0 5 0 137 0 64 0 15 0 10 0 23 0 310 0 20 0 23 0 178 0 48 0 81 0 76 0 0T 0 8 0 213 0 81 0 188 0 226 0 28 0 91 0 36 0 0 0 0T 0 0 0 0 0 +USW00021504199008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199008ACMH 90 X 100 X 100 X 60 X 90 X 80 X 70 X 90 X 50 X 70 X 60 X 90 X 50 X 60 X 80 X 90 X 70 X 60 X 80 X 40 X 60 X 70 X 80 X 100 X 70 X 100 X 80 X 60 X 70 X 20 X 10 X +USW00021504199008ACSH 100 X 100 X 100 X 40 X 90 X 80 X 50 X 80 X 50 X 70 X 60 X 100 X 50 X 60 X 60 X 90 X 70 X 50 X 90 X 30 X 50 X 80 X 70 X 100 X 70 X 100 X 90 X 70 X 100 X 20 X 20 X +USW00021504199008AWND 26 X 33 X 25 X 31 X 33 X 38 X 34 X 36 X 34 X 35 X 32 X 30 X 30 X 32 X 35 X 30 X 35 X 34 X 32 X 34 X 35 X 30 X 35 X 28 X 36 X 47 X 42 X 36 X 31 X 39 X 32 X +USW00021504199008FMTM 0836 X 1852 X 1052 X 1652 X 1152 X 1152 X 1252 X 1152 X 1452 X 0854 X 2243 X 1257 X 1453 X 1253 X 1452 X 1153 X 1552 X 1652 X 1353 X 1352 X 1453 X 1152 X 1552 X 1855 X 2253 X 1302 X 1451 X 1353 X 1353 X 1553 X 1252 X +USW00021504199008PGTM 0836 X 1351 X 2027 X 1245 X 1717 X 1153 X 1532 X 1422 X 1224 X 1304 X 2238 X 0002 X 1426 X 1439 X 1829 X 1322 X 1304 X 1416 X 1353 X 1328 X 1538 X 1133 X 1804 X 1557 X 2251 X 1550 X 1507 X 1145 X 1807 X 1356 X 1342 X +USW00021504199008TSUN 15 X 274 X 6 X 664 X 219 X 473 X 504 X 345 X 572 X 358 X 408 X 1 X 523 X 574 X 521 X 137 X 247 X 552 X 106 X 655 X 553 X 321 X 514 X 77 X 322 X 63 X 123 X 464 X 53 X 672 X 669 X +USW00021504199008WDF1 80 X 40 X 50 X 20 X 30 X 20 X 20 X 40 X 40 X 40 X 260 X 80 X 60 X 90 X 30 X 70 X 30 X 20 X 100 X 70 X 50 X 20 X 20 X 60 X 20 X 60 X 20 X 20 X 30 X 20 X 20 X +USW00021504199008WDFG 90W X 45W X 225W X 45W X 45W X 45W X 45W X 45W X 90W X 45W X 270W X 225W X 90W X 90W X 90W X 90W X 45W X 45W X 90W X 45W X 45W X 360W X 45W X 45W X 360W X 45W X 360W X 45W X 225W X 360W X 360W X +USW00021504199008WSF1 54 X 54 X 54 X 54 X 58 X 72 X 67 X 72 X 63 X 67 X 54 X 54 X 58 X 63 X 58 X 67 X 54 X 54 X 58 X 58 X 63 X 54 X 54 X 54 X 63 X 76 X 89 X 67 X 54 X 63 X 58 X +USW00021504199008WSFG 72 X 72 X 82 X 77 X 72 X 87 X 72 X 93 X 82 X 98 X 103 X 72 X 93 X 87 X 87 X 98 X 82 X 77 X 93 X 87 X 87 X 87 X 93 X 77 X 77 X 123 X 129 X 82 X 72 X 93 X 77 X +USW00021504199008WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00021504199009TMAX 311 0 300 0 294 0 306 0 294 0 289 0 289 0 294 0 289 0 278 0 289 0 289 0 294 0 289 0 294 0 294 0 300 0 278 0 272 0 278 0 311 0 283 0 300 0 289 0 278 0 289 0 289 0 272 0 278 0 294 0-9999 +USW00021504199009TMIN 200 0 222 0 211 0 222 0 233 0 217 0 194 0 200 0 217 0 194 0 189 0 206 0 217 0 217 0 228 0 233 0 228 0 222 0 222 0 228 0 217 0 200 0 194 0 211 0 194 0 200 0 217 0 211 0 211 0 206 0-9999 +USW00021504199009PRCP 0T 0 10 0 124 0 13 0 150 0 127 0 10 0 152 0 94 0 229 0 119 0 292 0 264 0 114 0 46 0 244 0 264 0 638 0 569 0 371 0 0T 0 66 0 48 0 38 0 15 0 20 0 48 0 168 0 424 0 33 0-9999 +USW00021504199009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199009ACMH 50 X 60 X 80 X 50 X 80 X 60 X 50 X 90 X 80 X 80 X 70 X 80 X 100 X 80 X 80 X 90 X 70 X 100 X 100 X 90 X 70 X 80 X 50 X 70 X 80 X 60 X 90 X 80 X 90 X 80 X-9999 +USW00021504199009ACSH 60 X 50 X 70 X 40 X 70 X 60 X 40 X 90 X 60 X 90 X 60 X 60 X 100 X 90 X 70 X 90 X 60 X 100 X 100 X 100 X 70 X 80 X 30 X 50 X 80 X 40 X 80 X 90 X 100 X 100 X-9999 +USW00021504199009AWND 30 X 31 X 31 X 33 X 37 X 34 X 35 X 29 X 36 X 26 X 39 X 33 X 31 X 33 X 34 X 33 X 45 X 31 X 23 X 25 X 31 X 29 X 33 X 34 X 31 X 36 X 32 X 30 X 28 X 31 X-9999 +USW00021504199009FMTM 1335 X 1252 X 1452 X 1152 X 1252 X 0952 X 1252 X 1753 X 1754 X 0753 X 1451 X 2353 X 1657 X 1352 X 1451 X 2009 X 2205 X 2324 X 1253 X 1553 X 1453 X 0936 X 2230 X 1053 X 0952 X 2253 X 1356 X 1541 X 1633 X 1354 X-9999 +USW00021504199009PGTM 1345 X 1422 X 1305 X 1146 X 1416 X 2303 X 1205 X 1225 X 1728 X 0758 X 2321 X 1515 X 1652 X 1403 X 1854 X 1328 X 2202 X 2322 X 1632 X 1548 X 1405 X 0917 X 1450 X 1322 X 1712 X 1827 X 1246 X 1544 X 1145 X 1333 X-9999 +USW00021504199009TSUN 426 X 436 X 350 X 517 X 296 X 405 X 651 X 90 X 409 X 70 X 489 X 392 X 126 X 173 X 408 X 298 X 513 X 17 X 0 X 111 X 375 X 116 X 472 X 556 X 139 X 625 X 349 X 140 X 53 X 25 X-9999 +USW00021504199009WDF1 90 X 40 X 70 X 60 X 50 X 220 X 30 X 230 X 60 X 80 X 20 X 230 X 360 X 40 X 20 X 20 X 50 X 60 X 10 X 130 X 100 X 50 X 100 X 60 X 20 X 240 X 60 X 20 X 50 X 70 X-9999 +USW00021504199009WDFG 135W X 45W X 45W X 45W X 45W X 225W X 360W X 45W X 45W X 90W X 225W X 360W X 360W X 45W X 45W X 360W X 45W X 45W X 225W X 135W X 90W X 45W X 135W X 45W X 360W X 45W X 90W X 360W X 360W X 90W X-9999 +USW00021504199009WSF1 80 X 67 X 67 X 76 X 67 X 54 X 58 X 54 X 63 X 54 X 67 X 54 X 72 X 58 X 63 X 58 X 72 X 76 X 40 X 58 X 67 X 67 X 63 X 58 X 58 X 54 X 58 X 63 X 54 X 76 X-9999 +USW00021504199009WSFG 103 X 82 X 93 X 103 X 103 X 103 X 72 X 87 X 93 X 67 X 93 X 82 X 77 X 77 X 77 X 82 X 134 X 103 X 77 X 87 X 87 X 87 X 82 X 77 X 87 X 87 X 87 X 103 X 72 X 103 X-9999 +USW00021504199009WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199009WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199010TMAX 294 0 294 0 272 0 289 0 289 0 289 0 278 0 289 0 289 0 283 0 278 0 283 0 289 0 278 0 289 0 283 0 278 0 283 0 278 0 294 0 294 0 283 0 283 0 283 0 283 0 283 0 283 0 278 0 278 0 272 0 294 0 +USW00021504199010TMIN 206 0 200 0 222 0 217 0 211 0 200 0 217 0 200 0 189 0 189 0 217 0 200 0 211 0 211 0 217 0 217 0 206 0 217 0 211 0 217 0 200 0 206 0 206 0 217 0 206 0 194 0 206 0 189 0 200 0 211 0 206 0 +USW00021504199010PRCP 124 0 33 0 325 0 191 0 175 0 58 0 94 0 5 0 0 0 132 0 102 0 36 0 163 0 130 0 345 0 290 0 234 0 528 0 993 0 33 0 18 0 86 0 56 0 163 0 71 0 8 0 0T 0 36 0 163 0 665 0 69 0 +USW00021504199010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199010ACMH 90 X 80 X 100 X 80 X 70 X 70 X 100 X 60 X 60 X 70 X 90 X 60 X 80 X 80 X 70 X 100 X 80 X 90 X 100 X 70 X 70 X 70 X 90 X 80 X 70 X 80 X 50 X 70 X 100 X 100 X 90 X +USW00021504199010ACSH 90 X 80 X 100 X 80 X 50 X 60 X 100 X 50 X 60 X 70 X 90 X 50 X 80 X 80 X 60 X 100 X 100 X 100 X 100 X 70 X 80 X 70 X 80 X 60 X 60 X 90 X 30 X 60 X 90 X 100 X 80 X +USW00021504199010AWND 31 X 34 X 29 X 28 X 35 X 30 X 28 X 30 X 32 X 39 X 46 X 38 X 37 X 35 X 37 X 22 X 31 X 30 X 26 X 31 X 32 X 30 X 36 X 36 X 32 X 25 X 23 X 33 X 28 X 30 X 31 X +USW00021504199010FMTM 1652 X 1552 X 2052 X 1552 X 0415 X 1752 X 1342 X 1452 X 1552 X 1452 X 0755 X 1352 X 1253 X 1453 X 1151 X 0101 X 0855 X 2352 X 2352 X 1352 X 1251 X 1453 X 1652 X 1710 X 1552 X 0752 X 1556 X 2253 X 1251 X 2251 X 1352 X +USW00021504199010PGTM 1656 X 1628 X 2052 X 2209 X 1630 X 1801 X 1946 X 1247 X 1453 X 1313 X 0752 X 1943 X 1626 X 0845 X 1300 X 1145 X 1240 X 2248 X 0131 X 1356 X 1314 X 1417 X 1816 X 2019 X 1412 X 1038 X 1335 X 2222 X 0930 X 0538 X 1227 X +USW00021504199010TSUN 102 X 369 X 3 X 301 X 464 X 206 X 25 X 215 X 400 X 476 X 131 X 353 X 260 X 121 X 333 X 36 X 46 X 85 X 10 X 469 X 450 X 530 X 420 X 328 X 292 X 54 X 479 X 57 X 172 X 26 X 396 X +USW00021504199010WDF1 40 X 80 X 220 X 20 X 10 X 230 X 240 X 80 X 50 X 20 X 60 X 10 X 10 X 60 X 50 X 270 X 310 X 250 X 250 X 120 X 100 X 50 X 30 X 50 X 50 X 240 X 50 X 260 X 320 X 240 X 80 X +USW00021504199010WDFG 45W X 90W X 225W X 45W X 45W X 225W X 225W X 135W X 360W X 360W X 45W X 45W X 45W X 360W X 45W X 315W X 90W X 225W X 225W X 135W X 90W X 45W X 45W X 45W X 45W X 225W X 360W X 225W X 225W X 90W X 90W X +USW00021504199010WSF1 54 X 63 X 54 X 54 X 67 X 54 X 45 X 58 X 54 X 72 X 76 X 67 X 58 X 67 X 63 X 54 X 54 X 76 X 76 X 63 X 67 X 54 X 67 X 67 X 54 X 63 X 54 X 54 X 54 X 54 X 63 X +USW00021504199010WSFG 67 X 82 X 62 X 72 X 77 X 87 X 67 X 87 X 72 X 108 X 118 X 93 X 82 X 98 X 82 X 77 X 72 X 82 X 82 X 98 X 93 X 77 X 77 X 103 X 62 X 82 X 67 X 77 X 98 X 118 X 82 X +USW00021504199010WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199010WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199010WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199011TMAX 267 0 283 0 289 0 294 0 272 0 289 0 283 0 289 0 294 0 272 0 300 0 261 0 289 0 256 0 244 0 267 0 278 0 233 0 244 0 256 0 272 0 294 0 289 0 233 0 239 0 300 0 289 0 294 0 289 0 289 0-9999 +USW00021504199011TMIN 206 0 206 0 200 0 194 0 206 0 211 0 211 0 200 0 178 0 194 0 194 0 228 0 228 0 222 0 211 0 206 0 200 0 206 0 206 0 217 0 211 0 217 0 206 0 206 0 194 0 189 0 222 0 222 0 200 0 211 0-9999 +USW00021504199011PRCP 569 0 170 0 48 0 36 0 107 0 391 0 1303 0 18 0 0T 0 64 0 282 0 394 0 109 0 1133 0 462 0 196 0 206 0 3914 X 1092 0 439 0 157 0 0T 0 119 0 0T 0 0T 0 343 0 20 0 10 0 0T 0 38 0-9999 +USW00021504199011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199011ACMH 100 X 100 X 70 X 60 X 100 X 90 X 90 X 80 X 30 X 70 X 80 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 90 X 100 X 100 X 70 X 100 X 90 X 70 X 70 X-9999 +USW00021504199011ACSH 100 X 100 X 60 X 60 X 100 X 90 X 90 X 90 X 10 X 90 X 70 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 100 X 100 X 100 X 80 X 100 X 90 X 60 X 70 X-9999 +USW00021504199011AWND 30 X 23 X 31 X 32 X 28 X 33 X 31 X 34 X 34 X 26 X 34 X 16 X 26 X 44 X 33 X 29 X 38 X 34 X 27 X 38 X 36 X 27 X 21 X 53 X 20 X 25 X 22 X 24 X 30 X 28 X-9999 +USW00021504199011FMTM 1552 X 1135 X 1354 X 1653 X 1831 X 2125 X 1353 X 1353 X 1153 X 1552 X 1452 X 1251 X 1051 X 2254 X 2151 X 1852 X 1454 X 1353 X 1616 X 0751 X 1151 X 1453 X 1253 X 0952 X 1152 X 1641 X 1252 X 1252 X 1151 X 1351 X-9999 +USW00021504199011PGTM 1113 X 1123 X 1441 X 1654 X 1755 X 1109 X 1342 X 1343 X 1343 X 1547 X 1447 X 1317 X 1047 X 2227 X 0008 X 1840 X 1953 X 1442 X 1532 X 0727 X 1244 X 1226 X 1219 X 1053 X 0708 X 1607 X 1219 X 1254 X 1144 X 1339 X-9999 +USW00021504199011TSUN 0 X 4 X 377 X 391 X 25 X 68 X 58 X 231 X 562 X 2 X 257 X 0 X 79 X 0 X 0 X 0 X 84 X 0 X 0 X 0 X 7 X 86 X 9 X 0 X 0 X 13 X 39 X 110 X 393 X 411 X-9999 +USW00021504199011WDF1 220 X 70 X 40 X 40 X 300 X 200 X 120 X 120 X 120 X 100 X 120 X 180 X 90 X 80 X 250 X 260 X 130 X 40 X 140 X 100 X 110 X 120 X 340 X 10 X 50 X 320 X 170 X 120 X 80 X 80 X-9999 +USW00021504199011WDFG 225W X 225W X 90W X 45W X 315W X 180W X 135W X 135W X 90W X 90W X 135W X 180W X 90W X 90W X 90W X 270W X 135W X 45W X 225W X 90W X 135W X 135W X 315W X 360W X 315W X 360W X 135W X 135W X 90W X 90W X-9999 +USW00021504199011WSF1 54 X 58 X 58 X 63 X 54 X 54 X 58 X 72 X 58 X 54 X 67 X 31 X 54 X 76 X 45 X 54 X 72 X 67 X 54 X 67 X 76 X 58 X 58 X 89 X 36 X 58 X 45 X 54 X 63 X 54 X-9999 +USW00021504199011WSFG 87 X 87 X 72 X 67 X 72 X 87 X 82 X 93 X 82 X 77 X 103 X 46 X 67 X 118 X 108 X 82 X 118 X 118 X 108 X 118 X 108 X 87 X 108 X 123 X 51 X 77 X 82 X 67 X 77 X 77 X-9999 +USW00021504199011WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199011WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199012TMAX 289 X 283 X 278 X 272 X 272 X 272 X 283 X 272 X 250 X 267 X 256 X 261 X 267 X 244 X 267 X 261 X 267 X 267 X 217 X 267 X 244 X 233 X 283 X 267 X 267 X 278 X 283 X 272 X 256 X 261 X 256 X +USW00021504199012TMIN 189 X 183 X 178 X 178 X 183 X 206 X 183 X 211 X 206 X 200 X 189 X 189 X 200 X 189 X 183 X 194 X 194 X 172 X 167 X 172 X 189 X 200 X 200 X 194 X 172 X 172 X 172 X 172 X 167 X 156 X 150 X +USW00021504199012PRCP 30 X 33 X 20 X 15 X 221 X 8 X 97 X 155 X 282 X 18 X 51 X 302 X 272 X 269 X 61 X 945 X 1026 X 373 X 742 X 389 X 688 X 1227 X 254 X 168 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00021504199012SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00021504199012SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00021504199012ACMH 70 X 60 X 60 X 90 X 80 X 60 X 50 X 90 X 100 X 80 X 90 X 100 X 100 X 100 X 80 X 90 X 90 X 100 X 90 X 100 X 100 X 100 X 90 X 70 X 50 X 60 X 10 X 50 X 40 X 40 X 20 X +USW00021504199012ACSH 60 X 70 X 60 X 90 X 70 X 40 X 30 X 90 X 100 X 80 X 90 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 70 X 50 X 70 X 10 X 40 X 40 X 50 X 10 X +USW00021504199012AWND 26 X 28 X 31 X 31 X 34 X 23 X 31 X 38 X 59 X 36 X 28 X 31 X 34 X 31 X 27 X 23 X 27 X 38 X 27 X 27 X 27 X 35 X 38 X 37 X 27 X 33 X 30 X 30 X 51 X 33 X 62 X +USW00021504199012FMTM 1851 X 1352 X 1752 X 2339 X 1354 X 1353 X 1251 X 2253 X 0552 X 0054 X 1652 X 1254 X 1456 X 0722 X 1552 X 1152 X 1853 X 1451 X 0852 X 1428 X 0711 X 1751 X 1453 X 1353 X 1153 X 1353 X 1451 X 1354 X 1454 X 1351 X 1553 X +USW00021504199012PGTM 1509 X 1017 X 1715 X 1336 X 1915 X 1448 X 2016 X 2245 X 2147 X 1236 X 1042 X 2307 X 1718 X 0814 X 1308 X 1445 X 1420 X 1519 X 0851 X 1418 X 0708 X 0557 X 1306 X 1250 X 0928 X 1445 X 1348 X 1340 X 1257 X 1439 X 1349 X +USW00021504199012TSUN 342 X 339 X 293 X 392 X 359 X 395 X 538 X 199 X 0 X 185 X 114 X 98 X 10 X 0 X 144 X 0 X 46 X 93 X 6 X 0 X 0 X 0 X 239 X 259 X 230 X 385 X 493 X 382 X 464 X 374 X 596 X +USW00021504199012WDF1 70 X 270 X 360 X 240 X 360 X 50 X 50 X 50 X 40 X 50 X 110 X 70 X 50 X 260 X 230 X 140 X 240 X 30 X 310 X 30 X 180 X 120 X 140 X 130 X 10 X 350 X 100 X 60 X 10 X 360 X 350 X +USW00021504199012WDFG 45W X 90W X 360W X 315W X 315W X 90W X 180W X 45W X 45W X 45W X 90W X 45W X 90W X 270W X 90W X 225W X 270W X 45W X 315W X 45W X 180W X 45W X 135W X 135W X 315W X 360W X 90W X 45W X 360W X 360W X 360W X +USW00021504199012WSF1 54 X 40 X 40 X 54 X 58 X 40 X 58 X 63 X 94 X 63 X 45 X 63 X 58 X 63 X 45 X 45 X 40 X 94 X 63 X 58 X 45 X 67 X 80 X 80 X 54 X 72 X 40 X 40 X 89 X 54 X 107 X +USW00021504199012WSFG 82 X 82 X 87 X 67 X 82 X 62 X 67 X 108 X 123 X 98 X 103 X 93 X 98 X 103 X 72 X 72 X 57 X 159 X 77 X 82 X 67 X 118 X 123 X 144 X 62 X 87 X 72 X 72 X 123 X 77 X 154 X +USW00021504199012WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199012WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199101TMAX 256 0 261 0 261 0 261 0 261 0 244 0 244 0 261 0 261 0 267 0 272 0 278 0 272 0 267 0 256 0 272 0 278 0 278 0 267 0 239 0 250 0 250 0 256 0 250 0 272 0 261 0 300 0 283 0 272 0 283 0 283 0 +USW00021504199101TMIN 167 0 167 0 189 0 183 0 189 0 172 0 189 0 183 0 172 0 167 0 178 0 172 0 200 0 189 0 178 0 172 0 189 0 178 0 178 0 183 0 200 0 189 0 178 0 161 0 156 0 156 0 161 0 211 0 189 0 178 0 172 0 +USW00021504199101PRCP 0 0 0T 0 0T 0 3 0 8 0 84 0 43 0 8 0 0 0 36 0 18 0 165 0 300 0 61 0 8 0 30 0 23 0 0 0 0T 0 0T 0 0T 0 0 0 13 0 10 0 0 0 0 0 119 0 41 0 0 0 0 0 0 0 +USW00021504199101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199101ACMH 60 X 80 X 100 X 90 X 90 X 100 X 100 X 80 X 50 X 60 X 50 X 80 X 80 X 90 X 80 X 60 X 40 X 50 X 60 X 90 X 90 X 50 X 90 X 100 X 60 X 20 X 60 X 70 X 70 X 50 X 40 X +USW00021504199101ACSH 50 X 70 X 100 X 80 X 100 X 100 X 100 X 80 X 70 X 70 X 30 X 90 X 80 X 90 X 80 X 60 X 20 X 30 X 40 X 90 X 90 X 60 X 80 X 90 X 50 X 30 X 80 X 50 X 70 X 50 X 40 X +USW00021504199101AWND 43 X 31 X 28 X 32 X 31 X 29 X 26 X 31 X 31 X 31 X 26 X 30 X 29 X 27 X 25 X 29 X 30 X 29 X 49 X 53 X 59 X 63 X 42 X 28 X 22 X 31 X 48 X 37 X 29 X 30 X 28 X +USW00021504199101FMTM 0754 X 1252 X 1453 X 1152 X 1353 X 1451 X 0451 X 0154 X 1552 X 1451 X 1151 X 1427 X 1352 X 1353 X 2352 X 1553 X 1452 X 1352 X 1652 X 1153 X 2252 X 0554 X 2352 X 1453 X 1154 X 1251 X 1252 X 1353 X 1252 X 1353 X 1454 X +USW00021504199101PGTM 0823 X 1350 X 1412 X 1208 X 1407 X 2305 X 1137 X 1543 X 1300 X 0911 X 0618 X 1350 X 1223 X 1914 X 1122 X 1657 X 1512 X 1252 X 1645 X 2133 X 2227 X 0557 X 1228 X 1406 X 1217 X 1224 X 1455 X 1311 X 1853 X 1352 X 1732 X +USW00021504199101TSUN 417 X 353 X 94 X 197 X 242 X 142 X 21 X 156 X 511 X 165 X 515 X 262 X 175 X 107 X 116 X 281 X 547 X 486 X 474 X 228 X 311 X 433 X 254 X 378 X 358 X 466 X 140 X 335 X 287 X 474 X 431 X +USW00021504199101WDF1 10 X 30 X 20 X 60 X 40 X 60 X 240 X 220 X 10 X 70 X 40 X 110 X 90 X 100 X 200 X 360 X 120 X 100 X 360 X 340 X 340 X 360 X 360 X 20 X 70 X 40 X 160 X 150 X 60 X 10 X 60 X +USW00021504199101WDFG 360W X 90W X 360W X 90W X 45W X 135W X 270W X 45W X 45W X 315W X 225W X 90W X 90W X 90W X 270W X 90W X 135W X 90W X 360W X 315W X 315W X 360W X 360W X 360W X 90W X 45W X 180W X 135W X 360W X 360W X 90W X +USW00021504199101WSF1 63 X 45 X 45 X 58 X 63 X 54 X 45 X 54 X 45 X 58 X 45 X 63 X 54 X 58 X 36 X 40 X 67 X 58 X 94 X 72 X 80 X 94 X 76 X 54 X 54 X 45 X 103 X 76 X 54 X 58 X 45 X +USW00021504199101WSFG 93 X 77 X 62 X 82 X 77 X 77 X 57 X 77 X 62 X 98 X 72 X 87 X 87 X 77 X 51 X 67 X 82 X 87 X 129 X 108 X 113 X 134 X 98 X 77 X 67 X 72 X 170 X 144 X 72 X 82 X 67 X +USW00021504199101WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199101WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00021504199101WT16-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00021504199102TMAX 272 0 272 0 289 0 328 0 300 0 294 0 294 0 278 0 289 0 289 0 294 0 294 0 250 0 272 0 272 0 278 0 278 0 272 0 267 0 217 0 256 0 278 0 294 0 272 0 233 0 256 0 256 0 283 0-9999 -9999 -9999 +USW00021504199102TMIN 189 0 178 0 178 0 183 0 144 0 172 0 161 0 150 0 167 0 172 0 183 0 172 0 194 0 194 0 178 0 178 0 178 0 189 0 183 0 183 0 194 0 172 0 178 0 172 0 189 0 144 0 189 0 178 0-9999 -9999 -9999 +USW00021504199102PRCP 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 191 0 142 0 69 0 0T 0 10 0 363 0 94 0 973 0 513 0 0T 0 0T 0 0 0 5 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199102ACMH 70 X 30 X 30 X 0 X 30 X 0 X 40 X 20 X 10 X 10 X 50 X 60 X 90 X 80 X 70 X 40 X 70 X 90 X 80 X 100 X 100 X 50 X 50 X 30 X 100 X 50 X 90 X 70 X-9999 -9999 -9999 +USW00021504199102ACSH 80 X 20 X 40 X 0 X 30 X 0 X 40 X 20 X 10 X 10 X 60 X 70 X 100 X 70 X 70 X 40 X 70 X 100 X 80 X 100 X 90 X 50 X 40 X 20 X 100 X 30 X 80 X 70 X-9999 -9999 -9999 +USW00021504199102AWND 21 X 30 X 30 X 33 X 29 X 34 X 33 X 32 X 33 X 39 X 34 X 32 X 37 X 26 X 33 X 42 X 35 X 36 X 34 X 27 X 29 X 29 X 29 X 36 X 42 X 36 X 28 X 30 X-9999 -9999 -9999 +USW00021504199102FMTM 1455 X 1651 X 1452 X 1154 X 1152 X 1451 X 1552 X 1251 X 1353 X 1652 X 1353 X 1454 X 2055 X 1552 X 1352 X 1452 X 1452 X 1937 X 1051 X 0600 X 1453 X 1352 X 1250 X 2153 X 0155 X 1052 X 1052 X 1353 X-9999 -9999 -9999 +USW00021504199102PGTM 1134 X 1559 X 1500 X 1255 X 1459 X 1302 X 1214 X 1134 X 1306 X 1558 X 1612 X 1503 X 2028 X 1433 X 1338 X 1343 X 1016 X 1939 X 1232 X 0603 X 1458 X 1342 X 1136 X 2146 X 0146 X 1137 X 1217 X 1236 X-9999 -9999 -9999 +USW00021504199102TSUN 102 X 560 X 479 X 680 X 490 X 653 X 486 X 500 X 513 X 614 X 314 X 276 X 4 X 262 X 361 X 583 X 495 X 273 X 365 X 0 X 202 X 378 X 396 X 576 X 49 X 500 X 240 X 462 X-9999 -9999 -9999 +USW00021504199102WDF1 80 X 20 X 50 X 150 X 80 X 110 X 120 X 360 X 90 X 120 X 100 X 120 X 10 X 80 X 80 X 110 X 120 X 80 X 340 X 360 X 100 X 50 X 60 X 360 X 350 X 20 X 360 X 60 X-9999 -9999 -9999 +USW00021504199102WDFG 45W X 360W X 45W X 135W X 45W X 135W X 90W X 360W X 90W X 135W X 90W X 135W X 360W X 90W X 90W X 135W X 225W X 90W X 315W X 360W X 90W X 45W X 90W X 360W X 360W X 360W X 360W X 90W X-9999 -9999 -9999 +USW00021504199102WSF1 45 X 58 X 63 X 58 X 63 X 63 X 63 X 58 X 67 X 76 X 89 X 58 X 89 X 58 X 63 X 89 X 72 X 67 X 67 X 80 X 54 X 63 X 58 X 76 X 80 X 72 X 54 X 45 X-9999 -9999 -9999 +USW00021504199102WSFG 67 X 77 X 87 X 98 X 82 X 93 X 103 X 72 X 87 X 103 X 113 X 87 X 129 X 103 X 113 X 123 X 108 X 118 X 103 X 113 X 72 X 77 X 82 X 103 X 113 X 82 X 77 X 72 X-9999 -9999 -9999 +USW00021504199102WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199102WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199103TMAX 267 0 261 0 239 0 256 0 250 0 261 0 239 0 256 0 217 0 233 0 256 0 244 0 239 0 239 0 233 0 244 0 233 0 228 0 233 0 239 0 267 0 272 0 272 0 272 0 272 0 261 0 261 0 261 0 261 0 244 0 261 0 +USW00021504199103TMIN 156 0 172 0 194 0 183 0 167 0 167 0 156 0 167 0 183 0 178 0 178 0 189 0 206 0 200 0 189 0 183 0 161 0 161 0 189 0 189 0 189 0 194 0 200 0 200 0 189 0 183 0 178 0 183 0 189 0 161 0 167 0 +USW00021504199103PRCP 0 0 0 0 0 0 20 0 5 0 10 0 84 0 371 0 2167 0 1176 0 307 0 1209 0 20 0 183 0 84 0 391 0 196 0 307 0 1407 0 930 0 58 0 94 0 8 0 13 0 3 0 119 0 277 0 61 0 0 0 91 0 30 0 +USW00021504199103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199103ACMH 50 X 90 X 100 X 90 X 80 X 70 X 80 X 90 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 90 X 90 X 100 X 80 X 90 X 90 X 80 X 70 X 70 X 80 X +USW00021504199103ACSH 50 X 80 X 90 X 80 X 90 X 70 X 100 X 90 X 100 X 100 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 80 X 100 X 90 X 90 X 90 X 80 X 70 X 90 X 60 X +USW00021504199103AWND 36 X 25 X 54 X 44 X 45 X 40 X 40 X 39 X 40 X 34 X 31 X 47 X 71 X 60 X 49 X 42 X 51 X 30 X 26 X 29 X 25 X 38 X 38 X 29 X 28 X 29 X 32 X 44 X 38 X 41 X 39 X +USW00021504199103FMTM 1452 X 2251 X 1052 X 1452 X 2052 X 1752 X 1252 X 2252 X 0951 X 0642 X 0923 X 2017 X 1653 X 1552 X 0451 X 2351 X 2351 X 1353 X 1152 X 1752 X 1353 X 1253 X 1251 X 1454 X 1256 X 1553 X 1352 X 1252 X 1252 X 1551 X 1751 X +USW00021504199103PGTM 1447 X 2244 X 1033 X 1318 X 1854 X 1955 X 1202 X 2336 X 0955 X 2116 X 1439 X 2016 X 1524 X 1542 X 0523 X 1058 X 0645 X 1356 X 1148 X 1228 X 1352 X 1340 X 1508 X 1508 X 1517 X 1538 X 1312 X 1156 X 1528 X 0941 X 1459 X +USW00021504199103TSUN 428 X 233 X 365 X 374 X 410 X 405 X 326 X 357 X 67 X 178 X 260 X 251 X 50 X 140 X 33 X 120 X 138 X 169 X 110 X 56 X 221 X 341 X 310 X 144 X 277 X 120 X 215 X 302 X 402 X 104 X 542 X +USW00021504199103WDF1 350 X 340 X 340 X 20 X 40 X 50 X 80 X 70 X 60 X 290 X 100 X 70 X 60 X 40 X 60 X 50 X 50 X 60 X 140 X 360 X 120 X 120 X 120 X 100 X 90 X 80 X 30 X 50 X 20 X 30 X 60 X +USW00021504199103WDFG 360W X 360W X 360W X 45W X 45W X 45W X 45W X 45W X 90W X 270W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 45W X 135W X 180W X 135W X 90W X 135W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X +USW00021504199103WSF1 72 X 76 X 80 X 72 X 76 X 72 X 76 X 67 X 67 X 76 X 76 X 116 X 89 X 76 X 89 X 80 X 80 X 58 X 58 X 58 X 76 X 72 X 94 X 72 X 54 X 58 X 63 X 76 X 67 X 63 X 58 X +USW00021504199103WSFG 98 X 113 X 129 X 108 X 123 X 118 X 129 X 103 X 103 X 82 X 93 X 159 X 139 X 134 X 113 X 139 X 108 X 93 X 118 X 77 X 103 X 108 X 113 X 87 X 87 X 87 X 82 X 108 X 93 X 87 X 103 X +USW00021504199103WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199103WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199103WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 +USW00021504199104TMAX 261 0 244 0 256 0 267 0 261 0 261 0 272 0 278 0 256 0 250 0 272 0 267 0 261 0 272 0 261 0 267 0 256 0 261 0 267 0 267 0 267 0 272 0 250 0 256 0 278 0 278 0 272 0 256 0 267 0 272 0-9999 +USW00021504199104TMIN 189 0 167 0 178 0 183 0 200 0 194 0 189 0 183 0 206 0 211 0 194 0 189 0 189 0 194 0 194 0 189 0 172 0 172 0 178 0 167 0 172 0 189 0 161 0 200 0 194 0 211 0 172 0 189 0 183 0 194 0-9999 +USW00021504199104PRCP 38 0 86 0 10 0 203 0 142 0 23 0 33 0 157 0 91 0 193 0 168 0 58 0 71 0 61 0 104 0 102 0 99 0 25 0 0T 0 46 0 30 0 33 0 119 0 145 0 89 0 30 0 30 0 310 0 137 0 163 0-9999 +USW00021504199104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199104ACMH 90 X 90 X 70 X 70 X 90 X 100 X 80 X 90 X 100 X 100 X 90 X 80 X 100 X 100 X 80 X 60 X 70 X 70 X 50 X 80 X 70 X 60 X 80 X 90 X 90 X 80 X 60 X 90 X 70 X 80 X-9999 +USW00021504199104ACSH 90 X 100 X 70 X 60 X 80 X 90 X 80 X 80 X 100 X 100 X 80 X 70 X 100 X 100 X 60 X 40 X 70 X 80 X 40 X 70 X 70 X 60 X 90 X 100 X 90 X 60 X 70 X 90 X 70 X 70 X-9999 +USW00021504199104AWND 36 X 31 X 33 X 38 X 48 X 39 X 40 X 36 X 32 X 27 X 32 X 36 X 28 X 30 X 36 X 32 X 34 X 34 X 37 X 33 X 35 X 33 X 28 X 32 X 31 X 31 X 37 X 26 X 33 X 35 X-9999 +USW00021504199104FMTM 1455 X 1654 X 1252 X 1844 X 2154 X 1353 X 1253 X 1252 X 1653 X 1551 X 1353 X 1355 X 1552 X 1053 X 1151 X 1252 X 1054 X 1452 X 1453 X 1452 X 1455 X 1153 X 1052 X 1452 X 1451 X 1251 X 1019 X 1021 X 2234 X 1551 X-9999 +USW00021504199104PGTM 1453 X 1719 X 1252 X 1336 X 2323 X 0827 X 1133 X 1509 X 1838 X 1615 X 1152 X 1306 X 1426 X 1050 X 1712 X 1429 X 1123 X 1416 X 1230 X 1211 X 1452 X 1319 X 0820 X 1514 X 1333 X 1433 X 1439 X 1019 X 1221 X 1548 X-9999 +USW00021504199104TSUN 306 X 85 X 221 X 592 X 149 X 277 X 380 X 324 X 23 X 7 X 225 X 300 X 52 X 178 X 499 X 479 X 250 X 279 X 490 X 443 X 462 X 416 X 60 X 21 X 94 X 405 X 267 X 109 X 469 X 472 X-9999 +USW00021504199104WDF1 20 X 50 X 70 X 80 X 60 X 50 X 60 X 120 X 120 X 30 X 40 X 60 X 40 X 70 X 20 X 20 X 90 X 80 X 40 X 40 X 40 X 80 X 50 X 80 X 80 X 80 X 120 X 50 X 40 X 90 X-9999 +USW00021504199104WDFG 360W X 45W X 90W X 45W X 90W X 90W X 90W X 90W X 135W X 135W X 90W X 45W X 45W X 45W X 360W X 45W X 90W X 45W X 90W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 315W X 90W X-9999 +USW00021504199104WSF1 63 X 58 X 72 X 67 X 76 X 76 X 80 X 76 X 63 X 54 X 54 X 63 X 45 X 63 X 63 X 72 X 67 X 58 X 63 X 45 X 63 X 58 X 45 X 67 X 67 X 67 X 76 X 63 X 67 X 76 X-9999 +USW00021504199104WSFG 103 X 98 X 108 X 93 X 118 X 108 X 118 X 113 X 77 X 72 X 82 X 103 X 67 X 82 X 98 X 93 X 98 X 82 X 93 X 72 X 77 X 87 X 62 X 87 X 93 X 108 X 123 X 87 X 82 X 98 X-9999 +USW00021504199104WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199105TMAX 272 0 272 0 267 0 261 0 267 0 267 0 267 0 272 0 272 0 283 0 283 0 272 0 267 0 272 0 272 0 278 0 283 0 278 0 289 0 289 0 283 0 289 0 289 0 278 0 272 0 278 0 256 0 261 0 272 0 272 0 272 0 +USW00021504199105TMIN 189 0 189 0 194 0 172 0 217 0 194 0 194 0 200 0 189 0 206 0 194 0 200 0 183 0 206 0 200 0 183 0 200 0 183 0 206 0 183 0 200 0 178 0 189 0 189 0 189 0 194 0 206 0 194 0 206 0 200 0 200 0 +USW00021504199105PRCP 15 0 23 0 0T 0 38 0 0T 0 23 0 33 0 5 0 231 0 30 0 5 0 0T 0 43 0 122 0 43 0 43 0 0T 0 3 0 30 0 0T 0 0T 0 0 0 5 0 18 0 104 0 89 0 310 0 216 0 246 0 198 0 178 0 +USW00021504199105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199105ACMH 60 X 40 X 70 X 90 X 70 X 70 X 60 X 60 X 80 X 80 X 70 X 50 X 70 X 80 X 80 X 70 X 70 X 80 X 70 X 50 X 70 X 50 X 50 X 50 X 70 X 80 X 100 X 100 X 100 X 100 X 100 X +USW00021504199105ACSH 60 X 30 X 70 X 90 X 50 X 70 X 60 X 70 X 80 X 70 X 70 X 40 X 50 X 60 X 80 X 60 X 60 X 70 X 80 X 30 X 60 X 40 X 50 X 50 X 70 X 80 X 100 X 100 X 90 X 90 X 100 X +USW00021504199105AWND 34 X 35 X 38 X 42 X 56 X 53 X 53 X 38 X 30 X 30 X 36 X 41 X 36 X 42 X 41 X 36 X 34 X 33 X 30 X 34 X 34 X 32 X 34 X 38 X 38 X 35 X 32 X 35 X 37 X 35 X 36 X +USW00021504199105FMTM 1354 X 1252 X 1053 X 1352 X 1453 X 1251 X 1353 X 0411 X 1555 X 1355 X 1051 X 1651 X 1253 X 1652 X 1450 X 1453 X 1354 X 1150 X 1452 X 1252 X 1254 X 1352 X 1250 X 1553 X 2151 X 1354 X 1623 X 1653 X 1453 X 1252 X 1551 X +USW00021504199105PGTM 1458 X 1343 X 1213 X 1413 X 1437 X 1813 X 1522 X 0359 X 1557 X 1116 X 1218 X 1529 X 1948 X 1615 X 0942 X 1416 X 0113 X 1330 X 1426 X 1250 X 1315 X 1233 X 1232 X 1614 X 0054 X 1438 X 1513 X 1614 X 1630 X 1318 X 1542 X +USW00021504199105TSUN 288 X 627 X 505 X 389 X 581 X 426 X 541 X 390 X 99 X 190 X 401 X 527 X 620 X 465 X 198 X 472 X 466 X 539 X 299 X 508 X 388 X 506 X 463 X 517 X 352 X 450 X 5 X 67 X 208 X 127 X 175 X +USW00021504199105WDF1 40 X 30 X 360 X 360 X 360 X 20 X 360 X 340 X 90 X 70 X 90 X 10 X 40 X 40 X 60 X 70 X 50 X 60 X 90 X 90 X 90 X 90 X 70 X 50 X 30 X 20 X 50 X 80 X 70 X 60 X 70 X +USW00021504199105WDFG 90W X 45W X 360W X 360W X 360W X 360W X 360W X 360W X 90W X 90W X 90W X 360W X 315W X 45W X 45W X 90W X 180W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 360W X 45W X 90W X 90W X 90W X 90W X +USW00021504199105WSF1 67 X 63 X 67 X 80 X 72 X 76 X 89 X 67 X 63 X 67 X 63 X 63 X 67 X 67 X 63 X 67 X 63 X 63 X 63 X 80 X 72 X 72 X 63 X 76 X 76 X 63 X 63 X 67 X 76 X 72 X 67 X +USW00021504199105WSFG 72 X 87 X 87 X 113 X 98 X 98 X 108 X 108 X 72 X 98 X 87 X 87 X 87 X 87 X 82 X 108 X 98 X 93 X 93 X 98 X 98 X 108 X 98 X 98 X 123 X 93 X 82 X 93 X 108 X 113 X 108 X +USW00021504199105WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199106TMAX 261 0 272 0 267 0 283 0 278 0 278 0 261 0 278 0 272 0 283 0 278 0 283 0 278 0 283 0 283 0 278 0 283 0 289 0 283 0 283 0 283 0 283 0 283 0 283 0 278 0 283 0 272 0 278 0 283 0 283 0-9999 +USW00021504199106TMIN 194 0 200 0 200 0 183 0 194 0 206 0 200 0 189 0 183 0 189 0 206 0 200 0 206 0 206 0 206 0 194 0 189 0 183 0 183 0 189 0 183 0 194 0 189 0 189 0 211 0 217 0 189 0 206 0 189 0 211 0-9999 +USW00021504199106PRCP 25 0 69 0 8 0 8 0 23 0 79 0 439 0 84 0 10 0 244 0 135 0 152 0 56 0 107 0 38 0 30 0 5 0 10 0 0 0 3 0 84 0 41 0 145 0 28 0 259 0 284 0 76 0 33 0 28 0 0T 0-9999 +USW00021504199106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199106ACMH 80 X 100 X 90 X 60 X 60 X 90 X 100 X 80 X 50 X 60 X 70 X 70 X 70 X 60 X 80 X 80 X 70 X 40 X 30 X 50 X 80 X 40 X 70 X 60 X 100 X 100 X 90 X 80 X 60 X 70 X-9999 +USW00021504199106ACSH 90 X 100 X 90 X 60 X 50 X 80 X 100 X 70 X 40 X 50 X 70 X 60 X 60 X 60 X 80 X 90 X 60 X 30 X 30 X 50 X 80 X 30 X 70 X 50 X 100 X 100 X 80 X 80 X 50 X 60 X-9999 +USW00021504199106AWND 30 X 30 X 31 X 33 X 34 X 31 X 33 X 32 X 34 X 37 X 38 X 42 X 41 X 42 X 38 X 34 X 38 X 31 X 34 X 30 X 28 X 33 X 33 X 37 X 36 X 35 X 32 X 33 X 33 X 31 X-9999 +USW00021504199106FMTM 0902 X 1552 X 1352 X 1552 X 1354 X 1652 X 1654 X 2053 X 1552 X 1351 X 1251 X 1152 X 1354 X 1353 X 1450 X 1152 X 1454 X 1353 X 1452 X 1550 X 1352 X 1453 X 1251 X 1250 X 1356 X 1555 X 1250 X 1454 X 1153 X 1254 X-9999 +USW00021504199106PGTM 1634 X 1441 X 1022 X 1606 X 1333 X 1412 X 1602 X 2049 X 1331 X 1423 X 1356 X 2143 X 1231 X 1342 X 1450 X 1729 X 1459 X 1858 X 1313 X 1524 X 1305 X 0538 X 1258 X 1353 X 1401 X 2248 X 1619 X 1551 X 1304 X 1247 X-9999 +USW00021504199106TSUN 94 X 77 X 52 X 443 X 542 X 446 X 24 X 372 X 632 X 573 X 423 X 579 X 532 X 600 X 276 X 539 X 353 X 629 X 633 X 591 X 144 X 693 X 267 X 528 X 104 X 7 X 221 X 361 X 556 X 605 X-9999 +USW00021504199106WDF1 40 X 80 X 80 X 50 X 60 X 30 X 60 X 30 X 40 X 40 X 50 X 40 X 360 X 50 X 90 X 10 X 30 X 100 X 20 X 30 X 20 X 350 X 40 X 50 X 60 X 30 X 60 X 60 X 40 X 20 X-9999 +USW00021504199106WDFG 180W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 360W X 45W X 45W X 90W X 45W X 45W X 135W X 45W X 45W X 45W X 270W X 45W X 90W X 90W X 45W X 360W X 45W X 45W X 360W X-9999 +USW00021504199106WSF1 67 X 63 X 63 X 63 X 67 X 54 X 54 X 76 X 58 X 63 X 72 X 72 X 67 X 58 X 72 X 58 X 67 X 63 X 67 X 58 X 63 X 54 X 94 X 63 X 67 X 58 X 63 X 67 X 63 X 67 X-9999 +USW00021504199106WSFG 77 X 87 X 77 X 82 X 87 X 103 X 87 X 108 X 72 X 82 X 82 X 98 X 87 X 87 X 87 X 72 X 98 X 98 X 103 X 98 X 82 X 72 X 108 X 87 X 108 X 82 X 103 X 87 X 103 X 77 X-9999 +USW00021504199106WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199107TMAX 283 0 278 0 289 0 289 0 283 0 294 0 278 0 278 0 283 0 261 0 261 0 283 0 267 0 283 0 289 0 289 0 289 0 278 0 289 0 294 0 283 0 283 0 283 0 289 0 300 0 289 0 278 0 278 0 278 0 272 0 278 0 +USW00021504199107TMIN 217 0 206 0 211 0 189 0 200 0 206 0 211 0 200 0 206 0 211 0 211 0 200 0 211 0 217 0 217 0 211 0 211 0 189 0 206 0 222 0 211 0 194 0 178 0 206 0 206 0 228 0 211 0 194 0 200 0 217 0 206 0 +USW00021504199107PRCP 107 0 48 0 3 0 0 0 0T 0 13 0 81 0 43 0 5 0 401 0 330 0 41 0 480 0 53 0 53 0 38 0 5 0 3 0 5 0 23 0 8 0 64 0 10 0 3 0 109 0 3 0 5 0 69 0 64 0 361 0 69 0 +USW00021504199107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199107ACMH 90 X 50 X 90 X 60 X 70 X 80 X 90 X 80 X 90 X 90 X 90 X 80 X 100 X 80 X 80 X 70 X 80 X 90 X 60 X 80 X 70 X 60 X 60 X 60 X 60 X 70 X 90 X 70 X 70 X 100 X 80 X +USW00021504199107ACSH 80 X 50 X 90 X 70 X 70 X 80 X 100 X 80 X 80 X 90 X 100 X 60 X 100 X 70 X 90 X 70 X 90 X 90 X 50 X 70 X 80 X 50 X 60 X 50 X 40 X 60 X 90 X 80 X 80 X 100 X 70 X +USW00021504199107AWND 38 X 34 X 31 X 33 X 34 X 38 X 33 X 34 X 34 X 27 X 24 X 31 X 28 X 34 X 37 X 30 X 27 X 31 X 29 X 31 X 32 X 40 X 34 X 35 X 30 X 34 X 30 X 29 X 32 X 30 X 33 X +USW00021504199107FMTM 1055 X 1452 X 1554 X 1252 X 1451 X 1251 X 1152 X 1051 X 1353 X 1454 X 1352 X 1652 X 0952 X 1754 X 1323 X 1552 X 1554 X 1054 X 0952 X 1552 X 1453 X 1850 X 1452 X 1652 X 1552 X 1452 X 0853 X 1153 X 1307 X 1452 X 0952 X +USW00021504199107PGTM 1839 X 1434 X 1321 X 1117 X 1211 X 1249 X 1147 X 1034 X 1500 X 1446 X 1240 X 1329 X 1606 X 1245 X 1347 X 1403 X 1527 X 0957 X 1253 X 1559 X 1432 X 1808 X 1123 X 1434 X 1222 X 1438 X 1057 X 1313 X 1450 X 1446 X 1251 X +USW00021504199107TSUN 670 X 490 X 287 X 546 X 519 X 280 X 32 X 461 X 239 X 100 X 0 X 506 X 6 X 474 X 259 X 331 X 170 X 214 X 362 X 434 X 333 X 487 X 487 X 504 X 457 X 392 X 62 X 191 X 254 X 0 X 338 X +USW00021504199107WDF1 20 X 60 X 80 X 60 X 50 X 40 X 340 X 40 X 10 X 80 X 300 X 10 X 20 X 40 X 60 X 40 X 70 X 70 X 360 X 40 X 60 X 20 X 40 X 110 X 50 X 30 X 50 X 10 X 10 X 360 X 20 X +USW00021504199107WDFG 315W X 45W X 45W X 90W X 45W X 45W X 360W X 45W X 360W X 90W X 45W X 360W X 90W X 45W X 45W X 360W X 90W X 90W X 90W X 45W X 45W X 360W X 45W X 90W X 135W X 45W X 45W X 45W X 360W X 360W X 360W X +USW00021504199107WSF1 58 X 58 X 54 X 58 X 63 X 72 X 58 X 63 X 58 X 63 X 36 X 54 X 54 X 72 X 72 X 54 X 58 X 45 X 54 X 63 X 54 X 63 X 63 X 72 X 45 X 67 X 67 X 54 X 58 X 67 X 67 X +USW00021504199107WSFG 77 X 82 X 87 X 93 X 87 X 93 X 82 X 103 X 77 X 108 X 67 X 72 X 67 X 87 X 87 X 72 X 82 X 82 X 77 X 82 X 77 X 93 X 82 X 103 X 77 X 87 X 93 X 98 X 93 X 77 X 87 X +USW00021504199107WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199107WT16 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199108TMAX 278 0 283 0 289 0 272 0 289 0 289 0 267 0 267 0 278 0 278 0 294 0 300 0 283 0 283 0 289 0 283 0 289 0 289 0 283 0 289 0 283 0 283 0 294 0 283 0 289 0 289 0 283 0 278 0 283 0 289 0 289 0 +USW00021504199108TMIN 217 0 200 0 206 0 211 0 228 0 228 0 233 0 233 0 222 0 206 0 200 0 217 0 222 0 206 0 200 0 211 0 206 0 217 0 217 0 217 0 200 0 217 0 200 0 217 0 217 0 222 0 222 0 211 0 222 0 211 0 211 0 +USW00021504199108PRCP 290 0 69 0 2449 0 536 0 10 0 74 0 1275 0 572 0 10 0 53 0 0T 0 84 0 61 0 3 0 5 0 30 0 198 0 165 0 38 0 18 0 0 0 46 0 0 0 175 0 61 0 86 0 264 0 229 0 33 0 0 0 5 0 +USW00021504199108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199108ACMH 90 X 60 X 90 X 100 X 80 X 100 X 100 X 100 X 90 X 70 X 60 X 90 X 70 X 60 X 70 X 80 X 80 X 60 X 80 X 80 X 70 X 80 X 40 X 80 X 80 X 70 X 100 X 100 X 90 X 80 X 60 X +USW00021504199108ACSH 80 X 50 X 90 X 100 X 60 X 90 X 100 X 100 X 90 X 70 X 80 X 90 X 50 X 40 X 50 X 70 X 60 X 40 X 80 X 90 X 60 X 90 X 30 X 90 X 70 X 60 X 100 X 100 X 100 X 70 X 50 X +USW00021504199108AWND 34 X 35 X 32 X 30 X 29 X 38 X 55 X 24 X 25 X 26 X 27 X 28 X 30 X 31 X 31 X 32 X 38 X 34 X 33 X 30 X 31 X 27 X 34 X 28 X 31 X 33 X 32 X 27 X 23 X 28 X 32 X +USW00021504199108FMTM 1452 X 1250 X 2027 X 1531 X 1453 X 2321 X 1433 X 1236 X 1320 X 1122 X 1153 X 1519 X 1354 X 1352 X 1154 X 1352 X 1353 X 1453 X 0851 X 1351 X 1352 X 1354 X 1152 X 1355 X 1052 X 1355 X 1552 X 1555 X 1252 X 1452 X 1353 X +USW00021504199108PGTM 1437 X 1505 X 2102 X 1530 X 1835 X 2315 X 0822 X 1243 X 1258 X 1123 X 1323 X 1424 X 1532 X 1138 X 1153 X 1216 X 1449 X 1338 X 0836 X 1328 X 1422 X 1347 X 1404 X 0852 X 1054 X 1607 X 1500 X 1600 X 1249 X 1435 X 1451 X +USW00021504199108TSUN 178 X 472 X 183 X 2 X 485 X 180 X 0 X 0 X 32 X 258 X 343 X 88 X 569 X 412 X 384 X 229 X 341 X 415 X 208 X 89 X 417 X 6 X 474 X 11 X 338 X 471 X 79 X 6 X 1 X 265 X 454 X +USW00021504199108WDF1 50 X 10 X 280 X 90 X 10 X 40 X 90 X 90 X 80 X 100 X 30 X 60 X 40 X 20 X 60 X 40 X 80 X 30 X 60 X 40 X 20 X 130 X 50 X 170 X 30 X 20 X 60 X 60 X 110 X 50 X 40 X +USW00021504199108WDFG 45W X 45W X 270W X 90W X 315W X 45W X 360W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X 90W X 45W X 90W X 45W X 360W X 135W X 45W X 45W X 45W X 45W X 45W X 90W X 135W X 90W X 45W X +USW00021504199108WSF1 54 X 63 X 63 X 63 X 45 X 72 X 89 X 63 X 72 X 89 X 45 X 67 X 67 X 67 X 63 X 58 X 54 X 63 X 54 X 54 X 58 X 67 X 63 X 54 X 58 X 58 X 63 X 67 X 58 X 45 X 63 X +USW00021504199108WSFG 87 X 77 X 108 X 87 X 77 X 108 X 159 X 87 X 98 X 103 X 87 X 87 X 72 X 77 X 82 X 82 X 87 X 82 X 77 X 77 X 72 X 93 X 77 X 87 X 77 X 67 X 93 X 98 X 87 X 72 X 72 X +USW00021504199108WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199108WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 +USW00021504199109TMAX 294 0 289 0 289 0 278 0 289 0 289 0 283 0 289 0 289 0 289 0 283 0 289 0 283 0 289 0 283 0 289 0 283 0 283 0 267 0 289 0 289 0 300 0 306 0 289 0 300 0 300 0 300 0 300 0 300 0 306 0-9999 +USW00021504199109TMIN 217 0 206 0 206 0 228 0 217 0 211 0 211 0 206 0 211 0 222 0 217 0 211 0 200 0 200 0 206 0 206 0 211 0 194 0 211 0 206 0 200 0 194 0 217 0 217 0 222 0 200 0 206 0 211 0 206 0 200 0-9999 +USW00021504199109PRCP 3 0 0 0 185 0 117 0 28 0 0T 0 48 0 30 0 51 0 66 0 145 0 56 0 5 0 41 0 193 0 15 0 13 0 3 0 284 0 20 0 0T 0 759 0 272 0 0 0 0 0 0 0 0 0 0T 0 0 0 56 0-9999 +USW00021504199109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199109ACMH 60 X 40 X 80 X 90 X 70 X 70 X 80 X 70 X 70 X 70 X 80 X 70 X 30 X 30 X 60 X 70 X 60 X 40 X 90 X 80 X 60 X 40 X 70 X 70 X 70 X 30 X 40 X 40 X 30 X 60 X-9999 +USW00021504199109ACSH 50 X 50 X 80 X 100 X 80 X 70 X 80 X 70 X 60 X 50 X 80 X 70 X 30 X 20 X 50 X 60 X 40 X 30 X 100 X 60 X 50 X 30 X 70 X 80 X 80 X 40 X 50 X 30 X 30 X 60 X-9999 +USW00021504199109AWND 30 X 32 X 31 X 25 X 29 X 31 X 33 X 34 X 32 X 38 X 40 X 31 X 31 X 40 X 37 X 31 X 35 X 39 X 30 X 25 X 27 X 38 X 28 X 31 X 27 X 31 X 30 X 28 X 32 X 34 X-9999 +USW00021504199109FMTM 1251 X 1352 X 1652 X 1138 X 1253 X 1554 X 1353 X 1352 X 1954 X 1833 X 1051 X 1553 X 1354 X 1652 X 2352 X 1352 X 1152 X 1654 X 1052 X 1252 X 1452 X 1352 X 2355 X 1454 X 1053 X 1252 X 1353 X 1153 X 1553 X 1356 X-9999 +USW00021504199109PGTM 1538 X 1336 X 1539 X 1140 X 1528 X 1402 X 1305 X 1340 X 1831 X 1833 X 1100 X 1536 X 1345 X 1555 X 1037 X 1347 X 1214 X 1557 X 0913 X 1259 X 1232 X 1933 X 1229 X 1328 X 1231 X 1420 X 1249 X 1316 X 1208 X 1343 X-9999 +USW00021504199109TSUN 586 X 455 X 165 X 75 X 385 X 543 X 336 X 312 X 285 X 461 X 319 X 462 X 572 X 574 X 430 X 321 X 566 X 595 X 45 X 267 X 348 X 425 X 121 X 30 X 2 X 205 X 328 X 629 X 642 X 568 X-9999 +USW00021504199109WDF1 110 X 60 X 60 X 40 X 20 X 40 X 60 X 50 X 60 X 50 X 340 X 30 X 50 X 10 X 250 X 40 X 10 X 10 X 30 X 360 X 20 X 100 X 20 X 110 X 50 X 80 X 80 X 80 X 80 X 120 X-9999 +USW00021504199109WDFG 90W X 45W X 45W X 315W X 45W X 90W X 45W X 45W X 45W X 45W X 360W X 45W X 45W X 45W X 45W X 45W X 360W X 360W X 360W X 360W X 45W X 360W X 90W X 135W X 45W X 90W X 90W X 90W X 135W X 135W X-9999 +USW00021504199109WSF1 63 X 67 X 63 X 54 X 54 X 63 X 58 X 67 X 58 X 67 X 72 X 45 X 58 X 67 X 63 X 72 X 58 X 67 X 54 X 63 X 54 X 72 X 63 X 72 X 58 X 63 X 58 X 63 X 58 X 63 X-9999 +USW00021504199109WSFG 87 X 87 X 98 X 77 X 67 X 72 X 87 X 82 X 98 X 113 X 103 X 72 X 77 X 82 X 82 X 77 X 82 X 87 X 87 X 77 X 67 X 108 X 82 X 82 X 72 X 82 X 82 X 87 X 87 X 93 X-9999 +USW00021504199109WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199109WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199109WT16 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00021504199110TMAX 306 0 300 0 289 0 289 0 278 0 289 0 278 0 289 0 294 0 289 0 283 0 283 0 294 0 317 0 306 0 300 0 300 0 294 0 289 0 289 0 289 0 289 0 283 0 283 0 283 0 289 0 289 0 300 0 278 0 289 0 283 0 +USW00021504199110TMIN 211 0 200 0 200 0 189 0 206 0 200 0 211 0 222 0 206 0 189 0 189 0 194 0 178 0 189 0 206 0 222 0 206 0 206 0 189 0 189 0 194 0 211 0 189 0 206 0 200 0 200 0 189 0 206 0 200 0 194 0 206 0 +USW00021504199110PRCP 15 0 25 0 51 0 3 0 18 0 3 0 56 0 152 0 0T 0 0 0 0 0 0 0 0 0 0 0 25 0 36 0 25 0 0T 0 23 0 0T 0 8 0 56 0 0T 0 168 0 277 0 0 0 33 0 130 0 0 0 0 0 206 0 +USW00021504199110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199110ACMH 70 X 60 X 60 X 40 X 60 X 50 X 100 X 80 X 30 X 20 X 30 X 30 X 10 X 40 X 70 X 60 X 70 X 60 X 50 X 30 X 80 X 90 X 50 X 70 X 90 X 80 X 90 X 90 X 80 X 50 X 70 X +USW00021504199110ACSH 70 X 50 X 50 X 40 X 50 X 40 X 100 X 90 X 20 X 20 X 40 X 30 X 10 X 40 X 90 X 50 X 60 X 60 X 50 X 50 X 80 X 80 X 50 X 70 X 80 X 60 X 90 X 90 X 100 X 50 X 70 X +USW00021504199110AWND 30 X 33 X 33 X 34 X 31 X 33 X 27 X 25 X 31 X 30 X 35 X 34 X 30 X 39 X 36 X 34 X 30 X 29 X 35 X 31 X 33 X 36 X 30 X 30 X 31 X 27 X 31 X 29 X 28 X 31 X 30 X +USW00021504199110FMTM 1352 X 0152 X 0252 X 1452 X 1018 X 1452 X 1457 X 1207 X 1452 X 1352 X 1253 X 1051 X 1251 X 1154 X 1353 X 1452 X 1452 X 1153 X 1353 X 1251 X 1152 X 1452 X 1452 X 0940 X 1452 X 1352 X 1553 X 1752 X 1354 X 1354 X 1555 X +USW00021504199110PGTM 1416 X 1234 X 1332 X 1733 X 1025 X 1433 X 1441 X 1247 X 1339 X 1513 X 1251 X 1233 X 1400 X 1330 X 1333 X 1403 X 1324 X 1114 X 1334 X 1251 X 1928 X 2103 X 0943 X 0941 X 1447 X 1300 X 1333 X 1752 X 1214 X 1347 X 1920 X +USW00021504199110TSUN 597 X 513 X 500 X 587 X 527 X 458 X 428 X 199 X 604 X 626 X 563 X 546 X 600 X 601 X 352 X 511 X 447 X 349 X 529 X 455 X 517 X 407 X 400 X 427 X 328 X 370 X 346 X 299 X 416 X 486 X 358 X +USW00021504199110WDF1 40 X 100 X 240 X 10 X 80 X 40 X 60 X 130 X 70 X 40 X 30 X 360 X 50 X 80 X 150 X 120 X 120 X 70 X 10 X 50 X 40 X 20 X 30 X 20 X 40 X 70 X 40 X 340 X 50 X 50 X 40 X +USW00021504199110WDFG 45W X 90W X 45W X 360W X 90W X 45W X 90W X 135W X 90W X 45W X 360W X 45W X 45W X 90W X 135W X 90W X 90W X 90W X 45W X 45W X 135W X 360W X 360W X 360W X 45W X 45W X 45W X 315W X 45W X 45W X 180W X +USW00021504199110WSF1 58 X 58 X 54 X 58 X 63 X 58 X 58 X 67 X 54 X 58 X 63 X 63 X 54 X 76 X 76 X 63 X 54 X 45 X 54 X 63 X 63 X 63 X 54 X 63 X 72 X 54 X 45 X 67 X 54 X 63 X 45 X +USW00021504199110WSFG 77 X 77 X 67 X 77 X 98 X 72 X 72 X 82 X 82 X 77 X 72 X 72 X 67 X 113 X 139 X 93 X 77 X 87 X 87 X 77 X 77 X 82 X 72 X 77 X 87 X 87 X 67 X 72 X 57 X 77 X 72 X +USW00021504199110WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 +USW00021504199111TMAX 300 0 300 0 300 0 294 0 300 0 283 0 283 0 289 0 267 0 283 0 283 0 294 0 289 0 267 0 289 0 272 0 294 0 283 0 272 0 300 0 289 0 278 0 278 0 272 0 283 0 283 0 283 0 289 0 289 0 278 0-9999 +USW00021504199111TMIN 194 0 200 0 211 0 200 0 183 0 206 0 189 0 189 0 217 0 211 0 200 0 194 0 217 0 222 0 194 0 189 0 189 0 189 0 211 0 189 0 206 0 211 0 206 0 194 0 194 0 189 0 194 0 211 0 206 0 228 0-9999 +USW00021504199111PRCP 3 0 58 0 0T 0 8 0 0 0 18 0 20 0 175 0 185 0 46 0 10 0 10 0 3 0 0T 0 0 0 8 0 43 0 25 0 239 0 5 0 15 0 30 0 30 0 127 0 33 0 0T 0 0T 0 191 0 178 0 251 0-9999 +USW00021504199111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199111ACMH 50 X 40 X 40 X 60 X 50 X 70 X 60 X 80 X 100 X 90 X 70 X 80 X 100 X 100 X 50 X 60 X 70 X 80 X 90 X 70 X 50 X 90 X 80 X 80 X 50 X 70 X 90 X 60 X 90 X 100 X-9999 +USW00021504199111ACSH 40 X 20 X 20 X 60 X 50 X 70 X 60 X 70 X 100 X 90 X 80 X 80 X 100 X 100 X 50 X 80 X 80 X 80 X 100 X 60 X 30 X 90 X 70 X 90 X 30 X 70 X 90 X 50 X 90 X 100 X-9999 +USW00021504199111AWND 30 X 33 X 29 X 28 X 31 X 30 X 30 X 32 X 25 X 29 X 26 X 35 X 35 X 29 X 32 X 30 X 30 X 31 X 29 X 27 X 31 X 33 X 27 X 28 X 31 X 30 X 27 X 30 X 30 X 30 X-9999 +USW00021504199111FMTM 1452 X 1153 X 1253 X 1553 X 1351 X 1151 X 0952 X 1354 X 2338 X 0844 X 1052 X 1452 X 1352 X 1358 X 1450 X 1057 X 1418 X 1953 X 1253 X 1453 X 1551 X 1852 X 0206 X 1152 X 1554 X 1455 X 1352 X 1352 X 2054 X 0927 X-9999 +USW00021504199111PGTM 1155 X 1448 X 1317 X 1250 X 1351 X 1144 X 0940 X 1923 X 0701 X 2154 X 1149 X 1306 X 1404 X 1407 X 1206 X 1058 X 1420 X 1331 X 1530 X 1244 X 1610 X 1736 X 0208 X 1011 X 1336 X 1425 X 1413 X 1523 X 1609 X 1517 X-9999 +USW00021504199111TSUN 413 X 514 X 590 X 320 X 411 X 363 X 324 X 229 X 17 X 342 X 263 X 320 X 229 X 0 X 496 X 132 X 259 X 183 X 96 X 450 X 531 X 185 X 199 X 24 X 558 X 419 X 167 X 527 X 110 X 58 X-9999 +USW00021504199111WDF1 60 X 50 X 60 X 80 X 80 X 40 X 50 X 80 X 50 X 260 X 140 X 120 X 140 X 130 X 80 X 90 X 90 X 240 X 90 X 90 X 20 X 60 X 60 X 240 X 90 X 120 X 100 X 80 X 210 X 180 X-9999 +USW00021504199111WDFG 90W X 45W X 45W X 90W X 90W X 45W X 45W X 315W X 180W X 180W X 135W X 135W X 135W X 135W X 90W X 90W X 90W X 90W X 225W X 90W X 360W X 90W X 90W X 135W X 90W X 90W X 90W X 135W X 135W X 90W X-9999 +USW00021504199111WSF1 54 X 54 X 54 X 63 X 72 X 63 X 63 X 72 X 45 X 54 X 54 X 67 X 63 X 54 X 67 X 54 X 98 X 54 X 45 X 54 X 54 X 54 X 76 X 54 X 54 X 54 X 40 X 67 X 58 X 58 X-9999 +USW00021504199111WSFG 77 X 77 X 72 X 77 X 93 X 98 X 87 X 98 X 77 X 62 X 72 X 103 X 103 X 72 X 98 X 93 X 113 X 87 X 93 X 77 X 67 X 93 X 93 X 77 X 72 X 82 X 72 X 87 X 113 X 103 X-9999 +USW00021504199111WT16 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199112TMAX 250 0 261 0 256 0 272 0 272 0 272 0 272 0 267 0 267 0 283 0 272 0 289 0 267 0 278 0 267 0 267 0 272 0 289 0 278 0 250 0 256 0 261 0 278 0 278 0 272 0 261 0 250 0 244 0 244 0 256 0 250 0 +USW00021504199112TMIN 217 0 217 0 194 0 194 0 172 0 183 0 178 0 183 0 178 0 189 0 183 0 194 0 189 0 206 0 200 0 183 0 183 0 156 0 189 0 211 0 206 0 194 0 183 0 178 0 167 0 206 0 183 0 172 0 178 0 172 0 194 0 +USW00021504199112PRCP 1212 0 734 0 74 0 43 0 48 0 81 0 5 0 20 0 33 0 300 0 399 0 0 0 64 0 64 0 5 0 20 0 18 0 0 0 3 0 0T 0 0T 0 81 0 122 0 0T 0 71 0 41 0 58 0 157 0 71 0 28 0 69 0 +USW00021504199112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199112ACMH 100 X 90 X 80 X 70 X 60 X 70 X 60 X 50 X 60 X 100 X 100 X 60 X 90 X 90 X 70 X 70 X 60 X 30 X 70 X 100 X 90 X 100 X 70 X 20 X 50 X 90 X 90 X 90 X 90 X 70 X 80 X +USW00021504199112ACSH 100 X 90 X 90 X 80 X 60 X 80 X 50 X 40 X 50 X 90 X 90 X 50 X 100 X 80 X 60 X 50 X 50 X 10 X 50 X 90 X 80 X 100 X 80 X 20 X 50 X 90 X 90 X 90 X 90 X 70 X 70 X +USW00021504199112AWND 27 X 33 X 30 X 30 X 33 X 31 X 27 X 26 X 27 X 33 X 32 X 29 X 27 X 34 X 27 X 28 X 31 X 33 X 49 X 52 X 37 X 33 X 32 X 29 X 46 X 70 X 35 X 34 X 33 X 46 X 46 X +USW00021504199112FMTM 1352 X 1418 X 1252 X 1352 X 2054 X 1552 X 2323 X 1351 X 2352 X 1251 X 0457 X 1152 X 1233 X 1353 X 1354 X 1914 X 1552 X 1552 X 1421 X 1452 X 1252 X 0554 X 1453 X 1451 X 2153 X 0252 X 2355 X 1043 X 0951 X 1254 X 0752 X +USW00021504199112PGTM 1347 X 1414 X 1448 X 1031 X 1015 X 1136 X 1349 X 2238 X 2356 X 1250 X 1029 X 1332 X 1013 X 1334 X 1613 X 1911 X 1541 X 1432 X 1426 X 1449 X 1322 X 1837 X 1509 X 1403 X 2207 X 0647 X 0001 X 1044 X 1124 X 0930 X 1601 X +USW00021504199112TSUN 0 X 41 X 170 X 242 X 430 X 91 X 304 X 366 X 260 X 195 X 111 X 373 X 55 X 227 X 141 X 540 X 374 X 525 X 300 X 102 X 92 X 190 X 312 X 436 X 375 X 110 X 124 X 154 X 193 X 349 X 257 X +USW00021504199112WDF1 120 X 90 X 50 X 40 X 250 X 250 X 240 X 50 X 230 X 80 X 220 X 150 X 170 X 120 X 10 X 70 X 150 X 150 X 350 X 340 X 360 X 20 X 90 X 80 X 40 X 30 X 60 X 60 X 80 X 360 X 30 X +USW00021504199112WDFG 135W X 90W X 45W X 360W X 360W X 45W X 45W X 90W X 45W X 90W X 135W X 135W X 135W X 90W X 45W X 90W X 135W X 135W X 360W X 360W X 360W X 315W X 90W X 90W X 45W X 45W X 90W X 90W X 45W X 315W X 360W X +USW00021504199112WSF1 54 X 72 X 58 X 63 X 40 X 54 X 45 X 54 X 45 X 67 X 45 X 58 X 58 X 58 X 40 X 45 X 54 X 67 X 103 X 76 X 67 X 54 X 63 X 58 X 89 X 94 X 76 X 89 X 67 X 72 X 76 X +USW00021504199112WSFG 93 X 103 X 93 X 82 X 87 X 98 X 67 X 87 X 82 X 103 X 82 X 82 X 93 X 103 X 72 X 67 X 87 X 118 X 149 X 87 X 82 X 82 X 93 X 72 X 118 X 139 X 113 X 98 X 87 X 108 X 98 X +USW00021504199112WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199112WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199201TMAX 256 0 256 0 272 0 267 0 267 0 283 0 283 0 283 0 261 0 278 0 278 0 278 0 272 0 250 0 228 0 256 0 261 0 256 0 228 0 250 0 261 0 267 0 283 0 256 0 267 0 272 0 272 0 294 0 294 0 278 0 256 0 +USW00021504199201TMIN 178 0 183 0 178 0 178 0 172 0 172 0 156 0 172 0 172 0 156 0 156 0 150 0 183 0 172 0 161 0 144 0 161 0 194 0 194 0 161 0 150 0 150 0 161 0 200 0 167 0 156 0 167 0 172 0 178 0 178 0 167 0 +USW00021504199201PRCP 48 0 64 0 8 0 5 0 0 0 0T 0 0 0 10 0 8 0 0 0 0 0 0 0 0T 0 13 0 61 0 0 0 0 0 3 0 102 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 8 0 10 0 +USW00021504199201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199201ACMH 80 X 70 X 80 X 60 X 80 X 40 X 30 X 50 X 70 X 30 X 0 X 30 X 80 X 80 X 80 X 20 X 30 X 40 X 90 X 40 X 40 X 30 X 50 X 80 X 50 X 50 X 30 X 20 X 60 X 70 X 90 X +USW00021504199201ACSH 80 X 70 X 70 X 70 X 90 X 50 X 40 X 30 X 90 X 40 X 0 X 40 X 70 X 90 X 90 X 20 X 20 X 30 X 100 X 30 X 50 X 20 X 50 X 70 X 20 X 40 X 20 X 20 X 40 X 80 X 100 X +USW00021504199201AWND 34 X 35 X 34 X 29 X 30 X 37 X 34 X 30 X 33 X 32 X 34 X 33 X 30 X 24 X 52 X 31 X 30 X 51 X 59 X 36 X 31 X 28 X 41 X 44 X 29 X 32 X 33 X 35 X 29 X 51 X 51 X +USW00021504199201FMTM 1254 X 1455 X 1454 X 2354 X 0652 X 1454 X 1253 X 0754 X 0952 X 1353 X 1352 X 1351 X 1452 X 1652 X 0354 X 1454 X 1252 X 2352 X 0153 X 1353 X 1353 X 1356 X 2250 X 0653 X 1251 X 1352 X 1652 X 1453 X 1552 X 1353 X 1054 X +USW00021504199201PGTM 1554 X 1328 X 1513 X 1120 X 1008 X 1452 X 1420 X 1358 X 1248 X 1126 X 1358 X 1528 X 1324 X 0948 X 0346 X 1457 X 1216 X 1137 X 0435 X 0328 X 1255 X 1315 X 2337 X 0117 X 1216 X 1331 X 1416 X 1418 X 1534 X 1612 X 0407 X +USW00021504199201TSUN 255 X 117 X 120 X 89 X 181 X 302 X 448 X 402 X 156 X 366 X 604 X 405 X 174 X 23 X 131 X 567 X 477 X 468 X 72 X 524 X 421 X 462 X 320 X 338 X 495 X 413 X 593 X 525 X 420 X 283 X 277 X +USW00021504199201WDF1 360 X 100 X 90 X 240 X 240 X 110 X 120 X 230 X 80 X 100 X 120 X 90 X 120 X 170 X 340 X 20 X 10 X 360 X 10 X 20 X 90 X 80 X 360 X 30 X 40 X 50 X 100 X 80 X 120 X 360 X 60 X +USW00021504199201WDFG 90W X 90W X 90W X 135W X 135W X 135W X 135W X 90W X 135W X 135W X 135W X 90W X 135W X 180W X 315W X 45W X 360W X 360W X 360W X 315W X 90W X 90W X 360W X 360W X 45W X 45W X 90W X 135W X 135W X 360W X 360W X +USW00021504199201WSF1 54 X 67 X 63 X 54 X 58 X 76 X 67 X 63 X 63 X 54 X 63 X 72 X 54 X 36 X 134 X 58 X 58 X 80 X 89 X 63 X 67 X 67 X 72 X 76 X 58 X 63 X 58 X 63 X 67 X 94 X 80 X +USW00021504199201WSFG 67 X 82 X 87 X 93 X 77 X 113 X 103 X 87 X 93 X 98 X 93 X 98 X 87 X 72 X 211 X 72 X 72 X 123 X 123 X 82 X 87 X 98 X 108 X 129 X 87 X 82 X 87 X 113 X 108 X 134 X 118 X +USW00021504199201WT16 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 +USW00021504199202TMAX 267 0 261 0 239 0 228 0 239 0 244 0 239 0 244 0 250 0 244 0 233 0 239 0 244 0 256 0 278 0 278 0 272 0 278 0 300 0 278 0 289 0 283 0 289 0 317 0 278 0 261 0 250 0 272 0 272 0-9999 -9999 +USW00021504199202TMIN 156 0 156 0 178 0 172 0 178 0 178 0 194 0 161 0 172 0 150 0 167 0 178 0 189 0 200 0 178 0 178 0 183 0 172 0 178 0 172 0 172 0 178 0 167 0 167 0 167 0 189 0 172 0 183 0 189 0-9999 -9999 +USW00021504199202PRCP 0 0 0 0 43 0 74 0 66 0 53 0 18 0 0 0 0 0 25 0 5 0 8 0 8 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 5 0 0T 0 8 0-9999 -9999 +USW00021504199202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504199202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504199202ACMH 80 X 70 X 100 X 90 X 80 X 90 X 80 X 70 X 80 X 70 X 100 X 100 X 100 X 100 X 50 X 40 X 40 X 30 X 20 X 40 X 30 X 40 X 10 X 10 X 30 X 80 X 90 X 70 X 80 X-9999 -9999 +USW00021504199202ACSH 90 X 80 X 100 X 80 X 70 X 80 X 80 X 50 X 50 X 70 X 90 X 100 X 100 X 100 X 60 X 20 X 40 X 40 X 30 X 40 X 10 X 30 X 10 X 10 X 20 X 70 X 90 X 50 X 80 X-9999 -9999 +USW00021504199202AWND 32 X 46 X 74 X 61 X 66 X 50 X 51 X 40 X 34 X 31 X 38 X 26 X 28 X 30 X 28 X 29 X 36 X 34 X 31 X 27 X 39 X 31 X 31 X 40 X 41 X 45 X 29 X 32 X 34 X-9999 -9999 +USW00021504199202FMTM 1453 X 2352 X 0155 X 1551 X 1353 X 0451 X 1553 X 1452 X 1452 X 1052 X 1552 X 0953 X 0951 X 0252 X 1554 X 1353 X 1352 X 1554 X 1154 X 1452 X 1555 X 1353 X 1353 X 1454 X 1752 X 1353 X 1252 X 1152 X 1651 X-9999 -9999 +USW00021504199202PGTM 1357 X 2355 X 0347 X 2057 X 1753 X 0641 X 1551 X 1505 X 1438 X 1308 X 1643 X 0141 X 1507 X 0536 X 1533 X 1351 X 1648 X 1606 X 1210 X 1423 X 1243 X 1200 X 1225 X 1509 X 1703 X 1250 X 1302 X 1329 X 1626 X-9999 -9999 +USW00021504199202TSUN 303 X 521 X 239 X 271 X 343 X 383 X 234 X 484 X 339 X 354 X 230 X 7 X 65 X 4 X 474 X 566 X 446 X 471 X 423 X 438 X 574 X 514 X 593 X 571 X 551 X 245 X 154 X 160 X 176 X-9999 -9999 +USW00021504199202WDF1 110 X 10 X 360 X 20 X 10 X 10 X 10 X 20 X 60 X 20 X 330 X 210 X 250 X 120 X 360 X 30 X 20 X 360 X 60 X 50 X 130 X 90 X 110 X 310 X 360 X 20 X 50 X 40 X 100 X-9999 -9999 +USW00021504199202WDFG 90W X 360W X 360W X 360W X 360W X 360W X 360W X 360W X 45W X 45W X 315W X 270W X 180W X 225W X 360W X 45W X 360W X 360W X 90W X 45W X 90W X 90W X 90W X 315W X 360W X 360W X 45W X 45W X 90W X-9999 -9999 +USW00021504199202WSF1 54 X 76 X 103 X 89 X 80 X 80 X 67 X 72 X 76 X 58 X 63 X 40 X 45 X 67 X 58 X 67 X 76 X 63 X 76 X 45 X 72 X 63 X 58 X 89 X 76 X 76 X 54 X 76 X 63 X-9999 -9999 +USW00021504199202WSFG 87 X 129 X 154 X 129 X 129 X 118 X 98 X 87 X 82 X 82 X 82 X 77 X 77 X 98 X 72 X 77 X 93 X 87 X 98 X 72 X 123 X 87 X 87 X 149 X 103 X 98 X 72 X 98 X 87 X-9999 -9999 +USW00021504199202WT16-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504199203TMAX 278 0 283 0 283 0 272 0 278 0 294 0 289 0 289 0 289 0 283 0 267 0 272 0 278 0 272 0 278 0 272 0 261 0 261 0 256 0 256 0 261 0 261 0 261 0 261 0 250 0 267 0 256 0 267 0 267 0 267 0 261 0 +USW00021504199203TMIN 178 0 178 0 194 0 167 0 161 0 172 0 172 0 167 0 161 0 189 0 183 0 178 0 172 0 183 0 183 0 189 0 178 0 161 0 189 0 178 0 178 0 172 0 183 0 178 0 189 0 178 0 189 0 172 0 172 0 183 0 161 0 +USW00021504199203PRCP 3 0 0T 0 23 0 13 0 0 0 0 0 5 0 8 0 3 0 3 0 5 0 43 0 33 0 41 0 33 0 191 0 13 0 71 0 58 0 64 0 0 0 0 0 0 0 76 0 203 0 5 0 10 0 0T 0 15 0 25 0 48 0 +USW00021504199203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199203ACMH 80 X 60 X 60 X 50 X 30 X 10 X 20 X 40 X 40 X 70 X 80 X 40 X 60 X 80 X 70 X 90 X 50 X 70 X 90 X 60 X 60 X 70 X 50 X 90 X 100 X 80 X 80 X 60 X 70 X 80 X 60 X +USW00021504199203ACSH 70 X 60 X 60 X 80 X 20 X 10 X 30 X 70 X 30 X 70 X 80 X 30 X 40 X 70 X 50 X 90 X 40 X 80 X 90 X 40 X 50 X 80 X 40 X 90 X 90 X 70 X 70 X 50 X 70 X 80 X 80 X +USW00021504199203AWND 32 X 33 X 41 X 30 X 35 X 38 X 35 X 31 X 34 X 36 X 35 X 35 X 36 X 28 X 32 X 42 X 42 X 44 X 53 X 41 X 37 X 42 X 43 X 32 X 34 X 34 X 30 X 31 X 36 X 32 X 30 X +USW00021504199203FMTM 1452 X 1454 X 1451 X 0952 X 1352 X 1652 X 1551 X 1552 X 1452 X 1353 X 1053 X 1452 X 1552 X 1352 X 1452 X 2153 X 1155 X 1452 X 1156 X 1855 X 1354 X 1353 X 1251 X 1554 X 1351 X 1253 X 1352 X 1352 X 1452 X 1652 X 1753 X +USW00021504199203PGTM 1454 X 1403 X 1423 X 1411 X 1328 X 1536 X 1605 X 1217 X 1450 X 1413 X 1049 X 1450 X 0730 X 1742 X 1321 X 1134 X 1642 X 1226 X 2332 X 1852 X 1229 X 1333 X 1452 X 1112 X 1637 X 1225 X 1535 X 1408 X 1214 X 1425 X 1236 X +USW00021504199203TSUN 259 X 399 X 554 X 270 X 499 X 609 X 483 X 325 X 495 X 300 X 110 X 527 X 409 X 319 X 375 X 292 X 474 X 269 X 182 X 477 X 477 X 271 X 568 X 105 X 100 X 255 X 195 X 433 X 382 X 140 X 142 X +USW00021504199203WDF1 100 X 90 X 90 X 120 X 60 X 100 X 120 X 80 X 60 X 80 X 80 X 30 X 90 X 90 X 110 X 40 X 20 X 20 X 60 X 40 X 30 X 10 X 10 X 60 X 50 X 90 X 50 X 40 X 90 X 90 X 60 X +USW00021504199203WDFG 90W X 90W X 90W X 90W X 45W X 90W X 135W X 45W X 90W X 90W X 90W X 45W X 45W X 135W X 90W X 90W X 360W X 360W X 45W X 45W X 360W X 360W X 360W X 45W X 90W X 90W X 45W X 45W X 90W X 135W X 45W X +USW00021504199203WSF1 63 X 67 X 76 X 45 X 72 X 63 X 58 X 54 X 67 X 67 X 76 X 72 X 76 X 54 X 63 X 72 X 72 X 72 X 76 X 67 X 63 X 67 X 67 X 58 X 63 X 67 X 63 X 72 X 67 X 67 X 54 X +USW00021504199203WSFG 108 X 108 X 98 X 77 X 113 X 118 X 98 X 103 X 93 X 98 X 98 X 93 X 103 X 77 X 98 X 123 X 98 X 98 X 108 X 113 X 87 X 87 X 87 X 87 X 87 X 108 X 82 X 108 X 103 X 98 X 77 X +USW00021504199203WT16 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199204TMAX 267 0 256 0 233 0 267 0 278 0 283 0 272 0 272 0 272 0 267 0 250 0 250 0 272 0 272 0 256 0 283 0 272 0 278 0 267 0 283 0 283 0 289 0 272 0 272 0 272 0 283 0 233 0 228 0 250 0 267 0-9999 +USW00021504199204TMIN 172 0 178 0 172 0 178 0 161 0 172 0 167 0 167 0 172 0 178 0 194 0 194 0 183 0 172 0 183 0 172 0 194 0 178 0 183 0 183 0 189 0 172 0 189 0 183 0 206 0 189 0 206 0 194 0 194 0 194 0-9999 +USW00021504199204PRCP 43 0 91 0 229 0 8 0 0 0 0 0 0 0 328 0 0 0 191 0 267 0 124 0 0 0 0 0 46 0 0 0 8 0 15 0 30 0 13 0 0T 0 3 0 0T 0 0T 0 0T 0 15 0 3 0 152 0 56 0 61 0-9999 +USW00021504199204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199204ACMH 80 X 90 X 90 X 60 X 40 X 60 X 40 X 50 X 40 X 50 X 100 X 90 X 60 X 50 X 80 X 60 X 70 X 60 X 80 X 60 X 70 X 80 X 70 X 70 X 80 X 70 X 100 X 100 X 100 X 80 X-9999 +USW00021504199204ACSH 80 X 90 X 100 X 50 X 40 X 70 X 50 X 60 X 40 X 50 X 100 X 90 X 50 X 60 X 90 X 40 X 80 X 50 X 70 X 70 X 80 X 90 X 60 X 50 X 70 X 60 X 100 X 100 X 100 X 70 X-9999 +USW00021504199204AWND 32 X 34 X 34 X 30 X 36 X 32 X 30 X 36 X 31 X 42 X 42 X 30 X 30 X 35 X 30 X 36 X 30 X 31 X 30 X 33 X 34 X 25 X 34 X 32 X 32 X 37 X 33 X 31 X 31 X 33 X-9999 +USW00021504199204FMTM 1153 X 1453 X 1838 X 1354 X 1452 X 1452 X 1252 X 1251 X 1351 X 2052 X 1745 X 1351 X 1253 X 1254 X 1252 X 1452 X 1152 X 1452 X 1252 X 1051 X 1255 X 1252 X 1051 X 1452 X 1051 X 1251 X 0256 X 0953 X 1253 X 1452 X-9999 +USW00021504199204PGTM 1222 X 1410 X 2118 X 1447 X 1153 X 1214 X 1252 X 1229 X 1413 X 2032 X 1442 X 1237 X 1245 X 1315 X 1248 X 1519 X 1110 X 1413 X 1002 X 1201 X 1259 X 1317 X 1242 X 1725 X 1106 X 1638 X 0302 X 1248 X 1545 X 1207 X-9999 +USW00021504199204TSUN 206 X 214 X 3 X 409 X 492 X 442 X 450 X 380 X 392 X 424 X 78 X 73 X 456 X 110 X 93 X 179 X 57 X 189 X 271 X 372 X 116 X 110 X 281 X 110 X 154 X 347 X 14 X 0 X 0 X 275 X-9999 +USW00021504199204WDF1 340 X 50 X 240 X 60 X 120 X 100 X 20 X 20 X 50 X 340 X 350 X 10 X 100 X 30 X 250 X 90 X 110 X 50 X 40 X 100 X 120 X 70 X 20 X 340 X 20 X 20 X 340 X 350 X 360 X 70 X-9999 +USW00021504199204WDFG 360W X 45W X 225W X 90W X 90W X 90W X 360W X 360W X 45W X 360W X 315W X 315W X 90W X 45W X 270W X 90W X 45W X 45W X 90W X 135W X 135W X 45W X 360W X 360W X 360W X 315W X 360W X 360W X 360W X 360W X-9999 +USW00021504199204WSF1 54 X 63 X 58 X 58 X 67 X 58 X 72 X 72 X 58 X 72 X 67 X 45 X 58 X 67 X 54 X 72 X 63 X 63 X 67 X 58 X 67 X 40 X 63 X 58 X 58 X 63 X 58 X 54 X 45 X 58 X-9999 +USW00021504199204WSFG 98 X 108 X 77 X 87 X 103 X 103 X 77 X 87 X 82 X 123 X 93 X 72 X 82 X 87 X 57 X 98 X 93 X 77 X 98 X 108 X 98 X 67 X 93 X 77 X 87 X 87 X 77 X 72 X 72 X 82 X-9999 +USW00021504199204WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199204WT16 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199205TMAX 267 0 278 0 289 0 283 0 228 0 256 0 256 0 250 0 256 0 267 0 256 0 250 0 256 0 278 0 283 0 283 0 306 0 294 0 289 0 294 0 311 0 294 0 300 0 306 0 306 0 306 0 311 0 306 0 317 0 306 0 306 0 +USW00021504199205TMIN 183 0 172 0 194 0 183 0 183 0 183 0 200 0 150 0 167 0 161 0 183 0 206 0 200 0 183 0 194 0 189 0 183 0 172 0 200 0 200 0 200 0 189 0 194 0 228 0 222 0 211 0 194 0 206 0 217 0 200 0 211 0 +USW00021504199205PRCP 15 0 0 0 0T 0 173 0 279 0 69 0 0T 0 0T 0 0 0 5 0 28 0 33 0 48 0 0T 0 0T 0 0 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 43 0 0 0 0 0 5 0 13 0 0T 0 46 0 +USW00021504199205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199205ACMH 80 X 70 X 70 X 60 X 100 X 90 X 80 X 60 X 70 X 60 X 100 X 100 X 100 X 80 X 70 X 40 X 60 X 50 X 50 X 30 X 40 X 30 X 40 X 90 X 60 X 30 X 10 X 60 X 60 X 60 X 50 X +USW00021504199205ACSH 70 X 60 X 60 X 50 X 100 X 90 X 90 X 60 X 60 X 50 X 100 X 100 X 100 X 80 X 70 X 50 X 70 X 50 X 40 X 30 X 30 X 20 X 30 X 80 X 50 X 30 X 0 X 60 X 60 X 70 X 50 X +USW00021504199205AWND 34 X 27 X 28 X 41 X 54 X 61 X 58 X 39 X 25 X 31 X 27 X 33 X 24 X 26 X 29 X 32 X 32 X 41 X 37 X 38 X 35 X 31 X 34 X 30 X 34 X 34 X 34 X 33 X 35 X 31 X 33 X +USW00021504199205FMTM 1252 X 1053 X 1254 X 1653 X 1355 X 1456 X 1552 X 0952 X 1151 X 1250 X 1150 X 1150 X 0416 X 1252 X 1153 X 1351 X 1451 X 1353 X 1155 X 1452 X 1252 X 1152 X 0954 X 1452 X 1455 X 1455 X 1354 X 1551 X 1354 X 1453 X 1155 X +USW00021504199205PGTM 1137 X 1016 X 1233 X 1823 X 0853 X 1433 X 0536 X 0936 X 1147 X 1133 X 1448 X 1422 X 0358 X 1204 X 1210 X 1351 X 1154 X 1317 X 1238 X 1454 X 1410 X 1050 X 1304 X 1238 X 1256 X 1512 X 1114 X 1135 X 1253 X 1007 X 1411 X +USW00021504199205TSUN 126 X 210 X 291 X 215 X 34 X 110 X 110 X 365 X 110 X 316 X 0 X 31 X 0 X 199 X 204 X 619 X 430 X 390 X 497 X 495 X 438 X 548 X 512 X 216 X 537 X 614 X 685 X 465 X 482 X 265 X 558 X +USW00021504199205WDF1 80 X 110 X 90 X 340 X 340 X 40 X 30 X 10 X 10 X 50 X 80 X 20 X 340 X 30 X 90 X 80 X 340 X 360 X 360 X 350 X 80 X 30 X 50 X 80 X 90 X 90 X 110 X 60 X 110 X 80 X 50 X +USW00021504199205WDFG 45W X 90W X 90W X 360W X 360W X 45W X 360W X 360W X 360W X 45W X 360W X 360W X 315W X 45W X 90W X 90W X 135W X 360W X 360W X 360W X 90W X 360W X 90W X 90W X 90W X 90W X 135W X 90W X 90W X 45W X 90W X +USW00021504199205WSF1 67 X 54 X 63 X 67 X 76 X 80 X 76 X 76 X 45 X 58 X 40 X 58 X 45 X 63 X 63 X 58 X 67 X 76 X 72 X 76 X 76 X 67 X 58 X 54 X 67 X 67 X 63 X 54 X 67 X 54 X 67 X +USW00021504199205WSFG 98 X 87 X 87 X 103 X 113 X 123 X 123 X 103 X 72 X 82 X 57 X 77 X 77 X 77 X 87 X 98 X 103 X 108 X 103 X 98 X 134 X 87 X 87 X 103 X 103 X 98 X 98 X 113 X 103 X 87 X 98 X +USW00021504199205WT16 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 +USW00021504199206TMAX 311 0 300 0 311 0 306 0 294 0 283 0 289 0 283 0 283 0 278 0 289 0 278 0 294 0 272 0 283 0 289 0 283 0 278 0 283 0 283 0 283 0 278 0 283 0 272 0 283 0 283 0 272 0 278 0 289 0 283 0-9999 +USW00021504199206TMIN 206 0 211 0 206 0 206 0 200 0 206 0 189 0 200 0 211 0 206 0 200 0 206 0 217 0 206 0 211 0 194 0 206 0 200 0 206 0 211 0 194 0 200 0 206 0 200 0 211 0 211 0 211 0 211 0 200 0 211 0-9999 +USW00021504199206PRCP 5 0 0T 0 5 0 0T 0 165 0 114 0 114 0 102 0 203 0 218 0 38 0 71 0 8 0 112 0 3 0 81 0 89 0 51 0 277 0 46 0 5 0 33 0 41 0 132 0 58 0 41 0 142 0 193 0 3 0 28 0-9999 +USW00021504199206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199206ACMH 60 X 80 X 50 X 60 X 60 X 80 X 70 X 70 X 90 X 90 X 70 X 100 X 100 X 90 X 70 X 70 X 70 X 70 X 70 X 70 X 60 X 90 X 60 X 90 X 90 X 90 X 90 X 90 X 70 X 70 X-9999 +USW00021504199206ACSH 70 X 80 X 40 X 50 X 40 X 70 X 70 X 50 X 90 X 90 X 60 X 100 X 100 X 90 X 60 X 70 X 70 X 70 X 60 X 60 X 50 X 90 X 60 X 90 X 80 X 90 X 90 X 80 X 70 X 60 X-9999 +USW00021504199206AWND 32 X 30 X 35 X 34 X 39 X 32 X 38 X 38 X 34 X 36 X 38 X 30 X 25 X 29 X 38 X 34 X 27 X 29 X 32 X 31 X 32 X 30 X 31 X 34 X 29 X 31 X 34 X 34 X 37 X 35 X-9999 +USW00021504199206FMTM 1258 X 1152 X 1252 X 1354 X 1355 X 1551 X 1154 X 1953 X 1251 X 1031 X 1552 X 1340 X 1653 X 0753 X 2051 X 1725 X 1537 X 1553 X 1053 X 1252 X 1354 X 1351 X 1452 X 1351 X 1154 X 1353 X 0932 X 1451 X 1452 X 1255 X-9999 +USW00021504199206PGTM 1238 X 1204 X 1350 X 1349 X 1442 X 1648 X 1324 X 1229 X 0403 X 2022 X 1626 X 1408 X 1220 X 1126 X 2043 X 1724 X 1538 X 1125 X 1212 X 1134 X 1620 X 1348 X 1357 X 1210 X 1231 X 1117 X 0928 X 1304 X 1555 X 1246 X-9999 +USW00021504199206TSUN 224 X 260 X 538 X 452 X 637 X 364 X 276 X 551 X 414 X 312 X 627 X 61 X 29 X 105 X 576 X 460 X 400 X 414 X 366 X 186 X 544 X 239 X 603 X 77 X 228 X 368 X 219 X 195 X 488 X 481 X-9999 +USW00021504199206WDF1 30 X 20 X 80 X 50 X 50 X 40 X 110 X 20 X 50 X 90 X 90 X 100 X 40 X 270 X 80 X 90 X 80 X 50 X 30 X 50 X 10 X 100 X 40 X 60 X 60 X 60 X 40 X 360 X 30 X 70 X-9999 +USW00021504199206WDFG 45W X 360W X 90W X 45W X 45W X 90W X 90W X 360W X 45W X 90W X 90W X 90W X 90W X 225W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 45W X 45W X 45W X 360W X 45W X 360W X 90W X 90W X-9999 +USW00021504199206WSF1 63 X 54 X 72 X 63 X 67 X 58 X 63 X 67 X 72 X 67 X 63 X 54 X 40 X 54 X 67 X 76 X 72 X 54 X 58 X 54 X 58 X 58 X 54 X 63 X 58 X 67 X 76 X 58 X 76 X 58 X-9999 +USW00021504199206WSFG 93 X 72 X 108 X 98 X 103 X 82 X 87 X 103 X 103 X 93 X 87 X 82 X 67 X 72 X 98 X 103 X 87 X 87 X 98 X 98 X 87 X 93 X 77 X 103 X 82 X 87 X 93 X 77 X 87 X 87 X-9999 +USW00021504199206WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199207TMAX 283 0 283 0 278 0 278 0 283 0 278 0 278 0 300 0 261 0 278 0 272 0 278 0 283 0 272 0 278 0 283 0 283 0 283 0 283 0 283 0 289 0 294 0 294 0 300 0 283 0 289 0 267 0 300 0 294 0 278 0 300 0 +USW00021504199207TMIN 211 0 211 0 200 0 211 0 211 0 206 0 194 0 189 0 200 0 200 0 206 0 206 0 206 0 211 0 189 0 206 0 211 0 206 0 194 0 206 0 217 0 206 0 189 0 206 0 228 0 228 0 228 0 217 0 206 0 211 0 228 0 +USW00021504199207PRCP 46 0 46 0 30 0 122 0 0T 0 99 0 48 0 8 0 358 0 236 0 3 0 71 0 94 0 71 0 152 0 191 0 137 0 201 0 246 0 696 0 150 0 109 0 0 0 15 0 229 0 257 0 386 0 66 0 0T 0 401 0 10 0 +USW00021504199207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199207ACMH 70 X 60 X 70 X 80 X 70 X 80 X 40 X 40 X 100 X 90 X 90 X 90 X 70 X 90 X 60 X 60 X 70 X 80 X 90 X 100 X 70 X 50 X 30 X 40 X 90 X 100 X 100 X 80 X 40 X 100 X 80 X +USW00021504199207ACSH 70 X 50 X 60 X 80 X 60 X 80 X 50 X 40 X 100 X 80 X 100 X 90 X 60 X 100 X 50 X 50 X 60 X 80 X 80 X 90 X 60 X 40 X 30 X 30 X 90 X 100 X 100 X 70 X 20 X 100 X 80 X +USW00021504199207AWND 32 X 32 X 30 X 32 X 38 X 34 X 37 X 33 X 28 X 34 X 31 X 29 X 33 X 34 X 33 X 36 X 33 X 34 X 36 X 34 X 30 X 31 X 32 X 38 X 42 X 41 X 25 X 31 X 33 X 24 X 27 X +USW00021504199207FMTM 1553 X 1353 X 1353 X 1651 X 1553 X 1052 X 1452 X 1052 X 0452 X 1152 X 1752 X 1551 X 1353 X 1255 X 1251 X 1453 X 1452 X 1555 X 1252 X 1552 X 1652 X 1452 X 1354 X 1152 X 1423 X 1408 X 0646 X 1354 X 1353 X 1410 X 1152 X +USW00021504199207PGTM 1537 X 0917 X 1558 X 1638 X 1531 X 1107 X 1537 X 1533 X 0455 X 1213 X 1346 X 1525 X 1354 X 1254 X 1316 X 1527 X 1320 X 1908 X 1556 X 1547 X 1337 X 1402 X 1509 X 2338 X 1418 X 1146 X 0723 X 1305 X 1402 X 1411 X 1324 X +USW00021504199207TSUN 546 X 554 X 447 X 45 X 468 X 307 X 557 X 594 X 0 X 304 X 129 X 144 X 395 X 24 X 528 X 591 X 562 X 293 X 278 X 155 X 253 X 633 X 617 X 667 X 153 X 77 X 40 X 427 X 654 X 25 X 349 X +USW00021504199207WDF1 70 X 40 X 10 X 40 X 30 X 50 X 20 X 120 X 240 X 10 X 30 X 100 X 50 X 60 X 10 X 40 X 60 X 60 X 50 X 30 X 50 X 40 X 80 X 50 X 10 X 40 X 60 X 60 X 70 X 90 X 90 X +USW00021504199207WDFG 90W X 135W X 360W X 45W X 45W X 90W X 360W X 90W X 225W X 360W X 360W X 90W X 45W X 45W X 360W X 45W X 90W X 45W X 90W X 45W X 90W X 45W X 90W X 360W X 360W X 90W X 45W X 90W X 90W X 90W X 90W X +USW00021504199207WSF1 58 X 58 X 58 X 58 X 63 X 67 X 58 X 67 X 63 X 54 X 54 X 54 X 76 X 72 X 63 X 67 X 54 X 67 X 76 X 76 X 54 X 54 X 63 X 63 X 67 X 67 X 45 X 67 X 58 X 72 X 63 X +USW00021504199207WSFG 77 X 82 X 72 X 72 X 87 X 103 X 82 X 87 X 67 X 82 X 77 X 98 X 93 X 87 X 77 X 77 X 82 X 87 X 103 X 103 X 82 X 72 X 93 X 82 X 93 X 103 X 67 X 87 X 87 X 98 X 82 X +USW00021504199207WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00021504199207WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199208TMAX 289 0 294 0 289 0 283 0 283 0 278 0 283 0 289 0 289 0 283 0 267 0 256 0 294 0 311 0 300 0 317 0 306 0 300 0 294 0 267 0 289 0 289 0 294 0 306 0 289 0 278 0 294 0 283 0 261 0 261 0 289 0 +USW00021504199208TMIN 211 0 211 0 200 0 211 0 194 0 200 0 206 0 222 0 217 0 206 0 222 0 222 0 222 0 217 0 217 0 228 0 233 0 217 0 217 0 211 0 222 0 211 0 222 0 222 0 206 0 217 0 217 0 217 0 211 0 211 0 211 0 +USW00021504199208PRCP 8 0 5 0 58 0 46 0 86 0 81 0 147 0 8 0 3 0 8 0 381 0 20 0 41 0 10 0 224 0 356 0 5 0 69 0 127 0 193 0 191 0 71 0 351 0 23 0 56 0 467 0 66 0 109 0 137 0 81 0 33 0 +USW00021504199208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199208ACMH 70 X 60 X 60 X 70 X 50 X 60 X 80 X 70 X 60 X 80 X 100 X 100 X 100 X 90 X 80 X 70 X 70 X 70 X 90 X 100 X 100 X 80 X 90 X 70 X 90 X 90 X 90 X 100 X 100 X 100 X 80 X +USW00021504199208ACSH 60 X 60 X 70 X 60 X 30 X 70 X 70 X 70 X 60 X 80 X 100 X 100 X 100 X 80 X 70 X 40 X 60 X 70 X 80 X 100 X 100 X 100 X 100 X 60 X 90 X 100 X 90 X 100 X 100 X 100 X 70 X +USW00021504199208AWND 32 X 34 X 31 X 35 X 34 X 27 X 24 X 25 X 30 X 30 X 24 X 25 X 29 X 26 X 30 X 33 X 30 X 30 X 37 X 31 X 31 X 30 X 27 X 37 X 37 X 34 X 30 X 31 X 31 X 30 X 35 X +USW00021504199208FMTM 1452 X 1552 X 1251 X 1152 X 1354 X 1354 X 1242 X 0830 X 1453 X 1253 X 1322 X 0750 X 0950 X 1453 X 1551 X 1252 X 1652 X 1355 X 0755 X 1816 X 1354 X 0952 X 1106 X 1254 X 1153 X 0351 X 2342 X 0055 X 2152 X 1552 X 1355 X +USW00021504199208PGTM 1407 X 1447 X 1447 X 1157 X 1406 X 1009 X 1239 X 0828 X 1410 X 1252 X 1317 X 0749 X 1338 X 1303 X 1138 X 1734 X 1230 X 1438 X 0744 X 1807 X 1317 X 2021 X 1103 X 1448 X 1255 X 0403 X 1253 X 0053 X 1839 X 1721 X 1425 X +USW00021504199208TSUN 113 X 276 X 265 X 545 X 622 X 162 X 254 X 197 X 305 X 64 X 0 X 0 X 7 X 287 X 346 X 581 X 408 X 400 X 334 X 31 X 7 X 176 X 24 X 403 X 77 X 2 X 137 X 91 X 6 X 6 X 334 X +USW00021504199208WDF1 100 X 20 X 20 X 30 X 20 X 240 X 80 X 70 X 60 X 20 X 110 X 270 X 240 X 90 X 10 X 100 X 40 X 30 X 50 X 280 X 80 X 50 X 80 X 50 X 80 X 270 X 240 X 270 X 250 X 230 X 10 X +USW00021504199208WDFG 90W X 45W X 45W X 45W X 360W X 360W X 90W X 90W X 90W X 45W X 90W X 270W X 360W X 90W X 360W X 90W X 135W X 45W X 45W X 270W X 90W X 225W X 90W X 360W X 90W X 270W X 360W X 225W X 315W X 225W X 360W X +USW00021504199208WSF1 67 X 63 X 58 X 67 X 58 X 40 X 54 X 63 X 58 X 63 X 54 X 40 X 54 X 45 X 54 X 76 X 54 X 58 X 63 X 58 X 67 X 63 X 54 X 63 X 63 X 80 X 54 X 63 X 54 X 54 X 58 X +USW00021504199208WSFG 98 X 77 X 108 X 87 X 87 X 77 X 87 X 77 X 82 X 72 X 82 X 62 X 62 X 72 X 72 X 93 X 72 X 72 X 98 X 72 X 98 X 72 X 72 X 82 X 103 X 98 X 93 X 82 X 82 X 77 X 77 X +USW00021504199208WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199208WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199208WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199209TMAX 289 0 267 0 261 0 267 0 283 0 289 0 300 0 300 0 294 0 322 0 328 0 294 0 300 0 300 0 300 0 278 0 278 0 289 0 283 0 283 0 289 0 289 0 311 0 306 0 283 0 294 0 294 0 294 0 289 0 289 0-9999 +USW00021504199209TMIN 194 0 222 0 222 0 222 0 233 0 233 0 217 0 217 0 217 0 244 0 239 0 228 0 228 0 233 0 222 0 211 0 211 0 183 0 206 0 206 0 200 0 200 0 211 0 228 0 206 0 233 0 233 0 217 0 200 0 189 0-9999 +USW00021504199209PRCP 150 0 856 0 302 0 1433 0 122 0 132 0 3 0 0T 0 231 0 86 0 0T 0 259 0 15 0 218 0 13 0 124 0 226 0 0T 0 18 0 86 0 10 0 0 0 8 0 36 0 38 0 79 0 10 0 3 0 0 0 10 0-9999 +USW00021504199209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199209ACMH 70 X 100 X 90 X 100 X 100 X 80 X 60 X 70 X 90 X 90 X 90 X 90 X 70 X 90 X 70 X 90 X 100 X 60 X 70 X 90 X 60 X 50 X 70 X 80 X 80 X 80 X 80 X 70 X 30 X 60 X-9999 +USW00021504199209ACSH 70 X 100 X 100 X 100 X 100 X 70 X 70 X 70 X 90 X 100 X 100 X 90 X 70 X 90 X 60 X 100 X 100 X 70 X 70 X 100 X 50 X 40 X 60 X 80 X 80 X 60 X 80 X 80 X 40 X 80 X-9999 +USW00021504199209AWND 38 X 43 X 20 X 14 X 18 X 24 X 28 X 30 X 32 X 46 X 47 X 25 X 52 X 44 X 29 X 23 X 31 X 26 X 31 X 32 X 32 X 36 X 31 X 30 X 33 X 38 X 46 X 51 X 39 X 30 X-9999 +USW00021504199209FMTM 1653 X 1337 X 2252 X 1754 X 1652 X 1350 X 1053 X 1253 X 1253 X 1355 X 1352 X 1152 X 2152 X 0805 X 1552 X 1453 X 0853 X 1155 X 1352 X 1251 X 1353 X 1353 X 1552 X 1352 X 1955 X 1354 X 1252 X 1251 X 1152 X 0951 X-9999 +USW00021504199209PGTM 1725 X 1332 X 2233 X 0903 X 0324 X 2018 X 1052 X 1336 X 1958 X 1507 X 1426 X 1219 X 1832 X 0626 X 1148 X 1328 X 0848 X 1236 X 1624 X 1242 X 1259 X 1549 X 1631 X 1416 X 2014 X 1449 X 1628 X 2148 X 1714 X 1312 X-9999 +USW00021504199209TSUN 569 X 0 X 19 X 0 X 112 X 487 X 459 X 237 X 50 X 408 X 378 X 69 X 534 X 142 X 385 X 6 X 63 X 267 X 367 X 129 X 362 X 583 X 388 X 296 X 140 X 396 X 276 X 371 X 598 X 190 X-9999 +USW00021504199209WDF1 20 X 310 X 110 X 60 X 10 X 20 X 90 X 60 X 130 X 140 X 140 X 40 X 330 X 80 X 100 X 20 X 80 X 50 X 360 X 70 X 20 X 10 X 90 X 100 X 50 X 30 X 30 X 360 X 20 X 30 X-9999 +USW00021504199209WDFG 360W X 315W X 90W X 135W X 135W X 90W X 90W X 135W X 90W X 135W X 135W X 45W X 360W X 45W X 135W X 360W X 90W X 45W X 45W X 90W X 360W X 360W X 135W X 90W X 45W X 360W X 360W X 360W X 360W X 315W X-9999 +USW00021504199209WSF1 67 X 94 X 45 X 40 X 45 X 58 X 54 X 54 X 63 X 80 X 94 X 54 X 67 X 76 X 67 X 40 X 58 X 63 X 54 X 63 X 54 X 63 X 63 X 58 X 54 X 67 X 67 X 72 X 67 X 63 X-9999 +USW00021504199209WSFG 103 X 149 X 82 X 72 X 67 X 77 X 72 X 93 X 82 X 129 X 164 X 72 X 118 X 129 X 87 X 57 X 82 X 77 X 72 X 93 X 72 X 77 X 87 X 93 X 87 X 87 X 98 X 103 X 98 X 77 X-9999 +USW00021504199209WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199209WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00021504199210TMAX 300 0 294 0 289 0 306 0 300 0 300 0 294 0 289 0 306 0 289 0 283 0 322 0 322 0 311 0 311 0 311 0 300 0 311 0 300 0 311 0 311 0 300 0 283 0 289 0 306 0 289 0 278 0 283 0 289 0 289 0 283 0 +USW00021504199210TMIN 194 0 211 0 222 0 222 0 211 0 206 0 200 0 228 0 206 0 217 0 217 0 211 0 217 0 217 0 222 0 206 0 211 0 200 0 217 0 200 0 211 0 206 0 200 0 217 0 200 0 211 0 211 0 211 0 206 0 189 0 194 0 +USW00021504199210PRCP 0 0 0 0 23 0 0T 0 0T 0 13 0 0 0 36 0 0 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 41 0 0 0 0T 0 20 0 132 0 36 0 201 0 71 0 109 0 102 0 23 0 18 0 20 0 +USW00021504199210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199210ACMH 70 X 70 X 90 X 60 X 70 X 40 X 70 X 100 X 60 X 80 X 100 X 90 X 90 X 60 X 60 X 60 X 90 X 50 X 60 X 10 X 50 X 50 X 80 X 70 X 70 X 80 X 80 X 80 X 60 X 60 X 100 X +USW00021504199210ACSH 90 X 90 X 90 X 40 X 80 X 30 X 80 X 100 X 70 X 90 X 100 X 90 X 90 X 50 X 50 X 80 X 100 X 50 X 70 X 20 X 50 X 40 X 90 X 80 X 70 X 80 X 70 X 90 X 40 X 70 X 100 X +USW00021504199210AWND 29 X 30 X 29 X 27 X 27 X 35 X 34 X 31 X 29 X 31 X 27 X 33 X 33 X 32 X 28 X 29 X 30 X 31 X 24 X 34 X 31 X 31 X 31 X 33 X 29 X 35 X 32 X 29 X 31 X 27 X 22 X +USW00021504199210FMTM 1255 X 1154 X 1253 X 1552 X 1451 X 1353 X 1352 X 1252 X 1553 X 1452 X 1352 X 1252 X 1552 X 1354 X 1253 X 1353 X 1255 X 1250 X 1452 X 1353 X 1152 X 1252 X 1513 X 1252 X 1356 X 1554 X 2057 X 1252 X 1452 X 1228 X 1152 X +USW00021504199210PGTM 1330 X 1153 X 1254 X 1423 X 1403 X 1322 X 1346 X 1234 X 1521 X 1357 X 1300 X 1245 X 1310 X 1313 X 1236 X 1336 X 1405 X 1335 X 1538 X 1352 X 1006 X 1934 X 1556 X 1239 X 1317 X 1147 X 2054 X 1242 X 1406 X 1226 X 0145 X +USW00021504199210TSUN 265 X 186 X 78 X 336 X 269 X 573 X 427 X 31 X 215 X 82 X 2 X 267 X 283 X 459 X 376 X 346 X 0 X 256 X 42 X 215 X 64 X 399 X 110 X 73 X 221 X 254 X 247 X 88 X 526 X 256 X 35 X +USW00021504199210WDF1 80 X 40 X 10 X 80 X 30 X 60 X 40 X 350 X 10 X 360 X 100 X 140 X 100 X 80 X 90 X 50 X 50 X 80 X 100 X 60 X 70 X 20 X 40 X 80 X 40 X 10 X 80 X 60 X 40 X 50 X 140 X +USW00021504199210WDFG 45W X 45W X 45W X 90W X 45W X 45W X 45W X 360W X 360W X 360W X 135W X 135W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 360W X 90W X 90W X 360W X 90W X 45W X 45W X 45W X 180W X +USW00021504199210WSF1 58 X 58 X 63 X 54 X 54 X 67 X 58 X 63 X 54 X 63 X 40 X 72 X 76 X 63 X 54 X 67 X 63 X 63 X 36 X 67 X 63 X 58 X 58 X 58 X 54 X 63 X 58 X 63 X 54 X 40 X 36 X +USW00021504199210WSFG 72 X 67 X 82 X 82 X 72 X 82 X 77 X 77 X 72 X 77 X 67 X 118 X 103 X 77 X 82 X 87 X 72 X 77 X 67 X 93 X 87 X 77 X 82 X 82 X 93 X 77 X 87 X 93 X 77 X 57 X 82 X +USW00021504199210WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199210WT16-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199211TMAX 294 0 289 0 256 0 272 0 272 0 272 0 300 0 278 0 283 0 300 0 283 0 278 0 283 0 250 0 267 0 300 0 278 0 283 0 283 0 306 0 289 0 278 0 267 0 267 0 272 0 272 0 256 0 261 0 233 0 272 0-9999 +USW00021504199211TMIN 211 0 206 0 211 0 200 0 222 0 217 0 211 0 206 0 206 0 178 0 178 0 189 0 200 0 189 0 211 0 183 0 211 0 200 0 211 0 211 0 228 0 211 0 217 0 194 0 211 0 206 0 183 0 200 0 200 0 206 0-9999 +USW00021504199211PRCP 66 0 196 0 41 0 0 0 48 0 86 0 23 0 28 0 302 0 15 0 3 0 8 0 33 0 272 0 58 0 79 0 127 0 0T 0 1283 0 28 0 119 0 33 0 71 0 13 0 30 0 104 0 231 0 267 0 2809 X 18 0-9999 +USW00021504199211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199211ACMH 90 X 90 X 100 X 90 X 100 X 90 X 70 X 80 X 90 X 40 X 60 X 20 X 60 X 90 X 90 X 90 X 100 X 80 X 100 X 80 X 100 X 100 X 100 X 90 X 70 X 90 X 80 X 100 X 100 X 90 X-9999 +USW00021504199211ACSH 90 X 90 X 100 X 90 X 100 X 90 X 60 X 70 X 90 X 30 X 80 X 10 X 40 X 100 X 100 X 80 X 100 X 80 X 100 X 70 X 100 X 100 X 100 X 90 X 70 X 90 X 90 X 100 X 100 X 90 X-9999 +USW00021504199211AWND 19 X 37 X 21 X 36 X 31 X 24 X 26 X 27 X 35 X 29 X 30 X 38 X 30 X 27 X 28 X 24 X 27 X 31 X 29 X 25 X 25 X 18 X 42 X 39 X 42 X 20 X 38 X 23 X 23 X 30 X-9999 +USW00021504199211FMTM 1053 X 2152 X 0155 X 1250 X 0951 X 1250 X 1554 X 1034 X 1251 X 1553 X 1451 X 1352 X 0119 X 1254 X 0551 X 2250 X 0952 X 1052 X 1150 X 1152 X 1252 X 1052 X 1403 X 1321 X 2122 X 1252 X 1452 X 2250 X 1652 X 1454 X-9999 +USW00021504199211PGTM 1351 X 2147 X 0042 X 1357 X 1207 X 1830 X 2022 X 1306 X 1157 X 1633 X 1122 X 1213 X 1717 X 1703 X 1427 X 1352 X 1243 X 1343 X 1053 X 1218 X 1303 X 1000 X 1521 X 1115 X 1105 X 1147 X 0844 X 1239 X 1831 X 1432 X-9999 +USW00021504199211TSUN 54 X 72 X 0 X 79 X 28 X 0 X 430 X 254 X 73 X 539 X 83 X 642 X 526 X 11 X 5 X 200 X 28 X 128 X 0 X 206 X 22 X 6 X 20 X 45 X 232 X 19 X 0 X 0 X 0 X 27 X-9999 +USW00021504199211WDF1 360 X 350 X 350 X 350 X 330 X 310 X 50 X 340 X 50 X 50 X 40 X 10 X 20 X 360 X 250 X 240 X 180 X 110 X 220 X 100 X 100 X 160 X 360 X 350 X 340 X 180 X 350 X 240 X 350 X 70 X-9999 +USW00021504199211WDFG 315W X 360W X 360W X 360W X 360W X 225W X 90W X 45W X 45W X 45W X 225W X 360W X 360W X 90W X 45W X 90W X 135W X 180W X 225W X 90W X 90W X 180W X 360W X 360W X 360W X 135W X 315W X 135W X 315W X 90W X-9999 +USW00021504199211WSF1 45 X 72 X 54 X 76 X 54 X 40 X 54 X 54 X 72 X 40 X 40 X 67 X 63 X 45 X 45 X 40 X 45 X 67 X 63 X 58 X 67 X 36 X 103 X 67 X 72 X 40 X 72 X 36 X 40 X 54 X-9999 +USW00021504199211WSFG 57 X 113 X 98 X 103 X 62 X 72 X 62 X 82 X 98 X 57 X 62 X 82 X 87 X 67 X 57 X 67 X 77 X 103 X 93 X 77 X 87 X 77 X 103 X 103 X 98 X 62 X 108 X 51 X 77 X 82 X-9999 +USW00021504199211WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199211WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199211WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199211WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199211WT16 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199212TMAX 278 0 272 0 278 0 256 0 261 0 272 0 278 0 278 0 256 0 267 0 272 0 278 0 278 0 289 0 300 0 283 0 283 0 294 0 278 0 261 0 267 0 272 0 272 0 261 0 267 0 256 0 217 0 250 0 261 0 267 0 250 0 +USW00021504199212TMIN 183 0 194 0 206 0 194 0 200 0 189 0 200 0 194 0 183 0 200 0 194 0 178 0 183 0 194 0 194 0 200 0 200 0 194 0 194 0 194 0 167 0 200 0 183 0 194 0 206 0 200 0 194 0 183 0 189 0 189 0 200 0 +USW00021504199212PRCP 74 0 137 0 91 0 117 0 206 0 107 0 33 0 10 0 269 0 119 0 234 0 3 0 0 0 0 0 152 0 523 0 0T 0 53 0 28 0 8 0 104 0 356 0 211 0 442 0 43 0 254 0 348 0 236 0 25 0 86 0 53 0 +USW00021504199212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199212ACMH 80 X 80 X 90 X 90 X 90 X 80 X 80 X 70 X 80 X 60 X 80 X 60 X 60 X 50 X 80 X 80 X 40 X 50 X 80 X 90 X 50 X 90 X 70 X 90 X 100 X 100 X 90 X 90 X 80 X 80 X 100 X +USW00021504199212ACSH 90 X 80 X 100 X 90 X 90 X 80 X 80 X 70 X 90 X 60 X 80 X 60 X 60 X 50 X 70 X 70 X 30 X 30 X 90 X 100 X 40 X 80 X 80 X 90 X 100 X 100 X 100 X 100 X 70 X 80 X 100 X +USW00021504199212AWND 26 X 26 X 26 X 25 X 36 X 25 X 29 X 28 X 38 X 39 X 34 X 28 X 30 X 30 X 22 X 28 X 32 X 30 X 27 X 27 X 36 X 25 X 30 X 24 X 29 X 25 X 26 X 31 X 26 X 33 X 20 X +USW00021504199212FMTM 1553 X 1252 X 0852 X 1655 X 1352 X 0652 X 1752 X 1452 X 1451 X 0230 X 0925 X 1353 X 1153 X 1614 X 1352 X 1706 X 1550 X 2255 X 2351 X 1450 X 1150 X 1737 X 1452 X 2152 X 1352 X 1055 X 1556 X 1252 X 0154 X 1951 X 2254 X +USW00021504199212PGTM 1525 X 1300 X 1549 X 1629 X 1347 X 1444 X 1804 X 0736 X 1127 X 0233 X 1423 X 1446 X 1210 X 1205 X 1317 X 1508 X 1517 X 1323 X 1349 X 1452 X 2128 X 1738 X 0716 X 1437 X 1306 X 1917 X 1233 X 1247 X 1533 X 1422 X 2213 X +USW00021504199212TSUN 3 X 27 X 1 X 0 X 0 X 41 X 7 X 45 X 0 X 26 X 4 X 79 X 15 X 0 X 3 X 20 X 63 X 19 X 4 X 172 X 378 X 181 X 160 X 88 X 268 X 61 X 0 X 50 X 315 X 226 X 0 X +USW00021504199212WDF1 60 X 80 X 240 X 80 X 60 X 250 X 90 X 60 X 40 X 360 X 50 X 40 X 70 X 10 X 80 X 150 X 110 X 250 X 250 X 110 X 60 X 90 X 120 X 190 X 130 X 200 X 240 X 90 X 250 X 140 X 170 X +USW00021504199212WDFG 45W X 90W X 90W X 90W X 45W X 45W X 90W X 315W X 45W X 360W X 90W X 90W X 90W X 360W X 135W X 90W X 135W X 135W X 90W X 135W X 90W X 90W X 225W X 180W X 135W X 180W X 135W X 90W X 135W X 180W X 180W X +USW00021504199212WSF1 45 X 58 X 54 X 58 X 72 X 54 X 67 X 54 X 98 X 67 X 103 X 45 X 54 X 58 X 40 X 54 X 58 X 40 X 45 X 54 X 63 X 63 X 63 X 54 X 63 X 54 X 63 X 54 X 58 X 58 X 31 X +USW00021504199212WSFG 77 X 87 X 72 X 98 X 93 X 72 X 87 X 103 X 118 X 113 X 118 X 67 X 77 X 77 X 72 X 82 X 93 X 72 X 62 X 67 X 93 X 77 X 87 X 87 X 108 X 82 X 113 X 87 X 72 X 103 X 51 X +USW00021504199212WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199301TMAX 222 0 272 0 289 0 267 0 267 0 267 0 278 0 267 0 267 0 278 0 256 0 250 0 228 0 250 0 239 0 239 0 250 0 256 0 261 0 261 0 250 0 272 0 272 0 272 0 278 0 267 0 272 0 289 0 278 0 233 0 256 0 +USW00021504199301TMIN 200 0 172 0 161 0 167 0 183 0 167 0 178 0 183 0 178 0 167 0 156 0 161 0 172 0 161 0 156 0 178 0 178 0 178 0 172 0 183 0 189 0 189 0 172 0 161 0 156 0 156 0 161 0 178 0 178 0 206 0 161 0 +USW00021504199301PRCP 175 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 36 0 36 0 15 0 0T 0 5 0 15 0 69 0 168 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 0T 0 0 0 +USW00021504199301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199301ACMH 100 X 40 X 30 X 40 X 50 X 20 X 10 X 70 X 70 X 70 X 60 X 90 X 90 X 70 X 80 X 100 X 100 X 80 X 80 X 90 X 100 X 70 X 50 X 0 X 0 X 10 X 20 X 60 X 40 X 100 X 50 X +USW00021504199301ACSH 100 X 30 X 30 X 40 X 40 X 30 X 10 X 90 X 90 X 90 X 70 X 90 X 100 X 90 X 90 X 100 X 90 X 80 X 90 X 90 X 100 X 70 X 60 X 10 X 10 X 20 X 20 X 80 X 10 X 100 X 30 X +USW00021504199301AWND 28 X 34 X 24 X 27 X 34 X 41 X 38 X 30 X 25 X 40 X 46 X 41 X 41 X 42 X 38 X 34 X 30 X 29 X 25 X 28 X 26 X 19 X 27 X 30 X 27 X 29 X 37 X 29 X 33 X 41 X 31 X +USW00021504199301FMTM 1252 X 1452 X 1254 X 1353 X 0151 X 2052 X 0154 X 1251 X 1052 X 1951 X 1552 X 1253 X 1355 X 1354 X 1452 X 1452 X 1251 X 1350 X 0955 X 0852 X 2225 X 1452 X 1454 X 1251 X 1552 X 1552 X 1352 X 1152 X 2152 X 0952 X 1252 X +USW00021504199301PGTM 1121 X 1439 X 1245 X 1333 X 0155 X 2032 X 0132 X 1258 X 1103 X 1942 X 1011 X 1322 X 1536 X 1623 X 1229 X 1348 X 1202 X 1339 X 1133 X 1422 X 0220 X 1347 X 1155 X 1444 X 1311 X 1307 X 1416 X 1508 X 2148 X 1102 X 1328 X +USW00021504199301TSUN 26 X 500 X 486 X 370 X 436 X 615 X 600 X 185 X 241 X 406 X 299 X 347 X 102 X 198 X 174 X 76 X 170 X 170 X 70 X 126 X 24 X 153 X 294 X 624 X 582 X 518 X 476 X 186 X 580 X 15 X 464 X +USW00021504199301WDF1 150 X 360 X 100 X 50 X 340 X 220 X 140 X 90 X 350 X 330 X 360 X 360 X 350 X 10 X 50 X 30 X 50 X 70 X 240 X 260 X 280 X 40 X 60 X 10 X 40 X 120 X 140 X 180 X 340 X 10 X 350 X +USW00021504199301WDFG 135W X 360W X 90W X 45W X 360W X 225W X 135W X 90W X 360W X 315W X 360W X 360W X 315W X 360W X 360W X 45W X 45W X 90W X 90W X 45W X 225W X 90W X 90W X 45W X 45W X 90W X 135W X 90W X 360W X 45W X 360W X +USW00021504199301WSF1 63 X 89 X 54 X 54 X 89 X 67 X 76 X 45 X 40 X 76 X 76 X 72 X 76 X 67 X 76 X 58 X 63 X 63 X 45 X 63 X 36 X 58 X 45 X 45 X 40 X 54 X 76 X 67 X 72 X 67 X 63 X +USW00021504199301WSFG 93 X 134 X 72 X 72 X 123 X 113 X 139 X 77 X 72 X 118 X 118 X 98 X 113 X 98 X 93 X 87 X 72 X 103 X 72 X 72 X 57 X 82 X 82 X 62 X 72 X 113 X 108 X 103 X 103 X 93 X 77 X +USW00021504199301WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199301WT16 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00021504199302TMAX 256 0 267 0 250 0 256 0 272 0 239 0 239 0 261 0 239 0 261 0 239 0 272 0 256 0 250 0 250 0 256 0 256 0 256 0 244 0 256 0 256 0 261 0 261 0 250 0 256 0 267 0 283 0 267 0-9999 -9999 -9999 +USW00021504199302TMIN 183 0 167 0 156 0 139 0 167 0 194 0 178 0 172 0 172 0 172 0 172 0 150 0 156 0 150 0 156 0 156 0 161 0 156 0 183 0 167 0 167 0 172 0 178 0 178 0 167 0 167 0 178 0 167 0-9999 -9999 -9999 +USW00021504199302PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 30 0 56 0 94 0 170 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 13 0 10 0 91 0 56 0 30 0 69 0 20 0 0T 0 0T 0 3 0-9999 -9999 -9999 +USW00021504199302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199302ACMH 60 X 30 X 20 X 20 X 40 X 80 X 90 X 90 X 100 X 90 X 90 X 60 X 30 X 50 X 50 X 50 X 50 X 60 X 80 X 70 X 60 X 80 X 80 X 100 X 60 X 50 X 40 X 70 X-9999 -9999 -9999 +USW00021504199302ACSH 70 X 10 X 20 X 30 X 30 X 80 X 80 X 80 X 100 X 90 X 100 X 70 X 40 X 50 X 60 X 40 X 50 X 60 X 90 X 60 X 60 X 80 X 90 X 100 X 70 X 60 X 20 X 80 X-9999 -9999 -9999 +USW00021504199302AWND 45 X 35 X 50 X 30 X 38 X 50 X 29 X 31 X 28 X 19 X 26 X 32 X 58 X 31 X 31 X 36 X 32 X 31 X 27 X 35 X 38 X 27 X 34 X 26 X 31 X 32 X 32 X 31 X-9999 -9999 -9999 +USW00021504199302FMTM 1152 X 1452 X 1452 X 1352 X 2219 X 1151 X 1252 X 1450 X 1051 X 2338 X 1851 X 1351 X 1453 X 1451 X 1352 X 1552 X 1355 X 1453 X 0352 X 1451 X 1452 X 1154 X 1251 X 0152 X 1354 X 1453 X 1452 X 1353 X-9999 -9999 -9999 +USW00021504199302PGTM 1147 X 1332 X 1353 X 1317 X 2142 X 1113 X 0212 X 1452 X 1056 X 1447 X 1714 X 1352 X 1523 X 1342 X 1334 X 1407 X 1141 X 1326 X 1533 X 1923 X 1736 X 1148 X 1322 X 1408 X 1240 X 1423 X 1545 X 1301 X-9999 -9999 -9999 +USW00021504199302TSUN 250 X 596 X 602 X 450 X 534 X 139 X 7 X 70 X 47 X 153 X 29 X 331 X 533 X 452 X 343 X 482 X 492 X 373 X 116 X 537 X 376 X 238 X 223 X 48 X 208 X 326 X 562 X 223 X-9999 -9999 -9999 +USW00021504199302WDF1 360 X 10 X 350 X 60 X 340 X 360 X 50 X 60 X 50 X 40 X 240 X 90 X 360 X 10 X 20 X 10 X 40 X 60 X 280 X 20 X 40 X 100 X 90 X 230 X 70 X 100 X 100 X 100 X-9999 -9999 -9999 +USW00021504199302WDFG 360W X 360W X 360W X 45W X 360W X 360W X 90W X 45W X 45W X 135W X 225W X 90W X 360W X 360W X 45W X 360W X 90W X 90W X 135W X 360W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 135W X-9999 -9999 -9999 +USW00021504199302WSF1 76 X 72 X 80 X 63 X 76 X 76 X 54 X 63 X 67 X 36 X 40 X 67 X 116 X 54 X 54 X 54 X 58 X 54 X 54 X 67 X 63 X 76 X 67 X 40 X 63 X 67 X 63 X 67 X-9999 -9999 -9999 +USW00021504199302WSFG 108 X 113 X 154 X 98 X 108 X 113 X 67 X 98 X 82 X 67 X 62 X 98 X 164 X 77 X 77 X 87 X 87 X 77 X 77 X 93 X 87 X 108 X 98 X 77 X 93 X 82 X 98 X 87 X-9999 -9999 -9999 +USW00021504199302WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504199303TMAX 267 0 244 0 239 0 261 0 261 0 250 0 261 0 267 0 239 0 256 0 244 0 250 0 261 0 261 0 239 0 250 0 239 0 261 0 267 0 267 0 278 0 272 0 267 0 278 0 289 0 272 0 267 0 272 0 272 0 261 0 267 0 +USW00021504199303TMIN 194 0 183 0 178 0 172 0 178 0 178 0 189 0 194 0 172 0 172 0 167 0 167 0 172 0 172 0 183 0 172 0 189 0 178 0 156 0 194 0 178 0 183 0 200 0 178 0 183 0 178 0 167 0 178 0 183 0 194 0 183 0 +USW00021504199303PRCP 0T 0 226 0 264 0 18 0 71 0 81 0 196 0 452 0 739 0 650 0 8 0 0 0 0T 0 0 0 3 0 13 0 69 0 0T 0 61 0 20 0 0 0 30 0 8 0 0 0 8 0 0 0 18 0 15 0 36 0 48 0 5 0 +USW00021504199303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199303ACMH 50 X 90 X 100 X 80 X 70 X 70 X 90 X 100 X 90 X 90 X 90 X 70 X 60 X 40 X 80 X 80 X 100 X 60 X 70 X 90 X 50 X 70 X 50 X 10 X 30 X 40 X 60 X 60 X 50 X 60 X 50 X +USW00021504199303ACSH 20 X 90 X 100 X 60 X 60 X 80 X 80 X 100 X 90 X 80 X 90 X 60 X 60 X 40 X 100 X 90 X 100 X 70 X 80 X 90 X 50 X 70 X 30 X 10 X 10 X 40 X 70 X 50 X 40 X 60 X 40 X +USW00021504199303AWND 43 X 38 X 33 X 32 X 34 X 41 X 30 X 25 X 42 X 45 X 40 X 26 X 44 X 39 X 38 X 33 X 23 X 33 X 25 X 26 X 30 X 31 X 39 X 30 X 34 X 32 X 32 X 32 X 34 X 39 X 34 X +USW00021504199303FMTM 1552 X 1454 X 1452 X 1452 X 2052 X 1352 X 1550 X 1152 X 0626 X 2055 X 0952 X 1352 X 1452 X 1052 X 1652 X 1150 X 1852 X 1453 X 1452 X 1514 X 1452 X 1152 X 1253 X 1152 X 1552 X 1351 X 1416 X 1353 X 1352 X 1852 X 1453 X +USW00021504199303PGTM 1348 X 1010 X 1518 X 0732 X 1317 X 1731 X 1535 X 1147 X 0311 X 2055 X 1422 X 1407 X 1451 X 1716 X 1210 X 1226 X 1728 X 1455 X 1423 X 1420 X 1352 X 1140 X 1157 X 1146 X 1435 X 1242 X 1412 X 1047 X 1246 X 0954 X 1146 X +USW00021504199303TSUN 618 X 316 X 194 X 377 X 529 X 285 X 235 X 184 X 326 X 377 X 416 X 384 X 513 X 613 X 235 X 409 X 39 X 503 X 371 X 250 X 567 X 551 X 674 X 636 X 660 X 673 X 339 X 545 X 630 X 475 X 521 X +USW00021504199303WDF1 30 X 30 X 30 X 80 X 250 X 360 X 80 X 160 X 360 X 320 X 350 X 110 X 360 X 20 X 340 X 10 X 250 X 30 X 90 X 90 X 100 X 20 X 50 X 110 X 100 X 70 X 80 X 50 X 50 X 360 X 30 X +USW00021504199303WDFG 360W X 45W X 45W X 180W X 90W X 45W X 90W X 135W X 360W X 315W X 360W X 90W X 360W X 225W X 360W X 45W X 225W X 45W X 45W X 90W X 90W X 45W X 45W X 90W X 90W X 45W X 45W X 90W X 90W X 45W X 360W X +USW00021504199303WSF1 72 X 63 X 67 X 54 X 54 X 89 X 54 X 54 X 80 X 80 X 63 X 58 X 112 X 72 X 72 X 63 X 40 X 63 X 40 X 40 X 63 X 58 X 72 X 76 X 67 X 63 X 67 X 63 X 67 X 63 X 54 X +USW00021504199303WSFG 103 X 103 X 82 X 93 X 93 X 103 X 77 X 72 X 129 X 103 X 93 X 87 X 180 X 144 X 103 X 77 X 57 X 77 X 87 X 82 X 103 X 72 X 103 X 108 X 93 X 82 X 93 X 93 X 82 X 103 X 82 X +USW00021504199303WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00021504199304TMAX 272 0 278 0 272 0 272 0 272 0 278 0 267 0 272 0 272 0 278 0 267 0 278 0 278 0 272 0 278 0 283 0 294 0 289 0 283 0 261 0 261 0 261 0 267 0 272 0 283 0 272 0 272 0 278 0 272 0 267 0-9999 +USW00021504199304TMIN 172 0 172 0 194 0 189 0 183 0 189 0 194 0 183 0 183 0 189 0 189 0 178 0 172 0 178 0 194 0 183 0 189 0 189 0 189 0 194 0 200 0 200 0 183 0 178 0 183 0 189 0 194 0 194 0 189 0 200 0-9999 +USW00021504199304PRCP 23 0 5 0 5 0 48 0 41 0 84 0 137 0 8 0 41 0 18 0 109 0 28 0 0T 0 0T 0 33 0 5 0 0T 0 0 0 15 0 368 0 236 0 450 0 84 0 64 0 3 0 107 0 41 0 18 0 117 0 211 0-9999 +USW00021504199304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199304ACMH 60 X 50 X 60 X 60 X 70 X 80 X 90 X 70 X 90 X 50 X 70 X 70 X 50 X 60 X 60 X 70 X 60 X 60 X 70 X 90 X 90 X 90 X 80 X 70 X 50 X 90 X 80 X 60 X 70 X 100 X-9999 +USW00021504199304ACSH 40 X 50 X 50 X 50 X 60 X 80 X 90 X 70 X 80 X 40 X 70 X 80 X 40 X 50 X 50 X 70 X 60 X 80 X 50 X 100 X 100 X 100 X 80 X 90 X 50 X 100 X 80 X 60 X 60 X 90 X-9999 +USW00021504199304AWND 30 X 34 X 34 X 34 X 30 X 31 X 33 X 31 X 33 X 32 X 34 X 29 X 31 X 29 X 34 X 34 X 36 X 34 X 43 X 44 X 46 X 33 X 33 X 30 X 34 X 28 X 31 X 29 X 35 X 40 X-9999 +USW00021504199304FMTM 1652 X 1451 X 1451 X 1552 X 1452 X 1353 X 1152 X 1155 X 1354 X 1452 X 1452 X 1352 X 1452 X 1352 X 1452 X 1150 X 1352 X 1251 X 2253 X 1250 X 1252 X 1152 X 2151 X 2252 X 1352 X 1452 X 1552 X 1552 X 1937 X 1636 X-9999 +USW00021504199304PGTM 1236 X 1438 X 1605 X 1459 X 1417 X 1301 X 1213 X 1132 X 1335 X 1328 X 1440 X 1338 X 1450 X 1402 X 1308 X 1120 X 1134 X 1303 X 2317 X 0916 X 1145 X 1153 X 1210 X 1248 X 1314 X 1016 X 1222 X 1411 X 1935 X 1217 X-9999 +USW00021504199304TSUN 578 X 498 X 592 X 534 X 615 X 339 X 251 X 420 X 314 X 629 X 350 X 348 X 567 X 455 X 578 X 216 X 259 X 174 X 630 X 64 X 126 X 2 X 265 X 366 X 389 X 72 X 151 X 369 X 510 X 224 X-9999 +USW00021504199304WDF1 50 X 60 X 60 X 20 X 60 X 60 X 40 X 90 X 80 X 10 X 70 X 90 X 50 X 120 X 60 X 100 X 100 X 100 X 50 X 70 X 40 X 120 X 240 X 250 X 90 X 210 X 50 X 70 X 100 X 60 X-9999 +USW00021504199304WDFG 90W X 90W X 90W X 45W X 45W X 90W X 45W X 45W X 90W X 45W X 90W X 90W X 45W X 135W X 90W X 90W X 135W X 90W X 45W X 90W X 45W X 135W X 360W X 45W X 90W X 135W X 90W X 90W X 90W X 90W X-9999 +USW00021504199304WSF1 54 X 67 X 67 X 63 X 63 X 58 X 63 X 67 X 63 X 54 X 72 X 63 X 63 X 63 X 63 X 67 X 67 X 67 X 72 X 76 X 80 X 63 X 45 X 45 X 63 X 54 X 58 X 54 X 67 X 72 X-9999 +USW00021504199304WSFG 87 X 93 X 87 X 87 X 87 X 93 X 103 X 134 X 113 X 77 X 103 X 82 X 82 X 98 X 87 X 98 X 113 X 93 X 93 X 103 X 103 X 103 X 82 X 77 X 93 X 87 X 87 X 82 X 113 X 103 X-9999 +USW00021504199304WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00021504199304WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199305TMAX 272 0 272 0 261 0 278 0 272 0 272 0 283 0 272 0 267 0 267 0 278 0 278 0 267 0 272 0 261 0 244 0 250 0 267 0 261 0 272 0 256 0 267 0 272 0 272 0 272 0 267 0 272 0 272 0 272 0 272 0 278 0 +USW00021504199305TMIN 206 0 206 0 189 0 189 0 194 0 189 0 189 0 194 0 189 0 200 0 189 0 178 0 172 0 172 0 194 0 200 0 183 0 172 0 194 0 194 0 200 0 200 0 189 0 189 0 172 0 200 0 200 0 200 0 189 0 178 0 178 0 +USW00021504199305PRCP 58 0 53 0 114 0 30 0 91 0 15 0 84 0 112 0 117 0 157 0 25 0 43 0 0 0 18 0 150 0 20 0 69 0 86 0 254 0 244 0 53 0 20 0 0 0 36 0 0 0 3 0 8 0 0 0 0 0 0 0 53 0 +USW00021504199305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199305ACMH 80 X 100 X 90 X 90 X 70 X 80 X 70 X 80 X 70 X 100 X 80 X 60 X 20 X 40 X 100 X 100 X 90 X 80 X 100 X 100 X 100 X 90 X 30 X 90 X 60 X 70 X 80 X 70 X 40 X 30 X 90 X +USW00021504199305ACSH 80 X 90 X 90 X 100 X 50 X 70 X 60 X 70 X 70 X 100 X 70 X 50 X 30 X 40 X 100 X 100 X 100 X 70 X 100 X 90 X 90 X 90 X 30 X 100 X 60 X 80 X 90 X 70 X 40 X 30 X 100 X +USW00021504199305AWND 40 X 33 X 32 X 25 X 35 X 32 X 41 X 40 X 37 X 35 X 34 X 30 X 30 X 34 X 38 X 38 X 36 X 39 X 30 X 31 X 30 X 31 X 35 X 25 X 27 X 29 X 27 X 33 X 33 X 37 X 34 X +USW00021504199305FMTM 0853 X 1152 X 1252 X 2050 X 1550 X 1354 X 2052 X 1652 X 1252 X 1451 X 1152 X 1552 X 1552 X 1452 X 1318 X 1210 X 0353 X 1352 X 1611 X 1352 X 1350 X 1351 X 1150 X 1350 X 1454 X 1552 X 1452 X 1452 X 1152 X 1252 X 1252 X +USW00021504199305PGTM 0901 X 1154 X 1252 X 1022 X 1358 X 1350 X 1358 X 1821 X 1126 X 1437 X 1322 X 1300 X 1445 X 1348 X 1218 X 1718 X 1915 X 1343 X 0929 X 1317 X 1334 X 1259 X 1423 X 1417 X 1424 X 1618 X 1210 X 1516 X 1159 X 1420 X 1513 X +USW00021504199305TSUN 338 X 146 X 87 X 4 X 534 X 319 X 482 X 431 X 409 X 222 X 437 X 428 X 729 X 557 X 157 X 28 X 45 X 359 X 184 X 115 X 175 X 183 X 654 X 13 X 540 X 208 X 86 X 407 X 587 X 710 X 380 X +USW00021504199305WDF1 70 X 90 X 60 X 240 X 50 X 80 X 90 X 50 X 350 X 50 X 100 X 100 X 10 X 10 X 350 X 340 X 360 X 30 X 360 X 10 X 50 X 60 X 60 X 10 X 90 X 70 X 50 X 60 X 40 X 10 X 40 X +USW00021504199305WDFG 90W X 90W X 45W X 180W X 45W X 90W X 45W X 360W X 45W X 45W X 90W X 90W X 45W X 45W X 360W X 360W X 315W X 45W X 360W X 360W X 45W X 45W X 45W X 360W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X +USW00021504199305WSF1 67 X 67 X 67 X 40 X 67 X 89 X 67 X 76 X 63 X 63 X 72 X 54 X 54 X 54 X 76 X 67 X 63 X 80 X 72 X 54 X 67 X 58 X 67 X 40 X 54 X 54 X 54 X 63 X 63 X 63 X 63 X +USW00021504199305WSFG 98 X 98 X 82 X 87 X 103 X 123 X 98 X 123 X 113 X 93 X 87 X 87 X 72 X 82 X 98 X 98 X 93 X 98 X 93 X 67 X 87 X 93 X 82 X 62 X 72 X 77 X 82 X 82 X 87 X 82 X 87 X +USW00021504199305WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00021504199305WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 +USW00021504199306TMAX 278 0 278 0 278 0 272 0 278 0 289 0 294 0 272 0 283 0 278 0 283 0 272 0 278 0 289 0 283 0 283 0 289 0 278 0 283 0 278 0 283 0 294 0 294 0 283 0 283 0 278 0 283 0 272 0 267 0 267 0-9999 +USW00021504199306TMIN 211 0 200 0 194 0 189 0 211 0 200 0 189 0 211 0 206 0 200 0 206 0 211 0 206 0 194 0 206 0 200 0 206 0 211 0 211 0 200 0 194 0 189 0 200 0 200 0 200 0 200 0 206 0 206 0 194 0 178 0-9999 +USW00021504199306PRCP 5 0 5 0 33 0 94 0 25 0 38 0 23 0 91 0 0T 0 15 0 79 0 109 0 28 0 13 0 20 0 84 0 46 0 10 0 46 0 23 0 5 0 10 0 25 0 102 0 152 0 84 0 173 0 69 0 155 0 122 0-9999 +USW00021504199306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199306ACMH 80 X 70 X 60 X 90 X 90 X 80 X 70 X 100 X 60 X 70 X 90 X 100 X 70 X 80 X 90 X 90 X 90 X 60 X 80 X 80 X 70 X 70 X 70 X 80 X 90 X 80 X 70 X 90 X 90 X 70 X-9999 +USW00021504199306ACSH 70 X 70 X 50 X 90 X 90 X 70 X 80 X 100 X 40 X 70 X 80 X 100 X 80 X 90 X 90 X 80 X 80 X 40 X 80 X 70 X 70 X 70 X 60 X 70 X 90 X 70 X 60 X 90 X 100 X 80 X-9999 +USW00021504199306AWND 35 X 32 X 31 X 31 X 29 X 33 X 34 X 30 X 31 X 33 X 31 X 31 X 29 X 30 X 32 X 34 X 39 X 36 X 38 X 33 X 34 X 34 X 34 X 34 X 31 X 36 X 34 X 28 X 24 X 18 X-9999 +USW00021504199306FMTM 1452 X 1552 X 1355 X 1752 X 1403 X 1251 X 1453 X 1621 X 1354 X 1553 X 1452 X 1852 X 1652 X 1355 X 1353 X 1452 X 1752 X 1353 X 1352 X 2051 X 1553 X 1824 X 1352 X 1651 X 1651 X 1450 X 1251 X 1650 X 1453 X 0851 X-9999 +USW00021504199306PGTM 1347 X 1144 X 1252 X 1744 X 1400 X 2158 X 1327 X 1632 X 1347 X 1311 X 1428 X 1728 X 1316 X 1228 X 1357 X 1439 X 1749 X 1757 X 1032 X 1327 X 1359 X 1114 X 1758 X 1229 X 1249 X 1443 X 1328 X 1642 X 1448 X 0837 X-9999 +USW00021504199306TSUN 222 X 171 X 591 X 163 X 187 X 435 X 505 X 102 X 531 X 426 X 292 X 92 X 524 X 145 X 186 X 246 X 420 X 668 X 369 X 270 X 387 X 493 X 608 X 428 X 200 X 293 X 642 X 130 X 97 X 224 X-9999 +USW00021504199306WDF1 60 X 50 X 40 X 90 X 90 X 70 X 100 X 70 X 20 X 10 X 90 X 290 X 40 X 90 X 50 X 110 X 90 X 40 X 40 X 50 X 50 X 60 X 40 X 40 X 90 X 20 X 20 X 250 X 350 X 110 X-9999 +USW00021504199306WDFG 90W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 45W X 90W X 45W X 90W X 90W X 45W X 45W X 360W X 45W X 90W X 45W X 45W X 90W X 360W X 360W X 270W X 360W X 90W X-9999 +USW00021504199306WSF1 63 X 67 X 58 X 54 X 67 X 67 X 58 X 72 X 58 X 63 X 63 X 54 X 40 X 45 X 63 X 72 X 72 X 63 X 67 X 58 X 63 X 58 X 63 X 67 X 58 X 67 X 63 X 40 X 45 X 36 X-9999 +USW00021504199306WSFG 82 X 103 X 77 X 93 X 103 X 98 X 87 X 98 X 82 X 87 X 98 X 67 X 67 X 82 X 82 X 108 X 87 X 82 X 98 X 77 X 87 X 98 X 93 X 93 X 93 X 82 X 82 X 72 X 51 X 62 X-9999 +USW00021504199306WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199307TMAX 283 0 267 0 272 0 283 0 283 0 283 0 283 0 278 0 267 0 272 0 294 0 283 0 294 0 283 0 294 0 294 0 289 0 272 0 289 0 283 0 267 0 272 0 289 0 294 0 283 0 289 0 267 0 267 0 283 0 278 0 261 0 +USW00021504199307TMIN 178 0 200 0 183 0 200 0 189 0 194 0 206 0 206 0 217 0 200 0 194 0 194 0 194 0 211 0 194 0 206 0 211 0 200 0 211 0 211 0 217 0 222 0 228 0 233 0 217 0 206 0 217 0 211 0 200 0 217 0 211 0 +USW00021504199307PRCP 18 0 150 0 142 0 41 0 8 0 46 0 33 0 10 0 104 0 0 0 0 0 112 0 28 0 48 0 5 0 79 0 69 0 348 0 823 0 79 0 109 0 785 0 368 0 135 0 104 0 165 0 323 0 135 0 76 0 160 0 180 0 +USW00021504199307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199307ACMH 70 X 80 X 70 X 80 X 60 X 60 X 90 X 80 X 100 X 90 X 90 X 70 X 80 X 80 X 40 X 80 X 80 X 100 X 90 X 90 X 100 X 100 X 90 X 90 X 90 X 80 X 100 X 100 X 80 X 90 X 100 X +USW00021504199307ACSH 80 X 90 X 60 X 80 X 50 X 70 X 90 X 70 X 100 X 100 X 90 X 80 X 100 X 90 X 50 X 80 X 80 X 100 X 90 X 90 X 100 X 100 X 90 X 90 X 80 X 60 X 100 X 100 X 70 X 90 X 100 X +USW00021504199307AWND 33 X 30 X 33 X 36 X 34 X 34 X 34 X 31 X 30 X 26 X 36 X 24 X 35 X 22 X 31 X 30 X 31 X 33 X 33 X 31 X 30 X 33 X 34 X 42 X 33 X 31 X 29 X 28 X 33 X 25 X 24 X +USW00021504199307FMTM 1251 X 1814 X 1909 X 2208 X 1252 X 1255 X 1752 X 1252 X 1456 X 1451 X 1454 X 1322 X 1351 X 0352 X 1453 X 1650 X 1355 X 1956 X 1552 X 1652 X 0735 X 0351 X 2144 X 0051 X 0554 X 1452 X 1252 X 1252 X 1452 X 1552 X 1943 X +USW00021504199307PGTM 1727 X 1639 X 1403 X 1512 X 1255 X 1204 X 0713 X 1122 X 1532 X 1553 X 1420 X 1322 X 1440 X 1531 X 1449 X 1407 X 1511 X 1134 X 1537 X 1529 X 1654 X 0413 X 2238 X 0047 X 0604 X 1616 X 1311 X 1243 X 1313 X 1223 X 1654 X +USW00021504199307TSUN 606 X 97 X 541 X 398 X 543 X 513 X 204 X 322 X 2 X 46 X 475 X 129 X 355 X 243 X 500 X 197 X 321 X 14 X 152 X 338 X 38 X 28 X 383 X 254 X 272 X 594 X 0 X 3 X 495 X 56 X 5 X +USW00021504199307WDF1 60 X 50 X 40 X 70 X 40 X 20 X 30 X 40 X 60 X 20 X 100 X 140 X 90 X 100 X 90 X 70 X 90 X 270 X 90 X 70 X 70 X 330 X 30 X 110 X 60 X 10 X 90 X 340 X 50 X 40 X 260 X +USW00021504199307WDFG 90W X 315W X 360W X 360W X 45W X 45W X 315W X 45W X 90W X 360W X 90W X 135W X 135W X 45W X 90W X 90W X 90W X 360W X 90W X 90W X 90W X 315W X 45W X 90W X 45W X 45W X 90W X 315W X 45W X 270W X 90W X +USW00021504199307WSF1 58 X 63 X 58 X 63 X 63 X 63 X 58 X 54 X 54 X 40 X 67 X 58 X 67 X 40 X 54 X 54 X 67 X 54 X 72 X 54 X 58 X 76 X 72 X 80 X 67 X 63 X 54 X 40 X 63 X 36 X 40 X +USW00021504199307WSFG 82 X 98 X 82 X 82 X 87 X 93 X 77 X 77 X 67 X 51 X 118 X 72 X 108 X 57 X 93 X 87 X 113 X 77 X 103 X 82 X 87 X 113 X 108 X 144 X 93 X 82 X 72 X 67 X 82 X 57 X 62 X +USW00021504199307WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199307WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199308TMAX 306 0 306 0 289 0 278 0 289 0 300 0 306 0 289 0 278 0 278 0 283 0 272 0 283 0 272 0 289 0 300 0 300 0 289 0 300 0 300 0 294 0 278 0 289 0 261 0 289 0 289 0 294 0 289 0 283 0 283 0 294 0 +USW00021504199308TMIN 206 0 222 0 233 0 206 0 217 0 200 0 217 0 217 0 206 0 211 0 217 0 211 0 222 0 222 0 206 0 239 0 200 0 217 0 206 0 206 0 211 0 206 0 211 0 211 0 206 0 194 0 194 0 228 0 194 0 183 0 211 0 +USW00021504199308PRCP 28 0 396 0 3 0 51 0 0 0 3 0 84 0 58 0 71 0 366 0 478 0 414 0 107 0 51 0 0T 0 13 0 0T 0 66 0 0 0 0 0 56 0 36 0 122 0 198 0 0T 0 0 0 28 0 13 0 18 0 0T 0 234 0 +USW00021504199308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199308ACMH 70 X 90 X 70 X 90 X 80 X 70 X 90 X 80 X 70 X 90 X 80 X 90 X 100 X 90 X 70 X 50 X 60 X 90 X 30 X 20 X 70 X 80 X 80 X 90 X 60 X 50 X 50 X 70 X 60 X 40 X 90 X +USW00021504199308ACSH 70 X 80 X 60 X 100 X 90 X 60 X 100 X 90 X 60 X 90 X 80 X 100 X 100 X 90 X 70 X 40 X 70 X 90 X 30 X 20 X 50 X 90 X 80 X 100 X 50 X 40 X 50 X 60 X 60 X 30 X 90 X +USW00021504199308AWND 26 X 31 X 38 X 30 X 28 X 29 X 29 X 34 X 38 X 34 X 30 X 30 X 30 X 31 X 55 X 69 X 41 X 26 X 34 X 34 X 40 X 33 X 33 X 26 X 32 X 29 X 36 X 29 X 30 X 32 X 29 X +USW00021504199308FMTM 1450 X 1555 X 1450 X 1351 X 1451 X 1353 X 1354 X 1452 X 1552 X 1253 X 1236 X 1252 X 2352 X 1515 X 1451 X 1351 X 1355 X 1254 X 1353 X 1551 X 1653 X 1652 X 1352 X 1650 X 1250 X 1353 X 1355 X 1452 X 1352 X 1052 X 1252 X +USW00021504199308PGTM 1442 X 1043 X 1430 X 1102 X 1521 X 1303 X 1353 X 1635 X 1321 X 1428 X 1234 X 1250 X 1211 X 1523 X 1522 X 1412 X 1451 X 1408 X 1523 X 1258 X 1509 X 1157 X 1511 X 0931 X 1233 X 1423 X 1457 X 0946 X 2009 X 0956 X 1213 X +USW00021504199308TSUN 629 X 370 X 578 X 116 X 351 X 570 X 528 X 215 X 428 X 274 X 184 X 4 X 37 X 60 X 401 X 664 X 311 X 54 X 555 X 626 X 525 X 177 X 356 X 3 X 493 X 523 X 411 X 119 X 331 X 582 X 329 X +USW00021504199308WDF1 110 X 80 X 60 X 60 X 80 X 60 X 80 X 20 X 40 X 50 X 70 X 90 X 100 X 60 X 350 X 360 X 360 X 60 X 100 X 40 X 20 X 20 X 60 X 90 X 70 X 50 X 100 X 50 X 10 X 30 X 40 X +USW00021504199308WDFG 90W X 90W X 45W X 45W X 90W X 90W X 90W X 45W X 45W X 90W X 90W X 90W X 90W X 45W X 360W X 360W X 360W X 360W X 135W X 90W X 90W X 45W X 45W X 90W X 90W X 45W X 135W X 90W X 90W X 360W X 45W X +USW00021504199308WSF1 45 X 54 X 67 X 58 X 54 X 58 X 58 X 67 X 67 X 72 X 63 X 54 X 54 X 67 X 80 X 112 X 76 X 45 X 67 X 54 X 63 X 54 X 63 X 54 X 72 X 63 X 76 X 54 X 54 X 63 X 63 X +USW00021504199308WSFG 77 X 77 X 82 X 87 X 67 X 93 X 72 X 93 X 103 X 103 X 113 X 72 X 72 X 93 X 123 X 154 X 108 X 62 X 103 X 82 X 77 X 72 X 72 X 72 X 82 X 72 X 93 X 72 X 72 X 72 X 72 X +USW00021504199308WT16 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00021504199309TMAX 278 0 283 0 289 0 289 0 294 0 306 0 306 0 294 0 283 0 289 0 283 0 300 0 289 0 289 0 294 0 289 0 289 0 278 0 289 0 272 0 294 0 306 0 306 0 294 0 300 0 300 0 306 0 311 0 311 0 289 0-9999 +USW00021504199309TMIN 217 0 211 0 211 0 211 0 200 0 211 0 211 0 194 0 194 0 178 0 200 0 200 0 206 0 206 0 200 0 211 0 206 0 222 0 222 0 217 0 211 0 211 0 206 0 217 0 222 0 211 0 200 0 211 0 211 0 211 0-9999 +USW00021504199309PRCP 33 0 0 0 5 0 0T 0 10 0 0 0 8 0 5 0 305 0 36 0 135 0 25 0 15 0 3 0 15 0 28 0 61 0 23 0 132 0 201 0 0 0 0 0 0T 0 107 0 0T 0 0 0 0 0 0T 0 56 0 66 0-9999 +USW00021504199309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199309ACMH 100 X 80 X 80 X 60 X 50 X 50 X 60 X 30 X 70 X 40 X 70 X 50 X 40 X 40 X 40 X 50 X 60 X 100 X 90 X 90 X 70 X 40 X 50 X 100 X 80 X 50 X 30 X 80 X 70 X 90 X-9999 +USW00021504199309ACSH 100 X 70 X 90 X 50 X 70 X 40 X 60 X 30 X 80 X 40 X 100 X 50 X 30 X 50 X 30 X 30 X 40 X 100 X 80 X 100 X 70 X 40 X 60 X 100 X 60 X 40 X 20 X 90 X 60 X 90 X-9999 +USW00021504199309AWND 34 X 28 X 31 X 30 X 31 X 31 X 30 X 39 X 32 X 37 X 21 X 30 X 31 X 30 X 34 X 31 X 33 X 22 X 38 X 29 X 26 X 28 X 30 X 30 X 29 X 28 X 32 X 21 X 25 X 31 X-9999 +USW00021504199309FMTM 1352 X 1250 X 1152 X 1351 X 1451 X 1250 X 1351 X 1151 X 1454 X 1452 X 1551 X 1352 X 1552 X 1354 X 1652 X 2352 X 1251 X 2352 X 1253 X 1251 X 1252 X 1052 X 1152 X 1056 X 1452 X 1352 X 1452 X 1652 X 1452 X 1252 X-9999 +USW00021504199309PGTM 1652 X 1243 X 1356 X 1517 X 1542 X 1314 X 1143 X 1611 X 1504 X 1527 X 1020 X 1343 X 1438 X 1108 X 1323 X 1229 X 1430 X 1226 X 1357 X 1248 X 1222 X 1131 X 1243 X 1056 X 1315 X 1238 X 1328 X 1657 X 1501 X 1548 X-9999 +USW00021504199309TSUN 63 X 315 X 243 X 351 X 350 X 457 X 549 X 655 X 244 X 538 X 29 X 459 X 615 X 552 X 624 X 664 X 470 X 0 X 368 X 80 X 210 X 471 X 424 X 47 X 419 X 523 X 600 X 66 X 341 X 248 X-9999 +USW00021504199309WDF1 350 X 60 X 20 X 40 X 110 X 90 X 50 X 30 X 60 X 40 X 50 X 90 X 60 X 60 X 10 X 320 X 40 X 250 X 40 X 350 X 110 X 90 X 100 X 110 X 90 X 100 X 90 X 90 X 100 X 60 X-9999 +USW00021504199309WDFG 360W X 45W X 90W X 360W X 90W X 90W X 45W X 360W X 45W X 45W X 360W X 90W X 45W X 45W X 45W X 45W X 90W X 360W X 360W X 360W X 90W X 90W X 90W X 90W X 90W X 90W X 135W X 90W X 90W X 45W X-9999 +USW00021504199309WSF1 63 X 54 X 54 X 54 X 63 X 58 X 58 X 63 X 58 X 63 X 36 X 63 X 54 X 54 X 63 X 54 X 63 X 40 X 63 X 67 X 54 X 67 X 63 X 67 X 54 X 63 X 63 X 54 X 54 X 54 X-9999 +USW00021504199309WSFG 82 X 77 X 67 X 62 X 72 X 87 X 82 X 87 X 82 X 77 X 57 X 82 X 87 X 77 X 72 X 77 X 77 X 62 X 82 X 93 X 93 X 93 X 93 X 103 X 82 X 82 X 98 X 67 X 93 X 72 X-9999 +USW00021504199309WT16 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00021504199310TMAX 294 0 300 0 294 0 300 0 306 0 294 0 300 0 289 0 283 0 300 0 283 0 278 0 278 0 278 0 283 0 256 0 278 0 283 0 283 0 294 0 289 0 289 0 250 0 300 0 267 0 244 0 250 0 272 0 278 0 289 0 272 0 +USW00021504199310TMIN 194 0 183 0 222 0 222 0 233 0 217 0 211 0 206 0 200 0 194 0 211 0 200 0 200 0 206 0 206 0 206 0 206 0 206 0 189 0 194 0 217 0 217 0 217 0 200 0 222 0 217 0 211 0 194 0 183 0 206 0 211 0 +USW00021504199310PRCP 0T 0 15 0 1234 0 0T 0 0 0 0 0 0 0 33 0 18 0 33 0 28 0 94 0 69 0 69 0 18 0 366 0 74 0 10 0 0 0 0T 0 41 0 231 0 620 0 0T 0 38 0 51 0 0T 0 0T 0 8 0 145 0 66 0 +USW00021504199310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199310ACMH 80 X 90 X 90 X 80 X 70 X 70 X 50 X 50 X 60 X 40 X 70 X 80 X 100 X 90 X 90 X 100 X 90 X 70 X 80 X 70 X 80 X 90 X 100 X 100 X 100 X 100 X 100 X 90 X 50 X 80 X 70 X +USW00021504199310ACSH 80 X 90 X 100 X 70 X 50 X 70 X 30 X 40 X 70 X 30 X 80 X 90 X 100 X 90 X 80 X 100 X 80 X 70 X 100 X 70 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 20 X 70 X 80 X +USW00021504199310AWND 31 X 33 X 28 X 29 X 30 X 30 X 30 X 33 X 30 X 36 X 40 X 32 X 37 X 30 X 31 X 27 X 36 X 40 X 25 X 29 X 33 X 32 X 31 X 31 X 30 X 45 X 30 X 47 X 42 X 34 X 30 X +USW00021504199310FMTM 1252 X 1452 X 1550 X 1453 X 1452 X 1150 X 1450 X 1251 X 1453 X 1351 X 1350 X 0853 X 1552 X 1054 X 0050 X 2053 X 1153 X 1052 X 1254 X 1152 X 1953 X 0554 X 2350 X 1452 X 1953 X 1152 X 2251 X 1354 X 1354 X 1452 X 1457 X +USW00021504199310PGTM 1613 X 1155 X 1542 X 1127 X 1430 X 1540 X 1537 X 1146 X 0706 X 1946 X 1723 X 0905 X 1205 X 1127 X 1408 X 2119 X 1554 X 1311 X 1300 X 1047 X 2114 X 0600 X 2343 X 1011 X 2009 X 1216 X 0930 X 1337 X 1350 X 1302 X 1603 X +USW00021504199310TSUN 323 X 276 X 91 X 244 X 497 X 460 X 479 X 374 X 372 X 618 X 298 X 32 X 172 X 68 X 146 X 0 X 173 X 270 X 16 X 325 X 269 X 65 X 0 X 45 X 0 X 6 X 0 X 154 X 633 X 186 X 68 X +USW00021504199310WDF1 100 X 100 X 120 X 100 X 120 X 110 X 80 X 40 X 10 X 50 X 30 X 350 X 360 X 30 X 250 X 340 X 10 X 360 X 50 X 20 X 40 X 20 X 200 X 120 X 140 X 360 X 300 X 340 X 350 X 100 X 110 X +USW00021504199310WDFG 90W X 90W X 135W X 135W X 135W X 135W X 90W X 90W X 180W X 45W X 360W X 360W X 360W X 360W X 45W X 360W X 360W X 315W X 45W X 45W X 45W X 45W X 225W X 180W X 135W X 360W X 360W X 315W X 315W X 90W X 90W X +USW00021504199310WSF1 63 X 67 X 45 X 63 X 72 X 54 X 67 X 67 X 54 X 58 X 67 X 76 X 67 X 63 X 54 X 58 X 67 X 67 X 45 X 54 X 54 X 58 X 58 X 58 X 58 X 112 X 40 X 76 X 76 X 63 X 58 X +USW00021504199310WSFG 72 X 93 X 87 X 87 X 87 X 72 X 82 X 103 X 82 X 77 X 87 X 82 X 87 X 108 X 72 X 98 X 108 X 98 X 62 X 67 X 77 X 72 X 72 X 93 X 82 X 139 X 62 X 113 X 103 X 103 X 82 X +USW00021504199310WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199310WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199310WT16 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199311TMAX 283 0 306 0 306 0 289 0 289 0 283 0 278 0 256 0 250 0 267 0 267 0 272 0 278 0 267 0 283 0 278 0 267 0 256 0 267 0 267 0 261 0 261 0 256 0 239 0 261 0 256 0 244 0 244 0 261 0 233 0-9999 +USW00021504199311TMIN 206 0 222 0 206 0 206 0 200 0 217 0 206 0 194 0 200 0 167 0 172 0 167 0 200 0 217 0 206 0 178 0 200 0 206 0 194 0 167 0 183 0 183 0 189 0 194 0 156 0 194 0 183 0 183 0 189 0 194 0-9999 +USW00021504199311PRCP 20 0 0T 0 23 0 41 0 3 0 25 0 0 0 366 0 112 0 5 0 15 0 3 0 36 0 368 0 206 0 345 0 74 0 127 0 33 0 18 0 8 0 76 0 122 0 5 0 5 0 107 0 224 0 99 0 107 0 157 0-9999 +USW00021504199311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199311ACMH 100 X 80 X 60 X 70 X 80 X 80 X 60 X 90 X 90 X 30 X 40 X 50 X 80 X 90 X 80 X 60 X 80 X 80 X 80 X 70 X 60 X 80 X 80 X 60 X 40 X 90 X 90 X 100 X 100 X 100 X-9999 +USW00021504199311ACSH 90 X 80 X 40 X 60 X 70 X 60 X 60 X 90 X 100 X 30 X 20 X 40 X 70 X 100 X 80 X 70 X 80 X 90 X 80 X 70 X 30 X 80 X 90 X 50 X 30 X 80 X 90 X 100 X 100 X 100 X-9999 +USW00021504199311AWND 30 X 23 X 24 X 22 X 31 X 38 X 36 X 38 X 46 X 38 X 31 X 31 X 34 X 37 X 32 X 29 X 32 X 37 X 30 X 33 X 35 X 30 X 51 X 69 X 50 X 46 X 33 X 26 X 26 X 25 X-9999 +USW00021504199311FMTM 1552 X 1250 X 1152 X 1452 X 1252 X 1252 X 1551 X 1352 X 1252 X 1452 X 1350 X 1951 X 1450 X 0452 X 1550 X 1553 X 1551 X 1351 X 1051 X 1353 X 1751 X 1452 X 1252 X 1153 X 1151 X 1253 X 1435 X 1445 X 1152 X 1254 X-9999 +USW00021504199311PGTM 1508 X 1255 X 1224 X 1214 X 1233 X 1328 X 1312 X 1327 X 0403 X 0918 X 1335 X 1340 X 1454 X 1709 X 1548 X 1603 X 1521 X 1242 X 0026 X 1351 X 1719 X 1449 X 1643 X 1226 X 1102 X 1358 X 1433 X 1032 X 0947 X 0209 X-9999 +USW00021504199311TSUN 134 X 156 X 450 X 236 X 184 X 40 X 269 X 34 X 2 X 501 X 495 X 475 X 155 X 0 X 49 X 423 X 114 X 16 X 187 X 64 X 492 X 193 X 228 X 287 X 558 X 33 X 75 X 41 X 7 X 0 X-9999 +USW00021504199311WDF1 150 X 100 X 80 X 30 X 100 X 60 X 40 X 30 X 340 X 20 X 20 X 320 X 360 X 360 X 50 X 20 X 60 X 50 X 70 X 60 X 350 X 10 X 10 X 340 X 360 X 10 X 330 X 40 X 300 X 260 X-9999 +USW00021504199311WDFG 90W X 90W X 90W X 360W X 90W X 90W X 360W X 45W X 45W X 360W X 360W X 360W X 360W X 360W X 45W X 45W X 45W X 90W X 45W X 45W X 360W X 360W X 315W X 315W X 315W X 360W X 315W X 270W X 225W X 225W X-9999 +USW00021504199311WSF1 63 X 54 X 58 X 45 X 76 X 67 X 63 X 67 X 67 X 63 X 58 X 45 X 58 X 58 X 54 X 63 X 63 X 72 X 58 X 67 X 54 X 76 X 80 X 103 X 98 X 67 X 67 X 54 X 40 X 40 X-9999 +USW00021504199311WSFG 93 X 82 X 82 X 93 X 98 X 103 X 87 X 103 X 103 X 103 X 72 X 72 X 72 X 77 X 82 X 87 X 82 X 108 X 118 X 82 X 72 X 93 X 129 X 149 X 139 X 103 X 93 X 87 X 62 X 72 X-9999 +USW00021504199311WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00021504199311WT16 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199312TMAX 272 0 272 0 261 0 256 0 261 0 256 0 250 0 261 0 272 0 250 0 239 0 250 0 239 0 261 0 256 0 228 0 278 0 256 0 261 0 239 0 272 0 283 0 239 0 250 0 261 0 272 0 261 0 283 0 272 0 261 0 267 0 +USW00021504199312TMIN 194 0 200 0 189 0 194 0 194 0 194 0 178 0 178 0 178 0 194 0 178 0 194 0 189 0 167 0 189 0 189 0 178 0 178 0 189 0 189 0 161 0 189 0 172 0 161 0 167 0 189 0 172 0 172 0 167 0 172 0 183 0 +USW00021504199312PRCP 30 0 142 0 300 0 152 0 81 0 51 0 122 0 109 0 0T 0 0T 0 155 0 25 0 122 0 33 0 175 0 574 0 1303 0 312 0 226 0 109 0 25 0 5 0 18 0 10 0 10 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00021504199312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199312ACMH 90 X 90 X 100 X 90 X 90 X 80 X 80 X 90 X 80 X 100 X 100 X 80 X 90 X 80 X 90 X 100 X 60 X 90 X 80 X 90 X 60 X 70 X 90 X 70 X 80 X 90 X 80 X 50 X 30 X 80 X 70 X +USW00021504199312ACSH 90 X 90 X 100 X 90 X 90 X 100 X 80 X 90 X 70 X 90 X 100 X 90 X 90 X 90 X 90 X 100 X 70 X 100 X 70 X 90 X 50 X 60 X 100 X 60 X 60 X 80 X 80 X 50 X 40 X 80 X 80 X +USW00021504199312AWND 27 X 34 X 33 X 32 X 43 X 45 X 33 X 28 X 38 X 39 X 30 X 30 X 30 X 27 X 34 X 25 X 34 X 28 X 46 X 30 X 29 X 29 X 30 X 28 X 30 X 27 X 32 X 29 X 34 X 27 X 29 X +USW00021504199312FMTM 2352 X 1651 X 1720 X 2053 X 1252 X 1454 X 1250 X 1352 X 1952 X 1352 X 0551 X 1551 X 1553 X 0952 X 1352 X 2353 X 0312 X 0553 X 1152 X 1452 X 1356 X 1552 X 1151 X 1552 X 1352 X 1452 X 1252 X 1552 X 1453 X 1352 X 1351 X +USW00021504199312PGTM 1035 X 2125 X 1335 X 1212 X 1528 X 1532 X 1246 X 1254 X 2351 X 0426 X 1650 X 1430 X 1538 X 0953 X 1211 X 2327 X 0312 X 1514 X 0739 X 1528 X 1438 X 1625 X 1146 X 0959 X 1332 X 1436 X 1144 X 1501 X 1402 X 1356 X 1224 X +USW00021504199312TSUN 52 X 69 X 159 X 26 X 74 X 71 X 176 X 54 X 138 X 6 X 62 X 84 X 6 X 76 X 97 X 0 X 200 X 0 X 133 X 2 X 278 X 257 X 0 X 227 X 376 X 99 X 64 X 245 X 465 X 86 X 103 X +USW00021504199312WDF1 240 X 50 X 130 X 30 X 30 X 70 X 40 X 50 X 40 X 40 X 170 X 70 X 60 X 270 X 70 X 350 X 40 X 50 X 60 X 80 X 90 X 90 X 40 X 40 X 120 X 90 X 120 X 120 X 100 X 100 X 30 X +USW00021504199312WDFG 180W X 45W X 90W X 90W X 90W X 45W X 45W X 90W X 360W X 45W X 135W X 45W X 45W X 270W X 360W X 315W X 45W X 360W X 45W X 90W X 90W X 135W X 45W X 90W X 135W X 90W X 135W X 90W X 135W X 90W X 90W X +USW00021504199312WSF1 40 X 63 X 63 X 63 X 72 X 76 X 63 X 40 X 63 X 58 X 45 X 54 X 45 X 54 X 63 X 45 X 103 X 54 X 67 X 45 X 63 X 63 X 58 X 40 X 63 X 54 X 63 X 54 X 67 X 67 X 45 X +USW00021504199312WSFG 77 X 108 X 118 X 134 X 118 X 103 X 103 X 72 X 113 X 98 X 77 X 67 X 62 X 62 X 77 X 67 X 123 X 108 X 103 X 77 X 87 X 98 X 103 X 87 X 93 X 72 X 82 X 72 X 113 X 77 X 67 X +USW00021504199312WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199312WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00021504199312WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00021504199401TMAX 267 0 261 0 239 0 256 0 272 0 250 0 272 0 272 0 278 0 272 0 272 0 272 0 267 0 283 0 272 0 272 0 228 0 228 0 222 0 211 0 228 0 239 0 244 0 206 0 250 0 239 0 250 0 250 0 256 0 250 0 250 0 +USW00021504199401TMIN 172 0 156 0 183 0 183 0 172 0 161 0 172 0 156 0 161 0 178 0 172 0 189 0 161 0 161 0 172 0 172 0 178 0 183 0 178 0 161 0 183 0 183 0 167 0 167 0 189 0 194 0 167 0 150 0 144 0 144 0 139 0 +USW00021504199401PRCP 0 0 53 0 33 0 10 0 15 0 13 0 13 0 0 0 0T 0 8 0 5 0 13 0 3 0 0 0 0 0 188 0 396 0 104 0 193 0 770 0 8 0 38 0 160 0 221 0 216 0 168 0 13 0 0 0 0 0 0 0 0 0 +USW00021504199401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199401ACMH 40 X 60 X 90 X 70 X 50 X 70 X 60 X 40 X 30 X 50 X 70 X 60 X 30 X 20 X 50 X 60 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 50 X 40 X 60 X 30 X 20 X +USW00021504199401ACSH 20 X 70 X 80 X 60 X 40 X 90 X 70 X 30 X 20 X 50 X 60 X 40 X 30 X 0 X 60 X 40 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 50 X 50 X 70 X 30 X 30 X +USW00021504199401AWND 27 X 46 X 34 X 21 X 26 X 37 X 30 X 30 X 31 X 30 X 31 X 29 X 29 X 36 X 33 X 36 X 35 X 40 X 40 X 35 X 35 X 41 X 34 X 25 X 34 X 27 X 33 X 45 X 26 X 32 X 31 X +USW00021504199401FMTM 1251 X 1554 X 0753 X 1152 X 1252 X 1725 X 1452 X 1352 X 1552 X 1351 X 1250 X 1350 X 1652 X 1352 X 1452 X 1552 X 2155 X 1052 X 1651 X 2051 X 0951 X 0753 X 0452 X 2352 X 1053 X 1352 X 2254 X 1252 X 1450 X 1352 X 1252 X +USW00021504199401PGTM 1238 X 1617 X 0111 X 1138 X 1302 X 1715 X 1512 X 1355 X 1456 X 1257 X 1642 X 1507 X 1314 X 1442 X 1133 X 1424 X 1908 X 2016 X 1537 X 1525 X 0226 X 0759 X 1627 X 0005 X 1108 X 1208 X 2230 X 0021 X 1454 X 1349 X 1250 X +USW00021504199401TSUN 506 X 476 X 98 X 208 X 382 X 123 X 261 X 427 X 468 X 453 X 269 X 316 X 351 X 543 X 211 X 402 X 52 X 75 X 45 X 0 X 0 X 15 X 10 X 0 X 183 X 181 X 379 X 535 X 235 X 461 X 542 X +USW00021504199401WDF1 40 X 360 X 350 X 80 X 80 X 360 X 120 X 100 X 120 X 90 X 120 X 40 X 40 X 110 X 350 X 360 X 20 X 350 X 310 X 300 X 50 X 60 X 240 X 240 X 30 X 340 X 340 X 10 X 110 X 40 X 20 X +USW00021504199401WDFG 45W X 360W X 315W X 90W X 90W X 360W X 135W X 90W X 135W X 90W X 225W X 360W X 45W X 90W X 135W X 360W X 360W X 360W X 315W X 360W X 45W X 45W X 135W X 225W X 45W X 45W X 315W X 360W X 90W X 45W X 360W X +USW00021504199401WSF1 45 X 80 X 58 X 40 X 45 X 80 X 58 X 67 X 58 X 63 X 54 X 58 X 40 X 76 X 67 X 67 X 58 X 63 X 63 X 58 X 58 X 67 X 58 X 54 X 67 X 40 X 63 X 80 X 63 X 63 X 54 X +USW00021504199401WSFG 67 X 123 X 87 X 72 X 67 X 108 X 82 X 98 X 87 X 82 X 67 X 62 X 72 X 103 X 113 X 98 X 77 X 82 X 93 X 93 X 82 X 82 X 72 X 72 X 93 X 67 X 108 X 108 X 77 X 67 X 87 X +USW00021504199401WT14-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199401WT16-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00021504199402TMAX 256 0 256 0 256 0 239 0 250 0 244 0 239 0 228 0 233 0 272 0 272 0 228 0 261 0 233 0 256 0 244 0 228 0 256 0 267 0 267 0 267 0 267 0 267 0 261 0 250 0 272 0 283 0 272 0-9999 -9999 -9999 +USW00021504199402TMIN 161 0 167 0 172 0 178 0 183 0 178 0 161 0 178 0 189 0 178 0 194 0 194 0 194 0 200 0 194 0 200 0 200 0 194 0 194 0 172 0 156 0 161 0 172 0 183 0 200 0 194 0 172 0 178 0-9999 -9999 -9999 +USW00021504199402PRCP 0T 0 5 0 132 0 358 0 305 0 13 0 71 0 513 0 533 0 173 0 970 0 544 0 69 0 48 0 33 0 99 0 1918 0 188 0 25 0 64 0 0T 0 0 0 122 0 8 0 208 0 84 0 0 0 0T 0-9999 -9999 -9999 +USW00021504199402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199402ACMH 40 X 70 X 80 X 100 X 100 X 90 X 80 X 100 X 90 X 80 X 90 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 90 X 60 X 40 X 30 X 50 X 90 X 100 X 60 X 10 X 60 X-9999 -9999 -9999 +USW00021504199402ACSH 40 X 80 X 90 X 100 X 100 X 90 X 80 X 100 X 100 X 80 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 40 X 40 X 40 X 80 X 90 X 50 X 20 X 50 X-9999 -9999 -9999 +USW00021504199402AWND 33 X 30 X 30 X 31 X 32 X 46 X 31 X 25 X 24 X 30 X 29 X 21 X 30 X 24 X 21 X 23 X 23 X 18 X 25 X 29 X 29 X 32 X 34 X 32 X 30 X 31 X 31 X 24 X-9999 -9999 -9999 +USW00021504199402FMTM 1355 X 1451 X 2325 X 1932 X 1251 X 1051 X 1351 X 2034 X 1152 X 2015 X 2150 X 0836 X 1354 X 1454 X 1351 X 1452 X 0651 X 1251 X 1541 X 1550 X 1252 X 0952 X 1452 X 1551 X 0647 X 1351 X 1451 X 1051 X-9999 -9999 -9999 +USW00021504199402PGTM 1324 X 1443 X 2323 X 2003 X 1043 X 1841 X 1543 X 0358 X 1506 X 2014 X 0005 X 0857 X 1253 X 1456 X 1214 X 1443 X 2240 X 1412 X 1155 X 1629 X 1246 X 1314 X 1157 X 1509 X 0735 X 0212 X 1202 X 1628 X-9999 -9999 -9999 +USW00021504199402TSUN 340 X 309 X 234 X 213 X 86 X 139 X 208 X 60 X 66 X 300 X 283 X 0 X 190 X 11 X 10 X 0 X 0 X 39 X 212 X 197 X 404 X 378 X 496 X 290 X 19 X 484 X 535 X 526 X-9999 -9999 -9999 +USW00021504199402WDF1 40 X 70 X 40 X 360 X 60 X 60 X 70 X 250 X 200 X 70 X 230 X 200 X 100 X 360 X 360 X 150 X 120 X 130 X 90 X 350 X 350 X 350 X 20 X 10 X 270 X 10 X 120 X 30 X-9999 -9999 -9999 +USW00021504199402WDFG 45W X 90W X 360W X 315W X 270W X 45W X 90W X 225W X 135W X 90W X 180W X 225W X 90W X 360W X 360W X 135W X 225W X 180W X 45W X 360W X 360W X 360W X 45W X 360W X 270W X 270W X 90W X 45W X-9999 -9999 -9999 +USW00021504199402WSF1 63 X 58 X 58 X 63 X 76 X 72 X 58 X 45 X 40 X 72 X 63 X 45 X 58 X 54 X 45 X 45 X 45 X 40 X 36 X 67 X 58 X 63 X 63 X 54 X 54 X 58 X 63 X 45 X-9999 -9999 -9999 +USW00021504199402WSFG 77 X 98 X 82 X 87 X 98 X 98 X 98 X 67 X 57 X 82 X 87 X 62 X 77 X 62 X 72 X 72 X 62 X 62 X 57 X 87 X 67 X 82 X 87 X 77 X 72 X 67 X 77 X 57 X-9999 -9999 -9999 +USW00021504199402WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199402WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00021504199403TMAX 283 0 278 0 272 0 283 0 294 0 283 0 283 0 289 0 272 0 283 0 278 0 244 0 261 0 239 0 233 0 250 0 250 0 256 0 256 0 261 0 239 0 228 0 211 0 233 0 228 0 250 0 256 0 228 0 261 0 272 0 267 0 +USW00021504199403TMIN 189 0 178 0 167 0 172 0 172 0 183 0 178 0 178 0 178 0 194 0 183 0 200 0 200 0 183 0 183 0 178 0 183 0 183 0 189 0 183 0 189 0 178 0 183 0 183 0 167 0 189 0 178 0 172 0 172 0 172 0 200 0 +USW00021504199403PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 8 0 15 0 0T 0 173 0 0T 0 81 0 94 0 69 0 36 0 86 0 102 0 137 0 152 0 516 0 432 0 1778 0 561 0 86 0 18 0 305 0 0T 0 33 0 13 0 +USW00021504199403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199403ACMH 50 X 20 X 10 X 40 X 60 X 50 X 30 X 30 X 60 X 80 X 60 X 100 X 90 X 90 X 90 X 100 X 100 X 90 X 80 X 90 X 100 X 100 X 100 X 100 X 80 X 90 X 80 X 100 X 80 X 60 X 80 X +USW00021504199403ACSH 50 X 40 X 20 X 40 X 60 X 40 X 40 X 30 X 70 X 70 X 40 X 100 X 90 X 90 X 90 X 100 X 100 X 100 X 80 X 80 X 100 X 100 X 100 X 100 X 90 X 90 X 80 X 100 X 70 X 60 X 70 X +USW00021504199403AWND 21 X 34 X 34 X 38 X 38 X 29 X 30 X 30 X 32 X 32 X 46 X 70 X 65 X 59 X 55 X 51 X 43 X 48 X 37 X 31 X 36 X 29 X 22 X 30 X 46 X 42 X 31 X 26 X 28 X 29 X 30 X +USW00021504199403FMTM 1453 X 1252 X 1152 X 1552 X 1752 X 1352 X 1252 X 1652 X 1254 X 1451 X 1852 X 1052 X 1954 X 0852 X 2252 X 0732 X 0853 X 1056 X 0953 X 1355 X 1253 X 1050 X 1752 X 1252 X 1255 X 1452 X 1750 X 1731 X 1252 X 1352 X 1250 X +USW00021504199403PGTM 1243 X 1448 X 1112 X 1324 X 1759 X 1400 X 1258 X 1404 X 1241 X 1340 X 1738 X 0958 X 1858 X 0844 X 1314 X 0732 X 1004 X 0744 X 0513 X 1243 X 0201 X 1356 X 1704 X 1246 X 1243 X 1922 X 1319 X 1732 X 1123 X 1220 X 1430 X +USW00021504199403TSUN 461 X 580 X 658 X 548 X 457 X 541 X 488 X 527 X 263 X 496 X 580 X 267 X 375 X 430 X 316 X 361 X 288 X 329 X 405 X 394 X 186 X 0 X 0 X 101 X 224 X 202 X 377 X 155 X 348 X 410 X 371 X +USW00021504199403WDF1 230 X 70 X 120 X 120 X 350 X 20 X 80 X 50 X 120 X 100 X 360 X 10 X 50 X 20 X 40 X 60 X 70 X 60 X 50 X 90 X 280 X 250 X 100 X 90 X 360 X 360 X 360 X 300 X 90 X 40 X 30 X +USW00021504199403WDFG 90W X 135W X 135W X 135W X 360W X 45W X 90W X 135W X 90W X 90W X 360W X 360W X 45W X 360W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 45W X 90W X 90W X 360W X 315W X 45W X 270W X 90W X 45W X 45W X +USW00021504199403WSF1 40 X 72 X 63 X 72 X 94 X 54 X 58 X 54 X 63 X 63 X 76 X 89 X 80 X 98 X 67 X 94 X 67 X 80 X 63 X 63 X 58 X 58 X 54 X 63 X 80 X 54 X 54 X 40 X 40 X 54 X 58 X +USW00021504199403WSFG 72 X 87 X 82 X 134 X 113 X 67 X 87 X 82 X 98 X 93 X 108 X 123 X 113 X 118 X 98 X 129 X 103 X 113 X 82 X 87 X 82 X 72 X 98 X 93 X 118 X 72 X 67 X 46 X 62 X 67 X 62 X +USW00021504199403WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00021504199403WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199404TMAX 272 0 272 0 283 0 272 0 261 0 272 0 261 0 244 0 250 0 267 0 267 0 233 0 250 0 261 0 261 0 272 0 272 0 267 0 250 0 267 0 278 0 278 0 283 0 278 0 267 0 278 0 278 0 278 0 272 0 272 0-9999 +USW00021504199404TMIN 172 0 189 0 172 0 189 0 178 0 189 0 194 0 189 0 194 0 194 0 200 0 194 0 189 0 167 0 178 0 178 0 178 0 194 0 200 0 200 0 200 0 206 0 217 0 211 0 194 0 217 0 200 0 211 0 206 0 189 0-9999 +USW00021504199404PRCP 0T 0 33 0 3 0 305 0 8 0 102 0 91 0 163 0 406 0 61 0 86 0 112 0 8 0 0T 0 15 0 0 0 48 0 81 0 43 0 122 0 119 0 18 0 10 0 23 0 25 0 28 0 69 0 48 0 66 0 89 0-9999 +USW00021504199404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199404ACMH 30 X 60 X 50 X 70 X 70 X 90 X 70 X 90 X 100 X 90 X 90 X 100 X 80 X 40 X 70 X 50 X 70 X 70 X 90 X 80 X 90 X 80 X 80 X 80 X 90 X 70 X 80 X 80 X 100 X 90 X-9999 +USW00021504199404ACSH 30 X 60 X 50 X 70 X 70 X 80 X 80 X 100 X 100 X 90 X 90 X 100 X 80 X 30 X 60 X 40 X 60 X 50 X 90 X 80 X 80 X 70 X 70 X 70 X 90 X 60 X 80 X 80 X 90 X 90 X-9999 +USW00021504199404AWND 29 X 34 X 35 X 29 X 34 X 35 X 34 X 25 X 29 X 35 X 40 X 48 X 39 X 38 X 51 X 43 X 34 X 42 X 40 X 42 X 33 X 31 X 38 X 30 X 32 X 32 X 33 X 27 X 29 X 26 X-9999 +USW00021504199404FMTM 1352 X 1350 X 1353 X 1025 X 1250 X 1152 X 1452 X 0244 X 1752 X 1352 X 1452 X 1852 X 1054 X 1453 X 1552 X 1551 X 1353 X 1452 X 1953 X 1053 X 1355 X 1554 X 1052 X 1842 X 1252 X 1250 X 1351 X 1250 X 1351 X 1151 X-9999 +USW00021504199404PGTM 1525 X 1353 X 1428 X 1024 X 1324 X 1141 X 1513 X 1557 X 1846 X 2203 X 1559 X 1455 X 1034 X 1155 X 1602 X 1533 X 1345 X 1827 X 0939 X 1057 X 1517 X 1438 X 1154 X 1123 X 1803 X 1142 X 1830 X 1122 X 1528 X 1151 X-9999 +USW00021504199404TSUN 612 X 544 X 446 X 384 X 177 X 479 X 413 X 0 X 0 X 443 X 326 X 0 X 83 X 571 X 411 X 573 X 307 X 363 X 35 X 34 X 141 X 272 X 94 X 271 X 11 X 208 X 493 X 267 X 40 X 36 X-9999 +USW00021504199404WDF1 50 X 120 X 80 X 60 X 80 X 80 X 60 X 90 X 260 X 50 X 10 X 60 X 30 X 20 X 360 X 20 X 20 X 20 X 20 X 50 X 40 X 50 X 110 X 90 X 80 X 100 X 30 X 30 X 60 X 60 X-9999 +USW00021504199404WDFG 90W X 135W X 90W X 45W X 90W X 90W X 45W X 90W X 270W X 45W X 360W X 45W X 45W X 45W X 360W X 360W X 45W X 45W X 45W X 45W X 45W X 90W X 135W X 45W X 90W X 90W X 45W X 45W X 45W X 45W X-9999 +USW00021504199404WSF1 54 X 67 X 67 X 63 X 63 X 63 X 63 X 45 X 54 X 54 X 63 X 76 X 72 X 63 X 76 X 67 X 63 X 72 X 63 X 76 X 67 X 54 X 76 X 67 X 58 X 67 X 58 X 58 X 63 X 63 X-9999 +USW00021504199404WSFG 72 X 82 X 77 X 82 X 72 X 77 X 72 X 62 X 51 X 67 X 77 X 103 X 98 X 103 X 108 X 93 X 82 X 93 X 87 X 103 X 82 X 82 X 123 X 82 X 82 X 93 X 77 X 77 X 93 X 98 X-9999 +USW00021504199404WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199404WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199405TMAX 272 0 261 0 278 0 278 0 283 0 283 0 278 0 278 0 283 0 289 0 283 0 283 0 278 0 278 0 283 0 278 0 278 0 278 0 283 0 278 0 283 0 278 0 261 0 283 0 272 0 278 0 278 0 283 0 272 0 272 0 283 0 +USW00021504199405TMIN 189 0 194 0 189 0 200 0 194 0 200 0 194 0 200 0 178 0 194 0 189 0 200 0 206 0 200 0 206 0 206 0 206 0 200 0 183 0 194 0 206 0 206 0 206 0 206 0 206 0 200 0 189 0 194 0 189 0 200 0 206 0 +USW00021504199405PRCP 104 0 41 0 43 0 41 0 5 0 0T 0 38 0 30 0 0 0 0 0 20 0 69 0 48 0 191 0 117 0 46 0 41 0 64 0 25 0 79 0 122 0 20 0 137 0 30 0 127 0 124 0 102 0 76 0 64 0 20 0 0T 0 +USW00021504199405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199405ACMH 80 X 90 X 70 X 80 X 60 X 60 X 80 X 90 X 40 X 60 X 60 X 90 X 100 X 80 X 80 X 90 X 80 X 80 X 80 X 90 X 100 X 100 X 100 X 80 X 90 X 80 X 70 X 80 X 90 X 90 X 80 X +USW00021504199405ACSH 100 X 100 X 60 X 90 X 60 X 60 X 90 X 90 X 30 X 50 X 70 X 90 X 90 X 70 X 70 X 90 X 80 X 90 X 80 X 100 X 100 X 100 X 100 X 80 X 100 X 90 X 70 X 60 X 90 X 90 X 80 X +USW00021504199405AWND 29 X 29 X 31 X 30 X 35 X 32 X 31 X 32 X 29 X 32 X 26 X 28 X 28 X 25 X 19 X 17 X 21 X 21 X 23 X 17 X 18 X 21 X 18 X 22 X 24 X 30 X 26 X 19 X 21 X 26 X 22 X +USW00021504199405FMTM 1055 X 1251 X 1351 X 1351 X 1552 X 1452 X 1552 X 1455 X 1452 X 1251 X 1651 X 1918 X 1052 X 1751 X 1651 X 1452 X 1252 X 1552 X 1451 X 1256 X 1452 X 1453 X 0752 X 1152 X 1253 X 1945 X 0952 X 0852 X 1254 X 1652 X 0953 X +USW00021504199405PGTM 1056 X 1248 X 1041 X 1317 X 1342 X 1415 X 1505 X 1447 X 1459 X 1305 X 0945 X 1923 X 1419 X 1534 X 1613 X 1110 X 1348 X 1430 X 0906 X 1504 X 1142 X 1207 X 2040 X 1203 X 1133 X 1945 X 0310 X 1912 X 1012 X 1429 X 1036 X +USW00021504199405TSUN 17 X 0 X 287 X 33 X 300 X 205 X 142 X 10 X 450 X 365 X 207 X 78 X 20 X 260 X 325 X 42 X 73 X 389 X 94 X 7 X 78 X 3 X 0 X 239 X 71 X 297 X 272 X 307 X 18 X 49 X 256 X +USW00021504199405WDF1 90 X 60 X 10 X 80 X 90 X 100 X 70 X 110 X 100 X 100 X 40 X 100 X 50 X 50 X 100 X 40 X 30 X 40 X 30 X 60 X 110 X 90 X 240 X 40 X 40 X 60 X 40 X 70 X 80 X 90 X 20 X +USW00021504199405WDFG 90W X 90W X 45W X 90W X 45W X 135W X 90W X 135W X 90W X 90W X 90W X 135W X 45W X 45W X 90W X 45W X 90W X 45W X 90W X 90W X 90W X 90W X 135W X 45W X 45W X 90W X 225W X 315W X 90W X 90W X 45W X +USW00021504199405WSF1 76 X 63 X 54 X 63 X 67 X 58 X 63 X 54 X 67 X 63 X 36 X 54 X 54 X 40 X 36 X 36 X 36 X 40 X 54 X 40 X 45 X 40 X 36 X 54 X 67 X 76 X 58 X 36 X 54 X 58 X 54 X +USW00021504199405WSFG 98 X 87 X 77 X 98 X 82 X 82 X 103 X 77 X 87 X 82 X 62 X 77 X 77 X 62 X 82 X 72 X 67 X 62 X 77 X 67 X 67 X 67 X 72 X 87 X 87 X 113 X 87 X 62 X 93 X 87 X 72 X +USW00021504199405WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199405WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199406TMAX 283 0 283 0 278 0 278 0 278 0 278 0 283 0 283 0 283 0 283 0 283 0 283 0 278 0 256 0 278 0 289 0 289 0 283 0 272 0 283 0 283 0 283 0 289 0 283 0 300 0 283 0 283 0 289 0 289 0 283 0-9999 +USW00021504199406TMIN 206 0 206 0 206 0 206 0 217 0 222 0 217 0 211 0 194 0 194 0 189 0 178 0 189 0 200 0 200 0 189 0 194 0 222 0 217 0 200 0 206 0 206 0 206 0 200 0 233 0 222 0 222 0 217 0 222 0 217 0-9999 +USW00021504199406PRCP 0T 0 0 0 51 0 91 0 180 0 152 0 8 0 38 0 3 0 20 0 13 0 79 0 163 0 196 0 64 0 18 0 8 0 277 0 599 0 23 0 112 0 155 0 79 0 145 0 61 0 310 0 107 0 61 0 127 0 239 0-9999 +USW00021504199406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199406ACMH 90 X 80 X 90 X 90 X 90 X 100 X 90 X 80 X 80 X 60 X 50 X 60 X 70 X 90 X 80 X 50 X 70 X 90 X 100 X 60 X 80 X 60 X 70 X 80 X 80 X 100 X 90 X 80 X 80 X 90 X-9999 +USW00021504199406ACSH 90 X 70 X 90 X 90 X 80 X 100 X 90 X 80 X 90 X 60 X 40 X 60 X 60 X 100 X 90 X 50 X 70 X 80 X 100 X 50 X 80 X 70 X 60 X 80 X 70 X 100 X 90 X 60 X 80 X 80 X-9999 +USW00021504199406AWND 22 X 16 X 23 X 21 X 22 X 17 X 22 X 28 X 24 X 20 X 21 X 17 X 21 X 19 X 20 X 21 X 25 X 34 X 31 X 26 X 24 X 21 X 25 X 21 X 24 X 25 X 30 X 26 X 31 X 28 X-9999 +USW00021504199406FMTM 0851 X 1151 X 1352 X 1551 X 1252 X 1124 X 1355 X 1253 X 1252 X 0755 X 0955 X 0809 X 1354 X 1052 X 1250 X 1652 X 1254 X 1122 X 1851 X 1951 X 1152 X 1353 X 2154 X 1851 X 1353 X 1052 X 1357 X 1550 X 1154 X 1252 X-9999 +USW00021504199406PGTM 1214 X 1439 X 1347 X 1615 X 1012 X 1126 X 1412 X 1258 X 1017 X 1113 X 1503 X 1034 X 1634 X 1548 X 1207 X 1628 X 1257 X 1119 X 1026 X 1857 X 1807 X 1115 X 2232 X 1432 X 1426 X 1025 X 1238 X 1639 X 1420 X 1332 X-9999 +USW00021504199406TSUN 182 X 396 X 78 X 114 X 217 X 0 X 0 X 176 X 213 X 345 X 577 X 346 X 382 X 0 X 25 X 402 X 347 X 170 X 0 X 444 X 164 X 203 X 429 X 294 X 370 X 0 X 88 X 373 X 59 X 152 X-9999 +USW00021504199406WDF1 70 X 60 X 60 X 80 X 80 X 100 X 90 X 40 X 40 X 240 X 20 X 250 X 110 X 260 X 10 X 30 X 100 X 60 X 320 X 10 X 340 X 350 X 250 X 10 X 110 X 80 X 40 X 40 X 60 X 70 X-9999 +USW00021504199406WDFG 90W X 45W X 45W X 90W X 45W X 90W X 90W X 45W X 135W X 360W X 90W X 45W X 45W X 90W X 135W X 45W X 90W X 90W X 45W X 45W X 45W X 270W X 270W X 45W X 90W X 90W X 45W X 45W X 45W X 90W X-9999 +USW00021504199406WSF1 58 X 45 X 54 X 58 X 54 X 63 X 58 X 63 X 58 X 36 X 36 X 36 X 54 X 40 X 36 X 36 X 63 X 67 X 54 X 45 X 45 X 36 X 40 X 40 X 54 X 63 X 54 X 45 X 67 X 45 X-9999 +USW00021504199406WSFG 77 X 62 X 72 X 77 X 77 X 87 X 93 X 77 X 77 X 77 X 57 X 72 X 77 X 77 X 82 X 98 X 72 X 87 X 87 X 72 X 87 X 67 X 67 X 72 X 113 X 82 X 72 X 62 X 93 X 82 X-9999 +USW00021504199406WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199406WT16 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199407TMAX 289 0 294 0 289 0 289 0 283 0 294 0 294 0 289 0 300 0 294 0 294 0 300 0 294 0 289 0 272 0 289 0 300 0 300 0 294 0 289 0 256 0 283 0 300 0 306 0 294 0 294 0 300 0 294 0 300 0 317 0 294 0 +USW00021504199407TMIN 217 0 206 0 211 0 211 0 222 0 206 0 217 0 222 0 206 0 206 0 217 0 217 0 206 0 217 0 233 0 228 0 233 0 239 0 222 0 222 0 222 0 217 0 228 0 244 0 228 0 222 0 206 0 211 0 222 0 217 0 217 0 +USW00021504199407PRCP 234 0 23 0 53 0 0T 0 254 0 74 0 10 0 0 0 5 0 0T 0 3 0 0 0 0 0 178 0 353 0 25 0 351 0 66 0 36 0 89 0 396 0 48 0 290 0 97 0 130 0 51 0 3 0 48 0 30 0 23 0 107 0 +USW00021504199407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199407ACMH 90 X 80 X 90 X 80 X 90 X 70 X 90 X 80 X 70 X 50 X 80 X 70 X 50 X 100 X 100 X 90 X 90 X 90 X 80 X 90 X 100 X 100 X 90 X 90 X 90 X 70 X 40 X 60 X 60 X 60 X 80 X +USW00021504199407ACSH 80 X 70 X 80 X 90 X 90 X 60 X 90 X 90 X 70 X 50 X 70 X 80 X 40 X 100 X 100 X 90 X 90 X 90 X 70 X 90 X 100 X 100 X 80 X 80 X 90 X 70 X 40 X 60 X 40 X 60 X 70 X +USW00021504199407AWND 24 X 32 X 26 X 30 X 32 X 25 X 26 X 22 X 25 X 24 X 25 X 25 X 22 X 28 X 21 X 23 X 24 X 24 X 26 X 22 X 17 X 21 X 28 X 31 X 32 X 28 X 31 X 34 X 31 X 32 X 27 X +USW00021504199407FMTM 1451 X 1355 X 0952 X 1050 X 1450 X 1353 X 1450 X 1250 X 1615 X 1155 X 1201 X 1252 X 1652 X 1409 X 1237 X 1251 X 2252 X 1255 X 1852 X 1450 X 1621 X 1950 X 1250 X 1050 X 1152 X 1217 X 1152 X 1354 X 1550 X 1650 X 0916 X +USW00021504199407PGTM 1535 X 1524 X 1023 X 1043 X 0804 X 1348 X 1601 X 1142 X 1457 X 1303 X 1204 X 1232 X 1043 X 1441 X 1139 X 1246 X 1436 X 1318 X 1531 X 1338 X 1226 X 1317 X 1232 X 1203 X 1223 X 1103 X 1218 X 1410 X 0010 X 1353 X 0917 X +USW00021504199407TSUN 236 X 67 X 46 X 46 X 43 X 247 X 6 X 187 X 291 X 571 X 171 X 156 X 550 X 21 X 0 X 84 X 78 X 67 X 245 X 15 X 0 X 0 X 154 X 102 X 25 X 294 X 220 X 220 X 438 X 245 X 198 X +USW00021504199407WDF1 50 X 60 X 70 X 60 X 60 X 50 X 60 X 50 X 120 X 40 X 80 X 50 X 20 X 100 X 100 X 50 X 100 X 50 X 350 X 50 X 240 X 260 X 40 X 80 X 70 X 80 X 80 X 60 X 70 X 40 X 40 X +USW00021504199407WDFG 45W X 90W X 90W X 45W X 45W X 45W X 90W X 45W X 90W X 45W X 90W X 90W X 360W X 90W X 90W X 45W X 90W X 45W X 45W X 45W X 180W X 135W X 45W X 90W X 45W X 90W X 90W X 90W X 225W X 135W X 45W X +USW00021504199407WSF1 40 X 67 X 54 X 63 X 54 X 54 X 58 X 54 X 58 X 54 X 67 X 58 X 45 X 76 X 58 X 54 X 54 X 58 X 63 X 40 X 31 X 36 X 58 X 67 X 58 X 58 X 63 X 58 X 54 X 58 X 54 X +USW00021504199407WSFG 62 X 82 X 77 X 87 X 77 X 77 X 77 X 72 X 108 X 67 X 82 X 77 X 77 X 113 X 77 X 67 X 77 X 82 X 93 X 72 X 62 X 72 X 87 X 93 X 82 X 72 X 87 X 72 X 72 X 77 X 67 X +USW00021504199407WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199407WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199407WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199408TMAX 300 0 300 0 283 0 300 0 306 0 294 0 306 0 294 0 300 0 300 0 294 0 261 0 311 0 300 0 300 0 300 0 300 0 300 0 300 0 306 0 300 0 300 0 283 0 294 0 294 0 294 0 294 0 294 0 294 0 300 0 306 0 +USW00021504199408TMIN 217 0 222 0 228 0 222 0 211 0 222 0 211 0 206 0 228 0 211 0 233 0 233 0 211 0 222 0 211 0 228 0 211 0 233 0 228 0 222 0 217 0 233 0 233 0 228 0 211 0 200 0 228 0 206 0 206 0 211 0 233 0 +USW00021504199408PRCP 3 0 30 0 320 0 86 0 135 0 36 0 38 0 8 0 0T 0 30 0 216 0 1041 0 0T 0 5 0 64 0 66 0 58 0 201 0 130 0 25 0 13 0 56 0 325 0 13 0 81 0 13 0 18 0 66 0 0T 0 170 0 457 0 +USW00021504199408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199408ACMH 60 X 80 X 100 X 60 X 80 X 80 X 80 X 70 X 80 X 80 X 100 X 100 X 70 X 70 X 70 X 70 X 60 X 90 X 70 X 70 X 80 X 100 X 100 X 90 X 70 X 60 X 90 X 80 X 30 X 60 X 80 X +USW00021504199408ACSH 60 X 70 X 100 X 40 X 90 X 90 X 90 X 70 X 80 X 90 X 100 X 100 X 80 X 60 X 70 X 60 X 50 X 80 X 50 X 70 X 80 X 90 X 100 X 80 X 80 X 60 X 90 X 80 X 20 X 60 X 90 X +USW00021504199408AWND 33 X 31 X 29 X 30 X 27 X 25 X 26 X 33 X 29 X 28 X 28 X 26 X 27 X 31 X 28 X 25 X 28 X 25 X 22 X 25 X 21 X 25 X 32 X 31 X 33 X 36 X 32 X 32 X 24 X 28 X 36 X +USW00021504199408FMTM 1252 X 1651 X 1618 X 1552 X 1015 X 1053 X 1310 X 1353 X 0550 X 1253 X 1605 X 1034 X 1153 X 1253 X 1550 X 1052 X 1853 X 2036 X 1552 X 1653 X 1452 X 1552 X 1552 X 1250 X 1652 X 1251 X 1652 X 1152 X 1753 X 1353 X 1353 X +USW00021504199408PGTM 1215 X 1458 X 1411 X 1337 X 1017 X 1003 X 1103 X 1230 X 0103 X 1337 X 1911 X 0707 X 1124 X 1347 X 1529 X 1337 X 0002 X 1533 X 1530 X 1529 X 1117 X 1347 X 1138 X 1250 X 1249 X 1320 X 1138 X 1158 X 1325 X 1410 X 1322 X +USW00021504199408TSUN 351 X 218 X 0 X 372 X 65 X 72 X 86 X 239 X 103 X 108 X 49 X 0 X 145 X 256 X 108 X 121 X 439 X 114 X 436 X 336 X 80 X 59 X 0 X 147 X 108 X 94 X 210 X 161 X 538 X 364 X 102 X +USW00021504199408WDF1 60 X 50 X 100 X 50 X 80 X 280 X 60 X 30 X 330 X 100 X 110 X 100 X 120 X 80 X 60 X 90 X 10 X 140 X 50 X 110 X 30 X 30 X 90 X 50 X 60 X 50 X 40 X 360 X 20 X 360 X 100 X +USW00021504199408WDFG 90W X 90W X 90W X 45W X 90W X 135W X 90W X 45W X 45W X 45W X 135W X 90W X 135W X 90W X 45W X 90W X 90W X 45W X 45W X 90W X 315W X 45W X 90W X 45W X 45W X 45W X 45W X 360W X 360W X 360W X 90W X +USW00021504199408WSF1 76 X 54 X 58 X 54 X 72 X 54 X 67 X 58 X 54 X 40 X 54 X 58 X 58 X 58 X 67 X 40 X 58 X 40 X 54 X 45 X 36 X 40 X 67 X 72 X 54 X 63 X 54 X 54 X 40 X 58 X 63 X +USW00021504199408WSFG 98 X 82 X 82 X 77 X 93 X 82 X 103 X 72 X 67 X 98 X 82 X 87 X 113 X 77 X 87 X 72 X 98 X 82 X 82 X 93 X 87 X 67 X 123 X 87 X 82 X 87 X 77 X 72 X 57 X 72 X 98 X +USW00021504199408WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504199408WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00021504199408WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199409TMAX 300 0 300 0 294 0 294 0 300 0 278 0 294 0 306 0 272 0 294 0 300 0 311 0 300 0 300 0 300 0 300 0 283 0 283 0 256 0 300 0 289 0 294 0 294 0 289 0 294 0 294 0 300 0 300 0 300 0 306 0-9999 +USW00021504199409TMIN 239 0 239 0 239 0 239 0 217 0 217 0 217 0 211 0 217 0 222 0 222 0 217 0 222 0 217 0 222 0 217 0 228 0 228 0 228 0 228 0 206 0 194 0 211 0 206 0 194 0 217 0 194 0 217 0 200 0 217 0-9999 +USW00021504199409PRCP 290 0 165 0 135 0 3 0 8 0 130 0 28 0 3 0 64 0 196 0 122 0 56 0 351 0 66 0 5 0 69 0 693 0 518 0 2202 0 109 0 5 0 74 0 25 0 0 0 53 0 0 0 114 0 3 0 0 0 58 0-9999 +USW00021504199409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199409ACMH 90 X 90 X 90 X 80 X 80 X 100 X 90 X 80 X 90 X 90 X 60 X 70 X 60 X 80 X 50 X 70 X 100 X 100 X 100 X 90 X 60 X 60 X 70 X 50 X 80 X 50 X 80 X 80 X 80 X 70 X-9999 +USW00021504199409ACSH 90 X 90 X 90 X 80 X 100 X 100 X 100 X 90 X 100 X 90 X 60 X 80 X 60 X 80 X 40 X 70 X 100 X 100 X 100 X 90 X 80 X 50 X 70 X 70 X 100 X 40 X 90 X 80 X 90 X 80 X-9999 +USW00021504199409AWND 31 X 32 X 31 X 33 X 30 X 28 X 32 X 26 X 27 X 27 X 35 X 35 X 26 X 30 X 31 X 37 X 33 X 25 X 32 X 32 X 29 X 30 X 31 X 25 X 30 X 33 X 33 X 30 X 31 X 30 X-9999 +USW00021504199409FMTM 1254 X 1553 X 1252 X 0952 X 1354 X 2354 X 1251 X 1253 X 0953 X 2050 X 1915 X 1354 X 0452 X 1452 X 1452 X 1352 X 1211 X 1152 X 0153 X 1250 X 1155 X 0926 X 1451 X 1452 X 1753 X 1255 X 1352 X 1554 X 1253 X 1051 X-9999 +USW00021504199409PGTM 1357 X 1549 X 1344 X 1048 X 1449 X 1905 X 1311 X 1248 X 0955 X 1940 X 1651 X 1426 X 1418 X 1417 X 1248 X 1458 X 1212 X 1126 X 0248 X 1403 X 1201 X 1440 X 1508 X 1435 X 1802 X 1233 X 1445 X 1257 X 1241 X 1318 X-9999 +USW00021504199409TSUN 97 X 46 X 45 X 48 X 377 X 0 X 130 X 77 X 0 X 24 X 369 X 151 X 295 X 108 X 379 X 239 X 0 X 0 X 0 X 110 X 88 X 471 X 211 X 264 X 15 X 544 X 41 X 135 X 52 X 190 X-9999 +USW00021504199409WDF1 30 X 90 X 110 X 110 X 80 X 230 X 10 X 10 X 280 X 270 X 360 X 110 X 250 X 60 X 40 X 50 X 70 X 120 X 250 X 100 X 50 X 60 X 30 X 20 X 80 X 40 X 50 X 120 X 100 X 40 X-9999 +USW00021504199409WDFG 90W X 90W X 135W X 135W X 90W X 225W X 45W X 45W X 270W X 135W X 360W X 90W X 45W X 90W X 90W X 45W X 90W X 135W X 270W X 90W X 45W X 45W X 45W X 360W X 90W X 45W X 90W X 90W X 90W X 90W X-9999 +USW00021504199409WSF1 54 X 67 X 76 X 67 X 45 X 45 X 54 X 63 X 40 X 45 X 58 X 58 X 54 X 54 X 63 X 63 X 54 X 54 X 54 X 72 X 45 X 63 X 40 X 40 X 63 X 54 X 54 X 63 X 58 X 58 X-9999 +USW00021504199409WSFG 77 X 103 X 113 X 87 X 67 X 72 X 87 X 72 X 51 X 67 X 77 X 103 X 72 X 98 X 82 X 77 X 82 X 98 X 103 X 98 X 98 X 93 X 67 X 72 X 77 X 77 X 72 X 82 X 77 X 82 X-9999 +USW00021504199409WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199409WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199409WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0-9999 +USW00021504199410TMAX 306 0 300 0 306 0 294 0 300 0 294 0 300 0 300 0 294 0 300 0 306 0 289 0 300 0 311 0 300 0 300 0 289 0 294 0 283 0 300 0 300 0 289 0 283 0 300 0 289 0 289 0 272 0 289 0 294 0 294 0 289 0 +USW00021504199410TMIN 228 0 228 0 200 0 211 0 206 0 194 0 194 0 211 0 211 0 222 0 206 0 206 0 211 0 211 0 206 0 217 0 211 0 194 0 206 0 206 0 200 0 222 0 200 0 200 0 200 0 200 0 222 0 211 0 194 0 206 0 228 0 +USW00021504199410PRCP 41 0 0 0 0 0 8 0 0T 0 5 0 0 0 0T 0 3 0 18 0 130 0 180 0 213 0 104 0 36 0 274 0 71 0 259 0 64 0 18 0 61 0 157 0 5 0 69 0 0T 0 112 0 229 0 10 0 0T 0 58 0 94 0 +USW00021504199410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199410ACMH 80 X 40 X 50 X 60 X 50 X 60 X 40 X 60 X 50 X 60 X 50 X 80 X 60 X 70 X 60 X 100 X 80 X 70 X 70 X 90 X 90 X 90 X 60 X 60 X 50 X 80 X 90 X 70 X 70 X 80 X 70 X +USW00021504199410ACSH 80 X 40 X 70 X 70 X 40 X 80 X 40 X 50 X 50 X 40 X 40 X 80 X 40 X 60 X 50 X 90 X 90 X 90 X 80 X 90 X 90 X 90 X 60 X 40 X 30 X 80 X 90 X 70 X 90 X 90 X 60 X +USW00021504199410AWND 36 X 29 X 31 X 31 X 31 X 30 X 30 X 31 X 30 X 33 X 31 X 31 X 31 X 29 X 34 X 33 X 24 X 32 X 30 X 34 X 35 X 29 X 25 X 34 X 31 X 32 X 27 X 24 X 29 X 29 X 31 X +USW00021504199410FMTM 1353 X 1252 X 1252 X 0953 X 1552 X 1252 X 1152 X 1951 X 1053 X 1353 X 1252 X 1252 X 2221 X 1053 X 1452 X 0952 X 0946 X 1420 X 1451 X 0951 X 1353 X 1350 X 1555 X 1252 X 1152 X 1155 X 1352 X 1754 X 1451 X 1151 X 1552 X +USW00021504199410PGTM 1611 X 1429 X 1336 X 0948 X 1430 X 1207 X 1224 X 1303 X 1257 X 1428 X 1218 X 1118 X 1430 X 1052 X 1414 X 2004 X 1031 X 1428 X 1517 X 1131 X 1414 X 1704 X 1613 X 1208 X 1533 X 1504 X 1504 X 1530 X 1507 X 1601 X 1320 X +USW00021504199410TSUN 163 X 374 X 74 X 304 X 426 X 8 X 319 X 464 X 347 X 242 X 336 X 2 X 175 X 212 X 446 X 23 X 28 X 84 X 64 X 45 X 236 X 29 X 67 X 365 X 442 X 206 X 25 X 172 X 163 X 43 X 70 X +USW00021504199410WDF1 120 X 110 X 110 X 100 X 60 X 50 X 30 X 340 X 350 X 60 X 50 X 100 X 250 X 50 X 100 X 240 X 80 X 70 X 50 X 250 X 100 X 80 X 40 X 80 X 20 X 30 X 60 X 240 X 110 X 120 X 110 X +USW00021504199410WDFG 135W X 135W X 90W X 90W X 90W X 45W X 45W X 45W X 360W X 45W X 45W X 90W X 90W X 45W X 135W X 270W X 90W X 90W X 45W X 90W X 90W X 225W X 45W X 360W X 90W X 45W X 90W X 225W X 135W X 135W X 135W X +USW00021504199410WSF1 76 X 58 X 58 X 67 X 54 X 63 X 63 X 58 X 45 X 67 X 58 X 63 X 54 X 58 X 63 X 58 X 63 X 76 X 63 X 63 X 67 X 54 X 45 X 63 X 58 X 58 X 54 X 40 X 67 X 58 X 76 X +USW00021504199410WSFG 87 X 72 X 87 X 87 X 77 X 93 X 77 X 72 X 72 X 77 X 77 X 82 X 82 X 93 X 93 X 72 X 77 X 113 X 87 X 77 X 93 X 98 X 62 X 87 X 77 X 87 X 67 X 82 X 108 X 98 X 103 X +USW00021504199410WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199410WT16 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199411TMAX 294 0 278 0 294 0 250 0 289 0 283 0 261 0 283 0 267 0 278 0 250 0 261 0 278 0 278 0 250 0 250 0 283 0 278 0 272 0 278 0 261 0 256 0 261 0 267 0 267 0 267 0 278 0 267 0 261 0 272 0-9999 +USW00021504199411TMIN 222 0 228 0 217 0 211 0 217 0 211 0 206 0 206 0 206 0 211 0 206 0 211 0 211 0 211 0 211 0 222 0 206 0 206 0 211 0 194 0 189 0 189 0 194 0 200 0 194 0 194 0 194 0 189 0 217 0 206 0-9999 +USW00021504199411PRCP 58 0 168 0 46 0 498 0 323 0 284 0 264 0 132 0 396 0 394 0 239 0 478 0 224 0 508 0 1626 0 503 0 419 0 251 0 99 0 51 0 122 0 104 0 74 0 168 0 439 0 165 0 36 0 447 0 343 0 264 0-9999 +USW00021504199411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199411ACMH 60 X 90 X 70 X 100 X 80 X 90 X 90 X 70 X 90 X 90 X 100 X 100 X 90 X 90 X 100 X 100 X 100 X 90 X 90 X 80 X 80 X 90 X 90 X 90 X 90 X 90 X 80 X 100 X 90 X 80 X-9999 +USW00021504199411ACSH 30 X 100 X 60 X 100 X 60 X 90 X 100 X 60 X 90 X 90 X 100 X 100 X 90 X 80 X 100 X 100 X 100 X 80 X 90 X 70 X 100 X 100 X 90 X 90 X 90 X 90 X 80 X 90 X 100 X 70 X-9999 +USW00021504199411AWND 33 X 28 X 25 X 31 X 29 X 34 X 28 X 27 X 26 X 34 X 22 X 25 X 22 X 25 X 26 X 33 X 29 X 30 X 27 X 27 X 24 X 25 X 24 X 29 X 28 X 33 X 27 X 25 X 30 X 27 X-9999 +USW00021504199411FMTM 1552 X 0940 X 1454 X 1950 X 1154 X 1355 X 1352 X 1820 X 1353 X 1241 X 1542 X 1454 X 1153 X 1951 X 1510 X 1651 X 1152 X 1433 X 1253 X 1154 X 1222 X 2350 X 1554 X 1352 X 1354 X 1052 X 1352 X 2010 X 1205 X 1354 X-9999 +USW00021504199411PGTM 1500 X 1011 X 1045 X 1349 X 1156 X 1518 X 1403 X 1223 X 1742 X 1237 X 1523 X 1455 X 2322 X 1949 X 1508 X 1800 X 1133 X 1444 X 1253 X 0408 X 1225 X 1202 X 1513 X 1303 X 1417 X 1011 X 1143 X 2013 X 1127 X 2300 X-9999 +USW00021504199411TSUN 477 X 5 X 84 X 0 X 194 X 0 X 0 X 110 X 32 X 47 X 0 X 0 X 27 X 80 X 0 X 0 X 5 X 62 X 20 X 235 X 69 X 67 X 171 X 165 X 21 X 18 X 211 X 66 X 42 X 313 X-9999 +USW00021504199411WDF1 110 X 100 X 80 X 70 X 30 X 60 X 100 X 80 X 70 X 50 X 80 X 80 X 80 X 240 X 100 X 80 X 90 X 60 X 80 X 120 X 30 X 150 X 60 X 60 X 110 X 100 X 40 X 70 X 60 X 40 X-9999 +USW00021504199411WDFG 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 135W X 45W X 90W X 90W X 270W X 225W X 90W X 90W X 90W X 180W X 90W X 270W X 45W X 225W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 270W X-9999 +USW00021504199411WSF1 67 X 67 X 58 X 67 X 54 X 63 X 63 X 63 X 45 X 89 X 45 X 58 X 45 X 58 X 72 X 63 X 63 X 58 X 72 X 54 X 67 X 45 X 45 X 58 X 54 X 76 X 54 X 54 X 76 X 54 X-9999 +USW00021504199411WSFG 93 X 93 X 82 X 98 X 62 X 93 X 87 X 82 X 87 X 103 X 72 X 77 X 72 X 77 X 139 X 108 X 103 X 98 X 108 X 93 X 82 X 72 X 87 X 103 X 87 X 103 X 77 X 87 X 98 X 82 X-9999 +USW00021504199411WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00021504199411WT10-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199411WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199412TMAX 272 0 261 0 278 0 283 0 272 0 256 0 233 0 250 0 261 0 267 0 267 0 278 0 267 0 267 0 267 0 267 0 272 0 278 0 272 0 272 0 272 0 283 0 278 0 289 0 289 0 267 0 272 0 267 0 261 0 267 0 272 0 +USW00021504199412TMIN 200 0 189 0 189 0 167 0 189 0 189 0 200 0 194 0 189 0 194 0 189 0 183 0 189 0 183 0 194 0 189 0 172 0 172 0 183 0 167 0 194 0 189 0 178 0 183 0 189 0 183 0 183 0 167 0 194 0 183 0 183 0 +USW00021504199412PRCP 107 0 41 0 30 0 38 0 71 0 124 0 320 0 127 0 142 0 196 0 84 0 0T 0 0T 0 64 0 132 0 69 0 3 0 13 0 3 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 51 0 10 0 8 0 48 0 0 0 0 0 +USW00021504199412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199412ACMH 50 X 60 X 70 X 60 X 80 X 100 X 100 X 90 X 90 X 70 X 80 X 80 X 70 X 70 X 90 X 70 X 60 X 60 X 60 X 70 X 90 X 70 X 50 X 20 X 40 X 70 X 50 X 70 X 90 X 70 X 70 X +USW00021504199412ACSH 40 X 50 X 90 X 60 X 100 X 100 X 100 X 100 X 80 X 50 X 70 X 70 X 50 X 50 X 70 X 60 X 70 X 40 X 50 X 80 X 90 X 60 X 40 X 10 X 40 X 70 X 40 X 70 X 100 X 50 X 60 X +USW00021504199412AWND 26 X 25 X 31 X 24 X 24 X 25 X 26 X 27 X 29 X 31 X 32 X 32 X 33 X 31 X 31 X 26 X 27 X 33 X 34 X 32 X 31 X 32 X 31 X 38 X 35 X 27 X 26 X 31 X 23 X 31 X 23 X +USW00021504199412FMTM 1452 X 1142 X 1251 X 1352 X 1750 X 1852 X 2353 X 2353 X 1331 X 0352 X 1951 X 1651 X 1052 X 1250 X 1353 X 0750 X 1151 X 1353 X 1455 X 1253 X 1353 X 0152 X 1652 X 1152 X 1452 X 2252 X 1451 X 1752 X 1752 X 1452 X 1353 X +USW00021504199412PGTM 0210 X 1131 X 0132 X 1357 X 1528 X 1739 X 1250 X 1530 X 1524 X 1538 X 1514 X 1420 X 1228 X 1228 X 1207 X 1234 X 1211 X 1518 X 1424 X 1255 X 1411 X 0155 X 1224 X 1336 X 1436 X 2229 X 1251 X 1830 X 1028 X 1325 X 1238 X +USW00021504199412TSUN 463 X 387 X 197 X 343 X 97 X 25 X 5 X 57 X 230 X 377 X 167 X 284 X 248 X 285 X 187 X 228 X 178 X 386 X 509 X 139 X 150 X 283 X 426 X 550 X 390 X 246 X 415 X 289 X 136 X 325 X 328 X +USW00021504199412WDF1 30 X 10 X 50 X 90 X 260 X 270 X 100 X 100 X 50 X 60 X 40 X 40 X 60 X 70 X 60 X 240 X 70 X 140 X 40 X 110 X 130 X 250 X 160 X 160 X 90 X 240 X 100 X 10 X 30 X 20 X 150 X +USW00021504199412WDFG 45W X 45W X 360W X 90W X 135W X 225W X 135W X 45W X 45W X 90W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 135W X 225W X 135W X 135W X 90W X 135W X 45W X 315W X 90W X 90W X 135W X +USW00021504199412WSF1 40 X 54 X 54 X 58 X 40 X 45 X 54 X 54 X 45 X 63 X 45 X 63 X 63 X 67 X 63 X 45 X 40 X 45 X 58 X 76 X 63 X 72 X 54 X 67 X 76 X 40 X 40 X 54 X 36 X 58 X 40 X +USW00021504199412WSFG 82 X 72 X 82 X 82 X 77 X 67 X 72 X 82 X 103 X 103 X 98 X 87 X 77 X 82 X 82 X 77 X 77 X 82 X 77 X 108 X 87 X 82 X 72 X 93 X 98 X 72 X 72 X 93 X 93 X 77 X 72 X +USW00021504199412WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199412WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504199501TMAX 261 0 272 0 272 0 283 0 272 0 267 0 261 0 267 0 261 0 283 0 267 0 294 0 244 0 244 0 267 0 256 0 261 0 267 0 267 0 283 0 278 0 278 0 283 0 267 0 294 0 294 0 300 0 294 0 306 0 294 0 261 0 +USW00021504199501TMIN 183 0 167 0 172 0 167 0 167 0 178 0 156 0 161 0 156 0 122 0 133 0 161 0 194 0 200 0 194 0 200 0 194 0 178 0 172 0 172 0 178 0 183 0 206 0 206 0 183 0 178 0 178 0 172 0 172 0 194 0 194 0 +USW00021504199501PRCP 0 0 0 0 0 0 0 0 28 0 3 0 0 0 0 0 0 0 0 0 0 0 20 0 345 0 391 0 152 0 173 0 33 0 3 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00021504199501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199501ACMH 50 X 40 X 20 X 70 X 40 X 70 X 60 X 60 X 10 X 10 X 30 X 60 X 100 X 100 X 90 X 90 X 70 X 50 X 50 X 50 X 60 X 80 X 90 X 100 X 40 X 50 X 0 X 0 X 10 X 50 X 90 X +USW00021504199501ACSH 20 X 20 X 20 X 70 X 20 X 40 X 50 X 30 X 10 X 30 X 40 X 70 X 100 X 100 X 80 X 90 X 50 X 60 X 40 X 50 X 70 X 80 X 90 X 100 X 20 X 40 X 0 X 0 X 30 X 70 X 100 X +USW00021504199501AWND 25 X 27 X 31 X 23 X 51 X 37 X 28 X 29 X 26 X 22 X 27 X 45 X 28 X 34 X 32 X 28 X 26 X 25 X 26 X 30 X 26 X 26 X 26 X 23 X 32 X 29 X 32 X 31 X 32 X 24 X 20 X +USW00021504199501FMTM 1251 X 1152 X 1352 X 1452 X 2050 X 0051 X 1152 X 1252 X 1353 X 1551 X 1352 X 1553 X 2355 X 1151 X 1151 X 0924 X 1151 X 1451 X 1152 X 1453 X 1452 X 1351 X 1452 X 1352 X 1356 X 1455 X 1457 X 1352 X 1551 X 2355 X 2355 X +USW00021504199501PGTM 1102 X 1243 X 1547 X 1435 X 2100 X 0044 X 1258 X 1212 X 1401 X 1451 X 1317 X 1603 X 0104 X 2202 X 1618 X 1350 X 1314 X 1122 X 1323 X 1507 X 1338 X 1404 X 1450 X 1438 X 1525 X 1508 X 1252 X 1234 X 1200 X 2351 X 0113 X +USW00021504199501TSUN 608 X 492 X 451 X 189 X 600 X 451 X 428 X 480 X 564 X 444 X 447 X 419 X 153 X 0 X 153 X 153 X 509 X 316 X 466 X 303 X 257 X 259 X 176 X 63 X 595 X 466 X 633 X 642 X 572 X 160 X 10 X +USW00021504199501WDF1 360 X 120 X 90 X 100 X 360 X 330 X 20 X 50 X 20 X 120 X 30 X 350 X 340 X 80 X 80 X 100 X 10 X 40 X 70 X 110 X 100 X 120 X 70 X 110 X 140 X 140 X 340 X 360 X 350 X 350 X 350 X +USW00021504199501WDFG 45W X 90W X 135W X 90W X 360W X 315W X 45W X 45W X 45W X 90W X 45W X 360W X 360W X 45W X 45W X 90W X 360W X 45W X 45W X 135W X 135W X 135W X 90W X 135W X 135W X 135W X 360W X 360W X 360W X 360W X 225W X +USW00021504199501WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199501WSF1 40 X 54 X 58 X 54 X 94 X 72 X 58 X 54 X 40 X 58 X 45 X 103 X 54 X 54 X 63 X 63 X 45 X 40 X 54 X 63 X 58 X 45 X 45 X 45 X 67 X 54 X 67 X 45 X 58 X 45 X 45 X +USW00021504199501WSFG 67 X 77 X 93 X 93 X 139 X 103 X 77 X 98 X 57 X 87 X 67 X 129 X 82 X 93 X 108 X 134 X 62 X 67 X 77 X 87 X 87 X 72 X 77 X 77 X 123 X 108 X 82 X 72 X 72 X 62 X 62 X +USW00021504199501WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504199502TMAX 272 0 294 0 283 0 267 0 278 0 278 0 250 0 228 0 267 0 300 0 250 0 250 0 289 0 306 0 239 0 272 0 317 0 294 0 294 0 289 0 300 0 300 0 300 0 278 0 289 0 272 0 272 0 311 0-9999 -9999 -9999 +USW00021504199502TMIN 167 0 178 0 167 0 172 0 183 0 167 0 183 0 183 0 150 0 161 0 150 0 133 0 122 0 167 0 206 0 183 0 189 0 178 0 178 0 178 0 189 0 183 0 183 0 200 0 172 0 194 0 172 0 183 0-9999 -9999 -9999 +USW00021504199502PRCP 0 0 0 0 0 0 23 0 86 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 23 0 109 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 117 0 38 0 0 0 0 0-9999 -9999 -9999 +USW00021504199502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199502ACMH 50 X 40 X 30 X 70 X 70 X 30 X 60 X 100 X 50 X 40 X 0 X 30 X 0 X 50 X 100 X 70 X 40 X 40 X 20 X 40 X 50 X 40 X 40 X 50 X 50 X 60 X 50 X 30 X-9999 -9999 -9999 +USW00021504199502ACSH 50 X 40 X 20 X 80 X 80 X 30 X 60 X 100 X 40 X 40 X 0 X 30 X 10 X 40 X 100 X 90 X 50 X 60 X 30 X 50 X 40 X 40 X 30 X 40 X 40 X 60 X 40 X 10 X-9999 -9999 -9999 +USW00021504199502AWND 30 X 34 X 27 X 33 X 26 X 56 X 51 X 30 X 29 X 48 X 68 X 30 X 38 X 35 X 26 X 29 X 40 X 26 X 25 X 27 X 29 X 33 X 29 X 26 X 36 X 33 X 31 X 38 X-9999 -9999 -9999 +USW00021504199502FMTM 1457 X 1252 X 1152 X 1152 X 1755 X 1751 X 1253 X 0953 X 1250 X 1752 X 1653 X 1152 X 1654 X 1353 X 0250 X 0250 X 1456 X 1255 X 1054 X 1655 X 1356 X 1351 X 1355 X 1452 X 1151 X 1553 X 1550 X 1750 X-9999 -9999 -9999 +USW00021504199502PGTM 1339 X 1406 X 1145 X 1237 X 1334 X 1830 X 1558 X 0955 X 1347 X 1912 X 1532 X 1209 X 1310 X 1418 X 0017 X 1908 X 1629 X 1301 X 1220 X 1327 X 1256 X 1243 X 1205 X 1223 X 1239 X 1145 X 1149 X 1719 X-9999 -9999 -9999 +USW00021504199502TSUN 411 X 337 X 513 X 305 X 326 X 603 X 358 X 26 X 364 X 463 X 621 X 527 X 569 X 467 X 17 X 276 X 584 X 535 X 439 X 495 X 459 X 449 X 494 X 397 X 398 X 491 X 473 X 605 X-9999 -9999 -9999 +USW00021504199502WDF1 360 X 100 X 50 X 350 X 120 X 350 X 360 X 360 X 100 X 360 X 360 X 60 X 110 X 350 X 350 X 250 X 120 X 60 X 360 X 90 X 20 X 140 X 80 X 40 X 90 X 20 X 110 X 350 X-9999 -9999 -9999 +USW00021504199502WDFG 360W X 90W X 45W X 360W X 135W X 360W X 360W X 360W X 135W X 360W X 360W X 45W X 135W X 45W X 360W X 90W X 135W X 90W X 45W X 135W X 45W X 135W X 90W X 45W X 45W X 360W X 135W X 360W X-9999 -9999 -9999 +USW00021504199502WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199502WSF1 67 X 72 X 54 X 63 X 45 X 130 X 76 X 54 X 58 X 98 X 112 X 58 X 63 X 72 X 58 X 58 X 76 X 58 X 45 X 54 X 58 X 67 X 54 X 54 X 72 X 63 X 58 X 98 X-9999 -9999 -9999 +USW00021504199502WSFG 87 X 103 X 72 X 108 X 108 X 195 X 118 X 72 X 98 X 159 X 170 X 77 X 118 X 108 X 98 X 77 X 134 X 77 X 72 X 103 X 77 X 108 X 77 X 77 X 93 X 82 X 87 X 139 X-9999 -9999 -9999 +USW00021504199502WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504199503TMAX 278 0 289 0 300 0 278 0 294 0 283 0 283 0 283 0 256 0 272 0 289 0 317 0 267 0 278 0 289 0 278 0 294 0 294 0 294 0 283 0 278 0 267 0 267 0 256 0 289 0 294 0 267 0 261 0 256 0 272 0 278 0 +USW00021504199503TMIN 172 0 178 0 183 0 194 0 172 0 189 0 217 0 200 0 183 0 194 0 200 0 200 0 194 0 194 0 200 0 189 0 172 0 189 0 206 0 183 0 194 0 206 0 200 0 206 0 200 0 194 0 217 0 217 0 200 0 200 0 194 0 +USW00021504199503PRCP 0 0 0 0 13 0 0T 0 0 0 3 0 46 0 0T 0 0T 0 0T 0 0 0 0 0 122 0 18 0 0T 0 0 0 0 0 0 0 20 0 15 0 104 0 58 0 292 0 30 0 3 0 46 0 28 0 66 0 81 0 58 0 56 0 +USW00021504199503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199503ACMH 10 X 20 X 60 X 60 X 40 X 60 X 90 X 60 X 70 X 90 X 90 X 60 X 70 X 90 X 70 X 50 X 40 X 50 X 60 X 50 X 80 X 100 X 100 X 100 X 80 X 90 X 90 X 70 X 90 X 80 X 70 X +USW00021504199503ACSH 10 X 10 X 60 X 60 X 40 X 60 X 70 X 60 X 80 X 80 X 90 X 50 X 90 X 80 X 70 X 50 X 50 X 50 X 60 X 60 X 80 X 100 X 100 X 100 X 90 X 90 X 100 X 90 X 90 X 70 X 60 X +USW00021504199503AWND 32 X 28 X 29 X 29 X 29 X 26 X 22 X 27 X 42 X 28 X 30 X 24 X 27 X 25 X 29 X 30 X 29 X 31 X 30 X 28 X 29 X 30 X 23 X 21 X 27 X 26 X 35 X 32 X 30 X 34 X 26 X +USW00021504199503FMTM 1453 X 1355 X 1252 X 1252 X 1452 X 1054 X 1151 X 1251 X 1053 X 1250 X 1250 X 1152 X 0955 X 1152 X 1254 X 0952 X 1051 X 1353 X 1255 X 0954 X 1654 X 1255 X 2136 X 1252 X 1253 X 1650 X 1750 X 1552 X 0054 X 1854 X 1457 X +USW00021504199503PGTM 1521 X 1318 X 1134 X 1155 X 1423 X 1123 X 1225 X 1248 X 1005 X 1413 X 1241 X 1220 X 1014 X 1151 X 1154 X 1423 X 1213 X 1301 X 1338 X 0954 X 0922 X 1308 X 1113 X 1138 X 1122 X 1408 X 1501 X 0920 X 1048 X 1503 X 1237 X +USW00021504199503TSUN 634 X 539 X 368 X 405 X 639 X 335 X 411 X 360 X 316 X 431 X 266 X 491 X 334 X 441 X 500 X 627 X 469 X 540 X 347 X 512 X 503 X 77 X 245 X 147 X 548 X 185 X 206 X 249 X 145 X 438 X 299 X +USW00021504199503WDF1 360 X 40 X 360 X 30 X 340 X 50 X 50 X 20 X 20 X 120 X 80 X 80 X 20 X 20 X 40 X 50 X 120 X 120 X 80 X 80 X 30 X 100 X 210 X 220 X 80 X 100 X 360 X 40 X 80 X 70 X 120 X +USW00021504199503WDFG 360W X 360W X 360W X 360W X 315W X 45W X 45W X 45W X 360W X 90W X 90W X 90W X 360W X 360W X 90W X 45W X 90W X 135W X 90W X 90W X 360W X 90W X 315W X 270W X 90W X 90W X 360W X 360W X 90W X 90W X 90W X +USW00021504199503WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199503WSF1 63 X 54 X 67 X 54 X 54 X 58 X 63 X 58 X 76 X 45 X 63 X 58 X 63 X 58 X 58 X 54 X 58 X 72 X 63 X 76 X 58 X 45 X 36 X 40 X 54 X 45 X 58 X 67 X 72 X 54 X 45 X +USW00021504199503WSFG 72 X 82 X 87 X 72 X 72 X 77 X 77 X 77 X 108 X 103 X 98 X 87 X 87 X 72 X 77 X 77 X 93 X 103 X 87 X 108 X 82 X 77 X 67 X 57 X 103 X 87 X 87 X 93 X 87 X 93 X 108 X +USW00021504199503WT16-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199504TMAX 283 0 289 0 289 0 278 0 278 0 278 0 283 0 294 0 289 0 283 0 283 0 283 0 289 0 289 0 261 0 272 0 278 0 278 0 272 0 283 0 278 0 267 0 228 0 256 0 267 0 267 0 261 0 256 0 261 0 267 0-9999 +USW00021504199504TMIN 183 0 183 0 183 0 189 0 200 0 183 0 178 0 194 0 183 0 194 0 194 0 200 0 194 0 194 0 200 0 206 0 189 0 200 0 194 0 200 0 206 0 200 0 200 0 194 0 194 0 189 0 194 0 200 0 194 0 189 0-9999 +USW00021504199504PRCP 0T 0 0T 0 145 0 36 0 20 0 18 0 3 0 0 0 0 0 15 0 0T 0 119 0 3 0 99 0 239 0 104 0 56 0 28 0 10 0 5 0 64 0 262 0 620 0 191 0 8 0 0T 0 0T 0 10 0 3 0 13 0-9999 +USW00021504199504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199504ACMH 70 X 80 X 80 X 50 X 60 X 60 X 40 X 60 X 40 X 60 X 80 X 90 X 100 X 100 X 90 X 80 X 70 X 80 X 100 X 80 X 90 X 100 X 100 X 100 X 90 X 80 X 90 X 100 X 100 X 90 X-9999 +USW00021504199504ACSH 80 X 70 X 90 X 40 X 50 X 60 X 50 X 40 X 50 X 50 X 80 X 100 X 100 X 100 X 100 X 90 X 80 X 80 X 100 X 70 X 90 X 100 X 100 X 100 X 100 X 80 X 90 X 100 X 100 X 80 X-9999 +USW00021504199504AWND 26 X 23 X 34 X 32 X 26 X 28 X 36 X 36 X 27 X 28 X 33 X 27 X 25 X 28 X 35 X 34 X 31 X 37 X 30 X 30 X 31 X 41 X 30 X 20 X 22 X 42 X 42 X 31 X 40 X 28 X-9999 +USW00021504199504FMTM 1052 X 1453 X 2010 X 1453 X 1453 X 1552 X 1552 X 1450 X 1151 X 1351 X 1454 X 1151 X 1455 X 2153 X 1754 X 1032 X 1453 X 1253 X 0357 X 1353 X 2129 X 1539 X 2152 X 1451 X 1453 X 1552 X 1252 X 2354 X 2354 X 1752 X-9999 +USW00021504199504PGTM 1055 X 1507 X 1214 X 1448 X 1546 X 1722 X 1337 X 1302 X 1107 X 1325 X 1503 X 1153 X 1428 X 1433 X 1554 X 1043 X 0925 X 1204 X 1430 X 1221 X 1703 X 1513 X 0402 X 1427 X 1529 X 1325 X 1353 X 1623 X 1447 X 1742 X-9999 +USW00021504199504TSUN 427 X 497 X 436 X 532 X 564 X 401 X 391 X 528 X 337 X 485 X 453 X 93 X 447 X 272 X 36 X 35 X 177 X 92 X 18 X 240 X 198 X 223 X 9 X 0 X 24 X 238 X 91 X 12 X 57 X 200 X-9999 +USW00021504199504WDF1 120 X 40 X 260 X 100 X 50 X 60 X 110 X 110 X 50 X 60 X 60 X 90 X 120 X 60 X 60 X 70 X 50 X 80 X 90 X 90 X 310 X 20 X 350 X 150 X 360 X 350 X 360 X 360 X 360 X 30 X-9999 +USW00021504199504WDFG 135W X 45W X 90W X 90W X 45W X 45W X 90W X 135W X 45W X 45W X 45W X 90W X 135W X 135W X 90W X 90W X 135W X 90W X 90W X 90W X 360W X 360W X 135W X 135W X 360W X 360W X 360W X 315W X 360W X 45W X-9999 +USW00021504199504WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199504WSF1 67 X 54 X 58 X 54 X 58 X 58 X 67 X 72 X 63 X 54 X 67 X 67 X 45 X 54 X 67 X 76 X 58 X 67 X 58 X 67 X 54 X 72 X 54 X 40 X 40 X 67 X 63 X 72 X 72 X 54 X-9999 +USW00021504199504WSFG 87 X 62 X 87 X 77 X 62 X 82 X 103 X 113 X 87 X 87 X 87 X 87 X 82 X 82 X 108 X 113 X 113 X 108 X 82 X 93 X 87 X 108 X 82 X 62 X 72 X 98 X 82 X 87 X 93 X 72 X-9999 +USW00021504199504WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199505TMAX 267 0 272 0 267 0 283 0 306 0 300 0 244 0 272 0 278 0 278 0 283 0 272 0 283 0 294 0 283 0 272 0 267 0 278 0 278 0 278 0 283 0 294 0 289 0 278 0 272 0 283 0 283 0 283 0 283 0 283 0 283 0 +USW00021504199505TMIN 189 0 194 0 206 0 217 0 217 0 200 0 217 0 211 0 200 0 194 0 211 0 217 0 211 0 206 0 211 0 189 0 206 0 194 0 183 0 194 0 200 0 211 0 211 0 206 0 206 0 189 0 189 0 206 0 217 0 200 0 211 0 +USW00021504199505PRCP 277 0 43 0 36 0 41 0 0 0 15 0 259 0 0T 0 0 0 20 0 104 0 79 0 61 0 124 0 69 0 145 0 8 0 3 0 0T 0 8 0 56 0 0T 0 18 0 36 0 48 0 239 0 160 0 193 0 71 0 56 0 38 0 +USW00021504199505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199505ACMH 90 X 90 X 100 X 80 X 70 X 70 X 100 X 90 X 90 X 70 X 80 X 100 X 90 X 80 X 70 X 90 X 100 X 90 X 70 X 80 X 90 X 50 X 60 X 80 X 80 X 60 X 80 X 100 X 80 X 50 X 80 X +USW00021504199505ACSH 80 X 90 X 100 X 90 X 80 X 80 X 100 X 90 X 90 X 70 X 80 X 100 X 100 X 80 X 70 X 90 X 100 X 80 X 60 X 60 X 90 X 40 X 70 X 90 X 90 X 60 X 80 X 100 X 70 X 40 X 80 X +USW00021504199505AWND 35 X 31 X 25 X 32 X 39 X 37 X 45 X 34 X 34 X 33 X 30 X 33 X 35 X 31 X 34 X 29 X 32 X 30 X 33 X 35 X 34 X 35 X 35 X 31 X 38 X 34 X 28 X 30 X 37 X 34 X 33 X +USW00021504199505FMTM 1254 X 1754 X 1954 X 1455 X 1250 X 2353 X 2353 X 1155 X 1554 X 1653 X 1835 X 0726 X 1253 X 1451 X 1155 X 2252 X 2054 X 1054 X 1855 X 1353 X 1154 X 1553 X 1353 X 1650 X 1353 X 0952 X 1552 X 1711 X 1552 X 1652 X 1152 X +USW00021504199505PGTM 1326 X 1246 X 0326 X 1441 X 1442 X 2052 X 0809 X 1128 X 1350 X 2302 X 0957 X 1329 X 1333 X 1839 X 1432 X 2037 X 1155 X 1436 X 1135 X 1255 X 1115 X 1512 X 1256 X 1302 X 1105 X 1405 X 1518 X 1709 X 1439 X 1232 X 1207 X +USW00021504199505TSUN 331 X 181 X 5 X 112 X 519 X 429 X 1 X 229 X 145 X 157 X 173 X 5 X 32 X 308 X 381 X 77 X 78 X 325 X 387 X 564 X 244 X 485 X 365 X 446 X 152 X 480 X 175 X 31 X 444 X 515 X 272 X +USW00021504199505WDF1 50 X 320 X 260 X 130 X 110 X 30 X 30 X 10 X 60 X 60 X 90 X 100 X 70 X 70 X 50 X 240 X 300 X 50 X 340 X 10 X 90 X 120 X 30 X 30 X 350 X 30 X 100 X 90 X 360 X 360 X 50 X +USW00021504199505WDFG 45W X 45W X 225W X 135W X 90W X 360W X 315W X 360W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 225W X 90W X 360W X 360W X 45W X 90W X 90W X 90W X 360W X 360W X 45W X 45W X 360W X 45W X 360W X 45W X +USW00021504199505WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199505WSF1 63 X 54 X 40 X 72 X 80 X 67 X 67 X 58 X 63 X 63 X 63 X 67 X 67 X 76 X 63 X 40 X 54 X 58 X 45 X 54 X 63 X 63 X 63 X 54 X 76 X 63 X 54 X 54 X 67 X 58 X 63 X +USW00021504199505WSFG 82 X 67 X 67 X 98 X 113 X 98 X 93 X 77 X 82 X 93 X 93 X 103 X 118 X 103 X 93 X 82 X 77 X 67 X 72 X 77 X 82 X 108 X 77 X 72 X 93 X 77 X 77 X 72 X 87 X 77 X 87 X +USW00021504199505WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199505WT16 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199506TMAX 289 0 289 0 289 0 289 0 289 0 294 0 283 0 289 0 289 0 289 0 289 0 283 0 289 0 289 0 289 0 289 0 300 0 300 0 289 0 289 0 289 0 300 0 300 0 306 0 300 0 306 0 300 0 300 0 294 0 283 0-9999 +USW00021504199506TMIN 200 0 206 0 189 0 206 0 211 0 200 0 206 0 200 0 217 0 211 0 211 0 200 0 194 0 211 0 211 0 200 0 206 0 206 0 217 0 217 0 211 0 206 0 206 0 194 0 206 0 200 0 206 0 211 0 211 0 211 0-9999 +USW00021504199506PRCP 15 0 56 0 8 0 145 0 30 0 8 0 46 0 20 0 76 0 86 0 249 0 20 0 8 0 79 0 10 0 0T 0 3 0 28 0 33 0 226 0 13 0 36 0 3 0 0 0 0 0 0 0 0 0 0 0 58 0 104 0-9999 +USW00021504199506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199506ACMH 80 X 70 X 50 X 70 X 70 X 60 X 90 X 80 X 60 X 80 X 80 X 70 X 40 X 60 X 80 X 70 X 70 X 70 X 90 X 90 X 100 X 80 X 90 X 40 X 40 X 30 X 40 X 40 X 50 X 90 X-9999 +USW00021504199506ACSH 80 X 70 X 50 X 70 X 60 X 70 X 90 X 80 X 60 X 70 X 80 X 80 X 30 X 40 X 70 X 70 X 60 X 60 X 100 X 90 X 100 X 90 X 90 X 30 X 40 X 40 X 40 X 40 X 30 X 80 X-9999 +USW00021504199506AWND 33 X 35 X 35 X 30 X 31 X 34 X 26 X 31 X 28 X 33 X 33 X 30 X 27 X 31 X 28 X 31 X 30 X 33 X 30 X 31 X 29 X 19 X 30 X 28 X 27 X 32 X 30 X 33 X 31 X 30 X-9999 +USW00021504199506FMTM 1050 X 1353 X 1653 X 1056 X 1254 X 1355 X 1255 X 0936 X 1153 X 1451 X 1120 X 1252 X 1152 X 1453 X 0952 X 1254 X 1552 X 1653 X 1550 X 1553 X 1551 X 1452 X 1155 X 1452 X 1052 X 1353 X 1651 X 1354 X 2145 X 1755 X-9999 +USW00021504199506PGTM 1057 X 1345 X 1717 X 1514 X 1314 X 1309 X 1437 X 1434 X 1525 X 1444 X 1122 X 1405 X 1230 X 1312 X 1122 X 1452 X 1123 X 1417 X 1308 X 1141 X 1041 X 1446 X 1506 X 1407 X 1158 X 1302 X 1055 X 1248 X 1348 X 1352 X-9999 +USW00021504199506TSUN 466 X 382 X 485 X 201 X 445 X 399 X 67 X 121 X 392 X 406 X 355 X 298 X 660 X 508 X 212 X 208 X 359 X 415 X 213 X 303 X 142 X 12 X 344 X 603 X 495 X 519 X 635 X 682 X 596 X 103 X-9999 +USW00021504199506WDF1 50 X 80 X 50 X 80 X 20 X 70 X 60 X 20 X 50 X 50 X 90 X 70 X 10 X 50 X 90 X 60 X 90 X 120 X 50 X 80 X 60 X 100 X 110 X 90 X 110 X 130 X 90 X 60 X 10 X 80 X-9999 +USW00021504199506WDFG 45W X 90W X 45W X 90W X 45W X 90W X 45W X 90W X 45W X 45W X 90W X 45W X 45W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 90W X 90W X 90W X 90W X 90W X 45W X 45W X 45W X 45W X-9999 +USW00021504199506WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199506WSF1 72 X 54 X 58 X 63 X 58 X 67 X 58 X 54 X 45 X 58 X 76 X 54 X 40 X 45 X 67 X 58 X 45 X 58 X 54 X 58 X 54 X 67 X 63 X 54 X 58 X 58 X 54 X 58 X 45 X 54 X-9999 +USW00021504199506WSFG 108 X 87 X 82 X 93 X 82 X 82 X 67 X 87 X 67 X 93 X 93 X 82 X 77 X 82 X 108 X 87 X 93 X 93 X 82 X 87 X 82 X 82 X 77 X 93 X 87 X 82 X 82 X 82 X 82 X 77 X-9999 +USW00021504199506WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00021504199507TMAX 300 0 294 0 300 0 306 0 300 0 294 0 294 0 289 0 306 0 283 0 289 0 283 0 300 0 311 0 317 0 300 0 300 0 294 0 289 0 306 0 289 0 289 0 294 0 300 0 306 0 283 0 272 0 294 0 289 0 306 0 306 0 +USW00021504199507TMIN 217 0 211 0 200 0 217 0 217 0 222 0 222 0 217 0 211 0 206 0 206 0 222 0 206 0 200 0 222 0 222 0 233 0 194 0 217 0 189 0 222 0 217 0 211 0 217 0 222 0 228 0 228 0 211 0 206 0 206 0 211 0 +USW00021504199507PRCP 56 0 71 0 64 0 3 0 30 0 53 0 48 0 127 0 74 0 196 0 300 0 112 0 5 0 0T 0 97 0 38 0 38 0 74 0 366 0 130 0 325 0 97 0 351 0 112 0 86 0 165 0 648 0 56 0 74 0 23 0 28 0 +USW00021504199507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199507ACMH 80 X 80 X 70 X 50 X 90 X 90 X 70 X 80 X 60 X 80 X 80 X 100 X 60 X 70 X 70 X 80 X 70 X 60 X 90 X 50 X 90 X 80 X 70 X 80 X 90 X 80 X 100 X 80 X 70 X 70 X 50 X +USW00021504199507ACSH 80 X 80 X 60 X 50 X 100 X 90 X 60 X 80 X 50 X 90 X 80 X 100 X 50 X 70 X 60 X 80 X 60 X 50 X 100 X 40 X 90 X 80 X 60 X 70 X 90 X 90 X 100 X 80 X 70 X 80 X 30 X +USW00021504199507AWND 24 X 26 X 29 X 28 X 30 X 30 X 30 X 31 X 30 X 29 X 29 X 26 X 26 X 27 X 29 X 26 X 33 X 31 X 25 X 32 X 26 X 28 X 29 X 26 X 27 X 27 X 28 X 26 X 27 X 29 X 31 X +USW00021504199507FMTM 1352 X 1252 X 1254 X 1154 X 1355 X 1555 X 1052 X 0754 X 1952 X 2052 X 1456 X 1758 X 1552 X 0953 X 2053 X 0916 X 1155 X 1152 X 1601 X 1550 X 1152 X 0952 X 1950 X 1253 X 1752 X 2003 X 1446 X 1554 X 1154 X 1044 X 2154 X +USW00021504199507PGTM 1504 X 1208 X 1248 X 1256 X 1532 X 1206 X 1119 X 0425 X 1953 X 1523 X 1053 X 1756 X 1433 X 1252 X 1307 X 1323 X 1806 X 1155 X 1731 X 1558 X 2007 X 0948 X 1516 X 2132 X 1532 X 1647 X 1152 X 1334 X 1324 X 1047 X 1727 X +USW00021504199507TSUN 259 X 128 X 598 X 536 X 467 X 245 X 522 X 160 X 621 X 112 X 303 X 44 X 545 X 207 X 424 X 155 X 426 X 572 X 3 X 501 X 174 X 281 X 538 X 469 X 118 X 20 X 0 X 175 X 259 X 245 X 623 X +USW00021504199507WDF1 70 X 70 X 60 X 110 X 60 X 30 X 50 X 220 X 90 X 300 X 50 X 80 X 80 X 180 X 130 X 100 X 40 X 30 X 70 X 90 X 30 X 320 X 70 X 100 X 120 X 40 X 90 X 40 X 70 X 90 X 300 X +USW00021504199507WDFG 90W X 90W X 45W X 90W X 45W X 360W X 45W X 225W X 90W X 90W X 360W X 90W X 45W X 180W X 90W X 45W X 360W X 45W X 45W X 90W X 315W X 315W X 45W X 45W X 135W X 45W X 90W X 360W X 45W X 90W X 45W X +USW00021504199507WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199507WSF1 45 X 58 X 54 X 58 X 58 X 54 X 58 X 45 X 63 X 54 X 45 X 67 X 54 X 54 X 45 X 45 X 63 X 54 X 54 X 63 X 54 X 54 X 45 X 54 X 40 X 58 X 67 X 45 X 54 X 72 X 45 X +USW00021504199507WSFG 67 X 77 X 72 X 87 X 77 X 93 X 77 X 82 X 103 X 98 X 87 X 72 X 77 X 72 X 77 X 82 X 93 X 87 X 87 X 93 X 77 X 77 X 93 X 77 X 57 X 93 X 98 X 72 X 103 X 93 X 87 X +USW00021504199507WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00021504199507WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199508TMAX 283 0 300 0 289 0 311 0 300 0 306 0 294 0 300 0 294 0 300 0 294 0 289 0 300 0 294 0 294 0 294 0 294 0 300 0 306 0 300 0 306 0 272 0 311 0 278 0 278 0 294 0 283 0 294 0 300 0 300 0 300 0 +USW00021504199508TMIN 217 0 228 0 217 0 211 0 222 0 217 0 222 0 217 0 211 0 206 0 206 0 200 0 217 0 200 0 194 0 211 0 211 0 200 0 200 0 211 0 211 0 200 0 217 0 211 0 217 0 200 0 222 0 222 0 211 0 217 0 217 0 +USW00021504199508PRCP 132 0 18 0 48 0 13 0 13 0 3 0 58 0 0T 0 66 0 3 0 18 0 498 0 66 0 183 0 74 0 25 0 51 0 0 0 0T 0 5 0 20 0 292 0 23 0 188 0 89 0 53 0 546 0 599 0 86 0 234 0 135 0 +USW00021504199508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199508ACMH 90 X 80 X 90 X 90 X 70 X 70 X 90 X 60 X 80 X 50 X 60 X 90 X 60 X 90 X 60 X 60 X 50 X 40 X 40 X 60 X 60 X 90 X 70 X 90 X 90 X 80 X 100 X 100 X 80 X 80 X 80 X +USW00021504199508ACSH 100 X 80 X 100 X 90 X 60 X 80 X 90 X 40 X 90 X 50 X 70 X 90 X 60 X 90 X 80 X 40 X 50 X 40 X 40 X 60 X 70 X 100 X 70 X 100 X 90 X 80 X 100 X 100 X 80 X 80 X 80 X +USW00021504199508AWND 25 X 33 X 26 X 29 X 33 X 32 X 30 X 29 X 30 X 29 X 30 X 31 X 28 X 32 X 34 X 25 X 29 X 28 X 30 X 29 X 31 X 32 X 31 X 22 X 31 X 34 X 29 X 27 X 30 X 34 X 35 X +USW00021504199508FMTM 0829 X 0955 X 1017 X 1652 X 1151 X 1351 X 1419 X 0250 X 1550 X 1253 X 1728 X 1653 X 0324 X 1052 X 1550 X 1150 X 1253 X 1450 X 1450 X 1354 X 1551 X 0852 X 1552 X 1709 X 1254 X 2051 X 1552 X 1250 X 0854 X 1653 X 1356 X +USW00021504199508PGTM 1426 X 1339 X 0434 X 1551 X 1408 X 1357 X 1308 X 0325 X 1245 X 1546 X 1255 X 1652 X 1442 X 1313 X 1553 X 1217 X 1316 X 1237 X 1226 X 1346 X 1533 X 0921 X 1548 X 0537 X 1607 X 1905 X 1544 X 1251 X 1433 X 0004 X 1538 X +USW00021504199508TSUN 22 X 226 X 36 X 101 X 211 X 299 X 63 X 544 X 132 X 500 X 257 X 0 X 446 X 41 X 103 X 552 X 525 X 485 X 594 X 448 X 288 X 0 X 206 X 0 X 51 X 105 X 0 X 0 X 61 X 261 X 200 X +USW00021504199508WDF1 340 X 40 X 270 X 100 X 90 X 60 X 70 X 40 X 50 X 50 X 360 X 80 X 280 X 100 X 50 X 20 X 50 X 40 X 80 X 50 X 120 X 250 X 80 X 90 X 90 X 280 X 70 X 130 X 250 X 60 X 60 X +USW00021504199508WDFG 90W X 90W X 315W X 135W X 90W X 45W X 45W X 360W X 360W X 45W X 45W X 90W X 90W X 45W X 45W X 45W X 45W X 45W X 45W X 45W X 135W X 270W X 90W X 225W X 360W X 90W X 90W X 135W X 360W X 225W X 45W X +USW00021504199508WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199508WSF1 54 X 67 X 36 X 63 X 63 X 67 X 67 X 45 X 58 X 45 X 54 X 54 X 45 X 76 X 72 X 45 X 45 X 54 X 45 X 58 X 58 X 67 X 58 X 45 X 63 X 54 X 45 X 54 X 54 X 54 X 67 X +USW00021504199508WSFG 82 X 98 X 57 X 87 X 87 X 98 X 87 X 98 X 93 X 77 X 87 X 77 X 67 X 123 X 103 X 72 X 77 X 77 X 93 X 77 X 82 X 82 X 87 X 77 X 98 X 98 X 87 X 67 X 77 X 103 X 108 X +USW00021504199508WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199508WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199509TMAX 294 0 300 0 300 0 283 0 311 0 306 0 300 0 306 0 306 0 311 0 300 0 300 0 311 0 317 0 294 0 317 0 317 0 317 0 311 0 306 0 300 0 317 0 317 0 317 0 306 0 311 0 272 0 300 0 294 0 283 0-9999 +USW00021504199509TMIN 217 0 217 0 194 0 217 0 211 0 211 0 200 0 206 0 206 0 222 0 200 0 200 0 222 0 222 0 211 0 211 0 217 0 217 0 200 0 194 0 200 0 206 0 211 0 206 0 206 0 211 0 211 0 211 0 211 0 217 0-9999 +USW00021504199509PRCP 36 0 122 0 28 0 119 0 0T 0 0 0 0 0 10 0 0T 0 3 0 3 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 3 0 13 0 25 0 272 0 104 0 142 0 188 0-9999 +USW00021504199509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199509ACMH 80 X 90 X 50 X 80 X 70 X 50 X 40 X 50 X 50 X 70 X 60 X 50 X 70 X 30 X 70 X 30 X 40 X 80 X 20 X 40 X 60 X 60 X 50 X 40 X 70 X 80 X 90 X 80 X 70 X 80 X-9999 +USW00021504199509ACSH 90 X 100 X 30 X 80 X 50 X 50 X 50 X 50 X 40 X 80 X 60 X 40 X 60 X 20 X 90 X 20 X 40 X 100 X 20 X 20 X 60 X 50 X 60 X 40 X 60 X 80 X 100 X 80 X 80 X 100 X-9999 +USW00021504199509AWND 27 X 26 X 35 X 28 X 34 X 29 X 31 X 30 X 31 X 32 X 36 X 30 X 27 X 30 X 26 X 29 X 34 X 37 X 32 X 34 X 31 X 35 X 34 X 34 X 31 X 31 X 28 X 26 X 28 X 28 X-9999 +USW00021504199509FMTM 1257 X 1051 X 2244 X 2353 X 1652 X 1352 X 1554 X 1352 X 1451 X 1250 X 0754 X 1356 X 1155 X 1152 X 1650 X 1254 X 1155 X 1152 X 1250 X 1451 X 1051 X 0952 X 1252 X 1152 X 1052 X 1651 X 1728 X 1353 X 1550 X 1152 X-9999 +USW00021504199509PGTM 1312 X 1044 X 1442 X 2355 X 1456 X 1252 X 1102 X 1310 X 1200 X 1135 X 0908 X 1329 X 1223 X 1234 X 1335 X 1248 X 1251 X 1220 X 1033 X 1153 X 1127 X 1337 X 1244 X 1118 X 1401 X 0358 X 1730 X 1535 X 0932 X 1308 X-9999 +USW00021504199509TSUN 150 X 111 X 603 X 24 X 405 X 372 X 394 X 301 X 519 X 175 X 515 X 424 X 2 X 0 X 47 X 543 X 672 X 295 X 672 X 621 X 280 X 347 X 381 X 376 X 288 X 206 X 0 X 327 X 156 X 0 X-9999 +USW00021504199509WDF1 50 X 50 X 260 X 280 X 120 X 100 X 40 X 30 X 40 X 90 X 350 X 350 X 100 X 80 X 230 X 100 X 110 X 110 X 40 X 50 X 10 X 30 X 110 X 100 X 360 X 70 X 90 X 30 X 100 X 120 X-9999 +USW00021504199509WDFG 45W X 45W X 45W X 270W X 135W X 90W X 90W X 90W X 45W X 45W X 360W X 360W X 90W X 90W X 225W X 90W X 90W X 135W X 90W X 90W X 90W X 90W X 90W X 90W X 45W X 315W X 90W X 90W X 45W X 90W X-9999 +USW00021504199509WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199509WSF1 40 X 54 X 58 X 58 X 63 X 58 X 54 X 58 X 58 X 58 X 58 X 54 X 63 X 63 X 40 X 58 X 63 X 72 X 67 X 58 X 58 X 67 X 76 X 67 X 54 X 45 X 63 X 54 X 54 X 58 X-9999 +USW00021504199509WSFG 67 X 67 X 72 X 67 X 98 X 93 X 82 X 77 X 72 X 67 X 87 X 87 X 98 X 87 X 103 X 103 X 93 X 103 X 82 X 72 X 87 X 98 X 103 X 113 X 87 X 98 X 108 X 67 X 82 X 93 X-9999 +USW00021504199509WT16 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199510TMAX 294 0 283 0 283 0 294 0 300 0 289 0 289 0 289 0 267 0 283 0 278 0 294 0 294 0 283 0 289 0 300 0 306 0 272 0 289 0 294 0 289 0 283 0 283 0 278 0 283 0 267 0 294 0 283 0 283 0 283 0 283 0 +USW00021504199510TMIN 211 0 200 0 200 0 206 0 200 0 194 0 206 0 200 0 211 0 211 0 211 0 211 0 206 0 194 0 211 0 206 0 189 0 211 0 217 0 211 0 211 0 211 0 200 0 194 0 206 0 206 0 200 0 200 0 189 0 206 0 194 0 +USW00021504199510PRCP 46 0 66 0 25 0 8 0 28 0 160 0 137 0 130 0 218 0 140 0 56 0 3 0 3 0 66 0 36 0 0 0 38 0 91 0 135 0 46 0 81 0 163 0 30 0 53 0 69 0 53 0 0 0 3 0 3 0 51 0 0T 0 +USW00021504199510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199510ACMH 60 X 70 X 70 X 60 X 70 X 70 X 70 X 80 X 100 X 80 X 90 X 70 X 70 X 90 X 80 X 70 X 70 X 100 X 80 X 70 X 80 X 70 X 70 X 90 X 90 X 100 X 80 X 90 X 40 X 70 X 40 X +USW00021504199510ACSH 70 X 70 X 90 X 50 X 70 X 80 X 80 X 80 X 100 X 90 X 90 X 70 X 60 X 90 X 80 X 70 X 70 X 100 X 60 X 50 X 70 X 50 X 60 X 90 X 90 X 100 X 90 X 80 X 30 X 60 X 30 X +USW00021504199510AWND 26 X 29 X 26 X 30 X 29 X 30 X 29 X 37 X 26 X 26 X 29 X 30 X 30 X 31 X 24 X 22 X 31 X 30 X 29 X 26 X 31 X 30 X 28 X 25 X 26 X 20 X 25 X 26 X 38 X 31 X 26 X +USW00021504199510FMTM 1350 X 1451 X 1053 X 1150 X 1353 X 1954 X 2350 X 1155 X 1053 X 1451 X 1353 X 1153 X 1450 X 1355 X 1520 X 1652 X 1253 X 1152 X 1752 X 1553 X 1553 X 1052 X 1252 X 1327 X 1650 X 1253 X 1253 X 1455 X 1354 X 1153 X 1155 X +USW00021504199510PGTM 1443 X 1519 X 1045 X 1247 X 1839 X 1955 X 2234 X 1010 X 2217 X 1623 X 1532 X 1443 X 1103 X 1349 X 1155 X 1423 X 1248 X 1153 X 1745 X 0655 X 1548 X 1332 X 1048 X 1327 X 1238 X 1243 X 1613 X 1456 X 1243 X 1143 X 1240 X +USW00021504199510TSUN 97 X 138 X 79 X 507 X 280 X 383 X 145 X 80 X 0 X 60 X 65 X 194 X 150 X 87 X 130 X 310 X 202 X 25 X 299 X 340 X 109 X 186 X 186 X 10 X 119 X 0 X 102 X 288 X 584 X 431 X 511 X +USW00021504199510WDF1 100 X 70 X 50 X 50 X 10 X 10 X 250 X 70 X 330 X 70 X 50 X 100 X 40 X 40 X 100 X 80 X 90 X 20 X 90 X 50 X 90 X 100 X 50 X 350 X 50 X 250 X 40 X 350 X 340 X 360 X 30 X +USW00021504199510WDFG 90W X 90W X 45W X 90W X 360W X 45W X 135W X 90W X 225W X 45W X 45W X 90W X 90W X 45W X 45W X 90W X 90W X 360W X 90W X 90W X 90W X 45W X 45W X 360W X 45W X 225W X 45W X 360W X 360W X 360W X 360W X +USW00021504199510WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199510WSF1 54 X 45 X 45 X 54 X 54 X 63 X 54 X 67 X 40 X 63 X 67 X 63 X 58 X 67 X 36 X 45 X 54 X 63 X 63 X 45 X 76 X 63 X 54 X 63 X 58 X 58 X 40 X 63 X 67 X 54 X 45 X +USW00021504199510WSFG 82 X 82 X 77 X 72 X 77 X 67 X 72 X 108 X 67 X 98 X 93 X 82 X 82 X 93 X 72 X 87 X 93 X 77 X 93 X 87 X 98 X 72 X 98 X 67 X 87 X 67 X 62 X 77 X 113 X 77 X 57 X +USW00021504199510WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 +USW00021504199511TMAX 300 0 289 0 283 0 289 0 294 0 294 0 283 0 267 0 294 0 278 0 283 0 289 0 278 0 289 0 294 0 306 0 294 0 294 0 283 0 283 0 289 0 289 0 289 0 283 0 244 0 294 0 289 0 278 0 278 0 278 0-9999 +USW00021504199511TMIN 194 0 222 0 228 0 217 0 206 0 200 0 189 0 200 0 194 0 211 0 189 0 183 0 178 0 183 0 194 0 206 0 206 0 200 0 189 0 183 0 178 0 189 0 183 0 211 0 211 0 217 0 194 0 206 0 183 0 206 0-9999 +USW00021504199511PRCP 13 0 104 0 48 0 28 0 5 0 0 0 173 0 368 0 66 0 480 0 43 0 33 0 0 0 0T 0 3 0 0T 0 3 0 0T 0 5 0 0 0 3 0 5 0 5 0 41 0 229 0 0 0 86 0 23 0 64 0 338 0-9999 +USW00021504199511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199511ACMH 70 X 100 X 100 X 80 X 70 X 40 X 90 X 90 X 80 X 100 X 70 X 60 X 10 X 30 X 40 X 40 X 40 X 50 X 30 X 20 X 60 X 80 X 90 X 100 X 90 X 90 X 90 X 70 X 80 X 90 X-9999 +USW00021504199511ACSH 70 X 100 X 100 X 90 X 70 X 40 X 90 X 100 X 90 X 100 X 90 X 60 X 20 X 30 X 40 X 30 X 50 X 60 X 30 X 30 X 80 X 80 X 100 X 100 X 100 X 80 X 100 X 60 X 90 X 90 X-9999 +USW00021504199511AWND 27 X 34 X 28 X 28 X 25 X 26 X 31 X 31 X 34 X 23 X 27 X 25 X 30 X 30 X 25 X 27 X 30 X 30 X 29 X 28 X 32 X 30 X 30 X 34 X 25 X 32 X 26 X 28 X 27 X 27 X-9999 +USW00021504199511FMTM 1253 X 1050 X 1404 X 1151 X 1450 X 1155 X 1253 X 1451 X 1353 X 1355 X 1019 X 1034 X 1252 X 1452 X 1252 X 1354 X 1354 X 1253 X 1154 X 1152 X 1453 X 1351 X 1353 X 1455 X 0837 X 1355 X 1153 X 1450 X 1643 X 1454 X-9999 +USW00021504199511PGTM 1247 X 1557 X 1258 X 1256 X 1400 X 1154 X 0249 X 1524 X 1304 X 1207 X 1021 X 1032 X 1217 X 1400 X 1131 X 1214 X 1208 X 1440 X 1143 X 1342 X 1405 X 1135 X 1319 X 1526 X 0840 X 1409 X 1256 X 1448 X 1643 X 1430 X-9999 +USW00021504199511TSUN 192 X 188 X 83 X 209 X 466 X 377 X 319 X 96 X 369 X 15 X 99 X 396 X 631 X 504 X 428 X 524 X 464 X 291 X 480 X 457 X 218 X 365 X 473 X 334 X 1 X 384 X 90 X 260 X 270 X 138 X-9999 +USW00021504199511WDF1 110 X 270 X 130 X 120 X 100 X 100 X 60 X 230 X 130 X 110 X 100 X 60 X 20 X 10 X 30 X 40 X 110 X 100 X 30 X 40 X 120 X 100 X 110 X 130 X 130 X 140 X 100 X 100 X 250 X 100 X-9999 +USW00021504199511WDFG 135W X 135W X 135W X 135W X 90W X 90W X 135W X 180W X 90W X 90W X 90W X 45W X 360W X 45W X 360W X 90W X 135W X 90W X 45W X 360W X 90W X 135W X 90W X 135W X 135W X 135W X 135W X 90W X 270W X 90W X-9999 +USW00021504199511WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199511WSF1 58 X 72 X 63 X 63 X 45 X 54 X 58 X 63 X 63 X 58 X 72 X 45 X 54 X 54 X 54 X 54 X 58 X 58 X 58 X 40 X 45 X 63 X 54 X 63 X 54 X 76 X 63 X 54 X 54 X 45 X-9999 +USW00021504199511WSFG 93 X 98 X 108 X 87 X 77 X 72 X 77 X 87 X 108 X 82 X 108 X 72 X 67 X 67 X 72 X 98 X 82 X 77 X 67 X 72 X 72 X 98 X 82 X 87 X 77 X 113 X 87 X 77 X 67 X 82 X-9999 +USW00021504199511WT03-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199511WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199511WT16 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00021504199512TMAX 283 0 283 0 289 0 289 0 272 0 294 0 300 0 306 0 289 0 278 0 283 0 283 0 306 0 278 0 256 0 272 0 272 0 272 0 283 0 283 0 306 0 289 0 300 0 261 0 289 0 272 0 272 0 289 0 300 0 300 0 250 0 +USW00021504199512TMIN 211 0 194 0 178 0 183 0 194 0 200 0 206 0 172 0 189 0 178 0 189 0 189 0 194 0 194 0 183 0 200 0 189 0 178 0 183 0 189 0 194 0 189 0 172 0 194 0 183 0 183 0 178 0 167 0 178 0 211 0 206 0 +USW00021504199512PRCP 84 0 0 0 0 0 3 0 8 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 20 0 5 0 175 0 267 0 213 0 41 0 3 0 0T 0 0 0 0 0 0 0 8 0 0 0 86 0 112 0 0 0 0 0 0T 0 13 0 +USW00021504199512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199512ACMH 80 X 40 X 10 X 50 X 70 X 70 X 60 X 20 X 30 X 20 X 30 X 30 X 50 X 40 X 70 X 80 X 80 X 60 X 30 X 50 X 20 X 30 X 20 X 80 X 40 X 50 X 60 X 10 X 10 X 40 X 100 X +USW00021504199512ACSH 80 X 30 X 10 X 50 X 80 X 60 X 70 X 40 X 30 X 10 X 40 X 30 X 50 X 40 X 100 X 70 X 80 X 70 X 40 X 40 X 20 X 30 X 10 X 90 X 30 X 30 X 50 X 30 X 10 X 20 X 100 X +USW00021504199512AWND 31 X 36 X 30 X 28 X 22 X 31 X 26 X 24 X 25 X 30 X 27 X 25 X 26 X 28 X 28 X 28 X 30 X 26 X 30 X 33 X 31 X 26 X 33 X 21 X 29 X 28 X 28 X 32 X 35 X 46 X 35 X +USW00021504199512FMTM 1251 X 1453 X 1651 X 1551 X 1450 X 1354 X 1152 X 1450 X 1150 X 1150 X 1351 X 1252 X 1353 X 1053 X 1952 X 1350 X 1152 X 1352 X 1352 X 1452 X 1552 X 1454 X 1251 X 1124 X 1151 X 1452 X 1352 X 1353 X 1153 X 1352 X 2124 X +USW00021504199512PGTM 1337 X 1451 X 1417 X 1522 X 1639 X 1531 X 1141 X 1308 X 1259 X 1856 X 1000 X 1822 X 1554 X 1359 X 1741 X 1332 X 1124 X 1359 X 1508 X 1403 X 1550 X 1243 X 1515 X 1124 X 1419 X 1320 X 1320 X 1222 X 1448 X 1402 X 2148 X +USW00021504199512TSUN 196 X 506 X 582 X 228 X 200 X 320 X 221 X 303 X 232 X 364 X 328 X 467 X 309 X 425 X 36 X 280 X 268 X 249 X 389 X 313 X 544 X 425 X 561 X 61 X 520 X 273 X 433 X 496 X 553 X 489 X 59 X +USW00021504199512WDF1 110 X 120 X 140 X 120 X 100 X 110 X 140 X 100 X 30 X 10 X 10 X 50 X 100 X 30 X 250 X 60 X 30 X 60 X 110 X 130 X 120 X 80 X 110 X 120 X 30 X 110 X 60 X 120 X 160 X 160 X 360 X +USW00021504199512WDFG 135W X 135W X 135W X 135W X 135W X 135W X 135W X 135W X 90W X 315W X 315W X 45W X 135W X 90W X 225W X 45W X 45W X 45W X 135W X 135W X 135W X 90W X 90W X 90W X 90W X 90W X 45W X 135W X 135W X 180W X 360W X +USW00021504199512WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199512WSF1 72 X 67 X 63 X 54 X 40 X 67 X 58 X 54 X 45 X 54 X 40 X 54 X 54 X 45 X 40 X 58 X 58 X 63 X 54 X 63 X 67 X 36 X 63 X 67 X 54 X 54 X 45 X 54 X 76 X 89 X 67 X +USW00021504199512WSFG 103 X 103 X 103 X 93 X 57 X 98 X 82 X 93 X 57 X 72 X 57 X 87 X 72 X 77 X 72 X 72 X 98 X 87 X 77 X 103 X 103 X 72 X 103 X 87 X 72 X 77 X 72 X 103 X 113 X 159 X 98 X +USW00021504199512WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504199512WT16 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 +USW00021504199601TMAX 228 0 278 0 278 0 294 0 289 0 294 0 272 0 256 0 294 0 283 0 283 0 294 0 283 0 283 0 283 0 272 0 272 0 278 0 267 0 283 0 278 0 261 0 267 0 250 0 211 0 272 0 283 0 256 0 256 0 256 0 272 0 +USW00021504199601TMIN 200 0 178 0 183 0 172 0 183 0 194 0 194 0 206 0 178 0 172 0 183 0 178 0 178 0 183 0 172 0 167 0 183 0 189 0 200 0 200 0 206 0 194 0 206 0 200 0 189 0 183 0 194 0 200 0 189 0 183 0 183 0 +USW00021504199601PRCP 8 0 0 0 0 0 0 0 0 0 0 0 450 0 234 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 269 0 264 0 305 0 5 0 302 0 168 0 64 0 168 0 1110 0 104 0 28 0 102 0 0T 0 51 0 0 0 +USW00021504199601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199601ACMH 100 X 70 X 40 X 10 X 10 X 50 X 70 X 90 X 20 X 60 X 30 X 50 X 10 X 20 X 10 X 40 X 70 X 80 X 90 X 60 X 90 X 80 X 90 X 100 X 100 X 100 X 90 X 100 X 80 X 70 X 70 X +USW00021504199601ACSH 100 X 70 X 60 X 30 X 10 X 30 X 70 X 100 X 20 X 90 X 20 X 50 X 10 X 10 X 10 X 60 X 70 X 80 X 100 X 60 X 80 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 90 X 70 X +USW00021504199601AWND 27 X 24 X 29 X 26 X 30 X 27 X 33 X 25 X 38 X 26 X 30 X 31 X 32 X 35 X 34 X 28 X 29 X 26 X 25 X 27 X 31 X 24 X 28 X 24 X 20 X 22 X 26 X 31 X 20 X 27 X 33 X +USW00021504199601FMTM 0052 X 1650 X 1252 X 1551 X 1552 X 1153 X 1151 X 1159 X 1250 X 1050 X 1355 X 1454 X 1453 X 1450 X 1351 X 2152 X 1128 X 1351 X 0750 X 1651 X 1050 X 0114 X 1252 X 0932 X 1954 X 1254 X 1251 X 1154 X 1252 X 1355 X 1453 X +USW00021504199601PGTM 0126 X 1220 X 1445 X 1548 X 1610 X 1211 X 1624 X 1203 X 1611 X 1332 X 1211 X 1141 X 1433 X 1503 X 1524 X 1410 X 1125 X 1452 X 0807 X 1617 X 1502 X 1125 X 1253 X 1424 X 1730 X 1534 X 0118 X 1108 X 1147 X 1402 X 1227 X +USW00021504199601TSUN 0 X 335 X 180 X 304 X 463 X 405 X 214 X 24 X 572 X 109 X 425 X 280 X 545 X 560 X 591 X 233 X 213 X 213 X 0 X 434 X 298 X 138 X 96 X 16 X 0 X 2 X 125 X 66 X 174 X 121 X 231 X +USW00021504199601WDF1 360 X 360 X 110 X 120 X 360 X 120 X 10 X 240 X 130 X 110 X 120 X 100 X 120 X 110 X 120 X 240 X 20 X 50 X 180 X 130 X 150 X 120 X 120 X 130 X 240 X 120 X 100 X 20 X 50 X 20 X 360 X +USW00021504199601WDFG 360W X 360W X 90W X 135W X 360W X 135W X 360W X 225W X 135W X 135W X 90W X 135W X 135W X 135W X 135W X 90W X 315W X 45W X 180W X 135W X 180W X 90W X 135W X 135W X 180W X 135W X 135W X 360W X 360W X 360W X 360W X +USW00021504199601WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199601WSF1 63 X 54 X 63 X 54 X 58 X 45 X 67 X 54 X 76 X 45 X 63 X 63 X 67 X 76 X 63 X 45 X 54 X 40 X 54 X 54 X 63 X 63 X 63 X 45 X 31 X 45 X 58 X 67 X 45 X 76 X 63 X +USW00021504199601WSFG 118 X 77 X 77 X 72 X 67 X 77 X 87 X 51 X 103 X 72 X 103 X 87 X 103 X 108 X 98 X 67 X 72 X 51 X 82 X 72 X 98 X 98 X 93 X 98 X 67 X 77 X 82 X 93 X 77 X 118 X 98 X +USW00021504199601WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199601WT08 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199601WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199601WT16 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199602TMAX 250 0 261 0 289 0 289 0 294 0 294 0 283 0 294 0 283 0 283 0 239 0 250 0 250 0 261 0 239 0 228 0 233 0 228 0 217 0 217 0 228 0 250 0 244 0 228 0 267 0 256 0 283 0 261 0 239 0-9999 -9999 +USW00021504199602TMIN 178 0 156 0 156 0 178 0 172 0 183 0 172 0 183 0 178 0 183 0 156 0 167 0 156 0 161 0 172 0 167 0 172 0 167 0 183 0 178 0 156 0 178 0 183 0 178 0 189 0 189 0 200 0 211 0 183 0-9999 -9999 +USW00021504199602PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 137 0 109 0 0T 0 36 0 5 0 335 0 76 0 69 0 239 0 292 0 508 0 836 0 155 0 20 0 89 0-9999 -9999 +USW00021504199602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504199602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504199602ACMH 70 X 10 X 20 X 10 X 40 X 20 X 20 X 10 X 50 X 40 X 10 X 60 X 40 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 90 X 100 X 100 X 100 X 90 X 100 X-9999 -9999 +USW00021504199602ACSH 70 X 10 X 10 X 0 X 50 X 30 X 10 X 10 X 50 X 30 X 0 X 60 X 40 X 70 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 70 X 100 X-9999 -9999 +USW00021504199602AWND 21 X 25 X 27 X 39 X 38 X 34 X 26 X 32 X 33 X 41 X 74 X 52 X 50 X 45 X 42 X 36 X 32 X 33 X 42 X 38 X 29 X 37 X 36 X 41 X 40 X 35 X 33 X 55 X 42 X-9999 -9999 +USW00021504199602FMTM 1252 X 2254 X 1753 X 1353 X 1450 X 1353 X 1550 X 1151 X 1152 X 1451 X 1554 X 1753 X 1250 X 1750 X 1654 X 1154 X 1150 X 1953 X 0851 X 1552 X 1451 X 1455 X 1653 X 1517 X 0557 X 1152 X 1353 X 1355 X 0050 X-9999 -9999 +USW00021504199602PGTM 0905 X 1357 X 1502 X 1322 X 1424 X 1347 X 1521 X 1325 X 1201 X 1444 X 0913 X 1716 X 0121 X 1746 X 1613 X 1202 X 1515 X 2128 X 2247 X 1155 X 1727 X 1023 X 1519 X 2032 X 0211 X 1401 X 1358 X 0929 X 0053 X-9999 -9999 +USW00021504199602TSUN 248 X 552 X 503 X 600 X 624 X 628 X 577 X 609 X 435 X 514 X 634 X 401 X 607 X 364 X 155 X 90 X 53 X 49 X 0 X 13 X 0 X 144 X 42 X 40 X 152 X 141 X 199 X 361 X 288 X-9999 -9999 +USW00021504199602WDF1 50 X 220 X 340 X 110 X 130 X 140 X 40 X 100 X 110 X 350 X 350 X 350 X 10 X 30 X 320 X 350 X 360 X 330 X 340 X 10 X 70 X 80 X 80 X 100 X 100 X 130 X 130 X 10 X 30 X-9999 -9999 +USW00021504199602WDFG 360W X 45W X 90W X 90W X 135W X 135W X 45W X 135W X 90W X 360W X 360W X 360W X 315W X 45W X 315W X 315W X 45W X 315W X 360W X 315W X 90W X 90W X 90W X 90W X 90W X 135W X 135W X 360W X 45W X-9999 -9999 +USW00021504199602WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504199602WSF1 36 X 36 X 45 X 76 X 76 X 80 X 40 X 63 X 76 X 103 X 116 X 76 X 67 X 76 X 67 X 72 X 67 X 67 X 67 X 63 X 58 X 63 X 58 X 72 X 89 X 67 X 67 X 89 X 72 X-9999 -9999 +USW00021504199602WSFG 62 X 72 X 67 X 113 X 118 X 113 X 67 X 93 X 108 X 154 X 195 X 123 X 118 X 118 X 123 X 93 X 82 X 103 X 103 X 103 X 98 X 103 X 113 X 113 X 149 X 98 X 87 X 139 X 108 X-9999 -9999 +USW00021504199602WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504199603TMAX 261 0 250 0 256 0 289 0 261 0 272 0 256 0 256 0 267 0 272 0 278 0 267 0 272 0 278 0 267 0 256 0 261 0 261 0 261 0 267 0 250 0 244 0 250 0 233 0 228 0 256 0 239 0 222 0 244 0 267 0 272 0 +USW00021504199603TMIN 183 0 189 0 206 0 189 0 189 0 167 0 167 0 183 0 167 0 172 0 178 0 189 0 178 0 194 0 194 0 189 0 178 0 178 0 178 0 161 0 178 0 156 0 161 0 178 0 156 0 183 0 183 0 200 0 194 0 178 0 194 0 +USW00021504199603PRCP 130 0 787 0 1440 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 117 0 0 0 15 0 30 0 89 0 30 0 36 0 0 0 3 0 18 0 0 0 0 0 99 0 10 0 53 0 137 0 69 0 323 0 188 0 658 0 +USW00021504199603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199603ACMH 90 X 100 X 90 X 10 X 80 X 30 X 50 X 80 X 50 X 70 X 60 X 90 X 40 X 70 X 80 X 80 X 70 X 80 X 60 X 50 X 80 X 70 X 70 X 100 X 90 X 100 X 100 X 100 X 100 X 80 X 100 X +USW00021504199603ACSH 80 X 100 X 100 X 10 X 80 X 40 X 30 X 60 X 30 X 70 X 50 X 90 X 40 X 80 X 80 X 90 X 70 X 80 X 70 X 50 X 70 X 80 X 60 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X +USW00021504199603AWND 29 X 34 X 36 X 40 X 34 X 28 X 54 X 29 X 34 X 40 X 38 X 27 X 32 X 31 X 36 X 32 X 30 X 34 X 29 X 30 X 44 X 45 X 43 X 42 X 29 X 24 X 24 X 31 X 29 X 24 X 34 X +USW00021504199603FMTM 1252 X 1354 X 1915 X 1155 X 0152 X 1351 X 1052 X 1550 X 1252 X 1252 X 1451 X 1050 X 1351 X 1352 X 1352 X 1452 X 2150 X 1552 X 1351 X 1152 X 1607 X 1354 X 1652 X 1252 X 1151 X 1053 X 1352 X 1752 X 1753 X 2352 X 1554 X +USW00021504199603PGTM 1400 X 2352 X 0019 X 0158 X 1235 X 1336 X 1046 X 1346 X 1206 X 1512 X 1535 X 0927 X 1330 X 1230 X 1406 X 1454 X 1332 X 1550 X 1403 X 1345 X 1713 X 1337 X 1646 X 1254 X 1131 X 1126 X 1354 X 1754 X 1725 X 1202 X 1244 X +USW00021504199603TSUN 138 X 92 X 0 X 692 X 256 X 546 X 464 X 422 X 489 X 456 X 496 X 257 X 542 X 314 X 353 X 145 X 450 X 445 X 533 X 493 X 333 X 315 X 406 X 362 X 247 X 148 X 32 X 12 X 96 X 464 X 245 X +USW00021504199603WDF1 50 X 130 X 170 X 340 X 350 X 40 X 10 X 90 X 110 X 110 X 120 X 170 X 110 X 100 X 100 X 80 X 70 X 60 X 10 X 20 X 360 X 350 X 10 X 360 X 20 X 20 X 350 X 340 X 30 X 260 X 70 X +USW00021504199603WDFG 90W X 135W X 135W X 225W X 360W X 90W X 360W X 135W X 135W X 90W X 135W X 180W X 90W X 90W X 90W X 90W X 45W X 45W X 360W X 45W X 360W X 315W X 45W X 360W X 45W X 45W X 315W X 315W X 45W X 90W X 45W X +USW00021504199603WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199603WSF1 45 X 76 X 94 X 72 X 58 X 54 X 103 X 58 X 63 X 89 X 72 X 54 X 63 X 67 X 67 X 63 X 45 X 76 X 54 X 54 X 89 X 67 X 72 X 72 X 54 X 45 X 54 X 54 X 54 X 45 X 63 X +USW00021504199603WSFG 72 X 113 X 123 X 134 X 87 X 77 X 154 X 77 X 103 X 108 X 108 X 77 X 98 X 98 X 103 X 103 X 82 X 98 X 72 X 67 X 108 X 108 X 113 X 113 X 72 X 62 X 72 X 77 X 82 X 67 X 108 X +USW00021504199603WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199603WT16 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199604TMAX 267 0 272 0 261 0 278 0 283 0 283 0 283 0 294 0 278 0 283 0 289 0 283 0 278 0 267 0 267 0 267 0 278 0 289 0 278 0 283 0 272 0 278 0 283 0 278 0 289 0 283 0 283 0 261 0 283 0 283 0-9999 +USW00021504199604TMIN 211 0 189 0 200 0 189 0 178 0 189 0 178 0 200 0 194 0 189 0 194 0 194 0 189 0 189 0 206 0 194 0 194 0 194 0 194 0 194 0 206 0 200 0 189 0 189 0 200 0 189 0 183 0 194 0 178 0 194 0-9999 +USW00021504199604PRCP 178 0 13 0 257 0 0T 0 0 0 0 0 0 0 0T 0 13 0 74 0 18 0 0 0 56 0 99 0 30 0 127 0 20 0 43 0 246 0 135 0 79 0 5 0 3 0 8 0 25 0 46 0 89 0 30 0 0T 0 0 0-9999 +USW00021504199604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199604ACMH 80 X 90 X 100 X 100 X 50 X 40 X 40 X 50 X 60 X 70 X 70 X 70 X 70 X 70 X 80 X 80 X 60 X 60 X 100 X 80 X 90 X 60 X 30 X 80 X 60 X 70 X 60 X 80 X 70 X 60 X-9999 +USW00021504199604ACSH 80 X 100 X 100 X 100 X 40 X 30 X 30 X 20 X 70 X 70 X 70 X 70 X 70 X 40 X 80 X 80 X 50 X 50 X 100 X 80 X 90 X 50 X 20 X 90 X 40 X 70 X 60 X 90 X 60 X 50 X-9999 +USW00021504199604AWND 28 X 29 X 24 X 23 X 27 X 27 X 27 X 26 X 34 X 27 X 34 X 30 X 30 X 34 X 31 X 33 X 30 X 30 X 34 X 30 X 29 X 25 X 25 X 26 X 25 X 29 X 30 X 22 X 32 X 39 X-9999 +USW00021504199604FMTM 1152 X 1655 X 1300 X 1553 X 1252 X 1252 X 1451 X 1751 X 1154 X 1951 X 1550 X 1353 X 1054 X 1933 X 0550 X 1054 X 1352 X 1250 X 2017 X 1551 X 1552 X 1552 X 1250 X 0951 X 1151 X 2252 X 2252 X 0951 X 1355 X 2351 X-9999 +USW00021504199604PGTM 1342 X 1608 X 1628 X 1605 X 1347 X 1218 X 1517 X 1344 X 1142 X 1136 X 1414 X 1307 X 1410 X 1945 X 0548 X 1537 X 1430 X 0946 X 1105 X 1533 X 1200 X 1548 X 1035 X 0952 X 1359 X 1433 X 1323 X 1407 X 1216 X 1420 X-9999 +USW00021504199604TSUN 138 X 119 X 22 X 377 X 405 X 600 X 602 X 600 X 386 X 529 X 331 X 485 X 486 X 524 X 368 X 355 X 587 X 529 X 250 X 364 X 241 X 582 X 644 X 126 X 645 X 399 X 405 X 97 X 391 X 449 X-9999 +USW00021504199604WDF1 90 X 140 X 250 X 130 X 100 X 100 X 50 X 90 X 70 X 110 X 100 X 80 X 10 X 30 X 120 X 20 X 50 X 100 X 90 X 90 X 130 X 30 X 50 X 120 X 110 X 240 X 120 X 60 X 100 X 350 X-9999 +USW00021504199604WDFG 90W X 135W X 135W X 135W X 90W X 90W X 45W X 90W X 90W X 45W X 90W X 90W X 45W X 45W X 90W X 45W X 45W X 90W X 90W X 90W X 45W X 45W X 90W X 135W X 45W X 90W X 135W X 225W X 90W X 360W X-9999 +USW00021504199604WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199604WSF1 63 X 54 X 54 X 72 X 63 X 45 X 45 X 54 X 63 X 45 X 67 X 54 X 54 X 67 X 54 X 58 X 54 X 58 X 76 X 58 X 63 X 54 X 40 X 58 X 45 X 45 X 63 X 40 X 67 X 76 X-9999 +USW00021504199604WSFG 108 X 93 X 67 X 98 X 82 X 77 X 72 X 82 X 98 X 82 X 108 X 93 X 77 X 98 X 77 X 82 X 77 X 93 X 93 X 82 X 87 X 72 X 77 X 77 X 77 X 82 X 82 X 62 X 93 X 93 X-9999 +USW00021504199604WT16 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504199605TMAX 228 0 267 0 272 0 278 0 267 0 283 0 294 0 289 0 261 0 261 0 272 0 294 0 300 0 300 0 283 0 289 0 289 0 261 0 283 0 289 0 306 0 300 0 294 0 300 0 294 0 289 0 294 0 283 0 306 0 289 0 300 0 +USW00021504199605TMIN 206 0 194 0 200 0 189 0 178 0 194 0 206 0 194 0 211 0 200 0 211 0 206 0 228 0 222 0 228 0 194 0 211 0 217 0 222 0 211 0 189 0 200 0 217 0 206 0 217 0 206 0 189 0 206 0 206 0 200 0 200 0 +USW00021504199605PRCP 97 0 0 0 0 0 0T 0 15 0 3 0 0 0 46 0 8 0 0 0 0T 0 0T 0 0 0 0T 0 20 0 10 0 74 0 201 0 38 0 3 0 0 0 0T 0 33 0 25 0 33 0 86 0 15 0 74 0 76 0 71 0 0T 0 +USW00021504199605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199605ACMH 100 X 90 X 90 X 80 X 70 X 70 X 80 X 50 X 90 X 100 X 90 X 90 X 70 X 60 X 80 X 30 X 80 X 100 X 90 X 70 X 50 X 50 X 70 X 70 X 50 X 70 X 40 X 80 X 70 X 80 X 30 X +USW00021504199605ACSH 100 X 90 X 90 X 80 X 70 X 80 X 90 X 50 X 90 X 100 X 90 X 80 X 50 X 50 X 80 X 10 X 80 X 100 X 90 X 80 X 50 X 60 X 70 X 60 X 50 X 90 X 30 X 80 X 80 X 90 X 20 X +USW00021504199605AWND 27 X 23 X 27 X 28 X 26 X 24 X 23 X 30 X 37 X 29 X 23 X 28 X 29 X 30 X 30 X 34 X 31 X 25 X 25 X 34 X 30 X 31 X 33 X 32 X 33 X 25 X 34 X 28 X 33 X 34 X 30 X +USW00021504199605FMTM 0025 X 1050 X 1351 X 1052 X 1250 X 1252 X 1051 X 1153 X 1352 X 1552 X 1154 X 1351 X 1251 X 0953 X 1550 X 2252 X 1452 X 1827 X 1539 X 1154 X 1053 X 1050 X 1354 X 1551 X 1553 X 1253 X 1450 X 1024 X 1150 X 1750 X 1053 X +USW00021504199605PGTM 0057 X 1133 X 1204 X 1230 X 1107 X 1247 X 1151 X 1234 X 1156 X 1854 X 1225 X 1239 X 1122 X 1352 X 1643 X 1420 X 1256 X 1137 X 1540 X 1528 X 1211 X 1345 X 1428 X 1617 X 1101 X 1023 X 1314 X 1312 X 0510 X 1446 X 1532 X +USW00021504199605TSUN 4 X 269 X 331 X 255 X 308 X 244 X 252 X 454 X 171 X 140 X 243 X 356 X 476 X 560 X 436 X 708 X 273 X 64 X 145 X 239 X 687 X 523 X 603 X 536 X 576 X 136 X 729 X 244 X 229 X 262 X 660 X +USW00021504199605WDF1 360 X 360 X 20 X 10 X 20 X 360 X 80 X 10 X 360 X 20 X 20 X 20 X 100 X 140 X 50 X 340 X 60 X 290 X 140 X 120 X 100 X 100 X 120 X 80 X 100 X 170 X 30 X 110 X 140 X 120 X 40 X +USW00021504199605WDFG 360W X 45W X 45W X 360W X 45W X 360W X 135W X 360W X 360W X 360W X 45W X 90W X 90W X 45W X 45W X 45W X 90W X 45W X 135W X 135W X 90W X 90W X 135W X 135W X 90W X 90W X 45W X 135W X 225W X 90W X 360W X +USW00021504199605WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199605WSF1 54 X 45 X 40 X 45 X 40 X 54 X 45 X 67 X 67 X 54 X 54 X 54 X 58 X 54 X 63 X 54 X 63 X 36 X 67 X 63 X 58 X 58 X 67 X 58 X 54 X 45 X 45 X 72 X 58 X 54 X 58 X +USW00021504199605WSFG 87 X 62 X 62 X 62 X 77 X 67 X 87 X 87 X 87 X 67 X 72 X 77 X 87 X 72 X 72 X 77 X 82 X 103 X 77 X 87 X 87 X 98 X 93 X 98 X 82 X 77 X 72 X 113 X 82 X 72 X 67 X +USW00021504199605WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199605WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199605WT16 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199606TMAX 289 0 289 0 294 0 294 0 294 0 300 0 300 0 300 0 300 0 294 0 294 0 306 0 300 0 306 0 300 0 283 0 289 0 267 0 272 0 294 0 294 0 294 0 289 0 294 0 300 0 294 0 289 0 289 0 306 0 283 0-9999 +USW00021504199606TMIN 200 0 189 0 189 0 194 0 200 0 217 0 211 0 222 0 211 0 206 0 222 0 200 0 211 0 194 0 206 0 206 0 200 0 211 0 206 0 194 0 194 0 194 0 194 0 194 0 217 0 217 0 217 0 206 0 206 0 217 0-9999 +USW00021504199606PRCP 10 0 25 0 43 0 13 0 10 0 13 0 25 0 114 0 36 0 208 0 0 0 0 0 5 0 8 0 3 0 147 0 135 0 366 0 196 0 10 0 53 0 53 0 366 0 302 0 201 0 15 0 79 0 41 0 86 0 61 0-9999 +USW00021504199606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199606ACMH 30 X 40 X 60 X 60 X 60 X 80 X 80 X 80 X 70 X 70 X 60 X 40 X 60 X 60 X 80 X 100 X 80 X 90 X 80 X 40 X 60 X 50 X 60 X 60 X 70 X 90 X 80 X 60 X 70 X 90 X-9999 +USW00021504199606ACSH 20 X 30 X 70 X 60 X 60 X 80 X 80 X 80 X 80 X 80 X 60 X 30 X 60 X 70 X 90 X 100 X 70 X 90 X 80 X 20 X 60 X 40 X 50 X 50 X 60 X 80 X 60 X 40 X 60 X 90 X-9999 +USW00021504199606AWND 31 X 29 X 33 X 32 X 31 X 27 X 32 X 31 X 34 X 30 X 37 X 34 X 32 X 34 X 30 X 33 X 33 X 32 X 32 X 31 X 33 X 29 X 35 X 34 X 30 X 33 X 33 X 30 X 31 X 28 X-9999 +USW00021504199606FMTM 1154 X 1152 X 1453 X 1652 X 1254 X 1250 X 1352 X 1253 X 0754 X 1352 X 1352 X 1351 X 1552 X 1252 X 1150 X 1053 X 1751 X 1551 X 1105 X 1253 X 1552 X 1650 X 1836 X 1551 X 1151 X 1650 X 1251 X 1551 X 1352 X 1453 X-9999 +USW00021504199606PGTM 1127 X 1220 X 1433 X 1654 X 1223 X 1017 X 0516 X 1243 X 0802 X 1145 X 1258 X 1412 X 1552 X 0849 X 1143 X 1527 X 2345 X 1507 X 2114 X 1504 X 1413 X 1320 X 1727 X 1250 X 1422 X 1620 X 1250 X 1553 X 1417 X 1451 X-9999 +USW00021504199606TSUN 741 X 601 X 657 X 539 X 620 X 515 X 427 X 408 X 236 X 179 X 447 X 624 X 472 X 593 X 289 X 307 X 440 X 205 X 222 X 700 X 489 X 611 X 542 X 601 X 501 X 527 X 605 X 557 X 533 X 375 X-9999 +USW00021504199606WDF1 10 X 40 X 120 X 80 X 50 X 60 X 80 X 100 X 130 X 120 X 120 X 80 X 100 X 120 X 60 X 280 X 100 X 80 X 90 X 30 X 30 X 50 X 40 X 90 X 70 X 50 X 60 X 30 X 110 X 90 X-9999 +USW00021504199606WDFG 45W X 90W X 90W X 90W X 45W X 180W X 180W X 90W X 135W X 135W X 135W X 90W X 90W X 90W X 45W X 360W X 45W X 90W X 225W X 45W X 90W X 360W X 45W X 45W X 90W X 45W X 90W X 45W X 45W X 90W X-9999 +USW00021504199606WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199606WSF1 45 X 67 X 58 X 63 X 54 X 45 X 54 X 58 X 67 X 67 X 76 X 58 X 58 X 63 X 72 X 63 X 63 X 58 X 67 X 63 X 54 X 45 X 58 X 58 X 58 X 54 X 72 X 67 X 54 X 63 X-9999 +USW00021504199606WSFG 82 X 82 X 87 X 98 X 72 X 77 X 82 X 93 X 123 X 98 X 113 X 82 X 82 X 93 X 103 X 77 X 77 X 103 X 93 X 82 X 77 X 103 X 98 X 87 X 87 X 87 X 82 X 82 X 82 X 77 X-9999 +USW00021504199606WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199607TMAX 294 0 289 0 294 0 283 0 294 0 283 0 294 0 306 0 306 0 283 0 289 0 289 0 294 0 289 0 289 0 306 0 306 0 300 0 300 0 300 0 306 0 289 0 306 0 300 0 294 0 278 0 300 0 306 0 294 0 294 0 294 0 +USW00021504199607TMIN 222 0 217 0 206 0 194 0 211 0 206 0 189 0 206 0 222 0 206 0 217 0 222 0 211 0 211 0 206 0 211 0 206 0 211 0 206 0 211 0 217 0 194 0 222 0 228 0 200 0 194 0 222 0 217 0 217 0 217 0 211 0 +USW00021504199607PRCP 18 0 81 0 56 0 122 0 361 0 122 0 0T 0 10 0 0T 0 312 0 246 0 140 0 3 0 15 0 226 0 185 0 155 0 56 0 206 0 58 0 145 0 191 0 0 0 0 0 10 0 516 0 28 0 0T 0 23 0 30 0 43 0 +USW00021504199607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199607ACMH 75O X 75O X 75O X 75O X 88O X 75O X 25O X 63O X 50O X 100O X 100O X 100O X 88O X 50O X 75O X 75O X 75O X 75O X 75O X 75O X 88O X 100O X 75O X 88O X 75O X 75O X 50O X 63O X 75O X 88O X 75O X +USW00021504199607ACSH 63O X 63O X 75O X 75O X 75O X 88O X 25O X 50O X 50O X 100O X 100O X 100O X 88O X 25O X 63O X 75O X 63O X 75O X 75O X 75O X 88O X 100O X 88O X 88O X 88O X 100O X 50O X 63O X 88O X 88O X 75O X +USW00021504199607AWND 31 X 32 X 30 X 30 X 29 X 34 X 30 X 32 X 33 X 33 X 30 X 34 X 30 X 31 X 34 X 33 X 32 X 30 X 30 X 32 X 26 X 28 X 34 X 26 X 32 X 27 X 34 X 31 X 29 X 24 X 30 X +USW00021504199607FMTM 1250 X 1751 X 1554 X 1220 X 1139 X 1452 X 1351 X 1252 X 1351 X 1352 X 1252 X 1453 X 1052 X 1252 X 1355 X 1653 X 1352 X 1950 X 1909 X 1551 X 1055 X 1354 X 1251 X 1750 X 1354 X 1354 X 1450 X 0652 X 1652 X 0843 X 1353 X +USW00021504199607PGTM 1219 X 0918 X 1011 X 1221 X 1104 X 1533 X 1623 X 1148 X 1424 X 0943 X 1308 X 1022 X 1620 X 1205 X 1633 X 1653 X 1955 X 1330 X 1907 X 2035 X 1103 X 1304 X 1305 X 1302 X 1319 X 1358 X 1431 X 1230 X 1206 X 0843 X 1212 X +USW00021504199607TSUN 543 X 582 X 412 X 370 X 456 X 392 X 680 X 572 X 533 X 199 X 353 X 258 X 485 X 597 X 378 X 512 X 428 X 519 X 333 X 273 X 212 X 13 X 453 X 483 X 670 X 77 X 484 X 454 X 247 X 291 X 316 X +USW00021504199607WDF2 10 X 50 X 350 X 70 X 60 X 60 X 20 X 80 X 100 X 100 X 80 X 60 X 10 X 90 X 60 X 120 X 80 X 10 X 120 X 40 X 130 X 90 X 130 X 40 X 20 X 80 X 120 X 240 X 100 X 100 X 10 X +USW00021504199607WDFG 90 X 90 X 90 X 90 X 90 X 90 X 50 X 90 X 90 X 90 X 90 X 90 X 50 X 50 X 90 X 140 X 360 X 50 X 90 X 240 X 140 X 140 X 140 X 90 X 360 X 90 X 140 X 90 X 90 X 90 X 90 X +USW00021504199607WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199607WSF2 58 X 45 X 54 X 72 X 40 X 63 X 58 X 54 X 67 X 67 X 58 X 72 X 54 X 54 X 63 X 67 X 63 X 54 X 63 X 54 X 58 X 54 X 63 X 40 X 45 X 58 X 63 X 54 X 54 X 72 X 40 X +USW00021504199607WSFG 89 X 76 X 80 X 98 X 80 X 94 X 72 X 94 X 89 X 98 X 89 X 80 X 80 X 80 X 80 X 89 X 98 X 72 X 139 X 76 X 80 X 80 X 94 X 72 X 72 X 76 X 98 X 76 X 89 X 98 X 72 X +USW00021504199607WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199607WV20 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504199608TMAX 294 0 289 0 294 0 294 0 294 0 294 0 278 0 289 0 294 0 306 0 311 0 294 0 283 0 306 0 289 0 278 0 294 0 300 0 294 0 294 0 289 0 300 0 311 0 317 0 311 0 306 0 306 0 300 0 306 0 311 0 317 0 +USW00021504199608TMIN 200 0 211 0 211 0 200 0 206 0 206 0 200 0 183 0 194 0 200 0 211 0 239 0 217 0 206 0 206 0 206 0 206 0 217 0 211 0 206 0 194 0 200 0 206 0 222 0 222 0 217 0 200 0 200 0 200 0 200 0 228 0 +USW00021504199608PRCP 38 0 18 0 25 0 36 0 64 0 147 0 20 0 0 0 0 0 36 0 10 0 117 0 318 0 36 0 91 0 140 0 20 0 28 0 28 0 3 0 0 0 0 0 3 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 33 0 +USW00021504199608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199608ACMH 50O X 88O X 50O X 75O X 63O X 63O X 75O X 63O X 63O X 50O X 50O X 88O X 88O X 50O X 63O X 88O X 75O X 75O X 75O X 38O X 25O X 25O X 50O X 63O X 63O X 50O X 25O X 50O X 13O X 38O X 63O X +USW00021504199608ACSH 38O X 88O X 38O X 75O X 63O X 75O X 100O X 75O X 63O X 50O X 50O X 88O X 100O X 63O X 50O X 88O X 75O X 75O X 75O X 25O X 13O X 13O X 38O X 50O X 38O X 38O X 25O X 63O X 13O X 50O X 63O X +USW00021504199608AWND 32 X 26 X 30 X 28 X 27 X 27 X 25 X 28 X 30 X 29 X 28 X 23 X 32 X 29 X 30 X 27 X 30 X 33 X 27 X 28 X 30 X 28 X 29 X 30 X 28 X 29 X 35 X 30 X 32 X 38 X 31 X +USW00021504199608FMTM 2152 X 1253 X 1252 X 1351 X 0751 X 0827 X 1336 X 1152 X 1353 X 2325 X 1554 X 0802 X 1353 X 1351 X 1650 X 0939 X 1652 X 1353 X 1052 X 1054 X 1452 X 1152 X 1650 X 1252 X 1450 X 1250 X 0752 X 1651 X 0156 X 1352 X 1152 X +USW00021504199608PGTM 2158 X 1309 X 1558 X 1351 X 0316 X 0412 X 1054 X 1425 X 1453 X 0928 X 1421 X 1535 X 1327 X 1416 X 1053 X 1407 X 1650 X 1430 X 1059 X 1301 X 1413 X 1517 X 1716 X 1058 X 1435 X 1431 X 1147 X 1346 X 0156 X 1512 X 1201 X +USW00021504199608TSUN 600 X 203 X 591 X 423 X 505 X 407 X 154 X 258 X 648 X 584 X 567 X 258 X 34 X 630 X 536 X 214 X 419 X 376 X 406 X 493 X 597 X 633 X 468 X 496 X 426 X 577 X 683 X 610 X 695 X 505 X 483 X +USW00021504199608WDF2 60 X 100 X 110 X 80 X 260 X 250 X 260 X 100 X 100 X 110 X 70 X 40 X 90 X 60 X 100 X 200 X 130 X 40 X 50 X 200 X 200 X 70 X 120 X 110 X 80 X 100 X 210 X 300 X 220 X 90 X 100 X +USW00021504199608WDFG 90 X 90 X 90 X 90 X 240 X 50 X 360 X 90 X 360 X 360 X 50 X 50 X 90 X 50 X 320 X 90 X 140 X 50 X 50 X 50 X 50 X 50 X 140 X 90 X 90 X 90 X 50 X 50 X 240 X 90 X 90 X +USW00021504199608WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199608WSF2 54 X 54 X 54 X 58 X 58 X 58 X 40 X 54 X 45 X 67 X 58 X 40 X 67 X 54 X 45 X 58 X 54 X 58 X 54 X 40 X 45 X 40 X 54 X 54 X 54 X 45 X 76 X 40 X 76 X 67 X 76 X +USW00021504199608WSFG 76 X 72 X 72 X 76 X 76 X 72 X 89 X 76 X 67 X 80 X 72 X 76 X 89 X 72 X 103 X 89 X 80 X 80 X 80 X 76 X 72 X 72 X 76 X 89 X 72 X 76 X 89 X 76 X 76 X 103 X 103 X +USW00021504199608WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00021504199608WV20 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 +USW00021504199609TMAX 311 0 300 0 300 0 294 0 300 0 300 0 267 0 306 0 300 0 294 0 289 0 294 0 300 0 300 0 267 0 306 0 306 0 294 0 311 0 300 0 294 0 289 0 300 0 300 0 289 0 289 0 294 0 306 0 311 0 306 0-9999 +USW00021504199609TMIN 222 0 217 0 217 0 200 0 200 0 206 0 211 0 217 0 206 0 211 0 211 0 211 0 222 0 211 0 217 0 217 0 206 0 217 0 189 0 200 0 206 0 200 0 194 0 217 0 211 0 206 0 194 0 200 0 189 0 206 0-9999 +USW00021504199609PRCP 61 0 91 0 81 0 10 0 3 0 64 0 465 0 10 0 8 0 150 0 112 0 206 0 58 0 76 0 48 0 23 0 36 0 41 0 0 0 41 0 0T 0 8 0 53 0 20 0 91 0 30 0 0T 0 0 0 0 0 0 0-9999 +USW00021504199609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199609ACMH 75O X 75O X 75O X 50O X 38O X 88O X 88O X 63O X 63O X 75O X 75O X 100O X 75O X 75O X 88O X 63O X 75O X 75O X 50O X 75O X 63O X 75O X 88O X 100O X 75O X 75O X 25O X 38O X 25O X 50O X-9999 +USW00021504199609ACSH 63O X 63O X 63O X 63O X 38O X 75O X 100O X 75O X 63O X 75O X 75O X 100O X 75O X 75O X 100O X 38O X 75O X 75O X 75O X 75O X 63O X 100O X 88O X 100O X 75O X 63O X 13O X 38O X 25O X 50O X-9999 +USW00021504199609AWND 31 X 32 X 31 X 26 X 29 X 27 X 25 X 31 X 30 X 29 X 26 X 27 X 29 X 29 X 25 X 30 X 30 X 27 X 30 X 31 X 30 X 26 X 31 X 28 X 26 X 27 X 27 X 34 X 35 X 32 X-9999 +USW00021504199609FMTM 1352 X 1254 X 1453 X 0950 X 1112 X 1251 X 1352 X 1452 X 1152 X 1453 X 1250 X 1050 X 1150 X 1454 X 1755 X 1052 X 1452 X 1451 X 1253 X 1353 X 1152 X 1152 X 1529 X 1255 X 0719 X 1352 X 1553 X 1152 X 1051 X 1150 X-9999 +USW00021504199609PGTM 1102 X 1254 X 1304 X 1523 X 1107 X 1428 X 1317 X 1351 X 1903 X 1332 X 1302 X 1627 X 1424 X 1410 X 1944 X 1328 X 0757 X 1326 X 1234 X 1428 X 1152 X 1029 X 1521 X 1405 X 1542 X 1344 X 1254 X 1431 X 1400 X 1134 X-9999 +USW00021504199609TSUN 605 X 505 X 484 X 310 X 554 X 368 X 89 X 494 X 497 X 430 X 290 X 116 X 544 X 343 X 116 X 606 X 367 X 214 X 424 X 523 X 587 X 202 X 324 X 476 X 300 X 408 X 659 X 507 X 575 X 553 X-9999 +USW00021504199609WDF2 50 X 60 X 80 X 50 X 110 X 300 X 160 X 100 X 300 X 60 X 40 X 50 X 40 X 110 X 250 X 110 X 60 X 110 X 90 X 80 X 50 X 240 X 90 X 90 X 240 X 50 X 200 X 90 X 120 X 90 X-9999 +USW00021504199609WDFG 140 X 50 X 90 X 90 X 140 X 90 X 140 X 90 X 90 X 50 X 50 X 270 X 90 X 90 X 240 X 90 X 140 X 90 X 90 X 90 X 50 X 90 X 90 X 90 X 90 X 50 X 90 X 90 X 140 X 90 X-9999 +USW00021504199609WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199609WSF2 54 X 63 X 58 X 58 X 80 X 63 X 40 X 63 X 54 X 54 X 54 X 45 X 54 X 63 X 40 X 67 X 63 X 63 X 58 X 45 X 58 X 45 X 67 X 54 X 45 X 40 X 36 X 67 X 72 X 58 X-9999 +USW00021504199609WSFG 63 X 76 X 80 X 63 X 107 X 89 X 58 X 98 X 72 X 76 X 98 X 80 X 72 X 89 X 72 X 76 X 76 X 98 X 76 X 72 X 72 X 89 X 89 X 72 X 58 X 67 X 67 X 89 X 107 X 76 X-9999 +USW00021504199609WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00021504199609WV20-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00021504199610TMAX 322 0 306 0 311 0 311 0 306 0 311 0 306 0 311 0 306 0 300 0 294 0 300 0 294 0 294 0 300 0 300 0 300 0 306 0 267 0 289 0 294 0 283 0 283 0 283 0 294 0 294 0 289 0 294 0 278 0 278 0 294 0 +USW00021504199610TMIN 200 0 211 0 183 0 206 0 206 0 217 0 206 0 206 0 200 0 206 0 206 0 200 0 200 0 206 0 200 0 217 0 211 0 211 0 211 0 217 0 211 0 211 0 211 0 194 0 206 0 206 0 222 0 206 0 211 0 194 0 194 0 +USW00021504199610PRCP 0 0 0 0 0 0 0 0 0T 0 0T 0 23 0 28 0 0T 0 0 0 0T 0 18 0 18 0 145 0 140 0 135 0 282 0 478 0 770 0 18 0 15 0 127 0 130 0 140 0 30 0 28 0 41 0 51 0 99 0 28 0 71 0 +USW00021504199610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199610ACMH 50O X 50O X 38O X 50O X 50O X 50O X 63O X 75O X 25O X 63O X 38O X 50O X 50O X 75O X 88O X 88O X 88O X 88O X 100O X 88O X 75O X 88O X 75O X 75O X 75O X 75O X 75O X 63O X 100O X 88O X 100O X +USW00021504199610ACSH 25O X 38O X 50O X 38O X 50O X 38O X 63O X 88O X 25O X 63O X 38O X 50O X 50O X 88O X 75O X 88O X 88O X 88O X 100O X 75O X 88O X 88O X 63O X 75O X 63O X 63O X 75O X 63O X 100O X 88O X 100O X +USW00021504199610AWND 33 X 30 X 29 X 29 X 31 X 33 X 31 X 31 X 27 X 32 X 33 X 30 X 32 X 30 X 29 X 33 X 33 X 28 X 30 X 34 X 27 X 32 X 31 X 30 X 35 X 34 X 33 X 29 X 25 X 30 X 31 X +USW00021504199610FMTM 1450 X 0952 X 1152 X 1252 X 1450 X 1553 X 1050 X 1050 X 1150 X 1652 X 1055 X 1151 X 1355 X 1430 X 1153 X 1429 X 1351 X 1353 X 1353 X 1455 X 1454 X 1551 X 2035 X 1555 X 1354 X 1350 X 1450 X 1053 X 1052 X 1451 X 1052 X +USW00021504199610PGTM 1344 X 1355 X 1525 X 1229 X 1422 X 1427 X 1052 X 2318 X 1212 X 1332 X 1226 X 1125 X 1249 X 1259 X 0036 X 1227 X 1348 X 1427 X 1719 X 1509 X 1446 X 1551 X 1728 X 1554 X 1224 X 1349 X 1356 X 1725 X 1054 X 1142 X 1350 X +USW00021504199610TSUN 564 X 529 X 405 X 419 X 433 X 548 X 536 X 588 X 667 X 543 X 580 X 534 X 367 X 216 X 207 X 226 X 190 X 276 X 1 X 426 X 175 X 91 X 409 X 229 X 443 X 426 X 341 X 334 X 138 X 77 X 237 X +USW00021504199610WDF2 110 X 110 X 80 X 80 X 100 X 100 X 90 X 120 X 60 X 40 X 40 X 360 X 40 X 100 X 340 X 140 X 100 X 80 X 120 X 110 X 90 X 110 X 100 X 80 X 150 X 130 X 130 X 300 X 80 X 90 X 110 X +USW00021504199610WDFG 90 X 50 X 90 X 90 X 90 X 90 X 90 X 240 X 50 X 50 X 50 X 360 X 50 X 50 X 240 X 140 X 90 X 90 X 180 X 90 X 90 X 90 X 90 X 90 X 90 X 140 X 90 X 90 X 90 X 360 X 90 X +USW00021504199610WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199610WSF2 58 X 54 X 54 X 45 X 45 X 63 X 58 X 54 X 40 X 45 X 63 X 54 X 58 X 80 X 45 X 67 X 76 X 54 X 54 X 67 X 54 X 72 X 40 X 67 X 67 X 72 X 63 X 45 X 58 X 67 X 58 X +USW00021504199610WSFG 94 X 76 X 72 X 72 X 80 X 76 X 76 X 76 X 67 X 72 X 76 X 72 X 72 X 112 X 80 X 89 X 89 X 103 X 76 X 98 X 89 X 80 X 98 X 89 X 98 X 107 X 94 X 67 X 89 X 76 X 76 X +USW00021504199610WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00021504199610WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504199610WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 +USW00021504199610WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199610WV20 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504199611TMAX 306 0 294 0 294 0 289 0 278 0 306 0 333 0 294 0 244 0 267 0 283 0 294 0 256 0 306 0 272 0 311 0 283 0 267 0 267 0 272 0 261 0 272 0 239 0 278 0 267 0 289 0 267 0 278 0 283 0 278 0-9999 +USW00021504199611TMIN 222 0 222 0 217 0 217 0 206 0 194 0 222 0 206 0 211 0 206 0 200 0 194 0 217 0 217 0 217 0 217 0 217 0 189 0 172 0 200 0 206 0 206 0 200 0 211 0 211 0 194 0 206 0 200 0 189 0 183 0-9999 +USW00021504199611PRCP 51 0 8 0 48 0 234 0 114 0 147 0 89 0 46 0 213 0 132 0 23 0 0 0 475 0 8 0 145 0 0 0 20 0 0T 0 142 0 76 0 81 0 36 0 411 0 137 0 371 0 79 0 218 0 30 0 130 0 147 0-9999 +USW00021504199611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199611ACMH 100O X 88O X 75O X 100O X 88O X 88O X 100O X 75O X 100O X 100O X 88O X 88O X 100O X 100O X 100O X 88O X 88O X 50O X 50O X 100O X 100O X 100O X 100O X 88O X 100O X 75O X 100O X 88O X 75O X 100O X-9999 +USW00021504199611ACSH 88O X 75O X 63O X 88O X 100O X 88O X 88O X 75O X 100O X 100O X 100O X 88O X 100O X 100O X 100O X 100O X 88O X 63O X 38O X 100O X 100O X 100O X 100O X 75O X 100O X 63O X 88O X 75O X 75O X 100O X-9999 +USW00021504199611AWND 32 X 33 X 29 X 34 X 22 X 37 X 35 X 33 X 45 X 31 X 24 X 43 X 34 X 38 X 30 X 30 X 38 X 59 X 42 X 39 X 25 X 23 X 26 X 29 X 23 X 27 X 29 X 30 X 33 X 30 X-9999 +USW00021504199611FMTM 1354 X 1351 X 1250 X 1526 X 1250 X 1554 X 1555 X 2350 X 2350 X 0350 X 1253 X 1255 X 0154 X 1553 X 1550 X 1651 X 1951 X 0753 X 1352 X 0643 X 0424 X 2353 X 1312 X 1150 X 0144 X 2324 X 1454 X 1139 X 1152 X 1951 X-9999 +USW00021504199611PGTM 1344 X 1413 X 1131 X 1306 X 1244 X 1304 X 1520 X 2353 X 0008 X 1837 X 1533 X 1417 X 0125 X 1610 X 1252 X 1307 X 1948 X 0534 X 1734 X 0641 X 1217 X 1410 X 1330 X 0453 X 0134 X 1136 X 1203 X 0942 X 1323 X 1321 X-9999 +USW00021504199611TSUN 265 X 312 X 459 X 346 X 7 X 383 X 350 X 403 X 47 X 46 X 33 X 245 X 6 X 161 X 14 X 185 X 116 X 425 X 467 X 135 X 18 X 69 X 0 X 124 X 13 X 276 X 108 X 83 X 346 X 158 X-9999 +USW00021504199611WDF2 120 X 110 X 100 X 130 X 190 X 120 X 350 X 360 X 360 X 360 X 100 X 140 X 150 X 120 X 140 X 140 X 350 X 350 X 360 X 360 X 240 X 240 X 340 X 90 X 180 X 280 X 100 X 100 X 90 X 160 X-9999 +USW00021504199611WDFG 140 X 90 X 90 X 140 X 180 X 140 X 360 X 360 X 360 X 360 X 90 X 140 X 140 X 140 X 140 X 140 X 360 X 360 X 360 X 360 X 90 X 50 X 360 X 90 X 180 X 360 X 90 X 140 X 90 X 140 X-9999 +USW00021504199611WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199611WSF2 67 X 67 X 54 X 67 X 40 X 67 X 72 X 94 X 94 X 54 X 40 X 76 X 63 X 72 X 63 X 63 X 94 X 80 X 63 X 94 X 54 X 36 X 54 X 58 X 45 X 40 X 63 X 54 X 58 X 58 X-9999 +USW00021504199611WSFG 94 X 94 X 76 X 107 X 63 X 112 X 107 X 103 X 107 X 72 X 58 X 130 X 103 X 98 X 89 X 103 X 116 X 125 X 98 X 112 X 72 X 63 X 63 X 72 X 67 X 76 X 89 X 94 X 89 X 103 X-9999 +USW00021504199611WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199611WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199611WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199611WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199611WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199611WV20 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504199612TMAX 267 0 272 0 272 0 278 0 272 0 256 0 228 0 233 0 261 0 272 0 278 0 261 0 256 0 278 0 244 0 250 0 261 0 272 0 283 0 283 0 272 0 278 0 294 0 250 0 283 0 300 0 306 0 239 0 278 0 289 0 294 0 +USW00021504199612TMIN 189 0 194 0 178 0 194 0 189 0 183 0 189 0 178 0 172 0 178 0 161 0 178 0 200 0 178 0 211 0 178 0 167 0 189 0 200 0 189 0 200 0 172 0 178 0 222 0 222 0 206 0 194 0 200 0 172 0 172 0 194 0 +USW00021504199612PRCP 300 0 284 0 145 0 180 0 48 0 58 0 130 0 122 0 3 0 0T 0 0T 0 48 0 160 0 33 0 0T 0 0T 0 0T 0 23 0 15 0 0 0 0T 0 0 0 0 0 196 0 5 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00021504199612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199612ACMH 100O X 88O X 88O X 75O X 75O X 100O X 100O X 88O X 88O X 63O X 63O X 88O X 75O X 63O X 100O X 88O X 75O X 88O X 50O X 100O X 100O X 50O X 75O X 100O X 100O X 25O X 38O X 100O X 88O X 50O X 50O X +USW00021504199612ACSH 100O X 100O X 88O X 63O X 75O X 100O X 100O X 88O X 88O X 38O X 50O X 100O X 88O X 63O X 100O X 88O X 75O X 75O X 50O X 100O X 100O X 50O X 63O X 100O X 88O X 13O X 25O X 100O X 88O X 50O X 38O X +USW00021504199612AWND 27 X 27 X 27 X 26 X 29 X 34 X 60 X 47 X 31 X 31 X 27 X 28 X 28 X 24 X 38 X 34 X 25 X 32 X 32 X 28 X 24 X 34 X 30 X 28 X 18 X 41 X 28 X 42 X 29 X 30 X 30 X +USW00021504199612FMTM 1953 X 1432 X 0919 X 1753 X 1150 X 1755 X 0945 X 0017 X 1553 X 1353 X 1453 X 1053 X 0954 X 1253 X 1252 X 0050 X 1156 X 1253 X 1353 X 1654 X 1454 X 1508 X 1453 X 1553 X 1253 X 1152 X 1852 X 0154 X 1351 X 1450 X 1351 X +USW00021504199612PGTM 1937 X 1610 X 1532 X 1708 X 1352 X 1755 X 1043 X 0019 X 1358 X 1331 X 1421 X 1418 X 1417 X 1228 X 1325 X 0055 X 1406 X 1432 X 1433 X 1601 X 1420 X 1345 X 1232 X 1532 X 1158 X 1234 X 1832 X 0743 X 1316 X 1312 X 1427 X +USW00021504199612TSUN 44 X 89 X 121 X 297 X 144 X 72 X 15 X 72 X 101 X 487 X 396 X 0 X 57 X 195 X 72 X 60 X 152 X 231 X 340 X 113 X 12 X 293 X 188 X 3 X 55 X 527 X 392 X 0 X 153 X 492 X 463 X +USW00021504199612WDF2 270 X 80 X 250 X 280 X 40 X 200 X 100 X 200 X 40 X 90 X 120 X 140 X 130 X 100 X 360 X 360 X 300 X 110 X 140 X 120 X 130 X 130 X 160 X 360 X 110 X 140 X 350 X 350 X 100 X 100 X 40 X +USW00021504199612WDFG 270 X 90 X 90 X 50 X 90 X 360 X 360 X 360 X 360 X 90 X 140 X 90 X 140 X 360 X 360 X 360 X 50 X 140 X 140 X 140 X 140 X 140 X 140 X 360 X 90 X 140 X 360 X 360 X 360 X 360 X 50 X +USW00021504199612WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199612WSF2 45 X 58 X 40 X 40 X 45 X 72 X 103 X 98 X 45 X 45 X 45 X 45 X 54 X 58 X 63 X 72 X 45 X 63 X 67 X 45 X 54 X 72 X 58 X 45 X 40 X 89 X 54 X 76 X 54 X 40 X 45 X +USW00021504199612WSFG 76 X 80 X 67 X 89 X 103 X 94 X 148 X 116 X 72 X 67 X 76 X 67 X 76 X 89 X 89 X 103 X 58 X 116 X 98 X 76 X 89 X 98 X 116 X 89 X 63 X 165 X 94 X 107 X 76 X 63 X 67 X +USW00021504199612WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199612WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00021504199612WV20 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00021504199701TMAX 267 0 278 0 283 0 294 0 256 0 261 0 278 0 283 0 267 0 294 0 278 0 272 0 267 0 300 0 267 0 289 0 233 0 261 0 256 0 267 0 272 0 261 0 278 0 250 0 278 0 289 0 328 0 333 0 306 0 283 0 283 0 +USW00021504199701TMIN 189 0 194 0 178 0 194 0 194 0 178 0 178 0 161 0 172 0 189 0 194 0 178 0 172 0 172 0 183 0 172 0 178 0 161 0 178 0 194 0 183 0 183 0 167 0 161 0 156 0 194 0 178 0 183 0 167 0 178 0 189 0 +USW00021504199701PRCP 20 0 74 0 0 0 0T 0 46 0 8 0 0 0 0 0 5 0 13 0 41 0 0 0 0 0 0 0 0T 0 10 0 10 0 18 0 5 0 330 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 +USW00021504199701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199701ACMH 75O X 75O X 13O X 63O X 88O X 75O X 38O X 25O X 38O X 63O X 38O X 25O X 38O X 25O X 75O X 63O X 88O X 88O X 88O X 75O X 38O X 75O X 50O X 75O X 88O X 100O X 25O X 0O X 13O X 13O X 63O X +USW00021504199701ACSH 88O X 75O X 25O X 50O X 100O X 75O X 13O X 13O X 25O X 63O X 13O X 13O X 38O X 13O X 88O X 50O X 75O X 88O X 88O X 88O X 50O X 75O X 50O X 75O X 100O X 100O X 50O X 0O X 13O X 25O X 50O X +USW00021504199701AWND 36 X 36 X 34 X 42 X 16 X 26 X 30 X 31 X 34 X 27 X 35 X 26 X 27 X 36 X 33 X 48 X 64 X 28 X 35 X 30 X 33 X 26 X 38 X 24 X 34 X 28 X 36 X 41 X 28 X 28 X 33 X +USW00021504199701FMTM 1650 X 1450 X 1451 X 1455 X 1452 X 1351 X 1650 X 1351 X 1452 X 1454 X 1552 X 1354 X 1354 X 1554 X 1352 X 2321 X 2354 X 0950 X 1951 X 1552 X 1052 X 1354 X 1651 X 1150 X 1558 X 1751 X 1551 X 1402 X 1651 X 1052 X 1451 X +USW00021504199701PGTM 1523 X 1452 X 1335 X 1254 X 0037 X 1409 X 1216 X 1257 X 1524 X 1332 X 1427 X 1151 X 1325 X 1638 X 1220 X 2330 X 0655 X 1214 X 1622 X 0010 X 1032 X 1609 X 1529 X 1318 X 1635 X 1527 X 1613 X 1601 X 1657 X 1109 X 1502 X +USW00021504199701TSUN 128 X 240 X 504 X 431 X 0 X 133 X 513 X 477 X 456 X 295 X 510 X 386 X 335 X 502 X 15 X 387 X 78 X 23 X 82 X 149 X 362 X 52 X 305 X 252 X 211 X 159 X 603 X 629 X 631 X 548 X 405 X +USW00021504199701WDF2 360 X 130 X 20 X 150 X 250 X 20 X 10 X 110 X 350 X 110 X 100 X 30 X 50 X 130 X 120 X 340 X 350 X 280 X 160 X 20 X 120 X 40 X 10 X 20 X 340 X 110 X 130 X 350 X 140 X 100 X 90 X +USW00021504199701WDFG 50 X 140 X 360 X 140 X 180 X 360 X 90 X 90 X 360 X 90 X 90 X 50 X 50 X 180 X 140 X 360 X 360 X 50 X 140 X 140 X 140 X 180 X 360 X 50 X 320 X 90 X 140 X 50 X 140 X 90 X 90 X +USW00021504199701WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199701WSF2 63 X 72 X 72 X 76 X 31 X 54 X 45 X 54 X 58 X 54 X 76 X 40 X 45 X 72 X 63 X 107 X 98 X 45 X 58 X 45 X 58 X 45 X 76 X 45 X 67 X 54 X 72 X 76 X 67 X 54 X 63 X +USW00021504199701WSFG 94 X 98 X 94 X 112 X 45 X 67 X 67 X 80 X 72 X 80 X 94 X 63 X 67 X 112 X 94 X 139 X 134 X 80 X 89 X 80 X 89 X 76 X 116 X 63 X 94 X 63 X 116 X 125 X 76 X 72 X 89 X +USW00021504199701WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199701WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199701WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199701WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199701WT16 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504199701WV20 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00021504199702TMAX 283 0 283 0 283 0 289 0 283 0 278 0 272 0 278 0 278 0 256 0 267 0 278 0 278 0 272 0 272 0 272 0 278 0 278 0 267 0 272 0 278 0 278 0 250 0 244 0 250 0 261 0 233 0 278 0-9999 -9999 -9999 +USW00021504199702TMIN 189 0 183 0 172 0 178 0 183 0 194 0 194 0 183 0 189 0 189 0 178 0 167 0 172 0 161 0 178 0 161 0 194 0 200 0 189 0 189 0 172 0 167 0 200 0 194 0 167 0 150 0 183 0 189 0-9999 -9999 -9999 +USW00021504199702PRCP 0T 0 0T 0 5 0 0 0 0T 0 48 0 33 0 25 0 5 0 272 0 43 0 3 0 36 0 46 0 20 0 38 0 36 0 10 0 89 0 15 0 48 0 244 0 38 0 0 0 193 0 53 0 340 0 351 0-9999 -9999 -9999 +USW00021504199702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199702ACMH 38O X 63O X 25O X 50O X 88O X 75O X 88O X 75O X 75O X 88O X 63O X 50O X 50O X 63O X 63O X 75O X 88O X 88O X 75O X 50O X 38O X 50O X 38O X 25O X 75O X 88O X 88O X 88O X-9999 -9999 -9999 +USW00021504199702ACSH 38O X 63O X 38O X 75O X 88O X 63O X 88O X 63O X 63O X 100O X 75O X 38O X 50O X 75O X 75O X 88O X 75O X 88O X 88O X 50O X 25O X 38O X 25O X 25O X 75O X 88O X 100O X 63O X-9999 -9999 -9999 +USW00021504199702AWND 33 X 33 X 34 X 28 X 31 X 32 X 30 X 30 X 30 X 27 X 29 X 32 X 29 X 25 X 25 X 33 X 35 X 28 X 31 X 30 X 29 X 41 X 68 X 106 X 76 X 42 X 27 X 35 X-9999 -9999 -9999 +USW00021504199702FMTM 1552 X 1251 X 1252 X 1151 X 0951 X 1351 X 1153 X 1352 X 1452 X 1453 X 1454 X 1154 X 1455 X 1119 X 1322 X 1452 X 1452 X 1551 X 1250 X 1351 X 1455 X 2254 X 2350 X 1252 X 0152 X 1553 X 0217 X 1251 X-9999 -9999 -9999 +USW00021504199702PGTM 1518 X 1229 X 1345 X 1312 X 1226 X 1408 X 1228 X 1422 X 1223 X 1600 X 1320 X 1333 X 1313 X 1511 X 1316 X 1522 X 1432 X 1119 X 2226 X 1415 X 1413 X 2256 X 2357 X 1259 X 0143 X 1543 X 1007 X 0012 X-9999 -9999 -9999 +USW00021504199702TSUN 401 X 481 X 502 X 184 X 96 X 335 X 46 X 399 X 241 X 63 X 110 X 527 X 436 X 211 X 193 X 165 X 398 X 212 X 194 X 380 X 505 X 430 X 626 X 536 X 368 X 290 X 17 X 383 X-9999 -9999 -9999 +USW00021504199702WDF2 130 X 120 X 120 X 140 X 120 X 130 X 130 X 100 X 90 X 290 X 110 X 100 X 80 X 360 X 110 X 100 X 110 X 120 X 90 X 80 X 90 X 10 X 350 X 30 X 340 X 120 X 120 X 130 X-9999 -9999 -9999 +USW00021504199702WDFG 140 X 140 X 90 X 180 X 180 X 140 X 140 X 90 X 140 X 180 X 140 X 90 X 90 X 50 X 90 X 90 X 140 X 50 X 50 X 90 X 90 X 360 X 360 X 360 X 360 X 140 X 140 X 140 X-9999 -9999 -9999 +USW00021504199702WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199702WSF2 63 X 63 X 76 X 54 X 63 X 72 X 63 X 63 X 58 X 40 X 54 X 58 X 45 X 45 X 58 X 54 X 72 X 58 X 63 X 54 X 45 X 67 X 103 X 1962 XX 125 X 98 X 54 X 76 X-9999 -9999 -9999 +USW00021504199702WSFG 89 X 103 X 103 X 76 X 94 X 98 X 80 X 98 X 107 X 80 X 76 X 94 X 80 X 72 X 76 X 80 X 98 X 103 X 98 X 76 X 72 X 139 X 143 X 264 X 192 X 143 X 89 X 139 X-9999 -9999 -9999 +USW00021504199702WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504199702WT16 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504199702WV20 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504199703TMAX 272 0 283 0 267 0 228 0 261 0 267 0 256 0 267 0 267 0 267 0 261 0 294 0 283 0 294 0 278 0 300 0 283 0 256 0 250 0 261 0 283 0 278 0 272 0 261 0 256 0 261 0 256 0 261 0 267 0 272 0 278 0 +USW00021504199703TMIN 194 0 183 0 200 0 189 0 194 0 194 0 189 0 178 0 189 0 194 0 200 0 178 0 172 0 189 0 200 0 189 0 217 0 189 0 183 0 194 0 172 0 172 0 206 0 206 0 200 0 183 0 178 0 194 0 189 0 183 0 189 0 +USW00021504199703PRCP 99 0 74 0 132 0 500 0 218 0 168 0 206 0 183 0 180 0 335 0 231 0 0T 0 0T 0 8 0 5 0 0 0 13 0 15 0 30 0 10 0 0 0 3 0 61 0 472 0 424 0 297 0 597 0 376 0 178 0 43 0 30 0 +USW00021504199703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199703ACMH 88O X 88O X 88O X 100O X 100O X 88O X 88O X 88O X 75O X 88O X 100O X 50O X 63O X 50O X 75O X 63O X 100O X 100O X 100O X 100O X 88O X 63O X 100O X 100O X 88O X 88O X 88O X 88O X 75O X 75O X 63O X +USW00021504199703ACSH 88O X 88O X 75O X 100O X 100O X 75O X 88O X 88O X 75O X 88O X 100O X 50O X 75O X 38O X 88O X 50O X 100O X 88O X 100O X 100O X 100O X 63O X 100O X 100O X 100O X 75O X 88O X 88O X 75O X 63O X 63O X +USW00021504199703AWND 28 X 34 X 32 X 28 X 33 X 35 X 33 X 38 X 29 X 39 X 25 X 27 X 30 X 38 X 18 X 36 X 34 X 45 X 30 X 23 X 30 X 37 X 33 X 22 X 25 X 38 X 26 X 34 X 32 X 32 X 41 X +USW00021504199703FMTM 1253 X 1550 X 1355 X 1540 X 1439 X 1150 X 1451 X 1451 X 1453 X 1553 X 1451 X 1653 X 1152 X 1552 X 1554 X 1254 X 2154 X 1654 X 1458 X 1354 X 1151 X 1351 X 0854 X 1255 X 1353 X 1454 X 1814 X 1429 X 1451 X 1452 X 1452 X +USW00021504199703PGTM 1244 X 1547 X 1546 X 1700 X 1441 X 1055 X 1646 X 1458 X 2035 X 1426 X 1446 X 1343 X 1237 X 1503 X 1118 X 1608 X 2145 X 1654 X 1455 X 1212 X 1336 X 1316 X 0911 X 1305 X 1345 X 1510 X 1327 X 1409 X 1647 X 1446 X 1303 X +USW00021504199703TSUN 126 X 369 X 350 X 6 X 207 X 395 X 90 X 276 X 360 X 162 X 97 X 463 X 446 X 611 X 83 X 399 X 48 X 263 X 247 X 93 X 439 X 432 X 236 X 84 X 44 X 308 X 195 X 154 X 471 X 338 X 401 X +USW00021504199703WDF2 150 X 110 X 90 X 270 X 80 X 60 X 70 X 110 X 60 X 120 X 140 X 350 X 10 X 110 X 130 X 110 X 350 X 340 X 360 X 100 X 100 X 120 X 130 X 120 X 50 X 350 X 150 X 60 X 50 X 100 X 120 X +USW00021504199703WDFG 140 X 90 X 90 X 90 X 90 X 50 X 90 X 90 X 90 X 90 X 140 X 320 X 360 X 90 X 50 X 320 X 360 X 360 X 360 X 140 X 90 X 140 X 140 X 140 X 50 X 360 X 90 X 50 X 50 X 90 X 90 X +USW00021504199703WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199703WSF2 67 X 67 X 58 X 58 X 89 X 67 X 67 X 80 X 58 X 72 X 63 X 63 X 58 X 72 X 36 X 76 X 80 X 80 X 54 X 36 X 63 X 72 X 80 X 54 X 63 X 63 X 58 X 67 X 54 X 63 X 80 X +USW00021504199703WSFG 94 X 89 X 76 X 98 X 107 X 103 X 80 X 107 X 72 X 107 X 89 X 107 X 67 X 103 X 58 X 107 X 130 X 98 X 67 X 58 X 89 X 98 X 116 X 89 X 89 X 103 X 116 X 89 X 80 X 94 X 116 X +USW00021504199703WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199703WV20 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504199704TMAX 294 0 267 0 278 0 272 0 267 0 267 0 278 0 272 0 278 0 283 0 278 0 267 0 256 0 261 0 283 0 289 0 289 0 283 0 289 0 294 0 289 0 289 0 300 0 283 0 283 0 278 0 283 0 283 0 289 0 283 0-9999 +USW00021504199704TMIN 178 0 189 0 183 0 172 0 167 0 178 0 167 0 178 0 183 0 183 0 172 0 183 0 200 0 200 0 200 0 183 0 194 0 183 0 178 0 183 0 194 0 200 0 200 0 183 0 189 0 206 0 200 0 183 0 194 0 183 0-9999 +USW00021504199704PRCP 0 0 211 0 0T 0 0T 0 3 0 38 0 0T 0 107 0 140 0 3 0 43 0 97 0 145 0 104 0 18 0 0 0 15 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 109 0 211 0 213 0 23 0 15 0 10 0-9999 +USW00021504199704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199704ACMH 38O X 63O X 38O X 50O X 38O X 63O X 50O X 88O X 63O X 75O X 88O X 100O X 100O X 100O X 88O X 50O X 50O X 25O X 38O X 50O X 75O X 75O X 63O X 50O X 75O X 88O X 75O X 75O X 63O X 50O X-9999 +USW00021504199704ACSH 25O X 88O X 25O X 38O X 25O X 75O X 63O X 100O X 50O X 88O X 100O X 100O X 100O X 100O X 88O X 38O X 50O X 25O X 38O X 38O X 75O X 75O X 75O X 63O X 63O X 75O X 63O X 75O X 50O X 38O X-9999 +USW00021504199704AWND 39 X 28 X 30 X 31 X 32 X 34 X 37 X 34 X 31 X 35 X 37 X 32 X 23 X 31 X 34 X 31 X 35 X 41 X 41 X 40 X 34 X 39 X 34 X 37 X 38 X 30 X 29 X 32 X 28 X 29 X-9999 +USW00021504199704FMTM 1353 X 1555 X 1253 X 1551 X 1253 X 1453 X 1452 X 1152 X 1553 X 1358 X 1353 X 0101 X 1221 X 1152 X 1252 X 1255 X 1451 X 1451 X 1352 X 1353 X 1151 X 1354 X 1551 X 1457 X 1524 X 0250 X 0651 X 1055 X 1654 X 1453 X-9999 +USW00021504199704PGTM 1516 X 1545 X 1418 X 1506 X 1444 X 0822 X 1356 X 1043 X 1211 X 1440 X 1403 X 0220 X 1015 X 1729 X 1259 X 1414 X 1133 X 1423 X 1402 X 1453 X 1207 X 1437 X 0932 X 1318 X 1443 X 0314 X 0905 X 1142 X 1326 X 1413 X-9999 +USW00021504199704TSUN 588 X 163 X 591 X 517 X 653 X 380 X 531 X 224 X 655 X 445 X 331 X 99 X 2 X 86 X 297 X 540 X 547 X 627 X 551 X 547 X 533 X 445 X 411 X 684 X 537 X 517 X 591 X 431 X 552 X 573 X-9999 +USW00021504199704WDFG 140 X 140 X 90 X 50 X 360 X 50 X 140 X 140 X 90 X 140 X 90 X 240 X 270 X 240 X 90 X 50 X 90 X 140 X 90 X 140 X 90 X 90 X 140 X 50 X 50 X 90 X 320 X 360 X 140 X 90 X-9999 +USW00021504199704WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199704WSFG 125 X 76 X 76 X 76 X 67 X 76 X 94 X 76 X 98 X 107 X 94 X 94 X 63 X 76 X 89 X 89 X 98 X 116 X 125 X 116 X 112 X 112 X 98 X 72 X 98 X 125 X 94 X 98 X 89 X 76 X-9999 +USW00021504199704WT16-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199704WV20-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504199705TMAX 283 0 278 0 272 0 272 0 278 0 283 0 300 0 278 0 278 0 283 0 278 0 244 0 250 0 261 0 233 0 278 0 244 0 261 0 272 0 278 0 283 0 300 0 294 0 283 0 267 0 294 0 294 0 289 0 267 0 289 0 300 0 +USW00021504199705TMIN 200 0 206 0 194 0 200 0 183 0 194 0 200 0 189 0 183 0 194 0 183 0 200 0 194 0 200 0 200 0 194 0 194 0 200 0 189 0 206 0 206 0 189 0 194 0 217 0 217 0 217 0 222 0 222 0 217 0 217 0 206 0 +USW00021504199705PRCP 30 0 53 0 48 0 58 0 20 0 0T 0 137 0 0T 0 3 0 0T 0 10 0 320 0 76 0 183 0 853 0 511 0 10 0 3 0 0 0 0T 0 0T 0 0 0 0 0 28 0 152 0 36 0 36 0 46 0 64 0 13 0 41 0 +USW00021504199705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199705ACMH 63O X 88O X 100O X 88O X 75O X 88O X 100O X 100O X 63O X 75O X 75O X 100O X 100O X 100O X 100O X 100O X 100O X 100O X 100O X 100O X 75O X 88O X 63O X 88O X 100O X 88O X 88O X 88O X 100O X 100O X 63O X +USW00021504199705ACSH 50O X 88O X 100O X 75O X 63O X 100O X 100O X 100O X 50O X 63O X 75O X 100O X 100O X 100O X 100O X 100O X 100O X 100O X 100O X 88O X 75O X 88O X 63O X 88O X 100O X 75O X 75O X 88O X 100O X 88O X 38O X +USW00021504199705AWND 28 X 25 X 32 X 29 X 23 X 30 X 23 X 27 X 30 X 28 X 28 X 25 X 28 X 38 X 34 X 34 X 28 X 29 X 31 X 28 X 31 X 28 X 32 X 33 X 26 X 24 X 26 X 34 X 34 X 33 X 32 X +USW00021504199705FMTM 1051 X 2028 X 1851 X 1751 X 1155 X 1352 X 1344 X 1352 X 2034 X 1452 X 1751 X 1034 X 1751 X 1553 X 1251 X 1351 X 1353 X 2252 X 0851 X 1355 X 1453 X 1554 X 1151 X 1628 X 1153 X 1352 X 1153 X 1655 X 1154 X 1451 X 1151 X +USW00021504199705PGTM 1446 X 2028 X 1838 X 1741 X 1212 X 1309 X 1141 X 1417 X 1454 X 1213 X 1202 X 1259 X 1121 X 0957 X 1235 X 1351 X 0810 X 2237 X 1322 X 1243 X 1228 X 1556 X 1241 X 1614 X 1317 X 1257 X 1138 X 1707 X 1137 X 1517 X 1532 X +USW00021504199705TSUN 547 X 502 X 405 X 478 X 348 X 437 X 278 X 253 X 501 X 419 X 419 X 46 X 123 X 230 X 0 X 225 X 30 X 69 X 81 X 250 X 434 X 521 X 538 X 444 X 148 X 422 X 310 X 318 X 154 X 310 X 688 X +USW00021504199705WDF2 50 X 50 X 40 X 50 X 60 X 100 X 160 X 360 X 10 X 360 X 10 X 350 X 300 X 330 X 340 X 20 X 340 X 290 X 350 X 20 X 90 X 140 X 20 X 350 X 30 X 30 X 30 X 10 X 20 X 30 X 50 X +USW00021504199705WDFG 50 X 50 X 50 X 50 X 90 X 90 X 90 X 360 X 360 X 50 X 360 X 360 X 360 X 50 X 360 X 360 X 50 X 270 X 360 X 360 X 140 X 140 X 50 X 360 X 360 X 360 X 50 X 360 X 360 X 50 X 50 X +USW00021504199705WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199705WSF2 58 X 67 X 54 X 58 X 45 X 67 X 63 X 45 X 58 X 58 X 58 X 45 X 45 X 58 X 63 X 72 X 40 X 45 X 54 X 58 X 67 X 45 X 58 X 58 X 58 X 45 X 45 X 58 X 72 X 58 X 54 X +USW00021504199705WSFG 76 X 72 X 89 X 72 X 72 X 103 X 76 X 67 X 67 X 98 X 76 X 72 X 63 X 72 X 103 X 80 X 76 X 63 X 72 X 72 X 103 X 67 X 76 X 80 X 58 X 63 X 67 X 76 X 103 X 67 X 72 X +USW00021504199705WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199705WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00021504199705WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199705WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199705WV20 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504199706TMAX 283 0 283 0 283 0 283 0 306 0 289 0 283 0 289 0 300 0 289 0 283 0 283 0 283 0 283 0 283 0 283 0 289 0 278 0 261 0 289 0 289 0 283 0 289 0 289 0 283 0 283 0 283 0 283 0 283 0 283 0-9999 +USW00021504199706TMIN 217 0 222 0 211 0 217 0 217 0 222 0 211 0 217 0 194 0 222 0 206 0 200 0 211 0 206 0 200 0 206 0 200 0 206 0 211 0 217 0 200 0 206 0 200 0 206 0 222 0 217 0 222 0 228 0 217 0 211 0-9999 +USW00021504199706PRCP 185 0 198 0 142 0 23 0 0T 0 109 0 279 0 221 0 10 0 10 0 284 0 119 0 8 0 71 0 20 0 107 0 84 0 236 0 213 0 15 0 124 0 467 0 41 0 79 0 615 0 861 0 434 0 99 0 546 0 163 0-9999 +USW00021504199706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199706ACMH 88O X 88O X 88O X 75O X 63O X 88O X 100O X 88O X 50O X 75O X 88O X 75O X 63O X 75O X 75O X 88O X 63O X 88O X 88O X 63O X 63O X 88O X 75O X 75O X 88O X 100O X 100O X 88O X 100O X 88O X-9999 +USW00021504199706ACSH 88O X 88O X 75O X 75O X 50O X 88O X 100O X 88O X 50O X 75O X 88O X 75O X 38O X 75O X 88O X 88O X 63O X 88O X 100O X 63O X 63O X 88O X 75O X 75O X 88O X 100O X 100O X 88O X 88O X 88O X-9999 +USW00021504199706AWND 31 X 30 X 29 X 30 X 33 X 31 X 28 X 29 X 33 X 32 X 31 X 32 X 30 X 32 X 30 X 29 X 27 X 28 X 31 X 32 X 31 X 27 X 24 X 32 X 26 X 33 X 26 X 30 X 33 X 29 X-9999 +USW00021504199706FMTM 2043 X 1725 X 1451 X 1355 X 1853 X 1210 X 0344 X 1351 X 1252 X 1457 X 1351 X 0251 X 1954 X 1452 X 1252 X 1552 X 1454 X 1354 X 1851 X 1651 X 1251 X 1114 X 0135 X 2241 X 1151 X 1251 X 1525 X 1827 X 1752 X 1244 X-9999 +USW00021504199706PGTM 2036 X 1717 X 1510 X 1324 X 1400 X 1208 X 1447 X 1211 X 1233 X 0718 X 1341 X 1707 X 2222 X 1453 X 1246 X 1549 X 1423 X 1259 X 2220 X 1301 X 1207 X 1108 X 1401 X 2240 X 1619 X 1107 X 1517 X 1607 X 0900 X 1303 X-9999 +USW00021504199706TSUN 325 X 447 X 375 X 252 X 650 X 256 X 272 X 233 X 554 X 559 X 212 X 241 X 713 X 186 X 144 X 333 X 566 X 265 X 54 X 605 X 353 X 416 X 529 X 599 X 351 X 171 X 154 X 365 X 61 X 317 X-9999 +USW00021504199706WDF2 90 X 90 X 10 X 80 X 100 X 50 X 20 X 100 X 70 X 50 X 90 X 250 X 50 X 90 X 50 X 60 X 360 X 60 X 60 X 60 X 90 X 160 X 170 X 50 X 20 X 70 X 100 X 50 X 90 X 60 X-9999 +USW00021504199706WDFG 90 X 90 X 360 X 90 X 90 X 50 X 90 X 140 X 90 X 50 X 90 X 270 X 140 X 90 X 50 X 50 X 50 X 50 X 50 X 50 X 90 X 140 X 140 X 50 X 90 X 90 X 90 X 90 X 180 X 90 X-9999 +USW00021504199706WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199706WSF2 63 X 58 X 45 X 63 X 63 X 76 X 3169 XX 54 X 67 X 54 X 72 X 58 X 54 X 63 X 54 X 54 X 36 X 58 X 54 X 63 X 72 X 67 X 54 X 76 X 40 X 67 X 67 X 63 X 54 X 67 X-9999 +USW00021504199706WSFG 80 X 72 X 63 X 98 X 80 X 98 X 94 X 89 X 80 X 80 X 94 X 76 X 76 X 80 X 80 X 76 X 67 X 80 X 89 X 94 X 107 X 116 X 72 X 94 X 89 X 112 X 94 X 103 X 103 X 103 X-9999 +USW00021504199706WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199706WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199706WV20 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504199707TMAX 283 0 283 0 283 0 289 0 289 0 300 0 294 0 283 0 294 0 289 0 283 0 294 0 294 0 306 0 311 0 289 0 294 0 283 0 306 0 306 0 294 0 278 0 294 0 289 0 283 0 289 0 289 0 306 0 294 0 272 0 294 0 +USW00021504199707TMIN 211 0 194 0 194 0 206 0 206 0 206 0 217 0 217 0 228 0 233 0 228 0 222 0 206 0 200 0 228 0 222 0 206 0 217 0 217 0 200 0 194 0 222 0 228 0 200 0 217 0 211 0 206 0 200 0 217 0 217 0 211 0 +USW00021504199707PRCP 64 0 132 0 145 0 218 0 89 0 41 0 89 0 244 0 274 0 140 0 173 0 18 0 3 0 0 0 25 0 104 0 193 0 76 0 5 0 15 0 127 0 178 0 64 0 165 0 424 0 30 0 18 0 0T 0 678 0 1189 0 3 0 +USW00021504199707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199707ACMH 88O X 75O X 75O X 75O X 88O X 75O X 88O X 100O X 100O X 88O X 88O X 75O X 50O X 50O X 75O X 88O X 88O X 88O X 50O X 25O X 75O X 100O X 75O X 63O X 88O X 88O X 75O X 50O X 100O X 100O X 63O X +USW00021504199707ACSH 75O X 88O X 63O X 50O X 75O X 50O X 75O X 88O X 88O X 100O X 100O X 63O X 50O X 38O X 75O X 100O X 88O X 100O X 38O X 25O X 63O X 100O X 75O X 50O X 88O X 88O X 63O X 50O X 100O X 100O X 63O X +USW00021504199707AWND 30 X 29 X 25 X 29 X 27 X 29 X 30 X 31 X 37 X 29 X 28 X 33 X 30 X 30 X 31 X 27 X 28 X 27 X 25 X 30 X 29 X 33 X 28 X 30 X 25 X 27 X 25 X 25 X 34 X 26 X 32 X +USW00021504199707FMTM 1753 X 1102 X 1152 X 0151 X 1753 X 1553 X 0839 X 1451 X 0737 X 1552 X 1541 X 1455 X 0952 X 1152 X 1254 X 1754 X 1453 X 1252 X 1453 X 1451 X 0727 X 1453 X 1052 X 1551 X 1254 X 1754 X 0953 X 1253 X 2253 X 1655 X 1354 X +USW00021504199707PGTM 1405 X 1708 X 1343 X 1316 X 1813 X 1541 X 1742 X 0542 X 1236 X 1015 X 1745 X 1524 X 1500 X 1404 X 1242 X 1449 X 1425 X 1218 X 1314 X 1244 X 0416 X 1332 X 0615 X 1536 X 1248 X 1525 X 0317 X 1233 X 2251 X 0203 X 1423 X +USW00021504199707TSUN 490 X 397 X 490 X 520 X 416 X 367 X 356 X 184 X 261 X 175 X 159 X 601 X 563 X 608 X 375 X 198 X 376 X 264 X 591 X 600 X 427 X 120 X 391 X 501 X 149 X 559 X 511 X 537 X 94 X 0 X 531 X +USW00021504199707WDF2 80 X 140 X 30 X 130 X 20 X 90 X 50 X 40 X 100 X 60 X 40 X 20 X 10 X 90 X 120 X 360 X 100 X 100 X 60 X 100 X 250 X 90 X 50 X 10 X 80 X 30 X 20 X 60 X 120 X 120 X 110 X +USW00021504199707WDFG 360 X 360 X 50 X 360 X 360 X 90 X 50 X 90 X 90 X 90 X 50 X 360 X 50 X 90 X 140 X 50 X 90 X 50 X 90 X 90 X 180 X 90 X 240 X 360 X 90 X 360 X 240 X 50 X 140 X 140 X 90 X +USW00021504199707WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199707WSF2 67 X 67 X 63 X 58 X 36 X 54 X 54 X 63 X 67 X 54 X 58 X 58 X 45 X 63 X 54 X 54 X 63 X 58 X 54 X 63 X 67 X 67 X 58 X 63 X 63 X 36 X 40 X 45 X 98 X 45 X 63 X +USW00021504199707WSFG 107 X 89 X 89 X 98 X 67 X 89 X 89 X 89 X 103 X 76 X 80 X 112 X 80 X 89 X 107 X 80 X 98 X 98 X 94 X 80 X 98 X 103 X 112 X 103 X 89 X 67 X 72 X 76 X 130 X 107 X 103 X +USW00021504199707WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00021504199707WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199707WV20 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 +USW00021504199708TMAX 294 0 300 0 294 0 289 0 294 0 294 0 306 0 294 0 294 0 300 0 294 0 300 0 306 0 306 0 300 0 300 0 306 0 300 0 311 0 283 0 300 0 306 0 306 0 311 0 278 0 300 0 294 0 306 0 306 0 300 0 300 0 +USW00021504199708TMIN 217 0 211 0 217 0 211 0 200 0 211 0 217 0 217 0 206 0 206 0 200 0 200 0 194 0 206 0 217 0 200 0 194 0 200 0 206 0 222 0 222 0 217 0 206 0 217 0 228 0 228 0 217 0 217 0 217 0 217 0 222 0 +USW00021504199708PRCP 8 0 38 0 28 0 20 0 8 0 33 0 3 0 18 0 0 0 0T 0 0 0 0 0 0 0 0 0 25 0 0T 0 58 0 0 0 3 0 46 0 94 0 91 0 18 0 46 0 208 0 33 0 28 0 66 0 8 0 180 0 147 0 +USW00021504199708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199708ACMH 75O X 63O X 63O X 63O X 63O X 75O X 50O X 63O X 38O X 38O X 63O X 50O X 50O X 50O X 63O X 50O X 50O X 50O X 75O X 88O X 88O X 88O X 63O X 88O X 88O X 88O X 63O X 63O X 50O X 50O X 75O X +USW00021504199708ACSH 75O X 63O X 50O X 38O X 63O X 75O X 50O X 63O X 25O X 38O X 63O X 38O X 75O X 75O X 88O X 50O X 50O X 50O X 100O X 100O X 88O X 75O X 63O X 75O X 100O X 88O X 38O X 38O X 25O X 25O X 50O X +USW00021504199708AWND 30 X 28 X 30 X 25 X 26 X 27 X 22 X 22 X 24 X 25 X 23 X 28 X 31 X 33 X 28 X 27 X 27 X 29 X 27 X 26 X 25 X 26 X 24 X 29 X 22 X 25 X 37 X 38 X 33 X 36 X 30 X +USW00021504199708FMTM 1353 X 1853 X 0852 X 1650 X 1452 X 0452 X 1250 X 1052 X 1651 X 1655 X 1353 X 1152 X 1254 X 1152 X 1354 X 1353 X 0950 X 1553 X 1541 X 1134 X 1051 X 1353 X 1451 X 2153 X 2354 X 1554 X 1456 X 1458 X 1458 X 1654 X 1452 X +USW00021504199708PGTM 1342 X 1517 X 1453 X 1450 X 1402 X 1212 X 1239 X 1302 X 1458 X 1405 X 1335 X 1212 X 1330 X 1131 X 1158 X 1359 X 1351 X 1440 X 1458 X 1112 X 0723 X 1402 X 1634 X 1312 X 1530 X 1528 X 1554 X 1604 X 1419 X 1902 X 1350 X +USW00021504199708TSUN 311 X 502 X 525 X 581 X 477 X 449 X 553 X 451 X 608 X 596 X 425 X 487 X 599 X 276 X 125 X 460 X 558 X 582 X 223 X 49 X 506 X 509 X 574 X 376 X 36 X 211 X 636 X 639 X 708 X 611 X 390 X +USW00021504199708WDF2 80 X 50 X 60 X 90 X 70 X 120 X 50 X 40 X 20 X 30 X 40 X 110 X 120 X 110 X 90 X 50 X 60 X 60 X 120 X 90 X 320 X 50 X 60 X 100 X 260 X 80 X 10 X 20 X 50 X 10 X 10 X +USW00021504199708WDFG 90 X 50 X 90 X 90 X 50 X 90 X 50 X 50 X 50 X 360 X 50 X 90 X 90 X 90 X 90 X 50 X 50 X 50 X 90 X 50 X 90 X 50 X 50 X 90 X 90 X 90 X 360 X 360 X 50 X 50 X 360 X +USW00021504199708WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199708WSF2 58 X 54 X 63 X 54 X 45 X 54 X 36 X 36 X 36 X 36 X 45 X 45 X 58 X 67 X 58 X 40 X 40 X 54 X 40 X 67 X 45 X 45 X 58 X 63 X 40 X 54 X 67 X 63 X 63 X 54 X 54 X +USW00021504199708WSFG 80 X 76 X 89 X 76 X 72 X 94 X 72 X 80 X 76 X 72 X 76 X 89 X 89 X 98 X 98 X 89 X 107 X 94 X 89 X 94 X 76 X 80 X 89 X 89 X 72 X 89 X 98 X 89 X 76 X 72 X 72 X +USW00021504199708WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199708WV20 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504199709TMAX 306 0 311 0 294 0 300 0 289 0 294 0 289 0 294 0 294 0 294 0 300 0 294 0 294 0 306 0 294 0 300 0 289 0 283 0 300 0 300 0 300 0 294 0 300 0 294 0 294 0 294 0 311 0 300 0 294 0 289 0-9999 +USW00021504199709TMIN 228 0 217 0 222 0 217 0 211 0 211 0 211 0 211 0 206 0 194 0 200 0 200 0 194 0 222 0 228 0 211 0 222 0 211 0 194 0 194 0 200 0 211 0 228 0 217 0 194 0 228 0 217 0 217 0 200 0 217 0-9999 +USW00021504199709PRCP 0T 0 89 0 13 0 20 0 99 0 25 0 104 0 51 0 114 0 0T 0 51 0 84 0 51 0 236 0 183 0 155 0 94 0 246 0 64 0 0T 0 3 0 20 0 147 0 0 0 180 0 5 0 122 0 20 0 71 0 33 0-9999 +USW00021504199709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199709ACMH 63O X 63O X 75O X 75O X 88O X 63O X 88O X 75O X 75O X 50O X 50O X 38O X 38O X 88O X 75O X 88O X 88O X 88O X 75O X 75O X 50O X 63O X 100O X 63O X 50O X 63O X 75O X 75O X 75O X 63O X-9999 +USW00021504199709ACSH 63O X 50O X 75O X 88O X 100O X 63O X 88O X 75O X 75O X 50O X 38O X 25O X 38O X 100O X 88O X 88O X 75O X 88O X 75O X 63O X 38O X 63O X 88O X 38O X 25O X 38O X 63O X 88O X 88O X 50O X-9999 +USW00021504199709AWND 30 X 33 X 34 X 32 X 28 X 27 X 26 X 28 X 27 X 30 X 30 X 29 X 32 X 29 X 29 X 29 X 30 X 25 X 26 X 28 X 28 X 25 X 23 X 25 X 30 X 28 X 29 X 25 X 25 X 28 X-9999 +USW00021504199709FMTM 1152 X 1252 X 1354 X 1551 X 1208 X 1551 X 0754 X 1551 X 1451 X 1052 X 1352 X 1351 X 1451 X 1451 X 1251 X 1254 X 1053 X 1919 X 1052 X 1453 X 1053 X 1452 X 1452 X 1552 X 2051 X 0221 X 2151 X 1751 X 1725 X 0953 X-9999 +USW00021504199709PGTM 1436 X 1418 X 1335 X 1548 X 1205 X 1007 X 1121 X 1556 X 2018 X 1323 X 1406 X 1627 X 1325 X 1204 X 1357 X 1257 X 1631 X 1740 X 0726 X 1412 X 1249 X 0819 X 1254 X 1514 X 2117 X 0918 X 1224 X 1005 X 1230 X 0951 X-9999 +USW00021504199709TSUN 538 X 406 X 234 X 545 X 240 X 408 X 359 X 445 X 371 X 620 X 666 X 685 X 694 X 154 X 250 X 447 X 477 X 327 X 373 X 452 X 486 X 400 X 177 X 577 X 655 X 508 X 505 X 255 X 264 X 531 X-9999 +USW00021504199709WDF2 10 X 100 X 120 X 50 X 120 X 50 X 60 X 50 X 30 X 100 X 40 X 10 X 10 X 220 X 120 X 20 X 60 X 250 X 100 X 90 X 90 X 60 X 110 X 50 X 320 X 40 X 230 X 350 X 360 X 40 X-9999 +USW00021504199709WDFG 360 X 90 X 140 X 50 X 140 X 50 X 90 X 50 X 360 X 50 X 50 X 50 X 360 X 140 X 90 X 360 X 50 X 90 X 140 X 90 X 90 X 90 X 90 X 50 X 360 X 360 X 50 X 360 X 50 X 50 X-9999 +USW00021504199709WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199709WSF2 58 X 67 X 58 X 45 X 63 X 40 X 40 X 45 X 36 X 54 X 45 X 40 X 54 X 54 X 63 X 63 X 40 X 36 X 40 X 54 X 54 X 45 X 36 X 36 X 40 X 45 X 40 X 40 X 36 X 63 X-9999 +USW00021504199709WSFG 72 X 94 X 103 X 72 X 116 X 89 X 89 X 107 X 58 X 72 X 72 X 58 X 80 X 103 X 94 X 103 X 98 X 98 X 63 X 72 X 72 X 67 X 67 X 67 X 94 X 63 X 98 X 67 X 94 X 89 X-9999 +USW00021504199709WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199709WT13-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199709WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199709WV20 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504199710TMAX 294 0 300 0 311 0 306 0 306 0 300 0 300 0 294 0 300 0 294 0 300 0 306 0 300 0 306 0 294 0 306 0 289 0 289 0 289 0 289 0 283 0 300 0 300 0 294 0 272 0 283 0 294 0 261 0 294 0 267 0 289 0 +USW00021504199710TMIN 206 0 194 0 211 0 206 0 206 0 217 0 217 0 222 0 217 0 211 0 211 0 206 0 217 0 200 0 189 0 194 0 183 0 211 0 200 0 200 0 194 0 206 0 194 0 189 0 194 0 200 0 200 0 211 0 194 0 206 0 194 0 +USW00021504199710PRCP 69 0 0T 0 18 0 0T 0 64 0 536 0 1262 0 41 0 0T 0 0 0 0 0 0 0 0T 0 28 0 28 0 76 0 30 0 81 0 137 0 69 0 74 0 99 0 0T 0 56 0 99 0 140 0 25 0 226 0 5 0 48 0 0T 0 +USW00021504199710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199710ACMH 63O X 38O X 50O X 38O X 63O X 88O X 100O X 88O X 75O X 63O X 38O X 38O X 63O X 50O X 50O X 75O X 50O X 63O X 50O X 75O X 75O X 88O X 50O X 75O X 88O X 88O X 75O X 88O X 75O X 88O X 75O X +USW00021504199710ACSH 50O X 25O X 38O X 25O X 50O X 75O X 88O X 75O X 88O X 63O X 38O X 38O X 50O X 38O X 50O X 63O X 38O X 38O X 38O X 75O X 100O X 100O X 50O X 88O X 88O X 88O X 75O X 100O X 75O X 100O X 63O X +USW00021504199710AWND 26 X 26 X 29 X 29 X 26 X 26 X 29 X 26 X 29 X 33 X 29 X 32 X 29 X 28 X 25 X 24 X 27 X 33 X 37 X 28 X 25 X 29 X 27 X 25 X 27 X 25 X 27 X 24 X 25 X 29 X 29 X +USW00021504199710FMTM 0153 X 2154 X 1951 X 1251 X 1353 X 1510 X 1711 X 1151 X 1552 X 1452 X 1351 X 1253 X 1452 X 1151 X 1455 X 1008 X 1055 X 1851 X 2134 X 1454 X 1751 X 0252 X 1352 X 1051 X 0152 X 1144 X 1151 X 1241 X 1451 X 0951 X 2019 X +USW00021504199710PGTM 1336 X 2012 X 1932 X 1308 X 1318 X 1448 X 1351 X 1156 X 1338 X 1208 X 1216 X 1258 X 1437 X 0332 X 1344 X 0423 X 2259 X 1930 X 1408 X 1508 X 2324 X 0921 X 1312 X 1301 X 1239 X 0959 X 1147 X 1130 X 1102 X 0949 X 2036 X +USW00021504199710TSUN 556 X 599 X 642 X 651 X 648 X 366 X 275 X 275 X 531 X 468 X 502 X 475 X 567 X 457 X 443 X 386 X 521 X 611 X 620 X 437 X 44 X 57 X 534 X 160 X 100 X 149 X 342 X 50 X 161 X 26 X 457 X +USW00021504199710WDF2 280 X 240 X 60 X 110 X 50 X 100 X 120 X 110 X 110 X 90 X 100 X 100 X 120 X 120 X 60 X 70 X 40 X 300 X 200 X 50 X 230 X 170 X 100 X 310 X 200 X 140 X 80 X 60 X 140 X 60 X 290 X +USW00021504199710WDFG 50 X 50 X 50 X 90 X 50 X 360 X 90 X 140 X 90 X 90 X 140 X 90 X 140 X 90 X 50 X 140 X 360 X 360 X 360 X 50 X 140 X 90 X 90 X 50 X 90 X 90 X 90 X 270 X 360 X 50 X 320 X +USW00021504199710WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199710WSF2 45 X 31 X 54 X 58 X 54 X 45 X 58 X 58 X 58 X 63 X 58 X 72 X 54 X 40 X 36 X 45 X 54 X 45 X 63 X 40 X 31 X 63 X 45 X 36 X 54 X 72 X 58 X 45 X 36 X 63 X 45 X +USW00021504199710WSFG 63 X 76 X 98 X 94 X 80 X 89 X 89 X 94 X 89 X 103 X 76 X 98 X 76 X 89 X 63 X 107 X 80 X 112 X 103 X 72 X 67 X 94 X 80 X 76 X 72 X 103 X 98 X 76 X 67 X 76 X 67 X +USW00021504199710WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00021504199710WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199710WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00021504199710WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199710WV20 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504199711TMAX 283 0 267 0 256 0 256 0 261 0 294 0 311 0 289 0 256 0 283 0 278 0 278 0 261 0 289 0 289 0 289 0 294 0 294 0 283 0 294 0 278 0 272 0 278 0 272 0 250 0 244 0 272 0 267 0 256 0 244 0-9999 +USW00021504199711TMIN 183 0 178 0 194 0 211 0 217 0 206 0 189 0 200 0 194 0 211 0 206 0 211 0 206 0 178 0 194 0 183 0 189 0 189 0 189 0 194 0 178 0 206 0 206 0 200 0 200 0 200 0 178 0 194 0 189 0 194 0-9999 +USW00021504199711PRCP 3 0 91 0 0T 0 272 0 216 0 0 0 0 0 0 0 221 0 0 0 43 0 104 0 94 0 0T 0 0T 0 0 0 0 0 51 0 10 0 0T 0 3 0 3 0 124 0 137 0 224 0 81 0 69 0 277 0 145 0 84 0-9999 +USW00021504199711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199711ACMH 75O X 75O X 88O X 100O X 100O X 63O X 25O X 50O X 100O X 75O X 88O X 88O X 88O X 38O X 75O X 38O X 25O X 75O X 88O X 75O X 75O X 88O X 100O X 88O X 100O X 88O X 88O X 88O X 100O X 100O X-9999 +USW00021504199711ACSH 88O X 100O X 100O X 100O X 100O X 75O X 38O X 75O X 100O X 50O X 88O X 75O X 100O X 25O X 63O X 38O X 13O X 75O X 88O X 75O X 88O X 88O X 100O X 75O X 100O X 88O X 88O X 75O X 88O X 100O X-9999 +USW00021504199711AWND 46 X 54 X 31 X 27 X 17 X 22 X 25 X 25 X 29 X 28 X 24 X 27 X 25 X 25 X 25 X 32 X 27 X 27 X 21 X 31 X 29 X 24 X 36 X 35 X 36 X 27 X 25 X 32 X 28 X 24 X-9999 +USW00021504199711FMTM 1718 X 1114 X 1052 X 0518 X 1142 X 1354 X 1553 X 1652 X 1430 X 1353 X 1453 X 1452 X 1554 X 1351 X 1151 X 1352 X 1151 X 1451 X 1454 X 1451 X 0956 X 1352 X 2156 X 1251 X 1323 X 0651 X 1151 X 1455 X 1053 X 1050 X-9999 +USW00021504199711PGTM 1721 X 1255 X 1515 X 0012 X 1138 X 1258 X 1124 X 1406 X 1248 X 1426 X 1449 X 1436 X 1416 X 1403 X 1148 X 1223 X 1437 X 1433 X 1313 X 1422 X 1304 X 1323 X 1815 X 2014 X 1748 X 0819 X 2344 X 1608 X 0615 X 0731 X-9999 +USW00021504199711TSUN 351 X 9 X 0 X 11 X 1 X 306 X 415 X 202 X 6 X 417 X 185 X 260 X 10 X 521 X 397 X 463 X 355 X 277 X 92 X 235 X 120 X 68 X 28 X 196 X 22 X 10 X 432 X 132 X 3 X 2 X-9999 +USW00021504199711WDF2 340 X 10 X 350 X 320 X 20 X 80 X 340 X 360 X 360 X 20 X 50 X 60 X 260 X 60 X 100 X 90 X 90 X 150 X 10 X 360 X 10 X 30 X 50 X 60 X 50 X 90 X 10 X 10 X 100 X 230 X-9999 +USW00021504199711WDFG 360 X 360 X 360 X 320 X 360 X 90 X 90 X 360 X 360 X 360 X 50 X 360 X 320 X 50 X 90 X 90 X 90 X 140 X 360 X 360 X 360 X 50 X 360 X 360 X 50 X 90 X 320 X 50 X 90 X 240 X-9999 +USW00021504199711WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199711WSF2 125 X 89 X 45 X 45 X 45 X 36 X 40 X 40 X 45 X 45 X 54 X 45 X 31 X 36 X 54 X 58 X 54 X 45 X 31 X 67 X 45 X 36 X 54 X 58 X 63 X 54 X 40 X 63 X 45 X 31 X-9999 +USW00021504199711WSFG 192 X 130 X 76 X 89 X 63 X 58 X 67 X 76 X 80 X 67 X 72 X 67 X 58 X 72 X 76 X 103 X 76 X 94 X 40 X 103 X 89 X 76 X 112 X 112 X 112 X 94 X 80 X 112 X 125 X 63 X-9999 +USW00021504199711WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199711WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199711WT16 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199711WV20 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504199712TMAX 267 0 272 0 256 0 256 0 267 0 267 0 278 0 267 0 267 0 267 0 261 0 256 0 267 0 256 0 267 0 267 0 267 0 256 0 272 0 267 0 272 0 278 0 283 0 261 0 267 0 278 0 267 0 278 0 289 0 267 0 233 0 +USW00021504199712TMIN 183 0 200 0 194 0 194 0 189 0 189 0 183 0 189 0 172 0 161 0 167 0 194 0 189 0 194 0 189 0 172 0 183 0 189 0 178 0 183 0 178 0 178 0 178 0 183 0 183 0 178 0 161 0 178 0 172 0 172 0 189 0 +USW00021504199712PRCP 208 0 76 0 10 0 0T 0 5 0 36 0 3 0 61 0 3 0 0 0 0 0 0T 0 0T 0 0 0 3 0 69 0 381 0 277 0 122 0 206 0 20 0 20 0 241 0 33 0 53 0 84 0 48 0 46 0 10 0 0T 0 43 0 +USW00021504199712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199712ACMH 88O X 88O X 100O X 100O X 75O X 88O X 88O X 88O X 63O X 50O X 50O X 88O X 100O X 100O X 75O X 75O X 88O X 88O X 75O X 88O X 63O X 50O X 88O X 63O X 63O X 63O X 75O X 75O X 38O X 63O X 88O X +USW00021504199712ACSH 75O X 88O X 100O X 100O X 75O X 75O X 88O X 88O X 88O X 50O X 75O X 88O X 100O X 100O X 63O X 63O X 75O X 88O X 75O X 75O X 63O X 38O X 88O X 50O X 63O X 75O X 88O X 88O X 38O X 63O X 100O X +USW00021504199712AWND 33 X 55 X 53 X 45 X 42 X 37 X 30 X 26 X 28 X 30 X 47 X 48 X 29 X 27 X 32 X 30 X 34 X 31 X 29 X 38 X 30 X 27 X 26 X 35 X 28 X 31 X 35 X 30 X 32 X 28 X 19 X +USW00021504199712FMTM 2326 X 0022 X 1354 X 0951 X 2351 X 1403 X 0851 X 1852 X 1251 X 1451 X 1451 X 1452 X 2351 X 1155 X 0251 X 0752 X 1353 X 1152 X 2351 X 1355 X 1454 X 1351 X 1252 X 1551 X 0852 X 1251 X 1451 X 1454 X 0652 X 1655 X 1124 X +USW00021504199712PGTM-9999 -9999 1003 X 1912 X 0401 X 1300 X 1030 X 1811 X 1238 X 1638 X 1605 X 1513 X 0006 X 1743 X 0523 X 1513 X 1438 X 1205 X 2145 X 1441 X 1300 X 1500 X 1943 X 1620 X 1604 X 1234 X 1343 X 1434 X 0643 X 1337 X 1043 X +USW00021504199712TSUN 222 X 181 X 9 X 24 X 118 X 249 X 217 X 218 X 78 X 466 X 242 X 82 X 2 X 3 X 321 X 288 X 125 X 42 X 64 X 210 X 236 X 470 X 118 X 440 X 288 X 200 X 200 X 177 X 444 X 291 X 41 X +USW00021504199712WDF2 40 X 30 X 50 X 30 X 20 X 50 X 250 X 240 X 40 X 360 X 350 X 20 X 360 X 90 X 250 X 250 X 80 X 220 X 250 X 120 X 80 X 20 X 140 X 40 X 230 X 50 X 100 X 120 X 250 X 360 X 120 X +USW00021504199712WDFG-9999 -9999 50 X 50 X 320 X 50 X 240 X 270 X 50 X 360 X 360 X 360 X 320 X 90 X 90 X 50 X 140 X 90 X 360 X 140 X 90 X 50 X 320 X 50 X 50 X 50 X 90 X 140 X 270 X 50 X 140 X +USW00021504199712WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199712WSF2 80 X 80 X 72 X 67 X 63 X 72 X 45 X 40 X 40 X 45 X 80 X 76 X 54 X 54 X 58 X 58 X 54 X 58 X 45 X 67 X 45 X 45 X 54 X 58 X 54 X 58 X 54 X 63 X 54 X 40 X 54 X +USW00021504199712WSFG-9999 -9999 112 X 98 X 98 X 98 X 72 X 63 X 63 X 76 X 112 X 112 X 80 X 63 X 98 X 89 X 76 X 89 X 89 X 98 X 76 X 58 X 63 X 89 X 76 X 89 X 94 X 103 X 80 X 67 X 72 X +USW00021504199712WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199712WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504199712WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199712WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199712WV20 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00021504199801TMAX 261 0 256 0 267 0 272 0 283 0 272 0 261 0 256 0 267 0 267 0 267 0 267 0 283 0 278 0 278 0 267 0 267 0 272 0 250 0 267 0 250 0 300 0 289 0 283 0 278 0 278 0 267 0 261 0 278 0 256 0 250 0 +USW00021504199801TMIN 178 0 178 0 183 0 167 0 150 0 172 0 161 0 161 0 167 0 167 0 189 0 178 0 161 0 183 0 178 0 172 0 172 0 189 0 178 0 161 0 200 0 178 0 172 0 172 0 172 0 178 0 178 0 161 0 172 0 167 0 144 0 +USW00021504199801PRCP 5 0 3 0 0T 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0T 0 0 0 5 0 0T 0 0 0 0 0 10 0 5 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 3 0 0 0 0 0 0 0 +USW00021504199801AWND 25 X 30 X 30 X 24 X 34 X 26 X 34 X 26 X 24 X 30 X 26 X 26 X 34 X 38 X 31 X 26 X 29 X 27 X 28 X 36 X 20 X 25 X 30 X 25 X 30 X 27 X 31 X 31 X 47 X 34 X 31 X +USW00021504199801FMTM 1546 X 1434 X 1429 X 1419 X 1334 X 0603 X 1403 X 1313 X 1309 X 1407 X 1145 X 1408 X 1408 X 1341 X 1416 X 1022 X 1502 X 1257 X 1329 X 1517 X 1036 X 1529 X 1426 X 1511 X 1306 X 1345 X 1327 X 1326 X 1635 X 0311 X 1409 X +USW00021504199801TSUN 260 X 121 X 416 X 389 X 486 X 595 X 222 X 258 X 162 X 264 X 97 X 459 X 397 X 389 X 396 X 278 X 585 X 116 X 7 X 310 X 3 X 413 X 334 X 517 X 433 X 359 X-9999 362 X 545 X 582 X-9999 +USW00021504199801WDF2 110 X 100 X 100 X 90 X 350 X 130 X 10 X 50 X 100 X 90 X 80 X 90 X 80 X 110 X 90 X 120 X 20 X 100 X 90 X 100 X 120 X 110 X 110 X 100 X 20 X 70 X 20 X 40 X 10 X 10 X 30 X +USW00021504199801WDF5 110 X 90 X 110 X 80 X 340 X 120 X 350 X 60 X 110 X 70 X 60 X 80 X 100 X 120 X 70 X 110 X 30 X 120 X 100 X 100 X 120 X 100 X 110 X 100 X 40 X 80 X 20 X 30 X 360 X 20 X 30 X +USW00021504199801WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199801WSF2 72 X 63 X 72 X 58 X 103 X 76 X 72 X 63 X 67 X 63 X 63 X 58 X 72 X 89 X 63 X 72 X 45 X 67 X 72 X 80 X 40 X 58 X 76 X 49 X 67 X 63 X 58 X 67 X 130 X 80 X 49 X +USW00021504199801WSF5 80 X 72 X 80 X 67 X 130 X 103 X 89 X 72 X 76 X 76 X 67 X 67 X 89 X 103 X 76 X 94 X 63 X 72 X 103 X 94 X 58 X 67 X 89 X 76 X 72 X 80 X 67 X 89 X 156 X 103 X 67 X +USW00021504199801WT01 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199801WT08 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199801WT13 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199801WT16 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504199802TMAX 272 0 244 0 272 0 278 0 250 0 256 0 267 0 278 0 283 0 289 0 278 0 283 0 278 0 289 0 272 0 272 0 267 0 261 0 272 0 289 0 272 0 233 0 261 0 256 0 272 0 267 0 261 0 272 0-9999 -9999 -9999 +USW00021504199802TMIN 150 0 172 0 150 0 156 0 144 0 150 0 156 0 167 0 172 0 178 0 156 0 189 0 183 0 172 0 172 0 178 0 167 0 167 0 194 0 189 0 206 0 172 0 200 0 178 0 189 0 172 0 172 0 161 0-9999 -9999 -9999 +USW00021504199802PRCP 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 79 0 0T 0 38 0 43 0 0 0 5 0 114 0 0 0 127 0 20 0 0T 0 3 0 178 0-9999 -9999 -9999 +USW00021504199802AWND 65 X 40 X 36 X 46 X 57 X 30 X 32 X 37 X 34 X 35 X 22 X 33 X 25 X 33 X 35 X 36 X 32 X 30 X 36 X 30 X 35 X 36 X 48 X 29 X 32 X 33 X 29 X 36 X-9999 -9999 -9999 +USW00021504199802FMTM 1600 X 0023 X 1212 X 1555 X 1543 X 1316 X 1314 X 1659 X 1321 X 1505 X 1328 X 1341 X 1543 X 1258 X 1143 X 1206 X 1335 X 1226 X 1319 X 1433 X 1955 X 2332 X 1333 X 1527 X 1358 X 1056 X 1045 X 1315 X-9999 -9999 -9999 +USW00021504199802TSUN 567 X 409 X 591 X 473 X 609 X 575 X-9999 337 X 465 X 156 X 109 X 123 X 316 X 154 X 492 X 361 X 329 X-9999 440 X 307 X 175 X 67 X 148 X 169 X 446 X 277 X 106 X 374 X-9999 -9999 -9999 +USW00021504199802WDF2 350 X 350 X 90 X 350 X 10 X 70 X 30 X 120 X 100 X 100 X 110 X 100 X 40 X 100 X 20 X 50 X 60 X 90 X 90 X 70 X 340 X 40 X 60 X 70 X 80 X 90 X 130 X 80 X-9999 -9999 -9999 +USW00021504199802WDF5 340 X 330 X 90 X 340 X 360 X 20 X 20 X 110 X 100 X 100 X 70 X 100 X 30 X 100 X 30 X 30 X 60 X 90 X 110 X 90 X 60 X 50 X 60 X 70 X 100 X 90 X 120 X 80 X-9999 -9999 -9999 +USW00021504199802WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199802WSF2 139 X 76 X 76 X 112 X 130 X 58 X 72 X 98 X 76 X 98 X 58 X 76 X 63 X 94 X 67 X 76 X 67 X 67 X 89 X 67 X 72 X 80 X 94 X 94 X 72 X 94 X 72 X 72 X-9999 -9999 -9999 +USW00021504199802WSF5 170 X 94 X 94 X 148 X 161 X 72 X 94 X 116 X 98 X 112 X 80 X 94 X 76 X 107 X 89 X 98 X 80 X 76 X 107 X 89 X 89 X 94 X 107 X 107 X 89 X 103 X 89 X 94 X-9999 -9999 -9999 +USW00021504199802WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00021504199802WT08-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199802WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00021504199802WT16 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504199803TMAX 272 0 278 0 272 0 283 0 283 0 283 0 289 0 283 0 289 0 283 0 289 0 289 0 289 0 300 0 278 0 244 0 278 0 272 0 283 0 278 0 278 0 233 0 239 0 272 0 267 0 261 0 267 0 250 0 267 0 250 0 239 0 +USW00021504199803TMIN 194 0 172 0 161 0 183 0 189 0 178 0 172 0 167 0 172 0 172 0 172 0 172 0 189 0 172 0 194 0 194 0 194 0 194 0 183 0 172 0 183 0 183 0 172 0 189 0 172 0 183 0 194 0 194 0 183 0 183 0 194 0 +USW00021504199803PRCP 18 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 8 0 0 0 20 0 33 0 3 0 15 0 3 0 0 0 3 0 0T 0 5 0 10 0 20 0 71 0 58 0 117 0 239 0 163 0 142 0 +USW00021504199803AWND 27 X 28 X 33 X 38 X 37 X 28 X 32 X 36 X 31 X 31 X 34 X 38 X 38 X 42 X 26 X 23 X 31 X 30 X 30 X 28 X 46 X 53 X 47 X 49 X 35 X 32 X 30 X 26 X 44 X 27 X 25 X +USW00021504199803FMTM 1332 X 1244 X 1359 X 1416 X 1332 X 1307 X 1406 X 1332 X 1404 X 1500 X 1243 X 1342 X 1414 X 1346 X 1502 X 1840 X 1657 X 1458 X 1154 X 1259 X 2210 X 1522 X 1808 X 2142 X 1728 X 1326 X 1340 X 1303 X 1158 X 0333 X 1222 X +USW00021504199803TSUN-9999 510 X 658 X 548 X 570 X 408 X 549 X 620 X 663 X 614 X 622 X 641 X 448 X 673 X 118 X 138 X 656 X 608 X 548 X 491 X 330 X 64 X 215 X 590 X 441 X 347 X 203 X 220 X 511 X 422 X 193 X +USW00021504199803WDF2 90 X 90 X 30 X 100 X 100 X 90 X 90 X 100 X 100 X 70 X 110 X 80 X 120 X 100 X 90 X 330 X 10 X 30 X 70 X 20 X 350 X 350 X 350 X 50 X 60 X 70 X 60 X 80 X 70 X 70 X 70 X +USW00021504199803WDF5 80 X 70 X 60 X 100 X 90 X 120 X 100 X 120 X 100 X 90 X 90 X 90 X 120 X 100 X 70 X 330 X 20 X 30 X 80 X 30 X 340 X 340 X 340 X 30 X 10 X 70 X 80 X 60 X 40 X 70 X 70 X +USW00021504199803WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199803WSF2 63 X 67 X 63 X 80 X 89 X 67 X 72 X 94 X 67 X 67 X 72 X 80 X 98 X 94 X 67 X 63 X 58 X 63 X 72 X 63 X 80 X 94 X 80 X 80 X 72 X 89 X 76 X 72 X 80 X 76 X 80 X +USW00021504199803WSF5 80 X 107 X 76 X 98 X 112 X 89 X 89 X 103 X 103 X 89 X 94 X 94 X 125 X 112 X 76 X 76 X 72 X 76 X 80 X 72 X 98 X 112 X 103 X 107 X 80 X 98 X 116 X 76 X 107 X 94 X 94 X +USW00021504199803WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199803WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199803WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504199803WT16 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199804TMAX 261 0 250 0 256 0 256 0 256 0 233 0 261 0 267 0 239 0 250 0 239 0 250 0 250 0 250 0 256 0 261 0 261 0 256 0 261 0 272 0 250 0 261 0 239 0 244 0 267 0 250 0 272 0 244 0 233 0 250 0-9999 +USW00021504199804TMIN 183 0 189 0 189 0 206 0 189 0 183 0 178 0 183 0 194 0 189 0 200 0 194 0 189 0 183 0 172 0 183 0 189 0 183 0 183 0 194 0 194 0 189 0 189 0 183 0 189 0 189 0 189 0 183 0 194 0 189 0-9999 +USW00021504199804PRCP 89 0 241 0 41 0 0T 0 0T 0 216 0 66 0 51 0 191 0 66 0 10 0 43 0 84 0 48 0 74 0 8 0 69 0 69 0 46 0 33 0 20 0 71 0 310 0 140 0 13 0 102 0 51 0 99 0 3 0 0T 0-9999 +USW00021504199804AWND 34 X 42 X 46 X 53 X 44 X 25 X 31 X 30 X 39 X 55 X 62 X 60 X 51 X 38 X 34 X 30 X 31 X 26 X 34 X 32 X 27 X 31 X 27 X 29 X 26 X 22 X 35 X 57 X 42 X 37 X-9999 +USW00021504199804FMTM 1506 X 1435 X 1529 X 0804 X 1309 X 1303 X 1522 X 1247 X 1016 X 2033 X 1330 X 1532 X 1340 X 0112 X 1725 X 2135 X 1102 X 1459 X 1356 X 1338 X 2147 X 1654 X 0845 X 1702 X 1126 X 1100 X 2237 X 1655 X 0946 X 1935 X-9999 +USW00021504199804PGTM 0557 W 1435 W 1523 W 0803 W 1308 W 0018 W 1522 W 1155 W 0935 W 2032 W 1331 W 1531 W 1334 W 0111 W 1607 W 2134 W 1101 W 1454 W 1356 W 1602 W 2147 W 1411 W 0839 W 1701 W 1306 W 1058 W 2237 W 1515 W 0944 W 2205 W-9999 +USW00021504199804TAVG 222 W 222 W 222 W 233 W 222 W 211 W 222 W 228 W 217 W 222 W 222 W 222 W 222 W 217 W 217 W 222 W 228 W 222 W 222 W 233 W 222 W 228 W 217 W 217 W 228 W 222 W 233 W 217 W 217 W 222 W-9999 +USW00021504199804TSUN 529 X 313 X 286 X 239 X 557 X 139 X 505 X 284 X 178 X 365 X 178 X 498 X 417 X 439 X 273 X 523 X 577 X 422 X 408 X 471 X 181 X 421 X 62 X 19 X 421 X 124 X 221 X 239 X 48 X 161 X-9999 +USW00021504199804WDF2 60 X 20 X 70 X 40 X 60 X 80 X 80 X 80 X 50 X 70 X 70 X 20 X 40 X 90 X 90 X 70 X 50 X 60 X 50 X 90 X 20 X 80 X 50 X 270 X 70 X 140 X 360 X 340 X 350 X 20 X-9999 +USW00021504199804WDF5 40 X 30 X 70 X 30 X 60 X 80 X 70 X 100 X 60 X 70 X 80 X 20 X 50 X 90 X 90 X 70 X 60 X 70 X 60 X 60 X 10 X 60 X 50 X 270 X 50 X 140 X 350 X 10 X 350 X 20 X-9999 +USW00021504199804WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199804WSF2 76 X 89 X 89 X 98 X 80 X 58 X 72 X 72 X 80 X 98 X 94 X 98 X 98 X 98 X 80 X 72 X 80 X 67 X 89 X 72 X 72 X 72 X 76 X 63 X 67 X 67 X 76 X 94 X 72 X 63 X-9999 +USW00021504199804WSF5 103 X 116 X 107 X 125 X 98 X 72 X 80 X 89 X 103 X 130 X 107 X 112 X 134 X 112 X 98 X 94 X 94 X 80 X 98 X 89 X 80 X 94 X 94 X 72 X 89 X 80 X 94 X 130 X 80 X 72 X-9999 +USW00021504199804WT01 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 +USW00021504199804WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199804WT13 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 +USW00021504199804WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199805TMAX 244 0 250 0 256 0 256 0 261 0 244 0 261 0 244 0 250 0 250 0 267 0 261 0 244 0 261 0 261 0 267 0 272 0 267 0 256 0 250 0 267 0 261 0 256 0 256 0 261 0 239 0 256 0 267 0 267 0 261 0 256 0 +USW00021504199805TMIN 189 0 194 0 189 0 183 0 189 0 178 0 178 0 183 0 183 0 194 0 183 0 194 0 194 0 200 0 189 0 189 0 200 0 194 0 189 0 189 0 194 0 183 0 183 0 200 0 189 0 189 0 189 0 183 0 178 0 194 0 194 0 +USW00021504199805PRCP 356 0 8 0 0T 0 3 0 13 0 43 0 38 0 130 0 112 0 119 0 15 0 191 0 282 0 97 0 28 0 41 0 36 0 142 0 627 0 676 0 5 0 64 0 48 0 13 0 399 0 38 0 3 0 109 0 124 0 168 0 51 0 +USW00021504199805AWND 41 X 51 X 38 X 40 X 45 X 27 X 30 X 26 X 30 X 33 X 36 X 29 X 29 X 40 X 33 X 31 X 38 X 38 X 28 X 30 X 38 X 32 X 29 X 32 X 27 X 27 X 28 X 31 X 23 X 29 X 27 X +USW00021504199805FMTM 1231 X 1724 X 1221 X 1601 X 2331 X 1412 X 1736 X 1334 X 1622 X 1039 X 1618 X 2056 X 2041 X 1237 X 1340 X 1458 X 1411 X 2340 X 1224 X 2057 X 1425 X 1308 X 1656 X 1622 X 1757 X 1554 X 1532 X 1443 X 1407 X 1136 X 1206 X +USW00021504199805PGTM 0833 W 1631 W 1323 W 1308 W 2005 W 1322 W 1735 W 1340 W 1621 W 1535 W 1700 W 2055 W 2039 W 1237 W 1342 W 1508 W 1601 W 1555 W 0004 W 2056 W 1421 W 1301 W 0006 W 1058 W 1757 W 1558 W 1524 W 1442 W 1406 W 1135 W 1205 W +USW00021504199805TAVG 217 W 222 W 222 W 222 W 228 W 211 W 222 W 217 W 217 W 222 W 228 W 228 W 222 W 233 W 228 W 228 W 239 W 233 W 222 W 222 W 233 W 222 W 222 W 228 W 228 W 217 W 222 W 228 W 222 W 228 W 228 W +USW00021504199805TSUN 87 X 317 X 395 X 510 X 616 X 190 X 538 X 117 X 229 X 227 X 398 X 226 X 22 X 312 X 306 X 376 X 540 X 606 X 177 X 38 X 365 X 285 X 246 X 132 X 63 X 162 X 222 X 562 X 368 X 316 X 117 X +USW00021504199805WDF2 30 X 20 X 40 X 20 X 280 X 50 X 80 X 80 X 30 X 80 X 50 X 100 X 80 X 70 X 60 X 70 X 50 X 60 X 60 X 90 X 60 X 70 X 50 X 70 X 260 X 120 X 40 X 70 X 100 X 80 X 70 X +USW00021504199805WDF5 290 X 20 X 20 X 20 X 50 X 70 X 80 X 80 X 20 X 20 X 70 X 90 X 70 X 70 X 60 X 70 X 70 X 30 X 50 X 90 X 60 X 70 X 80 X 60 X 270 X 110 X 50 X 60 X 100 X 80 X 70 X +USW00021504199805WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199805WSF2 76 X 80 X 72 X 67 X 72 X 76 X 72 X 98 X 76 X 76 X 76 X 58 X 72 X 80 X 80 X 76 X 72 X 67 X 58 X 76 X 80 X 89 X 58 X 80 X 63 X 67 X 63 X 72 X 76 X 67 X 76 X +USW00021504199805WSF5 94 X 103 X 94 X 80 X 89 X 94 X 80 X 112 X 94 X 89 X 89 X 67 X 94 X 107 X 98 X 98 X 89 X 80 X 72 X 94 X 98 X 112 X 72 X 98 X 89 X 76 X 72 X 76 X 89 X 80 X 89 X +USW00021504199805WT01 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 +USW00021504199805WT13 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00021504199805WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199806TMAX 272 0 267 0 267 0 267 0 256 0 267 0 278 0 278 0 267 0 256 0 267 0 267 0 267 0 256 0 267 0 267 0 256 0 267 0 267 0 272 0 250 0 261 0 272 0 256 0 256 0 278 0 272 0 278 0 283 0 272 0-9999 +USW00021504199806TMIN 189 0 194 0 200 0 200 0 200 0 178 0 183 0 200 0 206 0 200 0 200 0 206 0 194 0 211 0 211 0 189 0 183 0 200 0 200 0 200 0 200 0 194 0 194 0 206 0 194 0 194 0 194 0 183 0 206 0 206 0-9999 +USW00021504199806PRCP 8 0 10 0 28 0 119 0 132 0 13 0 312 0 23 0 112 0 23 0 56 0 71 0 46 0 290 0 203 0 300 0 10 0 58 0 3 0 41 0 193 0 160 0 147 0 193 0 25 0 122 0 13 0 3 0 36 0 114 0-9999 +USW00021504199806AWND 30 X 28 X 23 X 30 X 25 X 33 X 32 X 31 X 30 X 30 X 31 X 30 X 29 X 23 X 34 X 24 X 22 X 34 X 28 X 30 X 28 X 26 X 35 X 34 X 31 X 30 X 32 X 34 X 30 X 34 X-9999 +USW00021504199806FMTM 1356 X 1326 X 1330 X 1522 X 0944 X 1243 X 2111 X 1908 X 1514 X 0954 X 1526 X 1321 X 1659 X 1532 X 1147 X 1618 X 1404 X 1604 X 1824 X 1543 X 1715 X 1537 X 1836 X 1038 X 1709 X 1203 X 1329 X 1627 X 1447 X 1130 X-9999 +USW00021504199806PGTM 1342 W 1311 W 1245 W 1545 W 0944 W 1229 W 1438 W 1906 W 1514 W 1155 W 1339 W 1421 W 1157 W 1532 W 1146 W 1616 W 1336 W 1404 W 1730 W 1529 W 1714 W 1542 W 1835 W 1033 W 1800 W 1204 W 1514 W 1108 W 1446 W 1433 W-9999 +USW00021504199806TAVG 233 W 233 W 233 W 233 W 228 W 222 W 233 W 239 W 239 W 228 W 233 W 239 W 233 W 233 W 239 W 233 W 222 W 233 W 233 W 239 W 228 W 228 W 233 W 233 W 228 W 239 W 233 W 233 W 244 W 239 W-9999 +USW00021504199806TSUN 529 X 488 X 365 X 394 X 142 X 586 X 386 X 546 X 220 X 125 X 420 X 406 X 489 X 77 X 230 X 318 X 181 X 477 X 542 X 638 X 168 X 213 X 311 X 63 X 184 X 552 X 402 X 658 X 338 X 316 X-9999 +USW00021504199806WDF2 60 X 30 X 40 X 80 X 70 X 70 X 230 X 60 X 100 X 80 X 30 X 60 X 70 X 90 X 80 X 40 X 70 X 10 X 50 X 50 X 80 X 80 X 90 X 70 X 60 X 80 X 20 X 20 X 90 X 80 X-9999 +USW00021504199806WDF5 80 X 70 X 30 X 90 X 80 X 60 X 90 X 60 X 100 X 70 X 60 X 30 X 60 X 90 X 90 X 30 X 50 X 30 X 30 X 50 X 90 X 70 X 80 X 70 X 60 X 70 X 10 X 40 X 90 X 70 X-9999 +USW00021504199806WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199806WSF2 67 X 67 X 58 X 76 X 72 X 76 X 67 X 67 X 72 X 67 X 63 X 67 X 63 X 80 X 80 X 67 X 63 X 63 X 49 X 63 X 72 X 80 X 72 X 80 X 67 X 76 X 63 X 63 X 89 X 76 X-9999 +USW00021504199806WSF5 80 X 80 X 72 X 89 X 80 X 98 X 80 X 76 X 89 X 76 X 76 X 80 X 76 X 94 X 94 X 80 X 76 X 80 X 67 X 76 X 80 X 98 X 89 X 98 X 72 X 80 X 80 X 76 X 98 X 94 X-9999 +USW00021504199806WT01-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 +USW00021504199806WT13-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 +USW00021504199806WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199807TMAX 267 0 267 0 283 0 267 0 278 0 272 0 272 0 272 0 267 0 272 0 272 0 278 0 278 0 278 0 272 0 272 0 272 0 272 0 256 0 272 0 278 0 261 0 272 0 272 0 261 0 278 0 278 0 272 0 278 0 278 0 289 0 +USW00021504199807TMIN 189 0 194 0 194 0 222 0 217 0 211 0 206 0 200 0 194 0 194 0 200 0 217 0 211 0 189 0 206 0 206 0 200 0 194 0 206 0 194 0 222 0 222 0 222 0 206 0 206 0 211 0 194 0 194 0 189 0 200 0 183 0 +USW00021504199807PRCP 61 0 18 0 53 0 48 0 48 0 30 0 107 0 97 0 76 0 20 0 91 0 25 0 0T 0 33 0 71 0 0T 0 3 0 3 0 79 0 10 0 0T 0 69 0 20 0 76 0 102 0 20 0 33 0 246 0 30 0 71 0 5 0 +USW00021504199807AWND 24 X 31 X 30 X 38 X 33 X 40 X 32 X 32 X 27 X 29 X 30 X 37 X 31 X 31 X 30 X 28 X 32 X 34 X 18 X 31 X 36 X 35 X 37 X 32 X 24 X 24 X 29 X 33 X 36 X 34 X 30 X +USW00021504199807FMTM 1604 X 1207 X 1428 X 0922 X 1826 X 1318 X 1439 X 1907 X 1356 X 1628 X 1236 X 0943 X 1455 X 1938 X 1508 X 1314 X 1520 X 1734 X 1619 X 1732 X 2220 X 1822 X 0828 X 1610 X 1134 X 1224 X 1513 X 1208 X 1514 X 1524 X 1431 X +USW00021504199807PGTM 1409 W 1159 W 1647 W 1024 W 1804 W 1317 W 1438 W 1907 W 1356 W 1633 W 1235 W 0942 W 1302 W 1946 W 1233 W 1237 W 1405 W 1140 W 1519 W 1227 W 2221 W 1814 W 0828 W 1538 W 1133 W 1223 W 1513 W 1210 W 1402 W 1425 W 1535 W +USW00021504199807TAVG 228 W 233 W 239 W 244 W 250 W 244 W 239 W 239 W 233 W 233 W 239 W 250 W 244 W 233 W 239 W 239 W 239 W 233 W 233 W 233 W 250 W 244 W 250 W 239 W 233 W 244 W 239 W 233 W 233 W 239 W 239 W +USW00021504199807TSUN 195 X 572 X 426 X 37 X 328 X 295 X 607 X 516 X-9999 374 X 237 X 446 X 561 X 653 X 398 X 695 X 666 X 486 X 58 X 563 X 277 X-9999 352 X 401 X 160 X 225 X 452 X 76 X 407 X 556 X 667 X +USW00021504199807WDF2 40 X 60 X 40 X 70 X 60 X 60 X 40 X 30 X 70 X 80 X 50 X 60 X 30 X 60 X 20 X 50 X 20 X 70 X 340 X 70 X 60 X 50 X 30 X 350 X 60 X 100 X 60 X 70 X 40 X 10 X 60 X +USW00021504199807WDF5 70 X 50 X 60 X 80 X 60 X 60 X 40 X 30 X 70 X 60 X 50 X 60 X 70 X 50 X 20 X 60 X 10 X 70 X 30 X 50 X 60 X 50 X 30 X 10 X 60 X 90 X 60 X 70 X 30 X 40 X 40 X +USW00021504199807WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199807WSF2 45 X 72 X 63 X 94 X 67 X 80 X 67 X 63 X 72 X 89 X 76 X 89 X 67 X 67 X 58 X 63 X 58 X 72 X 45 X 58 X 72 X 72 X 76 X 58 X 58 X 67 X 63 X 67 X 72 X 58 X 63 X +USW00021504199807WSF5 72 X 80 X 67 X 112 X 80 X 94 X 76 X 76 X 80 X 98 X 94 X 98 X 80 X 72 X 72 X 76 X 76 X 80 X 58 X 76 X 89 X 94 X 94 X 72 X 67 X 89 X 76 X 76 X 89 X 72 X 72 X +USW00021504199807WT01 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199807WT13 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504199807WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199808TMAX 289 0 267 0 278 0 272 0 278 0 278 0 278 0 283 0 294 0 289 0 306 0 294 0 289 0 283 0 283 0 289 0 294 0 289 0 289 0 283 0 278 0 283 0 250 0 278 0 278 0 278 0 244 0 272 0 267 0 278 0 278 0 +USW00021504199808TMIN 183 0 217 0 217 0 217 0 217 0 206 0 211 0 194 0 211 0 206 0 206 0 217 0 211 0 222 0 211 0 200 0 211 0 217 0 217 0 217 0 217 0 211 0 206 0 200 0 200 0 211 0 206 0 206 0 211 0 206 0 211 0 +USW00021504199808PRCP 0T 0 23 0 28 0 127 0 41 0 130 0 76 0 0 0 0T 0 8 0 5 0 28 0 56 0 36 0 102 0 3 0 15 0 0T 0 46 0 76 0 226 0 142 0 267 0 20 0 74 0 81 0 234 0 185 0 58 0 38 0 30 0 +USW00021504199808AWND 29 X 26 X 34 X 32 X 33 X 26 X 30 X 34 X 34 X 33 X 28 X 32 X 34 X 33 X 32 X 30 X 30 X 33 X 34 X 30 X 27 X 28 X 30 X 34 X 37 X 26 X 30 X 34 X 30 X 33 X 40 X +USW00021504199808FMTM 1059 X 1623 X 0823 X 1031 X 1532 X 1614 X 1954 X 1615 X 1701 X 1530 X 1336 X 1630 X 1258 X 1429 X 1934 X 1535 X 1439 X 1317 X 1434 X 1233 X 1940 X 1333 X 1243 X 1527 X 1643 X 1745 X 0037 X 2129 X 1039 X 1516 X 1433 X +USW00021504199808PGTM 1058 W 1558 W 0810 W 1030 W 1447 W 1614 W 2125 W 1802 W 1309 W 1507 W 1319 W 1626 W 1257 W 1436 W 1933 W 1535 W 1438 W 1403 W 1440 W 1232 W 1940 W 1504 W 1243 W 1522 W 1642 W 0924 W 0032 W 2128 W 1038 W 1515 W 1438 W +USW00021504199808TAVG 239 W 244 W 250 W 244 W 250 W 244 W 244 W 239 W 256 W 250 W 256 W 256 W 250 W 256 W 250 W 244 W 256 W 256 W 256 W 250 W 250 W 250 W 228 W 239 W 239 W 244 W 228 W 239 W 239 W 244 W 244 W +USW00021504199808TSUN 501 X 86 X 479 X 125 X 566 X 267 X 188 X 671 X 597 X 559 X 420 X 508 X 528 X 557 X 513 X 290 X 462 X 257 X-9999 159 X 242 X 283 X 0 X 554 X 387 X 292 X-9999 325 X 143 X 470 X-9999 +USW00021504199808WDF2 60 X 70 X 70 X 100 X 30 X 80 X 360 X 10 X 20 X 30 X 80 X 90 X 60 X 30 X 20 X 100 X 90 X 90 X 30 X 80 X 260 X 90 X 100 X 60 X 90 X 360 X 60 X 120 X 60 X 20 X 40 X +USW00021504199808WDF5 60 X 50 X 50 X 110 X 30 X 80 X 10 X 10 X 30 X 20 X 80 X 100 X 50 X 20 X 30 X 100 X 120 X 100 X 30 X 90 X 260 X 90 X 100 X 50 X 90 X 10 X 60 X 90 X 60 X 20 X 50 X +USW00021504199808WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199808WSF2 72 X 49 X 94 X 72 X 63 X 72 X 63 X 67 X 63 X 63 X 72 X 76 X 72 X 72 X 67 X 80 X 67 X 72 X 72 X 98 X 63 X 80 X 107 X 72 X 98 X 67 X 72 X 63 X 72 X 67 X 89 X +USW00021504199808WSF5 80 X 63 X 107 X 94 X 80 X 76 X 72 X 76 X 76 X 76 X 89 X 89 X 80 X 89 X 76 X 98 X 80 X 80 X 89 X 116 X 72 X 98 X 143 X 89 X 107 X 107 X 89 X 94 X 80 X 76 X 103 X +USW00021504199808WT01-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199808WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199808WT13-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504199808WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199809TMAX 267 0 272 0 278 0 272 0 278 0 272 0 283 0 278 0 283 0 261 0 278 0 278 0 267 0 272 0 278 0 261 0 278 0 278 0 278 0 267 0 278 0 278 0 261 0 272 0 272 0 272 0 278 0 267 0 278 0 278 0-9999 +USW00021504199809TMIN 194 0 222 0 211 0 217 0 200 0 189 0 211 0 194 0 200 0 200 0 194 0 194 0 206 0 183 0 194 0 200 0 189 0 183 0 189 0 200 0 211 0 194 0 211 0 200 0 189 0 189 0 194 0 194 0 183 0 189 0-9999 +USW00021504199809PRCP 33 0 226 0 137 0 109 0 18 0 76 0 8 0 43 0 15 0 71 0 48 0 97 0 43 0 53 0 36 0 127 0 30 0 3 0 8 0 234 0 282 0 102 0 307 0 30 0 104 0 13 0 201 0 152 0 89 0 38 0-9999 +USW00021504199809AWND 30 X 24 X 30 X 26 X 34 X 26 X 31 X 26 X 28 X 26 X 22 X 30 X 23 X 30 X 25 X 22 X 31 X 31 X 30 X 30 X 34 X 32 X 27 X 31 X 29 X 27 X 34 X 26 X 30 X 36 X-9999 +USW00021504199809FMTM 1645 X 1515 X 1523 X 2021 X 1255 X 1002 X 1357 X 0342 X 1359 X 1121 X 0854 X 1941 X 1544 X 0935 X 1018 X 1517 X 1230 X 1233 X 1536 X 1509 X 1031 X 1341 X 1919 X 0315 X-9999 1215 X 1118 X 1322 X 1314 X 1115 X-9999 +USW00021504199809PGTM 1409 W 1514 W 1210 W 1156 W 1509 W 1000 W 1400 W 1522 W 1357 W 1115 W 0845 W 1358 W 1543 W 0934 W 1016 W 1638 W 1401 W 1232 W 1146 W 1500 W 1303 W 1334 W 1910 W 1359 W-9999 0529 W 1117 W 1321 W 1314 W 1325 W-9999 +USW00021504199809TAVG 233 W 250 W 244 W 244 W 239 W 233 W 250 W 239 W 244 W 233 W 239 W 239 W 239 W 228 W 239 W 233 W 233 W 233 W 233 W 233 W 244 W 239 W 239 W 239 W 233 W 233 W 239 W 233 W 233 W 233 W-9999 +USW00021504199809TSUN-9999 264 X 479 X 76 X 597 X 242 X 443 X 397 X 121 X 172 X 314 X 266 X 120 X 545 X 465 X 69 X 463 X 370 X 646 X 153 X 198 X 329 X 115 X-9999 206 X 522 X 367 X 154 X 411 X 562 X-9999 +USW00021504199809WDF2 40 X 30 X 40 X 340 X 20 X 70 X 60 X 260 X 110 X 90 X 60 X 240 X 20 X 60 X 50 X 330 X 60 X 80 X 20 X 80 X 90 X 90 X 250 X 270 X 0 X 40 X 20 X 20 X 20 X 340 X-9999 +USW00021504199809WDF5 20 X 20 X 40 X 340 X 30 X 70 X 50 X 20 X 110 X 80 X 30 X 50 X 20 X 60 X 50 X 80 X 80 X 80 X 40 X 80 X 80 X 70 X 260 X 40 X 240 Z 70 X 30 X 20 X 20 X 360 X-9999 +USW00021504199809WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199809WSF2 63 X 67 X 58 X 49 X 67 X 72 X 76 X 58 X 76 X 89 X 58 X 67 X 67 X 72 X 80 X 49 X 67 X 98 X 58 X 72 X 72 X 72 X 49 X 58 X 40 Z 58 X 76 X 72 X 76 X 72 X-9999 +USW00021504199809WSF5 80 X 80 X 72 X 72 X 80 X 89 X 80 X 63 X 98 X 103 X 67 X 76 X 76 X 89 X 98 X 67 X 80 X 112 X 80 X 89 X 89 X 94 X 63 X 67 X 40 Z 80 X 98 X 80 X 89 X 76 X-9999 +USW00021504199809WT01 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00021504199809WT13 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00021504199809WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199810TMAX 289 0 289 0 283 0 278 0 261 0 272 0 272 0 233 0 267 0 272 0 278 0 278 0 272 0 250 0 267 0 267 0 278 0 267 0 267 0 272 0 272 0 267 0 278 0 283 0 272 0 272 0 272 0 278 0 272 0 272 0 256 0 +USW00021504199810TMIN 211 0 200 0 222 0 217 0 200 0 194 0 183 0 200 0 194 0 217 0 211 0 211 0 206 0 200 0 189 0 183 0 206 0 211 0 200 0 194 0 189 0 178 0 178 0 183 0 183 0 178 0 194 0 178 0 211 0 200 0 189 0 +USW00021504199810PRCP 23 0 46 0 28 0 0T 0 180 0 84 0 163 0 478 0 41 0 137 0 86 0 97 0 84 0 269 0 559 0 721 0 325 0 231 0 28 0 8 0 0T 0 0 0 3 0 5 0 5 0 20 0 10 0 107 0 147 0 38 0 145 0 +USW00021504199810AWND 40 X 21 X 38 X 26 X 27 X 30 X 31 X 27 X 28 X 26 X 35 X 26 X 30 X 24 X 27 X 27 X 30 X 21 X 24 X 19 X 30 X 28 X 31 X 30 X 29 X 25 X 27 X 31 X 28 X 28 X 26 X +USW00021504199810FMTM 1800 X 1508 X 1242 X 1115 X 1140 X 1203 X 1820 X 1523 X 1539 X 1824 X 1559 X 1623 X 1402 X 1629 X 0830 X 1309 X 1644 X 1237 X 1815 X 1540 X 1315 X 1507 X 1303 X 1202 X 1109 X 1141 X 1123 X 1628 X 1926 X 2232 X 1603 X +USW00021504199810PGTM 1800 W 1724 W 1240 W 1237 W 1139 W 1202 W 1820 W 1521 W 1538 W 1244 W 1812 W 1437 W 1342 W 1629 W 0830 W 1716 W 1643 W 1237 W 1814 W 1533 W 1256 W 1457 W 1336 W 1416 W 1108 W 1140 W 1415 W 1203 W 1211 W 1409 W 1419 W +USW00021504199810TAVG 250 W 244 W 256 W 250 W 233 W 233 W 228 W 217 W 233 W 244 W 244 W 244 W 239 W 228 W 228 W 228 W 244 W 239 W 233 W 233 W 233 W 222 W 228 W 233 W 228 W 228 W 233 W 228 W 244 W 239 W 222 W +USW00021504199810TSUN 525 X 170 X 246 X 179 X 79 X 471 X 244 X 0 X 69 X 233 X 347 X 368 X 129 X 85 X 68 X 99 X 316 X-9999 77 X 336 X 570 X 540 X 369 X 252 X 284 X 488 X 498 X 546 X 384 X 554 X 45 X +USW00021504199810WDF2 50 X 80 X 70 X 60 X 70 X 90 X 90 X 120 X 80 X 70 X 30 X 90 X 50 X 30 X 250 X 50 X 60 X 70 X 250 X 60 X 20 X 40 X 80 X 80 X 80 X 20 X 60 X 60 X 240 X 250 X 50 X +USW00021504199810WDF5 40 X 90 X 70 X 50 X 80 X 90 X 90 X 120 X 80 X 50 X 340 X 80 X 50 X 20 X 260 X 270 X 70 X 60 X 250 X 50 X 20 X 30 X 110 X 90 X 80 X 20 X 50 X 60 X 70 X 70 X 30 X +USW00021504199810WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199810WSF2 76 X 80 X 89 X 58 X 89 X 72 X 76 X 63 X 63 X 67 X 67 X 63 X 67 X 72 X 80 X 63 X 67 X 49 X 58 X 45 X 58 X 45 X 67 X 67 X 67 X 67 X 63 X 58 X 63 X 49 X 45 X +USW00021504199810WSF5 89 X 94 X 107 X 76 X 98 X 89 X 89 X 76 X 67 X 80 X 80 X 80 X 80 X 80 X 98 X 72 X 80 X 63 X 63 X 58 X 67 X 67 X 76 X 76 X 76 X 76 X 72 X 72 X 76 X 63 X 58 X +USW00021504199810WT01-9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 +USW00021504199810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199810WT13-9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00021504199810WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199811TMAX 267 0 272 0 267 0 261 0 244 0 256 0 256 0 250 0 267 0 272 0 267 0 278 0 267 0 256 0 261 0 267 0 256 0 256 0 261 0 239 0 256 0 233 0 261 0 256 0 256 0 256 0 250 0 250 0 261 0 256 0-9999 +USW00021504199811TMIN 178 0 172 0 194 0 211 0 200 0 189 0 206 0 194 0 194 0 194 0 211 0 194 0 206 0 194 0 178 0 172 0 183 0 183 0 194 0 189 0 183 0 200 0 194 0 178 0 167 0 189 0 172 0 200 0 194 0 183 0-9999 +USW00021504199811PRCP 15 0 53 0 124 0 61 0 165 0 58 0 46 0 33 0 117 0 25 0 5 0 0T 0 112 0 191 0 53 0 84 0 859 0 300 0 335 0 368 0 81 0 76 0 3 0 5 0 53 0 30 0 79 0 480 0 46 0 97 0-9999 +USW00021504199811AWND 32 X 30 X 25 X 27 X 23 X 26 X 28 X 23 X 24 X 28 X 27 X 25 X 34 X 26 X 19 X 26 X 23 X 25 X 21 X 33 X 37 X 32 X 34 X 31 X 31 X 30 X 28 X 29 X 42 X 32 X-9999 +USW00021504199811FMTM 1929 X 1430 X 1346 X 1839 X 0912 X 2224 X 1528 X 1119 X 1316 X 1140 X 1618 X 1542 X 1356 X 1603 X 0419 X 1131 X 1626 X 1639 X 1513 X 1431 X 1245 X 0718 X 1145 X 2033 X 1915 X 1419 X 0013 X 1408 X 2339 X 0731 X-9999 +USW00021504199811PGTM 1926 W 1430 W 1345 W 1458 W 0858 W 2222 W 1527 W 1117 W 1310 W 1301 W 1613 W 1535 W 1935 W 1410 W 0418 W 1129 W 1625 W 1637 W 1512 W 1429 W 1240 W 0717 W 1144 W 1932 W 1915 W 0309 W 0012 W 1633 W 2337 W 0729 W-9999 +USW00021504199811TAVG 222 W 222 W 233 W 239 W 222 W 222 W 233 W 222 W 233 W 233 W 239 W 239 W 239 W 228 W 222 W 222 W 222 W 222 W 228 W 217 W 222 W 217 W 228 W 217 W 211 W 222 W 211 W 228 W 228 W 222 W-9999 +USW00021504199811TSUN 486 X 388 X 162 X 88 X 0 X 45 X 25 X 0 X 57 X 215 X 75 X-9999 246 X 212 X 111 X 389 X 135 X 158 X 112 X 0 X 110 X 0 X 109 X 177 X 321 X 454 X 175 X 54 X 224 X 175 X-9999 +USW00021504199811WDF2 20 X 70 X 90 X 90 X 240 X 240 X 130 X 90 X 120 X 110 X 120 X 60 X 20 X 20 X 230 X 20 X 40 X 90 X 90 X 70 X 70 X 60 X 30 X 40 X 20 X 30 X 80 X 80 X 80 X 70 X-9999 +USW00021504199811WDF5 20 X 70 X 100 X 80 X 240 X 240 X 120 X 100 X 110 X 110 X 120 X 60 X 10 X 40 X 230 X 20 X 40 X 90 X 90 X 70 X 70 X 50 X 30 X 30 X 20 X 90 X 80 X 90 X 70 X 70 X-9999 +USW00021504199811WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199811WSF2 72 X 63 X 72 X 49 X 58 X 58 X 63 X 63 X 67 X 76 X 49 X 58 X 67 X 63 X 45 X 67 X 49 X 72 X 89 X 89 X 80 X 98 X 67 X 58 X 76 X 63 X 72 X 67 X 98 X 94 X-9999 +USW00021504199811WSF5 94 X 72 X 98 X 63 X 67 X 67 X 80 X 72 X 80 X 94 X 67 X 67 X 76 X 76 X 49 X 80 X 63 X 89 X 107 X 112 X 98 X 112 X 76 X 76 X 94 X 80 X 98 X 80 X 125 X 107 X-9999 +USW00021504199811WT01-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 +USW00021504199811WT13-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 +USW00021504199811WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199812TMAX 239 0 250 0 244 0 239 0 250 0 233 0 244 0 239 0 244 0 239 0 244 0 244 0 250 0 250 0 250 0 239 0 256 0 261 0 250 0 261 0 250 0 239 0 250 0 256 0 211 0 228 0 256 0 256 0 250 0 267 0 267 0 +USW00021504199812TMIN 178 0 161 0 178 0 189 0 189 0 194 0 183 0 178 0 167 0 178 0 172 0 172 0 172 0 189 0 178 0 156 0 161 0 183 0 161 0 178 0 178 0 178 0 178 0 167 0 172 0 156 0 156 0 172 0 178 0 172 0 167 0 +USW00021504199812PRCP 236 0 41 0 305 0 173 0 310 0 152 0 91 0 20 0 193 0 69 0 30 0 69 0 107 0 5 0 28 0 0T 0 0T 0 46 0 0 0 20 0 30 0 127 0 64 0 20 0 325 0 33 0 13 0 5 0 0T 0 0 0 0 0 +USW00021504199812AWND 26 X 25 X 24 X 37 X 40 X 24 X 26 X 26 X 26 X 25 X 19 X 25 X 21 X 38 X 23 X 30 X 30 X 27 X 27 X 30 X 24 X 26 X 26 X 30 X 25 X 31 X 30 X 17 X 25 X 30 X 29 X +USW00021504199812FMTM 1557 X 1922 X 2140 X 1106 X 1258 X 1313 X 1409 X 1830 X 1612 X 1238 X 1240 X 1626 X 1257 X 1458 X 1633 X 1338 X 1433 X 1356 X 1521 X 1703 X 1307 X 1225 X 1414 X 2002 X 1222 X 1540 X 1443 X 1913 X 1335 X 1457 X 1309 X +USW00021504199812PGTM 1547 W 1921 W 2139 W 0037 W 1258 W 1308 W 1408 W 1731 W 1616 W 1238 W 1240 W 0101 W 1256 W 1457 W 1633 W 1332 W 1434 W 1412 W 1413 W 1447 W 1301 W 1225 W 0203 W 2002 W 1425 W 1544 W 1329 W 1912 W 1142 W 1415 W 1332 W +USW00021504199812TAVG 211 W 206 W 211 W 217 W 222 W 217 W 217 W 211 W 206 W 211 W 211 W 211 W 211 W 222 W 217 W 200 W 211 W 222 W 206 W 222 W 217 W 211 W 217 W 211 W 194 W 194 W 206 W 217 W 217 W 222 W 217 W +USW00021504199812TSUN 0 X 178 X 35 X 18 X 37 X 0 X 64 X 0 X 77 X 0 X 84 X 311 X 192 X 204 X 106 X 9 X 160 X 277 X 521 X 208 X 160 X 44 X 228 X 266 X 0 X 134 X 420 X 76 X 236 X 366 X-9999 +USW00021504199812WDF2 100 X 40 X 110 X 80 X 100 X 100 X 80 X 250 X 80 X 80 X 90 X 20 X 80 X 110 X 100 X 360 X 120 X 100 X 30 X 80 X 70 X 70 X 80 X 80 X 50 X 120 X 80 X 300 X 50 X 100 X 100 X +USW00021504199812WDF5 90 X 50 X 100 X 100 X 100 X 80 X 80 X 120 X 80 X 80 X 90 X 60 X 80 X 110 X 100 X 350 X 120 X 110 X 20 X 60 X 80 X 70 X 120 X 80 X 210 X 120 X 80 X 300 X 80 X 100 X 110 X +USW00021504199812WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199812WSF2 58 X 63 X 72 X 94 X 94 X 72 X 76 X 63 X 89 X 72 X 49 X 63 X 76 X 72 X 63 X 76 X 80 X 67 X 45 X 67 X 67 X 72 X 76 X 76 X 49 X 94 X 58 X 45 X 49 X 80 X 76 X +USW00021504199812WSF5 72 X 80 X 94 X 112 X 112 X 98 X 89 X 76 X 98 X 80 X 58 X 80 X 94 X 89 X 72 X 98 X 98 X 76 X 58 X 76 X 80 X 80 X 94 X 94 X 80 X 98 X 80 X 49 X 67 X 98 X 94 X +USW00021504199812WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00021504199812WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00021504199812WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00021504199812WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504199901TMAX 272 0 244 0 250 0 244 0 267 0 261 0 267 0 261 0 228 0 233 0 239 0 239 0 244 0 250 0 256 0 261 0 256 0 261 0 244 0 261 0 244 0 239 0 250 0 222 0 233 0 250 0 250 0 244 0 244 0 228 0 217 0 +USW00021504199901TMIN 172 0 178 0 178 0 156 0 156 0 161 0 161 0 172 0 189 0 189 0 156 0 156 0 167 0 161 0 167 0 167 0 178 0 172 0 167 0 172 0 189 0 183 0 178 0 172 0 178 0 172 0 167 0 172 0 178 0 172 0 172 0 +USW00021504199901PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 104 0 3 0 10 0 0T 0 43 0 185 0 0T 0 58 0 0T 0 0T 0 0T 0 41 0 894 0 211 0 142 0 257 0 183 0 30 0 241 0 163 0 427 0 1191 0 +USW00021504199901AWND 20 X 26 X 24 X 25 X 26 X 27 X 34 X 31 X 26 X 31 X 27 X 23 X 27 X 29 X 28 X 25 X 24 X 28 X 33 X 29 X 21 X 20 X 23 X 37 X 25 X 35 X 30 X 35 X 41 X 23 X 26 X +USW00021504199901FMTM 1421 X 1009 X 1234 X 1147 X 1338 X 1535 X 1435 X 1330 X 1323 X 1614 X 1500 X 1715 X 1343 X 1412 X 1500 X 1425 X 1442 X 1504 X 1200 X 1246 X 1132 X 1410 X 1522 X 1422 X 0245 X 0808 X 1747 X 2232 X 0810 X 1838 X 0812 X +USW00021504199901PGTM 1322 W 1056 W 1228 W 1203 W 1324 W 1520 W 1359 W 1331 W 1322 W 1612 W 1318 W 1714 W 1308 W 1411 W 1459 W 1436 W 1442 W 1439 W 1159 W 1245 W 1132 W 1409 W 1455 W 1228 W 0242 W 0808 W 1747 W 2231 W 0810 W 1837 W 0810 W +USW00021504199901TAVG 222 W 211 W 217 W 200 W 211 W 211 W 217 W 217 W 211 W 211 W 200 W 200 W 206 W 206 W 211 W 217 W 217 W 217 W 206 W 217 W 217 W 211 W 217 W 200 W 206 W 211 W 211 W 211 W 211 W 200 W 194 W +USW00021504199901TSUN 234 X 143 X 354 X 94 X 295 X 83 X 433 X 43 X 0 X 31 X 16 X-9999 278 X 293 X 246 X 156 X 298 X 351 X 50 X 226 X 88 X 68 X 66 X 79 X 106 X 313 X-9999 316 X 376 X 141 X 3 X +USW00021504199901WDF2 120 X 10 X 10 X 10 X 110 X 100 X 100 X 140 X 350 X 340 X 10 X 350 X 40 X 80 X 90 X 100 X 20 X 90 X 120 X 100 X 40 X 260 X 80 X 70 X 80 X 100 X 60 X 30 X 10 X 110 X 240 X +USW00021504199901WDF5 80 X 20 X 20 X 20 X 110 X 110 X 120 X 140 X 340 X 340 X 20 X 350 X 40 X 80 X 90 X 120 X 30 X 100 X 120 X 100 X 40 X 260 X 60 X 60 X 70 X 90 X 40 X 30 X 20 W 110 X 250 X +USW00021504199901WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199901WSF2 58 X 49 X 58 X 49 X 72 X 67 X 89 X 80 X 63 X 63 X 49 X 45 X 49 X 67 X 67 X 67 X 58 X 67 X 72 X 72 X 58 X 80 X 63 X 98 X 58 X 76 X 63 X 80 X 112 X 63 X 72 X +USW00021504199901WSF5 76 X 58 X 67 X 63 X 89 X 76 X 103 X 103 X 72 X 72 X 63 X 49 X 67 X 76 X 76 X 72 X 67 X 80 X 98 X 94 X 63 X 103 X 76 X 116 X 72 X 94 X 67 X 98 X 148 W 89 X 89 X +USW00021504199901WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199901WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00021504199901WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504199901WT08 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00021504199901WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504199901WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199902TMAX 233 0 233 0 233 0 233 0 244 0 239 0 233 0 217 0 244 0 233 0 244 0 206 0 211 0 244 0 261 0 256 0 261 0 267 0 261 0 228 0 206 0 250 0 244 0 256 0 261 0 256 0 244 0 250 0-9999 -9999 -9999 +USW00021504199902TMIN 178 0 178 0 167 0 178 0 178 0 167 0 167 0 167 0 161 0 150 0 161 0 167 0 150 0 150 0 178 0 178 0 172 0 178 0 172 0 183 0 178 0 183 0 194 0 156 0 161 0 167 0 167 0 172 0-9999 -9999 -9999 +USW00021504199902PRCP 500 0 211 0 137 0 244 0 122 0 137 0 48 0 117 0 3 0 8 0 0T 0 163 0 86 0 107 0 5 0 0 0 0T 0 3 0 94 0 1240 0 1222 0 447 0 15 0 0T 0 0 0 0 0 5 0 0 0-9999 -9999 -9999 +USW00021504199902AWND 31 X 41 X 38 X 30 X 28 X 31 X 26 X 26 X 29 X 27 X 24 X 36 X 24 X 33 X 29 X 30 X 32 X 26 X 29 X 25 X 21 X 30 X 30 X 32 X 37 X 24 X 28 X 29 X-9999 -9999 -9999 +USW00021504199902FMTM 1501 X 2227 X 2234 X 1037 X 1847 X 1217 X 1854 X 1000 X 1145 X 1419 X 1605 X 1131 X 1540 X 1600 X 1315 X 1404 X 1535 X 1447 X 1439 X 1122 X 1224 X 1317 X 1508 X 1346 X 1507 X 1442 X 1207 X 1141 X-9999 -9999 -9999 +USW00021504199902PGTM 1500 W 0802 W 1355 W 1038 W 1847 W 1308 W 1900 W 1000 W 1143 W 1310 W 1604 W 1130 W 1540 W 1622 W 1314 W 1355 W 1514 W 1459 W 1445 W 1504 W 2155 W 1316 W 1227 W 1239 W 1507 W 1435 W 1233 W 1138 W-9999 -9999 -9999 +USW00021504199902TAVG 206 W 206 W 200 W 206 W 211 W 206 W 200 W 194 W 206 W 194 W 206 W 189 W 183 W 200 W 222 W 217 W 217 W 222 W 217 W 206 W 194 W 217 W 222 W 206 W 211 W 211 W 206 W 211 W-9999 -9999 -9999 +USW00021504199902TSUN 47 X 4 X 199 X 85 X 484 X 243 X 176 X 41 X 149 X 227 X 195 X 9 X 18 X 353 X 233 X 552 X 562 X 464 X 261 X 26 X 0 X 181 X 50 X 470 X 466 X 219 X 133 X 268 X-9999 -9999 -9999 +USW00021504199902WDF2 80 X 80 X 60 X 70 X 80 X 80 X 70 X 70 X 90 X 90 X 10 X 70 X 80 X 90 X 90 X 100 X 80 X 90 X 10 X 100 X 130 X 90 X 90 X 80 X 100 X 40 X 100 X 120 X-9999 -9999 -9999 +USW00021504199902WDF5 80 X 70 X 80 X 70 X 90 X 100 X 70 X 70 X 90 X 110 X 20 X 70 X 80 X 100 X 80 X 100 X 80 X 80 X 10 X 120 X 60 X 90 X 100 X 110 X 100 X 30 X 110 X 110 X-9999 -9999 -9999 +USW00021504199902WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504199902WSF2 94 X 80 X 89 X 103 X 72 X 72 X 63 X 76 X 89 X 63 X 63 X 80 X 72 X 63 X 76 X 76 X 67 X 63 X 67 X 94 X 49 X 103 X 72 X 72 X 94 X 49 X 72 X 72 X-9999 -9999 -9999 +USW00021504199902WSF5 116 X 103 X 125 X 112 X 89 X 80 X 63 X 94 X 112 X 76 X 72 X 98 X 89 X 67 X 103 X 98 X 76 X 80 X 76 X 103 X 67 X 116 X 89 X 103 X 107 X 63 X 80 X 89 X-9999 -9999 -9999 +USW00021504199902WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00021504199902WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199902WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504199902WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00021504199902WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00021504199903TMAX 261 0 250 0 267 0 250 0 250 0 250 0 250 0 261 0 250 0 233 0 250 0 250 0 250 0 256 0 256 0 250 0 256 0 250 0 250 0 228 0 239 0 239 0 256 0 250 0 256 0 261 0 261 0 261 0 239 0 256 0 256 0 +USW00021504199903TMIN 161 0 172 0 167 0 167 0 172 0 183 0 178 0 167 0 167 0 161 0 178 0 167 0 178 0 178 0 178 0 189 0 189 0 178 0 178 0 178 0 189 0 183 0 183 0 178 0 161 0 167 0 183 0 194 0 189 0 183 0 167 0 +USW00021504199903PRCP 0 0 0 0 0 0 64 0 0T 0 13 0 86 0 38 0 18 0 64 0 5 0 208 0 127 0 132 0 122 0 340 0 221 0 97 0 38 0 244 0 175 0 112 0 3 0 0T 0 3 0 28 0 284 0 269 0 191 0 124 0 76 0 +USW00021504199903AWND 24 X 25 X 32 X 29 X 24 X 26 X 29 X 32 X 33 X 30 X 23 X 30 X 32 X 30 X 27 X 34 X 33 X 40 X 47 X 51 X 45 X 41 X 32 X 33 X-9999 24 X 43 X 34 X 34 X 22 X 31 X +USW00021504199903FMTM 1230 X 1559 X 1309 X 1104 X 1405 X 1446 X 1329 X 0843 X 1703 X 0806 X 1249 X 1449 X 1240 X 1351 X 1349 X 1251 X 1454 X 1227 X 1948 X 1740 X 1202 X 0847 X 0236 X 1021 X-9999 1253 X 1105 X 1150 X 1444 X 1510 X 2134 X +USW00021504199903PGTM 1208 W 1246 W 1301 W 1100 W 1404 W 1446 W 1329 W 0842 W 1535 W 0805 W 1246 W 1448 W 1105 W 1520 W 1348 W 1505 W 1453 W 1459 W 1947 W 1738 W 1202 W 0846 W 0235 W 1021 W-9999 1253 W 1945 W 1149 W 1444 W 1506 W 2126 W +USW00021504199903TAVG 211 W 211 W 217 W 211 W 211 W 217 W 217 W 217 W 211 W -178 GW 217 W 211 W 217 W 217 W 217 W 222 W 222 W 217 W 217 W 206 W 217 W 211 W 222 W 217 W-9999 217 W 222 W 228 W 217 W 222 W 211 W +USW00021504199903TSUN 439 X 169 X 520 X 161 X 194 X 126 X 81 X 502 X 291 X-9999 219 X 247 X 425 X 446 X 365 X 217 X 389 X 319 X 393 X 60 X 294 X 94 X 549 X 321 X-9999 305 X 224 X 264 X 40 X 343 X 368 X +USW00021504199903WDF2 30 X 60 X 90 X 110 X 50 X 90 X 90 X 240 X 60 X 250 X 50 X 80 X 60 X 50 X 80 X 80 X 50 X 80 X 360 X 70 X 70 X 70 X 60 X 70 X 80 Z 50 X 80 X 80 X 70 X 110 X 60 X +USW00021504199903WDF5 30 X 120 X 70 X 120 X 50 X 100 X 90 X 240 X 60 X 260 X 70 X 90 X 70 X 60 X 70 X 80 X 50 X 40 X 10 X 70 X 70 X 80 X 50 X 60 X 90 Z 50 X 80 X 70 X 70 X 60 X 60 X +USW00021504199903WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199903WSF2 58 X 40 X 80 X 67 X 63 X 63 X 72 X 67 X 67 X 45 X 67 X 67 X 76 X 72 X 80 X 76 X 80 X 94 X 94 X 112 X 103 X 98 X 67 X 72 X 67 Z 49 X 94 X 89 X 76 X 76 X 72 X +USW00021504199903WSF5 72 X 58 X 107 X 76 X 89 X 72 X 89 X 76 X 80 X 49 X 80 X 72 X 98 X 80 X 98 X 89 X 98 X 103 X 112 X 130 X 116 X 112 X 80 X 94 X 89 Z 49 X 107 X 107 X 89 X 98 X 89 X +USW00021504199903WT01-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199903WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199903WT13-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504199903WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199904TMAX 250 0 239 0 256 0 261 0 267 0 256 0 261 0 250 0 256 0 256 0 200 0 256 0 250 0 250 0 256 0 256 0 261 0 261 0 267 0 267 0 261 0 261 0 256 0 256 0 261 0 261 0 272 0 261 0 267 0 272 0-9999 +USW00021504199904TMIN 178 0 167 0 172 0 172 0 167 0 183 0 172 0 183 0 178 0 178 0 178 0 172 0 172 0 189 0 167 0 172 0 172 0 172 0 178 0 183 0 194 0 200 0 189 0 172 0 172 0 161 0 189 0 189 0 178 0 178 0-9999 +USW00021504199904PRCP 160 0 152 0 28 0 61 0 28 0 234 0 221 0 373 0 282 0 284 0 892 0 140 0 650 0 132 0 5 0 30 0 28 0 28 0 15 0 8 0 43 0 3 0 46 0 102 0 53 0 3 0 0T 0 53 0 20 0 0 0-9999 +USW00021504199904AWND 30 X 33 X 36 X 30 X 30 X 30 X 37 X 37 X 32 X 28 X 30 X 32 X 29 X 22 X 34 X 31 X 30 X 28 X 31 X 34 X 29 X 29 X 31 X 30 X 32 X 31 X 27 X 27 X 30 X 32 X-9999 +USW00021504199904FMTM 1118 X 1322 X 1439 X 1214 X 1407 X 1342 X 1403 X 1736 X 1428 X 1410 X 1254 X 1539 X 1438 X 1441 X 1555 X 1538 X 1418 X 1200 X 1054 X 1535 X 1317 X 1130 X 1356 X 0539 X 1518 X 1248 X 1206 X 1404 X 1328 X 1645 X-9999 +USW00021504199904PGTM 1119 W 1321 W 1238 W 1453 W 1406 W 1605 W 1708 W 1435 W 1430 W 1409 W 1329 W 1309 W 1437 W 1415 W 1554 W 1540 W 1413 W 1159 W 1054 W 1535 W 1316 W 1126 W 1458 W 1243 W 1425 W 1208 W 1205 W 1319 W 1446 W 1411 W-9999 +USW00021504199904TAVG 217 W 206 W 217 W 217 W 217 W 222 W 217 W 217 W 217 W 217 W 189 W 217 W 211 W 222 W 211 W 217 W 217 W 217 W 222 W 228 W 228 W 233 W 222 W 217 W 217 W 211 W 233 W 228 W 222 W 228 W-9999 +USW00021504199904TSUN-9999 310 X 363 X 473 X 557 X 175 X 362 X 203 X 243 X 464 X 0 X 333 X 143 X 157 X 404 X 557 X 652 X 473 X 512 X 678 X 178 X 66 X 456 X 489 X 583 X 301 X 259 X 340 X 517 X 381 X-9999 +USW00021504199904WDF2 70 X 80 X 100 X 90 X 90 X 80 X 80 X 80 X 70 X 80 X 250 X 80 X 30 X 60 X 60 X 50 X 30 X 90 X 90 X 110 X 90 X 100 X 50 X 340 X 40 X 90 X 80 X 70 X 100 X 100 X-9999 +USW00021504199904WDF5 80 X 80 X 190 X 80 X 90 X 90 X 80 X 60 X 80 X 80 X 250 X 100 X 30 X 70 X 60 X 50 X 70 X 100 X 90 X 110 X 100 X 120 X 20 X 30 X 60 X 100 X 90 X 90 X 100 X 90 X-9999 +USW00021504199904WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199904WSF2 80 X 89 X 72 X 72 X 76 X 89 X 76 X 89 X 76 X 80 X 63 X 67 X 72 X 72 X 72 X 63 X 67 X 76 X 72 X 76 X 72 X 80 X 67 X 67 X 63 X 80 X 72 X 58 X 76 X 67 X-9999 +USW00021504199904WSF5 89 X 98 X 89 X 89 X 94 X 112 X 89 X 103 X 89 X 107 X 72 X 80 X 103 X 80 X 80 X 72 X 94 X 89 X 89 X 94 X 89 X 98 X 80 X 89 X 76 X 103 X 94 X 72 X 89 X 80 X-9999 +USW00021504199904WT01 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00021504199904WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199904WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199904WT13 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00021504199904WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504199905TMAX 283 0 261 0 250 0 261 0 256 0 267 0 267 0 250 0 244 0 261 0 256 0 250 0 267 0 267 0 256 0 272 0 278 0 267 0 267 0 267 0 278 0 261 0 267 0 261 0 261 0 267 0 272 0 267 0 267 0 267 0 289 0 +USW00021504199905TMIN 178 0 200 0 189 0 183 0 194 0 178 0 194 0 189 0 183 0 178 0 194 0 183 0 194 0 172 0 178 0 194 0 194 0 194 0 189 0 178 0 200 0 194 0 194 0 183 0 189 0 189 0 189 0 194 0 200 0 200 0 200 0 +USW00021504199905PRCP 0T 0 43 0 46 0 28 0 13 0 20 0 74 0 61 0 33 0 20 0 15 0 18 0 5 0 0 0 3 0 10 0 30 0 53 0 28 0 53 0 3 0 33 0 0 0 25 0 38 0 13 0 3 0 0T 0 28 0 23 0 3 0 +USW00021504199905AWND 37 X 31 X 26 X 36 X 28 X 34 X 30 X 27 X 26 X 38 X 25 X 28 X 33 X 34 X 33 X 27 X 37 X 28 X 33 X 33 X 39 X 25 X 30 X 25 X 21 X 31 X 28 X 32 X 29 X 32 X 27 X +USW00021504199905FMTM 1303 X 1331 X 1359 X 1418 X 1518 X 1528 X 1536 X 1605 X 1733 X 1728 X 1607 X 1415 X 1354 X 1325 X 1525 X 1434 X 1422 X 1416 X 1510 X 1515 X 1254 X 1149 X 1543 X 1804 X 1012 X 1128 X 0925 X 1132 X 1520 X 1413 X 0910 X +USW00021504199905PGTM 1318 W 1408 W 1358 W 1315 W 1425 W 1522 W 1413 W 1604 W 1049 W 1256 W 1519 W 1415 W 1110 W 1324 W 1525 W 1436 W 1505 W 1325 W 1453 W 1521 W 1253 W 1235 W 1035 W 1804 W 1006 W 1127 W 1314 W 1132 W 1520 W 1423 W 1338 W +USW00021504199905TAVG 233 W 233 W 222 W 222 W 228 W 222 W 233 W 222 W 217 W 222 W 228 W 217 W 233 W 222 W 217 W 233 W 239 W 233 W 228 W 222 W 239 W 228 W 233 W 222 W 228 W 228 W 233 W 233 W 233 W 233 W 244 W +USW00021504199905TSUN 487 X 43 X 86 X 553 X 104 X 548 X 485 X 62 X 74 X 406 X 51 X 119 X 371 X 478 X 287 X 343 X 484 X 265 X 347 X 443 X 421 X 128 X 267 X 350 X 495 X 320 X 394 X 98 X 203 X 235 X 304 X +USW00021504199905WDF2 100 X 100 X 100 X 110 X 90 X 80 X 80 X 90 X 70 X 120 X 100 X 120 X 90 X 90 X 120 X 120 X 90 X 80 X 80 X 90 X 110 X 100 X 40 X 60 X 70 X 80 X 70 X 120 X 120 X 130 X 110 X +USW00021504199905WDF5 130 X 100 X 100 X 130 X 90 X 90 X 60 X 90 X 60 X 110 X 110 X 110 X 100 X 80 X 110 X 120 X 110 X 100 X 80 X 110 X 110 X 100 X 70 X 60 X 80 X 70 X 100 X 120 X 110 X 100 X 100 X +USW00021504199905WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199905WSF2 103 X 72 X 76 X 94 X 58 X 72 X 67 X 80 X 58 X 72 X 58 X 72 X 67 X 76 X 89 X 76 X 103 X 67 X 67 X 76 X 94 X 72 X 63 X 94 X 98 X 103 X 76 X 80 X 76 X 80 X 76 X +USW00021504199905WSF5 116 X 80 X 94 X 112 X 72 X 89 X 89 X 94 X 72 X 98 X 67 X 80 X 94 X 98 X 107 X 94 X 130 X 107 X 89 X 94 X 112 X 80 X 76 X 107 X 112 X 116 X 94 X 103 X 89 X 103 X 94 X +USW00021504199905WT01-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00021504199905WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199905WT13-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00021504199905WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199906TMAX 289 0 261 0 261 0 267 0 272 0 267 0 261 0 267 0 250 0 267 0 267 0 272 0 272 0 278 0 278 0 278 0 272 0 267 0 272 0 256 0 267 0 272 0 272 0 278 0 272 0 267 0 261 0 272 0 261 0 272 0-9999 +USW00021504199906TMIN 206 0 194 0 189 0 189 0 178 0 183 0 194 0 200 0 194 0 178 0 189 0 189 0 178 0 178 0 194 0 172 0 183 0 200 0 200 0 189 0 189 0 189 0 183 0 211 0 211 0 200 0 194 0 200 0 178 0 178 0-9999 +USW00021504199906PRCP 5 0 399 0 112 0 69 0 5 0 84 0 94 0 15 0 13 0 0T 0 3 0 5 0 0 0 0 0 0 0 5 0 0T 0 5 0 3 0 81 0 51 0 23 0 5 0 71 0 5 0 8 0 43 0 43 0 38 0 0T 0-9999 +USW00021504199906AWND 30 X 25 X 26 X 30 X 31 X 27 X 27 X 27 X 21 X 33 X 28 X 28 X 29 X 27 X 34 X 35 X 30 X 31 X 34 X 28 X 27 X 33 X 30 X 30 X 33 X 32 X 25 X 28 X 33 X 33 X-9999 +USW00021504199906FMTM 1541 X 1616 X 1017 X 1454 X 1437 X 1636 X 1659 X 1800 X 1005 X 1447 X 1534 X 1316 X 1341 X 1402 X 1348 X 1722 X 1021 X 1527 X 1458 X 2009 X 1529 X 1711 X 0844 X 1606 X 1055 X 1304 X 1511 X 1457 X 1042 X 1750 X-9999 +USW00021504199906PGTM 1357 W 1511 W 0648 W 1445 W 1449 W 1636 W 1658 W 1659 W 1004 W 1446 W 1408 W 1450 W 1150 W 1401 W 1254 W 1721 W 1020 W 1534 W 1501 W 2008 W 1506 W 1711 W 0853 W 1605 W 1054 W 1304 W 1510 W 1424 W 1042 W 1344 W-9999 +USW00021504199906TAVG 250 W 228 W 228 W 228 W 228 W 228 W 228 W 233 W 222 W 222 W 228 W 233 W 228 W 228 W 239 W 228 W 228 W 233 W 239 W 222 W 228 W 233 W 228 W 244 W 244 W 233 W 228 W 239 W 222 W 228 W-9999 +USW00021504199906TSUN 654 X 213 X 215 X 333 X 501 X 360 X 166 X 353 X 42 X 205 X 516 X 369 X 477 X 704 X 601 X 578 X 371 X 266 X 436 X 306 X 291 X 408 X 642 X 434 X 438 X 541 X 181 X 391 X 276 X 653 X-9999 +USW00021504199906WDF2 50 X 30 X 80 X 70 X 40 X 70 X 70 X 80 X 80 X 80 X 70 X 70 X 70 X 50 X 40 X 70 X 90 X 60 X 90 X 120 X 70 X 70 X 60 X 40 X 40 X 40 X 60 X 60 X 50 X 50 X-9999 +USW00021504199906WDF5 70 X 30 X 30 X 60 X 60 X 70 X 70 X 70 X 80 X 70 X 50 X 70 X 60 X 60 X 90 X 80 X 90 X 50 X 80 X 110 X 90 X 80 X 60 X 40 X 30 X 30 X 50 X 60 X 60 X 20 X-9999 +USW00021504199906WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199906WSF2 63 X 58 X 72 X 76 X 67 X 80 X 94 X 63 X 72 X 67 X 63 X 63 X 67 X 72 X 67 X 80 X 76 X 67 X 89 X 76 X 63 X 76 X 89 X 76 X 89 X 80 X 67 X 67 X 76 X 63 X-9999 +USW00021504199906WSF5 80 X 67 X 94 X 94 X 76 X 89 X 107 X 72 X 76 X 80 X 76 X 89 X 94 X 89 X 89 X 94 X 94 X 80 X 98 X 94 X 76 X 80 X 98 X 94 X 103 X 98 X 80 X 80 X 98 X 76 X-9999 +USW00021504199906WT01 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504199906WT13 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504199906WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199907TMAX 272 0 278 0 278 0 278 0 283 0 283 0 294 0 278 0 278 0 278 0 267 0 272 0 278 0 278 0 272 0 278 0 283 0 272 0 289 0 278 0 278 0 261 0 261 0 272 0 272 0 278 0 272 0 272 0 256 0 272 0 278 0 +USW00021504199907TMIN 178 0 178 0 178 0 178 0 206 0 200 0 183 0 211 0 194 0 194 0 206 0 200 0 200 0 183 0 206 0 194 0 194 0 200 0 194 0 200 0 211 0 206 0 189 0 183 0 194 0 211 0 206 0 172 0 194 0 183 0 178 0 +USW00021504199907PRCP 15 0 3 0 8 0 3 0 38 0 10 0 5 0 43 0 28 0 18 0 109 0 20 0 3 0 10 0 33 0 20 0 3 0 0T 0 91 0 48 0 5 0 107 0 64 0 20 0 18 0 41 0 114 0 15 0 8 0 0T 0 0 0 +USW00021504199907AWND 34 X 32 X 32 X 33 X 31 X 24 X 34 X 25 X 27 X 34 X 26 X 30 X 29 X 28 X 27 X 28 X 27 X 28 X 27 X 25 X 31 X 29 X 22 X 31 X 25 X 26 X 30 X 30 X 25 X 28 X 32 X +USW00021504199907FMTM 1312 X 1317 X 1315 X 1246 X 1510 X 1346 X 1205 X 1240 X 1325 X 1221 X 0608 X 1356 X 1708 X 1714 X 1254 X 1256 X 1134 X 0917 X 1243 X 1352 X 1328 X 1220 X 1421 X 1346 X 0957 X 1607 X 0648 X 1541 X 1321 X 1514 X 1418 X +USW00021504199907PGTM 1316 W 1252 W 1339 W 1214 W 1426 W 1328 W 1252 W 1245 W 1352 W 1220 W 0607 W 1355 W 1413 W 1717 W 1444 W 1256 W 1133 W 0916 W 1328 W 1352 W 1327 W 1220 W 1415 W 1218 W 0956 W 1606 W 0645 W 1541 W 1343 W 1309 W 1417 W +USW00021504199907TAVG 228 W 228 W 228 W 228 W 244 W 244 W 239 W 244 W 239 W 239 W 239 W 239 W 239 W 233 W 239 W 239 W 239 W 239 W 244 W 239 W 244 W 233 W 228 W 228 W 233 W 244 W 239 W 222 W 228 W 228 W 228 W +USW00021504199907TSUN 698 X 721 X 610 X 622 X 532 X 391 X 600 X 322 X 226 X 386 X 235 X 303 X 539 X 561 X 290 X 422 X 566 X 237 X 545 X 275 X 143 X 81 X 182 X 444 X 156 X 105 X 64 X 469 X 26 X 668 X 738 X +USW00021504199907WDF2 30 X 70 X 50 X 40 X 60 X 60 X 30 X 70 X 70 X 80 X 80 X 40 X 50 X 50 X 70 X 60 X 50 X 80 X 50 X 90 X 90 X 60 X 40 X 80 X 90 X 70 X 70 X 30 X 50 X 20 X 30 X +USW00021504199907WDF5 50 X 60 X 50 X 30 X 30 X 70 X 80 X 60 X 70 X 70 X 80 X 30 X 40 X 70 X 60 X 60 X 50 X 80 X 10 X 100 X 80 X 60 X 20 X 90 X 90 X 70 X 70 X 30 X 50 X 20 X 40 X +USW00021504199907WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199907WSF2 67 X 72 X 63 X 63 X 67 X 72 X 67 X 76 X 72 X 80 X 72 X 76 X 67 X 76 X 80 X 89 X 72 X 76 X 58 X 76 X 89 X 76 X 72 X 76 X 76 X 72 X 67 X 63 X 58 X 58 X 63 X +USW00021504199907WSF5 76 X 89 X 89 X 76 X 80 X 89 X 103 X 89 X 80 X 94 X 89 X 103 X 89 X 89 X 89 X 98 X 89 X 89 X 67 X 94 X 103 X 80 X 89 X 98 X 80 X 76 X 89 X 76 X 67 X 76 X 80 X +USW00021504199907WT01 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504199907WT13 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504199907WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199908TMAX 278 0 272 0 289 0 289 0 289 0 267 0 278 0 278 0 256 0 267 0 267 0 278 0 261 0 272 0 261 0 267 0 278 0 250 0 261 0 267 0 283 0 278 0 261 0 272 0 267 0 267 0 272 0 278 0 278 0 283 0 267 0 +USW00021504199908TMIN 178 0 194 0 222 0 206 0 217 0 200 0 189 0 183 0 194 0 189 0 194 0 178 0 211 0 206 0 194 0 206 0 200 0 194 0 194 0 206 0 217 0 206 0 206 0 189 0 194 0 200 0 189 0 189 0 194 0 200 0 206 0 +USW00021504199908PRCP 13 0 5 0 46 0 58 0 48 0 132 0 18 0 117 0 74 0 25 0 10 0 51 0 333 0 61 0 183 0 224 0 8 0 74 0 58 0 81 0 5 0 8 0 36 0 41 0 71 0 107 0 224 0 20 0 86 0 3 0 358 0 +USW00021504199908AWND 33 X 26 X 27 X 22 X 26 X 29 X 31 X 31 X 23 X 29 X 22 X 28 X 26 X 32 X 23 X 31 X 25 X 28 X 22 X 27 X 27 X 34 X 22 X 32 X 24 X 30 X 32 X 31 X 32 X 25 X 34 X +USW00021504199908FMTM 1343 X 1349 X 1724 X 1442 X 1414 X 1427 X 1623 X 1307 X 1735 X 1826 X 1210 X 1451 X 1652 X 0051 X 1244 X 1516 X 1623 X 1533 X 1019 X 1654 X 1441 X 1802 X 0952 X 1203 X 1022 X 1346 X 0615 X 1006 X 0940 X 1457 X 1154 X +USW00021504199908PGTM 1325 W 1432 W 1723 W 1433 W 1437 W 1427 W 1622 W 1306 W 1733 W 1825 W 1207 W 1442 W 1651 W 0052 W 1242 W 1515 W 1623 W 1532 W 1147 W 1654 W 1404 W 1959 W 1001 W 1201 W 1021 W 1345 W 1518 W 1510 W 0940 W 1452 W 1151 W +USW00021504199908TAVG 228 W 233 W 256 W 250 W 256 W 233 W 233 W 233 W 228 W 228 W 233 W 228 W 239 W 239 W 228 W 239 W 239 W 222 W 228 W 239 W 250 W 244 W 233 W 233 W 233 W 233 W 233 W 233 W 239 W 244 W 239 W +USW00021504199908TSUN 453 X 43 X 178 X 104 X 115 X 170 X 562 X 236 X 37 X 199 X 240 X 68 X 70 X 279 X 86 X 29 X 482 X 32 X 113 X 27 X 195 X 416 X 173 X 297 X 455 X 252 X 462 X 625 X 321 X 451 X 108 X +USW00021504199908WDF2 40 X 80 X 100 X 100 X 90 X 60 X 80 X 80 X 20 X 340 X 100 X 100 X 70 X 70 X 60 X 100 X 40 X 70 X 10 X 80 X 70 X 60 X 40 X 60 X 80 X 70 X 130 X 60 X 60 X 50 X 60 X +USW00021504199908WDF5 30 X 90 X 110 X 110 X 80 X 60 X 80 X 90 X 20 X 350 X 100 X 80 X 70 X 80 X 70 X 90 X 40 X 70 X 50 X 90 X 110 X 70 X 60 X 60 X 80 X 80 X 20 X 20 X 60 X 60 X 50 X +USW00021504199908WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199908WSF2 67 X 67 X 72 X 67 X 94 X 89 X 63 X 76 X 63 X 63 X 58 X 67 X 67 X 72 X 67 X 80 X 63 X 72 X 45 X 67 X 67 X 72 X 67 X 72 X 103 X 76 X 63 X 67 X 98 X 63 X 98 X +USW00021504199908WSF5 80 X 72 X 89 X 76 X 103 X 107 X 76 X 98 X 72 X 72 X 67 X 80 X 76 X 80 X 76 X 94 X 72 X 80 X 54 X 72 X 94 X 76 X 72 X 80 X 116 X 89 X 72 X 76 X 112 X 76 X 112 X +USW00021504199908WT01 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 +USW00021504199908WT13 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X +USW00021504199908WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199909TMAX 278 0 272 0 272 0 261 0 278 0 283 0 278 0 272 0 272 0 272 0 278 0 272 0 272 0 272 0 278 0 272 0 278 0 272 0 267 0 272 0 261 0 278 0 272 0 278 0 272 0 256 0 272 0 278 0 278 0 261 0-9999 +USW00021504199909TMIN 211 0 189 0 200 0 189 0 206 0 189 0 194 0 200 0 189 0 194 0 200 0 183 0 189 0 189 0 194 0 200 0 200 0 194 0 194 0 183 0 189 0 200 0 200 0 183 0 183 0 206 0 200 0 183 0 183 0 183 0-9999 +USW00021504199909PRCP 124 0 13 0 81 0 13 0 8 0 0 0 15 0 84 0 15 0 13 0 0T 0 79 0 41 0 10 0 41 0 69 0 20 0 117 0 61 0 36 0 254 0 25 0 69 0 28 0 66 0 97 0 0 0 13 0 0 0 46 0-9999 +USW00021504199909AWND 30 X 35 X 31 X 21 X 31 X 28 X 34 X 26 X 30 X 30 X 27 X 34 X 31 X 30 X 33 X 26 X 33 X 32 X 31 X 31 X 25 X 32 X 30 X 28 X 33 X 18 X 22 X 28 X 31 X 27 X-9999 +USW00021504199909FMTM 1426 X 1634 X 0555 X 1556 X 1244 X 1244 X 1224 X 1316 X 1433 X 1252 X 1312 X 1709 X 1633 X 1402 X 1311 X 1050 X 1356 X 2003 X 1412 X 1544 X 1530 X 1542 X 1035 X 1907 X 1357 X 1912 X 1437 X 1506 X 1331 X 1810 X-9999 +USW00021504199909PGTM 1336 W 1937 W 0555 W 1549 W 1400 W 1259 W 1226 W 0748 W 1231 W 1252 W 1207 W 1155 W 1515 W 1333 W 1334 W 1048 W 1355 W 1955 W 1412 W 1544 W 1529 W 1527 W 1035 W 1906 W 1357 W 2122 W 1343 W 1534 W 1312 W 1809 W-9999 +USW00021504199909TAVG 244 W 233 W 239 W 228 W 244 W 239 W 239 W 239 W 233 W 233 W 239 W 228 W 233 W 233 W 239 W 239 W 239 W 233 W 233 W 228 W 228 W 239 W 239 W 233 W 228 W 233 W 239 W 233 W 233 W 222 W-9999 +USW00021504199909TSUN 434 X 520 X 460 X 156 X 372 X 645 X 562 X 382 X 538 X 299 X 374 X 318 X 444 X 455 X 514 X 135 X 370 X 557 X 134 X 476 X 60 X 462 X 401 X 616 X 457 X 16 X 622 X 602 X 525 X 216 X-9999 +USW00021504199909WDF2 60 X 20 X 70 X 60 X 80 X 30 X 20 X 60 X 50 X 70 X 30 X 50 X 60 X 30 X 50 X 110 X 60 X 40 X 80 X 30 X 60 X 80 X 70 X 70 X 90 X 100 X 40 X 40 X 70 X 350 X-9999 +USW00021504199909WDF5 30 X 20 X 60 X 80 X 90 X 30 X 20 X 60 X 60 X 70 X 40 X 50 X 30 X 20 X 50 X 100 X 60 X 40 X 80 X 30 X 70 X 60 X 70 X 70 X 100 X 70 X 50 X 20 X 30 X 350 X-9999 +USW00021504199909WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199909WSF2 67 X 67 X 89 X 45 X 76 X 67 X 72 X 80 X 58 X 98 X 63 X 76 X 58 X 67 X 63 X 72 X 80 X 67 X 76 X 63 X 58 X 63 X 80 X 72 X 76 X 54 X 54 X 58 X 63 X 54 X-9999 +USW00021504199909WSF5 80 X 89 X 107 X 58 X 94 X 76 X 89 X 98 X 76 X 103 X 80 X 94 X 72 X 89 X 80 X 94 X 98 X 76 X 89 X 72 X 72 X 72 X 98 X 80 X 94 X 58 X 67 X 76 X 76 X 63 X-9999 +USW00021504199909WT01 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 +USW00021504199909WT13 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 +USW00021504199909WT16 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 +USW00021504199910TMAX 278 0 267 0 272 0 278 0 278 0 267 0 272 0 272 0 278 0 278 0 278 0 289 0 283 0 283 0 278 0 267 0 278 0 289 0 317 0 239 0 250 0 267 0 278 0 256 0 278 0 272 0 278 0 272 0 272 0 272 0 267 0 +USW00021504199910TMIN 194 0 200 0 206 0 189 0 172 0 189 0 200 0 194 0 183 0 189 0 178 0 189 0 200 0 200 0 178 0 183 0 200 0 183 0 167 0 206 0 200 0 200 0 200 0 194 0 200 0 189 0 194 0 194 0 189 0 178 0 200 0 +USW00021504199910PRCP 8 0 81 0 13 0 13 0 46 0 91 0 8 0 23 0 0T 0 0T 0 0T 0 0T 0 0T 0 53 0 5 0 5 0 0T 0 0 0 0T 0 132 0 81 0 23 0 28 0 53 0 25 0 0T 0 10 0 15 0 64 0 48 0 91 0 +USW00021504199910AWND 30 X 19 X 25 X 27 X 28 X 28 X 25 X 27 X 26 X 30 X 29 X 29 X 31 X 29 X 28 X 25 X 21 X 32 X 36 X 16 X 21 X 22 X 28 X 21 X 30 X 26 X 30 X 25 X 31 X 30 X 22 X +USW00021504199910FMTM 1413 X 1721 X 1556 X 1330 X 1535 X 1347 X 1411 X 1309 X 1308 X 1409 X 1348 X 1625 X 1218 X 1411 X 1421 X 1036 X 1422 X 1347 X 1611 X 1039 X 1448 X 1340 X 1526 X 1612 X 1312 X 1215 X 1424 X 1414 X 1455 X 2325 X 1817 X +USW00021504199910PGTM 1427 W 1704 W 1543 W 1323 W 1534 W 1346 W 1405 W 1250 W 1307 W 1358 W 1353 W 1344 W 1217 W 1358 W 1416 W 1033 W 1447 W 1415 W 1614 W 1050 W 1448 W 1345 W 1422 W 1354 W 1310 W 1214 W 1424 W 1405 W 1354 W 1524 W 1817 W +USW00021504199910TAVG 239 W 233 W 239 W 233 W 228 W 228 W 239 W 233 W 233 W 233 W 228 W 239 W 244 W 244 W 228 W 228 W 239 W 239 W 244 W 222 W 228 W 233 W 239 W 228 W 239 W 233 W 239 W 233 W 233 W 228 W 233 W +USW00021504199910TSUN 401 X 101 X 482 X 519 X 413 X 103 X 426 X 338 X 594 X 557 X 622 X 385 X 438 X 414 X 447 X 137 X 439 X 537 X 537 X 0 X 6 X-9999 279 X 65 X 179 X 315 X 395 X 133 X 187 X 317 X 149 X +USW00021504199910WDF2 50 X 120 X 10 X 60 X 110 X 80 X 20 X 80 X 50 X 30 X 20 X 70 X 100 X 90 X 90 X 90 X 50 X 100 X 110 X 220 X 90 X 60 X 100 X 110 X 80 X 80 X 50 X 60 X 50 X 240 X 50 X +USW00021504199910WDF5 30 X 120 X 10 X 50 X 100 X 80 X 30 X 60 X 40 X 20 X 30 X 60 X 110 X 80 X 80 X 80 X 30 X 100 X 120 X 210 X 100 X 70 X 80 X 100 X 100 X 80 X 50 X 40 X 80 X 60 X 50 X +USW00021504199910WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199910WSF2 63 X 45 X 54 X 63 X 67 X 89 X 54 X 67 X 58 X 58 X 58 X 63 X 72 X 72 X 67 X 67 X 54 X 80 X 103 X 54 X 54 X 54 X 63 X 67 X 72 X 80 X 58 X 67 X 67 X 54 X 63 X +USW00021504199910WSF5 72 X 58 X 67 X 80 X 76 X 94 X 63 X 80 X 80 X 72 X 67 X 80 X 80 X 89 X 80 X 72 X 58 X 94 X 125 X 63 X 58 X 63 X 80 X 80 X 80 X 94 X 72 X 76 X 76 X 67 X 72 X +USW00021504199910WT01-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 +USW00021504199910WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199910WT13-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00021504199910WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504199911TMAX 244 0 256 0 261 0 256 0 267 0 267 0 267 0 267 0 261 0 267 0 272 0 250 0 261 0 250 0 256 0 250 0 256 0 261 0 267 0 272 0 272 0 250 0 278 0 278 0 267 0 267 0 261 0 256 0 256 0 256 0-9999 +USW00021504199911TMIN 183 0 194 0 194 0 206 0 200 0 194 0 172 0 194 0 189 0 194 0 183 0 189 0 189 0 183 0 189 0 178 0 172 0 172 0 167 0 200 0 189 0 194 0 189 0 200 0 189 0 183 0 172 0 183 0 167 0 189 0-9999 +USW00021504199911PRCP 109 0 36 0 71 0 226 0 5 0 46 0 33 0 0T 0 112 0 15 0 0 0 244 0 28 0 84 0 51 0 8 0 3 0 0T 0 53 0 71 0 381 0 33 0 48 0 8 0 33 0 33 0 20 0 99 0 43 0 74 0-9999 +USW00021504199911AWND 22 X 24 X 26 X 22 X 24 X 31 X 29 X 26 X 30 X 31 X 32 X 30 X 28 X 30 X 24 X 21 X 30 X 28 X 28 X 19 X 36 X-9999 23 X 26 X 28 X 31 X 34 X 41 X 41 X 45 X-9999 +USW00021504199911FMTM 0852 X 1617 X 1325 X 1226 X 1124 X 1305 X 1436 X 1356 X 1514 X 1509 X 1207 X 1303 X 1911 X 0942 X 1532 X 0405 X 1213 X 1500 X 1255 X 1038 X 2108 X-9999 1151 X 1417 X 1220 X 1502 X 1948 X 1448 X 1528 X 1628 X-9999 +USW00021504199911PGTM 2041 W 1554 W 1311 W 1225 W 1117 W 1032 W 1434 W 1228 W 1513 W 1842 W 1206 W 1303 W 1902 W 0941 W 1531 W 1613 W 1302 W 1608 W 1254 W 1037 W 2138 W-9999 1151 W 1304 W 1249 W 1502 W 1945 W 1447 W 2229 W 1627 W-9999 +USW00021504199911TAVG 217 W 228 W 228 W 233 W 233 W 233 W 222 W 233 W 228 W 233 W 228 W 222 W 228 W 217 W 222 W 217 W 217 W 217 W 217 W 239 W 233 W-9999 233 W 239 W 228 W 228 W 217 W 222 W 211 W 222 W-9999 +USW00021504199911TSUN 16 X 83 X 51 X 0 X 83 X 194 X 305 X 450 X 357 X 226 X 472 X 4 X 210 X 115 X 141 X 41 X 545 X 566 X 577 X 363 X 380 X-9999 125 X 289 X 151 X 182 X 238 X 220 X 152 X 98 X-9999 +USW00021504199911WDF2 240 X 80 X 100 X 60 X 50 X 60 X 70 X 60 X 30 X 20 X 30 X 70 X 60 X 30 X 60 X 280 X 10 X 20 X 60 X 110 X 250 X 260 Z 100 X 80 X 80 X 40 X 30 X 40 X 20 X 90 X-9999 +USW00021504199911WDF5 150 X 70 X 110 X 60 X 60 X 30 X 60 X 30 X 40 X 310 X 20 X 70 X 50 X 30 X 60 X 340 X 20 X 20 X 40 X 110 X 250 X 270 Z 100 X 90 X 100 X 40 X 40 X 40 X 30 X 90 X-9999 +USW00021504199911WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504199911WSF2 54 X 54 X 63 X 67 X 76 X 63 X 72 X 54 X 58 X 63 X 58 X 80 X 80 X 63 X 63 X 45 X 58 X 58 X 58 X 54 X 76 X 67 Z 58 X 67 X 89 X 94 X 67 X 107 X 89 X 103 X-9999 +USW00021504199911WSF5 63 X 63 X 72 X 76 X 94 X 80 X 89 X 72 X 67 X 72 X 67 X 98 X 103 X 72 X 72 X 54 X 67 X 63 X 72 X 63 X 89 X 76 Z 63 X 76 X 98 X 103 X 80 X 130 X 103 X 125 X-9999 +USW00021504199911WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00021504199911WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00021504199911WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504199912TMAX 233 0 233 0 244 0 261 0 256 0 261 0 250 0 256 0 233 0 239 0 244 0 261 0 261 0 261 0 261 0 267 0 261 0 244 0 256 0 272 0 267 0 261 0 289 0 272 0 294 0 267 0 239 0 239 0 239 0 256 0 261 0 +USW00021504199912TMIN 183 0 178 0 183 0 206 0 194 0 183 0 172 0 194 0 194 0 222 0 222 0 211 0 194 0 183 0 161 0 167 0 172 0 178 0 178 0 167 0 156 0 178 0 189 0 172 0 172 0 156 0 194 0 167 0 150 0 150 0 156 0 +USW00021504199912PRCP 1016 0 450 0 422 0 8 0 61 0 43 0 23 0 150 0 345 0 516 0 262 0 56 0 81 0 0T 0 91 0 3 0 33 0 99 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 +USW00021504199912AWND 28 X 27 X 23 X 22 X 22 X 26 X 30 X 36 X 33 X 34 X 44 X 32 X 25 X 20 X 30 X 29 X 27 X 21 X 30 X 33 X 27 X 24 X 31 X 32 X 38 X 29 X 51 X 52 X 35 X 33 X 28 X +USW00021504199912FMTM 2207 X 0502 X 2024 X 1732 X 1349 X 1428 X 1603 X 1413 X 1313 X 0340 X 0901 X 1751 X 1352 X 1219 X 1252 X 1410 X 1329 X 1418 X 1536 X 1245 X 1505 X 1155 X 1445 X 1408 X 1532 X 2347 X 2036 X 1427 X 1102 X 1315 X 1321 X +USW00021504199912PGTM 2207 W 0502 W 2023 W 1730 W 1346 W 1427 W 1603 W 1412 W 1312 W 0343 W 0906 W 1750 W 1401 W 1256 W 1323 W 1400 W 1327 W 1417 W 1519 W 1244 W 1634 W 1455 W 1444 W 1408 W 1513 W 2343 W 2035 W 0352 W 1101 W 1313 W 1334 W +USW00021504199912TAVG 211 W 206 W 217 W 233 W 228 W 222 W 211 W 228 W 217 W 233 W 233 W 239 W 228 W 222 W 211 W 217 W 217 W 211 W 217 W 222 W 211 W 222 W 239 W 222 W 233 W 211 W 217 W 206 W 194 W 206 W 211 W +USW00021504199912TSUN-9999 0 X 11 X 194 X 116 X 226 X 100 X 201 X 1 X 0 X 0 X 20 X 266 X 102 X 215 X 549 X 332 X 123 X 248 X 503 X 469 X 457 X 389 X 473 X 504 X 289 X 19 X 166 X 176 X 477 X 347 X +USW00021504199912WDF2 260 X 240 X 80 X 80 X 20 X 70 X 70 X 40 X 70 X 110 X 120 X 100 X 90 X 90 X 100 X 80 X 120 X 110 X 110 X 110 X 350 X 30 X 90 X 100 X 360 X 10 X 350 X 340 X 10 X 40 X 30 X +USW00021504199912WDF5 270 X 240 X 80 X 60 X 20 X 70 X 70 X 40 X 60 X 140 X 110 X 100 X 90 X 90 X 120 X 110 X 120 X 110 X 110 X 110 X 340 X 10 X 100 X 120 X 360 X 10 X 340 X 360 X 10 X 30 X 70 X +USW00021504199912WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504199912WSF2 107 X 103 X 80 X 72 X 67 X 72 X 94 X 89 X 94 X 80 X 89 X 72 X 58 X 58 X 63 X 67 X 72 X 58 X 67 X 89 X 76 X 63 X 89 X 80 X 89 X 89 X 94 X 89 X 94 X 63 X 58 X +USW00021504199912WSF5 116 X 116 X 94 X 89 X 80 X 89 X 107 X 103 X 116 X 103 X 112 X 89 X 67 X 67 X 67 X 80 X 89 X 76 X 89 X 107 X 89 X 72 X 103 X 94 X 107 X 107 X 107 X 107 X 107 X 72 X 67 X +USW00021504199912WT01 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00021504199912WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199912WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504199912WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504199912WT13 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X +USW00021504199912WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00021504200001TMAX 267 0 261 0 267 0 261 0 244 0 239 0 233 0 222 0 233 0 256 0 239 0 233 0 222 0 250 0 244 0 228 0 233 0 217 0 239 0 233 0 239 0 239 0 239 0 239 0 244 0 239 0 239 0 239 0 233 0 256 0 256 0 +USW00021504200001TMIN 161 0 178 0 178 0 178 0 172 0 172 0 172 0 167 0 172 0 189 0 178 0 172 0 189 0 183 0 172 0 178 0 167 0 161 0 150 0 161 0 178 0 183 0 150 0 144 0 150 0 156 0 178 0 167 0 167 0 178 0 167 0 +USW00021504200001PRCP 0 0 8 0 30 0 13 0 66 0 86 0 231 0 91 0 91 0 135 0 41 0 635 0 1214 0 43 0 257 0 566 0 272 0 201 0 86 0 69 0 117 0 142 0 3 0 0 0 0T 0 30 0 36 0 15 0 33 0 5 0 23 0 +USW00021504200001AWND 31 X 21 X 29 X 30 X 23 X 27 X 30 X 23 X 18 X 30 X 25 X 25 X 21 X 26 X 42 X 37 X 29 X 26 X 28 X 21 X 33 X 48 X 41 X 31 X 26 X 36 X 52 X 27 X 27 X 33 X 28 X +USW00021504200001FMTM 1229 X 1103 X 1613 X 1416 X 1059 X 1752 X 1343 X 0446 X 1409 X 1317 X 1315 X 2117 X 2141 X 1233 X 2357 X 2357 X 1333 X 2355 X 1221 X 1552 X 2242 X 0128 X 0945 X 1524 X 1316 X 2340 X 0503 X 1154 X 1255 X 1257 X 1139 X +USW00021504200001PGTM 1310 W 1102 W 0835 W 1400 W 1058 W 2107 W 1235 W 0750 W 1408 W 1124 W 1314 W 2114 W 2140 W 1813 W 2357 W 2357 W 0309 W 2354 W 1433 W 2059 W 2132 W 0128 W 0945 W 1441 W 1315 W 2339 W 0502 W 1153 W 1254 W 1256 W 1155 W +USW00021504200001TAVG 217 W 222 W 222 W 222 W 211 W 206 W 206 W 194 W 206 W 222 W 211 W 206 W 206 W 217 W 211 W 206 W 200 W 189 W 194 W 200 W 211 W 211 W 194 W 194 W 200 W 200 W 211 W 206 W 200 W 217 W 211 W +USW00021504200001TSUN 192 X 62 X 219 X 378 X 15 X 118 X 41 X 15 X 19 X 106 X 36 X 39 X 0 X 233 X 314 X 0 X 164 X 17 X 160 X 36 X 75 X 219 X 318 X 280 X 181 X 530 X 246 X 12 X 39 X 333 X 217 X +USW00021504200001WDF2 90 X 100 X 100 X 70 X 80 X 80 X 60 X 250 X 120 X 80 X 100 X 30 X 120 X 30 X 70 X 70 X 340 X 260 X 100 X 90 X 50 X 60 X 360 X 70 X 50 X 20 X 50 X 80 X 70 X 120 X 100 X +USW00021504200001WDF5 130 X 100 X 230 X 70 X 80 X 250 X 110 X 120 X 120 X 80 X 110 X 60 X 120 X 300 X 70 X 70 X 60 X 260 X 40 X 70 X 30 X 70 X 360 X 50 X 60 X 30 X 60 X 80 X 70 X 120 X 120 X +USW00021504200001WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200001WSF2 67 X 72 X 54 X 58 X 67 X 58 X 76 X 58 X 63 X 72 X 76 X 72 X 54 X 58 X 98 X 98 X 72 X 63 X 63 X 58 X 67 X 94 X 80 X 58 X 58 X 76 X 98 X 72 X 54 X 80 X 76 X +USW00021504200001WSF5 76 X 89 X 63 X 72 X 76 X 67 X 94 X 67 X 76 X 94 X 98 X 94 X 67 X 67 X 125 X 125 X 94 X 72 X 72 X 67 X 94 X 103 X 98 X 72 X 72 X 98 X 116 X 80 X 63 X 103 X 89 X +USW00021504200001WT01-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 +USW00021504200001WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200001WT13-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X +USW00021504200001WT16-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200002TMAX 256 0 256 0 256 0 261 0 261 0 267 0 267 0 272 0 267 0 267 0 267 0 272 0 267 0 267 0 278 0 283 0 278 0 272 0 256 0 261 0 267 0 267 0 272 0 272 0 278 0 272 0 272 0 272 0 278 0-9999 -9999 +USW00021504200002TMIN 178 0 167 0 150 0 144 0 156 0 150 0 167 0 167 0 167 0 167 0 178 0 178 0 172 0 161 0 172 0 189 0 172 0 172 0 150 0 144 0 172 0 172 0 178 0 189 0 178 0 183 0 172 0 167 0 167 0-9999 -9999 +USW00021504200002PRCP 5 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 10 0 10 0 15 0 0T 0 28 0 10 0 0T 0 0 0 23 0-9999 -9999 +USW00021504200002AWND 26 X 31 X 27 X 26 X 28 X 37 X 34 X 32 X 32 X 35 X 39 X 28 X 29 X 30 X 30 X 22 X 33 X 28 X 36 X 29 X 28 X 28 X 34 X 30 X 34 X 24 X 34 X 32 X 30 X-9999 -9999 +USW00021504200002FMTM 1339 X 1601 X 1246 X 1208 X 1608 X 1433 X 1616 X 1305 X 1141 X 1354 X 1307 X 1334 X 1546 X 1154 X 1538 X 1357 X 1415 X 1529 X 1356 X 1317 X 1236 X 1434 X 1606 X 1441 X 1723 X 1543 X 1541 X 1319 X 1342 X-9999 -9999 +USW00021504200002PGTM 1338 W 1507 W 1246 W 1212 W 1245 W 1348 W 1622 W 1305 W 1504 W 1452 W 1315 W 1249 W 1534 W 1548 W 1540 W 1356 W 1417 W 1308 W 1355 W 1518 W 1339 W 1400 W 1605 W 1441 W 1722 W 1542 W 1541 W 1407 W 1335 W-9999 -9999 +USW00021504200002TAVG 217 W 211 W 206 W 206 W 211 W 211 W 217 W 222 W 217 W 217 W 222 W 228 W 222 W 217 W 228 W 239 W 228 W 222 W 206 W 206 W 222 W 222 W 228 W 233 W 228 W 228 W 222 W 222 W 222 W-9999 -9999 +USW00021504200002TSUN 470 X 226 X-9999 464 X 546 X 549 X 394 X 227 X 201 X 501 X 390 X 436 X 161 X 590 X 361 X 269 X 595 X 489 X 610 X 567 X 370 X 220 X 245 X 214 X 494 X 275 X 199 X 480 X 221 X-9999 -9999 +USW00021504200002WDF2 80 X 100 X 20 X 80 X 60 X 110 X 120 X 100 X 100 X 110 X 100 X 90 X 90 X 60 X 110 X 40 X 110 X 60 X 30 X 20 X 30 X 70 X 100 X 110 X 60 X 80 X 70 X 40 X 110 X-9999 -9999 +USW00021504200002WDF5 80 X 100 X 20 X 90 X 40 X 120 X 120 X 100 X 110 X 100 X 110 X 110 X 100 X 30 X 110 X 50 X 110 X 40 X 20 X 20 X 40 X 100 X 110 X 110 X 50 X 80 X 80 X 60 X 100 X-9999 -9999 +USW00021504200002WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504200002WSF2 67 X 67 X 54 X 67 X 54 X 94 X 80 X 76 X 72 X 80 X 94 X 72 X 67 X 58 X 80 X 58 X 76 X 63 X 63 X 63 X 67 X 72 X 89 X 80 X 76 X 72 X 80 X 76 X 80 X-9999 -9999 +USW00021504200002WSF5 80 X 80 X 63 X 80 X 67 X 112 X 107 X 89 X 80 X 94 X 107 X 94 X 76 X 63 X 98 X 67 X 94 X 76 X 76 X 80 X 80 X 94 X 107 X 98 X 80 X 80 X 98 X 98 X 98 X-9999 -9999 +USW00021504200002WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00021504200002WT08-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200002WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00021504200002WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00021504200003TMAX 267 0 267 0 272 0 272 0 267 0 261 0 250 0 267 0 278 0 278 0 278 0 272 0 272 0 278 0 278 0 289 0 272 0 256 0 267 0 272 0 261 0 261 0 256 0 244 0 261 0 256 0 244 0 244 0 256 0 261 0 267 0 +USW00021504200003TMIN 178 0 178 0 167 0 189 0 172 0 183 0 183 0 167 0 161 0 172 0 178 0 172 0 172 0 172 0 172 0 172 0 178 0 172 0 189 0 178 0 183 0 178 0 183 0 172 0 178 0 183 0 183 0 183 0 178 0 189 0 172 0 +USW00021504200003PRCP 51 0 28 0 69 0 58 0 5 0 18 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 23 0 150 0 15 0 20 0 5 0 64 0 69 0 10 0 0T 0 165 0 574 0 84 0 64 0 0T 0 0T 0 +USW00021504200003AWND 33 X 31 X 37 X 36 X 33 X 27 X 32 X 29 X 29 X 33 X 35 X 27 X 33 X 36 X 39 X 34 X 34 X 26 X 26 X 33 X 31 X 41 X 31 X 27 X 29 X 25 X 46 X 25 X 30 X 30 X 25 X +USW00021504200003FMTM 1547 X 1314 X 1451 X 1312 X 1225 X 1335 X 1155 X 1055 X 1315 X 1300 X 1548 X 1441 X 1400 X 1251 X 1329 X 1129 X 1609 X 1830 X 1608 X 1055 X 1619 X 1933 X 0112 X 1132 X 1458 X 1328 X 1246 X 1326 X 1548 X 1605 X 1439 X +USW00021504200003PGTM 1552 W 1314 W 1453 W 1300 W 1224 W 1334 W 1215 W 1536 W 1325 W 1332 W 1523 W 1441 W 1338 W 1250 W 1216 W 1138 W 1108 W 1829 W 1419 W 1140 W 1020 W 1934 W 0111 W 1128 W 1456 W 1327 W 2149 W 1325 W 1401 W 1601 W 1334 W +USW00021504200003TAVG 222 W 222 W 222 W 233 W 222 W 222 W 217 W 217 W 222 W 228 W 228 W 222 W 222 W 228 W 228 W 233 W 228 W 217 W 228 W 228 W 222 W 222 W 222 W 211 W 222 W 222 W 217 W 217 W 217 W 228 W 222 W +USW00021504200003TSUN 465 X 195 X 0 W 555 X 401 X 177 X 130 X 280 X 326 X 301 X 537 X 380 X 645 X 403 X 451 X 402 X 374 X 0 W 393 X 465 X 472 X 371 X 389 X 335 X 323 X 132 X 620 X 169 X 421 X 265 X 214 X +USW00021504200003WDF2 110 X 100 X 100 X 120 X 100 X 80 X 70 X 110 X 100 X 100 X 100 X 40 X 100 X 110 X 90 X 70 X 100 X 80 X 80 X 80 X 60 X 60 X 50 X 70 X 60 X 90 X 70 X 90 X 100 X 110 X 30 X +USW00021504200003WDF5 110 X 100 X 100 X 110 X 100 X 100 X 70 X 100 X 70 X 80 X 100 X 40 X 90 X 110 X 90 X 80 X 70 X 80 X 50 X 80 X 20 X 50 X 50 X 60 X 60 X 90 X 60 X 90 X 90 X 110 X 50 X +USW00021504200003WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200003WSF2 80 X 80 X 89 X 89 X 80 X 76 X 89 X 76 X 67 X 80 X 89 X 67 X 76 X 98 X 89 X 80 X 76 X 98 X 72 X 89 X 72 X 89 X 89 X 80 X 63 X 80 X 89 X 94 X 76 X 76 X 63 X +USW00021504200003WSF5 98 X 98 X 103 X 107 X 103 X 112 X 103 X 89 X 80 X 94 X 107 X 80 X 107 X 116 X 112 X 103 X 103 X 112 X 94 X 103 X 94 X 98 X 103 X 103 X 80 X 103 X 103 X 107 X 94 X 89 X 72 X +USW00021504200003WT01 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504200003WT13 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504200003WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200004TMAX 261 0 256 0 250 0 244 0 228 0 250 0 256 0 256 0 217 0 217 0 228 0 250 0 261 0 267 0 256 0 256 0 233 0 256 0 261 0 250 0 256 0 272 0 272 0 250 0 261 0 261 0 250 0 267 0 256 0 267 0-9999 +USW00021504200004TMIN 178 0 189 0 183 0 183 0 183 0 172 0 172 0 178 0 183 0 183 0 183 0 183 0 183 0 194 0 183 0 189 0 167 0 183 0 178 0 178 0 172 0 189 0 178 0 189 0 194 0 189 0 194 0 194 0 200 0 183 0-9999 +USW00021504200004PRCP 160 0 168 0 127 0 185 0 124 0 51 0 10 0 0T 0 274 0 257 0 56 0 25 0 30 0 0T 0 0T 0 30 0 69 0 51 0 0T 0 15 0 33 0 5 0 3 0 79 0 8 0 43 0 25 0 3 0 8 0 3 0-9999 +USW00021504200004AWND 29 X 32 X 32 X 30 X 34 X 34 X 32 X 24 X 41 X 33 X 22 X 28 X 34 X 33 X 40 X 30 X 20 X 33 X 30 X 30 X 39 X 28 X 32 X 34 X 30 X 28 X 29 X 31 X 23 X 29 X-9999 +USW00021504200004FMTM 1625 X 1634 X 1634 X 1400 X 0318 X 1518 X 1505 X 1332 X 0943 X 0150 X 0722 X 1227 X 1355 X 1320 X 1052 X 1225 X 1345 X 1430 X 1352 X 1242 X 1902 X 1241 X 1305 X 1323 X 1427 X 1623 X 1333 X 1548 X 1500 X 1420 X-9999 +USW00021504200004PGTM 1625 W 1634 W 1633 W 0625 W 0318 W 1505 W 1333 W 1218 W 1059 W 0147 W 0358 W 1226 W 1306 W 1312 W 1054 W 1219 W 1344 W 1205 W 1352 W 1242 W 1856 W 1352 W 1305 W 1322 W 1426 W 1623 W 1333 W 1546 W 1217 W 1612 W-9999 +USW00021504200004TAVG 222 W 222 W 217 W 217 W 206 W 211 W 217 W 217 W 200 W 200 W 206 W 217 W 222 W 233 W 222 W 222 W 200 W 222 W 222 W 217 W 217 W 233 W 228 W 222 W 228 W 228 W 222 W 233 W 228 W 228 W-9999 +USW00021504200004TSUN 566 X 388 X 204 X 149 X 401 X 267 X 277 X 331 X 901 X 180 X 48 X 414 X 289 X 475 X 396 X 252 X 0 W 9212 XX 443 X 215 X 232 X 417 X 413 X 7710 XX 305 X 344 X 114 X 370 X 3805 XX 256 X-9999 +USW00021504200004WDF2 80 X 70 X 90 X 20 X 70 X 60 X 90 X 50 X 340 X 340 X 320 X 30 X 80 X 80 X 70 X 50 X 20 X 50 X 30 X 50 X 70 X 90 X 100 X 100 X 90 X 60 X 70 X 80 X 70 X 80 X-9999 +USW00021504200004WDF5 80 X 60 X 90 X 10 X 70 X 50 X 80 X 30 X 10 X 350 X 330 X 30 X 70 X 80 X 60 X 50 X 20 X 70 X 30 X 50 X 70 X 100 X 90 X 100 X 100 X 60 X 80 X 70 X 90 X 60 X-9999 +USW00021504200004WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200004WSF2 89 X 98 X 89 X 80 X 98 X 67 X 63 X 58 X 89 X 67 X 45 X 72 X 72 X 89 X 80 X 63 X 45 X 72 X 72 X 76 X 76 X 76 X 76 X 94 X 76 X 67 X 76 X 72 X 58 X 72 X-9999 +USW00021504200004WSF5 98 X 112 X 103 X 107 X 112 X 80 X 76 X 72 X 103 X 80 X 58 X 89 X 94 X 112 X 98 X 80 X 58 X 94 X 89 X 89 X 94 X 94 X 89 X 112 X 94 X 76 X 89 X 89 X 80 X 80 X-9999 +USW00021504200004WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504200004WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200004WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504200004WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200005TMAX 267 0 261 0 278 0 278 0 272 0 278 0 283 0 278 0 272 0 283 0 261 0 272 0 267 0 267 0 278 0 272 0 278 0 267 0 278 0 272 0 278 0 267 0 278 0 272 0 278 0 267 0 272 0 272 0 278 0 272 0 278 0 +USW00021504200005TMIN 183 0 189 0 200 0 189 0 183 0 189 0 178 0 178 0 189 0 183 0 194 0 200 0 189 0 206 0 178 0 194 0 200 0 206 0 189 0 194 0 183 0 178 0 183 0 194 0 194 0 206 0 206 0 194 0 194 0 194 0 200 0 +USW00021504200005PRCP 8 0 10 0 5 0 0T 0 0T 0 5 0 5 0 0T 0 8 0 38 0 208 0 117 0 10 0 10 0 0 0 36 0 3 0 23 0 18 0 10 0 30 0 36 0 56 0 64 0 3 0 15 0 20 0 36 0 38 0 41 0 3 0 +USW00021504200005AWND 31 X 25 X 27 X 31 X 28 X 32 X 35 X 32 X 33 X 32 X 28 X 28 X 30 X 29 X 29 X 30 X 34 X 30 X 28 X 25 X 31 X 29 X 30 X 32 X 30 X 26 X 21 X 34 X 30 X 25 X 30 X +USW00021504200005FMTM 1427 X 1337 X 1259 X 1409 X 1248 X 1312 X 1431 X 1416 X 1318 X 1859 X 1413 X 1815 X 1336 X 1415 X 1331 X 1329 X 1343 X 1331 X 1439 X 1317 X 1500 X 1440 X 1232 X 1351 X 1641 X 1143 X 1309 X 1139 X 1342 X 1519 X 1417 X +USW00021504200005PGTM 1154 W 1336 W 1417 W 1407 W 1247 W 1249 W 1430 W 1439 W 1317 W 1859 W 1356 W 1814 W 1609 W 1229 W 1314 W 1349 W 1215 W 1324 W 1434 W 1316 W 1415 W 1239 W 1436 W 1636 W 1432 W 1142 W 1452 W 1137 W 1604 W 1518 W 1340 W +USW00021504200005TAVG 228 W 228 W 239 W 233 W 228 W 233 W 233 W 228 W 233 W 233 W 228 W 239 W 228 W 239 W 228 W 233 W 239 W 239 W 233 W 233 W 233 W 222 W 233 W 233 W 239 W 239 W 239 W 233 W 239 W 233 W 239 W +USW00021504200005TSUN 292 X 0 W 419 X 419 X 406 X 575 X 628 X 618 X 73 X 595 X 89 X 505 X 266 X 316 X 604 X 344 X 518 X 231 X 465 X 364 X 486 X 5307 XX 496 X 578 X 181 X 149 X 103 X 584 X 371 X 504 X 679 X +USW00021504200005WDF2 40 X 90 X 80 X 80 X 80 X 100 X 40 X 90 X 90 X 70 X 70 X 20 X 50 X 60 X 100 X 100 X 90 X 50 X 80 X 80 X 80 X 40 X 50 X 30 X 90 X 120 X 70 X 60 X 60 X 30 X 30 X +USW00021504200005WDF5 50 X 80 X 100 X 80 X 80 X 90 X 40 X 70 X 100 X 70 X 70 X 20 X 60 X 50 X 80 X 110 X 90 X 70 X 90 X 90 X 90 X 90 X 30 X 70 X 120 X 120 X 40 X 60 X 100 X 30 X 40 X +USW00021504200005WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200005WSF2 67 X 63 X 76 X 72 X 80 X 72 X 72 X 72 X 72 X 67 X 67 X 58 X 76 X 67 X 72 X 76 X 80 X 67 X 72 X 72 X 72 X 58 X 67 X 67 X 72 X 63 X 63 X 89 X 80 X 63 X 63 X +USW00021504200005WSF5 89 X 76 X 89 X 94 X 94 X 89 X 80 X 89 X 98 X 76 X 80 X 72 X 89 X 98 X 89 X 98 X 103 X 76 X 94 X 112 X 89 X 76 X 76 X 80 X 103 X 72 X 67 X 98 X 94 X 72 X 80 X +USW00021504200005WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00021504200005WT13-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00021504200005WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200006TMAX 278 0 283 0 283 0 289 0 278 0 283 0 272 0 283 0 283 0 261 0 289 0 283 0 278 0 278 0 278 0 278 0 283 0 283 0 283 0 289 0 283 0 283 0 278 0 289 0 289 0 283 0 283 0 283 0 278 0 289 0-9999 +USW00021504200006TMIN 206 0 200 0 194 0 189 0 200 0 189 0 194 0 194 0 200 0 194 0 200 0 200 0 206 0 211 0 211 0 206 0 228 0 211 0 200 0 200 0 211 0 217 0 189 0 194 0 194 0 206 0 211 0 194 0 200 0 200 0-9999 +USW00021504200006PRCP 5 0 0T 0 0T 0 3 0 5 0 0T 0 89 0 5 0 3 0 38 0 20 0 15 0 185 0 241 0 38 0 76 0 3 0 15 0 25 0 0T 0 64 0 15 0 43 0 3 0 196 0 813 0 3 0 10 0 114 0 53 0-9999 +USW00021504200006AWND 32 X 30 X 33 X 34 X 26 X 32 X 19 X 29 X 31 X 25 X 25 X 34 X 33 X 29 X 30 X 44 X 46 X 30 X 35 X 28 X 31 X 35 X 30 X 33 X 32 X 27 X 25 X 30 X 29 X 27 X-9999 +USW00021504200006FMTM 1410 X 1214 X 1309 X 1431 X 1458 X 1159 X 1320 X 1158 X 1618 X 1703 X 1144 X 1051 X 1259 X 1508 X 1108 X 1512 X 1607 X 0316 X 1348 X 1441 X 1147 X 1810 X 1324 X 1457 X 1522 X 1458 X 1413 X 1512 X 2311 X 1558 X-9999 +USW00021504200006PGTM 1406 W 1341 W 1613 W 1455 W 1518 W 1533 W 1320 W 1126 W 1301 W 1702 W 1143 W 1251 W 1459 W 1551 W 1107 W 1802 W 1606 W 0312 W 1347 W 1533 W 1140 W 1810 W 1510 W 1456 W 1524 W 1604 W 1307 W 1419 W 2310 W 1345 W-9999 +USW00021504200006TAVG 244 W 244 W 239 W 239 W 239 W 239 W 233 W 239 W 244 W 228 W 244 W 244 W 244 W 244 W 244 W 244 W 256 W 250 W 244 W 244 W 250 W 250 W 233 W 244 W 244 W 244 W 250 W 239 W 239 W 244 W-9999 +USW00021504200006TSUN 559 X 387 X 547 X 599 X 297 X 645 X 328 X 601 X 248 X 7109 XX 203 X 600 X 276 X 132 X 587 X 530 X 569 X 550 X 461 X 441 X 430 X 538 X 622 X 455 X 315 X 215 X 506 X 691 X 333 X 662 X-9999 +USW00021504200006WDF2 40 X 60 X 30 X 40 X 70 X 50 X 70 X 50 X 90 X 70 X 100 X 70 X 80 X 100 X 60 X 20 X 20 X 70 X 30 X 80 X 60 X 50 X 20 X 80 X 70 X 80 X 60 X 30 X 60 X 30 X-9999 +USW00021504200006WDF5 30 X 60 X 50 X 60 X 50 X 30 X 70 X 70 X 80 X 70 X 100 X 30 X 90 X 100 X 70 X 30 X 30 X 70 X 30 X 80 X 70 X 50 X 40 X 80 X 70 X 80 X 40 X 30 X 70 X 50 X-9999 +USW00021504200006WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200006WSF2 67 X 72 X 72 X 67 X 67 X 63 X 63 X 63 X 63 X 54 X 89 X 72 X 80 X 63 X 72 X 89 X 80 X 63 X 67 X 76 X 76 X 67 X 63 X 72 X 76 X 76 X 63 X 63 X 58 X 63 X-9999 +USW00021504200006WSF5 80 X 94 X 80 X 80 X 80 X 76 X 76 X 76 X 76 X 58 X 98 X 94 X 94 X 72 X 89 X 112 X 98 X 80 X 76 X 89 X 94 X 80 X 72 X 94 X 89 X 89 X 80 X 76 X 67 X 80 X-9999 +USW00021504200006WT01 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00021504200006WT13 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00021504200006WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200007TMAX 289 0 289 0 278 0 278 0 278 0 272 0 256 0 278 0 278 0 267 0 278 0 278 0 283 0 267 0 278 0 272 0 250 0 256 0 278 0 278 0 278 0 283 0 278 0 278 0 256 0 283 0 283 0 289 0 278 0 283 0 289 0 +USW00021504200007TMIN 211 0 206 0 206 0 206 0 194 0 206 0 206 0 200 0 200 0 206 0 211 0 217 0 200 0 211 0 211 0 217 0 206 0 211 0 211 0 217 0 200 0 194 0 211 0 206 0 206 0 217 0 211 0 206 0 211 0 222 0 189 0 +USW00021504200007PRCP 170 0 84 0 74 0 297 0 127 0 251 0 358 0 3 0 10 0 76 0 43 0 23 0 41 0 236 0 262 0 175 0 602 0 43 0 66 0 94 0 8 0 3 0 43 0 5 0 97 0 51 0 69 0 5 0 15 0 8 0 5 0 +USW00021504200007AWND 32 X 26 X 34 X 31 X 29 X 32 X 21 X 23 X 29 X 29 X 32 X 24 X 33 X 22 X 27 X 31 X 25 X 21 X 30 X 26 X 26 X 30 X 32 X 29 X 28 X 27 X 24 X 27 X 31 X 47 X 34 X +USW00021504200007FMTM 1656 X 1352 X 1430 X 1131 X 0908 X 1304 X 1011 X 1059 X 0531 X 1538 X 1627 X 1324 X 1623 X 1208 X 1507 X 2157 X 0328 X 1707 X 1606 X 1335 X 1427 X 1338 X 1333 X 1120 X 1244 X 1552 X 1458 X 1329 X 2320 X 1719 X 1114 X +USW00021504200007PGTM 1639 W 1318 W 1429 W 1102 W 0907 W 1448 W 1010 W 1059 W 1555 W 1531 W 1626 W 1323 W 1622 W 1208 W 1506 W 2156 W 0322 W 0931 W 1424 W 1342 W 1426 W 1400 W 1332 W 1333 W 1240 W 1545 W 1457 W 1329 W 0949 W 1715 W 1204 W +USW00021504200007TAVG 250 W 250 W 244 W 244 W 239 W 239 W 233 W 239 W 239 W 239 W 244 W 250 W 244 W 239 W 244 W 244 W 228 W 233 W 244 W 250 W 239 W 239 W 244 W 244 W 233 W 250 W 250 W 250 W 244 W 256 W 239 W +USW00021504200007TSUN 273 X 490 X 252 X 320 X 249 X 94 X 28 X 275 X 228 X 133 X 137 X 129 X 512 X 111 X 187 X 4606 XX 0 X 27 X 131 X 150 X 113 X 574 X 516 X 361 X 67 X 492 X 345 X 551 X 377 X 502 X 404 X +USW00021504200007WDF2 80 X 70 X 70 X 60 X 270 X 90 X 250 X 90 X 250 X 80 X 90 X 80 X 50 X 100 X 40 X 80 X 90 X 90 X 80 X 100 X 110 X 70 X 20 X 80 X 40 X 50 X 90 X 30 X 30 X 10 X 10 X +USW00021504200007WDF5 90 X 50 X 70 X 50 X 260 X 80 X 250 X 90 X 50 X 100 X 90 X 80 X 50 X 100 X 40 X 80 X 90 X 10 X 110 X 120 X 100 X 30 X 30 X 70 X 40 X 70 X 80 X 30 X 20 X 10 X 20 X +USW00021504200007WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200007WSF2 67 X 63 X 94 X 72 X 63 X 76 X 67 X 72 X 58 X 76 X 76 X 72 X 67 X 80 X 67 X 76 X 67 X 45 X 67 X 72 X 80 X 67 X 72 X 80 X 58 X 63 X 67 X 58 X 63 X 80 X 80 X +USW00021504200007WSF5 76 X 94 X 103 X 89 X 72 X 98 X 76 X 89 X 80 X 89 X 89 X 80 X 76 X 98 X 80 X 94 X 89 X 58 X 89 X 89 X 98 X 76 X 80 X 94 X 76 X 76 X 89 X 72 X 80 X 98 X 103 X +USW00021504200007WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 +USW00021504200007WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504200007WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00021504200007WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200008TMAX 289 0 283 0 283 0 272 0 278 0 267 0 278 0 278 0 272 0 278 0 283 0 283 0 278 0 272 0 294 0 294 0 289 0 289 0 267 0 272 0 283 0 272 0 278 0 283 0 272 0 261 0 283 0 278 0 278 0 261 0 272 0 +USW00021504200008TMIN 206 0 217 0 211 0 206 0 206 0 222 0 211 0 194 0 194 0 211 0 206 0 194 0 206 0 211 0 200 0 194 0 217 0 222 0 217 0 233 0 217 0 211 0 217 0 211 0 206 0 222 0 217 0 200 0 217 0 222 0 222 0 +USW00021504200008PRCP 48 0 48 0 18 0 43 0 13 0 15 0 10 0 10 0 91 0 53 0 0 0 0 0 15 0 5 0 0T 0 221 0 84 0 43 0 211 0 163 0 46 0 196 0 160 0 175 0 3 0 127 0 102 0 582 0 5 0 188 0 3 0 +USW00021504200008AWND 36 X 27 X 24 X 22 X 32 X 18 X 30 X 25 X 24 X 30 X 25 X 30 X 26 X 25 X 35 X 33 X 30 X 27 X 26 X 29 X 25 X 23 X 37 X 33 X 32 X 29 X 23 X 26 X 22 X 24 X 28 X +USW00021504200008FMTM 1154 X 1328 X 1335 X 1344 X 1408 X 1803 X 1436 X 1418 X 1141 X 0456 X 1413 X 1355 X 1258 X 1616 X 1541 X 1609 X 1345 X 1448 X 1735 X 1131 X 1308 X 2244 X 1149 X 1306 X 1702 X 1236 X 1518 X 1808 X 1844 X 1804 X 1417 X +USW00021504200008PGTM 1153 W 1315 W 1326 W 1323 W 1228 W 1802 W 1318 W 1505 W 1138 W 0456 W 1222 W 1326 W 1404 W 1616 W 1424 W 1539 W 0852 W 1437 W 1734 W 1114 W 1315 W 1237 W 1059 W 1305 W 1659 W 1959 W 1521 W 1807 W 1238 W 1805 W 1305 W +USW00021504200008TAVG 250 W 250 W 250 W 239 W 244 W 244 W 244 W 239 W 233 W 244 W 244 W 239 W 244 W 244 W 250 W 244 W 256 W 256 W 244 W 256 W 250 W 244 W 250 W 250 W 239 W 244 W 250 W 239 W 250 W 244 W 250 W +USW00021504200008TSUN 129 X 157 X 237 X 8511 XX 468 X 5006 XX 8911 XX 273 X 8311 XX 439 X 216 X 310 X 2603 XX 5507 XX 408 X 655 X 369 X 273 X 111 X 5607 XX 3705 XX 57 X 108 X 361 X 139 X 2003 XX 309 X 133 X 9112 XX 0 X 3405 XX +USW00021504200008WDF2 90 X 80 X 20 X 100 X 20 X 50 X 70 X 100 X 70 X 250 X 20 X 30 X 30 X 50 X 100 X 50 X 60 X 50 X 40 X 100 X 110 X 130 X 80 X 60 X 80 X 80 X 40 X 100 X 70 X 80 X 70 X +USW00021504200008WDF5 100 X 60 X 20 X 60 X 10 X 60 X 80 X 50 X 80 X 250 X 80 X 30 X 20 X 70 X 80 X 30 X 50 X 50 X 40 X 110 X 100 X 100 X 90 X 60 X 80 X 20 X 70 X 100 X 70 X 80 X 70 X +USW00021504200008WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200008WSF2 89 X 67 X 63 X 63 X 63 X 54 X 72 X 63 X 89 X 72 X 63 X 58 X 54 X 54 X 67 X 58 X 63 X 80 X 63 X 98 X 94 X 58 X 89 X 72 X 67 X 63 X 58 X 58 X 58 X 72 X 67 X +USW00021504200008WSF5 103 X 89 X 72 X 89 X 76 X 67 X 94 X 72 X 103 X 80 X 72 X 72 X 58 X 67 X 80 X 76 X 76 X 98 X 76 X 116 X 107 X 72 X 112 X 89 X 80 X 72 X 72 X 67 X 72 X 80 X 89 X +USW00021504200008WT01 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 +USW00021504200008WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200008WT13 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 +USW00021504200008WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200009TMAX 278 0 283 0 283 0 278 0 283 0 283 0 272 0 261 0 283 0 267 0 278 0 267 0 261 0 283 0 272 0 294 0 294 0 283 0 278 0 289 0 278 0 278 0 272 0 278 0 278 0 278 0 267 0 283 0 289 0 272 0-9999 +USW00021504200009TMIN 217 0 206 0 200 0 178 0 222 0 228 0 217 0 206 0 211 0 206 0 200 0 217 0 217 0 200 0 211 0 206 0 200 0 200 0 194 0 189 0 200 0 200 0 183 0 183 0 189 0 189 0 222 0 217 0 194 0 206 0-9999 +USW00021504200009PRCP 15 0 10 0 15 0 0T 0 36 0 246 0 122 0 23 0 104 0 198 0 18 0 183 0 163 0 0 0 8 0 0T 0 0T 0 20 0 10 0 20 0 58 0 30 0 3 0 3 0 15 0 13 0 709 0 5 0 0 0 310 0-9999 +USW00021504200009AWND 27 X 25 X 28 X 26 X 26 X 30 X 27 X 33 X 35 X 25 X 26 X 25 X 27 X 26 X 29 X 32 X 30 X 25 X 26 X 34 X 26 X 35 X 32 X 29 X 28 X 33 X 29 X 29 X 32 X 26 X-9999 +USW00021504200009FMTM 1017 X 1710 X 1719 X 1358 X 1005 X 1716 X 1526 X 1559 X 1509 X 1547 X 1045 X 1621 X 2100 X 1448 X 1509 X 1437 X 1319 X 1103 X 0926 X 1452 X 1737 X 1657 X 1321 X 0558 X 2223 X 1416 X 2224 X 1414 X 1534 X 1537 X-9999 +USW00021504200009PGTM 1017 W 1338 W 1331 W 1409 W 1005 W 1710 W 1525 W 1526 W 1224 W 2303 W 1045 W 2226 W 2056 W 1411 W 1017 W 1354 W 1319 W 1440 W 0924 W 1504 W 1736 W 1612 W 1358 W 0558 W 2219 W 1401 W 2357 W 1419 W 1417 W 1158 W-9999 +USW00021504200009TAVG 250 W 244 W 244 W 228 W 256 W 256 W 244 W 233 W 250 W 239 W 239 W 244 W 239 W 244 W 244 W 250 W 250 W 244 W 239 W 239 W 239 W 239 W 228 W 233 W 233 W 233 W 244 W 250 W 244 W 239 W-9999 +USW00021504200009TSUN 147 X 668 X 618 X 687 X 5007 XX 9913 XX 6709 XX 3805 XX 487 X 166 X 227 X 102 X 1702 XX 504 X 114 X 587 X 585 X 185 X 122 X 545 X 325 X 503 X 673 X 239 X 199 X 534 X 701 X 382 X 0 W 4406 XX-9999 +USW00021504200009WDF2 80 X 40 X 20 X 10 X 120 X 80 X 70 X 70 X 50 X 80 X 90 X 60 X 250 X 60 X 80 X 100 X 90 X 50 X 80 X 30 X 60 X 30 X 20 X 60 X 250 X 20 X 230 X 100 X 100 X 110 X-9999 +USW00021504200009WDF5 80 X 20 X 20 X 70 X 120 X 80 X 70 X 80 X 40 X 100 X 90 X 90 X 260 X 20 X 80 X 80 X 130 X 70 X 80 X 40 X 60 X 10 X 50 X 70 X 260 X 20 X 100 X 100 X 90 X 170 X-9999 +USW00021504200009WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200009WSF2 72 X 45 X 63 X 58 X 76 X 67 X 76 X 72 X 72 X 67 X 67 X 63 X 58 X 58 X 67 X 76 X 76 X 54 X 76 X 63 X 58 X 58 X 58 X 58 X 54 X 63 X 63 X 76 X 72 X 58 X-9999 +USW00021504200009WSF5 80 X 63 X 80 X 67 X 89 X 76 X 89 X 80 X 89 X 76 X 72 X 67 X 67 X 72 X 76 X 94 X 94 X 67 X 89 X 72 X 67 X 80 X 67 X 67 X 63 X 72 X 67 X 89 X 89 X 76 X-9999 +USW00021504200009WT01 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00021504200009WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00021504200009WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200009WT13 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 +USW00021504200009WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00021504200010TMAX 272 0 278 0 283 0 283 0 283 0 283 0 278 0 283 0 283 0 278 0 272 0 250 0 283 0 267 0 283 0 244 0 272 0 300 0 289 0 283 0 272 0 267 0 267 0 272 0 283 0 267 0 278 0 283 0 267 0 272 0 283 0 +USW00021504200010TMIN 217 0 206 0 189 0 206 0 206 0 200 0 217 0 211 0 211 0 189 0 211 0 211 0 206 0 211 0 211 0 206 0 200 0 189 0 217 0 206 0 194 0 217 0 211 0 189 0 178 0 206 0 206 0 211 0 200 0 206 0 211 0 +USW00021504200010PRCP 168 0 36 0 5 0 61 0 8 0 0T 0 10 0 18 0 25 0 94 0 163 0 239 0 251 0 224 0 178 0 323 0 23 0 343 0 338 0 33 0 152 0 114 0 312 0 94 0 297 0 716 0 64 0 38 0 61 0 13 0 84 0 +USW00021504200010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200010AWND 19 X 21 X 30 X 26 X 27 X 27 X 29 X 27 X 31 X 36 X 32 X 26 X 25 X 26 X 37 X 26 X 22 X 31 X 25 X 26 X 32 X 27 X 29 X 26 X 34 X 29 X 27 X 28 X 29 X 25 X 27 X +USW00021504200010FMTM 1242 X 1315 X 1455 X 1526 X 2041 X 1225 X 1636 X 1638 X 1446 X 2154 X 1706 X 1342 X 1430 X 1444 X 1846 X 0158 X 1105 X 1726 X 1501 X 1458 X 1415 X 1420 X 1443 X 1718 X 1804 X 1616 X 1421 X 1256 X 1320 X 1332 X 1606 X +USW00021504200010PGTM 1302 W 1330 W 1454 W 1158 W 1241 W 1223 W 1635 W 1637 W 1427 W 2153 W 1322 W 1343 W 1508 W 1442 W 1846 W 1138 W 1105 W 1724 W 1500 W 1345 W 1415 W 1701 W 1829 W 1715 W 1801 W 1613 W 0802 W 1255 W 1249 W 1334 W 1552 W +USW00021504200010TAVG 244 W 244 W 239 W 244 W 244 W 244 W 250 W 250 W 250 W 233 W 244 W 233 W 244 W 239 W 250 W 228 W 239 W 244 W 256 W 244 W 233 W 244 W 239 W 233 W 233 W 239 W 244 W 250 W 233 W 239 W 250 W +USW00021504200010TSUN 6109 XX 242 X 545 X 256 X 561 X 425 X 211 X 370 X 271 X 279 X 102 X 0 X 322 X 1 X 344 X 200 X 223 X 371 X 314 X 277 X 8713 XX 4106 XX 9313 XX 198 X 462 X 1702 XX 183 X 145 X 0 W 151 X 47 X +USW00021504200010WDF2 80 X 80 X 50 X 310 X 240 X 50 X 70 X 30 X 60 X 90 X 80 X 270 X 70 X 50 X 110 X 260 X 60 X 240 X 90 X 70 X 80 X 60 X 40 X 30 X 120 X 90 X 90 X 70 X 100 X 100 X 90 X +USW00021504200010WDF5 90 X 70 X 40 X 100 X 50 X 60 X 70 X 20 X 80 X 80 X 60 X 270 X 90 X 60 X 110 X 40 X 50 X 240 X 90 X 70 X 80 X 80 X 30 X 50 X 130 X 290 X 100 X 70 X 120 X 90 X 80 X +USW00021504200010WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200010WSF2 45 X 67 X 63 X 58 X 58 X 67 X 72 X 72 X 72 X 94 X 76 X 63 X 72 X 72 X 80 X 63 X 63 X 72 X 76 X 67 X 80 X 72 X 58 X 54 X 72 X 80 X 63 X 63 X 67 X 80 X 58 X +USW00021504200010WSF5 58 X 76 X 72 X 67 X 67 X 80 X 80 X 89 X 89 X 103 X 94 X 67 X 80 X 80 X 94 X 76 X 72 X 89 X 94 X 80 X 94 X 76 X 67 X 63 X 80 X 103 X 89 X 72 X 76 X 89 X 72 X +USW00021504200010WT01 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200010WT13 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200010WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200011TMAX 244 0 233 0 283 0 261 0 272 0 278 0 267 0 272 0 267 0 267 0 272 0 267 0 261 0 233 0 256 0 272 0 267 0 256 0 267 0 267 0 239 0 256 0 261 0 261 0 267 0 272 0 267 0 261 0 256 0 267 0-9999 +USW00021504200011TMIN 206 0 211 0 194 0 211 0 200 0 194 0 194 0 178 0 206 0 183 0 172 0 183 0 194 0 200 0 194 0 206 0 200 0 178 0 172 0 194 0 189 0 189 0 194 0 194 0 178 0 183 0 200 0 206 0 194 0 200 0-9999 +USW00021504200011PRCP 3330 0 4107 0 264 0 28 0 23 0 150 0 5 0 414 0 257 0 5 0 15 0 46 0 442 0 892 0 701 0 338 0 46 0 58 0 13 0 8 0 142 0 30 0 23 0 74 0 114 0 3 0 3 0 81 0 48 0 0 0-9999 +USW00021504200011AWND 24 X 21 X 26 X 21 X 21 X 25 X 26 X 25 X 20 X 25 X 30 X 25 X 21 X 30 X 30 X 39 X 45 X 22 X 28 X 26 X 20 X 22 X 24 X 29 X 32 X 21 X 21 X 22 X 26 X 25 X-9999 +USW00021504200011FMTM 2207 X 0207 X 1329 X 0906 X 1409 X 1531 X 1215 X 1318 X 1148 X 1301 X 1332 X 0439 X 1703 X 2334 X 1254 X 2354 X 0842 X 1109 X 1601 X 1348 X 0239 X 1043 X 1431 X 1643 X 1422 X 1502 X 2234 X 1158 X 1324 X 1223 X-9999 +USW00021504200011PGTM 2208 W 0207 W 1323 W 1159 W 1418 W 1531 W 1149 W 1317 W 1148 W 1528 W 1332 W 0558 W 1529 W 2334 W 2155 W 2350 W 0841 W 1109 W 0936 W 0842 W 0946 W 1043 W 1350 W 0420 W 1421 W 1511 W 2234 W 1836 W 1216 W 1341 W-9999 +USW00021504200011TAVG 228 W 222 W 239 W 239 W 239 W 239 W 233 W 228 W 239 W 228 W 222 W 228 W 228 W 217 W 228 W 239 W 233 W 217 W 222 W 233 W 217 W 222 W 228 W 228 W 222 W 228 W 233 W 233 W 228 W 233 W-9999 +USW00021504200011TSUN 0 X 0 X 259 X 1001 X 214 X 314 X 141 X 366 X 110 X 296 X 537 X 4807 XX 0 W 0 W 82 X 425 X 331 X 117 X 332 X 198 X 0 X 2404 XX 167 X 245 X 356 X 569 X 8413 XX 0 W 2704 XX 5809 XX-9999 +USW00021504200011WDF2 290 X 360 X 100 X 110 X 90 X 80 X 100 X 90 X 90 X 60 X 40 X 250 X 70 X 80 X 70 X 70 X 30 X 60 X 30 X 90 X 80 X 20 X 100 X 80 X 80 X 20 X 80 X 60 X 120 X 80 X-9999 +USW00021504200011WDF5 290 X 350 X 120 X 170 X 100 X 80 X 60 X 100 X 90 X 70 X 40 X 250 X 340 X 80 X 80 X 80 X 40 X 60 X 30 X 60 X 250 X 30 X 100 X 60 X 90 X 10 X 80 X 130 X 110 X 70 X-9999 +USW00021504200011WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200011WSF2 94 X 76 X 72 X 63 X 76 X 67 X 54 X 67 X 58 X 63 X 58 X 54 X 67 X 72 X 76 X 80 X 89 X 80 X 63 X 67 X 40 X 45 X 54 X 67 X 72 X 40 X 67 X 58 X 58 X 58 X-9999 +USW00021504200011WSF5 103 X 94 X 89 X 76 X 80 X 76 X 67 X 76 X 63 X 67 X 67 X 58 X 80 X 80 X 89 X 103 X 103 X 94 X 76 X 80 X 54 X 58 X 63 X 94 X 80 X 54 X 76 X 76 X 67 X 67 X-9999 +USW00021504200011WT01 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00021504200011WT02 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200011WT03 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200011WT13 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00021504200011WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504200012TMAX 261 0 272 0 267 0 261 0 267 0 256 0 261 0 250 0 261 0 261 0 244 0 261 0 239 0 267 0 261 0 261 0 267 0 267 0 272 0 261 0 267 0 256 0 250 0 272 0 261 0 267 0 256 0 261 0 267 0 267 0 267 0 +USW00021504200012TMIN 183 0 167 0 189 0 183 0 172 0 178 0 167 0 178 0 167 0 183 0 178 0 194 0 183 0 194 0 194 0 178 0 183 0 178 0 189 0 194 0 200 0 189 0 167 0 178 0 167 0 172 0 167 0 161 0 167 0 178 0 172 0 +USW00021504200012PRCP 10 0 0 0 0T 0 0T 0 3 0 20 0 10 0 130 0 53 0 0T 0 84 0 13 0 130 0 71 0 46 0 5 0 8 0 5 0 64 0 117 0 66 0 33 0 15 0 8 0 269 0 0T 0 0 0 0 0 5 0 3 0 0 0 +USW00021504200012AWND 27 X 30 X 31 X 27 X 24 X 21 X 29 X 22 X 32 X 33 X 17 X 24 X 22 X 29 X 29 X 33 X 30 X 30 X 23 X 12 X 24 X 25 X 26 X 29 X 27 X 22 X 26 X 31 X 30 X 30 X 34 X +USW00021504200012FMTM 1417 X 1558 X 1348 X 1424 X 1313 X 1213 X 1445 X 1110 X 1541 X 1450 X 0905 X 1421 X 1349 X 0812 X 1520 X 1009 X 1316 X 1403 X 1236 X 1425 X 0615 X 1142 X 1055 X 1340 X 1313 X 1314 X 1449 X 1521 X 1451 X 1435 X 1251 X +USW00021504200012PGTM 1456 W 1558 W 1448 W 1409 W 1244 W 1136 W 1235 W 1109 W 1251 W 1449 W 1608 W 1446 W 1348 W 1236 W 1349 W 1008 W 1300 W 1403 W 1307 W 1425 W 0621 W 1130 W 1112 W 1341 W 1328 W 1236 W 1447 W 1353 W 1438 W 1404 W 1335 W +USW00021504200012TAVG 222 W 222 W 228 W 222 W 222 W 217 W 217 W 217 W 217 W 222 W 211 W 228 W 211 W 233 W 228 W 222 W 228 W 222 W 233 W 228 W 233 W 222 W 211 W 228 W 217 W 222 W 211 W 211 W 217 W 222 W 222 W +USW00021504200012TSUN 417 X 610 X 365 X 202 X 401 X 188 X 384 X 53 X 448 X 247 X 200 X 155 X 11 X-9999 197 X 126 X 270 X 233 X 239 X 45 X 270 X 7211 XX 2203 XX 401 X 3305 XX 109 X 406 X 434 X 445 X 370 X 516 X +USW00021504200012WDF2 100 X 70 X 100 X 110 X 90 X 100 X 50 X 60 X 100 X 110 X 260 X 90 X 300 X 70 X 90 X 70 X 100 X 110 X 90 X 90 X 250 X 20 X 250 X 80 X 60 X 80 X 70 X 90 X 110 X 100 X 120 X +USW00021504200012WDF5 80 X 70 X 120 X 110 X 70 X 50 X 60 X 60 X 120 X 120 X 130 X 40 X 300 X 100 X 100 X 70 X 100 X 110 X 80 X 100 X 260 X 50 X 250 X 80 X 70 X 90 X 70 X 90 X 110 X 100 X 120 X +USW00021504200012WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200012WSF2 54 X 58 X 80 X 63 X 58 X 45 X 54 X 67 X 63 X 72 X 45 X 67 X 58 X 63 X 58 X 80 X 72 X 80 X 58 X 36 X 72 X 76 X 58 X 63 X 54 X 63 X 45 X 54 X 72 X 72 X 80 X +USW00021504200012WSF5 72 X 63 X 94 X 72 X 72 X 58 X 63 X 76 X 76 X 89 X 54 X 76 X 67 X 72 X 72 X 98 X 89 X 94 X 63 X 40 X 76 X 94 X 63 X 72 X 63 X 72 X 58 X 67 X 80 X 89 X 98 X +USW00021504200012WT01 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00021504200012WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200012WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00021504200012WT13 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00021504200012WT16 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00021504200101TMAX 267 0 300 0 267 0 272 0 267 0 267 0 272 0 272 0 278 0 278 0 272 0 256 0 267 0 244 0 261 0 272 0 267 0 267 0 261 0 261 0 272 0 261 0 261 0 261 0 261 0 256 0 239 0 256 0 267 0 261 0 267 0 +USW00021504200101TMIN 139 0 167 0 183 0 178 0 183 0 161 0 183 0 172 0 172 0 178 0 172 0 183 0 183 0 178 0 183 0 167 0 161 0 167 0 172 0 178 0 172 0 183 0 172 0 172 0 183 0 172 0 172 0 178 0 172 0 183 0 167 0 +USW00021504200101PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 28 0 109 0 10 0 8 0 0T 0 0T 0 0T 0 38 0 0T 0 132 0 0T 0 58 0 18 0 46 0 33 0 30 0 25 0 41 0 0T 0 +USW00021504200101AWND 31 X 29 X 23 X 32 X 25 X 25 X 27 X 29 X 24 X 38 X 33 X 26 X 29 X 21 X 27 X 32 X 33 X 30 X 30 X 34 X 29 X 25 X 34 X 38 X 32 X 29 X 25 X 26 X 29 X 23 X 28 X +USW00021504200101FMTM 1324 X 1804 X 1222 X 1456 X 1613 X 1511 X 1252 X 1403 X 1225 X 1710 X 1512 X 1313 X 1405 X 1216 X 1749 X 1655 X 1447 X 1137 X 1428 X 1536 X 1501 X 2016 X 1151 X 1256 X 1252 X 1419 X 1034 X 1335 X 1616 X 1509 X 1626 X +USW00021504200101PGTM 1639 W 1751 W 1301 W 1307 W 1526 W 1232 W 1252 W 1407 W 1224 W 1727 W 1509 W 0000 W 1313 W 1215 W 1748 W 1317 W 1041 W 1320 W 1428 W 1535 W 1453 W 2015 W 1156 W 1306 W 1309 W 1418 W 1033 W 1335 W 1615 W 1233 W 1625 W +USW00021504200101TAVG 206 W 233 W 228 W 228 W 228 W 217 W 228 W 222 W 228 W 228 W 222 W 222 W 228 W 211 W 222 W 222 W 217 W 217 W 217 W 222 W 222 W 222 W 217 W 217 W 222 W 217 W 206 W 217 W 222 W 222 W 217 W +USW00021504200101TSUN 413 X 449 X 229 X 488 X 329 X 323 X 430 X 497 X 269 X 590 X 304 X 0 X 478 X 1 X 365 X 621 X 612 X 577 X 465 X 289 X 262 X 226 X 475 X 114 X 246 X 185 X 110 X 298 X 507 X 358 X 457 X +USW00021504200101WDF2 30 X 350 X 340 X 100 X 80 X 80 X 40 X 20 X 60 X 120 X 100 X 130 X 80 X 70 X 90 X 110 X 50 X 110 X 70 X 120 X 100 X 90 X 110 X 120 X 100 X 100 X 30 X 50 X 90 X 80 X 100 X +USW00021504200101WDF5 330 X 350 X 360 X 100 X 90 X 70 X 40 X 30 X 70 X 130 X 90 X 240 X 90 X 70 X 90 X 110 X 120 X 120 X 80 X 120 X 100 X 100 X 120 X 110 X 120 X 100 X 40 X 50 X 90 X 80 X 100 X +USW00021504200101WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200101WSF2 63 X 67 X 58 X 72 X 45 X 54 X 67 X 58 X 67 X 76 X 67 X 45 X 67 X 76 X 67 X 63 X 58 X 63 X 67 X 72 X 76 X 116 X 72 X 94 X 80 X 80 X 72 X 76 X 72 X 67 X 63 X +USW00021504200101WSF5 76 X 80 X 63 X 89 X 58 X 67 X 76 X 67 X 76 X 94 X 98 X 58 X 80 X 80 X 80 X 76 X 76 X 76 X 76 X 89 X 89 X 139 X 80 X 103 X 98 X 94 X 89 X 94 X 80 X 80 X 72 X +USW00021504200101WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200101WT08 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200101WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504200101WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200102TMAX 267 0 267 0 261 0 233 0 233 0 250 0 278 0 239 0 244 0 256 0 244 0 239 0 239 0 250 0 250 0 250 0 239 0 250 0 244 0 256 0 267 0 278 0 272 0 267 0 267 0 267 0 272 0 272 0-9999 -9999 -9999 +USW00021504200102TMIN 172 0 178 0 183 0 167 0 156 0 144 0 139 0 178 0 189 0 189 0 194 0 194 0 200 0 194 0 200 0 183 0 167 0 167 0 172 0 172 0 172 0 172 0 183 0 183 0 161 0 178 0 189 0 178 0-9999 -9999 -9999 +USW00021504200102PRCP 0 0 3 0 33 0 165 0 0 0 0T 0 79 0 869 0 168 0 196 0 302 0 269 0 145 0 566 0 193 0 18 0 13 0 33 0 5 0 64 0 5 0 5 0 0 0 28 0 0 0 0T 0 8 0 3 0-9999 -9999 -9999 +USW00021504200102AWND 33 X 29 X 36 X 46 X 45 X 27 X 32 X 25 X 19 X 26 X 28 X 26 X 29 X 38 X 42 X 37 X 25 X 29 X 26 X 25 X 34 X 42 X 23 X 34 X 36 X 21 X 26 X 30 X-9999 -9999 -9999 +USW00021504200102FMTM 1440 X 1452 X 2319 X 0633 X 0846 X 1329 X 1450 X 1320 X 1345 X 1457 X 1219 X 1601 X 2336 X 1449 X 1237 X 1055 X 1402 X 1515 X 1542 X 1521 X 1551 X 1449 X 1619 X 1444 X 1309 X 1248 X 1343 X 1324 X-9999 -9999 -9999 +USW00021504200102PGTM 1247 W 1453 W 1742 W 0638 W 0844 W 1324 W 1502 W 1320 W 1344 W 1450 W 1201 W 1600 W 2336 W 1447 W 0800 W 1156 W 1408 W 1514 W 1541 W 1336 W 1546 W 1448 W 1301 W 1440 W 1308 W 1247 W 1611 W 1323 W-9999 -9999 -9999 +USW00021504200102TAVG 222 W 222 W 222 W 200 W 194 W 200 W 211 W 211 W 217 W 222 W 222 W 217 W 222 W 222 W 228 W 217 W 206 W 211 W 211 W 217 W 222 W 228 W 228 W 228 W 217 W 222 W 233 W 228 W-9999 -9999 -9999 +USW00021504200102TSUN 592 X 209 X 568 X 3305 XX 238 X 365 X 502 X 0 X 601 X 127 X 0 W 0 X 0 X 0 X 3805 XX 223 X 74 X 185 X 54 X 91 X 439 X 531 X 79 X 372 X 459 X 0 W 178 X 261 X-9999 -9999 -9999 +USW00021504200102WDF2 100 X 90 X 10 X 350 X 340 X 20 X 100 X 190 X 150 X 170 X 100 X 100 X 70 X 60 X 70 X 30 X 80 X 100 X 100 X 80 X 110 X 120 X 90 X 110 X 110 X 100 X 70 X 100 X-9999 -9999 -9999 +USW00021504200102WDF5 130 X 90 X 20 X 340 X 350 X 10 X 110 X 200 X 130 X 180 X 110 X 100 X 60 X 50 X 80 X 20 X 50 X 100 X 100 X 120 X 120 X 120 X 70 X 110 X 100 X 110 X 60 X 90 X-9999 -9999 -9999 +USW00021504200102WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504200102WSF2 72 X 72 X 67 X 89 X 80 X 63 X 103 X 63 X 80 X 72 X 72 X 72 X 67 X 112 X 94 X 80 X 67 X 76 X 67 X 72 X 89 X 94 X 63 X 89 X 94 X 67 X 58 X 63 X-9999 -9999 -9999 +USW00021504200102WSF5 98 X 80 X 89 X 107 X 103 X 72 X 112 X 80 X 103 X 94 X 89 X 89 X 76 X 139 X 112 X 98 X 76 X 94 X 76 X 89 X 103 X 112 X 76 X 103 X 112 X 80 X 63 X 76 X-9999 -9999 -9999 +USW00021504200102WT01-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200102WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200102WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200102WT13-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200102WT16-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504200103TMAX 256 0 261 0 261 0 244 0 261 0 261 0 239 0 256 0 239 0 256 0 261 0 244 0 256 0 256 0 256 0 256 0 261 0 261 0 256 0 239 0 250 0 267 0 267 0 289 0 272 0 278 0 272 0 256 0 267 0 250 0 233 0 +USW00021504200103TMIN 172 0 172 0 178 0 172 0 178 0 167 0 178 0 194 0 178 0 183 0 172 0 189 0 183 0 178 0 178 0 178 0 167 0 172 0 156 0 183 0 172 0 161 0 161 0 161 0 189 0 200 0 206 0 194 0 183 0 183 0 189 0 +USW00021504200103PRCP 10 0 0T 0 8 0 3 0 3 0 23 0 203 0 10 0 69 0 30 0 20 0 439 0 170 0 178 0 91 0 43 0 0 0 3 0 81 0 13 0 46 0 61 0 0 0 0 0 30 0 0T 0 28 0 277 0 127 0 109 0 46 0 +USW00021504200103AWND 33 X 35 X 36 X 30 X 25 X 32 X 25 X 34 X 21 X 36 X 31 X 27 X 29 X 23 X 33 X 31 X 32 X 30 X 40 X 30 X 23 X 25 X 24 X 40 X 27 X 40 X 26 X 29 X 40 X 27 X 19 X +USW00021504200103FMTM 1336 X 2239 X 1446 X 1604 X 1250 X 1239 X 1347 X 1913 X 1420 X 1819 X 1825 X 1325 X 2259 X 1214 X 1246 X 1229 X 1441 X 1105 X 2000 X 1107 X 1241 X 1244 X 1215 X 1332 X 1620 X 1454 X 1517 X 2323 X 1327 X 1642 X 1828 X +USW00021504200103PGTM 1352 W 1412 W 1442 W 1552 W 1249 W 1237 W 1346 W 1914 W 1419 W 1029 W 1821 W 1222 W 2258 W 1506 W 1246 W 1113 W 1438 W 1100 W 1647 W 0945 W 1240 W 1240 W 1237 W 1331 W 1618 W 1547 W 1517 W 2318 W 1307 W 1654 W 1828 W +USW00021504200103TAVG 217 W 217 W 222 W 211 W 222 W 217 W 211 W 228 W 211 W 222 W 217 W 217 W 222 W 217 W 217 W 217 W 217 W 217 W 206 W 211 W 211 W 217 W 217 W 228 W 233 W 239 W 239 W 228 W 228 W 217 W 211 W +USW00021504200103TSUN 230 X 603 X 197 X 147 X 7210 XX 410 X 189 X 375 X 308 X 361 X 467 X 5508 XX 386 X 143 X 324 X 367 X 513 X 366 X 544 X 109 X 174 X 276 X 310 X 470 X 8512 XX 303 X 239 X 0 W 578 X 7610 XX 0 X +USW00021504200103WDF2 120 X 20 X 40 X 80 X 80 X 50 X 80 X 50 X 20 X 90 X 70 X 70 X 120 X 80 X 100 X 70 X 90 X 120 X 340 X 20 X 80 X 80 X 70 X 80 X 110 X 120 X 80 X 270 X 120 X 100 X 130 X +USW00021504200103WDF5 110 X 20 X 50 X 80 X 80 X 60 X 80 X 40 X 20 X 90 X 70 X 80 X 120 X 90 X 90 X 100 X 80 X 100 X 20 X 340 X 80 X 70 X 80 X 80 X 110 X 110 X 80 X 270 X 100 X 110 X 120 X +USW00021504200103WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200103WSF2 89 X 63 X 94 X 63 X 63 X 94 X 80 X 67 X 72 X 76 X 67 X 94 X 63 X 72 X 76 X 76 X 76 X 80 X 76 X 63 X 67 X 67 X 67 X 116 X 76 X 94 X 72 X 58 X 89 X 63 X 63 X +USW00021504200103WSF5 103 X 80 X 112 X 72 X 76 X 112 X 98 X 76 X 80 X 116 X 80 X 103 X 76 X 80 X 94 X 89 X 94 X 107 X 103 X 76 X 76 X 76 X 76 X 130 X 98 X 107 X 80 X 67 X 103 X 72 X 72 X +USW00021504200103WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00021504200103WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200103WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00021504200103WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200104TMAX 267 0 261 0 267 0 261 0 261 0 239 0 250 0 250 0 261 0 256 0 250 0 244 0 261 0 250 0 256 0 250 0 244 0 244 0 256 0 239 0 250 0 256 0 261 0 261 0 261 0 250 0 261 0 261 0 233 0 261 0-9999 +USW00021504200104TMIN 189 0 194 0 183 0 183 0 178 0 183 0 189 0 189 0 183 0 189 0 194 0 183 0 189 0 178 0 172 0 183 0 178 0 183 0 172 0 178 0 194 0 183 0 189 0 178 0 189 0 189 0 194 0 183 0 189 0 194 0-9999 +USW00021504200104PRCP 15 0 25 0 15 0 84 0 51 0 241 0 71 0 201 0 201 0 259 0 183 0 409 0 71 0 81 0 30 0 66 0 152 0 104 0 122 0 140 0 25 0 23 0 18 0 58 0 8 0 147 0 91 0 58 0 234 0 5 0-9999 +USW00021504200104AWND 29 X 29 X 26 X 37 X 38 X 34 X 37 X 30 X 25 X 44 X 39 X 27 X 35 X 23 X 38 X 30 X 30 X 27 X 22 X 27 X 30 X 25 X 29 X 26 X 27 X 25 X 33 X 25 X 25 X 29 X-9999 +USW00021504200104FMTM 1337 X 1547 X 1238 X 1058 X 1500 X 2013 X 1238 X 1218 X 1419 X 1352 X 1508 X 1602 X 1131 X 1321 X 2009 X 1303 X 1355 X 0851 X 1407 X 1503 X 1619 X 1408 X 0814 X 1338 X 1507 X 1303 X 1431 X 2248 X 1238 X 1659 X-9999 +USW00021504200104PGTM 1441 W 1545 W 1329 W 1100 W 1340 W 1056 W 1257 W 1217 W 1418 W 1352 W 1508 W 1600 W 1118 W 1319 W 2007 W 1302 W 1344 W 1621 W 1406 W 1323 W 0957 W 1357 W 0813 W 1312 W 1354 W 1335 W 1430 W 2247 W 1237 W 1455 W-9999 +USW00021504200104TAVG 228 W 228 W 228 W 222 W 222 W 211 W 222 W 222 W 222 W 222 W 222 W 217 W 228 W 217 W 217 W 217 W 211 W 217 W 217 W 211 W 222 W 222 W 228 W 222 W 228 W 222 W 228 W 222 W 211 W 228 W-9999 +USW00021504200104TSUN 182 X 108 X 427 X 180 X 412 X 1101 X 255 X 145 X 385 X 142 X 169 X 0 W 421 X 157 X 428 X 165 X 0 X 2203 XX 184 X 0 X 4005 XX 173 X 306 X 565 X 379 X 204 X 0 W 344 X 601 X 106 X-9999 +USW00021504200104WDF2 120 X 80 X 50 X 70 X 100 X 100 X 110 X 90 X 90 X 70 X 60 X 90 X 100 X 70 X 40 X 20 X 60 X 240 X 80 X 90 X 80 X 100 X 70 X 40 X 60 X 60 X 70 X 120 X 100 X 100 X-9999 +USW00021504200104WDF5 110 X 80 X 50 X 60 X 100 X 100 X 120 X 100 X 90 X 70 X 80 X 90 X 90 X 60 X 50 X 20 X 50 X 90 X 70 X 110 X 70 X 90 X 70 X 50 X 70 X 50 X 80 X 110 X 110 X 70 X-9999 +USW00021504200104WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200104WSF2 67 X 76 X 67 X 89 X 80 X 67 X 89 X 94 X 76 X 94 X 98 X 72 X 94 X 103 X 72 X 76 X 80 X 63 X 103 X 67 X 72 X 80 X 72 X 58 X 63 X 72 X 80 X 76 X 72 X 72 X-9999 +USW00021504200104WSF5 76 X 89 X 76 X 103 X 107 X 80 X 103 X 107 X 89 X 107 X 143 X 80 X 107 X 116 X 89 X 89 X 94 X 67 X 112 X 80 X 89 X 103 X 80 X 72 X 80 X 76 X 98 X 98 X 80 X 103 X-9999 +USW00021504200104WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504200104WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504200104WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200105TMAX 267 0 261 0 256 0 261 0 244 0 256 0 256 0 267 0 256 0 261 0 250 0 256 0 261 0 256 0 244 0 256 0 256 0 272 0 272 0 267 0 272 0 267 0 267 0 272 0 283 0 278 0 267 0 267 0 283 0 283 0 272 0 +USW00021504200105TMIN 189 0 178 0 178 0 178 0 183 0 189 0 183 0 183 0 183 0 189 0 183 0 183 0 189 0 183 0 189 0 172 0 189 0 183 0 189 0 178 0 178 0 183 0 172 0 183 0 183 0 194 0 189 0 189 0 183 0 183 0 183 0 +USW00021504200105PRCP 56 0 3 0 25 0 23 0 20 0 3 0 36 0 53 0 99 0 5 0 20 0 8 0 8 0 20 0 91 0 48 0 61 0 0 0 3 0 3 0 3 0 38 0 0 0 0T 0 0T 0 3 0 51 0 25 0 0 0 41 0 3 0 +USW00021504200105AWND 30 X 26 X 25 X 33 X 26 X 36 X 24 X 29 X 32 X 34 X 31 X 34 X 33 X 34 X 22 X 31 X 27 X 28 X 28 X 32 X 30 X 26 X 30 X 28 X 27 X 29 X 28 X 30 X 30 X 28 X 30 X +USW00021504200105FMTM 2242 X 1525 X 1238 X 1437 X 1228 X 1917 X 1127 X 1623 X 1322 X 1551 X 1625 X 1113 X 1928 X 1440 X 1523 X 1915 X 1436 X 1249 X 1328 X 1129 X 1521 X 1232 X 1112 X 1245 X 1507 X 1155 X 1506 X 1106 X 1356 X 2009 X 1534 X +USW00021504200105PGTM 1447 W 1524 W 1242 W 1433 W 1338 W 1624 W 1354 W 1622 W 1322 W 1550 W 1656 W 1319 W 1214 W 1209 W 1522 W 1922 W 1436 W 1144 W 1336 W 1129 W 1515 W 1426 W 1456 W 1328 W 1455 W 1154 W 1401 W 1250 W 1352 W 2011 W 1417 W +USW00021504200105TAVG 228 W 222 W 217 W 222 W 217 W 222 W 222 W 228 W 222 W 228 W 217 W 222 W 228 W 222 W 217 W 217 W 222 W 228 W 233 W 222 W 228 W 228 W 222 W 228 W 233 W 239 W 228 W 228 W 233 W 233 W 228 W +USW00021504200105TSUN 388 X 392 X 350 X 458 X 6909 XX 552 X 7810 XX 421 X 6408 XX 586 X 162 X 263 X 8611 XX 136 X 2203 XX 564 X 276 X 408 X 301 X 452 X 630 X 379 X 706 X 697 X 618 X 697 X 124 X 261 X 435 X 368 X 412 X +USW00021504200105WDF2 80 X 70 X 40 X 80 X 90 X 20 X 90 X 80 X 80 X 60 X 360 X 70 X 90 X 40 X 10 X 70 X 50 X 100 X 70 X 70 X 30 X 40 X 30 X 50 X 100 X 30 X 70 X 100 X 80 X 90 X 60 X +USW00021504200105WDF5 90 X 80 X 60 X 80 X 90 X 10 X 110 X 70 X 90 X 60 X 10 X 70 X 80 X 70 X 20 X 90 X 50 X 110 X 100 X 80 X 30 X 60 X 20 X 20 X 110 X 30 X 60 X 120 X 90 X 100 X 70 X +USW00021504200105WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200105WSF2 72 X 67 X 72 X 76 X 63 X 67 X 63 X 63 X 89 X 67 X 58 X 72 X 72 X 63 X 63 X 67 X 67 X 67 X 63 X 76 X 58 X 58 X 63 X 58 X 76 X 72 X 67 X 76 X 76 X 72 X 67 X +USW00021504200105WSF5 89 X 80 X 89 X 98 X 76 X 80 X 72 X 80 X 98 X 76 X 67 X 89 X 98 X 76 X 76 X 76 X 80 X 89 X 72 X 89 X 67 X 67 X 72 X 72 X 94 X 89 X 80 X 94 X 94 X 80 X 80 X +USW00021504200105WT01 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 +USW00021504200105WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00021504200105WT13 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 +USW00021504200105WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 +USW00021504200106TMAX 278 0 267 0 272 0 272 0 267 0 283 0 267 0 261 0 261 0 267 0 272 0 272 0 261 0 250 0 272 0 278 0 278 0 256 0 267 0 267 0 283 0 289 0 267 0 278 0 267 0 267 0 261 0 278 0 294 0 289 0-9999 +USW00021504200106TMIN 200 0 194 0 194 0 194 0 194 0 194 0 200 0 200 0 189 0 206 0 194 0 189 0 194 0 189 0 189 0 183 0 183 0 200 0 183 0 178 0 178 0 194 0 194 0 194 0 194 0 206 0 194 0 194 0 200 0 217 0-9999 +USW00021504200106PRCP 74 0 43 0 3 0 89 0 23 0 20 0 10 0 28 0 0T 0 41 0 23 0 15 0 58 0 58 0 20 0 10 0 0 0 33 0 0T 0 13 0 0T 0 18 0 0 0 15 0 300 0 15 0 0T 0 0T 0 0T 0 15 0-9999 +USW00021504200106AWND 34 X 29 X 26 X 25 X 28 X 30 X 21 X 28 X 29 X 34 X 28 X 32 X 27 X 19 X 25 X 28 X 34 X 33 X 34 X 34 X 34 X 33 X 37 X 36 X 30 X 29 X 26 X 33 X 25 X 30 X-9999 +USW00021504200106FMTM 1152 X 1531 X 1339 X 1327 X 1447 X 1405 X 1655 X 1400 X 1231 X 1041 X 1325 X 1137 X 1417 X 1244 X 1533 X 1443 X 1613 X 1113 X 1446 X 1435 X 1420 X 1441 X 1403 X 1514 X 1200 X 1507 X 1303 X 1330 X 1110 X 1301 X-9999 +USW00021504200106PGTM 1124 W 1315 W 1325 W 1326 W 1442 W 1404 W 1654 W 1359 W 1217 W 1123 W 1350 W 1209 W 1411 W 1244 W 1532 W 1403 W 1419 W 1113 W 1650 W 1435 W 1457 W 1443 W 1340 W 1513 W 1159 W 1507 W 1435 W 1628 W 1057 W 1353 W-9999 +USW00021504200106TAVG 239 W 233 W 233 W 233 W 233 W 239 W 233 W 233 W 228 W 239 W 233 W 233 W 228 W 222 W 233 W 233 W 233 W 228 W 228 W 222 W 233 W 244 W 233 W 239 W 233 W 239 W 228 W 239 W 250 W 256 W-9999 +USW00021504200106TSUN 326 X 135 X 407 X 343 X 5207 XX 395 X 3805 XX 1802 XX 208 X 186 X 440 X 444 X 81 X 1 X 189 X 292 X 238 X 115 X 682 X 332 X 576 X 530 X 418 X 277 X 118 X 318 X 378 X 624 X 421 X 377 X-9999 +USW00021504200106WDF2 70 X 60 X 40 X 40 X 90 X 80 X 30 X 70 X 80 X 40 X 30 X 110 X 100 X 100 X 80 X 70 X 50 X 40 X 20 X 60 X 40 X 80 X 10 X 20 X 110 X 50 X 50 X 50 X 30 X 110 X-9999 +USW00021504200106WDF5 80 X 50 X 30 X 50 X 80 X 80 X 30 X 70 X 40 X 50 X 20 X 120 X 90 X 90 X 70 X 80 X 70 X 40 X 40 X 60 X 50 X 80 X 20 X 20 X 100 X 40 X 20 X 40 X 70 X 110 X-9999 +USW00021504200106WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200106WSF2 72 X 58 X 63 X 72 X 63 X 72 X 40 X 89 X 80 X 72 X 63 X 80 X 67 X 58 X 63 X 67 X 67 X 67 X 67 X 107 X 67 X 72 X 72 X 94 X 98 X 67 X 63 X 63 X 72 X 76 X-9999 +USW00021504200106WSF5 94 X 76 X 80 X 89 X 76 X 89 X 45 X 98 X 103 X 94 X 72 X 94 X 80 X 63 X 72 X 80 X 94 X 80 X 80 X 125 X 76 X 80 X 89 X 107 X 112 X 89 X 72 X 76 X 89 X 94 X-9999 +USW00021504200106WT01 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00021504200106WT13 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00021504200106WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200107TMAX 294 0 283 0 294 0 294 0 300 0 289 0 256 0 272 0 294 0 283 0 278 0 261 0 267 0 289 0 289 0 278 0 278 0 278 0 278 0 283 0 283 0 278 0 278 0 278 0 283 0 283 0 272 0 289 0 289 0 294 0 278 0 +USW00021504200107TMIN 217 0 211 0 183 0 189 0 194 0 200 0 194 0 206 0 206 0 206 0 194 0 200 0 189 0 183 0 217 0 211 0 206 0 206 0 217 0 194 0 200 0 194 0 194 0 194 0 183 0 200 0 206 0 194 0 194 0 194 0 211 0 +USW00021504200107PRCP 0T 0 0T 0 0 0 0 0 0T 0 0T 0 53 0 51 0 23 0 76 0 112 0 94 0 81 0 0 0 0 0 48 0 84 0 81 0 61 0 71 0 117 0 114 0 38 0 168 0 30 0 0 0 13 0 23 0 61 0 81 0 180 0 +USW00021504200107AWND 37 X 38 X 31 X 29 X 30 X 34 X 28 X 27 X 31 X 30 X 31 X 26 X 25 X 31 X 27 X 34 X 30 X 30 X 24 X 27 X 29 X 30 X 29 X 31 X 29 X 29 X 33 X 34 X 29 X 30 X 42 X +USW00021504200107FMTM 1245 X 1650 X 1327 X 1418 X 1318 X 1335 X 1235 X 1559 X 1439 X 0857 X 1849 X 1643 X 1419 X 1328 X 1421 X 1400 X 2105 X 1225 X 1637 X 1847 X 2119 X 1748 X 1305 X 1452 X 1452 X 1700 X 1252 X 1843 X 1552 X 1602 X 1022 X +USW00021504200107PGTM 1445 W 1655 W 1321 W 1349 W 1132 W 1332 W 1235 W 1223 W 1506 W 0850 W 1848 W 1312 W 1417 W 1336 W 1319 W 1356 W 1517 W 1545 W 1636 W 1050 W 2118 W 1747 W 1304 W 1402 W 1452 W 1705 W 1257 W 1815 W 1311 W 1602 W 1132 W +USW00021504200107TAVG 256 W 250 W 239 W 244 W 250 W 244 W 228 W 239 W 250 W 244 W 239 W 233 W 228 W 239 W 256 W 244 W 244 W 244 W 250 W 239 W 244 W 239 W 239 W 239 W 233 W 244 W 239 W 244 W 244 W 244 W 244 W +USW00021504200107TSUN 392 X 111 X 550 X 279 X 435 X 575 X 6308 XX 360 X 521 X 419 X 0 W 148 X 211 X 522 X 560 X 268 X 427 X 218 X 257 X 391 X 688 X 554 X 629 X 293 X 297 X 546 X 142 X 561 X 626 X 378 X 311 X +USW00021504200107WDF2 100 X 120 X 100 X 70 X 110 X 70 X 80 X 40 X 90 X 120 X 70 X 20 X 100 X 90 X 70 X 60 X 120 X 80 X 80 X 80 X 90 X 60 X 30 X 30 X 80 X 30 X 20 X 70 X 90 X 80 X 70 X +USW00021504200107WDF5 100 X 120 X 100 X 100 X 100 X 60 X 70 X 40 X 90 X 100 X 70 X 60 X 80 X 110 X 70 X 50 X 40 X 90 X 80 X 40 X 80 X 60 X 30 X 60 X 80 X 40 X 20 X 40 X 70 X 70 X 20 X +USW00021504200107WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200107WSF2 89 X 76 X 72 X 67 X 76 X 72 X 76 X 58 X 76 X 80 X 80 X 72 X 72 X 80 X 67 X 76 X 63 X 80 X 76 X 67 X 67 X 76 X 72 X 58 X 67 X 63 X 72 X 72 X 63 X 89 X 80 X +USW00021504200107WSF5 98 X 94 X 98 X 80 X 98 X 89 X 89 X 76 X 94 X 98 X 94 X 89 X 89 X 94 X 80 X 94 X 76 X 94 X 89 X 76 X 76 X 94 X 80 X 72 X 89 X 72 X 80 X 89 X 76 X 98 X 98 X +USW00021504200107WT01-9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00021504200107WT13-9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00021504200107WT16 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00021504200108TMAX 283 0 294 0 267 0 278 0 283 0 283 0 278 0 289 0 289 0 278 0 283 0 278 0 272 0 278 0 278 0 283 0 300 0 272 0 278 0 267 0 272 0 256 0 278 0 283 0 283 0 261 0 294 0 300 0 289 0 294 0 289 0 +USW00021504200108TMIN 211 0 206 0 217 0 217 0 206 0 211 0 211 0 200 0 222 0 217 0 211 0 211 0 206 0 200 0 183 0 211 0 194 0 222 0 211 0 194 0 217 0 194 0 211 0 206 0 206 0 217 0 217 0 211 0 206 0 217 0 211 0 +USW00021504200108PRCP 5 0 10 0 104 0 10 0 3 0 61 0 28 0 18 0 142 0 58 0 15 0 48 0 38 0 94 0 33 0 117 0 66 0 157 0 53 0 69 0 64 0 353 0 23 0 3 0 0T 0 366 0 10 0 0 0 18 0 15 0 25 0 +USW00021504200108AWND 30 X 31 X 26 X 29 X 25 X 33 X 25 X 32 X 27 X 26 X 29 X 30 X 30 X 30 X 23 X 23 X 28 X 28 X 33 X 24 X 24 X 25 X 38 X 27 X 26 X 25 X 34 X 28 X 29 X 34 X 31 X +USW00021504200108FMTM 1055 X 1555 X 1507 X 1455 X 1338 X 1609 X 1222 X 1205 X 1356 X 1241 X 1256 X 1252 X 2020 X 1322 X 1646 X 1237 X 1624 X 1412 X 1208 X 1008 X 1734 X 1804 X 2057 X 1040 X 1509 X 1336 X 1351 X 1539 X 1159 X 1201 X 0411 X +USW00021504200108PGTM 1154 W 1453 W 1441 W 1454 W 1557 W 1608 W 1355 W 1333 W 1355 W 1242 W 1256 W 1329 W 2019 W 1342 W 1438 W 1235 W 1623 W 1403 W 1207 W 1007 W 1429 W 1205 W 2054 W 1039 W 1500 W 1336 W 1306 W 1354 W 1158 W 1229 W 1400 W +USW00021504200108TAVG 250 W 250 W 244 W 250 W 244 W 250 W 244 W 244 W 256 W 250 W 250 W 244 W 239 W 239 W 233 W 250 W 250 W 250 W 244 W 233 W 244 W 228 W 244 W 244 W 244 W 239 W 256 W 256 W 250 W 256 W 250 W +USW00021504200108TSUN 568 X 318 X 1502 XX 194 X 620 X 247 X 218 X 272 X 67 X 62 X 592 X 375 X 140 X 230 X 143 X 193 X 335 X 5808 XX 111 X 6008 XX 117 X 0 X 476 X 333 X 0 W 0 X 351 X 635 X 113 X 361 X 564 X +USW00021504200108WDF2 60 X 70 X 60 X 60 X 20 X 70 X 90 X 60 X 90 X 80 X 50 X 30 X 60 X 50 X 20 X 100 X 50 X 80 X 20 X 70 X 50 X 280 X 80 X 60 X 30 X 190 X 120 X 110 X 70 X 80 X 60 X +USW00021504200108WDF5 70 X 80 X 80 X 60 X 20 X 70 X 90 X 70 X 90 X 70 X 60 X 40 X 60 X 60 X 80 X 100 X 60 X 50 X 20 X 70 X 50 X 310 X 80 X 60 X 20 X 190 X 130 X 100 X 70 X 70 X 30 X +USW00021504200108WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200108WSF2 72 X 76 X 76 X 67 X 54 X 63 X 67 X 67 X 72 X 89 X 67 X 67 X 72 X 76 X 45 X 72 X 76 X 80 X 76 X 63 X 63 X 54 X 72 X 76 X 58 X 67 X 76 X 63 X 94 X 72 X 67 X +USW00021504200108WSF5 80 X 94 X 94 X 76 X 63 X 76 X 76 X 80 X 80 X 98 X 80 X 89 X 76 X 89 X 58 X 80 X 89 X 103 X 94 X 72 X 76 X 63 X 80 X 89 X 72 X 76 X 103 X 80 X 103 X 89 X 72 X +USW00021504200108WT01-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 +USW00021504200108WT13-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X +USW00021504200108WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 +USW00021504200109TMAX 272 0 283 0 272 0 272 0 294 0 250 0 289 0 294 0 294 0 283 0 300 0 294 0 294 0 294 0 300 0 306 0 283 0 283 0 283 0 261 0 283 0 289 0 239 0 283 0 289 0 278 0 283 0 289 0 289 0 283 0-9999 +USW00021504200109TMIN 206 0 200 0 200 0 206 0 189 0 211 0 217 0 200 0 206 0 222 0 211 0 206 0 189 0 189 0 222 0 222 0 217 0 206 0 211 0 206 0 194 0 200 0 217 0 206 0 194 0 211 0 222 0 211 0 194 0 217 0-9999 +USW00021504200109PRCP 8 0 36 0 112 0 5 0 20 0 81 0 10 0 0T 0 5 0 0T 0 3 0 0 0 3 0 64 0 221 0 251 0 81 0 64 0 198 0 89 0 81 0 467 0 257 0 10 0 3 0 122 0 20 0 18 0 30 0 30 0-9999 +USW00021504200109AWND 30 X 28 X 26 X 21 X 27 X 24 X 27 X 24 X 28 X 25 X 30 X 33 X 34 X 32 X 29 X 27 X 25 X 32 X 27 X 25 X 35 X 34 X 21 X 26 X 30 X 21 X 34 X 33 X 31 X 33 X-9999 +USW00021504200109FMTM 1119 X 1720 X 1407 X 0928 X 1920 X 1600 X 1432 X 1533 X 1438 X 1442 X 1447 X 1625 X 1144 X 1205 X 1259 X 1304 X 1106 X 1354 X 1551 X 1855 X 1951 X 1841 X 1212 X 1448 X 2108 X 1336 X 1541 X 1011 X 1501 X 1726 X-9999 +USW00021504200109PGTM 1113 W 1601 W 1405 W 0928 W 1318 W 1558 W 1412 W 1432 W 1437 W 1441 W 1137 W 1624 W 1353 W 1153 W 1331 W 1307 W 1106 W 1331 W 1551 W 1849 W 1951 W 1151 W 1210 W 1428 W 2107 W 1336 W 1147 W 1203 W 1300 W 1744 W-9999 +USW00021504200109TAVG 239 W 244 W 239 W 239 W 244 W 233 W 256 W 250 W 250 W 256 W 256 W 250 W 244 W 244 W 261 W 267 W 250 W 244 W 250 W 233 W 239 W 244 W 228 W 244 W 244 W 244 W 256 W 250 W 244 W 250 W-9999 +USW00021504200109TSUN 198 X 290 X 106 X 58 X 655 X 0 W 601 X 576 X 0 W 290 X 514 X 166 X 692 X 417 X 193 X 445 X 254 X 334 X 142 X 0 X 494 X 366 X 0 X 0 W 566 X 8812 XX 548 X 567 X 371 X 384 X-9999 +USW00021504200109WDF2 80 X 360 X 60 X 20 X 90 X 280 X 90 X 60 X 70 X 50 X 50 X 30 X 20 X 40 X 110 X 80 X 120 X 70 X 20 X 80 X 40 X 10 X 100 X 60 X 60 X 50 X 40 X 50 X 60 X 10 X-9999 +USW00021504200109WDF5 70 X 350 X 60 X 10 X 30 X 280 X 100 X 100 X 70 X 40 X 70 X 20 X 20 X 40 X 120 X 80 X 110 X 60 X 20 X 70 X 30 X 30 X 100 X 80 X 60 X 70 X 30 X 30 X 70 X 360 X-9999 +USW00021504200109WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200109WSF2 80 X 54 X 72 X 58 X 63 X 45 X 58 X 58 X 58 X 63 X 63 X 67 X 67 X 67 X 94 X 63 X 76 X 72 X 67 X 72 X 80 X 67 X 54 X 67 X 63 X 63 X 63 X 63 X 63 X 58 X-9999 +USW00021504200109WSF5 94 X 72 X 80 X 63 X 76 X 58 X 80 X 72 X 67 X 72 X 76 X 76 X 76 X 89 X 103 X 76 X 89 X 80 X 80 X 89 X 94 X 80 X 67 X 76 X 76 X 72 X 76 X 76 X 80 X 72 X-9999 +USW00021504200109WT01 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00021504200109WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200109WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504200109WT13 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00021504200109WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200110TMAX 283 0 272 0 283 0 278 0 283 0 283 0 283 0 283 0 283 0 261 0 261 0 283 0 267 0 278 0 272 0 272 0 272 0 261 0 278 0 272 0 267 0 278 0 278 0 289 0 289 0 283 0 278 0 261 0 256 0 272 0 267 0 +USW00021504200110TMIN 183 0 217 0 200 0 211 0 217 0 217 0 217 0 211 0 217 0 200 0 217 0 211 0 206 0 206 0 211 0 200 0 217 0 200 0 189 0 206 0 189 0 183 0 178 0 194 0 206 0 200 0 206 0 206 0 200 0 206 0 189 0 +USW00021504200110PRCP 3 0 76 0 8 0 216 0 58 0 66 0 203 0 18 0 69 0 183 0 191 0 58 0 130 0 58 0 140 0 97 0 18 0 114 0 36 0 114 0 142 0 25 0 0T 0 472 0 8 0 28 0 13 0 378 0 315 0 8 0 99 0 +USW00021504200110AWND 46 X 33 X 27 X 22 X 32 X 25 X 39 X 27 X 28 X 24 X 31 X 25 X 28 X 30 X 24 X 30 X 23 X 27 X 30 X 31 X 32 X 30 X 27 X 31 X 26 X 28 X 42 X 50 X 33 X 35 X 27 X +USW00021504200110FMTM 1551 X 0006 X 1134 X 1400 X 1605 X 1958 X 1113 X 2234 X 1300 X 1648 X 1533 X 1610 X 1226 X 0537 X 2106 X 1543 X 1623 X 1602 X 1318 X 2203 X 1331 X 1448 X 1249 X 1242 X 1408 X 1240 X 1503 X 1722 X 1550 X 1133 X 1327 X +USW00021504200110PGTM 2223 W 0001 W 1304 W 1940 W 1604 W 1957 W 1100 W 2234 W 1259 W 1647 W 1533 W 1558 W 1225 W 0536 W 1306 W 1546 W 1623 W 1548 W 1428 W 1509 W 1330 W 1447 W 1227 W 1359 W 1405 W 1239 W 1509 W 1721 W 1549 W 1012 W 2328 W +USW00021504200110TAVG 233 W 244 W 244 W 244 W 250 W 250 W 250 W 250 W 250 W 233 W 239 W 250 W 239 W 244 W 244 W 239 W 244 W 233 W 233 W 239 W 228 W 233 W 228 W 244 W 250 W 244 W 244 W 233 W 228 W 239 W 228 W +USW00021504200110TSUN 572 X 305 X 394 X 7611 XX 453 X 257 X 135 X 307 X 0 W 154 X 501 X 333 X 5708 XX 122 X 151 X 142 X 231 X 1803 XX 402 X 229 X 7911 XX 484 X 463 X 0 W 177 X 281 X 464 X 401 X 601 X 180 X 212 X +USW00021504200110WDF2 10 X 10 X 30 X 100 X 60 X 80 X 80 X 60 X 80 X 100 X 90 X 70 X 20 X 250 X 70 X 40 X 20 X 40 X 50 X 60 X 50 X 10 X 40 X 100 X 90 X 40 X 20 X 30 X 350 X 60 X 40 X +USW00021504200110WDF5 30 X 20 X 40 X 80 X 70 X 80 X 80 X 60 X 70 X 90 X 90 X 50 X 10 X 250 X 20 X 30 X 20 X 50 X 50 X 350 X 50 X 10 X 50 X 100 X 90 X 30 X 30 X 30 X 20 X 60 X 40 X +USW00021504200110WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200110WSF2 76 X 67 X 63 X 58 X 72 X 72 X 98 X 76 X 89 X 63 X 94 X 67 X 63 X 67 X 54 X 72 X 54 X 54 X 63 X 67 X 76 X 67 X 54 X 98 X 63 X 63 X 107 X 98 X 67 X 80 X 72 X +USW00021504200110WSF5 89 X 80 X 67 X 67 X 80 X 80 X 125 X 94 X 98 X 72 X 107 X 80 X 72 X 76 X 63 X 80 X 63 X 67 X 76 X 80 X 94 X 76 X 63 X 107 X 72 X 67 X 139 X 125 X 80 X 98 X 89 X +USW00021504200110WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 +USW00021504200110WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200110WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200110WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200110WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X +USW00021504200110WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200111TMAX 256 0 267 0 272 0 267 0 261 0 272 0 250 0 267 0 261 0 261 0 250 0 267 0 267 0 261 0 256 0 261 0 267 0 278 0 283 0 283 0 283 0 289 0 283 0 283 0 294 0 244 0 267 0 283 0 278 0 272 0-9999 +USW00021504200111TMIN 211 0 206 0 206 0 211 0 206 0 211 0 206 0 211 0 211 0 206 0 189 0 172 0 183 0 189 0 211 0 178 0 178 0 172 0 178 0 194 0 189 0 189 0 194 0 189 0 183 0 217 0 217 0 217 0 211 0 189 0-9999 +USW00021504200111PRCP 142 0 79 0 127 0 213 0 437 0 107 0 376 0 74 0 58 0 30 0 5 0 10 0 58 0 460 0 38 0 3 0 0 0 0 0 0T 0 0 0 0T 0 0 0 3 0 0 0 0 0 831 0 1727 0 213 0 58 0 3 0-9999 +USW00021504200111AWND 23 X 19 X 26 X 21 X 32 X 27 X 18 X 36 X 34 X 26 X 33 X 26 X 29 X 21 X 21 X 15 X 24 X 21 X 26 X 26 X 29 X 25 X 23 X 35 X 41 X 21 X 26 X 28 X 21 X 20 X-9999 +USW00021504200111FMTM 0604 X 2332 X 2234 X 1324 X 1626 X 1434 X 1749 X 1434 X 0655 X 2356 X 0014 X 2341 X 0036 X 1845 X 1348 X 1249 X 1030 X 1238 X 1308 X 1338 X 1427 X 1528 X 1558 X 1255 X 1455 X 2107 X 1056 X 1623 X 1336 X 1300 X-9999 +USW00021504200111PGTM 0606 W 2332 W 2233 W 1323 W 1625 W 1332 W 1742 W 1537 W 0655 W 2356 W 2356 W 2338 W 0101 W 1843 W 1532 W 1320 W 1246 W 1242 W 1348 W 1347 W 1442 W 1426 W-9999 1407 W 1453 W 2130 W 1054 W 1622 W 1310 W 1300 W-9999 +USW00021504200111TAVG 233 W 239 W 239 W 239 W 233 W 244 W 228 W 239 W 239 W 233 W 222 W 222 W 228 W 228 W 233 W 222 W 222 W 228 W 233 W 239 W 239 W 239 W 239 W 239 W 239 W 233 W 244 W 250 W 244 W 233 W-9999 +USW00021504200111TSUN 157 X 132 X 324 X 901 X 4707 XX 328 X 0 X 0 W 100 X 0 X 0 X 172 X 254 X 2103 XX 2504 XX 204 X 119 X 330 X 456 X 454 X 554 X 304 X 219 X 470 X 570 X 0 X 0 X 348 X 470 X 273 X-9999 +USW00021504200111WDF2 50 X 120 X 80 X 120 X 50 X 20 X 40 X 60 X 60 X 50 X 50 X 110 X 260 X 290 X 30 X 40 X 20 X 40 X 120 X 120 X 100 X 110 X 120 X 100 X 140 X 120 X 150 X 120 X 100 X 100 X-9999 +USW00021504200111WDF5 50 X 120 X 80 X 110 X 60 X 40 X 20 X 60 X 60 X 40 X 40 X 110 X 250 X 300 X 40 X 50 X 20 X 50 X 110 X 110 X 90 X 100 X 110 X 100 X 140 X 120 X 150 X 120 X 100 X 100 X-9999 +USW00021504200111WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200111WSF2 63 X 54 X 58 X 58 X 76 X 54 X 54 X 72 X 67 X 80 X 80 X 63 X 67 X 54 X 40 X 45 X 54 X 54 X 67 X 72 X 67 X 72 X 67 X 80 X 94 X 80 X 76 X 76 X 58 X 67 X-9999 +USW00021504200111WSF5 67 X 76 X 72 X 67 X 89 X 72 X 67 X 89 X 80 X 103 X 103 X 76 X 76 X 63 X 40 X 54 X 58 X 58 X 89 X 80 X 76 X 89 X 80 X 94 X 116 X 98 X 112 X 103 X 67 X 76 X-9999 +USW00021504200111WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504200111WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00021504200111WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00021504200111WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200111WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504200111WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200112TMAX 272 0 256 0 267 0 250 0 267 0 278 0 267 0 261 0 261 0 256 0 261 0 267 0 239 0 228 0 256 0 261 0 261 0 261 0 261 0 244 0 261 0 267 0 261 0 267 0 267 0 278 0 289 0 283 0 278 0 278 0 289 0 +USW00021504200112TMIN 200 0 200 0 194 0 183 0 189 0 189 0 194 0 194 0 200 0 206 0 194 0 194 0 194 0 206 0 206 0 200 0 200 0 189 0 189 0 189 0 183 0 178 0 172 0 161 0 156 0 161 0 172 0 183 0 167 0 189 0 200 0 +USW00021504200112PRCP 112 0 130 0 516 0 91 0 38 0 36 0 43 0 198 0 20 0 20 0 147 0 196 0 935 0 279 0 79 0 107 0 206 0 74 0 201 0 53 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200112AWND 21 X 15 X 17 X 20 X 15 X 26 X 28 X 33 X 41 X 32 X 23 X 29 X 40 X 19 X 19 X 17 X 21 X 24 X 21 X 8 X 17 X 26 X 24 X 33 X 27 X 23 X 20 X 27 X 19 X 16 X 30 X +USW00021504200112FMTM 1540 X 1507 X 1006 X 1817 X 1717 X 1622 X 1324 X 1122 X 0348 X 1240 X 2038 X 1829 X 1637 X 1347 X 2348 X 1434 X 1545 X 1010 X 1211 X 1421 X 2324 X 1410 X 1438 X 1301 X 1142 X 1352 X 1754 X 1240 X 1849 X 1528 X 1819 X +USW00021504200112PGTM 1111 W 1506 W 1005 W 1816 W 1717 W 1622 W 1251 W 1121 W 0351 W 1240 W 2038 W 1828 W 1629 W 1417 W 2324 W 1434 W 1544 W 1031 W 1210 W 1420 W 1319 W 1410 W 1135 W 1238 W 1119 W 1342 W 1755 W 1229 W 1849 W 1408 W 1815 W +USW00021504200112TAVG 239 W 228 W 233 W 217 W 228 W 233 W 233 W 228 W 233 W 233 W 228 W 233 W 217 W 217 W 233 W 233 W 233 W 228 W 228 W 217 W 222 W 222 W 217 W 217 W 211 W 222 W 233 W 233 W 222 W 233 W 244 W +USW00021504200112TSUN 301 X 29 X 45 X 6 X 195 X 206 X 173 X 149 X 135 X 176 X 305 X 211 X 13 X 0 X 13 X 156 X 153 X 360 X 110 X 142 X 463 X 365 X 473 X 604 X 441 X-9999 557 X 574 X 469 X 337 X 369 X +USW00021504200112WDF2 40 X 60 X 100 X 60 X 100 X 80 X 80 X 70 X 70 X 70 X 60 X 100 X 70 X 110 X 250 X 80 X 90 X 60 X 70 X 80 X 240 X 50 X 40 X 90 X 360 X 60 X 340 X 70 X 20 X 340 X 350 X +USW00021504200112WDF5 50 X 50 X 100 X 70 X 110 X 80 X 90 X 70 X 80 X 80 X 50 X 100 X 80 X 140 X 70 X 80 X 90 X 80 X 70 X 80 X 100 X 60 X 40 X 90 X 20 X 60 X 350 X 70 X 20 X 10 X 360 X +USW00021504200112WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200112WSF2 58 X 89 X 112 X 63 X 54 X 76 X 80 X 98 X 89 X 103 X 76 X 94 X 112 X 76 X 45 X 76 X 72 X 72 X 67 X 58 X 54 X 58 X 45 X 67 X 63 X 45 X 58 X 58 X 45 X 54 X 103 X +USW00021504200112WSF5 67 X 103 X 134 X 76 X 63 X 80 X 107 X 112 X 98 X 116 X 94 X 112 X 143 X 107 X 54 X 80 X 89 X 89 X 80 X 67 X 72 X 67 X 67 X 80 X 72 X 58 X 63 X 67 X 63 X 63 X 125 X +USW00021504200112WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200112WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200112WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200112WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200201TMAX 256 0 283 0 283 0 294 0 278 0 289 0 278 0 283 0 289 0 244 0 261 0 272 0 261 0 256 0 261 0 256 0 250 0 239 0 222 0 233 0 256 0 250 0 294 0 267 0 250 0 233 0 256 0 239 0 222 0 250 0 244 0 +USW00021504200201TMIN 194 0 161 0 178 0 172 0 167 0 183 0 200 0 189 0 167 0 178 0 183 0 178 0 172 0 189 0 183 0 172 0 189 0 161 0 172 0 161 0 172 0 189 0 183 0 189 0 194 0 200 0 189 0 194 0 206 0 200 0 206 0 +USW00021504200201PRCP 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0T 0 0T 0 33 0 10 0 10 0 79 0 79 0 1082 0 442 0 211 0 152 0 38 0 76 0 51 0 30 0 333 0 112 0 246 0 3099 0 221 0 305 0 +USW00021504200201AWND 26 X 32 X 29 X 28 X 25 X 20 X 25 X 29 X 29 X 41 X 20 X 31 X 26 X 24 X 28 X 30 X 45 X 48 X 33 X 17 X 16 X 21 X 23 X 21 X 11 X 10 X 10 X 21 X 12 X 20 X 29 X +USW00021504200201FMTM 0217 X 1355 X 1315 X 1233 X 1452 X 1305 X 1529 X 1506 X 1432 X 1127 X 1522 X 1338 X 1118 X 0546 X 1841 X 1946 X-9999 1316 X 0511 X 1120 X 1219 X 1626 X 1658 X 1411 X 1252 X 1400 X 1932 X 1752 X 0706 X 1520 X 1230 X +USW00021504200201PGTM 0205 W 1405 W 1325 W 1233 W 1451 W 1244 W 1520 W 1433 W 1427 W 1123 W 1521 W 1310 W 1116 W 1342 W 1842 W 1946 W-9999 1403 W 0510 W 1119 W 1223 W 1625 W 1657 W 1620 W 1334 W 1359 W 1443 W 1755 W 0655 W 1520 W 1230 W +USW00021504200201TAVG 228 W 222 W 233 W 233 W 222 W 239 W 239 W 239 W 228 W 211 W 222 W 228 W 217 W 222 W 222 W 217 W-9999 200 W 200 W 200 W 217 W 222 W 239 W 228 W 222 W 217 W 222 W 217 W 217 W 228 W 228 W +USW00021504200201TSUN 244 X 475 X 503 X 608 X 526 X 483 X 0 W 449 X 452 X 0 W 397 X 275 X 149 X 268 X 330 X 217 X-9999 191 X 76 X 85 X 163 X 61 X 352 X 181 X 0 X 4 X 115 X 8 X 0 X 76 X 0 W +USW00021504200201WDF2 350 X 120 X 10 X 120 X 350 X 40 X 110 X 110 X 120 X 340 X 120 X 70 X 90 X 250 X 40 X 60 X 50 Z 20 X 30 X 30 X 40 X 120 X 340 X 110 X 80 X 120 X 80 X 160 X 130 X 130 X 80 X +USW00021504200201WDF5 340 X 120 X 10 X 130 X 350 X 30 X 110 X 100 X 110 X 360 X 110 X 70 X 90 X 40 X 40 X 60 X 30 Z 320 X 20 X 30 X 40 X 120 X 350 X 120 X 80 X 120 X 80 X 150 X 130 X 120 X 80 X +USW00021504200201WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200201WSF2 67 X 98 X 103 X 89 X 72 X 58 X 72 X 80 X 72 X 94 X 63 X 67 X 67 X 58 X 58 X 76 X 112 Z 107 X 89 X 72 X 67 X 58 X 89 X 63 X 58 X 58 X 67 X 67 X 72 X 67 X 89 X +USW00021504200201WSF5 89 X 116 X 116 X 98 X 89 X 72 X 89 X 94 X 80 X 116 X 72 X 89 X 76 X 63 X 67 X 98 X 134 Z 165 X 107 X 94 X 76 X 76 X 103 X 72 X 63 X 67 X 76 X 80 X 103 X 89 X 98 X +USW00021504200201WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200201WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00021504200201WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200201WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200201WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200201WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200202TMAX 239 0 250 0 261 0 267 0 267 0 256 0 278 0 267 0 239 0 239 0 228 0 239 0 244 0 244 0 256 0 261 0 272 0 250 0 272 0 239 0 250 0 261 0 272 0 217 0 244 0 233 0 250 0 244 0-9999 -9999 -9999 +USW00021504200202TMIN 183 0 167 0 161 0 167 0 172 0 167 0 167 0 161 0 172 0 167 0 167 0 161 0 161 0 167 0 167 0 189 0 189 0 178 0 189 0 183 0 189 0 183 0 183 0 178 0 178 0 156 0 156 0 156 0-9999 -9999 -9999 +USW00021504200202PRCP 117 0 76 0 0T 0 5 0 0T 0 15 0 0 0 259 0 10 0 10 0 117 0 5 0 33 0 140 0 25 0 20 0 69 0 3 0 8 0 99 0 0T 0 0T 0 28 0 1801 0 152 0 1834 0 0T 0 0T 0-9999 -9999 -9999 +USW00021504200202AWND 15 X 18 X 30 X 26 X 28 X 27 X 31 X 42 X 61 X 51 X 41 X 17 X 17 X 26 X 24 X 24 X 31 X 22 X 22 X 54 X 37 X 20 X 28 X 53 X 51 X 39 X 38 X 32 X-9999 -9999 -9999 +USW00021504200202FMTM 1106 X 1446 X 1318 X 1524 X 1439 X 1506 X 1338 X 1613 X 1504 X 0250 X 1324 X 1125 X 1452 X 1639 X 1647 X 1545 X 1535 X 1404 X 1425 X 0404 X 1228 X 1424 X 2321 X 0844 X 2149 X 0108 X 1407 X 1409 X-9999 -9999 -9999 +USW00021504200202PGTM 1106 W 1434 W 1317 W 1451 W 1421 W 1239 W 1314 W 1614 W 1517 W 0246 W 1325 W 1126 W 1148 W 1638 W 1512 W 1436 W 1534 W 1403 W 1424 W 0404 W 1221 W 1413 W 2325 W 0840 W 2148 W 0106 W 1400 W 1421 W-9999 -9999 -9999 +USW00021504200202TAVG 211 W 211 W 211 W 217 W 222 W 211 W 222 W 217 W 206 W 206 W 200 W 200 W 206 W 206 W 211 W 228 W 233 W 217 W 233 W 211 W 222 W 222 W 228 W 200 W 211 W 194 W 206 W 200 W-9999 -9999 -9999 +USW00021504200202TSUN 107 X 136 X 552 X 602 X 433 X 271 X 518 X 310 X 321 X 190 X 110 X 236 X 261 X 41 X 0 W 226 X 338 X 0 W 279 X 32 X 334 X 176 X 516 X 0 X 155 X 105 X 361 X 628 X-9999 -9999 -9999 +USW00021504200202WDF2 110 X 110 X 90 X 60 X 50 X 90 X 110 X 350 X 10 X 20 X 30 X 40 X 30 X 350 X 60 X 90 X 100 X 130 X 90 X 350 X 20 X 40 X 20 X 10 X 70 X 230 X 20 X 20 X-9999 -9999 -9999 +USW00021504200202WDF5 110 X 90 X 110 X 40 X 70 X 60 X 100 X 350 X 10 X 10 X 50 X 30 X 20 X 360 X 60 X 90 X 100 X 120 X 90 X 350 X 30 X 60 X 20 X 360 X 70 X 220 X 30 X 20 X-9999 -9999 -9999 +USW00021504200202WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504200202WSF2 58 X 45 X 63 X 45 X 63 X 67 X 76 X 156 X 98 X 94 X 89 X 54 X 54 X 58 X 58 X 72 X 89 X 54 X 67 X 125 X 67 X 58 X 67 X 130 X 98 X 130 X 76 X 67 X-9999 -9999 -9999 +USW00021504200202WSF5 63 X 58 X 80 X 58 X 80 X 80 X 94 X 174 X 116 X 112 X 107 X 58 X 67 X 72 X 67 X 94 X 103 X 72 X 76 X 156 X 89 X 67 X 80 X 165 X 125 X 174 X 103 X 76 X-9999 -9999 -9999 +USW00021504200202WT01 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504200202WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504200202WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200202WT13 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00021504200202WT16 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504200203TMAX 239 0 256 0 228 0 244 0 222 0 267 0 267 0 272 0 272 0 267 0 267 0 267 0 267 0 272 0 261 0 267 0 261 0 217 0 211 0 239 0 233 0 256 0 267 0 267 0 272 0 267 0 239 0 267 0 300 0 272 0 261 0 +USW00021504200203TMIN 161 0 161 0 156 0 156 0 183 0 194 0 189 0 178 0 183 0 167 0 172 0 161 0 172 0 178 0 189 0 183 0 178 0 183 0 183 0 178 0 172 0 172 0 172 0 189 0 200 0 206 0 189 0 189 0 178 0 183 0 183 0 +USW00021504200203PRCP 3 0 0T 0 10 0 43 0 932 0 114 0 58 0 0 0 13 0 8 0 18 0 127 0 64 0 188 0 274 0 15 0 353 0 274 0 114 0 15 0 0T 0 0 0 0 0 76 0 5 0 0T 0 10 0 15 0 0 0 0 0 3 0 +USW00021504200203AWND 31 X 38 X 39 X 31 X 33 X 29 X 31 X 28 X 30 X 32 X 31 X 26 X 26 X 23 X 25 X 23 X 48 X 63 X 39 X 25 X 22 X 30 X 40 X 36 X 27 X 27 X 17 X 26 X 33 X 17 X 23 X +USW00021504200203FMTM 1722 X 1903 X 0921 X 1718 X 1739 X 1501 X 1225 X 1445 X 1125 X 1359 X 1154 X 1324 X 1549 X 1438 X 1344 X 1029 X 2328 X 0140 X 1522 X 1909 X 1433 X 1448 X 1410 X 1251 X 1336 X 1336 X 1416 X 1235 X 1647 X 1141 X 1823 X +USW00021504200203PGTM 1722 W 1914 W 0921 W 1717 W 1738 W 1500 W 1427 W 1422 W 1124 W 1159 W 1156 W 1323 W 1548 W 1629 W 1341 W 1526 W 2248 W 0129 W 1043 W 1442 W 1432 W 1444 W 1409 W 1348 W 1335 W 1336 W 1415 W 1238 W 1646 W 1214 W 2358 W +USW00021504200203TAVG 200 W 211 W 194 W 200 W 206 W 233 W 228 W 228 W 228 W 217 W 222 W 217 W 222 W 228 W 228 W 228 W 222 W 200 W 200 W 211 W 206 W 217 W 222 W 228 W 239 W 239 W 217 W 228 W 239 W 228 W 222 W +USW00021504200203TSUN 380 X 527 X 388 X 459 X 187 X 466 X 603 X 569 X 479 X 509 X 655 X 419 X 498 X 522 X 404 X 365 X 485 X 324 X 81 X 142 X 152 X 462 X 554 X 423 X 366 X 358 X 172 X 472 X 642 X 516 X 259 X +USW00021504200203WDF2 340 X 10 X 350 X 340 X 10 X 90 X 110 X 70 X 90 X 90 X 80 X 100 X 90 X 100 X 70 X 130 X 10 X 20 X 340 X 290 X 50 X 100 X 100 X 120 X 110 X 110 X 100 X 90 X 80 X 10 X 130 X +USW00021504200203WDF5 340 X 10 X 340 X 340 X 10 W 80 X 120 X 90 X 100 X 90 X 100 X 90 X 90 X 80 X 60 X 100 X 10 X 10 X 350 X 30 X 40 X 100 X 100 X 130 X 120 X 100 X 110 X 110 X 70 X 20 X 350 X +USW00021504200203WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200203WSF2 72 X 89 X 94 X 67 X 130 X 76 X 72 X 63 X 80 X 76 X 72 X 72 X 76 X 72 X 58 X 67 X 103 X 103 X 72 X 54 X 45 X 76 X 98 X 89 X 103 X 76 X 45 X 67 X 98 X 54 X 45 X +USW00021504200203WSF5 89 X 103 X 107 X 76 X 161 W 94 X 80 X 80 X 94 X 94 X 80 X 94 X 94 X 80 X 76 X 72 X 134 X 130 X 89 X 67 X 58 X 94 X 116 X 98 X 125 X 98 X 54 X 80 X 116 X 63 X 54 X +USW00021504200203WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00021504200203WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200203WT03-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200203WT13-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00021504200203WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 +USW00021504200204TMAX 244 0 239 0 244 0 228 0 244 0 278 0 272 0 267 0 278 0 294 0 283 0 272 0 278 0 289 0 278 0 278 0 278 0 283 0 283 0 278 0 278 0 239 0 261 0 272 0 256 0 278 0 278 0 272 0 239 0 278 0-9999 +USW00021504200204TMIN 211 0 206 0 200 0 200 0 183 0 172 0 172 0 206 0 178 0 211 0 189 0 194 0 211 0 200 0 189 0 200 0 183 0 183 0 206 0 206 0 194 0 189 0 183 0 172 0 183 0 194 0 183 0 183 0 200 0 194 0-9999 +USW00021504200204PRCP 3 0 0T 0 0T 0 130 0 0 0 64 0 64 0 25 0 0T 0 0 0 0 0 33 0 3 0 3 0 51 0 5 0 94 0 53 0 97 0 20 0 86 0 178 0 30 0 51 0 56 0 46 0 48 0 203 0 523 0 18 0-9999 +USW00021504200204AWND 39 X 32 X 21 X 16 X 18 X 22 X 32 X 10 X 21 X 31 X 34 X 31 X 30 X 36 X 37 X 28 X 33 X 36 X 33 X 33 X 31 X 21 X 28 X 24 X 21 X 30 X 33 X 32 X 22 X 19 X-9999 +USW00021504200204FMTM 1820 X 1624 X 2340 X 2135 X 1156 X 1159 X 2255 X-9999 -9999 1307 X 1256 X 1327 X 1300 X 1228 X 1242 X 1311 X 1710 X 1245 X 1446 X 1401 X 1805 X 0147 X 1408 X 1525 X 1227 X 1515 X 1241 X 1522 X 0424 X 1332 X-9999 +USW00021504200204PGTM 1800 W 1624 W 2344 W 2131 W 1207 W 1153 W 2254 W-9999 -9999 1432 W 1356 W 1410 W 1355 W 1226 W 1259 W 1311 W 1356 W 1241 W 1534 W 1401 W 1142 W 0146 W 1417 W 1547 W 1226 W 1558 W 1242 W 1907 W 0426 W 1330 W-9999 +USW00021504200204TAVG 228 W 222 W 222 W 217 W 217 W 228 W 222 W-9999 -9999 256 W 239 W 233 W 244 W 244 W 233 W 239 W 233 W 233 W 244 W 244 W 239 W 217 W 222 W 222 W 222 W 239 W 233 W 228 W 222 W 239 W-9999 +USW00021504200204TSUN 192 X 189 X 219 X 210 X 139 X 366 X 605 X-9999 -9999 644 X 536 X 349 X 513 X 556 X 535 X 606 X 373 X 567 X 599 X 543 X 503 X 65 X 339 X 459 X 252 X 563 X 502 X 269 X 26 X 299 X-9999 +USW00021504200204WDF2 360 X 350 X 350 X 270 X 120 X 40 X 360 X 100 Z 20 Z 100 X 130 X 110 X 90 X 110 X 100 X 70 X 100 X 110 X 100 X 100 X 80 X 80 X 80 X 80 X 240 X 90 X 100 X 90 X 110 X 90 X-9999 +USW00021504200204WDF5 360 X 350 X 340 X 260 X 130 X 30 X 10 X 100 Z 20 Z 120 X 100 X 120 X 90 X 120 X 130 X 70 X 70 X 110 X 120 X 110 X 80 X 80 X 90 X 100 X 240 X 90 X 100 X 100 X 110 X 90 X-9999 +USW00021504200204WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200204WSF2 76 X 72 X 54 X 40 X 67 X 67 X 67 X 54 Z 45 Z 89 X 89 X 80 X 72 X 98 X 76 X 67 X 76 X 98 X 94 X 89 X 67 X 63 X 67 X 72 X 67 X 67 X 76 X 89 X 80 X 76 X-9999 +USW00021504200204WSF5 98 X 80 X 58 X 54 X 76 X 76 X 80 X 54 Z 45 Z 103 X 103 X 94 X 89 X 112 X 107 X 76 X 94 X 116 X 103 X 103 X 80 X 72 X 80 X 80 X 76 X 76 X 94 X 98 X 98 X 89 X-9999 +USW00021504200204WT01-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504200204WT13-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504200204WT16 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200205TMAX 272 0 272 0 256 0 250 0 228 0 233 0 256 0 256 0 272 0 278 0 278 0 261 0 256 0 283 0 294 0 283 0 283 0 244 0 267 0 267 0 278 0 283 0 283 0 278 0 283 0 283 0 289 0 289 0 294 0 294 0 289 0 +USW00021504200205TMIN 200 0 194 0 189 0 189 0 200 0 194 0 206 0 206 0 189 0 217 0 194 0 206 0 194 0 194 0 194 0 206 0 206 0 206 0 206 0 194 0 206 0 200 0 189 0 189 0 189 0 206 0 200 0 194 0 189 0 189 0 194 0 +USW00021504200205PRCP 15 0 20 0 884 0 13 0 1074 0 528 0 508 0 145 0 48 0 13 0 0T 0 84 0 71 0 10 0 5 0 15 0 28 0 229 0 36 0 53 0 0T 0 0 0 0 0 0 0 0 0 18 0 0T 0 0 0 0 0 0T 0 0 0 +USW00021504200205AWND 30 X 23 X 19 X 21 X 21 X 21 X 25 X 22 X 17 X 19 X 21 X 18 X 21 X 36 X 30 X 34 X 32 X 24 X 30 X 25 X 37 X 30 X 29 X 28 X 31 X 30 X 34 X 30 X 31 X 34 X 32 X +USW00021504200205FMTM 1539 X 1220 X 1732 X 1333 X 2313 X 0052 X 1249 X 1343 X 1436 X 1219 X 1611 X 2323 X 1344 X 1409 X 1227 X 1546 X 1406 X 1519 X 1044 X 1426 X 1510 X 0900 X 1458 X 1303 X 1445 X 1634 X 1319 X 1059 X 1449 X 1358 X 1413 X +USW00021504200205PGTM 1541 W 1218 W 1731 W 1332 W 1926 W 0052 W 1230 W 1250 W 1436 W 1218 W 1135 W 2322 W 1344 W 1408 W 1245 W 1204 W 1401 W 1242 W 1044 W 1411 W 1405 W 0859 W 1443 W 1404 W 1352 W 1624 W 1316 W 1058 W 1545 W 1209 W 1511 W +USW00021504200205TAVG 239 W 233 W 222 W 222 W 217 W 217 W 233 W 233 W 233 W 250 W 239 W 233 W 228 W 239 W 244 W 244 W 244 W 228 W 239 W 233 W 244 W 244 W 239 W 233 W 239 W 244 W 244 W 244 W 244 W 244 W 244 W +USW00021504200205TSUN 385 X 227 X 44 X 0 X 0 X 14 X 73 X 0 W 275 X 381 X 461 X 102 X 3 X 446 X 566 X 533 X 505 X 44 X 310 X 147 X 522 X 525 X 651 X 740 X 633 X 569 X 606 X 653 X 684 X 701 X 585 X +USW00021504200205WDF2 100 X 90 X 40 X 140 X 260 X 230 X 90 X 70 X 130 X 90 X 40 X 190 X 140 X 120 X 90 X 70 X 70 X 50 X 80 X 90 X 90 X 130 X 80 X 20 X 30 X 80 X 100 X 80 X 70 X 80 X 40 X +USW00021504200205WDF5 90 X 100 X 30 X 150 X 220 X 230 X 90 X 60 X 120 X 100 X 40 X 200 X 140 X 120 X 110 X 30 X 60 X 60 X 80 X 80 X 110 X 100 X 80 X 40 X 60 X 90 X 80 X 80 X 60 X 70 X 20 X +USW00021504200205WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200205WSF2 72 X 67 X 67 X 54 X 58 X 72 X 67 X 72 X 67 X 67 X 54 X 58 X 58 X 72 X 72 X 67 X 72 X 72 X 80 X 72 X 76 X 72 X 63 X 63 X 63 X 67 X 72 X 72 X 72 X 67 X 67 X +USW00021504200205WSF5 80 X 80 X 76 X 67 X 72 X 80 X 80 X 89 X 76 X 80 X 63 X 67 X 58 X 89 X 89 X 89 X 89 X 89 X 94 X 94 X 98 X 89 X 76 X 72 X 76 X 89 X 89 X 89 X 94 X 89 X 80 X +USW00021504200205WT01 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504200205WT13 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00021504200205WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00021504200206TMAX 289 0 294 0 300 0 283 0 294 0 283 0 294 0 283 0 289 0 256 0 278 0 283 0 278 0 283 0 278 0 261 0 278 0 267 0 289 0 272 0 289 0 289 0 289 0 267 0 283 0 278 0 278 0 272 0 283 0 278 0-9999 +USW00021504200206TMIN 194 0 194 0 200 0 194 0 194 0 200 0 189 0 211 0 194 0 194 0 206 0 200 0 200 0 189 0 200 0 200 0 200 0 211 0 200 0 211 0 211 0 200 0 211 0 206 0 217 0 206 0 206 0 200 0 189 0 200 0-9999 +USW00021504200206PRCP 10 0 0T 0 0T 0 76 0 5 0 58 0 18 0 33 0 30 0 297 0 13 0 33 0 64 0 69 0 104 0 274 0 152 0 91 0 18 0 66 0 28 0 33 0 5 0 33 0 15 0 97 0 97 0 28 0 10 0 61 0-9999 +USW00021504200206AWND 32 X 33 X 34 X 27 X 31 X 30 X 35 X 31 X 30 X 28 X 31 X 36 X 30 X 34 X 33 X 26 X 32 X 22 X 37 X 29 X 30 X 21 X 25 X 25 X 32 X 30 X 25 X 30 X 29 X 24 X-9999 +USW00021504200206FMTM 1307 X 1634 X 1340 X 1358 X 1121 X 1204 X 1532 X 1608 X 1204 X 1557 X 1651 X 1614 X 1554 X 1252 X 1845 X 2028 X 1344 X 1208 X 1413 X 1149 X 1501 X 1613 X 1252 X 0100 X 1626 X 1239 X 1455 X 1615 X 1247 X 1625 X-9999 +USW00021504200206PGTM 1307 W 1251 W 1140 W 1358 W 1228 W 1215 W 1539 W 0532 W 1246 W 1555 W 1651 W 1613 W 1553 W 1332 W 1844 W 2027 W 1342 W 1206 W 1319 W 1148 W 1458 W 1611 W 1523 W 0059 W 1933 W 1343 W 1321 W 1614 W 1247 W 1621 W-9999 +USW00021504200206TAVG 244 W 244 W 250 W 239 W 244 W 244 W 244 W 250 W 244 W 228 W 244 W 244 W 239 W 239 W 239 W 233 W 239 W 239 W 244 W 244 W 250 W 244 W 250 W 239 W 250 W 244 W 244 W 239 W 239 W 239 W-9999 +USW00021504200206TSUN 697 X 683 X 613 X 453 X 614 X 404 X 501 X 544 X 574 X 55 X 330 X 560 X 553 X 618 X 490 X 98 X 468 X 120 X 357 X 189 X 432 X 157 X 577 X 27 X 381 X 350 X 361 X 177 X 475 X 239 X-9999 +USW00021504200206WDF2 30 X 100 X 120 X 60 X 70 X 70 X 50 X 20 X 70 X 90 X 50 X 60 X 60 X 50 X 80 X 280 X 90 X 60 X 60 X 70 X 70 X 80 X 50 X 270 X 60 X 80 X 60 X 90 X 20 X 70 X-9999 +USW00021504200206WDF5 30 X 60 X 100 X 70 X 60 X 80 X 70 X 330 X 100 X 80 X 60 X 70 X 70 X 20 X 80 X 270 X 80 X 60 X 70 X 80 X 70 X 70 X 60 X 270 X 60 X 70 X 70 X 80 X 10 X 80 X-9999 +USW00021504200206WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200206WSF2 72 X 72 X 76 X 63 X 72 X 80 X 89 X 63 X 67 X 72 X 72 X 80 X 72 X 67 X 72 X 63 X 76 X 76 X 76 X 76 X 76 X 76 X 63 X 63 X 67 X 63 X 67 X 63 X 67 X 72 X-9999 +USW00021504200206WSF5 80 X 89 X 98 X 72 X 89 X 94 X 98 X 76 X 107 X 80 X 80 X 98 X 80 X 76 X 80 X 72 X 94 X 89 X 98 X 80 X 89 X 89 X 72 X 67 X 76 X 80 X 80 X 80 X 80 X 89 X-9999 +USW00021504200206WT01 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00021504200206WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00021504200206WT13 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00021504200206WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200207TMAX 278 0 283 0 278 0 272 0 261 0 278 0 278 0 283 0 283 0 278 0 289 0 289 0 289 0 289 0 278 0 294 0 294 0 294 0 289 0 294 0 278 0 283 0 283 0 272 0 278 0 256 0 289 0 294 0 300 0 294 0 294 0 +USW00021504200207TMIN 222 0 222 0 206 0 217 0 211 0 206 0 200 0 211 0 217 0 222 0 217 0 206 0 200 0 211 0 206 0 228 0 211 0 217 0 206 0 217 0 206 0 228 0 206 0 194 0 211 0 189 0 200 0 211 0 217 0 222 0 211 0 +USW00021504200207PRCP 117 0 18 0 124 0 56 0 10 0 56 0 53 0 51 0 239 0 20 0 48 0 0 0 0T 0 5 0 43 0 0T 0 33 0 25 0 69 0 3 0 43 0 91 0 23 0 23 0 41 0 419 0 10 0 8 0 33 0 64 0 48 0 +USW00021504200207AWND 31 X 31 X 31 X 27 X 27 X 29 X 23 X 33 X 35 X 31 X 24 X 28 X 28 X 31 X 31 X 28 X 28 X 31 X 30 X 30 X 31 X 41 X 33 X 33 X 25 X 30 X 31 X 27 X 33 X 31 X 30 X +USW00021504200207FMTM 1350 X 1306 X 1550 X 1324 X 1137 X 0322 X 1407 X 1521 X 1212 X 1309 X 1503 X 1655 X 1629 X 1625 X 1406 X 1112 X 1131 X 1257 X 1158 X 1515 X 1511 X 1207 X 1341 X 0852 X 1528 X 1440 X 1355 X 1436 X 1524 X 1428 X 1711 X +USW00021504200207PGTM 1401 W 1249 W 1549 W 1341 W 1131 W 0322 W 1406 W 1441 W 1334 W 1308 W 1554 W 1654 W 1503 W 1653 W 1432 W 1045 W 1312 W 1329 W 1154 W 1548 W 2321 W 1428 W 1339 W 0851 W 1224 W 1440 W 1336 W 1428 W 1440 W 1342 W 1345 W +USW00021504200207TAVG 250 W 256 W 244 W 244 W 239 W 244 W 239 W 250 W 250 W 250 W 256 W 250 W 244 W 250 W 244 W 261 W 256 W 256 W 250 W 256 W 244 W 256 W 244 W 233 W 244 W 222 W 244 W 256 W 261 W 261 W 256 W +USW00021504200207TSUN 160 X 481 X 268 X 42 X 92 X 409 X 323 X 357 X 486 X 363 X 419 X 231 X 513 X 584 X 229 X 572 X 543 X 362 X 248 X 655 X 258 X 260 X 496 X 314 X 337 X 59 X 612 X 699 X 667 X 576 X 506 X +USW00021504200207WDF2 80 X 80 X 80 X 60 X 50 X 70 X 80 X 60 X 30 X 50 X 70 X 20 X 10 X 60 X 70 X 40 X 60 X 70 X 80 X 10 X 60 X 60 X 20 X 30 X 10 X 70 X 40 X 40 X 90 X 90 X 60 X +USW00021504200207WDF5 70 X 70 X 70 X 70 X 50 X 60 X 80 X 40 X 50 X 50 X 80 X 20 X 10 X 40 X 60 X 50 X 30 X 60 X 70 X 30 X 60 X 30 X 20 X 20 X 20 X 70 X 20 X 20 X 100 X 100 X 80 X +USW00021504200207WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200207WSF2 72 X 67 X 76 X 58 X 72 X 76 X 58 X 67 X 72 X 72 X 67 X 58 X 54 X 58 X 72 X 72 X 67 X 72 X 72 X 58 X 76 X 76 X 76 X 80 X 72 X 89 X 58 X 54 X 76 X 72 X 63 X +USW00021504200207WSF5 80 X 80 X 98 X 67 X 89 X 94 X 67 X 80 X 80 X 80 X 76 X 67 X 67 X 72 X 94 X 89 X 76 X 94 X 89 X 72 X 89 X 89 X 94 X 103 X 94 X 98 X 76 X 63 X 98 X 98 X 80 X +USW00021504200207WT01 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200207WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00021504200207WT13 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200207WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200208TMAX 289 0 294 0 272 0 289 0 283 0 294 0 289 0 278 0 283 0 289 0 283 0 278 0 272 0 278 0 300 0 294 0 294 0 283 0 294 0 283 0 294 0 289 0 289 0 300 0 306 0 294 0 283 0 294 0 267 0 272 0 289 0 +USW00021504200208TMIN 222 0 206 0 206 0 222 0 222 0 217 0 217 0 206 0 206 0 206 0 200 0 189 0 211 0 228 0 211 0 211 0 211 0 222 0 217 0 217 0 211 0 200 0 194 0 222 0 222 0 217 0 217 0 217 0 211 0 217 0 217 0 +USW00021504200208PRCP 64 0 3 0 376 0 538 0 15 0 97 0 168 0 135 0 28 0 18 0 61 0 33 0 145 0 38 0 0 0 43 0 0T 0 102 0 81 0 48 0 30 0 8 0 602 0 79 0 25 0 53 0 122 0 122 0 170 0 239 0 25 0 +USW00021504200208AWND 29 X 30 X 24 X 31 X 24 X 27 X 30 X 23 X 34 X 30 X 31 X 36 X 22 X 29 X 25 X 30 X 33 X 25 X 28 X 28 X 31 X 33 X 26 X 26 X 31 X 30 X 24 X 22 X 19 X 20 X 32 X +USW00021504200208FMTM 1101 X 1614 X 1650 X 1341 X-9999 2307 X 0229 X 1614 X 1627 X 1344 X 0955 X 1448 X 1615 X 1347 X 1421 X 1543 X 1352 X 1825 X 2230 X 1825 X 1428 X 1601 X 1327 X 1442 X 1520 X 0251 X 1502 X 1430 X 0940 X 1425 X 1223 X +USW00021504200208PGTM 1440 W 1605 W 1741 W 0848 W-9999 2306 W 0227 W 1611 W 1547 W 1514 W 1054 W 1400 W 1614 W 1523 W 1410 W 1415 W 1331 W 1837 W 2227 W 1824 W 1423 W 1559 W 1316 W 1441 W 1209 W 0250 W 1502 W 1429 W 0934 W 1424 W 1217 W +USW00021504200208TAVG 256 W 250 W 239 W 256 W-9999 256 W 256 W 244 W 244 W 250 W 244 W 233 W 244 W 256 W 256 W 256 W 256 W 256 W 256 W 250 W 256 W 244 W 244 W 261 W 267 W 256 W 250 W 256 W 239 W 244 W 256 W +USW00021504200208TSUN 568 X 591 X 133 X 102 X-9999 471 X 545 X 147 X 292 X 482 X 212 X 173 X 73 X 33 X 393 X 419 X 497 X 217 X 274 X 246 X 592 X 564 X 256 X 357 X 444 X 56 X 268 X 481 X 76 X 87 X 617 X +USW00021504200208WDF2 50 X 60 X 230 X 90 X 330 Z 80 X 210 X 70 X 80 X 80 X 70 X 100 X 110 X 110 X 80 X 30 X 30 X 70 X 230 X 40 X 10 X 30 X 50 X 40 X 100 X 90 X 60 X 40 X 80 X 120 X 60 X +USW00021504200208WDF5 20 X 50 X 250 X 90 X 330 Z 90 X 190 X 80 X 70 X 80 X 90 X 100 X 110 X 110 X 70 X 20 X 60 X 60 X 240 X 50 X 10 X 20 X 60 X 40 X 110 X 100 X 50 X 30 X 80 X 120 X 50 X +USW00021504200208WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200208WSF2 67 X 72 X 58 X 80 X 36 Z 72 X 63 X 76 X 76 X 67 X 72 X 72 X 58 X 67 X 63 X 58 X 63 X 76 X 40 X 72 X 58 X 67 X 80 X 63 X 72 X 63 X 72 X 80 X 63 X 67 X 76 X +USW00021504200208WSF5 76 X 89 X 63 X 103 X 36 Z 80 X 76 X 89 X 94 X 76 X 89 X 89 X 72 X 76 X 76 X 72 X 80 X 89 X 45 X 98 X 72 X 80 X 98 X 72 X 94 X 67 X 80 X 94 X 72 X 89 X 94 X +USW00021504200208WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200208WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200208WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200209TMAX 289 0 289 0 294 0 289 0 272 0 283 0 289 0 278 0 283 0 294 0 278 0 272 0 278 0 283 0 256 0 283 0 278 0 283 0 289 0 283 0 289 0 289 0 283 0 272 0 294 0 294 0 294 0 289 0 289 0 267 0-9999 +USW00021504200209TMIN 200 0 194 0 211 0 206 0 217 0 211 0 217 0 211 0 211 0 217 0 217 0 211 0 211 0 211 0 206 0 200 0 200 0 206 0 211 0 194 0 189 0 206 0 194 0 217 0 217 0 200 0 200 0 194 0 189 0 206 0-9999 +USW00021504200209PRCP 20 0 18 0 20 0 8 0 112 0 244 0 246 0 211 0 142 0 28 0 15 0 132 0 69 0 112 0 196 0 165 0 69 0 127 0 15 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 5 0 0T 0 18 0 97 0-9999 +USW00021504200209AWND 28 X 26 X 30 X 32 X 28 X 25 X 37 X 25 X 31 X 30 X 28 X 26 X 34 X 32 X 24 X 30 X 26 X 25 X 27 X 27 X 30 X 25 X 27 X 19 X 26 X 34 X 33 X 34 X 29 X 23 X-9999 +USW00021504200209FMTM 1517 X 1544 X 1351 X 1345 X 0739 X 1620 X 1527 X 0008 X 1359 X 1259 X 1107 X 0930 X 0934 X 1752 X 1249 X 1618 X 1359 X 1315 X 1307 X 1338 X 1407 X 1344 X 1201 X 1235 X 1235 X 1326 X 1547 X 1351 X 1601 X 1111 X-9999 +USW00021504200209PGTM 0330 W 1524 W 1429 W 1345 W 0738 W 1619 W 1526 W 0007 W 1308 W 1258 W 1104 W 0911 W 0942 W 1751 W 1248 W 1430 W 1358 W 1314 W 1306 W 1449 W 1409 W 1510 W 1324 W 1248 W 1238 W 1507 W 1042 W 1200 W 1622 W 1104 W-9999 +USW00021504200209TAVG 244 W 244 W 256 W 250 W 244 W 250 W 256 W 244 W 250 W 256 W 250 W 244 W 244 W 250 W 233 W 244 W 239 W 244 W 250 W 239 W 239 W 250 W 239 W 244 W 256 W 250 W 250 W 244 W 239 W 239 W-9999 +USW00021504200209TSUN 659 X 513 X 388 X 446 X 48 X 407 X 486 X 104 X 372 X 275 X 451 X 196 X 190 X 384 X 109 X 388 X 54 X 138 X 234 X 674 X 406 X 526 X 477 X 63 X 405 X 438 X 501 X 355 X 367 X 134 X-9999 +USW00021504200209WDF2 10 X 50 X 80 X 70 X 30 X 80 X 70 X 250 X 60 X 40 X 60 X 70 X 70 X 50 X 70 X 20 X 80 X 120 X 100 X 60 X 80 X 50 X 10 X 120 X 90 X 90 X 110 X 90 X 50 X 80 X-9999 +USW00021504200209WDF5 90 X 70 X 110 X 70 X 10 X 80 X 60 X 250 X 80 X 40 X 40 X 50 X 60 X 50 X 70 X 20 X 80 X 110 X 100 X 10 X 80 X 60 X 20 X 120 X 100 X 110 X 110 X 70 X 40 X 60 X-9999 +USW00021504200209WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200209WSF2 54 X 63 X 67 X 80 X 63 X 76 X 94 X 67 X 67 X 63 X 67 X 58 X 76 X 80 X 54 X 58 X 67 X 67 X 67 X 58 X 72 X 58 X 58 X 67 X 72 X 67 X 67 X 72 X 76 X 76 X-9999 +USW00021504200209WSF5 67 X 80 X 76 X 94 X 80 X 89 X 107 X 80 X 89 X 67 X 76 X 72 X 80 X 94 X 63 X 72 X 76 X 80 X 80 X 72 X 80 X 67 X 67 X 76 X 89 X 76 X 98 X 98 X 94 X 89 X-9999 +USW00021504200209WT01 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00021504200209WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200209WT13 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00021504200209WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00021504200210TMAX 283 0 267 0 289 0 289 0 278 0 289 0 283 0 283 0 289 0 283 0 289 0 289 0 283 0 306 0 283 0 300 0 306 0 306 0 300 0 289 0 283 0 283 0 283 0 278 0 278 0 283 0 289 0 272 0 283 0 283 0 283 0 +USW00021504200210TMIN 200 0 189 0 217 0 206 0 217 0 211 0 200 0 200 0 211 0 211 0 183 0 194 0 189 0 206 0 194 0 211 0 228 0 222 0 211 0 200 0 206 0 211 0 194 0 206 0 194 0 194 0 200 0 200 0 200 0 200 0 189 0 +USW00021504200210PRCP 122 0 25 0 10 0 97 0 409 0 5 0 56 0 13 0 137 0 28 0 99 0 94 0 36 0 0 0 145 0 0 0 15 0 0T 0 0 0 13 0 145 0 69 0 46 0 41 0 3 0 8 0 0T 0 3 0 5 0 5 0 33 0 +USW00021504200210AWND 27 X 29 X 17 X 27 X 31 X 28 X 28 X 27 X 30 X 32 X 39 X 34 X 27 X 37 X 28 X 21 X 22 X 21 X 26 X 29 X 29 X 36 X 26 X 29 X 26 X 24 X 25 X 27 X 28 X 34 X 29 X +USW00021504200210FMTM 1449 X 1016 X 1327 X 1642 X 1237 X 1534 X 1517 X 0829 X 1438 X 1736 X 1504 X 1314 X 1423 X 1434 X-9999 1342 X 1432 X 1446 X 1114 X 1000 X 1904 X 1921 X 1312 X-9999 1102 X 1303 X 1212 X-9999 1919 X 1506 X 1221 X +USW00021504200210PGTM 1457 W 1015 W 1318 W 1641 W 1237 W 1532 W 1451 W 0832 W 1245 W 1507 W 1506 W 1428 W 1325 W 1430 W-9999 1332 W 1136 W 1445 W 1050 W 0959 W 1015 W 1904 W 1312 W-9999 1101 W 1420 W 1448 W-9999 1919 W 1506 W 1221 W +USW00021504200210TAVG 244 W 228 W 256 W 250 W 250 W 250 W 244 W 244 W 250 W 250 W 239 W 244 W 239 W 256 W-9999 256 W 267 W 267 W 256 W 244 W 244 W 250 W 239 W-9999 239 W 239 W 244 W-9999 244 W 244 W 239 W +USW00021504200210TSUN 323 X 93 X 215 X 463 X 192 X 0 W 528 X 335 X 419 X 404 X 561 X 372 X 169 X 356 X-9999 455 X 296 X 565 X 547 X 183 X 338 X 255 X 161 X-9999 145 X 332 X 282 X-9999 338 X 429 X 274 X +USW00021504200210WDF2 70 X 90 X 100 X 40 X 80 X 80 X 40 X 250 X 40 X 360 X 20 X 80 X 80 X 120 X 230 Z 20 X 90 X 80 X 80 X 90 X 60 X 90 X 60 X 70 Z 70 X 90 X 70 X 40 Z 30 X 10 X 30 X +USW00021504200210WDF5 80 X 90 X 80 X 40 X 80 X 90 X 30 X 240 X 50 X 10 X 10 X 50 X 70 X 120 X 230 Z 20 X 120 X 80 X 110 X 90 X 40 X 90 X 70 X 70 Z 70 X 80 X 90 X 40 Z 30 X 10 X 20 X +USW00021504200210WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200210WSF2 80 X 72 X 63 X 63 X 98 X 72 X 58 X 67 X 63 X 58 X 76 X 72 X 58 X 94 X 58 Z 54 X 63 X 54 X 63 X 67 X 76 X 80 X 76 X 58 Z 72 X 67 X 63 X 45 Z 58 X 63 X 80 X +USW00021504200210WSF5 94 X 80 X 72 X 72 X 103 X 89 X 72 X 76 X 80 X 67 X 89 X 80 X 72 X 112 X 63 Z 67 X 76 X 63 X 89 X 76 X 103 X 103 X 89 X 58 Z 80 X 80 X 76 X 45 Z 67 X 72 X 98 X +USW00021504200210WT01 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504200210WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200210WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200210WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200210WT13 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00021504200210WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200211TMAX 283 0 278 0 278 0 283 0 289 0 289 0 289 0 289 0 294 0 300 0 289 0 289 0 283 0 283 0 272 0 272 0 278 0 278 0 267 0 278 0 278 0 289 0 289 0 283 0 267 0 289 0 283 0 278 0 244 0 267 0-9999 +USW00021504200211TMIN 194 0 189 0 189 0 189 0 206 0 189 0 189 0 189 0 178 0 183 0 189 0 189 0 206 0 194 0 206 0 200 0 194 0 194 0 189 0 194 0 194 0 194 0 189 0 211 0 200 0 194 0 178 0 178 0 194 0 189 0-9999 +USW00021504200211PRCP 61 0 0T 0 3 0 0T 0 5 0 0 0 0 0 3 0 0 0 0 0 0T 0 0T 0 0T 0 33 0 64 0 224 0 3 0 23 0 18 0 0T 0 0 0 8 0 3 0 20 0 0 0 0 0 0 0 0 0 262 0 0 0-9999 +USW00021504200211AWND 26 X 31 X 29 X 29 X 23 X 29 X 33 X 35 X 40 X 32 X 26 X 29 X 27 X 25 X 36 X 25 X 30 X 26 X 30 X 26 X 23 X 29 X 31 X 34 X 24 X 25 X 32 X 28 X 35 X 25 X-9999 +USW00021504200211FMTM 1557 X 1051 X 1543 X 1432 X 1420 X 1416 X 1226 X 1445 X 1411 X 1243 X 1330 X 1213 X 1224 X 1419 X 1231 X 1005 X 1413 X 1500 X 1249 X 1604 X 1426 X 1301 X 1729 X 1756 X 1221 X 1344 X 1300 X 1438 X 1405 X 0301 X-9999 +USW00021504200211PGTM 1557 W 1141 W 1340 W 1328 W 1443 W 1351 W 1226 W 1444 W 1412 W 1243 W 1324 W 1457 W 1237 W 1419 W 1231 W 1004 W 1419 W 1459 W 1248 W 1136 W 1357 W 1244 W 1645 W 1816 W 1214 W 1306 W 1247 W 1206 W 1405 W 0300 W-9999 +USW00021504200211TAVG 239 W 233 W 233 W 239 W 250 W 239 W 239 W 239 W 239 W 244 W 239 W 239 W 244 W 239 W 239 W 239 W 239 W 239 W 228 W 239 W 239 W 244 W 239 W 250 W 233 W 244 W 233 W 228 W 222 W 228 W-9999 +USW00021504200211TSUN 472 X 222 X 468 X 413 X 192 X 499 X 573 X 567 X 559 X 355 X 0 W 636 X 404 X 203 X 219 X 242 X 419 X 299 X 180 X 351 X 457 X 379 X 384 X 386 X 153 X 436 X 449 X 476 X 2 X 551 X-9999 +USW00021504200211WDF2 80 X 100 X 50 X 50 X 80 X 80 X 80 X 100 X 110 X 80 X 20 X 20 X 60 X 90 X 20 X 80 X 40 X 60 X 50 X 90 X 30 X 70 X 110 X 140 X 120 X 90 X 90 X 10 X 340 X 20 X-9999 +USW00021504200211WDF5 80 X 90 X 50 X 360 X 100 X 60 X 80 X 100 X 120 X 80 X 20 X 60 X 80 X 80 X 20 X 80 X 50 X 70 X 50 X 110 X 40 X 70 X 100 X 140 X 120 X 100 X 110 X 10 X 340 X 20 X-9999 +USW00021504200211WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200211WSF2 58 X 72 X 58 X 58 X 58 X 58 X 67 X 76 X 94 X 89 X 54 X 63 X 63 X 67 X 98 X 89 X 67 X 63 X 80 X 54 X 54 X 67 X 63 X 36 X 63 X 58 X 67 X 58 X 76 X 58 X-9999 +USW00021504200211WSF5 67 X 89 X 72 X 72 X 67 X 72 X 76 X 94 X 103 X 98 X 76 X 67 X 67 X 80 X 112 X 107 X 76 X 72 X 94 X 98 X 67 X 76 X 76 X 40 X 76 X 72 X 80 X 72 X 94 X 72 X-9999 +USW00021504200211WT01 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00021504200211WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200211WT13 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00021504200211WT16 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00021504200212TMAX 272 0 278 0 256 0 267 0 278 0 283 0 250 0 267 0 272 0 233 0 272 0 272 0 272 0 278 0 272 0 278 0 261 0 256 0 272 0 283 0 278 0 272 0 272 0 267 0 272 0 272 0 267 0 256 0 267 0 261 0 278 0 +USW00021504200212TMIN 178 0 194 0 178 0 200 0 178 0 172 0 194 0 194 0 183 0 189 0 194 0 172 0 172 0 178 0 178 0 183 0 194 0 194 0 189 0 194 0 172 0 200 0 200 0 189 0 183 0 189 0 183 0 172 0 194 0 183 0 183 0 +USW00021504200212PRCP 0 0 3 0 58 0 28 0 3 0 0 0 56 0 3 0 15 0 1577 0 91 0 8 0 3 0 0 0 0 0 30 0 28 0 5 0 130 0 5 0 0 0 152 0 152 0 53 0 0T 0 13 0 130 0 79 0 25 0 8 0 0 0 +USW00021504200212AWND 31 X 23 X 27 X 23 X 25 X 31 X 51 X 42 X 31 X 30 X 22 X 30 X 32 X 30 X 31 X 30 X 32 X 28 X 34 X 29 X 26 X 27 X 24 X 30 X 31 X 26 X 28 X 26 X 26 X 34 X 29 X +USW00021504200212FMTM 1415 X 1443 X 1400 X 1459 X 1237 X 1341 X 1801 X 2322 X 1335 X 1710 X 0628 X-9999 1325 X 1226 X 1417 X 1635 X 1239 X 0600 X 1102 X 1318 X 1831 X 0223 X 1249 X 1441 X 1248 X 1523 X 1542 X 1220 X 1258 X 1519 X 1338 X +USW00021504200212PGTM 1412 W 1407 W 1400 W 1402 W 0003 W 1202 W 1800 W 2322 W 1300 W 1710 W 1520 W-9999 1717 W 1226 W 1305 W 1634 W 1239 W 0559 W 1101 W 1305 W 1831 W 0222 W 1249 W 1503 W 1247 W 1522 W 1537 W 1220 W 1257 W 1440 W 1410 W +USW00021504200212TAVG 228 W 239 W 217 W 233 W 228 W 228 W 222 W 233 W 228 W 211 W 233 W-9999 228 W 228 W 228 W 233 W 228 W 228 W 233 W 239 W 228 W 239 W 239 W 228 W 228 W 233 W 228 W 217 W 233 W 222 W 233 W +USW00021504200212TSUN 468 X 329 X 236 X 237 X 423 X 579 X 14 X 172 X 349 X 0 X 338 X-9999 442 X 584 X 352 X 302 X 184 X 78 X 239 X 441 X 483 X 484 X 147 X 216 X 534 X 326 X 221 X 118 X 434 X 310 X 404 X +USW00021504200212WDF2 10 X 40 X 350 X 90 X 90 X 10 X 20 X 60 X 60 X 120 X 260 X 350 Z 10 X 90 X 80 X 80 X 80 X 230 X 110 X 110 X 20 X 270 X 110 X 70 X 120 X 40 X 60 X 70 X 110 X 110 X 90 X +USW00021504200212WDF5 30 X 20 X 350 X 90 X 110 X 10 X 20 X 60 X 60 X 120 X 110 X 350 Z 350 X 80 X 80 X 90 X 90 X 220 X 100 X 120 X 20 X 270 X 110 X 80 X 120 X 50 X 60 X 80 X 110 X 110 X 90 X +USW00021504200212WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200212WSF2 58 X 54 X 72 X 63 X 58 X 54 X 89 X 80 X 72 X 89 X 58 X 45 Z 67 X 67 X 63 X 94 X 89 X 76 X 80 X 67 X 58 X 63 X 67 X 63 X 67 X 72 X 94 X 76 X 76 X 76 X 67 X +USW00021504200212WSF5 72 X 63 X 72 X 76 X 72 X 67 X 107 X 98 X 89 X 94 X 63 X 45 Z 80 X 76 X 76 X 103 X 103 X 89 X 98 X 80 X 67 X 72 X 76 X 76 X 98 X 80 X 107 X 94 X 103 X 98 X 72 X +USW00021504200212WT01-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00021504200212WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504200212WT13-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00021504200212WT16-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200301TMAX 267 0 272 0 278 0 278 0 278 0 256 0 261 0 272 0 267 0 272 0 228 0 250 0 256 0 283 0 300 0 256 0 278 0 289 0 283 0 278 0 261 0 283 0 278 0 294 0 267 0 289 0 283 0 278 0 294 0 283 0 278 0 +USW00021504200301TMIN 161 0 167 0 167 0 167 0 178 0 161 0 178 0 200 0 189 0 183 0 172 0 189 0 178 0 172 0 161 0 161 0 167 0 156 0 178 0 167 0 156 0 161 0 172 0 172 0 189 0 200 0 194 0 178 0 189 0 189 0 178 0 +USW00021504200301PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 218 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 8 0 0 0 0 0 0 0 0T 0 0T 0 +USW00021504200301AWND 25 X 27 X 30 X 33 X 42 X 46 X 26 X 28 X 26 X 29 X 38 X 27 X 27 X 35 X 39 X 51 X 34 X 34 X 32 X 35 X 38 X 35 X 30 X 30 X 26 X 26 X 26 X 33 X 25 X 27 X 30 X +USW00021504200301FMTM-9999 -9999 1629 X 1500 X 1325 X 1147 X 1421 X 1438 X 1433 X 1720 X 1255 X 1401 X 1407 X 1425 X 2324 X 1212 X 1354 X 1110 X 1526 X 1837 X 1224 X 1543 X 1357 X 1325 X 1724 X 1606 X 1418 X 1539 X 1310 X 1245 X 1416 X +USW00021504200301PGTM-9999 -9999 1626 W 1459 W 1214 W 1146 W 1420 W 1407 W 1319 W 1408 W 1316 W 1327 W 1411 W 1437 W 1302 W 1021 W 1354 W 1109 W 1544 W 1813 W 1232 W 1534 W 1317 W 1341 W 1635 W 1701 W 1418 W 1356 W 1309 W 1244 W 1443 W +USW00021504200301TAVG-9999 -9999 222 W 222 W 228 W 211 W 222 W 239 W 228 W 228 W 200 W 222 W 217 W 228 W 233 W 211 W 222 W 222 W 233 W 222 W 211 W 222 W 228 W 233 W 228 W 244 W 239 W 228 W 244 W 239 W 228 W +USW00021504200301TSUN-9999 -9999 573 X 407 X 558 X 512 X 276 X 291 X 93 X 373 X 1 X 96 X 240 X 415 X 591 X 594 X 523 X 546 X 410 X 324 X 316 X 560 X 546 X 554 X 66 X 270 X 360 X 302 X 259 X 378 X 373 X +USW00021504200301WDF2 10 Z 40 Z 110 X 350 X 330 X 360 X 50 X 90 X 70 X 340 X 340 X 20 X 90 X 90 X 30 X 340 X 80 X 320 X 360 X 10 X 360 X 340 X 10 X 10 X 320 X 110 X 80 X 110 X 80 X 90 X 30 X +USW00021504200301WDF5 10 Z 40 Z 120 X 350 X 360 X 360 X 40 X 80 X 110 X 20 X 330 X 30 X 90 X 120 X 160 X 340 X 90 X 320 X 360 X 350 X 10 X 340 X 10 X 10 X 20 X 110 X 80 X 100 X 60 X 80 X 60 X +USW00021504200301WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200301WSF2 40 Z 54 Z 80 X 63 X 76 X 89 X 58 X 72 X 58 X 45 X 94 X 58 X 63 X 80 X 80 X 116 X 80 X 94 X 89 X 139 X 89 X 72 X 76 X 72 X 54 X 72 X 67 X 89 X 67 X 72 X 67 X +USW00021504200301WSF5 40 Z 54 Z 98 X 72 X 94 X 107 X 67 X 94 X 80 X 63 X 107 X 72 X 72 X 94 X 107 X 156 X 98 X 107 X 94 X 170 X 107 X 89 X 94 X 89 X 63 X 80 X 67 X 103 X 80 X 94 X 76 X +USW00021504200301WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200301WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200301WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200301WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200301WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 +USW00021504200302TMAX 283 0 267 0 267 0 267 0 272 0 278 0 256 0 256 0 256 0 261 0 261 0 261 0 272 0 250 0 222 0 256 0 228 0 256 0 256 0 261 0 244 0 267 0 256 0 261 0 267 0 250 0 272 0 272 0-9999 -9999 -9999 +USW00021504200302TMIN 172 0 189 0 183 0 178 0 167 0 172 0 183 0 183 0 172 0 200 0 178 0 183 0 189 0 189 0 189 0 172 0 172 0 167 0 178 0 161 0 167 0 167 0 194 0 183 0 172 0 183 0 178 0 194 0-9999 -9999 -9999 +USW00021504200302PRCP 119 0 13 0 3 0 3 0 0 0 0 0 30 0 0 0 0 0 0T 0 18 0 5 0 0T 0 155 0 345 0 56 0 23 0 8 0 112 0 3 0 185 0 28 0 107 0 30 0 3 0 94 0 3 0 41 0-9999 -9999 -9999 +USW00021504200302AWND 25 X 27 X 27 X 27 X 37 X 34 X 42 X 30 X 35 X 50 X 34 X 25 X 29 X 48 X 53 X 32 X 31 X 30 X 30 X 28 X 25 X 34 X 29 X 33 X 25 X 24 X 27 X 29 X-9999 -9999 -9999 +USW00021504200302FMTM 1312 X 0921 X 1433 X 1452 X 1446 X 1445 X 0844 X 1811 X 2014 X 1233 X 1343 X 1222 X 1616 X 1945 X 0520 X 1509 X 1521 X 0151 X 1512 X 1629 X 1100 X 1343 X 1643 X 1202 X 1241 X 1519 X 1725 X 0920 X-9999 -9999 -9999 +USW00021504200302PGTM 1311 W 0920 W 1125 W 1335 W 1501 W 1423 W 1258 W 1810 W 2023 W 1518 W 1639 W 1224 W 1611 W 1944 W 0714 W 1429 W 1522 W 0151 W 1633 W 1240 W 1059 W 1342 W 1642 W 1240 W 1241 W 1454 W 1450 W 1321 W-9999 -9999 -9999 +USW00021504200302TAVG 228 W 228 W 228 W 222 W 222 W 228 W 222 W 222 W 217 W 233 W 222 W 222 W 233 W 222 W 206 W 217 W 200 W 211 W 217 W 211 W 206 W 217 W 228 W 222 W 222 W 217 W 228 W 233 W-9999 -9999 -9999 +USW00021504200302TSUN 335 X 290 X 554 X 420 X 503 X 442 X 547 X 262 X 264 X 210 X 173 X 243 X 115 X 12 X 0 W 429 X 29 X 297 X 158 X 485 X 274 X 585 X 158 X 394 X 267 X 104 X 565 X 515 X-9999 -9999 -9999 +USW00021504200302WDF2 70 X 90 X 20 X 60 X 100 X 360 X 340 X 10 X 20 X 20 X 80 X 70 X 100 X 340 X 20 X 30 X 60 X 70 X 70 X 30 X 60 X 20 X 70 X 60 X 90 X 110 X 50 X 60 X-9999 -9999 -9999 +USW00021504200302WDF5 80 X 90 X 80 X 50 X 110 X 350 X 10 X 20 X 20 X 360 X 10 X 80 X 120 X 340 X 360 X 40 X 60 X 70 X 70 X 20 X 60 X 20 X 80 X 40 X 90 X 110 X 60 X 90 X-9999 -9999 -9999 +USW00021504200302WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504200302WSF2 80 X 72 X 58 X 58 X 98 X 76 X 76 X 40 X 67 X 76 X 76 X 76 X 80 X 116 X 103 X 67 X 80 X 76 X 89 X 54 X 103 X 76 X 67 X 72 X 94 X 67 X 58 X 67 X-9999 -9999 -9999 +USW00021504200302WSF5 98 X 80 X 89 X 80 X 112 X 94 X 94 X 54 X 89 X 94 X 80 X 80 X 98 X 148 X 130 X 80 X 89 X 89 X 98 X 67 X 116 X 94 X 72 X 89 X 103 X 76 X 72 X 76 X-9999 -9999 -9999 +USW00021504200302WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00021504200302WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200302WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200302WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00021504200302WT16 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504200303TMAX 272 0 267 0 267 0 267 0 239 0 272 0 283 0 289 0 283 0 283 0 278 0 278 0 289 0 289 0 289 0 300 0 272 0 278 0 272 0 272 0 272 0 267 0 278 0 283 0 283 0 306 0 306 0 267 0 267 0 283 0 294 0 +USW00021504200303TMIN 178 0 167 0 156 0 156 0 172 0 189 0 183 0 183 0 189 0 178 0 172 0 167 0 178 0 172 0 178 0 178 0 178 0 183 0 183 0 189 0 194 0 183 0 189 0 189 0 183 0 194 0 178 0 211 0 200 0 194 0 206 0 +USW00021504200303PRCP 0T 0 23 0 0 0 3 0 20 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0T 0 3 0 0T 0 30 0 41 0 15 0 0T 0 0T 0 0T 0 0T 0 155 0 0T 0 3 0 46 0 +USW00021504200303AWND 25 X 30 X 36 X 38 X 22 X 34 X 32 X 27 X 27 X 27 X 29 X 27 X 35 X 30 X 31 X 34 X 23 X 27 X 31 X 32 X 33 X 27 X 33 X 36 X 46 X 41 X 35 X 29 X 20 X 42 X 39 X +USW00021504200303FMTM 1422 X 1342 X 1324 X 1404 X 2013 X 1402 X 1403 X 1507 X 1619 X 1052 X 1342 X 1136 X 1521 X 1241 X 1417 X 1325 X 1433 X 1510 X 1541 X 1404 X 1323 X 1335 X 1602 X 1524 X 1532 X 1457 X 1335 X 1835 X 1628 X 1544 X 1241 X +USW00021504200303PGTM 1418 W 1531 W 1323 W 1404 W 1103 W 1401 W 1305 W 1509 W 1633 W 1051 W 1449 W 1309 W 1524 W 1245 W 1420 W 1421 W 1432 W 1507 W 1540 W 1302 W 1419 W 1334 W 1449 W 1537 W 1532 W 1432 W 1335 W 1828 W 1553 W 1355 W 1459 W +USW00021504200303TAVG 228 W 217 W 211 W 211 W 206 W 233 W 233 W 239 W 239 W 233 W 228 W 222 W 233 W 233 W 233 W 239 W 228 W 233 W 228 W 233 W 233 W 228 W 233 W 239 W 233 W 250 W 244 W 239 W 233 W 239 W 250 W +USW00021504200303TSUN 379 X 0 W 625 X 441 X 98 X 521 X 557 X 434 X 258 X 495 X 653 X 687 X 685 X 595 X 591 X 586 X 0 W 630 X 532 X 386 X 519 X 467 X 485 X 558 X 557 X 580 X 591 X 258 X 195 X 507 X 512 X +USW00021504200303WDF2 80 X 80 X 80 X 110 X 240 X 100 X 100 X 90 X 350 X 80 X 30 X 40 X 70 X 80 X 30 X 100 X 80 X 50 X 50 X 80 X 60 X 80 X 80 X 110 X 100 X 100 X 340 X 340 X 110 X 120 X 110 X +USW00021504200303WDF5 90 X 40 X 70 X 110 X 110 X 100 X 100 X 100 X 10 X 80 X 30 X 30 X 80 X 80 X 30 X 80 X 80 X 60 X 50 X 40 X 20 X 80 X 120 X 120 X 100 X 100 X 340 X 340 X 100 X 110 X 160 X +USW00021504200303WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200303WSF2 76 X 67 X 80 X 94 X 58 X 98 X 80 X 80 X 67 X 63 X 58 X 54 X 76 X 63 X 63 X 80 X 58 X 67 X 67 X 72 X 67 X 72 X 72 X 80 X 107 X 112 X 103 X 63 X 54 X 103 X 98 X +USW00021504200303WSF5 89 X 98 X 98 X 107 X 72 X 116 X 98 X 98 X 76 X 76 X 67 X 76 X 89 X 89 X 76 X 98 X 67 X 76 X 76 X 89 X 89 X 80 X 98 X 103 X 125 X 134 X 116 X 76 X 67 X 116 X 116 X +USW00021504200303WT01-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 +USW00021504200303WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00021504200303WT13-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X +USW00021504200303WT16 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200304TMAX 272 0 278 0 256 0 244 0 261 0 244 0 278 0 283 0 239 0 267 0 278 0 250 0 272 0 272 0 261 0 244 0 250 0 239 0 261 0 261 0 250 0 239 0 256 0 272 0 261 0 272 0 267 0 272 0 272 0 261 0-9999 +USW00021504200304TMIN 206 0 200 0 200 0 206 0 200 0 211 0 200 0 189 0 200 0 189 0 178 0 200 0 200 0 189 0 183 0 178 0 189 0 183 0 194 0 194 0 189 0 178 0 194 0 189 0 183 0 178 0 194 0 194 0 172 0 172 0-9999 +USW00021504200304PRCP 86 0 15 0 33 0 71 0 69 0 658 0 18 0 58 0 147 0 43 0 36 0 41 0 3 0 3 0 0T 0 81 0 218 0 478 0 30 0 183 0 99 0 284 0 206 0 114 0 180 0 165 0 267 0 0T 0 0 0 3 0-9999 +USW00021504200304AWND 30 X 34 X 30 X 21 X 30 X 23 X 26 X 27 X 23 X 31 X 31 X 25 X 38 X 36 X 42 X 28 X 30 X 25 X 32 X 36 X 23 X 24 X 19 X 34 X 18 X 27 X 25 X 32 X 34 X 32 X-9999 +USW00021504200304FMTM 1150 X 1620 X 1120 X 2130 X 1339 X 1640 X 1549 X 1726 X 1213 X 1427 X 1427 X 1125 X 1414 X 1415 X 1428 X 1211 X 2033 X 0227 X 1313 X 1205 X 1434 X 1459 X 1332 X 1508 X 1621 X 1626 X 1539 X 1408 X 1212 X 0937 X-9999 +USW00021504200304PGTM 1321 W 1530 W 1120 W 2130 W 1343 W 1620 W 1548 W 1725 W 1213 W 1419 W 1424 W 1124 W 1440 W 1427 W 1427 W 0026 W 2031 W 0226 W 1246 W 1203 W 1430 W 1459 W 1331 W 1507 W 1628 W 1412 W 1520 W 1406 W 1141 W 1243 W-9999 +USW00021504200304TAVG 239 W 239 W 228 W 228 W 233 W 228 W 239 W 239 W 222 W 228 W 228 W 228 W 239 W 233 W 222 W 211 W 222 W 211 W 228 W 228 W 222 W 211 W 228 W 233 W 222 W 228 W 233 W 233 W 222 W 217 W-9999 +USW00021504200304TSUN 0 W 445 X 106 X 119 X 204 X 18 X 386 X-9999 44 X 115 X 488 X 100 X 155 X 296 X 246 X 146 X 97 X 33 X 342 X 69 X 265 X 30 X 248 X 381 X 326 X 418 X 280 X 429 X 677 X 124 X-9999 +USW00021504200304WDF2 80 X 100 X 120 X 230 X 110 X 100 X 80 X 110 X 30 X 90 X 100 X 70 X 60 X 90 X 80 X 120 X 70 X 240 X 60 X 70 X 50 X 90 X 80 X 70 X 50 X 70 X 110 X 80 X 40 X 80 X-9999 +USW00021504200304WDF5 90 X 90 X 130 X 230 X 90 X 100 X 80 X 110 X 30 X 90 X 80 X 60 X 80 X 60 X 80 X 90 X 80 X 240 X 30 X 50 X 40 X 80 X 70 X 70 X 50 X 60 X 90 X 70 X 70 X 100 X-9999 +USW00021504200304WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200304WSF2 89 X 80 X 89 X 58 X 76 X 54 X 67 X 67 X 63 X 76 X 89 X 63 X 80 X 94 X 89 X 72 X 89 X 80 X 67 X 94 X 58 X 76 X 76 X 76 X 58 X 67 X 58 X 67 X 67 X 67 X-9999 +USW00021504200304WSF5 103 X 103 X 103 X 63 X 98 X 63 X 80 X 76 X 76 X 94 X 103 X 72 X 94 X 107 X 103 X 94 X 98 X 94 X 80 X 107 X 67 X 94 X 89 X 89 X 72 X 80 X 72 X 80 X 80 X 76 X-9999 +USW00021504200304WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00021504200304WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200304WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200304WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00021504200304WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00021504200305TMAX 278 0 278 0 289 0 294 0 278 0 283 0 267 0 261 0 278 0 256 0 261 0 278 0 256 0 278 0 272 0 278 0 261 0 272 0 250 0 278 0 278 0 267 0 278 0 278 0 328 0 311 0 294 0 300 0 294 0 283 0 294 0 +USW00021504200305TMIN 167 0 178 0 183 0 183 0 206 0 200 0 200 0 206 0 189 0 206 0 206 0 200 0 189 0 189 0 194 0 194 0 194 0 200 0 194 0 200 0 178 0 183 0 211 0 183 0 156 0 156 0 161 0 172 0 194 0 183 0 194 0 +USW00021504200305PRCP 0 0 0T 0 0T 0 3 0 8 0 23 0 264 0 89 0 58 0 132 0 18 0 0T 0 94 0 76 0 28 0 81 0 91 0 43 0 61 0 15 0 30 0 79 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200305AWND 41 X 37 X 37 X 36 X 33 X 36 X 31 X 30 X 30 X 25 X 25 X 25 X 30 X 33 X 26 X 33 X 25 X 25 X 32 X 35 X 32 X 28 X 32 X 33 X 40 X 33 X 32 X 32 X 33 X 30 X 28 X +USW00021504200305FMTM 1211 X 1432 X 1322 X 1514 X 1422 X 1539 X 1254 X 1152 X 1305 X 1334 X 1248 X 1340 X 1357 X 1612 X 1328 X 1433 X 1212 X 1525 X 2044 X 1549 X 1223 X 1539 X 1415 X 1203 X 1430 X 1544 X 1447 X 1157 X 1304 X 1439 X 1427 X +USW00021504200305PGTM 1255 W 1342 W 1414 W 1153 W 1421 W 1517 W 1253 W 1213 W 1305 W 1332 W 1215 W 1339 W 1314 W 1611 W 1327 W 1410 W 1210 W 1047 W 2138 W 1537 W 1222 W 1538 W 1558 W 1240 W 1303 W 1441 W 1538 W 1339 W 1448 W 1450 W 1325 W +USW00021504200305TAVG 222 W 228 W 239 W 239 W 244 W 244 W 233 W 233 W 233 W 233 W 233 W 239 W 222 W 233 W 233 W 239 W 228 W 239 W 222 W 239 W 228 W 228 W 244 W 233 W 244 W 233 W 228 W 239 W 244 W 233 W 244 W +USW00021504200305TSUN 0 W 557 X 458 X 469 X 465 X 352 X 45 X 80 X 253 X 117 X 116 X 175 X 45 X 409 X 344 X 501 X 195 X 687 X 74 X 429 X 504 X 149 X 319 X 274 X 742 X 737 X 742 X 729 X 616 X 710 X 408 X +USW00021504200305WDF2 100 X 100 X 100 X 90 X 100 X 90 X 120 X 110 X 50 X 60 X 30 X 70 X 70 X 70 X 40 X 50 X 100 X 20 X 70 X 80 X 40 X 90 X 50 X 80 X 100 X 110 X 30 X 90 X 60 X 10 X 40 X +USW00021504200305WDF5 100 X 110 X 80 X 130 X 100 X 100 X 120 X 120 X 60 X 70 X 20 X 80 X 70 X 70 X 20 X 60 X 100 X 10 X 90 X 60 X 50 X 80 X 30 X 100 X 100 X 100 X 30 X 80 X 90 X 30 X 50 X +USW00021504200305WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200305WSF2 94 X 89 X 89 X 80 X 76 X 80 X 80 X 72 X 80 X 58 X 63 X 67 X 72 X 80 X 76 X 72 X 67 X 58 X 72 X 67 X 89 X 63 X 63 X 76 X 89 X 72 X 63 X 63 X 72 X 63 X 63 X +USW00021504200305WSF5 107 X 107 X 98 X 103 X 94 X 98 X 94 X 80 X 94 X 67 X 76 X 107 X 94 X 89 X 89 X 89 X 80 X 72 X 80 X 80 X 103 X 72 X 72 X 94 X 107 X 89 X 72 X 72 X 80 X 76 X 80 X +USW00021504200305WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200305WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200305WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200305WT16-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200306TMAX 300 0 289 0 300 0 300 0 300 0 300 0 300 0 294 0 294 0 294 0 300 0 267 0 283 0 283 0 289 0 289 0 294 0 261 0 272 0 283 0 289 0 300 0 289 0 278 0 289 0 289 0 289 0 289 0 294 0 272 0-9999 +USW00021504200306TMIN 200 0 211 0 217 0 194 0 200 0 200 0 206 0 194 0 200 0 217 0 194 0 200 0 206 0 206 0 206 0 206 0 217 0 200 0 200 0 200 0 194 0 200 0 194 0 200 0 200 0 194 0 200 0 200 0 206 0 206 0-9999 +USW00021504200306PRCP 36 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 10 0 457 0 48 0 36 0 66 0 61 0 38 0 102 0 76 0 15 0 25 0 13 0 15 0 191 0 97 0 3 0 41 0 25 0 30 0 99 0-9999 +USW00021504200306AWND 31 X 26 X 21 X 26 X 27 X 29 X 30 X 31 X 34 X 41 X 34 X 31 X 34 X 38 X 33 X 32 X 30 X 24 X 18 X 29 X 34 X 25 X 31 X 27 X 30 X 31 X 30 X 28 X 31 X 26 X-9999 +USW00021504200306FMTM 1404 X 1632 X 1522 X 1436 X 1455 X 1358 X 1248 X 1316 X 1411 X 1441 X 1244 X 1543 X 1254 X 1449 X 1404 X 0410 X 1643 X 1120 X 1155 X 1623 X 1508 X 1834 X 1542 X 1348 X 1350 X 1332 X 1250 X 1634 X 1524 X 1224 X-9999 +USW00021504200306PGTM 1420 W 1417 W 1520 W 1345 W 1626 W 1434 W 1455 W 1315 W 1410 W 1131 W 1233 W 1542 W 1256 W 1448 W 1403 W 1327 W 1511 W 1124 W 1153 W 1520 W 1426 W 1212 W 1541 W 1511 W 1209 W 1321 W 1345 W 1601 W 1530 W 1522 W-9999 +USW00021504200306TAVG 250 W 250 W 261 W 250 W 250 W 250 W 256 W 244 W 250 W 256 W 250 W 233 W 244 W 244 W 250 W 250 W 256 W 233 W 239 W 244 W 244 W 250 W 244 W 239 W 244 W 250 W 244 W 244 W 250 W 239 W-9999 +USW00021504200306TSUN 532 X 180 X 298 X 448 X 677 X 632 X 713 X 691 X 673 X 385 X 261 X 162 X 695 X 376 X 510 X 721 X 460 X 66 X 76 X 177 X 359 X 527 X 572 X 154 X 510 X 666 X 661 X 521 X 524 X 155 X-9999 +USW00021504200306WDF2 30 X 110 X 110 X 90 X 70 X 30 X 40 X 30 X 10 X 30 X 70 X 50 X 20 X 30 X 40 X 250 X 60 X 60 X 60 X 80 X 100 X 50 X 50 X 110 X 40 X 20 X 30 X 50 X 40 X 90 X-9999 +USW00021504200306WDF5 30 X 100 X 90 X 80 X 60 X 30 X 20 X 20 X 30 X 30 X 70 X 50 X 30 X 20 X 40 X 360 X 50 X 50 X 40 X 80 X 100 X 40 X 50 X 120 X 70 X 30 X 70 X 40 X 60 X 10 X-9999 +USW00021504200306WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200306WSF2 72 X 63 X 58 X 58 X 63 X 67 X 67 X 67 X 67 X 76 X 89 X 63 X 67 X 89 X 72 X 67 X 76 X 76 X 94 X 63 X 80 X 67 X 80 X 72 X 63 X 63 X 67 X 54 X 76 X 63 X-9999 +USW00021504200306WSF5 94 X 76 X 80 X 72 X 72 X 80 X 80 X 80 X 89 X 94 X 103 X 72 X 76 X 98 X 89 X 72 X 89 X 94 X 116 X 76 X 103 X 76 X 94 X 80 X 76 X 76 X 76 X 67 X 80 X 67 X-9999 +USW00021504200306WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00021504200306WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200306WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00021504200306WT16 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200307TMAX 289 0 289 0 283 0 283 0 289 0 289 0 278 0 283 0 272 0 289 0 289 0 283 0 294 0 294 0 294 0 294 0 278 0 294 0 300 0 300 0 289 0 294 0 294 0 250 0 317 0 317 0 317 0 289 0 300 0 294 0 300 0 +USW00021504200307TMIN 206 0 206 0 194 0 206 0 194 0 200 0 217 0 211 0 211 0 194 0 217 0 222 0 233 0 222 0 211 0 211 0 217 0 211 0 217 0 222 0 217 0 206 0 206 0 222 0 228 0 228 0 228 0 211 0 211 0 211 0 194 0 +USW00021504200307PRCP 56 0 58 0 84 0 56 0 0 0 132 0 450 0 48 0 175 0 76 0 3 0 315 0 43 0 3 0 58 0 23 0 36 0 74 0 216 0 71 0 15 0 5 0 0T 0 465 0 56 0 0T 0 0T 0 28 0 38 0 23 0 0T 0 +USW00021504200307AWND 34 X 36 X 31 X 29 X 31 X 31 X 25 X 29 X 26 X 26 X 27 X 25 X 28 X 21 X 24 X 24 X 16 X 28 X 23 X 25 X 25 X 24 X 21 X 16 X 27 X 31 X 26 X 18 X 23 X 22 X 23 X +USW00021504200307FMTM 1737 X 1037 X 1616 X 0235 X 1555 X 1838 X 1328 X 1920 X 1042 X 2306 X 1631 X 1951 X 1419 X 1150 X-9999 -9999 -9999 2014 X 1449 X 1544 X 1311 X 1551 X 1650 X 0931 X-9999 -9999 -9999 1610 X 1314 X 1328 X 1329 X +USW00021504200307PGTM 1736 W 1039 W 1531 W 0235 W 1247 W 1837 W 1327 W 1250 W 1041 W 1604 W 1610 W 1951 W 1733 W 1153 W-9999 -9999 -9999 2013 W 1543 W 1543 W 1310 W 1550 W 1445 W 0931 W-9999 -9999 -9999 1554 W 1313 W 1328 W 1316 W +USW00021504200307TAVG 250 W 250 W 239 W 244 W 244 W 244 W 250 W 250 W 244 W 244 W 256 W 256 W 267 W 261 W-9999 -9999 -9999 256 W 261 W 261 W 256 W 250 W 250 W 239 W-9999 -9999 -9999 250 W 256 W 256 W 250 W +USW00021504200307TSUN 458 X 495 X 540 X 611 X 488 X 528 X 54 X 662 X 92 X 236 X 649 X 212 X 481 X 148 X-9999 -9999 -9999 691 X 436 X 287 X 195 X 577 X 551 X 0 W-9999 -9999 -9999 45 X 347 X 352 X 716 X +USW00021504200307WDF2 30 X 60 X 70 X 70 X 50 X 60 X 30 X 60 X 50 X 240 X 50 X 80 X 360 X 60 X 90 Z 50 Z 80 Z 80 X 110 X 50 X 50 X 40 X 90 X 270 X 110 Z 90 Z 140 Z 100 X 40 X 360 X 350 X +USW00021504200307WDF5 30 X 80 X 50 X 70 X 60 X 50 X 30 X 40 X 40 X 50 X 30 X 90 X 360 X 50 X 90 Z 50 Z 80 Z 70 X 110 X 50 X 50 X 40 X 80 X 270 X 110 Z 90 Z 140 Z 100 X 40 X 360 X 10 X +USW00021504200307WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200307WSF2 80 X 76 X 63 X 63 X 67 X 72 X 89 X 63 X 89 X 54 X 58 X 72 X 67 X 80 X 58 Z 54 Z 54 Z 72 X 63 X 72 X 63 X 58 X 58 X 45 X 58 Z 58 Z 54 Z 58 X 67 X 63 X 58 X +USW00021504200307WSF5 107 X 89 X 76 X 72 X 80 X 80 X 112 X 76 X 107 X 63 X 72 X 80 X 76 X 94 X 58 Z 54 Z 54 Z 98 X 72 X 89 X 76 X 72 X 80 X 58 X 58 Z 58 Z 54 Z 76 X 80 X 80 X 72 X +USW00021504200307WT01 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00021504200307WT13 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00021504200307WT16 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200308TMAX 272 0 300 0 289 0 294 0 306 0 300 0 294 0 300 0 289 0 294 0 300 0 294 0 272 0 294 0 289 0 278 0 294 0 294 0 294 0 283 0 289 0 294 0 283 0 294 0 294 0 289 0 289 0 289 0 294 0 294 0 289 0 +USW00021504200308TMIN 211 0 194 0 211 0 200 0 217 0 228 0 217 0 222 0 222 0 211 0 200 0 222 0 228 0 233 0 217 0 228 0 217 0 217 0 222 0 228 0 217 0 217 0 200 0 217 0 206 0 211 0 217 0 206 0 200 0 211 0 217 0 +USW00021504200308PRCP 147 0 5 0 41 0 38 0 51 0 0T 0 53 0 46 0 97 0 127 0 28 0 71 0 173 0 25 0 104 0 178 0 15 0 58 0 157 0 86 0 15 0 25 0 36 0 10 0 33 0 23 0 23 0 94 0 8 0 132 0 198 0 +USW00021504200308AWND 22 X 25 X 26 X 30 X 26 X 30 X 23 X 30 X 29 X 26 X 30 X 26 X 17 X 25 X 30 X 27 X 26 X 37 X 23 X 17 X 24 X 24 X 23 X 26 X 29 X 30 X 32 X 26 X 29 X 30 X 34 X +USW00021504200308FMTM 1312 X 1521 X 1508 X 1254 X 1428 X 1328 X 2206 X-9999 1523 X 1343 X 1646 X 0842 X 1247 X 1738 X 2117 X 1351 X 1547 X 1536 X 1243 X 1544 X 1054 X 0941 X 1109 X 1437 X 1811 X 1500 X 1812 X 1407 X 1247 X 1537 X 1842 X +USW00021504200308PGTM 1311 W 1222 W 1412 W 1331 W 1431 W 1221 W 2206 W-9999 1509 W 1343 W 1646 W 0840 W 1236 W 1936 W 2116 W 1338 W 1516 W 1652 W 1338 W 1540 W 1054 W 0940 W 1107 W 1325 W 1821 W 1456 W 1602 W 1446 W 1247 W 1537 W 1841 W +USW00021504200308TAVG 244 W 250 W 250 W 250 W 261 W 267 W 256 W 261 W 256 W 256 W 250 W 261 W 250 W 267 W 256 W 256 W 256 W 256 W 261 W 256 W 256 W 256 W 244 W 256 W 250 W 250 W 256 W 250 W 250 W 256 W 256 W +USW00021504200308TSUN 39 X 582 X 705 X 224 X 486 X 502 X 385 X 0 W 139 X 258 X 508 X 542 X 103 X 195 X 385 X 75 X 492 X 237 X 415 X 56 X 341 X 545 X 218 X 562 X 485 X 503 X 634 X 659 X 496 X 480 X 39 X +USW00021504200308WDF2 70 X 60 X 20 X 20 X 100 X 80 X 70 X 0 W 40 X 100 X 50 X 60 X 70 X 50 X 60 X 80 X 50 X 60 X 30 X 80 X 70 X 80 X 60 X 70 X 60 X 70 X 40 X 50 X 70 X 70 X 10 X +USW00021504200308WDF5 60 X 80 X 20 X 10 X 100 X 90 X 60 X 0 W 70 X 100 X 50 X 60 X 80 X 50 X 60 X 80 X 60 X 50 X 50 X 70 X 60 X 80 X 60 X 50 X 50 X 60 X 30 X 40 X 70 X 70 X 350 X +USW00021504200308WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200308WSF2 63 X 63 X 58 X 67 X 89 X 72 X 80 X 0 W 72 X 80 X 67 X 67 X 72 X 58 X 76 X 76 X 63 X 80 X 67 X 72 X 80 X 67 X 67 X 63 X 67 X 67 X 63 X 58 X 76 X 94 X 76 X +USW00021504200308WSF5 76 X 80 X 76 X 80 X 107 X 103 X 94 X 0 W 98 X 98 X 89 X 80 X 89 X 72 X 94 X 98 X 89 X 98 X 76 X 98 X 103 X 80 X 80 X 80 X 94 X 80 X 76 X 72 X 89 X 107 X 112 X +USW00021504200308WT01 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 +USW00021504200308WT13 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X +USW00021504200308WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200309TMAX 283 0 289 0 294 0 289 0 289 0 283 0 289 0 294 0 294 0 294 0 300 0 294 0 294 0 300 0 300 0 300 0 300 0 289 0 289 0 300 0 289 0 300 0 300 0 306 0 306 0 294 0 300 0 300 0 306 0 300 0-9999 +USW00021504200309TMIN 233 0 228 0 211 0 206 0 211 0 200 0 217 0 217 0 200 0 200 0 206 0 206 0 206 0 206 0 211 0 206 0 206 0 211 0 211 0 211 0 217 0 206 0 206 0 217 0 206 0 228 0 217 0 206 0 211 0 194 0-9999 +USW00021504200309PRCP 803 0 3 0 41 0 135 0 152 0 267 0 64 0 0T 0 3 0 38 0 15 0 0T 0 89 0 94 0 18 0 51 0 23 0 58 0 61 0 23 0 8 0 0T 0 0T 0 0 0 5 0 23 0 0T 0 0 0 0T 0 0 0-9999 +USW00021504200309AWND 34 X 24 X 28 X 28 X 24 X 21 X 28 X 23 X 28 X 29 X 27 X 25 X 22 X 27 X 25 X 26 X 26 X 32 X 25 X 28 X 23 X 25 X 26 X 25 X 31 X 30 X 24 X 28 X 28 X 27 X-9999 +USW00021504200309FMTM 1148 X 1219 X 1447 X 1935 X 0003 X 1029 X 1451 X 1358 X 1201 X 1220 X 1257 X 1316 X 1520 X 1523 X 1647 X 1550 X 1308 X 2234 X 1330 X 1759 X 1245 X 1240 X 1408 X 1242 X 1217 X 1339 X 1339 X 1421 X 1254 X 1602 X-9999 +USW00021504200309PGTM 1148 W 1250 W 1446 W 1938 W 1346 W 1028 W 0015 W 1358 W 1120 W 1301 W 1256 W 1316 W 1518 W 1536 W 1639 W 1337 W 1307 W 1430 W 1316 W 1323 W 1139 W 1213 W 1114 W 1241 W 1315 W 1245 W 1347 W 1300 W 1253 W 1601 W-9999 +USW00021504200309TAVG 261 W 261 W 256 W 250 W 250 W 244 W 256 W 256 W 250 W 250 W 256 W 250 W 250 W 256 W 256 W 256 W 256 W 250 W 250 W 256 W 256 W 256 W 256 W 261 W 256 W 261 W 261 W 256 W 261 W 250 W-9999 +USW00021504200309TSUN 11 X 473 X 534 X 606 X 425 X 191 X 325 X 282 X 386 X 513 X 600 X 691 X 324 X 526 X 443 X 391 X 486 X 92 X 384 X 198 X 399 X 333 X 357 X 498 X 642 X 114 X 542 X 640 X 443 X 247 X-9999 +USW00021504200309WDF2 70 X 40 X 40 X 70 X 240 X 100 X 90 X 80 X 60 X 80 X 80 X 30 X 80 X 40 X 40 X 60 X 40 X 280 X 10 X 230 X 120 X 90 X 100 X 100 X 80 X 80 X 70 X 60 X 80 X 100 X-9999 +USW00021504200309WDF5 60 X 50 X 30 X 70 X 360 X 100 X 50 X 80 X 40 X 100 X 80 X 40 X 70 X 40 X 360 X 60 X 40 X 10 X 40 X 80 X 90 X 100 X 90 X 110 X 80 X 120 X 110 X 20 X 70 X 100 X-9999 +USW00021504200309WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200309WSF2 107 X 67 X 63 X 76 X 58 X 63 X 80 X 72 X 76 X 72 X 67 X 58 X 72 X 58 X 63 X 45 X 63 X 67 X 54 X 67 X 58 X 67 X 72 X 72 X 76 X 63 X 63 X 54 X 72 X 72 X-9999 +USW00021504200309WSF5 130 X 80 X 76 X 98 X 67 X 76 X 112 X 89 X 94 X 89 X 80 X 72 X 89 X 76 X 89 X 67 X 76 X 80 X 63 X 89 X 76 X 94 X 98 X 89 X 94 X 89 X 98 X 76 X 89 X 94 X-9999 +USW00021504200309WT01 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504200309WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200309WT13 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00021504200309WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00021504200310TMAX 322 0 317 0 306 0 300 0 294 0 317 0 300 0 311 0 294 0 278 0 272 0 300 0 294 0 289 0 272 0 278 0 289 0 294 0 283 0 289 0 289 0 294 0 306 0 300 0 300 0 300 0 289 0 306 0 300 0 300 0 300 0 +USW00021504200310TMIN 233 0 211 0 211 0 206 0 206 0 217 0 217 0 206 0 217 0 211 0 206 0 211 0 222 0 217 0 194 0 206 0 200 0 194 0 200 0 211 0 194 0 200 0 200 0 211 0 217 0 206 0 206 0 189 0 194 0 200 0 217 0 +USW00021504200310PRCP 0T 0 0 0 0 0 0T 0 18 0 13 0 25 0 41 0 74 0 81 0 28 0 140 0 150 0 23 0 157 0 218 0 18 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00021504200310AWND 25 X 26 X 29 X 30 X 26 X 23 X 27 X 23 X 18 X 18 X 20 X 26 X 25 X 21 X 20 X 22 X 25 X 25 X 22 X 21 X 29 X 28 X 38 X 30 X 36 X 36 X 33 X 36 X 34 X 34 X 26 X +USW00021504200310FMTM 1420 X 1348 X 1228 X 1425 X 1322 X 1259 X 1646 X 1254 X 1025 X 1011 X 1325 X 1414 X 1925 X 1142 X 1516 X 1708 X 1134 X 1345 X 1243 X 1530 X 1139 X 1317 X 1411 X 1329 X 1437 X 1430 X 1336 X 1309 X 1422 X 1340 X 1320 X +USW00021504200310PGTM 1421 W 1325 W 1154 W 1408 W 1459 W 1247 W 1635 W 1254 W 1411 W 0432 W 1325 W 1413 W 1402 W 1141 W 0725 W 1219 W 1544 W 1243 W 1141 W 1540 W 1155 W 1316 W 1521 W 1335 W 1458 W 1304 W 1335 W 1304 W 1249 W 1341 W 1329 W +USW00021504200310TAVG 278 W 267 W 261 W 256 W 250 W 267 W 261 W 261 W 256 W 244 W 239 W 256 W 261 W 256 W 233 W 244 W 244 W 244 W 244 W 250 W 244 W 250 W 256 W 256 W 261 W 256 W 250 W 250 W 250 W 250 W 261 W +USW00021504200310TSUN 329 X 591 X 547 X 617 X 329 X 649 X 458 X 378 X 333 X 160 X 49 X 195 X 412 X 282 X 72 X 172 X 424 X 406 X 155 X 261 X 582 X 409 X 465 X 596 X 490 X 466 X 446 X 574 X 482 X 423 X 602 X +USW00021504200310WDF2 90 X 80 X 80 X 10 X 50 X 80 X 40 X 80 X 50 X 240 X 70 X 70 X 80 X 60 X 60 X 90 X 360 X 80 X 80 X 50 X 20 X 60 X 100 X 100 X 100 X 100 X 110 X 110 X 90 X 110 X 90 X +USW00021504200310WDF5 100 X 90 X 110 X 30 X 60 X 80 X 30 X 90 X 100 X 250 X 60 X 70 X 50 X 60 X 230 X 30 X 20 X 60 X 110 X 50 X 40 X 80 X 110 X 110 X 100 X 100 X 110 X 110 X 90 X 100 X 90 X +USW00021504200310WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200310WSF2 80 X 76 X 72 X 58 X 63 X 72 X 67 X 98 X 63 X 58 X 80 X 72 X 58 X 98 X 54 X 54 X 45 X 63 X 58 X 54 X 58 X 63 X 94 X 80 X 89 X 89 X 89 X 94 X 76 X 94 X 67 X +USW00021504200310WSF5 98 X 94 X 94 X 80 X 80 X 94 X 89 X 107 X 76 X 72 X 98 X 89 X 72 X 116 X 67 X 63 X 58 X 80 X 80 X 63 X 72 X 80 X 116 X 103 X 107 X 116 X 112 X 125 X 98 X 116 X 94 X +USW00021504200310WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200310WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200310WT16 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504200311TMAX 300 0 278 0 278 0 261 0 289 0 289 0 256 0 272 0 278 0 278 0 272 0 261 0 272 0 267 0 261 0 256 0 267 0 261 0 233 0 256 0 261 0 267 0 272 0 278 0 278 0 283 0 256 0 283 0 278 0 233 0-9999 +USW00021504200311TMIN 211 0 194 0 189 0 200 0 206 0 211 0 206 0 206 0 194 0 206 0 206 0 194 0 183 0 194 0 200 0 206 0 206 0 217 0 194 0 172 0 161 0 156 0 172 0 178 0 172 0 206 0 217 0 206 0 222 0 211 0-9999 +USW00021504200311PRCP 25 0 33 0 51 0 180 0 51 0 15 0 86 0 28 0 28 0 434 0 36 0 183 0 203 0 475 0 564 0 749 0 343 0 137 0 122 0 5 0 0 0 0 0 0T 0 41 0 3 0 0 0 71 0 15 0 409 0 366 0-9999 +USW00021504200311AWND 24 X 24 X 25 X 27 X 25 X 23 X 21 X 24 X 22 X 30 X 29 X 22 X 27 X 25 X 23 X 24 X 20 X 22 X 52 X 63 X 36 X 35 X 28 X 25 X 24 X 17 X 21 X 13 X 18 X 21 X-9999 +USW00021504200311FMTM 0219 X 0819 X 2157 X 1239 X 0458 X 1435 X 1209 X 1533 X 1535 X 0716 X 0923 X 1223 X 1657 X 1157 X 1324 X 1456 X 2107 X 1836 X 0943 X 2219 X 1012 X 1423 X 1329 X 1301 X 1414 X 1143 X 0657 X 2332 X 0057 X 0213 X-9999 +USW00021504200311PGTM 1440 W 0819 W 2157 W 0202 W 0457 W 1453 W 1208 W 1411 W 1510 W 0716 W 0923 W 1223 W 1656 W 1156 W 1323 W 1123 W 2107 W 1715 W 0943 W 2222 W 1011 W 1422 W 1328 W 1328 W 1417 W 1619 W 0708 W 2316 W 0056 W 0213 W-9999 +USW00021504200311TAVG 256 W 239 W 233 W 233 W 250 W 250 W 233 W 239 W 239 W 244 W 239 W 228 W 228 W 233 W 233 W 233 W 239 W 239 W 217 W 217 W 211 W 211 W 222 W 228 W 228 W 244 W 239 W 244 W 250 W 222 W-9999 +USW00021504200311TSUN 620 X 176 X 43 X 13 X 350 X 238 X 12 X 96 X 65 X 176 X 139 X 44 X 143 X 111 X 7 X 0 X 88 X 1 X 15 X 483 X 220 X 449 X 361 X 453 X 341 X 460 X 1 X 186 X 95 X 0 X-9999 +USW00021504200311WDF2 250 X 50 X 100 X 40 X 250 X 80 X 250 X 90 X 90 X 50 X 80 X 80 X 80 X 120 X 80 X 100 X 250 X 340 X 10 X 350 X 350 X 350 X 360 X 50 X 360 X 360 X 10 X 260 X 60 X 270 X-9999 +USW00021504200311WDF5 90 X 40 X 90 X 250 X 250 X 70 X 250 X 70 X 60 X 60 X 90 X 80 X 70 X 130 X 80 X 110 X 270 X 310 X 360 X 10 X 350 X 350 X 360 X 40 X 350 X 100 X 360 X 260 X 60 X 240 X-9999 +USW00021504200311WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200311WSF2 63 X 58 X 80 X 63 X 63 X 67 X 45 X 45 X 54 X 98 X 94 X 80 X 94 X 67 X 107 X 72 X 45 X 58 X 107 X 112 X 107 X 98 X 67 X 58 X 67 X 40 X 67 X 22 X 72 X 67 X-9999 +USW00021504200311WSF5 72 X 67 X 112 X 76 X 76 X 80 X 63 X 63 X 67 X 116 X 112 X 103 X 107 X 80 X 125 X 103 X 58 X 80 X 148 X 139 X 139 X 125 X 89 X 72 X 72 X 45 X 80 X 27 X 89 X 89 X-9999 +USW00021504200311WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00021504200311WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00021504200311WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00021504200311WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00021504200312TMAX 294 0 267 0 267 0 272 0 278 0 283 0 278 0 267 0 261 0 267 0 272 0 283 0 278 0 289 0 261 0 272 0 239 0 244 0 250 0 278 0 250 0 267 0 283 0 283 0 256 0 278 0 267 0 239 0 233 0 267 0 239 0 +USW00021504200312TMIN 183 0 200 0 189 0 211 0 200 0 217 0 200 0 194 0 194 0 194 0 189 0 183 0 189 0 189 0 178 0 167 0 178 0 194 0 189 0 178 0 178 0 167 0 189 0 189 0 194 0 189 0 167 0 178 0 189 0 206 0 200 0 +USW00021504200312PRCP 30 0 30 0 196 0 114 0 124 0 249 0 185 0 81 0 241 0 457 0 0T 0 18 0 5 0 10 0 79 0 0 0 13 0 25 0 15 0 0T 0 5 0 0 0 5 0 8 0 43 0 3 0 10 0 97 0 391 0 74 0 41 0 +USW00021504200312AWND 21 X 31 X 29 X 13 X 18 X 19 X 22 X 24 X 17 X 24 X 25 X 25 X 21 X 20 X 24 X 27 X 45 X 24 X 18 X 20 X 21 X 25 X 25 X 26 X 25 X 30 X 29 X 21 X 29 X 28 X 25 X +USW00021504200312FMTM 1832 X 1408 X 1726 X 2355 X 0954 X 1421 X 2328 X 1610 X 0233 X 1810 X 1129 X 1438 X 1431 X 1545 X 0021 X 0524 X 0908 X 0017 X 0032 X 1148 X 1430 X 1126 X 1442 X 1456 X 1050 X 1600 X 1148 X 0820 X 0736 X 1506 X 1310 X +USW00021504200312PGTM 1904 W 1350 W 1724 W 0015 W 1446 W 1429 W 2327 W 1610 W 1541 W 1810 W 1128 W 1248 W 1430 W 1544 W 0021 W 0523 W 0933 W 0013 W 1138 W 1305 W 1429 W 1126 W 1422 W 1437 W 1049 W 1607 W 1355 W 0810 W 1849 W 1509 W 1256 W +USW00021504200312TAVG 239 W 233 W 228 W 244 W 239 W 250 W 239 W 233 W 228 W 233 W 233 W 233 W 233 W 239 W 222 W 222 W 211 W 222 W 222 W 228 W 217 W 217 W 239 W 239 W 228 W 233 W 217 W 211 W 211 W 239 W 222 W +USW00021504200312TSUN 157 X 133 X 249 X 138 X 106 X 348 X 387 X 270 X 34 X 92 X 280 X 517 X 369 X 348 X 72 X 525 X 30 X 3 X 134 X 434 X 52 X 569 X 363 X 242 X 73 X 524 X 117 X 42 X 0 X 27 X 0 X +USW00021504200312WDF2 350 X 360 X 30 X 230 X 110 X 120 X 120 X 80 X 80 X 90 X 50 X 60 X 40 X 50 X 110 X 220 X 340 X 360 X 250 X 80 X 330 X 20 X 70 X 100 X 100 X 110 X 110 X 330 X 250 X 120 X 160 X +USW00021504200312WDF5 350 X 360 X 40 X 240 X 140 X 120 X 120 X 80 X 90 X 80 X 40 X 90 X 40 X 50 X 110 X 220 X 340 X 360 X 20 X 80 X 340 X 30 X 70 X 100 X 80 X 110 X 140 X 340 X 190 X 110 X 160 X +USW00021504200312WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200312WSF2 63 X 76 X 63 X 58 X 45 X 67 X 67 X 76 X 67 X 67 X 72 X 54 X 45 X 67 X 67 X 58 X 103 X 67 X 45 X 58 X 67 X 58 X 63 X 67 X 67 X 76 X 67 X 80 X 63 X 72 X 45 X +USW00021504200312WSF5 80 X 98 X 80 X 67 X 54 X 80 X 94 X 125 X 80 X 94 X 89 X 67 X 58 X 76 X 76 X 72 X 130 X 89 X 54 X 67 X 80 X 72 X 76 X 80 X 94 X 94 X 89 X 112 X 80 X 94 X 67 X +USW00021504200312WT01-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 +USW00021504200312WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200312WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504200312WT13-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00021504200312WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200401TMAX 261 0 267 0 256 0 233 0 256 0 256 0 261 0 267 0 267 0 278 0 261 0 289 0 306 0 300 0 294 0 261 0 289 0 294 0 289 0 272 0 289 0 289 0 228 0 283 0 283 0 267 0 272 0 267 0 261 0 233 0 244 0 +USW00021504200401TMIN 206 0 183 0 217 0 211 0 200 0 189 0 167 0 161 0 150 0 156 0 167 0 167 0 172 0 183 0 178 0 189 0 194 0 178 0 172 0 172 0 183 0 172 0 178 0 178 0 178 0 172 0 194 0 189 0 189 0 178 0 167 0 +USW00021504200401PRCP 20 0 5 0 81 0 91 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 8 0 0 0 0 0 0T 0 0T 0 30 0 511 0 0 0 1034 0 315 0 25 0 305 0 315 0 310 0 272 0 +USW00021504200401AWND 35 X 34 X 27 X 22 X 28 X 19 X 31 X 24 X 24 X 36 X 31 X 25 X 30 X 35 X 25 X 21 X 32 X 32 X 36 X 27 X 26 X 40 X 24 X 29 X 37 X 21 X 24 X 26 X 38 X 28 X 23 X +USW00021504200401FMTM 1253 X 1859 X 1154 X 1017 X 0925 X 1344 X 1626 X 1354 X 1348 X 1534 X 1416 X 1415 X 1429 X 1138 X 1236 X 1635 X 1512 X 1409 X 1415 X 1344 X 1426 X 1617 X 0407 X 1457 X 1653 X 1413 X 1604 X 0942 X 0750 X 1219 X 1359 X +USW00021504200401PGTM 1536 W 1405 W 0726 W 0947 W 0921 W 1356 W 1625 W 1402 W 1503 W 1541 W 1408 W 1250 W 1429 W 1125 W 1235 W 1414 W 1511 W 1347 W 1408 W 1344 W 1546 W 1452 W 1456 W 1445 W 1657 W 1413 W 1604 W 0941 W 0228 W 1256 W 0243 W +USW00021504200401TAVG 233 W 228 W 239 W 222 W 228 W 222 W 217 W 217 W 211 W 217 W 217 W 228 W 239 W 244 W 239 W 228 W 244 W 239 W 233 W 222 W 239 W 233 W 206 W 233 W 233 W 222 W 233 W 228 W 228 W 206 W 206 W +USW00021504200401TSUN 56 X 25 X 0 X 1 X 2 X 1 X 550 X 446 X 569 X 551 X 484 X 612 X 583 X 621 X 281 X 65 X 509 X 545 X 358 X 173 X 299 X 491 X 0 X 452 X 281 X 292 X 309 X 448 X 205 X 33 X 181 X +USW00021504200401WDF2 160 X 130 X 160 X 10 X 330 X 10 X 360 X 10 X 10 X 340 X 340 X 50 X 130 X 170 X 80 X 350 X 100 X 80 X 110 X 90 X 100 X 100 X 220 X 90 X 20 X 70 X 80 X 60 X 40 X 60 X 110 X +USW00021504200401WDF5 160 X 160 X 160 X 360 X 330 X 360 X 360 X 10 X 40 X 350 X 340 X 80 X 130 X 160 X 70 X 10 X 100 X 80 X 110 X 80 X 90 X 110 X 210 X 90 X 10 X 70 X 90 X 60 X 60 X 50 X 70 X +USW00021504200401WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200401WSF2 80 X 72 X 63 X 67 X 63 X 40 X 67 X 54 X 45 X 72 X 76 X 54 X 80 X 103 X 67 X 45 X 76 X 89 X 80 X 67 X 67 X 98 X 72 X 72 X 134 X 63 X 58 X 67 X 76 X 80 X 63 X +USW00021504200401WSF5 116 X 107 X 98 X 80 X 80 X 58 X 80 X 63 X 67 X 89 X 98 X 80 X 130 X 148 X 89 X 72 X 98 X 112 X 103 X 89 X 80 X 134 X 89 X 89 X 170 X 76 X 72 X 80 X 107 X 98 X 89 X +USW00021504200401WT01 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200401WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00021504200401WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200401WT13 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200401WT16 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200402TMAX 267 0 267 0 267 0 272 0 261 0 256 0 261 0 272 0 278 0 278 0 283 0 267 0 261 0 300 0 278 0 228 0 272 0 278 0 283 0 283 0 283 0 289 0 283 0 272 0 267 0 283 0 294 0 233 0 294 0-9999 -9999 +USW00021504200402TMIN 178 0 178 0 194 0 194 0 183 0 178 0 183 0 183 0 178 0 189 0 194 0 189 0 200 0 178 0 178 0 183 0 189 0 211 0 189 0 194 0 178 0 189 0 200 0 200 0 206 0 206 0 206 0 156 0 178 0-9999 -9999 +USW00021504200402PRCP 175 0 69 0 81 0 33 0 295 0 127 0 127 0 10 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 409 0 38 0 33 0 5 0 0 0 0 0 0T 0 0T 0 137 0 13 0 0 0 28 0 526 0 0T 0-9999 -9999 +USW00021504200402AWND 22 X 24 X 17 X 24 X 20 X 21 X 18 X 25 X 17 X 25 X 23 X 23 X 19 X 29 X 26 X 31 X 26 X 31 X 28 X 29 X 27 X 33 X 34 X 27 X 26 X 34 X 52 X 29 X 41 X-9999 -9999 +USW00021504200402FMTM 1616 X 1604 X 0917 X 1446 X 1522 X 1312 X 0108 X 1406 X 1309 X 1252 X 1349 X 1724 X 1441 X 1414 X 1211 X 0940 X 1356 X 1302 X 1348 X 1442 X 1224 X 1455 X 1442 X 1256 X 2110 X 1547 X 1445 X 0428 X 1244 X-9999 -9999 +USW00021504200402PGTM 1615 W 1604 W 0917 W 1334 W 1517 W 0801 W 0108 W 1406 W 1304 W 1221 W 1348 W 1724 W 1417 W 1354 W 1422 W 0102 W 1420 W 1246 W 1423 W 1404 W 1456 W 1607 W 1413 W 1255 W 1448 W 1557 W 1557 W 0428 W 1244 W-9999 -9999 +USW00021504200402TAVG 222 W 222 W 233 W 233 W 222 W 217 W 222 W 228 W 228 W 233 W 239 W 228 W 233 W 239 W 228 W 206 W 233 W 244 W 239 W 239 W 233 W 239 W 244 W 239 W 239 W 244 W 250 W 194 W 239 W-9999 -9999 +USW00021504200402TSUN 310 X 248 X 146 X 436 X 27 X 190 X 105 X 329 X 301 X 480 X 516 X 88 X 67 X 571 X 282 X 0 X 354 X 545 X 557 X 312 X 540 X 407 X 439 X 99 X 57 X 464 X 516 X 17 X 493 X-9999 -9999 +USW00021504200402WDF2 60 X 60 X 80 X 90 X 70 X 60 X 110 X 100 X 10 X 350 X 10 X 340 X 100 X 110 X 360 X 360 X 100 X 110 X 80 X 100 X 50 X 100 X 110 X 120 X 240 X 130 X 140 X 20 X 190 X-9999 -9999 +USW00021504200402WDF5 50 X 70 X 80 X 100 X 70 X 80 X 110 X 100 X 10 X 360 X 20 X 350 X 50 X 80 X 350 X 350 X 120 X 120 X 80 X 110 X 80 X 110 X 110 X 120 X 80 X 150 X 160 X 20 X 200 X-9999 -9999 +USW00021504200402WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504200402WSF2 72 X 80 X 67 X 58 X 63 X 72 X 63 X 76 X 54 X 54 X 54 X 63 X 54 X 80 X 80 X 63 X 89 X 80 X 67 X 72 X 63 X 80 X 94 X 63 X 58 X 80 X 112 X 76 X 107 X-9999 -9999 +USW00021504200402WSF5 94 X 98 X 76 X 89 X 72 X 94 X 76 X 98 X 63 X 72 X 72 X 72 X 76 X 112 X 98 X 89 X 103 X 103 X 94 X 94 X 72 X 103 X 112 X 76 X 76 X 116 X 174 X 98 X 156 X-9999 -9999 +USW00021504200402WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00021504200402WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00021504200402WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200402WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00021504200402WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 +USW00021504200403TMAX 311 0 272 0 283 0 278 0 272 0 261 0 272 0 272 0 250 0 261 0 283 0 283 0 283 0 239 0 217 0 256 0 256 0 261 0 261 0 261 0 272 0 222 0 222 0 244 0 267 0 278 0 256 0 289 0 283 0 261 0 278 0 +USW00021504200403TMIN 206 0 200 0 211 0 206 0 194 0 183 0 183 0 189 0 172 0 156 0 172 0 183 0 183 0 194 0 189 0 189 0 194 0 183 0 183 0 172 0 189 0 194 0 200 0 183 0 206 0 206 0 217 0 189 0 194 0 206 0 211 0 +USW00021504200403PRCP 0T 0 104 0 74 0 69 0 168 0 13 0 183 0 127 0 0T 0 0T 0 0 0 13 0 25 0 526 0 749 0 13 0 13 0 5 0 0 0 0T 0 378 0 2271 0 826 0 371 0 221 0 91 0 155 0 0T 0 41 0 409 0 79 0 +USW00021504200403AWND 34 X 25 X 29 X 25 X 25 X 21 X 28 X 58 X 53 X 30 X 34 X 30 X 36 X 43 X 41 X 30 X 23 X 18 X 30 X 31 X 25 X 23 X 39 X 42 X 15 X 21 X 18 X 22 X 29 X 28 X 31 X +USW00021504200403FMTM 1549 X 1400 X 1403 X 1630 X 1433 X 1336 X 2008 X 1330 X 1425 X 1552 X 1615 X 1350 X 1917 X 1221 X 1618 X 1508 X 0921 X 1352 X 1358 X 1751 X 2218 X 0901 X 2158 X 1537 X 1037 X 1324 X 0958 X 1421 X 1358 X 1030 X 1245 X +USW00021504200403PGTM 1355 W 1450 W 1423 W 1456 W 1335 W 1337 W 2007 W 1748 W 1424 W 1329 W 1622 W 1351 W 1906 W 1949 W 1618 W 1507 W 0924 W 1256 W 1414 W 1751 W 2034 W 0418 W 2157 W 1536 W 1036 W 1711 W 0957 W 1232 W 1415 W 1030 W 1149 W +USW00021504200403TAVG 261 W 239 W 250 W 244 W 233 W 222 W 228 W 233 W 211 W 211 W 228 W 233 W 233 W 217 W 206 W 222 W 228 W 222 W 222 W 217 W 233 W 211 W 211 W 217 W 239 W 244 W 239 W 239 W 239 W 233 W 244 W +USW00021504200403TSUN 593 X 150 X 307 X 461 X 166 X 30 X 567 X 298 X 502 X 602 X 589 X 316 X 402 X 7 X 10 X 184 X 143 X 192 X 211 X 237 X 145 X 0 X 10 X 35 X 48 X 138 X 25 X 617 X 360 X 128 X 403 X +USW00021504200403WDF2 130 X 110 X 120 X 80 X 110 X 80 X 330 X 360 X 340 X 60 X 110 X 90 X 320 X 80 X 330 X 340 X 360 X 360 X 360 X 360 X 230 X 90 X 50 X 60 X 220 X 90 X 170 X 40 X 40 X 60 X 70 X +USW00021504200403WDF5 160 X 140 X 110 X 100 X 90 X 90 X 340 X 360 X 340 X 50 X 120 X 90 X 350 X 30 X 330 X 340 X 360 X 360 X 10 X 350 X 140 X 50 X 50 X 60 X 220 X 130 X 180 X 80 X 70 X 70 X 70 X +USW00021504200403WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200403WSF2 89 X 80 X 89 X 63 X 72 X 72 X 67 X 116 X 98 X 67 X 103 X 76 X 76 X 94 X 72 X 67 X 67 X 45 X 76 X 72 X 54 X 67 X 103 X 103 X 63 X 72 X 67 X 63 X 72 X 80 X 67 X +USW00021504200403WSF5 130 X 112 X 107 X 98 X 98 X 76 X 80 X 156 X 134 X 89 X 134 X 94 X 112 X 116 X 94 X 80 X 76 X 67 X 94 X 80 X 63 X 89 X 148 X 130 X 76 X 89 X 94 X 89 X 94 X 98 X 89 X +USW00021504200403WT01-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 +USW00021504200403WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200403WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200403WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200403WT13-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00021504200403WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200404TMAX 278 0 289 0 283 0 278 0 272 0 272 0 283 0 278 0 278 0 261 0 256 0 233 0 250 0 278 0 272 0 272 0 272 0 272 0 267 0 272 0 272 0 278 0 261 0 272 0 272 0 272 0 244 0 267 0 272 0 272 0-9999 +USW00021504200404TMIN 194 0 194 0 194 0 178 0 200 0 189 0 189 0 183 0 189 0 194 0 206 0 194 0 194 0 183 0 194 0 189 0 200 0 194 0 189 0 194 0 189 0 194 0 194 0 183 0 189 0 183 0 194 0 194 0 189 0 194 0-9999 +USW00021504200404PRCP 23 0 58 0 8 0 53 0 20 0 23 0 0T 0 0T 0 36 0 424 0 1181 0 1986 0 318 0 8 0 137 0 119 0 91 0 61 0 41 0 41 0 30 0 23 0 170 0 5 0 36 0 155 0 66 0 18 0 79 0 0T 0-9999 +USW00021504200404AWND 25 X 28 X 23 X 30 X 21 X 30 X 34 X 24 X 31 X 34 X 29 X 21 X 22 X 25 X 30 X 32 X 39 X 32 X 24 X 29 X 29 X 26 X 25 X 26 X 26 X 48 X 42 X 22 X 20 X 21 X-9999 +USW00021504200404FMTM 1340 X 1418 X 1513 X 1505 X 1514 X 0829 X 1432 X 1052 X 1821 X 1752 X 2232 X 1844 X 1336 X 1506 X 2109 X 1646 X 1350 X 0218 X 1243 X 1601 X 1505 X 1547 X 1529 X 1624 X 1402 X 1732 X 0957 X 1341 X 1356 X 1542 X-9999 +USW00021504200404PGTM 1339 W 1328 W 1332 W 1404 W 1235 W 1317 W 1431 W 1103 W 1821 W 1751 W 2228 W 1841 W 1342 W 1329 W 1211 W 1645 W 1424 W 0218 W 1239 W 1720 W 1317 W 1546 W 1528 W 1347 W 1248 W 1731 W 0956 W 1207 W 1345 W 1552 W-9999 +USW00021504200404TAVG 239 W 244 W 239 W 228 W 239 W 233 W 239 W 233 W 233 W 228 W 233 W 217 W 222 W 233 W 233 W 233 W 239 W 233 W 228 W 233 W 233 W 239 W 228 W 228 W 233 W 228 W 222 W 233 W 233 W 233 W-9999 +USW00021504200404TSUN 461 X 537 X 638 X 543 X 519 X 259 X 418 X 292 X 681 X 261 X 32 X 0 X 38 X 392 X 261 X 320 X 330 X 371 X 188 X 437 X 573 X 433 X 170 X 442 X 348 X 454 X 57 X 347 X 201 X 130 X-9999 +USW00021504200404WDF2 90 X 90 X 30 X 40 X 30 X 230 X 100 X 80 X 30 X 50 X 60 X 70 X 100 X 70 X 60 X 90 X 70 X 60 X 90 X 90 X 80 X 70 X 50 X 60 X 10 X 360 X 350 X 20 X 70 X 10 X-9999 +USW00021504200404WDF5 100 X 80 X 30 X 70 X 50 X 140 X 100 X 80 X 40 X 50 X 50 X 80 X 110 X 100 X 50 X 80 X 50 X 50 X 100 X 110 X 70 X 60 X 60 X 30 X 50 X 360 X 350 X 10 X 80 X 50 X-9999 +USW00021504200404WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200404WSF2 63 X 76 X 58 X 67 X 54 X 63 X 80 X 72 X 67 X 76 X 89 X 76 X 72 X 63 X 72 X 80 X 98 X 94 X 80 X 72 X 67 X 67 X 76 X 67 X 58 X 116 X 89 X 54 X 54 X 45 X-9999 +USW00021504200404WSF5 80 X 98 X 76 X 89 X 76 X 72 X 103 X 80 X 89 X 107 X 107 X 98 X 94 X 89 X 89 X 103 X 116 X 112 X 103 X 80 X 89 X 89 X 89 X 94 X 80 X 143 X 112 X 72 X 67 X 58 X-9999 +USW00021504200404WT01 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504200404WT13 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504200404WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200405TMAX 289 0 294 0 283 0 278 0 267 0 278 0 283 0 289 0 289 0 278 0 306 0 289 0 289 0 306 0 294 0 272 0 267 0 261 0 256 0 300 0 294 0 289 0 283 0 289 0 283 0 278 0 267 0 278 0 283 0 278 0 283 0 +USW00021504200405TMIN 217 0 211 0 211 0 206 0 200 0 183 0 183 0 183 0 189 0 189 0 211 0 211 0 200 0 217 0 222 0 217 0 222 0 222 0 222 0 217 0 206 0 206 0 206 0 200 0 200 0 194 0 200 0 200 0 194 0 206 0 206 0 +USW00021504200405PRCP 5 0 38 0 64 0 226 0 58 0 8 0 0 0 0 0 0 0 5 0 135 0 709 0 0 0 0T 0 0T 0 69 0 8 0 0 0 74 0 0T 0 33 0 0T 0 15 0 13 0 89 0 152 0 224 0 43 0 74 0 97 0 127 0 +USW00021504200405AWND 22 X 28 X 23 X 33 X 26 X 29 X 34 X 25 X 25 X 20 X 35 X 34 X 37 X 34 X 23 X 29 X 29 X 13 X 8 X 28 X 31 X 21 X 25 X 24 X 23 X 28 X 21 X 21 X 26 X 24 X 30 X +USW00021504200405FMTM 1216 X 2233 X 1650 X 1208 X 1618 X 1624 X 1329 X 1252 X 1403 X 0941 X 1316 X 0312 X 1434 X 1417 X 1252 X 1722 X 1140 X 2009 X 2105 X 1327 X 1240 X 1428 X 1629 X 1128 X 1330 X 1532 X 1252 X 1236 X 1123 X 1310 X 1556 X +USW00021504200405PGTM 1531 W 1310 W 1649 W 1345 W 0840 W 1608 W 1327 W 1230 W 1147 W 1110 W 1319 W 1256 W 1238 W 1514 W 1241 W 1756 W 1313 W 2017 W 2052 W 1439 W 1236 W 1425 W 0817 W 1125 W 1428 W 1355 W 1323 W 1245 W 1517 W 1309 W 1332 W +USW00021504200405TAVG 256 W 256 W 250 W 244 W 233 W 233 W 233 W 239 W 239 W 233 W 261 W 250 W 244 W 261 W 261 W 244 W 244 W 244 W 239 W 261 W 250 W 250 W 244 W 244 W 244 W 239 W 233 W 239 W 239 W 244 W 244 W +USW00021504200405TSUN 564 X 600 X 381 X 393 X 227 X 580 X 531 X 392 X 563 X 213 X 367 X 560 X 677 X 537 X 219 X 43 X 16 X 9 X 0 X 553 X 498 X 648 X 166 X 579 X 253 X 280 X 197 X 311 X 246 X 92 X 434 X +USW00021504200405WDF2 70 X 60 X 60 X 50 X 330 X 60 X 90 X 110 X 20 X 10 X 110 X 270 X 110 X 120 X 90 X 350 X 360 X 80 X 360 X 110 X 90 X 60 X 80 X 120 X 60 X 10 X 40 X 80 X 90 X 80 X 20 X +USW00021504200405WDF5 80 X 70 X 60 X 40 X 50 X 70 X 90 X 110 X 30 X 40 X 100 X 100 X 90 X 110 X 110 X 350 X 360 X 100 X 360 X 110 X 70 X 60 X 70 X 110 X 50 X 60 X 70 X 80 X 100 X 80 X 10 X +USW00021504200405WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200405WSF2 63 X 72 X 72 X 76 X 63 X 63 X 80 X 67 X 58 X 40 X 94 X 72 X 80 X 76 X 72 X 76 X 76 X 31 X 45 X 80 X 80 X 67 X 72 X 80 X 76 X 58 X 67 X 80 X 72 X 63 X 67 X +USW00021504200405WSF5 76 X 98 X 130 X 94 X 80 X 76 X 107 X 80 X 72 X 54 X 112 X 94 X 107 X 112 X 94 X 98 X 94 X 36 X 63 X 107 X 98 X 80 X 98 X 103 X 89 X 76 X 80 X 98 X 89 X 72 X 94 X +USW00021504200405WT01-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200405WT13-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200405WT16 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200406TMAX 283 0 278 0 294 0 283 0 278 0 294 0 289 0 294 0 294 0 289 0 283 0 283 0 283 0 294 0 283 0 289 0 283 0 272 0 289 0 278 0 306 0 272 0 289 0 283 0 294 0 283 0 294 0 272 0 283 0 289 0-9999 +USW00021504200406TMIN 206 0 206 0 206 0 211 0 211 0 206 0 211 0 211 0 206 0 206 0 200 0 189 0 206 0 200 0 194 0 200 0 194 0 206 0 206 0 217 0 211 0 217 0 217 0 211 0 200 0 200 0 194 0 211 0 211 0 211 0-9999 +USW00021504200406PRCP 58 0 3 0 25 0 76 0 112 0 46 0 25 0 99 0 102 0 8 0 79 0 51 0 157 0 61 0 0T 0 3 0 0T 0 30 0 5 0 114 0 64 0 76 0 8 0 58 0 43 0 10 0 25 0 135 0 91 0 30 0-9999 +USW00021504200406AWND 25 X 17 X 28 X 27 X 21 X 26 X 27 X 27 X 23 X 21 X 25 X 28 X 31 X 30 X 23 X 27 X 30 X 19 X 26 X 21 X 26 X 22 X 22 X 30 X 25 X 24 X 26 X 17 X 24 X 22 X-9999 +USW00021504200406FMTM 1624 X 1318 X 1610 X 1150 X 1012 X 1210 X 1537 X 2040 X 1552 X 1018 X 1441 X 1615 X 1607 X 1107 X 1202 X 1414 X 1350 X 0119 X 1442 X 1311 X 0757 X 1348 X 1623 X 1429 X 0930 X 1528 X 1233 X 1436 X 1956 X 1122 X-9999 +USW00021504200406PGTM 1436 W 1317 W 1634 W 1155 W 1007 W 1210 W 1855 W 1320 W 1551 W 1017 W 1440 W 1614 W 1556 W 1432 W 1311 W 1453 W 1353 W 1526 W 1659 W 1310 W 0756 W 1347 W 1622 W 1427 W 1336 W 1329 W 1236 W 1434 W 1953 W 1121 W-9999 +USW00021504200406TAVG 244 W 244 W 250 W 250 W 244 W 250 W 250 W 256 W 250 W 250 W 244 W 239 W 244 W 250 W 239 W 244 W 239 W 239 W 250 W 250 W 261 W 244 W 256 W 250 W 250 W 244 W 244 W 244 W 250 W 250 W-9999 +USW00021504200406TSUN 513 X 97 X 507 X 122 X 190 X 330 X 308 X 668 X 367 X 390 X 378 X 360 X 330 X 554 X 632 X 686 X 580 X 217 X 467 X 74 X 350 X 112 X 66 X 384 X 158 X 200 X 652 X 0 X 197 X 427 X-9999 +USW00021504200406WDF2 20 X 110 X 50 X 80 X 80 X 80 X 70 X 70 X 80 X 70 X 80 X 80 X 90 X 60 X 50 X 30 X 20 X 10 X 50 X 80 X 90 X 80 X 40 X 70 X 110 X 70 X 60 X 70 X 80 X 60 X-9999 +USW00021504200406WDF5 50 X 100 X 60 X 60 X 80 X 90 X 80 X 80 X 80 X 80 X 80 X 80 X 90 X 80 X 60 X 50 X 10 X 40 X 60 X 80 X 90 X 70 X 50 X 70 X 100 X 60 X 60 X 70 X 60 X 50 X-9999 +USW00021504200406WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200406WSF2 45 X 54 X 63 X 76 X 72 X 76 X 80 X 72 X 89 X 89 X 94 X 80 X 67 X 72 X 63 X 58 X 67 X 54 X 67 X 72 X 72 X 67 X 72 X 98 X 67 X 63 X 63 X 67 X 63 X 63 X-9999 +USW00021504200406WSF5 67 X 67 X 76 X 80 X 94 X 103 X 89 X 94 X 98 X 98 X 112 X 98 X 89 X 80 X 80 X 76 X 89 X 58 X 80 X 94 X 89 X 98 X 94 X 112 X 89 X 89 X 76 X 76 X 76 X 72 X-9999 +USW00021504200406WT01 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00021504200406WT13 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00021504200406WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200407TMAX 278 0 272 0 294 0 289 0 289 0 289 0 289 0 294 0 294 0 294 0 300 0 289 0 283 0 294 0 289 0 294 0 328 0 311 0 294 0 306 0 300 0 306 0 322 0 328 0 300 0 311 0 311 0 283 0 300 0 300 0 294 0 +USW00021504200407TMIN 211 0 211 0 206 0 206 0 211 0 206 0 200 0 194 0 206 0 206 0 211 0 200 0 211 0 206 0 200 0 200 0 211 0 206 0 217 0 206 0 206 0 211 0 211 0 211 0 206 0 206 0 206 0 233 0 211 0 206 0 211 0 +USW00021504200407PRCP 48 0 51 0 25 0 8 0 23 0 0 0 0T 0 64 0 36 0 33 0 23 0 94 0 165 0 102 0 46 0 20 0 28 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 38 0 84 0 175 0 13 0 33 0 18 0 +USW00021504200407AWND 26 X 21 X 25 X 28 X 23 X 29 X 32 X 33 X 25 X 29 X 26 X 28 X 25 X 24 X 25 X 20 X 25 X 27 X 27 X 30 X 32 X 25 X 26 X 24 X 28 X 29 X 28 X 19 X 26 X 30 X 25 X +USW00021504200407FMTM 1403 X 1412 X 0417 X 1358 X 1341 X 1718 X 1550 X 1203 X 1638 X 1443 X 1410 X 1130 X 1332 X 1320 X 1145 X 1418 X 1548 X 1506 X 1552 X 1343 X 1543 X 1152 X 1348 X 0923 X 1101 X 1442 X 1817 X 1327 X 1240 X 1048 X 1632 X +USW00021504200407PGTM 1402 W 1412 W 2101 W 1355 W 1321 W 1354 W 1543 W 1158 W 1543 W 1456 W 1716 W 1123 W 1331 W 1317 W 1133 W 1417 W 1547 W 1249 W 1403 W 1336 W 1619 W 1153 W 1339 W 1310 W 1059 W 1333 W 1307 W 1326 W 1104 W 1041 W 1630 W +USW00021504200407TAVG 244 W 244 W 250 W 250 W 250 W 250 W 244 W 244 W 250 W 250 W 256 W 244 W 250 W 250 W 244 W 250 W 272 W 261 W 256 W 256 W 256 W 261 W 267 W 272 W 256 W 261 W 261 W 261 W 256 W 256 W 256 W +USW00021504200407TSUN-9999 124 X-9999 501 X 721 X 690 X 710 X 454 X 619 X 337 X 296 X 307 X 160 X 393 X 635 X 349 X 405 X 737 X 554 X 664 X 476 X 600 X 437 X 380 X 611 X 563 X 533 X 100 X 624 X 494 X 324 X +USW00021504200407WDF2 20 X 60 X 260 X 70 X 70 X 110 X 80 X 80 X 70 X 70 X 70 X 80 X 60 X 70 X 80 X 80 X 60 X 80 X 90 X 60 X 80 X 60 X 90 X 110 X 50 X 50 X 70 X 70 X 70 X 70 X 80 X +USW00021504200407WDF5 20 X 70 X 70 X 60 X 80 X 90 X 100 X 90 X 80 X 80 X 80 X 70 X 60 X 60 X 330 X 80 X 70 X 90 X 110 X 30 X 70 X 70 X 100 X 110 X 50 X 40 X 80 X 80 X 70 X 70 X 80 X +USW00021504200407WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200407WSF2 67 X 58 X 67 X 58 X 58 X 67 X 67 X 89 X 58 X 72 X 67 X 107 X 107 X 80 X 98 X 67 X 63 X 58 X 67 X 63 X 72 X 67 X 67 X 72 X 72 X 63 X 76 X 76 X 63 X 72 X 40 X +USW00021504200407WSF5 80 X 67 X 94 X 76 X 94 X 103 X 89 X 103 X 89 X 89 X 89 X 130 X 130 X 103 X 134 X 80 X 76 X 80 X 94 X 80 X 89 X 94 X 89 X 98 X 89 X 89 X 94 X 98 X 89 X 98 X 58 X +USW00021504200407WT01 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 +USW00021504200407WT13 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 +USW00021504200407WT16 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200408TMAX 289 0 300 0 272 0 294 0 306 0 294 0 311 0 306 0 306 0 306 0 300 0 306 0 289 0 300 0 300 0 294 0 311 0 294 0 306 0 306 0 289 0 294 0 294 0 306 0 311 0 300 0 294 0 306 0 294 0 300 0 306 0 +USW00021504200408TMIN 217 0 211 0 239 0 222 0 206 0 217 0 206 0 211 0 211 0 211 0 206 0 211 0 222 0 217 0 217 0 228 0 233 0 222 0 217 0 211 0 211 0 200 0 217 0 217 0 206 0 211 0 206 0 206 0 222 0 206 0 200 0 +USW00021504200408PRCP 117 0 203 0 460 0 3 0 0T 0 170 0 3 0 0T 0 10 0 5 0 46 0 5 0 8 0 5 0 8 0 89 0 0T 0 3 0 0 0 5 0 91 0 48 0 38 0 18 0 18 0 13 0 79 0 130 0 107 0 56 0 0T 0 +USW00021504200408AWND 21 X 34 X 18 X 27 X 28 X 24 X 32 X 20 X 27 X 23 X 26 X 19 X 20 X 26 X 21 X 17 X 30 X 28 X 28 X 23 X 19 X 22 X 23 X 22 X 25 X 19 X 24 X 29 X 22 X 27 X 28 X +USW00021504200408FMTM 1313 X 1324 X 1435 X 1523 X 1425 X 1017 X 1400 X 1228 X 2158 X 1532 X 0947 X 1522 X 1439 X 0920 X 1514 X 1554 X 1731 X 1402 X 1259 X 1242 X 1342 X 2040 X 0259 X 1705 X 1211 X 1427 X 1726 X 1546 X 1448 X 1423 X 1249 X +USW00021504200408PGTM 1313 W 1323 W 1026 W 1456 W 1517 W 1016 W 1343 W 1111 W 1404 W 1536 W 1301 W 1254 W 1437 W 0921 W 1513 W 1355 W 1311 W 1617 W 1431 W 1431 W 1441 W 2039 W 0258 W 1158 W 1500 W 1420 W 1509 W 1536 W 1501 W 1338 W 1245 W +USW00021504200408TAVG 256 W 256 W 256 W 261 W 256 W 256 W 261 W 261 W 261 W 261 W 256 W 261 W 256 W 261 W 261 W 261 W 272 W 261 W 261 W 261 W 250 W 250 W 256 W 261 W 261 W 256 W 250 W 256 W 261 W 256 W 256 W +USW00021504200408TSUN 133 X 412 X 13 X 625 X 496 X 292 X 603 X 456 X 445 X 391 X 462 X 634 X 48 X 401 X 496 X 68 X 660 X 4 X 481 X 567 X 174 X 189 X 539 X 584 X 648 X 388 X 457 X 703 X 401 X 698 X 689 X +USW00021504200408WDF2 40 X 360 X 240 X 90 X 80 X 70 X 110 X 70 X 70 X 40 X 40 X 80 X 80 X 60 X 40 X 100 X 110 X 100 X 80 X 60 X 60 X 70 X 70 X 70 X 80 X 70 X 50 X 70 X 70 X 10 X 80 X +USW00021504200408WDF5 60 X 360 X 120 X 90 X 80 X 70 X 110 X 70 X 100 X 360 X 50 X 60 X 70 X 60 X 40 X 80 X 100 X 100 X 70 X 20 X 70 X 60 X 60 X 50 X 110 X 50 X 30 X 60 X 60 X 30 X 100 X +USW00021504200408WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200408WSF2 58 X 103 X 67 X 72 X 63 X 72 X 89 X 63 X 72 X 58 X 72 X 67 X 76 X 67 X 58 X 54 X 76 X 67 X 72 X 67 X 63 X 67 X 76 X 58 X 67 X 67 X 54 X 58 X 58 X 54 X 67 X +USW00021504200408WSF5 80 X 125 X 98 X 94 X 80 X 80 X 107 X 80 X 94 X 94 X 89 X 89 X 98 X 76 X 72 X 80 X 98 X 76 X 94 X 98 X 76 X 80 X 98 X 76 X 76 X 80 X 63 X 76 X 76 X 72 X 80 X +USW00021504200408WT01 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200408WT13 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504200408WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200409TMAX 300 0 300 0 306 0 300 0 306 0 306 0 317 0 317 0 317 0 306 0 300 0 311 0 311 0 306 0 300 0 294 0 311 0 300 0 306 0 300 0 306 0 300 0 289 0 294 0 294 0 294 0 294 0 289 0 294 0 278 0-9999 +USW00021504200409TMIN 211 0 194 0 200 0 206 0 206 0 206 0 211 0 217 0 222 0 211 0 206 0 206 0 211 0 217 0 211 0 194 0 217 0 222 0 206 0 211 0 200 0 206 0 211 0 206 0 200 0 206 0 200 0 206 0 206 0 217 0-9999 +USW00021504200409PRCP 71 0 0 0 0 0 0 0 0 0 3 0 15 0 0T 0 8 0 20 0 41 0 0 0 0T 0 224 0 104 0 25 0 41 0 23 0 48 0 36 0 3 0 10 0 119 0 25 0 41 0 132 0 15 0 130 0 71 0 241 0-9999 +USW00021504200409AWND 30 X 28 X 28 X 32 X 24 X 30 X 28 X 26 X 22 X 34 X 29 X 26 X 30 X 26 X 23 X 28 X 24 X 27 X 23 X 29 X 29 X 27 X 21 X 29 X 28 X 25 X 27 X 24 X 24 X 28 X-9999 +USW00021504200409FMTM 1704 X 1403 X 1359 X 1509 X 1423 X 1215 X 1310 X 1303 X 1404 X 1444 X 2236 X 1445 X 1504 X 1420 X 1129 X 1607 X 1703 X 2000 X 2135 X 1339 X 1351 X 1426 X 1123 X 1533 X 1354 X 1329 X 1656 X 2248 X 0206 X 0329 X-9999 +USW00021504200409PGTM 2010 W 1327 W 1456 W 1438 W 1312 W 1115 W 1329 W 1105 W 1336 W 1441 W 2235 W 1456 W 1246 W 1414 W 1132 W 1606 W 1702 W 1959 W 2135 W 1400 W 1236 W 1425 W 1122 W 1532 W 1353 W 1423 W 1655 W 1202 W 1413 W 0023 W-9999 +USW00021504200409TAVG 256 W 250 W 256 W 256 W 256 W 256 W 267 W 267 W 272 W 261 W 256 W 261 W 261 W 261 W 256 W 244 W 267 W 261 W 256 W 256 W 256 W 256 W 250 W 250 W 250 W 250 W 250 W 250 W 250 W 250 W-9999 +USW00021504200409TSUN 478 X 590 X 699 X 630 X 538 X 0 W 0 W 0 W 0 W 0 W 438 X 584 X 0 W 543 X 0 W 421 X 426 X 600 X 0 W 0 W 0 W-9999 0 W 0 W 0 W 553 X 0 W 0 W 598 X 6309 XX-9999 +USW00021504200409WDF2 50 X 50 X 90 X 20 X 30 X 80 X 80 X 80 X 30 X 50 X 60 X 40 X 10 X 70 X 70 X 10 X 60 X 70 X 20 X 60 X 80 X 10 X 20 X 50 X 50 X 40 X 50 X 230 X 260 X 240 X-9999 +USW00021504200409WDF5 90 X 40 X 40 X 30 X 60 X 100 X 80 X 80 X 50 X 50 X 60 X 40 X 10 X 80 X 70 X 350 X 60 X 80 X 30 X 30 X 80 X 10 X 30 X 40 X 30 X 30 X 50 X 80 X 70 X 260 X-9999 +USW00021504200409WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200409WSF2 63 X 63 X 63 X 63 X 63 X 67 X 63 X 76 X 58 X 103 X 80 X 58 X 58 X 67 X 89 X 67 X 67 X 94 X 67 X 63 X 72 X 72 X 80 X 72 X 63 X 58 X 63 X 54 X 58 X 54 X-9999 +USW00021504200409WSF5 76 X 80 X 80 X 76 X 80 X 94 X 80 X 98 X 89 X 130 X 98 X 76 X 72 X 80 X 103 X 94 X 80 X 107 X 89 X 76 X 94 X 80 X 103 X 89 X 76 X 67 X 76 X 67 X 80 X 72 X-9999 +USW00021504200409WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 +USW00021504200409WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00021504200409WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 +USW00021504200409WT16 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200410TMAX 283 0 289 0 289 0 289 0 289 0 289 0 294 0 300 0 300 0 300 0 289 0 306 0 294 0 294 0 294 0 289 0 294 0 289 0 289 0 272 0 294 0 283 0 261 0 272 0 250 0 283 0 294 0 294 0 300 0 289 0 278 0 +USW00021504200410TMIN 217 0 194 0 194 0 189 0 206 0 189 0 200 0 222 0 211 0 222 0 217 0 222 0 228 0 217 0 206 0 211 0 200 0 194 0 189 0 211 0 200 0 217 0 206 0 206 0 206 0 200 0 211 0 206 0 206 0 217 0 228 0 +USW00021504200410PRCP 224 0 191 0 3 0 61 0 0 0 0 0 0 0 23 0 5 0 208 0 211 0 36 0 58 0 18 0 107 0 94 0 25 0 239 0 638 0 74 0 20 0 38 0 86 0 30 0 216 0 305 0 114 0 15 0 8 0 361 0 183 0 +USW00021504200410AWND 26 X 28 X 25 X 27 X 25 X 32 X 23 X 23 X 25 X 17 X 20 X 26 X 26 X 30 X 27 X 23 X 24 X 23 X 21 X 21 X 23 X 21 X 21 X 21 X 23 X 27 X 29 X 25 X 21 X 29 X 20 X +USW00021504200410FMTM 1651 X 1030 X 1522 X 1617 X 1207 X 1116 X 1310 X 1342 X 1307 X 1036 X 0938 X 1537 X 1432 X 1155 X 1256 X 1414 X 1402 X 0925 X 1509 X 0303 X 1528 X 1532 X 2159 X 1716 X 1501 X 0215 X 1534 X 1345 X 1442 X 1022 X 1425 X +USW00021504200410PGTM 1650 W 1030 W 1457 W 1553 W 1243 W 1138 W 1304 W 1354 W 1344 W 1035 W 0937 W 1536 W 1450 W 1214 W 1255 W 1414 W 1401 W 0925 W 1509 W 0302 W 1523 W 1532 W 2158 W 2353 W 1500 W 0214 W 1534 W 1215 W 1431 W 1022 W 1424 W +USW00021504200410TAVG 250 W 244 W 244 W 239 W 250 W 239 W 250 W 261 W 256 W 261 W 256 W 267 W 261 W 256 W 250 W 250 W 250 W 244 W 239 W 244 W 250 W 250 W 233 W 239 W 228 W 244 W 256 W 250 W 256 W 256 W 256 W +USW00021504200410TSUN 239 X 290 X 525 X 476 X 0 W 614 X 577 X 120 X 497 X 286 X 130 X 355 X 238 X 296 X 207 X 217 X 399 X 0 W 0 W 0 W 0 W 0 W 0 W 58 X 0 X 156 X 497 X 250 X 335 X 157 X 35 X +USW00021504200410WDF2 360 X 20 X 10 X 360 X 10 X 360 X 40 X 80 X 60 X 60 X 110 X 100 X 90 X 120 X 60 X 60 X 50 X 100 X 80 X 40 X 80 X 20 X 120 X 120 X 210 X 120 X 90 X 50 X 50 X 80 X 110 X +USW00021504200410WDF5 350 X 20 X 30 X 10 X 10 X 10 X 60 X 90 X 60 X 60 X 110 X 100 X 110 X 110 X 60 X 50 X 60 X 100 X 90 X 30 X 80 X 10 X 110 X 120 X 220 X 110 X 90 X 40 X 40 X 80 X 110 X +USW00021504200410WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200410WSF2 72 X 80 X 54 X 72 X 67 X 67 X 58 X 72 X 58 X 63 X 80 X 67 X 67 X 76 X 72 X 67 X 76 X 76 X 98 X 89 X 58 X 76 X 63 X 54 X 58 X 72 X 76 X 67 X 58 X 76 X 67 X +USW00021504200410WSF5 94 X 94 X 67 X 94 X 76 X 80 X 72 X 89 X 67 X 72 X 103 X 76 X 80 X 94 X 94 X 76 X 98 X 94 X 107 X 116 X 76 X 94 X 80 X 67 X 76 X 98 X 89 X 94 X 67 X 89 X 89 X +USW00021504200410WT01 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200410WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504200410WT13 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200410WT16 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200411TMAX 289 0 289 0 283 0 261 0 294 0 306 0 294 0 306 0 294 0 289 0 294 0 289 0 306 0 283 0 261 0 294 0 278 0 256 0 272 0 272 0 278 0 283 0 289 0 278 0 267 0 283 0 283 0 267 0 278 0 289 0-9999 +USW00021504200411TMIN 211 0 200 0 211 0 211 0 194 0 194 0 194 0 211 0 206 0 189 0 194 0 200 0 183 0 189 0 217 0 206 0 194 0 194 0 178 0 172 0 178 0 178 0 206 0 200 0 217 0 206 0 200 0 194 0 194 0 194 0-9999 +USW00021504200411PRCP 48 0 23 0 23 0 53 0 0 0 0 0 0 0 0 0 0T 0 0 0 20 0 0T 0 0 0 348 0 587 0 208 0 15 0 269 0 0 0 0T 0 5 0 33 0 8 0 244 0 241 0 8 0 81 0 147 0 249 0 188 0-9999 +USW00021504200411AWND 21 X 26 X 29 X 28 X 31 X 22 X 27 X 25 X 29 X 27 X 27 X 31 X 18 X 42 X 53 X 25 X 24 X 24 X 21 X 26 X 22 X 23 X 30 X 25 X 22 X 25 X 22 X 16 X 25 X 22 X-9999 +USW00021504200411FMTM 1502 X 1256 X 1336 X 0817 X 1532 X 1306 X 1518 X 1214 X 1451 X 1420 X 1343 X 1349 X 1347 X 2047 X 2010 X 0041 X 1249 X 1908 X 1156 X 1304 X 1302 X 2354 X 2354 X 2009 X 1221 X 1151 X 2134 X 1619 X 1408 X 1318 X-9999 +USW00021504200411PGTM 1501 W 1255 W 1152 W 0815 W 1238 W 1304 W 1202 W 1217 W 1434 W 1252 W 1207 W 1348 W 1445 W 2046 W 0847 W 0041 W 1140 W 1908 W 1154 W 1335 W 1301 W 2354 W 2354 W 2008 W 1206 W 1419 W 2133 W 1958 W 2357 W 2357 W-9999 +USW00021504200411TAVG 250 W 244 W 250 W 239 W 244 W 250 W 244 W 261 W 250 W 239 W 244 W 244 W 244 W 239 W 239 W 250 W 239 W 228 W 228 W 222 W 228 W 233 W 250 W 239 W 244 W 244 W 244 W 233 W 239 W 244 W-9999 +USW00021504200411TSUN 6910 XX 0 W 0 W 0 W-9999 353 X 458 X 463 X 143 X 576 X 578 X 306 X-9999 353 X 2 X 388 X 453 X 1 X 247 X-9999 367 X 234 X 200 X 1 X 37 X 222 X 262 X 59 X 0 X 0 W-9999 +USW00021504200411WDF2 100 X 100 X 100 X 230 X 120 X 120 X 100 X 110 X 100 X 100 X 80 X 100 X 30 X 20 X 50 X 40 X 10 X 310 X 50 X 10 X 30 X 220 X 220 X 50 X 120 X 70 X 70 X 100 X 90 X 50 X-9999 +USW00021504200411WDF5 100 X 90 X 110 X 230 X 120 X 120 X 110 X 120 X 120 X 80 X 80 X 100 X 20 X 20 X 50 X 40 X 60 X 310 X 40 X 40 X 30 X 230 X 230 X 50 W 120 X 100 X 70 X 240 X 110 X 110 X-9999 +USW00021504200411WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200411WSF2 54 X 67 X 67 X 63 X 67 X 80 X 67 X 89 X 58 X 63 X 63 X 94 X 40 X 112 X 94 X 76 X 54 X 67 X 45 X 45 X 45 X 94 X 94 X 98 X 63 X 76 X 63 X 63 X 67 X 58 X-9999 +USW00021504200411WSF5 67 X 80 X 94 X 72 X 103 X 98 X 80 X 103 X 80 X 76 X 98 X 112 X 58 X 148 X 125 X 103 X 72 X 80 X 58 X 63 X 63 X 125 X 125 X 143 W 76 X 94 X 76 X 72 X 107 X 107 X-9999 +USW00021504200411WT01 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00021504200411WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200411WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200411WT13 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00021504200411WT16 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200412TMAX 283 0 278 0 272 0 272 0 272 0 256 0 233 0 278 0 283 0 239 0 261 0 250 0 272 0 278 0 283 0 283 0 250 0 272 0 272 0 244 0 261 0 272 0 278 0 272 0 272 0 228 0 272 0 272 0 261 0 289 0 272 0 +USW00021504200412TMIN 194 0 189 0 189 0 178 0 189 0 183 0 189 0 183 0 189 0 200 0 161 0 178 0 167 0 183 0 178 0 183 0 183 0 178 0 189 0 183 0 206 0 194 0 194 0 200 0 183 0 183 0 200 0 178 0 189 0 167 0 217 0 +USW00021504200412PRCP 345 0 91 0 28 0 102 0 5 0 231 0 754 0 0 0 36 0 15 0 8 0 3 0 0 0 0 0 13 0 0 0 48 0 33 0 18 0 160 0 33 0 0 0 269 0 23 0 5 0 206 0 323 0 23 0 5 0 18 0 0T 0 +USW00021504200412AWND 37 X 33 X 31 X 34 X 33 X 29 X 23 X 27 X 41 X 57 X 25 X 17 X 28 X 26 X 31 X 28 X 16 X 22 X 32 X 21 X 25 X 23 X 25 X 30 X 31 X 21 X 30 X 16 X 12 X 36 X 31 X +USW00021504200412FMTM 1356 X 1623 X 1454 X 1243 X 1156 X 0855 X 0803 X 1131 X 1639 X 1551 X 1322 X 1039 X 1440 X 1325 X 1336 X 1519 X 0228 X 2010 X 1408 X 1231 X 1448 X 1521 X 1352 X 1502 X 1352 X 0523 X 1512 X 1435 X 2251 X 1500 X 1322 X +USW00021504200412PGTM 1102 W 1623 W 1840 W 1243 W 1157 W 0856 W 0803 W 1131 W 1915 W 1539 W 1209 W 1038 W 1304 W 1320 W 1336 W 1501 W 0227 W 2009 W 1411 W 1234 W 1347 W 1145 W 1341 W 1429 W 1517 W 0513 W 1512 W 1500 W 2250 W 1357 W 1322 W +USW00021504200412TAVG 239 W 233 W 233 W 228 W 233 W 222 W 211 W 233 W 239 W 222 W 211 W 217 W 222 W 233 W 233 W 233 W 217 W 228 W 233 W 217 W 233 W 233 W 239 W 239 W 228 W 206 W 239 W 228 W 228 W 228 W 244 W +USW00021504200412TSUN 110 X 73 X 132 X 176 X 375 X 27 X 13 X 471 X 398 X 20 X 64 X 4 X 274 X 282 X 184 X 227 X 0 X 45 X 260 X 0 X 0 X 170 X 169 X 394 X 553 X 0 X 333 X 166 X 36 X 407 X 0 W +USW00021504200412WDF2 70 X 70 X 60 X 80 X 40 X 240 X 100 X 350 X 340 X 360 X 30 X 10 X 100 X 70 X 100 X 110 X 210 X 50 X 110 X 120 X 120 X 90 X 110 X 110 X 110 X 250 X 110 X 360 X 130 X 140 X 120 X +USW00021504200412WDF5 40 X 60 X 50 X 80 X 40 X 240 X 100 X 350 X 320 X 10 X 40 X 10 X 100 X 80 X 90 X 110 X 210 X 50 X 100 X 120 X 130 X 110 X 110 X 90 X 100 X 240 X 110 X 10 X 140 X 140 X 120 X +USW00021504200412WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200412WSF2 80 X 76 X 63 X 72 X 67 X 54 X 45 X 67 X 98 X 98 X 58 X 54 X 58 X 58 X 76 X 67 X 40 X 45 X 89 X 54 X 63 X 54 X 72 X 67 X 67 X 58 X 80 X 63 X 40 X 89 X 76 X +USW00021504200412WSF5 107 X 94 X 72 X 98 X 67 X 54 X 45 X 80 X 130 X 125 X 76 X 67 X 80 X 76 X 94 X 89 X 45 X 58 X 107 X 67 X 89 X 72 X 94 X 89 X 94 X 76 X 103 X 67 X 67 X 116 X 98 X +USW00021504200412WT01 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504200412WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200412WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504200412WT13 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504200412WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200501TMAX 250 0 267 0 250 0 272 0 267 0 267 0 244 0 244 0 244 0 256 0 261 0 261 0 261 0 289 0 272 0 300 0 300 0 272 0 278 0 283 0 272 0 244 0 278 0 278 0 283 0 289 0 278 0 283 0 300 0 289 0 289 0 +USW00021504200501TMIN 211 0 206 0 194 0 194 0 189 0 167 0 189 0 194 0 178 0 189 0 161 0 172 0 167 0 161 0 167 0 156 0 161 0 172 0 178 0 183 0 183 0 178 0 178 0 183 0 189 0 178 0 178 0 183 0 194 0 167 0 172 0 +USW00021504200501PRCP 43 0 160 0 33 0 0 0 5 0 23 0 89 0 84 0 91 0 376 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 5 0 0 0 0 0 0 0 0 0 46 0 5 0 0 0 5 0 3 0 +USW00021504200501AWND 35 X 25 X 17 X 32 X 19 X 22 X 17 X 16 X 21 X 30 X 17 X 20 X 26 X 25 X 26 X 32 X 27 X 25 X 29 X 24 X 36 X 27 X 19 X 20 X 30 X 33 X 32 X 35 X 27 X 33 X 35 X +USW00021504200501FMTM 1232 X 0517 X 1324 X 1246 X 1643 X 1431 X 0141 X 0354 X 0849 X 0202 X 1340 X 1449 X 1456 X 1313 X 1419 X 1445 X 1459 X 1641 X 1417 X 1522 X 2311 X 0029 X 1413 X 1437 X 1604 X 1331 X 1506 X 1333 X 1306 X 1434 X 1400 X +USW00021504200501PGTM 1218 W 0516 W 1324 W 1504 W 1244 W 1431 W 0135 W 1247 W 0847 W 0200 W 1339 W 1427 W 1331 W 1313 W 1316 W 0946 W 1459 W 1714 W 1448 W 1456 W 2307 W 0144 W 1437 W 1418 W 1603 W 1349 W 1543 W 1423 W 1304 W 1419 W 1413 W +USW00021504200501TAVG 233 W 239 W 222 W 233 W 228 W 217 W 217 W 222 W 211 W 222 W 211 W 217 W 217 W 228 W 222 W 228 W 233 W 222 W 228 W 233 W 228 W 211 W 228 W 233 W 239 W 233 W 228 W 233 W 250 W 228 W 233 W +USW00021504200501TSUN 5 X 13 X 24 X 268 X 114 X 165 X 27 X 23 X 53 X 74 X 143 X 163 X 556 X 621 X 467 X 622 X 620 X 540 X 526 X 549 X 579 X 41 X 254 X 414 X 483 X 567 X 439 X 425 X 370 X 400 X 411 X +USW00021504200501WDF2 130 X 120 X 350 X 360 X 350 X 360 X 340 X 290 X 340 X 160 X 70 X 110 X 40 X 50 X 340 X 120 X 100 X 360 X 360 X 360 X 340 X 360 X 110 X 10 X 110 X 100 X 110 X 100 X 120 X 100 X 100 X +USW00021504200501WDF5 120 X 130 X 350 X 350 X 80 X 360 X 330 X 320 X 340 X 160 X 70 X 140 X 10 X 50 X 340 X 160 X 100 X 360 X 340 X 360 X 340 X 340 X 120 X 360 X 110 X 100 X 100 X 150 X 120 X 100 X 110 X +USW00021504200501WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200501WSF2 89 X 67 X 63 X 89 X 40 X 54 X 54 X 40 X 94 X 98 X 58 X 40 X 45 X 58 X 63 X 76 X 72 X 54 X 89 X 63 X 94 X 80 X 63 X 45 X 67 X 80 X 89 X 94 X 76 X 94 X 94 X +USW00021504200501WSF5 130 X 80 X 80 X 103 X 58 X 63 X 67 X 45 X 112 X 156 X 67 X 58 X 67 X 67 X 80 X 112 X 89 X 58 X 107 X 76 X 125 X 98 X 72 X 63 X 80 X 98 X 103 X 116 X 107 X 116 X 112 X +USW00021504200501WT01 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00021504200501WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200501WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200501WT13 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00021504200501WT16 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 +USW00021504200502TMAX 294 0 256 0 239 0 222 0 278 0 289 0 283 0 278 0 256 0 272 0 267 0 267 0 228 0 261 0 261 0 267 0 267 0 267 0 272 0 272 0 283 0 278 0 278 0 272 0 267 0 261 0 267 0 267 0-9999 -9999 -9999 +USW00021504200502TMIN 189 0 183 0 183 0 183 0 183 0 189 0 200 0 194 0 189 0 183 0 167 0 167 0 178 0 172 0 172 0 156 0 178 0 183 0 172 0 172 0 172 0 167 0 172 0 178 0 167 0 178 0 183 0 172 0-9999 -9999 -9999 +USW00021504200502PRCP 10 0 264 0 1486 0 770 0 3 0 3 0 0 0 15 0 3 0 0T 0 0 0 109 0 815 0 0T 0 10 0 0T 0 10 0 8 0 0T 0 0 0 0 0 0 0 3 0 46 0 94 0 99 0 112 0 0 0-9999 -9999 -9999 +USW00021504200502AWND 25 X 23 X 21 X 17 X 23 X 27 X 21 X 20 X 20 X 23 X 27 X 36 X 31 X 33 X 36 X 35 X 27 X 25 X 30 X 25 X 35 X 26 X 30 X 29 X 38 X 28 X 23 X 30 X-9999 -9999 -9999 +USW00021504200502FMTM 1413 X 1909 X 2316 X 0136 X 1614 X 1403 X 1524 X 1419 X 1000 X 1227 X 1350 X 2104 X 0921 X 1444 X 1149 X 2258 X 1331 X 1155 X 1323 X 1221 X 1439 X 1322 X 1417 X 1524 X 2047 X 1436 X 1256 X 1344 X-9999 -9999 -9999 +USW00021504200502PGTM 1414 W 1919 W 2315 W 0134 W 1548 W 1402 W 1320 W 1424 W 1100 W 1240 W 1359 W 2105 W 0921 W 1401 W 1121 W 1211 W 1450 W 1457 W 1323 W 1432 W 1259 W 1239 W 1324 W 1427 W 2046 W 1435 W 1256 W 1336 W-9999 -9999 -9999 +USW00021504200502TAVG 244 W 222 W 211 W 206 W 233 W 239 W 244 W 239 W 222 W 228 W 217 W 217 W 206 W 217 W 217 W 211 W 222 W 228 W 222 W 222 W 228 W 222 W 228 W 228 W 217 W 222 W -178 GW 222 W-9999 -9999 -9999 +USW00021504200502TSUN 126 X 0 X 4 X 0 X 206 X 438 X 517 X 211 X 15 X 0 W 0 W 0 W 0 W 322 X 8012 XX 516 X 447 X 310 X 136 X 494 X 547 X 360 X 556 X 544 X 599 X 242 X-9999 451 X-9999 -9999 -9999 +USW00021504200502WDF2 80 X 350 X 280 X 350 X 100 X 110 X 40 X 60 X 240 X 60 X 30 X 340 X 10 X 20 X 60 X 20 X 60 X 60 X 50 X 60 X 100 X 90 X 50 X 40 X 310 X 40 X 80 X 80 X-9999 -9999 -9999 +USW00021504200502WDF5 80 X 350 X 280 X 340 X 100 X 110 X 80 X 80 X 240 X 30 X 20 X 330 X 360 X 10 X 50 X 20 X 50 X 50 X 50 X 60 X 110 X 100 X 60 X 80 X 310 X 40 X 80 X 90 X-9999 -9999 -9999 +USW00021504200502WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504200502WSF2 63 X 67 X 89 X 67 X 72 X 72 X 58 X 58 X 45 X 58 X 54 X 76 X 72 X 76 X 80 X 63 X 67 X 72 X 72 X 72 X 76 X 67 X 63 X 58 X 89 X 63 X 107 X 76 X-9999 -9999 -9999 +USW00021504200502WSF5 72 X 76 X 103 X 80 X 98 X 89 X 76 X 72 X 58 X 76 X 67 X 94 X 98 X 94 X 103 X 80 X 80 X 89 X 94 X 89 X 112 X 80 X 80 X 72 X 112 X 80 X 134 X 98 X-9999 -9999 -9999 +USW00021504200502WT01-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00021504200502WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200502WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200502WT13-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00021504200502WT16 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00021504200503TMAX 267 0 250 0 278 0 289 0 278 0 272 0 278 0 306 0 294 0 233 0 256 0 267 0 272 0 261 0 272 0 256 0 261 0 267 0 272 0 261 0 278 0 272 0 294 0 278 0 294 0 272 0 233 0 267 0 278 0 267 0 272 0 +USW00021504200503TMIN 161 0 178 0 178 0 183 0 150 0 189 0 194 0 194 0 189 0 189 0 183 0 172 0 167 0 167 0 167 0 167 0 156 0 183 0 200 0 189 0 200 0 200 0 206 0 211 0 183 0 194 0 189 0 211 0 211 0 211 0 217 0 +USW00021504200503PRCP 0 0 0T 0 0 0 0 0 0 0 5 0 0T 0 0 0 56 0 516 0 264 0 244 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 36 0 15 0 5 0 48 0 0 0 348 0 617 0 406 0 803 0 462 0 0T 0 +USW00021504200503AWND 30 X 22 X 34 X 31 X 26 X 23 X 40 X 41 X 35 X 41 X 36 X 33 X 25 X 22 X 26 X 38 X 30 X 27 X 19 X 27 X 26 X 22 X 32 X 21 X 16 X 49 X 49 X 42 X 23 X 23 X 41 X +USW00021504200503FMTM 1432 X 1259 X 1352 X 1436 X 1502 X 1723 X 1508 X 1435 X 1339 X 2128 X 1057 X 1718 X 1255 X 1337 X 1844 X 1116 X 1407 X 1441 X 1404 X 0834 X 1427 X 1614 X 1519 X 1639 X 1258 X 1317 X 2356 X 0010 X 1417 X 1555 X 1219 X +USW00021504200503PGTM 1442 W 1309 W 1327 W 1444 W 1448 W 1716 W 1443 W 1436 W 1609 W 1328 W 1257 W 1718 W 1336 W 1349 W 1542 W 1052 W 1226 W 1453 W 1403 W 0834 W 1349 W 1601 W 1430 W 1639 W 1240 W 1655 W 2355 W 0009 W 1413 W 1554 W 0848 W +USW00021504200503TAVG 217 W 217 W 228 W 239 W 217 W 233 W 239 W 250 W 244 W 211 W 222 W 222 W 222 W 217 W 222 W 211 W 211 W 228 W 239 W 228 W 239 W 239 W 250 W 244 W 239 W 233 W 211 W 239 W 244 W 239 W 244 W +USW00021504200503TSUN 450 X 187 X 474 X 652 X 420 X 255 X 584 X 581 X 441 X 177 X 393 X 85 X 275 X 166 X 603 X 523 X 513 X 481 X 251 X 124 X 339 X 381 X 590 X 325 X 308 X 165 X 75 X 267 X 217 X 273 X 272 X +USW00021504200503WDF2 70 X 80 X 100 X 100 X 350 X 360 X 340 X 130 X 340 X 350 X 40 X 340 X 350 X 360 X 340 X 360 X 360 X 60 X 10 X 340 X 70 X 50 X 110 X 120 X 90 X 10 X 50 X 50 X 80 X 80 X 50 X +USW00021504200503WDF5 70 X 80 X 110 X 110 X 350 X 360 X 340 X 150 X 350 X 350 X 50 X 330 X 360 X 350 X 80 X 360 X 360 X 40 X 360 X 340 X 60 X 50 X 100 X 120 X 80 X 10 X 50 X 40 X 80 X 80 X 60 X +USW00021504200503WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200503WSF2 67 X 67 X 89 X 89 X 76 X 72 X 112 X 103 X 103 X 107 X 67 X 116 X 103 X 67 X 72 X 94 X 63 X 67 X 58 X 67 X 63 X 58 X 94 X 76 X 63 X 103 X 89 X 94 X 80 X 76 X 67 X +USW00021504200503WSF5 89 X 80 X 107 X 116 X 94 X 89 X 143 X 148 X 116 X 143 X 89 X 143 X 125 X 76 X 94 X 107 X 76 X 80 X 67 X 76 X 76 X 72 X 125 X 103 X 72 X 139 X 116 X 130 X 103 X 94 X 94 X +USW00021504200503WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200503WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00021504200503WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504200503WT16-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200504TMAX 272 0 272 0 278 0 272 0 267 0 272 0 272 0 289 0 250 0 278 0 261 0 256 0 261 0 283 0 272 0 272 0 278 0 283 0 272 0 272 0 267 0 283 0 278 0 261 0 278 0 250 0 272 0 272 0 272 0 294 0-9999 +USW00021504200504TMIN 194 0 200 0 194 0 178 0 183 0 194 0 189 0 189 0 206 0 194 0 206 0 200 0 200 0 206 0 200 0 206 0 200 0 189 0 183 0 178 0 178 0 189 0 206 0 200 0 194 0 194 0 206 0 189 0 200 0 183 0-9999 +USW00021504200504PRCP 38 0 117 0 51 0 5 0 56 0 81 0 53 0 71 0 193 0 130 0 66 0 152 0 79 0 33 0 307 0 152 0 64 0 10 0 3 0 23 0 0T 0 0T 0 0 0 0T 0 0T 0 64 0 0T 0 46 0 10 0 0 0-9999 +USW00021504200504AWND 38 X 33 X 36 X 28 X 31 X 26 X 27 X 33 X 25 X 29 X 30 X 21 X 21 X 26 X 27 X 21 X 23 X 25 X 29 X 30 X 38 X 30 X 43 X 32 X 33 X 33 X 29 X 35 X 25 X 27 X-9999 +USW00021504200504FMTM 1343 X 1309 X 1521 X 1439 X 1000 X 1336 X 0041 X 1852 X 1236 X 1737 X 1648 X 1652 X 1607 X 1014 X 1554 X 1321 X 1525 X 1230 X 1734 X 1300 X 1443 X 1057 X 1147 X 2356 X 1351 X 0953 X 1255 X 1256 X 1652 X 1331 X-9999 +USW00021504200504PGTM 1342 W 1309 W 1521 W 1443 W 1402 W 1359 W 0045 W 1852 W 1642 W 1307 W 1639 W 1658 W 0044 W 1412 W 1553 W 1320 W 1313 W 1229 W 1732 W 1259 W 1443 W 1058 W 1147 W 2357 W 1351 W 0953 W 1256 W 1256 W 1635 W 1204 W-9999 +USW00021504200504TAVG 233 W 239 W 239 W 228 W 228 W 233 W 233 W 239 W 228 W 239 W 233 W 228 W 233 W 244 W 239 W 239 W 239 W 239 W 228 W 228 W 222 W 239 W 244 W 233 W 239 W 222 W 239 W 233 W 239 W 239 W-9999 +USW00021504200504TSUN 480 X 549 X 470 X 632 X 525 X 299 X 421 X 513 X 70 X 526 X 163 X 131 X 15 X 253 X 150 X 205 X 261 X 596 X 493 X 442 X 493 X 153 X 424 X 301 X 587 X 48 X 373 X 374 X 391 X 480 X-9999 +USW00021504200504WDF2 30 X 30 X 70 X 50 X 40 X 60 X 70 X 90 X 80 X 80 X 70 X 100 X 50 X 110 X 70 X 70 X 80 X 70 X 60 X 40 X 70 X 60 X 80 X 50 X 70 X 90 X 50 X 20 X 10 Z 90 X-9999 +USW00021504200504WDF5 30 X 20 X 70 X 50 X 50 X 50 X 80 X 100 X 60 X 50 X 70 X 100 X 90 X 100 X 60 X 60 X 90 X 70 X 50 X 50 X 70 X 60 X 80 X 50 X 70 X 90 X 50 X 20 X 350 X 100 X-9999 +USW00021504200504WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200504WSF2 80 X 80 X 89 X 67 X 67 X 72 X 80 X 76 X 76 X 67 X 67 X 67 X 58 X 76 X 72 X 89 X 72 X 72 X 76 X 67 X 67 X 72 X 67 X 58 X 63 X 67 X 67 X 63 X 40 Z 80 X-9999 +USW00021504200504WSF5 107 X 107 X 107 X 80 X 76 X 89 X 98 X 98 X 98 X 98 X 80 X 80 X 89 X 94 X 98 X 103 X 94 X 98 X 98 X 80 X 67 X 72 X 67 X 58 X 63 X 67 X 67 X 63 X 45 X 103 X-9999 +USW00021504200504WT01 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00021504200504WT13 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 +USW00021504200504WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504200505TMAX 294 0 294 0 294 0 294 0 294 0 300 0 283 0 289 0 289 0 289 0 289 0 289 0 294 0 294 0 283 0 294 0 294 0 289 0 300 0 294 0 306 0 306 0 300 0 294 0 289 0 289 0 278 0 294 0 294 0 283 0 283 0 +USW00021504200505TMIN 183 0 194 0 194 0 206 0 200 0 206 0 200 0 194 0 194 0 189 0 189 0 189 0 200 0 194 0 206 0 194 0 200 0 189 0 206 0 206 0 200 0 194 0 194 0 200 0 194 0 200 0 206 0 183 0 194 0 200 0 206 0 +USW00021504200505PRCP 0 0 0 0 0 0 5 0 3 0 66 0 102 0 0T 0 10 0 0 0 0 0 20 0 8 0 0 0 48 0 0 0 3 0 0 0 86 0 150 0 0 0 13 0 38 0 3 0 104 0 58 0 41 0 13 0 15 0 36 0 15 0 +USW00021504200505AWND 25 X 24 X 28 X 26 X 23 X 24 X 28 X 24 X 25 X 24 X 31 X 33 X 31 X 30 X 24 X 29 X 26 X 31 X 32 X 22 X 28 X 27 X 25 X 31 X 24 X 26 X 25 X 34 X 31 X 26 X 26 X +USW00021504200505FMTM 1156 X 1205 X 1312 X 1358 X 1141 X 1338 X 1503 X 1417 X 1452 X 1438 X 1335 X 1342 X 1402 X 1504 X 1828 X 1503 X 1351 X 1210 X 1144 X 1414 X 1241 X 1437 X 1442 X 1242 X 1347 X 1523 X 1234 X 1510 X 1459 X 1632 X 1444 X +USW00021504200505PGTM 1254 W 1236 W 1309 W 1422 W 1336 W 1522 W 1502 W 1359 W 1247 W 1425 W 1302 W 1241 W 1413 W 1501 W 1828 W 1503 W 1224 W 1008 W 1302 W 1332 W 1332 W 1313 W 1532 W 1137 W 1347 W 0412 W 1232 W 1306 W 1457 W 1631 W 1452 W +USW00021504200505TAVG 239 W 244 W 244 W 250 W 250 W 256 W 244 W 244 W 244 W 239 W 239 W 239 W 250 W 244 W 244 W 244 W 250 W 239 W 256 W 250 W 256 W 250 W 250 W 250 W 244 W 244 W 244 W 239 W 244 W 244 W 244 W +USW00021504200505TSUN 591 X 389 X 666 X 440 X 367 X 709 X 622 X 520 X 585 X 635 X 519 X 680 X 410 X 639 X 304 X 618 X 599 X 663 X 708 X 585 X 728 X 746 X 720 X 730 X 261 X 631 X 165 X 581 X 687 X 487 X 208 X +USW00021504200505WDF2 100 X 90 X 90 X 90 X 80 X 70 X 60 X 40 X 70 X 50 X 100 X 40 X 60 X 60 X 60 X 60 X 60 X 10 X 30 X 40 X 70 X 80 X 100 X 60 X 70 X 60 X 60 X 80 X 80 X 100 X 100 X +USW00021504200505WDF5 90 X 110 X 90 X 80 X 100 X 110 X 40 X 60 X 80 X 50 X 80 X 40 X 80 X 60 X 50 X 60 X 30 X 20 X 30 X 70 X 100 X 90 X 80 X 50 X 80 X 40 X 80 X 100 X 80 X 100 X 110 X +USW00021504200505WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200505WSF2 80 X 67 X 67 X 67 X 72 X 67 X 63 X 58 X 72 X 67 X 80 X 67 X 80 X 72 X 72 X 76 X 72 X 63 X 67 X 63 X 72 X 67 X 58 X 63 X 94 X 76 X 76 X 76 X 80 X 58 X 98 X +USW00021504200505WSF5 94 X 89 X 98 X 80 X 107 X 80 X 89 X 72 X 89 X 94 X 103 X 89 X 107 X 94 X 98 X 94 X 94 X 76 X 103 X 80 X 103 X 94 X 80 X 80 X 107 X 112 X 98 X 98 X 103 X 76 X 116 X +USW00021504200505WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 +USW00021504200505WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200505WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X +USW00021504200505WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200506TMAX 289 0 294 0 294 0 289 0 283 0 283 0 289 0 283 0 272 0 283 0 283 0 261 0 283 0 256 0 289 0 289 0 289 0 283 0 294 0 278 0 283 0 278 0 278 0 272 0 289 0 283 0 272 0 283 0 289 0 289 0-9999 +USW00021504200506TMIN 211 0 206 0 206 0 206 0 200 0 206 0 200 0 194 0 200 0 200 0 200 0 206 0 206 0 206 0 211 0 206 0 206 0 200 0 194 0 217 0 211 0 206 0 206 0 206 0 194 0 200 0 206 0 194 0 206 0 206 0-9999 +USW00021504200506PRCP 48 0 3 0 66 0 74 0 170 0 86 0 71 0 132 0 112 0 56 0 140 0 142 0 30 0 28 0 0T 0 43 0 102 0 0T 0 15 0 33 0 348 0 493 0 64 0 130 0 20 0 33 0 58 0 13 0 23 0 76 0-9999 +USW00021504200506AWND 30 X 26 X 26 X 28 X 25 X 25 X 30 X 26 X 21 X 19 X 30 X 21 X 24 X 17 X 21 X 26 X 35 X 22 X 20 X 24 X 29 X 28 X 26 X 27 X 29 X 21 X 22 X 23 X 23 X 27 X-9999 +USW00021504200506FMTM 1509 X 1350 X 1504 X 2114 X 1448 X 1627 X 1615 X 1005 X 0947 X 2019 X 1417 X 1622 X 1511 X 0937 X 1437 X 1407 X 1324 X 1254 X 1219 X 1729 X 1547 X 2151 X 0025 X 1304 X 1441 X 1206 X 1654 X 1336 X 1536 X 1651 X-9999 +USW00021504200506PGTM 1534 W 1402 W 1447 W 2113 W 1949 W 1620 W 1447 W 1853 W 1936 W 1406 W 1403 W 1617 W 1624 W 0942 W 1436 W 1205 W 1332 W 1141 W 1209 W 1746 W 1547 W 1759 W 0041 W 1304 W 1435 W 1202 W 1653 W 1420 W 1459 W 1633 W-9999 +USW00021504200506TAVG 250 W 250 W 250 W 250 W 244 W 244 W 244 W 239 W 239 W 244 W 244 W 233 W 244 W 233 W 250 W 250 W 250 W 244 W 244 W 250 W 250 W 244 W 244 W 239 W 244 W 244 W 239 W 239 W 250 W 250 W-9999 +USW00021504200506TSUN 394 X 726 X 423 X 573 X 322 X 321 X 343 X 324 X 277 X 613 X 314 X 26 X 233 X 0 X 326 X 611 X 397 X 701 X 707 X 487 X 183 X 36 X 17 X 157 X 375 X 272 X 51 X 665 X 606 X 465 X-9999 +USW00021504200506WDF2 70 X 90 X 70 X 100 X 70 X 80 X 80 X 100 X 50 X 50 X 80 X 250 X 70 X 230 X 30 X 50 X 70 X 360 X 80 X 60 X 100 X 250 X 230 X 100 X 80 X 90 X 50 X 50 X 50 X 30 X-9999 +USW00021504200506WDF5 80 X 90 X 60 X 100 X 80 X 80 X 50 X 60 X 60 X 30 X 60 X 240 X 80 X 230 X 30 X 70 X 90 X 20 X 80 X 90 X 110 X 100 X 240 X 100 X 80 X 80 X 50 X 20 X 40 X 60 X-9999 +USW00021504200506WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200506WSF2 72 X 67 X 58 X 76 X 63 X 94 X 63 X 72 X 76 X 63 X 76 X 45 X 58 X 45 X 63 X 63 X 76 X 54 X 67 X 72 X 63 X 63 X 67 X 80 X 67 X 94 X 63 X 58 X 63 X 58 X-9999 +USW00021504200506WSF5 80 X 80 X 76 X 94 X 76 X 112 X 80 X 89 X 89 X 80 X 98 X 63 X 72 X 54 X 76 X 76 X 107 X 67 X 94 X 76 X 89 X 98 X 80 X 107 X 94 X 112 X 72 X 76 X 80 X 76 X-9999 +USW00021504200506WT01-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00021504200506WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00021504200506WT13-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00021504200506WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200507TMAX 289 0 289 0 289 0 283 0 278 0 278 0 289 0 289 0 289 0 289 0 289 0 267 0 294 0 289 0 294 0 300 0 289 0 278 0 294 0 289 0 289 0 283 0 300 0 294 0 300 0 289 0 294 0 306 0 283 0 294 0 300 0 +USW00021504200507TMIN 206 0 211 0 206 0 200 0 200 0 217 0 217 0 211 0 222 0 211 0 217 0 211 0 217 0 217 0 211 0 211 0 211 0 211 0 228 0 222 0 206 0 194 0 200 0 217 0 217 0 217 0 211 0 217 0 222 0 217 0 206 0 +USW00021504200507PRCP 91 0 20 0 46 0 30 0 41 0 28 0 36 0 76 0 66 0 312 0 231 0 343 0 10 0 277 0 33 0 41 0 53 0 13 0 8 0 0 0 89 0 0T 0 81 0 61 0 5 0 41 0 0T 0 193 0 69 0 8 0 46 0 +USW00021504200507AWND 30 X 31 X 25 X 28 X 21 X 30 X 35 X 21 X 22 X 23 X 25 X 25 X 25 X 21 X 24 X 25 X 22 X 21 X 33 X 29 X 21 X 25 X 30 X 22 X 23 X 24 X 25 X 27 X 31 X 26 X 23 X +USW00021504200507FMTM 2301 X 2147 X 1358 X 1604 X 1556 X 1258 X 1626 X 1444 X 1652 X 1421 X 1350 X 0854 X 1235 X 1403 X 1449 X 1514 X 1717 X 1117 X 1259 X 1439 X 1549 X 1447 X 1235 X 1232 X 1438 X 0943 X 1726 X 1628 X 1032 X 1403 X 1352 X +USW00021504200507PGTM 2300 W 2145 W 1446 W 1249 W 1556 W 1257 W 1624 W 1533 W 2217 W 1423 W 1349 W 0853 W 1234 W 1402 W 1519 W 1439 W 1432 W 1117 W 1310 W 1235 W 1550 W 1446 W 1227 W 1540 W 1424 W 0942 W 1725 W 1628 W 1017 W 1335 W 1508 W +USW00021504200507TAVG 250 W 250 W 250 W 244 W 239 W 250 W 256 W 250 W 256 W 250 W 256 W 239 W 256 W 256 W 256 W 256 W 250 W 244 W 261 W 256 W 250 W 239 W 250 W 256 W 261 W 256 W 256 W 261 W 256 W 256 W 256 W +USW00021504200507TSUN 505 X 641 X 529 X 277 X 50 X 24 X 256 X 342 X 421 X 397 X 351 X 112 X-9999 311 X 646 X 498 X 222 X 134 X 387 X 607 X 254 X 263 X 378 X 193 X 281 X 158 X 294 X 519 X 41 X 724 X 349 X +USW00021504200507WDF2 80 X 50 X 30 X 80 X 60 X 60 X 70 X 60 X 60 X 60 X 80 X 70 X 60 X 40 X 70 X 50 X 70 X 80 X 40 X 350 X 70 X 60 X 70 X 80 X 70 X 70 X 60 X 70 X 80 X 30 X 110 X +USW00021504200507WDF5 70 X 60 X 50 X 100 X 60 X 60 X 70 X 50 X 70 X 60 X 80 X 70 X 60 X 40 X 80 X 70 X 70 X 70 X 30 X 40 X 60 X 60 X 60 X 30 X 60 X 70 X 60 X 70 X 70 X 40 X 60 X +USW00021504200507WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200507WSF2 72 X 72 X 63 X 63 X 58 X 72 X 89 X 67 X 67 X 63 X 76 X 67 X 72 X 63 X 72 X 67 X 76 X 67 X 67 X 63 X 76 X 76 X 67 X 72 X 67 X 63 X 67 X 72 X 80 X 58 X 72 X +USW00021504200507WSF5 89 X 94 X 89 X 89 X 67 X 94 X 107 X 76 X 80 X 76 X 94 X 76 X 94 X 76 X 89 X 89 X 98 X 94 X 80 X 89 X 94 X 94 X 94 X 80 X 103 X 76 X 89 X 89 X 98 X 72 X 80 X +USW00021504200507WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504200507WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504200507WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200508TMAX 278 0 289 0 289 0 278 0 289 0 289 0 267 0 300 0 278 0 300 0 294 0 283 0 278 0 294 0 294 0 294 0 294 0 294 0 294 0 289 0 294 0 294 0 289 0 289 0 294 0 294 0 294 0 311 0 289 0 300 0 306 0 +USW00021504200508TMIN 217 0 222 0 206 0 211 0 206 0 200 0 228 0 222 0 211 0 200 0 217 0 211 0 200 0 189 0 217 0 222 0 200 0 217 0 206 0 211 0 194 0 194 0 200 0 200 0 217 0 200 0 200 0 194 0 206 0 217 0 200 0 +USW00021504200508PRCP 56 0 58 0 8 0 104 0 5 0 140 0 508 0 107 0 74 0 15 0 20 0 15 0 5 0 5 0 71 0 13 0 38 0 102 0 437 0 10 0 0 0 0T 0 25 0 5 0 58 0 0 0 3 0 0T 0 3 0 10 0 46 0 +USW00021504200508AWND 28 X 21 X 28 X 36 X 27 X 34 X 21 X 19 X 22 X 26 X 21 X 22 X 20 X 28 X 28 X 29 X 26 X 29 X 25 X 27 X 27 X 27 X 23 X 27 X 29 X 26 X 28 X 29 X 25 X 26 X 28 X +USW00021504200508FMTM 1727 X 1159 X 1407 X 1405 X 1511 X 1535 X 0818 X 1341 X 1716 X 1538 X 1430 X 0939 X 1129 X 1613 X 1432 X 1241 X 1521 X 1209 X 2012 X 1440 X 1435 X 1339 X 1036 X 1606 X 1541 X 1522 X 1552 X 1440 X 1526 X 1303 X 1504 X +USW00021504200508TSUN 7 X 121 X 319 X 99 X 506 X 160 X 41 X 282 X 60 X 296 X 535 X 178 X 16 X 449 X 662 X 524 X 641 X 443 X 71 X 474 X 566 X 686 X 173 X 534 X 300 X 715 X 681 X 456 X 89 X 401 X 630 X +USW00021504200508WDF2 70 X 70 X 60 X 60 X 60 X 70 X 40 X 40 X 50 X 80 X 40 X 50 X 90 X 60 X 50 X 60 X 60 X 60 X 260 X 40 X 70 X 40 X 70 X 60 X 10 X 30 X 20 X 90 X 110 X 80 X 30 X +USW00021504200508WDF5 60 X 80 X 50 X 50 X 60 X 60 X 40 X 40 X 50 X 90 X 30 X 50 X 90 X 80 X 50 X 70 X 70 X 20 X 260 X 30 X 80 X 40 X 70 X 50 X 40 X 40 X 20 X 90 X 160 X 70 X 60 X +USW00021504200508WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200508WSF2 67 X 89 X 76 X 89 X 63 X 76 X 63 X 63 X 67 X 63 X 54 X 67 X 63 X 63 X 63 X 72 X 63 X 63 X 72 X 54 X 58 X 58 X 94 X 67 X 63 X 54 X 58 X 72 X 67 X 67 X 58 X +USW00021504200508WSF5 80 X 107 X 94 X 107 X 76 X 94 X 76 X 76 X 80 X 80 X 67 X 80 X 72 X 80 X 76 X 98 X 80 X 72 X 89 X 72 X 98 X 80 X 112 X 80 X 80 X 72 X 76 X 89 X 89 X 89 X 80 X +USW00021504200508WT01-9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00021504200508WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200508WT13-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00021504200508WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00021504200509TMAX 300 0 289 0 306 0 300 0 300 0 289 0 283 0 294 0 278 0 289 0 283 0 289 0 283 0 289 0 256 0 294 0 289 0 278 0 283 0 289 0 289 0 261 0 300 0 317 0 300 0 278 0 289 0 261 0 289 0 256 0-9999 +USW00021504200509TMIN 228 0 211 0 222 0 200 0 222 0 222 0 217 0 211 0 211 0 222 0 228 0 222 0 222 0 217 0 222 0 228 0 222 0 211 0 211 0 200 0 211 0 211 0 222 0 222 0 206 0 222 0 206 0 206 0 200 0 217 0-9999 +USW00021504200509PRCP 107 0 53 0 53 0 41 0 74 0 84 0 112 0 48 0 109 0 48 0 0T 0 155 0 699 0 696 0 1506 0 66 0 28 0 48 0 5 0 15 0 13 0 173 0 15 0 0 0 89 0 84 0 64 0 79 0 13 0 536 0-9999 +USW00021504200509AWND 26 X 19 X 27 X 27 X 21 X 28 X 22 X 29 X 17 X 20 X 21 X 27 X 21 X 19 X 21 X 19 X 23 X 22 X 26 X 30 X 26 X 20 X 24 X 25 X 25 X 25 X 34 X 32 X 36 X 28 X-9999 +USW00021504200509FMTM 1617 X 1611 X 2344 X 1223 X 1633 X 1459 X 1145 X 2018 X 0920 X 1450 X 0923 X 0102 X 1445 X 0316 X 0750 X 1517 X 0629 X 1419 X 1038 X 1309 X 1439 X 1419 X 1340 X 1441 X 1516 X 1318 X 1311 X 2156 X 1534 X 0940 X-9999 +USW00021504200509TSUN 508 X 80 X 413 X 248 X 202 X 213 X 141 X 130 X 107 X 226 X 116 X 181 X 101 X 83 X 13 X 276 X 384 X 62 X 265 X 660 X 493 X 41 X 262 X 499 X 460 X 132 X 273 X 39 X 649 X 9 X-9999 +USW00021504200509WDF2 70 X 80 X 70 X 80 X 360 X 40 X 70 X 70 X 80 X 80 X 70 X 80 X 10 X 120 X 270 X 110 X 50 X 360 X 360 X 30 X 50 X 60 X 80 X 90 X 70 X 40 X 60 X 260 X 10 X 60 X-9999 +USW00021504200509WDF5 80 X 80 X 70 X 80 X 30 X 40 X 80 X 60 X 80 X 90 X 70 X 40 X 360 X 130 X 280 X 110 X 50 X 360 X 360 X 30 X 30 X 70 X 90 X 90 X 70 X 330 X 70 X 290 X 10 X 40 X-9999 +USW00021504200509WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200509WSF2 76 X 80 X 80 X 89 X 58 X 67 X 80 X 72 X 76 X 72 X 76 X 76 X 58 X 63 X 67 X 76 X 72 X 63 X 76 X 72 X 67 X 54 X 76 X 76 X 67 X 72 X 89 X 63 X 72 X 98 X-9999 +USW00021504200509WSF5 89 X 98 X 98 X 103 X 72 X 80 X 107 X 98 X 94 X 94 X 98 X 89 X 67 X 89 X 76 X 103 X 89 X 76 X 89 X 80 X 76 X 63 X 98 X 94 X 80 X 134 X 103 X 76 X 94 X 116 X-9999 +USW00021504200509WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200509WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200509WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200509WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504200509WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200510TMAX 267 0 289 0 272 0 278 0 283 0 267 0 283 0 283 0 272 0 294 0 289 0 278 0 278 0 278 0 283 0 256 0 283 0 278 0 289 0 289 0 283 0 278 0 250 0 256 0 278 0 272 0 272 0 244 0 267 0 256 0 272 0 +USW00021504200510TMIN 217 0 211 0 211 0 194 0 194 0 200 0 211 0 200 0 189 0 189 0 194 0 178 0 206 0 194 0 172 0 211 0 200 0 183 0 200 0 189 0 206 0 211 0 206 0 200 0 189 0 183 0 178 0 206 0 200 0 194 0 211 0 +USW00021504200510PRCP 53 0 15 0 109 0 43 0 152 0 61 0 58 0 41 0 20 0 74 0 64 0 46 0 58 0 36 0 3 0 488 0 23 0 0T 0 3 0 13 0 10 0 119 0 211 0 114 0 107 0 150 0 254 0 785 0 33 0 102 0 277 0 +USW00021504200510AWND 17 X 21 X 27 X 21 X 23 X 31 X 38 X 26 X 21 X 21 X 18 X 25 X 29 X 31 X 27 X 17 X 21 X 29 X 26 X 30 X 25 X 29 X 28 X 21 X 24 X 29 X 27 X 23 X 23 X 20 X 16 X +USW00021504200510FMTM 1649 X 1458 X 1545 X 1222 X 1407 X 1427 X 1823 X 1523 X 1536 X 2232 X 0949 X 1712 X 1558 X 1308 X 1143 X 1637 X 1717 X 1431 X 1417 X 1510 X 1528 X 1311 X 1851 X 2002 X 2113 X 0759 X 1938 X 1233 X 2240 X 1039 X 1328 X +USW00021504200510TSUN 25 X 165 X 172 X 178 X 216 X 282 X 442 X 383 X 265 X 522 X 453 X 245 X 395 X 374 X 670 X 0 X 340 X 223 X 297 X 358 X 438 X 376 X 2 X 115 X 498 X 91 X 160 X 0 X 5 X 0 X 4 X +USW00021504200510WDF2 90 X 70 X 40 X 50 X 60 X 80 X 80 X 80 X 40 X 80 X 20 X 30 X 20 X 40 X 100 X 100 X 80 X 80 X 100 X 120 X 20 X 20 X 70 X 120 X 100 X 270 X 210 X 40 X 240 X 250 X 110 X +USW00021504200510WDF5 260 X 110 X 40 X 110 X 60 X 80 X 80 X 80 X 20 X 80 X 20 X 10 X 20 X 40 X 70 X 100 X 80 X 80 X 110 X 100 X 20 X 20 X 100 X 110 X 100 X 80 X 220 X 310 X 80 X 260 X 120 X +USW00021504200510WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200510WSF2 54 X 58 X 76 X 72 X 89 X 80 X 76 X 76 X 45 X 80 X 58 X 58 X 63 X 76 X 67 X 58 X 80 X 80 X 67 X 72 X 72 X 63 X 89 X 67 X 63 X 63 X 63 X 63 X 54 X 45 X 63 X +USW00021504200510WSF5 67 X 112 X 98 X 94 X 112 X 98 X 94 X 89 X 72 X 112 X 72 X 72 X 76 X 94 X 80 X 76 X 98 X 94 X 89 X 98 X 89 X 76 X 112 X 89 X 80 X 72 X 72 X 94 X 67 X 58 X 76 X +USW00021504200510WT01 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200510WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200510WT13 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200510WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200511TMAX 250 0 278 0 267 0 283 0 278 0 278 0 278 0 256 0 272 0 272 0 278 0 256 0 278 0 283 0 283 0 278 0 267 0 278 0 272 0 278 0 289 0 289 0 294 0 289 0 278 0 300 0 283 0 300 0 283 0 300 0-9999 +USW00021504200511TMIN 206 0 200 0 189 0 183 0 189 0 189 0 194 0 200 0 194 0 194 0 194 0 194 0 194 0 189 0 206 0 194 0 189 0 183 0 178 0 183 0 183 0 189 0 183 0 200 0 183 0 194 0 178 0 183 0 178 0 194 0-9999 +USW00021504200511PRCP 191 0 168 0 109 0 0T 0 33 0 74 0 61 0 902 0 732 0 18 0 330 0 130 0 8 0 74 0 74 0 10 0 46 0 18 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 58 0 0 0 0 0 0 0 206 0-9999 +USW00021504200511AWND 23 X 26 X 21 X 27 X 24 X 25 X 28 X 23 X 30 X 21 X 22 X 20 X 22 X 27 X 18 X 21 X 20 X 21 X 27 X 25 X 24 X 23 X 20 X 28 X 35 X 18 X 18 X 26 X 21 X 24 X-9999 +USW00021504200511FMTM 2143 X 2114 X 1341 X 1445 X 2305 X 2156 X 1045 X 2022 X 1037 X 1603 X 1024 X 1446 X 1348 X 1234 X 1341 X 1247 X 0923 X 1534 X 1113 X 1316 X 1350 X 1350 X 1201 X 1440 X 1421 X 1436 X 1500 X 1510 X 1243 X 1421 X-9999 +USW00021504200511TSUN 0 X 200 X 349 X 448 X-9999 214 X 481 X 401 X 1502 XX 452 X-9999 -9999 159 X 42 X 392 X 292 X 207 X 165 X 208 X 237 X 333 X 600 X 605 X 564 X 419 X 546 X 135 X 455 X 332 X 347 X-9999 +USW00021504200511WDF2 60 X 70 X 350 X 50 X 230 X 290 X 30 X 220 X 80 X 50 X 30 X 80 X 80 X 70 X 50 X 40 X 250 X 60 X 70 X 80 X 90 X 100 X 60 X 100 X 110 X 110 X 50 X 90 X 360 X 50 X-9999 +USW00021504200511WDF5 50 X 70 X 30 X 70 X 120 X 280 X 360 X 220 X 80 X 50 X 60 X 80 X 80 X 70 X 20 X 40 X 250 X 60 X 70 X 110 X 110 X 100 X 80 X 100 X 100 X 110 X 50 X 110 X 360 X 80 X-9999 +USW00021504200511WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200511WSF2 63 X 103 X 45 X 58 X 45 X 58 X 63 X 58 X 80 X 45 X 58 X 63 X 63 X 72 X 54 X 54 X 54 X 67 X 58 X 54 X 67 X 63 X 54 X 63 X 89 X 58 X 45 X 80 X 80 X 54 X-9999 +USW00021504200511WSF5 76 X 125 X 58 X 76 X 67 X 67 X 80 X 72 X 103 X 67 X 67 X 76 X 76 X 89 X 63 X 67 X 67 X 89 X 72 X 98 X 89 X 76 X 67 X 80 X 107 X 76 X 58 X 103 X 94 X 67 X-9999 +USW00021504200511WT01 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00021504200511WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200511WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504200511WT13 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00021504200511WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00021504200512TMAX 283 0 289 0 289 0 289 0 278 0 278 0 244 0 261 0 272 0 261 0 272 0 267 0 267 0 267 0 272 0 267 0 272 0 278 0 267 0 278 0 278 0 289 0 272 0 267 0 267 0 272 0 278 0 283 0 289 0 283 0 278 0 +USW00021504200512TMIN 206 0 200 0 189 0 189 0 183 0 200 0 194 0 183 0 194 0 183 0 189 0 189 0 183 0 167 0 172 0 167 0 172 0 156 0 167 0 183 0 178 0 189 0 189 0 172 0 172 0 178 0 183 0 183 0 178 0 183 0 183 0 +USW00021504200512PRCP 5 0 0 0 0 0 0 0 0T 0 64 0 589 0 353 0 48 0 104 0 122 0 36 0 3 0 0T 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0T 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 +USW00021504200512AWND 20 X 23 X 31 X 25 X 23 X 31 X 30 X 13 X 25 X 19 X 22 X 17 X 34 X 29 X 30 X 27 X 30 X 28 X 27 X 24 X 27 X 33 X 34 X 26 X 25 X 25 X 26 X 33 X 28 X 28 X 21 X +USW00021504200512FMTM 1452 X 1504 X 1602 X 1239 X 1850 X 2305 X 1654 X 1521 X 1159 X 1102 X 0416 X 1643 X 1156 X 1351 X 1312 X 1312 X 1259 X 2128 X 1233 X 1418 X 1223 X 2008 X 1214 X 1342 X 1436 X 1349 X 1441 X 1352 X 1406 X 1254 X 1456 X +USW00021504200512TSUN 133 X 481 X 466 X 336 X 287 X 83 X 39 X 139 X 112 X 150 X 380 X 396 X 517 X 468 X 324 X 409 X 174 X 277 X 30 X 351 X 210 X 188 X 365 X 414 X 487 X-9999 324 X 556 X 454 X 348 X 232 X +USW00021504200512WDF2 90 X 110 X 110 X 90 X 10 X 60 X 340 X 70 X 80 X 100 X 100 X 50 X 20 X 60 X 100 X 100 X 80 X 190 X 360 X 110 X 90 X 350 X 360 X 10 X 60 X 100 X 90 X 80 X 100 X 90 X 60 X +USW00021504200512WDF5 80 X 90 X 100 X 80 X 30 X 70 B 330 X 80 X 60 X 100 X 100 X 40 X 50 X 80 X 100 X 110 X 80 X 190 X 350 X 110 X 90 X 360 X 320 X 60 X 40 X 80 X 100 X 100 X 100 X 100 X 40 X +USW00021504200512WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200512WSF2 58 X 63 X 76 X 63 X 54 X 103 X 80 X 67 X 58 X 54 X 54 X 67 X 72 X 58 X 63 X 63 X 76 X 72 X 67 X 63 X 63 X 94 X 80 X 54 X 54 X 67 X 67 X 76 X 80 X 67 X 54 X +USW00021504200512WSF5 67 X 76 X 98 X 76 X 72 X 143 B 112 X 80 X 67 X 63 X 80 X 80 X 89 X 72 X 94 X 76 X 94 X 107 X 80 X 80 X 76 X 130 X 148 X 72 X 67 X 80 X 80 X 94 X 107 X 94 X 72 X +USW00021504200512WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200512WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200512WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 +USW00021504200512WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200512WT16 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00021504200601TMAX 278 0 289 0 289 0 272 0 239 0 261 0 261 0 267 0 256 0 272 0 244 0 261 0 239 0 272 0 261 0 250 0 267 0 239 0 256 0 261 0 256 0 233 0 267 0 261 0 256 0 261 0 244 0 261 0 256 0 267 0 272 0 +USW00021504200601TMIN 172 0 189 0 183 0 183 0 183 0 172 0 183 0 172 0 172 0 178 0 183 0 183 0 172 0 178 0 178 0 178 0 178 0 189 0 183 0 189 0 183 0 183 0 178 0 183 0 194 0 200 0 194 0 183 0 178 0 172 0 183 0 +USW00021504200601PRCP 0T 0 0 0 0 0 0T 0 53 0 8 0 0T 0 10 0 185 0 33 0 112 0 25 0 145 0 10 0 0T 0 170 0 43 0 216 0 13 0 114 0 180 0 290 0 0T 0 0T 0 429 0 513 0 267 0 20 0 33 0 28 0 5 0 +USW00021504200601AWND 21 W 32 W 25 W 47 W 33 W 33 W 27 W 29 W 24 W 29 W 20 W 20 W 25 W 35 W 24 W 21 W 24 W 16 W 24 W 30 W 22 W 23 W 19 W 23 W 21 W 24 W 28 W 26 W 26 W 31 W 28 W +USW00021504200601FMTM 1144 X 1400 X 1535 X 1124 X 0957 X 1312 X 1100 X 1225 X 1511 X 1557 X 1443 X 0022 X 1101 X 1701 X 1037 X 1201 X 1913 X 1332 X 1544 X 1449 X 1339 X 1033 X 1326 X 1215 X 1612 X 1242 X 0954 X 1447 X 1357 X 1452 X 1401 X +USW00021504200601PGTM 1318 W 1359 W 1534 W 1304 W 0956 W 1812 W 1100 W 1220 W 1547 W 1556 W 1243 W 0021 W 0259 W 1423 W 1040 W 1200 W 1539 W 1332 W 1543 W 1451 W 1215 W 1033 W 1320 W 1421 W 1612 W 1241 W 0953 W 1446 W 1355 W 1450 W 1401 W +USW00021504200601PSUN 68 X 75 X 78 X 25 X-9999 -9999 37 X 29 X 8 X 46 X 5 W 38 X 11 W 79 X 34 X 8 W 52 X-9999 44 X 27 X 20 X-9999 32 X 12 X 12 W-9999 -9999 22 X 23 X 41 X 44 X +USW00021504200601TSUN 450 X 491 X 512 X 166 X-9999 -9999 242 X 191 X 52 X 303 X 34 W 250 X 71 W 526 X 226 X 51 W 345 X 701 X 295 X 183 X 131 X 701 X 212 X 78 X 80 W 200 X 601 X 145 X 153 X 276 X 295 X +USW00021504200601WDF2 40 X 110 X 100 X 360 X 60 X 70 X 70 X 50 X 70 X 80 X 80 X 60 X 80 X 110 X 90 X 60 X 120 X 70 X 110 X 100 X 120 X 110 X 10 X 350 X 210 X 80 X 90 X 100 X 90 X 110 X 110 X +USW00021504200601WDF5 40 X 110 X 110 X 10 X 50 X 60 X 70 X 40 X 70 X 100 X 220 X 60 X 80 X 120 X 110 X 60 X 100 X 80 X 120 X 110 X 100 X 110 X 10 X 30 X 210 X 80 X 90 X 110 X 80 X 100 X 110 X +USW00021504200601WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200601WSF2 45 X 80 X 63 X 98 X 76 X 76 X 76 X 72 X 76 X 72 X 54 X 98 X 72 X 76 X 67 X 58 X 54 X 67 X 63 X 80 X 63 X 67 X 45 X 54 X 72 X 112 X 76 X 76 X 94 X 80 X 72 X +USW00021504200601WSF5 58 X 103 X 72 X 125 X 94 X 94 X 94 X 89 X 103 X 94 X 76 X 112 X 98 X 103 X 80 X 67 X 72 X 89 X 80 X 103 X 80 X 89 X 63 X 63 X 94 X 130 X 103 X 98 X 112 X 107 X 89 X +USW00021504200601WT01-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 0 1 W 1 0 1 W 1 0 1 W-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 W 1 0 1 0 1 0 1 W 1 0 1 0-9999 +USW00021504200601WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 +USW00021504200601WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00021504200601WT16 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200602TMAX 267 0 272 0 228 0 244 0 256 0 261 0 261 0 272 0 256 0 233 0 250 0 211 0 244 0 250 0 250 0 267 0 272 0 283 0 261 0 250 0 239 0 278 0 256 0 244 0 256 0 233 0 244 0 217 0-9999 -9999 -9999 +USW00021504200602TMIN 189 0 167 0 189 0 183 0 167 0 167 0 156 0 150 0 172 0 167 0 161 0 172 0 167 0 161 0 167 0 172 0 161 0 178 0 194 0 189 0 200 0 183 0 200 0 178 0 172 0 189 0 183 0 178 0-9999 -9999 -9999 +USW00021504200602PRCP 0 0 0 0 168 0 23 0 0T 0 8 0 0 0 0 0 8 0 56 0 84 0 203 0 76 0 3 0 145 0 8 0 0 0 0T 0 0T 0 53 0 648 0 20 0 18 0 13 0 0T 0 366 0 112 0 140 0-9999 -9999 -9999 +USW00021504200602AWND 29 W 30 W 51 W 71 W 39 W 30 W 25 W 68 W 60 W 20 W 23 W 15 W 52 W 38 W 23 W 25 W 30 W 30 W 23 W 24 W 14 W 23 W 22 W 25 W 35 W 23 W 47 W 23 W-9999 -9999 -9999 +USW00021504200602FMTM 1330 X 2337 X 0358 X 1749 X 0016 X 1646 X 1935 X 1418 X 0320 X 1209 X 1359 X 1406 X 1517 X 1221 X 1157 X 1603 X 1230 X 1235 X 1648 X 1829 X 1415 X 1357 X 0805 X 1117 X 1057 X 1741 X 1005 X 1533 X-9999 -9999 -9999 +USW00021504200602PGTM 1337 W 1213 W 0357 W 1346 W 0015 W 1338 W 1933 W 1418 W 0032 W 1207 W 1359 W 1106 W 1749 W 0217 W 0758 W 1430 W 1229 W 1219 W 1638 W 2124 W 1338 W 1613 W 0359 W 1144 W 1253 W 1740 W 1208 W 1548 W-9999 -9999 -9999 +USW00021504200602PSUN 22 X 60 X 0 W 71 X 64 X 87 X 78 X 92 X 44 X 23 X 32 X 0 W 34 X 65 X 23 X 71 X 53 X 3 W 1 W 0 W 0 W 34 X 7 X 1 W 14 W 1 W 0 W 0 W-9999 -9999 -9999 +USW00021504200602TSUN 146 X 407 X 0 W 482 X 438 X 593 X 531 X 631 X 298 X 160 X 219 X 0 W 237 X 448 X 158 X 489 X 370 X 22 W 9 W 0 W 0 W 238 X 50 X 4 W 97 W 9 W 2 W 0 W-9999 -9999 -9999 +USW00021504200602WDF2 100 X 340 X 360 X 350 X 350 X 30 X 330 X 360 X 360 X 130 X 140 X 130 X 360 X 360 X 200 X 60 X 90 X 110 X 100 X 30 X 90 X 10 X 290 X 350 X 360 X 360 X 70 X 220 X-9999 -9999 -9999 +USW00021504200602WDF5 120 X 40 X 360 X 360 X 350 X 30 X 10 X 360 X 10 X 140 X 150 X 110 X 340 X 340 X 80 X 360 X 90 X 110 X 100 X 80 X 110 X 10 X 310 X 330 X 360 X 350 X 60 X 200 X-9999 -9999 -9999 +USW00021504200602WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504200602WSF2 63 X 63 X 116 X 130 X 112 X 58 X 54 X 165 X 112 X 63 X 72 X 54 X 112 X 94 X 54 X 45 X 72 X 72 X 54 X 63 X 58 X 58 X 45 X 63 X 67 X 72 X 98 X 67 X-9999 -9999 -9999 +USW00021504200602WSF5 89 X 80 X 139 X 165 X 143 X 76 X 76 X 197 X 148 X 76 X 89 X 67 X 139 X 116 X 80 X 63 X 94 X 98 X 67 X 76 X 76 X 72 X 63 X 72 X 80 X 98 X 116 X 80 X-9999 -9999 -9999 +USW00021504200602WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 W-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504200602WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200602WT13-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504200602WT16-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504200603TMAX 233 0 233 0 233 0 256 0 256 0 256 0 261 0 239 0 233 0 244 0 244 0 256 0 233 0 222 0 233 0 228 0 272 0 250 0 228 0 294 0 272 0 278 0 289 0 272 0 289 0 278 0 233 0 294 0 294 0 278 0 283 0 +USW00021504200603TMIN 189 0 200 0 200 0 189 0 183 0 178 0 172 0 200 0 194 0 183 0 183 0 178 0 189 0 189 0 200 0 189 0 172 0 189 0 183 0 167 0 189 0 200 0 194 0 183 0 194 0 200 0 194 0 178 0 194 0 200 0 194 0 +USW00021504200603PRCP 290 0 432 0 180 0 79 0 81 0 3 0 198 0 1179 0 373 0 566 0 224 0 61 0 460 0 333 0 224 0 89 0 0T 0 434 0 1189 0 18 0 8 0 0T 0 15 0 0T 0 3 0 0T 0 272 0 0 0 0 0 0 0 0 0 +USW00021504200603AWND 23 W 17 W 17 W 31 W 27 W 26 W 30 W 23 W 39 W 30 W 19 W 25 W 32 W 26 W 23 W 25 W 26 W 28 W 22 W 26 W 21 W 32 W 26 W 16 W 24 W 26 W 22 W 32 W 34 W 32 W 32 W +USW00021504200603FMTM 1339 X 1419 X 0011 X 1344 X 1252 X 1045 X 1343 X 2104 X 0440 X 1357 X 1617 X 1803 X 0852 X 1324 X 0951 X 0356 X 1355 X 1302 X 1425 X 1403 X 1428 X 1746 X 2344 X 2357 X 1247 X 1443 X 1900 X 1448 X 1449 X 0220 X 1408 X +USW00021504200603PGTM 1338 W 1419 W 0213 W 1343 W 1254 W 1039 W 2257 W 2104 W 0504 W 1356 W 1613 W 1803 W 0851 W 1323 W 2355 W 0355 W 1354 W 1301 W 1530 W 1408 W 1440 W 1659 W 2344 W 2354 W 1256 W 1414 W 1859 W 1357 W 1444 W 0217 W 1316 W +USW00021504200603PSUN 0 W 0 W 0 W 35 X 65 X 32 X 17 X 0 W 0 W 0 W 1 W 8 W 2 W 0 W 0 W 0 W 25 X 0 W 0 W 53 X 20 X 1 W 22 X 30 X 44 X 6 W 0 W 68 X 18 X 29 X 68 X +USW00021504200603TSUN 0 W 0 W 0 W 245 X 465 X 225 X 123 X 3 W 0 W 0 W 10 W 60 W 16 W 0 W 0 W 0 W 183 X 1 W 0 W 384 X 143 X 6 W 159 X 217 X 323 X 43 W 0 W 500 X 135 X 215 X 501 X +USW00021504200603WDF2 100 X 100 X 230 X 70 X 60 X 110 X 70 X 260 X 80 X 120 X 90 X 90 W 140 X 130 X 140 X 170 X 110 X 120 X 140 X 100 X 100 X 120 X 340 W 220 W 120 X 120 X 190 X 140 X 360 X 360 X 120 X +USW00021504200603WDF5 100 X 100 X 260 X 70 X 60 X 120 X 110 X 260 X 80 X 120 X 80 X 90 W 150 X 140 X 190 X 160 X 110 X 130 X 140 X 90 X 120 X 140 X 340 W 240 W 110 X 110 X 200 X 140 X 360 X 360 X 110 X +USW00021504200603WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200603WSF2 58 X 72 X 45 X 76 X 76 X 76 X 63 X 72 X 98 X 76 X 58 X 63 W 72 X 63 X 63 X 63 X 72 X 94 X 54 X 76 X 80 X 72 X 72 W 31 W 80 X 76 X 54 X 80 X 80 X 94 X 103 X +USW00021504200603WSF5 76 X 98 X 54 X 98 X 98 X 103 X 89 X 89 X 112 X 103 X 67 X 89 W 107 X 89 X 72 X 89 X 94 X 112 X 67 X 98 X 98 X 98 X 98 W 40 W 103 X 103 X 63 X 112 X 103 X 125 X 130 X +USW00021504200603WT01 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 W 1 0 1 0 1 0 1 W-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00021504200603WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200603WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00021504200603WT13 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00021504200603WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00021504200604TMAX 261 0 283 0 256 0 250 0 261 0 267 0 256 0 261 0 261 0 261 0 250 0 272 0 228 0 256 0 244 0 250 0 239 0 261 0 267 0 261 0 256 0 267 0 267 0 272 0 272 0 267 0 250 0 250 0 272 0 267 0-9999 +USW00021504200604TMIN 200 0 189 0 189 0 189 0 189 0 156 0 183 0 189 0 172 0 194 0 183 0 189 0 189 0 178 0 183 0 183 0 189 0 183 0 183 0 183 0 189 0 178 0 194 0 178 0 194 0 178 0 167 0 189 0 194 0 178 0-9999 +USW00021504200604PRCP 28 0 384 0 254 0 74 0 43 0 20 0 56 0 0T 0 25 0 10 0 112 0 246 0 56 0 86 0 89 0 140 0 58 0 53 0 23 0 46 0 64 0 3 0 23 0 61 0 91 0 13 0 43 0 84 0 18 0 5 0-9999 +USW00021504200604AWND 31 W 30 W 25 W 32 W 26 W 34 W 32 W 37 W 34 W 27 W 27 W 31 W 24 W 25 W 31 W 27 W 30 W 34 W 25 W 30 W 26 W 30 W 29 W 28 W 26 W 27 W 26 W 23 W 26 W 24 W-9999 +USW00021504200604FMTM 1427 X 2155 X 0010 X 1321 X 1429 X 1638 X 1439 X 1429 X 1339 X 1858 X 1636 X 1539 X 1004 X 2249 X 1644 X 0228 X 1106 X 1543 X 1747 X 1824 X 1540 X 1437 X 1516 X 1333 X 1431 X 0930 X 1213 X 1502 X 1222 X 1155 X-9999 +USW00021504200604PGTM 1549 W 2359 W 0009 W 1321 W 1859 W 1422 W 1431 W 1258 W 1242 W 1332 W 1634 W 1539 W 1002 W 2249 W 1638 W 0232 W 0941 W 1526 W 1746 W 1521 W 1558 W 1407 W 1405 W 1330 W 1430 W 0927 W 0939 W 1501 W 1205 W 1216 W-9999 +USW00021504200604PSUN 1 X 46 X 20 X 12 X 22 X 47 X 35 X 56 X 40 X 28 X 39 X 30 X 1 W 15 X 6 W 11 W 18 X 43 X 52 X 36 X 15 X 78 X 73 X 40 X 44 X 27 X 21 X 8 W 75 X 40 X-9999 +USW00021504200604TSUN 4 X 338 X 150 X 90 X 164 X 352 X 264 X 416 X 297 X 207 X 290 X 225 X 401 X 111 X 4806 XX 8011 XX 134 X 327 X 394 X 277 X 111 X 596 X 558 X 307 X 339 X 208 X 164 X 6108 XX 574 X 307 X-9999 +USW00021504200604WDF2 110 X 360 X 360 X 70 X 30 X 50 X 40 X 10 X 60 X 20 X 60 X 60 X 90 X 100 X 70 X 90 X 70 X 40 X 20 X 60 X 20 X 40 X 20 X 70 X 100 X 110 X 250 X 60 X 60 X 10 X-9999 +USW00021504200604WDF5 110 X 20 X 10 X 80 X 20 X 40 X 60 X 40 X 60 X 40 X 60 X 60 X 90 X 100 X 70 X 90 X 80 X 40 X 20 X 10 X 40 X 40 X 10 X 70 X 100 X 110 X 120 X 70 X 60 X 360 X-9999 +USW00021504200604WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200604WSF2 80 X 63 X 76 X 89 X 58 X 76 X 72 X 76 X 72 X 63 X 80 X 76 X 80 X 67 X 76 X 80 X 80 X 76 X 72 X 63 X 58 X 67 X 58 X 72 X 80 X 80 X 58 X 63 X 67 X 58 X-9999 +USW00021504200604WSF5 103 X 98 X 103 X 103 X 76 X 103 X 94 X 103 X 94 X 80 X 98 X 94 X 107 X 89 X 98 X 107 X 98 X 103 X 112 X 76 X 67 X 89 X 76 X 94 X 103 X 103 X 72 X 72 X 89 X 72 X-9999 +USW00021504200604WT01 1 W 1 0 1 0 1 0 1 0 1 W 1 0-9999 1 W 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 W 1 0 1 0-9999 1 0 1 0 1 0 1 W 1 0 1 0 1 0 1 0-9999 +USW00021504200604WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200604WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 0 1 W-9999 -9999 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00021504200604WT13-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00021504200604WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200605TMAX 256 0 272 0 267 0 278 0 239 0 222 0 244 0 261 0 267 0 239 0 244 0 250 0 267 0 261 0 233 0 256 0 261 0 233 0 244 0 261 0 250 0 244 0 267 0 278 0 267 0 283 0 278 0 267 0 278 0 272 0 283 0 +USW00021504200605TMIN 178 0 172 0 183 0 161 0 183 0 189 0 183 0 194 0 189 0 189 0 156 0 172 0 167 0 189 0 189 0 178 0 194 0 194 0 194 0 194 0 178 0 194 0 172 0 189 0 194 0 211 0 211 0 211 0 206 0 200 0 200 0 +USW00021504200605PRCP 0T 0 8 0 18 0 0T 0 871 0 1085 0 904 0 579 0 310 0 180 0 8 0 358 0 18 0 117 0 363 0 0 0 0T 0 249 0 137 0 185 0 81 0 104 0 0T 0 0T 0 0T 0 0 0 48 0 86 0 0 0 0T 0 8 0 +USW00021504200605AWND 27 W 24 W 26 W 30 W 26 W 21 W 25 W 34 W 33 W 32 W 22 W 23 W 33 W 36 W 35 W 26 W 21 W 22 W 28 W 33 W 26 W 30 W 28 W 26 W 32 W 36 W 34 W 33 W 36 W 36 W 33 W +USW00021504200605FMTM 1431 X 1618 X 1342 X 1209 X 1445 X 1650 X 2035 X 1712 X 1455 X 1037 X 1123 X 0031 X 1237 X 1737 X 0530 X 1929 X 1224 X 1754 X 1518 X 1245 X 1713 X 1642 X 1359 X 1441 X 9999 XX 1503 X 1553 X 1455 X 1443 X 1748 X 1450 X +USW00021504200605PGTM 1430 W 1526 W 1341 W 1447 W 1444 W 1650 W 2034 W 1703 W 1454 W 1036 W 1338 W 1644 W 1314 W 1730 W 0533 W 1928 W 1238 W 1643 W 1441 W 1241 W 1713 W 1641 W 1358 W 1335 W-9999 1504 W 1553 W 1456 W 1443 W 1732 W 1450 W +USW00021504200605PSUN 22 X 34 X 3 W 63 W 4 W 0 W 1 W 5 W 0 X 0 W 2 W 0 W 92 X 11 W 0 W 29 X 33 X 0 W 0 W 15 X 8 W 4 W 46 X 12 X 19 X 31 X 49 X 9 X 50 X 51 X 68 X +USW00021504200605TSUN 173 X 264 X 24 W 490 W 3104 XX 0 W 901 X 3905 XX 0 X 0 W 1202 X 0 W 718 X 8511 XX 100 X 228 X 261 X 0 W 0 W 122 X 6708 XX 3004 XX 366 X 95 X 147 X 248 X 387 X 73 X 393 X 402 X 539 X +USW00021504200605WDF2 340 X 340 X 360 X 30 X 70 X 110 X 60 X 90 X 20 X 350 X 30 X 90 X 40 X 10 X 330 X 340 X 40 X 290 X 360 X 50 X 60 X 250 X 60 X 80 X 110 W 80 X 70 X 50 X 60 X 100 W 20 X +USW00021504200605WDF5 350 X 340 X 350 X 40 X 80 X 100 X 50 X 80 X 360 X 340 X 20 X 40 X 40 X 10 X 330 X 340 X 40 X 310 X 20 X 60 X 60 X 250 X 50 X 90 X 110 W 80 X 70 X 50 X 60 X 100 X 20 X +USW00021504200605WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200605WSF2 80 X 63 X 58 X 63 X 94 X 58 X 76 X 94 X 72 X 76 X 63 X 58 X 67 X 89 X 76 X 63 X 63 X 45 X 67 X 98 X 63 X 58 X 72 X 58 X 81 W 76 X 58 X 67 X 76 X 72 W 67 X +USW00021504200605WSF5 98 X 72 X 72 X 80 X 112 X 94 X 94 X 116 X 94 X 98 X 80 X 67 X 94 X 112 X 107 X 72 X 76 X 58 X 103 X 116 X 80 X 67 X 94 X 72 X 103 W 76 X 58 X 67 X 76 X 76 X 67 X +USW00021504200605WT01-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 W 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00021504200605WT03-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200605WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200605WT13-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00021504200605WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 X 1 0 1 0-9999 1 0 1 0 +USW00021504200606TMAX 278 0 272 0 283 0 283 0 278 0 278 0 278 0 278 0 283 0 283 0 283 0 289 0 289 0 283 0 278 0 272 0 272 0 278 0 283 0 272 0 267 0 278 0 278 0 278 0 272 0 283 0 283 0 283 0 272 0 283 0-9999 +USW00021504200606TMIN 206 0 200 0 200 0 211 0 206 0 206 0 189 0 183 0 178 0 189 0 211 0 194 0 206 0 211 0 206 0 194 0 206 0 200 0 206 0 206 0 200 0 194 0 200 0 189 0 194 0 211 0 211 0 217 0 206 0 206 0-9999 +USW00021504200606PRCP 0 0 8 0 0T 0 0 0 0 0 36 0 13 0 28 0 0 0 5 0 0T 0 8 0 0 0 201 0 127 0 124 0 99 0 38 0 76 0 74 0 140 0 51 0 36 0 0T 0 0 0 3 0 0T 0 0T 0 0T 0 0 0-9999 +USW00021504200606AWND 36 W 30 W 35 W 33 W 33 W 32 W 29 W 27 W 33 W 33 W 36 W 42 W 33 W 33 W 41 W 31 W 28 W 20 W 22 W 32 W 26 W 28 W 28 W 26 W 33 W 27 W 24 W 29 W 18 W 28 W-9999 +USW00021504200606FMTM 1244 X 1555 X 1354 X 1252 X 1556 X 1854 X 1455 X 1324 X 1357 X 1151 X 1451 X 1456 X 1632 X 1157 X 2026 X 0954 X 1718 X 1752 X 1232 X 1041 X 1310 X 1649 X 1138 X 1626 X 1154 X 1351 X 1325 X 1250 X 1320 X 1534 X-9999 +USW00021504200606PGTM 1244 W 1556 W 1355 W 1253 W 1557 W 1853 W 1454 W 1251 W 1337 W 1151 W 1451 W 1457 W 1617 W 1623 W 2026 W 0956 W 1623 W 1751 W 1442 W 1039 W 1308 W 1636 W 1427 W 1259 W 1139 W 1320 W 1034 W 1500 W 1319 W 1232 W-9999 +USW00021504200606PSUN 66 X 42 X 61 X 86 X 80 X 88 X 77 X 35 X 76 X 48 X 8 W 58 X 70 X 45 X 32 X 19 X 27 X 22 X 13 X 21 X 6 W 64 X 59 X 53 X 18 X 18 X 4 W 25 X 4 W 54 X-9999 +USW00021504200606TSUN 524 X 330 X 482 X 686 X 635 X 698 X 610 X 280 X 604 X 381 X 6408 XX 465 X 556 X 358 X 257 X 152 X 216 X 175 X 103 X 170 X 5006 XX 515 X 471 X 427 X 142 X 144 X 2804 XX 196 X 3304 XX 429 X-9999 +USW00021504200606WDF2 60 X 60 X 60 X 50 X 340 X 80 X 80 X 100 X 70 X 40 X 60 X 70 X 40 X 70 X 70 X 260 X 70 X 50 X 100 X 80 X 70 X 40 X 30 X 60 X 60 X 110 X 60 X 40 X 60 X 50 X-9999 +USW00021504200606WDF5 60 X 60 X 60 X 50 Z 340 X 70 X 60 X 110 X 80 X 40 X 60 X 70 X 40 X 50 X 70 X 280 X 100 X 40 X 60 X 80 X 80 X 40 X 30 X 40 X 60 X 90 X 60 X 40 X 50 X 30 X-9999 +USW00021504200606WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200606WSF2 76 X 63 X 72 X 54 X 58 X 63 X 63 X 58 X 63 X 63 X 76 X 76 X 58 X 76 X 80 X 58 X 76 X 58 X 67 X 103 X 72 X 54 X 63 X 58 X 72 X 63 X 63 X 72 X 58 X 63 X-9999 +USW00021504200606WSF5 76 X 63 X 72 X 63 Z 58 X 98 X 89 X 89 X 89 X 63 X 76 X 76 X 72 X 98 X 103 X 67 X 94 X 67 X 80 X 125 X 94 X 67 X 76 X 72 X 89 X 89 X 76 X 89 X 80 X 89 X-9999 +USW00021504200606WT01-9999 1 0-9999 -9999 -9999 1 W 1 W 1 0-9999 1 W-9999 1 W-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00021504200606WT13-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200606WT16-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 X 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 X 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504200607TMAX 283 0 289 0 289 0 278 0 283 0 283 0 283 0 272 0 278 0 278 0 278 0 272 0 272 0 283 0 283 0 283 0 283 0 300 0 289 0 300 0 278 0 300 0 294 0 289 0 289 0 289 0 283 0 278 0 250 0 283 0 300 0 +USW00021504200607TMIN 206 0 206 0 217 0 217 0 222 0 217 0 206 0 222 0 217 0 222 0 206 0 206 0 200 0 194 0 200 0 200 0 206 0 217 0 194 0 200 0 211 0 206 0 217 0 200 0 211 0 194 0 189 0 217 0 217 0 211 0 200 0 +USW00021504200607PRCP 0T 0 18 0 0T 0 168 0 5 0 41 0 99 0 84 0 99 0 51 0 48 0 69 0 41 0 10 0 109 0 74 0 33 0 0T 0 0T 0 23 0 18 0 0 0 0T 0 0T 0 0T 0 61 0 46 0 424 0 465 0 3 0 0 0 +USW00021504200607AWND 31 W 30 W 33 W 34 W 22 W 22 W 24 W 23 W 33 W 38 W 28 W 28 W 26 W 31 W 25 W 31 W 27 W 29 W 30 W 27 W 23 W 21 W 28 W 34 W 38 W 40 W 27 W 26 W 13 W 22 W 34 W +USW00021504200607FMTM 1157 X 1529 X 2202 X 1940 X 1459 X 1838 X 1721 X 1224 X 1129 X 2120 X 1521 X 1304 X 1443 X 1727 X 1446 X 1510 X 1414 X 1422 X 1403 X 1212 X 1104 X 1208 X 1305 X 1220 X 1926 X 1852 X 1416 X 1422 X 1440 X 1544 X 1552 X +USW00021504200607PGTM 1022 W 1603 W 1255 W 1609 W 1343 W 1837 W 1721 W 1220 W 1128 W 2120 W 1518 W 1303 W 1725 W 1726 W 1452 W 1408 W 1413 W 1315 W 1632 W 1518 W 1104 W 1440 W 1322 W 1219 W 1449 W 1357 W 1520 W 1421 W 1519 W 1400 W 1439 W +USW00021504200607WDF2 50 X 50 X 50 X 40 X 40 X 70 X 70 X 60 X 80 X 40 X 60 X 70 X 30 X 10 X 40 X 50 X 70 X 20 X 10 X 60 X 240 X 70 X 90 X 60 X 360 X 360 X 20 X 80 X 70 X 350 X 100 X +USW00021504200607WDF5 30 X 10 X 70 X 70 X 30 X 80 X 70 X 60 X 70 X 40 X 40 X 60 X 30 X 20 X 40 X 50 X 80 X 60 X 30 X 60 X 240 X 80 X 120 X 60 X 40 X 40 X 20 X 90 X 80 X 10 X 100 X +USW00021504200607WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200607WSF2 67 X 67 X 72 X 72 X 63 X 76 X 80 X 80 X 80 X 72 X 76 X 107 X 58 X 63 X 63 X 63 X 67 X 58 X 58 X 63 X 45 X 72 X 63 X 67 X 63 X 80 X 58 X 76 X 63 X 58 X 94 X +USW00021504200607WSF5 80 X 80 X 94 X 94 X 80 X 94 X 98 X 103 X 107 X 89 X 94 X 125 X 67 X 76 X 76 X 76 X 89 X 76 X 72 X 89 X 58 X 80 X 94 X 80 X 89 X 98 X 80 X 103 X 80 X 72 X 116 X +USW00021504200607WT01-9999 1 0-9999 1 0 1 0 1 W 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 W-9999 1 0 1 W 1 0 1 0 1 0 1 W-9999 +USW00021504200607WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00021504200607WT13-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00021504200607WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200608TMAX 294 0 306 0 289 0 289 0 278 0 261 0 278 0 283 0 289 0 283 0 283 0 283 0 283 0 294 0 294 0 289 0 283 0 272 0 278 0 289 0 272 0 272 0 283 0 289 0 294 0 289 0 311 0 289 0 289 0 289 0 283 0 +USW00021504200608TMIN 200 0 200 0 217 0 217 0 200 0 211 0 211 0 206 0 194 0 200 0 194 0 200 0 200 0 206 0 222 0 211 0 194 0 206 0 217 0 211 0 217 0 206 0 206 0 200 0 217 0 211 0 228 0 222 0 206 0 211 0 211 0 +USW00021504200608PRCP 0 0 0T 0 5 0 8 0 107 0 244 0 117 0 0T 0 8 0 15 0 20 0 91 0 15 0 36 0 127 0 3 0 23 0 71 0 135 0 76 0 5 0 5 0 0T 0 0 0 5 0 0 0 28 0 104 0 23 0 84 0 91 0 +USW00021504200608AWND 36 W 29 W 20 W 35 W 30 W 26 W 25 W 27 W 28 W 26 W 30 W 28 W 24 W 26 W 28 W 27 W 22 W 22 W 17 W 28 W 28 W 21 W 24 W 21 W 25 W 22 W 25 W 23 W 31 W 27 W 25 W +USW00021504200608FMTM 1322 X 1451 X 1155 X 2215 X 1113 X 1648 X 1134 X 1445 X 1444 X 0929 X 0413 X 0804 X 1226 X 0820 X 1447 X 1419 X 1740 X 1210 X 1100 X 1617 X 1718 X 1606 X 1511 X 1538 X 1343 X 1733 X 1308 X 1435 X 2231 X 1327 X 1545 X +USW00021504200608PGTM 1213 W 1434 W 1145 W 2215 W 0011 W 1646 W 1134 W 1422 W 1444 W 0926 W 0413 W 1302 W 1225 W 0820 W 1323 W 1446 W 1739 W 1207 W 1102 W 1556 W 1717 W 1519 W 1139 W 1520 W 1341 W 1724 W 1330 W 1318 W 1148 W 1326 W 1553 W +USW00021504200608WDF2 100 X 80 X 70 X 10 X 60 X 80 X 70 X 10 X 50 X 10 X 70 X 280 X 40 X 250 X 100 X 60 X 70 X 60 X 80 X 90 X 60 X 40 X 30 X 20 X 360 X 20 X 110 X 50 X 60 X 20 X 50 X +USW00021504200608WDF5 110 X 70 X 70 X 10 X 80 X 80 X 80 X 30 X 40 X 10 X 70 X 20 X 30 X 250 X 100 X 30 X 70 X 60 X 80 X 70 X 50 X 30 X 10 X 30 X 360 X 10 X 100 X 40 X 50 X 20 X 50 X +USW00021504200608WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200608WSF2 94 X 63 X 67 X 76 X 76 X 76 X 76 X 63 X 63 X 67 X 72 X 63 X 63 X 63 X 67 X 58 X 72 X 63 X 80 X 67 X 58 X 45 X 54 X 45 X 67 X 45 X 80 X 58 X 72 X 67 X 58 X +USW00021504200608WSF5 112 X 80 X 80 X 103 X 107 X 89 X 89 X 116 X 76 X 80 X 94 X 72 X 76 X 76 X 94 X 72 X 80 X 80 X 98 X 89 X 67 X 58 X 76 X 67 X 80 X 58 X 98 X 72 X 94 X 80 X 76 X +USW00021504200608WT01 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 W 1 0 1 W 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 W-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200608WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00021504200608WT08 1 0-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 W-9999 -9999 -9999 -9999 +USW00021504200608WT10-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200608WT13 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200608WT16-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00021504200609TMAX 289 0 283 0 289 0 283 0 289 0 278 0 289 0 294 0 283 0 283 0 283 0 289 0 283 0 289 0 272 0 283 0 294 0 278 0 289 0 283 0 283 0 289 0 289 0 283 0 278 0 256 0 278 0 244 0 256 0 289 0-9999 +USW00021504200609TMIN 206 0 194 0 189 0 189 0 194 0 211 0 217 0 206 0 217 0 200 0 206 0 200 0 200 0 206 0 206 0 211 0 200 0 211 0 206 0 206 0 194 0 194 0 172 0 189 0 217 0 222 0 217 0 206 0 211 0 222 0-9999 +USW00021504200609PRCP 8 0 23 0 0T 0 0 0 0 0 135 0 43 0 20 0 53 0 10 0 10 0 0 0 0T 0 155 0 53 0 5 0 5 0 43 0 53 0 99 0 51 0 97 0 0T 0 221 0 478 0 295 0 74 0 165 0 257 0 66 0-9999 +USW00021504200609AWND 28 W 30 W 27 W 28 W 28 W 25 W 26 W 29 W 23 W 24 W 26 W 24 W 27 W 26 W 20 W 20 W 31 W 27 W 29 W 21 W 23 W 24 W 28 W 26 W 18 W 10 W 21 W 20 W 21 W 25 W-9999 +USW00021504200609FMTM 1338 X 1428 X 1338 X 1512 X 1313 X 1252 X 1546 X 1449 X 1317 X 1245 X 1540 X 1347 X 2046 X 1251 X 1144 X 1232 X 1520 X 0621 X 1616 X 1443 X 1134 X 1526 X 1345 X 1413 X 1357 X 1314 X 1048 X 1201 X 1656 X 1347 X-9999 +USW00021504200609PGTM 1451 W 1357 W 1334 W 1403 W 1310 W 1251 W 1548 W 1413 W 0816 W 1243 W 1450 W 1312 W 2044 W 1249 W 1200 W 1413 W 1520 W 1310 W 1615 W 1442 W 1132 W 1530 W 1329 W 1409 W 1403 W 1312 W 1047 W 1200 W 1655 W 1346 W-9999 +USW00021504200609WDF2 40 X 10 X 30 X 30 X 30 X 130 X 80 X 50 X 50 X 70 X 100 X 90 X 50 X 20 X 60 X 100 X 80 X 90 X 70 X 100 X 60 X 100 X 30 X 70 X 60 X 220 X 60 X 260 X 70 X 10 X-9999 +USW00021504200609WDF5 20 X 20 X 40 X 10 X 20 X 110 X 70 X 70 X 30 X 70 X 110 X 90 X 50 X 30 X 80 X 50 X 80 X 40 X 60 X 100 X 80 X 110 X 30 X 70 X 60 X 220 X 60 X 260 X 70 X 10 X-9999 +USW00021504200609WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200609WSF2 63 X 58 X 58 X 45 X 58 X 76 X 76 X 58 X 76 X 76 X 67 X 67 X 80 X 67 X 58 X 54 X 103 X 80 X 89 X 72 X 67 X 80 X 58 X 72 X 72 X 45 X 63 X 54 X 63 X 63 X-9999 +USW00021504200609WSF5 76 X 72 X 76 X 67 X 76 X 98 X 94 X 89 X 98 X 94 X 80 X 89 X 98 X 89 X 67 X 67 X 116 X 98 X 98 X 89 X 80 X 98 X 94 X 89 X 89 X 58 X 76 X 63 X 80 X 72 X-9999 +USW00021504200609WT01 1 W 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 W-9999 -9999 1 0 1 0 1 0-9999 1 0 1 W 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200609WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200609WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 +USW00021504200609WT13-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504200609WT16 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200610TMAX 294 0 283 0 278 0 267 0 278 0 294 0 294 0 294 0 289 0 300 0 294 0 294 0 294 0 289 0 317 0 294 0 300 0 294 0 306 0 283 0 289 0 278 0 261 0 267 0 272 0 272 0 283 0 283 0 272 0 261 0 289 0 +USW00021504200610TMIN 233 0 217 0 200 0 200 0 194 0 211 0 217 0 228 0 211 0 206 0 206 0 189 0 194 0 206 0 189 0 200 0 217 0 206 0 211 0 222 0 211 0 200 0 211 0 194 0 194 0 183 0 189 0 189 0 200 0 217 0 194 0 +USW00021504200610PRCP 71 0 38 0 0T 0 13 0 635 0 201 0 61 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 127 0 114 0 0 0 23 0 201 0 46 0 0T 0 33 0 74 0 8 0 0T 0 0T 0 0 0 28 0 188 0 25 0 +USW00021504200610AWND 27 W 29 W 19 W 19 W 16 W 19 W 29 W 24 W 25 W 25 W 30 W 29 W 26 W 30 W 34 W 30 W 14 W 13 W 21 W 24 W 25 W 22 W 21 W 15 W 24 W 25 W 26 W 28 W 20 W 13 W 18 W +USW00021504200610FMTM 1503 X 1031 X 1148 X 0917 X 2241 X 1302 X 1406 X 1505 X 1401 X 1456 X 1418 X 1434 X 1205 X 1620 X 1343 X 2120 X 1239 X 1203 X 2230 X 1527 X 0259 X 1417 X 1559 X 1049 X 1312 X 1108 X 1335 X 1402 X 1411 X 1743 X 1255 X +USW00021504200610PGTM 1503 W 1029 W 1148 W 0832 W 2240 W 1717 W 1338 W 1504 W 1143 W 1357 W 1224 W 1407 W 1535 W 1414 W 1342 W 1653 W 1238 W 1057 W 2232 W 1526 W 1254 W 1251 W 1615 W 1048 W 1331 W 1107 W 1508 W 1336 W 1335 W 1742 W 1258 W +USW00021504200610WDF2 110 X 90 X 100 X 270 X 170 X 110 X 100 X 110 X 100 X 90 X 70 X 80 X 60 X 110 X 100 X 340 X 60 X 10 X 110 Z 120 X 90 X 80 X 60 X 270 X 50 X 80 X 80 X 10 X 70 X 260 X 80 X +USW00021504200610WDF5 110 X 90 X 80 X 260 X 170 X 330 X 120 X 120 X 90 X 80 X 80 X 70 X 70 X 80 X 100 X 330 X 60 X 10 X 120 Z 110 X 60 X 80 X 60 X 270 X 40 X 80 X 80 X 40 X 40 X 260 X 80 X +USW00021504200610WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200610WSF2 67 X 98 X 72 X 40 X 58 X 72 X 80 X 67 X 58 X 63 X 58 X 58 X 58 X 67 X 94 X 76 X 63 X 40 X 63 Z 63 X 63 X 63 X 54 X 54 X 63 X 80 X 63 X 58 X 45 X 36 X 54 X +USW00021504200610WSF5 76 X 116 X 94 X 54 X 76 X 134 X 98 X 89 X 80 X 80 X 76 X 80 X 72 X 89 X 107 X 125 X 80 X 58 X 89 Z 76 X 72 X 76 X 67 X 58 X 76 X 94 X 80 X 72 X 63 X 40 X 63 X +USW00021504200610WT01 1 0 1 0-9999 1 W 1 0 1 0 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 +USW00021504200610WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200610WT03-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200610WT08-9999 1 W-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504200610WT13 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X +USW00021504200610WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 +USW00021504200611TMAX 278 0 289 0 283 0 294 0 300 0 294 0 289 0 289 0 283 0 283 0 283 0 283 0 267 0 289 0 294 0 294 0 272 0 289 0 289 0 278 0 283 0 278 0 283 0 283 0 278 0 278 0 278 0 278 0 289 0 272 0-9999 +USW00021504200611TMIN 222 0 217 0 217 0 222 0 222 0 211 0 200 0 200 0 194 0 206 0 206 0 211 0 206 0 206 0 194 0 200 0 194 0 183 0 206 0 206 0 200 0 183 0 183 0 183 0 194 0 200 0 200 0 194 0 194 0 194 0-9999 +USW00021504200611PRCP 8 0 30 0 0 0 0T 0 0 0 0T 0 0T 0 10 0 36 0 18 0 18 0 41 0 36 0 0T 0 0 0 20 0 0T 0 0 0 0T 0 10 0 38 0 3 0 0 0 0T 0 112 0 41 0 155 0 0T 0 0 0 241 0-9999 +USW00021504200611AWND 22 W 26 W 10 W 18 W 32 W 25 W 26 W 23 W 26 W 29 W 24 W 34 W 24 W 21 W 20 W 18 W 22 W 22 W 24 W 23 W 20 W 22 W 23 W 29 W 25 W 26 W 25 W 21 W 23 W 21 W-9999 +USW00021504200611FMTM 2329 X 2359 X 2319 X 1311 X 1457 X 1412 X 1557 X 2306 X 1447 X 1309 X 1409 X 1413 X 1431 X 1312 X 1317 X 0703 X 0625 X 1312 X 1430 X 1151 X 1214 X 1459 X 1334 X 1328 X 2255 X 1429 X 0145 X 1348 X 1330 X 2050 X-9999 +USW00021504200611PGTM 2331 W 2159 W 2353 W 1301 W 1432 W 1308 W 1535 W 1149 W 1447 W 1316 W 1312 W 1358 W 1423 W 1304 W 1253 W 0702 W 1448 W 1210 W 1429 W 1150 W 1349 W 1235 W 1100 W 1209 W 2305 W 1429 W 0144 W 1405 W 1330 W 2155 W-9999 +USW00021504200611WDF2 100 Z 330 Z 160 X 30 X 100 X 100 X 50 X 240 X 70 X 110 X 90 X 120 X 120 X 150 X 80 X 80 X 250 X 80 X 40 X 100 X 30 X 20 X 80 X 70 X 50 X 110 X 40 X 110 X 80 X 150 X-9999 +USW00021504200611WDF5 110 Z 20 Z 160 X 10 X 120 X 90 X 40 X 40 X 70 X 110 X 70 X 110 X 110 X 140 X 80 X 80 X 100 X 70 X 30 X 100 X 90 X 40 X 70 X 70 X 90 X 110 X 40 X 100 X 80 X 310 X-9999 +USW00021504200611WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200611WSF2 63 Z 76 Z 31 X 58 X 80 X 63 X 54 X 45 X 58 X 72 X 58 X 89 X 63 X 58 X 54 X 63 X 54 X 63 X 58 X 54 X 54 X 58 X 58 X 58 X 63 X 63 X 89 X 58 X 63 X 54 X-9999 +USW00021504200611WSF5 89 Z 94 Z 36 X 72 X 103 X 80 X 67 X 63 X 72 X 80 X 80 X 116 X 80 X 72 X 67 X 72 X 76 X 76 X 72 X 63 X 67 X 72 X 76 X 76 X 80 X 76 X 112 X 72 X 72 X 72 X-9999 +USW00021504200611WT01 1 W 1 0 1 0 1 0 1 0 1 W 1 W 1 W 1 0 1 0 1 W 1 W 1 0-9999 -9999 1 W-9999 -9999 -9999 1 W 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 +USW00021504200611WT03 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200611WT08 1 W 1 W-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200611WT13-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00021504200611WT16 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00021504200612TMAX 261 0 233 0 250 0 278 0 283 0 278 0 278 0 278 0 267 0 278 0 278 0 278 0 272 0 272 0 256 0 228 0 278 0 267 0 256 0 278 0 261 0 267 0 267 0 250 0 278 0 272 0 272 0 272 0 272 0 272 0 244 0 +USW00021504200612TMIN 211 0 206 0 206 0 206 0 189 0 183 0 194 0 183 0 178 0 189 0 189 0 189 0 178 0 189 0 189 0 194 0 172 0 183 0 178 0 172 0 172 0 167 0 183 0 200 0 194 0 183 0 183 0 172 0 172 0 172 0 183 0 +USW00021504200612PRCP 277 0 467 0 48 0 0T 0 8 0 41 0 48 0 0 0 0T 0 0 0 5 0 8 0 10 0 58 0 147 0 180 0 74 0 152 0 36 0 0T 0 13 0 0 0 3 0 46 0 5 0 0T 0 0 0 0 0 23 0 3 0 41 0 +USW00021504200612AWND 17 W 20 W 20 W 23 W 27 W 28 W 21 W 32 W 26 W 28 W 29 W 30 W 33 W 19 W 20 W 27 W 28 W 30 W 26 W 28 W 26 W 28 W 24 W 10 W 21 W 27 W 20 W 35 W 25 W 26 W 22 W +USW00021504200612FMTM 1858 X 1103 X 1203 X 1355 X 1459 X 2328 X 1435 X 1314 X 1623 X 1307 X 1608 X 1642 X 1439 X 1322 X 0914 X 1333 X 1442 X 1446 X 1529 X 1438 X 1355 X 1442 X 1601 X 1503 X 1407 X 1200 X 1201 X 1317 X 1336 X 1312 X 1246 X +USW00021504200612PGTM 1857 W 1103 W 1158 W 1531 W 1232 W 1948 W 1117 W 1454 W 1622 W 1236 W 1607 W 1416 W 1320 W 1301 W 1308 W 0105 W 1426 W 1321 W 1350 W 1555 W 1717 W 1404 W 1609 W 1502 W 1313 W 1204 W 1221 W 1316 W 1504 W 1420 W 1245 W +USW00021504200612WDF2 50 X 230 X 70 X 40 X 70 X 330 X 10 X 40 X 80 X 90 X 120 X 90 X 80 X 70 X 80 X 260 X 120 X 30 X 90 X 100 X 120 X 100 X 120 X 80 X 50 X 90 X 100 X 360 X 70 X 40 X 90 X +USW00021504200612WDF5 20 X 230 X 60 X 30 X 120 X 350 X 40 X 20 X 80 X 80 X 110 X 80 X 80 X 80 X 60 X 80 X 110 X 30 X 70 X 80 X 130 X 110 X 130 X 80 X 50 X 110 X 110 X 10 X 80 X 80 X 90 X +USW00021504200612WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200612WSF2 67 X 58 X 58 X 45 X 58 X 63 X 63 X 67 X 63 X 67 X 76 X 67 X 67 X 58 X 98 X 58 X 63 X 58 X 58 X 63 X 67 X 63 X 54 X 54 X 54 X 76 X 58 X 76 X 63 X 63 X 67 X +USW00021504200612WSF5 89 X 67 X 72 X 58 X 76 X 89 X 76 X 80 X 76 X 89 X 94 X 80 X 103 X 72 X 143 X 76 X 76 X 72 X 107 X 72 X 76 X 80 X 63 X 58 X 72 X 89 X 67 X 98 X 76 X 72 X 80 X +USW00021504200612WT01 1 0 1 0 1 0-9999 -9999 1 W 1 0-9999 -9999 -9999 1 0 1 W 1 W 1 0 1 0 1 0 1 0 1 0-9999 1 W 1 W-9999 1 W 1 0 1 W-9999 -9999 -9999 1 W-9999 1 0 +USW00021504200612WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200612WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200612WT13 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00021504200612WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 +USW00021504200701TMAX 272 0 261 0 233 0 239 0 233 0 261 0 228 0 256 0 233 0 239 0 244 0 250 0 250 0 261 0 261 0 267 0 256 0 261 0 256 0 261 0 256 0 272 0 267 0 256 0 272 0 278 0 261 0 283 0 289 0 278 0 294 0 +USW00021504200701TMIN 172 0 194 0 200 0 194 0 194 0 194 0 194 0 194 0 189 0 200 0 194 0 200 0 178 0 178 0 178 0 183 0 178 0 172 0 183 0 178 0 161 0 161 0 150 0 172 0 161 0 156 0 144 0 139 0 161 0 167 0 156 0 +USW00021504200701PRCP 5 0 56 0 353 0 130 0 284 0 277 0 610 0 191 0 617 0 79 0 20 0 48 0 38 0 8 0 84 0 185 0 33 0 51 0 20 0 8 0 0T 0 0T 0 8 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200701AWND 26 W 26 W 26 W 27 W 23 W 26 W 23 W 29 W 26 W 17 W 26 W 21 W 20 W 21 W 28 W 24 W 22 W 28 W 29 W 28 W 27 W 31 W 29 W 29 W 26 W 25 W 34 W 27 W 32 W 30 W 20 W +USW00021504200701FMTM 1519 X 1704 X 2312 X 1748 X 1134 X 1002 X 1022 X 1212 X 1758 X 1117 X 1943 X 1432 X 2307 X 1308 X 1509 X 1539 X 1237 X 1311 X 1538 X 1111 X 1257 X 1407 X 1400 X 1042 X 1321 X 1544 X 1346 X 1641 X 0941 X 1433 X 1238 X +USW00021504200701PGTM 1518 W 1706 W 2311 W 1747 W 1133 W 1002 W 1020 W 1306 W 1757 W 1112 W 1943 W 1417 W 0134 W 1303 W 1507 W 1539 W 1236 W 1236 W 1214 W 1339 W 1255 W 1405 W 1358 W 1042 W 1320 W 1252 W 1345 W 1618 W 0938 W 1455 W 1145 W +USW00021504200701WDF2 100 X 100 X 60 X 80 X 90 X 140 X 90 X 130 X 210 X 210 X 80 X 70 X 230 X 80 X 80 X 80 X 80 X 70 X 110 X 110 X 180 X 120 X 80 X 80 X 40 X 80 X 110 X 150 X 160 X 10 X 360 X +USW00021504200701WDF5 110 X 100 X 60 X 80 X 100 X 150 X 110 X 180 X 210 X 210 X 80 X 60 X 40 X 80 X 70 X 80 X 80 X 90 X 120 X 150 X 190 X 120 X 60 X 90 X 50 X 70 X 110 X 130 X 190 X 350 X 340 X +USW00021504200701WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200701WSF2 76 X 72 X 89 X 89 X 67 X 89 X 63 X 72 X 63 X 54 X 63 X 58 X 54 X 76 X 63 X 76 X 89 X 72 X 76 X 80 X 58 X 72 X 67 X 76 X 58 X 58 X 89 X 67 X 103 X 72 X 58 X +USW00021504200701WSF5 94 X 94 X 112 X 107 X 89 X 116 X 76 X 98 X 80 X 72 X 72 X 72 X 67 X 94 X 76 X 94 X 98 X 80 X 107 X 103 X 72 X 94 X 80 X 98 X 72 X 76 X 107 X 89 X 130 X 80 X 72 X +USW00021504200701WT01 1 W 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200701WT08 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200701WT13-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200701WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504200702TMAX 283 0 250 0 256 0 256 0 261 0 272 0 283 0 228 0 250 0 256 0 250 0 261 0 256 0 267 0 272 0 267 0 261 0 250 0 250 0 250 0 261 0 228 0 256 0 256 0 272 0 250 0 250 0 217 0-9999 -9999 -9999 +USW00021504200702TMIN 183 0 194 0 161 0 150 0 150 0 150 0 172 0 172 0 183 0 183 0 161 0 144 0 150 0 161 0 161 0 167 0 183 0 172 0 183 0 172 0 178 0 172 0 172 0 183 0 183 0 194 0 183 0 183 0-9999 -9999 -9999 +USW00021504200702PRCP 64 0 8 0 0 0 0 0 0 0 0 0 0 0 36 0 74 0 23 0 38 0 0T 0 10 0 0T 0 0T 0 145 0 170 0 91 0 97 0 71 0 36 0 442 0 465 0 191 0 97 0 155 0 503 0 902 0-9999 -9999 -9999 +USW00021504200702AWND 26 W 46 W 49 W 27 W 32 W 26 W 24 W 26 W 26 W 22 W 27 W 28 W 30 W 34 W 30 W 21 W 23 W 23 W 25 W 28 W 36 W 23 W 31 W 30 W 26 W 20 W 22 W 20 W-9999 -9999 -9999 +USW00021504200702FMTM 2355 X 0844 X 1326 X 1317 X 1315 X 1428 X 1805 X 1201 X 1201 X 2316 X 1452 X 1624 X 1538 X 1552 X 1246 X 1454 X 1440 X 1359 X 1426 X 1327 X 1420 X 1129 X 2332 X 1328 X 1427 X 1709 X 1106 X 1206 X-9999 -9999 -9999 +USW00021504200702PGTM 2354 W 0837 W 1350 W 1337 W 1314 W 1302 W 1343 W 1034 W 1200 W 2252 W 1437 W 1515 W 1531 W 1552 W 1546 W 1441 W 1435 W 1350 W 1414 W 1403 W 1409 W 2216 W 0941 W 1437 W 1435 W 1709 W 1113 W 1206 W-9999 -9999 -9999 +USW00021504200702WDF2 340 Z 360 X 350 X 100 X 110 X 100 X 350 X 350 X 30 X 340 X 360 X 70 X 100 X 90 X 100 X 50 X 60 X 90 X 70 X 80 X 50 X 80 X 240 X 70 X 80 X 80 X 80 X 160 X-9999 -9999 -9999 +USW00021504200702WDF5 360 Z 360 X 350 X 100 X 120 X 120 X 50 X 350 X 30 X 360 X 360 X 50 X 110 X 80 X 90 X 80 X 60 X 70 X 70 X 80 X 30 X 240 X 140 X 70 X 100 X 90 X 80 X 120 X-9999 -9999 -9999 +USW00021504200702WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504200702WSF2 49 Z 116 X 112 X 72 X 72 X 72 X 45 X 76 X 76 X 67 X 63 X 58 X 67 X 80 X 76 X 63 X 89 X 80 X 80 X 80 X 76 X 58 X 72 X 80 X 63 X 58 X 76 X 63 X-9999 -9999 -9999 +USW00021504200702WSF5 67 Z 143 X 134 X 107 X 89 X 94 X 67 X 94 X 98 X 89 X 80 X 89 X 89 X 103 X 94 X 89 X 112 X 130 X 103 X 103 X 103 X 72 X 98 X 94 X 72 X 63 X 94 X 94 X-9999 -9999 -9999 +USW00021504200702WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504200702WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00021504200702WT08 1 W-9999 -9999 -9999 1 0-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200702WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504200702WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504200703TMAX 239 0 267 0 256 0 272 0 278 0 283 0 283 0 289 0 294 0 278 0 261 0 300 0 300 0 289 0 289 0 283 0 272 0 272 0 272 0 272 0 278 0 233 0 250 0 261 0 267 0 272 0 267 0 289 0 278 0 272 0 278 0 +USW00021504200703TMIN 183 0 167 0 178 0 167 0 167 0 172 0 178 0 172 0 178 0 167 0 206 0 200 0 172 0 194 0 172 0 183 0 183 0 194 0 172 0 178 0 167 0 172 0 183 0 178 0 183 0 189 0 183 0 178 0 172 0 172 0 172 0 +USW00021504200703PRCP 193 0 8 0 104 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 86 0 41 0 0 0 64 0 58 0 30 0 122 0 0T 0 124 0 15 0 91 0 114 0 13 0 15 0 0 0 0 0 0T 0 0T 0 +USW00021504200703AWND 23 W 26 W 26 W 31 W 30 W 40 W 42 W 38 W 25 W 28 W 15 W 28 W 30 W 25 W 24 W 26 W 26 W 20 W 26 W 22 W 31 W 19 W 26 W 24 W 31 W 26 W 25 W 21 W 21 W 21 W 33 W +USW00021504200703FMTM 0417 X 1509 X 1158 X 1511 X 1413 X 1357 X 1226 X 1423 X 1754 X 1310 X 1357 X 1223 X 1357 X 1203 X 1332 X 1224 X 1147 X 1535 X 1226 X 1635 X 1445 X 1324 X 1100 X 1656 X 1602 X 1258 X 1439 X 1326 X 1050 X 1329 X 1702 X +USW00021504200703PGTM 0413 W 1350 W 1143 W 1524 W 1327 W 1305 W 1234 W 1423 W 1753 W 1813 W 1330 W 1252 W 1313 W 1122 W 1337 W 1407 W 1907 W 1419 W 1925 W 1456 W 1444 W 1324 W 1100 W 1506 W 1500 W 1323 W 1419 W 1224 W 1051 W 1125 W 1537 W +USW00021504200703WDF2 70 X 90 X 160 X 120 X 80 X 90 X 110 X 140 X 150 X 360 X 40 X 160 X 100 X 10 X 90 X 60 X 50 X 60 X 50 X 80 X 80 X 150 X 70 X 70 X 50 X 110 X 80 X 80 X 20 X 20 X 340 X +USW00021504200703WDF5 60 X 80 X 110 X 100 X 70 X 110 X 110 X 160 X 150 X 60 X 10 X 130 X 100 X 10 X 100 X 50 X 30 X 40 X 350 X 100 X 80 X 150 X 80 X 70 X 70 X 150 X 80 X 100 X 30 X 30 X 360 X +USW00021504200703WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200703WSF2 63 X 58 X 58 X 89 X 67 X 98 X 103 X 107 X 72 X 76 X 40 X 76 X 76 X 67 X 94 X 63 X 72 X 67 X 54 X 58 X 67 X 58 X 72 X 67 X 76 X 80 X 58 X 63 X 63 X 54 X 76 X +USW00021504200703WSF5 72 X 76 X 76 X 107 X 80 X 125 X 125 X 139 X 94 X 134 X 54 X 98 X 98 X 89 X 103 X 94 X 89 X 80 X 72 X 80 X 89 X 76 X 80 X 80 X 98 X 98 X 76 X 76 X 76 X 67 X 103 X +USW00021504200703WT01 1 0 1 W 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 W 1 W 1 0-9999 1 0 1 W 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00021504200703WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200703WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00021504200703WT13 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00021504200703WT16 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 +USW00021504200704TMAX 272 0 244 0 261 0 267 0 278 0 283 0 278 0 289 0 289 0 283 0 272 0 278 0 289 0 283 0 272 0 278 0 256 0 256 0 267 0 283 0 250 0 278 0 278 0 278 0 278 0 278 0 283 0 272 0 278 0 283 0-9999 +USW00021504200704TMIN 172 0 178 0 172 0 183 0 161 0 161 0 172 0 172 0 183 0 194 0 178 0 178 0 172 0 183 0 183 0 194 0 189 0 189 0 194 0 189 0 189 0 178 0 189 0 189 0 167 0 178 0 167 0 161 0 189 0 183 0-9999 +USW00021504200704PRCP 18 0 15 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 69 0 0T 0 13 0 5 0 20 0 142 0 51 0 259 0 201 0 43 0 124 0 300 0 79 0 249 0 196 0 3 0 10 0 3 0 18 0 41 0 20 0-9999 +USW00021504200704AWND 31 W 38 W 35 W 27 W 28 W 26 W 23 W 30 W 28 W 33 W 31 W 26 W 23 W 30 W 24 W 27 W 26 W 24 W 25 W 36 W 24 W 25 W 30 W 32 W 26 W 22 W 29 W 31 W 29 W 26 W-9999 +USW00021504200704FMTM 2225 X 0823 X 1805 X 1446 X 1423 X 1106 X 1226 X 1506 X 0925 X 1529 X 1608 X 0846 X 1356 X 1335 X 1301 X 1517 X 1535 X 1316 X 0413 X 1505 X 0641 X 1817 X 2026 X 1133 X 1749 X 1108 X 1040 X 1801 X 1145 X 1319 X-9999 +USW00021504200704PGTM 1152 W 0819 W 1546 W 1049 W 1411 W 1115 W 1203 W 1247 W 1634 W 1425 W 1556 W 0823 W 1356 W 1343 W 1300 W 1408 W 1535 W 1231 W 0413 W 1503 W 0528 W 1817 W 2025 W 1133 W 1742 W 1315 W 1039 W 1801 W 1448 W 1045 W-9999 +USW00021504200704WDF2 340 X 340 X 360 X 30 X 40 X 40 X 40 X 80 X 110 X 90 X 110 X 250 X 70 X 80 X 70 X 100 X 30 X 80 X 80 X 70 X 50 X 50 X 90 X 110 X 70 X 90 X 80 X 60 X 40 X 70 X-9999 +USW00021504200704WDF5 50 X 340 X 10 X 40 X 40 X 60 X 60 X 70 X 90 X 80 X 110 X 250 X 80 X 110 X 80 X 80 X 30 X 90 X 90 X 80 X 170 X 50 X 90 X 110 X 70 X 100 X 70 X 60 X 40 X 100 X-9999 +USW00021504200704WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200704WSF2 63 X 94 X 63 X 58 X 63 X 63 X 63 X 72 X 72 X 72 X 72 X 58 X 103 X 89 X 80 X 89 X 80 X 72 X 76 X 103 X 67 X 80 X 80 X 89 X 72 X 72 X 67 X 80 X 58 X 67 X-9999 +USW00021504200704WSF5 89 X 125 X 80 X 76 X 80 X 76 X 98 X 98 X 94 X 94 X 94 X 76 X 130 X 116 X 103 X 125 X 116 X 94 X 98 X 116 X 98 X 94 X 103 X 134 X 80 X 80 X 89 X 98 X 72 X 89 X-9999 +USW00021504200704WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 W 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 W-9999 1 0 1 0 1 W-9999 +USW00021504200704WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 0 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200704WT13-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00021504200704WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200705TMAX 283 0 283 0 278 0 289 0 278 0 294 0 283 0 289 0 283 0 283 0 283 0 272 0 278 0 289 0 294 0 283 0 283 0 289 0 283 0 283 0 289 0 294 0 300 0 300 0 289 0 300 0 300 0 306 0 306 0 306 0 311 0 +USW00021504200705TMIN 194 0 194 0 189 0 200 0 189 0 183 0 189 0 200 0 183 0 183 0 172 0 183 0 172 0 183 0 194 0 183 0 167 0 194 0 200 0 183 0 206 0 200 0 189 0 189 0 194 0 178 0 178 0 189 0 183 0 189 0 178 0 +USW00021504200705PRCP 107 0 15 0 15 0 0T 0 0 0 0T 0 79 0 13 0 3 0 97 0 8 0 84 0 0T 0 0T 0 36 0 10 0 30 0 20 0 25 0 0 0 0T 0 0 0 10 0 8 0 13 0 0T 0 10 0 8 0 0 0 0T 0 0 0 +USW00021504200705AWND 25 W 28 W 25 W 33 W 29 W 28 W 21 W 27 W 27 W 29 W 29 W 26 W 28 W 28 W 25 W 24 W 26 W 33 W 33 W 36 W 38 W 29 W 34 W 30 W 31 W 31 W 28 W 32 W 27 W 31 W 30 W +USW00021504200705FMTM 1526 X 1709 X 0431 X 1507 X 1138 X 1804 X 1326 X 1647 X 1449 X 1410 X 1136 X 1225 X 1246 X 1306 X 1129 X 1143 X 1400 X 1650 X 1617 X 1436 X 1429 X 1352 X 1504 X 0800 X 1235 X 1345 X 0933 X 1424 X 1531 X 1339 X 1345 X +USW00021504200705PGTM 1507 W 1714 W 0430 W 1449 W 1138 W 1804 W 1324 W 1646 W 1114 W 1409 W 1109 W 1225 W 1421 W 1306 W 1804 W 0052 W 1308 W 1518 W 1604 W 1344 W 1317 W 1323 W 0940 W 0800 W 1233 W 1258 W 0933 W 1323 W 1320 W 1311 W 1214 W +USW00021504200705WDF2 80 X 80 X 110 X 120 X 130 X 50 X 60 X 60 X 90 X 40 X 60 X 110 X 90 X 60 X 60 X 50 X 20 X 100 X 110 X 110 X 110 X 80 X 80 X 70 X 80 X 60 X 30 X 10 X 60 X 30 X 80 X +USW00021504200705WDF5 70 X 90 X 100 X 110 X 130 X 50 X 60 X 60 X 50 X 50 X 100 X 110 X 80 X 60 X 280 X 240 X 40 X 110 X 110 X 110 X 110 X 100 X 80 X 80 X 100 X 50 X 30 X 40 X 20 X 50 X 30 X +USW00021504200705WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200705WSF2 63 X 76 X 76 X 80 X 76 X 67 X 89 X 72 X 63 X 67 X 76 X 63 X 67 X 80 X 67 X 58 X 58 X 72 X 80 X 94 X 89 X 72 X 76 X 76 X 72 X 67 X 67 X 63 X 63 X 67 X 72 X +USW00021504200705WSF5 80 X 98 X 103 X 107 X 94 X 80 X 107 X 94 X 89 X 80 X 107 X 76 X 80 X 103 X 80 X 72 X 72 X 94 X 103 X 125 X 116 X 94 X 98 X 89 X 94 X 94 X 89 X 89 X 80 X 89 X 94 X +USW00021504200705WT01 1 0-9999 1 W-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 W 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 W 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200705WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200705WT13 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200705WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00021504200706TMAX 306 0 311 0 306 0 311 0 306 0 311 0 289 0 300 0 300 0 278 0 278 0 289 0 250 0 272 0 283 0 244 0 294 0 289 0 272 0 289 0 289 0 294 0 283 0 283 0 289 0 283 0 289 0 283 0 278 0 283 0-9999 +USW00021504200706TMIN 189 0 183 0 194 0 183 0 194 0 183 0 200 0 200 0 200 0 206 0 206 0 206 0 206 0 211 0 206 0 200 0 206 0 183 0 200 0 206 0 211 0 200 0 206 0 200 0 189 0 206 0 217 0 206 0 211 0 194 0-9999 +USW00021504200706PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 28 0 23 0 23 0 84 0 86 0 41 0 145 0 150 0 142 0 229 0 13 0 33 0 76 0 20 0 20 0 0T 0 33 0 86 0 33 0 30 0 36 0 109 0 43 0 137 0-9999 +USW00021504200706AWND 31 W 29 W 31 W 26 W 26 W 23 W 23 W 31 W 32 W 28 W 29 W 27 W 15 W 23 W 33 W 25 W 22 W 32 W 17 W 24 W 30 W 27 W 27 W 33 W 28 W 26 W 26 W 33 W 22 W 28 W-9999 +USW00021504200706FMTM 1332 X 1324 X 1342 X 1140 X 1454 X 1245 X 1319 X 1421 X 1520 X 1157 X 1521 X 1352 X 1205 X 1348 X 1417 X 1823 X 1339 X 1452 X 1304 X 1334 X 1130 X 1111 X 1145 X 1447 X 1532 X 1441 X 2320 X 1831 X 1501 X 2304 X-9999 +USW00021504200706PGTM 1308 W 1400 W 1257 W 1501 W 1432 W 1245 W 1318 W 1419 W 1352 W 1447 W 1520 W 1144 W 1228 W 1348 W 1312 W 1825 W 1418 W 1451 W 1303 W 1505 W 1127 W 1110 W 1144 W 1631 W 1531 W 1407 W 2044 W 1831 W 1456 W 2303 W-9999 +USW00021504200706WDF2 30 X 50 X 40 X 60 X 100 X 60 X 60 X 80 X 90 X 80 X 110 X 70 X 70 X 90 X 80 X 240 X 90 X 70 X 100 X 80 X 60 X 50 X 20 X 50 X 60 X 100 X 100 X 50 X 30 X 340 X-9999 +USW00021504200706WDF5 20 X 70 X 40 X 40 X 110 X 50 X 60 X 80 X 100 X 70 X 110 X 40 X 100 X 100 X 80 X 230 X 80 X 70 X 100 X 80 X 60 X 60 X 20 X 80 X 70 X 80 X 90 X 60 X 50 X 340 X-9999 +USW00021504200706WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200706WSF2 67 X 67 X 63 X 63 X 72 X 72 X 76 X 94 X 94 X 72 X 72 X 67 X 54 X 94 X 80 X 58 X 63 X 72 X 72 X 63 X 72 X 76 X 72 X 67 X 89 X 72 X 67 X 76 X 72 X 63 X-9999 +USW00021504200706WSF5 94 X 94 X 80 X 76 X 98 X 98 X 98 X 107 X 125 X 98 X 125 X 98 X 63 X 107 X 103 X 63 X 89 X 89 X 89 X 76 X 94 X 103 X 94 X 89 X 103 X 94 X 80 X 98 X 98 X 80 X-9999 +USW00021504200706WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 W 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 W 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 W 1 W 1 0 1 0 1 0 1 0-9999 +USW00021504200706WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 0 1 W-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200706WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00021504200706WT16-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200707TMAX 289 0 289 0 294 0 294 0 294 0 289 0 300 0 294 0 289 0 306 0 283 0 294 0 294 0 289 0 294 0 294 0 311 0 294 0 300 0 272 0 300 0 272 0 300 0 306 0 300 0 311 0 300 0 306 0 300 0 300 0 289 0 +USW00021504200707TMIN 206 0 206 0 206 0 206 0 206 0 211 0 200 0 211 0 194 0 217 0 222 0 222 0 194 0 189 0 217 0 211 0 211 0 206 0 206 0 200 0 217 0 194 0 200 0 200 0 189 0 200 0 206 0 183 0 178 0 194 0 217 0 +USW00021504200707PRCP 43 0 107 0 0T 0 13 0 0T 0 36 0 38 0 41 0 30 0 3 0 38 0 10 0 0 0 0 0 33 0 241 0 5 0 0T 0 5 0 681 0 147 0 64 0 10 0 23 0 0T 0 48 0 66 0 74 0 0T 0 79 0 10 0 +USW00021504200707AWND 26 W 30 W 26 W 22 W 25 W 26 W 26 W 26 W 27 W 25 W 28 W 30 W 29 W 26 W 32 W 30 W 27 W 34 W 25 W 26 W 27 W 23 W 25 W 26 W 26 W 30 W 31 W 31 W 25 W 26 W 17 W +USW00021504200707FMTM 1618 X 1229 X 1914 X 1542 X 1445 X 1202 X 1443 X 0837 X 1115 X 1309 X 1141 X 1514 X 1128 X 1149 X 2108 X 1343 X 1529 X 1758 X 1552 X 1624 X 1216 X 1052 X 1539 X 1501 X 1827 X 1846 X 1533 X 0545 X 1324 X 1538 X 1157 X +USW00021504200707PGTM 1610 W 1244 W 1108 W 1022 W 1407 W 1506 W 0440 W 0833 W 1113 W 1514 W 0942 W 1504 W 1130 W 1546 W 1614 W 1252 W 1514 W 1804 W 1322 W 1625 W 1215 W 1101 W 1252 W 1501 W 1620 W 1845 W 1532 W 0338 W 1742 W 1537 W 0934 W +USW00021504200707WDF2 70 X 80 X 70 X 60 X 70 X 50 X 70 X 100 X 80 X 50 X 70 X 10 X 50 X 10 X 10 X 90 X 80 X 360 X 60 X 50 X 80 X 50 X 80 X 40 X 70 X 70 X 80 X 250 X 40 X 70 X 100 X +USW00021504200707WDF5 80 X 80 X 80 X 30 X 40 X 50 X 100 X 100 X 80 X 70 X 60 X 30 X 50 X 360 X 30 X 120 X 80 X 360 X 50 X 50 X 80 X 60 X 40 X 40 X 40 X 70 X 80 X 90 X 40 X 70 X 100 X +USW00021504200707WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200707WSF2 89 X 76 X 63 X 63 X 63 X 67 X 67 X 67 X 67 X 67 X 63 X 63 X 89 X 54 X 67 X 72 X 72 X 72 X 63 X 72 X 80 X 72 X 58 X 63 X 58 X 72 X 72 X 72 X 58 X 63 X 63 X +USW00021504200707WSF5 107 X 107 X 72 X 80 X 80 X 80 X 94 X 94 X 89 X 80 X 80 X 76 X 103 X 67 X 89 X 94 X 98 X 89 X 76 X 89 X 98 X 89 X 94 X 72 X 76 X 89 X 98 X 98 X 72 X 72 X 76 X +USW00021504200707WT01 1 W 1 0 1 W 1 0-9999 1 W 1 W 1 W 1 0 1 W 1 0 1 0-9999 -9999 1 0 1 0 1 W-9999 1 W 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 +USW00021504200707WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200707WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200707WT13-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 +USW00021504200707WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200708TMAX 306 0 294 0 300 0 300 0 300 0 306 0 294 0 300 0 294 0 300 0 300 0 289 0 294 0 244 0 267 0 278 0 283 0 283 0 289 0 289 0 294 0 306 0 311 0 311 0 317 0 311 0 306 0 306 0 311 0 311 0 311 0 +USW00021504200708TMIN 194 0 206 0 211 0 200 0 200 0 211 0 194 0 194 0 206 0 206 0 206 0 206 0 211 0 211 0 211 0 206 0 194 0 211 0 194 0 211 0 200 0 200 0 183 0 211 0 200 0 194 0 200 0 211 0 200 0 194 0 200 0 +USW00021504200708PRCP 0T 0 452 0 130 0 0T 0 18 0 8 0 8 0 8 0 3 0 94 0 94 0 46 0 178 0 465 0 15 0 13 0 53 0 43 0 3 0 155 0 38 0 28 0 0 0 0 0 0 0 0 0 0T 0 3 0 79 0 33 0 10 0 +USW00021504200708AWND 28 W 27 W 26 W 28 W 26 W 26 W 25 W 27 W 21 W 27 W 34 W 30 W 29 W 25 W 25 W 27 W 26 W 27 W 33 W 20 W 26 W 24 W 29 W 26 W 23 W 26 W 28 W 26 W 26 W 31 W 31 W +USW00021504200708FMTM 1335 X 1734 X 1414 X 1259 X 1333 X 1219 X 0923 X 1039 X 1333 X 1204 X 1424 X 1021 X 1430 X 0318 X 1651 X 1414 X 1042 X 1642 X 1240 X 0721 X 1650 X 1151 X 1449 X 1157 X 1308 X 1352 X 1235 X 1004 X 1526 X 2257 X 1408 X +USW00021504200708PGTM 1330 W 1739 W 1404 W 1615 W 1515 W 1219 W 0920 W 1039 W 1312 W 1203 W 1423 W 1020 W 1426 W 0323 W 1700 W 1410 W 1040 W 1641 W 1244 W 0720 W 0056 W 1155 W 1448 W 1156 W 1340 W 1351 W 1240 W 1003 W 1533 W 2257 W 1459 W +USW00021504200708WDF2 60 X 60 X 80 X 80 X 70 X 60 X 60 X 100 X 50 X 50 X 100 X 40 X 40 X 60 X 70 X 60 X 60 X 80 X 10 X 70 X 40 X 90 X 110 X 40 X 60 X 30 X 50 X 20 X 60 X 240 X 80 X +USW00021504200708WDF5 80 X 30 X 50 X 90 X 50 X 80 X 50 X 100 X 50 X 50 X 110 X 50 X 10 X 50 X 90 X 80 X 60 X 80 X 20 X 80 X 120 X 80 X 110 X 30 X 80 X 20 X 40 X 10 X 90 X 240 X 100 X +USW00021504200708WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200708WSF2 63 X 80 X 72 X 67 X 76 X 80 X 63 X 67 X 58 X 76 X 80 X 80 X 67 X 80 X 58 X 63 X 72 X 63 X 72 X 63 X 58 X 72 X 72 X 63 X 58 X 67 X 58 X 72 X 63 X 72 X 72 X +USW00021504200708WSF5 76 X 107 X 94 X 89 X 98 X 107 X 76 X 80 X 72 X 98 X 103 X 103 X 80 X 98 X 63 X 76 X 94 X 76 X 89 X 80 X 76 X 94 X 80 X 76 X 72 X 76 X 76 X 94 X 98 X 80 X 94 X +USW00021504200708WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 W-9999 1 W 1 0-9999 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00021504200708WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200708WT13-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200708WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00021504200709TMAX 300 0 300 0 300 0 283 0 306 0 306 0 311 0 289 0 294 0 294 0 294 0 289 0 294 0 294 0 278 0 317 0 300 0 289 0 256 0 289 0 278 0 278 0 278 0 289 0 272 0 267 0 283 0 294 0 283 0 294 0-9999 +USW00021504200709TMIN 211 0 200 0 200 0 211 0 206 0 200 0 200 0 211 0 200 0 194 0 189 0 200 0 206 0 206 0 217 0 211 0 217 0 217 0 211 0 206 0 211 0 200 0 189 0 206 0 194 0 211 0 206 0 194 0 206 0 222 0-9999 +USW00021504200709PRCP 117 0 8 0 69 0 18 0 23 0 0T 0 0T 0 36 0 8 0 3 0 10 0 43 0 8 0 0T 0 53 0 94 0 150 0 178 0 457 0 86 0 53 0 170 0 53 0 5 0 208 0 76 0 13 0 15 0 193 0 74 0-9999 +USW00021504200709AWND 31 W 24 W 27 W 25 W 31 W 24 W 30 W 20 W 27 W 25 W 26 W 26 W 19 W 30 W 17 W 26 W 26 W 28 W 31 W 20 W 24 W 21 W 27 W 22 W 21 W 21 W 17 W 25 W 23 W 24 W-9999 +USW00021504200709FMTM 1352 X 1337 X 1630 X 1236 X 1548 X 1331 X 1432 X 1522 X 1559 X 1356 X 1328 X 9999 XX 1035 X 1432 X 0840 X 1440 X 1229 X 1522 X 1515 X 1603 X 0625 X 0752 X 0113 X 1445 X 1001 X 1408 X 1408 X 1249 X 1049 X 1527 X-9999 +USW00021504200709PGTM 0647 W 1456 W 0712 W 1235 W 1507 W 1329 W 1359 W 1514 W 1619 W 1324 W 1405 W 1402 W 1035 W 1403 W 2033 W 1325 W 1318 W 0757 W 1515 W 1603 W 1736 W 0746 W 0113 W 1423 W 1003 W 1407 W 1407 W 1248 W 1048 W 1458 W-9999 +USW00021504200709WDF2 40 X 20 X 40 X 70 X 100 X 30 X 60 X 30 X 60 X 50 X 40 X 20 X 70 X 70 X 80 X 60 X 60 X 50 X 30 X 60 X 230 X 270 X 80 X 30 X 80 X 20 X 90 X 50 X 110 X 30 X-9999 +USW00021504200709WDF5 200 X 30 X 360 X 80 X 80 X 30 X 60 X 30 X 60 X 40 X 360 X 40 X 70 X 30 X 110 X 80 X 90 X 290 X 40 X 60 X 80 X 260 X 70 X 40 X 80 X 10 X 90 X 60 X 100 X 360 X-9999 +USW00021504200709WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200709WSF2 58 X 54 X 58 X 80 X 72 X 58 X 63 X 54 X 58 X 58 X 58 X 58 X 80 X 63 X 58 X 63 X 72 X 58 X 89 X 72 X 58 X 58 X 63 X 58 X 54 X 58 X 45 X 89 X 63 X 58 X-9999 +USW00021504200709WSF5 89 X 67 X 103 X 98 X 94 X 76 X 98 X 67 X 72 X 72 X 76 X 72 X 94 X 80 X 72 X 80 X 98 X 72 X 112 X 89 X 67 X 72 X 94 X 76 X 63 X 89 X 58 X 98 X 76 X 72 X-9999 +USW00021504200709WT01 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 W 1 W 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00021504200709WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00021504200709WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00021504200709WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200710TMAX 250 0 283 0 278 0 283 0 272 0 289 0 283 0 289 0 294 0 289 0 289 0 289 0 294 0 289 0 294 0 283 0 289 0 294 0 283 0 300 0 294 0 300 0 294 0 267 0 261 0 278 0 278 0 261 0 278 0 261 0 278 0 +USW00021504200710TMIN 211 0 200 0 194 0 200 0 189 0 206 0 194 0 200 0 189 0 206 0 200 0 189 0 172 0 194 0 189 0 189 0 200 0 183 0 194 0 194 0 189 0 200 0 189 0 189 0 194 0 200 0 200 0 200 0 194 0 200 0 178 0 +USW00021504200710PRCP 450 0 56 0 206 0 69 0 25 0 48 0 246 0 152 0 48 0 30 0 23 0 3 0 0 0 10 0 3 0 193 0 30 0 5 0 3 0 0T 0 0T 0 0T 0 0T 0 53 0 97 0 69 0 84 0 46 0 23 0 114 0 8 0 +USW00021504200710AWND 22 W 24 W 28 W 27 W 21 W 23 W 24 W 22 W 28 W 26 W 30 W 25 W 30 W 24 W 24 W 27 W 21 W 28 W 27 W 30 W 34 W 26 W 26 W 29 W 26 W 23 W 24 W 25 W 26 W 26 W 28 W +USW00021504200710FMTM 1632 X 1418 X 1528 X 1623 X 1217 X 1354 X 1355 X 1502 X 1451 X 0831 X 2056 X 1357 X 1452 X 1203 X 1438 X 1200 X 0408 X 1340 X 1618 X 1421 X 1417 X 1628 X 1333 X 1205 X 1250 X 1046 X 1222 X 1227 X 2122 X 1600 X 1724 X +USW00021504200710PGTM 1630 W 1417 W 1714 W 1625 W 1216 W 1352 W 1354 W 1324 W 1450 W 0831 W 2055 W 1356 W 1452 W 1203 W 1705 W 1159 W 1327 W 1358 W 1624 W 1420 W 1309 W 1338 W 1148 W 1205 W 1248 W 1047 W 1221 W 1226 W 2121 W 0754 W 1721 W +USW00021504200710WDF2 50 X 80 X 90 X 50 X 50 X 40 X 40 X 80 X 50 X 210 X 20 X 30 X 20 X 80 X 40 X 70 X 230 X 80 X 80 X 120 X 110 X 90 X 50 X 70 X 70 X 70 X 70 X 90 X 80 Z 360 X 320 X +USW00021504200710WDF5 60 X 80 X 100 X 50 X 50 X 30 X 40 X 70 X 60 X 200 X 20 X 30 X 20 X 70 X 70 X 70 X 70 X 100 X 60 X 130 X 110 X 70 X 80 X 70 X 100 X 60 X 70 X 90 X 70 X 320 X 320 X +USW00021504200710WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200710WSF2 63 X 72 X 80 X 76 X 63 X 72 X 76 X 58 X 67 X 58 X 63 X 54 X 58 X 63 X 58 X 76 X 54 X 63 X 58 X 80 X 98 X 58 X 58 X 94 X 76 X 103 X 80 X 89 X 49 Z 72 X 58 X +USW00021504200710WSF5 80 X 98 X 139 X 98 X 72 X 98 X 103 X 72 X 80 X 72 X 76 X 72 X 89 X 72 X 72 X 94 X 63 X 76 X 67 X 103 X 125 X 76 X 72 X 107 X 107 X 116 X 112 X 103 X 54 X 156 X 72 X +USW00021504200710WT01 1 0-9999 1 0 1 W-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00021504200710WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00021504200710WT13 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00021504200710WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200711TMAX 289 0 283 0 278 0 278 0 278 0 294 0 294 0 289 0 283 0 278 0 289 0 272 0 289 0 283 0 289 0 283 0 283 0 261 0 267 0 272 0 272 0 272 0 272 0 272 0 278 0 278 0 278 0 283 0 256 0 283 0-9999 +USW00021504200711TMIN 189 0 200 0 194 0 206 0 200 0 194 0 217 0 206 0 194 0 194 0 183 0 194 0 183 0 200 0 189 0 189 0 178 0 194 0 167 0 172 0 172 0 206 0 206 0 183 0 172 0 189 0 206 0 200 0 189 0 172 0-9999 +USW00021504200711PRCP 363 0 338 0 0T 0 249 0 3 0 5 0 0T 0 13 0 43 0 61 0 33 0 178 0 3 0 10 0 8 0 8 0 356 0 437 0 0 0 30 0 18 0 259 0 0T 0 0T 0 3 0 137 0 81 0 3 0 0T 0 0 0-9999 +USW00021504200711AWND 27 W 26 W 31 W 33 W 34 W 36 W 21 W 22 W 27 W 23 W 26 W 24 W 28 W 23 W 26 W 28 W 28 W 25 W 33 W 27 W 32 W 36 W 38 W 31 W 25 W 25 W 30 W 23 W 22 W 32 W-9999 +USW00021504200711FMTM 2235 X 1252 X 1334 X 2016 X 1242 X 1328 X 1155 X 1303 X 1402 X 1432 X 1306 X 1616 X 1410 X 2013 X 1301 X 1406 X 1945 X 1257 X 1341 X 1015 X 1342 X 0537 X 1502 X 1155 X 1456 X 1428 X 1451 X 1334 X 1258 X 1327 X-9999 +USW00021504200711PGTM 2234 W 1530 W 1400 W 2021 W 0212 W 1307 W 1147 W 1245 W 1248 W 1334 W 1322 W 1509 W 1635 W 2012 W 1258 W 1155 W 1944 W 1256 W 1630 W 1009 W 1247 W 0537 W 1500 W 1232 W 1452 W 1136 W 1426 W 1220 W 1127 W 1326 W-9999 +USW00021504200711WDF2 230 X 180 X 110 X 180 X 100 X 130 X 110 X 70 X 80 X 80 X 90 X 80 X 50 X 90 X 100 X 90 X 30 X 10 X 360 X 340 X 10 X 20 X 20 X 10 X 100 X 120 X 120 X 80 X 110 X 80 X-9999 +USW00021504200711WDF5 230 X 280 X 120 X 180 X 170 X 140 X 130 X 40 X 100 X 70 X 100 X 80 X 90 X 100 X 110 X 80 X 30 X 10 X 10 X 350 X 360 X 10 X 20 X 30 X 100 X 150 X 120 X 110 X 110 X 80 X-9999 +USW00021504200711WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200711WSF2 76 X 67 X 89 X 76 X 76 X 76 X 72 X 76 X 58 X 58 X 63 X 58 X 67 X 54 X 72 X 67 X 72 X 94 X 63 X 67 X 80 X 98 X 72 X 63 X 58 X 72 X 80 X 58 X 58 X 72 X-9999 +USW00021504200711WSF5 94 X 130 X 107 X 107 X 98 X 107 X 89 X 98 X 72 X 89 X 72 X 76 X 80 X 72 X 107 X 89 X 94 X 116 X 72 X 80 X 103 X 134 X 94 X 76 X 72 X 103 X 103 X 72 X 72 X 89 X-9999 +USW00021504200711WT01 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00021504200711WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200711WT13 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200711WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504200712TMAX 300 0 294 0 278 0 300 0 278 0 228 0 267 0 283 0 289 0 278 0 250 0 239 0 256 0 261 0 267 0 267 0 267 0 244 0 244 0 272 0 256 0 256 0 239 0 256 0 256 0 256 0 239 0 261 0 239 0 250 0 261 0 +USW00021504200712TMIN 194 0 189 0 200 0 183 0 206 0 189 0 200 0 211 0 189 0 172 0 183 0 194 0 183 0 183 0 189 0 194 0 183 0 178 0 183 0 178 0 172 0 189 0 200 0 189 0 189 0 183 0 183 0 194 0 183 0 189 0 183 0 +USW00021504200712PRCP 0 0 0 0 13 0 3 0 119 0 300 0 33 0 5 0 279 0 8 0 241 0 318 0 236 0 114 0 234 0 91 0 97 0 25 0 206 0 8 0 363 0 66 0 224 0 320 0 279 0 84 0 290 0 221 0 231 0 0T 0 53 0 +USW00021504200712AWND 31 W 24 W 22 W 45 W 53 W 27 W 35 W 34 W 23 W 21 W 23 W 25 W 20 W 25 W 24 W 30 W 25 W 25 W 23 W 23 W 26 W 22 W 18 W 22 W 27 W 21 W 26 W 36 W 25 W 24 W 19 W +USW00021504200712FMTM 1420 X 1650 X 1831 X 1347 X 1142 X 1351 X 1627 X 1510 X 2239 X 1449 X 1307 X 1900 X 1339 X 0936 X 1259 X 0433 X 1237 X 0111 X 1244 X 1606 X 2322 X 1738 X 0837 X 1643 X 2054 X 1129 X 2144 X 1446 X 0914 X 1415 X 1215 X +USW00021504200712PGTM 1348 W 1651 W 1831 W 1346 W 1142 W 1350 W 1217 W 1328 W 2219 W 1448 W 1306 W 1859 W 1338 W 0936 W 2106 W 0431 W 1205 W 0111 W 1243 W 1304 W 1739 W 0736 W 0506 W 0910 W 2054 W-9999 2141 W 1408 W 1636 W 1414 W 2028 W +USW00021504200712WDF2 340 X 360 X 360 X 170 X 180 X 180 X 120 X 110 X 150 X 70 X 70 X 30 X 60 X 60 X 40 X 60 X 80 X 70 X 90 X 10 X 260 X 90 X 90 X 80 X 120 X 70 X 110 X 110 X 240 X 120 X 110 X +USW00021504200712WDF5 360 X 350 X 360 X 160 X 190 X 180 X 160 X 150 X 250 X 60 X 80 X 40 X 60 X 60 X 100 X 60 X 60 X 70 X 90 X 30 X 20 X 220 X 70 X 90 X 120 X-9999 130 X 110 X 250 X 130 X 290 X +USW00021504200712WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200712WSF2 94 X 58 X 67 X 125 X 130 X 80 X 94 X 76 X 63 X 58 X 80 X 72 X 89 X 103 X 76 X 89 X 63 X 98 X 76 X 54 X 63 X 54 X 54 X 72 X 72 X 58 X 67 X 89 X 58 X 67 X 58 X +USW00021504200712WSF5 116 X 67 X 80 X 170 X 174 X 112 X 130 X 112 X 72 X 67 X 103 X 89 X 112 X 125 X 98 X 112 X 80 X 116 X 112 X 67 X 143 X 72 X 76 X 112 X 80 X-9999 89 X 116 X 89 X 80 X 72 X +USW00021504200712WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 W 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 W 1 0-9999 -9999 +USW00021504200712WT03-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200712WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00021504200712WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 +USW00021504200712WT16-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200801TMAX 239 0 261 0 244 0 267 0 267 0 278 0 267 0 272 0 272 0 278 0 261 0 278 0 267 0 250 0 250 0 250 0 256 0 233 0 272 0 256 0 256 0 261 0 244 0 261 0 261 0 222 0 261 0 250 0 239 0 244 0 233 0 +USW00021504200801TMIN 183 0 178 0 167 0 167 0 167 0 183 0 172 0 167 0 183 0 178 0 178 0 172 0 172 0 183 0 156 0 161 0 150 0 178 0 172 0 183 0 172 0 172 0 161 0 150 0 156 0 178 0 167 0 161 0 161 0 161 0 150 0 +USW00021504200801PRCP 163 0 56 0 97 0 15 0 0T 0 5 0 0 0 0 0 3 0 15 0 51 0 5 0 13 0 0T 0 8 0 0T 0 71 0 150 0 163 0 48 0 76 0 86 0 155 0 0 0 188 0 292 0 135 0 251 0 445 0 460 0 658 0 +USW00021504200801AWND 21 W 24 W 27 W 19 W 30 W 27 W 35 W 39 W 36 W 31 W 31 W 25 W 50 W 50 W 34 W 25 W 26 W 18 W 28 W 25 W 23 W 26 W 20 W 26 W 29 W 28 W 43 W 34 W 26 W 32 W 23 W +USW00021504200801FMTM 1450 X 1422 X 2032 X 1132 X 1335 X 1604 X 1437 X 1412 X 1451 X 1459 X 1347 X 1338 X 1921 X 0738 X 1508 X 0425 X 1328 X 1250 X 1425 X 1633 X 1244 X 1522 X 1127 X 1548 X 1613 X 0639 X 2237 X 1934 X 2242 X 1349 X 2219 X +USW00021504200801PGTM 1445 W 1422 W 2031 W 1127 W 1319 W 1637 W 1323 W 1419 W 1347 W 1418 W 1347 W 1325 W 1914 W 0737 W 1626 W 0424 W 1412 W 1352 W 1425 W 1641 W 1221 W 0721 W 1136 W 1451 W 1613 W 0638 W 2237 W 1931 W 2330 W 0052 W 2214 W +USW00021504200801WDF2 60 X 10 X 60 X 100 X 80 X 110 X 110 X 110 X 110 X 110 X 110 X 70 X 350 X 360 X 360 X 330 X 10 X 70 X 50 X 60 X 50 X 60 X 70 X 50 X 10 X 40 X 60 X 80 X 250 X 20 X 290 X +USW00021504200801WDF5 50 X 10 X 60 X 70 X 80 X 110 X 100 X 120 X 100 X 80 X 110 X 80 X 360 X 360 X 350 X 330 X 40 X 250 X 50 X 60 X 30 X 20 X 90 X 60 X 360 X 40 X 70 X 80 X 220 X 80 X 300 X +USW00021504200801WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200801WSF2 54 X 58 X 89 X 63 X 63 X 63 X 76 X 94 X 72 X 72 X 67 X 67 X 103 X 125 X 67 X 58 X 54 X 63 X 72 X 72 X 67 X 72 X 67 X 54 X 67 X 67 X 98 X 103 X 72 X 76 X 63 X +USW00021504200801WSF5 67 X 72 X 98 X 76 X 94 X 76 X 103 X 116 X 98 X 94 X 89 X 94 X 125 X 156 X 80 X 72 X 67 X 76 X 80 X 89 X 76 X 98 X 94 X 67 X 80 X 94 X 130 X 139 X 94 X 112 X 76 X +USW00021504200801WT01 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 W 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200801WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00021504200801WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 0-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 +USW00021504200801WT13 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200801WT16 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200802TMAX 244 0 211 0 217 0 239 0 217 0 250 0 261 0 261 0 250 0 261 0 256 0 239 0 261 0 256 0 278 0 272 0 278 0 283 0 283 0 278 0 278 0 278 0 272 0 267 0 278 0 267 0 300 0 300 0 289 0-9999 -9999 +USW00021504200802TMIN 183 0 189 0 183 0 194 0 178 0 183 0 189 0 194 0 183 0 167 0 178 0 183 0 172 0 172 0 150 0 161 0 156 0 150 0 161 0 156 0 156 0 161 0 172 0 167 0 172 0 194 0 167 0 178 0 167 0-9999 -9999 +USW00021504200802PRCP 716 0 2748 Z 2398 Z 889 0 1102 0 127 0 975 0 363 0 457 0 43 0 46 0 25 0 15 0 20 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504200802AWND 20 W 26 W 30 W 25 W 17 W 17 W 17 W 21 W 21 W 28 W 21 W 22 W 20 W 30 W 32 W 29 W 19 W 26 W 35 W 28 W 35 W 23 W 28 W 18 W 25 W 19 W 16 W 13 W 28 W-9999 -9999 +USW00021504200802FMTM 2136 X 1341 X 2305 X 0426 X 2116 X 1711 X 1909 X 1410 X 0233 X 1508 X 1335 X 1333 X 1257 X 1505 X 1403 X 1334 X 1446 X 1403 X 1530 X 1349 X 1330 X 1554 X 1651 X 1355 X 1647 X 1300 X 1504 X 1408 X 1522 X-9999 -9999 +USW00021504200802PGTM 1439 W 1340 W 2308 W 0048 W 2116 W 1706 W 1909 W 1409 W 0232 W 0404 W 1411 W 1333 W 1226 W 1452 W 1402 W 1355 W 1524 W 1403 W 1532 W 1421 W 1351 W 1555 W 1355 W 1356 W 1647 W 1301 W 1505 W 1444 W 1454 W-9999 -9999 +USW00021504200802WDF2 90 X 280 X 100 X 130 X 230 X 90 X 280 X 60 X 70 X 100 X 60 X 80 X 50 X 40 X 70 X 100 X 50 X 90 X 90 X 80 X 100 X 10 X 100 X 20 X 320 X 50 X 110 X 80 X 90 X-9999 -9999 +USW00021504200802WDF5 90 X 290 X 120 X 90 X 260 X 80 X 280 X 60 X 80 X 90 X 70 X 80 X 60 X 50 X 70 X 100 X 80 X 90 X 80 X 80 X 100 X 10 X 130 X 20 X 320 X 50 X 110 X 100 X 100 X-9999 -9999 +USW00021504200802WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00021504200802WSF2 103 X 80 X 94 X 72 X 72 X 45 X 67 X 72 X 80 X 72 X 67 X 67 X 76 X 63 X 67 X 80 X 54 X 72 X 67 X 76 X 89 X 40 X 67 X 45 X 63 X 45 X 45 X 54 X 72 X-9999 -9999 +USW00021504200802WSF5 165 X 107 X 125 X 103 X 98 X 58 X 80 X 80 X 98 X 112 X 80 X 80 X 94 X 76 X 89 X 103 X 80 X 89 X 94 X 94 X 107 X 40 X 103 X 45 X 63 X 45 X 45 X 72 X 89 X-9999 -9999 +USW00021504200802WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 W 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200802WT02-9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200802WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200802WT08-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00021504200802WT13 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200802WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200803TMAX 283 0 267 0 283 0 283 0 283 0 283 0 283 0 283 0 294 0 289 0 289 0 289 0 278 0 272 0 267 0 256 0 272 0 256 0 244 0 261 0 250 0 272 0 267 0 261 0 272 0 272 0 272 0 256 0 267 0 272 0 261 0 +USW00021504200803TMIN 167 0 178 0 167 0 161 0 172 0 172 0 161 0 178 0 172 0 172 0 189 0 194 0 183 0 194 0 189 0 189 0 189 0 194 0 189 0 172 0 189 0 189 0 183 0 178 0 178 0 178 0 194 0 194 0 189 0 183 0 178 0 +USW00021504200803PRCP 0 0 0 0 0 0 0T 0 0 0 0T 0 15 0 0T 0 0 0 0T 0 0T 0 23 0 15 0 28 0 64 0 64 0 427 0 284 0 28 0 53 0 71 0 64 0 10 0 20 0 0T 0 0T 0 0T 0 33 0 38 0 3 0 84 0 +USW00021504200803AWND 41 W 32 W 29 W 31 W 30 W 29 W 34 W 31 W 28 W 35 W 34 W 26 W 23 W 30 W 25 W 20 W 34 W 24 W 26 W 26 W 26 W 23 W 25 W 30 W 26 W 33 W 28 W 26 W 32 W 27 W 26 W +USW00021504200803FMTM 1550 X 1138 X 1517 X 1237 X 1546 X 1347 X 1338 X 1451 X 1212 X 1327 X 1344 X 1450 X 1537 X 1236 X 1941 X 1037 X 1516 X 1230 X 1627 X 1456 X 1518 X 1502 X 1330 X 1350 X 1429 X 1431 X 1354 X 1228 X 1301 X 1122 X 1636 X +USW00021504200803PGTM 1130 W 1022 W 1101 W 1240 W 1306 W 1323 W 1319 W 1348 W 1508 W 1218 W 1319 W 1513 W 1511 W 1226 W 1446 W 1039 W 1517 W 1149 W 1537 W 1520 W 1349 W 1501 W 1244 W 1350 W 1245 W 1430 W 1348 W 1637 W 1422 W 1120 W 1636 W +USW00021504200803WDF2 110 X 90 X 40 X 80 X 90 X 80 X 100 X 90 X 70 X 100 X 90 X 90 X 140 X 110 X 80 X 90 X 110 X 70 X 80 X 100 X 80 X 80 X 60 X 80 X 80 X 80 X 80 X 110 X 60 X 70 X 70 X +USW00021504200803WDF5 100 X 130 X 50 X 80 X 120 X 70 X 90 X 110 X 80 X 90 X 100 X 80 X 100 X 90 X 90 X 80 X 110 X 40 X 80 X 90 X 70 X 90 X 70 X 70 X 80 X 70 X 80 X 170 X 80 X 80 X 70 X +USW00021504200803WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200803WSF2 80 X 67 X 63 X 72 X 76 X 72 X 80 X 89 X 63 X 80 X 89 X 76 X 63 X 76 X 63 X 80 X 98 X 80 X 67 X 72 X 58 X 80 X 72 X 72 X 67 X 76 X 89 X 72 X 76 X 89 X 89 X +USW00021504200803WSF5 112 X 89 X 80 X 80 X 103 X 112 X 107 X 107 X 76 X 107 X 112 X 98 X 80 X 107 X 98 X 94 X 116 X 103 X 80 X 89 X 72 X 107 X 94 X 98 X 89 X 98 X 107 X 112 X 103 X 98 X 103 X +USW00021504200803WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 0 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W +USW00021504200803WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200803WT05-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200803WT07 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200803WT08 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00021504200803WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00021504200803WT16-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200804TMAX 267 0 250 0 261 0 256 0 256 0 267 0 261 0 283 0 261 0 256 0 283 0 278 0 278 0 272 0 244 0 272 0 278 0 283 0 244 0 272 0 272 0 272 0 272 0 283 0 289 0 283 0 283 0 283 0 256 0 278 0-9999 +USW00021504200804TMIN 167 0 178 0 172 0 172 0 144 0 161 0 167 0 172 0 194 0 206 0 194 0 194 0 178 0 183 0 183 0 183 0 183 0 200 0 194 0 189 0 172 0 183 0 200 0 178 0 172 0 183 0 178 0 200 0 206 0 189 0-9999 +USW00021504200804PRCP 15 0 3 0 0T 0 0 0 13 0 43 0 71 0 246 0 401 0 25 0 30 0 61 0 18 0 53 0 203 0 3 0 3 0 10 0 206 0 79 0 0T 0 3 0 0T 0 0 0 0 0 0T 0 3 0 10 0 3 0 0T 0-9999 +USW00021504200804AWND 26 W 28 W 47 W 47 W 36 W 36 W 29 W 26 W 32 W 18 W 22 W 27 W 27 W 30 W 32 W 31 W 30 W 29 W 28 W 28 W 29 W 26 W 28 W 31 W 22 W 28 W 27 W 30 W 21 W 26 W-9999 +USW00021504200804FMTM 1445 X 1510 X 1450 X 1718 X 1542 X 2101 X 0831 X 1919 X 1308 X 1454 X 1414 X 1309 X 1416 X 1337 X 0243 X 1450 X 1503 X 1236 X 1316 X 1324 X 1654 X 1635 X 1323 X 1407 X 1450 X 1549 X 1239 X 1503 X 1540 X 1506 X-9999 +USW00021504200804PGTM 1244 W 1252 W 1449 W 1731 W 1815 W 1927 W 0831 W 1919 W 1307 W 1453 W 1409 W 1309 W 1415 W 1318 W 0222 W 1326 W 1437 W 1251 W 1315 W 1258 W 1407 W 1413 W 1142 W 1345 W 1443 W 1212 W 1252 W 1351 W 1532 W 1425 W-9999 +USW00021504200804WDF2 30 X 20 X 20 X 340 X 360 X 360 X 340 X 110 Z 110 X 120 X 110 X 90 X 60 X 80 X 240 X 110 X 130 X 80 X 90 X 80 X 80 X 80 X 110 X 110 X 70 X 90 X 80 X 80 X 30 X 20 X-9999 +USW00021504200804WDF5 30 X 10 X 20 X 350 X 360 X 360 X 350 X 110 Z 120 X 120 X 100 X 80 X 60 X 100 X 230 X 110 X 110 X 80 X 80 X 70 X 80 X 110 X 120 X 110 X 80 X 130 X 80 X 70 X 30 X 40 X-9999 +USW00021504200804WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200804WSF2 58 X 72 X 112 X 80 X 72 X 76 X 72 X 67 Z 76 X 58 X 67 X 76 X 103 X 89 X 67 X 76 X 80 X 80 X 89 X 72 X 63 X 58 X 67 X 76 X 67 X 58 X 67 X 76 X 40 X 63 X-9999 +USW00021504200804WSF5 89 X 89 X 143 X 103 X 89 X 103 X 89 X 76 Z 94 X 72 X 89 X 94 X 116 X 143 X 76 X 98 X 107 X 107 X 103 X 98 X 80 X 72 X 89 X 98 X 80 X 89 X 89 X 94 X 58 X 80 X-9999 +USW00021504200804WT01 1 W-9999 1 W-9999 -9999 1 W 1 W 1 0 1 0 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 +USW00021504200804WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200804WT05 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504200804WT07-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200804WT08 1 W-9999 1 X-9999 -9999 1 W-9999 1 X-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200804WT13-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200804WT16 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504200805TMAX 289 0 272 0 244 0 267 0 267 0 267 0 267 0 261 0 267 0 261 0 267 0 278 0 272 0 283 0 289 0 283 0 283 0 278 0 278 0 289 0 283 0 289 0 289 0 289 0 267 0 283 0 289 0 289 0 289 0 278 0 283 0 +USW00021504200805TMIN 172 0 194 0 189 0 189 0 194 0 189 0 189 0 183 0 183 0 189 0 189 0 183 0 189 0 172 0 183 0 178 0 178 0 172 0 189 0 206 0 189 0 189 0 183 0 183 0 194 0 194 0 200 0 200 0 189 0 200 0 194 0 +USW00021504200805PRCP 0 0 25 0 81 0 221 0 20 0 41 0 130 0 124 0 20 0 25 0 140 0 56 0 0 0 0 0 0 0 0 0 0 0 18 0 5 0 5 0 0 0 0 0 0 0 0 0 25 0 15 0 0T 0 8 0 0 0 84 0 3 0 +USW00021504200805AWND 26 W 27 W 23 W 29 W 26 W 32 W 35 W 34 W 26 W 26 W 30 W 28 W 33 W 31 W 30 W 26 W 30 W 27 W 26 W 26 W 31 W 27 W 28 W 27 W 22 W 29 W 32 W 31 W 29 W 28 W 24 W +USW00021504200805FMTM 1037 X 1039 X 1506 X 1436 X 1600 X 1344 X 1803 X 1754 X 1230 X 1049 X 1346 X 0132 X 1458 X 1402 X 1414 X 1516 X 1202 X 1317 X 1201 X 1249 X 1446 X 1132 X 1544 X 1609 X 1713 X 1656 X 1521 X 1154 X 1401 X 1239 X 1632 X +USW00021504200805PGTM 1308 W 1144 W 1505 W 1328 W 1525 W 1344 W 1651 W 1155 W 1229 W 1048 W 1345 W 0057 W 1455 W 1416 W 1434 W 1356 W 1146 W 1409 W 1002 W 1246 W 1343 W 1131 W 1234 W 1536 W 1519 W 1151 W 1557 W 1241 W 1359 W 1238 W 1627 W +USW00021504200805WDF2 60 X 80 X 90 X 80 X 70 X 90 X 100 X 70 X 60 X 90 X 70 X 210 X 90 X 100 X 100 X 100 X 100 X 40 X 30 X 90 X 100 X 80 X 50 X 80 X 30 X 100 X 90 X 70 X 70 X 50 X 70 X +USW00021504200805WDF5 30 X 60 X 80 X 80 X 80 X 80 X 90 X 60 X 60 X 90 X 80 X 170 X 90 X 100 X 100 X 110 X 80 X 30 X 90 X 80 X 100 X 80 X 60 X 50 X 30 X 90 X 80 X 80 X 60 X 50 X 70 X +USW00021504200805WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200805WSF2 67 X 80 X 67 X 80 X 63 X 76 X 76 X 80 X 89 X 80 X 76 X 54 X 80 X 89 X 94 X 72 X 67 X 63 X 63 X 67 X 76 X 72 X 63 X 72 X 45 X 63 X 72 X 80 X 67 X 72 X 76 X +USW00021504200805WSF5 80 X 107 X 89 X 107 X 80 X 94 X 98 X 116 X 107 X 103 X 103 X 72 X 107 X 107 X 112 X 107 X 89 X 76 X 89 X 94 X 103 X 89 X 89 X 98 X 76 X 89 X 103 X 103 X 103 X 94 X 98 X +USW00021504200805WT01-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 1 W-9999 +USW00021504200805WT05-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 +USW00021504200805WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200805WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200805WT13-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 +USW00021504200805WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200805WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X +USW00021504200806TMAX 289 0 289 0 283 0 289 0 289 0 289 0 300 0 300 0 272 0 283 0 272 0 289 0 278 0 278 0 294 0 289 0 289 0 289 0 272 0 278 0 278 0 261 0 289 0 283 0 272 0 272 0 300 0 300 0 306 0 294 0-9999 +USW00021504200806TMIN 189 0 183 0 189 0 183 0 172 0 183 0 206 0 206 0 200 0 200 0 200 0 183 0 194 0 178 0 194 0 200 0 200 0 200 0 200 0 200 0 189 0 189 0 206 0 200 0 200 0 200 0 206 0 228 0 211 0 200 0-9999 +USW00021504200806PRCP 10 0 0T 0 5 0 41 0 3 0 0T 0 20 0 5 0 15 0 74 0 61 0 3 0 15 0 53 0 3 0 0T 0 3 0 10 0 13 0 36 0 53 0 53 0 10 0 33 0 36 0 0T 0 0T 0 0 0 0 0 0 0-9999 +USW00021504200806AWND 25 W 26 W 26 W 28 W 28 W 34 W 31 W 23 W 26 W 25 W 22 W 28 W 26 W 26 W 27 W 28 W 36 W 28 W 23 W 26 W 28 W 21 W 20 W 27 W 20 W 20 W 23 W 22 W 25 W 27 W-9999 +USW00021504200806FMTM 1356 X 1225 X 1538 X 1643 X 1307 X 1423 X 1347 X 1407 X 1007 X 1443 X 1651 X 1218 X 1046 X 1545 X 1304 X 1337 X 1444 X 1320 X 0902 X 1531 X 1938 X 1043 X 0905 X 1326 X 0810 X 1318 X 1448 X 1218 X 1307 X 1152 X-9999 +USW00021504200806PGTM 1356 W 1407 W 1536 W 1643 W 1233 W 1420 W 1346 W 1406 W 1004 W 1406 W 1650 W 1217 W 1654 W 1201 W 1342 W 1451 W 1209 W 1318 W 1929 W 1525 W 1938 W 1042 W 0857 W 1326 W 0809 W 1316 W 1304 W 1233 W 1405 W 1210 W-9999 +USW00021504200806WDF2 100 X 60 X 80 X 80 X 30 X 110 X 70 X 100 X 50 X 30 X 110 X 90 X 40 X 20 X 70 X 80 X 90 X 80 X 60 X 70 X 90 X 60 X 60 X 350 X 20 X 80 X 70 X 80 X 70 X 10 X-9999 +USW00021504200806WDF5 100 X 40 X 70 X 80 X 70 X 100 X 80 X 90 X 50 X 40 X 110 X 80 X 10 X 120 X 70 X 190 X 90 X 70 X 40 X 50 X 90 X 60 X 40 X 350 X 20 X 70 X 90 X 90 X 60 X 10 X-9999 +USW00021504200806WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200806WSF2 76 X 67 X 76 X 94 X 67 X 76 X 89 X 80 X 80 X 67 X 67 X 76 X 63 X 58 X 63 X 72 X 76 X 103 X 67 X 72 X 67 X 67 X 67 X 63 X 67 X 63 X 54 X 72 X 63 X 63 X-9999 +USW00021504200806WSF5 94 X 98 X 103 X 112 X 94 X 98 X 103 X 103 X 107 X 89 X 80 X 98 X 72 X 80 X 89 X 103 X 103 X 116 X 89 X 94 X 76 X 80 X 80 X 76 X 80 X 80 X 72 X 89 X 80 X 76 X-9999 +USW00021504200806WT01-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200806WT05 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200806WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200806WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200806WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200806WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00021504200807TMAX 317 0 294 0 294 0 300 0 300 0 311 0 294 0 294 0 306 0 306 0 294 0 300 0 300 0 311 0 300 0 300 0 289 0 289 0 283 0 294 0 289 0 278 0 283 0 294 0 283 0 289 0 300 0 278 0 289 0 267 0 294 0 +USW00021504200807TMIN 194 0 211 0 206 0 194 0 200 0 206 0 211 0 189 0 189 0 206 0 183 0 206 0 194 0 194 0 189 0 194 0 200 0 206 0 189 0 206 0 200 0 228 0 228 0 206 0 200 0 200 0 200 0 211 0 222 0 206 0 206 0 +USW00021504200807PRCP 0T 0 30 0 30 0 36 0 30 0 0T 0 13 0 10 0 3 0 58 0 51 0 15 0 0 0 0 0 33 0 66 0 168 0 163 0 122 0 5 0 23 0 150 0 211 0 25 0 20 0 20 0 18 0 79 0 132 0 46 0 10 0 +USW00021504200807AWND 27 W 33 W 31 W 27 W 34 W 27 W 28 W 30 W 26 W 32 W 27 W 28 W 31 W 32 W 30 W 31 W 25 W 31 W 21 W 30 W 27 W 20 W 24 W 27 W 26 W 25 W 24 W 29 W 22 W 23 W 30 W +USW00021504200807FMTM 2111 X 1310 X 1703 X 1943 X 1543 X 1242 X 1501 X 1335 X 1159 X 2054 X 1505 X 1239 X 1048 X 1438 X 1311 X 1725 X 1012 X 0321 X 1003 X 1325 X 1125 X 1924 X 1140 X 1213 X 1508 X 1420 X 1306 X 1341 X 1117 X 0617 X 1447 X +USW00021504200807PGTM 1519 W 1223 W 1714 W 1943 W 1543 W 1337 W 1443 W 1335 W 1322 W 1338 W 1447 W 1243 W 1045 W 1448 W 1311 W 1416 W 1011 W 2252 W 1003 W 1536 W 1128 W 1521 W 1510 W 1259 W 1506 W 1420 W 1305 W 1337 W 1116 W 0736 W 1526 W +USW00021504200807WDF2 310 X 360 X 40 X 110 X 100 X 80 X 20 X 10 X 30 X 80 X 20 X 60 X 90 X 30 X 30 X 280 X 20 X 40 X 70 X 80 X 70 X 70 X 70 X 60 X 40 X 350 X 80 X 70 X 40 X 270 X 60 X +USW00021504200807WDF5 40 X 10 X 40 X 120 X 110 X 80 X 20 X 10 X 40 X 40 X 20 X 50 X 80 X 30 X 40 X 60 X 10 X 40 X 70 X 90 X 70 X 40 X 70 X 40 X 50 X 350 X 70 X 50 X 40 X 250 X 40 X +USW00021504200807WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200807WSF2 58 X 72 X 58 X 63 X 80 X 72 X 63 X 63 X 67 X 63 X 63 X 76 X 103 X 67 X 72 X 67 X 89 X 76 X 76 X 76 X 103 X 76 X 76 X 72 X 89 X 58 X 58 X 76 X 67 X 67 X 63 X +USW00021504200807WSF5 80 X 94 X 72 X 76 X 103 X 94 X 76 X 76 X 89 X 94 X 80 X 103 X 130 X 89 X 89 X 103 X 107 X 103 X 94 X 98 X 116 X 98 X 89 X 94 X 107 X 67 X 80 X 98 X 80 X 76 X 76 X +USW00021504200807WT01-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W +USW00021504200807WT05-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 +USW00021504200807WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00021504200807WT13-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00021504200807WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200808TMAX 289 0 289 0 272 0 294 0 294 0 272 0 289 0 283 0 294 0 289 0 278 0 294 0 283 0 272 0 283 0 289 0 289 0 289 0 294 0 300 0 306 0 283 0 300 0 289 0 294 0 300 0 306 0 289 0 300 0 300 0 289 0 +USW00021504200808TMIN 189 0 206 0 200 0 194 0 200 0 206 0 200 0 211 0 200 0 206 0 206 0 206 0 194 0 217 0 200 0 211 0 211 0 200 0 200 0 189 0 194 0 200 0 183 0 183 0 217 0 194 0 200 0 200 0 183 0 206 0 200 0 +USW00021504200808PRCP 5 0 0 0 84 0 5 0 41 0 36 0 38 0 89 0 15 0 53 0 20 0 3 0 41 0 25 0 10 0 0T 0 0T 0 8 0 0 0 0 0 3 0 71 0 3 0 13 0 10 0 79 0 89 0 86 0 79 0 13 0 69 0 +USW00021504200808AWND 30 W 22 W 17 W 31 W 26 W 23 W 25 W 26 W 20 W 25 W 24 W 29 W 21 W 23 W 26 W 26 W 24 W 26 W 26 W 27 W 27 W 24 W 30 W 31 W 31 W 25 W 30 W 29 W 34 W 23 W 25 W +USW00021504200808FMTM 1418 X 1515 X 1342 X 1317 X 1839 X 1023 X 1643 X 1524 X 1429 X 1450 X 1454 X 1424 X 1312 X 1022 X 1311 X 1144 X 1102 X 1217 X 1421 X 1201 X 1316 X 1254 X 1341 X 1952 X 1334 X 1251 X 2146 X 1418 X 1300 X 1350 X 2228 X +USW00021504200808PGTM 1417 W 1346 W 1229 W 1313 W 1847 W 1021 W 1642 W 1517 W 1427 W 1441 W 1445 W 1635 W 1124 W 1016 W 1311 W 1142 W 1038 W 1222 W 1421 W 1125 W 1307 W 1254 W 1255 W 1958 W 1330 W 1303 W 2145 W 1418 W 0005 W 1410 W 2227 W +USW00021504200808WDF2 60 X 40 X 90 X 60 X 70 X 70 X 80 X 60 X 60 X 70 X 80 X 60 X 50 X 100 X 80 X 50 X 40 X 50 X 50 X 30 X 70 X 70 X 60 X 20 X 10 X 70 X 40 X 50 X 70 X 60 X 90 X +USW00021504200808WDF5 50 X 60 X 100 X 80 X 60 X 70 X 80 X 70 X 60 X 50 X 60 X 80 X 50 X 120 X 80 X 60 X 50 X 80 X 40 X 50 X 60 X 60 X 70 X 20 X 360 X 70 X 50 X 50 X 70 X 40 X 80 X +USW00021504200808WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200808WSF2 63 X 63 X 63 X 67 X 72 X 94 X 76 X 67 X 94 X 80 X 76 X 63 X 54 X 58 X 89 X 67 X 63 X 80 X 63 X 63 X 89 X 103 X 67 X 72 X 67 X 63 X 67 X 76 X 72 X 58 X 67 X +USW00021504200808WSF5 80 X 89 X 76 X 94 X 80 X 107 X 98 X 94 X 112 X 103 X 103 X 76 X 72 X 72 X 103 X 80 X 89 X 98 X 76 X 80 X 107 X 125 X 94 X 80 X 80 X 76 X 94 X 94 X 98 X 72 X 116 X +USW00021504200808WT01-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W +USW00021504200808WT05 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200808WT08-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200808WT13-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504200808WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200808WT16 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200809TMAX 283 0 294 0 300 0 294 0 300 0 289 0 289 0 289 0 283 0 289 0 289 0 294 0 294 0 300 0 283 0 278 0 267 0 289 0 283 0 289 0 283 0 289 0 283 0 278 0 283 0 283 0 289 0 294 0 283 0 256 0-9999 +USW00021504200809TMIN 211 0 189 0 183 0 194 0 206 0 206 0 189 0 183 0 178 0 200 0 183 0 183 0 206 0 189 0 189 0 194 0 200 0 206 0 211 0 194 0 189 0 206 0 194 0 206 0 200 0 211 0 194 0 189 0 183 0 211 0-9999 +USW00021504200809PRCP 89 0 36 0 0T 0 28 0 10 0 5 0 122 0 48 0 0 0 10 0 0T 0 20 0 0T 0 0 0 46 0 58 0 91 0 64 0 0T 0 140 0 28 0 61 0 36 0 41 0 33 0 8 0 0T 0 0 0 0 0 112 0-9999 +USW00021504200809AWND 30 W 27 W 29 W 26 W 27 W 21 W 27 W 27 W 30 W 23 W 29 W 26 W 33 W 31 W 26 W 34 W 18 W 26 W 18 W 27 W 24 W 25 W 22 W 25 W 26 W 25 W 29 W 27 W 30 W 30 W-9999 +USW00021504200809FMTM 1334 X 1358 X 1451 X 1440 X 1205 X 1126 X 1959 X 1624 X 1310 X 1247 X 1204 X 1336 X 1315 X 1157 X 1055 X 1737 X 1400 X 1241 X 1212 X 2029 X 1418 X 2317 X 1128 X 0825 X 1025 X 1338 X 1354 X 1331 X 1737 X 1842 X-9999 +USW00021504200809PGTM 1132 W 1449 W 1328 W 1439 W 1204 W 1125 W 1957 W 1623 W 1309 W 1215 W 1203 W 1312 W 1308 W 1149 W 1056 W 1155 W 1359 W 1240 W 1429 W 2028 W 1252 W 1418 W 1125 W 0506 W 1534 W 1307 W 1416 W 1618 W 1215 W 1840 W-9999 +USW00021504200809WDF2 360 X 60 X 60 X 50 X 70 X 80 X 360 X 70 X 80 X 60 X 80 X 60 X 90 X 90 X 80 X 340 X 50 X 50 X 70 X 110 X 360 X 260 X 90 X 230 X 60 X 90 X 100 X 80 X 360 X 10 X-9999 +USW00021504200809WDF5 360 X 40 X 40 X 50 X 80 X 80 X 360 X 60 X 90 X 50 X 70 X 60 X 90 X 100 X 80 X 30 X 50 X 50 X 70 X 110 X 30 X 60 X 70 X 100 X 40 X 100 X 80 X 80 X 10 X 10 X-9999 +USW00021504200809WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200809WSF2 67 X 58 X 58 X 63 X 76 X 89 X 80 X 67 X 89 X 67 X 67 X 67 X 80 X 76 X 94 X 80 X 67 X 67 X 63 X 72 X 54 X 58 X 89 X 63 X 67 X 63 X 67 X 58 X 54 X 80 X-9999 +USW00021504200809WSF5 89 X 76 X 76 X 80 X 98 X 103 X 98 X 80 X 107 X 89 X 103 X 89 X 98 X 98 X 107 X 103 X 94 X 89 X 76 X 94 X 72 X 76 X 116 X 76 X 143 X 76 X 80 X 72 X 67 X 98 X-9999 +USW00021504200809WT01 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 +USW00021504200809WT05 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00021504200809WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200809WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00021504200809WT13 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00021504200809WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00021504200810TMAX 283 0 278 0 278 0 278 0 289 0 283 0 289 0 294 0 289 0 283 0 283 0 278 0 283 0 289 0 244 0 272 0 267 0 278 0 267 0 278 0 250 0 272 0 283 0 278 0 267 0 289 0 261 0 294 0 278 0 278 0 261 0 +USW00021504200810TMIN 200 0 194 0 206 0 206 0 189 0 194 0 183 0 194 0 189 0 200 0 189 0 189 0 178 0 194 0 206 0 189 0 200 0 206 0 200 0 189 0 183 0 189 0 178 0 178 0 183 0 183 0 183 0 194 0 206 0 206 0 200 0 +USW00021504200810PRCP 3 0 30 0 51 0 38 0 8 0 20 0 0 0 25 0 20 0 107 0 13 0 8 0 0 0 147 0 386 0 20 0 64 0 23 0 102 0 3 0 157 0 0T 0 5 0 0 0 0T 0 0T 0 0 0 0 0 18 0 89 0 36 0 +USW00021504200810AWND 28 W 20 W 22 W 27 W 28 W 27 W 32 W 29 W 26 W 21 W 26 W 28 W 38 W 32 W 20 W 25 W 26 W 24 W 27 W 26 W 16 W 22 W 23 W 26 W 21 W 30 W 21 W 23 W 22 W 31 W 32 W +USW00021504200810FMTM 1929 X 1319 X 1534 X 0858 X 1137 X 0902 X 1349 X 1021 X 1222 X 1506 X 1450 X 1250 X 1446 X 1421 X 1423 X 1543 X 1441 X 1758 X 1039 X 1331 X 1447 X 1357 X 1334 X 1416 X 1501 X 1249 X 1337 X 1341 X 1159 X 2215 X 0209 X +USW00021504200810PGTM 1927 W 1302 W 1552 W 0848 W 1617 W 0729 W 1203 W 1338 W 1358 W 1516 W 1449 W 1250 W 1427 W 1510 W 1422 W 1530 W 1440 W 1757 W 1039 W 1329 W 1313 W-9999 1333 W 1156 W 1459 W 1411 W-9999 1335 W 1314 W 2336 W 0339 W +USW00021504200810WDF2 60 X 80 X 30 X 50 X 40 X 60 X 90 X 70 X 50 X 80 X 80 X 90 X 110 X 100 X 210 X 50 X 60 X 60 X 90 X 120 X 110 X 10 X 40 X 40 X 90 X 90 X 110 X 110 X 10 X 60 X 40 X +USW00021504200810WDF5 60 X 90 X 60 X 40 X 30 X 300 X 90 X 70 X 50 X 110 X 80 X 80 X 110 X 90 X 200 X 40 X 50 X 50 X 90 X 100 X 130 X-9999 40 X 20 X 100 X 80 X-9999 100 X 20 X 60 X 50 X +USW00021504200810WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200810WSF2 80 X 58 X 67 X 72 X 63 X 58 X 72 X 63 X 58 X 67 X 80 X 63 X 89 X 80 X 67 X 72 X 80 X 67 X 76 X 67 X 45 X 54 X 58 X 54 X 63 X 67 X 40 X 63 X 54 X 76 X 63 X +USW00021504200810WSF5 98 X 76 X 89 X 94 X 72 X 80 X 98 X 80 X 80 X 80 X 98 X 80 X 107 X 103 X 80 X 98 X 98 X 80 X 89 X 94 X 67 X-9999 67 X 72 X 76 X 89 X-9999 76 X 67 X 89 X 76 X +USW00021504200810WT01-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W +USW00021504200810WT05 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 +USW00021504200810WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200810WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 W-9999 -9999 1 W-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200810WT13-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00021504200810WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X +USW00021504200811TMAX 267 0 278 0 261 0 272 0 278 0 272 0 272 0 272 0 278 0 272 0 272 0 272 0 278 0 278 0 278 0 272 0 272 0 250 0 267 0 278 0 278 0 261 0 261 0 272 0 256 0 239 0 267 0 272 0 267 0 272 0-9999 +USW00021504200811TMIN 178 0 189 0 172 0 206 0 206 0 183 0 183 0 178 0 189 0 189 0 194 0 183 0 200 0 194 0 178 0 178 0 200 0 178 0 183 0 172 0 206 0 194 0 200 0 183 0 189 0 183 0 178 0 183 0 172 0 183 0-9999 +USW00021504200811PRCP 18 0 23 0 3 0 46 0 38 0 0 0 89 0 5 0 36 0 137 0 8 0 84 0 353 0 56 0 0 0 10 0 79 0 452 0 114 0 0T 0 0T 0 0T 0 76 0 0T 0 5 0 61 0 10 0 0 0 8 0 0T 0-9999 +USW00021504200811AWND 25 W 25 W 22 W 25 W 23 W 26 W 24 W 18 W 27 W 28 W 24 W 30 W 30 W 32 W 28 W 28 W 30 W 30 W 35 W 31 W 32 W 21 W 16 W 27 W 23 W 26 W 25 W 28 W 29 W 24 W-9999 +USW00021504200811FMTM 1812 X 1310 X 1819 X 1717 X 1330 X 1202 X 1307 X 1313 X 1944 X 1735 X 1347 X 0958 X 1340 X 1421 X 1256 X 1241 X 1416 X 2341 X 1206 X 1539 X 1542 X 1459 X 1542 X 1520 X 1559 X 1236 X 1548 X 1252 X 1604 X 1325 X-9999 +USW00021504200811PGTM 1145 W 1353 W 1944 W 1411 W 1051 W 1242 W 1304 W 1318 W 1944 W 1026 W 1315 W 1432 W 1339 W 1436 W 1250 W 1240 W 1647 W 2210 W 0644 W 1541 W 1332 W 1455 W 1519 W 1451 W 1559 W 1238 W 1547 W 1249 W 1340 W 1249 W-9999 +USW00021504200811WDF2 70 X 30 X 90 X 110 X 80 X 40 X 110 X 110 X 110 X 80 X 90 X 120 X 110 X 120 X 110 X 10 X 10 X 340 Z 60 X 110 X 110 X 90 X 50 X 70 X 70 X 250 X 100 X 110 X 340 X 80 X-9999 +USW00021504200811WDF5 10 X 30 X 130 X 120 X 90 X 60 X 120 X 110 X 110 X 140 X 100 X 150 X 120 X 120 X 110 X 10 X 350 X 350 Z 360 X 110 X 110 X 80 X 30 X 70 X 80 X 250 X 110 X 100 X 30 X 80 X-9999 +USW00021504200811WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200811WSF2 58 X 58 X 45 X 67 X 67 X 58 X 67 X 58 X 67 X 76 X 63 X 72 X 80 X 89 X 58 X 54 X 67 X 103 Z 72 X 67 X 80 X 54 X 76 X 67 X 72 X 63 X 63 X 80 X 63 X 67 X-9999 +USW00021504200811WSF5 72 X 67 X 63 X 80 X 80 X 72 X 89 X 76 X 76 X 94 X 80 X 89 X 103 X 107 X 76 X 67 X 80 X 148 Z 98 X 76 X 107 X 63 X 98 X 80 X 89 X 80 X 76 X 107 X 94 X 80 X-9999 +USW00021504200811WT01 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 +USW00021504200811WT05-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00021504200811WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200811WT08-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200811WT13 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00021504200811WT16 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00021504200812TMAX 289 0 289 0 272 0 256 0 267 0 272 0 272 0 267 0 261 0 267 0 261 0 267 0 272 0 250 0 256 0 267 0 261 0 267 0 267 0 261 0 256 0 261 0 256 0 256 0 256 0 211 0 256 0 244 0 244 0 217 0 244 0 +USW00021504200812TMIN 189 0 183 0 194 0 178 0 189 0 161 0 189 0 178 0 167 0 189 0 189 0 194 0 200 0 200 0 206 0 194 0 194 0 172 0 183 0 178 0 178 0 183 0 172 0 183 0 172 0 178 0 172 0 178 0 178 0 178 0 183 0 +USW00021504200812PRCP 0 0 0T 0 0T 0 0T 0 8 0 5 0 0T 0 3 0 0T 0 0T 0 150 0 20 0 8 0 69 0 472 0 8 0 84 0 13 0 0T 0 180 0 15 0 8 0 56 0 140 0 732 0 2570 0 620 0 1425 0 56 0 833 0 244 0 +USW00021504200812AWND 22 W 38 W 30 W 23 W 25 W 31 W 29 W 26 W 29 W 38 W 41 W 26 W 41 W 25 W 26 W 27 W 24 W 30 W 24 W 30 W 34 W 29 W 26 W 26 W 30 W 28 W 21 W 20 W 17 W 13 W 20 W +USW00021504200812FMTM 1427 X 1312 X 1229 X 1735 X 0347 X 1349 X 1714 X 1347 X 1448 X 1454 X 2226 X 1436 X 1127 X 1643 X 1349 X 1550 X 1419 X 1434 X 1447 X 1555 X 1608 X 1506 X 1005 X 1233 X 1305 X 1722 X 2313 X 2217 X 0301 X 1020 X 1918 X +USW00021504200812PGTM 1427 W 1311 W 1240 W 1733 W 1113 W 1442 W 1139 W 1341 W 1447 W 1515 W 2225 W 1519 W 2046 W 1643 W 1348 W 1549 W 1611 W 1434 W 1119 W 1555 W 1607 W 1506 W 1004 W 1233 W 1855 W 1351 W 2314 W-9999 0250 W 1020 W 1917 W +USW00021504200812WDF2 120 X 100 X 100 X 80 X 50 X 70 X 80 X 70 X 90 X 120 X 130 Z 110 X 140 X 130 X 110 X 100 X 90 X 110 X 110 X 100 X 120 X 90 X 40 X 30 X 90 X 230 Z 220 X 230 X 220 X 80 X 130 X +USW00021504200812WDF5 120 X 110 X 100 X 80 X 40 X 70 X 90 X 70 X 90 X 150 X 130 Z 110 X 130 X 140 X 100 X 100 X 140 X 120 X 110 X 100 X 120 X 90 X 40 X 30 X 40 X 250 Z 240 X-9999 220 X 80 X 150 X +USW00021504200812WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200812WSF2 89 X 98 X 89 X 54 X 67 X 72 X 67 X 58 X 67 X 89 X 76 Z 72 X 80 X 72 X 76 X 63 X 72 X 89 X 63 X 67 X 72 X 89 X 58 X 72 X 98 X 107 Z 67 X 58 Z 45 X 72 X 58 X +USW00021504200812WSF5 116 X 125 X 103 X 63 X 76 X 89 X 80 X 76 X 80 X 116 X 112 Z 80 X 103 X 94 X 103 X 76 X 80 X 107 X 89 X 80 X 80 X 107 X 72 X 94 X 134 X 130 Z 94 X-9999 58 X 89 X 72 X +USW00021504200812WT01-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 0-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 0 1 0 1 X 1 W 1 W 1 X 1 W +USW00021504200812WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00021504200812WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00021504200812WT05-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200812WT07 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200812WT08 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W +USW00021504200812WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00021504200812WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00021504200812WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200901TMAX 250 0 250 0 239 0 244 0 256 0 256 0 250 0 239 0 256 0 256 0 256 0 261 0 272 0 267 0 278 0 289 0 228 0 250 0 256 0 261 0 261 0 250 0 228 0 250 0 233 0 244 0 261 0 261 0 261 0 261 0 256 0 +USW00021504200901TMIN 189 0 194 0 178 0 183 0 161 0 172 0 178 0 183 0 161 0 194 0 178 0 161 0 161 0 178 0 167 0 172 0 178 0 144 0 150 0 144 0 194 0 172 0 167 0 161 0 156 0 161 0 144 0 161 0 156 0 156 0 172 0 +USW00021504200901PRCP 561 0 866 0 114 0 188 0 8 0 0T 0 97 0 97 0 0T 0 69 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 20 0 94 0 25 0 28 0 0T 0 0 0 0 0 0 0 0T 0 46 0 +USW00021504200901AWND 24 W 30 W 26 W 28 W 26 W 24 W 21 W 21 W 34 W 26 W 21 W 23 W 25 W 26 W 27 W 24 W 71 W 28 W 33 W 30 W 40 W 24 W 21 W 30 W 26 W 35 W 37 W 27 W 29 W 27 W 29 W +USW00021504200901FMTM 1658 X 1409 X 1313 X 1159 X 1359 X 1526 X 1423 X 1340 X 1255 X 1418 X 1017 X 1350 X 1247 X 1418 X 1037 X 1247 X 0627 X 1446 X 1458 X 1348 X 1511 X 1233 X 1728 X 1554 X 1508 X 1442 X 1325 X 1336 X 1306 X 1530 X 0642 X +USW00021504200901PGTM 1655 W 1439 W 1312 W 1151 W 1358 W 1523 W 1428 W 1340 W 1446 W 1417 W 1012 W 1420 W 1246 W 1419 W 1037 W 1708 W 1011 W 1325 W 1457 W 1410 W 1259 W 1232 W 1728 W 1314 W 1342 W 1520 W 1321 W 1311 W 1304 W 1504 W 0422 W +USW00021504200901WDF2 120 X 100 X 90 X 110 X 120 X 120 X 50 X 100 X 120 X 120 X 360 X 360 X 80 X 340 X 350 X 10 X 350 X 20 X 100 X 40 X 350 Z 50 X 240 X 70 X 90 X 110 X 110 X 100 X 80 X 70 X 250 X +USW00021504200901WDF5 110 X 110 X 90 X 120 X 120 X 110 X 30 X 100 X 120 X 110 X 350 X 10 X 80 X 330 X 350 X 330 X 350 X 40 X 110 X 10 X 350 Z 50 X 240 X 110 X 100 X 120 X 110 X 100 X 70 X 90 X 90 X +USW00021504200901WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200901WSF2 63 X 76 X 72 X 67 X 63 X 76 X 58 X 67 X 76 X 67 X 94 X 45 X 76 X 98 X 76 X 63 X 125 X 58 X 63 X 63 X 89 Z 76 X 67 X 67 X 67 X 76 X 89 X 72 X 67 X 58 X 63 X +USW00021504200901WSF5 80 X 98 X 94 X 89 X 80 X 98 X 67 X 80 X 94 X 98 X 116 X 63 X 98 X 116 X 89 X 116 X 161 X 76 X 72 X 72 X 103 Z 98 X 72 X 89 X 89 X 98 X 112 X 94 X 89 X 72 X 98 X +USW00021504200901WT01 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W +USW00021504200901WT05 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00021504200901WT07-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504200901WT08-9999 -9999 1 X-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504200901WT13 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00021504200901WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200901WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X +USW00021504200902TMAX 256 0 256 0 217 0 233 0 233 0 261 0 267 0 250 0 244 0 239 0 239 0 261 0 256 0 239 0 256 0 244 0 244 0 250 0 239 0 239 0 233 0 233 0 244 0 239 0 222 0 233 0 239 0 228 0-9999 -9999 -9999 +USW00021504200902TMIN 156 0 189 0 194 0 183 0 183 0 183 0 189 0 183 0 183 0 189 0 178 0 183 0 172 0 178 0 172 0 161 0 161 0 161 0 156 0 172 0 172 0 172 0 139 0 178 0 172 0 178 0 167 0 156 0-9999 -9999 -9999 +USW00021504200902PRCP 97 0 295 0 356 0 193 0 79 0 61 0 15 0 53 0 109 0 193 0 175 0 218 0 157 0 66 0 3 0 5 0 18 0 3 0 257 0 5 0 10 0 8 0 0 0 0T 0 236 0 3 0 3 0 15 0-9999 -9999 -9999 +USW00021504200902AWND 27 W 28 W 34 W 19 W 24 W 27 W 22 W 23 W 29 W 26 W 26 W 30 W 34 W 29 W 26 W 26 W 24 W 26 W 29 W 32 W 26 W 24 W 23 W 20 W 37 W 51 W 53 W 51 W-9999 -9999 -9999 +USW00021504200902FMTM 1030 X 1314 X 1012 X 1544 X 1314 X 1531 X 1424 X 2006 X 1401 X 1651 X 1244 X 1629 X 1248 X 1438 X 1034 X 1146 X 1549 X 0922 X 1317 X 1429 X 1215 X 1351 X 1204 X 2258 X 1248 X 1237 X 1619 X 0949 X-9999 -9999 -9999 +USW00021504200902PGTM 1413 W 1314 W 1011 W 1549 W 1305 W 1527 W 1431 W 2005 W 1345 W 1706 W 1320 W 1519 W 1312 W 1437 W 1033 W 1146 W 1548 W 0922 W 1317 W 1312 W 1659 W 1339 W 1203 W 2246 W 1248 W 1237 W 1200 W 1146 W-9999 -9999 -9999 +USW00021504200902WDF2 40 X 350 X 40 X 70 X 100 X 100 X 90 X 140 X 110 X 100 X 90 X 80 X 40 X 80 X 50 X 70 X 50 X 50 X 360 X 340 X 340 X 10 X 30 X 30 X 360 X 350 X 350 X 360 X-9999 -9999 -9999 +USW00021504200902WDF5 50 X 350 X 40 X 70 X 90 X 110 X 90 X 140 X 110 X 100 X 110 X 120 X 50 X 80 X 50 X 70 X 50 X 40 X 10 X 350 X 350 X 350 X 10 X 30 X 10 X 360 X 350 X 20 X-9999 -9999 -9999 +USW00021504200902WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504200902WSF2 58 X 76 X 94 X 63 X 63 X 72 X 67 X 45 X 76 X 63 X 72 X 76 X 67 X 94 X 67 X 89 X 63 X 63 X 94 X 72 X 67 X 63 X 54 X 63 X 94 X 103 X 94 X 98 X-9999 -9999 -9999 +USW00021504200902WSF5 72 X 94 X 125 X 67 X 76 X 94 X 80 X 63 X 103 X 76 X 89 X 94 X 98 X 107 X 80 X 98 X 80 X 76 X 103 X 94 X 76 X 76 X 67 X 80 X 116 X 116 X 134 X 112 X-9999 -9999 -9999 +USW00021504200902WT01 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200902WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200902WT05 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00021504200902WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200902WT08-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200902WT13 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200902WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200902WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504200903TMAX 244 0 233 0 244 0 217 0 211 0 228 0 200 0 211 0 239 0 217 0 250 0 244 0 206 0 261 0 250 0 239 0 239 0 272 0 228 0 256 0 256 0 244 0 256 0 256 0 239 0 244 0 244 0 250 0 244 0 250 0 239 0 +USW00021504200903TMIN 167 0 156 0 167 0 167 0 172 0 167 0 178 0 189 0 189 0 178 0 156 0 144 0 150 0 133 0 139 0 189 0 189 0 183 0 167 0 161 0 183 0 172 0 178 0 189 0 167 0 183 0 172 0 172 0 178 0 172 0 172 0 +USW00021504200903PRCP 5 0 53 0 25 0 165 0 112 0 409 0 2591 0 1811 0 348 0 76 0 0T 0 13 0 0T 0 0 0 0 0 0 0 41 0 76 0 193 0 236 0 241 0 8 0 249 0 10 0 160 0 86 0 43 0 89 0 112 0 168 0 117 0 +USW00021504200903AWND 47 W 30 W 24 W 22 W 24 W 22 W 29 W 20 W 22 W 38 W 28 W 49 W 18 W 30 W 22 W 9 W 11 W 24 W 20 W 29 W 32 W 31 W 32 W 34 W 26 W 32 W 35 W 32 W 33 W 31 W 36 W +USW00021504200903FMTM 2336 X 0056 X 1223 X 1058 X 1809 X 1417 X 1210 X 1648 X 1131 X 1021 X 1535 X 1035 X 0456 X 1243 X 1539 X 2032 X 1226 X 1252 X 1340 X 2042 X 1255 X 1456 X 1200 X 1115 X 1923 X 1413 X 1608 X 1420 X 1427 X 1820 X 1346 X +USW00021504200903PGTM 0605 W 0055 W 1220 W 1055 W 1809 W 0529 W 1209 W 1647 W 1130 W 1021 W 1250 W 1045 W 0453 W 1243 W 1538 W 1307 W 1229 W 1259 W 1348 W 1930 W 1431 W 1347 W 1159 W 1405 W 1922 W 1412 W 1337 W 1201 W 0909 W 1819 W 1345 W +USW00021504200903WDF2 60 X 70 X 60 X 50 X 70 X 220 X 100 X 120 X 130 X 60 X 10 X 360 X 340 X 350 X 360 X 220 X 110 X 80 X 20 X 270 X 70 X 80 X 80 X 80 X 80 X 70 X 70 X 50 X 40 X 70 X 70 X +USW00021504200903WDF5 20 X 80 X 70 X 70 X 70 X 220 X 100 X 100 X 130 X 60 X 30 X 360 X 350 X 340 X 360 X 10 X 120 X 120 X 20 X 80 X 80 X 110 X 70 X 70 X 70 X 70 X 80 X 60 X 80 X 70 X 70 X +USW00021504200903WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200903WSF2 89 X 89 X 72 X 72 X 72 X 54 X 80 X 58 X 89 X 94 X 58 X 116 X 67 X 80 X 67 X 27 X 40 X 72 X 45 X 58 X 94 X 67 X 94 X 76 X 94 X 103 X 80 X 67 X 67 X 80 X 103 X +USW00021504200903WSF5 112 X 107 X 89 X 89 X 80 X 67 X 107 X 89 X 112 X 116 X 72 X 143 X 80 X 98 X 76 X 36 X 45 X 89 X 54 X 67 X 112 X 94 X 112 X 98 X 107 X 134 X 103 X 94 X 94 X 98 X 116 X +USW00021504200903WT01-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 0 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W +USW00021504200903WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200903WT05 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504200903WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200903WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 X-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200903WT13-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00021504200903WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200904TMAX 233 0 233 0 233 0 244 0 244 0 244 0 222 0 239 0 217 0 206 0 239 0 239 0 233 0 239 0 217 0 244 0 250 0 261 0 261 0 267 0 228 0 206 0 222 0 228 0 222 0 233 0 239 0 239 0 250 0 250 0-9999 +USW00021504200904TMIN 183 0 183 0 178 0 178 0 172 0 167 0 161 0 167 0 172 0 172 0 178 0 178 0 178 0 178 0 172 0 178 0 183 0 178 0 178 0 172 0 183 0 189 0 189 0 189 0 172 0 150 0 161 0 167 0 183 0 172 0-9999 +USW00021504200904PRCP 46 0 249 0 284 0 36 0 5 0 64 0 69 0 8 0 43 0 51 0 3 0 122 0 109 0 147 0 48 0 38 0 38 0 3 0 0 0 0 0 302 0 307 0 381 0 117 0 38 0 0 0 0 0 384 0 0T 0 0T 0-9999 +USW00021504200904AWND 35 W 26 W 30 W 30 W 21 W 29 W 29 W 24 W 26 W 10 W 25 W 21 W 21 W 34 W 23 W 27 W 23 W 21 W 24 W 20 W 28 W 22 W 25 W 25 W 48 W 29 W 17 W 21 W 17 W 23 W-9999 +USW00021504200904FMTM 1228 X 1424 X 1457 X 1542 X 1504 X 1104 X 1303 X 1421 X 1803 X 2240 X 1241 X 1252 X 1437 X 1517 X 1107 X 1402 X 1800 X 1440 X 1317 X 1527 X 1052 X 1325 X 1913 X 0454 X 0431 X 1340 X 1320 X 1115 X 2032 X 1306 X-9999 +USW00021504200904PGTM 1155 W 1423 W 1456 W 1423 W 1503 W 1057 W 1254 W 1240 W 1802 W 1817 W 1221 W 1205 W 1129 W 1313 W 1149 W 1401 W 1330 W 1231 W 1309 W 1508 W 1111 W 0912 W 2011 W 0449 W 0444 W 1340 W 1308 W 1136 W 2022 W 1346 W-9999 +USW00021504200904WDF2 70 X 50 X 50 X 60 X 80 X 60 X 360 X 70 X 20 X 120 X 90 X 60 X 80 X 80 X 120 X 100 X 110 X 70 X 100 X 10 X 350 X 340 X 310 X 340 X 350 X 350 X 30 X 50 X 330 X 10 X-9999 +USW00021504200904WDF5 80 X 50 X 50 X 40 X 80 X 60 X 340 X 80 X 10 X 270 X 70 X 60 X 90 X 70 X 100 X 90 X 100 X 90 X 110 X 350 X 360 X 340 X 350 X 340 X 350 X 360 X 40 X 40 X 340 X 10 X-9999 +USW00021504200904WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200904WSF2 98 X 72 X 67 X 67 X 76 X 72 X 67 X 63 X 63 X 31 X 63 X 63 X 58 X 89 X 58 X 72 X 58 X 63 X 67 X 54 X 76 X 58 X 72 X 76 X 107 X 63 X 54 X 63 X 45 X 63 X-9999 +USW00021504200904WSF5 116 X 89 X 80 X 89 X 89 X 94 X 76 X 80 X 89 X 40 X 76 X 80 X 72 X 107 X 72 X 94 X 76 X 80 X 80 X 67 X 98 X 76 X 89 X 103 X 139 X 80 X 72 X 80 X 67 X 98 X-9999 +USW00021504200904WT01 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 +USW00021504200904WT05 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00021504200904WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00021504200904WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00021504200904WT13 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00021504200904WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200904WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00021504200905TMAX 256 0 272 0 278 0 278 0 283 0 283 0 289 0 278 0 283 0 272 0 283 0 278 0 272 0 278 0 272 0 289 0 289 0 267 0 272 0 267 0 278 0 278 0 256 0 289 0 294 0 278 0 289 0 294 0 283 0 294 0 300 0 +USW00021504200905TMIN 189 0 172 0 189 0 194 0 194 0 206 0 206 0 178 0 189 0 200 0 194 0 178 0 178 0 189 0 194 0 189 0 206 0 200 0 200 0 206 0 189 0 183 0 183 0 178 0 189 0 200 0 189 0 189 0 211 0 211 0 194 0 +USW00021504200905PRCP 0T 0 0 0 3 0 0T 0 0T 0 0T 0 0T 0 8 0 36 0 13 0 0T 0 0T 0 0T 0 10 0 5 0 0T 0 0T 0 23 0 0 0 99 0 3 0 5 0 23 0 0 0 163 0 130 0 0 0 0 0 0 0 0 0 23 0 +USW00021504200905AWND 24 W 25 W 23 W 21 W 24 W 35 W 33 W 34 W 30 W 27 W 26 W 29 W 31 W 27 W 19 W 29 W 18 W 27 W 22 W 22 W 20 W 28 W 17 W 28 W 26 W 22 W 33 W 18 W 17 W 22 W 26 W +USW00021504200905FMTM 1220 X 1318 X 1220 X 1225 X 1316 X 1450 X 1355 X 1250 X 1426 X 1342 X 1303 X 1446 X 1344 X 1227 X 1724 X 1400 X 0958 X 1503 X 1611 X 1210 X 1810 X 1333 X 0954 X 1221 X 2012 X 1747 X 1511 X 1526 X 1628 X 1502 X 1326 X +USW00021504200905PGTM 1220 W 1410 W 1323 W 1146 W 1315 W 1414 W 1357 W 1542 W 1555 W 1439 W 1216 W 1407 W 1451 W 1221 W 1154 W 1444 W 1036 W 1503 W 1230 W 1156 W 1257 W 1817 W 1029 W 1338 W 2011 W 1743 W 1210 W 1516 W 1652 W 1336 W 1257 W +USW00021504200905WDF2 360 X 40 X 90 X 80 X 70 X 100 X 100 X 80 X 100 X 90 X 90 X 30 X 80 X 90 X 210 X 110 X 90 X 340 X 360 X 10 X 260 X 80 X 110 X 70 X 320 X 120 X 110 X 40 X 70 X 70 X 60 X +USW00021504200905WDF5 10 X 70 X 100 X 100 X 70 X 110 X 100 X 90 X 110 X 110 X 100 X 40 X 80 X 90 X 120 X 100 X 100 X 340 X 20 X 20 X 60 X 130 X 130 X 90 X 310 X 120 X 100 X 40 X 80 X 80 X 70 X +USW00021504200905WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200905WSF2 58 X 63 X 72 X 67 X 67 X 76 X 80 X 80 X 72 X 76 X 80 X 67 X 76 X 67 X 45 X 63 X 63 X 76 X 63 X 54 X 54 X 67 X 54 X 63 X 58 X 54 X 80 X 54 X 45 X 58 X 63 X +USW00021504200905WSF5 72 X 80 X 98 X 89 X 80 X 98 X 107 X 103 X 80 X 103 X 103 X 89 X 112 X 89 X 63 X 80 X 80 X 94 X 76 X 76 X 72 X 80 X 58 X 103 X 76 X 67 X 116 X 107 X 54 X 80 X 98 X +USW00021504200905WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00021504200905WT05 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00021504200905WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00021504200905WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00021504200905WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00021504200905WT16 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00021504200906TMAX 294 0 289 0 300 0 272 0 283 0 289 0 278 0 283 0 278 0 283 0 289 0 283 0 278 0 289 0 289 0 283 0 294 0 283 0 283 0 283 0 278 0 272 0 278 0 278 0 278 0 283 0 278 0 283 0 278 0 289 0-9999 +USW00021504200906TMIN 206 0 189 0 200 0 206 0 200 0 206 0 200 0 183 0 183 0 200 0 194 0 194 0 206 0 211 0 206 0 206 0 200 0 206 0 200 0 194 0 206 0 200 0 206 0 194 0 194 0 200 0 200 0 189 0 183 0 178 0-9999 +USW00021504200906PRCP 0T 0 0T 0 81 0 28 0 5 0 13 0 28 0 0T 0 33 0 20 0 28 0 0T 0 25 0 8 0 46 0 18 0 71 0 193 0 56 0 5 0 38 0 302 0 150 0 107 0 43 0 36 0 28 0 3 0 0T 0 0 0-9999 +USW00021504200906AWND 28 W 23 W 32 W 31 W 26 W 31 W 30 W 26 W 27 W 26 W 29 W 29 W 28 W 30 W 29 W 31 W 29 W 25 W 26 W 25 W 25 W 28 W 26 W 34 W 33 W 29 W 22 W 26 W 31 W 29 W-9999 +USW00021504200906FMTM 1328 X 1413 X 1034 X 1519 X 1329 X 1109 X 1143 X 1203 X 1602 X 1157 X 1204 X 1255 X 1300 X 1419 X 1633 X 1444 X 1659 X 1828 X 1613 X 1722 X 0430 X 1423 X 1333 X 1455 X 1603 X 1631 X 1316 X 1145 X 1313 X 1230 X-9999 +USW00021504200906PGTM 1336 W 1323 W 1235 W 1338 W 1321 W 1109 W 1138 W 1102 W 1100 W 1336 W 1521 W 1258 W 1305 W 1306 W 1632 W 1418 W 1439 W 1827 W 1459 W 1721 W 0429 W 1422 W 1332 W 1455 W 1603 W 1631 W 1415 W 1145 W 0654 W 1347 W-9999 +USW00021504200906WDF2 30 X 90 X 110 X 70 X 50 X 80 X 80 X 60 X 30 X 40 X 80 X 100 X 80 X 100 X 90 X 100 X 70 X 60 X 30 X 60 X 100 X 60 X 80 X 50 X 80 X 50 X 10 X 70 X 360 X 80 X-9999 +USW00021504200906WDF5 50 X 80 X 100 X 70 X 40 X 80 X 60 X 40 X 350 X 10 X 90 X 120 X 100 X 80 X 90 X 110 X 80 X 50 X 50 X 60 X 100 X 60 X 70 X 40 X 80 X 50 X 10 X 80 X 150 X 80 X-9999 +USW00021504200906WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200906WSF2 63 X 63 X 94 X 76 X 72 X 89 X 72 X 63 X 54 X 67 X 76 X 89 X 72 X 72 X 80 X 76 X 72 X 80 X 58 X 67 X 72 X 80 X 98 X 76 X 72 X 72 X 58 X 94 X 58 X 63 X-9999 +USW00021504200906WSF5 94 X 80 X 107 X 98 X 103 X 103 X 94 X 94 X 76 X 80 X 98 X 103 X 98 X 98 X 98 X 103 X 94 X 98 X 76 X 89 X 94 X 98 X 112 X 103 X 94 X 89 X 72 X 107 X 72 X 112 X-9999 +USW00021504200906WT01-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 +USW00021504200906WT05 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504200906WT13-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200906WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200906WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504200907TMAX 289 0 283 0 267 0 289 0 278 0 283 0 272 0 278 0 289 0 283 0 278 0 289 0 278 0 289 0 289 0 300 0 272 0 267 0 289 0 283 0 289 0 256 0 300 0 300 0 294 0 294 0 289 0 294 0 289 0 283 0 294 0 +USW00021504200907TMIN 189 0 206 0 206 0 183 0 183 0 183 0 206 0 206 0 206 0 200 0 206 0 206 0 200 0 194 0 189 0 200 0 211 0 217 0 194 0 189 0 183 0 217 0 228 0 206 0 206 0 206 0 211 0 211 0 206 0 206 0 200 0 +USW00021504200907PRCP 13 0 69 0 23 0 5 0 36 0 20 0 56 0 58 0 107 0 201 0 119 0 147 0 267 0 10 0 33 0 41 0 198 0 213 0 0T 0 33 0 0T 0 145 0 41 0 3 0 0T 0 3 0 13 0 170 0 5 0 33 0 8 0 +USW00021504200907AWND 32 W 29 W 22 W 29 W 22 W 26 W 22 W 24 W 23 W 26 W 27 W 27 W 22 W 29 W 26 W 25 W 23 W 21 W 27 W 30 W 23 W 22 W 35 W 30 W 28 W 29 W 26 W 27 W 29 W 21 W 25 W +USW00021504200907FMTM 1254 X 1125 X 1715 X 2038 X 0831 X 2038 X 1024 X 0656 X 1507 X 1127 X 1452 X 1254 X 2206 X 1355 X 1443 X 1411 X 1354 X 1515 X 1256 X 2324 X 1510 X 1647 X 1433 X 1431 X 1458 X 1249 X 1109 X 1456 X 1942 X 1537 X 1111 X +USW00021504200907PGTM 1322 W 0832 W 1737 W 2038 W 1255 W 2037 W 1023 W 0655 W 1231 W 1448 W 1452 W 1408 W 2201 W 1512 W 1447 W 1500 W 1412 W 1509 W 1255 W 2323 W 1443 W 1621 W 1432 W 1133 W 1359 W 1300 W 0714 W 1456 W 1951 W 1539 W 1106 W +USW00021504200907WDF2 90 X 80 X 60 X 20 X 40 X 50 X 30 X 60 X 60 X 50 X 80 X 20 X 270 X 30 X 20 X 60 X 80 X 90 X 60 X 90 X 30 X 130 X 100 X 110 X 70 X 30 X 360 X 20 X 70 X 50 X 80 X +USW00021504200907WDF5 80 X 110 X 50 X 10 X 50 X 50 X 40 X 60 X 40 X 360 X 70 X 50 X 270 X 60 X 30 X 60 X 70 X 90 X 60 X 90 X 30 X 130 Z 100 X 140 X 90 X 40 X 270 X 30 X 80 X 60 X 70 X +USW00021504200907WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200907WSF2 67 X 72 X 54 X 72 X 58 X 67 X 54 X 72 X 63 X 72 X 67 X 63 X 54 X 58 X 54 X 63 X 76 X 67 X 67 X 67 X 63 X 63 Z 89 X 67 X 67 X 58 X 58 X 67 X 80 X 72 X 72 X +USW00021504200907WSF5 112 X 98 X 63 X 80 X 76 X 89 X 67 X 89 X 89 X 89 X 89 X 76 X 67 X 72 X 67 X 80 X 94 X 80 X 89 X 103 X 76 X 80 Z 103 X 89 X 98 X 72 X 116 X 76 X 107 X 80 X 94 X +USW00021504200907WT01-9999 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 0 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 +USW00021504200907WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200907WT05-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00021504200907WT13-9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00021504200907WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200908TMAX 283 0 294 0 294 0 272 0 283 0 272 0 272 0 283 0 267 0 283 0 300 0 294 0 289 0 289 0 289 0 278 0 283 0 294 0 289 0 278 0 278 0 278 0 272 0 272 0 283 0 278 0 283 0 267 0 261 0 283 0 289 0 +USW00021504200908TMIN 222 0 222 0 217 0 194 0 206 0 206 0 206 0 206 0 211 0 217 0 206 0 233 0 222 0 211 0 200 0 206 0 206 0 194 0 206 0 211 0 217 0 200 0 211 0 200 0 217 0 206 0 200 0 200 0 211 0 194 0 183 0 +USW00021504200908PRCP 74 0 33 0 3 0 91 0 5 0 66 0 46 0 56 0 38 0 163 0 5 0 8 0 41 0 64 0 10 0 13 0 8 0 0 0 97 0 81 0 8 0 53 0 20 0 58 0 13 0 3 0 8 0 76 0 33 0 15 0 64 0 +USW00021504200908AWND 19 W 19 W 30 W 22 W 31 W 27 W 29 W 27 W 28 W 38 W 43 W 43 W 25 W 22 W 25 W 26 W 30 W 26 W 23 W 26 W 33 W 31 W 23 W 28 W 32 W 31 W 23 W 26 W 17 W 29 W 26 W +USW00021504200908FMTM 1028 X 1408 X 1122 X 1016 X 1439 X 0900 X 1758 X 1457 X 1344 X 1529 X 1003 X 1218 X 1350 X 1405 X 1449 X 1613 X 1529 X 1358 X 1122 X 1542 X 1010 X 1057 X 1528 X 1728 X 1111 X 1231 X 1407 X 1552 X 1303 X 1234 X 1340 X +USW00021504200908PGTM 1457 W 1229 W 1106 W 1213 W 1438 W 1902 W 1756 W 1404 W 1445 W 1527 W 0923 W 1150 W 1349 W 1413 W 1502 W 1537 W 1529 W 1223 W 1127 W 1542 W 1913 W 1056 W 1433 W 1728 W 1059 W 1137 W 1342 W 0343 W 1303 W 1154 W 1316 W +USW00021504200908WDF2 60 X 100 X 60 X 80 X 70 X 280 X 70 X 40 X 340 X 350 X 360 X 100 X 70 X 100 X 60 X 10 X 360 X 50 X 60 X 70 X 40 X 50 X 10 X 30 X 30 X 30 X 30 X 260 X 340 X 50 X 10 X +USW00021504200908WDF5 90 X 100 X 70 X 360 X 70 X 80 X 70 X 40 X 20 X 350 X 340 X 110 X 80 X 100 X 80 X 30 X 360 X 20 X 60 X 80 X 20 X 40 X 20 X 40 X 50 X 20 X 20 X 240 X 340 X 50 X 20 X +USW00021504200908WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200908WSF2 58 X 63 X 80 X 72 X 89 X 67 X 58 X 63 X 58 X 103 X 103 X 103 X 72 X 58 X 72 X 58 X 72 X 54 X 72 X 72 X 67 X 89 X 45 X 63 X 76 X 63 X 58 X 54 X 45 X 67 X 63 X +USW00021504200908WSF5 67 X 80 X 103 X 94 X 107 X 80 X 72 X 80 X 67 X 125 X 130 X 139 X 94 X 89 X 94 X 76 X 89 X 72 X 80 X 89 X 89 X 107 X 63 X 76 X 98 X 80 X 80 X 63 X 54 X 89 X 80 X +USW00021504200908WT01 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W +USW00021504200908WT05 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00021504200908WT13 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00021504200908WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504200909TMAX 283 0 289 0 278 0 283 0 278 0 261 0 289 0 283 0 283 0 272 0 289 0 283 0 283 0 272 0 278 0 283 0 294 0 289 0 283 0 278 0 289 0 289 0 278 0 272 0 278 0 283 0 283 0 294 0 272 0 283 0-9999 +USW00021504200909TMIN 200 0 189 0 194 0 189 0 206 0 200 0 200 0 206 0 183 0 206 0 189 0 200 0 194 0 194 0 172 0 178 0 200 0 200 0 194 0 200 0 189 0 189 0 200 0 183 0 194 0 217 0 200 0 194 0 200 0 211 0-9999 +USW00021504200909PRCP 168 0 43 0 224 0 89 0 51 0 53 0 33 0 109 0 41 0 43 0 20 0 20 0 15 0 0 0 0 0 23 0 48 0 33 0 147 0 163 0 10 0 25 0 10 0 71 0 122 0 56 0 20 0 53 0 15 0 56 0-9999 +USW00021504200909AWND 24 W 32 W 26 W 30 W 22 W 26 W 27 W 31 W 26 W 23 W 27 W 30 W 25 W 26 W 29 W 28 W 26 W 27 W 29 W 21 W 24 W 30 W 19 W 23 W 26 W 28 W 26 W 26 W 19 W 24 W-9999 +USW00021504200909FMTM 1638 X 1454 X 0952 X 1321 X 0847 X 1118 X 1426 X 1203 X 1346 X 1256 X 1406 X 1614 X 1207 X 1134 X 1341 X 1138 X 2349 X 1229 X 1218 X 1458 X 1317 X 1532 X 0943 X 1128 X 1628 X 2017 X 1424 X 2238 X 1243 X 1308 X-9999 +USW00021504200909PGTM 1137 W 1449 W 0951 W 1321 W 0847 W 1118 W 1500 W 1212 W 1343 W 1059 W 1414 W 1242 W 1327 W 1134 W 1507 W 1137 W 1551 W 1229 W 1209 W 1551 W 1337 W 1155 W 0945 W 1128 W 1626 W 2016 W 1516 W 1505 W 1241 W 1307 W-9999 +USW00021504200909WDF2 70 X 40 X 40 X 60 X 270 X 40 X 20 X 60 X 80 X 50 X 60 X 60 X 60 X 50 X 30 X 40 X 240 X 70 X 30 X 50 X 40 X 70 X 70 X 40 X 110 X 80 X 50 X 230 X 60 X 60 X-9999 +USW00021504200909WDF5 40 X 40 X 20 X 50 X 270 X 40 X 30 X 50 X 90 X 90 X 40 X 70 X 20 X 50 X 10 X 40 X 70 X 70 X 30 X 40 X 40 X 60 X 80 X 40 X 120 X 80 X 50 X 80 X 60 X 50 X-9999 +USW00021504200909WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200909WSF2 58 X 63 X 80 X 89 X 76 X 94 X 63 X 72 X 58 X 54 X 58 X 63 X 58 X 58 X 63 X 72 X 72 X 76 X 63 X 45 X 63 X 58 X 72 X 72 X 63 X 67 X 67 X 54 X 63 X 72 X-9999 +USW00021504200909WSF5 72 X 76 X 103 X 98 X 112 X 107 X 76 X 89 X 72 X 72 X 76 X 76 X 72 X 72 X 89 X 94 X 89 X 94 X 80 X 58 X 76 X 76 X 89 X 80 X 80 X 80 X 80 X 67 X 76 X 94 X-9999 +USW00021504200909WT01 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 +USW00021504200909WT05 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200909WT13 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00021504200909WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504200910TMAX 278 0 267 0 283 0 261 0 294 0 278 0 317 0 300 0 294 0 294 0 294 0 261 0 272 0 283 0 283 0 289 0 289 0 306 0 272 0 283 0 283 0 294 0 294 0 294 0 289 0 272 0 289 0 289 0 289 0 283 0 283 0 +USW00021504200910TMIN 200 0 194 0 217 0 206 0 211 0 217 0 211 0 211 0 211 0 206 0 206 0 211 0 206 0 189 0 194 0 194 0 217 0 206 0 200 0 228 0 211 0 211 0 200 0 211 0 211 0 194 0 211 0 211 0 211 0 211 0 194 0 +USW00021504200910PRCP 107 0 259 0 424 0 157 0 10 0 25 0 3 0 0 0 0T 0 10 0 97 0 521 0 13 0 0 0 15 0 10 0 48 0 13 0 150 0 150 0 3 0 13 0 38 0 66 0 30 0 112 0 25 0 0 0 36 0 20 0 53 0 +USW00021504200910AWND 26 W 23 W 19 W 19 W 25 W 22 W 21 W 20 W 22 W 23 W 24 W 27 W 17 W 21 W 24 W 28 W 31 W 19 W 22 W 25 W 29 W 27 W 33 W 25 W 23 W 29 W 29 W 32 W 18 W 24 W 26 W +USW00021504200910FMTM 1138 X 2100 X 0346 X 1818 X 1426 X 1351 X 1609 X 1345 X 1437 X 1414 X 1420 X 0536 X 0647 X 1003 X 2027 X 1504 X 1423 X 1541 X 1430 X 1326 X 1622 X 1338 X 1355 X 1238 X 1309 X 0852 X 1341 X 1426 X 1533 X 1100 X 1417 X +USW00021504200910PGTM 1706 W 2100 W 0339 W 1817 W 1425 W 1401 W 1249 W 1328 W 1446 W 1415 W 1423 W 0536 W 0646 W 1427 W 1853 W 1405 W 1024 W 1535 W 1429 W 1325 W 1322 W 1337 W 1403 W 1240 W 1349 W 1158 W 1342 W 1428 W 1235 W 1059 W 1416 W +USW00021504200910WDF2 50 X 80 X 70 X 110 X 110 X 110 X 70 X 40 X 10 X 360 X 60 X 10 X 10 X 60 X 30 X 10 X 360 X 60 X 110 X 100 X 110 X 110 X 80 X 80 X 70 X 70 X 120 X 120 X 80 X 120 X 90 X +USW00021504200910WDF5 320 X 80 X 70 X 120 X 110 X 110 X 80 X 70 X 10 X 360 X 60 X 360 X 360 X 60 X 50 X 30 X 40 X 60 X 110 X 100 X 120 X 110 X 120 X 120 X 60 X 240 X 110 X 110 X 230 X 120 X 80 X +USW00021504200910WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200910WSF2 94 X 72 X 63 X 67 X 80 X 67 X 54 X 45 X 45 X 54 X 72 X 72 X 58 X 58 X 54 X 63 X 58 X 67 X 72 X 76 X 58 X 76 X 67 X 72 X 67 X 63 X 72 X 89 X 40 X 58 X 63 X +USW00021504200910WSF5 112 X 94 X 80 X 89 X 98 X 89 X 72 X 63 X 63 X 63 X 80 X 89 X 67 X 63 X 80 X 76 X 76 X 89 X 89 X 98 X 89 X 89 X 80 X 94 X 80 X 72 X 89 X 116 X 54 X 67 X 76 X +USW00021504200910WT01 1 W 1 W 1 W 1 W 1 W 1 W 1 0-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W +USW00021504200910WT03-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200910WT05 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 +USW00021504200910WT13 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 1 X +USW00021504200910WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00021504200911TMAX 283 0 289 0 283 0 283 0 261 0 283 0 283 0 283 0 261 0 283 0 289 0 283 0 233 0 222 0 233 0 222 0 261 0 261 0 272 0 250 0 272 0 261 0 267 0 272 0 261 0 261 0 278 0 267 0 261 0 261 0-9999 +USW00021504200911TMIN 189 0 183 0 183 0 183 0 194 0 206 0 200 0 200 0 189 0 206 0 200 0 183 0 189 0 200 0 200 0 200 0 200 0 200 0 194 0 194 0 189 0 189 0 200 0 183 0 183 0 189 0 194 0 189 0 189 0 183 0-9999 +USW00021504200911PRCP 0T 0 0T 0 119 0 5 0 191 0 41 0 10 0 28 0 51 0 28 0 452 0 429 0 1133 0 1059 0 284 0 594 0 196 0 86 0 89 0 51 0 8 0 178 0 10 0 0T 0 61 0 152 0 592 0 10 0 23 0 114 0-9999 +USW00021504200911AWND 24 W 25 W 26 W 31 W 17 W 21 W 24 W 21 W 20 W 21 W 15 W 39 W 29 W 22 W 23 W 16 W 30 W 26 W 23 W 25 W 19 W 21 W 17 W 25 W 22 W 25 W 23 W 25 W 42 W 28 W-9999 +USW00021504200911FMTM 1332 X 1341 X 1908 X 1526 X 1611 X 1232 X 1259 X 1131 X 0336 X 0500 X 1531 X 2202 X 0451 X 1058 X 1629 X 1729 X 1516 X 1152 X 0322 X 1535 X 0323 X 2326 X 1116 X 1323 X 1847 X 1015 X 0058 X 2123 X 2345 X 0019 X-9999 +USW00021504200911PGTM 1320 W 1312 W 1908 W 1529 W 1611 W 1227 W 1308 W 1208 W 0335 W 1319 W 1531 W 2201 W 0450 W 1103 W 1628 W 1729 W 1540 W 1150 W 0745 W 1529 W 0322 W 2325 W 1119 W 1325 W 1656 W 1547 W 0057 W 2123 W 2347 W 0002 W-9999 +USW00021504200911WDF2 40 X 50 X 80 X 360 X 70 X 100 X 90 X 70 X 90 X 60 X 100 X 50 X 60 X 40 X 100 X 270 X 80 X 70 X 60 X 20 X 250 X 250 X 50 X 20 X 70 X 60 X 330 X 50 X 360 X 360 X-9999 +USW00021504200911WDF5 50 X 40 X 80 X 20 X 70 X 80 X 90 X 50 X 80 X 60 X 100 X 30 X 50 X 20 X 100 X 280 X 60 X 60 X 240 X 20 X 240 X 250 X 50 X 10 X 90 X 10 X 330 X 50 X 350 X 360 X-9999 +USW00021504200911WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504200911WSF2 45 X 58 X 72 X 58 X 72 X 63 X 63 X 58 X 58 X 67 X 63 X 148 X 89 X 72 X 63 X 72 X 76 X 89 X 58 X 58 X 58 X 54 X 67 X 54 X 54 X 67 X 72 X 58 X 134 X 116 X-9999 +USW00021504200911WSF5 72 X 76 X 94 X 76 X 94 X 80 X 76 X 76 X 72 X 76 X 72 X 206 X 112 X 94 X 80 X 125 X 98 X 103 X 112 X 76 X 67 X 63 X 76 X 67 X 116 X 80 X 98 X 67 X 170 X 161 X-9999 +USW00021504200911WT01-9999 -9999 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 0 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 +USW00021504200911WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200911WT05 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00021504200911WT13-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 +USW00021504200911WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200911WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504200912TMAX 267 0 267 0 272 0 267 0 256 0 256 0 250 0 267 0 278 0 272 0 272 0 272 0 267 0 278 0 272 0 283 0 272 0 267 0 239 0 239 0 272 0 267 0 272 0 267 0 267 0 278 0 256 0 278 0 300 0 289 0 289 0 +USW00021504200912TMIN 183 0 172 0 189 0 189 0 200 0 206 0 200 0 183 0 172 0 172 0 189 0 178 0 206 0 183 0 167 0 178 0 178 0 183 0 194 0 161 0 161 0 172 0 167 0 156 0 161 0 178 0 172 0 189 0 206 0 178 0 183 0 +USW00021504200912PRCP 10 0 0 0 0 0 160 0 69 0 8 0 0 0 0T 0 0 0 0T 0 8 0 41 0 36 0 0 0 0 0 0 0 3 0 23 0 2012 0 518 0 28 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 5 0 0 0 0 0 +USW00021504200912AWND 18 W 27 W 21 W 30 W 9 W 9 W 26 W 22 W 22 W 26 W 30 W 28 W 22 W 24 W 29 W 30 W 20 W 34 W 34 W 26 W 26 W 33 W 31 W 30 W 32 W 33 W 22 W 33 W 33 W 27 W 35 W +USW00021504200912FMTM 1514 X 1649 X 1251 X 1454 X 0113 X 1444 X 1146 X 1144 X 1211 X 1300 X 1217 X 1212 X 1250 X 1627 X 1511 X 1500 X 1618 X 2157 X 2254 X 1201 X 0317 X 1213 X 1352 X 1239 X 1314 X 1150 X 0228 X 1534 X 1540 X 1237 X 1149 X +USW00021504200912PGTM 1513 W 1728 W 1306 W 1459 W 0113 W 1444 W 1146 W 1127 W 1210 W 1423 W 1216 W 1240 W 1249 W 1442 W 1357 W 1437 W 1605 W 2159 W 2253 W 1156 W 1234 W 1009 W 1352 W 1406 W 1314 W 1259 W 0920 W 1534 W 1515 W 1237 W 1148 W +USW00021504200912WDF2 90 X 350 X 90 X 360 X 270 X 360 X 350 X 60 X 30 X 70 X 70 X 90 X 100 X 70 X 110 X 80 X 130 X 320 X 310 X 320 X 240 X 340 X 70 X 40 X 90 X 120 X 220 X 110 X 110 X 100 X 130 X +USW00021504200912WDF5 100 X 360 X 110 X 10 X 270 X 350 X 350 X 360 X 30 X 80 X 70 X 80 X 100 X 70 X 120 X 90 X 140 X 320 X 320 X 330 X 90 X 340 X 70 X 360 X 110 X 140 X 170 X 110 X 120 X 100 X 130 X +USW00021504200912WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504200912WSF2 58 X 63 X 58 X 76 X 40 X 45 X 72 X 54 X 63 X 63 X 63 X 67 X 63 X 40 X 72 X 80 X 45 X 54 X 112 X 107 X 58 X 76 X 58 X 54 X 63 X 58 X 45 X 94 X 80 X 76 X 72 X +USW00021504200912WSF5 67 X 72 X 67 X 89 X 54 X 54 X 89 X 67 X 72 X 80 X 72 X 76 X 72 X 80 X 98 X 107 X 63 X 63 X 165 X 148 X 67 X 103 X 72 X 63 X 76 X 72 X 58 X 112 X 107 X 94 X 103 X +USW00021504200912WT01-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00021504200912WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200912WT05 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00021504200912WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504200912WT16 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504201001TMAX 278 0 250 0 294 0 283 0 272 0 283 0 289 0 283 0 294 0 294 0 278 0 244 0 289 0 256 0 256 0 278 0 256 0 267 0 272 0 267 0 244 0 267 0 267 0 283 0 267 0 294 0 300 0 294 0 289 0 267 0 261 0 +USW00021504201001TMIN 189 0 189 0 161 0 183 0 172 0 178 0 172 0 183 0 167 0 194 0 200 0 194 0 178 0 178 0 189 0 167 0 178 0 172 0 167 0 194 0 189 0 183 0 144 0 172 0 172 0 183 0 183 0 200 0 178 0 189 0 178 0 +USW00021504201001PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 0T 0 0 0 0 0 0T 0 15 0 8 0 0 0 58 0 15 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 71 0 +USW00021504201001AWND 25 W 22 W 23 W 27 W 25 W 24 W 24 W 29 W 30 W 22 W 33 W 19 W 26 W 44 W 19 W 27 W 20 W 23 W 30 W 47 W 31 W 25 W 24 W 28 W 37 W 30 W 23 W 26 W 32 W 18 W 24 W +USW00021504201001FMTM 2102 X 1232 X 1334 X 0059 X 1309 X 2310 X 1404 X 1515 X 1532 X 1331 X 2015 X 0041 X 1444 X 1357 X 1308 X 1454 X 1632 X 1011 X 1503 X 2048 X 0059 X 1506 X 1249 X 1548 X 1315 X 1536 X 1319 X 1352 X 1403 X 1208 X 1301 X +USW00021504201001PGTM 1302 W 1357 W 1337 W 0045 W 1307 W 1429 W 1408 W 1515 W 1554 W 1348 W 1354 W 0041 W 1458 W 1215 W 1358 W 1447 W 1632 W 1251 W 1426 W 2047 W 0059 W 1512 W 1308 W 1101 W 1314 W 1536 W 1319 W 1229 W 1423 W 1207 W 1257 W +USW00021504201001WDF2 350 X 340 X 80 X 340 X 360 X 210 X 80 X 110 X 120 X 20 X 30 X 60 X 90 X 350 X 60 X 50 X 50 X 60 X 40 X 360 X 350 X 100 X 360 X 80 X 110 X 140 X 110 X 90 X 100 X 90 X 80 X +USW00021504201001WDF5 30 X 350 X 90 X 340 X 360 X 40 X 70 X 100 X 120 X 20 X 20 X 60 X 90 X 350 X 50 X 40 X 50 X 20 X 40 X 360 X 360 X 100 X 20 X 360 X 120 X 130 X 110 X 110 X 100 X 80 X 60 X +USW00021504201001WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504201001WSF2 58 X 72 X 76 X 67 X 67 X 36 X 58 X 89 X 76 X 63 X 58 X 54 X 72 X 112 X 58 X 63 X 58 X 58 X 58 X 112 X 89 X 72 X 58 X 63 X 72 X 76 X 63 X 63 X 89 X 54 X 72 X +USW00021504201001WSF5 72 X 80 X 94 X 89 X 80 X 45 X 67 X 107 X 94 X 72 X 76 X 63 X 80 X 134 X 76 X 80 X 63 X 94 X 76 X 139 X 112 X 98 X 72 X 80 X 98 X 103 X 80 X 89 X 103 X 63 X 89 X +USW00021504201001WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00021504201001WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00021504201001WT07-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201001WT08-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201001WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201001WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X +USW00021504201002TMAX 278 0 294 0 244 0 250 0 250 0 272 0 272 0 272 0 278 0 267 0 256 0 267 0 272 0 244 0 272 0 278 0 239 0 250 0 244 0 261 0 256 0 278 0 283 0 294 0 278 0 283 0 294 0 272 0-9999 -9999 -9999 +USW00021504201002TMIN 189 0 178 0 194 0 194 0 183 0 178 0 189 0 172 0 183 0 200 0 183 0 178 0 167 0 178 0 183 0 172 0 161 0 178 0 167 0 167 0 178 0 167 0 167 0 172 0 189 0 178 0 183 0 183 0-9999 -9999 -9999 +USW00021504201002PRCP 3 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 79 0 0T 0 43 0 10 0 13 0 0T 0 0T 0 0T 0 15 0 0T 0 0T 0 0 0 0T 0 0 0 10 0 10 0 0 0 168 0-9999 -9999 -9999 +USW00021504201002AWND 30 W 30 W 65 W 44 W 30 W 30 W 26 W 32 W 31 W 33 W 25 W 27 W 33 W 25 W 28 W 29 W 66 W 30 W 29 W 26 W 23 W 32 W 37 W 30 W 22 W 31 W 29 W 53 W-9999 -9999 -9999 +USW00021504201002FMTM 1529 X 1349 X 1044 X 2222 X 1302 X 1515 X 1239 X 1451 X 1209 X 1429 X 1317 X 1355 X 1718 X 1920 X 1434 X 2319 X 1057 X 0004 X 1315 X 1230 X 1506 X 1346 X 1535 X 1350 X 1132 X 1244 X 1405 X 1352 X-9999 -9999 -9999 +USW00021504201002PGTM 1611 W 1349 W 1003 W 1222 W 1302 W 1326 W 1603 W 1425 W 1222 W 1415 W 1317 W 1404 W 1426 W 1918 W 1423 W 2319 W 1116 W 0006 W 1315 W 1445 W 1313 W 1345 W 1557 W 1350 W 1131 W 1246 W 1325 W 1351 W-9999 -9999 -9999 +USW00021504201002WDF2 100 X 70 X 360 X 60 X 90 X 90 X 50 X 50 X 90 X 360 X 30 X 40 X 330 X 50 X 50 X 330 X 360 X 350 X 360 X 70 X 70 X 90 X 110 X 10 X 70 X 80 X 80 X 10 X-9999 -9999 -9999 +USW00021504201002WDF5 110 X 70 X 350 X 10 X 70 X 100 X 40 X 40 X 90 X 30 X 30 X 40 X 60 X 40 X 40 X 330 X 360 X 350 X 360 X 80 X 40 X 80 X 100 X 10 X 60 X 90 X 90 X 20 X-9999 -9999 -9999 +USW00021504201002WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00021504201002WSF2 80 X 89 X 116 X 89 X 76 X 67 X 58 X 63 X 72 X 63 X 67 X 58 X 72 X 54 X 63 X 54 X 125 X 72 X 80 X 67 X 54 X 72 X 94 X 76 X 72 X 76 X 80 X 116 X-9999 -9999 -9999 +USW00021504201002WSF5 98 X 103 X 161 X 107 X 98 X 89 X 67 X 80 X 89 X 80 X 80 X 76 X 98 X 72 X 80 X 67 X 148 X 103 X 94 X 80 X 67 X 125 X 116 X 94 X 94 X 103 X 107 X 148 X-9999 -9999 -9999 +USW00021504201002WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 +USW00021504201002WT05 1 0-9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00021504201002WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00021504201002WT16 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00021504201003TMAX 250 0 267 0 272 0 239 0 250 0 239 0 261 0 239 0 256 0 244 0 267 0 250 0 267 0 272 0 256 0 267 0 272 0 228 0 233 0 222 0 250 0 256 0 272 0 261 0 267 0 261 0 261 0 267 0 261 0 267 0 267 0 +USW00021504201003TMIN 183 0 200 0 206 0 172 0 156 0 178 0 178 0 178 0 172 0 183 0 167 0 161 0 167 0 183 0 183 0 172 0 161 0 178 0 183 0 167 0 161 0 194 0 183 0 178 0 183 0 189 0 189 0 167 0 183 0 189 0 183 0 +USW00021504201003PRCP 84 0 0T 0 3 0 104 0 124 0 239 0 91 0 130 0 99 0 244 0 53 0 30 0 0T 0 25 0 127 0 10 0 0T 0 71 0 10 0 20 0 328 0 198 0 0T 0 71 0 36 0 5 0 43 0 0T 0 13 0 23 0 15 0 +USW00021504201003AWND 51 W 55 W 44 W 21 W 31 W 32 W 26 W 48 W 29 W 21 W 29 W 25 W 34 W 30 W 27 W 31 W 28 W 46 W 35 W 26 W 29 W 24 W 23 W 31 W 28 W 34 W 34 W 29 W 29 W 29 W 34 W +USW00021504201003FMTM 0051 X 1525 X 1603 X 1001 X 2343 X 1311 X 2343 X 1200 X 2225 X 1404 X 1430 X 1256 X 1512 X 1506 X 1917 X 1529 X 1342 X 1436 X 1511 X 1659 X 1154 X 0014 X 1342 X 1242 X 1821 X 1709 X 0143 X 1505 X 1016 X 1236 X 1409 X +USW00021504201003PGTM 0530 W 1423 W 1604 W 1000 W 2342 W 1311 W 1407 W 1002 W 2224 W 1403 W 1453 W 1254 W 1132 W 1246 W 1916 W 1428 W 1301 W 1424 W 1514 W 1655 W 1144 W 0012 W 1430 W 1250 W 1625 W 1728 W 1554 W 1504 W 1016 W 1225 W 1358 W +USW00021504201003WDF2 360 X 50 X 70 X 80 X 90 X 110 X 70 X 10 X 100 X 60 X 70 X 70 X 80 X 30 X 70 X 70 X 80 X 340 X 360 X 350 X 100 X 120 X 50 X 50 X 50 X 20 X 340 X 70 X 80 X 60 X 40 X +USW00021504201003WDF5 30 X 80 X 70 X 80 X 80 X 110 X 10 X 360 X 100 X 80 X 40 X 70 X 80 X 80 X 70 X 80 X 70 X 350 X 360 X 350 X 90 X 100 X 50 X 30 X 20 X 10 X 30 X 80 X 80 X 60 X 60 X +USW00021504201003WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504201003WSF2 98 X 80 X 76 X 94 X 94 X 80 X 58 X 103 X 94 X 107 X 80 X 72 X 72 X 63 X 67 X 76 X 76 X 98 X 89 X 67 X 67 X 76 X 58 X 72 X 58 X 63 X 72 X 76 X 89 X 72 X 76 X +USW00021504201003WSF5 116 X 116 X 98 X 112 X 125 X 98 X 72 X 130 X 116 X 161 X 103 X 89 X 103 X 98 X 76 X 98 X 98 X 125 X 107 X 80 X 80 X 103 X 76 X 89 X 80 X 76 X 103 X 98 X 103 X 89 X 103 X +USW00021504201003WT01-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W +USW00021504201003WT05 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 1 0 1 0 1 0 +USW00021504201003WT13-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00021504201003WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201003WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201004TMAX 261 0 272 0 256 0 250 0 239 0 244 0 267 0 272 0 267 0 261 0 272 0 272 0 244 0 206 0 256 0 233 0 244 0 261 0 272 0 244 0 283 0 261 0 267 0 278 0 272 0 272 0 267 0 272 0 278 0 300 0-9999 +USW00021504201004TMIN 172 0 178 0 189 0 183 0 183 0 167 0 172 0 172 0 167 0 172 0 172 0 161 0 172 0 167 0 189 0 172 0 189 0 183 0 183 0 183 0 167 0 189 0 189 0 172 0 178 0 172 0 178 0 183 0 194 0 206 0-9999 +USW00021504201004PRCP 150 0 15 0 234 0 173 0 56 0 117 0 79 0 183 0 43 0 130 0 64 0 0 0 71 0 33 0 0T 0 38 0 3 0 0T 0 5 0 20 0 140 0 53 0 145 0 8 0 3 0 0 0 3 0 15 0 18 0 0 0-9999 +USW00021504201004AWND 27 W 25 W 31 W 35 W 27 W 21 W 31 W 33 W 26 W 25 W 34 W 30 W 30 W 44 W 41 W 57 W 46 W 38 W 35 W 28 W 29 W 22 W 24 W 29 W 28 W 32 W 26 W 25 W 32 W 37 W-9999 +USW00021504201004FMTM 1454 X 1228 X 1812 X 0941 X 1041 X 1406 X 1451 X 1109 X 1858 X 1656 X 1306 X 1608 X 1149 X 1419 X 1635 X 1545 X 0105 X 0621 X 1451 X 1705 X 1649 X 1350 X 1621 X 1336 X 1259 X 1459 X 1436 X 1502 X 1611 X 1514 X-9999 +USW00021504201004PGTM 1347 W 1227 W 1811 W 1558 W 1040 W 1405 W 1154 W 0131 W 1705 W 1655 W 1306 W 1608 W 1424 W 1419 W 1635 W 1457 W 2358 W 0620 W 1450 W 1617 W 1640 W 1349 W 1455 W 1420 W 1322 W 1348 W 1515 W 0835 W 0529 W 1555 W-9999 +USW00021504201004WDF2 90 X 80 X 10 X 60 X 80 X 120 X 80 X 50 X 60 X 50 X 30 X 60 X 50 X 340 X 360 X 360 X 20 X 40 X 30 X 70 X 80 X 60 X 20 X 80 X 70 X 30 X 40 X 70 X 130 X 120 X-9999 +USW00021504201004WDF5 120 X 80 X 10 X 60 X 80 X 130 X 110 X 100 X 20 X 50 X 30 X 40 X 30 X 340 X 360 X 350 X 20 X 50 X 40 X 60 X 70 X 50 X 20 X 80 X 10 X 50 X 70 X 120 X 150 X 130 X-9999 +USW00021504201004WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504201004WSF2 80 X 76 X 76 X 94 X 89 X 67 X 72 X 76 X 63 X 67 X 76 X 58 X 76 X 98 X 89 X 98 X 89 X 80 X 72 X 63 X 76 X 72 X 58 X 72 X 63 X 63 X 63 X 58 X 58 X 98 X-9999 +USW00021504201004WSF5 112 X 98 X 103 X 112 X 103 X 89 X 98 X 98 X 80 X 94 X 89 X 76 X 94 X 116 X 103 X 130 X 125 X 116 X 94 X 80 X 98 X 89 X 76 X 94 X 80 X 94 X 76 X 80 X 67 X 116 X-9999 +USW00021504201004WT01 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 +USW00021504201004WT05 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 +USW00021504201004WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00021504201004WT13 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00021504201004WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00021504201005TMAX 278 0 278 0 278 0 272 0 267 0 267 0 272 0 256 0 272 0 278 0 283 0 278 0 278 0 283 0 267 0 267 0 283 0 283 0 289 0 283 0 278 0 283 0 272 0 289 0 267 0 278 0 267 0 256 0 283 0 278 0 283 0 +USW00021504201005TMIN 200 0 206 0 206 0 194 0 189 0 189 0 200 0 194 0 194 0 189 0 206 0 206 0 211 0 206 0 183 0 200 0 189 0 194 0 189 0 200 0 206 0 206 0 200 0 194 0 189 0 194 0 183 0 194 0 183 0 206 0 194 0 +USW00021504201005PRCP 38 0 0T 0 0 0 66 0 8 0 15 0 25 0 18 0 15 0 3 0 0T 0 41 0 3 0 0T 0 28 0 18 0 15 0 25 0 3 0 3 0 43 0 0T 0 58 0 86 0 33 0 8 0 8 0 8 0 0T 0 122 0 0 0 +USW00021504201005AWND 36 W 34 W 36 W 26 W 24 W 21 W 29 W 24 W 28 W 23 W 23 W 29 W 21 W 26 W 31 W 27 W 28 W 30 W 22 W 22 W 20 W 25 W 26 W 21 W 20 W 30 W 26 W 22 W 27 W 29 W 25 W +USW00021504201005FMTM 1329 X 1402 X 1221 X 1552 X 1028 X 1121 X 1217 X 0733 X 1551 X 1251 X 1655 X 1208 X 1050 X 1123 X 1237 X 1052 X 1309 X 1813 X 1430 X 1546 X 1700 X 1556 X 1511 X 1538 X 1232 X 1236 X 1213 X 1141 X 1455 X 1437 X 1643 X +USW00021504201005PGTM 1341 W 1332 W 1231 W 1553 W 1027 W 1123 W 2053 W 0739 W 1550 W 1237 W 1247 W 1318 W 1013 W 1131 W 1237 W 1107 W 1300 W 1459 W 1319 W 1538 W 1658 W 1556 W 1511 W 1221 W 1231 W 1304 W 1053 W 1140 W 1309 W 1420 W 1703 W +USW00021504201005WDF2 110 X 130 X 110 X 100 X 80 X 80 X 100 X 260 X 90 X 30 X 100 X 110 X 80 X 80 X 80 X 80 X 70 X 90 X 100 X 100 X 90 X 70 X 100 X 110 X 70 X 80 X 130 X 130 X 90 X 70 X 80 X +USW00021504201005WDF5 110 X 120 X 110 X 110 X 80 X 80 X 70 X 270 X 90 X 80 X 110 X 90 X 80 X 60 X 80 X 70 X 70 X 70 X 60 X 90 X 110 X 70 X 80 X 110 X 70 X 80 X 150 X 130 X 110 X 50 X 80 X +USW00021504201005WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504201005WSF2 80 X 89 X 94 X 76 X 76 X 89 X 80 X 76 X 94 X 72 X 58 X 72 X 67 X 63 X 89 X 76 X 67 X 72 X 54 X 72 X 80 X 89 X 76 X 67 X 76 X 80 X 67 X 67 X 63 X 67 X 80 X +USW00021504201005WSF5 107 X 107 X 116 X 98 X 94 X 103 X 98 X 103 X 107 X 80 X 72 X 94 X 98 X 72 X 98 X 89 X 89 X 89 X 80 X 98 X 112 X 107 X 89 X 112 X 94 X 103 X 94 X 76 X 94 X 80 X 94 X +USW00021504201005WT01 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 +USW00021504201005WT05 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00021504201005WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 +USW00021504201005WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504201006TMAX 283 0 283 0 289 0 283 0 283 0 283 0 294 0 289 0 294 0 272 0 272 0 283 0 278 0 278 0 283 0 272 0 278 0 272 0 272 0 267 0 272 0 272 0 283 0 272 0 283 0 283 0 283 0 278 0 278 0 278 0-9999 +USW00021504201006TMIN 206 0 211 0 217 0 206 0 200 0 194 0 194 0 200 0 206 0 189 0 200 0 178 0 200 0 194 0 200 0 194 0 189 0 206 0 194 0 200 0 206 0 200 0 206 0 211 0 200 0 200 0 200 0 206 0 194 0 189 0-9999 +USW00021504201006PRCP 0T 0 0T 0 0 0 0T 0 10 0 97 0 18 0 10 0 10 0 18 0 56 0 104 0 224 0 28 0 43 0 3 0 10 0 64 0 23 0 114 0 13 0 89 0 79 0 10 0 46 0 23 0 231 0 0T 0 3 0 13 0-9999 +USW00021504201006AWND 27 W 27 W 26 W 29 W 29 W 20 W 31 W 31 W 22 W 24 W 28 W 34 W 29 W 26 W 24 W 26 W 27 W 17 W 21 W 32 W 24 W 26 W 19 W 30 W 25 W 29 W 31 W 21 W 26 W 26 W-9999 +USW00021504201006FMTM 1601 X 1300 X 1544 X 1354 X 1432 X 1146 X 1718 X 1445 X 1507 X 1246 X 2247 X 1318 X 1852 X 1211 X 1328 X 1359 X 1318 X 0659 X 1134 X 1438 X 1133 X 1218 X 1619 X 1522 X 1424 X 1529 X 1018 X 1534 X 1416 X 1559 X-9999 +USW00021504201006PGTM 1556 W 1202 W 1409 W 1353 W 1431 W 1354 W 1558 W 1527 W 1506 W 1234 W 2246 W 1340 W 1851 W 1209 W 1444 W 1358 W 1425 W 0659 W 1133 W 1437 W 1443 W 1711 W 1618 W 1515 W 1424 W 1529 W 1006 W 1533 W 1230 W 1554 W-9999 +USW00021504201006WDF2 100 X 90 X 50 X 60 X 30 X 80 X 90 X 70 X 90 X 80 X 50 X 130 X 60 X 80 X 90 X 40 X 10 X 80 X 60 X 90 X 100 X 60 X 60 X 50 X 80 X 80 X 110 X 50 X 80 X 70 X-9999 +USW00021504201006WDF5 110 X 80 X 60 X 70 X 40 X 100 X 80 X 80 X 90 X 80 X 60 X 100 X 50 X 80 X 90 X 50 X 30 X 70 X 70 X 80 X 80 X 90 X 70 X 50 X 80 X 80 X 110 X 60 X 80 X 80 X-9999 +USW00021504201006WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504201006WSF2 80 X 67 X 58 X 80 X 67 X 67 X 67 X 76 X 89 X 72 X 72 X 80 X 67 X 63 X 63 X 72 X 58 X 63 X 72 X 94 X 72 X 76 X 72 X 89 X 67 X 67 X 67 X 58 X 63 X 67 X-9999 +USW00021504201006WSF5 107 X 125 X 72 X 98 X 89 X 80 X 80 X 103 X 107 X 89 X 98 X 107 X 76 X 76 X 89 X 89 X 76 X 80 X 80 X 112 X 89 X 89 X 94 X 112 X 80 X 89 X 80 X 76 X 80 X 89 X-9999 +USW00021504201006WT01-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 +USW00021504201006WT05 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00021504201006WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00021504201006WT13-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 +USW00021504201006WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504201007TMAX 278 0 267 0 267 0 278 0 278 0 294 0 283 0 283 0 278 0 272 0 283 0 283 0 289 0 283 0 306 0 294 0 294 0 278 0 283 0 289 0 289 0 283 0 278 0 294 0 294 0 278 0 278 0 289 0 283 0 283 0 278 0 +USW00021504201007TMIN 200 0 200 0 206 0 200 0 183 0 189 0 189 0 200 0 200 0 206 0 200 0 194 0 189 0 200 0 206 0 222 0 194 0 217 0 211 0 194 0 211 0 206 0 200 0 211 0 222 0 206 0 206 0 200 0 200 0 217 0 211 0 +USW00021504201007PRCP 25 0 94 0 152 0 25 0 3 0 0 0 30 0 56 0 64 0 30 0 89 0 0 0 0 0 5 0 10 0 0T 0 0T 0 38 0 58 0 91 0 25 0 74 0 3 0 3 0 3 0 41 0 3 0 0T 0 13 0 5 0 71 0 +USW00021504201007AWND 25 W 19 W 25 W 26 W 26 W 23 W 21 W 27 W 27 W 25 W 24 W 26 W 27 W 27 W 26 W 25 W 29 W 24 W 21 W 26 W 23 W 25 W 25 W 26 W 25 W 17 W 19 W 30 W 23 W 24 W 29 W +USW00021504201007FMTM 1342 X 2317 X 1351 X 1243 X 0847 X 1438 X 0847 X 1213 X 1549 X 1428 X 1450 X 1425 X 1600 X 1528 X 1550 X 1438 X 2323 X 1032 X 0927 X 1319 X 1245 X 1440 X 1000 X 1307 X 1438 X 1510 X 0948 X 1251 X 1618 X 1226 X 1610 X +USW00021504201007PGTM 1405 W 2317 W 1509 W 1221 W 0847 W 1308 W 0846 W 1216 W 1548 W 1411 W 1449 W 1415 W 1543 W 1605 W 1631 W 1242 W 2320 W 1049 W 1234 W 1318 W 1222 W 1440 W 0959 W 1306 W 1501 W 1511 W 0948 W 1250 W 1617 W 1223 W 1610 W +USW00021504201007WDF2 40 X 80 X 120 X 50 X 80 X 30 X 30 X 60 X 50 X 30 X 40 X 40 X 20 X 10 X 50 X 20 X 60 X 80 X 100 X 50 X 70 X 90 X 110 X 100 X 40 X 80 X 30 X 70 X 50 X 80 X 70 X +USW00021504201007WDF5 20 X 90 X 110 X 40 X 80 X 90 X 30 X 70 X 40 X 60 X 50 X 60 X 30 X 20 X 50 X 60 X 60 X 80 X 100 X 40 X 70 X 100 X 110 X 100 X 30 X 80 X 30 X 70 X 60 X 80 X 60 X +USW00021504201007WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504201007WSF2 63 X 54 X 67 X 63 X 76 X 58 X 58 X 76 X 67 X 63 X 80 X 63 X 58 X 63 X 63 X 58 X 63 X 76 X 67 X 58 X 63 X 80 X 58 X 72 X 72 X 89 X 67 X 67 X 72 X 76 X 76 X +USW00021504201007WSF5 76 X 63 X 98 X 80 X 94 X 94 X 76 X 94 X 89 X 76 X 107 X 103 X 72 X 72 X 72 X 80 X 80 X 98 X 103 X 72 X 89 X 94 X 67 X 89 X 89 X 98 X 72 X 89 X 89 X 103 X 98 X +USW00021504201007WT01 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W +USW00021504201007WT05 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 +USW00021504201007WT13-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X +USW00021504201007WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00021504201007WT16 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201008TMAX 278 0 272 0 278 0 278 0 278 0 289 0 283 0 267 0 283 0 289 0 272 0 289 0 283 0 289 0 289 0 283 0 272 0 272 0 283 0 289 0 272 0 283 0 289 0 289 0 283 0 300 0 278 0 289 0 278 0 283 0 283 0 +USW00021504201008TMIN 206 0 206 0 206 0 200 0 206 0 200 0 200 0 200 0 200 0 200 0 189 0 194 0 189 0 200 0 200 0 200 0 189 0 200 0 200 0 194 0 194 0 206 0 200 0 200 0 194 0 189 0 189 0 206 0 217 0 217 0 211 0 +USW00021504201008PRCP 160 0 127 0 30 0 46 0 5 0 5 0 25 0 97 0 28 0 43 0 56 0 5 0 36 0 13 0 0T 0 41 0 15 0 23 0 5 0 25 0 51 0 3 0 0T 0 5 0 30 0 23 0 97 0 38 0 53 0 3 0 8 0 +USW00021504201008AWND 28 W 30 W 26 W 26 W 28 W 24 W 24 W 21 W 26 W 29 W 21 W 22 W 28 W 27 W 28 W 25 W 21 W 28 W 26 W 28 W 21 W 21 W 24 W 29 W 26 W 31 W 24 W 28 W 26 W 24 W 21 W +USW00021504201008FMTM 1705 X 1245 X 2211 X 1231 X 1451 X 1534 X 1527 X 1304 X 1412 X 1549 X 1307 X 1132 X 1903 X 1148 X 1407 X 1445 X 1927 X 1334 X 1304 X 1327 X 1118 X 1314 X 1310 X 1405 X 1331 X 1713 X 0923 X 1737 X 1401 X 1236 X 1431 X +USW00021504201008PGTM 1705 W 1241 W 2211 W 1229 W 1429 W 1533 W 1123 W 1136 W 1403 W 1244 W 1228 W 1212 W 1903 W 1145 W 1412 W 1547 W 1117 W 1355 W 1303 W 1448 W 1118 W 1312 W 1523 W 1246 W 1403 W 1557 W 0906 W 1538 W 1323 W 1215 W 1345 W +USW00021504201008WDF2 60 X 90 X 50 X 20 X 50 X 60 X 70 X 60 X 70 X 80 X 80 X 100 X 80 X 70 X 40 X 60 X 100 X 90 X 60 X 60 X 30 X 60 X 40 X 40 X 60 X 70 X 70 X 60 X 50 X 60 X 50 X +USW00021504201008WDF5 60 X 100 X 50 X 30 X 30 X 60 X 100 X 40 X 60 X 50 X 110 X 70 X 80 X 70 X 30 X 70 X 60 X 70 X 60 X 50 X 30 X 50 X 40 X 40 X 30 X 60 X 60 X 80 X 60 X 60 X 30 X +USW00021504201008WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504201008WSF2 89 X 72 X 67 X 72 X 58 X 76 X 67 X 58 X 72 X 72 X 63 X 63 X 67 X 72 X 63 X 63 X 58 X 63 X 63 X 63 X 72 X 98 X 63 X 63 X 58 X 67 X 72 X 67 X 63 X 72 X 54 X +USW00021504201008WSF5 103 X 94 X 89 X 94 X 76 X 89 X 89 X 76 X 94 X 98 X 80 X 72 X 76 X 89 X 76 X 76 X 72 X 76 X 80 X 80 X 89 X 116 X 89 X 80 X 72 X 94 X 94 X 98 X 80 X 89 X 80 X +USW00021504201008WT01 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W +USW00021504201008WT05 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504201008WT13 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504201008WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201009TMAX 272 0 283 0 289 0 278 0 278 0 283 0 283 0 289 0 289 0 294 0 300 0 272 0 283 0 272 0 283 0 272 0 283 0 289 0 289 0 272 0 283 0 278 0 289 0 294 0 283 0 283 0 294 0 289 0 289 0 300 0-9999 +USW00021504201009TMIN 194 0 194 0 200 0 200 0 200 0 200 0 200 0 200 0 200 0 217 0 211 0 189 0 194 0 200 0 194 0 200 0 200 0 183 0 211 0 217 0 200 0 206 0 200 0 189 0 194 0 189 0 200 0 189 0 183 0 194 0-9999 +USW00021504201009PRCP 3 0 18 0 10 0 41 0 25 0 104 0 3 0 0T 0 3 0 13 0 0T 0 147 0 15 0 107 0 58 0 8 0 10 0 0 0 0T 0 66 0 23 0 15 0 13 0 0T 0 10 0 8 0 0 0 0 0 0 0 0 0-9999 +USW00021504201009AWND 26 W 26 W 27 W 24 W 28 W 24 W 21 W 27 W 24 W 30 W 27 W 20 W 28 W 21 W 24 W 22 W 27 W 25 W 25 W 23 W 27 W 17 W 27 W 22 W 25 W 26 W 26 W 30 W 27 W 20 W-9999 +USW00021504201009FMTM 1125 X 1530 X 2215 X 1144 X 1625 X 1455 X 1839 X 1452 X 1423 X 1335 X 1338 X 1037 X 1309 X 1743 X 1515 X 1108 X 1121 X 1543 X 1448 X 1202 X 1322 X 1452 X 1605 X 1349 X 1506 X 1314 X 1346 X 1251 X 1249 X 1406 X-9999 +USW00021504201009PGTM 1130 W 1529 W 1903 W 1140 W 1625 W 1319 W 1527 W 1502 W 1428 W 1332 W 1338 W 1032 W 1129 W 1742 W 1215 W 1108 W 1307 W 1233 W 1342 W 1202 W 1425 W 1708 W 1151 W 1317 W 1326 W 1314 W 1341 W 1327 W 1246 W 1247 W-9999 +USW00021504201009WDF2 50 X 30 X 20 X 30 X 70 X 30 X 60 X 70 X 60 X 110 X 50 X 40 X 80 X 60 X 50 X 90 X 80 X 360 X 20 X 30 X 20 X 30 X 70 X 30 X 60 X 120 X 90 X 40 X 90 X 40 X-9999 +USW00021504201009WDF5 50 X 30 X 10 X 30 X 70 X 60 X 20 X 60 X 40 X 130 X 60 X 40 X 100 X 50 X 90 X 100 X 100 X 50 X 20 X 30 X 20 X 50 X 80 X 20 X 80 X 130 X 100 X 30 X 80 X 40 X-9999 +USW00021504201009WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504201009WSF2 67 X 58 X 58 X 67 X 80 X 63 X 58 X 80 X 63 X 72 X 72 X 67 X 67 X 63 X 67 X 67 X 67 X 58 X 63 X 58 X 58 X 45 X 58 X 58 X 63 X 72 X 67 X 58 X 67 X 58 X-9999 +USW00021504201009WSF5 80 X 76 X 76 X 80 X 103 X 80 X 76 X 98 X 80 X 98 X 89 X 80 X 103 X 72 X 94 X 89 X 80 X 89 X 72 X 76 X 76 X 58 X 76 X 76 X 80 X 98 X 98 X 76 X 89 X 72 X-9999 +USW00021504201009WT01-9999 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00021504201009WT05 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00021504201009WT13-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201009WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00021504201010TMAX 300 0 278 0 278 0 278 0 261 0 289 0 289 0 289 0 283 0 256 0 278 0 283 0 283 0 283 0 283 0 272 0 267 0 278 0 267 0 283 0 294 0 294 0 294 0 289 0 261 0 267 0 256 0 278 0 283 0 261 0 272 0 +USW00021504201010TMIN 194 0 222 0 200 0 200 0 211 0 200 0 189 0 178 0 189 0 189 0 194 0 183 0 189 0 189 0 206 0 194 0 194 0 200 0 200 0 206 0 206 0 211 0 194 0 183 0 206 0 200 0 200 0 200 0 194 0 211 0 194 0 +USW00021504201010PRCP 0 0 0T 0 97 0 51 0 272 0 0T 0 0T 0 0 0 0T 0 46 0 66 0 10 0 18 0 3 0 20 0 91 0 20 0 0T 0 493 0 51 0 43 0 0T 0 0 0 0T 0 79 0 66 0 320 0 119 0 25 0 185 0 30 0 +USW00021504201010AWND 21 W 17 W 26 W 33 W 26 W 24 W 32 W 29 W 30 W 17 W 27 W 26 W 24 W 26 W 26 W 24 W 21 W 21 W 23 W 19 W 29 W 27 W 32 W 31 W 21 W 22 W 22 W 29 W 26 W 23 W 18 W +USW00021504201010FMTM 1127 X 1422 X 1458 X 1544 X 1545 X 1333 X 1333 X 1422 X 1320 X 1501 X 1511 X 1529 X 1204 X 1108 X 1409 X 1535 X 1316 X 1424 X 1643 X 1447 X 1614 X 1323 X 1507 X 1542 X 1621 X 1936 X 1800 X 1239 X 2011 X 1533 X 1232 X +USW00021504201010PGTM 1227 W 1428 W 1456 W 1544 W 1113 W 1333 W 1333 W 1105 W 1449 W 1633 W 1509 W 1403 W 1227 W 1107 W 1504 W 1535 W 1315 W 1423 W 1640 W 1437 W 1615 W 1153 W 1154 W 1538 W 0639 W 1936 W 1452 W 0243 W 2008 W 1532 W 1231 W +USW00021504201010WDF2 70 X 30 X 70 X 120 X 60 X 50 X 80 X 60 X 70 X 330 X 50 X 80 X 50 X 60 X 70 X 20 X 70 X 50 X 80 X 60 X 100 X 100 X 120 X 120 X 110 X 80 X 340 X 60 X 50 X 50 X 60 X +USW00021504201010WDF5 100 X 20 X 60 X 120 X 130 X 50 X 90 X 120 X 50 X 60 X 40 X 70 X 60 X 70 X 50 X 30 X 70 X 60 X 70 X 50 X 110 X 100 X 90 X 100 X 160 X 70 X 290 X 60 X 40 X 50 X 60 X +USW00021504201010WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504201010WSF2 63 X 72 X 103 X 67 X 54 X 58 X 67 X 63 X 63 X 45 X 63 X 63 X 67 X 63 X 58 X 54 X 54 X 40 X 63 X 63 X 67 X 58 X 67 X 67 X 58 X 63 X 54 X 67 X 54 X 63 X 54 X +USW00021504201010WSF5 94 X 80 X 130 X 89 X 72 X 72 X 80 X 89 X 80 X 89 X 89 X 103 X 76 X 76 X 72 X 63 X 67 X 54 X 76 X 72 X 89 X 98 X 94 X 80 X 98 X 72 X 80 X 98 X 67 X 76 X 67 X +USW00021504201010WT01-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 0 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W +USW00021504201010WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201010WT05-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00021504201010WT08-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201010WT13-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00021504201010WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201011TMAX 261 0 278 0 272 0 272 0 244 0 272 0 261 0 278 0 278 0 272 0 278 0 267 0 283 0 250 0 233 0 267 0 272 0 278 0 272 0 272 0 272 0 272 0 278 0 267 0 261 0 267 0 261 0 267 0 272 0 278 0-9999 +USW00021504201011TMIN 200 0 178 0 178 0 200 0 200 0 217 0 206 0 200 0 189 0 183 0 189 0 189 0 200 0 194 0 189 0 183 0 178 0 183 0 183 0 183 0 189 0 183 0 183 0 194 0 194 0 178 0 172 0 178 0 189 0 194 0-9999 +USW00021504201011PRCP 89 0 0T 0 5 0 66 0 269 0 150 0 79 0 0T 0 0T 0 8 0 130 0 61 0 15 0 152 0 411 0 0 0 0T 0 0 0 640 0 0T 0 0T 0 0 0 25 0 76 0 170 0 145 0 18 0 0T 0 66 0 173 0-9999 +USW00021504201011AWND 22 W 24 W 27 W 21 W 29 W 25 W 17 W 23 W 31 W 22 W 24 W 20 W 26 W 19 W 20 W 25 W 23 W 28 W 23 W 22 W 21 W 26 W 22 W 22 W 28 W 30 W 22 W 22 W 22 W 21 W-9999 +USW00021504201011FMTM 1232 X 1356 X 0755 X 1335 X 1958 X 1044 X 1817 X 1423 X 1415 X 1343 X 1904 X 0749 X 1428 X 1604 X 0315 X 1439 X 1435 X 1504 X 1530 X 1336 X 1232 X 1255 X 1447 X 1510 X 0858 X 1207 X 1522 X 1307 X 1245 X 2325 X-9999 +USW00021504201011PGTM 1722 W 1342 W 0752 W 0751 W 0802 W 1237 W 1819 W 1422 W 1412 W 1342 W 1854 W 0749 W 1427 W 1604 W 0314 W 1245 W 1218 W 1503 W 1529 W 1201 W 1149 W 1301 W 1450 W 1509 W 0857 W 1318 W 0839 W 1307 W 1603 W 1208 W-9999 +USW00021504201011WDF2 70 X 20 X 260 X 70 X 80 X 100 X 80 X 80 X 130 X 60 X 100 X 150 X 120 X 130 X 140 X 100 X 90 X 120 X 110 X 70 X 50 X 70 X 80 X 90 X 50 X 60 X 60 X 80 X 130 X 250 X-9999 +USW00021504201011WDF5 260 X 50 X 320 X 20 X 180 X 80 X 80 X 80 X 130 X 50 X 120 X 260 X 110 X 130 X 130 X 110 X 110 X 120 X 110 X 120 X 40 X 60 X 80 X 90 X 50 X 60 X 80 X 80 X 40 X 50 X-9999 +USW00021504201011WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00021504201011WSF2 58 X 54 X 58 X 63 X 76 X 80 X 67 X 72 X 63 X 72 X 58 X 89 X 63 X 72 X 54 X 58 X 58 X 63 X 58 X 54 X 45 X 54 X 54 X 72 X 89 X 76 X 45 X 72 X 63 X 45 X-9999 +USW00021504201011WSF5 67 X 72 X 103 X 130 X 112 X 107 X 80 X 80 X 80 X 89 X 76 X 134 X 76 X 98 X 72 X 98 X 76 X 72 X 76 X 76 X 63 X 67 X 72 X 89 X 112 X 94 X 63 X 80 X 103 X 67 X-9999 +USW00021504201011WT01 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 0-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 +USW00021504201011WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201011WT05 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00021504201011WT13 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00021504201011WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504201012TMAX 278 0 267 0 244 0 261 0 261 0 261 0 261 0 267 0 294 0 239 0 267 0 272 0 283 0 272 0 272 0 272 0 272 0 272 0 283 0 272 0 244 0 250 0 272 0 278 0 283 0 289 0 278 0 272 0 283 0 267 0 244 0 +USW00021504201012TMIN 194 0 183 0 189 0 183 0 172 0 156 0 161 0 167 0 189 0 194 0 172 0 178 0 189 0 189 0 178 0 183 0 178 0 167 0 200 0 200 0 211 0 206 0 206 0 178 0 178 0 183 0 189 0 206 0 194 0 194 0 178 0 +USW00021504201012PRCP 605 0 226 0 297 0 15 0 8 0 0T 0 0 0 0 0 0T 0 130 0 10 0 0 0 10 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 10 0 178 0 25 0 0T 0 0 0 0 0 0 0 30 0 46 0 94 0 69 0 58 0 +USW00021504201012AWND 22 W 18 W 33 W 23 W 26 W 30 W 29 W 30 W 43 W 31 W 20 W 20 W 30 W 23 W 29 W 34 W 32 W 29 W 32 W 19 W 13 W 16 W 16 W 24 W 33 W 35 W 39 W 27 W 31 W 25 W 21 W +USW00021504201012FMTM 1552 X 1825 X 0614 X 1050 X 1350 X 1356 X 1343 X 1556 X 1502 X 1323 X 1211 X 1404 X 1329 X 1141 X 1316 X 1412 X 1503 X 1544 X 1224 X 1335 X 1331 X 1216 X 1309 X 1444 X 1328 X 1259 X 1417 X 1428 X 1359 X 1826 X 1507 X +USW00021504201012PGTM 1526 W 2047 W 0459 W 1048 W 1356 W 1355 W 1410 W 1556 W 1555 W 1341 W 1210 W 1408 W 1315 W 1139 W 1315 W 1351 W 1439 W 1535 W 1224 W 1300 W 1331 W 1219 W 1210 W 1436 W 1410 W 1403 W 1417 W 1439 W 1353 W 1532 W 1507 W +USW00021504201012WDF2 30 X 80 X 70 X 60 X 100 X 90 X 110 X 110 X 150 X 350 X 60 X 50 X 130 X 80 X 100 X 120 X 110 X 110 X 120 X 130 X 130 X 120 X 60 X 120 X 150 X 120 X 160 X 130 X 130 X 70 X 140 X +USW00021504201012WDF5 30 X 40 X 70 X 50 X 100 X 90 X 100 X 120 X 150 X 350 X 60 X 50 X 130 X 90 X 110 X 120 X 110 X 110 X 110 X 120 X 130 X 130 X 40 X 130 X 140 X 100 X 160 X 120 X 140 X 80 X 130 X +USW00021504201012WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00021504201012WSF2 58 X 63 X 98 X 94 X 58 X 67 X 67 X 72 X 94 X 80 X 58 X 54 X 76 X 63 X 63 X 67 X 63 X 67 X 94 X 72 X 45 X 54 X 40 X 72 X 98 X 80 X 103 X 76 X 76 X 63 X 54 X +USW00021504201012WSF5 76 X 89 X 116 X 107 X 80 X 80 X 80 X 89 X 125 X 103 X 72 X 58 X 103 X 76 X 103 X 89 X 98 X 89 X 116 X 94 X 63 X 63 X 58 X 94 X 130 X 103 X 143 X 98 X 107 X 76 X 63 X +USW00021504201012WT01 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 0-9999 -9999 1 W 1 W 1 W 1 W 1 W +USW00021504201012WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201012WT05 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00021504201012WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00021504201012WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00021504201012WT13 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X +USW00021504201012WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00021504201101TMAX 267 X 250 X 267 X 261 X 267 X 261 X 233 X 261 X 272 X 256 X 272 X 261 X 261 X 283 X 267 X 272 X 278 X 267 X 228 X 278 X 267 X 250 X 267 X 267 X 267 X 267 X 267 X 250 X 261 X 278 X 244 X +USW00021504201101TMIN 183 X 183 X 178 X 178 X 167 X 167 X 167 X 150 X 167 X 150 X 178 X 189 X 178 X 194 X 183 X 183 X 172 X 172 X 178 X 178 X 183 X 178 X 178 X 172 X 178 X 167 X 156 X 178 X 178 X 189 X 183 X +USW00021504201101PRCP 3 X 53 X 5 X 33 X 0T X 5 X 13 X 0 X 0 X 0T X 455 X 0T X 43 X 0 X 0T X 8 X 0 X 3 X 0T X 3 X 74 X 3 X 5 X 13 X 13 X 3 X 3 X 81 X 15 X 0 X 107 X +USW00021504201101AWND 26 W 17 W 23 W 21 W 24 W 34 W 27 W 21 W 25 W 21 W 20 W 41 W 33 W 27 W 27 W 28 W 20 W 30 W 29 W 23 W 26 W 19 W 24 W 23 W 26 W 29 W 27 W 25 W 22 W 12 W 36 W +USW00021504201101FMTM 1349 X 1518 X 1627 X 1229 X 1340 X 1556 X 1703 X 2239 X 1312 X 1424 X 1525 X 1247 X 1100 X 1458 X 1355 X 1339 X 1501 X 2349 X 0714 X 1605 X 1408 X 1400 X 1354 X 0132 X 1317 X 1354 X 1642 X 1245 X 1607 X 1337 X 0638 X +USW00021504201101PGTM 1352 W 1522 W 1627 W 1351 W 1401 W 1542 W 1030 W 1217 W 1312 W 1507 W 1524 W 1245 W 1046 W 1413 W 1405 W 0811 W 1244 W-9999 0714 W 1602 W 1406 W 1421 W 1356 W 1307 W 1205 W 1424 W 1559 W 1310 W 1603 W 1309 W 0637 W +USW00021504201101WDF2 90 X 110 X 80 X 60 X 130 X 350 X 330 X 240 X 40 X 350 X 340 X 160 X 350 X 130 X 100 X 100 X 350 X 360 Z 330 X 130 X 100 X 110 X 80 X 90 X 130 X 20 X 80 X 80 X 140 X 40 X 50 X +USW00021504201101WDF5 90 X 70 X 80 X 40 X 120 X 360 X 10 X 10 X 40 X 340 X 340 X 160 X 360 X 130 X 110 X 240 X 110 X-9999 330 X 130 X 100 X 120 X 80 X 80 X 100 X 40 X 50 X 90 X 150 X 70 X 50 X +USW00021504201101WSF2 58 X 58 X 72 X 54 X 76 X 72 X 80 X 40 X 54 X 54 X 89 X 94 X 76 X 80 X 63 X 76 X 63 X 49 Z 107 X 72 X 67 X 72 X 76 X 67 X 58 X 58 X 58 X 72 X 67 X 45 X 76 X +USW00021504201101WSF5 76 X 67 X 89 X 63 X 98 X 94 X 107 X 67 X 63 X 63 X 107 X 125 X 107 X 103 X 76 X 103 X 72 X-9999 125 X 98 X 80 X 94 X 98 X 76 X 80 X 72 X 72 X 94 X 94 X 58 X 116 X +USW00021504201101WT01-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W +USW00021504201101WT03-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00021504201101WT08 1 X-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201101WT13-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X +USW00021504201101WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201101WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00021504201102TMAX 261 X 267 X 267 X 283 X 278 X 289 X 261 X 261 X 261 X 294 X 272 X 278 X 289 X 278 X 283 X 267 X 272 X 283 X 267 X 278 X 278 X 267 X 239 X 239 X 278 X 272 X 278 X 272 X-9999 -9999 -9999 +USW00021504201102TMIN 178 X 172 X 161 X 178 X 172 X 189 X 167 X 183 X 183 X 167 X 183 X 178 X 183 X 172 X 189 X 200 X 194 X 172 X 178 X 189 X 189 X 194 X 189 X 183 X 161 X 189 X 178 X 194 X-9999 -9999 -9999 +USW00021504201102PRCP 28 X 18 X 0T X 0 X 3 X 13 X 58 X 15 X 10 X 0 X 0 X 0 X 0 X 0T X 0T X 99 X 18 X 0 X 0T X 0 X 5 X 107 X 185 X 163 X 0 X 99 X 188 X 43 X-9999 -9999 -9999 +USW00021504201102AWND 26 W 33 W 26 W 39 W 29 W 31 W 13 W 28 W 25 W 29 W 21 W 25 W 38 W 34 W 39 W 27 W 27 W 32 W 28 W 38 W 41 W 31 W 21 W 24 W 29 W 28 W 22 W 16 W-9999 -9999 -9999 +USW00021504201102FMTM 1428 X 1414 X 1438 X 1402 X 1459 X 1359 X 1517 X 1543 X 1332 X 1511 X 1319 X 1321 X 1435 X 1420 X 1455 X 1204 X 1608 X 1417 X 1044 X 1527 X 1500 X 1328 X 2351 X 2354 X 1517 X 1601 X 1646 X 1900 X-9999 -9999 -9999 +USW00021504201102PGTM 1424 W 1256 W 1340 W 1515 W 1458 W 1358 W 1516 W 1407 W 1318 W 1507 W 1412 W 1253 W 1428 W 1230 W 1507 W 1213 W 1652 W 1341 W 1520 W 1444 W 1457 W 1309 W 2353 W 2354 W 1517 W 1202 W 1645 W 1859 W-9999 -9999 -9999 +USW00021504201102WDF2 80 X 80 X 40 X 130 X 130 X 140 X 140 X 90 X 110 X 120 X 30 X 90 X 110 X 110 X 110 X 130 X 130 X 100 X 140 X 120 X 110 X 100 X 110 X 110 X 130 X 100 X 60 X 330 X-9999 -9999 -9999 +USW00021504201102WDF5 70 X 110 X 60 X 110 X 140 X 150 X 140 X 120 X 120 X 120 X 20 X 100 X 120 X 100 X 110 X 140 X 130 X 130 X 150 X 120 X 110 X 120 X 100 X 110 X 130 X 90 X 60 X 330 X-9999 -9999 -9999 +USW00021504201102WSF2 67 X 67 X 58 X 98 X 89 X 94 X 58 X 72 X 63 X 80 X 45 X 67 X 98 X 89 X 107 X 76 X 76 X 76 X 76 X 98 X 103 X 76 X 80 X 72 X 98 X 72 X 58 X 58 X-9999 -9999 -9999 +USW00021504201102WSF5 80 X 103 X 76 X 116 X 107 X 112 X 72 X 94 X 80 X 103 X 58 X 98 X 125 X 112 X 130 X 103 X 98 X 98 X 94 X 125 X 130 X 116 X 98 X 94 X 125 X 98 X 67 X 72 X-9999 -9999 -9999 +USW00021504201102WT01 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 +USW00021504201102WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201102WT08-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201102WT10-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00021504201102WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504201102WT16 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504201103TMAX 244 X 250 X 294 X 289 X 256 X 283 X 244 X 272 X 272 X 272 X 272 X 272 X 272 X 278 X 278 X 278 X 278 X 272 X 239 X 267 X 278 X 261 X 261 X 261 X 256 X 233 X 261 X 256 X 233 X 267 X 267 X +USW00021504201103TMIN 189 X 183 X 183 X 183 X 211 X 194 X 189 X 183 X 172 X 189 X 183 X 189 X 172 X 183 X 183 X 194 X 183 X 183 X 183 X 189 X 172 X 200 X 194 X 206 X 183 X 178 X 189 X 183 X 189 X 178 X 172 X +USW00021504201103PRCP 86 X 0T X 0 X 0 X 119 X 28 X 574 X 0T X 46 X 28 X 0T X 0 X 0 X 0T X 3 X 53 X 23 X 5 X 345 X 91 X 43 X 69 X 79 X 5 X 20 X 229 X 147 X 185 X 244 X 107 X 91 X +USW00021504201103AWND 23 W 21 W 36 W 24 W 11 W 21 W 18 W 18 W 28 W 24 W 27 W 23 W 31 W 34 W 32 W 26 W 24 W 26 W 23 W 30 W 26 W 29 W 26 W 51 W 35 W 22 W 34 W 29 W 24 W 26 W 26 W +USW00021504201103FMTM 1733 X 1328 X 1321 X 1540 X 2348 X 1208 X 0958 X 1514 X 1438 X 1145 X 1529 X 1335 X 1518 X 1355 X 1608 X 1403 X 1554 X 1252 X 0803 X 1116 X 1655 X 1443 X 0851 X 0949 X 0937 X 1107 X 1147 X 1046 X 1127 X 1409 X 1232 X +USW00021504201103PGTM 1733 W 1153 W 1329 W 1221 W-9999 1207 W 2145 W 1506 W 1438 W 1206 W 1416 W 1517 W 1533 W 1407 W 1441 W 1357 W 1435 W 1201 W 0802 W 1227 W 1601 W 1441 W 1435 W 0949 W 0937 W 1106 W 1254 W 1048 W 1110 W 1416 W 1240 W +USW00021504201103WDF2 10 X 80 X 150 X 350 X 270 Z 50 X 240 X 80 X 70 X 70 X 90 X 50 X 100 X 90 X 50 X 100 X 90 X 80 X 110 X 80 X 70 X 60 X 70 X 80 X 80 X 70 X 80 X 60 X 80 X 90 X 80 X +USW00021504201103WDF5 20 X 120 X 150 X 20 X-9999 50 X 340 X 100 X 70 X 60 X 80 X 80 X 90 X 120 X 50 X 80 X 70 X 80 X 110 X 80 X 60 X 70 X 90 X 80 X 80 X 80 X 70 X 60 X 90 X 100 X 90 X +USW00021504201103WSF2 63 X 40 X 98 X 58 X 40 Z 76 X 54 X 54 X 63 X 67 X 63 X 63 X 67 X 72 X 67 X 72 X 63 X 58 X 72 X 80 X 63 X 76 X 80 X 103 X 94 X 76 X 76 X 67 X 76 X 67 X 72 X +USW00021504201103WSF5 80 X 58 X 125 X 76 X-9999 94 X 63 X 72 X 72 X 80 X 80 X 76 X 89 X 94 X 89 X 98 X 80 X 80 X 94 X 103 X 89 X 98 X 125 X 130 X 107 X 89 X 98 X 94 X 98 X 94 X 89 X +USW00021504201103WT01 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 +USW00021504201103WT03-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201103WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201103WT13 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 +USW00021504201103WT16 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201104TMAX 244 X 267 X 256 X 267 X 267 X 261 X 239 X 256 X 267 X 256 X 250 X 267 X 278 X 272 X 272 X 278 X 267 X 272 X 267 X 278 X 283 X 278 X 278 X 278 X 278 X 283 X 272 X 283 X 278 X 283 X-9999 +USW00021504201104TMIN 178 X 178 X 172 X 172 X 178 X 183 X 172 X 200 X 200 X 200 X 200 X 183 X 189 X 189 X 206 X 200 X 194 X 189 X 189 X 178 X 178 X 189 X 189 X 200 X 206 X 194 X 189 X 178 X 200 X 183 X-9999 +USW00021504201104PRCP 84 X 0T X 0T X 8 X 8 X 130 X 81 X 478 X 53 X 18 X 13 X 10 X 8 X 0 X 3 X 0 X 3 X 0 X 0T X 3 X 8 X 23 X 56 X 10 X 0T X 5 X 33 X 84 X 3 X 13 X-9999 +USW00021504201104AWND 26 W 28 W 29 W 30 W 30 W 22 W 23 W 31 W 30 W 24 W 27 W 30 W 41 W 27 W 24 W 20 W 23 W 29 W 28 W 30 W 27 W 30 W 30 W 31 W 28 W 26 W 26 W 32 W 27 W 31 W-9999 +USW00021504201104FMTM 1601 X 1347 X 1202 X 1526 X 1450 X 1400 X 1258 X 1025 X 1337 X 1117 X 1201 X 1255 X 1402 X 1510 X 1447 X 2352 X 1242 X 1619 X 1340 X 1334 X 1446 X 1536 X 1228 X 1357 X 1355 X 1448 X 1413 X 1432 X 1154 X 1226 X-9999 +USW00021504201104PGTM 1615 W 1459 W 1202 W 1714 W 1405 W 1359 W 1830 W 1024 W 1401 W 1238 W 1152 W 1244 W 1229 W 1439 W 1135 W 2354 W 1237 W 1500 W 1427 W 1332 W 1255 W 1352 W 1512 W 1356 W 1357 W 0934 W 1518 W 1129 W 1230 W 1224 W-9999 +USW00021504201104WDF2 120 X 80 X 130 X 90 X 100 X 190 X 90 X 120 X 120 X 120 X 130 X 100 X 120 X 130 X 110 X 100 Z 130 X 90 X 90 X 100 X 50 X 110 X 110 X 80 X 110 X 90 X 50 X 110 X 100 X 100 X-9999 +USW00021504201104WDF5 100 X 130 X 130 X 40 X 90 X 190 X 150 X 120 X 130 X 130 X 110 X 120 X 130 X 120 X 110 X 100 Z 130 X 120 X 130 X 110 X 70 X 80 X 100 X 80 X 90 X 130 X 70 X 80 X 140 X 100 X-9999 +USW00021504201104WSF2 67 X 76 X 63 X 63 X 72 X 67 X 63 X 89 X 72 X 89 X 67 X 72 X 98 X 89 X 72 X 49 Z 67 X 67 X 58 X 76 X 58 X 67 X 67 X 80 X 80 X 72 X 63 X 76 X 63 X 72 X-9999 +USW00021504201104WSF5 80 X 98 X 76 X 107 X 98 X 89 X 72 X 107 X 89 X 103 X 89 X 98 X 134 X 112 X 98 X 80 Z 89 X 89 X 76 X 98 X 80 X 94 X 89 X 103 X 103 X 94 X 76 X 98 X 80 X 98 X-9999 +USW00021504201104WT01 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201104WT03-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201104WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201104WT13 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201104WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201104WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504201105TMAX 267 X 272 X 272 X 267 X 272 X 261 X 233 X 267 X 278 X 272 X 261 X 261 X 272 X 272 X 278 X 272 X 278 X 278 X 278 X 278 X 278 X 278 X 278 X 272 X 278 X 272 X 272 X 272 X 272 X 272 X 278 X +USW00021504201105TMIN 189 X 200 X 194 X 194 X 189 X 189 X 194 X 194 X 206 X 211 X 206 X 206 X 189 X 183 X 183 X 183 X 183 X 194 X 183 X 183 X 183 X 194 X 200 X 200 X 200 X 200 X 200 X 194 X 194 X 206 X 200 X +USW00021504201105PRCP 18 X 122 X 28 X 165 X 109 X 434 X 218 X 79 X 66 X 61 X 10 X 56 X 36 X 0 X 10 X 0T X 0T X 3 X 18 X 0T X 48 X 58 X 165 X 51 X 178 X 140 X 13 X 33 X 15 X 0T X 20 X +USW00021504201105AWND 22 W 20 W 29 W 33 W 27 W 33 W 29 W 28 W 28 W 25 W 22 W 26 W 23 W 31 W 28 W 24 W 33 W 30 W 29 W 28 W 28 W 26 W 25 W 28 W 28 W 26 W 22 W 26 W 27 W 23 W 24 W +USW00021504201105FMTM 1150 X 1138 X 1311 X 1323 X 2119 X 1252 X 0443 X 1406 X 1430 X 1412 X 1650 X 1521 X 1325 X 1222 X 1617 X 1512 X 1356 X 1356 X 1331 X 1200 X 1100 X 1305 X 2211 X 1448 X 0904 X 1330 X 1411 X 1517 X 1342 X 1233 X 1356 X +USW00021504201105PGTM 1149 W 1224 W 1321 W 1341 W 2118 W 1309 W 0447 W 1359 W 1338 W 1255 W 1210 W 1633 W 1359 W 1319 W 1614 W 1511 W 1355 W 1259 W 1351 W 1259 W 1059 W 1304 W 1347 W 1342 W 0843 W 1822 W 1430 W 1513 W 1317 W 1228 W 0957 W +USW00021504201105WDF2 140 X 110 X 70 X 90 X 130 X 80 X 90 X 130 X 130 X 130 X 120 X 120 X 120 X 80 X 130 X 110 X 120 X 100 X 90 X 110 X 70 X 100 X 80 X 50 X 80 X 100 X 70 X 80 X 50 X 80 X 60 X +USW00021504201105WDF5 130 X 130 X 110 X 100 X 130 X 80 X 90 X 130 X 120 X 130 X 160 X 340 X 120 X 90 X 130 X 100 X 120 X 100 X 70 X 120 X 60 X 100 X 60 X 40 X 80 X 210 X 80 X 90 X 60 X 70 X 80 X +USW00021504201105WSF2 72 X 72 X 67 X 80 X 98 X 94 X 72 X 72 X 72 X 76 X 58 X 67 X 58 X 72 X 67 X 63 X 80 X 72 X 67 X 67 X 80 X 76 X 63 X 63 X 63 X 80 X 72 X 80 X 63 X 67 X 72 X +USW00021504201105WSF5 98 X 89 X 94 X 103 X 134 X 107 X 80 X 98 X 98 X 98 X 72 X 125 X 89 X 103 X 89 X 89 X 103 X 98 X 89 X 89 X 103 X 98 X 94 X 80 X 80 X 130 X 89 X 98 X 80 X 80 X 139 X +USW00021504201105WT01-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 1 W +USW00021504201105WT03-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201105WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X +USW00021504201105WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201106TMAX 267 X 278 X 267 X 261 X 278 X 283 X 267 X 267 X 272 X 261 X 272 X 278 X 272 X 278 X 272 X 267 X 256 X 278 X 278 X 272 X 278 X 283 X 289 X 278 X 283 X 278 X 256 X 256 X 278 X 278 X-9999 +USW00021504201106TMIN 189 X 211 X 189 X 183 X 200 X 194 X 200 X 200 X 200 X 200 X 194 X 206 X 206 X 194 X 206 X 211 X 200 X 200 X 206 X 200 X 183 X 189 X 189 X 194 X 200 X 200 X 211 X 206 X 194 X 194 X-9999 +USW00021504201106PRCP 56 X 46 X 25 X 36 X 0 X 3 X 33 X 30 X 58 X 81 X 33 X 5 X 86 X 3 X 43 X 109 X 224 X 51 X 124 X 56 X 10 X 0 X 64 X 0T X 36 X 48 X 312 X 46 X 3 X 0T X-9999 +USW00021504201106AWND 19 W 22 W 19 W 27 W 27 W 24 W 26 W 26 W 23 W 26 W 24 W 21 W 24 W 22 W 22 W 24 W 25 W 28 W 26 W 31 W 26 W 24 W 30 W 22 W 23 W 22 W 16 W 19 W 26 W 19 W-9999 +USW00021504201106FMTM 1527 X 1851 X 0944 X 1047 X 1426 X 1543 X 1358 X 1202 X 1554 X 1650 X 1515 X 1436 X 1257 X 1114 X 1928 X 1209 X 1425 X 2244 X 2058 X 2349 X 1245 X 1438 X 1349 X 1820 X 1427 X 1433 X 1614 X 1317 X 1910 X 1743 X-9999 +USW00021504201106PGTM 1526 W 1850 W 0944 W 1543 W 1416 W 1421 W 1402 W 1202 W 1553 W 1541 W 1514 W 1228 W 1640 W 1113 W 1927 W 1209 W 1425 W 2242 W 2050 W-9999 1510 W 1202 W 1504 W 1818 W 1416 W 1432 W 1612 W 1316 W 1424 W 1348 W-9999 +USW00021504201106WDF2 80 X 80 X 90 X 80 X 120 X 90 X 100 X 80 X 60 X 50 X 90 X 80 X 60 X 100 X 60 X 60 X 80 X 70 X 350 Z 30 Z 70 X 70 X 70 X 90 Z 50 X 60 X 60 X 130 X 90 X 70 X-9999 +USW00021504201106WDF5 80 X 80 X 80 X 130 X 110 X 100 X 100 X 80 X 60 X 60 X 100 X 100 X 20 X 100 X 60 X 70 X 80 X 70 X 10 Z-9999 100 X 130 X 60 X 110 Z 50 X 60 X 60 X 130 X 50 X 100 X-9999 +USW00021504201106WSF2 63 X 67 X 80 X 72 X 72 X 67 X 76 X 76 X 76 X 67 X 76 X 58 X 67 X 80 X 63 X 80 X 72 X 45 Z 45 Z 58 Z 63 X 58 X 67 X 58 Z 67 X 72 X 58 X 63 X 58 X 54 X-9999 +USW00021504201106WSF5 76 X 76 X 94 X 94 X 98 X 89 X 98 X 98 X 98 X 89 X 94 X 112 X 98 X 103 X 76 X 98 X 89 X 45 X 72 Z-9999 80 X 94 X 80 X 76 Z 89 X 89 X 72 X 80 X 89 X 72 X-9999 +USW00021504201106WT01 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 +USW00021504201106WT03-9999 1 W-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201106WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201106WT13 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504201106WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504201107TMAX 283 X 283 X 289 X 272 X 283 X 278 X 244 X 278 X 283 X 283 X 278 X 283 X 278 X 283 X 289 X 289 X 278 X 278 X 278 X 289 X 278 X 278 X 267 X 283 X 289 X 289 X 272 X 278 X 289 X 283 X 261 X +USW00021504201107TMIN 189 X 206 X 189 X 183 X 194 X 194 X 211 X 200 X 194 X 183 X 200 X 194 X 183 X 194 X 189 X 211 X 211 X 206 X 189 X 194 X 200 X 189 X 194 X 200 X 200 X 189 X 194 X 194 X 194 X 217 X 206 X +USW00021504201107PRCP 5 X 112 X 0T X 0T X 94 X 30 X 236 X 51 X 15 X 163 X 0T X 8 X 71 X 8 X 10 X 41 X 30 X 51 X 10 X 84 X 30 X 0T X 41 X 10 X 0T X 3 X 3 X 28 X 43 X 66 X 74 X +USW00021504201107AWND 31 W 18 W 23 W 28 W 23 W 21 W 17 W 27 W 28 W 26 W 17 W 28 W 25 W 24 W 27 W 26 W 27 W 26 W 21 W 30 W 22 W 25 W 26 W 25 W 24 W 28 W 25 W 24 W 18 W 26 W 19 W +USW00021504201107FMTM 1736 X 1640 X 1422 X 1111 X 2317 X 1318 X 2059 X 0451 X 1333 X 2133 X 1316 X 2319 X 1345 X 1434 X 1130 X 2114 X 1100 X 1340 X 1458 X 1424 X 1131 X 1200 X 1446 X 1328 X 1547 X 1339 X 1518 X 1556 X 1809 X 1427 X 1245 X +USW00021504201107PGTM 1736 W 1641 W 1450 W 1112 W 2316 W 1424 W 2058 W 1601 W 1333 W 2133 W 1330 W 2313 W 1344 W 1327 W 1234 W 2114 W 1943 W 1340 W 1457 W 1033 W 1130 W 1155 W 1445 W 1808 W 1417 W 1339 W 1130 W 1557 W 1808 W 1425 W 1543 W +USW00021504201107WDF2 20 X 70 X 70 X 40 X 60 X 360 X 80 X 90 X 60 X 150 X 90 X 50 Z 70 X 70 X 70 X 80 X 80 X 90 X 20 X 60 X 120 X 60 X 70 X 30 X 30 X 140 Z 80 X 50 X 100 X 80 X 80 X +USW00021504201107WDF5 30 X 80 X 60 X 40 X 70 X 60 Z 80 X 20 X 60 X 140 X 90 X 50 Z 60 X 80 X 80 X 80 X 50 X 90 X 30 X 360 X 110 X 60 X 70 X 10 X 30 X 110 Z 100 X 50 X 100 X 70 X 360 X +USW00021504201107WSF2 58 X 67 X 63 X 72 X 76 X 45 X 63 X 72 X 72 X 67 X 58 X 45 Z 58 X 63 X 67 X 72 X 67 X 76 X 58 X 67 X 67 X 72 X 72 X 58 X 54 X 67 Z 67 X 72 X 63 X 72 X 58 X +USW00021504201107WSF5 72 X 76 X 76 X 94 X 94 X 72 Z 80 X 98 X 94 X 89 X 72 X 76 Z 72 X 98 X 80 X 89 X 89 X 94 X 76 X 98 X 94 X 89 X 89 X 76 X 72 X 89 Z 89 X 89 X 76 X 89 X 72 X +USW00021504201107WT01 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W +USW00021504201107WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00021504201107WT13 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X +USW00021504201107WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201108TMAX 283 X 278 X 294 X 267 X 278 X 283 X 272 X 289 X 289 X 278 X 250 X 289 X 272 X 283 X 289 X 272 X 289 X 283 X 289 X 283 X 256 X 289 X 300 X 300 X 294 X 294 X 294 X 283 X 289 X 289 X 272 X +USW00021504201108TMIN 189 X 194 X 194 X 200 X 200 X 194 X 217 X 217 X 217 X 206 X 211 X 206 X 217 X 211 X 206 X 206 X 206 X 200 X 194 X 200 X 222 X 211 X 211 X 228 X 217 X 217 X 194 X 206 X 200 X 194 X 194 X +USW00021504201108PRCP 107 X 3 X 5 X 135 X 135 X 30 X 218 X 41 X 23 X 81 X 203 X 10 X 69 X 48 X 107 X 150 X 140 X 56 X 3 X 69 X 277 X 8 X 5 X 0T X 66 X 0T X 23 X 107 X 51 X 5 X 48 X +USW00021504201108AWND 23 W 21 W 20 W 25 W 24 W 28 W 25 W 20 W 22 W 18 W 28 W 25 W 23 W 22 W 22 W 17 W 27 W 27 W 30 W 26 W 23 W 20 W 26 W 23 W 21 W 26 W 22 W 22 W 24 W 25 W 21 W +USW00021504201108FMTM 1035 X 1500 X 1454 X 2349 X 1301 X 1146 X 1500 X 1345 X 1610 X 1206 X 1145 X 1451 X 1520 X 1144 X 1159 X 1516 X 1523 X 1456 X 1622 X 2359 X 1941 X 1446 X 1426 X 1612 X 2246 X 1604 X 1736 X 0642 X 1313 X 1523 X 1414 X +USW00021504201108PGTM 1034 W 1456 W 1451 W 2348 W 1300 W 1141 W 1459 W 1213 W 1329 W 1205 W 1117 W 1040 W 1300 W 1625 W 1315 W 2239 W 1516 W 1455 W 1436 W-9999 1940 W 1039 W 1434 W 1702 W 2245 W 1604 W 1736 W 0641 W 1311 W 1522 W 1416 W +USW00021504201108WDF2 50 X 80 X 80 X 80 Z 70 X 70 X 70 X 50 X 50 X 90 X 340 X 90 X 90 X 310 X 50 X 40 X 70 X 60 X 50 X 80 Z 340 X 40 X 60 X 50 X 250 X 10 X 50 X 120 X 70 X 90 X 60 X +USW00021504201108WDF5 50 X 100 X 90 X 80 Z 60 X 60 X 60 X 80 X 40 X 100 X 340 X 350 X 120 X 10 X 10 X 310 X 50 X 60 X 40 X-9999 330 X 350 X 40 X 50 X 240 X 10 X 50 X 130 X 80 X 80 X 60 X +USW00021504201108WSF2 89 X 80 X 58 X 58 Z 63 X 72 X 67 X 58 X 54 X 67 X 63 X 58 X 54 X 54 X 58 X 45 X 67 X 67 X 58 X 49 Z 58 X 54 X 54 X 45 X 45 X 67 X 67 X 72 X 63 X 63 X 45 X +USW00021504201108WSF5 112 X 103 X 76 X 80 Z 112 X 98 X 76 X 72 X 72 X 80 X 80 X 98 X 72 X 63 X 112 X 63 X 80 X 80 X 76 X-9999 72 X 98 X 72 X 63 X 58 X 76 X 76 X 89 X 76 X 76 X 58 X +USW00021504201108WT01 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 1 W +USW00021504201108WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 +USW00021504201108WT13 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X +USW00021504201108WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201109TMAX 272 X 289 X 267 X 283 X 289 X 289 X 289 X 294 X 294 X 289 X 289 X 289 X 294 X 300 X 278 X 289 X 294 X 283 X 300 X 294 X 283 X 283 X 278 X 289 X 294 X 294 X 294 X 278 X 294 X 278 X-9999 +USW00021504201109TMIN 211 X 211 X 200 X 189 X 189 X 200 X 194 X 206 X 200 X 189 X 194 X 200 X 194 X 200 X 211 X 211 X 206 X 211 X 206 X 211 X 211 X 206 X 200 X 200 X 189 X 183 X 200 X 222 X 217 X 211 X-9999 +USW00021504201109PRCP 46 X 0T X 208 X 0 X 18 X 0 X 0 X 3 X 36 X 3 X 18 X 10 X 0 X 33 X 391 X 38 X 3 X 15 X 25 X 18 X 84 X 36 X 10 X 3 X 0T X 0 X 48 X 25 X 25 X 36 X-9999 +USW00021504201109AWND 21 W 27 W 24 W 26 W 28 W 19 W 22 W 28 W 29 W 26 W 26 W 25 W 26 W 28 W 23 W 23 W 26 W 26 W 24 W 27 W 27 W 24 W 25 W 26 W 28 W 29 W 23 W 17 W 26 W 14 W-9999 +USW00021504201109FMTM 1125 X 1501 X 1149 X 1413 X 1317 X 1434 X 1344 X 1516 X 1409 X 1455 X 1336 X 1526 X 1225 X 1200 X 1450 X 2146 X 1632 X 1138 X 1202 X 1417 X 2144 X 2050 X 0828 X 0843 X 1138 X 1443 X 2139 X 0836 X 1127 X 1206 X-9999 +USW00021504201109PGTM 1124 W 1500 W 1148 W 1418 W 1123 W 1413 W 1017 W 1525 W 1306 W 1330 W 1214 W 1525 W 1250 W 1455 W 1448 W 2146 W 1323 W 1138 W 1403 W 1417 W 1833 W 1718 W 0831 W 1519 W 1135 W 1403 W 1316 W 1148 W 0009 W 1204 W-9999 +USW00021504201109WDF2 50 X 40 X 50 X 50 X 40 X 80 X 40 X 110 X 90 X 60 X 30 X 40 X 80 X 60 X 100 X 80 X 80 X 90 X 130 X 80 X 80 X 80 X 90 X 30 X 100 X 60 X 240 X 40 X 40 X 200 X-9999 +USW00021504201109WDF5 50 X 50 X 60 X 50 X 80 X 30 X 60 X 110 X 110 X 100 X 50 X 50 X 110 X 50 X 100 X 80 X 90 X 90 X 110 X 70 X 360 X 350 X 100 X 50 X 80 X 80 X 110 X 20 X 40 X 190 X-9999 +USW00021504201109WSF2 72 X 58 X 76 X 63 X 63 X 45 X 58 X 63 X 63 X 58 X 58 X 58 X 63 X 58 X 63 X 67 X 67 X 76 X 67 X 63 X 58 X 67 X 67 X 58 X 63 X 63 X 58 X 54 X 54 X 54 X-9999 +USW00021504201109WSF5 107 X 72 X 103 X 80 X 76 X 67 X 89 X 80 X 80 X 72 X 76 X 72 X 76 X 67 X 76 X 76 X 80 X 89 X 80 X 72 X 76 X 89 X 80 X 72 X 76 X 80 X 80 X 63 X 72 X 67 X-9999 +USW00021504201109WT01 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 X 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 +USW00021504201109WT13 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00021504201109WT16 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00021504201110TMAX 289 X 289 X 294 X 283 X 300 X 289 X 294 X 300 X 278 X 289 X 289 X 294 X 283 X 278 X 272 X 272 X 278 X 283 X 283 X 289 X 283 X 278 X 283 X 289 X 278 X 278 X 283 X 272 X 267 X 278 X 283 X +USW00021504201110TMIN 200 X 194 X 194 X 206 X 200 X 211 X 206 X 206 X 211 X 211 X 194 X 200 X 200 X 200 X 206 X 200 X 189 X 194 X 189 X 183 X 183 X 200 X 194 X 194 X 206 X 200 X 194 X 189 X 183 X 178 X 200 X +USW00021504201110PRCP 0T X 5 X 0T X 23 X 8 X 13 X 0T X 15 X 76 X 43 X 3 X 3 X 0T X 10 X 234 X 58 X 33 X 0T X 5 X 18 X 5 X 69 X 0T X 43 X 175 X 13 X 0T X 18 X 165 X 8 X 0T X +USW00021504201110AWND 25 W 29 W 26 W 22 W 27 W 23 W 22 W 25 W 27 W 27 W 23 W 23 W 25 W 29 W 26 W 23 W 22 W 23 W 28 W 24 W 30 W 26 W 32 W 29 W 24 W 27 W 25 W 21 W 23 W 22 W 23 W +USW00021504201110WDF2 110 X 110 Z 80 X 70 Z 60 X 90 X 80 X 80 X 40 X 70 Z 60 X 100 X 60 X 330 X 60 X 60 X 80 X 80 X 70 Z 130 X 110 X 110 X 120 X 100 X 110 X 110 X 90 X 50 X 110 X 60 X 80 X +USW00021504201110WDF5 110 X-9999 80 X 70 Z 60 X 90 X 70 X 80 X 40 X 70 X 40 X 110 X 60 X 340 X 80 X 70 X 90 X 100 X 70 Z 360 X 100 X 110 X 110 X 140 X 120 X 120 X 110 X 360 X 120 X 50 X 90 X +USW00021504201110WSF2 67 X 49 Z 63 X 45 Z 67 X 76 X 58 X 80 X 63 X 63 Z 80 X 67 X 63 X 72 X 76 X 63 X 63 X 63 X 45 Z 58 X 76 X 63 X 72 X 72 X 45 X 58 X 45 X 40 X 89 X 67 X 72 X +USW00021504201110WSF5 80 X-9999 72 X 45 Z 80 X 94 X 72 X 98 X 72 X 89 Z 98 X 89 X 76 X 80 X 98 X 76 X 72 X 89 X 45 Z 80 X 103 X 76 X 98 X 98 X 76 X 76 X 58 X 72 X 130 X 94 X 98 X +USW00021504201110WT13-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00021504201110WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201111TMAX 267 X 283 X 261 X 278 X 283 X 283 X 256 X 228 X 272 X 267 X 250 X 239 X 261 X 272 X 278 X 272 X 261 X 267 X 244 X 256 X 256 X 267 X 267 X 256 X 261 X 267 X 261 X 244 X 261 X 261 X-9999 +USW00021504201111TMIN 206 X 194 X 200 X 189 X 206 X 189 X 189 X 194 X 206 X 200 X 189 X 194 X 183 X 189 X 194 X 189 X 206 X 211 X 206 X 194 X 189 X 178 X 194 X 183 X 200 X 206 X 200 X 189 X 183 X 172 X-9999 +USW00021504201111PRCP 429 X 564 X 272 X 251 X 36 X 43 X 132 X 404 X 307 X 178 X 343 X 396 X 30 X 28 X 15 X 152 X 76 X 53 X 163 X 206 X 76 X 71 X 66 X 64 X 5 X 48 X 3 X 3 X 23 X 0 X-9999 +USW00021504201111AWND 17 W 23 W 21 W 23 W 31 W 26 W 25 W 19 W 29 W 23 W 31 W 30 W 21 W 22 W 27 W 25 W 21 W 13 W 21 W 20 W 16 W 26 W 24 W 21 W 24 W 38 W 47 W 34 W 30 W 28 W-9999 +USW00021504201111FMTM 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 0101 X 0016 X 1312 X-9999 +USW00021504201111PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2342 W 1424 W 1558 W-9999 +USW00021504201111WDF2 160 X 250 X 150 X 80 X 110 X 80 X 70 X 330 X 60 X 100 X 90 X 320 X 70 X 90 X 80 X 110 X 100 X 80 X 80 X 130 X 140 X 40 X 60 W 110 X 330 X 340 X 50 X 70 X 310 X 360 X-9999 +USW00021504201111WDF5 150 X 250 X 110 X 80 X 100 X 80 X 80 X 180 X 60 X 90 X 80 X 280 X 20 X 90 X 80 X 80 X 110 X 80 X 130 Z 130 X 160 X 40 X-9999 40 X 360 X 20 X 40 Z 350 X 20 X 20 X-9999 +USW00021504201111WSF2 54 X 72 X 63 X 80 X 89 X 72 X 63 X 67 X 94 X 58 X 89 X 63 X 45 X 58 X 58 X 54 X 58 X 67 X 58 X 67 X 45 X 58 X 49 W 58 X 45 X 89 X 76 X 89 X 67 X 54 X-9999 +USW00021504201111WSF5 80 X 94 X 89 X 107 X 112 X 89 X 72 X 94 X 125 X 89 X 112 X 116 X 98 X 76 X 67 X 67 X 63 X 76 X 76 Z 94 X 67 X 67 X-9999 94 X 58 X 112 X 107 Z 112 X 80 X 72 X-9999 +USW00021504201111WT01-9999 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 +USW00021504201111WT03-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201111WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201111WT13 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00021504201111WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504201112TMAX 272 X 272 X 256 X 256 X 256 X 256 X 250 X 222 X 256 X 244 X 233 X 244 X 267 X 244 X 244 X 250 X 256 X 261 X 256 X 244 X 250 X 261 X 239 X 239 X 267 X 261 X 250 X 256 X 256 X 261 X 256 X +USW00021504201112TMIN 167 X 200 X 211 X 194 X 194 X 183 X 189 X 178 X 189 X 183 X 194 X 200 X 200 X 200 X 194 X 183 X 172 X 178 X 189 X 194 X 194 X 189 X 183 X 167 X 194 X 183 X 183 X 183 X 183 X 167 X 194 X +USW00021504201112PRCP 0 X 109 X 18 X 30 X 74 X 23 X 122 X 71 X 51 X 457 X 734 X 38 X 191 X 340 X 246 X 38 X 61 X 282 X 559 X 368 X 234 X 178 X 338 X 175 X 71 X 76 X 56 X 193 X 0T X 0 X 13 X +USW00021504201112AWND 26 W 24 W 16 W 16 W 22 W 17 W 22 W 24 W 26 W 32 W 36 W 14 W 16 W 16 W 15 W 24 W 29 W 23 W 36 W 24 W 23 W 33 W 31 W 30 W 22 W 27 W 19 W 24 W 22 W 24 W 29 W +USW00021504201112WDF2 10 X 150 X 70 X 240 X 70 X 60 X 80 X 280 X 40 W 70 X 80 X 260 X 60 X 120 X 230 X 20 X 320 X 70 X 70 X 60 X 80 X 70 X 40 X 90 X 100 X 40 X 90 X 80 X 90 X 110 X 30 X +USW00021504201112WDF5 50 X 160 X 70 X 230 X 60 X 80 X 80 X 50 X 20 Z 70 X 60 X-9999 60 X 100 X 130 X 10 X 360 X 90 X 80 X 60 X 80 X 80 X 60 X 70 X 100 X 30 X 90 X 80 X 90 X 100 X 30 X +USW00021504201112WSF2 45 X 63 X 63 X 40 X 54 X 67 X 76 X 54 X 94 W 112 X 98 X 49 Z 67 X 63 X 40 X 58 X 67 X 63 X 76 X 72 X 80 X 76 X 72 X 80 X 63 X 72 X 54 X 72 X 63 X 72 X 72 X +USW00021504201112WSF5 63 X 89 X 67 X 58 X 67 X 80 X 80 X 63 X 130 Z 161 X 139 X-9999 80 X 89 X 63 X 67 X 80 X 76 X 103 X 103 X 103 X 107 X 98 X 103 X 89 X 107 X 63 X 80 X 76 X 89 X 89 X +USW00021504201112WT01-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 +USW00021504201112WT13-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00021504201112WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00021504201201TMAX 261 X 278 X 250 X 267 X 261 X 261 X 267 X 267 X 267 X 261 X 256 X 261 X 283 X 267 X 283 X 278 X 294 X 278 X 272 X 278 X 272 X 267 X 267 X 267 X 267 X 283 X 267 X 278 X 267 X 244 X 267 X +USW00021504201201TMIN 178 X 183 X 206 X 183 X 161 X 161 X 172 X 178 X 167 X 167 X 178 X 183 X 161 X 178 X 194 X 172 X 183 X 172 X 167 X 172 X 172 X 172 X 178 X 194 X 194 X 189 X 172 X 161 X 172 X 167 X 183 X +USW00021504201201PRCP 18 X 18 X 94 X 0 Z 0 X 0T X 15 X 5 X 5 X 38 X 201 X 10 X 0T X 0 X 0T X 0T X 0 X 0 X 0T X 0 X 0T X 0T X 0T X 38 X 0T X 0T X 0T X 3 X 8 X 56 X 18 X +USW00021504201201AWND 21 W 30 W 9 W 25 W 28 W 27 W 21 W 26 W 21 W 23 W 21 W 23 W 24 W 25 W 35 W 31 W 40 W 26 W 28 W 34 W 26 W 33 W 32 W 38 W 32 W 31 W 23 W 23 W 22 W 26 W 27 W +USW00021504201201WDF2 40 X 130 X 330 X 80 X 50 X 70 X 60 X 80 X 60 X 100 X 260 X 110 X 350 X 90 X 130 X 150 X 140 X 110 X 130 X 120 X 70 X 120 X 130 X 130 X 130 X 120 X 90 X 50 X 80 X 80 X 80 X +USW00021504201201WDF5 70 X 120 X 340 X 90 X 80 X 90 X 50 X 80 X 110 X 10 X 150 X 130 X 350 X 90 X 130 X 170 X 130 X 110 X 100 X 110 X 60 X 110 X 120 X 110 X 130 X 140 X 90 X 70 X 10 X 80 X 80 X +USW00021504201201WSF2 58 X 89 X 58 X 58 X 58 X 58 X 58 X 58 X 58 X 45 X 54 X 67 X 72 X 54 X 67 X 76 X 89 X 76 X 72 X 72 X 54 X 80 X 80 X 94 X 89 X 89 X 58 X 63 X 63 X 76 X 72 X +USW00021504201201WSF5 67 X 103 X 67 X 67 X 76 X 67 X 72 X 72 X 67 X 63 X 67 X 89 X 94 X 67 X 112 X 98 X 112 X 103 X 89 X 89 X 67 X 107 X 112 X 116 X 112 X 112 X 76 X 76 X 76 X 89 X 89 X +USW00021504201201WT01 1 X-9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W +USW00021504201201WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201201WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201201WT08-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201201WT13 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00021504201201WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201201WT16 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201202TMAX 261 X 272 X 261 X 272 X 283 X 267 X 272 X 261 X 261 X 261 X 256 X 267 X 272 X 278 X 272 X 267 X 239 X 250 X 244 X 261 X 233 X 244 X 272 X 261 X 261 X 239 X 250 X 261 X 244 X-9999 -9999 +USW00021504201202TMIN 183 X 183 X 178 X 161 X 161 X 161 X 167 X 183 X 172 X 167 X 178 X 189 X 194 X 183 X 178 X 178 X 183 X 183 X 178 X 172 X 172 X 189 X 178 X 167 X 194 X 189 X 178 X 189 X 183 X-9999 -9999 +USW00021504201202PRCP 3 X 13 X 41 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 48 X 109 X 13 X 3 X 0T X 10 X 160 X 145 X 478 X 20 X 643 X 376 X 109 X 13 X 224 X 241 X 91 X 307 X 381 X-9999 -9999 +USW00021504201202AWND 23 W 25 W 32 W 26 W 26 W 32 W 25 W 52 W 26 W 24 W 26 W 24 W 22 W 34 W 31 W 22 W 25 W 22 W 30 W 28 W 20 W 21 W 27 W 27 W 27 W 24 W 33 W 25 W 33 W-9999 -9999 +USW00021504201202WDF2 50 X 120 X 110 X 40 X 60 X 340 X 10 X 360 X 50 X 80 X 110 X 120 X 110 X 110 X 120 X 110 X 80 X 140 X 70 X 100 X 110 X 70 X 90 X 130 X 120 X 270 X 100 X 140 X 120 X-9999 -9999 +USW00021504201202WDF5 50 X 100 X 100 X 340 X 70 X 340 X 20 X 350 X 20 X 70 X 90 X 110 X 120 X 120 X 120 X 110 X 90 X 70 X 220 X 80 X 120 X 90 X 80 X 130 X 110 X 260 X 100 X 130 X 120 X-9999 -9999 +USW00021504201202WSF2 67 X 94 X 76 X 54 X 58 X 89 X 63 X 125 X 58 X 72 X 63 X 76 X 67 X 89 X 94 X 80 X 80 X 58 X 89 X 63 X 72 X 76 X 63 X 67 X 76 X 63 X 63 X 72 X 80 X-9999 -9999 +USW00021504201202WSF5 89 X 107 X 98 X 67 X 89 X 103 X 80 X 156 X 80 X 89 X 76 X 98 X 89 X 107 X 112 X 98 X 103 X 76 X 134 X 76 X 94 X 98 X 80 X 94 X 98 X 76 X 89 X 98 X 103 X-9999 -9999 +USW00021504201202WT01-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 +USW00021504201202WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201202WT13-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504201202WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504201203TMAX 261 X 244 X 222 X 261 X 250 X 267 X 278 X 267 X 283 X 250 X 267 X 256 X 261 X 267 X 256 X 267 X 267 X 244 X 267 X 272 X 267 X 261 X 244 X 239 X 244 X 217 X 244 X 261 X 267 X 261 X 256 X +USW00021504201203TMIN 178 X 183 X 189 X 183 X 183 X 167 X 189 X 194 X 194 X 189 X 178 X 178 X 189 X 183 X 167 X 167 X 178 X 189 X 183 X 189 X 178 X 183 X 172 X 178 X 183 X 172 X 156 X 167 X 156 X 172 X 167 X +USW00021504201203PRCP 18 X 102 X 1234 X 0T X 56 X 3 X 0T X 81 X 13 X 81 X 33 X 48 X 0T X 0T X 23 X 20 X 20 X 117 X 188 X 28 X 66 X 213 X 257 X 937 X 76 X 155 X 76 X 13 X 3 X 3 X 107 X +USW00021504201203AWND 33 W 30 W 13 W 25 W 25 W 18 W 16 W 25 W 28 W 21 W 20 W 31 W 32 W 23 W 22 W 32 W 27 W 23 W 32 W 29 W 21 W 34 W 26 W 29 W 32 W 26 W 24 W 26 W 29 W 30 W 26 W +USW00021504201203WDF2 110 X 100 X 50 X 110 X 130 X 140 X 30 X 70 X 120 X 120 X 70 X 70 X 50 X 50 X 50 X 100 X 100 X 140 X 130 X 120 X 80 X 60 X 80 X 90 X 70 X 10 X 350 X 50 X 50 X 60 X 100 X +USW00021504201203WDF5 110 X 100 X 110 X 110 X 120 X 140 X 80 X 60 X 110 X 120 X 40 X 30 X 50 X 50 X 70 X 80 X 100 X 150 X 90 X 110 X 80 X 60 X 110 X 90 X 60 X 310 X 40 X 50 X 70 X 70 X 100 X +USW00021504201203WSF2 72 X 72 X 45 X 67 X 67 X 67 X 58 X 63 X 89 X 67 X 54 X 76 X 76 X 58 X 58 X 67 X 72 X 76 X 89 X 76 X 89 X 89 X 67 X 98 X 80 X 58 X 58 X 58 X 63 X 67 X 63 X +USW00021504201203WSF5 89 X 94 X 58 X 80 X 80 X 89 X 76 X 72 X 107 X 76 X 76 X 107 X 98 X 72 X 72 X 94 X 116 X 98 X 103 X 103 X 116 X 107 X 94 X 130 X 98 X 67 X 76 X 89 X 80 X 89 X 80 X +USW00021504201203WT01 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00021504201203WT03-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201203WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201203WT13-9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00021504201203WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201204TMAX 250 X 283 X 261 X 250 X 261 X 256 X 256 X 267 X 244 X 211 X 261 X 267 X 272 X 272 X 244 X 267 X 267 X 256 X 256 X 261 X 261 X 261 X 244 X 261 X 250 X 267 X 272 X 272 X 256 X 267 X-9999 +USW00021504201204TMIN 194 X 183 X 189 X 178 X 183 X 178 X 189 X 183 X 183 X 178 X 178 X 178 X 189 X 200 X 189 X 178 X 194 X 178 X 183 X 183 X 189 X 183 X 172 X 183 X 183 X 183 X 194 X 183 X 189 X 194 X-9999 +USW00021504201204PRCP 94 X 0T X 25 X 89 X 23 X 99 X 91 X 137 X 8 X 198 X 3 X 0T X 15 X 3 X 10 X 0T X 28 X 46 X 36 X 86 X 79 X 5 X 152 X 38 X 41 X 30 X 91 X 13 X 124 X 119 X-9999 +USW00021504201204AWND 24 W 22 W 25 W 26 W 15 W 25 W 26 W 36 W 43 W 28 W 26 W 31 W 27 W 25 W 21 W 29 W 25 W 24 W 32 W 21 W 31 W 26 W 29 W 32 W 22 W 32 W 30 W 26 W 22 W 31 W-9999 +USW00021504201204WDF2 130 X 60 X 90 X 130 X 110 X 80 X 50 X 70 X 70 X 260 X 90 X 130 X 130 X 90 X 230 X 70 X 80 X 100 X 70 X 50 X 60 X 340 X 60 X 80 X 100 X 130 X 120 X 130 X 110 X 90 X-9999 +USW00021504201204WDF5 120 X 50 X 100 X 120 X 70 X 80 X 60 X 60 X 80 X 260 X 80 X 120 X 100 X 100 X 100 X 70 X 80 X 80 X 80 X 50 X 30 X 340 X 50 X 70 X 100 X 130 X 110 X 110 X 110 X 90 X-9999 +USW00021504201204WSF2 63 X 67 X 58 X 67 X 54 X 80 X 67 X 67 X 76 X 63 X 89 X 89 X 76 X 67 X 54 X 72 X 94 X 63 X 80 X 67 X 76 X 63 X 67 X 72 X 72 X 80 X 98 X 67 X 80 X 72 X-9999 +USW00021504201204WSF5 76 X 80 X 89 X 89 X 67 X 94 X 89 X 94 X 98 X 80 X 112 X 116 X 98 X 94 X 63 X 80 X 107 X 76 X 98 X 89 X 98 X 80 X 89 X 98 X 94 X 103 X 116 X 94 X 98 X 107 X-9999 +USW00021504201204WT01 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 +USW00021504201204WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201204WT13 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504201204WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504201205TMAX 267 X 267 X 250 X 261 X 267 X 272 X 272 X 272 X 250 X 267 X 250 X 261 X 261 X 272 X 278 X 283 X 278 X 278 X 278 X 278 X 278 X 283 X 256 X 278 X 283 X 278 X 272 X 272 X 272 X 272 X 267 X +USW00021504201205TMIN 183 X 172 X 183 X 183 X 189 X 178 X 200 X 189 X 183 X 183 X 172 X 183 X 172 X 167 X 172 X 189 X 183 X 200 X 194 X 200 X 189 X 206 X 194 X 206 X 217 X 189 X 200 X 206 X 189 X 189 X 189 X +USW00021504201205PRCP 46 X 41 X 53 X 168 X 38 X 66 X 79 X 137 X 86 X 74 X 160 X 5 X 0T X 0 X 0 X 0 X 18 X 36 X 20 X 20 X 0 X 5 X 178 X 23 X 5 X 64 X 165 X 5 X 3 X 8 X 165 X +USW00021504201205AWND 28 W 26 W 23 W 27 W 29 W 26 W 28 W 30 W 25 W 26 W 22 W 26 W 21 W 25 W 26 W 31 W 30 W 23 W 27 W 28 W 30 W 35 W 23 W 28 W 22 W 26 W 35 W 24 W 30 W 26 W 30 W +USW00021504201205WDF2 70 X 60 X 70 X 70 X 90 X 50 X 90 X 90 X 50 X 50 X 270 X 90 X 50 X 80 X 70 X 70 X 90 X 70 X 50 X 120 X 130 X 80 X 110 X 90 X 90 X 60 X 70 X 80 X 80 X 80 X 60 X +USW00021504201205WDF5 90 X 70 X 70 X 80 X 80 X 80 X 80 X 90 X 40 X 50 X 350 X 90 X 40 X 70 X 90 X 80 X 100 X 60 X 90 X 130 X 120 X 80 X 90 X 90 X 70 X 50 X 80 X 80 X 80 X 70 X 70 X +USW00021504201205WSF2 80 X 63 X 67 X 67 X 72 X 67 X 72 X 72 X 72 X 63 X 54 X 72 X 54 X 58 X 63 X 63 X 76 X 67 X 63 X 76 X 72 X 80 X 76 X 80 X 58 X 72 X 76 X 89 X 67 X 72 X 72 X +USW00021504201205WSF5 103 X 80 X 76 X 76 X 94 X 76 X 94 X 89 X 89 X 76 X 67 X 89 X 72 X 76 X 76 X 89 X 98 X 98 X 80 X 94 X 94 X 98 X 103 X 103 X 80 X 98 X 98 X 103 X 89 X 89 X 94 X +USW00021504201205WT01 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W +USW00021504201205WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X +USW00021504201205WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201206TMAX 261 X 272 X 278 X 261 X 267 X 278 X 289 X 272 X 272 X 272 X 278 X 283 X 283 X 278 X 272 X 267 X 283 X 283 X 267 X 250 X 272 X 272 X 267 X 278 X 272 X 267 X 261 X 261 X 272 X 283 X-9999 +USW00021504201206TMIN 194 X 200 X 200 X 189 X 206 X 194 X 183 X 211 X 194 X 200 X 194 X 189 X 206 X 189 X 189 X 194 X 183 X 183 X 211 X 211 X 206 X 206 X 206 X 206 X 194 X 200 X 206 X 200 X 200 X 200 X-9999 +USW00021504201206PRCP 107 X 89 X 46 X 0T X 10 X 5 X 86 X 43 X 53 X 20 X 3 X 5 X 13 X 5 X 0T X 20 X 0T X 0T X 69 X 206 X 94 X 53 X 99 X 46 X 30 X 66 X 58 X 335 X 43 X 10 X-9999 +USW00021504201206AWND 22 W 34 W 34 W 23 W 19 W 21 W 27 W 23 W 28 W 28 W 25 W 31 W 27 W 32 W 26 W 20 W 26 W 39 W 25 W 22 W 25 W 23 W 26 W 26 W 30 W 36 W 34 W 26 W 27 W 23 W-9999 +USW00021504201206WDF2 30 X 340 X 30 X 80 X 90 X 80 X 90 X 100 X 80 X 70 X 50 X 100 X 100 X 130 X 80 X 80 X 70 X 340 X 80 X 110 X 70 X 60 X 70 X 80 X 80 X 70 X 70 X 100 X 330 X 50 X-9999 +USW00021504201206WDF5 30 X 330 X 30 X 70 X 100 X 80 X 100 X 90 X 70 X 70 X 60 X 100 X 120 X 110 X 80 X 70 X 60 X 20 X 80 X 110 X 90 X 60 X 80 X 80 X 70 X 60 X 70 X 110 X 330 X 50 X-9999 +USW00021504201206WSF2 80 X 76 X 72 X 63 X 58 X 80 X 63 X 76 X 72 X 67 X 58 X 80 X 72 X 76 X 63 X 72 X 63 X 72 X 67 X 76 X 54 X 63 X 94 X 67 X 72 X 76 X 80 X 72 X 67 X 58 X-9999 +USW00021504201206WSF5 125 X 89 X 94 X 80 X 67 X 98 X 94 X 94 X 103 X 80 X 72 X 107 X 103 X 107 X 76 X 89 X 80 X 98 X 80 X 98 X 72 X 76 X 107 X 89 X 94 X 103 X 103 X 103 X 80 X 76 X-9999 +USW00021504201206WT01-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00021504201206WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 +USW00021504201206WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00021504201206WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504201207TMAX 278 X 278 X 272 X 283 X 272 X 278 X 261 X 272 X 272 X 267 X 278 X 283 X 272 X 283 X 272 X 267 X 283 X 267 X 278 X 283 X 283 X 278 X 289 X 272 X 278 X 267 X 267 X 283 X 283 X 244 X 267 X +USW00021504201207TMIN 183 X 183 X 200 X 189 X 211 X 211 X 200 X 194 X 200 X 183 X 183 X 183 X 211 X 206 X 200 X 206 X 217 X 222 X 194 X 178 X 183 X 183 X 206 X 200 X 194 X 178 X 194 X 194 X 194 X 206 X 217 X +USW00021504201207PRCP 3 X 94 X 140 X 81 X 86 X 15 X 119 X 41 X 61 X 89 X 0 X 36 X 127 X 5 X 56 X 25 X 46 X 150 X 0 X 0 X 8 X 33 X 33 X 84 X 89 X 23 X 132 X 15 X 140 X 254 X 64 X +USW00021504201207AWND 23 W 31 W 25 W 22 W 18 W 21 W 18 W 31 W 26 W 23 W 22 W 29 W 18 W 27 W 27 W 22 W 21 W 26 W 26 W 30 W 31 W 30 W 19 W 27 W 27 W 23 W 19 W 26 W 24 W 20 W 22 W +USW00021504201207FMTM 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 1309 X +USW00021504201207PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1308 W +USW00021504201207WDF2 80 X 80 X 80 X 80 X 100 X 110 X 40 X 60 X 30 X 80 X 30 X 70 X 80 X 50 X 60 X 80 X 80 X 60 X 30 X 80 X 90 X 110 X 70 X 60 X 60 X 40 X 250 X 50 X 90 X 60 X 90 X +USW00021504201207WDF5 100 X 100 X 30 X 90 X 120 X 100 X-9999 40 X 30 X 80 X 80 X 40 X 100 X 50 X 50 X 70 X 90 X 50 X 30 X 90 X 80 X 120 X 80 X 70 X 360 X 40 X 260 X 50 X 80 X 80 X 80 X +USW00021504201207WSF2 58 X 72 X 67 X 72 X 67 X 58 X 54 X 67 X 72 X 94 X 58 X 58 X 54 X 63 X 72 X 76 X 76 X 63 X 63 X 58 X 72 X 76 X 58 X 67 X 58 X 58 X 58 X 63 X 72 X 45 X 67 X +USW00021504201207WSF5 76 X 94 X 80 X 80 X 80 X 76 X-9999 94 X 89 X 130 X 72 X 67 X 63 X 76 X 89 X 94 X 94 X 76 X 76 X 89 X 89 X 98 X 80 X 94 X 89 X 67 X 63 X 72 X 94 X 67 X 80 X +USW00021504201207WT01 1 W 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W +USW00021504201207WT13-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201207WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201208TMAX 283 X 283 X 283 X 283 X 289 X 272 X 283 X 278 X 283 X 283 X 283 X 289 X 283 X 289 X 278 X 278 X 294 X 283 X 289 X 283 X 283 X 289 X 289 X 294 X 289 X 283 X 283 X 283 X 261 X 272 X 283 X +USW00021504201208TMIN 217 X 211 X 194 X 211 X 206 X 206 X 200 X 211 X 206 X 206 X 200 X 211 X 217 X 211 X 211 X 200 X 211 X 200 X 200 X 211 X 206 X 200 X 200 X 194 X 194 X 200 X 194 X 194 X 206 X 200 X 206 X +USW00021504201208PRCP 0T X 8 X 0T X 33 X 61 X 109 X 3 X 8 X 61 X 8 X 74 X 18 X 58 X 33 X 30 X 79 X 0T X 28 X 124 X 373 X 127 X 46 X 5 X 5 X 0T X 135 X 28 X 91 X 132 X 28 X 20 X +USW00021504201208AWND 21 X 23 X 24 X 21 X 21 X 25 X 25 X 20 X 16 X 28 X 27 X 19 X 23 X 33 X 26 X 29 X 29 X 30 X 26 X 21 X 25 X 25 X 28 X 29 X 35 X 30 X 27 X 24 X 20 X 30 X 25 X +USW00021504201208WDF2 60 X 90 X 70 X 130 X 50 X 80 X 100 X 90 X 10 X 10 X 70 X 80 X 40 X 30 X 70 X 50 X 70 X 50 X 80 X 110 X 40 X 60 X 130 X 80 X 10 X 30 X 20 X 60 X 90 X 90 X 50 X +USW00021504201208WDF5 40 X 80 X 90 X 120 X 40 X 80 X 100 X 90 X 30 X 10 X 70 X 100 X 50 X 50 X 80 X 40 X 40 X 50 X 90 X 100 X 80 X 80 X 110 X 90 X 10 X 30 X 20 X 60 X 90 X 80 X 30 X +USW00021504201208WSF2 58 X 67 X 63 X 72 X 54 X 45 X 76 X 63 X 54 X 72 X 67 X 67 X 67 X 67 X 72 X 72 X 58 X 67 X 72 X 67 X 58 X 63 X 76 X 67 X 72 X 58 X 58 X 80 X 63 X 63 X 63 X +USW00021504201208WSF5 67 X 89 X 80 X 94 X 63 X 67 X 98 X 72 X 89 X 94 X 76 X 89 X 80 X 80 X 94 X 89 X 80 X 103 X 94 X 80 X 72 X 80 X 98 X 80 X 89 X 72 X 72 X 94 X 72 X 76 X 80 X +USW00021504201208WT01-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W +USW00021504201208WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201208WT13-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201208WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201209TMAX 283 X 272 X 289 X 283 X 267 X 283 X 289 X 289 X 272 X 278 X 289 X 283 X 272 X 283 X 289 X 283 X 272 X 283 X 283 X 294 X 289 X 289 X 294 X 294 X 278 X 294 X 283 X 289 X 294 X 267 X-9999 +USW00021504201209TMIN 200 X 200 X 194 X 200 X 194 X 194 X 189 X 211 X 200 X 194 X 200 X 189 X 194 X 200 X 200 X 194 X 183 X 183 X 189 X 189 X 194 X 206 X 206 X 206 X 206 X 206 X 206 X 206 X 211 X 206 X-9999 +USW00021504201209PRCP 61 X 53 X 64 X 5 X 69 X 10 X 0T X 30 X 160 X 56 X 28 X 18 X 38 X 0T X 20 X 38 X 79 X 5 X 0T X 0 X 18 X 8 X 107 X 51 X 46 X 69 X 165 X 23 X 13 X 8 X-9999 +USW00021504201209AWND 26 X 23 X 26 X 23 X 24 X 25 X 32 X 23 X 19 X 28 X 21 X 23 X 22 X 22 X 28 X 28 X 26 X 30 X 23 X 25 X 24 X 26 X 26 X 26 X 20 X 26 X 25 X 26 X 27 X 25 X-9999 +USW00021504201209WDF2 140 X 90 X 90 X 90 X 90 X 80 X 120 X 90 X 70 X 70 X 290 X 80 X 90 X 70 X 90 X 270 X 60 X 90 X 240 X 120 X 70 X 30 X 60 X 100 X 120 X 80 X 330 X 70 X 100 X 90 X-9999 +USW00021504201209WDF5 70 X 80 X 80 X 100 X 80 X 80 X 100 X 80 X 80 X 80 X 290 X 80 X 80 X 80 X 80 X 80 X 50 X 80 X 30 X 110 X 80 X 40 X 50 X 100 X 110 X 50 X 40 X 80 X 110 X 90 X-9999 +USW00021504201209WSF2 67 X 89 X 72 X 58 X 63 X 76 X 72 X 67 X 72 X 98 X 54 X 89 X 76 X 63 X 76 X 72 X 67 X 72 X 45 X 89 X 58 X 58 X 76 X 67 X 76 X 67 X 54 X 89 X 63 X 54 X-9999 +USW00021504201209WSF5 76 X 107 X 80 X 80 X 76 X 94 X 94 X 80 X 89 X 107 X 72 X 103 X 98 X 89 X 103 X 80 X 72 X 94 X 72 X 112 X 76 X 67 X 103 X 80 X 107 X 80 X 72 X 103 X 80 X 63 X-9999 +USW00021504201209WT01 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 +USW00021504201209WT13 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00021504201209WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504201210TMAX 278 X 267 X 283 X 267 X 283 X 289 X 300 X 300 X 300 X 300 X 283 X 294 X 289 X 289 X 283 X 283 X 261 X 283 X 278 X 289 X 278 X 283 X 250 X 272 X 289 X 300 X 283 X 283 X 283 X 283 X 283 X +USW00021504201210TMIN 194 X 211 X 206 X 211 X 211 X 194 X 194 X 183 X 189 X 206 X 206 X 189 X 194 X 189 X 211 X 189 X 200 X 178 X 189 X 189 X 172 X 189 X 211 X 211 X 189 X 189 X 206 X 194 X 183 X 183 X 183 X +USW00021504201210PRCP 86 X 58 X 33 X 30 X 0T X 0 X 0 X 0 X 5 X 5 X 33 X 5 X 0T X 43 X 46 X 5 X 145 X 8 X 13 X 66 X 0T X 15 X 28 X 8 X 0T X 43 X 30 X 0T X 28 X 5 X 0T X +USW00021504201210AWND 28 X 21 X 23 X 18 X 18 X 25 X 19 X 34 X 25 X 25 X 22 X 26 X 27 X 25 X 25 X 29 X 22 X 27 X 18 X 20 X 26 X 27 X 23 X 17 X 31 X 30 X 27 X 23 X 26 X 23 X 24 X +USW00021504201210WDF2 130 X 250 X 80 X 340 X 80 X 130 X 130 X 130 X 120 X 130 X 30 X 80 X 90 X 70 X 70 X 110 X 280 X 120 X 90 X 70 X 80 X 90 X 190 X 140 X 120 X 90 X 50 X 30 X 270 X 70 X 60 X +USW00021504201210WDF5 140 X 30 X 100 X 340 X 80 X 120 X 100 X 130 X 120 X 120 X 80 X 100 X 40 X 60 X 90 X 110 X 290 X 130 X 50 X 80 X 100 X 100 X 180 X 110 X 130 X 100 X 50 X 30 X 10 X 50 X 80 X +USW00021504201210WSF2 67 X 45 X 67 X 36 X 67 X 63 X 58 X 94 X 80 X 72 X 58 X 58 X 58 X 72 X 72 X 63 X 40 X 63 X 63 X 76 X 67 X 63 X 45 X 58 X 76 X 63 X 58 X 58 X 58 X 63 X 63 X +USW00021504201210WSF5 80 X 63 X 80 X 45 X 80 X 89 X 107 X 107 X 103 X 89 X 67 X 72 X 67 X 80 X 80 X 76 X 54 X 72 X 80 X 98 X 89 X 80 X 63 X 76 X 98 X 76 X 67 X 72 X 76 X 72 X 76 X +USW00021504201210WT01 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 +USW00021504201210WT13 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 +USW00021504201210WT16 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201211TMAX 283 X 289 X 289 X 289 X 289 X 283 X 289 X 283 X 272 X 278 X 278 X 278 X 272 X 272 X 256 X 244 X 267 X 272 X 272 X 228 X 261 X 272 X 272 X 272 X 267 X 250 X 256 X 267 X 267 X 272 X-9999 +USW00021504201211TMIN 183 X 189 X 194 X 206 X 194 X 206 X 183 X 189 X 194 X 183 X 178 X 172 X 183 X 189 X 194 X 183 X 194 X 194 X 200 X 194 X 206 X 206 X 189 X 178 X 178 X 178 X 189 X 161 X 172 X 172 X-9999 +USW00021504201211PRCP 0 X 0 X 0T X 5 X 155 X 51 X 3 X 104 X 157 X 10 X 38 X 25 X 56 X 132 X 84 X 58 X 3 X 3 X 33 X 112 X 3 X 170 X 0T X 0T X 13 X 8 X 180 X 0 X 0 X 0 X-9999 +USW00021504201211AWND 30 X 32 X 26 X 27 X 25 X 18 X 26 X 27 X 28 X 27 X 25 X 26 X 28 X 27 X 27 X 24 X 28 X 21 X 27 X 20 X 19 X 15 X 16 X 25 X 37 X 35 X 30 X 24 X 25 X 24 X-9999 +USW00021504201211WDF2 110 X 100 X 100 X 80 X 60 X 60 X 90 X 60 X 10 X 20 X 270 X 360 X 350 X 50 X 70 X 60 X 100 X 100 X 250 X 250 X 100 X 120 X 140 X 60 X 340 X 330 X 310 X 100 X 100 X 100 X-9999 +USW00021504201211WDF5 110 X 140 X 110 X 90 X 50 X 70 X 80 X 60 X 10 X 30 X 270 X 10 X 350 X 50 X 90 X 40 X 120 X 90 X 250 X 260 X 110 X 120 X 150 X 40 X 320 X 20 X 310 X 90 X 110 X 110 X-9999 +USW00021504201211WSF2 63 X 76 X 76 X 63 X 63 X 58 X 63 X 72 X 72 X 63 X 58 X 67 X 63 X 72 X 67 X 67 X 72 X 80 X 76 X 40 X 40 X 58 X 67 X 54 X 76 X 67 X 67 X 63 X 58 X 58 X-9999 +USW00021504201211WSF5 76 X 94 X 89 X 103 X 76 X 67 X 80 X 80 X 98 X 80 X 67 X 94 X 76 X 98 X 89 X 89 X 94 X 116 X 89 X 45 X 54 X 67 X 80 X 72 X 103 X 94 X 94 X 89 X 72 X 72 X-9999 +USW00021504201211WT01-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 +USW00021504201211WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00021504201211WT16-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00021504201212TMAX 278 X 267 X 294 X 294 X 278 X 283 X 278 X 278 X 250 X 267 X 261 X 250 X 256 X 267 X 267 X 256 X 267 X 272 X 250 X 250 X 244 X 256 X 261 X 244 X 244 X 256 X 244 X 250 X 261 X 256 X 272 X +USW00021504201212TMIN 178 X 211 X 189 X 194 X 194 X 200 X 183 X 189 X 194 X 194 X 183 X 189 X 183 X 189 X 172 X 194 X 189 X 178 X 172 X 200 X 183 X 178 X 183 X 194 X 194 X 178 X 183 X 183 X 172 X 200 X 189 X +USW00021504201212PRCP 0T X 0T X 0T X 0 X 0 X 0 X 0T X 74 X 30 X 46 X 28 X 38 X 61 X 140 Z 104 X 196 X 168 X 51 X 338 X 114 X 107 X 56 X 5 X 665 X 439 X 25 X 41 X 147 X 8 X 147 X 30 X +USW00021504201212AWND 25 X 18 X 25 X 30 X 21 X 34 X 25 X 27 X 17 X 30 X 27 X 27 X 22 X 30 X 30 X 23 X 26 X 30 X 27 X 39 X 23 X 27 X 36 X 30 X 30 X 25 X 26 X 24 X 31 X 31 X 28 X +USW00021504201212WDF2 120 X 360 X 340 X 110 X 130 X 120 X 30 X 90 X 90 X 90 X 70 X 100 X 50 X 90 X 80 X 40 X 240 X 90 X 80 X 80 X 40 X 250 X 130 X 140 X 250 X 90 X 100 X 260 X 130 X 110 X 110 X +USW00021504201212WDF5 110 X 360 X 340 X 120 X 100 X 110 X 60 X 90 X 90 X 100 X 50 X 100 X 50 X 90 X 80 X 40 X 120 X 90 X 70 X 80 X 50 X 120 X 110 X 130 X 250 X 90 X 110 X 250 X 130 X 120 X 120 X +USW00021504201212WSF2 67 X 67 X 80 X 89 X 58 X 76 X 54 X 67 X 63 X 94 X 58 X 76 X 63 X 76 X 72 X 58 X 58 X 76 X 80 X 103 X 80 X 67 X 76 X 94 X 67 X 67 X 63 X 54 X 63 X 80 X 72 X +USW00021504201212WSF5 89 X 80 X 98 X 103 X 80 X 98 X 63 X 80 X 76 X 112 X 72 X 94 X 85 X 94 X 80 X 80 X 89 X 94 X 98 X 130 X 103 X 76 X 98 X 121 X 85 X 89 X 76 X 63 X 80 X 98 X 98 X +USW00021504201212WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 +USW00021504201212WT08-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00021504201212WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00021504201212WT16 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201301TMAX 267 X 267 X 267 X 250 X 244 X 239 X 256 X 256 X 239 X 267 X 256 X 272 X 267 X 289 X 256 X 244 X 256 X 261 X 250 X 256 X 256 X 261 X 239 X 261 X 267 X 261 X 272 X 289 X 267 X 256 X 267 X +USW00021504201301TMIN 172 X 167 X 178 X 189 X 183 X 178 X 178 X 167 X 189 X 178 X 172 X 178 X 194 X 183 X 183 X 178 X 183 X 167 X 156 X 167 X 167 X 144 X 167 X 189 X 189 X 178 X 172 X 150 X 194 X 194 X 194 X +USW00021504201301PRCP 0 X 0T X 0T X 211 X 310 X 386 X 127 X 226 X 371 X 206 X 25 X 0T X 61 X 0 X 23 X 0T X 0T X 0 X 0T X 0 X 0 Z 5 X 20 X 81 X 23 X 0T X 8 X 0T X 20 X 8 X 18 X +USW00021504201301AWND 25 X 18 X 21 X 26 X 21 X 25 X 27 X 28 X 27 X 24 X 30 X 34 X 33 X 32 X 17 X 22 X 19 X 38 X 61 X 63 X 43 X 34 X 30 X 32 X 36 X 34 X 38 X 33 X 34 X 17 X 21 X +USW00021504201301WDF2 60 X 60 X 60 X 50 X 80 X 120 X 50 X 70 X 90 X 90 X 20 X 120 X 110 X 130 X 20 X 340 X 320 X 340 X 350 X 360 X 30 X 40 X 100 X 110 X 120 X 130 X 150 X 140 X 340 X 100 X 340 X +USW00021504201301WDF5 50 X 150 X 60 X 60 X 80 X 120 X 60 X 70 X 70 X 90 X 20 X 130 X 110 X 110 X 50 X 340 X 330 X 360 X 360 X 20 X 30 X 360 X 100 X 130 X 120 X 130 X 150 X 120 X 10 X 100 X 340 X +USW00021504201301WSF2 54 X 45 X 45 X 72 X 58 X 80 X 63 X 76 X 67 X 98 X 89 X 89 X 72 X 94 X 45 X 72 X 63 X 80 X 134 X 112 X 76 X 67 X 76 X 72 X 103 X 94 X 98 X 76 X 94 X 67 X 58 X +USW00021504201301WSF5 63 X 54 X 63 X 94 X 76 X 116 X 76 X 89 X 85 X 121 X 116 X 116 X 94 X 116 X 63 X 80 X 76 X 98 X 170 X 148 X 103 X 98 X 89 X 94 X 130 X 116 X 134 X 103 X 152 X 85 X 67 X +USW00021504201301WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 +USW00021504201301WT03-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201301WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201301WT13-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00021504201301WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00021504201302TMAX 261 X 261 X 261 X 261 X 261 X 261 X 250 X 261 X 261 X 267 X 261 X 256 X 256 X 250 X 228 X 261 X 239 X 228 X 256 X 261 X 261 X 222 X 239 X 256 X 244 X 256 X 244 X 261 X-9999 -9999 -9999 +USW00021504201302TMIN 183 X 161 X 167 X 189 X 183 X 183 X 194 X 183 X 172 X 183 X 178 X 194 X 178 X 161 X 156 X 189 X 172 X 178 X 183 X 178 X 178 X 178 X 178 X 189 X 178 X 167 X 178 X 161 X-9999 -9999 -9999 +USW00021504201302PRCP 124 X 0 X 0T X 13 X 165 X 450 X 516 X 28 X 28 X 18 X 13 X 13 X 0T X 18 X 452 X 13 X 74 X 292 X 132 X 274 X 886 X 1336 X 671 X 79 X 175 X 104 X 0T X 0T X-9999 -9999 -9999 +USW00021504201302AWND 43 X 32 X 40 X 41 X 36 X 25 X 25 X 26 X 30 X 24 X 37 X 45 X 32 X 30 X 28 X 45 X 31 X 33 X 34 X 37 X 30 X 30 X 30 X 44 X 33 X 25 X 27 X 38 X-9999 -9999 -9999 +USW00021504201302WDF2 30 X 70 X 40 X 340 X 50 X 120 X 40 X 50 X 50 X 60 X 40 X 30 X 60 X 30 X 270 X 90 X 80 X 90 X 80 X 50 X 100 X 90 X 80 X 70 X 70 X 100 X 70 X 70 X-9999 -9999 -9999 +USW00021504201302WDF5 30 X 80 X 30 X 60 X 80 X 120 X 20 X 70 X 50 X 60 X 50 X 40 X 50 X 30 X 280 X 80 X 60 X 80 X 40 X 50 X 100 X 100 X 70 X 60 X 80 X 50 X 70 X 70 X-9999 -9999 -9999 +USW00021504201302WSF2 72 X 67 X 80 X 76 X 63 X 63 X 54 X 58 X 67 X 67 X 67 X 72 X 63 X 67 X 67 X 94 X 107 X 103 X 80 X 76 X 72 X 67 X 67 X 80 X 80 X 76 X 76 X 72 X-9999 -9999 -9999 +USW00021504201302WSF5 98 X 89 X 103 X 89 X 85 X 76 X 63 X 67 X 80 X 80 X 89 X 89 X 80 X 80 X 112 X 121 X 116 X 130 X 112 X 98 X 98 X 89 X 85 X 107 X 107 X 98 X 98 X 89 X-9999 -9999 -9999 +USW00021504201302WT01 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 X 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201302WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201302WT13 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00021504201302WT16 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00021504201303TMAX 267 X 261 X 261 X 267 X 261 X 256 X 278 X 261 X 283 X 256 X 250 X 239 X 233 X 261 X 261 X 228 X 217 X 239 W 250 X 272 X 289 X 272 X 272 X 261 X 250 X 278 X 261 X 261 X 256 X 239 X 244 X +USW00021504201303TMIN 200 X 200 X 178 X 183 X 183 X-9999 161 X 178 X 172 X 178 X 178 X 194 X 194 X 178 X 183 X 200 X 189 X 189 W 167 X 167 X 178 X 172 X 183 X 189 X 183 X 200 X 189 X 178 X 178 X 194 X 172 X +USW00021504201303PRCP 0T X 13 X 13 X 0T X 33 X 99 X 5 X 15 X 0 X 0 X 160 X 0 X 56 X 0T X 5 X 0T X 0T X 15 Z 28 X 36 X 5 X 0 X 0 X 8 X 43 X 0T X 69 X 46 X 178 X 241 X 0 X +USW00021504201303AWND 44 X 36 X 35 X 34 X 30 X 21 X 31 X 35 X 46 X 33 X 30 X 19 X 25 X 30 X 14 X 33 X 22 X 24 X 23 X 26 X 39 X 29 X 20 X 27 X 22 X 21 X 26 X 29 X 27 X 16 X 48 X +USW00021504201303WDF2 30 X 60 X 70 X 60 X 70 X 60 X 100 X 110 X 130 X 10 X 360 X 10 X 70 X 110 X 150 X 340 X 350 X 40 X 90 X 110 X 110 X 120 X 80 X 110 X 90 X 80 X 260 X 340 X 60 X 80 X 360 X +USW00021504201303WDF5 30 X 60 X 60 X 50 X 40 X 120 X 110 X 110 X 130 X 10 X 30 X 20 X 60 X 90 X 10 X 10 X 330 X-9999 80 X 140 X 120 X 120 X 60 X 120 X 90 X 80 X 70 X 360 X 30 X 80 X 360 X +USW00021504201303WSF2 80 X 98 X 89 X 67 X 63 X 63 X 72 X 94 X 94 X 89 X 67 X 45 X 63 X 67 X 40 X 80 X 58 X 54 X 63 X 67 X 98 X 89 X 58 X 67 X 54 X 63 X 58 X 72 X 67 X 63 X 94 X +USW00021504201303WSF5 121 X 116 X 107 X 85 X 76 X 76 X 98 X 116 X 130 X 121 X 85 X 58 X 76 X 80 X 54 X 107 X 72 X-9999 89 X 85 X 121 X 107 X 72 X 76 X 63 X 85 X 80 X 89 X 89 X 72 X 134 X +USW00021504201303WT01-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 +USW00021504201303WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201303WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 +USW00021504201303WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00021504201304TMAX 250 W 250 W 256 W 256 W 250 W 283 W 289 W 278 W 272 W 283 W 267 W 283 W 283 W 306 W 283 W 283 W 283 W 283 W 244 W 283 W 261 W 300 W 289 W 289 W 289 W 278 W 278 W 278 W 239 W 272 W-9999 +USW00021504201304TMIN 161 W 144 W 161 W 189 W 172 W 206 W 200 W 189 W 194 W 189 W 194 W 194 W 178 W 189 W 183 W 194 W 178 W 183 W 183 W 178 W 194 W 172 W 189 W 183 W 183 W 194 W 194 W 183 W 200 W 189 W-9999 +USW00021504201304PRCP 0T W 0 W 84 W 0T W 18 W 28 W 0T W 51 W 5 W 5 W 0T W 0T W 0 W 0 W 0 W 0T W 33 W 74 W 229 W 0T W 10 W 0T W 0T W 0T W 0T W 53 W 0T W 8 W 157 W 0T W-9999 +USW00021504201304AWND 25 W 31 W 24 W 26 W 25 W 35 W 33 W 34 W 30 W 30 W 34 W 42 W 40 W 41 W 33 W 34 W 28 W 28 W 29 W 38 W 32 W 40 W 31 W 25 W 26 W 28 W 33 W 40 W 17 W 28 W-9999 +USW00021504201304TAVG 209H S 204H S 202H S 212H S 211H S 227H S 238H S 231H S 227H S 232H S 230H S 229H S 226H S 235H S 235H S 237H S 231H S 228H S 214H S 215H S 228H S 227H S 241H S 230H S 234H S 236H S 228H S 228H S 226H S 219H S-9999 +USW00021504201304WDF2 330 W 340 W 270 W 70 W 60 W 130 W 110 W 100 W 100 W 110 W 110 W 120 W 120 W 110 W 120 W 100 W 70 W 90 W 140 W 130 W 320 W 120 W 100 W 80 W 50 W 100 W 110 W 130 W 200 W 120 W-9999 +USW00021504201304WDF5 20 W 10 W 260 W 70 W 60 W 120 W 110 W 120 W 80 W 110 W 100 W 130 W 110 W 100 W 100 W 110 W 40 W 90 W 140 W 130 W 330 W 120 W 110 W 70 W 60 W 80 W 120 W 130 W 200 W 120 W-9999 +USW00021504201304WSF2 58 W 67 W 54 W 63 W 63 W 94 W 81 W 81 W 72 W 81 W 81 W 98 W 98 W 98 W 94 W 81 W 67 W 89 W 81 W 94 W 67 W 107 W 72 W 63 W 63 W 72 W 94 W 112 W 58 W 72 W-9999 +USW00021504201304WSF5 67 W 89 W 63 W 76 W 72 W 116 W 107 W 103 W 94 W 98 W 112 W 130 W 130 W 125 W 112 W 107 W 81 W 103 W 107 W 130 W 85 W 130 W 94 W 81 W 76 W 94 W 116 W 134 W 76 W 89 W-9999 +USW00021504201304WT01-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W-9999 +USW00021504201305TMAX 283 W 267 W 283 W 283 W 283 W 283 W 283 W 294 W 289 W 289 W 306 W 289 W 289 W 289 W 283 W 278 W 272 W 278 W 278 W 272 W 283 W 294 W 289 W 283 W 278 W 267 W 272 W 278 W 278 W 289 W 278 W +USW00021504201305TMIN 178 W 189 W 183 W 194 W 200 W 178 W 178 W 194 W 206 W 217 W 217 W 200 W 206 W 194 W 200 W 194 W 194 W 194 W 200 W 189 W 178 W 189 W 200 W 200 W 200 W 200 W 194 W 189 W 206 W 194 W 211 W +USW00021504201305PRCP 3 W 5 W 0T W 140 W 0T W 0 W 0T W 142 W 3 W 36 W 64 W 137 W 5 W 3 W 20 W 46 W 81 W 18 W 0T W 3 W 0 W 23 W 0T W 43 W 180 W 505 W 284 W 46 W 335 W 3 W 18 W +USW00021504201305AWND 37 W 32 W 33 W 33 W 34 W 28 W 29 W 21 W 22 W 24 W 26 W 28 W 29 W 25 W 30 W 23 W 25 W 27 W 24 W 25 W 26 W 31 W 23 W 31 W 25 W 33 W 31 W 31 W 30 W 28 W 26 W +USW00021504201305TAVG 227H S 230H S 224H S 233H S 226H S 233H S 240H S 239H S 241H S 237H S 251H S 243H S 237H S 238H S 239H S 229H S 230H S 223H S 234H S 232H S 226H S 242H S 238H S 242H S 239H S 224H S 226H S 224H S 237H S 236H S 238H S +USW00021504201305WDF2 90 W 120 W 90 W 100 W 120 W 10 W 360 W 40 W 120 W 110 W 80 W 130 W 110 W 90 W 90 W 100 W 140 W 90 W 130 W 10 W 40 W 100 W 50 W 70 W 100 W 90 W 90 W 110 W 90 W 80 W 90 W +USW00021504201305WDF5 110 W 90 W 90 W 110 W 120 W 20 W 30 W 30 W 60 W 110 W 80 W 140 W 120 W 90 W 70 W 90 W 130 W 110 W 130 W 360 W 30 W 100 W 60 W 70 W 50 W 100 W 70 W 120 W 130 W 80 W 100 W +USW00021504201305WSF2 72 W 81 W 81 W 89 W 89 W 72 W 63 W 63 W 54 W 63 W 63 W 72 W 67 W 81 W 81 W 67 W 72 W 76 W 76 W 58 W 40 W 76 W 63 W 81 W 76 W 67 W 67 W 89 W 67 W 63 W 72 W +USW00021504201305WSF5 103 W 103 W 94 W 107 W 103 W 89 W 76 W 81 W 81 W 72 W 76 W 89 W 89 W 94 W 103 W 103 W 85 W 94 W 103 W 72 W 76 W 103 W 85 W 98 W 103 W 89 W 81 W 107 W 107 W 81 W 89 W +USW00021504201305WT01-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W +USW00021504201305WT08-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201306TMAX 294 W 272 W 289 W 283 W 283 W 272 W 278 W 289 W 289 W 289 W 289 W 283 W 278 W 272 W 283 W 283 W 283 W 283 W 283 W 283 W 278 W 278 W 283 W 289 W 294 W 289 W 283 W 294 W 278 W 283 W-9999 +USW00021504201306TMIN 194 W 200 W 200 W 200 W 194 W 200 W 194 W 200 W 206 W 200 W 200 W 200 W 194 W 189 W 194 W 194 W 211 W 206 W 206 W 200 W 206 W 200 W 206 W 200 W 194 W 194 W 200 W 189 W 189 W 211 W-9999 +USW00021504201306PRCP 10 W 20 W 5 W 5 W 0T W 20 W 25 W 51 W 0T W 10 W 3 W 20 W 213 W 173 W 33 W 5 W 20 W 122 W 33 W 5 W 56 W 64 W 71 W 3 W 0T W 140 W 15 W 0T W 15 W 8 W-9999 +USW00021504201306AWND 26 W 30 W 24 W 31 W 32 W 28 W 34 W 28 W 30 W 28 W 28 W 28 W 26 W 27 W 30 W 35 W 31 W 33 W 26 W 28 W 26 W 27 W 25 W 26 W 26 W 31 W 29 W 33 W 34 W 32 W-9999 +USW00021504201306TAVG 238H S 237H S 240H S 242H S 237H S 237H S 225H S 236H S 240H S 241H S 237H S 241H S 230H S 219H S 234H S 236H S 244H S 239H S 234H S 236H S 239H S 230H S 238H S 238H S 238H S 243H S 239H S 234H S 233H S 236H S-9999 +USW00021504201306WDF2 100 W 100 W 70 W 70 W 50 W 70 W 50 W 60 W 60 W 70 W 100 W 40 W 100 W 50 W 70 W 80 W 70 W 100 W 270 W 100 W 90 W 60 W 50 W 30 W 80 W 60 W 60 W 80 W 90 W 80 W-9999 +USW00021504201306WDF5 100 W 100 W 60 W 70 W 50 W 80 W 70 W 50 W 50 W 70 W 110 W 80 W 90 W 60 W 60 W 90 W 70 W 100 W 50 W 100 W 70 W 40 W 70 W 50 W 70 W 360 W 10 W 80 W 80 W 60 W-9999 +USW00021504201306WSF2 76 W 67 W 81 W 81 W 94 W 81 W 81 W 63 W 63 W 67 W 72 W 67 W 72 W 58 W 63 W 72 W 67 W 63 W 63 W 67 W 81 W 58 W 63 W 58 W 72 W 72 W 63 W 81 W 67 W 63 W-9999 +USW00021504201306WSF5 98 W 81 W 107 W 103 W 121 W 98 W 98 W 76 W 81 W 89 W 89 W 85 W 94 W 76 W 76 W 116 W 89 W 81 W 81 W 85 W 103 W 67 W 85 W 89 W 85 W 89 W 103 W 98 W 94 W 81 W-9999 +USW00021504201306WT01 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W-9999 +USW00021504201307TMAX 294 W 289 W 283 W 272 W 294 W 294 W 294 W 306 W 300 W 300 W 294 W 289 W 294 W 283 W 289 W 289 W 289 W 289 W 294 W 289 W 278 W 294 W 283 W 289 W 289 W 289 W 294 W 294 W 289 W 306 W 294 W +USW00021504201307TMIN 206 W 206 W 206 W 211 W 217 W 206 W 200 W 206 W 217 W 211 W 217 W 211 W 206 W 194 W 206 W 200 W 211 W 200 W 211 W 200 W 200 W 228 W 211 W 217 W 206 W 200 W 200 W 206 W 239 W 233 W 222 W +USW00021504201307PRCP 0T W 137 W 58 W 20 W 5 W 5 W 0 W 3 W 0T W 23 W 51 W 38 W 18 W 23 W 46 W 5 W 13 W 147 W 33 W 76 W 51 W 36 W 58 W 5 W 5 W 30 W 5 W 3 W 38 W 132 W 25 W +USW00021504201307AWND 35 W 36 W 25 W 26 W 30 W 27 W 26 W 31 W 27 W 27 W 38 W 30 W 28 W 32 W 26 W 30 W 35 W 29 W 21 W 31 W 21 W 32 W 33 W 30 W 28 W 26 W 30 W 40 W 47 W 29 W 27 W +USW00021504201307TAVG 248H S 246H S 231H S 243H S 247H S 248H S 244H S 248H S 253H S 244H S 249H S 246H S 242H S 238H S 236H S 232H S 244H S 242H S 237H S 242H S 241H S 239H S 247H S 247H S 245H S 241H S 246H S 242H S 263H S 257H S 253H S +USW00021504201307WDF2 10 W 350 W 320 W 70 W 80 W 60 W 50 W 100 W 70 W 60 W 80 W 60 W 40 W 80 W 120 W 80 W 80 W 60 W 110 W 80 W 50 W 130 W 80 W 80 W 50 W 50 W 60 W 350 W 160 W 130 W 50 W +USW00021504201307WDF5 20 W 350 W 70 W 20 W 60 W 50 W 50 W 110 W 70 W 60 W 80 W 60 W 30 W 70 W 120 W 80 W 70 W 90 W 100 W 50 W 50 W 130 W 80 W 60 W 350 W 80 W 70 W 350 W 160 W 110 W 50 W +USW00021504201307WSF2 76 W 81 W 54 W 58 W 63 W 58 W 58 W 76 W 94 W 76 W 81 W 67 W 67 W 67 W 94 W 67 W 72 W 63 W 63 W 67 W 67 W 81 W 72 W 67 W 63 W 63 W 81 W 76 W 116 W 72 W 63 W +USW00021504201307WSF5 98 W 103 W 67 W 76 W 85 W 81 W 76 W 112 W 112 W 94 W 107 W 85 W 81 W 89 W 116 W 89 W 98 W 85 W 76 W 85 W 103 W 103 W 89 W 89 W 72 W 85 W 103 W 94 W 170 W 98 W 81 W +USW00021504201307WT01-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W +USW00021504201308TMAX 300 W 289 W 294 W 278 W 283 W 272 W 289 W 283 W 272 W 289 W 289 W 278 W 267 W 278 W 278 W 267 W 283 W 289 W 283 W 283 W 289 W 289 W 278 W 283 W 278 W 289 W 289 W 283 W 289 W 283 W 278 W +USW00021504201308TMIN 206 W 206 W 206 W 211 W 206 W 217 W 206 W 206 W 200 W 233 W 233 W 222 W 217 W 217 W 200 W 200 W 222 W 206 W 194 W 217 W 211 W 228 W 222 W 206 W 211 W 217 W 200 W 206 W 200 W 189 W 200 W +USW00021504201308PRCP 33 W 33 W 89 W 140 W 180 W 3 W 94 W 13 W 170 W 312 W 30 W 18 W 170 W 5 W 41 W 417 W 0T W 13 W 287 W 23 W 0T W 13 W 3 W 0 W 28 W 3 W 5 W 71 W 61 W 0T W 43 W +USW00021504201308SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00021504201308AWND 25 W 29 W 26 W 23 W 23 W 26 W 31 W 26 W 28 W 33 W 27 W 31 W 20 W 24 W 30 W 25 W 23 W 28 W 34 W 15 W 26 W 27 W 22 W 30 W 29 W 29 W 30 W 37 W 25 W 34 W 33 W +USW00021504201308TAVG 250H S 244H S 240H S 239H S 237H S 242H S 246H S 242H S 244H S 254H S 252H S 252H S 249H S 246H S 242H S 242H S 246H S 249H S 241H S 239H S 249H S 254H S 252H S 243H S 248H S 249H S 244H S 247H S 246H S 236H S 237H S +USW00021504201308WDF2 340 W 90 W 30 W 270 W 110 W 40 W 30 W 70 W 360 W 70 W 80 W 50 W 120 W 50 W 30 W 80 W 50 W 40 W 70 W 270 W 60 W 80 W 80 W 80 W 70 W 70 W 30 W 10 W 70 W 110 W 80 W +USW00021504201308WDF5 350 W 70 W 30 W 160 W 110 W 30 W 10 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 70 W-9999 -9999 -9999 80 W 80 W 70 W 70 W 30 W 30 W 90 W 110 W 70 W +USW00021504201308WSF2 63 W 72 W 58 W 63 W 58 W 40 W 58 W 54 W 58 W 67 W 63 W 54 W 36 W 54 W 54 W 58 W 54 W 54 W 63 W 45 W 58 W 54 W 45 W 67 W 72 W 63 W 58 W 72 W 63 W 81 W 81 W +USW00021504201308WSF5 76 W 89 W 72 W 67 W 72 W 45 W 63 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 63 W-9999 -9999 -9999 45 W 67 W 72 W 63 W 58 W 94 W 81 W 112 W 98 W +USW00021504201308WT01-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00021504201309TMAX 283 W 294 W 300 W 300 W 306 W 300 W 311 W 300 W 300 W 306 W 306 W 306 W 311 W 306 W 306 W 306 W 300 W 300 W 294 W 294 W 289 W 300 W 306 W 289 W 300 W 300 W 300 W 283 W 289 W 283 W-9999 +USW00021504201309TMIN 194 W 200 W 200 W 194 W 183 W 206 W 217 W 206 W 200 W 200 W 206 W 211 W 217 W 211 W 206 W 206 W 222 W 200 W 217 W 211 W 206 W 206 W 211 W 206 W 211 W 211 W 217 W 206 W 206 W 211 W-9999 +USW00021504201309PRCP 8 W 0T W 18 W 10 W 0 W 0T W 81 W 10 W 25 W 0T W 0T W 0 W 36 W 5 W 58 W 13 W 76 W 3 W 18 W 71 W 10 W 20 W 36 W 53 W 3 W 33 W 0T W 155 W 132 W 51 W-9999 +USW00021504201309SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00021504201309AWND 29 W 30 W 31 W 34 W 32 W 33 W 26 W 26 W 32 W 29 W 31 W 34 W 23 W 27 W 34 W 30 W 22 W 29 W 30 W 27 W 31 W 28 W 27 W 25 W 27 W 34 W 35 W 24 W 30 W 29 W-9999 +USW00021504201309TAVG 230H S 239H S 245H S 242H S 241H S 248H S 254H S 254H S 242H S 242H S 249H S 254H S 256H S 254H S 253H S 250H S 259H S 248H S 247H S 243H S 243H S 245H S 248H S 248H S 246H S 244H S 250H S 239H S 230H S 236H S-9999 +USW00021504201309WDF2 90 W 100 W 30 W 80 W 40 W 40 W 70 W 110 W 80 W 40 W 360 W 10 W 30 W 50 W 70 W 60 W 80 W 80 W 60 W 70 W 80 W 60 W 50 W 90 W 80 W 110 W 100 W 110 W 130 W 110 W-9999 +USW00021504201309WDF5 80 W 80 W 360 W 80 W 50 W 50 W 70 W 120 W 80 W 30 W 10 W-9999 30 W 30 W 60 W 50 W 80 W 90 W 80 W 60 W 80 W 100 W 50 W 120 W 80 W 90 W 100 W 110 W 130 W 130 W-9999 +USW00021504201309WSF2 76 W 76 W 58 W 67 W 67 W 72 W 63 W 81 W 63 W 54 W 58 W 63 W 58 W 63 W 76 W 63 W 58 W 67 W 67 W 72 W 81 W 76 W 63 W 63 W 98 W 72 W 67 W 103 W 89 W 72 W-9999 +USW00021504201309WSF5 85 W 94 W 85 W 94 W 89 W 94 W 85 W 112 W 81 W 76 W 81 W-9999 72 W 76 W 89 W 76 W 76 W 94 W 85 W 89 W 103 W 107 W 85 W 81 W 121 W 89 W 81 W 134 W 107 W 85 W-9999 +USW00021504201309WT01 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 +USW00021504201310TMAX 300 W 289 W 289 W 289 W 272 W 294 W 289 W 267 W 289 W 289 W 306 W 300 W 289 W 289 W 294 W 294 W 289 W 306 W 294 W 294 W 289 W 289 W 289 W 294 W 283 W 306 W 294 W 294 W 289 W 289 W 294 W +USW00021504201310TMIN 211 W 211 W 217 W 211 W 206 W 206 W 200 W 206 W 211 W 211 W 211 W 211 W 211 W 200 W 206 W 206 W 200 W 206 W 222 W 217 W 211 W 211 W 206 W 211 W 211 W 211 W 211 W 206 W 194 W 194 W 200 W +USW00021504201310PRCP 0T W 15 W 18 W 15 W 127 W 46 W 0T W 193 W 23 W 229 W 203 W 0T W 51 W 114 W 97 W 0T W 0 W 5 W 0 W 0T W 0T W 0T W 48 W 0T W 0T W 13 W 145 W 8 W 94 W 142 W 142 W +USW00021504201310AWND 26 W 26 W 30 W 26 W 26 W 24 W 30 W 27 W 25 W 23 W 30 W 23 W 29 W 27 W 27 W 29 W 22 W 32 W 22 W 24 W 26 W 26 W 22 W 28 W 21 W 31 W 29 W 26 W 26 W 30 W 26 W +USW00021504201310TAVG 247H S 246H S 243H S 244H S 236H S 237H S 241H S 231H S 234H S 244H S 243H S 248H S 248H S 238H S 242H S 242H S 242H S 248H S 252H S 252H S 252H S 251H S 241H S 248H S 241H S 245H S 251H S 244H S 234H S 229H S 241H S +USW00021504201310WDF2 110 W 100 W 90 W 60 W 90 W 270 W 70 W 70 W 320 W 80 W 160 W 90 W 80 W 70 W 260 W 130 W 130 W 80 W 10 W 10 W 330 W 20 W 20 W 80 W 50 W 130 W 120 W 50 W 50 W 160 W 290 W +USW00021504201310WDF5 130 W 90 W 150 W 70 W 80 W 270 W 110 W 110 W 20 W 60 W 150 W 70 W 80 W 90 W 50 W 130 W 120 W 120 W 30 W 50 W 20 W 20 W 320 W 30 W 50 W 130 W 130 W 30 W 30 W 150 W 50 W +USW00021504201310WSF2 67 W 94 W 67 W 81 W 58 W 67 W 58 W 72 W 58 W 67 W 72 W 63 W 58 W 58 W 58 W 63 W 58 W 63 W 58 W 54 W 58 W 54 W 45 W 58 W 54 W 81 W 72 W 63 W 54 W 63 W 67 W +USW00021504201310WSF5 89 W 107 W 89 W 103 W 67 W 76 W 81 W 89 W 72 W 81 W 98 W 85 W 72 W 67 W 81 W 72 W 67 W 85 W 72 W 67 W 76 W 67 W 81 W 72 W 58 W 103 W 89 W 81 W 67 W 81 W 76 W +USW00021504201310WT01-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W +USW00021504201310WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201311TMAX 283 W 256 W 278 W 267 W 261 W 283 W 289 W 289 W 294 W 278 W 233 W 261 W 261 W 278 W 289 W 294 W 294 W 294 W 289 W 294 W 272 W 294 W 272 W 289 W 294 W 294 W 311 W 344 W 278 W 289 W-9999 +USW00021504201311TMIN 206 W 206 W 200 W 206 W 194 W 217 W 206 W 217 W 194 W 211 W 200 W 200 W 211 W 228 W 211 W 183 W 211 W 206 W 206 W 211 W 206 W 194 W 189 W 200 W 206 W 194 W 217 W 200 W 189 W 194 W-9999 +USW00021504201311PRCP 173 W 168 W 51 W 64 W 38 W 18 W 28 W 36 W 0 W 366 W 460 W 0 W 0T W 168 W 3 W 5 W 0T W 0 W 0T W 0 W 0T W 0 W 33 W 0T W 3 W 13 W 0T W 0T W 69 W 0T W-9999 +USW00021504201311AWND 26 W 26 W 27 W 20 W 16 W 21 W 25 W 22 W 30 W 41 W 31 W 20 W 22 W 31 W 27 W 27 W 32 W 27 W 30 W 31 W 16 W 36 W 35 W 30 W 23 W 28 W 33 W 34 W 31 W 36 W-9999 +USW00021504201311TAVG 241H S 228H S 228H S 228H S 226H S 231H S 238H S 238H S 235H S 234H S 224H S 217H S 230H S 239H S 252H S 239H S 246H S 243H S 246H S 241H S 238H S 241H S 232H S 241H S 241H S 241H S 256H S 266H S 224H S 226H S-9999 +USW00021504201311WDF2 60 W 60 W 350 W 270 W 250 W 70 W 130 W 100 W 50 W 30 W 20 W 30 W 340 W 160 W 110 W 100 W 100 W 100 W 120 W 110 W 120 W 10 W 340 W 50 W 80 W 140 W 110 W 120 W 140 W 150 W-9999 +USW00021504201311WDF5 60 W 60 W 10 W 270 W 250 W 10 W 130 W 110 W 50 W 20 W 30 W 340 W 350 W 140 W 130 W 120 W 100 W 130 W-9999 120 W 130 W 360 W 340 W 50 W 80 W 120 W 110 W 120 W 140 W 150 W-9999 +USW00021504201311WSF2 63 W 89 W 54 W 54 W 45 W 63 W 58 W 45 W 72 W 94 W 81 W 36 W 58 W 63 W 76 W 67 W 81 W 72 W 63 W 94 W 58 W 72 W 103 W 72 W 58 W 67 W 72 W 76 W 89 W 81 W-9999 +USW00021504201311WSF5 103 W 103 W 67 W 58 W 58 W 85 W 72 W 58 W 81 W 121 W 107 W 45 W 67 W 81 W 103 W 85 W 103 W 94 W-9999 107 W 67 W 103 W 116 W 89 W 67 W 89 W 89 W 98 W 107 W 107 W-9999 +USW00021504201311WT01-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 +USW00021504201312TMAX 283 W 250 W 278 W 278 W 267 W 272 W 278 W 250 W 289 W 278 W 272 W 272 W 261 W 267 W 267 W 272 W 272 W 267 W 272 W 272 W 267 W 278 W 272 W 272 W 250 W 261 W 250 W 261 W 256 W 250 W 267 W +USW00021504201312TMIN 211 W 189 W 178 W 172 W 189 W 178 W 183 W 211 W 206 W 194 W 189 W 183 W 183 W 178 W 172 W 172 W 172 W 172 W 178 W 183 W 189 W 167 W 189 W 178 W 172 W 178 W 189 W 189 W 172 W 194 W 194 W +USW00021504201312PRCP 5 W 114 W 30 W 0 W 25 W 3 W 20 W 33 W 10 W 53 W 0T W 0T W 58 W 13 W 0 W 0T W 0 W 5 W 290 W 132 W 71 W 10 W 76 W 84 W 132 W 36 W 526 W 671 W 368 W 1908 W 457 W +USW00021504201312AWND 31 W 22 W 32 W 32 W 25 W 28 W 31 W 23 W 26 W 27 W 33 W 34 W 28 W 33 W 27 W 30 W 32 W 29 W 31 W 27 W 26 W 31 W 24 W 26 W 30 W 37 W 30 W 22 W 32 W 40 W 24 W +USW00021504201312TAVG 237H S 226H S 214H S 220H S 221H S 214H S 226H S 230H S 234H S 234H S 223H S 218H S 216H S 214H S 211H S 218H S 220H S 218H S 203H S 211H S 223H S 214H S 227H S 218H S 213H S 223H S 223H S 216H S 210H S 222H S 219H S +USW00021504201312WDF2 150 W 80 W 270 W 90 W 90 W 90 W 120 W 150 W 120 W 70 W 240 W 120 W 140 W 120 W 230 W 10 W 10 W 110 W 90 W 120 W 90 W 150 W 50 W 70 W 30 W 20 W 60 W 140 W 30 W 330 W 10 W +USW00021504201312WDF5 160 W 150 W 100 W 70 W 90 W 100 W 120 W 160 W 120 W 90 W 100 W 130 W 140 W 120 W 150 W 20 W 30 W 70 W 90 W 120 W 110 W 150 W 60 W 60 W 50 W 20 W 30 W 140 W 30 W 330 W 20 W +USW00021504201312WSF2 81 W 58 W 58 W 63 W 54 W 58 W 81 W 63 W 67 W 72 W 67 W 72 W 63 W 72 W 58 W 67 W 58 W 67 W 103 W 67 W 58 W 98 W 72 W 63 W 67 W 72 W 72 W 63 W 81 W 98 W 76 W +USW00021504201312WSF5 103 W 72 W 72 W 81 W 63 W 72 W 107 W 89 W 89 W 89 W 85 W 94 W 76 W 89 W 67 W 85 W 72 W 103 W 125 W 85 W 76 W 130 W 89 W 76 W 85 W 98 W 94 W 76 W 107 W 116 W 103 W +USW00021504201312WT01 1 W 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 1 W +USW00021504201312WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201401TMAX 261 W 283 W 261 W 250 W 239 W 250 W 267 W 250 W 272 W 267 W 278 W 272 W 278 W 272 W 278 W 289 W 278 W 272 W 267 W 267 W 278 W 289 W 250 W 250 W 267 W 289 W 283 W 211 W 267 W 278 W 289 W +USW00021504201401TMIN 183 W 189 W 178 W 189 W 172 W 161 W 161 W 167 W 161 W 167 W 178 W 189 W 183 W 172 W 183 W 178 W 172 W 178 W 172 W 178 W 172 W 156 W 144 W 156 W 150 W 178 W 172 W 172 W 161 W 178 W 178 W +USW00021504201401PRCP 3 W 0 W 0T W 3 W 10 W 36 W 0T W 0T W 0 W 5 W 20 W 229 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 104 W 775 W 206 W 48 W 0 W +USW00021504201401AWND 24 W 36 W 38 W 47 W 35 W 53 W 55 W 45 W 29 W 30 W 30 W 36 W 34 W 26 W 27 W 26 W 22 W 21 W 22 W 21 W 26 W 55 W 32 W 25 W 27 W 27 W 41 W 45 W 26 W 31 W 36 W +USW00021504201401TAVG 220H S 229H S 226H S 222H S 201H S 201H S 219H S 219H S 203H S 214H S 217H S 225H S 220H S 216H S 226H S 222H S 221H S 224H S 217H S 220H S 221H S 222H S 218H S 202H S 203H S 226H S 222H S 210H S 191H S 208H S 215H S +USW00021504201401WDF2 120 W 130 W 10 W 340 W 350 W 360 W 20 W 20 W 130 W 50 W 170 W 110 W 120 W 10 W 70 W 40 W 100 W 40 W 360 W 40 W 350 W 340 W 340 W 30 W 10 W 40 W 350 W 350 W 40 W 130 W 120 W +USW00021504201401WDF5 150 W 130 W 10 W 340 W 330 W 360 W 10 W 10 W 100 W 60 W 150 W 120 W 120 W 10 W 100 W 70 W 120 W 70 W 40 W 40 W 350 W 330 W 340 W 70 W 10 W 80 W 350 W 350 W 40 W 130 W 120 W +USW00021504201401WSF2 58 W 89 W 89 W 89 W 81 W 107 W 94 W 103 W 63 W 54 W 67 W 81 W 76 W 54 W 54 W 58 W 58 W 54 W 45 W 45 W 72 W 148 W 134 W 54 W 67 W 58 W 81 W 103 W 72 W 107 W 94 W +USW00021504201401WSF5 72 W 112 W 116 W 107 W 107 W 157 W 125 W 130 W 98 W 72 W 89 W 107 W 103 W 63 W 67 W 72 W 81 W 67 W 63 W 58 W 85 W 210 W 165 W 72 W 81 W 81 W 103 W 139 W 89 W 134 W 125 W +USW00021504201401WT01-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 +USW00021504201401WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00021504201402TMAX 278 W 272 W 267 W 261 W 289 W 256 W 278 W 278 W 283 W 294 W 272 W 283 W 244 W 239 W 278 W 267 W 250 W 256 W 283 W 278 W 278 W 283 W 278 W 267 W 267 W 261 W 256 W 278 W-9999 -9999 -9999 +USW00021504201402TMIN 183 W 211 W 206 W 200 W 183 W 211 W 194 W 194 W 189 W 200 W 200 W 194 W 189 W 183 W 194 W 206 W 200 W 200 W 194 W 178 W 183 W 189 W 183 W 178 W 172 W 167 W 178 W 167 W-9999 -9999 -9999 +USW00021504201402PRCP 0 W 23 W 18 W 10 W 0T W 135 W 0T W 0T W 0 W 0T W 0T W 0 W 36 W 170 W 8 W 3 W 160 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 38 W 23 W 30 W 0 W-9999 -9999 -9999 +USW00021504201402AWND 32 W 26 W 20 W 28 W 42 W 20 W 20 W 25 W 36 W 36 W 29 W 39 W 16 W 25 W 34 W 33 W 25 W 22 W 30 W 34 W 30 W 30 W 29 W 42 W 34 W 46 W 27 W 39 W-9999 -9999 -9999 +USW00021504201402TAVG 228H S 227H S 227H S 225H S 226H S 236H S 226H S 234H S 229H S 238H S 235H S 233H S 224H S 215H S 221H S 233H S 233H S 217H S 230H S 229H S 226H S 236H S 230H S 227H S 222H S 215H S 212H S 211H S-9999 -9999 -9999 +USW00021504201402WDF2 350 W 20 W 90 W 360 W 140 W 130 W 90 W 110 W 110 W 110 W 110 W 110 W 120 W 130 W 120 W 120 W 150 W 150 W 100 W 130 W 130 W 100 W 40 W 340 W 10 W 340 W 270 W 110 W-9999 -9999 -9999 +USW00021504201402WDF5 350 W-9999 90 W 360 W 130 W 150 W 90 W 70 W 130 W 110 W 100 W 100 W 120 W 130 W 130 W 130 W 220 W 140 W 100 W 130 W 130 W 80 W 30 W 10 W 20 W 350 W 80 W 110 W-9999 -9999 -9999 +USW00021504201402WSF2 81 W 63 W 45 W 103 W 112 W 58 W 58 W 58 W 103 W 89 W 76 W 94 W 58 W 45 W 98 W 81 W 67 W 76 W 76 W 81 W 67 W 67 W 58 W 81 W 67 W 94 W 63 W 89 W-9999 -9999 -9999 +USW00021504201402WSF5 107 W-9999 58 W 130 W 148 W 72 W 76 W 76 W 116 W 107 W 98 W 112 W 67 W 63 W 116 W 94 W 85 W 103 W 89 W 98 W 76 W 81 W 81 W 103 W 89 W 112 W 76 W 107 W-9999 -9999 -9999 +USW00021504201402WT01-9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 +USW00021504201403TMAX 278 W 239 W 239 W 250 W 261 W 306 W 283 W 267 W 256 W 267 W 267 W 272 W 267 W 278 W 272 W 244 W 233 W 256 W 256 W 261 W 267 W 267 W 261 W 267 W 261 W 267 W 283 W 278 W 272 W 272 W 239 W +USW00021504201403TMIN 161 W 183 W 189 W 194 W 178 W 156 W 189 W 206 W 200 W 200 W 178 W 167 W 189 W 189 W 189 W 189 W 194 W 194 W 167 W 194 W 189 W 189 W 194 W 200 W 172 W 183 W 183 W 178 W 183 W 178 W 183 W +USW00021504201403PRCP 0T W 79 W 15 W 0T W 23 W 0 W 8 W 160 W 361 W 625 W 5 W 43 W 114 W 124 W 163 W 53 W 0T W 0 W 0T W 178 W 432 W 33 W 645 W 79 W 193 W 71 W 0T W 358 W 23 W 8 W 965 W +USW00021504201403AWND 26 W 22 W 32 W 16 W 28 W 30 W 27 W 31 W 30 W 26 W 37 W 40 W 27 W 29 W 50 W 64 W 37 W 35 W 27 W 24 W 30 W 26 W 33 W 38 W 32 W 23 W 40 W 39 W 28 W 26 W 23 W +USW00021504201403TAVG 218H S 219H S 207H S 215H S 216H S 212H S 239H S 231H S 224H S 223H S 221H S 227H S 221H S 226H S 228H S 216H S 211H S 216H S 211H S 221H S 212H S 221H S 226H S 221H S 223H S 221H S 227H S 227H S 217H S 207H S 219H S +USW00021504201403WDF2 50 W 10 W 170 W 360 W 360 W 120 W 10 W 120 W 70 W 70 W 20 W 10 W 20 W 70 W 10 W 330 W 350 W 350 W 20 W 30 W 360 W 70 W 70 W 50 W 60 W 80 W 120 W 260 W 110 W 80 W 150 W +USW00021504201403WDF5 40 W 20 W 180 W 360 W 170 W 120 W 360 W 120 W 60 W 60 W 360 W 30 W 20 W 80 W 40 W 20 W 340 W 30 W 50 W 360 W 20 W 50 W 80 W 40 W 70 W 80 W 110 W 250 W 140 W 80 W 160 W +USW00021504201403WSF2 58 W 63 W 112 W 63 W 54 W 103 W 76 W 72 W 67 W 58 W 72 W 76 W 67 W 67 W 107 W 103 W 72 W 67 W 54 W 58 W 72 W 63 W 107 W 81 W 81 W 67 W 94 W 89 W 89 W 67 W 81 W +USW00021504201403WSF5 76 W 89 W 179 W 85 W 63 W 130 W 94 W 89 W 81 W 76 W 89 W 98 W 85 W 89 W 143 W 130 W 89 W 76 W 67 W 76 W 89 W 81 W 125 W 103 W 94 W 81 W 112 W 103 W 116 W 89 W 107 W +USW00021504201403WT01-9999 -9999 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W 1 W +USW00021504201404TMAX 244 W 267 W 278 W 267 W 278 W 272 W 267 W 239 W 256 W 244 W 272 W 261 W 261 W 267 W 261 W 272 W 272 W 278 W 267 W 267 W 272 W 272 W 278 W 272 W 250 W 261 W 272 W 278 W 261 W 261 W-9999 +USW00021504201404TMIN 200 W 194 W 211 W 183 W 178 W 183 W 183 W 194 W 194 W 172 W 194 W 189 W 194 W 211 W 189 W 183 W 189 W 200 W 183 W 200 W 206 W 194 W 183 W 194 W 206 W 189 W 200 W 194 W 206 W 194 W-9999 +USW00021504201404PRCP 1313 W 312 W 66 W 36 W 0 W 0T W 114 W 20 W 3 W 0T W 0T W 43 W 251 W 0T W 102 W 61 W 147 W 38 W 99 W 56 W 104 W 25 W 8 W 58 W 142 W 114 W 18 W 84 W 0T W 180 W-9999 +USW00021504201404AWND 23 W 27 W 32 W 30 W 36 W 22 W 42 W 57 W 40 W 24 W 34 W 37 W 49 W 56 W 44 W 28 W 22 W 36 W 26 W 27 W 26 W 27 W 35 W 28 W 22 W 26 W 24 W 26 W 36 W 40 W-9999 +USW00021504201404TAVG 213H S 219H S 235H S 221H S 226H S 229H S 224H S 222H S 217H S 216H S 222H S 221H S 228H S 236H S 233H S 216H S 231H S 236H S 229H S 223H S 225H S 230H S 227H S 230H S 224H S 219H S 222H S 230H S 234H S 224H S-9999 +USW00021504201404WDF2 150 W 50 W 80 W 120 W 110 W 40 W 30 W 340 W 10 W 60 W 350 W 20 W 30 W 10 W 10 W 70 W 280 W 90 W 80 W 30 W 30 W 60 W 100 W 90 W 70 W 90 W 80 W 300 W 350 W 40 W-9999 +USW00021504201404WDF5 150 W 80 W 70 W 120 W 110 W 70 W 10 W 30 W 40 W 50 W 340 W 20 W 40 W 20 W 20 W 70 W 300 W 90 W 80 W 30 W 30 W 50 W 60 W 100 W 80 W 90 W 100 W 100 W 360 W 40 W-9999 +USW00021504201404WSF2 89 W 67 W 89 W 67 W 94 W 40 W 89 W 94 W 72 W 63 W 72 W 76 W 81 W 89 W 89 W 72 W 67 W 81 W 94 W 58 W 58 W 63 W 76 W 72 W 94 W 72 W 63 W 58 W 81 W 81 W-9999 +USW00021504201404WSF5 112 W 81 W 103 W 89 W 125 W 54 W 116 W 116 W 94 W 72 W 94 W 98 W 121 W 116 W 121 W 85 W 81 W 98 W 107 W 76 W 72 W 81 W 98 W 89 W 112 W 94 W 76 W 63 W 107 W 107 W-9999 +USW00021504201404WT01 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 +USW00021504201405TMAX 256 W 289 W 278 W 283 W 283 W 278 W 283 W 283 W 283 W 278 W 289 W 278 W 283 W 283 W 289 W 289 W 283 W 294 W 289 W 289 W 294 W 278 W 300 W 294 W 294 W 283 W 261 W 278 W 278 W 267 W 278 W +USW00021504201405TMIN 200 W 200 W 189 W 189 W 200 W 194 W 206 W 183 W 200 W 178 W 194 W 189 W 200 W 200 W 189 W 189 W 200 W 189 W 178 W 189 W 189 W 194 W 183 W 183 W 200 W 194 W 189 W 194 W 189 W 172 W 178 W +USW00021504201405PRCP 940 W 8 W 76 W 3 W 0T W 23 W 0T W 0 W 0T W 5 W 0 W 0T W 56 W 0T W 0 W 3 W 0T W 0 W 10 W 0 W 13 W 69 W 8 W 0 W 0 W 61 W 86 W 28 W 236 W 165 W 94 W +USW00021504201405AWND 33 W 36 W 33 W 37 W 37 W 33 W 36 W 40 W 40 W 32 W 30 W 30 W 28 W 34 W 37 W 37 W 33 W 38 W 36 W 35 W 40 W 32 W 42 W 40 W 34 W 33 W 30 W 26 W 34 W 26 W 34 W +USW00021504201405TAVG 227H S 230H S 234H S 233H S 236H S 234H S 236H S 233H S 236H S 229H S 239H S 236H S 238H S 238H S 240H S 235H S 232H S 238H S 226H S 232H S 236H S 233H S 231H S 234H S 242H S 232H S 222H S 219H S 226H S 218H S 223H S +USW00021504201405WDF2 100 W 110 W 110 W 110 W 110 W 110 W 130 W 110 W 110 W 100 W 70 W 80 W 30 W 100 W 110 W 140 W 110 W 120 W 110 W 110 W 110 W 120 W 110 W 120 W 110 W 50 W 60 W 60 W 20 W 70 W 90 W +USW00021504201405WDF5 90 W 100 W 100 W 100 W 120 W 130 W 110 W 110 W 130 W 110 W 40 W 70 W 20 W 110 W 140 W 150 W 110 W 120 W 120 W 120 W 130 W 120 W 100 W 140 W 130 W 50 W 50 W 40 W 20 W 50 W 90 W +USW00021504201405WSF2 89 W 89 W 72 W 89 W 94 W 76 W 81 W 94 W 103 W 76 W 63 W 58 W 63 W 81 W 94 W 81 W 94 W 89 W 81 W 72 W 103 W 58 W 98 W 94 W 81 W 72 W 81 W 67 W 94 W 67 W 72 W +USW00021504201405WSF5 112 W 121 W 94 W 103 W 116 W 94 W 116 W 121 W 125 W 94 W 76 W 81 W 81 W 103 W 116 W 107 W 116 W 130 W 103 W 89 W 125 W 76 W 121 W 112 W 116 W 89 W 103 W 81 W 112 W 81 W 98 W +USW00021504201405WT01 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W +USW00021504201406TMAX 272 W 272 W 283 W 272 W 278 W 267 W 278 W 267 W 283 W 272 W 256 W 267 W 278 W 272 W 278 W 272 W 278 W 267 W 278 W 272 W 267 W 272 W 261 W 278 W 272 W 272 W 278 W 278 W 261 W 278 W-9999 +USW00021504201406TMIN 189 W 189 W 178 W 189 W 178 W 194 W 189 W 194 W 200 W 200 W 211 W 206 W 189 W 183 W 178 W 189 W 189 W 189 W 189 W 178 W 183 W 183 W 189 W 167 W 194 W 189 W 200 W 194 W 178 W 206 W-9999 +USW00021504201406PRCP 48 W 117 W 3 W 15 W 79 W 107 W 28 W 155 W 203 W 74 W 51 W 8 W 0T W 18 W 13 W 89 W 46 W 51 W 33 W 30 W 30 W 8 W 191 W 8 W 25 W 69 W 53 W 5 W 104 W 10 W-9999 +USW00021504201406AWND 33 W 32 W 30 W 34 W 30 W 29 W 33 W 31 W 27 W 23 W 22 W 26 W 27 W 31 W 28 W 34 W 31 W 28 W 35 W 38 W 24 W 31 W 26 W 30 W 31 W 35 W 30 W 31 W 26 W 31 W-9999 +USW00021504201406TAVG 227H S 226H S 226H S 227H S 228H S 226H S 226H S 232H S 223H S 234H S 234H S 226H S 232H S 229H S 228H S 230H S 229H S 227H S 224H S 226H S 228H S 219H S 223H S 212H S 231H S 231H S 233H S 237H S 227H S 229H S-9999 +USW00021504201406WDF2 120 W 110 W 70 W 50 W 50 W 90 W 90 W 110 W 60 W 80 W 280 W 60 W 80 W 40 W 80 W 50 W 270 W 70 W 330 W 20 W 30 W 70 W 30 W 90 W 50 W 80 W 90 W 90 W 60 W 70 W-9999 +USW00021504201406WDF5 110 W 100 W 70 W 40 W 70 W 90 W 90 W 110 W 80 W 80 W 270 W 90 W 80 W 60 W 70 W 40 W 260 W 80 W 30 W 10 W 20 W 70 W 30 W 80 W 60 W 30 W 70 W 80 W 60 W 50 W-9999 +USW00021504201406WSF2 76 W 63 W 72 W 76 W 72 W 63 W 89 W 76 W 58 W 63 W 58 W 67 W 72 W 76 W 63 W 67 W 76 W 81 W 76 W 76 W 63 W 81 W 76 W 67 W 72 W 76 W 67 W 81 W 72 W 63 W-9999 +USW00021504201406WSF5 98 W 76 W 94 W 94 W 103 W 76 W 103 W 94 W 76 W 67 W 63 W 85 W 94 W 103 W 81 W 85 W 89 W 103 W 85 W 103 W 81 W 98 W 94 W 89 W 89 W 98 W 85 W 98 W 89 W 89 W-9999 +USW00021504201406WT01 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 +USW00021504201407TMAX 267 W 267 W 289 W 272 W 283 W 283 W 250 W 267 W 256 W 278 W 272 W 283 W 250 W 289 W 267 W 278 W 261 W 283 W 272 W 289 W 300 W 289 W 289 W 289 W 289 W 306 W 300 W 300 W 294 W 294 W 300 W +USW00021504201407TMIN 200 W 200 W 206 W 194 W 194 W 189 W 194 W 194 W 189 W 211 W 200 W 194 W 194 W 228 W 211 W 217 W 200 W 211 W 217 W 217 W 211 W 222 W 222 W 222 W 211 W 206 W 228 W 211 W 211 W 211 W 222 W +USW00021504201407PRCP 46 W 41 W 38 W 23 W 30 W 3 W 58 W 122 W 81 W 13 W 15 W 0 W 1102 W 109 W 221 W 371 W 361 W 5 W 351 W 686 W 142 W 28 W 64 W 74 W 41 W 3 W 3 W 30 W 0T W 3 W 0T W +USW00021504201407AWND 30 W 28 W 30 W 32 W 29 W 27 W 23 W 24 W 21 W 31 W 24 W 27 W 26 W 27 W 17 W 25 W 23 W 30 W 21 W 27 W 27 W 27 W 34 W 31 W 28 W 25 W 29 W 27 W 31 W 28 W 31 W +USW00021504201407TAVG 233H S 230H S 232H S 238H S 236H S 234H S 229H S 218H S 225H S 229H S 241H S 232H S 226H S 249H S 241H S 242H S 231H S 231H S 237H S 247H S 248H S 252H S 254H S 246H S 247H S 248H S 261H S 256H S 253H S 252H S 252H S +USW00021504201407WDF2 90 W 110 W 90 W 40 W 40 W 40 W 80 W 270 W 40 W 70 W 60 W 90 W 50 W 70 W 80 W 90 W 320 W 60 W 250 W 100 W 120 W 70 W 70 W 80 W 80 W 100 W 110 W 90 W 60 W 60 W 60 W +USW00021504201407WDF5 80 W 110 W 110 W 30 W 60 W 80 W 60 W 50 W 50 W 70 W 70 W 70 W 90 W 70 W 80 W 210 W 360 W 60 W 250 W 100 W 130 W 70 W 70 W 80 W 60 W 100 W 110 W 120 W 50 W 50 W 60 W +USW00021504201407WSF2 72 W 89 W 76 W 63 W 63 W 58 W 63 W 54 W 63 W 67 W 81 W 81 W 67 W 81 W 58 W 81 W 63 W 72 W 67 W 67 W 98 W 72 W 72 W 67 W 67 W 72 W 76 W 67 W 67 W 58 W 67 W +USW00021504201407WSF5 89 W 103 W 89 W 76 W 81 W 85 W 72 W 67 W 72 W 85 W 103 W 107 W 85 W 98 W 72 W 103 W 76 W 89 W 76 W 76 W 121 W 94 W 103 W 85 W 89 W 94 W 94 W 85 W 85 W 72 W 98 W +USW00021504201407WT01 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 +USW00021504201408TMAX 256 W 294 W 300 W 294 W 294 W 294 W 283 W 289 W 300 W 300 W 300 W 300 W 300 W 289 W 289 W 300 W 294 W 300 W 294 W 300 W 294 W 294 W 294 W 294 W 294 W 294 W 294 W 294 W 300 W 306 W 306 W +USW00021504201408TMIN 222 W 228 W 222 W 233 W 211 W 222 W 222 W 217 W 228 W 211 W 211 W 222 W 211 W 222 W 211 W 217 W 217 W 217 W 206 W 206 W 222 W 222 W 211 W 211 W 217 W 228 W 222 W 194 W 200 W 194 W 217 W +USW00021504201408PRCP 541 W 48 W 13 W 8 W 13 W 25 W 439 W 518 W 25 W 0T W 0 W 48 W 3 W 36 W 18 W 66 W 5 W 61 W 56 W 381 W 178 W 38 W 8 W 43 W 18 W 64 W 58 W 5 W 5 W 0T W 25 W +USW00021504201408AWND 23 W 26 W 28 W 29 W 32 W 26 W 71 W 40 W 24 W 26 W 30 W 22 W 29 W 24 W 28 W 31 W 32 W 29 W 28 W 34 W 27 W 33 W 27 W 26 W 30 W 31 W 32 W 32 W 32 W 29 W 38 W +USW00021504201408TAVG 254H S 247H S 259H S 261H S 253H S 259H S 257H S 242H S 253H S 261H S 258H S 257H S 256H S 250H S 246H S 251H S 249H S 256H S 251H S 252H S 249H S 256H S 246H S 254H S 254H S 258H S 249H S 251H S 249H S 252H S 258H S +USW00021504201408WDF2 120 W 90 W 120 W 100 W 60 W 50 W 80 W 110 W 50 W 30 W 30 W 80 W 70 W 70 W 80 W 50 W 60 W 50 W 40 W 80 W 90 W 330 W 40 W 30 W 20 W 60 W 20 W 360 W 340 W 70 W 120 W +USW00021504201408WDF5 110 W 80 W 110 W 110 W 40 W 60 W 100 W 120 W 40 W 30 W 20 W 70 W 80 W 70 W 60 W 50 W 20 W 60 W 50 W 60 W 100 W 60 W 70 W 60 W 40 W 70 W 30 W 20 W 30 W 90 W 140 W +USW00021504201408WSF2 63 W 63 W 76 W 72 W 72 W 76 W 174 W 148 W 58 W 54 W 58 W 58 W 67 W 67 W 72 W 81 W 67 W 58 W 63 W 72 W 67 W 89 W 58 W 58 W 54 W 103 W 63 W 67 W 63 W 63 W 98 W +USW00021504201408WSF5 81 W 85 W 107 W 94 W 85 W 94 W 241 W 210 W 76 W 76 W 76 W 85 W 94 W 89 W 94 W 94 W 89 W 76 W 76 W 89 W 76 W 107 W 72 W 76 W 76 W 121 W 76 W 81 W 76 W 107 W 121 W +USW00021504201408WT01 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 1 W +USW00021504201408WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201409TMAX 311 W 294 W 300 W 300 W 306 W 306 W 311 W 300 W 306 W 294 W 311 W 311 W 306 W 306 W 311 W 311 W 317 W 317 W 322 W 322 W 317 W 311 W 311 W 317 W 322 W 339 W 306 W 306 W 317 W 311 W-9999 +USW00021504201409TMIN 228 W 217 W 211 W 194 W 200 W 211 W 217 W 228 W 211 W 211 W 211 W 206 W 211 W 211 W 217 W 222 W 211 W 211 W 217 W 228 W 233 W 222 W 211 W 211 W 228 W 222 W 228 W 222 W 222 W 222 W-9999 +USW00021504201409PRCP 18 W 66 W 91 W 0 W 0T W 0T W 51 W 8 W 0 W 0T W 0 W 0 W 84 W 0T W 0 W 0 W 0 W 10 W 0T W 0T W 13 W 0T W 33 W 0 W 0T W 10 W 320 W 300 W 0T W 23 W-9999 +USW00021504201409AWND 26 W 32 W 29 W 32 W 31 W 31 W 30 W 27 W 23 W 22 W 27 W 32 W 27 W 24 W 33 W 29 W 28 W 30 W 30 W 28 W 26 W 33 W 29 W 32 W 25 W 29 W 28 W 22 W 35 W 25 W-9999 +USW00021504201409TAVG 256H S 254H S 247H S 246H S 248H S 256H S 260H S 259H S 252H S 252H S 253H S 254H S 258H S 259H S 259H S 266H S 261H S 260H S 264H S 268H S 267H S 262H S 261H S 257H S 264H S 264H S 262H S 254H S 259H S 260H S-9999 +USW00021504201409WDF2 80 W 80 W 50 W 30 W 70 W 90 W 100 W 90 W 100 W 140 W 90 W 40 W 30 W 50 W 360 W 10 W 50 W 30 W 90 W 100 W 80 W 50 W 90 W 40 W 100 W 110 W 90 W 100 W 130 W 90 W-9999 +USW00021504201409WDF5 90 W 80 W 300 W 50 W 50 W 80 W 120 W 70 W 80 W 140 W 80 W 60 W 110 W 50 W 350 W 360 W 50 W 50 W 110 W 120 W 80 W 50 W 80 W 60 W 80 W 110 W 70 W 100 W 110 W 130 W-9999 +USW00021504201409WSF2 67 W 94 W 63 W 58 W 58 W 67 W 67 W 63 W 67 W 58 W 67 W 58 W 58 W 54 W 72 W 58 W 58 W 58 W 76 W 81 W 72 W 67 W 63 W 63 W 63 W 76 W 81 W 67 W 89 W 58 W-9999 +USW00021504201409WSF5 89 W 112 W 76 W 76 W 76 W 89 W 85 W 94 W 89 W 72 W 89 W 81 W 76 W 76 W 89 W 76 W 81 W 81 W 103 W 98 W 89 W 98 W 85 W 89 W 85 W 98 W 116 W 81 W 112 W 76 W-9999 +USW00021504201409WT01 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W-9999 +USW00021504201409WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00021504201410TMAX 306 W 306 W 311 W 306 W 306 W 311 W 311 W 283 W 300 W 294 W 300 W 294 W 289 W 300 W 272 W 300 W 289 W 267 W 283 W 300 W 311 W 300 W 294 W 300 W 294 W 278 W 289 W 289 W 278 W 289 W 294 W +USW00021504201410TMIN 211 W 217 W 222 W 222 W 217 W 211 W 217 W 211 W 228 W 217 W 206 W 211 W 189 W 206 W 217 W 200 W 233 W 228 W 222 W 217 W 206 W 211 W 222 W 206 W 194 W 217 W 217 W 217 W 217 W 211 W 206 W +USW00021504201410PRCP 0T W 130 W 114 W 51 W 0T W 0 W 0 W 41 W 23 W 20 W 0T W 107 W 114 W 74 W 20 W 74 W 224 W 1158 W 318 W 0T W 0 W 0T W 38 W 5 W 104 W 538 W 114 W 13 W 66 W 10 W 445 W +USW00021504201410AWND 28 W 28 W 35 W 31 W 27 W 31 W 27 W 25 W 24 W 28 W 31 W 29 W 31 W 26 W 24 W 27 W 27 W 12 W 21 W 30 W 35 W 32 W 29 W 27 W 30 W 22 W 26 W 25 W 25 W 34 W 34 W +USW00021504201410TAVG 255H S 253H S 257H S 250H S 254H S 257H S 258H S 249H S 252H S 253H S 243H S 248H S 239H S 226H S 247H S 241H S 254H S 252H S 247H S 249H S 249H S 253H S 246H S 251H S 239H S 241H S 241H S 243H S 245H S 247H S 244H S +USW00021504201410WDF2 110 W 250 W 70 W 140 W 100 W 110 W 110 W 70 W 50 W 60 W 70 W 350 W 70 W 130 W 260 W 80 W 130 W 90 W 70 W 110 W 120 W 110 W 40 W 60 W 70 W 170 W 50 W 60 W 270 W 60 W 80 W +USW00021504201410WDF5 110 W 230 W 120 W 160 W 120 W 120 W 110 W 120 W 60 W 50 W 50 W 340 W 70 W 130 W 80 W 80 W 200 W 220 W 60 W 120 W 110 W 110 W 50 W 140 W 70 W 180 W 60 W 60 W 270 W 70 W 80 W +USW00021504201410WSF2 58 W 58 W 72 W 63 W 58 W 81 W 58 W 63 W 63 W 94 W 63 W 81 W 125 W 72 W 63 W 63 W 72 W 63 W 58 W 76 W 72 W 76 W 67 W 63 W 81 W 58 W 72 W 63 W 54 W 89 W 89 W +USW00021504201410WSF5 85 W 81 W 103 W 76 W 98 W 103 W 81 W 81 W 76 W 121 W 81 W 98 W 148 W 89 W 72 W 81 W 103 W 67 W 67 W 98 W 94 W 103 W 89 W 81 W 98 W 89 W 85 W 67 W 63 W 103 W 107 W +USW00021504201410WT01-9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W +USW00021504201410WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201410WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00021504201411TMAX 289 W 250 W 244 W 256 W 261 W 272 W 283 W 289 W 261 W 278 W 278 W 267 W 294 W 294 W 294 W 294 W 283 W 267 W 272 W 261 W 250 W 272 W 272 W 278 W 244 W 250 W 261 W 272 W 256 W 272 W-9999 +USW00021504201411TMIN 222 W 222 W 211 W 206 W 178 W 194 W 206 W 189 W 206 W 189 W 189 W 200 W 222 W 217 W 206 W 211 W 228 W 206 W 206 W 194 W 183 W 189 W 172 W 167 W 183 W 172 W 206 W 206 W 206 W 200 W-9999 +USW00021504201411PRCP 338 W 152 W 391 W 8 W 0T W 3 W 5 W 91 W 0T W 0T W 0 W 0T W 3 W 10 W 23 W 114 W 0T W 196 W 119 W 246 W 61 W 20 W 0 W 8 W 91 W 69 W 97 W 91 W 155 W 3 W-9999 +USW00021504201411AWND 30 W 25 W 30 W 22 W 23 W 32 W 30 W 36 W 28 W 22 W 26 W 19 W 26 W 20 W 22 W 39 W 43 W 30 W 30 W 25 W 32 W 25 W 33 W 40 W 39 W 39 W 35 W 34 W 31 W 39 W-9999 +USW00021504201411TAVG 242H S 238H S 230H S 219H S 221H S 225H S 233H S 236H S 229H S 226H S 231H S 235H S 247H S 250H S 253H S 251H S 249H S 241H S 230H S 224H S 209H S 220H S 219H S 221H S 237H S 199H S 225H S 230H S 232H S 220H S-9999 +USW00021504201411WDF2 110 W 250 W 260 W 210 W 60 W 130 W 70 W 350 W 350 W 110 W 40 W 150 W 150 W 350 W 350 W 330 W 40 W 60 W 40 W 250 W 80 W 120 W 120 W 340 W 340 W 340 W 320 W 30 W 60 W 50 W-9999 +USW00021504201411WDF5 100 W 240 W 260 W 210 W 110 W 130 W 80 W 350 W 30 W 60 W 50 W 150 W 140 W 20 W 340 W 10 W 20 W 40 W 40 W 250 W 100 W 120 W 110 W 20 W 350 W 340 W 320 W 60 W 60 W 20 W-9999 +USW00021504201411WSF2 89 W 63 W 54 W 40 W 45 W 76 W 58 W 72 W 58 W 45 W 54 W 45 W 81 W 63 W 45 W 76 W 67 W 72 W 89 W 54 W 72 W 72 W 81 W 81 W 76 W 72 W 76 W 76 W 89 W 72 W-9999 +USW00021504201411WSF5 103 W 76 W 63 W 54 W 63 W 94 W 72 W 89 W 67 W 58 W 72 W 63 W 107 W 76 W 58 W 103 W 85 W 89 W 107 W 63 W 85 W 85 W 98 W 103 W 98 W 89 W 103 W 98 W 107 W 98 W-9999 +USW00021504201411WT01 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 +USW00021504201411WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201411WT08-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00021504201412TMAX 267 W 267 W 250 W 261 W 261 W 250 W 272 W 278 W 278 W 278 W 278 W 244 W 261 W 267 W 261 W 256 W 272 W 267 W 272 W 283 W 283 W 283 W 233 W 261 W 250 W 272 W 267 W 261 W 267 W 278 W 250 W +USW00021504201412TMIN 194 W 183 W 183 W 194 W 194 W 194 W 172 W 172 W 178 W 172 W 156 W 183 W 206 W 194 W 194 W 189 W 189 W 200 W 200 W 194 W 189 W 183 W 183 W 183 W 194 W 178 W 183 W 183 W 172 W 172 W 172 W +USW00021504201412PRCP 94 W 79 W 25 W 46 W 0 W 38 W 0 W 0 W 0 W 0 W 13 W 406 W 147 W 41 W 15 W 137 W 0T W 53 W 28 W 0T W 0T W 0 W 381 W 3 W 36 W 8 W 0 W 0 W 0 W 0 W 0T W +USW00021504201412AWND 39 W 30 W 22 W 24 W 19 W 23 W 26 W 29 W 24 W 32 W 25 W 24 W 37 W 42 W 35 W 22 W 26 W 22 W 27 W 32 W 27 W 26 W 17 W 12 W 20 W 22 W 47 W 46 W 26 W 44 W 26 W +USW00021504201412TAVG 228H S 218H S 213H S 215H S 225H S 223H S 221H S 217H S 223H S 219H S 221H S 223H S 223H S 223H S 226H S 216H S 219H S 232H S 228H S 232H S 230H S 227H S 230H S 201H S 220H S 222H S 220H S 228H S 212H S 212H S 224H S +USW00021504201412WDF2 60 W 30 W 70 W 360 W 240 W 60 W 100 W 100 W 10 W 20 W 90 W 80 W 40 W 50 W 50 W 90 W 80 W 60 W 130 W 140 W 80 W 20 W 110 W 40 W 310 W 50 W 340 W 350 W 270 W 150 W 350 W +USW00021504201412WDF5 60 W 20 W 90 W 350 W 200 W 60 W 70 W 100 W 20 W 10 W 90 W 80 W 40 W 50 W 50 W 100 W 80 W 70 W 110 W 120 W 80 W 10 W 110 W 40 W 330 W 60 W 340 W 350 W 70 W 150 W 350 W +USW00021504201412WSF2 81 W 58 W 63 W 54 W 40 W 67 W 58 W 63 W 63 W 67 W 72 W 45 W 72 W 81 W 72 W 63 W 76 W 58 W 67 W 58 W 58 W 58 W 63 W 40 W 40 W 54 W 112 W 76 W 54 W 107 W 76 W +USW00021504201412WSF5 103 W 76 W 72 W 63 W 49 W 81 W 72 W 76 W 72 W 81 W 85 W 67 W 94 W 107 W 94 W 72 W 85 W 72 W 81 W 85 W 72 W 67 W 72 W 49 W 45 W 63 W 143 W 107 W 67 W 143 W 103 W +USW00021504201412WT01 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201412WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201412WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201501TMAX 250 W 256 W 289 W 261 W 267 W 261 W 261 W 261 W 278 W 272 W 278 W 272 W 278 W 283 W 289 W 283 W 278 W 278 W 289 W 289 W 289 W 283 W 294 W 294 W 250 W 250 W 272 W 272 W 306 W 278 W 289 W +USW00021504201501TMIN 167 W 194 W 172 W 150 W 156 W 161 W 178 W 189 W 183 W 194 W 183 W 178 W 183 W 178 W 189 W 172 W 178 W 183 W 167 W 189 W 183 W 167 W 156 W 189 W 211 W 194 W 178 W 194 W 178 W 178 W 211 W +USW00021504201501PRCP 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 5 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 5 W 0T W 0T W 0 W 0 W 0 W 188 W 411 W 99 W 3 W 0 W 0 W 0 W 0T W +USW00021504201501AWND 21 W 24 W 44 W 36 W 30 W 52 W 54 W 29 W 30 W 29 W 21 W 27 W 29 W 32 W 31 W 28 W 30 W 26 W 31 W 25 W 34 W 25 W 31 W 39 W 49 W 37 W 29 W 26 W 34 W 21 W 26 W +USW00021504201501TAVG 213H S 221H S 235H S 214H S 202H S 213H S 221H S 216H S 222H S 229H S 223H S 223H S 224H S 221H S 236H S 222H S 224H S 224H S 233H S 234H S 228H S 225H S 224H S 239H S 234H S 216H S 214H S 224H S 223H S 222H S 237H S +USW00021504201501WDF2 360 W 160 W 350 W 360 W 350 W 10 W 10 W 100 W 90 W 60 W 90 W 100 W 70 W 100 W 110 W 100 W 80 W 130 W 120 W 80 W 120 W 30 W 110 W 350 W 40 W 10 W 100 W 120 W 360 W 40 W 110 W +USW00021504201501WDF5 10 W 160 W 140 W 360 W 360 W 20 W 350 W 70 W 80 W 30 W 110 W 120 W 70 W 130 W-9999 90 W 90 W 120 W 120 W 100 W 100 W 30 W 110 W 20 W 20 W 50 W 80 W 120 W 360 W 50 W 100 W +USW00021504201501WSF2 58 W 107 W 112 W 89 W 58 W 107 W 81 W 45 W 67 W 63 W 58 W 67 W 58 W 67 W 72 W 67 W 63 W 72 W 76 W 63 W 81 W 67 W 94 W 72 W 81 W 67 W 72 W 63 W 98 W 40 W 81 W +USW00021504201501WSF5 76 W 148 W 148 W 112 W 76 W 148 W 112 W 54 W 85 W 76 W 76 W 85 W 76 W 89 W-9999 85 W 81 W 81 W 94 W 81 W 103 W 81 W 107 W 94 W 116 W 85 W 85 W 98 W 143 W 49 W 103 W +USW00021504201501WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00021504201501WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201502TMAX 289 W 311 W 300 W 300 W 289 W 272 W 278 W 278 W 278 W 289 W 289 W 278 W 283 W 317 W 261 W 283 W 283 W 289 W 311 W 283 W 239 W 272 W 283 W 278 W 278 W 289 W 294 W 278 W-9999 -9999 -9999 +USW00021504201502TMIN 194 W 161 W 183 W 194 W 178 W 189 W 167 W 167 W 183 W 183 W 200 W 189 W 167 W 183 W 217 W 167 W 178 W 178 W 189 W 211 W 206 W 206 W 189 W 178 W 172 W 189 W 183 W 200 W-9999 -9999 -9999 +USW00021504201502PRCP 0T W 0 W 0 W 0 W 0T W 0 W 0T W 0 W 0T W 0T W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 20 W 1067 W 46 W 3 W 51 W 36 W 0 W 0 W 122 W-9999 -9999 -9999 +USW00021504201502AWND 29 W 41 W 23 W 29 W 21 W 25 W 35 W 30 W 17 W 22 W 26 W 23 W 31 W 24 W 46 W 34 W 38 W 36 W 34 W 30 W 35 W 32 W 34 W 35 W 29 W 39 W 36 W 23 W-9999 -9999 -9999 +USW00021504201502TAVG 240H S 230H S 234H S 245H S 237H S 240H S 220H S 221H S 219H S 235H S 240H S 236H S 220H S 240H S 256H S 225H S 226H S 224H S 238H S 248H S 233H S 222H S 229H S 224H S 221H S 234H S 233H S 235H S-9999 -9999 -9999 +USW00021504201502WDF2 120 W 350 W 10 W 70 W 100 W 100 W 10 W 110 W 180 W 350 W 10 W 50 W 10 W 360 W 360 W 100 W 110 W 100 W 110 W 350 W 30 W 120 W 80 W 70 W 50 W 110 W 110 W 60 W-9999 -9999 -9999 +USW00021504201502WDF5 130 W 360 W 10 W 100 W 80 W 90 W 10 W 110 W 180 W 350 W 30 W 30 W 30 W 350 W 360 W 100 W 120 W 110 W 100 W 350 W 20 W 110 W 100 W 70 W 20 W 110 W 110 W 100 W-9999 -9999 -9999 +USW00021504201502WSF2 76 W 103 W 45 W 63 W 63 W 63 W 76 W 67 W 58 W 54 W 72 W 63 W 76 W 67 W 107 W 72 W 89 W 76 W 89 W 63 W 67 W 81 W 67 W 72 W 54 W 98 W 89 W 58 W-9999 -9999 -9999 +USW00021504201502WSF5 98 W 152 W 63 W 89 W 76 W 89 W 103 W 94 W 76 W 72 W 89 W 76 W 98 W 85 W 139 W 98 W 107 W 98 W 112 W 76 W 98 W 98 W 89 W 107 W 72 W 121 W 107 W 76 W-9999 -9999 -9999 +USW00021504201502WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201503TMAX 278 W 261 W 278 W 239 W 256 W 233 W 228 W 211 W 217 W 244 W 250 W 239 W 244 W 250 W 261 W 272 W 278 W 289 W 278 W 283 W 278 W 278 W 283 W 272 W 278 W 278 W 272 W 278 W 283 W 278 W 289 W +USW00021504201503TMIN 189 W 194 W 189 W 194 W 178 W 189 W 183 W 189 W 189 W 183 W 183 W 194 W 194 W 200 W 189 W 183 W 178 W 172 W 178 W 172 W 189 W 189 W 189 W 183 W 183 W 211 W 189 W 183 W 189 W 194 W 200 W +USW00021504201503PRCP 188 W 300 W 269 W 607 W 130 W 251 W 0T W 104 W 71 W 0T W 8 W 5 W 0 W 0 W 0T W 0 W 0 W 0 W 3 W 33 W 71 W 33 W 13 W 0T W 0T W 15 W 74 W 46 W 5 W 41 W 0T W +USW00021504201503AWND 22 W 26 W 28 W 30 W 37 W 52 W 43 W 24 W 38 W 31 W 14 W 38 W 65 W 41 W 31 W 27 W 35 W 38 W 26 W 35 W 30 W 33 W 26 W 25 W 30 W 48 W 33 W 28 W 30 W 31 W 35 W +USW00021504201503TAVG 226H S 217H S 217H S 225H S 211H S 214H S 203H S 199H S 199H S 203H S 206H S 218H S 213H S 216H S 215H S 218H S 217H S 221H S 228H S 226H S 229H S 227H S 226H S 225H S 227H S 244H S 228H S 219H S 228H S 226H S 232H S +USW00021504201503WDF2 90 W 100 W 50 W 340 W 330 W 350 W 350 W 340 W 340 W 10 W 350 W 360 W 350 W 30 W 60 W 40 W 90 W 100 W 360 W 20 W 270 W 100 W 120 W 110 W 50 W 70 W 80 W 110 W 110 W 100 W 130 W +USW00021504201503WDF5 90 W 100 W 50 W 340 W 10 W 360 W 350 W 10 W 350 W 20 W 30 W 350 W 350 W 10 W 40 W 50 W 120 W 120 W 30 W 20 W 270 W 100 W 110 W 130 W 30 W 70 W 90 W 110 W 110 W 80 W 80 W +USW00021504201503WSF2 76 W 72 W 58 W 112 W 81 W 98 W 103 W 67 W 67 W 67 W 36 W 76 W 103 W 89 W 67 W 63 W 67 W 94 W 63 W 72 W 67 W 67 W 67 W 58 W 63 W 76 W 76 W 72 W 98 W 72 W 76 W +USW00021504201503WSF5 89 W 85 W 72 W 143 W 112 W 139 W 121 W 94 W 85 W 85 W 45 W 103 W 139 W 121 W 98 W 81 W 85 W 116 W 81 W 89 W 81 W 89 W 85 W 72 W 89 W 94 W 116 W 89 W 107 W 89 W 98 W +USW00021504201503WT01-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W +USW00021504201503WT03 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201503WT08-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201504TMAX 289 W 289 W 289 W 283 W 278 W 272 W 267 W 272 W 256 W 261 W 272 W 267 W 261 W 261 W 250 W 267 W 272 W 283 W 272 W 267 W 283 W 289 W 283 W 283 W 278 W 294 W 289 W 283 W 272 W 278 W-9999 +USW00021504201504TMIN 200 W 206 W 206 W 200 W 206 W 189 W 183 W 183 W 194 W 183 W 189 W 189 W 178 W 194 W 200 W 172 W 194 W 178 W 194 W 194 W 183 W 200 W 206 W 211 W 200 W 194 W 194 W 211 W 200 W 194 W-9999 +USW00021504201504PRCP 3 W 0T W 5 W 218 W 3 W 173 W 84 W 188 W 137 W 150 W 386 W 130 W 333 W 152 W 104 W 292 W 594 W 23 W 64 W 130 W 94 W 107 W 13 W 38 W 5 W 0T W 3 W 8 W 86 W 114 W-9999 +USW00021504201504AWND 26 W 28 W 34 W 31 W 30 W 29 W 26 W 36 W 28 W 23 W 30 W 31 W 27 W 28 W 26 W 29 W 26 W 32 W 32 W 28 W 38 W 38 W 38 W 35 W 36 W 30 W 26 W 27 W 29 W 35 W-9999 +USW00021504201504TAVG 237H S 237H S 243H S 237H S 235H S 223H S 217H S 217H S 219H S 220H S 212H S 219H S 211H S 218H S 215H S 221H S 222H S 228H S 225H S 219H S 221H S 231H S 238H S 239H S 234H S 236H S 237H S 241H S 233H S 228H S-9999 +USW00021504201504WDF2 100 W 80 W 90 W 90 W 70 W 270 W 260 W 50 W 110 W 100 W 260 W 40 W 80 W 250 W 270 W 70 W 80 W 30 W 80 W 80 W 120 W 120 W 130 W 140 W 130 W 110 W 60 W 60 W 80 W 60 W-9999 +USW00021504201504WDF5 100 W 70 W 110 W 70 W 70 W 60 W 260 W 60 W 100 W 160 W 250 W 40 W 80 W 250 W 260 W 70 W 80 W 50 W 80 W 80 W 120 W 120 W 120 W 110 W 130 W 110 W 60 W 40 W 80 W 40 W-9999 +USW00021504201504WSF2 63 W 76 W 81 W 76 W 76 W 72 W 72 W 81 W 72 W 67 W 72 W 63 W 89 W 58 W 58 W 76 W 76 W 67 W 76 W 98 W 81 W 89 W 103 W 89 W 98 W 89 W 63 W 72 W 72 W 72 W-9999 +USW00021504201504WSF5 81 W 107 W 112 W 103 W 89 W 85 W 85 W 98 W 94 W 85 W 89 W 76 W 94 W 67 W 63 W 98 W 107 W 89 W 94 W 121 W 112 W 116 W 125 W 139 W 121 W 112 W 81 W 94 W 89 W 89 W-9999 +USW00021504201504WT01 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 +USW00021504201504WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00021504201505TMAX 261 W 278 W 272 W 267 W 244 W 278 W 289 W 278 W 278 W 267 W 250 W 267 W 272 W 267 W 283 W 278 W 272 W 267 W 278 W 267 W 283 W 283 W 278 W 261 W 256 W 244 W 228 W 261 W 283 W 283 W 283 W +USW00021504201505TMIN 172 W 189 W 189 W 189 W 194 W 189 W 183 W 200 W 200 W 206 W 194 W 200 W 194 W 183 W 178 W 194 W 200 W 183 W 200 W 200 W 183 W 178 W 200 W 206 W 200 W 200 W 200 W 206 W 200 W 211 W 211 W +USW00021504201505PRCP 33 W 58 W 279 W 69 W 58 W 20 W 28 W 61 W 165 W 150 W 58 W 226 W 168 W 74 W 38 W 13 W 145 W 5 W 109 W 5 W 0 W 0 W 28 W 0 W 0 W 0T W 69 W 8 W 58 W 33 W 10 W +USW00021504201505AWND 25 W 34 W 35 W 33 W 26 W 29 W 32 W 33 W 33 W 36 W 28 W 33 W 29 W 21 W 33 W 32 W 26 W 30 W 34 W 23 W 26 W 21 W 39 W 42 W 30 W 19 W 15 W 23 W 29 W 29 W 37 W +USW00021504201505TAVG 219H S 228H S 224H S 220H S 215H S 218H S 231H S 233H S 229H S 226H S 227H S 223H S 223H S 220H S 223H S 229H S 229H S 222H S 232H S 226H S 227H S 227H S 238H S 226H S 226H S 223H S 217H S 227H S 236H S 241H S 238H S +USW00021504201505WDF2 80 W 60 W 100 W 80 W 80 W 80 W 60 W 80 W 80 W 120 W 70 W 50 W 60 W 70 W 70 W 50 W 60 W 80 W 260 W 150 W 50 W 340 W 340 W 320 W 360 W 360 W 340 W 20 W 360 W 10 W 90 W +USW00021504201505WDF5 80 W 100 W 100 W 80 W 80 W 70 W 50 W 80 W 80 W 130 W 80 W 270 W 50 W 80 W 70 W 50 W 70 W 80 W 40 W 260 W 50 W 340 W 340 W 340 W 350 W 20 W-9999 10 W 30 W 20 W 70 W +USW00021504201505WSF2 72 W 76 W 72 W 98 W 72 W 67 W 76 W 94 W 98 W 81 W 76 W 67 W 72 W 67 W 81 W 63 W 72 W 72 W 67 W 58 W 63 W 58 W 89 W 72 W 58 W 45 W 36 W 76 W 63 W 67 W 67 W +USW00021504201505WSF5 85 W 94 W 89 W 116 W 81 W 89 W 94 W 116 W 112 W 103 W 94 W 94 W 85 W 76 W 98 W 76 W 89 W 94 W 85 W 67 W 81 W 67 W 107 W 98 W 67 W 58 W-9999 94 W 85 W 81 W 85 W +USW00021504201505WT01 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W +USW00021504201505WT08 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00021504201506TMAX 278 W 278 W 278 W 294 W 294 W 294 W 283 W 289 W 278 W 278 W 283 W 289 W 300 W 283 W 289 W 289 W 283 W 283 W 289 W 294 W 289 W 283 W 294 W 283 W 294 W 294 W 300 W 311 W 300 W 311 W-9999 +USW00021504201506TMIN 211 W 211 W 217 W 211 W 206 W 211 W 183 W 200 W 206 W 200 W 189 W 189 W 206 W 211 W 211 W 200 W 211 W 217 W 222 W 217 W 206 W 206 W 211 W 217 W 206 W 206 W 222 W 222 W 217 W 217 W-9999 +USW00021504201506PRCP 353 W 41 W 206 W 0 W 10 W 5 W 20 W 28 W 76 W 137 W 0T W 0T W 0T W 18 W 3 W 25 W 97 W 8 W 36 W 18 W 71 W 109 W 3 W 0T W 23 W 0T W 3 W 0 W 41 W 0T W-9999 +USW00021504201506AWND 27 W 24 W 26 W 20 W 32 W 27 W 28 W 31 W 37 W 35 W 31 W 30 W 26 W 24 W 20 W 34 W 23 W 26 W 29 W 34 W 32 W 30 W 29 W 25 W 28 W 24 W 23 W 25 W 26 W 25 W-9999 +USW00021504201506TAVG 242H S 236H S 241H S 246H S 251H S 252H S 236H S 239H S 239H S 234H S 234H S 240H S 245H S 243H S 242H S 246H S 240H S 241H S 248H S 257H S 247H S 243H S 245H S 248H S 246H S 248H S 258H S 261H S 256H S 259H S-9999 +USW00021504201506WDF2 60 W 20 W 90 W 50 W 80 W 30 W 80 W 90 W 60 W 30 W 60 W 40 W 30 W 120 W 70 W 60 W 20 W 80 W 60 W 40 W 250 W 130 W 60 W 90 W 40 W 100 W 40 W 80 W 100 W 100 W-9999 +USW00021504201506WDF5 70 W 30 W 90 W 60 W 90 W 50 W 90 W 20 W 60 W 20 W 40 W 30 W 30 W 120 W 70 W 10 W 10 W 80 W 30 W 100 W 40 W 120 W 80 W 90 W 30 W 100 W 70 W 90 W 110 W 100 W-9999 +USW00021504201506WSF2 67 W 63 W 63 W 67 W 67 W 63 W 76 W 67 W 81 W 72 W 67 W 63 W 67 W 76 W 72 W 67 W 67 W 63 W 67 W 76 W 63 W 76 W 67 W 89 W 63 W 72 W 63 W 63 W 67 W 67 W-9999 +USW00021504201506WSF5 85 W 81 W 81 W 85 W 94 W 81 W 94 W 89 W 112 W 94 W 85 W 76 W 76 W 94 W 85 W 98 W 85 W 67 W 76 W 94 W 89 W 94 W 98 W 134 W 76 W 85 W 81 W 98 W 94 W 76 W-9999 +USW00021504201506WT01 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 +USW00021504201506WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00021504201507TMAX 311 W 306 W 306 W 311 W 306 W 306 W 311 W 306 W 300 W 306 W 306 W 322 W 306 W 306 W 306 W 317 W 289 W 300 W 289 W 300 W 311 W 289 W 300 W 300 W 317 W 311 W 294 W 306 W 311 W 306 W 311 W +USW00021504201507TMIN 233 W 233 W 222 W 211 W 211 W 222 W 211 W 222 W 228 W 239 W 228 W 228 W 222 W 217 W 222 W 217 W 217 W 228 W 211 W 217 W 222 W 228 W 206 W 228 W 217 W 217 W 222 W 222 W 211 W 217 W 233 W +USW00021504201507PRCP 5 W 8 W 0 W 0T W 5 W 25 W 79 W 28 W 20 W 23 W 0 W 5 W 333 W 38 W 74 W 241 W 754 W 38 W 38 W 3 W 30 W 25 W 51 W 28 W 0T W 5 W 119 W 3 W 0T W 25 W 43 W +USW00021504201507AWND 26 W 25 W 30 W 27 W 29 W 34 W 27 W 30 W 37 W 32 W 25 W 29 W 28 W 27 W 27 W 30 W 26 W 28 W 31 W 21 W 31 W 23 W 33 W 25 W 26 W 30 W 30 W 35 W 30 W 23 W 28 W +USW00021504201507TAVG 263H S 261H S 261H S 254H S 252H S 259H S 251H S 261H S 264H S 262H S 264H S 273H S 264H S 255H S 258H S 263H S 258H S 259H S 249H S 253H S 261H S 249H S 250H S 254H S 249H S 259H S 254H S 254H S 259H S 256H S 263H S +USW00021504201507WDF2 100 W 100 W 50 W 40 W 60 W 40 W 50 W 10 W 340 W 340 W 360 W 80 W 80 W 40 W 300 W 110 W 350 W 320 W 20 W 100 W 210 W 260 W 70 W 80 W 90 W 70 W 230 W 120 W 80 W 90 W 320 W +USW00021504201507WDF5 110 W 110 W 100 W 40 W 70 W 40 W 50 W 360 W 350 W 10 W 20 W 100 W 80 W 40 W 40 W 100 W 340 W 10 W 20 W 110 W 70 W 260 W 80 W 80 W 80 W 80 W 250 W 130 W 80 W 90 W 60 W +USW00021504201507WSF2 63 W 81 W 67 W 63 W 81 W 81 W 63 W 67 W 72 W 67 W 58 W 67 W 72 W 63 W 54 W 76 W 67 W 63 W 76 W 58 W 63 W 58 W 76 W 63 W 67 W 67 W 63 W 98 W 76 W 63 W 58 W +USW00021504201507WSF5 85 W 112 W 94 W 81 W 98 W 103 W 76 W 89 W 85 W 89 W 72 W 98 W 85 W 76 W 76 W 98 W 81 W 76 W 94 W 76 W 94 W 63 W 89 W 72 W 81 W 81 W 72 W 121 W 98 W 72 W 76 W +USW00021504201507WT01 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W +USW00021504201507WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W +USW00021504201508TMAX 267 W 256 W 289 W 289 W 294 W 311 W 306 W 306 W 306 W 311 W 311 W 306 W 300 W 272 W 306 W 311 W 322 W 300 W 311 W 311 W 311 W 322 W 311 W 267 W 306 W 311 W 317 W 322 W 322 W 317 W 317 W +USW00021504201508TMIN 211 W 228 W 233 W 211 W 233 W 206 W 228 W 228 W 228 W 222 W 228 W 239 W 233 W 233 W 217 W 217 W 233 W 222 W 228 W 233 W 233 W 250 W 244 W 233 W 222 W 222 W 222 W 222 W 217 W 233 W 228 W +USW00021504201508PRCP 74 W 693 W 173 W 99 W 160 W 0T W 109 W 10 W 25 W 23 W 5 W 140 W 615 W 564 W 3 W 0T W 696 W 76 W 33 W 3 W 152 W 389 W 13 W 208 W 25 W 0 W 0 W 0 W 5 W 76 W 0 W +USW00021504201508AWND 30 W 29 W 21 W 29 W 37 W 23 W 35 W 27 W 31 W 30 W 28 W 28 W 24 W 27 W 22 W 30 W 26 W 26 W 35 W 26 W 32 W 39 W 26 W 20 W 20 W 27 W 29 W 25 W 30 W 29 W 37 W +USW00021504201508TAVG 250H S 244H S 241H S 250H S 258H S 257H S 261H S 265H S 265H S 258H S 258H S 267H S 262H S 246H S 250H S 263H S 273H S 256H S 255H S 267H S 264H S 272H S 273H S 259H S 254H S 258H S 267H S 265H S 267H S 271H S 273H S +USW00021504201508WDF2 340 W 340 W 70 W 60 W 350 W 70 W 110 W 40 W 60 W 50 W 60 W 60 W 70 W 250 W 30 W 130 W 100 W 130 W 120 W 110 W 120 W 130 W 130 W 300 W 120 W 120 W 100 W 80 W 20 W 350 W 10 W +USW00021504201508WDF5 50 W 330 W 70 W 60 W 360 W 60 W 130 W 30 W 60 W 360 W 50 W 60 W 90 W 150 W 40 W 110 W 110 W 130 W 110 W 100 W 130 W 130 W 120 W 180 W 130 W 110 W 100 W 100 W 30 W 20 W 10 W +USW00021504201508WSF2 63 W 63 W 54 W 67 W 81 W 63 W 72 W 63 W 89 W 63 W 67 W 76 W 89 W 63 W 54 W 72 W 63 W 72 W 81 W 63 W 72 W 103 W 81 W 58 W 76 W 67 W 72 W 63 W 58 W 54 W 89 W +USW00021504201508WSF5 72 W 72 W 58 W 89 W 103 W 81 W 103 W 76 W 107 W 98 W 81 W 89 W 112 W 76 W 76 W 94 W 98 W 89 W 98 W 89 W 85 W 125 W 103 W 63 W 98 W 85 W 85 W 89 W 81 W 67 W 121 W +USW00021504201508WT01 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 +USW00021504201508WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W +USW00021504201508WT08-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00021504201509TMAX 333 W 339 W 317 W 317 W 317 W 328 W 322 W 328 W 333 W 322 W 311 W 300 W 294 W 311 W 289 W 311 W 306 W 283 W 311 W 261 W 311 W 300 W 300 W 311 W 300 W 300 W 267 W 289 W 300 W 306 W-9999 +USW00021504201509TMIN 228 W 233 W 228 W 217 W 222 W 222 W 222 W 239 W 239 W 239 W 233 W 228 W 228 W 228 W 228 W 228 W 228 W 211 W 217 W 228 W 228 W 222 W 228 W 222 W 222 W 233 W 228 W 217 W 217 W 206 W-9999 +USW00021504201509PRCP 0 W 0T W 0 W 5 W 0T W 30 W 0 W 0T W 0T W 18 W 86 W 300 W 480 W 56 W 231 W 478 W 66 W 638 W 226 W 1755 W 165 W 25 W 130 W 36 W 704 W 86 W 688 W 94 W 61 W 0T W-9999 +USW00021504201509AWND 27 W 29 W 25 W 27 W 32 W 27 W 21 W 24 W 29 W 30 W 32 W 27 W 33 W 27 W 26 W 24 W 28 W 30 W 25 W 29 W 37 W 27 W 25 W 27 W 35 W 43 W 33 W 32 W 28 W 30 W-9999 +USW00021504201509PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1307 W-9999 -9999 -9999 -9999 -9999 1212 W-9999 -9999 1345 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201509TAVG 276H S 274H S 269H S 260H S 269H S 266H S 258H S 277H S 273H S 272H S 263H S 256H S 252H S 257H S 252H S 251H S 253H S 247H S 242H S 247H S 259H S 254H S 249H S 254H S 255H S 259H S 250H S 237H S 248H S 247H S-9999 +USW00021504201509WDF2 350 W 120 W 90 W 30 W 30 W 40 W 360 W 40 W 140 W 130 W 100 W 130 W 80 W 90 W 90 W 60 W 70 W 90 W 80 W 70 W 70 W 70 W 50 W 50 W 80 W 80 W 150 W 70 W 110 W 70 W-9999 +USW00021504201509WDF5 350 W 100 W 80 W 30 W 10 W 30 W 30 W 20 W 130 W 140 W 90 W 120 W 100 W 80 W 80 W 40 W 70 W 90 W 80 W 40 W 80 W 80 W 50 W 30 W 80 W 80 W 150 W 70 W 100 W 40 W-9999 +USW00021504201509WSF2 67 W 89 W 76 W 58 W 63 W 63 W 54 W 63 W 76 W 81 W 89 W 67 W 67 W 89 W 89 W 72 W 72 W 72 W 58 W 94 W 76 W 67 W 67 W 58 W 76 W 76 W 81 W 72 W 63 W 63 W-9999 +USW00021504201509WSF5 81 W 116 W 98 W 81 W 76 W 89 W 63 W 76 W 103 W 98 W 107 W 94 W 85 W 103 W 103 W 85 W 76 W 89 W 81 W 121 W 103 W 81 W 81 W 72 W 98 W 103 W 107 W 94 W 85 W 81 W-9999 +USW00021504201509WT01-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 +USW00021504201509WT03 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201509WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00021504201510TMAX 300 W 289 W 267 W 306 W 311 W 289 W 294 W 306 W 311 W 289 W 311 W 311 W 300 W 306 W 289 W 294 W 317 W 300 W 306 W 311 W 294 W 300 W 294 W 300 W 300 W 300 W 300 W 294 W 311 W 311 W 317 W +USW00021504201510TMIN 200 W 206 W 222 W 217 W 211 W 228 W 189 W 211 W 206 W 233 W 250 W 228 W 206 W 217 W 233 W 222 W 222 W 222 W 206 W 222 W 217 W 222 W 211 W 217 W 200 W 206 W 217 W 228 W 222 W 228 W 217 W +USW00021504201510PRCP 0T W 48 W 1242 W 168 W 0 W 38 W 0 W 5 W 168 W 302 W 10 W 0T W 0T W 48 W 290 W 820 W 56 W 25 W 0T W 20 W 394 W 8 W 122 W 58 W 0 W 5 W 89 W 69 W 97 W 5 W 0 W +USW00021504201510AWND 31 W 28 W 34 W 26 W 28 W 72 W 39 W 28 W 34 W 18 W 22 W 27 W 30 W 30 W 23 W 22 W 27 W 22 W 30 W 29 W 26 W 30 W 30 W 34 W 32 W 34 W 34 W 25 W 26 W 26 W 28 W +USW00021504201510PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1321 W-9999 1446 W-9999 -9999 -9999 -9999 -9999 +USW00021504201510TAVG 252H S 243H S 245H S 250H S 255H S 261H S 245H S 255H S 249H S 257H S 263H S 267H S 257H S 258H S 254H S 257H S 254H S 266H S 252H S 261H S 249H S 246H S 248H S 256H S 249H S 253H S 256H S 256H S 252H S 256H S 263H S +USW00021504201510WDF2 30 W 40 W 340 W 110 W 70 W 340 W 350 W 50 W 60 W 110 W 80 W 30 W 360 W 30 W 50 W 250 W 110 W 80 W 80 W 20 W 290 W 340 W 340 W 10 W 10 W 10 W 30 W 250 W 120 W 120 W 100 W +USW00021504201510WDF5 360 W 20 W 340 W 120 W 30 W 350 W 350 W 60 W 80 W 110 W 80 W 40 W 30 W 20 W 50 W 220 W 170 W 80 W 80 W-9999 -9999 340 W 340 W 10 W 10 W 20 W 40 W 70 W 100 W 120 W 130 W +USW00021504201510WSF2 58 W 63 W 81 W 81 W 58 W 112 W 89 W 63 W 63 W 76 W 67 W 58 W 54 W 58 W 63 W 67 W 67 W 58 W 67 W 58 W 49 W 67 W 67 W 72 W 67 W 72 W 72 W 54 W 67 W 76 W 63 W +USW00021504201510WSF5 72 W 76 W 103 W 94 W 72 W 143 W 112 W 76 W 76 W 98 W 85 W 67 W 72 W 72 W 76 W 94 W 85 W 85 W 81 W-9999 -9999 81 W 89 W 89 W 85 W 103 W 89 W 63 W 81 W 94 W 76 W +USW00021504201510WT01-9999 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 +USW00021504201510WT08-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00021504201511TMAX 311 W 294 W 311 W 306 W 256 W 294 W 289 W 278 W 278 W 283 W 300 W 261 W 278 W 289 W 294 W 283 W 267 W 294 W 256 W 267 W 289 W 306 W 306 W 294 W 294 W 294 W 289 W 294 W 283 W 294 W-9999 +USW00021504201511TMIN 211 W 211 W 217 W 200 W 217 W 222 W 206 W 200 W 206 W 200 W 206 W 217 W 217 W 217 W 194 W 206 W 206 W 206 W 217 W 217 W 211 W 217 W 211 W 228 W 211 W 206 W 211 W 211 W 206 W 194 W-9999 +USW00021504201511PRCP 20 W 0T W 43 W 38 W 572 W 23 W 79 W 173 W 246 W 714 W 196 W 196 W 442 W 86 W 86 W 218 W 91 W 914 W 869 W 132 W 0T W 0T W 0T W 0T W 0T W 41 W 249 W 257 W 53 W 56 W-9999 +USW00021504201511AWND 34 W 29 W 31 W 31 W 24 W 29 W 26 W 29 W 29 W 30 W 29 W 28 W 34 W 30 W 30 W 29 W 24 W 19 W 27 W 25 W 31 W 26 W 21 W 21 W 23 W 23 W 23 W 35 W 22 W 24 W-9999 +USW00021504201511TAVG 256H S 254H S 253H S 248H S 242H S 244H S 246H S 238H S 238H S 229H S 238H S 243H S 232H S 234H S 236H S 232H S 234H S 235H S 236H S 234H S 238H S 249H S 253H S 257H S 256H S 241H S 240H S 241H S 242H S 228H S-9999 +USW00021504201511WDF2 140 W 130 W 80 W 90 W 270 W 90 W 90 W 60 W 230 W 240 W 220 W 80 W 90 W 40 W 110 W 270 W 250 W 230 W 260 W 130 W 130 W 120 W 360 W 110 W 50 W 50 W 50 W 60 W 80 W 270 W-9999 +USW00021504201511WDF5 140 W 120 W 80 W 80 W 160 W 80 W 90 W 60 W 230 W 170 W 60 W 60 W 80 W 40 W 80 W-9999 -9999 250 W 140 W 140 W 130 W 120 W-9999 110 W 60 W 60 W 40 W 50 W 80 W 270 W-9999 +USW00021504201511WSF2 72 W 67 W 72 W 63 W 49 W 76 W 98 W 67 W 98 W 63 W 45 W 94 W 94 W 72 W 94 W 49 W 45 W 67 W 58 W 76 W 76 W 81 W 49 W 63 W 54 W 58 W 72 W 89 W 72 W 63 W-9999 +USW00021504201511WSF5 94 W 94 W 81 W 85 W 76 W 107 W 112 W 89 W 121 W 107 W 76 W 112 W 112 W 94 W 130 W-9999 -9999 85 W 81 W 107 W 107 W 103 W-9999 76 W 63 W 63 W 85 W 121 W 89 W 72 W-9999 +USW00021504201511WT01 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 +USW00021504201511WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 +USW00021504201512TMAX 294 W 289 W 289 W 294 W 289 W 289 W 294 W 294 W 289 W 261 W 300 W 283 W 294 W 244 W 278 W 289 W 278 W 289 W 261 W 278 W 272 W 267 W 278 W 272 W 267 W 272 W 267 W 289 W 283 W 278 W 283 W +USW00021504201512TMIN 189 W 200 W 189 W 194 W 183 W 189 W 206 W 194 W 211 W 206 W 206 W 206 W 189 W 206 W 206 W 189 W 183 W 194 W 189 W 194 W 194 W 194 W 189 W 172 W 194 W 194 W 178 W 200 W 178 W 189 W 178 W +USW00021504201512PRCP 64 W 0T W 13 W 10 W 0T W 0T W 8 W 5 W 66 W 213 W 5 W 41 W 0T W 104 W 117 W 109 W 109 W 142 W 445 W 224 W 358 W 719 W 43 W 124 W 79 W 147 W 224 W 208 W 0 W 0T W 5 W +USW00021504201512AWND 22 W 28 W 23 W 27 W 25 W 32 W 30 W 31 W 28 W 20 W 34 W 25 W 36 W 13 W 32 W 24 W 33 W 30 W 28 W 34 W 34 W 21 W 24 W 25 W 29 W 26 W 24 W 26 W 18 W 38 W 22 W +USW00021504201512TAVG 231H S 237H S 228H S 233H S 225H S 233H S 242H S 238H S 243H S 231H S 229H S 238H S 234H S 232H S 231H S 228H S 226H S 227H S 218H S 226H S 218H S 221H S 220H S 210H S 224H S 226H S 213H S 223H S 224H S 226H S 232H S +USW00021504201512WDF2 280 W 70 W 80 W 100 W 70 W 130 W 120 W 110 W 70 W 210 W 110 W 100 W 130 W 120 W 80 W 280 W 80 W 60 W 130 W 90 W 80 W 190 W 80 W 60 W 50 W 50 W 250 W 250 W 30 W 20 W 100 W +USW00021504201512WDF5 70 W 80 W 80 W 90 W 110 W 120 W 120 W 110 W 70 W 200 W 110 W 140 W 140 W 150 W 80 W 50 W 80 W 80 W 120 W 80 W 90 W 200 W 70 W 40 W 60 W 40 W 250 W 100 W 60 W 10 W 70 W +USW00021504201512WSF2 54 W 72 W 76 W 54 W 58 W 72 W 81 W 76 W 72 W 54 W 89 W 72 W 76 W 45 W 76 W 67 W 103 W 81 W 72 W 112 W 89 W 58 W 58 W 58 W 72 W 76 W 58 W 67 W 40 W 67 W 54 W +USW00021504201512WSF5 63 W 98 W 89 W 72 W 76 W 89 W 103 W 98 W 81 W 67 W 116 W 94 W 103 W 54 W 89 W 81 W 134 W 103 W 98 W 134 W 98 W 85 W 76 W 72 W 89 W 94 W 72 W 81 W 58 W 89 W 67 W +USW00021504201512WT01 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W +USW00021504201512WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201512WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 1 W-9999 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W +USW00021504201601TMAX 278 W 272 W 278 W 278 W 283 W 256 W 278 W 289 W 300 W 306 W 283 W 294 W 283 W 289 W 294 W 294 W 300 W 300 W 294 W 300 W 267 W 289 W 283 W 300 W 311 W 300 W 300 W 306 W 294 W 306 W 289 W +USW00021504201601TMIN 189 W 189 W 178 W 172 W 161 W 183 W 178 W 172 W 172 W 172 W 183 W 172 W 167 W 167 W 161 W 150 W 178 W 178 W 189 W 189 W 189 W 178 W 194 W 178 W 178 W 167 W 178 W 183 W 194 W 194 W 183 W +USW00021504201601PRCP 3 W 25 W 0 W 0 W 51 W 33 W 0 W 0 W 0 W 0 W 0 W 0 W 13 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 84 W 18 W 51 W 0T W 0 W 0 W 0 W 0 W 0 W 25 W 25 W +USW00021504201601AWND 38 W 32 W 28 W 26 W 27 W 26 W 26 W 27 W 25 W 29 W 26 W 33 W 28 W 26 W 27 W 25 W 29 W 29 W 26 W 26 W 26 W 31 W 36 W 22 W 21 W 23 W 38 W 35 W 32 W 30 W 30 W +USW00021504201601TAVG 227H S 232H S 221H S 219H S 210H S 213H S 223H S 223H S 225H S 224H S 231H S 221H S 219H S 216H S 219H S 216H S 226H S 225H S 234H S 237H S 223H S 222H S 229H S 233H S 228H S 227H S 232H S 234H S 245H S 239H S 226H S +USW00021504201601WDF2 350 W 20 W 40 W 50 W 250 W 120 W 110 W 50 W 10 W 100 W 130 W 110 W 90 W 40 W 100 W 40 W 80 W 90 W 90 W 30 W 340 W 80 W 120 W 40 W 50 W 130 W 120 W 120 W 130 W 90 W 90 W +USW00021504201601WDF5 10 W 20 W 10 W 30 W 140 W 130 W 80 W 60 W 360 W 100 W 120 W 120 W 90 W 40 W 100 W 30 W 80 W 80 W 120 W 30 W 360 W 70 W 120 W 60 W 60 W 90 W 130 W 110 W 140 W 80 W 90 W +USW00021504201601WSF2 76 W 89 W 54 W 54 W 54 W 58 W 67 W 58 W 58 W 72 W 67 W 72 W 63 W 58 W 54 W 54 W 67 W 67 W 67 W 54 W 63 W 72 W 76 W 54 W 58 W 54 W 94 W 89 W 81 W 72 W 72 W +USW00021504201601WSF5 103 W 112 W 67 W 67 W 63 W 72 W 81 W 72 W 72 W 89 W 89 W 98 W 76 W 72 W 67 W 63 W 81 W 81 W 89 W 85 W 89 W 85 W 98 W 67 W 72 W 67 W 116 W 112 W 107 W 98 W 89 W +USW00021504201601WT01 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00021504201601WT08 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201602TMAX 289 W 283 W 289 W 300 W 261 W 294 W 244 W 272 W 278 W 283 W 283 W 300 W 300 W 300 W 289 W 289 W 244 W 256 W 283 W 300 W 294 W 278 W 272 W 300 W 261 W 300 W 317 W 300 W 317 W-9999 -9999 +USW00021504201602TMIN 178 W 200 W 183 W 172 W 189 W 178 W 206 W 161 W 161 W 167 W 167 W 172 W 194 W 183 W 194 W 194 W 189 W 189 W 172 W 167 W 172 W 194 W 206 W 189 W 206 W 206 W 183 W 178 W 194 W-9999 -9999 +USW00021504201602PRCP 94 W 97 W 3 W 0 W 36 W 0 W 38 W 0 W 0 W 0 W 0 W 3 W 25 W 0T W 5 W 170 W 155 W 53 W 3 W 0 W 0 W 15 W 0 W 5 W 124 W 8 W 0 W 0 W 0 W-9999 -9999 +USW00021504201602AWND 27 W 24 W 26 W 33 W 27 W 31 W 69 W 34 W 26 W 31 W 31 W 31 W 29 W 34 W 41 W 47 W 34 W 36 W 29 W 28 W 32 W 34 W 18 W 23 W 28 W 24 W 26 W 32 W 26 W-9999 -9999 +USW00021504201602TAVG 226H S 233H S 226H S 227H S 231H S 223H S 231H S 216H S 216H S 217H S 216H S 224H S 238H S 233H S 239H S 239H S 222H S 224H S 213H S 220H S 228H S 237H S 225H S 236H S 228H S 233H S 231H S 232H S 239H S-9999 -9999 +USW00021504201602WDF2 150 W 90 W 90 W 90 W 130 W 110 W 350 W 340 W 80 W 60 W 10 W 100 W 80 W 100 W 60 W 60 W 50 W 70 W 40 W 80 W 350 W 10 W 40 W 90 W 340 W 90 W 60 W 90 W 100 W-9999 -9999 +USW00021504201602WDF5 140 W 90 W 90 W 80 W 120 W 110 W 350 W 340 W 60 W 10 W 20 W 100 W 90 W 140 W 70 W 30 W 40 W 80 W 40 W 80 W 350 W 360 W 40 W 40 W 350 W 90 W 140 W 80 W 120 W-9999 -9999 +USW00021504201602WSF2 67 W 58 W 63 W 67 W 67 W 81 W 112 W 72 W 67 W 58 W 58 W 76 W 72 W 72 W 89 W 94 W 76 W 72 W 63 W 58 W 81 W 72 W 54 W 58 W 63 W 67 W 76 W 72 W 67 W-9999 -9999 +USW00021504201602WSF5 85 W 67 W 81 W 85 W 85 W 98 W 152 W 81 W 89 W 72 W 76 W 103 W 89 W 89 W 103 W 130 W 98 W 103 W 76 W 76 W 107 W 89 W 67 W 81 W 94 W 85 W 94 W 89 W 85 W-9999 -9999 +USW00021504201602WT01 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00021504201602WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00021504201603TMAX 306 W 272 W 283 W 294 W 300 W 311 W 306 W 322 W 244 W 272 W 256 W 256 W 244 W 283 W 272 W 278 W 256 W 261 W 256 W 261 W 278 W 283 W 289 W 294 W 289 W 278 W 294 W 289 W 300 W 283 W 289 W +USW00021504201603TMIN 178 W 189 W 194 W 194 W 178 W 200 W 194 W 189 W 200 W 194 W 194 W 194 W 194 W 194 W 206 W 200 W 194 W 194 W 194 W 200 W 194 W 178 W 200 W 189 W 211 W 189 W 200 W 200 W 189 W 200 W 200 W +USW00021504201603PRCP 0T W 3 W 23 W 0T W 0 W 3 W 0 W 64 W 20 W 3 W 36 W 394 W 191 W 23 W 155 W 51 W 3 W 15 W 94 W 69 W 13 W 0 W 5 W 66 W 13 W 0 W 0 W 0 W 0 W 3 W 0 W +USW00021504201603AWND 34 W 33 W 20 W 22 W 29 W 39 W 39 W 40 W 74 W 49 W 34 W 38 W 26 W 31 W 17 W 51 W 51 W 34 W 39 W 30 W 34 W 33 W 26 W 37 W 33 W 22 W 27 W 28 W 27 W 28 W 27 W +USW00021504201603TAVG 235H S 235H S 224H S 236H S 233H S 243H S 246H S 243H S 229H S 220H S 223H S 219H S 212H S 216H S 236H S 239H S 219H S 220H S 218H S 222H S 228H S 227H S 243H S 235H S 242H S 229H S 241H S 247H S 241H S 241H S 237H S +USW00021504201603WDF2 350 W 360 W 40 W 60 W 100 W 110 W 100 W 350 W 350 W 30 W 80 W 100 W 270 W 140 W 190 W 340 W 340 W 10 W 40 W 80 W 150 W 130 W 100 W 120 W 320 W 360 W 90 W 360 W 10 W 20 W 100 W +USW00021504201603WDF5 350 W 360 W 60 W 50 W 100 W 130 W 90 W 340 W 360 W 20 W 50 W 80 W 260 W 120 W 150 W 360 W 350 W 340 W 330 W 80 W 120 W 120 W 110 W 90 W 310 W 10 W 80 W 350 W 350 W 20 W 100 W +USW00021504201603WSF2 81 W 72 W 58 W 63 W 67 W 98 W 94 W 112 W 116 W 94 W 94 W 89 W 54 W 67 W 58 W 94 W 89 W 63 W 67 W 72 W 81 W 81 W 76 W 89 W 103 W 58 W 67 W 72 W 58 W 63 W 67 W +USW00021504201603WSF5 94 W 85 W 76 W 72 W 107 W 116 W 112 W 157 W 143 W 116 W 121 W 103 W 63 W 89 W 76 W 130 W 107 W 76 W 89 W 85 W 103 W 98 W 98 W 112 W 130 W 67 W 89 W 89 W 81 W 81 W 94 W +USW00021504201603WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201603WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201603WT08 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201603WT10-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201604TMAX 300 W 300 W 300 W 294 W 306 W 261 W 261 W 278 W 289 W 283 W 267 W 283 W 256 W 283 W 289 W 283 W 278 W 228 W 233 W 278 W 278 W 289 W 267 W 278 W 289 W 283 W 278 W 278 W 283 W 283 W-9999 +USW00021504201604TMIN 189 W 217 W 206 W 206 W 189 W 211 W 206 W 211 W 200 W 200 W 206 W 206 W 211 W 211 W 200 W 194 W 183 W 206 W 200 W 200 W 200 W 194 W 206 W 211 W 211 W 206 W 206 W 200 W 200 W 211 W-9999 +USW00021504201604PRCP 0T W 3 W 30 W 43 W 0 W 66 W 340 W 201 W 30 W 28 W 43 W 112 W 170 W 76 W 20 W 0T W 0T W 632 W 18 W 15 W 15 W 18 W 175 W 104 W 58 W 41 W 66 W 28 W 71 W 43 W-9999 +USW00021504201604AWND 34 W 29 W 29 W 38 W 34 W 41 W 26 W 27 W 30 W 27 W 24 W 31 W 23 W 26 W 30 W 34 W 35 W 37 W 31 W 32 W 32 W 31 W 34 W 26 W 26 W 27 W 26 W 30 W 32 W 31 W-9999 +USW00021504201604TAVG 243H S 254H S 246H S 246H S 243H S 240H S 227H S 231H S 239H S 239H S 236H S 227H S 232H S 232H S 241H S 237H S 235H S 231H S 211H S 219H S 231H S 235H S 232H S 232H S 241H S 242H S 241H S 233H S 239H S 239H S-9999 +USW00021504201604WDF2 90 W 40 W 130 W 130 W 90 W 360 W 50 W 60 W 40 W 80 W 40 W 90 W 90 W 110 W 60 W 340 W 40 W 330 W 220 W 50 W 130 W 70 W 100 W 100 W 110 W 100 W 90 W 140 W 80 W 120 W-9999 +USW00021504201604WDF5 100 W 30 W 130 W 130 W 70 W 350 W 50 W 60 W 60 W 70 W 60 W 80 W 90 W 100 W 60 W 340 W 40 W 330 W 220 W 70 W 130 W 70 W 90 W 100 W 100 W 50 W 80 W 130 W 90 W 120 W-9999 +USW00021504201604WSF2 72 W 72 W 81 W 81 W 72 W 94 W 76 W 67 W 63 W 63 W 67 W 81 W 81 W 72 W 63 W 72 W 67 W 67 W 58 W 67 W 67 W 76 W 94 W 72 W 63 W 63 W 98 W 72 W 72 W 76 W-9999 +USW00021504201604WSF5 107 W 94 W 107 W 103 W 94 W 112 W 98 W 89 W 85 W 72 W 85 W 103 W 94 W 94 W 85 W 85 W 85 W 89 W 58 W 85 W 89 W 98 W 121 W 94 W 85 W 81 W 116 W 94 W 89 W 98 W-9999 +USW00021504201604WT01-9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 +USW00021504201604WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 1 W-9999 +USW00021504201605TMAX 278 W 278 W 283 W 278 W 289 W 294 W 306 W 289 W 294 W 294 W 272 W 267 W 272 W 289 W 294 W 294 W 289 W 294 W 278 W 283 W 283 W 289 W 289 W 283 W 283 W 289 W 289 W 283 W 294 W 300 W 283 W +USW00021504201605TMIN 211 W 194 W 200 W 206 W 200 W 211 W 206 W 200 W 211 W 194 W 217 W 211 W 217 W 217 W 200 W 200 W 211 W 217 W 211 W 211 W 206 W 194 W 189 W 206 W 211 W 206 W 206 W 206 W 194 W 194 W 200 W +USW00021504201605PRCP 81 W 36 W 0T W 13 W 0T W 20 W 0 W 46 W 10 W 30 W 41 W 30 W 23 W 15 W 10 W 38 W 18 W 8 W 124 W 99 W 94 W 84 W 122 W 130 W 99 W 0T W 145 W 8 W 0 W 5 W 152 W +USW00021504201605AWND 24 W 30 W 29 W 30 W 42 W 30 W 31 W 34 W 25 W 30 W 36 W 27 W 19 W 33 W 26 W 27 W 26 W 29 W 26 W 34 W 25 W 26 W 34 W 33 W 31 W 27 W 38 W 29 W 29 W 30 W 39 W +USW00021504201605TAVG 242H S 234H S 242H S 238H S 239H S 242H S 251H S 247H S 239H S 242H S 244H S 232H S 233H S 239H S 248H S 247H S 245H S 251H S 242H S 238H S 238H S 236H S 236H S 243H S 239H S 244H S 246H S 238H S 243H S 243H S 247H S +USW00021504201605WDF2 70 W 30 W 50 W 60 W 130 W 100 W 90 W 60 W 90 W 40 W 340 W 360 W 40 W 120 W 100 W 70 W 90 W 90 W 100 W 270 W 50 W 120 W 80 W 70 W 110 W 90 W 80 W 80 W 110 W 50 W 40 W +USW00021504201605WDF5 60 W 40 W 60 W 70 W 130 W 110 W 80 W 30 W 90 W 30 W 340 W 360 W 40 W 120 W 110 W 70 W 90 W 100 W 100 W 270 W 50 W 90 W 70 W 80 W 120 W 100 W 100 W 100 W 90 W 60 W 50 W +USW00021504201605WSF2 67 W 58 W 67 W 76 W 107 W 89 W 67 W 72 W 76 W 63 W 94 W 63 W 54 W 89 W 72 W 72 W 76 W 81 W 67 W 72 W 72 W 72 W 72 W 67 W 76 W 72 W 81 W 58 W 63 W 63 W 76 W +USW00021504201605WSF5 89 W 76 W 94 W 94 W 134 W 107 W 85 W 89 W 89 W 89 W 112 W 89 W 63 W 112 W 89 W 89 W 89 W 98 W 76 W 76 W 85 W 103 W 94 W 85 W 103 W 98 W 103 W 76 W 76 W 81 W 89 W +USW00021504201605WT01 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W +USW00021504201605WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00021504201606TMAX 250 W 278 W 278 W 289 W 283 W 272 W 272 W 283 W 289 W 289 W 289 W 294 W 283 W 261 W 283 W 289 W 283 W 289 W 283 W 294 W 294 W 283 W 289 W 289 W 289 W 294 W 289 W 300 W 300 W 300 W-9999 +USW00021504201606TMIN 217 W 217 W 211 W 206 W 222 W 222 W 217 W 206 W 194 W 217 W 217 W 200 W 211 W 206 W 211 W 217 W 217 W 206 W 211 W 194 W 217 W 211 W 217 W 206 W 217 W 222 W 217 W 217 W 228 W 222 W-9999 +USW00021504201606PRCP 264 W 3 W 0 W 43 W 0 W 251 W 64 W 81 W 71 W 135 W 36 W 46 W 249 W 754 W 64 W 89 W 127 W 48 W 36 W 23 W 30 W 122 W 97 W 0T W 8 W 8 W 135 W 53 W 0T W 8 W-9999 +USW00021504201606AWND 33 W 26 W 25 W 17 W 24 W 20 W 34 W 32 W 29 W 30 W 31 W 27 W 27 W 25 W 30 W 31 W 40 W 31 W 31 W 27 W 30 W 32 W 25 W 31 W 40 W 34 W 29 W 27 W 23 W 30 W-9999 +USW00021504201606TAVG 236H S 231H S 242H S 245H S 247H S 244H S 237H S 237H S 243H S 244H S 247H S 245H S 244H S 232H S 233H S 249H S 250H S 242H S 242H S 244H S 253H S 250H S 247H S 249H S 253H S 253H S 250H S 252H S 262H S 260H S-9999 +USW00021504201606WDF2 340 W 40 W 70 W 350 W 90 W 50 W 350 W 330 W 90 W 50 W 30 W 90 W 60 W 120 W 50 W 60 W 50 W 70 W 70 W 50 W 70 W 60 W 60 W 90 W 60 W 50 W 40 W 90 W 80 W 80 W-9999 +USW00021504201606WDF5 20 W 40 W 120 W 80 W 90 W 50 W 20 W 330 W 340 W 50 W 10 W 100 W 70 W 100 W 70 W 70 W 40 W 70 W 70 W 80 W 50 W 50 W 30 W 100 W 60 W 40 W 70 W 120 W 70 W 70 W-9999 +USW00021504201606WSF2 72 W 58 W 67 W 54 W 63 W 63 W 72 W 67 W 72 W 58 W 67 W 72 W 72 W 76 W 67 W 72 W 72 W 67 W 67 W 58 W 63 W 67 W 58 W 63 W 76 W 72 W 63 W 63 W 67 W 67 W-9999 +USW00021504201606WSF5 89 W 81 W 81 W 67 W 76 W 81 W 98 W 81 W 85 W 72 W 81 W 98 W 89 W 107 W 81 W 85 W 98 W 81 W 81 W 89 W 81 W 85 W 89 W 89 W 98 W 94 W 81 W 81 W 81 W 107 W-9999 +USW00021504201606WT01 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 +USW00021504201606WT08 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 +USW00021504201607TMAX 306 W 294 W 294 W 283 W 283 W 278 W 294 W 294 W 289 W 294 W 300 W 294 W 294 W 306 W 300 W 300 W 294 W 306 W 306 W 300 W 294 W 289 W 267 W 294 W 306 W 311 W 306 W 306 W 294 W 300 W 289 W +USW00021504201607TMIN 211 W 222 W 222 W 222 W 222 W 211 W 222 W 222 W 217 W 217 W 200 W 217 W 211 W 211 W 222 W 217 W 211 W 233 W 217 W 228 W 228 W 233 W 217 W 233 W 233 W 222 W 233 W 222 W 228 W 217 W 228 W +USW00021504201607PRCP 0T W 122 W 5 W 10 W 36 W 56 W 15 W 30 W 145 W 41 W 137 W 25 W 0T W 0T W 282 W 8 W 0T W 0 W 122 W 53 W 94 W 33 W 498 W 36 W 0T W 0 W 20 W 0T W 30 W 51 W 10 W +USW00021504201607AWND 29 W 37 W 27 W 26 W 29 W 22 W 32 W 42 W 38 W 27 W 32 W 28 W 30 W 27 W 28 W 36 W 39 W 29 W 26 W 32 W 39 W 55 W 54 W 39 W 30 W 33 W 30 W 32 W 35 W 24 W 17 W +USW00021504201607TAVG 253H S 264H S 253H S 249H S 245H S 244H S 254H S 258H S 250H S 246H S 252H S 256H S 253H S 260H S 263H S 258H S 262H S 264H S 254H S 261H S 259H S 259H S 256H S 249H S 264H S 261H S 270H S 258H S 268H S 252H S 258H S +USW00021504201607WDF2 50 W 70 W 60 W 140 W 80 W 260 W 70 W 30 W 30 W 50 W 90 W 60 W 20 W 30 W 60 W 30 W 20 W 150 W 110 W 100 W 40 W 20 W 70 W 130 W 90 W 100 W 60 W 30 W 60 W 80 W 90 W +USW00021504201607WDF5 40 W 50 W 70 W 90 W 80 W 60 W 60 W 40 W 30 W 60 W 90 W 50 W 40 W 40 W 50 W 40 W 20 W 140 W 110 W 90 W 50 W 10 W 70 W 130 W 100 W 100 W 60 W 20 W 20 W 80 W 80 W +USW00021504201607WSF2 63 W 81 W 63 W 54 W 67 W 58 W 76 W 63 W 76 W 63 W 76 W 58 W 54 W 63 W 67 W 67 W 76 W 81 W 63 W 72 W 76 W 89 W 112 W 94 W 63 W 67 W 72 W 63 W 72 W 63 W 63 W +USW00021504201607WSF5 85 W 98 W 89 W 63 W 81 W 63 W 98 W 98 W 89 W 76 W 85 W 76 W 76 W 85 W 81 W 81 W 107 W 107 W 81 W 89 W 103 W 134 W 143 W 121 W 85 W 85 W 94 W 81 W 89 W 76 W 72 W +USW00021504201607WT01-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W +USW00021504201607WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00021504201608TMAX 306 W 300 W 300 W 300 W 294 W 300 W 311 W 311 W 283 W 306 W 300 W 283 W 267 W 289 W 289 W 289 W 294 W 300 W 289 W 294 W 300 W 261 W 256 W 283 W 306 W 294 W 289 W 278 W 278 W 289 W 283 W +USW00021504201608TMIN 217 W 211 W 222 W 228 W 228 W 239 W 239 W 228 W 233 W 222 W 239 W 222 W 217 W 206 W 222 W 217 W 206 W 206 W 211 W 206 W 200 W 228 W 228 W 222 W 222 W 222 W 211 W 211 W 211 W 206 W 228 W +USW00021504201608PRCP 0T W 30 W 84 W 79 W 13 W 23 W 0T W 46 W 28 W 18 W 0T W 99 W 450 W 28 W 30 W 3 W 41 W 140 W 155 W 114 W 41 W 1026 W 1816 W 391 W 10 W 28 W 137 W 152 W 33 W 165 W 1090 W +USW00021504201608AWND 23 W 27 W 26 W 26 W 28 W 29 W 29 W 26 W 23 W 28 W 35 W 31 W 33 W 24 W 26 W 29 W 30 W 33 W 27 W 27 W 32 W 17 W 18 W 23 W 29 W 33 W 30 W 19 W 26 W 29 W 44 W +USW00021504201608TAVG 252H S 257H S 258H S 257H S 259H S 265H S 268H S 267H S 258H S 259H S 267H S 252H S 238H S 231H S 243H S 242H S 249H S 252H S 241H S 248H S 249H S 249H S 237H S 244H S 257H S 252H S 249H S 244H S 236H S 241H S 256H S +USW00021504201608WDF2 60 W 60 W 60 W 90 W 60 W 10 W 110 W 80 W 100 W 60 W 30 W 70 W 60 W 60 W 50 W 80 W 50 W 60 W 40 W 40 W 40 W 140 W 250 W 120 W 80 W 50 W 30 W 70 W 300 W 20 W 90 W +USW00021504201608WDF5 70 W 70 W 90 W 100 W 40 W 20 W 120 W 90 W 100 W 40 W 30 W 80 W 60 W 60 W 60 W 60 W 50 W 60 W 40 W 60 W 50 W 90 W 260 W 150 W 70 W 30 W 10 W 70 W 300 W 20 W 100 W +USW00021504201608WSF2 58 W 76 W 67 W 72 W 76 W 72 W 76 W 72 W 63 W 63 W 81 W 76 W 67 W 76 W 72 W 67 W 76 W 89 W 63 W 58 W 58 W 54 W 63 W 54 W 72 W 63 W 58 W 72 W 54 W 63 W 112 W +USW00021504201608WSF5 81 W 85 W 76 W 94 W 89 W 98 W 103 W 103 W 76 W 85 W 98 W 103 W 81 W 94 W 89 W 85 W 89 W 107 W 81 W 94 W 76 W 58 W 67 W 72 W 85 W 85 W 85 W 89 W 72 W 81 W 134 W +USW00021504201608WT01 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W +USW00021504201608WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201608WT08-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W +USW00021504201609TMAX 300 W 289 W 300 W 283 W 289 W 289 W 289 W 289 W 289 W 289 W 294 W 300 W 306 W 294 W 256 W 306 W 294 W 294 W 283 W 283 W 289 W 294 W 289 W 283 W 294 W 283 W 278 W 300 W 289 W 294 W-9999 +USW00021504201609TMIN 228 W 222 W 239 W 228 W 222 W 200 W 211 W 206 W 194 W 211 W 211 W 217 W 228 W 222 W 206 W 211 W 228 W 211 W 206 W 211 W 211 W 211 W 222 W 222 W 206 W 200 W 222 W 206 W 222 W 217 W-9999 +USW00021504201609PRCP 66 W 58 W 15 W 386 W 48 W 10 W 36 W 30 W 28 W 18 W 0T W 0 W 165 W 25 W 544 W 163 W 102 W 99 W 25 W 8 W 69 W 152 W 427 W 0T W 5 W 23 W 13 W 23 W 13 W 178 W-9999 +USW00021504201609AWND 27 W 36 W 29 W 32 W 25 W 26 W 25 W 26 W 31 W 25 W 30 W 26 W 26 W 27 W 27 W 24 W 19 W 24 W 23 W 27 W 30 W 29 W 27 W 22 W 28 W 27 W 27 W 27 W 25 W 30 W-9999 +USW00021504201609TAVG 254H S 253H S 263H S 250H S 249H S 243H S 244H S 246H S 239H S 244H S 248H S 261H S 261H S 250H S 236H S 241H S 254H S 250H S 235H S 238H S 238H S 249H S 250H S 254H S 246H S 244H S 246H S 239H S 247H S 247H S-9999 +USW00021504201609WDF2 70 W 40 W 80 W 100 W 40 W 80 W 250 W 110 W 60 W 100 W 50 W 360 W 100 W 90 W 60 W 100 W 120 W 90 W 70 W 60 W 270 W 70 W 90 W 100 W 30 W 50 W 60 W 70 W 60 W 40 W-9999 +USW00021504201609WDF5 80 W 50 W 330 W 90 W 40 W 70 W 40 W 30 W 40 W 90 W 50 W 10 W 90 W 80 W 50 W 150 W 120 W 90 W 80 W 60 W 130 W 110 W 100 W 80 W 30 W 50 W 60 W 70 W 60 W 20 W-9999 +USW00021504201609WSF2 76 W 76 W 63 W 81 W 54 W 67 W 63 W 54 W 63 W 63 W 63 W 54 W 76 W 72 W 103 W 58 W 76 W 76 W 81 W 76 W 58 W 63 W 58 W 63 W 72 W 63 W 67 W 67 W 72 W 67 W-9999 +USW00021504201609WSF5 89 W 98 W 72 W 103 W 67 W 81 W 81 W 76 W 81 W 81 W 76 W 63 W 94 W 98 W 130 W 67 W 98 W 98 W 98 W 94 W 72 W 76 W 76 W 76 W 94 W 76 W 81 W 81 W 89 W 81 W-9999 +USW00021504201609WT01 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 +USW00021504201609WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201609WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201610TMAX 278 W 283 W 267 W 278 W 250 W 278 W 272 W 283 W 289 W 294 W 289 W 278 W 289 W 289 W 289 W 289 W 289 W 289 W 267 W 283 W 278 W 278 W 283 W 283 W 283 W 283 W 278 W 267 W 244 W 267 W 272 W +USW00021504201610TMIN 222 W 222 W 217 W 217 W 222 W 217 W 211 W 217 W 200 W 189 W 228 W 217 W 211 W 211 W 211 W 189 W 200 W 228 W 211 W 200 W 211 W 222 W 206 W 200 W 194 W 183 W 206 W 200 W 200 W 206 W 206 W +USW00021504201610PRCP 284 W 163 W 391 W 795 W 719 W 114 W 84 W 0T W 0 W 64 W 188 W 127 W 0T W 64 W 18 W 0T W 208 W 79 W 157 W 8 W 307 W 91 W 41 W 46 W 0T W 36 W 43 W 188 W 173 W 376 W 97 W +USW00021504201610AWND 27 W 34 W 24 W 26 W 28 W 26 W 30 W 24 W 26 W 27 W 31 W 25 W 30 W 31 W 26 W 31 W 30 W 28 W 27 W 27 W 24 W 35 W 23 W 28 W 29 W 31 W 30 W 30 W 23 W 25 W 32 W +USW00021504201610TAVG 237H S 247H S 247H S 240H S 238H S 234H S 233H S 237H S 243H S 241H S 252H S 250H S 243H S 251H S 247H S 242H S 246H S 247H S 246H S 240H S 246H S 247H S 241H S 236H S 231H S 228H S 241H S 228H S 223H S 227H S 224H S +USW00021504201610WDF2 280 W 100 W 260 W 260 W 280 W 80 W 130 W 40 W 50 W 30 W 50 W 90 W 50 W 40 W 40 W 20 W 70 W 90 W 80 W 20 W 90 W 10 W 30 W 70 W 10 W 10 W 50 W 70 W 270 W 80 W 80 W +USW00021504201610WDF5 280 W 90 W 250 W 300 W 300 W 80 W 130 W 40 W 40 W 20 W 50 W 100 W 10 W 40 W 60 W 10 W 70 W 80 W 80 W 20 W 100 W 40 W 60 W 90 W 20 W 360 W 50 W 70 W 260 W 80 W-9999 +USW00021504201610WSF2 72 W 81 W 67 W 72 W 67 W 63 W 67 W 54 W 58 W 54 W 63 W 58 W 63 W 58 W 76 W 58 W 72 W 72 W 81 W 58 W 81 W 67 W 54 W 89 W 63 W 58 W 67 W 76 W 63 W 107 W 54 W +USW00021504201610WSF5 89 W 103 W 76 W 85 W 85 W 72 W 89 W 67 W 67 W 67 W 81 W 76 W 76 W 76 W 94 W 76 W 81 W 89 W 98 W 81 W 103 W 89 W 58 W 107 W 76 W 107 W 81 W 94 W 72 W 139 W-9999 +USW00021504201610WT01 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W +USW00021504201610WT08 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00021504201611TMAX 278 W 278 W 283 W 283 W 278 W 283 W 278 W 250 W 283 W 283 W 283 W 283 W 294 W 244 W 256 W 278 W 283 W 278 W 283 W 278 W 244 W 267 W 267 W 267 W 272 W 267 W 250 W 267 W 261 W 261 W-9999 +USW00021504201611TMIN 211 W 206 W 200 W 200 W 194 W 200 W 178 W 200 W 189 W 189 W 194 W 194 W 183 W 189 W 200 W 194 W 200 W 194 W 200 W 217 W 206 W 194 W 189 W 194 W 206 W 183 W 206 W 194 W 194 W 194 W-9999 +USW00021504201611PRCP 18 W 5 W 8 W 25 W 15 W 0 W 0 W 25 W 0 W 0 W 0 W 0 W 0 W 160 W 117 W 0 W 0T W 145 W 191 W 58 W 417 W 46 W 81 W 112 W 282 W 71 W 173 W 18 W 107 W 478 W-9999 +USW00021504201611AWND 34 W 34 W 28 W 25 W 24 W 25 W 34 W 19 W 21 W 22 W 26 W 24 W 21 W 26 W 24 W 29 W 32 W 32 W 19 W 31 W 26 W 31 W 27 W 27 W 26 W 29 W 25 W 25 W 28 W 26 W-9999 +USW00021504201611TAVG 241H S 241H S 233H S 238H S 234H S 233H S 233H S 229H S 225H S 233H S 243H S 233H S 235H S 222H S 219H S 225H S 243H S 232H S 232H S 235H S 224H S 222H S 221H S 225H S 229H S 218H S 226H S 219H S 226H S 216H S-9999 +USW00021504201611WDF2 40 W 40 W 360 W 30 W 60 W 50 W 20 W 280 W 60 W 30 W 100 W 130 W 80 W 90 W 60 W 100 W 10 W 50 W 110 W 80 W 100 W 80 W 30 W 50 W 50 W 90 W 120 W 70 W 70 W 40 W-9999 +USW00021504201611WDF5 40 W 40 W 360 W 30 W 70 W 60 W 10 W 280 W 50 W 30 W 90 W 130 W 100 W 110 W 60 W 80 W 10 W 50 W 100 W 80 W 90 W 80 W 30 W 60 W 60 W 250 W 120 W 90 W 40 W 40 W-9999 +USW00021504201611WSF2 67 W 67 W 58 W 54 W 58 W 58 W 67 W 40 W 54 W 54 W 67 W 67 W 63 W 81 W 58 W 63 W 63 W 76 W 76 W 89 W 67 W 76 W 76 W 63 W 94 W 63 W 89 W 63 W 89 W 98 W-9999 +USW00021504201611WSF5 85 W 85 W 72 W 76 W 76 W 72 W 89 W 49 W 72 W 63 W 76 W 85 W 72 W 125 W 76 W 76 W 76 W 94 W 112 W 103 W 85 W 98 W 94 W 81 W 112 W 72 W 125 W 72 W 112 W 121 W-9999 +USW00021504201611WT01 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 +USW00021504201611WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W-9999 1 W-9999 -9999 +USW00021504201612TMAX 239 W 228 W 250 W 267 W 239 W 267 W 272 W 267 W 267 W 250 W 272 W 250 W 261 W 261 W 283 W 250 W 261 W 217 W 278 W 278 W 256 W 250 W 261 W 261 W 261 W 244 W 261 W 256 W 244 W 244 W 256 W +USW00021504201612TMIN 183 W 189 W 194 W 183 W 194 W 194 W 200 W 206 W 194 W 206 W 206 W 194 W 194 W 172 W 167 W 189 W 189 W 194 W 183 W 194 W 194 W 200 W 178 W 183 W 189 W 194 W 189 W 178 W 178 W 178 W 183 W +USW00021504201612PRCP 1064 W 1039 W 305 W 160 W 465 W 0 W 0T W 0 W 0T W 25 W 3 W 64 W 97 W 23 W 0 W 0 W 97 W 986 W 0T W 25 W 97 W 160 W 33 W 33 W 229 W 86 W 18 W 43 W 124 W 8 W 0T W +USW00021504201612AWND 25 W 20 W 21 W 21 W 10 W 15 W 24 W 26 W 17 W 12 W 25 W 10 W 31 W 23 W 25 W 20 W 26 W 17 W 19 W 22 W 23 W 22 W 22 W 26 W 26 W 16 W 26 W 24 W 27 W 23 W 26 W +USW00021504201612TAVG 211H S 204H S 206H S 214H S 212H S 224H S 232H S 234H S 227H S 230H S 228H S 233H S 222H S 217H S 214H S 222H S 218H S 214H S 207H S 234H S 227H S 218H S 218H S 221H S 218H S 216H S 220H S 214H S 208H S 206H S 214H S +USW00021504201612WDF2 290 W 180 W 270 W 360 W 360 W 30 W 110 W 130 W 120 W 10 W 170 W 350 W 10 W 340 W 140 W 20 W 130 W 40 W 140 W 60 W 90 W 100 W 100 W 250 W 100 W 70 W 80 W 70 W 360 W 40 W 10 W +USW00021504201612WDF5 260 W 170 W 250 W 360 W 360 W 20 W 120 W 130 W 130 W 20 W 160 W 350 W 350 W 350 W 170 W 10 W 130 W 30 W 150 W 60 W 80 W 100 W 100 W 70 W 120 W 70 W 80 W 60 W 360 W 40 W 140 W +USW00021504201612WSF2 67 W 67 W 63 W 76 W 54 W 40 W 67 W 72 W 45 W 40 W 72 W 40 W 72 W 67 W 67 W 58 W 67 W 89 W 58 W 72 W 58 W 54 W 76 W 58 W 67 W 58 W 89 W 63 W 63 W 40 W 63 W +USW00021504201612WSF5 76 W 81 W 72 W 107 W 67 W 54 W 81 W 89 W 58 W 58 W 103 W 58 W 94 W 81 W 89 W 72 W 85 W 107 W 67 W 81 W 63 W 67 W 89 W 63 W 85 W 81 W 107 W 76 W 89 W 45 W 85 W +USW00021504201612WT01 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W +USW00021504201612WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201612WT08 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00021504201701TMAX 244 W 250 W 256 W 256 W 261 W 250 W 256 W 244 W 267 W 267 W 272 W 278 W 278 W 261 W 267 W 278 W 272 W 278 W 256 W 272 W 256 W 233 W 244 W 228 W 256 W 267 W 267 W 272 W 256 W 250 W 250 W +USW00021504201701TMIN 178 W 200 W 178 W 161 W 161 W 167 W 156 W 178 W 178 W 167 W 194 W 194 W 178 W 194 W 189 W 178 W 178 W 161 W 172 W 194 W 189 W 200 W 189 W 200 W 183 W 167 W 172 W 167 W 189 W 189 W 194 W +USW00021504201701PRCP 193 W 51 W 0 W 0 W 0 W 0 W 0T W 8 W 0 W 10 W 0T W 3 W 8 W 36 W 0T W 0 W 3 W 0 W 13 W 0T W 137 W 15 W 241 W 2334 W 66 W 5 W 0T W 5 W 8 W 0T W 0 W +USW00021504201701AWND 37 W 28 W 29 W 26 W 30 W 37 W 33 W 21 W 29 W 27 W 31 W 35 W 34 W 23 W 32 W 32 W 29 W 38 W 26 W 26 W 55 W 44 W 30 W 30 W 24 W 26 W 25 W 30 W 53 W 54 W 43 W +USW00021504201701TAVG 217H S 217H S 217H S 210H S 208H S 208H S 207H S 206H S 211H S 213H S 228H S 235H S 223H S 224H S 226H S 220H S 219H S 217H S 217H S 224H S 228H S 223H S 208H S 218H S 210H S 206H S 217H S 210H S 222H S 216H S 221H S +USW00021504201701WDF2 40 W 60 W 340 W 10 W 10 W 350 W 350 W 310 W 120 W 80 W 110 W 100 W 130 W 90 W 130 W 90 W 130 W 110 W 90 W 270 W 50 W 60 W 90 W 310 W 50 W 120 W 60 W 330 W 10 W 340 W 10 W +USW00021504201701WDF5 50 W 70 W 10 W 20 W 20 W 340 W 350 W 320 W 100 W 60 W 120 W 100 W 130 W 80 W 120 W 140 W 100 W 120 W 100 W 260 W 30 W 50 W 90 W 310 W 80 W 130 W 80 W 310 W 10 W 20 W 10 W +USW00021504201701WSF2 72 W 58 W 58 W 45 W 54 W 72 W 72 W 54 W 58 W 58 W 76 W 81 W 76 W 54 W 72 W 63 W 58 W 76 W 72 W 58 W 94 W 94 W 89 W 76 W 76 W 67 W 58 W 67 W 103 W 94 W 67 W +USW00021504201701WSF5 98 W 76 W 72 W 58 W 67 W 103 W 89 W 63 W 72 W 89 W 98 W 98 W 94 W 63 W 85 W 85 W 72 W 94 W 85 W 72 W 130 W 130 W 103 W 94 W 94 W 81 W 72 W 81 W 130 W 116 W 94 W +USW00021504201701WT01 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 +USW00021504201701WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 1 W-9999 -9999 +USW00021504201702TMAX 250 W 261 W 267 W 267 W 272 W 300 W 278 W 239 W 233 W 261 W 272 W 289 W 278 W 283 W 283 W 283 W 278 W 261 W 239 W 250 W 256 W 256 W 256 W 261 W 250 W 244 W 228 W 239 W-9999 -9999 -9999 +USW00021504201702TMIN 183 W 183 W 161 W 161 W 161 W 156 W 206 W 189 W 172 W 161 W 189 W 183 W 172 W 178 W 167 W 189 W 206 W 194 W 178 W 189 W 178 W 194 W 189 W 178 W 167 W 183 W 183 W 189 W-9999 -9999 -9999 +USW00021504201702PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 48 W 0 W 0 W 0 W 0 W 0 W 0 W 10 W 99 W 94 W 13 W 0T W 0T W 10 W 3 W 0T W 0 W 620 W 488 W 178 W-9999 -9999 -9999 +USW00021504201702AWND 24 W 27 W 23 W 35 W 30 W 24 W 27 W 41 W 20 W 40 W 19 W 31 W 26 W 30 W 27 W 27 W 32 W 26 W 48 W 40 W 39 W 34 W 29 W 33 W 25 W 30 W 31 W 19 W-9999 -9999 -9999 +USW00021504201702TAVG 211H S 215H S 209H S 208H S 213H S 221H S 239H S 231H S 200H S 203H S 221H S 231H S 223H S 226H S 226H S 233H S 234H S 233H S 222H S 223H S 210H S 227H S 218H S 216H S 208H S 207H S 209H S 200H S-9999 -9999 -9999 +USW00021504201702WDF2 50 W 110 W 70 W 100 W 10 W 360 W 350 W 350 W 50 W 110 W 280 W 20 W 10 W 20 W 50 W 80 W 120 W 340 W 340 W 70 W 100 W 20 W 30 W 30 W 80 W 180 W 250 W 110 W-9999 -9999 -9999 +USW00021504201702WDF5 20 W 110 W 80 W 100 W 350 W 10 W 360 W 350 W 50 W 120 W 350 W 20 W 20 W 10 W 60 W 60 W 140 W 350 W 340 W 70 W 70 W 20 W 40 W 50 W 80 W 180 W 100 W 100 W-9999 -9999 -9999 +USW00021504201702WSF2 54 W 63 W 54 W 76 W 72 W 45 W 81 W 94 W 54 W 81 W 45 W 72 W 58 W 67 W 45 W 63 W 76 W 45 W 94 W 94 W 94 W 81 W 72 W 67 W 58 W 81 W 58 W 67 W-9999 -9999 -9999 +USW00021504201702WSF5 67 W 85 W 72 W 98 W 103 W 58 W 112 W 112 W 63 W 107 W 54 W 98 W 72 W 89 W 58 W 72 W 98 W 58 W 121 W 116 W 112 W 107 W 98 W 85 W 72 W 107 W 72 W 81 W-9999 -9999 -9999 +USW00021504201702WT01-9999 -9999 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 +USW00021504201702WT08-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201703TMAX 244 W 300 W 289 W 300 W 278 W 283 W 283 W 267 W 272 W 283 W 289 W 294 W 283 W 289 W 283 W 289 W 283 W 267 W 272 W 283 W 289 W 289 W 283 W 267 W 283 W 289 W 278 W 272 W 283 W 278 W 278 W +USW00021504201703TMIN 194 W 194 W 189 W 172 W 189 W 200 W 183 W 194 W 189 W 183 W 189 W 200 W 183 W 183 W 189 W 178 W 200 W 211 W 189 W 194 W 189 W 194 W 211 W 200 W 178 W 194 W 183 W 183 W 189 W 189 W 183 W +USW00021504201703PRCP 5 W 20 W 0T W 18 W 0 W 0T W 0T W 0T W 46 W 0T W 0 W 0T W 0 W 0 W 0 W 0T W 84 W 36 W 0 W 0T W 0 W 0T W 130 W 157 W 0 W 10 W 41 W 137 W 66 W 86 W 28 W +USW00021504201703AWND 44 W 32 W 38 W 30 W 32 W 25 W 28 W 17 W 24 W 27 W 31 W 34 W 28 W 31 W 33 W 30 W 25 W 44 W 30 W 26 W 30 W 38 W 30 W 31 W 36 W 30 W 34 W 27 W 32 W 34 W 26 W +USW00021504201703PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0620 W 0919 W +USW00021504201703TAVG 214H S 233H S 224H S 233H S 232H S 237H S 231H S 231H S 224H S 223H S 231H S 240H S 234H S 230H S 235H S 227H S 241H S 233H S 233H S 236H S 236H S 240H S 241H S 239H S 227H S 229H S 229H S 225H S 225H S 231H S 226H S +USW00021504201703WDF2 150 W 130 W 120 W 100 W 110 W 120 W 100 W 10 W 80 W 110 W 100 W 120 W 100 W 110 W 90 W 30 W 350 W 350 W 40 W 30 W 70 W 110 W 100 W 90 W 70 W 110 W 110 W 100 W 120 W 100 W 90 W +USW00021504201703WDF5 160 W 140 W 110 W 100 W 110 W 100 W 100 W 10 W 70 W 110 W 120 W 100 W 100 W 120 W 80 W 30 W 360 W 350 W 70 W 20 W 80 W 80 W 110 W 110 W 90 W 120 W 90 W 100 W 120 W 90 W 100 W +USW00021504201703WSF2 98 W 103 W 94 W 89 W 67 W 72 W 81 W 54 W 67 W 72 W 89 W 89 W 58 W 72 W 67 W 72 W 72 W 72 W 58 W 67 W 67 W 81 W 72 W 76 W 76 W 76 W 76 W 67 W 76 W 81 W 107 W +USW00021504201703WSF5 134 W 134 W 116 W 107 W 81 W 98 W 103 W 67 W 81 W 98 W 107 W 107 W 94 W 107 W 89 W 89 W 85 W 89 W 76 W 94 W 89 W 103 W 107 W 103 W 94 W 94 W 94 W 107 W 98 W 103 W 121 W +USW00021504201703WT01-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 +USW00021504201703WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201703WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00021504201704TMAX 267 W 283 W 283 W 278 W 278 W 283 W 278 W 283 W 294 W 289 W 278 W 261 W 272 W 283 W 272 W 278 W 250 W 233 W 256 W 289 W 283 W 289 W 283 W 283 W 294 W 283 W 294 W 289 W 317 W 233 W-9999 +USW00021504201704TMIN 200 W 189 W 206 W 194 W 189 W 183 W 200 W 206 W 194 W 194 W 194 W 189 W 183 W 189 W 194 W 189 W 200 W 183 W 194 W 178 W 183 W 189 W 194 W 183 W 183 W 189 W 189 W 189 W 178 W 211 W-9999 +USW00021504201704PRCP 43 W 48 W 25 W 25 W 0T W 0 W 0 W 0T W 0 W 5 W 69 W 191 W 58 W 5 W 23 W 33 W 378 W 130 W 8 W 0T W 0 W 13 W 0 W 0 W 3 W 5 W 0 W 10 W 3 W 216 W-9999 +USW00021504201704AWND 28 W 30 W 26 W 33 W 31 W 28 W 34 W 32 W 40 W 34 W 23 W 19 W 22 W 26 W 29 W 31 W 53 W 28 W 23 W 21 W 29 W 29 W 32 W 31 W 34 W 26 W 34 W 33 W 40 W 28 W-9999 +USW00021504201704TAVG 227H S 229H S 234H S 233H S 233H S 227H S 233H S 238H S 239H S 242H S 232H S 221H S 226H S 233H S 228H S 234H S 232H S 213H S 214H S 224H S 235H S 236H S 239H S 234H S 234H S 232H S 232H S 237H S 235H S 231H S-9999 +USW00021504201704WDF2 80 W 90 W 60 W 70 W 80 W 80 W 110 W 100 W 110 W 90 W 130 W 250 W 120 W 40 W 310 W 340 W 50 W 40 W 140 W 70 W 80 W 70 W 110 W 120 W 90 W 130 W 120 W 170 W 350 W 140 W-9999 +USW00021504201704WDF5 80 W 80 W 80 W 90 W 100 W 80 W 110 W 110 W 120 W 90 W 130 W 210 W 150 W 60 W 20 W 10 W 70 W-9999 130 W 50 W 80 W 70 W 100 W 100 W 90 W 110 W 110 W 130 W 330 W 140 W-9999 +USW00021504201704WSF2 72 W 81 W 67 W 72 W 76 W 63 W 81 W 81 W 98 W 89 W 98 W 45 W 72 W 63 W 58 W 58 W 98 W 94 W 67 W 54 W 58 W 72 W 89 W 58 W 81 W 81 W 89 W 72 W 103 W 72 W-9999 +USW00021504201704WSF5 89 W 103 W 94 W 116 W 116 W 98 W 98 W 107 W 125 W 107 W 116 W 54 W 85 W 76 W 76 W 76 W 125 W-9999 85 W 63 W 81 W 89 W 103 W 76 W 103 W 103 W 107 W 94 W 121 W 89 W-9999 +USW00021504201704WT01 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 1 W-9999 +USW00021504201704WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00021504201704WT08 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201705TMAX 294 W 289 W 283 W 283 W 283 W 278 W 278 W 289 W 289 W 278 W 283 W 278 W 283 W 267 W 267 W 278 W 272 W 278 W 278 W 278 W 283 W 267 W 278 W 278 W 278 W 278 W 283 W 283 W 283 W 289 W 278 W +USW00021504201705TMIN 206 W 211 W 211 W 211 W 200 W 200 W 194 W 200 W 206 W 206 W 194 W 200 W 183 W 200 W 200 W 189 W 189 W 178 W 183 W 183 W 194 W 172 W 183 W 206 W 183 W 178 W 194 W 194 W 189 W 206 W 200 W +USW00021504201705PRCP 38 W 3 W 0T W 8 W 36 W 58 W 91 W 15 W 3 W 10 W 23 W 71 W 137 W 282 W 569 W 114 W 140 W 0 W 0T W 8 W 8 W 97 W 41 W 8 W 53 W 18 W 0 W 79 W 0 W 23 W 18 W +USW00021504201705AWND 38 W 27 W 33 W 27 W 26 W 26 W 29 W 37 W 34 W 28 W 34 W 26 W 30 W 23 W 30 W 28 W 28 W 30 W 30 W 32 W 30 W 26 W 27 W 29 W 31 W 29 W 26 W 26 W 26 W 29 W 29 W +USW00021504201705TAVG 232H S 246H S 245H S 248H S 240H S 235H S 228H S 236H S 245H S 239H S 231H S 232H S 227H S 229H S 221H S 216H S 228H S 224H S 232H S 233H S 234H S 225H S 231H S 234H S 233H S 232H S 239H S 241H S 234H S 245H S 233H S +USW00021504201705WDF2 120 W 90 W 10 W 20 W 70 W 90 W 130 W 120 W 100 W 100 W 90 W 100 W 20 W 280 W 90 W 100 W 70 W 90 W 80 W 60 W 100 W 20 W 10 W 30 W 60 W 50 W 70 W 30 W 110 W 110 W 80 W +USW00021504201705WDF5 120 W 110 W 40 W 50 W 110 W 90 W 120 W 110 W 100 W 90 W 90 W 90 W 50 W 40 W 90 W 100 W 70 W 80 W 70 W 50 W 110 W 30 W 360 W 50 W 50 W 60 W 70 W 40 W 100 W 100 W 110 W +USW00021504201705WSF2 125 W 72 W 63 W 63 W 63 W 112 W 67 W 76 W 76 W 76 W 72 W 98 W 67 W 63 W 94 W 107 W 76 W 72 W 76 W 67 W 81 W 63 W 54 W 63 W 63 W 58 W 58 W 67 W 67 W 76 W 67 W +USW00021504201705WSF5 152 W 89 W 89 W 98 W 81 W 148 W 94 W 107 W 103 W 103 W 89 W 107 W 85 W 76 W 112 W 121 W 89 W 98 W 94 W 94 W 103 W 89 W 72 W 76 W 76 W 76 W 98 W 76 W 89 W 130 W 89 W +USW00021504201705WT01 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 1 W 1 W +USW00021504201705WT03 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00021504201705WT08-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201706TMAX 283 W 272 W 272 W 283 W 278 W 283 W 289 W 289 W 289 W 294 W 300 W 289 W 294 W 294 W 283 W 283 W 289 W 278 W 289 W 289 W 294 W 289 W 289 W 289 W 294 W 306 W 283 W 294 W 294 W 289 W-9999 +USW00021504201706TMIN 206 W 194 W 194 W 211 W 211 W 206 W 206 W 189 W 183 W 194 W 217 W 211 W 200 W 200 W 211 W 206 W 211 W 211 W 211 W 206 W 200 W 206 W 211 W 211 W 200 W 217 W 228 W 217 W 217 W 222 W-9999 +USW00021504201706PRCP 3 W 33 W 58 W 66 W 25 W 28 W 0T W 13 W 0 W 5 W 13 W 74 W 0T W 175 W 127 W 0T W 3 W 8 W 3 W 13 W 0T W 41 W 36 W 3 W 0 W 0 W 3 W 8 W 0T W 18 W-9999 +USW00021504201706AWND 32 W 28 W 25 W 27 W 26 W 25 W 30 W 32 W 30 W 32 W 23 W 23 W 24 W 30 W 28 W 26 W 29 W 25 W 26 W 32 W 24 W 34 W 25 W 26 W 29 W 30 W 23 W 38 W 43 W 40 W-9999 +USW00021504201706PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1213 W 2247 W 1605 W-9999 +USW00021504201706TAVG 241H S 236H S 232H S 236H S 246H S 244H S 241H S 241H S 238H S 241H S 247H S 247H S 248H S 248H S 241H S 246H S 248H S 242H S 241H S 245H S 241H S 245H S 242H S 246H S 245H S 256H S 257H S 250H S 258H S 256H S-9999 +USW00021504201706WDF2 70 W 70 W 90 W 10 W 60 W 50 W 80 W 80 W 90 W 50 W 80 W 80 W 80 W 100 W 110 W 100 W 80 W 90 W 110 W 70 W 120 W 50 W 120 W 40 W 80 W 110 W 70 W 40 W 340 W 80 W-9999 +USW00021504201706WDF5 80 W 80 W 80 W 10 W 50 W 60 W 80 W 80 W 80 W 60 W 50 W 90 W 110 W 90 W 100 W 100 W 70 W 100 W 80 W 70 W 120 W 40 W 110 W 60 W 90 W 110 W 80 W 10 W 340 W 70 W-9999 +USW00021504201706WSF2 72 W 72 W 67 W 67 W 67 W 67 W 67 W 94 W 58 W 72 W 58 W 89 W 67 W 72 W 63 W 94 W 76 W 76 W 63 W 67 W 67 W 67 W 72 W 63 W 72 W 67 W 76 W 67 W 89 W 89 W-9999 +USW00021504201706WSF5 94 W 81 W 76 W 85 W 89 W 81 W 81 W 112 W 94 W 85 W 81 W 98 W 94 W 103 W 76 W 112 W 94 W 94 W 85 W 85 W 85 W 98 W 94 W 76 W 89 W 98 W 98 W 89 W 98 W 107 W-9999 +USW00021504201706WT01-9999 -9999 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00021504201706WT08-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00021504201707TMAX 294 W 300 W 289 W 300 W 300 W 289 W 289 W 294 W 283 W 289 W 294 W 300 W 311 W 294 W 294 W 289 W 289 W 294 W 289 W 294 W 283 W 294 W 289 W 300 W 294 W 294 W 283 W 278 W 256 W 289 W 294 W +USW00021504201707TMIN 206 W 200 W 211 W 217 W 228 W 222 W 194 W 194 W 217 W 206 W 217 W 211 W 217 W 217 W 206 W 206 W 206 W 211 W 200 W 211 W 217 W 217 W 217 W 217 W 222 W 222 W 217 W 206 W 228 W 211 W 211 W +USW00021504201707PRCP 155 W 76 W 3 W 0T W 0T W 56 W 0T W 0 W 58 W 13 W 18 W 15 W 0T W 10 W 69 W 122 W 48 W 107 W 61 W 109 W 112 W 76 W 3 W 104 W 38 W 3 W 38 W 503 W 99 W 0T W 25 W +USW00021504201707AWND 32 W 29 W 23 W 29 W 32 W 27 W 30 W 31 W 26 W 28 W 22 W 29 W 26 W 31 W 30 W 30 W 28 W 25 W 31 W 28 W 26 W 28 W 33 W 30 W 30 W 38 W 24 W 17 W 18 W 30 W 25 W +USW00021504201707PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1112 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1604 W 0815 W 1247 W 1429 W +USW00021504201707TAVG 246H S 247H S 252H S 254H S 260H S 254H S 245H S 249H S 247H S 245H S 249H S 252H S 257H S 253H S 250H S 243H S 240H S 241H S 245H S 244H S 241H S 242H S 249H S 258H S 252H S 257H S 247H S 237H S 238H S 239H S 252H S +USW00021504201707WDF2 90 W 30 W 50 W 50 W 20 W 40 W 70 W 30 W 30 W 70 W 50 W 120 W 90 W 40 W 70 W 60 W 60 W 90 W 100 W 90 W 80 W 90 W 10 W 90 W 90 W 60 W 50 W 100 W 330 W 360 W 60 W +USW00021504201707WDF5 80 W 100 W 60 W 50 W 60 W 40 W 40 W 30 W 40 W 50 W 50 W 120 W 80 W 40 W 30 W 60 W 30 W 90 W 90 W 100 W 90 W 80 W 360 W 100 W 70 W 60 W 40 W 130 W 200 W 50 W 70 W +USW00021504201707WSF2 89 W 63 W 67 W 72 W 72 W 58 W 63 W 67 W 54 W 58 W 63 W 76 W 81 W 63 W 63 W 89 W 54 W 89 W 76 W 81 W 72 W 63 W 76 W 76 W 67 W 72 W 54 W 54 W 40 W 58 W 54 W +USW00021504201707WSF5 103 W 107 W 81 W 103 W 98 W 81 W 94 W 85 W 72 W 85 W 76 W 94 W 94 W 81 W 76 W 107 W 67 W 103 W 94 W 107 W 81 W 81 W 116 W 98 W 98 W 94 W 72 W 67 W 49 W 72 W 72 W +USW00021504201707WT01 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 +USW00021504201707WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201708TMAX 289 W 300 W 294 W 289 W 294 W 300 W 283 W 294 W 289 W 294 W 272 W 289 W 289 W 278 W 294 W 289 W 294 W 294 W 289 W 289 W 294 W 278 W 283 W 289 W 278 W 289 W 289 W 294 W 294 W 289 W 294 W +USW00021504201708TMIN 200 W 217 W 206 W 211 W 222 W 228 W 217 W 200 W 211 W 206 W 217 W 217 W 211 W 211 W 206 W 211 W 211 W 211 W 217 W 211 W 211 W 222 W 217 W 217 W 211 W 206 W 200 W 222 W 222 W 200 W 200 W +USW00021504201708PRCP 38 W 3 W 64 W 30 W 3 W 3 W 74 W 5 W 8 W 13 W 175 W 58 W 18 W 36 W 36 W 36 W 0T W 79 W 239 W 234 W 394 W 193 W 23 W 43 W 89 W 10 W 127 W 79 W 147 W 0T W 3 W +USW00021504201708AWND 36 W 29 W 30 W 27 W 27 W 29 W 26 W 34 W 30 W 37 W 28 W 28 W 26 W 27 W 28 W 26 W 24 W 25 W 22 W 22 W 29 W 25 W 27 W 30 W 26 W 28 W 28 W 26 W 31 W 29 W 31 W +USW00021504201708TAVG 247H S 249H S 254H S 246H S 252H S 257H S 249H S 245H S 251H S 248H S 250H S 242H S 241H S 246H S 248H S 246H S 249H S 253H S 247H S 248H S 242H S 244H S 251H S 244H S 242H S 251H S 242H S 249H S 259H S 239H S 246H S +USW00021504201708WDF2 120 W 60 W 90 W 110 W 70 W 70 W 80 W 60 W 90 W 70 W 70 W 60 W 80 W 80 W 90 W 330 W 40 W 20 W 50 W 100 W 90 W 80 W 60 W 90 W 80 W 20 W 60 W 90 W 120 W 50 W 100 W +USW00021504201708WDF5 100 W 60 W 100 W 130 W 70 W 50 W 80 W 60 W 110 W 60 W 60 W 60 W 60 W 70 W 90 W 330 W 40 W 40 W 60 W 120 W 90 W 90 W 60 W 70 W 70 W 40 W 70 W 100 W 130 W 60 W 80 W +USW00021504201708WSF2 67 W 63 W 63 W 63 W 76 W 67 W 63 W 72 W 63 W 76 W 76 W 89 W 72 W 63 W 89 W 67 W 58 W 58 W 54 W 63 W 76 W 72 W 67 W 94 W 67 W 58 W 54 W 72 W 89 W 67 W 67 W +USW00021504201708WSF5 89 W 76 W 98 W 81 W 89 W 81 W 103 W 94 W 81 W 98 W 94 W 112 W 89 W 76 W 107 W 76 W 85 W 76 W 67 W 76 W 98 W 85 W 76 W 116 W 94 W 72 W 63 W 94 W 107 W 81 W 89 W +USW00021504201708WT01 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W +USW00021504201708WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00021504201709TMAX 294 W 294 W 294 W 300 W 300 W 300 W 272 W 294 W 294 W 283 W 300 W 300 W 272 W 306 W 300 W 283 W 294 W 278 W 294 W 272 W 289 W 283 W 289 W 289 W 289 W 289 W 300 W 289 W 283 W 294 W-9999 +USW00021504201709TMIN 200 W 206 W 194 W 200 W 211 W 222 W 211 W 206 W 217 W 211 W 222 W 222 W 211 W 217 W 206 W 217 W 211 W 206 W 211 W 211 W 200 W 200 W 194 W 189 W 194 W 200 W 211 W 206 W 211 W 200 W-9999 +USW00021504201709PRCP 0 W 0 W 0 W 0 W 0 W 81 W 10 W 114 W 249 W 10 W 5 W 0 W 0 W 0 W 38 W 53 W 15 W 74 W 28 W 53 W 36 W 3 W 51 W 30 W 0 W 0 W 23 W 13 W 86 W 20 W-9999 +USW00021504201709AWND 26 W 28 W 36 W 28 W 25 W 24 W 29 W 30 W 29 W 28 W 25 W 28 W 20 W 31 W 30 W 21 W 30 W 31 W 31 W 25 W 27 W 23 W 29 W 30 W 30 W 31 W 30 W 30 W 25 W 33 W-9999 +USW00021504201709TAVG 248H S 248H S 246H S 247H S 252H S 254H S 244H S 243H S 238H S 239H S 252H S 254H S 246H S 252H S 249H S 251H S 247H S 236H S 237H S 239H S 239H S 242H S 238H S 239H S 241H S 247H S 249H S 246H S 239H S 241H S-9999 +USW00021504201709WDF2 90 W 70 W 100 W 80 W 40 W 100 W 110 W 120 W 260 W 100 W 100 W 100 W 150 W 90 W 90 W 30 W 80 W 110 W 130 W 320 W 70 W 30 W 40 W 60 W 50 W 40 W 60 W 80 W 280 W 130 W-9999 +USW00021504201709WDF5 90 W 50 W 120 W 90 W 40 W 60 W 130 W 110 W 90 W 150 W 110 W 110 W 130 W 90 W 90 W 80 W 80 W 100 W 150 W 310 W 40 W 30 W 10 W 60 W 30 W 40 W 50 W 10 W 100 W 110 W-9999 +USW00021504201709WSF2 67 W 63 W 81 W 63 W 63 W 63 W 54 W 72 W 63 W 54 W 63 W 72 W 63 W 63 W 81 W 63 W 94 W 94 W 72 W 58 W 67 W 45 W 58 W 58 W 58 W 58 W 89 W 67 W 58 W 72 W-9999 +USW00021504201709WSF5 89 W 76 W 112 W 89 W 76 W 89 W 76 W 89 W 72 W 72 W 94 W 94 W 76 W 98 W 103 W 72 W 121 W 121 W 81 W 67 W 81 W 63 W 72 W 81 W 76 W 81 W 112 W 89 W 72 W 89 W-9999 +USW00021504201709WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 +USW00021504201709WT08-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00021504201710TMAX 294 W 294 W 294 W 289 W 289 W 289 W 289 W 294 W 294 W 294 W 300 W 294 W 261 W 289 W 278 W 283 W 278 W 283 W 278 W 278 W 283 W 294 W 311 W 272 W 289 W 267 W 261 W 283 W 278 W 294 W 294 W +USW00021504201710TMIN 200 W 200 W 206 W 217 W 217 W 206 W 194 W 206 W 211 W 206 W 206 W 217 W 217 W 217 W 211 W 206 W 206 W 206 W 206 W 211 W 200 W 217 W 206 W 222 W 228 W 217 W 206 W 200 W 194 W 194 W 211 W +USW00021504201710PRCP 0 W 18 W 307 W 94 W 99 W 0T W 0 W 0 W 3 W 0T W 0T W 711 W 84 W 267 W 439 W 114 W 89 W 51 W 109 W 180 W 58 W 0T W 323 W 1392 W 15 W 0T W 8 W 0 W 0T W 0T W 5 W +USW00021504201710AWND 24 W 31 W 23 W 28 W 30 W 28 W 26 W 24 W 26 W 24 W 27 W 26 W 28 W 36 W 33 W 33 W 41 W 35 W 43 W 40 W 26 W 31 W 46 W 22 W 31 W 52 W 21 W 18 W 15 W 27 W 35 W +USW00021504201710PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1406 W +USW00021504201710TAVG 246H S 246H S 245H S 241H S 242H S 250H S 242H S 243H S 247H S 248H S 248H S 248H S 241H S 237H S 241H S 246H S 235H S 240H S 230H S 236H S 232H S 247H S 247H S 248H S 246H S 245H S 235H S 225H S 236H S 237H S 246H S +USW00021504201710WDF2 90 W 90 W 120 W 80 W 30 W 50 W 80 W 100 W 40 W 60 W 100 W 130 W 60 W 70 W 110 W 70 W 70 W 50 W 50 W 30 W 30 W 120 W 140 W 350 W 360 W 360 W 10 W 40 W 40 W 90 W 110 W +USW00021504201710WDF5 90 W 100 W 120 W 60 W 30 W 50 W 90 W 90 W 50 W 60 W 100 W 140 W 50 W 80 W 110 W 60 W 70 W 50 W 50 W 50 W 140 W 120 W 140 W 350 W 360 W 350 W 20 W 30 W 40 W 100 W 120 W +USW00021504201710WSF2 58 W 67 W 81 W 67 W 63 W 63 W 54 W 63 W 58 W 67 W 76 W 89 W 107 W 94 W 94 W 103 W 98 W 81 W 94 W 89 W 58 W 72 W 103 W 72 W 94 W 94 W 63 W 54 W 54 W 81 W 89 W +USW00021504201710WSF5 81 W 85 W 103 W 89 W 76 W 76 W 72 W 81 W 76 W 81 W 98 W 112 W 134 W 112 W 130 W 148 W 116 W 98 W 121 W 130 W 72 W 103 W 134 W 85 W 125 W 121 W 81 W 63 W 63 W 103 W 112 W +USW00021504201710WT01-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 +USW00021504201710WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201710WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00021504201711TMAX 289 W 283 W 294 W 289 W 278 W 278 W 278 W 272 W 278 W 272 W 239 W 267 W 278 W 267 W 250 W 228 W 267 W 267 W 261 W 267 W 250 W 261 W 256 W 250 W 239 W 250 W 233 W 261 W 261 W 239 W-9999 +USW00021504201711TMIN 211 W 194 W 206 W 206 W 206 W 200 W 189 W 200 W 189 W 194 W 211 W 200 W 183 W 183 W 194 W 178 W 167 W 161 W 178 W 156 W 167 W 161 W 189 W 183 W 183 W 183 W 183 W 217 W 228 W 217 W-9999 +USW00021504201711PRCP 0 W 0 W 0T W 23 W 97 W 18 W 0T W 41 W 0T W 58 W 1255 W 15 W 28 W 338 W 102 W 152 W 0 W 0 W 0 W 0 W 0T W 61 W 587 W 18 W 229 W 38 W 716 W 61 W 74 W 1306 W-9999 +USW00021504201711AWND 31 W 31 W 30 W 31 W 30 W 26 W 26 W 23 W 31 W 26 W 22 W 21 W 28 W 33 W 32 W 28 W 26 W 25 W 34 W 39 W 32 W 43 W 47 W 48 W 32 W 22 W 39 W 44 W 47 W 26 W-9999 +USW00021504201711TAVG 252H S 241H S 241H S 247H S 234H S 231H S 232H S 231H S 234H S 222H S 229H S 224H S 222H S 219H S 226H S 209H S 204H S 210H S 227H S 211H S 216H S 212H S 216H S 218H S 204H S 208H S 203H S 231H S 237H S 230H S-9999 +USW00021504201711WDF2 130 W 100 W 90 W 50 W 60 W 90 W 70 W 70 W 70 W 50 W 190 W 80 W 40 W 320 W 70 W 50 W 30 W 350 W 350 W 350 W 330 W 340 W 20 W 40 W 330 W 80 W 100 W 90 W 100 W 110 W-9999 +USW00021504201711WDF5 110 W 120 W 50 W 50 W 60 W 90 W 70 W 60 W 40 W 50 W 190 W 90 W 50 W 350 W 60 W 40 W 30 W 20 W 350 W 340 W 10 W 340 W 30 W 40 W 30 W 80 W 100 W 80 W 110 W 90 W-9999 +USW00021504201711WSF2 76 W 67 W 63 W 76 W 81 W 63 W 63 W 54 W 63 W 63 W 63 W 63 W 58 W 67 W 76 W 72 W 54 W 54 W 94 W 76 W 81 W 89 W 94 W 81 W 81 W 107 W 107 W 89 W 89 W 76 W-9999 +USW00021504201711WSF5 98 W 85 W 85 W 98 W 98 W 85 W 85 W 67 W 76 W 76 W 81 W 72 W 76 W 85 W 98 W 89 W 63 W 72 W 112 W 112 W 103 W 107 W 121 W 107 W 112 W 130 W 139 W 121 W 112 W 98 W-9999 +USW00021504201711WT01-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 +USW00021504201711WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201711WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 +USW00021504201712TMAX 272 W 256 W 261 W 244 W 256 W 250 W 250 W 256 W 267 W 278 W 289 W 267 W 244 W 244 W 250 W 272 W 256 W 283 W 239 W 222 W 256 W 256 W 256 W 267 W 256 W 294 W 272 W 272 W 261 W 256 W 261 W +USW00021504201712TMIN 189 W 200 W 194 W 178 W 161 W 161 W 150 W 150 W 156 W 172 W 161 W 167 W 161 W 183 W 156 W 139 W 172 W 194 W 200 W 189 W 172 W 167 W 183 W 172 W 167 W 194 W 194 W 178 W 194 W 194 W 189 W +USW00021504201712PRCP 538 W 264 W 18 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 81 W 168 W 28 W 5 W 0 W 8 W 33 W 1039 W 150 W 0T W 0 W 0 W 15 W 10 W 8 W 25 W 74 W 48 W 3 W +USW00021504201712SNOW-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 H 0 H 0 H +USW00021504201712AWND 36 W 37 W 41 W 25 W 68 W 34 W 29 W 25 W 23 W 28 W 38 W 29 W 47 W 62 W 43 W 31 W 12 W 17 W 18 W 23 W 37 W 68 W 35 W 31 W 24 W 37 W 17 W 33 W 30 W 35 W 26 W +USW00021504201712PGTM 1957 W 1926 W 0057 W 1319 W 1225 W 1047 W 1354 W 1244 W 1152 W 1343 W 1436 W 1201 W 1455 W 1610 W 0410 W 1259 W 1222 W 1117 W 1513 W 2257 W 1148 W 1345 W 0416 W 1249 W 1643 W 1512 W 1045 W 2053 W 1854 W 1455 W 1203 W +USW00021504201712TAVG 226H S 232H S 228H S 212H S 216H S 212H S 197H S 197H S 202H S 213H S 210H S 217H S 208H S 208H S 209H S 192H S 211H S 226H S 226H S 217H S 202H S 226H S 228H S 214H S 210H S 223H S 236H S 221H S 227H S 221H S 223H S +USW00021504201712WDF2 70 W 40 W 40 W 10 W 360 W 350 W 360 W 10 W 30 W 50 W 130 W 40 W 340 W 20 W 30 W 100 W 350 W 120 W 350 W 350 W 20 W 360 W 20 W 10 W 90 W 140 W 60 W 350 W 310 W 10 W 270 W +USW00021504201712WDF5 60 W 50 W 50 W 350 W 350 W 330 W 360 W 10 W 60 W 60 W 130 W 40 W 350 W 10 W 30 W 160 W 10 W 90 W 360 W 360 W 10 W 20 W 30 W 30 W 100 W 140 W 10 W 340 W 310 W 30 W 360 W +USW00021504201712WSF2 107 W 89 W 81 W 54 W 130 W 63 W 54 W 58 W 45 W 58 W 72 W 54 W 94 W 103 W 103 W 81 W 36 W 58 W 72 W 72 W 76 W 103 W 76 W 58 W 54 W 103 W 36 W 67 W 58 W 58 W 45 W +USW00021504201712WSF5 148 W 116 W 107 W 63 W 174 W 81 W 72 W 67 W 63 W 94 W 94 W 63 W 121 W 139 W 134 W 112 W 45 W 72 W 94 W 98 W 103 W 161 W 103 W 76 W 67 W 143 W 49 W 81 W 67 W 76 W 58 W +USW00021504201712WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 +USW00021504201801TMAX 272 W 267 W 261 W 283 W 272 W 267 W 256 W 267 W 272 W 272 W 261 W 311 W 294 W 272 W 278 W 272 W 278 W 256 W 267 W 256 W 261 W 244 W 228 W 261 W 233 W 289 W 278 W 244 W 272 W 272 W 317 W +USW00021504201801TMIN 172 W 156 W 167 W 161 W 189 W 183 W 189 W 183 W 189 W 189 W 194 W 189 W 206 W 189 W 178 W 183 W 189 W 200 W 194 W 189 W 206 W 200 W 194 W 189 W 189 W 211 W 200 W 189 W 172 W 178 W 167 W +USW00021504201801PRCP 0 W 0 W 3 W 0T W 0T W 43 W 58 W 48 W 0T W 10 W 30 W 3 W 5 W 0T W 0 W 0T W 0T W 157 W 99 W 130 W 142 W 861 W 978 W 76 W 521 W 208 W 74 W 269 W 0 W 0 W 0 W +USW00021504201801SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00021504201801AWND 29 W 30 W 33 W 26 W 28 W 23 W 24 W 24 W 31 W 29 W 22 W 34 W 23 W 24 W 26 W 27 W 37 W 29 W 27 W 21 W 26 W 18 W 26 W 18 W 17 W 28 W 12 W 22 W 32 W 27 W 36 W +USW00021504201801PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1404 W 1403 W 1616 W 1503 W 1131 W 1241 W 1351 W 1254 W 1449 W +USW00021504201801TAVG 215H S 207H S 213H S 217H S 224H S 217H S 224H S 215H S 221H S 223H S 226H S 232H S 239H S 234H S 220H S 224H S 226H S 233H S 222H S 219H S 227H S 222H S 215H S 211H S 217H S 231H S 237H S 223H S 214H S 230H S 237H S +USW00021504201801WDF2 80 W 60 W 50 W 100 W 90 W 70 W 50 W 110 W 120 W 100 W 240 W 340 W 60 W 30 W 70 W 50 W 30 W 90 W 90 W 110 W 100 W 170 W 220 W 110 W 250 W 120 W 90 W 340 W 20 W 10 W 340 W +USW00021504201801WDF5 100 W 70 W 70 W 60 W 70 W 60 W 300 W 100 W 130 W 100 W 240 W 330 W 60 W 30 W 80 W 20 W 30 W 100 W 100 W 100 W 110 W 220 W 220 W 120 W 240 W 110 W 80 W 70 W 20 W 20 W 350 W +USW00021504201801WSF2 58 W 58 W 63 W 58 W 58 W 76 W 58 W 72 W 72 W 54 W 54 W 103 W 67 W 54 W 63 W 58 W 72 W 89 W 94 W 67 W 81 W 58 W 67 W 58 W 45 W 72 W 54 W 58 W 67 W 76 W 103 W +USW00021504201801WSF5 76 W 72 W 81 W 72 W 72 W 94 W 67 W 94 W 89 W 63 W 58 W 130 W 85 W 58 W 72 W 76 W 94 W 107 W 112 W 103 W 103 W 94 W 85 W 76 W 58 W 94 W 58 W 76 W 89 W 98 W 125 W +USW00021504201801WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201801WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201802TMAX 306 W 300 W 283 W 283 W 289 W 289 W 283 W 272 W 261 W 261 W 272 W 278 W 306 W 300 W 289 W 239 W 267 W 261 W 267 W 283 W 267 W 250 W 250 W 250 W 261 W 256 W 278 W 256 W-9999 -9999 -9999 +USW00021504201802TMIN 183 W 222 W 211 W 206 W 200 W 189 W 172 W 178 W 144 W 150 W 167 W 178 W 178 W 211 W 217 W 211 W 200 W 183 W 167 W 189 W 200 W 206 W 200 W 206 W 206 W 206 W 211 W 194 W-9999 -9999 -9999 +USW00021504201802PRCP 0T W 0 W 0T W 0 W 30 W 33 W 0 W 3 W 0 W 0 W 0T W 0 W 0T W 56 W 307 W 239 W 213 W 61 W 38 W 124 W 56 W 765 W 493 W 925 W 307 W 160 W 23 W 91 W-9999 -9999 -9999 +USW00021504201802SNOW-9999 -9999 -9999 -9999 -9999 -9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 -9999 -9999 +USW00021504201802AWND 38 W 39 W 34 W 31 W 21 W 29 W 28 W 55 W 76 W 45 W 26 W 33 W 38 W 47 W 45 W 14 W 26 W 33 W 26 W 28 W 18 W 28 W 27 W 30 W 31 W 27 W 43 W 31 W-9999 -9999 -9999 +USW00021504201802PGTM 1413 W 1453 W 1538 W 1402 W 1150 W 1411 W 1417 W 1903 W 1426 W 0029 W 1224 W 1612 W 1335 W 1423 W 1316 W 1241 W 1128 W 2353 W 0008 W 1241 W 1311 W 1444 W 1116 W 1501 W 1253 W 1719 W 1029 W 0200 W-9999 -9999 -9999 +USW00021504201802TAVG 234H S 256H S 244H S 241H S 237H S 227H S 227H S 224H S 214H S 211H S 219H S 220H S 234H S 240H S 244H S 224H S 216H S 221H S 213H S 221H S 224H S 226H S 222H S 221H S 221H S 228H S 237H S 222H S-9999 -9999 -9999 +USW00021504201802WDF2 150 W 130 W 110 W 130 W 90 W 110 W 350 W 340 W 350 W 330 W 20 W 130 W 120 W 150 W 140 W 250 W 80 W 340 W 350 W 100 W 130 W 250 W 260 W 110 W 120 W 110 W 120 W 140 W-9999 -9999 -9999 +USW00021504201802WDF5 150 W 100 W 110 W 120 W 140 W 110 W 350 W 340 W 350 W 330 W 20 W 130 W 130 W 160 W 150 W 40 W 190 W 20 W 350 W 100 W 140 W 140 W 130 W 120 W 130 W 120 W 130 W 130 W-9999 -9999 -9999 +USW00021504201802WSF2 89 W 81 W 94 W 94 W 67 W 94 W 63 W 139 W 130 W 107 W 58 W 81 W 103 W 116 W 103 W 36 W 72 W 81 W 130 W 89 W 45 W 58 W 72 W 76 W 98 W 67 W 98 W 89 W-9999 -9999 -9999 +USW00021504201802WSF5 121 W 107 W 116 W 112 W 81 W 121 W 72 W 183 W 170 W 143 W 72 W 107 W 134 W 152 W 134 W 45 W 103 W 107 W 165 W 98 W 58 W 67 W 98 W 112 W 116 W 94 W 125 W 107 W-9999 -9999 -9999 +USW00021504201802WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201802WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201803TMAX 256 W 256 W 278 W 267 W 267 W 256 W 244 W 250 W 217 W 244 W 256 W 244 W 228 W 239 W 306 W 300 W 289 W 278 W 222 W 233 W 267 W 300 W 278 W 256 W 278 W 306 W 283 W 322 W 294 W 278 W 283 W +USW00021504201803TMIN 200 W 194 W 172 W 206 W 194 W 194 W 194 W 189 W 189 W 194 W 189 W 183 W 189 W 206 W 222 W 206 W 200 W 211 W 200 W 200 W 200 W 217 W 217 W 217 W 194 W 200 W 194 W 206 W 206 W 189 W 194 W +USW00021504201803PRCP 196 W 79 W 0T W 28 W 28 W 56 W 0T W 3 W 74 W 8 W 0T W 104 W 109 W 726 W 221 W 0T W 0 W 30 W 351 W 33 W 86 W 71 W 15 W 132 W 3 W 302 W 10 W 0 W 0T W 109 W 3 W +USW00021504201803SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00021504201803AWND 33 W 27 W 32 W 28 W 36 W 33 W 34 W 38 W 47 W 32 W 31 W 21 W 19 W 17 W 33 W 34 W 24 W 30 W 28 W 17 W 22 W 27 W 32 W 26 W 14 W 22 W 22 W 26 W 38 W 36 W 35 W +USW00021504201803TAVG 216H S 219H S 217H S 232H S 227H S 226H S 210H S 215H S 206H S 208H S 215H S 211H S 204H S 215H S 237H S 247H S 242H S 240H S 229H S 209H S 219H S 243H S 245H S 233H S 227H S 238H S 236H S 242H S 256H S 232H S 235H S +USW00021504201803WDF2 120 W 120 W 80 W 90 W 70 W 30 W 10 W 330 W 320 W 30 W 340 W 10 W 250 W 140 W 110 W 100 W 130 W 30 W 30 W 110 W 80 W 220 W 100 W 360 W 200 W 350 W 20 W 80 W 100 W 120 W 110 W +USW00021504201803WDF5 120 W 120 W 100 W 100 W 40 W 30 W 360 W 330 W 330 W 30 W 350 W 360 W 250 W 120 W 110 W 140 W 130 W 30 W 20 W 220 W 80 W 210 W 100 W 350 W 200 W 340 W 20 W 80 W 130 W 120 W 110 W +USW00021504201803WSF2 98 W 67 W 67 W 67 W 63 W 76 W 67 W 76 W 89 W 63 W 67 W 54 W 58 W 76 W 81 W 76 W 67 W 63 W 58 W 40 W 45 W 58 W 63 W 58 W 45 W 125 W 63 W 67 W 89 W 89 W 81 W +USW00021504201803WSF5 121 W 81 W 81 W 81 W 81 W 98 W 81 W 89 W 112 W 76 W 81 W 63 W 63 W 107 W 107 W 98 W 81 W 94 W 76 W 54 W 54 W 67 W 76 W 81 W 63 W 148 W 76 W 81 W 103 W 107 W 103 W +USW00021504201803WT01 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 +USW00021504201803WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00021504201803WT08 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00021504201804TMAX 294 W 289 W 289 W 294 W 300 W 294 W 283 W 289 W 267 W 272 W 267 W 283 W 272 W 272 W 261 W 272 W 272 W 267 W 278 W 267 W 267 W 278 W 272 W 272 W 278 W 244 W 278 W 261 W 233 W 250 W-9999 +USW00021504201804TMIN 183 W 206 W 217 W 228 W 222 W 233 W 222 W 200 W 217 W 222 W 217 W 211 W 200 W 189 W 206 W 217 W 194 W 200 W 200 W 211 W 200 W 200 W 194 W 194 W 200 W 194 W 200 W 206 W 200 W 217 W-9999 +USW00021504201804PRCP 0 W 3 W 0T W 0T W 0 W 208 W 206 W 74 W 124 W 152 W 211 W 58 W 218 W 439 W 373 W 38 W 69 W 201 W 38 W 102 W 69 W 38 W 43 W 150 W 64 W 569 W 41 W 8 W 41 W 38 W-9999 +USW00021504201804SNOW 0 H 0 H 0 H 0 H-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201804AWND 41 W 26 W 16 W 17 W 28 W 35 W 22 W 20 W 32 W 38 W 25 W 27 W 25 W 31 W 22 W 38 W 27 W 24 W 29 W 23 W 20 W 27 W 25 W 34 W 26 W 25 W 34 W 32 W 17 W 13 W-9999 +USW00021504201804PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1144 W 1245 W 1441 W 1521 W 1558 W-9999 +USW00021504201804TAVG 238H S 244H S 242H S 255H S 258H S 263H S 251H S 239H S 234H S 241H S 233H S 236H S 238H S 216H S 232H S 240H S 232H S 227H S 228H S 234H S 236H S 231H S 232H S 221H S 238H S 226H S 223H S 237H S 213H S 225H S-9999 +USW00021504201804WDF2 130 W 330 W 20 W 20 W 360 W 50 W 130 W 90 W 50 W 90 W 100 W 90 W 120 W 110 W 120 W 90 W 50 W 90 W 90 W 70 W 130 W 50 W 60 W 70 W 70 W 140 W 120 W 360 W 10 W 340 W-9999 +USW00021504201804WDF5 130 W 350 W 10 W 20 W 350 W 50 W 140 W 80 W 50 W 50 W 110 W 120 W 280 W 90 W 250 W 100 W 70 W 100 W 90 W 80 W 120 W 70 W 60 W 70 W 50 W 140 W 130 W 350 W 10 W 350 W-9999 +USW00021504201804WSF2 112 W 89 W 58 W 54 W 72 W 76 W 63 W 63 W 63 W 76 W 81 W 76 W 63 W 81 W 67 W 81 W 72 W 98 W 67 W 63 W 72 W 63 W 76 W 76 W 63 W 72 W 76 W 81 W 45 W 45 W-9999 +USW00021504201804WSF5 143 W 107 W 72 W 63 W 89 W 98 W 76 W 85 W 85 W 94 W 107 W 98 W 85 W 107 W 81 W 107 W 85 W 121 W 89 W 76 W 89 W 85 W 94 W 98 W 76 W 98 W 103 W 98 W 58 W 63 W-9999 +USW00021504201804WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201804WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201804WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201805TMAX 244 W 278 W 294 W 294 W 283 W 283 W 250 W 239 W 261 W 267 W 289 W 278 W 278 W 278 W 283 W 283 W 283 W 283 W 283 W 250 W 278 W 278 W 278 W 278 W 278 W 261 W 278 W 283 W 250 W 272 W 267 W +USW00021504201805TMIN 217 W 217 W 222 W 222 W 200 W 206 W 217 W 217 W 217 W 206 W 194 W 200 W 200 W 194 W 194 W 200 W 222 W 211 W 189 W 206 W 206 W 211 W 206 W 200 W 211 W 211 W 211 W 194 W 211 W 222 W 206 W +USW00021504201805PRCP 0T W 8 W 0 W 25 W 0 W 5 W 495 W 404 W 20 W 114 W 0T W 28 W 41 W 69 W 3 W 112 W 206 W 18 W 41 W 305 W 3 W 13 W 20 W 147 W 58 W 130 W 30 W 15 W 343 W 56 W 33 W +USW00021504201805SNOW-9999 0 H 0 H 0 H 0 H 0 H 0 H-9999 -9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00021504201805AWND 12 W 17 W 24 W 27 W 21 W 34 W 40 W 27 W 22 W 18 W 25 W 26 W 26 W 31 W 30 W 27 W 26 W 28 W 39 W 31 W 34 W 33 W 29 W 31 W 34 W 26 W 24 W 29 W 28 W 30 W 26 W +USW00021504201805TAVG 227H S 235H S 251H S 257H S 247H S 242H S 241H S 228H S 228H S 231H S 236H S 238H S 233H S 236H S 236H S 239H S 241H S 242H S 237H S 233H S 229H S 244H S 240H S 237H S 235H S 233H S 234H S 237H S 237H S 237H S 233H S +USW00021504201805WDF2 60 W 360 W 100 W 120 W 70 W 30 W 50 W 50 W 290 W 110 W 40 W 40 W 20 W 30 W 100 W 90 W 90 W 70 W 50 W 90 W 60 W 70 W 50 W 80 W 70 W 60 W 80 W 120 W 260 W 80 W 60 W +USW00021504201805WDF5 60 W 20 W 50 W 130 W 70 W 30 W 50 W-9999 -9999 120 W 40 W 40 W 20 W 30 W 90 W 80 W 90 W 80 W 60 W 80 W 70 W 70 W 40 W 80 W 80 W 60 W 70 W 130 W 250 W 80 W 80 W +USW00021504201805WSF2 40 W 58 W 58 W 72 W 63 W 63 W 81 W 49 W 49 W 58 W 67 W 58 W 63 W 63 W 67 W 63 W 81 W 67 W 81 W 98 W 76 W 67 W 63 W 94 W 81 W 67 W 58 W 72 W 63 W 72 W 76 W +USW00021504201805WSF5 49 W 67 W 72 W 98 W 89 W 85 W 103 W-9999 -9999 72 W 85 W 72 W 81 W 81 W 89 W 81 W 89 W 98 W 103 W 107 W 98 W 85 W 76 W 107 W 103 W 76 W 72 W 94 W 85 W 89 W 94 W +USW00021504201805WT01-9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W +USW00021504201805WT08-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 1 W-9999 1 W 1 W +USW00021504201806TMAX 250 W 261 W 283 W 283 W 278 W 278 W 283 W 289 W 283 W 283 W 283 W 267 W 283 W 283 W 283 W 283 W 283 W 283 W 294 W 300 W 294 W 294 W 289 W 272 W 283 W 289 W 283 W 261 W 283 W 289 W-9999 +USW00021504201806TMIN 200 W 206 W 211 W 217 W 217 W 206 W 200 W 222 W 233 W 222 W 211 W 206 W 194 W 222 W 211 W 206 W 194 W 200 W 206 W 211 W 211 W 206 W 211 W 206 W 222 W 211 W 228 W 206 W 222 W 200 W-9999 +USW00021504201806PRCP 58 W 86 W 36 W 86 W 84 W 135 W 0T W 211 W 5 W 3 W 38 W 132 W 28 W 102 W 0T W 3 W 3 W 0 W 0T W 0 W 13 W 157 W 53 W 196 W 157 W 152 W 356 W 180 W 46 W 0T W-9999 +USW00021504201806SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 0 H 0 H 0 H-9999 +USW00021504201806AWND 26 W 24 W 27 W 30 W 33 W 29 W 29 W 25 W 22 W 30 W 23 W 26 W 23 W 22 W 32 W 23 W 23 W 30 W 25 W 24 W 30 W 34 W 28 W 25 W 30 W 34 W 31 W 23 W 26 W 28 W-9999 +USW00021504201806TAVG 224H S 227H S 239H S 245H S 246H S 236H S 237H S 250H S 249H S 247H S 248H S 238H S 229H S 242H S 243H S 241H S 233H S 242H S 246H S 253H S 247H S 251H S 247H S 238H S 243H S 248H S 252H S 243H S 241H S 246H S-9999 +USW00021504201806WDF2 110 W 130 W 130 W 50 W 60 W 50 W 70 W 100 W 50 W 50 W 50 W 100 W 100 W 100 W 100 W 90 W 70 W 30 W 90 W 110 W 80 W 80 W 70 W 80 W 60 W 60 W 60 W 70 W 40 W 100 W-9999 +USW00021504201806WDF5 110 W 80 W 120 W 40 W 70 W 40 W 80 W 80 W 130 W 50 W 40 W 100 W 120 W 90 W 80 W 80 W 50 W 360 W 120 W 110 W 70 W 80 W 50 W 110 W 50 W 60 W 100 W 120 W 40 W 80 W-9999 +USW00021504201806WSF2 72 W 54 W 76 W 63 W 76 W 63 W 76 W 63 W 63 W 72 W 63 W 76 W 63 W 81 W 72 W 63 W 54 W 58 W 67 W 63 W 63 W 76 W 67 W 67 W 58 W 63 W 58 W 58 W 76 W 58 W-9999 +USW00021504201806WSF5 89 W 63 W 98 W 94 W 94 W 76 W 89 W 85 W 76 W 89 W 76 W 98 W 89 W 103 W 85 W 81 W 67 W 72 W 81 W 103 W 85 W 94 W 85 W 89 W 76 W 81 W 103 W 76 W 89 W 85 W-9999 +USW00021504201806WT01 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 +USW00021504201806WT08 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201807TMAX 283 W 294 W 289 W 294 W 294 W 283 W 289 W 294 W 278 W 289 W 289 W 294 W 300 W 294 W 300 W 300 W 300 W 283 W 294 W 294 W 283 W 300 W 300 W 294 W 294 W 300 W 300 W 294 W 300 W 300 W 300 W +USW00021504201807TMIN 200 W 217 W 211 W 217 W 228 W 233 W 206 W 211 W 222 W 217 W 217 W 228 W 217 W 233 W 228 W 228 W 228 W 239 W 217 W 217 W 222 W 217 W 239 W 222 W 217 W 233 W 222 W 228 W 228 W 233 W 244 W +USW00021504201807PRCP 30 W 41 W 18 W 23 W 104 W 99 W 130 W 0T W 15 W 0T W 3 W 58 W 64 W 135 W 3 W 33 W 74 W 124 W 0T W 51 W 165 W 0T W 38 W 10 W 231 W 5 W 15 W 51 W 36 W 180 W 0T W +USW00021504201807SNOW-9999 -9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00021504201807AWND 26 W 26 W 29 W 26 W 28 W 38 W 26 W 27 W 27 W 26 W 34 W 28 W 25 W 26 W 17 W 30 W 26 W 28 W 26 W 26 W 24 W 25 W 25 W 32 W 30 W 22 W 22 W 24 W 24 W 24 W 22 W +USW00021504201807TAVG 242H S 246H S 249H S 253H S 254H S 261H S 242H S 250H S 253H S 248H S 254H S 254H S 254H S 258H S 249H S 260H S 259H S 256H S 252H S 254H S 246H S 252H S 266H S 259H S 254H S 255H S 260H S 258H S 261H S 254H S 262H S +USW00021504201807WDF2 160 W 70 W 70 W 70 W 50 W 60 W 110 W 80 W 80 W 70 W 40 W 90 W 50 W 130 W 130 W 80 W 110 W 100 W 40 W 250 W 50 W 50 W 100 W 60 W 60 W 120 W 120 W 90 W 90 W 90 W 110 W +USW00021504201807WDF5 70 W 80 W 60 W 40 W 50 W 70 W 70 W 80 W 80 W 80 W 30 W 90 W 50 W 130 W 120 W 80 W 120 W 120 W 60 W 250 W 40 W 60 W 100 W 50 W 80 W 140 W 110 W 90 W 160 W 100 W 80 W +USW00021504201807WSF2 40 W 72 W 67 W 76 W 67 W 81 W 76 W 72 W 63 W 63 W 72 W 67 W 67 W 76 W 67 W 76 W 72 W 89 W 67 W 63 W 67 W 63 W 89 W 67 W 81 W 63 W 67 W 67 W 58 W 72 W 58 W +USW00021504201807WSF5 54 W 85 W 85 W 89 W 81 W 98 W 98 W 89 W 85 W 85 W 94 W 81 W 81 W 89 W 89 W 89 W 85 W 112 W 85 W 72 W 81 W 81 W 107 W 81 W 103 W 89 W 85 W 81 W 76 W 85 W 76 W +USW00021504201807WT01 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 +USW00021504201807WT08 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 +USW00021504201808TMAX 300 W 294 W 289 W 278 W 289 W 300 W 300 W 283 W 300 W 294 W 300 W 300 W 300 W 294 W 294 W 300 W 300 W 283 W 289 W 294 W 294 W 261 W 278 W 261 W 250 W 289 W 278 W 278 W 283 W 289 W 278 W +USW00021504201808TMIN 233 W 228 W 222 W 228 W 233 W 228 W 222 W 233 W 228 W 239 W 233 W 211 W 211 W 233 W 222 W 233 W 239 W 222 W 222 W 228 W 217 W 233 W 239 W 228 W 217 W 217 W 228 W 222 W 228 W 222 W 206 W +USW00021504201808PRCP 33 W 145 W 511 W 251 W 36 W 0T W 0T W 94 W 389 W 33 W 36 W 0 W 3 W 10 W 145 W 97 W 41 W 541 W 13 W 20 W 84 W 2106 W 2174 W 3810 W 1247 W 198 W 165 W 216 W 10 W 13 W 74 W +USW00021504201808SNOW-9999 -9999 -9999 0 H 0 H 0 H-9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 0 H-9999 +USW00021504201808AWND 26 W 34 W 36 W 30 W 26 W 30 W 36 W 21 W 29 W 27 W 30 W 28 W 28 W 26 W 27 W 24 W 23 W 22 W 22 W 30 W 22 W 25 W 38 W 37 W 20 W 21 W 20 W 26 W-9999 35 W-9999 +USW00021504201808TAVG 268H S 259H S 252H S 247H S 250H S 259H S 259H S 256H S 257H S 259H S 260H S 250H S 253H S 262H S 257H S 253H S 259H S 257H S 246H S 254H S 246H S 253H S 249H S 251H S 236H S 236H S 249H S 243H S 248H S 255H S 251H S +USW00021504201808WDF2 40 W 60 W 60 W 50 W 80 W 50 W 40 W 80 W 110 W 30 W 40 W 90 W 80 W 10 W 40 W 80 W 70 W 150 W 130 W 80 W 30 W 300 W 120 W 140 W 110 W 100 W 100 W 280 W 30 W 350 W 10 W +USW00021504201808WDF5 50 W 60 W 60 W 40 W 50 W 50 W 40 W 10 W 120 W 30 W 60 W 70 W 60 W 20 W 30 W 80 W 80 W 160 W 100 W 60 W 20 W 130 W 130 W 160 W 110 W 100 W 120 W 270 W-9999 350 W-9999 +USW00021504201808WSF2 72 W 89 W 94 W 94 W 67 W 76 W 72 W 54 W 76 W 63 W 63 W 67 W 63 W 58 W 67 W 63 W 58 W 67 W 67 W 89 W 63 W 67 W 94 W 107 W 67 W 58 W 63 W 54 W 58 W 81 W 49 W +USW00021504201808WSF5 89 W 107 W 116 W 107 W 76 W 94 W 89 W 63 W 98 W 72 W 72 W 81 W 98 W 72 W 85 W 72 W 76 W 94 W 76 W 112 W 81 W 85 W 130 W 143 W 85 W 67 W 72 W 67 W-9999 98 W-9999 +USW00021504201808WT01 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 +USW00021504201808WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201808WT08-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201809TMAX 289 W 300 W 289 W 289 W 300 W 294 W 294 W 300 W 300 W 300 W 317 W 317 W 289 W 300 W 272 W 294 W 272 W 289 W 311 W 300 W 306 W 294 W 306 W 289 W 311 W 328 W 322 W 311 W 306 W 311 W-9999 +USW00021504201809TMIN 200 W 200 W 233 W 233 W 222 W 239 W 228 W 217 W 222 W 222 W 211 W 228 W 222 W 228 W 228 W 217 W 211 W 206 W 206 W 239 W 222 W 228 W 217 W 217 W 228 W 228 W 228 W 222 W 244 W 206 W-9999 +USW00021504201809PRCP 0T W 0T W 203 W 51 W 0T W 13 W 13 W 0T W 0 W 20 W 0T W 25 W 315 W 155 W 198 W 30 W 140 W 99 W 36 W 30 W 0T W 0T W 3 W 0T W 0 W 0T W 0T W 94 W 20 W 3 W-9999 +USW00021504201809SNOW-9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00021504201809SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 H-9999 -9999 -9999 -9999 -9999 -9999 0 H-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201809AWND-9999 25 W 14 W 23 W 43 W 56 W 30 W 25 W 32 W 38 W 42 W 33 W 31 W 30 W 27 W 29 W 26 W 24 W 31 W 32 W 27 W 23 W 27 W-9999 38 W 34 W 24 W 27 W 26 W 24 W-9999 +USW00021504201809TAVG 261H S 250H S 259H S 258H S 258H S 267H S 263H S 261H S 262H S 262H S 261H S 266H S 251H S 258H S 253H S 247H S 244H S 236H S 252H S 267H S 259H S 258H S 254H S 258H S 278H S 272H S 275H S 269H S 269H S 267H S-9999 +USW00021504201809WDF2 20 W 50 W 100 W 40 W 10 W 10 W 20 W 50 W 10 W 350 W 350 W 120 W 90 W 250 W 80 W 70 W 40 W 270 W 100 W 130 W 110 W 80 W 80 W 130 W 130 W 120 W 100 W 70 W 90 W 50 W-9999 +USW00021504201809WDF5-9999 70 W 90 W 50 W 360 W 350 W 20 W 30 W 30 W 20 W 360 W 130 W 90 W 240 W 60 W 40 W 50 W 50 W 100 W 130 W 110 W 80 W 70 W 130 W 130 W 120 W 120 W 50 W 90 W 60 W-9999 +USW00021504201809WSF2 58 W 58 W 54 W 67 W 76 W 89 W 63 W 58 W 67 W 67 W 125 W 125 W 81 W 63 W 76 W 63 W 67 W 58 W 67 W 89 W 67 W 63 W 67 W 72 W 94 W 89 W 72 W 58 W 58 W 54 W-9999 +USW00021504201809WSF5-9999 76 W 67 W 81 W 98 W 116 W 85 W 72 W 85 W 85 W 161 W 152 W 103 W 76 W 98 W 85 W 85 W 76 W 89 W 116 W 89 W 81 W 85 W 72 W 121 W 116 W 103 W 76 W 72 W 63 W-9999 +USW00021504201809WT01-9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 +USW00021504201809WT08-9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201810TMAX 306 W 311 W 306 W 283 W 294 W 289 W 261 W 289 W 289 W 289 W 283 W 294 W 283 W 289 W 289 W 278 W 272 W 256 W 283 W 256 W 289 W 283 W 289 W 283 W 278 W 289 W 289 W 283 W 250 W 306 W 306 W +USW00021504201810TMIN 200 W 206 W 211 W 228 W 211 W 222 W 217 W 217 W 206 W 194 W 206 W 217 W 217 W 211 W 222 W 222 W 222 W 228 W 222 W 217 W 200 W 200 W 206 W 228 W 222 W 222 W 217 W 222 W 222 W 200 W 200 W +USW00021504201810PRCP 0 W 8 W 79 W 30 W 30 W 254 W 737 W 284 W 76 W 391 W 89 W 147 W 109 W 0T W 51 W 203 W 363 W 104 W 18 W 226 W 5 W 246 W 74 W 13 W 180 W 41 W 229 W 318 W 320 W 5 W 0 W +USW00021504201810SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00021504201810AWND 31 W 30 W 29 W 18 W 29 W 23 W 28 W 31 W 27 W 30 W 20 W 23 W 22 W 31 W 30 W 28 W 23 W 20 W 11 W 21 W 24 W 27 W 25 W 18 W 25 W 30 W 22 W 21 W 30 W 38 W 30 W +USW00021504201810TAVG 248H S 257H S 258H S 257H S 251H S 249H S 241H S 237H S 242H S 237H S 239H S 246H S 239H S 239H S 248H S 241H S 232H S 236H S 239H S 236H S 234H S 235H S 237H S 251H S 243H S 245H S 247H S 242H S 239H S 244H S 246H S +USW00021504201810WDF2 80 W 110 W 40 W 250 W 100 W 270 W 120 W 70 W 40 W 60 W 360 W 90 W 340 W 360 W 40 W 360 W 330 W 10 W 90 W 70 W 90 W 30 W 120 W 70 W 80 W 50 W 60 W 110 W 280 W 150 W 110 W +USW00021504201810WDF5 80 W 90 W 30 W 250 W 100 W 20 W 130 W 70 W 40 W 40 W 10 W 120 W 50 W 20 W 30 W 350 W 350 W 240 W 70 W 70 W 80 W 60 W 130 W 70 W 80 W 50 W 50 W 110 W 290 W 160 W 110 W +USW00021504201810WSF2 67 W 67 W 63 W 54 W 81 W 54 W 67 W 76 W 58 W 63 W 58 W 63 W 54 W 67 W 63 W 58 W 58 W 40 W 40 W 81 W 58 W 76 W 54 W 45 W 94 W 63 W 54 W 63 W 76 W 89 W 81 W +USW00021504201810WSF5 85 W 85 W 81 W 58 W 98 W 58 W 85 W 89 W 72 W 76 W 67 W 85 W 63 W 85 W 76 W 72 W 76 W 54 W 49 W 103 W 81 W 94 W 63 W 58 W 107 W 76 W 67 W 98 W 94 W 116 W 103 W +USW00021504201810WT01-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 +USW00021504201810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201810WT08-9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 +USW00021504201811TMAX 294 W 294 W 283 W 283 W 278 W 283 W 283 W 278 W 289 W 278 W 278 W 278 W 283 W 294 W 283 W 278 W 272 W 272 W 272 W 267 W 278 W 272 W 289 W 283 W 278 W 261 W 272 W 272 W 283 W 250 W-9999 +USW00021504201811TMIN 222 W 189 W 211 W 206 W 206 W 217 W 200 W 194 W 211 W 206 W 211 W 200 W 194 W 200 W 206 W 200 W 211 W 211 W 206 W 189 W 194 W 206 W 200 W 189 W 206 W 189 W 183 W 183 W 200 W 206 W-9999 +USW00021504201811PRCP 20 W 165 W 658 W 86 W 48 W 8 W 3 W 58 W 10 W 231 W 102 W 10 W 0T W 69 W 23 W 58 W 287 W 74 W 8 W 147 W 97 W 325 W 0 W 241 W 91 W 41 W 0 W 56 W 0T W 13 W-9999 +USW00021504201811SNOW-9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00021504201811AWND 27 W 34 W 26 W 29 W 27 W 24 W 20 W 24 W 29 W 48 W 42 W 26 W 25 W 34 W 24 W 35 W 27 W 32 W 31 W 27 W 24 W 30 W 33 W 31 W 26 W 24 W 29 W 27 W 33 W 23 W-9999 +USW00021504201811TAVG 250H S 236H S 241H S 234H S 231H S 239H S 239H S 229H S 244H S 243H S 234H S 231H S 234H S 237H S 242H S 238H S 233H S 238H S 234H S 228H S 227H S 228H S 234H S 239H S 234H S 229H S 218H S 223H S 227H S 229H S-9999 +USW00021504201811WDF2 70 W 130 W 70 W 80 W 100 W 60 W 150 W 290 W 360 W 340 W 360 W 250 W 50 W 100 W 220 W 30 W 70 W 40 W 50 W 100 W 100 W 100 W 140 W 70 W 100 W 260 W 40 W 110 W 140 W 130 W-9999 +USW00021504201811WDF5-9999 130 W 70 W 90 W 80 W 50 W 80 W 280 W 10 W 350 W 10 W 30 W 60 W 140 W 80 W 20 W 80 W 50 W 30 W 70 W 100 W 110 W 150 W 80 W 100 W 270 W 40 W 110 W 140 W 130 W-9999 +USW00021504201811WSF2 49 W 76 W 94 W 72 W 67 W 58 W 67 W 63 W 45 W 103 W 76 W 54 W 58 W 67 W 63 W 81 W 67 W 72 W 72 W 63 W 63 W 76 W 76 W 63 W 63 W 58 W 54 W 67 W 81 W 58 W-9999 +USW00021504201811WSF5-9999 94 W 112 W 89 W 76 W 67 W 89 W 67 W 63 W 130 W 107 W 58 W 67 W 81 W 76 W 112 W 85 W 94 W 89 W 76 W 81 W 98 W 98 W 81 W 81 W 67 W 76 W 94 W 112 W 67 W-9999 +USW00021504201811WT01-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 +USW00021504201811WT08-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W-9999 +USW00021504201812TMAX 278 W 261 W 272 W 272 W 272 W 278 W 267 W 267 W 256 W 267 W 272 W 267 W 261 W 272 W 267 W 267 W 267 W 272 W 228 W 261 W 272 W 272 W 272 W 261 W 261 W 272 W 278 W 283 W 250 W 261 W 261 W +USW00021504201812TMIN 194 W 200 W 200 W 211 W 194 W 189 W 194 W 194 W 194 W 183 W 194 W 194 W 194 W 189 W 178 W 172 W 172 W 178 W 178 W 194 W 189 W 183 W 200 W 189 W 200 W 189 W 206 W 206 W 206 W 206 W 194 W +USW00021504201812PRCP 15 W 315 W 193 W 81 W 0T W 0T W 81 W 8 W 48 W 61 W 160 W 86 W 107 W 0T W 0T W 0 W 0 W 36 W 442 W 0T W 38 W 28 W 53 W 264 W 30 W 23 W 38 W 3 W 211 W 99 W 112 W +USW00021504201812SNOW 0 H-9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00021504201812AWND 29 W 34 W 29 W 34 W 32 W 33 W 34 W 35 W 35 W 29 W 31 W 31 W 38 W 26 W 31 W 28 W 30 W 26 W 53 W 41 W 25 W 27 W 22 W 17 W 21 W 24 W 28 W 34 W 23 W 23 W 25 W +USW00021504201812TAVG 226H S 231H S 227H S 233H S 232H S 223H S 229H S 233H S 223H S 225H S 227H S 225H S 232H S 223H S 219H S 221H S 212H S 222H S 218H S 221H S 218H S 221H S 228H S 218H S 225H S 218H S 232H S 237H S 228H S 229H S 223H S +USW00021504201812WDF2 290 W 340 W 290 W 80 W 70 W 50 W 70 W 350 W 40 W 30 W 110 W 20 W 50 W 60 W 30 W 80 W 110 W 330 W 340 W 50 W 100 W 90 W 90 W 150 W 130 W 180 W 130 W 130 W 130 W 100 W 100 W +USW00021504201812WDF5 20 W 340 W 40 W 70 W 80 W 40 W 70 W 340 W 30 W 40 W 100 W 60 W 60 W 60 W 30 W 90 W 100 W 330 W 20 W 60 W 90 W 90 W 40 W 150 W 130 W 170 W 100 W 140 W 120 W 100 W 80 W +USW00021504201812WSF2 58 W 63 W 58 W 89 W 67 W 63 W 81 W 67 W 72 W 58 W 81 W 63 W 94 W 67 W 63 W 67 W 63 W 67 W 94 W 72 W 58 W 67 W 63 W 63 W 63 W 63 W 72 W 103 W 58 W 67 W 63 W +USW00021504201812WSF5 72 W 76 W 81 W 112 W 85 W 81 W 107 W 85 W 98 W 76 W 103 W 98 W 116 W 85 W 81 W 85 W 76 W 76 W 130 W 94 W 72 W 81 W 85 W 76 W 72 W 76 W 89 W 130 W 85 W 76 W 81 W +USW00021504201812WT01 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W +USW00021504201812WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W +USW00021504201901TMAX 267 W 267 W 267 W 267 W 261 W 272 W 272 W 261 W 256 W 267 W 261 W 272 W 272 W 267 W 267 W 272 W 289 W 272 W 267 W 278 W 283 W 272 W 278 W 278 W 283 W 244 W 250 W 244 W 256 W 250 W 267 W +USW00021504201901TMIN 189 W 172 W 178 W 189 W 161 W 178 W 167 W 167 W 167 W 189 W 172 W 189 W 194 W 183 W 172 W 194 W 178 W 178 W 189 W 178 W 172 W 183 W 178 W 183 W 178 W 194 W 194 W 183 W 183 W 194 W 161 W +USW00021504201901PRCP 30 W 8 W 20 W 43 W 0T W 0 W 0T W 5 W 0T W 15 W 8 W 0T W 3 W 0 W 0 W 0 W 0T W 0 W 10 W 0 W 0 W 10 W 10 W 3 W 20 W 97 W 0 W 13 W 0T W 20 W 5 W +USW00021504201901SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00021504201901AWND 29 W 27 W 30 W 36 W 30 W 27 W 28 W 28 W 23 W 32 W 27 W 30 W 30 W 28 W 21 W 24 W 33 W 29 W 25 W 39 W 36 W 29 W 34 W 33 W 25 W 71 W 59 W 88 W 80 W 61 W 43 W +USW00021504201901TAVG 222H S 213H S 217H S 229H S 208H S 217H S 213H S 214H S 211H S 220H S 213H S 220H S 222H S 226H S 220H S 224H S 224H S 216H S 222H S 221H S 221H S 219H S 221H S 229H S 221H S 222H S 217H S 212H S 211H S 221H S 222H S +USW00021504201901WDF2 90 W 120 W 70 W 60 W 90 W 100 W 70 W 120 W 40 W 130 W 130 W 120 W 150 W 120 W 110 W 80 W 340 W 20 W 100 W 120 W 120 W 100 W 130 W 130 W 350 W 350 W 10 W 350 W 340 W 350 W 350 W +USW00021504201901WDF5 80 W 110 W 70 W 70 W 100 W 120 W 70 W 110 W 40 W 120 W 130 W 120 W 140 W 110 W 80 W 80 W 330 W 10 W 50 W 130 W 120 W 100 W 110 W 110 W 350 W 360 W 360 W 340 W 350 W 360 W 20 W +USW00021504201901WSF2 67 W 89 W 81 W 81 W 63 W 63 W 63 W 67 W 54 W 72 W 76 W 81 W 76 W 67 W 54 W 81 W 107 W 76 W 54 W 89 W 81 W 67 W 67 W 72 W 76 W 112 W 98 W 134 W 125 W 112 W 107 W +USW00021504201901WSF5 85 W 103 W 103 W 98 W 81 W 94 W 94 W 85 W 63 W 98 W 98 W 103 W 98 W 103 W 63 W 94 W 148 W 89 W 63 W 107 W 94 W 81 W 89 W 85 W 94 W 148 W 134 W 188 W 157 W 157 W 139 W +USW00021504201901WT01 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 +USW00021504201901WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W +USW00021504201902TMAX 267 W 272 W 256 W 256 W 256 W 294 W 272 W 261 W 244 W 256 W 256 W 239 W 239 W 211 W 239 W 261 W 256 W 267 W 217 W 289 W 272 W 300 W 267 W 244 W 256 W 261 W 239 W 239 W-9999 -9999 -9999 +USW00021504201902TMIN 178 W 189 W 183 W 189 W 161 W 172 W 183 W 178 W 167 W 161 W 150 W 156 W 139 W 139 W 172 W 156 W 150 W 161 W 183 W 183 W 194 W 211 W 206 W 200 W 183 W 167 W 183 W 150 W-9999 -9999 -9999 +USW00021504201902PRCP 0T W 30 W 81 W 117 W 0T W 0 W 0 W 0 W 0T W 3 W 0 W 0 W 3 W 366 W 58 W 0 W 8 W 193 W 1560 W 8 W 3 W 15 W 99 W 203 W 0T W 20 W 89 W 0T W-9999 -9999 -9999 +USW00021504201902SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 -9999 -9999 +USW00021504201902AWND 25 W 24 W 32 W 38 W 33 W 30 W 21 W 67 W 56 W 33 W 50 W 43 W 38 W 53 W 52 W 28 W 22 W 29 W 36 W 26 W 29 W 36 W 29 W 33 W 27 W 23 W 60 W 52 W-9999 -9999 -9999 +USW00021504201902TAVG 218H S 221H S 223H S 220H S 206H S 220H S 226H S 222H S 222H S 202H S 213H S 203H S 199H S 184H S 185H S 201H S 210H S 208H S 216H S 206H S 238H S 237H S 239H S 218H S 210H S 219H S 207H S 203H S-9999 -9999 -9999 +USW00021504201902WDF2 90 W 50 W 50 W 350 W 360 W 140 W 20 W 350 W 350 W 60 W 350 W 360 W 350 W 350 W 340 W 10 W 50 W 90 W 360 W 130 W 10 W 90 W 350 W 340 W 20 W 80 W 330 W 350 W-9999 -9999 -9999 +USW00021504201902WDF5 100 W 50 W 10 W 350 W 10 W 140 W 20 W 340 W 340 W 60 W 350 W 360 W 340 W 350 W 350 W 20 W 10 W 70 W 360 W 120 W 10 W 110 W 350 W 340 W 40 W 50 W 340 W 20 W-9999 -9999 -9999 +USW00021504201902WSF2 67 W 54 W 72 W 89 W 76 W 81 W 58 W 103 W 125 W 103 W 125 W 103 W 116 W 112 W 103 W 58 W 54 W 67 W 112 W 76 W 76 W 81 W 72 W 81 W 58 W 63 W 94 W 89 W-9999 -9999 -9999 +USW00021504201902WSF5 81 W 67 W 94 W 107 W 98 W 112 W 67 W 148 W 148 W 134 W 165 W 134 W 161 W 152 W 130 W 72 W 63 W 85 W 157 W 103 W 94 W 103 W 103 W 107 W 76 W 98 W 116 W 125 W-9999 -9999 -9999 +USW00021504201902WT01 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00021504201902WT08-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201903TMAX 244 W 250 W 250 W 222 W 228 W 233 W 250 W 256 W 250 W 244 W 256 W 256 W 250 W 261 W 267 W 272 W 261 W 256 W 244 W 250 W 261 W 267 W 272 W 239 W 261 W 261 W 272 W 267 W 267 W 278 W 267 W +USW00021504201903TMIN 161 W 156 W 178 W 178 W 172 W 178 W 189 W 189 W 183 W 183 W 189 W 183 W 189 W 183 W 172 W 183 W 156 W 194 W 183 W 183 W 178 W 183 W 183 W 183 W 178 W 167 W 161 W 167 W 183 W 178 W 189 W +USW00021504201903PRCP 0 W 18 W 53 W 23 W 119 W 71 W 64 W 71 W 71 W 89 W 25 W 97 W 36 W 58 W 0 W 64 W 0 W 0T W 0T W 0T W 20 W 20 W 8 W 76 W 41 W 3 W 155 W 0 W 0 W 0T W 5 W +USW00021504201903SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 -9999 -9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00021504201903SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 H-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201903AWND 35 W 34 W 37 W 37 W 36 W 26 W 32 W 42 W 22 W 32 W 31 W 26 W 22 W 29 W 26 W 25 W 47 W 38 W 26 W 24 W 31 W 30 W 30 W 25 W 33 W 30 W 31 W 29 W 27 W 28 W 26 W +USW00021504201903TAVG 202H S 202H S 208H S 208H S 193H S 197H S 207H S 219H S 209H S 205H S 214H S 208H S 212H S 214H S 219H S 227H S 217H S 220H S 216H S 216H S 212H S 213H S 224H S 216H S 209H S 209H S 216H S 216H S 224H S 229H S 224H S +USW00021504201903WDF2 340 W 60 W 330 W 60 W 20 W 30 W 70 W 70 W 80 W 90 W 80 W 20 W 70 W 240 W 40 W 30 W 360 W 10 W 120 W 110 W 50 W 70 W 50 W 90 W 70 W 60 W 340 W 30 W 10 W 20 W 340 W +USW00021504201903WDF5 20 W 50 W 330 W 340 W 30 W 40 W 70 W 60 W 80 W 100 W 80 W 20 W 70 W 240 W 40 W 20 W 360 W 10 W 100 W 90 W 60 W 70 W 50 W 100 W 30 W 70 W 340 W 30 W 60 W 10 W 340 W +USW00021504201903WSF2 72 W 67 W 67 W 72 W 81 W 76 W 81 W 89 W 81 W 81 W 81 W 58 W 67 W 63 W 58 W 54 W 94 W 63 W 54 W 54 W 76 W 72 W 67 W 58 W 72 W 63 W 81 W 67 W 58 W 67 W 76 W +USW00021504201903WSF5 89 W 85 W 85 W 98 W 107 W 94 W 107 W 107 W 98 W 103 W 103 W 67 W 81 W 76 W 72 W 81 W 130 W 89 W 72 W 67 W 94 W 103 W 89 W 67 W 94 W 85 W 98 W 85 W 81 W 85 W 94 W +USW00021504201903WT01-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W +USW00021504201903WT08-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201904TMAX 278 W 239 W 267 W 267 W 278 W 283 W 278 W 283 W 278 W 267 W 244 W 261 W 244 W 261 W 256 W 272 W 272 W 267 W 272 W 278 W 278 W 278 W 267 W 261 W 261 W 239 W 267 W 261 W 311 W 267 W-9999 +USW00021504201904TMIN 200 W 200 W 200 W 183 W 183 W 183 W 189 W 200 W 200 W 206 W 189 W 183 W 189 W 194 W 189 W 183 W 200 W 183 W 189 W 194 W 189 W 194 W 206 W 200 W 189 W 206 W 200 W 206 W 189 W 183 W-9999 +USW00021504201904PRCP 0 W 135 W 25 W 0 W 0 W 8 W 20 W 23 W 91 W 119 W 780 W 442 W 813 W 203 W 135 W 46 W 10 W 30 W 69 W 58 W 0T W 3 W 20 W 71 W 74 W 117 W 3 W 10 W 127 W 0 W-9999 +USW00021504201904SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 -9999 +USW00021504201904AWND 21 W 33 W 37 W 30 W 35 W 31 W 30 W 31 W 28 W 26 W 24 W 35 W 25 W 40 W 32 W 27 W 29 W 33 W 30 W 31 W 26 W 31 W 26 W 25 W 22 W 25 W 27 W 22 W 26 W 33 W-9999 +USW00021504201904TAVG 235H S 228H S 230H S 233H S 228H S 230H S 233H S 238H S 233H S 234H S 223H S 210H S 207H S 223H S 218H S 219H S 234H S 223H S 231H S 231H S 232H S 233H S 234H S 235H S 222H S 226H S 222H S 224H S 227H S 231H S-9999 +USW00021504201904WDF2 40 W 330 W 50 W 70 W 100 W 90 W 60 W 90 W 50 W 80 W 250 W 80 W 130 W 60 W 60 W 90 W 40 W 90 W 80 W 80 W 90 W 90 W 50 W 40 W 60 W 270 W 110 W 110 W 50 W 10 W-9999 +USW00021504201904WDF5 40 W 20 W 60 W 90 W 100 W 110 W 20 W 70 W 60 W 80 W 240 W 100 W 120 W 350 W 50 W 100 W 50 W 130 W 70 W 90 W 80 W 90 W 60 W 50 W 50 W 230 W 120 W 90 W 40 W-9999 -9999 +USW00021504201904WSF2 54 W 63 W 72 W 63 W 72 W 67 W 58 W 72 W 76 W 94 W 67 W 89 W 94 W 81 W 76 W 67 W 63 W 67 W 81 W 81 W 67 W 72 W 54 W 67 W 58 W 54 W 63 W 58 W 81 W 63 W-9999 +USW00021504201904WSF5 58 W 85 W 94 W 76 W 94 W 89 W 76 W 98 W 103 W 134 W 76 W 107 W 112 W 125 W 89 W 94 W 85 W 89 W 98 W 98 W 89 W 103 W 72 W 85 W 67 W 67 W 76 W 76 W 89 W-9999 -9999 +USW00021504201904WT01-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 +USW00021504201904WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201904WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 +USW00021504201905TMAX 272 W 272 W 278 W 300 W 261 W 256 W 278 W 272 W 278 W 272 W 283 W 294 W 300 W 289 W 289 W 300 W 300 W 306 W 306 W 300 W 283 W 311 W 294 W 289 W 283 W 272 W 294 W 278 W 300 W 283 W 283 W +USW00021504201905TMIN 194 W 194 W 206 W 172 W 211 W 194 W 206 W 183 W 200 W 194 W 183 W 194 W 206 W 206 W 206 W 206 W 194 W 211 W 211 W 211 W 217 W 206 W 222 W 217 W 183 W 217 W 206 W 222 W 211 W 211 W 217 W +USW00021504201905PRCP 13 W 152 W 20 W 0 W 0T W 0 W 10 W 0 W 28 W 0T W 0 W 0T W 0T W 0T W 66 W 0 W 0T W 0 W 0T W 13 W 51 W 3 W 43 W 48 W 41 W 46 W 109 W 185 W 10 W 91 W 48 W +USW00021504201905SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00021504201905AWND 29 W 25 W 30 W 33 W 56 W 24 W 26 W 22 W 26 W 30 W 30 W 30 W 24 W 29 W 23 W 26 W 27 W 26 W 30 W 36 W 29 W 36 W 32 W 24 W 31 W 24 W 32 W 20 W 31 W 30 W 30 W +USW00021504201905TAVG 235H S 234H S 239H S 233H S 242H S 224H S 227H S 225H S 239H S 238H S 238H S 244H S 251H S 251H S 241H S 248H S 246H S 264H S 259H S 254H S 249H S 252H S 257H S 252H S 235H S 240H S 241H S 249H S 248H S 247H S 244H S +USW00021504201905WDF2 50 W 70 W 90 W 350 W 30 W 10 W 80 W 80 W 40 W 10 W 20 W 100 W 90 W 50 W 10 W 90 W 40 W 70 W 70 W 100 W 120 W 130 W 90 W 80 W 90 W 250 W 120 W 190 W 80 W 130 W 260 W +USW00021504201905WDF5 30 W 80 W 100 W 350 W 30 W 20 W 80 W 70 W 30 W 20 W 40 W 100 W 80 W 30 W 350 W 90 W 60 W 60 W 80 W 120 W 120 W 130 W 110 W 70 W 50 W 230 W 90 W 150 W 70 W 210 W 90 W +USW00021504201905WSF2 63 W 58 W 81 W 98 W 130 W 58 W 67 W 67 W 63 W 63 W 63 W 72 W 63 W 81 W 54 W 67 W 63 W 58 W 76 W 76 W 67 W 76 W 76 W 94 W 58 W 58 W 72 W 63 W 67 W 76 W 67 W +USW00021504201905WSF5 81 W 76 W 103 W 125 W 165 W 76 W 81 W 76 W 85 W 81 W 85 W 89 W 89 W 103 W 72 W 85 W 81 W 81 W 98 W 103 W 89 W 98 W 116 W 103 W 72 W 72 W 94 W 94 W 85 W 98 W 89 W +USW00021504201905WT01-9999 1 W-9999 -9999 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W +USW00021504201905WT08 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W 1 W +USW00021504201906TMAX 283 W 272 W 289 W 289 W 261 W 289 W 289 W 289 W 294 W 294 W 294 W 294 W 294 W 283 W 278 W 294 W 306 W 283 W 300 W 294 W 311 W 294 W 289 W 311 W 311 W 306 W 278 W 300 W 289 W 300 W-9999 +USW00021504201906TMIN 211 W 206 W 200 W 211 W 200 W 211 W 194 W 194 W 217 W 211 W 211 W 200 W 200 W 211 W 217 W 206 W 206 W 233 W 228 W 206 W 211 W 222 W 222 W 228 W 217 W 206 W 228 W 222 W 211 W 200 W-9999 +USW00021504201906PRCP 28 W 66 W 203 W 137 W 107 W 0 W 0 W 53 W 8 W 0T W 3 W 13 W 10 W 48 W 66 W 23 W 36 W 30 W 3 W 0T W 3 W 0T W 0 W 0 W 0 W 33 W 38 W 23 W 13 W 48 W-9999 +USW00021504201906SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00021504201906AWND 25 W 25 W 29 W 27 W 27 W 22 W 26 W 33 W 27 W 29 W 30 W 31 W 32 W 31 W 32 W 26 W 28 W 21 W 27 W 31 W 30 W 30 W 22 W 28 W 38 W 35 W 30 W 37 W 31 W 38 W-9999 +USW00021504201906TAVG 239H S 236H S 235H S 243H S 237H S 239H S 242H S 236H S 247H S 251H S 251H S 246H S 248H S 249H S 244H S 241H S 247H S 262H S 256H S 254H S 253H S 259H S 251H S 261H S 262H S 252H S 255H S 253H S 252H S 242H S-9999 +USW00021504201906WDF2 90 W 70 W 70 W 90 W 120 W 100 W 70 W 110 W 60 W 40 W 90 W 80 W 80 W 50 W 60 W 80 W 100 W 100 W 20 W 60 W 130 W 130 W 120 W 100 W 130 W 120 W 140 W 90 W 80 W 100 W-9999 +USW00021504201906WDF5 80 W 70 W 80 W 90 W 120 W 100 W 90 W 90 W 80 W 40 W 80 W 90 W 80 W 60 W 80 W 80 W 100 W 120 W 40 W 30 W 110 W 120 W 140 W 130 W 100 W 130 W 170 W 70 W 90 W 100 W-9999 +USW00021504201906WSF2 89 W 67 W 76 W 67 W 63 W 63 W 63 W 72 W 67 W 63 W 72 W 72 W 72 W 63 W 63 W 72 W 89 W 72 W 63 W 63 W 89 W 67 W 54 W 67 W 81 W 81 W 63 W 67 W 72 W 89 W-9999 +USW00021504201906WSF5 121 W 85 W 94 W 81 W 76 W 89 W 85 W 85 W 85 W 89 W 89 W 98 W 103 W 85 W 85 W 107 W 107 W 94 W 89 W 76 W 112 W 89 W 63 W 89 W 107 W 103 W 81 W 98 W 94 W 103 W-9999 +USW00021504201906WT01-9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00021504201906WT08-9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 +USW00021504201907TMAX 300 W 306 W 300 W 300 W 311 W 311 W 306 W 283 W 300 W 289 W 300 W 300 W 300 W 300 W 300 W 306 W 294 W 294 W 306 W 294 W 294 W 261 W 289 W 289 W 294 W 289 W 294 W 294 W 289 W 294 W 289 W +USW00021504201907TMIN 217 W 217 W 206 W 222 W 206 W 206 W 217 W 228 W 228 W 217 W 222 W 206 W 200 W 217 W 228 W 211 W 217 W 217 W 228 W 222 W 217 W 217 W 206 W 217 W 194 W 206 W 211 W 206 W 217 W 206 W 211 W +USW00021504201907PRCP 0T W 15 W 28 W 58 W 0 W 0T W 18 W 356 W 130 W 10 W 3 W 0T W 0 W 5 W 25 W 0T W 46 W 61 W 58 W 66 W 94 W 157 W 20 W 23 W 104 W 41 W 36 W 58 W 140 W 137 W 739 W +USW00021504201907SNOW-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 H 0 H 0 H-9999 -9999 -9999 0 H 0 H 0 H 0 H +USW00021504201907AWND 34 W 30 W 34 W 24 W 37 W 30 W 33 W 26 W 26 W 24 W 26 W 28 W 30 W 28 W 29 W 32 W 23 W 27 W 27 W 28 W 32 W 20 W 31 W 34 W 30 W 26 W 30 W 29 W 33 W 25 W 32 W +USW00021504201907PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1507 W 1450 W 0940 W 1404 W +USW00021504201907TAVG 254H S 256H S 253H S 248H S 251H S 256H S 258H S 262H S 249H S 254H S 256H S 256H S 249H S 254H S 261H S 257H S 248H S 253H S 253H S 257H S 252H S 246H S 241H S 251H S 241H S 244H S 248H S 248H S 249H S 243H S 242H S +USW00021504201907WDF2 100 W 70 W 80 W 70 W 130 W 100 W 30 W 90 W 100 W 100 W 110 W 80 W 70 W 60 W 70 W 120 W 70 W 60 W 80 W 80 W 120 W 50 W 110 W 80 W 70 W 110 W 100 W 130 W 90 W 70 W 90 W +USW00021504201907WDF5 100 W 80 W 120 W 110 W 120 W 90 W 60 W 70 W 100 W 110 W 90 W 60 W 80 W 40 W 60 W 110 W 110 W 60 W 80 W 80 W 130 W 230 W 120 W 110 W 80 W 120 W 90 W 60 W 90 W 70 W 80 W +USW00021504201907WSF2 89 W 76 W 76 W 58 W 98 W 72 W 67 W 81 W 63 W 58 W 67 W 67 W 72 W 58 W 63 W 81 W 58 W 76 W 67 W 67 W 72 W 45 W 72 W 76 W 72 W 67 W 89 W 58 W 67 W 107 W 76 W +USW00021504201907WSF5 134 W 98 W 121 W 76 W 121 W 94 W 85 W 107 W 85 W 81 W 89 W 98 W 98 W 76 W 94 W 103 W 103 W 89 W 89 W 89 W 89 W 58 W 98 W 98 W 98 W 81 W 107 W 89 W 89 W 130 W 89 W +USW00021504201907WT01-9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 +USW00021504201907WT08-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00021504201908TMAX 289 W 294 W 294 W 317 W 289 W 306 W 294 W 300 W 300 W 300 W 300 W 300 W 300 W 306 W 306 W 317 W 311 W 311 W 317 W 306 W 306 W 311 W 306 W 300 W 311 W 311 W 317 W 317 W 317 W 317 W 317 W +USW00021504201908TMIN 222 W 239 W 239 W 233 W 244 W 244 W 206 W 206 W 222 W 228 W 228 W 217 W 222 W 211 W 217 W 217 W 244 W 233 W 228 W 244 W 244 W 228 W 233 W 233 W 233 W 233 W 228 W 228 W 217 W 222 W 233 W +USW00021504201908PRCP 340 W 630 W 84 W 84 W 28 W 0 W 0T W 3 W 130 W 335 W 0T W 0T W 10 W 51 W 38 W 84 W 66 W 0T W 5 W 91 W 28 W 3 W 0T W 8 W 97 W 191 W 8 W 0 W 13 W 43 W 20 W +USW00021504201908SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00021504201908AWND 26 W 20 W 25 W 30 W 26 W 42 W 31 W 30 W 29 W 25 W 23 W 29 W 24 W 32 W 29 W 30 W 23 W 25 W 35 W 21 W 28 W 28 W 28 W 26 W 28 W 25 W 26 W 26 W 27 W 28 W 26 W +USW00021504201908TAVG 247H S 266H S 262H S 267H S 267H S 268H S 256H S 250H S 259H S 255H S 261H S 255H S 252H S 249H S 252H S 254H S 276H S 276H S 271H S 273H S 269H S 269H S 269H S 268H S 264H S 258H S 267H S 268H S 263H S 265H S 267H S +USW00021504201908WDF2 30 W 90 W 120 W 60 W 40 W 130 W 80 W 70 W 90 W 110 W 100 W 100 W 100 W 120 W 90 W 120 W 80 W 40 W 50 W 70 W 70 W 30 W 90 W 120 W 80 W 70 W 80 W 100 W 40 W 250 W 80 W +USW00021504201908WDF5 30 W 130 W 160 W 90 W 20 W 120 W 70 W 70 W 100 W 250 W 90 W 120 W 80 W 120 W 100 W 70 W 90 W 60 W 50 W 50 W 80 W 20 W 90 W 120 W 70 W 70 W 70 W 100 W 70 W 60 W 80 W +USW00021504201908WSF2 63 W 58 W 58 W 67 W 67 W 107 W 67 W 72 W 63 W 63 W 67 W 72 W 58 W 94 W 67 W 67 W 58 W 58 W 76 W 58 W 72 W 67 W 67 W 72 W 76 W 67 W 58 W 58 W 54 W 63 W 67 W +USW00021504201908WSF5 76 W 72 W 81 W 89 W 89 W 134 W 94 W 89 W 81 W 85 W 85 W 94 W 76 W 116 W 85 W 85 W 72 W 72 W 94 W 63 W 89 W 94 W 89 W 89 W 94 W 81 W 81 W 98 W 67 W 81 W 85 W +USW00021504201908WT01 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W +USW00021504201908WT08 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W +USW00021504201909TMAX 317 W 306 W 311 W 289 W 311 W 311 W 300 W 306 W 294 W 300 W 283 W 306 W 311 W 317 W 322 W 311 W 333 W 289 W 306 W 300 W 311 W 322 W 311 W 311 W 311 W 317 W 333 W 322 W 317 W 306 W-9999 +USW00021504201909TMIN 233 W 228 W 222 W 217 W 233 W 228 W 228 W 233 W 233 W 222 W 222 W 233 W 228 W 228 W 244 W 228 W 222 W 239 W 244 W 239 W 233 W 239 W 244 W 233 W 222 W 239 W 244 W 233 W 239 W 228 W-9999 +USW00021504201909PRCP 0T W 91 W 10 W 216 W 18 W 84 W 102 W 155 W 155 W 0T W 130 W 51 W 117 W 0 W 0T W 10 W 8 W 41 W 30 W 25 W 127 W 89 W 231 W 81 W 0T W 18 W 20 W 0T W 33 W 231 W-9999 +USW00021504201909SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00021504201909AWND 22 W 30 W 28 W 27 W 30 W 27 W 31 W 27 W 24 W 28 W 25 W 25 W 26 W 30 W 32 W 28 W 29 W 27 W 25 W 22 W 24 W 32 W 26 W 26 W 26 W 27 W 24 W 32 W 34 W 25 W-9999 +USW00021504201909TAVG 275H S 266H S 266H S 258H S 267H S 264H S 258H S 261H S 261H S 257H S 256H S 258H S 268H S 259H S 275H S 268H S 263H S 264H S 263H S 265H S 266H S 276H S 274H S 266H S 262H S 278H S 283H S 276H S 272H S 266H S-9999 +USW00021504201909WDF2 90 W 130 W 30 W 250 W 50 W 100 W 90 W 80 W 100 W 40 W 330 W 110 W 60 W 100 W 130 W 120 W 110 W 130 W 60 W 350 W 80 W 120 W 80 W 40 W 40 W 70 W 90 W 80 W 350 W 50 W-9999 +USW00021504201909WDF5 100 W 130 W 70 W 80 W 30 W 100 W 130 W 100 W 100 W 40 W 330 W 100 W 80 W 100 W 130 W 120 W 100 W 240 W 60 W 20 W 70 W 100 W 70 W 100 W 70 W 60 W 90 W 70 W 10 W 50 W-9999 +USW00021504201909WSF2 67 W 58 W 63 W 63 W 63 W 76 W 81 W 58 W 67 W 63 W 58 W 72 W 63 W 76 W 81 W 67 W 72 W 72 W 81 W 58 W 81 W 72 W 76 W 63 W 58 W 67 W 58 W 81 W 67 W 89 W-9999 +USW00021504201909WSF5 81 W 72 W 81 W 72 W 81 W 98 W 98 W 85 W 85 W 76 W 67 W 89 W 85 W 94 W 103 W 85 W 89 W 81 W 103 W 76 W 98 W 89 W 94 W 85 W 72 W 76 W 72 W 103 W 85 W 98 W-9999 +USW00021504201909WT01 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201909WT08-9999 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W-9999 +USW00021504201910TMAX 306 W 300 W 311 W 311 W 311 W 311 W 311 W 311 W 322 W 294 W 306 W 306 W 306 W 306 W 306 W 300 W 306 W 306 W 289 W 306 W 306 W 306 W 311 W 311 W 294 W 300 W 294 W 300 W 306 W 306 W 300 W +USW00021504201910TMIN 233 W 228 W 233 W 228 W 217 W 211 W 222 W 233 W 228 W 233 W 233 W 211 W 217 W 217 W 222 W 228 W 217 W 228 W 222 W 233 W 222 W 233 W 239 W 217 W 217 W 228 W 217 W 228 W 228 W 222 W 211 W +USW00021504201910PRCP 94 W 114 W 130 W 221 W 48 W 0 W 30 W 5 W 224 W 1011 W 79 W 28 W 30 W 41 W 38 W 117 W 15 W 25 W 114 W 15 W 224 W 140 W 8 W 0 W 51 W 36 W 81 W 71 W 447 W 69 W 0 W +USW00021504201910SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00021504201910AWND 29 W 31 W 31 W 28 W 30 W 21 W 26 W 27 W 30 W 27 W 28 W 25 W 30 W 25 W 32 W 26 W 24 W 30 W 28 W 32 W 28 W 30 W 26 W 27 W 31 W 25 W 23 W 28 W 34 W 19 W 22 W +USW00021504201910TAVG 258H S 260H S 262H S 268H S 261H S 261H S 266H S 264H S 264H S 257H S 268H S 253H S 257H S 254H S 259H S 261H S 256H S 259H S 249H S 254H S 255H S 267H S 267H S 262H S 256H S 257H S 252H S 253H S 255H S 251H S 253H S +USW00021504201910WDF2 270 W 70 W 260 W 50 W 320 W 50 W 30 W 60 W 120 W 200 W 110 W 80 W 90 W 100 W 30 W 70 W 100 W 110 W 260 W 110 W 110 W 100 W 130 W 90 W 90 W 250 W 80 W 120 W 310 W 10 W 10 W +USW00021504201910WDF5 20 W 80 W 30 W 60 W 50 W 20 W 30 W 40 W 120 W 130 W 110 W 80 W 80 W 100 W 50 W 80 W 100 W 110 W 130 W 110 W 100 W 100 W 260 W 90 W 110 W 250 W 70 W 130 W 320 W 10 W 20 W +USW00021504201910WSF2 67 W 98 W 67 W 63 W 54 W 45 W 58 W 58 W 67 W 58 W 72 W 76 W 63 W 63 W 67 W 76 W 63 W 67 W 67 W 67 W 67 W 72 W 58 W 58 W 67 W 58 W 76 W 67 W 103 W 63 W 45 W +USW00021504201910WSF5 81 W 116 W 81 W 76 W 72 W 54 W 72 W 72 W 85 W 72 W 98 W 89 W 85 W 72 W 85 W 94 W 81 W 81 W 81 W 85 W 89 W 89 W 81 W 81 W 76 W 63 W 89 W 89 W 116 W 76 W 58 W +USW00021504201910WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 +USW00021504201910WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00021504201910WT08 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W-9999 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 1 W-9999 +USW00021504201911TMAX 306 W 322 W 306 W 306 W 306 W 306 W 300 W 306 W 317 W 306 W 311 W 306 W 311 W 311 W 317 W 294 W 306 W 306 W 283 W 294 W 283 W 289 D 272 D 278 D 283 D 272 D 261 D 267 D 261 D 261 D-9999 +USW00021504201911TMIN 222 W 194 W 189 W 228 W 222 W 222 W 211 W 206 W 211 W 217 W 217 W 211 W 217 W 217 W 206 W 211 W 222 W 217 W 217 W 217 W 217 W 217 D 211 D 211 D 206 D 211 D 194 D 194 D 189 D 183 D-9999 +USW00021504201911PRCP 0 W 0 W 0 W 0 W 0 W 8 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 46 W 318 W 58 W 257 W 180 W 74 W 462 D 472 D 406 D 8 D 10 D 124 D 13 D 119 D 53 D-9999 +USW00021504201911SNOW-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D-9999 +USW00021504201911AWND 29 W 22 W 21 W 31 W 26 W 25 W 28 W 25 W 23 W 20 W 27 W 23 W 25 W 28 W 26 W 22 W 33 W 22 W 25 W 28 W 25 W 26 W 27 W 30 W 26 W 28 W 26 W 28 W 31 W 29 W-9999 +USW00021504201911TAVG 264H S 259H S 257H S 263H S 259H S 260H S 252H S 251H S 252H S 259H S 256H S 254H S 257H S 255H S 256H S 253H S 251H S 252H S 247H S 245H S 246H S 243H S 237H S 233H S 229H S 239H S 228H S 223H S 216H S 217H S-9999 +USW00021504201911WDF2 110 W 10 W 10 W 140 W 90 W 80 W 20 W 80 W 90 W 50 W 60 W 60 W 70 W 100 W 40 W 60 W 360 W 100 W 160 W 120 W 240 W 300 W 70 W 80 W 100 W 140 W 130 W 120 W 80 W 50 W-9999 +USW00021504201911WDF5 120 W 80 W 10 W 150 W 100 W 90 W 40 W 100 W 80 W 70 W 50 W 70 W 80 W 100 W 60 W 20 W 350 W 110 W 320 W 110 W 80 W 350 W 80 W 80 W 110 W 120 W 140 W 110 W 90 W 50 W-9999 +USW00021504201911WSF2 72 W 58 W 58 W 72 W 63 W 45 W 54 W 54 W 63 W 54 W 54 W 54 W 58 W 63 W 54 W 58 W 76 W 72 W 63 W 63 W 58 W 72 W 98 W 63 W 67 W 72 W 67 W 76 W 76 W 67 W-9999 +USW00021504201911WSF5 89 W 76 W 67 W 94 W 76 W 54 W 67 W 76 W 81 W 76 W 67 W 67 W 85 W 76 W 63 W 72 W 103 W 85 W 112 W 76 W 72 W 94 W 121 W 76 W 103 W 103 W 81 W 94 W 94 W 85 W-9999 +USW00021504201911WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 +USW00021504201911WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00021504201911WT08-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 +USW00021504201912TMAX 228 D 233 D 261 D 261 D 256 D 222 D 278 D 289 D 294 D 289 D 278 D 289 D 294 D 283 D 289 D 278 D 289 D 289 D 278 D 283 D 256 D 250 D 272 D 267 D 300 D 289 D 289 D 283 D 289 D 294 D 278 D +USW00021504201912TMIN 172 D 178 D 183 D 206 D 200 D 206 D 183 D 189 D 194 D 200 D 206 D 206 D 206 D 206 D 194 D 194 D 211 D 200 D 194 D 194 D 189 D 206 D 200 D 211 D 217 D 211 D 222 D 222 D 206 D 194 D 200 D +USW00021504201912PRCP 302 D 64 D 56 D 25 D 53 D 104 D 5 D 0 D 0 D 43 D 36 D 107 D 46 D 81 D 61 D 193 D 191 D 69 D 61 D 15 D 320 D 160 D 43 D 48 D 8 D 15 D 198 D 432 D 51 D 28 D 28 D +USW00021504201912SNOW 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D +USW00021504201912AWND 34 W 26 W 28 W 19 W 24 W 16 W 30 W 21 W 26 W 30 W 26 W 25 W 24 W 25 W 22 W 32 W 23 W 26 W 24 W 28 W 44 W 29 W 29 W 33 W 42 W 21 W 29 W 25 W 30 W 26 W 26 W +USW00021504201912TAVG 206H S 196H S 202H S 226H S 222H S 220H S 217H S 236H S 234H S 242H S 238H S 239H S 245H S 239H S 236H S 234H S 238H S 239H S 232H S 237H S 223H S 226H S 222H S 231H S 239H S 244H S 257H S 248H S 242H S 231H S 230H S +USW00021504201912WDF2 70 W 70 W 50 W 240 W 260 W 340 W 120 W 50 W 130 W 90 W 100 W 130 W 260 W 150 W 300 W 50 W 120 W 80 W 260 W 70 W 80 W 90 W 120 W 130 W 150 W 140 W 360 W 290 W 120 W 110 W 80 W +USW00021504201912WDF5 310 W 100 W 240 W 230 W 270 W 10 W 120 W 50 W 130 W 90 W 110 W 130 W 260 W 150 W 280 W 40 W 70 W 120 W 260 W 60 W 100 W 100 W 120 W 120 W 160 W 130 W 350 W 100 W 110 W 110 W 80 W +USW00021504201912WSF2 81 W 45 W 58 W 45 W 45 W 45 W 67 W 45 W 63 W 58 W 63 W 76 W 54 W 58 W 58 W 81 W 67 W 67 W 63 W 63 W 103 W 72 W 76 W 81 W 98 W 63 W 76 W 63 W 63 W 67 W 76 W +USW00021504201912WSF5 98 W 63 W 67 W 58 W 58 W 67 W 81 W 58 W 81 W 72 W 89 W 94 W 67 W 67 W 63 W 103 W 89 W 85 W 72 W 85 W 134 W 85 W 94 W 116 W 143 W 85 W 103 W 67 W 98 W 89 W 89 W +USW00021504201912WT01 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 +USW00021504201912WT08 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W +USW00021504202001TMAX 283 D 283 D 283 D 278 D 283 D 294 D 306 D 317 D 306 D 306 D 306 D 294 D-9999 -9999 256 D 244 D 278 D 272 D 267 D 272 D 278 D 278 D 283 D 283 D 272 D 283 D 283 D-9999 -9999 -9999 -9999 +USW00021504202001TMIN 200 D 189 D 189 D 200 D 211 D 211 D 200 D 222 D 228 D 233 D 233 D 228 D-9999 -9999 206 D 206 D 189 D 211 D 200 D 194 D 194 D 194 D 183 D 194 D 194 D 189 D 194 D-9999 -9999 -9999 -9999 +USW00021504202001PRCP 0T D 20 D 25 D 140 D 414 D 145 D 102 D 150 D 185 D 815 D 163 D 693 D-9999 -9999 465 D 165 D 18 D 112 D 23 D 18 D 0T D 0 D 20 D 0 D 18 D 0T D 8 D-9999 -9999 -9999 -9999 +USW00021504202001SNOW 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D-9999 -9999 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D-9999 -9999 -9999 -9999 +USW00021504202001AWND 29 W 28 W 27 W 24 W 34 W 26 W 41 W 35 W 45 W 25 W 57 W 26 W-9999 -9999 26 W 22 W 36 W 44 W 33 W 26 W 30 W 33 W 25 W 20 W 19 W 27 W-9999 -9999 -9999 -9999 -9999 +USW00021504202001TAVG 233H S 231H S 234H S 235H S 240H S 252H S 241H S 257H S 261H S 257H S 257H S 282H S 247H S 240H S 225H S 221H S 223H S 237H S 237H S 224H S 227H S 234H S 226H S 233H S 236H S 228H S 234H S 242H S-9999 -9999 -9999 +USW00021504202001WDF2 110 W 340 W 50 W 60 W 60 W 80 W 70 W 70 W 60 W 120 W 90 W 120 W-9999 -9999 260 W 110 W 360 W 340 W 10 W 90 W 100 W 100 W 90 W 90 W 80 W 60 W-9999 -9999 -9999 -9999 -9999 +USW00021504202001WDF5 100 W 330 W 50 W 60 W 40 W 70 W 80 W 70 W 60 W 120 W 90 W 110 W-9999 -9999 250 W 110 W 360 W 350 W 40 W 90 W 110 W 120 W 110 W 90 W 60 W 80 W-9999 -9999 -9999 -9999 -9999 +USW00021504202001WSF2 67 W 58 W 54 W 63 W 76 W 76 W 107 W 112 W 112 W 98 W 107 W 94 W-9999 -9999 67 W 63 W 103 W 81 W 67 W 72 W 76 W 76 W 54 W 58 W 58 W 63 W-9999 -9999 -9999 -9999 -9999 +USW00021504202001WSF5 85 W 67 W 63 W 72 W 112 W 112 W 148 W 161 W 143 W 121 W 134 W 130 W-9999 -9999 81 W 81 W 125 W 103 W 94 W 89 W 98 W 103 W 72 W 67 W 76 W 81 W-9999 -9999 -9999 -9999 -9999 +USW00021504202001WT01-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00021504202001WT08 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/MINNEAPOLIS.dly b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/MINNEAPOLIS.dly new file mode 100755 index 000000000..7c089698b --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/MINNEAPOLIS.dly @@ -0,0 +1,16216 @@ +USW00014922193804TMAX-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 106 0 189 0 172 0 217 0 256 0 194 0 117 0 133 0 228 0 217 0 172 0 144 0 89 0 144 0 94 0 111 0 156 0 267 0 256 0 156 0 144 0 222 0-9999 +USW00014922193804TMIN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -17 0 11 0 61 0 28 0 78 0 78 0 72 0 106 0 106 0 72 0 11 0 -6 0 17 0 -6 0 39 0 56 0 44 0 117 0 156 0 39 0 17 0 44 0-9999 +USW00014922193804PRCP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 267 0 64 0 193 0 58 0 0 0 0T 0 3 0 25 0 0 0 119 0 10 0 0T 0 0 0 36 0 56 0 0 0 0 0-9999 +USW00014922193804SNOW-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193804SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193805TMAX 278 0 294 0 278 0 194 0 128 0 72 0 61 0 56 0 167 0 178 0 150 0 183 0 156 0 178 0 189 0 217 0 133 0 139 0 117 0 172 0 206 0 222 0 150 0 144 0 194 0 239 0 189 0 244 0 278 0 294 0 244 0 +USW00014922193805TMIN 144 0 167 0 144 0 111 0 22 0 22 0 17 0 17 0 50 0 61 0 28 0 28 0 72 0 72 0 78 0 61 0 111 0 100 0 89 0 78 0 100 0 89 0 83 0 44 0 83 0 117 0 133 0 150 0 144 0 172 0 178 0 +USW00014922193805PRCP 0T 0 3 0 18 0 221 0 246 0 3 0 99 0 307 0 15 0 5 0 0 0 0 0 56 0 10 0 3 0 3 0 297 0 254 0 79 0 0T 0 0 0 0T 0 0 0 3 0 0 0 33 0 76 0 0T 0 0T 0 0 0 41 0 +USW00014922193805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193806TMAX 244 0 256 0 228 0 222 0 289 0 228 0 200 0 239 0 267 0 206 0 217 0 244 0 244 0 311 0 233 0 178 0 261 0 283 0 294 0 300 0 328 0 344 0 328 0 294 0 233 0 244 0 256 0 244 0 200 0 283 0-9999 +USW00014922193806TMIN 161 0 111 0 161 0 128 0 106 0 117 0 72 0 78 0 144 0 128 0 128 0 106 0 139 0 167 0 139 0 128 0 106 0 139 0 161 0 172 0 189 0 200 0 211 0 183 0 156 0 139 0 133 0 150 0 150 0 167 0-9999 +USW00014922193806PRCP 3 0 0 0 23 0 0 0 0 0 0T 0 0 0 0 0 0 0 185 0 0 0 0 0 28 0 3 0 251 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 130 0 15 0 0 0 0 0 0 0 0T 0 76 0-9999 +USW00014922193806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193807TMAX 261 0 311 0 294 0 306 0 311 0 300 0 278 0 278 0 294 0 272 0 306 0 350 0 283 0 250 0 300 0 283 0 294 0 328 0 256 0 278 0 256 0 244 0 267 0 317 0 261 0 261 0 267 0 294 0 322 0 211 0 294 0 +USW00014922193807TMIN 206 0 211 0 206 0 194 0 200 0 200 0 183 0 172 0 161 0 167 0 178 0 211 0 206 0 172 0 150 0 200 0 156 0 150 0 183 0 144 0 156 0 150 0 133 0 178 0 172 0 178 0 167 0 144 0 161 0 178 0 178 0 +USW00014922193807PRCP 0T 0 0T 0 0T 0 216 0 114 0 130 0 18 0 36 0 130 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0T 0 79 0 0 0 0T 0 3 0 10 0 0T 0 0 0 0T 0 114 0 0 0 +USW00014922193807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193808TMAX 344 0 350 0 306 0 328 0 306 0 328 0 311 0 322 0 272 0 272 0 261 0 294 0 339 0 344 0 267 0 261 0 306 0 300 0 328 0 244 0 306 0 311 0 300 0 256 0 256 0 233 0 300 0 294 0 261 0 250 0 261 0 +USW00014922193808TMIN 194 0 228 0 194 0 150 0 172 0 206 0 189 0 222 0 233 0 189 0 156 0 150 0 178 0 222 0 194 0 178 0 156 0 167 0 167 0 156 0 122 0 172 0 183 0 144 0 144 0 106 0 128 0 139 0 144 0 144 0 167 0 +USW00014922193808PRCP 0 0 0 0 0T 0 0 0 216 0 36 0 0T 0 10 0 23 0 38 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 229 0 0T 0 0 0 206 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 109 0 0 0 +USW00014922193808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193809TMAX 211 0 239 0 294 0 289 0 183 0 222 0 206 0 206 0 217 0 256 0 239 0 267 0 200 0 228 0 178 0 200 0 150 0 111 0 172 0 183 0 222 0 289 0 317 0 239 0 244 0 278 0 244 0 217 0 206 0 206 0-9999 +USW00014922193809TMIN 122 0 94 0 144 0 144 0 144 0 128 0 156 0 150 0 156 0 178 0 144 0 156 0 150 0 144 0 106 0 94 0 83 0 44 0 61 0 44 0 44 0 94 0 111 0 100 0 94 0 106 0 72 0 106 0 89 0 100 0-9999 +USW00014922193809PRCP 0T 0 0 0 0 0 0 0 33 0 188 0 41 0 203 0 305 0 0T 0 0T 0 0 0 8 0 0 0 0 0 0 0 43 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0-9999 +USW00014922193809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193810TMAX 222 0 256 0 278 0 261 0 156 0 161 0 233 0 211 0 300 0 283 0 261 0 233 0 244 0 183 0 161 0 300 0 239 0 178 0 72 0 156 0 172 0 28 0 17 0 133 0 217 0 161 0 167 0 183 0 172 0 167 0 211 0 +USW00014922193810TMIN 78 0 117 0 156 0 139 0 72 0 72 0 106 0 72 0 117 0 128 0 161 0 106 0 33 0 111 0 78 0 117 0 94 0 39 0 11 0 0 0 28 0 -6 0 -11 0 -33 0 6 0 72 0 6 0 61 0 17 0 33 0 78 0 +USW00014922193810PRCP 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 5 0 0T 0 0 0 0 0 0 0 3 0 0 0 0T 0 0 0 0 0 3 0 168 0 36 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193811TMAX 217 0 217 0 156 0 44 0 56 0 11 0 -11 0 33 0 83 0 111 0 56 0 89 0 6 0 -33 0 -11 0 83 0 94 0 39 0 100 0 17 0 44 0 -67 0 -56 0 -72 0 -17 0 -89 0 -22 0 50 0 61 0 11 0-9999 +USW00014922193811TMIN 133 0 139 0 33 0 28 0 11 0 -33 0 -56 0 -67 0 -28 0 22 0 33 0 6 0 -89 0 -106 0 -128 0 -33 0 -11 0 -44 0 17 0 -67 0 -111 0 -150 0 -133 0 -139 0 -111 0 -156 0 -183 0 -78 0 -28 0 -44 0-9999 +USW00014922193811PRCP 84 0 66 0 97 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 8 0 0T 0 0T 0 0 0 0 0 0 0-9999 +USW00014922193811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 10 0 3 0 0 0 0T 0 0 0 0 0-9999 +USW00014922193811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0-9999 +USW00014922193812TMAX 22 0 17 0 72 0 22 0 17 0 11 0 11 0 11 0 -33 0 22 0 -28 0 -44 0 6 0 -39 0 28 0 28 0 -50 0 -28 0 0 0 -22 0 -28 0 -33 0 -28 0 -50 0 11 0 22 0 -172 0 -61 0 -139 0 -167 0 -122 0 +USW00014922193812TMIN -33 0 0 0 -11 0 -22 0 -33 0 -22 0 -50 0 -56 0 -106 0 -50 0 -78 0 -111 0 -89 0 -156 0 -100 0 -128 0 -150 0 -89 0 -56 0 -61 0 -106 0 -106 0 -89 0 -106 0 -161 0 -172 0 -228 0 -206 0 -267 0 -267 0 -167 0 +USW00014922193812PRCP 0T 0 0T 0 0T 0 0T 0 0 0 33 0 20 0 5 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 5 0 0T 0 48 0 0T 0 5 0 0T 0 41 0 0T 0 5 0 0T 0 33 0 0T 0 +USW00014922193812SNOW 0 0 0 0 0 0 0 0 0T 0 33 0 13 0 10 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 8 0 0T 0 53 0 10 0 5 0 0T 0 38 0 10 0 8 0 0T 0 5 0 38 0 +USW00014922193812SNWD 0 0 0 0 0 0 0 0 0 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0 25 0 25 0 76 0 76 0 76 0 76 0 102 0 127 0 127 0 127 0 127 0 127 0 +USW00014922193901TMAX 11 0 -39 0 -17 0 11 0 11 0 11 0 -11 0 61 0 72 0 -6 0 -78 0 -39 0 -33 0 -6 0 -56 0 -83 0 -56 0 -83 0 -61 0 6 0 11 0 -133 0 -17 0 -22 0 -117 0 -33 0 11 0 0 0 -44 0 -28 0 -11 0 +USW00014922193901TMIN -139 0 -89 0 -61 0 -28 0 -56 0 -67 0 -56 0 -67 0 -6 0 -106 0 -139 0 -122 0 -61 0 -56 0 -144 0 -200 0 -111 0 -144 0 -117 0 -78 0 -189 0 -233 0 -150 0 -133 0 -161 0 -139 0 -150 0 -72 0 -111 0 -133 0 -156 0 +USW00014922193901PRCP 0 0 0 0 0T 0 119 0 0T 0 0 0 0T 0 0 0 36 0 0T 0 13 0 0T 0 10 0 8 0 5 0 3 0 53 0 3 0 0T 0 0T 0 0T 0 0 0 0T 0 5 0 15 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922193901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 5 0 20 0 10 0 5 0 8 0 0T 0 79 0 23 0 0T 0 0T 0 0T 0 0 0 0 0 8 0 25 Z 5 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922193901SNWD 152 0 152 0 152 0 102 0 76 0 76 0 51 0 51 0 25 0 25 0 25 0 51 0 51 0 51 0 51 0 51 0 152 0 152 0 152 0 127 0 102 0 102 0 102 0 102 0 127 0 127 0 127 0 102 0 76 0 76 0 76 0 +USW00014922193902TMAX 22 0 -78 0 -133 0 22 0 -22 0 -61 0 -61 0 -128 0 -72 0 -83 0 -139 0 39 0 -61 0 -122 0 -183 0 -128 0 11 0 61 0 11 0 -172 0 -139 0 -133 0 -61 0 -117 0 -39 0 22 0 -11 0 -44 0-9999 -9999 -9999 +USW00014922193902TMIN -89 0 -194 0 -222 0 -189 0 -83 0 -172 0 -189 0 -217 0 -189 0 -256 0 -317 0 -150 0 -122 0 -228 0 -300 0 -261 0 -222 0 -28 0 -178 0 -228 0 -283 0 -256 0 -178 0 -217 0 -206 0 -128 0 -56 0 -139 0-9999 -9999 -9999 +USW00014922193902PRCP 25 0 0T 0 0 0 0 0 0 0 0T 0 3 0 0T 0 114 0 28 0 0 0 0 0 0T 0 0T 0 0 0 13 0 0 0 0 0 28 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 3 0-9999 -9999 -9999 +USW00014922193902SNOW 3 0 3 0 0 0 0 0 0 0 0T 0 0T 0 5 0 203 Z 33 0 0 0 0 0 0T 0 0T 0 0T 0 10 0 0 0 0 0 5 0 3 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 3 0-9999 -9999 -9999 +USW00014922193902SNWD 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 279 0 305 0 305 0 279 0 279 0 279 0 254 0 279 0 279 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 127 0 127 0 127 0-9999 -9999 -9999 +USW00014922193903TMAX -17 0 28 0 22 0 0 0 -50 0 -72 0 -89 0 -17 0 -28 0 11 0 28 0 33 0 17 0 0 0 -83 0 -111 0 -94 0 -17 0 78 0 39 0 128 0 194 0 239 0 244 0 256 0 128 0 -11 0 61 0 89 0 111 0 139 0 +USW00014922193903TMIN -183 0 -111 0 -39 0 -89 0 -128 0 -144 0 -167 0 -89 0 -128 0 -72 0 -6 0 -50 0 -33 0 -111 0 -156 0 -172 0 -183 0 -183 0 -17 0 -56 0 0 0 11 0 0 0 89 0 78 0 -28 0 -50 0 -61 0 -39 0 -33 0 -17 0 +USW00014922193903PRCP 0T 0 0 0 51 0 30 0 10 0 3 0 0 0 8 0 3 0 0 0 0T 0 0 0 0 0 43 0 8 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 +USW00014922193903SNOW 0T 0 0T 0 0 0 76 Z 0T 0 13 0 0 0 0T 0 13 0 0 0 0 0 0 0 0 0 5 0 46 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922193903SNWD 127 0 102 0 102 0 152 0 152 0 178 0 178 0 178 0 178 0 152 0 102 0 51 0 51 0 51 0 102 0 102 0 76 0 76 0 51 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193904TMAX 50 0 61 0 111 0 144 0 72 0 -33 0 6 0 17 0 67 0 61 0 -28 0 28 0 72 0 139 0 156 0 78 0 33 0 22 0 111 0 61 0 100 0 217 0 256 0 283 0 261 0 206 0 133 0 194 0 233 0 244 0-9999 +USW00014922193904TMIN -56 0 -39 0 -11 0 33 0 -44 0 -72 0 -67 0 -56 0 -33 0 -28 0 -72 0 -94 0 -39 0 33 0 -6 0 22 0 -11 0 0 0 -33 0 33 0 17 0 22 0 111 0 83 0 100 0 67 0 72 0 67 0 44 0 61 0-9999 +USW00014922193904PRCP 0 0 3 0 0 0 23 0 56 0 5 0 15 0 0T 0 0 0 3 0 3 0 0 0 0 0 0 0 0T 0 175 0 160 0 10 0 0T 0 104 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00014922193904SNOW 0 0 3 0 0 0 0 0 0 0 5 0 20 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 69 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193905TMAX 211 0 217 0 178 0 278 0 311 0 272 0 244 0 200 0 278 0 144 0 144 0 167 0 200 0 222 0 150 0 228 0 206 0 278 0 311 0 294 0 278 0 322 0 222 0 250 0 261 0 278 0 239 0 228 0 294 0 350 0 317 0 +USW00014922193905TMIN 56 0 44 0 89 0 89 0 128 0 156 0 133 0 111 0 89 0 56 0 33 0 17 0 56 0 111 0 67 0 78 0 94 0 100 0 172 0 156 0 89 0-9999 94 0 89 0 172 0 167 0 150 0 144 0 133 0 206 0 200 0 +USW00014922193905PRCP 0 0 0 0 43 0 0 0 0 0 384 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 89 0 218 0 28 0 43 0 48 0 0 0 0 0 0 0 +USW00014922193905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193906TMAX 333 0 294 0 217 0 283 0 317 0 294 0 256 0 289 0 261 0 183 0 167 0 222 0 206 0 194 0 233 0 289 0 217 0 311 0 250 0 283 0 194 0 217 0 306 0 317 0 306 0 250 0 322 0 256 0 261 0 244 0-9999 +USW00014922193906TMIN 222 0 133 0 117 0 117 0 189 0 211 0 122 0 133 0 150 0 94 0 94 0 72 0 111 0 111 0 150 0 144 0 133 0 172 0 156 0 128 0 167 0 150 0 144 0 178 0 194 0 183 0 178 0 178 0 161 0 144 0-9999 +USW00014922193906PRCP 0 0 142 0 0 0 0 0 0 0 0 0 33 0 53 0 38 0 175 0 10 0 0 0 0 0 51 0 0T 0 10 0 0 0 274 0 0T 0 0 0 323 0 0T 0 0 0 0 0 0T 0 69 0 51 0 20 0 8 0 0 0-9999 +USW00014922193906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193907TMAX 272 0 317 0 317 0 339 0 333 0 350 0 306 0 300 0 278 0 300 0 328 0 339 0 300 0 239 0 278 0 250 0 189 0 200 0 289 0 300 0 233 0 267 0 328 0 300 0 322 0 350 0 300 0 267 0 283 0 328 0 350 0 +USW00014922193907TMIN 133 0 172 0 183 0 183 0 217 0 244 0 211 0 189 0 183 0 150 0 183 0 217 0 211 0 161 0 139 0 150 0 144 0 150 0 167 0 172 0 167 0 150 0 161 0 222 0 200 0 200 0 183 0 172 0 150 0 150 0 211 0 +USW00014922193907PRCP 0 0 0 0 221 0 0 0 0T 0 0 0 66 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 79 0 173 0 0T 0 0 0 0 0 23 0 0 0 0 0 5 0 0T 0 0 0 132 0 0 0 0 0 0 0 0 0 +USW00014922193907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193908TMAX 328 0 272 0 278 0 311 0 344 0 289 0 306 0 233 0 256 0 178 0 244 0 244 0 294 0 306 0 328 0 322 0 322 0 317 0 317 0 200 0 244 0 200 0 206 0 256 0 283 0 272 0 289 0 300 0 311 0 256 0 322 0 +USW00014922193908TMIN 206 0 183 0 156 0 128 0 161 0 189 0 161 0 133 0 122 0 144 0 139 0 156 0 128 0 178 0 156 0 194 0 189 0 183 0 183 0 133 0 122 0 128 0 128 0 111 0 128 0 150 0 156 0 178 0 200 0 183 0 178 0 +USW00014922193908PRCP 48 0 0T 0 0 0 0 0 0 0 13 0 0 0 290 0 0 0 130 0 3 0 20 0 0 0 0 0 0 0 0 0 0 0 135 0 10 0 226 0 0 0 25 0 18 0 0 0 0 0 0 0 0 0 0T 0 0T 0 10 0 0 0 +USW00014922193908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193909TMAX 272 0 311 0 278 0 228 0 261 0 300 0 272 0 189 0 189 0 194 0 156 0 256 0 350 0 367 0 367 0 256 0 267 0 272 0 300 0 217 0 278 0 300 0 161 0 228 0 139 0 150 0 239 0 189 0 117 0 133 0-9999 +USW00014922193909TMIN 183 0 189 0 167 0 144 0 128 0 194 0 161 0 128 0 117 0 89 0 111 0 133 0 222 0 233 0 206 0 156 0 117 0 122 0 156 0 89 0 72 0 100 0 83 0 56 0 28 0 -11 0 67 0 67 0 22 0 -33 0-9999 +USW00014922193909PRCP 3 0 0 0 53 0 0 0 0 0 0T 0 0T 0 8 0 36 0 0 0 457 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 3 0 28 0 0 0 0 0-9999 +USW00014922193909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193910TMAX 250 0 233 0 250 0 183 0 167 0 244 0 211 0 178 0 128 0 167 0 133 0 100 0 44 0 72 0 189 0 72 0 83 0 178 0 200 0 178 0 172 0 117 0 72 0 128 0 117 0 83 0 44 0 61 0 78 0 28 0 94 0 +USW00014922193910TMIN 56 0 100 0 100 0 67 0 83 0 44 0 111 0 83 0 72 0 39 0 39 0 17 0 0 0 -39 0 22 0 -11 0 -44 0 39 0 39 0 72 0 78 0 17 0 28 0 22 0 72 0 44 0 -17 0 -50 0 17 0 -17 0 -6 0 +USW00014922193910PRCP 0 0 3 0 3 0 152 0 0T 0 0 0 0 0 0 0 163 0 0 0 3 0 5 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 5 0 0 0 0T 0 5 0 3 0 0T 0 8 0 25 0 0 0 +USW00014922193910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 15 0 0 0 +USW00014922193910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922193911TMAX 6 0 33 0 67 0 94 0 106 0 106 0 83 0 72 0 133 0 44 0 78 0 72 0 161 0 150 0 167 0 167 0 178 0 89 0 78 0 56 0 67 0 94 0 94 0 50 0 56 0 39 0 56 0 78 0 94 0 156 0-9999 +USW00014922193911TMIN -11 0 -50 0 -67 0 -44 0 -11 0 -28 0 -11 0 -33 0 11 0 -78 0 -78 0 -56 0 0 0 -17 0 17 0 -11 0 -11 0 -11 0 -22 0 -17 0 -28 0 -50 0 22 0 17 0 6 0 -67 0 -78 0 -61 0 -28 0 -44 0-9999 +USW00014922193911PRCP 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193911SNOW 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922193912TMAX 83 0 -33 0 -44 0 94 0 89 0 172 0 122 0 100 0 144 0 111 0 61 0 89 0 -61 0 17 0 89 0 144 0 117 0 50 0 6 0 -33 0 -56 0 -33 0 -11 0 -28 0 -33 0 -44 0 -11 0 -39 0 -67 0 -67 0 -133 0 +USW00014922193912TMIN -39 0 -78 0 -83 0 -72 0 -28 0 -28 0 -22 0 -39 0 11 0 -33 0 -28 0 -72 0 -106 0 -106 0 -50 0 0 0 -11 0 -6 0 -39 0 -78 0 -144 0 -156 0 -106 0 -133 0 -67 0 -100 0 -78 0 -94 0 -100 0 -200 0 -200 0 +USW00014922193912PRCP 51 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 71 0 119 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 3 0 3 0 0 0 +USW00014922193912SNOW 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 117 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 3 0 3 0 0 0 +USW00014922193912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 102 0 102 0 102 0 76 0 76 0 76 0 76 0 51 0 51 0 76 0 76 0 76 0 +USW00014922194001TMAX -139 0 -128 0 -122 0 -194 0 -122 0 -89 0 -83 0 -61 0 -67 0 -28 0 -17 0 -72 0 -56 0 -61 0 -128 0 -189 0 -217 0 -167 0 -94 0 -128 0 -94 0 -72 0 -100 0 -150 0 -150 0 -128 0 -67 0 -67 0 -72 0 -22 0 17 0 +USW00014922194001TMIN -194 0 -194 0 -206 0 -222 0 -217 0 -206 0 -178 0 -167 0 -94 0 -94 0 -144 0 -194 0 -94 0 -128 0 -206 0 -222 0 -294 0 -300 0 -172 0 -167 0 -167 0 -194 0 -183 0 -244 0 -244 0 -194 0 -233 0 -172 0 -139 0 -178 0 -78 0 +USW00014922194001PRCP 0 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 38 0 3 0 10 0 0 0 5 0 0T 0 3 0 18 0 0T 0 5 0 5 0 0T 0 0 0 0T 0 5 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 +USW00014922194001SNOW 0 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 5 0 69 0 0T 0 10 0 0 0 3 0 3 0 0 0 15 0 5 0 3 0 8 0 0T 0 0 0 0T 0 3 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922194001SNWD 76 0 76 0 76 0 76 0 76 0 76 0 51 0 76 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 152 0 152 0 152 0 152 0 152 0 152 0 127 0 152 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 102 0 +USW00014922194002TMAX -28 0 6 0 -17 0 -11 0 -17 0 -33 0 -56 0 -72 0 -50 0 22 0 6 0 -22 0 -61 0 -6 0 17 0 17 0 11 0 17 0 0 0 -6 0 -17 0 -89 0 -117 0 -150 0 -89 0 -17 0 -11 0 -28 0 -11 0-9999 -9999 +USW00014922194002TMIN -94 0 -150 0 -150 0 -50 0 -44 0 -106 0 -178 0 -161 0 -233 0 -133 0 -67 0 -150 0 -183 0 -111 0 -61 0 0 0 -6 0 -6 0 -33 0 -33 0 -89 0 -139 0 -167 0 -244 0 -272 0 -122 0 -78 0 -100 0 -94 0-9999 -9999 +USW00014922194002PRCP 0T 0 0 0 15 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 71 0 13 0 0T 0 0 0 0 0 20 0 0 0 0 0 0T 0 0T 0 15 0 0T 0 79 0 0 0 3 0 3 0 0T 0 0 0 13 0-9999 -9999 +USW00014922194002SNOW 0T 0 0T 0 5 0 15 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 81 0 0T 0 0 0 0 0 8 0 0T 0 0 0 0 0 0T 0 20 0 3 0 84 0 0 0 0 0 5 0 0 0 0 0 10 0-9999 -9999 +USW00014922194002SNWD 76 0 76 0 76 0 102 0 76 0 76 0 76 0 76 0 76 0 76 0 51 0 127 0 127 0 127 0 76 0 76 0 51 0 25 0 25 0 25 0 51 0 51 0 152 0 152 0 152 0 152 0 152 0 127 0 127 0-9999 -9999 +USW00014922194003TMAX 0 0 11 0 22 0 17 0 11 0 22 0 33 0 33 0 -11 0 -11 0 -50 0 -56 0 -61 0 -61 0 28 0 28 0 78 0 61 0 6 0 -6 0 -61 0 -100 0 -117 0 -83 0 -11 0 -33 0 22 0 33 0 50 0 106 0 50 0 +USW00014922194003TMIN -33 0 -39 0 -72 0 -22 0 -11 0 -67 0 -39 0 -72 0 -67 0 -100 0 -111 0 -83 0 -94 0 -117 0 -167 0 -128 0 -39 0 -33 0 -72 0 -144 0 -161 0 -200 0 -194 0 -183 0 -206 0 -83 0 -67 0 -11 0 6 0 -17 0 -22 0 +USW00014922194003PRCP 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 36 0 94 0 150 0 18 0 0 0 0 0 0T 0 0T 0 71 0 0 0 0T 0 0 0 0 0 0 0 0 0 89 0 3 0 36 0 53 0 0 0 0 0 +USW00014922194003SNOW 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 157 0 239 0 28 0 0 0 0 0 0 0 0T 0 94 0 23 0 0T 0 0 0 0 0 0 0 0 0 97 0 13 0 0T 0 0T 0 0 0 0 0 +USW00014922194003SNWD 102 0 102 0 51 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 152 0 406 0 432 0 279 0 203 0 76 0 51 0 127 0 127 0 127 0 127 0 127 0 127 0 76 0 178 0 127 0 51 0 0T 0 0T 0 0 0 +USW00014922194004TMAX 61 0 50 0 33 0 33 0 111 0 150 0 61 0 83 0 122 0 67 0 -39 0 44 0 111 0 211 0 150 0 111 0 61 0 178 0 189 0 178 0 156 0 189 0 128 0 106 0 128 0 161 0 183 0 250 0 156 0 78 0-9999 +USW00014922194004TMIN -11 0 17 0 11 0 0 0 -6 0 -11 0 11 0 11 0 0 0 -44 0 -111 0 -67 0 -44 0 6 0 39 0 17 0 17 0 -11 0 67 0 83 0 83 0 50 0 22 0 11 0 11 0 11 0 33 0 111 0 78 0 6 0-9999 +USW00014922194004PRCP 0 0 69 0 15 0 3 0 0 0 0 0 53 0 0T 0 3 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 41 0 74 0 0T 0-9999 +USW00014922194004SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00014922194004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194005TMAX 61 0 150 0 183 0 183 0 272 0 211 0 172 0 178 0 217 0 189 0 239 0 306 0 239 0 144 0 67 0 172 0 239 0 167 0 150 0 239 0 200 0 200 0 200 0 156 0 133 0 167 0 194 0 172 0 222 0 272 0 294 0 +USW00014922194005TMIN -11 0 17 0 17 0 44 0 83 0 56 0 89 0 78 0 56 0 94 0 61 0 161 0 144 0 17 0 11 0 44 0 39 0 106 0 83 0 67 0 100 0 100 0 78 0 89 0 56 0 78 0 100 0 106 0 78 0 89 0 133 0 +USW00014922194005PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 36 0 18 0 0 0 0T 0 13 0 160 0 23 0 0 0 0 0 43 0 23 0 5 0 0T 0 0 0 0 0 3 0 8 0 33 0 5 0 33 0 0 0 0 0 0 0 +USW00014922194005SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194006TMAX 317 0 339 0 294 0 233 0 222 0 272 0 233 0 233 0 244 0 183 0 239 0 261 0 289 0 317 0 261 0 311 0 328 0 278 0 211 0 228 0 228 0 272 0 211 0 239 0 222 0 233 0 244 0 189 0 244 0 256 0-9999 +USW00014922194006TMIN 161 0 194 0 189 0 172 0 117 0 167 0 150 0 139 0 150 0 128 0 100 0 139 0 161 0 183 0 144 0 139 0 217 0 189 0 117 0 94 0 122 0 172 0 139 0 128 0 133 0 150 0 106 0 122 0 100 0 156 0-9999 +USW00014922194006PRCP 0 0 46 0 371 0 81 0 147 0 97 0 356 0 5 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 81 0 257 0 135 0 97 0 0 0 0T 0 107 0 0T 0 0 0 0T 0-9999 +USW00014922194006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194007TMAX 228 0 239 0 278 0 294 0 294 0 306 0 294 0 328 0 333 0 333 0 211 0 244 0 244 0 306 0 250 0 289 0 267 0 383 0 378 0 356 0 372 0 394 0 394 0 350 0 294 0 261 0 311 0 300 0 306 0 322 0 311 0 +USW00014922194007TMIN 139 0 117 0 111 0 150 0 178 0 172 0 172 0 161 0 189 0 172 0 144 0 122 0 117 0 167 0 150 0 150 0 183 0 200 0 244 0 244 0 239 0 233 0 239 0 244 0 189 0 189 0 167 0 233 0 206 0 189 0 206 0 +USW00014922194007PRCP 0 0 0 0 0 0 0 0 0 0 0 0 18 0 25 0 0 0 251 0 18 0 0 0 0 0 28 0 0 0 0 0 0T 0 0T 0 5 0 5 0 0 0 0T 0 0 0 0T 0 48 0 0T 0 0 0 41 0 170 0 0 0 15 0 +USW00014922194007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194008TMAX 267 0 294 0 283 0 322 0 250 0 272 0 278 0 322 0 272 0 267 0 311 0 328 0 322 0 317 0 322 0 311 0 289 0 211 0 194 0 239 0 261 0 183 0 156 0 144 0 172 0 161 0 178 0 189 0 217 0 183 0 211 0 +USW00014922194008TMIN 217 0 200 0 200 0 183 0 167 0 128 0 144 0 178 0 178 0 183 0 200 0 217 0 206 0 211 0 194 0 194 0 150 0 139 0 106 0 100 0 144 0 111 0 94 0 128 0 122 0 144 0 150 0 144 0 128 0 122 0 144 0 +USW00014922194008PRCP 147 0 0T 0 5 0 97 0 5 0 0 0 0 0 0 0 56 0 152 0 36 0 0T 0 0T 0 41 0 15 0 0 0 124 0 18 0 0 0 0 0 0 0 0 0 0T 0 3 0 127 0 25 0 64 0 135 0 0T 0 104 0 0 0 +USW00014922194008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194009TMAX 250 0 278 0 306 0 306 0 317 0 294 0 306 0 244 0 183 0 150 0 172 0 222 0 211 0 233 0 239 0 250 0 294 0 294 0 328 0 283 0 278 0 278 0 222 0 161 0 150 0 200 0 217 0 233 0 250 0 250 0-9999 +USW00014922194009TMIN 106 0 128 0 172 0 183 0 183 0 194 0 194 0 150 0 89 0 56 0 56 0 22 0 111 0 83 0 78 0 139 0 156 0 194 0 222 0 206 0 161 0 156 0 161 0 61 0 28 0 22 0 89 0 94 0 111 0 100 0-9999 +USW00014922194009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0 0 0 0T 0 0 0 0T 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0-9999 +USW00014922194009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194010TMAX 244 0 194 0 250 0 239 0 233 0 156 0 161 0 167 0 217 0 178 0 244 0 194 0 183 0 144 0 122 0 194 0 133 0 144 0 139 0 161 0 189 0 239 0 178 0 172 0 172 0 161 0 211 0 117 0 128 0 117 0 111 0 +USW00014922194010TMIN 89 0 89 0 117 0 144 0 128 0 94 0 39 0 17 0 39 0 89 0 50 0 106 0 67 0 56 0 6 0 28 0 56 0 50 0 56 0 67 0 56 0 100 0 22 0 61 0 56 0 89 0 67 0 100 0 56 0 22 0 56 0 +USW00014922194010PRCP 0 0 0 0 8 0 48 0 0T 0 64 0 0 0 0 0 0 0 38 0 0 0 0 0 10 0 71 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 5 0 79 0 53 0 0 0 23 0 +USW00014922194010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194011TMAX 117 0 106 0 167 0 150 0 50 0 39 0 56 0 61 0 61 0 44 0 33 0 -117 0 -94 0 -111 0 -56 0 44 0 56 0 72 0 78 0 22 0 11 0 6 0 0 0 -6 0 -6 0 6 0 -67 0 -100 0 -111 0 -78 0-9999 +USW00014922194011TMIN 50 0 33 0 17 0 50 0 -11 0 -39 0 -17 0 -17 0 22 0 17 0 -122 0 -144 0 -156 0 -172 0 -172 0 -83 0 -22 0 -28 0 11 0 -11 0 -22 0 -28 0 -50 0 -67 0 -50 0 -67 0 -183 0 -200 0 -211 0 -172 0-9999 +USW00014922194011PRCP 0T 0 0 0 0 0 3 0 18 0 0 0 0 0 0T 0 130 0 25 0 640 0 203 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 71 0 0 0 0T 0 0 0 0 0 99 0 0T 0 84 0 5 0 28 0-9999 +USW00014922194011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 208 0 216 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 84 0 8 0 104 0 13 0 33 0-9999 +USW00014922194011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 203 0 381 0 305 0 229 0 178 0 127 0 76 0 76 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 102 0 102 0 178 0 203 0 229 0-9999 +USW00014922194012TMAX -94 0 -106 0 -56 0 -33 0 -61 0 50 0 -44 0 6 0 56 0 -39 0 -44 0 -39 0 -172 0 -89 0 -50 0 -39 0 -78 0 6 0 17 0 6 0 28 0 33 0 39 0 67 0 50 0 17 0 33 0 11 0 17 0 11 0 0 0 +USW00014922194012TMIN -178 0 -250 0 -283 0 -128 0 -189 0 -61 0 -111 0 -44 0 -56 0 -72 0 -61 0 -206 0 -244 0 -211 0 -89 0 -106 0 -189 0 -122 0 -11 0 -72 0 -72 0 -83 0 -33 0 6 0 17 0 -28 0 -39 0 -11 0 -6 0 -6 0 -17 0 +USW00014922194012PRCP 8 0 5 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 8 0 0 0 0T 0 76 0 97 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 5 0 0T 0 8 0 +USW00014922194012SNOW 0T 0 18 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 10 0 0 0 0T 0 64 0 124 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 20 0 0T 0 5 0 +USW00014922194012SNWD 229 0 229 0 229 0 229 0 229 0 203 0 203 0 178 0 152 0 127 0 127 0 152 0 152 0 152 0 203 0 330 0 305 0 305 0 203 0 178 0 152 0 127 0 102 0 76 0 51 0 51 0 25 0 51 0 76 0 51 0 76 0 +USW00014922194101TMAX 17 0 6 0 -83 0 -167 0 -117 0 -72 0 -33 0 -6 0 -44 0 -17 0 39 0 -6 0 -6 0 -17 0 -22 0 -6 0 -17 0 -150 0 -106 0 -50 0 -33 0 -67 0 -72 0 -39 0 -44 0 -28 0 -50 0 -44 0 11 0 17 0 50 0 +USW00014922194101TMIN -11 0 -89 0 -189 0 -211 0 -200 0 -139 0 -100 0 -150 0 -211 0 -117 0 -117 0 -67 0 -56 0 -44 0 -56 0 -28 0 -178 0 -222 0 -200 0 -106 0 -67 0 -139 0 -150 0 -122 0 -122 0 -94 0 -167 0 -172 0 -156 0 -78 0 -122 0 +USW00014922194101PRCP 112 0 0T 0 0T 0 0T 0 0T 0 10 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 10 0 33 0 8 0 0 0 0T 0 0T 0 8 0 0T 0 0 0 5 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922194101SNOW 3 0 0T 0 0T 0 0T 0 0T 0 8 0 5 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 5 0 25 0 15 0 0 0 0T 0 0T 0 15 0 0T 0 0 0 5 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922194101SNWD 51 0 25 0 25 0 25 0 25 0 25 0 51 0 51 0 51 0 25 0 25 0 25 0 25 0 25 0 25 0 51 0 76 0 76 0 76 0 76 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 76 0 51 0 +USW00014922194102TMAX 28 0 -39 0 -17 0 -17 0 -6 0 -39 0 -56 0 -50 0 -6 0 6 0 -17 0 50 0 33 0 -39 0 -39 0 11 0 -44 0 -217 0 -178 0 -144 0 -122 0 -78 0 11 0 -28 0 -106 0 -44 0 -56 0 -22 0-9999 -9999 -9999 +USW00014922194102TMIN -39 0 -94 0 -150 0 -39 0 -78 0 -117 0 -122 0 -133 0 -111 0 -100 0 -117 0 -22 0 -100 0 -144 0 -89 0 -94 0 -250 0 -289 0 -289 0 -256 0 -183 0 -211 0 -178 0 -189 0 -211 0 -128 0 -217 0 -194 0-9999 -9999 -9999 +USW00014922194102PRCP 0P 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0P 0 0P 0 0P 0 0T 0 58 0 84 0 0T 0 0T 0 41 0 8 0 0P 0 0P 0 0P 0 0T 0 0T 0 3 0 20 0 0P 0 13 0 0T 0 0P 0-9999 -9999 -9999 +USW00014922194102SNOW 0P 0 0T 0 0P 0 0T 0 0T 0 0T 0 0T 0 0P 0 0P 0 0P 0 0T 0 0P 0 0T 0 0T 0 0T 0 79 0 13 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 28 0 0P 0 10 0 10 0 0P 0-9999 -9999 -9999 +USW00014922194102SNWD 51 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 76 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 127 0 127 0 127 0 127 0 127 0-9999 -9999 -9999 +USW00014922194103TMAX 22 0 33 0 -39 0 -67 0 -11 0 17 0 17 0 83 0 50 0 6 0 17 0 11 0 33 0 28 0 22 0 -11 0 -133 0 -28 0 33 0 28 0 33 0 11 0 11 0 17 0 22 0 39 0 44 0 28 0 100 0 161 0 106 0 +USW00014922194103TMIN -78 0 -39 0 -106 0 -161 0 -172 0 -128 0 -122 0 -56 0 0 0 -22 0 -22 0 -61 0 -94 0 -100 0 -11 0 -200 0 -222 0 -178 0 -78 0 -22 0 -6 0 -22 0 -11 0 -33 0 -44 0 -6 0 0 0 -22 0 -39 0 22 0 6 0 +USW00014922194103PRCP 0P 0 15 0 20 0 0P 0 0P 0 0P 0 0P 0 0P 0 13 0 30 0 25 0 0P 0 0P 0 15 0 30 0 8 0 0P 0 0P 0 0P 0 0T 0 0P 0 36 0 0T 0 0T 0 0T 0 0T 0 3 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194103SNOW 0P 0 0P 0 33 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 15 0 46 0 5 0 0P 0 0P 0 61 0 10 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0P 0 0P 0 0P 0 +USW00014922194103SNWD 102 0 51 0 76 0 76 0 76 0 76 0 76 0 51 0 25 0 51 0 76 0 76 0 51 0 51 0 102 0 102 0 102 0 102 0 76 0 76 0 51 0 51 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 +USW00014922194104TMAX 144 0 144 0 56 0 67 0 156 0 94 0 144 0 189 0 161 0 200 0 222 0 261 0 244 0 233 0 111 0 156 0 200 0 167 0 144 0 117 0 89 0 139 0 83 0 150 0 206 0 233 0 261 0 256 0 239 0 267 0-9999 +USW00014922194104TMIN -11 0 11 0 6 0 22 0 6 0 28 0 61 0 61 0 44 0 61 0 83 0 156 0 150 0 89 0 67 0 78 0 94 0 83 0 33 0 6 0 17 0 28 0 11 0 -6 0 61 0 89 0 100 0 111 0 133 0 144 0-9999 +USW00014922194104PRCP 0P 0 0P 0 33 0 41 0 0P 0 0T 0 0T 0 0P 0 0T 0 0P 0 0T 0 0P 0 124 0 0T 0 0T 0 0T 0 15 0 10 0 112 0 33 0 5 0 20 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 81 0-9999 +USW00014922194104SNOW 0P 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194105TMAX 239 0 272 0 272 0 283 0 267 0 239 0 167 0 94 0 144 0 183 0 194 0 228 0 256 0 261 0 228 0 156 0 233 0 283 0 311 0 206 0 272 0 206 0 189 0 222 0 289 0 317 0 294 0 306 0 222 0 189 0 239 0 +USW00014922194105TMIN 128 0 150 0 150 0 161 0 161 0 122 0 61 0 50 0 50 0 44 0 78 0 56 0 94 0 178 0 122 0 83 0 39 0 122 0 156 0 133 0 100 0 117 0 61 0 56 0 122 0 200 0 172 0 144 0 117 0 139 0 139 0 +USW00014922194105PRCP 0P 0 0T 0 0P 0 0P 0 3 0 0T 0 5 0 3 0 0P 0 3 0 0P 0 0P 0 0P 0 25 0 10 0 0P 0 0P 0 0P 0 74 0 36 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 69 0 287 0 86 0 122 0 18 0 +USW00014922194105SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194106TMAX 244 0 233 0 239 0 250 0 294 0 261 0 189 0 150 0 150 0 183 0 161 0 156 0 161 0 211 0 244 0 278 0 294 0 311 0 311 0 328 0 272 0 278 0 294 0 317 0 328 0 333 0 300 0 300 0 300 0 339 0-9999 +USW00014922194106TMIN 139 0 117 0 156 0 144 0 144 0 178 0 83 0 72 0 94 0 133 0 117 0 122 0 122 0 122 0 122 0 106 0 133 0 194 0 211 0 211 0 194 0 189 0 167 0 156 0 206 0 211 0 206 0 206 0 206 0 194 0-9999 +USW00014922194106PRCP 0P 0 0T 0 3 0 0P 0 0P 0 150 0 3 0 0T 0 38 0 0T 0 211 0 69 0 18 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 79 0 0P 0 0P 0 0P 0 0P 0 196 0 33 0 0P 0 33 0 0P 0-9999 +USW00014922194106SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194107TMAX 239 0 250 0 256 0 294 0 244 0 283 0 256 0 278 0 328 0 294 0 189 0 267 0 289 0 256 0 250 0 250 0 294 0 250 0 272 0 300 0 328 0 367 0 378 0 400 0 372 0 350 0 344 0 361 0 300 0 317 0 317 0 +USW00014922194107TMIN 150 0 117 0 167 0 133 0 172 0 172 0 172 0 144 0 194 0 178 0 117 0 89 0 150 0 183 0 161 0 133 0 156 0 167 0 111 0 156 0 200 0 211 0 233 0 244 0 250 0 239 0 222 0 239 0 233 0 217 0 222 0 +USW00014922194107PRCP 0P 0 0P 0 0P 0 0P 0 124 0 0T 0 0P 0 0P 0 18 0 41 0 0T 0 0P 0 0P 0 18 0 94 0 0P 0 175 0 0P 0 0P 0 0P 0 5 0 0T 0 0P 0 0P 0 0P 0 0P 0 0T 0 10 0 18 0 0P 0 0P 0 +USW00014922194107SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194108TMAX 344 0 311 0 372 0 333 0 328 0 311 0 333 0 311 0 344 0 333 0 300 0 244 0 272 0 233 0 267 0 228 0 272 0 222 0 267 0 283 0 233 0 250 0 300 0 294 0 211 0 211 0 222 0 267 0 333 0 356 0 256 0 +USW00014922194108TMIN 194 0 222 0 222 0 200 0 206 0 189 0 200 0 211 0 172 0 211 0 217 0 161 0 128 0 161 0 139 0 128 0 128 0 150 0 111 0 144 0 156 0 133 0 133 0 161 0 133 0 100 0 83 0 128 0 211 0 217 0 178 0 +USW00014922194108PRCP 0P 0 3 0 0T 0 673 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 5 0 36 0 0P 0 0P 0 0P 0 0P 0 25 0 0P 0 15 0 0P 0 0P 0 13 0 61 0 0P 0 0P 0 0T 0 51 0 46 0 0P 0 +USW00014922194108SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194109TMAX 294 0 250 0 267 0 289 0 267 0 233 0 194 0 161 0 144 0 183 0 228 0 256 0 261 0 283 0 267 0 228 0 250 0 272 0 294 0 311 0 300 0 161 0 244 0 228 0 128 0 206 0 222 0 122 0 156 0 167 0-9999 +USW00014922194109TMIN 133 0 156 0 183 0 183 0 156 0 122 0 117 0 122 0 94 0 44 0 100 0 139 0 183 0 172 0 139 0 111 0 78 0 111 0 167 0 211 0 161 0 117 0 106 0 111 0 67 0 56 0 61 0 39 0 22 0 67 0-9999 +USW00014922194109PRCP 0P 0 5 0 0T 0 284 0 0P 0 0P 0 3 0 91 0 8 0 0P 0 0T 0 0P 0 3 0 196 0 86 0 0P 0 0P 0 0P 0 25 0 0P 0 5 0 0T 0 0P 0 3 0 0T 0 0P 0 0T 0 3 0 46 0 124 0-9999 +USW00014922194109SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194110TMAX 183 0 200 0 150 0 178 0 167 0 178 0 156 0 206 0 167 0 167 0 206 0 228 0 211 0 189 0 167 0 183 0 172 0 133 0 161 0 167 0 183 0 172 0 122 0 161 0 178 0 133 0 22 0 72 0 50 0 56 0 50 0 +USW00014922194110TMIN 67 0 89 0 78 0 67 0 117 0 106 0 50 0 17 0 61 0 28 0 89 0 44 0 111 0 44 0 61 0 33 0 78 0 100 0 117 0 106 0 111 0 106 0 44 0 28 0 17 0 22 0 -33 0 -56 0 -6 0 22 0 11 0 +USW00014922194110PRCP 0T 0 41 0 3 0 25 0 208 0 429 0 41 0 0P 0 5 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 0T 0 25 0 10 0 191 0 0T 0 3 0 0P 0 0P 0 0P 0 391 0 0T 0 0P 0 5 0 8 0 15 0 +USW00014922194110SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 +USW00014922194110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194111TMAX 44 0 106 0 122 0 56 0 17 0 6 0 22 0 -6 0 0 0 17 0 61 0 144 0 72 0 89 0 161 0 89 0 189 0 200 0 78 0 11 0 39 0 -11 0 -44 0 61 0 89 0 128 0 122 0 144 0 67 0 44 0-9999 +USW00014922194111TMIN -11 0 -33 0 -11 0 17 0 -17 0 -17 0 -11 0 -33 0 -28 0 -44 0 -17 0 -22 0 11 0 -44 0 33 0 11 0 44 0 72 0 -11 0 -44 0 -78 0 -111 0 -139 0 -72 0 -22 0 -33 0 -17 0 0 0 -6 0 17 0-9999 +USW00014922194111PRCP 109 0 0P 0 3 0 0T 0 0P 0 0T 0 3 0 0T 0 0T 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 3 0 150 0 0T 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0-9999 +USW00014922194111SNOW 91 0 0P 0 0P 0 0P 0 0T 0 0P 0 5 0 0T 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194111SNWD 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194112TMAX 61 0 100 0 122 0 133 0 78 0 11 0 44 0 -17 0 -33 0 -106 0 -67 0 -33 0 -44 0 -17 0 11 0 17 0 78 0 50 0 17 0 6 0 89 0 83 0 6 0 22 0 -6 0 -11 0 -78 0 -56 0 -56 0 -22 0 -89 0 +USW00014922194112TMIN -6 0 -44 0 33 0 67 0 -67 0 -100 0 -22 0 -83 0 -183 0 -194 0 -133 0 -67 0 -133 0 -150 0 -94 0 -78 0 -78 0 -11 0 -28 0 -61 0 -11 0 6 0 -22 0 -56 0 -28 0 -78 0 -133 0 -133 0 -144 0 -111 0 -133 0 +USW00014922194112PRCP 0T 0 0P 0 0P 0 0T 0 13 0 0P 0 46 0 5 0 0T 0 0P 0 71 0 46 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 3 0 0P 0 3 0 20 0 0T 0 0T 0 0T 0 8 0 3 0 +USW00014922194112SNOW 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 3 0 28 0 0T 0 0P 0 41 0 117 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 23 0 0T 0 0T 0 0T 0 5 0 3 0 +USW00014922194112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 51 0 152 0 127 0 127 0 127 0 102 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 25 0 25 0 25 0 25 0 +USW00014922194201TMAX -89 0 -144 0 -150 0 -200 0 -206 0 -183 0 -200 0 -94 0 -139 0 -22 0 17 0 33 0 67 0 44 0 56 0 50 0 50 0 39 0 44 0 72 0 78 0 106 0 117 0 83 0 100 0 -11 0 11 0 28 0 28 0 17 0 -61 0 +USW00014922194201TMIN -167 0 -239 0 -256 0 -289 0 -272 0 -278 0 -289 0 -211 0 -250 0 -256 0 -150 0 -67 0 -67 0 -78 0 -17 0 -50 0 0 0 -28 0 -72 0 -33 0 -17 0 -28 0 -28 0 -11 0 -17 0 -50 0 -56 0 -50 0 0 0 -61 0 -111 0 +USW00014922194201PRCP 30 0 0T 0 0T 0 0P 0 0P 0 0T 0 0T 0 8 0 0T 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0T 0 0T 0 0T 0 +USW00014922194201SNOW 36 0 0T 0 0T 0 0P 0 0P 0 0T 0 0P 0 0T 0 8 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0T 0 +USW00014922194201SNWD 76 0 76 0 76 0 51 0 51 0 51 0 51 0 51 0 76 0 51 0 51 0 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194202TMAX -61 0 -33 0 0 0 17 0 17 0 11 0 -6 0 -17 0 -22 0 -11 0 -28 0 11 0 6 0 44 0 -6 0 -22 0 -178 0 -178 0 -111 0 -44 0 -39 0 -28 0 -22 0 -17 0 -39 0 -11 0 17 0 56 0-9999 -9999 -9999 +USW00014922194202TMIN -128 0 -139 0 -44 0 -11 0 -6 0 -72 0 -100 0 -94 0 -56 0 -56 0 -72 0 -50 0 -44 0 -28 0 -56 0 -200 0 -233 0 -261 0 -228 0 -211 0 -94 0 -122 0 -111 0 -106 0 -78 0 -56 0 -61 0 -72 0-9999 -9999 -9999 +USW00014922194202PRCP 0P 0 3 0 0T 0 0T 0 0T 0 0T 0 0T 0 0P 0 33 0 15 0 5 0 0T 0 0T 0 0T 0 43 0 0T 0 0P 0 0T 0 0P 0 5 0 8 0 0P 0 0P 0 0P 0 3 0 0T 0 0P 0 0P 0-9999 -9999 -9999 +USW00014922194202SNOW 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 0T 0 0P 0 38 0 10 0 15 0 0T 0 0T 0 0T 0 46 0 0T 0 0P 0 0T 0 0P 0 0P 0 18 0 0T 0 0P 0 0P 0 3 0 0T 0 0T 0 0P 0-9999 -9999 -9999 +USW00014922194202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 76 0 25 0 25 0 0 0 51 0 51 0 51 0 51 0 51 0 25 0 51 0 51 0 25 0 25 0 25 0 25 0 0T 0 0 0-9999 -9999 -9999 +USW00014922194203TMAX 28 0 61 0 72 0 83 0 50 0 44 0 17 0 17 0 28 0 89 0 11 0 78 0 67 0 72 0 17 0 22 0 28 0 72 0 122 0 33 0 67 0 89 0 144 0 150 0 167 0 100 0 -6 0 17 0 11 0 67 0 56 0 +USW00014922194203TMIN -44 0 -44 0 -56 0 0 0 -11 0 -11 0 -6 0 -28 0 -39 0 -50 0 -44 0 -72 0 -6 0 0 0 -11 0 6 0 11 0 0 0 -22 0 6 0 -6 0 -22 0 -17 0 44 0 44 0 -6 0 -44 0 -56 0 -22 0 -33 0 -11 0 +USW00014922194203PRCP 13 0 0P 0 0P 0 0P 0 3 0 18 0 0T 0 0T 0 0P 0 66 0 36 0 0P 0 0P 0 3 0 71 0 0T 0 3 0 0T 0 13 0 183 0 0T 0 0P 0 0P 0 0P 0 5 0 28 0 0T 0 0T 0 3 0 0T 0 0P 0 +USW00014922194203SNOW 13 0 0P 0 0P 0 0P 0 3 0 0T 0 0T 0 0T 0 0T 0 0T 0 53 0 0P 0 0P 0 0P 0 38 0 0T 0 0T 0 3 0 0P 0 8 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0T 0 0T 0 0P 0 +USW00014922194203SNWD 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194204TMAX 156 0 128 0 178 0 206 0 33 0 17 0 61 0 111 0 150 0 67 0 94 0 156 0 194 0 261 0 261 0 189 0 144 0 156 0 172 0 206 0 239 0 244 0 272 0 272 0 217 0 206 0 211 0 222 0 256 0 244 0-9999 +USW00014922194204TMIN -22 0 39 0 0 0 11 0 -28 0 -17 0 -6 0 -28 0 0 0 -17 0 -39 0 11 0 33 0 72 0 144 0 56 0 17 0 22 0 28 0 28 0 61 0 89 0 111 0 106 0 128 0 128 0 83 0 72 0 144 0 178 0-9999 +USW00014922194204PRCP 0P 0 0P 0 0P 0 0P 0 30 0 0T 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 163 0 163 0 244 0 0P 0 58 0 208 0-9999 +USW00014922194204SNOW 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194205TMAX 211 0 133 0 72 0 83 0 106 0 117 0 206 0 222 0 194 0 200 0 139 0 150 0 256 0 128 0 167 0 194 0 194 0 133 0 122 0 178 0 206 0 206 0 239 0 261 0 200 0 200 0 222 0 294 0 228 0 239 0 194 0 +USW00014922194205TMIN 128 0 61 0 28 0 22 0 44 0 39 0 28 0 72 0 100 0 72 0 83 0 100 0 128 0 22 0 22 0 33 0 94 0 72 0 50 0 89 0 61 0 89 0 72 0 94 0 133 0 139 0 133 0 156 0 139 0 144 0 139 0 +USW00014922194205PRCP 10 0 3 0 20 0 0P 0 3 0 91 0 0P 0 0P 0 0P 0 0P 0 71 0 3 0 109 0 38 0 0P 0 0P 0 122 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 478 0 0T 0 23 0 8 0 632 0 112 0 0T 0 +USW00014922194205SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194206TMAX 217 0 267 0 294 0 294 0 322 0 211 0 239 0 256 0 261 0 289 0 294 0 211 0 172 0 228 0 222 0 211 0 222 0 267 0 267 0 244 0 244 0 172 0 183 0 250 0 178 0 233 0 300 0 267 0 256 0 244 0-9999 +USW00014922194206TMIN 122 0 167 0 183 0 200 0 206 0 139 0 156 0 128 0 167 0 206 0 167 0 89 0 78 0 83 0 111 0 111 0 144 0 128 0 128 0 144 0 122 0 100 0 94 0 83 0 150 0 144 0 183 0 189 0 183 0 156 0-9999 +USW00014922194206PRCP 13 0 0P 0 23 0 0T 0 0T 0 0P 0 0T 0 0P 0 0P 0 5 0 64 0 0P 0 0P 0 0P 0 0P 0 8 0 23 0 0P 0 0P 0 5 0 0P 0 0T 0 0P 0 0T 0 185 0 0P 0 56 0 302 0 0T 0 0T 0-9999 +USW00014922194206SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194207TMAX 211 0 239 0 206 0 222 0 228 0 228 0 272 0 306 0 289 0 311 0 311 0 333 0 250 0 283 0 239 0 356 0 350 0 344 0 283 0 256 0 217 0 272 0 294 0 272 0 278 0 256 0 267 0 256 0 278 0 294 0 283 0 +USW00014922194207TMIN 133 0 117 0 128 0 133 0 122 0 94 0 111 0 156 0 183 0 172 0 167 0 222 0 178 0 139 0 189 0 211 0 261 0 211 0 189 0 161 0 144 0 106 0 150 0 183 0 183 0 167 0 156 0 178 0 178 0 194 0 178 0 +USW00014922194207PRCP 0P 0 53 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 8 0 0P 0 0P 0 114 0 5 0 0P 0 0T 0 0P 0 0P 0 132 0 0P 0 0P 0 0P 0 0P 0 0T 0 8 0 191 0 0P 0 0P 0 376 0 0P 0 74 0 0P 0 +USW00014922194207SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194208TMAX 272 0 233 0 267 0 294 0 289 0 289 0 261 0 250 0 272 0 233 0 256 0 283 0 244 0 256 0 217 0 233 0 267 0 267 0 328 0 333 0 333 0 256 0 167 0 217 0 272 0 211 0 278 0 300 0 306 0 311 0 278 0 +USW00014922194208TMIN 183 0 150 0 122 0 139 0 178 0 178 0 183 0 178 0 156 0 156 0 117 0 156 0 167 0 183 0 144 0 106 0 133 0 167 0 200 0 172 0 211 0 144 0 89 0 67 0 156 0 156 0 194 0 172 0 217 0 211 0 217 0 +USW00014922194208PRCP 287 0 0P 0 0P 0 0P 0 97 0 0P 0 8 0 0T 0 0P 0 0P 0 0P 0 0P 0 20 0 18 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0T 0 0T 0 8 0 0T 0 0P 0 23 0 0P 0 66 0 +USW00014922194208SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194209TMAX 239 0 206 0 211 0 233 0 283 0 256 0 244 0 206 0 272 0 278 0 322 0 228 0 233 0 233 0 228 0 267 0 156 0 122 0 139 0 189 0 167 0 128 0 89 0 56 0 100 0 50 0 44 0 100 0 183 0 233 0-9999 +USW00014922194209TMIN 178 0 133 0 94 0 100 0 133 0 156 0 167 0 133 0 172 0 139 0 156 0 117 0 111 0 156 0 150 0 150 0 111 0 106 0 61 0 44 0 50 0 39 0 28 0 -11 0 0 0 0 0 -17 0 -33 0 28 0 61 0-9999 +USW00014922194209PRCP 836 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 226 0 0P 0 0T 0 0P 0 234 0 0T 0 432 0 0T 0 0T 0 0P 0 10 0 3 0 28 0 0T 0 114 0 30 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194209SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 43 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194210TMAX 222 0 256 0 194 0 206 0 189 0 206 0 250 0 183 0 194 0 222 0 244 0 222 0 233 0 222 0 222 0 200 0 200 0 200 0 233 0 217 0 83 0 28 0 33 0 39 0 28 0 17 0 22 0 33 0 122 0 106 0 89 0 +USW00014922194210TMIN 122 0 100 0 128 0 111 0 78 0 89 0 56 0 100 0 50 0 50 0 78 0 83 0 89 0 67 0 61 0 72 0 72 0 44 0 61 0 83 0 6 0 -6 0 -22 0 0 0 -67 0 -78 0 -33 0 -33 0 22 0 17 0 -11 0 +USW00014922194210PRCP 0P 0 0P 0 91 0 61 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 30 0 0T 0 0T 0 3 0 5 0 0T 0 0P 0 0T 0 8 0 0T 0 0T 0 +USW00014922194210SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0T 0 3 0 5 0 0T 0 0P 0 0P 0 0T 0 0P 0 0P 0 +USW00014922194210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194211TMAX 89 0 39 0 72 0 100 0 83 0 22 0 78 0 100 0 83 0 17 0 28 0 122 0 6 0 133 0 161 0 178 0 122 0 83 0 156 0 33 0 22 0 50 0 89 0 128 0 39 0 -56 0 -50 0 -83 0 -56 0 -44 0-9999 +USW00014922194211TMIN -17 0 -33 0 -56 0 28 0 -28 0 -56 0 -11 0 -11 0 0 0 -50 0 -33 0 0 0 -44 0 -39 0 39 0 89 0 11 0 -33 0 33 0 -11 0 -61 0 -61 0 -78 0 -28 0 -78 0 -111 0 -128 0 -139 0 -161 0 -144 0-9999 +USW00014922194211PRCP 0T 0 0T 0 0P 0 0T 0 0T 0 0P 0 0T 0 0P 0 46 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 23 0 0T 0 0T 0 0P 0 0T 0 0T 0-9999 +USW00014922194211SNOW 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 18 0 5 0 0P 0 0T 0 0T 0 0T 0-9999 +USW00014922194211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 25 0 25 0 25 0 25 0-9999 +USW00014922194212TMAX -72 0 -117 0 -61 0 -56 0 -67 0 -44 0 -17 0 -11 0 -22 0 -17 0 -100 0 -133 0 -89 0 -28 0 -28 0 -39 0 -39 0 -106 0 -172 0 -111 0 6 0 6 0 28 0 -83 0 -11 0 0 0 -11 0 -61 0 -61 0 -67 0 -22 0 +USW00014922194212TMIN -183 0 -200 0 -172 0 -122 0 -139 0 -122 0 -144 0 -61 0 -67 0 -100 0 -172 0 -189 0 -222 0 -89 0 -133 0 -133 0 -133 0 -183 0 -206 0 -194 0 -156 0 -67 0 -83 0 -128 0 -100 0 -17 0 -133 0 -183 0 -83 0 -94 0 -94 0 +USW00014922194212PRCP 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 3 0 0T 0 0T 0 0 0 0T 0 0T 0 15 0 0T 0 46 0 0T 0 36 0 0T 0 56 0 0 0 0 0 0 0 25 0 5 0 0 0 0T 0 30 0 0T 0 0T 0 +USW00014922194212SNOW 0T 0 0P 0 0P 0 0T 0 0T 0 0T 0 0P 0 3 0 3 0 3 0 0T 0 0P 0 0P 0 0T 0 15 0 0T 0 56 0 0T 0 28 0 10 0 0T 0 0T 0 0P 0 0P 0 25 0 10 0 0P 0 0T 0 0T 0 25 0 0T 0 +USW00014922194212SNWD 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 51 0 51 0 102 0 102 0 127 0 127 0 127 0 127 0 102 0 102 0 127 0 127 0 127 0 127 0 127 0 152 0 152 0 +USW00014922194301TMAX -28 0 -39 0 -83 0 -133 0 -89 0 -94 0 -83 0 -56 0 22 0 -6 0 -33 0 -133 0 -6 0 28 0 -94 0 -94 0 -217 0 -228 0 -233 0 -217 0 -94 0 -22 0 -122 0 -117 0 -200 0 -139 0 0 0 -6 0 -39 0 -11 0 -67 0 +USW00014922194301TMIN -61 0 -100 0 -133 0 -222 0 -233 0 -172 0 -156 0 -189 0 -56 0 -67 0 -133 0 -200 0 -244 0 -178 0 -206 0 -217 0 -294 0 -278 0 -350 0 -272 0 -217 0 -133 0 -217 0 -228 0 -267 0 -261 0 -178 0 -83 0 -83 0 -83 0 -178 0 +USW00014922194301PRCP 43 0 3 0 36 0 0P 0 0P 0 0T 0 3 0 18 0 10 0 0T 0 0P 0 0P 0 28 0 0T 0 10 0 3 0 0T 0 20 0 0P 0 5 0 28 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 25 0 0T 0 0T 0 +USW00014922194301SNOW 51 0 3 0 46 0 0P 0 0P 0 0T 0 3 0 25 0 8 0 0T 0 0P 0 0P 0 38 0 0P 0 8 0 3 0 0T 0 15 0 0P 0 5 0 28 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 25 0 0T 0 0T 0 +USW00014922194301SNWD 178 0 203 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 279 0 279 0 305 0 305 0 305 0 305 0 305 0 356 0 356 0 356 0 356 0 356 0 356 0 330 0 330 0 356 0 356 0 356 0 +USW00014922194302TMAX -94 0 17 0 22 0 -22 0 11 0 -94 0 -11 0 6 0 0 0 -11 0 -128 0 -106 0 -161 0 -156 0 -122 0 -11 0 -11 0 61 0 67 0 50 0 72 0 50 0 17 0 -39 0 -22 0 -44 0 50 0 -22 0-9999 -9999 -9999 +USW00014922194302TMIN -217 0 -167 0 -33 0 -117 0 -106 0 -172 0 -167 0 -106 0 -61 0 -189 0 -233 0 -172 0 -228 0 -278 0 -211 0 -239 0 -144 0 -111 0 -11 0 -33 0 -67 0 -44 0 -50 0 -167 0 -206 0 -172 0 -89 0 -139 0-9999 -9999 -9999 +USW00014922194302PRCP 0P 0 0P 0 107 0 0T 0 0T 0 0P 0 0P 0 0P 0 0T 0 10 0 0T 0 5 0 0P 0 0T 0 10 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0T 0 8 0 0T 0 0P 0 5 0-9999 -9999 -9999 +USW00014922194302SNOW 0P 0 0P 0 69 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 5 0 0T 0 5 0 0P 0 0T 0 25 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 8 0 0T 0 0P 0 5 0-9999 -9999 -9999 +USW00014922194302SNWD 356 0 356 0 406 0 406 0 381 0 381 0 356 0 330 0 330 0 330 0 330 0 330 0 330 0 330 0 356 0 356 0 356 0 305 0 102 0 76 0 76 0 51 0 25 0 25 0 25 0 25 0 25 0 25 0-9999 -9999 -9999 +USW00014922194303TMAX -139 0 -150 0 -39 0 -11 0 -106 0 -128 0 -144 0 -94 0 -33 0 -28 0 28 0 28 0 28 0 33 0 6 0 6 0 -100 0 -50 0 -67 0 -17 0 -22 0 22 0 72 0 122 0 161 0 44 0 -6 0 56 0 183 0 244 0 150 0 +USW00014922194303TMIN -228 0 -239 0 -206 0 -150 0 -194 0 -183 0 -211 0 -194 0 -94 0 -111 0 -89 0 -56 0 0 0 -28 0 -44 0 -161 0 -161 0 -122 0 -122 0 -144 0 -133 0 -150 0 -33 0 6 0 39 0 -17 0 -44 0 -22 0 6 0 100 0 33 0 +USW00014922194303PRCP 0T 0 0T 0 0T 0 0T 0 0T 0 10 0 0P 0 5 0 0T 0 0P 0 0T 0 0T 0 0T 0 8 0 81 0 8 0 3 0 0T 0 91 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0T 0 +USW00014922194303SNOW 0T 0 0T 0 0T 0 0T 0 0T 0 10 0 0P 0 5 0 0T 0 0P 0 0T 0 0T 0 0T 0 3 0 0P 0 5 0 3 0 0T 0 224 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 +USW00014922194303SNWD 25 0 25 0 25 0 25 0 25 0 25 0 25 0 51 0 51 0 25 0 25 0 25 0 25 0 0T 0 25 0 51 0 51 0 51 0 254 0 178 0 127 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194304TMAX 56 0 61 0 106 0 122 0 100 0 106 0 178 0 239 0 206 0 144 0 61 0 72 0 -6 0 28 0 122 0 78 0 139 0 94 0 106 0 161 0 211 0 139 0 211 0 250 0 156 0 133 0 100 0 178 0 150 0 100 0-9999 +USW00014922194304TMIN -11 0 -67 0 0 0 17 0 -28 0 22 0 17 0 33 0 67 0 6 0 11 0 -11 0 -56 0 -44 0 -50 0 6 0 -28 0 6 0 -11 0 -22 0 17 0 50 0 17 0 94 0 83 0 61 0 33 0 11 0 78 0 22 0-9999 +USW00014922194304PRCP 0T 0 0P 0 0P 0 0T 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 66 0 0T 0 0T 0 0T 0 0P 0 0P 0 0P 0 8 0 0P 0 0P 0 0P 0 64 0 0P 0 0P 0 0P 0 0T 0 3 0 0T 0 109 0 0T 0-9999 +USW00014922194304SNOW 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0T 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194305TMAX 144 0 128 0 189 0 200 0 294 0 167 0 94 0 144 0 178 0 178 0 139 0 111 0 144 0 183 0 128 0 117 0 172 0 211 0 244 0 256 0 272 0 250 0 206 0 139 0 94 0 139 0 172 0 306 0 311 0 272 0 256 0 +USW00014922194305TMIN 11 0 72 0 44 0 83 0 122 0 22 0 6 0 22 0 61 0 78 0 33 0 11 0 -6 0 33 0 67 0 33 0 39 0 78 0 78 0 111 0 89 0 133 0 133 0 83 0 78 0 78 0 83 0 83 0 178 0 183 0 189 0 +USW00014922194305PRCP 0T 0 0P 0 0P 0 5 0 0T 0 15 0 0P 0 0P 0 0P 0 0P 0 8 0 43 0 0P 0 0P 0 254 0 79 0 0P 0 0P 0 0P 0 13 0 0P 0 0T 0 30 0 79 0 64 0 3 0 0P 0 3 0 399 0 84 0 8 0 +USW00014922194305SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194306TMAX 289 0 272 0 272 0 178 0 178 0 128 0 183 0 183 0 217 0 250 0 267 0 261 0 278 0 294 0 289 0 250 0 261 0 322 0 344 0 344 0 322 0 317 0 328 0 328 0 322 0 356 0 283 0 200 0 183 0 239 0-9999 +USW00014922194306TMIN 172 0 189 0 178 0 72 0 100 0 78 0 67 0 122 0 122 0 106 0 156 0 172 0 167 0 156 0 172 0 167 0 167 0 178 0 222 0 239 0 233 0 200 0 228 0 222 0 222 0 222 0 200 0 122 0 94 0 100 0-9999 +USW00014922194306PRCP 3 0 69 0 20 0 0P 0 130 0 5 0 3 0 10 0 0P 0 0P 0 76 0 254 0 0T 0 427 0 13 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 64 0 0P 0 0T 0 0P 0-9999 +USW00014922194306SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194307TMAX 228 0 239 0 244 0 294 0 239 0 267 0 306 0 306 0 328 0 339 0 322 0 339 0 339 0 283 0 300 0 278 0 283 0 244 0 294 0 311 0 256 0 289 0 272 0 322 0 333 0 289 0 278 0 278 0 306 0 317 0 317 0 +USW00014922194307TMIN 139 0 161 0 194 0 189 0 183 0 161 0 178 0 206 0 211 0 211 0 211 0 222 0 178 0 150 0 178 0 178 0 150 0 161 0 156 0 167 0 194 0 156 0 194 0 211 0 211 0 194 0 183 0 167 0 172 0 167 0 206 0 +USW00014922194307PRCP 0T 0 79 0 119 0 0P 0 104 0 152 0 0P 0 53 0 0P 0 0P 0 0P 0 0P 0 76 0 0P 0 0P 0 20 0 0P 0 117 0 0P 0 0P 0 0P 0 0P 0 23 0 0P 0 0P 0 58 0 10 0 74 0 0T 0 74 0 0P 0 +USW00014922194307SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194308TMAX 344 0 261 0 194 0 200 0 289 0 300 0 339 0 322 0 294 0 289 0 244 0 300 0 272 0 283 0 244 0 178 0 228 0 250 0 267 0 289 0 311 0 317 0 328 0 289 0 267 0 183 0 206 0 256 0 306 0 328 0 328 0 +USW00014922194308TMIN 228 0 194 0 167 0 150 0 128 0 167 0 217 0 206 0 194 0 178 0 178 0 211 0 172 0 144 0 167 0 128 0 100 0 83 0 133 0 172 0 183 0 189 0 200 0 211 0 172 0 150 0 139 0 139 0 156 0 178 0 200 0 +USW00014922194308PRCP 0T 0 0P 0 5 0 0T 0 0P 0 0P 0 3 0 127 0 0T 0 3 0 13 0 0T 0 13 0 0T 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 20 0 10 0 38 0 160 0 8 0 0P 0 0P 0 5 0 30 0 +USW00014922194308SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194309TMAX 250 0 272 0 228 0 233 0 267 0 156 0 167 0 144 0 178 0 172 0 194 0 133 0 172 0 178 0 183 0 128 0 178 0 233 0 172 0 183 0 233 0 150 0 172 0 189 0 178 0 239 0 300 0 278 0 267 0 211 0-9999 +USW00014922194309TMIN 161 0 133 0 172 0 156 0 150 0 94 0 89 0 72 0 78 0 44 0 61 0 89 0 72 0 100 0 61 0 61 0 11 0 89 0 56 0 22 0 100 0 72 0 33 0 67 0 33 0 61 0 133 0 144 0 144 0 139 0-9999 +USW00014922194309PRCP 0P 0 0P 0 5 0 185 0 335 0 33 0 0T 0 3 0 25 0 3 0 0T 0 5 0 0P 0 0P 0 20 0 0P 0 0P 0 3 0 5 0 0P 0 0T 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 0T 0 0P 0 0T 0-9999 +USW00014922194309SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194310TMAX 206 0 200 0 228 0 217 0 228 0 233 0 228 0 261 0 167 0 178 0 261 0 211 0 156 0 44 0 44 0 61 0 133 0 167 0 178 0 144 0 133 0 156 0 144 0 78 0 67 0 111 0 133 0 161 0 139 0 72 0 67 0 +USW00014922194310TMIN 83 0 61 0 72 0 94 0 72 0 78 0 61 0 83 0 72 0 56 0 94 0 144 0 33 0 17 0 0 0 -28 0 -33 0 17 0 39 0 94 0 33 0 11 0 33 0 39 0 6 0 -17 0 -33 0 -17 0 17 0 -11 0 39 0 +USW00014922194310PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 137 0 97 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 48 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 28 0 20 0 +USW00014922194310SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194311TMAX 50 0 39 0 89 0 89 0 61 0 28 0 17 0 0 0 6 0 -6 0 -17 0 17 0 -39 0 -22 0 -33 0 -11 0 50 0 83 0 33 0 50 0 6 0 11 0 22 0 39 0 22 0 11 0 -22 0 -50 0 -6 0 83 0-9999 +USW00014922194311TMIN 33 0 17 0 6 0 6 0 6 0 6 0 0 0 -22 0 -39 0 -100 0 -106 0 -44 0 -106 0 -122 0 -117 0 -161 0 -33 0 -6 0 -44 0 -44 0 -33 0 -44 0 -61 0 -94 0 -22 0 -50 0 -89 0 -67 0 -56 0 -44 0-9999 +USW00014922194311PRCP 0T 0 0P 0 0P 0 8 0 0T 0 58 0 94 0 254 0 0P 0 0T 0 0P 0 0P 0 0P 0 3 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0T 0 0T Z 0T 0 0 Z-9999 +USW00014922194311SNOW 0P 0 0P 0 0P 0 0P 0 0T 0 13 0 28 0 216 0 0P 0 0T 0 0P 0 0P 0 0P 0 5 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0T 0 0P 0-9999 +USW00014922194311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194312TMAX 44 0 0 0 50 0 50 0 67 0 17 0 39 0 39 0 0 0 -6 0 67 0 28 0 -122 0 -161 0 -94 0 -44 0 11 0 39 0 22 0 39 0 -11 0 -150 0 -100 0 11 0 61 0 22 0 -22 0 0 0 22 0 22 0 50 0 +USW00014922194312TMIN -6 0 -39 0 -61 0 6 0 -6 0 -39 0 -28 0 -17 0 -61 0 -89 0 -89 0 -167 0 -194 0 -233 0 -183 0 -172 0 -94 0 -83 0 -44 0 -72 0 -150 0 -211 0 -217 0 -100 0 -50 0 -44 0 -111 0 -133 0 -94 0 -67 0 -94 0 +USW00014922194312PRCP 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194312SNOW 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194401TMAX 50 0 50 0 50 0 0 0 -44 0 -72 0 -133 0 -78 0 0 0 -44 0 -106 0 -106 0 17 0 94 0 17 0 28 0 44 0 61 0 22 0 89 0 50 0 44 0 61 0 56 0 144 0 56 0 33 0 28 0 33 0 11 0 -11 0 +USW00014922194401TMIN -78 0 -78 0 -28 0 -44 0 -106 0 -167 0 -200 0 -211 0 -117 0 -117 0 -167 0 -178 0 -156 0 -67 0 -61 0 -56 0 -83 0 6 0 -78 0 -78 0 -6 0 -44 0 -78 0 0 0 56 0 11 0 17 0 -39 0 -50 0 -44 0 -94 0 +USW00014922194401PRCP 0P 0 0P 0 0P 0 0P 0 3 0 0T 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0T 0 56 0 3 0 0P 0 0T 0 0T 0 +USW00014922194401SNOW 0P 0 0P 0 0P 0 0P 0 25 0 0T 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 0T 0 0T 0 +USW00014922194401SNWD 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194402TMAX 0 0 72 0 33 0 72 0 11 0 -17 0 -39 0 0 0 -83 0 -111 0 -161 0 -122 0 -17 0 -28 0 -94 0 -22 0 -67 0 -72 0 6 0 28 0 67 0 17 0 17 0 67 0 72 0 17 0 11 0 -11 0 6 0-9999 -9999 +USW00014922194402TMIN -117 0 -22 0 -44 0 -56 0 -167 0 -189 0 -122 0 -83 0 -178 0 -172 0 -250 0 -256 0 -156 0 -128 0 -150 0 -122 0 -189 0 -239 0 -128 0 -78 0 -61 0 -67 0 -78 0 -61 0 -17 0 -11 0 -50 0 -56 0 -83 0-9999 -9999 +USW00014922194402PRCP 0P 0 0P 0 0P 0 0P 0 53 0 13 0 0T 0 0T 0 0T 0 13 0 0P 0 0P 0 0P 0 8 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 5 0 0T 0 0P 0 160 0 28 0 0P 0 0P 0 0P 0-9999 -9999 +USW00014922194402SNOW 0P 0 0P 0 0P 0 0P 0 51 0 10 0 0T 0 0T 0 0T 0 25 0 0P 0 0P 0 0P 0 10 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 8 0 0T 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0-9999 -9999 +USW00014922194402SNWD 0 0 0 0 0 0 0 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 25 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00014922194403TMAX 11 0 28 0 17 0 -6 0 28 0 -17 0 -83 0 -83 0 -67 0 56 0 56 0 -61 0 -33 0 6 0 17 0 -6 0 -17 0 -67 0 6 0 33 0 72 0 11 0 89 0 56 0 -22 0 6 0 39 0 6 0 -17 0 -6 0 11 0 +USW00014922194403TMIN -39 0 0 0 -11 0 -22 0 -33 0 -100 0 -139 0 -156 0 -189 0 -94 0 -61 0 -139 0 -100 0 -33 0 -17 0 -50 0 -72 0 -144 0 -161 0 -94 0 -17 0 -17 0 -6 0 -33 0 -67 0 -61 0 -44 0 -61 0 -78 0 -56 0 -89 0 +USW00014922194403PRCP 0P 0 0T 0 0T 0 0T 0 38 0 43 0 0T 0 0T 0 0P 0 0T 0 48 0 0T 0 5 0 15 0 20 0 25 0 0T 0 0P 0 0P 0 0P 0 0P 0 5 0 0T 0 0T 0 0T 0 25 0 30 0 5 0 23 0 0T 0 20 0 +USW00014922194403SNOW 0P 0 0T 0 0T 0 0T 0 33 0 38 0 0T 0 0T 0 0P 0 0P 0 0T 0 0T 0 3 0 23 0 20 0 25 0 0T 0 0P 0 0P 0 0P 0 0P 0 8 0 0T 0 0P 0 0T 0 25 0 56 0 5 0 28 0 0T 0 18 0 +USW00014922194403SNWD 0 0 0 0 0 0 0 0 0 0 76 0 76 0 76 0 76 0 0 0 0 0 0 0 0T 0 25 0 0 0 51 0 51 0 51 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 51 0 76 0 51 0 +USW00014922194404TMAX -6 0 0 0 11 0 28 0 89 0 172 0 194 0 156 0 94 0 106 0 106 0 150 0 167 0 61 0 33 0 100 0 133 0 167 0 144 0 94 0 100 0 83 0 78 0 50 0 78 0 139 0 206 0 200 0 211 0 167 0-9999 +USW00014922194404TMIN -61 0 -89 0 -56 0 -72 0 -44 0 6 0 28 0 39 0 22 0 -11 0 17 0 -22 0 6 0 -6 0 -17 0 -39 0 -6 0 22 0 22 0 56 0 56 0 61 0 44 0 33 0 28 0 39 0 39 0 61 0 61 0 111 0-9999 +USW00014922194404PRCP 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 10 0 0T 0 0P 0 0P 0 0P 0 61 0 127 0 3 0 0P 0 0P 0 0P 0 0P 0 46 0 0P 0 15 0 79 0 56 0 3 0 0P 0 0P 0 0P 0 0P 0 170 0-9999 +USW00014922194404SNOW 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194404SNWD 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194405TMAX 211 0 161 0 150 0 22 0 39 0 78 0 172 0 161 0 178 0 189 0 261 0 233 0 239 0 300 0 294 0 306 0 228 0 178 0 167 0 233 0 222 0 272 0 289 0 278 0 283 0 256 0 278 0 300 0 317 0 311 0 311 0 +USW00014922194405TMIN 117 0 106 0 17 0 -11 0 -11 0 -11 0 28 0 72 0 50 0 94 0 139 0 167 0 128 0 161 0 150 0 156 0 167 0 61 0 72 0 89 0 156 0 150 0 156 0 178 0 183 0 139 0 133 0 139 0 200 0 200 0 189 0 +USW00014922194405PRCP 0T 0 378 0 417 0 0T 0 0T 0 0P 0 0P 0 0T 0 0P 0 315 0 30 0 38 0 0P 0 0P 0 0T 0 0P 0 36 0 114 0 3 0 0P 0 64 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 152 0 13 0 +USW00014922194405SNOW 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194406TMAX 311 0 306 0 300 0 278 0 194 0 183 0 222 0 211 0 211 0 222 0 194 0 272 0 233 0 311 0 294 0 278 0 294 0 222 0 217 0 250 0 311 0 294 0 239 0 300 0 356 0 350 0 328 0 233 0 239 0 283 0-9999 +USW00014922194406TMIN 178 0 189 0 167 0 161 0 78 0 67 0 94 0 117 0 128 0 111 0 150 0 161 0 189 0 183 0 211 0 189 0 156 0 133 0 100 0 122 0 189 0 178 0 144 0 167 0 194 0 228 0 233 0 133 0 144 0 144 0-9999 +USW00014922194406PRCP 549 0 0P 0 79 0 208 0 0T 0 3 0 0T 0 58 0 18 0 0P 0 36 0 69 0 419 0 0P 0 13 0 8 0 122 0 0T 0 0T 0 0P 0 0P 0 112 0 0T 0 0P 0 0T 0 3 0 5 0 0P 0 0T 0 0P 0-9999 +USW00014922194406SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194407TMAX 278 0 278 0 289 0 317 0 300 0 267 0 300 0 244 0 261 0 261 0 233 0 250 0 294 0 250 0 261 0 294 0 256 0 278 0 222 0 222 0 278 0 294 0 272 0 300 0 294 0 278 0 261 0 222 0 256 0 294 0 294 0 +USW00014922194407TMIN 167 0 167 0 200 0 206 0 217 0 200 0 178 0 156 0 150 0 167 0 167 0 144 0 156 0 178 0 161 0 150 0 172 0 178 0 150 0 128 0 117 0 167 0 183 0 156 0 194 0 194 0 156 0 139 0 139 0 139 0 183 0 +USW00014922194407PRCP 508 0 160 0 0P 0 0P 0 3 0 84 0 0P 0 0P 0 0T 0 10 0 20 0 0P 0 0P 0 140 0 0P 0 0P 0 94 0 0P 0 0P 0 0P 0 0P 0 64 0 0P 0 0P 0 0T 0 33 0 0P 0 0P 0 0P 0 0P 0 0T 0 +USW00014922194407SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194408TMAX 339 0 333 0 344 0 289 0 278 0 294 0 300 0 322 0 344 0 344 0 283 0 317 0 322 0 311 0 261 0 244 0 239 0 272 0 294 0 272 0 289 0 256 0 228 0 261 0 267 0 200 0 172 0 239 0 261 0 206 0 133 0 +USW00014922194408TMIN 200 0 206 0 194 0 189 0 200 0 172 0 172 0 206 0 206 0 267 0 189 0 139 0 211 0 194 0 178 0 150 0 139 0 106 0 156 0 194 0 156 0 156 0 128 0 111 0 122 0 156 0 128 0 106 0 161 0 128 0 111 0 +USW00014922194408PRCP 0T 0 0P 0 23 0 48 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 58 0 5 0 0P 0 0P 0 3 0 0T 0 0P 0 25 0 51 0 0P 0 0P 0 0T 0 188 0 0P 0 0T 0 503 0 23 0 +USW00014922194408SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194409TMAX 206 0 278 0 267 0 244 0 239 0 189 0 217 0 244 0 256 0 206 0 228 0 194 0 161 0 156 0 244 0 244 0 311 0 283 0 206 0 211 0 178 0 161 0 156 0 189 0 256 0 267 0 161 0 178 0 194 0 178 0-9999 +USW00014922194409TMIN 111 0 128 0 172 0 144 0 144 0 89 0 94 0 106 0 150 0 139 0 133 0 122 0 128 0 117 0 117 0 144 0 139 0 150 0 122 0 111 0 106 0 72 0 61 0 50 0 100 0 111 0 106 0 72 0 67 0 78 0-9999 +USW00014922194409PRCP 3 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0T 0 48 0 3 0 5 0 0T 0 0P 0 0T 0 0P 0 13 0 0P 0 3 0 173 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 0T 0-9999 +USW00014922194409SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194410TMAX 128 0 67 0 150 0 172 0 183 0 183 0 150 0 106 0 94 0 133 0 122 0 222 0 228 0 139 0 172 0 217 0 233 0 178 0 150 0 167 0 111 0 167 0 172 0 211 0 133 0 161 0 206 0 178 0 206 0 233 0 244 0 +USW00014922194410TMIN 61 0 44 0 61 0 122 0 122 0 100 0 89 0 44 0 6 0 -28 0 17 0 33 0 50 0 44 0 11 0 39 0 61 0 50 0 17 0 39 0 11 0 -11 0 78 0 44 0 33 0 0 0 22 0 61 0 17 0 61 0 83 0 +USW00014922194410PRCP 0T 0 15 0 0P 0 3 0 46 0 0P 0 0P 0 0T 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194410SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194411TMAX 239 0 178 0 33 0 56 0 33 0 72 0 150 0 117 0 83 0 56 0 111 0 150 0 167 0 122 0 78 0 39 0 11 0 28 0 78 0 44 0 11 0 11 0 17 0 33 0 28 0 11 0 -33 0 -33 0 -50 0 -61 0-9999 +USW00014922194411TMIN 78 0 28 0 -33 0 -22 0 -17 0 22 0 72 0 67 0 33 0 28 0 44 0 50 0 100 0 33 0 39 0 -6 0 -28 0 -6 0 28 0 11 0 -11 0 -11 0 -6 0 6 0 -6 0 -33 0 -61 0 -56 0 -83 0 -128 0-9999 +USW00014922194411PRCP 3 0 0P 0 0T 0 0P 0 0T 0 0T 0 33 0 15 0 5 0 0T 0 0P 0 0P 0 30 0 188 0 170 0 0T 0 0P 0 3 0 8 0 0P 0 0T 0 8 0 5 0 0P 0 28 0 23 0 0T 0 15 0 0T 0 0T 0-9999 +USW00014922194411SNOW 0P 0 0P 0 0T 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 0T 0 0T 0 5 0 0P 0 23 0 15 0 0T 0 18 0 3 0 0T 0-9999 +USW00014922194411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0T 0 0T 0 25 0 25 0-9999 +USW00014922194412TMAX -61 0 -11 0 17 0 17 0 6 0 17 0 28 0 -17 0 -17 0 -39 0 -44 0 -11 0 -56 0 22 0 11 0 28 0 0 0 -67 0 -17 0 -22 0 -139 0 -72 0 -72 0 -44 0 -94 0 -72 0 -50 0 -61 0 -11 0 6 0 -28 0 +USW00014922194412TMIN -178 0 -139 0 -11 0 0 0 -22 0 -28 0 -33 0 -39 0 -39 0 -61 0 -89 0 -100 0 -94 0 -94 0 -89 0 -111 0 -172 0 -178 0 -94 0 -183 0 -233 0 -161 0 -194 0 -144 0 -206 0 -222 0 -150 0 -172 0 -78 0 -28 0 -161 0 +USW00014922194412PRCP 0P 0 0P 0 8 0 0T 0 0P 0 0T 0 0P 0 0T 0 0T 0 3 0 0T 0 0T 0 0T 0 0P 0 0T 0 0P 0 0T 0 8 0 0T 0 0T 0 0P 0 0T Z 0 Z 0T 0 0P 0 0P 0 0T 0 0P 0 0T 0 0T 0 5 0 +USW00014922194412SNOW 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0T 0 0T 0 3 0 0T 0 0T 0 0T 0 0P 0 0T 0 0P 0 0T 0 13 0 0T 0 0T 0 0P 0 0T 0 0P 0 0T 0 0P 0 0P 0 0T 0 0P 0 0T 0 3 0 10 0 +USW00014922194412SNWD 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 25 0 +USW00014922194501TMAX -161 0 -89 0 -117 0 -128 0 -172 0 -106 0 -56 0 -78 0 -150 0 -117 0 6 0 -17 0 -33 0 -28 0 -33 0 -56 0 -33 0 22 0 -11 0 -17 0 0 0 -22 0 22 0 -11 0 -6 0 -50 0 -72 0 -111 0 -122 0 -133 0 -122 0 +USW00014922194501TMIN -222 0 -250 0 -206 0 -228 0 -222 0 -172 0 -106 0 -244 0 -261 0 -178 0 -150 0 -122 0 -117 0 -56 0 -144 0 -200 0 -94 0 -33 0 -50 0 -50 0 -56 0 -106 0 -89 0 -111 0 -89 0 -156 0 -156 0 -206 0 -161 0 -178 0 -244 0 +USW00014922194501PRCP 0P 0 0T 0 0T 0 0P 0 0T 0 13 0 8 0 8 0 25 0 0T 0 0T 0 0T 0 38 0 3 0 0T 0 0P 0 58 0 0T 0 0T 0 8 0 0T 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0T 0 0T 0 0T 0 0P 0 +USW00014922194501SNOW 0P 0 0T 0 0T 0 0P 0 0T 0 18 0 10 0 10 0 51 0 0T 0 0T 0 0T 0 43 0 0T 0 0T 0 0P 0 64 0 0T 0 0T 0 10 0 0T 0 0P 0 0P 0 0P 0 0P 0 0T 0 3 0 0T 0 0T 0 0T 0 0P 0 +USW00014922194501SNWD 25 0 25 0 25 0 25 0 25 0 25 0 25 0 51 0 76 0 102 0 102 0 76 0 127 0 102 0 102 0 102 0 127 0 127 0 127 0 127 0 127 0 127 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 +USW00014922194502TMAX -94 0 -67 0 -44 0 -33 0 -39 0 -28 0 -44 0 -28 0 22 0 -22 0 -11 0 6 0 56 0 67 0 17 0 -144 0 -144 0 -133 0 -89 0 0 0 -28 0 -11 0 17 0 78 0 17 0 -72 0 17 0 44 0-9999 -9999 -9999 +USW00014922194502TMIN -233 0 -122 0 -83 0 -133 0 -200 0 -89 0 -150 0 -183 0 -50 0 -117 0 -156 0 -128 0 0 0 -39 0 -144 0 -206 0 -228 0 -239 0 -200 0 -89 0 -67 0 -78 0 -128 0 -78 0 -178 0 -200 0 -128 0 -111 0-9999 -9999 -9999 +USW00014922194502PRCP 0P 0 0T 0 64 0 56 0 0P 0 0T 0 8 0 0T 0 0T 0 0T 0 0P 0 8 0 0T 0 0T 0 130 0 0P 0 0P 0 0P 0 25 0 0T 0 69 0 13 0 0T 0 5 0 91 0 0T 0 0P 0 0P 0-9999 -9999 -9999 +USW00014922194502SNOW 0P 0 0T 0 71 0 46 0 0P 0 0T 0 13 0 0T 0 0T 0 0T 0 0P 0 8 0 0T 0 0T 0 25 0 0P 0 0P 0 0P 0 89 0 3 0 71 0 15 0 0T 0 0P 0 51 0 0T 0 0P 0 0P 0-9999 -9999 -9999 +USW00014922194502SNWD 102 0 102 0 127 0 203 0 178 0 178 0 203 0 203 0 152 0 127 0 127 0 127 0 102 0 76 0 51 0 51 0 51 0 51 0 102 0 127 0 178 0 203 0 203 0 152 0 178 0 178 0 152 0 102 0-9999 -9999 -9999 +USW00014922194503TMAX 22 0 17 0 -39 0 44 0 -28 0 -83 0 -28 0 11 0 39 0 72 0 67 0 94 0 150 0 117 0 89 0 144 0 122 0 156 0 83 0 111 0 150 0 217 0 211 0 211 0 167 0 156 0 194 0 122 0 178 0 144 0 183 0 +USW00014922194503TMIN -11 0 -78 0 -161 0 -111 0 -144 0 -189 0 -183 0 -111 0 -94 0 -67 0 0 0 -28 0 17 0 33 0 44 0 28 0 17 0 39 0 6 0 -22 0 -11 0 33 0 61 0 111 0 106 0 94 0 78 0 33 0 17 0 22 0 61 0 +USW00014922194503PRCP 0P 0 3 0 0P 0 3 0 15 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 41 0 216 0 53 0 25 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 30 0 64 0 25 0 20 0 0T 0 0P 0 0P 0 0P 0 +USW00014922194503SNOW 0P 0 3 0 0P 0 0T 0 15 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194503SNWD 76 0 76 0 51 0 51 0 51 0 51 0 51 0 51 0 25 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194504TMAX 144 0 28 0 -6 0 11 0 56 0 144 0 167 0 206 0 217 0 239 0 194 0 178 0 100 0 72 0 72 0 100 0 33 0 28 0 156 0 172 0 78 0 106 0 117 0 100 0 106 0 94 0 183 0 183 0 122 0 122 0-9999 +USW00014922194504TMIN 28 0 -6 0 -33 0 -39 0 -39 0 17 0 50 0 44 0 117 0 122 0 33 0 11 0 17 0 -17 0 11 0 11 0 -11 0 -22 0 -17 0 -6 0 -11 0 39 0 22 0 -11 0 17 0 -17 0 11 0 67 0 33 0 28 0-9999 +USW00014922194504PRCP 0P 0 0T 0 71 0 79 0 0P 0 5 0 0P 0 0P 0 0P 0 0P 0 152 0 5 0 38 0 0P 0 18 0 168 0 0T 0 0T 0 0T 0 3 0 18 0 142 0 51 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194504SNOW 0P 0 0T 0 25 0 127 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0T 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194505TMAX 89 0 117 0 144 0 167 0 211 0 272 0 133 0 56 0 78 0 133 0 122 0 161 0 100 0 117 0 150 0 161 0 194 0 178 0 228 0 211 0 139 0 167 0 239 0 222 0 233 0 244 0 150 0 200 0 167 0 261 0 133 0 +USW00014922194505TMIN 6 0 22 0 33 0 33 0 39 0 94 0 33 0 -11 0 -22 0 -6 0 72 0 56 0 33 0 22 0 28 0 39 0 33 0 44 0 89 0 122 0 78 0 78 0 56 0 106 0 122 0 128 0 89 0 89 0 83 0 78 0 72 0 +USW00014922194505PRCP 122 0 71 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 0P 0 0T 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 165 0 170 0 3 0 0P 0 53 0 0T 0 0T 0 170 0 0P 0 0P 0 0P 0 30 0 +USW00014922194505SNOW 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USW00014922194505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194506TMAX 106 0 67 0 156 0 183 0 194 0 206 0 150 0 161 0 222 0 128 0 244 0 233 0 222 0 211 0 161 0 194 0 211 0 239 0 228 0 233 0 278 0 306 0 317 0 244 0 244 0 256 0 306 0 267 0 233 0 194 0-9999 +USW00014922194506TMIN 56 0 33 0 11 0 39 0 61 0 100 0 117 0 117 0 122 0 94 0 72 0 133 0 117 0 117 0 122 0 117 0 111 0 83 0 144 0 117 0 122 0 167 0 200 0 183 0 144 0 122 0 150 0 161 0 144 0 122 0-9999 +USW00014922194506PRCP 160 0 0T 0 0P 0 0P 0 0P 0 5 0 5 0 3 0 46 0 259 0 0P 0 41 0 137 0 175 0 104 0 13 0 13 0 0P 0 213 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 64 0 58 0 38 0 0P 0 81 0-9999 +USW00014922194506SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USW00014922194506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194507TMAX 156 0 228 0 306 0 300 0 233 0 244 0 256 0 278 0 200 0 206 0 272 0 272 0 228 0 283 0 289 0 228 0 233 0 289 0 317 0 289 0 317 0 344 0 356 0 356 0 278 0 306 0 289 0 211 0 289 0 239 0 289 0 +USW00014922194507TMIN 94 0 122 0 128 0 144 0 156 0 128 0 139 0 144 0 122 0 94 0 94 0 167 0 133 0 133 0 122 0 167 0 167 0 167 0 172 0 211 0 206 0 194 0 239 0 217 0 172 0 172 0 167 0 167 0 133 0 194 0 183 0 +USW00014922194507PRCP 0 0 0 0 254 0 3 0 91 0 0 0 0T 0 58 0 10 0 0 0 25 0 0T 0 0T 0 0 0 0 0 53 0 0T 0 0 0 0T 0 13 0 0 0 0 0 0 0 0 0 0 0 127 0 353 0 0T 0 0 0 30 0 30 0 +USW00014922194507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194507WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00014922194507WT03-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 +USW00014922194507WT05-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194507WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00014922194507WT16-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 +USW00014922194508TMAX 311 0 272 0 244 0 233 0 283 0 244 0 244 0 300 0 267 0 211 0 278 0 317 0 289 0 244 0 256 0 256 0 333 0 339 0 328 0 250 0 222 0 244 0 256 0 244 0 244 0 267 0 289 0 289 0 344 0 267 0 306 0 +USW00014922194508TMIN 189 0 183 0 144 0 150 0 167 0 167 0 144 0 128 0 167 0 172 0 189 0 183 0 211 0 150 0 117 0 156 0 189 0 189 0 211 0 178 0 156 0 111 0 111 0 133 0 100 0 122 0 194 0 167 0 167 0 133 0 189 0 +USW00014922194508PRCP 0 0 0 0 0 0 53 0 0T 0 15 0 0 0 0 0 38 0 434 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 23 0 10 0 +USW00014922194508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194508WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922194508WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 +USW00014922194508WT08 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194508WT16-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 +USW00014922194509TMAX 256 0 267 0 278 0 322 0 344 0 339 0 339 0 250 0 300 0 156 0 156 0 183 0 189 0 222 0 156 0 167 0 206 0 250 0 194 0 167 0 200 0 178 0 283 0 189 0 194 0 161 0 133 0 72 0 144 0 100 0-9999 +USW00014922194509TMIN 144 0 106 0 144 0 156 0 200 0 222 0 183 0 161 0 111 0 94 0 89 0 100 0 111 0 89 0 67 0 61 0 100 0 144 0 78 0 78 0 50 0 106 0 100 0 67 0 78 0 89 0 56 0 0 0 -28 0 22 0-9999 +USW00014922194509PRCP 0 0 0 0 3 0 0 0 0T 0 3 0 0 0 8 0 28 0 20 0 0 0 5 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 64 0 0 0 0 0 249 0 28 0 0 0 0 0 114 0 0T 0 10 0 0 0 10 0-9999 +USW00014922194509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00014922194509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194509WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922194509WT03-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194509WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00014922194509WT16-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00014922194509WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922194510TMAX 111 0 128 0 206 0 228 0 233 0 161 0 156 0 61 0 100 0 183 0 183 0 111 0 117 0 117 0 178 0 256 0 256 0 278 0 139 0 133 0 128 0 122 0 133 0 83 0 89 0 67 0 178 0 222 0 111 0 161 0 44 0 +USW00014922194510TMIN 61 0 28 0 6 0 117 0 78 0 83 0 33 0 6 0 -17 0 44 0 56 0 33 0 -6 0 22 0 11 0 50 0 111 0 89 0 56 0 44 0 17 0 -17 0 39 0 33 0 22 0 -11 0 22 0 50 0 33 0 6 0 -44 0 +USW00014922194510PRCP 66 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 3 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 5 0 +USW00014922194510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194510WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194510WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194510WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922194510WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194510WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922194510WT16 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00014922194511TMAX 111 0 56 0 -11 0 83 0 167 0 167 0 128 0 106 0 -56 0 33 0 50 0 106 0 17 0 -17 0 67 0 139 0 28 0 0 0 39 0 39 0 -22 0 -61 0 -28 0 -17 0 -28 0 -11 0 17 0 22 0 6 0 0 0-9999 +USW00014922194511TMIN 17 0 -17 0 -61 0 -78 0 17 0 17 0 56 0 -56 0 -111 0 -111 0 11 0 17 0 -67 0 -72 0 -44 0 28 0 -17 0 -56 0 -78 0 -22 0 -94 0 -100 0 -94 0 -94 0 -83 0 -56 0 -17 0 6 0 -22 0 -22 0-9999 +USW00014922194511PRCP 84 0 0 0 0T 0 0 0 0 0 0 0 0T 0 23 0 0T 0 0 0 0T 0 51 0 3 0 3 0 0T 0 0T 0 0 0 0 0 0T 0 8 0 0T 0 15 0 0T 0 0T 0 0T 0 38 0 5 0 0 0 0T 0 5 0-9999 +USW00014922194511SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 30 0 0T 0 0 0 0 0 0T 0 3 0 3 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 30 0 0T 0 0T 0 0T 0 41 0 8 0 0 0 0T 0 0T 0-9999 +USW00014922194511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 25 0 0T 0 0T 0 51 0 25 0 25 0 25 0-9999 +USW00014922194511WT01-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 +USW00014922194511WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194511WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922194511WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194511WT16 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922194511WT18-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00014922194512TMAX 11 0 6 0 -44 0 -11 0 44 0 61 0 89 0 28 0 -111 0 -156 0 -111 0 -33 0 -44 0 -72 0 -161 0 -167 0 -206 0 -133 0 -133 0 -128 0 -156 0 -194 0 -61 0 -44 0 -22 0 -56 0 -50 0 -33 0 -33 0 -39 0 -89 0 +USW00014922194512TMIN -11 0 -44 0 -78 0 -100 0 -50 0 -28 0 -50 0 -111 0 -172 0 -206 0 -211 0 -139 0 -94 0 -194 0 -239 0 -217 0 -250 0 -261 0 -250 0 -189 0 -200 0 -239 0 -200 0 -67 0 -56 0 -111 0 -144 0 -94 0 -50 0 -89 0 -222 0 +USW00014922194512PRCP 56 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 5 0 0T 0 0T 0 0 0 5 0 10 0 5 0 3 0 0T 0 0 0 0 0 0T 0 0T 0 13 0 0T 0 33 0 30 0 198 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 +USW00014922194512SNOW 3 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 5 0 0T 0 0T 0 0 0 3 0 13 0 5 0 3 0 0T 0 0 0 0 0 0T 0 0T 0 18 0 0T 0 36 0 43 0 244 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 +USW00014922194512SNWD 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 51 0 51 0 51 0 102 0 356 0 330 0 330 0 305 0 305 0 305 0 279 0 +USW00014922194512WT01 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00014922194512WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194512WT04 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194512WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922194512WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 +USW00014922194512WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194512WT16 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922194512WT18 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00014922194601TMAX -100 0 -39 0 -11 0 33 0 22 0 6 0 -33 0 -33 0 -56 0 39 0 0 0 -72 0 -72 0 -56 0 -128 0 -22 0 -22 0 -6 0 -94 0 -89 0 -172 0 -44 0 6 0 -83 0 -28 0 -167 0 -50 0 -22 0 33 0 6 0 -128 0 +USW00014922194601TMIN -250 0 -106 0 -133 0 -39 0 6 0 -39 0 -67 0 -61 0 -100 0 -106 0 -72 0 -189 0 -222 0 -161 0 -228 0 -167 0 -100 0 -117 0 -144 0 -200 0 -233 0 -239 0 -100 0 -161 0 -261 0 -289 0 -167 0 -89 0 -83 0 -139 0 -200 0 +USW00014922194601PRCP 0T 0 0T 0 0T 0 3 0 150 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 28 0 0T 0 0T 0 0 0 25 0 0T 0 0T 0 0 0 3 0 0T 0 0T 0 28 0 3 0 +USW00014922194601SNOW 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 33 0 0T 0 0T 0 0 0 28 0 0T 0 0T 0 0 0 5 0 0T 0 0T 0 38 0 5 0 +USW00014922194601SNWD 279 0 254 0 254 0 229 0 127 0 102 0 102 0 102 0 102 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 102 0 102 0 102 0 102 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 152 0 152 0 +USW00014922194601WT01 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922194601WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194601WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922194601WT08 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194601WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922194601WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922194601WT18 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00014922194602TMAX -106 0 -167 0 -61 0 22 0 72 0 -72 0 -50 0 -50 0 -78 0 6 0 -33 0 -50 0 -83 0 -111 0 -11 0 22 0 -22 0 33 0 17 0 -33 0 22 0 -17 0 22 0 -39 0 -6 0 -44 0 -78 0 78 0-9999 -9999 -9999 +USW00014922194602TMIN -222 0 -267 0 -222 0 -61 0 -94 0 -150 0 -167 0 -156 0 -183 0 -156 0 -139 0 -133 0 -189 0 -233 0 -233 0 -117 0 -111 0 -117 0 -106 0 -150 0 -44 0 -44 0 -50 0 -128 0 -67 0 -100 0 -150 0 -144 0-9999 -9999 -9999 +USW00014922194602PRCP 3 0 0 0 0 0 0T 0 112 0 48 0 0 0 0T 0 0 0 0 0 0 0 18 0 0T 0 0T 0 0 0 0 0 0 0 10 0 0T 0 3 0 30 0 0T 0 0 0 3 0 3 0 61 0 3 0 0 0-9999 -9999 -9999 +USW00014922194602SNOW 3 0 0 0 0 0 0 0 0T 0 137 Z 0 0 0T 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 3 0 30 Z 0T 0 0 0 5 0 5 0 91 Z 3 0 0 0-9999 -9999 -9999 +USW00014922194602SNWD 152 0 152 0 152 0 152 0 25 0 152 0 152 0 127 0 127 0 127 0 127 0 152 0 152 0 152 0 127 0 127 0 76 0 51 0 25 0 25 0 25 0 25 0 0T Z 0T 0 25 0 102 0 102 0 51 0-9999 -9999 -9999 +USW00014922194602WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194602WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194602WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922194602WT09-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922194602WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194602WT18 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922194603TMAX 44 0 33 0 111 0 17 0 6 0 28 0 28 0 -22 0 33 0 6 0 89 0 89 0 172 0 117 0 78 0 111 0 61 0 133 0 178 0 156 0 167 0 94 0 106 0 161 0 161 0 167 0 239 0 256 0 206 0 133 0 167 0 +USW00014922194603TMIN -44 0 -17 0 -11 0 -67 0 -50 0 -11 0 -44 0 -83 0 -100 0 -78 0 -39 0 28 0 22 0 28 0 50 0 50 0 28 0 22 0 -6 0 17 0 67 0 28 0 22 0 33 0 78 0 28 0 67 0 106 0 61 0 39 0 44 0 +USW00014922194603PRCP 0 0 0 0 0 0 0 0 53 0 13 0 0T 0 0 0 0T 0 0T 0 0 0 8 0 0 0 10 0 38 0 10 0 61 0 3 0 0 0 0 0 10 0 10 0 0 0 0 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194603SNOW 0 0 0 0 0 0 0 0 38 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194603SNWD 25 0 25 0 0T 0 0T 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194603WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194603WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194603WT06-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194603WT08-9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00014922194603WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194603WT18-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194604TMAX 189 0 111 0 78 0 50 0 111 0 122 0 89 0 100 0 89 0 111 0 128 0 178 0 228 0 183 0 122 0 167 0 239 0 189 0 222 0 211 0 272 0 211 0 211 0 228 0 172 0 122 0 161 0 194 0 244 0 283 0-9999 +USW00014922194604TMIN 61 0 44 0 17 0 0 0 0 0 -11 0 39 0 11 0 -33 0 6 0 22 0 11 0 83 0 72 0 33 0 6 0 67 0 39 0 94 0 50 0 106 0 111 0 67 0 94 0 72 0 22 0 -6 0 61 0 94 0 111 0-9999 +USW00014922194604PRCP 0 0 0 0 76 0 5 0 0 0 0 0 48 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 30 0 0 0 0 0 0 0 0 0 5 0 3 0 0 0 0 0-9999 +USW00014922194604SNOW 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194604WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194604WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194604WT16-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922194604WT18-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194605TMAX 267 0 211 0 189 0 128 0 139 0 128 0 161 0 206 0 206 0 106 0 111 0 111 0 250 0 206 0 150 0 200 0 122 0 139 0 161 0 144 0 217 0 172 0 194 0 156 0 206 0 267 0 300 0 300 0 272 0 261 0 178 0 +USW00014922194605TMIN 122 0 117 0 117 0 67 0 56 0 22 0 44 0 39 0 39 0 -6 0 -28 0 -22 0 67 0 67 0 50 0 56 0 83 0 61 0 78 0 67 0 28 0 111 0 139 0 67 0 72 0 72 0 106 0 156 0 139 0 139 0 39 0 +USW00014922194605PRCP 0 0 0T 0 0T 0 8 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 89 0 0T 0 0 0 13 0 0 0 0 0 25 0 0T 0 0T 0 25 0 0 0 257 0 315 0 28 0 0T 0 0 0 0 0 0 0 0 0 0 0 13 0 +USW00014922194605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 71 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194605WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 +USW00014922194605WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194605WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194605WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922194605WT16-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00014922194605WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194606TMAX 122 0 161 0 217 0 239 0 261 0 278 0 294 0 217 0 244 0 333 0 272 0 239 0 239 0 300 0 267 0 283 0 233 0 200 0 133 0 122 0 244 0 306 0 339 0 311 0 250 0 283 0 322 0 267 0 300 0 272 0-9999 +USW00014922194606TMIN 28 0 17 0 50 0 83 0 144 0 156 0 167 0 133 0 106 0 139 0 167 0 144 0 150 0 144 0 178 0 211 0 150 0 128 0 89 0 89 0 89 0 133 0 211 0 178 0 167 0 144 0 200 0 200 0 183 0 156 0-9999 +USW00014922194606PRCP 0 0 0 0 0 0 0 0 536 0 0 0 28 0 0 0 257 0 394 0 0 0 0T 0 0 0 10 0 206 0 0 0 25 0 0 0 119 0 33 0 0 0 0 0 0 0 338 0 3 0 0 0 0T 0 5 0 28 0 0 0-9999 +USW00014922194606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194606WT01-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922194606WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194606WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922194606WT16-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 +USW00014922194607TMAX 256 0 267 0 278 0 256 0 339 0 322 0 300 0 328 0 339 0 278 0 256 0 300 0 339 0 267 0 256 0 289 0 278 0 283 0 278 0 272 0 256 0 283 0 267 0 222 0 261 0 283 0 306 0 322 0 317 0 300 0 317 0 +USW00014922194607TMIN 128 0 156 0 183 0 161 0 178 0 200 0 200 0 194 0 222 0 206 0 172 0 150 0 183 0 172 0 133 0 178 0 200 0 217 0 194 0 167 0 144 0 150 0 172 0 144 0 150 0 133 0 172 0 172 0 200 0 194 0 183 0 +USW00014922194607PRCP 0 0 0T 0 3 0 0T 0 0 0 389 0 30 0 0 0 0 0 25 0 0 0 0 0 0 0 163 0 0 0 0 0 0 0 53 0 0 0 13 0 0 0 0 0 20 0 0T 0 0T 0 0 0 0 0 0T 0 5 0 0T 0 0 0 +USW00014922194607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194607WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00014922194607WT03-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194607WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922194607WT16-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00014922194608TMAX 300 0 300 0 294 0 283 0 294 0 300 0 261 0 328 0 228 0 211 0 228 0 250 0 289 0 256 0 294 0 350 0 339 0 211 0 233 0 289 0 256 0 267 0 283 0 283 0 283 0 256 0 211 0 167 0 206 0 244 0 278 0 +USW00014922194608TMIN 217 0 211 0 178 0 117 0 167 0 144 0 178 0 172 0 150 0 128 0 94 0 133 0 122 0 139 0 172 0 178 0 194 0 139 0 139 0 122 0 156 0 122 0 128 0 139 0 128 0 139 0 117 0 100 0 72 0 111 0 106 0 +USW00014922194608PRCP 0T 0 0T 0 0 0 0T 0 0T 0 0 0 8 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 3 0 94 0 0T 0 0 0 0 0 0 0 +USW00014922194608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194608WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922194608WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194608WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922194608WT16 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922194609TMAX 178 0 194 0 250 0 294 0 239 0 272 0 156 0 144 0 222 0 222 0 194 0 206 0 172 0 256 0 278 0 278 0 278 0 267 0 183 0 211 0 250 0 206 0 117 0 100 0 222 0 228 0 233 0 100 0 156 0 183 0-9999 +USW00014922194609TMIN 78 0 83 0 67 0 139 0 178 0 156 0 106 0 100 0 128 0 122 0 111 0 133 0 94 0 133 0 144 0 144 0 167 0 156 0 106 0 72 0 117 0 94 0 56 0 39 0 22 0 106 0 94 0 33 0 11 0 28 0-9999 +USW00014922194609PRCP 0 0 0T 0 0 0 0 0 653 0 0T 0 175 0 191 0 254 0 0T 0 0 0 0 0 0T 0 15 0 0 0 0 0 0 0 0 0 226 0 0 0 0 0 58 0 0T 0 71 0 0 0 10 0 18 0 0T 0 0 0 0 0-9999 +USW00014922194609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194609WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922194609WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922194609WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 +USW00014922194609WT16-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922194610TMAX 200 0 244 0 211 0 178 0 256 0 194 0 128 0 144 0 217 0 139 0 67 0 39 0 128 0 183 0 189 0 89 0 78 0 144 0 156 0 178 0 211 0 194 0 228 0 167 0 122 0 72 0 133 0 200 0 211 0 217 0 144 0 +USW00014922194610TMIN 50 0 89 0 122 0 89 0 150 0 78 0 50 0 56 0 28 0 67 0 11 0 -11 0 0 0 33 0 67 0 28 0 11 0 -17 0 22 0 33 0 83 0 89 0 89 0 50 0 33 0 44 0 28 0 72 0 61 0 33 0 33 0 +USW00014922194610PRCP 0 0 0 0 8 0 97 0 137 0 3 0 8 0 0T 0 0 0 196 0 41 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 86 0 0T 0 3 0 0 0 3 0 18 0 3 0 0 0 +USW00014922194610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194610WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922194610WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922194610WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922194610WT16-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00014922194610WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194611TMAX 94 0 111 0 94 0 117 0 139 0 89 0 72 0 44 0 33 0 28 0 44 0 39 0 72 0 122 0 156 0 72 0 6 0 67 0 83 0 100 0 94 0 -83 0 11 0 11 0 -22 0 44 0 -28 0 33 0 -44 0 -11 0-9999 +USW00014922194611TMIN 28 0 0 0 0 0 -11 0 -22 0 -6 0 22 0 22 0 -6 0 0 0 -17 0 -39 0 -17 0 -28 0 39 0 -72 0 -94 0 6 0 -11 0 -11 0 -111 0 -133 0 -117 0 -106 0 -167 0 -61 0 -94 0 -83 0 -100 0 -44 0-9999 +USW00014922194611PRCP 0 0 0 0 0 0 0 0 0 0 36 0 97 0 5 0 18 0 53 0 0T 0 0 0 0 0 0 0 48 0 8 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 36 0 0 0 0 0 0 0 0 0 5 0 0T 0-9999 +USW00014922194611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 5 0 53 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 36 0 0 0 0 0 0 0 0 0 5 0 0T 0-9999 +USW00014922194611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 51 0 51 0 25 0 25 0 0T 0 0T 0 0T 0-9999 +USW00014922194611WT01-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194611WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194611WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194611WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194611WT08-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922194611WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194611WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194611WT18-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922194612TMAX -44 0 -17 0 11 0 83 0 33 0 61 0 44 0 89 0 22 0 33 0 111 0 50 0 -100 0 -72 0 -56 0 11 0 -150 0 -106 0 0 0 6 0 -6 0 0 0 0 0 -39 0 17 0 -67 0 -22 0 -72 0 -128 0 -156 0 -178 0 +USW00014922194612TMIN -178 0 -161 0 -56 0 -56 0 -17 0 -6 0 -11 0 22 0 6 0 -17 0 11 0 -128 0 -150 0 -128 0 -89 0 -150 0 -194 0 -194 0 -139 0 -67 0 -39 0 -50 0 -100 0 -117 0 -117 0 -172 0 -72 0 -144 0 -233 0 -256 0 -300 0 +USW00014922194612PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 10 0 23 0 0T 0 0T 0 0 0 3 0 5 0 0 0 0 0 0 0 3 0 0 0 76 0 38 0 15 0 0 0 0 0 +USW00014922194612SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 15 0 23 0 0T 0 0T 0 0 0 5 0 8 0 0 0 0 0 0 0 5 0 0 0 25 0 43 0 23 0 0 0 0 0 +USW00014922194612SNWD 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 51 0 51 0 25 0 25 0 25 0 51 0 25 0 25 0 25 0 25 0 25 0 51 0 51 0 102 0 102 0 102 0 +USW00014922194612WT01-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00014922194612WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922194612WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922194612WT08-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 +USW00014922194612WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922194612WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922194612WT18 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 +USW00014922194701TMAX -94 0 -122 0 -167 0 -61 0 -50 0 6 0 17 0 17 0 -17 0 44 0 28 0 -50 0 39 0 33 0 -106 0 -22 0 56 0 72 0 83 0 17 0 -144 0 -11 0 83 0 72 0 67 0 94 0 44 0 -39 0 -39 0 -56 0 -39 0 +USW00014922194701TMIN -233 0 -178 0 -239 0 -228 0 -144 0 -156 0 -56 0 -89 0 -122 0 -28 0 -106 0 -122 0 -50 0 -106 0 -139 0 -161 0 -56 0 -67 0 0 0 -228 0 -228 0 -156 0 -39 0 0 0 0 0 -6 0 -50 0 -78 0 -72 0 -94 0 -133 0 +USW00014922194701PRCP 0 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 30 0 15 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 10 0 20 0 10 0 94 0 0T 0 +USW00014922194701SNOW 0 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 51 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 10 0 25 0 13 0 91 0 0T 0 +USW00014922194701SNWD 102 0 102 0 102 0 102 0 102 0 102 0 76 0 76 0 76 0 51 0 51 0 51 0 102 0 51 0 51 0 51 0 25 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 51 0 127 0 127 0 +USW00014922194701WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194701WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194701WT08 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 +USW00014922194701WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922194701WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194701WT18-9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00014922194702TMAX -89 0 -33 0 -11 0 -144 0 -133 0 -100 0 -122 0 -111 0 -83 0 -39 0 28 0 28 0 78 0 22 0 11 0 0 0 22 0 -122 0 -50 0 -72 0 -78 0 -72 0 -72 0 -39 0 -33 0 -56 0 -67 0 -39 0-9999 -9999 -9999 +USW00014922194702TMIN -233 0 -217 0 -206 0 -211 0 -228 0 -189 0 -189 0 -178 0 -178 0 -133 0 -128 0 -56 0 6 0 -44 0 -56 0 -44 0 -144 0 -189 0 -167 0 -139 0 -139 0 -156 0 -161 0 -89 0 -67 0 -139 0 -161 0 -139 0-9999 -9999 -9999 +USW00014922194702PRCP 15 0 0 0 0T 0 0 0 0 0 0T 0 15 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 3 0 0 0 5 0 5 0 0T 0 0T 0 5 0 3 0 0T 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00014922194702SNOW 15 0 0 0 0T 0 0 0 0 0 0T 0 15 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 5 0 5 0 0T 0 0T 0 5 0 3 0 0T 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00014922194702SNWD 152 0 152 0 152 0 127 0 127 0 127 0 152 0 152 0 127 0 127 0 127 0 127 0 76 0 51 0 51 0 51 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 25 0 25 0 25 0 25 0 0T 0 0T 0-9999 -9999 -9999 +USW00014922194702WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194702WT06-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194702WT07-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194702WT08 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922194702WT09 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194702WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194702WT18 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922194703TMAX -39 0 -33 0 -28 0 -17 0 11 0 28 0 28 0 22 0 33 0 39 0 33 0 33 0 17 0 -50 0 -22 0 -6 0 17 0 56 0 39 0 17 0 22 0 144 0 133 0 56 0 -33 0 11 0 50 0 50 0 22 0 11 0 50 0 +USW00014922194703TMIN -89 0 -94 0 -83 0 -111 0 -89 0 -83 0 -39 0 -44 0 -28 0 -39 0 -6 0 17 0 -50 0 -106 0 -83 0 -111 0 -94 0 -72 0 -56 0 -50 0 -33 0 -17 0 39 0 -33 0 -83 0 -94 0 -67 0 -17 0 -78 0 -56 0 -6 0 +USW00014922194703PRCP 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 3 0 18 0 8 0 0T 0 13 0 13 0 0 0 0 0 0 0 0 0 43 0 5 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 18 0 +USW00014922194703SNOW 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 3 0 5 0 0 0 0T 0 15 0 13 0 0 0 0 0 0 0 0 0 43 0 5 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 +USW00014922194703SNWD 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 25 0 0T 0 0T 0 0 0 0T Z 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194703WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922194703WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922194703WT08-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194703WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 +USW00014922194703WT18 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00014922194704TMAX 39 0 122 0 67 0 61 0 72 0 22 0 67 0 33 0 56 0 67 0 39 0 67 0 122 0 72 0 72 0 94 0 67 0 72 0 100 0 144 0 100 0 78 0 78 0 111 0 117 0 211 0 128 0 239 0 206 0 272 0-9999 +USW00014922194704TMIN 17 0 22 0 17 0 22 0 17 0 -17 0 -28 0 -11 0 -28 0 28 0 -17 0 -33 0 -11 0 11 0 11 0 -28 0 -11 0 -6 0 -22 0 -11 0 28 0 44 0 22 0 11 0 39 0 50 0 22 0 28 0 117 0 89 0-9999 +USW00014922194704PRCP 81 0 0T 0 0T 0 61 0 64 0 33 0 0 0 5 0 0T 0 76 0 28 0 0 0 5 0 0T 0 0T 0 0T 0 20 0 15 0 0 0 0 0 28 0 56 0 48 0 0 0 0T 0 0T 0 0 0 0T 0 28 0 71 0-9999 +USW00014922194704SNOW 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0T 0 0 0 0 0 10 0 0 0 0 0 0T 0 0T 0 0 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194704SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194704WT01 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922194704WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922194704WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922194704WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194704WT16 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00014922194704WT18-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194705TMAX 117 0 183 0 233 0 139 0 133 0 106 0 106 0 100 0 167 0 194 0 250 0 217 0 144 0 178 0 222 0 233 0 200 0 267 0 200 0 183 0 156 0 156 0 167 0 222 0 222 0 161 0 133 0 78 0 117 0 194 0 272 0 +USW00014922194705TMIN 44 0 50 0 61 0 72 0 72 0 28 0 6 0 6 0 17 0 39 0 122 0 139 0 78 0 72 0 122 0 78 0 100 0 100 0 117 0 72 0 50 0 78 0 50 0 67 0 78 0 39 0 33 0 28 0 17 0 28 0 106 0 +USW00014922194705PRCP 272 0 0T 0 0T 0 0 0 0 0 117 0 0 0 0 0 0 0 0 0 0 0 38 0 10 0 0 0 0 0 0 0 0 0 58 0 0T 0 3 0 0 0 18 0 0 0 0T 0 86 0 0T 0 38 0 0 0 0T 0 0 0 10 0 +USW00014922194705SNOW 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194705WT01 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922194705WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194705WT07-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194705WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922194705WT16 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 +USW00014922194705WT18-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194706TMAX 178 0 206 0 211 0 256 0 244 0 222 0 189 0 250 0 283 0 250 0 156 0 144 0 94 0 189 0 222 0 239 0 256 0 261 0 256 0 267 0 267 0 267 0 233 0 272 0 244 0 317 0 328 0 300 0 250 0 217 0-9999 +USW00014922194706TMIN 94 0 56 0 100 0 122 0 156 0 128 0 106 0 100 0 167 0 78 0 67 0 89 0 72 0 72 0 100 0 100 0 150 0 128 0 122 0 122 0 161 0 200 0 167 0 139 0 172 0 161 0 189 0 167 0 178 0 150 0-9999 +USW00014922194706PRCP 0T 0 0 0 0T 0 114 0 0T 0 0T 0 89 0 0T 0 147 0 3 0 0T 0 8 0 302 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 3 0 216 0 5 0 0 0 0T 0 178 0 0T 0 178 0 0T 0 104 0-9999 +USW00014922194706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194706WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194706WT03-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922194706WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922194706WT08 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194706WT16 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922194707TMAX 239 0 278 0 311 0 272 0 272 0 278 0 289 0 300 0 306 0 311 0 317 0 317 0 306 0 294 0 311 0 344 0 294 0 217 0 267 0 211 0 206 0 244 0 261 0 289 0 244 0 367 0 300 0 339 0 356 0 289 0 267 0 +USW00014922194707TMIN 139 0 117 0 172 0 194 0 189 0 161 0 150 0 156 0 167 0 172 0 183 0 206 0 211 0 200 0 189 0 194 0 206 0 144 0 106 0 139 0 94 0 94 0 128 0 167 0 156 0 189 0 194 0 178 0 200 0 200 0 150 0 +USW00014922194707PRCP 0 0 0 0 0T 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 5 0 38 0 0 0 0 0 10 0 0T 0 64 0 5 0 0 0 0 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922194707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194707WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922194707WT03-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922194707WT08-9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194707WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922194708TMAX 278 0 339 0 322 0 389 0 378 0 317 0 322 0 350 0 350 0 383 0 361 0 322 0 311 0 272 0 322 0 294 0 378 0 317 0 306 0 294 0 367 0 350 0 350 0 267 0 211 0 272 0 283 0 222 0 278 0 289 0 311 0 +USW00014922194708TMIN 144 0 167 0 222 0 244 0 256 0 217 0 194 0 206 0 222 0 239 0 250 0 228 0 194 0 144 0 150 0 189 0 222 0 222 0 206 0 200 0 222 0 256 0 244 0 211 0 139 0 111 0 156 0 139 0 167 0 183 0 178 0 +USW00014922194708PRCP 0T 0 0 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 13 0 71 0 18 0 18 0 211 0 0 0 0 0 0 0 33 0 0T 0 0 0 0T 0 3 0 36 0 0 0 208 0 +USW00014922194708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194708WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922194708WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 +USW00014922194708WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922194708WT16 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 +USW00014922194709TMAX 267 0 322 0 322 0 239 0 311 0 322 0 311 0 333 0 350 0 300 0 222 0 194 0 250 0 189 0 167 0 206 0 272 0 322 0 333 0 250 0 178 0 111 0 211 0 133 0 144 0 172 0 117 0 156 0 117 0 100 0-9999 +USW00014922194709TMIN 178 0 150 0 178 0 183 0 133 0 172 0 172 0 222 0 228 0 211 0 150 0 139 0 133 0 89 0 67 0 94 0 111 0 194 0 172 0 133 0 44 0 6 0 94 0 28 0 0 0 0 0 44 0 83 0 33 0 6 0-9999 +USW00014922194709PRCP 0 0 0 0 0 0 33 0 0 0 3 0 3 0 0 0 0 0 41 0 43 0 94 0 8 0 3 0 5 0 3 0 0 0 0T 0 0 0 0T 0 3 0 0 0 0 0 3 0 0 0 0 0 137 0 0T 0 0 0 0 0-9999 +USW00014922194709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194709WT01 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194709WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922194709WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00014922194709WT16-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922194710TMAX 150 Z 178 0 239 0 261 0 294 0 217 0 200 0 194 0 222 0 256 0 250 0 183 0 211 0 300 0 294 0 283 0 278 0 222 0 256 0 267 0 311 0 211 0 133 0 111 0 111 0 122 0 150 0 144 0 111 0 122 0 122 0 +USW00014922194710TMIN 39 Z 83 0 133 0 94 0 117 0 144 0 111 0 67 0 89 0 111 0 111 0 67 0 44 0 128 0 178 0 156 Z 133 0 94 0 67 0 111 0 111 0 89 0 78 0 83 0 89 0 89 0 89 0 56 0 50 0 72 0 89 0 +USW00014922194710PRCP 0 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 114 0 5 0 15 0 41 0 0 0 0T 0 0T 0 0 0 +USW00014922194710SNOW-9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194710SNWD-9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194710WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00014922194710WT03-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194710WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 +USW00014922194710WT16-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00014922194711TMAX 100 0 133 0 161 0 122 0 94 0 44 0 33 0 -22 0 -11 0 -39 0 0 0 -33 0 17 0 33 0 11 0 0 0 -17 0 17 0 22 0 28 0 44 0 -33 0 -33 0 -56 0 -61 0 -72 0 -67 0 -89 0 -128 0 0 0-9999 +USW00014922194711TMIN 50 0 67 0 72 0 83 0 6 0 -11 0 -33 0 -39 0 -72 0 -106 0 -117 0 -106 0 -128 0 -44 0 0 0 -67 0 -100 0 -44 0 0 0 6 0 -39 0 -122 0 -128 0 -117 0 -111 0 -161 0 -150 0 -189 0 -228 0 -211 0-9999 +USW00014922194711PRCP 0 0 0 0 0 0 30 0 25 0 51 0 198 0 0T 0 0 0 0 0 5 0 0T 0 0 0 3 0 119 0 8 0 0T 0 53 0 10 0 58 0 51 0 20 0 30 0 18 0 0T 0 5 0 8 0 30 0 0 0 0T 0-9999 +USW00014922194711SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 107 0 0T 0 0 0 0 0 8 0 0T 0 0 0 3 0 119 0 8 0 0T 0 51 0 10 0 20 0 0T 0 25 0 30 0 23 0 0T 0 5 0 30 0 114 0 0 0 0T 0-9999 +USW00014922194711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 102 0 102 0 76 0 51 0 51 0 51 0 51 0 25 0-9999 76 0 76 0 102 0 76 0 76 0 25 0 51 0 51 0 76 0 102 0 102 0 102 0 178 0 152 0 102 0-9999 +USW00014922194711WT01-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194711WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194711WT08 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922194711WT09-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194711WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194711WT18-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922194712TMAX 22 0 0 0 -39 0 -22 0 -22 0 0 0 6 0 -61 0 -78 0 -50 0 -94 0 -28 0 -11 0 22 0 -17 0 -44 0 -56 0 -83 0 -28 0 -11 0 28 0 -22 0 -39 0 -61 0 0 0 -44 0 -11 0 -83 0 -28 0 -22 0 -150 0 +USW00014922194712TMIN -44 0 -56 0 -106 0 -100 0 -89 0 -61 0 -61 0 -222 0 -111 0 -172 0 -206 Z -111 0 -94 0 -61 0 -161 0 -206 0 -156 0 -133 0 -117 0 -83 0 -94 0 -83 0 -156 0 -128 0 -117 0 -122 0 -83 0 -139 0 -111 0 -167 0 -211 0 +USW00014922194712PRCP 0 0 3 0 0 0 107 0 8 0 3 0 3 0 3 0 8 0 3 0 10 0 0T 0 0T 0 0 0 3 0 5 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 +USW00014922194712SNOW 0 0 3 0 0 0 107 0 10 0 0T 0 3 0 3 0 10 0 3 0 23 0 0T 0 0T 0 0 0 3 0 8 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 +USW00014922194712SNWD 102 0 102 0 102 0 203 0 203 0 178 0 178 0 178 0 178 0 203 0 203 0 203 0 203 0 203 0 178 0 203 0 203 0 203 0 178 0 178 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 127 0 127 0 127 0 127 0 +USW00014922194712WT01 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922194712WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194712WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922194712WT08 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922194712WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922194712WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922194712WT18-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 +USW00014922194801TMAX -33 0 -61 0 -11 0 -11 0 22 0 -28 0 28 0 17 0 11 0 -39 0 33 0 -17 0 -150 0 -61 0 0 0 -217 0 -167 0 -67 0 -39 0 6 0 -133 0 -194 0 -156 0 -83 0 -94 0 -167 0 -206 0 -39 0 -50 0 -50 0 -44 0 +USW00014922194801TMIN -172 0 -178 0 -106 0 -100 0 -78 0 -128 0 -100 0 -11 0 -89 0 -139 0 -61 0 -178 0 -211 0 -261 0 -244 0 -278 0 -267 0 -233 0 -228 0 -150 0 -217 0 -239 0 -294 0 -222 0 -167 0 -244 0 -272 0 -244 0 -156 0 -133 0 -161 0 +USW00014922194801PRCP 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 3 0 0T 0 20 0 3 0 0 0 0T 0 5 0 0T 0 3 0 0T 0 0T 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922194801SNOW 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 3 0 0T 0 46 0 3 0 0 0 0T 0 30 0 0T 0 3 0 0T 0 0T 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922194801SNWD 127 0 127 0 127 0 127 0 102 0 102 0 102 0 102 0 102 0 102 0 76 0 76 0 76 0 127 0 127 0 102 0 102 0 152 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 +USW00014922194801WT01-9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922194801WT08-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922194801WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194801WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194801WT18-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922194802TMAX -11 0 -100 0 -139 0 -122 0 -94 0 -117 0 -106 0 -200 0 -128 0 -72 0 -100 0 -67 0 -22 0 -44 0 39 0 56 0 89 0 78 0 33 0 -106 0 -33 0 -28 0 33 0 22 0 -11 0 67 0 22 0 -28 0 -11 0-9999 -9999 +USW00014922194802TMIN -100 0 -194 0 -222 0 -228 0 -222 0 -194 0 -239 0 -289 0 -244 0 -172 0 -233 0 -244 0 -106 0 -161 0 -139 0 -17 0 -17 0 -22 0 -189 0 -211 0 -183 0 -111 0 -50 0 -50 0 -94 0 -44 0 -28 0 -67 0 -100 0-9999 -9999 +USW00014922194802PRCP 5 0 0 0 0T 0 0 0 0 0 18 0 10 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 3 0 0T 0 0 0 175 0 124 0 10 0-9999 -9999 +USW00014922194802SNOW 5 0 0 0 0T 0 0 0 0 0 33 0 18 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 69 0 150 0 18 0-9999 -9999 +USW00014922194802SNWD 127 0 127 0 127 0 127 0 127 0 127 0 178 0 152 0 152 0 152 0 152 0 152 0 152 0 127 0 127 0 76 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 178 0 229 0-9999 -9999 +USW00014922194802WT01 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922194802WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922194802WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194802WT08 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00014922194802WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922194802WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922194802WT18 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 +USW00014922194803TMAX 6 0 -17 0 -28 0 -39 0 -22 0 -39 0 -28 0 -28 0 -139 0 -194 0 -139 0 -33 0 22 0 56 0 56 0 39 0 22 0 67 0 72 0 172 0 39 0 111 0 139 0 150 0 211 0 139 0 17 0 94 0 33 0 83 0 44 0 +USW00014922194803TMIN -67 0 -72 0 -111 0 -133 0 -150 0 -72 0 -117 0 -189 0 -217 0 -272 0 -328 0 -206 0 -156 0 -72 0 6 0 -39 0 -72 0 -6 0 0 0 0 0 -11 0 -33 0 11 0 17 0 28 0 -28 0 -61 0 -44 0 -39 0 -22 0 -17 0 +USW00014922194803PRCP 0T 0 0 0 0 0 0 0 0 0 109 0 3 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 25 0 0 0 0 0 13 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 135 0 0T 0 0T 0 0T 0 36 0 41 0 +USW00014922194803SNOW 0T 0 0 0 0 0 0 0 0 0 130 0 3 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 +USW00014922194803SNWD 229 0 203 0 203 0 178 0 127 0 254 0 203 0 203 0 178 0 178 0 178 0 152 0 127 0 102 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194803WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 +USW00014922194803WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922194803WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922194803WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922194803WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922194803WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 +USW00014922194803WT18 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922194804TMAX 44 0 44 0 156 0 194 0 156 0 167 0 144 0 39 0 111 0 172 0 89 0 111 0 161 0 172 0 228 0 128 0 178 0 256 0 178 0 183 0 211 0 128 0 222 0 250 0 206 0 228 0 178 0 167 0 156 0 111 0-9999 +USW00014922194804TMIN -39 0 -44 0 -17 0 56 0 22 0 28 0 22 0 -22 0 -56 0 33 0 0 0 -33 0 17 0 39 0 44 0 33 0 39 0 94 0 56 0 44 0 61 0 94 0 100 0 156 0 144 0 117 0 89 0 50 0 44 0 61 0-9999 +USW00014922194804PRCP 8 0 0T 0 0 0 0T 0 0 0 0T 0 28 0 0T 0 0 0 48 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 15 0 0 0 51 0 221 0 3 0 69 0 0T 0 0 0 0 0 0 0 8 0-9999 +USW00014922194804SNOW 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194804SNWD 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194804WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194804WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194804WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194804WT16-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00014922194804WT18 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194805TMAX 172 0 183 0 167 0 200 0 178 0 156 0 144 0 150 0 128 0 100 0 133 0 139 0 211 0 217 0 222 0 172 0 222 0 261 0 283 0 328 0 256 0 289 0 189 0 211 0 239 0 278 0 267 0 183 0 217 0 233 0 272 0 +USW00014922194805TMIN 89 0 100 0 72 0 67 0 100 0 56 0 56 0 11 0 56 0 61 0 61 0 89 0 83 0 67 0 117 0 100 0 56 0 94 0 122 0 172 0 144 0 122 0 111 0 72 0 67 0 106 0 111 0 78 0 100 0 89 0 89 0 +USW00014922194805PRCP 0T 0 0 0 10 0 0T 0 91 0 0 0 0 0 15 0 13 0 8 0 0 0 0T 0 0 0 46 0 0T 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194805WT01 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194805WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194805WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194805WT16 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194805WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194806TMAX 294 0 311 0 322 0 300 0 256 0 261 0 244 0 222 0 278 0 261 0 222 0 256 0 267 0 278 0 239 0 267 0 206 0 139 0 239 0 222 0 239 0 267 0 250 0 250 0 222 0 267 0 200 0 256 0 244 0 228 0-9999 +USW00014922194806TMIN 122 0 156 0 167 0 156 0 128 0 122 0 167 0 139 0 111 0 172 0 128 0 139 0 117 0 144 0 111 0 144 0 133 0 117 0 100 0 117 0 128 0 189 0 178 0 167 0 150 0 156 0 172 0 178 0 144 0 117 0-9999 +USW00014922194806PRCP 0 0 0 0 0 0 163 0 0 0 5 0 3 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 8 0 0 0 0T 0 13 0 130 0 18 0 79 0 13 0 89 0 0 0 0 0 18 0 0 0 64 0 25 0 30 0 0 0-9999 +USW00014922194806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194806WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922194806WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922194806WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922194806WT16-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 +USW00014922194807TMAX 278 0 350 0 339 0 328 0 367 0 383 0 367 0 372 0 350 0 344 0 350 0 333 0 278 0 300 0 250 0 294 0 261 0 250 0 300 0 328 0 278 0 189 0 261 0 294 0 272 0 278 0 261 0 328 0 272 0 244 0 283 0 +USW00014922194807TMIN 117 0 217 0 228 0 206 0 222 0 239 0 222 0 228 0 222 0 228 0 217 0 200 0 200 0 178 0 156 0 161 0 167 0 139 0 122 0 189 0 167 0 122 0 106 0 139 0 172 0 150 0 156 0 150 0 178 0 150 0 128 0 +USW00014922194807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 0T 0 0 0 0 0 0T 0 0 0 5 0 0T 0 0 0 104 0 13 0 0T 0 0 0 0 0 124 0 0 0 0 0 0 0 91 0 0 0 0 0 +USW00014922194807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194807WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194807WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194807WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194807WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922194808TMAX 239 0 261 0 228 0 239 0 267 0 244 0 183 0 261 0 206 0 278 0 283 0 267 0 278 0 300 0 300 0 300 0 283 0 272 0 311 0 322 0 278 0 350 0 361 0 367 0 344 0 344 0 300 0 317 0 233 0 322 0 306 0 +USW00014922194808TMIN 122 0 111 0 156 0 111 0 94 0 139 0 150 0 156 0 172 0 178 0 161 0 144 0 144 0 150 0 167 0 167 0 167 0 178 0 161 0 200 0 178 0 156 0 250 0 244 0 233 0 211 0 200 0 189 0 156 0 139 0 178 0 +USW00014922194808PRCP 0 0 0 0 3 0 0 0 0 0 0T 0 97 0 5 0 546 0 3 0 0 0 0T 0 0 0 0 0 3 0 0 0 117 0 0 0 0 0 0T 0 0 0 0T 0 3 0 0 0 0 0 0 0 56 0 0T 0 25 0 0 0 0 0 +USW00014922194808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194808WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922194808WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 +USW00014922194808WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194808WT16-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00014922194809TMAX 306 X 294 0 306 0 317 0 317 0 256 0 222 0 239 0 206 0 217 0 322 0 344 0 233 0 294 0 339 0 339 0 322 0 294 0 267 0 211 0 172 0 211 0 211 0 222 0 239 0 250 0 244 0 267 0 267 0 256 0-9999 +USW00014922194809TMIN 200 X 144 0 150 0 167 0 172 0 167 0 128 0 117 0 94 0 61 0 144 0 183 0 128 0 117 0 178 0 217 0 239 0 194 0 144 0 172 0 83 0 100 0 72 0 89 0 78 0 83 0 83 0 83 0 83 0 94 0-9999 +USW00014922194809PRCP 0 X 0 0 0 0 0 0 0 0 8 0 0 0 46 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 201 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194809SNOW 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194809SNWD 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194809WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922194809WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194809WT08-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00014922194809WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194810TMAX 172 0 172 0 189 0 189 0 200 0 183 0 139 0 178 0 122 0 106 0 133 0 161 0 183 0 183 0 222 0 94 0 17 0 150 0 122 0 189 0 161 0 133 0 144 0 178 0 228 0 189 0 233 0 239 0 194 0 189 0 200 0 +USW00014922194810TMIN 72 0 44 0 39 0 44 0 61 0 122 0 111 0 83 0 33 0 -6 0 78 0 67 0 28 0 56 0 67 0 -22 0 -56 0 -6 0 0 0 17 0 56 0 44 0 -11 0 -6 0 50 0 72 0 44 0 61 0 83 0 111 0 72 0 +USW00014922194810PRCP 0 0 0 0 0 0 0 0 0 0 38 0 38 0 0 0 0 0 30 0 0T 0 0 0 0 0 0 0 15 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0T 0 0 0 +USW00014922194810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194810WT01-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194810WT08 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922194810WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922194810WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194811TMAX 211 0 200 0 133 0 122 0 106 0 89 0 61 0 56 0 56 0 28 0 44 0 44 0 28 0 44 0 106 0 67 0 128 0 56 0 22 0 6 0 -11 0 -56 0 6 0 6 0 39 0 11 0 -33 0 -50 0 11 0 0 0-9999 +USW00014922194811TMIN 50 0 67 0 44 0 44 0 78 0 33 0 -6 0 -11 0 -33 0 -33 0 -33 0 -17 0 -61 0 -11 0 -17 0 0 0 -28 0 22 0 6 0 -22 0 -56 0 -89 0 -72 0 -33 0 0 0 -33 0 -61 0 -83 0 -56 0 -89 0-9999 +USW00014922194811PRCP 0 0 0 0 0T 0 10 0 236 0 0T 0 0 0 0 0 0 0 10 0 0T 0 5 0 0T 0 0T 0 0 0 0T 0 3 0 3 0 145 0 33 0 0T 0 0T 0 0T 0 20 0 13 0 0 0 0T 0 0T 0 3 0 0 0-9999 +USW00014922194811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 30 0 0T 0 0T 0 0T 0 20 0 10 0 0 0 0T 0 0T 0 3 0 0 0-9999 +USW00014922194811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0-9999 +USW00014922194811WT01 1 X 1 X 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 0-9999 -9999 1 0 1 X-9999 -9999 -9999 +USW00014922194811WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922194811WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194811WT08 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922194811WT16-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922194811WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00014922194812TMAX 44 0 83 0 133 0 111 0 56 0 -67 0 -67 0 -67 0 -94 0 -50 0 11 0 -11 0 -39 0 -17 0 6 0 -67 0 -67 0 -28 0 -56 0 22 0 22 0 -89 0 -106 0 -44 0 -106 0 -56 0 11 0 -6 0 -28 0 -28 0 -33 0 +USW00014922194812TMIN -94 0 -39 0 -17 0 11 0 -67 0 -94 0 -122 0 -122 0 -211 0 -239 0 -56 0 -94 0 -94 0 -100 0 -67 0 -128 0 -156 0 -94 0 -94 0 -56 0 -139 0 -167 0 -183 0 -178 0 -211 0 -194 0 -106 0 -72 0 -117 0 -150 0 -83 0 +USW00014922194812PRCP 0 0 0 0 0 0 0 0 124 0 0T 0 8 0 0T 0 3 0 5 0 0T 0 0 0 0 0 0T 0 18 0 0T 0 0 0 5 0 5 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 +USW00014922194812SNOW 0 0 0 0 0 0 0 0 30 0 0T 0 8 0 0T 0 3 0 5 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 5 0 5 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 +USW00014922194812SNWD 0T 0 0T 0 0 0 0 0 25 0 25 0 25 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 +USW00014922194812WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 X 1 0-9999 -9999 -9999 1 X 1 X-9999 -9999 1 0 1 X-9999 1 X-9999 +USW00014922194812WT04-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194812WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922194812WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 +USW00014922194812WT09-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194812WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922194812WT18-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X +USW00014922194901TMAX -56 0 -11 0 11 0 17 0 -39 0 33 0 72 0 44 0 -50 0 -106 0 -72 0 -39 0 22 0 39 0 33 0 -67 0 -111 0 -67 0 -172 0 -100 0 -89 0 -122 0 -33 0 -78 0 -100 0 -128 0 -94 0 -106 0 -194 0 -100 0 -44 0 +USW00014922194901TMIN -78 0 -72 0 -44 0 -39 0 -111 0 -83 0 -6 0 -50 0 -172 0 -161 0 -117 0 -106 0 -50 0 -83 0 -67 0 -156 0 -167 0 -172 0 -250 0 -206 0 -261 0 -278 0 -122 0 -178 0 -161 0 -211 0 -222 0 -228 0 -272 0 -217 0 -133 0 +USW00014922194901PRCP 0T 0 5 0 89 0 112 0 5 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 18 0 5 0 0T 0 124 0 0T 0 30 0 5 0 15 0 0T 0 0 0 0T 0 10 0 +USW00014922194901SNOW 0T 0 5 0 0T 0 8 0 5 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 15 0 18 0 0T 0 0 0 25 0 5 0 0T 0 145 0 0T 0 53 0 10 0 15 0 0T 0 0 0 0T 0 13 0 +USW00014922194901SNWD 51 0 51 0 51 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 51 0 25 0 25 0 51 0 51 0 51 0 178 0 178 0 203 0 229 0 229 0 254 0 254 0 229 0 254 0 +USW00014922194901WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922194901WT04-9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194901WT06-9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194901WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00014922194901WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 +USW00014922194901WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194901WT18 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X +USW00014922194902TMAX -122 0 -144 0 -94 0 -100 0 -39 0 -39 0 -11 0 -33 0 -67 0 -106 0 17 0 0 0 -150 0 -106 0 -6 0 -67 0 28 0 17 0 -56 0 -67 0 6 0 -17 0 83 0 22 0 -11 0 6 0 -44 0 -100 0-9999 -9999 -9999 +USW00014922194902TMIN -256 0 -278 0 -200 0 -256 0 -189 0 -156 0 -194 0 -206 0 -222 0 -206 0 -139 0 -150 0 -233 0 -250 0 -150 0 -178 0 -156 0 -122 0 -122 0 -133 0 -111 0 -61 0 -50 0 -89 0 -122 0 -67 0 -128 0 -183 0-9999 -9999 -9999 +USW00014922194902PRCP 0T 0 8 0 3 0 0T 0 3 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 5 0 10 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 3 0 0T 0 0T 0 3 0 0 0 3 0 0T 0 0 0-9999 -9999 -9999 +USW00014922194902SNOW 0T 0 15 0 5 0 0T 0 10 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 15 0 38 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 3 0 0T 0 0 0-9999 -9999 -9999 +USW00014922194902SNWD 254 0 254 0 254 0 254 0 279 0 279 0 279 0 279 0 254 0 254 0 229 0 203 0 229 0 229 0 229 0 229 0 178 0 152 0 152 0 127 0 127 0 127 0 76 0 51 0 51 0 51 0 51 0 51 0-9999 -9999 -9999 +USW00014922194902WT01-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922194902WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922194902WT08-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00014922194902WT09-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194902WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922194902WT18 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922194903TMAX 6 0 11 0 72 0 89 0 33 0 -39 0 72 0 28 0 -17 0 -44 0 -33 0 33 0 0 0 -106 0 -39 0 -33 0 -11 0 -33 0 33 0 133 0 100 0 22 0 61 0 78 0 72 0 89 0 50 0 89 0 100 0 44 0 22 0 +USW00014922194903TMIN -150 0 -17 0 -22 0 0 0 -39 0 -94 0 -67 0 -67 0 -100 0 -83 0 -89 0 -122 0 -106 0 -150 0 -172 0 -94 0 -111 0 -94 0 -122 0 0 0 -11 0 -33 0 -44 0 11 0 11 0 6 0 6 0 6 0 17 0 0 0 -11 0 +USW00014922194903PRCP 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 5 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 91 0 0 0 0T 0 269 0 5 0 102 0 46 0 46 0 3 0 43 0 246 0 +USW00014922194903SNOW 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0 0 5 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 8 0 0T 0 0T 0 20 0 0 0 0 0 0T 0 178 0 +USW00014922194903SNWD 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 127 0 +USW00014922194903WT01-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00014922194903WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194903WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 +USW00014922194903WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194903WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194903WT08 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922194903WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922194903WT18 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X +USW00014922194904TMAX 72 0 100 0 128 0 128 0 100 0 139 0 111 0 128 0 167 0 183 0 189 0 228 0 150 0 11 0 50 0 78 0 56 0 78 0 139 0 211 0 167 0 189 0 122 0 144 0 156 0 217 0 200 0 222 0 250 0 267 0-9999 +USW00014922194904TMIN -56 0 -44 0 -28 0 0 0 17 0 17 0 11 0 6 0 6 0 28 0 28 0 61 0 11 0 -6 0 -11 0 -28 0 -17 0 -11 0 -11 0 72 0 61 0 56 0 11 0 -11 0 78 0 78 0 72 0 83 0 89 0 89 0-9999 +USW00014922194904PRCP 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 18 0 300 0 0 0 0T 0 5 0 0T 0 0 0 0 0 61 0 3 0 0 0 0 0 94 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 224 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194904SNWD 102 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 76 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194904WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194904WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194904WT08 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194904WT16-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194904WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194905TMAX 172 0 239 0 339 0 311 0 289 0 183 0 222 0 217 0 183 0 194 0 256 0 256 0 256 0 222 0 250 0 267 0 239 0 261 0 117 0 156 0 150 0 200 0 150 0 156 0 183 0 200 0 200 0 244 0 283 0 283 0 328 0 +USW00014922194905TMIN 100 0 89 0 150 0 178 0 156 0 100 0 50 0 106 0 78 0 50 0 122 0 111 0 139 0 83 0 106 0 139 0 161 0 117 0 67 0 94 0 111 0 111 0 78 0 33 0 94 0 67 0 72 0 83 0 139 0 161 0 167 0 +USW00014922194905PRCP 18 0 13 0 10 0 0T 0 36 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 0 0 0T 0 0T 0 41 0 33 0 0T 0 0T 0 33 0 0 0 0T 0 0T 0 38 0 0T 0 0T 0 0 0 0 0 5 0 0T 0 +USW00014922194905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194905WT01 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194905WT03-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194905WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X +USW00014922194906TMAX 283 0 244 0 267 0 194 0 278 0 228 0 222 0 200 0 283 0 306 0 339 0 311 0 239 0 244 0 267 0 306 0 328 0 250 0 272 0 339 0 272 0 300 0 300 0 306 0 300 0 317 0 322 0 300 0 322 0 372 0-9999 +USW00014922194906TMIN 172 0 139 0 122 0 117 0 78 0 133 0 94 0 117 0 156 0 183 0 189 0 194 0 167 0 156 0 139 0 178 0 206 0 167 0 144 0 206 0 172 0 150 0 178 0 194 0 178 0 167 0 206 0 167 0 172 0 250 0-9999 +USW00014922194906PRCP 157 0 13 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 224 0 0 0 0T 0 3 0 0 0 15 0 0T 0 0 0 112 0 0 0 0T 0 25 0 3 0 145 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194906WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194906WT03 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194906WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194906WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194906WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194907TMAX 344 0 350 0 378 0 378 0 367 0 322 0 333 0 317 0 283 0 283 0 283 0 306 0 261 0 283 0 306 0 322 0 322 0 278 0 250 0 306 0 267 0 267 0 317 0 344 0 350 0 333 0 306 0 328 0 222 0 239 0 250 0 +USW00014922194907TMIN 211 0 211 0 261 0 239 0 217 0 200 0 222 0 211 0 194 0 150 0 189 0 200 0 172 0 133 0 156 0 178 0 178 0 178 0 156 0 178 0 183 0 144 0 161 0 211 0 228 0 217 0 194 0 211 0 156 0 133 0 139 0 +USW00014922194907PRCP 0 0 0 0 0 0 0 0 30 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 94 0 53 0 0 0 0 0 3 0 0 0 5 0 28 0 13 0 64 0 1034 0 0T 0 0T 0 0 0 180 0 +USW00014922194907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00014922194907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194907WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922194907WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00014922194907WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922194907WT08-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194907WT16-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00014922194908TMAX 256 0 239 0 278 0 300 0 328 0 328 0 361 0 350 0 322 0 322 0 300 0 306 0 300 0 322 0 311 0 317 0 261 0 294 0 239 0 272 0 289 0 322 0 344 0 350 0 339 0 339 0 272 0 244 0 278 0 206 0 167 0 +USW00014922194908TMIN 156 0 156 0 150 0 156 0 189 0 194 0 211 0 228 0 233 0 217 0 217 0 217 0 211 0 194 0 194 0 200 0 172 0 178 0 156 0 117 0 122 0 156 0 183 0 172 0 189 0 217 0 172 0 122 0 111 0 122 0 83 0 +USW00014922194908PRCP 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 348 0 0 0 0 0 0 0 0 0 0T 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 0 0 145 0 0 0 48 0 0 0 5 0 0T 0 3 0 +USW00014922194908SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00014922194908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194908WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194908WT03 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922194908WT05 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922194908WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194908WT16 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X +USW00014922194909TMAX 239 0 283 0 289 0 211 0 183 0 150 0 200 0 211 0 256 0 244 0 200 0 228 0 111 0 156 0 206 0 189 0 228 0 228 0 144 0 250 0 194 0 172 0 150 0 244 0 256 0 200 0 144 0 117 0 183 0 228 0-9999 +USW00014922194909TMIN 44 0 167 0 150 0 139 0 122 0 117 0 111 0 89 0 94 0 122 0 139 0 83 0 67 0 50 0 72 0 111 0 128 0 94 0 89 0 44 0 89 0 83 0 44 0 50 0 133 0 100 0 72 0 33 0 11 0 67 0-9999 +USW00014922194909PRCP 0 0 0T 0 0T 0 338 0 0 0 84 0 3 0 0 0 0 0 0T 0 170 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 53 0 0 0 0 0 0 0 0 0-9999 +USW00014922194909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922194909WT01-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194909WT03-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194909WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922194909WT16-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922194910TMAX 211 0 189 0 261 0 194 0 222 0 239 0 167 0 267 0 161 0 222 0 133 0 206 0 167 0 161 0 183 0 228 0 239 0 239 0 167 0 156 0 161 0 150 0 94 0 50 0 67 0 106 0 161 0 200 0 172 0 67 0 56 0 +USW00014922194910TMIN 139 0 128 0 89 0 39 0 89 0 156 0 111 0 100 0 89 0 128 0 50 0 33 0 72 0 67 0 39 0 89 0 111 0 117 0 133 0 128 0 11 0 0 0 0 0 -33 0 -22 0 -39 0 61 0 44 0 61 0 -17 0 -67 0 +USW00014922194910PRCP 8 0 13 0 41 0 0 0 0T 0 5 0 145 0 0T 0 0T 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 13 0 137 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922194910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922194910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922194910WT01-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922194910WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194910WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922194910WT16 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194910WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922194911TMAX 144 0 33 0 111 0 78 0 106 0 167 0 194 0 133 0 167 0 156 0 83 0 83 0 56 0 44 0 17 0 39 0 28 0 50 0 100 0 11 0 -28 0 44 0 -11 0 -28 0 -33 0 39 0 28 0 117 0 83 0 44 0-9999 +USW00014922194911TMIN 28 0 -33 0 -39 0 -17 0 -50 0 11 0 39 0 22 0 72 0 67 0 50 0 33 0 6 0 11 0 -11 0 -11 0 -6 0 -17 0 6 0 -50 0 -78 0 -67 0 -72 0 -50 0 -72 0 -44 0 -56 0 6 0 -17 0 0 0-9999 +USW00014922194911PRCP 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 46 0 0T 0 0T 0 0T 0 18 0 0T 0 0 0 0T 0 10 0 3 0 0 0 25 0 0T 0 0T 0 3 0 0 0 0T 0 0 0 0 0-9999 +USW00014922194911SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 25 0 0T 0 0 0 0T 0 15 0 3 0 0 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00014922194911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0-9999 +USW00014922194911WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194911WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922194911WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922194911WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922194911WT08-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194911WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 +USW00014922194911WT18-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922194912TMAX 6 0 44 0 50 0 33 0 6 0 -22 0 -44 0 -67 0 -44 0 17 0 122 0 -117 0 -144 0 -133 0 -22 0 44 0 22 0 -11 0 17 0 22 0 -111 0 -117 0 -139 0 -6 0 33 0 -67 0 -44 0 0 0 -6 0 83 0 56 0 +USW00014922194912TMIN -50 0 -39 0 0 0 -33 0 -56 0 -50 0 -133 0 -178 0 -167 0 -44 0 -117 0 -156 0 -183 0 -200 0 -172 0 -78 0 -56 0 -44 0 -28 0 -139 0 -167 0 -178 0 -194 0 -194 0 -156 0 -172 0 -139 0 -150 0 -133 0 -33 0 -33 0 +USW00014922194912PRCP 0T 0 0 0 0 0 0 0 0 0 5 0 10 0 0 0 64 0 23 0 56 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 5 0 0 0 0T 0 3 0 0T 0 0 0 3 0 3 0 0 0 0 0 81 0 0 0 +USW00014922194912SNOW 0T 0 0 0 0 0 0 0 0 0 5 0 20 0 0 0 89 0 0T 0 28 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 3 0 0T 0 0 0 10 0 10 0 0 0 0 0 0 0 0 0 +USW00014922194912SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 25 0 102 0 127 0 0T 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 0T 0 0 0 0 0 +USW00014922194912WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922194912WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194912WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194912WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X +USW00014922194912WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922194912WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922194912WT18 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922195001TMAX 39 0 11 0 -100 0 -178 0 -128 0 -72 X -122 0 22 0 -11 0 -11 0 -22 0 -17 0 -22 0 -117 0 -33 0 -183 0 -111 0 -189 0 -172 0 -72 0 -50 0 -56 0 -67 0 -22 0 -128 0 -217 0 -94 0 6 0 -156 0 -178 0 -117 0 +USW00014922195001TMIN -11 0 -100 0 -189 0 -267 0 -261 0 -206 X -189 0 -150 0 -128 0 -217 0 -228 0 -100 0 -206 0 -239 0 -233 0 -261 0 -233 0 -272 0 -222 0 -178 0 -139 0 -100 0 -100 0 -128 0 -222 0 -311 0 -306 0 -156 0 -261 0 -294 0 -200 0 +USW00014922195001PRCP 0T 0 41 0 46 0 10 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 30 0 0T 0 25 0 0 0 5 0 0 0 0 0 0T 0 0 0 3 0 5 0 20 0 127 0 3 0 0 0 0T 0 0T 0 0T 0 5 0 +USW00014922195001SNOW 0 0 46 0 74 0 13 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 33 0 0T 0 28 0 0 0 5 0 0 0 0 0 0T 0 0 0 5 0 10 0 13 0 191 0 3 0 0 0 0T 0 0T 0 0T 0 8 0 +USW00014922195001SNWD 0 0 0T 0 127 0 127 0 127 0 127 0 127 0 102 0 102 0 102 0 102 0 102 0 102 0 127 0 152 0 152 0 152 0 152 0 152 0 152 0 127 0 127 0 152 0 152 0 305 0 356 0 356 0 330 0 305 0 305 0 305 0 +USW00014922195001WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195001WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195001WT06-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195001WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195001WT09-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195001WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195001WT18-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00014922195002TMAX -67 0 -89 0 -22 0 -22 0 39 0 17 0 11 0 17 0 50 0 6 0 -67 0 -50 0 -33 0 -22 0 -28 0 -11 0 11 0 -6 0 -83 0 -33 0 -50 0 -11 0 -44 0 -178 0 -133 0 -56 0 22 0 6 0-9999 -9999 -9999 +USW00014922195002TMIN -233 0 -217 0 -178 0 -161 0 -44 0 -61 0 -72 0 -83 0 -117 0 -111 0 -178 0 -106 0 -106 0 -56 0 -128 0 -172 0 -139 0 -156 0 -156 0 -128 0 -106 0 -156 0 -233 0 -278 0 -233 0 -228 0 -111 0 -100 0-9999 -9999 -9999 +USW00014922195002PRCP 0 0 0 0 0 0 0 0 0 0 0 0 15 0 20 0 0 0 0T 0 0 0 0 0 15 0 109 0 3 0 0 0 0 0 5 0 0 0 0 0 0T 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00014922195002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0T 0 0 0 0 0 15 0 163 0 3 0 0 0 0 0 5 0 0 0 0 0 0T 0 8 0 0T 0 0T 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00014922195002SNWD 305 0 305 0 254 0 229 0 178 0 127 0 127 0 102 0 102 0 102 0 102 0 102 0 102 0 254 0 254 0 229 0 229 0 229 0 229 0 229 0 229 0 229 0 229 0 229 0 203 0 203 0 152 0 152 0-9999 -9999 -9999 +USW00014922195002WT01 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195002WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195002WT08 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195002WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195002WT14-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195002WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195002WT18-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922195003TMAX -100 0 -106 0 -44 0 72 0 78 0 72 0 50 0 -117 0 -67 0 -44 0 -78 0 -78 0 -72 0 -33 0 -22 0 17 0 17 0 -33 0 -11 0 11 0 22 0 56 0 61 0 44 0 67 0 39 0 44 0 -6 0 6 0 28 0 78 0 +USW00014922195003TMIN -200 0 -250 0 -139 0 -72 0 6 0 -6 0 -133 0 -183 0 -183 0 -122 0 -161 0 -178 0 -178 0 -144 0 -150 0 -61 0 -78 0 -122 0 -94 0 -56 0 -6 0 -22 0 -50 0 11 0 6 0 17 0 -6 0 -50 0 -72 0 -22 0 -6 0 +USW00014922195003PRCP 0T 0 0T 0 0T 0 0 0 0 0 0 0 206 0 8 0 0 0 38 0 8 0 0 0 0 0 0 0 20 0 20 0 0T 0 0 0 0 0 0T 0 74 0 8 0 3 0 15 0 25 0 86 0 28 0 15 0 0 0 0 0 5 0 +USW00014922195003SNOW 0T 0 0T 0 0T 0 0 0 0 0 0 0 97 0 13 0 0 0 51 0 8 0 0 0 0 0 0 0 33 0 33 0 0T 0 0 0 0 0 0T 0 5 0 8 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 0 0 0 0 10 0 +USW00014922195003SNWD 152 0 152 0 127 0 102 0 25 0 0T 0 51 0 102 0 102 0 102 0 152 0 152 0 127 0 127 0 127 0 152 0 127 0 127 0 127 0 127 0 102 0 51 0 25 0 0T 0 0T 0 0 0 0 0 25 0 0T 0 0T 0 0 0 +USW00014922195003WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0 1 0 1 X 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922195003WT03-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922195003WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922195003WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195003WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195003WT09-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195003WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00014922195003WT18 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X +USW00014922195004TMAX 39 0 83 0 28 0 39 0 33 0 72 0 106 0 6 0 6 0 33 0 17 0 -22 0 17 0 111 0 156 0 189 0 206 0 133 0 44 0 72 0 117 0 167 0 128 0 56 0 28 0 0 0 11 0 50 0 50 0 39 0-9999 +USW00014922195004TMIN -22 0 0 0 6 0 -6 0 -28 0 -39 0 -44 0 -67 0 -33 0 -6 0 -56 0 -83 0 -78 0 -56 0 -11 0 78 0 44 0 39 0 6 0 -11 0 -28 0 39 0 44 0 28 0 -22 0 -33 0 -28 0 -17 0 -6 0 6 0-9999 +USW00014922195004PRCP 0T 0 30 0 0T 0 13 0 0 0 0 0 0 0 3 0 74 0 86 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 58 0 0T 0 0 0 0 0 0 0 8 0 147 0 79 0 0T 0 0T 0 0 0 58 0 0T 0-9999 +USW00014922195004SNOW 0T 0 36 0 0T 0 10 0 0 0 0 0 0 0 3 0 8 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 81 0 0T 0 0T 0 0 0 25 0 0T 0-9999 +USW00014922195004SNWD 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0-9999 +USW00014922195004WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922195004WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195004WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195004WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195004WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195004WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195004WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00014922195004WT18 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00014922195005TMAX 78 0 100 0 128 0 161 0 228 0 83 0 128 0 106 0 111 0 172 0 228 0 250 0 233 0 211 0 178 0 89 0 133 0 217 0 172 0 239 0 167 0 283 0 306 0 244 0 206 0 200 0 233 0 233 0 272 0 244 0 200 0 +USW00014922195005TMIN -11 0 28 0 50 0 44 0 28 0 22 0 28 0 56 0 50 0 50 0 72 0 100 0 89 0 111 0 83 0 72 0 89 0 72 0 89 0 50 0 106 0 72 0 178 0 122 0 111 0 122 0 78 0 128 0 150 0 111 0 94 0 +USW00014922195005PRCP 0 0 76 0 36 0 3 0 257 0 41 0 0T 0 53 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 132 0 0 0 0T 0 56 0 13 0 36 0 0 0 0 0 23 0 3 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 +USW00014922195005SNOW 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195005WT01-9999 1 0 1 X 1 X 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195005WT03-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195005WT04-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195005WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195005WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X +USW00014922195005WT18-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195006TMAX 250 0 172 0 178 0 278 0 322 0 344 0 289 0 261 0 228 0 233 0 294 0 289 0 294 0 283 0 289 0 222 0 194 0 144 0 256 0 233 0 311 0 322 0 322 0 322 0 344 0 194 0 278 0 211 0 250 0 228 0-9999 +USW00014922195006TMIN 94 0 94 0 78 0 106 0 150 0 178 0 183 0 194 0 139 0 122 0 122 0 161 0 189 0 172 0 189 0 111 0 72 0 78 0 50 0 156 0 139 0 211 0 200 0 172 0 178 0 139 0 100 0 122 0 100 0 106 0-9999 +USW00014922195006PRCP 23 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 91 0 104 0 0T 0 3 0 0T 0 3 0 61 0 0 0 5 0 3 0 0 0 8 0 0 0 0 0 0T 0 3 0 0T 0 0T 0 0 0-9999 +USW00014922195006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195006WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195006WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195006WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195006WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922195007TMAX 289 0 267 0 283 0 233 0 233 0 289 0 294 0 289 0 244 0 322 0 306 0 250 0 217 0 278 0 267 0 278 0 239 0 289 0 178 0 267 0 228 0 278 0 228 0 272 0 294 0 283 0 306 0 317 0 322 0 311 0 294 0 +USW00014922195007TMIN 144 0 144 0 172 0 150 0 117 0 117 0 150 0 178 0 194 0 183 0 183 0 128 0 117 0 144 0 167 0 150 0 167 0 144 0 139 0 106 0 167 0 156 0 150 0 139 0 156 0 144 0 167 0 189 0 189 0 206 0 172 0 +USW00014922195007PRCP 28 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 61 0 91 0 0 0 0 0 28 0 33 0 20 0 0T 0 279 0 0 0 25 0 267 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 30 0 53 0 +USW00014922195007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195007WT01-9999 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195007WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922195007WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195007WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922195007WT16 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00014922195008TMAX 189 0 239 0 278 0 272 0 294 0 306 0 278 0 328 0 333 0 239 0 239 0 272 0 267 0 283 0 350 0 356 0 217 0 244 0 167 0 211 0 211 0 250 0 233 0 300 0 222 0 206 0 239 0 194 0 194 0 261 0 300 0 +USW00014922195008TMIN 122 0 111 0 133 0 150 0 156 0 183 0 206 0 183 0 161 0 150 0 117 0 167 0 144 0 189 0 167 0 194 0 139 0 94 0 94 0 44 0 111 0 100 0 161 0 139 0 117 0 117 0 139 0 150 0 122 0 128 0 139 0 +USW00014922195008PRCP 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 102 0 0 0 41 0 0 0 0 0 0 0 3 0 0T 0 0T 0 0 0 0 0 0T 0 282 0 0 0 0 0 0 0 +USW00014922195008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195008WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 +USW00014922195008WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195008WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195008WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195008WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922195009TMAX 278 0 261 0 239 0 244 0 244 0 256 0 267 0 300 0 289 0 272 0 194 0 144 0 156 0 211 0 239 0 178 0 239 0 261 0 261 0 200 0 156 0 239 0 156 0 194 0 256 0 228 0 217 0 211 0 183 0 256 0-9999 +USW00014922195009TMIN 128 0 150 0 144 0 111 0 100 0 100 0 106 0 111 0 144 0 133 0 139 0 122 0 106 0 89 0 94 0 128 0 144 0 150 0 128 0 139 0 117 0 100 0 61 0 22 0 94 0 89 0 111 0 78 0 94 0 133 0-9999 +USW00014922195009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 51 0 0T 0 0 0 0 0 5 0 0T 0 84 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 142 0 10 0-9999 +USW00014922195009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195009WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 +USW00014922195009WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 +USW00014922195009WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922195009WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 +USW00014922195010TMAX 222 0 122 0 72 0 111 0 128 0 217 0 178 0 133 0 194 0 189 0 189 0 178 0 217 0 183 0 233 0 206 0 222 0 306 0 172 0 206 0 144 0 61 0 72 0 111 0 150 0 133 0 206 0 200 0 250 0 283 0 283 0 +USW00014922195010TMIN 122 0 39 0 0 0 -6 0 39 0 89 0 78 0 56 0 17 0 89 0 89 0 67 0 78 0 67 0 67 0 106 0 78 0 161 0 67 0 22 0 56 0 33 0 -17 0 11 0 -22 0 61 0 56 0 94 0 78 0 94 0 106 0 +USW00014922195010PRCP 81 0 165 0 0 0 0 0 0 0 18 0 15 0 0T 0 0 0 0 0 3 0 0 0 0T 0 0 0 5 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195010WT01 1 X 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195010WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195010WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922195010WT16 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922195011TMAX 139 0 72 0 28 0 56 0 156 0 106 0 83 0 44 0 0 0 -56 0 -44 0 -22 0 50 0 94 0 83 0 28 0 44 0 117 0 11 0 -22 0 -6 0 44 0 -89 0 -100 0 -50 0 -22 0 -50 0 -33 0 0 0 -67 0-9999 +USW00014922195011TMIN 44 0 6 0 -17 0 -67 0 11 0 33 0 -6 0 -11 0 -56 0 -111 0 -133 0 -128 0 -56 0 6 0 17 0 -39 0 -67 0 -22 0 -117 0 -128 0 -61 0 -89 0 -206 0 -183 0 -106 0 -78 0 -111 0 -111 0 -111 0 -122 0-9999 +USW00014922195011PRCP 10 0 0 0 0T 0 0T 0 0 0 0 0 0 0 53 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 30 0 41 0 0 0 0 0 0 0 0 0 0T 0 74 0 5 0 3 0 10 0 0 0 0 0 0T 0 0T 0 0T 0-9999 +USW00014922195011SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 18 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 28 0 0 0 0 0 0 0 0 0 0T 0 79 0 5 0 3 0 10 0 0 0 0 0 0T 0 0T 0 0T 0-9999 +USW00014922195011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 25 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0-9999 +USW00014922195011WT01-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922195011WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195011WT08-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00014922195011WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195011WT16 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195011WT18-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00014922195012TMAX -28 0 -17 0 -89 0 -100 0 -100 0 -17 0 -6 0 -28 0 -56 0 -61 0 -44 0 -50 0 -83 0 -56 0 -89 0 -139 0 -161 0 -111 0 -89 0 -72 0 -28 0 -17 0 44 0 -50 0 -139 0 -144 0 -94 0 -44 0 -139 0 -44 0 28 0 +USW00014922195012TMIN -111 0 -89 0 -178 0 -206 0 -133 0 -133 0 -28 0 -111 0 -122 0 -117 0 -89 0 -94 0 -189 0 -178 0 -161 0 -217 0 -233 0 -256 0 -178 0 -217 0 -122 0 -56 0 -56 0 -167 0 -178 0 -283 0 -289 0 -139 0 -222 0 -139 0 -56 0 +USW00014922195012PRCP 41 0 25 0 20 0 15 0 99 0 51 0 66 0 5 0 0T 0 0T 0 25 0 8 0 0T 0 30 0 0T 0 0 0 0T 0 5 0 3 0 0T 0 0T 0 0T 0 0T 0 0 0 99 0 5 0 0 0 5 0 0T 0 3 0 0 0 +USW00014922195012SNOW 41 0 30 0 20 0 20 0 122 0 56 0 76 0 5 0 0T 0 0T 0 36 0 8 0 0T 0 38 0 0T 0 0 0 0T 0 10 0 5 0 0T 0 0T 0 0T 0 0 0 0 0 150 0 8 0 0 0 8 0 0T 0 3 0 0 0 +USW00014922195012SNWD 51 0 102 0 127 0 152 0 254 0 305 0 406 0 406 0 381 0 381 0 406 0 406 0 381 0 381 0 356 0 330 0 330 0 330 0 330 0 330 0 330 0 279 0 229 0 229 0 356 0 381 0 356 0 356 0 356 0 330 0 279 0 +USW00014922195012WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 X 1 0 1 0-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 +USW00014922195012WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922195012WT08-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922195012WT09-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195012WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922195012WT18 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00014922195101TMAX 22 0 -111 0 -78 0 -61 0 -111 0 -150 0 -144 0 -78 0 6 0 -44 0 -39 0 -28 0 17 0 -28 0 -44 0 44 0 28 0 39 0 -6 0 -44 0 -139 0 -22 0 -28 0 -111 0 -128 0 -139 0 -139 0 -222 0 -261 0 -150 0 -167 0 +USW00014922195101TMIN -150 0 -167 0 -206 0 -178 0 -183 0 -261 0 -256 0 -189 0 -106 0 -139 0 -178 0 -128 0 -39 0 -89 0 -144 0 -144 0 -67 0 -44 0 -61 0 -194 0 -239 0 -156 0 -144 0 -172 0 -222 0 -189 0 -222 0 -300 0 -339 0 -339 0 -261 0 +USW00014922195101PRCP 0T 0 18 0 0T 0 5 0 25 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0T 0 0T 0 0 0 13 0 3 0 0T 0 0 0 41 0 5 0 0T 0 0 0 0T 0 0T 0 +USW00014922195101SNOW 0T 0 25 0 0T 0 23 0 51 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0T 0 0T 0 0 0 13 0 3 0 0T 0 0 0 56 0 5 0 0T 0 0 0 0T 0 0T 0 +USW00014922195101SNWD 279 0 305 0 279 0 305 0 356 0 330 0 330 0 330 0 305 0 305 0 305 0 279 0 254 0 254 0 254 0 254 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 254 0 254 0 254 0 254 0 254 0 254 0 +USW00014922195101WT01-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922195101WT08-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922195101WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195101WT18 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X +USW00014922195102TMAX -222 0 -100 0 -6 0 -33 0 -28 0 -22 0 -206 0 -183 0 -122 0 11 0 0 0 -61 0 -144 0 -78 0 -28 0 0 0 33 0 33 0 17 0 0 0 28 0 61 0 22 0 67 0 56 0 28 0 11 0 -50 0-9999 -9999 -9999 +USW00014922195102TMIN -333 0 -283 0 -144 0 -156 0 -156 0 -217 0 -272 0 -278 0 -272 0 -122 0 -61 0 -161 0 -222 0 -261 0 -178 0 -44 0 -11 0 0 0 -6 0 -61 0 -94 0 -78 0 -56 0 -6 0 22 0 6 0 -67 0 -83 0-9999 -9999 -9999 +USW00014922195102PRCP 0T 0 0T 0 0T 0 0T 0 23 0 28 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 61 0 91 0 102 0 0T 0 130 0-9999 -9999 -9999 +USW00014922195102SNOW 0T 0 0T 0 0T 0 0T 0 23 0 43 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 152 0-9999 -9999 -9999 +USW00014922195102SNWD 254 0 254 0 254 0 254 0 254 0 330 0 305 0 305 0 305 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 229 0 203 0 203 0 203 0 178 0 152 0 127 0 76 0 51 0 25 0 25 0 102 0-9999 -9999 -9999 +USW00014922195102WT01 1 X-9999 1 0 1 0-9999 1 0-9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 0 1 X 1 0 1 0 1 X 1 X 1 X 1 X 1 X 1 X 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195102WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922195102WT06-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195102WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195102WT09-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922195102WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922195102WT18 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922195103TMAX -67 0 -50 0 -39 0 -50 0 61 0 28 0 -106 0 -117 0 -67 0 -17 0 -11 0 -17 0 -28 0 6 0 -11 0 39 0 17 0 -22 0 -94 0 -111 0 -89 0 50 0 -17 0 -17 0 44 0 61 0 78 0 44 0 44 0 0 0 6 0 +USW00014922195103TMIN -133 0 -150 0 -150 0 -206 0 -100 0 -161 0 -189 0 -211 0 -233 0 -83 0 -56 0 -67 0 -67 0 -67 0 -106 0 -150 0 -56 0 -94 0 -156 0 -178 0 -189 0 -117 0 -94 0 -144 0 -72 0 -56 0 17 0 17 0 -11 0 -28 0 -17 0 +USW00014922195103PRCP 0T 0 147 0 41 0 15 0 0 0 0 0 56 0 5 0 0T 0 53 0 91 0 38 0 23 0 0T 0 0 0 0 0 5 0 175 0 0T 0 0T 0 0 0 0 0 58 0 0 0 15 0 0 0 13 0 0 0 0 0 8 0 18 0 +USW00014922195103SNOW 0T 0 180 0 33 0 20 0 0 0 0 0 99 0 10 0 0T 0 76 0 135 0 53 0 33 0 0T 0 0 0 0 0 8 0 244 0 0T 0 0T 0 0 0 0 0 71 0 0 0 20 0 0 0 0 0 0 0 0 0 10 0 23 0 +USW00014922195103SNWD 127 0 178 0 330 0 356 0 330 0 279 0 305 0 356 0 330 0 330 0 508 0 559 0 610 0 559 0 508 0 483 0 457 0 686 0 660 0 635 0 584 0 508 0 559 0 533 0 508 0 406 0 229 0 152 0 127 0 127 0 127 0 +USW00014922195103WT01-9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 X-9999 -9999 -9999 +USW00014922195103WT04-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195103WT06-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922195103WT08-9999 1 0-9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922195103WT09-9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195103WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 +USW00014922195103WT18 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00014922195104TMAX 33 0 33 0 67 0 83 0 122 0 94 0 33 0 28 0 78 0 39 0 78 0 50 0 89 0 67 0 0 0 33 0 111 0 89 0 94 0 117 0 39 0 61 0 117 0 122 0 161 0 183 0 183 0 261 0 261 0 244 0-9999 +USW00014922195104TMIN -28 0 -11 0 -33 0 -28 0 -28 0 17 0 6 0 11 0 17 0 17 0 17 0 33 0 17 0 -11 0 -28 0 -33 0 -44 0 17 0 -11 0 17 0 11 0 -17 0 -6 0 56 0 44 0 39 0 78 0 111 0 106 0 139 0-9999 +USW00014922195104PRCP 0T 0 0T 0 0 0 0 0 0 0 13 0 99 0 56 0 0T 0 13 0 23 0 25 0 3 0 5 0 0T 0 0T 0 0 0 0T 0 0 0 124 0 81 0 0T 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0T 0-9999 +USW00014922195104SNOW 0T 0 0T 0 0 0 0 0 0 0 0 0 66 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195104SNWD 127 0 102 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195104WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 +USW00014922195104WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922195104WT04-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195104WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 +USW00014922195104WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 +USW00014922195104WT18 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195105TMAX 267 0 256 0 250 0 167 0 122 0 150 X 217 0 233 0 167 0 183 0 211 0 228 0 256 0 228 0 256 0 233 0 200 0 261 0 261 0 250 0 211 0 206 0 256 0 272 0 228 0 172 0 200 0 250 0 256 0 211 0 183 0 +USW00014922195105TMIN 156 0 139 0 83 0 50 0 33 0 39 X 61 0 89 0 83 0 50 0 44 0 72 0 94 0 156 0 156 0 156 0 150 0 144 0 167 0 161 0 139 0 94 0 89 0 139 0 133 0 111 0 122 0 117 0 144 0 122 0 111 0 +USW00014922195105PRCP 203 0 0 0 0T 0 0T 0 33 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 406 0 20 0 0T 0 180 0 61 0 3 0 0T 0 0 0 0 0 0T 0 28 0 86 0 0 0 0 0 0 0 5 0 23 0 +USW00014922195105SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195105WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195105WT03 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195105WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195105WT08 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195105WT16 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X +USW00014922195105WT18-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195106TMAX 122 0 150 0 122 0 189 0 222 0 239 0 228 0 267 0 200 0 239 0 261 0 256 0 289 0 306 0 283 0 283 0 283 0 261 0 256 0 256 0 272 0 206 0 278 0 272 0 178 0 239 0 206 0 211 0 217 0 206 0-9999 +USW00014922195106TMIN 100 0 100 0 67 0 56 0 78 0 94 0 122 0 139 0 139 0 117 0 117 0 133 0 150 0 150 0 161 0 161 0 161 0 167 0 144 0 144 0 156 0 150 0 144 0 139 0 156 0 161 0 133 0 106 0 133 0 117 0-9999 +USW00014922195106PRCP 122 0 89 0 0T 0 0 0 0 0 0 0 0 0 48 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 137 0 91 0 13 0 5 0 20 0 81 0 241 0 295 0 114 0 137 0 0 0 0T 0 0T 0-9999 +USW00014922195106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195106WT01 1 0 1 0 1 0 1 X-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195106WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922195106WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195106WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195106WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00014922195107TMAX 239 0 261 0 244 0 233 0 267 0 256 0 311 0 278 0 261 0 211 0 244 0 267 0 278 0 289 0 328 0 244 0 228 0 267 0 250 0 272 0 261 0 289 0 306 0 317 0 317 0 322 0 272 0 322 0 311 0 294 0 283 0 +USW00014922195107TMIN 106 0 133 0 122 0 111 0 139 0 144 0 183 0 194 0 178 0 144 0 150 0 133 0 161 0 156 0 194 0 178 0 167 0 167 0 139 0 144 0 206 0 172 0 183 0 194 0 206 0 200 0 183 0 189 0 194 0 211 0 183 0 +USW00014922195107PRCP 0 0 0 0 79 0 3 0 0 0 3 0 13 0 3 0 8 0 0 0 0T 0 0T 0 3 0 0 0 0T 0 201 0 8 0 0 0 0 0 409 0 345 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 310 0 0 0 +USW00014922195107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195107WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 1 X-9999 +USW00014922195107WT03-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922195107WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00014922195107WT16-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 +USW00014922195108TMAX 306 0 294 0 244 0 283 0 200 0 233 0 244 0 256 0 256 0 261 0 211 0 233 0 172 0 211 0 228 0 244 0 222 0 250 0 272 0 228 0 217 0 250 0 256 0 233 0 222 0 272 0 306 0 322 0 306 0 278 0 161 0 +USW00014922195108TMIN 194 0 206 0 167 0 128 0 150 0 178 0 161 0 156 0 139 0 161 0 139 0 106 0 139 0 156 0 161 0 144 0 144 0 111 0 150 0 150 0 133 0 111 0 117 0 167 0 178 0 167 0 189 0 194 0 200 0 161 0 106 0 +USW00014922195108PRCP 0 0 0 0 0 0 0T 0 48 0 0T 0 178 0 0T 0 0 0 0T 0 0 0 61 0 36 0 0T 0 0T 0 53 0 0 0 0 0 0 0 48 0 0T 0 0 0 0 0 0 0 61 0 0 0 0T 0 0T 0 0 0 8 0 0T 0 +USW00014922195108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195108WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 X 1 X 1 X-9999 +USW00014922195108WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195108WT05-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195108WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922195108WT16-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X +USW00014922195109TMAX 150 0 178 0 222 0 250 0 228 0 217 0 222 0 233 0 189 0 217 0 300 0 194 0 194 0 189 0 161 0 211 0 211 0 256 0 239 0 267 0 122 0 133 0 139 0 94 0 128 0 172 0 72 0 128 0 122 0 239 0-9999 +USW00014922195109TMIN 106 0 117 0 78 0 111 0 139 0 122 0 94 0 122 0 150 0 139 0 117 0 94 0 94 0 111 0 72 0 44 0 89 0 72 0 122 0 117 0 67 0 67 0 78 0 33 0 56 0 61 0 33 0 0 0 39 0 78 0-9999 +USW00014922195109PRCP 5 0 0T 0 0 0 0 0 112 0 13 0 0 0 175 0 406 0 36 0 175 0 340 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0T 0 74 0 0T 0 3 0 119 0 0 0 0T 0 13 0 0T 0 0 0 0T 0 0 0-9999 +USW00014922195109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00014922195109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195109WT01 1 0 1 0 1 X 1 X 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195109WT03-9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 1 X-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195109WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195109WT16 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 +USW00014922195109WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922195110TMAX 278 0 283 0 206 0 144 0 117 0 83 0 100 0 150 X 189 0 217 0 244 0 239 0 233 0 167 0 228 0 178 0 67 0 61 0 78 0 100 0 117 0 89 0 83 0 144 0 172 0 78 0 50 0 89 0 150 0 50 0 -11 0 +USW00014922195110TMIN 128 0 161 0 133 0 100 0 78 0 50 0 6 0 -6 X 72 0 72 0 83 0 89 0 139 0 100 0 67 0 50 0 33 0 17 0 0 0 56 0 83 0 28 0 6 0 -33 0 56 0 -22 0 -56 0 11 0 22 0 -22 0 -78 0 +USW00014922195110PRCP 0 0 48 0 0T 0 10 0 3 0 0T 0 0 0 25 X 0T 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 0 0 0T 0 0 0 0T 0 89 0 33 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 94 0 0 0 +USW00014922195110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 +USW00014922195110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 +USW00014922195110WT01 1 X 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 X-9999 1 X 1 0-9999 1 X-9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922195110WT03-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195110WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922195110WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195110WT16-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 +USW00014922195110WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922195111TMAX -39 0 -89 0 -61 0 -61 0 -28 0 -22 0 -28 0 67 0 111 0 89 0 122 0 150 0 89 0 6 0 -6 0 -17 0 -56 0 -28 0 -50 0 39 0 44 0 -44 0 -61 0 -83 0 -17 0 -33 0 33 0 50 0 89 0 100 0-9999 +USW00014922195111TMIN -122 0 -128 0 -117 0 -167 0 -161 0 -133 0 -117 0 -72 0 -28 0 0 0 0 0 39 0 6 0 -17 0 -33 0 -56 0 -94 0 -106 0 -117 0 -72 0 -50 0 -117 0 -172 0 -211 0 -106 0 -111 0 -106 0 -28 0 -6 0 -17 0-9999 +USW00014922195111PRCP 0T 0 0T 0 91 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 264 0 112 0 20 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 8 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195111SNOW 0T 0 0T 0 107 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 8 0 64 0 28 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 18 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195111SNWD 0T 0 0T 0 102 0 76 0 76 0 51 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 25 0 51 0 76 0 76 0 51 0 51 0 25 0 0T 0 0T 0 25 0 25 0 76 0 76 0 51 0 25 0 0T 0 0T 0-9999 +USW00014922195111WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922195111WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195111WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195111WT08-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195111WT09-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195111WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195111WT18 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195112TMAX 39 0 89 0 139 0 50 0 56 0 67 0 61 0 0 0 -22 0 -6 0 -17 0 -89 0 -117 0 -133 0 -194 0 -144 0 -128 0 -128 0 -89 0 -83 0 -89 0 -139 0 -178 0 -122 0 -39 0 -117 0 -106 0 -50 0 -6 0 -6 0 6 0 +USW00014922195112TMIN 17 0 17 0 11 0 0 0 6 0 28 0 -6 0 -28 0 -78 0 -78 0 -111 0 -178 0 -189 0 -206 0 -228 0 -233 0 -189 0 -183 0 -172 0 -106 0 -206 0 -194 0 -250 0 -267 0 -133 0 -206 0 -239 0 -106 0 -78 0 -133 0 -178 0 +USW00014922195112PRCP 0T 0 3 0 5 0 0T 0 0T 0 8 0 10 0 0T 0 0T 0 3 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 51 0 3 0 86 0 18 0 48 0 0T 0 0T 0 8 0 38 0 0 0 3 0 3 0 0 0 0T 0 23 0 +USW00014922195112SNOW 0 0 0 0 5 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 5 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 51 0 3 0 163 0 41 0 71 0 5 0 0T 0 8 0 38 0 0 0 8 0 8 0 0 0 0T 0 15 0 +USW00014922195112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 51 0 178 0 178 0 279 0 279 0 254 0 229 0 254 0 254 0 229 0 229 0 203 0 203 0 178 0 +USW00014922195112WT01 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 X 1 X 1 X 1 0 +USW00014922195112WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922195112WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00014922195112WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922195112WT16 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922195112WT18-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X +USW00014922195201TMAX -172 0 -111 0 -28 0 -11 0 -33 0 -78 X -17 0 -17 0 -39 0 -61 0 11 0 -72 0 -50 0 17 0 0 0 22 0 22 0 11 0 17 0 -144 0 -56 0 -50 0 -183 0 -161 0 -39 0 -72 0 -139 0 -200 0 -178 0 -11 0 56 0 +USW00014922195201TMIN -233 0 -261 0 -172 0 -122 0 -172 0 -211 X -122 0 -56 0 -100 0 -144 0 -72 0 -117 0 -122 0 -61 0 -67 0 -61 0 -111 0 -128 0 -172 0 -222 0 -167 0 -183 0 -278 0 -300 0 -161 0 -161 0 -217 0 -272 0 -289 0 -228 0 -11 0 +USW00014922195201PRCP 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 5 0 3 0 0 0 0 0 0T 0 81 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 71 0 84 0 0 0 23 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922195201SNOW 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 8 0 3 0 0 0 0 0 0T 0 3 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 91 0 117 0 0 0 28 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 +USW00014922195201SNWD 178 0 178 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 127 0 127 0 127 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 152 0 330 0 330 0 330 0 330 0 330 0 330 0 305 0 279 0 254 0 203 0 +USW00014922195201WT01-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00014922195201WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195201WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195201WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 X-9999 -9999 -9999 +USW00014922195201WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195201WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195201WT18-9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922195202TMAX 33 0 28 0 0 0 0 0 -33 0 -50 0 0 0 -28 0 6 0 39 0 22 0 56 0 22 0 -28 0 6 0 -22 0 -11 0 -6 0 -33 0 -39 0 -67 0 -39 0 0 0 -28 0 -39 0 6 0 50 0 17 0 -11 0-9999 -9999 +USW00014922195202TMIN -44 0 -61 0 -33 0 -44 0 -72 0 -83 0 -56 0 -61 0 -61 0 -61 0 -94 0 -39 0 -28 0 -72 0 -106 0 -83 0 -133 0 -56 0 -83 0 -78 0 -183 0 -233 0 -94 0 -150 0 -200 0 -100 0 -50 0 -50 0 -128 0-9999 -9999 +USW00014922195202PRCP 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 28 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 30 0 20 0 183 0 43 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0-9999 -9999 +USW00014922195202SNOW 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 51 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 36 0 28 0 211 0 56 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0-9999 -9999 +USW00014922195202SNWD 178 0 127 0 127 0 127 0 127 0 127 0 102 0 152 0 152 0 127 0 102 0 76 0 76 0 51 0 51 0 51 0 51 0 102 0 279 0 356 0 356 0 356 0 305 0 305 0 305 0 305 0 229 0 178 0 127 0-9999 -9999 +USW00014922195202WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922195202WT06-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195202WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922195202WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195202WT16-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195202WT18-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922195203TMAX -56 0 -17 0 -22 0 -117 0 -28 0 0 0 -22 0 -6 0 33 0 28 0 33 0 11 0 22 0 28 0 6 0 17 0 22 0 28 0 33 0 11 0 28 0 -11 0 -50 0 -39 0 -11 0 -6 0 11 0 56 0 83 0 100 0 44 0 +USW00014922195203TMIN -183 0 -78 0 -144 0 -189 0 -200 0 -106 0 -61 0 -39 0 -22 0 -39 0 -72 0 -28 0 -50 0 -89 0 -83 0 -94 0 -56 0 6 0 6 0 -11 0 -17 0 -56 0 -94 0 -133 0 -156 0 -133 0 -100 0 -50 0 -39 0 44 0 17 0 +USW00014922195203PRCP 0T 0 38 0 3 0 0 0 0 0 0 0 64 0 48 0 3 0 0 0 0 0 8 0 3 0 0 0 0 0 0 0 18 0 74 0 28 0 3 0 0T 0 356 0 10 0 0T 0 0 0 0 0 3 0 0 0 0 0 5 0 124 0 +USW00014922195203SNOW 0T 0 36 0 3 0 0 0 0 0 0 0 79 0 48 0 0T 0 0 0 0 0 15 0 5 0 0 0 0 0 0 0 13 0 51 0 28 0 8 0 0T 0 348 0 10 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 +USW00014922195203SNWD 127 0 152 0 152 0 152 0 127 0 127 0 178 0 254 0 229 0 152 0 102 0 102 0 102 0 76 0 76 0 51 0 51 0 76 0 51 0 51 0 51 0 356 0 406 0 381 0 330 0 305 0 279 0 203 0 76 0 25 0 0T 0 +USW00014922195203WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 1 0 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 X 1 X 1 0-9999 -9999 1 0 1 0 +USW00014922195203WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922195203WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195203WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195203WT08-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195203WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195203WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922195203WT18 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922195204TMAX 44 0 28 0 11 0 56 0 39 0 72 0 139 0 194 0 22 0 33 0 50 0 67 0 106 0 133 0 200 0 194 0 200 0 189 0 244 0 267 0 189 0 144 0 167 0 194 0 233 0 272 0 294 0 306 0 333 0 328 0-9999 +USW00014922195204TMIN 17 0 6 0 -17 0 -11 0 0 0 -22 0 -17 0 22 0 -28 0 -50 0 -39 0 0 0 11 0 11 0 -6 0 33 0 50 0 72 0 83 0 111 0 122 0 78 0 56 0 50 0 78 0 94 0 133 0 139 0 161 0 150 0-9999 +USW00014922195204PRCP 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 53 0 23 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 71 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195204SNOW 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 15 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195204SNWD 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195204WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195204WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195204WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195204WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922195204WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195204WT18-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195205TMAX 289 0 278 0 322 0 328 0 228 0 194 0 139 0 183 0 178 0 111 0 89 0 172 0 217 0 194 0 183 0 167 0 178 0 178 0 206 0 222 0 228 0 211 0 183 0 228 0 250 0 283 0 189 0 117 0 178 0 150 0 194 0 +USW00014922195205TMIN 161 0 111 0 133 0 178 0 144 0 83 0 72 0 67 0 106 0 39 0 28 0 50 0 61 0 111 0 61 0 78 0 61 0 106 0 100 0 78 0 111 0 106 0 133 0 133 0 128 0 100 0 89 0 61 0 39 0 83 0 94 0 +USW00014922195205PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 97 0 0 0 0T 0 5 0 51 0 0 0 0 0 122 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 5 0 0T 0 0 0 97 0 64 0 0 0 196 0 76 0 15 0 +USW00014922195205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195205WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195205WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922195205WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195205WT16-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X +USW00014922195206TMAX 239 0 294 0 228 0 183 0 311 0 322 0 328 0 267 0 278 0 267 0 233 0 289 0 217 0 328 0 261 0 261 0 289 0 244 0 244 0 178 0 167 0 233 0 278 0 306 0 250 0 250 0 228 0 317 0 261 0 278 0-9999 +USW00014922195206TMIN 72 0 156 0 128 0 144 0 144 0 178 0 200 0 161 0 122 0 156 0 144 0 144 0 167 0 172 0 211 0 167 0 150 0 161 0 128 0 128 0 122 0 144 0 178 0 167 0 178 0 167 0 178 0 183 0 189 0 139 0-9999 +USW00014922195206PRCP 0T 0 3 0 0 0 5 0 0 0 0 0 0 0 3 0 0 0 0 0 99 0 0T 0 297 0 0 0 66 0 69 0 0 0 0 0 0 0 74 0 0T 0 0T 0 284 0 76 0 0 0 0 0 36 0 0T 0 0 0 0 0-9999 +USW00014922195206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195206WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X 1 0-9999 -9999 -9999 -9999 1 X-9999 1 0-9999 +USW00014922195206WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195206WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922195206WT16 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922195207TMAX 289 0 311 0 267 0 322 0 311 0 306 0 228 0 239 0 289 0 322 0 300 0 311 0 261 0 206 0 250 0 306 0 311 0 311 0 339 0 306 0 339 0 322 0 244 0 289 0 311 0 322 0 272 0 228 0 267 0 233 0 300 0 +USW00014922195207TMIN 183 0 189 0 172 0 156 0 183 0 211 0 139 0 144 0 150 0 172 0 200 0 178 0 178 0 150 0 128 0 150 0 189 0 233 0 200 0 200 0 178 0 200 0 161 0 150 0 194 0 167 0 211 0 144 0 94 0 139 0 128 0 +USW00014922195207PRCP 0 0 229 0 0 0 0 0 0 0 15 0 25 0 0 0 0 0 102 0 0T 0 234 0 56 0 38 0 0 0 0 0 262 0 0 0 99 0 91 0 0 0 8 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922195207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195207WESD 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X +USW00014922195207WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195207WT03-9999 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195207WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195207WT16-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922195208TMAX 306 0 306 0 261 0 178 0 250 0 244 0 283 0 222 0 233 0 278 0 200 0 256 0 283 0 328 0 283 0 272 0 233 0 283 0 272 0 294 0 244 0 239 0 250 0 272 0 278 0 283 0 322 0 233 0 200 0 250 0 239 0 +USW00014922195208TMIN 183 0 189 0 150 0 128 0 106 0 150 0 156 0 172 0 139 0 122 0 128 0 106 0 172 0 178 0 178 0 139 0 156 0 128 0 189 0 183 0 139 0 106 0 111 0 128 0 128 0 150 0 211 0 172 0 150 0 183 0 161 0 +USW00014922195208PRCP 5 0 0 0 165 0 3 0 0 0 102 0 5 0 262 0 0 0 178 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 109 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 20 0 137 0 56 0 3 0 +USW00014922195208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195208WESD 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X +USW00014922195208WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922195208WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 +USW00014922195208WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195208WT16 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00014922195209TMAX 161 0 128 0 239 0 283 0 267 0 200 0 206 0 317 0 333 0 322 0 311 0 317 0 317 0 233 0 200 0 256 0 211 0 178 0 156 0 156 0 144 0 156 0 167 0 239 0 239 0 222 0 294 0 267 0 261 0 261 0-9999 +USW00014922195209TMIN 111 0 78 0 56 0 111 0 133 0 106 0 100 0 156 0 200 0 189 0 206 0 194 0 172 0 117 0 94 0 72 0 117 0 100 0 72 0 39 0 67 0 61 0 39 0 56 0 106 0 72 0 144 0 144 0 83 0 133 0-9999 +USW00014922195209PRCP 0 0 0T 0 0 0 0 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 0 0 36 0 8 0 0 0 0 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0-9999 +USW00014922195209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195209WESD 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X-9999 +USW00014922195209WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922195209WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922195209WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195209WT16-9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922195210TMAX 172 0 117 0 206 0 78 0 28 0 44 0 94 0 183 0 144 0 172 0 172 0 172 0 128 0 89 0 61 0 0 0 56 0 194 0 100 0 67 0 139 0 206 0 189 0 239 0 172 0 161 0 94 0 39 0 133 0 183 0 189 0 +USW00014922195210TMIN 78 0 39 0 28 0 -17 0 -39 0 17 0 -22 0 44 0 22 0 17 0 56 0 50 0 50 0 6 0 -28 0 -50 0 -56 0 -11 0 -22 0 -56 0 -17 0 67 0 17 0 22 0 72 0 39 0 -11 0 -44 0 -56 0 0 0 33 0 +USW00014922195210PRCP 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195210SNOW 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195210WESD 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X 5471 X +USW00014922195210WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195210WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195210WT18-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195211TMAX 150 0 106 0 94 0 156 0 106 0 50 0 100 0 89 0 22 0 56 0 111 0 167 0 161 0 161 0 100 0 128 0 150 0 94 0 39 0 50 0 72 0 61 0 22 0 28 0 6 0 -11 0 -100 0 -89 0 -56 0 -56 0-9999 +USW00014922195211TMIN 22 0 0 0 -39 0 17 0 44 0 0 0 -50 0 -11 0 -44 0 -83 0 -11 0 17 0 28 0 50 0 0 0 72 0 94 0 33 0 -11 0 -61 0 -11 0 -6 0 -56 0 -78 0 -22 0 -100 0 -156 0 -206 0 -117 0 -178 0-9999 +USW00014922195211PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 30 0 0T 0 0T 0 0 0 0 0 0 0 0 0 8 0 140 0 124 0 0T 0 0 0 0 0 0 0-9999 +USW00014922195211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 8 0 135 0 114 0 0T 0 0 0 0 0 0 0-9999 +USW00014922195211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 203 0 229 0 229 0 203 0 203 0-9999 +USW00014922195211WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 36 X 234 X 259 X 254 X 249 X 241 X-9999 +USW00014922195211WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922195211WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195211WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195211WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195211WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195211WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922195212TMAX -11 0 -6 0 0 0 17 0 0 0 -11 0 33 0 56 0 28 0 -6 0 -6 0 -44 0 -56 0 -28 0 33 0 22 0 -11 0 -56 0 -50 0 -6 0 -17 0 0 0 6 0 -22 0 -78 0 -39 0 -67 0 -39 0 -44 0 -28 0 -28 0 +USW00014922195212TMIN -94 0 -28 0 -17 0 -22 0 -56 0 -67 0 -106 0 0 0 -17 0 -50 0 -72 0 -83 0 -100 0 -100 0 -117 0 -100 0 -106 0 -144 0 -111 0 -56 0 -67 0 -22 0 -22 0 -122 0 -150 0 -122 0 -156 0 -139 0 -128 0 -106 0 -56 0 +USW00014922195212PRCP 15 0 0T 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 53 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 8 0 8 0 0T 0 28 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 +USW00014922195212SNOW 18 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 84 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 10 0 13 0 0T 0 25 0 0T 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 +USW00014922195212SNWD 178 0 203 0 178 0 178 0 178 0 127 0 127 0 102 0 76 0 51 0 51 0 127 0 127 0 127 0 127 0 102 0 76 0 76 0 76 0 102 0 102 0 102 0 127 0 127 0 127 0 127 0 127 0 127 0 102 0 102 0 102 0 +USW00014922195212WESD 229 X 241 X 239 X 239 X 236 X 183 X 178 X 147 X 114 X 84 X 79 X 137 X 127 X 127 X 122 X 122 X 122 X 122 X 127 X 142 X 142 X 142 X 170 X 170 X 170 X 150 X 150 X 150 X 145 X 145 X 142 X +USW00014922195212WT01-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922195212WT06-9999 -9999 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922195212WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00014922195212WT16-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922195212WT18 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X +USW00014922195301TMAX -33 0 -44 0 -39 0 -33 0 -122 0 -122 0 -72 0 -28 0 -22 0 44 0 -50 0 22 0 -22 0 -11 0 -28 0 -156 0 -50 0 -61 0 -61 0 -56 0 -6 0 -6 0 -22 0 -33 0 -72 0 -11 0 -22 0 -100 0 -78 0 -33 0 -11 0 +USW00014922195301TMIN -72 0 -83 0 -106 0 -122 0 -211 0 -217 0 -222 0 -111 0 -72 0 -83 0 -161 0 -83 0 -61 0 -44 0 -228 0 -261 0 -167 0 -150 0 -133 0 -106 0 -56 0 -22 0 -94 0 -111 0 -122 0 -94 0 -128 0 -156 0 -156 0 -78 0 -211 0 +USW00014922195301PRCP 8 0 0T 0 3 0 5 0 0 0 28 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0T 0 81 0 0 0 0 0 0T 0 3 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 8 0 0T 0 0T 0 +USW00014922195301SNOW 13 0 0T 0 5 0 10 0 0 0 28 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0T 0 81 0 0 0 0 0 0T 0 3 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 8 0 0T 0 0T 0 +USW00014922195301SNWD 102 0 102 0 102 0 102 0 102 0 102 0 127 0 127 0 127 0 127 0 127 0 127 0 102 0 102 0 127 0 178 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 +USW00014922195301WESD 142 X 150 X 147 X 150 X 155 X 157 X 183 X 183 X 178 X 178 X 178 X 178 X 178 X 178 X 178 X 259 X 254 X 254 X 254 X 254 X 254 X 254 X 249 X 249 X 249 X 249 X 249 X 249 X 249 X 257 X 257 X +USW00014922195301WT01 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 X 1 0-9999 -9999 1 0 1 X 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 X 1 0-9999 -9999 1 0 1 0 +USW00014922195301WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195301WT06-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 0-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922195301WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922195301WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195301WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922195301WT18 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X +USW00014922195302TMAX -156 0 -106 0 11 0 11 0 28 0 -11 0 -17 0 -44 0 -22 0 0 0 -6 0 -22 0 17 0 -22 0 -122 0 -122 0 -67 0 0 0 -39 0 -39 0 -133 0 -11 0 33 0 17 0 6 0 33 0 17 0 -22 0-9999 -9999 -9999 +USW00014922195302TMIN -239 0 -161 0 -161 0 -111 0 -56 0 -39 0 -117 0 -172 0 -111 0 -44 0 -72 0 -106 0 -139 0 -167 0 -194 0 -228 0 -228 0 -117 0 -61 0 -133 0 -211 0 -194 0 -133 0 -83 0 -78 0 -28 0 -100 0 -128 0-9999 -9999 -9999 +USW00014922195302PRCP 38 0 15 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 104 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 58 0 84 0 5 0 0T 0 0 0 0T 0 0T 0 8 0 0T 0 0 0-9999 -9999 -9999 +USW00014922195302SNOW 51 0 15 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 109 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 61 0 94 0 5 0 0T 0 0 0 0T 0 0T 0 5 0 0T 0 0 0-9999 -9999 -9999 +USW00014922195302SNWD 127 0 178 0 178 0 178 0 178 0 152 0 152 0 127 0 127 0 127 0 203 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 152 0 229 0 330 0 330 0 330 0 305 0 279 0 279 0 254 0 229 0-9999 -9999 -9999 +USW00014922195302WESD 257 X 300 X 300 X 297 X 290 X 279 X 279 X 277 X 277 X 307 X 384 X 356 X 356 X 335 X 335 X 335 X 330 X 330 X 330 X 394 X 475 X 475 X 475 X 475 X 475 X 475 X 483 X 480 X-9999 -9999 -9999 +USW00014922195302WT01-9999 1 0 1 0 1 0 1 0-9999 -9999 1 X-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195302WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195302WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195302WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195302WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195302WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922195302WT18 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922195303TMAX -44 0 -44 0 -28 0 -50 0 -72 0 -106 0 -67 0 -11 0 72 0 72 0 61 0 44 0 6 0 6 X 6 0 33 0 111 0 78 X 50 0 139 X 144 0 122 0 50 0 17 0 39 0 94 0 117 0 117 0 122 0 67 0 133 0 +USW00014922195303TMIN -150 0 -89 0 -117 0 -139 0 -156 0 -156 0 -156 0 -78 0 -56 0 -11 0 39 0 -22 0 -39 0 -28 X -67 0 -106 0 -72 0 -22 X -44 0 0 X 39 0 28 0 -50 0 -61 0 -39 0 -39 0 -28 0 6 0 -11 0 33 0 28 0 +USW00014922195303PRCP 0 0 66 0 0T 0 0T 0 0T 0 0T 0 5 0 0T 0 0 0 0T 0 0T 0 5 0 0T 0 69 X 69 0 0 0 0 0 5 X 0 0 0T X 119 0 33 0 5 0 3 0 0T 0 0 0 0 0 0 0 0 0 5 0 0 0 +USW00014922195303SNOW 0 0 66 0 0T 0 0T 0 0T 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 0T 0 20 X 74 0 0 0 0 0 0T X 0 0 0 X 0T 0 0 0 3 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195303SNWD 229 0 229 0 279 0 279 0 254 0 254 0 254 0 254 0 229 0 152 0 102 0 25 0 25 0 25 X 127 0 102 0 76 0 25 X 0T 0 0T X 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195303WESD 480 X 485 X 551 X 549 X 544 X 538 X 538 X 544 X 544 X 508 X 384 X-9999 -9999 -9999 254 X 254 X 229 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195303WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 0 1 X 1 X 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 0-9999 +USW00014922195303WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195303WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195303WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195303WT06-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195303WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922195303WT09-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195303WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922195303WT18-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195304TMAX 117 0 139 0 50 0 67 0 78 0 117 0 117 0 72 0 50 0 56 0 56 0 67 0 122 0 156 0 72 0 0 0 6 0 -6 0 33 0 128 0 194 0 200 0 200 0 139 0 67 0 56 0 128 0 128 0 106 0 83 0-9999 +USW00014922195304TMIN 22 0 11 0 11 0 11 0 0 0 -6 0 50 0 33 0 22 0 6 0 -17 0 -28 0 -28 0 0 0 -17 0 -50 0 -72 0 -61 0 -22 0 -11 0 0 0 106 0 61 0 61 0 6 0 11 0 -6 0 -11 0 39 0 44 0-9999 +USW00014922195304PRCP 0 0 38 0 102 0 0T 0 0 0 0 0 10 0 43 0 3 0 0T 0 0T 0 0 0 0 0 10 0 66 0 0T 0 0 0 3 0 3 0 0 0 0T 0 0T 0 0 0 28 0 112 0 0T 0 0 0 0T 0 10 0 91 0-9999 +USW00014922195304SNOW 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00014922195304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00014922195304WT01-9999 1 0 1 0-9999 -9999 1 X-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922195304WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195304WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195304WT16-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00014922195304WT18-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922195305TMAX 61 0 78 0 183 0 217 0 228 0 272 X 300 0 283 0 278 0 278 0 167 0 67 0 117 0 139 0 183 0 189 0 222 0 194 0 267 0 256 0 161 0 144 0 200 0 194 0 283 0 200 0 200 0 183 0 317 0 306 0 233 0 +USW00014922195305TMIN 44 0 50 0 28 0 39 0 72 0 78 X 106 0 122 0 139 0 122 0 50 0 6 0 -17 0 33 0 78 0 56 0 89 0 89 0 94 0 139 0 67 0 94 0 83 0 122 0 144 0 122 0 89 0 128 0 156 0 183 0 156 0 +USW00014922195305PRCP 84 0 66 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 61 0 0 0 3 0 0 0 0 0 18 0 0 0 0 0 0 0 0T 0 124 0 28 0 23 0 0 0 15 0 0T 0 0 0 0T 0 18 0 48 0 0 0 0 0 +USW00014922195305SNOW 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195305SNWD 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195305WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195305WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0-9999 -9999 +USW00014922195305WT08-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195305WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00014922195305WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195306TMAX 233 0 267 0 294 0 289 0 172 0 161 0 156 0 200 0 217 0 289 0 300 0 344 0 317 0 289 0 294 0 278 0 300 0 367 0 339 0 317 0 261 0 233 0 200 0 306 0 233 0 283 0 256 0 283 0 333 0 350 0-9999 +USW00014922195306TMIN 111 0 128 0 156 0 172 0 117 0 100 0 78 0 144 0 122 0 139 0 200 0 189 0 211 0 200 0 200 0 167 0 167 0 228 0 211 0 161 0 144 0 144 0 128 0 150 0 167 0 133 0 161 0 150 0 178 0 250 0-9999 +USW00014922195306PRCP 0 0 0 0 18 0 0 0 0 0 0 0 307 0 25 0 0 0 0 0 0 0 0 0 46 0 0 0 18 0 0 0 0 0 0 0 328 0 15 0 0 0 0 0 124 0 378 0 36 0 0 0 508 0 0 0 0 0 0 0-9999 +USW00014922195306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195306WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922195306WT03-9999 -9999 1 0-9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00014922195306WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195306WT16-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922195307TMAX 294 0 250 0 272 0 317 0 239 0 267 0 222 0 222 0 239 0 278 0 289 0 272 0 267 0 267 0 322 0 333 0 311 0 311 0 289 0 317 0 267 0 278 0 244 0 283 0 294 0 261 0 311 0 311 0 267 0 278 0 278 0 +USW00014922195307TMIN 239 0 178 0 139 0 194 0 156 0 139 0 139 0 111 0 122 0 128 0 161 0 172 0 178 0 189 0 183 0 189 0 194 0 189 0 194 0 200 0 183 0 156 0 133 0 133 0 217 0 167 0 161 0 211 0 194 0 167 0 189 0 +USW00014922195307PRCP 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 345 0 15 0 3 0 8 0 0T 0 315 0 0 0 86 0 51 0 246 0 0 0 0 0 0 0 53 0 432 0 0 0 79 0 0 0 0 0 94 0 +USW00014922195307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195307WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0-9999 +USW00014922195307WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 X-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 +USW00014922195307WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195307WT16 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X +USW00014922195308TMAX 244 0 233 0 272 0 250 0 267 0 250 0 206 0 244 0 261 0 306 0 267 0 289 0 311 0 256 0 267 0 256 0 283 0 278 0 289 0 278 0 294 0 294 0 300 0 306 0 328 0 333 0 333 0 328 0 294 0 339 0 328 0 +USW00014922195308TMIN 206 0 194 0 211 0 167 0 167 0 167 0 139 0 167 0 150 0 167 0 189 0 161 0 178 0 183 0 144 0 150 0 144 0 161 0 144 0 144 0 139 0 150 0 156 0 172 0 211 0 206 0 239 0 211 0 206 0 206 0 222 0 +USW00014922195308PRCP 124 0 3 0 135 0 5 0 28 0 56 0 66 0 0 0 0 0 0 0 109 0 0T 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 89 0 0T 0 43 0 +USW00014922195308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195308WT01 1 X 1 0 1 0 1 0-9999 -9999 -9999 1 X 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195308WT03 1 0-9999 1 X-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00014922195308WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195308WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922195309TMAX 350 0 339 0 244 0 194 0 244 0 200 0 244 0 278 0 278 0 278 0 244 0 156 0 183 0 228 0 222 0 261 0 261 0 211 0 267 0 172 0 139 0 200 0 206 0 261 0 144 0 189 0 222 0 244 0 244 0 244 0-9999 +USW00014922195309TMIN 233 0 244 0 128 0 100 0 89 0 100 0 67 0 128 0 144 0 122 0 144 0 78 0 44 0 94 0 117 0 83 0 150 0 106 0 94 0 83 0 56 0 28 0 94 0 89 0 100 0 61 0 39 0 89 0 117 0 56 0-9999 +USW00014922195309PRCP 0 0 0 0 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 56 0 0T 0 8 0 0 0 0T 0 0 0 0 0 3 0 0T 0 3 0 0 0 0 0 3 0 61 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00014922195309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195309WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195309WT16-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922195310TMAX 272 0 317 0 250 0 200 0 167 0 111 0 167 0 200 0 206 0 233 0 211 0 200 0 250 0 278 0 283 0 283 0 267 0 289 0 272 0 283 0 267 0 206 0 111 0 144 0 144 0 83 0 72 0 117 0 189 0 211 0 83 0 +USW00014922195310TMIN 111 0 156 0 83 0 39 0 56 0 17 0 6 0 67 0 50 0 94 0 72 0 78 0 83 0 144 0 89 0 117 0 167 0 139 0 139 0 128 0 150 0 111 0 72 0 50 0 50 0 11 0 11 0 -11 0 11 0 67 0 17 0 +USW00014922195310PRCP 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 8 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195310WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195310WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922195310WT16-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195311TMAX 172 0 194 0 111 0 39 0 50 0 78 0 78 0 78 0 94 0 122 0 83 0 117 0 183 0 183 0 206 0 200 0 217 0 172 0 122 0 117 0 44 0 -6 0 67 0 17 0 0 0 -6 0 -33 0 -28 0 0 0 44 0-9999 +USW00014922195311TMIN 17 0 44 0 11 0 -39 0 -72 0 -67 0 -44 0 -33 0 -50 0 -6 0 0 0 0 0 6 0 50 0 39 0 61 0 44 0 117 0 28 0 33 0 -11 0 -28 0 -17 0 -6 0 -44 0 -67 0 -78 0 -78 0 -50 0 -67 0-9999 +USW00014922195311PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 137 0 185 0 46 0 0T 0 13 0 0T 0 3 0 0T 0 0T 0 8 0 0T 0 0 0-9999 +USW00014922195311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 0T 0 0 0 0T 0 3 0 0T 0 0T 0 8 0 0T 0 0 0-9999 +USW00014922195311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0-9999 +USW00014922195311WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195311WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195311WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922195311WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195311WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922195311WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922195312TMAX 44 0 56 0 72 0 67 0 -33 0 -17 0 39 0 0 0 -33 0 28 0 22 0 11 0 -6 0 -50 0 -89 0 -150 0 -133 0 -17 0 28 0 28 0 11 0 -128 0 -39 0 44 0 22 0 11 0 22 0 22 0 22 0 -78 0 50 0 +USW00014922195312TMIN -56 0 0 0 0 0 -94 0 -94 0 -83 0 -39 0 -78 0 -78 0 -83 0 -67 0 -72 0 -61 0 -106 0 -167 0 -222 0 -256 0 -167 0 -89 0 -50 0 -133 0 -189 0 -211 0 -67 0 -39 0 -33 0 -94 0 -128 0 -194 0 -211 0 -128 0 +USW00014922195312PRCP 33 0 0T 0 267 0 25 0 25 0 3 0 0 0 0 0 0T 0 0T 0 0 0 25 0 3 0 0T 0 38 0 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 5 0 15 0 5 0 +USW00014922195312SNOW 0 0 0 0 0T 0 10 0 38 0 3 0 0 0 0 0 0T 0 0 0 0 0 25 0 5 0 0T 0 41 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 5 0 18 0 5 0 +USW00014922195312SNWD 0T 0 0 0 0T 0 0 0 0T 0 51 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 76 0 51 0 51 0 51 0 51 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 +USW00014922195312WESD-9999 -9999 -9999 -9999 -9999 30 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 86 X 81 X 79 X 76 X 66 X 58 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195312WT01-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 X-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195312WT04-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195312WT06-9999 -9999 1 0 1 X 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195312WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195312WT16 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195312WT18-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00014922195401TMAX 22 0 17 0 -22 0 22 0 6 0 -33 0 -28 0 22 0 -100 0 -83 0 -128 0 -172 0 -61 0 -50 0 -61 0 -217 0 -183 0 -83 0 -78 0 -133 0 -217 0 -78 0 17 0 -28 0 -100 0 -100 0 -56 0 -56 0 -22 0 -111 0 -22 0 +USW00014922195401TMIN -61 0 -78 0 -83 0 -78 0 -111 0 -122 0 -89 0 -100 0 -189 0 -222 0 -239 0 -278 0 -178 0 -150 0 -217 0 -300 0 -317 0 -183 0 -189 0 -261 0 -300 0 -250 0 -83 0 -172 0 -172 0 -128 0 -144 0 -161 0 -161 0 -200 0 -156 0 +USW00014922195401PRCP 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 3 0 3 0 0 0 0 0 18 0 0T 0 3 0 5 0 0 0 0T 0 0T 0 23 0 0 0 0 0 0 0 0T 0 5 0 0 0 5 0 0 0 0 0 0 0 0 0 +USW00014922195401SNOW 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 3 0 8 0 0 0 0 0 20 0 0T 0 3 0 5 0 0 0 0T 0 0T 0 30 0 0 0 0 0 0 0 0T 0 10 0 0 0 13 0 0 0 0 0 0 0 0 0 +USW00014922195401SNWD 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 25 0 25 0 25 0 51 0 51 0 51 0 51 0 25 0 25 0 25 0 25 0 51 0 51 0 25 0 25 0 +USW00014922195401WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 X 76 X 76 X 76 X-9999 -9999 -9999 -9999 81 X 79 X-9999 -9999 +USW00014922195401WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 0 +USW00014922195401WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195401WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 +USW00014922195401WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195401WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195401WT18-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922195402TMAX 50 0 56 0 28 0 67 0 28 0 0 0 22 0 72 0 89 0 11 0 -111 0 -50 0 72 0 89 0 61 0 100 0 94 0 133 0 128 0 61 0 17 0 6 0 6 0 28 0 44 0 56 0 44 0 22 0-9999 -9999 -9999 +USW00014922195402TMIN -56 0 -17 0 -56 0 0 0 -44 0 -100 0 -89 0 0 0 -50 0 -111 0 -178 0 -189 0 -50 0 -11 0 -28 0 -67 0 -17 0 17 0 11 0 6 0 -50 0 -61 0 -22 0 -22 0 -39 0 -17 0 -17 0 -50 0-9999 -9999 -9999 +USW00014922195402PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 66 0 0 0 5 0 5 0 0 0 0 0 5 0 0 0 0 0-9999 -9999 -9999 +USW00014922195402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 10 0 8 0 0 0 0 0 5 0 0 0 0 0-9999 -9999 -9999 +USW00014922195402SNWD 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 25 0 0T 0 0 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00014922195402WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195402WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195402WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195402WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922195403TMAX 33 0 -28 0 -83 0 -56 0 -33 0 117 0 28 0 44 0 44 0 50 0 33 0 -11 0 -44 0 -6 0 17 0 50 0 117 0 100 0 44 0 17 0 56 0 28 0 78 0 33 0 22 0 22 0 50 0 -22 0 -33 0 -6 0 11 0 +USW00014922195403TMIN -56 0 -111 0 -172 0 -167 0 -156 0 -94 0 -39 0 -83 0 -22 0 -50 0 -11 0 -67 0 -94 0 -106 0 -94 0 -100 0 0 0 22 0 -22 0 -44 0 -61 0 -17 0 -33 0 11 0 -44 0 -78 0 -28 0 -94 0 -106 0 -78 0 -94 0 +USW00014922195403PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 168 0 30 0 3 0 0 0 0T 0 0 0 18 0 127 0 0 0 0 0 51 0 0 0 38 0 71 0 0 0 0T 0 5 0 0 0 15 0 0T 0 +USW00014922195403SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 163 0 30 0 3 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 30 0 0 0 8 0 10 0 0 0 0T 0 5 0 0 0 15 0 0T 0 +USW00014922195403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 178 0 178 0 152 0 127 0 51 0 0T 0 0T 0 0 0 0 0 25 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 +USW00014922195403WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 196 X 191 X 175 X 137 X 89 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195403WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195403WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195403WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195403WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195403WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195403WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195403WT09-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195403WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195403WT18-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X +USW00014922195404TMAX 61 0 -28 0 -28 0 89 0 183 0 250 0 156 0 72 0 144 0 156 0 94 0 194 0 250 0 294 0 178 0 106 0 194 0 150 0 139 0 178 0 133 0 128 0 172 0 194 0 139 0 144 0 128 0 139 0 111 0 67 0-9999 +USW00014922195404TMIN -39 0 -122 0 -128 0 -39 0 -11 0 50 0 -28 0 -44 0 22 0 67 0 22 0 -22 0 89 0 128 0 39 0 6 0 28 0 39 0 33 0 67 0 28 0 11 0 44 0 100 0 72 0 50 0 39 0 33 0 67 0 33 0-9999 +USW00014922195404PRCP 0 0 5 0 0 0 0 0 0 0 0 0 41 0 0 0 0T 0 0 0 0 0 0 0 3 0 15 0 53 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0T 0 140 0 3 0 150 0 0 0 0 0 91 0 389 0-9999 +USW00014922195404SNOW 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00014922195404SNWD 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195404WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 +USW00014922195404WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 X-9999 -9999 1 X-9999 -9999 +USW00014922195404WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195404WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195404WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00014922195404WT18-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195405TMAX 78 0 67 0 17 0 72 0 106 0 106 0 72 0 83 0 150 0 167 0 156 0 200 0 244 0 244 0 239 0 189 0 172 0 156 0 172 0 217 0 222 0 272 0 283 0 167 0 200 0 172 0 150 0 183 0 200 0 244 0 211 0 +USW00014922195405TMIN 28 0 -17 0 -33 0 -11 0 11 0 11 0 11 0 0 0 50 0 83 0 67 0 50 0 78 0 106 0 144 0 94 0 61 0 83 0 56 0 56 0 122 0 128 0 133 0 111 0 83 0 94 0 94 0 89 0 78 0 106 0 83 0 +USW00014922195405PRCP 15 0 178 0 5 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 152 0 0T 0 0 0 56 0 64 0 0T 0 0T 0 0 0 175 0 +USW00014922195405SNOW 0 0 56 0 5 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195405SNWD 0 0 0 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195405WESD-9999 -9999 66 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195405WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 +USW00014922195405WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X +USW00014922195405WT04-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195405WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195405WT09-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195405WT16 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X +USW00014922195405WT18-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195406TMAX 161 0 183 0 194 0 200 0 222 0 267 0 267 0 294 0 311 0 294 0 333 0 317 0 306 0 322 0 278 0 289 0 311 0 233 0 283 0 272 0 250 0 256 0 306 0 328 0 294 0 283 0 261 0 322 0 300 0 228 0-9999 +USW00014922195406TMIN 83 0 106 0 94 0 67 0 89 0 139 0 156 0 156 0 172 0 183 0 206 0 189 0 178 0 194 0 200 0 172 0 178 0 156 0 161 0 172 0 167 0 167 0 139 0 244 0 217 0 211 0 172 0 189 0 194 0 144 0-9999 +USW00014922195406PRCP 0 0 3 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 5 0 25 0 0 0 48 0 23 0 97 0 20 0 198 0 620 0 38 0 0T 0 0T 0 0 0 0 0 25 0 0 0 0T 0 71 0 20 0 0 0-9999 +USW00014922195406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195406WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195406WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 X 1 X 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00014922195406WT16-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00014922195407TMAX 267 0 256 0 250 0 278 0 289 0 300 0 272 0 294 0 261 0 278 0 333 0 322 0 339 0 289 0 294 0 306 0 300 0 300 0 350 0 289 0 283 0 306 0 267 0 311 0 322 0 322 0 306 0 283 0 306 0 211 0 239 0 +USW00014922195407TMIN 128 0 156 0 144 0 167 0 172 0 178 0 178 0 183 0 178 0 189 0 206 0 233 0 211 0 211 0 172 0 206 0 200 0 183 0 183 0 189 0 167 0 172 0 178 0 156 0 178 0 189 0 222 0 194 0 167 0 144 0 144 0 +USW00014922195407PRCP 0T 0 30 0 41 0 0 0 0 0 33 0 0 0 0T 0 56 0 20 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 10 0 58 0 0 0 0 0 0 0 3 0 0T 0 0T 0 86 0 0 0 +USW00014922195407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195407WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 +USW00014922195407WT03 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922195407WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195407WT16 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00014922195408TMAX 289 0 256 0 250 0 278 0 244 0 272 0 278 0 283 0 278 0 239 0 250 0 267 0 261 0 289 0 322 0 233 0 244 0 261 0 278 0 300 0 261 0 261 0 294 0 311 0 272 0 233 0 283 0 322 0 256 0 228 0 261 0 +USW00014922195408TMIN 139 0 161 0 133 0 156 0 150 0 144 0 167 0 172 0 161 0 139 0 111 0 128 0 133 0 189 0 161 0 150 0 122 0 161 0 139 0 167 0 183 0 189 0 206 0 172 0 178 0 161 0 178 0 189 0 161 0 133 0 117 0 +USW00014922195408PRCP 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 231 0 0 0 0 0 3 0 0 0 69 0 0T 0 320 0 46 0 0 0 76 0 0T 0 13 0 0 0 0 0 0 0 0 0 +USW00014922195408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195408WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 X +USW00014922195408WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 1 X-9999 -9999 -9999 -9999 +USW00014922195408WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922195408WT16-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922195409TMAX 311 0 239 0 161 0 244 0 217 0 267 0 167 0 194 0 156 0 206 0 261 0 256 0 161 0 106 0 139 0 144 0 194 0 267 0 206 0 244 0 150 0 178 0 228 0 233 0 256 0 239 0 239 0 167 0 194 0 117 0-9999 +USW00014922195409TMIN 156 0 150 0 133 0 144 0 172 0 161 0 122 0 111 0 117 0 100 0 106 0 144 0 106 0 78 0 100 0 111 0 139 0 139 0 111 0 67 0 56 0 22 0 56 0 133 0 83 0 117 0 128 0 111 0 106 0 72 0-9999 +USW00014922195409PRCP 0T 0 0 0 28 0 3 0 56 0 0T 0 0 0 0T 0 119 0 0 0 3 0 41 0 140 0 48 0 0T 0 79 0 41 0 56 0 0 0 0T 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 224 0 0T 0 89 0-9999 +USW00014922195409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195409WT01-9999 -9999 1 0-9999 1 X-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 X 1 0 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 +USW00014922195409WT03 1 0-9999 -9999 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 0-9999 +USW00014922195409WT08-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195409WT16 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922195410TMAX 128 0 156 0 144 0 117 0 83 0 83 0 117 0 156 0 194 0 144 0 156 0 194 0 106 0 106 0 94 0 139 0 106 0 117 0 122 0 167 0 200 0 211 0 217 0 222 0 178 0 94 0 106 0 89 0 39 0 6 0 33 0 +USW00014922195410TMIN 67 0 89 0 111 0 61 0 44 0 28 0 17 0 67 0 133 0 106 0 100 0 100 0 67 0 50 0 33 0 28 0 11 0 -17 0 -6 0 0 0 56 0 56 0 94 0 72 0 94 0 22 0 -6 0 33 0 -28 0 -39 0 -61 0 +USW00014922195410PRCP 0T 0 0T 0 0T 0 0 0 0 0 0 0 69 0 10 0 0T 0 25 0 3 0 0T 0 56 0 33 0 10 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 91 0 0 0 3 0 3 0 0T 0 10 0 +USW00014922195410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 10 0 +USW00014922195410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195410WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 1 X 1 X 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195410WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195410WT16 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X +USW00014922195410WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922195411TMAX 6 0 17 0 67 0 39 0 89 0 117 0 167 0 133 0 117 0 189 0 144 0 122 0 150 0 56 0 117 0 161 0 133 0 83 0 50 0 78 0 72 0 72 0 78 0 33 0 -11 0 17 0 28 0 -11 0 -28 0 -33 0-9999 +USW00014922195411TMIN -50 0 -56 0 -28 0 -28 0 -44 0 17 0 22 0 44 0 22 0 28 0 33 0 0 0 28 0 -17 0 -22 0 39 0 61 0 22 0 11 0 28 0 17 0 -11 0 28 0 -22 0 -50 0 -44 0 -39 0 -39 0 -56 0 -67 0-9999 +USW00014922195411PRCP 3 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 23 0 0T 0 0 0 53 0 5 0 10 0 3 0 58 0-9999 +USW00014922195411SNOW 8 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 61 0 5 0 13 0 3 0 74 0-9999 +USW00014922195411SNWD 0T 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 25 0 25 0-9999 +USW00014922195411WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195411WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922195411WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195411WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922195411WT18 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922195412TMAX -39 0 -28 0 -17 0 -6 0 -33 0 -39 0 -28 0 0 0 -22 0 -11 0 -17 0 -22 0 -28 0 17 0 -6 0 -11 0 -6 0 -28 0 -28 0 -6 0 -6 0 22 0 33 0 17 0 33 0 -17 0 -61 0 -28 0 -28 0 -56 0 -22 0 +USW00014922195412TMIN -94 0 -100 0 -94 0 -111 0 -122 0 -144 0 -111 0 -72 0 -50 0 -94 0 -78 0 -89 0 -111 0 -28 0 -44 0 -50 0 -39 0 -94 0 -100 0 -39 0 -33 0 -33 0 -28 0 -28 0 -17 0 -94 0 -117 0 -122 0 -139 0 -117 0 -100 0 +USW00014922195412PRCP 15 0 0T 0 0T 0 0 0 0 0 0 0 0 0 8 0 13 0 0T 0 15 0 0T 0 0T 0 20 0 0T 0 0 0 8 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 +USW00014922195412SNOW 20 0 0T 0 0T 0 0 0 0 0 0 0 0 0 13 0 15 0 0T 0 0T 0 0T 0 0T 0 25 0 0T 0 0 0 18 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 3 0 +USW00014922195412SNWD 127 0 127 0 127 0 127 0 102 0 102 0 102 0 102 0 127 0 127 0 127 0 127 0 127 0 127 0 152 0 152 0 127 0 152 0 152 0 152 0 152 0 127 0 102 0 76 0 76 0 51 0 51 0 51 0 51 0 51 0 51 0 +USW00014922195412WESD 135 X 132 X 132 X 130 X 124 X 124 X 122 X 122 X 145 X 145 X 142 X 157 X 157 X 152 X 173 X 173 X 173 X 180 X 180 X 178 X 170 X 170 X 165 X 152 X 152 X 145 X 142 X 140 X 137 X 135 X 140 X +USW00014922195412WT01-9999 1 0-9999 1 X-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 X 1 X-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X +USW00014922195412WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195412WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 +USW00014922195412WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195412WT18 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922195501TMAX 11 0 -28 0 6 0 -17 0 -33 0 -33 0 -6 0 -28 0 -39 0 -39 0 -28 0 -39 0 -67 0 28 0 -50 0 -122 0 -78 0 -67 0 -39 0 -28 0 -28 0 -94 0 -122 0 -128 0 -122 0 -117 0 -178 0 -178 0 -106 0 -83 0 -17 0 +USW00014922195501TMIN -94 0 -128 0 -56 0 -78 0 -61 0 -117 0 -106 0 -106 0 -78 0 -89 0 -67 0 -111 0 -150 0 -78 0 -133 0 -183 0 -194 0 -133 0 -150 0 -111 0 -106 0 -150 0 -194 0 -144 0 -172 0 -267 0 -294 0 -233 0 -222 0 -233 0 -89 0 +USW00014922195501PRCP 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 10 0 0T 0 3 0 20 0 30 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 5 0 30 0 8 0 0T 0 0T 0 0T 0 5 0 5 0 0T 0 0T 0 0T 0 0 0 +USW00014922195501SNOW 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 18 0 0T 0 3 0 36 0 53 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 10 0 46 0 15 0 0T 0 3 0 0T 0 8 0 5 0 0T 0 0T 0 0T 0 0 0 +USW00014922195501SNWD 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 76 0 76 0 76 0 152 0 152 0 152 0 127 0 127 0 127 0 127 0 127 0 102 0 152 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 152 0 152 0 +USW00014922195501WESD 140 X 135 X 130 X 127 X 127 X 122 X 122 X 122 X 132 X 130 X 132 X 178 X 183 X 183 X 185 X 185 X 185 X 178 X 175 X 170 X 201 X 208 X 213 X 213 X 216 X 221 X 218 X 218 X 211 X 211 X 203 X +USW00014922195501WT01 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195501WT06-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195501WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922195501WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195501WT18-9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922195502TMAX -72 0 -22 0 -56 0 -44 0 -33 0 -61 0 -44 0 0 0 -11 0 -161 0 -172 0 -161 0 -67 0 -22 0 11 0 11 0 28 0 11 0 6 0 22 0 -100 0 -83 0 -50 0 -100 0 6 0 -28 0 -50 0 -11 0-9999 -9999 -9999 +USW00014922195502TMIN -133 0 -122 0 -139 0 -94 0 -133 0 -183 0 -206 0 -133 0 -161 0 -256 0 -267 0 -261 0 -206 0 -172 0 -106 0 -94 0 -106 0 -6 0 -33 0 -144 0 -167 0 -194 0 -206 0 -200 0 -189 0 -133 0 -100 0 -78 0-9999 -9999 -9999 +USW00014922195502PRCP 0 0 0T 0 0 0 86 0 18 0 0T 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 130 0 51 0 86 0 0T 0 0 0 5 0 13 0 0T 0 0 0 0T 0 0T 0-9999 -9999 -9999 +USW00014922195502SNOW 0 0 0T 0 0 0 102 0 25 0 0T 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 102 0 23 0 3 0 0T 0 0 0 8 0 13 0 0T 0 0 0 0T 0 0T 0-9999 -9999 -9999 +USW00014922195502SNWD 152 0 152 0 127 0 127 0 254 0 254 0 254 0 254 0 229 0 229 0 229 0 229 0 229 0 229 0 203 0 203 0 178 0 152 0 203 0 127 0 127 0 127 0 127 0 152 0 152 0 152 0 152 0 152 0-9999 -9999 -9999 +USW00014922195502WESD 203 X 203 X 203 X 198 X 300 X 300 X 300 X 284 X 287 X 287 X 287 X 284 X 282 X 279 X 274 X 272 X 267 X 262 X 389 X 495 X 493 X 490 X 488 X 503 X 503 X 500 X 500 X 500 X-9999 -9999 -9999 +USW00014922195502WT01-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922195502WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195502WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922195502WT08 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195502WT09-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195502WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922195502WT18-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00014922195503TMAX 33 X -44 0 11 0 6 0 -22 0 -128 0 -78 0 61 0 78 0 94 0 67 0 39 0 61 0 72 0 -11 0 -44 0 6 0 33 0 72 0 -6 0 -50 0 -6 0 -6 0 -56 0 -111 0 -22 0 -6 0 61 0 139 0 183 0 194 0 +USW00014922195503TMIN -139 X -150 0 -50 0 -44 0 -189 0 -217 0 -239 0 -78 0 6 0 6 0 -44 0 -56 0 -67 0 -22 0 -67 0 -139 0 -111 0 -106 0 -56 0 -89 0 -100 0 -139 0 -94 0 -133 0 -167 0 -178 0 -122 0 -78 0 -28 0 28 0 44 0 +USW00014922195503PRCP 0 0 0 0 0 0 0T 0 8 0 3 0 0T 0 10 0 0 0 0 0 13 0 0 0 3 0 25 0 0T 0 5 0 8 0 0 0 0T 0 41 0 18 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195503SNOW 0 0 0 0 0 0 0T 0 13 0 5 0 5 0 10 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 5 0 8 0 0 0 0T 0 41 0 20 0 0 0 3 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195503SNWD 152 X 127 0 127 0 127 0 102 0 127 0 127 0 152 0 102 0 76 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 51 0 51 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0 0 0 0 +USW00014922195503WESD 500 X 483 X 483 X 457 X 462 X 462 X 465 X 475 X 432 X 368 X 305 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 46 X 48 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195503WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195503WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195503WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195503WT09-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195503WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195503WT18-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922195504TMAX 178 0 222 0 167 0 111 0 106 0 78 0 117 0 217 0 250 0 256 0 244 0 167 0 156 0 139 0 194 0 183 0 228 0 194 0 178 0 194 0 133 0 178 0 128 0 100 0 206 0 239 0 267 0 167 0 233 0 267 0-9999 +USW00014922195504TMIN 44 0 39 0 39 0 28 0 28 0 11 0 -17 0 33 0 89 0 94 0 106 0 106 0 72 0 50 0 28 0 83 0 44 0 78 0 67 0 100 0 56 0 22 0 61 0 44 0 44 0 89 0 128 0 83 0 56 0 100 0-9999 +USW00014922195504PRCP 0 0 0 0 0 0 97 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 74 0 10 0 0T 0 0 0 0 0 0T 0 41 0 0 0 0 0 0 0 13 0 0 0 0 0-9999 +USW00014922195504SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195504PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1124 X-9999 +USW00014922195504WDFG-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 180W X-9999 +USW00014922195504WSFG-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 180 X-9999 +USW00014922195504WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195504WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195504WT05-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195504WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195504WT14-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195504WT16-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922195505TMAX 267 0 322 0 283 0 211 0 178 0 300 0 150 0 172 0 106 0 206 0 267 0 267 0 289 0 294 0 278 0 228 0 244 0 283 0 283 0 306 0 317 0 294 0 278 0 189 0 194 0 156 0 183 0 144 0 211 0 250 0 256 0 +USW00014922195505TMIN 144 0 167 0 172 0 122 0 83 0 78 0 22 0 6 0 78 0 83 0 83 0 122 0 100 0 128 0 106 0 100 0 72 0 117 0 139 0 161 0 172 0 161 0 128 0 111 0 83 0 111 0 117 0 106 0 100 0 78 0 111 0 +USW00014922195505PRCP 10 0 0 0 3 0 0 0 0 0 5 0 0 0 0 0 74 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 53 0 0T 0 30 0 0T 0 0 0 0 0 +USW00014922195505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195505WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00014922195505WT03 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195505WT16 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922195506TMAX 206 0 267 0 289 0 272 0 244 0 206 0 222 0 183 0 167 0 222 0 144 0 161 0 250 0 289 0 283 0 294 0 294 0 239 0 294 0 294 0 267 0 233 0 267 0 267 0 261 0 289 0 294 0 289 0 300 0 356 0-9999 +USW00014922195506TMIN 150 0 167 0 178 0 172 0 156 0 144 0 133 0 111 0 106 0 111 0 100 0 89 0 111 0 139 0 150 0 150 0 194 0 172 0 144 0 167 0 161 0 144 0 117 0 150 0 139 0 128 0 144 0 183 0 194 0 200 0-9999 +USW00014922195506PRCP 76 0 28 0 132 0 0T 0 56 0 0T 0 0 0 0 0 5 0 30 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0 0 15 0 23 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 5 0 5 0 10 0-9999 +USW00014922195506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195506WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195506WT03-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922195506WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195506WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922195507TMAX 333 0 322 0 350 0 322 0 311 X 333 0 339 0 294 0 261 0 283 0 233 0 317 0 306 0 272 0 239 0 256 0 294 0 339 0 350 0 328 0 350 0 322 0 267 0 283 0 328 0 378 0 272 0 378 0 356 0 350 0 356 0 +USW00014922195507TMIN 172 0 178 0 194 0 217 0 206 X 206 0 172 0 172 0 178 0 172 0 161 0 183 0 200 0 211 0 194 0 183 0 172 0 183 0 211 0 222 0 233 0 239 0 200 0 156 0 172 0 228 0 183 0 222 0 206 0 256 0 239 0 +USW00014922195507PRCP 109 0 8 0 48 0 0T 0 0 0 0 0 762 0 272 0 0 0 0 0 244 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 56 0 0 0 0 0 0 0 20 0 5 0 0 0 277 0 0T 0 0T 0 +USW00014922195507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195507WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922195507WT03 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 +USW00014922195507WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195507WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195507WT16 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X +USW00014922195508TMAX 367 0 344 0 328 0 328 0 300 0 272 0 256 0 278 0 278 0 272 0 306 0 311 0 306 0 311 0 300 0 306 0 356 0 344 0 356 0 333 0 311 0 278 0 250 0 283 0 267 0 339 0 289 0 344 0 256 0 233 0 222 0 +USW00014922195508TMIN 222 0 267 0 239 0 228 0 217 0 200 0 156 0 156 0 178 0 150 0 150 0 167 0 167 0 150 0 211 0 178 0 206 0 228 0 206 0 233 0 206 0 161 0 178 0 178 0 183 0 200 0 206 0 217 0 172 0 133 0 117 0 +USW00014922195508PRCP 0 0 0 0 84 0 5 0 0 0 91 0 0 0 0 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 0T 0 0 0 0T 0 99 0 175 X 122 0 15 0 15 0 30 0 0T 0 0 0 +USW00014922195508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195508WT01-9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 0-9999 -9999 -9999 +USW00014922195508WT03-9999 -9999 1 X 1 0-9999 1 0-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 X-9999 -9999 -9999 +USW00014922195508WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00014922195508WT16-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922195509TMAX 272 0 283 0 289 0 272 0 256 0 222 0 239 0 256 0 244 0 178 0 172 0 250 0 244 0 261 0 311 0 344 0 339 0 311 0 250 0 217 0 244 0 233 0 161 0 117 0 144 0 139 0 167 0 244 0 194 0 133 0-9999 +USW00014922195509TMIN 100 0 128 0 128 0 144 0 100 0 139 0 83 0 122 0 156 0 61 0 28 0 39 0 128 0 106 0 128 0 233 0 222 0 217 0 150 0 111 0 122 0 111 0 67 0 50 0 72 0 94 0 94 0 67 0 83 0 50 0-9999 +USW00014922195509PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 8 0 5 0 0 0 0 0 0 0 64 0 0 0 0 0 33 0 56 0 5 0 0T 0 0 0 3 0 76 0 3 0 0 0 0 0 0 0-9999 +USW00014922195509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195509WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922195509WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195509WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195509WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195509WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922195510TMAX 172 0 183 0 211 0 222 0 228 0 178 0 150 0 194 0 261 0 283 0 272 0 150 0 156 0 111 0 111 0 139 0 139 0 139 0 194 0 122 0 139 0 161 0 117 0 67 0 217 0 283 0 228 0 100 0 28 0 28 0 67 0 +USW00014922195510TMIN 50 0 67 0 111 0 150 0 167 0 111 0 72 0 33 0 122 0 111 0 122 0 89 0 33 0 44 0 6 0 33 0 28 0 22 0 17 0 50 0 0 0 44 0 11 0 -17 0 17 0 61 0 78 0 22 0 0 0 0 0 -11 0 +USW00014922195510PRCP 8 0 0 0 76 0 373 0 3 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 3 0 0 0 0 0 0 0 0 0 3 0 79 0 10 0 0T 0 +USW00014922195510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0 8 0 0T 0 +USW00014922195510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 +USW00014922195510WT01-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195510WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195510WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195510WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195510WT16 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922195510WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922195511TMAX 89 0 6 0 -6 0 100 0 106 0 -11 0 -6 0 -11 0 61 0 78 0 39 0 11 0 6 0 -17 0 6 0 -78 0 -33 0 -28 0 -6 0 67 0 -11 0 28 0 -33 0 -6 0 6 0 39 0 -78 0 -50 0 -78 0 -72 0-9999 +USW00014922195511TMIN -11 0 -44 0 -44 0 -39 0 -11 0 -50 0 -33 0 -50 0 -22 0 28 0 -11 0 -28 0 -111 0 -128 0 -83 0 -139 0 -89 0 -67 0 -94 0 -44 0 -56 0 -33 0 -117 0 -139 0 -67 0 -78 0 -189 0 -183 0 -144 0 -172 0-9999 +USW00014922195511PRCP 0 0 0 0 0T 0 0 0 97 0 8 0 5 0 0T 0 0T 0 23 0 0 0 0 0 0T 0 0T 0 51 0 56 0 0T 0 8 0 0T 0 0 0 0 0 8 0 0T 0 0 0 0T 0 0T 0 3 0 8 0 0T 0 0 0-9999 +USW00014922195511SNOW 0 0 0 0 0T 0 0 0 5 0 8 0 5 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 41 0 61 0 0T 0 15 0 3 0 0 0 0 0 3 0 0T 0 0 0 0T 0 0T 0 5 0 8 0 0T 0 0 0-9999 +USW00014922195511SNWD 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 102 0 102 0 127 0 102 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 25 0 25 0 25 0-9999 +USW00014922195511WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X 84 X 84 X 89 X 84 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195511WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195511WT04-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195511WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195511WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195511WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922195511WT14-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195511WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195511WT18-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922195512TMAX -17 0 11 0 -6 0 -11 0 -139 0 -39 0 -61 0 -61 0 -83 0 -83 0 -83 0 -44 0 -11 0 -128 0 -117 0 -78 0 -156 0 -139 0 -211 0 -128 0 -61 0 -50 0 33 0 22 0 -94 0 -11 0 17 0 11 0 -133 0 -50 0 -33 0 +USW00014922195512TMIN -78 0 -28 0 -28 0 -194 0 -217 0 -178 0 -122 0 -139 0 -183 0 -217 0 -200 0 -194 0 -150 0 -167 0 -183 0 -183 0 -206 0 -244 0 -294 0 -211 0 -156 0 -100 0 -67 0 -128 0 -156 0 -94 0 -72 0 -133 0 -222 0 -233 0 -128 0 +USW00014922195512PRCP 8 0 20 0 94 0 23 0 0T 0 0 0 0T 0 5 0 0 0 0 0 0 0 18 0 23 0 8 0 0T 0 0T 0 0T 0 3 0 0T 0 25 0 0T 0 0 0 0 0 0 0 15 0 5 0 0 0 74 0 0 0 0 0 0 0 +USW00014922195512SNOW 10 0 23 0 94 0 23 0 0T 0 0 0 0T 0 18 0 0 0 0 0 0 0 18 0 28 0 8 0 0T 0 0T 0 0T 0 3 0 0T 0 33 0 0T 0 0 0 0 0 0 0 25 0 5 0 0 0 84 0 0 0 0 0 0 0 +USW00014922195512SNWD 25 0 25 0 51 0 178 0 178 0 178 0 152 0 152 0 152 0 152 0 152 0 152 0 178 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 229 0 229 0 203 0 178 0 178 0 203 0 203 0 203 0 279 0 279 0 279 0 +USW00014922195512WESD-9999 -9999 43 X 160 X 160 X 160 X 152 X 155 X 157 X 152 X 147 X 142 X 160 X 178 X 175 X 178 X 178 X 178 X 183 X 183 X 208 X 206 X 203 X 201 X 196 X 216 X 216 X 216 X 290 X 290 X 290 X +USW00014922195512WT01 1 0 1 0 1 0-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 X 1 X-9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922195512WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195512WT04-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195512WT06 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195512WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922195512WT09-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195512WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195512WT18 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00014922195601TMAX -22 0 -11 0 -56 0 -28 0 6 0 -11 0 -61 0 -44 0 -11 0 -44 0 -56 0 -44 0 -11 0 28 0 0 0 -100 0 -83 0 -106 0 -117 0 -194 0 -189 0 -144 0 -111 0 -67 0 -28 0 -33 0 0 0 17 0 -106 0 -122 0 -111 0 +USW00014922195601TMIN -133 0 -83 0 -183 0 -183 0 -111 0 -183 0 -178 0 -133 0 -94 0 -111 0 -122 0 -144 0 -167 0 -17 0 -128 0 -144 0 -133 0 -172 0 -211 0 -278 0 -272 0 -267 0 -267 0 -167 0 -72 0 -72 0 -50 0 -106 0 -167 0 -206 0 -228 0 +USW00014922195601PRCP 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 51 0 5 0 5 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 23 0 25 0 0 0 0 0 0 0 +USW00014922195601SNOW 0T 0 3 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0T 0 0T 0 3 0 0 0 0T 0 51 0 5 0 10 0 15 0 0T 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 13 0 5 0 0 0 0 0 0 0 +USW00014922195601SNWD 254 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 229 0 229 0 203 0 254 0 254 0 254 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 +USW00014922195601WESD 279 X 279 X 279 X 279 X 279 X 279 X 279 X 279 X 279 X 279 X 279 X 254 X 241 X 229 X 224 X 269 X 272 X 282 X 284 X 284 X 279 X 279 X 279 X 279 X 279 X 287 X 287 X 333 X 335 X 335 X 335 X +USW00014922195601WT01-9999 1 X-9999 -9999 -9999 -9999 1 X 1 0-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 0 1 0-9999 1 X 1 X 1 X 1 0-9999 -9999 -9999 +USW00014922195601WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922195601WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922195601WT08 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 +USW00014922195601WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922195601WT18 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922195602TMAX -83 0 -117 0 -56 0 -17 0 0 0 17 0 33 0 -6 0 -6 0 17 0 -6 0 -17 0 -6 0 -117 0 -100 0 -44 0 -50 0 -56 0 -61 0 -56 0 -89 0 -72 0 -11 0 17 0 -89 0 -94 0 -111 0 -61 0 39 0-9999 -9999 +USW00014922195602TMIN -150 0 -194 0 -217 0 -172 0 -133 0 -89 0 -100 0 -94 0 -128 0 -78 0 -78 0 -83 0 -117 0 -178 0 -194 0 -111 0 -200 0 -217 0 -150 0 -150 0 -189 0 -206 0 -128 0 -89 0 -144 0 -161 0 -206 0 -206 0 -117 0-9999 -9999 +USW00014922195602PRCP 23 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 13 0 3 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 8 0 0T 0 5 0 0 0 0 0 0 0-9999 -9999 +USW00014922195602SNOW 23 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 18 0 8 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 3 0 10 0 0 0 0 0 0 0-9999 -9999 +USW00014922195602SNWD 279 0 305 0 305 0 305 0 279 0 279 0 279 0 229 0 203 0 203 0 178 0 178 0 152 0 152 0 152 0 152 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0-9999 -9999 +USW00014922195602WESD 335 X 351 X 351 X 351 X 351 X 351 X 343 X 330 X 307 X 305 X 292 X 292 X 292 X 279 X 279 X 279 X 292 X 292 X 292 X 292 X 292 X 292 X 292 X 297 X 300 X 305 X 305 X 305 X 305 X-9999 -9999 +USW00014922195602WT01-9999 -9999 1 X-9999 1 0 1 0 1 0-9999 1 0 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195602WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195602WT08 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195602WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195602WT18 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922195603TMAX 56 0 17 0 0 0 33 0 39 0 28 0 -50 0 -67 0 -6 0 -50 0 -89 0 -117 0 -6 0 -61 0 -33 0 28 0 6 0 17 0 22 0 50 0 44 0 28 0 11 0 17 0 111 0 133 0 22 0 17 0 6 0 22 0 50 0 +USW00014922195603TMIN -39 0 -39 0 -67 0 -39 0 -33 0 -56 0 -111 0 -156 0 -72 0 -94 0 -172 0 -222 0 -150 0 -133 0 -178 0 -144 0 -67 0 -44 0 -94 0 -39 0 -22 0 -50 0 -44 0 -100 0 -6 0 -17 0 -22 0 -39 0 -56 0 -39 0 -50 0 +USW00014922195603PRCP 0T 0 0T 0 0 0 3 0 0 0 5 0 30 0 5 0 0T 0 104 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0T 0 0 0 0 0 0 0 18 0 23 0 0 0 10 0 0 0 114 0 89 0 3 0 0T 0 0 0 +USW00014922195603SNOW 0T 0 0T 0 0 0 3 0 0 0 5 0 30 0 8 0 0T 0 107 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0T 0 0 0 0 0 0 0 18 0 23 0 0 0 0 0 0 0 69 0 79 0 5 0 0T 0 0 0 +USW00014922195603SNWD 152 0 127 0 102 0 102 0 76 0 76 0 76 0 102 0 102 0 102 0 229 0 229 0 229 0 203 0 203 0 203 0 203 0 203 0 178 0 102 0 51 0 0T 0 51 0 25 0 25 0 0T 0 0T 0 127 0 102 0 102 0 76 0 +USW00014922195603WESD 287 X 267 X 254 X 236 X 216 X 191 X 188 X 216 X 221 X 221 X 325 X 325 X 325 X 307 X 307 X 307 X 307 X 307 X 279 X 254 X 165 X-9999 104 X-9999 -9999 -9999 -9999 127 X 157 X 157 X 145 X +USW00014922195603WT01-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 0-9999 -9999 -9999 +USW00014922195603WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922195603WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922195603WT06-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922195603WT08 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195603WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195603WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922195603WT16-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00014922195603WT18 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00014922195604TMAX 100 0 106 0 189 0 122 0 194 0 83 0 -11 0 67 0 106 0 156 0 161 0 89 0 200 0 128 0 78 0 67 0 94 0 139 0 106 0 183 0 139 0 61 0 50 0 139 0 94 0 128 0 100 0 50 0 89 0 111 0-9999 +USW00014922195604TMIN 17 0 33 0 28 0 11 0 33 0 -17 0 -44 0 -44 0 -33 0 -17 0 17 0 6 0 -17 0 28 0 6 0 0 0 0 0 0 0 6 0 -11 0 22 0 0 0 -17 0 -33 0 22 0 11 0 -6 0 -22 0 -11 0 -17 0-9999 +USW00014922195604PRCP 0 0 0 0 58 0 0T 0 0 0 13 0 13 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 20 0 3 0 61 0 0 0 3 0 0 0-9999 +USW00014922195604SNOW 0 0 0 0 0 0 0T 0 0 0 0T 0 23 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 5 0 0 0-9999 +USW00014922195604SNWD 25 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195604WT01-9999 1 X 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922195604WT03-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195604WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195604WT09-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195604WT14-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195604WT16-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922195604WT18-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922195605TMAX 144 0 100 0 83 0 139 0 122 0 183 0 194 0 200 0 222 0 150 0 250 0 283 0 183 0 172 0 122 0 194 0 189 0 250 0 211 0 267 0 283 0 267 0 178 0 144 0 267 0 289 0 250 0 206 0 294 0 256 X 156 0 +USW00014922195605TMIN 17 0 50 0 44 0 17 0 78 0 78 0 44 0 78 0 89 0 50 0 117 0 144 0 78 0 78 0 39 0 6 0 94 0 83 0 56 0 128 0 117 0 122 0 72 0 78 0 94 0 161 0 156 0 133 0 183 0 156 X 100 0 +USW00014922195605PRCP 71 0 13 0 18 0 0 0 122 0 0 0 0 0 0T 0 3 0 84 0 36 0 0 0 38 0 0T 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 66 0 0 0 0 0 0T 0 23 0 0 0 0T 0 8 0 +USW00014922195605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922195605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 +USW00014922195605WT01 1 X 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 +USW00014922195605WT03-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922195605WT05-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195605WT08 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 +USW00014922195605WT16 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X +USW00014922195606TMAX 200 0 244 0 261 0 300 0 311 0 272 0 256 0 300 0 339 0 372 0 356 0 350 0 378 0 322 0 300 0 256 0 278 0 228 0 328 0 289 0 294 0 267 0 283 0 250 0 272 0 250 0 250 0 256 0 328 0 322 0-9999 +USW00014922195606TMIN 67 0 83 0 111 0 133 0 161 0 183 0 161 0 139 0 178 0 217 0 233 0 206 0 250 0 183 0 178 0 189 0 194 0 194 0 200 0 194 0 183 0 178 0 150 0 161 0 133 0 167 0 144 0 117 0 178 0 200 0-9999 +USW00014922195606PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 241 0 46 0 213 0 79 0 290 0 79 0 61 0 132 0 97 0 0 0 0 0 272 0 86 0 0 0 0 0 15 0 18 0-9999 +USW00014922195606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195606WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195606WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 X-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00014922195606WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195606WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00014922195607TMAX 272 0 256 0 261 0 256 0 267 0 283 0 244 0 200 0 256 0 283 0 311 X 289 0 250 0 283 0 311 0 283 0 250 0 244 0 228 0 200 0 256 0 267 0 289 0 294 0 294 0 322 0 244 0 228 0 261 0 172 0 261 0 +USW00014922195607TMIN 194 0 167 0 167 0 167 0 150 0 161 0 167 0 133 0 128 0 156 0 172 X 178 0 172 0 150 0 200 0 194 0 150 0 156 0 156 0 144 0 139 0 139 0 144 0 189 0 172 0 200 0 167 0 150 0 133 0 150 0 156 0 +USW00014922195607PRCP 38 0 0 0 0 0 0T 0 3 0 10 0 117 0 46 0 0 0 0 0 0T 0 56 0 0 0 76 0 0T 0 0 0 150 0 328 0 30 0 0T 0 30 0 0T 0 0 0 0T 0 0T 0 81 0 0T 0 0 0 0 0 348 0 3 0 +USW00014922195607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195607WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922195607WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X 1 0-9999 1 0-9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922195607WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195607WT16 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X +USW00014922195608TMAX 278 0 206 0 306 0 278 0 289 0 311 0 317 0 278 0 283 0 294 0 267 0 250 0 272 0 317 0 317 0 300 0 317 0 194 0 194 0 228 0 261 0 306 0 256 0 256 0 267 0 267 0 322 0 311 0 272 0 289 0 189 0 +USW00014922195608TMIN 172 0 161 0 167 0 206 0 200 0 178 0 189 0 183 0 183 0 167 0 178 0 156 0 161 0 156 0 183 0 211 0 183 0 117 0 94 0 72 0 100 0 144 0 156 0 111 0 128 0 172 0 178 0 206 0 183 0 167 0 133 0 +USW00014922195608PRCP 3 0 607 0 239 0 0T 0 0 0 0 0 0 0 20 0 0 0 3 0 0T 0 23 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 130 0 0T 0 33 0 244 0 25 0 0T 0 +USW00014922195608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195608WT01-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195608WT03-9999 -9999 1 X 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 1 0 1 0-9999 -9999 +USW00014922195608WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922195608WT16 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922195609TMAX 217 0 294 0 233 0 178 0 156 0 156 0 217 0 189 0 233 0 256 0 261 0 267 0 239 0 150 0 139 0 211 0 172 0 233 0 122 0 189 0 194 0 150 0 206 0 256 0 267 0 261 0 306 0 300 0 106 0 183 0-9999 +USW00014922195609TMIN 111 0 106 0 133 0 94 0 83 0 61 0 44 0 83 0 106 0 117 0 139 0 150 0 111 0 61 0 78 0 111 0 78 0 67 0 44 0 33 0 83 0 83 0 56 0 39 0 111 0 106 0 144 0 72 0 44 0 11 0-9999 +USW00014922195609PRCP 0 0 0 0 0T 0 10 0 28 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0T 0 41 0 58 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0-9999 +USW00014922195609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195609WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922195609WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195609WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195609WT16-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922195610TMAX 178 0 244 0 278 0 189 0 222 0 183 0 206 0 144 0 117 0 172 0 200 0 289 0 289 0 183 0 228 0 250 0 272 0 233 0 244 0 189 0 206 0 194 0 133 0 156 0 183 0 172 0 156 0 194 0 183 0 167 0 100 0 +USW00014922195610TMIN 78 0 67 0 100 0 67 0 72 0 72 0 22 0 44 0 0 0 11 0 83 0 133 0 128 0 89 0 78 0 117 0 144 0 128 0 106 0 100 0 44 0 61 0 28 0 44 0 61 0 17 0 67 0 78 0 122 0 67 0 61 0 +USW00014922195610PRCP 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 99 0 0 0 0T 0 0 0 13 0 94 0 0T 0 +USW00014922195610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195610WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 0-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922195610WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0 1 0-9999 +USW00014922195610WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195610WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195610WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X +USW00014922195611TMAX 156 0 172 0 156 0 139 0 139 0 94 0 44 0 39 0 56 0 100 0 133 0 50 0 156 0 111 0 33 0 -56 0 17 0 83 0 0 0 -17 0 -28 0 -83 0 -67 0 56 0 39 0 -33 0 44 0 6 0 -39 0 50 0-9999 +USW00014922195611TMIN 100 0 94 0 128 0 72 0 56 0 33 0 -17 0 -17 0 -28 0 -22 0 17 0 0 0 17 0 17 0 -61 0 -106 0 -83 0 -11 0 -22 0 -44 0 -106 0 -133 0 -150 0 -67 0 -83 0 -106 0 -72 0 -106 0 -117 0 -50 0-9999 +USW00014922195611PRCP 0T 0 0T 0 8 0 64 0 51 0 10 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 140 0 5 0 0 0 20 0 0 0 20 0 15 0 0 0 0T 0 0T 0 3 0 0 0 0T 0 0T 0 0 0 0T 0-9999 +USW00014922195611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 130 0 5 0 0 0 0T 0 0 0 20 0 18 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0-9999 +USW00014922195611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 127 0 102 0 76 0 25 0 25 0 51 0 76 0 76 0 51 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0-9999 +USW00014922195611WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 140 X 122 X 102 X-9999 -9999 51 X 66 X 66 X 64 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195611WT01 1 0 1 X 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195611WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922195611WT08-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195611WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195611WT14-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195611WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00014922195611WT18-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 +USW00014922195612TMAX 56 0 89 0 50 0 28 0 33 0 -94 0 -100 0 -94 0 22 0 44 0 56 0 -144 0 -67 0 -28 0 -28 0 28 0 -61 0 0 0 67 0 67 0 67 0 17 0 6 0 -56 0 -22 0 50 0 33 0 0 0 -33 0 61 0 0 0 +USW00014922195612TMIN -61 0 6 0 -22 0 -33 0 -94 0 -117 0 -139 0 -144 0 -122 0 -50 0 -161 0 -178 0 -178 0 -83 0 -100 0 -100 0 -161 0 -172 0 -39 0 -67 0 -39 0 -6 0 -67 0 -122 0 -128 0 -83 0 -17 0 -56 0 -94 0 -83 0 -150 0 +USW00014922195612PRCP 0 0 0 0 0T 0 0 0 0T 0 5 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 3 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 5 0 18 0 15 0 0T 0 0 0 0T 0 0T 0 5 0 0 0 0T 0 +USW00014922195612SNOW 0 0 0 0 0 0 0 0 0T 0 5 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 3 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 18 0 15 0 0T 0 0 0 0T 0 0T 0 13 0 0 0 0T 0 +USW00014922195612SNWD 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 25 0 0 0 +USW00014922195612WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 0-9999 -9999 1 X 1 X 1 X 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922195612WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195612WT06-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195612WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922195612WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195612WT16-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195612WT18-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X +USW00014922195701TMAX -117 0 -28 0 17 0 -72 0 -39 0 0 0 -6 0 6 0 -178 0 -106 0 -89 0 -128 0 -189 0 -100 0 -133 0 -161 0 -94 0 -39 0 33 0 28 0 39 0 -122 0 -67 0 -72 0 -156 0 -106 0 -44 0 -44 X -94 0 -22 0 -22 0 +USW00014922195701TMIN -194 0 -178 0 -72 0 -144 0 -161 0 -111 0 -72 0 -194 0 -222 0 -228 0 -161 0 -200 0 -222 0 -228 0 -200 0 -239 0 -178 0 -194 0 -100 0 -72 0 -122 0 -189 0 -206 0 -189 0 -206 0 -222 0 -194 0 -128 X -244 0 -250 0 -144 0 +USW00014922195701PRCP 0 0 0 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 3 0 8 0 5 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 5 0 0 0 0 0 28 0 3 0 0 0 0T 0 +USW00014922195701SNOW 0 0 0 0 28 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 5 0 8 0 13 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 5 0 0 0 0 0 53 0 5 0 0 0 0T 0 +USW00014922195701SNWD 0 0 0 0 0 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 51 0 51 0 51 0 +USW00014922195701WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 30 X 28 X 23 X +USW00014922195701WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195701WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195701WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922195701WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195701WT18-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X +USW00014922195702TMAX -72 0 -89 0 -100 0 -44 0 17 0 44 0 -17 0 17 0 17 0 6 0 22 0 44 0 22 0 -22 0 17 0 -72 0 6 0 -33 0 -89 0 -33 0 -11 0 -139 0 -28 0 39 0 44 0 -11 0 11 0 44 0-9999 -9999 -9999 +USW00014922195702TMIN -144 0 -156 0 -217 0 -167 0 -100 0 -111 0 -94 0 -106 0 -33 0 -56 0 -22 0 -11 0 -83 0 -139 0 -72 0 -172 0 -178 0 -161 0 -189 0 -133 0 -178 0 -206 0 -161 0 -28 0 -11 0 -100 0 -111 0 -22 0-9999 -9999 -9999 +USW00014922195702PRCP 3 0 66 0 3 0 0 0 0 0 0T 0 0 0 13 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0 0 0T 0 0 0 0T 0 112 0 3 0 3 0 3 0 0 0 0 0 0T 0 5 0-9999 -9999 -9999 +USW00014922195702SNOW 3 0 71 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 3 0 0T 0 0 0 0T 0 0 0 3 0 122 0 5 0 5 0 0 0 0 0 0 0 0T 0 5 0-9999 -9999 -9999 +USW00014922195702SNWD 25 0 51 0 102 0 102 0 102 0 76 0 51 0 51 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 127 0 127 0 127 0 25 0 0T 0 0T 0 0T 0-9999 -9999 -9999 +USW00014922195702WESD-9999 51 X 97 X 94 X 89 X 76 X 64 X 61 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 112 X 102 X 97 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195702WT01 1 X 1 X 1 0-9999 1 0 1 0-9999 1 0 1 0 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195702WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195702WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195702WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195702WT18 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922195703TMAX 0 0 -117 0 -39 0 11 0 -6 0 -72 0 -33 0 -22 0 -28 0 56 0 111 0 39 0 44 0 28 0 -11 0 -17 0 28 0 6 0 28 0 72 0 122 0 133 0 139 0 78 0 67 0 89 0 100 0 83 0 61 0 117 0 72 0 +USW00014922195703TMIN -117 0 -183 0 -150 0 -67 0 -72 0 -122 0 -139 0 -111 0 -111 0 -56 0 0 0 -33 0 -33 0 -28 0 -72 0 -89 0 -78 0 -17 0 -44 0 -39 0 -11 0 -6 0 28 0 -6 0 -33 0 -39 0 -28 0 -11 0 -11 0 -28 0 11 0 +USW00014922195703PRCP 3 0 0 0 10 0 5 0 3 0 0T 0 0 0 18 0 0T 0 0 0 0 0 0 0 5 0 170 0 94 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 3 0 0 0 0 0 18 0 +USW00014922195703SNOW 3 0 0 0 15 0 10 0 3 0 0T 0 0 0 36 0 0T 0 0 0 0 0 0 0 0 0 8 0 99 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 +USW00014922195703SNWD 0T 0 0T 0 0T 0 25 0 25 0 0T 0 0T 0 0T 0 25 0 0T 0 0T 0 0 0 0 0 0 0 51 0 102 0 51 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00014922195703WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 56 X 114 X 64 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195703WT01-9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922195703WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195703WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195703WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195703WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922195703WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195703WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X +USW00014922195703WT18 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X +USW00014922195704TMAX 111 0 56 0 83 0 6 0 17 0 61 0 44 0 72 0 33 0 33 0 -33 0 -6 0 28 0 94 0 83 0 206 0 156 0 239 0 256 0 189 0 211 0 272 0 244 0 250 0 278 0 167 0 222 0 233 0 272 0 306 0-9999 +USW00014922195704TMIN 11 0 -22 0 -17 0 -28 0 -11 0 -22 0 -11 0 -50 0 -56 0 -44 0 -78 0 -78 0 -33 0 -28 0 17 0 67 0 44 0 33 0 139 0 78 0 56 0 72 0 106 0 122 0 83 0 94 0 50 0 83 0 100 0 111 0-9999 +USW00014922195704PRCP 0 0 0 0 0 0 178 0 10 0 0 0 0 0 0T 0 0 0 64 0 0T 0 0T 0 0 0 0 0 18 0 0T 0 0 0 0 0 43 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195704SNOW 0 0 0 0 0 0 183 0 5 0 0 0 0 0 0 0 0 0 56 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195704SNWD 0 0 0 0 0 0 51 0 127 0 127 0 51 0 0T 0 0 0 0 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195704WESD-9999 -9999 -9999 51 X 180 X 157 X 64 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195704WT01 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195704WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195704WT04-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195704WT06-9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195704WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00014922195704WT09-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195704WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195704WT18-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195705TMAX 311 0 178 0 133 0 156 0 211 0 261 0 272 0 267 0 150 0 222 0 239 0 189 0 211 0 117 0 144 0 167 0 94 0 94 0 111 0 172 0 250 0 128 0 167 0 228 0 183 0 144 0 200 0 239 0 244 0 278 0 267 0 +USW00014922195705TMIN 150 0 89 0 33 0 6 0 28 0 78 0 133 0 106 0 83 0 89 0 67 0 111 0 111 0 56 0 44 0 39 0 61 0 56 0 61 0 56 0 100 0 89 0 56 0 67 0 128 0 89 0 83 0 106 0 128 0 128 0 156 0 +USW00014922195705PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 81 0 152 0 0T 0 0T 0 97 0 0 0 18 0 97 0 64 0 0 0 0 0 0 0 157 0 3 0 0 0 25 0 0 0 0 0 56 0 +USW00014922195705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195705WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 X +USW00014922195705WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 0-9999 -9999 1 0 +USW00014922195705WT07-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195705WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922195705WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195705WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X +USW00014922195706TMAX 206 0 222 0 272 0 267 0 289 0 256 0 222 0 211 0 256 0 294 0 222 0 228 0 294 0 250 0 244 0 283 0 283 0 211 0 283 0 317 0 322 0 233 0 172 0 194 0 239 0 228 0 228 0 250 0 267 0 267 0-9999 +USW00014922195706TMIN 106 0 78 0 150 0 156 0 156 0 161 0 128 0 139 0 161 0 189 0 156 0 117 0 133 0 156 0 139 0 161 0 178 0 144 0 133 0 189 0 172 0 128 0 128 0 111 0 78 0 117 0 139 0 139 0 150 0 167 0-9999 +USW00014922195706PRCP 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 91 0 18 0 0 0 46 0 28 0 0T 0 79 0 71 0 0T 0 0 0 0T 0 414 0 119 0 3 0 13 0 122 0 0 0 43 0 0 0 0 0 0 0-9999 +USW00014922195706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195706WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 X 1 X 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195706WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 X 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195706WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195706WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195706WT16-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922195707TMAX 300 0 328 0 300 0 239 0 272 0 328 0 333 0 283 0 289 0 322 0 361 0 311 0 317 0 333 0 289 0 261 0 306 0 356 0 361 0 289 0 272 0 294 0 261 0 278 0 244 0 250 0 322 0 283 0 339 0 300 0 322 0 +USW00014922195707TMIN 167 0 206 0 189 0 189 0 156 0 172 0 217 0 200 0 167 0 183 0 211 0 211 0 194 0 189 0 200 0 194 0 200 0 233 0 211 0 200 0 217 0 200 0 167 0 156 0 178 0 183 0 194 0 217 0 194 0 189 0 200 0 +USW00014922195707PRCP 0T 0 0 0 135 0 0 0 13 0 0 0 0T 0 122 0 0 0 0 0 0 0 58 0 0 0 290 0 142 0 160 0 0 0 0 0 445 0 221 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 0 0 0T 0 10 0 +USW00014922195707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195707WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X 1 X 1 0 1 X-9999 -9999 +USW00014922195707WT03 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 X 1 0 1 0-9999 -9999 1 X 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195707WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00014922195707WT16 1 X-9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X +USW00014922195708TMAX 339 0 322 0 228 0 217 0 261 0 283 0 311 0 267 0 267 0 311 0 322 0 272 0 272 0 317 X 267 0 261 0 250 0 250 0 261 0 272 0 300 0 289 0 256 0 267 0 289 0 211 0 189 0 167 0 200 0 217 0 333 0 +USW00014922195708TMIN 200 0 200 0 178 0 144 0 122 0 133 0 178 0 206 0 194 0 172 0 183 0 183 0 172 0 161 X 183 0 178 0 156 0 172 0 128 0 139 0 172 0 172 0 178 0 144 0 161 0 150 0 122 0 128 0 144 0 172 0 194 0 +USW00014922195708PRCP 208 0 79 0 0 0 0 0 0 0 0 0 0T 0 25 0 180 0 0 0 0 0 0 0 516 0 3 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 10 0 351 0 0 0 0 0 0T 0 23 0 8 0 0T 0 58 0 0 0 +USW00014922195708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195708WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 X 1 0 1 0 +USW00014922195708WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922195708WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195708WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195708WT16 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922195709TMAX 322 0 228 0 217 0 200 0 200 0 228 0 222 0 256 0 194 0 228 0 244 0 211 0 189 0 172 0 161 0 178 0 233 0 272 0 206 0 111 0 178 0 178 0 139 0 222 0 172 0 139 0 178 0 206 0 256 0 256 0-9999 +USW00014922195709TMIN 206 0 172 0 122 0 106 0 94 0 111 0 111 0 100 0 139 0 128 0 128 0 106 0 89 0 94 0 111 0 72 0 122 0 122 0 78 0 56 0 89 0 67 0 44 0 78 0 72 0 33 0 33 0 50 0 83 0 117 0-9999 +USW00014922195709PRCP 119 0 30 0 117 0 0 0 0 0 0 0 0 0 0 0 33 0 5 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 33 0 13 0 41 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195709WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 X-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195709WT03 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195709WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195709WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195710TMAX 239 0 261 0 222 0 211 0 222 0 206 0 194 0 144 0 106 0 72 0 117 0 150 0 167 0 172 0 161 0 156 0 133 0 100 0 150 0 117 0 106 0 117 0 111 0 50 0 6 0 56 0 100 0 150 0 111 0 100 0 156 0 +USW00014922195710TMIN 72 0 94 0 100 0 67 0 78 0 72 0 122 0 72 0 28 0 22 0 0 0 50 0 67 0 78 0 139 0 83 0 39 0 17 0 -17 0 -11 0 72 0 100 0 50 0 -17 0 -39 0 -22 0 -39 0 -6 0 28 0 33 0 39 0 +USW00014922195710PRCP 0 0 0 0 0 0 0 0 0 0 0 0 3 0 33 0 0 0 0 0 0 0 0T 0 8 0 0 0 56 0 0T 0 0 0 0 0 0 0 0T 0 74 0 175 0 8 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 +USW00014922195710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195710WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 1 X 1 X 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195710WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 +USW00014922195710WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195710WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922195710WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195711TMAX 111 0 94 0 67 0 33 0 61 0 50 0 83 0 17 0 0 0 78 0 139 0 100 0 72 0 67 0 67 0 17 0 -6 0 -11 0 -11 0 -6 0 -17 0 -11 0 72 0 0 0 6 0 17 0 28 0 -17 0 -11 0 -33 0-9999 +USW00014922195711TMIN 56 0 67 0 17 0 6 0 -11 0 -17 0 17 0 -83 0 -94 0 -61 0 22 0 44 0 56 0 50 0 11 0 -6 0 -17 0 -44 0 -44 0 -50 0 -72 0 -100 0 -11 0 -94 0 -44 0 -50 0 -39 0 -61 0 -122 0 -144 0-9999 +USW00014922195711PRCP 46 0 53 0 5 0 0 0 0 0 0T 0 0 0 15 0 0T 0 0 0 0 0 0 0 5 0 13 0 0 0 0 0 0T 0 193 0 48 0 0T 0 0T 0 0 0 13 0 0 0 0T 0 0T 0 0 0 0T 0 5 0 0 0-9999 +USW00014922195711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 193 0 48 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 5 0 0 0-9999 +USW00014922195711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 254 0 203 0 203 0 178 0 152 0 51 0 51 0 51 0 25 0 25 0 25 0 25 0-9999 +USW00014922195711WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 241 X 216 X 208 X 203 X 178 X 127 X 102 X 97 X-9999 -9999 -9999 -9999 -9999 +USW00014922195711WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922195711WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922195711WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922195711WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195711WT14-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195711WT16 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 +USW00014922195711WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922195712TMAX 61 0 -61 0 -11 0 -11 0 33 0 -11 0 -28 0 -17 0 50 0 33 0 -122 0 0 0 56 0 56 0 78 0 44 0 28 0 22 0 6 0 17 0 44 0 72 0 44 0 78 0 22 0 -11 0 33 0 -78 0 -144 0 -111 0 -122 0 +USW00014922195712TMIN -67 0 -111 0 -89 0 -67 0 -61 0 -56 0 -72 0 -67 0 -67 0 -183 0 -194 0 -156 0 -22 0 -56 0 0 0 -50 0 -17 0 0 0 -11 0 -44 0 -22 0 6 0 -33 0 -56 0 -11 0 -83 0 -78 0 -178 0 -200 0 -156 0 -172 0 +USW00014922195712PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 18 0 13 0 0T 0 0 0 0 0 0 0 0 0 25 0 0T 0 3 0 0 0 0T 0 3 0 0T 0 +USW00014922195712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 10 0 13 0 0T 0 0 0 0 0 0 0 0 0 25 0 0T 0 5 0 0 0 0T 0 3 0 0T 0 +USW00014922195712SNWD 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 25 0 25 0 25 0 25 0 0T 0 0T 0 +USW00014922195712WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195712WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195712WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922195712WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195712WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00014922195801TMAX -111 0 -128 0 -50 0 -22 0 50 0 17 0 -78 0 17 0 56 0 50 0 39 0 72 0 33 0 22 0 6 0 6 0 -11 0 -39 0 -22 0 -44 0 -56 0 -6 0 -17 0 11 0 -11 0 -11 0 -33 0 -56 0 -61 0 -50 0 -83 0 +USW00014922195801TMIN -189 0 -189 0 -189 0 -150 0 -83 0 -144 0 -194 0 -106 0 -89 0 -39 0 -56 0 -17 0 -33 0 -28 0 -33 0 -11 0 -72 0 -106 0 -72 0 -83 0 -117 0 -111 0 -50 0 -56 0 -61 0 -33 0 -61 0 -78 0 -78 0 -122 0 -144 0 +USW00014922195801PRCP 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 8 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 10 0 25 0 0T 0 8 0 0T 0 0T 0 0 0 +USW00014922195801SNOW 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 8 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 10 0 33 0 0T 0 8 0 0T 0 0T 0 0 0 +USW00014922195801SNWD 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 51 0 51 0 51 0 51 0 51 0 +USW00014922195801WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 36 X 38 X 43 X 41 X 41 X +USW00014922195801WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 0 1 X-9999 1 0 1 0-9999 -9999 1 X 1 0 1 X 1 X 1 0-9999 -9999 1 0-9999 -9999 +USW00014922195801WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 1 X 1 X-9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195801WT08-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195801WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195801WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195801WT18 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922195802TMAX -94 0 -94 0 -28 0 -17 0 -22 0 -83 0 -139 0 -172 0 -139 0 -139 0 -128 0 -67 0 -56 0 -94 0 -167 0 -172 0 -133 0 -94 0 -56 0 0 0 17 0 56 0 150 0 100 0 133 0 150 0 67 0 -11 0-9999 -9999 -9999 +USW00014922195802TMIN -144 0 -150 0 -189 0 -117 0 -89 0 -178 0 -206 0 -200 0 -217 0 -222 0 -194 0 -156 0 -161 0 -167 0 -239 0 -261 0 -239 0 -200 0 -189 0 -156 0 -78 0 -117 0 -6 0 6 0 -11 0 33 0 -11 0 -44 0-9999 -9999 -9999 +USW00014922195802PRCP 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 5 0 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 23 0 13 0 10 0-9999 -9999 -9999 +USW00014922195802SNOW 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 8 0 0T 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0-9999 -9999 -9999 +USW00014922195802SNWD 51 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922195802WESD 38 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195802WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922195802WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195802WT08-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195802WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195802WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922195802WT18 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922195803TMAX -11 0 0 0 17 0 6 0 44 0 28 0 33 0 33 0 28 0 17 0 61 0 28 0 33 0 -11 0 -17 0 -6 0 17 0 22 0 17 X -6 0 61 0 78 0 106 0 94 0 89 0 106 0 106 0 117 0 128 0 139 0 156 0 +USW00014922195803TMIN -44 0 -50 0 -44 0 -50 0 -61 0 -78 0 -44 0 -17 0 -44 0 -78 0 -56 0 -44 0 -44 0 -39 0 -56 0 -78 0 -22 0 -33 0 -39 X -56 0 -67 0 -50 0 -28 0 -6 0 -33 0 -17 0 -6 0 -6 0 -22 0 39 0 44 0 +USW00014922195803PRCP 33 0 13 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 8 0 3 0 0T 0 0T 0 0T X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195803SNOW 36 0 15 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 8 0 3 0 0T 0 0T 0 0T Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195803SNWD 25 0 51 0 51 0 51 0 51 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195803WESD-9999 51 X 51 X 41 X 38 X 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195803WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922195803WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195803WT18 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195804TMAX 133 0 94 0 156 0 100 0 83 0 56 0 117 0 144 0 133 0 133 0 161 0 128 0 156 0 211 0 211 0 289 0 228 0 250 0 200 0 194 0 139 0 111 0 94 0 106 0 111 0 111 0 161 0 106 0 117 0 194 0-9999 +USW00014922195804TMIN 33 0 50 0 50 0 39 0 11 0 -11 0 -33 0 0 0 11 0 -6 0 6 0 22 0 11 0 44 0 83 0 78 0 117 0 67 0 100 0 78 0 56 0 11 0 33 0 28 0 -11 0 17 0 0 0 -33 0 -56 0 56 0-9999 +USW00014922195804PRCP 53 0 0T 0 0 0 15 0 163 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 117 0 0 0 56 0 3 0 0 0 0 0 0T 0 15 0 0 0 0T 0-9999 +USW00014922195804SNOW 0 0 0 0 0 0 0 0 0T 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195804SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195804WT01 1 0 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195804WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195804WT04-9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195804WT05-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195804WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195804WT11 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195804WT14-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195804WT16 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 +USW00014922195804WT18-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195805TMAX 106 0 122 0 183 0 144 0 161 0 194 0 217 0 189 0 256 0 311 0 278 0 306 0 306 0 244 0 250 0 294 0 228 0 183 0 189 0 206 0 267 0 200 0 222 0 256 0 228 0 261 0 178 0 228 0 311 0 244 0 228 0 +USW00014922195805TMIN 11 0 56 0 83 0 33 0 50 0 44 0 78 0 72 0 50 0 150 0 100 0 139 0 139 0 156 0 106 0 100 0 156 0 133 0 94 0 72 0 72 0 83 0 56 0 122 0 100 0 133 0 100 0 56 0 122 0 172 0 94 0 +USW00014922195805PRCP 0 0 36 0 0T 0 0 0 0T 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0T 0 206 0 0T 0 0 0 0 0 0T 0 0T 0 10 0 30 0 0 0 30 0 0 0 0 0 0 0 5 0 3 0 +USW00014922195805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195805WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922195805WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922195805WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195805WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195805WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195805WT16-9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X +USW00014922195806TMAX 139 0 161 0 189 0 306 0 211 0 228 0 211 0 217 0 217 0 228 0 183 0 228 0 211 0 206 0 211 0 194 0 244 0 239 0 267 0 200 0 239 0 233 0 244 0 183 0 178 0 244 0 267 0 328 0 350 0 350 0-9999 +USW00014922195806TMIN 78 0 78 0 133 0 144 0 122 0 89 0 150 0 144 0 117 0 100 0 61 0 100 0 133 0 83 0 94 0 111 0 89 0 106 0 133 0 111 0 117 0 117 0 78 0 106 0 83 0 122 0 117 0 150 0 217 0 233 0-9999 +USW00014922195806PRCP 0T 0 5 0 234 0 117 0 0 0 0 0 3 0 0T 0 10 0 30 0 0 0 10 0 0 0 23 0 0T 0 3 0 0 0 0T 0 10 0 0 0 0T 0 10 0 20 0 25 0 0T 0 0 0 0 0 0 0 0 0 10 0-9999 +USW00014922195806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195806WT01-9999 -9999 1 0 1 X-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195806WT03-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922195806WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922195806WT14 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195806WT16 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922195807TMAX 311 0 317 0 294 0 233 0 233 0 267 0 211 0 200 0 239 0 239 0 256 0 294 0 283 0 233 0 200 0 244 0 239 0 267 0 261 0 250 0 267 0 294 0 306 0 300 0 294 0 306 0 267 0 278 0 278 0 294 0 306 0 +USW00014922195807TMIN 250 0 211 0 200 0 167 0 156 0 122 0 106 0 106 0 161 0 122 0 133 0 156 0 189 0 167 0 144 0 106 0 128 0 161 0 156 0 172 0 172 0 161 0 178 0 178 0 150 0 189 0 178 0 156 0 144 0 150 0 161 0 +USW00014922195807PRCP 0 0 0 0 0T 0 51 0 0 0 0T 0 0 0 193 0 114 0 0 0 0 0 0 0 0 0 231 0 0T 0 0 0 0T 0 0 0 0 0 5 0 3 0 0 0 0 0 53 0 0 0 0 0 150 0 0T 0 0 0 0 0 0 0 +USW00014922195807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195807WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922195807WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195807WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195807WT16-9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922195808TMAX 294 0 339 0 311 0 317 0 311 0 311 0 294 0 328 0 339 0 272 0 339 0 272 0 294 0 306 0 250 0 283 0 278 0 300 0 322 0 261 0 233 0 239 0 200 0 189 0 156 0 233 0 267 0 278 0 322 0 206 0 144 0 +USW00014922195808TMIN 167 0 194 0 200 0 161 0 189 0 206 0 200 0 167 0 233 0 222 0 200 0 206 0 150 0 183 0 161 0 106 0 178 0 139 0 211 0 167 0 139 0 111 0 156 0 111 0 78 0 89 0 139 0 172 0 200 0 122 0 111 0 +USW00014922195808PRCP 0T 0 0 0 0 0 533 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 5 0 3 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 79 0 0 0 89 0 0 0 0T 0 0 0 3 0 36 0 0T 0 +USW00014922195808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195808WT01-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 +USW00014922195808WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 X-9999 -9999 1 X-9999 +USW00014922195808WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195808WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922195808WT16 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X +USW00014922195809TMAX 206 0 300 0 256 0 239 0 194 0 200 0 228 0 261 0 244 0 183 0 228 0 283 0 278 0 217 0 228 0 150 0 161 0 239 0 256 0 244 0 239 0 278 0 289 0 289 0 183 0 206 0 172 0 228 0 211 0 111 0-9999 +USW00014922195809TMIN 100 0 128 0 167 0 111 0 161 0 139 0 111 0 78 0 133 0 78 0 111 0 117 0 144 0 156 0 122 0 78 0 106 0 89 0 144 0 144 0 89 0 133 0 200 0 133 0 111 0 106 0 56 0 44 0 111 0 22 0-9999 +USW00014922195809PRCP 0T 0 0 0 5 0 0 0 107 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 147 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0-9999 +USW00014922195809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00014922195809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195809WT01-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195809WT16 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00014922195809WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922195810TMAX 111 0 144 0 233 0 206 0 178 0 272 0 206 0 150 0 156 0 72 0 100 0 250 0 261 0 283 0 256 0 183 0 172 0 200 0 261 0 261 0 183 0 133 0 100 0 106 0 78 0 100 0 117 0 144 0 150 0 156 0 189 0 +USW00014922195810TMIN 6 0 56 0 111 0 67 0 17 0 83 0 128 0 111 0 44 0 17 0 11 0 50 0 144 0 117 0 106 0 78 0 50 0 44 0 89 0 122 0 89 0 44 0 61 0 56 0 39 0 33 0 22 0 6 0 11 0 11 0 28 0 +USW00014922195810PRCP 0 0 0T 0 0T 0 0 0 0 0 0 0 114 0 76 0 25 0 13 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 0 0 104 0 18 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922195810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195810WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 X 1 X 1 X-9999 -9999 +USW00014922195810WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195810WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922195810WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195810WT16-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922195810WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195811TMAX 172 0 189 0 178 0 150 0 122 0 78 0 94 0 67 0 50 0 128 0 106 0 94 0 156 0 94 0 94 0 150 0 172 0 33 0 111 0 50 0 61 0 89 0 61 0 -6 0 33 0 -89 0 -78 0 -72 0 -122 0 -44 0-9999 +USW00014922195811TMIN 22 0 28 0 6 0 33 0 6 0 -17 0 6 0 11 0 0 0 -22 0 11 0 -22 0 44 0 28 0 33 0 67 0 33 0 -22 0 -44 0 -6 0 0 0 -28 0 -61 0 -61 0 -89 0 -144 0 -167 0 -139 0 -206 0 -189 0-9999 +USW00014922195811PRCP 0 0 0 0 0 0 0 0 66 0 0 0 66 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 56 0 5 0 0 0 0 0 0T 0 0 0 48 0 0 0 10 0 3 0 0T 0 0T 0 0 0 0 0-9999 +USW00014922195811SNOW 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0T 0 0 0 66 0 0 0 5 0 3 0 0T 0 0T 0 0 0 0 0-9999 +USW00014922195811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 51 0 51 0 0T 0 0T 0 0T 0 0T 0 0T 0-9999 +USW00014922195811WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 41 X 38 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195811WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195811WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195811WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195811WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195811WT16-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195811WT18-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922195812TMAX -28 0 72 0 39 0 28 0 -139 0 -128 0 -133 0 -167 0 -139 0 -106 0 -128 0 -144 0 -161 0 -139 0 -94 0 44 0 -28 0 28 0 11 0 -100 0 -78 0 33 0 6 0 28 0 33 0 67 0 6 0 39 0 -22 0 -28 0 -17 0 +USW00014922195812TMIN -94 0 -100 0 -39 0 -139 0 -172 0 -183 0 -178 0 -222 0 -250 0 -217 0 -183 0 -200 0 -239 0 -217 0 -194 0 -122 0 -167 0 -56 0 -144 0 -178 0 -139 0 -89 0 -28 0 -56 0 -89 0 -22 0 -39 0 -28 0 -128 0 -167 0 -133 0 +USW00014922195812PRCP 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 18 0 5 0 0 0 3 0 0 0 0T 0 5 0 8 0 10 0 0T 0 0T 0 0 0 3 0 3 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 +USW00014922195812SNOW 0T 0 0 0 0T 0 0T 0 0T 0 0 0 18 0 5 0 0 0 3 0 0 0 0T 0 5 0 8 0 13 0 0T 0 0 0 0 0 8 0 3 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 +USW00014922195812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 51 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 +USW00014922195812WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 48 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195812WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195812WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195812WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 +USW00014922195812WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195812WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195812WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195812WT18 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922195901TMAX -17 0 -44 0 -189 0 -161 0 -78 0 -89 0 -50 0 -50 0 -28 0 -28 0 -17 0 39 0 61 0 50 0 -89 0 -172 0 -156 0 -33 0 -106 0 -100 0 -128 0 -178 0 -128 0 -67 0 -89 0 -78 0 -28 0 22 0 22 0 -111 0 -144 0 +USW00014922195901TMIN -111 0 -194 0 -239 0 -267 0 -222 0 -167 0 -106 0 -150 0 -133 0 -122 0 -94 0 -89 0 -61 0 -89 0 -194 0 -244 0 -261 0 -217 0 -200 0 -156 0 -189 0 -228 0 -250 0 -144 0 -156 0 -156 0 -172 0 -78 0 -111 0 -206 0 -233 0 +USW00014922195901PRCP 0T 0 10 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 3 0 13 0 0T 0 0 0 0T 0 3 0 0 0 0 0 +USW00014922195901SNOW 0T 0 13 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 3 0 0 0 0T 0 0 0 0T 0 0T 0 5 0 15 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 +USW00014922195901SNWD 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 +USW00014922195901WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922195901WT06 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195901WT08 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195901WT14 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195901WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922195901WT18 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 +USW00014922195902TMAX -100 0 -28 0 -44 0 -100 0 -133 0 -100 0 -56 0 -83 0 -67 0 -78 0 -61 0 39 0 6 0 -22 0 -6 0 -17 0 -67 0 -122 0 -117 0 -17 0 28 0 67 0 50 0 44 0 56 0 0 0 17 0 61 0-9999 -9999 -9999 +USW00014922195902TMIN -228 0 -200 0 -150 0 -156 0 -206 0 -239 0 -139 0 -172 0 -100 0 -133 0 -189 0 -72 0 -117 0 -78 0 -133 0 -133 0 -122 0 -200 0 -239 0 -206 0 -128 0 -83 0 -56 0 -89 0 -67 0 -56 0 -61 0 -17 0-9999 -9999 -9999 +USW00014922195902PRCP 0 0 0T 0 3 0 20 0 0T 0 0 0 0T 0 8 0 0T 0 76 0 0 0 0 0 0T 0 23 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 23 0 0T 0-9999 -9999 -9999 +USW00014922195902SNOW 0 0 0T 0 3 0 25 0 0T 0 0 0 0T 0 8 0 0T 0 76 0 0 0 0 0 0 0 23 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 15 0 0T 0-9999 -9999 -9999 +USW00014922195902SNWD 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 25 0 25 0 25 0 102 0 102 0 51 0 25 0 51 0 51 0 51 0 51 0 51 0 51 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0-9999 -9999 -9999 +USW00014922195902WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 99 X 89 X 69 X-9999 66 X 64 X 61 X 58 X 58 X 58 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195902WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 1 0 1 0 1 X-9999 -9999 -9999 -9999 +USW00014922195902WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922195902WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 +USW00014922195902WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922195902WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195902WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922195902WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922195902WT18-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922195903TMAX 61 0 44 0 0 0 17 0 -22 0 6 0 0 0 6 0 44 0 28 0 44 0 44 0 106 0 67 0 0 0 -17 0 28 0 67 0 133 0 89 0 -6 0 56 0 200 0 133 0 100 0 89 0 139 0 100 0 122 0 94 0 133 0 +USW00014922195903TMIN -44 0 0 0 -78 0 -94 0 -50 0 -56 0 -94 0 -50 0 -72 0 -28 0 -22 0 -22 0 -6 0 -11 0 -83 0 -89 0 -117 0 -67 0 22 0 -72 0 -139 0 -72 0 -6 0 22 0 -11 0 11 0 -39 0 -28 0 -22 0 44 0 39 0 +USW00014922195903PRCP 0 0 51 0 10 0 0 0 20 0 3 0 15 0 20 0 0 0 3 0 5 0 10 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 +USW00014922195903SNOW 0 0 43 0 13 0 0 0 20 0 3 0 15 0 20 0 0 0 3 0 5 0 20 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195903SNWD 0 0 0 0 0T 0 0T 0 0T 0 25 0 0T 0 25 0 25 0 0T 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195903WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922195903WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195903WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922195903WT18-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195904TMAX 139 0 111 0 89 0 217 0 133 0 189 0 156 0 28 0 72 0 89 0 72 0 106 0 156 0 217 0 239 0 194 0 89 0 67 0 94 0 122 0 172 0 194 0 117 0 217 0 144 0 111 0 111 0 183 0 183 0 222 0-9999 +USW00014922195904TMIN 11 0 28 0 22 0 -17 0 33 0 -11 0 28 0 -6 0 0 0 -11 0 11 0 6 0 -22 0 22 0 83 0 67 0 44 0 33 0 11 0 17 0 0 0 33 0 56 0 39 0 22 0 33 0 50 0 33 0 100 0 72 0-9999 +USW00014922195904PRCP 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 46 0 99 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0T 0 5 0-9999 +USW00014922195904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195904WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195904WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195904WT07-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922195904WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00014922195904WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195905TMAX 328 0 328 0 300 0 311 0 261 0 117 0 139 0 189 0 178 0 267 0 183 0 206 0 128 0 72 0 144 0 222 0 267 0 250 0 244 0 183 0 150 0 156 0 183 0 233 0 261 0 267 0 222 0 244 0 233 0 222 0 178 0 +USW00014922195905TMIN 133 0 211 0 183 0 172 0 111 0 56 0 33 0 44 0 111 0 94 0 72 0 78 0 39 0 33 0 17 0 44 0 117 0 144 0 133 0 111 0 100 0 72 0 72 0 89 0 161 0 133 0 83 0 150 0 144 0 144 0 106 0 +USW00014922195905PRCP 0 0 58 0 5 0 257 0 119 0 160 0 0 0 0 0 41 0 117 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 51 0 89 0 8 0 5 0 0 0 0 0 91 0 0 0 84 0 5 0 114 0 71 0 +USW00014922195905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195905WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 +USW00014922195905WT03-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 1 X-9999 1 0-9999 1 X 1 0 +USW00014922195905WT05-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195905WT07 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195905WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195905WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195905WT16-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X +USW00014922195906TMAX 233 0 267 0 289 0 300 0 317 0 344 0 322 0 333 0 344 0 300 0 272 0 211 0 239 0 222 0 322 0 306 0 267 0 228 0 272 0 250 0 233 0 228 0 267 0 256 0 244 0 322 0 300 0 256 0 178 0 133 0-9999 +USW00014922195906TMIN 89 0 122 0 144 0 194 0 178 0 194 0 217 0 211 0 228 0 206 0 183 0 144 0 111 0 139 0 167 0 200 0 183 0 167 0 150 0 150 0 133 0 111 0 128 0 178 0 178 0 183 0 217 0 161 0 100 0 100 0-9999 +USW00014922195906PRCP 0 0 0 0 0 0 0 0 43 0 0 0 0 0 0 0 0 0 33 0 114 0 0 0 0 0 66 0 0 0 0 0 15 0 41 0 0 0 0 0 0 0 0 0 0T 0 0 0 521 0 79 0 76 0 0 0 0T 0 46 0-9999 +USW00014922195906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195906WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 +USW00014922195906WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 X-9999 -9999 -9999 -9999 +USW00014922195906WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195906WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00014922195907TMAX 222 0 267 0 294 0 289 0 239 0 294 0 322 0 272 0 267 0 250 0 233 0 267 0 311 0 311 0 317 0 300 0 322 0 283 0 294 0 306 0 328 0 328 0 300 0 267 0 306 0 333 0 339 0 339 0 356 0 311 0 328 0 +USW00014922195907TMIN 100 0 128 0 156 0 194 0 150 0 128 0 172 0 161 0 139 0 161 0 122 0 128 0 172 0 189 0 189 0 200 0 206 0 183 0 172 0 178 0 222 0 206 0 211 0 167 0 139 0 206 0 222 0 217 0 228 0 178 0 194 0 +USW00014922195907PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 610 0 0T 0 5 0 0 0 18 0 20 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195907WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195907WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195907WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195907WT14 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195907WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922195908TMAX 317 0 267 0 317 0 350 0 356 0 272 0 194 0 200 0 256 0 306 0 311 0 267 0 261 0 228 0 289 0 250 0 294 0 333 0 344 0 333 0 333 0 256 0 317 0 289 0 333 0 261 0 317 0 328 0 333 0 272 0 272 0 +USW00014922195908TMIN 189 0 211 0 189 0 194 0 228 0 183 0 150 0 144 0 161 0 172 0 183 0 178 0 172 0 178 0 167 0 144 0 139 0 167 0 233 0 233 0 211 0 211 0 211 0 206 0 211 0 189 0 211 0 206 0 206 0 183 0 161 0 +USW00014922195908PRCP 0 0 0T 0 160 0 0T 0 0 0 170 0 0 0 0 0 0 0 46 0 15 0 0T 0 180 0 175 0 0T 0 84 0 0 0 0 0 0 0 147 0 160 0 13 0 0T 0 8 0 170 0 168 0 0 0 5 0 5 0 170 0 0 0 +USW00014922195908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922195908WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195908WT03-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 X-9999 1 X-9999 1 0-9999 +USW00014922195908WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922195908WT16-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00014922195909TMAX 222 0 200 0 211 0 311 0 306 0 328 0 339 0 344 0 261 0 183 0 239 0 278 0 278 0 289 0 133 0 128 0 183 0 178 0 200 0 267 0 272 0 256 0 194 0 244 0 211 0 183 0 200 0 161 0 100 0 106 0-9999 +USW00014922195909TMIN 167 0 122 0 128 0 106 0 206 0 222 0 183 0 222 0 111 0 72 0 72 0 111 0 128 0 128 0 67 0 44 0 44 0 44 0 111 0 178 0 183 0 150 0 117 0 83 0 117 0 122 0 100 0 83 0 67 0 61 0-9999 +USW00014922195909PRCP 94 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 28 0 0T 0 13 0 137 0 81 0 0T 0 0 0 170 0 33 0 5 0 0T 0 0T 0 0 0-9999 +USW00014922195909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922195909WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195909WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195909WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195909WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195909WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195909WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922195910TMAX 100 0 106 0 183 0 189 0 211 0 189 0 144 0 133 0 94 0 122 0 39 0 28 0 44 0 89 0 150 0 128 0 122 0 144 0 183 0 106 0 122 0 172 0 117 0 106 0 56 0 28 0 28 0 56 0 83 0 83 0 61 0 +USW00014922195910TMIN 50 0 72 0 56 0 56 0 56 0 72 0 72 0 0 0 0 0 22 0 6 0 -6 0 6 0 22 0 44 0 0 0 -33 0 28 0 39 0 28 0 6 0 83 0 61 0 28 0 -22 0 6 0 -6 0 6 0 28 0 61 0 6 0 +USW00014922195910PRCP 20 0 157 0 3 0 0 0 0 0 0 0 0T 0 81 0 0T 0 0T 0 0T 0 51 0 0 0 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 23 0 10 0 145 0 0T 0 5 0 41 0 3 0 0T 0 51 0 13 0 3 0 +USW00014922195910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0T 0 0T 0 51 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 33 0 3 0 0 0 0 0 0 0 0 0 +USW00014922195910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922195910WT01 1 0 1 0-9999 -9999 1 X 1 0 1 0 1 0-9999 -9999 -9999 1 X-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 X 1 0 1 0 +USW00014922195910WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922195910WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195910WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922195910WT16 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00014922195910WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922195911TMAX 100 0 39 0 100 0 39 0 -6 0 -56 0 44 0 28 0 61 0 89 0 -17 0 -67 0 -67 0 -67 0 -22 0 -33 0 -78 0 56 0 17 0 0 0 56 0 33 0 17 0 11 0 -61 0 -33 0 -50 0 -39 0 0 0 33 0-9999 +USW00014922195911TMIN 0 0 -39 0 28 0 -6 0 -78 0 -100 0 -100 0 -44 0 -67 0 -17 0 -83 0 -94 0 -117 0 -150 0 -111 0 -172 0 -189 0 -78 0 -67 0 -28 0 -17 0 -17 0 -17 0 -94 0 -128 0 -117 0 -128 0 -133 0 -128 0 -56 0-9999 +USW00014922195911PRCP 0 0 0 0 0 0 10 0 97 0 0T 0 0 0 0T 0 0 0 0T 0 5 0 0T 0 13 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 0T 0 20 0 10 0 3 0 0 0 0 0 0T 0 0T 0 0 0 0 0-9999 +USW00014922195911SNOW 0 0 0 0 0 0 10 0 107 0 0T 0 0 0 0T 0 0 0 0T 0 5 0 3 0 15 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 0 0 20 0 10 0 3 0 0 0 0 0 0T 0 0T 0 0 0 0 0-9999 +USW00014922195911SNWD 0 0 0 0 0 0 0 0 25 0 102 0 76 0 25 0 25 0 0T 0 0T 0 0T 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0-9999 +USW00014922195911WESD-9999 -9999 -9999 -9999 -9999 107 X 76 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195911WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195911WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195911WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195911WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00014922195911WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195911WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195911WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922195911WT18-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922195912TMAX 17 0 56 0 117 0 44 0 -28 0 -22 0 17 0 50 0 56 0 78 0 39 0 6 0 50 0 17 0 67 0 83 0 33 0 0 0 -11 0 22 0 11 0 -28 0 -17 0 -17 0 33 0 78 0 78 0 28 0 -6 0 -39 0 11 0 +USW00014922195912TMIN -22 0 -61 0 -17 0 -28 0 -61 0 -100 0 -111 0 -100 0 -61 0 -56 0 -11 0 -22 0 -33 0 -11 0 -11 0 -11 0 -50 0 -83 0 -83 0 -72 0 -78 0 -39 0 -39 0 -50 0 -28 0 33 0 28 0 -22 0 -67 0 -106 0 -111 0 +USW00014922195912PRCP 0T 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 10 0 0T 0 8 0 25 0 178 0 48 0 0 0 0T 0 0 0 +USW00014922195912SNOW 0T 0 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 13 0 0T 0 0 0 0 0 0 0 28 0 0 0 0T 0 0 0 +USW00014922195912SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 25 0 25 0 0 0 0 0 25 0 0T 0 0T 0 0T 0 +USW00014922195912WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 X +USW00014922195912WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922195912WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922195912WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922195912WT18 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 +USW00014922196001TMAX -17 0 0 0 -94 0 -128 0 -100 0 0 0 22 0 -33 0 0 0 -28 0 17 0 28 0 22 0 11 0 -61 0 -33 0 -28 0 -44 0 -72 0 -106 0 -100 0 -106 0 -83 0 -33 0 -50 0 -117 0 -44 0 -28 0 -6 0 -6 0 6 0 +USW00014922196001TMIN -28 0 -94 0 -239 0 -261 0 -283 0 -122 0 -50 0 -178 0 -106 0 -111 0 -122 0 6 0 11 0 -67 0 -122 0 -128 0 -122 0 -111 0 -133 0 -167 0 -172 0 -172 0 -167 0 -133 0 -150 0 -156 0 -133 0 -50 0 -61 0 -89 0 -89 0 +USW00014922196001PRCP 79 0 43 0 0T 0 3 0 3 0 0T 0 8 0 0 0 0 0 0T 0 3 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 10 0 0T 0 20 0 0T 0 3 0 0 0 0 0 0 0 +USW00014922196001SNOW 94 0 74 0 0T 0 3 0 5 0 0T 0 8 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 0T 0 0T 0 0 0 0T 0 23 0 0T 0 28 0 0T 0 3 0 0 0 0 0 0 0 +USW00014922196001SNWD 0T 0 152 0 178 0 178 0 178 0 127 0 127 0 102 0 102 0 76 0 76 0 51 0 51 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 51 0 51 0 76 0 76 0 76 0 76 0 51 0 +USW00014922196001WESD-9999 109 X 122 X 117 X 114 X 107 X 109 X 102 X 94 X 91 X 89 X 91 X 91 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 64 X 61 X 79 X 76 X 66 X 66 X 51 X +USW00014922196001WT01-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X +USW00014922196001WT04-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196001WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922196001WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00014922196001WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196001WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196001WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922196001WT18 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922196002TMAX 0 0 -17 0 22 0 22 0 33 0 11 0 -11 0 39 0 -50 0 -50 0 -89 0 -72 0 -22 0 -11 0 56 0 0 0 -50 0 -83 0 -111 0 -78 0 -61 0 -50 0 -50 0 -44 0 -39 0 -67 0 -50 0 -72 0 -89 0-9999 -9999 +USW00014922196002TMIN -39 0 -61 0 -44 0 -78 0 -6 0 -56 0 -111 0 -94 0 -117 0 -128 0 -172 0 -178 0 -178 0 -133 0 -67 0 -67 0 -128 0 -178 0 -217 0 -172 0 -106 0 -117 0 -172 0 -183 0 -144 0 -122 0 -200 0 -144 0 -194 0-9999 -9999 +USW00014922196002PRCP 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 13 0 3 0 3 0 0 0 20 0 18 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0-9999 -9999 +USW00014922196002SNOW 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 13 0 5 0 3 0 0 0 23 0 25 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0-9999 -9999 +USW00014922196002SNWD 51 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 25 0 51 0 76 0 76 0 51 0 51 0 51 0 51 0 51 0 51 0-9999 -9999 +USW00014922196002WESD 43 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X 58 X 58 X 53 X 48 X 46 X 41 X-9999 38 X-9999 -9999 +USW00014922196002WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196002WT08-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922196002WT18-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 +USW00014922196003TMAX -100 0 -94 0 -94 0 -128 0 -106 0 -100 0 -67 0 -50 0 -39 0 -17 0 -28 0 -67 0 -50 0 -22 0 -6 0 0 0 6 0 -11 0 17 0 -11 0 50 0 -28 0 17 0 -44 0 -50 0 61 0 144 0 117 0 150 0 94 0 56 0 +USW00014922196003TMIN -189 0 -172 0 -156 0 -233 0 -256 0 -217 0 -267 0 -172 0 -94 0 -139 0 -156 0 -194 0 -222 0 -228 0 -144 0 -44 0 -111 0 -117 0 -56 0 -83 0 -89 0 -117 0 -56 0 -128 0 -111 0 -94 0 11 0 -11 0 50 0 6 0 -28 0 +USW00014922196003PRCP 0 0 3 0 5 0 0T 0 0 0 8 0 0T 0 0 0 28 0 0T 0 30 0 0T 0 0 0 0 0 0 0 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 0T 0 0 0 18 0 0T 0 0 0 0 0 104 0 3 0 0 0 +USW00014922196003SNOW 0 0 10 0 8 0 0T 0 0 0 13 0 0T 0 0 0 33 0 0T 0 25 0 0T 0 0 0 0 0 0 0 0T 0 0 0 15 0 0 0 0 0 0 0 0 0 0T 0 0 0 36 0 0T 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922196003SNWD 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 76 0 76 0 102 0 102 0 76 0 76 0 76 0 51 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922196003WESD 38 X 38 X 46 X 43 X 41 X 38 X 43 X 43 X 48 X 71 X 91 X 102 X 102 X 91 X 86 X 86 X 86 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196003WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 +USW00014922196003WT08-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922196003WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922196003WT18-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00014922196004TMAX 72 0 67 0 83 0 106 0 83 0 144 0 106 0 28 0 44 0 111 0 178 0 217 0 200 0 189 0 183 0 156 0 83 0 128 0 217 0 172 0 261 0 294 0 267 0 144 0 89 0 117 0 100 0 67 0 111 0 94 0-9999 +USW00014922196004TMIN 11 0 28 0 11 0 6 0 -22 0 -11 0 -6 0 -44 0 -67 0 -61 0 39 0 6 0 89 0 56 0 28 0 11 0 -6 0 -50 0 56 0 61 0 17 0 117 0 128 0 39 0 33 0 22 0 -17 0 22 0 33 0 -11 0-9999 +USW00014922196004PRCP 43 0 25 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 124 0 51 0 0 0 0T 0 5 0 0 0 0T 0 0 0 0T 0 0 0 0 0 51 0 0T 0 152 0 0 0 0 0 28 0 38 0 0 0-9999 +USW00014922196004SNOW 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196004WT01 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00014922196004WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196004WT04 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196004WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196004WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196004WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196004WT14 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196004WT16 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00014922196004WT18 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196005TMAX 189 0 172 0 178 0 156 0 139 0 100 0 139 0 150 0 117 0 150 0 189 0 228 0 261 0 289 0 267 0 167 0 222 0 206 0 222 0 217 0 161 0 239 0 267 0 239 0 222 0 172 0 167 0 183 0 211 0 250 0 239 0 +USW00014922196005TMIN -6 0 56 0 44 0 83 0 83 0 44 0 0 0 -22 0 11 0 44 0 11 0 -6 0 56 0 106 0 67 0 111 0 89 0 100 0 139 0 156 0 122 0 128 0 89 0 117 0 133 0 139 0 128 0 122 0 122 0 94 0 111 0 +USW00014922196005PRCP 0 0 8 0 8 0 10 0 3 0 0 0 0 0 0 0 10 0 0T 0 0 0 0 0 0 0 0 0 0 0 117 0 0 0 30 0 61 0 155 0 221 0 0 0 0 0 0 0 8 0 168 0 0T 0 10 0 3 0 0T 0 0T 0 +USW00014922196005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196005WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 X 1 X-9999 -9999 +USW00014922196005WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196005WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196005WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922196005WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196005WT16-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922196006TMAX 244 0 272 0 233 0 211 0 206 0 183 0 217 0 244 0 267 0 239 0 178 0 233 0 267 0 272 0 250 0 189 0 233 0 283 0 267 0 200 0 194 0 261 0 217 0 233 0 261 0 294 0 289 0 256 0 256 0 194 0-9999 +USW00014922196006TMIN 111 0 100 0 111 0 94 0 72 0 50 0 50 0 89 0 133 0 139 0 122 0 139 0 139 0 117 0 150 0 72 0 56 0 139 0 106 0 122 0 128 0 56 0 117 0 106 0 111 0 161 0 200 0 172 0 139 0 139 0-9999 +USW00014922196006PRCP 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 28 0 46 0 0 0 0 0 0 0 5 0 8 0 300 0 0T 0 0T 0 0 0 86 0 15 0 0 0 56 0 0 0 0 0 0 0 0T 0 239 0 0 0 0T 0-9999 +USW00014922196006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196006WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196006WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196006WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196006WT16-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 +USW00014922196007TMAX 244 0 267 0 217 0 228 0 233 0 256 0 278 0 294 0 250 0 250 0 289 0 283 0 244 0 250 0 289 0 289 0 272 0 289 0 300 0 333 0 350 0 333 0 300 0 328 0 328 0 311 0 322 0 333 0 306 0 250 0 300 0 +USW00014922196007TMIN 94 0 167 0 128 0 94 0 139 0 111 0 117 0 144 0 183 0 178 0 183 0 183 0 144 0 117 0 144 0 189 0 178 0 150 0 144 0 183 0 228 0 228 0 194 0 211 0 172 0 156 0 156 0 139 0 178 0 122 0 94 0 +USW00014922196007PRCP 0T 0 38 0 0 0 0 0 23 0 0 0 0 0 0 0 183 0 0 0 10 0 89 0 10 0 0 0 0 0 0T 0 84 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 46 0 0 0 0 0 0T 0 5 0 0 0 0 0 +USW00014922196007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196007WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922196007WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922196007WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196007WT16 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00014922196008TMAX 311 0 344 0 311 0 306 0 261 0 294 0 283 0 278 0 256 0 261 0 300 0 322 0 311 0 233 0 228 0 306 0 294 0 267 0 267 0 267 0 289 0 306 0 306 0 283 0 267 0 250 0 222 0 217 0 256 0 283 0 322 0 +USW00014922196008TMIN 161 0 233 0 200 0 172 0 183 0 172 0 161 0 139 0 144 0 117 0 117 0 167 0 178 0 100 0 83 0 156 0 206 0 200 0 200 0 189 0 161 0 167 0 189 0 217 0 178 0 144 0 150 0 133 0 89 0 161 0 228 0 +USW00014922196008PRCP 5 0 0 0 15 0 0 0 173 0 0T 0 0 0 5 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 30 0 48 0 0 0 0 0 0 0 0 0 0T 0 384 0 0 0 66 0 196 0 0 0 0 0 0 0 +USW00014922196008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196008WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 X-9999 -9999 1 X 1 X-9999 -9999 1 0 1 0-9999 -9999 +USW00014922196008WT03-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 X-9999 -9999 -9999 +USW00014922196008WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922196008WT16 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00014922196009TMAX 333 0 333 0 333 0 311 0 344 0 350 0 306 0 233 0 200 0 228 0 194 0 156 0 178 0 222 0 233 0 178 0 189 0 111 0 156 0 233 0 233 0 172 0 139 0 144 0 217 0 222 0 183 0 156 0 106 0 133 0-9999 +USW00014922196009TMIN 228 0 228 0 228 0 228 0 228 0 206 0 144 0 139 0 106 0 83 0 117 0 67 0 72 0 83 0 78 0 128 0 83 0 61 0 83 0 106 0 128 0 117 0 94 0 83 0 44 0 94 0 33 0 39 0 33 0 22 0-9999 +USW00014922196009PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 254 0 180 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 23 0 0T 0 157 0 0T 0 0 0 36 0 10 0 119 0 157 0 0 0 0 0 0 0 13 0 13 0 0 0-9999 +USW00014922196009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196009WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 0 1 0 1 0 1 X 1 X 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922196009WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196009WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922196009WT14-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196009WT16-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922196010TMAX 172 0 156 0 178 0 211 0 228 0 194 0 206 0 222 0 239 0 261 0 211 0 272 0 217 0 200 0 161 0 217 0 128 0 128 0 6 0 39 0 117 0 167 0 106 0 83 0 139 0 83 0 150 0 156 0 122 0 94 0 72 0 +USW00014922196010TMIN 56 0 33 0 -6 0 44 0 89 0 39 0 28 0 61 0 61 0 50 0 133 0 139 0 89 0 89 0 28 0 17 0 39 0 -22 0 -50 0 -78 0 -72 0 28 0 -22 0 -83 0 22 0 -11 0 -28 0 -28 0 61 0 67 0 39 0 +USW00014922196010PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 56 0 18 0 0T 0 +USW00014922196010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196010WT01-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 0 1 0 +USW00014922196010WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00014922196010WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X +USW00014922196010WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196011TMAX 44 0 39 0 117 0 78 0 50 0 44 0 67 0 72 0 -22 0 11 0 50 0 78 0 78 0 106 0 111 0 33 0 22 0 6 0 56 0 106 0 156 0 67 0 67 0 72 0 161 0 111 0 33 0 61 0 -39 0 -72 0-9999 +USW00014922196011TMIN 17 0 -33 0 -39 0 -6 0 -33 0 -67 0 -67 0 -50 0 -89 0 -128 0 -33 0 -28 0 -50 0 44 0 28 0 -61 0 -78 0 -61 0 -39 0 -67 0 28 0 -67 0 -72 0 -22 0 -39 0 0 0 11 0 -61 0 -111 0 -161 0-9999 +USW00014922196011PRCP 8 0 0 0 0 0 0 0 3 0 3 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 155 0 5 0 0T 0-9999 +USW00014922196011SNOW 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 5 0 0T 0-9999 +USW00014922196011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0-9999 +USW00014922196011WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X 1 0 1 X-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196011WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922196011WT04 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196011WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196011WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922196011WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922196011WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922196011WT16 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922196011WT18 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922196012TMAX -22 0 39 0 61 0 106 0 106 0 -44 0 -39 0 -111 0 22 0 -17 0 -56 0 -78 0 6 0 83 0 28 0 -56 0 -33 0 -44 0 -111 0 -122 0 -144 0 -178 0 -128 0 -44 0 -33 0 -44 0 -117 0 -56 0 -39 0 44 0 -11 0 +USW00014922196012TMIN -167 0 -39 0 -28 0 6 0 -61 0 -106 0 -122 0 -178 0 -156 0 -83 0 -106 0 -156 0 -133 0 -89 0 -139 0 -150 0 -167 0 -150 0 -183 0 -200 0 -217 0 -244 0 -244 0 -183 0 -133 0 -133 0 -211 0 -156 0 -100 0 -111 0 -67 0 +USW00014922196012PRCP 0 0 0 0 0 0 127 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 8 0 0T 0 5 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 +USW00014922196012SNOW 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 3 0 0T 0 0 0 0 0 0T 0 0T 0 25 0 5 0 8 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 +USW00014922196012SNWD 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0 +USW00014922196012WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196012WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922196012WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922196012WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922196012WT18-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00014922196101TMAX -44 0 -117 0 -128 0 -33 0 17 0 61 0 39 0 -72 0 11 0 50 0 56 0 61 0 44 0 -28 0 -33 0 78 0 39 0 -44 0 -78 0 -111 0 -144 0 -178 0 -111 0 -217 0 -139 0 -133 0 -106 0 -100 0 -94 0 -117 0 -67 0 +USW00014922196101TMIN -139 0 -194 0 -183 0 -178 0 -161 0 -94 0 -122 0 -172 0 -111 0 -111 0 -117 0 -94 0 -72 0 -117 0 -56 0 -67 0 -83 0 -100 0 -167 0 -217 0 -272 0 -261 0 -272 0 -294 0 -272 0 -217 0 -256 0 -217 0 -239 0 -211 0 -189 0 +USW00014922196101PRCP 0T 0 0T 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 18 0 0T 0 0 0 0T 0 0 0 0T 0 3 0 0T 0 0T 0 0 0 36 0 0T 0 +USW00014922196101SNOW 0T 0 0T 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 30 0 0T 0 0 0 0T 0 0 0 0T 0 5 0 0T 0 0T 0 0 0 51 0 0T 0 +USW00014922196101SNWD 0T 0 0T 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 51 0 +USW00014922196101WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 36 X +USW00014922196101WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922196101WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196101WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196101WT18 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X +USW00014922196102TMAX -94 0 -106 0 -78 0 -39 0 -22 0 -22 0 11 0 39 0 39 0 44 0 106 0 44 0 33 0 6 0 0 0 39 0 28 0 -61 0 -94 0 6 0 56 0 83 0 28 0 -61 0 -28 0 39 0 44 0 50 0-9999 -9999 -9999 +USW00014922196102TMIN -183 0 -150 0 -200 0 -228 0 -178 0 -150 0 -167 0 -139 0 -89 0 -111 0 -50 0 -39 0 -39 0 -83 0 -28 0 -22 0 -89 0 -133 0 -228 0 -133 0 -89 0 -44 0 -72 0 -106 0 -150 0 -56 0 -50 0 -44 0-9999 -9999 -9999 +USW00014922196102PRCP 0T 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 3 0 0T 0 0 0 178 0 0 0 0 0 0 0 0T 0 33 0 8 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922196102SNOW 0T 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 3 0 0T 0 0 0 178 0 0 0 0 0 0 0 0 0 28 0 8 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922196102SNWD 51 0 51 0 51 0 51 0 25 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 76 0 178 0 178 0 152 0 76 0 25 0 51 0 51 0 25 0 0T 0 0T 0-9999 -9999 -9999 +USW00014922196102WESD 36 X 41 X 38 X 36 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 71 X 178 X 178 X 152 X 76 X-9999 76 X 76 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196102WT01-9999 -9999 -9999 1 0 1 X 1 0 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196102WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196102WT08-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196102WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196102WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196102WT18 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196103TMAX 56 0 89 0 33 0 -6 0 -17 0 0 0 6 0 33 0 6 0 0 0 17 0 17 0 33 0 78 0 28 0 11 0 17 0 50 0 72 0 56 0 17 0 22 0 100 0 128 0 161 0 150 0 111 0 11 0 22 0 100 0 67 0 +USW00014922196103TMIN -33 0 -22 0 -39 0 -44 0 -94 0 -144 0 -156 0 -39 0 -100 0 -83 0 -72 0 -133 0 -33 0 -72 0 -33 0 -72 0 -56 0 -44 0 -11 0 -33 0 0 0 -6 0 -6 0 -39 0 33 0 94 0 -6 0 -44 0 -67 0 -56 0 -44 0 +USW00014922196103PRCP 3 0 15 0 3 0 99 0 178 0 28 0 0T 0 0T 0 0 0 25 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 18 0 0T 0 0 0 0T 0 5 0 315 0 0 0 0T 0 0T 0 0 0 +USW00014922196103SNOW 0T 0 0 0 3 0 109 0 152 0 46 0 0T 0 0T 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 23 0 18 0 0T 0 0 0 0 0 0 0 3 0 0 0 0T 0 0 0 0 0 +USW00014922196103SNWD 0T 0 0T 0 0 0 25 0 102 0 254 0 203 0 178 0 127 0 127 0 152 0 127 0 102 0 102 0 51 0 51 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196103WESD-9999 -9999 -9999 -9999 99 X 254 X 262 X 198 X 178 X 165 X 191 X 152 X 122 X 114 X 64 X 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196103WT01-9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922196103WT04-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922196103WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196103WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196103WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00014922196103WT18 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 +USW00014922196104TMAX -11 0 61 0 83 0 78 0 44 0 39 0 61 0 72 0 89 0 117 0 94 0 94 0 100 0 72 0 28 0 6 0 39 0 106 0 189 0 144 0 183 0 194 0 111 0 94 0 67 0 106 0 111 0 78 0 139 0 100 0-9999 +USW00014922196104TMIN -89 0 -94 0 -61 0 -50 0 -22 0 -28 0 -33 0 -44 0 -44 0 -50 0 11 0 -17 0 -50 0 28 0 -61 0 -56 0 6 0 6 0 11 0 56 0 11 0 28 0 56 0 44 0 -6 0 -11 0 -22 0 -11 0 -11 0 -6 0-9999 +USW00014922196104PRCP 0 0 0 0 0 0 53 0 46 0 13 0 0 0 0 0 0 0 0 0 41 0 5 0 0 0 178 0 76 0 117 0 13 0 0 0 0 0 36 0 0 0 0 0 30 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00014922196104SNOW 0 0 0 0 0 0 0 0 5 0 8 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 51 0 127 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196104SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 127 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196104WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 157 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196104WT01-9999 -9999 -9999 1 X 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196104WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196104WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196104WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196104WT14-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196104WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922196104WT18-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196105TMAX 122 0 133 0 167 0 194 0 167 0 128 0 200 0 122 0 117 0 261 0 300 0 322 0 222 0 172 0 167 0 156 0 117 0 111 0 133 0 172 0 217 0 206 0 239 0 244 0 161 0 167 0 239 0 267 0 222 0 256 0 289 0 +USW00014922196105TMIN -11 0 -44 0 -6 0 39 0 83 0 67 0 50 0 39 0 17 0 61 0 133 0 133 0 122 0 67 0 44 0 50 0 56 0 39 0 6 0 56 0 72 0 67 0 33 0 94 0 72 0 17 0 39 0 106 0 78 0 78 0 150 0 +USW00014922196105PRCP 0 0 0 0 0 0 0 0 0T 0 140 0 56 0 0 0 0 0 0T 0 0 0 0 0 0T 0 241 0 81 0 0 0 206 0 3 0 0T 0 13 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 142 0 +USW00014922196105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196105WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 X 1 0 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196105WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922196105WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196105WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196105WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196105WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00014922196106TMAX 228 0 211 0 244 0 272 0 294 0 272 0 211 0 289 0 306 0 278 0 267 0 294 0 244 0 222 0 217 0 244 0 272 0 322 0 206 0 239 0 250 0 228 0 222 0 239 0 244 0 300 0 333 0 367 0 339 0 356 0-9999 +USW00014922196106TMIN 128 0 100 0 67 0 94 0 122 0 150 0 150 0 161 0 167 0 167 0 183 0 189 0 172 0 128 0 56 0 61 0 94 0 156 0 100 0 78 0 89 0 133 0 94 0 111 0 94 0 111 0 178 0 228 0 239 0 206 0-9999 +USW00014922196106PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 28 0 20 0 0T 0 18 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 79 0 76 0 0 0 66 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 25 0 163 0-9999 +USW00014922196106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196106WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196106WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922196106WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922196106WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196106WT16 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922196107TMAX 256 0 244 0 250 0 222 0 267 0 294 0 261 0 250 X 289 0 300 0 256 0 239 0 272 0 244 0 250 0 278 0 300 0 311 0 272 0 278 0 267 0 267 0 244 0 283 0 306 0 294 0 311 0 300 0 328 0 300 0 228 0 +USW00014922196107TMIN 178 0 150 0 117 0 156 0 156 0 139 0 161 0 122 X 100 0 150 0 178 0 178 0 150 0 144 0 133 0 122 0 133 0 172 0 150 0 167 0 167 0 172 0 161 0 144 0 156 0 194 0 183 0 194 0 178 0 200 0 189 0 +USW00014922196107PRCP 15 0 0 0 28 0 56 0 0 0 0 0 0 0 0 X 0 0 0 0 15 0 3 0 0T 0 0T 0 0T 0 0 0 0 0 117 0 0 0 216 0 0T 0 0T 0 15 0 0 0 0 0 0 0 0T 0 15 0 0 0 267 0 0T 0 +USW00014922196107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196107WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 X-9999 1 0-9999 -9999 +USW00014922196107WT03 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 X +USW00014922196107WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922196107WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922196107WT16 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X +USW00014922196108TMAX 283 0 294 0 300 0 300 0 233 0 256 0 289 0 300 0 250 0 272 0 250 0 244 0 294 0 311 0 317 0 317 0 322 0 233 0 228 0 244 0 239 0 244 0 267 0 267 0 278 0 272 0 222 0 289 0 339 0 333 0 339 0 +USW00014922196108TMIN 194 0 183 0 183 0 172 0 150 0 100 0 150 0 194 0 172 0 161 0 122 0 72 0 128 0 161 0 189 0 172 0 172 0 156 0 111 0 94 0 128 0 106 0 150 0 144 0 172 0 122 0 194 0 178 0 189 0 233 0 239 0 +USW00014922196108PRCP 0 0 76 0 0 0 0 0 0 0 0 0 0T 0 0 0 20 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 432 0 0 0 0T 0 0T 0 0 0 71 0 0 0 0 0 0 0 5 0 0T 0 0T 0 0 0 0 0 +USW00014922196108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196108WT01 1 X 1 X-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 0-9999 -9999 -9999 1 0 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922196108WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196108WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922196108WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196108WT16-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00014922196109TMAX 289 0 339 0 194 0 206 0 217 0 239 0 272 0 244 0 306 0 300 0 156 0 139 0 128 0 144 0 211 0 228 0 250 0 267 0 256 0 239 0 239 0 139 0 100 0 156 0 161 0 217 0 133 0 122 0 111 0 111 0-9999 +USW00014922196109TMIN 194 0 172 0 94 0 106 0 167 0 122 0 117 0 194 0 222 0 150 0 117 0 117 0 78 0 67 0 56 0 39 0 106 0 150 0 128 0 156 0 122 0 39 0 33 0 33 0 0 0 44 0 17 0 -28 0 67 0 17 0-9999 +USW00014922196109PRCP 0T 0 56 0 0T 0 0 0 66 0 28 0 0 0 251 0 0 0 0 0 0T 0 84 0 20 0 18 0 0 0 0 0 0 0 0 0 0 0 41 0 0T 0 38 0 0T 0 0 0 0 0 84 0 0 0 0 0 3 0 76 0-9999 +USW00014922196109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0-9999 +USW00014922196109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196109WT01-9999 1 0-9999 -9999 1 0 1 0-9999 1 X-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 +USW00014922196109WT03-9999 1 X-9999 -9999 1 X 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922196109WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196109WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196109WT16 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 +USW00014922196109WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922196110TMAX 83 0 156 0 178 0 228 0 267 0 294 0 256 0 217 0 161 0 211 0 178 0 244 0 133 0 117 0 239 0 267 0 267 0 100 0 94 0 122 0 178 0 133 0 144 0 172 0 111 0 106 0 161 0 161 0 128 0 100 0 150 0 +USW00014922196110TMIN 17 0 -11 0 50 0 17 0 61 0 111 0 133 0 150 0 100 0 111 0 89 0 67 0 56 0 11 0 72 0 72 0 83 0 56 0 11 0 -11 0 6 0 61 0 0 0 22 0 33 0 -17 0 39 0 89 0 72 0 28 0 22 0 +USW00014922196110PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 338 0 3 0 23 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 3 0 0 0 0 0 277 0 127 0 0 0 0 0 +USW00014922196110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196110WT01-9999 1 0-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 +USW00014922196110WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922196110WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196110WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196110WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00014922196111TMAX 156 0 183 0 22 0 56 0 17 0 44 0 56 0 -6 0 83 0 122 0 167 0 133 0 33 0 61 0 44 0 39 0 17 0 17 0 17 0 6 0 11 0 22 0 39 0 83 0 117 0 39 0 0 0 33 0 6 0 44 0-9999 +USW00014922196111TMIN 17 0 -33 0 -50 0 -22 0 -39 0 -17 0 -39 0 -89 0 -72 0 -44 0 -6 0 28 0 -67 0 -33 0 -22 0 -28 0 -72 0 -111 0 -100 0 -78 0 0 0 -6 0 -44 0 -44 0 -11 0 -17 0 -89 0 -56 0 -33 0 -6 0-9999 +USW00014922196111PRCP 114 0 69 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 13 0 0 0 0 0 0 0 0T 0 33 0 38 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 3 0-9999 +USW00014922196111SNOW 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0T 0 18 0 38 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196111SNWD 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196111WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00014922196111WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196111WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196111WT06-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922196111WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196111WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 +USW00014922196111WT18-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196112TMAX 44 0 50 0 100 0 89 0 44 0 33 0 -67 0 -11 0 -22 0 -33 0 -150 0 -128 0 -94 0 -67 0 -72 0 -44 0 -22 0 -22 0 -6 0 -111 0 -44 0 -11 0 -22 0 -17 0 -50 0 -50 0 -167 0 -117 0 -133 0 -78 0 -67 0 +USW00014922196112TMIN 0 0 11 0 0 0 -94 0 -89 0 -72 0 -144 0 -150 0 -44 0 -206 0 -217 0 -244 0 -267 0 -250 0 -278 0 -117 0 -178 0 -178 0 -139 0 -194 0 -128 0 -44 0 -83 0 -83 0 -94 0 -211 0 -244 0 -228 0 -206 0 -178 0 -167 0 +USW00014922196112PRCP 0 0 3 0 5 0 0T 0 3 0 10 0 0T 0 20 0 137 0 0T 0 36 0 61 0 0 0 0T 0 0 0 41 0 61 0 0T 0 5 0 5 0 0T 0 18 0 0 0 0T 0 0T 0 0 0 0T 0 3 0 0T 0 0T 0 0T 0 +USW00014922196112SNOW 0 0 0 0 0 0 0T 0 3 0 10 0 5 0 25 0 188 0 0T 0 36 0 51 0 0 0 0T 0 0 0 43 0 69 0 0T 0 5 0 5 0 0T 0 18 0 0 0 0T 0 0T 0 0 0 0T 0 3 0 0T 0 0T 0 0T 0 +USW00014922196112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 102 0 203 0 203 0 254 0 254 0 229 0 203 0 178 0 279 0 254 0 229 0 229 0 229 0 229 0 229 0 229 0 203 0 178 0 178 0 178 0 178 0 178 0 178 0 +USW00014922196112WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 74 X 157 X 152 X 229 X 249 X 229 X 229 X 229 X 318 X 279 X 229 X 234 X 229 X 229 X 229 X 229 X 229 X 229 X 229 X 229 X 229 X 229 X 229 X +USW00014922196112WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 X 1 0 1 0 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922196112WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 0-9999 +USW00014922196112WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922196112WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196112WT11-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196112WT14-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196112WT16-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922196112WT18-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00014922196201TMAX -11 0 6 0 44 0 11 0 -56 0 -94 0 -67 0 -161 0 -217 0 -200 0 -61 0 -28 0 -17 0 -33 0 -117 0 -144 0 -244 0 -206 0 -211 0 -183 0 -161 0 -117 0 -44 0 11 0 22 0 6 0 -150 0 -72 0 11 0 -117 0 -106 0 +USW00014922196201TMIN -172 0 -150 0 -78 0 -56 0 -189 0 -217 0 -178 0 -239 0 -250 0 -261 0 -211 0 -83 0 -56 0 -183 0 -233 0 -267 0 -306 0 -333 0 -250 0 -311 0 -183 0 -233 0 -206 0 -89 0 -50 0 -161 0 -211 0 -161 0 -117 0 -239 0 -206 0 +USW00014922196201PRCP 0T 0 0T 0 0T 0 25 0 5 0 8 0 0T 0 0T 0 0T 0 0 0 13 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0 0 8 0 10 0 3 0 0 0 0 0 0 0 0 0 0 0 23 0 0T 0 0T 0 0T 0 43 0 +USW00014922196201SNOW 0T 0 0 0 0 0 15 0 5 0 15 0 0T 0 0T 0 0T 0 0 0 13 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0 0 8 0 18 0 3 0 0 0 0 0 0 0 0 0 0 0 28 0 0T 0 0T 0 0T 0 41 0 +USW00014922196201SNWD 178 0 178 0 152 0 102 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 178 0 178 0 178 0 178 0 152 0 127 0 127 0 152 0 152 0 127 0 152 0 +USW00014922196201THIC-9999 2032 X-9999 -9999 -9999 -9999 -9999 2286 X-9999 -9999 -9999 -9999 -9999 -9999 3810 X-9999 -9999 -9999 -9999 -9999 -9999 4572 X-9999 -9999 -9999 -9999 -9999 -9999 4572 X-9999 -9999 +USW00014922196201WESD 216 X 203 X 178 X 127 X 127 X 127 X 127 X 127 X 127 X 127 X 127 X 152 X 152 X 152 X 152 X 152 X 152 X 152 X 152 X 152 X 165 X 165 X 173 X 173 X 173 X 168 X 168 X 191 X 191 X 188 X 203 X +USW00014922196201WT01-9999 1 0-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922196201WT04-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922196201WT06-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922196201WT08-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922196201WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196201WT11-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196201WT14-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922196201WT16-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922196201WT18 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00014922196202TMAX -106 0 11 0 33 0 44 0 -128 0 -189 0 -133 0 -117 0 -72 0 -44 0 -6 0 -6 0 6 0 0 0 6 0 0 0 -61 0 -72 0 -61 0 -106 0 -89 0 -89 0 -78 0 -94 0 -78 0 -94 0 -183 0 -228 0-9999 -9999 -9999 +USW00014922196202TMIN -178 0 -106 0 -100 0 -128 0 -250 0 -278 0 -267 0 -250 0 -133 0 -150 0 -50 0 -28 0 -22 0 -100 0 -39 0 -156 0 -156 0 -100 0 -150 0 -233 0 -117 0 -217 0 -172 0 -128 0 -128 0 -200 0 -244 0 -322 0-9999 -9999 -9999 +USW00014922196202PRCP 0T 0 3 0 0 0 0T 0 3 0 0 0 0T 0 0T 0 0T 0 0T 0 3 0 0T 0 74 0 0 0 119 0 0T 0 3 0 112 0 5 0 0T 0 99 0 13 0 15 0 41 0 18 0 20 0 0T 0 0 0-9999 -9999 -9999 +USW00014922196202SNOW 0T 0 3 0 0 0 0T 0 3 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 64 0 0 0 127 0 0T 0 3 0 132 0 10 0 0T 0 140 0 20 0 30 0 97 0 23 0 23 0 0T 0 0 0-9999 -9999 -9999 +USW00014922196202SNWD 178 0 178 0 152 0 102 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 152 0 127 0 254 0 254 0 254 0 381 0 381 0 432 0 559 0 559 0 584 0 660 0 660 0 610 0 610 0-9999 -9999 -9999 +USW00014922196202WESD 229 X 231 X 231 X 221 X 218 X 213 X 213 X 213 X 213 X 213 X 216 X 216 X 216 X 274 X 274 X 389 X 389 X 411 X 508 X 518 X 561 X 622 X 622 X 635 X 665 X 701 X 704 X 701 X-9999 -9999 -9999 +USW00014922196202WT01-9999 1 X 1 X 1 X-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196202WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196202WT06-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 X 1 X-9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196202WT08-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00014922196202WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922196202WT11-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196202WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196202WT18 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922196203TMAX -178 0 -89 0 -44 0 -56 0 -56 0 -28 0 6 0 6 0 22 0 22 0 0 0 -6 0 -22 0 -28 0 11 0 11 0 -17 0 0 0 28 0 33 0 44 0 22 0 11 0 50 0 39 0 28 0 61 0 83 0 17 0 28 0 17 0 +USW00014922196203TMIN -356 0 -200 0 -122 0 -94 0 -222 0 -233 0 -67 0 -22 0 -61 0 -61 0 -11 0 -28 0 -61 0 -83 0 -117 0 -150 0 -161 0 -161 0 -50 0 -89 0 -50 0 -72 0 -28 0 0 0 6 0 -17 0 -17 0 17 0 -17 0 -39 0 -28 0 +USW00014922196203PRCP 0 0 0T 0 38 0 91 0 0T 0 0T 0 0T 0 0T 0 0 0 10 0 191 0 94 0 0T 0 0T 0 10 0 0 0 0 0 10 0 0T 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 20 0 +USW00014922196203SNOW 0 0 0T 0 46 0 127 0 0T 0 0T 0 0 0 0T 0 0 0 5 0 208 0 114 0 0T 0 0T 0 18 0 0 0 0 0 10 0 0T 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 15 0 +USW00014922196203SNWD 584 0 559 0 533 0 610 0 660 0 610 0 584 0 559 0 483 0 432 0 432 0 660 0 686 0 660 0 610 0 584 0 533 0 508 0 508 0 457 0 381 0 330 0 305 0 305 0 229 0 178 0 127 0 51 0 25 0 25 0 0T 0 +USW00014922196203WESD 701 X 696 X 696 X 765 X 826 X 818 X 810 X 803 X 1181 X 1181 X 1204 X 1412 X 1476 X 1476 X 1478 X 1463 X 1448 X 1448 X 1458 X 1433 X 1295 X 1207 X 1123 X 1123 X 864 X 691 X 605 X 244 X-9999 -9999 -9999 +USW00014922196203WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 0 1 0-9999 -9999 1 X 1 X 1 X 1 0 1 0 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 0-9999 -9999 1 0 +USW00014922196203WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196203WT08-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922196203WT09-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196203WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922196203WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196203WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922196203WT18-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922196204TMAX 33 0 28 0 61 0 44 0 83 0 50 0 89 0 61 0 28 0 50 0 67 0 17 0 33 0 11 0 67 0 89 0 178 0 167 0 150 0 156 0 222 0 172 0 172 0 289 0 328 0 278 0 222 0 161 0 150 0 189 0-9999 +USW00014922196204TMIN -39 0 -50 0 -56 0 17 0 0 0 -28 0 -72 0 -22 0 -50 0 -78 0 -6 0 -111 0 -167 0 -67 0 -67 0 -44 0 -33 0 -28 0 -11 0 0 0 78 0 56 0 -6 0 78 0 128 0 144 0 28 0 22 0 56 0 61 0-9999 +USW00014922196204PRCP 0T 0 0 0 0T 0 3 0 0 0 10 0 0T 0 48 0 3 0 0 0 0T 0 124 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 38 0 15 0 0 0 0 0 0 0 0 0 64 0 0 0 5 0 20 0-9999 +USW00014922196204SNOW 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 8 0 3 0 0 0 0T 0 152 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196204SNWD 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 76 0 127 0 51 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196204WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 64 X 114 X 91 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196204WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 0 1 0-9999 +USW00014922196204WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 +USW00014922196204WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922196204WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196204WT11-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922196204WT16-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 +USW00014922196204WT18 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196205TMAX 206 0 233 0 267 0 294 0 244 0 139 0 83 0 128 0 128 0 139 0 133 0 244 0 272 0 272 0 294 0 300 0 300 0 300 0 228 0 178 0 144 0 244 0 161 0 194 0 178 0 167 0 194 0 189 0 256 0 211 0 128 0 +USW00014922196205TMIN 56 0 11 0 94 0 111 0 94 0 72 0 50 0 56 0 61 0 72 0 72 0 117 0 167 0 172 0 183 0 200 0 189 0 161 0 156 0 94 0 83 0 144 0 117 0 78 0 61 0 89 0 117 0 128 0 161 0 128 0 89 0 +USW00014922196205PRCP 0 0 0 0 0 0 0T 0 5 0 0 0 36 0 0T 0 0T 0 0T 0 315 0 292 0 249 0 0 0 102 0 0T 0 0 0 361 0 20 0 0T 0 0T 0 257 0 48 0 0 0 0 0 8 0 5 0 178 0 122 0 43 0 0T 0 +USW00014922196205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196205WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 X 1 0 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 +USW00014922196205WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922196205WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196205WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196205WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922196205WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196205WT16-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922196206TMAX 122 0 156 0 194 0 172 0 233 0 211 0 244 0 228 0 261 0 233 0 228 0 222 0 250 0 261 0 294 0 294 0 289 0 183 0 250 0 211 0 256 0 278 0 283 0 294 0 289 0 278 0 322 0 350 0 289 0 278 0-9999 +USW00014922196206TMIN 78 0 83 0 61 0 122 0 144 0 111 0 161 0 150 0 172 0 139 0 117 0 72 0 72 0 117 0 150 0 200 0 178 0 117 0 94 0 128 0 122 0 128 0 128 0 111 0 156 0 156 0 156 0 194 0 178 0 133 0-9999 +USW00014922196206PRCP 0 0 0 0 56 0 46 0 0T 0 0T 0 0 0 0 0 0T 0 33 0 0T 0 0 0 0 0 0 0 0 0 0T 0 89 0 0T 0 0 0 0 0 0T 0 0 0 5 0 0 0 0 0 0 0 0 0 25 0 122 0 0 0-9999 +USW00014922196206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196206WT01-9999 -9999 1 0 1 0 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196206WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922196206WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196206WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196206WT14-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196206WT16-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922196207TMAX 222 0 239 0 261 0 217 0 267 0 306 0 322 0 239 0 267 0 283 0 267 0 267 0 211 0 239 0 172 0 211 0 244 0 267 0 272 0 278 0 278 0 250 0 194 0 294 0 206 0 233 0 233 0 228 0 278 0 206 0 272 0 +USW00014922196207TMIN 183 0 178 0 178 0 183 0 172 0 172 0 194 0 161 0 117 0 194 0 161 0 144 0 139 0 133 0 139 0 133 0 128 0 111 0 178 0 183 0 117 0 144 0 122 0 144 0 128 0 72 0 94 0 150 0 128 0 117 0 100 0 +USW00014922196207PRCP 30 0 76 0 0T 0 10 0 0T 0 140 0 152 0 0T 0 0 0 0 0 0 0 0 0 5 0 81 0 84 0 3 0 0 0 0 0 373 0 0T 0 251 0 36 0 0T 0 48 0 0 0 0 0 0T 0 0 0 10 0 0 0 0 0 +USW00014922196207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196207WT01 1 0 1 0 1 X 1 0 1 0 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 X 1 0 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196207WT03-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196207WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196207WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196207WT08-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196207WT11-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196207WT14-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922196207WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 +USW00014922196208TMAX 250 0 289 0 217 0 283 0 311 0 278 0 300 0 267 0 233 0 272 0 261 0 222 0 256 0 267 0 289 0 244 0 261 0 278 0 328 0 294 0 328 0 267 0 289 0 211 0 267 0 278 X 311 0 239 0 261 0 200 0 217 0 +USW00014922196208TMIN 94 0 106 0 144 0 133 0 178 0 172 0 150 0 128 0 128 0 144 0 178 0 156 0 117 0 122 0 178 0 83 0 56 0 122 0 139 0 144 0 144 0 167 0 200 0 117 0 94 0 122 X 156 0 167 0 122 0 161 0 117 0 +USW00014922196208PRCP 0 0 0 0 38 0 0 0 0 0 76 0 0 0 8 0 0 0 0 0 56 0 3 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0T 0 0 0 137 0 170 0 0T 0 0 0 0 X 0 0 25 0 18 0 152 0 185 0 +USW00014922196208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 +USW00014922196208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 +USW00014922196208WT01-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 +USW00014922196208WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 X 1 0 +USW00014922196208WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00014922196208WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922196208WT16-9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922196209TMAX 261 0 278 0 250 0 167 0 183 0 194 0 233 0 244 0 172 0 133 0 267 0 256 0 239 0 217 0 233 0 228 0 178 0 200 0 139 0 156 0 172 0 150 0 206 0 178 0 172 0 178 0 161 0 172 0 194 0 133 0-9999 +USW00014922196209TMIN 111 0 128 0 106 0 50 0 22 0 50 0 111 0 150 0 117 0 50 0 17 0 150 0 100 0 72 0 117 0 122 0 72 0 72 0 17 0 -22 0 83 0 72 0 50 0 83 0 17 0 44 0 39 0 33 0 39 0 117 0-9999 +USW00014922196209PRCP 0 0 0 0 28 0 8 0 0 0 0 0 0 0 119 0 28 0 79 0 0 0 0 0 51 0 0T 0 0 0 124 0 0 0 0 0 0 0 0 0 89 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 3 0 89 0-9999 +USW00014922196209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196209WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 1 X 1 0 1 0-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922196209WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196209WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196209WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922196210TMAX 200 0 200 0 139 0 189 0 156 0 172 0 133 0 172 0 211 0 256 0 283 0 178 0 244 0 261 0 250 0 133 0 189 0 194 0 172 0 122 0 139 0 100 0 67 0 72 0 22 0 83 0 189 0 117 0 150 0 122 0 72 0 +USW00014922196210TMIN 72 0 56 0 111 0 89 0 67 0 50 0 122 0 100 0 61 0 117 0 100 0 78 0 106 0 183 0 83 0 22 0 22 0 28 0 33 0 17 0 6 0 17 0 -17 0 -67 0 -78 0 -89 0 -28 0 22 0 -11 0 39 0 -44 0 +USW00014922196210PRCP 18 0 0 0 91 0 0T 0 0 0 0T 0 193 0 20 0 3 0 0T 0 0 0 0 0 0 0 0T 0 97 0 0 0 0 0 0 0 0 0 0 0 3 0 5 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196210WT01 1 X 1 X 1 0 1 X 1 X 1 X 1 0 1 0 1 0 1 X 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196210WT08 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196210WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922196210WT14-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196210WT16 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196210WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196211TMAX 78 0 44 0 61 0 33 0 28 0 111 0 39 0 22 0 83 0 89 0 94 0 94 0 44 0 94 0 50 0 39 0 6 0 0 0 17 0 144 0 72 0 6 0 17 0 39 0 56 0 89 0 106 0 100 0 89 0 128 0-9999 +USW00014922196211TMIN -39 0 22 0 -33 0 -50 0 -94 0 -28 0 -6 0 -50 0 -56 0 -56 0 0 0 -17 0 -67 0 11 0 11 0 0 0 -17 0 -39 0 -22 0 0 0 -50 0 -67 0 -106 0 -156 0 -78 0 -11 0 28 0 44 0 6 0 56 0-9999 +USW00014922196211PRCP 0T 0 3 0 20 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 8 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196211SNOW 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 102 0 76 0 51 0 0T 0 0 0 0 0 0 0-9999 +USW00014922196211WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 86 X 76 X 64 X-9999 -9999 -9999 -9999 -9999 +USW00014922196211WT01-9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922196211WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196211WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922196211WT11-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196211WT14 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196211WT16 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196211WT18-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196212TMAX 139 0 128 0 167 0 67 0 -22 0 -50 0 -6 0 -22 0 -89 0 -133 0 -194 0 -111 0 -44 0 -22 0 -6 0 50 0 78 0 61 0 17 0 -33 0 -33 0 11 0 -144 0 -89 0 -89 0 -78 0 -44 0 17 0 -94 0 -128 0 -61 0 +USW00014922196212TMIN 61 0 94 0 61 0 -28 0 -89 0 -128 0 -139 0 -89 0 -139 0 -194 0 -228 0 -233 0 -122 0 -189 0 -33 0 -61 0 -89 0 -44 0 -39 0 -94 0 -72 0 -150 0 -217 0 -228 0 -289 0 -289 0 -156 0 -156 0 -178 0 -156 0 -133 0 +USW00014922196212PRCP 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 25 0 0T 0 15 0 15 0 0T 0 10 0 0 0 0 0 0T 0 0T 0 +USW00014922196212SNOW 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 25 0 0T 0 18 0 20 0 0T 0 18 0 0 0 0 0 0T 0 0 0 +USW00014922196212SNWD 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 25 0 25 0 51 0 51 0 76 0 51 0 51 0 25 0 25 0 +USW00014922196212WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 46 X 46 X 53 X 51 X 46 X 46 X-9999 +USW00014922196212WSFG-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 180 X-9999 -9999 +USW00014922196212WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 X 1 X 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922196212WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922196212WT08 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196212WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922196212WT11-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922196212WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196212WT18-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00014922196301TMAX -33 0 -17 0 -17 0 -17 0 -22 0 11 0 44 0 56 0 17 0 -89 0 -150 0 -156 0 -156 0 -239 0 -211 0 -150 0 -89 0 -150 0 -206 0 -189 0 -178 0 -183 0 -183 0 -167 0 -156 0 -161 0 -178 0 -78 0 -128 0 -156 0 -94 0 +USW00014922196301TMIN -67 0 -44 0 -111 0 -44 0 -144 0 -139 0 -17 0 -78 0 -89 0 -167 0 -183 0 -239 0 -250 0 -322 0 -356 0 -267 0 -233 0 -239 0 -250 0 -272 0 -322 0 -311 0 -333 0 -267 0 -283 0 -306 0 -256 0 -250 0 -250 0 -289 0 -239 0 +USW00014922196301PRCP 0T 0 0T 0 0T 0 0T 0 3 0 15 0 0T 0 0 0 0T 0 3 0 38 0 33 0 8 0 0 0 0T 0 0 0 3 0 0 0 0T 0 10 0 3 0 3 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 +USW00014922196301SNOW 0T 0 0T 0 0T 0 0T 0 0T 0 13 0 0T 0 0 0 0T 0 8 0 43 0 33 0 8 0 0 0 0T 0 0 0 3 0 0 0 0T 0 10 0 3 0 3 0 0T 0 0 0 0 0 3 0 0T 0 0 0 3 0 0 0 0T 0 +USW00014922196301SNWD 25 0 25 0 25 0 25 0 25 0 25 0 51 0 25 0 0T 0 25 0 25 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 +USW00014922196301WESD-9999 -9999 -9999 -9999 -9999 -9999 64 X-9999 -9999 -9999 -9999 102 X 109 X 107 X 104 X 102 X 102 X 104 X 102 X 109 X 107 X 112 X 109 X 104 X 104 X 102 X 102 X 102 X 102 X 102 X 102 X +USW00014922196301WT01 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 +USW00014922196301WT04-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196301WT06 1 X-9999 1 X 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196301WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196301WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196301WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196301WT18 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 1 X +USW00014922196302TMAX 39 0 -89 0 -100 0 -11 0 61 0 44 0 -11 0 -39 0 -56 0 -67 0 -72 0 -61 0 -56 0 -139 0 -94 0 -39 0 11 0 11 0 -6 0 -106 0 -183 0 -100 0 -72 0 -50 0 -122 0 -67 0 -44 0 -61 0-9999 -9999 -9999 +USW00014922196302TMIN -117 0 -261 0 -272 0 -100 0 -128 0 -11 0 -44 0 -100 0 -139 0 -122 0 -167 0 -128 0 -161 0 -244 0 -250 0 -100 0 -122 0 -67 0 -106 0 -250 0 -283 0 -228 0 -222 0 -217 0 -228 0 -239 0 -206 0 -222 0-9999 -9999 -9999 +USW00014922196302PRCP 5 0 0 0 15 0 5 0 0 0 0T 0 0T 0 23 0 10 0 15 0 3 0 0T 0 0T 0 0 0 0T 0 3 0 0T 0 5 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0-9999 -9999 -9999 +USW00014922196302SNOW 0T 0 0 0 10 0 3 0 0 0 0 0 0T 0 43 0 15 0 20 0 10 0 0T 0 3 0 0 0 0T 0 3 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0-9999 -9999 -9999 +USW00014922196302SNWD 102 0 102 0 102 0 102 0 102 0 25 0 25 0 25 0 76 0 76 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0-9999 -9999 -9999 +USW00014922196302FRGT-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 203 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196302THIC-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196302WESD 102 X 102 X 99 X 114 X 97 X-9999 -9999 -9999 81 X 99 X 117 X 119 X 122 X 122 X 119 X 119 X 122 X 89 X 86 X 81 X 81 X 81 X 76 X 74 X 71 X 69 X 81 X 86 X-9999 -9999 -9999 +USW00014922196302WT01 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196302WT04-9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196302WT06 1 X-9999 -9999 1 0-9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196302WT08-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196302WT09 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196302WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196302WT18 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922196303TMAX 11 0 44 0 28 0 11 0 -6 0 28 0 17 0 6 0 -11 0 -39 0 17 0 33 0 11 0 56 0 56 0 44 0 44 0 28 0 11 0 11 0 0 0 72 0 194 0 211 0 89 0 117 0 144 0 183 0 200 0 250 0 228 0 +USW00014922196303TMIN -106 0 -44 0 -28 0 -39 0 -78 0 -89 0 -89 0 -106 0 -111 0 -228 0 -44 0 -11 0 -61 0 -61 0 -17 0 28 0 -22 0 -22 0 -39 0 -50 0 -106 0 -111 0 -17 0 33 0 33 0 -6 0 -22 0 0 0 28 0 -11 0 56 0 +USW00014922196303PRCP 5 0 0T 0 0T 0 0 0 0 0 3 0 0T 0 0T 0 38 0 0T 0 8 0 0T 0 0T 0 0 0 0T 0 23 0 5 0 51 0 132 0 0T 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 3 0 0 0 0 0 +USW00014922196303SNOW 10 0 0T 0 0T 0 0 0 0 0 3 0 0T 0 0T 0 53 0 0T 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0 0 43 0 135 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196303SNWD 76 0 76 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 51 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 102 0 178 0 152 0 102 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196303WESD 86 X 81 X 71 X-9999 -9999 -9999 -9999 -9999 -9999 38 X 38 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 122 X 183 X 175 X 112 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196303WT01-9999 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 1 X 1 0 1 X 1 0-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196303WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196303WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196303WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922196303WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196303WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922196303WT18 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196304TMAX 239 0 244 0 183 0 106 0 189 0 183 0 100 0 78 0 106 0 94 0 128 0 128 0 161 0 228 0 233 0 250 0 122 0 106 X 111 0 122 0 117 0 72 0 72 0 156 0 189 0 211 0 222 0 161 0 133 0 128 0-9999 +USW00014922196304TMIN 100 0 150 0 -11 0 -33 0 6 0 -33 0 56 0 0 0 -50 0 -50 0 -22 0 33 0 -22 0 -33 0 67 0 78 0 -11 0 -28 X 28 0 0 0 -6 0 6 0 -17 0 -28 0 61 0 33 0 94 0 122 0 33 0 0 0-9999 +USW00014922196304PRCP 3 0 0T 0 8 0 0 0 0 0 0 0 74 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0T 0 13 0 0 0 53 0 10 0 0 0 0 0 137 0 3 0 0T 0 10 0 0T 0 0T 0 13 0 196 0 0 0-9999 +USW00014922196304SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 137 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196304WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 86 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196304WT01 1 X-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922196304WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196304WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196304WT08 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196304WT16 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922196304WT18-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196305TMAX 200 0 172 0 206 0 167 0 172 0 222 0 333 0 267 0 267 0 128 0 94 0 94 0 167 0 122 0 172 0 233 0 228 0 178 0 100 0 156 0 94 0 122 0 189 0 228 0 228 0 217 0 183 0 156 0 217 0 267 0 289 0 +USW00014922196305TMIN -17 0 94 0 67 0 56 0 50 0 61 0 144 0 156 0 128 0 50 0 22 0 61 0 78 0 33 0 50 0 61 0 128 0 61 0 22 0 17 0 44 0 6 0 -22 0 89 0 83 0 100 0 139 0 89 0 56 0 100 0 183 0 +USW00014922196305PRCP 0 0 28 0 33 0 18 0 0 0 0T 0 36 0 0 0 201 0 178 0 0T 0 203 0 5 0 0 0 0T 0 0 0 74 0 0 0 0 0 8 0 15 0 0 0 0T 0 3 0 0 0 0 0 411 0 74 0 0 0 0 0 0 0 +USW00014922196305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196305WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 0-9999 -9999 +USW00014922196305WT03-9999 1 X-9999 -9999 -9999 -9999 1 0-9999 1 0 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196305WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196305WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922196305WT16-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922196305WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196306TMAX 267 0 278 0 311 0 322 0 289 0 300 0 267 0 294 0 228 0 156 0 150 0 200 0 267 0 217 0 250 0 244 0 272 0 289 0 267 0 211 0 239 0 267 0 300 0 328 0 344 0 289 0 300 0 306 0 350 0 372 0-9999 +USW00014922196306TMIN 172 0 161 0 183 0 194 0 178 0 200 0 178 0 183 0 156 0 89 0 72 0 72 0 139 0 117 0 106 0 106 0 111 0 150 0 128 0 94 0 78 0 94 0 128 0 183 0 211 0 161 0 183 0 167 0 206 0 222 0-9999 +USW00014922196306PRCP 20 0 0T 0 3 0 0T 0 107 0 0T 0 36 0 38 0 69 0 94 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0T 0 36 0 0 0 10 0 13 0 46 0 0 0-9999 +USW00014922196306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196306WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922196306WT03 1 0-9999 1 0-9999 1 0-9999 1 0 1 0 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 +USW00014922196306WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196306WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196306WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00014922196307TMAX 294 0 256 0 233 0 278 0 272 0 306 0 283 0 294 0 300 0 311 0 322 0 250 0 311 0 267 0 239 0 294 0 311 0 300 0 300 0 311 0 333 0 339 0 328 0 306 0 328 0 333 0 272 0 261 0 294 0 256 0 294 0 +USW00014922196307TMIN 161 0 150 0 128 0 128 0 167 0 161 0 183 0 144 0 122 0 144 0 172 0 183 0 183 0 150 0 117 0 128 0 156 0 183 0 172 0 167 0 183 0 211 0 217 0 206 0 228 0 217 0 189 0 161 0 144 0 189 0 172 0 +USW00014922196307PRCP 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 5 0 0 0 0 0 76 0 0 0 76 0 18 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 188 0 0T 0 0 0 10 0 0T 0 +USW00014922196307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196307WT01-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196307WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922196307WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922196307WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X +USW00014922196308TMAX 317 0 300 0 283 0 311 0 306 0 344 0 344 0 333 0 272 0 272 0 283 0 278 0 217 0 233 0 256 0 294 0 211 0 239 0 250 0 322 0 294 0 294 0 211 0 189 0 233 0 244 0 228 0 278 0 250 0 206 0 250 0 +USW00014922196308TMIN 139 0 189 0 167 0 150 0 167 0 194 0 183 0 172 0 172 0 139 0 167 0 183 0 111 0 83 0 100 0 111 0 78 0 78 0 89 0 133 0 167 0 172 0 183 0 122 0 122 0 144 0 161 0 156 0 111 0 128 0 89 0 +USW00014922196308PRCP 30 0 46 0 0 0 0 0 0 0 0 0 0 0 114 0 0 0 0 0 0T 0 74 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 28 0 66 0 0 0 0 0 0T 0 30 0 0 0 0 0 0T 0 0 0 +USW00014922196308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196308WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922196308WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196308WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196308WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 +USW00014922196309TMAX 278 0 233 0 244 0 206 0 228 0 233 0 256 0 294 0 261 0 278 0 294 0 189 0 167 0 222 0 250 0 267 0 283 0 272 0 172 0 206 0 178 0 156 0 156 0 211 0 256 0 256 0 244 0 139 0 167 0 233 0-9999 +USW00014922196309TMIN 128 0 156 0 122 0 144 0 100 0 144 0 128 0 117 0 139 0 111 0 178 0 56 0 22 0 56 0 122 0 156 0 183 0 156 0 128 0 111 0 83 0 61 0 94 0 117 0 117 0 83 0 94 0 50 0 11 0 44 0-9999 +USW00014922196309PRCP 20 0 315 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 145 0 0T 0 0 0 0 0 10 0 0 0 91 0 56 0 61 0 0 0 0 0 0 0 15 0 155 0 0 0 0 0 0 0 13 0 0 0 0 0-9999 +USW00014922196309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196309WT01-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 1 0-9999 -9999 -9999 +USW00014922196309WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922196309WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196309WT16 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922196310TMAX 278 0 244 0 206 0 256 0 300 0 278 0 206 0 211 0 250 0 217 0 211 0 211 0 250 0 267 0 261 0 250 0 183 0 172 0 233 0 200 0 189 0 228 0 272 0 211 0 200 0 178 0 150 0 117 0 117 0 139 0 106 0 +USW00014922196310TMIN 61 0 89 0 39 0 72 0 94 0 128 0 89 0 50 0 56 0 111 0 100 0 50 0 56 0 83 0 122 0 128 0 133 0 89 0 83 0 128 0 139 0 117 0 117 0 117 0 50 0 61 0 17 0 6 0 -39 0 28 0 22 0 +USW00014922196310PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 25 0 71 0 0 0 0 0 104 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 +USW00014922196310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196310WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922196310WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196310WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196310WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X +USW00014922196311TMAX 78 0 94 0 150 0 144 0 111 0 156 0 161 0 139 0 150 0 111 0 67 0 28 0 28 0 39 0 133 0 117 0 106 0 139 0 133 0 78 0 117 0 139 0 -22 0 6 0 56 0 72 0 94 0 89 0 28 0 -6 0-9999 +USW00014922196311TMIN -22 0 -72 0 -11 0 -28 0 22 0 -6 0 -28 0 61 0 50 0 -6 0 -17 0 6 0 0 0 -33 0 -39 0 11 0 -33 0 -61 0 -56 0 17 0 56 0 -78 0 -89 0 -61 0 0 0 -11 0 -28 0 -22 0 -39 0 -111 0-9999 +USW00014922196311PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 13 0 53 0 64 0 0 0 0 0 0T 0 0 0 0 0 0T 0 3 0 0T 0-9999 +USW00014922196311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0-9999 +USW00014922196311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00014922196311WT01-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196311WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196311WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196311WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196311WT08-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196311WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196311WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00014922196312TMAX -39 0 -6 0 -39 0 0 0 28 0 61 0 61 0 6 0 -78 0 -72 0 -72 0 -100 0 -117 0 -122 0 -178 0 -178 0 -128 0 -189 0 -189 0 -211 0 -189 0 -156 0 -50 0 44 0 17 0 -28 0 -83 0 -111 0 -178 0 -122 0 -28 0 +USW00014922196312TMIN -117 0 -128 0 -128 0 -39 0 -28 0 -61 0 -11 0 -78 0 -94 0 -100 0 -156 0 -183 0 -178 0 -189 0 -239 0 -289 0 -217 0 -267 0 -261 0 -283 0 -283 0 -272 0 -233 0 -83 0 -106 0 -94 0 -167 0 -206 0 -239 0 -261 0 -156 0 +USW00014922196312PRCP 0 0 15 0 0T 0 0T 0 0 0 0 0 0T 0 112 0 0T 0 5 0 5 0 3 0 0T 0 0T 0 0T 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0 0 0T 0 0T 0 +USW00014922196312SNOW 0 0 36 0 3 0 0T 0 0 0 0 0 0T 0 102 0 0T 0 10 0 13 0 5 0 0T 0 0T 0 0T 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 5 0 0T 0 0 0 0T 0 0T 0 +USW00014922196312SNWD 0T 0 0T 0 25 0 25 0 25 0 0T 0 0T 0 25 0 102 0 102 0 102 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 102 0 102 0 102 0 102 0 102 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 +USW00014922196312WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 112 X 112 X 112 X 117 X 117 X 117 X 114 X 112 X 112 X 119 X 114 X 112 X 112 X 112 X 107 X 102 X 86 X 86 X 89 X 86 X 84 X 81 X 79 X +USW00014922196312WT01-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00014922196312WT06-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922196312WT08-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196312WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196312WT16-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922196312WT18-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X +USW00014922196401TMAX 50 0 39 0 28 0 33 0 -22 0 -11 0 -6 0 6 0 -72 0 -144 0 -106 0 -94 0 -94 0 -61 0 -11 0 -6 0 56 0 22 0 0 0 56 0 50 0 39 0 -6 0 -6 0 -78 0 -94 0 -83 0 -56 0 -22 0 50 0 50 0 +USW00014922196401TMIN -61 0 -33 0 -33 0 -83 0 -67 0 -122 0 -100 0 -72 0 -189 0 -217 0 -150 0 -194 0 -244 0 -133 0 -144 0 -100 0 -67 0 -106 0 -67 0 -94 0 -72 0 -67 0 -106 0 -78 0 -156 0 -161 0 -228 0 -233 0 -106 0 -128 0 -39 0 +USW00014922196401PRCP 0T 0 0 0 0T 0 0 0 13 0 0T 0 0 0 33 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 66 0 5 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922196401SNOW 0 0 0 0 0T 0 0 0 23 0 0T 0 0 0 36 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 61 0 5 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922196401SNWD 76 0 51 0 51 0 51 0 25 0 51 0 51 0 51 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 51 0 51 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 76 0 76 0 76 0 76 0 76 0 76 0 51 0 +USW00014922196401WESD 79 X 74 X 71 X 71 X-9999 79 X 76 X 74 X 107 X 104 X 107 X 104 X 102 X 97 X 89 X 84 X 84 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 81 X 81 X 81 X 81 X 81 X 81 X 69 X +USW00014922196401WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922196401WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196401WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196401WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196401WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196401WT18-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922196402TMAX 22 0 -17 0 11 0 89 0 61 0 22 0 -56 0 -61 0 -33 0 0 0 39 0 44 0 -6 0 44 0 -17 0 44 0 72 0 39 0 0 0 -50 0 -39 0 22 0 -111 0 67 0 -28 0 -78 0 28 0 72 0 122 0-9999 -9999 +USW00014922196402TMIN -67 0 -78 0 -106 0 -61 0 -44 0 -78 0 -122 0 -150 0 -144 0 -111 0 -106 0 -11 0 -78 0 -89 0 -89 0 -122 0 -50 0 -44 0 -67 0 -111 0 -156 0 -144 0 -172 0 -161 0 -128 0 -167 0 -172 0 -89 0 0 0-9999 -9999 +USW00014922196402PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 5 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0-9999 -9999 +USW00014922196402SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 10 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 5 0 3 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0-9999 -9999 +USW00014922196402SNWD 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00014922196402WT01-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196402WT08-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196402WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196402WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196402WT18-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922196403TMAX 111 0 106 0 -11 0 11 0 -50 0 22 0 -56 0 -11 0 6 0 11 0 39 0 72 0 111 0 67 0 89 0 56 0 -72 0 0 0 22 0 0 0 -11 0 22 0 67 0 -22 0 -67 0 -39 0 -6 0 -33 0 -33 0 39 0 33 0 +USW00014922196403TMIN -22 0 -22 0 -44 0 -56 0 -139 0 -94 0 -172 0 -94 0 -133 0 -100 0 -33 0 -50 0 28 0 -11 0 -67 0 -89 0 -167 0 -117 0 -22 0 -28 0 -94 0 -111 0 -28 0 -111 0 -122 0 -106 0 -128 0 -122 0 -139 0 -139 0 -78 0 +USW00014922196403PRCP 0 0 0 0 145 0 53 0 0 0 0T 0 0 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 13 0 0 0 0T 0 46 0 66 0 0T 0 0 0 5 0 0T 0 0T 0 0 0 0 0 0T 0 13 0 0 0 0 0 +USW00014922196403SNOW 0 0 0 0 61 0 53 0 0 0 0T 0 0 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 53 0 58 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 18 0 0 0 0 0 +USW00014922196403SNWD 0 0 0 0 0 0 102 0 102 0 102 0 76 0 76 0 76 0 76 0 51 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 76 0 76 0 51 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 25 0 0T 0 0 0 +USW00014922196403WESD-9999 -9999 -9999 198 X 196 X 173 X 165 X 152 X 140 X 107 X 86 X 66 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 86 X 81 X 69 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196403WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196403WT04-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196403WT06-9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196403WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196403WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196403WT18-9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00014922196404TMAX 111 0 94 0 61 0 67 0 33 0 39 0 17 0 67 0 144 0 172 0 217 0 172 0 122 0 106 0 200 0 311 0 228 0 128 0 122 0 150 0 150 0 144 0 167 0 178 0 206 0 222 0 228 0 183 0 83 0 144 0-9999 +USW00014922196404TMIN -39 0 0 0 -39 0 -72 0 0 0 0 0 -22 0 -44 0 -39 0 -28 0 78 0 50 0 6 0 -11 0 -17 0 83 0 39 0 6 0 44 0 28 0 44 0 44 0 56 0 50 0 44 0 94 0 122 0 61 0 39 0 67 0-9999 +USW00014922196404PRCP 0 0 0 0 0 0 0 0 91 0 23 0 8 0 0T 0 0 0 0 0 0T 0 66 0 218 0 13 0 0T 0 0T 0 0 0 0 0 0 0 163 0 79 0 0T 0 0T 0 0 0 0 0 0T 0 10 0 8 0 10 0 69 0-9999 +USW00014922196404SNOW 0 0 0 0 0 0 0 0 38 0 15 0 8 0 0T 0 0 0 0 0 0 0 0 0 76 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196404SNWD 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196404WT01-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922196404WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196404WT08-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922196404WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922196404WT18-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196405TMAX 139 0 183 0 267 0 267 0 261 0 217 0 244 0 194 0 144 0 228 0 250 0 144 0 194 0 239 0 228 0 244 0 189 0 300 0 233 0 233 0 333 0 339 0 294 0 239 0 261 0 222 0 194 0 189 0 206 0 194 0 189 0 +USW00014922196405TMIN 89 0 56 0 139 0 128 0 89 0 139 0 100 0 83 0 89 0 44 0 100 0 83 0 44 0 44 0 106 0 83 0 94 0 161 0 128 0 89 0 144 0 222 0 156 0 128 0 106 0 117 0 83 0 67 0 50 0 72 0 44 0 +USW00014922196405PRCP 0T 0 0 0 5 0 0 0 81 0 53 0 0 0 122 0 0T 0 0 0 25 0 160 0 0 0 0 0 84 0 0 0 13 0 8 0 0 0 0 0 0 0 0 0 262 0 3 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196405WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196405WT03-9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196405WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196405WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196405WT16 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196406TMAX 178 0 206 0 228 0 239 0 289 0 261 0 283 0 328 0 239 0 239 0 172 0 306 0 278 0 256 0 233 0 183 0 256 0 306 0 278 0 278 0 250 0 250 0 239 0 272 0 344 0 339 0 322 0 333 0 344 0 322 0-9999 +USW00014922196406TMIN 56 0 67 0 50 0 61 0 89 0 150 0 144 0 189 0 133 0 117 0 133 0 150 0 128 0 167 0 117 0 89 0 128 0 178 0 172 0 128 0 161 0 156 0 150 0 122 0 189 0 222 0 189 0 172 0 178 0 189 0-9999 +USW00014922196406PRCP 0T 0 0T 0 0 0 0 0 0 0 5 0 3 0 13 0 3 0 0 0 58 0 0 0 0 0 56 0 0T 0 3 0 33 0 61 0 0 0 18 0 0 0 137 0 130 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0-9999 +USW00014922196406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196406WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196406WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922196406WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196406WT16 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922196407TMAX 283 0 328 0 283 0 267 0 300 0 311 0 339 0 311 0 283 0 278 0 272 0 250 0 289 0 300 0 333 0 344 0 344 0 356 0 361 0 306 0 333 0 322 0 361 0 306 0 317 0 311 0 344 0 333 0 272 0 211 0 311 0 +USW00014922196407TMIN 183 0 172 0 178 0 122 0 161 0 183 0 172 0 178 0 183 0 183 0 178 0 133 0 117 0 150 0 172 0 239 0 256 0 239 0 228 0 211 0 222 0 206 0 206 0 172 0 144 0 144 0 189 0 178 0 144 0 167 0 178 0 +USW00014922196407PRCP 0T 0 0 0 0 0 0 0 0T 0 15 0 0 0 0 0 81 0 25 0 198 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 0 0 84 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 71 0 0 0 +USW00014922196407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196407WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196407WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196407WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196407WT16 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922196408TMAX 367 0 356 0 356 0 350 0 361 0 294 0 256 0 250 0 183 0 317 0 183 0 161 0 206 0 250 0 239 0 294 0 300 0 283 0 294 0 272 0 267 0 194 0 211 0 167 0 200 0 244 0 294 0 256 0 278 0 200 0 233 0 +USW00014922196408TMIN 256 0 256 0 217 0 194 0 200 0 206 0 150 0 117 0 133 0 144 0 111 0 100 0 94 0 61 0 133 0 150 0 117 0 156 0 161 0 178 0 150 0 128 0 111 0 117 0 94 0 67 0 178 0 144 0 128 0 128 0 83 0 +USW00014922196408PRCP 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 64 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 91 0 185 0 175 0 0 0 25 0 0 0 0 0 257 0 20 0 521 0 0 0 0 0 +USW00014922196408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196408WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196408WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 +USW00014922196408WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196408WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00014922196409TMAX 272 0 322 0 272 0 211 0 239 0 256 0 244 0 244 0 283 0 261 0 133 0 167 0 228 0 172 0 156 0 233 0 261 0 183 0 211 0 150 0 172 0 211 0 117 0 150 0 189 0 194 0 111 0 172 0 172 0 183 0-9999 +USW00014922196409TMIN 139 0 183 0 161 0 117 0 72 0 150 0 172 0 183 0 194 0 94 0 44 0 44 0 44 0 44 0 22 0 72 0 111 0 156 0 128 0 117 0 117 0 72 0 78 0 50 0 44 0 56 0 28 0 17 0 39 0 44 0-9999 +USW00014922196409PRCP 0T 0 0 0 51 0 0 0 0 0 0T 0 549 0 84 0 145 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 71 0 185 0 0T 0 104 0 69 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0-9999 +USW00014922196409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196409WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196409WT03-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196409WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196409WT16 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00014922196410TMAX 244 0 189 0 206 0 111 0 106 0 83 0 189 0 83 0 83 0 111 0 67 0 133 0 194 0 222 0 233 0 250 0 161 0 117 0 56 0 156 0 111 0 61 0 100 0 194 0 233 0 200 0 189 0 122 0 78 0 194 0 189 0 +USW00014922196410TMIN 111 0 56 0 61 0 22 0 33 0 -11 0 56 0 6 0 -39 0 -39 0 44 0 28 0 33 0 44 0 72 0 94 0 39 0 0 0 -22 0 0 0 6 0 -11 0 -28 0 0 0 100 0 67 0 100 0 -6 0 -11 0 0 0 94 0 +USW00014922196410PRCP 48 0 0 0 0 0 0T 0 18 0 18 0 0T 0 0T 0 0 0 0 0 53 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 +USW00014922196410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00014922196410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196410WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922196410WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196410WT16 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922196410WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922196411TMAX 156 0 206 0 156 0 144 0 67 0 139 0 144 0 189 0 150 0 144 0 167 0 106 0 133 0 183 0 128 0 44 0 72 0 11 0 -22 0 -61 0 -83 0 22 0 56 0 17 0 83 0 -50 0 -11 0 -33 0 -150 0 -117 0-9999 +USW00014922196411TMIN 89 0 50 0 106 0 17 0 -33 0 22 0 -17 0 28 0 78 0 78 0 61 0 67 0 17 0 61 0 17 0 -22 0 -22 0 -44 0 -111 0 -128 0 -172 0 -106 0 -72 0 -44 0 -50 0 -139 0 -72 0 -167 0 -217 0 -272 0-9999 +USW00014922196411PRCP 51 0 0T 0 15 0 3 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 89 0 0T 0 0 0 5 0 0 0 0 0 0 0 3 0 0T 0 0T 0 0 0 0 0 0 0 13 0 0T 0 71 0 0T 0 0 0 3 0-9999 +USW00014922196411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0T 0 0 0 0 0 0 0 18 0 0T 0 76 0 0T 0 0 0 8 0-9999 +USW00014922196411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 25 0 25 0 102 0 102 0 102 0-9999 +USW00014922196411WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 84 X 84 X 84 X-9999 +USW00014922196411WT01 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 +USW00014922196411WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196411WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196411WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00014922196411WT08 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 +USW00014922196411WT16 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196411WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00014922196412TMAX -72 0 -83 0 -78 0 -72 0 -72 0 -50 0 -39 0 -33 0 0 0 11 0 39 0 22 0 -22 0 -150 0 -33 0 -22 0 -189 0 -89 0 -72 0 -94 0 -39 0 -67 0 -11 0 -33 0 -106 0 -156 0 -78 0 -11 0 0 0 -11 0 28 0 +USW00014922196412TMIN -117 0 -156 0 -144 0 -161 0 -183 0 -206 0 -56 0 -89 0 -33 0 -22 0 -33 0 -67 0 -150 0 -189 0 -211 0 -250 0 -250 0 -250 0 -133 0 -183 0 -133 0 -133 0 -72 0 -156 0 -167 0 -239 0 -222 0 -78 0 -17 0 -150 0 -94 0 +USW00014922196412PRCP 13 0 0T 0 0 0 0 0 0 0 13 0 8 0 0T 0 0T 0 132 0 5 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 20 0 0 0 0T 0 0T 0 10 0 5 0 30 0 0 0 0 0 0T 0 25 0 10 0 3 0 +USW00014922196412SNOW 25 0 0T 0 0 0 0 0 0 0 18 0 10 0 0T 0 0T 0 18 0 5 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 36 0 0 0 0T 0 3 0 0T 0 0T 0 46 0 0 0 0 0 0T 0 36 0 10 0 0T 0 +USW00014922196412SNWD 102 0 102 0 102 0 102 0 102 0 102 0 127 0 127 0 127 0 127 0 102 0 102 0 76 0 51 0 51 0 51 0 51 0 51 0 51 0 76 0 76 0 76 0 76 0 76 0 102 0 127 0 102 0 102 0 102 0 127 0 127 0 +USW00014922196412WESD 86 X 97 X 97 X 97 X 97 X 97 X 112 X 117 X 117 X 117 X 213 X 208 X 183 X 173 X 173 X 173 X 160 X 160 X 155 X 175 X 175 X 175 X 175 X 178 X 198 X 203 X 198 X 193 X 193 X 191 X 196 X +USW00014922196412WT01 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00014922196412WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196412WT06 1 X-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 X-9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00014922196412WT08-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922196412WT16 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922196412WT18 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00014922196501TMAX 22 0 11 0 -33 0 28 0 -33 0 11 0 33 0 17 0 -183 0 -139 0 -89 0 -150 0 -206 0 -172 0 -122 0 -94 0 0 0 -94 0 -6 0 -78 0 50 0 -11 0 -67 0 -56 0 -22 0 -39 0 -56 0 -222 0 -217 0 -172 0 -167 0 +USW00014922196501TMIN -6 0 -172 0 -206 0 -44 0 -128 0 -94 0 11 0 -211 0 -233 0 -211 0 -228 0 -256 0 -306 0 -294 0 -200 0 -267 0 -94 0 -156 0 -117 0 -144 0 -106 0 -83 0 -94 0 -111 0 -67 0 -183 0 -250 0 -283 0 -289 0 -256 0 -256 0 +USW00014922196501PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 13 0 5 0 23 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 13 0 0T 0 10 0 0T 0 8 0 0 0 0 0 0 0 48 0 +USW00014922196501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 28 0 8 0 30 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 13 0 8 0 10 0 0T 0 8 0 0 0 0 0 0 0 152 0 +USW00014922196501SNWD 127 0 102 0 102 0 102 0 102 0 102 0 102 0 51 0 51 0 51 0 76 0 76 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 76 0 76 0 76 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 +USW00014922196501ACMH 100 X 10 X 30 X 50 X 60 X 70 X 100 X 60 X 50 X 60 X 60 X 60 X 0 X 90 X 40 X 30 X 50 X 40 X 70 X 10 X 10 X 100 X 80 X 80 X 100 X 40 X 40 X 10 X 0 X 0 X 70 X +USW00014922196501ACSH 100 X 0 X 30 X 60 X 80 X 80 X 100 X 70 X 60 X 100 X 80 X 80 X 0 X 100 X 20 X 20 X 40 X 60 X 90 X 30 X 10 X 100 X 100 X 70 X 100 X 20 X 90 X 0 X 0 X 0 X 100 X +USW00014922196501PSUN 0 X 100 X 95 X 87 X 86 X 67 X 0 X 37 X 83 X 0 X 17 X 11 X 100 X 0 X 95 X 100 X 65 X 81 X 15 X 100 X 100 X 0 X 0 X 16 X 0 X 94 X 53 X-9999 100 X 100 X 2 X +USW00014922196501TSUN 0 X 534 X 504 X 462 X 462 X 360 X 0 X 198 X 450 X 0 X 90 X 60 X 546 X 0 X 522 X 552 X 360 X 450 X 84 X 558 X 564 X 0 X 0 X 90 X 0 X 540 X 306 X 582 X 582 X 582 X 12 X +USW00014922196501WDFM 180W X 315W X 180W X 180W X 315W X 180W X 180W X 315W X 315W X 360W X 315W X 315W X 315W X 90W X 360W X 225W X 315W X 360W X 315W X 315W X 225W X 45W X 90W X 180W X 135W X 315W X 315W X 315W X 360W X 270W X 90W X +USW00014922196501WESD 198 X 198 X 198 X 198 X 198 X 198 X 198 X 165 X 165 X 165 X 178 X 183 X 180 X 180 X 180 X 178 X 178 X 178 X 178 X 173 X 173 X 152 X 150 X 160 X 170 X 170 X 145 X 145 X 145 X 137 X 137 X +USW00014922196501WSFM 80 X 85 X 63 X 112 X 76 X 85 X 72 X 125 X 49 X 36 X 85 X 54 X 40 X 49 X 49 X 80 X 107 X 94 X 103 X 72 X 85 X 103 X 89 X 63 X 58 X 116 X 98 X 89 X 31 X 63 X 72 X +USW00014922196501WT01 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922196501WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196501WT08-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X +USW00014922196501WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196501WT16 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196501WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00014922196502TMAX -183 0 -172 0 -172 0 -94 0 50 0 39 0 39 0 -22 0 0 0 0 0 -111 0 -78 0 -111 0 -39 0 -50 0 -61 0 22 0 -17 0 -33 0 61 0 -139 0 -161 0 -117 0 -94 0 -89 0 -50 0 61 0 44 0-9999 -9999 -9999 +USW00014922196502TMIN -272 0 -333 0 -267 0 -306 0 -94 0 -44 0 -156 0 -167 0 -67 0 -150 0 -167 0 -183 0 -250 0 -178 0 -233 0 -256 0 -111 0 -78 0 -106 0 -139 0 -194 0 -244 0 -178 0 -200 0 -206 0 -178 0 -72 0 11 0-9999 -9999 -9999 +USW00014922196502PRCP 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 234 0 33 0 71 0 46 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 20 0-9999 -9999 -9999 +USW00014922196502SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 33 0 89 0 81 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922196502SNWD 229 0 229 0 229 0 229 0 229 0 152 0 76 0 76 0 76 0 152 0 152 0 330 0 330 0 305 0 305 0 279 0 279 0 254 0 254 0 254 0 178 0 178 0 178 0 178 0 152 0 152 0 152 0 102 0-9999 -9999 -9999 +USW00014922196502ACMH 10 X 10 X 0 X 50 X 70 X 100 X 80 X 10 X 100 X 60 X 80 X 60 X 0 X 100 X 40 X 30 X 50 X 90 X 90 X 30 X 60 X 80 X 90 X 0 X 30 X 70 X 70 X 100 X-9999 -9999 -9999 +USW00014922196502ACSH 10 X 20 X 0 X 40 X 70 X 100 X 100 X 0 X 100 X 60 X 100 X 70 X 0 X 100 X 30 X 40 X 30 X 100 X 100 X 40 X 90 X 100 X 100 X 0 X 60 X 100 X 80 X 100 X-9999 -9999 -9999 +USW00014922196502PSUN 100 X 94 X-9999 90 X 93 X 0 X 0 X 100 X 0 X 33 X 0 X 31 X 93 X 0 X 90 X 91 X 100 X 13 X 6 X 79 X 83 X 73 X 65 X 99 X 82 X 75 X 85 X 0 X-9999 -9999 -9999 +USW00014922196502TSUN 588 X 552 X 594 X 534 X 558 X 0 X 0 X 606 X 0 X 198 X 0 X 192 X 576 X 0 X 564 X 570 X 630 X 84 X 42 X 504 X 534 X 474 X 432 X 648 X 540 X 492 X 564 X 0 X-9999 -9999 -9999 +USW00014922196502WDFM 315W X 270W X 270W X 180W X 180W X 180W X 315W X 45W X 135W X 315W X 360W X 360W X 180W X 180W X 315W X 180W X 315W X 360W X 180W X 315W X 315W X 315W X 360W X 315W X 315W X 180W X 90W X 135W X-9999 -9999 -9999 +USW00014922196502WESD 185 X 178 X 178 X 178 X 178 X 165 X 152 X 152 X 157 X 417 X 411 X 528 X 528 X 528 X 528 X 528 X 523 X 516 X 513 X 503 X 472 X 467 X 465 X 457 X 457 X 457 X 452 X 452 X-9999 -9999 -9999 +USW00014922196502WSFM 76 X 76 X 80 X 85 X 76 X 67 X 112 X 54 X 72 X 67 X 76 X 80 X 31 X 76 X 103 X 58 X 116 X 76 X 85 X 152 X 201 X 94 X 54 X 40 X 107 X 76 X 63 X 103 X-9999 -9999 -9999 +USW00014922196502WT01-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922196502WT02-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196502WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196502WT06-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196502WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196502WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196502WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922196502WT18-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196503TMAX 22 0 -33 0 22 0 11 0 33 0 17 0 11 0 11 0 -39 0 -33 0 -11 0 -6 0 0 0 11 0 -6 0 -17 0 -17 0 -106 0 -100 0 -94 0 -106 0 -78 0 -122 0 -83 0 -61 0 -50 0 -44 0 -22 0 -6 0 6 0 22 0 +USW00014922196503TMIN -94 0 -106 0 -33 0 -11 0 -11 0 -28 0 -78 0 -72 0 -106 0 -150 0 -111 0 -167 0 -44 0 -83 0 -50 0 -111 0 -106 0 -150 0 -194 0 -228 0 -222 0 -128 0 -200 0 -222 0 -122 0 -178 0 -94 0 -67 0 -122 0 -133 0 -44 0 +USW00014922196503PRCP 411 0 99 0 66 0 8 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 51 0 0 0 10 0 0T 0 13 0 0T 0 226 0 18 0 0 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 114 0 104 0 0T 0 0 0 81 0 +USW00014922196503SNOW 30 0 119 0 86 0 5 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 81 0 0 0 15 0 0T 0 13 0 0T 0 284 0 25 0 0 0 0T 0 10 0 0T 0 0 0 0 0 0 0 0 0 142 0 130 0 0T 0 0 0 0T 0 +USW00014922196503SNWD 51 0 76 0 229 0 254 0 254 0 203 0 203 0 178 0 178 0 178 0 203 0 254 0 254 0 254 0 229 0 203 0 254 0 508 0 508 0 508 0 508 0 508 0 508 0 508 0 483 0 457 0 432 0 559 0 686 0 457 0 305 0 +USW00014922196503ACMH 100 X 100 X 100 X 100 X 60 X 90 X 10 X 80 X 10 X 30 X 70 X 60 X 100 X 40 X 80 X 70 X 100 X 100 X 10 X 30 X 50 X 70 X 50 X 90 X 70 X 40 X 100 X 100 X 30 X 50 X 90 X +USW00014922196503ACSH 100 X 100 X 100 X 100 X 50 X 100 X 0 X 100 X 0 X 30 X 80 X 60 X 100 X 30 X 100 X 90 X 100 X 100 X 0 X 50 X 50 X 80 X 50 X 100 X 70 X 50 X 100 X 100 X 0 X 50 X 100 X +USW00014922196503PSUN 0 X 0 X 0 X 0 X 40 X 96 X 100 X 8 X 100 X 100 X 21 X 80 X 11 X 95 X 19 X 71 X 2 X 27 X 98 X 61 X 78 X 58 X 87 X 57 X 75 X 89 X 0 X 0 X 92 X 75 X 3 X +USW00014922196503TSUN 0 X 0 X 0 X 0 X 276 X 660 X 678 X 54 X 696 X 696 X 144 X 564 X 90 X 672 X 138 X 510 X 18 X 192 X 708 X 444 X 570 X 426 X 642 X 426 X 558 X 678 X 0 X 0 X 702 X 570 X 18 X +USW00014922196503WDFM 360W X 360W X 360W X 360W X 360W X 360W X 360W X 360W X 315W X 225W X 90W X 180W X 225W X 315W X 270W X 360W X 315W X 315W X 315W X 270W X 270W X 315W X 360W X 315W X 360W X 90W X 135W X 135W X 360W X 180W X 135W X +USW00014922196503WESD 381 X 508 X 660 X 660 X 660 X 648 X 632 X 610 X 599 X 592 X 605 X 635 X 635 X 635 X 617 X 592 X 635 X 826 X 826 X 826 X 820 X 826 X 826 X 826 X 823 X 813 X 823 X 940 X 1549 X 1527 X 1506 X +USW00014922196503WSFM 98 X 67 X 54 X 121 X 107 X 112 X 45 X 85 X 80 X 45 X 76 X 40 X 76 X 63 X 112 X 80 X 152 X 152 X 103 X 76 X 67 X 89 X 80 X 54 X 49 X 40 X 103 X 85 X 76 X 72 X 94 X +USW00014922196503WT01 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X +USW00014922196503WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196503WT04 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196503WT06 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196503WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X +USW00014922196503WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922196503WT16 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922196503WT18 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X +USW00014922196504TMAX 22 0 17 0 28 0 44 0 44 0 33 0 56 0 67 0 100 0 94 0 89 0 89 0 122 0 94 0 78 0 50 0 72 0 94 0 144 0 139 0 156 0 200 0 128 0 67 0 39 0 156 0 100 0 150 0 244 0 222 0-9999 +USW00014922196504TMIN -6 0 -28 0 -6 0 -11 0 -11 0 17 0 11 0 0 0 -22 0 50 0 22 0 6 0 -17 0 67 0 11 0 -22 0 -17 0 11 0 -6 0 22 0 56 0 39 0 28 0 22 0 6 0 -22 0 -11 0 -33 0 44 0 128 0-9999 +USW00014922196504PRCP 8 0 0 0 99 0 3 0 0T 0 41 0 0 0 48 0 0 0 127 0 13 0 3 0 0T 0 86 0 0T 0 30 0 18 0 25 0 0 0 5 0 0T 0 188 0 0 0 0T 0 198 0 0 0 3 0 0 0 0 0 0 0-9999 +USW00014922196504SNOW 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00014922196504SNWD 203 0 178 0 178 0 152 0 127 0 102 0 76 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196504ACMH 80 X 90 X 100 X 80 X 100 X 100 X 60 X 70 X 30 X 100 X 100 X 60 X 50 X 100 X 100 X 90 X 80 X 80 X 50 X 100 X 90 X 90 X 100 X 100 X 100 X 40 X 60 X 0 X 10 X 60 X-9999 +USW00014922196504ACSH 90 X 100 X 100 X 90 X 100 X 100 X 40 X 100 X 20 X 100 X 100 X 70 X 50 X 100 X 100 X 90 X 70 X 90 X 70 X 100 X 90 X 100 X 100 X 100 X 100 X 30 X 80 X 10 X 10 X 60 X-9999 +USW00014922196504PSUN 31 X 69 X 1 X 15 X 10 X 0 X 76 X 18 X 100 X 1 X 0 X 39 X 68 X 0 X 17 X 29 X 43 X 20 X 54 X 35 X 35 X 29 X 0 X 0 X 0 X 90 X 33 X 100 X 99 X 66 X-9999 +USW00014922196504TSUN 240 X 534 X 6 X 114 X 78 X 0 X 600 X 144 X 792 X 6 X 0 X 312 X 546 X 0 X 138 X 234 X 348 X 168 X 444 X 288 X 288 X 240 X 0 X 0 X 0 X 756 X 276 X 846 X 846 X 558 X-9999 +USW00014922196504WDFM 360W X 158W X 158W X 225W X 90W X 270W X 270W X 360W X 135W X 135W X 360W X 270W X 180W X 135W X 315W X 315W X 360W X 270W X 360W X 135W X 360W X 360W X 360W X 90W X 360W X 315W X 360W X 270W X 225W X 90W X-9999 +USW00014922196504WESD 1593 X 1527 X 1519 X 1524 X 1245 X 889 X 660 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196504WSFM 58 X 94 X 107 X 45 X 94 X 98 X 89 X 63 X 54 X 125 X 76 X 98 X 40 X 80 X 134 X 67 X 49 X 58 X 112 X 76 X 63 X 89 X 98 X 80 X 98 X 58 X 98 X 76 X 80 X 72 X-9999 +USW00014922196504WT01 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196504WT02-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196504WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196504WT04-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196504WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196504WT06-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196504WT08 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196504WT16 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922196504WT18 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922196505TMAX 233 0 294 0 206 0 167 0 228 0 256 0 250 0 217 0 233 0 117 0 233 0 233 0 261 0 206 0 194 0 133 0 228 0 172 0 200 0 211 0 244 0 167 0 172 0 278 0 256 0 183 0 67 0 106 0 172 0 206 0 233 0 +USW00014922196505TMIN 117 0 122 0 106 0 94 0 111 0 139 0 144 0 167 0 100 0 61 0 22 0 83 0 72 0 128 0 106 0 78 0 83 0 78 0 28 0 106 0 128 0 94 0 100 0 122 0 167 0 61 0 22 0 22 0 6 0 33 0 117 0 +USW00014922196505PRCP 0 0 0T 0 20 0 0 0 20 0 191 0 94 0 241 0 48 0 0T 0 0 0 0 0 0 0 119 0 417 0 23 0 30 0 0 0 0T 0 8 0 15 0 0T 0 38 0 86 0 10 0 20 0 8 0 0T 0 0 0 0 0 607 0 +USW00014922196505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 +USW00014922196505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196505ACMH 60 X 80 X 60 X 90 X 80 X 60 X 70 X 90 X 50 X 80 X 10 X 60 X 30 X 100 X 100 X 100 X 90 X 50 X 50 X 100 X 70 X 90 X 90 X 80 X 70 X 90 X 100 X 60 X 50 X 40 X 90 X +USW00014922196505ACSH 80 X 90 X 60 X 100 X 100 X 70 X 90 X 80 X 30 X 100 X 10 X 70 X 20 X 100 X 90 X 100 X 80 X 50 X 40 X 100 X 70 X 90 X 100 X 80 X 50 X 90 X 100 X 80 X 70 X 50 X 90 X +USW00014922196505PSUN 72 X 41 X 64 X 8 X 0 X 30 X 7 X 25 X 88 X 1 X 99 X 83 X 77 X 10 X 11 X 0 X 33 X 78 X 85 X 6 X 65 X 14 X 0 X 44 X 72 X 15 X 1 X 13 X 72 X 75 X 26 X +USW00014922196505TSUN 618 X 354 X 552 X 72 X 0 X 258 X 60 X 216 X 768 X 12 X 876 X 738 X 678 X 84 X 96 X 0 X 294 X 702 X 762 X 54 X 594 X 132 X 0 X 402 X 654 X 138 X 12 X 126 X 660 X 690 X 240 X +USW00014922196505WDFM 90W X 360W X 360W X 135W X 180W X 180W X 135W X 360W X 225W X 270W X 225W X 360W X 135W X 90W X 225W X 360W X 225W X 315W X 315W X 180W X 225W X 45W X 360W X 270W X 270W X 270W X 270W X 315W X 225W X 225W X 315W X +USW00014922196505WSFM 58 X 103 X 98 X 80 X 112 X 139 X 80 X 63 X 152 X 125 X 72 X 67 X 89 X 116 X 148 X 98 X 103 X 112 X 49 X 94 X 116 X 72 X 80 X 170 X 103 X 107 X 112 X 80 X 63 X 49 X 143 X +USW00014922196505WT01-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922196505WT03-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00014922196505WT05-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922196505WT08-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196505WT16-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00014922196505WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922196506TMAX 261 0 194 0 222 0 239 0 211 0 200 0 261 0 211 0 267 0 244 0 272 0 278 0 228 0 233 0 233 0 228 0 239 0 267 0 300 0 239 0 278 0 267 0 233 0 244 0 244 0 228 0 311 0 278 0 244 0 233 0-9999 +USW00014922196506TMIN 161 0 150 0 150 0 161 0 172 0 122 0 117 0 128 0 111 0 89 0 144 0 133 0 117 0 128 0 128 0 133 0 106 0 117 0 161 0 128 0 106 0 172 0 139 0 94 0 161 0 167 0 211 0 161 0 139 0 106 0-9999 +USW00014922196506PRCP 325 0 15 0 0T 0 3 0 119 0 18 0 10 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 178 0 0T 0 0T 0 297 0 0 0 0 0 0T 0 10 0 43 0 0 0 0 0 0 0-9999 +USW00014922196506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196506ACMH 80 X 90 X 80 X 100 X 100 X 60 X 40 X 30 X 20 X 60 X 80 X 70 X 80 X 60 X 30 X 40 X 10 X 40 X 90 X 30 X 20 X 80 X 20 X 30 X 90 X 100 X 70 X 10 X 70 X 30 X-9999 +USW00014922196506ACSH 70 X 100 X 90 X 100 X 100 X 90 X 30 X 20 X 20 X 60 X 80 X 70 X 90 X 80 X 20 X 40 X 20 X 50 X 100 X 40 X 0 X 80 X 30 X 40 X 90 X 100 X 80 X 10 X 80 X 20 X-9999 +USW00014922196506PSUN 65 X 0 X 27 X 13 X 7 X 78 X 85 X 96 X 67 X 82 X 89 X 92 X 77 X 83 X 92 X 75 X 83 X 96 X 9 X 54 X 93 X 73 X 100 X 89 X 79 X 36 X 84 X 100 X 85 X 96 X-9999 +USW00014922196506TSUN 600 X 0 X 252 X 120 X 60 X 720 X 792 X 894 X 624 X 816 X 834 X 858 X 720 X 780 X 858 X 702 X 780 X 900 X 84 X 504 X 876 X 678 X 936 X 834 X 738 X 306 X 780 X 930 X 798 X 900 X-9999 +USW00014922196506WDFM 225W X 90W X 135W X 225W X 225W X 225W X 225W X 315W X 270W X 45W X 270W X 90W X 90W X 180W X 135W X 90W X 90W X 225W X 315W X 360W X 225W X 225W X 315W X 45W X 180W X 180W X 270W X 270W X 360W X 90W X-9999 +USW00014922196506WSFM 116 X 94 X 67 X 80 X 85 X 94 X 107 X 107 X 98 X 40 X 40 X 76 X 85 X 63 X 72 X 67 X 54 X 76 X 125 X 103 X 76 X 76 X 85 X 45 X 85 X 98 X 156 X 107 X 63 X 54 X-9999 +USW00014922196506WT01-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196506WT03 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922196506WT05 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196506WT08-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196506WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922196507TMAX 289 0 250 0 283 0 311 0 233 0 206 0 294 0 239 0 244 0 233 0 261 0 267 0 283 0 244 0 289 0 294 0 272 0 289 0 244 0 256 0 261 0 333 0 350 0 272 0 289 0 267 0 261 0 272 0 272 0 294 0 244 0 +USW00014922196507TMIN 144 0 161 0 122 0 150 0 161 0 111 0 111 0 172 0 144 0 100 0 139 0 183 0 194 0 139 0 122 0 178 0 150 0 167 0 178 0 167 0 189 0 206 0 217 0 178 0 150 0 172 0 167 0 117 0 117 0 172 0 167 0 +USW00014922196507PRCP 15 0 0T 0 0 0 5 0 0 0 384 0 0 0 373 0 0 0 0 0 0 0 175 0 5 0 0 0 0T 0 38 0 0 0 0 0 0 0 0T 0 0T 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0T 0 178 0 5 0 +USW00014922196507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196507ACMH 70 X 30 X 10 X 40 X 30 X 90 X 60 X 90 X 40 X 30 X 40 X 90 X 50 X 10 X 50 X 50 X 30 X 70 X 70 X 100 X 90 X 10 X 60 X 10 X 10 X 70 X 10 X 20 X 50 X 90 X 80 X +USW00014922196507ACSH 70 X 30 X 10 X 50 X 40 X 100 X 60 X 100 X 40 X 50 X 50 X 90 X 40 X 20 X 60 X 40 X 40 X 70 X 80 X 90 X 100 X 20 X 70 X 10 X 10 X 90 X 0 X 20 X 60 X 90 X 100 X +USW00014922196507PSUN 76 X 95 X 95 X 93 X 94 X 32 X 77 X 37 X 61 X 99 X 87 X 54 X 77 X 97 X 72 X 76 X 69 X 77 X 44 X 33 X 4 X 92 X 68 X 100 X 100 X 68 X 100 X 88 X 93 X 38 X 24 X +USW00014922196507TSUN 714 X 894 X 888 X 870 X 876 X 294 X 714 X 342 X 564 X 918 X 798 X 492 X 714 X 864 X 666 X 696 X 630 X 696 X 396 X 300 X 36 X 834 X 618 X 900 X 900 X 612 X 894 X 780 X 828 X 336 X 186 X +USW00014922196507WDFM 180W X 315W X 315W X 270W X 90W X 135W X 315W X 90W X 360W X 315W X 180W X 225W X 315W X 315W X 225W X 45W X 360W X 90W X 135W X 135W X 180W X 90W X 360W X 315W X 360W X 270W X 360W X 360W X 180W X 225W X 360W X +USW00014922196507WSFM 116 X 85 X 54 X 116 X 76 X 103 X 67 X 80 X 76 X 27 X 58 X 121 X 94 X 85 X 76 X 80 X 54 X 63 X 80 X 76 X 72 X 40 X 139 X 85 X 67 X 76 X 80 X 67 X 58 X 107 X 85 X +USW00014922196507WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922196507WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196507WT03 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922196507WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196507WT16 1 X 1 X-9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922196508TMAX 261 0 261 0 272 0 278 0 322 0 261 0 206 0 233 0 300 0 278 0 317 0 344 0 350 0 339 0 289 0 256 0 311 0 272 0 256 0 250 0 233 0 239 0 244 0 250 0 272 0 267 0 206 0 167 0 161 0 156 0 211 0 +USW00014922196508TMIN 144 0 117 0 150 0 150 0 172 0 189 0 156 0 144 0 122 0 156 0 178 0 222 0 206 0 200 0 161 0 189 0 172 0 167 0 117 0 122 0 156 0 133 0 117 0 139 0 156 0 139 0 100 0 61 0 78 0 111 0 117 0 +USW00014922196508PRCP 0 0 191 0 0 0 0 0 15 0 119 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 404 0 0 0 0 0 56 0 56 0 0 0 3 0 0 0 102 0 58 0 0T 0 +USW00014922196508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196508ACMH 30 X 60 X 30 X 10 X 50 X 90 X 100 X 90 X 30 X 20 X 10 X 40 X 40 X 20 X 60 X 70 X 30 X 40 X 30 X 90 X 90 X 50 X 40 X 90 X 70 X 60 X 50 X 0 X 100 X 100 X 60 X +USW00014922196508ACSH 30 X 70 X 60 X 10 X 50 X 100 X 100 X 100 X 30 X 10 X 0 X 30 X 50 X 30 X 60 X 90 X 30 X 50 X 20 X 100 X 100 X 40 X 50 X 100 X 80 X 90 X 70 X 10 X 100 X 100 X 60 X +USW00014922196508PSUN 92 X 58 X 72 X 100 X 74 X 37 X 12 X 57 X 95 X 94 X 96 X 97 X 100 X 100 X 65 X 43 X 88 X 81 X 85 X 40 X 21 X 44 X 59 X 8 X 13 X 22 X 18 X 97 X 3 X 0 X 63 X +USW00014922196508TSUN 786 X 510 X 636 X 876 X 648 X 318 X 108 X 492 X 816 X 810 X 816 X 828 X 852 X 852 X 552 X 366 X 738 X 678 X 708 X 330 X 174 X 360 X 492 X 66 X 108 X 180 X 150 X 786 X 30 X 0 X 504 X +USW00014922196508WDFM 360W X 360W X 90W X 135W X 225W X 315W X 360W X 360W X 360W X 180W X 225W X 225W X 180W X 225W X 45W X 180W X 315W X 360W X 360W X 225W X 180W X 360W X 225W X 315W X 360W X 45W X 360W X 45W X 135W X 180W X 270W X +USW00014922196508WSFM 98 X 130 X 40 X 58 X 98 X 85 X 103 X 67 X 72 X 49 X 107 X 76 X 80 X 85 X 45 X 76 X 58 X 58 X 67 X 49 X 76 X 54 X 63 X 80 X 76 X 49 X 103 X 40 X 103 X 72 X 125 X +USW00014922196508WT01-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00014922196508WT03-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922196508WT08-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00014922196508WT16-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X +USW00014922196509TMAX 194 0 278 0 256 0 228 0 156 0 139 0 167 0 178 0 289 0 167 0 206 0 167 0 167 0 183 0 122 0 111 0 133 0 133 0 106 0 117 0 167 0 161 0 78 0 117 0 139 0 89 0 72 0 94 0 156 0 161 0-9999 +USW00014922196509TMIN 89 0 78 0 144 0 111 0 50 0 94 0 89 0 50 0 122 0 67 0 72 0 106 0 100 0 94 0 72 0 78 0 100 0 89 0 78 0 83 0 78 0 44 0 44 0 44 0 6 0 -28 0 22 0 72 0 78 0 72 0-9999 +USW00014922196509PRCP 0 0 0T 0 0T 0 8 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 112 0 3 0 142 0 0T 0 208 0 43 0 137 0 155 0 64 0 38 0 5 0 0T 0 0 0 0 0 0 0 46 0 104 0 130 0 51 0-9999 +USW00014922196509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196509ACMH 30 X 40 X 40 X 70 X 50 X 100 X 80 X 80 X 50 X 30 X 70 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 100 X 60 X 80 X 40 X 100 X 100 X 100 X 100 X-9999 +USW00014922196509ACSH 50 X 40 X 30 X 100 X 40 X 100 X 100 X 90 X 50 X 10 X 50 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 60 X 90 X 20 X 100 X 100 X 100 X 100 X-9999 +USW00014922196509PSUN 68 X 96 X 54 X 33 X 69 X 0 X 2 X 10 X 58 X 95 X 79 X 1 X 0 X 17 X 4 X 4 X 0 X 0 X 0 X 0 X 1 X 32 X 0 X 41 X 33 X 95 X 0 X 0 X 0 X 0 X-9999 +USW00014922196509TSUN 540 X 768 X 426 X 258 X 546 X 0 X 18 X 78 X 426 X 732 X 606 X 12 X 0 X 108 X 30 X 30 X 0 X 0 X 0 X 6 X 12 X 234 X 6 X 300 X 240 X 684 X 0 X 0 X 0 X 0 X-9999 +USW00014922196509WDFM 315W X 180W X 225W X 180W X 315W X 180W X 360W X 180W X 270W X 360W X 180W X 135W X 360W X 315W X 360W X 360W X 315W X 90W X 360W X 45W X 180W X 180W X 270W X 270W X 45W X 360W X 90W X 45W X 135W X 315W X-9999 +USW00014922196509WSFM 72 X 121 X 67 X 103 X 94 X 89 X 63 X 63 X 116 X 89 X 72 X 67 X 67 X 107 X 107 X 98 X 45 X 40 X 103 X 72 X 116 X 112 X 139 X 76 X 98 X 63 X 76 X 72 X 76 X 103 X-9999 +USW00014922196509WT01-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00014922196509WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922196509WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922196509WT16-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00014922196510TMAX 200 0 211 0 128 0 139 0 189 0 211 0 161 0 133 0 139 0 183 0 133 0 133 0 133 0 172 0 194 0 222 0 267 0 272 0 217 0 150 0 144 0 167 0 94 0 100 0 167 0 150 0 117 0 89 0 178 0 228 0 133 0 +USW00014922196510TMIN 22 0 67 0 6 0 -6 0 61 0 122 0 94 0 89 0 44 0 39 0 17 0 6 0 -6 0 44 0 0 0 133 0 144 0 156 0 139 0 89 0 28 0 -22 0 -11 0 -33 0 56 0 -22 0 0 0 -50 0 22 0 33 0 6 0 +USW00014922196510PRCP 0 0 0 0 0 0 0 0 0 0 109 0 36 0 3 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0T 0 0 0 46 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196510ACMH 0 X 0 X 10 X 40 X 80 X 90 X 80 X 100 X 60 X 40 X 20 X 30 X 70 X 70 X 30 X 60 X 90 X 60 X 100 X 80 X 20 X 60 X 50 X 0 X 10 X 40 X 30 X 20 X 50 X 60 X 10 X +USW00014922196510ACSH 0 X 0 X 20 X 60 X 100 X 80 X 100 X 100 X 60 X 60 X 20 X 30 X 80 X 80 X 10 X 30 X 90 X 80 X 100 X 90 X 0 X 100 X 70 X 10 X 0 X 50 X 40 X 30 X 80 X 70 X 10 X +USW00014922196510PSUN 100 X 100 X 91 X 93 X 9 X 33 X 4 X 0 X 10 X 28 X 87 X 74 X 77 X 65 X 96 X 70 X 14 X 76 X 0 X 15 X 97 X 31 X 41 X 100 X 99 X 96 X 80 X 65 X 36 X 46 X 98 X +USW00014922196510TSUN 702 X 702 X 636 X 642 X 60 X 228 X 30 X 0 X 72 X 366 X 588 X 498 X 510 X 432 X 636 X 462 X 90 X 498 X 0 X 96 X 624 X 204 X 264 X 636 X 624 X 600 X 498 X 402 X 222 X 282 X 606 X +USW00014922196510WDFM 225W X 315W X 360W X 135W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 135W X 135W X 135W X 225W X 225W X 225W X 360W X 45W X 360W X 360W X 225W X 315W X 270W X 360W X 180W X 225W X 315W X 315W X +USW00014922196510WSFM 67 X 156 X 76 X 63 X 94 X 103 X 121 X 130 X 58 X 80 X 116 X 58 X 40 X 63 X 58 X 85 X 98 X 94 X 85 X 112 X 89 X 85 X 125 X 76 X 89 X 76 X 72 X 58 X 121 X 134 X 112 X +USW00014922196510WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196510WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196510WT08-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196510WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196511TMAX 167 0 200 0 172 0 94 0 161 0 150 0 94 0 78 0 33 0 67 0 61 0 67 0 6 0 22 0 61 0 44 0 6 0 50 0 44 0 44 0 67 0 33 0 22 0 33 0 28 0 22 0 -61 0 -67 0 -50 0 -11 0-9999 +USW00014922196511TMIN -11 0 28 0 17 0 -33 0 22 0 11 0 0 0 -50 0 -94 0 -17 0 -22 0 -28 0 -89 0 -106 0 6 0 -56 0 -94 0 -39 0 -67 0 -17 0 -22 0 -33 0 -78 0 6 0 -22 0 -61 0 -117 0 -94 0 -94 0 -133 0-9999 +USW00014922196511PRCP 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 5 0 229 0 3 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 51 0 3 0 211 0 0T 0 0T 0 0T 0 0T 0-9999 +USW00014922196511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 3 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 33 0 0T 0 0T 0 0T 0 0T 0-9999 +USW00014922196511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 25 0 25 0-9999 +USW00014922196511ACMH 30 X 10 X 30 X 30 X 20 X 60 X 70 X 70 X 60 X 90 X 100 X 100 X 50 X 60 X 100 X 80 X 20 X 60 X 80 X 90 X 70 X 70 X 50 X 100 X 100 X 100 X 60 X 70 X 90 X 40 X-9999 +USW00014922196511ACSH 50 X 0 X 50 X 10 X 10 X 80 X 90 X 100 X 60 X 100 X 100 X 100 X 80 X 60 X 100 X 100 X 0 X 80 X 100 X 100 X 90 X 80 X 40 X 100 X 100 X 100 X 80 X 60 X 90 X 70 X-9999 +USW00014922196511PSUN 95 X 100 X 76 X 97 X 100 X 62 X 48 X 10 X 81 X 27 X 0 X 0 X 29 X 53 X 0 X 3 X 100 X 25 X 8 X 0 X 18 X 17 X 72 X 0 X 0 X 0 X 30 X 81 X 72 X 77 X-9999 +USW00014922196511TSUN 582 X 600 X 462 X 582 X 600 X 372 X 288 X 60 X 474 X 156 X 0 X 0 X 168 X 306 X 0 X 18 X 570 X 144 X 48 X 0 X 102 X 96 X 402 X 0 X 0 X 0 X 162 X 444 X 390 X 420 X-9999 +USW00014922196511WDFM 270W X 225W X 315W X 180W X 225W X 45W X 180W X 360W X 225W X 90W X 135W X 315W X 315W X 180W X 180W X 315W X 360W X 225W X 180W X 360W X 180W X 315W X 90W X 90W X 90W X 315W X 270W X 315W X 360W X 225W X-9999 +USW00014922196511WSFM 72 X 58 X 134 X 58 X 76 X 58 X 49 X 112 X 31 X 27 X 67 X 148 X 134 X 76 X 67 X 170 X 67 X 67 X 40 X 63 X 54 X 80 X 76 X 76 X 76 X 143 X 143 X 107 X 54 X 76 X-9999 +USW00014922196511WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922196511WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196511WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196511WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922196511WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196511WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196511WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922196511WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922196512TMAX 56 0 33 0 39 0 44 0 50 0 -6 0 72 0 33 0 0 0 17 0 44 0 44 0 11 0 -28 0 -44 0 -17 0 -22 0 -28 0 -22 0 -22 0 33 0 6 0 22 0 11 0 0 0 -17 0 -122 0 11 0 56 0 83 0 78 0 +USW00014922196512TMIN -50 0 -89 0 -6 0 -61 0 -33 0 -78 0 -56 0 0 0 -11 0 -11 0 17 0 11 0 -28 0 -67 0 -83 0 -83 0 -89 0 -94 0 -111 0 -56 0 -67 0 -67 0 -11 0 -39 0 -67 0 -150 0 -189 0 -133 0 6 0 -6 0 -89 0 +USW00014922196512PRCP 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 117 0 91 0 10 0 0T 0 3 0 0T 0 0T 0 0T 0 5 0 0T 0 0 0 0 0 71 0 0T 0 0T 0 5 0 0 0 0T 0 0 0 3 0 0T 0 +USW00014922196512SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0T 0 5 0 0T 0 0T 0 0T 0 8 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 8 0 0 0 0T 0 0 0 0 0 0T 0 +USW00014922196512SNWD 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 +USW00014922196512ACMH 30 X 40 X 80 X 50 X 40 X 30 X 20 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 70 X 80 X 40 X 70 X 100 X 60 X 70 X 100 X 100 X 40 X 80 X 20 X 100 X 100 X 90 X 20 X +USW00014922196512ACSH 60 X 30 X 80 X 100 X 10 X 10 X 10 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 70 X 60 X 60 X 90 X 100 X 70 X 90 X 100 X 90 X 10 X 100 X 30 X 100 X 100 X 100 X 10 X +USW00014922196512PSUN 87 X 97 X 46 X 22 X 94 X 100 X 99 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 13 X 33 X 52 X 58 X 6 X 0 X 63 X 34 X 0 X 23 X 100 X 0 X 100 X 0 X 0 X 0 X 89 X +USW00014922196512TSUN 474 X 522 X 246 X 120 X 504 X 534 X 528 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 72 X 174 X 258 X 306 X 30 X 0 X 396 X 180 X 0 X 120 X 528 X 0 X 528 X 0 X 0 X 0 X 474 X +USW00014922196512WDFM 270W X 225W X 270W X 180W X 360W X 360W X 270W X 315W X 45W X 135W X 90W X 90W X 315W X 315W X 315W X 225W X 315W X 360W X 135W X 315W X 180W X 90W X 360W X 45W X 45W X 135W X 315W X 180W X 180W X 135W X 270W X +USW00014922196512WSFM 58 X 40 X 148 X 80 X 139 X 85 X 94 X 76 X 45 X 49 X 54 X 67 X 76 X 54 X 63 X 67 X 67 X 58 X 85 X 45 X 49 X 54 X 72 X 103 X 72 X 125 X 45 X 94 X 89 X 76 X 152 X +USW00014922196512WT01-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922196512WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922196512WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196512WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196512WT08-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196512WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922196512WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922196512WT18-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X +USW00014922196601TMAX 28 0 0 0 -83 0 -28 0 -56 0 -150 0 -189 0 -72 0 11 0 -122 0 -100 0 -50 0 -67 0 -83 0 -83 0 -117 0 -128 0 -89 0 -83 0 -94 0 -100 0 -156 0 -189 0 -167 0 -139 0 -94 0 -222 0 -261 0 -206 0 -161 0 -122 0 +USW00014922196601TMIN -89 0 -178 0 -233 0 -100 0 -150 0 -189 0 -283 0 -289 0 -161 0 -183 0 -206 0 -100 0 -128 0 -189 0 -117 0 -206 0 -244 0 -200 0 -211 0 -211 0 -189 0 -233 0 -267 0 -267 0 -228 0 -228 0 -294 0 -322 0 -333 0 -261 0 -222 0 +USW00014922196601PRCP 0 0 86 0 0 0 0T 0 0T 0 20 0 0T 0 0 0 0T 0 0T 0 3 0 107 0 10 0 0T 0 0T 0 0 0 8 0 0T 0 0 0 0T 0 8 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 +USW00014922196601SNOW 0 0 109 0 0 0 0T 0 0T 0 30 0 0T 0 0 0 0T 0 0T 0 3 0 122 0 10 0 0T 0 0T 0 0 0 8 0 3 0 0 0 0T 0 13 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 0T 0 3 0 +USW00014922196601SNWD 0 0 76 0 102 0 102 0 102 0 102 0 127 0 127 0 127 0 76 0 76 0 152 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 178 0 178 0 178 0 152 0 152 0 152 0 152 0 152 0 152 0 +USW00014922196601ACMH 50 X 90 X 20 X 70 X 90 X 90 X 10 X 70 X 80 X 40 X 60 X 80 X 80 X 50 X 90 X 30 X 70 X 40 X 0 X 70 X 100 X 30 X 20 X 50 X 60 X 80 X 10 X 20 X 40 X 20 X 40 X +USW00014922196601ACSH 50 X 100 X 20 X 90 X 100 X 100 X 20 X 80 X 80 X 30 X 70 X 100 X 100 X 40 X 100 X 0 X 80 X 20 X 10 X 100 X 100 X 0 X 0 X 60 X 70 X 100 X 10 X 40 X 20 X 20 X 50 X +USW00014922196601PSUN 90 X 0 X 88 X 1 X 0 X 13 X 100 X 53 X 73 X 89 X 78 X 0 X 46 X 69 X 9 X 90 X 46 X 96 X 97 X 10 X 1 X 92 X 98 X 68 X 87 X 13 X 99 X 85 X 96 X 97 X 95 X +USW00014922196601TSUN 474 X 0 X 468 X 6 X 0 X 66 X 540 X 288 X 396 X 486 X 426 X 0 X 252 X 378 X 54 X 498 X 258 X 534 X 546 X 54 X 6 X 498 X 552 X 390 X 498 X 72 X 570 X 492 X 558 X 570 X 552 X +USW00014922196601WDFM 135W X 315W X 135W X 360W X 315W X 315W X 360W X 180W X 315W X 315W X 135W X 135W X 360W X 360W X 90W X 315W X 270W X 180W X 135W X 360W X 315W X 315W X 315W X 360W X 135W X 360W X 315W X 315W X 315W X 270W X 360W X +USW00014922196601WESD-9999 58 X 86 X 86 X 86 X 86 X 107 X 107 X 102 X 102 X 102 X 178 X 208 X 218 X 218 X 218 X 218 X 224 X 224 X 224 X 229 X 231 X 229 X 229 X 229 X 229 X 229 X 224 X 218 X 218 X 218 X +USW00014922196601WSFM 76 X 94 X 40 X 45 X 76 X 72 X 76 X 72 X 148 X 116 X 76 X 98 X 36 X 58 X 76 X 72 X 49 X 31 X 36 X 36 X 40 X 45 X 54 X 40 X 31 X 112 X 116 X 85 X 80 X 63 X 40 X +USW00014922196601WT01-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922196601WT02-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196601WT08-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00014922196601WT09-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196601WT18-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X +USW00014922196602TMAX -78 0 -56 0 -78 0 -106 0 -61 0 -6 0 22 0 56 0 111 0 28 0 -22 0 44 0 -33 0 -22 0 -61 0 -122 0 -128 0 -167 0 -172 0 -133 0 -106 0 -61 0 -33 0 33 0 0 0 17 0 44 0 61 0-9999 -9999 -9999 +USW00014922196602TMIN -194 0 -217 0 -183 0 -244 0 -156 0 -72 0 -72 0 22 0 11 0 -39 0 -67 0 -50 0 -133 0 -144 0 -156 0 -233 0 -261 0 -222 0 -239 0 -256 0 -233 0 -189 0 -144 0 -122 0 -100 0 -117 0 -56 0 11 0-9999 -9999 -9999 +USW00014922196602PRCP 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 274 0 13 0 0 0 0T 0 15 0 0 0 0T 0 46 0 5 0 18 0 13 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 5 0 5 0-9999 -9999 -9999 +USW00014922196602SNOW 0 0 0T 0 3 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 8 0 0 0 3 0 81 0 10 0 30 0 33 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 5 0-9999 -9999 -9999 +USW00014922196602SNWD 152 0 152 0 152 0 152 0 152 0 152 0 152 0 127 0 25 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 102 0 76 0 127 0 127 0 127 Z 127 0 102 0 102 0 102 0 51 0 25 0 0T 0 0T 0-9999 -9999 -9999 +USW00014922196602ACMH 10 X 40 X 50 X 50 X 100 X 90 X 90 X 100 X 100 X 40 X 60 X 70 X 40 X 70 X 70 X 50 X 40 X 40 X 30 X 30 X 10 X 30 X 40 X 50 X 0 X 10 X 90 X 60 X-9999 -9999 -9999 +USW00014922196602ACSH 20 X 70 X 80 X 50 X 100 X 90 X 100 X 100 X 100 X 40 X 100 X 100 X 40 X 100 X 80 X 90 X 30 X 10 X 0 X 60 X 0 X 0 X 30 X 90 X 0 X 20 X 100 X 60 X-9999 -9999 -9999 +USW00014922196602PSUN 84 X 62 X 61 X 91 X 0 X 70 X 0 X 0 X 1 X 85 X 16 X 18 X 99 X 85 X 41 X 79 X 73 X 93 X 100 X 100 X 100 X 100 X 88 X 99 X 100 X 93 X 36 X 58 X-9999 -9999 -9999 +USW00014922196602TSUN 498 X 366 X 360 X 540 X 0 X 420 X 0 X 0 X 12 X 522 X 96 X 144 X 612 X 462 X 258 X 498 X 462 X 594 X 636 X 642 X 642 X 648 X 576 X 648 X 654 X 612 X 240 X 384 X-9999 -9999 -9999 +USW00014922196602WDFM 315W X 270W X 315W X 360W X 135W X 135W X 90W X 180W X 225W X 270W X 225W X 270W X 360W X 180W X 360W X 315W X 360W X 45W X 360W X 360W X 315W X 270W X 180W X 225W X 360W X 180W X 180W X 315W X-9999 -9999 -9999 +USW00014922196602WESD 218 X 218 X 218 X 218 X 218 X 218 X 218 X 356 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 53 X 51 X 81 X 81 X-9999 76 X 71 X 69 X 69 X 61 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196602WSFM 49 X 45 X 85 X 54 X 54 X 54 X 67 X 85 X 125 X 76 X 76 X 107 X 94 X 67 X 72 X 103 X 63 X 85 X 49 X 40 X 49 X 27 X 40 X 98 X 63 X 72 X 63 X 85 X-9999 -9999 -9999 +USW00014922196602WT01-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922196602WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196602WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196602WT08 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922196602WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196602WT18-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922196603TMAX 61 0 50 0 61 0 44 0 -28 0 -39 0 0 0 72 0 106 0 128 0 122 0 44 0 83 0 156 0 117 0 172 0 217 0 78 0 50 0 144 0 128 0 78 0 6 0 -39 0 -22 0 6 0 44 0 39 0 106 0 122 0 144 0 +USW00014922196603TMIN -17 0 6 0 22 0 -28 0 -94 0 -106 0 -144 0 -17 0 -33 0 22 0 11 0 -28 0 -44 0 -11 0 44 0 44 0 78 0 0 0 -22 0 -17 0 -22 0 0 0 -83 0 -117 0 -100 0 -117 0 -83 0 -94 0 -17 0 0 0 17 0 +USW00014922196603PRCP 0 0 20 0 183 0 0T 0 5 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 25 0 3 0 23 0 0T 0 0 0 0 0 58 0 300 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 13 0 +USW00014922196603SNOW 0 0 0T 0 0T 0 0T 0 10 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 51 0 295 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196603SNWD 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 152 0 330 0 279 0 254 0 203 0 178 0 102 0 25 0 0T 0 +USW00014922196603ACMH 40 X 100 X 100 X 90 X 100 X 20 X 30 X 50 X 70 X 100 X 100 X 70 X 60 X 70 X 80 X 70 X 80 X 100 X 70 X 40 X 70 X 90 X 80 X 10 X 80 X 20 X 30 X 50 X 60 X 80 X 70 X +USW00014922196603ACSH 20 X 100 X 100 X 90 X 90 X 10 X 10 X 50 X 90 X 100 X 100 X 90 X 80 X 90 X 90 X 90 X 80 X 100 X 70 X 30 X 100 X 100 X 100 X 0 X 100 X 0 X 10 X 60 X 30 X 60 X 90 X +USW00014922196603PSUN 94 X 3 X 0 X 4 X 39 X 100 X 93 X 57 X 60 X 33 X 13 X 12 X 61 X 80 X 2 X 40 X 71 X 0 X 41 X 84 X 28 X 3 X 0 X 100 X 15 X 97 X 92 X 72 X 72 X 70 X 31 X +USW00014922196603TSUN 630 X 24 X 0 X 30 X 240 X 684 X 642 X 390 X 414 X 228 X 66 X 84 X 432 X 564 X 12 X 288 X 510 X 0 X 300 X 612 X 204 X 24 X 0 X 738 X 114 X 726 X 690 X 540 X 546 X 534 X 240 X +USW00014922196603WDFM 315W X 90W X 90W X 225W X 360W X 360W X 180W X 180W X 180W X 360W X 315W X 315W X 180W X 180W X 135W X 135W X 225W X 315W X 360W X 180W X 45W X 45W X 360W X 360W X 135W X 315W X 360W X 225W X 360W X 135W X 315W X +USW00014922196603WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 160 X 356 X 356 X 353 X 343 X 318 X 246 X-9999 -9999 +USW00014922196603WSFM 98 X 116 X 116 X 80 X 134 X 107 X 67 X 116 X 76 X 67 X 49 X 54 X 49 X 89 X 89 X 76 X 148 X 156 X 134 X 116 X 63 X 161 X 179 X 103 X 76 X 45 X 36 X 76 X 94 X 40 X 174 X +USW00014922196603WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922196603WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196603WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922196603WT04-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196603WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196603WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196603WT09-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196603WT16-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922196603WT18-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196604TMAX 94 0 106 0 72 0 33 0 33 0 39 0 44 0 44 0 78 0 83 0 117 0 128 0 128 0 128 0 161 0 183 0 117 0 61 0 67 0 44 0 122 0 178 0 144 0 194 0 200 0 106 0 139 0 67 0 117 0 83 0-9999 +USW00014922196604TMIN 17 0 -33 0 -6 0 -11 0 11 0 -6 0 -6 0 -6 0 -33 0 -28 0 28 0 11 0 6 0 11 0 33 0 44 0 44 0 28 0 6 0 -11 0 -56 0 44 0 78 0 72 0 22 0 17 0 22 0 0 0 0 0 -11 0-9999 +USW00014922196604PRCP 0T 0 0 0 0 0 0T 0 0T 0 8 0 0T 0 3 0 0 0 0 0 0T 0 0 0 0 0 20 0 0 0 0 0 53 0 10 0 23 0 0 0 0 0 0T 0 0T 0 0 0 0 0 15 0 38 0 0T 0 56 0 0 0-9999 +USW00014922196604SNOW 0 0 0 0 0 0 0T 0 0T 0 5 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0-9999 +USW00014922196604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196604ACMH 50 X 70 X 60 X 90 X 100 X 80 X 100 X 90 X 40 X 80 X 90 X 40 X 70 X 90 X 60 X 60 X 100 X 100 X 100 X 90 X 30 X 70 X 80 X 10 X 40 X 100 X 90 X 50 X 90 X 10 X-9999 +USW00014922196604ACSH 80 X 90 X 50 X 80 X 100 X 100 X 100 X 100 X 50 X 100 X 100 X 50 X 90 X 100 X 40 X 60 X 100 X 100 X 100 X 100 X 30 X 70 X 90 X 10 X 40 X 100 X 90 X 60 X 100 X 0 X-9999 +USW00014922196604PSUN 40 X 73 X 97 X 26 X 0 X 7 X 0 X 2 X 53 X 25 X 41 X 76 X 90 X 4 X 69 X 56 X 0 X 0 X 0 X 18 X 85 X 77 X 17 X 98 X 81 X 0 X 30 X 53 X 2 X 95 X-9999 +USW00014922196604TSUN 306 X 564 X 750 X 204 X 0 X 54 X 0 X 18 X 420 X 198 X 330 X 612 X 726 X 30 X 558 X 456 X 0 X 0 X 0 X 150 X 708 X 636 X 138 X 822 X 678 X 0 X 252 X 450 X 18 X 810 X-9999 +USW00014922196604WDFM 360W X 45W X 360W X 315W X 315W X 360W X 315W X 360W X 360W X 180W X 90W X 90W X 90W X 360W X 360W X 180W X 180W X 360W X 315W X 315W X 225W X 225W X 180W X 315W X 90W X 90W X 135W X 270W X 180W X 360W X-9999 +USW00014922196604WSFM 148 X 54 X 76 X 76 X 98 X 103 X 72 X 89 X 58 X 67 X 98 X 89 X 54 X 72 X 49 X 72 X 85 X 85 X 89 X 85 X 89 X 103 X 45 X 98 X 89 X 130 X 125 X 116 X 98 X 98 X-9999 +USW00014922196604WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922196604WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196604WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922196604WT18-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922196605TMAX 100 0 122 0 133 0 250 0 278 0 206 0 189 0 122 0 83 0 133 0 44 0 106 0 67 0 150 0 200 0 222 0 211 0 200 0 139 0 200 0 278 0 261 0 206 0 233 0 283 0 322 0 211 0 206 0 200 0 211 0 239 0 +USW00014922196605TMIN -28 0 33 0 -17 0 6 0 100 0 83 0 44 0 11 0 -28 0 -11 0 17 0 44 0 28 0 33 0 106 0 67 0 83 0 72 0 61 0 33 0 83 0 133 0 100 0 67 0 67 0 122 0 111 0 50 0 56 0 61 0 44 0 +USW00014922196605PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 86 0 5 0 69 0 3 0 51 0 8 0 41 0 0T 0 5 0 0 0 0 0 28 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196605ACMH 30 X 60 X 0 X 30 X 20 X 40 X 50 X 80 X 0 X 60 X 100 X 100 X 90 X 100 X 70 X 50 X 60 X 40 X 60 X 20 X 10 X 60 X 70 X 10 X 10 X 30 X 40 X 0 X 30 X 0 X 20 X +USW00014922196605ACSH 10 X 70 X 0 X 50 X 20 X 40 X 30 X 90 X 0 X 70 X 100 X 100 X 100 X 100 X 90 X 50 X 80 X 40 X 90 X 40 X 20 X 80 X 80 X 10 X 10 X 40 X 40 X 0 X 50 X 0 X 10 X +USW00014922196605PSUN 91 X 80 X 100 X 96 X 100 X 100 X 90 X 31 X 100 X 58 X 0 X 0 X 0 X 11 X 22 X 71 X 27 X 88 X 37 X 93 X 93 X 47 X 29 X 99 X 100 X 100 X 100 X 100 X 79 X 100 X 100 X +USW00014922196605TSUN 780 X 684 X 864 X 828 X 864 X 870 X 786 X 276 X 876 X 504 X 0 X 0 X 0 X 102 X 198 X 636 X 360 X 786 X 330 X 840 X 846 X 432 X 264 X 900 X 912 X 912 X 912 X 918 X 726 X 918 X 924 X +USW00014922196605WDFM 180W X 315W X 360W X 180W X 315W X 315W X 90W X 45W X 90W X 180W X 90W X 90W X 45W X 135W X 45W X 270W X 180W X 270W X 270W X 270W X 180W X 180W X 225W X 270W X 270W X 315W X 45W X 360W X 315W X 360W X 270W X +USW00014922196605WSFM 49 X 94 X 49 X 130 X 134 X 89 X 85 X 85 X 85 X 130 X 112 X 94 X 45 X 76 X 112 X 76 X 76 X 85 X 107 X 76 X 80 X 156 X 107 X 112 X 85 X 63 X 98 X 80 X 58 X 67 X 36 X +USW00014922196605WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196605WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196605WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196605WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196605WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196606TMAX 283 0 211 0 311 0 222 0 267 0 211 0 211 0 172 0 211 0 222 0 283 0 244 0 244 0 206 0 211 0 244 0 267 0 283 0 267 0 311 0 306 0 317 0 328 0 289 0 328 0 272 0 256 0 306 0 333 0 344 0-9999 +USW00014922196606TMIN 83 0 144 0 150 0 139 0 122 0 111 0 94 0 78 0 106 0 89 0 139 0 128 0 100 0 117 0 117 0 89 0 100 0 122 0 167 0 150 0 194 0 194 0 189 0 206 0 189 0 144 0 150 0 156 0 211 0 194 0-9999 +USW00014922196606PRCP 0 0 61 0 0 0 226 0 97 0 51 0 0 0 0 0 0 0 0 0 193 0 0T 0 0T 0 0T 0 33 0 0 0 0 0 0 0 0 0 0T 0 20 0 0 0 56 0 74 0 0T 0 0 0 81 0 0 0 0 0 0 0-9999 +USW00014922196606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196606ACMH 60 X 100 X 90 X 100 X 90 X 40 X 40 X 80 X 40 X 40 X 80 X 50 X 30 X 60 X 70 X 20 X 30 X 10 X 70 X 70 X 80 X 80 X 50 X 80 X 80 X 20 X 80 X 30 X 10 X 0 X-9999 +USW00014922196606ACSH 70 X 100 X 80 X 100 X 80 X 60 X 50 X 90 X 40 X 50 X 90 X 70 X 40 X 70 X 70 X 30 X 40 X 10 X 90 X 90 X 100 X 90 X 40 X 90 X 90 X 20 X 90 X 30 X 10 X 0 X-9999 +USW00014922196606PSUN 92 X 10 X 64 X 3 X 37 X 69 X 88 X 62 X 83 X 87 X 32 X 50 X 87 X 50 X 47 X 90 X 91 X 96 X 51 X 86 X 28 X 78 X 64 X 44 X 40 X 99 X 32 X 98 X 96 X 100 X-9999 +USW00014922196606TSUN 846 X 90 X 594 X 36 X 342 X 636 X 822 X 576 X 768 X 816 X 294 X 462 X 816 X 468 X 444 X 840 X 858 X 900 X 474 X 804 X 270 X 732 X 600 X 408 X 378 X 924 X 306 X 912 X 894 X 936 X-9999 +USW00014922196606WDFM 225W X 180W X 180W X 270W X 135W X 315W X 270W X 45W X 45W X 180W X 225W X 225W X 270W X 360W X 270W X 315W X 315W X 180W X 225W X 180W X 180W X 225W X 225W X 180W X 180W X 315W X 180W X 225W X 180W X 180W X-9999 +USW00014922196606WSFM 76 X 103 X 76 X 134 X 80 X 98 X 80 X 63 X 67 X 80 X 170 X 67 X 107 X 80 X 49 X 63 X 58 X 58 X 89 X 63 X 85 X 112 X 130 X 107 X 116 X 63 X 76 X 36 X 58 X 76 X-9999 +USW00014922196606WT01-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196606WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196606WT03-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00014922196606WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922196606WT16-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922196607TMAX 344 0 344 0 333 0 311 0 300 0 267 0 300 0 322 0 333 0 372 0 372 0 344 0 261 0 283 0 256 0 283 0 322 0 328 0 256 0 250 0 283 0 272 0 294 0 328 0 350 0 339 0 322 0 294 0 294 0 311 0 333 0 +USW00014922196607TMIN 217 0 228 0 228 0 206 0 200 0 183 0 139 0 194 0 217 0 178 0 217 0 233 0 200 0 183 0 167 0 161 0 178 0 233 0 161 0 128 0 122 0 150 0 144 0 183 0 211 0 228 0 194 0 200 0 189 0 161 0 172 0 +USW00014922196607PRCP 0 0 0 0 61 0 0 0 43 0 0 0 0 0 58 0 0T 0 203 0 0T 0 10 0 249 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 +USW00014922196607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196607ACMH 30 X 10 X 50 X 60 X 60 X 30 X 10 X 50 X 20 X 40 X 50 X 50 X 90 X 60 X 0 X 10 X 40 X 20 X 30 X 0 X 20 X 60 X 30 X 30 X 30 X 80 X 70 X 50 X 60 X 10 X 50 X +USW00014922196607ACSH 30 X 10 X 50 X 70 X 70 X 40 X 10 X 30 X 10 X 40 X 50 X 50 X 100 X 70 X 0 X 20 X 50 X 10 X 50 X 0 X 10 X 80 X 30 X 20 X 40 X 90 X 80 X 20 X 50 X 20 X 50 X +USW00014922196607PSUN 98 X 74 X 64 X 69 X 57 X 79 X 98 X 72 X 99 X 78 X 76 X 79 X 14 X 57 X 100 X 96 X 88 X 90 X 74 X 100 X 99 X 50 X 98 X 94 X 87 X 36 X 49 X 85 X 77 X 87 X 95 X +USW00014922196607TSUN 912 X 690 X 600 X 642 X 534 X 732 X 906 X 666 X 918 X 720 X 702 X 726 X 132 X 522 X 918 X 882 X 804 X 822 X 672 X 906 X 900 X 456 X 882 X 846 X 780 X 318 X 438 X 762 X 684 X 774 X 834 X +USW00014922196607WDFM 180W X 225W X 225W X 45W X 180W X 360W X 270W X 225W X 315W X 45W X 360W X 360W X 90W X 90W X 90W X 180W X 225W X 360W X 45W X 90W X 180W X 225W X 180W X 180W X 225W X 45W X 315W X 360W X 90W X 225W X 225W X +USW00014922196607WSFM 72 X 80 X 85 X 143 X 103 X 103 X 76 X 76 X 80 X 250 X 116 X 63 X 76 X 58 X 54 X 67 X 107 X 80 X 76 X 49 X 58 X 63 X 49 X 58 X 76 X 63 X 49 X 67 X 36 X 76 X 98 X +USW00014922196607WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922196607WT03-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196607WT08 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922196607WT16-9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922196608TMAX 283 0 267 0 294 0 300 0 333 0 339 0 272 0 233 0 239 0 233 0 217 0 272 0 200 0 239 0 239 0 294 0 333 0 239 0 200 0 167 0 150 0 172 0 200 0 222 0 278 0 294 0 300 0 306 0 317 0 311 0 317 0 +USW00014922196608TMIN 206 0 156 0 139 0 150 0 183 0 183 0 139 0 133 0 111 0 106 0 117 0 94 0 161 0 161 0 144 0 117 0 172 0 133 0 117 0 144 0 122 0 117 0 94 0 100 0 117 0 128 0 167 0 167 0 167 0 183 0 178 0 +USW00014922196608PRCP 97 0 0 0 0 0 0 0 0 0 315 0 0T 0 0T 0 0 0 0T 0 0 0 3 0 262 0 0T 0 312 0 0 0 0T 0 0 0 0T 0 53 0 74 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196608ACMH 60 X 10 X 10 X 60 X 30 X 70 X 90 X 80 X 50 X 50 X 50 X 70 X 100 X 90 X 70 X 10 X 70 X 20 X 80 X 100 X 100 X 80 X 70 X 60 X 0 X 0 X 0 X 0 X 0 X 0 X 10 X +USW00014922196608ACSH 80 X 20 X 20 X 70 X 10 X 80 X 80 X 90 X 60 X 70 X 70 X 90 X 100 X 90 X 80 X 10 X 80 X 10 X 100 X 100 X 100 X 100 X 90 X 60 X 0 X 0 X 0 X 0 X 0 X 0 X 10 X +USW00014922196608PSUN 54 X 90 X 88 X 82 X 86 X 55 X 42 X 31 X 79 X 50 X 36 X 86 X 0 X 20 X 46 X 92 X 64 X 100 X 30 X 0 X 0 X 10 X 31 X 76 X 100 X 100 X 100 X 99 X 100 X 98 X 100 X +USW00014922196608TSUN 474 X 798 X 768 X 714 X 750 X 480 X 366 X 264 X 684 X 432 X 312 X 732 X 0 X 168 X 390 X 780 X 540 X 840 X 252 X 0 X 0 X 96 X 258 X 624 X 816 X 816 X 810 X 798 X 804 X 786 X 798 X +USW00014922196608WDFM 45W X 360W X 225W X 225W X 225W X 270W X 45W X 360W X 270W X 315W X 360W X 180W X 180W X 90W X 360W X 225W X 225W X 315W X 90W X 90W X 90W X 315W X 315W X 270W X 270W X 225W X 225W X 225W X 225W X 135W X 225W X +USW00014922196608WSFM 125 X 67 X 54 X 63 X 58 X 134 X 76 X 72 X 58 X 63 X 45 X 63 X 54 X 49 X 67 X 67 X 112 X 67 X 67 X 103 X 94 X 107 X 94 X 58 X 72 X 58 X 58 X 80 X 45 X 45 X 72 X +USW00014922196608WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922196608WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196608WT03 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196608WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196608WT16 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196609TMAX 306 0 256 0 256 0 211 0 200 0 222 0 228 0 250 0 267 0 267 0 256 0 283 0 283 0 189 0 194 0 211 0 222 0 228 0 244 0 200 0 267 0 244 0 211 0 133 0 167 0 161 0 161 0 172 0 133 0 128 0-9999 +USW00014922196609TMIN 189 0 194 0 167 0 117 0 106 0 100 0 89 0 122 0 128 0 150 0 156 0 183 0 133 0 67 0 33 0 50 0 106 0 67 0 94 0 100 0 100 0 56 0 78 0 56 0 39 0 6 0 50 0 72 0 72 0 6 0-9999 +USW00014922196609PRCP 224 0 66 0 0 0 0 0 0T 0 0 0 0 0 0 0 5 0 0 0 0T 0 0T 0 36 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 58 0 0 0 3 0-9999 +USW00014922196609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196609ACMH 70 X 80 X 60 X 20 X 40 X 10 X 0 X 0 X 20 X 40 X 90 X 50 X 70 X 40 X 10 X 70 X 60 X 20 X 0 X 40 X 60 X 20 X 10 X 90 X 20 X 70 X 80 X 90 X 80 X 70 X-9999 +USW00014922196609ACSH 70 X 90 X 70 X 40 X 60 X 20 X 0 X 0 X 10 X 50 X 100 X 40 X 70 X 40 X 10 X 90 X 60 X 20 X 0 X 50 X 70 X 50 X 10 X 100 X 20 X 100 X 90 X 100 X 90 X 90 X-9999 +USW00014922196609PSUN 46 X 17 X 42 X 98 X 47 X 77 X 100 X 100 X 91 X 70 X 0 X 60 X 21 X 96 X 96 X 93 X 89 X 100 X 99 X 87 X 90 X 100 X 100 X 7 X 99 X 76 X 45 X 53 X 81 X 34 X-9999 +USW00014922196609TSUN 360 X 132 X 336 X 768 X 372 X 600 X 780 X 774 X 702 X 534 X 0 X 456 X 162 X 726 X 726 X 696 X 666 X 744 X 738 X 642 X 660 X 732 X 726 X 48 X 720 X 546 X 318 X 378 X 576 X 240 X-9999 +USW00014922196609WDFM 225W X 45W X 315W X 315W X 315W X 360W X 225W X 225W X 180W X 225W X 180W X 180W X 360W X 360W X 315W X 225W X 135W X 45W X 90W X 90W X 360W X 45W X 360W X 45W X 45W X 270W X 315W X 270W X 315W X 360W X-9999 +USW00014922196609WSFM 80 X 58 X 49 X 125 X 107 X 54 X 76 X 85 X 98 X 45 X 45 X 80 X 116 X 80 X 40 X 54 X 40 X 36 X 58 X 36 X 103 X 125 X 89 X 49 X 40 X 76 X 49 X 72 X 139 X 76 X-9999 +USW00014922196609WT01 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922196609WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196609WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196609WT08 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196609WT16 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 +USW00014922196610TMAX 128 0 228 0 156 0 117 0 139 0 239 0 267 0 289 0 178 0 144 0 156 0 100 0 133 0 161 0 56 0 72 0 144 0 139 0 128 0 194 0 172 0 150 0 111 0 89 0 178 0 211 0 211 0 122 0 50 0 100 0 100 0 +USW00014922196610TMIN -17 0 44 0 89 0 39 0 11 0 17 0 83 0 111 0 61 0 17 0 17 0 17 0 94 0 50 0 6 0 -33 0 -28 0 50 0 -22 0 0 0 100 0 17 0 -11 0 -50 0 -28 0 -11 0 61 0 6 0 -22 0 11 0 -6 0 +USW00014922196610PRCP 0 0 0T 0 71 0 0T 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 28 0 0T 0 480 0 315 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 +USW00014922196610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00014922196610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196610ACMH 60 X 90 X 100 X 60 X 10 X 0 X 0 X 50 X 50 X 30 X 0 X 70 X 100 X 100 X 90 X 60 X 30 X 90 X 40 X 30 X 80 X 50 X 10 X 0 X 0 X 10 X 50 X 40 X 60 X 80 X 90 X +USW00014922196610ACSH 90 X 100 X 100 X 80 X 20 X 0 X 0 X 30 X 70 X 60 X 0 X 100 X 100 X 100 X 100 X 80 X 30 X 100 X 30 X 10 X 90 X 50 X 20 X 0 X 0 X 10 X 70 X 80 X 80 X 100 X 100 X +USW00014922196610PSUN 74 X 63 X 13 X 54 X 97 X 100 X 100 X 89 X 65 X 52 X 98 X 6 X 0 X 0 X 1 X 41 X 78 X 39 X 95 X 94 X 32 X 61 X 98 X 100 X 100 X 100 X 76 X 38 X 79 X 4 X 3 X +USW00014922196610TSUN 522 X 444 X 90 X 378 X 672 X 690 X 684 X 606 X 438 X 354 X 660 X 42 X 0 X 0 X 6 X 270 X 510 X 252 X 618 X 606 X 204 X 390 X 624 X 636 X 630 X 630 X 474 X 240 X 486 X 24 X 18 X +USW00014922196610WDFM 270W X 180W X 360W X 315W X 270W X 225W X 225W X 225W X 270W X 315W X 315W X 135W X 135W X 45W X 45W X 225W X 225W X 360W X 315W X 225W X 180W X 270W X 315W X 315W X 180W X 180W X 225W X 360W X 360W X 225W X 315W X +USW00014922196610WSFM 63 X 112 X 112 X 103 X 49 X 98 X 67 X 72 X 125 X 130 X 58 X 121 X 63 X 174 X 161 X 54 X 49 X 80 X 63 X 107 X 134 X 165 X 107 X 36 X 67 X 45 X 76 X 89 X 54 X 98 X 116 X +USW00014922196610WT01 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922196610WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196610WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196610WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922196610WT16-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922196610WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922196611TMAX 11 0 -22 0 0 0 39 0 44 0 89 0 78 0 -11 0 -6 0 -6 0 -22 0 -28 0 44 0 -6 0 111 0 56 0 44 0 -33 0 11 0 56 0 83 0 139 0 83 0 56 0 50 0 72 0 22 0 6 0 17 0 0 0-9999 +USW00014922196611TMIN -78 0 -117 0 -100 0 -33 0 -11 0 17 0 -22 0 -39 0 -39 0 -94 0 -128 0 -200 0 -33 0 -83 0 -17 0 -11 0 -33 0 -94 0 -106 0 -39 0 -28 0 33 0 11 0 0 0 -17 0 -11 0 -50 0 -83 0 -94 0 -133 0-9999 +USW00014922196611PRCP 0T 0 0 0 0 0 0T 0 5 0 0T 0 0T 0 0 0 33 0 0T 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 15 0 0T 0 3 0 5 0 0 0 0 0 0T 0-9999 +USW00014922196611SNOW 0T 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 20 0 0T 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0T 0-9999 +USW00014922196611SNWD 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 25 0 0T 0 51 0 51 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00014922196611ACMH 60 X 0 X 80 X 100 X 70 X 100 X 100 X 100 X 100 X 60 X 60 X 50 X 30 X 30 X 90 X 100 X 80 X 40 X 80 X 10 X 90 X 90 X 90 X 100 X 80 X 70 X 40 X 0 X 60 X 80 X-9999 +USW00014922196611ACSH 70 X 0 X 90 X 100 X 70 X 100 X 100 X 100 X 100 X 10 X 90 X 40 X 30 X 50 X 90 X 100 X 100 X 30 X 100 X 0 X 100 X 80 X 90 X 100 X 80 X 100 X 30 X 0 X 80 X 80 X-9999 +USW00014922196611PSUN 44 X 100 X 32 X 3 X 48 X 21 X 0 X 5 X 0 X 85 X 15 X 72 X 78 X 54 X 50 X 0 X 0 X 76 X 15 X 100 X 0 X 35 X 31 X 0 X 26 X 27 X 75 X 100 X 35 X 44 X-9999 +USW00014922196611TSUN 270 X 606 X 222 X 18 X 288 X 126 X 0 X 30 X 0 X 498 X 90 X 420 X 456 X 312 X 288 X 0 X 0 X 432 X 84 X 564 X 0 X 198 X 174 X 0 X 144 X 150 X 414 X 546 X 192 X 240 X-9999 +USW00014922196611WDFM 360W X 360W X 270W X 315W X 180W X 225W X 315W X 360W X 360W X 270W X 360W X 180W X 225W X 360W X 180W X 180W X 315W X 315W X 180W X 135W X 180W X 180W X 45W X 315W X 225W X 360W X 360W X 360W X 270W X 360W X-9999 +USW00014922196611WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 38 X 38 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196611WSFM 107 X 45 X 49 X 67 X 72 X 89 X 98 X 76 X 72 X 76 X 76 X 63 X 76 X 72 X 63 X 18 X 103 X 103 X 85 X 76 X 94 X 49 X 63 X 49 X 63 X 139 X 130 X 80 X 58 X 125 X-9999 +USW00014922196611WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922196611WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196611WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196611WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922196611WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922196611WT18 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 +USW00014922196612TMAX -133 0 -106 0 -61 0 -33 0 -6 0 44 0 6 0 11 0 -11 0 -117 0 -83 0 -17 0 -6 0 0 0 0 0 56 0 33 0 0 0 28 0 0 0 -28 0 -100 0 -111 0 -56 0 -94 0 -106 0 -67 0 -44 0 -83 0 -28 0 -56 0 +USW00014922196612TMIN -189 0 -167 0 -172 0 -94 0 -100 0 -72 0 -72 0 -17 0 -117 0 -222 0 -228 0 -117 0 -83 0 -100 0 -44 0 -44 0 -6 0 -39 0 -17 0 -28 0 -139 0 -167 0 -183 0 -139 0 -178 0 -183 0 -167 0 -89 0 -167 0 -156 0 -128 0 +USW00014922196612PRCP 0T 0 0 0 0 0 51 0 5 0 20 0 18 0 48 0 3 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 5 0 13 0 13 0 0 0 0 0 0 0 0 0 0T 0 0 0 81 0 0 0 0T 0 0T 0 +USW00014922196612SNOW 0T 0 0 0 0 0 53 0 0T 0 0 0 13 0 41 0 3 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 5 0 15 0 13 0 0 0 0 0 0 0 0 0 0T 0 0 0 170 0 0 0 5 0 0T 0 +USW00014922196612SNWD 0T 0 0 0 0 0 0T 0 51 0 25 0 0T 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 51 0 178 0 178 0 152 0 +USW00014922196612ACMH 20 X 30 X 40 X 90 X 90 X 70 X 90 X 100 X 100 X 40 X 0 X 0 X 50 X 70 X 90 X 90 X 40 X 90 X 100 X 100 X 60 X 0 X 50 X 50 X 0 X 40 X 80 X 100 X 20 X 80 X 90 X +USW00014922196612ACSH 10 X 10 X 10 X 100 X 100 X 90 X 100 X 100 X 100 X 20 X 10 X 0 X 90 X 80 X 100 X 90 X 60 X 100 X 100 X 100 X 60 X 0 X 90 X 40 X 0 X 70 X 60 X 100 X 10 X 90 X 80 X +USW00014922196612PSUN 100 X 100 X 87 X 0 X 0 X 22 X 0 X 0 X 0 X 84 X 100 X 100 X 25 X 48 X 0 X 43 X 74 X 0 X 3 X 0 X 43 X 98 X 35 X 77 X 100 X 76 X 50 X 0 X 90 X 9 X 51 X +USW00014922196612TSUN 540 X 540 X 468 X 0 X 0 X 120 X 0 X 0 X 0 X 450 X 534 X 528 X 132 X 252 X 0 X 228 X 390 X 0 X 18 X 0 X 228 X 516 X 186 X 408 X 528 X 402 X 264 X 0 X 474 X 48 X 270 X +USW00014922196612WDFM 315W X 315W X 180W X 180W X 180W X 135W X 45W X 315W X 360W X 360W X 180W X 180W X 180W X 135W X 315W X 225W X 360W X 90W X 315W X 315W X 360W X 360W X 270W X 360W X 360W X 360W X 90W X 45W X 360W X 225W X 225W X +USW00014922196612WESD-9999 -9999 -9999 -9999 51 X-9999 -9999 64 X 58 X 58 X 56 X 51 X 48 X 48 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 38 X 107 X 107 X 107 X +USW00014922196612WSFM 98 X 89 X 80 X 80 X 116 X 116 X 58 X 85 X 72 X 58 X 54 X 63 X 58 X 45 X 76 X 85 X 76 X 58 X 98 X 85 X 72 X 63 X 45 X 67 X 58 X 31 X 58 X 94 X 80 X 72 X 49 X +USW00014922196612WT01-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 +USW00014922196612WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196612WT04-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196612WT06-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196612WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X +USW00014922196612WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196612WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196612WT18 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X +USW00014922196701TMAX -50 0 -11 0 -100 0 -67 0 -50 0 -17 0 -33 0 -100 0 -17 0 -94 0 -11 0 22 0 22 0 -6 0 -122 0 11 0 -228 0 -139 0 -122 0 28 0 11 0 44 0 50 0 0 0 -50 0 -89 0 -67 0 -61 0 -56 0 11 0 17 0 +USW00014922196701TMIN -72 0 -128 0 -194 0 -117 0 -189 0 -50 0 -183 0 -272 0 -100 0 -189 0 -211 0 -72 0 -33 0 -189 0 -261 0 -228 0 -322 0 -350 0 -172 0 -161 0 -111 0 -50 0 -72 0 -72 0 -139 0 -161 0 -167 0 -156 0 -72 0 -72 0 -167 0 +USW00014922196701PRCP 5 0 30 0 0T 0 13 0 33 0 102 0 61 0 5 0 3 0 0 0 0 0 0T 0 74 0 5 0 0T 0 104 0 0T 0 28 0 8 0 0 0 0 0 0T 0 0 0 307 0 0T 0 0 0 0T 0 0 0 107 0 38 0 0T 0 +USW00014922196701SNOW 8 0 46 0 0T 0 23 0 46 0 122 0 84 0 5 0 8 0 0 0 0 0 0T 0 152 0 5 0 0T 0 130 0 0T 0 76 0 10 0 0 0 0 0 0 0 0 0 13 0 0T 0 0 0 3 0 0 0 135 0 33 0 0T 0 +USW00014922196701SNWD 152 0 178 0 178 0 178 0 178 0 279 0 381 0 381 0 356 0 330 0 330 0 305 0 279 0 406 0 381 0 406 0 483 0 483 0 559 0 559 0 457 0 457 0 356 0 330 0 305 0 305 0 305 0 305 0 356 0 457 0 483 0 +USW00014922196701ACMH 100 X 70 X 50 X 80 X 80 X 100 X 60 X 50 X 60 X 20 X 70 X 70 X 80 X 50 X 30 X 80 X 0 X 60 X 90 X 70 X 60 X 90 X 100 X 100 X 90 X 60 X 30 X 50 X 100 X 100 X 60 X +USW00014922196701ACSH 100 X 90 X 70 X 100 X 100 X 100 X 80 X 50 X 80 X 0 X 100 X 90 X 80 X 70 X 10 X 100 X 0 X 70 X 100 X 90 X 80 X 100 X 100 X 100 X 100 X 70 X 40 X 50 X 100 X 100 X 70 X +USW00014922196701PSUN 0 X 3 X 53 X 0 X 0 X 0 X 31 X 57 X 19 X-9999 0 X 16 X 20 X 43 X 88 X 0 X 100 X 38 X 0 X 41 X 60 X 0 X 20 X 0 X 43 X 88 X 83 X 77 X 0 X 0 X 47 X +USW00014922196701TSUN 0 X 18 X 282 X 0 X 0 X 0 X 168 X 306 X 102 X 540 X 0 X 90 X 108 X 234 X 486 X 0 X 552 X 210 X 0 X 228 X 336 X 0 X 114 X 0 X 246 X 504 X 480 X 444 X 0 X 0 X 276 X +USW00014922196701WDFM 270W X 360W X 360W X 360W X 135W X 45W X 360W X 180W X 315W X 315W X 225W X 225W X 225W X 315W X 360W X 315W X 315W X 225W X 225W X 225W X 135W X 225W X 315W X 45W X 270W X 360W X 360W X 90W X 135W X 225W X 315W X +USW00014922196701WESD 107 X 165 X 165 X 165 X 178 X 244 X 361 X 373 X 378 X 378 X 483 X 483 X 483 X 559 X 559 X 589 X 693 X 663 X 691 X 699 X 699 X 699 X 699 X 699 X 975 X 975 X 975 X 973 X 1008 X 1077 X 1115 X +USW00014922196701WSFM 76 X 85 X 72 X 67 X 76 X 112 X 130 X 107 X 143 X 94 X 112 X 89 X 103 X 107 X 58 X 170 X 94 X 94 X 80 X 72 X 45 X 72 X 103 X 107 X 45 X 31 X 27 X 31 X 54 X 85 X 112 X +USW00014922196701WT01 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X +USW00014922196701WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196701WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196701WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922196701WT06-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922196701WT08-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 +USW00014922196701WT09-9999 -9999 -9999 -9999 1 0 1 X 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196701WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00014922196701WT18 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X +USW00014922196702TMAX -106 0 -122 0 33 0 33 0 -83 0 -144 0 -94 0 -17 0 22 0 6 0 -178 0 -111 0 39 0 39 0 -78 0 -167 0 -106 0 -89 0 -78 0 -133 0 -17 0 -94 0 -94 0 -189 0 -133 0 28 0 11 0 -22 0-9999 -9999 -9999 +USW00014922196702TMIN -161 0 -228 0 -144 0 -83 0 -194 0 -272 0 -239 0 -194 0 -94 0 -178 0 -278 0 -272 0 -167 0 -78 0 -222 0 -294 0 -167 0 -161 0 -144 0 -222 0 -211 0 -161 0 -244 0 -289 0 -306 0 -167 0 -78 0 -144 0-9999 -9999 -9999 +USW00014922196702PRCP 13 0 0 0 0T 0 18 0 33 0 0 0 0T 0 0T 0 13 0 0T 0 0 0 15 0 0 0 0T 0 221 0 0T 0 18 0 25 0 28 0 0T 0 0T 0 0T 0 20 0 0T 0 0T 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00014922196702SNOW 28 0 0 0 0T 0 20 0 76 0 0 0 3 0 0T 0 10 0 3 0 0 0 48 0 0 0 0T 0 216 0 0T 0 38 0 51 0 81 0 0T 0 0T 0 3 0 25 0 0T 0 0T 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00014922196702SNWD 457 0 483 0 483 0 457 0 559 0 559 0 559 0 559 0 533 0 508 0 508 0 508 0 533 0 508 0 508 0 660 0 660 0 686 0 762 0 737 0 686 0 686 0 686 0 686 0 686 0 660 0 610 0 584 0-9999 -9999 -9999 +USW00014922196702ACMH 80 X 50 X 90 X 70 X 40 X 0 X 80 X 70 X 90 X 70 X 0 X 100 X 70 X 100 X 90 X 50 X 100 X 80 X 90 X 40 X 90 X 60 X 50 X 10 X 0 X 50 X 60 X 40 X-9999 -9999 -9999 +USW00014922196702ACSH 100 X 60 X 90 X 40 X 30 X 0 X 100 X 90 X 100 X 90 X 0 X 100 X 60 X 100 X 100 X 50 X 100 X 70 X 90 X 50 X 90 X 30 X 40 X 0 X 0 X 50 X 70 X 30 X-9999 -9999 -9999 +USW00014922196702PSUN 0 X 62 X 1 X 80 X 86 X 100 X 37 X 14 X 22 X 22 X 100 X 0 X 58 X 14 X 0 X 78 X 0 X 54 X 10 X 80 X 12 X 84 X 64 X 100 X 100 X 78 X 42 X 81 X-9999 -9999 -9999 +USW00014922196702TSUN 0 X 366 X 30 X 474 X 516 X 600 X 198 X 84 X 132 X 132 X 618 X 0 X 360 X 90 X 0 X 492 X 0 X 342 X 66 X 516 X 78 X 546 X 414 X 654 X 654 X 516 X 282 X 540 X-9999 -9999 -9999 +USW00014922196702WDFM 360W X 360W X 225W X 315W X 360W X 45W X 225W X 225W X 270W X 315W X 315W X 135W X 135W X 360W X 360W X 135W X 90W X 90W X 315W X 315W X 360W X 360W X 360W X 315W X 180W X 180W X 315W X 360W X-9999 -9999 -9999 +USW00014922196702WESD 1115 X 1128 X 1123 X 1118 X 1168 X 1168 X 1168 X 1168 X 1168 X 1181 X 1181 X 1181 X 1196 X 1196 X 1242 X 1433 X 1440 X 1453 X 1499 X 1651 X 1651 X 1651 X 1664 X 1664 X 1664 X 1664 X 1659 X 1651 X-9999 -9999 -9999 +USW00014922196702WSFM 72 X 63 X 112 X 143 X 103 X 36 X 54 X 76 X 112 X 130 X 67 X 49 X 45 X 116 X 134 X 45 X 67 X 63 X 72 X 89 X 116 X 112 X 134 X 67 X 49 X 89 X 130 X 58 X-9999 -9999 -9999 +USW00014922196702WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196702WT08-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00014922196702WT09-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196702WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196702WT18 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922196703TMAX 17 0 39 0 -22 0 -17 0 -22 0 6 0 -111 0 -11 0 50 0 78 0 6 0 -17 0 -6 0 -6 0 -22 0 -28 0 -89 0 -11 0 11 0 11 0 22 0 72 0 56 0 83 0 89 0 33 0 56 0 111 0 156 0 267 0 156 0 +USW00014922196703TMIN -94 0 -22 0 -94 0 -100 0 -100 0 -156 0 -233 0 -217 0 -39 0 -17 0 -22 0 -39 0 -50 0 -67 0 -94 0 -122 0 -183 0 -167 0 -22 0 -11 0 -50 0 -56 0 -28 0 28 0 11 0 11 0 6 0 28 0 28 0 122 0 22 0 +USW00014922196703PRCP 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 71 0 0T 0 0T 0 0 0 0 0 25 0 71 0 30 0 0 0 0 0 46 0 0 0 +USW00014922196703SNOW 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 64 0 0T 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196703SNWD 584 0 559 0 508 0 508 0 483 0 457 0 457 0 457 0 457 0 381 0 330 0 305 0 305 0 305 0 279 0 254 0 229 0 229 0 229 0 229 0 279 0 254 0 152 0 102 0 51 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 +USW00014922196703ACMH 100 X 90 X 50 X 100 X 30 X 50 X 10 X 10 X 50 X 30 X 60 X 90 X 80 X 90 X 30 X 60 X 0 X 60 X 100 X 100 X 70 X 60 X 70 X 80 X 80 X 100 X 100 X 70 X 90 X 100 X 10 X +USW00014922196703ACSH 100 X 90 X 50 X 100 X 20 X 60 X 20 X 10 X 30 X 40 X 80 X 100 X 100 X 100 X 10 X 70 X 0 X 70 X 100 X 100 X 90 X 50 X 90 X 90 X 80 X 100 X 100 X 80 X 100 X 100 X 10 X +USW00014922196703PSUN 15 X 36 X 91 X 28 X 99 X 72 X 97 X 100 X 82 X 100 X 65 X 0 X 69 X 53 X 96 X 48 X 100 X 58 X 13 X 0 X 28 X 82 X 61 X 81 X 65 X 0 X 8 X 51 X 68 X 42 X 100 X +USW00014922196703TSUN 102 X 240 X 618 X 192 X 678 X 492 X 666 X 690 X 576 X 696 X 456 X 0 X 492 X 372 X 684 X 342 X 720 X 414 X 96 X 0 X 204 X 606 X 450 X 600 X 480 X 0 X 60 X 384 X 516 X 318 X 762 X +USW00014922196703WDFM 180W X 315W X 360W X 135W X 315W X 360W X 360W X 225W X 225W X 360W X 45W X 135W X 360W X 45W X 360W X 360W X 360W X 180W X 135W X 315W X 315W X 270W X 135W X 135W X 360W X 45W X 180W X 135W X 180W X 225W X 315W X +USW00014922196703WESD 1651 X 1646 X 1638 X 1638 X 1638 X 1638 X 1638 X 1638 X 1651 X 1549 X 1524 X 1511 X 1130 X 1115 X 1095 X 1082 X 1082 X 1082 X 1072 X 1001 X 1057 X 1016 X 902 X 826 X 445 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196703WSFM 116 X 85 X 89 X 40 X 85 X 130 X 112 X 116 X 89 X 80 X 89 X 76 X 63 X 76 X 76 X 116 X 76 X 63 X 67 X 63 X 94 X 67 X 76 X 125 X 72 X 89 X 54 X 63 X 125 X 201 X 72 X +USW00014922196703WT01-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922196703WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922196703WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196703WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196703WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922196703WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00014922196703WT18-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922196704TMAX 56 0 94 0 72 0 167 0 139 0 50 0 111 0 128 0 144 0 72 0 106 0 111 0 122 0 156 0 178 0 206 0 128 0 106 0 139 0 122 0 122 0 11 0 44 0 72 0 139 0 156 0 144 0 206 0 178 0 128 0-9999 +USW00014922196704TMIN -22 0 -11 0 -44 0 50 0 22 0 0 0 -39 0 67 0 -17 0 -50 0 -22 0 39 0 56 0 94 0 67 0 106 0 33 0 11 0 0 0 67 0 11 0 -39 0 -44 0 -6 0 22 0 56 0 0 0 56 0 122 0 50 0-9999 +USW00014922196704PRCP 137 0 231 0 0 0 0 0 198 0 8 0 0 0 10 0 0T 0 0 0 0 0 0T 0 15 0 89 0 0 0 0 0 5 0 0 0 0 0 28 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 310 0-9999 +USW00014922196704SNOW 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196704ACMH 70 X 60 X 0 X 40 X 80 X 100 X 20 X 100 X 50 X 30 X 20 X 100 X 100 X 80 X 70 X 60 X 100 X 50 X 10 X 90 X 50 X 100 X 90 X 70 X 100 X 80 X 10 X 80 X 100 X 90 X-9999 +USW00014922196704ACSH 90 X 70 X 0 X 70 X 100 X 100 X 0 X 90 X 50 X 50 X 20 X 100 X 100 X 70 X 70 X 80 X 100 X 50 X 10 X 100 X 60 X 100 X 80 X 60 X 100 X 80 X 0 X 90 X 100 X 100 X-9999 +USW00014922196704PSUN 70 X 61 X 100 X 94 X 51 X 0 X 100 X 18 X 60 X 100 X 94 X 8 X 0 X 50 X 67 X 72 X 0 X 63 X 100 X 0 X 95 X 14 X 59 X 60 X 64 X 70 X 96 X 73 X 13 X 0 X-9999 +USW00014922196704TSUN 534 X 468 X 774 X 726 X 396 X 0 X 786 X 138 X 474 X 792 X 750 X 60 X 0 X 402 X 540 X 582 X 0 X 516 X 822 X 0 X 786 X 120 X 492 X 498 X 534 X 588 X 816 X 618 X 108 X 0 X-9999 +USW00014922196704WDFM 315W X 315W X 180W X 225W X 90W X 360W X 360W X 180W X 315W X 360W X 135W X 180W X 135W X 270W X 270W X 270W X 315W X 360W X 135W X 180W X 270W X 315W X 360W X 360W X 45W X 315W X 360W X 180W X 135W X 90W X-9999 +USW00014922196704WSFM 85 X 121 X 80 X 152 X 116 X 72 X 67 X 116 X 152 X 72 X 80 X 107 X 89 X 107 X 107 X 112 X 143 X 80 X 103 X 130 X 107 X 116 X 76 X 54 X 49 X 76 X 63 X 148 X 80 X 174 X-9999 +USW00014922196704WT01 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922196704WT03 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922196704WT04 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196704WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922196704WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922196704WT16 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922196704WT18-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196705TMAX 89 0 39 0 50 0 83 0 133 0 156 0 172 0 161 0 172 0 111 0 111 0 133 0 156 0 167 0 156 0 222 0 228 0 294 0 144 0 150 0 178 0 217 0 256 0 217 0 267 0 283 0 233 0 167 0 222 0 239 0 239 0 +USW00014922196705TMIN 11 0 -33 0 -78 0 -56 0 -22 0 -6 0 56 0 67 0 28 0 50 0 11 0 -11 0 67 0 39 0 11 0 39 0 33 0 133 0 39 0 0 0 72 0 22 0 122 0 117 0 133 0 161 0 111 0 117 0 78 0 117 0 100 0 +USW00014922196705PRCP 25 0 0T 0 0T 0 0 0 0T 0 0 0 41 0 0 0 3 0 74 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 5 0 0T 0 0T 0 5 0 0 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00014922196705SNOW 8 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196705ACMH 60 X 60 X 40 X 40 X 30 X 20 X 60 X 50 X 40 X 100 X 70 X 80 X 70 X 50 X 10 X 50 X 50 X 50 X 20 X 60 X 30 X 70 X 30 X 60 X 50 X 70 X 70 X 100 X 40 X 90 X 80 X +USW00014922196705ACSH 70 X 50 X 60 X 50 X 40 X 20 X 80 X 60 X 20 X 100 X 80 X 80 X 50 X 60 X 10 X 70 X 60 X 80 X 30 X 60 X 40 X 80 X 30 X 80 X 70 X 80 X 90 X 100 X 50 X 80 X 90 X +USW00014922196705PSUN 49 X 71 X 54 X 68 X 80 X 81 X 29 X 76 X 77 X 0 X 30 X 65 X 80 X 83 X 99 X 81 X 91 X 64 X 99 X 57 X 85 X 64 X 94 X 57 X 59 X 91 X 73 X 7 X 99 X 96 X 84 X +USW00014922196705TSUN 420 X 606 X 468 X 588 X 690 X 708 X 252 X 666 X 672 X 0 X 264 X 576 X 708 X 738 X 876 X 720 X 816 X 576 X 888 X 510 X 768 X 576 X 852 X 522 X 534 X 834 X 672 X 60 X 912 X 882 X 780 X +USW00014922196705WDFM 225W X 315W X 270W X 270W X 225W X 270W X 315W X 315W X 360W X 135W X 45W X 135W X 315W X 315W X 315W X 270W X 225W X 315W X 315W X 135W X 45W X 180W X 180W X 135W X 135W X 360W X 90W X 90W X 135W X 135W X 90W X +USW00014922196705WSFM 165 X 130 X 76 X 58 X 63 X 63 X 152 X 134 X 72 X 103 X 103 X 49 X 54 X 80 X 63 X 89 X 72 X 161 X 148 X 80 X 67 X 139 X 116 X 76 X 103 X 98 X 76 X 80 X 89 X 134 X 112 X +USW00014922196705WT01-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196705WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196705WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196705WT16 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00014922196705WT18 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196706TMAX 256 0 272 0 289 0 250 0 206 0 256 0 200 0 200 0 228 0 178 0 183 0 250 0 283 0 294 0 261 0 228 0 250 0 250 0 244 0 267 0 233 0 272 0 189 0 183 0 239 0 233 0 256 0 267 0 289 0 306 0-9999 +USW00014922196706TMIN 111 0 111 0 128 0 150 0 183 0 167 0 156 0 128 0 117 0 144 0 128 0 150 0 172 0 206 0 183 0 161 0 139 0 144 0 161 0 144 0 139 0 111 0 117 0 100 0 89 0 133 0 139 0 139 0 178 0 178 0-9999 +USW00014922196706PRCP 0 0 0 0 0 0 107 0 43 0 13 0 297 0 8 0 0T 0 193 0 89 0 71 0 74 0 3 0 147 0 18 0 0 0 0 0 175 0 28 0 0 0 76 0 25 0 33 0 0 0 160 0 0T 0 0 0 0T 0 353 0-9999 +USW00014922196706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196706ACMH 10 X 20 X 40 X 90 X 100 X 100 X 100 X 90 X 80 X 100 X 100 X 70 X 90 X 70 X 100 X 90 X 10 X 50 X 70 X 30 X 20 X 50 X 60 X 90 X 10 X 80 X 60 X 40 X 40 X 30 X-9999 +USW00014922196706ACSH 20 X 30 X 30 X 90 X 100 X 100 X 100 X 90 X 80 X 100 X 100 X 80 X 90 X 70 X 100 X 100 X 20 X 40 X 80 X 30 X 30 X 50 X 70 X 100 X 0 X 90 X 60 X 40 X 40 X 20 X-9999 +USW00014922196706PSUN 100 X 82 X 97 X 39 X 0 X 40 X 1 X 41 X 45 X 0 X 1 X 65 X 60 X 76 X 42 X 37 X 99 X 90 X 42 X 83 X 100 X 76 X 82 X 39 X 100 X 22 X 73 X 90 X 74 X 82 X-9999 +USW00014922196706TSUN 924 X 762 X 894 X 366 X 0 X 372 X 6 X 384 X 420 X 0 X 12 X 612 X 564 X 714 X 396 X 342 X 930 X 846 X 396 X 780 X 936 X 714 X 768 X 366 X 936 X 210 X 684 X 846 X 690 X 768 X-9999 +USW00014922196706WDFM 90W X 225W X 180W X 270W X 135W X 180W X 90W X 270W X 135W X 45W X 45W X 225W X 270W X 180W X 270W X 45W X 90W X 135W X 270W X 270W X 315W X 360W X 45W X 360W X 270W X 135W X 270W X 315W X 315W X 315W X-9999 +USW00014922196706WSFM 85 X 67 X 143 X 85 X 49 X 80 X 116 X 107 X 49 X 54 X 76 X 94 X 107 X 85 X 134 X 72 X 80 X 80 X 116 X 134 X 107 X 89 X 67 X 40 X 58 X 76 X 54 X 40 X 54 X 250 X-9999 +USW00014922196706WT01-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196706WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922196706WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922196706WT08-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922196706WT16-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 +USW00014922196707TMAX 228 0 206 0 172 0 144 0 222 0 256 0 256 0 222 0 283 0 300 0 278 0 211 0 217 0 256 0 267 0 261 0 267 0 294 0 300 0 317 0 328 0 328 0 283 0 283 0 300 0 267 0 250 0 272 0 278 0 294 0 300 0 +USW00014922196707TMIN 133 0 100 0 83 0 94 0 72 0 111 0 144 0 172 0 194 0 200 0 178 0 139 0 117 0 122 0 122 0 161 0 128 0 144 0 178 0 178 0 194 0 194 0 172 0 144 0 144 0 167 0 128 0 111 0 150 0 161 0 167 0 +USW00014922196707PRCP 0 0 5 0 0T 0 0 0 0 0 0 0 3 0 119 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 15 0 0 0 0T 0 0 0 0 0 0 0 203 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922196707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196707ACMH 70 X 70 X 60 X 90 X 20 X 60 X 70 X 100 X 90 X 60 X 20 X 50 X 30 X 10 X 50 X 60 X 40 X 30 X 40 X 30 X 20 X 60 X 0 X 0 X 30 X 50 X 60 X 10 X 30 X 70 X 10 X +USW00014922196707ACSH 80 X 90 X 80 X 100 X 20 X 70 X 90 X 100 X 80 X 50 X 10 X 60 X 40 X 20 X 60 X 80 X 50 X 30 X 50 X 30 X 30 X 50 X 0 X 0 X 20 X 50 X 70 X 0 X 30 X 70 X 10 X +USW00014922196707PSUN 49 X 37 X 26 X 1 X 94 X 77 X 45 X 0 X 37 X 51 X 90 X 45 X 71 X 97 X 81 X 36 X 63 X 82 X 59 X 80 X 88 X 59 X 100 X 100 X 87 X 70 X 64 X 98 X 91 X 52 X 97 X +USW00014922196707TSUN 456 X 348 X 240 X 12 X 870 X 714 X 420 X 0 X 342 X 474 X 828 X 414 X 654 X 888 X 744 X 330 X 570 X 750 X 540 X 720 X 798 X 534 X 900 X 900 X 786 X 624 X 576 X 876 X 810 X 462 X 858 X +USW00014922196707WDFM 315W X 360W X 360W X 45W X 180W X 225W X 225W X 225W X 135W X 315W X 315W X 315W X 360W X 360W X 225W X 270W X 360W X 225W X 180W X 225W X 180W X 360W X 270W X 315W X 225W X 360W X 135W X 225W X 360W X 180W X 90W X +USW00014922196707WSFM 85 X 112 X 107 X 49 X 54 X 103 X 107 X 76 X 49 X 40 X 112 X 103 X 98 X 54 X 58 X 121 X 36 X 40 X 49 X 63 X 98 X 148 X 94 X 98 X 58 X 76 X 58 X 72 X 72 X 76 X 45 X +USW00014922196707WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196707WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196707WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196707WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196707WT16-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 +USW00014922196708TMAX 311 0 300 0 239 0 256 0 278 0 239 0 222 0 294 0 222 0 217 0 228 0 256 0 283 0 272 0 294 0 317 0 294 0 183 0 222 0 272 0 222 0 200 0 228 0 294 0 300 0 189 0 233 0 278 0 256 0 194 0 211 0 +USW00014922196708TMIN 206 0 150 0 144 0 139 0 122 0 156 0 156 0 178 0 133 0 100 0 94 0 94 0 128 0 167 0 161 0 183 0 183 0 78 0 39 0 94 0 122 0 111 0 139 0 200 0 167 0 100 0 67 0 94 0 139 0 78 0 50 0 +USW00014922196708PRCP 0T 0 5 0 5 0 0 0 0 0 307 0 0T 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 56 0 0 0 25 0 282 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196708ACMH 70 X 30 X 30 X 30 X 20 X 60 X 90 X 60 X 40 X 20 X 0 X 0 X 70 X 70 X 30 X 20 X 60 X 70 X 0 X 50 X 70 X 90 X 90 X 30 X 80 X 70 X 0 X 40 X 30 X 20 X 20 X +USW00014922196708ACSH 100 X 40 X 50 X 40 X 20 X 90 X 100 X 70 X 60 X 40 X 10 X 0 X 80 X 70 X 20 X 20 X 50 X 90 X 10 X 70 X 80 X 90 X 100 X 10 X 100 X 80 X 0 X 50 X 40 X 30 X 30 X +USW00014922196708PSUN 28 X 81 X 67 X 84 X 95 X 26 X 4 X 54 X 64 X 77 X 100 X 100 X 72 X 42 X 83 X 77 X 74 X 14 X 99 X 89 X 66 X 45 X 19 X 86 X 42 X 26 X 99 X 71 X 87 X 92 X 99 X +USW00014922196708TSUN 246 X 714 X 588 X 732 X 828 X 228 X 36 X 468 X 552 X 660 X 858 X 852 X 612 X 354 X 702 X 654 X 624 X 120 X 828 X 744 X 600 X 372 X 156 X 708 X 342 X 216 X 804 X 576 X 696 X 738 X 792 X +USW00014922196708WDFM 270W X 270W X 315W X 315W X 225W X 360W X 135W X 315W X 360W X 45W X 135W X 180W X 225W X 225W X 180W X 180W X 360W X 360W X 270W X 45W X 90W X 135W X 180W X 180W X 45W X 360W X 270W X 180W X 360W X 45W X 270W X +USW00014922196708WSFM 116 X 139 X 116 X 54 X 45 X 282 X 58 X 89 X 80 X 40 X 40 X 49 X 72 X 76 X 67 X 107 X 85 X 85 X 49 X 72 X 94 X 85 X 76 X 107 X 67 X 112 X 40 X 80 X 89 X 80 X-9999 +USW00014922196708WT01-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196708WT03 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196708WT05-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196708WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196708WT16 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922196709TMAX 222 0 222 0 244 0 244 0 250 0 261 0 278 0 261 0 206 0 189 0 244 0 256 0 200 0 239 0 233 0 261 0 261 0 267 0 267 0 256 0 200 0 206 0 183 0 200 0 278 0 217 0 117 0 128 0 172 0 250 0-9999 +USW00014922196709TMIN 56 0 78 0 89 0 89 0 94 0 106 0 133 0 139 0 94 0 61 0 89 0 139 0 106 0 117 0 122 0 128 0 139 0 172 0 133 0 161 0 94 0 39 0 72 0 17 0 67 0 67 0 22 0 -11 0 -22 0 28 0-9999 +USW00014922196709PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 18 0 84 0 0 0 0T 0 25 0 0 0 8 0 0 0 18 0 0 0 0 0 0T 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0-9999 +USW00014922196709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196709ACMH 10 X 0 X 0 X 10 X 0 X 10 X 0 X 0 X 10 X 70 X 60 X 90 X 90 X 90 X 60 X 60 X 60 X 90 X 70 X 70 X 20 X 0 X 40 X 0 X 60 X 100 X 50 X 0 X 0 X 0 X-9999 +USW00014922196709ACSH 20 X 10 X 0 X 20 X 0 X 10 X 0 X 0 X 10 X 90 X 70 X 90 X 100 X 80 X 50 X 60 X 70 X 100 X 90 X 80 X 20 X 10 X 50 X 10 X 80 X 100 X 50 X 10 X 0 X 0 X-9999 +USW00014922196709PSUN 97 X 100 X 100 X 100 X 100 X 100 X 99 X 97 X 100 X 96 X 92 X 42 X 17 X 40 X 80 X 88 X 89 X 67 X 90 X 76 X 98 X 100 X 96 X 100 X 91 X 2 X 71 X 97 X 100 X 100 X-9999 +USW00014922196709TSUN 774 X 792 X 792 X 786 X 786 X 780 X 768 X 750 X 774 X 738 X 708 X 318 X 132 X 300 X 606 X 660 X 666 X 498 X 666 X 564 X 726 X 732 X 696 X 726 X 660 X 12 X 510 X 690 X 708 X 708 X-9999 +USW00014922196709WDFM 135W X 180W X 180W X 180W X 225W X 225W X 225W X 315W X 45W X 135W X 180W X 180W X 270W X 180W X 135W X 180W X 180W X 135W X 180W X 270W X 315W X 225W X 315W X 225W X 225W X 360W X 315W X 135W X 315W X 180W X-9999 +USW00014922196709WSFM 58 X 76 X 85 X 45 X 49 X 58 X 112 X 94 X 67 X 76 X 94 X 94 X 58 X 103 X 54 X 63 X 49 X 76 X 36 X 94 X 89 X 76 X 121 X 76 X 112 X 107 X 63 X 36 X 31 X 49 X-9999 +USW00014922196709WT01-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196709WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196709WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196709WT08-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922196709WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922196710TMAX 294 0 289 0 228 0 256 0 161 0 161 0 89 0 83 0 67 0 39 0 72 0 200 0 178 0 117 0 161 0 156 0 150 0 128 0 139 0 111 0 128 0 244 0 228 0 161 0 33 0 33 0 22 0 33 0 61 0 78 0 122 0 +USW00014922196710TMIN 89 0 94 0 117 0 117 0 44 0 50 0 61 0 50 0 22 0 11 0 0 0 17 0 61 0 22 0 17 0 -17 0 11 0 -6 0 -28 0 6 0 -50 0 72 0 67 0 33 0 6 0 0 0 -39 0 -78 0 6 0 -22 0 -44 0 +USW00014922196710PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 175 0 0T 0 13 0 0 0 0 0 0T 0 3 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 69 0 48 0 0T 0 0 0 0T 0 18 0 109 0 0 0 0 0 +USW00014922196710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 5 0 0T 0 0 0 0 0 +USW00014922196710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922196710ACMH 20 X 30 X 80 X 20 X 50 X 70 X 100 X 100 X 100 X 100 X 50 X 80 X 30 X 90 X 40 X 20 X 20 X 10 X 30 X 0 X 0 X 0 X 70 X 100 X 100 X 100 X 90 X 80 X 100 X 70 X 10 X +USW00014922196710ACSH 20 X 40 X 100 X 40 X 50 X 50 X 100 X 100 X 100 X 100 X 50 X 100 X 30 X 100 X 70 X 10 X 10 X 10 X 30 X 0 X 10 X 0 X 50 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 20 X +USW00014922196710PSUN 95 X 100 X 87 X 86 X 78 X 88 X 0 X 4 X 5 X 0 X 80 X 80 X 86 X 3 X 64 X 92 X 94 X 95 X 99 X 100 X 100 X 100 X 82 X 6 X 0 X 17 X 1 X 67 X 0 X 81 X 100 X +USW00014922196710TSUN 666 X 702 X 606 X 600 X 540 X 606 X 0 X 30 X 36 X 0 X 534 X 534 X 570 X 18 X 420 X 606 X 612 X 624 X 642 X 648 X 642 X 642 X 522 X 36 X 0 X 108 X 6 X 420 X 0 X 498 X 612 X +USW00014922196710WDFM 180W X 360W X 135W X 360W X 90W X 135W X 135W X 315W X 360W X 360W X 135W X 180W X 270W X 90W X 360W X 225W X 270W X 360W X 180W X 315W X 135W X 225W X 180W X 315W X 315W X 315W X 360W X 180W X 135W X 360W X 225W X +USW00014922196710WSFM 121 X 103 X 80 X 80 X 67 X 89 X 76 X 103 X 98 X 85 X 40 X 116 X 121 X 80 X 76 X 85 X 125 X 116 X 112 X 130 X 67 X 148 X 112 X 134 X 130 X 58 X 76 X 112 X 80 X 40 X 58 X +USW00014922196710WT01-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922196710WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196710WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922196710WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196710WT08-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922196710WT16-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922196710WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00014922196711TMAX 89 0 67 0 0 0 -17 0 -17 0 28 0 17 0 128 0 106 0 144 0 150 0 83 0 44 0 56 0 22 0 89 0 83 0 56 0 0 0 22 0 39 0 6 0 39 0 28 0 50 0 -17 0 -72 0 -78 0 -61 0 -6 0-9999 +USW00014922196711TMIN 6 0 -28 0 -56 0 -50 0 -67 0 -94 0 -94 0 -50 0 -33 0 44 0 -6 0 -33 0 -28 0 -44 0 -89 0 -22 0 28 0 -56 0 -61 0 -33 0 0 0 -89 0 -89 0 -22 0 -39 0 -83 0 -117 0 -150 0 -106 0 -61 0-9999 +USW00014922196711PRCP 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 5 0 0T 0 3 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 5 0 0T 0 0T 0 0 0 10 0 0T 0-9999 +USW00014922196711SNOW 0 0 0 0 5 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 3 0 0T 0 0T 0 0 0 10 0 0T 0-9999 +USW00014922196711SNWD 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0-9999 +USW00014922196711ACMH 80 X 60 X 100 X 100 X 90 X 30 X 0 X 10 X 40 X 90 X 50 X 90 X 60 X 50 X 60 X 80 X 70 X 50 X 80 X 100 X 100 X 90 X 90 X 100 X 70 X 30 X 20 X 40 X 100 X 90 X-9999 +USW00014922196711ACSH 90 X 90 X 100 X 100 X 100 X 20 X 10 X 20 X 30 X 90 X 80 X 100 X 20 X 70 X 70 X 90 X 70 X 50 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 50 X 20 X 10 X 100 X 90 X-9999 +USW00014922196711PSUN 17 X 28 X 7 X 0 X 0 X 82 X 100 X 83 X 82 X 20 X 45 X 0 X 71 X 55 X 80 X 33 X 40 X 66 X 56 X 6 X 12 X 0 X 0 X 0 X 27 X 54 X 85 X 84 X 0 X 2 X-9999 +USW00014922196711TSUN 102 X 168 X 42 X 0 X 0 X 492 X 594 X 492 X 480 X 120 X 264 X 0 X 414 X 318 X 462 X 186 X 228 X 378 X 318 X 36 X 66 X 0 X 0 X 0 X 150 X 300 X 468 X 456 X 0 X 12 X-9999 +USW00014922196711WDFM 360W X 360W X 360W X 315W X 315W X 315W X 180W X 225W X 180W X 180W X 315W X 360W X 270W X 360W X 180W X 225W X 315W X 315W X 90W X 180W X 315W X 360W X 180W X 270W X 315W X 270W X 270W X 315W X 135W X 180W X-9999 +USW00014922196711WSFM 76 X 76 X 72 X 80 X 72 X 98 X 36 X 94 X 49 X 89 X 130 X 125 X 76 X 103 X 72 X 72 X 156 X 152 X 49 X 76 X 94 X 76 X 80 X 76 X 80 X 134 X 103 X 54 X 63 X 58 X-9999 +USW00014922196711WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922196711WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196711WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922196711WT08 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922196711WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922196711WT18-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00014922196712TMAX 6 0 6 0 72 0 44 0 33 0 39 0 33 0 28 0 11 0 -11 0 11 0 17 0 -33 0 -83 0 -33 0 28 0 44 0 28 0 17 0 106 0 106 0 -128 0 -28 0 0 0 -39 0 -78 0 -128 0 -83 0 -44 0 -89 0 -217 0 +USW00014922196712TMIN -22 0 -89 0 -94 0 -56 0 -78 0 -44 0 22 0 11 0 -22 0 -28 0 -28 0 -44 0 -100 0 -139 0 -156 0 -111 0 0 0 -72 0 -100 0 -6 0 -167 0 -178 0 -189 0 -83 0 -150 0 -189 0 -206 0 -183 0 -122 0 -250 0 -300 0 +USW00014922196712PRCP 0T 0 5 0 0 0 0 0 0 0 0T 0 3 0 0T 0 25 0 0T 0 15 0 0T 0 0T 0 0 0 0 0 8 0 38 0 0 0 0 0 13 0 0T 0 0 0 0T 0 3 0 0T 0 0T 0 0 0 0 0 5 0 0T 0 0 0 +USW00014922196712SNOW 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 33 0 0T 0 8 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 3 0 0T 0 0T 0 0 0 0 0 13 0 0T 0 0 0 +USW00014922196712SNWD 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 +USW00014922196712ACMH 100 X 70 X 30 X 40 X 40 X 80 X 100 X 100 X 100 X 100 X 100 X 90 X 50 X 40 X 0 X 60 X 100 X 10 X 50 X 100 X 90 X 0 X 60 X 100 X 50 X 50 X 50 X 30 X 90 X 70 X 30 X +USW00014922196712ACSH 100 X 90 X 50 X 80 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 30 X 90 X 0 X 60 X 100 X 10 X 50 X 100 X 100 X 0 X 40 X 100 X 10 X 50 X 80 X 40 X 100 X 80 X 20 X +USW00014922196712PSUN 0 X 0 X 98 X 79 X 61 X 0 X 0 X 0 X 0 X 0 X 0 X 4 X 99 X 66 X 100 X 26 X 0 X 99 X 98 X 0 X 16 X 100 X 57 X 0 X 76 X 74 X 28 X 69 X 0 X 52 X 100 X +USW00014922196712TSUN 0 X 0 X 528 X 426 X 330 X 0 X 0 X 0 X 0 X 0 X 0 X 24 X 480 X 348 X 528 X 138 X 0 X 522 X 516 X 0 X 84 X 528 X 300 X 0 X 402 X 390 X 150 X 366 X 0 X 276 X 528 X +USW00014922196712WDFM 180W X 360W X 225W X 180W X 135W X 135W X 45W X 90W X 90W X 135W X 225W X 315W X 315W X 315W X 270W X 180W X 225W X 270W X 45W X 180W X 315W X 315W X 225W X 360W X 360W X 270W X 360W X 180W X 315W X 315W X 360W X +USW00014922196712WSFM 107 X 63 X 76 X 63 X 40 X 49 X 49 X 63 X 72 X 40 X 98 X 112 X 76 X 67 X 76 X 76 X 170 X 94 X 31 X 76 X 125 X 89 X 80 X 89 X 112 X 58 X 40 X 27 X 85 X 107 X 76 X +USW00014922196712WT01 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196712WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196712WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196712WT06 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196712WT08 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922196712WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196712WT16 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196712WT18 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00014922196801TMAX -94 0 -178 0 -156 0 -172 0 -128 0 -250 0 -172 0 -89 0 -83 0 -94 0 -39 0 -56 0 -39 0 -39 0 -39 0 6 0 11 0 -6 0 22 0 50 0 44 0 28 0 -78 0 -44 0 11 0 6 0 -22 0 11 0 17 0 22 0 22 0 +USW00014922196801TMIN -217 0 -239 0 -289 0 -283 0 -261 0 -294 0 -294 0 -189 0 -211 0 -244 0 -122 0 -72 0 -144 0 -172 0 -133 0 -128 0 -100 0 -89 0 -100 0 -44 0 -111 0 -78 0 -156 0 -128 0 -56 0 -22 0 -39 0 -33 0 -156 0 -189 0 11 0 +USW00014922196801PRCP 13 0 0T 0 0T 0 8 0 13 0 0 0 0 0 0T 0 0T 0 0 0 13 0 64 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 13 0 0T 0 0 0 46 0 10 0 3 0 0T 0 0T 0 +USW00014922196801SNOW 28 0 3 0 0T 0 8 0 33 0 0 0 0 0 3 0 0T 0 0 0 28 0 97 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 15 0 0T 0 0 0 56 0 0 0 0 0 0 0 0 0 +USW00014922196801SNWD 25 0 51 0 51 0 51 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 127 0 178 0 152 0 152 0 152 0 127 0 127 0 127 0 102 0 76 0 51 0 51 0 51 0 51 0 51 0 51 0 76 0 51 0 51 0 51 0 +USW00014922196801ACMH 90 X 90 X 50 X 30 X 80 X 60 X 20 X 90 X 10 X 60 X 100 X 100 X 80 X 50 X 80 X 30 X 10 X 70 X 50 X 50 X 60 X 70 X 20 X 100 X 90 X 90 X 100 X 100 X 50 X 60 X 100 X +USW00014922196801ACSH 90 X 100 X 50 X 0 X 80 X 100 X 0 X 90 X 10 X 80 X 100 X 100 X 80 X 70 X 100 X 30 X 20 X 60 X 90 X 60 X 90 X 100 X 0 X 100 X 90 X 90 X 100 X 100 X 50 X 90 X 100 X +USW00014922196801PSUN 18 X 3 X 80 X 90 X 55 X 30 X 100 X 9 X 100 X 54 X 0 X 0 X 34 X 52 X 0 X 96 X 95 X 47 X 39 X 86 X 66 X 0 X 100 X 0 X 0 X 24 X 0 X 0 X 84 X 87 X 0 X +USW00014922196801TSUN 96 X 18 X 426 X 480 X 294 X 162 X 540 X 48 X 540 X 294 X 0 X 0 X 186 X 282 X 0 X 528 X 522 X 264 X 216 X 480 X 372 X 0 X 564 X 0 X 0 X 138 X 0 X 0 X 486 X 504 X 0 X +USW00014922196801WDFM 180W X 360W X 315W X 315W X 315W X 360W X 270W X 180W X 315W X 135W X 180W X 135W X 360W X 360W X 225W X 180W X 225W X 315W X 225W X 270W X 225W X 360W X 360W X 180W X 180W X 45W X 45W X 180W X 315W X 180W X 180W X +USW00014922196801WESD-9999 18 X 18 X 18 X 38 X 38 X 38 X 38 X 38 X 38 X 38 X 81 X 114 X 114 X 114 X 114 X 114 X 114 X 114 X 109 X 102 X 81 X 81 X 81 X 94 X 94 X 94 X 140 X 152 X 152 X 147 X +USW00014922196801WSFM 98 X 54 X 98 X 103 X 112 X 67 X 54 X 134 X 107 X 72 X 98 X 58 X 63 X 58 X 45 X 76 X 45 X 94 X 76 X 54 X 63 X 112 X 76 X 107 X 98 X 76 X 98 X 76 X 107 X 94 X 76 X +USW00014922196801WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X +USW00014922196801WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196801WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196801WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922196801WT08-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196801WT09-9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196801WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00014922196801WT18 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922196802TMAX 17 0 -28 0 6 0 39 0 56 0 22 0 -44 0 -6 0 -83 0 -144 0 -117 0 -117 0 -94 0 -44 0 -61 0 -56 0 -128 0 -83 0 -61 0 -106 0 -133 0 -89 0 -44 0 6 0 17 0 22 0 0 0 -28 0 -22 0-9999 -9999 +USW00014922196802TMIN -28 0 -122 0 -161 0 -67 0 -67 0 -67 0 -122 0 -133 0 -200 0 -217 0 -228 0 -156 0 -161 0 -167 0 -111 0 -189 0 -194 0 -200 0 -122 0 -189 0 -239 0 -222 0 -178 0 -167 0 -72 0 -33 0 -44 0 -100 0 -161 0-9999 -9999 +USW00014922196802PRCP 13 0 0T 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0T 0 5 0 5 0 0 0-9999 -9999 +USW00014922196802SNOW 23 0 0T 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0T 0 5 0 18 0 0 0-9999 -9999 +USW00014922196802SNWD 51 0 76 0 76 0 76 0 51 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0-9999 -9999 +USW00014922196802ACMH 100 X 30 X 50 X 0 X 30 X 60 X 40 X 50 X 20 X 10 X 40 X 60 X 50 X 0 X 20 X 50 X 50 X 20 X 100 X 30 X 0 X 0 X 20 X 10 X 90 X 80 X 100 X 60 X 40 X-9999 -9999 +USW00014922196802ACSH 100 X 10 X 70 X 0 X 10 X 60 X 50 X 60 X 30 X 0 X 50 X 80 X 70 X 0 X 10 X 60 X 60 X 10 X 100 X 10 X 0 X 0 X 30 X 0 X 100 X 80 X 100 X 70 X 50 X-9999 -9999 +USW00014922196802PSUN 0 X 100 X 94 X 100 X 100 X 51 X 80 X 81 X 99 X 100 X 92 X 47 X 48 X 100 X 99 X 58 X 88 X 100 X 45 X 93 X 100 X 100 X 93 X 100 X 17 X 20 X 3 X 73 X 100 X-9999 -9999 +USW00014922196802TSUN 0 X 588 X 504 X 594 X 600 X 306 X 486 X 492 X 606 X 618 X 570 X 288 X 294 X 624 X 618 X 366 X 552 X 636 X 288 X 594 X 642 X 648 X 600 X 654 X 108 X 132 X 18 X 486 X 666 X-9999 -9999 +USW00014922196802WDFM 360W X 360W X 135W X 360W X 180W X 315W X 360W X 360W X 360W X 360W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 270W X 360W X 315W X 360W X 315W X 360W X 180W X 180W X 315W X 315W X 45W X 225W X-9999 -9999 +USW00014922196802WESD 147 X 160 X 157 X 155 X 147 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196802WSFM 76 X 76 X 58 X 40 X 49 X 121 X 98 X 116 X 107 X 76 X 85 X 76 X 67 X 67 X 76 X 197 X 112 X 58 X 67 X 89 X 67 X 76 X 36 X 45 X 72 X 80 X 85 X 98 X 67 X-9999 -9999 +USW00014922196802WT01 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922196802WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196802WT06 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196802WT08-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922196802WT16 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196802WT18 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922196803TMAX 72 0 -17 0 56 0 122 0 61 0 67 0 144 0 61 0 89 0 39 0 -11 0 -17 0 17 0 111 0 178 0 156 0 200 0 133 0 100 0 -6 0 -28 0 -33 0 61 0 189 0 211 0 200 0 161 0 233 0 161 0 283 0 117 0 +USW00014922196803TMIN -50 0 -100 0 -122 0 -44 0 -17 0 -33 0 6 0 28 0 -22 0 -61 0 -94 0 -128 0 -100 0 -11 0 -33 0 -17 0 50 0 89 0 -11 0 -67 0 -94 0 -78 0 -83 0 -39 0 67 0 6 0 72 0 28 0 50 0 50 0 -17 0 +USW00014922196803PRCP 0T 0 3 0 0 0 0 0 10 0 0 0 0 0 25 0 0T 0 0 0 0T 0 0 0 0 0 8 0 0T 0 0 0 0T 0 272 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 163 0 0 0 0 0 0 0 0 0 +USW00014922196803SNOW 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196803SNWD 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196803ACMH 60 X 20 X 0 X 30 X 80 X 50 X 40 X 100 X 90 X 60 X 20 X 0 X 50 X 80 X 40 X 20 X 90 X 90 X 80 X 90 X 70 X 90 X 10 X 60 X 70 X 60 X 90 X 60 X 30 X 20 X 30 X +USW00014922196803ACSH 60 X 10 X 0 X 40 X 100 X 50 X 50 X 100 X 90 X 80 X 30 X 0 X 50 X 100 X 30 X 40 X 100 X 100 X 100 X 100 X 80 X 90 X 20 X 70 X 50 X 50 X 90 X 80 X 20 X 30 X 20 X +USW00014922196803PSUN 69 X 93 X 100 X 96 X 34 X 91 X 100 X 0 X 35 X 99 X 78 X 100 X 90 X 45 X 100 X 99 X 55 X 6 X 10 X 13 X 67 X 31 X 100 X 72 X 77 X 86 X 23 X 85 X 90 X 90 X 93 X +USW00014922196803TSUN 462 X 624 X 678 X 648 X 234 X 624 X 690 X 0 X 246 X 690 X 546 X 702 X 636 X 318 X 714 X 708 X 396 X 42 X 72 X 96 X 492 X 228 X 738 X 534 X 570 X 648 X 174 X 642 X 684 X 684 X 708 X +USW00014922196803WDFM 315W X 45W X 270W X 270W X 360W X 135W X 225W X 225W X 315W X 360W X 360W X 360W X 135W X 180W X 315W X 135W X 225W X 180W X 225W X 315W X 360W X 315W X 270W X 225W X 315W X 135W X 270W X 225W X 315W X 225W X 315W X +USW00014922196803WSFM 116 X 121 X 80 X 45 X 107 X 58 X 112 X 49 X 116 X 80 X 76 X 67 X 40 X 134 X 80 X 54 X 179 X 116 X 121 X 103 X 76 X 63 X 63 X 67 X 103 X 72 X 148 X 134 X 80 X 143 X 134 X +USW00014922196803WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922196803WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196803WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922196803WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196803WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196803WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196803WT16 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922196803WT18 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196804TMAX 144 0 172 0 94 0 17 0 61 0 133 0 117 0 122 0 117 0 178 0 283 0 222 0 106 0 50 0 189 0 211 0 183 0 156 0 172 0 178 0 189 0 206 0 128 0 67 0 122 0 161 0 167 0 183 0 222 0 300 0-9999 +USW00014922196804TMIN -67 0 56 0 17 0 -50 0 -78 0 0 0 50 0 17 0 -17 0 -11 0 61 0 67 0 17 0 -17 0 -22 0 89 0 106 0 67 0 72 0 94 0 83 0 100 0 17 0 -11 0 -28 0 6 0 50 0 72 0 56 0 56 0-9999 +USW00014922196804PRCP 0 0 0T 0 61 0 10 0 0 0 0 0 30 0 20 0 3 0 0 0 0 0 0 0 58 0 41 0 0 0 0 0 0T 0 0T 0 48 0 206 0 0 0 33 0 221 0 0T 0 0 0 0 0 15 0 0T 0 0 0 0 0-9999 +USW00014922196804SNOW 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196804SNWD 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196804ACMH 40 X 90 X 100 X 70 X 0 X 70 X 100 X 90 X 50 X 50 X 20 X 60 X 100 X 80 X 50 X 80 X 100 X 90 X 100 X 100 X 50 X 100 X 100 X 80 X 10 X 10 X 90 X 60 X 20 X 20 X-9999 +USW00014922196804ACSH 40 X 80 X 100 X 90 X 0 X 90 X 100 X 90 X 70 X 50 X 10 X 70 X 100 X 90 X 50 X 80 X 100 X 90 X 100 X 100 X 30 X 100 X 100 X 90 X 20 X 10 X 100 X 60 X 30 X 20 X-9999 +USW00014922196804PSUN 80 X 70 X 0 X 15 X 100 X 68 X 3 X 36 X 62 X 65 X 95 X 71 X 17 X 7 X 96 X 67 X 7 X 40 X 15 X 24 X 83 X 13 X 0 X 19 X 99 X 99 X 28 X 60 X 83 X 96 X-9999 +USW00014922196804TSUN 618 X 534 X 0 X 114 X 780 X 528 X 24 X 282 X 492 X 516 X 762 X 564 X 138 X 54 X 774 X 540 X 60 X 324 X 126 X 198 X 684 X 108 X 6 X 162 X 834 X 834 X 234 X 510 X 708 X 816 X-9999 +USW00014922196804WDFM 225W X 135W X 45W X 360W X 180W X 180W X 270W X 315W X 315W X 315W X 225W X 360W X 315W X 315W X 225W X 180W X 360W X 360W X 90W X 135W X 315W X 135W X 360W X 315W X 270W X 315W X 225W X 360W X 315W X 315W X-9999 +USW00014922196804WSFM 112 X 89 X 116 X 134 X 72 X 130 X 134 X 143 X 112 X 76 X 85 X 116 X 134 X 121 X 107 X 125 X 94 X 76 X 116 X 148 X 89 X 89 X 188 X 161 X 67 X 85 X 76 X 58 X 112 X 112 X-9999 +USW00014922196804WT01-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196804WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196804WT04-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196804WT06-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196804WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196804WT16-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922196804WT18-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196805TMAX 239 0 272 0 200 0 111 0 150 0 156 0 128 0 139 0 150 0 167 0 122 0 183 0 250 0 239 0 272 0 89 0 150 0 83 0 156 0 178 0 194 0 211 0 156 0 111 0 189 0 100 0 139 0 189 0 183 0 206 0 194 0 +USW00014922196805TMIN 89 0 139 0 89 0 11 0 -17 0 67 0 83 0 67 0 50 0 6 0 78 0 56 0 83 0 144 0 89 0 39 0 11 0 33 0 72 0 44 0 50 0 100 0 56 0 28 0 100 0 67 0 72 0 72 0 83 0 78 0 133 0 +USW00014922196805PRCP 0 0 0 0 0T 0 5 0 0 0 13 0 30 0 15 0 0T 0 0 0 3 0 3 0 0 0 36 0 221 0 15 0 28 0 41 0 8 0 0T 0 0 0 0 0 0 0 231 0 51 0 130 0 3 0 0T 0 0T 0 0 0 119 0 +USW00014922196805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196805ACMH 10 X 60 X 50 X 70 X 30 X 100 X 90 X 80 X 60 X 30 X 100 X 50 X 80 X 60 X 60 X 90 X 60 X 100 X 70 X 80 X 60 X 80 X 10 X 80 X 100 X 100 X 90 X 80 X 70 X 70 X 100 X +USW00014922196805ACSH 0 X 40 X 40 X 100 X 10 X 100 X 100 X 80 X 70 X 30 X 100 X 40 X 70 X 70 X 60 X 100 X 60 X 100 X 80 X 80 X 50 X 90 X 20 X 90 X 100 X 100 X 100 X 90 X 90 X 80 X 100 X +USW00014922196805PSUN 99 X 78 X 87 X 10 X 97 X 1 X 0 X 27 X 41 X 93 X 25 X 74 X 66 X 59 X 57 X 1 X 72 X 5 X 53 X 59 X 81 X 39 X 94 X 1 X 24 X 0 X 3 X 25 X 15 X 58 X 2 X +USW00014922196805TSUN 846 X 672 X 750 X 84 X 834 X 6 X 0 X 234 X 360 X 816 X 222 X 654 X 582 X 528 X 504 X 12 X 648 X 48 X 474 X 528 X 726 X 354 X 816 X 6 X 216 X 0 X 24 X 228 X 138 X 528 X 18 X +USW00014922196805WDFM 180W X 360W X 360W X 315W X 135W X 135W X 180W X 225W X 315W X 180W X 270W X 270W X 135W X 135W X 360W X 315W X 315W X 360W X 360W X 360W X 315W X 225W X 360W X 90W X 135W X 45W X 315W X 45W X 360W X 180W X 180W X +USW00014922196805WSFM 72 X 94 X 130 X 89 X 49 X 139 X 143 X 161 X 76 X 54 X 54 X 67 X 112 X 76 X 125 X 125 X 107 X 85 X 94 X 80 X 49 X 49 X 85 X 85 X 107 X 94 X 63 X 49 X 45 X 31 X 58 X +USW00014922196805WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922196805WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X +USW00014922196805WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196805WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196805WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922196805WT16-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00014922196806TMAX 233 0 239 0 283 0 356 0 322 0 322 0 322 0 317 0 289 0 283 0 228 0 222 0 228 0 206 0 178 0 200 0 239 0 261 0 256 0 256 0 244 0 272 0 250 0 200 0 172 0 128 0 211 0 217 0 272 0 283 0-9999 +USW00014922196806TMIN 83 0 89 0 133 0 172 0 211 0 217 0 206 0 200 0 200 0 194 0 156 0 133 0 128 0 94 0 56 0 128 0 117 0 150 0 150 0 156 0 156 0 122 0 172 0 161 0 100 0 94 0 83 0 100 0 128 0 144 0-9999 +USW00014922196806PRCP 0 0 0 0 0T 0 0 0 13 0 0 0 0 0 58 0 8 0 272 0 203 0 0 0 434 0 0 0 0 0 0T 0 0T 0 71 0 0 0 264 0 127 0 0 0 0T 0 8 0 86 0 170 0 0 0 8 0 0T 0 0T 0-9999 +USW00014922196806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196806ACMH 20 X 60 X 40 X 60 X 60 X 60 X 80 X 90 X 90 X 80 X 100 X 40 X 100 X 40 X 70 X 90 X 70 X 60 X 20 X 90 X 50 X 40 X 90 X 90 X 100 X 90 X 40 X 60 X 70 X 80 X-9999 +USW00014922196806ACSH 10 X 80 X 50 X 80 X 70 X 70 X 100 X 90 X 90 X 80 X 100 X 30 X 100 X 40 X 70 X 90 X 70 X 60 X 20 X 100 X 50 X 40 X 100 X 100 X 100 X 100 X 40 X 90 X 80 X 90 X-9999 +USW00014922196806PSUN 99 X 96 X 66 X 90 X 85 X 77 X 81 X 43 X 63 X 72 X 10 X 90 X 28 X 89 X 72 X 28 X 79 X 76 X 100 X 17 X 75 X 87 X 26 X 0 X 0 X 3 X 84 X 29 X 55 X 33 X-9999 +USW00014922196806TSUN 912 X 888 X 612 X 840 X 786 X 714 X 756 X 402 X 588 X 672 X 90 X 846 X 258 X 834 X 672 X 264 X 744 X 708 X 936 X 156 X 702 X 816 X 240 X 0 X 0 X 30 X 780 X 270 X 516 X 312 X-9999 +USW00014922196806WDFM 315W X 315W X 180W X 225W X 225W X 225W X 180W X 270W X 135W X 270W X 270W X 360W X 315W X 315W X 315W X 225W X 180W X 45W X 360W X 180W X 135W X 180W X 225W X 90W X 45W X 45W X 360W X 135W X 135W X 270W X-9999 +USW00014922196806WSFM 134 X 80 X 72 X 116 X 112 X 89 X 98 X 121 X 54 X 143 X 125 X 76 X 179 X 80 X 49 X 54 X 72 X 89 X 36 X 156 X 116 X 76 X 98 X 80 X 94 X 94 X 89 X 72 X 63 X 139 X-9999 +USW00014922196806WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 +USW00014922196806WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196806WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196806WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922196806WT16-9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00014922196807TMAX 194 0 211 0 256 0 278 0 272 0 306 0 294 0 322 0 228 0 261 0 322 0 267 0 322 0 278 0 322 0 306 0 294 0 294 0 267 0 267 0 300 0 256 0 256 0 267 0 267 0 278 0 228 0 233 0 261 0 294 0 228 0 +USW00014922196807TMIN 139 0 111 0 100 0 156 0 122 0 150 0 183 0 189 0 144 0 106 0 161 0 206 0 206 0 211 0 244 0 228 0 211 0 183 0 150 0 161 0 178 0 122 0 172 0 178 0 150 0 194 0 139 0 111 0 117 0 183 0 133 0 +USW00014922196807PRCP 0T 0 0 0 0T 0 0 0 0 0 20 0 13 0 0 0 0 0 0 0 0T 0 480 0 386 0 315 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 76 0 0 0 0T 0 46 0 0T 0 0 0 0 0 305 0 0T 0 +USW00014922196807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196807ACMH 60 X 30 X 10 X 10 X 30 X 70 X 50 X 60 X 0 X 30 X 70 X 100 X 90 X 100 X 70 X 60 X 80 X 10 X 10 X 50 X 30 X 40 X 70 X 50 X 50 X 100 X 10 X 20 X 60 X 80 X 50 X +USW00014922196807ACSH 70 X 20 X 10 X 10 X 30 X 60 X 40 X 60 X 0 X 30 X 70 X 100 X 80 X 100 X 80 X 60 X 80 X 20 X 20 X 70 X 30 X 40 X 80 X 60 X 50 X 100 X 10 X 30 X 70 X 80 X 60 X +USW00014922196807PSUN 46 X 92 X 95 X 95 X 97 X 67 X 74 X 92 X 100 X 99 X 74 X 32 X 52 X 38 X 92 X 66 X 38 X 99 X 84 X 77 X 89 X 82 X 45 X 89 X 78 X 38 X 99 X 99 X 74 X 59 X 61 X +USW00014922196807TSUN 426 X 858 X 882 X 882 X 906 X 624 X 684 X 846 X 924 X 918 X 684 X 300 X 474 X 348 X 846 X 606 X 354 X 900 X 768 X 702 X 804 X 744 X 408 X 798 X 702 X 342 X 882 X 888 X 660 X 528 X 534 X +USW00014922196807WDFM 270W X 360W X 270W X 270W X 315W X 225W X 225W X 315W X 45W X 180W X 225W X 135W X 225W X 315W X 225W X 180W X 360W X 360W X 360W X 180W X 315W X 360W X 180W X 360W X 135W X 225W X 315W X 315W X 180W X 270W X 315W X +USW00014922196807WSFM 134 X 76 X 54 X 76 X 40 X 89 X 67 X 85 X 76 X 76 X 116 X 121 X 161 X 152 X 89 X 67 X 63 X 98 X 54 X 116 X 116 X 58 X 85 X 54 X 54 X 80 X 80 X 80 X 67 X 143 X 98 X +USW00014922196807WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196807WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922196807WT16 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X +USW00014922196808TMAX 256 0 289 0 306 0 300 0 322 0 306 0 322 0 300 0 239 0 228 0 239 0 272 0 294 0 206 0 283 0 289 0 206 0 222 0 294 0 322 0 350 0 350 0 356 0 239 0 189 0 228 0 233 0 256 0 267 0 228 0 222 0 +USW00014922196808TMIN 111 0 167 0 183 0 189 0 211 0 217 0 200 0 211 0 167 0 122 0 83 0 167 0 133 0 106 0 156 0 172 0 139 0 139 0 178 0 144 0 233 0 267 0 228 0 172 0 111 0 67 0 94 0 133 0 117 0 156 0 128 0 +USW00014922196808PRCP 0 0 0 0 0T 0 0 0 36 0 30 0 0T 0 33 0 0 0 0 0 0 0 0T 0 0T 0 0 0 23 0 8 0 0 0 23 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 20 0 +USW00014922196808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196808ACMH 20 X 10 X 60 X 40 X 40 X 90 X 50 X 60 X 70 X 20 X 30 X 50 X 30 X 60 X 60 X 40 X 70 X 80 X 60 X 40 X 40 X 10 X 20 X 70 X 70 X 10 X 40 X 60 X 40 X 100 X 80 X +USW00014922196808ACSH 20 X 10 X 80 X 50 X 40 X 90 X 20 X 60 X 90 X 30 X 30 X 40 X 40 X 80 X 80 X 40 X 100 X 90 X 80 X 40 X 50 X 10 X 0 X 70 X 90 X 20 X 30 X 60 X 40 X 100 X 90 X +USW00014922196808PSUN 90 X 95 X 84 X 95 X 78 X 41 X 81 X 86 X 73 X 100 X 96 X 87 X 83 X 77 X 39 X 79 X 16 X 24 X 64 X 95 X 94 X 99 X 100 X 47 X 18 X 93 X 84 X 81 X 87 X 7 X 20 X +USW00014922196808TSUN 792 X 840 X 732 X 828 X 678 X 354 X 702 X 744 X 630 X 858 X 822 X 738 X 708 X 654 X 330 X 666 X 132 X 204 X 534 X 792 X 780 X 816 X 822 X 384 X 150 X 762 X 678 X 660 X 702 X 60 X 156 X +USW00014922196808WDFM 225W X 225W X 90W X 180W X 90W X 360W X 180W X 270W X 45W X 360W X 270W X 225W X 270W X 45W X 180W X 180W X 360W X 135W X 180W X 135W X 180W X 225W X 225W X 270W X 315W X 135W X 135W X 180W X 180W X 225W X 270W X +USW00014922196808WSFM 76 X 107 X 67 X 76 X 67 X 98 X 45 X 76 X 85 X 80 X 63 X 130 X 85 X 72 X 98 X 134 X 67 X 98 X 67 X 54 X 112 X 85 X 161 X 139 X 103 X 72 X 76 X 89 X 80 X 94 X 58 X +USW00014922196808WT01-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922196808WT03-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922196808WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922196808WT16-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922196809TMAX 200 0 239 0 278 0 217 0 200 0 172 0 228 0 183 0 211 0 222 0 239 0 256 0 283 0 294 0 272 0 200 0 206 0 183 0 200 0 206 0 200 0 228 0 239 0 161 0 156 0 206 0 206 0 183 0 194 0 261 0-9999 +USW00014922196809TMIN 100 0 67 0 167 0 128 0 83 0 83 0 83 0 128 0 111 0 67 0 78 0 100 0 139 0 167 0 150 0 156 0 167 0 144 0 117 0 89 0 122 0 167 0 117 0 72 0 44 0 44 0 39 0 72 0 83 0 78 0-9999 +USW00014922196809PRCP 0 0 0 0 147 0 41 0 0T 0 0T 0 0T 0 178 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 58 0 185 0 246 0 0T 0 0 0 198 0 508 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00014922196809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196809ACMH 20 X 50 X 90 X 80 X 60 X 40 X 70 X 100 X 50 X 0 X 0 X 10 X 70 X 60 X 0 X 90 X 100 X 100 X 80 X 10 X 70 X 100 X 60 X 30 X 30 X 20 X 20 X 80 X 50 X 30 X-9999 +USW00014922196809ACSH 30 X 50 X 100 X 90 X 80 X 50 X 80 X 100 X 50 X 0 X 0 X 0 X 90 X 70 X 0 X 100 X 100 X 100 X 100 X 10 X 100 X 100 X 70 X 50 X 40 X 20 X 10 X 100 X 50 X 70 X-9999 +USW00014922196809PSUN 93 X 88 X 67 X 55 X 44 X 75 X 61 X 6 X 79 X 100 X 99 X 100 X 88 X 90 X 100 X 0 X 4 X 12 X 10 X 97 X 30 X 0 X 78 X 79 X 93 X 100 X 95 X 60 X 72 X 100 X-9999 +USW00014922196809TSUN 744 X 696 X 534 X 432 X 348 X 582 X 474 X 48 X 612 X 768 X 762 X 762 X 672 X 678 X 756 X 0 X 30 X 90 X 78 X 714 X 216 X 0 X 564 X 576 X 678 X 720 X 678 X 426 X 510 X 708 X-9999 +USW00014922196809WDFM 315W X 135W X 135W X 315W X 270W X 315W X 225W X 45W X 45W X 360W X 225W X 225W X 225W X 180W X 180W X 135W X 180W X 360W X 90W X 225W X 135W X 90W X 225W X 315W X 315W X 315W X 270W X 135W X 315W X 225W X-9999 +USW00014922196809WSFM 85 X 72 X 76 X 76 X 85 X 98 X 94 X 112 X 121 X 58 X 36 X 76 X 103 X 107 X 143 X 98 X 76 X 107 X 72 X 45 X 98 X 80 X 76 X 116 X 80 X 63 X 63 X 31 X 45 X 116 X-9999 +USW00014922196809WT01 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922196809WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922196809WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196809WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196809WT16-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922196810TMAX 239 0 156 0 94 0 122 0 111 0 167 0 133 0 150 0 128 0 183 0 211 0 217 0 233 0 222 0 294 0 211 0 200 0 67 0 89 0 161 0 211 0 128 0 89 0 83 0 106 0 178 0 89 0 61 0 100 0 139 0 172 0 +USW00014922196810TMIN 139 0 72 0 11 0 -17 0 28 0 67 0 44 0 122 0 56 0 17 0 83 0 72 0 167 0 189 0 189 0 122 0 61 0 28 0 33 0 11 0 72 0 44 0 28 0 -11 0 0 0 6 0 28 0 11 0 -28 0 17 0 44 0 +USW00014922196810PRCP 0 0 5 0 0T 0 0 0 109 0 13 0 20 0 142 0 295 0 0 0 0 0 0T 0 0T 0 0T 0 107 0 381 0 246 0 51 0 0T 0 0 0 0 0 0T 0 48 0 0T 0 0 0 10 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922196810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922196810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196810ACMH 20 X 60 X 30 X 30 X 80 X 70 X 80 X 100 X 90 X 10 X 10 X 60 X 100 X 100 X 60 X 100 X 90 X 100 X 90 X 20 X 70 X 60 X 80 X 60 X 50 X 60 X 90 X 90 X 50 X 0 X 30 X +USW00014922196810ACSH 0 X 100 X 50 X 60 X 100 X 70 X 90 X 100 X 100 X 0 X 0 X 70 X 100 X 100 X 60 X 100 X 90 X 100 X 100 X 30 X 90 X 60 X 90 X 50 X 60 X 80 X 100 X 90 X 80 X 0 X 30 X +USW00014922196810PSUN 97 X 33 X 80 X 99 X 6 X 58 X 22 X 2 X 6 X 100 X 100 X 70 X 13 X 4 X 71 X 0 X 29 X 0 X 10 X 94 X 72 X 70 X 17 X 77 X 87 X 70 X 0 X 13 X 73 X 100 X 96 X +USW00014922196810TSUN 678 X 234 X 558 X 690 X 42 X 396 X 150 X 12 X 42 X 678 X 672 X 468 X 84 X 24 X 468 X 0 X 192 X 0 X 66 X 612 X 462 X 450 X 108 X 492 X 546 X 438 X 0 X 78 X 450 X 618 X 588 X +USW00014922196810WDFM 225W X 315W X 315W X 270W X 180W X 270W X 135W X 135W X 315W X 225W X 225W X 135W X 180W X 180W X 225W X 180W X 180W X 225W X 270W X 180W X 225W X 315W X 360W X 360W X 270W X 315W X 315W X 360W X 135W X 135W X 135W X +USW00014922196810WSFM 36 X 125 X 116 X 58 X 94 X 58 X 67 X 58 X 116 X 80 X 89 X 76 X 98 X 76 X 152 X 116 X 134 X 121 X 76 X 58 X 121 X 130 X 80 X 58 X 63 X 130 X 148 X 98 X 49 X 89 X 63 X +USW00014922196810WT01-9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922196810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196810WT08-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922196810WT16-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922196810WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922196811TMAX 161 0 94 0 128 0 100 0 67 0 33 0 33 0 17 0 11 0 22 0 22 0 28 0 61 0 61 0 50 0 44 0 17 0 11 0 -22 0 0 0 94 0 117 0 72 0 56 0 11 0 22 0 39 0 17 0 -11 0 78 0-9999 +USW00014922196811TMIN 67 0 0 0 -22 0 11 0 17 0 11 0 0 0 -6 0 -17 0 -17 0 -56 0 -72 0 -28 0 -44 0 -17 0 -17 0 6 0 -22 0 -56 0 -72 0 -17 0 -6 0 11 0 -33 0 -61 0 -67 0 -89 0 -67 0 -61 0 -39 0-9999 +USW00014922196811PRCP 0 0 0T 0 0 0 0 0 25 0 3 0 0T 0 3 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 48 0 18 0 5 0 0T 0 0T 0 0 0 0 0 5 0 0 0 18 0 13 0 0 0 0 0 0T 0 0 0-9999 +USW00014922196811SNOW 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 8 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 36 0 18 0 10 0 0T 0 0T 0 0 0 0 0 0 0 0 0 30 0 20 0 0 0 0 0 0T 0 0 0-9999 +USW00014922196811SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0-9999 +USW00014922196811ACMH 50 X 50 X 50 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 50 X 80 X 80 X 80 X 100 X 100 X 100 X 100 X 80 X 0 X 100 X 80 X 30 X 80 X 70 X 0 X 80 X 70 X 10 X-9999 +USW00014922196811ACSH 0 X 40 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 100 X 100 X 70 X 100 X 100 X 100 X 100 X 100 X 10 X 100 X 100 X 20 X 100 X 100 X 0 X 100 X 100 X 20 X-9999 +USW00014922196811PSUN 98 X 71 X 89 X 20 X 0 X 0 X 0 X 4 X 2 X 6 X 5 X 62 X 22 X 31 X 46 X 0 X 0 X 0 X 0 X 33 X 99 X 26 X 1 X 78 X 0 X 0 X 100 X 0 X 0 X 100 X-9999 +USW00014922196811TSUN 600 X 432 X 540 X 120 X 0 X 0 X 0 X 24 X 12 X 36 X 30 X 360 X 126 X 180 X 264 X 0 X 0 X 0 X 0 X 186 X 558 X 144 X 6 X 438 X 0 X 0 X 552 X 0 X 0 X 546 X-9999 +USW00014922196811WDFM 315W X 360W X 225W X 225W X 45W X 360W X 360W X 45W X 90W X 45W X 315W X 135W X 180W X 360W X 135W X 135W X 225W X 360W X 315W X 180W X 315W X 180W X 315W X 315W X 90W X 360W X 225W X 360W X 360W X 225W X-9999 +USW00014922196811WSFM 107 X 76 X 63 X 45 X 72 X 67 X 54 X 45 X 36 X 54 X 45 X 36 X 112 X 36 X 45 X 103 X 67 X 103 X 94 X 58 X 116 X 89 X 76 X 67 X 72 X 80 X 85 X 89 X 80 X 112 X-9999 +USW00014922196811WT01 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00014922196811WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196811WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00014922196811WT16-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196811WT18-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00014922196812TMAX 22 0 28 0 17 0 50 0 -44 0 -67 0 -61 0 -56 0 0 0 28 0 61 0 117 0 -39 0 -144 0 -72 0 -33 0 -22 0 -6 0 -6 0 -67 0 -67 0 -11 0 -50 0 -167 0 -156 0 -72 0 -28 0 -22 0 -111 0 -122 0 -244 0 +USW00014922196812TMIN 6 0 6 0 -50 0 -61 0 -106 0 -122 0 -139 0 -144 0 -56 0 -50 0 -11 0 -44 0 -161 0 -206 0 -178 0 -133 0 -100 0 -106 0 -67 0 -78 0 -94 0 -78 0 -167 0 -272 0 -278 0 -156 0 -78 0 -150 0 -239 0 -261 0 -283 0 +USW00014922196812PRCP 30 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 69 0 28 0 0 0 0 0 0 0 0 0 3 0 130 0 0T 0 15 0 132 0 3 0 0T 0 13 0 10 0 41 0 33 0 0T 0 30 0 0T 0 +USW00014922196812SNOW 38 0 43 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 5 0 43 0 0 0 0 0 0 0 0 0 5 0 157 0 5 0 28 0 193 0 5 0 5 0 25 0 8 0 64 0 48 0 5 0 51 0 0T 0 +USW00014922196812SNWD 0 0 51 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 25 0 51 0 51 0 51 0 25 0 25 0 127 0 178 0 203 0 305 0 406 0 406 0 381 0 406 0 406 0 483 0 508 0 483 0 533 Z +USW00014922196812ACMH 90 X 90 X 100 X 90 X 40 X 40 X 30 X 40 X 100 X 90 X 70 X 100 X 80 X 0 X 80 X 10 X 90 X 80 X 100 X 100 X 100 X 100 X 30 X 40 X 80 X 100 X 100 X 80 X 70 X 80 X 20 X +USW00014922196812ACSH 100 X 80 X 100 X 100 X 50 X 30 X 40 X 10 X 100 X 100 X 100 X 100 X 100 X 0 X 100 X 10 X 100 X 100 X 100 X 100 X 100 X 100 X 10 X 90 X 100 X 100 X 100 X 100 X 90 X 100 X 0 X +USW00014922196812PSUN 0 X 8 X 0 X 0 X 86 X 92 X 89 X 92 X 43 X 67 X 75 X 13 X 67 X 100 X 60 X 95 X 69 X 10 X 16 X 0 X 0 X 0 X 88 X 14 X 0 X 0 X 0 X 3 X 8 X 0 X 97 X +USW00014922196812TSUN 0 X 42 X 0 X 0 X 462 X 492 X 474 X 492 X 228 X 360 X 402 X 66 X 354 X 528 X 318 X 504 X 366 X 54 X 78 X 0 X 0 X 0 X 462 X 72 X 0 X 0 X 0 X 18 X 42 X 0 X 510 X +USW00014922196812WDFM 180W X 135W X 315W X 315W X 315W X 315W X 315W X 135W X 135W X 180W X 135W X 225W X 360W X 360W X 135W X 135W X 135W X 90W X 360W X 360W X 90W X 315W X 315W X 315W X 135W X 135W X 45W X 360W X 360W X 315W X 315W X +USW00014922196812WESD-9999 38 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 38 X 38 X 38 X-9999 -9999 127 X 165 X 165 X 229 X 312 X 315 X 315 X 330 X 338 X 399 X 411 X 414 X-9999 +USW00014922196812WSFM 76 X 49 X 72 X 143 X 139 X 63 X 67 X 72 X 89 X 67 X 63 X 98 X 156 X 63 X 49 X 36 X 45 X 103 X 116 X 67 X 76 X 130 X 143 X 54 X 85 X 85 X 80 X 98 X 36 X 80 X 116 X +USW00014922196812WT01 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922196812WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196812WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922196812WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922196812WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 +USW00014922196812WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922196812WT18 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922196901TMAX -183 0 -111 0 -189 0 -167 0 -83 0 -72 0 -100 0 -61 0 -167 0 -156 0 -150 0 -100 0 -56 0 -17 0 17 0 17 0 -89 0 -44 0 -28 0 6 0 -33 0 17 0 -17 0 -183 0 -139 0 -128 0 -50 0 -22 0 -22 0 -33 0 -89 0 +USW00014922196901TMIN -294 0 -211 0 -244 0 -289 0 -167 0 -167 0 -244 0 -172 0 -217 0 -261 0 -244 0 -244 0 -106 0 -83 0 -28 0 -89 0 -111 0 -167 0 -217 0 -33 0 -106 0 -61 0 -194 0 -206 0 -222 0 -239 0 -128 0 -61 0 -56 0 -250 0 -261 0 +USW00014922196901PRCP 0 0 3 0 0 0 0 0 58 0 3 0 8 0 33 0 0 0 0 0 0 0 0T 0 0 0 0T 0 114 0 10 0 28 0 13 0 0T 0 0T 0 3 0 18 0 86 0 3 0 0 0 0 0 43 0 23 0 74 0 0T 0 3 0 +USW00014922196901SNOW 0 0 3 0 0 0 0 0 104 0 5 0 18 0 53 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 0 0 36 0 28 0 0T 0 0 0 0T 0 0T 0 58 0 3 0 0 0 0 0 74 0 38 0 117 0 0T 0 10 0 +USW00014922196901SNWD 508 0 483 0 483 0 457 0 432 0 508 0 457 0 457 0 483 0 457 0 432 0 406 0 406 0 381 0 356 0 356 0 356 0 406 0 406 0 406 0 381 0 381 0 356 0 406 0 406 0 406 0 406 0 483 0 508 0 610 0 584 0 +USW00014922196901ACMH 50 X 60 X 0 X 50 X 100 X 60 X 70 X 90 X 0 X 10 X 10 X 80 X 100 X 100 X 100 X 60 X 100 X 90 X 70 X 100 X 100 X 100 X 100 X 90 X 0 X 70 X 100 X 100 X 100 X 20 X 60 X +USW00014922196901ACSH 60 X 80 X 0 X 40 X 100 X 90 X 90 X 100 X 10 X 10 X 10 X 100 X 100 X 100 X 100 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 0 X 90 X 100 X 100 X 100 X 10 X 100 X +USW00014922196901PSUN 67 X 58 X 100 X 87 X 0 X 39 X 26 X 0 X 100 X 100 X 100 X 0 X 45 X 1 X 0 X 35 X 0 X 18 X 28 X 0 X 0 X 0 X 0 X 9 X 100 X 39 X 0 X 0 X 0 X 99 X 31 X +USW00014922196901TSUN 354 X 312 X 534 X 462 X 0 X 210 X 138 X 0 X 540 X 540 X 546 X 0 X 246 X 6 X 0 X 192 X 0 X 102 X 156 X 0 X 0 X 0 X 0 X 54 X 570 X 222 X 0 X 0 X 0 X 576 X 180 X +USW00014922196901WDFM 315W X 315W X 315W X 315W X 135W X 315W X 135W X 135W X 315W X 270W X 225W X 135W X 135W X 135W X 180W X 315W X 360W X 270W X 180W X 180W X 270W X 360W X 315W X 315W X 315W X 135W X 135W X 315W X 135W X 315W X 270W X +USW00014922196901WESD-9999 445 X 445 X 445 X 445 X 503 X 691 X 716 X 726 X 726 X 726 X 726 X 726 X 726 X 729 X 851 X 869 X 909 X 914 X 927 X 927 X 932 X 996 X 1036 X 1036 X 1036 X 1036 X 1097 X 1102 X 1176 X 1176 X +USW00014922196901WSFM 63 X 89 X 89 X 49 X 76 X 130 X 121 X 121 X 116 X 40 X 40 X 58 X 67 X 103 X 89 X 85 X 54 X 94 X 85 X 89 X 72 X 54 X 103 X 112 X 103 X 89 X 112 X 54 X 58 X 76 X 107 X +USW00014922196901WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00014922196901WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196901WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196901WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922196901WT08-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X +USW00014922196901WT09-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196901WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 +USW00014922196901WT18-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00014922196902TMAX -78 0 -72 0 -150 0 -6 0 -78 0 -56 0 -22 0 -17 0 -61 0 17 0 -50 0 -78 0 -67 0 -50 0 -22 0 -11 0 11 0 -22 0 -39 0 -28 0 -6 0 22 0 33 0 33 0 17 0 0 0 6 0 17 0-9999 -9999 -9999 +USW00014922196902TMIN -289 0 -228 0 -250 0 -222 0 -150 0 -83 0 -67 0 -133 0 -206 0 -72 0 -100 0 -178 0 -228 0 -167 0 -61 0 -61 0 -111 0 -106 0 -161 0 -139 0 -28 0 -11 0 -11 0 6 0 -17 0 -44 0 -44 0 -39 0-9999 -9999 -9999 +USW00014922196902PRCP 0T 0 0 0 0T 0 0 0 0 0 15 0 5 0 0T 0 0 0 0 0 3 0 0 0 0 0 3 0 30 0 0 0 0 0 0T 0 0T 0 0 0 18 0 5 0 0T 0 0T 0 0T 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922196902SNOW 0T 0 0 0 0T 0 0 0 0 0 20 0 10 0 0T 0 0 0 0 0 5 0 0 0 0 0 5 0 46 0 0 0 0 0 0T 0 0T 0 0 0 30 0 15 0 0T 0 0T 0 3 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922196902SNWD 584 0 559 0 559 0 533 0 508 0 483 0 508 0 508 0 508 0 508 0 508 0 508 0 508 0 483 0 508 0 508 0 483 0 483 0 483 0 483 0 483 0 508 0 508 0 483 0 483 0 457 0 457 0 432 0-9999 -9999 -9999 +USW00014922196902ACMH 70 X 60 X 30 X 0 X 80 X 100 X 100 X 70 X 60 X 60 X 50 X 0 X 10 X 80 X 100 X 100 X 70 X 60 X 40 X 90 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 90 X-9999 -9999 -9999 +USW00014922196902ACSH 90 X 60 X 20 X 0 X 90 X 100 X 100 X 90 X 100 X 50 X 70 X 0 X 0 X 100 X 100 X 100 X 70 X 100 X 40 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X-9999 -9999 -9999 +USW00014922196902PSUN 30 X 87 X 91 X 100 X 87 X 0 X 0 X 20 X 88 X 62 X 57 X 100 X 98 X 11 X 0 X 34 X 61 X 6 X 73 X 72 X 7 X 6 X 1 X 6 X 2 X 67 X 22 X 80 X-9999 -9999 -9999 +USW00014922196902TSUN 174 X 510 X 540 X 594 X 522 X 0 X 0 X 120 X 540 X 378 X 354 X 618 X 606 X 66 X 0 X 216 X 384 X 36 X 462 X 462 X 42 X 36 X 6 X 36 X 12 X 444 X 144 X 534 X-9999 -9999 -9999 +USW00014922196902WDFM 180W X 315W X 270W X 315W X 90W X 90W X 135W X 315W X 180W X 315W X 315W X 360W X 90W X 135W X 135W X 135W X 315W X 270W X 270W X 135W X 135W X 135W X 90W X 45W X 45W X 90W X 90W X 90W X-9999 -9999 -9999 +USW00014922196902WESD 1179 X 1179 X 1186 X 1186 X 1186 X 1186 X 1201 X 1207 X 1207 X 1207 X 1209 X 1209 X 1209 X 1209 X 1240 X 1242 X 1242 X 1242 X 1242 X 1245 X 1247 X 1265 X 1267 X 1267 X 1267 X 1267 X 1267 X 1267 X-9999 -9999 -9999 +USW00014922196902WSFM 76 X 76 X 49 X 54 X 80 X 63 X 40 X 54 X 72 X 125 X 116 X 67 X 40 X 85 X 85 X 40 X 54 X 54 X 31 X 67 X 76 X 58 X 22 X 22 X 58 X 76 X 80 X 58 X-9999 -9999 -9999 +USW00014922196902WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196902WT06-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196902WT08-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196902WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196902WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196902WT18 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196903TMAX 28 0 33 0 28 0 11 0 -17 0 -6 0 -39 0 -78 0 -33 0 -33 0 -72 0 -22 0 -33 0 -39 0 0 0 50 0 78 0 83 0 83 0 28 0 17 0 78 0 83 0 39 0 17 0 33 0 33 0 0 0 -106 0 -94 0 -11 0 +USW00014922196903TMIN -61 0 -89 0 -33 0 -100 0 -39 0 -83 0 -133 0 -178 0 -94 0 -122 0 -189 0 -156 0 -106 0 -133 0 -128 0 -83 0 -39 0 -28 0 -28 0 -33 0 -78 0 -56 0 11 0 6 0 -17 0 -61 0 -56 0 -178 0 -206 0 -189 0 -183 0 +USW00014922196903PRCP 0 0 0 0 0T 0 0 0 10 0 13 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 3 0 99 0 0 0 8 0 0 0 0 0 0 0 0 0 0T 0 91 0 0 0 0 0 3 0 +USW00014922196903SNOW 0 0 0 0 0T 0 0 0 13 0 20 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 127 0 0 0 0 0 3 0 +USW00014922196903SNWD 432 0 381 0 356 0 356 0 356 0 381 0 381 0 381 0 381 0 381 0 381 0 356 0 356 0 330 0 330 0 305 0 254 0 178 0 127 0 102 0 76 0 51 0 0T 0 0T 0 0T 0 0T 0 0T 0 127 0 127 0 102 0 76 0 +USW00014922196903ACMH 40 X 70 X 40 X 20 X 100 X 80 X 30 X 60 X 90 X 10 X 30 X 40 X 80 X 20 X 30 X 30 X 30 X 40 X 70 X 70 X 0 X 60 X 80 X 100 X 100 X 40 X 100 X 50 X 0 X 0 X 70 X +USW00014922196903ACSH 30 X 50 X 30 X 10 X 100 X 100 X 30 X 80 X 80 X 0 X 20 X 40 X 100 X 0 X 40 X 20 X 50 X 70 X 90 X 90 X 0 X 70 X 60 X 100 X 100 X 20 X 100 X 50 X 0 X 0 X 100 X +USW00014922196903PSUN 99 X 95 X 81 X 99 X 0 X 40 X 84 X 83 X 78 X 100 X 99 X 99 X 32 X 91 X 97 X 91 X 95 X 98 X 83 X 29 X 100 X 63 X 79 X 9 X 30 X 92 X 2 X 63 X 100 X 100 X 0 X +USW00014922196903TSUN 660 X 636 X 546 X 672 X 0 X 276 X 582 X 570 X 540 X 696 X 696 X 696 X 228 X 642 X 690 X 648 X 684 X 702 X 606 X 210 X 732 X 468 X 582 X 66 X 222 X 690 X 12 X 480 X 756 X 762 X 0 X +USW00014922196903WDFM 135W X 360W X 45W X 270W X 270W X 90W X 315W X 315W X 315W X 360W X 270W X 270W X 270W X 270W X 270W X 225W X 270W X 270W X 45W X 360W X 225W X 180W X 45W X 360W X 360W X 360W X 270W X 360W X 270W X 315W X 180W X +USW00014922196903WESD 1267 X 1212 X 1194 X 1168 X 1143 X 1161 X 1166 X 1166 X 1166 X 1158 X 1158 X 1153 X 1151 X 1148 X 1143 X 1118 X 991 X 889 X 762 X 711 X 533 X 432 X-9999 -9999 -9999 -9999 -9999 86 X 91 X 86 X 76 X +USW00014922196903WSFM 27 X 67 X 58 X 49 X 45 X 36 X 76 X 45 X 54 X 89 X 45 X 58 X 58 X 80 X 63 X 67 X 63 X 45 X 94 X 148 X 54 X 76 X 72 X 125 X 116 X 63 X 76 X 130 X 72 X 85 X 76 X +USW00014922196903WT01-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X +USW00014922196903WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922196903WT08 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922196903WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922196903WT18-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X +USW00014922196904TMAX 67 0 67 0 89 0 89 0 106 0 161 0 200 0 200 0 144 0 133 0 172 0 222 0 211 0 178 0 128 0 150 0 150 0 161 0 178 0 200 0 178 0 150 0 161 0 194 0 228 0 211 0 83 0 106 0 150 0 167 0-9999 +USW00014922196904TMIN -28 0 -11 0 0 0 17 0 -6 0 -22 0 28 0 100 0 67 0 28 0 11 0 39 0 94 0 94 0 89 0 94 0 56 0 11 0 28 0 83 0 78 0 67 0 17 0 11 0 56 0 83 0 6 0 0 0 -11 0 56 0-9999 +USW00014922196904PRCP 0T 0 0 0 3 0 0T 0 0 0 0 0 0 0 64 0 0T 0 0 0 0 0 0 0 0 0 53 0 30 0 5 0 0 0 0 0 0 0 30 0 0T 0 0 0 0 0 0 0 0 0 25 0 180 0 3 0 0 0 0 0-9999 +USW00014922196904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 3 0 0 0 0 0-9999 +USW00014922196904SNWD 76 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00014922196904ACMH 100 X 60 X 80 X 90 X 0 X 0 X 70 X 100 X 70 X 0 X 10 X 70 X 90 X 100 X 100 X 100 X 80 X 10 X 20 X 90 X 20 X 30 X 0 X 10 X 70 X 90 X 100 X 30 X 20 X 90 X-9999 +USW00014922196904ACSH 100 X 60 X 80 X 100 X 0 X 0 X 80 X 100 X 70 X 0 X 10 X 90 X 90 X 100 X 100 X 100 X 90 X 20 X 10 X 100 X 40 X 40 X 0 X 10 X 80 X 90 X 100 X 20 X 20 X 100 X-9999 +USW00014922196904PSUN 0 X 99 X 64 X 0 X 100 X 100 X 79 X 26 X 35 X 100 X 98 X 68 X 51 X 22 X 1 X 1 X 55 X 100 X 99 X 31 X 86 X 77 X 100 X 97 X 69 X 57 X 0 X 91 X 95 X 39 X-9999 +USW00014922196904TSUN 0 X 762 X 498 X 0 X 780 X 780 X 624 X 204 X 276 X 792 X 786 X 546 X 408 X 180 X 6 X 6 X 450 X 816 X 816 X 252 X 714 X 642 X 834 X 816 X 582 X 480 X 0 X 774 X 810 X 330 X-9999 +USW00014922196904WDFM 225W X 360W X 180W X 315W X 360W X 180W X 180W X 135W X 360W X 315W X 180W X 225W X 225W X 135W X 270W X 360W X 360W X 90W X 180W X 315W X 360W X 360W X 360W X 225W X 180W X 45W X 360W X 45W X 180W X 135W X-9999 +USW00014922196904WESD 79 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196904WSFM 85 X 58 X 80 X 76 X 63 X 76 X 80 X 116 X 94 X 72 X 40 X 72 X 72 X 76 X 54 X 67 X 94 X 72 X 98 X 134 X 188 X 121 X 58 X 54 X 98 X 76 X 98 X 85 X 67 X 103 X-9999 +USW00014922196904WT01 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922196904WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196904WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196904WT08-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196904WT16 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922196904WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922196905TMAX 194 0 217 0 206 0 272 0 272 0 239 0 228 0 172 0 139 0 128 0 128 0 178 0 228 0 278 0 289 0 222 0 167 0 189 0 172 0 178 0 122 0 133 0 206 0 250 0 206 0 261 0 350 0 350 0 283 0 289 0 306 0 +USW00014922196905TMIN 100 0 100 0 61 0 139 0 133 0 122 0 89 0 83 0 50 0 56 0 28 0 -6 0 56 0 94 0 167 0 100 0 72 0 61 0 94 0 61 0 67 0 44 0 44 0 100 0 83 0 122 0 211 0 211 0 172 0 139 0 133 0 +USW00014922196905PRCP 104 0 0 0 0 0 25 0 86 0 8 0 0 0 28 0 15 0 0T 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 46 0 0 0 46 0 0 0 43 0 0T 0 0 0 0 0 0 0 61 0 0 0 0 0 10 0 +USW00014922196905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196905ACMH 100 X 60 X 90 X 100 X 90 X 60 X 70 X 70 X 70 X 70 X 40 X 20 X 0 X 20 X 90 X 100 X 50 X 20 X 70 X 10 X 100 X 80 X 50 X 40 X 70 X 90 X 80 X 30 X 40 X 70 X 80 X +USW00014922196905ACSH 100 X 60 X 100 X 100 X 90 X 70 X 80 X 70 X 70 X 80 X 60 X 30 X 0 X 10 X 90 X 100 X 40 X 20 X 100 X 10 X 100 X 90 X 50 X 40 X 60 X 80 X 100 X 20 X 50 X 90 X 80 X +USW00014922196905PSUN 17 X 81 X 61 X 61 X 74 X 73 X 75 X 70 X 77 X 60 X 82 X 95 X 100 X 99 X 65 X 5 X 70 X 81 X 37 X 95 X 19 X 26 X 77 X 90 X 41 X 29 X 46 X 80 X 90 X 94 X 73 X +USW00014922196905TSUN 150 X 696 X 528 X 528 X 636 X 636 X 654 X 600 X 678 X 528 X 720 X 840 X 888 X 882 X 576 X 48 X 630 X 732 X 336 X 852 X 174 X 234 X 696 X 822 X 378 X 264 X 420 X 738 X 822 X 864 X 672 X +USW00014922196905WDFM 180W X 315W X 135W X 225W X 225W X 360W X 360W X 360W X 360W X 315W X 315W X 315W X 90W X 225W X 225W X 45W X 45W X 90W X 270W X 360W X 90W X 270W X 360W X 270W X 90W X 180W X 225W X 225W X 315W X 180W X 180W X +USW00014922196905WSFM 94 X 76 X 54 X 107 X 94 X 76 X 125 X 116 X 98 X 130 X 130 X 80 X 80 X 116 X 116 X 112 X 80 X 40 X 76 X 67 X 63 X 27 X 85 X 67 X 63 X 76 X 116 X 130 X 67 X 103 X 125 X +USW00014922196905WT01 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196905WT03 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922196905WT05 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196905WT16 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X +USW00014922196906TMAX 133 0 117 0 194 0 239 0 317 0 183 0 228 0 239 0 272 0 283 0 172 0 161 0 172 0 206 0 239 0 278 0 244 0 267 0 200 0 183 0 172 0 156 0 172 0 189 0 244 0 289 0 222 0 228 0 250 0 217 0-9999 +USW00014922196906TMIN 67 0 44 0 61 0 117 0 122 0 111 0 100 0 144 0 67 0 150 0 122 0 89 0 28 0 78 0 89 0 117 0 139 0 139 0 117 0 72 0 111 0 117 0 117 0 150 0 156 0 206 0 161 0 156 0 183 0 122 0-9999 +USW00014922196906PRCP 0T 0 5 0 0T 0 5 0 5 0 8 0 0T 0 0 0 0 0 5 0 20 0 0 0 3 0 3 0 30 0 15 0 0T 0 142 0 5 0 0 0 51 0 152 0 0T 0 0 0 229 0 0T 0 0 0 3 0 64 0 0 0-9999 +USW00014922196906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196906ACMH 100 X 90 X 70 X 50 X 30 X 70 X 80 X 50 X 20 X 70 X 100 X 70 X 50 X 50 X 30 X 50 X 60 X 90 X 80 X 50 X 100 X 100 X 100 X 100 X 80 X 70 X 60 X 70 X 80 X 20 X-9999 +USW00014922196906ACSH 100 X 100 X 80 X 40 X 40 X 90 X 90 X 50 X 20 X 70 X 100 X 80 X 60 X 50 X 20 X 60 X 60 X 90 X 90 X 40 X 100 X 100 X 100 X 100 X 100 X 70 X 80 X 80 X 90 X 30 X-9999 +USW00014922196906PSUN 3 X 3 X 57 X 85 X 87 X 41 X 48 X 77 X 99 X 56 X 1 X 34 X 48 X 72 X 92 X 60 X 74 X 42 X 28 X 83 X 0 X 0 X 0 X 0 X 17 X 53 X 34 X 47 X 24 X 89 X-9999 +USW00014922196906TSUN 30 X 24 X 528 X 792 X 810 X 378 X 450 X 720 X 924 X 522 X 6 X 342 X 450 X 678 X 864 X 564 X 696 X 396 X 264 X 774 X 0 X 0 X 0 X 0 X 156 X 498 X 306 X 438 X 222 X 834 X-9999 +USW00014922196906WDFM 315W X 315W X 315W X 315W X 270W X 90W X 90W X 90W X 225W X 225W X 360W X 360W X 360W X 360W X 270W X 270W X 45W X 180W X 360W X 360W X 180W X 90W X 45W X 135W X 225W X 225W X 225W X 180W X 135W X 315W X-9999 +USW00014922196906WSFM 107 X 98 X 63 X 103 X 116 X 49 X 67 X 49 X 80 X 116 X 72 X 103 X 63 X 49 X 85 X 116 X 49 X 103 X 85 X 58 X 76 X 76 X 40 X 63 X 152 X 165 X 148 X 139 X 156 X 103 X-9999 +USW00014922196906WT01-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922196906WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922196906WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00014922196906WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922196906WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 +USW00014922196907TMAX 239 0 278 0 272 0 306 0 250 0 222 0 200 0 272 0 300 0 311 0 322 0 350 0 317 0 317 0 328 0 311 0 256 0 294 0 300 0 283 0 267 0 289 0 283 0 294 0 294 0 278 0 233 0 294 0 306 0 317 0 250 0 +USW00014922196907TMIN 78 0 167 0 144 0 189 0 150 0 133 0 167 0 161 0 200 0 172 0 194 0 206 0 217 0 228 0 233 0 222 0 217 0 206 0 194 0 183 0 161 0 156 0 206 0 144 0 178 0 167 0 156 0 128 0 167 0 178 0 172 0 +USW00014922196907PRCP 5 0 3 0 0T 0 3 0 0 0 0 0 0T 0 244 0 0 0 0 0 0 0 0 0 104 0 3 0 191 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 3 0 0T 0 25 0 0 0 0 0 107 0 0T 0 +USW00014922196907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196907ACMH 30 X 40 X 60 X 70 X 50 X 90 X 100 X 90 X 60 X 50 X 20 X 0 X 70 X 70 X 90 X 40 X 90 X 50 X 60 X 60 X 20 X 40 X 30 X 30 X 20 X 70 X 80 X 30 X 10 X 70 X 30 X +USW00014922196907ACSH 20 X 50 X 60 X 70 X 60 X 90 X 100 X 80 X 60 X 40 X 10 X 0 X 80 X 60 X 100 X 50 X 100 X 50 X 60 X 60 X 20 X 60 X 30 X 20 X 10 X 90 X 100 X 20 X 10 X 80 X 20 X +USW00014922196907PSUN 88 X 79 X 61 X 56 X 90 X 17 X 0 X 22 X 61 X 87 X 89 X 67 X 29 X 31 X 8 X 54 X 4 X 91 X 59 X 67 X 90 X 79 X 88 X 85 X 93 X 28 X 12 X 89 X 99 X 69 X 93 X +USW00014922196907TSUN 828 X 732 X 564 X 522 X 834 X 156 X 0 X 204 X 564 X 804 X 828 X 618 X 264 X 282 X 72 X 498 X 36 X 834 X 534 X 606 X 816 X 720 X 792 X 762 X 840 X 246 X 108 X 798 X 876 X 612 X 816 X +USW00014922196907WDFM 270W X 225W X 180W X 270W X 45W X 90W X 45W X 135W X 270W X 270W X 225W X 180W X 270W X 45W X 225W X 45W X 45W X 135W X 360W X 45W X 90W X 180W X 315W X 315W X 270W X 360W X 360W X 360W X 270W X 225W X 315W X +USW00014922196907WSFM 58 X 98 X 76 X 107 X 67 X 80 X 98 X 121 X 49 X 54 X 63 X 31 X 241 X 125 X 148 X 58 X 58 X 54 X 63 X 72 X 45 X 80 X 72 X 130 X 49 X 76 X 98 X 54 X 49 X 121 X 103 X +USW00014922196907WT01-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922196907WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922196907WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196907WT16 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X +USW00014922196908TMAX 267 0 289 0 294 0 289 0 317 0 339 0 261 0 294 0 283 0 311 0 328 0 333 0 300 0 289 0 317 0 322 0 328 0 294 0 250 0 278 0 294 0 300 0 294 0 300 0 311 0 311 0 317 0 339 0 356 0 311 0 267 0 +USW00014922196908TMIN 122 0 128 0 156 0 167 0 189 0 217 0 167 0 139 0 178 0 150 0 189 0 206 0 211 0 122 0 161 0 167 0 206 0 178 0 161 0 161 0 139 0 156 0 150 0 139 0 144 0 161 0 178 0 239 0 233 0 150 0 150 0 +USW00014922196908PRCP 0 0 0 0 0 0 0 0 0 0 180 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 61 0 0 0 +USW00014922196908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196908ACMH 20 X 20 X 10 X 50 X 20 X 80 X 0 X 30 X 50 X 10 X 10 X 60 X 60 X 0 X 50 X 0 X 40 X 50 X 60 X 20 X 30 X 0 X 20 X 20 X 0 X 20 X 30 X 40 X 20 X 70 X 50 X +USW00014922196908ACSH 20 X 30 X 10 X 50 X 10 X 90 X 0 X 20 X 50 X 20 X 20 X 70 X 70 X 0 X 70 X 10 X 50 X 60 X 90 X 30 X 30 X 0 X 20 X 10 X 0 X 20 X 30 X 10 X 10 X 60 X 60 X +USW00014922196908PSUN 95 X 88 X 93 X 82 X 94 X 34 X 98 X 90 X 81 X 97 X 95 X 85 X 51 X 100 X 98 X 94 X 74 X 84 X 45 X 98 X 97 X 98 X 99 X 87 X 99 X 87 X 86 X 81 X 92 X 52 X 86 X +USW00014922196908TSUN 834 X 774 X 816 X 720 X 822 X 294 X 852 X 774 X 702 X 834 X 816 X 720 X 438 X 852 X 828 X 798 X 618 X 708 X 378 X 816 X 804 X 810 X 810 X 714 X 804 X 708 X 696 X 660 X 738 X 414 X 690 X +USW00014922196908WDFM 315W X 360W X 225W X 225W X 270W X 270W X 270W X 270W X 45W X 270W X 180W X 225W X 225W X 270W X 225W X 270W X 225W X 315W X 90W X 135W X 135W X 180W X 225W X 225W X 225W X 180W X 225W X 225W X 225W X 225W X 90W X +USW00014922196908WSFM 67 X 54 X 67 X 107 X 58 X 156 X 107 X 58 X 80 X 45 X 98 X 116 X 103 X 72 X 85 X 58 X 85 X 54 X 40 X 54 X 40 X 49 X 72 X 54 X 40 X 76 X 116 X 116 X 130 X 107 X 49 X +USW00014922196908WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922196908WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196908WT05-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196908WT08-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922196908WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922196909TMAX 272 0 289 0 289 0 250 0 289 0 283 0 261 0 172 0 167 0 228 0 239 0 306 0 289 0 300 0 294 0 233 0 217 0 167 0 233 0 250 0 267 0 211 0 133 0 156 0 228 0 200 0 189 0 206 0 239 0 172 0-9999 +USW00014922196909TMIN 128 0 139 0 156 0 183 0 206 0 161 0 117 0 100 0 56 0 61 0 94 0 133 0 150 0 189 0 172 0 133 0 83 0 117 0 122 0 106 0 106 0 128 0 72 0 28 0 83 0 67 0 61 0 33 0 89 0 28 0-9999 +USW00014922196909PRCP 0 0 0 0 0 0 0T 0 20 0 0 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 25 0 0T 0 71 0 3 0 0T 0 0 0 0T 0 0 0 0 0-9999 +USW00014922196909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922196909ACMH 10 X 0 X 20 X 80 X 70 X 60 X 40 X 50 X 50 X 40 X 20 X 30 X 80 X 40 X 50 X 40 X 30 X 100 X 40 X 30 X 20 X 90 X 90 X 80 X 40 X 50 X 10 X 50 X 40 X 80 X-9999 +USW00014922196909ACSH 10 X 0 X 20 X 80 X 60 X 60 X 60 X 80 X 70 X 50 X 20 X 50 X 90 X 30 X 50 X 40 X 30 X 100 X 20 X 10 X 0 X 100 X 100 X 90 X 40 X 80 X 10 X 50 X 40 X 100 X-9999 +USW00014922196909PSUN 89 X 99 X 86 X 0 X 56 X 70 X 74 X 40 X 45 X 96 X 95 X 99 X 66 X 85 X 56 X 98 X 91 X 0 X 79 X 94 X 91 X 0 X 3 X 45 X 64 X 76 X 97 X 78 X 67 X 32 X-9999 +USW00014922196909TSUN 714 X 786 X 678 X 6 X 444 X 546 X 576 X 306 X 348 X 738 X 732 X 756 X 504 X 642 X 420 X 738 X 684 X 0 X 588 X 696 X 666 X 0 X 18 X 324 X 498 X 546 X 702 X 558 X 474 X 228 X-9999 +USW00014922196909WDFM 180W X 180W X 180W X 180W X 225W X 315W X 360W X 45W X 315W X 180W X 315W X 225W X 180W X 225W X 270W X 360W X 90W X 135W X 180W X 180W X 180W X 315W X 315W X 135W X 315W X 315W X 315W X 135W X 360W X 135W X-9999 +USW00014922196909WSFM 36 X 58 X 63 X 72 X 76 X 80 X 76 X 80 X 49 X 58 X 45 X 76 X 94 X 107 X 94 X 76 X 63 X 72 X 76 X 94 X 121 X 89 X 85 X 76 X 89 X 58 X 76 X 103 X 116 X 107 X-9999 +USW00014922196909WT01 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922196909WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196909WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196909WT08-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196909WT16-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00014922196910TMAX 239 0 222 0 250 0 306 0 233 0 178 0 139 0 144 0 233 0 194 0 117 0 56 0 50 0 83 0 78 0 50 0 106 0 144 0 100 0 122 0 139 0 39 0 72 0 128 0 94 0 50 0 56 0 67 0 100 0 72 0 61 0 +USW00014922196910TMIN 133 0 67 0 122 0 172 0 78 0 33 0 50 0 56 0 83 0 89 0 50 0 6 0 11 0 6 0 22 0 11 0 0 0 -11 0 83 0 11 0 17 0 -33 0 -44 0 33 0 50 0 -11 0 -22 0 -56 0 -28 0 28 0 44 0 +USW00014922196910PRCP 36 0 0 0 0 0 0 0 53 0 0T 0 3 0 0 0 0 0 0 0 0 0 175 0 20 0 0 0 117 0 13 0 0 0 0 0 18 0 0 0 5 0 0 0 0 0 0 0 3 0 0T 0 0T 0 0 0 0 0 107 0 94 0 +USW00014922196910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922196910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922196910ACMH 90 X 10 X 40 X 40 X 90 X 30 X 80 X 20 X 70 X 60 X 70 X 90 X 100 X 90 X 100 X 90 X 30 X 50 X 100 X 70 X 90 X 30 X 40 X 60 X 100 X 80 X 50 X 10 X 70 X 100 X 100 X +USW00014922196910ACSH 100 X 10 X 70 X 30 X 100 X 30 X 90 X 0 X 100 X 60 X 100 X 100 X 90 X 90 X 100 X 100 X 30 X 50 X 100 X 70 X 90 X 40 X 60 X 80 X 100 X 90 X 60 X 10 X 80 X 100 X 100 X +USW00014922196910PSUN 18 X 90 X 28 X 71 X 1 X 75 X 25 X 100 X 9 X 73 X 1 X 0 X 4 X 14 X 0 X 5 X 82 X 74 X 0 X 56 X 13 X 72 X 48 X 15 X 0 X 5 X 59 X 94 X 49 X 0 X 0 X +USW00014922196910TSUN 126 X 630 X 192 X 492 X 6 X 516 X 174 X 684 X 60 X 492 X 6 X 0 X 24 X 90 X 0 X 30 X 534 X 486 X 0 X 366 X 84 X 462 X 306 X 96 X 0 X 30 X 366 X 588 X 300 X 0 X 0 X +USW00014922196910WDFM 225W X 135W X 135W X 180W X 270W X 225W X 270W X 270W X 225W X 270W X 360W X 360W X 360W X 270W X 180W X 315W X 270W X 270W X 270W X 315W X 315W X 360W X 180W X 225W X 270W X 315W X 315W X 180W X 135W X 90W X 90W X +USW00014922196910WSFM 94 X 45 X 130 X 130 X 72 X 98 X 107 X 67 X 139 X 107 X 72 X 85 X 94 X 89 X 49 X 107 X 85 X 94 X 36 X 94 X 125 X 89 X 80 X 76 X 76 X 94 X 76 X 63 X 67 X 67 X 63 X +USW00014922196910WT01-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X +USW00014922196910WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196910WT03 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196910WT08-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922196910WT16 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X +USW00014922196910WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922196911TMAX 56 0 50 0 56 0 94 0 139 0 194 0 200 0 156 0 133 0 72 0 83 0 44 0 -11 0 -44 0 -6 0 67 0 56 0 0 0 -61 0 -67 0 11 0 28 0 17 0 100 0 44 0 -6 0 -33 0 28 0 11 0 83 0-9999 +USW00014922196911TMIN 39 0 33 0 28 0 11 0 6 0 33 0 44 0 50 0 56 0 28 0 -6 0 -28 0 -94 0 -94 0 -78 0 -67 0 -6 0 -89 0 -144 0 -167 0 -72 0 -50 0 -44 0 -61 0 -39 0 -44 0 -83 0 -67 0 -72 0 6 0-9999 +USW00014922196911PRCP 3 0 33 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 3 0 25 0 0T 0 13 0 41 0 20 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0-9999 +USW00014922196911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 33 0 0T 0 0 0 28 0 25 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0-9999 +USW00014922196911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 25 0 0T 0 25 0 51 0 51 0 51 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0-9999 +USW00014922196911ACMH 100 X 100 X 100 X 70 X 80 X 30 X 20 X 40 X 100 X 100 X 60 X 30 X 70 X 90 X 70 X 100 X 70 X 70 X 30 X 70 X 90 X 90 X 60 X 70 X 30 X 100 X 70 X 50 X 50 X 60 X-9999 +USW00014922196911ACSH 100 X 100 X 100 X 70 X 100 X 10 X 10 X 40 X 100 X 100 X 90 X 10 X 100 X 100 X 100 X 100 X 90 X 90 X 70 X 100 X 100 X 100 X 90 X 90 X 40 X 100 X 100 X 60 X 50 X 40 X-9999 +USW00014922196911PSUN 0 X 0 X 0 X 43 X 24 X 68 X 66 X 65 X 0 X 0 X 26 X 82 X 0 X 0 X 4 X 2 X 0 X 0 X 19 X 0 X 21 X 0 X 22 X 60 X 73 X 0 X 3 X 47 X 79 X 88 X-9999 +USW00014922196911TSUN 0 X 0 X 0 X 258 X 144 X 408 X 390 X 384 X 0 X 0 X 150 X 480 X 0 X 0 X 24 X 12 X 0 X 0 X 120 X 0 X 120 X 0 X 120 X 336 X 402 X 0 X 18 X 258 X 432 X 480 X-9999 +USW00014922196911WDFM 315W X 360W X 360W X 315W X 135W X 180W X 180W X 135W X 135W X 225W X 315W X 315W X 315W X 315W X 315W X 135W X 360W X 315W X 315W X 315W X 180W X 360W X 225W X 225W X 315W X 360W X 360W X 225W X 270W X 315W X-9999 +USW00014922196911WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 61 X 61 X 61 X 61 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196911WSFM 54 X 58 X 58 X 49 X 54 X 76 X 58 X 58 X 49 X 45 X 76 X 85 X 107 X 89 X 89 X 98 X 89 X 112 X 116 X 49 X 80 X 36 X 67 X 121 X 98 X 94 X 76 X 72 X 76 X 80 X-9999 +USW00014922196911WT01 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196911WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196911WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196911WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196911WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196911WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922196912TMAX 72 0 67 0 17 0 -11 0 11 0 6 0 0 0 -17 0 -56 0 -33 0 -39 0 -28 0 50 0 -39 0 -78 0 -50 0 -6 0 0 0 -56 0 -50 0 -44 0 -83 0 -61 0 -50 0 -50 0 -67 0 -22 0 -22 0 -44 0 -44 0 -44 0 +USW00014922196912TMIN -44 0 17 0 -67 0 -100 0 -78 0 -11 0 -22 0 -56 0 -100 0 -83 0 -161 0 -178 0 -67 0 -111 0 -156 0 -161 0 -122 0 -67 0 -144 0 -172 0 -128 0 -178 0 -133 0 -111 0 -94 0 -178 0 -178 0 -61 0 -89 0 -133 0 -100 0 +USW00014922196912PRCP 0 0 0 0 0 0 0 0 3 0 99 0 132 0 38 0 23 0 0T 0 0T 0 0T 0 0 0 25 0 0T 0 28 0 8 0 3 0 0T 0 3 0 0T 0 13 0 15 0 18 0 5 0 0T 0 25 0 81 0 0T 0 0T 0 5 0 +USW00014922196912SNOW 0 0 0 0 0 0 0 0 5 0 112 0 152 0 51 0 41 0 0T 0 0T 0 0T 0 0 0 76 0 5 0 56 0 0 0 0T 0 0T 0 3 0 0T 0 13 0 33 0 41 0 13 0 0T 0 36 0 178 0 3 0 3 0 25 0 +USW00014922196912SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 152 0 254 0 279 0 305 0 305 0 279 0 279 0 254 0 330 0 305 0 330 0 305 0 305 0 305 0 279 0 279 0 330 0 330 0 356 0 356 0 330 0 432 0 483 0 483 0 457 0 +USW00014922196912ACMH 0 X 30 X 70 X 30 X 90 X 100 X 100 X 100 X 100 X 90 X 60 X 80 X 70 X 60 X 60 X 80 X 90 X 80 X 60 X 80 X 80 X 90 X 60 X 100 X 100 X 60 X 100 X 100 X 100 X 100 X 100 X +USW00014922196912ACSH 0 X 50 X 90 X 50 X 100 X 100 X 100 X 100 X 100 X 80 X 90 X 100 X 40 X 90 X 90 X 100 X 100 X 60 X 60 X 50 X 100 X 100 X 50 X 100 X 100 X 40 X 100 X 100 X 100 X 100 X 100 X +USW00014922196912PSUN 100 X 52 X 14 X 89 X 0 X 0 X 0 X 0 X 3 X 38 X 20 X 0 X 61 X 11 X 48 X 0 X 32 X 47 X 52 X 59 X 0 X 0 X 59 X 0 X 0 X 92 X 0 X 0 X 0 X 0 X 0 X +USW00014922196912TSUN 540 X 282 X 78 X 480 X 0 X 0 X 0 X 0 X 18 X 204 X 108 X 0 X 324 X 60 X 252 X 0 X 168 X 246 X 276 X 312 X 0 X 0 X 312 X 0 X 0 X 486 X 0 X 0 X 0 X 0 X 0 X +USW00014922196912WDFM 270W X 315W X 360W X 225W X 180W X 180W X 270W X 270W X 225W X 270W X 315W X 180W X 315W X 360W X 360W X 180W X 225W X 315W X 315W X 180W X 360W X 90W X 45W X 180W X 180W X 315W X 90W X 90W X 270W X 270W X 135W X +USW00014922196912WESD-9999 -9999 -9999 -9999 -9999 -9999 147 X 254 X 279 X 295 X 295 X 437 X 434 X 427 X 457 X 457 X 485 X 495 X 495 X 495 X 495 X 495 X 523 X 526 X 541 X 546 X 546 X 622 X 653 X 653 X 658 X +USW00014922196912WSFM 58 X 103 X 89 X 31 X 67 X 72 X 67 X 89 X 85 X 40 X 49 X 72 X 116 X 76 X 31 X 40 X 85 X 98 X 94 X 58 X 85 X 80 X 63 X 76 X 72 X 63 X 72 X 76 X 49 X 27 X 40 X +USW00014922196912WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00014922196912WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196912WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922196912WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196912WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922196912WT18-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922197001TMAX -44 0 -72 0 -122 0 -111 0 -178 0 -183 0 -194 0 -161 0 -144 0 -72 0 -39 0 -106 0 -128 0 -83 0 -22 0 -44 0 -194 0 -250 0 -233 0 -233 0 -194 0 -83 0 -94 0 -17 0 0 0 -6 0 11 0 28 0 -17 0 -17 0 6 0 +USW00014922197001TMIN -94 0 -211 0 -228 0 -261 0 -261 0 -283 0 -256 0 -267 0 -228 0 -239 0 -156 0 -206 0 -167 0 -128 0 -83 0 -194 0 -283 0 -333 0 -367 0 -311 0 -339 0 -194 0 -222 0 -106 0 -78 0 -94 0 -156 0 -17 0 -117 0 -150 0 -89 0 +USW00014922197001PRCP 3 0 3 0 0T 0 5 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 13 0 3 0 0T 0 28 0 13 0 0 0 0 0 0 0 0T 0 8 0 0T 0 0 0 25 0 15 0 3 0 3 0 0T 0 0T 0 0 0 +USW00014922197001SNOW 10 0 3 0 3 0 20 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 25 0 3 0 0T 0 51 0 51 0 0 0 0 0 0 0 0T 0 38 0 0T 0 0 0 20 0 20 0 0T 0 0 0 5 0 0T 0 0 0 +USW00014922197001SNWD 483 0 483 0 483 0 508 0 483 0 457 0 432 0 432 0 432 0 432 0 406 0 406 0 406 0 432 0 432 0 432 0 508 0 508 0 508 0 508 0 508 0 508 0 533 0 533 0 508 0 533 0 533 0 508 0 483 0 457 0 457 0 +USW00014922197001ACMH 90 X 50 X 80 X 50 X 0 X 40 X 50 X 60 X 10 X 90 X 70 X 40 X 100 X 100 X 100 X 70 X 60 X 20 X 50 X 0 X 40 X 90 X 60 X 80 X 90 X 80 X 80 X 100 X 80 X 40 X 50 X +USW00014922197001ACSH 80 X 40 X 90 X 20 X 0 X 40 X 80 X 100 X 0 X 100 X 100 X 50 X 100 X 100 X 100 X 60 X 70 X 40 X 90 X 0 X 10 X 100 X 40 X 90 X 90 X 90 X 100 X 100 X 60 X 50 X 80 X +USW00014922197001PSUN 63 X 67 X 30 X 85 X 94 X 78 X 59 X 16 X 100 X 0 X 0 X 66 X 2 X 13 X 0 X 49 X 38 X 78 X 37 X 96 X 81 X 0 X 80 X 8 X 27 X 33 X 0 X 0 X 63 X 74 X 84 X +USW00014922197001TSUN 330 X 360 X 162 X 456 X 534 X 414 X 318 X 84 X 540 X 0 X 0 X 360 X 12 X 72 X 0 X 270 X 210 X 438 X 204 X 534 X 456 X 0 X 450 X 48 X 156 X 186 X 0 X 0 X 366 X 432 X 486 X +USW00014922197001WDFM 135W X 315W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 135W X 360W X 315W X 90W X 90W X 270W X 315W X 315W X 270W X 270W X 315W X 180W X 45W X 180W X 180W X 360W X 360W X 135W X 360W X 360W X 180W X 270W X +USW00014922197001WESD 660 X 663 X 663 X 668 X 668 X 673 X 673 X 673 X 673 X 673 X 673 X 673 X 673 X 686 X 688 X 699 X 726 X 729 X 729 X 729 X 729 X 732 X 737 X 737 X 737 X 762 X 777 X 782 X 782 X 782 X 782 X +USW00014922197001WSFM 36 X 54 X 58 X 72 X 63 X 76 X 76 X 107 X 76 X 89 X 76 X 31 X 49 X 58 X 49 X 116 X 54 X 45 X 27 X 72 X 40 X 72 X 72 X 89 X 72 X 76 X 85 X 112 X 103 X 76 X 76 X +USW00014922197001WT01 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00014922197001WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922197001WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922197001WT08 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922197001WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197001WT18 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00014922197002TMAX 22 0 -150 0 -206 0 -50 0 -22 0 11 0 44 0 0 0 -28 0 0 0 -22 0 -78 0 -133 0 -128 0 -94 0 -6 0 33 0 22 0 -100 0 -22 0 39 0 39 0 33 0 -6 0 -94 0 17 0 -56 0 -28 0-9999 -9999 -9999 +USW00014922197002TMIN -150 0 -261 0 -294 0 -206 0 -189 0 -117 0 -17 0 -72 0 -100 0 -61 0 -117 0 -161 0 -244 0 -261 0 -206 0 -206 0 -94 0 -172 0 -206 0 -228 0 -83 0 -56 0 -94 0 -106 0 -167 0 -94 0 -117 0 -144 0-9999 -9999 -9999 +USW00014922197002PRCP 0T 0 0T 0 5 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 0T 0 5 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0-9999 -9999 -9999 +USW00014922197002SNOW 0T 0 0T 0 10 0 30 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 28 0 0 0 0T 0 23 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 10 0-9999 -9999 -9999 +USW00014922197002SNWD 432 0 406 0 406 0 381 0 406 0 406 0 381 0 381 0 356 0 356 0 356 0 356 0 406 0 406 0 406 0 406 0 406 0 356 0 356 0 356 0 356 0 305 0 254 0 254 0 229 0 229 0 229 0 229 0-9999 -9999 -9999 +USW00014922197002ACMH 60 X 0 X 40 X 100 X 30 X 60 X 100 X 90 X 80 X 90 X 40 X 50 X 20 X 70 X 40 X 90 X 90 X 70 X 50 X 40 X 0 X 0 X 0 X 10 X 20 X 80 X 40 X 80 X-9999 -9999 -9999 +USW00014922197002ACSH 90 X 0 X 30 X 100 X 20 X 60 X 100 X 80 X 100 X 100 X 30 X 90 X 40 X 100 X 40 X 100 X 100 X 100 X 60 X 40 X 0 X 0 X 0 X 30 X 20 X 80 X 50 X 100 X-9999 -9999 -9999 +USW00014922197002PSUN 71 X 100 X 88 X 3 X 95 X 88 X 43 X 45 X 3 X 16 X 84 X 32 X 96 X 61 X 84 X 16 X 30 X 27 X 80 X 79 X 100 X 100 X 100 X 94 X 94 X 57 X 77 X 21 X-9999 -9999 -9999 +USW00014922197002TSUN 420 X 588 X 522 X 18 X 570 X 528 X 258 X 270 X 18 X 96 X 522 X 198 X 594 X 378 X 522 X 102 X 186 X 174 X 510 X 504 X 642 X 648 X 648 X 618 X 612 X 378 X 516 X 138 X-9999 -9999 -9999 +USW00014922197002WDFM 315W X 360W X 135W X 270W X 270W X 135W X 360W X 360W X 225W X 360W X 315W X 360W X 360W X 180W X 360W X 180W X 135W X 360W X 315W X 225W X 270W X 315W X 225W X 360W X 360W X 315W X 315W X 135W X-9999 -9999 -9999 +USW00014922197002WESD 782 X 782 X 782 X 790 X 805 X 805 X 805 X 805 X 805 X 805 X 805 X 815 X 815 X 815 X 818 X 820 X 820 X 820 X 820 X 820 X 820 X 820 X 820 X 820 X 787 X 787 X 787 X 787 X-9999 -9999 -9999 +USW00014922197002WSFM 152 X 143 X 80 X 148 X 58 X 31 X 31 X 58 X 76 X 63 X 80 X 67 X 76 X 40 X 67 X 94 X 76 X 121 X 130 X 76 X 63 X 76 X 103 X 125 X 94 X 152 X 49 X 36 X-9999 -9999 -9999 +USW00014922197002WT01-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197002WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197002WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197002WT18 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922197003TMAX -11 0 11 0 39 0 -6 0 17 0 -6 0 -11 0 -61 0 -17 0 -11 0 0 0 -33 0 -28 0 -22 0 -17 0 6 0 33 0 61 0 33 0 44 0 39 0 39 0 28 0 61 0 67 0 17 0 -22 0 -39 0 28 0 0 0 39 0 +USW00014922197003TMIN -44 0 -11 0 -33 0 -78 0 -78 0 -111 0 -83 0 -100 0 -117 0 -72 0 -133 0 -111 0 -94 0 -89 0 -117 0 -117 0 -78 0 -50 0 -22 0 -39 0 -72 0 -61 0 -39 0 -72 0 -17 0 -50 0 -111 0 -117 0 -89 0 -56 0 -83 0 +USW00014922197003PRCP 0T 0 13 0 302 0 0 0 79 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 99 0 18 0 0 0 0 0 0T 0 0 0 0 0 0T 0 8 0 0T 0 3 0 0T 0 0 0 +USW00014922197003SNOW 0T 0 0T 0 0 0 0 0 61 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 94 0 33 0 0 0 0 0 0T 0 0 0 0 0 0T 0 20 0 0T 0 10 0 0T 0 0 0 +USW00014922197003SNWD 229 0 229 0 178 0 152 0 152 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 178 0 152 0 127 0 102 0 51 0 152 0 76 0 51 0 25 0 25 0 25 0 0T 0 25 0 0T 0 0T 0 0T 0 0T 0 +USW00014922197003ACMH 100 X 100 X 80 X 10 X 80 X 40 X 50 X 90 X 80 X 40 X 20 X 10 X 60 X 10 X 0 X 0 X 0 X 20 X 90 X 60 X 30 X 50 X 70 X 40 X 90 X 70 X 30 X 70 X 90 X 30 X 70 X +USW00014922197003ACSH 100 X 100 X 100 X 10 X 100 X 40 X 10 X 100 X 90 X 40 X 10 X 0 X 70 X 10 X 0 X 0 X 0 X 10 X 100 X 70 X 40 X 40 X 90 X 40 X 100 X 90 X 10 X 80 X 100 X 10 X 80 X +USW00014922197003PSUN 0 X 0 X 0 X 100 X 16 X 85 X 95 X 3 X 67 X 87 X 0 X 0 X 47 X 99 X 100 X 100 X 100 X 100 X 0 X 63 X 67 X 71 X 37 X 74 X 47 X 59 X 90 X 69 X 18 X 94 X 78 X +USW00014922197003TSUN 0 X 0 X 0 X 678 X 108 X 582 X 654 X 24 X 468 X 606 X 702 X 702 X 336 X 702 X 714 X 714 X 720 X 720 X 0 X 456 X 492 X 522 X 270 X 546 X 348 X 444 X 678 X 522 X 138 X 714 X 594 X +USW00014922197003WDFM 90W X 135W X 135W X 360W X 360W X 315W X 45W X 90W X 45W X 90W X 315W X 315W X 315W X 315W X 360W X 225W X 180W X 90W X 90W X 315W X 180W X 360W X 315W X 270W X 360W X 360W X 315W X 90W X 180W X 315W X 360W X +USW00014922197003WESD 790 X 762 X 711 X 559 X 559 X 638 X 638 X 638 X 638 X 638 X 650 X 650 X 650 X 650 X 650 X 650 X 457 X 356 X 254 X 318 X 254 X 191 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197003WSFM 63 X 103 X 112 X 63 X 80 X 80 X 63 X 76 X 54 X 76 X 40 X 72 X 80 X 85 X 54 X 45 X 49 X 58 X 112 X 85 X 36 X 49 X 63 X 49 X 89 X 85 X 112 X 54 X 103 X 76 X 54 X +USW00014922197003WT01-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922197003WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197003WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197003WT06-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197003WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197003WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197003WT18 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922197004TMAX 11 0 44 0 44 0 61 0 94 0 89 0 228 0 167 0 100 0 100 0 122 0 67 0 56 0 144 0 117 0 139 0 111 0 94 0 56 0 50 0 78 0 94 0 156 0 194 0 250 0 294 0 294 0 239 0 322 0 144 0-9999 +USW00014922197004TMIN -50 0 -94 0 -17 0 -78 0 39 0 -6 0 0 0 67 0 6 0 -28 0 28 0 11 0 6 0 22 0 61 0 6 0 33 0 39 0 28 0 11 0 11 0 -6 0 6 0 28 0 44 0 94 0 139 0 161 0 111 0 61 0-9999 +USW00014922197004PRCP 0 0 0T 0 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 43 0 0 0 28 0 0 0 0 0 3 0 323 0 25 0 0T 0 79 0 0 0 0T 0 0 0 0 0 0 0 36 0 251 0 64 0-9999 +USW00014922197004SNOW 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 20 0 0 0 0 0 0 0 0 0 0 0 0T 0 13 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197004SNWD 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197004ACMH 40 X 70 X 90 X 30 X 80 X 20 X 0 X 30 X 0 X 70 X 50 X 100 X 100 X 70 X 90 X 30 X 80 X 100 X 100 X 100 X 80 X 90 X 20 X 20 X 30 X 40 X 50 X 70 X 40 X 90 X-9999 +USW00014922197004ACSH 30 X 80 X 80 X 10 X 90 X 20 X 0 X 40 X 0 X 100 X 60 X 100 X 100 X 60 X 100 X 30 X 80 X 100 X 100 X 100 X 100 X 100 X 20 X 30 X 50 X 50 X 60 X 80 X 40 X 100 X-9999 +USW00014922197004PSUN 84 X 68 X 32 X 100 X 39 X 98 X 98 X 85 X 98 X 84 X 91 X 23 X 1 X 75 X 1 X 88 X 63 X 11 X 0 X 5 X 20 X 4 X 96 X 82 X 98 X 89 X 80 X 40 X 79 X 49 X-9999 +USW00014922197004TSUN 648 X 522 X 246 X 774 X 306 X 762 X 774 X 672 X 780 X 666 X 726 X 186 X 12 X 600 X 12 X 714 X 510 X 90 X 0 X 42 X 162 X 36 X 798 X 696 X 822 X 750 X 678 X 342 X 672 X 414 X-9999 +USW00014922197004WDFM 360W X 225W X 315W X 203W X 225W X 315W X 225W X 315W X 315W X 90W X 90W X 90W X 90W X 90W X 225W X 225W X 270W X 135W X 113W X 270W X 270W X 315W X 225W X 270W X 270W X 225W X 180W X 135W X 270W X 360W X-9999 +USW00014922197004WSFM 72 X 72 X 112 X 89 X 116 X 72 X 139 X 161 X 107 X 80 X 103 X 148 X 121 X 76 X 103 X 161 X 89 X 112 X 130 X 67 X 103 X 116 X 89 X 103 X 89 X 112 X 80 X 107 X 201 X 72 X-9999 +USW00014922197004WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197004WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922197004WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197004WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197004WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197004WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922197004WT18-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197005TMAX 61 0 150 0 211 0 194 0 144 0 189 0 294 0 300 0 167 0 156 0 139 0 178 0 194 0 106 0 100 0 189 0 239 0 322 0 239 0 322 0 261 0 183 0 189 0 244 0 183 0 167 0 122 0 256 0 250 0 233 0 228 0 +USW00014922197005TMIN 22 0 6 0 61 0 61 0 56 0 22 0 106 0 150 0 67 0 56 0 56 0 67 0 61 0 78 0 72 0 67 0 56 0 167 0 139 0 172 0 156 0 122 0 150 0 161 0 67 0 56 0 61 0 94 0 172 0 161 0 156 0 +USW00014922197005PRCP 107 0 0 0 3 0 0T 0 0 0 0T 0 0 0 0 0 74 0 0T 0 0T 0 0T 0 18 0 56 0 3 0 0T 0 0 0 0 0 15 0 0 0 13 0 267 0 23 0 74 0 3 0 0 0 251 0 20 0 91 0 10 0 185 0 +USW00014922197005SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197005ACMH 100 X 30 X 40 X 30 X 30 X 40 X 90 X 70 X 90 X 70 X 100 X 100 X 100 X 100 X 90 X 60 X 0 X 10 X 80 X 90 X 70 X 100 X 100 X 100 X 50 X 10 X 100 X 100 X 90 X 80 X 90 X +USW00014922197005ACSH 100 X 0 X 60 X 20 X 10 X 40 X 90 X 70 X 100 X 70 X 100 X 100 X 100 X 100 X 100 X 70 X 10 X 10 X 90 X 90 X 80 X 100 X 100 X 100 X 50 X 10 X 100 X 90 X 90 X 90 X 100 X +USW00014922197005PSUN 21 X 82 X 64 X 94 X 94 X 94 X 68 X 89 X 29 X 71 X 26 X 19 X 47 X 0 X 16 X 66 X 100 X 99 X 73 X 71 X 67 X 21 X 7 X 58 X 82 X 97 X 7 X 56 X 35 X 29 X 28 X +USW00014922197005TSUN 180 X 702 X 552 X 810 X 810 X 816 X 588 X 780 X 258 X 624 X 228 X 168 X 420 X 0 X 138 X 594 X 894 X 894 X 654 X 636 X 606 X 192 X 60 X 408 X 750 X 882 X 66 X 516 X 318 X 270 X 258 X +USW00014922197005WDFM 315W X 225W X 315W X 360W X 45W X 180W X 225W X 225W X 45W X 45W X 90W X 45W X 90W X 90W X 293W X 315W X 180W X 360W X 90W X 180W X 225W X 90W X 90W X 315W X 315W X 315W X 113W X 180W X 203W X 135W X 360W X +USW00014922197005WSFM 98 X 98 X 107 X 125 X 103 X 112 X 103 X 107 X 72 X 89 X 89 X 80 X 89 X 89 X 85 X 125 X 85 X 98 X 80 X 139 X 112 X 112 X 58 X 116 X 143 X 116 X 80 X 80 X 98 X 49 X 63 X +USW00014922197005WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00014922197005WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922197005WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 +USW00014922197005WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197005WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922197005WT16 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00014922197005WT18 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197006TMAX 206 0 228 0 228 0 272 0 272 0 289 0 333 0 322 0 311 0 300 0 300 0 289 0 267 0 256 0 283 0 278 0 311 0 206 0 211 0 200 0 244 0 294 0 306 0 244 0 222 0 228 0 272 0 350 0 361 0 344 0-9999 +USW00014922197006TMIN 150 0 117 0 111 0 94 0 156 0 128 0 156 0 200 0 217 0 211 0 172 0 189 0 189 0 183 0 200 0 189 0 200 0 117 0 94 0 133 0 94 0 156 0 167 0 144 0 128 0 150 0 128 0 200 0 217 0 250 0-9999 +USW00014922197006PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 13 0 124 0 18 0 0T 0 15 0 61 0 0T 0 0 0 0T 0 38 0 0 0 0 0 0 0 0 0 48 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00014922197006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197006ACMH 90 X 30 X 0 X 10 X 20 X 50 X 20 X 10 X 60 X 60 X 60 X 90 X 80 X 90 X 90 X 60 X 30 X 50 X 60 X 70 X 40 X 30 X 50 X 30 X 80 X 80 X 60 X 40 X 30 X 60 X-9999 +USW00014922197006ACSH 100 X 30 X 0 X 10 X 20 X 70 X 10 X 10 X 90 X 70 X 60 X 100 X 90 X 100 X 80 X 50 X 40 X 60 X 60 X 80 X 50 X 20 X 60 X 40 X 100 X 90 X 60 X 50 X 40 X 80 X-9999 +USW00014922197006PSUN 47 X 94 X 100 X 94 X 90 X 86 X 99 X 94 X 68 X 61 X 64 X 49 X 46 X 26 X 43 X 79 X 84 X 73 X 85 X 30 X 90 X 98 X 90 X 83 X 42 X 29 X 92 X 94 X 94 X 74 X-9999 +USW00014922197006TSUN 438 X 870 X 924 X 870 X 834 X 804 X 924 X 864 X 630 X 570 X 606 X 456 X 426 X 246 X 402 X 738 X 786 X 684 X 792 X 282 X 840 X 918 X 840 X 774 X 390 X 270 X 858 X 882 X 876 X 690 X-9999 +USW00014922197006WDFM 45W X 45W X 135W X 315W X 135W X 270W X 135W X 225W X 180W X 180W X 180W X 180W X 135W X 90W X 135W X 135W X 315W X 315W X 293W X 90W X 293W X 225W X 225W X 360W X 135W X 45W X 135W X 225W X 225W X 225W X-9999 +USW00014922197006WSFM 94 X 80 X 76 X 49 X 80 X 45 X 49 X 103 X 103 X 94 X 107 X 134 X 67 X 76 X 103 X 130 X 103 X 112 X 54 X 58 X 67 X 63 X 116 X 85 X 94 X 49 X 49 X 130 X 63 X 130 X-9999 +USW00014922197006WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197006WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197006WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197006WT16 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922197007TMAX 344 0 328 0 217 0 256 0 283 0 283 0 322 0 294 0 311 0 328 0 339 0 339 0 294 0 322 0 278 0 328 0 350 0 311 0 206 0 250 0 267 0 283 0 278 0 311 0 344 0 350 0 289 0 322 0 294 0 328 0 294 0 +USW00014922197007TMIN 228 0 206 0 156 0 139 0 106 0 156 0 200 0 183 0 144 0 172 0 194 0 211 0 228 0 211 0 178 0 150 0 189 0 194 0 128 0 111 0 122 0 144 0 144 0 178 0 206 0 206 0 200 0 222 0 217 0 206 0 194 0 +USW00014922197007PRCP 18 0 23 0 0T 0 8 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 56 0 5 0 69 0 0T 0 0 0 0 0 274 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 163 0 0T 0 61 0 234 0 18 0 3 0 +USW00014922197007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197007ACMH 60 X 30 X 80 X 30 X 10 X 20 X 40 X 20 X 30 X 50 X 10 X 80 X 100 X 80 X 30 X 10 X 30 X 70 X 60 X 10 X 0 X 30 X 40 X 40 X 10 X 60 X 90 X 50 X 80 X 50 X 60 X +USW00014922197007ACSH 60 X 20 X 80 X 30 X 20 X 30 X 60 X 30 X 40 X 60 X 10 X 100 X 100 X 80 X 50 X 0 X 20 X 60 X 80 X 10 X 10 X 40 X 30 X 40 X 10 X 60 X 90 X 60 X 70 X 30 X 60 X +USW00014922197007PSUN 83 X 97 X 49 X 91 X 99 X 94 X 86 X 98 X 100 X 98 X 99 X 64 X 40 X 59 X 71 X 97 X 95 X 80 X 45 X 99 X 100 X 99 X 95 X 80 X 95 X 83 X 66 X 80 X 55 X 82 X 67 X +USW00014922197007TSUN 780 X 900 X 456 X 846 X 924 X 870 X 804 X 906 X 924 X 906 X 912 X 594 X 366 X 546 X 648 X 894 X 870 X 732 X 408 X 900 X 906 X 900 X 858 X 720 X 852 X 744 X 588 X 714 X 492 X 720 X 594 X +USW00014922197007WDFM 225W X 225W X 315W X 360W X 225W X 225W X 360W X 45W X 180W X 180W X 180W X 270W X 225W X 203W X 360W X 225W X 225W X 315W X 45W X 45W X 225W X 180W X 180W X 225W X 225W X 360W X 225W X 225W X 315W X 315W X 315W X +USW00014922197007WSFM 179 X 103 X 121 X 89 X 63 X 94 X 148 X 85 X 40 X 45 X 45 X 103 X 54 X 67 X 112 X 76 X 58 X 148 X 107 X 54 X 72 X 103 X 94 X 107 X 116 X 156 X 36 X 89 X 98 X 45 X 85 X +USW00014922197007WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00014922197007WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 +USW00014922197007WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197007WT07 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197007WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197007WT16 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922197008TMAX 278 0 278 0 233 0 267 0 289 0 300 0 239 0 261 0 289 0 300 0 311 0 294 0 328 0 344 0 272 0 256 0 311 0 250 0 289 0 256 0 278 0 267 0 278 0 317 0 322 0 339 0 339 0 217 0 244 0 233 0 228 0 +USW00014922197008TMIN 156 0 178 0 117 0 144 0 156 0 172 0 206 0 206 0 172 0 194 0 172 0 194 0 200 0 222 0 183 0 144 0 144 0 211 0 156 0 100 0 106 0 144 0 117 0 139 0 172 0 172 0 206 0 172 0 144 0 139 0 100 0 +USW00014922197008PRCP 0 0 0 0 0T 0 0T 0 0 0 0 0 168 0 0 0 0 0 0 0 0 0 10 0 0 0 46 0 5 0 0 0 0 0 0 0 0T 0 0 0 0T 0 5 0 0 0 0 0 0T 0 0 0 0T 0 43 0 279 0 0 0 0 0 +USW00014922197008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197008ACMH 20 X 40 X 40 X 30 X 20 X 40 X 100 X 70 X 20 X 60 X 30 X 50 X 10 X 30 X 40 X 10 X 60 X 90 X 50 X 10 X 60 X 30 X 0 X 0 X 40 X 10 X 30 X 100 X 80 X 60 X 30 X +USW00014922197008ACSH 30 X 60 X 40 X 30 X 20 X 40 X 100 X 80 X 20 X 60 X 30 X 70 X 10 X 10 X 40 X 20 X 60 X 100 X 50 X 10 X 70 X 30 X 0 X 0 X 50 X 0 X 20 X 100 X 90 X 80 X 40 X +USW00014922197008PSUN 93 X 80 X 96 X 84 X 90 X 81 X 0 X 59 X 83 X 59 X 78 X 56 X 92 X 92 X 80 X 97 X 31 X 16 X 77 X 100 X 78 X 93 X 100 X 96 X 76 X 99 X 92 X 0 X 41 X 44 X 81 X +USW00014922197008TSUN 822 X 708 X 840 X 732 X 786 X 708 X 0 X 510 X 714 X 510 X 666 X 474 X 786 X 786 X 678 X 822 X 264 X 138 X 642 X 834 X 642 X 768 X 822 X 786 X 624 X 804 X 750 X 0 X 330 X 354 X 648 X +USW00014922197008WDFM 270W X 360W X 45W X 180W X 180W X 135W X 180W X 135W X 135W X 113W X 293W X 248W X 180W X 225W X 270W X 270W X 225W X 135W X 315W X 315W X 180W X 315W X 360W X 315W X 270W X 180W X 225W X 90W X 90W X 315W X 180W X +USW00014922197008WSFM 67 X 76 X 54 X 36 X 45 X 67 X 63 X 76 X 63 X 36 X 31 X 72 X 94 X 139 X 112 X 76 X 112 X 72 X 116 X 72 X 80 X 98 X 67 X 45 X 76 X 67 X 85 X 58 X 103 X 76 X 58 X +USW00014922197008WT01-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922197008WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197008WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922197008WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922197008WT16-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00014922197009TMAX 256 0 289 0 294 0 306 0 311 0 317 0 289 0 278 0 222 0 206 0 244 0 161 0 117 0 100 0 139 0 161 0 144 0 239 0 261 0 278 0 272 0 200 0 189 0 150 0 139 0 156 0 150 0 167 0 256 0 233 0-9999 +USW00014922197009TMIN 133 0 200 0 178 0 139 0 183 0 200 0 178 0 117 0 133 0 94 0 72 0 89 0 67 0 72 0 94 0 44 0 100 0 83 0 122 0 194 0 122 0 100 0 67 0 117 0 61 0 61 0 33 0 22 0 61 0 61 0-9999 +USW00014922197009PRCP 0 0 5 0 18 0 0 0 3 0 132 0 0T 0 0 0 140 0 0 0 0 0 0T 0 0 0 64 0 89 0 28 0 76 0 0 0 0 0 3 0 20 0 0 0 66 0 56 0 112 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00014922197009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197009ACMH 50 X 80 X 60 X 10 X 40 X 60 X 60 X 0 X 70 X 10 X 20 X 80 X 100 X 100 X 100 X 80 X 100 X 10 X 40 X 80 X 30 X 60 X 90 X 100 X 80 X 40 X 20 X 20 X 10 X 0 X-9999 +USW00014922197009ACSH 90 X 80 X 70 X 10 X 40 X 70 X 70 X 0 X 90 X 0 X 20 X 90 X 100 X 100 X 100 X 90 X 100 X 10 X 60 X 90 X 10 X 50 X 100 X 100 X 100 X 30 X 0 X 30 X 10 X 0 X-9999 +USW00014922197009PSUN 59 X 50 X 57 X 98 X 95 X 64 X 58 X 100 X 13 X 93 X 91 X 45 X 10 X 0 X 4 X 60 X 0 X 99 X 48 X 16 X 93 X 98 X 55 X 0 X 4 X 83 X 100 X 100 X 100 X 100 X-9999 +USW00014922197009TSUN 468 X 396 X 450 X 768 X 750 X 498 X 450 X 774 X 102 X 714 X 702 X 342 X 78 X 0 X 30 X 450 X 0 X 738 X 354 X 114 X 684 X 714 X 402 X 0 X 30 X 600 X 714 X 714 X 708 X 708 X-9999 +USW00014922197009WDFM 203W X 225W X 315W X 225W X 203W X 180W X 225W X 180W X 315W X 315W X 180W X 315W X 360W X 90W X 315W X 135W X 90W X 270W X 180W X 225W X 225W X 315W X 135W X 90W X 338W X 315W X 360W X 90W X 270W X 180W X-9999 +USW00014922197009WSFM 94 X 116 X 80 X 40 X 116 X 85 X 161 X 85 X 152 X 121 X 116 X 94 X 67 X 72 X 67 X 45 X 58 X 49 X 103 X 130 X 107 X 85 X 76 X 67 X 85 X 76 X 85 X 36 X 72 X 31 X-9999 +USW00014922197009WT01-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197009WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197009WT03-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197009WT08 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197009WT16-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197010TMAX 244 0 194 0 150 0 233 0 294 0 250 0 144 0 61 0 56 0 89 0 111 0 161 0 117 0 106 0 89 0 144 0 183 0 172 0 172 0 167 0 183 0 150 0 144 0 161 0 167 0 150 0 144 0 100 0 67 0 50 0 44 0 +USW00014922197010TMIN 89 0 94 0 39 0 11 0 94 0 144 0 50 0 39 0 6 0 -11 0 67 0 33 0 22 0 -11 0 0 0 -11 0 33 0 44 0 33 0 56 0 78 0 100 0 128 0 128 0 111 0 44 0 67 0 0 0 11 0 39 0 33 0 +USW00014922197010PRCP 0 0 0 0 0 0 0 0 0 0 3 0 203 0 363 0 246 0 0T 0 53 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 38 0 43 0 61 0 137 0 18 0 0 0 0 0 89 0 3 0 +USW00014922197010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00014922197010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197010ACMH 30 X 30 X 30 X 10 X 30 X 80 X 100 X 100 X 100 X 60 X 100 X 30 X 60 X 20 X 40 X 0 X 0 X 0 X 10 X 60 X 70 X 100 X 100 X 100 X 100 X 80 X 100 X 50 X 80 X 100 X 100 X +USW00014922197010ACSH 30 X 10 X 20 X 10 X 0 X 80 X 100 X 100 X 100 X 30 X 100 X 20 X 80 X 20 X 50 X 0 X 0 X 0 X 10 X 80 X 50 X 100 X 100 X 100 X 100 X 90 X 90 X 40 X 80 X 100 X 100 X +USW00014922197010PSUN 100 X 100 X 100 X 93 X 91 X 39 X 0 X 0 X 4 X 82 X 0 X 83 X 29 X 85 X 62 X 100 X 100 X 100 X 80 X 23 X 61 X 0 X 0 X 0 X 0 X 50 X 42 X 61 X 25 X 0 X 0 X +USW00014922197010TSUN 702 X 702 X 696 X 648 X 630 X 270 X 0 X 0 X 30 X 558 X 0 X 558 X 192 X 564 X 408 X 660 X 654 X 654 X 516 X 150 X 390 X 0 X 0 X 0 X 0 X 312 X 264 X 378 X 156 X 0 X 0 X +USW00014922197010WDFM 225W X 315W X 315W X 225W X 225W X 180W X 360W X 360W X 45W X 270W X 225W X 180W X 315W X 360W X 270W X 225W X 225W X 270W X 225W X 180W X 135W X 135W X 135W X 135W X 135W X 45W X 315W X 225W X 225W X 90W X 270W X +USW00014922197010WSFM 112 X 170 X 134 X 98 X 80 X 156 X 89 X 89 X 85 X 76 X 67 X 54 X 85 X 58 X 76 X 76 X 98 X 58 X 85 X 72 X 80 X 76 X 54 X 40 X 85 X 80 X 107 X 76 X 85 X 85 X 80 X +USW00014922197010WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00014922197010WT03-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922197010WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197010WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X +USW00014922197010WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922197011TMAX 44 0 50 0 61 0 100 0 117 0 94 0 78 0 61 0 56 0 94 0 78 0 39 0 22 0 6 0 22 0 56 0 56 0 56 0 17 0 39 0 39 0 22 0 -94 0 -22 0 56 0 0 0 -17 0 17 0 44 0 67 0-9999 +USW00014922197011TMIN 17 0 28 0 11 0 11 0 6 0 0 0 -28 0 17 0 39 0 0 0 28 0 17 0 -17 0 -72 0 -83 0 -50 0 0 0 -6 0 -22 0 -22 0 -6 0 -150 0 -150 0 -161 0 -28 0 -111 0 -144 0 -56 0 -39 0 -50 0-9999 +USW00014922197011PRCP 76 0 53 0 135 0 0 0 0 0 0 0 0 0 206 0 325 0 0 0 58 0 0T 0 0T 0 0T 0 0 0 0 0 3 0 0 0 20 0 0T 0 0T 0 0T 0 0T 0 0T 0 10 0 79 0 0 0 0T 0 3 0 3 0-9999 +USW00014922197011SNOW 0T 0 0T 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 13 0 0T 0 0T 0 0T 0 0T 0 0T 0 5 0 127 0 0 0 0 0 0 0 0 0-9999 +USW00014922197011SNWD 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 25 0 127 0 102 0 76 0 51 0-9999 +USW00014922197011ACMH 100 X 100 X 100 X 40 X 40 X 40 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 40 X 50 X 70 X 100 X 90 X 100 X 50 X 90 X 60 X 20 X 60 X 90 X 90 X 60 X 100 X 40 X 90 X-9999 +USW00014922197011ACSH 100 X 100 X 100 X 20 X 30 X 80 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 40 X 100 X 90 X 100 X 90 X 100 X 10 X 90 X 50 X 30 X 90 X 100 X 100 X 50 X 100 X 40 X 100 X-9999 +USW00014922197011PSUN 0 X 0 X 0 X 89 X 76 X 41 X 30 X 0 X 0 X 4 X 0 X 0 X 0 X 70 X 54 X 34 X 7 X 18 X 0 X 84 X 20 X 69 X 66 X 17 X 5 X 0 X 65 X 21 X 60 X 0 X-9999 +USW00014922197011TSUN 0 X 0 X 0 X 540 X 456 X 246 X 180 X 0 X 0 X 24 X 0 X 0 X 0 X 402 X 312 X 192 X 42 X 102 X 0 X 474 X 114 X 384 X 366 X 96 X 30 X 0 X 360 X 114 X 330 X 0 X-9999 +USW00014922197011WDFM 225W X 45W X 45W X 315W X 315W X 360W X 270W X 45W X 360W X 315W X 360W X 45W X 360W X 360W X 225W X 135W X 135W X 315W X 135W X 315W X 135W X 315W X 315W X 180W X 180W X 315W X 90W X 180W X 225W X 135W X-9999 +USW00014922197011WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 X 76 X 51 X 51 X-9999 +USW00014922197011WSFM 89 X 89 X 103 X 76 X 76 X 63 X 45 X 76 X 89 X 54 X 89 X 67 X 85 X 72 X 67 X 45 X 63 X 76 X 58 X 121 X 76 X 188 X 148 X 161 X 103 X 98 X 63 X 94 X 80 X 98 X-9999 +USW00014922197011WT01 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922197011WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922197011WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197011WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197011WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197011WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00014922197011WT18 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197012TMAX 111 0 44 0 39 0 -6 0 -6 0 -83 0 17 0 50 0 0 0 -78 0 -11 0 -22 0 -39 0 -100 0 -22 0 -11 0 11 0 6 0 -100 0 -122 0 -67 0 -22 0 -22 0 -89 0 -94 0 17 0 -100 0 -111 0 -94 0 -11 0 -39 0 +USW00014922197012TMIN -11 0 -39 0 -33 0 -78 0 -161 0 -172 0 -83 0 -50 0 -89 0 -94 0 -89 0 -117 0 -122 0 -172 0 -167 0 -33 0 -33 0 -100 0 -178 0 -222 0 -122 0 -72 0 -217 0 -250 0 -178 0 -100 0 -178 0 -194 0 -222 0 -128 0 -94 0 +USW00014922197012PRCP 0T 0 0 0 20 0 0T 0 3 0 0 0 0 0 3 0 0T 0 28 0 18 0 3 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 10 0 18 0 3 0 0T 0 0 0 5 0 0T 0 0T 0 0T 0 0 0 0 0 +USW00014922197012SNOW 0 0 0 0 8 0 0T 0 3 0 0 0 0 0 0 0 0T 0 36 0 25 0 8 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 18 0 23 0 8 0 0T 0 0 0 13 0 0T 0 0T 0 0T 0 0 0 0 0 +USW00014922197012SNWD 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 102 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 +USW00014922197012ACMH 60 X 70 X 80 X 60 X 60 X 70 X 70 X 70 X 60 X 100 X 100 X 70 X 50 X 0 X 80 X 100 X 100 X 100 X 40 X 50 X 80 X 100 X 60 X 60 X 30 X 70 X 10 X 50 X 20 X 90 X 100 X +USW00014922197012ACSH 80 X 90 X 100 X 100 X 80 X 90 X 90 X 100 X 30 X 100 X 100 X 90 X 60 X 0 X 100 X 100 X 100 X 100 X 30 X 50 X 60 X 100 X 90 X 100 X 20 X 80 X 0 X 60 X 0 X 100 X 100 X +USW00014922197012PSUN 9 X 80 X 0 X 16 X 49 X 37 X 3 X 9 X 78 X 0 X 22 X 0 X 60 X 100 X 6 X 0 X 0 X 2 X 80 X 53 X 48 X 0 X 42 X 0 X 99 X 28 X 100 X 70 X 100 X 7 X 0 X +USW00014922197012TSUN 48 X 432 X 0 X 84 X 264 X 198 X 18 X 48 X 414 X 0 X 120 X 0 X 318 X 528 X 30 X 0 X 0 X 12 X 420 X 282 X 252 X 0 X 222 X 0 X 522 X 150 X 528 X 372 X 528 X 36 X 0 X +USW00014922197012WDFM 270W X 315W X 315W X 135W X 315W X 315W X 180W X 158W X 315W X 45W X 23W X 135W X 315W X 315W X 135W X 270W X 225W X 360W X 315W X 225W X 135W X 180W X 315W X 315W X 315W X 315W X 360W X 225W X 135W X 135W X 135W X +USW00014922197012WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X 51 X 51 X 51 X 51 X 51 X 51 X 51 X 51 X 51 X 51 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X +USW00014922197012WSFM 134 X 72 X 103 X 89 X 156 X 72 X 80 X 40 X 98 X 67 X 54 X 45 X 63 X 58 X 67 X 40 X 98 X 80 X 85 X 36 X 76 X 54 X 112 X 80 X 85 X 121 X 72 X 40 X 58 X 80 X 63 X +USW00014922197012WT01 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X +USW00014922197012WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922197012WT04-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197012WT06-9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197012WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922197012WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197012WT16 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197012WT18-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922197101TMAX 17 0 -61 0 -78 0 -78 0 -167 0 -156 0 -144 0 -50 0 -28 0 -117 0 -133 0 -117 0 -72 0 -72 0 -172 0 -117 0 -94 0 -122 0 -150 0 -44 0 -11 0 17 0 -28 0 -67 0 -56 0 -156 0 -178 0 -122 0 -39 0 -194 0 -189 0 +USW00014922197101TMIN -94 0 -156 0 -111 0 -194 0 -222 0 -250 0 -244 0 -206 0 -117 0 -178 0 -183 0 -183 0 -117 0 -217 0 -256 0 -194 0 -161 0 -200 0 -244 0 -217 0 -117 0 -94 0 -111 0 -94 0 -156 0 -244 0 -278 0 -244 0 -217 0 -250 0 -256 0 +USW00014922197101PRCP 38 0 0 0 20 0 25 0 0T 0 0T 0 0T 0 0 0 25 0 5 0 33 0 18 0 3 0 0T 0 0 0 0T 0 10 0 0 0 0 0 10 0 0T 0 0T 0 0 0 0T 0 61 0 0 0 3 0 0T 0 58 0 0T 0 0T 0 +USW00014922197101SNOW 36 0 0 0 33 0 48 0 0T 0 0T 0 0T 0 0 0 28 0 8 0 71 0 43 0 8 0 0T 0 0 0 5 0 20 0 0 0 0 0 18 0 0T 0 0T 0 0 0 0T 0 99 0 0 0 3 0 3 0 84 0 0T 0 0T 0 +USW00014922197101SNWD 102 0 102 0 76 0 152 0 127 0 127 0 127 0 127 0 152 0 152 0 229 0 203 0 229 0 229 0 229 0 229 0 254 0 203 0 203 0 203 0 229 0 203 0 203 0 203 0 203 0 279 0 254 0 254 0 254 0 330 0 330 0 +USW00014922197101ACMH 70 X 40 X 100 X 60 X 30 X 30 X 20 X 80 X 80 X 50 X 60 X 100 X 100 X 60 X 50 X 100 X 70 X 30 X 0 X 100 X 50 X 50 X 40 X 100 X 100 X 0 X 60 X 70 X 90 X 40 X 10 X +USW00014922197101ACSH 90 X 30 X 100 X 60 X 30 X 30 X 0 X 70 X 100 X 50 X 10 X 100 X 100 X 90 X 50 X 100 X 70 X 30 X 0 X 100 X 70 X 50 X 20 X 100 X 100 X 0 X 100 X 90 X 100 X 10 X 0 X +USW00014922197101PSUN 24 X 92 X 0 X 81 X 89 X 100 X 90 X 41 X 0 X 67 X 90 X 4 X 0 X 39 X 96 X 0 X 55 X 90 X 96 X 0 X 45 X 77 X 88 X 34 X 0 X 100 X 0 X 27 X 1 X 100 X 99 X +USW00014922197101TSUN 126 X 492 X 0 X 432 X 474 X 534 X 486 X 222 X 0 X 360 X 492 X 24 X 0 X 210 X 528 X 0 X 306 X 504 X 534 X 0 X 252 X 432 X 498 X 192 X 0 X 570 X 0 X 156 X 6 X 582 X 576 X +USW00014922197101WDFM 315W X 225W X 360W X 360W X 315W X 270W X 225W X 180W X 270W X 315W X 315W X 90W X 135W X 315W X 315W X 135W X 360W X 315W X 270W X 225W X 270W X 315W X 270W X 360W X 360W X 360W X 315W X 270W X 315W X 315W X 315W X +USW00014922197101WESD 127 X 102 X 102 X 127 X 127 X 127 X 127 X 127 X 152 X 152 X 203 X 203 X 279 X 279 X 279 X 279 X 279 X 279 X 279 X 279 X 279 X 279 X 279 X 279 X 305 X 381 X 381 X 381 X 457 X 457 X 457 X +USW00014922197101WSFM 80 X 36 X 116 X 143 X 85 X 54 X 40 X 94 X 89 X 72 X 72 X 76 X 76 X 76 X 45 X 58 X 54 X 72 X 45 X 112 X 112 X 125 X 76 X 67 X 130 X 103 X 67 X 63 X 165 X 103 X 103 X +USW00014922197101WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197101WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197101WT08-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197101WT09-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922197101WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197101WT18 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00014922197102TMAX -183 0 -89 0 -72 0 -56 0 -61 0 -139 0 -189 0 -178 0 -94 0 -44 0 -11 0 -56 0 -94 0 -11 0 0 0 33 0 56 0 22 0 11 0 -11 0 -6 0 -11 0 28 0 17 0 50 0 33 0 0 0 -28 0-9999 -9999 -9999 +USW00014922197102TMIN -244 0 -261 0 -94 0 -78 0 -150 0 -222 0 -289 0 -306 0 -294 0 -111 0 -67 0 -222 0 -267 0 -100 0 -144 0 -28 0 -33 0 -6 0 -28 0 -61 0 -89 0 -67 0 -78 0 -106 0 -83 0 0 0 -50 0 -94 0-9999 -9999 -9999 +USW00014922197102PRCP 0T 0 20 0 23 0 53 0 18 0 0 0 0T 0 0 0 0T 0 0 0 8 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 8 0 135 0 0T 0 0 0 25 0 0 0 0 0 0 0 130 0 23 0 0 0-9999 -9999 -9999 +USW00014922197102SNOW 0T 0 56 0 38 0 112 0 25 0 0 0 0T 0 0 0 0T 0 0 0 10 0 5 0 0T 0 0T 0 0 0 0 0 0 0 8 0 3 0 0T 0 0 0 51 0 0 0 0 0 0 0 33 0 13 0 0 0-9999 -9999 -9999 +USW00014922197102SNWD 330 0 330 0 381 0 381 0 508 0 483 0 483 0 457 0 457 0 457 0 432 0 406 0 406 0 406 0 381 0 381 0 330 0 254 0 203 0 203 0 203 0 203 0 254 0 229 0 203 0 178 0 152 0 152 0-9999 -9999 -9999 +USW00014922197102ACMH 20 X 80 X 100 X 100 X 60 X 0 X 0 X 10 X 60 X 100 X 100 X 30 X 70 X 80 X 80 X 70 X 20 X 100 X 100 X 70 X 60 X 80 X 60 X 50 X 20 X 100 X 100 X 10 X-9999 -9999 -9999 +USW00014922197102ACSH 0 X 100 X 100 X 100 X 50 X 0 X 0 X 20 X 80 X 100 X 100 X 10 X 90 X 100 X 90 X 90 X 0 X 100 X 100 X 80 X 50 X 100 X 70 X 80 X 20 X 100 X 100 X 20 X-9999 -9999 -9999 +USW00014922197102PSUN 97 X 0 X 0 X 0 X 86 X 100 X 100 X 90 X 44 X 20 X 1 X 89 X 83 X 13 X 47 X 13 X 96 X 0 X 0 X 54 X 77 X 0 X 86 X 87 X 98 X 0 X 2 X 98 X-9999 -9999 -9999 +USW00014922197102TSUN 570 X 0 X 0 X 0 X 516 X 600 X 606 X 546 X 270 X 120 X 6 X 552 X 510 X 84 X 294 X 84 X 606 X 0 X 0 X 306 X 492 X 0 X 558 X 570 X 642 X 0 X 12 X 654 X-9999 -9999 -9999 +USW00014922197102WDFM 315W X 180W X 135W X 360W X 315W X 270W X 225W X 315W X 225W X 180W X 315W X 360W X 180W X 270W X 135W X 180W X 270W X 45W X 45W X 360W X 45W X 45W X 45W X 225W X 180W X 315W X 315W X 315W X-9999 -9999 -9999 +USW00014922197102WESD 457 X 457 X 483 X 508 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 711 X 737 X 737 X 737 X 762 X 762 X 762 X 787 X 889 X 889 X-9999 -9999 -9999 +USW00014922197102WSFM 134 X 72 X 76 X 112 X 143 X 80 X 54 X 58 X 80 X 76 X 80 X 85 X 76 X 40 X 89 X 116 X 76 X 76 X 89 X 72 X 76 X 103 X 67 X 63 X 63 X 161 X 188 X 85 X-9999 -9999 -9999 +USW00014922197102WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197102WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197102WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197102WT06-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 X 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197102WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197102WT09-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922197102WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197102WT18 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197103TMAX -50 0 -56 0 -28 0 11 0 17 0 -11 0 -33 0 -39 0 -39 0 6 0 17 0 28 0 61 0 56 0 17 0 -6 0 56 0 17 0 22 0 22 0 33 0 -22 0 -33 0 -22 0 22 0 28 0 89 0 39 0 56 0 100 0 194 0 +USW00014922197103TMIN -111 0 -144 0 -161 0 -117 0 -39 0 -89 0 -94 0 -139 0 -122 0 -78 0 -72 0 0 0 -6 0 11 0 -44 0 -83 0 -89 0 -17 0 -28 0 -61 0 -22 0 -89 0 -106 0 -106 0 -83 0 -6 0 0 0 -22 0 -33 0 -6 0 33 0 +USW00014922197103PRCP 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 0 0 5 0 5 0 3 0 20 0 8 0 66 0 127 0 0 0 0 0 23 0 8 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 41 0 0 0 0 0 0 0 0 0 +USW00014922197103SNOW 0 0 0 0 0 0 0 0 0T 0 0T 0 5 0 0 0 8 0 10 0 3 0 28 0 0 0 0T 0 89 0 0 0 0 0 25 0 10 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922197103SNWD 152 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 127 0 127 0 127 0 152 0 127 0 76 0 76 0 127 0 127 0 102 0 127 0 102 0 76 0 76 0 76 0 76 0 51 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 +USW00014922197103ACMH 50 X 0 X 10 X 70 X 90 X 90 X 40 X 10 X 90 X 80 X 100 X 100 X 100 X 100 X 100 X 70 X 80 X 100 X 70 X 70 X 80 X 30 X 10 X 0 X 50 X 100 X 90 X 60 X 30 X 70 X 70 X +USW00014922197103ACSH 90 X 0 X 10 X 70 X 100 X 90 X 40 X 20 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 80 X 100 X 100 X 90 X 90 X 60 X 10 X 0 X 40 X 100 X 100 X 80 X 20 X 70 X 90 X +USW00014922197103PSUN 100 X 100 X 96 X 56 X 0 X 16 X 77 X 100 X 16 X 0 X 0 X 0 X 70 X 0 X 0 X 94 X 58 X 0 X 74 X 34 X 19 X 63 X 99 X 100 X 73 X 0 X 24 X 54 X 98 X 98 X 86 X +USW00014922197103TSUN 666 X 672 X 648 X 378 X 0 X 108 X 528 X 690 X 114 X 0 X 0 X 0 X 498 X 0 X 0 X 672 X 414 X 0 X 540 X 246 X 138 X 468 X 732 X 738 X 540 X 0 X 180 X 408 X 738 X 750 X 654 X +USW00014922197103WDFM 315W X 315W X 180W X 225W X 315W X 315W X 360W X 315W X 135W X 270W X 135W X 180W X 135W X 135W X 360W X 315W X 270W X 360W X 360W X 135W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 360W X 135W X 180W X +USW00014922197103WESD 889 X 889 X 838 X 838 X 838 X 838 X 838 X 838 X 838 X 838 X 838 X 864 X 864 X 483 X 610 X 610 X 610 X 610 X 635 X 635 X 635 X 635 X 635 X 635 X 381 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197103WSFM 67 X 63 X 40 X 80 X 63 X 112 X 112 X 67 X 58 X 36 X 54 X 72 X 116 X 112 X 112 X 54 X 54 X 112 X 130 X 67 X 107 X 116 X 94 X 49 X 67 X 76 X 143 X 121 X 80 X 89 X 89 X +USW00014922197103WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922197103WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197103WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197103WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197103WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197103WT08-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197103WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922197103WT18-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197104TMAX 78 0 -33 0 17 0 61 0 83 0 133 0 217 0 200 0 156 0 211 0 189 0 183 0 89 0 117 0 233 0 239 0 206 0 139 0 233 0 261 0 167 0 167 0 200 0 139 0 150 0 161 0 100 0 89 0 128 0 172 0-9999 +USW00014922197104TMIN -78 0 -83 0 -83 0 -56 0 -61 0 -50 0 17 0 56 0 33 0 33 0 56 0 17 0 -11 0 -28 0 22 0 83 0 50 0 89 0 100 0 122 0 50 0 22 0 22 0 -11 0 22 0 44 0 33 0 17 0 33 0 44 0-9999 +USW00014922197104PRCP 33 0 15 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 3 0 0 0 0 0 5 0 0 0 28 0 3 0 0 0 38 0 0 0 0T 0 0 0 0 0 0T 0 117 0 13 0 0 0 20 0-9999 +USW00014922197104SNOW 33 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0-9999 +USW00014922197104SNWD 0T 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00014922197104ACMH 100 X 70 X 20 X 20 X 0 X 50 X 20 X 60 X 10 X 30 X 90 X 80 X 50 X 40 X 40 X 80 X 10 X 90 X 90 X 90 X 80 X 10 X 30 X 0 X 60 X 70 X 100 X 100 X 80 X 50 X-9999 +USW00014922197104ACSH 100 X 90 X 30 X 10 X 0 X 70 X 40 X 60 X 0 X 30 X 90 X 90 X 50 X 60 X 50 X 90 X 0 X 100 X 100 X 90 X 100 X 20 X 50 X 0 X 70 X 60 X 100 X 90 X 100 X 60 X-9999 +USW00014922197104PSUN 9 X 8 X 93 X 100 X 100 X 100 X 100 X 94 X 100 X 100 X 62 X 78 X 73 X 79 X 99 X 79 X 97 X 7 X 38 X 78 X 41 X 100 X 78 X 100 X 92 X 94 X 0 X 20 X 37 X 60 X-9999 +USW00014922197104TSUN 72 X 60 X 720 X 774 X 780 X 780 X 786 X 738 X 792 X 792 X 498 X 624 X 588 X 636 X 804 X 636 X 792 X 54 X 312 X 642 X 342 X 828 X 654 X 834 X 774 X 792 X 0 X 168 X 318 X 510 X-9999 +USW00014922197104WDFM 315W X 315W X 315W X 315W X 360W X 270W X 225W X 315W X 360W X 180W X 225W X 360W X 315W X 180W X 180W X 225W X 135W X 135W X 225W X 135W X 90W X 45W X 360W X 360W X 315W X 90W X 90W X 360W X 270W X 270W X-9999 +USW00014922197104WSFM 161 X 139 X 85 X 49 X 40 X 58 X 107 X 107 X 107 X 143 X 107 X 98 X 98 X 45 X 130 X 130 X 72 X 94 X 63 X 116 X 116 X 54 X 121 X 76 X 76 X 76 X 116 X 76 X 45 X 103 X-9999 +USW00014922197104WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197104WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922197104WT04 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922197104WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197104WT09 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197104WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 +USW00014922197104WT18 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197105TMAX 139 0 150 0 189 0 211 0 200 0 200 0 211 0 183 0 217 0 239 0 167 0 178 0 261 0 289 0 250 0 256 0 200 0 150 0 61 0 178 0 178 0 167 0 144 0 156 0 111 0 178 0 211 0 228 0 261 0 261 0 211 0 +USW00014922197105TMIN 11 0 22 0 0 0 83 0 44 0 56 0 61 0 61 0 50 0 94 0 56 0 11 0 56 0 89 0 106 0 61 0 139 0 61 0 17 0 44 0 33 0 111 0 122 0 72 0 61 0 56 0 33 0 44 0 89 0 150 0 133 0 +USW00014922197105PRCP 5 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 43 0 36 0 241 0 0T 0 0 0 0 0 295 0 66 0 0T 0 0 0 0 0 0 0 0 0 0 0 36 0 +USW00014922197105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197105ACMH 70 X 0 X 10 X 40 X 50 X 0 X 40 X 30 X 30 X 90 X 70 X 0 X 0 X 0 X 30 X 30 X 80 X 100 X 100 X 40 X 70 X 80 X 100 X 100 X 100 X 80 X 0 X 0 X 70 X 90 X 90 X +USW00014922197105ACSH 90 X 0 X 0 X 40 X 70 X 0 X 40 X 30 X 20 X 90 X 80 X 10 X 0 X 0 X 40 X 10 X 100 X 100 X 100 X 40 X 70 X 90 X 100 X 100 X 100 X 90 X 10 X 0 X 80 X 100 X 80 X +USW00014922197105PSUN 56 X 100 X 100 X 82 X 99 X 100 X 96 X 95 X 98 X 99 X 63 X 71 X 100 X 92 X 99 X 96 X 17 X 0 X 0 X 83 X 79 X 43 X 1 X 4 X 7 X 75 X 100 X 100 X 91 X 53 X 48 X +USW00014922197105TSUN 480 X 858 X 864 X 714 X 858 X 870 X 834 X 828 X 858 X 864 X 558 X 630 X 888 X 816 X 882 X 864 X 150 X 0 X 0 X 750 X 714 X 390 X 12 X 36 X 60 X 684 X 918 X 918 X 840 X 486 X 444 X +USW00014922197105WDFM 315W X 360W X 225W X 180W X 45W X 90W X 360W X 360W X 90W X 135W X 45W X 360W X 360W X 225W X 315W X 225W X 180W X 45W X 315W X 315W X 135W X 135W X 90W X 90W X 315W X 360W X 135W X 225W X 225W X 45W X 90W X +USW00014922197105WSFM 107 X 76 X 49 X 76 X 107 X 76 X 76 X 72 X 54 X 58 X 112 X 80 X 76 X 103 X 98 X 49 X 85 X 103 X 112 X 76 X 76 X 103 X 80 X 89 X 89 X 63 X 54 X 80 X 94 X 76 X 112 X +USW00014922197105WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197105WT03 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922197105WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197105WT16 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00014922197105WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197106TMAX 156 0 233 0 294 0 294 0 289 0 283 0 211 0 217 0 233 0 261 0 289 0 317 0 300 0 278 0 294 0 317 0 339 0 306 0 272 0 261 0 250 0 289 0 300 0 244 0 217 0 267 0 356 0 283 0 306 0 261 0-9999 +USW00014922197106TMIN 100 0 106 0 128 0 194 0 172 0 161 0 128 0 128 0 128 0 144 0 189 0 183 0 183 0 172 0 161 0 189 0 217 0 206 0 200 0 178 0 133 0 167 0 144 0 156 0 128 0 167 0 211 0 228 0 183 0 161 0-9999 +USW00014922197106PRCP 91 0 0 0 0 0 64 0 23 0 0T 0 145 0 0 0 0 0 89 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 185 0 0T 0 0T 0 0 0 64 0 30 0 0T 0 0T 0 0 0 15 0 175 0 0 0-9999 +USW00014922197106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197106ACMH 100 X 60 X 40 X 100 X 20 X 80 X 100 X 60 X 80 X 100 X 70 X 50 X 20 X 30 X 30 X 60 X 50 X 50 X 90 X 40 X 60 X 40 X 50 X 100 X 90 X 70 X 10 X 80 X 90 X 50 X-9999 +USW00014922197106ACSH 100 X 50 X 30 X 100 X 10 X 90 X 100 X 60 X 90 X 100 X 70 X 70 X 20 X 30 X 30 X 70 X 70 X 40 X 100 X 40 X 80 X 40 X 60 X 100 X 100 X 80 X 10 X 100 X 90 X 50 X-9999 +USW00014922197106PSUN 1 X 77 X 91 X 63 X 96 X 68 X 26 X 87 X 66 X 17 X 69 X 98 X 98 X 95 X 97 X 96 X 90 X 63 X 29 X 80 X 73 X 88 X 74 X 24 X 42 X 41 X 100 X 49 X 45 X 73 X-9999 +USW00014922197106TSUN 6 X 708 X 840 X 588 X 894 X 636 X 240 X 810 X 612 X 162 X 648 X 912 X 918 X 888 X 900 X 894 X 840 X 594 X 270 X 744 X 684 X 828 X 696 X 222 X 390 X 384 X 936 X 456 X 420 X 684 X-9999 +USW00014922197106WDFM 90W X 360W X 180W X 135W X 315W X 270W X 45W X 90W X 135W X 135W X 225W X 315W X 315W X 360W X 90W X 135W X 225W X 225W X 135W X 360W X 270W X 360W X 315W X 315W X 45W X 113W X 225W X 225W X 315W X 315W X-9999 +USW00014922197106WSFM 85 X 45 X 36 X 143 X 130 X 116 X 63 X 63 X 76 X 80 X 76 X 54 X 63 X 54 X 40 X 76 X 107 X 94 X 94 X 89 X 49 X 58 X 94 X 58 X 54 X 76 X 121 X 89 X 125 X 72 X-9999 +USW00014922197106WT01-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197106WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197106WT03-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922197106WT05-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197106WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 +USW00014922197106WT16 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 +USW00014922197107TMAX 250 0 294 0 294 0 289 0 294 0 294 0 278 0 256 0 256 0 222 0 267 0 267 0 250 0 272 0 261 0 300 0 267 0 283 0 261 0 278 0 322 0 256 0 278 0 283 0 250 0 228 0 261 0 222 0 211 0 217 0 272 0 +USW00014922197107TMIN 144 0 144 0 189 0 189 0 150 0 167 0 183 0 167 0 144 0 167 0 161 0 172 0 161 0 128 0 128 0 161 0 128 0 150 0 111 0 156 0 139 0 172 0 144 0 117 0 161 0 117 0 94 0 111 0 83 0 100 0 100 0 +USW00014922197107PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 607 0 0 0 0 0 48 0 0 0 84 0 0 0 20 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 127 0 8 0 102 0 0 0 0 0 +USW00014922197107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197107ACMH 40 X 10 X 60 X 80 X 40 X 40 X 90 X 80 X 60 X 70 X 70 X 70 X 20 X 40 X 10 X 10 X 30 X 90 X 30 X 50 X 10 X 90 X 20 X 30 X 70 X 30 X 50 X 70 X 70 X 40 X 50 X +USW00014922197107ACSH 50 X 10 X 70 X 90 X 50 X 50 X 90 X 70 X 60 X 80 X 70 X 80 X 30 X 40 X 10 X 20 X 30 X 90 X 30 X 60 X 10 X 90 X 20 X 20 X 80 X 40 X 80 X 70 X 90 X 50 X 60 X +USW00014922197107PSUN 96 X 100 X 95 X 69 X 70 X 90 X 35 X 87 X 91 X 38 X 88 X 31 X 98 X 77 X 100 X 99 X 97 X 64 X 90 X 93 X 97 X 68 X 99 X 95 X 59 X 87 X 56 X 81 X 54 X 95 X 88 X +USW00014922197107TSUN 888 X 930 X 882 X 642 X 654 X 834 X 324 X 804 X 840 X 348 X 816 X 282 X 900 X 708 X 918 X 906 X 870 X 588 X 822 X 846 X 876 X 612 X 888 X 852 X 528 X 780 X 498 X 726 X 480 X 846 X 780 X +USW00014922197107WDFM 315W X 180W X 225W X 225W X 225W X 225W X 45W X 315W X 180W X 135W X 135W X 180W X 315W X 360W X 315W X 315W X 135W X 315W X 315W X 270W X 225W X 45W X 360W X 180W X 315W X 270W X 225W X 315W X 315W X 315W X 225W X +USW00014922197107WSFM 76 X 67 X 107 X 72 X 76 X 76 X 148 X 58 X 40 X 67 X 72 X 125 X 94 X 89 X 76 X 76 X 40 X 107 X 63 X 49 X 72 X 67 X 76 X 54 X 94 X 76 X 94 X 94 X 94 X 58 X 76 X +USW00014922197107WT03-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922197107WT05-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197107WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197107WT16-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922197108TMAX 233 0 217 0 217 0 239 0 244 0 272 0 289 0 294 0 333 0 272 0 278 0 317 0 333 0 261 0 272 0 300 0 333 0 250 0 289 0 294 0 311 0 361 0 233 0 272 0 250 0 239 0 256 0 294 0 311 0 250 0 222 0 +USW00014922197108TMIN 122 0 78 0 78 0 94 0 117 0 139 0 150 0 167 0 189 0 156 0 111 0 194 0 167 0 139 0 117 0 133 0 172 0 194 0 200 0 161 0 156 0 194 0 144 0 161 0 111 0 100 0 67 0 94 0 139 0 189 0 150 0 +USW00014922197108PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 97 0 0 0 0 0 0T 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 15 0 302 0 +USW00014922197108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197108ACMH 60 X 40 X 70 X 20 X 0 X 30 X 60 X 40 X 10 X 50 X 40 X 20 X 50 X 50 X 10 X 0 X 10 X 100 X 50 X 10 X 50 X 20 X 50 X 30 X 50 X 20 X 0 X 0 X 60 X 100 X 100 X +USW00014922197108ACSH 80 X 60 X 60 X 30 X 0 X 30 X 60 X 60 X 10 X 60 X 40 X 30 X 60 X 50 X 10 X 0 X 10 X 100 X 50 X 10 X 80 X 20 X 80 X 40 X 60 X 30 X 0 X 0 X 70 X 100 X 100 X +USW00014922197108PSUN 87 X 83 X 97 X 99 X 100 X 87 X 81 X 84 X 93 X 76 X 99 X 81 X 63 X 67 X 99 X 100 X 99 X 26 X 68 X 99 X 67 X 85 X 49 X 65 X 70 X 89 X 99 X 100 X 87 X 10 X 5 X +USW00014922197108TSUN 768 X 732 X 846 X 864 X 870 X 756 X 702 X 726 X 804 X 654 X 846 X 690 X 540 X 570 X 840 X 840 X 834 X 222 X 564 X 822 X 552 X 702 X 402 X 534 X 570 X 726 X 804 X 810 X 696 X 78 X 42 X +USW00014922197108WDFM 360W X 45W X 45W X 135W X 135W X 225W X 225W X 225W X 225W X 360W X 270W X 225W X 225W X 45W X 180W X 225W X 225W X 135W X 270W X 360W X 225W X 45W X 135W X 315W X 360W X 45W X 90W X 180W X 225W X 90W X 135W X +USW00014922197108WSFM 80 X 54 X 40 X 58 X 45 X 40 X 63 X 76 X 98 X 112 X 76 X 112 X 94 X 67 X 58 X 67 X 80 X 76 X 49 X 36 X 94 X 98 X 76 X 98 X 85 X 63 X 49 X 45 X 94 X 98 X 130 X +USW00014922197108WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922197108WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922197108WT08-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922197108WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00014922197109TMAX 306 0 344 0 328 0 294 0 278 0 233 0 333 0 244 0 206 0 261 0 250 0 283 0 261 0 217 0 194 0 183 0 167 0 161 0 172 0 222 0 167 0 106 0 183 0 217 0 122 0 167 0 222 0 267 0 211 0 289 0-9999 +USW00014922197109TMIN 200 0 217 0 222 0 206 0 161 0 150 0 139 0 167 0 156 0 156 0 150 0 122 0 89 0 94 0 61 0 61 0 33 0 39 0 17 0 33 0 100 0 44 0 11 0 50 0 89 0 117 0 167 0 117 0 61 0 150 0-9999 +USW00014922197109PRCP 0T 0 0 0 0 0 117 0 3 0 0 0 0 0 20 0 79 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0T 0 0 0 0 0 0 0 0T 0 178 0 0 0 0 0 20 0 0T 0 28 0 13 0 234 0 0T 0-9999 +USW00014922197109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197109ACMH 70 X 10 X 30 X 90 X 70 X 40 X 30 X 100 X 100 X 50 X 10 X 0 X 0 X 10 X 20 X 60 X 40 X 60 X 30 X 40 X 90 X 100 X 30 X 20 X 90 X 100 X 100 X 60 X 60 X 90 X-9999 +USW00014922197109ACSH 60 X 10 X 30 X 100 X 70 X 60 X 20 X 100 X 100 X 50 X 10 X 0 X 0 X 20 X 10 X 70 X 50 X 90 X 40 X 30 X 90 X 100 X 30 X 20 X 100 X 100 X 100 X 80 X 70 X 100 X-9999 +USW00014922197109PSUN 57 X 84 X 92 X 27 X 70 X 77 X 92 X 21 X 6 X 75 X 93 X 96 X 100 X 100 X 90 X 85 X 84 X 77 X 88 X 93 X 59 X 0 X 72 X 94 X 0 X 0 X 1 X 34 X 74 X 63 X-9999 +USW00014922197109TSUN 456 X 666 X 732 X 210 X 552 X 600 X 720 X 168 X 48 X 576 X 714 X 732 X 762 X 756 X 684 X 636 X 630 X 570 X 654 X 690 X 432 X 0 X 582 X 684 X 0 X 0 X 6 X 240 X 522 X 444 X-9999 +USW00014922197109WDFM 225W X 225W X 225W X 360W X 225W X 270W X 315W X 315W X 135W X 315W X 360W X 225W X 180W X 360W X 315W X 270W X 315W X 360W X 45W X 180W X 360W X 45W X 270W X 225W X 135W X 135W X 90W X 315W X 135W X 225W X-9999 +USW00014922197109WSFM 98 X 107 X 103 X 85 X 130 X 67 X 80 X 98 X 76 X 80 X 54 X 63 X 63 X 103 X 94 X 67 X 63 X 40 X 36 X 76 X 76 X 76 X 72 X 76 X 67 X 89 X 54 X 107 X 130 X 152 X-9999 +USW00014922197109WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922197109WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197109WT03 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922197109WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197109WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00014922197109WT16 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922197110TMAX 233 0 233 0 133 0 194 0 194 0 150 0 178 0 122 0 111 0 217 0 133 0 83 0 144 0 194 0 150 0 156 0 244 0 217 0 189 0 139 0 150 0 139 0 122 0 172 0 161 0 206 0 172 0 50 0 56 0 178 0 56 0 +USW00014922197110TMIN 161 0 117 0 67 0 94 0 100 0 39 0 11 0 17 0 39 0 0 0 17 0 -6 0 56 0 56 0 22 0 83 0 117 0 144 0 61 0 28 0 100 0 67 0 83 0 83 0 78 0 117 0 44 0 11 0 17 0 6 0 -17 0 +USW00014922197110PRCP 28 0 135 0 0 0 0 0 0 0 0 0 0T 0 8 0 8 0 0 0 0 0 33 0 0T 0 0 0 0 0 56 0 0T 0 114 0 0 0 8 0 79 0 0T 0 0 0 0 0 0T 0 18 0 564 0 0T 0 74 0 320 0 0 0 +USW00014922197110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197110ACMH 80 X 50 X 80 X 70 X 30 X 30 X 60 X 60 X 70 X 30 X 20 X 100 X 60 X 20 X 70 X 80 X 70 X 80 X 20 X 80 X 100 X 70 X 100 X 70 X 70 X 70 X 100 X 80 X 100 X 100 X 30 X +USW00014922197110ACSH 100 X 70 X 100 X 60 X 40 X 50 X 80 X 50 X 80 X 40 X 20 X 100 X 50 X 0 X 80 X 80 X 90 X 100 X 10 X 100 X 100 X 90 X 100 X 70 X 90 X 90 X 100 X 90 X 100 X 100 X 10 X +USW00014922197110PSUN 32 X 62 X 3 X 74 X 90 X 91 X 75 X 63 X 36 X 89 X 100 X 10 X 82 X 100 X 60 X 34 X 52 X 2 X 92 X 6 X 0 X 9 X 19 X 39 X 28 X 44 X 2 X 30 X 0 X 0 X 100 X +USW00014922197110TSUN 228 X 438 X 18 X 516 X 624 X 630 X 516 X 432 X 246 X 606 X 672 X 66 X 546 X 666 X 396 X 222 X 342 X 12 X 594 X 36 X 0 X 60 X 120 X 246 X 174 X 276 X 12 X 186 X 0 X 0 X 612 X +USW00014922197110WDFM 225W X 225W X 270W X 315W X 315W X 360W X 270W X 315W X 360W X 315W X 360W X 135W X 360W X 225W X 45W X 90W X 180W X 225W X 225W X 360W X 360W X 45W X 45W X 135W X 180W X 180W X 315W X 315W X 45W X 225W X 270W X +USW00014922197110WSFM 130 X 107 X 85 X 76 X 85 X 85 X 89 X 85 X 76 X 80 X 94 X 76 X 63 X 98 X 76 X 89 X 89 X 143 X 76 X 36 X 36 X 54 X 54 X 49 X 76 X 76 X 161 X 80 X 72 X 188 X 179 X +USW00014922197110WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00014922197110WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922197110WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197110WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197110WT16 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922197111TMAX 50 0 67 0 22 0 44 0 72 0 -28 0 -28 0 50 0 111 0 128 0 106 0 139 0 83 0 100 0 106 0 122 0 61 0 39 0 33 0 39 0 -11 0 -17 0 -6 0 0 0 6 0 6 0 -22 0 -22 0 -17 0 -28 0-9999 +USW00014922197111TMIN -22 0 -6 0 -11 0 -56 0 -28 0 -89 0 -78 0 -61 0 -50 0 -17 0 -22 0 0 0 17 0 56 0 0 0 56 0 39 0 6 0 -22 0 -56 0 -67 0 -89 0 -39 0 -44 0 -11 0 -39 0 -72 0 -44 0 -83 0 -133 0-9999 +USW00014922197111PRCP 86 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 137 0 183 0 0T 0 0T 0 0T 0 0T 0 18 0 53 0 0T 0 56 0 76 0 0T 0 56 0 3 0 0 0-9999 +USW00014922197111SNOW 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0T 0 0T 0 18 0 71 0 0T 0 66 0 104 0 0T 0 66 0 8 0 0 0-9999 +USW00014922197111SNWD 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 76 0 76 0 76 0 102 0 127 0 152 0 178 0 178 0-9999 +USW00014922197111ACMH 90 X 70 X 80 X 70 X 40 X 70 X 60 X 70 X 0 X 60 X 90 X 40 X 70 X 90 X 40 X 100 X 100 X 100 X 100 X 80 X 50 X 90 X 100 X 80 X 100 X 80 X 80 X 100 X 90 X 40 X-9999 +USW00014922197111ACSH 100 X 90 X 100 X 80 X 80 X 80 X 40 X 60 X 0 X 60 X 100 X 30 X 100 X 100 X 10 X 100 X 100 X 100 X 100 X 80 X 60 X 100 X 100 X 70 X 100 X 100 X 50 X 100 X 90 X 30 X-9999 +USW00014922197111PSUN 1 X 23 X 8 X 48 X 34 X 59 X 74 X 49 X 100 X 92 X 19 X 89 X 19 X 0 X 84 X 0 X 0 X 0 X 16 X 24 X 53 X 28 X 0 X 31 X 0 X 0 X 64 X 0 X 1 X 78 X-9999 +USW00014922197111TSUN 6 X 138 X 48 X 288 X 204 X 354 X 438 X 288 X 588 X 540 X 108 X 516 X 108 X 0 X 486 X 0 X 0 X 0 X 90 X 138 X 300 X 156 X 0 X 174 X 0 X 0 X 354 X 0 X 6 X 426 X-9999 +USW00014922197111WDFM 135W X 315W X 315W X 180W X 315W X 315W X 315W X 180W X 270W X 270W X 270W X 90W X 135W X 270W X 270W X 135W X 315W X 360W X 225W X 315W X 315W X 180W X 180W X 225W X 90W X 45W X 360W X 45W X 45W X 45W X-9999 +USW00014922197111WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 X 76 X 76 X 254 X 229 X 254 X 279 X 279 X-9999 +USW00014922197111WSFM 80 X 116 X 116 X 80 X 121 X 143 X 72 X 116 X 67 X 27 X 40 X 49 X 103 X 121 X 45 X 76 X 49 X 80 X 103 X 152 X 107 X 94 X 76 X 63 X 49 X 80 X 49 X 63 X 72 X 54 X-9999 +USW00014922197111WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00014922197111WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197111WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197111WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922197111WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197111WT18-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922197112TMAX -44 0 -28 0 -28 0 0 0 11 0 17 0 6 0 0 0 -44 0 0 0 -67 0 -117 0 -78 0 -22 0 -6 0 -22 0 -161 0 -67 0 -72 0 -44 0 -50 0 6 0 17 0 17 0 -6 0 -17 0 -128 0 -33 0 -67 0 -44 0 -28 0 +USW00014922197112TMIN -122 0 -78 0 -56 0 -44 0 -56 0 -33 0 -6 0 -100 0 -144 0 -72 0 -150 0 -217 0 -194 0 -78 0 -28 0 -194 0 -233 0 -194 0 -117 0 -83 0 -111 0 -111 0 6 0 -122 0 -94 0 -139 0 -161 0 -194 0 -172 0 -128 0 -167 0 +USW00014922197112PRCP 0T 0 0 0 0 0 25 0 0T 0 0T 0 0T 0 10 0 0T 0 3 0 0 0 0 0 0T 0 10 0 8 0 5 0 0 0 5 0 3 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 84 0 0T 0 0 0 25 0 0 0 +USW00014922197112SNOW 3 0 0 0 0 0 43 0 0T 0 0 0 0T 0 15 0 0T 0 0T 0 0 0 0 0 0T 0 10 0 10 0 5 0 0 0 5 0 3 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 152 0 0T 0 0 0 79 0 0 0 +USW00014922197112SNWD 178 0 178 0 178 0 178 0 229 0 178 0 152 0 127 0 152 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 102 0 102 0 76 0 76 0 76 0 229 0 203 0 254 0 279 0 +USW00014922197112ACMH 90 X 100 X 90 X 100 X 80 X 100 X 100 X 100 X 60 X 70 X 10 X 0 X 90 X 100 X 100 X 60 X 30 X 100 X 90 X 80 X 60 X 80 X 100 X 90 X 100 X 100 X 100 X 10 X 70 X 80 X 50 X +USW00014922197112ACSH 100 X 90 X 90 X 100 X 90 X 100 X 100 X 100 X 40 X 100 X 10 X 0 X 100 X 100 X 100 X 50 X 10 X 100 X 90 X 100 X 20 X 100 X 100 X 100 X 100 X 100 X 100 X 0 X 90 X 60 X 50 X +USW00014922197112PSUN 0 X 0 X 17 X 0 X 0 X 0 X 0 X 0 X 74 X 0 X 70 X 100 X 0 X 0 X 0 X 53 X 98 X 0 X 25 X 0 X 69 X 26 X 0 X 22 X 0 X 0 X 0 X 94 X 0 X 55 X 56 X +USW00014922197112TSUN 0 X 0 X 90 X 0 X 0 X 0 X 0 X 0 X 396 X 0 X 372 X 528 X 0 X 0 X 0 X 282 X 516 X 0 X 132 X 0 X 366 X 138 X 0 X 114 X 0 X 0 X 0 X 504 X 0 X 288 X 294 X +USW00014922197112WDFM 135W X 225W X 135W X 135W X 225W X 225W X 360W X 270W X 135W X 270W X 225W X 270W X 225W X 135W X 315W X 315W X 315W X 180W X 360W X 270W X 45W X 225W X 180W X 315W X 225W X 315W X 315W X 225W X 45W X 45W X 225W X +USW00014922197112WESD 279 X 279 X 279 X 279 X 279 X 279 X 279 X 254 X 254 X 254 X 254 X 254 X 254 X 254 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 279 X 254 X 254 X 254 X 330 X 356 X 356 X 381 X 381 X +USW00014922197112WSFM 36 X 67 X 54 X 58 X 63 X 76 X 40 X 63 X 67 X 89 X 63 X 54 X 103 X 58 X 94 X 76 X 67 X 76 X 49 X 72 X 63 X 116 X 85 X 143 X 76 X 89 X 63 X 76 X 76 X 67 X 80 X +USW00014922197112WT01 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00014922197112WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197112WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197112WT06-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922197112WT08 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197112WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197112WT18 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00014922197201TMAX -28 0 -72 0 -117 0 -178 0 -94 0 17 0 -17 0 28 0 6 0 -6 0 -72 0 22 0 -144 0 -267 0 -256 0 -17 0 11 0 22 0 -150 0 -128 0 -28 0 -22 0 -139 0 -100 0 -228 0 -228 0 -189 0 -217 0 -156 0 -117 0 -67 0 +USW00014922197201TMIN -117 0 -150 0 -217 0 -267 0 -289 0 -183 0 -94 0 -67 0 -50 0 -89 0 -122 0 -144 0 -267 0 -322 0 -339 0 -261 0 -83 0 -178 0 -189 0 -156 0 -167 0 -200 0 -222 0 -228 0 -289 0 -283 0 -244 0 -289 0 -272 0 -267 0 -156 0 +USW00014922197201PRCP 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 3 0 8 0 5 0 0T 0 0 0 0T 0 0 0 0T 0 8 0 8 0 28 0 46 0 0 0 99 0 0 0 0T 0 0T 0 0 0 0 0 3 0 8 0 +USW00014922197201SNOW 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 8 0 13 0 5 0 0T 0 0 0 0T 0 0 0 3 0 15 0 13 0 25 0 46 0 0 0 152 0 0 0 0T 0 8 0 0 0 0 0 8 0 15 0 +USW00014922197201SNWD 254 0 254 0 254 0 254 0 254 0 254 0 229 0 203 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 203 0 203 0 254 0 254 0 254 0 406 0 406 0 381 0 381 0 356 0 356 0 356 0 +USW00014922197201ACMH 30 X 20 X 70 X 0 X 60 X 60 X 30 X 80 X 40 X 50 X 80 X 70 X 40 X 40 X 30 X 100 X 60 X 50 X 90 X 80 X 80 X 60 X 60 X 80 X 50 X 80 X 90 X 10 X 0 X 50 X 70 X +USW00014922197201ACSH 60 X 30 X 90 X 0 X 90 X 80 X 10 X 100 X 30 X 80 X 50 X 90 X 30 X 60 X 10 X 100 X 80 X 70 X 100 X 90 X 100 X 70 X 30 X 100 X 60 X 60 X 100 X 30 X 0 X 40 X 40 X +USW00014922197201PSUN 68 X 90 X 36 X 100 X 49 X 35 X 87 X 24 X 81 X 77 X 77 X 22 X 86 X 79 X 91 X 51 X 88 X 42 X 0 X 33 X 22 X 73 X 77 X 0 X 84 X 83 X 0 X 93 X 100 X 86 X 65 X +USW00014922197201TSUN 360 X 480 X 192 X 534 X 264 X 186 X 468 X 132 X 438 X 414 X 420 X 120 X 468 X 432 X 504 X 282 X 486 X 234 X 0 X 186 X 126 X 414 X 432 X 0 X 480 X 474 X 0 X 534 X 582 X 498 X 378 X +USW00014922197201WDFM 270W X 315W X 315W X 270W X 225W X 315W X 315W X 225W X 270W X 315W X 135W X 270W X 315W X 315W X 315W X 225W X 180W X 315W X 315W X 360W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 90W X 315W X +USW00014922197201WESD 381 X 381 X 381 X 381 X 381 X 381 X 381 X 381 X 381 X 381 X 381 X-9999 406 X 406 X 406 X 406 X 406 X 406 X 406 X 406 X 406 X 483 X 483 X 559 X 584 X 584 X 584 X 584 X 584 X 584 X 660 X +USW00014922197201WSFM 72 X 58 X 76 X 36 X 76 X 116 X 85 X 121 X 103 X 112 X 72 X 174 X 107 X 103 X 40 X 116 X 76 X 130 X 63 X 76 X 98 X 94 X 36 X 143 X 130 X 40 X 45 X 63 X 67 X 36 X 58 X +USW00014922197201WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922197201WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197201WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197201WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922197201WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197201WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197201WT18-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X +USW00014922197202TMAX -78 0 -78 0 -150 0 -178 0 -161 0 -172 0 -178 0 -156 0 -139 0 -89 0 -56 0 0 0 -6 0 28 0 -94 0 -39 0 6 0 -33 0 -50 0 -6 0 -28 0 -94 0 6 0 -61 0 -67 0 -61 0 -33 0 6 0 -11 0-9999 -9999 +USW00014922197202TMIN -172 0 -150 0 -217 0 -233 0 -222 0 -250 0 -311 0 -244 0 -283 0 -239 0 -194 0 -156 0 -22 0 -111 0 -178 0 -172 0 -61 0 -144 0 -206 0 -133 0 -161 0 -233 0 -106 0 -167 0 -139 0 -217 0 -89 0 -78 0 -83 0-9999 -9999 +USW00014922197202PRCP 0T 0 20 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 10 0 0 0 3 0 74 0 10 0 0 0 0 0 8 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0-9999 -9999 +USW00014922197202SNOW 3 0 43 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 8 0 0 0 10 0 97 0 15 0 0 0 0 0 13 0 0 0 0 0 0T 0 3 0 0 0 3 0 0 0 0T 0-9999 -9999 +USW00014922197202SNWD 356 0 381 0 406 0 406 0 406 0 381 0 381 0 381 0 381 0 381 0 356 0 356 0 330 0 305 0 279 0 279 0 305 0 381 0 381 0 381 0 381 0 381 0 381 0 381 0 381 0 381 0 381 0 356 0 356 0-9999 -9999 +USW00014922197202ACMH 90 X 100 X 30 X 10 X 100 X 20 X 30 X 40 X 40 X 20 X 50 X 70 X 100 X 70 X 0 X 80 X 100 X 20 X 40 X 50 X 40 X 60 X 60 X 60 X 40 X 60 X 100 X 90 X 100 X-9999 -9999 +USW00014922197202ACSH 100 X 100 X 30 X 0 X 100 X 10 X 20 X 30 X 80 X 0 X 70 X 100 X 100 X 90 X 0 X 100 X 100 X 0 X 50 X 100 X 50 X 90 X 60 X 40 X 20 X 70 X 90 X 90 X 100 X-9999 -9999 +USW00014922197202PSUN 36 X 15 X 86 X 100 X 0 X 100 X 88 X 87 X 75 X 91 X 57 X 52 X 22 X 41 X 100 X 15 X 0 X 92 X 100 X 25 X 66 X 57 X 38 X 84 X 83 X 54 X 32 X 89 X 53 X-9999 -9999 +USW00014922197202TSUN 210 X 90 X 510 X 594 X 0 X 600 X 534 X 528 X 462 X 564 X 354 X 324 X 138 X 258 X 624 X 96 X 0 X 588 X 636 X 162 X 426 X 372 X 246 X 552 X 540 X 354 X 216 X 594 X 354 X-9999 -9999 +USW00014922197202WDFM 90W X 360W X 315W X 315W X 90W X 360W X 270W X 360W X 135W X 180W X 225W X 225W X 225W X 315W X 315W X 135W X 270W X 315W X 315W X 180W X 315W X 90W X 270W X 360W X 315W X 135W X 315W X 315W X 45W X-9999 -9999 +USW00014922197202WESD 660 X 660 X 660 X 660 X 660 X 660 X 660 X 660 X 660 X 660 X 660 X 660 X 660 X 660 X 660 X 660 X 737 X 762 X 762 X 762 X 762 X 762 X 762 X 762 X 762 X 762 X 762 X 762 X 762 X-9999 -9999 +USW00014922197202WSFM 76 X 76 X 80 X 76 X 67 X 72 X 36 X 31 X 27 X 22 X 76 X 76 X 76 X 94 X 72 X 76 X 125 X 130 X 54 X 85 X 130 X 76 X 130 X 45 X 67 X 63 X 76 X 72 X 116 X-9999 -9999 +USW00014922197202WT01 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197202WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197202WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922197202WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00014922197202WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197202WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197202WT18 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 +USW00014922197203TMAX -83 0 -128 0 -61 0 -100 0 -106 0 39 0 56 0 -72 0 -50 0 0 0 83 0 33 0 39 0 44 0 33 0 78 0 61 0 72 0 94 0 117 0 56 0 44 0 28 0 28 0 61 0 6 0 -17 0 22 0 17 0 22 0 22 0 +USW00014922197203TMIN -206 0 -239 0 -161 0 -172 0 -211 0 -133 0 -122 0 -172 0 -128 0 -111 0 -61 0 -28 0 -39 0 -67 0 11 0 17 0 -28 0 -44 0 22 0 22 0 0 0 -28 0 -67 0 -78 0 -56 0 -22 0 -39 0 -39 0 -61 0 -56 0 -56 0 +USW00014922197203PRCP 23 0 0T 0 53 0 8 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0T 0 0 0 5 0 104 0 0 0 0 0 0 0 0 0 76 0 43 0 0T 0 0 0 0 0 0T 0 +USW00014922197203SNOW 41 0 0T 0 94 0 10 0 0 0 3 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 48 0 0T 0 0 0 0 0 0T 0 +USW00014922197203SNWD 356 0 381 0 381 0 483 0 483 0 483 0 381 0 381 0 356 0 356 0 330 0 229 0 229 0 203 0 152 0 102 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 51 0 76 0 0T 0 0T 0 0T 0 +USW00014922197203ACMH 70 X 30 X 100 X 60 X 30 X 100 X 60 X 20 X 50 X 50 X 50 X 90 X 10 X 60 X 100 X 60 X 20 X 80 X 90 X 80 X 100 X 60 X 0 X 80 X 70 X 100 X 100 X 90 X 70 X 30 X 70 X +USW00014922197203ACSH 100 X 10 X 100 X 60 X 20 X 100 X 70 X 0 X 40 X 70 X 70 X 100 X 0 X 60 X 100 X 60 X 50 X 90 X 70 X 90 X 100 X 60 X 0 X 100 X 70 X 100 X 100 X 90 X 100 X 40 X 90 X +USW00014922197203PSUN 68 X 100 X 49 X 84 X 92 X 64 X 75 X 100 X 96 X 100 X 97 X 37 X 96 X 95 X 0 X 62 X 100 X 73 X 54 X 67 X 17 X 68 X 100 X 89 X 87 X 1 X 38 X 65 X 89 X 94 X 34 X +USW00014922197203TSUN 450 X 672 X 330 X 570 X 630 X 438 X 516 X 690 X 666 X 696 X 672 X 258 X 678 X 672 X 0 X 444 X 720 X 528 X 390 X 486 X 126 X 504 X 738 X 660 X 648 X 6 X 288 X 492 X 672 X 714 X 258 X +USW00014922197203WDFM 45W X 225W X 135W X 315W X 315W X 180W X 270W X 315W X 360W X 180W X 135W X 90W X 360W X 135W X 270W X 315W X 45W X 225W X 90W X 90W X 315W X 315W X 90W X 360W X 45W X 225W X 135W X 315W X 315W X 315W X 315W X +USW00014922197203WESD 787 X 787 X 787 X 838 X 838 X 838 X 838 X 838 X 838 X 838 X 813 X 762 X 762 X 711 X 508 X 457 X 305 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 X 102 X 76 X-9999 -9999 -9999 +USW00014922197203WSFM 112 X 45 X 103 X 125 X 76 X 94 X 152 X 94 X 98 X 107 X 36 X 76 X 49 X 36 X 63 X 103 X 76 X 54 X 76 X 94 X 130 X 125 X 72 X 67 X 63 X 121 X 116 X 58 X 85 X 80 X 63 X +USW00014922197203WT01-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197203WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197203WT06-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922197203WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197203WT09-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197203WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197203WT18 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X +USW00014922197204TMAX 28 0 61 0 22 0 44 0 100 0 117 0 6 0 28 0 56 0 167 0 67 0 83 0 61 0 44 0 161 0 211 0 250 0 67 0 106 0 150 0 89 0 56 0 72 0 122 0 161 0 183 0 161 0 161 0 144 0 178 0-9999 +USW00014922197204TMIN -22 0 -6 0 -50 0 -72 0 -67 0 0 0 -67 0 -78 0 -22 0 -22 0 6 0 39 0 22 0 22 0 28 0 6 0 39 0 22 0 39 0 17 0 6 0 11 0 6 0 0 0 -11 0 -6 0 28 0 100 0 89 0 89 0-9999 +USW00014922197204PRCP 5 0 0T 0 15 0 0 0 0 0 0T 0 41 0 0 0 5 0 0 0 20 0 51 0 3 0 15 0 0 0 0 0 0 0 48 0 10 0 0 0 180 0 8 0 5 0 0 0 0 0 0 0 0T 0 0T 0 23 0 0T 0-9999 +USW00014922197204SNOW 10 0 0T 0 15 0 0 0 0 0 0T 0 51 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 122 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197204SNWD 0T 0 0T 0 0T 0 0 0 0 0 0 0 51 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197204ACMH 100 X 90 X 60 X 20 X 30 X 80 X 40 X 80 X 90 X 80 X 90 X 100 X 100 X 100 X 40 X 10 X 80 X 100 X 80 X 60 X 100 X 90 X 70 X 20 X 0 X 60 X 90 X 100 X 100 X 100 X-9999 +USW00014922197204ACSH 100 X 80 X 60 X 40 X 40 X 90 X 40 X 90 X 100 X 90 X 100 X 100 X 100 X 100 X 30 X 10 X 90 X 100 X 90 X 60 X 100 X 100 X 90 X 20 X 0 X 80 X 100 X 100 X 100 X 100 X-9999 +USW00014922197204PSUN 8 X 71 X 71 X 93 X 78 X 85 X 79 X 84 X 16 X 83 X 21 X 8 X 13 X 0 X 79 X 90 X 57 X 10 X 17 X 80 X 0 X 14 X 48 X 89 X 100 X 93 X 56 X 18 X 3 X 34 X-9999 +USW00014922197204TSUN 60 X 546 X 552 X 720 X 612 X 666 X 624 X 660 X 126 X 660 X 168 X 66 X 108 X 0 X 642 X 732 X 462 X 78 X 138 X 654 X 0 X 114 X 402 X 744 X 840 X 780 X 474 X 150 X 24 X 288 X-9999 +USW00014922197204WDFM 360W X 180W X 315W X 315W X 90W X 90W X 90W X 180W X 180W X 315W X 135W X 135W X 315W X 90W X 225W X 360W X 225W X 45W X 45W X 135W X 90W X 315W X 360W X 45W X 180W X 180W X 180W X 135W X 45W X 135W X-9999 +USW00014922197204WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 127 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197204WSFM 49 X 67 X 116 X 134 X 54 X 130 X 112 X 67 X 89 X 80 X 76 X 134 X 94 X 54 X 40 X 103 X 152 X 98 X 80 X 89 X 94 X 80 X 94 X 85 X 76 X 76 X 76 X 94 X 76 X 76 X-9999 +USW00014922197204WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922197204WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197204WT04-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197204WT06-9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197204WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922197204WT16-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00014922197204WT18 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197205TMAX 128 0 100 0 200 0 150 0 144 0 133 0 150 0 161 0 183 0 200 0 200 0 250 0 189 0 183 0 228 0 289 0 317 0 311 0 311 0 322 0 261 0 322 0 306 0 267 0 267 0 289 0 278 0 222 0 189 0 161 0 206 0 +USW00014922197205TMIN 78 0 56 0 11 0 67 0 39 0 61 0 44 0 44 0 61 0 44 0 94 0 117 0 100 0 89 0 44 0 100 0 128 0 156 0 156 0 189 0 172 0 172 0 156 0 144 0 161 0 156 0 167 0 178 0 89 0 50 0 33 0 +USW00014922197205PRCP 91 0 28 0 0T 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 18 0 127 0 61 0 18 0 15 0 0T 0 8 0 150 0 0 0 0 0 +USW00014922197205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197205ACMH 100 X 100 X 70 X 50 X 80 X 80 X 80 X 40 X 30 X 70 X 100 X 90 X 90 X 100 X 40 X 10 X 40 X 50 X 0 X 80 X 90 X 50 X 70 X 100 X 80 X 70 X 100 X 100 X 100 X 30 X 20 X +USW00014922197205ACSH 100 X 100 X 80 X 60 X 90 X 100 X 100 X 10 X 20 X 90 X 100 X 90 X 100 X 100 X 50 X 20 X 60 X 60 X 0 X 90 X 100 X 30 X 80 X 100 X 90 X 70 X 100 X 100 X 100 X 20 X 30 X +USW00014922197205PSUN 8 X 3 X 81 X 48 X 27 X 43 X 30 X 91 X 97 X 98 X 29 X 62 X 7 X 24 X 98 X 99 X 100 X 80 X 100 X 68 X 43 X 87 X 61 X 46 X 70 X 50 X 51 X 8 X 1 X 99 X 100 X +USW00014922197205TSUN 72 X 30 X 702 X 414 X 234 X 372 X 264 X 798 X 852 X 858 X 252 X 546 X 60 X 210 X 870 X 888 X 894 X 720 X 900 X 612 X 390 X 792 X 552 X 420 X 636 X 456 X 468 X 78 X 6 X 912 X 924 X +USW00014922197205WDFM 225W X 360W X 315W X 360W X 225W X 315W X 90W X 45W X 90W X 225W X 225W X 135W X 90W X 360W X 360W X 135W X 180W X 225W X 225W X 225W X 135W X 270W X 180W X 225W X 135W X 225W X 270W X 135W X 45W X 45W X 315W X +USW00014922197205WSFM 125 X 85 X 89 X 63 X 103 X 80 X 58 X 67 X 58 X 72 X 80 X 103 X 67 X 80 X 31 X 31 X 49 X 85 X 89 X 63 X 54 X 116 X 121 X 103 X 54 X 103 X 40 X 31 X 116 X 112 X 76 X +USW00014922197205WT01 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00014922197205WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197205WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922197205WT08 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00014922197205WT16 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922197206TMAX 283 0 289 0 289 0 278 0 278 0 283 0 267 0 300 0 217 0 206 0 256 0 333 0 333 0 261 0 200 0 156 0 228 0 294 0 233 0 167 0 211 0 244 0 233 0 239 0 261 0 278 0 283 0 239 0 289 0 294 0-9999 +USW00014922197206TMIN 78 0 133 0 150 0 122 0 167 0 139 0 150 0 133 0 89 0 50 0 67 0 189 0 156 0 167 0 89 0 83 0 78 0 161 0 167 0 89 0 67 0 94 0 67 0 67 0 117 0 122 0 172 0 161 0 133 0 167 0-9999 +USW00014922197206PRCP 0 0 15 0 0 0 0T 0 3 0 0 0 0 0 0 0 0T 0 0 0 20 0 0T 0 201 0 3 0 0 0 0 0 0 0 0T 0 127 0 173 0 0 0 0 0 0 0 0 0 0 0 0 0 262 0 38 0 0 0 0 0-9999 +USW00014922197206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197206ACMH 10 X 40 X 50 X 80 X 90 X 10 X 70 X 70 X 60 X 30 X 70 X 70 X 90 X 80 X 0 X 80 X 50 X 90 X 100 X 80 X 50 X 10 X 10 X 40 X 30 X 80 X 90 X 90 X 30 X 20 X-9999 +USW00014922197206ACSH 10 X 60 X 70 X 90 X 90 X 0 X 80 X 80 X 80 X 40 X 80 X 70 X 90 X 100 X 10 X 100 X 50 X 90 X 100 X 90 X 40 X 0 X 20 X 50 X 50 X 90 X 100 X 90 X 20 X 10 X-9999 +USW00014922197206PSUN 100 X 82 X 96 X 83 X 50 X 99 X 75 X 80 X 59 X 97 X 62 X 84 X 63 X 85 X 98 X 19 X 87 X 60 X 12 X 36 X 95 X 99 X 96 X 81 X 93 X 92 X 51 X 38 X 92 X 96 X-9999 +USW00014922197206TSUN 924 X 756 X 888 X 774 X 468 X 918 X 696 X 744 X 552 X 912 X 576 X 786 X 588 X 792 X 918 X 174 X 816 X 564 X 114 X 336 X 888 X 918 X 894 X 762 X 870 X 864 X 474 X 354 X 858 X 888 X-9999 +USW00014922197206WDFM 315W X 360W X 45W X 180W X 180W X 135W X 180W X 180W X 90W X 180W X 180W X 360W X 225W X 315W X 315W X 90W X 180W X 180W X 180W X 315W X 45W X 45W X 45W X 45W X 135W X 135W X 225W X 315W X 315W X 315W X-9999 +USW00014922197206WSFM 36 X 116 X 58 X 63 X 67 X 40 X 72 X 40 X 107 X 54 X 103 X 76 X 161 X 85 X 85 X 45 X 72 X 121 X 72 X 112 X 72 X 76 X 76 X 63 X 49 X 49 X 76 X 76 X 54 X 76 X-9999 +USW00014922197206WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197206WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922197206WT08-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197206WT16-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197207TMAX 300 0 206 0 206 0 217 0 244 0 156 0 233 0 206 0 289 0 300 0 289 0 267 0 267 0 239 0 256 0 261 0 222 0 278 0 283 0 261 0 328 0 322 0 289 0 267 0 239 0 200 0 200 0 250 0 283 0 294 0 261 0 +USW00014922197207TMIN 172 0 128 0 106 0 61 0 72 0 117 0 89 0 161 0 167 0 172 0 194 0 178 0 139 0 172 0 122 0 144 0 144 0 122 0 156 0 206 0 211 0 200 0 200 0 156 0 128 0 150 0 156 0 133 0 156 0 172 0 172 0 +USW00014922197207PRCP 3 0 23 0 20 0 0 0 0 0 36 0 0 0 56 0 0 0 15 0 25 0 15 0 0T 0 10 0 0 0 25 0 157 0 0 0 0T 0 175 0 71 0 399 0 0 0 0 0 0 0 254 0 0 0 0 0 0 0 0T 0 15 0 +USW00014922197207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197207ACMH 40 X 80 X 70 X 30 X 10 X 90 X 70 X 100 X 80 X 70 X 80 X 70 X 50 X 90 X 20 X 60 X 90 X 20 X 80 X 100 X 50 X 70 X 30 X 10 X 70 X 90 X 90 X 80 X 30 X 40 X 90 X +USW00014922197207ACSH 30 X 80 X 70 X 40 X 20 X 100 X 50 X 100 X 70 X 80 X 90 X 80 X 50 X 100 X 30 X 60 X 100 X 20 X 90 X 90 X 50 X 60 X 10 X 10 X 50 X 100 X 100 X 80 X 40 X 40 X 100 X +USW00014922197207PSUN 92 X 58 X 63 X 81 X 93 X 0 X 84 X 7 X 77 X 47 X 51 X 75 X 93 X 15 X 95 X 78 X 19 X 97 X 60 X 54 X 86 X 80 X 94 X 100 X 85 X 8 X 23 X 84 X 95 X 87 X 57 X +USW00014922197207TSUN 858 X 540 X 588 X 750 X 864 X 0 X 780 X 66 X 714 X 432 X 474 X 696 X 852 X 144 X 870 X 714 X 174 X 882 X 546 X 492 X 780 X 726 X 840 X 900 X 768 X 72 X 204 X 750 X 840 X 774 X 504 X +USW00014922197207WDFM 360W X 315W X 315W X 45W X 225W X 135W X 135W X 135W X 270W X 180W X 225W X 225W X 225W X 225W X 360W X 360W X 315W X 225W X 225W X 315W X 225W X 360W X 225W X 315W X 90W X 135W X 180W X 225W X 270W X 225W X 315W X +USW00014922197207WSFM 94 X 76 X 80 X 45 X 36 X 58 X 36 X 63 X 49 X 94 X 72 X 116 X 72 X 76 X 49 X 116 X 76 X 72 X 89 X 130 X 130 X 116 X 72 X 76 X 72 X 85 X 45 X 49 X 58 X 94 X 134 X +USW00014922197207WT01-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 +USW00014922197207WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 +USW00014922197207WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197207WT16 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X +USW00014922197208TMAX 250 0 250 0 211 0 228 0 228 0 239 0 206 0 189 0 211 0 239 0 283 0 283 0 283 0 322 0 311 0 361 0 356 0 339 0 317 0 361 0 283 0 211 0 178 0 161 0 183 0 183 0 283 0 317 0 306 0 300 0 261 0 +USW00014922197208TMIN 172 0 156 0 89 0 128 0 144 0 100 0 72 0 100 0 78 0 128 0 172 0 150 0 178 0 200 0 211 0 244 0 228 0 233 0 222 0 222 0 206 0 139 0 111 0 117 0 150 0 161 0 150 0 144 0 167 0 183 0 133 0 +USW00014922197208PRCP 0T 0 0T 0 0 0 0 0 0 0 135 0 76 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 213 0 18 0 46 0 15 0 97 0 20 0 0 0 0 0 0 0 3 0 8 0 +USW00014922197208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197208ACMH 90 X 90 X 50 X 20 X 80 X 80 X 50 X 70 X 60 X 90 X 30 X 0 X 50 X 30 X 40 X 20 X 20 X 50 X 40 X 30 X 90 X 100 X 100 X 100 X 100 X 100 X 60 X 0 X 0 X 80 X 90 X +USW00014922197208ACSH 100 X 100 X 40 X 10 X 100 X 90 X 70 X 90 X 80 X 90 X 50 X 0 X 70 X 40 X 60 X 30 X 20 X 60 X 40 X 30 X 90 X 100 X 100 X 100 X 100 X 100 X 70 X 0 X 0 X 90 X 90 X +USW00014922197208PSUN 51 X 51 X 92 X 98 X 45 X 25 X 60 X 42 X 72 X 71 X 93 X 100 X 83 X 87 X 72 X 92 X 94 X 80 X 64 X 85 X 47 X 10 X 1 X 1 X 0 X 0 X 86 X 96 X 99 X 68 X 44 X +USW00014922197208TSUN 450 X 450 X 804 X 864 X 396 X 216 X 516 X 360 X 624 X 612 X 798 X 852 X 708 X 744 X 612 X 774 X 786 X 672 X 564 X 708 X 390 X 84 X 12 X 6 X 0 X 0 X 702 X 780 X 798 X 546 X 348 X +USW00014922197208WDFM 90W X 315W X 360W X 225W X 225W X 45W X 135W X 360W X 315W X 225W X 45W X 135W X 135W X 45W X 180W X 225W X 225W X 90W X 135W X 225W X 225W X 45W X 45W X 225W X 45W X 360W X 315W X 45W X 225W X 180W X 315W X +USW00014922197208WSFM 49 X 80 X 72 X 63 X 72 X 125 X 72 X 89 X 27 X 125 X 58 X 54 X 76 X 134 X 76 X 94 X 49 X 72 X 58 X 89 X 143 X 80 X 54 X 40 X 58 X 58 X 63 X 27 X 63 X 107 X 85 X +USW00014922197208WT01-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00014922197208WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197208WT03-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922197208WT08-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922197208WT16 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X +USW00014922197209TMAX 200 0 211 0 167 0 233 0 217 0 222 0 156 0 194 0 233 0 217 0 239 0 206 0 211 0 206 0 228 0 283 0 233 0 244 0 283 0 244 0 144 0 194 0 211 0 211 0 133 0 100 0 161 0 178 0 94 0 167 0-9999 +USW00014922197209TMIN 94 0 72 0 89 0 94 0 111 0 156 0 100 0 61 0 72 0 156 0 144 0 133 0 128 0 72 0 83 0 78 0 83 0 117 0 183 0 111 0 44 0 22 0 50 0 133 0 67 0 61 0 67 0 44 0 6 0 -22 0-9999 +USW00014922197209PRCP 0 0 0 0 8 0 5 0 28 0 89 0 0 0 0 0 20 0 5 0 0T 0 76 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 104 0 0 0 0 0 0 0 0T 0 152 0 0T 0 0T 0 8 0 0T 0 0 0-9999 +USW00014922197209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00014922197209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197209ACMH 70 X 20 X 60 X 60 X 50 X 80 X 70 X 0 X 50 X 100 X 90 X 90 X 90 X 0 X 20 X 40 X 60 X 30 X 100 X 80 X 0 X 0 X 20 X 90 X 100 X 100 X 90 X 70 X 50 X 70 X-9999 +USW00014922197209ACSH 90 X 30 X 90 X 70 X 50 X 90 X 100 X 0 X 40 X 100 X 90 X 100 X 100 X 0 X 20 X 60 X 60 X 10 X 90 X 100 X 0 X 0 X 10 X 100 X 100 X 100 X 80 X 90 X 90 X 80 X-9999 +USW00014922197209PSUN 70 X 75 X 20 X 61 X 80 X 19 X 10 X 99 X 90 X 9 X 57 X 1 X 20 X 95 X 84 X 50 X 30 X 97 X 51 X 12 X 99 X 100 X 98 X 8 X 0 X 0 X 74 X 32 X 45 X 36 X-9999 +USW00014922197209TSUN 558 X 594 X 156 X 480 X 630 X 150 X 84 X 768 X 696 X 72 X 438 X 6 X 156 X 720 X 636 X 372 X 222 X 720 X 378 X 90 X 726 X 732 X 708 X 60 X 0 X 0 X 528 X 228 X 318 X 258 X-9999 +USW00014922197209WDFM 315W X 45W X 360W X 45W X 135W X 225W X 360W X 315W X 180W X 225W X 360W X 135W X 315W X 225W X 225W X 225W X 90W X 135W X 180W X 270W X 315W X 180W X 180W X 360W X 45W X 315W X 135W X 315W X 315W X 225W X-9999 +USW00014922197209WSFM 67 X 45 X 40 X 76 X 63 X 170 X 58 X 45 X 80 X 98 X 54 X 89 X 80 X 67 X 94 X 121 X 80 X 76 X 103 X 121 X 103 X 80 X 85 X 80 X 139 X 67 X 103 X 112 X 98 X 89 X-9999 +USW00014922197209WT01-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00014922197209WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197209WT03-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922197209WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922197209WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197209WT16-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922197210TMAX 217 0 228 0 167 0 183 0 156 0 128 0 206 0 139 0 133 0 189 0 150 0 111 0 194 0 117 0 67 0 133 0 17 0 11 0 44 0 44 0 61 0 61 0 83 0 39 0 133 0 172 0 133 0 67 0 67 0 39 0 50 0 +USW00014922197210TMIN 56 0 83 0 133 0 78 0 89 0 11 0 0 0 28 0 0 0 94 0 61 0 28 0 17 0 -6 0 -28 0 -17 0 -50 0 -78 0 -94 0 -39 0 28 0 39 0 -11 0 -44 0 -11 0 67 0 44 0 -6 0 -28 0 22 0 33 0 +USW00014922197210PRCP 0 0 0T 0 33 0 0 0 38 0 0 0 0 0 0 0 0 0 58 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 157 0 0T 0 20 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 114 0 13 0 +USW00014922197210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197210ACMH 40 X 80 X 90 X 50 X 100 X 30 X 30 X 10 X 60 X 100 X 90 X 50 X 40 X 20 X 60 X 10 X 80 X 30 X 0 X 80 X 100 X 100 X 40 X 50 X 80 X 90 X 70 X 80 X 50 X 100 X 100 X +USW00014922197210ACSH 60 X 100 X 100 X 60 X 100 X 20 X 70 X 20 X 80 X 90 X 100 X 50 X 40 X 40 X 100 X 0 X 80 X 50 X 10 X 100 X 100 X 100 X 40 X 60 X 100 X 80 X 70 X 80 X 50 X 100 X 100 X +USW00014922197210PGTM 1200 X 1642 X 0706 X 1036 X 2048 X 0306 X 1524 X 1206 X 2200 X 0924 X 1000 X 0030 X 2336 X 0948 X 1142 X 1330 X 0030 X 1442 X 1630 X 1754 X 0100 X 2100 X 0030 X 1406 X 2142 X 0030 X 0900 X 0348 X 1300 X 1736 X 0000 X +USW00014922197210PSUN 67 X 8 X 11 X 49 X 0 X 95 X 100 X 100 X 51 X 21 X 0 X 57 X 73 X 78 X 0 X 97 X 36 X 62 X 100 X 8 X 0 X 0 X 74 X 68 X 15 X 69 X 35 X 52 X 68 X 0 X 0 X +USW00014922197210TSUN 468 X 54 X 78 X 342 X 0 X 654 X 684 X 684 X 348 X 144 X 0 X 384 X 486 X 522 X 0 X 642 X 234 X 408 X 648 X 54 X 0 X 0 X 474 X 432 X 96 X 432 X 216 X 324 X 420 X 0 X 0 X +USW00014922197210WDFG 23W X 135W X 45W X 45W X 45W X 45W X 270W X 315W X 135W X 180W X 315W X 360W X 360W X 360W X 225W X 315W X 315W X 360W X 225W X 135W X 225W X 45W X 45W X 135W X 225W X 225W X 225W X 360W X 270W X 90W X 135W X +USW00014922197210WDFM 90W X 135W X 360W X 135W X 45W X 45W X 270W X 315W X 135W X 180W X 315W X 360W X 270W X 360W X 225W X 315W X 360W X 315W X 225W X 225W X 225W X 45W X 45W X 180W X 225W X 225W X 225W X 360W X 90W X 90W X 135W X +USW00014922197210WSFG 51 X 93 X 87 X 87 X 113 X 170 X 144 X 144 X 108 X 154 X 129 X 72 X 98 X 139 X 159 X 195 X 98 X 103 X 113 X 113 X 72 X 144 X 164 X 82 X 129 X 123 X 134 X 113 X 93 X 108 X 87 X +USW00014922197210WSFM 45 X 80 X 54 X 40 X 80 X 112 X 112 X 107 X 80 X 112 X 98 X 54 X 67 X 103 X 116 X 148 X 76 X 72 X 76 X 85 X 45 X 98 X 98 X 67 X 89 X 85 X 89 X 76 X 63 X 76 X 49 X +USW00014922197210WT01-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922197210WT02-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197210WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197210WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197210WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197210WT16-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922197210WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197211TMAX 72 0 67 0 44 0 44 0 144 0 111 0 50 0 33 0 44 0 61 0 28 0 17 0 6 0 11 0 0 0 -6 0 0 0 28 0 33 0 17 0 -33 0 -28 0 33 0 89 0 39 0 -6 0 -17 0 -33 0 44 0 -6 0-9999 +USW00014922197211TMIN 44 0 28 0 17 0 22 0 33 0 50 0 -6 0 -11 0 33 0 28 0 6 0 -17 0 -33 0 -56 0 -78 0 -44 0 -22 0 -22 0 -17 0 -44 0 -72 0 -89 0 -89 0 -61 0 -22 0 -44 0 -78 0 -72 0 -106 0 -89 0-9999 +USW00014922197211PRCP 76 0 178 0 0 0 0 0 0 0 0T 0 5 0 0 0 15 0 3 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 5 0-9999 +USW00014922197211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 23 0-9999 +USW00014922197211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0-9999 +USW00014922197211ACMH 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 70 X 70 X 100 X 90 X 90 X 100 X 90 X 90 X 60 X 60 X 30 X 100 X 100 X 70 X 60 X 20 X 60 X-9999 +USW00014922197211ACSH 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 70 X 100 X 100 X 100 X 80 X 80 X 30 X 100 X 100 X 100 X 10 X 10 X 60 X-9999 +USW00014922197211PGTM 2354 X 1506 X 0012 X 0748 X 1936 X 0306 X 1030 X 1930 X 0418 X 1254 X 0018 X 2206 X 0918 X 0012 X 1236 X 0100 X 0948 X 1600 X 1336 X 2206 X 1748 X 1806 X 0854 X 1442 X 2212 X 0230 X 1824 X 0730 X 1418 X 1324 X-9999 +USW00014922197211PSUN 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 6 X 0 X 0 X 17 X 31 X 6 X 0 X 4 X 23 X 26 X 98 X 0 X 0 X 0 X 85 X 89 X 27 X-9999 +USW00014922197211TSUN 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 36 X 0 X 0 X 96 X 174 X 36 X 0 X 24 X 126 X 144 X 546 X 0 X 0 X 0 X 462 X 486 X 150 X-9999 +USW00014922197211WDFG 90W X 45W X 45W X 270W X 180W X 180W X 315W X 135W X 135W X 315W X 270W X 45W X 45W X 45W X 180W X 225W X 315W X 225W X 270W X 360W X 45W X 180W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X-9999 +USW00014922197211WDFM 90W X 45W X 45W X 270W X 180W X 180W X 315W X 135W X 135W X 270W X 270W X 45W X 90W X 45W X 180W X 225W X 315W X 225W X 315W X 360W X 45W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X-9999 +USW00014922197211WSFG 144 X 134 X 98 X 67 X 164 X 118 X 134 X 103 X 103 X 77 X 72 X 108 X 139 X 103 X 98 X 93 X 93 X 51 X 93 X 87 X 77 X 62 X 108 X 113 X 118 X 123 X 118 X 98 X 123 X 129 X-9999 +USW00014922197211WSFM 103 X 85 X 72 X 49 X 112 X 94 X 103 X 72 X 72 X 49 X 49 X 58 X 103 X 67 X 54 X 72 X 63 X 31 X 40 X 67 X 49 X 31 X 76 X 85 X 80 X 76 X 80 X 63 X 89 X 76 X-9999 +USW00014922197211WT01 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197211WT04-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197211WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197211WT08 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197211WT16 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197211WT18-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922197212TMAX -50 0 -67 0 -144 0 -150 0 -133 0 -189 0 -172 0 -133 0 -167 0 -150 0 -83 0 -83 0 -133 0 -139 0 -133 0 -156 0 -50 0 -33 0 -28 0 -28 0 -28 0 -33 0 -17 0 -39 0 -11 0 -39 0 44 0 6 0 17 0 39 0 -44 0 +USW00014922197212TMIN -100 0 -144 0 -194 0 -211 0 -189 0 -283 0 -289 0 -200 0 -217 0 -233 0 -256 0 -144 0 -228 0 -250 0 -211 0 -228 0 -183 0 -106 0 -89 0 -61 0 -89 0 -72 0 -67 0 -133 0 -117 0 -172 0 -61 0 -100 0 -17 0 -50 0 -133 0 +USW00014922197212PRCP 20 0 28 0 0 0 3 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0T 0 0T 0 0 0 3 0 0T 0 3 0 0T 0 0T 0 0T 0 0T 0 3 0 13 0 0T 0 0 0 0 0 203 0 58 0 5 0 +USW00014922197212SNOW 38 0 30 0 0 0 15 0 114 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 3 0 23 0 0T 0 0 0 0 0 94 0 8 0 5 0 +USW00014922197212SNWD 25 0 51 0 51 0 51 0 102 0 127 0 76 0 76 0 76 0 76 0 76 0 76 0 127 0 127 0 102 0 102 0 102 0 102 0 102 0 102 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 51 0 102 0 76 0 51 0 +USW00014922197212ACMH 90 X 90 X 100 X 90 X 100 X 0 X 90 X 70 X 90 X 30 X 30 X 90 X 30 X 30 X 30 X 20 X 100 X 60 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 20 X 80 X 100 X 100 X 90 X +USW00014922197212ACSH 80 X 100 X 100 X 90 X 100 X 0 X 100 X 80 X 90 X 20 X 30 X 100 X 60 X 40 X 60 X 0 X 100 X 80 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 50 X 30 X 90 X 100 X 100 X 100 X +USW00014922197212PGTM 1012 X 1142 X 1124 X 1354 X 1918 X 0054 X 1800 X 1606 X 1224 X 0300 X 1230 X 1542 X 0206 X 2248 X 1348 X 0700 X 1300 X 1454 X 1418 X 2318 X 0224 X 1254 X 2330 X 2112 X 1942 X 0006 X 1354 X 2242 X 0606 X 0730 X 2318 X +USW00014922197212PSUN 32 X 0 X 17 X 19 X 0 X 100 X 3 X 27 X 38 X 82 X 67 X 0 X 77 X 61 X 57 X 90 X 1 X 11 X 0 X 0 X 0 X 0 X 0 X 35 X 0 X 80 X 92 X 22 X 0 X 0 X 0 X +USW00014922197212TSUN 174 X 0 X 90 X 102 X 0 X 534 X 18 X 144 X 204 X 438 X 360 X 0 X 408 X 324 X 300 X 474 X 6 X 60 X 0 X 0 X 0 X 0 X 0 X 192 X 0 X 420 X 486 X 114 X 0 X 0 X 0 X +USW00014922197212WDFG 45W X 45W X 360W X 360W X 315W X 315W X 135W X 315W X 360W X 360W X 225W X 360W X 225W X 135W X 315W X 315W X 180W X 135W X 45W X 315W X 315W X 180W X 360W X 225W X 315W X 315W X 315W X 90W X 90W X 45W X 315W X +USW00014922197212WDFM 45W X 45W X 360W X 360W X 315W X 315W X 135W X 360W X 315W X 360W X 225W X 315W X 225W X 135W X 315W X 315W X 180W X 135W X 315W X 315W X 315W X 180W X 360W X 225W X 315W X 315W X 315W X 135W X 135W X 45W X 315W X +USW00014922197212WESD-9999 25 X 25 X 25 X 102 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 102 X 102 X 102 X 102 X 102 X 102 X 102 X 102 X 102 X 102 X 102 X 102 X 127 X 127 X 127 X 127 X 203 X-9999 305 X +USW00014922197212WSFG 72 X 118 X 93 X 62 X 123 X 108 X 62 X 82 X 87 X 87 X 129 X 87 X 62 X 62 X 154 X 113 X 159 X 51 X 82 X 103 X 113 X 123 X 118 X 87 X 154 X 103 X 129 X 154 X 123 X 185 X 139 X +USW00014922197212WSFM 54 X 89 X 67 X 31 X 85 X 76 X 27 X 54 X 45 X 67 X 112 X 54 X 36 X 40 X 116 X 58 X 107 X 40 X 63 X 63 X 72 X 76 X 76 X 58 X 107 X 72 X 98 X 112 X 89 X 161 X 103 X +USW00014922197212WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00014922197212WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197212WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197212WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922197212WT08-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197212WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00014922197212WT18 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X +USW00014922197301TMAX -83 0 22 0 6 0 -117 0 -189 0 -172 0 -161 0 -167 0 -167 0 -100 0 -106 0 -61 0 -17 0 50 0 28 0 67 0 50 0 50 0 -39 0 -33 0 6 0 -6 0 -33 0 33 0 78 0 67 0 22 0 -39 0 -39 0 -6 0 17 0 +USW00014922197301TMIN -156 0 -133 0 -133 0 -217 0 -256 0 -289 0 -256 0 -239 0 -278 0 -211 0 -194 0 -183 0 -106 0 -106 0 6 0 -6 0 -33 0 -67 0 -89 0 -100 0 -50 0 -78 0 -128 0 -128 0 -44 0 -44 0 -39 0 -128 0 -161 0 -128 0 -44 0 +USW00014922197301PRCP 0T 0 0 0 155 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 79 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 +USW00014922197301SNOW 0T 0 0 0 175 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 117 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 +USW00014922197301SNWD 51 0 51 0 51 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 178 0 178 0 152 0 127 0 102 0 76 0 76 0 76 0 127 0 203 0 203 0 178 0 127 0 127 0 127 0 102 0 102 0 102 0 +USW00014922197301ACMH 50 X 20 X 100 X 30 X 10 X 10 X 90 X 50 X 0 X 60 X 10 X 50 X 60 X 80 X 90 X 70 X 90 X 0 X 60 X 90 X 100 X 100 X 50 X 10 X 10 X 40 X 100 X 10 X 60 X 80 X 100 X +USW00014922197301ACSH 70 X 0 X 100 X 20 X 10 X 0 X 100 X 60 X 0 X 90 X 20 X 50 X 80 X 60 X 100 X 90 X 100 X 0 X 60 X 100 X 100 X 100 X 90 X 30 X 30 X 30 X 100 X 10 X 60 X 80 X 100 X +USW00014922197301PGTM 0142 X 1512 X 2130 X 0224 X 0006 X 1130 X 1648 X 1130 X 1400 X 1218 X 1424 X 1524 X 0818 X 1600 X 0706 X 1306 X 1130 X 1818 X 0148 X 1148 X 1548 X 2142 X 0154 X 1812 X 1512 X 1506 X 1954 X 0018 X 1518 X 1700 X 0324 X +USW00014922197301PSUN 65 X 97 X 0 X 90 X 100 X 97 X 2 X 83 X 100 X 25 X 91 X 89 X 36 X 61 X 0 X 83 X 0 X 0 X 51 X 0 X 5 X 0 X 36 X 100 X 97 X 87 X 0 X 100 X 70 X 79 X 0 X +USW00014922197301TSUN 342 X 516 X 0 X 480 X 534 X 516 X 12 X 450 X 540 X 138 X 498 X 486 X 198 X 336 X 0 X 456 X 0 X 0 X 282 X 0 X 30 X 0 X 204 X 570 X 552 X 498 X 0 X 576 X 408 X 462 X 0 X +USW00014922197301WDFG 315W X 225W X 315W X 315W X 315W X 180W X 360W X 360W X 225W X 270W X 270W X 225W X 225W X 315W X 270W X 225W X 180W X 315W X 315W X 90W X 90W X 315W X 315W X 225W X 135W X 180W X 360W X 360W X 225W X 90W X 135W X +USW00014922197301WDFM 315W X 225W X 315W X 315W X 315W X 315W X 360W X 315W X 270W X 270W X 270W X 225W X 225W X 315W X 180W X 225W X 180W X 315W X 315W X 90W X 90W X 315W X 315W X 225W X 135W X 180W X 360W X 360W X 225W X 90W X 135W X +USW00014922197301WESD 305 X 305 X 457 X 584 X 584 X 584 X 584 X 584 X 584 X 457 X 432 X 432 X 432 X 432 X 432 X 432 X 406 X 279 X 279 X 279 X 279 X 330 X 457 X 457 X 457 X 432 X 432 X 381 X 381 X 406 X 406 X +USW00014922197301WSFG 144 X 154 X 159 X 159 X 72 X 46 X 72 X 72 X 103 X 134 X 93 X 93 X 72 X 123 X 113 X 118 X 108 X 144 X 134 X 93 X 103 X 144 X 118 X 93 X 57 X 67 X 159 X 149 X 98 X 98 X 118 X +USW00014922197301WSFM 94 X 134 X 130 X 112 X 49 X 22 X 36 X 54 X 76 X 94 X 63 X 49 X 40 X 80 X 80 X 98 X 67 X 103 X 98 X 67 X 80 X 116 X 80 X 49 X 40 X 49 X 112 X 112 X 76 X 76 X 85 X +USW00014922197301WT01-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197301WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197301WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922197301WT08-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X +USW00014922197301WT09-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197301WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922197301WT18 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197302TMAX 17 0 0 0 56 0 39 0 -11 0 -6 0 -72 0 -89 0 -67 0 -72 0 -11 0 6 0 0 0 -6 0 -128 0 -128 0 -56 0 11 0 22 0 -6 0 -50 0 61 0 17 0 -11 0 -11 0 -17 0 11 0 17 0-9999 -9999 -9999 +USW00014922197302TMIN 0 0 -78 0 -83 0 -50 0 -56 0 -117 0 -144 0 -172 0 -144 0 -156 0 -72 0 -33 0 -28 0 -133 0 -194 0 -244 0 -228 0 -61 0 -94 0 -144 0 -144 0 -72 0 -56 0 -44 0 -83 0 -111 0 -22 0 0 0-9999 -9999 -9999 +USW00014922197302PRCP 74 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 89 0 13 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 8 0 30 0 0T 0 0T 0 0T 0-9999 -9999 -9999 +USW00014922197302SNOW 94 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 99 0 23 0 0 0 0 0 3 0 0T 0 0 0 3 0 0 0 0 0 0 0 10 0 56 0 0T 0 0T 0 0 0-9999 -9999 -9999 +USW00014922197302SNWD 76 0 127 0 127 0 127 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 229 0 229 0 229 0 229 0 229 0 229 0 203 0 203 0 203 0 152 0 127 0 178 0 178 0 178 0 152 0-9999 -9999 -9999 +USW00014922197302ACMH 100 X 80 X 40 X 80 X 80 X 90 X 40 X 10 X 10 X 50 X 70 X 90 X 100 X 90 X 30 X 10 X 100 X 100 X 90 X 70 X 50 X 20 X 50 X 90 X 80 X 70 X 100 X 100 X-9999 -9999 -9999 +USW00014922197302ACSH 100 X 100 X 10 X 90 X 100 X 90 X 40 X 20 X 10 X 100 X 70 X 80 X 100 X 100 X 50 X 0 X 100 X 100 X 100 X 100 X 50 X 40 X 90 X 100 X 100 X 60 X 100 X 100 X-9999 -9999 -9999 +USW00014922197302PGTM 2124 X 0930 X 1800 X 1612 X 0912 X 0730 X 2106 X 1054 X 1218 X 2342 X 1142 X 0442 X 2224 X 0930 X 0200 X 2218 X 1236 X 1024 X 1424 X 2248 X 0024 X 1242 X 2354 X 0336 X 0936 X 1300 X 2324 X 0706 X-9999 -9999 -9999 +USW00014922197302PSUN 0 X 0 X 90 X 70 X 19 X 69 X 81 X 100 X 95 X 98 X 59 X 52 X 0 X 20 X 99 X 100 X 1 X 0 X 7 X 24 X 79 X 100 X 71 X 21 X 26 X 76 X 0 X 0 X-9999 -9999 -9999 +USW00014922197302TSUN 0 X 0 X 534 X 414 X 114 X 414 X 492 X 606 X 582 X 600 X 366 X 324 X 0 X 126 X 618 X 630 X 36 X 0 X 42 X 156 X 510 X 648 X 378 X 138 X 168 X 504 X 0 X 0 X-9999 -9999 -9999 +USW00014922197302WDFG 360W X 360W X 180W X 45W X 135W X 315W X 315W X 360W X 315W X 180W X 180W X 180W X 45W X 360W X 360W X 180W X 225W X 225W X 315W X 315W X 360W X 315W X 90W X 90W X 90W X 135W X 180W X 180W X-9999 -9999 -9999 +USW00014922197302WDFM 360W X 315W X 225W X 45W X 135W X 360W X 315W X 315W X 315W X 180W X 180W X 180W X 45W X 360W X 360W X 180W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 90W X 90W X 135W X 225W X 180W X-9999 -9999 -9999 +USW00014922197302WESD 406 X 483 X 483 X 483 X 483 X 483 X 432 X 432 X 432 X 432 X 432 X 432 X 483 X 559 X 559 X 559 X 559 X 559 X 559 X 559 X 559 X 559 X 457 X 457 X 508 X 508 X 508 X 508 X-9999 -9999 -9999 +USW00014922197302WSFG 108 X 113 X 51 X 87 X 82 X 129 X 113 X 72 X 87 X 103 X 175 X 134 X 87 X 149 X 108 X 93 X 123 X 118 X 134 X 139 X 134 X 118 X 67 X 134 X 98 X 108 X 82 X 118 X-9999 -9999 -9999 +USW00014922197302WSFM 76 X 76 X 31 X 54 X 63 X 98 X 76 X 58 X 58 X 72 X 134 X 80 X 58 X 112 X 72 X 49 X 89 X 89 X 98 X 112 X 103 X 98 X 40 X 116 X 72 X 85 X 45 X 89 X-9999 -9999 -9999 +USW00014922197302WT01 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922197302WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197302WT06-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922197302WT08 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197302WT16-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197302WT18 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197303TMAX 28 0 28 0 50 0 50 0 17 0 39 0 44 0 33 0 28 0 33 0 33 0 111 0 178 0 167 0 72 0 28 0 44 0 72 0 61 0 111 0 106 0 100 0 133 0 111 0 128 0 150 0 150 0 128 0 100 0 144 0 117 0 +USW00014922197303TMIN 11 0 11 0 -11 0 -28 0 0 0 6 0 22 0 11 0 -6 0 6 0 11 0 -6 0 67 0 72 0 6 0 -17 0 -44 0 -67 0 -22 0 6 0 -39 0 -28 0 28 0 61 0 33 0 -22 0 28 0 56 0 17 0 22 0 33 0 +USW00014922197303PRCP 0T 0 0T 0 3 0 0 0 0T 0 20 0 0T 0 0 0 0 0 25 0 91 0 0 0 38 0 51 0 8 0 8 0 0 0 0 0 0 0 0T 0 0 0 8 0 5 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 +USW00014922197303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 10 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197303SNWD 127 Z 102 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197303ACMH 100 X 100 X 80 X 80 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 20 X 100 X 90 X 100 X 100 X 0 X 40 X 80 X 40 X 0 X 60 X 90 X 100 X 90 X 0 X 80 X 100 X 100 X 60 X 90 X +USW00014922197303ACSH 100 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 10 X 100 X 90 X 100 X 100 X 10 X 50 X 90 X 30 X 0 X 70 X 80 X 100 X 100 X 0 X 90 X 100 X 100 X 60 X 100 X +USW00014922197303PGTM 1748 X 1206 X 1548 X 1130 X 0706 X 0830 X 1048 X 0924 X 1518 X 1924 X 1930 X 2354 X 0206 X 1518 X 0848 X 1706 X 1254 X 1512 X 1348 X 0730 X 0712 X 1012 X 1048 X 1454 X 1118 X 1212 X 1254 X 2024 X 0254 X 1300 X 1318 X +USW00014922197303PSUN 0 X 4 X 39 X 85 X 0 X 0 X 2 X 3 X 31 X 0 X 0 X 99 X 50 X 47 X 5 X 0 X 100 X 98 X 84 X 83 X 100 X 76 X 61 X 7 X 9 X 100 X 42 X 31 X 46 X 83 X 35 X +USW00014922197303TSUN 0 X 24 X 264 X 576 X 0 X 0 X 12 X 18 X 216 X 0 X 0 X 696 X 354 X 330 X 36 X 0 X 720 X 708 X 612 X 600 X 732 X 558 X 450 X 48 X 66 X 750 X 312 X 234 X 348 X 636 X 264 X +USW00014922197303WDFG 45W X 135W X 360W X 90W X 90W X 135W X 270W X 360W X 135W X 45W X 360W X 180W X 180W X 180W X 315W X 360W X 360W X 45W X 90W X 45W X 90W X 180W X 180W X 90W X 45W X 135W X 180W X 45W X 360W X 45W X 90W X +USW00014922197303WDFM 45W X 135W X 315W X 90W X 90W X 135W X 270W X 360W X 135W X 45W X 360W X 180W X 135W X 180W X 315W X 45W X 360W X 90W X 135W X 45W X 90W X 135W X 135W X 45W X 45W X 225W X 225W X 360W X 360W X 45W X 90W X +USW00014922197303WESD 483 X 356 X 330 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197303WSFG 72 X 67 X 103 X 87 X 98 X 87 X 144 X 87 X 82 X 98 X 129 X 82 X 103 X 149 X 123 X 113 X 129 X 72 X 87 X 98 X 67 X 123 X 87 X 113 X 118 X 72 X 139 X 93 X 93 X 62 X 154 X +USW00014922197303WSFM 36 X 45 X 54 X 58 X 63 X 63 X 85 X 49 X 58 X 67 X 94 X 58 X 58 X 98 X 80 X 76 X 85 X 49 X 67 X 54 X 49 X 89 X 63 X 80 X 80 X 36 X 116 X 76 X 63 X 31 X 116 X +USW00014922197303WT01 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197303WT02-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197303WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197303WT08-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922197303WT16 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00014922197303WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197304TMAX 50 0 56 0 78 0 122 0 133 0 100 0 67 0 22 0 -17 0 61 0 94 0 94 0 122 0 200 0 139 0 72 0 200 0 233 0 194 0 239 0 217 0 94 0 111 0 139 0 144 0 144 0 122 0 150 0 128 0 89 0-9999 +USW00014922197304TMIN 11 0 17 0 -6 0 6 0 -17 0 39 0 -6 0 -33 0 -44 0 -50 0 -39 0 -6 0 -33 0 22 0 0 0 -17 0 50 0 67 0 144 0 133 0 78 0 22 0 -6 0 6 0 17 0 28 0 -6 0 6 0 72 0 61 0-9999 +USW00014922197304PRCP 56 0 0T 0 0 0 0 0 3 0 33 0 0T 0 3 0 36 0 0 0 18 0 0 0 0T 0 0 0 160 0 3 0 0 0 0 0 5 0 97 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 5 0 173 0-9999 +USW00014922197304SNOW 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 0 43 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197304SNWD 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 51 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197304ACMH 100 X 100 X 80 X 40 X 90 X 100 X 100 X 100 X 100 X 60 X 70 X 40 X 40 X 50 X 100 X 60 X 40 X 50 X 100 X 70 X 60 X-9999 10 X 40 X 20 X 40 X 10 X 40 X 100 X 100 X-9999 +USW00014922197304ACSH 100 X 100 X 90 X 40 X 100 X 100 X 100 X 100 X 100 X 40 X 90 X 30 X 40 X 40 X 100 X 60 X 50 X 40 X 100 X 60 X 60 X 80 X 20 X 40 X 20 X 60 X 10 X 40 X 100 X 100 X-9999 +USW00014922197304PGTM 1212 X 0918 X 1618 X 1142 X 2118 X 1354 X 1412 X 1254 X 1512 X 0730 X 2006 X 0030 X 1648 X 1348 X 0842 X 1412 X 1348 X 1254 X 1424 X 1948 X 1330 X 1348 X 1042 X 1924 X 1524 X 1512 X 1330 X 1848 X 0700 X 2012 X-9999 +USW00014922197304PSUN 0 X 1 X 60 X 95 X 35 X 4 X 33 X 29 X 31 X 92 X 59 X 85 X 73 X 80 X 0 X 61 X 91 X 84 X 4 X 50 X 62 X 25 X 93 X 71 X 98 X 91 X 97 X 70 X 3 X 0 X-9999 +USW00014922197304TSUN 0 X 6 X 468 X 732 X 276 X 30 X 258 X 228 X 246 X 732 X 468 X 678 X 588 X 642 X 0 X 498 X 744 X 684 X 30 X 414 X 510 X 210 X 774 X 588 X 822 X 768 X 822 X 594 X 24 X 0 X-9999 +USW00014922197304WDFG 45W X 45W X 45W X 45W X 360W X 45W X 45W X 90W X 45W X 360W X 360W X 45W X 180W X 225W X 225W X 315W X 225W X 180W X 135W X 225W X 225W X 315W X 315W X 360W X 45W X 315W X 315W X 180W X 135W X 90W X-9999 +USW00014922197304WDFM 45W X 360W X 45W X 360W X 225W X 45W X 45W X 45W X 45W X 360W X 360W X 45W X 180W X 225W X 225W X 315W X 225W X 180W X 135W X 225W X 225W X 315W X 315W X 360W X 360W X 315W X 315W X 270W X 135W X 90W X-9999 +USW00014922197304WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197304WSFG 159 X 118 X 144 X 139 X 118 X 98 X 129 X 113 X 221 X 134 X 154 X 129 X 134 X 175 X 149 X 144 X 170 X 144 X 200 X 257 X 154 X 139 X 118 X 87 X 103 X 129 X 129 X 103 X 129 X 144 X-9999 +USW00014922197304WSFM 125 X 80 X 98 X 94 X 80 X 85 X 89 X 94 X 197 X 80 X 107 X 103 X 85 X 139 X 98 X 116 X 143 X 98 X 170 X 161 X 116 X 121 X 72 X 72 X 58 X 112 X 67 X 63 X 94 X 121 X-9999 +USW00014922197304WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922197304WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922197304WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197304WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197304WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197304WT16 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922197304WT18 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197305TMAX 78 0 67 0 156 0 172 0 156 0 172 0 144 0 239 0 194 0 167 0 189 0 122 0 133 0 150 0 233 0 150 0 206 0 256 0 228 0 261 0 194 0 189 0 211 0 178 0 156 0 172 0 194 0 239 0 206 0 256 0 283 0 +USW00014922197305TMIN 39 0 17 0 6 0 6 0 67 0 94 0 106 0 72 0 83 0 61 0 50 0 50 0 33 0 33 0 11 0 56 0 0 0 111 0 94 0 100 0 144 0 133 0 117 0 122 0 100 0 67 0 122 0 111 0 61 0 56 0 122 0 +USW00014922197305PRCP 188 0 28 0 0 0 0 0 28 0 18 0 30 0 0 0 23 0 3 0 3 0 0 0 13 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 71 0 38 0 5 0 152 0 5 0 13 0 13 0 0 0 0 0 0 0 0T 0 +USW00014922197305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197305ACMH 100 X 90 X 0 X 30 X 100 X 100 X 100 X 40 X 60 X 70 X 70 X 70 X 60 X 40 X 50 X 0 X 50 X 70 X 40 X 50 X 100 X 100 X-9999 100 X 90 X 90 X 100 X 60 X 40 X 10 X 50 X +USW00014922197305ACSH 100 X 100 X 0 X 30 X 100 X 100 X 100 X 40 X 70 X 100 X 80 X 70 X 60 X 50 X 50 X 0 X 40 X 80 X 60 X 40 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 60 X 50 X 10 X 50 X +USW00014922197305PGTM 2318 X 1806 X 0730 X 2348 X 0554 X 1118 X 1712 X 1612 X 1524 X 1218 X 1300 X 1448 X 1500 X 1248 X 2230 X 0000 X 1306 X 1806 X 1618 X 1436 X 2036 X 1554 X 2106 X 0648 X 1506 X 1542 X 1412 X 1312 X 1406 X 1506 X 1430 X +USW00014922197305PSUN 0 X 0 X 98 X 86 X 32 X 3 X 1 X 68 X 35 X 12 X 63 X 31 X 40 X 95 X 89 X 96 X 81 X 62 X 77 X 73 X 15 X 13 X 55 X 9 X 16 X 13 X 11 X 76 X 95 X 97 X 84 X +USW00014922197305TSUN 0 X 0 X 846 X 744 X 276 X 30 X 6 X 600 X 306 X 108 X 558 X 270 X 354 X 846 X 786 X 858 X 726 X 558 X 696 X 654 X 138 X 114 X 498 X 84 X 150 X 114 X 102 X 696 X 876 X 894 X 774 X +USW00014922197305WDFG 45W X 45W X 360W X 135W X 135W X 135W X 45W X 225W X 315W X 315W X 315W X 360W X 360W X 360W X 45W X 360W X 315W X 360W X 45W X 180W X 135W X 45W X 90W X 135W X 315W X 135W X 45W X 45W X 45W X 315W X 270W X +USW00014922197305WDFM 45W X 45W X 315W X 135W X 180W X 180W X 45W X 225W X 315W X 315W X 315W X 315W X 45W X 360W X 360W X 315W X 180W X 360W X 45W X 180W X 135W X 135W X 90W X 135W X 270W X 135W X 45W X 45W X 45W X 270W X 270W X +USW00014922197305WSFG 154 X 154 X 123 X 67 X 139 X 108 X 118 X 98 X 190 X 195 X 185 X 129 X 200 X 134 X 195 X 170 X 87 X 118 X 98 X 93 X 144 X 108 X 98 X 139 X 93 X 118 X 206 X 154 X 93 X 98 X 103 X +USW00014922197305WSFM 130 X 107 X 85 X 49 X 94 X 76 X 80 X 76 X 148 X 130 X 116 X 89 X 103 X 103 X 143 X 121 X 54 X 89 X 54 X 63 X 107 X 76 X 76 X 107 X 67 X 94 X 161 X 112 X 58 X 72 X 63 X +USW00014922197305WT01 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197305WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197305WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197305WT08-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922197305WT16 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00014922197306TMAX 300 0 267 0 228 0 250 0 244 0 261 0 256 0 294 0 350 0 367 0 283 0 267 0 283 0 322 0 328 0 311 0 278 0 244 0 222 0 222 0 178 0 272 0 283 0 311 0 294 0 317 0 222 0 239 0 206 0 272 0-9999 +USW00014922197306TMIN 144 0 172 0 144 0 117 0 128 0 106 0 156 0 172 0 133 0 228 0 167 0 133 0 94 0 156 0 211 0 150 0 128 0 161 0 122 0 128 0 128 0 83 0 156 0 150 0 194 0 178 0 139 0 111 0 122 0 128 0-9999 +USW00014922197306PRCP 0 0 58 0 0T 0 43 0 0 0 0T 0 0 0 10 0 0 0 0 0 5 0 0 0 0 0 0 0 0T 0 15 0 0T 0 117 0 0T 0 0T 0 0T 0 18 0 3 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00014922197306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197306ACMH 20 X 80 X 70 X 80 X 70 X 40 X 50 X 70 X 0 X 50 X 60 X 50 X 10 X 40 X 80 X 80 X 20 X 90 X 60 X 60 X 80 X 50 X 30 X 60 X 80 X 60 X 60 X 30 X 100 X 50 X-9999 +USW00014922197306ACSH 30 X 90 X 80 X 70 X 70 X 40 X 50 X 70 X 0 X 60 X 80 X 60 X 0 X 20 X 70 X 80 X 10 X 90 X 60 X 80 X 90 X 60 X 30 X 60 X 90 X 70 X 90 X 20 X 100 X 70 X-9999 +USW00014922197306PGTM 1718 X 1154 X 1142 X 1030 X 1418 X 1112 X 2336 X 0242 X 1300 X 1354 X 1212 X 1454 X 1312 X 1242 X 0712 X 2200 X 1218 X 0806 X 1518 X 1454 X 1236 X 1130 X 1154 X 1254 X 0212 X 1330 X 1048 X 1006 X 0000 X 1300 X-9999 +USW00014922197306PSUN 97 X 75 X 58 X 45 X 74 X 90 X 86 X 75 X 100 X 91 X 44 X 85 X 100 X 96 X 86 X 64 X 93 X 54 X 53 X 46 X 7 X 78 X 92 X 82 X 62 X 73 X 19 X 95 X 4 X 80 X-9999 +USW00014922197306TSUN 900 X 696 X 534 X 420 X 684 X 834 X 804 X 696 X 930 X 846 X 408 X 792 X 936 X 900 X 804 X 600 X 870 X 510 X 498 X 426 X 66 X 732 X 858 X 768 X 582 X 684 X 174 X 882 X 42 X 750 X-9999 +USW00014922197306WDFG 180W X 135W X 270W X 315W X 270W X 270W X 135W X 360W X 225W X 225W X 45W X 315W X 225W X 180W X 180W X 315W X 315W X 135W X 225W X 225W X 315W X 315W X 90W X 180W X 135W X 315W X 315W X 360W X 360W X 315W X-9999 +USW00014922197306WDFM 180W X 135W X 270W X 270W X 315W X 315W X 135W X 315W X 180W X 225W X 360W X 315W X 180W X 180W X 180W X 315W X 270W X 135W X 225W X 225W X 315W X 270W X 45W X 225W X 135W X 315W X 315W X 315W X 360W X 270W X-9999 +USW00014922197306WSFG 108 X 154 X 113 X 118 X 123 X 103 X 98 X 180 X 118 X 170 X 103 X 93 X 82 X 129 X 103 X 175 X 98 X 242 X 149 X 129 X 93 X 93 X 93 X 103 X 129 X 154 X 134 X 144 X 108 X 67 X-9999 +USW00014922197306WSFM 76 X 107 X 94 X 76 X 76 X 76 X 72 X 107 X 112 X 116 X 67 X 67 X 49 X 94 X 85 X 139 X 67 X 170 X 121 X 103 X 63 X 49 X 45 X 76 X 76 X 94 X 112 X 94 X 76 X 45 X-9999 +USW00014922197306WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197306WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197306WT16-9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197307TMAX 322 0 289 0 306 0 283 0 306 0 350 0 350 0 294 0 294 0 306 0 311 0 339 0 272 0 261 0 267 0 300 0 333 0 322 0 283 0 272 0 272 0 267 0 278 0 300 0 289 0 278 0 233 0 206 0 261 0 256 0 239 0 +USW00014922197307TMIN 156 0 172 0 144 0 150 0 144 0 217 0 256 0 206 0 206 0 178 0 167 0 233 0 178 0 117 0 117 0 128 0 200 0 211 0 183 0 167 0 183 0 189 0 194 0 206 0 206 0 200 0 144 0 144 0 139 0 161 0 150 0 +USW00014922197307PRCP 262 0 36 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 51 0 137 0 0 0 0T 0 84 0 0T 0 0 0 150 0 0T 0 0 0 +USW00014922197307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197307ACMH 30 X 30 X 10 X 0 X 20 X 40 X 50 X 50 X 50 X 10 X 30 X 50 X 90 X 50 X 10 X 10 X 30 X 60 X 50 X 80 X 100 X 100 X 100 X 60 X 50 X 70 X 70 X 90 X 70 X 40 X 40 X +USW00014922197307ACSH 30 X 20 X 10 X 0 X 30 X 40 X 70 X 60 X 70 X 0 X 20 X 40 X 100 X 60 X 10 X 10 X 30 X 60 X 50 X 90 X 90 X 100 X 100 X 70 X 50 X 90 X 80 X 100 X 70 X 40 X 40 X +USW00014922197307PGTM 2142 X 1018 X 1712 X 1142 X 1548 X 0818 X 1330 X 0624 X 1212 X 1312 X 2312 X 0748 X 1542 X 1154 X 1230 X 1700 X 1342 X 2136 X 0630 X 1300 X 1300 X 1542 X 2212 X 1100 X 1842 X 1700 X 1318 X 0054 X 1100 X 1706 X 1630 X +USW00014922197307PSUN 87 X 90 X 100 X 100 X 99 X 57 X 75 X 75 X 46 X 99 X 97 X 73 X 47 X 86 X 86 X 90 X 97 X 76 X 93 X 89 X 56 X 42 X 49 X 91 X 86 X 59 X 66 X 37 X 63 X 91 X 95 X +USW00014922197307TSUN 816 X 834 X 930 X 930 X 924 X 534 X 696 X 696 X 426 X 912 X 894 X 678 X 432 X 786 X 786 X 828 X 888 X 696 X 846 X 804 X 510 X 384 X 444 X 822 X 774 X 528 X 588 X 330 X 558 X 810 X 840 X +USW00014922197307WDFG 315W X 315W X 315W X 315W X 225W X 225W X 270W X 45W X 180W X 45W X 180W X 270W X 270W X 315W X 360W X 225W X 225W X 360W X 45W X 45W X 90W X 135W X 135W X 270W X 315W X 315W X 315W X 315W X 315W X 45W X 360W X +USW00014922197307WDFM 315W X 315W X 315W X 315W X 225W X 225W X 225W X 45W X 180W X 45W X 180W X 270W X 315W X 315W X 45W X 225W X 225W X 180W X 45W X 45W X 90W X 135W X 135W X 270W X 315W X 360W X 315W X 315W X 315W X 360W X 315W X +USW00014922197307WSFG 185 X 118 X 93 X 129 X 98 X 190 X 154 X 103 X 123 X 108 X 113 X 144 X 123 X 134 X 87 X 129 X 164 X 103 X 123 X 118 X 108 X 113 X 139 X 93 X 103 X 139 X 175 X 82 X 103 X 123 X 103 X +USW00014922197307WSFM 139 X 76 X 72 X 98 X 76 X 161 X 112 X 58 X 89 X 67 X 80 X 98 X 80 X 80 X 58 X 98 X 121 X 76 X 72 X 76 X 76 X 80 X 112 X 76 X 72 X 98 X 116 X 63 X 76 X 80 X 67 X +USW00014922197307WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 +USW00014922197307WT03 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 +USW00014922197307WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197307WT16 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00014922197308TMAX 256 0 267 0 272 0 317 0 317 0 267 0 317 0 311 0 256 0 278 0 283 0 294 0 278 0 267 0 267 0 289 0 300 0 317 0 317 0 233 0 206 0 194 0 228 0 211 0 261 0 322 0 339 0 328 0 306 0 306 0 283 0 +USW00014922197308TMIN 128 0 128 0 150 0 183 0 211 0 200 0 211 0 183 0 172 0 161 0 139 0 144 0 172 0 144 0 167 0 161 0 156 0 217 0 222 0 167 0 150 0 150 0 167 0 167 0 189 0 217 0 244 0 228 0 217 0 206 0 228 0 +USW00014922197308PRCP 0 0 0 0 0 0 74 0 0T 0 25 0 0T 0 0T 0 0 0 0 0 0 0 51 0 241 0 0 0 48 0 13 0 0 0 0 0 5 0 0 0 33 0 279 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 3 0 3 0 +USW00014922197308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197308ACMH 20 X 40 X 50 X 70 X 70 X 80 X 60 X 80 X 40 X 30 X 30 X 30 X 70 X 10 X 80 X 70 X 0 X 40 X 40 X 60 X 60 X 100 X 100 X 100 X 100 X 50 X 0 X 0 X 60 X 60 X 90 X +USW00014922197308ACSH 40 X 40 X 30 X 80 X 80 X 80 X 30 X 90 X 50 X 30 X 50 X 20 X 80 X 20 X 70 X 80 X 0 X 30 X 40 X 70 X 60 X 100 X 100 X 100 X 100 X 60 X 0 X 0 X 80 X 90 X 100 X +USW00014922197308PGTM 1048 X 1036 X 1148 X 0024 X 1618 X 0306 X 1648 X 1636 X 1424 X 1306 X 1700 X 1230 X 0124 X 2312 X 1454 X 1612 X 1518 X 1748 X 1618 X 0918 X 1230 X 1336 X 1036 X 0836 X 0542 X 2112 X 1412 X 1318 X 2136 X 1348 X 1642 X +USW00014922197308PSUN 99 X 80 X 87 X 84 X 90 X 46 X 84 X 54 X 91 X 95 X 99 X 92 X 61 X 99 X 79 X 49 X 100 X 92 X 80 X 73 X 62 X 21 X 35 X 4 X 17 X 65 X 100 X 100 X 40 X 66 X 56 X +USW00014922197308TSUN 870 X 708 X 810 X 732 X 786 X 396 X 732 X 462 X 786 X 816 X 858 X 786 X 522 X 846 X 666 X 414 X 840 X 774 X 666 X 612 X 516 X 174 X 288 X 36 X 138 X 534 X 810 X 810 X 324 X 528 X 450 X +USW00014922197308WDFG 360W X 315W X 135W X 315W X 225W X 225W X 180W X 315W X 270W X 315W X 360W X 225W X 315W X 180W X 225W X 180W X 180W X 225W X 360W X 45W X 135W X 135W X 90W X 135W X 135W X 225W X 225W X 225W X 270W X 180W X 135W X +USW00014922197308WDFM 360W X 315W X 135W X 225W X 180W X 225W X 180W X 315W X 270W X 315W X 315W X 180W X 315W X 180W X 225W X 180W X 180W X 225W X 360W X 45W X 135W X 135W X 90W X 135W X 135W X 180W X 225W X 225W X 225W X 180W X 180W X +USW00014922197308WSFG 103 X 57 X 93 X 139 X 159 X 159 X 82 X 144 X 118 X 144 X 93 X 87 X 144 X 62 X 129 X 144 X 87 X 129 X 129 X 103 X 118 X 118 X 103 X 87 X 77 X 98 X 144 X 154 X 103 X 129 X 113 X +USW00014922197308WSFM 58 X 31 X 58 X 98 X 125 X 134 X 58 X 107 X 85 X 116 X 58 X 54 X 107 X 45 X 89 X 107 X 67 X 85 X 76 X 72 X 76 X 98 X 67 X 58 X 63 X 67 X 98 X 116 X 76 X 85 X 76 X +USW00014922197308WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197308WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197308WT03-9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922197308WT08-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197308WT16-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X +USW00014922197309TMAX 289 0 294 0 283 0 239 0 239 0 228 0 222 0 172 0 189 0 289 0 222 0 217 0 211 0 189 0 133 0 128 0 172 0 189 0 211 0 144 0 150 0 189 0 150 0 228 0 244 0 189 0 178 0 178 0 178 0 189 0-9999 +USW00014922197309TMIN 217 0 211 0 167 0 161 0 117 0 89 0 89 0 156 0 156 0 139 0 94 0 67 0 133 0 117 0 83 0 78 0 56 0 33 0 50 0 17 0 100 0 56 0 22 0 100 0 167 0 139 0 100 0 106 0 111 0 94 0-9999 +USW00014922197309PRCP 46 0 0 0 10 0 0 0 0 0 0 0 0 0 23 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 25 0 0 0 30 0 0 0 0T 0 0T 0 74 0 0T 0 0 0 48 0 8 0 259 0 0 0 5 0 0 0 0 0-9999 +USW00014922197309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197309ACMH 90 X 80 X 60 X 40 X 0 X 10 X 80 X 100 X 100 X 50 X 30 X 90 X 100 X 30 X 100 X 100 X 50 X 20 X 70 X 70 X 100 X 70 X 20 X 100 X 70 X 100 X 90 X 90 X 80 X 60 X-9999 +USW00014922197309ACSH 90 X 80 X 80 X 60 X 0 X 20 X 100 X 100 X 100 X 40 X 20 X 100 X 100 X 10 X 100 X 100 X 60 X 20 X 80 X 100 X 100 X 60 X 20 X 100 X 30 X 100 X 100 X 100 X 90 X 90 X-9999 +USW00014922197309PGTM 1154 X 1512 X 1230 X 1324 X 1324 X 1012 X 2206 X 0724 X 0812 X 1554 X 1500 X 1742 X 1436 X 1242 X 1336 X 0100 X 1018 X 1454 X 1806 X 2024 X 0942 X 1948 X 2306 X 1530 X 0130 X 0630 X 0712 X 1406 X 1130 X 1330 X-9999 +USW00014922197309PSUN 56 X 63 X 61 X 77 X 98 X 98 X 82 X 1 X 0 X 86 X 98 X 58 X 21 X 96 X 23 X 1 X 76 X 98 X 71 X 80 X 0 X 83 X 95 X 48 X 80 X 4 X 37 X 20 X 34 X 87 X-9999 +USW00014922197309TSUN 450 X 498 X 480 X 606 X 774 X 768 X 642 X 6 X 0 X 660 X 756 X 444 X 162 X 726 X 174 X 6 X 570 X 732 X 528 X 594 X 0 X 606 X 690 X 348 X 576 X 30 X 264 X 144 X 240 X 618 X-9999 +USW00014922197309WDFG 180W X 180W X 225W X 270W X 315W X 315W X 135W X 135W X 135W X 315W X 315W X 135W X 90W X 315W X 315W X 315W X 315W X 225W X 360W X 90W X 135W X 315W X 135W X 135W X 225W X 45W X 360W X 90W X 90W X 135W X-9999 +USW00014922197309WDFM 180W X 180W X 225W X 270W X 270W X 315W X 90W X 90W X 135W X 315W X 315W X 360W X 180W X 315W X 360W X 45W X 360W X 225W X 360W X 135W X 135W X 315W X 135W X 135W X 180W X 45W X 360W X 90W X 90W X 90W X-9999 +USW00014922197309WSFG 164 X 108 X 159 X 139 X 134 X 82 X 57 X 77 X 62 X 118 X 118 X 57 X 62 X 98 X 98 X 51 X 98 X 118 X 118 X 67 X 139 X 118 X 113 X 144 X 108 X 144 X 57 X 57 X 103 X 67 X-9999 +USW00014922197309WSFM 116 X 80 X 103 X 94 X 98 X 58 X 49 X 54 X 40 X 85 X 80 X 31 X 45 X 67 X 72 X 31 X 63 X 85 X 85 X 49 X 107 X 89 X 80 X 116 X 89 X 98 X 40 X 40 X 76 X 49 X-9999 +USW00014922197309WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197309WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197309WT03 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922197309WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922197309WT16 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00014922197310TMAX 200 0 217 0 217 0 172 0 211 0 139 0 167 0 228 0 228 0 211 0 211 0 156 0 167 0 233 0 167 0 122 0 161 0 139 0 161 0 183 0 233 0 233 0 228 0 244 0 144 0 156 0 89 0 67 0 83 0 111 0 117 0 +USW00014922197310TMIN 78 0 117 0 106 0 44 0 33 0 83 0 122 0 167 0 178 0 139 0 128 0 78 0 67 0 56 0 67 0 28 0 44 0 17 0 17 0 17 0 56 0 100 0 89 0 133 0 44 0 22 0 11 0 39 0 11 0 -11 0 39 0 +USW00014922197310PRCP 0 0 0 0 0T 0 0 0 0 0 8 0 0T 0 41 0 0T 0 23 0 208 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 8 0 10 0 0 0 0T 0 0T 0 +USW00014922197310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197310ACMH 60 X 80 X 90 X 10 X 10 X 90 X 100 X 100 X 90 X 100 X 90 X 60 X 10 X 30 X 40 X 40 X 80 X 30 X 20 X 0 X 0 X 0 X 20 X 60 X 60 X-9999 80 X 100 X 60 X 70 X 80 X +USW00014922197310ACSH 60 X 100 X 100 X 10 X 0 X 100 X 100 X 100 X 100 X 100 X 100 X 50 X 20 X 10 X 40 X 20 X 90 X 40 X 20 X 10 X 0 X 10 X 40 X 80 X 70 X 70 X 100 X 100 X 80 X 90 X 70 X +USW00014922197310PGTM 1424 X 1018 X 1436 X 1230 X 2312 X 0948 X 1742 X 2354 X 1124 X 0130 X 2148 X 0442 X 1512 X 1500 X 1654 X 1036 X 2154 X 0218 X 1342 X 2112 X 1442 X 1200 X 2330 X 1436 X 0148 X 1448 X 2354 X 0442 X 1600 X 1654 X 1400 X +USW00014922197310PSUN 65 X 35 X 33 X 97 X 100 X 0 X 0 X 5 X 1 X 17 X 0 X 71 X 83 X 97 X 82 X 89 X 73 X 100 X 99 X 100 X 93 X 100 X 92 X 73 X 53 X 26 X 5 X 3 X 28 X 31 X 37 X +USW00014922197310TSUN 456 X 246 X 228 X 678 X 690 X 0 X 0 X 36 X 6 X 114 X 0 X 474 X 552 X 648 X 540 X 588 X 480 X 654 X 642 X 648 X 594 X 642 X 582 X 462 X 336 X 162 X 30 X 18 X 174 X 192 X 228 X +USW00014922197310WDFG 90W X 135W X 315W X 315W X 180W X 180W X 135W X 180W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 180W X 135W X 225W X 315W X 360W X 45W X 360W X 135W X 315W X 315W X +USW00014922197310WDFM 135W X 135W X 315W X 315W X 225W X 225W X 135W X 180W X 180W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 225W X 135W X 225W X 315W X 360W X 45W X 360W X 135W X 315W X 315W X +USW00014922197310WSFG 57 X 57 X 129 X 108 X 98 X 129 X 93 X 118 X 144 X 144 X 226 X 175 X 159 X 103 X 144 X 134 X 103 X 87 X 144 X 103 X 123 X 87 X 67 X 180 X 139 X 113 X 87 X 129 X 57 X 62 X 139 X +USW00014922197310WSFM 36 X 31 X 85 X 72 X 76 X 89 X 67 X 94 X 85 X 98 X 156 X 121 X 116 X 76 X 107 X 89 X 72 X 58 X 112 X 67 X 89 X 54 X 49 X 139 X 98 X 89 X 80 X 103 X 45 X 40 X 85 X +USW00014922197310WT01 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 +USW00014922197310WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197310WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197310WT08 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922197310WT16-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X +USW00014922197311TMAX 72 0 50 0 39 0 0 0 -17 0 22 0 33 0 -28 0 -11 0 33 0 111 0 144 0 172 0 133 0 50 0 11 0 94 0 78 0 83 0 100 0 106 0 72 0 56 0 33 0 39 0 56 0 39 0 0 0 78 0 17 0-9999 +USW00014922197311TMIN -6 0 0 0 -33 0 -78 0 -100 0 -100 0 -78 0 -100 0 -100 0 -94 0 -11 0 61 0 39 0 17 0 0 0 -39 0 -17 0 -22 0 -28 0 39 0 -6 0 -28 0 -61 0 17 0 17 0 11 0 -33 0 -61 0 -72 0 -50 0-9999 +USW00014922197311PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 15 0 417 0 23 0 0 0 0T 0 28 0 0T 0 15 0 0 0 0 0 0 0 0 0-9999 +USW00014922197311SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0-9999 +USW00014922197311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00014922197311ACMH 70 X 90 X 80 X 50 X 10 X 60 X 80 X 10 X 20 X 90 X 90 X 80 X 40 X 100 X 100 X 50 X 80 X 70 X 90 X 100 X 90 X 40 X 60 X 100 X 100 X 100 X 70 X 50 X 30 X 50 X-9999 +USW00014922197311ACSH 70 X 100 X 60 X 90 X 0 X 70 X 100 X 0 X 40 X 100 X 80 X 90 X 40 X 100 X 100 X 20 X 60 X 100 X 100 X 100 X 100 X 30 X 80 X 100 X 100 X 100 X 100 X 80 X 50 X 70 X-9999 +USW00014922197311PGTM 0118 X 1936 X 0124 X 1518 X 0912 X 1530 X 1900 X 2336 X 0000 X 1600 X 2354 X 0306 X 1336 X 1048 X 1554 X 0106 X 1142 X 1112 X 2336 X 1742 X 1248 X 0018 X 2106 X 0642 X 1406 X 1148 X 1154 X 0918 X 0948 X 0812 X-9999 +USW00014922197311PSUN 51 X 0 X 51 X 63 X 100 X 64 X 0 X 99 X 99 X 33 X 80 X 64 X 73 X 7 X 4 X 75 X 56 X 7 X 70 X 0 X 3 X 83 X 71 X 0 X 0 X 0 X 43 X 16 X 60 X 75 X-9999 +USW00014922197311TSUN 312 X 0 X 312 X 384 X 600 X 384 X 0 X 588 X 582 X 192 X 468 X 372 X 426 X 42 X 24 X 426 X 318 X 42 X 396 X 0 X 18 X 462 X 396 X 0 X 0 X 0 X 240 X 84 X 330 X 408 X-9999 +USW00014922197311WDFG 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 360W X 180W X 225W X 225W X 315W X 45W X 360W X 360W X 180W X 360W X 135W X 135W X 225W X 270W X 90W X 90W X 180W X 180W X 315W X 315W X 225W X 360W X-9999 +USW00014922197311WDFM 315W X 315W X 360W X 315W X 315W X 135W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 45W X 315W X 135W X 180W X 315W X 135W X 135W X 225W X 270W X 135W X 90W X 180W X 135W X 315W X 315W X 225W X 360W X-9999 +USW00014922197311WSFG 118 X 98 X 93 X 87 X 103 X 67 X 154 X 139 X 139 X 98 X 82 X 103 X 139 X 98 X 98 X 82 X 129 X 98 X 103 X 108 X 149 X 77 X 72 X 87 X 93 X 87 X 118 X 118 X 113 X 134 X-9999 +USW00014922197311WSFM 80 X 72 X 72 X 72 X 72 X 40 X 107 X 98 X 98 X 67 X 63 X 76 X 103 X 76 X 67 X 58 X 76 X 67 X 76 X 89 X 112 X 54 X 63 X 58 X 58 X 67 X 67 X 76 X 76 X 98 X-9999 +USW00014922197311WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197311WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197311WT16-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197311WT18-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197312TMAX 39 0 44 0 11 0 -28 0 -56 0 -61 0 -22 0 33 0 22 0 -106 0 -50 0 -17 0 -39 0 -83 0 -61 0 -83 0 -83 0 -56 0 -89 0 -122 0 -89 0 -22 0 -22 0 0 0 11 0 0 0 -33 0 -39 0 -133 0 -194 0 -206 0 +USW00014922197312TMIN -67 0 11 0 -61 0 -61 0 -78 0 -144 0 -167 0 -67 0 -128 0 -172 0 -106 0 -67 0 -133 0 -122 0 -128 0 -178 0 -106 0 -133 0 -183 0 -222 0 -194 0 -89 0 -44 0 -44 0 -6 0 -33 0 -78 0 -133 0 -217 0 -289 0 -311 0 +USW00014922197312PRCP 0 0 0T 0 0T 0 41 0 8 0 0 0 0 0 0T 0 10 0 0 0 0 0 5 0 5 0 25 0 5 0 0 0 0T 0 5 0 0T 0 0T 0 0 0 0 0 0T 0 51 0 41 0 18 0 20 0 46 0 0T 0 0 0 0 0 +USW00014922197312SNOW 0 0 0 0 0 0 81 0 20 0 0 0 0 0 0T 0 36 0 0 0 0 0 10 0 13 0 56 0 10 0 0 0 10 0 30 0 0T 0 0T 0 0 0 0 0 0T 0 23 0 36 0 33 0 28 0 69 0 0T 0 0 0 0 0 +USW00014922197312SNWD 0 0 0 0 0 0 0 0 102 0 102 0 76 0 51 0 51 0 76 0 76 0 51 0 51 0 51 0 127 0 127 0 127 0 152 0 127 0 127 0 102 0 102 0 102 0 102 0 127 0 127 0 178 0 178 0 229 0 229 0 229 0 +USW00014922197312ACMH 30 X 100 X 90 X 80 X 90 X 0 X 40 X 100 X 80 X 40 X 80 X 100 X 70 X 100 X 50 X 60 X 100 X 90 X 30 X 10 X 60 X 90 X 100 X 100 X 100 X 100 X 90 X 80 X 10 X 0 X 10 X +USW00014922197312ACSH 10 X 100 X 100 X 100 X 100 X 0 X 90 X 90 X 100 X 30 X 90 X 90 X 60 X 100 X 20 X 40 X 100 X 100 X 20 X 0 X 40 X 100 X 100 X 100 X 100 X 100 X 80 X 100 X 10 X 0 X 20 X +USW00014922197312PGTM 2248 X 0242 X 1754 X 2254 X 0612 X 0136 X 1624 X 1300 X 1812 X 0036 X 0706 X 1748 X 0524 X 1748 X 1530 X 2254 X 1536 X 0224 X 2224 X 0048 X 2336 X 0000 X 1306 X 0742 X 1248 X 0248 X 1530 X 1600 X 1606 X 0006 X 1442 X +USW00014922197312PSUN 89 X 0 X 0 X 0 X 0 X 100 X 42 X 27 X 19 X 92 X 58 X 48 X 72 X 0 X 100 X 89 X 0 X 23 X 84 X 98 X 85 X 81 X 0 X 0 X 0 X 2 X 51 X 0 X 98 X 100 X 98 X +USW00014922197312TSUN 480 X 0 X 0 X 0 X 0 X 534 X 222 X 144 X 102 X 492 X 312 X 252 X 378 X 0 X 528 X 468 X 0 X 120 X 444 X 516 X 450 X 426 X 0 X 0 X 0 X 12 X 270 X 0 X 516 X 528 X 516 X +USW00014922197312WDFG 180W X 180W X 315W X 360W X 360W X 360W X 225W X 225W X 360W X 315W X 135W X 90W X 45W X 90W X 45W X 135W X 135W X 135W X 360W X 360W X 225W X 225W X 135W X 45W X 45W X 270W X 270W X 360W X 270W X 315W X 315W X +USW00014922197312WDFM 135W X 180W X 315W X 360W X 360W X 360W X 180W X 225W X 315W X 315W X 135W X 90W X 45W X 90W X 90W X 135W X 135W X 135W X 315W X 315W X 225W X 225W X 135W X 45W X 90W X 270W X 315W X 360W X 270W X 315W X 315W X +USW00014922197312WESD-9999 -9999 -9999 -9999 76 X 76 X 76 X 76 X 76 X 76 X 51 X-9999 51 X 51 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 127 X 152 X 178 X 203 X 330 X 330 X 330 X +USW00014922197312WSFG 123 X 108 X 103 X 175 X 149 X 93 X 98 X 164 X 159 X 144 X 77 X 113 X 149 X 108 X 103 X 62 X 103 X 72 X 93 X 57 X 77 X 87 X 108 X 108 X 62 X 62 X 123 X 108 X 87 X 82 X 62 X +USW00014922197312WSFM 85 X 72 X 63 X 112 X 107 X 76 X 72 X 130 X 116 X 107 X 58 X 85 X 103 X 76 X 67 X 49 X 85 X 49 X 54 X 45 X 58 X 67 X 80 X 85 X 36 X 49 X 94 X 72 X 67 X 27 X 49 X +USW00014922197312WT01-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00014922197312WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197312WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197312WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197312WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922197312WT09-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197312WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197312WT18-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922197401TMAX -244 0 -133 0 -144 0 -133 0 -133 0 -156 0 -178 0 -161 0 -172 0 -139 0 -200 0 -178 0 -67 0 39 0 33 0 50 0 6 0 11 0 0 0 11 0 11 0 -6 0 -33 0 -6 0 39 0 39 0 -22 0 -6 0 28 0 28 0 -128 0 +USW00014922197401TMIN -344 0 -294 0 -211 0 -217 0 -233 0 -233 0 -267 0 -244 0 -294 0 -278 0 -289 0 -317 0 -211 0 -89 0 -111 0 -44 0 -44 0 -111 0 -128 0 0 0 -11 0 -72 0 -111 0 -117 0 -56 0 -22 0 -94 0 -89 0 -89 0 -128 0 -222 0 +USW00014922197401PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 28 0 0T 0 3 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 8 0 0T 0 +USW00014922197401SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 28 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 5 0 0 0 0 0 20 0 3 0 +USW00014922197401SNWD 229 0 229 0 229 0 229 0 229 0 229 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 178 0 152 0 152 0 152 0 152 0 152 0 178 0 178 0 178 0 178 0 178 0 178 0 152 0 152 0 152 0 152 0 178 0 +USW00014922197401ACMH 0 X 30 X 20 X 10 X 50 X 50 X 30 X 80 X 20 X 70 X 60 X 40 X 100 X 70 X 90 X 90 X 80 X 80 X 100 X 100 X 100 X 80 X 50 X 60 X 80 X 100 X 70 X 40 X 70 X 90 X 40 X +USW00014922197401ACSH 0 X 40 X 0 X 20 X 50 X 10 X 20 X 100 X 50 X 100 X 90 X 40 X 100 X 60 X 80 X 100 X 90 X 100 X 100 X 100 X 100 X 80 X 20 X 60 X 90 X 100 X 60 X 40 X 60 X 90 X 10 X +USW00014922197401PGTM 1324 X 1030 X 1618 X 1018 X 1500 X 1548 X 0118 X 2306 X 0006 X 1512 X 1206 X 1530 X 1942 X 0118 X 2212 X 1624 X 1142 X 1612 X 1342 X 1700 X 0218 X 1342 X 1442 X 2242 X 2306 X 0100 X 0542 X 0312 X 1112 X 2336 X 0106 X +USW00014922197401PSUN 100 X 89 X 100 X 100 X 76 X 89 X 87 X 0 X 83 X 48 X 72 X 95 X 13 X 79 X 13 X 82 X 23 X 2 X 0 X 0 X 5 X 48 X 100 X 66 X 85 X 56 X 66 X 89 X 67 X 48 X 91 X +USW00014922197401TSUN 528 X 474 X 534 X 534 X 408 X 474 X 468 X 0 X 450 X 258 X 396 X 522 X 72 X 432 X 72 X 450 X 126 X 12 X 0 X 0 X 30 X 270 X 564 X 378 X 486 X 318 X 378 X 510 X 390 X 282 X 528 X +USW00014922197401WDFG 225W X 225W X 225W X 270W X 270W X 225W X 315W X 315W X 315W X 45W X 315W X 180W X 225W X 225W X 225W X 135W X 135W X 315W X 180W X 360W X 315W X 360W X 270W X 225W X 180W X 180W X 315W X 180W X 225W X 315W X 315W X +USW00014922197401WDFM 270W X 225W X 270W X 270W X 315W X 225W X 315W X 315W X 315W X 360W X 315W X 180W X 225W X 225W X 225W X 45W X 135W X 315W X 180W X 315W X 315W X 315W X 270W X 225W X 180W X 225W X 315W X 225W X 225W X 315W X 315W X +USW00014922197401WESD 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 356 X 356 X 356 X 381 X 381 X 381 X 381 X 381 X 381 X 381 X 381 X +USW00014922197401WSFG 67 X 93 X 93 X 67 X 77 X 93 X 103 X 72 X 72 X 62 X 82 X 77 X 134 X 113 X 123 X 87 X 129 X 93 X 129 X 77 X 62 X 82 X 82 X 108 X 123 X 123 X 98 X 62 X 113 X 175 X 170 X +USW00014922197401WSFM 49 X 63 X 72 X 49 X 58 X 76 X 67 X 58 X 54 X 36 X 63 X 67 X 103 X 85 X 98 X 45 X 98 X 76 X 98 X 49 X 40 X 54 X 63 X 80 X 98 X 98 X 76 X 49 X 76 X 134 X 112 X +USW00014922197401WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922197401WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197401WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197401WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197401WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197401WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922197401WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197401WT18 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X +USW00014922197402TMAX -128 0 -83 0 -128 0 -89 0 -72 0 -78 0 -100 0 -128 0 -61 0 -17 0 39 0 33 0 -17 0 -89 0 -6 0 -11 0 33 0 39 0 39 0 28 0 17 0 -17 0 -83 0 -72 0 -28 0 17 0 44 0 28 0-9999 -9999 -9999 +USW00014922197402TMIN -178 0 -128 0 -244 0 -289 0 -106 0 -189 0 -244 0 -233 0 -228 0 -144 0 -144 0 -89 0 -106 0 -139 0 -111 0 -94 0 -122 0 -44 0 -100 0 -61 0 -17 0 -117 0 -150 0 -150 0 -178 0 -89 0 -50 0 -83 0-9999 -9999 -9999 +USW00014922197402PRCP 46 0 33 0 0T 0 43 0 33 0 0 0 0T 0 0T 0 13 0 3 0 0 0 0 0 3 0 8 0 25 0 0 0 0 0 0 0 0 0 46 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00014922197402SNOW 102 0 48 0 0T 0 76 0 69 0 0 0 0T 0 0T 0 18 0 3 0 0 0 0 0 8 0 18 0 28 0 0 0 0 0 0 0 0 0 13 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0-9999 -9999 -9999 +USW00014922197402SNWD 254 0 254 0 305 0 305 0 432 0 457 0 457 0 305 0 305 0 330 0 330 0 305 0 229 0 254 0 254 0 279 0 279 0 254 0 229 0 203 0 178 0 178 0 152 0 152 0 152 0 152 0 127 0 127 0-9999 -9999 -9999 +USW00014922197402ACMH 100 X 100 X 10 X 80 X 100 X 10 X 50 X 60 X 50 X 40 X 30 X 70 X 100 X 80 X 100 X 0 X 80 X 40 X 40 X 80 X 100 X 0 X 0 X 40 X 20 X 90 X 100 X 70 X-9999 -9999 -9999 +USW00014922197402ACSH 100 X 100 X 10 X 100 X 100 X 0 X 80 X 70 X 50 X 0 X 30 X 90 X 100 X 80 X 100 X 0 X 100 X 40 X 40 X 100 X 100 X 0 X 0 X 30 X 10 X 100 X 100 X 100 X-9999 -9999 -9999 +USW00014922197402PGTM 1330 X 2324 X 0936 X 2236 X 1912 X 0006 X 1606 X 1036 X 2200 X 0500 X 0906 X 2342 X 0724 X 0518 X 1412 X 0830 X 2242 X 1500 X 1324 X 2348 X 1636 X 0330 X 1448 X 1624 X 2124 X 1100 X 2054 X 0742 X-9999 -9999 -9999 +USW00014922197402PSUN 0 X 0 X 95 X 47 X 10 X 100 X 100 X 82 X 83 X 97 X 98 X 64 X 0 X 78 X 0 X 94 X 47 X 67 X 100 X 49 X 0 X 96 X 100 X 100 X 100 X 84 X 32 X 35 X-9999 -9999 -9999 +USW00014922197402TSUN 0 X 0 X 564 X 282 X 54 X 600 X 606 X 498 X 510 X 594 X 606 X 396 X 0 X 486 X 0 X 594 X 294 X 426 X 636 X 312 X 0 X 624 X 648 X 654 X 654 X 552 X 210 X 234 X-9999 -9999 -9999 +USW00014922197402WDFG 45W X 315W X 315W X 90W X 90W X 90W X 270W X 225W X 225W X 315W X 270W X 45W X 45W X 45W X 180W X 315W X 135W X 315W X 225W X 90W X 45W X 360W X 360W X 315W X 135W X 180W X 315W X 315W X-9999 -9999 -9999 +USW00014922197402WDFM 90W X 315W X 315W X 135W X 90W X 90W X 270W X 225W X 225W X 315W X 270W X 45W X 360W X 45W X 225W X 315W X 135W X 315W X 225W X 90W X 45W X 360W X 360W X 315W X 225W X 180W X 135W X 315W X-9999 -9999 -9999 +USW00014922197402WESD 432 X 457 X 457 X 457 X 559 X 559 X 559 X 559 X 559 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 610 X 610 X 610 X 635 X 635 X 635 X 635 X 635 X 635 X 533 X-9999 -9999 -9999 +USW00014922197402WSFG 103 X 82 X 98 X 113 X 144 X 98 X 62 X 51 X 103 X 200 X 108 X 67 X 118 X 77 X 93 X 113 X 123 X 108 X 77 X 67 X 170 X 144 X 118 X 87 X 62 X 103 X 103 X 164 X-9999 -9999 -9999 +USW00014922197402WSFM 76 X 67 X 72 X 76 X 98 X 76 X 45 X 40 X 80 X 139 X 80 X 31 X 76 X 58 X 72 X 80 X 98 X 80 X 45 X 45 X 116 X 98 X 76 X 63 X 40 X 72 X 72 X 116 X-9999 -9999 -9999 +USW00014922197402WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922197402WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197402WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197402WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197402WT08-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197402WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197402WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197402WT18 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197403TMAX 28 0 83 0 67 0 61 0 117 0 122 0 44 0 22 0 67 0 83 0 72 0 83 0 56 0 44 0 11 0 -11 0 6 0 39 0 6 0 -17 0 -17 0 -44 0 -111 0 -67 0 61 0 6 0 50 0 22 0 22 0 56 0 28 0 +USW00014922197403TMIN -94 0 -22 0 -17 0 -17 0 -22 0 -6 0 -33 0 0 0 -28 0 -61 0 -6 0 -33 0 -22 0 -11 0 -17 0 -89 0 -106 0 -72 0 -94 0 -100 0 -100 0 -178 0 -194 0 -217 0 -72 0 -111 0 -33 0 -6 0 -11 0 -28 0 -39 0 +USW00014922197403PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 38 0 13 0 0T 0 3 0 0T 0 0 0 0 0 0T 0 13 0 0T 0 3 0 48 0 5 0 0T 0 8 0 38 0 0T 0 81 0 +USW00014922197403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 15 0 0T 0 3 0 0T 0 0 0 0 0 0T 0 25 0 0T 0 5 0 71 0 25 0 0 0 0 0 5 0 0 0 0T 0 +USW00014922197403SNWD 127 0 127 0 102 0 76 0 76 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 25 0 76 0 25 0 0T 0 0T 0 0T 0 0 0 +USW00014922197403ACMH 60 X 80 X 50 X 60 X 60 X 70 X 70 X 100 X 50 X 60 X 100 X 70 X 60 X 90 X 90 X 60 X 70 X 70 X 20 X 60 X 30 X 70 X 40 X 50 X 90 X 80 X 100 X 100 X 100 X 70 X 80 X +USW00014922197403ACSH 90 X 100 X 60 X 70 X 50 X 100 X 60 X 100 X 50 X 70 X 100 X 90 X 50 X 90 X 100 X 70 X 90 X 80 X 20 X 90 X 30 X 80 X 70 X 40 X 80 X 80 X 100 X 100 X 100 X 80 X 100 X +USW00014922197403PGTM 1100 X 1242 X 0830 X 1518 X 1500 X 0642 X 1706 X 0730 X 1318 X 0806 X 0912 X 2130 X 1336 X 0700 X 2054 X 0412 X 1454 X 1536 X 0018 X 1518 X 1406 X 1306 X 1236 X 1412 X 1300 X 1706 X 1730 X 1042 X 0142 X 0536 X 2006 X +USW00014922197403PSUN 84 X 74 X 65 X 65 X 83 X 46 X 87 X 0 X 57 X 100 X 14 X 79 X 94 X 14 X 11 X 61 X 46 X 25 X 98 X 27 X 88 X 47 X 85 X 81 X 45 X 66 X 7 X 0 X 0 X 37 X 2 X +USW00014922197403TSUN 564 X 498 X 438 X 444 X 570 X 312 X 600 X 0 X 396 X 696 X 96 X 552 X 666 X 102 X 78 X 438 X 330 X 180 X 714 X 198 X 642 X 348 X 624 X 600 X 336 X 492 X 54 X 0 X 0 X 282 X 18 X +USW00014922197403WDFG 135W X 135W X 315W X 315W X 225W X 315W X 90W X 135W X 315W X 90W X 135W X 90W X 135W X 180W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 225W X 90W X 135W X 135W X 315W X 90W X +USW00014922197403WDFM 135W X 135W X 315W X 315W X 225W X 315W X 90W X 135W X 315W X 135W X 90W X 90W X 135W X 180W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 225W X 90W X 135W X 135W X 315W X 90W X +USW00014922197403WESD 533 X 533 X 356 X 305 X 254 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 25 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X-9999 -9999 -9999 -9999 -9999 +USW00014922197403WSFG 108 X 98 X 175 X 93 X 139 X 118 X 129 X 129 X 118 X 77 X 93 X 98 X 108 X 134 X 118 X 134 X 67 X 154 X 87 X 108 X 144 X 175 X 139 X 98 X 103 X 82 X 98 X 113 X 108 X 134 X 113 X +USW00014922197403WSFM 89 X 67 X 116 X 72 X 112 X 85 X 98 X 89 X 80 X 45 X 72 X 67 X 76 X 85 X 89 X 107 X 49 X 125 X 63 X 76 X 116 X 125 X 98 X 63 X 76 X 58 X 67 X 80 X 85 X 89 X 94 X +USW00014922197403WT01 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922197403WT02-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197403WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 +USW00014922197403WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 +USW00014922197403WT08-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197403WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197403WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00014922197403WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00014922197404TMAX 28 0 94 0 28 0 50 0 78 0 106 0 56 0 56 0 156 0 150 0 117 0 156 0 83 0 117 0 139 0 150 0 206 0 144 0 172 0 244 0 150 0 50 0 133 0 178 0 256 0 283 0 250 0 239 0 183 0 178 0-9999 +USW00014922197404TMIN 0 0 0 0 -11 0 -11 0 -44 0 -11 0 -17 0 -56 0 -11 0 22 0 89 0 50 0 33 0 17 0 -22 0 -6 0 39 0 39 0 17 0 111 0 50 0 17 0 11 0 -17 0 56 0 89 0 156 0 117 0 56 0 33 0-9999 +USW00014922197404PRCP 28 0 8 0 213 0 18 0 0 0 0T 0 0 0 0 0 0 0 0T 0 99 0 137 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 3 0 0 0 0 0 0 0 5 0 89 0 0 0 0 0 0 0-9999 +USW00014922197404SNOW 3 0 0 0 150 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197404SNWD 0 0 0 0 0 0 178 0 127 0 51 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197404ACMH 100 X 100 X 100 X 90 X 10 X 90 X 70 X 90 X 20 X 100 X 100 X 100 X 100 X 80 X 30 X 0 X 20 X 10 X 10 X 100 X 100 X 100 X 40 X 60 X 0 X 50 X 80 X 70 X 40 X 40 X-9999 +USW00014922197404ACSH 100 X 100 X 100 X 90 X 10 X 90 X 40 X 90 X 0 X 100 X 100 X 100 X 100 X 100 X 60 X 0 X 30 X 10 X 10 X 100 X 100 X 100 X 30 X 80 X 0 X 40 X 90 X 90 X 60 X 50 X-9999 +USW00014922197404PGTM 0212 X 2336 X 1048 X 1242 X 1348 X 2200 X 0730 X 1306 X 1648 X 1412 X 1600 X 1230 X 2006 X 0606 X 1230 X 1448 X 0948 X 1424 X 1248 X 1512 X 0848 X 1342 X 0518 X 1524 X 1054 X 1218 X 1306 X 1636 X 1924 X 1112 X-9999 +USW00014922197404PSUN 0 X 48 X 0 X 74 X 98 X 54 X 83 X 44 X 98 X 39 X 0 X 6 X 0 X 30 X 97 X 100 X 97 X 100 X 98 X 26 X 1 X 0 X 77 X 77 X 100 X 70 X 59 X 53 X 78 X 78 X-9999 +USW00014922197404TSUN 0 X 366 X 0 X 576 X 762 X 420 X 654 X 342 X 774 X 312 X 0 X 48 X 0 X 240 X 786 X 810 X 792 X 816 X 804 X 216 X 6 X 0 X 642 X 642 X 840 X 588 X 498 X 450 X 666 X 660 X-9999 +USW00014922197404WDFG 90W X 45W X 45W X 360W X 315W X 45W X 90W X 225W X 135W X 135W X 90W X 180W X 45W X 360W X 45W X 270W X 225W X 90W X 135W X 180W X 225W X 315W X 360W X 225W X 135W X 135W X 180W X 360W X 315W X 315W X-9999 +USW00014922197404WDFM 90W X 45W X 45W X 315W X 315W X 45W X 90W X 225W X 135W X 135W X 90W X 180W X 45W X 360W X 45W X 270W X 225W X 90W X 135W X 225W X 225W X 315W X 360W X 180W X 135W X 180W X 180W X 360W X 315W X 315W X-9999 +USW00014922197404WESD-9999 -9999 -9999 178 X 254 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197404WSFG 123 X 108 X 180 X 164 X 87 X 113 X 134 X 87 X 51 X 134 X 129 X 154 X 129 X 139 X 93 X 108 X 118 X 123 X 123 X 206 X 175 X 164 X 118 X 129 X 77 X 113 X 149 X 72 X 108 X 129 X-9999 +USW00014922197404WSFM 80 X 76 X 112 X 121 X 67 X 80 X 107 X 49 X 40 X 98 X 89 X 125 X 94 X 103 X 67 X 72 X 89 X 80 X 103 X 170 X 148 X 116 X 89 X 94 X 45 X 80 X 116 X 49 X 80 X 89 X-9999 +USW00014922197404WT01 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197404WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922197404WT04-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197404WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922197404WT09-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197404WT16 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197404WT18 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197405TMAX 239 0 250 0 156 0 133 0 167 0 144 0 117 0 117 0 67 0 122 0 172 0 150 0 72 0 117 0 150 0 222 0 228 0 150 0 217 0 289 0 261 0 206 0 139 0 144 0 183 0 217 0 217 0 239 0 250 0 206 0 211 0 +USW00014922197405TMIN 33 0 78 0 11 0 11 0 17 0 -28 0 33 0 44 0 39 0 61 0 89 0 22 0 22 0 61 0 39 0 94 0 50 0 111 0 111 0 167 0 133 0 94 0 83 0 56 0 22 0 56 0 117 0 161 0 161 0 111 0 100 0 +USW00014922197405PRCP 0 0 0T 0 0 0 5 0 0 0 0 0 8 0 0T 0 38 0 201 0 23 0 0 0 91 0 5 0 5 0 5 0 0 0 0T 0 0 0 0 0 20 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 127 0 0T 0 +USW00014922197405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197405ACMH 50 X 80 X 40 X 80 X 40 X 20 X 100 X 100 X 100 X 100 X 90 X 60 X 100 X 100 X 70 X 60 X 80 X 100 X 100 X 70 X 60 X 40 X 70 X 70 X 50 X 60 X 100 X 90 X 70 X 100 X 30 X +USW00014922197405ACSH 80 X 90 X 40 X 80 X 40 X 20 X 100 X 100 X 100 X 100 X 90 X 70 X 100 X 100 X 60 X 60 X 100 X 100 X 100 X 80 X 80 X 60 X 80 X 90 X 80 X 60 X 100 X 90 X 60 X 100 X 30 X +USW00014922197405PGTM 1548 X 1842 X 1542 X 2036 X 1418 X 1306 X 1312 X 0600 X 2342 X 2354 X 1612 X 0730 X 1430 X 1312 X 1500 X 0318 X 1830 X 1854 X 2330 X 1354 X 1018 X 1612 X 0818 X 0536 X-9999 1100 X 1400 X 1600 X 1306 X 2248 X 0054 X +USW00014922197405PSUN 73 X 61 X 94 X 47 X 94 X 97 X 6 X 22 X 0 X 1 X 32 X 52 X 0 X 7 X 59 X 59 X 83 X 4 X 41 X 44 X 50 X 77 X 30 X 30 X 83 X 76 X 48 X 24 X 76 X 22 X 84 X +USW00014922197405TSUN 624 X 522 X 810 X 408 X 816 X 840 X 48 X 192 X 0 X 12 X 282 X 456 X 0 X 66 X 522 X 528 X 738 X 36 X 366 X 396 X 456 X 702 X 270 X 270 X 756 X 690 X 444 X 222 X 702 X 198 X 780 X +USW00014922197405WDFG 180W X 360W X 315W X 225W X 360W X 315W X 135W X 90W X 135W X 135W X 270W X 315W X 135W X 270W X 225W X 180W X 45W X 90W X 135W X 135W X 270W X 270W X 270W X 315W X-9999 180W X 225W X 45W X 45W X 360W X 45W X +USW00014922197405WDFM 180W X 360W X 315W X 225W X 360W X 315W X 180W X 90W X 135W X 135W X 270W X 315W X 135W X 270W X 225W X 180W X 45W X 135W X 135W X 180W X 225W X 270W X 315W X 315W X 270W X 225W X 225W X 45W X 45W X 360W X 360W X +USW00014922197405WSFG 154 X 185 X 159 X 98 X 159 X 87 X 113 X 93 X 98 X 164 X 200 X 175 X 123 X 113 X 93 X 103 X 108 X 118 X 118 X 139 X 180 X 175 X 139 X 108 X-9999 67 X 113 X 72 X 129 X 134 X 129 X +USW00014922197405WSFM 116 X 121 X 116 X 58 X 112 X 58 X 85 X 63 X 72 X 116 X 134 X 121 X 94 X 89 X 63 X 76 X 76 X 85 X 89 X 107 X 116 X 130 X 103 X 76 X 58 X 49 X 80 X 49 X 76 X 98 X 85 X +USW00014922197405WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922197405WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197405WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197405WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197405WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922197405WT16-9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X +USW00014922197406TMAX 178 0 233 0 306 0 283 0 283 0 200 0 183 0 256 0 200 0 200 0 206 0 239 0 256 0 267 0 183 0 172 0 228 0 272 0 289 0 278 0 272 0 233 0 228 0 244 0 256 0 267 0 278 0 311 0 311 0 278 0-9999 +USW00014922197406TMIN 67 0 50 0 150 0 172 0 183 0 111 0 117 0 122 0 117 0 122 0 106 0 72 0 83 0 139 0 106 0 83 0 106 0 100 0 150 0 161 0 172 0 156 0 106 0 133 0 133 0 122 0 161 0 172 0 172 0 144 0-9999 +USW00014922197406PRCP 30 0 0 0 320 0 43 0 0 0 404 0 0 0 0 0 193 0 99 0 0T 0 13 0 0 0 0T 0 0T 0 0 0 0 0 15 0 0 0 206 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197406ACMH 50 X 40 X 80 X 100 X 50 X 90 X 90 X 70 X 100 X 80 X 30 X 50 X 30 X 50 X 70 X 80 X 30 X 70 X 40 X 60 X 70 X 50 X 10 X 30 X 0 X 0 X 60 X 20 X 70 X 10 X-9999 +USW00014922197406ACSH 80 X 30 X 70 X 100 X 40 X 90 X 100 X 70 X 100 X 80 X 30 X 80 X 40 X 50 X 90 X 90 X 50 X 70 X 40 X 70 X 80 X 60 X 20 X 30 X 0 X 0 X 70 X 10 X 80 X 0 X-9999 +USW00014922197406PGTM 1754 X 1312 X 2330 X 0024 X 1454 X 1418 X 1236 X 1342 X 1206 X 0348 X 1136 X 1454 X 1336 X 1700 X 1354 X 0806 X 1354 X 1524 X 0406 X 1206 X 2242 X 1200 X 1530 X 1536 X 1248 X 1012 X 0954 X 1112 X 1936 X 1418 X-9999 +USW00014922197406PSUN 36 X 75 X 68 X 63 X 79 X 12 X 24 X 60 X 9 X 44 X 87 X 62 X 85 X 73 X 35 X 36 X 76 X 59 X 96 X 46 X 92 X 92 X 97 X 94 X 100 X 100 X 96 X 97 X 80 X 99 X-9999 +USW00014922197406TSUN 336 X 690 X 630 X 588 X 738 X 108 X 222 X 558 X 84 X 414 X 810 X 576 X 798 X 684 X 330 X 336 X 714 X 552 X 900 X 426 X 858 X 864 X 906 X 882 X 936 X 936 X 900 X 912 X 750 X 930 X-9999 +USW00014922197406WDFG 360W X 225W X 225W X 180W X 180W X 45W X 135W X 225W X 45W X 360W X 360W X 315W X 315W X 315W X 315W X 360W X 315W X 45W X 45W X 45W X 90W X 45W X 90W X 90W X 180W X 90W X 225W X 225W X 45W X 315W X-9999 +USW00014922197406WDFM 360W X 225W X 180W X 225W X 180W X 23W X 135W X 135W X 45W X 360W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 45W X 45W X 360W X 90W X 45W X 90W X 135W X 135W X 225W X 225W X 225W X 45W X 315W X-9999 +USW00014922197406WSFG 118 X 72 X 164 X 262 X 149 X 149 X 67 X 82 X 164 X 190 X 129 X 108 X 67 X 139 X 154 X 123 X 103 X 139 X 51 X 293 X 108 X 123 X 93 X 62 X 77 X 77 X 108 X 123 X 164 X 144 X-9999 +USW00014922197406WSFM 94 X 45 X 125 X 170 X 112 X 112 X 45 X 40 X 125 X 125 X 98 X 85 X 40 X 85 X 112 X 94 X 76 X 107 X 40 X 219 X 80 X 85 X 67 X 40 X 49 X 54 X 85 X 94 X 125 X 89 X-9999 +USW00014922197406WT01-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197406WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197406WT03-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197406WT05-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197406WT08-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197406WT16 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197407TMAX 333 0 333 0 294 0 283 0 322 0 328 0 361 0 383 0 333 0 294 0 261 0 317 0 372 0 300 0 289 0 322 0 333 0 272 0 356 0 306 0 306 0 317 0 300 0 306 0 317 0 300 0 300 0 289 0 244 0 256 0 272 0 +USW00014922197407TMIN 172 0 217 0 206 0 167 0 167 0 217 0 211 0 228 0 256 0 228 0 211 0 211 0 211 0 183 0 156 0 178 0 217 0 206 0 183 0 206 0 178 0 161 0 167 0 200 0 200 0 161 0 128 0 139 0 161 0 133 0 117 0 +USW00014922197407PRCP 10 0 0T 0 20 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 0 0 76 0 86 0 0 0 0 0 0 0 28 0 8 0 0 0 0 0 10 0 0 0 33 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00014922197407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197407ACMH 60 X 90 X 50 X 10 X 10 X 40 X 40 X 50 X 90 X 90 X 100 X 70 X 60 X 40 X 10 X 60 X 40 X 70 X 20 X 20 X 70 X 40 X 60 X 100 X 40 X 10 X 20 X 30 X 40 X 30 X 40 X +USW00014922197407ACSH 50 X 90 X 40 X 10 X 0 X 40 X 50 X 50 X 90 X 90 X 100 X 70 X 60 X 40 X 20 X 70 X 40 X 100 X 20 X 30 X 70 X 40 X 70 X 100 X 40 X 20 X 20 X 40 X 50 X 30 X 50 X +USW00014922197407PGTM 1100 X 0230 X 0248 X 1148 X 1512 X 0942 X 1412 X 1618 X 1548 X 0006 X 1654 X 1224 X 2024 X 1536 X 1318 X 1418 X 1000 X 0942 X 2006 X 1306 X 1930 X 1612 X 1842 X 1712 X 1712 X 1154 X 1254 X 1630 X 1548 X 1330 X 1512 X +USW00014922197407PSUN 72 X 77 X 91 X 96 X 100 X 84 X 100 X 92 X 57 X 48 X 32 X 32 X 88 X 90 X 98 X 67 X 72 X 18 X 97 X 95 X 44 X 77 X 65 X 43 X 81 X 91 X 90 X 80 X 86 X 89 X 100 X +USW00014922197407TSUN 672 X 714 X 726 X 894 X 930 X 780 X 930 X 846 X 522 X 444 X 294 X 294 X 804 X 822 X 900 X 618 X 660 X 168 X 888 X 864 X 396 X 702 X 612 X 384 X 726 X 816 X 804 X 708 X 768 X 792 X 882 X +USW00014922197407WDFG 225W X 315W X 270W X 360W X 225W X 225W X 225W X 225W X 180W X 135W X 135W X 225W X 315W X 315W X 315W X 225W X 225W X 45W X 90W X 135W X 45W X 315W X 135W X 225W X 270W X 270W X 225W X 315W X 315W X 315W X 315W X +USW00014922197407WDFM 225W X 315W X 225W X 360W X 225W X 225W X 180W X 225W X 225W X 135W X 135W X 225W X 360W X 315W X 315W X 225W X 225W X 90W X 90W X 135W X 45W X 360W X 180W X 225W X 270W X 270W X 225W X 360W X 315W X 315W X 45W X +USW00014922197407WSFG 108 X 231 X 185 X 118 X 118 X 154 X 103 X 154 X 108 X 149 X 123 X 185 X 164 X 108 X 103 X 123 X 123 X 87 X 87 X 98 X 113 X 87 X 149 X 164 X 93 X 123 X 82 X 129 X 134 X 103 X 82 X +USW00014922197407WSFM 76 X 179 X 152 X 85 X 98 X 121 X 76 X 107 X 76 X 116 X 103 X 134 X 121 X 89 X 54 X 94 X 89 X 58 X 72 X 67 X 89 X 58 X 112 X 116 X 49 X 103 X 67 X 94 X 103 X 67 X 45 X +USW00014922197407WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197407WT03 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197407WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197407WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197408TMAX 289 0 200 0 139 0 261 0 283 0 267 0 267 0 261 0 272 0 228 0 233 0 256 0 267 0 283 0 278 0 267 0 267 0 272 0 311 0 322 0 278 0 200 0 228 0 267 0 300 0 272 0 239 0 211 0 217 0 228 0 200 0 +USW00014922197408TMIN 150 0 133 0 122 0 117 0 139 0 144 0 144 0 150 0 178 0 183 0 161 0 161 0 133 0 172 0 200 0 161 0 128 0 133 0 144 0 211 0 172 0 133 0 94 0 128 0 172 0 139 0 100 0 94 0 94 0 72 0 44 0 +USW00014922197408PRCP 38 0 272 0 216 0 0 0 0T 0 0 0 0 0 0 0 51 0 25 0 0T 0 0 0 0 0 0 0 30 0 0T 0 5 0 0 0 0 0 0 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922197408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197408ACMH 60 X 100 X 100 X 40 X 50 X 10 X 20 X 40 X 90 X 100 X 70 X 40 X 30 X 70 X 80 X 40 X 40 X 30 X 30 X 60 X 70 X 50 X 20 X 40 X 60 X 40 X 40 X 60 X 60 X 60 X 50 X +USW00014922197408ACSH 50 X 100 X 100 X 40 X 60 X 10 X 30 X 40 X 100 X 100 X 80 X 30 X 50 X 80 X 90 X 50 X 60 X 50 X 20 X 60 X 80 X 60 X 30 X 50 X 70 X 30 X 40 X 60 X 60 X 80 X 70 X +USW00014922197408PGTM 1736 X 2348 X 1600 X 1218 X 1424 X 1506 X 1318 X 1412 X 1406 X 1448 X 1206 X 0424 X 1606 X 1212 X 1148 X 1436 X 1342 X 1018 X 1512 X 1400 X 0036 X 1648 X 1112 X 1612 X 1636 X 1630 X 1142 X 2148 X 0948 X 1500 X 1512 X +USW00014922197408PSUN 83 X 22 X 0 X 92 X 84 X 99 X 88 X 67 X 52 X 11 X 39 X 86 X 86 X 96 X 61 X 100 X 88 X 93 X 92 X 68 X 43 X 77 X 96 X 96 X 77 X 85 X 93 X 65 X 84 X 40 X 90 X +USW00014922197408TSUN 732 X 258 X 0 X 810 X 732 X 858 X 762 X 576 X 450 X 96 X 330 X 732 X 732 X 816 X 516 X 840 X 738 X 780 X 768 X 570 X 354 X 636 X 786 X 792 X 630 X 690 X 756 X 528 X 678 X 324 X 720 X +USW00014922197408WDFG 45W X 360W X 45W X 45W X 225W X 225W X 135W X 135W X 135W X 135W X 270W X 225W X 180W X 135W X 225W X 315W X 270W X 225W X 225W X 180W X 225W X 360W X 360W X 225W X 225W X 315W X 315W X 180W X 360W X 270W X 315W X +USW00014922197408WDFM 315W X 360W X 45W X 45W X 225W X 180W X 135W X 135W X 135W X 135W X 270W X 225W X 180W X 135W X 225W X 315W X 270W X 225W X 180W X 180W X 225W X 315W X 360W X 225W X 225W X 360W X 315W X 225W X 315W X 270W X 315W X +USW00014922197408WSFG 164 X 144 X 159 X 113 X 93 X 93 X 82 X 87 X 113 X 113 X 129 X 123 X 67 X 113 X 123 X 87 X 134 X 93 X 108 X 159 X 139 X 93 X 62 X 103 X 149 X 103 X 93 X 77 X 93 X 159 X 98 X +USW00014922197408WSFM 94 X 116 X 121 X 54 X 67 X 67 X 63 X 72 X 80 X 85 X 98 X 89 X 40 X 85 X 98 X 63 X 98 X 76 X 89 X 125 X 107 X 72 X 40 X 76 X 130 X 89 X 63 X 54 X 76 X 134 X 80 X +USW00014922197408WT01-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197408WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197408WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197408WT16 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922197409TMAX 172 0 161 0 172 0 222 0 222 0 183 0 239 0 239 0 167 0 272 0 233 0 128 0 139 0 250 0 217 0 250 0 228 0 278 0 189 0 189 0 89 0 100 0 167 0 228 0 217 0 294 0 211 0 122 0 189 0 100 0-9999 +USW00014922197409TMIN 22 0 56 0 0 0 39 0 72 0 100 0 144 0 139 0 133 0 128 0 128 0 67 0 33 0 39 0 83 0 50 0 106 0 72 0 78 0 44 0 0 0 -33 0 39 0 122 0 50 0 56 0 111 0 33 0 -17 0 6 0-9999 +USW00014922197409PRCP 0 0 5 0 0 0 0 0 0 0 13 0 0T 0 0T 0 48 0 0T 0 56 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0-9999 +USW00014922197409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197409ACMH 70 X 50 X 0 X 10 X 30 X 90 X 60 X 50 X 100 X 80 X 90 X 90 X 30 X 20 X 0 X 10 X 10 X 10 X 40 X 40 X 70 X 20 X 50 X 50 X 30 X 10 X 60 X 80 X 40 X 50 X-9999 +USW00014922197409ACSH 90 X 70 X 0 X 10 X 10 X 100 X 70 X 50 X 100 X 100 X 100 X 100 X 50 X 20 X 0 X 10 X 20 X 20 X 70 X 40 X 80 X 10 X 50 X 40 X 60 X 0 X 70 X 100 X 50 X 40 X-9999 +USW00014922197409PGTM 1500 X 1312 X 1406 X 1512 X 1512 X-9999 -9999 -9999 -9999 1706 X 0348 X 1730 X 1354 X 1218 X 1512 X 1924 X 1300 X 1412 X 0018 X 1312 X 0948 X 1218 X 1230 X 1324 X 1430 X 1554 X 2124 X 0112 X 1848 X 0130 X-9999 +USW00014922197409PSUN 62 X 49 X 98 X 96 X 92 X 17 X 19 X 70 X 0 X 27 X 11 X 0 X 65 X 43 X 100 X 100 X 96 X 97 X 35 X 88 X 30 X 93 X 80 X 92 X 99 X 100 X 66 X 6 X 70 X 70 X-9999 +USW00014922197409TSUN 480 X 390 X 774 X 756 X 726 X 132 X 144 X 540 X 0 X 204 X 84 X 0 X 492 X 324 X 756 X 750 X 720 X 720 X 264 X 648 X 222 X 684 X 582 X 666 X 720 X 720 X 468 X 42 X 498 X 498 X-9999 +USW00014922197409WDFG 315W X 360W X 270W X 225W X 180W X-9999 -9999 -9999 -9999 180W X 270W X 315W X 270W X 270W X 45W X 180W X 45W X 225W X 45W X 315W X 360W X 270W X 180W X 225W X 225W X 225W X 45W X 45W X 315W X 315W X-9999 +USW00014922197409WDFM 270W X 360W X 315W X 225W X 225W X 180W X 225W X 360W X 135W X 180W X 225W X 315W X 315W X 225W X 360W X 180W X 45W X 225W X 360W X 315W X 360W X 315W X 225W X 225W X 225W X 225W X 360W X 360W X 315W X 315W X-9999 +USW00014922197409WSFG 51 X 108 X 57 X 72 X 129 X-9999 -9999 -9999 -9999 154 X 123 X 93 X 98 X 154 X 93 X 103 X 108 X 118 X 93 X 123 X 108 X 67 X 144 X 129 X 108 X 72 X 134 X 113 X 164 X 159 X-9999 +USW00014922197409WSFM 45 X 85 X 40 X 54 X 98 X 94 X 54 X 72 X 116 X 121 X 94 X 72 X 72 X 121 X 54 X 67 X 63 X 85 X 58 X 89 X 80 X 36 X 94 X 98 X 72 X 54 X 85 X 85 X 121 X 130 X-9999 +USW00014922197409WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197409WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197409WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197409WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197409WT16-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197410TMAX 72 0 111 0 172 0 228 0 167 0 72 0 122 0 189 0 172 0 283 0 256 0 139 0 122 0 106 0 122 0 167 0 150 0 133 0 111 0 83 0 183 0 167 0 167 0 217 0 139 0 178 0 211 0 189 0 161 0 156 0 178 0 +USW00014922197410TMIN -44 0 -56 0 22 0 83 0 67 0 6 0 -17 0 50 0 28 0 72 0 117 0 50 0 33 0 6 0 -33 0 17 0 56 0 17 0 6 0 -28 0 0 0 83 0 44 0 50 0 22 0 -28 0 56 0 133 0 133 0 111 0 133 0 +USW00014922197410PRCP 0 0 0 0 0 0 8 0 76 0 3 0 0 0 0 0 0 0 89 0 13 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 94 0 0T 0 122 0 +USW00014922197410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197410ACMH 60 X 10 X 50 X 100 X 100 X 90 X 80 X 70 X 40 X 50 X 50 X 50 X 90 X 70 X 60 X 10 X 60 X 40 X 60 X 0 X 10 X 40 X 40 X 30 X 50 X 0 X 60 X 90 X 100 X 90 X 100 X +USW00014922197410ACSH 70 X 0 X 50 X 100 X 100 X 100 X 80 X 50 X 30 X 40 X 70 X 40 X 100 X 100 X 90 X 10 X 60 X 20 X 80 X 0 X 10 X 50 X 40 X 30 X 90 X 0 X 50 X 100 X 100 X 100 X 100 X +USW00014922197410PGTM 1242 X 1624 X 1524 X 2336 X 0154 X 1554 X 1048 X 1236 X 1336 X 2142 X 0036 X 0136 X 2242 X 0848 X 1554 X 1512 X 0118 X 1518 X 1412 X 1430 X 0948 X 0054 X 0136 X 2154 X 0606 X 1348 X 1330 X 1300 X 0700 X 2342 X 2312 X +USW00014922197410PSUN 64 X 98 X 70 X 46 X 8 X 1 X 79 X 62 X 99 X 91 X 68 X 69 X 22 X 8 X 53 X 100 X 47 X 94 X 56 X 100 X 95 X 53 X 84 X 72 X 100 X 100 X 60 X 1 X 0 X 0 X 1 X +USW00014922197410TSUN 450 X 690 X 486 X 318 X 54 X 6 X 540 X 426 X 672 X 618 X 456 X 462 X 144 X 54 X 348 X 660 X 306 X 618 X 360 X 648 X 612 X 342 X 534 X 456 X 630 X 630 X 372 X 6 X 0 X 0 X 6 X +USW00014922197410WDFG 45W X 180W X 180W X 270W X 270W X 315W X 225W X 315W X 315W X 225W X 180W X 45W X 225W X 315W X 225W X 270W X 45W X 315W X 45W X 180W X 225W X 225W X 45W X 360W X 360W X 225W X 225W X 180W X 135W X 90W X 225W X +USW00014922197410WDFM 45W X 225W X 180W X 270W X 270W X 315W X 225W X 315W X 270W X 225W X 180W X 45W X 225W X 315W X 225W X 225W X 360W X 315W X 45W X 135W X 225W X 225W X 45W X 360W X 360W X 225W X 225W X 180W X 135W X 135W X 225W X +USW00014922197410WSFG 98 X 87 X 144 X 123 X 139 X 159 X 123 X 123 X 87 X 180 X 154 X 134 X 87 X 149 X 129 X 103 X 108 X 98 X 77 X 87 X 159 X 103 X 72 X 93 X 72 X 108 X 123 X 113 X 93 X 72 X 108 X +USW00014922197410WSFM 80 X 72 X 112 X 98 X 89 X 112 X 85 X 89 X 58 X 152 X 134 X 98 X 72 X 112 X 98 X 80 X 76 X 72 X 63 X 63 X 130 X 85 X 54 X 67 X 49 X 63 X 76 X 89 X 58 X 54 X 76 X +USW00014922197410WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922197410WT03-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197410WT08-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922197410WT16-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922197411TMAX 150 0 106 0 33 0 6 0 44 0 83 0 139 0 167 0 94 0 72 0 83 0 33 0 -11 0 -11 0 22 0 -6 0 117 0 50 0 72 0 17 0 22 0 111 0 61 0 6 0 -33 0 0 0 -11 0 -28 0 0 0 0 0-9999 +USW00014922197411TMIN 78 0 -6 0 -28 0 -44 0 -17 0 -44 0 0 0 22 0 61 0 61 0 11 0 -11 0 -39 0 -44 0 -78 0 -67 0 -61 0 -50 0 17 0 -17 0 -50 0 -22 0 -11 0 -78 0 -94 0 -44 0 -100 0 -94 0 -33 0 -50 0-9999 +USW00014922197411PRCP 25 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 58 0 23 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 25 0 0 0 0 0 30 0 0T 0 0T 0 0T 0 0T 0-9999 +USW00014922197411SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 25 0 0T 0 0T 0 0T 0 0T 0-9999 +USW00014922197411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 25 0 0T 0 0T 0 0T 0-9999 +USW00014922197411ACMH 70 X 60 X 60 X 100 X 80 X 0 X 0 X 0 X 100 X 100 X 70 X 100 X 90 X 90 X 20 X 40 X 20 X 80 X 90 X 80 X 80 X 50 X 100 X 10 X 50 X 100 X 30 X 90 X 100 X 80 X-9999 +USW00014922197411ACSH 70 X 50 X 90 X 100 X 90 X 0 X 0 X 0 X 100 X 100 X 40 X 100 X 100 X 90 X 40 X 90 X 50 X 100 X 100 X 90 X 70 X 40 X 100 X 10 X 60 X 100 X 60 X 100 X 90 X 100 X-9999 +USW00014922197411PGTM 0512 X 1254 X 1630 X 2200 X 1530 X 2048 X 2212 X 1500 X 0348 X 2248 X 2036 X 0824 X 1500 X 0930 X 0012 X 1230 X 1336 X 1500 X 1854 X 1330 X 0000 X 1406 X 1230 X 2054 X 2342 X 0436 X 1412 X 1236 X 1242 X 1636 X-9999 +USW00014922197411PSUN 38 X 56 X 7 X 0 X 13 X 100 X 98 X 100 X 0 X 0 X 69 X 0 X 0 X 14 X 91 X 3 X 99 X 0 X 0 X 18 X 65 X 93 X 5 X 94 X 74 X 0 X 55 X 0 X 19 X 0 X-9999 +USW00014922197411TSUN 234 X 342 X 42 X 0 X 78 X 600 X 582 X 594 X 0 X 0 X 402 X 0 X 0 X 78 X 522 X 18 X 564 X 0 X 0 X 102 X 366 X 516 X 30 X 528 X 408 X 0 X 312 X 0 X 102 X 0 X-9999 +USW00014922197411WDFG 225W X 315W X 315W X 45W X 360W X 225W X 225W X 225W X 225W X 180W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 180W X 315W X 315W X 360W X 180W X 360W X 360W X 135W X 180W X 315W X 360W X 45W X 45W X-9999 +USW00014922197411WDFM 225W X 315W X 315W X 45W X 315W X 225W X 225W X 225W X 225W X 360W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 180W X 315W X 315W X 360W X 225W X 360W X 360W X 180W X 135W X 315W X 360W X 90W X 45W X-9999 +USW00014922197411WSFG 123 X 87 X 77 X 67 X 72 X 82 X 98 X 149 X 82 X 82 X 134 X 134 X 139 X 134 X 87 X 72 X 82 X 77 X 134 X 154 X 82 X 98 X 139 X 93 X 113 X 134 X 144 X 77 X 103 X 82 X-9999 +USW00014922197411WSFM 94 X 67 X 67 X 54 X 54 X 54 X 63 X 112 X 63 X 58 X 107 X 103 X 89 X 94 X 63 X 63 X 63 X 54 X 98 X 125 X 67 X 72 X 107 X 67 X 85 X 107 X 103 X 58 X 76 X 67 X-9999 +USW00014922197411WT01 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197411WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197411WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197411WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197411WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197411WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197411WT18-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922197412TMAX 11 0 -33 0 -33 0 -6 0 22 0 6 0 28 0 -83 0 -17 0 67 0 61 0 44 0 22 0 6 0 11 0 6 0 -72 0 -39 0 -33 0 -44 0 -44 0 11 0 -6 0 -61 0 -61 0 -11 0 0 0 33 0 0 0 28 0 0 0 +USW00014922197412TMIN -83 0 -94 0 -100 0 -61 0 -56 0 -50 0 -117 0 -144 0 -144 0 -72 0 -72 0 -56 0 0 0 0 0 6 0 -78 0 -89 0 -89 0 -50 0 -111 0 -111 0 -56 0 -72 0 -117 0 -172 0 -94 0 -72 0 -17 0 -72 0 -111 0 -89 0 +USW00014922197412PRCP 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 5 0 23 0 10 0 0T 0 33 0 8 0 0T 0 0T 0 0T 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197412SNOW 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 5 0 33 0 18 0 5 0 53 0 15 0 0T 0 0T 0 0T 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197412SNWD 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 76 0 76 0 76 0 76 0 76 0 76 0 51 0 51 0 51 0 51 0 25 0 25 0 0T 0 +USW00014922197412ACMH 50 X 60 X 80 X 70 X 10 X 80 X 80 X 40 X 30 X 10 X 10 X 100 X 100 X 100 X 100 X 90 X 90 X 100 X 100 X 90 X 100 X 90 X 20 X 90 X 20 X 60 X 80 X 50 X 50 X 0 X 40 X +USW00014922197412ACSH 60 X 100 X 100 X 50 X 0 X 100 X 80 X 50 X 50 X 10 X 30 X 100 X 100 X 100 X 100 X 100 X 80 X 100 X 90 X 100 X 100 X 100 X 0 X 100 X 10 X 60 X 60 X 60 X 40 X 0 X 60 X +USW00014922197412PGTM 1806 X 1424 X 2354 X 1730 X 1500 X 1830 X 2018 X 0018 X 1612 X 1306 X 1154 X 1606 X 0000 X 1842 X 0230 X 0624 X 0730 X 1630 X 1612 X 0818 X 2118 X 1954 X 0212 X 0618 X 1406 X 1500 X 2312 X 1042 X 0924 X 1506 X 2054 X +USW00014922197412PSUN 82 X 2 X 0 X 52 X 61 X 0 X 33 X 51 X 98 X 97 X 96 X 48 X 0 X 1 X 0 X 49 X 70 X 0 X 60 X 38 X 48 X 47 X 94 X 16 X 98 X 69 X 72 X 100 X 98 X 100 X 89 X +USW00014922197412TSUN 444 X 12 X 0 X 282 X 330 X 0 X 174 X 270 X 522 X 516 X 510 X 252 X 0 X 6 X 0 X 258 X 372 X 0 X 318 X 198 X 252 X 246 X 498 X 84 X 516 X 366 X 378 X 528 X 516 X 528 X 468 X +USW00014922197412WDFG 315W X 315W X 180W X 180W X 135W X 360W X 360W X 45W X 225W X 270W X 270W X 135W X 135W X 90W X 90W X 360W X 360W X 180W X 360W X 315W X 135W X 270W X 270W X 270W X 225W X 225W X 225W X 225W X 360W X 225W X 315W X +USW00014922197412WDFM 360W X 315W X 180W X 180W X 135W X 315W X 360W X 45W X 180W X 270W X 315W X 135W X 135W X 90W X 90W X 360W X 360W X 180W X 315W X 315W X 225W X 135W X 270W X 315W X 180W X 225W X 225W X 225W X 315W X 225W X 315W X +USW00014922197412WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X 51 X 51 X 51 X 51 X 51 X 51 X 51 X 51 X 51 X-9999 -9999 -9999 +USW00014922197412WSFG 77 X 57 X 51 X 103 X 67 X 36 X 170 X 144 X 103 X 62 X 46 X 98 X 82 X 62 X 103 X 108 X 93 X 118 X 62 X 46 X 93 X 139 X 113 X 67 X 82 X 77 X 118 X 118 X 82 X 93 X 82 X +USW00014922197412WSFM 63 X 45 X 40 X 72 X 58 X 31 X 130 X 116 X 76 X 49 X 31 X 72 X 67 X 49 X 80 X 89 X 67 X 49 X 40 X 31 X 72 X 107 X 89 X 54 X 67 X 58 X 85 X 103 X 63 X 72 X 67 X +USW00014922197412WT01-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00014922197412WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197412WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197412WT08-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922197412WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197412WT18-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197501TMAX -28 0 -17 0 -11 0 -44 0 -28 0 -22 0 -44 0 -11 0 6 0 11 0 6 0 -183 0 -172 0 -94 0 -89 0 -89 0 -28 0 -11 0 -106 0 -22 0 -6 0 -89 0 0 0 17 0 11 0 -67 0 -83 0 -72 0 -33 0 -106 0 -94 0 +USW00014922197501TMIN -106 0 -106 0 -139 0 -150 0 -144 0 -56 0 -72 0 -61 0 -39 0 0 0 -211 0 -222 0 -228 0 -239 0 -167 0 -161 0 -144 0 -111 0 -244 0 -244 0 -211 0 -256 0 -89 0 -67 0 -67 0 -122 0 -139 0 -161 0 -167 0 -189 0 -233 0 +USW00014922197501PRCP 0 0 76 0 8 0 0 0 0T 0 10 0 3 0 20 0 64 0 287 0 23 0 0T 0 0 0 10 0 5 0 0T 0 28 0 5 0 0T 0 30 0 13 0 0 0 0T 0 0T 0 33 0 0 0 10 0 30 0 53 0 0T 0 8 0 +USW00014922197501SNOW 0 0 127 0 13 0 0 0 0T 0 20 0 5 0 30 0 71 0 102 0 36 0 0T 0 0 0 20 0 10 0 0T 0 30 0 5 0 0T 0 30 0 23 0 0 0 0T 0 0T 0 51 0 0 0 10 0 25 0 76 0 0T 0 10 0 +USW00014922197501SNWD 0T 0 0T 0 127 0 127 0 127 0 152 0 152 0 178 0 178 0 229 0 203 0 229 0 229 0 229 0 254 0 229 0 229 0 254 0 229 0 229 0 254 0 279 0 279 0 279 0 279 0 330 0 305 0 330 0 406 0 406 0 381 0 +USW00014922197501ACMH 0 X 90 X 60 X 30 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 90 X 40 X 70 X 40 X 10 X 60 X 90 X 10 X 80 X 50 X 40 X 80 X 100 X 100 X 70 X 90 X 100 X 50 X 80 X 80 X +USW00014922197501ACSH 0 X 100 X 70 X 30 X 100 X 100 X 100 X 80 X 100 X 100 X 100 X 100 X 30 X 80 X 70 X 10 X 40 X 90 X 0 X 100 X 60 X 40 X 60 X 100 X 100 X 60 X 80 X 100 X 50 X 100 X 100 X +USW00014922197501PGTM 0018 X 0818 X 0630 X 1454 X 1642 X 1130 X 1212 X 2300 X 1654 X 2212 X 1424 X 0130 X 1324 X 1500 X 1636 X 2212 X 1530 X 0918 X 0606 X 1524 X 1136 X 2300 X 0112 X 2354 X 1500 X 0006 X 1400 X 2348 X 1012 X 1648 X 2130 X +USW00014922197501PSUN 100 X 1 X 83 X 99 X 64 X 42 X 39 X 59 X 1 X 0 X 1 X 0 X 82 X 32 X 64 X 100 X 61 X 39 X 100 X 17 X 46 X 79 X 56 X 7 X 0 X 63 X 45 X 10 X 81 X 65 X 38 X +USW00014922197501TSUN 528 X 6 X 444 X 528 X 342 X 222 X 210 X 318 X 54 X 0 X 54 X 0 X 444 X 174 X 354 X 552 X 336 X 216 X 558 X 96 X 258 X 444 X 318 X 42 X 0 X 360 X 258 X 60 X 474 X 378 X 222 X +USW00014922197501WDFG 315W X 180W X 315W X 270W X 135W X 270W X 135W X 180W X 135W X 360W X 270W X 270W X 315W X 180W X 270W X 225W X 225W X 315W X 360W X 225W X 315W X 225W X 225W X 270W X 315W X 315W X 270W X 90W X 360W X 315W X 90W X +USW00014922197501WDFM 315W X 225W X 315W X 270W X 135W X 270W X 90W X 270W X 135W X 360W X-9999 -9999 -9999 180W X 225W X 270W X 225W X 315W X 360W X 225W X 315W X 225W X 225W X 270W X 360W X 315W X 270W X 90W X 360W X 315W X 90W X +USW00014922197501WESD-9999 -9999 178 X 178 X 178 X 178 X 178 X 203 X 203 X 279 X 584 X 584 X 584 X 508 X 508 X 508 X 508 X 508 X 508 X 508 X 533 X 533 X 533 X 533 X 533 X 559 X 559 X 559 X 660 X 660 X 660 X +USW00014922197501WSFG 72 X 93 X 134 X 72 X 108 X 82 X 62 X 46 X 134 X 144 X 206 X 154 X 67 X 67 X 82 X 57 X 159 X 149 X 129 X 154 X 139 X 87 X 72 X 87 X 149 X 129 X 51 X 77 X 118 X 51 X 62 X +USW00014922197501WSFM 45 X 76 X 89 X 58 X 85 X 67 X 40 X 31 X 107 X 116 X-9999 -9999 -9999 54 X 63 X 36 X 89 X 112 X 103 X 112 X 107 X 63 X 54 X 58 X 107 X 98 X 45 X 58 X 94 X 31 X 36 X +USW00014922197501WT01-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X +USW00014922197501WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197501WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197501WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197501WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00014922197501WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X +USW00014922197501WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197501WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00014922197501WT18-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00014922197502TMAX -61 0 -33 0 -17 0 -11 0 -28 0 -139 0 -94 0 -172 0 -167 0 -122 0 -89 0 -106 0 -128 0 -50 0 -22 0 -6 0 0 0 -28 0 -39 0 -11 0 22 0 17 0 -11 0 0 0 17 0 -28 0 -22 0 -56 0-9999 -9999 -9999 +USW00014922197502TMIN -156 0 -94 0 -44 0 -33 0 -150 0 -206 0 -211 0 -272 0 -300 0 -183 0 -233 0 -194 0 -206 0 -128 0 -56 0 -50 0 -28 0 -144 0 -178 0 -144 0 -94 0 -67 0 -89 0 -83 0 -50 0 -111 0 -111 0 -128 0-9999 -9999 -9999 +USW00014922197502PRCP 0T 0 5 0 0 0 43 0 23 0 0 0 0 0 0 0 0 0 74 0 0T 0 3 0 0T 0 0 0 0 0 0 0 20 0 20 0 0 0 0 0 13 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0-9999 -9999 -9999 +USW00014922197502SNOW 3 0 5 0 0 0 41 0 33 0 0 0 0 0 0 0 0 0 91 0 0T 0 3 0 3 0 0 0 0 0 0 0 23 0 23 0 0 0 0 0 5 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0-9999 -9999 -9999 +USW00014922197502SNWD 381 0 381 0 381 0 381 0 432 0 432 0 406 0 406 0 406 0 406 0 483 0 483 0 483 0 483 0 457 0 432 0 432 0 457 0 457 0 432 0 432 0 356 0 330 0 330 0 330 0 330 0 330 0 330 0-9999 -9999 -9999 +USW00014922197502ACMH 70 X 100 X 100 X 100 X 100 X 40 X 80 X 40 X 30 X 70 X 50 X 80 X 100 X 100 X 100 X 100 X 100 X 80 X 0 X 0 X 70 X 80 X 70 X 60 X 40 X 80 X 80 X 10 X-9999 -9999 -9999 +USW00014922197502ACSH 70 X 100 X 100 X 100 X 100 X 60 X 90 X 60 X 40 X 100 X 40 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 0 X 0 X 100 X 70 X 30 X 60 X 30 X 90 X 90 X 10 X-9999 -9999 -9999 +USW00014922197502PGTM 1454 X 1942 X 0954 X 2224 X 2024 X 0042 X 1854 X 0000 X 1518 X 1006 X 2218 X 0930 X 0630 X 1718 X 2130 X 2324 X 0430 X 1654 X 1206 X 2030 X 2324 X 0124 X 2224 X 0318 X 0906 X 1112 X 1306 X 1242 X-9999 -9999 -9999 +USW00014922197502PSUN 87 X 0 X 0 X 0 X 50 X 98 X 69 X 92 X 99 X 0 X 82 X 61 X 49 X 0 X 0 X 0 X 0 X 2 X 97 X 100 X 18 X 60 X 81 X 69 X 82 X 62 X 35 X 99 X-9999 -9999 -9999 +USW00014922197502TSUN 510 X 0 X 0 X 0 X 300 X 588 X 420 X 558 X 606 X 0 X 504 X 378 X 300 X 0 X 0 X 0 X 0 X 24 X 618 X 642 X 114 X 390 X 528 X 450 X 534 X 408 X 234 X 660 X-9999 -9999 -9999 +USW00014922197502WDFG 135W X 135W X 135W X 360W X 315W X 315W X 315W X 315W X 225W X 135W X 270W X 315W X 45W X 90W X 360W X 90W X 90W X 315W X 225W X 180W X 270W X 270W X 45W X 360W X 315W X 315W X 135W X 315W X-9999 -9999 -9999 +USW00014922197502WDFM 90W X 135W X 90W X 135W X 315W X 315W X 315W X 315W X 225W X 135W X 270W X 315W X 45W X 45W X 360W X 45W X 90W X 315W X 225W X 135W X 270W X 270W X 45W X 360W X 315W X 315W X 135W X 315W X-9999 -9999 -9999 +USW00014922197502WESD 686 X 686 X 686 X 686 X 711 X 711 X 711 X 711 X 711 X 711 X 813 X 813 X 813 X 813 X 813 X 813 X 813 X 864 X 864 X 864 X 914 X 914 X 914 X 914 X 914 X 914 X 914 X 914 X-9999 -9999 -9999 +USW00014922197502WSFG 51 X 51 X 93 X 82 X 123 X 103 X 129 X 108 X 93 X 98 X 51 X 113 X 67 X 62 X 103 X 57 X 72 X 93 X 87 X 62 X 139 X 170 X 113 X 144 X 200 X 170 X 82 X 118 X-9999 -9999 -9999 +USW00014922197502WSFM 36 X 36 X 72 X 49 X 94 X 76 X 103 X 85 X 72 X 72 X 36 X 89 X 45 X 36 X 49 X 22 X 54 X 76 X 67 X 27 X 103 X 121 X 80 X 89 X 165 X 112 X 67 X 85 X-9999 -9999 -9999 +USW00014922197502WT01 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197502WT04-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197502WT06-9999 1 0-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197502WT08 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197502WT16-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197502WT18 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197503TMAX -83 0 -61 0 -61 0 -17 0 11 0 6 0 -22 0 -72 0 -56 0 -39 0 -17 0 -33 0 -67 0 -33 0 11 0 39 0 50 0 44 0 56 0 44 0 56 0 39 0 11 0 -6 0 -67 0 -39 0 6 0 22 0 -28 0 -78 0 -22 0 +USW00014922197503TMIN -150 0 -144 0 -178 0 -183 0 -39 0 -50 0 -89 0 -156 0 -161 0 -94 0 -94 0 -144 0 -222 0 -189 0 -128 0 -89 0 -11 0 -33 0 -39 0 -33 0 22 0 -22 0 -11 0 -106 0 -122 0 -106 0 -44 0 -28 0 -111 0 -156 0 -100 0 +USW00014922197503PRCP 0T 0 0T 0 0 0 0 0 5 0 0 0 0T 0 0 0 3 0 8 0 48 0 28 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 15 0 0 0 0 0 53 0 91 0 0T 0 8 0 152 0 0T 0 0T 0 8 0 5 0 +USW00014922197503SNOW 0T 0 3 0 0 0 0 0 5 0 0 0 0T 0 0 0 13 0 20 0 64 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 69 0 89 0 0T 0 15 0 104 0 0T 0 0T 0 25 0 8 0 +USW00014922197503SNWD 330 0 330 0 330 0 330 0 330 0 330 0 330 0 305 0 305 0 305 0 305 0 432 0 432 0 432 0 432 0 432 0 381 0 381 0 305 0 254 0 229 0 152 0 76 0 152 0 229 0 203 0 279 0 305 0 254 0 254 0 254 0 +USW00014922197503ACMH 40 X 0 X 10 X 70 X 100 X 100 X 20 X 10 X 100 X 100 X 100 X 30 X 0 X 30 X 30 X 60 X 80 X 80 X 50 X 70 X 100 X 60 X 100 X 100 X 30 X 90 X 100 X 90 X 60 X 50 X 70 X +USW00014922197503ACSH 50 X 0 X 0 X 80 X 100 X 100 X 20 X 0 X 100 X 100 X 100 X 20 X 0 X 60 X 50 X 80 X 90 X 80 X 50 X 100 X 100 X 70 X 100 X 100 X 10 X 100 X 100 X 100 X 80 X 30 X 90 X +USW00014922197503PGTM 1812 X 1012 X 1236 X 1930 X 1748 X 0048 X 1742 X 0012 X 1430 X 2030 X 1648 X 0706 X 1700 X 1824 X 1018 X 2206 X 1454 X 0018 X 1330 X 2112 X 2342 X 0018 X 1512 X 2206 X 0030 X 1642 X 1512 X 0518 X 0500 X 1324 X 1354 X +USW00014922197503PSUN 79 X 100 X 94 X 86 X 0 X 32 X 99 X 97 X 18 X 42 X 9 X 93 X 100 X 95 X 99 X 74 X 87 X 40 X 79 X 36 X 3 X 80 X 0 X 7 X 95 X 9 X 0 X 30 X 67 X 88 X 43 X +USW00014922197503TSUN 528 X 672 X 618 X 582 X 0 X 216 X 684 X 666 X 126 X 294 X 60 X 654 X 708 X 672 X 708 X 528 X 624 X 288 X 576 X 258 X 24 X 594 X 0 X 54 X 708 X 60 X 0 X 228 X 510 X 672 X 324 X +USW00014922197503WDFG 315W X 360W X 315W X 180W X 315W X 315W X 315W X 315W X 180W X 225W X 180W X 315W X 180W X 180W X 225W X 180W X 180W X 180W X 135W X 135W X 315W X 360W X 90W X 360W X 45W X 135W X 90W X 225W X 315W X 270W X 45W X +USW00014922197503WDFM 315W X 360W X 315W X 180W X 315W X 315W X 315W X 315W X 180W X 90W X 180W X 315W X 180W X 225W X 225W X 180W X 180W X 180W X 135W X 90W X 315W X 315W X 90W X 360W X 45W X 135W X 45W X 225W X 315W X 270W X 45W X +USW00014922197503WESD 914 X 914 X 914 X 889 X 889 X 889 X 889 X 889 X 889 X 889 X 914 X 991 X 991 X 991 X 991 X 991 X 991 X 991 X 991 X 991 X 991 X 762 X 635 X 711 X 813 X 813 X 914 X 889 X 889 X 889 X 889 X +USW00014922197503WSFG 103 X 103 X 87 X 72 X 113 X 72 X 118 X 87 X 67 X 51 X 108 X 154 X 62 X 77 X 87 X 67 X 108 X 82 X 82 X 98 X 118 X 108 X 200 X 154 X 139 X 154 X 200 X 175 X 154 X 98 X 129 X +USW00014922197503WSFM 85 X 80 X 67 X 45 X 80 X 45 X 89 X 67 X 45 X 36 X 76 X 116 X 36 X 63 X 63 X 49 X 76 X 58 X 76 X 76 X 80 X 80 X 170 X 130 X 116 X 116 X 161 X 121 X 103 X 63 X 76 X +USW00014922197503WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197503WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197503WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197503WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922197503WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 1 X 1 0-9999 -9999 -9999 +USW00014922197503WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197503WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922197503WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197503WT18 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922197504TMAX -50 0 -22 0 -22 0 17 0 17 0 33 0 50 0 39 0 22 0 67 0 67 0 67 0 106 0 89 0 106 0 122 0 111 0 67 0 56 0 83 0 128 0 150 0 150 0 122 0 156 0 150 0 100 0 94 0 111 0 78 0-9999 +USW00014922197504TMIN -128 0 -83 0 -117 0 -111 0 -39 0 -6 0 -17 0 -11 0 -11 0 -17 0 -56 0 -39 0 -6 0 28 0 22 0 6 0 67 0 39 0 11 0 6 0 -11 0 33 0 83 0 56 0 67 0 67 0 56 0 56 0 72 0 22 0-9999 +USW00014922197504PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 41 0 13 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 366 0 0 0 5 0 0 0 0T 0 251 0 76 0 0T 0 25 0 13 0 564 0 8 0 5 0 5 0-9999 +USW00014922197504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 43 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197504SNWD 254 0 254 0 229 0 229 0 203 0 203 0 152 0 102 0 76 0 102 0 76 0 51 0 25 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197504ACMH 90 X 80 X 10 X 40 X 80 X 90 X 60 X 90 X 100 X 60 X 20 X 70 X 80 X 100 X 90 X 90 X 100 X 100 X 100 X 90 X 80 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X-9999 +USW00014922197504ACSH 100 X 100 X 10 X 60 X 100 X 100 X 90 X 100 X 100 X 70 X 30 X 90 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 80 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X-9999 +USW00014922197504PGTM 1024 X 1436 X 0048 X 1748 X 0900 X 0742 X 1636 X 0624 X 0424 X 1642 X 1548 X 1248 X 1300 X 1300 X 1448 X 1312 X 1054 X 1048 X 1418 X 1012 X 1630 X 1312 X 0218 X 2000 X 1554 X 1024 X 0630 X 0024 X 2006 X 0118 X-9999 +USW00014922197504PSUN 52 X 56 X 99 X 92 X 25 X 38 X 89 X 0 X 3 X 83 X 78 X 41 X 86 X 63 X 61 X 67 X 8 X 9 X 56 X 69 X 75 X 63 X 50 X 47 X 48 X 60 X 5 X 27 X 23 X 30 X-9999 +USW00014922197504TSUN 396 X 432 X 768 X 714 X 198 X 300 X 702 X 0 X 24 X 654 X 624 X 324 X 690 X 504 X 498 X 540 X 66 X 72 X 462 X 564 X 618 X 528 X 420 X 396 X 402 X 504 X 42 X 228 X 198 X 252 X-9999 +USW00014922197504WDFG 360W X 360W X 315W X 90W X 135W X 135W X 90W X 90W X 135W X 45W X 270W X 225W X 135W X 180W X 225W X 135W X 135W X 315W X 315W X 360W X 225W X 180W X 135W X 90W X 135W X 135W X 23W X 135W X 225W X 225W X-9999 +USW00014922197504WDFM 360W X 360W X 315W X 90W X 135W X 135W X 90W X 90W X 135W X 45W X 270W X 225W X 135W X 225W X 270W X 135W X 135W X 315W X 315W X 45W X 225W X 180W X 135W X 90W X 135W X 135W X 135W X 135W X 225W X 270W X-9999 +USW00014922197504WESD 813 X 813 X 813 X 813 X 813 X 813 X 610 X 381 X 406 X 381 X 381 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197504WSFG 62 X 113 X 93 X 87 X 129 X 118 X 134 X 123 X 154 X 103 X 77 X 67 X 103 X 82 X 77 X 77 X 118 X 123 X 164 X 98 X 77 X 123 X 164 X 98 X 87 X 180 X 175 X 190 X 154 X 93 X-9999 +USW00014922197504WSFM 45 X 76 X 67 X 72 X 107 X 98 X 94 X 103 X 112 X 45 X 58 X 45 X 85 X 63 X 54 X 58 X 103 X 89 X 125 X 63 X 63 X 85 X 94 X 76 X 63 X 148 X 152 X 143 X 134 X 76 X-9999 +USW00014922197504WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00014922197504WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197504WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922197504WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197504WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922197504WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922197504WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197505TMAX 133 0 172 0 150 0 183 0 222 0 200 0 139 0 183 0 217 0 228 0 217 0 194 0 217 0 167 0 183 0 233 0 289 0 283 0 311 0 328 0 289 0 300 0 278 0 261 0 272 0 200 0 228 0 194 0 189 0 178 0 200 0 +USW00014922197505TMIN 6 0 17 0 44 0 56 0 67 0 89 0 100 0 117 0 72 0 78 0 106 0 50 0 67 0 100 0 78 0 61 0 122 0 128 0 161 0 161 0 178 0 178 0 194 0 133 0 150 0 122 0 78 0 128 0 122 0 89 0 56 0 +USW00014922197505PRCP 0T 0 10 0 0 0 10 0 0 0 0T 0 122 0 8 0 0 0 0 0 10 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 20 0 0T 0 0 0 0T 0 396 0 0 0 279 0 0 0 0 0 0T 0 104 0 0 0 0 0 +USW00014922197505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197505ACMH 50 X 60 X 50 X 70 X 40 X 60 X 100 X 100 X 40 X 50 X 70 X 0 X 70 X 90 X 40 X 0 X 60 X 60 X 90 X 90 X 70 X 80 X 90 X 70 X 60 X 50 X 50 X 100 X 90 X 80 X 50 X +USW00014922197505ACSH 60 X 70 X 60 X 80 X 50 X 40 X 100 X 100 X 50 X 50 X 80 X 0 X 90 X 80 X 40 X 0 X 80 X 80 X 100 X 90 X 90 X 90 X 90 X 60 X 60 X 60 X 50 X 100 X 100 X 100 X 50 X +USW00014922197505PGTM 1236 X 1530 X 0636 X 1248 X 2236 X 1536 X 1448 X 1448 X 1106 X 1430 X 1330 X 1054 X 1118 X 0936 X 0700 X 1506 X 1648 X 0018 X 1430 X 2012 X 0048 X 2148 X 2118 X 1712 X 1754 X 1518 X 1318 X 1006 X 1654 X 1318 X 1354 X +USW00014922197505PSUN 80 X 61 X 67 X 48 X 90 X 76 X 1 X 10 X 95 X 77 X 54 X 100 X 79 X 45 X 66 X 100 X 96 X 93 X 62 X 80 X 79 X 53 X 56 X 80 X 67 X 72 X 84 X 34 X 31 X 78 X 81 X +USW00014922197505TSUN 684 X 522 X 576 X 414 X 774 X 660 X 6 X 90 X 834 X 678 X 480 X 882 X 702 X 396 X 588 X 894 X 858 X 840 X 558 X 720 X 714 X 480 X 504 X 726 X 612 X 660 X 774 X 312 X 288 X 720 X 750 X +USW00014922197505WDFG 225W X 225W X 360W X 135W X 90W X 135W X 135W X 135W X 135W X 270W X 45W X 90W X 270W X 315W X 45W X 180W X 225W X 270W X 315W X 270W X 135W X 270W X 225W X 180W X 360W X 270W X 180W X 225W X 45W X 45W X 315W X +USW00014922197505WDFM 225W X 225W X 315W X 180W X 90W X 135W X 135W X 135W X 90W X 270W X 45W X 360W X 225W X 315W X 360W X 225W X 225W X 225W X 315W X 270W X 135W X 270W X 225W X 135W X 360W X 270W X 135W X 225W X 135W X 360W X 315W X +USW00014922197505WSFG 118 X 82 X 93 X 103 X 113 X 134 X 134 X 129 X 62 X 67 X 170 X 77 X 134 X 185 X 103 X 118 X 129 X 62 X 180 X 185 X 93 X 144 X 252 X 113 X 129 X 113 X 72 X 98 X 77 X 113 X 103 X +USW00014922197505WSFM 94 X 67 X 76 X 80 X 98 X 112 X 107 X 103 X 49 X 45 X 125 X 54 X 76 X 125 X 76 X 80 X 107 X 45 X 98 X 143 X 63 X 116 X 179 X 85 X 103 X 80 X 45 X 85 X 54 X 80 X 67 X +USW00014922197505WT01-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197505WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197505WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197505WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197505WT16 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00014922197506TMAX 217 0 244 0 272 0 244 0 239 0 211 0 217 0 222 0 183 0 211 0 178 0 233 0 233 0 194 0 194 0 228 0 239 0 222 0 311 0 317 0 311 0 278 0 289 0 289 0 289 0 311 0 289 0 322 0 300 0 317 0-9999 +USW00014922197506TMIN 61 0 94 0 106 0 156 0 150 0 111 0 94 0 111 0 139 0 144 0 139 0 139 0 139 0 117 0 133 0 144 0 161 0 144 0 172 0 217 0 211 0 206 0 172 0 189 0 206 0 200 0 172 0 217 0 211 0 200 0-9999 +USW00014922197506PRCP 0 0 5 0 0T 0 269 0 0T 0 0 0 0 0 0T 0 20 0 0T 0 655 0 36 0 0T 0 58 0 71 0 3 0 56 0 0T 0 0T 0 137 0 178 0 15 0 0 0 0 0 0 0 56 0 0 0 0 0 206 0 264 0-9999 +USW00014922197506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197506ACMH 20 X 80 X 50 X 80 X 50 X 30 X 20 X 90 X 100 X 100 X 100 X 80 X 50 X 80 X 80 X 70 X 70 X 80 X 90 X 100 X 100 X 90 X 60 X 80 X 30 X 80 X 10 X 70 X 70 X 50 X-9999 +USW00014922197506ACSH 30 X 90 X 40 X 100 X 40 X 40 X 10 X 100 X 100 X 100 X 100 X 80 X 60 X 100 X 90 X 80 X 80 X 100 X 90 X 100 X 100 X 90 X 60 X 90 X 40 X 80 X 0 X 80 X 80 X 40 X-9999 +USW00014922197506PGTM 1224 X 1406 X 1354 X 1530 X 1206 X 1336 X 0936 X 1112 X 1048 X 1324 X 2112 X 1236 X 1700 X 2230 X 0730 X 1654 X 1554 X 1412 X 1412 X 2006 X 1406 X 0818 X 1530 X 1524 X 1736 X 1812 X-9999 1636 X 1306 X 2318 X-9999 +USW00014922197506PSUN 98 X 75 X 78 X 54 X 81 X 95 X 99 X 76 X 0 X 42 X 1 X 61 X 79 X 26 X 40 X 51 X 54 X 38 X 54 X 71 X 67 X 76 X 93 X 95 X 80 X 51 X 100 X 83 X 38 X 67 X-9999 +USW00014922197506TSUN 906 X 690 X 720 X 498 X 750 X 882 X 924 X 708 X 0 X 396 X 12 X 570 X 738 X 240 X 372 X 474 X 510 X 360 X 510 X 660 X 624 X 714 X 870 X 882 X 750 X 474 X 936 X 780 X 360 X 624 X-9999 +USW00014922197506WDFG 315W X 270W X 270W X 90W X 270W X 315W X 45W X 180W X 135W X 135W X 270W X 270W X 270W X 90W X 360W X 135W X 270W X 90W X 180W X 270W X 225W X 225W X 135W X 135W X 135W X 225W X-9999 135W X 225W X 315W X-9999 +USW00014922197506WDFM 315W X 270W X 270W X 135W X 270W X 315W X 45W X 180W X 135W X 135W X 315W X 270W X 270W X 90W X 360W X 135W X 270W X 90W X 180W X 180W X 225W X 225W X 135W X 135W X 135W X 225W X 135W X 135W X 225W X 315W X-9999 +USW00014922197506WSFG 87 X 134 X 98 X 103 X 170 X 144 X 103 X 77 X 113 X 93 X 87 X 154 X 180 X 62 X 103 X 67 X 134 X 113 X 113 X 129 X 195 X 129 X 67 X 77 X 103 X 206 X-9999 93 X 211 X 257 X-9999 +USW00014922197506WSFM 58 X 94 X 67 X 76 X 125 X 112 X 72 X 58 X 80 X 67 X 54 X 107 X 130 X 49 X 76 X 45 X 107 X 94 X 98 X 94 X 170 X 103 X 40 X 58 X 80 X 165 X 45 X 76 X 139 X 201 X-9999 +USW00014922197506WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197506WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922197506WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 +USW00014922197506WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00014922197506WT16-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 +USW00014922197507TMAX 317 0 317 0 322 0 300 0 322 0 306 0 311 0 244 0 256 0 222 0 233 0 228 0 183 0 306 0 333 0 344 0 344 0 344 0 328 0 283 0 339 0 339 0 311 0 267 0 289 0 322 0 322 0 350 0 367 0 361 0 350 0 +USW00014922197507TMIN 194 0 228 0 250 0 211 0 211 0 194 0 206 0 178 0 150 0 111 0 117 0 94 0 106 0 122 0 200 0 244 0 239 0 244 0 200 0 156 0 161 0 194 0 211 0 183 0 139 0 189 0 167 0 189 0 239 0 211 0 244 0 +USW00014922197507PRCP 8 0 0 0 0 0 10 0 5 0 0 0 0 0 0 0 36 0 13 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197507ACMH 80 X 70 X 40 X 60 X 60 X 20 X 40 X 40 X 40 X 50 X 50 X 30 X 80 X 50 X 10 X 20 X 10 X 30 X 20 X 20 X 60 X 70 X 90 X 20 X 20 X 20 X 0 X 0 X 0 X 10 X 10 X +USW00014922197507ACSH 80 X 90 X 60 X 60 X 70 X 30 X 30 X 50 X 50 X 50 X 60 X 30 X 100 X 50 X 10 X 30 X 10 X 40 X 20 X 30 X 50 X 70 X 100 X 30 X 40 X 30 X 0 X 0 X 0 X 10 X 20 X +USW00014922197507PGTM 0054 X 1330 X 1500 X 1042 X 2030 X 1536 X 1548 X 0736 X 1612 X 1112 X 1254 X 1224 X 0836 X 1512 X 1330 X 1306 X 1224 X 0954 X 1442 X 0848 X 1354 X 2012 X 1642 X 1024 X 1306 X 1012 X 1306 X 1224 X 0724 X 1248 X 1618 X +USW00014922197507PSUN 80 X 56 X 84 X 92 X 76 X 95 X 89 X 99 X 71 X 81 X 80 X 90 X 6 X 85 X 98 X 95 X 100 X 79 X 93 X 98 X 94 X 94 X 54 X 95 X 93 X 95 X 99 X 100 X 100 X 84 X 65 X +USW00014922197507TSUN 744 X 516 X 780 X 852 X 708 X 882 X 822 X 918 X 660 X 744 X 738 X 828 X 60 X 786 X 900 X 870 X 912 X 720 X 846 X 894 X 858 X 846 X 492 X 852 X 840 X 852 X 888 X 894 X 888 X 744 X 576 X +USW00014922197507WDFG 90W X 180W X 360W X 135W X 360W X 315W X 315W X 315W X 315W X 360W X 360W X 360W X 135W X 225W X 225W X 225W X 180W X 225W X 270W X 315W X 225W X 180W X 315W X 315W X 315W X 225W X 315W X 225W X 225W X 180W X 180W X +USW00014922197507WDFM 45W X 180W X 45W X 135W X 360W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 135W X 225W X 225W X 225W X 225W X 180W X 270W X 315W X 225W X 225W X 315W X 315W X 225W X 225W X 315W X 225W X 225W X 180W X 180W X +USW00014922197507WSFG 108 X 113 X 103 X 62 X 134 X 129 X 87 X 108 X 200 X 118 X 139 X 123 X 62 X 103 X 139 X 154 X 154 X 144 X 129 X 98 X 98 X 108 X 278 X 144 X 87 X 118 X 118 X 108 X 103 X 113 X 93 X +USW00014922197507WSFM 76 X 89 X 58 X 45 X 89 X 76 X 63 X 80 X 161 X 76 X 98 X 85 X 49 X 76 X 107 X 116 X 116 X 125 X 85 X 80 X 76 X 80 X 224 X 112 X 49 X 98 X 76 X 85 X 72 X 85 X 76 X +USW00014922197507WT03 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197507WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197507WT08 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922197507WT16 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197508TMAX 322 0 283 0 328 0 294 0 267 0 250 0 272 0 311 0 317 0 294 0 311 0 306 0 272 0 267 0 289 0 267 0 189 0 239 0 239 0 306 0 267 0 222 0 328 0 311 0 244 0 217 0 267 0 261 0 239 0 211 0 261 0 +USW00014922197508TMIN 211 0 194 0 167 0 194 0 167 0 133 0 139 0 200 0 172 0 183 0 161 0 217 0 139 0 150 0 189 0 167 0 117 0 122 0 167 0 178 0 200 0 183 0 194 0 211 0 156 0 128 0 100 0 200 0 194 0 161 0 128 0 +USW00014922197508PRCP 516 0 48 0 3 0 61 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 30 0 3 0 0T 0 0T 0 69 0 13 0 264 0 89 0 5 0 0 0 0 0 0 0 130 0 3 0 0 0 0 0 +USW00014922197508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197508ACMH 90 X 30 X 30 X 30 X 50 X 10 X 0 X 10 X 10 X 20 X 50 X 80 X 40 X 80 X 60 X 50 X 60 X 60 X 90 X 80 X 100 X 100 X 70 X 50 X 30 X 40 X 50 X 100 X 90 X 70 X 40 X +USW00014922197508ACSH 100 X 30 X 10 X 20 X 70 X 10 X 0 X 10 X 10 X 10 X 50 X 90 X 40 X 90 X 70 X 70 X 90 X 70 X 100 X 80 X 100 X 100 X 70 X 50 X 30 X 60 X 40 X 100 X 100 X 100 X 30 X +USW00014922197508PGTM 1412 X 1424 X 2100 X 0400 X 1912 X 1230 X 1530 X 0712 X 1112 X 0942 X 1212 X 2300 X 0018 X 0924 X 1430 X 1718 X 1036 X 1242 X 1424 X 0448 X 0536 X 2218 X-9999 2048 X 1424 X 1130 X 1330 X 0230 X 1530 X 0006 X 1554 X +USW00014922197508PSUN 28 X 85 X 84 X 85 X 59 X 99 X 100 X 95 X 97 X 94 X 83 X 54 X 95 X 34 X 73 X 40 X 43 X 84 X 14 X 57 X 15 X 1 X 57 X 67 X 93 X 57 X 87 X 10 X 26 X 7 X 74 X +USW00014922197508TSUN 246 X 750 X 732 X 744 X 516 X 858 X 864 X 822 X 840 X 810 X 714 X 456 X 810 X 288 X 618 X 342 X 360 X 702 X 120 X 474 X 126 X 12 X 468 X 552 X 756 X 462 X 708 X 84 X 210 X 60 X 594 X +USW00014922197508WDFG 180W X 315W X 225W X 315W X 45W X 135W X 135W X 180W X 135W X 360W X 135W X 315W X 315W X 90W X 270W X 360W X 360W X 90W X 135W X 270W X 315W X 90W X-9999 360W X 270W X 225W X 135W X 315W X 90W X 90W X 180W X +USW00014922197508WDFM 270W X 315W X 225W X 270W X 45W X 135W X 135W X 225W X 135W X 45W X 135W X 180W X 315W X 135W X 270W X 45W X 270W X 90W X 135W X 315W X 315W X 180W X 180W X-9999 225W X 225W X 135W X 315W X 90W X 90W X 135W X +USW00014922197508WSFG 108 X 103 X 154 X 113 X 103 X 98 X 123 X 129 X 67 X 93 X 82 X 103 X 93 X 57 X 87 X 103 X 72 X 67 X 93 X 185 X 159 X 144 X-9999 170 X 129 X 93 X 93 X 123 X 87 X 51 X 77 X +USW00014922197508WSFM 85 X 80 X 125 X 72 X 80 X 67 X 94 X 103 X 49 X 58 X 67 X 76 X 76 X 36 X 40 X 85 X 49 X 45 X 72 X 107 X 116 X 67 X 89 X-9999 103 X 67 X 76 X 80 X 67 X 40 X 63 X +USW00014922197508WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922197508WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922197508WT03 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922197508WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197508WT16 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922197509TMAX 283 0 233 0 233 0 233 0 217 0 217 0 183 0 194 0 211 0 294 0 194 0 139 0 189 0 244 0 178 0 228 0 228 0 206 0 128 0 144 0 128 0 178 0 172 0 194 0 183 0 211 0 228 0 183 0 178 0 139 0-9999 +USW00014922197509TMIN 178 0 144 0 128 0 89 0 128 0 83 0 117 0 89 0 78 0 156 0 67 0 44 0 28 0 78 0 100 0 106 0 117 0 94 0 89 0 100 0 50 0 44 0 44 0 17 0 22 0 50 0 56 0 117 0 100 0 78 0-9999 +USW00014922197509PRCP 0 0 36 0 0 0 0 0 58 0 13 0 5 0 0 0 5 0 71 0 20 0 0 0 0 0 0 0 0T 0 0 0 5 0 25 0 10 0 64 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0-9999 +USW00014922197509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197509ACMH 30 X 70 X 10 X 60 X 60 X 50 X 50 X 20 X 60 X 80 X 60 X 40 X 10 X 10 X 60 X 30 X 90 X 70 X 70 X 100 X 80 X 60 X 30 X 10 X 0 X 0 X 40 X 90 X 70 X 80 X-9999 +USW00014922197509ACSH 60 X 70 X 10 X 70 X 70 X 40 X 50 X 30 X 70 X 70 X 80 X 70 X 20 X 10 X 90 X 50 X 90 X 90 X 90 X 100 X 90 X 70 X 60 X 20 X 0 X 0 X 30 X 100 X 80 X 90 X-9999 +USW00014922197509PGTM 1412 X 1336 X 1142 X 1030 X 1242 X 2254 X 1148 X 1600 X 1630 X 2212 X 1554 X 1636 X 1636 X 1548 X 1354 X 1524 X 1518 X 1548 X 0848 X 1942 X 0106 X 1224 X 1542 X 1406 X 1348 X 1406 X 1342 X 1318 X 1018 X 1842 X-9999 +USW00014922197509PSUN 52 X 55 X 93 X 49 X 46 X 38 X 36 X 37 X 56 X 55 X 80 X 65 X 96 X 98 X 20 X 88 X 51 X 41 X 16 X 0 X 5 X 89 X 59 X 96 X 100 X 100 X 88 X 16 X 30 X 34 X-9999 +USW00014922197509TSUN 414 X 438 X 732 X 384 X 366 X 294 X 282 X 288 X 432 X 426 X 612 X 498 X 732 X 744 X 156 X 660 X 384 X 306 X 120 X 0 X 42 X 648 X 432 X 696 X 726 X 720 X 630 X 120 X 216 X 240 X-9999 +USW00014922197509WDFG 45W X 135W X 270W X 225W X 315W X 360W X 270W X 45W X 180W X 360W X 315W X 270W X 270W X 225W X 180W X 180W X 135W X 225W X 225W X 315W X 315W X 315W X 360W X 360W X 180W X 225W X 180W X 90W X 180W X 315W X-9999 +USW00014922197509WDFM 360W X 135W X 270W X 225W X 315W X 360W X 270W X 45W X 180W X 360W X 315W X 270W X 225W X 225W X 225W X 225W X 180W X 225W X 225W X 315W X 315W X 270W X 360W X 45W X 135W X 135W X 180W X 90W X 90W X 315W X-9999 +USW00014922197509WSFG 93 X 139 X 108 X 67 X 144 X 103 X 118 X 77 X 129 X 123 X 134 X 93 X 82 X 134 X 87 X 82 X 108 X 164 X 164 X 108 X 98 X 82 X 123 X 62 X 51 X 72 X 113 X 72 X 46 X 129 X-9999 +USW00014922197509WSFM 63 X 103 X 80 X 58 X 89 X 80 X 98 X 45 X 98 X 98 X 107 X 72 X 63 X 103 X 58 X 54 X 76 X 107 X 134 X 80 X 76 X 63 X 94 X 40 X 27 X 40 X 72 X 63 X 36 X 98 X-9999 +USW00014922197509WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922197509WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197509WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197509WT08 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197509WT16-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922197510TMAX 117 0 178 0 239 0 294 0 217 0 233 0 283 0 256 0 156 0 106 0 183 0 306 0 267 0 239 0 94 0 133 0 172 0 167 0 189 0 217 0 161 0 161 0 139 0 111 0 122 0 150 0 156 0 94 0 117 0 178 0 211 0 +USW00014922197510TMIN 11 0 -11 0 89 0 78 0 94 0 44 0 133 0 133 0 72 0 61 0 17 0 117 0 133 0 94 0 17 0 -17 0 44 0 22 0 11 0 22 0 56 0 78 0 67 0 39 0 6 0 -11 0 56 0 -22 0 -39 0 22 0 94 0 +USW00014922197510PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197510ACMH 60 X 10 X 0 X 10 X 40 X 0 X 0 X 30 X 60 X 100 X 30 X 40 X 80 X 30 X 60 X 80 X 30 X 0 X 30 X 60 X 100 X 80 X 80 X 100 X 10 X 60 X 70 X 50 X 40 X 90 X 90 X +USW00014922197510ACSH 80 X 10 X 0 X 0 X 30 X 0 X 0 X 30 X 70 X 100 X 40 X 30 X 90 X 10 X 90 X 90 X 0 X 0 X 30 X 90 X 100 X 90 X 80 X 100 X 20 X 100 X 90 X 80 X 50 X 100 X 90 X +USW00014922197510PGTM 0036 X 1100 X 0018 X 2106 X 1354 X 1542 X 1112 X 1436 X 1618 X 0100 X 2324 X 0712 X 1830 X 2318 X 0442 X 1318 X 1324 X 1024 X 1400 X 1412 X 1042 X 1112 X 2324 X 1930 X 0042 X 1348 X 2336 X 0018 X 1236 X 1330 X 1106 X +USW00014922197510PSUN 57 X 100 X 100 X 100 X 86 X 100 X 100 X 85 X 39 X 7 X 99 X 92 X 71 X 90 X 22 X 73 X 96 X 100 X 96 X 73 X 4 X 15 X 29 X 0 X 94 X 61 X 15 X 68 X 71 X 68 X 63 X +USW00014922197510TSUN 402 X 702 X 696 X 696 X 594 X 684 X 684 X 582 X 270 X 42 X 666 X 618 X 474 X 594 X 144 X 480 X 630 X 654 X 624 X 474 X 30 X 96 X 186 X 0 X 588 X 384 X 90 X 426 X 438 X 420 X 384 X +USW00014922197510WDFG 315W X 225W X 225W X 180W X 315W X 135W X 180W X 135W X 270W X 315W X 135W X 135W X 90W X 270W X 315W X 180W X 45W X 180W X 180W X 270W X 270W X 90W X 315W X 225W X 270W X 180W X 315W X 315W X 180W X 180W X 225W X +USW00014922197510WDFM 315W X 225W X 225W X 180W X 315W X 135W X 180W X 180W X 270W X 270W X 135W X 180W X 90W X 270W X 270W X 90W X 45W X 135W X 225W X 270W X 270W X 135W X 45W X 270W X 270W X 180W X 315W X 360W X 135W X 180W X 225W X +USW00014922197510WSFG 118 X 118 X 108 X 149 X 154 X 77 X 139 X 144 X 144 X 87 X 82 X 113 X 67 X 144 X 139 X 57 X 57 X 57 X 77 X 103 X 82 X 134 X 108 X 175 X 175 X 180 X 98 X 98 X 62 X 175 X 123 X +USW00014922197510WSFM 80 X 98 X 80 X 116 X 107 X 49 X 107 X 112 X 116 X 67 X 63 X 85 X 54 X 98 X 94 X 40 X 31 X 40 X 63 X 72 X 63 X 89 X 54 X 134 X 130 X 152 X 76 X 72 X 45 X 148 X 103 X +USW00014922197510WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197510WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197510WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197510WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197510WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197511TMAX 150 0 206 0 222 0 233 0 211 0 200 0 167 0 128 0 94 0 100 0 78 0 28 0 22 0 78 0 150 0 167 0 117 0 178 0 156 0 44 0 -17 0 -17 0 -22 0 -72 0 -61 0 -61 0 -22 0 0 0 50 0 -22 0-9999 +USW00014922197511TMIN 6 0 56 0 28 0 17 0 50 0 117 0 72 0 6 0 17 0 11 0 17 0 -17 0 -50 0 -67 0 0 0 -11 0 11 0 61 0 44 0 -33 0 -72 0 -111 0 -83 0 -122 0 -139 0 -111 0 -111 0 -106 0 -22 0 -128 0-9999 +USW00014922197511PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 292 0 8 0 112 0 23 0 0T 0 0 0 0 0 0 0 0 0 0T 0 71 0 511 0 10 0 0 0 3 0 0T 0 0T 0 0 0 0 0 0T 0 109 0 81 0-9999 +USW00014922197511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 203 0 10 0 0 0 8 0 0T 0 0T 0 0 0 0 0 0T 0 64 0 76 0-9999 +USW00014922197511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 178 0 102 0 102 0 102 0 102 0 102 0 102 0 76 0 76 0 178 0-9999 +USW00014922197511ACMH 20 X 10 X 20 X 0 X 40 X 70 X 80 X 60 X 100 X 30 X 100 X 100 X 60 X 20 X 30 X 40 X 40 X 90 X 100 X 100 X 30 X 20 X 90 X 50 X 40 X 70 X 50 X 80 X 100 X 90 X-9999 +USW00014922197511ACSH 40 X 30 X 40 X 0 X 40 X 80 X 100 X 90 X 100 X 0 X 100 X 100 X 70 X 60 X 70 X 80 X 20 X 100 X 100 X 100 X 10 X 10 X 100 X 70 X 40 X 90 X 80 X 100 X 100 X 100 X-9999 +USW00014922197511PGTM 1224 X 0942 X 1424 X 1300 X 1212 X 1524 X 1836 X 1424 X 2300 X 0118 X 1842 X 0848 X 0036 X 1118 X 0018 X 1400 X 1324 X 2312 X 2354 X 0918 X 0048 X 1148 X 2312 X 0500 X 1842 X 1354 X 1812 X 2200 X 0418 X 0600 X-9999 +USW00014922197511PSUN 100 X 97 X 90 X 100 X 100 X 25 X 0 X 26 X 0 X 100 X 0 X 0 X 75 X 100 X 88 X 99 X 69 X 6 X 0 X 0 X 96 X 94 X 0 X 71 X 83 X 50 X 58 X 0 X 0 X 0 X-9999 +USW00014922197511TSUN 612 X 588 X 540 X 606 X 600 X 150 X 0 X 150 X 0 X 588 X 0 X 0 X 438 X 576 X 504 X 564 X 396 X 36 X 0 X 0 X 540 X 522 X 0 X 396 X 480 X 276 X 318 X 0 X 0 X 0 X-9999 +USW00014922197511WDFG 270W X 225W X 315W X 225W X 225W X 225W X 315W X 180W X 360W X 315W X 225W X 360W X 360W X 135W X 225W X 180W X 135W X 180W X 45W X 45W X 360W X 180W X 360W X 360W X 360W X 90W X 90W X 90W X 90W X 315W X-9999 +USW00014922197511WDFM 270W X 225W X 315W X 225W X 225W X 180W X 315W X 225W X 360W X 315W X 225W X 315W X 360W X 225W X 225W X 180W X 135W X 180W X 45W X 360W X 360W X 225W X 360W X 360W X 45W X 45W X 90W X 135W X 90W X 315W X-9999 +USW00014922197511WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 X 76 X 178 X 178 X 178 X 178 X 178 X 178 X 152 X-9999 203 X-9999 +USW00014922197511WSFG 72 X 77 X 103 X 87 X 87 X 118 X 77 X 46 X 185 X 190 X 139 X 185 X 129 X 118 X 51 X 82 X 51 X 103 X 144 X 206 X 185 X 46 X 108 X 118 X 77 X 87 X 41 X 129 X 129 X 154 X-9999 +USW00014922197511WSFM 54 X 67 X 67 X 76 X 67 X 94 X 63 X 36 X 156 X 152 X 103 X 143 X 94 X 80 X 40 X 63 X 40 X 76 X 94 X 152 X 148 X 31 X 76 X 85 X 45 X 58 X 22 X 89 X 98 X 107 X-9999 +USW00014922197511WT01-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922197511WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922197511WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197511WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922197511WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 +USW00014922197511WT08-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197511WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922197511WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922197511WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00014922197512TMAX -67 0 -72 0 -6 0 72 0 72 0 -44 0 6 0 6 0 -11 0 28 0 -11 0 6 0 33 0 17 0 -83 0 -83 0 -161 0 -78 0 11 0 -33 0 -44 0 -28 0 -50 0 -33 0 -33 0 -39 0 -44 0 -6 0 11 0 -6 0 6 0 +USW00014922197512TMIN -194 0 -178 0 -83 0 -17 0 -83 0 -139 0 -56 0 -78 0 -106 0 -11 0 -61 0 -72 0 6 0 -178 0 -211 0 -189 0 -217 0 -250 0 -78 0 -144 0 -167 0 -78 0 -72 0 -56 0 -50 0 -67 0 -78 0 -50 0 -11 0 -17 0 -33 0 +USW00014922197512PRCP 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 122 0 51 0 0 0 0 0 0 0 0T 0 15 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 +USW00014922197512SNOW 46 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 66 0 0 0 0 0 0 0 0T 0 28 0 3 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 +USW00014922197512SNWD 152 0 127 0 127 0 127 0 102 0 51 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 51 0 51 0 51 0 51 0 51 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 51 0 51 0 +USW00014922197512ACMH 70 X 70 X 100 X 60 X 50 X 40 X 90 X 40 X 70 X 100 X 100 X 80 X 100 X 80 X 50 X 20 X 0 X 70 X 100 X 50 X 20 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X +USW00014922197512ACSH 90 X 90 X 100 X 70 X 90 X 40 X 100 X 30 X 90 X 100 X 100 X 90 X 100 X 100 X 80 X 10 X 0 X 90 X 100 X 60 X 40 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X +USW00014922197512PGTM 1336 X 2348 X 1112 X 2324 X 1336 X 0006 X 0254 X 1424 X 1936 X 1500 X 0254 X 2154 X 0030 X 0600 X 0412 X 1248 X 0324 X 2024 X 2248 X 0318 X 2218 X 1848 X 2230 X 0242 X 2012 X 0154 X 0554 X 2318 X 0142 X 0048 X 1630 X +USW00014922197512PSUN 0 X 47 X 0 X 67 X 12 X 83 X 52 X 64 X 25 X 0 X 0 X 33 X 0 X 2 X 50 X 100 X 100 X 36 X 2 X 64 X 100 X 0 X 0 X 0 X 0 X 1 X 0 X 0 X 0 X 0 X 0 X +USW00014922197512TSUN 0 X 252 X 0 X 360 X 66 X 444 X 282 X 342 X 132 X 0 X 0 X 180 X 0 X 12 X 264 X 528 X 528 X 192 X 12 X 336 X 528 X 0 X 0 X 0 X 0 X 6 X 0 X 0 X 0 X 0 X 0 X +USW00014922197512WDFG 360W X 45W X 135W X 225W X 360W X 315W X 180W X 360W X 180W X 360W X 360W X 135W X 135W X 360W X 360W X 315W X 315W X 225W X 360W X 360W X 180W X 360W X 180W X 225W X 225W X 90W X 180W X 180W X 180W X 225W X 90W X +USW00014922197512WDFM 45W X 360W X 135W X 225W X 360W X 315W X 180W X 360W X 225W X 360W X 45W X 135W X 135W X 360W X 225W X 315W X 360W X 225W X 360W X 360W X 225W X 360W X 180W X 225W X 315W X 45W X 180W X 180W X 180W X 225W X 45W X +USW00014922197512WESD 127 X 152 X 152 X 152 X 152 X 76 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 533 X 51 X 51 X 51 X 51 X 102 X 102 X 102 X 102 X 102 X 102 X 76 X 102 X 102 X 102 X 102 X 102 X +USW00014922197512WSFG 77 X 62 X 113 X 103 X 164 X 113 X 67 X 67 X 87 X 113 X 82 X 134 X 103 X 139 X 57 X 113 X 103 X 87 X 144 X 134 X 118 X 98 X 113 X 108 X 62 X 72 X 62 X 82 X 87 X 87 X 98 X +USW00014922197512WSFM 58 X 40 X 94 X 76 X 121 X 76 X 58 X 36 X 49 X 80 X 63 X 107 X 72 X 112 X 45 X 94 X 67 X 63 X 103 X 112 X 63 X 58 X 76 X 85 X 45 X 54 X 49 X 58 X 72 X 67 X 76 X +USW00014922197512WT01-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922197512WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197512WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197512WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 X 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197512WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197512WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197512WT18 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922197601TMAX 6 0 11 0 -156 0 -178 0 6 0 0 0 -211 0 -206 0 -133 0 -89 0 -72 0 17 0 -67 0 -83 0 -78 0 -106 0 -111 0 -6 0 6 0 -33 0 -33 0 -72 0 -28 0 -6 0 -44 0 -117 0 -67 0 50 0 17 0 -28 0 33 0 +USW00014922197601TMIN -33 0 -161 0 -217 0 -261 0 -200 0 -211 0 -278 0 -267 0 -244 0 -161 0 -139 0 -106 0 -139 0 -172 0 -150 0 -228 0 -256 0 -178 0 -178 0 -239 0 -89 0 -122 0 -94 0 -78 0 -117 0 -194 0 -250 0 -89 0 -161 0 -133 0 -117 0 +USW00014922197601PRCP 38 0 41 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 58 0 3 0 0 0 0T 0 0T 0 20 0 0 0 0T 0 0 0 5 0 41 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 13 0 0T 0 0T 0 +USW00014922197601SNOW 46 0 58 0 3 0 0 0 0 0 8 0 0 0 0 0 0 0 102 0 5 0 0 0 0T 0 0T 0 43 0 0 0 0T 0 0 0 15 0 30 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 15 0 0T 0 0T 0 +USW00014922197601SNWD 51 0 152 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 279 0 254 0 203 0 203 0 203 0 229 0 229 0 229 0 229 0 229 0 254 0 254 0 254 0 254 0 254 0 229 0 229 0 229 0 178 0 178 0 178 0 +USW00014922197601ACMH 100 X 80 X 90 X 10 X 60 X 70 X 0 X 0 X 20 X 100 X 80 X 70 X 60 X 30 X 100 X 0 X 40 X 80 X 70 X 70 X 70 X 90 X 100 X 60 X 80 X 20 X 10 X 40 X 70 X 60 X 90 X +USW00014922197601ACSH 100 X 90 X 100 X 10 X 60 X 100 X 0 X 0 X 30 X 100 X 100 X 70 X 80 X 50 X 100 X 0 X 50 X 100 X 100 X 90 X 90 X 100 X 100 X 70 X 100 X 20 X 0 X 60 X 90 X 90 X 100 X +USW00014922197601PGTM 1648 X 1448 X 0800 X 0036 X 2142 X 1812 X 0006 X 1348 X 2348 X 0812 X 1530 X 1436 X 1454 X 1324 X 1736 X 1106 X 1348 X 1500 X 1812 X 1824 X 1636 X 2306 X 0100 X 1242 X 2230 X 0042 X 2212 X 1454 X 2300 X 0136 X 2354 X +USW00014922197601PSUN 0 X 17 X 13 X 88 X 60 X 0 X 100 X 100 X 94 X 0 X 8 X 47 X 32 X 56 X 0 X 100 X 82 X 58 X 0 X 23 X 0 X 14 X 14 X 43 X 0 X 83 X 98 X 68 X 24 X 36 X 10 X +USW00014922197601TSUN 0 X 90 X 72 X 474 X 318 X 0 X 540 X 540 X 504 X 0 X 48 X 258 X 174 X 306 X 0 X 552 X 450 X 324 X 6 X 126 X 0 X 78 X 84 X 240 X 0 X 474 X 564 X 390 X 138 X 210 X 60 X +USW00014922197601WDFG 90W X 315W X 315W X 315W X 180W X 360W X 360W X 270W X 135W X 135W X 225W X 270W X 315W X 270W X 360W X 360W X 135W X 180W X 315W X 225W X 315W X 135W X 90W X 270W X 315W X 315W X 180W X 315W X 360W X 315W X 315W X +USW00014922197601WDFM 90W X 315W X 315W X 315W X 225W X 360W X 360W X 270W X 135W X 90W X 225W X 270W X 315W X 270W X 360W X 315W X 135W X 180W X 315W X 360W X 315W X 90W X 135W X 270W X 315W X 315W X 180W X 315W X 360W X 360W X 315W X +USW00014922197601WESD 102 X 483 X 483 X 483 X 483 X 483 X 483 X 483 X 483 X 533 X 559 X 559 X 483 X 483 X 533 X 508 X 508 X 508 X 508 X 508 X 559 X 559 X 559 X 559 X 559 X 559 X 559 X 559 X 559 X 559 X 508 X +USW00014922197601WSFG 144 X 154 X 129 X 82 X 123 X 144 X 123 X 98 X 72 X 93 X 72 X 93 X 98 X 67 X 129 X 93 X 51 X 164 X 129 X 103 X 129 X 93 X 82 X 134 X 108 X 103 X 123 X 195 X 164 X 144 X 144 X +USW00014922197601WSFM 112 X 116 X 107 X 63 X 76 X 121 X 89 X 76 X 45 X 76 X 58 X 72 X 76 X 49 X 80 X 58 X 36 X 103 X 107 X 72 X 103 X 76 X 63 X 107 X 85 X 76 X 76 X 165 X 139 X 116 X 103 X +USW00014922197601WT01-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197601WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197601WT06 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922197601WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922197601WT09-9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197601WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00014922197601WT18 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00014922197602TMAX 28 0 -89 0 -61 0 -167 0 -117 0 -83 0 33 0 28 0 78 0 44 0 11 0 67 0 6 0 44 0 50 0 33 0 39 0 22 0 28 0 39 0 -6 0 0 0 117 0 133 0 144 0 133 0 94 0 44 0 44 0-9999 -9999 +USW00014922197602TMIN -217 0 -217 0 -167 0 -239 0 -178 0 -217 0 -144 0 -78 0 -22 0 0 0 -117 0 -6 0 -83 0 -56 0 22 0 11 0 11 0 -6 0 -11 0 -22 0 -61 0 -67 0 -61 0 -6 0 -11 0 -28 0 -6 0 -39 0 -100 0-9999 -9999 +USW00014922197602PRCP 0T 0 0 0 46 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 43 0 30 0 0 0 0T 0 25 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00014922197602SNOW 0T 0 0 0 86 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 30 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00014922197602SNWD 178 0 178 0 178 0 254 0 254 0 254 0 254 0 229 0 178 0 127 0 152 0 127 0 76 0 76 0 25 0 25 0 25 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0-9999 -9999 +USW00014922197602ACMH 20 X 60 X 80 X 60 X 80 X 0 X 50 X 40 X 70 X 80 X 60 X 90 X 60 X 80 X 100 X 100 X 100 X 100 X 90 X 100 X 70 X 60 X 30 X 40 X 40 X 50 X 60 X 100 X 100 X-9999 -9999 +USW00014922197602ACSH 0 X 50 X 90 X 80 X 80 X 0 X 70 X 30 X 90 X 80 X 80 X 90 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 70 X 40 X 10 X 50 X 50 X 80 X 100 X 100 X-9999 -9999 +USW00014922197602PGTM 0624 X 2206 X 2254 X 0000 X 1624 X 1406 X 1518 X 0030 X 0412 X 2354 X 0000 X 2124 X 0124 X 1136 X 1624 X 2236 X 1042 X 0936 X 1842 X 1830 X 0306 X 1424 X 1024 X 0624 X 1330 X 1012 X 2148 X 0006 X 0536 X-9999 -9999 +USW00014922197602PSUN 95 X 86 X 11 X 47 X 32 X 100 X 78 X 93 X 60 X 30 X 82 X 59 X 73 X 70 X 4 X 11 X 0 X 28 X 7 X 30 X 82 X 75 X 96 X 96 X 91 X 92 X 86 X 55 X 66 X-9999 -9999 +USW00014922197602TSUN 558 X 510 X 66 X 282 X 192 X 600 X 474 X 564 X 366 X 180 X 510 X 366 X 456 X 432 X 24 X 66 X 0 X 180 X 48 X 192 X 528 X 486 X 624 X 624 X 600 X 606 X 570 X 372 X 444 X-9999 -9999 +USW00014922197602WDFG 360W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 180W X 270W X 315W X 315W X 315W X 180W X 225W X 180W X 180W X 315W X 270W X 360W X 360W X 360W X 225W X 135W X 360W X 225W X 315W X 315W X 315W X-9999 -9999 +USW00014922197602WDFM 360W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 180W X 315W X 315W X 315W X 360W X 180W X 270W X 90W X 225W X 315W X 270W X 360W X 360W X 360W X 225W X 180W X 360W X 315W X 315W X 315W X 315W X-9999 -9999 +USW00014922197602WESD 508 X 508 X 610 X 559 X 559 X 559 X 559 X 559 X 559 X 483 X 483 X 330 X 254 X 254 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197602WSFG 185 X 77 X 129 X 118 X 72 X 87 X 164 X 123 X 77 X 129 X 149 X 149 X 118 X 139 X 123 X 62 X 118 X 87 X 93 X 87 X 123 X 98 X 103 X 46 X 98 X 93 X 149 X 118 X 134 X-9999 -9999 +USW00014922197602WSFM 161 X 58 X 94 X 94 X 49 X 76 X 116 X 72 X 63 X 89 X 103 X 116 X 80 X 116 X 80 X 40 X 89 X 67 X 76 X 63 X 89 X 67 X 80 X 36 X 63 X 67 X 107 X 98 X 107 X-9999 -9999 +USW00014922197602WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197602WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197602WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197602WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197602WT18 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197603TMAX -39 0 -33 0 -33 0 -56 0 -56 0 -6 0 -28 0 -11 0 28 0 6 0 50 0 39 0 6 0 6 0 28 0 -39 0 33 0 150 0 183 0 128 0 -11 0 89 0 183 0 122 0 178 0 117 0 83 0 167 0 100 0 72 0 117 0 +USW00014922197603TMIN -61 0 -56 0 -122 0 -122 0 -183 0 -194 0 -100 0 -128 0 -22 0 -89 0 -94 0 -72 0 -122 0 -56 0 -89 0 -89 0 -78 0 11 0 22 0 -67 0 -83 0 -83 0 11 0 -11 0 -28 0 33 0 11 0 6 0 50 0 22 0 6 0 +USW00014922197603PRCP 36 0 3 0 0T 0 107 0 137 0 0 0 5 0 0 0 5 0 0T 0 25 0 109 0 0 0 0T 0 3 0 0 0 0 0 0 0 8 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 79 0 0 0 18 0 124 0 61 0 0 0 +USW00014922197603SNOW 69 0 0T 0 0T 0 79 0 132 0 0 0 8 0 0 0 8 0 3 0 0 0 33 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 +USW00014922197603SNWD 25 0 51 0 51 0 51 0 254 0 254 0 254 0 229 0 178 0 178 0 152 0 51 0 76 0 51 0 51 0 51 0 51 0 25 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197603ACMH 100 X 100 X 70 X 100 X 30 X 50 X 50 X 80 X 100 X 40 X 90 X 80 X 50 X 70 X 50 X 30 X 100 X 50 X 60 X 90 X 20 X 20 X 60 X 60 X 90 X 100 X 90 X 80 X 100 X 100 X 20 X +USW00014922197603ACSH 100 X 100 X 70 X 100 X 20 X 40 X 30 X 100 X 100 X 30 X 100 X 100 X 70 X 40 X 40 X 30 X 90 X 70 X 80 X 90 X 0 X 30 X 80 X 70 X 100 X 100 X 90 X 80 X 100 X 100 X 10 X +USW00014922197603PGTM 2300 X 0106 X 1236 X 2000 X 0700 X 1254 X 1042 X 1548 X 2242 X 1124 X 1618 X 1524 X 1554 X 1506 X 1736 X 0754 X 1600 X 0100 X 1530 X 1730 X 0006 X 1454 X 1348 X 1524 X 1442 X 1524 X 0212 X 1024 X 0012 X 1306 X 1406 X +USW00014922197603PSUN 17 X 0 X 51 X 0 X 89 X 74 X 96 X 10 X 0 X 92 X 38 X 0 X 67 X 78 X 77 X 100 X 27 X 57 X 74 X 23 X 98 X 91 X 72 X 51 X 43 X 25 X 40 X 45 X 0 X 0 X 97 X +USW00014922197603TSUN 114 X 0 X 348 X 0 X 612 X 510 X 660 X 72 X 0 X 642 X 264 X 0 X 474 X 552 X 552 X 714 X 198 X 414 X 540 X 168 X 720 X 666 X 534 X 378 X 318 X 186 X 300 X 336 X 0 X 0 X 744 X +USW00014922197603WDFG 90W X 90W X 270W X 45W X 315W X 315W X 315W X 180W X 270W X 360W X 135W X 360W X 225W X 315W X 315W X 315W X 180W X 225W X 135W X 270W X 315W X 225W X 225W X 270W X 180W X 315W X 315W X 135W X 180W X 360W X 315W X +USW00014922197603WDFM 90W X 90W X 270W X 45W X 315W X 315W X 315W X 180W X 270W X 360W X 135W X 360W X 225W X 315W X 315W X 315W X 180W X 180W X 135W X 270W X 315W X 225W X 225W X 270W X 180W X 315W X 315W X 135W X 180W X 315W X 315W X +USW00014922197603WESD-9999 76 X 76 X 76 X 330 X 330 X 330 X 305 X 305 X 305 X 305 X 356 X 356 X 330 X 330 X 330 X 330 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197603WSFG 149 X 134 X 98 X 144 X 154 X 211 X 123 X 82 X 57 X 98 X 129 X 216 X 175 X 139 X 134 X 129 X 113 X 62 X 134 X 190 X 139 X 134 X 206 X 170 X 164 X 144 X 118 X 170 X 144 X 195 X 144 X +USW00014922197603WSFM 112 X 112 X 76 X 94 X 121 X 156 X 89 X 63 X 40 X 67 X 103 X 165 X 134 X 85 X 98 X 94 X 89 X 36 X 98 X 152 X 107 X 98 X 152 X 143 X 116 X 116 X 85 X 121 X 103 X 143 X 103 X +USW00014922197603WT01-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 +USW00014922197603WT03-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197603WT06 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197603WT08-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197603WT09-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197603WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 +USW00014922197603WT18 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922197604TMAX 144 0 211 0 111 0 128 0 206 0 194 0 167 0 167 0 200 0 172 0 111 0 156 0 256 0 283 0 278 0 272 0 206 0 167 0 189 0 189 0 178 0 144 0 128 0 83 0 144 0 167 0 139 0 167 0 194 0 172 0-9999 +USW00014922197604TMIN -33 0 11 0 6 0 -33 0 28 0 6 0 50 0 11 0 22 0 33 0 -6 0 -11 0 67 0 139 0 100 0 183 0 161 0 50 0 22 0 67 0 67 0 44 0 56 0 61 0 22 0 -6 0 22 0 28 0 50 0 61 0-9999 +USW00014922197604PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 25 0 3 0 0T 0 5 0 38 0 0 0 0 0 0 0 0T 0 119 0 8 0 0 0 0 0 0 0 0 0 0T 0 3 0-9999 +USW00014922197604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197604ACMH 0 X 20 X 60 X 0 X 10 X 10 X 40 X 0 X 60 X 80 X 0 X 10 X 90 X 90 X 80 X 60 X 80 X 90 X 40 X 80 X 80 X 70 X 80 X 100 X 50 X 30 X 10 X 20 X 90 X 60 X-9999 +USW00014922197604ACSH 0 X 30 X 100 X 0 X 10 X 0 X 60 X 0 X 60 X 90 X 0 X 0 X 90 X 90 X 80 X 70 X 100 X 100 X 60 X 100 X 90 X 90 X 100 X 100 X 60 X 40 X 20 X 40 X 90 X 70 X-9999 +USW00014922197604PGTM 1042 X 1354 X 1436 X 1612 X 1506 X 1448 X 2018 X 1506 X 1418 X 2136 X 0830 X 1236 X 1500 X 1430 X 1630 X 1254 X 1006 X 2030 X 1300 X 1048 X 1254 X 1230 X 1918 X 1412 X 1048 X 1448 X 1818 X 1130 X 1806 X 1442 X-9999 +USW00014922197604PSUN 100 X 100 X 0 X 100 X 98 X 91 X 99 X 100 X 80 X 17 X 100 X 98 X 49 X 43 X 45 X 54 X 6 X 10 X 86 X 74 X 41 X 51 X 8 X 0 X 87 X 92 X 100 X 100 X 57 X 67 X-9999 +USW00014922197604TSUN 768 X 768 X 0 X 774 X 768 X 708 X 780 X 786 X 636 X 132 X 798 X 792 X 390 X 348 X 366 X 438 X 48 X 90 X 708 X 606 X 342 X 420 X 66 X 0 X 732 X 780 X 846 X 846 X 480 X 570 X-9999 +USW00014922197604WDFG 360W X 135W X 45W X 225W X 315W X 360W X 90W X 270W X 180W X 45W X 90W X 180W X 180W X 225W X 180W X 135W X 180W X 270W X 225W X 180W X 360W X 270W X 90W X 45W X 360W X 360W X 45W X 45W X 270W X 315W X-9999 +USW00014922197604WDFM 315W X 135W X 45W X 225W X 315W X 360W X 90W X 90W X 180W X 45W X 45W X 180W X 180W X 225W X 180W X 180W X 180W X 225W X 225W X 225W X 45W X 315W X 90W X 45W X 360W X 360W X 45W X 90W X 225W X 315W X-9999 +USW00014922197604WSFG 72 X 113 X 144 X 77 X 103 X 67 X 93 X 72 X 123 X 170 X 118 X 103 X 123 X 170 X 134 X 216 X 175 X 134 X 82 X 82 X 118 X 103 X 144 X 164 X 139 X 87 X 82 X 72 X 98 X 144 X-9999 +USW00014922197604WSFM 36 X 80 X 112 X 45 X 76 X 31 X 72 X 27 X 85 X 121 X 85 X 80 X 89 X 134 X 103 X 156 X 143 X 103 X 54 X 63 X 85 X 67 X 107 X 112 X 98 X 58 X 49 X 36 X 67 X 107 X-9999 +USW00014922197604WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197604WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197604WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197604WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197604WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922197605TMAX 139 0 61 0 128 0 233 0 178 0 139 0 156 0 256 0 289 0 222 0 200 0 233 0 172 0 256 0 261 0 200 0 211 0 239 0 294 0 278 0 222 0 222 0 222 0 233 0 244 0 267 0 278 0 200 0 189 0 244 0 228 0 +USW00014922197605TMIN 56 0 17 0 11 0 6 0 50 0 0 0 11 0 28 0 89 0 122 0 61 0 89 0 89 0 61 0 83 0 122 0 89 0 44 0 106 0 117 0 128 0 128 0 94 0 89 0 67 0 117 0 106 0 150 0 139 0 144 0 144 0 +USW00014922197605PRCP 0 0 20 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 25 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 165 0 5 0 0 0 0 0 0 0 +USW00014922197605SNOW 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197605ACMH 70 X 100 X 20 X 40 X 60 X 20 X 0 X 30 X 30 X 50 X 30 X 80 X 70 X 10 X 70 X 90 X 20 X 10 X 40 X 50 X 60 X 80 X 50 X 0 X 0 X 40 X 80 X 90 X 100 X 90 X 60 X +USW00014922197605ACSH 70 X 100 X 10 X 40 X 70 X 20 X 0 X 50 X 40 X 70 X 40 X 80 X 90 X 10 X 70 X 100 X 20 X 10 X 60 X 60 X 70 X 80 X 70 X 0 X 0 X 40 X 70 X 100 X 100 X 90 X 80 X +USW00014922197605PGTM 1824 X 1100 X 1442 X 1336 X 1106 X 1536 X 0918 X 1248 X 1324 X 1018 X 2336 X 1324 X 1318 X 1530 X 2354 X 0000 X 1406 X 1354 X 1012 X 0930 X 0130 X 1212 X 1236 X 1624 X 1654 X 1506 X 1612 X 1436 X 1312 X 1654 X 0742 X +USW00014922197605PSUN 86 X 17 X 100 X 97 X 62 X 100 X 100 X 100 X 100 X 100 X 100 X 53 X 35 X 96 X 70 X 30 X 98 X 99 X 80 X 99 X 73 X 64 X 95 X 100 X 98 X 83 X 60 X 24 X 11 X 50 X 33 X +USW00014922197605TSUN 738 X 150 X 858 X 834 X 540 X 870 X 870 X 876 X 876 X 876 X 876 X 468 X 312 X 852 X 630 X 270 X 876 X 888 X 720 X 894 X 660 X 582 X 858 X 906 X 888 X 762 X 552 X 222 X 96 X 456 X 306 X +USW00014922197605WDFG 315W X 315W X 315W X 225W X 360W X 315W X 360W X 225W X 225W X 315W X 90W X 180W X 135W X 180W X 360W X 360W X 45W X 225W X 180W X 45W X 45W X 135W X 45W X 45W X 90W X 225W X 315W X 135W X 45W X 360W X 45W X +USW00014922197605WDFM 315W X 315W X 315W X 225W X 360W X 315W X 45W X 270W X 225W X 315W X 135W X 180W X 135W X 225W X 360W X 360W X 360W X 225W X 180W X 360W X 45W X 90W X 45W X 45W X 90W X 225W X 315W X 135W X 45W X 45W X 360W X +USW00014922197605WSFG 134 X 159 X 123 X 195 X 149 X 139 X 82 X 129 X 134 X 164 X 82 X 118 X 67 X 98 X 154 X 164 X 149 X 98 X 123 X 108 X 113 X 82 X 108 X 103 X 82 X 98 X 170 X 108 X 87 X 108 X 62 X +USW00014922197605WSFM 103 X 107 X 85 X 134 X 116 X 76 X 49 X 94 X 98 X 103 X 40 X 85 X 49 X 49 X 103 X 121 X 94 X 49 X 94 X 76 X 76 X 67 X 76 X 63 X 54 X 67 X 143 X 89 X 67 X 58 X 49 X +USW00014922197605WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922197605WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922197605WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922197605WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197605WT18-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197606TMAX 272 0 283 0 289 0 289 0 306 0 322 0 328 0 339 0 350 0 311 0 333 0 339 0 350 0 328 0 211 0 239 0 311 0 206 0 244 0 306 0 317 0 306 0 283 0 200 0 278 0 267 0 261 0 267 0 222 0 267 0-9999 +USW00014922197606TMIN 144 0 144 0 144 0 139 0 133 0 150 0 211 0 211 0 206 0 194 0 217 0 200 0 161 0 156 0 128 0 111 0 156 0 111 0 83 0 117 0 167 0 150 0 167 0 150 0 139 0 172 0 117 0 150 0 150 0 133 0-9999 +USW00014922197606PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 58 0 0 0 0T 0 0 0 33 0 56 0 3 0 368 0 137 0 0T 0 0 0 0 0 0 0 0 0 46 0 0 0 86 0 0 0 41 0 86 0 0 0-9999 +USW00014922197606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197606ACMH 20 X 10 X 10 X 0 X 0 X 10 X 60 X 70 X 80 X 70 X 70 X 80 X 30 X 70 X 70 X 70 X 100 X 60 X 40 X 0 X 10 X 0 X 20 X 80 X 20 X 80 X 20 X 40 X 60 X 10 X-9999 +USW00014922197606ACSH 20 X 10 X 10 X 0 X 0 X 0 X 60 X 70 X 90 X 60 X 80 X 90 X 20 X 70 X 70 X 60 X 100 X 60 X 30 X 0 X 10 X 0 X 20 X 100 X 20 X 90 X 10 X 30 X 70 X 20 X-9999 +USW00014922197606PGTM 1418 X 1536 X 1400 X 1312 X 1300 X 1406 X 1230 X 1518 X 2306 X 0230 X 1448 X 1618 X 1842 X 2212 X 1836 X 0154 X 1406 X 1118 X 1324 X 1536 X 1030 X 1318 X 1100 X 2042 X 1236 X 1800 X 1700 X 2106 X 1248 X 1112 X-9999 +USW00014922197606PSUN 77 X 95 X 96 X 100 X 100 X 99 X 87 X 89 X 85 X 88 X 71 X 56 X 92 X 82 X 51 X 81 X 62 X 84 X 96 X 100 X 100 X 100 X 91 X 1 X 98 X 57 X 99 X 92 X 62 X 100 X-9999 +USW00014922197606TSUN 714 X 882 X 894 X 924 X 930 X 918 X 804 X 828 X 780 X 822 X 666 X 522 X 858 X 768 X 474 X 762 X 582 X 786 X 906 X 936 X 936 X 936 X 858 X 12 X 918 X 534 X 924 X 864 X 582 X 930 X-9999 +USW00014922197606WDFG 90W X 90W X 135W X 135W X 135W X 225W X 225W X 225W X 315W X 135W X 180W X 135W X 180W X 225W X 315W X 315W X 225W X 360W X 270W X 180W X 225W X 225W X 135W X 315W X 225W X 225W X 180W X 315W X 360W X 360W X-9999 +USW00014922197606WDFM 90W X 135W X 135W X 135W X 135W X 225W X 225W X 225W X 315W X 90W X 135W X 180W X 180W X 225W X 315W X 315W X 225W X 360W X 315W X 225W X 225W X 180W X 135W X 315W X 225W X 180W X 180W X 315W X 360W X 360W X-9999 +USW00014922197606WSFG 98 X 67 X 108 X 103 X 98 X 87 X 108 X 118 X 195 X 118 X 93 X 180 X 185 X 149 X 149 X 118 X 185 X 129 X 129 X 123 X 118 X 87 X 113 X 159 X 123 X 185 X 82 X 190 X 154 X 98 X-9999 +USW00014922197606WSFM 76 X 45 X 76 X 76 X 63 X 63 X 80 X 94 X 139 X 76 X 67 X 130 X 134 X 116 X 116 X 94 X 130 X 103 X 98 X 76 X 98 X 67 X 89 X 112 X 89 X 152 X 54 X 130 X 98 X 72 X-9999 +USW00014922197606WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197606WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 +USW00014922197606WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 +USW00014922197606WT08 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197606WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 +USW00014922197607TMAX 272 0 272 0 306 0 311 0 317 0 317 0 311 0 322 0 372 0 372 0 339 0 272 0 378 0 333 0 294 0 250 0 289 0 333 0 311 0 322 0 300 0 322 0 311 0 311 0 350 0 317 0 322 0 300 0 289 0 311 0 250 0 +USW00014922197607TMIN 117 0 122 0 144 0 156 0 150 0 178 0 183 0 161 0 228 0 250 0 194 0 150 0 206 0 222 0 183 0 128 0 111 0 156 0 211 0 228 0 194 0 172 0 194 0 150 0 194 0 211 0 189 0 206 0 172 0 189 0 156 0 +USW00014922197607PRCP 8 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 20 0 0 0 0 0 0 0 114 0 0T 0 0 0 0T 0 193 0 0 0 0T 0 109 0 97 0 0 0 79 0 3 0 0 0 +USW00014922197607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197607ACMH 40 X 0 X 30 X 10 X 20 X 70 X 50 X 60 X 40 X 70 X 20 X 50 X 60 X 40 X 80 X 20 X 10 X 50 X 90 X 70 X 40 X 30 X 30 X 10 X 40 X 50 X 50 X 70 X 60 X 70 X 30 X +USW00014922197607ACSH 50 X 0 X 40 X 10 X 20 X 80 X 60 X 70 X 50 X 80 X 30 X 60 X 60 X 40 X 70 X 30 X 10 X 40 X 90 X 80 X 50 X 20 X 20 X 10 X 30 X 50 X 50 X 70 X 60 X 90 X 50 X +USW00014922197607PGTM 1842 X 1336 X 1142 X 1312 X 1530 X 1800 X 1412 X 1636 X 1230 X 1336 X 1400 X 2112 X 1430 X 1400 X 1530 X 1012 X 1436 X 1354 X 1518 X 1636 X 1642 X 1324 X 0536 X 1412 X 1730 X 1600 X 1948 X 1812 X 2354 X 0000 X 1148 X +USW00014922197607PSUN 76 X 100 X 94 X 100 X 98 X 81 X 85 X 92 X 92 X 82 X 99 X 96 X 86 X 82 X 69 X 99 X 100 X 90 X 49 X 84 X 95 X 96 X 84 X 95 X 89 X 87 X 84 X 90 X 64 X 74 X 91 X +USW00014922197607TSUN 708 X 936 X 876 X 924 X 912 X 756 X 792 X 858 X 858 X 762 X 918 X 882 X 792 X 750 X 636 X 912 X 912 X 822 X 444 X 762 X 864 X 864 X 756 X 858 X 798 X 786 X 756 X 798 X 570 X 660 X 804 X +USW00014922197607WDFG 45W X 90W X 45W X 360W X 270W X 225W X 360W X 180W X 225W X 225W X 315W X 90W X 225W X 270W X 315W X 315W X 270W X 225W X 180W X 360W X 135W X 135W X 315W X 360W X 225W X 270W X 225W X 45W X 135W X 135W X 360W X +USW00014922197607WDFM 90W X 90W X 45W X 45W X 225W X 225W X 315W X 135W X 225W X 225W X 315W X 135W X 225W X 270W X 315W X 315W X 270W X 225W X 225W X 360W X 135W X 225W X 315W X 315W X 225W X 270W X 225W X 360W X 135W X 180W X 360W X +USW00014922197607WSFG 82 X 87 X 87 X 62 X 67 X 118 X 82 X 93 X 98 X 98 X 118 X 93 X 154 X 103 X 154 X 113 X 82 X 113 X 144 X 103 X 77 X 87 X 139 X 72 X 139 X 87 X 108 X 103 X 123 X 123 X 98 X +USW00014922197607WSFM 72 X 63 X 54 X 31 X 36 X 94 X 58 X 76 X 72 X 72 X 76 X 67 X 116 X 76 X 130 X 80 X 58 X 76 X 103 X 63 X 63 X 67 X 98 X 36 X 116 X 49 X 76 X 67 X 103 X 89 X 67 X +USW00014922197607WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922197607WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197607WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922197607WT08-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197607WT16 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00014922197608TMAX 278 0 283 0 300 0 322 0 244 0 256 0 267 0 283 0 306 0 333 0 294 0 300 0 278 0 250 0 250 0 244 0 300 0 367 0 361 0 333 0 361 0 356 0 317 0 328 0 317 0 339 0 272 0 228 0 244 0 306 0 272 0 +USW00014922197608TMIN 122 0 128 0 150 0 194 0 167 0 128 0 117 0 139 0 156 0 194 0 167 0 183 0 161 0 128 0 111 0 106 0 172 0 211 0 228 0 200 0 194 0 211 0 200 0 206 0 178 0 200 0 167 0 133 0 89 0 139 0 150 0 +USW00014922197608PRCP 0 0 0 0 0 0 69 0 0T 0 0 0 0 0 0 0 0T 0 165 0 53 0 0 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 56 0 +USW00014922197608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197608ACMH 30 X 40 X 60 X 70 X 70 X 0 X 10 X 40 X 70 X 50 X 60 X 10 X 50 X 40 X 20 X 60 X 60 X 40 X 0 X 0 X 50 X 10 X 0 X 40 X 50 X 40 X 40 X 0 X 20 X 30 X 80 X +USW00014922197608ACSH 40 X 40 X 50 X 50 X 80 X 0 X 10 X 50 X 70 X 20 X 60 X 10 X 70 X 60 X 30 X 80 X 50 X 50 X 0 X 0 X 80 X 10 X 0 X 40 X 50 X 30 X 50 X 10 X 30 X 20 X 100 X +USW00014922197608PGTM 1842 X 1636 X 1600 X 1800 X 1336 X 1324 X 1306 X 1330 X 1712 X 2254 X 0042 X 1412 X 2206 X 2048 X 1606 X 1406 X 0942 X 1700 X 1354 X 1618 X 1436 X 2124 X 1342 X 1348 X 1306 X 1412 X 1112 X 1500 X 1348 X 0342 X 1324 X +USW00014922197608PSUN 85 X 92 X 85 X 55 X 61 X 97 X 100 X 95 X 84 X 86 X 92 X 99 X 59 X 76 X 100 X 92 X 70 X 91 X 94 X 98 X 99 X 85 X 99 X 81 X 74 X 80 X 82 X 99 X 93 X 90 X 28 X +USW00014922197608TSUN 750 X 810 X 750 X 480 X 534 X 846 X 870 X 822 X 720 X 744 X 786 X 846 X 498 X 642 X 846 X 774 X 588 X 762 X 786 X 816 X 816 X 708 X 816 X 660 X 606 X 648 X 666 X 798 X 750 X 720 X 222 X +USW00014922197608WDFG 45W X 315W X 225W X 270W X 360W X 135W X 180W X 180W X 135W X 270W X 225W X 315W X 45W X 45W X 90W X 135W X 135W X 225W X 225W X 180W X 225W X 90W X 135W X 225W X 225W X 225W X 270W X 360W X 135W X 135W X 360W X +USW00014922197608WDFM 45W X 270W X 180W X 270W X 45W X 135W X 180W X 180W X 135W X 225W X 225W X 270W X 45W X 45W X 135W X 135W X 180W X 180W X 225W X 180W X 225W X 45W X 90W X 225W X 225W X 225W X 315W X 315W X 180W X 90W X 360W X +USW00014922197608WSFG 134 X 62 X 108 X 185 X 103 X 93 X 98 X 103 X 123 X 175 X 134 X 87 X 82 X 103 X 62 X 93 X 123 X 129 X 134 X 139 X 134 X 98 X 93 X 82 X 118 X 123 X 154 X 118 X 72 X 72 X 139 X +USW00014922197608WSFM 103 X 40 X 80 X 116 X 76 X 49 X 54 X 76 X 103 X 143 X 89 X 58 X 58 X 76 X 36 X 80 X 98 X 89 X 107 X 130 X 112 X 76 X 72 X 58 X 67 X 98 X 121 X 94 X 54 X 58 X 107 X +USW00014922197608WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197608WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 +USW00014922197608WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197608WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X +USW00014922197609TMAX 194 0 278 0 283 0 261 0 306 0 333 0 367 0 256 0 206 0 272 0 311 0 333 0 233 0 167 0 183 0 228 0 239 0 278 0 228 0 194 0 161 0 233 0 150 0 200 0 194 0 156 0 122 0 167 0 233 0 278 0-9999 +USW00014922197609TMIN 133 0 117 0 167 0 100 0 122 0 150 0 228 0 144 0 106 0 61 0 100 0 167 0 167 0 100 0 106 0 61 0 94 0 94 0 117 0 78 0 44 0 50 0 17 0 28 0 50 0 106 0 39 0 11 0 50 0 67 0-9999 +USW00014922197609PRCP 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 56 0 0 0 0 0 0 0 0 0 130 0 0T 0 0 0 0 0 0 0 0 0 132 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 3 0 0 0 0 0 0 0-9999 +USW00014922197609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197609ACMH 80 X 40 X 20 X 10 X 20 X 0 X 30 X 90 X 20 X 0 X 20 X 70 X 80 X 80 X 60 X 30 X 30 X 30 X 100 X 40 X 10 X 30 X 0 X 20 X 70 X 100 X 70 X 10 X 0 X 10 X-9999 +USW00014922197609ACSH 90 X 20 X 10 X 0 X 20 X 0 X 20 X 100 X 10 X 0 X 0 X 90 X 100 X 100 X 70 X 40 X 40 X 30 X 100 X 40 X 10 X 20 X 0 X 40 X 80 X 100 X 90 X 10 X 0 X 20 X-9999 +USW00014922197609PGTM 0930 X 1212 X 1354 X 1318 X 1236 X 1342 X 1600 X 1006 X 1224 X 1342 X 1200 X 1254 X 0918 X 1136 X 0624 X 1342 X 1118 X 1242 X 1600 X 2142 X 1348 X 2124 X 0006 X 1106 X 1312 X 2206 X 1512 X 1354 X 1230 X 1448 X-9999 +USW00014922197609PSUN 34 X 93 X 94 X 99 X 95 X 100 X 96 X 28 X 97 X 100 X 97 X 91 X 3 X 39 X 73 X 92 X 99 X 91 X 41 X 86 X 98 X 99 X 100 X 100 X 96 X 21 X 29 X 100 X 100 X 100 X-9999 +USW00014922197609TSUN 276 X 738 X 744 X 780 X 744 X 780 X 744 X 222 X 744 X 768 X 738 X 696 X 18 X 294 X 552 X 690 X 744 X 678 X 306 X 636 X 720 X 726 X 726 X 726 X 696 X 150 X 204 X 708 X 708 X 708 X-9999 +USW00014922197609WDFG 90W X 180W X 270W X 360W X 135W X 180W X 180W X 315W X 360W X 270W X 225W X 180W X 225W X 45W X 90W X 45W X 180W X 180W X 360W X 360W X 315W X 360W X 360W X 225W X 45W X 360W X 45W X 270W X 225W X 225W X-9999 +USW00014922197609WDFM 90W X 180W X 270W X 315W X 180W X 180W X 180W X 315W X 315W X 225W X 225W X 225W X 180W X 360W X 90W X 90W X 135W X 225W X 360W X 360W X 315W X 360W X 360W X 225W X 90W X 360W X 45W X 225W X 225W X 225W X-9999 +USW00014922197609WSFG 72 X 139 X 154 X 108 X 108 X 129 X 154 X 113 X 113 X 93 X 108 X 154 X 103 X 87 X 87 X 51 X 57 X 67 X 129 X 113 X 103 X 123 X 113 X 113 X 62 X 82 X 103 X 103 X 87 X 62 X-9999 +USW00014922197609WSFM 63 X 121 X 116 X 76 X 76 X 89 X 121 X 76 X 89 X 72 X 72 X 148 X 76 X 54 X 72 X 49 X 31 X 45 X 94 X 148 X 76 X 98 X 80 X 76 X 36 X 72 X 72 X 76 X 72 X 45 X-9999 +USW00014922197609WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922197609WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197609WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197609WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197610TMAX 294 0 261 0 300 0 211 0 117 0 106 0 67 0 128 0 144 0 194 0 256 0 228 0 172 0 244 0 94 0 44 0 72 0 33 0 39 0 67 0 44 0 72 0 72 0 67 0 22 0 39 0 56 0 128 0 139 0 150 0 128 0 +USW00014922197610TMIN 83 0 89 0 133 0 94 0 22 0 -33 0 -39 0 -22 0 28 0 17 0 72 0 72 0 56 0 67 0 39 0 11 0 -44 0 11 0 -11 0 -28 0 0 0 -61 0 -22 0 6 0 -39 0 -39 0 -89 0 -11 0 6 0 17 0 -39 0 +USW00014922197610PRCP 0 0 0 0 0 0 56 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 41 0 5 0 0T 0 0T 0 0 0 8 0 13 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 33 0 5 0 0T 0 0T 0 0 0 8 0 13 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197610ACMH 0 X 20 X 90 X 100 X 60 X 50 X 40 X 70 X 10 X 20 X 70 X 80 X 50 X 30 X 100 X 100 X 50 X 100 X 100 X 70 X 80 X 40 X 90 X 80 X 80 X 70 X 30 X 10 X 30 X 50 X 20 X +USW00014922197610ACSH 0 X 20 X 100 X 90 X 90 X 80 X 60 X 100 X 10 X 0 X 90 X 90 X 50 X 20 X 100 X 100 X 30 X 100 X 100 X 100 X 90 X 60 X 100 X 50 X 100 X 90 X 40 X 20 X 20 X 50 X 10 X +USW00014922197610PGTM 2012 X 1030 X 0824 X 0212 X 1006 X 1124 X 1500 X 1218 X 1554 X 2136 X 1612 X 1536 X 1406 X 1754 X 0042 X 1436 X 1536 X 1312 X 0912 X 1612 X 1448 X 1136 X 2024 X 1130 X 0912 X 1212 X 1206 X 1554 X 1512 X 1642 X 2206 X +USW00014922197610PSUN 100 X 98 X 86 X 51 X 88 X 86 X 85 X 24 X 100 X 100 X 90 X 84 X 90 X 93 X 5 X 2 X 95 X 0 X 0 X 5 X 12 X 68 X 0 X 71 X 0 X 37 X 95 X 95 X 85 X 76 X 88 X +USW00014922197610TSUN 702 X 690 X 600 X 354 X 612 X 594 X 582 X 168 X 678 X 678 X 606 X 564 X 600 X 618 X 36 X 12 X 624 X 0 X 0 X 30 X 78 X 432 X 0 X 450 X 0 X 228 X 594 X 588 X 528 X 468 X 540 X +USW00014922197610WDFG 360W X 90W X 135W X 225W X 315W X 315W X 360W X 180W X 315W X 135W X 180W X 270W X 315W X 315W X 270W X 360W X 135W X 45W X 45W X 315W X 315W X 270W X 45W X 360W X 45W X 45W X 270W X 225W X 180W X 360W X 90W X +USW00014922197610WDFM 360W X 90W X 135W X 225W X 315W X 315W X 360W X 180W X 315W X 180W X 180W X 270W X 315W X 315W X 270W X 360W X 90W X 90W X 45W X 315W X 360W X 270W X 45W X 45W X 360W X 45W X 225W X 225W X 180W X 45W X 225W X +USW00014922197610WSFG 77 X 82 X 108 X 129 X 103 X 98 X 77 X 108 X 82 X 82 X 103 X 98 X 164 X 170 X 206 X 87 X 62 X 77 X 93 X 113 X 134 X 87 X 103 X 87 X 98 X 98 X 98 X 175 X 93 X 129 X 72 X +USW00014922197610WSFM 54 X 58 X 94 X 103 X 76 X 58 X 54 X 98 X 58 X 58 X 80 X 76 X 94 X 125 X 134 X 72 X 40 X 54 X 40 X 76 X 103 X 67 X 76 X 63 X 49 X 72 X 76 X 139 X 72 X 80 X 36 X +USW00014922197610WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922197610WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922197610WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197610WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197611TMAX 150 0 139 0 61 0 44 0 89 0 67 0 0 0 44 0 78 0 -6 0 -17 0 -11 0 11 0 39 0 72 0 83 0 106 0 161 0 72 0 22 0 22 0 -17 0 -44 0 61 0 56 0 22 0 -89 0 -133 0 -94 0 -78 0-9999 +USW00014922197611TMIN 6 0 61 0 -6 0 -50 0 -39 0 -17 0 -100 0 -100 0 -17 0 -83 0 -100 0 -72 0 -83 0 -100 0 -33 0 -67 0 -39 0 -44 0 -33 0 -106 0 -17 0 -78 0 -94 0 -89 0 -17 0 -89 0 -167 0 -183 0 -183 0 -211 0-9999 +USW00014922197611PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 5 0 3 0 0T 0 0T 0 23 0 0 0 0T 0 0T 0 0T 0 0T 0-9999 +USW00014922197611SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 5 0 3 0 0T 0 0T 0 18 0 0 0 0T 0 0T 0 0T 0 0T 0-9999 +USW00014922197611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0-9999 +USW00014922197611ACMH 80 X 10 X 80 X 70 X 70 X 80 X 0 X 80 X 70 X 80 X 20 X 60 X 20 X 10 X 30 X 0 X 20 X 30 X 0 X 80 X 90 X 100 X 90 X 80 X 90 X 80 X 40 X 20 X 70 X 40 X-9999 +USW00014922197611ACSH 90 X 0 X 100 X 80 X 80 X 90 X 0 X 100 X 60 X 100 X 10 X 80 X 0 X 10 X 0 X 0 X 20 X 60 X 0 X 100 X 80 X 100 X 90 X 70 X 100 X 90 X 50 X 30 X 80 X 30 X-9999 +USW00014922197611PGTM 1030 X 1512 X 0930 X 0054 X 1012 X 1118 X 1330 X 1236 X 1818 X 1818 X 1448 X 1124 X 1824 X 1412 X 1306 X 1436 X 1400 X 1312 X 1406 X 2106 X 1406 X 1106 X 0412 X 1218 X 2324 X 2012 X 0012 X 1324 X 2106 X 1348 X-9999 +USW00014922197611PSUN 68 X 100 X 0 X 39 X 67 X 69 X 96 X 43 X 59 X 2 X 95 X 45 X 98 X 100 X 93 X 100 X 100 X 69 X 96 X 24 X 24 X 0 X 24 X 51 X 0 X 61 X 75 X 93 X 62 X 94 X-9999 +USW00014922197611TSUN 414 X 606 X 0 X 234 X 402 X 414 X 576 X 258 X 348 X 12 X 558 X 264 X 570 X 576 X 534 X 570 X 570 X 396 X 546 X 138 X 138 X 0 X 132 X 282 X 0 X 336 X 414 X 510 X 336 X 510 X-9999 +USW00014922197611WDFG 180W X 315W X 315W X 360W X 225W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 180W X 225W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 135W X 360W X 315W X 315W X 315W X 315W X 225W X-9999 +USW00014922197611WDFM 225W X 315W X 315W X 360W X 180W X 315W X 360W X 180W X 315W X 315W X 315W X 360W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 360W X 360W X 315W X 270W X 315W X 180W X-9999 +USW00014922197611WSFG 87 X 195 X 139 X 118 X 108 X 139 X 113 X 149 X 164 X 123 X 93 X 93 X 87 X 77 X 57 X 98 X 170 X 180 X 98 X 93 X 129 X 118 X 93 X 77 X 93 X 144 X 134 X 87 X 103 X 72 X-9999 +USW00014922197611WSFM 58 X 130 X 116 X 76 X 76 X 94 X 76 X 125 X 125 X 76 X 63 X 58 X 63 X 54 X 31 X 67 X 125 X 125 X 76 X 72 X 107 X 85 X 67 X 49 X 76 X 103 X 98 X 67 X 80 X 54 X-9999 +USW00014922197611WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197611WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197611WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197611WT18-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00014922197612TMAX -83 0 -128 0 -78 0 -50 0 -28 0 -28 0 -133 0 -106 0 -17 0 -39 0 -33 0 -17 0 -17 0 61 0 50 0 44 0 50 0 67 0 0 0 -94 0 -50 0 -6 0 -94 0 11 0 -11 0 -33 0 -17 0 -122 0 -189 0 -211 0 -150 0 +USW00014922197612TMIN -172 0 -250 0 -139 0 -161 0 -139 0 -233 0 -239 0 -228 0 -106 0 -211 0 -200 0 -178 0 -200 0 -17 0 -72 0 -22 0 -39 0 -56 0 -94 0 -178 0 -217 0 -161 0 -189 0 -94 0 -39 0 -117 0 -122 0 -217 0 -233 0 -283 0 -306 0 +USW00014922197612PRCP 0T 0 0T 0 23 0 5 0 41 0 5 0 0T 0 0T 0 0T 0 0T 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0 0 0T 0 0 0 0T 0 3 0 25 0 5 0 0T 0 5 0 0T 0 0 0 +USW00014922197612SNOW 0T 0 0T 0 56 0 8 0 48 0 5 0 0T 0 0T 0 0T 0 0T 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0 0 8 0 0 0 0T 0 3 0 38 0 8 0 0T 0 10 0 0T 0 0 0 +USW00014922197612SNWD 0T 0 0T 0 51 0 51 0 51 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 76 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 51 0 51 0 51 0 51 0 51 0 +USW00014922197612ACMH 70 X 60 X 90 X 80 X 90 X 40 X 90 X 80 X 100 X 30 X 90 X 40 X 70 X 20 X 60 X 80 X 50 X 30 X 100 X 10 X 60 X 80 X 30 X 100 X 100 X 80 X 70 X 80 X 70 X 0 X 40 X +USW00014922197612ACSH 100 X 70 X 100 X 100 X 100 X 10 X 100 X 100 X 100 X 20 X 90 X 40 X 90 X 0 X 60 X 80 X 80 X 0 X 100 X 0 X 70 X 100 X 40 X 100 X 90 X 60 X 80 X 80 X 80 X 0 X 60 X +USW00014922197612PGTM 2348 X 2342 X 0006 X 1448 X 1048 X 0818 X 1124 X 1924 X 1412 X 0842 X 0924 X 0654 X 1424 X 1048 X 1842 X 1424 X 0118 X 0142 X 1906 X 1524 X 2124 X 1948 X 0054 X 2206 X 1224 X 0512 X 1318 X 2012 X 0936 X 1424 X 2118 X +USW00014922197612PSUN 17 X 83 X 0 X 10 X 8 X 88 X 19 X 38 X 40 X 84 X 54 X 76 X 59 X 97 X 78 X 62 X 73 X 89 X 0 X 100 X 84 X 0 X 100 X 46 X 12 X 76 X 24 X 67 X 43 X 100 X 66 X +USW00014922197612TSUN 96 X 450 X 0 X 54 X 42 X 468 X 102 X 204 X 216 X 444 X 288 X 402 X 312 X 510 X 408 X 324 X 384 X 468 X 0 X 528 X 444 X 0 X 528 X 240 X 66 X 396 X 126 X 354 X 228 X 528 X 348 X +USW00014922197612WDFG 360W X 180W X 135W X 225W X 90W X 225W X 90W X 90W X 135W X 315W X 225W X 315W X 180W X 270W X 270W X 225W X 315W X 90W X 360W X 315W X 180W X 315W X 315W X 270W X 315W X 315W X 360W X 315W X 315W X 315W X 315W X +USW00014922197612WDFM 360W X 45W X 180W X 225W X 135W X 315W X 135W X 90W X 135W X 315W X 225W X 315W X 180W X 270W X 270W X 225W X 315W X 90W X 360W X 315W X 225W X 315W X 315W X 180W X 315W X 315W X 360W X 315W X 315W X 315W X 315W X +USW00014922197612WESD-9999 -9999 25 X 25 X 25 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 X 76 X 76 X 76 X 76 X +USW00014922197612WSFG 103 X 93 X 93 X 57 X 57 X 123 X 51 X 98 X 123 X 134 X 149 X 123 X 108 X 123 X 108 X 98 X 72 X 57 X 144 X 149 X 108 X 190 X 108 X 72 X 93 X 134 X 123 X 144 X 98 X 87 X 87 X +USW00014922197612WSFM 76 X 67 X 67 X 40 X 40 X 107 X 31 X 67 X 94 X 116 X 116 X 89 X 89 X 94 X 80 X 76 X 54 X 45 X 116 X 112 X 76 X 116 X 76 X 49 X 63 X 85 X 89 X 103 X 63 X 67 X 63 X +USW00014922197612WT01-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197612WT08-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197612WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197612WT18 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922197701TMAX -106 0 -83 0 -61 0 -106 0 -122 0 -111 0 -150 0 -156 0 -239 0 -189 0 -200 0 -178 0 -94 0 -144 0 -239 0 -244 0 -172 0 -111 0 -94 0 -39 0 -56 0 -33 0 6 0 -17 0 -44 0 -33 0 -117 0 -200 0 -167 0 -133 0 -100 0 +USW00014922197701TMIN -183 0 -211 0 -228 0 -250 0 -217 0 -200 0 -256 0 -306 0 -356 0 -328 0 -350 0 -339 0 -200 0 -256 0 -300 0 -333 0 -317 0 -233 0 -233 0 -133 0 -167 0 -183 0 -56 0 -72 0 -89 0 -228 0 -272 0 -278 0 -222 0 -183 0 -217 0 +USW00014922197701PRCP 0 0 8 0 8 0 0T 0 0T 0 0T 0 56 0 0T 0 0T 0 0 0 8 0 0T 0 15 0 10 0 0 0 0 0 0T 0 0T 0 43 0 0T 0 0T 0 0T 0 0 0 8 0 0T 0 8 0 3 0 0 0 0T 0 0 0 0 0 +USW00014922197701SNOW 0 0 18 0 25 0 0T 0 0T 0 0T 0 89 0 0T 0 0T 0 0 0 18 0 0T 0 53 0 18 0 0 0 0 0 0T 0 0T 0 102 0 0T 0 0T 0 0T 0 0 0 8 0 0T 0 8 0 3 0 0 0 0T 0 0 0 0 0 +USW00014922197701SNWD 51 0 51 0 76 0 102 0 102 0 76 0 76 0 178 0 178 0 178 0 178 0 203 0 178 0 229 0 229 0 229 0 203 0 178 0 178 0 279 0 279 0 254 0 254 0 229 0 229 0 229 0 229 0 229 0 229 0 229 0 229 0 +USW00014922197701ACMH 50 X 80 X 50 X 40 X 70 X 40 X 60 X 10 X 70 X 20 X 40 X 50 X 50 X 50 X 20 X 0 X 40 X 30 X 90 X 50 X 40 X 90 X 90 X 90 X 80 X 20 X 60 X 80 X 90 X 30 X 10 X +USW00014922197701ACSH 50 X 100 X 40 X 70 X 80 X 60 X 60 X 0 X 80 X 10 X 70 X 50 X 60 X 100 X 40 X 0 X 40 X 10 X 100 X 50 X 40 X 100 X 100 X 100 X 70 X 0 X 80 X 90 X 90 X 40 X 0 X +USW00014922197701PGTM 0242 X 2154 X 0912 X 1854 X 1648 X 1224 X 1548 X 0612 X 1548 X 1424 X 0730 X 1506 X 0106 X 2124 X 2212 X 0200 X 2336 X 0012 X 1924 X 1554 X 1118 X 1430 X 1736 X 1900 X 2130 X 0830 X 2006 X 0200 X 1724 X 1042 X 1454 X +USW00014922197701PSUN 69 X 39 X 68 X 51 X 52 X 62 X 58 X 100 X 61 X 84 X 24 X 71 X 70 X 4 X 98 X 100 X 83 X 88 X 0 X 89 X 57 X 36 X 6 X 4 X 68 X 100 X 27 X 51 X 40 X 82 X 100 X +USW00014922197701TSUN 366 X 210 X 360 X 276 X 282 X 336 X 312 X 540 X 330 X 456 X 126 X 384 X 390 X 24 X 540 X-9999 462 X 492 X 0 X 498 X 324 X 204 X 30 X 24 X 390 X 570 X 156 X 294 X 234 X 474 X 582 X +USW00014922197701WDFG 315W X 180W X 270W X 315W X 225W X 315W X 90W X 315W X 135W X 315W X 135W X 135W X 90W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 360W X 135W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X +USW00014922197701WDFM 315W X 180W X 270W X 360W X 225W X 315W X 90W X 360W X 135W X 315W X 315W X 135W X 90W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 360W X 135W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X +USW00014922197701WESD 76 X 76 X 127 X 127 X 102 X 102 X 102 X 102 X 102 X 102 X 178 X 203 X 254 X 254 X 254 X 254 X 305 X 305 X 330 X 330 X 305 X 305 X 279 X 305 X 305 X 305 X 305 X 305 X 305 X 305 X 305 X +USW00014922197701WSFG 87 X 77 X 93 X 57 X 62 X 134 X 103 X 118 X 72 X 87 X 72 X 82 X 103 X 93 X 113 X 103 X 113 X 103 X 103 X 98 X 93 X 103 X 87 X 113 X 108 X 190 X 185 X 170 X 139 X 139 X 103 X +USW00014922197701WSFM 67 X 54 X 72 X 31 X 45 X 112 X 67 X 89 X 31 X 67 X 45 X 54 X 67 X 76 X 89 X 89 X 80 X 80 X 72 X 72 X 49 X 72 X 63 X 98 X 72 X 165 X 152 X 130 X 107 X 107 X 76 X +USW00014922197701WT01-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197701WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197701WT08-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197701WT09-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922197701WT18-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 +USW00014922197702TMAX -78 0 -22 0 -6 0 -22 0 -133 0 -128 0 -67 0 0 0 56 0 83 0 100 0 44 0 17 0 -33 0 -67 0 -6 0 56 0 17 0 -39 0 -22 0 106 0 50 0 28 0 28 0 -17 0 11 0 -22 0 -6 0-9999 -9999 -9999 +USW00014922197702TMIN -161 0 -150 0 -94 0 -172 0 -189 0 -239 0 -222 0 -111 0 -44 0 -61 0 -28 0 0 0 -39 0 -100 0 -156 0 -172 0 -44 0 -83 0 -133 0 -100 0 -94 0 -50 0 0 0 -50 0 -56 0 -89 0 -72 0 -106 0-9999 -9999 -9999 +USW00014922197702PRCP 0T 0 0T 0 3 0 20 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 160 0 41 0 0T 0 0T 0 8 0 0 0-9999 -9999 -9999 +USW00014922197702SNOW 0T 0 0T 0 3 0 28 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 3 0 0T 0 0T 0 10 0 0 0-9999 -9999 -9999 +USW00014922197702SNWD 203 0 203 0 203 0 229 0 229 0 229 0 229 0 178 0 178 0 178 0 102 0 51 0 51 0 51 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0-9999 -9999 -9999 +USW00014922197702ACMH 60 X 100 X 100 X 40 X 30 X 0 X 90 X 60 X 10 X 10 X 40 X 100 X 80 X 50 X 0 X 70 X 80 X 50 X 50 X 40 X 40 X 80 X 100 X 100 X 80 X 60 X 70 X 30 X-9999 -9999 -9999 +USW00014922197702ACSH 50 X 100 X 90 X 30 X 20 X 0 X 100 X 50 X 0 X 30 X 50 X 100 X 90 X 40 X 0 X 100 X 100 X 90 X 80 X 40 X 60 X 80 X 100 X 100 X 80 X 70 X 70 X 20 X-9999 -9999 -9999 +USW00014922197702PGTM 0300 X 1806 X 0100 X 1024 X 1106 X 1630 X 1336 X 0148 X 1748 X 1636 X 2324 X 1724 X 0024 X 0306 X 0100 X 1654 X 0054 X 2242 X 0000 X 1454 X 1312 X 2336 X 0018 X 1818 X 1300 X 0036 X 1124 X 1948 X-9999 -9999 -9999 +USW00014922197702PSUN 84 X 1 X 45 X 80 X 95 X 100 X 19 X 95 X 100 X 100 X 80 X 8 X 69 X 86 X 100 X 76 X 69 X 34 X 59 X 92 X 86 X 80 X 0 X 0 X 60 X 80 X 85 X 100 X-9999 -9999 -9999 +USW00014922197702TSUN 492 X 6 X 264 X 474 X 570 X 600 X 114 X 576 X 612 X 612 X 492 X 54 X 432 X 540 X 624 X 474 X 438 X 216 X 378 X 588 X 558 X 522 X 0 X 0 X 396 X 528 X 564 X 666 X-9999 -9999 -9999 +USW00014922197702WDFG 315W X 315W X 270W X 360W X 360W X 315W X 225W X 225W X 180W X 270W X 315W X 315W X 315W X 315W X 360W X 180W X 225W X 360W X 360W X 360W X 180W X 90W X 90W X 270W X 315W X 315W X 360W X 315W X-9999 -9999 -9999 +USW00014922197702WDFM 270W X 315W X 270W X 315W X 315W X 315W X 225W X 225W X 180W X 270W X 315W X 315W X 315W X 360W X 360W X 225W X 225W X 360W X 360W X 315W X 180W X 90W X 90W X 315W X 315W X 315W X 315W X 315W X-9999 -9999 -9999 +USW00014922197702WESD 305 X 305 X 305 X 356 X 356 X 356 X 356 X 356 X 356 X 279 X 254 X 102 X 102 X 102 X 102 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197702WSFG 72 X 129 X 103 X 134 X 98 X 62 X 98 X 98 X 67 X 103 X 108 X 175 X 134 X 134 X 87 X 108 X 103 X 108 X 87 X 93 X 134 X 129 X 129 X 129 X 190 X 93 X 103 X 108 X-9999 -9999 -9999 +USW00014922197702WSFM 45 X 85 X 58 X 85 X 67 X 40 X 76 X 67 X 36 X 67 X 76 X 130 X 112 X 94 X 58 X 72 X 72 X 76 X 63 X 67 X 107 X 94 X 103 X 107 X 148 X 72 X 76 X 80 X-9999 -9999 -9999 +USW00014922197702WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197702WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197702WT09-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197702WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197702WT18 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197703TMAX 0 0 -11 0 17 0 11 0 -11 0 0 0 50 0 78 0 94 0 133 0 100 0 100 0 72 0 128 0 100 0 78 0 33 0 44 0 67 0 61 0 44 0 100 0 50 0 139 0 200 0 178 0 156 0 122 0 89 0 83 0 61 0 +USW00014922197703TMIN -133 0 -72 0 -22 0 -22 0 -94 0 -106 0 -100 0 -33 0 -11 0 33 0 72 0 56 0 39 0 50 0 17 0 -6 0 -6 0 -6 0 -11 0 -39 0 -72 0 -67 0 -83 0 -11 0 11 0 78 0 44 0 28 0 22 0 -6 0 -11 0 +USW00014922197703PRCP 0 0 61 0 122 0 33 0 0T 0 0 0 0 0 0 0 0 0 0 0 107 0 53 0 3 0 0T 0 5 0 0 0 53 0 3 0 25 0 0 0 0 0 3 0 0 0 0 0 0 0 30 0 3 0 76 0 71 0 28 0 0T 0 +USW00014922197703SNOW 0 0 64 0 175 0 41 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 91 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 +USW00014922197703SNWD 0 0 0T 0 178 0 229 0 203 0 203 0 203 0 152 0 102 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00014922197703ACMH 10 X 90 X 100 X 100 X 30 X 40 X 20 X 80 X 30 X 90 X 100 X 100 X 100 X 100 X 50 X 30 X 100 X 100 X 100 X 90 X 30 X 60 X 10 X 30 X 50 X 100 X 50 X 100 X 80 X 90 X 90 X +USW00014922197703ACSH 0 X 100 X 100 X 100 X 30 X 50 X 20 X 70 X 30 X 100 X 100 X 100 X 100 X 100 X 40 X 10 X 100 X 100 X 100 X 90 X 50 X 80 X 10 X 20 X 60 X 100 X 40 X 100 X 100 X 100 X 80 X +USW00014922197703PGTM 0030 X 1524 X 1548 X 1724 X 1118 X 1724 X 1100 X 2212 X 0218 X 0800 X 1854 X 0106 X 1142 X 1412 X 1518 X 1424 X 1854 X 0154 X 1806 X 1842 X 0106 X 1718 X 0036 X 0918 X 1706 X 1424 X 0042 X 1600 X 1112 X 1742 X 0018 X +USW00014922197703PSUN 100 X 10 X 25 X 35 X 83 X 76 X 99 X 89 X 96 X 73 X 3 X 5 X 4 X 54 X 76 X 95 X 1 X 12 X 37 X 54 X 98 X 70 X 100 X 85 X 95 X 26 X 71 X 0 X 2 X 60 X 78 X +USW00014922197703TSUN 666 X 78 X 168 X 234 X 570 X 522 X 678 X 618 X 666 X 510 X 18 X 30 X 30 X 384 X 540 X 678 X 12 X 90 X 270 X 396 X 714 X 516 X 738 X 630 X 708 X 192 X 534 X 0 X 12 X 456 X 594 X +USW00014922197703WDFG 315W X 90W X 45W X 315W X 270W X 225W X 180W X 180W X 270W X 135W X 45W X 45W X 360W X 90W X 270W X 315W X 90W X 45W X 135W X 315W X 360W X 225W X 315W X 135W X 180W X 180W X 315W X 360W X 225W X 360W X 360W X +USW00014922197703WDFM 315W X 90W X 90W X 315W X 270W X 225W X 225W X 135W X 270W X 135W X 45W X 90W X 315W X 90W X 315W X 315W X 90W X 45W X 180W X 315W X 360W X 225W X 315W X 135W X 180W X 180W X 315W X 360W X 225W X 360W X 360W X +USW00014922197703WESD-9999 -9999 203 X 279 X 279 X 279 X 330 X 330 X 229 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197703WSFG 77 X 108 X 144 X 98 X 93 X 72 X 103 X 82 X 93 X 103 X 123 X 134 X 93 X 87 X 159 X 134 X 129 X 87 X 72 X 93 X 87 X 180 X 118 X 154 X 129 X 144 X 87 X 175 X 144 X 154 X 108 X +USW00014922197703WSFM 49 X 72 X 94 X 72 X 67 X 49 X 63 X 36 X 72 X 80 X 103 X 107 X 54 X 58 X 121 X 89 X 103 X 67 X 40 X 67 X 63 X 143 X 94 X 112 X 89 X 103 X 63 X 116 X 103 X 107 X 80 X +USW00014922197703WT01-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922197703WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197703WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922197703WT04-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197703WT06-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197703WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197703WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922197703WT18-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922197704TMAX 50 0 72 0 67 0 33 0 33 0 44 0 128 0 144 0 228 0 311 0 244 0 244 0 200 0 172 0 261 0 233 0 189 0 261 0 206 0 144 0 178 0 194 0 228 0 167 0 172 0 244 0 294 0 161 0 211 0 244 0-9999 +USW00014922197704TMIN -11 0 6 0 -39 0 -6 0 -33 0 -67 0 -6 0 -17 0 33 0 128 0 139 0 94 0 67 0 94 0 106 0 133 0 150 0 139 0 128 0 67 0 61 0 61 0 83 0 44 0 11 0 50 0 67 0 33 0 44 0 72 0-9999 +USW00014922197704PRCP 38 0 36 0 3 0 36 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 81 0 5 0 0T 0 0T 0 36 0 38 0 38 0 61 0 33 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 0 0-9999 +USW00014922197704SNOW 0 0 0 0 0T 0 43 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197704SNWD 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197704ACMH 100 X 80 X 90 X 100 X 50 X 60 X 40 X 10 X 0 X 20 X 70 X 90 X 50 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 60 X 50 X 20 X 20 X 10 X 40 X 60 X 50 X 50 X 0 X-9999 +USW00014922197704ACSH 100 X 100 X 100 X 100 X 40 X 70 X 50 X 10 X 0 X 20 X 90 X 100 X 50 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 60 X 80 X 30 X 30 X 10 X 50 X 60 X 30 X 50 X 0 X-9999 +USW00014922197704PGTM 0818 X 1412 X 1100 X 1824 X 1248 X 1242 X 1430 X 1306 X 1530 X 1618 X 1124 X 1236 X 1536 X 0830 X 1254 X 1000 X 1136 X 1842 X 0006 X 1112 X 1518 X 0300 X 1942 X 1124 X 1330 X 1136 X 2106 X 0100 X 2136 X 1524 X-9999 +USW00014922197704PSUN 0 X 12 X 53 X 1 X 75 X 71 X 87 X 99 X 100 X 99 X 90 X 71 X 93 X 52 X 79 X 67 X 26 X 79 X 45 X 21 X 82 X 100 X 94 X 99 X 96 X 91 X 80 X 93 X 89 X 100 X-9999 +USW00014922197704TSUN 0 X 96 X 408 X 6 X 588 X 558 X 684 X 780 X 792 X 786 X 720 X 570 X 750 X 426 X 642 X 540 X 210 X 648 X 366 X 168 X 678 X 828 X 780 X 828 X 804 X 762 X 678 X 786 X 762 X 852 X-9999 +USW00014922197704WDFG 135W X 360W X 180W X 360W X 315W X 225W X 315W X 225W X 135W X 180W X 315W X 225W X 90W X 135W X 180W X 270W X 45W X 225W X 225W X 45W X 360W X 360W X 360W X 360W X 360W X 225W X 45W X 45W X 225W X 180W X-9999 +USW00014922197704WDFM 180W X 360W X 180W X 360W X 315W X 315W X 315W X 180W X 180W X 180W X 225W X 225W X 90W X 135W X 180W X 225W X 135W X 225W X 270W X 360W X 360W X 360W X 360W X 360W X 315W X 315W X 45W X 45W X 225W X 225W X-9999 +USW00014922197704WSFG 113 X 154 X 87 X 144 X 159 X 98 X 154 X 82 X 134 X 154 X 113 X 129 X 103 X 118 X 108 X 67 X 67 X 129 X 113 X 113 X 134 X 82 X 144 X 164 X 93 X 134 X 164 X 123 X 123 X 118 X-9999 +USW00014922197704WSFM 89 X 121 X 67 X 107 X 116 X 85 X 116 X 58 X 103 X 130 X 85 X 94 X 67 X 94 X 67 X 49 X 49 X 103 X 72 X 76 X 80 X 63 X 85 X 98 X 58 X 76 X 134 X 85 X 76 X 89 X-9999 +USW00014922197704WT01 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197704WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197704WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197704WT16 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197704WT18-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197705TMAX 217 0 200 0 200 0 206 0 222 0 233 0 200 0 244 0 200 0 239 0 256 0 294 0 317 0 311 0 306 0 300 0 272 0 317 0 317 0 233 0 211 0 206 0 272 0 300 0 317 0 306 0 311 0 283 0 272 0 267 0 206 0 +USW00014922197705TMIN 89 0 44 0 94 0 133 0 72 0 50 0 61 0 44 0 56 0 56 0 117 0 122 0 150 0 150 0 178 0 161 0 167 0 167 0 178 0 128 0 100 0 161 0 144 0 161 0 189 0 189 0 189 0 167 0 167 0 156 0 150 0 +USW00014922197705PRCP 0T 0 0 0 0T 0 71 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 41 0 28 0 99 0 0 0 0 0 8 0 56 0 64 0 3 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 277 0 53 0 +USW00014922197705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197705ACMH 60 X 50 X 100 X 100 X 20 X 20 X 50 X 30 X 40 X 30 X 20 X 0 X 50 X 90 X 80 X 70 X 70 X 30 X 70 X 70 X 80 X 80 X 40 X 40 X 20 X 40 X 20 X 80 X 70 X 80 X 80 X +USW00014922197705ACSH 80 X 50 X 100 X 100 X 0 X 20 X 70 X 40 X 60 X 30 X 20 X 0 X 50 X 90 X 90 X 60 X 90 X 30 X 80 X 90 X 90 X 80 X 40 X 60 X 20 X 30 X 20 X 80 X 60 X 90 X 90 X +USW00014922197705PGTM 1130 X 1012 X 1748 X 1054 X 1412 X 1054 X 0136 X 1348 X 0736 X 1412 X 1212 X 1054 X 1348 X 1306 X 1442 X 2148 X 0000 X 1148 X 1312 X 0906 X 1600 X 1536 X 1600 X 1448 X 1148 X 1730 X 1448 X 1230 X 1436 X 2142 X 1636 X +USW00014922197705PSUN 93 X 94 X 73 X 27 X 96 X 91 X 100 X 100 X 100 X 97 X 97 X 100 X 94 X 79 X 72 X 80 X 82 X 87 X 87 X 26 X 30 X 32 X 81 X 100 X 75 X 65 X 80 X 57 X 72 X 42 X 23 X +USW00014922197705TSUN 792 X 810 X 630 X 234 X 828 X 792 X 870 X 876 X 876 X 846 X 858 X 882 X 834 X 702 X 642 X 720 X 732 X 780 X 786 X 240 X 270 X 288 X 732 X 906 X 684 X 600 X 726 X 528 X 666 X 384 X 210 X +USW00014922197705WDFG 315W X 90W X 135W X 135W X 270W X 360W X 90W X 315W X 180W X 180W X 225W X 225W X 225W X 180W X 225W X 135W X 180W X 180W X 225W X 360W X 135W X 225W X 225W X 135W X 135W X 135W X 135W X 180W X 45W X 315W X 315W X +USW00014922197705WDFM 315W X 90W X 135W X 225W X 270W X 90W X 90W X 45W X 135W X 225W X 225W X 225W X 225W X 225W X 225W X 135W X 135W X 225W X 225W X 315W X 135W X 180W X 225W X 135W X 180W X 135W X 135W X 180W X 90W X 270W X 315W X +USW00014922197705WSFG 118 X 87 X 113 X 154 X 144 X 108 X 93 X 82 X 82 X 113 X 108 X 113 X 108 X 118 X 159 X 144 X 87 X 103 X 144 X 93 X 129 X 206 X 134 X 103 X 103 X 149 X 129 X 72 X 82 X 139 X 195 X +USW00014922197705WSFM 103 X 58 X 76 X 107 X 112 X 89 X 76 X 54 X 49 X 63 X 63 X 67 X 76 X 94 X 107 X 112 X 63 X 76 X 121 X 67 X 103 X 139 X 107 X 76 X 72 X 116 X 85 X 40 X 58 X 94 X 170 X +USW00014922197705WT01-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922197705WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197705WT03-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 +USW00014922197705WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197705WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 +USW00014922197705WT16 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X +USW00014922197706TMAX 239 0 206 0 289 0 283 0 289 0 228 0 272 0 217 0 194 0 283 0 239 0 222 0 228 0 267 0 228 0 261 0 261 0 250 0 250 0 222 0 244 0 228 0 300 0 306 0 300 0 333 0 322 0 233 0 289 0 228 0-9999 +USW00014922197706TMIN 122 0 100 0 128 0 167 0 161 0 144 0 128 0 122 0 94 0 144 0 156 0 133 0 128 0 117 0 161 0 178 0 156 0 144 0 133 0 128 0 122 0 156 0 200 0 189 0 161 0 178 0 206 0 172 0 128 0 161 0-9999 +USW00014922197706PRCP 3 0 0 0 0 0 173 0 46 0 0 0 18 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 66 0 234 0 25 0 0 0 13 0 0T 0 0T 0 18 0 0T 0 0 0 0 0 10 0 91 0 46 0 74 0 91 0-9999 +USW00014922197706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197706ACMH 30 X 50 X 80 X 80 X 50 X 50 X 50 X 40 X 80 X 80 X 60 X 70 X 60 X 20 X 90 X 80 X 70 X 20 X 20 X 50 X 90 X 100 X 50 X 60 X 0 X 70 X 70 X 50 X 50 X 80 X-9999 +USW00014922197706ACSH 30 X 80 X 90 X 70 X 40 X 50 X 60 X 40 X 90 X 80 X 60 X 80 X 70 X 30 X 100 X 90 X 90 X 30 X 30 X 70 X 100 X 100 X 50 X 70 X 0 X 80 X 70 X 70 X 50 X 80 X-9999 +USW00014922197706PGTM 1448 X 1200 X 1518 X 1942 X 2300 X 0030 X 1524 X 1224 X 2112 X 1218 X 1136 X 1206 X 1330 X 1348 X 1018 X 0606 X 1636 X 1612 X 1624 X 0400 X 1106 X 1124 X 1454 X 1706 X 1200 X 1030 X 0000 X 1418 X 2206 X 1824 X-9999 +USW00014922197706PSUN 88 X 99 X 79 X 62 X 89 X 69 X 67 X 94 X 43 X 76 X 47 X 76 X 57 X 78 X 4 X 61 X 44 X 90 X 85 X 55 X 63 X 7 X 71 X 96 X 100 X 83 X 65 X 46 X 74 X 47 X-9999 +USW00014922197706TSUN 810 X 912 X 732 X 576 X 828 X 642 X 624 X 870 X 396 X 708 X 444 X 708 X 528 X 732 X 42 X 576 X 414 X 846 X 798 X 510 X 594 X 72 X 666 X 900 X 936 X 774 X 606 X 426 X 690 X 438 X-9999 +USW00014922197706WDFG 360W X 135W X 180W X 45W X 360W X 360W X 360W X 45W X 135W X 135W X 360W X 90W X 135W X 135W X 180W X 135W X 270W X 315W X 270W X 315W X 135W X 135W X 270W X 360W X 225W X 225W X 158W X 315W X 270W X 315W X-9999 +USW00014922197706WDFM 360W X 45W X 225W X 45W X 360W X 360W X 360W X 45W X 135W X 135W X 360W X 90W X 135W X 135W X 180W X 135W X 315W X 315W X 270W X 315W X 135W X 135W X 270W X 315W X 315W X 225W X 180W X 315W X 270W X 315W X-9999 +USW00014922197706WSFG 159 X 72 X 123 X 118 X 159 X 159 X 206 X 123 X 98 X 144 X 118 X 103 X 72 X 87 X 170 X 139 X 129 X 144 X 139 X 87 X 98 X 93 X 98 X 118 X 67 X 123 X 236 X 149 X 113 X 180 X-9999 +USW00014922197706WSFM 112 X 40 X 94 X 72 X 130 X 107 X 130 X 98 X 72 X 98 X 72 X 67 X 45 X 54 X 107 X 107 X 94 X 107 X 89 X 67 X 54 X 67 X 76 X 80 X 36 X 94 X 174 X 103 X 67 X 107 X-9999 +USW00014922197706WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197706WT03 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922197706WT05-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197706WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197706WT16 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922197707TMAX 256 0 306 0 328 0 333 0 356 0 294 0 322 0 256 0 239 0 244 0 289 0 272 0 328 0 317 0 306 0 344 0 294 0 350 0 378 0 294 0 289 0 300 0 244 0 322 0 256 0 256 0 267 0 256 0 294 0 289 0 239 0 +USW00014922197707TMIN 156 0 122 0 200 0 239 0 244 0 217 0 206 0 167 0 128 0 178 0 183 0 172 0 133 0 194 0 150 0 211 0 211 0 200 0 261 0 189 0 178 0 167 0 167 0 206 0 167 0 144 0 167 0 178 0 150 0 183 0 161 0 +USW00014922197707PRCP 0 0 0 0 180 0 3 0 0 0 340 0 0T 0 0 0 0 0 0T 0 15 0 0 0 0 0 10 0 0 0 0T 0 0T 0 0 0 0 0 89 0 0 0 0 0 102 0 48 0 0 0 0 0 117 0 0 0 3 0 38 0 0 0 +USW00014922197707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197707ACMH 10 X 30 X 60 X 40 X 30 X 70 X 50 X 40 X 60 X 80 X 50 X 20 X 30 X 60 X 60 X 70 X 90 X 20 X 30 X 80 X 20 X 10 X 90 X 70 X 30 X 80 X 90 X 70 X 20 X 70 X 30 X +USW00014922197707ACSH 20 X 30 X 50 X 60 X 30 X 90 X 50 X 50 X 70 X 90 X 50 X 30 X 30 X 70 X 60 X 70 X 100 X 20 X 50 X 100 X 30 X 20 X 100 X 80 X 30 X 80 X 90 X 90 X 30 X 90 X 50 X +USW00014922197707PGTM 1148 X 1648 X 0224 X 1312 X 1400 X 0906 X 2112 X 1330 X 1554 X 1218 X 1606 X 1224 X 1742 X 1342 X 0942 X 1748 X 0806 X 1424 X 1630 X 1712 X 1318 X 2200 X 1048 X 1600 X 1054 X 1824 X 1954 X 0024 X 1448 X 1242 X 0906 X +USW00014922197707PSUN 95 X 88 X 77 X 86 X 93 X 37 X 89 X 90 X 75 X 36 X 80 X 95 X 92 X 58 X 80 X 55 X 42 X 94 X 100 X 3 X 100 X 99 X 10 X 47 X 99 X 45 X 40 X 63 X 89 X 25 X 84 X +USW00014922197707TSUN 882 X 822 X 720 X 798 X 864 X 342 X 822 X 840 X 696 X 336 X 738 X 876 X 846 X 534 X 732 X 504 X 384 X 852 X 906 X 30 X 906 X 918 X 90 X 420 X 894 X 408 X 360 X 564 X 798 X 216 X 744 X +USW00014922197707WDFG 315W X 180W X 360W X 360W X 180W X 225W X 360W X 315W X 90W X 135W X 225W X 315W X 135W X 270W X 45W X 180W X 225W X 180W X 180W X 360W X 315W X 180W X 180W X 315W X 45W X 180W X 315W X 225W X 270W X 135W X 270W X +USW00014922197707WDFM 315W X 180W X 315W X 45W X 180W X 225W X 360W X 315W X 90W X 135W X 90W X 315W X 180W X 315W X 360W X 180W X 180W X 180W X 225W X 225W X 45W X 225W X 180W X 315W X 45W X 225W X 315W X 225W X 315W X 135W X 315W X +USW00014922197707WSFG 154 X 123 X 118 X 164 X 134 X 139 X 98 X 113 X 77 X 113 X 123 X 144 X 129 X 113 X 72 X 118 X 149 X 113 X 139 X 98 X 108 X 77 X 67 X 129 X 103 X 72 X 164 X 103 X 72 X 170 X 164 X +USW00014922197707WSFM 125 X 103 X 85 X 116 X 94 X 116 X 103 X 76 X 63 X 89 X 80 X 112 X 80 X 94 X 76 X 72 X 85 X 85 X 121 X 76 X 72 X 58 X 58 X 76 X 72 X 36 X 121 X 63 X 40 X 116 X 121 X +USW00014922197707WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197707WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197707WT03-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 +USW00014922197707WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922197707WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197707WT16-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 +USW00014922197708TMAX 289 0 250 0 278 0 233 0 244 0 250 0 300 0 283 0 211 0 233 0 228 0 306 0 228 0 256 0 206 0 239 0 206 0 222 0 233 0 250 0 250 0 233 0 228 0 233 0 211 0 317 0 311 0 217 0 244 0 244 0 256 0 +USW00014922197708TMIN 106 0 156 0 167 0 144 0 128 0 89 0 161 0 161 0 144 0 144 0 94 0 139 0 139 0 100 0 106 0 144 0 94 0 50 0 128 0 111 0 117 0 100 0 122 0 128 0 133 0 206 0 200 0 133 0 111 0 167 0 144 0 +USW00014922197708PRCP 0 0 10 0 84 0 15 0 0 0 0T 0 0 0 0 0 46 0 0 0 0 0 0 0 15 0 0 0 76 0 56 0 0T 0 0T 0 0 0 3 0 0T 0 0T 0 0 0 0 0 48 0 3 0 140 0 0T 0 0 0 1849 0 20 0 +USW00014922197708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197708ACMH 70 X 70 X 70 X 80 X 60 X 50 X 70 X 40 X 80 X 60 X 10 X 30 X 60 X 50 X 90 X 70 X 20 X 40 X 60 X 80 X 50 X 80 X 60 X 40 X 90 X 90 X 90 X 80 X 50 X 100 X 70 X +USW00014922197708ACSH 80 X 90 X 70 X 100 X 90 X 50 X 70 X 50 X 100 X 60 X 10 X 30 X 40 X 40 X 100 X 60 X 30 X 40 X 70 X 90 X 60 X 90 X 70 X 30 X 100 X 90 X 90 X 100 X 50 X 100 X 80 X +USW00014922197708PGTM 1548 X 1348 X 0554 X 1012 X 1406 X 1448 X 1336 X 0836 X 1506 X 0848 X 1106 X 1324 X 1442 X 1300 X 1412 X 2342 X 1000 X 1400 X 1218 X 1318 X 1418 X 1148 X 1512 X 1418 X 1630 X 1718 X 1218 X 0918 X 2112 X 1918 X 1024 X +USW00014922197708PSUN 76 X 61 X 77 X 20 X 55 X 81 X 70 X 91 X 11 X 52 X 100 X 93 X 87 X 84 X 17 X 55 X 95 X 63 X 68 X 32 X 67 X 35 X 60 X 87 X 7 X 38 X 34 X 41 X 85 X 6 X 42 X +USW00014922197708TSUN 666 X 534 X 678 X 174 X 480 X 702 X 612 X 786 X 102 X 450 X 858 X 798 X 744 X 714 X 144 X 468 X 798 X 528 X 564 X 264 X 552 X 294 X 492 X 714 X 54 X 306 X 276 X 336 X 684 X 54 X 336 X +USW00014922197708WDFG 315W X 45W X 180W X 45W X 315W X 180W X 315W X 360W X 135W X 315W X 315W X 225W X 315W X 225W X 135W X 315W X 315W X 225W X 90W X 225W X 315W X 315W X 270W X 270W X 135W X 180W X 225W X 270W X 180W X 315W X 225W X +USW00014922197708WDFM 315W X 45W X 225W X 45W X 315W X 180W X 315W X 315W X 135W X 315W X 315W X 225W X 315W X 225W X 135W X 315W X 315W X 225W X 90W X 225W X 315W X 315W X 45W X 45W X 180W X 180W X 180W X 315W X 180W X 315W X 315W X +USW00014922197708WSFG 93 X 67 X 118 X 93 X 108 X 67 X 72 X 87 X 82 X 123 X 129 X 144 X 98 X 87 X 113 X 159 X 129 X 82 X 82 X 93 X 108 X 103 X 72 X 77 X 154 X 154 X 144 X 98 X 98 X 149 X 129 X +USW00014922197708WSFM 67 X 49 X 76 X 45 X 76 X 49 X 58 X 58 X 72 X 80 X 85 X 116 X 76 X 54 X 80 X 107 X 80 X 63 X 40 X 67 X 67 X 72 X 49 X 40 X 116 X 107 X 116 X 49 X 72 X 112 X 94 X +USW00014922197708WT01-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00014922197708WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197708WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 +USW00014922197708WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197708WT16-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X +USW00014922197709TMAX 228 0 222 0 244 0 239 0 239 0 261 0 194 0 294 0 206 0 217 0 228 0 161 0 222 0 244 0 222 0 194 0 256 0 233 0 161 0 144 0 194 0 156 0 172 0 183 0 183 0 172 0 189 0 228 0 167 0 111 0-9999 +USW00014922197709TMIN 106 0 128 0 128 0 172 0 122 0 150 0 128 0 161 0 122 0 78 0 133 0 100 0 94 0 89 0 106 0 100 0 128 0 133 0 106 0 72 0 78 0 128 0 133 0 106 0 117 0 94 0 94 0 50 0 106 0 78 0-9999 +USW00014922197709PRCP 211 0 0T 0 0 0 25 0 0 0 0T 0 0 0 191 0 0 0 0T 0 3 0 3 0 0 0 0 0 0 0 0 0 61 0 46 0 3 0 0 0 76 0 5 0 305 0 28 0 8 0 0 0 0 0 28 0 18 0 117 0-9999 +USW00014922197709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197709ACMH 60 X 50 X 60 X 90 X 30 X 80 X 90 X 90 X 50 X 20 X 90 X 80 X 30 X 0 X 40 X 50 X 70 X 80 X 100 X 60 X 90 X 100 X 100 X 90 X 90 X 60 X 60 X 50 X 90 X 90 X-9999 +USW00014922197709ACSH 60 X 50 X 40 X 100 X 30 X 70 X 90 X 90 X 70 X 10 X 90 X 100 X 30 X 0 X 70 X 80 X 90 X 90 X 100 X 70 X 100 X 100 X 100 X 100 X 100 X 80 X 70 X 50 X 90 X 100 X-9999 +USW00014922197709PGTM 1724 X 1012 X 1906 X 0006 X 1812 X 2112 X 2148 X 2036 X 1454 X 1112 X 1018 X 1436 X 1230 X 2206 X 1500 X 1906 X 1400 X 0548 X 1712 X 0018 X 1642 X 0012 X 1936 X 1930 X 1036 X 1618 X 1630 X 1306 X 0024 X 1542 X-9999 +USW00014922197709PSUN 69 X 63 X 87 X 16 X 93 X 60 X 31 X 61 X 63 X 97 X 27 X 0 X 89 X 100 X 96 X 37 X 39 X 37 X 0 X 47 X 40 X 0 X 0 X 8 X 9 X 56 X 35 X 66 X 8 X 2 X-9999 +USW00014922197709TSUN 546 X 498 X 684 X 132 X 732 X 468 X 246 X 474 X 486 X 744 X 204 X 0 X 672 X 756 X 726 X 282 X 294 X 276 X 0 X 348 X 294 X 0 X 0 X 60 X 66 X 402 X 252 X 474 X 54 X 12 X-9999 +USW00014922197709WDFG 135W X 360W X 180W X 180W X 180W X 45W X 135W X 225W X 270W X 270W X 225W X 360W X 315W X 180W X 90W X 135W X 45W X 135W X 360W X 45W X 90W X 135W X 135W X 225W X 270W X 315W X 315W X 180W X 180W X 45W X-9999 +USW00014922197709WDFM 135W X 360W X 180W X 180W X 225W X 45W X 90W X 225W X 315W X 270W X 180W X 45W X 360W X 180W X 135W X 135W X 360W X 315W X 315W X 45W X 90W X 270W X 135W X 225W X 225W X 315W X 315W X 180W X 180W X 45W X-9999 +USW00014922197709WSFG 129 X 103 X 113 X 123 X 62 X 103 X 82 X 226 X 185 X 87 X 87 X 72 X 98 X 67 X 103 X 72 X 98 X 113 X 118 X 82 X 113 X 108 X 134 X 113 X 144 X 123 X 108 X 93 X 67 X 108 X-9999 +USW00014922197709WSFM 112 X 63 X 85 X 85 X 40 X 67 X 58 X 148 X 130 X 58 X 63 X 45 X 58 X 45 X 76 X 45 X 54 X 80 X 85 X 49 X 85 X 67 X 103 X 80 X 89 X 94 X 76 X 72 X 54 X 76 X-9999 +USW00014922197709WT01-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197709WT03 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197709WT05-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197709WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197709WT16 1 X 1 X-9999 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00014922197710TMAX 156 0 161 0 172 0 183 0 133 0 106 0 61 0 56 0 128 0 94 0 61 0 111 0 200 0 178 0 100 0 144 0 150 0 128 0 161 0 222 0 183 0 106 0 100 0 106 0 117 0 178 0 194 0 172 0 172 0 139 0 161 0 +USW00014922197710TMIN 44 0 17 0 0 0 33 0 6 0 22 0 28 0 33 0 11 0 0 0 6 0 0 0 0 0 67 0 6 0 -22 0 33 0 28 0 -6 0 44 0 44 0 6 0 28 0 72 0 67 0 39 0 39 0 22 0 67 0 61 0 67 0 +USW00014922197710PRCP 0 0 0 0 0 0 8 0 0 0 0 0 224 0 28 0 0 0 122 0 15 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 3 0 10 0 0 0 0 0 0T 0 0 0 0 0 3 0 183 0 +USW00014922197710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 64 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197710ACMH 30 X 0 X 0 X 70 X 10 X 60 X 100 X 100 X 60 X 90 X 90 X 50 X 0 X 70 X 40 X 0 X 50 X 70 X 0 X 50 X 60 X 80 X 90 X 100 X 80 X 0 X 30 X 60 X 50 X 80 X 60 X +USW00014922197710ACSH 60 X 0 X 0 X 90 X 10 X 80 X 100 X 100 X 60 X 100 X 100 X 70 X 0 X 70 X 60 X 0 X 40 X 80 X 10 X 80 X 100 X 100 X 90 X 100 X 100 X 0 X 20 X 70 X 40 X 100 X 60 X +USW00014922197710PGTM 1442 X 1406 X 1300 X 2248 X 1500 X 0118 X 1242 X 1648 X 1442 X 1042 X 1024 X 1224 X 1406 X 1248 X 1024 X 1406 X 1430 X 0330 X 2112 X 1400 X 1954 X 0018 X 1236 X 0012 X 1324 X 0006 X 0706 X 2348 X 1342 X 1506 X 0054 X +USW00014922197710PSUN 83 X 100 X 100 X 28 X 94 X 21 X 2 X 0 X 54 X 0 X 0 X 46 X 100 X 64 X 96 X 97 X 63 X 29 X 100 X 51 X 33 X 27 X 0 X 0 X 0 X 89 X 85 X 55 X 61 X 0 X 37 X +USW00014922197710TSUN 588 X 702 X 696 X 192 X 654 X 144 X 12 X 0 X 372 X 0 X 0 X 312 X 666 X 426 X 630 X 642 X 408 X 192 X 648 X 330 X 210 X 174 X 0 X 0 X 0 X 558 X 528 X 342 X 378 X 0 X 228 X +USW00014922197710WDFG 45W X 360W X 225W X 315W X 315W X 315W X 135W X 315W X 225W X 315W X 315W X 270W X 180W X 360W X 360W X 225W X 315W X 315W X 180W X 180W X 360W X 45W X 90W X 135W X 270W X 180W X 360W X 135W X 135W X 135W X 135W X +USW00014922197710WDFM 360W X 315W X 225W X 360W X 315W X 315W X 135W X 315W X 315W X 315W X 315W X 270W X 180W X 360W X 315W X 225W X 270W X 315W X 180W X 225W X 45W X 360W X 135W X 135W X 225W X 135W X 360W X 180W X 135W X 135W X 135W X +USW00014922197710WSFG 108 X 108 X 62 X 118 X 139 X 72 X 180 X 118 X 93 X 123 X 195 X 103 X 134 X 118 X 118 X 103 X 175 X 139 X 72 X 134 X 118 X 118 X 93 X 129 X 103 X 82 X 82 X 77 X 108 X 149 X 118 X +USW00014922197710WSFM 76 X 63 X 36 X 76 X 103 X 49 X 121 X 76 X 63 X 85 X 139 X 76 X 98 X 89 X 76 X 76 X 139 X 85 X 45 X 85 X 85 X 67 X 63 X 76 X 72 X 36 X 58 X 63 X 76 X 107 X 76 X +USW00014922197710WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00014922197710WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00014922197710WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197710WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 +USW00014922197710WT16-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X +USW00014922197710WT18-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197711TMAX 111 0 139 0 161 0 128 0 139 0 111 0 133 0 144 0 150 0 11 0 6 0 6 0 39 0 67 0 61 0 72 0 22 0 22 0 28 0 133 0 -67 0 -17 0 -6 0 -89 0 -144 0 -111 0 -83 0 -44 0 17 0 17 0-9999 +USW00014922197711TMIN 22 0 -11 0 22 0 -11 0 11 0 83 0 94 0 117 0 -6 0 -39 0 -50 0 -83 0 -33 0 -50 0 6 0 -11 0 -6 0 -28 0 -28 0 -67 0 -128 0 -111 0 -89 0 -144 0 -244 0 -267 0 -183 0 -200 0 -67 0 -44 0-9999 +USW00014922197711PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 3 0 53 0 25 0 0 0 0 0 0 0 0 0 3 0 0 0 3 0 0 0 38 0 66 0 0T 0 3 0 64 0 33 0 5 0 13 0 51 0 0T 0 0T 0 0T 0-9999 +USW00014922197711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 10 0 0T 0 0T 0 3 0 79 0 43 0 5 0 25 0 104 0 0T 0 0T 0 0 0-9999 +USW00014922197711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 51 0 76 0 102 0 102 0 178 0 229 0 229 0 178 0-9999 +USW00014922197711ACMH 60 X 50 X 40 X 0 X 40 X 100 X 100 X 100 X 100 X 50 X 20 X 30 X 60 X 60 X 90 X 30 X 100 X 90 X 100 X 100 X 30 X 100 X 90 X 90 X 20 X 80 X 70 X 90 X 90 X 90 X-9999 +USW00014922197711ACSH 90 X 60 X 50 X 0 X 40 X 100 X 100 X 100 X 100 X 60 X 40 X 40 X 80 X 100 X 100 X 60 X 100 X 80 X 100 X 100 X 20 X 100 X 100 X 70 X 0 X 100 X 100 X 90 X 100 X 100 X-9999 +USW00014922197711PGTM 0036 X 2024 X 1424 X 1212 X 0848 X 0812 X 1318 X 1436 X 0900 X 1230 X 1500 X 1342 X 1042 X 2230 X 1812 X 1300 X 2048 X 0106 X 1700 X 1818 X 0024 X 1448 X 1854 X 0524 X 0730 X 2054 X 1530 X 1936 X 2306 X 0836 X-9999 +USW00014922197711PSUN 6 X 62 X 72 X 99 X 64 X 0 X 0 X 0 X 6 X 43 X 94 X 81 X 33 X 6 X 5 X 76 X 0 X 18 X 0 X 3 X 89 X 4 X 0 X 41 X 100 X 2 X 0 X 10 X 0 X 0 X-9999 +USW00014922197711TSUN 36 X 378 X 438 X 600 X 384 X 0 X 0 X 0 X 36 X 252 X 546 X 468 X 192 X 36 X 24 X 438 X 0 X 108 X 0 X 18 X 498 X 18 X 0 X 228 X 552 X 12 X 0 X 54 X 0 X 0 X-9999 +USW00014922197711WDFG 225W X 180W X 315W X 135W X 135W X 90W X 135W X 135W X 180W X 315W X 315W X 135W X 180W X 135W X 270W X 270W X 315W X 315W X 90W X 225W X 270W X 135W X 315W X 315W X 315W X 135W X 315W X 180W X 180W X 225W X-9999 +USW00014922197711WDFM 225W X 180W X 315W X 135W X 135W X 90W X 135W X 135W X 135W X 315W X 315W X 135W X 180W X 90W X 270W X 270W X 315W X 315W X 90W X 270W X 270W X 135W X 315W X 315W X 315W X 135W X 135W X 180W X 180W X 180W X-9999 +USW00014922197711WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 X 76 X 127 X 127 X 203 X 203 X 203 X 127 X-9999 +USW00014922197711WSFG 77 X 67 X 103 X 77 X 77 X 67 X 51 X 93 X 170 X 206 X 108 X 77 X 82 X 82 X 129 X 118 X 175 X 123 X 129 X 247 X 185 X 118 X 87 X 118 X 98 X 108 X 93 X 72 X 159 X 123 X-9999 +USW00014922197711WSFM 54 X 40 X 67 X 58 X 49 X 45 X 36 X 67 X 143 X 148 X 72 X 54 X 67 X 54 X 103 X 89 X 121 X 89 X 103 X 183 X 139 X 76 X 63 X 80 X 76 X 76 X 72 X 58 X 130 X 98 X-9999 +USW00014922197711WT01-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922197711WT02-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197711WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197711WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197711WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197711WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922197711WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922197711WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922197712TMAX -28 0 -67 0 -89 0 -78 0 -72 0 -139 0 -122 0 -100 0 -206 0 -194 0 -89 0 11 0 17 0 -22 0 11 0 33 0 50 0 17 0 -11 0 -50 0 -61 0 -17 0 -39 0 -56 0 -167 0 -150 0 -94 0 -50 0 -39 0 -39 0 -78 0 +USW00014922197712TMIN -78 0 -117 0 -167 0 -128 0 -228 0 -239 0 -233 0 -233 0 -256 0 -278 0 -206 0 -100 0 -39 0 -44 0 -28 0 11 0 17 0 -11 0 -78 0 -94 0 -128 0 -122 0 -117 0 -167 0 -233 0 -217 0 -239 0 -94 0 -89 0 -78 0 -133 0 +USW00014922197712PRCP 8 0 0T 0 0 0 20 0 0T 0 0T 0 38 0 5 0 0 0 0T 0 0T 0 0 0 0T 0 5 0 0T 0 3 0 114 0 5 0 0T 0 10 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 3 0 81 0 +USW00014922197712SNOW 8 0 0T 0 0 0 36 0 0T 0 0T 0 91 0 10 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 3 0 0T 0 20 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 10 0 183 0 +USW00014922197712SNWD 127 0 127 0 102 0 127 0 152 0 127 0 127 0 203 0 229 0 229 0 229 0 229 0 203 0 152 0 152 0 127 0 76 0 0T 0 0T 0 0T 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 51 0 +USW00014922197712ACMH 90 X 40 X 20 X 100 X 70 X 30 X 70 X 100 X 20 X 60 X 90 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 80 X 100 X 60 X 90 X 70 X 60 X 40 X 0 X 50 X 90 X 80 X 90 X 100 X +USW00014922197712ACSH 100 X 30 X 10 X 100 X 90 X 40 X 90 X 100 X 30 X 90 X 80 X 100 X 80 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 40 X 100 X 80 X 90 X 20 X 10 X 40 X 90 X 60 X 80 X 100 X +USW00014922197712PGTM 1254 X 0148 X 0636 X 1342 X 2248 X 1212 X 2224 X 1124 X 0230 X 1454 X 1318 X 0918 X 1530 X 1918 X 0906 X 1442 X 0354 X 1230 X 1942 X 2330 X 0818 X 2336 X 0700 X 2200 X 0054 X 1824 X 1724 X 0106 X 1742 X 2124 X 1042 X +USW00014922197712PSUN 0 X 77 X 86 X 0 X 12 X 67 X 1 X 0 X 68 X 1 X 48 X 0 X 11 X 0 X 0 X 0 X 0 X 0 X 21 X 0 X 54 X 1 X 56 X 16 X 84 X 99 X 45 X 43 X 69 X 65 X 0 X +USW00014922197712TSUN 0 X 414 X 468 X 0 X 66 X 360 X 6 X 0 X 366 X 6 X 258 X 0 X 54 X 0 X 0 X 0 X 0 X 0 X 108 X 0 X 288 X 6 X 294 X 84 X 438 X 522 X 240 X 228 X 366 X 348 X 0 X +USW00014922197712WDFG 315W X 315W X 360W X 135W X 315W X 315W X 135W X 315W X 315W X 135W X 135W X 180W X 315W X 135W X 180W X 90W X 135W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 90W X 90W X 360W X +USW00014922197712WDFM 315W X 270W X 315W X 135W X 315W X 315W X 135W X 315W X 315W X 90W X 135W X 180W X 315W X 135W X 135W X 90W X 45W X 225W X 315W X 315W X 360W X 225W X 270W X 315W X 315W X 315W X 225W X 225W X 90W X 90W X 360W X +USW00014922197712WESD 203 X 203 X 178 X 203 X 152 X 152 X 152 X 203 X 203 X 203 X 203 X 203 X 178 X 178 X 178 X 203 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X +USW00014922197712WSFG 154 X 123 X 77 X 98 X 134 X 123 X 87 X 129 X 159 X 77 X 123 X 77 X 82 X 82 X 113 X 129 X 123 X 72 X 87 X 134 X 144 X 67 X 82 X 139 X 154 X 113 X 98 X 98 X 67 X 57 X 129 X +USW00014922197712WSFM 85 X 85 X 45 X 76 X 94 X 89 X 58 X 98 X 112 X 36 X 89 X 49 X 54 X 63 X 63 X 98 X 76 X 49 X 58 X 107 X 98 X 45 X 54 X 98 X 116 X 76 X 63 X 67 X 45 X 40 X 103 X +USW00014922197712WT01 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197712WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197712WT06-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197712WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197712WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197712WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197712WT18 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X +USW00014922197801TMAX -133 0 -89 0 -94 0 -89 0 -50 0 -6 0 -33 0 -161 0 -194 0 -167 0 -133 0 -100 0 -50 0 -67 0 -100 0 -161 0 -111 0 -72 0 -89 0 -100 0 -128 0 -67 0 -44 0 -39 0 -44 0 -100 0 -122 0 -111 0 -133 0 -122 0 -128 0 +USW00014922197801TMIN -200 0 -178 0 -211 0 -150 0 -128 0 -56 0 -161 0 -244 0 -267 0 -278 0 -272 0 -200 0 -150 0 -189 0 -194 0 -239 0 -244 0 -111 0 -200 0 -228 0 -250 0 -206 0 -128 0 -94 0 -172 0 -217 0 -250 0 -200 0 -222 0 -222 0 -233 0 +USW00014922197801PRCP 3 0 0T 0 0 0 0 0 0 0 3 0 3 0 0T 0 0 0 0 0 0 0 18 0 3 0 3 0 0T 0 0 0 0T 0 25 0 0T 0 0 0 0 0 0T 0 0T 0 5 0 25 0 8 0 0T 0 0 0 0 0 3 0 0 0 +USW00014922197801SNOW 5 0 3 0 0 0 0 0 0 0 0T 0 8 0 0T 0 0 0 0 0 0 0 30 0 8 0 3 0 5 0 0 0 0T 0 48 0 0T 0 0 0 0 0 0T 0 0T 0 8 0 38 0 15 0 0T 0 0 0 0 0 3 0 0 0 +USW00014922197801SNWD 178 0 152 0 152 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 152 0 152 0 152 0 152 0 152 0 152 0 203 0 178 0 178 0 152 0 152 0 152 0 152 0 203 0 203 0 203 0 203 0 203 0 178 0 +USW00014922197801ACMH 50 X 50 X 10 X 60 X 70 X 100 X 100 X 10 X 0 X 0 X 0 X 80 X 80 X 60 X 60 X 0 X 40 X 100 X 30 X 0 X 0 X 50 X 100 X 60 X 100 X 90 X 70 X 30 X 0 X 60 X 30 X +USW00014922197801ACSH 40 X 50 X 10 X 30 X 50 X 100 X 100 X 10 X 0 X 0 X 0 X 100 X 70 X 80 X 70 X 0 X 40 X 100 X 0 X 10 X 0 X 80 X 90 X 50 X 100 X 90 X 80 X 10 X 0 X 100 X 20 X +USW00014922197801PGTM 0400 X 1330 X 1254 X 0312 X 2230 X 0442 X 2154 X 0224 X 0536 X 0348 X 1018 X 1754 X 1548 X 0036 X 2330 X 0948 X 1506 X 0212 X 0824 X 1636 X 1848 X 2330 X 0012 X 1830 X 0854 X 1318 X 1306 X 1342 X 0000 X 2206 X 1618 X +USW00014922197801PSUN 96 X 84 X 100 X 83 X 91 X 0 X 0 X 88 X 100 X 100 X 93 X 0 X 71 X 45 X 55 X 99 X 69 X 0 X 100 X 98 X 100 X 35 X 52 X 66 X 12 X 72 X 93 X 97 X 100 X 32 X 100 X +USW00014922197801TSUN 510 X 444 X 528 X 444 X 486 X 0 X 0 X 474 X 540 X 540 X 510 X 0 X 390 X 246 X 300 X 546 X 378 X 0 X 558 X 552 X 564 X 198 X 294 X 372 X 72 X 414 X 540 X 558 X 582 X 192 X 582 X +USW00014922197801WDFG 360W X 315W X 180W X 315W X 135W X 135W X 315W X 315W X 315W X 315W X 225W X 135W X 45W X 45W X 315W X 315W X 135W X 135W X 360W X 360W X 225W X 225W X 225W X 180W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X +USW00014922197801WDFM 360W X 315W X 180W X 270W X 135W X 135W X 315W X 315W X 315W X 315W X 225W X 135W X 45W X 45W X 315W X 315W X 135W X 360W X 360W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X +USW00014922197801WESD 102 X 102 X 102 X 152 X 152 X 152 X 152 X 152 X 152 X 152 X 152 X 203 X 203 X 203 X 203 X 203 X 203 X 203 X 178 X 178 X 178 X 178 X 178 X 178 X 178 X 229 X 229 X 229 X 229 X 229 X 229 X +USW00014922197801WSFG 129 X 139 X 98 X 62 X 67 X 72 X 154 X 190 X 129 X 87 X 72 X 57 X 98 X 62 X 98 X 87 X 77 X 93 X 108 X 51 X 93 X 108 X 98 X 93 X 144 X 164 X 139 X 118 X 108 X 67 X 72 X +USW00014922197801WSFM 103 X 98 X 67 X 36 X 45 X 58 X 112 X 143 X 98 X 58 X 49 X 36 X 58 X 40 X 76 X 72 X 54 X 54 X 67 X 31 X 40 X 76 X 76 X 58 X 103 X 116 X 107 X 80 X 67 X 45 X 54 X +USW00014922197801WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197801WT06-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197801WT08-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197801WT09 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922197801WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197801WT18 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00014922197802TMAX -133 0 -156 0 -106 0 -61 0 -117 0 -106 0 -78 0 -44 0 -33 0 -56 0 -33 0 -28 0 -17 0 -56 0 -89 0 -83 0 -83 0 -83 0 -78 0 -33 0 -50 0 -61 0 6 0 28 0 -56 0 -72 0 -33 0 -44 0-9999 -9999 -9999 +USW00014922197802TMIN -183 0 -261 0 -189 0 -128 0 -200 0 -217 0 -194 0 -156 0 -183 0 -200 0 -133 0 -167 0 -83 0 -139 0 -189 0 -200 0 -211 0 -189 0 -211 0 -117 0 -161 0 -161 0 -89 0 -56 0 -128 0 -167 0 -161 0 -122 0-9999 -9999 -9999 +USW00014922197802PRCP 10 0 5 0 0T 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 3 0 3 0 0 0 25 0 0T 0 0T 0 0 0 0 0 5 0 0T 0-9999 -9999 -9999 +USW00014922197802SNOW 18 0 8 0 0T 0 8 0 0 0 0 0 0 0 0T 0 0 0 0 0 10 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 8 0 5 0 0 0 38 0 0T 0 3 0 0 0 0 0 20 0 0T 0-9999 -9999 -9999 +USW00014922197802SNWD 178 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 178 0 178 0 178 0 178 0 152 0 152 0 152 0 152 0 127 0 127 0 152 0 152 0 152 0 203 0 229 0 229 0 229 0 229 0 229 0-9999 -9999 -9999 +USW00014922197802ACMH 90 X 60 X 60 X 90 X 0 X 0 X 50 X 70 X 10 X 20 X 70 X 70 X 90 X 80 X 10 X 20 X 50 X 0 X 90 X 40 X 10 X 100 X 90 X 90 X 20 X 30 X 100 X 70 X-9999 -9999 -9999 +USW00014922197802ACSH 100 X 90 X 20 X 100 X 0 X 10 X 70 X 90 X 20 X 20 X 90 X 60 X 100 X 100 X 10 X 50 X 70 X 0 X 100 X 30 X 20 X 100 X 80 X 100 X 20 X 50 X 100 X 80 X-9999 -9999 -9999 +USW00014922197802PGTM 1536 X 1548 X 2124 X 1942 X 0242 X 1424 X 1406 X 1336 X 1424 X 1442 X 1624 X 1018 X 1936 X 1930 X 1330 X 1618 X 1730 X 2042 X 1236 X 1636 X 1348 X 1342 X 1206 X 1254 X 0236 X 0012 X 2112 X 1642 X-9999 -9999 -9999 +USW00014922197802PSUN 0 X 59 X 83 X 1 X 100 X 97 X 93 X 58 X 98 X 98 X 24 X 85 X 7 X 7 X 91 X 88 X 70 X 97 X 3 X 77 X 98 X 9 X 61 X 1 X 93 X 99 X 25 X 89 X-9999 -9999 -9999 +USW00014922197802TSUN 0 X 348 X 492 X 6 X 600 X 582 X 564 X 354 X 594 X 600 X 150 X 528 X 48 X 42 X 612 X 558 X 444 X 618 X 24 X 492 X 630 X 60 X 402 X 12 X 612 X 654 X 162 X 594 X-9999 -9999 -9999 +USW00014922197802WDFG 360W X 180W X 135W X 360W X 360W X 90W X 45W X 90W X 135W X 225W X 360W X 360W X 360W X 315W X 225W X 315W X 270W X 180W X 180W X 360W X 225W X 135W X 315W X 315W X 315W X 315W X 360W X 360W X-9999 -9999 -9999 +USW00014922197802WDFM 315W X 315W X 135W X 360W X 360W X 90W X 90W X 90W X 135W X 225W X 360W X 360W X 45W X 315W X 225W X 270W X 225W X 225W X 135W X 45W X 270W X 135W X 315W X 315W X 315W X 315W X 360W X 270W X-9999 -9999 -9999 +USW00014922197802WESD 229 X 229 X 229 X 229 X 229 X 229 X 229 X 229 X 254 X 229 X 229 X 229 X 229 X 229 X 229 X 229 X 254 X 254 X 254 X 254 X 254 X 203 X 279 X 279 X 279 X 279 X 279 X 279 X-9999 -9999 -9999 +USW00014922197802WSFG 98 X 72 X 77 X 129 X 103 X 72 X 67 X 87 X 46 X 62 X 51 X 62 X 98 X 87 X 87 X 93 X 87 X 62 X 98 X 113 X 67 X 103 X 144 X 170 X 118 X 77 X 67 X 103 X-9999 -9999 -9999 +USW00014922197802WSFM 54 X 54 X 58 X 98 X 76 X 54 X 45 X 72 X 22 X 49 X 31 X 31 X 67 X 63 X 63 X 63 X 63 X 45 X 40 X 76 X 45 X 76 X 103 X 139 X 94 X 54 X 36 X 49 X-9999 -9999 -9999 +USW00014922197802WT01-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197802WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197802WT18 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922197803TMAX -50 0 -61 0 -83 0 -94 0 -56 0 -22 0 22 0 0 0 39 0 22 0 50 0 17 0 17 0 11 0 11 0 0 0 -11 0 61 0 44 0 50 0 100 0 94 0 44 0 28 0 78 0 111 0 183 0 122 0 94 0 194 0 217 0 +USW00014922197803TMIN -172 0 -89 0 -178 0 -239 0 -194 0 -144 0 -200 0 -144 0 -56 0 -72 0 6 0 6 0 0 0 -39 0 -50 0 -89 0 -94 0 -83 0 -17 0 -6 0 -17 0 0 0 -22 0 -61 0 -44 0 -44 0 0 0 6 0 -28 0 50 0 72 0 +USW00014922197803PRCP 0 0 48 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 114 0 0T 0 0T 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197803SNOW 0 0 91 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 94 0 0T 0 0T 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197803SNWD 229 0 229 0 330 0 305 0 305 0 305 0 305 0 279 0 229 0 203 0 203 0 102 0 102 0 178 0 178 0 178 0 178 0 152 0 102 0 76 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197803ACMH 40 X 100 X 10 X 20 X 70 X 40 X 30 X 20 X 30 X 70 X 90 X 100 X 100 X 100 X 60 X 20 X 20 X 60 X 10 X 100 X 30 X 40 X 30 X 50 X 50 X 30 X 70 X 60 X 80 X 60 X 80 X +USW00014922197803ACSH 40 X 100 X 10 X 20 X 100 X 50 X 40 X 30 X 60 X 100 X 80 X 100 X 100 X 100 X 70 X 10 X 10 X 70 X 0 X 100 X 40 X 20 X 40 X 60 X 60 X 40 X 90 X 60 X 100 X 40 X 80 X +USW00014922197803PGTM 1506 X 2318 X 1448 X 1406 X 1254 X 1142 X 0854 X 2212 X 0836 X 2336 X 0018 X 2154 X 1400 X 1012 X 1130 X 1354 X 1436 X 0854 X 1012 X 1036 X 1318 X 1124 X 1712 X 1754 X 1324 X 2200 X 2224 X 1412 X 0042 X 1112 X 2012 X +USW00014922197803PSUN 96 X 0 X 100 X 100 X 67 X 95 X 100 X 90 X 95 X 0 X 42 X 0 X 1 X 9 X 69 X 100 X 95 X 65 X 100 X 19 X 92 X 95 X 96 X 99 X 95 X 97 X 96 X 98 X 85 X 88 X 80 X +USW00014922197803TSUN 636 X 0 X 678 X 678 X 456 X 654 X 684 X 624 X 660 X 6 X 294 X 0 X 6 X 66 X 492 X 714 X 684 X 474 X 726 X 144 X 678 X 696 X 708 X 732 X 708 X 726 X 720 X 744 X 642 X 666 X 612 X +USW00014922197803WDFG 135W X 360W X 315W X 270W X 225W X 45W X 135W X 225W X 225W X 315W X 315W X 180W X 135W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 225W X 360W X 360W X 90W X 45W X 180W X 315W X 315W X 360W X 225W X 315W X +USW00014922197803WDFM 225W X 270W X 315W X 270W X 225W X 360W X 135W X 225W X 225W X 315W X 315W X 180W X 135W X 315W X 315W X 315W X 270W X 180W X 315W X 225W X 225W X 315W X 315W X 90W X 90W X 180W X 315W X 315W X 360W X 225W X 315W X +USW00014922197803WESD 279 X 279 X 533 X 533 X 533 X 533 X 533 X 356 X 356 X 356 X 406 X 229 X 279 X 381 X 356 X 381 X 381 X 330 X 229 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197803WSFG 72 X 98 X 108 X 82 X 62 X 72 X 51 X 103 X 103 X 67 X 72 X 87 X 93 X 98 X 113 X 103 X 103 X 175 X 103 X 134 X 98 X 123 X 113 X 103 X 87 X 72 X 108 X 129 X 82 X 108 X 200 X +USW00014922197803WSFM 40 X 72 X 72 X 63 X 40 X 49 X 31 X 72 X 72 X 36 X 45 X 58 X 67 X 58 X 89 X 76 X 76 X 116 X 76 X 103 X 76 X 94 X 76 X 76 X 63 X 36 X 76 X 98 X 49 X 76 X 152 X +USW00014922197803WT01-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197803WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197803WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197803WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197803WT18-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197804TMAX 78 0 11 0 78 0 144 0 111 0 178 0 83 0 83 0 78 0 117 0 100 0 117 0 94 0 122 0 133 0 144 0 133 0 61 0 67 0 122 0 128 0 150 0 100 0 89 0 189 0 217 0 217 0 222 0 167 0 150 0-9999 +USW00014922197804TMIN 6 0 -11 0 6 0 28 0 17 0 67 0 22 0 28 0 28 0 39 0 17 0 11 0 -6 0 -17 0 0 0 17 0 28 0 22 0 33 0 6 0 -22 0 0 0 61 0 67 0 22 0 44 0 33 0 72 0 67 0 33 0-9999 +USW00014922197804PRCP 3 0 97 0 15 0 0T 0 10 0 150 0 43 0 3 0 168 0 13 0 0T 0 36 0 0 0 0 0 0 0 0 0 3 0 170 0 0T 0 23 0 0 0 36 0 81 0 64 0 0 0 0 0 0 0 0 0 10 0 0 0-9999 +USW00014922197804SNOW 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197804SNWD 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197804ACMH 70 X 100 X 100 X 60 X 90 X 50 X 80 X 100 X 100 X 90 X 90 X 80 X 40 X 20 X 40 X 10 X 80 X 100 X 90 X 60 X 10 X 90 X 100 X 100 X 20 X 50 X 50 X 70 X 90 X 20 X-9999 +USW00014922197804ACSH 40 X 100 X 100 X 60 X 90 X 50 X 100 X 100 X 100 X 90 X 80 X 70 X 60 X 20 X 50 X 10 X 90 X 100 X 100 X 70 X 10 X 100 X 100 X 100 X 10 X 50 X 70 X 80 X 100 X 30 X-9999 +USW00014922197804PGTM 0530 X 0506 X 1818 X 1600 X 2142 X 1642 X 0912 X 1106 X 0336 X 1348 X 0912 X 1442 X 1554 X 1448 X 1218 X 1442 X 2030 X 0448 X 1006 X 1706 X 1336 X 2136 X 0224 X 1118 X 1318 X 1436 X 1354 X 1300 X 2130 X 2042 X-9999 +USW00014922197804PSUN 83 X 0 X 0 X 72 X 18 X 65 X 16 X 32 X 0 X 28 X 38 X 35 X 73 X 96 X 82 X 100 X 53 X 0 X 0 X 62 X 98 X 70 X 3 X 0 X 99 X 82 X 98 X 59 X 8 X 93 X-9999 +USW00014922197804TSUN 630 X 0 X 0 X 558 X 144 X 510 X 126 X 252 X 0 X 222 X 306 X 276 X 588 X 774 X 666 X 810 X 438 X 0 X 0 X 510 X 810 X 588 X 30 X 0 X 828 X 690 X 828 X 504 X 66 X 798 X-9999 +USW00014922197804WDFG 315W X 90W X 45W X 315W X 135W X 270W X 360W X 135W X 135W X 315W X 315W X 270W X 315W X 315W X 360W X 135W X 90W X 45W X 360W X 360W X 135W X 135W X 135W X 45W X 45W X 135W X 135W X 180W X 45W X 90W X-9999 +USW00014922197804WDFM 315W X 90W X 360W X 315W X 135W X 225W X 360W X 90W X 135W X 315W X 315W X 270W X 315W X 360W X 360W X 135W X 90W X 45W X 315W X 360W X 180W X 135W X 135W X 45W X 360W X 180W X 135W X 180W X 225W X 45W X-9999 +USW00014922197804WSFG 154 X 154 X 103 X 123 X 113 X 154 X 113 X 139 X 144 X 108 X 144 X 226 X 154 X 93 X 108 X 87 X 159 X 164 X 149 X 123 X 62 X 149 X 113 X 113 X 77 X 62 X 87 X 103 X 108 X 118 X-9999 +USW00014922197804WSFM 121 X 112 X 58 X 107 X 80 X 116 X 76 X 107 X 80 X 80 X 98 X 174 X 116 X 67 X 72 X 58 X 116 X 130 X 89 X 85 X 31 X 112 X 85 X 85 X 40 X 27 X 58 X 72 X 76 X 89 X-9999 +USW00014922197804WT01-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197804WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197804WT03-9999 1 0 1 X-9999 1 0-9999 1 0 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197804WT04 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197804WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197804WT06-9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197804WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922197804WT18-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197805TMAX 128 0 183 0 217 0 200 0 194 0 178 0 156 0 139 0 144 0 256 0 250 0 194 0 206 0 217 0 217 0 239 0 244 0 267 0 317 0 206 0 222 0 250 0 250 0 256 0 344 0 356 0 283 0 256 0 261 0 211 0 206 0 +USW00014922197805TMIN 6 0 -17 0 33 0 83 0 56 0 61 0 83 0 78 0 78 0 50 0 150 0 94 0 78 0 67 0 94 0 111 0 106 0 111 0 167 0 111 0 67 0 106 0 111 0 133 0 206 0 189 0 178 0 189 0 167 0 139 0 133 0 +USW00014922197805PRCP 0 0 0 0 0 0 0 0 0 0 0 0 157 0 38 0 0T 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 127 0 551 0 10 0 36 0 0T 0 5 0 +USW00014922197805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197805ACMH 0 X 10 X 60 X 90 X 70 X 70 X 100 X 100 X 70 X 40 X 30 X 80 X 70 X 40 X 50 X 20 X 10 X 10 X 40 X 50 X 20 X 70 X 50 X 80 X 90 X 60 X 80 X 100 X 90 X 80 X 90 X +USW00014922197805ACSH 0 X 10 X 60 X 100 X 80 X 80 X 100 X 100 X 90 X 50 X 40 X 90 X 70 X 40 X 70 X 30 X 20 X 10 X 50 X 60 X 20 X 60 X 60 X 90 X 80 X 60 X 90 X 100 X 90 X 100 X 100 X +USW00014922197805PGTM 0042 X 1218 X 1648 X 1442 X 1806 X 1600 X 1342 X 1118 X 0706 X 2342 X 0024 X 2236 X 1430 X 1424 X 0006 X 1300 X 1412 X 1354 X 1642 X 1500 X 1554 X 1518 X 1042 X 1148 X 1630 X 1442 X 1400 X 1718 X 1530 X 1306 X 1512 X +USW00014922197805PSUN 100 X 100 X 90 X 79 X 96 X 94 X 28 X 17 X 22 X 100 X 99 X 37 X 88 X 94 X 89 X 98 X 100 X 99 X 78 X 51 X 100 X 89 X 77 X 78 X 80 X 68 X 44 X 36 X 35 X 36 X 12 X +USW00014922197805TSUN 858 X 858 X 780 X 684 X 828 X 810 X 246 X 150 X 198 X 876 X 870 X 330 X 780 X 840 X 798 X 870 X 894 X 888 X 708 X 462 X 906 X 810 X 696 X 714 X 726 X 624 X 402 X 330 X 324 X 330 X 108 X +USW00014922197805WDFG 90W X 270W X 135W X 90W X 45W X 90W X 135W X 225W X 315W X 180W X 180W X 360W X 360W X 360W X 90W X 135W X 135W X 135W X 270W X 360W X 135W X 180W X 90W X 180W X 135W X 225W X 315W X 315W X 315W X 270W X 270W X +USW00014922197805WDFM 90W X 45W X 135W X 135W X 45W X 90W X 90W X 225W X 315W X 180W X 225W X 360W X 360W X 45W X 90W X 135W X 135W X 135W X 225W X 360W X 135W X 135W X 135W X 180W X 135W X 225W X 315W X 315W X 360W X 270W X 315W X +USW00014922197805WSFG 93 X 72 X 72 X 123 X 154 X 108 X 190 X 139 X 164 X 149 X 149 X 159 X 170 X 175 X 103 X 108 X 87 X 93 X 144 X 123 X 87 X 108 X 67 X 118 X 139 X 216 X 154 X 87 X 77 X 98 X 98 X +USW00014922197805WSFM 67 X 31 X 54 X 85 X 94 X 80 X 125 X 116 X 112 X 112 X 121 X 112 X 121 X 116 X 76 X 80 X 54 X 54 X 112 X 80 X 58 X 72 X 31 X 76 X 94 X 148 X 85 X 54 X 49 X 67 X 67 X +USW00014922197805WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00014922197805WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 +USW00014922197805WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00014922197805WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922197806TMAX 161 0 194 0 233 0 250 0 256 0 300 0 217 0 222 0 244 0 339 0 267 0 228 0 283 0 256 0 233 0 267 0 256 0 244 0 294 0 211 0 244 0 272 0 211 0 256 0 294 0 289 0 283 0 294 0 317 0 283 0-9999 +USW00014922197806TMIN 89 0 78 0 78 0 100 0 100 0 111 0 72 0 39 0 111 0 211 0 167 0 133 0 128 0 156 0 172 0 172 0 161 0 122 0 150 0 128 0 94 0 150 0 172 0 172 0 211 0 183 0 167 0 183 0 206 0 217 0-9999 +USW00014922197806PRCP 0T 0 0T 0 0 0 0T 0 0 0 0 0 76 0 0 0 0 0 0 0 46 0 0 0 3 0 81 0 81 0 160 0 15 0 0 0 51 0 5 0 0 0 3 0 124 0 0T 0 732 0 10 0 0 0 5 0 13 0 396 0-9999 +USW00014922197806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197806ACMH 80 X 50 X 20 X 20 X 0 X 20 X 80 X 20 X 50 X 80 X 80 X 20 X 60 X 80 X 90 X 90 X 70 X 10 X 70 X 70 X 10 X 80 X 100 X 80 X 80 X 50 X 20 X 50 X 60 X 100 X-9999 +USW00014922197806ACSH 90 X 50 X 30 X 40 X 0 X 10 X 90 X 20 X 50 X 80 X 90 X 20 X 50 X 80 X 100 X 90 X 90 X 10 X 70 X 80 X 10 X 80 X 100 X 90 X 80 X 50 X 30 X 70 X 60 X 100 X-9999 +USW00014922197806PGTM 1400 X 1518 X 1700 X 1142 X 0954 X 1700 X 1436 X 1430 X 1742 X 1148 X 0036 X 1454 X 2012 X 0948 X 2130 X 0306 X 1724 X 1712 X 2042 X 1806 X 1412 X 1512 X 0630 X 1430 X 1000 X 1842 X 1330 X 0842 X 2106 X 1918 X-9999 +USW00014922197806PSUN 51 X 81 X 99 X 85 X 100 X 96 X 40 X 99 X 66 X 75 X 58 X 98 X 74 X 51 X 13 X 38 X 24 X 100 X 72 X 64 X 100 X 75 X 4 X 21 X 45 X 97 X 100 X 63 X 86 X 32 X-9999 +USW00014922197806TSUN 474 X 750 X 918 X 786 X 924 X 894 X 372 X 924 X 618 X 702 X 540 X 918 X 690 X 480 X 126 X 354 X 222 X 936 X 672 X 600 X 936 X 702 X 42 X 198 X 420 X 906 X 936 X 588 X 804 X 294 X-9999 +USW00014922197806WDFG 270W X 270W X 270W X 315W X 315W X 225W X 90W X 270W X 135W X 225W X 225W X 315W X 90W X 135W X 135W X 315W X 315W X 180W X 135W X 315W X 315W X 180W X 135W X 135W X 45W X 315W X 315W X 315W X 360W X 315W X-9999 +USW00014922197806WDFM 225W X 270W X 270W X 315W X 315W X 270W X 90W X 270W X 135W X 225W X 225W X 315W X 90W X 135W X 180W X 360W X 315W X 225W X 180W X 315W X 315W X 180W X 135W X 135W X 45W X 315W X 315W X 180W X 270W X 315W X-9999 +USW00014922197806WSFG 159 X 87 X 98 X 139 X 72 X 113 X 149 X 98 X 93 X 206 X 149 X 113 X 98 X 123 X 164 X 206 X 93 X 108 X 159 X 123 X 98 X 87 X 134 X 57 X 139 X 103 X 108 X 87 X 200 X 231 X-9999 +USW00014922197806WSFM 116 X 63 X 76 X 103 X 45 X 80 X 98 X 58 X 58 X 156 X 98 X 67 X 76 X 89 X 116 X 152 X 63 X 58 X 130 X 94 X 67 X 67 X 85 X 45 X 107 X 76 X 72 X 67 X 139 X 152 X-9999 +USW00014922197806WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922197806WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197806WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00014922197806WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197806WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197806WT16 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00014922197807TMAX 278 0 222 0 250 0 261 0 317 0 300 0 244 0 244 0 233 0 239 0 244 0 256 0 256 0 306 0 311 0 333 0 333 0 317 0 328 0 217 0 217 0 206 0 256 0 272 0 322 0 294 0 244 0 289 0 239 0 244 0 261 0 +USW00014922197807TMIN 211 0 183 0 178 0 178 0 222 0 189 0 156 0 122 0 133 0 111 0 133 0 172 0 161 0 167 0 189 0 183 0 206 0 217 0 183 0 161 0 161 0 128 0 100 0 139 0 211 0 200 0 161 0 156 0 150 0 117 0 161 0 +USW00014922197807PRCP 191 0 0T 0 0T 0 0 0 36 0 168 0 5 0 30 0 5 0 0 0 0 0 38 0 0 0 5 0 0 0 0 0 0 0 0T 0 0 0 0T 0 150 0 178 0 0 0 0 0 0T 0 5 0 0 0 0T 0 0 0 0 0 0 0 +USW00014922197807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197807ACMH 100 X 100 X 80 X 70 X 90 X 80 X 70 X 60 X 70 X 20 X 30 X 80 X 10 X 30 X 20 X 10 X 70 X 70 X 20 X 60 X 100 X 80 X 0 X 20 X 70 X 50 X 60 X 50 X 70 X 50 X 40 X +USW00014922197807ACSH 100 X 100 X 90 X 80 X 90 X 70 X 80 X 70 X 70 X 30 X 40 X 90 X 20 X 40 X 20 X 10 X 70 X 80 X 30 X 90 X 100 X 100 X 0 X 20 X 60 X 50 X 60 X 60 X 90 X 50 X 50 X +USW00014922197807PGTM 0036 X 1630 X 0942 X 1848 X 2300 X 0000 X 1318 X 1306 X 1036 X 1500 X 1612 X 2042 X 1000 X 1248 X 1348 X 2336 X 2312 X 0042 X 2224 X 0906 X 1042 X 1112 X 1600 X 1648 X 0124 X 0042 X 0048 X 1524 X 0754 X 1606 X 1324 X +USW00014922197807PSUN 36 X 0 X 48 X 66 X 75 X 85 X 59 X 70 X 84 X 97 X 96 X 27 X 99 X 77 X 97 X 98 X 87 X 72 X 97 X 41 X 11 X 16 X 100 X 94 X 66 X 86 X 78 X 79 X 50 X 80 X 96 X +USW00014922197807TSUN 336 X 0 X 444 X 618 X 696 X 786 X 552 X 648 X 780 X 900 X 888 X 252 X 918 X 714 X 888 X 900 X 798 X 660 X 888 X 372 X 96 X 150 X 900 X 852 X 588 X 774 X 696 X-9999 450 X 714 X 852 X +USW00014922197807WDFG 90W X 45W X 135W X 135W X 135W X 135W X 360W X 225W X 315W X 270W X 180W X 135W X 315W X 270W X 135W X 180W X 225W X 225W X 360W X 45W X 135W X 360W X 225W X 180W X 225W X 225W X 315W X 225W X 45W X 225W X 315W X +USW00014922197807WDFM 90W X 315W X 135W X 135W X 135W X 180W X 360W X 225W X 315W X 45W X 180W X 180W X 270W X 270W X 135W X 180W X 180W X 225W X 360W X 45W X 90W X 360W X 225W X 180W X 225W X 225W X 315W X 225W X 360W X 225W X 315W X +USW00014922197807WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 X-9999 -9999 -9999 +USW00014922197807WSFG 149 X 62 X 57 X 113 X 170 X 123 X 108 X 87 X 139 X 67 X 103 X 118 X 93 X 113 X 67 X 62 X 118 X 134 X 129 X 77 X 87 X 139 X 77 X 134 X 149 X 185 X 98 X 139 X 113 X 62 X 108 X +USW00014922197807WSFM 112 X 45 X 36 X 80 X 112 X 76 X 76 X 27 X 85 X 36 X 76 X 89 X 63 X 76 X 40 X 40 X 85 X 85 X 89 X 67 X 72 X 107 X 54 X 107 X 107 X 121 X 67 X 98 X 85 X 40 X 63 X +USW00014922197807WT01 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197807WT03 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922197807WT05 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197807WT08 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197807WT16 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00014922197808TMAX 289 0 244 0 217 0 256 0 300 0 300 0 311 0 322 0 267 0 272 0 300 0 339 0 350 0 356 0 267 0 294 0 322 0 272 0 250 0 272 0 294 0 278 0 322 0 278 0 300 0 261 0 250 0 250 0 272 0 244 0 261 0 +USW00014922197808TMIN 133 0 133 0 89 0 89 0 128 0 167 0 172 0 183 0 156 0 139 0 161 0 194 0 211 0 222 0 178 0 156 0 200 0 172 0 122 0 122 0 183 0 183 0 217 0 178 0 189 0 206 0 183 0 167 0 117 0 128 0 144 0 +USW00014922197808PRCP 86 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 147 0 38 0 0 0 64 0 0T 0 0 0 0T 0 0T 0 38 0 0 0 0T 0 218 0 711 0 10 0 5 0 0 0 114 0 +USW00014922197808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197808ACMH 50 X 50 X 20 X 0 X 10 X 20 X 30 X 20 X 10 X 0 X 20 X 0 X 40 X 40 X 90 X 30 X 30 X 70 X 30 X 0 X 40 X 80 X 90 X 90 X 80 X 90 X 90 X 50 X 10 X 20 X 70 X +USW00014922197808ACSH 50 X 50 X 30 X 0 X 10 X 30 X 40 X 20 X 10 X 0 X 20 X 0 X 50 X 30 X 90 X 10 X 10 X 70 X 20 X 0 X 40 X 100 X 90 X 90 X 80 X 100 X 100 X 70 X 20 X 10 X 70 X +USW00014922197808PGTM 1654 X 1348 X 1048 X 1342 X 1442 X 1354 X 1630 X 1418 X 1348 X 1530 X 1100 X 1442 X 1424 X 2024 X 1812 X 1142 X 1500 X 1342 X 1200 X 1336 X 1630 X 1542 X 0718 X 0724 X 2042 X 2348 X 1624 X 1406 X 1642 X 1142 X 1336 X +USW00014922197808PSUN 83 X 80 X 92 X 100 X 99 X 94 X 96 X 95 X 100 X 100 X 97 X 91 X 91 X 79 X 47 X 96 X 93 X 53 X 100 X 99 X 89 X 23 X 19 X 35 X 42 X 22 X 23 X 63 X 90 X 98 X 85 X +USW00014922197808TSUN 726 X 708 X 810 X 876 X 870 X 822 X 828 X 822 X 858 X 858 X 834 X 780 X 774 X 672 X 396 X 810 X 780 X 438 X 834 X 828 X 738 X 192 X 156 X 282 X 342 X 180 X 186 X 510 X 726 X 786 X 684 X +USW00014922197808WDFG 225W X 315W X 315W X 270W X 225W X 180W X 225W X 315W X 360W X 180W X 180W X 225W X 135W X 270W X 225W X 315W X 180W X 315W X 315W X 180W X 180W X 135W X 225W X 360W X 135W X 90W X 360W X 315W X 315W X 360W X 225W X +USW00014922197808WDFM 270W X 315W X 315W X 225W X 225W X 225W X 180W X 360W X 360W X 180W X 180W X 180W X 180W X 225W X 225W X 315W X 180W X 315W X 315W X 225W X 180W X 90W X 225W X 360W X 135W X 90W X 90W X 315W X 315W X 360W X 225W X +USW00014922197808WSFG 113 X 118 X 113 X 93 X 118 X 98 X 118 X 103 X 77 X 72 X 103 X 108 X 118 X 164 X 206 X 113 X 113 X 108 X 98 X 134 X 139 X 93 X 113 X 77 X 67 X 103 X 103 X 98 X 200 X 67 X 103 X +USW00014922197808WSFM 85 X 89 X 76 X 67 X 63 X 72 X 89 X 76 X 45 X 45 X 76 X 85 X 85 X 121 X 161 X 80 X 85 X 76 X 67 X 80 X 103 X 67 X 67 X 40 X 45 X 76 X 80 X 63 X 134 X 36 X 67 X +USW00014922197808WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922197808WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197808WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0 +USW00014922197808WT05 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197808WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197808WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00014922197809TMAX 294 0 317 0 311 0 317 0 322 0 339 0 356 0 356 0 333 0 328 0 333 0 217 0 172 0 200 0 211 0 206 0 211 0 222 0 244 0 156 0 189 0 256 0 239 0 244 0 217 0 300 0 178 0 217 0 228 0 189 0-9999 +USW00014922197809TMIN 172 0 183 0 156 0 178 0 189 0 222 0 217 0 194 0 206 0 206 0 211 0 144 0 139 0 128 0 117 0 111 0 94 0 139 0 144 0 111 0 61 0 67 0 83 0 89 0 61 0 128 0 67 0 39 0 128 0 78 0-9999 +USW00014922197809PRCP 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 8 0 404 0 86 0 3 0 0 0 0T 0 0T 0 74 0 0 0 18 0 0 0 0 0 0 0 0 0 0T 0 28 0 0 0 0 0 0 0 0 0-9999 +USW00014922197809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197809ACMH 40 X 0 X 0 X 10 X 40 X 40 X 30 X 20 X 20 X 10 X 50 X 100 X 100 X 60 X 30 X 50 X 90 X 100 X 50 X 100 X 30 X 20 X 0 X 0 X 30 X 70 X 10 X 60 X 90 X 50 X-9999 +USW00014922197809ACSH 60 X 10 X 0 X 20 X 50 X 40 X 20 X 40 X 40 X 10 X 50 X 100 X 100 X 70 X 40 X 80 X 90 X 100 X 20 X 100 X 30 X 30 X 0 X 0 X 50 X 60 X 20 X 80 X 90 X 50 X-9999 +USW00014922197809PGTM 1236 X 1842 X 2242 X 1606 X 1142 X 1642 X 1454 X 1400 X 0712 X 1524 X 1500 X 1118 X 2018 X 1500 X 1136 X 1218 X 2348 X 0012 X 2142 X 1412 X 1242 X 1330 X 1618 X 1424 X 1554 X 1248 X 0900 X 1512 X 1254 X 1448 X-9999 +USW00014922197809PSUN 96 X 96 X 100 X 96 X 82 X 85 X 98 X 96 X 91 X 98 X 83 X 0 X 0 X 73 X 87 X 30 X 39 X 0 X 85 X 19 X 85 X 98 X 100 X 100 X 93 X 65 X 97 X 85 X 47 X 75 X-9999 +USW00014922197809TSUN 768 X 762 X 792 X 756 X 642 X 660 X 762 X 744 X 702 X 756 X 636 X 0 X 0 X 552 X 654 X 222 X 288 X 0 X 630 X 138 X 630 X 714 X 726 X 726 X 672 X 468 X 696 X 606 X 336 X 528 X-9999 +USW00014922197809WDFG 225W X 360W X 180W X 180W X 225W X 225W X 225W X 225W X 225W X 225W X 180W X 90W X 90W X 315W X 315W X 90W X 135W X 135W X 315W X 315W X 270W X 225W X 225W X 360W X 180W X 225W X 360W X 180W X 270W X 315W X-9999 +USW00014922197809WDFM 225W X 225W X 180W X 225W X 225W X 225W X 225W X 225W X 225W X 225W X 90W X 90W X 90W X 315W X 315W X 90W X 90W X 90W X 315W X 360W X 315W X 225W X 225W X 360W X 225W X 225W X 360W X 180W X 315W X 315W X-9999 +USW00014922197809WSFG 175 X 93 X 72 X 103 X 139 X 103 X 82 X 98 X 103 X 118 X 129 X 164 X 144 X 118 X 93 X 108 X 129 X 123 X 113 X 77 X 82 X 134 X 139 X 113 X 98 X 159 X 93 X 123 X 103 X 103 X-9999 +USW00014922197809WSFM 116 X 67 X 49 X 76 X 116 X 72 X 63 X 76 X 67 X 76 X 94 X 121 X 121 X 89 X 67 X 76 X 94 X 94 X 80 X 54 X 58 X 107 X 98 X 72 X 76 X 130 X 54 X 98 X 72 X 76 X-9999 +USW00014922197809WT01-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197809WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197809WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922197809WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197809WT08-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197809WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197810TMAX 222 0 228 0 167 0 144 0 128 0 128 0 122 0 172 0 200 0 194 0 222 0 156 0 94 0 106 0 94 0 106 0 161 0 128 0 200 0 256 0 194 0 139 0 100 0 206 0 133 0 111 0 133 0 122 0 161 0 172 0 133 0 +USW00014922197810TMIN 67 0 111 0 72 0 94 0 89 0 72 0 22 0 -11 0 100 0 94 0 78 0 50 0 11 0 -6 0 33 0 6 0 28 0 11 0 17 0 39 0 106 0 39 0 -22 0 56 0 61 0 28 0 0 0 -33 0 61 0 28 0 -6 0 +USW00014922197810PRCP 0 0 28 0 0T 0 0T 0 10 0 0T 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 0T 0 0 0 0 0 +USW00014922197810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197810ACMH 50 X 70 X 80 X 100 X 100 X 90 X 60 X 50 X 80 X 50 X 40 X 50 X 60 X 70 X 60 X 30 X 60 X 50 X 50 X 20 X 100 X 80 X 20 X 40 X 90 X 80 X 10 X 60 X 50 X 30 X 20 X +USW00014922197810ACSH 60 X 80 X 80 X 100 X 100 X 90 X 80 X 60 X 70 X 60 X 50 X 80 X 60 X 90 X 80 X 20 X 70 X 60 X 80 X 0 X 100 X 100 X 20 X 10 X 80 X 80 X 10 X 60 X 50 X 50 X 30 X +USW00014922197810PGTM 1418 X 2200 X 1636 X 1848 X 1300 X 0024 X 0036 X 1624 X 1354 X 1430 X 1554 X 1512 X 1506 X 1318 X 0830 X 1212 X 1018 X 0824 X 0312 X 1406 X 2306 X 1418 X 2336 X 1036 X 1330 X 1248 X 1342 X 1754 X 1118 X 0342 X 1518 X +USW00014922197810PSUN 89 X 60 X 47 X 18 X 15 X 48 X 44 X 91 X 47 X 57 X 65 X 54 X 50 X 24 X 32 X 84 X 73 X 71 X 95 X 100 X 0 X 8 X 87 X 93 X 39 X 41 X 99 X 62 X 100 X 93 X 86 X +USW00014922197810TSUN 630 X 426 X 324 X 126 X 102 X 330 X 300 X 624 X 318 X 384 X 438 X 360 X 330 X 162 X 210 X 552 X 474 X 462 X 612 X 648 X 0 X 54 X 552 X 594 X 246 X 258 X 618 X 384 X 618 X 576 X 528 X +USW00014922197810WDFG 180W X 270W X 315W X 225W X 315W X 315W X 315W X 135W X 180W X 180W X 315W X 315W X 315W X 270W X 315W X 135W X 180W X 360W X 225W X 225W X 315W X 360W X 225W X 225W X 315W X 225W X 315W X 180W X 180W X 225W X 225W X +USW00014922197810WDFM 180W X 270W X 315W X 225W X 315W X 315W X 315W X 180W X 180W X 180W X 315W X 315W X 315W X 270W X 315W X 180W X 225W X 360W X 270W X 225W X 315W X 360W X 180W X 225W X 315W X 270W X 315W X 90W X 180W X 225W X 225W X +USW00014922197810WSFG 118 X 134 X 113 X 134 X 149 X 118 X 87 X 113 X 103 X 98 X 154 X 118 X 98 X 77 X 154 X 93 X 149 X 108 X 87 X 113 X 108 X 123 X 87 X 154 X 149 X 77 X 129 X 72 X 154 X 149 X 57 X +USW00014922197810WSFM 80 X 85 X 80 X 107 X 116 X 76 X 58 X 80 X 67 X 72 X 107 X 94 X 63 X 45 X 116 X 49 X 116 X 76 X 58 X 76 X 76 X 85 X 63 X 112 X 107 X 54 X 89 X 54 X 121 X 107 X 31 X +USW00014922197810WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197810WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197810WT16-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00014922197811TMAX 172 0 222 0 233 0 183 0 206 0 83 0 133 0 183 0 150 0 106 0 33 0 22 0 100 0 6 0 33 0 56 0 28 0 -6 0 -83 0 -83 0 -78 0 -44 0 -22 0 -28 0 22 0 -17 0 -17 0 -22 0 28 0 -111 0-9999 +USW00014922197811TMIN -6 0 17 0 83 0 50 0 50 0 -11 0 -11 0 61 0 78 0 33 0 0 0 -17 0 0 0 -28 0 -50 0 -50 0 -28 0 -100 0 -106 0 -133 0 -139 0 -94 0 -44 0 -89 0 -128 0 -78 0 -94 0 -167 0 -161 0 -172 0-9999 +USW00014922197811PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 117 0 41 0 0T 0 0 0 5 0 185 0 0T 0 0T 0 8 0 0 0 61 0 13 0 0 0 0 0 8 0 30 0 0T 0 0T 0 0T 0-9999 +USW00014922197811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0T 0 0T 0 0 0 10 0 211 0 0T 0 8 0 15 0 0 0 71 0 23 0 0 0 0 0 8 0 33 0 0T 0 0T 0 0T 0-9999 +USW00014922197811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 76 0 178 0 152 0 178 0 178 0 127 0 203 0 203 0 152 0 127 0 152 0 178 0 178 0 178 0-9999 +USW00014922197811ACMH 0 X 20 X 20 X 70 X 90 X 10 X 30 X 70 X 80 X 100 X 100 X 100 X 100 X 100 X 30 X 50 X 100 X 70 X 100 X 80 X 60 X 100 X 100 X 50 X 60 X 100 X 100 X 100 X 40 X 80 X-9999 +USW00014922197811ACSH 0 X 10 X 20 X 90 X 80 X 20 X 40 X 100 X 40 X 100 X 100 X 100 X 100 X 90 X 10 X 50 X 100 X 100 X 100 X 70 X 40 X 100 X 100 X 80 X 60 X 100 X 100 X 100 X 20 X 90 X-9999 +USW00014922197811PGTM 1918 X 2336 X 2154 X 2354 X 1218 X 1448 X 2000 X 1142 X 1930 X 2200 X 0530 X 2148 X 1742 X 0112 X 1418 X 1142 X 1924 X 1718 X 1848 X 0930 X 1018 X 1848 X 1654 X 0318 X 1018 X 1754 X 2242 X 0036 X 0654 X 0324 X-9999 +USW00014922197811PSUN 97 X 91 X 79 X 81 X 63 X 83 X 93 X 28 X 70 X 4 X 0 X 0 X 2 X 15 X 86 X 52 X 0 X 1 X 0 X 9 X 23 X 1 X 0 X 9 X 45 X 1 X 9 X 11 X 92 X 6 X-9999 +USW00014922197811TSUN 594 X 552 X 480 X 492 X 378 X 498 X 552 X 162 X 414 X 24 X 0 X 0 X 12 X 90 X 492 X 300 X 0 X 6 X 0 X 54 X 126 X 6 X 0 X 54 X 246 X 6 X 48 X 60 X 504 X 36 X-9999 +USW00014922197811WDFG 225W X 225W X 315W X 180W X 270W X 315W X 225W X 225W X 45W X 45W X 360W X 135W X 270W X 315W X 225W X 180W X 270W X 315W X 360W X 360W X 360W X 135W X 315W X 315W X 360W X 45W X 315W X 315W X 315W X 315W X-9999 +USW00014922197811WDFM 225W X 225W X 315W X 180W X 225W X 315W X 225W X 225W X 45W X 360W X 360W X 135W X 225W X 315W X 225W X 180W X 315W X 315W X 45W X 360W X 270W X 135W X 315W X 315W X 45W X 45W X 315W X 315W X 315W X 315W X-9999 +USW00014922197811WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 178 X 152 X 152 X 152 X 127 X 127 X 76 X 203 X 152 X 152 X 152 X 178 X 178 X 178 X-9999 +USW00014922197811WSFG 123 X 77 X 93 X 129 X 144 X 77 X 113 X 123 X 164 X 139 X 134 X 123 X 185 X 159 X 77 X 72 X 103 X 118 X 93 X 87 X 51 X 98 X 118 X 67 X 62 X 72 X 123 X 118 X 154 X 77 X-9999 +USW00014922197811WSFM 85 X 36 X 72 X 98 X 112 X 45 X 76 X 103 X 116 X 103 X 103 X 94 X 134 X 112 X 49 X 49 X 76 X 85 X 63 X 49 X 31 X 63 X 80 X 49 X 40 X 45 X 80 X 85 X 94 X 45 X-9999 +USW00014922197811WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922197811WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197811WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197811WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922197811WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197811WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922197812TMAX -89 0 -100 0 -67 0 11 0 -17 0 -128 0 -128 0 -128 0 -144 0 -94 0 11 0 33 0 -22 0 -6 0 33 0 6 0 0 0 -11 0 -11 0 -11 0 22 0 22 0 17 0 -89 0 -100 0 -72 0 -72 0 -22 0 -11 0 -139 0 -156 0 +USW00014922197812TMIN -156 0 -189 0 -106 0 -211 0 -139 0 -222 0 -239 0 -244 0 -256 0 -261 0 -94 0 -28 0 -78 0 -56 0 -50 0 -67 0 -89 0 -39 0 -39 0 -106 0 -139 0 -72 0 -89 0 -183 0 -172 0 -167 0 -222 0 -78 0 -144 0 -206 0 -206 0 +USW00014922197812PRCP 0 0 38 0 61 0 0T 0 0 0 0 0 3 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 10 0 84 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 8 0 15 0 5 0 0 0 0 0 +USW00014922197812SNOW 0 0 69 0 124 0 0T 0 0 0 0 0 5 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 36 0 112 0 0 0 0T 0 0T 0 0T 0 0T 0 10 0 8 0 15 0 5 0 0 0 0 0 +USW00014922197812SNWD 178 0 178 0 305 0 279 0 279 0 279 0 254 0 279 0 254 0 229 0 229 0 229 0 229 0 229 0 229 0 203 0 178 0 178 0 178 0 254 0 305 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 +USW00014922197812ACMH 40 X 80 X 100 X 40 X 60 X 20 X 60 X 20 X 0 X 50 X 90 X 100 X 50 X 70 X 10 X 30 X 50 X 90 X 100 X 100 X 70 X 90 X 90 X 70 X 70 X 60 X 60 X 100 X 100 X 70 X 100 X +USW00014922197812ACSH 10 X 100 X 100 X 70 X 60 X 10 X 90 X 10 X 0 X 50 X 100 X 100 X 70 X 100 X 0 X 40 X 60 X 100 X 100 X 100 X 70 X 90 X 100 X 50 X 80 X 80 X 80 X 100 X 100 X 80 X 100 X +USW00014922197812PGTM 1418 X 2342 X 0542 X 1536 X 1524 X 0200 X 0724 X 1148 X 0100 X 1306 X 1748 X 2006 X 0048 X 1318 X 0536 X 1418 X 1412 X 2112 X 0106 X 1806 X 2354 X 0142 X 1524 X 0106 X 1054 X 1554 X 1954 X 1130 X 1812 X 0200 X 1106 X +USW00014922197812PSUN 76 X 14 X 0 X 47 X 46 X 86 X 7 X 91 X 100 X 40 X 4 X 2 X 33 X 2 X 97 X 61 X 62 X 0 X 0 X 0 X 86 X 38 X 35 X 66 X 71 X 54 X 27 X 0 X 24 X 73 X 56 X +USW00014922197812TSUN 414 X 78 X 0 X 252 X 246 X 462 X 36 X 486 X 534 X 216 X 24 X 12 X 180 X 6 X 510 X 324 X 330 X 0 X 0 X 0 X 450 X 204 X 186 X 348 X 372 X 282 X 144 X 0 X 132 X 390 X 294 X +USW00014922197812WDFG 315W X 45W X 360W X 270W X 315W X 315W X 360W X 225W X 315W X 135W X 225W X 315W X 315W X 225W X 203W X 270W X 135W X 90W X 90W X 315W X 270W X 270W X 360W X 360W X 90W X 315W X 135W X 135W X 315W X 315W X 360W X +USW00014922197812WDFM 315W X 45W X 360W X 270W X 270W X 315W X 360W X 225W X 315W X 135W X 225W X 315W X 315W X 225W X 225W X 270W X 135W X 90W X 135W X 315W X 270W X 270W X 360W X 315W X 315W X 315W X 135W X 135W X 315W X 315W X 360W X +USW00014922197812WESD 178 X 178 X 330 X 330 X 330 X 330 X 330 X 381 X 381 X 381 X 356 X 356 X 356 X 356 X 330 X 330 X 330 X 305 X 330 X 406 X 381 X 381 X 381 X 381 X 381 X 381 X 381 X 406 X 432 X 432 X 432 X +USW00014922197812WSFG 77 X 93 X 103 X 129 X 149 X 87 X 57 X 82 X 93 X 62 X 98 X 170 X 154 X 108 X 93 X 129 X 77 X 108 X 134 X 139 X 134 X 170 X 129 X 98 X 51 X 103 X 93 X 170 X 103 X 93 X 93 X +USW00014922197812WSFM 54 X 63 X 72 X 89 X 103 X 63 X 27 X 63 X 63 X 40 X 72 X 130 X 121 X 85 X 63 X 89 X 49 X 76 X 94 X 98 X 98 X 130 X 89 X 76 X 27 X 76 X 72 X 116 X 72 X 63 X 54 X +USW00014922197812WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197812WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197812WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197812WT06-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00014922197812WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197812WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922197812WT18-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922197901TMAX -183 0 -189 0 -144 0 -183 0 -194 0 -122 0 -144 0 -89 0 -106 0 -189 0 -161 0 -122 0 -117 0 -217 0 -167 0 -133 0 -122 0 -78 0 -50 0 -33 0 -44 0 -67 0 -72 0 -128 0 -94 0 -33 0 -39 0 -56 0 -89 0 -94 0 -94 0 +USW00014922197901TMIN -261 0 -300 0 -244 0 -239 0 -272 0 -206 0 -239 0 -267 0 -206 0 -261 0 -333 0 -161 0 -222 0 -294 0 -267 0 -272 0 -206 0 -211 0 -78 0 -56 0 -117 0 -144 0 -161 0 -244 0 -244 0 -106 0 -56 0 -89 0 -217 0 -228 0 -172 0 +USW00014922197901PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 20 0 10 0 0T 0 0 0 15 0 3 0 3 0 0 0 53 0 41 0 0T 0 76 0 3 0 0 0 0 0 3 0 48 0 3 0 0T 0 0T 0 0T 0 +USW00014922197901SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 23 0 0T 0 0 0 18 0 3 0 3 0 0 0 58 0 43 0 0T 0 99 0 5 0 0 0 0 0 3 0 66 0 13 0 0T 0 3 0 0T 0 +USW00014922197901SNWD 279 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 279 0 305 0 305 0 305 0 305 0 305 0 305 0 305 0 356 0 406 0 432 0 432 0 533 0 533 0 457 0 457 0 483 0 533 0 508 0 508 0 508 0 +USW00014922197901ACMH 30 X 10 X 30 X 0 X 0 X 40 X 30 X 60 X 10 X 10 X 70 X 100 X 60 X 0 X 70 X 70 X 40 X 70 X 100 X 100 X 50 X 100 X 70 X 0 X 60 X 100 X 100 X 100 X 30 X 90 X 60 X +USW00014922197901ACSH 50 X 0 X 60 X 0 X 0 X 0 X 60 X 90 X 0 X 0 X 100 X 100 X 90 X 0 X 100 X 100 X 20 X 90 X 100 X 100 X 80 X 100 X 90 X 10 X 90 X 100 X 100 X 100 X 10 X 100 X 70 X +USW00014922197901PGTM 0142 X 1630 X 2124 X 0030 X 2242 X 0354 X 1930 X 2336 X 0430 X 1506 X 1712 X 1854 X 1630 X 0306 X 0906 X 1906 X 0600 X 2342 X 0324 X 1742 X 1454 X 1542 X 0154 X 0200 X 1900 X 1900 X 1030 X 0036 X 1536 X 1448 X 1818 X +USW00014922197901PSUN 57 X 100 X 87 X 100 X 100 X 90 X 81 X 74 X 100 X 100 X 75 X 52 X 85 X 100 X 38 X 0 X 97 X 83 X 1 X 38 X 82 X 0 X 84 X 98 X 87 X 38 X 59 X 58 X 88 X 55 X 80 X +USW00014922197901TSUN 300 X 534 X 462 X 534 X 534 X 486 X 438 X 402 X 540 X 540 X 408 X 282 X 462 X 546 X 210 X 0 X 540 X 462 X 6 X 210 X 456 X 0 X 474 X 558 X 498 X 216 X 342 X 336 X 510 X 324 X 468 X +USW00014922197901WDFG 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 360W X 135W X 45W X 315W X 315W X 135W X 135W X 270W X 135W X 90W X 360W X 315W X 45W X 360W X 315W X 90W X 360W X 45W X 360W X 225W X 315W X 315W X +USW00014922197901WDFM 315W X 315W X 315W X 315W X 225W X 180W X 315W X 315W X 315W X 315W X 135W X 135W X 315W X 315W X 225W X 135W X 270W X 90W X 90W X 360W X 315W X 45W X 360W X 360W X 135W X 360W X 45W X 360W X 225W X 315W X 315W X +USW00014922197901WESD 432 X 432 X 432 X 432 X 432 X 432 X 432 X 432 X 432 X 432 X 432 X 432 X 457 X 457 X 457 X 457 X 457 X 457 X 483 X 508 X 508 X 508 X 584 X 686 X 686 X 686 X 711 X 762 X 762 X 762 X 762 X +USW00014922197901WSFG 77 X 93 X 154 X 98 X 103 X 93 X 77 X 103 X 113 X 87 X 87 X 82 X 113 X 98 X 62 X 108 X 82 X 108 X 118 X 93 X 98 X 108 X 129 X 93 X 62 X 103 X 118 X 87 X 82 X 72 X 72 X +USW00014922197901WSFM 67 X 58 X 98 X 58 X 67 X 67 X 49 X 72 X 76 X 45 X 63 X 40 X 76 X 72 X 31 X 76 X 54 X 76 X 76 X 58 X 67 X 76 X 85 X 54 X 36 X 58 X 63 X 49 X 63 X 45 X 49 X +USW00014922197901WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197901WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197901WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197901WT09-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197901WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197901WT18-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922197902TMAX -122 0 -89 0 -139 0 -206 0 -122 0 -83 0 -150 0 -161 0 -122 0 -133 0 -94 0 -83 0 -56 0 -28 0 -33 0 -178 0 -133 0 -106 0 -28 0 11 0 11 0 33 0 33 0 -39 0 -22 0 0 0 28 0 28 0-9999 -9999 -9999 +USW00014922197902TMIN -228 0 -183 0 -256 0 -278 0 -328 0 -194 0 -267 0 -244 0 -267 0 -194 0 -133 0 -122 0 -94 0 -56 0 -228 0 -261 0 -244 0 -172 0 -172 0 -44 0 -100 0 -106 0 -128 0 -167 0 -156 0 -106 0 -78 0 -67 0-9999 -9999 -9999 +USW00014922197902PRCP 0T 0 20 0 3 0 0 0 0T 0 10 0 0 0 0 0 0 0 3 0 69 0 3 0 0T 0 0T 0 10 0 0 0 0 0 0 0 0T 0 86 0 15 0 135 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922197902SNOW 0T 0 51 0 5 0 0 0 0T 0 20 0 0 0 0 0 0 0 5 0 104 0 3 0 0T 0 0T 0 10 0 0 0 0 0 0 0 0T 0 107 0 20 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922197902SNWD 508 0 533 0 533 0 533 0 533 0 559 0 483 0 483 0 483 0 483 0 457 0 559 0 559 0 533 0 533 0 533 0 533 0 533 0 508 0 483 0 610 0 610 0 559 0 559 0 559 0 559 0 559 0 483 0-9999 -9999 -9999 +USW00014922197902ACMH 80 X 80 X 50 X 0 X 80 X 60 X 40 X 10 X 80 X 90 X 100 X 80 X 100 X 100 X 80 X 40 X 70 X 60 X 50 X 100 X 60 X 100 X 50 X 0 X 50 X 30 X 90 X 70 X-9999 -9999 -9999 +USW00014922197902ACSH 80 X 80 X 70 X 0 X 100 X 80 X 50 X 0 X 70 X 100 X 100 X 60 X 100 X 100 X 100 X 70 X 100 X 40 X 70 X 100 X 30 X 100 X 40 X 0 X 50 X 10 X 100 X 90 X-9999 -9999 -9999 +USW00014922197902PGTM 1712 X 1442 X 2024 X 0254 X 1530 X 1724 X 0218 X 0848 X 1454 X 0948 X 2106 X 0936 X 2230 X 0206 X 1630 X 0242 X 1348 X 0112 X 1424 X 1918 X 0812 X 1424 X 0624 X 1718 X 1454 X 1924 X 1136 X 0742 X-9999 -9999 -9999 +USW00014922197902PSUN 70 X 42 X 62 X 100 X 62 X 62 X 85 X 100 X 78 X 25 X 43 X 77 X 45 X 29 X 33 X 96 X 80 X 90 X 75 X 2 X 63 X 2 X 65 X 99 X 82 X 99 X 65 X 81 X-9999 -9999 -9999 +USW00014922197902TSUN 414 X 252 X 372 X 594 X 372 X 372 X 516 X 606 X 474 X 150 X 264 X 474 X 282 X 180 X 210 X 606 X 510 X 570 X 474 X 12 X 408 X 12 X 420 X 648 X 540 X 654 X 432 X 540 X-9999 -9999 -9999 +USW00014922197902WDFG 90W X 315W X 315W X 315W X 180W X 315W X 315W X 360W X 180W X 135W X 360W X 45W X 180W X 180W X 315W X 315W X 135W X 135W X 180W X 90W X 315W X 135W X 225W X 360W X 135W X 135W X 180W X 135W X-9999 -9999 -9999 +USW00014922197902WDFM 270W X 315W X 315W X 315W X 180W X 315W X 315W X 360W X 225W X 90W X 360W X 360W X 135W X 180W X 315W X 315W X 135W X 135W X 180W X 90W X 270W X 135W X 225W X 360W X 45W X 135W X 180W X 135W X-9999 -9999 -9999 +USW00014922197902WESD 762 X 787 X 787 X 787 X 787 X 686 X 686 X 686 X 686 X 686 X 686 X 762 X 762 X 889 X 889 X 914 X 889 X 889 X 889 X 889 X 991 X 1016 X 1143 X 1143 X 1143 X 1118 X 1118 X 1118 X-9999 -9999 -9999 +USW00014922197902WSFG 57 X 57 X 139 X 118 X 113 X 113 X 103 X 77 X 62 X 93 X 72 X 87 X 103 X 98 X 149 X 108 X 93 X 82 X 113 X 77 X 103 X 134 X 139 X 93 X 57 X 93 X 87 X 62 X-9999 -9999 -9999 +USW00014922197902WSFM 31 X 31 X 94 X 80 X 80 X 80 X 63 X 45 X 36 X 67 X 36 X 54 X 67 X 67 X 107 X 67 X 67 X 45 X 72 X 58 X 76 X 85 X 107 X 36 X 31 X 67 X 67 X 31 X-9999 -9999 -9999 +USW00014922197902WT01 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197902WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197902WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197902WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197902WT08-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197902WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197902WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197902WT18 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197903TMAX 0 0 22 0 22 0 0 0 28 0 28 0 6 0 6 0 -11 0 -139 0 22 0 22 0 50 0 -39 0 -61 0 67 0 50 0 72 0 72 0 39 0 67 0 50 0 28 0 0 0 0 0 -11 0 11 0 61 0 56 0 33 0 67 0 +USW00014922197903TMIN -100 0 -11 0 -11 0 -17 0 -89 0 -94 0 -83 0 -122 0 -156 0 -178 0 -139 0 -117 0 -67 0 -144 0 -194 0 -83 0 33 0 33 0 28 0 22 0 28 0 28 0 -22 0 -56 0 -83 0 -61 0 -89 0 11 0 17 0 22 0 -11 0 +USW00014922197903PRCP 0 0 81 0 91 0 30 0 0 0 8 0 0T 0 15 0 0 0 0 0 0T 0 0 0 0T 0 3 0 0 0 0 0 0T 0 107 0 0T 0 0 0 0T 0 46 0 109 0 0 0 0 0 0T 0 0 0 3 0 147 0 8 0 0 0 +USW00014922197903SNOW 0 0 0T 0 74 0 36 0 0 0 5 0 0T 0 33 0 0 0 0 0 0T 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197903SNWD 457 0 330 0 457 0 508 0 533 0 533 0 533 0 533 0 559 0 559 0 559 0 508 0 483 0 483 0 483 0 483 0 432 0 381 0 305 0 152 0 127 0 76 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 +USW00014922197903ACMH 80 X 100 X 100 X 100 X 20 X 80 X 60 X 90 X 40 X 30 X 20 X 50 X 70 X 40 X 0 X 10 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 40 X 80 X 70 X 100 X 100 X 100 X 40 X +USW00014922197903ACSH 100 X 100 X 100 X 100 X 10 X 100 X 40 X 100 X 20 X 0 X 10 X 40 X 100 X 30 X 0 X 0 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 50 X 100 X 100 X 100 X 100 X 100 X 10 X +USW00014922197903PGTM 1936 X 1348 X 1224 X 0630 X 0900 X 2336 X 1000 X 1448 X 0818 X 0324 X 1000 X 1730 X 1742 X 0942 X 0000 X 1212 X 1924 X 2042 X 1536 X 1300 X 0136 X 2118 X 2118 X 0536 X 0730 X 0906 X 1930 X 1712 X 2254 X 1412 X 0142 X +USW00014922197903PSUN 0 X 0 X 0 X 0 X 88 X 0 X 70 X 1 X 91 X 100 X 93 X 92 X 11 X 78 X 100 X 95 X 0 X 2 X 6 X 2 X 2 X 0 X 7 X 84 X 64 X 16 X 49 X 0 X 1 X 6 X 94 X +USW00014922197903TSUN 0 X 0 X 0 X 0 X 600 X 0 X 480 X 6 X 630 X 696 X 654 X 648 X 78 X 558 X 714 X 678 X 0 X 18 X 42 X 12 X 12 X 0 X 54 X 618 X 480 X 120 X 372 X 0 X 6 X 48 X 714 X +USW00014922197903WDFG 135W X 180W X 45W X 45W X 360W X 360W X 315W X 225W X 315W X 315W X 315W X 180W X 315W X 360W X 315W X 225W X 135W X 135W X 180W X 270W X 270W X 360W X 360W X 360W X 45W X 315W X 135W X 270W X 90W X 315W X 360W X +USW00014922197903WDFM 180W X 135W X 45W X 360W X 360W X 360W X 315W X 225W X 315W X 315W X 315W X 180W X 315W X 360W X 315W X 225W X 180W X 135W X 180W X 270W X 270W X 360W X 360W X 315W X 45W X 315W X 135W X 270W X 90W X 315W X 360W X +USW00014922197903WESD 762 X 762 X 1092 X 1245 X 1245 X 1245 X 1245 X 1245 X 1245 X 1245 X 1245 X 1245 X 1245 X 1245 X 1245 X 1168 X 1168 X 1118 X 559 X 381 X 381 X 305 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197903WSFG 103 X 175 X 211 X 159 X 93 X 118 X 118 X 98 X 144 X 139 X 118 X 103 X 164 X 206 X 103 X 118 X 113 X 123 X 139 X 129 X 77 X 113 X 206 X 195 X 103 X 82 X 118 X 118 X 164 X 129 X 123 X +USW00014922197903WSFM 72 X 121 X 165 X 112 X 45 X 85 X 85 X 58 X 107 X 85 X 76 X 67 X 121 X 130 X 54 X 94 X 76 X 80 X 103 X 80 X 49 X 76 X 130 X 139 X 76 X 54 X 76 X 67 X 121 X 89 X 72 X +USW00014922197903WT01 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922197903WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197903WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922197903WT04-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197903WT06-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197903WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197903WT09-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197903WT16-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922197903WT18-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197904TMAX 44 0 67 0 50 0 78 0 22 0 0 0 67 0 33 0 67 0 78 0 94 0 161 0 72 0 72 0 150 0 161 0 194 0 200 0 178 0 144 0 194 0 206 0 256 0 211 0 167 0 133 0 122 0 117 0 89 0 106 0-9999 +USW00014922197904TMIN -6 0 -33 0 -67 0 -56 0 -111 0 -122 0 -17 0 6 0 -33 0 -28 0 22 0 44 0 33 0 33 0 6 0 22 0 39 0 94 0 89 0 61 0 28 0 56 0 78 0 111 0 56 0 44 0 33 0 0 0 39 0 33 0-9999 +USW00014922197904PRCP 5 0 0T 0 0 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 8 0 0 0 0 0 0 0 0 0 0 0 0T 0 13 0 0 0 3 0 0 0 0T 0 20 0 43 0 5 0 0 0 36 0 0T 0-9999 +USW00014922197904SNOW 5 0 0T 0 0 0 0T 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0-9999 +USW00014922197904SNWD 0T 0 0T 0 0T 0 0 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197904ACMH 100 X 70 X 20 X 60 X 70 X 20 X 100 X 100 X 30 X 80 X 90 X 100 X 100 X 100 X 20 X 60 X 0 X 80 X 80 X 90 X 20 X 60 X 50 X 70 X 100 X 60 X 50 X 60 X 100 X 80 X-9999 +USW00014922197904ACSH 100 X 90 X 20 X 60 X 90 X 10 X 90 X 100 X 40 X 100 X 100 X 100 X 100 X 100 X 0 X 70 X 0 X 100 X 90 X 100 X 10 X 70 X 50 X 90 X 100 X 50 X 50 X 80 X 100 X 90 X-9999 +USW00014922197904PGTM 1818 X 1306 X 1206 X 1124 X 1648 X 0006 X 1518 X 1524 X 0036 X 1024 X 2036 X 1848 X 1312 X 1506 X 1430 X 1612 X 1206 X 1212 X 1836 X 2112 X 0836 X 1612 X 1448 X 1612 X 1542 X 1606 X 1054 X 1242 X 1830 X 2312 X-9999 +USW00014922197904PSUN 1 X 84 X 94 X 74 X 51 X 93 X 27 X 9 X 90 X 79 X 16 X 18 X 12 X 12 X 100 X 60 X 100 X 64 X 31 X 0 X 97 X 65 X 93 X 37 X 2 X 64 X 74 X 79 X 4 X 25 X-9999 +USW00014922197904TSUN 6 X 648 X 726 X 576 X 402 X 732 X 216 X 66 X 708 X 630 X 126 X 144 X 102 X 96 X 804 X 492 X 816 X 528 X 252 X 0 X 798 X 540 X 774 X 312 X 18 X 540 X 624 X 672 X 36 X 210 X-9999 +USW00014922197904WDFG 45W X 315W X 45W X 180W X 315W X 315W X 135W X 360W X 360W X 135W X 90W X 225W X 225W X 270W X 315W X 45W X 135W X 180W X 135W X 360W X 315W X 225W X 180W X 180W X 315W X 315W X 360W X 315W X 315W X 225W X-9999 +USW00014922197904WDFM 90W X 360W X 315W X 180W X 315W X 315W X 135W X 360W X 360W X 135W X 90W X 225W X 225W X 315W X 315W X 45W X 135W X 135W X 180W X 315W X 180W X 225W X 225W X 180W X 315W X 315W X 360W X 360W X 225W X 315W X-9999 +USW00014922197904WSFG 67 X 123 X 82 X 98 X 247 X 118 X 154 X 134 X 87 X 108 X 195 X 154 X 144 X 139 X 93 X 72 X 103 X 144 X 139 X 103 X 77 X 87 X 159 X 93 X 108 X 118 X 139 X 67 X 77 X 72 X-9999 +USW00014922197904WSFM 40 X 76 X 45 X 63 X 170 X 80 X 121 X 76 X 58 X 80 X 143 X 112 X 89 X 94 X 58 X 45 X 76 X 94 X 98 X 72 X 40 X 76 X 94 X 76 X 76 X 80 X 85 X 31 X 54 X 45 X-9999 +USW00014922197904WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922197904WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197904WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197904WT08-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922197904WT09-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197904WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00014922197904WT18 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197905TMAX 111 0 133 0 128 0 122 0 183 0 278 0 222 0 150 0 106 0 117 0 72 0 194 0 206 0 206 0 189 0 250 0 328 0 211 0 211 0 139 0 178 0 211 0 183 0 206 0 211 0 211 0 256 0 283 0 278 0 239 0 178 0 +USW00014922197905TMIN 11 0 50 0 17 0 17 0 67 0 56 0 111 0 94 0 44 0 50 0 39 0 -6 0 50 0 39 0 44 0 89 0 150 0 128 0 78 0 67 0 11 0 89 0 67 0 83 0 39 0 89 0 56 0 89 0 156 0 128 0 94 0 +USW00014922197905PRCP 102 0 74 0 0 0 0 0 0T 0 0T 0 0 0 64 0 132 0 102 0 0 0 0 0 5 0 15 0 0 0 0T 0 236 0 0T 0 56 0 0 0 0 0 140 0 0 0 0 0 0T 0 0T 0 0 0 0 0 104 0 127 0 0T 0 +USW00014922197905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197905ACMH 80 X 80 X 40 X 60 X 90 X 80 X 90 X 90 X 100 X 100 X 100 X 30 X 30 X 30 X 10 X 40 X 70 X 90 X 30 X 70 X 50 X 100 X 60 X 20 X 50 X 60 X 20 X 10 X 90 X 100 X 70 X +USW00014922197905ACSH 100 X 100 X 70 X 70 X 80 X 80 X 90 X 100 X 100 X 100 X 100 X 30 X 50 X 40 X 10 X 40 X 80 X 90 X 30 X 90 X 50 X 100 X 50 X 10 X 40 X 70 X 30 X 0 X 90 X 100 X 80 X +USW00014922197905PGTM 1418 X 2312 X 0006 X 0948 X 1642 X 1600 X 0042 X 1036 X 0742 X 0324 X 0742 X 1542 X 1524 X 1424 X 0936 X 1536 X 1630 X 1412 X 1712 X 1642 X 1718 X 0612 X 0542 X 1124 X 1218 X 1630 X 2154 X 1336 X 1654 X 1324 X 1642 X +USW00014922197905PSUN 21 X 14 X 97 X 61 X 49 X 58 X 60 X 10 X 6 X 6 X 14 X 95 X 84 X 88 X 100 X 89 X 60 X 47 X 80 X 47 X 91 X 15 X 65 X 99 X 86 X 50 X 89 X 96 X 42 X 13 X 30 X +USW00014922197905TSUN 180 X 120 X 834 X 528 X 426 X 504 X 522 X 90 X 54 X 54 X 126 X 846 X 744 X 780 X 888 X 792 X 534 X 426 X 720 X 420 X 828 X 132 X 594 X 900 X 786 X 462 X 816 X 876 X 384 X 120 X 276 X +USW00014922197905WDFG 135W X 360W X 360W X 315W X 360W X 180W X 180W X 360W X 45W X 270W X 270W X 270W X 315W X 315W X 315W X 180W X 225W X 225W X 315W X 315W X 45W X 135W X 45W X 45W X 135W X 360W X 90W X 225W X 315W X 270W X 315W X +USW00014922197905WDFM 135W X 360W X 315W X 315W X 360W X 180W X 180W X 45W X 45W X 270W X 270W X 225W X 270W X 270W X 315W X 180W X 225W X 315W X 315W X 360W X 180W X 180W X 360W X 45W X 135W X 45W X 315W X 135W X 315W X 315W X 315W X +USW00014922197905WSFG 103 X 139 X 129 X 82 X 118 X 154 X 108 X 149 X 144 X 103 X 118 X 103 X 216 X 211 X 93 X 175 X 236 X 93 X 195 X 134 X 72 X 134 X 118 X 87 X 67 X 77 X 103 X 87 X 113 X 113 X 93 X +USW00014922197905WSFM 72 X 80 X 85 X 63 X 76 X 116 X 67 X 67 X 112 X 72 X 85 X 58 X 134 X 152 X 58 X 121 X 156 X 72 X 134 X 76 X 49 X 80 X 80 X 54 X 40 X 54 X 76 X 58 X 89 X 80 X 63 X +USW00014922197905WT01 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922197905WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922197905WT08-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922197905WT16 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X +USW00014922197906TMAX 228 0 261 0 328 0 289 0 250 0 350 0 256 0 189 0 189 0 239 0 256 0 256 0 283 0 333 0 289 0 233 0 211 0 228 0 272 0 233 0 239 0 172 0 194 0 250 0 267 0 278 0 272 0 244 0 278 0 294 0-9999 +USW00014922197906TMIN 50 0 72 0 111 0 133 0 122 0 194 0 161 0 128 0 117 0 111 0 100 0 139 0 150 0 194 0 211 0 128 0 111 0 139 0 150 0 167 0 161 0 128 0 100 0 122 0 133 0 161 0 139 0 161 0 150 0 150 0-9999 +USW00014922197906PRCP 0T 0 0 0 0 0 15 0 0 0 3 0 66 0 30 0 124 0 86 0 0 0 0 0 0 0 0T 0 58 0 284 0 0 0 0 0 102 0 28 0 0 0 0 0 3 0 0 0 0 0 183 0 0 0 178 0 53 0 0 0-9999 +USW00014922197906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197906ACMH 20 X 20 X 20 X 40 X 40 X 80 X 60 X 90 X 90 X 50 X 30 X 50 X 30 X 60 X 90 X 90 X 80 X 60 X 100 X 70 X 60 X 100 X 60 X 40 X 30 X 60 X 30 X 80 X 50 X 20 X-9999 +USW00014922197906ACSH 30 X 20 X 30 X 50 X 30 X 80 X 60 X 90 X 100 X 60 X 30 X 70 X 30 X 40 X 90 X 100 X 100 X 70 X 100 X 80 X 60 X 100 X 70 X 30 X 20 X 60 X 40 X 90 X 40 X 20 X-9999 +USW00014922197906PGTM 1842 X 1648 X 1700 X 1824 X 1836 X 1524 X 0748 X 0112 X 1954 X 0706 X 2012 X 2012 X 1448 X 2148 X 0012 X 1006 X 0912 X 1106 X 2100 X 1124 X 1336 X 0718 X 1300 X 1706 X 1224 X 1400 X 1336 X 1606 X 0212 X 1518 X-9999 +USW00014922197906PSUN 81 X 86 X 86 X 71 X 91 X 44 X 62 X 3 X 8 X 65 X 85 X 65 X 90 X 73 X 27 X 4 X 31 X 66 X 25 X 43 X 58 X 0 X 45 X 89 X 95 X 50 X 97 X 19 X 77 X 98 X-9999 +USW00014922197906TSUN 744 X 798 X 798 X 660 X 846 X 408 X 582 X 30 X 72 X 606 X 792 X 606 X 840 X 678 X 258 X 36 X 288 X 618 X 234 X 408 X 546 X 0 X 426 X 834 X 888 X 468 X 906 X 180 X 720 X 918 X-9999 +USW00014922197906WDFG 315W X 315W X 225W X 360W X 135W X 225W X 45W X 315W X 360W X 315W X 90W X 90W X 180W X 180W X 135W X 270W X 90W X 90W X 225W X 180W X 315W X 360W X 90W X 135W X 180W X 45W X 45W X 135W X 315W X 45W X-9999 +USW00014922197906WDFM 270W X 315W X 225W X 360W X 180W X 225W X 45W X 315W X 360W X 360W X 90W X 45W X 180W X 180W X 225W X 225W X 45W X 135W X 225W X 225W X 315W X 360W X 45W X 135W X 180W X 360W X 45W X 315W X 360W X 45W X-9999 +USW00014922197906WSFG 118 X 129 X 129 X 118 X 98 X 195 X 108 X 108 X 129 X 180 X 57 X 67 X 108 X 180 X 139 X 180 X 87 X 129 X 252 X 211 X 149 X 98 X 87 X 72 X 103 X 164 X 87 X 82 X 134 X 57 X-9999 +USW00014922197906WSFM 80 X 89 X 107 X 85 X 72 X 143 X 72 X 76 X 89 X 134 X 27 X 49 X 76 X 139 X 85 X 139 X 63 X 98 X 165 X 161 X 107 X 63 X 58 X 45 X 67 X 121 X 58 X 72 X 103 X 45 X-9999 +USW00014922197906WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197906WT03-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922197906WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197906WT16 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 +USW00014922197907TMAX 278 0 300 0 250 0 267 0 244 0 261 0 272 0 278 0 311 0 322 0 322 0 317 0 294 0 300 0 283 0 228 0 272 0 283 0 294 0 311 0 289 0 333 0 289 0 300 0 300 0 272 0 261 0 283 0 300 0 294 0 267 0 +USW00014922197907TMIN 178 0 183 0 183 0 161 0 150 0 128 0 156 0 178 0 183 0 194 0 183 0 217 0 200 0 189 0 183 0 144 0 117 0 139 0 156 0 172 0 200 0 206 0 189 0 206 0 206 0 178 0 178 0 128 0 167 0 211 0 189 0 +USW00014922197907PRCP 0 0 0 0 152 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 193 0 0T 0 0 0 0T 0 0 0 0 0 0 0 79 0 13 0 0T 0 25 0 58 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 74 0 0T 0 +USW00014922197907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197907ACMH 60 X 60 X 90 X 70 X 40 X 80 X 70 X 80 X 50 X 70 X 20 X 90 X 90 X 30 X 30 X 40 X 30 X 20 X 50 X 50 X 50 X 60 X 60 X 60 X 50 X 80 X 70 X 40 X 60 X 70 X 80 X +USW00014922197907ACSH 90 X 70 X 100 X 80 X 40 X 90 X 90 X 90 X 50 X 80 X 20 X 90 X 90 X 10 X 30 X 60 X 50 X 20 X 60 X 50 X 60 X 60 X 80 X 80 X 60 X 90 X 90 X 60 X 80 X 60 X 90 X +USW00014922197907PGTM 1124 X 2206 X 1548 X 0006 X 1536 X 1154 X 1330 X 1118 X 1412 X 1800 X 1800 X 1042 X 0818 X 1230 X 1412 X 0554 X 1448 X 1648 X 1048 X 1642 X 1500 X 1824 X 1312 X 1936 X 0412 X 1854 X 0554 X 1724 X 1354 X 0424 X 1642 X +USW00014922197907PSUN 93 X 61 X 6 X 94 X 87 X 76 X 46 X 18 X 58 X 23 X 84 X 18 X 32 X 96 X 84 X 61 X 79 X 90 X 65 X 68 X 59 X 72 X 28 X 41 X 80 X 17 X 53 X 99 X 57 X 66 X 31 X +USW00014922197907TSUN 876 X 564 X 54 X 876 X 810 X 714 X 426 X 162 X 540 X 210 X 780 X 168 X 294 X 888 X 768 X 558 X 720 X 822 X 588 X 618 X 534 X 654 X 252 X 372 X 720 X 156 X 480 X 882 X 510 X 582 X 276 X +USW00014922197907WDFG 90W X 180W X 45W X 45W X 45W X 270W X 180W X 180W X 180W X 135W X 135W X 135W X 45W X 270W X 315W X 360W X 360W X 315W X 225W X 225W X 225W X 180W X 180W X 360W X 45W X 45W X 360W X 180W X 135W X 135W X 315W X +USW00014922197907WDFM 45W X 135W X 45W X 90W X 45W X 225W X 180W X 180W X 225W X 90W X 135W X 135W X 45W X 315W X 315W X 45W X 315W X 225W X 225W X 225W X 180W X 135W X 180W X 360W X 45W X 45W X 45W X 135W X 135W X 135W X 315W X +USW00014922197907WSFG 72 X 82 X 149 X 77 X 82 X 82 X 118 X 82 X 72 X 98 X 67 X 103 X 103 X 103 X 118 X 77 X 67 X 82 X 113 X 159 X 93 X 185 X 159 X 98 X 77 X 98 X 93 X 57 X 87 X 129 X 82 X +USW00014922197907WSFM 58 X 58 X 112 X 58 X 54 X 45 X 72 X 49 X 49 X 67 X 45 X 76 X 76 X 72 X 85 X 54 X 40 X 49 X 80 X 130 X 72 X 103 X 121 X 58 X 54 X 67 X 54 X 27 X 67 X 85 X 54 X +USW00014922197907WT01-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922197907WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922197907WT08-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197907WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X +USW00014922197908TMAX 294 0 317 0 311 0 306 0 294 0 356 0 322 0 256 0 250 0 244 0 250 0 239 0 233 0 211 0 206 0 183 0 261 0 283 0 228 0 228 0 244 0 267 0 200 0 178 0 261 0 206 0 233 0 228 0 306 0 278 0 333 0 +USW00014922197908TMIN 178 0 167 0 161 0 200 0 206 0 189 0 222 0 194 0 189 0 144 0 117 0 139 0 128 0 111 0 89 0 111 0 178 0 167 0 183 0 206 0 189 0 189 0 156 0 122 0 94 0 156 0 156 0 150 0 144 0 172 0 217 0 +USW00014922197908PRCP 0 0 112 0 0T 0 94 0 0 0 0 0 0T 0 0T 0 399 0 0 0 0 0 3 0 0 0 0 0 0 0 0T 0 0T 0 0 0 5 0 94 0 582 0 135 0 5 0 0T 0 0 0 104 0 0 0 257 0 0 0 0T 0 0 0 +USW00014922197908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197908ACMH 40 X 40 X 40 X 40 X 20 X 40 X 50 X 70 X 80 X 50 X 10 X 70 X 90 X 70 X 40 X 100 X 80 X 70 X 100 X 100 X 100 X 90 X 100 X 70 X 10 X 90 X 70 X 80 X 20 X 30 X 50 X +USW00014922197908ACSH 40 X 60 X 40 X 30 X 20 X 60 X 70 X 70 X 90 X 70 X 10 X 90 X 90 X 60 X 60 X 100 X 90 X 90 X 100 X 100 X 100 X 90 X 100 X 90 X 10 X 100 X 80 X 100 X 0 X 30 X 50 X +USW00014922197908PGTM 1600 X 1600 X 2230 X 0318 X 2236 X 1748 X 0718 X 1054 X 2236 X 0942 X 0930 X 1636 X 1748 X 1242 X 1254 X 0930 X 1330 X 1648 X 2212 X 1654 X 0924 X 2036 X 1136 X 1136 X 1318 X 0554 X 1012 X 1100 X 1400 X 0106 X 1648 X +USW00014922197908PSUN 74 X 68 X 72 X 79 X 97 X 64 X 50 X 43 X 11 X 43 X 85 X 26 X 52 X 81 X 87 X 0 X 12 X 45 X 4 X 0 X 11 X 27 X 0 X 20 X 98 X 0 X 41 X 2 X 95 X 87 X 90 X +USW00014922197908TSUN 654 X 594 X 630 X 690 X 852 X 558 X 438 X 372 X 96 X 372 X 732 X 216 X 438 X 684 X 738 X 0 X 102 X 372 X 30 X 0 X 96 X 222 X 0 X 162 X 798 X 0 X 336 X 18 X 762 X 696 X 720 X +USW00014922197908WDFG 315W X 180W X 180W X 360W X 45W X 225W X 360W X 135W X 315W X 315W X 180W X 225W X 315W X 315W X 180W X 180W X 180W X 360W X 90W X 90W X 135W X 225W X 315W X 315W X 225W X 135W X 360W X 180W X 270W X 45W X 180W X +USW00014922197908WDFM 315W X 225W X 180W X 135W X 315W X 225W X 360W X 135W X 315W X 315W X 180W X 225W X 315W X 315W X 180W X 180W X 45W X 360W X 90W X 90W X 135W X 225W X 315W X 315W X 225W X 135W X 360W X 180W X 225W X 45W X 225W X +USW00014922197908WSFG 82 X 108 X 113 X 185 X 93 X 123 X 87 X 72 X 139 X 129 X 57 X 154 X 123 X 108 X 87 X 98 X 46 X 72 X 72 X 93 X 103 X 98 X 113 X 108 X 67 X 57 X 67 X 98 X 103 X 87 X 139 X +USW00014922197908WSFM 54 X 63 X 76 X 143 X 67 X 80 X 63 X 49 X 103 X 89 X 36 X 121 X 98 X 72 X 54 X 72 X 31 X 36 X 54 X 58 X 85 X 63 X 76 X 72 X 40 X 36 X 36 X 72 X 76 X 58 X 98 X +USW00014922197908WT01-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00014922197908WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922197908WT03-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922197908WT08-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197908WT16-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X-9999 +USW00014922197909TMAX 283 0 244 0 244 0 333 0 261 0 206 0 172 0 233 0 283 0 239 0 206 0 178 0 183 0 178 0 244 0 267 0 289 0 206 0 211 0 217 0 200 0 206 0 206 0 244 0 278 0 294 0 283 0 200 0 211 0 244 0-9999 +USW00014922197909TMIN 200 0 139 0 111 0 172 0 178 0 106 0 61 0 94 0 167 0 172 0 167 0 139 0 83 0 72 0 72 0 106 0 161 0 94 0 50 0 89 0 56 0 67 0 111 0 100 0 78 0 128 0 139 0 133 0 117 0 50 0-9999 +USW00014922197909PRCP 61 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0T 0 0T 0 51 0 396 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0-9999 +USW00014922197909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922197909ACMH 60 X 20 X 20 X 0 X 80 X 30 X 40 X 70 X 60 X 80 X 100 X 100 X 40 X 40 X 0 X 0 X 0 X 0 X 0 X 10 X 0 X 30 X 70 X 30 X 0 X 0 X 40 X 80 X 60 X 20 X-9999 +USW00014922197909ACSH 70 X 40 X 20 X 0 X 90 X 30 X 70 X 60 X 70 X 100 X 100 X 100 X 40 X 60 X 0 X 0 X 0 X 10 X 0 X 20 X 0 X 30 X 70 X 10 X 10 X 10 X 50 X 100 X 70 X 10 X-9999 +USW00014922197909PGTM 1524 X 1230 X 1218 X 1042 X 0754 X 0918 X 1030 X 1300 X 1524 X 1142 X 0618 X 1354 X 1106 X 1412 X 1348 X 1406 X 1406 X 1242 X 1612 X 0900 X 0242 X 1230 X 1436 X 1642 X 1500 X 1400 X 1530 X 1406 X 1418 X 1330 X-9999 +USW00014922197909PSUN 69 X 93 X 97 X 99 X 10 X 94 X 56 X 59 X 40 X 7 X 0 X 0 X 70 X 74 X 99 X 100 X 100 X 100 X 100 X 94 X 93 X 76 X 43 X 89 X 100 X 100 X 52 X 3 X 45 X 100 X-9999 +USW00014922197909TSUN 552 X 744 X 768 X 786 X 78 X 732 X 432 X 456 X 306 X 54 X 0 X 0 X 528 X 558 X 750 X 750 X 750 X 744 X 744 X 696 X 684 X 552 X 318 X 648 X 726 X 720 X 372 X 18 X 318 X 708 X-9999 +USW00014922197909WDFG 225W X 315W X 180W X 225W X 225W X 315W X 315W X 135W X 180W X 45W X 135W X 360W X 315W X 315W X 270W X 225W X 225W X 360W X 180W X 360W X 360W X 135W X 180W X 360W X 225W X 225W X 180W X 315W X 270W X 135W X-9999 +USW00014922197909WDFM 225W X 315W X 135W X 180W X 225W X 315W X 360W X 135W X 135W X 45W X 135W X 315W X 315W X 315W X 270W X 225W X 225W X 360W X 180W X 360W X 360W X 180W X 180W X 315W X 225W X 225W X 180W X 315W X 270W X 225W X-9999 +USW00014922197909WSFG 123 X 103 X 62 X 144 X 159 X 144 X 98 X 108 X 108 X 123 X 113 X 67 X 103 X 82 X 72 X 123 X 134 X 103 X 77 X 123 X 72 X 87 X 134 X 98 X 67 X 108 X 118 X 87 X 57 X 72 X-9999 +USW00014922197909WSFM 89 X 76 X 36 X 107 X 116 X 85 X 49 X 76 X 85 X 103 X 89 X 36 X 67 X 63 X 58 X 85 X 103 X 72 X 63 X 76 X 40 X 63 X 103 X 67 X 49 X 76 X 98 X 63 X 36 X 45 X-9999 +USW00014922197909WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922197909WT03 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197909WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922197909WT16 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 +USW00014922197910TMAX 189 0 161 0 161 0 83 0 161 0 83 0 178 0 117 0 83 0 78 0 117 0 33 0 78 0 156 0 183 0 211 0 150 0 167 0 189 0 228 0 133 0 50 0 89 0 94 0 72 0 89 0 128 0 189 0 189 0 161 0 161 0 +USW00014922197910TMIN 78 0 44 0 56 0 11 0 6 0 11 0 -11 0 28 0 -6 0 -22 0 -6 0 -22 0 -22 0 -11 0 28 0 67 0 33 0 67 0 128 0 117 0 44 0 17 0 28 0 -17 0 -17 0 -11 0 33 0 17 0 39 0 94 0 61 0 +USW00014922197910PRCP 114 0 5 0 0 0 0 0 0 0 0 0 20 0 3 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 267 0 0T 0 0 0 18 0 168 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 198 0 +USW00014922197910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922197910ACMH 60 X 70 X 40 X 70 X 60 X 50 X 70 X 90 X 60 X 90 X 60 X 70 X 40 X 40 X 40 X 40 X 20 X 100 X 90 X 90 X 90 X 100 X 80 X 70 X 20 X 90 X 50 X 30 X 80 X 100 X 100 X +USW00014922197910ACSH 70 X 80 X 40 X 100 X 70 X 70 X 70 X 100 X 70 X 100 X 90 X 80 X 10 X 30 X 60 X 60 X 20 X 100 X 100 X 90 X 100 X 100 X 70 X 70 X 20 X 100 X 60 X 40 X 80 X 100 X 100 X +USW00014922197910PGTM 1248 X 2200 X 1842 X 0500 X 2342 X 0012 X 1748 X 1736 X 1254 X 1512 X 2124 X 1112 X 0136 X 1354 X 1312 X 2024 X 0042 X 1736 X 2324 X 0812 X 1024 X 1524 X 0536 X 0806 X 0136 X 1654 X 1518 X 1224 X 1036 X 2048 X 1654 X +USW00014922197910PSUN 49 X 67 X 72 X 14 X 56 X 32 X 56 X 13 X 18 X 0 X 18 X 19 X 97 X 100 X 93 X 88 X 97 X 0 X 48 X 58 X 1 X 0 X 74 X 76 X 95 X 59 X 52 X 99 X 74 X 0 X 5 X +USW00014922197910TSUN 348 X 468 X 504 X 102 X 384 X 222 X 384 X 90 X 120 X 0 X 120 X 126 X 648 X 666 X 612 X 576 X 636 X 0 X 306 X 372 X 6 X 0 X 468 X 486 X 600 X 372 X 330 X 612 X 456 X 0 X 30 X +USW00014922197910WDFG 315W X 135W X 315W X 315W X 360W X 360W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 225W X 135W X 360W X 360W X 135W X 180W X 225W X 360W X 360W X 315W X 360W X 45W X 135W X 315W X 135W X 225W X 135W X 180W X +USW00014922197910WDFM 315W X 180W X 315W X 315W X 360W X 360W X 315W X 315W X 315W X 135W X 315W X 315W X 315W X 225W X 135W X 360W X 360W X 135W X 180W X 180W X 360W X 360W X 315W X 45W X 45W X 135W X 315W X 135W X 225W X 135W X 180W X +USW00014922197910WSFG 170 X 67 X 164 X 108 X 139 X 118 X 118 X 123 X 103 X 67 X 108 X 149 X 77 X 113 X 72 X 103 X 77 X 108 X 93 X 98 X 118 X 154 X 129 X 62 X 57 X 154 X 113 X 41 X 93 X 144 X 164 X +USW00014922197910WSFM 116 X 45 X 121 X 72 X 107 X 76 X 67 X 85 X 76 X 45 X 76 X 121 X 54 X 76 X 54 X 72 X 58 X 80 X 72 X 72 X 103 X 112 X 103 X 40 X 45 X 121 X 85 X 27 X 67 X 94 X 107 X +USW00014922197910WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922197910WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197910WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197910WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922197910WT16 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X +USW00014922197910WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197911TMAX 61 0 61 0 67 0 89 0 50 0 33 0 44 0 -17 0 -39 0 -44 0 39 0 6 0 11 0 28 0 50 0 122 0 178 0 183 0 133 0 61 0 39 0 17 0 6 0 17 0 56 0 28 0 -11 0 -33 0 -39 0 -28 0-9999 +USW00014922197911TMIN 11 0 -22 0 -6 0 -6 0 -6 0 -39 0 -56 0 -78 0 -78 0 -128 0 -61 0 -89 0 -72 0 -50 0 11 0 -22 0 -6 0 6 0 50 0 -11 0 6 0 6 0 -72 0 -83 0 -67 0 -72 0 -67 0 -67 0 -94 0 -106 0-9999 +USW00014922197911PRCP 3 0 0T 0 0T 0 0 0 15 0 0 0 0T 0 15 0 20 0 0T 0 5 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 3 0 124 0 41 0 0T 0 0 0 0 0 3 0 0T 0 13 0 0T 0 0T 0-9999 +USW00014922197911SNOW 8 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 15 0 33 0 0T 0 5 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 38 0 0T 0 0 0 0 0 3 0 0T 0 23 0 0T 0 0T 0-9999 +USW00014922197911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 51 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 25 0 25 0-9999 +USW00014922197911ACMH 100 X 70 X 70 X 80 X 100 X 40 X 80 X 70 X 90 X 80 X 90 X 50 X 70 X 90 X 90 X 30 X 0 X 10 X 60 X 80 X 100 X 100 X 90 X 40 X 60 X 70 X 80 X 90 X 80 X 90 X-9999 +USW00014922197911ACSH 100 X 70 X 60 X 90 X 100 X 50 X 100 X 80 X 100 X 90 X 80 X 50 X 100 X 100 X 90 X 20 X 0 X 0 X 40 X 100 X 100 X 100 X 100 X 40 X 70 X 100 X 80 X 100 X 50 X 100 X-9999 +USW00014922197911PGTM 1236 X 1418 X 0954 X 1054 X 2048 X 0006 X 2148 X 0142 X 1442 X 1436 X 1548 X 1030 X 0712 X 1842 X 0948 X 0948 X 2000 X 1954 X 2018 X 1742 X 1448 X 0042 X 0136 X 1712 X 1730 X 1712 X 2042 X 2030 X 0900 X 2354 X-9999 +USW00014922197911PSUN 1 X 68 X 53 X 22 X 0 X 58 X 3 X 82 X 32 X 45 X 59 X 71 X 0 X 0 X 14 X 81 X 100 X 100 X 68 X 0 X 0 X 0 X 6 X 72 X 84 X 0 X 22 X 17 X 66 X 22 X-9999 +USW00014922197911TSUN 6 X 414 X 318 X 132 X 0 X 348 X 18 X 486 X 186 X 264 X 348 X 414 X 0 X 0 X 78 X 462 X 570 X 570 X 384 X 0 X 0 X 0 X 30 X 396 X 462 X 0 X 120 X 96 X 360 X 120 X-9999 +USW00014922197911WDFG 270W X 270W X 315W X 180W X 360W X 360W X 315W X 315W X 45W X 225W X 180W X 360W X 225W X 225W X 360W X 225W X 135W X 225W X 315W X 90W X 45W X 45W X 360W X 180W X 90W X 270W X 315W X 315W X 315W X 360W X-9999 +USW00014922197911WDFM 270W X 270W X 315W X 180W X 360W X 360W X 315W X 315W X 45W X 135W X 180W X 315W X 180W X 180W X 360W X 225W X 225W X 225W X 315W X 45W X 45W X 45W X 360W X 225W X 135W X 270W X 315W X 315W X 315W X 360W X-9999 +USW00014922197911WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197911WSFG 154 X 108 X 82 X 82 X 123 X 93 X 15 X 129 X 108 X 62 X 82 X 67 X 41 X 87 X 93 X 103 X 77 X 98 X 103 X 98 X 139 X 108 X 67 X 62 X 62 X 123 X 129 X 123 X 113 X 113 X-9999 +USW00014922197911WSFM 94 X 85 X 63 X 58 X 89 X 67 X 112 X 89 X 76 X 36 X 49 X 49 X 31 X 67 X 67 X 80 X 36 X 72 X 76 X 67 X 107 X 72 X 54 X 45 X 49 X 76 X 76 X 89 X 85 X 76 X-9999 +USW00014922197911WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922197911WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922197911WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197911WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197911WT16 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197911WT18 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922197912TMAX -67 0 -22 0 39 0 56 0 78 0 50 0 39 0 -22 0 61 0 122 0 22 0 -72 0 -22 0 61 0 33 0 -150 0 -44 0 33 0 61 0 67 0 72 0 6 0 17 0 17 0 -6 0 0 0 -6 0 -28 0 -28 0 6 0 0 0 +USW00014922197912TMIN -139 0 -156 0 -33 0 -67 0 -28 0 -61 0 -78 0 -133 0 -28 0 -22 0 -150 0 -172 0 -106 0 -117 0 -156 0 -217 0 -183 0 -78 0 -44 0 -39 0 -33 0 -72 0 -28 0 -22 0 -50 0 -28 0 -33 0 -50 0 -56 0 -56 0 -22 0 +USW00014922197912PRCP 0 0 0 0 0 0 0 0 0 0 38 0 10 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 +USW00014922197912SNOW 0 0 0 0 0 0 0 0 0 0 18 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 +USW00014922197912SNWD 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 +USW00014922197912ACMH 0 X 10 X 60 X 70 X 60 X 70 X 60 X 60 X 50 X 60 X 60 X 40 X 30 X 70 X 90 X 10 X 40 X 50 X 20 X 20 X 50 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X +USW00014922197912ACSH 0 X 0 X 80 X 100 X 80 X 80 X 90 X 90 X 50 X 100 X 80 X 30 X 30 X 80 X 100 X 0 X 30 X 70 X 40 X 20 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X +USW00014922197912PGTM 0042 X 2318 X 0330 X 1942 X 1236 X 1530 X 0930 X 1918 X 0136 X 1354 X 0918 X 2354 X 1024 X 1242 X 1624 X 0318 X 1206 X 1354 X 1642 X 1406 X 0006 X 1730 X 1954 X 1018 X 1812 X 0848 X 1606 X 0930 X 1730 X 2324 X 1348 X +USW00014922197912PSUN 100 X 100 X 52 X 18 X 3 X 60 X 5 X 53 X 82 X 49 X 37 X 83 X 72 X 72 X 8 X 100 X 73 X 81 X 82 X 71 X 56 X 0 X 7 X 0 X 1 X 0 X 0 X 0 X 0 X 36 X 0 X +USW00014922197912TSUN 540 X 540 X 282 X 96 X 12 X 318 X 30 X 288 X 438 X 264 X 198 X 444 X 378 X 384 X 42 X 528 X 384 X 426 X 432 X 372 X 300 X 0 X 36 X 0 X 6 X 0 X 0 X 0 X 0 X 192 X 0 X +USW00014922197912WDFG 360W X 225W X 225W X 225W X 315W X 225W X 360W X 225W X 225W X 225W X 315W X 180W X 315W X 225W X 315W X 315W X 225W X 180W X 90W X 135W X 180W X 45W X 360W X 360W X 135W X 360W X 45W X 225W X 45W X 270W X 270W X +USW00014922197912WDFM 360W X 180W X 225W X 225W X 315W X 225W X 360W X 225W X 225W X 225W X 315W X 135W X 270W X 225W X 315W X 360W X 225W X 180W X 135W X 135W X 180W X 45W X 360W X 360W X 135W X 315W X 315W X 225W X 225W X 270W X 270W X +USW00014922197912WSFG 93 X 129 X 118 X 93 X 175 X 123 X 159 X 134 X 108 X 139 X 144 X 98 X 123 X 149 X 139 X 144 X 98 X 72 X 51 X 103 X 72 X 77 X 98 X 129 X 87 X 98 X 51 X 41 X 46 X 46 X 57 X +USW00014922197912WSFM 63 X 107 X 85 X 58 X 116 X 98 X 134 X 94 X 76 X 98 X 107 X 67 X 80 X 116 X 112 X 112 X 80 X 54 X 27 X 72 X 54 X 36 X 54 X 76 X 45 X 63 X 27 X 22 X 18 X 36 X 36 X +USW00014922197912WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922197912WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922197912WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922197912WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922197912WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X +USW00014922197912WT18-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00014922198001TMAX -6 0 -33 0 -67 0 -33 0 -33 0 0 0 -117 0 -189 0 -167 0 61 0 61 0 -11 0 89 0 28 0 33 0 22 0 -11 0 -17 0 -6 0 44 0 17 0 6 0 -122 0 -33 0 -89 0 -183 0 -156 0 -144 0 -167 0 -122 0 -111 0 +USW00014922198001TMIN -44 0 -106 0 -106 0 -67 0 -61 0 -117 0 -206 0 -244 0 -261 0 -172 0 -178 0 -217 0 -44 0 -89 0 6 0 -11 0 -33 0 -50 0 -78 0 -106 0 -83 0 -156 0 -200 0 -128 0 -211 0 -256 0 -228 0 -222 0 -244 0 -183 0 -217 0 +USW00014922198001PRCP 0T 0 0T 0 15 0 15 0 0T 0 79 0 3 0 0 0 0 0 0T 0 13 0 0T 0 15 0 0 0 28 0 15 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 15 0 36 0 0T 0 0 0 0 0 0T 0 0 0 5 0 0 0 +USW00014922198001SNOW 0T 0 0T 0 36 0 28 0 0T 0 104 0 3 0 0 0 0 0 0 0 28 0 0T 0 5 0 0 0 0 0 8 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 30 0 69 0 0T 0 0 0 0 0 5 0 0 0 13 0 0 0 +USW00014922198001SNWD 0T 0 0T 0 0T 0 0T 0 25 0 76 0 127 0 127 0 127 0 127 0 127 0 127 0 102 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 76 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 +USW00014922198001ACMH 100 X 60 X 90 X 100 X 100 X 100 X 40 X 40 X 50 X 90 X 90 X 70 X 50 X 70 X 100 X 100 X 100 X 100 X 30 X 10 X 70 X 40 X 40 X 100 X 40 X 50 X 40 X 50 X 40 X 90 X 10 X +USW00014922198001ACSH 100 X 70 X 90 X 100 X 100 X 100 X 50 X 40 X 40 X 100 X 100 X 90 X 60 X 80 X 100 X 100 X 100 X 100 X 10 X 20 X 90 X 30 X 30 X 100 X 50 X 90 X 20 X 70 X 20 X 100 X 30 X +USW00014922198001PGTM 2112 X 1130 X 2024 X 1248 X 0018 X 2236 X 0100 X 2254 X 1954 X 1718 X 1412 X 1900 X 1906 X 2306 X 0606 X 1748 X 0136 X 2336 X 0724 X 1418 X 1818 X 0854 X 2342 X 1836 X 1636 X 0412 X 1618 X 2300 X 0118 X 1900 X 1636 X +USW00014922198001PSUN 0 X 59 X 0 X 22 X 14 X 0 X 83 X 87 X 74 X 0 X 34 X 0 X 79 X 66 X 0 X 0 X 0 X 41 X 92 X 100 X 77 X 90 X 86 X 40 X 87 X 81 X 89 X 77 X 95 X 71 X 100 X +USW00014922198001TSUN 0 X 318 X 0 X 114 X 78 X 0 X 450 X 468 X 402 X 0 X 186 X 0 X 432 X 360 X 0 X 0 X 0 X 228 X 510 X 558 X 432 X 504 X 486 X 228 X 492 X 462 X 510 X 444 X 552 X 414 X 582 X +USW00014922198001WDF1 360 X 10 X 20 X 130 X 110 X 300 X 300 X 300 X 130 X 120 X 290 X 170 X 180 X 130 X 110 X 360 X 340 X 310 X 350 X 240 X 200 X 320 X 130 X 20 X 320 X 320 X 260 X 320 X 320 X 310 X 250 X +USW00014922198001WDFG 360W X 45W X 135W X 135W X 90W X 270W X 315W X 315W X 135W X 135W X 270W X 180W X 315W X 135W X 135W X 360W X 315W X 315W X 360W X 270W X 225W X 315W X 135W X 45W X 315W X 315W X 315W X 315W X 315W X 360W X 225W X +USW00014922198001WESD-9999 -9999 -9999 -9999 -9999 76 X 76 X 76 X 76 X 102 X 102 X 102 X 102 X 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X 51 X 51 X 51 X 51 X 51 X 51 X 51 X +USW00014922198001WSF1 40 X 63 X 45 X 72 X 67 X 130 X 134 X 76 X 67 X 103 X 139 X 103 X 80 X 98 X 58 X 94 X 67 X 54 X 63 X 72 X 72 X 112 X 63 X 67 X 76 X 72 X 72 X 58 X 45 X 40 X 36 X +USW00014922198001WSFG 72 X 98 X 57 X 93 X 93 X 211 X 216 X 93 X 87 X 134 X 226 X 164 X 129 X 118 X 77 X 129 X 103 X 72 X 129 X 113 X 87 X 170 X 98 X 103 X 98 X 103 X 77 X 82 X 82 X 82 X 51 X +USW00014922198001WT01 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922198001WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198001WT06 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198001WT08-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922198001WT09-9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198001WT16 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198001WT18 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 +USW00014922198002TMAX -106 0 -78 0 -78 0 -61 0 -44 0 -28 0 -72 0 -56 0 -83 0 -50 0 -50 0 -78 0 -28 0 -61 0 -89 0 -106 0 -61 0 6 0 17 0 33 0 28 0 22 0 -17 0 -17 0 -78 0 22 0 -56 0 -89 0 -122 0-9999 -9999 +USW00014922198002TMIN -228 0 -178 0 -178 0 -172 0 -106 0 -156 0 -200 0 -200 0 -200 0 -117 0 -156 0 -200 0 -94 0 -122 0 -161 0 -200 0 -217 0 -94 0 -6 0 11 0 11 0 -39 0 -94 0 -83 0 -161 0 -172 0 -111 0 -167 0 -228 0-9999 -9999 +USW00014922198002PRCP 0T 0 0 0 0 0 30 0 23 0 0 0 0T 0 0T 0 0T 0 10 0 0T 0 0 0 0T 0 0T 0 8 0 0 0 0 0 0T 0 46 0 0T 0 8 0 13 0 0T 0 0T 0 0T 0 0 0 33 0 0T 0 0 0-9999 -9999 +USW00014922198002SNOW 0T 0 0 0 0 0 51 0 48 0 0 0 3 0 0T 0 3 0 23 0 0T 0 0 0 5 0 3 0 8 0 0 0 0 0 0T 0 18 0 0 0 0T 0 13 0 0T 0 0T 0 0T 0 0 0 51 0 0T 0 0 0-9999 -9999 +USW00014922198002SNWD 102 0 102 0 102 0 102 0 178 0 152 0 152 0 152 0 152 0 178 0 178 0 178 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 76 0 51 0 51 0 51 0 51 0 25 0 25 0 25 0 76 0 76 0-9999 -9999 +USW00014922198002ACMH 30 X 30 X 30 X 80 X 90 X 20 X 60 X 60 X 60 X 60 X 30 X 60 X 90 X 90 X 60 X 10 X 30 X 100 X 100 X 100 X 100 X 100 X 60 X 50 X 20 X 40 X 80 X 10 X 40 X-9999 -9999 +USW00014922198002ACSH 20 X 20 X 30 X 100 X 100 X 20 X 60 X 60 X 60 X 60 X 30 X 70 X 90 X 100 X 70 X 20 X 10 X 100 X 100 X 100 X 100 X 100 X 10 X 30 X 10 X 60 X 100 X 0 X 60 X-9999 -9999 +USW00014922198002PGTM 1530 X 1812 X 1312 X 1118 X 0112 X 1606 X 1324 X 1306 X 2236 X 1354 X 1300 X 1506 X 1824 X 1842 X 1730 X 1018 X 2024 X 1200 X 0924 X 1448 X 1730 X 2054 X 1830 X 0254 X 0330 X 2006 X 0106 X 2254 X 0000 X-9999 -9999 +USW00014922198002PSUN 87 X 95 X 100 X 70 X 71 X 93 X 79 X 83 X 82 X 71 X 89 X 87 X 72 X 67 X 92 X 100 X 93 X 42 X 1 X 0 X 0 X 10 X 89 X 90 X 100 X 73 X 51 X 100 X 90 X-9999 -9999 +USW00014922198002TSUN 516 X 558 X 594 X 420 X 426 X 558 X 474 X 504 X 498 X 432 X 546 X 540 X 444 X 414 X 576 X 630 X 588 X 264 X 6 X 0 X 0 X 66 X 582 X 588 X 654 X 480 X 342 X 666 X 600 X-9999 -9999 +USW00014922198002WDF1 110 X 120 X 100 X 130 X 60 X 150 X 180 X 200 X 200 X 280 X 300 X 150 X 340 X 350 X 310 X 250 X 270 X 190 X 150 X 210 X 70 X 280 X 270 X 10 X 320 X 220 X 320 X 330 X 20 X-9999 -9999 +USW00014922198002WDFG 135W X 45W X 90W X 135W X 135W X 45W X 225W X 225W X 225W X 270W X 315W X 135W X 45W X 45W X 315W X 315W X 180W X 225W X 135W X 225W X 90W X 315W X 270W X 315W X 360W X 315W X 315W X 45W X 360W X-9999 -9999 +USW00014922198002WESD 51 X 51 X 51 X 51 X 152 X 152 X 152 X 152 X 152 X 127 X 152 X 203 X 203 X 178 X 203 X 203 X 203 X 203 X 203 X 152 X 51 X 76 X 51 X-9999 -9999 -9999 -9999 178 X 178 X-9999 -9999 +USW00014922198002WSF1 36 X 54 X 45 X 80 X 72 X 31 X 31 X 36 X 76 X 72 X 76 X 45 X 45 X 36 X 76 X 67 X 58 X 89 X 54 X 40 X 67 X 63 X 72 X 76 X 89 X 103 X 63 X 76 X 72 X-9999 -9999 +USW00014922198002WSFG 51 X 67 X 57 X 118 X 87 X 72 X 41 X 51 X 98 X 118 X 108 X 77 X 67 X 77 X 113 X 108 X 82 X 129 X 77 X 51 X 93 X 103 X 103 X 129 X 129 X 159 X 108 X 108 X 103 X-9999 -9999 +USW00014922198002WT01 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198002WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198002WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198002WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198002WT08 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198002WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198002WT18 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00014922198003TMAX -94 0 -22 0 11 0 -33 0 -83 0 -50 0 -39 0 6 0 39 0 28 0 -67 0 0 0 6 0 17 0 67 0 61 0 11 0 78 0 128 0 72 0 22 0 -22 0 22 0 33 0 61 0 72 0 39 0 56 0 94 0 106 0 133 0 +USW00014922198003TMIN -194 0 -172 0 -89 0 -139 0 -183 0 -144 0 -167 0 -150 0 -100 0 -139 0 -172 0 -89 0 -72 0 -128 0 -33 0 -39 0 -72 0 -50 0 39 0 -11 0 -56 0 -44 0 -28 0 -44 0 -78 0 -22 0 6 0 22 0 -6 0 -17 0 -28 0 +USW00014922198003PRCP 0 0 0 0 0 0 8 0 0 0 23 0 0T 0 0 0 15 0 5 0 0T 0 13 0 53 0 0 0 0 0 61 0 0 0 0 0 0 0 0 0 0 0 46 0 15 0 0T 0 0 0 3 0 43 0 0 0 0 0 0 0 0 0 +USW00014922198003SNOW 0 0 0 0 0 0 13 0 0 0 61 0 0T 0 0 0 23 0 8 0 0T 0 28 0 64 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 71 0 36 0 0T 0 0 0 0T 0 43 0 0 0 0 0 0 0 0 0 +USW00014922198003SNWD 76 0 51 0 51 0 25 0 51 0 51 0 102 0 102 0 76 0 76 0 76 0 76 0 152 0 127 0 127 0 76 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 102 0 0T 0 0T 0 0T 0 25 0 0T 0 0 0 0 0 0 0 +USW00014922198003ACMH 0 X 60 X 70 X 90 X 10 X 90 X 40 X 50 X 80 X 20 X 40 X 100 X 70 X 40 X 70 X 90 X 10 X 70 X 60 X 70 X 10 X 100 X 90 X 50 X 70 X 90 X 100 X 100 X 60 X 70 X 70 X +USW00014922198003ACSH 0 X 70 X 90 X 100 X 0 X 100 X 30 X 90 X 90 X 0 X 40 X 100 X 80 X 30 X 90 X 100 X 0 X 100 X 80 X 60 X 0 X 100 X 90 X 80 X 90 X 80 X 100 X 100 X 70 X 80 X 70 X +USW00014922198003PGTM 1306 X 1518 X 1706 X 1506 X 1454 X 1154 X 1130 X 1642 X 1518 X 0336 X 1736 X 0848 X 1342 X 1000 X 1554 X 1730 X 0142 X 2024 X 1000 X 2354 X 0000 X 1718 X 1518 X 0630 X 1412 X 1024 X 0142 X 1324 X 1306 X 1336 X 1706 X +USW00014922198003PSUN 100 X 88 X 42 X 0 X 100 X 19 X 83 X 74 X 60 X 100 X 73 X 13 X 38 X 73 X 71 X 0 X 92 X 85 X 93 X 74 X 100 X 0 X 33 X 41 X 89 X 55 X 0 X 0 X 76 X 100 X 87 X +USW00014922198003TSUN 666 X 588 X 282 X 0 X 684 X 132 X 570 X 510 X 414 X 696 X 510 X 90 X 270 X 516 X 504 X 0 X 660 X 618 X 678 X 540 X 732 X 0 X 246 X 300 X 660 X 414 X 0 X 0 X 576 X 756 X 660 X +USW00014922198003WDF1 300 X 200 X 200 X 340 X 300 X 190 X 140 X 270 X 270 X 310 X 120 X 120 X 280 X 100 X 140 X 300 X 280 X 120 X 210 X 310 X 320 X 90 X 30 X 360 X 80 X 140 X 80 X 60 X 70 X 100 X 110 X +USW00014922198003WDFG 315W X 225W X 315W X 315W X 315W X 180W X 90W X 270W X 270W X 315W X 90W X 135W X 315W X 90W X 135W X 315W X 315W X 135W X 225W X 315W X 315W X 90W X 45W X 45W X 90W X 135W X 135W X 90W X 90W X 90W X 90W X +USW00014922198003WESD 178 X 76 X 76 X-9999 102 X 127 X 127 X 127 X 152 X 152 X 152 X 152 X 203 X 152 X 127 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198003WSF1 45 X 98 X 58 X 80 X 89 X 67 X 36 X 67 X 80 X 134 X 54 X 103 X 58 X 58 X 125 X 98 X 72 X 58 X 89 X 76 X 80 X 54 X 80 X 76 X 40 X 80 X 54 X 72 X 63 X 67 X 45 X +USW00014922198003WSFG 82 X 129 X 93 X 118 X 113 X 98 X 57 X 108 X 144 X 216 X 82 X 154 X 87 X 82 X 164 X 139 X 118 X 82 X 139 X 123 X 123 X 72 X 118 X 118 X 67 X 123 X 72 X 108 X 98 X 108 X 62 X +USW00014922198003WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922198003WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198003WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198003WT08-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922198003WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198003WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922198003WT18-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922198004TMAX 106 0 156 0 78 0 128 0 167 0 178 0 133 0 56 0 0 0 22 0 72 0 78 0 33 0 122 0 139 0 167 0 222 0 239 0 267 0 283 0 350 0 322 0 178 0 156 0 139 0 144 0 233 0 206 0 206 0 261 0-9999 +USW00014922198004TMIN 6 0 -22 0 11 0 -17 0 -11 0 67 0 56 0 0 0 -22 0 -28 0 -44 0 -17 0 -22 0 -44 0 33 0 11 0 39 0 67 0 100 0 72 0 111 0 117 0 56 0 -6 0 50 0 83 0 56 0 39 0 67 0 94 0-9999 +USW00014922198004PRCP 0 0 0 0 23 0 0 0 0 0 8 0 10 0 122 0 48 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00014922198004SNOW 0 0 0 0 23 0 0 0 0 0 0 0 0 0 127 0 66 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 152 0 102 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198004ACMH 80 X 40 X 90 X 10 X 50 X 90 X 90 X 100 X 100 X 100 X 50 X 40 X 60 X 30 X 0 X 70 X 30 X 20 X 40 X 50 X 0 X 20 X 10 X 10 X 80 X 90 X 30 X 0 X 80 X 40 X-9999 +USW00014922198004ACSH 100 X 30 X 100 X 0 X 50 X 90 X 100 X 100 X 100 X 100 X 50 X 20 X 90 X 30 X 0 X 80 X 20 X 30 X 50 X 60 X 0 X 20 X 0 X 0 X 80 X 100 X 20 X 0 X 90 X 30 X-9999 +USW00014922198004PGTM 1518 X 2348 X 1800 X 1618 X 1400 X 1154 X 2318 X 1542 X 0142 X 1142 X 1754 X 1618 X 1100 X 1548 X 1012 X 1424 X 1330 X 1554 X 1524 X 2236 X 1448 X 1912 X 2342 X 1730 X 0206 X 1430 X 1306 X 1618 X 1436 X 1212 X-9999 +USW00014922198004PSUN 28 X 80 X 0 X 98 X 80 X 34 X 11 X 0 X 19 X 17 X 76 X 76 X 21 X 95 X 99 X 65 X 92 X 98 X 78 X 100 X 100 X 99 X 100 X 100 X 44 X 10 X 93 X 100 X 47 X 84 X-9999 +USW00014922198004TSUN 216 X 618 X 0 X 762 X 618 X 264 X 90 X 0 X 150 X 132 X 606 X 612 X 168 X 762 X 798 X 528 X 744 X 798 X 642 X 822 X 828 X 822 X 834 X 834 X 372 X 84 X 786 X 846 X 396 X 720 X-9999 +USW00014922198004WDF1 80 X 70 X 10 X 280 X 210 X 180 X 150 X 360 X 350 X 300 X 310 X 310 X 350 X 360 X 330 X 180 X 260 X 200 X 260 X 180 X 210 X 350 X 10 X 360 X 20 X 30 X 10 X 60 X 80 X 360 X-9999 +USW00014922198004WDFG 90W X 45W X 360W X 315W X 225W X 180W X 360W X 360W X 360W X 315W X 315W X 315W X 360W X 360W X 315W X 135W X 315W X 225W X 315W X 135W X 225W X 315W X 45W X 360W X 45W X 45W X 360W X 45W X 45W X 360W X-9999 +USW00014922198004WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 127 X 203 X 152 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198004WSF1 58 X 76 X 103 X 76 X 67 X 94 X 80 X 125 X 94 X 76 X 76 X 89 X 67 X 80 X 80 X 58 X 63 X 72 X 67 X 72 X 98 X 103 X 103 X 72 X 67 X 72 X 98 X 76 X 80 X 67 X-9999 +USW00014922198004WSFG 77 X 113 X 170 X 123 X 103 X 139 X 118 X 195 X 144 X 113 X 123 X 149 X 108 X 123 X 134 X 98 X 82 X 134 X 123 X 87 X 170 X 170 X 154 X 129 X 93 X 103 X 134 X 108 X 129 X 118 X-9999 +USW00014922198004WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198004WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198004WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198004WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198004WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198004WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198004WT16-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922198004WT18-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198005TMAX 267 0 272 0 311 0 311 0 233 0 161 0 100 0 156 0 217 0 183 0 156 0 189 0 133 0 161 0 183 0 200 0 150 0 172 0 256 0 267 0 283 0 300 0 294 0 289 0 306 0 300 0 311 0 339 0 267 0 194 0 244 0 +USW00014922198005TMIN 83 0 89 0 78 0 122 0 111 0 56 0 28 0 50 0 22 0 67 0 33 0 33 0 61 0 39 0 -6 0 72 0 106 0 83 0 56 0 94 0 117 0 139 0 144 0 144 0 172 0 189 0 178 0 167 0 167 0 150 0 111 0 +USW00014922198005PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 36 0 0 0 25 0 8 0 0T 0 0 0 0T 0 145 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 305 0 53 0 0T 0 +USW00014922198005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198005ACMH 0 X 0 X 20 X 30 X 40 X 20 X 80 X 70 X 50 X 90 X 40 X 70 X 100 X 60 X 0 X 80 X 100 X 90 X 20 X 0 X 0 X 0 X 10 X 40 X 0 X 80 X 70 X 70 X 90 X 90 X 70 X +USW00014922198005ACSH 10 X 0 X 30 X 30 X 60 X 30 X 80 X 70 X 50 X 90 X 60 X 80 X 100 X 70 X 10 X 100 X 100 X 100 X 20 X 10 X 0 X 0 X 10 X 40 X 10 X 100 X 90 X 80 X 90 X 100 X 70 X +USW00014922198005PGTM 1212 X 1436 X 1318 X 1536 X 1448 X 1206 X 1012 X 1400 X 2230 X 2124 X 1454 X 1924 X 0854 X 1630 X 1054 X 1100 X 1112 X 0624 X 1306 X 1412 X 1224 X 1242 X 1336 X 1612 X 1554 X 1524 X 1924 X 1800 X 1342 X 1800 X 1742 X +USW00014922198005PSUN 100 X 100 X 91 X 93 X 87 X 79 X 45 X 68 X 89 X 16 X 96 X 66 X 30 X 65 X 100 X 65 X 0 X 31 X 83 X 93 X 100 X 100 X 100 X 87 X 82 X 46 X 91 X 82 X 38 X 18 X 85 X +USW00014922198005TSUN 858 X 858 X 780 X 804 X 750 X 690 X 396 X 594 X 780 X 144 X 840 X 582 X 270 X 576 X 888 X 576 X 0 X 276 X 750 X 840 X 906 X 906 X 906 X 786 X 744 X 414 X 834 X 756 X 348 X 168 X 786 X +USW00014922198005WDF1 60 X 80 X 360 X 290 X 330 X 310 X 340 X 310 X 210 X 340 X 310 X 310 X 350 X 340 X 60 X 110 X 50 X 360 X 190 X 170 X 180 X 220 X 90 X 90 X 100 X 120 X 220 X 120 X 270 X 360 X 180 X +USW00014922198005WDFG 90W X 90W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 360W X 315W X 315W X 90W X 90W X 360W X 225W X 180W X 225W X 180W X 90W X 90W X 90W X 135W X 135W X 135W X 270W X 315W X 180W X +USW00014922198005WSF1 54 X 40 X 67 X 45 X 94 X 103 X 76 X 63 X 76 X 89 X 67 X 63 X 72 X 63 X 40 X 76 X 63 X 58 X 45 X 54 X 54 X 58 X 72 X 58 X 80 X 67 X 63 X 67 X 143 X 80 X 58 X +USW00014922198005WSFG 82 X 77 X 87 X 77 X 154 X 180 X 149 X 108 X 139 X 134 X 103 X 149 X 113 X 98 X 72 X 118 X 98 X 93 X 77 X 108 X 118 X 113 X 108 X 82 X 108 X 108 X 98 X 103 X 206 X 129 X 87 X +USW00014922198005WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922198005WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198005WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922198005WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922198005WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922198005WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922198006TMAX 222 0 217 0 267 0 267 0 267 0 272 0 222 0 217 0 256 0 222 0 272 0 256 0 272 0 294 0 206 0 228 0 278 0 261 0 228 0 244 0 311 0 300 0 311 0 261 0 333 0 311 0 228 0 283 0 194 0 278 0-9999 +USW00014922198006TMIN 144 0 111 0 106 0 167 0 150 0 144 0 122 0 72 0 139 0 94 0 106 0 161 0 172 0 156 0 106 0 78 0 128 0 122 0 100 0 106 0 144 0 183 0 183 0 194 0 178 0 222 0 156 0 128 0 122 0 94 0-9999 +USW00014922198006PRCP 236 0 0T 0 0 0 15 0 643 0 0 0 353 0 0 0 0T 0 0 0 0 0 91 0 0T 0 0 0 0 0 0 0 0 0 61 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0-9999 +USW00014922198006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198006ACMH 70 X 70 X 60 X 90 X 90 X 60 X 80 X 20 X 50 X 0 X 30 X 80 X 50 X 50 X 60 X 0 X 20 X 60 X 10 X 80 X 50 X 80 X 30 X 90 X 30 X 70 X 90 X 20 X 80 X 50 X-9999 +USW00014922198006ACSH 80 X 90 X 60 X 100 X 100 X 70 X 90 X 20 X 60 X 0 X 30 X 80 X 60 X 40 X 70 X 10 X 30 X 60 X 10 X 90 X 50 X 90 X 20 X 100 X 10 X 50 X 100 X 20 X 100 X 60 X-9999 +USW00014922198006PGTM 1318 X 1112 X 1430 X 1918 X 1824 X 1200 X 0130 X 1248 X 1518 X 1600 X 1542 X 0918 X 1512 X 2030 X 0530 X 2218 X 1400 X 1630 X 1200 X 0954 X 0942 X 1012 X 1306 X 1206 X 1618 X 1742 X 1606 X 1348 X 0000 X 1348 X-9999 +USW00014922198006PSUN 42 X 53 X 83 X 53 X 36 X 81 X 31 X 93 X 62 X 100 X 91 X 27 X 59 X 76 X 75 X 96 X 94 X 72 X 100 X 64 X 86 X 69 X 93 X 23 X 86 X 72 X 1 X 85 X 29 X 78 X-9999 +USW00014922198006TSUN 384 X 492 X 768 X 492 X 336 X 750 X 288 X 864 X 576 X 936 X 852 X 252 X 558 X 714 X 702 X 900 X 876 X 672 X 936 X 606 X 804 X 648 X 876 X 216 X 804 X 672 X 12 X 798 X 270 X 726 X-9999 +USW00014922198006WDF1 300 X 80 X 110 X 120 X 10 X 100 X 320 X 290 X 320 X 340 X 180 X 150 X 50 X 30 X 30 X 160 X 260 X 340 X 70 X 230 X 240 X 210 X 120 X 170 X 220 X 60 X 90 X 270 X 290 X 150 X-9999 +USW00014922198006WDFG 315W X 45W X 135W X 45W X 360W X 90W X 315W X 270W X 315W X 315W X 180W X 360W X 45W X 45W X 45W X 180W X 270W X 360W X 360W X 225W X 225W X 180W X 135W X 180W X 225W X 45W X 90W X 270W X 270W X 135W X-9999 +USW00014922198006WSF1 103 X 58 X 40 X 80 X 206 X 54 X 165 X 112 X 76 X 54 X 58 X 80 X 72 X 76 X 76 X 40 X 72 X 98 X 58 X 67 X 67 X 40 X 63 X 103 X 58 X 72 X 134 X 112 X 80 X 72 X-9999 +USW00014922198006WSFG 149 X 67 X 62 X 190 X 283 X 93 X 221 X 170 X 134 X 93 X 87 X 154 X 98 X 113 X 129 X 72 X 123 X 185 X 103 X 87 X 103 X 72 X 93 X 159 X 87 X 123 X 195 X 190 X 139 X 98 X-9999 +USW00014922198006WT01-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00014922198006WT03 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922198006WT05-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198006WT08-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00014922198006WT16 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922198007TMAX 267 0 267 0 300 0 322 0 261 0 306 0 367 0 289 0 328 0 367 0 378 0 333 0 333 0 372 0 350 0 300 0 322 0 294 0 317 0 272 0 278 0 256 0 278 0 333 0 283 0 244 0 289 0 289 0 294 0 306 0 294 0 +USW00014922198007TMIN 161 0 106 0 128 0 167 0 178 0 156 0 222 0 167 0 183 0 194 0 222 0 206 0 189 0 261 0 189 0 178 0 167 0 189 0 172 0 178 0 167 0 139 0 133 0 156 0 189 0 150 0 128 0 189 0 139 0 206 0 172 0 +USW00014922198007PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 0 0 0T 0 5 0 292 0 0 0 8 0 0T 0 13 0 3 0 0 0 0 0 0 0 152 0 15 0 0 0 0 0 20 0 0 0 0T 0 0 0 +USW00014922198007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198007ACMH 60 X 20 X 70 X 60 X 30 X 50 X 30 X 70 X 20 X 10 X 80 X 30 X 40 X 50 X 50 X 20 X 50 X 60 X 70 X 70 X 40 X 30 X 0 X 50 X 100 X 20 X 30 X 70 X 20 X 80 X 50 X +USW00014922198007ACSH 70 X 30 X 90 X 80 X 40 X 60 X 30 X 80 X 20 X 10 X 70 X 30 X 60 X 60 X 60 X 20 X 60 X 70 X 70 X 90 X 50 X 40 X 0 X 40 X 90 X 20 X 10 X 80 X 10 X 80 X 70 X +USW00014922198007PGTM 1218 X 1612 X 1848 X 1212 X 0724 X 1554 X 2330 X 1930 X 0748 X 1654 X 2154 X 0918 X 1430 X 0918 X 1930 X 1500 X 2054 X 1330 X 2006 X 1612 X 1636 X 1606 X 1342 X 2024 X 1430 X 1254 X 1136 X 0606 X 1812 X 0754 X 1448 X +USW00014922198007PSUN 70 X 87 X 91 X 65 X 92 X 90 X 95 X 75 X 97 X 100 X 55 X 99 X 74 X 65 X 62 X 97 X 76 X 83 X 69 X 48 X 75 X 99 X 100 X 77 X 64 X 97 X 92 X 53 X 97 X 71 X 85 X +USW00014922198007TSUN 654 X 816 X 852 X 606 X 858 X 834 X 876 X 696 X 900 X 924 X 504 X 918 X 684 X 600 X 564 X 888 X 696 X 756 X 624 X 432 X 684 X 900 X 900 X 696 X 570 X 870 X 822 X 468 X 864 X 630 X 750 X +USW00014922198007WDF1 20 X 140 X 190 X 160 X 330 X 110 X 320 X 20 X 60 X 250 X 220 X 10 X 130 X 170 X 350 X 280 X 120 X 280 X 110 X 320 X 310 X 20 X 260 X 300 X 70 X 30 X 160 X 230 X 110 X 130 X 270 X +USW00014922198007WDFG 315W X 135W X 180W X 225W X 315W X 90W X 360W X 45W X 90W X 270W X 225W X 360W X 135W X 270W X 45W X 270W X 135W X 315W X 45W X 315W X 315W X 45W X 180W X 315W X 360W X 360W X 180W X 225W X 135W X 135W X 270W X +USW00014922198007WSF1 94 X 36 X 63 X 63 X 58 X 89 X 80 X 63 X 45 X 67 X 94 X 63 X 76 X 72 X 192 X 80 X 89 X 80 X 76 X 58 X 76 X 67 X 45 X 139 X 58 X 40 X 45 X 67 X 58 X 76 X 63 X +USW00014922198007WSFG 123 X 67 X 82 X 93 X 93 X 123 X 123 X 103 X 67 X 93 X 195 X 113 X 144 X 118 X 272 X 154 X 134 X 108 X 118 X 87 X 108 X 123 X 62 X 190 X 98 X 87 X 72 X 129 X 82 X 144 X 82 X +USW00014922198007WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198007WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198007WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198007WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 +USW00014922198008TMAX 333 0 283 0 294 0 261 0 278 0 317 0 317 0 278 0 228 0 261 0 261 0 272 0 250 0 267 0 256 0 189 0 244 0 306 0 311 0 289 0 272 0 289 0 267 0 278 0 322 0 228 0 200 0 239 0 311 0 256 0 167 0 +USW00014922198008TMIN 150 0 178 0 139 0 172 0 167 0 161 0 194 0 183 0 156 0 172 0 161 0 122 0 178 0 133 0 150 0 133 0 144 0 122 0 189 0 200 0 156 0 122 0 194 0 200 0 206 0 144 0 144 0 161 0 194 0 133 0 128 0 +USW00014922198008PRCP 0T 0 99 0 15 0 15 0 0 0 3 0 56 0 152 0 0T 0 13 0 0 0 8 0 5 0 0 0 0 0 66 0 8 0 0 0 20 0 74 0 0T 0 0 0 18 0 0T 0 8 0 89 0 0T 0 0T 0 0 0 91 0 89 0 +USW00014922198008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198008ACMH 50 X 60 X 50 X 50 X 10 X 50 X 80 X 70 X 70 X 90 X 60 X 60 X 70 X 20 X 50 X 100 X 90 X 40 X 60 X 60 X 10 X 0 X 30 X 70 X 70 X 100 X 100 X 90 X 60 X 70 X 80 X +USW00014922198008ACSH 40 X 60 X 50 X 50 X 20 X 40 X 90 X 70 X 90 X 100 X 60 X 70 X 70 X 30 X 50 X 100 X 100 X 40 X 40 X 90 X 20 X 10 X 50 X 80 X 70 X 100 X 100 X 100 X 50 X 70 X 100 X +USW00014922198008PGTM 2330 X 0000 X 2342 X 0230 X 0948 X 2248 X-9999 1718 X 1506 X 1848 X 0648 X 1506 X 1230 X 1548 X 1312 X 1524 X 1330 X 1612 X 2206 X 1430 X 1424 X 1424 X 1430 X 1000 X 0812 X 0842 X 0830 X 1648 X 1600 X 0042 X 1406 X +USW00014922198008PSUN 82 X 84 X 87 X 56 X 99 X 80 X 51 X 76 X 46 X 45 X 71 X 79 X 50 X 98 X 89 X 0 X 23 X 93 X 82 X 26 X 100 X 100 X 71 X 64 X 78 X 1 X 25 X 37 X 74 X 75 X 0 X +USW00014922198008TSUN 720 X 738 X 768 X 486 X 858 X 696 X 438 X 666 X 402 X 384 X 612 X 672 X 420 X 828 X 750 X 0 X 198 X 780 X 684 X 222 X 828 X 828 X 588 X 522 X 642 X 12 X 204 X 294 X 594 X 600 X 0 X +USW00014922198008WDF1 360 X 360 X 140 X 160 X 290 X 190 X 360 X 310 X 10 X 220 X 320 X 150 X 280 X 320 X 100 X 110 X 130 X 170 X 210 X 170 X 310 X 170 X 170 X 140 X 220 X 360 X 70 X 140 X 180 X 360 X 80 X +USW00014922198008WDFG 360W X 360W X 135W X 180W X 270W X 180W X-9999 315W X 360W X 225W X 315W X 180W X 270W X 315W X 90W X 135W X 225W X 135W X 203W X 225W X 315W X 180W X 135W X 180W X 225W X 360W X 45W X 135W X 180W X 225W X 360W X +USW00014922198008WSF1 85 X 80 X 80 X 89 X 80 X 94 X 134 X 54 X 45 X 67 X 63 X 54 X 72 X 63 X 72 X 98 X 80 X 76 X 183 X 72 X 89 X 72 X 94 X 63 X 54 X 63 X 54 X 54 X 89 X 80 X 58 X +USW00014922198008WSFG 134 X 113 X 118 X 154 X 129 X 134 X-9999 98 X 67 X 82 X 98 X 82 X 113 X 87 X 108 X 134 X 108 X 118 X 247 X 113 X 154 X 98 X 164 X 98 X 87 X 108 X 82 X 62 X 123 X 154 X 98 X +USW00014922198008WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X +USW00014922198008WT03-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 +USW00014922198008WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922198008WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922198008WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X +USW00014922198009TMAX 233 0 233 0 311 0 239 0 261 0 261 0 283 0 339 0 217 0 239 0 150 0 217 0 206 0 150 0 228 0 161 0 161 0 156 0 278 0 183 0 167 0 172 0 144 0 200 0 122 0 144 0 167 0 172 0 178 0 222 0-9999 +USW00014922198009TMIN 144 0 128 0 178 0 128 0 111 0 122 0 172 0 194 0 106 0 67 0 111 0 133 0 144 0 128 0 122 0 50 0 33 0 83 0 78 0 122 0 106 0 56 0 11 0 94 0 33 0 -6 0 50 0 67 0 117 0 83 0-9999 +USW00014922198009PRCP 3 0 0 0 170 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 419 0 0T 0 0T 0 0T 0 10 0 15 0 0T 0 0T 0 112 0 180 0 0T 0 0 0 0T 0 13 0 10 0 0 0 0 0 3 0 0T 0 0 0-9999 +USW00014922198009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198009ACMH 70 X 60 X 80 X 10 X 20 X 40 X 40 X 60 X 30 X 10 X 100 X 100 X 100 X 100 X 90 X 60 X 70 X 60 X 90 X 90 X 90 X 50 X 60 X 50 X 70 X 30 X 30 X 80 X 80 X 60 X-9999 +USW00014922198009ACSH 70 X 60 X 70 X 0 X 30 X 50 X 50 X 70 X 40 X 0 X 100 X 100 X 100 X 100 X 90 X 90 X 90 X 80 X 100 X 100 X 90 X 50 X 70 X 20 X 100 X 50 X 40 X 90 X 100 X 60 X-9999 +USW00014922198009PGTM 1224 X 0524 X 2030 X 1354 X 1024 X 1148 X 1648 X 2054 X 0000 X 1142 X 2236 X 0118 X 1712 X 1036 X 1554 X 0442 X 2236 X 1606 X 1548 X 2100 X 1412 X 1648 X 2042 X 2036 X 1430 X 2006 X 1118 X 1730 X 1048 X 2024 X-9999 +USW00014922198009PSUN 60 X 81 X 61 X 100 X 91 X 95 X 77 X 82 X 100 X 100 X 0 X 5 X 0 X 0 X 39 X 36 X 27 X 24 X 21 X 5 X 23 X 89 X 85 X 92 X 75 X 100 X 92 X 13 X 0 X 60 X-9999 +USW00014922198009TSUN 480 X 648 X 480 X 786 X 714 X 744 X 600 X 636 X 768 X 768 X 0 X 36 X 0 X 0 X 294 X 270 X 204 X 180 X 156 X 36 X 168 X 654 X 624 X 666 X 546 X 720 X 660 X 96 X 0 X 426 X-9999 +USW00014922198009WDF1 260 X 140 X 220 X 260 X 250 X 140 X 140 X 360 X 350 X 250 X 120 X 120 X 290 X 360 X 180 X 320 X 210 X 320 X 140 X 50 X 340 X 320 X 150 X 220 X 350 X 140 X 10 X 110 X 210 X 180 X-9999 +USW00014922198009WDFG 270W X 315W X 225W X 270W X 270W X 135W X 135W X 360W X 315W X 270W X 135W X 135W X 315W X 360W X 180W X 315W X 180W X 360W X 270W X 45W X 135W X 315W X 135W X 360W X 360W X 135W X 360W X 135W X 225W X 180W X-9999 +USW00014922198009WSF1 63 X 45 X 161 X 94 X 72 X 63 X 45 X 112 X 80 X 58 X 72 X 80 X 63 X 63 X 89 X 80 X 72 X 76 X 103 X 80 X 63 X 89 X 63 X 63 X 76 X 63 X 63 X 67 X 72 X 54 X-9999 +USW00014922198009WSFG 82 X 67 X 242 X 129 X 103 X 118 X 62 X 175 X 123 X 103 X 118 X 118 X 82 X 113 X 149 X 129 X 118 X 113 X 216 X 118 X 72 X 134 X 98 X 139 X 123 X 93 X 87 X 98 X 113 X 82 X-9999 +USW00014922198009WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922198009WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922198009WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198009WT05-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198009WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922198009WT16 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00014922198010TMAX 194 0 111 0 89 0 122 0 167 0 217 0 289 0 228 0 222 0 161 0 94 0 94 0 83 0 67 0 128 0 172 0 144 0 50 0 122 0 161 0 122 0 94 0 100 0 56 0 22 0 56 0 50 0 50 0 72 0 150 0 128 0 +USW00014922198010TMIN 89 0 56 0 22 0 17 0 0 0 61 0 83 0 89 0 78 0 61 0 6 0 -44 0 11 0 50 0 44 0 83 0 50 0 17 0 -11 0 44 0 17 0 -6 0 44 0 17 0 6 0 -44 0 -39 0 -56 0 -72 0 6 0 11 0 +USW00014922198010PRCP 0 0 3 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 71 0 0T 0 8 0 0 0 0 0 0 0 0T 0 84 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198010ACMH 40 X 80 X 100 X 60 X 20 X 20 X 0 X 0 X 10 X 60 X 70 X 0 X 80 X 100 X 100 X 80 X 80 X 100 X 70 X 60 X 40 X 80 X 100 X 100 X 100 X 80 X 80 X 10 X 0 X 40 X 20 X +USW00014922198010ACSH 50 X 100 X 100 X 60 X 30 X 30 X 0 X 0 X 0 X 60 X 80 X 0 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 50 X 80 X 100 X 100 X 100 X 100 X 70 X 100 X 10 X 0 X 60 X 30 X +USW00014922198010PGTM 1242 X 0930 X 1054 X 2200 X 1448 X 1412 X 1300 X 1236 X 2230 X 2318 X 0518 X 1306 X 1618 X 0112 X 1918 X 1812 X 0342 X 0024 X 1342 X 2036 X 1248 X 2254 X 0054 X 1648 X 1318 X 0042 X 2312 X 1412 X 1842 X 1312 X 1300 X +USW00014922198010PSUN 58 X 6 X 26 X 38 X 99 X 97 X 100 X 100 X 100 X 44 X 38 X 100 X 6 X 0 X 32 X 0 X 5 X 0 X 44 X 50 X 61 X 0 X 0 X 0 X 0 X 77 X 0 X 95 X 100 X 83 X 97 X +USW00014922198010TSUN 408 X 42 X 180 X 264 X 684 X 666 X 684 X 684 X 678 X 300 X 258 X 672 X 42 X 0 X 210 X 0 X 30 X 0 X 282 X 324 X 390 X 0 X 0 X 0 X 0 X 486 X 0 X 588 X 618 X 510 X 594 X +USW00014922198010WDF1 310 X 360 X 240 X 100 X 190 X 300 X 210 X 330 X 160 X 320 X 320 X 50 X 70 X 90 X 80 X 90 X 230 X 280 X 270 X 350 X 330 X 130 X 130 X 310 X 320 X 340 X 360 X 360 X 210 X 280 X 320 X +USW00014922198010WDFG 270W X 315W X 315W X 135W X 180W X 315W X 225W X 315W X 315W X 315W X 315W X 270W X 90W X 90W X 90W X 135W X 180W X 270W X 315W X 315W X 315W X 135W X 135W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X +USW00014922198010WSF1 103 X 94 X 45 X 45 X 76 X 54 X 94 X 58 X 94 X 116 X 103 X 31 X 76 X 72 X 67 X 89 X 112 X 72 X 58 X 76 X 63 X 89 X 89 X 80 X 89 X 58 X 72 X 63 X 58 X 94 X 80 X +USW00014922198010WSFG 164 X 134 X 67 X 57 X 98 X 77 X 139 X 93 X 134 X 195 X 185 X 57 X 118 X 108 X 103 X 159 X 185 X 123 X 82 X 134 X 93 X 134 X 113 X 134 X 134 X 93 X 93 X 87 X 67 X 139 X 129 X +USW00014922198010WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198010WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198010WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198010WT16-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198010WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198011TMAX 61 0 117 0 139 0 106 0 122 0 172 0 94 0 167 0 89 0 28 0 39 0 67 0 44 0 22 0 56 0 83 0 17 0 50 0 106 0 67 0 94 0 144 0 50 0 -6 0 50 0 83 0 44 0 -6 0 56 0 100 0-9999 +USW00014922198011TMIN -17 0 0 0 50 0 33 0 -28 0 33 0 33 0 44 0 11 0 -56 0 -6 0 22 0 0 0 -22 0 -56 0 -22 0 -56 0 -94 0 -61 0 -17 0 -72 0 39 0 -44 0 -100 0 -100 0 -83 0 -56 0 -56 0 -11 0 -33 0-9999 +USW00014922198011PRCP 0 0 0 0 5 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 33 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 15 0 0T 0 0 0-9999 +USW00014922198011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0T 0 0 0-9999 +USW00014922198011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00014922198011ACMH 80 X 90 X 50 X 40 X 20 X 40 X 90 X 90 X 100 X 70 X 100 X 100 X 100 X 100 X 50 X 80 X 80 X 0 X 20 X 60 X 10 X 0 X 60 X 0 X 40 X 60 X 60 X 100 X 80 X 60 X-9999 +USW00014922198011ACSH 90 X 90 X 50 X 70 X 40 X 70 X 90 X 90 X 100 X 50 X 100 X 100 X 100 X 100 X 20 X 80 X 90 X 0 X 0 X 90 X 10 X 0 X 60 X 0 X 90 X 70 X 80 X 100 X 80 X 60 X-9999 +USW00014922198011PGTM 0036 X 1324 X 1554 X 1130 X 1948 X 1400 X 1706 X 0918 X 1800 X 0018 X 2130 X 0030 X 0818 X 1512 X 1324 X 1806 X 1136 X 1318 X 1354 X 1736 X 1512 X 1224 X 0706 X 1006 X 1000 X 1424 X 0154 X 1930 X 0912 X 1706 X-9999 +USW00014922198011PSUN 33 X 25 X 78 X 82 X 93 X 55 X 18 X 19 X 9 X 76 X 0 X 0 X 0 X 0 X 83 X 62 X 2 X 91 X 100 X 11 X 100 X 100 X 79 X 98 X 88 X 59 X 40 X 0 X 34 X 76 X-9999 +USW00014922198011TSUN 198 X 156 X 474 X 492 X 558 X 330 X 108 X 114 X 54 X 444 X 0 X 0 X 0 X 0 X 474 X 354 X 12 X 522 X 564 X 60 X 558 X 558 X 438 X 546 X 486 X 330 X 216 X 0 X 186 X 414 X-9999 +USW00014922198011WDF1 320 X 150 X 310 X 310 X 220 X 260 X 90 X 130 X 310 X 360 X 120 X 120 X 360 X 360 X 290 X 300 X 360 X 230 X 240 X 310 X 200 X 200 X 330 X 320 X 220 X 200 X 120 X 320 X 300 X 300 X-9999 +USW00014922198011WDFG 315W X 135W X 315W X 315W X 225W X 270W X 45W X 135W X 315W X 360W X 135W X 135W X 360W X 315W X 270W X 360W X 360W X 225W X 225W X 315W X 180W X 225W X 315W X 360W X 225W X 180W X 135W X 315W X 270W X 315W X-9999 +USW00014922198011WSF1 45 X 72 X 94 X 80 X 63 X 63 X 54 X 103 X 80 X 58 X 67 X 63 X 76 X 63 X 31 X 58 X 67 X 72 X 63 X 112 X 76 X 112 X 76 X 45 X 72 X 80 X 45 X 63 X 76 X 76 X-9999 +USW00014922198011WSFG 72 X 103 X 144 X 129 X 77 X 77 X 77 X 149 X 108 X 82 X 93 X 93 X 113 X 87 X 51 X 82 X 98 X 103 X 82 X 159 X 129 X 164 X 108 X 67 X 103 X 113 X 62 X 103 X 113 X 103 X-9999 +USW00014922198011WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922198011WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922198011WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198011WT16-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198011WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922198012TMAX -6 0 -106 0 -44 0 17 0 28 0 33 0 11 0 -44 0 -33 0 -122 0 -83 0 94 0 -17 0 -11 0 -6 0 -6 0 72 0 -28 0 -150 0 -133 0 -67 0 -6 0 -28 0 -111 0 -89 0 -61 0 -17 0 11 0 17 0 72 0 11 0 +USW00014922198012TMIN -139 0 -161 0 -139 0 -67 0 6 0 6 0 -44 0 -122 0 -128 0 -161 0 -167 0 -94 0 -156 0 -78 0 -89 0 -44 0 -28 0 -183 0 -211 0 -222 0 -161 0 -83 0 -111 0 -228 0 -244 0 -111 0 -106 0 -33 0 -61 0 -39 0 -11 0 +USW00014922198012PRCP 8 0 0T 0 0 0 0 0 3 0 3 0 18 0 0 0 10 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 3 0 5 0 13 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 +USW00014922198012SNOW 10 0 0T 0 0 0 0 0 0 0 0 0 15 0 0 0 15 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 3 0 5 0 23 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 +USW00014922198012SNWD 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 25 0 0T 0 25 0 25 0 25 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 +USW00014922198012ACMH 80 X 40 X 90 X 90 X 100 X 100 X 100 X 20 X 80 X 70 X 100 X 40 X 10 X 90 X 90 X 100 X 90 X 70 X 0 X 50 X 90 X 100 X 100 X 20 X 80 X 80 X 100 X 90 X 50 X 90 X 100 X +USW00014922198012ACSH 100 X 10 X 80 X 100 X 100 X 100 X 100 X 0 X 100 X 90 X 100 X 30 X 0 X 100 X 100 X 100 X 100 X 70 X 0 X 80 X 90 X 100 X 100 X 0 X 100 X 70 X 100 X 100 X 40 X 80 X 100 X +USW00014922198012PGTM 1018 X 0306 X 1112 X 1436 X 0330 X 1354 X 2354 X 0030 X 1830 X 1000 X 2324 X 1900 X 0100 X 0612 X 2000 X 2248 X 2018 X 1218 X 0054 X 0030 X 1948 X 1254 X 2324 X 0406 X 1418 X 0842 X 1324 X 0818 X 0524 X 0824 X 1412 X +USW00014922198012PSUN 8 X 85 X 26 X 61 X 0 X 0 X 0 X 87 X 7 X 5 X 21 X 81 X 95 X 27 X 2 X 33 X 26 X 50 X 77 X 79 X 3 X 35 X 14 X 100 X 34 X 60 X 0 X 21 X 82 X 33 X 0 X +USW00014922198012TSUN 42 X 462 X 144 X 324 X 0 X 0 X 0 X 462 X 42 X 30 X 108 X 426 X 504 X 144 X 12 X 174 X 138 X 264 X 408 X 414 X 12 X 180 X 72 X 528 X 180 X 318 X 0 X 114 X 432 X 174 X 0 X +USW00014922198012WDF1 350 X 350 X 130 X 130 X 120 X 330 X 330 X 310 X 350 X 350 X 130 X 300 X 320 X 40 X 110 X 180 X 330 X 300 X 310 X 320 X 170 X 150 X 350 X 350 X 180 X 10 X 170 X 140 X 360 X 150 X 320 X +USW00014922198012WDFG 360W X 360W X 135W X 135W X 135W X 315W X 315W X 315W X 315W X 360W X 135W X 315W X 315W X 45W X 90W X 135W X 315W X 315W X 315W X 315W X 180W X 180W X 315W X 360W X 225W X 360W X 180W X 135W X 360W X 135W X 315W X +USW00014922198012WSF1 89 X 80 X 80 X 80 X 94 X 54 X 72 X 63 X 76 X 72 X 45 X 143 X 94 X 76 X 45 X 54 X 103 X 134 X 94 X 45 X 72 X 67 X 98 X 94 X 112 X 67 X 98 X 103 X 40 X 76 X 67 X +USW00014922198012WSFG 134 X 118 X 134 X 118 X 118 X 72 X 77 X 103 X 113 X 87 X 57 X 200 X 118 X 108 X 57 X 72 X 170 X 200 X 144 X 72 X 98 X 87 X 123 X 139 X 149 X 87 X 149 X 118 X 62 X 123 X 87 X +USW00014922198012WT01-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922198012WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198012WT06-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198012WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00014922198012WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922198012WT18 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00014922198101TMAX 0 0 -78 0 -150 0 -144 0 -22 0 -17 0 -144 0 -100 0 -117 0 -144 0 -94 0 50 0 -6 0 -11 0 -83 0 -89 0 44 0 78 0 67 0 33 0 56 0 83 0 89 0 139 0 111 0 17 0 -44 0 -67 0 -56 0 -11 0 0 0 +USW00014922198101TMIN -106 0 -150 0 -222 0 -250 0 -172 0 -167 0 -222 0 -178 0 -200 0 -217 0 -239 0 -122 0 -106 0 -89 0 -167 0 -183 0 -150 0 -100 0 -89 0 -100 0 -67 0 -94 0 -83 0 -39 0 0 0 -44 0 -128 0 -150 0 -156 0 -167 0 -67 0 +USW00014922198101PRCP 10 0 0T 0 0 0 0 0 0 0 23 0 0 0 0 0 0T 0 3 0 0T 0 0T 0 5 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 5 0 0T 0 0 0 0 0 23 0 +USW00014922198101SNOW 10 0 0T 0 0 0 0 0 0 0 25 0 0 0 0 0 0T 0 3 0 0T 0 0T 0 8 0 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 8 0 0T 0 0 0 0 0 51 0 +USW00014922198101SNWD 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 +USW00014922198101ACMH 50 X 80 X 20 X 0 X 40 X 60 X 60 X 70 X 30 X 50 X 10 X 60 X 40 X 100 X 30 X 30 X 40 X 30 X 0 X 20 X 40 X 20 X 50 X 10 X 60 X 100 X 60 X 50 X 10 X 20 X 100 X +USW00014922198101ACSH 30 X 70 X 20 X 10 X 30 X 70 X 100 X 100 X 10 X 90 X 0 X 60 X 20 X 100 X 40 X 20 X 40 X 10 X 0 X 0 X 30 X 10 X 60 X 0 X 50 X 100 X 70 X 60 X 10 X 10 X 100 X +USW00014922198101PGTM 1830 X 2336 X 0012 X 0018 X 1042 X 1354 X 0042 X 2342 X 1012 X 1754 X 1342 X 1330 X 1454 X 2306 X 1006 X 0106 X 1330 X 1330 X 1406 X 1612 X 1600 X 1418 X 1854 X 2354 X 1554 X 0500 X 1330 X 1200 X 0842 X 1448 X 1030 X +USW00014922198101PSUN 72 X 35 X 89 X 100 X 78 X 66 X 51 X 51 X 89 X 36 X 100 X 84 X 87 X 37 X 97 X 100 X 89 X 94 X 100 X 88 X 87 X 95 X 98 X 100 X 81 X 40 X 87 X 83 X 98 X 95 X 42 X +USW00014922198101TSUN 384 X 186 X 474 X 534 X 420 X 354 X 270 X 276 X 480 X 198 X 546 X 456 X 474 X 204 X 534 X 552 X 492 X 522 X 558 X 492 X 486 X 540 X 558 X 570 X 462 X 228 X 498 X 480 X 570 X 552 X 246 X +USW00014922198101WDF1 310 X 20 X 10 X 360 X 190 X 310 X 320 X 240 X 340 X 310 X 300 X 290 X 360 X 310 X 360 X 310 X 270 X 210 X 260 X 350 X 230 X 310 X 140 X 170 X 280 X 310 X 320 X 320 X 10 X 180 X 150 X +USW00014922198101WDFG 315W X 360W X 360W X 360W X 135W X 315W X 315W X 225W X 315W X 315W X 270W X 270W X 360W X 315W X 315W X 315W X 270W X 315W X 225W X 315W X 225W X 315W X 135W X 180W X 270W X 315W X 315W X 315W X 360W X 180W X 180W X +USW00014922198101WSF1 98 X 94 X 89 X 54 X 80 X 116 X 67 X 45 X 80 X 40 X 54 X 58 X 45 X 72 X 89 X 63 X 80 X 45 X 40 X 54 X 40 X 45 X 36 X 67 X 103 X 89 X 63 X 80 X 54 X 67 X 94 X +USW00014922198101WSFG 164 X 113 X 113 X 62 X 118 X 159 X 87 X 51 X 113 X 51 X 87 X 93 X 72 X 98 X 123 X 82 X 113 X 62 X 62 X 77 X 67 X 72 X 51 X 87 X 129 X 134 X 82 X 113 X 77 X 82 X 113 X +USW00014922198101WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922198101WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198101WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922198101WT18 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00014922198102TMAX -39 0 -167 0 -106 0 -128 0 -33 0 -33 0 -28 0 -100 0 -133 0 -167 0 -172 0 -106 0 28 0 56 0 100 0 156 0 128 0 144 0 139 0 139 0 56 0 44 0 61 0 83 0 39 0 28 0 11 0 11 0-9999 -9999 -9999 +USW00014922198102TMIN -189 0 -217 0 -222 0 -206 0 -161 0 -122 0 -133 0 -150 0 -200 0 -244 0 -289 0 -189 0 -183 0 -94 0 28 0 17 0 6 0 17 0 6 0 -28 0 6 0 6 0 -11 0 -33 0 -44 0 -56 0 0 0 -22 0-9999 -9999 -9999 +USW00014922198102PRCP 28 0 0T 0 0 0 0 0 5 0 28 0 28 0 0T 0 5 0 18 0 0 0 8 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 127 0 15 0 25 0 0 0 0 0 0 0 257 0 0T 0-9999 -9999 -9999 +USW00014922198102SNOW 41 0 0T 0 0 0 0 0 8 0 41 0 48 0 5 0 10 0 36 0 0 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 5 0 25 0 0 0 0 0 0 0 0T 0 0T 0-9999 -9999 -9999 +USW00014922198102SNWD 76 0 76 0 76 0 76 0 76 0 76 0 127 0 152 0 152 0 178 0 203 0 203 0 178 0 127 0 102 0 0T 0 0T 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922198102ACMH 60 X 30 X 50 X 0 X 100 X 80 X 100 X 70 X 60 X 90 X 10 X 40 X 40 X 80 X 80 X 60 X 90 X 40 X 50 X 80 X 100 X 100 X 60 X 10 X 10 X 80 X 100 X 100 X-9999 -9999 -9999 +USW00014922198102ACSH 80 X 70 X 80 X 0 X 100 X 70 X 100 X 60 X 40 X 100 X 0 X 20 X 30 X 100 X 80 X 60 X 100 X 20 X 60 X 70 X 100 X 100 X 80 X 20 X 10 X 100 X 100 X 100 X-9999 -9999 -9999 +USW00014922198102PGTM 1724 X 0924 X 2330 X 0218 X 2242 X 2342 X 1324 X 0430 X 1430 X 1606 X 0048 X 0942 X 1200 X 2018 X 1112 X 2206 X 2000 X 1330 X 1154 X 1606 X 1848 X 1742 X 0424 X 0912 X 1554 X 1700 X 2218 X 0812 X-9999 -9999 -9999 +USW00014922198102PSUN 85 X 93 X 100 X 100 X 45 X 71 X 31 X 70 X 82 X 0 X 100 X 88 X 80 X 44 X 54 X 90 X 69 X 83 X 91 X 89 X 0 X 24 X 84 X 90 X 100 X 81 X 0 X 19 X-9999 -9999 -9999 +USW00014922198102TSUN 498 X 546 X 594 X 594 X 270 X 426 X 186 X 426 X 498 X 0 X 618 X 540 X 492 X 276 X 336 X 564 X 432 X 528 X 582 X 570 X 0 X 156 X 546 X 588 X 654 X 534 X 0 X 126 X-9999 -9999 -9999 +USW00014922198102WDF1 330 X 310 X 290 X 330 X 200 X 120 X 270 X 340 X 300 X 340 X 320 X 160 X 200 X 170 X 190 X 220 X 210 X 270 X 290 X 150 X 330 X 350 X 340 X 320 X 70 X 100 X 110 X 310 X-9999 -9999 -9999 +USW00014922198102WDFG 315W X 315W X 315W X 315W X 315W X 135W X 270W X 315W X 315W X 315W X 315W X 180W X 180W X 180W X 225W X 225W X 225W X 270W X 270W X 135W X 360W X 360W X 360W X 315W X 90W X 90W X 270W X 315W X-9999 -9999 -9999 +USW00014922198102WESD 51 X 51 X 51 X 51 X 51 X 51 X 102 X 102 X 102 X 127 X 127 X 203 X 203 X 203 X 152 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198102WSF1 125 X 80 X 80 X 72 X 76 X 72 X 103 X 89 X 63 X 103 X 76 X 58 X 76 X 89 X 94 X 72 X 63 X 76 X 63 X 63 X 58 X 130 X 103 X 76 X 63 X 72 X 76 X 80 X-9999 -9999 -9999 +USW00014922198102WSFG 180 X 118 X 113 X 98 X 113 X 98 X 149 X 113 X 77 X 139 X 103 X 72 X 129 X 118 X 123 X 113 X 123 X 103 X 93 X 82 X 98 X 190 X 149 X 113 X 87 X 103 X 5 X 123 X-9999 -9999 -9999 +USW00014922198102WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922198102WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922198102WT04-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198102WT06-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198102WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198102WT09-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198102WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922198102WT18 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922198103TMAX 56 0 -17 0 56 0 11 0 33 0 -11 0 44 0 67 0 61 0 56 0 117 0 122 0 50 0 161 0 128 0 111 0 50 0 39 0 61 0 72 0 94 0 133 0 144 0 156 0 150 0 89 0 144 0 239 0 178 0 100 0 167 0 +USW00014922198103TMIN -50 0 -89 0 -94 0 -61 0 -83 0 -94 0 -106 0 -72 0 -28 0 -28 0 -50 0 0 0 -22 0 -67 0 -17 0 -67 0 -28 0 -56 0 -39 0 -61 0 -39 0 -33 0 0 0 6 0 28 0 22 0 6 0 89 0 78 0 33 0 33 0 +USW00014922198103PRCP 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 23 0 89 0 3 0 13 0 +USW00014922198103SNOW 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198103SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198103ACMH 60 X 10 X 60 X 30 X 40 X 20 X 0 X 50 X 80 X 60 X 0 X 20 X 30 X 10 X 10 X 10 X 0 X 40 X 60 X 10 X 70 X 10 X 60 X 30 X 70 X 90 X 80 X 100 X 100 X 100 X 80 X +USW00014922198103ACSH 70 X 20 X 90 X 60 X 20 X 30 X 0 X 50 X 70 X 70 X 0 X 10 X 30 X 0 X 0 X 10 X 0 X 60 X 80 X 10 X 70 X 0 X 100 X 30 X 90 X 90 X 70 X 100 X 100 X 100 X 90 X +USW00014922198103PGTM 1642 X 1018 X 1512 X 0918 X 1554 X 0824 X 1454 X 1212 X 1754 X 1336 X 1606 X 1518 X 1012 X 2118 X 1648 X 1242 X 1506 X 1136 X 1518 X 1000 X 1248 X 1418 X 1800 X 1500 X 1012 X 1806 X 1706 X 1430 X 1712 X 0436 X 1754 X +USW00014922198103PSUN 63 X 100 X 43 X 56 X 90 X 83 X 100 X 97 X 46 X 67 X 100 X 100 X 98 X 99 X 100 X 100 X 100 X 95 X 88 X 99 X 98 X 99 X 91 X 90 X 27 X 47 X 77 X 50 X 37 X 34 X 49 X +USW00014922198103TSUN 420 X 672 X 294 X 378 X 612 X 564 X 690 X 672 X 318 X 462 X 702 X 702 X 690 X 702 X 714 X 714 X 720 X 684 X 636 X 726 X 720 X 732 X 672 X 666 X 204 X 354 X 576 X 378 X 276 X 258 X 378 X +USW00014922198103WDF1 280 X 330 X 220 X 10 X 330 X 10 X 360 X 270 X 340 X 10 X 280 X 300 X 340 X 220 X 340 X 290 X 10 X 320 X 320 X 320 X 80 X 340 X 20 X 110 X 200 X 30 X 120 X 210 X 10 X 350 X 220 X +USW00014922198103WDFG 315W X 315W X 225W X 45W X 315W X 360W X 315W X 225W X 360W X 360W X 270W X 315W X 360W X 180W X 360W X 270W X 360W X 360W X 315W X 360W X 45W X 315W X 45W X 135W X 180W X 360W X 135W X 225W X 180W X 360W X 180W X +USW00014922198103WSF1 103 X 67 X 98 X 67 X 76 X 72 X 54 X 45 X 76 X 67 X 72 X 94 X 76 X 103 X 125 X 72 X 94 X 112 X 94 X 54 X 45 X 54 X 40 X 45 X 89 X 63 X 94 X 116 X 76 X 76 X 139 X +USW00014922198103WSFG 129 X 93 X 134 X 108 X 108 X 93 X 82 X 82 X 103 X 98 X 129 X 170 X 123 X 164 X 170 X 154 X 134 X 154 X 149 X 108 X 72 X 77 X 82 X 77 X 134 X 98 X 134 X 149 X 113 X 103 X 221 X +USW00014922198103WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922198103WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0-9999 -9999 +USW00014922198103WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198103WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00014922198103WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00014922198103WT18-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198104TMAX 111 0 256 0 144 0 33 0 83 0 156 0 172 0 167 0 200 0 217 0 128 0 194 0 139 0 83 0 172 0 161 0 222 0 161 0 156 0 100 0 94 0 139 0 67 0 139 0 161 0 211 0 233 0 133 0 167 0 183 0-9999 +USW00014922198104TMIN 28 0 22 0 33 0 -6 0 -28 0 -22 0 67 0 61 0 17 0 72 0 56 0 50 0 33 0 -17 0 -17 0 67 0 56 0 0 0 33 0 0 0 33 0 61 0 44 0 44 0 28 0 72 0 106 0 78 0 72 0 50 0-9999 +USW00014922198104PRCP 8 0 0 0 20 0 102 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 8 0 0 0 46 0 0 0 0 0 3 0 0 0 8 0 25 0 0 0 66 0 107 0 36 0 0 0 0T 0 0 0 33 0 0 0 66 0 25 0-9999 +USW00014922198104SNOW 0 0 0 0 0 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198104SNWD 0 0 0 0 0 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198104ACMH 60 X 50 X 100 X 100 X 30 X 10 X 100 X 80 X 40 X 60 X 80 X 70 X 90 X 0 X 10 X 80 X 40 X 50 X 70 X 50 X 100 X 100 X 100 X 70 X 70 X 60 X 80 X 90 X 90 X 60 X-9999 +USW00014922198104ACSH 70 X 80 X 90 X 100 X 20 X 10 X 100 X 100 X 60 X 70 X 100 X 60 X 100 X 0 X 10 X 100 X 50 X 60 X 80 X 40 X 100 X 100 X 100 X 50 X 80 X 50 X 70 X 100 X 80 X 70 X-9999 +USW00014922198104PGTM 0500 X 1506 X 1930 X 0606 X 1106 X 1448 X 1718 X 1218 X 1636 X 0042 X 1342 X 1600 X 1530 X 0148 X 1312 X 1200 X 1530 X 2212 X 1506 X 1224 X 0748 X 2336 X 1406 X 0600 X 1500 X 1148 X 1112 X 1118 X 1436 X 1324 X-9999 +USW00014922198104PSUN 80 X 94 X 27 X 41 X 99 X 95 X 54 X 70 X 77 X 64 X 41 X 65 X 25 X 100 X 96 X 43 X 81 X 76 X 80 X 97 X 12 X 0 X 0 X 53 X 46 X 67 X 50 X 2 X 39 X 53 X-9999 +USW00014922198104TSUN 612 X 720 X 210 X 318 X 774 X 744 X 426 X 552 X 606 X 510 X 330 X 516 X 198 X 804 X 774 X 348 X 660 X 618 X 660 X 804 X 102 X 0 X 0 X 444 X 384 X 564 X 426 X 12 X 336 X 450 X-9999 +USW00014922198104WDF1 300 X 210 X 10 X 350 X 330 X 170 X 220 X 350 X 180 X 190 X 360 X 170 X 350 X 330 X 190 X 200 X 300 X 360 X 10 X 90 X 160 X 310 X 320 X 330 X 120 X 10 X 140 X 20 X 40 X 320 X-9999 +USW00014922198104WDFG 315W X 225W X 360W X 360W X 315W X 180W X 135W X 360W X 225W X 180W X 360W X 180W X 360W X 315W X 180W X 180W X 315W X 135W X 45W X 90W X 180W X 315W X 315W X 315W X 135W X 360W X 90W X 45W X 45W X 315W X-9999 +USW00014922198104WESD-9999 -9999 -9999 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198104WSF1 112 X 76 X 103 X 107 X 58 X 130 X 67 X 63 X 98 X 107 X 80 X 80 X 103 X 89 X 125 X 89 X 130 X 63 X 89 X 67 X 98 X 94 X 112 X 67 X 89 X 45 X 112 X 63 X 76 X 107 X-9999 +USW00014922198104WSFG 159 X 118 X 200 X 170 X 93 X 190 X 62 X 103 X 164 X 170 X 123 X 108 X 159 X 134 X 175 X 139 X 200 X 82 X 118 X 93 X 139 X 134 X 175 X 98 X 129 X 62 X 149 X 87 X 129 X 149 X-9999 +USW00014922198104WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922198104WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 +USW00014922198104WT04-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198104WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922198104WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 +USW00014922198104WT09-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198104WT16 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X-9999 +USW00014922198104WT18-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198105TMAX 156 0 228 0 228 0 178 0 178 0 161 0 172 0 167 0 117 0 133 0 161 0 156 0 200 0 222 0 244 0 233 0 161 0 194 0 228 0 267 0 283 0 256 0 228 0 172 0 156 0 183 0 222 0 206 0 256 0 194 0 239 0 +USW00014922198105TMIN 33 0 67 0 150 0 106 0 94 0 28 0 28 0 94 0 28 0 -11 0 11 0 39 0 28 0 33 0 39 0 106 0 100 0 61 0 33 0 67 0 94 0 150 0 156 0 100 0 100 0 128 0 122 0 144 0 128 0 106 0 78 0 +USW00014922198105PRCP 0 0 0T 0 236 0 56 0 3 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 127 0 0T 0 0T 0 0T 0 0 0 94 0 0 0 0 0 0T 0 +USW00014922198105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198105ACMH 30 X 50 X 100 X 100 X 50 X 40 X 70 X 90 X 70 X 10 X 10 X 80 X 10 X 10 X 40 X 90 X 90 X 10 X 0 X 0 X 50 X 70 X 100 X 100 X 100 X 100 X 90 X 100 X 60 X 20 X 50 X +USW00014922198105ACSH 10 X 50 X 100 X 100 X 50 X 30 X 80 X 80 X 100 X 0 X 10 X 100 X 10 X 10 X 40 X 100 X 100 X 0 X 0 X 0 X 40 X 60 X 90 X 100 X 100 X 100 X 100 X 100 X 60 X 20 X 60 X +USW00014922198105PGTM 1048 X 1636 X 1024 X 2030 X 1324 X 1548 X 1500 X 2018 X 0900 X 1406 X 2136 X 1200 X 1236 X 1336 X 1406 X 2054 X 0724 X 1400 X 1630 X 1300 X 1448 X 1706 X 1154 X 0806 X 1424 X 1800 X 1112 X 1206 X 1330 X 1324 X 1724 X +USW00014922198105PSUN 95 X 85 X 21 X 2 X 61 X 94 X 90 X 23 X 62 X 97 X 100 X 88 X 97 X 99 X 93 X 75 X 2 X 100 X 100 X 100 X 93 X 48 X 52 X 0 X 6 X 0 X 41 X 11 X 80 X 94 X 62 X +USW00014922198105TSUN 816 X 732 X 180 X 12 X 522 X 822 X 780 X 198 X 546 X 852 X 882 X 780 X 858 X 876 X 828 X 672 X 18 X 900 X 900 X 900 X 840 X 438 X 474 X 0 X 54 X 0 X 372 X 108 X 732 X 864 X 570 X +USW00014922198105WDF1 360 X 170 X 200 X 350 X 350 X 100 X 130 X 170 X 360 X 60 X 70 X 80 X 30 X 10 X 260 X 50 X 60 X 50 X 120 X 200 X 180 X 150 X 190 X 230 X 270 X 20 X 10 X 100 X 310 X 350 X 110 X +USW00014922198105WDFG 360W X 180W X 225W X 360W X 360W X 45W X 135W X 270W X 360W X 45W X 45W X 90W X 45W X 360W X 315W X 45W X 90W X 90W X 315W X 225W X 180W X 135W X 180W X 225W X 270W X 360W X 360W X 90W X 315W X 315W X 90W X +USW00014922198105WSF1 76 X 134 X 89 X 89 X 72 X 54 X 63 X 72 X 94 X 76 X 76 X 67 X 72 X 54 X 36 X 80 X 76 X 72 X 40 X 58 X 98 X 98 X 76 X 67 X 67 X 54 X 36 X 58 X 98 X 58 X 89 X +USW00014922198105WSFG 98 X 180 X 144 X 134 X 113 X 103 X 98 X 108 X 123 X 113 X 98 X 93 X 118 X 93 X 51 X 113 X 118 X 103 X 77 X 113 X 129 X 139 X 113 X 93 X 87 X 67 X 72 X 77 X 149 X 108 X 103 X +USW00014922198105WT01-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 +USW00014922198105WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198105WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198105WT16-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X +USW00014922198106TMAX 267 0 239 0 244 0 256 0 283 0 289 0 317 0 217 0 222 0 261 0 261 0 272 0 289 0 278 0 222 0 233 0 283 0 222 0 211 0 206 0 172 0 211 0 206 0 256 0 267 0 294 0 283 0 261 0 256 0 261 0-9999 +USW00014922198106TMIN 167 0 139 0 122 0 94 0 156 0 111 0 156 0 139 0 139 0 128 0 133 0 150 0 178 0 183 0 144 0 117 0 133 0 117 0 94 0 133 0 128 0 100 0 106 0 156 0 128 0 117 0 161 0 200 0 161 0 150 0-9999 +USW00014922198106PRCP 0 0 25 0 0T 0 0 0 0T 0 0 0 51 0 18 0 8 0 0 0 71 0 76 0 178 0 417 0 0T 0 0T 0 0 0 0 0 13 0 3 0 89 0 0T 0 38 0 0T 0 0 0 0 0 0 0 137 0 0T 0 0 0-9999 +USW00014922198106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198106ACMH 70 X 80 X 60 X 40 X 30 X 20 X 80 X 80 X 80 X 10 X 90 X 80 X 100 X 90 X 80 X 30 X 60 X 50 X 90 X 70 X 90 X 50 X 70 X 50 X 10 X 30 X 90 X 100 X 50 X 0 X-9999 +USW00014922198106ACSH 90 X 90 X 70 X 40 X 40 X 10 X 90 X 100 X 90 X 10 X 90 X 80 X 90 X 100 X 80 X 30 X 70 X 50 X 100 X 80 X 100 X 80 X 80 X 50 X 10 X 20 X 100 X 100 X 50 X 10 X-9999 +USW00014922198106PGTM 1024 X 1330 X 1736 X 2124 X 1742 X 1318 X 1400 X 0936 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1142 X 0712 X 2048 X 0818 X 1948 X 1430 X 2312 X 1136 X 1306 X 1242 X 1118 X 1242 X 0800 X 1700 X-9999 +USW00014922198106PSUN 82 X 56 X 68 X 90 X 97 X 97 X 51 X 74 X 64 X 100 X 52 X 49 X 48 X 27 X 80 X 83 X 70 X 95 X 34 X 76 X 14 X 72 X 48 X 82 X 98 X 95 X 61 X 28 X 86 X 100 X-9999 +USW00014922198106TSUN 756 X 522 X 630 X 840 X 906 X 900 X 474 X 690 X 600 X 936 X 486 X 462 X 450 X 252 X 750 X 780 X 660 X 888 X 312 X 708 X 126 X 678 X 450 X 768 X 918 X 894 X 570 X 264 X 804 X 930 X-9999 +USW00014922198106WDF1 180 X 250 X 320 X 130 X 290 X 300 X 220 X 260 X 340 X 240 X 230 X 110 X 240 X 240 X 250 X 300 X 190 X 280 X 70 X 330 X 140 X 320 X 120 X 310 X 310 X 160 X 170 X 250 X 300 X 80 X-9999 +USW00014922198106WDFG 180W X 135W X 45W X 135W X 315W X 270W X 225W X 225W X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 180W X 270W X 90W X 315W X 135W X 315W X 135W X 315W X 315W X 225W X 180W X 315W X 315W X 90W X-9999 +USW00014922198106WSF1 98 X 72 X 76 X 67 X 80 X 76 X 76 X 63 X 80 X 76 X 76 X 58 X 134 X 130 X 72 X 89 X 134 X 94 X 67 X 67 X 36 X 80 X 139 X 89 X 94 X 54 X 98 X 76 X 76 X 45 X-9999 +USW00014922198106WSFG 139 X 118 X 108 X 103 X 123 X 123 X 134 X 87 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 190 X 144 X 77 X 113 X 51 X 103 X 190 X 129 X 129 X 62 X 134 X 129 X 98 X 67 X-9999 +USW00014922198106WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922198106WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198106WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198106WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198106WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922198106WT16-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922198107TMAX 261 0 272 0 278 0 294 0 306 0 317 0 317 0 328 0 283 0 311 0 289 0 272 0 306 0 233 0 206 0 267 0 306 0 283 0 294 0 283 0 211 0 228 0 256 0 261 0 228 0 222 0 194 0 233 0 233 0 278 0 283 0 +USW00014922198107TMIN 150 0 144 0 183 0 178 0 156 0 178 0 217 0 167 0 111 0 144 0 200 0 206 0 194 0 178 0 150 0 133 0 172 0 167 0 189 0 178 0 161 0 156 0 167 0 161 0 161 0 139 0 111 0 100 0 106 0 183 0 200 0 +USW00014922198107PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 605 0 0T 0 0 0 178 0 0T 0 0 0 8 0 0 0 0T 0 81 0 0 0 5 0 3 0 117 0 0 0 0T 0 28 0 0T 0 0 0 0 0 15 0 +USW00014922198107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198107ACMH 0 X 50 X 80 X 30 X 10 X 10 X 20 X 30 X 10 X 50 X 70 X 80 X 70 X 100 X 100 X 50 X 30 X 60 X 70 X 70 X 100 X 90 X 90 X 60 X 70 X 60 X 80 X 30 X 60 X 90 X 90 X +USW00014922198107ACSH 0 X 50 X 90 X 30 X 10 X 10 X 20 X 40 X 10 X 50 X 70 X 90 X 80 X 100 X 100 X 50 X 30 X 70 X 60 X 80 X 100 X 90 X 90 X 90 X 90 X 70 X 100 X 30 X 50 X 90 X 90 X +USW00014922198107PGTM 1436 X 1224 X 1218 X 1836 X 1248 X 1500 X 1642 X 1242 X 1454 X 1400 X 0900 X 0900 X 0936 X 1618 X 0436 X 1830 X 1112 X 1406 X 2218 X 1618 X 2042 X 1542 X 2136 X 1548 X 1306 X 1706 X 1248 X 1206 X 1312 X 1454 X 1418 X +USW00014922198107PSUN 96 X 92 X 51 X 91 X 98 X 100 X 87 X 76 X 97 X 92 X 74 X 54 X 75 X 41 X 39 X 82 X 88 X 90 X 82 X 65 X 43 X 48 X 67 X 51 X 84 X 71 X 41 X 96 X 86 X 61 X 54 X +USW00014922198107TSUN 900 X 858 X 480 X 852 X 912 X 930 X 804 X 708 X 900 X 846 X 678 X 498 X 690 X 378 X 360 X 744 X 804 X 828 X 744 X 588 X 396 X 438 X 606 X 456 X 756 X 636 X 366 X 852 X 762 X 540 X 474 X +USW00014922198107WDF1 100 X 110 X 180 X 320 X 50 X 170 X 190 X 240 X 40 X 150 X 160 X 140 X 60 X 90 X 90 X 200 X 330 X 300 X 320 X 360 X 70 X 120 X 180 X 210 X 360 X 20 X 100 X 250 X 170 X 170 X 200 X +USW00014922198107WDFG 90W X 135W X 180W X 360W X 135W X 135W X 180W X 225W X 270W X 180W X 135W X 360W X 45W X 360W X 90W X 225W X 270W X 360W X 270W X 360W X 90W X 135W X 135W X 225W X 360W X 360W X 90W X 270W X 135W X 180W X 180W X +USW00014922198107WSF1 72 X 58 X 54 X 54 X 40 X 58 X 94 X 94 X 40 X 67 X 80 X 94 X 67 X 107 X 67 X 63 X 58 X 36 X 54 X 112 X 54 X 72 X 67 X 76 X 72 X 67 X 63 X 45 X 80 X 94 X 80 X +USW00014922198107WSFG 98 X 77 X 67 X 113 X 72 X 87 X 129 X 129 X 72 X 93 X 103 X 113 X 103 X 170 X 103 X 87 X 87 X 72 X 113 X 185 X 77 X 98 X 123 X 113 X 103 X 108 X 82 X 72 X 118 X 129 X 129 X +USW00014922198107WT01-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198107WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198107WT08-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922198107WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X +USW00014922198108TMAX 233 0 272 0 294 0 283 0 272 0 261 0 244 0 267 0 239 0 239 0 272 0 306 0 300 0 250 0 256 0 217 0 222 0 233 0 239 0 244 0 267 0 278 0 283 0 267 0 233 0 217 0 217 0 200 0 228 0 272 0 283 0 +USW00014922198108TMIN 189 0 189 0 178 0 183 0 183 0 167 0 161 0 133 0 150 0 117 0 144 0 183 0 183 0 183 0 156 0 128 0 94 0 100 0 117 0 122 0 139 0 167 0 194 0 194 0 189 0 189 0 178 0 167 0 167 0 150 0 172 0 +USW00014922198108PRCP 97 0 0 0 0 0 0 0 28 0 20 0 48 0 0 0 0 0 0 0 18 0 0 0 0T 0 254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 15 0 5 0 201 0 150 0 312 0 10 0 0 0 0 0 3 0 +USW00014922198108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198108ACMH 90 X 70 X 60 X 60 X 80 X 60 X 70 X 60 X 50 X 30 X 50 X 10 X 60 X 70 X 20 X 40 X 10 X 20 X 20 X 30 X 60 X 90 X 100 X 80 X 100 X 100 X 100 X 100 X 70 X 60 X 90 X +USW00014922198108ACSH 100 X 80 X 70 X 60 X 70 X 60 X 80 X 60 X 60 X 40 X 30 X 0 X 70 X 80 X 20 X 50 X 10 X 40 X 40 X 30 X 90 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 80 X 60 X 80 X +USW00014922198108PGTM 0830 X 1042 X 1442 X 0848 X 0912 X 1600 X 1642 X 1124 X 1624 X 1048 X 0906 X 1600 X 1354 X 1648 X 2248 X 0518 X 1248 X 1306 X 1630 X 1500 X 1524 X 1730 X 1636 X 1118 X 1136 X 1736 X 2206 X 0948 X 1948 X 1500 X 1112 X +USW00014922198108PSUN 40 X 69 X 78 X 77 X 66 X 86 X 63 X 88 X 87 X 97 X 77 X 85 X 80 X 57 X 98 X 95 X 100 X 100 X 97 X 94 X 91 X 45 X 55 X 66 X 19 X 14 X 1 X 0 X 33 X 69 X 41 X +USW00014922198108TSUN 354 X 606 X 684 X 678 X 576 X 750 X 546 X 756 X 750 X 834 X 666 X 726 X 678 X 486 X 834 X 798 X 840 X 840 X 810 X 780 X 750 X 372 X 450 X 540 X 156 X 114 X 12 X 0 X 270 X 558 X 330 X +USW00014922198108WDF1 270 X 120 X 200 X 30 X 170 X 280 X 20 X 260 X 310 X 310 X 290 X 240 X 180 X 110 X 70 X 90 X 140 X 150 X 140 X 180 X 160 X 150 X 170 X 130 X 90 X 30 X 50 X 60 X 360 X 120 X 170 X +USW00014922198108WDFG 270W X 135W X 225W X 45W X 135W X 270W X 360W X 270W X 315W X 315W X 225W X 225W X 180W X 360W X 90W X 45W X 135W X 135W X 135W X 180W X 135W X 225W X 225W X 180W X 90W X 45W X 45W X 45W X 135W X 135W X 180W X +USW00014922198108WSF1 76 X 54 X 80 X 67 X 80 X 94 X 76 X 63 X 67 X 67 X 54 X 58 X 72 X 63 X 80 X 63 X 54 X 40 X 40 X 63 X 72 X 72 X 72 X 58 X 58 X 89 X 76 X 72 X 40 X 67 X 103 X +USW00014922198108WSFG 154 X 77 X 113 X 118 X 108 X 139 X 164 X 77 X 103 X 93 X 82 X 82 X 113 X 77 X 113 X 98 X 72 X 77 X 72 X 82 X 103 X 134 X 98 X 93 X 77 X 123 X 103 X 77 X 46 X 87 X 154 X +USW00014922198108WT01 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922198108WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922198108WT03 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198108WT08 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X +USW00014922198108WT16 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00014922198109TMAX 194 0 233 0 217 0 217 0 217 0 272 0 233 0 256 0 300 0 317 0 289 0 272 0 306 0 233 0 189 0 156 0 167 0 217 0 233 0 222 0 200 0 172 0 133 0 200 0 189 0 217 0 139 0 167 0 194 0 144 0-9999 +USW00014922198109TMIN 117 0 78 0 117 0 100 0 117 0 128 0 139 0 106 0 111 0 128 0 139 0 106 0 128 0 106 0 89 0 67 0 39 0 50 0 72 0 56 0 89 0 67 0 72 0 122 0 150 0 117 0 50 0 6 0 94 0 83 0-9999 +USW00014922198109PRCP 0 0 0 0 0 0 0 0 0 0 8 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 0T 0 0 0 0 0 0 0 0T 0 119 0 0 0 15 0 18 0 3 0 91 0 0 0 0T 0 0T 0 51 0-9999 +USW00014922198109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198109ACMH 60 X 10 X 60 X 20 X 30 X 40 X 50 X 10 X 20 X 10 X 0 X 0 X 0 X 40 X 60 X 70 X 30 X 60 X 20 X 40 X 60 X 40 X 60 X 90 X 100 X 70 X 50 X 50 X 70 X 100 X-9999 +USW00014922198109ACSH 80 X 10 X 70 X 10 X 50 X 20 X 50 X 10 X 30 X 10 X 0 X 0 X 0 X 40 X 80 X 70 X 50 X 70 X 10 X 20 X 70 X 70 X 100 X 90 X 100 X 80 X 80 X 50 X 90 X 100 X-9999 +USW00014922198109PGTM 0318 X 1442 X 1400 X 1530 X 1624 X 1318 X 1654 X 1206 X 1348 X 1524 X 1212 X 1436 X 1912 X 1918 X 1612 X 1036 X 1230 X 1554 X 1412 X 2354 X 0206 X 1418 X 1124 X 1348 X 2336 X 1354 X 0930 X 1630 X 2312 X 2218 X-9999 +USW00014922198109PSUN 34 X 94 X 45 X 96 X 91 X 83 X 71 X 95 X 94 X 96 X 99 X 100 X 100 X 72 X 70 X 69 X 82 X 80 X 96 X 85 X 51 X 84 X 15 X 28 X 0 X 45 X 64 X 77 X 76 X 0 X-9999 +USW00014922198109TSUN 270 X 744 X 360 X 756 X 714 X 654 X 552 X 738 X 726 X 738 X 756 X 762 X 756 X 546 X 528 X 516 X 618 X 600 X 714 X 630 X 378 X 618 X 108 X 198 X 0 X 324 X 456 X 552 X 546 X 0 X-9999 +USW00014922198109WDF1 310 X 150 X 360 X 10 X 130 X 190 X 310 X 320 X 210 X 180 X 320 X 260 X 10 X 360 X 20 X 350 X 310 X 250 X 320 X 50 X 80 X 110 X 110 X 150 X 120 X 280 X 310 X 130 X 120 X 310 X-9999 +USW00014922198109WDFG 315W X 135W X 360W X 45W X 135W X 180W X 315W X 315W X 225W X 180W X 315W X 225W X 360W X 315W X 360W X 360W X 360W X 225W X 315W X 45W X 45W X 135W X 135W X 90W X 135W X 270W X 315W X 135W X 90W X 315W X-9999 +USW00014922198109WSF1 72 X 76 X 63 X 58 X 58 X 76 X 89 X 72 X 94 X 40 X 63 X 58 X 89 X 67 X 80 X 94 X 76 X 67 X 63 X 72 X 72 X 80 X 76 X 58 X 63 X 103 X 130 X 80 X 80 X 89 X-9999 +USW00014922198109WSFG 118 X 93 X 98 X 87 X 67 X 103 X 139 X 108 X 134 X 57 X 103 X 87 X 170 X 103 X 159 X 123 X 98 X 103 X 98 X 77 X 98 X 108 X 139 X 67 X 129 X 180 X 195 X 113 X 113 X 144 X-9999 +USW00014922198109WT01-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00014922198109WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922198109WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 +USW00014922198109WT08-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198109WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00014922198110TMAX 94 0 139 0 122 0 133 0 144 0 133 0 161 0 178 0 122 0 156 0 156 0 183 0 178 0 167 0 150 0 183 0 150 0 78 0 189 0 128 0 67 0 56 0 11 0 22 0 50 0 111 0 167 0 139 0 172 0 183 0 172 0 +USW00014922198110TMIN 6 0 -6 0 33 0 83 0 100 0 28 0 -6 0 44 0 44 0 89 0 56 0 106 0 139 0 100 0 44 0 28 0 72 0 -6 0 -39 0 28 0 -17 0 -50 0 -67 0 -56 0 -28 0 -50 0 11 0 44 0 78 0 106 0 22 0 +USW00014922198110PRCP 0T 0 0 0 135 0 20 0 84 0 10 0 0 0 0 0 20 0 3 0 0 0 0T 0 185 0 23 0 0T 0 0T 0 175 0 5 0 0 0 0 0 0T 0 0T 0 0 0 23 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922198110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 23 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198110ACMH 60 X 10 X 90 X 100 X 100 X 40 X 10 X 70 X 90 X 60 X 40 X 100 X 100 X 100 X 20 X 40 X 100 X 60 X 50 X 60 X 80 X 60 X 60 X 100 X 70 X 10 X 30 X 90 X 50 X 70 X 30 X +USW00014922198110ACSH 80 X 0 X 100 X 100 X 100 X 40 X 10 X 60 X 100 X 70 X 40 X 90 X 100 X 100 X 10 X 20 X 100 X 80 X 60 X 70 X 90 X 70 X 80 X 100 X 90 X 20 X 20 X 90 X 70 X 90 X 20 X +USW00014922198110PGTM 0848 X 1506 X 1312 X 0124 X 1836 X 0842 X 1548 X 1130 X 0912 X 2254 X 1500 X 1248 X 0148 X 2142 X 1242 X 1342 X 2148 X 0336 X 1336 X 0412 X 2106 X 1730 X 0024 X 0812 X 1324 X 1336 X 2012 X 1648 X 1454 X 0900 X 1418 X +USW00014922198110PSUN 32 X 97 X 20 X 0 X 1 X 74 X 93 X 81 X 0 X 34 X 82 X 23 X 0 X 3 X 89 X 80 X 0 X 35 X 85 X 49 X 9 X 53 X 28 X 0 X 7 X 89 X 84 X 7 X 25 X 1 X 87 X +USW00014922198110TSUN 228 X 678 X 138 X 0 X 6 X 510 X 636 X 552 X 0 X 234 X 552 X 156 X 0 X 24 X 588 X 528 X 0 X 228 X 552 X 318 X 60 X 342 X 180 X 0 X 48 X 558 X 522 X 48 X 156 X 6 X 534 X +USW00014922198110WDF1 320 X 130 X 130 X 130 X 120 X 340 X 140 X 160 X 150 X 120 X 120 X 150 X 160 X 300 X 310 X 180 X 310 X 330 X 210 X 360 X 330 X 320 X 320 X 180 X 310 X 180 X 360 X 130 X 140 X 150 X 310 X +USW00014922198110WDFG 315W X 135W X 135W X 135W X 315W X 315W X 180W X 135W X 135W X 135W X 135W X 135W X 135W X 315W X 315W X 180W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 180W X 315W X 180W X 45W X 90W X 135W X 135W X 315W X +USW00014922198110WSF1 125 X 58 X 94 X 58 X 58 X 98 X 45 X 80 X 76 X 45 X 72 X 94 X 76 X 72 X 63 X 58 X 107 X 148 X 112 X 98 X 80 X 103 X 76 X 107 X 58 X 89 X 45 X 80 X 89 X 112 X 63 X +USW00014922198110WSFG 175 X 87 X 134 X 77 X 72 X 144 X 67 X 129 X 103 X 62 X 103 X 129 X 118 X 93 X 87 X 93 X 170 X 206 X 144 X 139 X 113 X 154 X 118 X 139 X 77 X 118 X 62 X 113 X 123 X 159 X 82 X +USW00014922198110WT01-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922198110WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198110WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922198110WT16 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922198110WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198111TMAX 167 0 189 0 189 0 183 0 128 0 128 0 183 0 111 0 50 0 122 0 100 0 139 0 167 0 161 0 144 0 150 0 94 0 56 0 11 0 -22 0 -44 0 -22 0 6 0 11 0 28 0 28 0 0 0 0 0 17 0 17 0-9999 +USW00014922198111TMIN -17 0 -22 0 33 0 83 0 33 0 -22 0 -11 0 -17 0 -61 0 6 0 -50 0 -6 0 17 0 83 0 89 0 0 0 -22 0 6 0 -22 0 -83 0 -144 0 -128 0 -56 0 -17 0 -6 0 -6 0 -22 0 -44 0 -39 0 -50 0-9999 +USW00014922198111PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 208 0 221 0 3 0 0T 0 0 0 33 0 0T 0 8 0 41 0 0 0 0 0 0T 0 36 0-9999 +USW00014922198111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 0 157 0 3 0 0T 0 0 0 8 0 0T 0 0T 0 23 0 0 0 0 0 0T 0 58 0-9999 +USW00014922198111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 203 0 254 0 203 0 203 0 178 0 178 0 127 0 76 0 76 0 76 0 76 0 76 0-9999 +USW00014922198111ACMH 30 X 20 X 30 X 80 X 50 X 0 X 30 X 30 X 30 X 40 X 0 X 0 X 20 X 60 X 90 X 10 X 50 X 90 X 100 X 60 X 30 X 60 X 90 X 100 X 100 X 100 X 100 X 90 X 60 X 70 X-9999 +USW00014922198111ACSH 40 X 40 X 40 X 90 X 70 X 0 X 10 X 40 X 20 X 50 X 0 X 0 X 0 X 10 X 100 X 10 X 50 X 100 X 100 X 90 X 70 X 40 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 90 X-9999 +USW00014922198111PGTM 1148 X 1300 X 2218 X 1224 X 0930 X 1430 X 1306 X 0648 X 2230 X 1530 X 2130 X 1324 X 1918 X 0842 X 1654 X 1242 X 1206 X 1648 X 1824 X 1142 X 1118 X 2118 X 1812 X 1524 X 1154 X 2012 X 0136 X 0106 X 1412 X 2030 X-9999 +USW00014922198111PSUN 87 X 92 X 70 X 19 X 36 X 100 X 94 X 100 X 96 X 95 X 94 X 100 X 92 X 74 X 0 X 91 X 75 X 0 X 0 X 41 X 93 X 62 X 0 X 4 X 4 X 0 X 11 X 0 X 55 X 27 X-9999 +USW00014922198111TSUN 534 X 558 X 426 X 114 X 216 X 600 X 558 X 594 X 564 X 558 X 552 X 582 X 534 X 426 X 0 X 516 X 432 X 0 X 0 X 234 X 522 X 342 X 0 X 24 X 24 X 0 X 66 X 0 X 300 X 150 X-9999 +USW00014922198111WDF1 340 X 70 X 120 X 240 X 320 X 280 X 210 X 330 X 200 X 210 X 150 X 180 X 150 X 170 X 280 X 300 X 300 X 40 X 10 X 330 X 240 X 110 X 20 X 140 X 110 X 300 X 310 X 210 X 210 X 80 X-9999 +USW00014922198111WDFG 90W X 45W X 135W X 135W X 315W X 315W X 225W X 315W X 180W X 315W X 135W X 180W X 135W X 180W X 270W X 270W X 315W X 45W X 360W X 315W X 225W X 135W X 360W X 135W X 90W X 315W X 270W X 315W X 180W X 90W X-9999 +USW00014922198111WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 356 X 660 X 508 X 508 X 533 X 635 X 635 X 686 X 203 X 203 X 203 X 203 X-9999 +USW00014922198111WSF1 22 X 40 X 45 X 45 X 107 X 45 X 89 X 112 X 58 X 80 X 40 X 94 X 80 X 80 X 76 X 63 X 63 X 94 X 76 X 63 X 40 X 58 X 63 X 54 X 80 X 94 X 103 X 36 X 54 X 89 X-9999 +USW00014922198111WSFG 41 X 72 X 62 X 67 X 154 X 67 X 108 X 149 X 87 X 113 X 51 X 113 X 118 X 108 X 98 X 93 X 87 X 134 X 113 X 93 X 57 X 77 X 77 X 72 X 113 X 149 X 154 X 62 X 72 X 129 X-9999 +USW00014922198111WT01-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00014922198111WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198111WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198111WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922198111WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922198111WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00014922198112TMAX 17 0 -6 0 -17 0 0 0 -33 0 33 0 39 0 0 0 -22 0 -39 0 -6 0 17 0 6 0 -39 0 -111 0 -144 0 -133 0 -133 0 -144 0 6 0 11 0 -22 0 -50 0 -33 0 -50 0 -17 0 -39 0 -106 0 -128 0 -22 0 -22 0 +USW00014922198112TMIN -6 0 -72 0 -94 0 -117 0 -128 0 -33 0 -22 0 -28 0 -94 0 -122 0 -50 0 -17 0 -39 0 -161 0 -183 0 -194 0 -189 0 -228 0 -239 0 -194 0 -83 0 -111 0 -144 0 -133 0 -111 0 -61 0 -111 0 -217 0 -228 0 -206 0 -183 0 +USW00014922198112PRCP 51 0 3 0 20 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 8 0 23 0 5 0 0 0 0 0 0 0 0T 0 0 0 25 0 0 0 0 0 0T 0 0 0 3 0 38 0 3 0 0 0 0T 0 13 0 43 0 +USW00014922198112SNOW 38 0 5 0 53 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 8 0 28 0 3 0 0 0 0 0 0 0 0T 0 0 0 13 0 0 0 0 0 0T 0 0 0 3 0 36 0 3 0 0 0 3 0 28 0 51 0 +USW00014922198112SNWD 152 0 152 0 152 0 203 0 203 0 152 0 127 0 102 0 102 0 102 0 76 0 76 0 76 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 127 0 127 0 152 0 152 0 152 0 203 0 +USW00014922198112ACMH 100 X 100 X 100 X 40 X 80 X 100 X 90 X 100 X 60 X 80 X 100 X 100 X 100 X 30 X 20 X 40 X 0 X 30 X 0 X 80 X 30 X 20 X 50 X 50 X 100 X 100 X 90 X 10 X 60 X 80 X 70 X +USW00014922198112ACSH 100 X 100 X 100 X 70 X 60 X 100 X 90 X 100 X 70 X 90 X 100 X 100 X 100 X 10 X 40 X 80 X 0 X 60 X 10 X 100 X 10 X 30 X 80 X 50 X 100 X 100 X 100 X 0 X 90 X 90 X 100 X +USW00014922198112PGTM 1442 X 0200 X 1806 X 1348 X 0848 X 0454 X 1418 X 1230 X 1112 X 1230 X 2306 X 2118 X 2342 X 0006 X 1324 X 1818 X 0312 X 0942 X 1800 X 1854 X 0000 X 1624 X 1430 X 0418 X 2254 X 0054 X 1830 X 0936 X 1812 X 1430 X 1912 X +USW00014922198112PSUN 4 X 6 X 1 X 59 X 59 X 28 X 11 X 1 X 54 X 53 X 27 X 1 X 0 X 82 X 72 X 35 X 86 X 64 X 82 X 7 X 71 X 55 X 22 X 63 X 13 X 0 X 23 X 100 X 22 X 0 X 3 X +USW00014922198112TSUN 24 X 30 X 6 X 318 X 318 X 150 X 60 X 6 X 288 X 282 X 144 X 6 X 0 X 438 X 378 X 180 X 450 X 336 X 432 X 36 X 372 X 288 X 120 X 336 X 72 X 0 X 120 X 528 X 120 X 0 X 18 X +USW00014922198112WDF1 10 X 300 X 100 X 250 X 150 X 190 X 330 X 320 X 320 X 120 X 140 X 220 X 310 X 310 X 300 X 310 X 320 X 290 X 230 X 170 X 230 X 280 X 270 X 230 X 80 X 110 X 280 X 310 X 220 X 90 X 320 X +USW00014922198112WDFG 315W X 315W X 315W X 270W X 135W X 135W X 315W X 315W X 315W X 135W X 135W X 225W X 315W X 315W X 315W X 315W X 360W X 315W X 180W X 180W X 225W X 315W X 270W X 225W X 90W X 90W X 270W X 315W X 45W X 90W X 315W X +USW00014922198112WESD 305 X 305 X 305 X 305 X 305 X 305 X 254 X 254 X 254 X 203 X 203 X 203 X 203 X 203 X 203 X 203 X 203 X 203 X 203 X 279 X 305 X 305 X 305 X 305 X 229 X 381 X 406 X 406 X 406 X 330 X 381 X +USW00014922198112WSF1 89 X 63 X 67 X 67 X 63 X 58 X 107 X 76 X 54 X 54 X 45 X 54 X 72 X 72 X 40 X 58 X 72 X 45 X 54 X 116 X 54 X 80 X 89 X 63 X 67 X 72 X 63 X 58 X 40 X 94 X 94 X +USW00014922198112WSFG 113 X 103 X 77 X 77 X 82 X 93 X 154 X 103 X 82 X 62 X 72 X 77 X 87 X 103 X 62 X 72 X 93 X 72 X 62 X 139 X 77 X 108 X 129 X 82 X 93 X 5 X 93 X 82 X 51 X 123 X 134 X +USW00014922198112WT01-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922198112WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198112WT04-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198112WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198112WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922198112WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198112WT18 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00014922198201TMAX -122 0 -44 0 -94 0 -89 0 -61 0 -183 0 -150 0 -100 0 -233 0 -178 0 -144 0 -122 0 -139 0 -178 0 -122 0 -267 0 -133 0 -83 0 -50 0 -100 0 -83 0 -83 0 -89 0 -217 0 -161 0 -89 0 39 0 -50 0 -6 0 -78 0 -128 0 +USW00014922198201TMIN -244 0 -122 0 -211 0 -178 0 -183 0 -256 0 -289 0 -233 0 -306 0 -322 0 -194 0 -189 0 -233 0 -294 0 -267 0 -306 0 -306 0 -144 0 -156 0 -167 0 -106 0 -106 0 -217 0 -294 0 -256 0 -278 0 -89 0 -183 0 -128 0 -194 0 -244 0 +USW00014922198201PRCP 0 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 5 0 0 0 25 0 0 0 8 0 5 0 0 0 203 0 3 0 226 0 53 0 25 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198201SNOW 0 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 13 0 0 0 38 0 0 0 23 0 10 0 0 0 434 0 8 0 437 0 71 0 43 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198201SNWD 203 0 178 0 254 0 254 0 254 0 254 0 254 0 254 0 229 0 229 0 229 0 229 0 229 0 229 0 229 0 254 0 254 0 279 0 279 0 229 0 610 0 483 0 965 0 889 0 813 0 610 0 559 0 533 0 483 0 457 0 457 0 +USW00014922198201ACMH 40 X 90 X 70 X 70 X 80 X 60 X 30 X 90 X 50 X 50 X 40 X 90 X 90 X 30 X 100 X 10 X 80 X 90 X 50 X 100 X 90 X 100 X 70 X 60 X 30 X 60 X 80 X 40 X 70 X 40 X 0 X +USW00014922198201ACSH 20 X 100 X 80 X 80 X 70 X 70 X 20 X 90 X 50 X 60 X 60 X 90 X 100 X 20 X 100 X 20 X 80 X 80 X 70 X 100 X 100 X 100 X 90 X 80 X 10 X 90 X 100 X 20 X 100 X 30 X 10 X +USW00014922198201PGTM 2236 X 0736 X 1730 X-9999 2012 X 0000 X 1524 X 2130 X 2000 X 1854 X 0012 X 0354 X 2106 X 2130 X 1906 X 0024 X 1618 X 1830 X 2054 X 1412 X 2318 X 1236 X 1306 X 0006 X 1236 X 2206 X 2224 X 0054 X 1048 X 1012 X 0012 X +USW00014922198201PSUN 64 X 0 X 52 X 34 X 28 X 17 X 81 X 3 X 40 X 68 X 71 X 0 X 59 X 86 X 38 X 73 X 43 X 60 X 56 X 0 X 53 X 0 X 74 X 79 X 90 X 83 X 52 X 84 X 18 X 90 X 94 X +USW00014922198201TSUN 342 X 0 X 282 X 180 X 150 X 90 X 438 X 18 X 216 X 366 X 384 X 0 X 324 X 474 X 210 X 402 X 240 X 336 X 312 X 0 X 294 X 0 X 420 X 450 X 516 X 474 X 300 X 486 X 102 X 522 X 552 X +USW00014922198201WDF1 100 X 130 X 10 X 320 X 310 X 320 X 150 X 300 X 330 X 280 X 300 X 10 X 230 X 150 X 310 X 310 X 130 X 90 X 350 X 70 X 100 X 70 X 320 X 310 X 310 X 150 X 280 X 290 X 120 X 340 X 330 X +USW00014922198201WDFG 90W X 135W X 360W X-9999 315W X 315W X 180W X 315W X 360W X 315W X 315W X 360W X 270W X 180W X 315W X 315W X 135W X 135W X 360W X 45W X 90W X 90W X 315W X 315W X 315W X 135W X 270W X 315W X 180W X 315W X 360W X +USW00014922198201WESD 406 X 457 X 533 X 533 X 533 X 533 X 533 X 533 X 483 X 483 X 483 X 483 X 483 X 483 X 508 X 508 X 508 X 508 X 483 X 483 X 635 X 686 X 889 X 889 X 889 X 889 X 889 X 889 X 864 X 838 X 838 X +USW00014922198201WSF1 72 X 98 X 67 X 80 X 98 X 76 X 54 X 98 X 125 X 125 X 94 X 36 X 67 X 45 X 130 X 112 X 76 X 58 X 80 X 89 X 89 X 103 X 134 X 80 X 58 X 103 X 107 X 103 X 58 X 89 X 40 X +USW00014922198201WSFG 93 X 139 X 113 X-9999 129 X 108 X 123 X 118 X 170 X 170 X 134 X 57 X 77 X 67 X 195 X 164 X 98 X 67 X 103 X 108 X 113 X 139 X 170 X 118 X 82 X 170 X 154 X 149 X 98 X 129 X 77 X +USW00014922198201WT01-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922198201WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198201WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198201WT18 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922198202TMAX -94 0 -83 0 -200 0 -183 0 -194 0 -89 0 -50 0 -122 0 -189 0 -128 0 -89 0 -78 0 -50 0 6 0 0 0 28 0 0 0 22 0 39 0 72 0 33 0 94 0 11 0 -28 0 -28 0 11 0 22 0 50 0-9999 -9999 -9999 +USW00014922198202TMIN -256 0 -200 0 -278 0 -272 0 -278 0 -300 0 -167 0 -194 0 -261 0 -267 0 -183 0 -194 0 -100 0 -67 0 -89 0 -28 0 -44 0 0 0 -17 0 -17 0 -50 0 -39 0 -50 0 -106 0 -150 0 -117 0 -67 0 -44 0-9999 -9999 -9999 +USW00014922198202PRCP 48 0 30 0 0 0 3 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922198202SNOW 79 0 46 0 0 0 3 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 61 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922198202SNWD 457 0 533 0 508 0 483 0 483 0 432 0 432 0 432 0 432 0 432 Z 432 Z 432 Z 432 Z 432 Z 432 Z 432 0 406 0 406 0 406 0 406 0 279 0 279 0 279 0 330 0 330 0 330 0 330 0 330 0-9999 -9999 -9999 +USW00014922198202ACMH 70 X 70 X 10 X 90 X 40 X 20 X 40 X 20 X 10 X 20 X 20 X 90 X 100 X 90 X 70 X 50 X 100 X 100 X 100 X 10 X 20 X 30 X 80 X 70 X 30 X 40 X 60 X 60 X-9999 -9999 -9999 +USW00014922198202ACSH 80 X 60 X 0 X 100 X 30 X 10 X 60 X 40 X 10 X 10 X 10 X 100 X 100 X 100 X 100 X 50 X 100 X 100 X 100 X 0 X 40 X 0 X 100 X 90 X 10 X 80 X 70 X 80 X-9999 -9999 -9999 +USW00014922198202PGTM 1542 X 2242 X 0106 X 1700 X 1612 X 1806 X 1242 X 1254 X 1424 X 1906 X 0912 X 2212 X 1918 X 0930 X 1806 X 1118 X 1148 X 1948 X 1930 X 1506 X 2124 X 1754 X 2242 X 0130 X 1630 X 1148 X 1506 X 2336 X-9999 -9999 -9999 +USW00014922198202PSUN 45 X 72 X 88 X 61 X 87 X 84 X 90 X 92 X 99 X 94 X 100 X 59 X 52 X 30 X 21 X 74 X 51 X 0 X 48 X 98 X 98 X 91 X 35 X 68 X 98 X 88 X 85 X 68 X-9999 -9999 -9999 +USW00014922198202TSUN 264 X 426 X 522 X 366 X 522 X 504 X 546 X 558 X 600 X 576 X 618 X 366 X 324 X 186 X 132 X 462 X 324 X 0 X 306 X 630 X 630 X 588 X 228 X 444 X 642 X 582 X 564 X 456 X-9999 -9999 -9999 +USW00014922198202WDF1 160 X 340 X 340 X 220 X 250 X 230 X 240 X 290 X 240 X 200 X 200 X 120 X 90 X 130 X 30 X 90 X 100 X 240 X 230 X 300 X 330 X 350 X 60 X 60 X 240 X 220 X 160 X 300 X-9999 -9999 -9999 +USW00014922198202WDFG 135W X 360W X 360W X 270W X 270W X 225W X 270W X 270W X 270W X 180W X 315W X 135W X 90W X 135W X 45W X 90W X 135W X 225W X 180W X 315W X 135W X 360W X 45W X 45W X 225W X 225W X 135W X 315W X-9999 -9999 -9999 +USW00014922198202WESD 838 X 889 X 889 X 838 X 914 X 914 X 914 X 889 X 889 X 889 X 889 X 889 X 889 X 889 X 1016 X 1016 X 1016 X 1041 X 1041 X 1041 X 889 X 889 X 889 X 914 X 914 X 914 X 914 X 889 X-9999 -9999 -9999 +USW00014922198202WSF1 58 X 76 X 72 X 36 X 63 X 89 X 94 X 67 X 72 X 63 X 67 X 31 X 45 X 80 X 58 X 76 X 67 X 54 X 58 X 76 X 58 X 89 X 94 X 80 X 54 X 72 X 63 X 80 X-9999 -9999 -9999 +USW00014922198202WSFG 93 X 108 X 103 X 51 X 67 X 134 X 139 X 93 X 108 X 82 X 87 X 46 X 67 X 118 X 67 X 103 X 82 X 67 X 93 X 113 X 82 X 123 X 134 X 108 X 67 X 103 X 87 X 123 X-9999 -9999 -9999 +USW00014922198202WT01 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198202WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198202WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198202WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198202WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198202WT18 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198203TMAX -22 0 -44 0 -61 0 -28 0 -50 0 -33 0 -94 0 -61 0 -72 0 44 0 28 0 44 0 56 0 56 0 33 0 28 0 33 0 44 0 33 0 22 0 50 0 39 0 78 0 50 0 -6 0 0 0 17 0 94 0 100 0 150 0 117 0 +USW00014922198203TMIN -83 0 -94 0 -128 0 -94 0 -133 0 -144 0 -194 0 -144 0 -189 0 -100 0 -44 0 -11 0 11 0 -44 0 6 0 6 0 -11 0 11 0 -6 0 -11 0 -17 0 -39 0 -44 0 -22 0 -50 0 -83 0 -94 0 -22 0 33 0 44 0 6 0 +USW00014922198203PRCP 0T 0 8 0 0 0 0 0 0 0 0T 0 0T 0 46 0 0 0 0 0 0 0 112 0 0 0 0 0 0T 0 168 0 0 0 0 0 94 0 36 0 13 0 0 0 8 0 0 0 0T 0 0 0 0 0 0 0 13 0 18 0 18 0 +USW00014922198203SNOW 0T 0 8 0 0 0 0 0 0 0 0T 0 0T 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 119 0 0 0 0 0 56 0 10 0 13 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198203SNWD 305 0 305 0 305 0 305 0 305 0 279 0 279 0 279 0 330 0 279 0 254 0 229 0 152 0 152 0 152 0 152 0 203 0 203 0 178 0 203 0 229 0 178 0 178 0 152 0 127 0 127 0 127 0 127 0 0T 0 0T 0 0 0 +USW00014922198203ACMH 90 X 80 X 80 X 80 X 0 X 30 X 30 X 70 X 80 X 60 X 50 X 90 X 0 X 60 X 90 X 100 X 80 X 100 X 100 X 100 X 50 X 60 X 60 X 50 X 20 X 0 X 0 X 70 X 100 X 100 X 50 X +USW00014922198203ACSH 90 X 100 X 100 X 90 X 0 X 70 X 10 X 80 X 100 X 70 X 40 X 100 X 0 X 80 X 100 X 100 X 70 X 100 X 100 X 100 X 50 X 80 X 70 X 50 X 40 X 10 X 0 X 70 X 100 X 100 X 30 X +USW00014922198203PGTM 0106 X 0818 X 1724 X 2142 X 0030 X 1648 X 0106 X 1418 X 1536 X 2342 X 0206 X 1906 X 0800 X 1036 X 1248 X 1812 X 1554 X 1012 X 1406 X 0018 X 0924 X 1748 X 1742 X 1712 X 1348 X 1748 X 1130 X 1200 X 2112 X 2024 X 1542 X +USW00014922198203PSUN 78 X 76 X 71 X 73 X 100 X 96 X 94 X 71 X 32 X 71 X 70 X 0 X 96 X 82 X 0 X 0 X 73 X 20 X 3 X 0 X 68 X 47 X 83 X 59 X 75 X 100 X 100 X 80 X 0 X 4 X 89 X +USW00014922198203TSUN 522 X 516 X 474 X 492 X 684 X 654 X 642 X 492 X 222 X 498 X 492 X 0 X 678 X 582 X 0 X 0 X 528 X 144 X 24 X 0 X 498 X 348 X 612 X 432 X 558 X 750 X 750 X 600 X 0 X 30 X 678 X +USW00014922198203WDF1 300 X 20 X 70 X 300 X 320 X 300 X 320 X 300 X 150 X 320 X 330 X 280 X 270 X 130 X 110 X 120 X 90 X 330 X 70 X 100 X 320 X 230 X 240 X 290 X 300 X 10 X 150 X 190 X 140 X 200 X 280 X +USW00014922198203WDFG 315W X 45W X 90W X 315W X 315W X 315W X 315W X 315W X 135W X 315W X 315W X 270W X 270W X 90W X 135W X 360W X 90W X 315W X 45W X 90W X 315W X 270W X 225W X 315W X 315W X 360W X 135W X 180W X 135W X 225W X 270W X +USW00014922198203WESD 864 X 864 X 864 X 864 X 864 X 864 X 864 X 914 X 838 X 838 X 762 X 762 X 559 X 559 X 635 X 762 X 864 X 787 X 660 X 762 X 762 X 711 X 610 X 432 X 432 X 432 X 432 X 432 X-9999 -9999 -9999 +USW00014922198203WSF1 80 X 89 X 67 X 80 X 76 X 107 X 67 X 143 X 103 X 80 X 94 X 107 X 143 X 67 X 76 X 63 X 45 X 54 X 107 X 80 X 80 X 67 X 130 X 89 X 103 X 80 X 67 X 94 X 107 X 134 X 116 X +USW00014922198203WSFG 123 X 113 X 82 X 113 X 103 X 134 X 87 X 190 X 134 X 118 X 134 X 159 X 242 X 87 X 108 X 93 X 67 X 103 X 164 X 123 X 129 X 87 X 195 X 139 X 118 X 93 X 103 X 144 X 159 X 226 X 159 X +USW00014922198203WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922198203WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198203WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198203WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198203WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198203WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00014922198203WT18 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198204TMAX 106 0 150 0 117 0 0 0 -17 0 6 0 17 0 -6 0 33 0 28 0 89 0 128 0 156 0 183 0 189 0 161 0 144 0 189 0 94 0 78 0 133 0 156 0 244 0 244 0 217 0 150 0 172 0 178 0 194 0 183 0-9999 +USW00014922198204TMIN -22 0 67 0 -83 0 -106 0 -61 0 -94 0 -61 0 -33 0 -67 0 -17 0 -56 0 33 0 33 0 33 0 100 0 67 0 33 0 28 0 6 0 -22 0 -39 0 -11 0 61 0 106 0 106 0 44 0 6 0 33 0 50 0 89 0-9999 +USW00014922198204PRCP 0 0 3 0 10 0 0 0 5 0 0 0 0 0 25 0 0T 0 0T 0 0 0 5 0 0 0 13 0 10 0 178 0 5 0 0T 0 102 0 46 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 5 0-9999 +USW00014922198204SNOW 0 0 0 0 13 0 0 0 8 0 0 0 0 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198204SNWD 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198204ACMH 80 X 100 X 80 X 70 X 80 X 10 X 90 X 100 X 80 X 80 X 40 X 100 X 40 X 80 X 80 X 100 X 30 X 70 X 100 X 30 X 40 X 0 X 0 X 10 X 90 X 40 X 0 X 40 X 20 X 70 X-9999 +USW00014922198204ACSH 100 X 100 X 90 X 80 X 100 X 10 X 100 X 100 X 80 X 100 X 20 X 100 X 30 X 70 X 90 X 100 X 20 X 80 X 100 X 20 X 70 X 0 X 0 X 0 X 100 X 40 X 10 X 70 X 10 X 80 X-9999 +USW00014922198204PGTM 1942 X 1800 X 0836 X 0106 X 1530 X 1148 X 0942 X 1342 X 1318 X 1330 X 2124 X 1900 X 0048 X 1318 X 0518 X 1742 X 0954 X 1824 X 2254 X 0048 X 1342 X 1106 X 1624 X 1348 X 2348 X 0124 X 1018 X 1506 X 1424 X 1624 X-9999 +USW00014922198204PSUN 53 X 2 X 53 X 81 X 22 X 98 X 53 X 1 X 25 X 10 X 87 X 7 X 91 X 41 X 39 X 25 X 90 X 52 X 18 X 89 X 98 X 100 X 100 X 100 X 59 X 78 X 100 X 94 X 95 X 54 X-9999 +USW00014922198204TSUN 402 X 18 X 414 X 630 X 168 X 768 X 414 X 12 X 204 X 78 X 690 X 54 X 732 X 336 X 318 X 204 X 738 X 426 X 150 X 732 X 810 X 828 X 834 X 834 X 498 X 660 X 846 X 792 X 804 X 462 X-9999 +USW00014922198204WDF1 110 X 120 X 310 X 340 X 50 X 350 X 140 X 120 X 200 X 300 X 140 X 340 X 340 X 170 X 200 X 330 X 300 X 190 X 20 X 20 X 300 X 250 X 240 X 200 X 360 X 360 X 120 X 150 X 130 X 20 X-9999 +USW00014922198204WDFG 90W X 90W X 315W X 315W X 360W X 360W X 135W X 135W X 225W X 315W X 135W X 315W X 360W X 180W X 135W X 315W X 315W X 180W X 360W X 360W X 45W X 225W X 225W X 180W X 360W X 360W X 135W X 135W X 135W X 45W X-9999 +USW00014922198204WSF1 89 X 103 X 174 X 94 X 89 X 54 X 67 X 58 X 80 X 98 X 76 X 98 X 72 X 107 X 107 X 103 X 103 X 116 X 98 X 103 X 63 X 94 X 125 X 125 X 98 X 98 X 40 X 67 X 89 X 45 X-9999 +USW00014922198204WSFG 118 X 154 X 257 X 118 X 118 X 87 X 103 X 87 X 118 X 139 X 108 X 129 X 108 X 154 X 170 X 144 X 170 X 175 X 134 X 139 X 82 X 123 X 164 X 164 X 118 X 123 X 77 X 103 X 134 X 77 X-9999 +USW00014922198204WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198204WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198204WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198204WT09-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198204WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00014922198204WT18-9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198205TMAX 222 0 250 0 278 0 311 0 167 0 117 0 156 0 211 0 233 0 294 0 211 0 172 0 217 0 256 0 244 0 267 0 217 0 217 0 239 0 178 0 194 0 211 0 217 0 217 0 217 0 189 0 228 0 261 0 256 0 256 0 189 0 +USW00014922198205TMIN 44 0 67 0 100 0 167 0 94 0 56 0 44 0 61 0 111 0 172 0 133 0 122 0 167 0 161 0 144 0 150 0 150 0 144 0 106 0 106 0 89 0 111 0 61 0 106 0 117 0 139 0 156 0 144 0 161 0 117 0 94 0 +USW00014922198205PRCP 0 0 0 0 10 0 109 0 25 0 46 0 0 0 0 0 226 0 0T 0 0 0 287 0 38 0 89 0 89 0 48 0 145 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 66 0 0T 0 0 0 18 0 71 0 0 0 +USW00014922198205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198205ACMH 30 X 10 X 70 X 90 X 90 X 80 X 20 X 40 X 90 X 70 X 50 X 100 X 100 X 100 X 60 X 70 X 90 X 70 X 20 X 80 X 100 X 70 X 40 X 70 X 90 X 100 X 80 X 70 X 80 X 60 X 60 X +USW00014922198205ACSH 30 X 10 X 80 X 80 X 100 X 90 X 20 X 40 X 90 X 70 X 50 X 100 X 100 X 100 X 70 X 70 X 90 X 80 X 20 X 90 X 100 X 80 X 60 X 70 X 100 X 100 X 80 X 60 X 90 X 70 X 70 X +USW00014922198205PGTM 1200 X 1454 X 1218 X 1512 X 1018 X 1830 X 1242 X 2024 X 1542 X 1406 X 0018 X 1206 X 2012 X 1554 X 1236 X 1830 X 2318 X 0036 X 1700 X 1806 X 1500 X 1354 X 1354 X 1648 X 1230 X 1118 X 1248 X 1400 X 1506 X 2100 X 0554 X +USW00014922198205PSUN 94 X 93 X 61 X 58 X 12 X 14 X 94 X 94 X 59 X 67 X 73 X 3 X 16 X 48 X 75 X 80 X 13 X 77 X 93 X 71 X 39 X 45 X 94 X 71 X 51 X 4 X 44 X 79 X 58 X 74 X 69 X +USW00014922198205TSUN 810 X 798 X 522 X 498 X 108 X 120 X 816 X 822 X 522 X 588 X 642 X 24 X 144 X 426 X 672 X 720 X 120 X 690 X 840 X 642 X 354 X 408 X 858 X 642 X 468 X 36 X 408 X 726 X 534 X 684 X 636 X +USW00014922198205WDF1 150 X 160 X 170 X 180 X 340 X 190 X 290 X 70 X 140 X 180 X 310 X 60 X 100 X 200 X 140 X 130 X 220 X 220 X 10 X 50 X 70 X 80 X 90 X 190 X 170 X 110 X 110 X 120 X 300 X 350 X 340 X +USW00014922198205WDFG 90W X 135W X 180W X 225W X 360W X 180W X 270W X 90W X 135W X 180W X 225W X 90W X 135W X 180W X 135W X 135W X 225W X 225W X 315W X 45W X 90W X 90W X 90W X 180W X 135W X 90W X 90W X 90W X 315W X 270W X 180W X +USW00014922198205WSF1 40 X 63 X 89 X 130 X 80 X 63 X 76 X 54 X 94 X 125 X 72 X 72 X 63 X 112 X 89 X 103 X 112 X 112 X 54 X 94 X 98 X 103 X 94 X 58 X 58 X 63 X 58 X 45 X 40 X 63 X 94 X +USW00014922198205WSFG 62 X 103 X 129 X 200 X 144 X 82 X 113 X 67 X 129 X 180 X 103 X 103 X 98 X 164 X 129 X 159 X 175 X 139 X 72 X 139 X 139 X 144 X 134 X 77 X 77 X 87 X 72 X 62 X 123 X 82 X 134 X +USW00014922198205WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922198205WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922198205WT05-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198205WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922198205WT16-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922198206TMAX 217 0 178 0 200 0 217 0 239 0 206 0 206 0 250 0 211 0 228 0 261 0 228 0 278 0 211 0 233 0 283 0 228 0 200 0 222 0 217 0 244 0 250 0 306 0 261 0 239 0 239 0 294 0 328 0 244 0 256 0-9999 +USW00014922198206TMIN 67 0 50 0 78 0 83 0 100 0 139 0 144 0 111 0 117 0 106 0 67 0 100 0 94 0 144 0 128 0 94 0 150 0 117 0 61 0 117 0 94 0 83 0 133 0 172 0 139 0 117 0 172 0 144 0 139 0 128 0-9999 +USW00014922198206PRCP 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 5 0 0T 0 0 0 0T 0 0 0 0 0 41 0 0 0 0T 0 0 0 0T 0 25 0 74 0 10 0 0 0 0T 0 160 0 0 0 0 0 0 0 41 0 0 0 0 0-9999 +USW00014922198206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198206ACMH 0 X 50 X 40 X 10 X 50 X 80 X 70 X 40 X 90 X 0 X 50 X 10 X 10 X 70 X 60 X 50 X 70 X 80 X 60 X 70 X 30 X 30 X 60 X 100 X 30 X 60 X 20 X 50 X 70 X 40 X-9999 +USW00014922198206ACSH 10 X 60 X 30 X 20 X 50 X 90 X 80 X 40 X 100 X 0 X 50 X 0 X 10 X 100 X 70 X 50 X 70 X 90 X 70 X 80 X 40 X 50 X 50 X 100 X 30 X 70 X 10 X 60 X 80 X 50 X-9999 +USW00014922198206PGTM 1524 X 0706 X 1412 X 1030 X 1154 X 1348 X 0230 X 1648 X 1518 X 1000 X 1512 X 1318 X 1448 X 0818 X 1512 X 1330 X 1154 X 1512 X 2206 X 1930 X 1648 X 1500 X 1436 X 1948 X 1212 X 0824 X 1448 X 1912 X 1712 X 1418 X-9999 +USW00014922198206PSUN 98 X 84 X 93 X 85 X 91 X 19 X 67 X 97 X 25 X 98 X 84 X 93 X 100 X 27 X 62 X 83 X 63 X 71 X 68 X 48 X 95 X 96 X 66 X 31 X 84 X 89 X 91 X 81 X 66 X 88 X-9999 +USW00014922198206TSUN 906 X 780 X 858 X 786 X 840 X 174 X 624 X 900 X 240 X 912 X 780 X 870 X 936 X 258 X 582 X 774 X 588 X 666 X 636 X 450 X 894 X 900 X 624 X 294 X 792 X 828 X 852 X 756 X 618 X 816 X-9999 +USW00014922198206WDF1 310 X 20 X 100 X 150 X 150 X 160 X 270 X 70 X 280 X 330 X 360 X 330 X 240 X 210 X 20 X 210 X 10 X 20 X 210 X 330 X 360 X 50 X 190 X 360 X 50 X 120 X 270 X 350 X 360 X 50 X-9999 +USW00014922198206WDFG 315W X 360W X 135W X 135W X 180W X 180W X 225W X 90W X 270W X 315W X 225W X 360W X 270W X 225W X 360W X 225W X 360W X 360W X 225W X 270W X 360W X 315W X 180W X 315W X 360W X 90W X 225W X 315W X 45W X 45W X-9999 +USW00014922198206WSF1 80 X 67 X 63 X 58 X 89 X 134 X 103 X 63 X 103 X 89 X 80 X 89 X 72 X 76 X 76 X 67 X 76 X 58 X 72 X 80 X 94 X 36 X 54 X 89 X 67 X 72 X 40 X 174 X 72 X 54 X-9999 +USW00014922198206WSFG 134 X 149 X 72 X 82 X 113 X 206 X 154 X 87 X 154 X 134 X 108 X 113 X 113 X 108 X 118 X 113 X 103 X 82 X 139 X 113 X 185 X 108 X 93 X 123 X 123 X 82 X 82 X 221 X 98 X 87 X-9999 +USW00014922198206WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198206WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198206WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198206WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198207TMAX 272 0 278 0 339 0 372 0 378 0 306 0 261 0 306 0 300 0 217 0 283 0 306 0 306 0 328 0 272 0 328 0 306 0 300 0 306 0 328 0 283 0 322 0 317 0 322 0 311 0 250 0 300 0 306 0 294 0 283 0 317 0 +USW00014922198207TMIN 128 0 156 0 189 0 178 0 256 0 189 0 167 0 122 0 200 0 156 0 161 0 167 0 172 0 194 0 211 0 206 0 200 0 172 0 167 0 194 0 211 0 194 0 183 0 206 0 206 0 194 0 172 0 167 0 189 0 167 0 150 0 +USW00014922198207PRCP 0 0 0 0 0 0 0 0 0T 0 74 0 0 0 0 0 0T 0 91 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 56 0 8 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198207ACMH 20 X 80 X 20 X 20 X 60 X 90 X 20 X 50 X 90 X 100 X 30 X 30 X 80 X 50 X 90 X 60 X 40 X 30 X 30 X 40 X 80 X 10 X 30 X 80 X 90 X 90 X 20 X 40 X 40 X 30 X 60 X +USW00014922198207ACSH 20 X 100 X 20 X 20 X 50 X 90 X 20 X 50 X 90 X 100 X 20 X 40 X 80 X 40 X 90 X 70 X 50 X 10 X 40 X 40 X 90 X 10 X 40 X 80 X 90 X 100 X 20 X 30 X 30 X 40 X 70 X +USW00014922198207PGTM 1748 X 1242 X 1718 X 1954 X 1506 X 2036 X 1348 X 1518 X 0912 X 2036 X 1212 X 1430 X 1306 X 1712 X 0954 X 1054 X 0218 X 1354 X 1530 X 1400 X 1118 X 1018 X 1012 X 0948 X 1412 X 0518 X 1642 X 1054 X 1736 X 1236 X 1336 X +USW00014922198207PSUN 95 X 61 X 89 X 94 X 82 X 47 X 99 X 87 X 51 X 2 X 93 X 87 X 49 X 76 X 34 X 73 X 78 X 87 X 85 X 63 X 28 X 93 X 88 X 63 X 32 X 49 X 95 X 89 X 83 X 90 X 66 X +USW00014922198207TSUN 888 X 570 X 834 X 882 X 768 X 438 X 924 X 810 X 474 X 24 X 858 X 804 X 450 X 696 X 312 X 666 X 714 X 792 X 780 X 576 X 252 X 840 X 798 X 570 X 288 X 444 X 846 X 798 X 744 X 804 X 588 X +USW00014922198207WDF1 140 X 120 X 280 X 140 X 210 X 290 X 290 X 220 X 200 X 350 X 300 X 320 X 170 X 160 X 170 X 200 X 290 X 290 X 120 X 180 X 160 X 360 X 160 X 210 X 350 X 360 X 350 X 220 X 320 X 320 X 200 X +USW00014922198207WDFG 135W X 135W X 315W X 135W X 180W X 315W X 270W X 180W X 225W X 360W X 315W X 315W X 180W X 180W X 135W X 180W X 225W X 315W X 135W X 180W X 90W X 45W X 180W X 180W X 360W X 45W X 360W X 45W X 315W X 315W X 225W X +USW00014922198207WSF1 54 X 63 X 89 X 76 X 134 X 103 X 98 X 89 X 67 X 80 X 67 X 58 X 45 X 67 X 98 X 98 X 76 X 63 X 67 X 67 X 58 X 54 X 63 X 98 X 89 X 72 X 63 X 45 X 98 X 72 X 76 X +USW00014922198207WSFG 77 X 82 X 123 X 129 X 175 X 180 X 129 X 113 X 93 X 113 X 108 X 87 X 77 X 103 X 134 X 149 X 113 X 87 X 82 X 87 X 87 X 77 X 93 X 144 X 154 X 108 X 93 X 67 X 144 X 98 X 113 X +USW00014922198207WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198207WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198207WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198207WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198208TMAX 328 0 367 0 350 0 328 0 333 0 306 0 328 0 256 0 217 0 244 0 250 0 256 0 228 0 289 0 289 0 322 0 317 0 317 0 328 0 300 0 306 0 272 0 267 0 244 0 289 0 267 0 194 0 206 0 206 0 244 0 228 0 +USW00014922198208TMIN 178 0 156 0 250 0 239 0 222 0 189 0 183 0 172 0 133 0 89 0 111 0 111 0 167 0 178 0 183 0 178 0 189 0 200 0 211 0 156 0 133 0 156 0 161 0 150 0 117 0 133 0 89 0 128 0 156 0 133 0 167 0 +USW00014922198208PRCP 18 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 175 0 18 0 0 0 0 0 0 0 30 0 0T 0 0T 0 218 0 0 0 71 0 0 0 0 0 180 0 0 0 244 0 +USW00014922198208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198208ACMH 60 X 70 X 80 X 100 X 60 X 30 X 40 X 20 X 50 X 40 X 0 X 70 X 100 X 90 X 70 X 30 X 40 X 40 X 70 X 0 X 40 X 70 X 50 X 60 X 20 X 60 X 10 X 90 X 100 X 30 X 100 X +USW00014922198208ACSH 60 X 70 X 70 X 90 X 60 X 50 X 50 X 30 X 70 X 60 X 0 X 80 X 100 X 100 X 80 X 40 X 40 X 40 X 80 X 10 X 40 X 70 X 40 X 70 X 10 X 60 X 10 X 80 X 100 X 20 X 100 X +USW00014922198208PGTM 0500 X 1600 X 0030 X 1106 X 1500 X 1542 X 1424 X 1954 X 0830 X 1624 X 1818 X 1200 X 1312 X 1248 X 1042 X 1500 X 1506 X 1218 X 2036 X 1106 X 1424 X 0948 X 1400 X 1830 X 1606 X 1830 X 0106 X 2312 X 1024 X 2148 X 0148 X +USW00014922198208PSUN 89 X 77 X 60 X 77 X 77 X 69 X 100 X 97 X 68 X 77 X 100 X 81 X 5 X 69 X 42 X 79 X 78 X 76 X 68 X 99 X 81 X 74 X 86 X 47 X 95 X 72 X 100 X 49 X 3 X 96 X 21 X +USW00014922198208TSUN 786 X 678 X 528 X 678 X 672 X 600 X 864 X 840 X 582 X 660 X 858 X 690 X 42 X 588 X 354 X 666 X 660 X 636 X 570 X 822 X 672 X 612 X 708 X 390 X 780 X 588 X 810 X 402 X 24 X 768 X 162 X +USW00014922198208WDF1 160 X 180 X 200 X 180 X 80 X 170 X 270 X 300 X 330 X 310 X 140 X 170 X 140 X 170 X 130 X 350 X 30 X 210 X 10 X 350 X 210 X 340 X 350 X 310 X 240 X 340 X 350 X 160 X 180 X 70 X 80 X +USW00014922198208WDFG 180W X 180W X 180W X 225W X 90W X 135W X 270W X 315W X 315W X 315W X 135W X 180W X 180W X 135W X 135W X 360W X 315W X 180W X 360W X 315W X 225W X 315W X 315W X 315W X 225W X 360W X 360W X 135W X 180W X 90W X 90W X +USW00014922198208WSF1 89 X 103 X 89 X 54 X 63 X 45 X 76 X 94 X 80 X 67 X 45 X 98 X 40 X 54 X 58 X 139 X 45 X 80 X 80 X 80 X 89 X 89 X 58 X 67 X 94 X 156 X 72 X 76 X 76 X 67 X 72 X +USW00014922198208WSFG 103 X 149 X 118 X 77 X 93 X 72 X 103 X 149 X 123 X 93 X 62 X 129 X 46 X 87 X 72 X 180 X 72 X 118 X 118 X 118 X 123 X 123 X 93 X 87 X 139 X 257 X 103 X 103 X 113 X 93 X 103 X +USW00014922198208WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00014922198208WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 +USW00014922198208WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198208WT16 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 +USW00014922198209TMAX 272 0 222 0 239 0 278 0 239 0 200 0 189 0 239 0 278 0 267 0 300 0 250 0 167 0 150 0 133 0 150 0 200 0 200 0 167 0 144 0 178 0 206 0 239 0 161 0 161 0 194 0 194 0 233 0 239 0 178 0-9999 +USW00014922198209TMIN 183 0 139 0 100 0 117 0 122 0 106 0 122 0 150 0 189 0 206 0 194 0 167 0 128 0 100 0 83 0 89 0 100 0 67 0 94 0 44 0 22 0 50 0 122 0 83 0 56 0 61 0 67 0 133 0 172 0 100 0-9999 +USW00014922198209PRCP 0T 0 0 0 0 0 25 0 81 0 0 0 0T 0 0 0 5 0 64 0 20 0 38 0 5 0 38 0 33 0 0T 0 33 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 38 0 0 0-9999 +USW00014922198209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198209ACMH 80 X 30 X 20 X 30 X 80 X 40 X 90 X 80 X 90 X 70 X 40 X 100 X 100 X 100 X 100 X 100 X 70 X 0 X 50 X 40 X 10 X 40 X 60 X 90 X 40 X 30 X 40 X 80 X 90 X 80 X-9999 +USW00014922198209ACSH 60 X 30 X 20 X 20 X 100 X 40 X 100 X 90 X 90 X 80 X 20 X 100 X 100 X 100 X 100 X 100 X 90 X 0 X 60 X 60 X 0 X 40 X 40 X 100 X 40 X 10 X 30 X 60 X 80 X 80 X-9999 +USW00014922198209PGTM 2218 X 1500 X 1248 X 1348 X 0730 X 0648 X 0930 X 1224 X 1324 X 0142 X 1424 X 1442 X 1730 X 1412 X 0812 X 1136 X 1606 X 1200 X 1718 X 1712 X 1342 X 1224 X 1448 X 1706 X 2330 X 1454 X 1612 X 1430 X 0936 X 0254 X-9999 +USW00014922198209PSUN 72 X 95 X 85 X 84 X 25 X 93 X 0 X 5 X 36 X 30 X 66 X 14 X 0 X 0 X 7 X 15 X 37 X 100 X 61 X 71 X 100 X 86 X 61 X 0 X 83 X 89 X 84 X 31 X 28 X 41 X-9999 +USW00014922198209TSUN 576 X 750 X 666 X 666 X 198 X 726 X 0 X 42 X 276 X 228 X 504 X 102 X 0 X 0 X 54 X 114 X 282 X 744 X 450 X 528 X 732 X 624 X 450 X 0 X 600 X 642 X 600 X 222 X 198 X 294 X-9999 +USW00014922198209WDF1 290 X 320 X 320 X 180 X 340 X 60 X 180 X 200 X 180 X 190 X 190 X 200 X 360 X 50 X 320 X 190 X 350 X 300 X 330 X 360 X 330 X 190 X 270 X 340 X 150 X 170 X 150 X 130 X 190 X 360 X-9999 +USW00014922198209WDFG 225W X 315W X 315W X 180W X 315W X 45W X 135W X 180W X 180W X 180W X 225W X 180W X 360W X 45W X 360W X 135W X 315W X 315W X 315W X 360W X 315W X 180W X 270W X 360W X 135W X 180W X 135W X 135W X 180W X 360W X-9999 +USW00014922198209WSF1 80 X 112 X 89 X 107 X 116 X 80 X 45 X 67 X 76 X 80 X 76 X 80 X 72 X 80 X 67 X 58 X 80 X 54 X 89 X 76 X 40 X 72 X 89 X 89 X 58 X 89 X 76 X 103 X 134 X 76 X-9999 +USW00014922198209WSFG 129 X 164 X 123 X 123 X 159 X 113 X 82 X 98 X 113 X 139 X 103 X 118 X 103 X 118 X 118 X 82 X 123 X 77 X 144 X 129 X 67 X 108 X 123 X 149 X 82 X 108 X 118 X 159 X 185 X 103 X-9999 +USW00014922198209WT01 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00014922198209WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198209WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198209WT16 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922198210TMAX 150 0 156 0 183 0 244 0 233 0 217 0 111 0 156 0 150 0 139 0 106 0 111 0 111 0 206 0 139 0 128 0 189 0 200 0 122 0 50 0 67 0 133 0 167 0 178 0 194 0 183 0 133 0 117 0 156 0 100 0 106 0 +USW00014922198210TMIN 100 0 72 0 78 0 78 0 117 0 67 0 50 0 33 0 106 0 94 0 78 0 72 0 78 0 67 0 61 0 6 0 72 0 67 0 17 0 -17 0 -22 0 -28 0 11 0 56 0 39 0 44 0 94 0 83 0 72 0 11 0 11 0 +USW00014922198210PRCP 5 0 102 0 0 0 0 0 51 0 46 0 58 0 0T 0 13 0 38 0 8 0 15 0 0T 0 3 0 13 0 0T 0 0 0 0 0 437 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 13 0 0 0 48 0 +USW00014922198210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198210ACMH 100 X 90 X 20 X 40 X 80 X 100 X 70 X 70 X 100 X 100 X 100 X 100 X 100 X 50 X 10 X 60 X 40 X 80 X 100 X 70 X 40 X 10 X 20 X 30 X 40 X 70 X 90 X 100 X 90 X 40 X 80 X +USW00014922198210ACSH 100 X 100 X 10 X 50 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 20 X 10 X 70 X 40 X 90 X 100 X 90 X 50 X 10 X 30 X 60 X 50 X 90 X 100 X 100 X 70 X 80 X 90 X +USW00014922198210PGTM 0248 X 0224 X 1900 X 1412 X 2048 X 2248 X 0242 X 1400 X 0448 X 1536 X 1636 X 1124 X 0806 X 1700 X 1442 X 0000 X 1318 X 1154 X 1854 X 0342 X 1942 X 1430 X 1348 X 1454 X 2012 X 1248 X 1636 X 1318 X 0524 X 0030 X 1812 X +USW00014922198210PSUN 0 X 8 X 100 X 95 X 45 X 0 X 7 X 30 X 0 X 5 X 0 X 1 X 0 X 75 X 100 X 64 X 65 X 48 X 0 X 9 X 56 X 72 X 82 X 74 X 56 X 46 X 1 X 0 X 56 X 20 X 0 X +USW00014922198210TSUN 0 X 54 X 696 X 660 X 312 X 6 X 48 X 204 X 0 X 36 X 0 X 6 X 0 X 498 X 660 X 420 X 420 X 312 X 0 X 60 X 366 X 462 X 528 X 474 X 354 X 294 X 6 X 0 X 348 X 126 X 0 X +USW00014922198210WDF1 130 X 140 X 310 X 180 X 140 X 240 X 230 X 80 X 100 X 250 X 240 X 250 X 310 X 250 X 330 X 320 X 150 X 170 X 10 X 340 X 290 X 170 X 170 X 200 X 150 X 180 X 130 X 170 X 230 X 300 X 140 X +USW00014922198210WDFG 360W X 135W X 135W X 180W X 135W X 225W X 225W X 90W X 90W X 270W X 270W X 225W X 315W X 315W X 315W X 315W X 225W X 180W X 360W X 360W X 180W X 180W X 180W X 180W X 135W X 180W X 135W X 180W X 270W X 270W X 135W X +USW00014922198210WSF1 72 X 80 X 45 X 80 X 72 X 112 X 94 X 94 X 107 X 76 X 67 X 67 X 67 X 89 X 98 X 58 X 80 X 80 X 139 X 125 X 40 X 76 X 94 X 94 X 76 X 94 X 94 X 80 X 103 X 72 X 36 X +USW00014922198210WSFG 103 X 123 X 67 X 123 X 98 X 154 X 154 X 123 X 154 X 87 X 93 X 82 X 93 X 118 X 159 X 77 X 123 X 103 X 195 X 185 X 62 X 103 X 118 X 118 X 103 X 129 X 149 X 123 X 149 X 123 X 51 X +USW00014922198210WT01 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198210WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198210WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198210WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198210WT16 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 +USW00014922198210WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198211TMAX 133 0 122 0 44 0 0 0 -6 0 83 0 117 0 50 0 39 0 50 0 33 0 17 0 -67 0 -50 0 39 0 33 0 72 0 100 0 139 0 156 0 17 0 6 0 -61 0 6 0 22 0 -33 0 17 0 6 0 28 0 44 0-9999 +USW00014922198211TMIN 39 0 11 0 -22 0 -28 0 -28 0 -56 0 0 0 -22 0 11 0 17 0 17 0 -128 0 -144 0 -117 0 -117 0 -61 0 -61 0 17 0 78 0 0 0 -44 0 -67 0 -128 0 -150 0 -72 0 -117 0 -122 0 -44 0 -6 0 17 0-9999 +USW00014922198211PRCP 0T 0 28 0 25 0 8 0 0T 0 0T 0 0 0 0 0 150 0 175 0 226 0 30 0 8 0 10 0 0 0 0 0 0 0 0 0 97 0 46 0 25 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 3 0-9999 +USW00014922198211SNOW 0 0 0 0 23 0 5 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 5 0 30 0 10 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198211SNWD 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0 0-9999 +USW00014922198211ACMH 70 X 80 X 100 X 100 X 100 X 60 X 50 X 80 X 100 X 100 X 100 X 70 X 80 X 50 X 30 X 10 X 50 X 40 X 100 X 100 X 50 X 100 X 30 X 0 X 60 X 20 X 40 X 100 X 100 X 100 X-9999 +USW00014922198211ACSH 70 X 90 X 100 X 100 X 100 X 60 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 20 X 70 X 40 X 100 X 30 X 100 X 100 X 30 X 100 X 30 X 0 X 80 X 0 X 20 X 100 X 100 X 100 X-9999 +USW00014922198211PGTM 1748 X 1624 X 1312 X 0230 X 0718 X 0912 X 2030 X 0900 X 2100 X 0230 X 2054 X 0548 X 1642 X 1124 X 1524 X 0136 X 1512 X 1148 X 1206 X 1100 X 0418 X 1742 X 0918 X 1312 X 2242 X 0336 X 1318 X 0812 X 2142 X 2112 X-9999 +USW00014922198211PSUN 22 X 31 X 34 X 0 X 0 X 66 X 82 X 26 X 0 X 0 X 0 X 21 X 19 X 76 X 80 X 78 X 61 X 59 X 0 X 1 X 55 X 0 X 63 X 81 X 45 X 75 X 82 X 0 X 1 X 0 X-9999 +USW00014922198211TSUN 132 X 186 X 204 X 0 X 0 X 396 X 492 X 156 X 0 X 0 X 0 X 126 X 108 X 438 X 456 X 444 X 348 X 336 X 0 X 6 X 312 X 0 X 354 X 450 X 252 X 414 X 450 X 0 X 6 X 0 X-9999 +USW00014922198211WDF1 60 X 330 X 310 X 310 X 310 X 180 X 330 X 30 X 70 X 240 X 20 X 320 X 110 X 280 X 190 X 210 X 150 X 170 X 150 X 260 X 270 X 340 X 330 X 210 X 360 X 350 X 170 X 110 X 210 X 180 X-9999 +USW00014922198211WDFG 45W X 315W X 315W X 315W X 315W X 180W X 315W X 360W X 90W X 90W X 360W X 315W X 90W X 315W X 180W X 225W X 135W X 180W X 135W X 270W X 270W X 315W X 315W X 225W X 360W X 360W X 180W X 90W X 180W X 180W X-9999 +USW00014922198211WSF1 40 X 98 X 125 X 98 X 76 X 67 X 72 X 67 X 94 X 80 X 112 X 161 X 63 X 67 X 94 X 58 X 72 X 103 X 76 X 134 X 67 X 80 X 76 X 103 X 67 X 89 X 80 X 40 X 67 X 89 X-9999 +USW00014922198211WSFG 77 X 123 X 180 X 154 X 108 X 87 X 123 X 103 X 123 X 123 X 180 X 226 X 82 X 134 X 144 X 77 X 108 X 154 X 108 X 180 X 93 X 108 X 118 X 144 X 82 X 113 X 103 X 62 X 93 X 98 X-9999 +USW00014922198211WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922198211WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922198211WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198211WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198211WT05-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198211WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922198211WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922198211WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198211WT16 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922198211WT18-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198212TMAX 117 0 172 0 72 0 56 0 33 0 39 0 -61 0 -72 0 -56 0 6 0 -83 0 -39 0 22 0 6 0 6 0 -6 0 11 0 44 0 0 0 -6 0 0 0 39 0 39 0 33 0 33 0 11 0 -6 0 -22 0 -111 0 -50 0 -22 0 +USW00014922198212TMIN 33 0 67 0 -33 0 -33 0 -17 0 -67 0 -100 0 -156 0 -172 0 -150 0 -172 0 -167 0 -61 0 -6 0 -72 0 -128 0 -78 0 -22 0 -22 0 -89 0 -89 0 -44 0 17 0 17 0 -83 0 -111 0 -56 0 -150 0 -189 0 -189 0 -78 0 +USW00014922198212PRCP 3 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 15 0 0 0 0 0 18 0 0T 0 0 0 0 0 0 0 0T 0 320 0 343 0 0 0 109 0 277 0 0T 0 0T 0 0T 0 +USW00014922198212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 18 0 0 0 0 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 114 0 305 0 0T 0 0T 0 0T 0 +USW00014922198212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 25 0 25 0 381 0 432 0 356 0 356 0 +USW00014922198212ACMH 100 X 70 X 50 X 100 X 80 X 20 X 60 X 40 X 70 X 20 X 0 X 30 X 60 X 100 X 80 X 0 X 80 X 100 X 100 X 50 X 70 X 90 X 100 X 100 X 70 X 0 X 100 X 90 X 50 X 90 X 70 X +USW00014922198212ACSH 100 X 100 X 80 X 100 X 100 X 20 X 50 X 40 X 80 X 40 X 0 X 50 X 70 X 100 X 100 X 0 X 100 X 100 X 100 X 60 X 90 X 100 X 100 X 100 X 100 X 0 X 100 X 100 X 50 X 100 X 60 X +USW00014922198212PGTM 2330 X 1136 X 1430 X 1218 X 1418 X 1342 X 0030 X 0930 X 1306 X 1506 X 0006 X 2054 X 0218 X 1818 X 1424 X 2354 X 1000 X 2348 X 0642 X 0936 X 1154 X 2306 X 0054 X 0906 X 1242 X 1430 X 2342 X 0018 X 1206 X 2100 X 1936 X +USW00014922198212PSUN 4 X 23 X 19 X 22 X 0 X 64 X 48 X 60 X 49 X 36 X 100 X 61 X 72 X 0 X 56 X 100 X 23 X 0 X 0 X 29 X 20 X 2 X 0 X 0 X 0 X 100 X 0 X 37 X 59 X 9 X 46 X +USW00014922198212TSUN 24 X 126 X 102 X 120 X 0 X 342 X 258 X 324 X 264 X 192 X 534 X 324 X 384 X 0 X 300 X 528 X 126 X 0 X 0 X 150 X 102 X 12 X 0 X 0 X 0 X 528 X 0 X 198 X 312 X 48 X 246 X +USW00014922198212WDF1 110 X 110 X 250 X 170 X 360 X 270 X 340 X 340 X 180 X 310 X 330 X 150 X 200 X 320 X 10 X 150 X 180 X 280 X 310 X 360 X 120 X 140 X 140 X 30 X 320 X 180 X 10 X 10 X 230 X 190 X 210 X +USW00014922198212WDFG 135W X 180W X 270W X 180W X 360W X 270W X 315W X 315W X 180W X 315W X 315W X 180W X 180W X 315W X 360W X 135W X 180W X 315W X 315W X 360W X 135W X 135W X 135W X 45W X 315W X 225W X 360W X 360W X 225W X 225W X 225W X +USW00014922198212WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 381 X 762 X 762 X 762 X +USW00014922198212WSF1 80 X 89 X 94 X 45 X 98 X 103 X 63 X 89 X 116 X 94 X 76 X 63 X 80 X 54 X 63 X 67 X 89 X 94 X 89 X 58 X 76 X 76 X 80 X 72 X 94 X 45 X 112 X 143 X 58 X 67 X 80 X +USW00014922198212WSFG 123 X 129 X 118 X 62 X 159 X 154 X 87 X 123 X 154 X 139 X 113 X 98 X 123 X 82 X 103 X 87 X 154 X 123 X 149 X 103 X 118 X 113 X 103 X 108 X 134 X 77 X 154 X 195 X 77 X 82 X 118 X +USW00014922198212WT01 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 +USW00014922198212WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198212WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922198212WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198212WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198212WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198212WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922198212WT16 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198212WT18-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00014922198301TMAX -6 0 -50 0 -22 0 22 0 -6 0 22 0 -33 0 -11 0 33 0 22 0 -33 0 -44 0 -28 0 -11 0 -78 0 -50 0 -83 0 -100 0 -44 0 -22 0 0 0 -6 0 6 0 -6 0 -100 0 -139 0 -44 0 28 0 22 0 -44 0 -56 0 +USW00014922198301TMIN -83 0 -133 0 -139 0 -72 0 -106 0 -56 0 -67 0 -78 0 -17 0 -61 0 -167 0 -172 0 -122 0 -78 0 -167 0 -167 0 -144 0 -189 0 -139 0 -67 0 -56 0 -100 0 -56 0 -100 0 -150 0 -217 0 -217 0 -44 0 -44 0 -89 0 -128 0 +USW00014922198301PRCP 0T 0 0T 0 0T 0 0 0 0T 0 81 0 5 0 0T 0 5 0 23 0 0T 0 0 0 0 0 5 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0T 0 36 0 0T 0 0T 0 +USW00014922198301SNOW 0T 0 0T 0 0T 0 0 0 0T 0 20 0 0T 0 0T 0 0 0 23 0 0T 0 0 0 0 0 3 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0T 0 15 0 0T 0 0T 0 +USW00014922198301SNWD 356 0 330 0 279 0 279 0 254 0 229 0 229 0 229 0 229 0 203 0 229 0 229 0 229 0 229 0 229 0 229 0 229 0 203 0 203 0 203 0 203 0 203 0 203 0 178 0 203 0 203 0 203 0 203 0 178 0 152 0 152 0 +USW00014922198301ACMH 50 X 30 X 90 X 60 X 50 X 100 X 100 X 100 X 100 X 70 X 50 X 50 X 50 X 70 X 30 X 90 X 20 X 40 X 90 X 100 X 20 X 60 X 90 X 60 X 80 X 20 X 90 X 100 X 100 X 80 X 40 X +USW00014922198301ACSH 80 X 10 X 100 X 70 X 50 X 100 X 100 X 100 X 100 X 100 X 40 X 50 X 80 X 80 X 20 X 100 X 0 X 40 X 100 X 100 X 0 X 70 X 90 X 60 X 60 X 0 X 100 X 100 X 100 X 60 X 40 X +USW00014922198301PGTM 1242 X 1012 X 2312 X 0024 X 2112 X 1542 X 0036 X 2130 X 1100 X 1348 X 0854 X 1112 X 1718 X 1154 X 0500 X 2148 X 0118 X 1430 X 1936 X 1048 X 1448 X 1824 X 0606 X 1418 X 1824 X 0800 X 2042 X 1142 X 2054 X 0248 X 0018 X +USW00014922198301PSUN 42 X 78 X 0 X 48 X 44 X 0 X 11 X 0 X 0 X 0 X 66 X 52 X 65 X 23 X 80 X 3 X 100 X 79 X 38 X 27 X 98 X 23 X 55 X 52 X 61 X 100 X 44 X 0 X 0 X 59 X 78 X +USW00014922198301TSUN 222 X 414 X 0 X 258 X 234 X 0 X 60 X 0 X 0 X 0 X 360 X 282 X 354 X 126 X 438 X 18 X 552 X 438 X 210 X 150 X 552 X 132 X 312 X 300 X 348 X 570 X 252 X 0 X 0 X 348 X 456 X +USW00014922198301WDF1 320 X 310 X 190 X 190 X 190 X 330 X 300 X 150 X 160 X 320 X 320 X 200 X 110 X 350 X 320 X 350 X 340 X 130 X 130 X 150 X 70 X 10 X 350 X 310 X 20 X 350 X 160 X 200 X 310 X 320 X 320 X +USW00014922198301WDFG 315W X 315W X 180W X 180W X 180W X 315W X 315W X 135W X 180W X 315W X 315W X 180W X 90W X 360W X 315W X 360W X 360W X 135W X 135W X 135W X 45W X 360W X 360W X 315W X 360W X 360W X 180W X 225W X 315W X 315W X 315W X +USW00014922198301WESD 762 X 584 X 584 X 584 X 432 X 483 X 533 X 533 X 533 X 483 X 483 X 483 X 483 X 483 X 483 X 483 X 483 X 483 X 483 X 483 X 483 X 483 X 457 X 508 X 533 X 533 X 533 X 533 X 559 X 559 X 483 X +USW00014922198301WSF1 89 X 58 X 94 X 94 X 76 X 130 X 103 X 94 X 112 X 94 X 125 X 76 X 72 X 112 X 67 X 80 X 76 X 54 X 89 X 94 X 54 X 45 X 45 X 107 X 76 X 54 X 116 X 103 X 103 X 98 X 63 X +USW00014922198301WSFG 129 X 93 X 154 X 129 X 108 X 185 X 149 X 139 X 159 X 139 X 175 X 118 X 103 X 170 X 103 X 134 X 103 X 82 X 113 X 118 X 77 X 103 X 82 X 118 X 93 X 77 X 170 X 144 X 134 X 129 X 82 X +USW00014922198301WT01-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922198301WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922198301WT04-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922198301WT06-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198301WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198301WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922198301WT18 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 +USW00014922198302TMAX -44 0 -44 0 -78 0 -117 0 -83 0 -89 0 -83 0 -61 0 -28 0 11 0 0 0 17 0 33 0 61 0 39 0 33 0 28 0 22 0 50 0 39 0 39 0 44 0 56 0 0 0 -11 0 28 0 78 0 78 0-9999 -9999 -9999 +USW00014922198302TMIN -161 0 -83 0 -144 0 -183 0 -183 0 -172 0 -222 0 -117 0 -67 0 -28 0 -22 0 -17 0 0 0 -17 0 17 0 11 0 -33 0 0 0 17 0 6 0 0 0 -17 0 -33 0 -61 0 -100 0 -56 0 28 0 28 0-9999 -9999 -9999 +USW00014922198302PRCP 18 0 203 0 8 0 0T 0 8 0 0T 0 0 0 0T 0 15 0 18 0 23 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0-9999 -9999 -9999 +USW00014922198302SNOW 18 0 157 0 8 0 0T 0 13 0 0T 0 0 0 0T 0 10 0 25 0 38 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922198302SNWD 152 0 203 0 330 0 330 0 330 0 356 0 305 0 305 0 305 0 330 0 330 0 356 0 356 0 356 0 330 0 254 0 254 0 254 0 229 0 178 0 178 0 178 0 152 0 127 0 127 0 127 0 127 0 102 0-9999 -9999 -9999 +USW00014922198302ACMH 80 X 100 X 90 X 20 X 90 X 40 X 50 X 100 X 100 X 100 X 100 X 100 X 90 X 80 X 100 X 100 X 70 X 100 X 100 X 100 X 100 X 60 X 100 X 40 X 20 X 70 X 80 X 100 X-9999 -9999 -9999 +USW00014922198302ACSH 100 X 100 X 80 X 0 X 100 X 20 X 50 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 70 X 100 X 100 X 100 X 100 X 80 X 100 X 30 X 40 X 100 X 70 X 100 X-9999 -9999 -9999 +USW00014922198302PGTM 1724 X 1542 X 0130 X 1948 X 1612 X 0924 X 1830 X 1754 X 2142 X 1106 X 0018 X 1906 X 0924 X 1824 X 1606 X 1836 X 0006 X 2200 X 1100 X 0924 X 0918 X 1224 X 1730 X 0812 X 1224 X 1548 X 0930 X 1906 X-9999 -9999 -9999 +USW00014922198302PSUN 20 X 0 X 77 X 91 X 1 X 82 X 76 X 23 X 0 X 0 X 30 X 46 X 2 X 50 X 4 X 0 X 90 X 0 X 2 X 0 X 35 X 38 X 46 X 72 X 100 X 0 X 83 X 23 X-9999 -9999 -9999 +USW00014922198302TSUN 120 X 0 X 456 X 540 X 6 X 492 X 462 X 138 X 0 X 0 X 186 X 282 X 12 X 312 X 24 X 0 X 570 X 0 X 12 X 0 X 228 X 246 X 300 X 468 X 654 X 0 X 552 X 156 X-9999 -9999 -9999 +USW00014922198302WDF1 30 X 360 X 340 X 340 X 10 X 360 X 150 X 70 X 90 X 120 X 170 X 190 X 190 X 10 X 10 X 320 X 200 X 180 X 110 X 10 X 360 X 310 X 10 X 10 X 180 X 170 X 200 X 70 X-9999 -9999 -9999 +USW00014922198302WDFG 360W X 360W X 360W X 135W X 360W X 360W X 135W X 90W X 135W X 135W X 135W X 180W X 180W X 315W X 45W X 315W X 360W X 135W X 135W X 360W X 360W X 315W X 360W X 360W X 180W X 180W X 225W X 45W X-9999 -9999 -9999 +USW00014922198302WESD 483 X 584 X 762 X 762 X 762 X 737 X 737 X 737 X 762 X 787 X 787 X 813 X 813 X 838 X 762 X 762 X 762 X 762 X 762 X 610 X 610 X 533 X 457 X 432 X 432 X 432 X 254 X 432 X-9999 -9999 -9999 +USW00014922198302WSF1 58 X 134 X 107 X 45 X 72 X 72 X 67 X 63 X 45 X 72 X 58 X 103 X 107 X 36 X 45 X 72 X 58 X 67 X 76 X 58 X 54 X 63 X 63 X 76 X 67 X 98 X 103 X 54 X-9999 -9999 -9999 +USW00014922198302WSFG 93 X 190 X 154 X 72 X 103 X 139 X 93 X 93 X 57 X 93 X 72 X 134 X 159 X 62 X 77 X 93 X 108 X 87 X 93 X 108 X 72 X 93 X 103 X 170 X 87 X 134 X 159 X 62 X-9999 -9999 -9999 +USW00014922198302WT01 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198302WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198302WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198302WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198302WT09-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198302WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922198302WT18 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198303TMAX 50 0 78 0 161 0 161 0 106 0 128 0 78 0 -39 0 0 0 0 0 44 0 50 0 111 0 83 0 28 0 33 0 22 0 28 0 6 0 -6 0 -6 0 6 0 22 0 33 0 39 0 17 0 28 0 50 0 39 0 50 0 61 0 +USW00014922198303TMIN 17 0 6 0 33 0 50 0 78 0 67 0 -39 0 -67 0 -67 0 -67 0 -56 0 -44 0 -22 0 0 0 -11 0 -22 0 -11 0 0 0 -33 0 -50 0 -56 0 -94 0 -94 0 -72 0 -44 0 -6 0 -22 0 -61 0 -44 0 6 0 17 0 +USW00014922198303PRCP 20 0 5 0 0 0 0 0 76 0 246 0 5 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0 0 102 0 43 0 36 0 3 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 66 0 53 0 0 0 20 0 13 0 124 0 +USW00014922198303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0T 0 0T 0 0 0 0 0 0 0 0 0 102 0 43 0 25 0 3 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 86 0 89 0 0 0 8 0 0T 0 0T 0 +USW00014922198303SNWD 76 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 152 0 102 0 51 0 51 0 51 0 51 0 0T 0 0T 0 0T 0 0T 0 0T 0 152 0 102 0 25 0 25 0 0T 0 +USW00014922198303ACMH 100 X 90 X 50 X 90 X 100 X 100 X 100 X 100 X 80 X 60 X 30 X 70 X 70 X 70 X 100 X 100 X 100 X 100 X 90 X 100 X 90 X 20 X 20 X 30 X 80 X 100 X 90 X 30 X 80 X 100 X 100 X +USW00014922198303ACSH 100 X 80 X 50 X 90 X 100 X 100 X 100 X 100 X 80 X 90 X 20 X 70 X 70 X 50 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 0 X 10 X 40 X 100 X 100 X 100 X 40 X 100 X 100 X 100 X +USW00014922198303PGTM 1836 X 1618 X 1430 X 1712 X 1324 X 1230 X 1430 X 2348 X 2118 X 0942 X 1218 X 1818 X 1754 X 0536 X 0242 X 1712 X 1818 X 1748 X 1606 X 1612 X 0906 X 1554 X 1630 X 1354 X 1018 X 2112 X 1736 X 1112 X 1424 X 2212 X 0024 X +USW00014922198303PSUN 0 X 38 X 89 X 55 X 15 X 0 X 6 X 13 X 67 X 81 X 100 X 60 X 68 X 79 X 0 X 48 X 7 X 25 X 53 X 33 X 73 X 95 X 88 X 92 X 86 X 3 X 51 X 81 X 69 X 13 X 0 X +USW00014922198303TSUN 0 X 258 X 600 X 378 X 102 X 0 X 42 X 96 X 462 X 564 X 696 X 420 X 480 X 564 X 0 X 348 X 48 X 180 X 384 X 240 X 534 X 696 X 654 X 684 X 636 X 24 X 384 X 612 X 528 X 102 X 0 X +USW00014922198303WDF1 30 X 120 X 130 X 130 X 90 X 120 X 230 X 340 X 330 X 360 X 180 X 150 X 300 X 330 X 60 X 40 X 30 X 10 X 10 X 30 X 10 X 310 X 150 X 180 X 150 X 70 X 10 X 10 X 160 X 170 X 140 X +USW00014922198303WDFG 45W X 135W X 135W X 90W X 90W X 135W X 225W X 360W X 360W X 45W X 360W X 135W X 315W X 315W X 45W X 45W X 45W X 45W X 45W X 360W X 360W X 315W X 180W X 135W X 180W X 90W X 360W X 45W X 180W X 135W X 135W X +USW00014922198303WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 X 102 X 127 X 127 X 102 X-9999 -9999 -9999 -9999 -9999 -9999 152 X 76 X-9999 -9999 -9999 +USW00014922198303WSF1 45 X 67 X 63 X 72 X 80 X 130 X 94 X 112 X 125 X 89 X 40 X 72 X 94 X 80 X 76 X 58 X 63 X 103 X 103 X 98 X 80 X 45 X 54 X 63 X 94 X 112 X 103 X 67 X 98 X 72 X 89 X +USW00014922198303WSFG 67 X 103 X 77 X 108 X 118 X 195 X 129 X 144 X 159 X 139 X 62 X 103 X 123 X 134 X 103 X 108 X 108 X 175 X 139 X 170 X 144 X 82 X 77 X 113 X 129 X 159 X 159 X 93 X 139 X 103 X 139 X +USW00014922198303WT01 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922198303WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198303WT08-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922198303WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198303WT16 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 +USW00014922198303WT18-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 +USW00014922198304TMAX 67 0 94 0 56 0 100 0 83 0 28 0 50 0 117 0 61 0 94 0 139 0 67 0 56 0 28 0 56 0 33 0 22 0 39 0 67 0 111 0 156 0 189 0 156 0 206 0 222 0 222 0 172 0 178 0 128 0 156 0-9999 +USW00014922198304TMIN 39 0 22 0 17 0 -17 0 0 0 6 0 -22 0 -39 0 0 0 6 0 0 0 22 0 28 0 -22 0 -44 0 -33 0 -61 0 -50 0 -50 0 -17 0 6 0 56 0 39 0 -11 0 56 0 117 0 67 0 61 0 22 0 67 0-9999 +USW00014922198304PRCP 30 0 0T 0 3 0 3 0 23 0 112 0 3 0 0 0 86 0 0T 0 0 0 170 0 94 0 396 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 76 0 0T 0 3 0-9999 +USW00014922198304SNOW 0T 0 0T 0 0T 0 3 0 0T 0 117 0 0T 0 0 0 76 0 0T 0 0 0 5 0 0T 0 345 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198304SNWD 0 0 0 0 0 0 0T 0 0 0 51 0 51 0 0 0 0 0 25 0 0 0 0 0 0 0 76 0 254 0 178 0 127 0 102 0 76 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198304ACMH 100 X 100 X 100 X 60 X 90 X 100 X 70 X 40 X 100 X 90 X 50 X 90 X 100 X 100 X 30 X 50 X 40 X 10 X 20 X 30 X 20 X 70 X 20 X 0 X 40 X 60 X 40 X 90 X 50 X 50 X-9999 +USW00014922198304ACSH 100 X 100 X 100 X 40 X 100 X 100 X 90 X 30 X 100 X 100 X 60 X 100 X 100 X 100 X 10 X 60 X 50 X 10 X 20 X 50 X 10 X 90 X 20 X 0 X 30 X 60 X 40 X 90 X 50 X 30 X-9999 +USW00014922198304PGTM 2012 X 1424 X 0700 X 1442 X 1754 X 0942 X 1442 X 2336 X 1412 X 1342 X 0918 X 1354 X 1812 X 0730 X 0718 X 1142 X 1700 X 1542 X 1448 X 1436 X 1348 X 2012 X 1542 X 1718 X 1348 X 2136 X 1100 X 1530 X 0812 X 1324 X-9999 +USW00014922198304PSUN 0 X 45 X 43 X 81 X 52 X 33 X 45 X 85 X 18 X 53 X 92 X 5 X 0 X 0 X 98 X 75 X 90 X 98 X 80 X 99 X 100 X 62 X 100 X 100 X 93 X 77 X 94 X 39 X 82 X 85 X-9999 +USW00014922198304TSUN 6 X 342 X 336 X 630 X 402 X 258 X 354 X 666 X 144 X 420 X 732 X 42 X 6 X 0 X 792 X 612 X 732 X 804 X 660 X 816 X 828 X 510 X 834 X 834 X 786 X 642 X 798 X 336 X 702 X 726 X-9999 +USW00014922198304WDF1 10 X 40 X 360 X 10 X 70 X 350 X 330 X 50 X 10 X 360 X 110 X 90 X 10 X 350 X 320 X 20 X 100 X 140 X 150 X 180 X 170 X 20 X 360 X 240 X 180 X 190 X 330 X 300 X 330 X 60 X-9999 +USW00014922198304WDFG 360W X 45W X 360W X 360W X 45W X 360W X 315W X 45W X 360W X 360W X 360W X 90W X 360W X 360W X 315W X 360W X 135W X 180W X 135W X 180W X 180W X 360W X 360W X 270W X 180W X 315W X 270W X 315W X 315W X 90W X-9999 +USW00014922198304WESD-9999 -9999 -9999 -9999 -9999 152 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 356 X 483 X 356 X 305 X 229 X 152 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198304WSF1 63 X 116 X 112 X 67 X 94 X 63 X 76 X 76 X 98 X 80 X 76 X 112 X 103 X 156 X 89 X 76 X 54 X 54 X 54 X 54 X 63 X 67 X 103 X 58 X 103 X 107 X 103 X 103 X 72 X 54 X-9999 +USW00014922198304WSFG 103 X 200 X 164 X 103 X 129 X 77 X 113 X 108 X 139 X 113 X 108 X 175 X 190 X 236 X 123 X 129 X 77 X 67 X 82 X 82 X 67 X 93 X 144 X 93 X 134 X 159 X 144 X 164 X 103 X 77 X-9999 +USW00014922198304WT01 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198304WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198304WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198304WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198304WT16 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 +USW00014922198304WT18 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198305TMAX 161 0 183 0 194 0 139 0 200 0 150 0 150 0 150 0 172 0 233 0 256 0 222 0 189 0 128 0 161 0 144 0 194 0 150 0 122 0 183 0 228 0 200 0 233 0 228 0 167 0 211 0 217 0 194 0 139 0 144 0 211 0 +USW00014922198305TMIN 56 0 39 0 50 0 44 0 78 0 83 0 56 0 22 0 44 0 94 0 100 0 106 0 50 0 61 0 11 0 56 0 56 0 78 0 106 0 72 0 56 0 94 0 39 0 122 0 61 0 44 0 128 0 83 0 83 0 89 0 72 0 +USW00014922198305PRCP 320 0 25 0 0T 0 0T 0 150 0 224 0 183 0 0 0 0 0 0T 0 0 0 323 0 0 0 0 0 0T 0 0T 0 0T 0 8 0 183 0 0T 0 0 0 0 0 0 0 5 0 0 0 0T 0 10 0 61 0 36 0 48 0 0 0 +USW00014922198305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198305ACMH 70 X 70 X 50 X 30 X 80 X 90 X 50 X 20 X 20 X 70 X 80 X 90 X 50 X 80 X 60 X 30 X 60 X 90 X 100 X 60 X 30 X 50 X 30 X 60 X 0 X 60 X 80 X 60 X 90 X 90 X 40 X +USW00014922198305ACSH 80 X 80 X 60 X 30 X 70 X 100 X 60 X 40 X 20 X 60 X 80 X 100 X 60 X 90 X 70 X 20 X 70 X 100 X 100 X 70 X 20 X 70 X 30 X 90 X 0 X 60 X 100 X 70 X 100 X 90 X 30 X +USW00014922198305PGTM 1542 X 0306 X 2300 X 0206 X 2324 X 2030 X 0806 X 1454 X 1354 X 1512 X 1430 X 1442 X 2018 X 1530 X 1718 X 1006 X 1612 X 2000 X 1500 X 1118 X 1542 X 1742 X 1412 X 1718 X 0000 X 1400 X 0554 X 2112 X 1600 X 1324 X 1400 X +USW00014922198305PSUN 75 X 72 X 75 X 85 X 67 X 24 X 82 X 100 X 93 X 85 X 86 X 29 X 91 X 69 X 62 X 90 X 86 X 15 X 2 X 81 X 54 X 83 X 98 X 76 X 100 X 93 X 41 X 60 X 51 X 33 X 95 X +USW00014922198305TSUN 648 X 618 X 648 X 732 X 582 X 204 X 714 X 876 X 810 X 744 X 756 X 252 X 810 X 618 X 558 X 804 X 774 X 138 X 18 X 732 X 852 X 750 X 894 X 696 X 912 X 816 X 372 X 552 X 462 X 300 X 882 X +USW00014922198305WDF1 60 X 20 X 320 X 330 X 150 X 70 X 10 X 140 X 140 X 170 X 160 X 130 X 300 X 360 X 70 X 360 X 210 X 90 X 340 X 260 X 190 X 310 X 250 X 360 X 360 X 160 X 90 X 360 X 20 X 350 X 340 X +USW00014922198305WDFG 45W X 360W X 315W X 315W X 135W X 45W X 360W X 180W X 180W X 180W X 135W X 135W X 270W X 360W X 45W X 360W X 225W X 90W X 360W X 225W X 180W X 315W X 270W X 360W X 360W X 135W X 180W X 360W X 360W X 360W X 360W X +USW00014922198305WSF1 148 X 107 X 94 X 94 X 80 X 103 X 130 X 54 X 116 X 112 X 80 X 103 X 76 X 98 X 103 X 58 X 94 X 94 X 72 X 72 X 76 X 112 X 76 X 98 X 98 X 67 X 89 X 139 X 148 X 94 X 80 X +USW00014922198305WSFG 200 X 159 X 144 X 159 X 113 X 154 X 175 X 77 X 175 X 154 X 118 X 134 X 118 X 154 X 139 X 82 X 134 X 144 X 87 X 103 X 118 X 170 X 134 X 139 X 123 X 87 X 113 X 185 X 185 X 159 X 123 X +USW00014922198305WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198305WT03-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922198305WT05-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198305WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198305WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922198306TMAX 228 0 217 0 217 0 200 0 178 0 222 0 244 0 272 0 256 0 317 0 300 0 300 0 289 0 244 0 222 0 194 0 228 0 206 0 278 0 283 0 289 0 317 0 294 0 278 0 328 0 317 0 233 0 206 0 200 0 311 0-9999 +USW00014922198306TMIN 67 0 111 0 117 0 106 0 100 0 56 0 100 0 111 0 111 0 150 0 189 0 206 0 178 0 133 0 122 0 106 0 78 0 150 0 161 0 172 0 189 0 200 0 167 0 194 0 189 0 217 0 150 0 156 0 161 0 178 0-9999 +USW00014922198306PRCP 0 0 211 0 173 0 3 0 0T 0 0 0 0 0 0T 0 0 0 36 0 0 0 0T 0 203 0 107 0 0 0 0 0 0 0 0T 0 0 0 20 0 188 0 0 0 0 0 147 0 0 0 10 0 71 0 79 0 79 0 0T 0-9999 +USW00014922198306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198306ACMH 50 X 80 X 70 X 60 X 80 X 0 X 10 X 50 X 10 X 80 X 70 X 90 X 100 X 70 X 50 X 60 X 70 X 80 X 80 X 90 X 70 X 40 X 10 X 80 X 20 X 90 X 100 X 100 X 100 X 60 X-9999 +USW00014922198306ACSH 60 X 70 X 80 X 70 X 90 X 10 X 0 X 70 X 20 X 80 X 70 X 90 X 100 X 70 X 60 X 60 X 80 X 90 X 80 X 90 X 80 X 60 X 10 X 90 X 10 X 90 X 100 X 100 X 100 X 40 X-9999 +USW00014922198306PGTM 1718 X 1606 X 1330 X 1042 X 1430 X 1642 X 1330 X 1624 X 1042 X 1948 X 1500 X 1330 X 1912 X 1548 X 1418 X 0812 X 2206 X 1448 X 1624 X 1224 X 1324 X 1024 X 0930 X 0836 X 1354 X 1724 X 0354 X 0800 X 0554 X 1500 X-9999 +USW00014922198306PSUN 71 X 71 X 70 X 76 X 52 X 100 X 100 X 92 X 100 X 67 X 77 X 42 X 38 X 67 X 79 X 85 X 87 X 49 X 84 X 62 X 46 X 82 X 99 X 47 X 85 X 49 X 0 X 33 X 4 X 71 X-9999 +USW00014922198306TSUN 654 X 654 X 654 X 702 X 486 X 930 X 930 X 858 X 930 X 630 X 720 X 396 X 360 X 630 X 738 X 792 X 816 X 462 X 792 X 588 X 438 X 774 X 930 X 444 X 798 X 456 X 0 X 306 X 42 X 666 X-9999 +USW00014922198306WDF1 220 X 60 X 300 X 310 X 360 X 290 X 290 X 260 X 50 X 230 X 180 X 180 X 230 X 300 X 280 X 310 X 70 X 100 X 110 X 90 X 10 X 200 X 100 X 350 X 210 X 210 X 50 X 80 X 120 X 190 X-9999 +USW00014922198306WDFG 225W X 180W X 315W X 315W X 360W X 315W X 315W X 270W X 315W X 225W X 180W X 180W X 225W X 315W X 270W X 315W X 90W X 90W X 135W X 90W X 360W X 225W X 45W X 45W X 225W X 270W X 45W X 45W X 90W X 225W X-9999 +USW00014922198306WSF1 67 X 89 X 156 X 80 X 63 X 94 X 67 X 67 X 54 X 103 X 98 X 107 X 130 X 103 X 94 X 72 X 67 X 80 X 76 X 80 X 125 X 94 X 45 X 125 X 80 X 72 X 89 X 80 X 76 X 94 X-9999 +USW00014922198306WSFG 134 X 108 X 180 X 118 X 82 X 149 X 82 X 139 X 67 X 149 X 149 X 159 X 175 X 154 X 139 X 98 X 82 X 108 X 118 X 118 X 164 X 154 X 62 X 159 X 113 X 108 X 129 X 113 X 108 X 149 X-9999 +USW00014922198306WT01-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00014922198306WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922198306WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198306WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198306WT16-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922198307TMAX 289 0 300 0 283 0 239 0 217 0 283 0 317 0 339 0 333 0 344 0 272 0 317 0 356 0 350 0 322 0 306 0 306 0 278 0 333 0 322 0 350 0 328 0 300 0 278 0 278 0 311 0 261 0 294 0 350 0 333 0 289 0 +USW00014922198307TMIN 183 0 189 0 178 0 150 0 128 0 122 0 189 0 228 0 228 0 206 0 194 0 156 0 194 0 244 0 233 0 211 0 194 0 194 0 206 0 189 0 261 0 228 0 217 0 178 0 178 0 172 0 211 0 211 0 217 0 206 0 194 0 +USW00014922198307PRCP 8 0 0 0 419 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 71 0 117 0 5 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 0 0 0 0 8 0 0 0 +USW00014922198307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198307ACMH 60 X 80 X 80 X 60 X 20 X 30 X 40 X 20 X 20 X 0 X 0 X 0 X 20 X 40 X 70 X 60 X 60 X 60 X 50 X 30 X 30 X 70 X 50 X 70 X 10 X 50 X 80 X 90 X 40 X 60 X 10 X +USW00014922198307ACSH 70 X 100 X 100 X 70 X 10 X 40 X 50 X 10 X 10 X 0 X 0 X 0 X 40 X 50 X 80 X 80 X 90 X 70 X 60 X 50 X 40 X 80 X 40 X 80 X 10 X 80 X 100 X 90 X 40 X 80 X 20 X +USW00014922198307PGTM 0542 X 1542 X 1206 X 1606 X 0312 X 2342 X 1300 X 0336 X 1318 X 1424 X 0848 X 1348 X 1618 X 1242 X 1536 X 1406 X 1406 X 1054 X 1524 X 1054 X 1054 X 1912 X 1248 X 1342 X 1112 X 1512 X 1130 X 1642 X 1300 X 1342 X 1642 X +USW00014922198307PSUN 81 X 76 X 28 X 86 X 99 X 94 X 91 X 87 X 92 X 100 X 99 X 100 X 92 X 85 X 68 X 65 X 56 X 67 X 61 X 99 X 99 X 81 X 90 X 85 X 100 X 95 X 40 X 61 X 87 X 83 X 99 X +USW00014922198307TSUN 756 X 708 X 264 X 798 X 918 X 876 X 846 X 810 X 852 X 924 X 912 X 924 X 846 X 786 X 618 X 594 X 516 X 606 X 558 X 900 X 900 X 726 X 810 X 768 X 900 X 858 X 354 X 546 X 774 X 738 X 876 X +USW00014922198307WDF1 250 X 180 X 260 X 250 X 10 X 180 X 190 X 210 X 140 X 180 X 320 X 250 X 180 X 180 X 170 X 280 X 260 X 160 X 350 X 360 X 240 X 310 X 320 X 70 X 90 X 190 X 160 X 170 X 350 X 210 X 310 X +USW00014922198307WDFG 270W X 180W X 270W X 315W X 360W X 180W X 180W X 225W X 135W X 180W X 315W X 225W X 180W X 180W X 180W X 270W X 270W X 135W X 360W X 360W X 225W X 315W X 315W X 360W X 45W X 180W X 180W X 180W X 360W X 360W X 315W X +USW00014922198307WSF1 72 X 116 X 125 X 98 X 67 X 80 X 112 X 80 X 58 X 80 X 80 X 63 X 80 X 76 X 76 X 80 X 72 X 80 X 183 X 103 X 76 X 58 X 94 X 58 X 45 X 72 X 67 X 58 X 63 X 76 X 103 X +USW00014922198307WSFG 87 X 159 X 206 X 154 X 103 X 113 X 154 X 123 X 82 X 123 X 118 X 98 X 113 X 108 X 149 X 123 X 108 X 123 X 283 X 129 X 103 X 98 X 129 X 77 X 82 X 103 X 98 X 62 X 103 X 129 X 149 X +USW00014922198307WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 +USW00014922198307WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X +USW00014922198307WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198307WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922198307WT16 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 +USW00014922198308TMAX 300 0 339 0 339 0 311 0 311 0 356 0 361 0 306 0 283 0 311 0 250 0 283 0 300 0 322 0 339 0 333 0 283 0 306 0 322 0 283 0 250 0 272 0 278 0 283 0 311 0 322 0 322 0 311 0 328 0 283 0 272 0 +USW00014922198308TMIN 161 0 172 0 239 0 217 0 200 0 217 0 183 0 206 0 161 0 200 0 172 0 139 0 167 0 167 0 189 0 211 0 194 0 200 0 194 0 167 0 206 0 183 0 167 0 194 0 206 0 217 0 222 0 211 0 206 0 206 0 161 0 +USW00014922198308PRCP 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 147 0 0 0 15 0 0 0 38 0 86 0 0 0 0 0 28 0 8 0 279 0 0T 0 0T 0 157 0 0T 0 0 0 +USW00014922198308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198308ACMH 10 X 50 X 40 X 0 X 50 X 20 X 0 X 10 X 70 X 70 X 40 X 20 X 50 X 20 X 50 X 70 X 90 X 60 X 50 X 40 X 100 X 50 X 70 X 90 X 40 X 70 X 60 X 40 X 80 X 60 X 0 X +USW00014922198308ACSH 10 X 70 X 30 X 0 X 70 X 20 X 0 X 10 X 90 X 80 X 60 X 30 X 70 X 30 X 70 X 80 X 90 X 80 X 50 X 40 X 100 X 20 X 80 X 100 X 30 X 60 X 60 X 50 X 70 X 70 X 0 X +USW00014922198308PGTM 1030 X 1700 X 0048 X 1600 X 1618 X 1124 X 1600 X 1400 X 2318 X 0742 X 0506 X 1230 X 0900 X 1054 X 1130 X 1406 X 0754 X 0854 X 0742 X 2336 X 0618 X 0300 X 1648 X 1536 X 1500 X 0506 X 0648 X 2354 X 0112 X 0100 X 1424 X +USW00014922198308PSUN 100 X 92 X 87 X 98 X 80 X 90 X 100 X 94 X 62 X 85 X 71 X 99 X 85 X 97 X 88 X 51 X 64 X 67 X 82 X 71 X 33 X 92 X 73 X 49 X 78 X 75 X 71 X 93 X 78 X 81 X 100 X +USW00014922198308TSUN 882 X 810 X 768 X 858 X 696 X 780 X 870 X 816 X 540 X 726 X 606 X 846 X 726 X 822 X 744 X 426 X 540 X 564 X 690 X 588 X 276 X 762 X 600 X 408 X 636 X 612 X 576 X 756 X 630 X 648 X 798 X +USW00014922198308WDF1 310 X 170 X 200 X 110 X 120 X 350 X 240 X 10 X 120 X 330 X 360 X 190 X 220 X 130 X 210 X 320 X 320 X 110 X 340 X 170 X 120 X 360 X 120 X 150 X 180 X 290 X 230 X 310 X 200 X 330 X 80 X +USW00014922198308WDFG 315W X 135W X 180W X 90W X 135W X 360W X 225W X 360W X 135W X 225W X 45W X 180W X 180W X 135W X 180W X 315W X 315W X 90W X 315W X 180W X 135W X 360W X 135W X 135W X 180W X 315W X 180W X 315W X 225W X 315W X 135W X +USW00014922198308WSF1 54 X 94 X 89 X 67 X 45 X 76 X 76 X 94 X 67 X 98 X 80 X 72 X 67 X 54 X 76 X 130 X 63 X 94 X 112 X 80 X 94 X 80 X 72 X 94 X 63 X 107 X 72 X 134 X 197 X 76 X 45 X +USW00014922198308WSFG 113 X 134 X 129 X 87 X 72 X 113 X 123 X 149 X 93 X 200 X 118 X 103 X 98 X 62 X 103 X 185 X 93 X 134 X 175 X 129 X 123 X 118 X 98 X 129 X 87 X 221 X 113 X 185 X 267 X 123 X 62 X +USW00014922198308WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922198308WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00014922198308WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198308WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922198309TMAX 300 0 333 0 272 0 244 0 244 0 228 0 250 0 339 0 289 0 278 0 194 0 189 0 189 0 183 0 128 0 161 0 211 0 194 0 128 0 106 0 106 0 94 0 156 0 217 0 256 0 278 0 294 0 272 0 211 0 261 0-9999 +USW00014922198309TMIN 167 0 206 0 211 0 200 0 178 0 133 0 111 0 172 0 217 0 122 0 89 0 100 0 83 0 78 0 117 0 122 0 89 0 100 0 89 0 72 0 56 0 28 0 -11 0 72 0 78 0 117 0 133 0 161 0 150 0 167 0-9999 +USW00014922198309PRCP 0 0 0 0 0T 0 165 0 8 0 0T 0 0 0 0 0 69 0 10 0 5 0 76 0 0 0 13 0 353 0 5 0 25 0 0 0 53 0 5 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 46 0 13 0-9999 +USW00014922198309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198309ACMH 20 X 10 X 70 X 100 X 90 X 40 X 20 X 50 X 30 X 50 X 50 X 60 X 40 X 70 X 100 X 100 X 80 X 40 X 90 X 100 X 100 X 80 X 0 X 40 X 40 X 0 X 30 X 70 X 100 X 90 X-9999 +USW00014922198309ACSH 30 X 20 X 90 X 100 X 90 X 50 X 30 X 60 X 20 X 80 X 50 X 60 X 50 X 80 X 100 X 100 X 80 X 10 X 100 X 100 X 100 X 90 X 0 X 30 X 40 X 10 X 30 X 60 X 100 X 90 X-9999 +USW00014922198309PGTM 1254 X 1654 X 0712 X 0418 X 0642 X 1430 X 2212 X 1318 X 0154 X 0454 X 2030 X 0312 X 1554 X 1954 X 1136 X 1012 X 1130 X 1200 X 2354 X 1548 X 1536 X 0806 X 1606 X 1036 X 1436 X 1318 X 1248 X 1218 X 0012 X 1348 X-9999 +USW00014922198309PSUN 93 X 97 X 46 X 11 X 52 X 64 X 97 X 90 X 100 X 69 X 79 X 81 X 86 X 62 X 0 X 17 X 63 X 96 X 2 X 50 X 33 X 29 X 100 X 95 X 92 X 100 X 92 X 88 X 10 X 61 X-9999 +USW00014922198309TSUN 744 X 768 X 360 X 84 X 408 X 504 X 756 X 696 X 774 X 534 X 606 X 618 X 654 X 474 X 0 X 126 X 468 X 720 X 12 X 372 X 246 X 210 X 726 X 690 X 666 X 720 X 660 X 630 X 72 X 432 X-9999 +USW00014922198309WDF1 190 X 180 X 210 X 320 X 10 X 280 X 190 X 170 X 330 X 330 X 60 X 30 X 310 X 150 X 130 X 350 X 120 X 310 X 320 X 300 X 280 X 320 X 180 X 180 X 190 X 180 X 190 X 180 X 210 X 170 X-9999 +USW00014922198309WDFG 180W X 180W X 180W X 270W X 360W X 270W X 135W X 180W X 180W X 225W X 45W X 45W X 315W X 135W X 90W X 360W X 135W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 135W X 225W X 180W X 180W X 225W X 180W X-9999 +USW00014922198309WSF1 80 X 76 X 67 X 45 X 63 X 130 X 63 X 134 X 103 X 112 X 89 X 112 X 54 X 67 X 89 X 63 X 116 X 94 X 94 X 112 X 89 X 94 X 76 X 98 X 45 X 45 X 94 X 80 X 58 X 89 X-9999 +USW00014922198309WSFG 129 X 103 X 108 X 67 X 87 X 200 X 93 X 185 X 123 X 175 X 118 X 144 X 77 X 82 X 123 X 108 X 170 X 123 X 144 X 164 X 139 X 129 X 108 X 144 X 67 X 72 X 134 X 129 X 93 X 118 X-9999 +USW00014922198309WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 +USW00014922198309WT03-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198309WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922198309WT16-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922198310TMAX 256 0 250 0 156 0 156 0 183 0 144 0 156 0 128 0 139 0 122 0 139 0 61 0 72 0 106 0 133 0 122 0 139 0 139 0 106 0 100 0 106 0 133 0 67 0 106 0 128 0 150 0 211 0 139 0 111 0 139 0 111 0 +USW00014922198310TMIN 156 0 156 0 117 0 100 0 67 0 28 0 78 0 28 0 11 0 78 0 33 0 -17 0 -17 0 33 0 56 0 61 0 -6 0 72 0 67 0 61 0 56 0 50 0 28 0 33 0 -6 0 39 0 39 0 11 0 -28 0 0 0 50 0 +USW00014922198310PRCP 0 0 0 0 0T 0 0T 0 0 0 0 0 18 0 0 0 0T 0 368 0 112 0 0T 0 0T 0 0 0 25 0 0 0 0 0 0T 0 69 0 69 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00014922198310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198310ACMH 80 X 100 X 100 X 100 X 20 X 50 X 100 X 20 X 30 X 100 X 100 X 60 X 100 X 70 X 90 X 70 X 40 X 100 X 100 X 100 X 100 X 80 X 90 X 80 X 20 X 10 X 10 X 0 X 0 X 50 X 100 X +USW00014922198310ACSH 70 X 100 X 100 X 90 X 20 X 30 X 100 X 0 X 30 X 100 X 100 X 60 X 100 X 50 X 100 X 70 X 20 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 50 X 10 X 10 X 10 X 0 X 60 X 100 X +USW00014922198310PGTM 1042 X 1424 X 1036 X 0800 X 1612 X 1212 X 2000 X 0012 X 1106 X 1324 X 0954 X 1624 X 2242 X 0154 X 0706 X 0924 X 1200 X 1206 X 1524 X 1042 X 2306 X 1706 X 1624 X 2212 X 2306 X 1254 X 1506 X 0912 X 1412 X 1300 X 1848 X +USW00014922198310PSUN 61 X 48 X 8 X 42 X 90 X 74 X 13 X 97 X 86 X 0 X 8 X 56 X 48 X 64 X 1 X 53 X 83 X 18 X 0 X 14 X 30 X 19 X 0 X 4 X 93 X 93 X 96 X 98 X 100 X 87 X 1 X +USW00014922198310TSUN 432 X 336 X 60 X 294 X 624 X 504 X 90 X 660 X 582 X 0 X 54 X 372 X 318 X 426 X 12 X 348 X 540 X 120 X 0 X 96 X 198 X 120 X 0 X 24 X 582 X 588 X 606 X 612 X 618 X 540 X 6 X +USW00014922198310WDF1 210 X 290 X 320 X 350 X 290 X 230 X 10 X 350 X 150 X 150 X 180 X 290 X 300 X 280 X 110 X 290 X 240 X 90 X 90 X 90 X 100 X 360 X 20 X 320 X 200 X 300 X 210 X 310 X 160 X 170 X 160 X +USW00014922198310WDFG 225W X 180W X 315W X 360W X 315W X 225W X 360W X 360W X 135W X 135W X 315W X 315W X 315W X 270W X 90W X 270W X 225W X 135W X 90W X 90W X 90W X 360W X 135W X 315W X 315W X 315W X 225W X 315W X 135W X 180W X 180W X +USW00014922198310WSF1 72 X 76 X 80 X 58 X 116 X 76 X 112 X 80 X 89 X 103 X 89 X 72 X 72 X 67 X 103 X 80 X 63 X 67 X 98 X 98 X 72 X 58 X 45 X 76 X 76 X 72 X 89 X 103 X 40 X 72 X 67 X +USW00014922198310WSFG 118 X 108 X 108 X 77 X 175 X 108 X 134 X 108 X 118 X 144 X 144 X 87 X 98 X 113 X 134 X 139 X 77 X 98 X 149 X 123 X 98 X 87 X 62 X 129 X 113 X 103 X 129 X 154 X 62 X 103 X 103 X +USW00014922198310WT01 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198310WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198310WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198310WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198310WT16-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198310WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198311TMAX 156 0 161 0 78 0 83 0 83 0 106 0 139 0 100 0 33 0 0 0 6 0 -6 0 17 0 33 0 44 0 33 0 50 0 67 0 100 0 100 0 33 0 -6 0 -11 0 -39 0 -11 0 -44 0 -11 0 -6 0 -39 0 -78 0-9999 +USW00014922198311TMIN 94 0 72 0 22 0 -22 0 0 0 39 0 22 0 22 0 -6 0 -17 0 -39 0 -50 0 -17 0 11 0 6 0 -28 0 -39 0 28 0 56 0 17 0 -11 0 -22 0 -56 0 -100 0 -111 0 -83 0 -50 0 -39 0 -94 0 -111 0-9999 +USW00014922198311PRCP 5 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 117 0 251 0 0 0 0 0 5 0 13 0 84 0 0 0 0 0 0T 0 0T 0 254 0 3 0 0 0 10 0 226 0 0T 0 0 0 0 0 102 0 150 0 28 0 5 0-9999 +USW00014922198311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 114 0 0 0 0 0 5 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 290 0 0T 0 0 0 0 0 124 0 185 0 38 0 8 0-9999 +USW00014922198311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 254 0 229 0 229 0 203 0 381 0 381 0 356 0-9999 +USW00014922198311ACMH 100 X 90 X 100 X 50 X 80 X 80 X 80 X 90 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 90 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 50 X 20 X 100 X 100 X 100 X 100 X 90 X-9999 +USW00014922198311ACSH 100 X 70 X 90 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 40 X 0 X 100 X 100 X 100 X 100 X 90 X-9999 +USW00014922198311PGTM 1136 X 2342 X 0106 X 1224 X 1806 X 0848 X 1512 X 1730 X 1612 X 1500 X 1512 X 1018 X 1506 X 2254 X 1812 X 0912 X 1612 X 2106 X 0906 X 1724 X 0218 X 1136 X 1542 X 0030 X 1424 X 1706 X 1936 X 0206 X 1530 X 1436 X-9999 +USW00014922198311PSUN 0 X 57 X 78 X 84 X 3 X 0 X 52 X 2 X 0 X 0 X 50 X 2 X 0 X 0 X 28 X 0 X 43 X 0 X 0 X 0 X 12 X 0 X 0 X 56 X 82 X 6 X 5 X 2 X 43 X 28 X-9999 +USW00014922198311TSUN 0 X 348 X 474 X 510 X 18 X 0 X 312 X 12 X 0 X 0 X 294 X 12 X 0 X 0 X 162 X 0 X 246 X 0 X 0 X 0 X 72 X 0 X 0 X 312 X 450 X 30 X 30 X 12 X 234 X 156 X-9999 +USW00014922198311WDF1 160 X 60 X 60 X 140 X 210 X 330 X 190 X 20 X 10 X 20 X 40 X 120 X 220 X 360 X 320 X 330 X 130 X 110 X 50 X 270 X 280 X 50 X 310 X 260 X 250 X 20 X 70 X 40 X 270 X 300 X-9999 +USW00014922198311WDFG 180W X 45W X 45W X 180W X 225W X 315W X 180W X 360W X 360W X 360W X 45W X 135W X 180W X 360W X 360W X 315W X 135W X 135W X 45W X 270W X 270W X 45W X 315W X 270W X 225W X 45W X 45W X 45W X 270W X 315W X-9999 +USW00014922198311WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 787 X 254 X 254 X 229 X 229 X 508 X 610 X 610 X-9999 +USW00014922198311WSF1 54 X 107 X 107 X 63 X 72 X 40 X 94 X 80 X 103 X 94 X 67 X 72 X 58 X 72 X 72 X 45 X 80 X 67 X 94 X 112 X 98 X 72 X 130 X 103 X 58 X 76 X 134 X 98 X 89 X 72 X-9999 +USW00014922198311WSFG 93 X 134 X 139 X 82 X 123 X 62 X 139 X 118 X 170 X 149 X 93 X 103 X 98 X 103 X 118 X 82 X 108 X 118 X 139 X 180 X 144 X 98 X 195 X 159 X 82 X 118 X 190 X 144 X 129 X 103 X-9999 +USW00014922198311WT01 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198311WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198311WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198311WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198311WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922198311WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922198311WT16 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198311WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00014922198312TMAX -89 0 -83 0 -61 0 -39 0 -61 0 -72 0 -89 0 -100 0 -106 0 -39 0 -11 0 -72 0 -22 0 -11 0 -67 0 -161 0 -200 0 -239 0 -239 0 -172 0 -117 0 -244 0 -272 0 -233 0 -172 0 -106 0 -106 0 -139 0 -167 0 -67 0 -44 0 +USW00014922198312TMIN -161 0 -194 0 -228 0 -117 0 -106 0 -144 0 -172 0 -200 0 -172 0 -128 0 -72 0 -167 0 -100 0 -67 0 -161 0 -239 0 -272 0 -311 0 -339 0 -300 0 -261 0 -289 0 -317 0 -317 0 -239 0 -172 0 -150 0 -206 0 -228 0 -211 0 -122 0 +USW00014922198312PRCP 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 5 0 0T 0 13 0 30 0 0 0 104 0 74 0 74 0 0T 0 0 0 0 0 0T 0 28 0 41 0 0 0 0 0 0 0 0T 0 3 0 18 0 0 0 0T 0 0 0 0 0 +USW00014922198312SNOW 3 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 10 0 0T 0 15 0 30 0 0 0 160 0 94 0 79 0 0T 0 0 0 0 0 0T 0 36 0 69 0 0 0 0 0 0 0 0T 0 3 0 36 0 0 0 0T 0 0 0 0 0 +USW00014922198312SNWD 356 0 305 0 305 0 305 0 279 0 254 0 254 0 254 0 254 0 254 0 279 0 279 0 254 0 381 0 406 0 483 0 483 0 483 0 457 0 457 0 533 0 508 0 508 0 508 0 508 0 508 0 406 0 406 0 406 0 406 0 381 0 +USW00014922198312ACMH 80 X 20 X 60 X 90 X 90 X 50 X 40 X 70 X 80 X 100 X 100 X 70 X 100 X 100 X 80 X 50 X 0 X 0 X 50 X 70 X 80 X 0 X 10 X 30 X 40 X 100 X 100 X 10 X 0 X 10 X 60 X +USW00014922198312ACSH 40 X 10 X 60 X 100 X 100 X 70 X 60 X 90 X 90 X 100 X 100 X 80 X 100 X 100 X 100 X 70 X 0 X 0 X 70 X 80 X 80 X 0 X 10 X 0 X 0 X 100 X 100 X 10 X 0 X 20 X 50 X +USW00014922198312PGTM 1142 X 1712 X 1418 X 1830 X 0936 X 1654 X 1942 X 2306 X 0106 X 2348 X 0130 X 0018 X 1518 X 1830 X 0618 X 0900 X 1518 X 1318 X 1912 X 1712 X 1918 X 1224 X 2342 X 0048 X 0948 X 1042 X 1048 X 1454 X 1530 X 1436 X 0148 X +USW00014922198312PSUN 70 X 66 X 37 X 9 X 27 X 34 X 44 X 16 X 24 X 0 X 0 X 36 X 0 X 0 X 1 X 50 X 100 X 100 X 67 X 18 X 0 X 100 X 100 X 81 X 89 X 1 X 0 X 73 X 100 X 100 X 58 X +USW00014922198312TSUN 378 X 354 X 198 X 48 X 150 X 186 X 240 X 90 X 126 X 0 X 0 X 192 X 0 X 0 X 6 X 264 X 528 X 528 X 354 X 96 X 0 X 528 X 528 X 426 X 468 X 6 X 0 X 390 X 528 X 528 X 306 X +USW00014922198312WDF1 220 X 220 X 140 X 10 X 360 X 230 X 230 X 20 X 360 X 100 X 110 X 320 X 80 X 360 X 350 X 230 X 230 X 310 X 10 X 10 X 280 X 250 X 300 X 320 X 290 X 230 X 230 X 310 X 250 X 200 X 200 X +USW00014922198312WDFG 225W X 270W X 135W X 360W X 360W X 225W X 270W X 360W X 360W X 90W X 90W X 315W X 90W X 360W X 360W X 315W X 225W X 315W X 360W X 45W X 270W X 270W X 315W X 270W X 315W X 225W X 225W X 315W X 225W X 180W X 225W X +USW00014922198312WESD 533 X 533 X 508 X 508 X 508 X 508 X 508 X 483 X 483 X 483 X 533 X 737 X 584 X 635 X 762 X 965 X 965 X 965 X 965 X 965 X 914 X 914 X 965 X 965 X 965 X 711 X 737 X 737 X 737 X 838 X 838 X +USW00014922198312WSF1 63 X 45 X 45 X 63 X 72 X 54 X 40 X 76 X 72 X 103 X 98 X 76 X 67 X 98 X 112 X 58 X 72 X 67 X 40 X 45 X 76 X 94 X 98 X 103 X 89 X 76 X 54 X 116 X 76 X 112 X 63 X +USW00014922198312WSFG 77 X 57 X 77 X 98 X 108 X 67 X 51 X 108 X 103 X 134 X 134 X 108 X 98 X 159 X 164 X 93 X 93 X 98 X 82 X 67 X 108 X 123 X 149 X 154 X 118 X 103 X 67 X 175 X 113 X 164 X 93 X +USW00014922198312WT01-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 +USW00014922198312WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198312WT08-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198312WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198312WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198312WT18 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00014922198401TMAX -39 0 -56 0 50 0 22 0 61 0 11 0 22 0 -67 0 -61 0 -156 0 -122 0 -83 0 -72 0 -83 0 -106 0 -106 0 -167 0 -211 0 -178 0 -244 0 -133 0 -61 0 -11 0 28 0 -6 0 -50 0 -61 0 17 0 -78 0 -83 0 -33 0 +USW00014922198401TMIN -133 0 -111 0 -78 0 -61 0 -28 0 -33 0 -67 0 -117 0 -156 0 -244 0 -189 0 -128 0 -106 0 -178 0 -217 0 -183 0 -267 0 -317 0 -283 0 -317 0 -272 0 -194 0 -139 0 -106 0 -78 0 -111 0 -206 0 -83 0 -172 0 -144 0 -139 0 +USW00014922198401PRCP 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 28 0 5 0 0 0 58 0 64 0 0T 0 0T 0 0T 0 8 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 8 0 10 0 18 0 25 0 0T 0 0 0 0 0 +USW00014922198401SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 13 0 0 0 76 0 76 0 0T 0 0T 0 0T 0 15 0 0T 0 0 0 0T 0 0 0 0 0 0 0 3 0 0T 0 15 0 10 0 15 0 23 0 0T 0 0 0 0 0 +USW00014922198401SNWD 381 0 381 0 330 0 330 0 330 0 330 0 305 0 305 0 330 0 330 0 356 0 457 0 483 0 432 0 432 0 457 0 457 0 457 0 457 0 457 0 432 0 406 0 406 0 406 0 381 0 406 0 406 0 432 0 432 0 432 0 432 0 +USW00014922198401ACMH 90 X 60 X 70 X 20 X 70 X 80 X 60 X 80 X 80 X 40 X 100 X 100 X 100 X 20 X 80 X 40 X 30 X 0 X 20 X 10 X 50 X 70 X 90 X 60 X 90 X 90 X 60 X 90 X 70 X 60 X 60 X +USW00014922198401ACSH 70 X 60 X 40 X 10 X 90 X 100 X 50 X 100 X 100 X 30 X 100 X 100 X 100 X 0 X 80 X 30 X 20 X 0 X 60 X 0 X 20 X 90 X 100 X 100 X 100 X 100 X 60 X 70 X 100 X 40 X 80 X +USW00014922198401AWND 20 X 36 X 68 X 46 X 60 X 30 X 46 X 43 X 42 X 31 X 62 X 43 X 43 X 30 X 34 X 59 X 42 X 42 X 59 X 42 X 43 X 34 X 39 X 49 X 47 X 56 X 53 X 85 X 37 X 53 X 34 X +USW00014922198401FMTM 1951 X 1350 X 0552 X 1252 X 2151 X 0000 X 2150 X 0350 X 2127 X 0054 X 1712 X 1404 X 1551 X 0253 X 2252 X 0324 X 1550 X 1550 X 1953 X 0050 X 0750 X 1154 X 2237 X 1253 X 0000 X 2251 X 0000 X 1053 X 1825 X 0953 X 1553 X +USW00014922198401PGTM 2212 X 2333 X 0842 X 1323 X 1528 X 0043 X 2147 X 0437 X 2131 X 0009 X 1928 X 1417 X 1423 X 0250 X 2008 X 0324 X 1554 X 1557 X 2016 X 0107 X 0718 X 1132 X 2137 X 1225 X 0011 X 2056 X 0042 X 0810 X 1819 X 0504 X 1123 X +USW00014922198401TSUN 206 X 328 X 420 X 515 X 202 X 4 X 247 X 0 X 201 X 419 X 4 X 0 X 28 X 547 X 271 X 452 X 358 X 555 X 416 X 404 X 375 X 61 X 0 X 83 X 44 X 0 X 303 X 322 X 0 X 462 X 152 X +USW00014922198401WDF1 260 X 230 X 230 X 310 X 300 X 310 X 320 X 330 X 10 X 350 X 110 X 80 X 10 X 10 X 200 X 230 X 260 X 240 X 310 X 320 X 200 X 150 X 220 X 230 X 270 X 310 X 320 X 310 X 360 X 340 X 250 X +USW00014922198401WDFG 315W X 180W X 225W X 315W X 270W X 315W X 315W X 315W X 360W X 360W X 90W X 90W X 360W X 360W X 225W X 225W X 270W X 225W X 315W X 315W X 180W X 135W X 180W X 225W X 315W X 315W X 315W X 315W X 360W X 315W X 360W X +USW00014922198401WESD 838 X 711 X 711 X 787 X 762 X 762 X 762 X 762 X 787 X 737 X 762 X 864 X 686 X 686 X 686 X 686 X 686 X 686 X 686 X 686 X 889 X 889 X 889 X 813 X 787 X 813 X 813 X 838 X 838 X 838 X 838 X +USW00014922198401WSF1 40 X 54 X 103 X 80 X 76 X 67 X 103 X 72 X 107 X 94 X 89 X 63 X 58 X 67 X 76 X 98 X 76 X 76 X 94 X 72 X 80 X 58 X 76 X 89 X 76 X 112 X 94 X 130 X 76 X 80 X 63 X +USW00014922198401WSFG 62 X 98 X 144 X 118 X 118 X 93 X 134 X 113 X 149 X 134 X 113 X 77 X 123 X 93 X 108 X 134 X 98 X 87 X 139 X 103 X 113 X 77 X 98 X 118 X 118 X 159 X 134 X 195 X 129 X 118 X 98 X +USW00014922198401WT01 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198401WT02-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198401WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198401WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922198401WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198401WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922198401WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922198401WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922198401WT18 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922198402TMAX 22 0 11 0 22 0 -22 0 -94 0 -144 0 -89 0 -33 0 39 0 6 0 22 0 44 0 17 0 44 0 78 0 50 0 22 0 22 0 17 0 50 0 56 0 67 0 28 0 50 0 -6 0 0 0 11 0 0 0 -6 0-9999 -9999 +USW00014922198402TMIN -133 0 -33 0 -39 0 -94 0 -222 0 -239 0 -211 0 -161 0 -106 0 -72 0 6 0 11 0 6 0 -6 0 28 0 17 0 6 0 6 0 -33 0 -39 0 -50 0 -28 0 0 0 -50 0 -22 0 -67 0 -89 0 -50 0 -89 0-9999 -9999 +USW00014922198402PRCP 0 0 0T 0 10 0 20 0 13 0 0 0 0 0 0 0 0 0 0 0 46 0 107 0 0T 0 0T 0 0 0 13 0 5 0 132 0 41 0 0 0 0 0 0 0 0T 0 0 0 30 0 0T 0 0 0 0T 0 0 0-9999 -9999 +USW00014922198402SNOW 0 0 3 0 13 0 30 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 81 0 33 0 0 0 0 0 0 0 0T 0 0 0 51 0 0T 0 0 0 0T 0 0 0-9999 -9999 +USW00014922198402SNWD 406 0 406 0 406 0 406 0 457 0 457 0 406 0 381 0 381 0 381 0 381 0 305 0 279 0 254 0 152 0 152 0 127 0 127 0 178 0 127 0 127 0 102 0 76 0 25 0 25 0 25 0 25 0 25 0 25 0-9999 -9999 +USW00014922198402ACMH 50 X 100 X 90 X 90 X 30 X 20 X 50 X 0 X 0 X 80 X 100 X 100 X 100 X 90 X 90 X 100 X 100 X 100 X 60 X 30 X 70 X 40 X 100 X 40 X 100 X 30 X 60 X 40 X 30 X-9999 -9999 +USW00014922198402ACSH 40 X 100 X 90 X 80 X 0 X 0 X 50 X 0 X 10 X 100 X 100 X 100 X 100 X 90 X 90 X 100 X 100 X 100 X 70 X 50 X 100 X 70 X 100 X 30 X 100 X 20 X 90 X 60 X 10 X-9999 -9999 +USW00014922198402AWND 25 X 63 X 69 X 76 X 87 X 24 X 19 X 29 X 31 X 38 X 48 X 48 X 53 X 42 X 54 X 41 X 26 X 51 X 77 X 43 X 35 X 43 X 61 X 36 X 47 X 53 X 52 X 77 X 46 X-9999 -9999 +USW00014922198402FMTM 2155 X 2151 X 2153 X 2351 X 0353 X 1952 X 1650 X 1852 X 1653 X 2221 X 1549 X 1353 X 1249 X 0753 X 0754 X 0150 X 1554 X 2353 X 0052 X 1350 X 1555 X 1653 X 0341 X 1451 X 0941 X 0251 X 2152 X 1450 X 1153 X-9999 -9999 +USW00014922198402PGTM 2352 X 2204 X 1932 X 2357 X 0350 X 1609 X 1218 X 1854 X 1534 X 2320 X 1633 X 0158 X 1123 X 0032 X 0809 X 0147 X 1412 X 2355 X 0447 X 1400 X 1818 X 1955 X 0347 X 1512 X 0931 X 1530 X 1612 X 1345 X 0903 X-9999 -9999 +USW00014922198402TSUN 455 X 0 X 200 X 276 X 586 X 532 X 390 X 544 X 528 X 0 X 0 X 0 X 0 X 213 X 166 X 0 X 0 X 0 X 364 X 503 X 332 X 539 X 0 X 598 X 80 X 572 X 510 X 263 X 611 X-9999 -9999 +USW00014922198402WDF1 120 X 300 X 320 X 360 X 340 X 220 X 130 X 180 X 160 X 180 X 120 X 100 X 200 X 230 X 110 X 120 X 270 X 20 X 20 X 310 X 210 X 190 X 300 X 260 X 70 X 60 X 20 X 10 X 10 X-9999 -9999 +USW00014922198402WDFG 90W X 315W X 315W X 360W X 360W X 225W X 135W X 180W X 180W X 180W X 90W X 90W X 180W X 225W X 135W X 135W X 270W X 360W X 360W X 315W X 180W X 180W X 270W X 270W X 90W X 90W X 360W X 360W X 360W X-9999 -9999 +USW00014922198402WESD 813 X 838 X 838 X 838 X 838 X 864 X 864 X 864 X 813 X 813 X-9999 965 X 864 X 584 X 533 X 432 X 432 X 432 X 559 X 559 X 279 X 254 X-9999 -9999 127 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198402WSF1 72 X 89 X 103 X 134 X 156 X 40 X 36 X 40 X 54 X 63 X 67 X 76 X 72 X 80 X 80 X 72 X 45 X 94 X 116 X 72 X 72 X 67 X 94 X 58 X 80 X 76 X 80 X 103 X 67 X-9999 -9999 +USW00014922198402WSFG 103 X 144 X 154 X 185 X 216 X 51 X 51 X 57 X 87 X 103 X 103 X 118 X 118 X 118 X 113 X 93 X 67 X 123 X 154 X 93 X 103 X 108 X 129 X 82 X 103 X 108 X 139 X 164 X 103 X-9999 -9999 +USW00014922198402WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198402WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198402WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198402WT08 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198402WT09-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198402WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198402WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198402WT18-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00014922198403TMAX 0 0 -6 0 11 0 -11 0 -17 0 -111 0 -89 0 -78 0 -89 0 -11 0 -133 0 -72 0 -17 0 11 0 28 0 -28 0 -22 0 0 0 0 0 33 0 39 0 50 0 61 0 89 0 89 0 83 0 50 0 78 0 17 0 83 0 100 0 +USW00014922198403TMIN -67 0 -106 0 -100 0 -39 0 -156 0 -183 0 -194 0 -167 0 -222 0 -206 0 -194 0 -156 0 -72 0 -22 0 -56 0 -94 0 -78 0 -89 0 -72 0 -28 0 -6 0 -22 0 -56 0 -22 0 -33 0 -6 0 -6 0 -22 0 -33 0 -61 0 -56 0 +USW00014922198403PRCP 0 0 0 0 0 0 203 0 23 0 0 0 33 0 8 0 0 0 0T 0 0 0 23 0 18 0 13 0 13 0 0 0 0T 0 0 0 0 0 0T 0 36 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 +USW00014922198403SNOW 0 0 0 0 0 0 244 0 25 0 0 0 51 0 18 0 0 0 0T 0 0 0 41 0 20 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 36 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 +USW00014922198403SNWD 25 0 0T 0 0T 0 0T 0 229 0 229 0 178 0 254 0 203 0 203 0 178 0 178 0 229 0 203 0 203 0 152 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 76 0 51 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 +USW00014922198403ACMH 50 X 10 X 50 X 100 X 70 X 20 X 90 X 40 X 20 X 60 X 50 X 100 X 100 X 100 X 90 X 90 X 90 X 70 X 100 X 100 X 90 X 10 X 30 X 70 X 40 X 90 X 100 X 60 X 70 X 30 X 10 X +USW00014922198403ACSH 60 X 10 X 60 X 100 X 80 X 0 X 90 X 40 X 30 X 80 X 50 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 100 X 100 X 100 X 10 X 30 X 60 X 50 X 100 X 100 X 60 X 100 X 30 X 10 X +USW00014922198403AWND 38 X 25 X 35 X 62 X 74 X 37 X 66 X 42 X 38 X 80 X 41 X 53 X 41 X 80 X 59 X 79 X 64 X 36 X 38 X 67 X 96 X 64 X 30 X 17 X 30 X 65 X 59 X 73 X 62 X 42 X 25 X +USW00014922198403FMTM 1453 X 1454 X 2351 X 1531 X 1150 X 0650 X 2052 X 0052 X 1550 X 1753 X 0553 X 1451 X 1220 X 1553 X 1752 X 2050 X 0650 X 1352 X 1254 X 1950 X 2052 X 0950 X 1451 X 1653 X 1650 X 1250 X 1251 X 1550 X 1350 X 0951 X 1354 X +USW00014922198403PGTM 2207 X 1608 X 2312 X 2208 X 1016 X 0914 X 1956 X 0904 X 1547 X 1616 X 0426 X 1510 X 0934 X 1533 X 1815 X 1038 X 0932 X 1353 X 1916 X 1853 X 1059 X 0600 X 1517 X 1725 X 1133 X 1329 X 1239 X 1725 X 1137 X 0908 X 1453 X +USW00014922198403TSUN 435 X 660 X 456 X 59 X 474 X 684 X 397 X 609 X 641 X 567 X 659 X 0 X 277 X 230 X 7 X 537 X 301 X 687 X 154 X 27 X 28 X 675 X 738 X 550 X 651 X 603 X 0 X 690 X 59 X 631 X 720 X +USW00014922198403WDF1 50 X 20 X 110 X 70 X 310 X 10 X 60 X 20 X 290 X 320 X 340 X 120 X 180 X 150 X 350 X 70 X 100 X 60 X 70 X 340 X 350 X 340 X 200 X 100 X 100 X 120 X 80 X 30 X 30 X 330 X 320 X +USW00014922198403WDFG 45W X 45W X 135W X 360W X 315W X 360W X 45W X 360W X 270W X 315W X 315W X 135W X 180W X 135W X 360W X 45W X 90W X 45W X 360W X 360W X 360W X 315W X 225W X 135W X 135W X 135W X 90W X 360W X 360W X 315W X 315W X +USW00014922198403WESD-9999 -9999 -9999 76 X 229 X 229 X 229 X 330 X 330 X 330 X 330 X 356 X 381 X 356 X 330 X 254 X 254 X 229 X 229 X 229 X 254 X 279 X 203 X 152 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198403WSF1 58 X 40 X 67 X 89 X 116 X 63 X 103 X 80 X 63 X 139 X 80 X 72 X 63 X 130 X 103 X 98 X 94 X 63 X 63 X 98 X 125 X 94 X 67 X 54 X 54 X 94 X 80 X 112 X 80 X 80 X 54 X +USW00014922198403WSFG 87 X 77 X 77 X 123 X 159 X 103 X 139 X 123 X 108 X 190 X 118 X 98 X 82 X 190 X 154 X 129 X 129 X 87 X 108 X 154 X 180 X 154 X 118 X 72 X 77 X 129 X 108 X 175 X 134 X 144 X 82 X +USW00014922198403WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00014922198403WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198403WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198403WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198403WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198403WT09-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198403WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922198403WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198403WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198403WT18-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198404TMAX 100 0 128 0 100 0 128 0 144 0 150 0 128 0 122 0 133 0 128 0 117 0 89 0 94 0 117 0 172 0 156 0 150 0 139 0 144 0 167 0 161 0 128 0 189 0 200 0 172 0 261 0 194 0 106 0 78 0 61 0-9999 +USW00014922198404TMIN -22 0 -28 0 33 0 0 0 -17 0 -28 0 22 0 56 0 61 0 83 0 56 0 44 0 50 0 44 0 50 0 61 0 17 0 17 0 17 0 33 0 72 0 67 0 33 0 17 0 22 0 94 0 28 0 6 0 0 0 -6 0-9999 +USW00014922198404PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 30 0 142 0 58 0 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 48 0 254 0 3 0 307 0 107 0-9999 +USW00014922198404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 168 0 79 0-9999 +USW00014922198404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 102 0-9999 +USW00014922198404ACMH 40 X 30 X 100 X 50 X 0 X 20 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 10 X 0 X 30 X 40 X 10 X 90 X 100 X 80 X 20 X 80 X 90 X 80 X 60 X 80 X 80 X-9999 +USW00014922198404ACSH 50 X 20 X 100 X 70 X 0 X 20 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 50 X 0 X 0 X 50 X 60 X 10 X 100 X 100 X 70 X 30 X 100 X 80 X 80 X 70 X 100 X 90 X-9999 +USW00014922198404AWND 37 X 38 X 72 X 58 X 49 X 36 X 65 X 69 X 78 X 52 X 74 X 83 X 69 X 77 X 73 X 82 X 75 X 57 X 40 X 34 X 91 X 76 X 54 X 49 X 38 X 84 X 117 X 100 X 62 X 88 X-9999 +USW00014922198404FMTM 1555 X 1750 X 1354 X 1153 X 1552 X 2053 X 1451 X 2350 X 0000 X 2350 X 2255 X 0353 X 2256 X 1650 X 1551 X 1455 X 1353 X 1552 X 1752 X 1549 X-9999 1251 X 1551 X 1551 X 2327 X 2032 X 1352 X 0553 X 1554 X 0553 X-9999 +USW00014922198404PGTM 1601 X 1611 X 1215 X 1159 X 1602 X 1236 X 1514 X 1417 X 1953 X 2353 X 2250 X 0347 X 1813 X 0930 X 1239 X 1528 X 1303 X 1231 X 1627 X 1623 X 1527 X 1514 X 1439 X 1552 X 2328 X 2027 X 1418 X 0205 X 1552 X 0605 X-9999 +USW00014922198404TSUN 556 X 728 X 470 X 764 X 779 X 736 X 559 X 253 X 219 X 179 X 0 X 5 X 43 X 261 X 675 X 790 X 804 X 620 X 694 X 786 X 628 X 364 X 636 X 766 X 614 X 585 X 494 X 600 X 102 X 643 X-9999 +USW00014922198404WDF1 280 X 70 X 80 X 20 X 360 X 80 X 120 X 120 X 120 X 140 X 110 X 100 X 360 X 10 X 10 X 20 X 20 X 70 X 110 X 100 X 90 X 50 X 350 X 300 X 100 X 170 X 190 X 240 X 40 X 320 X-9999 +USW00014922198404WDFG 270W X 90W X 90W X 360W X 360W X 360W X 135W X 135W X 90W X 135W X 90W X 90W X 360W X 360W X 360W X 360W X 360W X 45W X 90W X 90W X 90W X 45W X 360W X 315W X 90W X 180W X 225W X 225W X 45W X 315W X-9999 +USW00014922198404WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 254 X-9999 +USW00014922198404WSF1 63 X 80 X 112 X 98 X 98 X 72 X 98 X 107 X 107 X 72 X 103 X 130 X 89 X 98 X 112 X 125 X 107 X 76 X 63 X 72 X 107 X 103 X 89 X 134 X 80 X 179 X 183 X 143 X 134 X 134 X-9999 +USW00014922198404WSFG 93 X 129 X 149 X 129 X 144 X 108 X 129 X 139 X 134 X 113 X 144 X 170 X 149 X 154 X 175 X 185 X 164 X 129 X 103 X 113 X 170 X 170 X 129 X 170 X 123 X 231 X 272 X 236 X 195 X 190 X-9999 +USW00014922198404WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922198404WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00014922198404WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198404WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00014922198404WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922198405TMAX 117 0 128 0 150 0 150 0 167 0 200 0 111 0 100 0 167 0 217 0 206 0 172 0 144 0 194 0 200 0 178 0 256 0 256 0 239 0 239 0 256 0 222 0 217 0 222 0 172 0 167 0 150 0 167 0 200 0 233 0 306 0 +USW00014922198405TMIN 6 0 22 0 78 0 56 0 67 0 83 0 50 0 22 0 44 0 78 0 89 0 56 0 67 0 39 0 72 0 83 0 139 0 100 0 128 0 89 0 156 0 122 0 78 0 144 0 100 0 56 0 78 0 56 0 33 0 56 0 122 0 +USW00014922198405PRCP 0 0 0 0 0 0 5 0 0T 0 79 0 99 0 0T 0 0 0 0 0 0 0 97 0 43 0 0 0 0 0 191 0 0T 0 0 0 0 0 0 0 43 0 3 0 0 0 18 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198405SNWD 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198405ACMH 20 X 90 X 90 X 100 X 80 X 100 X 100 X 70 X 50 X 80 X 40 X 60 X 60 X 30 X 40 X 60 X 60 X 90 X 80 X 60 X 100 X 60 X 30 X 100 X 90 X 60 X 90 X 30 X 10 X 10 X 20 X +USW00014922198405ACSH 30 X 90 X 80 X 90 X 80 X 100 X 100 X 70 X 20 X 80 X 30 X 60 X 70 X 30 X 40 X 70 X 80 X 90 X 100 X 50 X 100 X 60 X 10 X 90 X 90 X 50 X 100 X 20 X 10 X 10 X 20 X +USW00014922198405AWND 61 X 29 X 32 X 39 X 48 X 54 X 92 X 108 X 50 X 54 X 76 X 45 X 44 X 32 X 51 X 68 X 59 X 43 X 34 X 35 X 58 X 63 X 53 X 72 X 62 X 42 X 33 X 63 X 31 X 42 X 76 X +USW00014922198405FMTM 1350 X 1351 X 1251 X 1213 X 1354 X 1453 X 0952 X 0855 X 0254 X 1152 X 1752 X 2355 X 0000 X 1053 X 0952 X 1354 X 0954 X 1355 X 2050 X 1854 X 1152 X 1553 X 2252 X 0450 X 1652 X 1450 X 1453 X 1651 X 1252 X 1750 X 1454 X +USW00014922198405PGTM 1044 X 1559 X 1203 X 1837 X 1154 X 1238 X 0920 X 1322 X 0310 X 1201 X 1729 X 2137 X 0104 X 1346 X 1530 X 0615 X 0810 X 1337 X 1327 X 2130 X 1053 X 1811 X 1518 X 0417 X 2142 X 1404 X 1503 X 1351 X 1202 X 1323 X 1325 X +USW00014922198405TSUN 797 X 531 X 538 X 544 X 622 X 398 X 260 X 630 X 876 X 700 X 792 X 656 X 511 X 840 X 827 X 384 X 667 X 765 X 756 X 807 X 297 X 697 X 850 X 390 X 675 X 795 X 494 X 788 X 828 X 889 X 771 X +USW00014922198405WDF1 260 X 120 X 90 X 230 X 260 X 150 X 320 X 310 X 320 X 180 X 310 X 10 X 10 X 310 X 110 X 150 X 220 X 220 X 10 X 120 X 210 X 310 X 170 X 190 X 310 X 280 X 150 X 20 X 350 X 210 X 190 X +USW00014922198405WDFG 315W X 180W X 90W X 225W X 270W X 180W X 315W X 315W X 315W X 180W X 315W X 360W X 135W X 360W X 135W X 180W X 225W X 225W X 315W X 135W X 225W X 270W X 225W X 180W X 315W X 315W X 135W X 360W X 360W X 225W X 180W X +USW00014922198405WSF1 103 X 58 X 58 X 103 X 76 X 103 X 139 X 148 X 103 X 89 X 130 X 103 X 103 X 67 X 76 X 112 X 98 X 80 X 54 X 67 X 94 X 103 X 72 X 116 X 94 X 72 X 54 X 103 X 76 X 76 X 107 X +USW00014922198405WSFG 164 X 72 X 87 X 149 X 123 X 154 X 185 X 221 X 144 X 129 X 211 X 134 X 139 X 123 X 118 X 175 X 149 X 103 X 108 X 98 X 139 X 180 X 108 X 175 X 134 X 118 X 103 X 139 X 118 X 118 X 159 X +USW00014922198405WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198405WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198405WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198406TMAX 289 0 250 0 283 0 228 0 294 0 317 0 289 0 239 0 250 0 194 0 189 0 278 0 239 0 222 0 244 0 211 0 267 0 261 0 261 0 278 0 261 0 278 0 250 0 256 0 289 0 322 0 267 0 272 0 261 0 267 0-9999 +USW00014922198406TMIN 167 0 144 0 106 0 150 0 183 0 211 0 178 0 167 0 150 0 139 0 133 0 178 0 156 0 139 0 167 0 167 0 194 0 156 0 122 0 178 0 189 0 178 0 161 0 139 0 128 0 189 0 172 0 150 0 133 0 144 0-9999 +USW00014922198406PRCP 33 0 0T 0 0 0 457 0 81 0 0T 0 739 0 8 0 145 0 3 0 117 0 130 0 0 0 46 0 0 0 132 0 41 0 0 0 0T 0 0T 0 0T 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198406ACMH 90 X 30 X 10 X 100 X 80 X 70 X 70 X 60 X 100 X 90 X 100 X 80 X 60 X 90 X 90 X 100 X 100 X 20 X 60 X 60 X 90 X 70 X 60 X 0 X 30 X 40 X 10 X 40 X 10 X 0 X-9999 +USW00014922198406ACSH 90 X 20 X 0 X 100 X 80 X 80 X 80 X 50 X 100 X 90 X 100 X 70 X 50 X 100 X 90 X 100 X 100 X 0 X 70 X 70 X 100 X 80 X 70 X 10 X 20 X 40 X 20 X 50 X 20 X 0 X-9999 +USW00014922198406AWND 54 X 65 X 45 X 60 X 48 X 72 X 53 X 84 X 41 X 72 X 54 X 56 X 51 X 36 X 67 X 49 X 27 X 59 X 41 X 58 X 58 X 39 X 57 X 63 X 41 X 77 X 66 X 34 X 46 X 38 X-9999 +USW00014922198406FMTM 1818 X 1455 X 1150 X 2357 X 0013 X 1653 X 1515 X 1249 X 1918 X 0951 X 1653 X 1552 X 0753 X 1855 X 1453 X 0150 X 1851 X 1254 X 1555 X 1450 X 1553 X 1426 X 1854 X 1450 X 2352 X 1752 X 0755 X 2351 X 1650 X 1552 X-9999 +USW00014922198406PGTM 1815 X 1342 X 1408 X 2359 X 0003 X 1453 X 1508 X 1002 X 1723 X 1217 X 1648 X 1627 X 1054 X 1528 X 1629 X 0207 X 1928 X 1027 X 1527 X 1516 X 1638 X 1428 X 1843 X 1455 X 1036 X 1714 X 0003 X 1800 X 1803 X 1346 X-9999 +USW00014922198406TSUN 614 X 711 X 828 X 259 X 701 X 672 X 487 X 784 X 548 X 520 X 433 X 543 X 727 X 392 X 699 X 108 X 399 X 837 X 736 X 587 X 645 X 487 X 736 X 853 X 881 X 800 X 933 X 834 X 931 X 934 X-9999 +USW00014922198406WDF1 320 X 300 X 200 X 190 X 180 X 190 X 320 X 250 X 110 X 300 X 150 X 240 X 310 X 60 X 160 X 170 X 340 X 320 X 40 X 120 X 120 X 330 X 300 X 310 X 190 X 320 X 320 X 70 X 60 X 120 X-9999 +USW00014922198406WDFG 315W X 315W X 180W X 180W X 180W X 180W X 270W X 225W X 135W X 315W X 135W X 270W X 315W X 135W X 180W X 180W X 270W X 315W X 45W X 135W X 135W X 315W X 315W X 315W X 180W X 315W X 315W X 360W X 45W X 135W X-9999 +USW00014922198406WSF1 94 X 98 X 72 X 103 X 98 X 139 X 156 X 134 X 80 X 107 X 107 X 76 X 89 X 63 X 98 X 67 X 63 X 107 X 76 X 89 X 76 X 130 X 116 X 107 X 76 X 134 X 94 X 67 X 67 X 72 X-9999 +USW00014922198406WSFG 129 X 149 X 123 X 139 X 175 X 195 X 221 X 180 X 113 X 154 X 139 X 123 X 123 X 154 X 149 X 113 X 118 X 149 X 134 X 113 X 108 X 180 X 175 X 159 X 103 X 221 X 159 X 103 X 108 X 98 X-9999 +USW00014922198406WT01-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198406WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198406WT03 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198406WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198406WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198406WT16 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198407TMAX 278 0 311 0 311 0 289 0 272 0 211 0 244 0 250 0 300 0 244 0 300 0 322 0 317 0 294 0 267 0 283 0 239 0 261 0 283 0 289 0 322 0 344 0 283 0 278 0 283 0 267 0 250 0 267 0 278 0 283 0 289 0 +USW00014922198407TMIN 156 0 206 0 189 0 178 0 156 0 128 0 89 0 172 0 189 0 167 0 133 0 172 0 211 0 178 0 156 0 133 0 133 0 111 0 167 0 172 0 167 0 250 0 172 0 194 0 189 0 167 0 161 0 133 0 150 0 167 0 194 0 +USW00014922198407PRCP 0 0 0 0 0T 0 0T 0 15 0 0 0 0 0 0T 0 20 0 292 0 0 0 0 0 0 0 46 0 0 0 284 0 0 0 0 0 0 0 0 0 5 0 0T 0 48 0 0T 0 36 0 3 0 0 0 0 0 0 0 0 0 20 0 +USW00014922198407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198407ACMH 70 X 70 X 80 X 70 X 70 X 20 X 30 X 90 X 80 X 70 X 10 X 20 X 50 X 70 X 10 X 50 X 30 X 0 X 60 X 0 X 40 X 60 X 70 X 90 X 80 X 50 X 40 X 30 X 40 X 70 X 80 X +USW00014922198407ACSH 90 X 60 X 70 X 60 X 70 X 30 X 40 X 100 X 90 X 90 X 10 X 20 X 50 X 80 X 10 X 60 X 40 X 0 X 80 X 0 X 50 X 60 X 70 X 80 X 70 X 40 X 60 X 40 X 60 X 80 X 70 X +USW00014922198407AWND 42 X 75 X 40 X 46 X 54 X 59 X 34 X 62 X 41 X 45 X 40 X 33 X 57 X 59 X 60 X 38 X 65 X 31 X 35 X 38 X 62 X 63 X 55 X 36 X 31 X 50 X 37 X 26 X 52 X 69 X 62 X +USW00014922198407FMTM 1350 X 1352 X 1550 X 1553 X 1954 X 1349 X 1650 X 1251 X 1753 X 1253 X 1653 X 1555 X 1653 X 1316 X 1152 X 1521 X 1054 X 1850 X 1453 X 0951 X 1353 X 0654 X 0728 X 1553 X 1552 X 1951 X 1451 X 1556 X 1552 X 1352 X 1653 X +USW00014922198407PGTM 1313 X 1554 X 1547 X 1458 X 2101 X 1401 X 1630 X 0709 X 1742 X 1253 X 1438 X 2319 X 2305 X 1316 X 1218 X 2211 X-9999 1847 X 0316 X 0916 X 1258 X 1430 X 0727 X 1315 X 1802 X 1946 X 1413 X 1226 X 1550 X 1252 X 1108 X +USW00014922198407TSUN 799 X 822 X 659 X 819 X 822 X 900 X 836 X 525 X 405 X 478 X 910 X 856 X 786 X 557 X 840 X 629 X 892 X 912 X 764 X 908 X 691 X 647 X 519 X 707 X 592 X 759 X 814 X 836 X 831 X 718 X 546 X +USW00014922198407WDF1 210 X 200 X 340 X 310 X 330 X 350 X 160 X 170 X 350 X 30 X 270 X 210 X 180 X 320 X 300 X 300 X 320 X 200 X 190 X 50 X 140 X 190 X 330 X 80 X 220 X 50 X 70 X 130 X 170 X 190 X 210 X +USW00014922198407WDFG 180W X 225W X 360W X 315W X 315W X 360W X 135W X 180W X 360W X 45W X 270W X 180W X 135W X 315W X 315W X 360W X 315W X 180W X 225W X 45W X 135W X 180W X 360W X 360W X 360W X 45W X 90W X 135W X 180W X 180W X 180W X +USW00014922198407WSF1 72 X 107 X 76 X 72 X 98 X 89 X 63 X 76 X 134 X 76 X 72 X 67 X 80 X 130 X 116 X 112 X 112 X 72 X 58 X 58 X 98 X 94 X 130 X 58 X 67 X 98 X 63 X 40 X 89 X 98 X 89 X +USW00014922198407WSFG 98 X 134 X 129 X 159 X 134 X 139 X 93 X 129 X 200 X 108 X 108 X 87 X 113 X 226 X 170 X 170 X 170 X 87 X 82 X 82 X 149 X 144 X 190 X 98 X 93 X 170 X 93 X 82 X 118 X 144 X 129 X +USW00014922198407WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198407WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198407WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198407WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922198407WT16-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00014922198408TMAX 300 0 283 0 289 0 289 0 306 0 333 0 300 0 306 0 261 0 267 0 250 0 294 0 306 0 306 0 311 0 306 0 283 0 283 0 278 0 272 0 278 0 200 0 228 0 239 0 267 0 294 0 328 0 328 0 278 0 228 0 239 0 +USW00014922198408TMIN 206 0 217 0 211 0 217 0 222 0 222 0 206 0 194 0 161 0 167 0 161 0 172 0 206 0 189 0 217 0 183 0 211 0 194 0 167 0 161 0 183 0 122 0 100 0 128 0 161 0 189 0 200 0 211 0 156 0 106 0 100 0 +USW00014922198408PRCP 0 0 312 0 0 0 0T 0 41 0 8 0 582 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0T 0 0 0 0 0 0 0 122 0 0 0 0 0 0 0 81 0 104 0 0 0 53 0 0 0 0 0 0T 0 +USW00014922198408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198408ACMH 50 X 80 X 100 X 100 X 80 X 50 X 90 X 30 X 20 X 20 X 10 X 30 X 50 X 10 X 50 X 50 X 90 X 50 X 20 X 80 X 50 X 40 X 20 X 50 X 70 X 80 X 10 X 70 X 40 X 10 X 80 X +USW00014922198408ACSH 30 X 90 X 90 X 100 X 90 X 60 X 100 X 40 X 40 X 40 X 20 X 30 X 60 X 0 X 40 X 60 X 90 X 50 X 30 X 80 X 50 X 60 X 20 X 60 X 80 X 90 X 0 X 70 X 50 X 0 X 90 X +USW00014922198408AWND 32 X 28 X 34 X 32 X 33 X 24 X 47 X 49 X 50 X 41 X 39 X 47 X 55 X 59 X 43 X 32 X 47 X 35 X 34 X 69 X 41 X 63 X 24 X 53 X 56 X 53 X 34 X 41 X 43 X 51 X 43 X +USW00014922198408FMTM 1552 X 1426 X 1554 X 1839 X 0314 X 2351 X 0252 X 1651 X 1257 X 1750 X 1251 X 1351 X 1451 X 1450 X 0253 X 2153 X 1753 X 1152 X 1551 X 1556 X 0052 X 1053 X 2350 X 1551 X 1252 X 1353 X 1653 X 0155 X 0655 X 1553 X 2353 X +USW00014922198408PGTM 1806 X 1525 X 1302 X 1826 X 0308 X 2356 X 0248 X 1658 X 1203 X 1656 X 1238 X 1455 X 1325 X 1503 X 0332 X 1400 X 1440 X 1320 X 2350 X 1053 X 0046 X 1218 X 2219 X 1125 X 1335 X 1330 X 1644 X 0152 X 0713 X 1304 X 1758 X +USW00014922198408TSUN 538 X 508 X 677 X 617 X 658 X 716 X 309 X 709 X 772 X 818 X 802 X 755 X 700 X 841 X 697 X 721 X 568 X 789 X 723 X 738 X 556 X 738 X 794 X 759 X 668 X 283 X 759 X 702 X 722 X 787 X 552 X +USW00014922198408WDF1 40 X 100 X 80 X 270 X 190 X 290 X 330 X 270 X 340 X 40 X 110 X 160 X 210 X 180 X 220 X 110 X 230 X 50 X 130 X 200 X 190 X 320 X 170 X 180 X 190 X 200 X 220 X 350 X 360 X 280 X 80 X +USW00014922198408WDFG 45W X 135W X 90W X 270W X 180W X 270W X 315W X 270W X 315W X 45W X 135W X 135W X 180W X 180W X 225W X 90W X 225W X 45W X 180W X 180W X 180W X 315W X 135W X 180W X 180W X 180W X 225W X 360W X 360W X 270W X 90W X +USW00014922198408WSF1 58 X 58 X 54 X 76 X 63 X 45 X 156 X 89 X 80 X 63 X 63 X 67 X 80 X 89 X 67 X 45 X 76 X 63 X 63 X 103 X 72 X 98 X 36 X 80 X 80 X 103 X 58 X 148 X 103 X 98 X 89 X +USW00014922198408WSFG 87 X 82 X 87 X 154 X 87 X 108 X 247 X 118 X 108 X 103 X 82 X 93 X 118 X 113 X 103 X 87 X 113 X 108 X 82 X 149 X 123 X 144 X 67 X 113 X 118 X 144 X 82 X 257 X 149 X 159 X 118 X +USW00014922198408WT01 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00014922198408WT03-9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922198408WT08 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922198408WT16-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 +USW00014922198409TMAX 194 0 172 0 217 0 206 0 206 0 189 0 272 0 217 0 172 0 200 0 194 0 272 0 211 0 150 0 167 0 200 0 233 0 278 0 328 0 217 0 289 0 233 0 167 0 133 0 83 0 111 0 128 0 100 0 150 0 172 0-9999 +USW00014922198409TMIN 156 0 139 0 117 0 111 0 78 0 117 0 139 0 111 0 83 0 106 0 78 0 133 0 106 0 61 0 28 0 56 0 89 0 139 0 117 0 122 0 122 0 122 0 72 0 72 0 17 0 -22 0 39 0 17 0 -6 0 11 0-9999 +USW00014922198409PRCP 0T 0 3 0 18 0 41 0 0 0 0T 0 66 0 0T 0 0T 0 0T 0 0T 0 305 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 3 0 132 0 10 0 0 0 5 0 10 0 0 0 0 0-9999 +USW00014922198409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198409ACMH 100 X 100 X 40 X 40 X 30 X 90 X 90 X 60 X 70 X 80 X 40 X 60 X 60 X 70 X 10 X 0 X 10 X 0 X 10 X 10 X 50 X 90 X 50 X 100 X 80 X 50 X 90 X 40 X 0 X 0 X-9999 +USW00014922198409ACSH 100 X 100 X 20 X 40 X 20 X 100 X 90 X 60 X 70 X 90 X 20 X 70 X 50 X 80 X 20 X 10 X 10 X 0 X 10 X 10 X 20 X 100 X 60 X 100 X 100 X 60 X 100 X 40 X 0 X 0 X-9999 +USW00014922198409AWND 60 X 59 X 35 X 40 X 34 X 79 X 60 X 55 X 29 X 21 X 44 X 62 X 54 X 51 X 30 X 48 X 64 X 47 X 50 X 48 X 77 X 57 X 52 X 55 X 73 X 29 X 43 X 53 X 33 X 29 X-9999 +USW00014922198409FMTM 0554 X 1453 X 1735 X 1453 X 1052 X 1354 X 0951 X 1552 X 1251 X 2351 X 2053 X 0454 X 1650 X 1652 X 1451 X 1551 X 1150 X 0950 X 2255 X 0052 X 1351 X 1030 X 1927 X 0122 X 1627 X 1550 X 1950 X 0954 X 1452 X 1150 X-9999 +USW00014922198409PGTM 0554 X 1831 X 1734 X 1335 X 1244 X 1426 X 0813 X 1352 X 1247 X 1358 X 2048 X 0444 X 1801 X 1253 X 1523 X 1434 X 1243 X 0621 X 2255 X 0008 X 1450 X 1025 X 1923 X 0132 X 1558 X 1506 X 1919 X 1136 X 1427 X 1217 X-9999 +USW00014922198409TSUN 245 X 281 X 704 X 709 X 779 X 425 X 486 X 670 X 419 X 471 X 728 X 348 X 561 X 199 X 676 X 740 X 721 X 744 X 732 X 721 X 687 X 53 X 444 X 0 X 15 X 504 X 253 X 404 X 710 X 707 X-9999 +USW00014922198409WDF1 70 X 350 X 10 X 340 X 180 X 120 X 210 X 250 X 240 X 330 X 80 X 120 X 340 X 320 X 320 X 190 X 180 X 210 X 340 X 350 X 160 X 220 X 10 X 360 X 300 X 180 X 330 X 340 X 260 X 240 X-9999 +USW00014922198409WDFG 90W X 360W X 360W X 360W X 90W X 135W X 180W X 225W X 225W X 180W X 90W X 135W X 315W X 315W X 315W X 225W X 180W X 180W X 360W X 360W X 180W X 225W X 360W X 360W X 315W X 180W X 315W X 315W X 270W X 225W X-9999 +USW00014922198409WSF1 130 X 80 X 107 X 89 X 63 X 112 X 103 X 103 X 58 X 40 X 80 X 107 X 94 X 94 X 58 X 89 X 103 X 72 X 116 X 76 X 112 X 107 X 94 X 125 X 103 X 40 X 94 X 80 X 63 X 63 X-9999 +USW00014922198409WSFG 175 X 129 X 139 X 134 X 82 X 154 X 139 X 154 X 77 X 62 X 113 X 154 X 139 X 139 X 103 X 129 X 139 X 113 X 154 X 123 X 164 X 149 X 129 X 185 X 159 X 87 X 139 X 159 X 108 X 108 X-9999 +USW00014922198409WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922198409WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198409WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198409WT14 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198409WT16 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00014922198410TMAX 200 0 228 0 178 0 217 0 194 0 172 0 161 0 167 0 178 0 211 0 194 0 206 0 222 0 167 0 161 0 72 0 144 0 117 0 117 0 106 0 67 0 78 0 94 0 144 0 89 0 178 0 211 0 39 0 117 0 94 0 67 0 +USW00014922198410TMIN 17 0 61 0 78 0 56 0 100 0 128 0 144 0 128 0 139 0 139 0 161 0 139 0 128 0 122 0 44 0 39 0 22 0 78 0 44 0 22 0 33 0 0 0 17 0 -6 0 61 0 67 0 22 0 -17 0 -22 0 -39 0 -44 0 +USW00014922198410PRCP 0 0 0 0 0 0 0 0 5 0 28 0 61 0 10 0 0T 0 0 0 3 0 0T 0 0 0 69 0 262 0 533 0 0T 0 155 0 28 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 135 0 0 0 18 0 8 0 46 0 +USW00014922198410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0T 0 +USW00014922198410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00014922198410ACMH 10 X 60 X 50 X 90 X 100 X 100 X 100 X 90 X 100 X 90 X 100 X 70 X 40 X 90 X 90 X 90 X 50 X 100 X 80 X 30 X 100 X 80 X 50 X 20 X 100 X 50 X 90 X 50 X 60 X 40 X 90 X +USW00014922198410ACSH 10 X 80 X 50 X 90 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 90 X 30 X 100 X 100 X 100 X 20 X 100 X 100 X 30 X 100 X 90 X 30 X 10 X 100 X 30 X 100 X 30 X 70 X 30 X 100 X +USW00014922198410AWND 47 X 64 X 41 X 36 X 58 X 59 X 46 X 56 X 49 X 55 X 63 X 48 X 51 X 65 X 93 X 57 X 67 X 86 X 98 X 70 X 39 X 52 X 43 X 70 X 50 X 66 X 98 X 46 X 53 X 64 X 58 X +USW00014922198410FMTM 1450 X 1052 X 0853 X 1750 X 1450 X 1052 X 2152 X 1751 X 1551 X 0951 X 1650 X 1550 X 1554 X 1650 X 1755 X 2250 X 0052 X 2051 X 1153 X 0950 X 1350 X 1350 X 1452 X 1451 X 1352 X 1550 X 1552 X 0750 X 1353 X 0752 X 1152 X +USW00014922198410PGTM 1344 X 0500 X 0828 X 1236 X 1523 X 1242 X 1508 X 1611 X 1147 X 1013 X 0516 X 1219 X 1538 X 1712 X 1554 X 1822 X 0026 X 2143 X 1611 X 1405 X 1350 X 1001 X 1523 X 1343 X 1233 X 1547 X 1528 X 0207 X 1147 X 0802 X 0820 X +USW00014922198410TSUN 702 X 509 X 635 X 283 X 24 X 0 X 0 X 0 X 0 X 81 X 4 X 62 X 303 X 0 X 0 X 0 X 567 X 0 X 0 X 489 X 0 X 120 X 457 X 528 X 0 X 466 X 107 X 450 X 336 X 448 X 0 X +USW00014922198410WDF1 200 X 230 X 320 X 120 X 110 X 110 X 20 X 30 X 100 X 140 X 120 X 130 X 190 X 120 X 240 X 250 X 260 X 90 X 240 X 240 X 270 X 290 X 220 X 200 X 180 X 190 X 260 X 300 X 200 X 340 X 120 X +USW00014922198410WDFG 225W X 180W X 315W X 180W X 90W X 135W X 360W X 360W X 90W X 135W X 135W X 135W X 180W X 135W X 225W X 360W X 270W X 90W X 270W X 225W X 270W X 225W X 180W X 225W X 180W X 180W X 270W X 270W X 225W X 360W X 135W X +USW00014922198410WSF1 94 X 94 X 89 X 58 X 76 X 94 X 63 X 72 X 63 X 76 X 80 X 80 X 80 X 89 X 130 X 112 X 94 X 116 X 139 X 116 X 72 X 76 X 72 X 130 X 72 X 103 X 134 X 89 X 89 X 103 X 89 X +USW00014922198410WSFG 129 X 129 X 139 X 77 X 129 X 113 X 113 X 123 X 98 X 113 X 113 X 103 X 113 X 129 X 195 X 170 X 149 X 180 X 211 X 144 X 103 X 118 X 103 X 180 X 98 X 149 X 211 X 144 X 129 X 159 X 139 X +USW00014922198410WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00014922198410WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198410WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198410WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198410WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198410WT14-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00014922198410WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922198410WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 +USW00014922198410WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922198410WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922198411TMAX 44 0 6 0 83 0 67 0 44 0 117 0 139 0 150 0 44 0 28 0 33 0 17 0 89 0 106 0 61 0 33 0 67 0 -11 0 -17 0 -28 0 22 0 44 0 89 0 122 0 111 0 111 0 39 0 -6 0 6 0 -11 0-9999 +USW00014922198411TMIN -67 0 -94 0 0 0 0 0 -22 0 -56 0 33 0 11 0 0 0 -22 0 -72 0 -72 0 -11 0 61 0 -67 0 -72 0 -56 0 -100 0 -89 0 -111 0 -94 0 -61 0 -89 0 -17 0 28 0 28 0 -28 0 -39 0 -50 0 -33 0-9999 +USW00014922198411PRCP 0T 0 0 0 0 0 8 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 20 0 51 0 0T 0 0 0 0T 0-9999 +USW00014922198411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0 0 0 0T 0-9999 +USW00014922198411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 25 0-9999 +USW00014922198411ACMH 30 X 60 X 90 X 90 X 40 X 20 X 90 X 30 X 100 X 90 X 50 X 40 X 90 X 80 X 80 X 10 X 50 X 30 X 20 X 10 X 40 X 60 X 10 X 50 X 100 X 100 X 100 X 100 X 100 X 100 X-9999 +USW00014922198411ACSH 10 X 90 X 100 X 100 X 30 X 10 X 100 X 30 X 100 X 100 X 80 X 30 X 90 X 100 X 100 X 0 X 70 X 40 X 0 X 30 X 50 X 100 X 20 X 60 X 100 X 100 X 100 X 90 X 100 X 100 X-9999 +USW00014922198411AWND 95 X 57 X 76 X 59 X 49 X 30 X 64 X 26 X 73 X 76 X 19 X 33 X 62 X 74 X 96 X 51 X 49 X 41 X 37 X 25 X 66 X 55 X 30 X 51 X 59 X 63 X 45 X 56 X 33 X 40 X-9999 +USW00014922198411FMTM 0550 X 2051 X 1050 X 1152 X 0652 X 2354 X 1354 X 1453 X 2151 X 0954 X 0150 X 1351 X 2250 X 0651 X 2050 X 0051 X 1455 X 1552 X 1250 X 2253 X 1250 X 0351 X 1450 X 1250 X 2152 X 1254 X 1055 X 0052 X 2153 X 0853 X-9999 +USW00014922198411PGTM 0842 X 2347 X 0121 X 1034 X 0726 X 2332 X 1336 X 1515 X 1847 X 0356 X 0008 X 1357 X-9999 0657 X 1702 X 0035 X 1416 X 1726 X 0724 X 1520 X 1204 X 0331 X 1422 X 1228 X 1922 X 1506 X 2355 X 0028 X 1747 X 0855 X-9999 +USW00014922198411TSUN 491 X 3 X 27 X 12 X 482 X 491 X 45 X 421 X 10 X 14 X 470 X 397 X 269 X 0 X 20 X 572 X 202 X 437 X 515 X 325 X 389 X 145 X 466 X 450 X 279 X 56 X 21 X 92 X 167 X 0 X-9999 +USW00014922198411WDF1 320 X 160 X 160 X 320 X 320 X 130 X 150 X 250 X 30 X 10 X 350 X 180 X 130 X 140 X 290 X 300 X 10 X 20 X 20 X 150 X 180 X 190 X 180 X 170 X 130 X 210 X 260 X 260 X 350 X 360 X-9999 +USW00014922198411WDFG 315W X 135W X 180W X 315W X 315W X 135W X 135W X 270W X 45W X 360W X 360W X 180W X 180W X 135W X 315W X 315W X 360W X 360W X 360W X 135W X 180W X 180W X 180W X 180W X 135W X 225W X 270W X 270W X 360W X 360W X-9999 +USW00014922198411WSF1 134 X 89 X 112 X 76 X 72 X 58 X 80 X 58 X 112 X 107 X 40 X 58 X 94 X 112 X 125 X 94 X 76 X 58 X 58 X 45 X 103 X 103 X 58 X 76 X 89 X 103 X 67 X 80 X 63 X 67 X-9999 +USW00014922198411WSFG 175 X 123 X 175 X 123 X 108 X 77 X 134 X 77 X 190 X 164 X 67 X 87 X 134 X 154 X 180 X 134 X 129 X 87 X 103 X 72 X 144 X 149 X 134 X 118 X 144 X 159 X 103 X 118 X 93 X 82 X-9999 +USW00014922198411WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198411WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922198411WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922198411WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198411WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922198411WT16 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 +USW00014922198411WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 +USW00014922198412TMAX -22 0 -39 0 -106 0 -83 0 -22 0 -117 0 50 0 50 0 61 0 6 0 61 0 6 0 -39 0 -17 0 56 0 83 0 -83 0 -78 0 -33 0 6 0 -11 0 -106 0 -106 0 -150 0 -72 0 -44 0 44 0 56 0 -83 0 -144 0 -117 0 +USW00014922198412TMIN -44 0 -128 0 -194 0 -183 0 -172 0 -217 0 -122 0 -50 0 -28 0 -22 0 -17 0 -117 0 -117 0 -61 0 -56 0 -89 0 -161 0 -167 0 -111 0 -117 0 -117 0 -178 0 -150 0 -228 0 -222 0 -139 0 -44 0 -83 0 -167 0 -183 0 -167 0 +USW00014922198412PRCP 46 0 30 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 61 0 74 0 211 0 3 0 0 0 0T 0 0 0 30 0 0T 0 10 0 3 0 0 0 0T 0 8 0 23 0 0T 0 51 0 15 0 +USW00014922198412SNOW 46 0 46 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 71 0 0 0 0T 0 3 0 0 0 0T 0 0 0 46 0 5 0 79 0 5 0 0 0 0T 0 0 0 0 0 0T 0 66 0 38 0 +USW00014922198412SNWD 25 0 102 0 102 0 102 0 102 0 102 0 102 0 51 0 51 0 76 0 51 0 51 0 25 0 25 0 102 0 51 0 0T 0 0T 0 0T 0 0T 0 0 0 51 0 127 0 102 0 76 0 76 0 51 0 0T 0 0T 0 0T 0 102 0 +USW00014922198412ACMH 100 X 80 X 0 X 0 X 70 X 30 X 50 X 30 X 80 X 80 X 100 X 70 X 100 X 100 X 100 X 100 X 70 X 60 X 20 X 10 X 90 X 70 X 100 X 40 X 40 X 80 X 100 X 100 X 40 X 70 X 100 X +USW00014922198412ACSH 100 X 100 X 0 X 0 X 100 X 60 X 80 X 40 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 80 X 20 X 20 X 100 X 70 X 100 X 20 X 0 X 100 X 100 X 100 X 70 X 90 X 100 X +USW00014922198412AWND 30 X 71 X 51 X 36 X 83 X 52 X 40 X 30 X 33 X 43 X 57 X 62 X 46 X 46 X 60 X 94 X 54 X 32 X 55 X 47 X 74 X 42 X 46 X 66 X 51 X 64 X 40 X 34 X 59 X 41 X 57 X +USW00014922198412FMTM 2351 X 1650 X 1552 X 1450 X 1550 X 0152 X 1551 X 1652 X 0350 X 2350 X 2251 X 0250 X 2053 X 0851 X 2353 X 1452 X 1451 X 0054 X 1953 X 1950 X 2052 X 0101 X 2350 X 1451 X 0550 X 0950 X 1235 X 2351 X 0355 X 2352 X 0950 X +USW00014922198412PGTM 1833 X 1856 X 1246 X 1456 X 2016 X 0016 X 1558 X 1647 X 0932 X 2352 X 2030 X 0311 X 2333 X 0843 X 2149 X 1614 X 1757 X 0008 X 1755 X 2103 X 2106 X 0017 X 2341 X 1534 X 0550 X 0949 X 1236 X 2340 X 1006 X 2140 X 1955 X +USW00014922198412TSUN 47 X 353 X 540 X 535 X 132 X 451 X 466 X 467 X 281 X 0 X 0 X 252 X 302 X 256 X 0 X 25 X 0 X 386 X 390 X 389 X 141 X 374 X 312 X 418 X 435 X 0 X 0 X 0 X 383 X 207 X 244 X +USW00014922198412WDF1 60 X 310 X 270 X 260 X 310 X 320 X 240 X 200 X 120 X 150 X 320 X 310 X 70 X 10 X 170 X 240 X 300 X 300 X 270 X 130 X 300 X 300 X 340 X 270 X 210 X 100 X 160 X 290 X 310 X 360 X 20 X +USW00014922198412WDFG 90W X 315W X 270W X 270W X 315W X 315W X 225W X 180W X 135W X 135W X 225W X 315W X 45W X 360W X 135W X 270W X 270W X 315W X 270W X 135W X 315W X 315W X 360W X 270W X 225W X 90W X 180W X 270W X 315W X 360W X 360W X +USW00014922198412WESD-9999 76 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 51 X 76 X-9999 -9999 127 X 127 X-9999 -9999 -9999 -9999 -9999 25 X 25 X 51 X 51 X 51 X 51 X 51 X-9999 -9999 -9999 76 X +USW00014922198412WSF1 58 X 103 X 76 X 72 X 130 X 98 X 58 X 40 X 54 X 67 X 94 X 89 X 67 X 89 X 89 X 148 X 89 X 72 X 80 X 72 X 156 X 80 X 72 X 98 X 94 X 98 X 76 X 98 X 103 X 63 X 72 X +USW00014922198412WSFG 72 X 144 X 108 X 93 X 170 X 134 X 93 X 62 X 62 X 108 X 134 X 134 X 98 X 134 X 118 X 211 X 129 X 98 X 134 X 108 X 206 X 175 X 129 X 144 X 144 X 129 X 103 X 144 X 139 X 103 X 118 X +USW00014922198412WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922198412WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922198412WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922198412WT09-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198412WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922198412WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922198412WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922198412WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198412WT18 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 +USW00014922198501TMAX -122 0 -144 0 -33 0 39 0 28 0 -6 0 6 0 -111 0 -67 0 -56 0 -106 0 -56 0 33 0 0 0 -89 0 -83 0 -50 0 -67 0 -228 0 -133 0 -44 0 -39 0 -44 0 -22 0 -150 0 -33 0 -11 0 -106 0 -56 0 -72 0 -189 0 +USW00014922198501TMIN -239 0 -272 0 -206 0 -122 0 -111 0 -67 0 -117 0 -183 0 -128 0 -106 0 -172 0 -183 0 -128 0 -183 0 -206 0 -128 0 -167 0 -228 0 -317 0 -311 0 -133 0 -111 0 -117 0 -150 0 -211 0 -211 0 -156 0 -200 0 -117 0 -267 0 -289 0 +USW00014922198501PRCP 8 0 0 0 0 0 0 0 0 0 3 0 0 0 0T 0 8 0 46 0 13 0 0 0 0 0 3 0 0 0 48 0 20 0 5 0 0T 0 0T 0 0T 0 0T 0 0T 0 56 0 0 0 0T 0 0T 0 0T 0 8 0 5 0 0 0 +USW00014922198501SNOW 30 0 0 0 0 0 0 0 0 0 3 0 0 0 0T 0 30 0 74 0 18 0 0 0 0 0 5 0 0 0 64 0 30 0 5 0 0T 0 0T 0 0T 0 0T 0 0T 0 58 0 0 0 0T 0 0T 0 0T 0 10 0 5 0 0 0 +USW00014922198501SNWD 127 0 127 0 102 0 102 0 51 0 51 0 51 0 51 0 51 0 102 0 152 0 127 0 127 0 102 0 102 0 102 0 152 0 178 0 178 0 152 0 152 0 152 0 152 0 152 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 +USW00014922198501ACMH 50 X 0 X 0 X 20 X 10 X 90 X 60 X 40 X 100 X 100 X 50 X 50 X 50 X 20 X 80 X 100 X 80 X 70 X 50 X 90 X 50 X 50 X 90 X 100 X 20 X 80 X 50 X 40 X 100 X 80 X 0 X +USW00014922198501ACSH 60 X 0 X 0 X 10 X 10 X 100 X 20 X 10 X 100 X 100 X 50 X 70 X 50 X 10 X 100 X 100 X 100 X 60 X 60 X 70 X 20 X 30 X 90 X 100 X 0 X 100 X 60 X 20 X 100 X 100 X 10 X +USW00014922198501AWND 58 X 21 X 32 X 53 X 42 X 38 X 79 X 38 X 25 X 29 X 67 X 63 X 71 X 90 X 44 X 36 X 34 X 76 X 98 X 73 X 90 X 72 X 45 X 74 X 74 X 45 X 82 X 30 X 26 X 72 X 38 X +USW00014922198501FMTM 1455 X 1553 X 1950 X 1551 X 1750 X 2352 X 1453 X 0150 X 1850 X 2353 X 1250 X 1451 X 2331 X 0056 X 1550 X 0252 X 1151 X 2154 X 1352 X 1252 X 1451 X 0652 X 2351 X 2014 X 0052 X 2153 X 1253 X 0250 X 0950 X 0752 X 1554 X +USW00014922198501PGTM 1304 X 2211 X 1924 X 1547 X 1922 X 2230 X 1319 X 0154 X 1848 X 2323 X 1253 X 1937 X 2343 X 0013 X 1747 X 0332 X 2315 X 0521 X 1520 X 2346 X 1401 X 1504 X 1605 X 2013 X 0129 X 1158 X 0413 X 0032 X 0946 X 0437 X 1236 X +USW00014922198501TSUN 398 X 531 X 509 X 485 X 474 X 204 X 426 X 457 X 271 X 332 X 453 X 458 X 461 X 451 X 288 X 278 X 334 X 450 X 445 X 448 X 538 X 502 X 359 X 265 X 570 X 262 X 495 X 508 X 368 X 455 X 522 X +USW00014922198501WDF1 310 X 120 X 210 X 350 X 190 X 330 X 310 X 320 X 90 X 350 X 330 X 210 X 300 X 310 X 120 X 130 X 220 X 310 X 310 X 310 X 310 X 310 X 240 X 340 X 340 X 250 X 310 X 320 X 120 X 310 X 240 X +USW00014922198501WDFG 315W X 135W X 225W X 360W X 225W X 315W X 315W X 315W X 90W X 360W X 315W X 225W X 315W X 315W X 90W X 135W X 360W X 315W X 315W X 315W X 315W X 270W X 225W X 315W X 360W X 225W X 315W X 315W X 135W X 315W X 225W X +USW00014922198501WESD 76 X 76 X 76 X 51 X 25 X 25 X 25 X 51 X 51 X 51 X 76 X 76 X 76 X 76 X 76 X 102 X 102 X 127 X 127 X 127 X 152 X 152 X 127 X 127 X 229 X 229 X 229 X 229 X 229 X 229 X 229 X +USW00014922198501WSF1 80 X 36 X 54 X 103 X 72 X 76 X 125 X 76 X 58 X 72 X 98 X 89 X 156 X 156 X 67 X 63 X 58 X 94 X 125 X 98 X 130 X 94 X 76 X 192 X 130 X 76 X 112 X 54 X 40 X 103 X 72 X +USW00014922198501WSFG 113 X 72 X 103 X 134 X 134 X 113 X 185 X 98 X 72 X 103 X 123 X 123 X 242 X 216 X 93 X 82 X 103 X 139 X 159 X 134 X 180 X 118 X 103 X 257 X 185 X 103 X 170 X 67 X 62 X 154 X 113 X +USW00014922198501WT01-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198501WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198501WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922198501WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198501WT18 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922198501WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198502TMAX -200 0 -133 0 -172 0 -167 0 -117 0 -117 0 -89 0 -94 0 -67 0 -44 0 -61 0 -67 0 -61 0 -83 0 -100 0 11 0 39 0 11 0 33 0 61 0 44 0 0 0 28 0 17 0 39 0 39 0 28 0 122 0-9999 -9999 -9999 +USW00014922198502TMIN -267 0 -283 0 -233 0 -272 0 -211 0 -222 0 -228 0 -217 0 -100 0 -78 0 -122 0 -172 0 -167 0 -172 0 -217 0 -122 0 -72 0 -117 0 -139 0 -61 0 -6 0 -17 0 -6 0 -28 0 -11 0 -83 0 -117 0 0 0-9999 -9999 -9999 +USW00014922198502PRCP 0 0 5 0 0 0 0T 0 5 0 0T 0 0 0 0T 0 53 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 3 0 8 0 46 0 5 0 0 0 0T 0 0 0 0 0 3 0 0 0 0 0-9999 -9999 -9999 +USW00014922198502SNOW 0 0 8 0 0 0 0T 0 13 0 5 0 0 0 0T 0 64 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 8 0 10 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00014922198502SNWD 178 0 178 0 178 0 178 0 178 0 203 0 203 0 203 0 178 0 229 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 229 0 127 0 76 0 76 0 51 0 25 0 0T 0 0T 0 0T 0-9999 -9999 -9999 +USW00014922198502ACMH 0 X 40 X 10 X 70 X 70 X 70 X 0 X 70 X 100 X 100 X 50 X 20 X 80 X 10 X 60 X 70 X 10 X 50 X 60 X 70 X 100 X 100 X 100 X 80 X 100 X 60 X 10 X 40 X-9999 -9999 -9999 +USW00014922198502ACSH 0 X 60 X 10 X 100 X 100 X 100 X 10 X 80 X 100 X 100 X 40 X 0 X 100 X 0 X 90 X 80 X 10 X 60 X 80 X 60 X 100 X 100 X 100 X 100 X 100 X 60 X 10 X 70 X-9999 -9999 -9999 +USW00014922198502AWND 39 X 29 X 45 X 16 X 21 X 38 X 28 X 43 X 63 X 53 X 66 X 45 X 50 X 86 X 39 X 72 X 52 X 74 X 38 X 59 X 36 X 30 X 40 X 49 X 59 X 76 X 47 X 77 X-9999 -9999 -9999 +USW00014922198502FMTM 1052 X 1518 X 0949 X 1751 X 0943 X 2052 X 2353 X 2350 X 0050 X 2154 X 0431 X 0000 X 1652 X 1352 X 0051 X 1651 X 1551 X 1150 X 1252 X 1253 X 0053 X 1350 X 2351 X 0150 X 1254 X 0950 X 1550 X 1252 X-9999 -9999 -9999 +USW00014922198502PGTM 0908 X 1507 X 0443 X 2323 X 0710 X 2044 X 0011 X 2349 X 0930 X 1348 X 2112 X 1056 X 1958 X 1522 X 0146 X 0824 X 0213 X 1143 X 1209 X 1408 X 0008 X 1223 X 2216 X 0457 X 1132 X 1026 X 1556 X 1257 X-9999 -9999 -9999 +USW00014922198502TSUN 588 X 469 X 573 X 437 X 396 X 407 X 603 X 442 X 245 X 416 X 556 X 574 X 356 X 623 X 487 X 363 X 632 X 508 X 426 X 435 X 1 X 139 X 115 X 375 X 24 X 529 X 652 X 619 X-9999 -9999 -9999 +USW00014922198502WDF1 290 X 180 X 300 X 140 X 70 X 320 X 300 X 110 X 120 X 360 X 350 X 330 X 320 X 310 X 320 X 310 X 230 X 300 X 190 X 160 X 180 X 160 X 340 X 320 X 170 X 310 X 200 X 220 X-9999 -9999 -9999 +USW00014922198502WDFG 270W X 135W X 270W X 90W X 90W X 315W X 225W X 90W X 135W X 360W X 315W X 360W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 180W X 180W X 180W X 315W X 315W X 135W X 315W X 180W X 225W X-9999 -9999 -9999 +USW00014922198502WESD 229 X 229 X 229 X 229 X 229 X 229 X 229 X 229 X 229 X 305 X 305 X 305 X 305 X 305 X 330 X 330 X 330 X 330 X 330 X 229 X 229 X 229 X 203 X 203 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198502WSF1 67 X 63 X 63 X 36 X 45 X 80 X 63 X 94 X 94 X 80 X 89 X 72 X 103 X 112 X 72 X 107 X 80 X 125 X 80 X 89 X 63 X 45 X 72 X 72 X 80 X 112 X 80 X 112 X-9999 -9999 -9999 +USW00014922198502WSFG 98 X 82 X 77 X 46 X 57 X 98 X 77 X 134 X 129 X 139 X 118 X 129 X 154 X 164 X 93 X 170 X 139 X 175 X 118 X 123 X 82 X 87 X 118 X 98 X 134 X 154 X 118 X 154 X-9999 -9999 -9999 +USW00014922198502WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198502WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198502WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198502WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198502WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198502WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198502WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198502WT18-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198503TMAX 72 0 -6 0 -17 0 -17 0 -22 0 6 0 50 0 56 0 78 0 83 0 50 0 50 0 50 0 56 0 106 0 78 0 67 0 122 0 128 0 94 0 139 0 139 0 61 0 56 0 39 0 194 0 122 0 94 0 44 0 56 0 6 0 +USW00014922198503TMIN -22 0 -61 0 -61 0 -83 0 -117 0 -139 0 -17 0 -44 0 -50 0 -61 0 6 0 -39 0 6 0 -17 0 -44 0 6 0 -11 0 -39 0 -6 0 6 0 6 0 0 0 11 0 -6 0 -22 0 22 0 33 0 11 0 -6 0 -28 0 -28 0 +USW00014922198503PRCP 0 0 0T 0 246 0 112 0 0 0 0 0 10 0 0 0 0 0 0 0 170 0 0T 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 23 0 0 0 23 0 25 0 112 0 5 0 0T 0 318 0 +USW00014922198503SNOW 0 0 0T 0 320 0 104 0 0 0 0 0 3 0 0 0 0 0 0 0 74 0 0 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 10 0 0 0 0 0 0 0 0T 0 0 0 0T 0 373 0 +USW00014922198503SNWD 0 0 0 0 25 0 254 0 356 0 330 0 330 0 330 0 178 0 152 0 102 0 127 0 152 0 102 0 51 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 +USW00014922198503ACMH 20 X 80 X 100 X 90 X 0 X 70 X 90 X 0 X 0 X 50 X 90 X 50 X 70 X 40 X 30 X 20 X 0 X 50 X 10 X 30 X 60 X 80 X 100 X 80 X 70 X 90 X 100 X 90 X 100 X 90 X 100 X +USW00014922198503ACSH 0 X 100 X 100 X 100 X 0 X 100 X 100 X 0 X 0 X 60 X 100 X 60 X 50 X 50 X 20 X 10 X 10 X 50 X 0 X 10 X 70 X 80 X 100 X 100 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X +USW00014922198503AWND 72 X 54 X 108 X 87 X 47 X 72 X 47 X 55 X 44 X 18 X 57 X 46 X 63 X 46 X 51 X 78 X 40 X 45 X 51 X 58 X 68 X 46 X 46 X 53 X 72 X 82 X 49 X 60 X 58 X 78 X 85 X +USW00014922198503FMTM 1451 X 2354 X 1453 X 0054 X 0951 X 1553 X 2131 X 1551 X 1250 X 1156 X 1550 X 2350 X 0000 X 1552 X 1554 X 1552 X 0000 X 1152 X 1554 X 2253 X 1150 X 1551 X 1215 X 0951 X 1751 X 2053 X 0851 X 0950 X 1551 X 2353 X 0935 X +USW00014922198503PGTM 1501 X 2316 X 1336 X 0431 X 1044 X 1053 X 0557 X 1502 X 1317 X 1313 X 1417 X 2337 X 0001 X 1607 X 1223 X 1458 X 0728 X 1134 X 1358 X 2301 X 0921 X 1433 X 0737 X 1008 X 1735 X 2023 X 2352 X 1724 X 1428 X 2356 X 0819 X +USW00014922198503TSUN 657 X 457 X 67 X 288 X 681 X 475 X 468 X 691 X 694 X 609 X 289 X 650 X 602 X 616 X 656 X 715 X 717 X 684 X 725 X 722 X 627 X 666 X 135 X 300 X 264 X 405 X 444 X 373 X 338 X 656 X 572 X +USW00014922198503WDF1 320 X 80 X 70 X 80 X 360 X 130 X 260 X 280 X 230 X 140 X 360 X 220 X 220 X 300 X 200 X 300 X 290 X 190 X 300 X 100 X 180 X 110 X 120 X 20 X 150 X 200 X 310 X 80 X 20 X 90 X 360 X +USW00014922198503WDFG 135W X 45W X 90W X 90W X 360W X 180W X 135W X 270W X 225W X 135W X 360W X 225W X 225W X 315W X 180W X 315W X 360W X 180W X 315W X 90W X 180W X 135W X 90W X 360W X 135W X 180W X 270W X 45W X 360W X 90W X 360W X +USW00014922198503WESD-9999 -9999 76 X 330 X 406 X 406 X 406 X 406 X 406 X 406 X 533 X 533 X 584 X 330 X 305 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 203 X +USW00014922198503WSF1 112 X 72 X 143 X 148 X 76 X 130 X 80 X 76 X 80 X 40 X 89 X 116 X 116 X 89 X 107 X 98 X 63 X 94 X 76 X 80 X 94 X 72 X 76 X 80 X 116 X 116 X 94 X 94 X 103 X 103 X 103 X +USW00014922198503WSFG 159 X 118 X 221 X 226 X 123 X 175 X 123 X 113 X 123 X 72 X 134 X 175 X 134 X 129 X 159 X 144 X 103 X 134 X 139 X 103 X 154 X 113 X 123 X 129 X 170 X 175 X 139 X 123 X 144 X 164 X 164 X +USW00014922198503WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922198503WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922198503WT04-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198503WT06-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198503WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922198503WT09-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198503WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922198503WT15-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198503WT16-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922198503WT17-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198503WT18-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 +USW00014922198504TMAX 67 0 133 0 133 0 83 0 78 0 100 0 78 0 33 0 94 0 189 0 194 0 278 0 144 0 117 0 222 0 139 0 294 0 317 0 306 0 250 0 267 0 217 0 178 0 167 0 156 0 111 0 144 0 217 0 239 0 239 0-9999 +USW00014922198504TMIN -33 0 -11 0 28 0 6 0 -28 0 0 0 -6 0 -39 0 -61 0 39 0 33 0 89 0 39 0 22 0 17 0 56 0 61 0 67 0 194 0 167 0 133 0 139 0 78 0 61 0 67 0 50 0 67 0 50 0 106 0 111 0-9999 +USW00014922198504PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 46 0 10 0 3 0 0 0 3 0 0 0 0 0 5 0 0T 0 165 0 81 0 135 0 0T 0 0 0 0 0 0 0 0 0 0 0 13 0-9999 +USW00014922198504SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198504SNWD 254 0 102 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198504ACMH 0 X 70 X 50 X 90 X 80 X 80 X 50 X 30 X 20 X 40 X 40 X 80 X 90 X 70 X 10 X 70 X 50 X 40 X 80 X 40 X 80 X 100 X 100 X 60 X 60 X 90 X 70 X 40 X 30 X 90 X-9999 +USW00014922198504ACSH 0 X 90 X 50 X 100 X 100 X 90 X 30 X 30 X 30 X 30 X 50 X 90 X 100 X 80 X 20 X 90 X 70 X 50 X 70 X 20 X 70 X 100 X 100 X 60 X 100 X 100 X 90 X 50 X 20 X 100 X-9999 +USW00014922198504AWND 55 X 57 X 66 X 56 X 61 X 72 X 85 X 77 X 46 X 61 X 52 X 66 X 42 X 36 X 39 X 73 X 91 X 55 X 77 X 77 X 76 X 53 X 59 X 68 X 62 X 62 X 33 X 34 X 60 X 42 X-9999 +USW00014922198504FMTM 1350 X 1950 X 1550 X 1051 X 1750 X 1550 X 1353 X 1050 X 2351 X 0000 X 1951 X 1553 X 1016 X 0000 X 2255 X 0353 X 0253 X 2154 X 1750 X 2319 X 1650 X 1050 X 2250 X 2152 X 1350 X 1554 X 0150 X 1750 X 1150 X 1551 X-9999 +USW00014922198504PGTM 1336 X 2017 X 1541 X 1007 X 2107 X 1437 X 1333 X 1158 X 2310 X 0054 X 2017 X 1543 X 1229 X 0852 X 2328 X 0347 X 0313 X 2217 X 0430 X 0028 X 2128 X 2107 X 1729 X 2156 X 1606 X 1431 X 0144 X 1823 X 1203 X 1553 X-9999 +USW00014922198504TSUN 766 X 716 X 702 X 430 X 553 X 627 X 716 X 773 X 791 X 704 X 656 X 630 X 103 X 572 X 784 X 22 X 754 X 794 X 717 X 742 X 680 X 432 X 320 X 675 X 790 X 582 X 519 X 797 X 811 X 631 X-9999 +USW00014922198504WDF1 350 X 320 X 280 X 70 X 350 X 310 X 310 X 310 X 200 X 200 X 60 X 210 X 210 X 360 X 350 X 20 X 130 X 200 X 160 X 250 X 160 X 110 X 340 X 250 X 270 X 10 X 50 X 160 X 170 X 10 X-9999 +USW00014922198504WDFG 360W X 315W X 270W X 45W X 315W X 315W X 315W X 315W X 180W X 180W X 90W X 225W X 180W X 315W X 360W X 360W X 135W X 180W X 225W X 225W X 270W X 135W X 360W X 270W X 270W X 45W X 45W X 180W X 45W X 360W X-9999 +USW00014922198504WESD 203 X 102 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198504WSF1 98 X 103 X 94 X 72 X 89 X 107 X 130 X 103 X 98 X 98 X 94 X 98 X 72 X 63 X 80 X 125 X 125 X 98 X 103 X 148 X 130 X 76 X 94 X 98 X 94 X 80 X 54 X 58 X 80 X 103 X-9999 +USW00014922198504WSFG 134 X 159 X 144 X 113 X 129 X 170 X 180 X 170 X 144 X 134 X 149 X 144 X 98 X 72 X 129 X 180 X 164 X 144 X 206 X 252 X 206 X 108 X 129 X 149 X 123 X 123 X 72 X 87 X 118 X 144 X-9999 +USW00014922198504WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198504WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198504WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922198504WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198504WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922198504WT18-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198505TMAX 206 0 233 0 250 0 283 0 194 0 228 0 211 0 278 0 306 0 294 0 256 0 167 0 206 0 217 0 156 0 150 0 211 0 233 0 244 0 172 0 194 0 250 0 178 0 261 0 294 0 200 0 211 0 233 0 233 0 267 0 206 0 +USW00014922198505TMIN 100 0 67 0 133 0 161 0 133 0 56 0 100 0 89 0 161 0 194 0 156 0 89 0 44 0 100 0 128 0 94 0 78 0 117 0 100 0 78 0 56 0 83 0 133 0 78 0 144 0 106 0 94 0 117 0 144 0 122 0 117 0 +USW00014922198505PRCP 0 0 0 0 0T 0 0T 0 10 0 8 0 0T 0 0 0 97 0 20 0 89 0 5 0 0T 0 180 0 0T 0 76 0 0 0 0 0 0 0 0 0 0 0 3 0 71 0 0 0 5 0 0T 0 0 0 0 0 13 0 292 0 58 0 +USW00014922198505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198505ACMH 30 X 30 X 90 X 90 X 80 X 30 X 10 X 20 X 80 X 80 X 90 X 70 X 60 X 90 X 90 X 80 X 0 X 10 X 20 X 20 X 40 X 60 X 80 X 20 X 80 X 100 X 60 X 70 X 70 X 60 X 60 X +USW00014922198505ACSH 10 X 40 X 80 X 80 X 90 X 10 X 0 X 10 X 60 X 90 X 100 X 90 X 60 X 90 X 100 X 100 X 0 X 10 X 30 X 30 X 60 X 60 X 100 X 30 X 80 X 100 X 50 X 70 X 80 X 80 X 70 X +USW00014922198505AWND 48 X 34 X 58 X 105 X 38 X 57 X 38 X 47 X 73 X 75 X 60 X 59 X 30 X 51 X 40 X 67 X 48 X 31 X 65 X 56 X 25 X 39 X 42 X 20 X 34 X 65 X 48 X 56 X 52 X 59 X 85 X +USW00014922198505FMTM 0551 X 1350 X 2352 X 1353 X 2351 X 0052 X 0000 X 1752 X 0552 X 1851 X 0553 X 1650 X 1751 X 1737 X 0950 X 1550 X 1553 X 2352 X 0750 X 1352 X 2153 X 1715 X 1353 X 1550 X 2151 X 1850 X 0450 X 1752 X 0752 X 2052 X 0353 X +USW00014922198505PGTM 1314 X 1503 X 2324 X 1310 X 2352 X 0048 X 0818 X 1330 X 0534 X 1853 X 0201 X-9999 1623 X 1737 X 0936 X 1548 X 1550 X 1532 X 1659 X 1333 X 1253 X 1712 X 1350 X 1752 X 2154 X 1748 X 0734 X 1813 X 0740 X 2050 X 0856 X +USW00014922198505TSUN 749 X 846 X 656 X 712 X 773 X 852 X 871 X 840 X 645 X 781 X 582 X 639 X 741 X 522 X 442 X 580 X 895 X 886 X 855 X 899 X 904 X 768 X 520 X 851 X 775 X 593 X 846 X 806 X 746 X 678 X 694 X +USW00014922198505WDF1 50 X 200 X 190 X 200 X 290 X 330 X 350 X 180 X 200 X 170 X 170 X 280 X 100 X 160 X 180 X 10 X 320 X 220 X 240 X 320 X 150 X 50 X 120 X 270 X 360 X 20 X 360 X 110 X 180 X 350 X 260 X +USW00014922198505WDFG 90W X 225W X 180W X 180W X 270W X 315W X 360W X 180W X 180W X 180W X 180W X-9999 135W X 180W X 180W X 360W X 315W X 45W X 360W X 315W X 135W X 45W X 135W X 315W X 360W X 360W X 360W X 90W X 180W X 360W X 315W X +USW00014922198505WSF1 72 X 67 X 94 X 156 X 76 X 143 X 80 X 72 X 125 X 134 X 89 X 116 X 58 X 156 X 63 X 103 X 67 X 45 X 80 X 76 X 36 X 67 X 72 X 40 X 67 X 98 X 72 X 89 X 103 X 156 X 116 X +USW00014922198505WSFG 123 X 108 X 139 X 211 X 134 X 216 X 134 X 123 X 200 X 190 X 144 X-9999 98 X 247 X 82 X 149 X 108 X 82 X 129 X 113 X 87 X 108 X 98 X 62 X 108 X 144 X 118 X 129 X 154 X 298 X 221 X +USW00014922198505WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922198505WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00014922198505WT07-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198505WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198505WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198505WT16-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 +USW00014922198506TMAX 183 0 150 0 167 0 183 0 211 0 283 0 306 0 389 0 239 0 189 0 150 0 200 0 222 0 183 0 228 0 267 0 200 0 211 0 217 0 278 0 272 0 272 0 217 0 267 0 339 0 272 0 206 0 211 0 244 0 278 0-9999 +USW00014922198506TMIN 83 0 39 0 44 0 117 0 72 0 106 0 172 0 178 0 144 0 111 0 106 0 67 0 78 0 122 0 139 0 128 0 122 0 128 0 100 0 106 0 150 0 144 0 133 0 106 0 194 0 189 0 139 0 122 0 117 0 144 0-9999 +USW00014922198506PRCP 43 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 5 0 234 0 0T 0 0 0 81 0 0T 0 28 0 36 0 0T 0 0 0 0 0 18 0 64 0 0 0 0 0 0 0 13 0 33 0 0 0 0 0 0 0-9999 +USW00014922198506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198506ACMH 40 X 50 X 80 X 80 X 10 X 50 X 70 X 40 X 20 X 90 X 100 X 30 X 60 X 90 X 70 X 60 X 50 X 80 X 30 X 30 X 80 X 20 X 0 X 10 X 90 X 100 X 70 X 60 X 80 X 60 X-9999 +USW00014922198506ACSH 70 X 70 X 100 X 80 X 0 X 50 X 90 X 40 X 20 X 100 X 100 X 40 X 60 X 90 X 80 X 80 X 60 X 90 X 40 X 40 X 90 X 0 X 0 X 10 X 80 X 100 X 90 X 60 X 70 X 70 X-9999 +USW00014922198506AWND 56 X 35 X 18 X 38 X 26 X 62 X 48 X 71 X 82 X 27 X 41 X 53 X 32 X 43 X 38 X 47 X 76 X 61 X 39 X 55 X 85 X 77 X 46 X 53 X 82 X 45 X 52 X 32 X 38 X 28 X-9999 +USW00014922198506FMTM 1750 X 0000 X 2350 X 1551 X 1050 X 1550 X 1553 X 1654 X 1755 X 0852 X 1253 X 1552 X 1253 X 1752 X 1650 X 1751 X 1531 X 1551 X 1150 X 1650 X 2352 X 2352 X 0952 X 1850 X 1653 X 0950 X 0747 X 1452 X 1156 X 1750 X-9999 +USW00014922198506PGTM 1704 X 1744 X 1213 X 2232 X 0848 X 1442 X 1619 X 1430 X 1418 X 0723 X 1239 X 1554 X 1234 X 1450 X 1058 X 1731 X 1346 X 1228 X 1036 X 1657 X 2311 X 0002 X 1048 X 1303 X 1531 X 0808 X 0742 X 1138 X 1213 X 1135 X-9999 +USW00014922198506TSUN 828 X 874 X 855 X 744 X 883 X 874 X 798 X 845 X 896 X 713 X 538 X 878 X 854 X 585 X 801 X 819 X 823 X 717 X 937 X 895 X 554 X 867 X 922 X 935 X 758 X 725 X 644 X 898 X 812 X 827 X-9999 +USW00014922198506WDF1 330 X 360 X 170 X 200 X 320 X 190 X 290 X 300 X 320 X 120 X 70 X 330 X 260 X 130 X 320 X 230 X 280 X 360 X 330 X 150 X 300 X 300 X 320 X 110 X 180 X 230 X 290 X 310 X 10 X 70 X-9999 +USW00014922198506WDFG 315W X 360W X 45W X 315W X 315W X 180W X 270W X 225W X 315W X 135W X 90W X 315W X 270W X 180W X 360W X 180W X 270W X 315W X 315W X 135W X 270W X 315W X 360W X 135W X 180W X 180W X 270W X 315W X 360W X 135W X-9999 +USW00014922198506WSF1 103 X 63 X 40 X 58 X 54 X 98 X 80 X 134 X 103 X 45 X 72 X 107 X 54 X 89 X 80 X 103 X 130 X 94 X 72 X 107 X 134 X 134 X 76 X 76 X 139 X 89 X 94 X 54 X 63 X 45 X-9999 +USW00014922198506WSFG 149 X 98 X 67 X 93 X 87 X 144 X 123 X 200 X 175 X 72 X 103 X 200 X 93 X 103 X 118 X 175 X 185 X 149 X 108 X 134 X 216 X 180 X 113 X 123 X 180 X 129 X 123 X 87 X 87 X 82 X-9999 +USW00014922198506WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198506WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198506WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198506WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198506WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198506WT10-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198506WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922198506WT16 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922198507TMAX 306 0 278 0 317 0 278 0 294 0 339 0 361 0 306 0 328 0 300 0 272 0 328 0 294 0 306 0 278 0 306 0 311 0 317 0 272 0 306 0 278 0 267 0 311 0 278 0 267 0 294 0 317 0 283 0 256 0 256 0 261 0 +USW00014922198507TMIN 161 0 178 0 150 0 172 0 178 0 167 0 233 0 200 0 200 0 133 0 167 0 172 0 194 0 178 0 139 0 133 0 194 0 206 0 194 0 144 0 156 0 122 0 161 0 183 0 156 0 144 0 183 0 200 0 144 0 167 0 156 0 +USW00014922198507PRCP 0T 0 0 0 5 0 5 0 8 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 18 0 81 0 0 0 0 0 0 0 0 0 0 0 366 0 0 0 0 0 48 0 0T 0 0 0 28 0 0T 0 +USW00014922198507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198507ACMH 40 X 30 X 50 X 80 X 30 X 40 X 30 X 50 X 50 X 30 X 30 X 40 X 50 X 30 X 10 X 30 X 90 X 70 X 50 X 20 X 30 X 0 X 30 X 80 X 20 X 10 X 80 X 70 X 70 X 100 X 50 X +USW00014922198507ACSH 30 X 40 X 70 X 70 X 40 X 40 X 30 X 60 X 50 X 30 X 20 X 30 X 70 X 50 X 10 X 30 X 80 X 80 X 50 X 20 X 20 X 0 X 30 X 90 X 20 X 20 X 80 X 80 X 70 X 100 X 40 X +USW00014922198507AWND 34 X 51 X 62 X 61 X 59 X 38 X 56 X 42 X 58 X 45 X 42 X 49 X 38 X 38 X 53 X 27 X 63 X 53 X 47 X 26 X 54 X 26 X 68 X 50 X 50 X 29 X 65 X 55 X 47 X 53 X 51 X +USW00014922198507FMTM 1753 X 0250 X 1553 X 1550 X 1252 X 2356 X 0055 X 1750 X 1652 X 2350 X 0950 X 1950 X 1654 X 1252 X 1553 X 2350 X 1152 X 1051 X 1650 X 1952 X 1950 X 1450 X 1554 X 1252 X 1553 X 2055 X 1654 X 0254 X 1350 X 1250 X 1250 X +USW00014922198507PGTM 1647 X 1245 X 1637 X 1554 X 1318 X 2351 X 0817 X 0759 X 1700 X 1104 X 1044 X 1112 X 1513 X 1249 X 1331 X 1635 X 1216 X 0948 X 1746 X 1451 X 1957 X 1401 X 1045 X 0948 X 1750 X 1350 X 1442 X 0121 X 1354 X 1253 X 1248 X +USW00014922198507TSUN 882 X 922 X 909 X 696 X 841 X 831 X 834 X 866 X 868 X 891 X 877 X 819 X 875 X 915 X 917 X 856 X 698 X 621 X 843 X 902 X 815 X 904 X 862 X 576 X 898 X 896 X 656 X 731 X 831 X 615 X 800 X +USW00014922198507WDF1 300 X 360 X 200 X 350 X 10 X 210 X 220 X 250 X 350 X 360 X 30 X 200 X 250 X 330 X 330 X 180 X 190 X 230 X 320 X 230 X 360 X 70 X 210 X 220 X 330 X 20 X 220 X 240 X 60 X 130 X 80 X +USW00014922198507WDFG 315W X 360W X 180W X 360W X 360W X 225W X 225W X 360W X 360W X 270W X 45W X 135W X 270W X 315W X 315W X 180W X 180W X 225W X 315W X 135W X 360W X 45W X 225W X 180W X 360W X 270W X 180W X 225W X 45W X 135W X 90W X +USW00014922198507WSF1 76 X 76 X 125 X 125 X 103 X 80 X 94 X 72 X 103 X 72 X 63 X 67 X 58 X 94 X 98 X 58 X 103 X 98 X 72 X 58 X 76 X 54 X 103 X 76 X 76 X 45 X 125 X 89 X 63 X 89 X 80 X +USW00014922198507WSFG 103 X 123 X 159 X 190 X 164 X 123 X 139 X 113 X 154 X 108 X 98 X 118 X 129 X 123 X 149 X 93 X 149 X 129 X 98 X 82 X 139 X 72 X 139 X 118 X 123 X 87 X 175 X 123 X 108 X 118 X 123 X +USW00014922198507WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198507WT03-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198507WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198507WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922198507WT16 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 +USW00014922198508TMAX 272 0 272 0 289 0 233 0 294 0 317 0 317 0 322 0 306 0 222 0 256 0 228 0 261 0 233 0 261 0 256 0 250 0 206 0 161 0 206 0 217 0 211 0 244 0 183 0 256 0 272 0 244 0 211 0 211 0 206 0 233 0 +USW00014922198508TMIN 150 0 156 0 172 0 178 0 194 0 178 0 144 0 211 0 156 0 128 0 117 0 167 0 156 0 122 0 128 0 178 0 156 0 128 0 111 0 106 0 133 0 161 0 167 0 128 0 133 0 122 0 161 0 172 0 144 0 128 0 139 0 +USW00014922198508PRCP 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 3 0 79 0 0 0 0 0 615 0 0 0 0 0 0 0 3 0 84 0 0 0 0 0 0 0 0 0 3 0 107 0 3 0 0 0 0 0 8 0 175 0 198 0 0 0 0 0 +USW00014922198508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198508ACMH 0 X 80 X 50 X 90 X 20 X 40 X 30 X 60 X 80 X 10 X 20 X 80 X 30 X 70 X 50 X 80 X 70 X 0 X 70 X 60 X 70 X 100 X 80 X 90 X 30 X 30 X 70 X 90 X 100 X 80 X 80 X +USW00014922198508ACSH 0 X 80 X 20 X 100 X 20 X 60 X 10 X 70 X 90 X 10 X 40 X 90 X 20 X 70 X 50 X 90 X 90 X 10 X 80 X 50 X 70 X 100 X 70 X 100 X 10 X 50 X 80 X 100 X 100 X 80 X 100 X +USW00014922198508AWND 32 X 57 X 65 X 58 X 53 X 50 X 41 X 66 X 67 X 45 X 52 X 72 X 61 X 43 X 36 X 54 X 69 X 72 X 43 X 27 X 55 X 54 X 51 X 60 X 55 X 25 X 32 X 34 X 38 X 36 X 45 X +USW00014922198508FMTM 1751 X 1451 X 1251 X 1052 X 1054 X 1452 X 1650 X 1551 X 1341 X 1053 X 2150 X 1451 X 1550 X 0854 X 1350 X 1653 X 1450 X 1250 X 0651 X 1853 X 1651 X 1404 X 2250 X 1650 X 1452 X 1550 X 0953 X 0933 X 1953 X 1554 X 1353 X +USW00014922198508PGTM 1205 X 1537 X 1442 X 0518 X 1017 X 1437 X 1547 X 1545 X 1417 X 1034 X 2117 X 1431 X 1303 X 1512 X 1317 X 2342 X 1409 X 1106 X 1028 X 1618 X 1503 X 1411 X 2230 X 1623 X 1228 X 1338 X 0954 X 0935 X 1830 X 0756 X 1332 X +USW00014922198508TSUN 882 X 793 X 793 X 574 X 847 X 847 X 782 X 674 X 470 X 860 X 750 X 192 X 831 X 817 X 699 X 560 X 617 X 832 X 385 X 766 X 488 X 196 X 570 X 185 X 769 X 725 X 292 X 96 X 102 X 526 X 118 X +USW00014922198508WDF1 140 X 180 X 180 X 190 X 260 X 290 X 260 X 200 X 320 X 320 X 130 X 220 X 280 X 320 X 240 X 140 X 260 X 300 X 320 X 110 X 120 X 160 X 290 X 10 X 50 X 230 X 240 X 240 X 20 X 110 X 170 X +USW00014922198508WDFG 90W X 180W X 180W X 180W X 270W X 270W X 225W X 180W X 315W X 315W X 135W X 225W X 270W X 315W X 225W X 135W X 225W X 315W X 360W X 135W X 135W X 180W X 270W X 360W X 45W X 225W X 225W X 225W X 45W X 45W X 180W X +USW00014922198508WSF1 54 X 89 X 98 X 72 X 94 X 103 X 76 X 139 X 130 X 76 X 94 X 103 X 98 X 76 X 63 X 89 X 98 X 107 X 72 X 58 X 76 X 174 X 89 X 98 X 80 X 58 X 54 X 76 X 67 X 45 X 89 X +USW00014922198508WSFG 93 X 139 X 139 X 113 X 129 X 149 X 118 X 190 X 175 X 123 X 185 X 170 X 144 X 113 X 108 X 108 X 159 X 170 X 113 X 93 X 108 X 206 X 139 X 170 X 129 X 82 X 67 X 93 X 108 X 82 X 139 X +USW00014922198508WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 +USW00014922198508WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922198508WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 +USW00014922198508WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922198508WT16-9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922198509TMAX 244 0 278 0 267 0 278 0 272 0 339 0 328 0 289 0 178 0 194 0 217 0 194 0 183 0 206 0 222 0 228 0 261 0 306 0 311 0 139 0 128 0 156 0 133 0 89 0 111 0 133 0 183 0 83 0 67 0 67 0-9999 +USW00014922198509TMIN 156 0 133 0 161 0 133 0 194 0 206 0 206 0 167 0 128 0 117 0 128 0 100 0 83 0 83 0 94 0 128 0 194 0 189 0 139 0 78 0 50 0 106 0 44 0 11 0 17 0 6 0 39 0 50 0 50 0 33 0-9999 +USW00014922198509PRCP 0T 0 30 0 135 0 3 0 8 0 0 0 0 0 122 0 41 0 0T 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0 119 0 0T 0 99 0 13 0 254 0 30 0 0T 0 0 0 0 0 58 0 152 0 36 0-9999 +USW00014922198509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198509ACMH 80 X 90 X 70 X 80 X 70 X 30 X 80 X 70 X 80 X 70 X 80 X 70 X 90 X 30 X 50 X 90 X 80 X 20 X 80 X 50 X 80 X 100 X 100 X 60 X 90 X 10 X 20 X 100 X 100 X 100 X-9999 +USW00014922198509ACSH 90 X 100 X 90 X 90 X 80 X 20 X 100 X 60 X 100 X 70 X 90 X 80 X 100 X 20 X 70 X 100 X 90 X 0 X 90 X 90 X 80 X 100 X 100 X 70 X 100 X 10 X 20 X 100 X 100 X 100 X-9999 +USW00014922198509AWND 28 X 62 X 55 X 26 X 41 X 39 X 42 X 73 X 59 X 45 X 42 X 60 X 55 X 54 X 62 X 81 X 65 X 61 X 99 X 73 X 50 X 33 X 74 X 46 X 38 X 34 X 62 X 36 X 50 X 67 X-9999 +USW00014922198509FMTM 0255 X 2350 X 0150 X 1250 X 1751 X 1653 X 1555 X 1152 X 1653 X 0855 X 1850 X 2132 X 1250 X 1452 X 1451 X 1552 X 1309 X 1350 X 1952 X 0855 X 2152 X 1154 X 1651 X 1254 X 0855 X 1550 X 0854 X 1153 X 2253 X 0450 X-9999 +USW00014922198509PGTM 0303 X 2341 X 0123 X 1124 X 1409 X 1659 X 1603 X 0532 X 0838 X 1744 X 1027 X 2207 X 1155 X 1455 X 1327 X 1221 X 1418 X 1418 X 1946 X 0755 X 2158 X 1242 X 1802 X 1259 X 0918 X 1336 X 0958 X 0404 X 1917 X 1656 X-9999 +USW00014922198509TSUN 565 X 86 X 548 X 485 X 618 X 644 X 547 X 388 X 276 X 588 X 665 X 637 X 678 X 683 X 677 X 196 X 260 X 654 X 595 X 468 X 315 X 223 X 0 X 415 X 446 X 697 X 667 X 50 X 0 X 0 X-9999 +USW00014922198509WDF1 340 X 210 X 200 X 330 X 170 X 30 X 10 X 110 X 360 X 10 X 90 X 110 X 150 X 180 X 180 X 190 X 180 X 170 X 190 X 290 X 110 X 230 X 300 X 260 X 120 X 240 X 200 X 310 X 360 X 340 X-9999 +USW00014922198509WDFG 315W X 180W X 225W X 360W X 225W X 45W X 360W X 270W X 360W X 45W X 90W X 90W X 135W X 180W X 180W X 180W X 135W X 180W X 180W X 315W X 90W X 225W X 315W X 270W X 135W X 225W X 225W X 315W X 360W X 360W X-9999 +USW00014922198509WSF1 54 X 107 X 125 X 58 X 67 X 63 X 58 X 130 X 80 X 72 X 58 X 89 X 76 X 89 X 98 X 116 X 112 X 98 X 143 X 103 X 63 X 54 X 107 X 80 X 67 X 58 X 103 X 58 X 89 X 94 X-9999 +USW00014922198509WSFG 77 X 149 X 170 X 103 X 113 X 87 X 98 X 185 X 144 X 118 X 87 X 108 X 113 X 123 X 144 X 175 X 159 X 149 X 216 X 149 X 98 X 72 X 164 X 139 X 93 X 98 X 139 X 87 X 139 X 134 X-9999 +USW00014922198509WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922198509WT02-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198509WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198509WT08-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198509WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922198509WT16 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00014922198509WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198510TMAX 106 0 178 0 161 0 133 0 94 0 156 0 150 0 150 0 33 0 83 0 133 0 133 0 111 0 161 0 89 0 106 0 189 0 139 0 167 0 167 0 139 0 194 0 178 0 167 0 206 0 211 0 133 0 150 0 133 0 106 0 106 0 +USW00014922198510TMIN 11 0 0 0 61 0 83 0 11 0 0 0 44 0 28 0 0 0 -17 0 -6 0 78 0 33 0 6 0 11 0 -17 0 39 0 22 0 11 0 28 0 94 0 117 0 100 0 50 0 28 0 67 0 22 0 28 0 44 0 -6 0 17 0 +USW00014922198510PRCP 0 0 0 0 66 0 465 0 0 0 0 0 145 0 0 0 0T 0 0 0 112 0 58 0 0T 0 0 0 48 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0T 0 +USW00014922198510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198510ACMH 50 X 50 X 80 X 100 X 60 X 50 X 90 X 100 X 100 X 30 X 50 X 90 X 80 X 60 X 60 X 40 X 60 X 70 X 20 X 20 X 100 X 100 X 70 X 10 X 30 X 40 X 30 X 50 X 70 X 20 X 70 X +USW00014922198510ACSH 60 X 60 X 100 X 100 X 80 X 70 X 100 X 100 X 100 X 40 X 50 X 100 X 90 X 80 X 90 X 50 X 90 X 90 X 40 X 10 X 100 X 90 X 70 X 0 X 50 X 80 X 50 X 50 X 90 X 50 X 90 X +USW00014922198510AWND 57 X 62 X 35 X 106 X 73 X 45 X 76 X 75 X 39 X 22 X 45 X 48 X 25 X 40 X 35 X 40 X 69 X 16 X 26 X 36 X 40 X 81 X 59 X 61 X 57 X 69 X 25 X 60 X 54 X 40 X 42 X +USW00014922198510FMTM 1552 X 1250 X 1650 X 1650 X 0906 X 1254 X 1551 X 1250 X 0252 X 1453 X 2250 X 1352 X 1350 X 1253 X 0150 X 2050 X 1252 X 1950 X 1553 X 1550 X 1351 X 1555 X 0353 X 1450 X 1350 X 0050 X 0051 X 1150 X 1951 X 0152 X 0939 X +USW00014922198510PGTM 1417 X 1315 X 1635 X 1537 X 0906 X 1246 X 1454 X 0812 X 0757 X 1418 X 2249 X 1350 X 0856 X 1321 X 0158 X 1639 X 1329 X 1240 X 1410 X 1503 X 1814 X 1613 X 0152 X 1254 X 1414 X 1550 X 0848 X 1148 X 1824 X 0207 X 0937 X +USW00014922198510TSUN 513 X 488 X 379 X 0 X 226 X 608 X 164 X 3 X 2 X 475 X 336 X 1 X 33 X 485 X 72 X 479 X 70 X 60 X 470 X 566 X 0 X 32 X 449 X 625 X 431 X 445 X 526 X 446 X 249 X 252 X 94 X +USW00014922198510WDF1 260 X 190 X 230 X 320 X 320 X 260 X 120 X 290 X 330 X 220 X 110 X 270 X 290 X 220 X 320 X 140 X 210 X 320 X 70 X 110 X 170 X 160 X 190 X 290 X 170 X 220 X 320 X 180 X 360 X 360 X 130 X +USW00014922198510WDFG 270W X 180W X 225W X 315W X 315W X 270W X 135W X 270W X 360W X 225W X 90W X 270W X 315W X 270W X 315W X 90W X 225W X 315W X 360W X 135W X 180W X 135W X 180W X 270W X 180W X 315W X 360W X 180W X 360W X 360W X 135W X +USW00014922198510WSF1 98 X 107 X 76 X 143 X 116 X 103 X 134 X 103 X 67 X 40 X 112 X 80 X 54 X 76 X 67 X 72 X 125 X 31 X 54 X 63 X 63 X 125 X 112 X 103 X 116 X 98 X 54 X 89 X 80 X 67 X 80 X +USW00014922198510WSFG 149 X 159 X 123 X 231 X 159 X 154 X 180 X 154 X 98 X 67 X 154 X 113 X 62 X 118 X 82 X 108 X 170 X 41 X 77 X 82 X 77 X 180 X 190 X 149 X 159 X 149 X 77 X 129 X 159 X 93 X 98 X +USW00014922198510WT01-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198510WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198510WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198510WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198510WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198510WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922198510WT16-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 +USW00014922198510WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198511TMAX 128 0 83 0 78 0 89 0 139 0 89 0 72 0 -17 0 6 0 -11 0 11 0 28 0 11 0 33 0 39 0 17 0 56 0 117 0 28 0 -72 0 -78 0 -33 0 -94 0 -122 0 -39 0 -33 0 -122 0 -117 0 -156 0 -83 0-9999 +USW00014922198511TMIN 28 0 -11 0 -22 0 -50 0 -22 0 0 0 -33 0 -61 0 -39 0 -44 0 -56 0 -11 0 0 0 -56 0 -50 0 -6 0 -17 0 22 0 -106 0 -117 0 -139 0 -128 0 -178 0 -206 0 -139 0 -189 0 -200 0 -222 0 -244 0 -161 0-9999 +USW00014922198511PRCP 5 0 0 0 0 0 0 0 0 0 36 0 0 0 10 0 20 0 0 0 0T 0 0T 0 0 0 0 0 23 0 43 0 0 0 0T 0 0T 0 0T 0 30 0 53 0 25 0 0 0 10 0 0T 0 0T 0 20 0 38 0 122 0-9999 +USW00014922198511SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 13 0 28 0 0 0 0T 0 3 0 0 0 0 0 23 0 51 0 0 0 0 0 0T 0 0T 0 28 0 53 0 25 0 0 0 5 0 0T 0 0T 0 56 0 132 0 191 0-9999 +USW00014922198511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 51 0 25 0 0 0 0 0 0T 0 0T 0 51 0 76 0 102 0 102 0 102 0 102 0 127 0 152 0 178 0-9999 +USW00014922198511ACMH 80 X 10 X 10 X 0 X 40 X 90 X 60 X 70 X 100 X 100 X 100 X 100 X 100 X 50 X 60 X 100 X 100 X 100 X 80 X 70 X 70 X 80 X 70 X 70 X 100 X 50 X 80 X 60 X 90 X 100 X-9999 +USW00014922198511ACSH 100 X 10 X 0 X 0 X 30 X 90 X 80 X 90 X 100 X 90 X 100 X 100 X 100 X 40 X 60 X 100 X 100 X 100 X 60 X 70 X 100 X 80 X 90 X 100 X 100 X 50 X 100 X 50 X 100 X 100 X-9999 +USW00014922198511AWND 55 X 41 X 30 X 12 X 61 X 52 X 44 X 55 X 79 X 65 X 60 X 25 X 28 X 35 X 50 X 46 X 44 X 47 X 79 X 80 X 42 X 53 X 56 X 30 X 54 X 55 X 39 X 51 X 38 X 47 X-9999 +USW00014922198511FMTM 1752 X 0952 X 1550 X 1153 X 1551 X 1050 X 1553 X 2350 X 1851 X 0153 X 1550 X 1454 X 1050 X 1351 X 2021 X 0000 X 1352 X 2251 X 0253 X 0351 X 2317 X 1403 X 1853 X 0000 X 1552 X 1353 X 1850 X 1250 X 1652 X 1436 X-9999 +USW00014922198511PGTM 1807 X 1128 X 1507 X 1242 X 1556 X 0920 X 1505 X 2343 X 1904 X 1401 X 1659 X 1908 X 1138 X 1433 X 1630 X 2042 X 0233 X 2253 X 2317 X 0348 X 1924 X 1659 X 1510 X 0022 X 1549 X 1216 X 1902 X 1359 X 1718 X 2017 X-9999 +USW00014922198511TSUN 155 X 504 X 522 X 528 X 506 X 75 X 328 X 154 X 2 X 44 X 25 X 2 X 0 X 258 X 141 X 5 X 116 X 7 X 197 X 99 X 102 X 122 X 22 X 11 X 3 X 248 X 16 X 212 X 0 X 20 X-9999 +USW00014922198511WDF1 320 X 360 X 350 X 330 X 140 X 350 X 290 X 50 X 20 X 30 X 160 X 320 X 10 X 230 X 80 X 70 X 140 X 220 X 240 X 280 X 90 X 240 X 270 X 290 X 70 X 300 X 30 X 310 X 30 X 20 X-9999 +USW00014922198511WDFG 315W X 315W X 360W X 360W X 135W X 360W X 270W X 45W X 45W X 180W X 180W X 360W X 360W X 225W X 90W X 270W X 225W X 225W X 270W X 270W X 90W X 270W X 225W X 270W X 90W X 315W X 45W X 315W X 360W X 360W X-9999 +USW00014922198511WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 X 102 X 102 X 152 X 152 X 152 X 152 X 203 X 203 X-9999 +USW00014922198511WSF1 98 X 72 X 45 X 31 X 107 X 94 X 72 X 80 X 94 X 80 X 80 X 54 X 40 X 67 X 80 X 67 X 63 X 112 X 116 X 134 X 72 X 80 X 94 X 58 X 80 X 103 X 67 X 94 X 72 X 67 X-9999 +USW00014922198511WSFG 159 X 103 X 87 X 51 X 144 X 154 X 103 X 118 X 139 X 139 X 108 X 77 X 67 X 103 X 123 X 98 X 87 X 159 X 159 X 170 X 98 X 123 X 139 X 93 X 108 X 149 X 129 X 129 X 87 X 129 X-9999 +USW00014922198511WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00014922198511WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198511WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198511WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00014922198511WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198511WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198511WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198511WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00014922198511WT16 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00014922198511WT18-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922198512TMAX -50 0 -144 0 -100 0 -50 0 -56 0 -78 0 -33 0 -50 0 -33 0 -39 0 -100 0 -128 0 -178 0 -61 0 -83 0 -106 0 -189 0 -178 0 -150 0 -139 0 -28 0 39 0 22 0 -167 0 -139 0 -6 0 -89 0 -89 0 -106 0 11 0 -56 0 +USW00014922198512TMIN -144 0 -250 0 -267 0 -106 0 -172 0 -200 0 -117 0 -133 0 -50 0 -100 0 -206 0 -222 0 -267 0 -272 0 -172 0 -228 0 -272 0 -250 0 -272 0 -250 0 -261 0 -33 0 -167 0 -239 0 -217 0 -139 0 -183 0 -178 0 -161 0 -161 0 -144 0 +USW00014922198512PRCP 211 0 0T 0 5 0 3 0 0T 0 0 0 0 0 3 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 23 0 5 0 0 0 0 0 0 0 0T 0 3 0 0T 0 5 0 0 0 13 0 36 0 0T 0 0T 0 0 0 0 0 0T 0 +USW00014922198512SNOW 213 0 0T 0 10 0 3 0 0T 0 0 0 0 0 3 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 33 0 10 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 15 0 56 0 0T 0 0T 0 0 0 0 0 0T 0 +USW00014922198512SNWD 279 0 432 0 432 0 432 0 432 0 356 0 330 0 330 0 330 0 330 0 305 0 305 0 305 0 305 0 305 0 330 0 330 0 330 0 305 0 305 0 305 0 305 0 305 0 229 0 229 0 254 0 305 0 305 0 305 0 305 0 305 0 +USW00014922198512ACMH 100 X 10 X 80 X 100 X 40 X 70 X 40 X 90 X 100 X 100 X 40 X 10 X 0 X 70 X 50 X 50 X 30 X 0 X 60 X 30 X 80 X 70 X 80 X 20 X 90 X 100 X 40 X 30 X 10 X 90 X 50 X +USW00014922198512ACSH 100 X 10 X 100 X 100 X 40 X 100 X 10 X 100 X 100 X 100 X 80 X 20 X 0 X 80 X 40 X 30 X 40 X 10 X 80 X 30 X 90 X 90 X 100 X 0 X 80 X 100 X 0 X 60 X 0 X 80 X 30 X +USW00014922198512AWND 91 X 66 X 46 X 25 X 51 X 27 X 21 X 31 X 31 X 52 X 39 X 55 X 37 X 46 X 41 X 49 X 55 X 45 X 20 X 27 X 35 X 51 X 77 X 82 X 63 X 73 X 77 X 66 X 47 X 64 X 59 X +USW00014922198512FMTM 2050 X 0550 X 2151 X 0000 X 1034 X 1352 X 0000 X 1852 X 0353 X 1453 X 0000 X 1552 X 1551 X 2351 X 0000 X 0551 X 1452 X 1150 X 1152 X 1554 X 2118 X 1454 X 1613 X 0000 X 2314 X 1433 X 0453 X 1750 X 1253 X 1927 X 0351 X +USW00014922198512PGTM 1558 X 0001 X 2042 X 0058 X 1116 X 1508 X 0008 X 1857 X 1129 X 1134 X 2054 X 2215 X 1557 X 2314 X 0004 X 0602 X 1207 X 0156 X 1211 X 1722 X 2012 X 1423 X 1308 X 0021 X 2309 X 1236 X 0439 X 1824 X 1542 X 1954 X 0343 X +USW00014922198512TSUN 13 X 367 X 16 X 8 X 159 X 133 X 148 X 9 X 23 X 15 X 78 X 510 X 497 X 314 X 394 X 479 X 483 X 509 X 387 X 452 X 394 X 356 X 44 X 504 X 356 X 200 X 481 X 270 X 528 X 380 X 407 X +USW00014922198512WDF1 340 X 320 X 160 X 150 X 310 X 220 X 160 X 340 X 350 X 330 X 350 X 310 X 270 X 320 X 320 X 310 X 330 X 260 X 110 X 220 X 190 X 310 X 360 X 340 X 200 X 300 X 310 X 260 X 260 X 290 X 310 X +USW00014922198512WDFG 360W X 315W X 135W X 135W X 315W X 135W X 180W X 360W X 315W X 315W X 225W X 315W X 270W X 315W X 315W X 315W X 315W X 270W X 90W X 225W X 180W X 315W X 360W X 360W X 180W X 315W X 315W X 270W X 270W X 315W X 315W X +USW00014922198512WESD 330 X 635 X 635 X 635 X 660 X 660 X 635 X 635 X 635 X 635 X 635 X 635 X 635 X 635 X 635 X 660 X 660 X 584 X 584 X 584 X 584 X 584 X 508 X 508 X 508 X 559 X 559 X 559 X 559 X 559 X 559 X +USW00014922198512WSF1 134 X 107 X 76 X 58 X 94 X 58 X 54 X 54 X 45 X 67 X 63 X 94 X 58 X 103 X 103 X 80 X 94 X 63 X 36 X 58 X 76 X 80 X 134 X 107 X 103 X 130 X 130 X 94 X 72 X 125 X 103 X +USW00014922198512WSFG 190 X 154 X 98 X 67 X 129 X 108 X 62 X 98 X 82 X 98 X 72 X 118 X 82 X 159 X 144 X 113 X 134 X 87 X 57 X 72 X 108 X 134 X 190 X 170 X 149 X 175 X 170 X 144 X 103 X 195 X 154 X +USW00014922198512WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198512WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198512WT06-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198512WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198512WT09 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198512WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198512WT15-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198512WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198512WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198512WT18 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 +USW00014922198512WT22-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198601TMAX -61 0 -44 0 -44 0 -44 0 -72 0 -161 0 -189 0 -22 0 56 0 11 0 67 0 44 0 -56 0 -39 0 11 0 33 0 39 0 17 0 6 0 11 0 6 0 -72 0 -33 0 11 0 -44 0 -117 0 -189 0 -94 0 -122 0 -78 0 -72 0 +USW00014922198601TMIN -122 0 -106 0 -100 0 -150 0 -161 0 -233 0 -261 0 -239 0 -22 0 -28 0 -44 0 -100 0 -144 0 -100 0 -117 0 -61 0 -17 0 -28 0 -22 0 -6 0 -78 0 -133 0 -167 0 -44 0 -117 0 -233 0 -278 0 -194 0 -172 0 -172 0 -106 0 +USW00014922198601PRCP 0T 0 5 0 3 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0T 0 56 0 0 0 0 0 76 0 0T 0 0T 0 0T 0 20 0 0T 0 0 0 48 0 +USW00014922198601SNOW 0T 0 5 0 0T 0 20 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 56 0 0 0 0 0 86 0 0T 0 0T 0 0T 0 30 0 0T 0 0 0 64 0 +USW00014922198601SNWD 305 0 305 0 305 0 305 0 305 0 305 0 305 0 305 0 305 0 254 0 254 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 254 0 254 0 254 0 330 0 330 0 330 0 330 0 305 0 279 0 279 0 +USW00014922198601ACMH 90 X 100 X 100 X 70 X 40 X 0 X 0 X 100 X 80 X 80 X 30 X 40 X 70 X 50 X 20 X 30 X 60 X 100 X 100 X 100 X 90 X 70 X 60 X 100 X 70 X 10 X 60 X 90 X 40 X 100 X 100 X +USW00014922198601ACSH 100 X 100 X 100 X 70 X 60 X 0 X 0 X 100 X 80 X 70 X 30 X 50 X 70 X 30 X 40 X 60 X 80 X 100 X 100 X 100 X 100 X 80 X 60 X 100 X 80 X 0 X 70 X 100 X 10 X 100 X 100 X +USW00014922198601AWND 24 X 51 X 27 X 69 X 69 X 47 X 26 X 67 X 78 X 50 X 66 X 121 X 36 X 41 X 32 X 59 X 35 X 41 X 30 X 59 X 73 X 32 X 45 X 79 X 85 X 87 X 31 X 42 X 63 X 23 X 58 X +USW00014922198601FMTM 2053 X 1352 X 1804 X 1550 X 0452 X 0000 X 0450 X 2253 X 1350 X 0050 X 2350 X 0804 X 1550 X 0454 X 0000 X 1150 X 0052 X 0639 X 2350 X 1555 X 2250 X 0000 X 1950 X 1350 X 1812 X 0351 X 0050 X 2250 X 0750 X 2255 X 1716 X +USW00014922198601PGTM 1805 X 1546 X 2315 X 1557 X 2131 X 0922 X 0924 X 2237 X 1403 X 0153 X 2242 X 0827 X 1639 X 0323 X 2207 X 1426 X 0634 X 1846 X 2312 X 1907 X 1838 X 0008 X 1907 X 1338 X 1439 X 0940 X 0039 X 2358 X 0227 X 2117 X 2114 X +USW00014922198601TSUN 103 X 0 X 0 X 266 X 358 X 536 X 525 X 392 X 417 X 402 X 525 X 379 X 468 X 473 X 515 X 465 X 425 X 146 X 58 X 85 X 3 X 421 X 498 X 108 X 474 X 572 X 430 X 274 X 504 X 293 X 6 X +USW00014922198601WDF1 130 X 50 X 120 X 320 X 240 X 310 X 360 X 220 X 280 X 320 X 290 X 320 X 160 X 360 X 170 X 200 X 240 X 340 X 160 X 130 X 330 X 320 X 110 X 180 X 320 X 330 X 340 X 350 X 320 X 60 X 70 X +USW00014922198601WDFG 135W X 45W X 45W X 315W X 315W X 360W X 360W X 225W X 270W X 315W X 270W X 315W X 180W X 360W X 135W X 225W X 225W X 315W X 180W X 135W X 360W X 315W X 90W X 180W X 315W X 315W X 360W X 360W X 315W X 45W X 90W X +USW00014922198601WESD 559 X 559 X 635 X 635 X 660 X 660 X 660 X 660 X 610 X 584 X 584 X 559 X 559 X 559 X 559 X 559 X 559 X 559 X 533 X 533 X 533 X 584 X 584 X 660 X 660 X 660 X 660 X 660 X 686 X 686 X 686 X +USW00014922198601WSF1 36 X 80 X 45 X 116 X 94 X 72 X 45 X 103 X 107 X 76 X 143 X 228 X 89 X 72 X 54 X 80 X 67 X 58 X 54 X 76 X 112 X 89 X 89 X 103 X 112 X 112 X 54 X 94 X 98 X 36 X 94 X +USW00014922198601WSFG 51 X 103 X 72 X 164 X 134 X 113 X 72 X 139 X 159 X 103 X 247 X 298 X 123 X 108 X 82 X 123 X 87 X 108 X 82 X 113 X 175 X 139 X 123 X 144 X 170 X 159 X 82 X 129 X 154 X 46 X 113 X +USW00014922198601WT01-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198601WT06-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198601WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198601WT09-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198601WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198601WT15-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198601WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198601WT18 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 +USW00014922198602TMAX -33 0 -22 0 -6 0 0 0 -6 0 -11 0 -33 0 -67 0 -144 0 -144 0 -144 0 -139 0 -106 0 -122 0 -83 0 -44 0 -11 0 -6 0 -11 0 -61 0 -83 0 -56 0 -56 0 -33 0 6 0 22 0 -33 0 -39 0-9999 -9999 -9999 +USW00014922198602TMIN -72 0 -50 0 -39 0 -17 0 -44 0 -44 0 -72 0 -183 0 -222 0 -244 0 -239 0 -250 0 -211 0 -211 0 -211 0 -122 0 -50 0 -22 0 -61 0 -150 0 -194 0 -167 0 -144 0 -172 0 -117 0 -33 0 -122 0 -161 0-9999 -9999 -9999 +USW00014922198602PRCP 3 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 48 0 0 0 71 0 3 0 0T 0 13 0 3 0 28 0 0 0 0T 0 5 0 0T 0 30 0 3 0 8 0 0T 0-9999 -9999 -9999 +USW00014922198602SNOW 5 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 107 0 0 0 99 0 3 0 0T 0 13 0 3 0 38 0 0 0 3 0 28 0 0T 0 3 0 5 0 8 0 0T 0-9999 -9999 -9999 +USW00014922198602SNWD 356 0 356 0 330 0 330 0 330 0 330 0 330 0 305 0 305 0 305 0 305 0 305 0 305 0 381 0 381 0 457 0 432 0 432 0 432 0 457 0 457 0 457 0 457 0 457 0 457 0 457 0 432 0 406 0-9999 -9999 -9999 +USW00014922198602ACMH 90 X 100 X 100 X 100 X 100 X 100 X 100 X 50 X 0 X 0 X 40 X 0 X 60 X 0 X 70 X 100 X 100 X 100 X 100 X 90 X 70 X 90 X 80 X 60 X 100 X 100 X 30 X 70 X-9999 -9999 -9999 +USW00014922198602ACSH 100 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 0 X 10 X 70 X 0 X 100 X 0 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 90 X 100 X 90 X 100 X 100 X 10 X 90 X-9999 -9999 -9999 +USW00014922198602AWND 26 X 14 X 36 X 59 X 62 X 56 X 53 X 62 X 45 X 25 X 33 X 35 X 39 X 50 X 32 X 48 X 40 X 30 X 36 X 69 X 44 X 55 X 19 X 21 X 41 X 43 X 55 X 44 X-9999 -9999 -9999 +USW00014922198602FMTM 0250 X 2051 X 2010 X 1452 X 1051 X 1353 X 2350 X 1450 X 1452 X 1453 X 1352 X 1751 X 1318 X 0550 X 2154 X 1254 X 1753 X 0653 X 2253 X 1055 X 1949 X 1253 X 1050 X 1652 X 1228 X 2251 X 0652 X 1951 X-9999 -9999 -9999 +USW00014922198602PGTM 0002 X 1701 X 1823 X 1847 X 0901 X 1352 X 0857 X 1450 X 1710 X 1248 X 1403 X 1742 X 1317 X 1528 X 1718 X 1253 X 1216 X 0923 X 2258 X 1102 X 2036 X 1024 X 1736 X 1548 X 1039 X 1916 X 0316 X 1945 X-9999 -9999 -9999 +USW00014922198602TSUN 257 X 132 X 80 X 23 X 130 X 3 X 423 X 561 X 609 X 608 X 552 X 618 X 49 X 623 X 114 X 371 X 0 X 0 X 0 X 366 X 435 X 303 X 59 X 399 X 0 X 0 X 653 X 437 X-9999 -9999 -9999 +USW00014922198602WDF1 80 X 80 X 70 X 20 X 30 X 80 X 310 X 320 X 260 X 330 X 300 X 250 X 170 X 320 X 80 X 100 X 170 X 320 X 310 X 360 X 160 X 300 X 120 X 190 X 150 X 20 X 20 X 260 X-9999 -9999 -9999 +USW00014922198602WDFG 90W X 45W X 90W X 360W X 360W X 90W X 360W X 315W X 270W X 315W X 315W X 270W X 180W X 270W X 90W X 90W X 135W X 360W X 315W X 360W X 180W X 315W X 45W X 180W X 135W X 360W X 360W X 270W X-9999 -9999 -9999 +USW00014922198602WESD 737 X 813 X 813 X 762 X 762 X 762 X 762 X 762 X 813 X 813 X 813 X 813 X 813 X 864 X 864 X 965 X 965 X 965 X 965 X 1067 X 1067 X 1067 X 1067 X 1067 X 1067 X 1067 X 1067 X 1143 X-9999 -9999 -9999 +USW00014922198602WSF1 58 X 36 X 72 X 89 X 89 X 76 X 76 X 89 X 72 X 45 X 58 X 63 X 72 X 72 X 54 X 80 X 58 X 63 X 72 X 103 X 72 X 89 X 36 X 40 X 67 X 67 X 89 X 72 X-9999 -9999 -9999 +USW00014922198602WSFG 93 X 82 X 87 X 134 X 144 X 108 X 118 X 123 X 98 X 67 X 93 X 87 X 103 X 108 X 72 X 98 X 77 X 98 X 93 X 175 X 103 X 123 X 57 X 57 X 87 X 113 X 118 X 103 X-9999 -9999 -9999 +USW00014922198602WT01 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00014922198602WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198602WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198602WT06 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198602WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198602WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922198602WT15 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198602WT16 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198602WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198602WT18 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922198603TMAX 22 0 28 0 22 0 33 0 6 0 -39 0 -111 0 -6 0 39 0 17 0 28 0 44 0 11 0 22 0 61 0 61 0 56 0 28 0 22 0 -39 0 56 0 94 0 72 0 67 0 150 0 50 0 111 0 233 0 283 0 167 0 278 0 +USW00014922198603TMIN -89 0 -22 0 0 0 -22 0 -61 0 -161 0 -206 0 -133 0 -22 0 -39 0 -83 0 -28 0 0 0 6 0 -17 0 -56 0 11 0 6 0 -106 0 -144 0 -89 0 11 0 -50 0 -50 0 39 0 -44 0 -61 0 33 0 44 0 39 0 78 0 +USW00014922198603PRCP 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 13 0 3 0 0 0 23 0 175 0 13 0 0 0 0 0 0T 0 211 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 76 0 +USW00014922198603SNOW 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 10 0 178 0 8 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198603SNWD 406 0 381 0 381 0 330 0 279 0 279 0 279 0 279 0 279 0 254 0 229 0 229 0 254 0 330 0 305 0 254 0 229 0 152 0 76 0 76 0 76 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 +USW00014922198603ACMH 80 X 100 X 100 X 50 X 70 X 50 X 30 X 90 X 100 X 80 X 50 X 90 X 100 X 100 X 20 X 80 X 100 X 100 X 20 X 0 X 50 X 60 X 0 X 80 X 100 X 60 X 60 X 90 X 70 X 60 X 60 X +USW00014922198603ACSH 60 X 100 X 100 X 50 X 60 X 60 X 20 X 100 X 100 X 100 X 70 X 100 X 100 X 100 X 0 X 100 X 100 X 100 X 20 X 0 X 40 X 80 X 0 X 100 X 100 X 100 X 70 X 90 X 70 X 100 X 50 X +USW00014922198603AWND 36 X 53 X 46 X 44 X 63 X 79 X 46 X 71 X 58 X 67 X 32 X 59 X 51 X 38 X 38 X 26 X 41 X 75 X 87 X 33 X 46 X 77 X 65 X 66 X 66 X 66 X 42 X 42 X 57 X 42 X 79 X +USW00014922198603FMTM 1451 X 2151 X 2350 X 0152 X 1150 X 1251 X 0150 X 0950 X 2353 X 0553 X 1650 X 2109 X 0054 X 1953 X 1150 X 2154 X 1553 X 1953 X 1450 X 1452 X 1553 X 0655 X 1250 X 0951 X 1135 X 1150 X 1550 X 0850 X 1553 X 0253 X 1449 X +USW00014922198603PGTM 1538 X 0928 X 2343 X 0149 X 1145 X 1638 X 0023 X 1241 X 2336 X 0927 X 1648 X 2103 X 0128 X 0908 X 1129 X 2205 X 2138 X 2217 X 0826 X 1532 X 1410 X 0648 X 1217 X 1428 X 1028 X 0738 X 1447 X 1342 X 1506 X 0016 X 1353 X +USW00014922198603TSUN 548 X 272 X 236 X 586 X 408 X 520 X 630 X 393 X 130 X 332 X 575 X 197 X 132 X 54 X 695 X 563 X 309 X 1 X 645 X 728 X 555 X 649 X 734 X 446 X 333 X 219 X 630 X 650 X 665 X 718 X 598 X +USW00014922198603WDF1 150 X 30 X 330 X 330 X 350 X 300 X 340 X 160 X 20 X 360 X 140 X 60 X 60 X 350 X 360 X 160 X 120 X 350 X 330 X 230 X 240 X 200 X 310 X 170 X 210 X 310 X 180 X 240 X 250 X 300 X 190 X +USW00014922198603WDFG 135W X 360W X 315W X 315W X 360W X 315W X 360W X 180W X 360W X 360W X 135W X 45W X 45W X 360W X 360W X 180W X 90W X 360W X 315W X 225W X 225W X 180W X 315W X 180W X 225W X 315W X 180W X 225W X 225W X 315W X 225W X +USW00014922198603WESD 1143 X 1143 X 787 X 889 X 889 X 889 X 889 X 889 X 889 X 813 X 813 X 813 X 965 X 1016 X 1016 X 864 X 1041 X 356 X 305 X 508 X 406 X 203 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198603WSF1 58 X 72 X 67 X 80 X 116 X 116 X 94 X 116 X 103 X 103 X 54 X 103 X 80 X 58 X 67 X 45 X 63 X 112 X 103 X 58 X 80 X 112 X 116 X 103 X 116 X 112 X 80 X 72 X 112 X 76 X 139 X +USW00014922198603WSFG 77 X 134 X 108 X 118 X 175 X 164 X 139 X 154 X 123 X 139 X 72 X 154 X 108 X 103 X 113 X 62 X 82 X 175 X 164 X 87 X 108 X 159 X 180 X 139 X 175 X 170 X 123 X 98 X 175 X 129 X 242 X +USW00014922198603WT01 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198603WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198603WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198603WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198603WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198603WT06-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198603WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198603WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198603WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198603WT15-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198603WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198603WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198603WT18-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198604TMAX 144 0 161 0 94 0 83 0 117 0 133 0 167 0 117 0 133 0 172 0 206 0 128 0 139 0 111 0 111 0 144 0 144 0 117 0 167 0 122 0 78 0 133 0 228 0 150 0 239 0 206 0 222 0 161 0 211 0 178 0-9999 +USW00014922198604TMIN 39 0 22 0 44 0 44 0 72 0 61 0 78 0 39 0 0 0 -17 0 6 0 61 0 44 0 6 0 22 0 6 0 39 0 89 0 61 0 33 0 0 0 -28 0 56 0 89 0 78 0 67 0 150 0 50 0 39 0 100 0-9999 +USW00014922198604PRCP 0 0 3 0 99 0 69 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 279 0 8 0 0 0 0 0 86 0 8 0 0T 0 0 0 0 0 0 0 41 0 15 0 188 0 450 0 112 0 109 0 0T 0-9999 +USW00014922198604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198604ACMH 10 X 70 X 100 X 100 X 100 X 70 X 20 X 20 X 0 X 0 X 20 X 100 X 100 X 100 X 80 X 0 X 70 X 100 X 80 X 60 X 40 X 20 X 50 X 70 X 90 X 90 X 100 X 80 X 60 X 50 X-9999 +USW00014922198604ACSH 0 X 80 X 100 X 100 X 100 X 90 X 0 X 30 X 0 X 0 X 30 X 100 X 100 X 100 X 100 X 10 X 100 X 100 X 80 X 50 X 40 X 30 X 70 X 80 X 100 X 80 X 100 X 100 X 50 X 70 X-9999 +USW00014922198604AWND 59 X 69 X 75 X 77 X 62 X 51 X 83 X 88 X 52 X 28 X 22 X 39 X 67 X 73 X 76 X 39 X 59 X 80 X 90 X 74 X 65 X 52 X 93 X 48 X 68 X 39 X 44 X 61 X 44 X 78 X-9999 +USW00014922198604FMTM 1150 X 1453 X 2351 X 1051 X 0550 X 1650 X 0953 X 1550 X 1250 X 1652 X 2250 X 0351 X 2350 X 0053 X 1452 X 2251 X 1354 X 2350 X 1855 X 1650 X 0352 X 1650 X 1451 X 1653 X 1552 X 2221 X 1459 X 1953 X 2354 X 1552 X-9999 +USW00014922198604PGTM 1004 X 1412 X 1520 X 1039 X 0419 X 1611 X 0943 X 1318 X 1404 X 1620 X 2044 X 0131 X 2325 X 0059 X 1102 X 0923 X 1233 X 2346 X 1341 X 1900 X 0754 X 1213 X 1138 X 1353 X 2109 X 2215 X 1524 X 1742 X 2356 X 1450 X-9999 +USW00014922198604TSUN 766 X 610 X 11 X 10 X 12 X 419 X 762 X 781 X 791 X 794 X 776 X 323 X 522 X 14 X 433 X 760 X 591 X 17 X 423 X 771 X 630 X 830 X 789 X 417 X 471 X 537 X 325 X 310 X 608 X 739 X-9999 +USW00014922198604WDF1 300 X 110 X 70 X 90 X 110 X 240 X 320 X 360 X 330 X 310 X 110 X 110 X 90 X 90 X 360 X 70 X 150 X 200 X 300 X 360 X 10 X 190 X 180 X 360 X 110 X 260 X 240 X 290 X 80 X 290 X-9999 +USW00014922198604WDFG 315W X 135W X 45W X 90W X 90W X 225W X 315W X 315W X 360W X 360W X 135W X 135W X 90W X 90W X 360W X 45W X 135W X 180W X 270W X 360W X 360W X 180W X 180W X 360W X 225W X 270W X 225W X 270W X 90W X 270W X-9999 +USW00014922198604WSF1 103 X 103 X 94 X 103 X 94 X 76 X 134 X 125 X 89 X 63 X 54 X 67 X 103 X 125 X 130 X 54 X 94 X 139 X 139 X 103 X 103 X 98 X 134 X 72 X 98 X 103 X 107 X 89 X 94 X 134 X-9999 +USW00014922198604WSFG 134 X 144 X 129 X 159 X 123 X 113 X 180 X 185 X 118 X 93 X 62 X 87 X 154 X 190 X 175 X 87 X 144 X 190 X 190 X 154 X 149 X 159 X 200 X 118 X 144 X 154 X 149 X 144 X 103 X 195 X-9999 +USW00014922198604WT01-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922198604WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00014922198604WT14-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922198604WT16-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922198604WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198605TMAX 106 0 128 0 183 0 278 0 272 0 167 0 167 0 172 0 189 0 161 0 206 0 244 0 161 0 228 0 211 0 211 0 167 0 172 0 178 0 178 0 200 0 217 0 194 0 233 0 167 0 233 0 272 0 272 0 294 0 294 0 322 0 +USW00014922198605TMIN 39 0 22 0 28 0 106 0 139 0 83 0 78 0 83 0 106 0 128 0 128 0 150 0 106 0 56 0 128 0 100 0 78 0 44 0 72 0 33 0 33 0 67 0 94 0 67 0 111 0 122 0 144 0 139 0 139 0 167 0 172 0 +USW00014922198605PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 36 0 356 0 81 0 5 0 117 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 5 0 193 0 0 0 0 0 0 0 0 0 3 0 0 0 +USW00014922198605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198605ACMH 70 X 20 X 30 X 20 X 10 X 20 X 80 X 100 X 100 X 100 X 100 X 100 X 80 X 40 X 80 X 80 X 70 X 10 X 10 X 10 X 0 X 20 X 90 X 70 X 100 X 90 X 50 X 30 X 20 X 70 X 10 X +USW00014922198605ACSH 90 X 0 X 40 X 0 X 20 X 20 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 40 X 100 X 90 X 80 X 20 X 20 X 10 X 0 X 20 X 100 X 70 X 100 X 90 X 60 X 30 X 10 X 80 X 10 X +USW00014922198605AWND 93 X 46 X 42 X 87 X 90 X 96 X 48 X 78 X 75 X 42 X 29 X 40 X 30 X 25 X 24 X 39 X 60 X 55 X 54 X 42 X 37 X 39 X 40 X 28 X 31 X 38 X 45 X 30 X 27 X 31 X 42 X +USW00014922198605FMTM 1250 X 1451 X 2251 X 1753 X 1450 X 0854 X 2351 X 0952 X 1053 X 1055 X 2051 X 0950 X 0915 X 1450 X 1052 X 1852 X 1351 X 1650 X 1051 X 2150 X 2052 X 1252 X 2139 X 1714 X 1651 X 1250 X 1152 X 1153 X 1850 X 1356 X 1551 X +USW00014922198605PGTM 0253 X 1437 X 2211 X 1712 X 1742 X 0712 X 1542 X 0941 X 0619 X 0847 X 2047 X 0957 X 0934 X 1518 X 1309 X 2059 X 1603 X 1036 X 1421 X 1620 X 1336 X 1254 X 2139 X 1653 X 1552 X 1302 X 1423 X 1208 X 1540 X 1530 X 1315 X +USW00014922198605TSUN 617 X 858 X 784 X 822 X 826 X 832 X 639 X 524 X 481 X 43 X 529 X 521 X 342 X 762 X 707 X 623 X 812 X 878 X 876 X 900 X 904 X 824 X 673 X 719 X 459 X 724 X 828 X 738 X 854 X 835 X 882 X +USW00014922198605WDF1 320 X 320 X 170 X 190 X 210 X 230 X 70 X 100 X 140 X 110 X 130 X 130 X 310 X 150 X 160 X 310 X 360 X 20 X 70 X 60 X 70 X 90 X 290 X 230 X 30 X 70 X 70 X 100 X 210 X 290 X 250 X +USW00014922198605WDFG 315W X 315W X 180W X 180W X 270W X 270W X 90W X 90W X 90W X 135W X 135W X 135W X 315W X 135W X 315W X 315W X 360W X 360W X 90W X 45W X 45W X 90W X 270W X 225W X 45W X 90W X 45W X 90W X 90W X 270W X 270W X +USW00014922198605WSF1 116 X 80 X 72 X 125 X 134 X 156 X 80 X 103 X 103 X 76 X 54 X 72 X 63 X 63 X 54 X 72 X 89 X 72 X 72 X 63 X 58 X 72 X 103 X 94 X 58 X 67 X 89 X 67 X 54 X 45 X 80 X +USW00014922198605WSFG 195 X 139 X 113 X 190 X 185 X 231 X 129 X 170 X 170 X 123 X 77 X 108 X 87 X 87 X 72 X 113 X 164 X 118 X 108 X 98 X 103 X 113 X 134 X 134 X 82 X 113 X 134 X 103 X 93 X 77 X 118 X +USW00014922198605WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00014922198605WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198605WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198605WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198605WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198605WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922198606TMAX 233 0 217 0 300 0 222 0 239 0 222 0 261 0 250 0 278 0 300 0 167 0 261 0 228 0 267 0 294 0 233 0 261 0 311 0 339 0 317 0 311 0 256 0 250 0 217 0 311 0 300 0 300 0 283 0 233 0 178 0-9999 +USW00014922198606TMIN 100 0 72 0 117 0 150 0 122 0 167 0 167 0 111 0 133 0 167 0 100 0 106 0 100 0 111 0 156 0 139 0 111 0 161 0 233 0 211 0 183 0 178 0 156 0 106 0 122 0 239 0 194 0 178 0 144 0 139 0-9999 +USW00014922198606PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 122 0 3 0 0 0 0 0 0 0 0T 0 0 0 30 0 152 0 0 0 145 0 582 0 224 0 25 0 0 0 0 0 13 0 3 0 0 0 25 0 33 0-9999 +USW00014922198606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198606ACMH 20 X 0 X 20 X 80 X 60 X 90 X 60 X 40 X 50 X 90 X 100 X 50 X 50 X 40 X 60 X 10 X 30 X 50 X 30 X 80 X 90 X 50 X 40 X 10 X 80 X 70 X 50 X 50 X 80 X 100 X-9999 +USW00014922198606ACSH 30 X 0 X 30 X 100 X 60 X 90 X 60 X 60 X 40 X 80 X 100 X 50 X 60 X 50 X 70 X 10 X 30 X 50 X 30 X 90 X 90 X 50 X 60 X 10 X 80 X 80 X 40 X 40 X 90 X 100 X-9999 +USW00014922198606AWND 71 X 58 X 67 X 53 X 56 X 46 X 61 X 40 X 56 X 55 X 79 X 48 X 34 X 24 X 69 X 75 X 28 X 51 X 54 X 56 X 68 X 59 X 58 X 36 X 67 X 55 X 45 X 28 X 44 X 52 X-9999 +USW00014922198606FMTM 0550 X 0753 X 1151 X 1853 X 1050 X 2050 X 1450 X 0650 X 1550 X 1822 X 1551 X 1853 X 1452 X 2052 X 1751 X 0527 X 2134 X 0512 X 1153 X 1750 X 1901 X 0453 X 2150 X 0054 X 1550 X 0955 X 1553 X 0955 X 2352 X 0651 X-9999 +USW00014922198606PGTM 1316 X 1301 X 1636 X 1559 X 1204 X 2049 X 1700 X 0650 X 1427 X 1921 X 1346 X 1908 X 1503 X 1648 X 1559 X 0338 X 1040 X 0937 X 0915 X 1730 X 1900 X 0030 X 1510 X 0041 X 1528 X 0925 X 1804 X 2309 X 1417 X 0001 X-9999 +USW00014922198606TSUN 878 X 924 X 839 X 580 X 778 X 592 X 782 X 887 X 898 X 560 X 199 X 781 X 927 X 778 X 789 X 857 X 742 X 737 X 825 X 718 X 729 X 767 X 782 X 937 X 807 X 768 X 864 X 742 X 654 X 398 X-9999 +USW00014922198606WDF1 10 X 140 X 190 X 30 X 90 X 130 X 310 X 350 X 120 X 360 X 360 X 310 X 220 X 80 X 200 X 330 X 190 X 200 X 230 X 260 X 350 X 130 X 350 X 10 X 200 X 200 X 330 X 220 X 40 X 90 X-9999 +USW00014922198606WDFG 45W X 90W X 180W X 360W X 90W X 135W X 360W X 360W X 135W X 360W X 360W X 315W X 225W X 45W X 180W X 270W X 90W X 180W X 225W X 270W X 360W X 180W X 315W X 360W X 180W X 180W X 360W X 360W X 315W X 45W X-9999 +USW00014922198606WSF1 98 X 76 X 103 X 76 X 80 X 72 X 89 X 80 X 76 X 94 X 112 X 76 X 72 X 45 X 112 X 125 X 63 X 80 X 89 X 98 X 125 X 80 X 94 X 63 X 107 X 94 X 76 X 54 X 67 X 89 X-9999 +USW00014922198606WSFG 139 X 123 X 139 X 113 X 129 X 98 X 129 X 123 X 123 X 123 X 170 X 118 X 129 X 77 X 170 X 164 X 98 X 108 X 129 X 144 X 180 X 139 X 154 X 87 X 159 X 144 X 118 X 82 X 118 X 118 X-9999 +USW00014922198606WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198606WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198606WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198606WT08-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198606WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198606WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922198607TMAX 239 0 267 0 283 0 317 0 317 0 272 0 294 0 261 0 272 0 244 0 250 0 244 0 244 0 267 0 283 0 328 0 333 0 333 0 294 0 256 0 267 0 294 0 311 0 294 0 272 0 278 0 278 0 283 0 294 0 289 0 256 0 +USW00014922198607TMIN 144 0 150 0 150 0 200 0 211 0 167 0 178 0 189 0 161 0 178 0 178 0 150 0 144 0 156 0 206 0 211 0 256 0 256 0 200 0 178 0 150 0 167 0 206 0 222 0 200 0 172 0 194 0 189 0 194 0 194 0 161 0 +USW00014922198607PRCP 0T 0 0 0 0 0 0T 0 109 0 0 0 0 0 18 0 0 0 0T 0 193 0 152 0 0 0 0 0 43 0 0 0 0 0 0 0 175 0 0 0 0 0 0 0 0 0 30 0 0 0 0T 0 203 0 0 0 0 0 119 0 0 0 +USW00014922198607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198607ACMH 80 X 30 X 20 X 60 X 80 X 80 X 20 X 80 X 30 X 80 X 90 X 80 X 50 X 50 X 60 X 60 X 10 X 50 X 60 X 50 X 30 X 20 X 30 X 90 X 50 X 80 X 70 X 60 X 30 X 70 X 40 X +USW00014922198607ACSH 90 X 40 X 10 X 60 X 100 X 80 X 10 X 90 X 10 X 80 X 80 X 80 X 70 X 70 X 80 X 70 X 10 X 50 X 60 X 40 X 30 X 20 X 40 X 90 X 40 X 80 X 80 X 60 X 40 X 60 X 50 X +USW00014922198607AWND 23 X 39 X 57 X 62 X 71 X 39 X 32 X 42 X 38 X 50 X 41 X 36 X 55 X 40 X 38 X 53 X 70 X 42 X 51 X 44 X 30 X 35 X 76 X 37 X 37 X 41 X 37 X 28 X 28 X 39 X 47 X +USW00014922198607FMTM 1409 X 1552 X 1553 X 0951 X 1712 X 1652 X 1651 X 1852 X 1453 X 1850 X 0000 X 1908 X 1655 X 1153 X 1108 X 1850 X 1453 X 1754 X 1550 X 0751 X 1352 X 1450 X 1353 X 0151 X 0453 X 2254 X 0336 X 1650 X 1553 X 2353 X 1453 X +USW00014922198607PGTM 1524 X 1054 X 1543 X 0257 X 1714 X 1353 X 1643 X 1919 X 1213 X 2054 X 1637 X 1907 X 1153 X 1356 X 1121 X 1215 X 1313 X 1745 X 0047 X 0833 X 1426 X 1233 X 1511 X 0205 X 1313 X 1609 X 0338 X 1402 X 1706 X 0804 X 1609 X +USW00014922198607TSUN 517 X 891 X 860 X 728 X 644 X 825 X 928 X 474 X 897 X 645 X 521 X 594 X 717 X 837 X 426 X 809 X 877 X 764 X 719 X 896 X 874 X 866 X 835 X 534 X 797 X 702 X 720 X 646 X 801 X 661 X 855 X +USW00014922198607WDF1 280 X 310 X 160 X 210 X 250 X 290 X 150 X 10 X 80 X 80 X 120 X 260 X 280 X 110 X 140 X 180 X 190 X 10 X 310 X 320 X 250 X 230 X 180 X 210 X 20 X 140 X 260 X 280 X 140 X 330 X 270 X +USW00014922198607WDFG 270W X 360W X 180W X 90W X 270W X 270W X 180W X 45W X 90W X 90W X 270W X 315W X 270W X 135W X 135W X 180W X 180W X 360W X 360W X 315W X 270W X 180W X 180W X 225W X 360W X 135W X 270W X 270W X 135W X 135W X 315W X +USW00014922198607WSF1 40 X 67 X 94 X 94 X 130 X 58 X 54 X 63 X 58 X 76 X 72 X 156 X 80 X 67 X 67 X 76 X 94 X 72 X 76 X 72 X 63 X 58 X 125 X 80 X 67 X 72 X 103 X 40 X 54 X 72 X 80 X +USW00014922198607WSFG 67 X 123 X 139 X 180 X 185 X 98 X 82 X 103 X 103 X 108 X 93 X 206 X 139 X 98 X 113 X 113 X 139 X 118 X 154 X 103 X 82 X 93 X 170 X 113 X 103 X 103 X 180 X 62 X 82 X 108 X 118 X +USW00014922198607WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922198607WT03-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 +USW00014922198607WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198607WT16 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 +USW00014922198608TMAX 272 0 233 0 250 0 278 0 278 0 272 0 267 0 289 0 300 0 206 0 233 0 256 0 211 0 267 0 294 0 322 0 272 0 256 0 272 0 200 0 217 0 244 0 228 0 194 0 294 0 217 0 172 0 206 0 211 0 244 0 283 0 +USW00014922198608TMIN 139 0 133 0 139 0 144 0 150 0 172 0 183 0 167 0 172 0 122 0 94 0 117 0 161 0 167 0 156 0 167 0 167 0 150 0 161 0 144 0 111 0 144 0 139 0 117 0 167 0 111 0 67 0 78 0 83 0 139 0 172 0 +USW00014922198608PRCP 3 0 8 0 0 0 0 0 5 0 3 0 5 0 0 0 66 0 0T 0 0 0 0T 0 33 0 165 0 0 0 406 0 132 0 0 0 0 0 180 0 0 0 64 0 0 0 13 0 0T 0 30 0 0 0 0 0 15 0 0 0 0 0 +USW00014922198608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198608ACMH 30 X 20 X 10 X 20 X 60 X 80 X 70 X 20 X 60 X 50 X 10 X 60 X 90 X 80 X 0 X 30 X 60 X 50 X 30 X 70 X 50 X 100 X 40 X 90 X 90 X 70 X 30 X 30 X 60 X 70 X 40 X +USW00014922198608ACSH 40 X 30 X 20 X 20 X 60 X 80 X 80 X 20 X 60 X 60 X 20 X 80 X 100 X 80 X 0 X 30 X 40 X 60 X 40 X 90 X 50 X 100 X 40 X 100 X 90 X 80 X 40 X 40 X 60 X 70 X 40 X +USW00014922198608AWND 47 X 55 X 36 X 47 X 33 X 34 X 38 X 42 X 52 X 57 X 26 X 52 X 58 X 46 X 33 X 48 X 42 X 25 X 44 X 39 X 46 X 73 X 41 X 46 X 30 X 57 X 42 X 25 X 62 X 57 X 64 X +USW00014922198608FMTM 1650 X 1353 X 1251 X 2334 X 0000 X 1652 X 1450 X 1252 X 1650 X 1854 X 1553 X 1351 X 1552 X 1653 X 1350 X 1845 X 0000 X 0750 X 1553 X 1252 X 0153 X 2224 X 0052 X 1551 X 2250 X 1510 X 1249 X 1652 X 1452 X 1752 X 1453 X +USW00014922198608PGTM 1656 X 1304 X 1203 X 2326 X 0004 X 1631 X 1743 X 1340 X 1605 X 1729 X 1038 X 1541 X 1222 X 1245 X 1538 X 1842 X 0242 X 1453 X 1401 X 2015 X 1035 X 1834 X 0015 X 0902 X 2328 X 1837 X 1256 X 1220 X 1905 X 1623 X 1447 X +USW00014922198608TSUN 841 X 875 X 823 X 851 X 646 X 596 X 601 X 865 X 702 X 830 X 856 X 649 X 344 X 605 X 819 X 793 X 777 X 788 X 827 X 281 X 713 X 383 X 745 X 456 X 581 X 622 X 738 X 759 X 702 X 716 X 721 X +USW00014922198608WDF1 250 X 310 X 280 X 10 X 20 X 130 X 320 X 340 X 200 X 320 X 270 X 160 X 160 X 250 X 220 X 200 X 290 X 110 X 140 X 250 X 360 X 320 X 310 X 140 X 360 X 330 X 360 X 270 X 180 X 150 X 190 X +USW00014922198608WDFG 225W X 315W X 315W X 360W X 360W X 135W X 315W X 315W X 180W X 315W X 315W X 180W X 225W X 270W X 225W X 180W X 45W X 90W X 180W X 360W X 45W X 270W X 315W X 180W X 360W X 360W X 360W X 315W X 180W X 135W X 180W X +USW00014922198608WSF1 94 X 98 X 54 X 76 X 72 X 54 X 67 X 80 X 125 X 76 X 45 X 89 X 76 X 80 X 67 X 143 X 94 X 40 X 72 X 67 X 67 X 103 X 89 X 67 X 63 X 94 X 76 X 58 X 103 X 89 X 112 X +USW00014922198608WSFG 139 X 139 X 87 X 134 X 93 X 72 X 108 X 113 X 154 X 144 X 98 X 129 X 129 X 139 X 87 X 231 X 123 X 67 X 108 X 103 X 93 X 144 X 123 X 118 X 87 X 134 X 123 X 77 X 139 X 129 X 139 X +USW00014922198608WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198608WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198608WT03-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198608WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198608WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198608WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198608WT16 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00014922198609TMAX 283 0 261 0 256 0 211 0 178 0 167 0 183 0 200 0 156 0 178 0 144 0 200 0 150 0 117 0 133 0 144 0 167 0 172 0 178 0 222 0 228 0 194 0 217 0 217 0 272 0 294 0 256 0 206 0 178 0 211 0-9999 +USW00014922198609TMIN 156 0 156 0 150 0 144 0 106 0 89 0 67 0 56 0 106 0 139 0 94 0 50 0 72 0 89 0 83 0 72 0 111 0 128 0 128 0 150 0 156 0 117 0 100 0 111 0 150 0 144 0 122 0 78 0 94 0 83 0-9999 +USW00014922198609PRCP 0 0 0 0 213 0 0 0 0 0 0 0 0T 0 0 0 239 0 132 0 0T 0 0T 0 0 0 224 0 41 0 0T 0 41 0 89 0 79 0 0T 0 526 0 0 0 0 0 168 0 0T 0 0T 0 0 0 3 0 0 0 0 0-9999 +USW00014922198609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198609ACMH 50 X 60 X 80 X 20 X 50 X 40 X 30 X 10 X 100 X 100 X 90 X 40 X 80 X 100 X 90 X 80 X 100 X 100 X 100 X 100 X 100 X 80 X 40 X 80 X 20 X 40 X 10 X 70 X 70 X 50 X-9999 +USW00014922198609ACSH 40 X 70 X 90 X 20 X 60 X 40 X 20 X 10 X 100 X 100 X 100 X 50 X 70 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 90 X 60 X 100 X 0 X 50 X 10 X 100 X 90 X 50 X-9999 +USW00014922198609AWND 38 X 48 X 55 X 62 X 58 X 59 X 36 X 42 X 45 X 42 X 45 X 33 X 49 X 41 X 53 X 62 X 36 X 50 X 53 X 40 X 64 X 36 X 36 X 55 X 64 X 49 X 31 X 31 X 40 X 18 X-9999 +USW00014922198609FMTM 1553 X 1250 X 1830 X 1451 X 1250 X 1553 X 1550 X 1353 X 1432 X 1150 X 1752 X 1553 X 0450 X 1450 X 1153 X 1153 X 0353 X 2154 X 0600 X 2150 X 0752 X 0750 X 1452 X 1552 X 1253 X 1652 X 1452 X 1152 X 1353 X 1550 X-9999 +USW00014922198609PGTM 1428 X 1229 X 1826 X 1603 X 1247 X 1154 X 1432 X 1348 X 1240 X 1142 X 1630 X 1153 X 0227 X 1149 X 1053 X 1110 X 0211 X 0832 X 0808 X 2344 X 0743 X 0820 X 1451 X 1548 X 1403 X 1503 X 1254 X 1556 X 1518 X 1523 X-9999 +USW00014922198609TSUN 732 X 661 X 479 X 785 X 767 X 674 X 778 X 774 X 17 X 50 X 23 X 590 X 609 X 0 X 351 X 549 X 0 X 228 X 31 X 165 X 61 X 222 X 559 X 397 X 696 X 602 X 686 X 269 X 425 X 451 X-9999 +USW00014922198609WDF1 210 X 180 X 310 X 300 X 330 X 330 X 270 X 230 X 110 X 60 X 350 X 10 X 30 X 60 X 50 X 100 X 160 X 70 X 110 X 100 X 150 X 340 X 220 X 120 X 200 X 230 X 250 X 60 X 270 X 240 X-9999 +USW00014922198609WDFG 225W X 180W X 315W X 315W X 315W X 315W X 315W X 225W X 135W X 45W X 360W X 225W X 360W X 45W X 45W X 90W X 180W X 360W X 90W X 90W X 135W X 315W X 225W X 135W X 225W X 225W X 225W X 45W X 270W X 315W X-9999 +USW00014922198609WSF1 67 X 94 X 148 X 103 X 89 X 94 X 72 X 80 X 76 X 98 X 72 X 76 X 80 X 67 X 80 X 98 X 80 X 72 X 98 X 80 X 130 X 89 X 72 X 98 X 112 X 80 X 63 X 67 X 80 X 45 X-9999 +USW00014922198609WSFG 123 X 123 X 190 X 170 X 134 X 139 X 108 X 118 X 108 X 139 X 108 X 118 X 139 X 93 X 113 X 139 X 134 X 118 X 144 X 108 X 180 X 134 X 108 X 134 X 154 X 129 X 72 X 93 X 103 X 72 X-9999 +USW00014922198609WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198609WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198609WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198609WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198609WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198609WT16-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00014922198610TMAX 206 0 167 0 133 0 139 0 128 0 144 0 228 0 128 0 111 0 128 0 111 0 56 0 67 0 117 0 106 0 161 0 111 0 144 0 194 0 222 0 228 0 189 0 189 0 106 0 128 0 133 0 194 0 194 0 117 0 139 0 128 0 +USW00014922198610TMIN 83 0 83 0 78 0 61 0 39 0 11 0 89 0 56 0 6 0 33 0 33 0 17 0 0 0 0 0 0 0 33 0 28 0 22 0 22 0 94 0 67 0 100 0 83 0 78 0 67 0 50 0 33 0 72 0 17 0 22 0 6 0 +USW00014922198610PRCP 0 0 53 0 5 0 0 0 0T 0 0 0 3 0 0 0 0 0 5 0 277 0 23 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0T 0 76 0 +USW00014922198610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198610ACMH 40 X 80 X 100 X 50 X 40 X 50 X 50 X 90 X 10 X 90 X 100 X 100 X 70 X 90 X 60 X 10 X 40 X 20 X 40 X 10 X 20 X 100 X 90 X 100 X 100 X 50 X 20 X 70 X 20 X 70 X 100 X +USW00014922198610ACSH 50 X 100 X 100 X 40 X 40 X 70 X 80 X 100 X 10 X 100 X 100 X 100 X 60 X 90 X 60 X 0 X 80 X 0 X 40 X 10 X 0 X 100 X 70 X 100 X 100 X 60 X 30 X 80 X 10 X 60 X 100 X +USW00014922198610AWND 23 X 35 X 57 X 39 X 68 X 46 X 46 X 62 X 30 X 64 X 76 X 70 X 36 X 44 X 37 X 36 X 40 X 40 X 32 X 17 X 27 X 17 X 26 X 45 X 36 X 33 X 22 X 50 X 39 X 71 X 73 X +USW00014922198610FMTM 1750 X 1152 X 1050 X 2352 X 1452 X 1352 X 2250 X 2152 X 0000 X 0950 X 1753 X 0451 X 1156 X 1553 X 1551 X 1850 X 1650 X 1352 X 1351 X 1554 X 1452 X 1651 X 1650 X 2051 X 1550 X 1250 X 2251 X 1550 X 0151 X 1950 X 0052 X +USW00014922198610PGTM 1822 X 1140 X 0752 X 1703 X 1523 X 1229 X 2209 X 2018 X 0359 X 1121 X 1525 X 0103 X 1228 X 1505 X 1558 X 1852 X 1823 X 1401 X 1521 X 1402 X 1500 X 1745 X 1659 X 0906 X 1537 X 1224 X 1244 X 1926 X 1923 X 2013 X 0133 X +USW00014922198610TSUN 657 X 20 X 0 X 524 X 503 X 363 X 241 X 103 X 556 X 103 X 0 X 0 X 291 X 325 X 439 X 626 X 1 X 575 X 488 X 472 X 501 X 0 X 221 X 0 X 3 X 345 X 486 X 437 X 539 X 369 X 0 X +USW00014922198610WDF1 130 X 170 X 360 X 200 X 320 X 190 X 310 X 360 X 10 X 170 X 360 X 340 X 310 X 310 X 250 X 50 X 110 X 140 X 160 X 250 X 210 X 200 X 20 X 70 X 10 X 40 X 120 X 320 X 350 X 150 X 180 X +USW00014922198610WDFG 135W X 180W X 360W X 225W X 315W X 225W X 315W X 360W X 45W X 180W X 360W X 315W X 315W X 270W X 225W X 45W X 135W X 135W X 180W X 225W X 225W X 225W X 360W X 45W X 360W X 45W X 315W X 315W X 315W X 135W X 180W X +USW00014922198610WSF1 45 X 72 X 80 X 58 X 107 X 89 X 76 X 89 X 63 X 89 X 103 X 98 X 58 X 76 X 76 X 72 X 63 X 67 X 58 X 40 X 63 X 72 X 67 X 63 X 54 X 58 X 40 X 98 X 72 X 130 X 143 X +USW00014922198610WSFG 62 X 103 X 139 X 93 X 175 X 134 X 123 X 129 X 77 X 159 X 149 X 159 X 87 X 118 X 103 X 118 X 98 X 93 X 77 X 72 X 103 X 98 X 108 X 103 X 93 X 103 X 51 X 144 X 108 X 206 X 195 X +USW00014922198610WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 +USW00014922198610WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198610WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198610WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198610WT16-9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922198610WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198611TMAX 11 0 72 0 72 0 61 0 94 0 144 0 128 0 133 0 -33 0 -72 0 -78 0 -78 0 -72 0 0 0 -11 0 61 0 0 0 -28 0 0 0 0 0 6 0 17 0 -6 0 44 0 89 0 61 0 83 0 78 0 61 0 11 0-9999 +USW00014922198611TMIN -44 0 -67 0 -17 0 -56 0 -17 0 6 0 50 0 -61 0 -89 0 -161 0 -183 0 -167 0 -178 0 -78 0 -89 0 -106 0 -44 0 -122 0 -117 0 -117 0 -122 0 -50 0 -67 0 -94 0 -11 0 -33 0 -44 0 -17 0 -22 0 -6 0-9999 +USW00014922198611PRCP 0 0 0 0 0T 0 0 0 0T 0 0 0 10 0 48 0 0T 0 15 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 30 0 51 0 0T 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198611SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 5 0 0T 0 23 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 41 0 41 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 25 0 51 0 76 0 76 0 76 0 76 0 51 0 25 0 25 0 0T 0 0 0 0 0 0 0-9999 +USW00014922198611ACMH 70 X 60 X 80 X 10 X 70 X 80 X 100 X 90 X 50 X 60 X 50 X 50 X 40 X 80 X 80 X 50 X 60 X 50 X 100 X 90 X 50 X 100 X 80 X 70 X 30 X-9999 50 X 70 X 90 X 100 X-9999 +USW00014922198611ACSH 100 X 80 X 100 X 20 X 80 X 90 X 100 X 100 X 60 X 90 X 40 X 60 X 30 X 90 X 100 X 40 X 60 X 30 X 100 X 100 X 60 X 100 X 80 X 70 X 10 X 0 X 40 X 100 X 100 X 100 X-9999 +USW00014922198611AWND 49 X 50 X 56 X 27 X 45 X 42 X 73 X 139 X 80 X 38 X 44 X 84 X 55 X 63 X 18 X 43 X 42 X 39 X 58 X 50 X 46 X 30 X 66 X 51 X 55 X 42 X 51 X 21 X 48 X 75 X-9999 +USW00014922198611FMTM 0052 X 2252 X 1352 X 2050 X 0953 X 1250 X 0951 X 1515 X 0000 X 1750 X 1153 X 0950 X 2352 X 0152 X 1552 X 1851 X 0852 X 0953 X 0950 X 0854 X 1450 X 2253 X 0853 X 0951 X 1152 X 0351 X 1350 X 0250 X 2253 X 1050 X-9999 +USW00014922198611PGTM 0027 X 2353 X 1008 X 2058 X 0426 X 1142 X 2206 X 1504 X 0248 X 1603 X 1930 X 0637 X 2337 X 0114 X 1327 X 1937 X 0838 X 1011 X 1111 X 0804 X 1448 X 2310 X 1328 X 0951 X 1816 X 0352 X 0516 X 0107 X 2148 X 1555 X-9999 +USW00014922198611TSUN 160 X 376 X 0 X 539 X 223 X 241 X 4 X 0 X 326 X 46 X 403 X 301 X 395 X 387 X 23 X 390 X 272 X 285 X 0 X 0 X 213 X 0 X 23 X 191 X 331 X 505 X 446 X 384 X 357 X 5 X-9999 +USW00014922198611WDF1 320 X 200 X 340 X 160 X 220 X 210 X 110 X 250 X 290 X 280 X 210 X 310 X 190 X 200 X 330 X 230 X 310 X 20 X 160 X 310 X 160 X 290 X 320 X 200 X 190 X 340 X 240 X 200 X 60 X 60 X-9999 +USW00014922198611WDFG 315W X 225W X 315W X 135W X 180W X 225W X 135W X 270W X 270W X 315W X 180W X 315W X 180W X 180W X 315W X 225W X 315W X 360W X 180W X 315W X 180W X 315W X 315W X 225W X 315W X 360W X 225W X 180W X 45W X 90W X-9999 +USW00014922198611WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 25 X 25 X 76 X 76 X 76 X 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198611WSF1 80 X 94 X 80 X 54 X 72 X 80 X 116 X 183 X 156 X 67 X 67 X 116 X 80 X 107 X 40 X 76 X 67 X 67 X 116 X 89 X 76 X 76 X 89 X 125 X 94 X 72 X 72 X 54 X 76 X 103 X-9999 +USW00014922198611WSFG 134 X 144 X 118 X 72 X 113 X 123 X 175 X 293 X 190 X 103 X 93 X 185 X 139 X 159 X 67 X 108 X 98 X 123 X 185 X 123 X 123 X 103 X 129 X 159 X 139 X 123 X 113 X 77 X 113 X 144 X-9999 +USW00014922198611WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198611WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198611WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198611WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198611WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198611WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198611WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198611WT16-9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198611WT18-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198612TMAX 22 0 11 0 0 0 -56 0 17 0 -22 0 6 0 -17 0 -39 0 -78 0 -22 0 -139 0 -50 0 28 0 39 0 44 0 0 0 28 0 22 0 17 0 17 0 17 0 -17 0 11 0 -11 0 11 0 0 0 0 0 17 0 6 0 22 0 +USW00014922198612TMIN -17 0 -6 0 -56 0 -100 0 -122 0 -106 0 -67 0 -72 0 -161 0 -156 0 -167 0 -189 0 -211 0 -67 0 -83 0 -50 0 -50 0 -39 0 -78 0 -83 0 -111 0 -50 0 -39 0 -33 0 -33 0 -56 0 -67 0 -56 0 -6 0 -22 0 -50 0 +USW00014922198612PRCP 0 0 41 0 0T 0 0T 0 0 0 0 0 0 0 3 0 0T 0 0T 0 13 0 0 0 0T 0 0T 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 15 0 0T 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 +USW00014922198612SNOW 0 0 53 0 3 0 3 0 0 0 0 0 0 0 5 0 0T 0 0T 0 23 0 0 0 0T 0 0T 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 15 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00014922198612SNWD 0 0 0 0 51 0 25 0 25 0 25 0 25 0 0T 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 +USW00014922198612ACMH 90 X 100 X 100 X 50 X 60 X 80 X 50 X 90 X 30 X 40 X 80 X 10 X 70 X 20 X 50 X 60 X 60 X 50 X 50 X 40 X 10 X 70 X 100 X 90 X 100 X 50 X 70 X 90 X 100 X 90 X 70 X +USW00014922198612ACSH 90 X 100 X 100 X 80 X 80 X 90 X 40 X 100 X 50 X 10 X 70 X 10 X 100 X 0 X 40 X 40 X 60 X 50 X 90 X 30 X 0 X 80 X 100 X 80 X 100 X 60 X 100 X 100 X 100 X 100 X 90 X +USW00014922198612AWND 50 X 37 X 92 X 60 X 57 X 39 X 16 X 30 X 72 X 69 X 71 X 44 X 55 X 34 X 24 X 30 X 54 X 47 X 30 X 10 X 38 X 57 X 35 X 31 X 36 X 24 X 40 X 36 X 42 X 45 X 58 X +USW00014922198612FMTM 1654 X 2352 X 0750 X 0453 X 1353 X 0000 X 0850 X 1151 X 1952 X 1952 X 1453 X 1452 X 1850 X 0151 X 1650 X 2352 X 1850 X 1252 X 1452 X 0352 X 1154 X 1044 X 1551 X 2121 X 0854 X 1751 X 1723 X 1750 X 1452 X 1951 X 1352 X +USW00014922198612PGTM 2049 X 2308 X 0102 X 0437 X 1622 X 0108 X 1003 X 1201 X 1844 X 2030 X 1442 X 1017 X 1819 X 0050 X 1759 X 2348 X 1358 X 0044 X 1412 X 1657 X 1510 X 1219 X 1636 X 2057 X 1037 X 1405 X 1552 X 1802 X 1017 X 1542 X 1508 X +USW00014922198612TSUN 184 X 0 X 278 X 462 X 413 X 370 X 439 X 1 X 360 X 466 X 331 X 458 X 435 X 486 X 444 X 387 X 223 X 324 X 452 X 440 X 459 X 351 X 1 X 335 X 58 X 419 X 0 X 0 X 24 X 14 X 53 X +USW00014922198612WDF1 80 X 300 X 310 X 300 X 170 X 320 X 330 X 120 X 270 X 200 X 310 X 340 X 180 X 210 X 220 X 210 X 300 X 230 X 50 X 350 X 200 X 210 X 130 X 340 X 330 X 150 X 200 X 180 X 350 X 160 X 260 X +USW00014922198612WDFG 90W X 315W X 315W X 315W X 225W X 315W X 315W X 135W X 270W X 180W X 315W X 315W X 180W X 225W X 225W X 225W X 315W X 315W X 45W X 45W X 225W X 180W X 135W X 315W X 315W X 180W X 180W X 180W X 360W X 180W X 270W X +USW00014922198612WSF1 63 X 94 X 112 X 103 X 94 X 89 X 36 X 58 X 103 X 98 X 103 X 67 X 107 X 76 X 45 X 54 X 89 X 72 X 67 X 31 X 80 X 89 X 63 X 54 X 67 X 54 X 58 X 54 X 72 X 76 X 89 X +USW00014922198612WSFG 98 X 185 X 190 X 154 X 139 X 118 X 51 X 77 X 154 X 129 X 164 X 123 X 154 X 118 X 62 X 77 X 134 X 108 X 93 X 41 X 113 X 134 X 82 X 77 X 98 X 77 X 103 X 72 X 118 X 108 X 129 X +USW00014922198612WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 +USW00014922198612WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922198612WT04-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198612WT06-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922198612WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198612WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922198612WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922198612WT17-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198612WT18-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198701TMAX -33 0 -11 0 6 0 33 0 17 0 17 0 -11 0 44 0 17 0 -22 0 61 0 89 0 89 0 50 0 -33 0 -78 0 -56 0 -56 0 -33 0 -67 0 11 0 -83 0 -172 0 -161 0 -100 0 -33 0 -6 0 -11 0 -11 0 -6 0 39 0 +USW00014922198701TMIN -100 0 -72 0 -78 0 -11 0 -6 0 -11 0 -44 0 -67 0 -83 0 -67 0 -78 0 -56 0 -22 0 -33 0 -156 0 -189 0 -111 0 -161 0 -133 0 -161 0 -117 0 -217 0 -256 0 -244 0 -172 0 -178 0 -56 0 -61 0 -28 0 -106 0 -128 0 +USW00014922198701PRCP 0T 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 10 0 0 0 13 0 3 0 8 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 104 0 0T 0 0T 0 +USW00014922198701SNOW 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 10 0 0 0 13 0 3 0 8 0 0T 0 0T 0 0 0 0 0 3 0 0T 0 0 0 104 0 0T 0 0T 0 +USW00014922198701SNWD 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 51 0 102 0 76 0 +USW00014922198701ACMH 80 X 70 X 80 X 100 X 100 X 100 X 100 X 20 X 50 X 100 X 70 X 30 X 90 X 80 X 30 X 40 X 90 X 30 X 90 X 70 X 90 X 10 X 20 X 60 X 70 X 50 X 90 X 100 X 100 X 70 X 90 X +USW00014922198701ACSH 100 X 100 X 100 X 100 X 100 X 100 X 100 X 10 X 40 X 100 X 80 X 40 X 100 X 90 X 50 X 30 X 100 X 10 X 100 X 90 X 100 X 0 X 0 X 70 X 90 X 60 X 70 X 90 X 100 X 80 X 100 X +USW00014922198701AWND 37 X 13 X 33 X 56 X 53 X 59 X 49 X 51 X 43 X 52 X 45 X 22 X 28 X 46 X 66 X 21 X 39 X 24 X 52 X 39 X 53 X 82 X 45 X 21 X 35 X 49 X 45 X 46 X 49 X 56 X 44 X +USW00014922198701FMTM 0152 X 2352 X 2352 X 1253 X 0152 X 1552 X 0250 X 0153 X 2153 X 0855 X 1251 X 2352 X 1252 X 1955 X 0352 X 2152 X 1213 X 1150 X 2250 X 0000 X 2236 X 1352 X 1551 X 0151 X 0551 X 1553 X 1151 X 2354 X 1109 X 0950 X 1252 X +USW00014922198701PGTM 1242 X 2258 X 2353 X 1208 X 0240 X 1552 X 0120 X 0132 X 2148 X 1024 X 1305 X 1334 X 1249 X 1941 X 1229 X 2224 X 0933 X 1148 X 2243 X 0001 X 2144 X 1617 X 0004 X 0217 X 1322 X 1607 X 1517 X 2312 X 0644 X 0951 X 1234 X +USW00014922198701TSUN 0 X 0 X 143 X 51 X 35 X 23 X 243 X 532 X 452 X 44 X 402 X 482 X 442 X 356 X 410 X 460 X 361 X 510 X 201 X 443 X 278 X 564 X 564 X 466 X 363 X 366 X 297 X 371 X 174 X 508 X 442 X +USW00014922198701WDF1 310 X 180 X 190 X 170 X 190 X 350 X 350 X 270 X 10 X 330 X 270 X 120 X 240 X 330 X 330 X 200 X 200 X 250 X 310 X 300 X 330 X 340 X 280 X 360 X 100 X 180 X 310 X 120 X 110 X 310 X 160 X +USW00014922198701WDFG 360W X 180W X 180W X 180W X 180W X 360W X 315W X 270W X 360W X 360W X 270W X 225W X 225W X 315W X 315W X 180W X 180W X 270W X 315W X 315W X 315W X 315W X 360W X 360W X 90W X 180W X 315W X 135W X 135W X 315W X 135W X +USW00014922198701WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 102 X 102 X 102 X +USW00014922198701WSF1 67 X 31 X 63 X 89 X 89 X 112 X 80 X 72 X 98 X 72 X 72 X 40 X 58 X 89 X 98 X 40 X 67 X 45 X 80 X 72 X 98 X 103 X 72 X 63 X 58 X 89 X 89 X 72 X 89 X 107 X 80 X +USW00014922198701WSFG 93 X 46 X 77 X 149 X 113 X 149 X 118 X 103 X 144 X 123 X 108 X 67 X 67 X 129 X 134 X 57 X 103 X 57 X 118 X 103 X 149 X 149 X 98 X 77 X 77 X 113 X 129 X 129 X 113 X 170 X 123 X +USW00014922198701WT01-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 +USW00014922198701WT04-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922198701WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198701WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198701WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198701WT18 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 +USW00014922198702TMAX 39 0 83 0 -22 0 11 0 61 0 89 0 117 0 22 0 78 0 67 0 100 0 67 0 72 0 6 0 -33 0 -6 0 11 0 39 0 61 0 72 0 78 0 28 0 50 0 67 0 56 0 89 0 44 0 67 0-9999 -9999 -9999 +USW00014922198702TMIN -50 0 -44 0 -106 0 -72 0 -89 0 -44 0 -50 0 -78 0 -94 0 -67 0 -33 0 -22 0 -33 0 -61 0 -106 0 -89 0 -89 0 -94 0 -67 0 -39 0 -44 0 -22 0 -50 0 -17 0 -28 0 -22 0 -22 0 0 0-9999 -9999 -9999 +USW00014922198702PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 0 0 0T 0 25 0-9999 -9999 -9999 +USW00014922198702SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0T 0 25 0-9999 -9999 -9999 +USW00014922198702SNWD 76 0 51 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922198702ACMH 30 X 90 X 20 X 70 X 30 X 30 X 60 X 10 X 30 X 60 X 20 X 50 X 90 X 80 X 80 X 80 X 10 X 30 X 90 X 70 X 80 X 100 X 90 X 60 X 90 X 60 X 90 X 100 X-9999 -9999 -9999 +USW00014922198702ACSH 50 X 70 X 30 X 80 X 50 X 70 X 50 X 0 X 50 X 90 X 30 X 40 X 100 X 100 X 90 X 80 X 0 X 60 X 100 X 70 X 80 X 100 X 90 X 80 X 100 X 70 X 100 X 100 X-9999 -9999 -9999 +USW00014922198702AWND 33 X 72 X 48 X 21 X 34 X 36 X 73 X 73 X 54 X 31 X 34 X 50 X 41 X 67 X 68 X 55 X 31 X 20 X 12 X 21 X 28 X 46 X 29 X 52 X 49 X 56 X 46 X 74 X-9999 -9999 -9999 +USW00014922198702FMTM 1154 X 1336 X 0000 X 0327 X 1350 X 1454 X 1952 X 0153 X 0750 X 1051 X 2154 X 0550 X 0952 X 1153 X 0854 X 0052 X 1850 X 1251 X 1451 X 1353 X 1512 X 1452 X 2252 X 1653 X 1550 X 1152 X 1450 X 1552 X-9999 -9999 -9999 +USW00014922198702PGTM 1205 X 1150 X 1247 X 0933 X 1344 X 0239 X 2207 X 0109 X 1247 X 1811 X 2227 X 0328 X 1758 X 1428 X 0845 X 0259 X 1327 X 1317 X 1427 X 1412 X 1511 X 1457 X 2253 X 1507 X 1656 X 1411 X 1528 X 1558 X-9999 -9999 -9999 +USW00014922198702TSUN 564 X 255 X 593 X 498 X 520 X 601 X 603 X 606 X 507 X 575 X 560 X 483 X 467 X 322 X 509 X 552 X 594 X 603 X 520 X 460 X 420 X 318 X 481 X 468 X 512 X 582 X 320 X 368 X-9999 -9999 -9999 +USW00014922198702WDF1 270 X 270 X 320 X 350 X 260 X 260 X 290 X 340 X 210 X 120 X 320 X 340 X 210 X 70 X 60 X 100 X 80 X 170 X 210 X 200 X 270 X 330 X 100 X 120 X 110 X 120 X 70 X 60 X-9999 -9999 -9999 +USW00014922198702WDFG 270W X 270W X 315W X 360W X 270W X 225W X 315W X 315W X 180W X 135W X 315W X 315W X 360W X 90W X 45W X 90W X 45W X 180W X 225W X 180W X 270W X 315W X 90W X 135W X 90W X 135W X 90W X 45W X-9999 -9999 -9999 +USW00014922198702WESD 102 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198702WSF1 72 X 143 X 80 X 54 X 72 X 67 X 156 X 165 X 103 X 58 X 76 X 103 X 72 X 103 X 89 X 80 X 45 X 54 X 31 X 72 X 112 X 72 X 58 X 72 X 67 X 94 X 67 X 107 X-9999 -9999 -9999 +USW00014922198702WSFG 87 X 195 X 113 X 87 X 98 X 98 X 247 X 236 X 149 X 82 X 108 X 154 X 108 X 129 X 118 X 108 X 82 X 72 X 57 X 108 X 170 X 144 X 82 X 118 X 98 X 118 X 103 X 154 X-9999 -9999 -9999 +USW00014922198702WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198702WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922198702WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198702WT18-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922198703TMAX 22 0 39 0 44 0 128 0 133 0 194 0 228 0 133 0 -17 0 -11 0 44 0 39 0 50 0 44 0 67 0 67 0 111 0 50 0 89 0 156 0 122 0 172 0 133 0 172 0 139 0 67 0 111 0 56 0 17 0 17 0 83 0 +USW00014922198703TMIN -50 0 -83 0 -89 0 -22 0 -22 0 33 0 50 0 -17 0 -83 0 -100 0 -50 0 -6 0 6 0 -11 0 -33 0 -17 0 -6 0 22 0 39 0 11 0 22 0 11 0 72 0 78 0 50 0 28 0 11 0 -28 0 -67 0 -89 0 -78 0 +USW00014922198703PRCP 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 28 0 41 0 0 0 0 0 0 0 8 0 0 0 0 0 0T 0 0 0 18 0 0T 0 25 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 +USW00014922198703SNOW 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922198703SNWD 51 0 51 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198703ACMH 70 X 20 X 20 X 60 X 50 X 20 X 0 X 50 X 30 X 80 X 90 X 100 X 100 X 90 X 70 X 100 X 90 X 100 X 90 X 90 X 70 X 60 X 100 X 90 X 100 X 100 X 90 X 100 X 60 X 20 X 60 X +USW00014922198703ACSH 90 X 20 X 50 X 70 X 70 X 30 X 0 X 80 X 60 X 90 X 90 X 100 X 100 X 100 X 80 X 100 X 100 X 100 X 100 X 100 X 90 X 70 X 100 X 100 X 100 X 100 X 90 X 100 X 70 X 10 X 80 X +USW00014922198703AWND 72 X 47 X 29 X 35 X 24 X 62 X 52 X 91 X 80 X 31 X 15 X 28 X 58 X 86 X 81 X 77 X 92 X 88 X 64 X 56 X 69 X 44 X 62 X 46 X 57 X 42 X 30 X 82 X 97 X 49 X 55 X +USW00014922198703FMTM 1051 X 1350 X 1652 X 1050 X 2253 X 1553 X 0000 X 1753 X 0950 X 0851 X 1650 X 0950 X 1354 X 1653 X 1350 X 2253 X 1552 X 1554 X 1139 X 1454 X 0653 X 2250 X 1151 X 1950 X 1651 X 0652 X 2051 X 2350 X 1651 X 0000 X 2050 X +USW00014922198703PGTM 0844 X 1347 X 1517 X 1047 X 2250 X 2343 X 1942 X 1727 X 0948 X 2032 X 1042 X 0957 X 1753 X 1018 X 1516 X 2243 X 1612 X 1551 X 1137 X 1514 X 1457 X 2336 X 0013 X 1929 X 1703 X 1424 X 2233 X 1917 X 0225 X 1154 X 2026 X +USW00014922198703TSUN 576 X 670 X 636 X 590 X 587 X 625 X 687 X 521 X 669 X 615 X 476 X 515 X 395 X 507 X 681 X 609 X 594 X 299 X 292 X 635 X 438 X 636 X 432 X 621 X 506 X 381 X 567 X 471 X 645 X 757 X 646 X +USW00014922198703WDF1 330 X 310 X 130 X 170 X 150 X 180 X 210 X 30 X 30 X 120 X 260 X 60 X 100 X 70 X 100 X 100 X 80 X 100 X 110 X 100 X 100 X 110 X 140 X 160 X 350 X 310 X 20 X 360 X 320 X 310 X 210 X +USW00014922198703WDFG 315W X 315W X 135W X 180W X 135W X 225W X 180W X 45W X 45W X 135W X 135W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 135W X 90W X 135W X 135W X 135W X 180W X 360W X 225W X 45W X 360W X 360W X 315W X 180W X +USW00014922198703WESD 76 X 76 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198703WSF1 103 X 107 X 58 X 67 X 63 X 103 X 98 X 134 X 103 X 58 X 31 X 45 X 89 X 103 X 107 X 94 X 116 X 143 X 94 X 80 X 98 X 80 X 94 X 72 X 94 X 67 X 67 X 112 X 116 X 89 X 94 X +USW00014922198703WSFG 164 X 139 X 87 X 103 X 87 X 139 X 139 X 195 X 159 X 72 X 67 X 82 X 108 X 159 X 139 X 134 X 175 X 180 X 134 X 113 X 144 X 139 X 139 X 123 X 149 X 87 X 149 X 164 X 175 X 144 X 149 X +USW00014922198703WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198703WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198703WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198703WT08-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198703WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922198703WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00014922198703WT18 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922198704TMAX 72 0 44 0 78 0 144 0 183 0 211 0 233 0 244 0 256 0 167 0 150 0 211 0 161 0 161 0 144 0 239 0 289 0 306 0 289 0 250 0 139 0 89 0 211 0 189 0 228 0 272 0 189 0 256 0 222 0 194 0-9999 +USW00014922198704TMIN -11 0 -50 0 -78 0 -28 0 -6 0 6 0 22 0 28 0 61 0 50 0 33 0 28 0 100 0 89 0 72 0 33 0 67 0 117 0 144 0 89 0 56 0 22 0 -11 0 100 0 94 0 83 0 78 0 11 0 94 0 61 0-9999 +USW00014922198704PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 28 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 8 0-9999 +USW00014922198704SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198704ACMH 70 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 40 X 60 X 70 X 50 X 100 X 100 X 90 X 50 X 50 X 10 X 80 X 100 X 90 X 80 X 40 X 90 X 0 X 70 X 10 X 60 X 0 X 60 X-9999 +USW00014922198704ACSH 80 X 10 X 0 X 0 X 10 X 0 X 0 X 0 X 30 X 70 X 100 X 60 X 100 X 100 X 100 X 50 X 70 X 10 X 100 X 90 X 90 X 100 X 40 X 90 X 10 X 70 X 10 X 80 X 10 X 60 X-9999 +USW00014922198704AWND 93 X 59 X 10 X 14 X 42 X 40 X 29 X 17 X 52 X 25 X 44 X 31 X 41 X 95 X 34 X 38 X 41 X 52 X 88 X 73 X 75 X 37 X 52 X 74 X 45 X 35 X 78 X 38 X 58 X 45 X-9999 +USW00014922198704FMTM 1151 X 1254 X 1552 X 0950 X 1650 X 1453 X 1550 X 1650 X 1554 X 1830 X 1454 X 1653 X 2250 X 1050 X 0000 X 1751 X 1050 X 1550 X 1353 X 1550 X 0051 X 1051 X 0854 X 2351 X 0052 X 2352 X 1154 X 1251 X 1554 X 1950 X-9999 +USW00014922198704PGTM 1521 X 1118 X 1444 X 1709 X 1807 X 1516 X 1441 X 1404 X 1407 X 1823 X 1314 X 1653 X 2354 X 1049 X 0048 X 1723 X 1336 X 1726 X 1341 X 1513 X 0034 X 1032 X 0814 X 2309 X 0049 X 2354 X 1120 X 1643 X 1446 X 1932 X-9999 +USW00014922198704TSUN 617 X 769 X 772 X 775 X 779 X 782 X 785 X 787 X 717 X 637 X 647 X 740 X 570 X 590 X 434 X 697 X 815 X 818 X 781 X 743 X 663 X 357 X 787 X 542 X 833 X 612 X 837 X 783 X 850 X 747 X-9999 +USW00014922198704WDF1 10 X 310 X 200 X 260 X 20 X 20 X 20 X 260 X 240 X 270 X 20 X 100 X 40 X 40 X 30 X 310 X 210 X 180 X 130 X 330 X 350 X 30 X 360 X 130 X 130 X 330 X 320 X 200 X 350 X 110 X-9999 +USW00014922198704WDFG 360W X 315W X 135W X 315W X 45W X 360W X 360W X 225W X 180W X 270W X 45W X 90W X 360W X 45W X 360W X 315W X 225W X 135W X 135W X 315W X 360W X 45W X 360W X 135W X 135W X 315W X 315W X 225W X 360W X 90W X-9999 +USW00014922198704WSF1 130 X 98 X 31 X 36 X 72 X 76 X 76 X 40 X 103 X 76 X 72 X 63 X 63 X 143 X 80 X 89 X 89 X 94 X 134 X 107 X 103 X 58 X 103 X 98 X 103 X 80 X 125 X 76 X 94 X 80 X-9999 +USW00014922198704WSFG 200 X 170 X 72 X 62 X 118 X 103 X 118 X 67 X 164 X 144 X 123 X 98 X 103 X 195 X 103 X 123 X 129 X 134 X 185 X 149 X 175 X 87 X 154 X 144 X 154 X 149 X 195 X 144 X 149 X 118 X-9999 +USW00014922198704WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198704WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198704WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198704WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198704WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198704WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922198704WT18 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198705TMAX 111 0 183 0 194 0 194 0 211 0 239 0 244 0 289 0 328 0 322 0 228 0 239 0 311 0 228 0 267 0 328 0 339 0 144 0 172 0 250 0 256 0 94 0 189 0 167 0 178 0 267 0 289 0 272 0 244 0 272 0 289 0 +USW00014922198705TMIN 89 0 83 0 89 0 56 0 50 0 78 0 78 0 83 0 178 0 167 0 122 0 78 0 117 0 128 0 94 0 178 0 122 0 94 0 94 0 139 0 83 0 50 0 39 0 83 0 122 0 133 0 178 0 189 0 183 0 172 0 139 0 +USW00014922198705PRCP 81 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 58 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 132 0 0T 0 36 0 25 0 18 0 0 0 20 0 25 0 0T 0 0T 0 3 0 0T 0 0T 0 0 0 +USW00014922198705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198705ACMH 90 X 90 X 70 X 60 X 80 X 30 X 50 X 10 X 40 X 50 X 20 X 30 X 80 X 20 X 10 X 20 X 50 X 100 X 100 X 100 X 90 X 100 X 80 X 100 X 100 X 80 X 80 X 70 X 60 X 60 X 60 X +USW00014922198705ACSH 100 X 90 X 70 X 70 X 90 X 30 X 60 X 20 X 30 X 50 X 20 X 20 X 80 X 10 X 0 X 10 X 50 X 100 X 100 X 100 X 100 X 100 X 70 X 100 X 100 X 80 X 70 X 80 X 80 X 70 X 70 X +USW00014922198705AWND 61 X 61 X 74 X 41 X 22 X 48 X 31 X 35 X 60 X 51 X 64 X 58 X 59 X 51 X 55 X 83 X 67 X 69 X 34 X 55 X 65 X 63 X 27 X 32 X 67 X 51 X 59 X 63 X 38 X 36 X 35 X +USW00014922198705FMTM 1837 X 0950 X 1152 X 1350 X 0953 X 1450 X 1450 X 2351 X 0854 X 1436 X 1450 X 1351 X 1837 X 1150 X 1450 X 1352 X 1850 X 1450 X 0155 X 2109 X 1350 X 0354 X 0136 X 2351 X 2251 X 2152 X 1651 X 1250 X 0050 X 1552 X 1353 X +USW00014922198705PGTM 1908 X 0858 X 1135 X 1454 X 1143 X 1721 X 1509 X 2313 X 0806 X 1421 X 1807 X 1158 X 1832 X 1223 X 1414 X 1537 X 2216 X 1343 X 2354 X 2119 X 1601 X 0404 X 1432 X 1240 X 2226 X 2157 X 1558 X 1823 X 0102 X 1634 X 1348 X +USW00014922198705TSUN 17 X 552 X 774 X 830 X 741 X 800 X 786 X 874 X 828 X 577 X 881 X 768 X 637 X 888 X 858 X 893 X 797 X 232 X 536 X 604 X 501 X 123 X 642 X 78 X 11 X 481 X 544 X 466 X 237 X 392 X 547 X +USW00014922198705WDF1 80 X 100 X 90 X 80 X 170 X 360 X 350 X 220 X 230 X 180 X 340 X 170 X 260 X 350 X 180 X 200 X 30 X 50 X 80 X 120 X 220 X 350 X 360 X 120 X 120 X 150 X 190 X 160 X 180 X 210 X 220 X +USW00014922198705WDFG 90W X 90W X 90W X 90W X 225W X 315W X 360W X 225W X 225W X 180W X 360W X 180W X 270W X 360W X 180W X 180W X 360W X 45W X 45W X 135W X 225W X 360W X 270W X 135W X 135W X 135W X 225W X 180W X 180W X 225W X 225W X +USW00014922198705WSF1 94 X 89 X 103 X 63 X 40 X 94 X 107 X 72 X 103 X 112 X 94 X 89 X 112 X 89 X 103 X 103 X 103 X 94 X 58 X 80 X 103 X 98 X 58 X 54 X 94 X 72 X 94 X 80 X 58 X 67 X 80 X +USW00014922198705WSFG 149 X 123 X 149 X 103 X 87 X 144 X 175 X 108 X 149 X 185 X 149 X 123 X 200 X 139 X 139 X 144 X 144 X 129 X 72 X 164 X 149 X 139 X 93 X 82 X 149 X 113 X 144 X 123 X 82 X 103 X 103 X +USW00014922198705WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198705WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198705WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198705WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198705WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922198706TMAX 328 0 261 0 194 0 283 0 294 0 350 0 344 0 272 0 239 0 189 0 311 0 322 0 372 0 367 0 322 0 333 0 256 0 328 0 328 0 267 0 289 0 300 0 289 0 300 0 278 0 228 0 283 0 311 0 250 0 267 0-9999 +USW00014922198706TMIN 167 0 133 0 111 0 61 0 139 0 200 0 211 0 150 0 100 0 133 0 161 0 167 0 178 0 194 0 183 0 178 0 200 0 183 0 211 0 211 0 194 0 189 0 183 0 156 0 172 0 144 0 94 0 144 0 161 0 122 0-9999 +USW00014922198706PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 117 0 8 0 0 0 0 0 0 0 0 0 0 0 145 0 0 0 0 0 3 0 5 0 0 0 0T 0 0 0 41 0 0 0 0 0 175 0 0 0 0 0-9999 +USW00014922198706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198706ACMH 40 X 50 X 20 X 20 X 20 X 70 X 70 X 60 X 40 X 100 X 60 X 20 X 20 X 0 X 20 X 70 X 90 X 60 X 80 X 100 X 80 X 20 X 70 X 80 X 40 X 30 X 30 X 70 X 40 X 20 X-9999 +USW00014922198706ACSH 50 X 70 X 30 X 20 X 30 X 90 X 90 X 60 X 40 X 100 X 60 X 10 X 20 X 0 X 20 X 70 X 100 X 70 X 90 X 100 X 90 X 30 X 90 X 80 X 40 X 40 X 30 X 80 X 40 X 20 X-9999 +USW00014922198706AWND 64 X 56 X 72 X 54 X 52 X 80 X 57 X 59 X 39 X 59 X 59 X 44 X 43 X 53 X 50 X 46 X 37 X 27 X 43 X 46 X 25 X 36 X 38 X 34 X 63 X 73 X 48 X 39 X 49 X 27 X-9999 +USW00014922198706FMTM 1650 X 1550 X 0852 X 1350 X 1653 X 1351 X 1550 X 2052 X 0000 X 1750 X 1650 X 1551 X 1350 X 1851 X 1050 X 1650 X 1150 X 1950 X 1650 X 2050 X 1550 X 1754 X 0753 X 1552 X 1351 X 1350 X 1353 X 1651 X 1252 X 1252 X-9999 +USW00014922198706PGTM 1637 X 1639 X 1003 X 1347 X 1712 X 1408 X 1535 X 2013 X 0918 X 1656 X 1704 X 1636 X 1502 X 1847 X 1120 X 1218 X 1157 X 1954 X 1700 X 1146 X 1530 X 1057 X 0735 X 1538 X 1753 X 1600 X 1505 X 1633 X 0855 X 1428 X-9999 +USW00014922198706TSUN 651 X 693 X 844 X 872 X 797 X 735 X 480 X 856 X 878 X 116 X 624 X 883 X 911 X 935 X 935 X 900 X 264 X 779 X 745 X 566 X 570 X 765 X 655 X 728 X 791 X 825 X 857 X 448 X 814 X 887 X-9999 +USW00014922198706WDF1 280 X 240 X 310 X 290 X 110 X 190 X 340 X 20 X 30 X 120 X 270 X 310 X 240 X 350 X 80 X 150 X 160 X 360 X 90 X 80 X 110 X 100 X 80 X 280 X 290 X 310 X 310 X 10 X 310 X 330 X-9999 +USW00014922198706WDFG 270W X 225W X 315W X 270W X 90W X 180W X 315W X 360W X 90W X 135W X 270W X 270W X 270W X 360W X 90W X 135W X 180W X 360W X 90W X 45W X 135W X 135W X 90W X 270W X 315W X 315W X 315W X 315W X 360W X 315W X-9999 +USW00014922198706WSF1 103 X 103 X 116 X 98 X 80 X 116 X 80 X 80 X 72 X 89 X 76 X 80 X 89 X 98 X 76 X 72 X 94 X 63 X 67 X 58 X 54 X 58 X 67 X 80 X 107 X 116 X 94 X 156 X 76 X 63 X-9999 +USW00014922198706WSFG 154 X 149 X 159 X 164 X 113 X 180 X 154 X 149 X 98 X 134 X 118 X 134 X 139 X 144 X 113 X 108 X 134 X 82 X 170 X 87 X 103 X 87 X 103 X 108 X 170 X 175 X 149 X 211 X 144 X 103 X-9999 +USW00014922198706WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198706WT03 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198706WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198706WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198706WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198706WT16 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922198707TMAX 278 0 278 0 267 0 283 0 283 0 311 0 289 0 311 0 300 0 306 0 289 0 244 0 239 0 239 0 261 0 306 0 339 0 294 0 344 0 317 0 311 0 322 0 328 0 300 0 306 0 278 0 322 0 306 0 333 0 333 0 344 0 +USW00014922198707TMIN 133 0 189 0 144 0 167 0 189 0 189 0 211 0 183 0 189 0 194 0 217 0 167 0 139 0 106 0 128 0 161 0 233 0 217 0 206 0 194 0 200 0 222 0 200 0 200 0 194 0 200 0 217 0 211 0 233 0 228 0 233 0 +USW00014922198707PRCP 0T 0 5 0 0 0 0 0 218 0 0 0 0 0 81 0 43 0 20 0 13 0 48 0 0 0 0 0 0 0 0 0 0 0 25 0 5 0 699 0 267 0 0 0 2324 0 216 0 178 0 157 0 0 0 0 0 0T 0 246 0 0 0 +USW00014922198707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198707ACMH 60 X 40 X 40 X 80 X 90 X 90 X 90 X 70 X 60 X 90 X 90 X 100 X 60 X 60 X 20 X 0 X 50 X 100 X 50 X 60 X 50 X 60 X 70 X 80 X 60 X 60 X 60 X 80 X 60 X 40 X 50 X +USW00014922198707ACSH 60 X 30 X 50 X 70 X 90 X 80 X 100 X 70 X 40 X 100 X 90 X 90 X 60 X 70 X 20 X 10 X 40 X 90 X 40 X 50 X 40 X 70 X 70 X 90 X 60 X 60 X 50 X 90 X 50 X 30 X 60 X +USW00014922198707AWND 51 X 72 X 39 X 58 X 55 X 31 X 39 X 46 X 45 X 47 X 42 X 70 X 58 X 31 X 33 X 90 X 86 X 64 X 46 X 55 X 14 X 56 X 64 X 31 X 21 X 38 X 41 X 48 X 33 X 28 X 42 X +USW00014922198707FMTM 2354 X 1150 X 0852 X 1450 X 1418 X 1453 X 0953 X 2225 X 0552 X 1851 X 1251 X 1552 X 1550 X 1950 X 1854 X 1550 X 1450 X 1052 X 1052 X 1940 X 0000 X 1753 X 1916 X 0114 X 2319 X 0923 X 1552 X 0950 X 0644 X 0025 X 1552 X +USW00014922198707PGTM 1341 X 1218 X 0847 X 1453 X 1417 X 1628 X 1703 X 2222 X 0606 X 0101 X 0628 X 1447 X 1622 X 1907 X 1808 X 1228 X 1726 X 1127 X 0953 X 1859 X 0003 X 1404 X 2149 X 0113 X 2303 X 0928 X 1552 X 1007 X 0606 X 0019 X 1628 X +USW00014922198707TSUN 853 X 865 X 904 X 778 X 391 X 790 X 607 X 764 X 748 X 817 X 414 X 399 X 744 X 855 X 906 X 851 X 813 X 444 X 808 X 763 X 810 X 732 X 587 X 502 X 769 X 511 X 733 X 659 X 647 X 786 X 758 X +USW00014922198707WDF1 200 X 300 X 10 X 130 X 290 X 190 X 190 X 110 X 280 X 190 X 240 X 320 X 310 X 60 X 150 X 180 X 200 X 170 X 260 X 340 X 360 X 170 X 360 X 180 X 30 X 320 X 70 X 140 X 60 X 110 X 140 X +USW00014922198707WDFG 180W X 315W X 360W X 135W X 270W X 270W X 225W X 90W X 270W X 315W X 270W X 315W X 315W X 45W X 135W X 180W X 180W X 180W X 225W X 135W X 360W X 225W X 180W X 180W X 45W X 315W X 90W X 135W X 315W X 90W X 135W X +USW00014922198707WSF1 80 X 94 X 67 X 89 X 94 X 54 X 76 X 80 X 72 X 67 X 94 X 98 X 89 X 63 X 58 X 116 X 130 X 103 X 76 X 125 X 54 X 103 X 103 X 63 X 72 X 165 X 98 X 89 X 54 X 80 X 63 X +USW00014922198707WSFG 139 X 139 X 113 X 139 X 154 X 87 X 103 X 134 X 93 X 185 X 154 X 139 X 144 X 93 X 98 X 159 X 180 X 149 X 113 X 185 X 144 X 159 X 144 X 93 X 170 X 216 X 139 X 144 X 87 X 175 X 77 X +USW00014922198707WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922198707WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00014922198707WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922198707WT10-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198707WT16 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00014922198708TMAX 328 0 356 0 278 0 222 0 261 0 272 0 272 0 228 0 283 0 272 0 289 0 244 0 267 0 222 0 317 0 267 0 244 0 239 0 244 0 278 0 250 0 217 0 206 0 228 0 189 0 172 0 211 0 239 0 267 0 222 0 206 0 +USW00014922198708TMIN 244 0 228 0 200 0 167 0 139 0 178 0 156 0 183 0 161 0 167 0 189 0 200 0 178 0 189 0 206 0 183 0 150 0 161 0 128 0 139 0 194 0 122 0 89 0 89 0 117 0 150 0 150 0 150 0 122 0 128 0 83 0 +USW00014922198708PRCP 0T 0 0 0 15 0 0 0 0 0 0 0 0 0 564 0 74 0 0 0 0 0 25 0 0 0 0T 0 124 0 46 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 51 0 30 0 0T 0 0 0 0 0 +USW00014922198708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198708ACMH 50 X 0 X 80 X 60 X 40 X 50 X 70 X 100 X 30 X 10 X 40 X 100 X 70 X 100 X 70 X 60 X 20 X 30 X 20 X 40 X 60 X 40 X 10 X 60 X 100 X 100 X 100 X 80 X 60 X 40 X 20 X +USW00014922198708ACSH 70 X 0 X 90 X 80 X 30 X 60 X 80 X 100 X 10 X 10 X 40 X 100 X 80 X 100 X 50 X 60 X 20 X 30 X 30 X 40 X 90 X 60 X 20 X 70 X 100 X 100 X 100 X 80 X 70 X 50 X 30 X +USW00014922198708AWND 33 X 29 X 39 X 38 X 41 X 43 X 23 X 43 X 40 X 36 X 55 X 46 X 40 X 37 X 45 X 47 X 45 X 48 X 21 X 37 X 44 X 58 X 38 X 30 X 30 X 37 X 33 X 16 X 59 X 59 X 41 X +USW00014922198708FMTM 1550 X 1051 X 0733 X 0651 X 1653 X 1554 X 1750 X 2353 X 0000 X 1150 X 1452 X 0418 X 2053 X 1342 X 2249 X 0035 X 1252 X 1451 X 1554 X 0951 X 2153 X 1550 X 1553 X 1255 X 1455 X 1008 X 1553 X 1850 X 2153 X 0000 X 1654 X +USW00014922198708PGTM 1758 X 1241 X 0737 X 1147 X 1349 X 1033 X 1745 X 2329 X 1759 X 1713 X 1544 X 0420 X 2212 X 1237 X 2242 X 0632 X 1222 X 1507 X 1330 X 1139 X 2313 X 1511 X 1053 X 1431 X 1523 X 1432 X 1612 X 1502 X 2314 X 0241 X 1358 X +USW00014922198708TSUN 567 X 840 X 532 X 693 X 808 X 831 X 669 X 222 X 777 X 859 X 702 X 289 X 552 X 23 X 664 X 710 X 830 X 761 X 785 X 718 X 307 X 817 X 816 X 678 X 334 X 0 X 321 X 446 X 758 X 753 X 735 X +USW00014922198708WDF1 310 X 310 X 300 X 350 X 130 X 240 X 100 X 30 X 30 X 70 X 170 X 200 X 110 X 80 X 340 X 360 X 290 X 260 X 230 X 180 X 330 X 310 X 330 X 230 X 140 X 50 X 20 X 210 X 210 X 230 X 300 X +USW00014922198708WDFG 315W X 315W X 315W X 360W X 135W X 225W X 90W X 45W X 315W X 135W X 180W X 180W X 135W X 90W X 315W X 90W X 270W X 270W X 225W X 180W X 360W X 315W X 315W X 270W X 135W X 90W X 360W X 270W X 225W X 315W X 315W X +USW00014922198708WSF1 54 X 63 X 116 X 67 X 63 X 67 X 45 X 94 X 94 X 54 X 94 X 89 X 58 X 54 X 112 X 94 X 76 X 76 X 54 X 63 X 80 X 94 X 76 X 63 X 58 X 63 X 45 X 36 X 94 X 89 X 80 X +USW00014922198708WSFG 77 X 82 X 200 X 93 X 87 X 98 X 57 X 123 X 103 X 72 X 134 X 123 X 72 X 72 X 159 X 113 X 103 X 129 X 82 X 98 X 123 X 134 X 118 X 98 X 72 X 93 X 67 X 51 X 149 X 149 X 108 X +USW00014922198708WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922198708WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198708WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922198708WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198708WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198708WT16 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922198709TMAX 256 0 222 0 250 0 294 0 289 0 250 0 261 0 233 0 233 0 217 0 211 0 189 0 194 0 217 0 244 0 206 0 189 0 189 0 161 0 194 0 200 0 211 0 256 0 200 0 228 0 289 0 311 0 211 0 222 0 172 0-9999 +USW00014922198709TMIN 100 0 100 0 122 0 161 0 183 0 144 0 100 0 122 0 94 0 117 0 111 0 100 0 72 0 83 0 94 0 183 0 150 0 106 0 67 0 100 0 100 0 83 0 89 0 89 0 61 0 117 0 150 0 128 0 128 0 89 0-9999 +USW00014922198709PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 43 0 18 0 86 0 0 0 0 0 0 0 30 0 20 0 61 0 25 0 33 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0 0-9999 +USW00014922198709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198709ACMH 40 X 30 X 50 X 50 X 100 X 40 X 60 X 30 X 40 X 80 X 60 X 80 X 20 X 40 X 50 X 100 X 100 X 70 X 80 X 80 X 60 X 30 X 0 X 20 X 10 X 20 X 10 X 70 X 40 X 70 X-9999 +USW00014922198709ACSH 50 X 50 X 50 X 30 X 100 X 40 X 60 X 20 X 70 X 100 X 50 X 80 X 10 X 60 X 50 X 100 X 100 X 70 X 100 X 80 X 80 X 50 X 0 X 30 X 20 X 0 X 10 X 70 X 30 X 40 X-9999 +USW00014922198709AWND 51 X 17 X 63 X 54 X 44 X 19 X 25 X 40 X 47 X 32 X 36 X 27 X 15 X 30 X 25 X 51 X 57 X 34 X 33 X 51 X 49 X 26 X 42 X 30 X 26 X 43 X 61 X 58 X 59 X 42 X-9999 +USW00014922198709FMTM 1451 X 2152 X 1052 X 1152 X 1151 X 1350 X 2354 X 0054 X 1553 X 1716 X 2152 X 1810 X 1450 X 1252 X 1551 X 1651 X 1530 X 1251 X 1950 X 1704 X 1150 X 1250 X 1551 X 1450 X 1651 X 1252 X 1453 X 1452 X 0854 X 0850 X-9999 +USW00014922198709PGTM 1548 X 2345 X 0939 X 1114 X 1726 X 1009 X 2112 X 1519 X 1439 X 1713 X 2124 X 1800 X 1400 X 1226 X 1446 X 1654 X 0921 X 1243 X 1517 X 0834 X 1712 X 1218 X 1405 X 1520 X 1647 X 1257 X 1511 X 1444 X 1554 X 1138 X-9999 +USW00014922198709TSUN 694 X 758 X 725 X 637 X 497 X 728 X 656 X 751 X 695 X 254 X 618 X 385 X 724 X 452 X 688 X 0 X 187 X 390 X 92 X 349 X 466 X 613 X 728 X 659 X 719 X 719 X 634 X 563 X 596 X 619 X-9999 +USW00014922198709WDF1 320 X 130 X 160 X 190 X 200 X 350 X 350 X 350 X 190 X 190 X 290 X 330 X 310 X 160 X 110 X 60 X 360 X 280 X 310 X 20 X 350 X 320 X 280 X 360 X 190 X 180 X 190 X 240 X 320 X 360 X-9999 +USW00014922198709WDFG 315W X 135W X 180W X 180W X 270W X 360W X 315W X 315W X 180W X 180W X 270W X 315W X 315W X 180W X 135W X 45W X 360W X 270W X 270W X 315W X 360W X 315W X 270W X 360W X 180W X 180W X 180W X 225W X 315W X 360W X-9999 +USW00014922198709WSF1 98 X 36 X 94 X 80 X 72 X 36 X 67 X 67 X 89 X 63 X 67 X 58 X 40 X 54 X 54 X 72 X 76 X 80 X 63 X 94 X 76 X 63 X 67 X 45 X 63 X 76 X 107 X 94 X 98 X 76 X-9999 +USW00014922198709WSFG 129 X 57 X 139 X 113 X 113 X 67 X 103 X 103 X 134 X 98 X 108 X 113 X 62 X 72 X 67 X 82 X 123 X 98 X 93 X 123 X 129 X 103 X 98 X 67 X 77 X 113 X 144 X 129 X 139 X 108 X-9999 +USW00014922198709WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922198709WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198709WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922198709WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922198710TMAX 217 0 111 0 167 0 261 0 178 0 94 0 111 0 167 0 94 0 44 0 128 0 167 0 239 0 156 0 122 0 117 0 133 0 111 0 117 0 50 0 56 0 50 0 50 0 61 0 94 0 117 0 89 0 78 0 144 0 144 0 133 0 +USW00014922198710TMIN 61 0 6 0 -17 0 67 0 72 0 50 0 -6 0 6 0 22 0 -39 0 -50 0 0 0 22 0 61 0 78 0 78 0 61 0 6 0 -22 0 11 0 -11 0 11 0 0 0 -6 0 -33 0 22 0 17 0 -22 0 28 0 22 0 28 0 +USW00014922198710PRCP 0T 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 79 0 23 0 0T 0 0 0 0 0 8 0 0T 0 3 0 0T 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198710ACMH 70 X 50 X 0 X 30 X 90 X 90 X 20 X 90 X 70 X 70 X 20 X 10 X 60 X 100 X 100 X 100 X 50 X 70 X 30 X 90 X 80 X 100 X 80 X 90 X 70 X 50 X 70 X 90 X 70 X 30 X 60 X +USW00014922198710ACSH 80 X 50 X 0 X 20 X 100 X 90 X 10 X 100 X 90 X 90 X 50 X 10 X 80 X 100 X 100 X 100 X 50 X 100 X 40 X 90 X 70 X 100 X 100 X 90 X 70 X 80 X 70 X 100 X 70 X 50 X 80 X +USW00014922198710AWND 89 X 67 X 43 X 51 X 88 X 77 X 35 X 59 X 71 X 27 X 40 X 15 X 48 X 21 X 36 X 41 X 46 X 42 X 27 X 65 X 40 X 48 X 24 X 33 X 51 X 59 X 59 X 25 X 50 X 34 X 51 X +USW00014922198710FMTM 2150 X 0120 X 1250 X 1350 X 1850 X 1551 X 1050 X 1450 X 0550 X 0250 X 1551 X 1252 X 1455 X 1850 X 0707 X 0842 X 1450 X 0250 X 1650 X 1350 X 0000 X 1352 X 1252 X 0553 X 1250 X 1450 X 1251 X 2351 X 1154 X 0951 X 1151 X +USW00014922198710PGTM 2207 X 0308 X 1428 X 1316 X 1843 X 1748 X 0958 X 1256 X 0511 X 0244 X 1217 X 1220 X 1504 X 1842 X 0437 X 2352 X 0542 X 1252 X 1502 X 1751 X 0047 X 1227 X 1513 X 0452 X 1218 X 1430 X 1242 X 2359 X 1245 X 0828 X 1003 X +USW00014922198710TSUN 485 X 582 X 698 X 583 X 14 X 278 X 663 X 428 X 59 X 67 X 658 X 644 X 497 X 10 X 0 X 18 X 366 X 274 X 504 X 92 X 239 X 62 X 4 X 26 X 244 X 151 X 322 X 89 X 437 X 568 X 483 X +USW00014922198710WDF1 320 X 340 X 190 X 210 X 310 X 330 X 340 X 180 X 280 X 10 X 250 X 330 X 190 X 360 X 90 X 230 X 230 X 310 X 250 X 310 X 310 X 360 X 200 X 320 X 180 X 330 X 320 X 110 X 160 X 10 X 100 X +USW00014922198710WDFG 315W X 360W X 180W X 225W X 315W X 360W X 315W X 180W X 270W X 360W X 225W X 45W X 180W X 360W X 90W X 315W X 315W X 270W X 270W X 315W X 315W X 360W X 225W X 315W X 180W X 315W X 315W X 135W X 180W X 360W X 135W X +USW00014922198710WSF1 143 X 130 X 76 X 72 X 130 X 103 X 67 X 112 X 103 X 58 X 80 X 40 X 107 X 40 X 54 X 67 X 63 X 72 X 72 X 98 X 76 X 72 X 58 X 67 X 89 X 107 X 103 X 40 X 67 X 63 X 67 X +USW00014922198710WSFG 236 X 195 X 108 X 103 X 170 X 129 X 93 X 159 X 149 X 67 X 123 X 67 X 149 X 62 X 67 X 82 X 93 X 103 X 129 X 129 X 103 X 98 X 67 X 93 X 123 X 170 X 129 X 51 X 103 X 98 X 87 X +USW00014922198710WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198710WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198710WT16 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198710WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198711TMAX 100 0 167 0 172 0 128 0 83 0 139 0 100 0 89 0 50 0 61 0 100 0 156 0 150 0 128 0 128 0 144 0 39 0 39 0 44 0 -6 0 50 0 83 0 33 0 11 0 39 0 0 0 6 0 33 0 33 0 -6 0-9999 +USW00014922198711TMIN 67 0 100 0 111 0 39 0 -11 0 0 0 6 0 -17 0 -72 0 -67 0 -39 0 -28 0 11 0 0 0 67 0 39 0 -22 0 -50 0 -56 0 -78 0 -89 0 -33 0 -28 0 -67 0 -22 0 -33 0 -28 0 -11 0 -6 0 -22 0-9999 +USW00014922198711PRCP 3 0 5 0 0T 0 0T 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 30 0 79 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 274 0 91 0 3 0-9999 +USW00014922198711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 71 0 0T 0-9999 +USW00014922198711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 25 0-9999 +USW00014922198711ACMH 100 X 100 X 100 X 30 X 30 X 30 X 80 X 40 X 10 X 20 X 10 X 60 X 50 X 70 X 100 X 100 X 100 X 40 X 50 X 10 X 30 X 70 X 70 X 60 X 80 X 90 X 100 X 100 X 100 X 100 X-9999 +USW00014922198711ACSH 100 X 100 X 100 X 40 X 10 X 10 X 100 X 30 X 20 X 20 X 20 X 80 X 60 X 90 X 100 X 100 X 100 X 10 X 50 X 0 X 30 X 100 X 100 X 80 X 90 X 100 X 100 X 100 X 100 X 100 X-9999 +USW00014922198711AWND 42 X 27 X 42 X 72 X 46 X 25 X 32 X 62 X 28 X 19 X 34 X 30 X 14 X 54 X 52 X 55 X 71 X 51 X 83 X 48 X 63 X 33 X 46 X 26 X 34 X 28 X 44 X 58 X 56 X 67 X-9999 +USW00014922198711FMTM 1853 X 0000 X 2150 X 1652 X 1451 X 0951 X 1050 X 1453 X 1450 X 1650 X 1450 X 1451 X 1450 X 2350 X 0000 X 0951 X 1755 X 0153 X 1652 X 0550 X 1255 X 1651 X 1454 X 2050 X 1353 X 1344 X 1753 X 1851 X 2354 X 0750 X-9999 +USW00014922198711PGTM 1202 X 0022 X 1108 X 1416 X 1417 X 0938 X 1118 X 2011 X 1435 X 1501 X 0928 X 0955 X 1602 X 2320 X 0734 X 0944 X 1558 X 2316 X 1227 X 0832 X 1230 X 1704 X 0949 X 1643 X 1552 X 1430 X 2045 X 1905 X 2052 X 1026 X-9999 +USW00014922198711TSUN 0 X 0 X 0 X 399 X 516 X 400 X 118 X 326 X 566 X 576 X 570 X 529 X 533 X 533 X 74 X 111 X 19 X 568 X 411 X 563 X 464 X 452 X 48 X 412 X 311 X 310 X 28 X 2 X 10 X 4 X-9999 +USW00014922198711WDF1 100 X 110 X 260 X 300 X 310 X 160 X 120 X 360 X 300 X 160 X 200 X 230 X 360 X 130 X 130 X 170 X 340 X 300 X 300 X 310 X 150 X 140 X 310 X 120 X 20 X 90 X 30 X 20 X 340 X 350 X-9999 +USW00014922198711WDFG 90W X 90W X 225W X 315W X 315W X 180W X 135W X 315W X 315W X 135W X 225W X 225W X 360W X 135W X 135W X 180W X 315W X 225W X 315W X 315W X 135W X 135W X 315W X 90W X 360W X 135W X 45W X 45W X 360W X 360W X-9999 +USW00014922198711WSF1 54 X 45 X 67 X 103 X 89 X 58 X 67 X 89 X 63 X 40 X 63 X 63 X 40 X 89 X 89 X 80 X 103 X 89 X 116 X 76 X 103 X 67 X 76 X 54 X 45 X 45 X 72 X 76 X 72 X 80 X-9999 +USW00014922198711WSFG 82 X 57 X 87 X 164 X 123 X 77 X 82 X 129 X 82 X 51 X 87 X 77 X 62 X 118 X 113 X 113 X 154 X 118 X 175 X 123 X 134 X 93 X 103 X 82 X 82 X 62 X 87 X 93 X 113 X 118 X-9999 +USW00014922198711WT01 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922198711WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922198711WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198711WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922198711WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198711WT14 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922198711WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922198711WT16 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922198711WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922198711WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922198712TMAX -17 0 -22 0 0 0 -39 0 6 0 11 0 11 0 39 0 33 0 56 0 72 0 -6 0 -17 0 -39 0 -33 0 -39 0 -44 0 6 0 -6 0 -11 0 11 0 17 0 22 0 0 0 -56 0 -28 0 -22 0 -11 0 -28 0 11 0 -39 0 +USW00014922198712TMIN -39 0 -44 0 -61 0 -117 0 -94 0 -6 0 6 0 11 0 6 0 -11 0 -28 0 -39 0 -44 0 -72 0 -56 0 -106 0 -122 0 -111 0 -106 0 -83 0 -78 0 -56 0 -56 0 -56 0 -178 0 -189 0 -133 0 -67 0 -61 0 -72 0 -211 0 +USW00014922198712PRCP 0T 0 0T 0 38 0 0 0 0T 0 0T 0 0T 0 112 0 36 0 0T 0 0T 0 5 0 0T 0 0T 0 23 0 0T 0 0 0 13 0 10 0 0 0 0 0 0 0 15 0 46 0 3 0 0 0 0 0 0 0 0T 0 18 0 0T 0 +USW00014922198712SNOW 0T 0 0T 0 38 0 0 0 0T 0 0T 0 0 0 0T 0 3 0 0 0 0T 0 5 0 0T 0 0T 0 28 0 0T 0 0 0 15 0 10 0 0 0 0 0 0 0 15 0 69 0 3 0 0 0 0 0 0 0 0T 0 5 0 0T 0 +USW00014922198712SNWD 25 0 25 0 51 0 51 0 51 0 25 0 25 0 25 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 51 0 51 0 51 0 51 0 25 0 76 0 127 0 127 0 102 0 102 0 102 0 102 0 102 0 +USW00014922198712ACMH 100 X 100 X 50 X 50 X 70 X 100 X 100 X 100 X 100 X 90 X 50 X 100 X 90 X 100 X 100 X 60 X 70 X 60 X 90 X 30 X 60 X 70 X 100 X 100 X 40 X 0 X 60 X 50 X 100 X 80 X 70 X +USW00014922198712ACSH 100 X 100 X 50 X 90 X 80 X 100 X 100 X 100 X 100 X 80 X 40 X 100 X 90 X 100 X 100 X 70 X 60 X 80 X 100 X 10 X 40 X 80 X 100 X 100 X 20 X 0 X 70 X 50 X 100 X 100 X 90 X +USW00014922198712AWND 38 X 32 X 46 X 22 X 49 X 61 X 54 X 39 X 58 X 55 X 69 X 76 X 55 X 35 X 69 X 58 X 36 X 48 X 30 X 65 X 35 X 25 X 26 X 68 X 41 X 32 X 29 X 59 X 44 X 74 X 80 X +USW00014922198712FMTM 0052 X 1050 X 1452 X 0000 X 2352 X 0153 X 0251 X 1021 X 2350 X 0000 X 1654 X 0450 X 0941 X 2250 X 1023 X 1138 X 2351 X 0751 X 2351 X 1152 X 0000 X 1653 X 2353 X 0733 X 1451 X 1350 X 2305 X 1154 X 1952 X 1251 X 0354 X +USW00014922198712PGTM 0113 X 2010 X 2143 X 0120 X 2311 X 0609 X 0312 X 1020 X 1242 X 1346 X 1648 X 0412 X 0017 X 2316 X 0947 X 1015 X 2336 X 0147 X 2012 X 1415 X 0006 X 1908 X 2047 X 1433 X 1305 X 1336 X 1704 X 1233 X 2123 X 2303 X 0258 X +USW00014922198712TSUN 181 X 220 X 446 X 472 X 466 X 159 X 0 X 7 X 77 X 422 X 417 X 310 X 371 X 180 X 157 X 320 X 245 X 11 X 0 X 397 X 385 X 162 X 0 X 0 X 356 X 437 X 244 X 330 X 0 X 0 X 228 X +USW00014922198712WDF1 20 X 150 X 320 X 360 X 120 X 90 X 120 X 140 X 250 X 250 X 290 X 310 X 300 X 20 X 320 X 310 X 160 X 200 X 330 X 260 X 240 X 250 X 40 X 10 X 310 X 240 X 50 X 10 X 170 X 170 X 290 X +USW00014922198712WDFG 360W X 135W X 315W X 360W X 135W X 135W X 135W X 135W X 315W X 135W X 270W X 315W X 315W X 45W X 315W X 315W X 135W X 180W X 315W X 270W X 225W X 270W X 45W X 315W X 315W X 225W X 360W X 360W X 180W X 270W X 270W X +USW00014922198712WESD-9999 -9999 51 X 51 X 25 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X 76 X 76 X 76 X 76 X-9999 102 X 102 X 102 X 76 X 76 X 76 X 102 X 102 X +USW00014922198712WSF1 72 X 54 X 63 X 54 X 72 X 80 X 72 X 76 X 72 X 72 X 134 X 103 X 72 X 63 X 94 X 80 X 76 X 80 X 67 X 107 X 67 X 67 X 72 X 89 X 63 X 72 X 63 X 76 X 94 X 98 X 103 X +USW00014922198712WSFG 103 X 67 X 87 X 62 X 113 X 103 X 87 X 87 X 93 X 93 X 175 X 159 X 108 X 82 X 123 X 118 X 113 X 108 X 77 X 123 X 77 X 77 X 98 X 123 X 82 X 103 X 82 X 123 X 113 X 149 X 164 X +USW00014922198712WT01-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922198712WT04-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198712WT06-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922198712WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198712WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922198712WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198712WT15-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922198712WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922198712WT18 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 +USW00014922198801TMAX -139 0 -72 0 -72 0 -161 0 -211 0 -183 0 -122 0 -139 0 -178 0 -67 0 -28 0 -17 0 -128 0 -56 0 0 0 39 0 11 0 -6 0 11 0 0 0 -50 0 -33 0 -111 0 -61 0 -139 0 -156 0 -72 0 -50 0 39 0 22 0 11 0 +USW00014922198801TMIN -228 0 -206 0 -167 0 -250 0 -256 0 -278 0 -267 0 -217 0 -272 0 -244 0 -117 0 -189 0 -228 0 -211 0 -106 0 -22 0 -94 0 -94 0 -11 0 -50 0 -161 0 -183 0 -211 0 -139 0 -200 0 -256 0 -244 0 -178 0 -56 0 -17 0 -178 0 +USW00014922198801PRCP 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 3 0 0 0 0T 0 8 0 58 0 0 0 5 0 0 0 0 0 0 0 5 0 145 0 33 0 0 0 15 0 41 0 36 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 +USW00014922198801SNOW 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 3 0 0 0 0T 0 10 0 89 0 0 0 8 0 0 0 0 0 0 0 0T 0 191 0 30 0 0 0 28 0 86 0 51 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 +USW00014922198801SNWD 102 0 102 0 102 0 102 0 102 0 102 0 102 0 76 0 76 0 76 0 76 0 76 0 152 0 127 0 127 0 76 0 76 0 51 0 51 0 254 0 229 0 229 0 229 0 305 0 356 0 356 0 356 0 330 0 330 0 203 0 178 0 +USW00014922198801ACMH 0 X 10 X 30 X 40 X 0 X 0 X 30 X 30 X 0 X 40 X 80 X 80 X 40 X 80 X 60 X 80 X 70 X 100 X 100 X 100 X 30 X 60 X 90 X 100 X 40 X 0 X 80 X 90 X 80 X 100 X 80 X +USW00014922198801ACSH 0 X 20 X 20 X 80 X 0 X 0 X 20 X 10 X 0 X 20 X 80 X 100 X 50 X 90 X 80 X 100 X 90 X 100 X 100 X 100 X 20 X 80 X 100 X 100 X 20 X 0 X 80 X 90 X 80 X 100 X 80 X +USW00014922198801AWND 50 X 56 X 60 X 84 X 48 X 24 X 42 X 47 X 38 X 71 X 50 X 82 X 27 X 52 X 42 X 59 X 9 X 26 X 71 X 84 X 33 X 54 X 43 X 46 X 75 X 24 X 10 X 49 X 34 X 24 X 72 X +USW00014922198801FMTM 1950 X 0953 X 1451 X 1252 X 0950 X 2353 X 2005 X 1950 X 1950 X 1353 X 2252 X 1531 X 0000 X 1153 X 2353 X 0651 X 1552 X 2140 X 2308 X 0110 X 2350 X 1353 X 1356 X 2253 X 0354 X 0000 X 1553 X 2053 X 0000 X 1435 X 1150 X +USW00014922198801PGTM 1432 X 0638 X 1700 X 0459 X 0951 X 2344 X 1516 X 1958 X 1947 X 1158 X 2252 X 1531 X 0002 X 1138 X 1309 X 0513 X 1838 X 2216 X 2232 X 0108 X 2347 X 1322 X 1827 X 2303 X 0752 X 1333 X 1555 X 2048 X 1513 X 1516 X 0955 X +USW00014922198801TSUN 530 X 368 X 334 X 279 X 535 X 445 X 501 X 469 X 529 X 491 X 292 X 301 X 428 X 347 X 427 X 327 X 381 X 0 X 124 X 0 X 553 X 389 X 0 X 330 X 528 X 572 X 539 X 546 X 540 X 0 X 357 X +USW00014922198801WDF1 230 X 250 X 280 X 280 X 320 X 210 X 210 X 310 X 200 X 200 X 100 X 350 X 320 X 150 X 140 X 190 X 110 X 150 X 40 X 20 X 180 X 300 X 50 X 330 X 320 X 320 X 290 X 150 X 160 X 110 X 300 X +USW00014922198801WDFG 225W X 225W X 270W X 315W X 315W X 225W X 180W X 315W X 180W X 225W X 90W X 360W X 315W X 180W X 135W X 180W X 360W X 135W X 45W X 360W X 180W X 315W X 360W X 315W X 315W X 225W X 270W X 225W X 180W X 90W X 315W X +USW00014922198801WESD 76 X 102 X 102 X 102 X 76 X 76 X 127 X 76 X 51 X 102 X 102 X 254 X 127 X 127 X 102 X 102 X 76 X 76 X 76 X 432 X 406 X 432 X 457 X 584 X 610 X 610 X 432 X 432 X 457 X 457 X 432 X +USW00014922198801WSF1 67 X 76 X 98 X 116 X 76 X 40 X 72 X 72 X 58 X 107 X 107 X 143 X 58 X 94 X 58 X 89 X 31 X 67 X 139 X 134 X 67 X 112 X 67 X 125 X 112 X 45 X 40 X 94 X 58 X 63 X 103 X +USW00014922198801WSFG 93 X 113 X 129 X 149 X 93 X 62 X 82 X 103 X 72 X 164 X 129 X 195 X 77 X 129 X 77 X 144 X 46 X 77 X 180 X 195 X 82 X 139 X 87 X 185 X 159 X 57 X 51 X 129 X 62 X 87 X 139 X +USW00014922198801WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00014922198801WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922198801WT04-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198801WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198801WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922198801WT09-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198801WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922198801WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922198801WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198801WT18-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 +USW00014922198802TMAX -167 0 -133 0 -111 0 -150 0 -194 0 -94 0 -61 0 -128 0 -111 0 -167 0 -144 0 -128 0 -67 0 -33 0 -78 0 22 0 22 0 39 0 28 0 -67 0 50 0 39 0 -61 0 -67 0 -11 0 83 0 33 0 72 0 67 0-9999 -9999 +USW00014922198802TMIN -217 0 -244 0 -172 0 -211 0 -244 0 -206 0 -206 0 -217 0 -211 0 -239 0 -267 0 -261 0 -178 0 -83 0 -161 0 -83 0 -67 0 -44 0 -67 0 -161 0 -178 0 -83 0 -122 0 -122 0 -139 0 -33 0 -50 0 -28 0 -39 0-9999 -9999 +USW00014922198802PRCP 0T 0 0T 0 0T 0 8 0 0 0 15 0 0T 0 51 0 0T 0 0 0 0 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 -9999 +USW00014922198802SNOW 0T 0 0T 0 0T 0 15 0 0 0 15 0 0T 0 81 0 0T 0 0 0 0 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00014922198802SNWD 178 0 178 0 178 0 203 0 203 0 203 0 203 0 178 0 254 0 229 0 229 0 229 0 229 0 229 0 229 0 229 0 229 0 102 0 76 0 76 0 76 0 51 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0-9999 -9999 +USW00014922198802ACMH 70 X 30 X 40 X 60 X 20 X 80 X 20 X 70 X 80 X 50 X 0 X 50 X 100 X 90 X 50 X 80 X 50 X 20 X 80 X 0 X 80 X 50 X 40 X 30 X 10 X 20 X 0 X 30 X 10 X-9999 -9999 +USW00014922198802ACSH 90 X 0 X 40 X 70 X 10 X 60 X 0 X 100 X 70 X 60 X 0 X 10 X 100 X 100 X 50 X 80 X 30 X 10 X 100 X 0 X 100 X 40 X 50 X 40 X 10 X 30 X 0 X 50 X 20 X-9999 -9999 +USW00014922198802AWND 49 X 25 X 35 X 48 X 74 X 56 X 67 X 33 X 42 X 45 X 27 X 12 X 50 X 65 X 46 X 37 X 46 X 47 X 59 X 64 X 61 X 84 X 60 X 56 X 45 X 51 X 34 X 59 X 28 X-9999 -9999 +USW00014922198802FMTM 0350 X 1550 X 1450 X 1953 X 1953 X 2305 X 1252 X 1227 X 0853 X 0454 X 1350 X 1752 X 1852 X 1452 X 0051 X 1953 X 1652 X 1454 X 2153 X 0450 X 2153 X 1552 X 1352 X 0852 X 1652 X 2055 X 0152 X 1035 X 1550 X-9999 -9999 +USW00014922198802PGTM 0954 X 1413 X 1508 X 2021 X 1657 X 2310 X 1319 X 0918 X 1011 X 0948 X 1111 X 2021 X 2311 X 1502 X 0056 X 1835 X 1719 X 1006 X 2207 X 1018 X 2217 X 1325 X 1346 X 1132 X 2157 X 1335 X 0129 X 1028 X 1528 X-9999 -9999 +USW00014922198802TSUN 256 X 570 X 574 X 445 X 541 X 437 X 590 X 99 X 364 X 491 X 615 X 567 X 498 X 427 X 560 X 422 X 487 X 621 X 242 X 641 X 24 X 608 X 569 X 632 X 656 X 583 X 663 X 534 X 667 X-9999 -9999 +USW00014922198802WDF1 330 X 150 X 320 X 280 X 280 X 190 X 320 X 110 X 330 X 360 X 350 X 220 X 140 X 340 X 330 X 330 X 200 X 200 X 320 X 320 X 210 X 310 X 280 X 320 X 220 X 320 X 340 X 330 X 320 X-9999 -9999 +USW00014922198802WDFG 360W X 180W X 315W X 270W X 270W X 180W X 315W X 90W X 315W X 360W X 360W X 135W X 135W X 360W X 315W X 270W X 225W X 180W X 315W X 315W X 225W X 315W X 270W X 315W X 225W X 315W X 360W X 315W X 315W X-9999 -9999 +USW00014922198802WESD 432 X 432 X 432 X 432 X 432 X 381 X 381 X 483 X 483 X 457 X 483 X 483 X 483 X 584 X 533 X 584 X 330 X 279 X 229 X 229 X 229 X 152 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198802WSF1 76 X 40 X 58 X 67 X 107 X 98 X 103 X 67 X 67 X 63 X 45 X 36 X 94 X 116 X 89 X 67 X 76 X 72 X 116 X 103 X 94 X 139 X 103 X 80 X 76 X 76 X 58 X 107 X 72 X-9999 -9999 +USW00014922198802WSFG 103 X 57 X 77 X 93 X 149 X 113 X 144 X 82 X 118 X 103 X 98 X 41 X 129 X 144 X 108 X 113 X 98 X 149 X 175 X 149 X 154 X 190 X 139 X 118 X 87 X 118 X 82 X 170 X 108 X-9999 -9999 +USW00014922198802WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198802WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198802WT04-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198802WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198802WT09-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198802WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198802WT18 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198803TMAX 89 0 6 0 11 0 33 0 72 0 94 0 100 0 67 0 100 0 89 0 122 0 17 0 -61 0 -39 0 -11 0 22 0 56 0 17 0 22 0 -28 0 56 0 128 0 106 0 100 0 128 0 17 0 94 0 94 0 50 0 150 0 83 0 +USW00014922198803TMIN -39 0 -56 0 -94 0 -106 0 -67 0 11 0 11 0 17 0 -6 0 -11 0 11 0 -100 0 -106 0 -111 0 -94 0 -28 0 -22 0 -44 0 -56 0 -72 0 -78 0 -6 0 11 0 28 0 -11 0 -50 0 -61 0 17 0 -28 0 -61 0 6 0 +USW00014922198803PRCP 0 0 0 0 0 0 0 0 0 0 0 0 28 0 8 0 0 0 0 0 53 0 38 0 15 0 3 0 0T 0 0 0 0T 0 0 0 5 0 0 0 0 0 0 0 0 0 163 0 0T 0 5 0 0 0 20 0 0 0 0 0 0 0 +USW00014922198803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 38 0 23 0 3 0 0T 0 0 0 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198803SNWD 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 51 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198803ACMH 50 X 40 X 0 X 0 X 0 X 40 X 100 X 100 X 50 X 90 X 70 X 100 X 100 X 80 X 70 X 100 X 80 X 20 X 70 X 90 X 60 X 80 X 70 X 80 X 50 X 60 X 20 X 90 X 40 X 40 X 90 X +USW00014922198803ACSH 50 X 30 X 10 X 0 X 0 X 30 X 100 X 100 X 30 X 100 X 80 X 100 X 100 X 70 X 70 X 100 X 100 X 20 X 90 X 100 X 90 X 100 X 60 X 100 X 50 X 70 X 20 X 100 X 50 X 40 X 100 X +USW00014922198803AWND 68 X 57 X 19 X 13 X 44 X 52 X 73 X 75 X 35 X 44 X 80 X 93 X 72 X 68 X 40 X 33 X 45 X 58 X 41 X 42 X 52 X 66 X 40 X 65 X 92 X 81 X 67 X 60 X 51 X 36 X 57 X +USW00014922198803FMTM 1154 X 0851 X 0000 X 2152 X 1352 X 0350 X 1652 X 0753 X 0054 X 1452 X 2051 X 1552 X 2152 X 1651 X 0052 X 1954 X 2252 X 1550 X 1652 X 1452 X 1654 X 1251 X 0054 X 1510 X 1152 X 0452 X 2254 X 0254 X 1052 X 1750 X 0850 X +USW00014922198803PGTM 1238 X 0942 X 0845 X 1418 X 1622 X 0322 X 1305 X 0746 X 0044 X 1454 X 2055 X 1533 X 1954 X 1643 X 0942 X 0909 X 1835 X 1010 X 1703 X 1439 X 1617 X 1251 X 1002 X 1313 X 1538 X 0130 X 2233 X 0244 X 1046 X 1551 X 1326 X +USW00014922198803TSUN 609 X 570 X 674 X 678 X 681 X 636 X 548 X 0 X 656 X 446 X 536 X 254 X 309 X 605 X 641 X 245 X 452 X 702 X 98 X 20 X 634 X 546 X 615 X 0 X 536 X 527 X 739 X 0 X 647 X 671 X 548 X +USW00014922198803WDF1 200 X 10 X 10 X 230 X 230 X 230 X 100 X 200 X 330 X 160 X 60 X 350 X 350 X 320 X 340 X 320 X 280 X 320 X 330 X 60 X 130 X 110 X 330 X 120 X 250 X 310 X 120 X 130 X 260 X 210 X 40 X +USW00014922198803WDFG 225W X 360W X 90W X 225W X 225W X 225W X 135W X 180W X 315W X 135W X 45W X 360W X 360W X 315W X 360W X 360W X 315W X 315W X 315W X 45W X 135W X 90W X 315W X 90W X 270W X 270W X 135W X 135W X 270W X 225W X 360W X +USW00014922198803WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198803WSF1 125 X 89 X 40 X 31 X 80 X 94 X 103 X 112 X 76 X 72 X 130 X 112 X 94 X 98 X 63 X 45 X 76 X 80 X 80 X 63 X 76 X 94 X 67 X 103 X 134 X 125 X 107 X 103 X 89 X 72 X 72 X +USW00014922198803WSFG 154 X 134 X 62 X 62 X 113 X 123 X 144 X 154 X 118 X 93 X 159 X 170 X 123 X 139 X 98 X 72 X 108 X 118 X 108 X 77 X 113 X 123 X 103 X 123 X 267 X 164 X 170 X 139 X 118 X 129 X 129 X +USW00014922198803WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198803WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198803WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198803WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198803WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198803WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198803WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922198803WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922198803WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198804TMAX 144 0 89 0 100 0 222 0 144 0 167 0 244 0 250 0 172 0 133 0 161 0 206 0 156 0 83 0 128 0 206 0 144 0 89 0 122 0 94 0 117 0 83 0 122 0 167 0 133 0 72 0 139 0 189 0 217 0 239 0-9999 +USW00014922198804TMIN -17 0 44 0 61 0 72 0 72 0 39 0 44 0 128 0 28 0 -11 0 -6 0 11 0 33 0 -17 0 -11 0 -11 0 11 0 -33 0 -39 0 -6 0 -11 0 11 0 11 0 -6 0 11 0 28 0 28 0 0 0 33 0 94 0-9999 +USW00014922198804PRCP 0 0 76 0 28 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 56 0 0 0 0 0 137 0 3 0 0 0 0 0 0 0-9999 +USW00014922198804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198804ACMH 50 X 100 X 100 X 90 X 90 X 10 X 20 X 90 X 90 X 50 X 0 X 40 X 50 X 40 X 0 X 10 X 50 X 0 X 10 X 30 X 80 X 100 X 70 X 30 X 60 X 100 X 80 X 0 X 0 X 80 X-9999 +USW00014922198804ACSH 70 X 100 X 100 X 90 X 100 X 10 X 30 X 100 X 100 X 90 X 0 X 40 X 50 X 30 X 0 X 20 X 70 X 0 X 0 X 20 X 90 X 100 X 70 X 30 X 90 X 100 X 90 X 0 X 0 X 90 X-9999 +USW00014922198804AWND 33 X 43 X 25 X 52 X 48 X 54 X 45 X 97 X 60 X 32 X 11 X 20 X 63 X 72 X 45 X 57 X 90 X 58 X 35 X 53 X 19 X 52 X 53 X 46 X 49 X 54 X 52 X 20 X 19 X 37 X-9999 +USW00014922198804FMTM 1550 X 1150 X 0252 X 1052 X 1253 X 1053 X 2252 X 1455 X 1051 X 1252 X 1550 X 1552 X 1750 X 1252 X 0750 X 2250 X 1252 X 1550 X 1655 X 0352 X 1350 X 1750 X 0054 X 1352 X 1351 X 1955 X 0751 X 1450 X 2152 X 1550 X-9999 +USW00014922198804PGTM 1623 X 1336 X 0246 X 1007 X 1638 X 1237 X 1324 X 1454 X 0946 X 1453 X 1337 X 1340 X 1856 X 1312 X 1346 X 2239 X 0928 X 1723 X 1427 X 0843 X 1437 X 1442 X 0835 X 1202 X 1510 X 1836 X 1323 X 1537 X 1217 X 1535 X-9999 +USW00014922198804TSUN 602 X 0 X 19 X 668 X 118 X 782 X 785 X 667 X 153 X 657 X 797 X 800 X 630 X 713 X 809 X 802 X 530 X 818 X 821 X 689 X 509 X 44 X 610 X 774 X 511 X 0 X 660 X 847 X 850 X 515 X-9999 +USW00014922198804WDF1 110 X 50 X 340 X 160 X 340 X 330 X 130 X 150 X 320 X 330 X 340 X 220 X 330 X 310 X 360 X 210 X 330 X 300 X 300 X 350 X 330 X 110 X 20 X 220 X 300 X 350 X 330 X 350 X 130 X 200 X-9999 +USW00014922198804WDFG 90W X 45W X 360W X 135W X 360W X 315W X 180W X 135W X 315W X 315W X 360W X 225W X 315W X 315W X 360W X 225W X 315W X 315W X 270W X 360W X 360W X 90W X 315W X 225W X 270W X 360W X 315W X 315W X 270W X 180W X-9999 +USW00014922198804WSF1 63 X 63 X 54 X 89 X 94 X 94 X 63 X 134 X 98 X 67 X 36 X 45 X 107 X 94 X 72 X 103 X 112 X 89 X 80 X 89 X 40 X 76 X 80 X 72 X 76 X 94 X 76 X 45 X 36 X 63 X-9999 +USW00014922198804WSFG 93 X 82 X 62 X 118 X 134 X 134 X 93 X 180 X 134 X 98 X 72 X 72 X 149 X 139 X 113 X 139 X 159 X 129 X 123 X 149 X 67 X 113 X 108 X 134 X 113 X 164 X 123 X 87 X 57 X 93 X-9999 +USW00014922198804WT01-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198804WT02-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198804WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198804WT14-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198804WT16-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922198804WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198805TMAX 250 0 250 0 244 0 267 0 278 0 278 0 278 0 233 0 183 0 228 0 233 0 300 0 167 0 272 0 233 0 139 0 200 0 261 0 228 0 283 0 294 0 217 0 278 0 228 0 256 0 300 0 272 0 333 0 328 0 328 0 328 0 +USW00014922198805TMIN 117 0 111 0 94 0 94 0 83 0 117 0 156 0 128 0 106 0 56 0 44 0 72 0 39 0 72 0 100 0 67 0 28 0 100 0 128 0 139 0 139 0 144 0 117 0 111 0 61 0 167 0 167 0 167 0 206 0 206 0 194 0 +USW00014922198805PRCP 0 0 0 0 0 0 0 0 0 0 0 0 61 0 119 0 107 0 0 0 0T 0 0 0 0 0 15 0 0T 0 0T 0 0 0 0 0 89 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 41 0 0 0 0 0 0 0 0 0 +USW00014922198805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198805ACMH 80 X 50 X 10 X 40 X 10 X 70 X 90 X 100 X 80 X 30 X 40 X 60 X 0 X 60 X 70 X 70 X 0 X 30 X 80 X 80 X 80 X 100 X 10 X 0 X 10 X 40 X 70 X 50 X 50 X 80 X 60 X +USW00014922198805ACSH 80 X 50 X 20 X 50 X 10 X 80 X 80 X 100 X 100 X 40 X 60 X 80 X 0 X 90 X 70 X 90 X 0 X 30 X 90 X 80 X 70 X 100 X 0 X 0 X 10 X 40 X 80 X 70 X 60 X 80 X 60 X +USW00014922198805AWND 64 X 59 X 46 X 37 X 25 X 53 X 82 X 60 X 67 X 38 X 35 X 54 X 36 X 51 X 80 X 44 X 37 X 66 X 46 X 29 X 35 X 56 X 49 X 53 X 51 X 74 X 56 X 53 X 60 X 57 X 43 X +USW00014922198805FMTM 1552 X 1452 X 1352 X 1353 X 0250 X 1250 X 1350 X 0552 X 1553 X 1551 X 1052 X 2052 X 0000 X 1552 X 1453 X 0000 X 1752 X 1451 X 1350 X 1554 X 1751 X 1054 X 1550 X 1450 X 2251 X 2353 X 0054 X 1652 X 1352 X 1354 X 1254 X +USW00014922198805PGTM 1634 X 1123 X 1320 X 1116 X 0630 X 1322 X 2258 X 0342 X 1549 X 1557 X 1537 X 1922 X 0013 X 1019 X 1317 X 0901 X 1431 X 1506 X 1312 X 1257 X 1246 X 1112 X 1308 X 1508 X 1237 X 1531 X 0059 X 1610 X 1419 X 1258 X 1648 X +USW00014922198805TSUN 724 X 801 X 854 X 841 X 832 X 656 X 517 X 343 X 372 X 873 X 671 X 489 X 886 X 522 X 645 X 468 X 895 X 857 X 581 X 784 X 782 X 595 X 908 X 907 X 868 X 811 X 672 X 773 X 786 X 813 X 803 X +USW00014922198805WDF1 160 X 160 X 120 X 10 X 350 X 150 X 170 X 150 X 290 X 320 X 220 X 340 X 360 X 160 X 300 X 310 X 120 X 150 X 160 X 160 X 90 X 10 X 50 X 30 X 200 X 210 X 230 X 200 X 170 X 160 X 210 X +USW00014922198805WDFG 135W X 135W X 135W X 315W X 360W X 135W X 180W X 180W X 270W X 315W X 270W X 360W X 360W X 135W X 315W X 315W X 135W X 135W X 180W X 135W X 135W X 360W X 45W X 45W X 180W X 225W X 225W X 180W X 180W X 180W X 180W X +USW00014922198805WSF1 103 X 103 X 76 X 67 X 45 X 103 X 139 X 103 X 98 X 76 X 67 X 112 X 103 X 98 X 134 X 72 X 58 X 89 X 72 X 54 X 72 X 76 X 76 X 72 X 80 X 94 X 98 X 89 X 94 X 89 X 76 X +USW00014922198805WSFG 139 X 139 X 113 X 108 X 62 X 144 X 206 X 154 X 144 X 113 X 98 X 226 X 154 X 154 X 190 X 113 X 93 X 129 X 103 X 72 X 93 X 113 X 108 X 103 X 113 X 134 X 129 X 118 X 149 X 139 X 98 X +USW00014922198805WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198805WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198805WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198805WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198805WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922198806TMAX 328 0 272 0 256 0 300 0 322 0 322 0 344 0 250 0 239 0 278 0 311 0 344 0 322 0 344 0 261 0 261 0 272 0 350 0 367 0 361 0 339 0 317 0 267 0 383 0 322 0 278 0 306 0 317 0 256 0 261 0-9999 +USW00014922198806TMIN 206 0 172 0 144 0 156 0 178 0 172 0 161 0 122 0 83 0 83 0 128 0 161 0 206 0 194 0 156 0 144 0 156 0 156 0 228 0 189 0 206 0 222 0 183 0 211 0 206 0 150 0 150 0 183 0 144 0 139 0-9999 +USW00014922198806PRCP 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 0 0 0T 0 0 0 28 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198806ACMH 60 X 80 X 50 X 20 X 0 X 0 X 10 X 30 X 10 X 20 X 50 X 50 X 50 X 40 X 40 X 10 X 60 X 80 X 40 X 0 X 70 X 30 X 70 X 50 X 20 X 60 X 30 X 50 X 50 X 50 X-9999 +USW00014922198806ACSH 60 X 80 X 40 X 20 X 10 X 0 X 10 X 40 X 10 X 20 X 70 X 70 X 70 X 40 X 50 X 10 X 70 X 90 X 30 X 0 X 90 X 40 X 80 X 40 X 10 X 90 X 40 X 50 X 50 X 50 X-9999 +USW00014922198806AWND 31 X 41 X 37 X 25 X 36 X 33 X 31 X 70 X 33 X 25 X 54 X 57 X 54 X 76 X 49 X 38 X 55 X 65 X 63 X 31 X 44 X 62 X 41 X 73 X 69 X 36 X 36 X 68 X 70 X 53 X-9999 +USW00014922198806FMTM 1152 X 1252 X 1352 X 1653 X 1452 X 1252 X 2052 X 1150 X 0052 X 1550 X 1351 X 1750 X 1552 X 1353 X 0952 X 1652 X 1650 X 1652 X 0435 X 1851 X 0752 X 1352 X 1351 X 0851 X 1553 X 1052 X 1850 X 1652 X 1251 X 1053 X-9999 +USW00014922198806PGTM 1447 X 1247 X 1229 X 1358 X 1636 X 1405 X 1219 X 1743 X 1526 X 1453 X 1432 X 1412 X 1615 X 1357 X 0728 X 1630 X 1022 X 1723 X 0201 X 1117 X 0752 X 1356 X 1558 X 0853 X 1019 X 1227 X 1428 X 1647 X 1206 X 1201 X-9999 +USW00014922198806TSUN 617 X 668 X 861 X 893 X 928 X 928 X 888 X 854 X 903 X 898 X 897 X 825 X 738 X 822 X 831 X 891 X 762 X 777 X 802 X 937 X 558 X 910 X 706 X 833 X 897 X 906 X 905 X 585 X 616 X 885 X-9999 +USW00014922198806WDF1 220 X 80 X 110 X 70 X 200 X 200 X 80 X 20 X 70 X 170 X 180 X 190 X 190 X 220 X 330 X 60 X 160 X 190 X 180 X 120 X 340 X 330 X 120 X 200 X 360 X 40 X 200 X 80 X 80 X 100 X-9999 +USW00014922198806WDFG 180W X 90W X 90W X 90W X 180W X 180W X 180W X 45W X 45W X 225W X 180W X 180W X 225W X 225W X 315W X 45W X 180W X 180W X 180W X 135W X 360W X 315W X 180W X 180W X 360W X 360W X 225W X 90W X 90W X 90W X-9999 +USW00014922198806WSF1 54 X 89 X 54 X 40 X 58 X 72 X 54 X 98 X 58 X 54 X 80 X 80 X 89 X 112 X 72 X 58 X 80 X 112 X 107 X 54 X 103 X 89 X 76 X 112 X 94 X 58 X 63 X 107 X 94 X 76 X-9999 +USW00014922198806WSFG 87 X 129 X 67 X 77 X 77 X 113 X 72 X 139 X 98 X 87 X 118 X 129 X 118 X 154 X 113 X 93 X 118 X 154 X 144 X 67 X 144 X 134 X 98 X 175 X 139 X 87 X 87 X 159 X 139 X 108 X-9999 +USW00014922198806WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198806WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198806WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198807TMAX 278 0 300 0 306 0 350 0 361 0 372 0 372 0 322 0 294 0 294 0 272 0 289 0 356 0 339 0 389 0 328 0 333 0 317 0 244 0 217 0 294 0 311 0 328 0 311 0 294 0 339 0 361 0 361 0 344 0 333 0 406 0 +USW00014922198807TMIN 133 0 161 0 161 0 194 0 228 0 250 0 244 0 211 0 211 0 178 0 150 0 156 0 194 0 167 0 261 0 217 0 194 0 206 0 156 0 139 0 128 0 150 0 172 0 211 0 161 0 167 0 206 0 211 0 217 0 189 0 222 0 +USW00014922198807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 18 0 0 0 0 0 0 0 185 0 0 0 15 0 0 0 0 0 0T 0 0T 0 74 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00014922198807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198807ACMH 70 X 50 X 40 X 20 X 20 X 10 X 30 X 80 X 100 X 50 X 60 X 30 X 30 X 50 X 80 X 40 X 70 X 40 X 70 X 60 X 10 X 30 X 30 X 80 X 10 X 40 X 10 X 10 X 70 X 0 X 40 X +USW00014922198807ACSH 70 X 60 X 50 X 20 X 30 X 10 X 30 X 80 X 100 X 50 X 70 X 20 X 20 X 50 X 90 X 30 X 80 X 40 X 90 X 70 X 20 X 30 X 20 X 90 X 10 X 50 X 0 X 10 X 80 X 0 X 40 X +USW00014922198807AWND 31 X 29 X 42 X 63 X 62 X 70 X 62 X 24 X 31 X 53 X 38 X 51 X 59 X 28 X 72 X 45 X 31 X 44 X 18 X 27 X 21 X 23 X 34 X 43 X 42 X 41 X 55 X 75 X 66 X 28 X 64 X +USW00014922198807FMTM 2152 X 1452 X 1451 X 1454 X 1751 X 1252 X 1515 X 1752 X 2340 X 1452 X 1850 X 1551 X 0128 X 2152 X 1651 X 0753 X 1632 X 1051 X 1350 X 0804 X 1853 X 1850 X 1852 X 1453 X 1551 X 1351 X 1750 X 1550 X 1753 X 0052 X 1652 X +USW00014922198807PGTM 2202 X 1407 X 1216 X 1525 X 1427 X 1202 X 1515 X 1757 X 2333 X 1243 X 1257 X 1638 X 0126 X 2337 X 1827 X 0803 X 1637 X 1418 X 1347 X 0813 X 1838 X 1757 X 1336 X 1338 X 1412 X 1417 X 1559 X 1337 X 1747 X 0038 X 1608 X +USW00014922198807TSUN 846 X 722 X 890 X 877 X 825 X 827 X 810 X 551 X 602 X 765 X 841 X 866 X 832 X 882 X 723 X 812 X 813 X 636 X 306 X 577 X 848 X 877 X 852 X 746 X 870 X 758 X 859 X 849 X 683 X 849 X 691 X +USW00014922198807WDF1 190 X 130 X 200 X 170 X 190 X 220 X 250 X 220 X 20 X 310 X 20 X 160 X 180 X 130 X 230 X 10 X 10 X 350 X 360 X 330 X 40 X 200 X 160 X 330 X 30 X 190 X 220 X 200 X 230 X 360 X 220 X +USW00014922198807WDFG 180W X 180W X 180W X 180W X 180W X 180W X 270W X 225W X 360W X 360W X 315W X 135W X 180W X 135W X 315W X 360W X 360W X 360W X 360W X 315W X 45W X 135W X 180W X 315W X 360W X 225W X 225W X 225W X 225W X 360W X 225W X +USW00014922198807WSF1 54 X 45 X 72 X 107 X 89 X 107 X 94 X 80 X 89 X 76 X 54 X 72 X 98 X 67 X 112 X 76 X 80 X 67 X 54 X 76 X 63 X 54 X 54 X 72 X 67 X 80 X 89 X 112 X 107 X 72 X 107 X +USW00014922198807WSFG 67 X 72 X 113 X 134 X 129 X 149 X 149 X 113 X 108 X 113 X 98 X 103 X 139 X 93 X 154 X 123 X 108 X 118 X 77 X 170 X 87 X 62 X 87 X 113 X 93 X 103 X 118 X 154 X 139 X 108 X 149 X +USW00014922198807WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198807WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198807WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198807WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922198808TMAX 383 0 372 0 333 0 278 0 289 0 333 0 350 0 289 0 289 0 311 0 344 0 328 0 306 0 300 0 367 0 372 0 361 0 217 0 244 0 278 0 272 0 233 0 261 0 267 0 239 0 261 0 217 0 194 0 239 0 250 0 300 0 +USW00014922198808TMIN 233 0 211 0 206 0 206 0 178 0 178 0 222 0 200 0 167 0 189 0 206 0 200 0 206 0 183 0 194 0 250 0 194 0 189 0 178 0 156 0 200 0 156 0 144 0 156 0 156 0 111 0 100 0 78 0 89 0 100 0 128 0 +USW00014922198808PRCP 0 0 84 0 262 0 251 0 20 0 0 0 201 0 25 0 0 0 0 0 102 0 5 0 0T 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 10 0 56 0 0 0 0 0 0 0 0T 0 69 0 0T 0 0 0 0 0 0T 0 +USW00014922198808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198808ACMH 30 X 80 X 70 X 100 X 20 X 10 X 50 X 60 X 20 X 20 X 50 X 40 X 60 X 10 X 10 X 10 X 30 X 100 X 70 X 70 X 100 X 70 X 20 X 20 X 40 X 40 X 50 X 50 X 20 X 20 X 60 X +USW00014922198808ACSH 30 X 80 X 70 X 90 X 10 X 10 X 40 X 60 X 30 X 30 X 80 X 40 X 80 X 10 X 10 X 0 X 20 X 100 X 80 X 80 X 100 X 80 X 10 X 10 X 40 X 40 X 50 X 60 X 30 X 20 X 70 X +USW00014922198808AWND 57 X 68 X 43 X 42 X 53 X 54 X 60 X 46 X 33 X 52 X 51 X 57 X 60 X 30 X 44 X 70 X 54 X 55 X 39 X 27 X 51 X 38 X 50 X 62 X 69 X 35 X 56 X 35 X 21 X 32 X 55 X +USW00014922198808FMTM 1752 X 1451 X 2038 X 1350 X 1451 X 1552 X 1800 X 0516 X 1253 X 1152 X 1554 X 0000 X 1250 X 1350 X 1552 X 1553 X 1635 X 1950 X 1351 X 2150 X 1250 X 0854 X 1251 X 1053 X 1551 X 1750 X 1552 X 0953 X 1355 X 2150 X 2050 X +USW00014922198808PGTM 1751 X 1448 X 2046 X 1842 X 1520 X 1457 X 1800 X 0918 X 1326 X 1424 X 1547 X 0003 X 1133 X 1306 X 1516 X 1735 X 2017 X 1937 X 1446 X 1441 X 1229 X 0842 X 1245 X 1307 X 1143 X 1513 X 1614 X 0903 X 1615 X 1126 X 2007 X +USW00014922198808TSUN 786 X 477 X 773 X 436 X 869 X 824 X 643 X 629 X 832 X 856 X 600 X 696 X 584 X 849 X 811 X 808 X 754 X 90 X 532 X 568 X 357 X 269 X 782 X 819 X 759 X 662 X 670 X 642 X 752 X 803 X 650 X +USW00014922198808WDF1 210 X 280 X 250 X 320 X 260 X 200 X 300 X 360 X 320 X 190 X 20 X 10 X 200 X 310 X 160 X 200 X 360 X 50 X 120 X 110 X 180 X 120 X 280 X 320 X 320 X 190 X 330 X 310 X 260 X 110 X 180 X +USW00014922198808WDFG 225W X 270W X 270W X 360W X 270W X 180W X 315W X 360W X 315W X 225W X 360W X 360W X 180W X 270W X 180W X 225W X 45W X 45W X 90W X 270W X 180W X 135W X 270W X 315W X 315W X 225W X 315W X 315W X 270W X 360W X 180W X +USW00014922198808WSF1 112 X 174 X 125 X 63 X 89 X 76 X 156 X 94 X 63 X 94 X 139 X 98 X 107 X 54 X 72 X 112 X 98 X 72 X 58 X 63 X 72 X 63 X 116 X 103 X 139 X 72 X 94 X 72 X 63 X 54 X 89 X +USW00014922198808WSFG 149 X 319 X 242 X 82 X 113 X 103 X 211 X 103 X 77 X 118 X 185 X 118 X 134 X 67 X 98 X 159 X 113 X 87 X 82 X 77 X 113 X 93 X 164 X 170 X 159 X 93 X 123 X 108 X 67 X 72 X 129 X +USW00014922198808WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198808WT03-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198808WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198808WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198808WT16-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 +USW00014922198809TMAX 244 0 283 0 194 0 233 0 194 0 233 0 261 0 239 0 278 0 267 0 306 0 244 0 239 0 233 0 183 0 261 0 317 0 300 0 222 0 128 0 183 0 206 0 211 0 233 0 206 0 256 0 183 0 111 0 172 0 217 0-9999 +USW00014922198809TMIN 167 0 139 0 128 0 122 0 61 0 61 0 128 0 117 0 72 0 94 0 167 0 106 0 56 0 89 0 144 0 139 0 122 0 189 0 106 0 89 0 94 0 100 0 78 0 67 0 83 0 139 0 100 0 89 0 111 0 133 0-9999 +USW00014922198809PRCP 132 0 0T 0 25 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 5 0 18 0 0 0 38 0 373 0 0 0 0 0 0T 0 0 0 0T 0 5 0 33 0 0 0 64 0 0T 0 0T 0-9999 +USW00014922198809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198809ACMH 70 X 50 X 80 X 40 X 30 X 10 X 20 X 60 X 20 X 80 X 20 X 80 X 0 X 40 X 100 X 60 X 0 X 70 X 100 X 100 X 100 X 80 X 0 X 40 X 40 X 50 X 30 X 100 X 100 X 80 X-9999 +USW00014922198809ACSH 90 X 80 X 90 X 30 X 50 X 10 X 10 X 80 X 20 X 100 X 20 X 100 X 0 X 30 X 100 X 70 X 0 X 90 X 100 X 100 X 90 X 100 X 0 X 70 X 30 X 50 X 30 X 100 X 100 X 90 X-9999 +USW00014922198809AWND 58 X 42 X 62 X 72 X 30 X 17 X 71 X 46 X 37 X 45 X 55 X 54 X 33 X 30 X 57 X 56 X 25 X 63 X 68 X 63 X 42 X 40 X 30 X 46 X 38 X 57 X 50 X 85 X 38 X 32 X-9999 +USW00014922198809FMTM 0709 X 1753 X 1553 X 1050 X 1650 X 1250 X 1652 X 1553 X 1153 X 1652 X 1450 X 0853 X 1453 X 2250 X 1450 X 0351 X 1350 X 1252 X 2350 X 0044 X 1553 X 1751 X 1150 X 1254 X 2054 X 0105 X 2250 X 0852 X 0850 X 1431 X-9999 +USW00014922198809PGTM 0710 X 1943 X 1500 X 1821 X 1717 X 1453 X 1526 X 1500 X 1357 X 1720 X 1337 X 0223 X 1404 X 1616 X 1538 X 0357 X 1512 X 0945 X 2354 X 0012 X 1630 X 1803 X 1255 X 1250 X 2052 X 0102 X 2225 X 0848 X 0241 X 1503 X-9999 +USW00014922198809TSUN 467 X 651 X 293 X 710 X 615 X 781 X 719 X 453 X 747 X 577 X 634 X 40 X 759 X 679 X 34 X 472 X 709 X 374 X 3 X 228 X 301 X 215 X 728 X 592 X 650 X 641 X 643 X 0 X 81 X 510 X-9999 +USW00014922198809WDF1 130 X 300 X 20 X 350 X 360 X 210 X 190 X 300 X 280 X 110 X 190 X 320 X 280 X 80 X 120 X 140 X 140 X 150 X 300 X 310 X 120 X 310 X 300 X 200 X 100 X 180 X 80 X 110 X 100 X 190 X-9999 +USW00014922198809WDFG 135W X 315W X 360W X 360W X 360W X 225W X 180W X 315W X 270W X 135W X 180W X 270W X 270W X 45W X 90W X 135W X 135W X 90W X 315W X 315W X 135W X 315W X 270W X 180W X 90W X 180W X 90W X 90W X 90W X 180W X-9999 +USW00014922198809WSF1 107 X 76 X 94 X 98 X 58 X 40 X 107 X 94 X 80 X 76 X 89 X 76 X 67 X 54 X 94 X 80 X 45 X 107 X 125 X 130 X 67 X 94 X 72 X 89 X 72 X 161 X 76 X 116 X 58 X 67 X-9999 +USW00014922198809WSFG 149 X 129 X 144 X 144 X 82 X 72 X 159 X 123 X 123 X 103 X 123 X 108 X 98 X 93 X 108 X 129 X 72 X 123 X 190 X 180 X 87 X 118 X 103 X 129 X 93 X 195 X 129 X 149 X 77 X 82 X-9999 +USW00014922198809WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922198809WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922198809WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922198809WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198809WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922198809WT16 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00014922198810TMAX 211 0 156 0 128 0 100 0 111 0 144 0 167 0 189 0 211 0 161 0 100 0 117 0 183 0 244 0 228 0 172 0 94 0 133 0 122 0 67 0 100 0 117 0 100 0 67 0 44 0 83 0 89 0 17 0 22 0 67 0 133 0 +USW00014922198810TMIN 100 0 44 0 17 0 11 0 -17 0 22 0 17 0 39 0 39 0 72 0 11 0 -28 0 6 0 56 0 78 0 72 0 33 0 -11 0 -11 0 17 0 17 0 -28 0 6 0 -28 0 -28 0 -44 0 -11 0 -50 0 -72 0 -89 0 0 0 +USW00014922198810PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 51 0 3 0 0 0 97 0 0 0 5 0 5 0 0 0 0 0 0 0 28 0 0T 0 0 0 0 0 0T 0 +USW00014922198810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 +USW00014922198810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00014922198810ACMH 60 X 10 X 40 X 10 X 40 X 20 X 20 X 30 X 50 X 10 X 10 X 10 X 0 X 0 X 70 X 50 X 90 X 50 X 50 X 90 X 60 X 60 X 90 X 30 X 40 X 40 X 100 X 40 X 30 X 30 X 30 X +USW00014922198810ACSH 80 X 20 X 50 X 10 X 30 X 10 X 30 X 30 X 50 X 10 X 10 X 20 X 10 X 0 X 90 X 40 X 100 X 80 X 70 X 100 X 50 X 50 X 90 X 20 X 70 X 30 X 100 X 20 X 50 X 50 X 40 X +USW00014922198810AWND 46 X 41 X 60 X 50 X 12 X 17 X 46 X 21 X 34 X 74 X 47 X 18 X 53 X 39 X 38 X 54 X 43 X 47 X 29 X 35 X 54 X 46 X 86 X 72 X 66 X 38 X 84 X 74 X 26 X 45 X 67 X +USW00014922198810FMTM 1553 X 1352 X 1652 X 0650 X 1050 X 1351 X 1150 X 1350 X 1352 X 1450 X 1350 X 1852 X 1154 X 0951 X 1351 X 1252 X 1218 X 1551 X 1352 X 1050 X 1050 X 1452 X 1950 X 1552 X 1351 X 2152 X 2352 X 0154 X 1450 X 1451 X 1450 X +USW00014922198810PGTM 1510 X 1717 X 1701 X 1219 X 1408 X 1245 X 1203 X 1338 X 1526 X 1531 X 0901 X 1843 X 1457 X 1451 X 1338 X 1205 X 1254 X 1555 X 1428 X 1058 X 1352 X 1517 X 1653 X 1132 X 1604 X 2313 X 2027 X 0318 X 1323 X 2230 X 1130 X +USW00014922198810TSUN 570 X 688 X 477 X 695 X 646 X 654 X 615 X 596 X 580 X 676 X 673 X 648 X 622 X 664 X 485 X 584 X 0 X 314 X 453 X 0 X 506 X 401 X 60 X 488 X 358 X 536 X 20 X 587 X 518 X 544 X 483 X +USW00014922198810WDF1 340 X 310 X 340 X 350 X 10 X 230 X 240 X 240 X 290 X 310 X 320 X 120 X 170 X 220 X 180 X 290 X 20 X 290 X 280 X 170 X 320 X 140 X 320 X 320 X 320 X 140 X 300 X 290 X 340 X 190 X 320 X +USW00014922198810WDFG 360W X 315W X 360W X 360W X 135W X 225W X 225W X 225W X 270W X 315W X 360W X 135W X 180W X 180W X 180W X 315W X 360W X 315W X 270W X 180W X 315W X 135W X 315W X 315W X 315W X 135W X 315W X 315W X 315W X 180W X 315W X +USW00014922198810WSF1 76 X 80 X 98 X 76 X 36 X 36 X 80 X 40 X 63 X 103 X 76 X 45 X 94 X 67 X 63 X 98 X 76 X 89 X 63 X 72 X 94 X 89 X 112 X 98 X 94 X 76 X 134 X 125 X 45 X 76 X 112 X +USW00014922198810WSFG 123 X 108 X 129 X 129 X 57 X 62 X 118 X 57 X 82 X 149 X 118 X 51 X 123 X 87 X 77 X 123 X 129 X 175 X 98 X 93 X 129 X 134 X 159 X 129 X 129 X 98 X 216 X 170 X 77 X 108 X 164 X +USW00014922198810WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198810WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198810WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198810WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198810WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00014922198810WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922198811TMAX 78 0 94 0 128 0 72 0 33 0 56 0 50 0 111 0 100 0 44 0 50 0 17 0 67 0 39 0 89 0 28 0 -17 0 33 0 28 0 -33 0 -28 0 39 0 67 0 111 0 61 0 39 0 11 0 -61 0 6 0 -28 0-9999 +USW00014922198811TMIN -6 0 -28 0 17 0 33 0 -11 0 -22 0 -22 0 0 0 33 0 -11 0 -50 0 6 0 -6 0 -39 0 28 0 -50 0 -89 0 -61 0 -89 0 -106 0 -128 0 -56 0 -11 0 17 0 6 0 6 0 -94 0 -150 0 -67 0 -106 0-9999 +USW00014922198811PRCP 0 0 0 0 0 0 155 0 76 0 0 0 0T 0 0T 0 0 0 0 0 3 0 124 0 0 0 0 0 124 0 97 0 0 0 0 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 84 0 56 0 0 0 3 0 0T 0-9999 +USW00014922198811SNOW 0 0 0 0 0 0 0 0 74 0 0 0 0 0 0 0 0 0 0 0 0 0 119 0 0 0 0 0 0 0 69 0 0 0 0 0 0T 0 8 0 3 0 0 0 0 0 0 0 0 0 66 0 61 0 0 0 3 0 0T 0-9999 +USW00014922198811SNWD 0 0 0 0 0 0 0 0 0T 0 76 0 0T 0 0 0 0 0 0 0 0 0 0T 0 25 0 0T 0 0T 0 25 0 51 0 51 0 25 0 25 0 25 0 25 0 0T 0 0 0 0 0 0T 0 25 0 51 0 51 0 51 0-9999 +USW00014922198811ACMH 40 X 80 X 60 X 100 X 100 X 50 X 100 X 90 X 90 X 100 X 80 X 90 X 50 X 70 X 100 X 100 X 40 X 100 X 70 X 50 X 40 X 90 X 60 X 40 X 90 X 100 X 100 X 30 X 90 X 70 X-9999 +USW00014922198811ACSH 70 X 100 X 50 X 100 X 100 X 40 X 100 X 90 X 80 X 100 X 60 X 100 X 40 X 90 X 100 X 100 X 10 X 100 X 90 X 80 X 80 X 80 X 20 X 30 X 80 X 100 X 100 X 10 X 100 X 90 X-9999 +USW00014922198811AWND 34 X 57 X 29 X 52 X 94 X 60 X 21 X 30 X 50 X 63 X 51 X 42 X 49 X 40 X 73 X 103 X 40 X 57 X 54 X 42 X 36 X 48 X 42 X 50 X 35 X 59 X 89 X 39 X 33 X 51 X-9999 +USW00014922198811FMTM 0823 X 1453 X 1652 X 2251 X 2150 X 0250 X 2153 X 0041 X 0752 X 0253 X 2150 X 0554 X 2251 X 2250 X 1739 X 0250 X 0352 X 1052 X 2050 X 1450 X 1653 X 1452 X 2152 X 1250 X 0053 X 1004 X 2053 X 0051 X 2353 X 0155 X-9999 +USW00014922198811PGTM 1031 X 1512 X 1521 X 2227 X 2050 X 0032 X 2211 X 1532 X 2057 X 0807 X 2258 X 0552 X 2234 X 2207 X 2216 X 0249 X 0127 X 1237 X 2018 X 1358 X 2345 X 1114 X 1505 X 1504 X 0057 X 0941 X 1522 X 0117 X 2307 X 0202 X-9999 +USW00014922198811TSUN 428 X 475 X 510 X 0 X 113 X 476 X 207 X 441 X 407 X 0 X 426 X 76 X 467 X 248 X 0 X 289 X 503 X 313 X 181 X 305 X 440 X 364 X 409 X 448 X 332 X 0 X 167 X 495 X 344 X 196 X-9999 +USW00014922198811WDF1 360 X 140 X 90 X 10 X 350 X 330 X 240 X 320 X 150 X 320 X 140 X 120 X 300 X 90 X 340 X 320 X 280 X 80 X 320 X 310 X 130 X 210 X 140 X 160 X 290 X 40 X 330 X 320 X 300 X 320 X-9999 +USW00014922198811WDFG 45W X 135W X 135W X 360W X 360W X 315W X 225W X 225W X 315W X 360W X 135W X 135W X 315W X 90W X 360W X 315W X 270W X 90W X 315W X 315W X 135W X 180W X 135W X 135W X 270W X 45W X 315W X 315W X 315W X 315W X-9999 +USW00014922198811WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 127 X-9999 -9999 -9999 51 X 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X 51 X 76 X-9999 +USW00014922198811WSF1 67 X 94 X 40 X 94 X 130 X 112 X 45 X 63 X 72 X 98 X 76 X 80 X 80 X 67 X 112 X 134 X 72 X 76 X 80 X 67 X 58 X 63 X 58 X 89 X 94 X 98 X 112 X 67 X 76 X 98 X-9999 +USW00014922198811WSFG 87 X 118 X 67 X 129 X 164 X 139 X 62 X 67 X 87 X 134 X 98 X 93 X 118 X 87 X 149 X 190 X 113 X 98 X 118 X 82 X 62 X 82 X 72 X 129 X 113 X 134 X 149 X 98 X 98 X 118 X-9999 +USW00014922198811WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00014922198811WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198811WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198811WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198811WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198811WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198811WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922198811WT16-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922198811WT18-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922198812TMAX -22 0 61 0 39 0 6 0 67 0 67 0 6 0 -44 0 -78 0 -106 0 -106 0 22 0 28 0 33 0 -106 0 -39 0 -56 0 39 0 72 0 17 0 11 0 39 0 33 0 -39 0 -83 0 6 0 11 0 -144 0 -72 0 -28 0 -44 0 +USW00014922198812TMIN -150 0 -50 0 -72 0 -72 0 -56 0 -22 0 -83 0 -139 0 -156 0 -189 0 -194 0 -150 0 -44 0 -106 0 -200 0 -156 0 -89 0 -72 0 -61 0 -83 0 -106 0 -17 0 -44 0 -122 0 -150 0 -94 0 -144 0 -200 0 -222 0 -139 0 -161 0 +USW00014922198812PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 8 0 0 0 5 0 0 0 18 0 0T 0 0 0 0 0 5 0 0 0 8 0 5 0 0T 0 0T 0 117 0 5 0 0T 0 0T 0 0 0 0T 0 +USW00014922198812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 8 0 0 0 3 0 0 0 33 0 3 0 0 0 0 0 0T 0 0 0 3 0 3 0 0T 0 0T 0 130 0 0 0 0T 0 0T 0 0 0 3 0 +USW00014922198812SNWD 51 0 51 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 127 0 127 0 127 0 102 0 102 0 +USW00014922198812ACMH 30 X 20 X 10 X 80 X 0 X 0 X 20 X 30 X 70 X 0 X 20 X 100 X 70 X 50 X 10 X 80 X 90 X 90 X 50 X 70 X 70 X 100 X 90 X 70 X 60 X 100 X 40 X 40 X 60 X 60 X 60 X +USW00014922198812ACSH 30 X 40 X 20 X 90 X 0 X 0 X 20 X 60 X 70 X 0 X 10 X 100 X 90 X 70 X 0 X 90 X 90 X 100 X 20 X 100 X 70 X 100 X 90 X 70 X 60 X 100 X 30 X 20 X 50 X 80 X 70 X +USW00014922198812AWND 36 X 37 X 49 X 38 X 26 X 53 X 60 X 48 X 21 X 45 X 29 X 70 X 45 X 82 X 58 X 71 X 48 X 41 X 27 X 57 X 42 X 76 X 70 X 60 X 38 X 73 X 79 X 45 X 35 X 11 X 30 X +USW00014922198812FMTM 1851 X 1250 X 1250 X 1250 X 1550 X 1553 X 0952 X 1550 X 2152 X 0550 X 2150 X 1209 X 0153 X 1250 X 2350 X 1553 X 1350 X 1450 X 2152 X 1653 X 1351 X 1409 X 0320 X 1652 X 0250 X 1750 X 1052 X 1350 X 1350 X 1552 X 2053 X +USW00014922198812PGTM 1847 X 1418 X 1245 X 1249 X 1545 X 1608 X 0929 X 1546 X 2352 X 0834 X 2244 X 1043 X 0140 X 0826 X 0246 X 1541 X 1127 X 1413 X 1429 X 1322 X 2301 X 0721 X 0337 X 1701 X 0134 X 1754 X 0203 X 1323 X 1358 X 1553 X 1822 X +USW00014922198812TSUN 475 X 464 X 463 X 357 X 537 X 536 X 532 X 343 X 340 X 492 X 523 X 0 X 130 X 333 X 528 X 51 X 229 X 314 X 450 X 26 X 285 X 31 X 165 X 320 X 404 X 0 X 400 X 362 X 352 X 279 X 245 X +USW00014922198812WDF1 210 X 230 X 350 X 240 X 200 X 320 X 350 X 310 X 350 X 350 X 170 X 200 X 310 X 320 X 330 X 330 X 340 X 300 X 140 X 310 X 150 X 130 X 280 X 290 X 300 X 120 X 240 X 290 X 120 X 310 X 130 X +USW00014922198812WDFG 225W X 225W X 360W X 225W X 180W X 315W X 360W X 315W X 360W X 360W X 180W X 180W X 315W X 360W X 360W X 315W X 315W X 315W X 180W X 315W X 135W X 135W X 270W X 270W X 315W X 135W X 270W X 270W X 135W X 315W X 135W X +USW00014922198812WESD 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X 127 X 127 X 127 X 102 X 102 X +USW00014922198812WSF1 80 X 63 X 112 X 67 X 45 X 94 X 89 X 89 X 58 X 63 X 45 X 103 X 80 X 125 X 103 X 116 X 76 X 63 X 36 X 89 X 89 X 103 X 139 X 89 X 63 X 112 X 116 X 63 X 63 X 40 X 58 X +USW00014922198812WSFG 98 X 67 X 129 X 77 X 57 X 123 X 108 X 108 X 67 X 93 X 67 X 139 X 118 X 159 X 118 X 154 X 113 X 93 X 62 X 118 X 108 X 180 X 170 X 129 X 87 X 149 X 154 X 93 X 77 X 46 X 82 X +USW00014922198812WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922198812WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922198812WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 X +USW00014922198812WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922198812WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922198812WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922198812WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198812WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922198812WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922198812WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922198812WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 +USW00014922198901TMAX -17 0 -106 0 -39 0 0 0 -28 0 -11 0 6 0 -161 0 -128 0 -128 0 -22 0 -61 0 17 0 28 0 6 0 28 0 0 0 -6 0 28 0 -28 0 39 0 44 0 44 0 17 0 -6 0 -28 0 56 0 39 0 28 0 89 0 72 0 +USW00014922198901TMIN -167 0 -206 0 -172 0 -189 0 -111 0 -61 0 -161 0 -211 0 -256 0 -222 0 -150 0 -172 0 -183 0 -39 0 -100 0 -167 0 -89 0 -56 0 -33 0 -111 0 -78 0 -44 0 -50 0 -17 0 -61 0 -139 0 -67 0 -44 0 -72 0 -33 0 -44 0 +USW00014922198901PRCP 0T 0 0T 0 5 0 0 0 0 0 0T 0 76 0 20 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198901SNOW 0T 0 0T 0 5 0 0 0 0 0 0T 0 91 0 36 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198901SNWD 102 0 102 0 102 0 102 0 102 0 102 0 102 0 203 0 178 0 178 0 178 0 152 0 127 0 76 0 76 0 51 0 51 0 51 0 51 0 51 0 51 0 25 0 25 0 25 0 0T 0 25 0 25 0 25 0 25 0 25 0 0T 0 +USW00014922198901ACMH 70 X 50 X 50 X 50 X 80 X 100 X 100 X 90 X 50 X 20 X 90 X 0 X 10 X 30 X 70 X 30 X 50 X 80 X 70 X 10 X 20 X 70 X 90 X 90 X 100 X 10 X 0 X 50 X 70 X 70 X 90 X +USW00014922198901ACSH 100 X 40 X 40 X 40 X 100 X 100 X 100 X 90 X 70 X 0 X 100 X 10 X 10 X 20 X 60 X 80 X 90 X 80 X 50 X 0 X 50 X 100 X 90 X 90 X 100 X 0 X 0 X 70 X 70 X 50 X 90 X +USW00014922198901AWND 57 X 36 X 55 X 31 X 26 X 51 X 56 X 77 X 30 X 33 X 64 X 48 X 46 X 80 X 60 X 51 X 34 X 49 X 76 X 40 X 65 X 40 X 45 X 59 X 26 X 46 X 38 X 25 X 27 X 46 X 48 X +USW00014922198901FMTM 0652 X 1950 X 1052 X 1250 X 2350 X 2350 X 2352 X 0143 X 1551 X 2352 X 0951 X 0050 X 1455 X 1353 X 1750 X 2052 X 1455 X 0953 X 1452 X 0051 X 1051 X 1050 X 2153 X 1150 X 2351 X 1452 X 2050 X 0000 X 1452 X 2050 X 2254 X +USW00014922198901PGTM 1850 X 0136 X 1203 X 1331 X 1712 X 1920 X 2142 X 0222 X 1515 X 2344 X 1827 X 0050 X 2348 X 1334 X 1720 X 2153 X 1451 X 0839 X 1827 X 0010 X 1121 X 1055 X 1605 X 1113 X 2158 X 1530 X 1951 X 0012 X 1522 X 2057 X 1907 X +USW00014922198901TSUN 62 X 403 X 345 X 419 X 104 X 0 X 0 X 322 X 293 X 408 X 0 X 482 X 500 X 447 X 466 X 347 X 61 X 134 X 364 X 551 X 523 X 425 X 394 X 325 X 0 X 572 X 575 X 447 X 253 X 460 X 226 X +USW00014922198901WDF1 310 X 110 X 300 X 170 X 30 X 110 X 260 X 260 X 110 X 110 X 140 X 300 X 200 X 220 X 270 X 290 X 140 X 310 X 310 X 320 X 190 X 180 X 20 X 50 X 280 X 250 X 220 X 220 X 250 X 210 X 340 X +USW00014922198901WDFG 315W X 315W X 315W X 180W X 45W X 135W X 270W X 270W X 90W X 90W X 270W X 315W X 180W X 225W X 270W X 270W X 135W X 315W X 315W X 315W X 180W X 180W X 360W X 45W X 315W X 225W X 180W X 225W X 225W X 225W X 315W X +USW00014922198901WESD 102 X 102 X 102 X 102 X 102 X 102 X 127 X 178 X 178 X 178 X 178 X 152 X 152 X 152 X 152 X 152 X 152 X 152 X 76 X 76 X 76 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198901WSF1 80 X 58 X 116 X 67 X 58 X 76 X 112 X 143 X 54 X 67 X 98 X 76 X 80 X 116 X 98 X 94 X 72 X 89 X 107 X 80 X 107 X 72 X 76 X 80 X 54 X 72 X 72 X 63 X 54 X 80 X 98 X +USW00014922198901WSFG 103 X 72 X 139 X 82 X 67 X 93 X 164 X 159 X 67 X 77 X 123 X 103 X 103 X 164 X 139 X 108 X 87 X 108 X 170 X 123 X 139 X 82 X 103 X 118 X 62 X 98 X 93 X 77 X 67 X 103 X 129 X +USW00014922198901WT01 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198901WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198901WT04-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198901WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198901WT09-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198901WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198901WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198901WT18 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198902TMAX -44 0 -189 0 -250 0 -200 0 -167 0 -117 0 -50 0 -156 0 -56 0 17 0 -17 0 11 0 6 0 -17 0 -44 0 -122 0 -122 0 -78 0 -128 0 -67 0 -61 0 -122 0 -78 0 33 0 28 0 -67 0 -56 0 -56 0-9999 -9999 -9999 +USW00014922198902TMIN -189 0 -250 0 -311 0 -278 0 -261 0 -217 0 -178 0 -211 0 -217 0 -167 0 -111 0 -128 0 -106 0 -161 0 -183 0 -178 0 -161 0 -172 0 -250 0 -200 0 -128 0 -183 0 -233 0 -111 0 -67 0 -144 0 -183 0 -150 0-9999 -9999 -9999 +USW00014922198902PRCP 28 0 53 0 0 0 0 0 0T 0 0T 0 20 0 0 0 0 0 0 0 0 0 13 0 48 0 0 0 0T 0 15 0 25 0 33 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 28 0 0T 0-9999 -9999 -9999 +USW00014922198902SNOW 56 0 102 0 0 0 0 0 0T 0 0T 0 53 0 0 0 0 0 0 0 0 0 15 0 48 0 0 0 0T 0 30 0 51 0 36 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 46 0 3 0-9999 -9999 -9999 +USW00014922198902SNWD 0T 0 102 0 152 0 127 0 127 0 127 0 127 0 178 0 178 0 127 0 127 0 127 0 152 0 127 0 127 0 127 0 203 0 229 0 178 0 152 0 152 0 152 0 152 0 152 0 102 0 76 0 76 0 127 0-9999 -9999 -9999 +USW00014922198902ACMH 100 X 90 X 40 X 90 X 70 X 60 X 50 X 0 X 50 X 50 X 0 X 40 X 50 X 80 X 30 X 90 X 100 X 70 X 40 X 80 X 40 X 0 X 30 X 50 X 90 X 30 X 80 X 20 X-9999 -9999 -9999 +USW00014922198902ACSH 100 X 100 X 30 X 80 X 80 X 60 X 60 X 0 X 90 X 80 X 0 X 20 X 50 X 90 X 0 X 90 X 100 X 90 X 60 X 70 X 40 X 0 X 10 X 50 X 90 X 20 X 90 X 0 X-9999 -9999 -9999 +USW00014922198902AWND 81 X 71 X 59 X 35 X 34 X 34 X 66 X 72 X 67 X 55 X 59 X 51 X 63 X 41 X 45 X 29 X 37 X 23 X 27 X 12 X 55 X 58 X 41 X 55 X 58 X 72 X 37 X 74 X-9999 -9999 -9999 +USW00014922198902FMTM 1721 X 0150 X 0152 X 1725 X 1854 X 1550 X 2253 X 0055 X 1250 X 1250 X 1350 X 1350 X 1652 X 1050 X 0550 X 1852 X 0952 X 1852 X 1653 X 2350 X 1950 X 1051 X 1550 X 0751 X 2252 X 0752 X 2037 X 1250 X-9999 -9999 -9999 +USW00014922198902PGTM 0026 X 2113 X 0141 X 1449 X 1220 X 1540 X 2244 X 0053 X 1143 X 1213 X 1414 X 1457 X 1637 X 1056 X 0928 X 1547 X 0700 X 1848 X 1238 X 2339 X 2056 X 1015 X 2336 X 0837 X 2014 X 0628 X 1958 X 1946 X-9999 -9999 -9999 +USW00014922198902TSUN 94 X 298 X 514 X 417 X 394 X 415 X 434 X 606 X 412 X 364 X 615 X 509 X 443 X 478 X 626 X 397 X 493 X 408 X 609 X 452 X 570 X 647 X 612 X 379 X 359 X 566 X 456 X 666 X-9999 -9999 -9999 +USW00014922198902WDF1 350 X 360 X 330 X 250 X 280 X 240 X 310 X 320 X 270 X 230 X 290 X 200 X 300 X 220 X 340 X 80 X 20 X 310 X 230 X 290 X 320 X 350 X 170 X 190 X 320 X 330 X 110 X 310 X-9999 -9999 -9999 +USW00014922198902WDFG 360W X 360W X 315W X 270W X 225W X 225W X 315W X 315W X 225W X 225W X 270W X 180W X 315W X 225W X 360W X 45W X 360W X 315W X 225W X 270W X 315W X 360W X 180W X 180W X 315W X 315W X 135W X 270W X-9999 -9999 -9999 +USW00014922198902WESD-9999 76 X 76 X 76 X 76 X 76 X 76 X 102 X 127 X 127 X 127 X 127 X 178 X 178 X 178 X 178 X 229 X 102 X 102 X 102 X 102 X 102 X 102 X 102 X 102 X 152 X 152 X 178 X-9999 -9999 -9999 +USW00014922198902WSF1 116 X 98 X 94 X 58 X 58 X 54 X 125 X 125 X 112 X 94 X 94 X 94 X 103 X 76 X 76 X 40 X 63 X 58 X 45 X 31 X 94 X 89 X 72 X 103 X 98 X 94 X 72 X 112 X-9999 -9999 -9999 +USW00014922198902WSFG 154 X 154 X 123 X 67 X 77 X 67 X 159 X 164 X 149 X 139 X 144 X 134 X 144 X 103 X 118 X 62 X 72 X 62 X 62 X 41 X 113 X 134 X 103 X 129 X 129 X 123 X 87 X 139 X-9999 -9999 -9999 +USW00014922198902WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922198902WT04-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198902WT09-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198902WT18 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922198902WT22-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198903TMAX -150 0 -150 0 -100 0 -72 0 -50 0 -33 0 -28 0 28 0 39 0 61 0 78 0 22 0 33 0 11 0 -72 0 -39 0 -100 0 -78 0 0 0 -6 0 -44 0 50 0 67 0 94 0 50 0 150 0 217 0 167 0 89 0 67 0 39 0 +USW00014922198903TMIN -194 0 -183 0 -150 0 -122 0 -150 0 -194 0 -100 0 -61 0 -22 0 -11 0 -17 0 0 0 6 0 -78 0 -133 0 -117 0 -133 0 -183 0 -178 0 -106 0 -156 0 -100 0 0 0 17 0 0 0 28 0 122 0 33 0 28 0 -11 0 -44 0 +USW00014922198903PRCP 0T 0 36 0 109 0 36 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 10 0 5 0 206 0 0 0 0 0 76 0 0T 0 0T 0 0T 0 0 0 0 0 5 0 38 0 5 0 0 0 18 0 0 0 8 0 0 0 0 0 +USW00014922198903SNOW 0T 0 38 0 216 0 46 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 10 0 0 0 183 0 0 0 0 0 79 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198903SNWD 102 0 102 0 178 0 330 0 330 0 305 0 305 0 305 0 279 0 178 0 152 0 76 0 51 0 25 0 178 0 178 0 229 0 229 0 229 0 229 0 178 0 178 0 127 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922198903ACMH 90 X 100 X 100 X 70 X 0 X 30 X 80 X 80 X 90 X 90 X 90 X 100 X 100 X 100 X 80 X 100 X 100 X 50 X 60 X 30 X 30 X 70 X 80 X 90 X 90 X 50 X 80 X 90 X 100 X 100 X 40 X +USW00014922198903ACSH 100 X 100 X 100 X 80 X 0 X 20 X 90 X 60 X 90 X 70 X 90 X 100 X 100 X 100 X 80 X 100 X 100 X 80 X 70 X 20 X 20 X 80 X 90 X 100 X 100 X 50 X 80 X 100 X 100 X 90 X 40 X +USW00014922198903AWND 47 X 40 X 86 X 72 X 44 X 19 X 56 X 49 X 44 X 33 X 35 X 41 X 34 X 72 X 42 X 55 X 49 X 37 X 39 X 64 X 28 X 53 X 31 X 34 X 34 X 45 X 54 X 51 X 47 X 66 X 44 X +USW00014922198903FMTM 1855 X 2250 X 1454 X 1250 X 1253 X 2350 X 1550 X 0054 X 1353 X 0952 X 2250 X 2353 X 0152 X 1851 X 0050 X 0753 X 0846 X 0052 X 1552 X 1350 X 0000 X 1153 X 0950 X 1950 X 0150 X 2050 X 1350 X 0023 X 1251 X 1250 X 0250 X +USW00014922198903PGTM 1219 X 2248 X 1615 X 1037 X 1332 X 2239 X 1536 X 0032 X 1253 X 0918 X 0922 X 0007 X 0112 X 1809 X 0054 X 0937 X 1930 X 0128 X 1138 X 0937 X 1538 X 1144 X 1204 X 1952 X 1545 X 2203 X 0015 X 0012 X 2237 X 0958 X 0251 X +USW00014922198903TSUN 524 X 461 X 227 X 561 X 681 X 655 X 525 X 460 X 564 X 604 X 464 X 435 X 242 X 27 X 611 X 501 X 502 X 722 X 624 X 661 X 665 X 674 X 458 X 412 X 379 X 509 X 703 X 465 X 260 X 447 X 712 X +USW00014922198903WDF1 270 X 60 X 70 X 10 X 360 X 120 X 170 X 160 X 130 X 120 X 60 X 190 X 210 X 10 X 330 X 310 X 40 X 320 X 160 X 360 X 330 X 160 X 170 X 330 X 330 X 140 X 200 X 250 X 110 X 330 X 320 X +USW00014922198903WDFG 315W X 45W X 45W X 360W X 360W X 90W X 180W X 135W X 135W X 135W X 360W X 45W X 225W X 360W X 315W X 315W X 315W X 315W X 135W X 360W X 225W X 180W X 180W X 315W X 135W X 180W X 225W X 270W X 270W X 315W X 315W X +USW00014922198903WESD 178 X 178 X 229 X 5232 X 4547 X 5842 X 5842 X 584 X 483 X 483 X 356 X 254 X-9999 127 X 279 X 305 X 305 X 330 X 330 X 457 X 457 X 432 X 178 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198903WSF1 67 X 72 X 103 X 103 X 67 X 36 X 89 X 76 X 67 X 54 X 72 X 58 X 63 X 134 X 94 X 94 X 67 X 58 X 67 X 103 X 54 X 94 X 67 X 98 X 63 X 58 X 80 X 103 X 76 X 89 X 80 X +USW00014922198903WSFG 82 X 87 X 149 X 144 X 118 X 46 X 118 X 103 X 87 X 67 X 103 X 77 X 82 X 226 X 118 X 134 X 113 X 87 X 93 X 129 X 67 X 118 X 108 X 108 X 82 X 72 X 129 X 139 X 108 X 134 X 103 X +USW00014922198903WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922198903WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198903WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00014922198903WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198903WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198903WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198903WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198903WT09-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198903WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198903WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198903WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 +USW00014922198903WT18 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198904TMAX 83 0 150 0 100 0 94 0 117 0 106 0 83 0 22 0 22 0 56 0 72 0 78 0 172 0 144 0 161 0 228 0 72 0 122 0 222 0 217 0 211 0 167 0 217 0 206 0 228 0 178 0 183 0 100 0 50 0 94 0-9999 +USW00014922198904TMIN -33 0 -11 0 28 0 11 0 -11 0 -11 0 -50 0 -78 0 -78 0 -67 0 -22 0 -50 0 -11 0 33 0 -33 0 72 0 -11 0 -6 0 -11 0 83 0 56 0 83 0 83 0 106 0 117 0 83 0 100 0 50 0 22 0 22 0-9999 +USW00014922198904PRCP 10 0 0T 0 84 0 5 0 0 0 0 0 3 0 3 0 0 0 0 0 5 0 0 0 0T 0 0 0 0 0 8 0 0T 0 13 0 0 0 0 0 0 0 10 0 0T 0 0 0 130 0 132 0 53 0 137 0 84 0 0T 0-9999 +USW00014922198904SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0-9999 +USW00014922198904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198904ACMH 70 X 50 X 80 X 90 X 30 X 20 X 70 X 50 X 40 X 40 X 60 X 0 X 90 X 30 X 50 X 100 X 60 X 60 X 30 X 70 X 60 X 100 X 80 X 100 X 60 X 80 X 90 X 100 X 100 X 80 X-9999 +USW00014922198904ACSH 90 X 60 X 90 X 100 X 20 X 20 X 80 X 50 X 60 X 30 X 70 X 0 X 90 X 30 X 60 X 90 X 40 X 60 X 30 X 80 X 70 X 100 X 70 X 100 X 70 X 100 X 100 X 100 X 100 X 90 X-9999 +USW00014922198904AWND 53 X 32 X 55 X 67 X 40 X 55 X 36 X 87 X 80 X 49 X 57 X 29 X 57 X 76 X 47 X 64 X 52 X 46 X 44 X 47 X 53 X 82 X 70 X 48 X 35 X 43 X 69 X 67 X 57 X 39 X-9999 +USW00014922198904FMTM 1035 X 2353 X 1321 X 1150 X 1655 X 1651 X 2334 X 1253 X 1350 X 1650 X 1150 X 0951 X 1354 X 1150 X 2250 X 0151 X 0721 X 1651 X 1350 X 1852 X 2352 X 2153 X 0251 X 1154 X 0750 X 1017 X 1951 X 1254 X 1343 X 1353 X-9999 +USW00014922198904PGTM 1732 X 2359 X 0001 X 1159 X 1433 X 1357 X 2226 X 1830 X 1328 X 1506 X 1539 X 1203 X 1347 X 1213 X 2253 X 0451 X 0224 X 1624 X 1309 X 2028 X 2336 X 1627 X 0207 X 1135 X 0741 X 2144 X 2003 X 0829 X 1128 X 1648 X-9999 +USW00014922198904TSUN 86 X 610 X 332 X 279 X 710 X 759 X 603 X 683 X 738 X 733 X 666 X 779 X 641 X 762 X 772 X 631 X 691 X 690 X 778 X 706 X 766 X 515 X 595 X 596 X 498 X 357 X 456 X 41 X 0 X 352 X-9999 +USW00014922198904WDF1 150 X 140 X 290 X 350 X 300 X 340 X 300 X 330 X 320 X 270 X 310 X 360 X 200 X 330 X 180 X 190 X 340 X 300 X 230 X 80 X 130 X 120 X 110 X 120 X 200 X 120 X 60 X 80 X 360 X 260 X-9999 +USW00014922198904WDFG 270W X 180W X 180W X 360W X 270W X 360W X 315W X 315W X 315W X 270W X 360W X 360W X 180W X 315W X 270W X 225W X 360W X 315W X 225W X 90W X 135W X 135W X 135W X 135W X 180W X 45W X 45W X 90W X 360W X 315W X-9999 +USW00014922198904WSF1 89 X 67 X 89 X 98 X 67 X 94 X 54 X 112 X 125 X 67 X 76 X 63 X 103 X 116 X 94 X 107 X 98 X 94 X 98 X 89 X 72 X 112 X 94 X 98 X 76 X 67 X 107 X 94 X 76 X 63 X-9999 +USW00014922198904WSFG 134 X 144 X 118 X 139 X 87 X 134 X 82 X 144 X 154 X 108 X 113 X 82 X 149 X 170 X 118 X 134 X 149 X 129 X 123 X 108 X 98 X 149 X 144 X 118 X 103 X 87 X 149 X 118 X 118 X 72 X-9999 +USW00014922198904WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00014922198904WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922198904WT05-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198904WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198904WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922198904WT16 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 X-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922198904WT18 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922198905TMAX 117 0 156 0 194 0 122 0 83 0 106 0 183 0 122 0 200 0 222 0 228 0 233 0 228 0 239 0 272 0 283 0 283 0 194 0 211 0 239 0 272 0 267 0 278 0 244 0 222 0 144 0 211 0 250 0 172 0 156 0 222 0 +USW00014922198905TMIN -11 0 0 0 50 0 83 0 -28 0 -39 0 0 0 44 0 28 0 78 0 83 0 72 0 94 0 122 0 117 0 139 0 161 0 150 0 133 0 83 0 67 0 139 0 139 0 150 0 83 0 67 0 39 0 100 0 83 0 83 0 117 0 +USW00014922198905PRCP 0 0 0 0 0 0 69 0 3 0 0T 0 0 0 229 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 114 0 23 0 0 0 0 0 58 0 66 0 124 0 8 0 0T 0 0 0 0 0 147 0 18 0 0T 0 +USW00014922198905SNOW 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00014922198905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198905ACMH 60 X 50 X 50 X 90 X 80 X 80 X 70 X 90 X 0 X 0 X 0 X 0 X 40 X 60 X 20 X 30 X 70 X 100 X 100 X 10 X 40 X 70 X 70 X 80 X 30 X 80 X 0 X 50 X 100 X 100 X 90 X +USW00014922198905ACSH 90 X 50 X 40 X 100 X 60 X 80 X 70 X 100 X 0 X 10 X 0 X 0 X 40 X 70 X 20 X 30 X 80 X 100 X 100 X 0 X 50 X 50 X 50 X 100 X 50 X 90 X 0 X 50 X 100 X 100 X 80 X +USW00014922198905AWND 23 X 32 X 47 X 50 X 101 X 58 X 20 X 56 X 26 X 38 X 24 X 36 X 37 X 19 X 28 X 42 X 62 X 44 X 39 X 53 X 25 X 51 X 47 X 59 X 56 X 70 X 32 X 64 X 55 X 53 X 31 X +USW00014922198905FMTM 1050 X 0956 X 1251 X 2350 X 1250 X-9999 2152 X 1650 X 1650 X 1756 X 1352 X 1752 X 1250 X 1251 X 1152 X 2151 X 1151 X 1854 X 2154 X 1151 X 1650 X 2014 X 0251 X 1950 X 1350 X 1350 X 2250 X 1650 X 2059 X 0415 X 0650 X +USW00014922198905PGTM 1018 X 1528 X 1232 X 2324 X 0541 X 1727 X 2342 X 1424 X 1653 X 1508 X 1316 X 1841 X 2041 X 1424 X 1116 X 1427 X 1224 X 0856 X 2148 X 1303 X 1443 X 2011 X 0249 X 1952 X 1519 X 1508 X 1624 X 1418 X 1327 X 0813 X 1018 X +USW00014922198905TSUN 303 X 709 X 819 X 24 X 567 X 444 X 783 X 0 X 876 X 841 X 844 X 884 X 838 X 672 X 885 X 731 X 712 X 0 X 312 X 902 X 823 X 651 X 696 X 205 X 683 X 578 X 915 X 850 X 3 X 15 X 399 X +USW00014922198905WDF1 320 X 320 X 220 X 310 X 320 X 360 X 120 X 50 X 300 X 110 X 90 X 30 X 60 X 50 X 40 X 150 X 160 X 120 X 310 X 280 X 130 X 310 X 340 X 320 X 190 X 330 X 160 X 180 X 20 X 10 X 350 X +USW00014922198905WDFG 315W X 315W X 225W X 315W X 315W X 360W X 135W X 90W X 315W X 135W X 135W X 45W X 225W X 90W X 45W X 180W X 135W X 135W X 315W X 270W X 180W X 360W X 315W X 315W X 225W X 315W X 180W X 180W X 360W X 45W X 360W X +USW00014922198905WSF1 54 X 63 X 76 X 107 X 112 X 103 X 45 X 107 X 40 X 67 X 45 X 67 X 76 X 40 X 67 X 72 X 103 X 67 X 103 X 94 X 63 X 125 X 80 X 98 X 94 X 94 X 63 X 98 X 94 X 76 X 63 X +USW00014922198905WSFG 87 X 93 X 108 X 175 X 180 X 118 X 57 X 139 X 72 X 93 X 82 X 87 X 103 X 67 X 93 X 123 X 164 X 98 X 129 X 134 X 72 X 242 X 123 X 134 X 221 X 134 X 82 X 129 X 129 X 123 X 103 X +USW00014922198905WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922198905WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922198905WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922198905WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198905WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922198905WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 +USW00014922198905WT18-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198906TMAX 239 0 278 0 244 0 239 0 283 0 306 0 306 0 139 0 211 0 261 0 278 0 272 0 206 0 161 0 222 0 233 0 294 0 289 0 306 0 333 0 311 0 233 0 272 0 289 0 278 0 261 0 278 0 272 0 289 0 317 0-9999 +USW00014922198906TMIN 133 0 111 0 150 0 100 0 100 0 144 0 139 0 100 0 106 0 94 0 139 0 156 0 100 0 72 0 50 0 122 0 111 0 183 0 156 0 211 0 217 0 178 0 172 0 144 0 178 0 172 0 133 0 172 0 183 0 189 0-9999 +USW00014922198906PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 58 0 0T 0 0 0 0 0 0 0 74 0 127 0 203 0 0T 0 0 0 0 0 3 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 79 0 246 0 0 0 0 0 0 0 99 0-9999 +USW00014922198906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198906ACMH 60 X 70 X 50 X 0 X 60 X 30 X 80 X 100 X 60 X 30 X 60 X 90 X 70 X 70 X 40 X 30 X 70 X 50 X 10 X 50 X 100 X 100 X 60 X 60 X 80 X 90 X 20 X 30 X 30 X 80 X-9999 +USW00014922198906ACSH 60 X 70 X 60 X 0 X 70 X 30 X 90 X 100 X 70 X 40 X 60 X 90 X 70 X 80 X 40 X 20 X 80 X 60 X 10 X 50 X 90 X 100 X 70 X 70 X 80 X 90 X 10 X 30 X 40 X 100 X-9999 +USW00014922198906AWND 34 X 42 X 44 X 41 X 43 X 34 X 60 X 52 X 43 X 30 X 55 X 62 X 38 X 57 X 23 X 25 X 36 X 36 X 31 X 75 X 68 X 34 X 28 X 26 X 41 X 45 X 31 X 21 X 51 X 45 X-9999 +USW00014922198906FMTM 1450 X 1653 X 1454 X 1450 X 0952 X 0750 X 1110 X 2250 X 0552 X 1356 X 1650 X 1852 X 2350 X-9999 1953 X 2150 X 1653 X 1350 X 2251 X 1450 X 0953 X 0250 X 1051 X 1950 X 1753 X 0653 X 1250 X 1851 X 0850 X-9999 -9999 +USW00014922198906PGTM 1512 X 1525 X 1723 X 1431 X 1258 X 2216 X 1108 X 1540 X 0717 X 1556 X 1601 X 1809 X 2358 X 1230 X 1604 X 1201 X 1357 X 1526 X 2213 X 1423 X 0934 X 0117 X 1303 X 1657 X 1558 X 0650 X 1154 X 1158 X 0843 X 1727 X-9999 +USW00014922198906TSUN 851 X 634 X 800 X 912 X 744 X 872 X 335 X 89 X 347 X 898 X 406 X 203 X 292 X 195 X 669 X 870 X 676 X 504 X 868 X 623 X 170 X 41 X 473 X 485 X 306 X 322 X 831 X 864 X 687 X 153 X-9999 +USW00014922198906WDF1 270 X 310 X 310 X 350 X 240 X 110 X 210 X 20 X 350 X 150 X 160 X 300 X 350 X 350 X 90 X 110 X 210 X 310 X 120 X 150 X 150 X 210 X 280 X 150 X 240 X 110 X 240 X 90 X 160 X 260 X-9999 +USW00014922198906WDFG 270W X 315W X 315W X 360W X 315W X 90W X 225W X 360W X-9999 90W X 135W X 270W X 360W X 45W X 315W X 135W X 180W X 315W X 135W X 135W X 135W X 180W X 315W X 180W X 180W X 90W X 315W X 90W X 180W X 225W X-9999 +USW00014922198906WSF1 67 X 67 X 67 X 72 X 80 X 54 X 103 X 67 X 67 X 67 X 98 X 94 X 89 X 89 X 45 X 45 X 58 X 63 X 58 X 76 X 112 X 58 X 58 X 54 X 58 X 80 X 67 X 45 X 94 X 143 X-9999 +USW00014922198906WSFG 93 X 98 X 108 X 118 X 123 X 67 X 221 X 108 X 93 X 72 X 129 X 139 X 93 X 139 X 67 X 67 X 72 X 82 X 87 X 149 X 144 X 93 X 72 X 108 X 82 X 113 X 82 X 87 X 113 X 190 X-9999 +USW00014922198906WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922198906WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00014922198906WT05-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198906WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198906WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198906WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198906WT16-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00014922198907TMAX 333 0 344 0 339 0 350 0 361 0 344 0 300 0 317 0 356 0 322 0 278 0 300 0 272 0 283 0 283 0 300 0 300 0 244 0 283 0 294 0 289 0 289 0 300 0 306 0 322 0 317 0 317 0 267 0 222 0 250 0 306 0 +USW00014922198907TMIN 183 0 217 0 222 0 194 0 222 0 233 0 200 0 172 0 222 0 228 0 211 0 194 0 183 0 139 0 183 0 156 0 172 0 178 0 161 0 150 0 183 0 161 0 200 0 194 0 200 0 217 0 200 0 172 0 178 0 183 0 189 0 +USW00014922198907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 109 0 0 0 0 0 28 0 0 0 0 0 33 0 0T 0 0 0 0 0 437 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 282 0 0 0 0 0 +USW00014922198907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198907ACMH 60 X 40 X 30 X 30 X 10 X 30 X 30 X 60 X 20 X 20 X 90 X 70 X 60 X 80 X 50 X 20 X 60 X 90 X 60 X 50 X 10 X 10 X 30 X 30 X 40 X 40 X 40 X 60 X 100 X 90 X 60 X +USW00014922198907ACSH 70 X 40 X 10 X 40 X 10 X 30 X 20 X 70 X 20 X 10 X 100 X 60 X 60 X 90 X 50 X 10 X 60 X 100 X 60 X 60 X 0 X 0 X 40 X 40 X 50 X 60 X 40 X 60 X 100 X 100 X 50 X +USW00014922198907AWND 42 X 47 X 34 X 25 X 46 X 49 X 33 X 47 X 51 X 48 X 42 X 37 X 42 X 21 X 32 X 27 X 38 X 46 X 54 X 31 X 31 X 32 X 37 X 42 X 38 X 48 X 56 X 51 X 46 X 24 X 26 X +USW00014922198907FMTM 1150 X 1450 X 0354 X 0454 X 1753 X 1851 X 1254 X 1055 X 1351 X 0350 X 1953 X 0054 X 1550 X 1850 X 2150 X 1550 X 1351 X 1553 X 1753 X 1554 X 1953 X 1254 X 1351 X 1652 X 1853 X 1453 X 1950 X 1455 X 0844 X 1253 X 1550 X +USW00014922198907PGTM 1554 X 1235 X 1258 X-9999 -9999 -9999 -9999 0737 X 1401 X 0126 X 1950 X 1604 X 1505 X 2000 X 2133 X 1544 X 2358 X 0437 X 1749 X 0752 X 1453 X 1304 X 1314 X 1700 X 1723 X 1348 X 1044 X 1412 X 0642 X 1003 X 1514 X +USW00014922198907TSUN 342 X 585 X 806 X 744 X 930 X 728 X 824 X 316 X 680 X 809 X 75 X 418 X 615 X 491 X 434 X 874 X 726 X 243 X 791 X 530 X 779 X 861 X 576 X 677 X 676 X 718 X 785 X 683 X 0 X 182 X 623 X +USW00014922198907WDF1 270 X 180 X 250 X 300 X 150 X 350 X 40 X 130 X 150 X 360 X 60 X 30 X 30 X 240 X 230 X 240 X 150 X 90 X 20 X 360 X 90 X 80 X 160 X 210 X 200 X 220 X 20 X 120 X 120 X 140 X 240 X +USW00014922198907WDFG 225W X 180W X 360W X-9999 -9999 -9999 -9999 135W X 135W X 360W X 45W X 360W X 45W X 360W X 225W X 225W X 180W X 90W X 360W X 360W X 90W X 90W X 135W X 225W X 180W X 225W X 360W X 90W X 135W X 90W X 270W X +USW00014922198907WSF1 67 X 72 X 67 X 45 X 67 X 72 X 54 X 67 X 98 X 76 X 72 X 58 X 67 X 45 X 45 X 67 X 67 X 94 X 80 X 58 X 45 X 76 X 63 X 76 X 63 X 80 X 72 X 72 X 76 X 40 X 40 X +USW00014922198907WSFG 82 X 103 X 98 X-9999 -9999 -9999 -9999 98 X 144 X 103 X 87 X 77 X 87 X 72 X 62 X 87 X 103 X 118 X 113 X 103 X 77 X 98 X 82 X 87 X 87 X 103 X 103 X 93 X 98 X 57 X 57 X +USW00014922198907WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 +USW00014922198907WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922198907WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00014922198907WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922198907WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922198908TMAX 306 0 311 0 322 0 344 0 272 0 217 0 256 0 283 0 300 0 306 0 300 0 244 0 300 0 250 0 228 0 261 0 267 0 283 0 211 0 250 0 294 0 294 0 261 0 244 0 239 0 267 0 272 0 272 0 239 0 206 0 261 0 +USW00014922198908TMIN 194 0 194 0 256 0 189 0 178 0 128 0 94 0 128 0 139 0 156 0 167 0 183 0 172 0 172 0 144 0 128 0 144 0 150 0 172 0 144 0 156 0 167 0 172 0 150 0 150 0 167 0 156 0 183 0 161 0 128 0 167 0 +USW00014922198908PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 183 0 3 0 0 0 0 0 0 0 0 0 33 0 0 0 325 0 3 0 0 0 0 0 0 0 36 0 0 0 0T 0 0 0 64 0 71 0 +USW00014922198908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198908ACMH 20 X 30 X 50 X 40 X 50 X 60 X 20 X 50 X 10 X 40 X 30 X 100 X 70 X 90 X 50 X 20 X 10 X 60 X 90 X 40 X 80 X 60 X 60 X 0 X 90 X 60 X 70 X 90 X 30 X 60 X 90 X +USW00014922198908ACSH 20 X 50 X 70 X 60 X 50 X 70 X 30 X 50 X 10 X 50 X 30 X 100 X 50 X 80 X 60 X 30 X 20 X 70 X 100 X 50 X 70 X 40 X 80 X 10 X 100 X 70 X 70 X 90 X 10 X 70 X 80 X +USW00014922198908AWND 45 X 63 X 60 X 30 X 59 X 61 X 28 X 27 X 29 X 37 X 35 X 34 X 39 X 43 X 29 X 19 X 34 X 51 X 41 X 35 X 51 X 27 X 45 X 48 X 46 X 34 X 30 X 32 X 51 X 44 X 61 X +USW00014922198908FMTM 1751 X 1453 X 1453 X 1551 X 1450 X 0351 X 1753 X 1451 X 1250 X 1652 X 1251 X 1853 X 2017 X 1651 X 1453 X 1550 X 1553 X 1251 X 0050 X 1552 X 2054 X 0051 X 1550 X 1451 X 0951 X 1154 X 2150 X 0954 X 0958 X 1208 X 0837 X +USW00014922198908PGTM 1728 X 1517 X 0841 X 1441 X 1514 X 0133 X 1736 X 1403 X 1438 X 1528 X 1622 X 1818 X 2018 X 1725 X 1232 X 1632 X 1338 X 1643 X 0122 X 1700 X 2042 X 0033 X 1908 X 1251 X 1003 X 1838 X 2157 X 0946 X 1450 X 1153 X 0836 X +USW00014922198908TSUN 792 X 651 X 645 X 570 X 749 X 578 X 852 X 741 X 857 X 693 X 756 X 265 X 652 X 473 X 749 X 776 X 807 X 747 X 50 X 786 X 572 X 710 X 641 X 820 X 384 X 465 X 558 X 280 X 778 X 382 X 237 X +USW00014922198908WDF1 200 X 190 X 230 X 190 X 290 X 350 X 340 X 230 X 250 X 200 X 240 X 160 X 340 X 360 X 40 X 160 X 180 X 170 X 160 X 260 X 10 X 160 X 90 X 120 X 130 X 340 X 70 X 130 X 270 X 360 X 20 X +USW00014922198908WDFG 180W X 180W X 225W X 225W X 315W X 360W X 360W X 315W X 225W X 180W X 225W X 180W X 360W X 360W X 360W X 135W X 135W X 180W X 180W X 270W X 360W X 180W X 90W X 90W X 135W X 315W X 90W X 135W X 270W X 360W X 360W X +USW00014922198908WSF1 67 X 94 X 80 X 58 X 94 X 94 X 63 X 63 X 67 X 63 X 72 X 67 X 76 X 72 X 45 X 40 X 72 X 80 X 72 X 72 X 76 X 67 X 63 X 72 X 67 X 58 X 67 X 67 X 103 X 98 X 134 X +USW00014922198908WSFG 93 X 108 X 108 X 82 X 139 X 134 X 108 X 108 X 87 X 93 X 93 X 87 X 144 X 103 X 87 X 57 X 87 X 113 X 98 X 93 X 221 X 93 X 77 X 98 X 77 X 72 X 93 X 87 X 129 X 134 X 211 X +USW00014922198908WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 +USW00014922198908WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 +USW00014922198908WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00014922198908WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198908WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 +USW00014922198909TMAX 233 0 244 0 228 0 250 0 272 0 267 0 256 0 239 0 189 0 183 0 150 0 156 0 194 0 206 0 222 0 250 0 283 0 294 0 228 0 256 0 261 0 211 0 122 0 183 0 189 0 156 0 228 0 256 0 228 0 272 0-9999 +USW00014922198909TMIN 133 0 117 0 139 0 156 0 117 0 156 0 161 0 128 0 100 0 56 0 72 0 50 0 56 0 56 0 78 0 94 0 117 0 161 0 178 0 178 0 139 0 28 0 11 0 33 0 61 0 11 0 61 0 122 0 61 0 94 0-9999 +USW00014922198909PRCP 152 0 0 0 0 0 114 0 0 0 0 0 8 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00014922198909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922198909ACMH 50 X 50 X 80 X 50 X 20 X 80 X 80 X 70 X 70 X 50 X 50 X 80 X 40 X 10 X 0 X 0 X 40 X 20 X 90 X 100 X 60 X 50 X 20 X 30 X 20 X 0 X 10 X 10 X 0 X 0 X-9999 +USW00014922198909ACSH 60 X 50 X 90 X 60 X 30 X 100 X 90 X 80 X 90 X 40 X 60 X 100 X 40 X 0 X 0 X 0 X 60 X 0 X 100 X 100 X 30 X 50 X 20 X 40 X 40 X 0 X 20 X 30 X 0 X 0 X-9999 +USW00014922198909AWND 40 X 25 X 63 X 48 X 38 X 36 X 37 X 34 X 42 X 32 X 51 X 21 X 15 X 23 X 33 X 43 X 52 X 70 X 44 X 34 X 44 X 80 X 32 X 61 X 51 X 21 X 67 X 57 X 21 X 59 X-9999 +USW00014922198909FMTM 0013 X 2351 X 1453 X 1550 X 1253 X 1451 X 0850 X 1450 X 1352 X 1951 X 1453 X 0052 X 1653 X 1451 X 1350 X 1250 X 1350 X 1353 X 1151 X 1251 X 1152 X 1252 X 1150 X 1554 X 1553 X 2250 X 1251 X 0852 X 2353 X 1451 X-9999 +USW00014922198909PGTM 0009 X 1609 X 1428 X 1414 X 1313 X 1433 X 0708 X 1836 X 1333 X 1703 X 1436 X 0053 X 1448 X 1239 X 1413 X 1432 X 1242 X 1357 X 0017 X 1353 X 1147 X 1421 X 1243 X 1037 X 1523 X 1528 X 1254 X 0828 X 1328 X 1501 X-9999 +USW00014922198909TSUN 520 X 693 X 578 X 533 X 785 X 161 X 382 X 461 X 422 X 552 X 586 X 271 X 616 X 755 X 753 X 750 X 714 X 695 X 91 X 339 X 617 X 541 X 708 X 704 X 723 X 719 X 709 X 653 X 710 X 707 X-9999 +USW00014922198909WDF1 350 X 170 X 170 X 270 X 220 X 140 X 260 X 320 X 310 X 340 X 280 X 280 X 190 X 240 X 220 X 160 X 170 X 180 X 220 X 180 X 180 X 350 X 300 X 190 X 320 X 140 X 190 X 220 X 170 X 180 X-9999 +USW00014922198909WDFG 360W X 180W X 180W X 270W X 225W X 135W X 225W X 315W X 315W X 360W X 270W X 270W X 180W X 225W X 180W X 180W X 180W X 180W X 180W X 180W X 180W X 360W X 315W X 225W X 315W X 90W X 180W X 225W X 315W X 180W X-9999 +USW00014922198909WSF1 143 X 45 X 116 X 80 X 72 X 63 X 72 X 72 X 76 X 63 X 89 X 40 X 36 X 54 X 72 X 72 X 80 X 112 X 76 X 63 X 80 X 125 X 54 X 94 X 94 X 36 X 107 X 89 X 45 X 98 X-9999 +USW00014922198909WSFG 231 X 67 X 154 X 118 X 103 X 82 X 113 X 87 X 103 X 82 X 118 X 87 X 57 X 82 X 108 X 93 X 113 X 154 X 118 X 77 X 108 X 180 X 87 X 144 X 134 X 51 X 134 X 113 X 51 X 134 X-9999 +USW00014922198909WT01 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198909WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198909WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198909WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198909WT14 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198909WT16 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922198910TMAX 294 0 78 0 94 0 122 0 183 0 106 0 111 0 128 0 172 0 161 0 244 0 228 0 233 0 233 0 178 0 94 0 83 0 78 0 83 0 139 0 161 0 228 0 244 0 267 0 278 0 261 0 194 0 156 0 183 0 78 0 78 0 +USW00014922198910TMIN 78 0 -6 0 -28 0 -33 0 72 0 17 0 -6 0 -28 0 0 0 33 0 78 0 17 0 78 0 61 0 89 0 28 0 6 0 -28 0 -44 0 -50 0 -17 0 44 0 67 0 61 0 122 0 150 0 89 0 33 0 78 0 28 0 -6 0 +USW00014922198910PRCP 25 0 0 0 0 0 13 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 46 0 0 0 0 0 +USW00014922198910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922198910ACMH 40 X 80 X 10 X 70 X 80 X 20 X 50 X 40 X 50 X 50 X 30 X 10 X 60 X 40 X 80 X 100 X 70 X 60 X 0 X 20 X 20 X 80 X 20 X 10 X 20 X 80 X 50 X 80 X 90 X 90 X 90 X +USW00014922198910ACSH 20 X 90 X 0 X 80 X 90 X 40 X 70 X 40 X 80 X 60 X 20 X 10 X 100 X 50 X 100 X 100 X 80 X 60 X 0 X 40 X 40 X 90 X 10 X 10 X 10 X 100 X 40 X 100 X 80 X 100 X 70 X +USW00014922198910AWND 77 X 77 X 38 X 21 X 55 X 57 X 33 X 16 X 41 X 41 X 56 X 46 X 25 X 31 X 46 X 72 X 51 X 36 X 34 X 26 X 12 X 53 X 16 X 36 X 54 X 71 X 62 X 34 X 58 X 60 X 31 X +USW00014922198910FMTM 1251 X 0550 X 0951 X 2350 X 1351 X 1650 X 1350 X 2250 X 1652 X 1450 X 2051 X 1350 X 1450 X 1053 X 1452 X 0650 X 1551 X 1651 X 1250 X 1553 X 1954 X 1150 X 0050 X 1352 X 1550 X 1450 X 0353 X 1738 X 1053 X 1651 X 1452 X +USW00014922198910PGTM 1246 X 0302 X 0849 X 2138 X 1310 X 1448 X 1308 X 1437 X 1419 X 2106 X 1841 X 1434 X 1511 X 1055 X 1934 X 0657 X 1548 X 1053 X 1156 X 1428 X 1442 X 1443 X 0047 X 1357 X 1556 X 1242 X 0437 X 2115 X 2200 X 1222 X 1443 X +USW00014922198910TSUN 583 X 99 X 698 X 420 X 251 X 624 X 550 X 595 X 205 X 492 X 565 X 669 X 303 X 553 X 214 X 20 X 315 X 254 X 648 X 414 X 613 X 433 X 565 X 634 X 485 X 495 X 485 X 34 X 215 X 0 X 279 X +USW00014922198910WDF1 180 X 310 X 340 X 110 X 300 X 310 X 300 X 140 X 320 X 240 X 310 X 230 X 60 X 10 X 350 X 10 X 10 X 40 X 10 X 300 X 120 X 170 X 220 X 210 X 190 X 180 X 160 X 90 X 220 X 340 X 280 X +USW00014922198910WDFG 180W X 315W X 315W X 135W X 270W X 315W X 315W X 45W X 315W X 180W X 315W X 225W X 45W X 360W X 315W X 360W X 360W X 360W X 45W X 315W X 180W X 180W X 225W X 225W X 180W X 180W X 180W X 135W X 315W X 360W X 270W X +USW00014922198910WSF1 130 X 112 X 67 X 40 X 107 X 98 X 63 X 36 X 67 X 63 X 103 X 94 X 58 X 54 X 80 X 94 X 80 X 63 X 63 X 63 X 31 X 94 X 54 X 72 X 94 X 103 X 98 X 63 X 89 X 89 X 58 X +USW00014922198910WSFG 175 X 144 X 98 X 51 X 159 X 144 X 93 X 62 X 118 X 77 X 134 X 139 X 67 X 72 X 113 X 129 X 103 X 108 X 77 X 82 X 36 X 113 X 67 X 93 X 118 X 154 X 123 X 77 X 108 X 113 X 82 X +USW00014922198910WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00014922198910WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922198910WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922198910WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922198910WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922198910WT16 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922198911TMAX 39 0 0 0 -6 0 89 0 89 0 72 0 94 0 83 0 33 0 83 0 100 0 50 0 72 0 33 0 17 0 -67 0 -67 0 -39 0 133 0 72 0 -28 0 -50 0 -78 0 6 0 39 0 50 0 39 0 -111 0 17 0 39 0-9999 +USW00014922198911TMIN -22 0 -78 0 -94 0 -6 0 11 0 0 0 11 0 0 0 -56 0 -6 0 -28 0 -28 0 -11 0 -22 0 -67 0 -122 0 -139 0 -172 0 -78 0 -28 0 -50 0 -161 0 -167 0 -178 0 -72 0 -83 0 -111 0 -167 0 -161 0 -67 0-9999 +USW00014922198911PRCP 0T 0 8 0 25 0 25 0 84 0 0T 0 0T 0 8 0 10 0 0T 0 8 0 0 0 0 0 33 0 10 0 0T 0 18 0 0T 0 0 0 0 0 66 0 13 0 3 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0-9999 +USW00014922198911SNOW 0T 0 10 0 25 0 0T 0 0 0 0 0 0 0 0T 0 15 0 0 0 0 0 0 0 0 0 30 0 10 0 0T 0 25 0 0T 0 0 0 0 0 122 0 20 0 3 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0-9999 +USW00014922198911SNWD 0 0 0T 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 25 0 25 0 25 0 0 0 0 0 127 0 127 0 102 0 76 0 51 0 25 0 25 0 25 0 0T 0-9999 +USW00014922198911ACMH 100 X 40 X 90 X 100 X 100 X 90 X 80 X 80 X 80 X 100 X 60 X 80 X 60 X 90 X 100 X 90 X 90 X 60 X 40 X 30 X 100 X 40 X 40 X 70 X 40 X 60 X 80 X 10 X 30 X 0 X-9999 +USW00014922198911ACSH 100 X 30 X 100 X 100 X 100 X 90 X 80 X 90 X 90 X 100 X 40 X 90 X 60 X 100 X 100 X 90 X 100 X 80 X 70 X 20 X 100 X 20 X 30 X 90 X 30 X 50 X 100 X 10 X 20 X 10 X-9999 +USW00014922198911AWND 46 X 43 X 46 X 33 X 56 X 44 X 49 X 71 X 47 X 60 X 71 X 49 X 48 X 37 X 63 X 67 X 57 X 46 X 48 X 75 X 39 X 47 X 43 X 36 X 30 X 32 X 78 X 52 X 61 X 35 X-9999 +USW00014922198911FMTM 2051 X 0852 X 1938 X 1552 X 1751 X 2353 X 2350 X 0953 X 1952 X 2150 X 1252 X 1551 X 1252 X 1751 X 2129 X 0454 X 1450 X 2151 X 1452 X 1050 X 2007 X 1053 X 1053 X 0750 X 1350 X 1250 X 1853 X 0352 X 1051 X 1453 X-9999 +USW00014922198911PGTM 1909 X 1237 X 1628 X 2148 X 1926 X 0326 X 2213 X 1933 X 1733 X 2111 X 1035 X 1625 X 1011 X 1729 X 2128 X 0023 X 1732 X 1943 X 1408 X 1023 X 1946 X 1017 X 0939 X 0812 X 1448 X 1247 X 1530 X 0203 X 0903 X 1800 X-9999 +USW00014922198911TSUN 19 X 476 X 0 X 0 X 0 X 100 X 178 X 42 X 28 X 8 X 464 X 83 X 354 X 0 X 1 X 77 X 2 X 96 X 224 X 388 X 0 X 297 X 487 X 217 X 300 X 299 X 0 X 476 X 469 X 544 X-9999 +USW00014922198911WDF1 300 X 330 X 110 X 140 X 300 X 310 X 170 X 230 X 320 X 220 X 310 X 120 X 340 X 20 X 320 X 320 X 350 X 190 X 220 X 300 X 100 X 360 X 310 X 120 X 310 X 210 X 340 X 330 X 230 X 220 X-9999 +USW00014922198911WDFG 315W X 315W X 135W X 135W X 315W X 270W X 135W X 270W X 315W X 225W X 315W X 135W X 360W X 360W X 315W X 315W X 315W X 180W X 225W X 315W X 90W X 360W X 270W X 135W X 315W X 225W X 360W X 315W X 180W X 270W X-9999 +USW00014922198911WESD-9999 -9999 0 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 X 76 X 76 X 457 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198911WSF1 72 X 80 X 80 X 67 X 89 X 72 X 80 X 89 X 89 X 98 X 112 X 80 X 72 X 45 X 112 X 94 X 80 X 67 X 67 X 143 X 58 X 76 X 89 X 67 X 67 X 67 X 125 X 80 X 89 X 54 X-9999 +USW00014922198911WSFG 103 X 93 X 103 X 82 X 123 X 98 X 123 X 134 X 144 X 123 X 175 X 123 X 113 X 77 X 144 X 123 X 113 X 82 X 98 X 180 X 72 X 118 X 118 X 93 X 77 X 77 X 164 X 113 X 149 X 62 X-9999 +USW00014922198911WT01-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922198911WT02-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198911WT08-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198911WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922198911WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198911WT18 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922198911WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198912TMAX 28 0 11 0 -39 0 44 0 72 0 0 0 -94 0 -28 0 17 0 -67 0 -117 0 -122 0 -122 0 -189 0 -156 0 -100 0 -100 0 -172 0 -194 0 -228 0 -228 0 -194 0 -128 0 -44 0 17 0 -100 0 11 0 28 0 -44 0 -56 0 -28 0 +USW00014922198912TMIN -72 0 -133 0 -167 0 -56 0 -39 0 -128 0 -167 0 -161 0 -67 0 -122 0 -189 0 -211 0 -206 0 -250 0 -217 0 -156 0 -194 0 -239 0 -261 0 -289 0 -300 0 -278 0 -272 0 -139 0 -150 0 -222 0 -106 0 -44 0 -72 0 -83 0 -67 0 +USW00014922198912PRCP 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 10 0 5 0 3 0 3 0 10 0 0T 0 0T 0 0T 0 0T 0 0T 0 23 0 3 0 3 0 25 0 0T 0 0T 0 0T 0 15 0 5 0 +USW00014922198912SNOW 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 5 0 20 0 5 0 8 0 5 0 28 0 0T 0 0T 0 0T 0 0T 0 0T 0 36 0 8 0 3 0 41 0 0T 0 0 0 0T 0 15 0 5 0 +USW00014922198912SNWD 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 25 0 25 0 51 0 51 0 25 0 25 0 25 0 25 0 51 0 51 0 51 0 76 0 76 0 76 0 51 0 76 0 +USW00014922198912ACMH 60 X 40 X 50 X 80 X 60 X 40 X 20 X 40 X 80 X 90 X 40 X 60 X 50 X 30 X 50 X 100 X 80 X 10 X 10 X 50 X 0 X 30 X 70 X 100 X 60 X 80 X 100 X 100 X 100 X 100 X 100 X +USW00014922198912ACSH 90 X 60 X 90 X 80 X 50 X 10 X 0 X 20 X 70 X 100 X 70 X 60 X 60 X 10 X 10 X 100 X 80 X 0 X 10 X 90 X 0 X 80 X 90 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X +USW00014922198912AWND 46 X 99 X 46 X 38 X 43 X 66 X 30 X 54 X 62 X 54 X 53 X 45 X 59 X 49 X 58 X 36 X 33 X 37 X 40 X 50 X 72 X 35 X 63 X 34 X 77 X 41 X 37 X 55 X 58 X 26 X 48 X +USW00014922198912FMTM 2350 X 0153 X 1952 X 1550 X 1551 X 0352 X 0054 X 1853 X 1650 X 0951 X 1054 X 1651 X 1753 X 0553 X 1351 X 1053 X 1625 X 0054 X 1551 X 2350 X 0250 X 2350 X 2323 X 0017 X 1552 X 1853 X 1450 X 2150 X 0050 X 0450 X 2050 X +USW00014922198912PGTM 1904 X 0322 X 1827 X 0858 X 1549 X 0340 X 0124 X 2209 X 1508 X 1217 X 1056 X 1655 X 1836 X 1403 X 1545 X 1037 X 1628 X 1146 X 2239 X 2324 X 0223 X 0915 X 1914 X 0016 X 1553 X 1912 X 1458 X 2217 X 0009 X 0448 X 2056 X +USW00014922198912TSUN 268 X 450 X 180 X 156 X 351 X 508 X 498 X 460 X 173 X 0 X 140 X 392 X 442 X 477 X 490 X 276 X 328 X 527 X 488 X 392 X 491 X 441 X 410 X 92 X 23 X 5 X 84 X 156 X 0 X 0 X 54 X +USW00014922198912WDF1 290 X 330 X 190 X 310 X 320 X 340 X 10 X 170 X 310 X 10 X 310 X 100 X 310 X 310 X 310 X 310 X 250 X 280 X 250 X 320 X 310 X 300 X 200 X 180 X 340 X 170 X 320 X 30 X 10 X 100 X 300 X +USW00014922198912WDFG 270W X 315W X 180W X 315W X 315W X 360W X 360W X 180W X 315W X 360W X 315W X 90W X 315W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 180W X 180W X 360W X 180W X 315W X 45W X 360W X 90W X 315W X +USW00014922198912WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X-9999 -9999 -9999 -9999 -9999 25 X 25 X 25 X 76 X 76 X 51 X 51 X 76 X +USW00014922198912WSF1 98 X 143 X 80 X 76 X 80 X 98 X 63 X 98 X 98 X 67 X 76 X 67 X 72 X 67 X 76 X 58 X 76 X 58 X 63 X 94 X 94 X 67 X 103 X 72 X 156 X 72 X 76 X 80 X 80 X 54 X 89 X +USW00014922198912WSFG 129 X 216 X 108 X 118 X 113 X 129 X 87 X 123 X 118 X 123 X 93 X 82 X 103 X 77 X 103 X 72 X 87 X 72 X 98 X 123 X 123 X 72 X 134 X 82 X 195 X 82 X 123 X 118 X 108 X 62 X 103 X +USW00014922198912WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 +USW00014922198912WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198912WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922198912WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198912WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922198912WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 +USW00014922198912WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00014922198912WT18-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 +USW00014922199001TMAX -28 0 17 0 22 0 -28 0 -17 0 22 0 50 0 72 0 28 0 94 0 33 0 -56 0 -28 0 33 0 61 0 11 0 6 0 -6 0 39 0 6 0 28 0 44 0 28 0 22 0 -17 0 6 0 6 0 39 0 50 0 44 0 -6 0 +USW00014922199001TMIN -94 0 -100 0 -56 0 -100 0 -100 0 -161 0 -72 0 -6 0 -72 0 -94 0 -56 0 -122 0 -144 0 -67 0 -67 0 -67 0 -44 0 -78 0 -106 0 -72 0 -44 0 -11 0 -11 0 -39 0 -89 0 -106 0 -122 0 -100 0 -72 0 -150 0 -139 0 +USW00014922199001PRCP 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 23 0 0 0 0 0 0T 0 0 0 +USW00014922199001SNOW 0T 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 23 0 0 0 0 0 0T 0 0 0 +USW00014922199001SNWD 76 0 76 0 76 0 51 0 51 0 51 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0T 0 +USW00014922199001ACMH 60 X 60 X 90 X 70 X 60 X 60 X 60 X 60 X 90 X 70 X 70 X 30 X 70 X 50 X 20 X 60 X 100 X 30 X 50 X 100 X 90 X 70 X 100 X 100 X 30 X 80 X 50 X 30 X 60 X 50 X 100 X +USW00014922199001ACSH 40 X 70 X 90 X 20 X 80 X 90 X 40 X 50 X 100 X 100 X 90 X 30 X 80 X 40 X 10 X 60 X 100 X 10 X 70 X 100 X 80 X 60 X 100 X 100 X 10 X 100 X 60 X 40 X 60 X 30 X 100 X +USW00014922199001AWND 55 X 44 X 53 X 36 X 38 X 54 X 38 X 43 X 60 X 64 X 126 X 77 X 43 X 21 X 20 X 38 X 53 X 46 X 43 X 34 X 48 X 43 X 47 X 60 X 51 X 44 X 64 X 64 X 59 X 64 X 52 X +USW00014922199001FMTM 2051 X 1853 X 2350 X 2350 X 1850 X 1951 X 2350 X 0152 X 0853 X 2150 X 0550 X 0351 X 1750 X 0150 X 1550 X 1752 X 1851 X 0950 X 1050 X 1550 X 1151 X 1050 X 0651 X 0850 X 1150 X 1250 X 1351 X 2254 X 2053 X 0951 X 0350 X +USW00014922199001PGTM 2052 X 1543 X 2344 X 0021 X 1958 X 1947 X 2236 X 0112 X 0757 X 2152 X 0308 X 0009 X 1508 X 0106 X 1622 X 1725 X 2101 X 0237 X 1411 X 1623 X 1436 X 1023 X 1219 X 0729 X 1023 X 1358 X 1509 X 2127 X 2038 X 1008 X 0346 X +USW00014922199001TSUN 339 X 202 X 185 X 383 X 174 X 344 X 509 X 282 X 0 X 125 X 89 X 412 X 221 X 415 X 446 X 156 X 43 X 458 X 467 X 129 X 213 X 450 X 0 X 13 X 456 X 23 X 381 X 577 X 496 X 447 X 125 X +USW00014922199001WDF1 200 X 130 X 330 X 330 X 360 X 210 X 200 X 190 X 330 X 260 X 290 X 320 X 140 X 150 X 310 X 120 X 290 X 270 X 200 X 30 X 220 X 320 X 110 X 300 X 320 X 160 X 310 X 210 X 180 X 320 X 130 X +USW00014922199001WDFG 180W X 135W X 315W X 315W X 360W X 225W X 225W X 180W X 315W X 270W X 270W X 315W X 135W X 135W X 315W X 135W X 270W X 315W X 225W X 360W X 225W X 315W X 90W X 270W X 315W X 135W X 270W X 180W X 180W X 315W X 135W X +USW00014922199001WESD 51 X 51 X 51 X 25 X 25 X 25 X 25 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199001WSF1 89 X 63 X 94 X 94 X 63 X 89 X 63 X 72 X 98 X 134 X 170 X 125 X 72 X 45 X 45 X 58 X 89 X 76 X 103 X 58 X 89 X 76 X 72 X 94 X 76 X 80 X 139 X 89 X 98 X 94 X 89 X +USW00014922199001WSFG 113 X 87 X 103 X 103 X 87 X 118 X 113 X 108 X 129 X 195 X 236 X 175 X 103 X 67 X 62 X 82 X 103 X 98 X 139 X 77 X 123 X 108 X 103 X 113 X 113 X 103 X 170 X 123 X 144 X 134 X 113 X +USW00014922199001WT01-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199001WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199001WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199001WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199001WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199001WT18 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 +USW00014922199002TMAX -56 0 -56 0 -11 0 94 0 83 0 44 0 100 0 61 0 11 0 -6 0 44 0 150 0 11 0 -72 0 -44 0 -50 0 -67 0 -28 0 -56 0 33 0 50 0 28 0 6 0 -78 0 -67 0 56 0 6 0 61 0-9999 -9999 -9999 +USW00014922199002TMIN -133 0 -150 0 -89 0 -106 0 -44 0 -83 0 -67 0 -33 0 -56 0 -100 0 -44 0 -50 0 -139 0 -161 0 -83 0 -122 0 -189 0 -94 0 -156 0 -150 0 -6 0 -39 0 -78 0 -178 0 -217 0 -67 0 -94 0 -111 0-9999 -9999 -9999 +USW00014922199002PRCP 0T 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 53 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 74 0 0T 0 0T 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00014922199002SNOW 0T 0 0T 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 81 0 74 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 0T 0 0T 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00014922199002SNWD 0T 0 0T 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 127 0 152 0 152 0 127 0 76 0 25 0 0T 0 0T 0 76 0 76 0 51 0 25 0 25 0-9999 -9999 -9999 +USW00014922199002ACMH 80 X 80 X 40 X 10 X 30 X 10 X 40 X 80 X 10 X 40 X 70 X 80 X 90 X 90 X 100 X 90 X 60 X 50 X 0 X 0 X 90 X 60 X 100 X 10 X 50 X 70 X 0 X 10 X-9999 -9999 -9999 +USW00014922199002ACSH 70 X 80 X 40 X 20 X 50 X 10 X 40 X 100 X 10 X 40 X 60 X 100 X 100 X 90 X 100 X 100 X 70 X 70 X 0 X 0 X 100 X 90 X 100 X 10 X 50 X 50 X 0 X 20 X-9999 -9999 -9999 +USW00014922199002AWND 61 X 34 X 24 X 31 X 45 X 20 X 45 X 25 X 58 X 30 X 35 X 62 X 77 X 50 X 62 X 59 X 54 X 60 X 42 X 72 X 62 X 46 X 60 X 76 X 42 X 68 X 53 X 38 X-9999 -9999 -9999 +USW00014922199002FMTM 1450 X 0153 X 1150 X 1750 X 1852 X 2351 X 1350 X 1353 X 1351 X 1353 X 1051 X 2350 X 0550 X 1952 X 1312 X 1451 X 1850 X 1053 X 0054 X 2250 X 1450 X 1350 X 2250 X 2350 X 1650 X 0950 X 0250 X 1150 X-9999 -9999 -9999 +USW00014922199002PGTM 0719 X 0048 X 1328 X 1719 X 1902 X 1435 X 1343 X 1407 X 1446 X 1357 X 1302 X 2313 X 1253 X 1130 X 1825 X 1052 X 2128 X 1505 X 0246 X 2153 X 1251 X 1319 X 2245 X 0043 X 1257 X 2233 X 0119 X 1153 X-9999 -9999 -9999 +USW00014922199002TSUN 427 X 246 X 486 X 577 X 516 X 546 X 574 X 370 X 609 X 538 X 411 X 221 X 306 X 456 X 58 X 461 X 582 X 543 X 638 X 641 X 406 X 482 X 431 X 637 X 570 X 543 X 663 X 648 X-9999 -9999 -9999 +USW00014922199002WDF1 340 X 30 X 230 X 170 X 300 X 300 X 180 X 320 X 290 X 320 X 310 X 330 X 340 X 60 X 70 X 340 X 130 X 280 X 310 X 200 X 180 X 10 X 330 X 320 X 160 X 180 X 330 X 250 X-9999 -9999 -9999 +USW00014922199002WDFG 315W X 45W X 225W X 180W X 315W X 180W X 180W X 360W X 270W X 315W X 315W X 315W X 360W X 45W X 45W X 360W X 135W X 270W X 315W X 180W X 180W X 360W X 360W X 315W X 135W X 270W X 315W X 225W X-9999 -9999 -9999 +USW00014922199002WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 102 X 127 X 102 X 102 X 51 X-9999 -9999 25 X 51 X 25 X 25 X-9999 -9999 -9999 -9999 -9999 +USW00014922199002WSF1 72 X 63 X 45 X 63 X 67 X 40 X 94 X 58 X 103 X 45 X 72 X 103 X 112 X 67 X 98 X 89 X 94 X 89 X 72 X 103 X 94 X 76 X 139 X 134 X 67 X 98 X 94 X 76 X-9999 -9999 -9999 +USW00014922199002WSFG 123 X 87 X 62 X 82 X 98 X 46 X 144 X 98 X 170 X 77 X 118 X 144 X 149 X 77 X 113 X 129 X 134 X 118 X 98 X 139 X 129 X 98 X 175 X 159 X 93 X 144 X 144 X 103 X-9999 -9999 -9999 +USW00014922199002WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199002WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199002WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199002WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199002WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199002WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199002WT18 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199003TMAX 150 0 50 0 -17 0 56 0 6 0 28 0 6 0 11 0 28 0 44 0 106 0 206 0 144 0 167 0 83 0 22 0 17 0 -11 0 17 0 128 0 150 0 61 0 -39 0 22 0 67 0 28 0 133 0 128 0 133 0 150 0 122 0 +USW00014922199003TMIN -22 0 -56 0 -106 0 -50 0 -61 0 -78 0 -56 0 -6 0 6 0 -11 0 33 0 100 0 17 0 44 0 0 0 -6 0 -17 0 -83 0 -100 0 -67 0 17 0 -83 0 -117 0 -89 0 -39 0 -78 0 -56 0 22 0 17 0 0 0 0 0 +USW00014922199003PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 20 0 203 0 0T 0 0 0 330 0 48 0 117 0 74 0 117 0 0T 0 18 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00014922199003SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0T 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199003SNWD 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199003ACMH 30 X 40 X 70 X 40 X 70 X 40 X 100 X 100 X 100 X 100 X 100 X 50 X 90 X 100 X 100 X 100 X 90 X 70 X 10 X 70 X 90 X 60 X 20 X 30 X 10 X 0 X 60 X 100 X 90 X 20 X 70 X +USW00014922199003ACSH 20 X 30 X 90 X 10 X 80 X 20 X 100 X 100 X 100 X 100 X 100 X 50 X 100 X 100 X 100 X 100 X 100 X 90 X 10 X 80 X 70 X 60 X 20 X 10 X 10 X 10 X 80 X 100 X 90 X 20 X 80 X +USW00014922199003AWND 61 X 58 X 38 X 57 X 64 X 72 X 66 X 34 X 25 X 39 X 46 X 63 X 27 X 38 X 75 X 85 X 80 X 71 X 40 X 40 X 26 X 84 X 64 X 52 X 81 X 32 X 46 X 28 X 25 X 33 X 37 X +USW00014922199003FMTM 1541 X 1350 X 0350 X 1950 X 1150 X 1350 X 2250 X 0117 X 0853 X 2346 X 0737 X 1550 X 1831 X 1131 X 1350 X 1054 X 1551 X 1750 X 0152 X 1355 X 1552 X 2250 X 0050 X 1453 X 1654 X 0050 X 1250 X 1650 X 2351 X 2254 X 1550 X +USW00014922199003PGTM 1524 X 1516 X 0017 X 2210 X 1253 X 0946 X 1804 X 0203 X 0808 X 2021 X 0758 X 1606 X 1827 X 1153 X 1337 X 1053 X 1557 X 1258 X 1149 X 1307 X 1557 X 2047 X 0011 X 1343 X 1631 X 1439 X 1341 X 1557 X 1138 X 1256 X 0803 X +USW00014922199003TSUN 637 X 643 X 585 X 658 X 587 X 653 X 110 X 0 X 51 X 165 X 0 X 544 X 193 X 98 X 52 X 17 X 295 X 270 X 681 X 531 X 580 X 472 X 723 X 710 X 741 X 746 X 476 X 440 X 464 X 709 X 495 X +USW00014922199003WDF1 230 X 310 X 350 X 50 X 70 X 110 X 100 X 110 X 180 X 130 X 110 X 200 X 60 X 170 X 230 X 250 X 310 X 320 X 330 X 180 X 310 X 320 X 310 X 300 X 310 X 350 X 180 X 190 X 140 X 160 X 180 X +USW00014922199003WDFG 225W X 315W X 315W X 45W X 90W X 90W X 90W X 90W X 180W X 135W X 90W X 180W X 45W X 180W X 225W X 270W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 270W X 315W X 270W X 180W X 180W X 135W X 180W X 225W X +USW00014922199003WSF1 94 X 98 X 76 X 89 X 94 X 94 X 89 X 67 X 54 X 63 X 72 X 107 X 80 X 72 X 139 X 107 X 116 X 103 X 63 X 72 X 45 X 134 X 89 X 89 X 112 X 67 X 76 X 72 X 36 X 54 X 63 X +USW00014922199003WSFG 134 X 134 X 113 X 123 X 123 X 123 X 108 X 82 X 62 X 77 X 82 X 134 X 98 X 134 X 216 X 154 X 164 X 154 X 82 X 103 X 77 X 211 X 144 X 129 X 154 X 113 X 129 X 87 X 77 X 67 X 77 X +USW00014922199003WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922199003WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199003WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199003WT04-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199003WT06-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199003WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199003WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199003WT15-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199003WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199003WT17-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199003WT18-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199004TMAX 89 0 61 0 117 0 139 0 33 0 11 0 94 0 156 0 150 0 106 0 33 0 106 0 133 0 206 0 117 0 78 0 89 0 156 0 128 0 239 0 261 0 272 0 300 0 272 0 283 0 239 0 161 0 100 0 83 0 106 0-9999 +USW00014922199004TMIN 6 0 -33 0 -44 0 6 0 -44 0 -83 0 -83 0 -44 0 11 0 -28 0 -56 0 -44 0 -22 0 -17 0 -17 0 -11 0 -39 0 -11 0 78 0 72 0 100 0 106 0 167 0 161 0 183 0 156 0 100 0 44 0 11 0 -22 0-9999 +USW00014922199004PRCP 81 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 3 0 15 0 0 0 0T 0 0 0 0 0 13 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 315 0 30 0 175 0 76 0 66 0 89 0 0T 0-9999 +USW00014922199004SNOW 20 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00014922199004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199004ACMH 100 X 50 X 40 X 40 X 50 X 10 X 10 X 40 X 90 X 60 X 50 X 40 X 70 X 30 X 20 X 60 X 0 X 20 X 90 X 50 X 30 X 70 X 100 X 80 X 70 X 100 X 100 X 100 X 90 X 50 X-9999 +USW00014922199004ACSH 100 X 40 X 20 X 20 X 50 X 10 X 20 X 30 X 100 X 80 X 80 X 30 X 90 X 40 X 10 X 80 X 0 X 0 X 100 X 30 X 30 X 90 X 100 X 90 X 80 X 100 X 100 X 100 X 100 X 60 X-9999 +USW00014922199004AWND 73 X 68 X 32 X 73 X 81 X 65 X 36 X 29 X 67 X 69 X 56 X 33 X 37 X 57 X 50 X 68 X 47 X 68 X 67 X 22 X 47 X 63 X 80 X 58 X 86 X 66 X 39 X 52 X 46 X 63 X-9999 +USW00014922199004FMTM 1450 X 0052 X 1750 X 1250 X 1650 X 0250 X 1554 X 1852 X 1650 X 2054 X 1151 X 1253 X 1753 X 1850 X 2353 X 1650 X 0852 X 1151 X 0851 X 1454 X 2051 X 1654 X 1423 X 0133 X 1451 X 1725 X 2150 X 0805 X 1732 X 1552 X-9999 +USW00014922199004PGTM 1815 X 0030 X 1559 X 1313 X 1754 X-9999 1357 X 2326 X 1751 X 1752 X 1619 X 1612 X 1347 X 1617 X 0042 X 1505 X 0836 X 1458 X 1151 X 1531 X 2119 X 1623 X 1346 X 0129 X 1654 X 1718 X 0653 X 1702 X 1729 X 1444 X-9999 +USW00014922199004TSUN 32 X 611 X 647 X 735 X 578 X 763 X 754 X 726 X 247 X 657 X 486 X 723 X 642 X 585 X 769 X 441 X 814 X 782 X 0 X 726 X 717 X 735 X 482 X 665 X 726 X 513 X 160 X 143 X 0 X 701 X-9999 +USW00014922199004WDF1 320 X 360 X 170 X 320 X 320 X 340 X 280 X 110 X 10 X 320 X 320 X 240 X 200 X 330 X 330 X 320 X 340 X 180 X 180 X 130 X 170 X 150 X 170 X 180 X 170 X 230 X 10 X 230 X 300 X 290 X-9999 +USW00014922199004WDFG 315W X 360W X 135W X 315W X 315W X 315W X 270W X 135W X 360W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 180W X 180W X 135W X 180W X 180W X 180W X 180W X 225W X 225W X 360W X 225W X 315W X 270W X-9999 +USW00014922199004WSF1 134 X 112 X 58 X 107 X 125 X 94 X 67 X 54 X 98 X 98 X 76 X 63 X 58 X 130 X 94 X 125 X 76 X 98 X 107 X 40 X 72 X 94 X 139 X 139 X 143 X 107 X 63 X 89 X 94 X 139 X-9999 +USW00014922199004WSFG 180 X 149 X 82 X 149 X 154 X 149 X 93 X 77 X 134 X 144 X 118 X 103 X 77 X 190 X 108 X 154 X 118 X 134 X 123 X 62 X 118 X 134 X 180 X 200 X 242 X 200 X 98 X 103 X 123 X 180 X-9999 +USW00014922199004WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922199004WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199004WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199004WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922199004WT16 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922199004WT18 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199005TMAX 100 0 161 0 211 0 217 0 206 0 228 0 322 0 217 0 128 0 139 0 200 0 172 0 200 0 172 0 133 0 167 0 139 0 161 0 133 0 161 0 172 0 211 0 239 0 233 0 167 0 178 0 222 0 272 0 217 0 233 0 256 0 +USW00014922199005TMIN 0 0 -22 0 67 0 78 0 89 0 33 0 150 0 100 0 67 0 28 0 6 0 89 0 56 0 117 0 100 0 100 0 50 0 28 0 67 0 56 0 83 0 61 0 100 0 111 0 133 0 139 0 122 0 100 0 106 0 89 0 100 0 +USW00014922199005PRCP 3 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 66 0 0T 0 0 0 30 0 58 0 165 0 130 0 5 0 5 0 0T 0 173 0 0 0 0 0 107 0 0 0 0 0 71 0 10 0 0 0 0 0 0 0 0 0 0T 0 +USW00014922199005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199005ACMH 30 X 10 X 50 X 100 X 40 X 30 X 50 X 80 X 100 X 40 X 60 X 70 X 70 X 100 X 100 X 100 X 70 X 50 X 100 X 80 X 80 X 40 X 70 X 80 X 100 X 100 X 70 X 40 X 10 X 20 X 60 X +USW00014922199005ACSH 50 X 20 X 50 X 100 X 50 X 20 X 40 X 70 X 100 X 40 X 60 X 80 X 80 X 100 X 100 X 100 X 90 X 50 X 100 X 90 X 90 X 40 X 80 X 80 X 100 X 100 X 80 X 30 X 10 X 20 X 70 X +USW00014922199005AWND 58 X 27 X 36 X 21 X 44 X 30 X 76 X 46 X 46 X 67 X 42 X 21 X 44 X 37 X 62 X 53 X 87 X 41 X 81 X 45 X 23 X 38 X 25 X 43 X 54 X 34 X 34 X 28 X 48 X 30 X 44 X +USW00014922199005FMTM 1053 X 2151 X 1851 X 2350 X 1452 X 1351 X 1551 X 1153 X 1350 X 1051 X 1752 X 0153 X 1250 X 0631 X 1651 X 1550 X 1550 X 2250 X 0651 X 0250 X 1351 X 1852 X 2350 X 1052 X 1753 X 2150 X 1154 X 1653 X 1251 X 2350 X 2150 X +USW00014922199005PGTM 1051 X 1239 X 2154 X 2348 X 1747 X 1037 X 1522 X 1854 X 0852 X 1118 X 1837 X 1545 X 1234 X 0632 X 1859 X 1341 X 1123 X 1727 X 0637 X 1134 X 1319 X 2112 X 1401 X 1101 X 1648 X 2306 X 1721 X 1837 X 1436 X 1528 X 2158 X +USW00014922199005TSUN 736 X 854 X 828 X 758 X 744 X 834 X 821 X 518 X 14 X 651 X 742 X 564 X 509 X 210 X 129 X 309 X 528 X 732 X 0 X 703 X 691 X 633 X 612 X 740 X 30 X 250 X 619 X 824 X 916 X 893 X 683 X +USW00014922199005WDF1 280 X 110 X 130 X 290 X 320 X 290 X 200 X 310 X 360 X 330 X 220 X 220 X 190 X 150 X 70 X 270 X 310 X 70 X 100 X 360 X 110 X 180 X 50 X 80 X 70 X 40 X 20 X 70 X 70 X 70 X 160 X +USW00014922199005WDFG 270W X 135W X 90W X 270W X 315W X 270W X 180W X 270W X 45W X 315W X 225W X 135W X 180W X 135W X 90W X 225W X 315W X 90W X 90W X 90W X 90W X 180W X 270W X 90W X 90W X 45W X 45W X 90W X 45W X 225W X 135W X +USW00014922199005WSF1 98 X 45 X 54 X 45 X 67 X 58 X 112 X 94 X 89 X 98 X 103 X 40 X 94 X 67 X 94 X 94 X 125 X 67 X 134 X 72 X 58 X 94 X 40 X 80 X 67 X 40 X 58 X 67 X 67 X 54 X 76 X +USW00014922199005WSFG 134 X 72 X 72 X 51 X 108 X 103 X 164 X 123 X 113 X 144 X 129 X 57 X 129 X 103 X 123 X 144 X 190 X 98 X 200 X 98 X 77 X 113 X 62 X 113 X 98 X 62 X 103 X 87 X 98 X 82 X 123 X +USW00014922199005WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199005WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199005WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199005WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199005WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00014922199006TMAX 283 0 239 0 117 0 183 0 239 0 239 0 244 0 267 0 272 0 294 0 233 0 300 0 294 0 289 0 256 0 272 0 250 0 278 0 267 0 250 0 261 0 244 0 261 0 278 0 317 0 328 0 272 0 278 0 317 0 306 0-9999 +USW00014922199006TMIN 172 0 78 0 56 0 33 0 111 0 117 0 111 0 161 0 150 0 144 0 167 0 189 0 183 0 139 0 161 0 167 0 161 0 178 0 167 0 161 0 139 0 156 0 139 0 139 0 178 0 200 0 194 0 200 0 200 0 211 0-9999 +USW00014922199006PRCP 0 0 340 0 43 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 284 0 315 0 160 0 0T 0 13 0 282 0 112 0 0 0 345 0 0 0 0T 0 15 0 0 0 0 0 0 0 0T 0 391 0 127 0 0 0 0 0-9999 +USW00014922199006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199006ACMH 80 X 100 X 80 X 70 X 70 X 40 X 90 X 60 X 0 X 40 X 90 X 90 X 70 X 60 X 90 X 100 X 70 X 10 X 70 X 40 X 70 X 80 X 20 X 40 X 40 X 40 X 100 X 70 X 60 X 0 X-9999 +USW00014922199006ACSH 70 X 100 X 100 X 80 X 70 X 60 X 100 X 60 X 0 X 40 X 90 X 90 X 70 X 60 X 90 X 100 X 80 X 10 X 80 X 40 X 80 X 80 X 20 X 60 X 40 X 30 X 100 X 70 X 70 X 0 X-9999 +USW00014922199006AWND 61 X 84 X 78 X 30 X 58 X 47 X 35 X 66 X 58 X 42 X 76 X 51 X 48 X 28 X 46 X 44 X 67 X 45 X 51 X 54 X 41 X 60 X 44 X 18 X 31 X 32 X 46 X 45 X 29 X 44 X-9999 +USW00014922199006FMTM 1550 X 1954 X 1150 X 1451 X 0550 X 1450 X 1153 X 1451 X 1051 X 1854 X 1750 X 1651 X 1451 X 1850 X 1554 X 1051 X 1552 X 0853 X 0709 X 1250 X 1453 X 1450 X 1251 X 1151 X 2353 X 2353 X 1907 X 1052 X 1752 X 1154 X-9999 +USW00014922199006PGTM 1534 X 2206 X 0321 X 1338 X 0538 X 1352 X 1146 X 1419 X 1237 X 1446 X 1724 X 1648 X 1101 X 1921 X 1501 X 2333 X 1512 X 0845 X 0714 X 1503 X 2036 X 1811 X 1310 X 1028 X 2356 X 1513 X 1908 X 1159 X 1509 X 1212 X-9999 +USW00014922199006TSUN 682 X 121 X 299 X 774 X 534 X 894 X 581 X 722 X 930 X 900 X 281 X 666 X 824 X 843 X 516 X 299 X 651 X 935 X 601 X 857 X 814 X 664 X 880 X 860 X 797 X 896 X 437 X 454 X 822 X 933 X-9999 +USW00014922199006WDF1 170 X 270 X 330 X 210 X 170 X 300 X 160 X 280 X 330 X 120 X 120 X 180 X 230 X 360 X 30 X 120 X 270 X 310 X 120 X 280 X 290 X 340 X 320 X 270 X 250 X 250 X 250 X 120 X 260 X 320 X-9999 +USW00014922199006WDFG 180W X 270W X 270W X 180W X 180W X 315W X 135W X 270W X 315W X 135W X 135W X 180W X 180W X 360W X 45W X 315W X 225W X 315W X 135W X 270W X 360W X 360W X 315W X 270W X 270W X 270W X 270W X 135W X 225W X 315W X-9999 +USW00014922199006WSF1 89 X 148 X 130 X 58 X 89 X 72 X 72 X 103 X 94 X 67 X 94 X 156 X 72 X 63 X 80 X 67 X 134 X 72 X 134 X 94 X 72 X 98 X 72 X 40 X 72 X 72 X 130 X 89 X 54 X 76 X-9999 +USW00014922199006WSFG 118 X 226 X 185 X 82 X 149 X 113 X 108 X 180 X 129 X 87 X 134 X 226 X 113 X 98 X 108 X 103 X 180 X 103 X 180 X 144 X 108 X 170 X 103 X 72 X 93 X 93 X 159 X 113 X 72 X 113 X-9999 +USW00014922199006WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199006WT03-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922199006WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199006WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199006WT16-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199007TMAX 283 0 311 0 378 0 289 0 256 0 256 0 272 0 283 0 256 0 278 0 200 0 228 0 250 0 272 0 272 0 283 0 306 0 300 0 278 0 272 0 261 0 244 0 272 0 272 0 278 0 222 0 267 0 294 0 278 0 250 0 250 0 +USW00014922199007TMIN 178 0 189 0 222 0 194 0 144 0 150 0 172 0 189 0 172 0 167 0 156 0 133 0 100 0 117 0 144 0 178 0 200 0 172 0 189 0 150 0 156 0 150 0 122 0 156 0 189 0 183 0 200 0 194 0 194 0 144 0 117 0 +USW00014922199007PRCP 0 0 0 0 0 0 8 0 0 0 0 0 183 0 38 0 0 0 0 0 147 0 0 0 0 0 0 0 0 0 0 0 69 0 94 0 41 0 0 0 0T 0 3 0 0 0 0 0 8 0 620 0 64 0 13 0 0 0 0 0 0 0 +USW00014922199007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199007ACMH 40 X 70 X 40 X 80 X 30 X 50 X 100 X 70 X 70 X 70 X 90 X 50 X 0 X 60 X 70 X 60 X 90 X 50 X 90 X 50 X 80 X 50 X 20 X 40 X 100 X 100 X 100 X 90 X 50 X 20 X 10 X +USW00014922199007ACSH 60 X 80 X 30 X 100 X 30 X 50 X 100 X 70 X 90 X 80 X 100 X 60 X 0 X 60 X 60 X 60 X 90 X 40 X 90 X 50 X 90 X 60 X 30 X 40 X 100 X 100 X 100 X 90 X 60 X 30 X 10 X +USW00014922199007AWND 40 X 54 X 62 X 44 X 47 X 52 X 70 X 57 X 25 X 26 X 37 X 59 X 21 X 23 X 26 X 33 X 64 X 33 X 34 X 35 X 37 X 32 X 24 X 39 X 49 X 56 X 53 X 30 X 51 X 46 X 24 X +USW00014922199007FMTM 1452 X 1650 X 1451 X 1953 X 2051 X 2351 X 0953 X 0253 X 1450 X 1552 X 1611 X 0951 X 1750 X 1353 X 1554 X 1553 X 1353 X 2250 X 1953 X 1852 X 2353 X 1450 X 1750 X 1451 X 1450 X 1852 X 2350 X 2350 X 1653 X 1551 X 1851 X +USW00014922199007PGTM 1332 X 2247 X 1446 X 0028 X 1858 X 2218 X 0708 X 0425 X 1712 X 1223 X 1621 X 1042 X 1741 X 1457 X 1624 X 1528 X 1253 X 2326 X 1949 X 1828 X 1704 X 1516 X 1347 X 1503 X 1541 X 1828 X 2347 X 1733 X 1413 X 1128 X 1506 X +USW00014922199007TSUN 932 X 840 X 844 X 375 X 876 X 859 X 567 X 699 X 861 X 752 X 129 X 856 X 859 X 794 X 783 X 835 X 701 X 736 X 555 X 805 X 775 X 640 X 861 X 818 X 639 X 13 X 405 X 581 X 751 X 856 X 885 X +USW00014922199007WDF1 150 X 140 X 210 X 240 X 60 X 140 X 170 X 200 X 230 X 10 X 60 X 30 X 60 X 70 X 230 X 240 X 210 X 300 X 360 X 20 X 320 X 310 X 250 X 180 X 170 X 120 X 110 X 110 X 360 X 360 X 230 X +USW00014922199007WDFG 135W X 135W X 225W X 315W X 45W X 135W X 180W X 315W X 270W X 45W X 45W X 360W X 45W X 90W X 225W X 225W X 225W X 270W X 360W X 360W X 315W X 315W X 315W X 180W X 180W X 135W X 90W X 135W X 360W X 360W X 180W X +USW00014922199007WSF1 72 X 80 X 112 X 67 X 63 X 67 X 94 X 112 X 45 X 45 X 103 X 80 X 54 X 45 X 63 X 45 X 107 X 76 X 76 X 63 X 63 X 72 X 36 X 72 X 80 X 80 X 116 X 116 X 80 X 67 X 40 X +USW00014922199007WSFG 93 X 103 X 149 X 93 X 103 X 108 X 139 X 175 X 57 X 82 X 113 X 118 X 62 X 103 X 77 X 77 X 154 X 134 X 103 X 98 X 87 X 123 X 93 X 103 X 108 X 113 X 139 X 154 X 129 X 113 X 67 X +USW00014922199007WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199007WT03-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199007WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199007WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199007WT16-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199008TMAX 261 0 272 0 289 0 250 0 228 0 261 0 256 0 261 0 283 0 294 0 233 0 222 0 244 0 294 0 283 0 306 0 294 0 250 0 183 0 183 0 256 0 267 0 244 0 289 0 317 0 294 0 317 0 267 0 278 0 300 0 289 0 +USW00014922199008TMIN 144 0 178 0 183 0 156 0 133 0 111 0 128 0 133 0 156 0 156 0 139 0 139 0 117 0 178 0 167 0 167 0 211 0 156 0 156 0 150 0 156 0 150 0 189 0 217 0 189 0 189 0 222 0 178 0 144 0 144 0 194 0 +USW00014922199008PRCP 0 0 302 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 64 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 8 0 53 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199008ACMH 20 X 80 X 90 X 30 X 10 X 20 X 10 X 10 X 50 X 60 X 60 X 80 X 20 X 30 X 10 X 10 X 90 X 100 X 100 X 100 X 50 X 50 X 100 X 100 X 40 X 80 X 60 X 50 X 20 X 20 X 40 X +USW00014922199008ACSH 30 X 90 X 100 X 30 X 20 X 20 X 10 X 10 X 50 X 50 X 50 X 90 X 20 X 40 X 10 X 20 X 100 X 100 X 100 X 100 X 50 X 70 X 100 X 90 X 20 X 60 X 70 X 70 X 20 X 10 X 40 X +USW00014922199008AWND 48 X 49 X 33 X 56 X 53 X 27 X 35 X 51 X 42 X 29 X 50 X 36 X 31 X 57 X 30 X 44 X 46 X 67 X 67 X 51 X 33 X 38 X 46 X 41 X 46 X 47 X 28 X 31 X 20 X 39 X 42 X +USW00014922199008FMTM 1050 X 1408 X 1950 X 1252 X 1050 X 1651 X 1654 X 1050 X 0753 X 2352 X 0152 X 1853 X 2250 X 1354 X 0651 X 1650 X 1150 X 2050 X 1150 X 1550 X 0954 X 1550 X 1351 X 1153 X 1652 X 0550 X 0905 X 0650 X 1150 X 1450 X 0954 X +USW00014922199008PGTM 1546 X 1407 X 1954 X 1402 X 1049 X 0941 X 1335 X 1344 X 0752 X 2359 X 1502 X 1647 X 1448 X 1447 X 1114 X 1724 X 1422 X 0335 X 1014 X 0633 X 0817 X 1422 X 1438 X 1124 X 1232 X 0651 X 1401 X 0838 X 1313 X 1517 X 1138 X +USW00014922199008TSUN 876 X 514 X 594 X 841 X 850 X 818 X 867 X 864 X 782 X 647 X 683 X 577 X 808 X 817 X 819 X 806 X 522 X 199 X 7 X 22 X 683 X 760 X 143 X 426 X 737 X 658 X 692 X 766 X 693 X 775 X 636 X +USW00014922199008WDF1 190 X 210 X 340 X 340 X 10 X 300 X 200 X 230 X 230 X 360 X 350 X 20 X 170 X 220 X 10 X 170 X 140 X 20 X 70 X 60 X 80 X 150 X 150 X 200 X 160 X 130 X 280 X 360 X 30 X 180 X 170 X +USW00014922199008WDFG 180W X 225W X 360W X 315W X 360W X 315W X 180W X 180W X 225W X 360W X 360W X 45W X 180W X 225W X 360W X 180W X 135W X 360W X 90W X 45W X 45W X 135W X 135W X 180W X 180W X 135W X 180W X 360W X 45W X 180W X 180W X +USW00014922199008WSF1 76 X 125 X 134 X 89 X 76 X 54 X 63 X 80 X 67 X 63 X 67 X 54 X 54 X 72 X 54 X 72 X 80 X 94 X 94 X 67 X 54 X 58 X 89 X 63 X 67 X 89 X 54 X 54 X 36 X 72 X 94 X +USW00014922199008WSFG 98 X 159 X 164 X 139 X 129 X 77 X 93 X 118 X 82 X 87 X 87 X 67 X 77 X 103 X 72 X 103 X 108 X 185 X 118 X 87 X 77 X 93 X 118 X 93 X 93 X 123 X 77 X 72 X 72 X 108 X 134 X +USW00014922199008WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199008WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199008WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199008WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199008WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199008WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199009TMAX 317 0 283 0 283 0 311 0 306 0 311 0 233 0 256 0 289 0 261 0 311 0 322 0 311 0 178 0 244 0 178 0 183 0 133 0 217 0 211 0 178 0 111 0 150 0 261 0 289 0 267 0 200 0 183 0 167 0 194 0-9999 +USW00014922199009TMIN 172 0 156 0 178 0 211 0 200 0 200 0 161 0 161 0 161 0 150 0 144 0 206 0 172 0 106 0 89 0 89 0 72 0 111 0 89 0 89 0 100 0 72 0 33 0 44 0 117 0 78 0 133 0 83 0 50 0 22 0-9999 +USW00014922199009PRCP 0 0 0 0 107 0 0T 0 0 0 0 0 74 0 0 0 0 0 0 0 0 0 0 0 10 0 51 0 0 0 0 0 0 0 81 0 0 0 147 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 8 0-9999 +USW00014922199009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199009ACMH 50 X 30 X 90 X 50 X 40 X 30 X 60 X 60 X 50 X 20 X 20 X 10 X 40 X 60 X 20 X 70 X 80 X 100 X 50 X 90 X 60 X 70 X 10 X 20 X 0 X 20 X 90 X 40 X 40 X 50 X-9999 +USW00014922199009ACSH 30 X 40 X 100 X 70 X 70 X 50 X 70 X 70 X 70 X 30 X 30 X 10 X 10 X 80 X 40 X 100 X 90 X 100 X 30 X 90 X 60 X 100 X 20 X 10 X 0 X 20 X 100 X 40 X 50 X 60 X-9999 +USW00014922199009AWND 17 X 34 X 57 X 40 X 43 X 45 X 55 X 34 X 32 X 34 X 63 X 51 X 78 X 55 X 57 X 44 X 46 X 36 X 34 X 39 X 64 X 76 X 46 X 50 X 38 X 24 X 43 X 49 X 33 X 34 X-9999 +USW00014922199009FMTM 1252 X 1451 X 1351 X 0650 X 2252 X 1454 X 0550 X 1451 X 1154 X 0953 X 2151 X 0050 X 1351 X 0451 X 2053 X 0352 X 1350 X 1002 X 1450 X 2254 X 1254 X 1543 X 1350 X 1550 X 1553 X 2050 X 0850 X 1051 X 0954 X 2216 X-9999 +USW00014922199009PGTM 1334 X 1125 X 1159 X 1856 X 2229 X 1859 X 0551 X 1526 X 1417 X 0723 X 1523 X 0019 X 2124 X 0859 X 2049 X 0100 X 1632 X 1107 X 1555 X 2203 X 1103 X 1123 X 1314 X 1419 X 1518 X 1443 X 0848 X 0905 X 1206 X 2222 X-9999 +USW00014922199009TSUN 789 X 773 X 450 X 638 X 715 X 576 X 617 X 599 X 671 X 747 X 683 X 714 X 717 X 477 X 739 X 279 X 601 X 0 X 668 X 327 X 581 X 206 X 730 X 693 X 724 X 689 X 315 X 603 X 561 X 574 X-9999 +USW00014922199009WDF1 360 X 160 X 160 X 220 X 210 X 320 X 320 X 200 X 170 X 50 X 200 X 210 X 190 X 320 X 360 X 340 X 130 X 120 X 250 X 270 X 290 X 310 X 300 X 230 X 330 X 160 X 20 X 30 X 360 X 220 X-9999 +USW00014922199009WDFG 360W X 135W X 135W X 360W X 225W X 360W X 315W X 180W X 180W X 45W X 225W X 180W X 45W X 315W X 360W X 360W X 135W X 135W X 270W X 225W X 315W X 315W X 315W X 180W X 315W X 135W X 360W X 360W X 360W X 225W X-9999 +USW00014922199009WSF1 45 X 54 X 98 X 63 X 72 X 72 X 112 X 58 X 63 X 54 X 94 X 76 X 112 X 89 X 98 X 67 X 67 X 67 X 58 X 76 X 103 X 103 X 67 X 76 X 94 X 45 X 125 X 67 X 63 X 89 X-9999 +USW00014922199009WSFG 93 X 77 X 149 X 93 X 118 X 103 X 159 X 82 X 82 X 77 X 134 X 123 X 164 X 149 X 144 X 98 X 98 X 77 X 87 X 118 X 159 X 149 X 118 X 123 X 159 X 72 X 180 X 103 X 87 X 108 X-9999 +USW00014922199009WT01-9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199009WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922199009WT03-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199009WT08-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199009WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199009WT16-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 +USW00014922199010TMAX 206 0 261 0 194 0 194 0 278 0 200 0 122 0 89 0 122 0 122 0 167 0 133 0 172 0 161 0 144 0 156 0 150 0 72 0 122 0 78 0 89 0 144 0 172 0 117 0 100 0 189 0 139 0 111 0 167 0 189 0 211 0 +USW00014922199010TMIN 61 0 50 0 83 0 61 0 94 0 61 0 39 0 39 0 6 0 -28 0 6 0 28 0 61 0 67 0 6 0 39 0 22 0 -11 0 -11 0 50 0 -11 0 -17 0 39 0 -22 0 -33 0 28 0 28 0 -33 0 22 0 17 0 33 0 +USW00014922199010PRCP 0 0 8 0 117 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 36 0 13 0 13 0 3 0 0 0 0 0 18 0 0T 0 0 0 107 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199010ACMH 20 X 80 X 70 X 30 X 50 X 90 X 80 X 100 X 20 X 0 X 50 X 40 X 80 X 30 X 60 X 80 X 100 X 60 X 60 X 90 X 30 X 90 X 50 X 20 X 20 X 30 X 20 X 40 X 10 X 40 X 20 X +USW00014922199010ACSH 20 X 90 X 80 X 10 X 50 X 90 X 60 X 100 X 0 X 0 X 40 X 10 X 70 X 30 X 70 X 90 X 100 X 60 X 90 X 100 X 10 X 100 X 20 X 40 X 40 X 20 X 40 X 70 X 0 X 40 X 0 X +USW00014922199010AWND 42 X 69 X 62 X 56 X 36 X 67 X 46 X 25 X 26 X 18 X 36 X 30 X 50 X 54 X 39 X 37 X 72 X 67 X 62 X 35 X 43 X 46 X 44 X 35 X 32 X 51 X 77 X 30 X 34 X 27 X 46 X +USW00014922199010FMTM 0151 X 2150 X 0638 X 1352 X 1451 X 0350 X 2350 X 1034 X 1252 X 0850 X 2050 X 2352 X 1051 X 1352 X 1550 X 1753 X 2151 X 0154 X 1250 X 0151 X 0053 X 1250 X 1650 X 1350 X 2252 X 1450 X 0850 X 0151 X 0150 X 1850 X 1255 X +USW00014922199010PGTM 0122 X 2159 X 0629 X 1309 X 1444 X 0327 X 0043 X 1038 X 1322 X 1218 X 2124 X 0035 X 1203 X 1533 X 1209 X 2204 X 2356 X 0004 X 1618 X 2313 X 1222 X 1314 X 1506 X 1424 X 2307 X 1427 X 0923 X 0014 X 1408 X 1413 X 1435 X +USW00014922199010TSUN 703 X 388 X 267 X 588 X 562 X 499 X 625 X 159 X 654 X 667 X 555 X 648 X 432 X 619 X 506 X 213 X 0 X 462 X 365 X 0 X 573 X 372 X 539 X 397 X 499 X 616 X 395 X 602 X 594 X 541 X 503 X +USW00014922199010WDF1 320 X 190 X 310 X 270 X 190 X 360 X 360 X 130 X 360 X 110 X 330 X 320 X 160 X 280 X 180 X 100 X 350 X 340 X 140 X 150 X 330 X 200 X 300 X 290 X 150 X 180 X 320 X 330 X 150 X 70 X 160 X +USW00014922199010WDFG 315W X 180W X 315W X 270W X 180W X 315W X 360W X 135W X 360W X 45W X 315W X 315W X 180W X 315W X 225W X 90W X 315W X 315W X 180W X 315W X 315W X 180W X 315W X 315W X 135W X 180W X 315W X 315W X 135W X 45W X 135W X +USW00014922199010WSF1 89 X 116 X 112 X 134 X 72 X 94 X 80 X 54 X 54 X 40 X 72 X 54 X 98 X 89 X 72 X 67 X 112 X 112 X 103 X 67 X 76 X 94 X 94 X 67 X 58 X 98 X 125 X 54 X 63 X 45 X 67 X +USW00014922199010WSFG 129 X 175 X 164 X 190 X 108 X 154 X 103 X 62 X 77 X 77 X 113 X 77 X 134 X 139 X 98 X 87 X 170 X 164 X 159 X 98 X 98 X 134 X 134 X 129 X 98 X 113 X 195 X 72 X 77 X 67 X 82 X +USW00014922199010WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199010WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199010WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199010WT16-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199010WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199011TMAX 211 0 161 0 67 0 39 0 28 0 39 0 17 0 17 0 83 0 56 0 78 0 44 0 94 0 217 0 172 0 111 0 106 0 117 0 122 0 150 0 194 0 100 0 67 0 150 0 -22 0 22 0 6 0 -44 0 28 0 61 0-9999 +USW00014922199011TMIN 122 0 61 0 -11 0 -44 0 -39 0 -44 0 -72 0 -72 0 -39 0 -56 0 -50 0 -17 0 -33 0 28 0 78 0 -6 0 -39 0 11 0 -39 0 61 0 28 0 -28 0 -28 0 -33 0 -72 0 -67 0 -50 0 -100 0 -133 0 0 0-9999 +USW00014922199011PRCP 0 0 0 0 76 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 20 0 58 0 3 0 0 0 0 0-9999 +USW00014922199011SNOW 0 0 0 0 74 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 3 0 0 0 0 0-9999 +USW00014922199011SNWD 0 0 0 0 0 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 51 0-9999 +USW00014922199011ACMH 80 X 90 X 90 X 70 X 80 X 70 X 0 X 80 X 30 X 10 X 50 X 80 X 70 X 50 X 60 X 10 X 40 X 70 X 50 X 100 X 60 X 70 X 50 X 70 X 70 X 80 X 100 X 20 X 40 X 80 X-9999 +USW00014922199011ACSH 100 X 100 X 100 X 60 X 100 X 100 X 0 X 100 X 0 X 0 X 40 X 70 X 90 X 80 X 40 X 0 X 40 X 90 X 30 X 100 X 90 X 80 X 30 X 80 X 90 X 100 X 100 X 10 X 20 X 100 X-9999 +USW00014922199011AWND 63 X 52 X 48 X 38 X 29 X 27 X 38 X 60 X 42 X 41 X 46 X 28 X 46 X 62 X 51 X 49 X 40 X 34 X 21 X 67 X 83 X 51 X 76 X 52 X 46 X 58 X 54 X 55 X 36 X 53 X-9999 +USW00014922199011FMTM 1554 X 2250 X 0902 X 1050 X 1451 X 2151 X 1551 X 1453 X 1150 X 1051 X 1353 X 1953 X 2052 X 1352 X 2250 X 1550 X 1353 X 0951 X 1450 X 2150 X 0951 X 1850 X 0254 X 2250 X 0050 X 0916 X 2307 X 0252 X 2350 X 1352 X-9999 +USW00014922199011PGTM 1527 X 1009 X 2054 X 0932 X 1822 X 1910 X 1431 X 1626 X 1452 X 1042 X 1313 X 1950 X 2103 X 1542 X 2158 X 0143 X 1425 X 0842 X 2337 X 2319 X 1008 X 1913 X 0407 X 2302 X 0007 X 1037 X 2332 X 0302 X 2227 X 0421 X-9999 +USW00014922199011TSUN 145 X 21 X 0 X 454 X 49 X 0 X 531 X 0 X 518 X 523 X 449 X 231 X 433 X 473 X 452 X 530 X 476 X 443 X 464 X 0 X 171 X 259 X 464 X 167 X 219 X 0 X 0 X 374 X 510 X 413 X-9999 +USW00014922199011WDF1 180 X 350 X 330 X 20 X 350 X 300 X 240 X 180 X 310 X 340 X 360 X 10 X 160 X 210 X 330 X 320 X 170 X 210 X 110 X 160 X 210 X 230 X 290 X 310 X 310 X 100 X 310 X 290 X 190 X 200 X-9999 +USW00014922199011WDFG 180W X 315W X 315W X 360W X 45W X 315W X 270W X 180W X 270W X 315W X 315W X 360W X 135W X 180W X 315W X 315W X 180W X 180W X 135W X 180W X 225W X 225W X 270W X 315W X 315W X 90W X 315W X 270W X 180W X 180W X-9999 +USW00014922199011WESD-9999 -9999 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 X 76 X-9999 -9999 +USW00014922199011WSF1 89 X 72 X 89 X 54 X 54 X 58 X 54 X 112 X 72 X 89 X 80 X 40 X 72 X 89 X 72 X 89 X 80 X 67 X 54 X 130 X 134 X 72 X 116 X 107 X 89 X 94 X 89 X 80 X 67 X 80 X-9999 +USW00014922199011WSFG 123 X 103 X 149 X 98 X 62 X 98 X 87 X 134 X 103 X 113 X 123 X 62 X 98 X 159 X 98 X 108 X 113 X 98 X 57 X 170 X 190 X 118 X 185 X 164 X 118 X 123 X 108 X 123 X 108 X 108 X-9999 +USW00014922199011WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199011WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199011WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199011WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199011WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922199011WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922199011WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199011WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922199011WT18-9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922199012TMAX 22 0 -11 0 -11 0 -44 0 44 0 17 0 56 0 100 0 106 0 61 0 11 0 28 0 -28 0 0 0 11 0 0 0 17 0 -50 0 -28 0 6 0 -178 0 -228 0 -200 0 -94 0 -78 0 -167 0 -72 0 -11 0 -44 0 -194 0 -89 0 +USW00014922199012TMIN -78 0 -89 0 -83 0 -144 0 -67 0 -72 0 -17 0 -33 0 -33 0 -22 0 -17 0 -28 0 -94 0 -94 0 -72 0 -94 0 -72 0 -156 0 -56 0 -211 0 -233 0 -278 0 -311 0 -256 0 -267 0 -300 0 -167 0 -78 0 -228 0 -250 0 -250 0 +USW00014922199012PRCP 0 0 8 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 8 0 74 0 8 0 8 0 0T 0 8 0 51 0 48 0 0 0 0 0 0T 0 0T 0 5 0 0T 0 3 0 8 0 0T 0 0 0 +USW00014922199012SNOW 0 0 10 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 97 0 8 0 3 0 3 0 8 0 25 0 71 0 0 0 0 0 0T 0 0T 0 10 0 3 0 3 0 10 0 0T 0 0 0 +USW00014922199012SNWD 0T 0 0T 0 51 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 76 0 102 0 102 0 102 0 102 0 102 0 127 0 178 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 127 0 127 0 +USW00014922199012ACMH 10 X 80 X 90 X 40 X 60 X 20 X 40 X 10 X 10 X 30 X 80 X 90 X 20 X 100 X 90 X 80 X 100 X 80 X 100 X 100 X 90 X 0 X 10 X 60 X 40 X 50 X 90 X 100 X 90 X 50 X 60 X +USW00014922199012ACSH 0 X 100 X 100 X 20 X 70 X 10 X 30 X 10 X 20 X 30 X 100 X 100 X 0 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 0 X 0 X 40 X 30 X 30 X 90 X 100 X 70 X 10 X 60 X +USW00014922199012AWND 40 X 50 X 79 X 34 X 56 X 45 X 43 X 31 X 27 X 48 X 46 X 70 X 46 X 47 X 45 X 47 X 42 X 28 X 56 X 56 X 46 X 51 X 41 X 31 X 66 X 33 X 68 X 47 X 80 X 39 X 36 X +USW00014922199012FMTM 1254 X 2254 X 1253 X 2355 X 1752 X 2351 X 1451 X 1151 X 1350 X 1652 X 1750 X 1751 X 2350 X 0750 X 1550 X 1550 X 2151 X 2350 X 0921 X 0513 X 2150 X 1050 X 1450 X 1954 X 0451 X 1951 X 1550 X 2353 X 0905 X 2354 X 1451 X +USW00014922199012PGTM 1312 X 2253 X 1413 X 0002 X 1748 X 0002 X 1507 X 1153 X 1346 X 1532 X 1631 X 1807 X 0012 X 0753 X 0846 X 1807 X 2145 X 1929 X 1017 X 0250 X 0522 X 1023 X 1422 X 2113 X 0355 X 1843 X 2029 X 2358 X 0441 X 0002 X 1345 X +USW00014922199012TSUN 534 X 317 X 157 X 379 X 397 X 536 X 481 X 482 X 533 X 479 X 0 X 17 X 515 X 0 X 348 X 421 X 165 X 0 X 0 X 0 X 0 X 520 X 461 X 256 X 269 X 347 X 360 X 0 X 245 X 420 X 379 X +USW00014922199012WDF1 320 X 60 X 10 X 350 X 300 X 310 X 280 X 200 X 280 X 120 X 80 X 280 X 310 X 180 X 310 X 170 X 320 X 70 X 100 X 240 X 260 X 270 X 220 X 220 X 310 X 130 X 170 X 300 X 300 X 310 X 150 X +USW00014922199012WDFG 315W X 45W X 360W X 360W X 315W X 315W X 270W X 180W X 270W X 135W X 90W X 270W X 315W X 180W X 360W X 180W X 315W X 45W X 90W X 90W X 315W X 270W X 225W X 225W X 315W X 135W X 180W X 315W X 315W X 315W X 180W X +USW00014922199012WESD-9999 -9999 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 X 76 X 76 X 102 X 76 X 127 X 152 X 102 X 102 X 152 X 152 X 152 X 152 X 152 X 203 X 203 X 203 X +USW00014922199012WSF1 89 X 94 X 98 X 72 X 103 X 72 X 58 X 45 X 54 X 80 X 58 X 116 X 94 X 72 X 67 X 72 X 58 X 54 X 72 X 76 X 72 X 67 X 76 X 63 X 107 X 45 X 94 X 94 X 107 X 72 X 54 X +USW00014922199012WSFG 113 X 129 X 154 X 77 X 134 X 87 X 82 X 67 X 67 X 103 X 87 X 180 X 134 X 93 X 118 X 98 X 82 X 72 X 98 X 103 X 93 X 93 X 87 X 77 X 154 X 62 X 123 X 103 X 154 X 87 X 77 X +USW00014922199012WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199012WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922199012WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199012WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199012WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199012WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199012WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199012WT18-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922199012WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199101TMAX -39 0 -161 0 -133 0 -128 0 -67 0 -106 0 -89 0 -50 0 -122 0 -67 0 -28 0 -50 0 22 0 28 0 -44 0 -11 0 -17 0 22 0 39 0 -83 0 -139 0 6 0 -72 0 -139 0 -128 0 -56 0 -11 0 -11 0 -144 0 -61 0 -61 0 +USW00014922199101TMIN -183 0 -211 0 -233 0 -217 0 -161 0 -178 0 -206 0 -122 0 -183 0 -133 0 -67 0 -139 0 -89 0 -56 0 -78 0 -67 0 -117 0 -106 0 -83 0 -167 0 -211 0 -161 0 -183 0 -228 0 -256 0 -144 0 -61 0 -183 0 -217 0 -200 0 -194 0 +USW00014922199101PRCP 0 0 0 0 0 0 0 0 3 0 0 0 0T 0 3 0 0 0 13 0 33 0 3 0 10 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 5 0 0 0 28 0 0T 0 0 0 0 0 3 0 10 0 15 0 0 0 0T 0 0 0 +USW00014922199101SNOW 0 0 0 0 0 0 0 0 5 0 0 0 0T 0 3 0 0 0 15 0 46 0 5 0 3 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 8 0 0 0 48 0 0T 0 0 0 0 0 3 0 13 0 15 0 0 0 3 0 0 0 +USW00014922199101SNWD 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 127 0 127 0 127 0 127 0 127 0 178 0 178 0 178 0 178 0 178 0 203 0 203 0 203 0 203 0 +USW00014922199101ACMH 90 X 50 X 10 X 40 X 60 X 0 X 50 X 100 X 90 X 100 X 100 X 70 X 90 X 100 X 100 X 100 X 70 X 50 X 70 X 70 X 20 X 100 X 50 X 30 X 40 X 80 X 70 X 90 X 50 X 70 X 40 X +USW00014922199101ACSH 90 X 50 X 10 X 20 X 70 X 10 X 60 X 100 X 90 X 100 X 100 X 60 X 90 X 100 X 100 X 100 X 90 X 90 X 100 X 100 X 10 X 100 X 80 X 0 X 0 X 60 X 50 X 80 X 50 X 90 X 60 X +USW00014922199101AWND 61 X 49 X 44 X 38 X 31 X 40 X 39 X 52 X 32 X 47 X 38 X 35 X 55 X 50 X 23 X 35 X 48 X 59 X 73 X 73 X 38 X 74 X 72 X 35 X 42 X 74 X 72 X 67 X 38 X 63 X 37 X +USW00014922199101FMTM 1853 X 0250 X 1550 X 0951 X 1750 X 0651 X 0952 X 2053 X 0450 X 1753 X 1550 X 2038 X 1052 X 0250 X 1053 X 1751 X 0152 X 1552 X 2138 X 0053 X 2350 X 2050 X 0451 X 0153 X 2151 X 1251 X 1051 X 0350 X 1552 X 1521 X 1352 X +USW00014922199101PGTM 1952 X 0251 X 1546 X 0949 X 1351 X 1317 X 2000 X 2005 X 0317 X 1014 X 2012 X 2318 X 0937 X 0419 X 1313 X 2159 X 0039 X 2224 X 2143 X 1727 X 2353 X 2052 X 0343 X 0151 X 1952 X 1131 X 1044 X 0333 X 1444 X 1601 X 1412 X +USW00014922199101TSUN 274 X 316 X 533 X 527 X 480 X 527 X 505 X 0 X 90 X 0 X 0 X 279 X 0 X 0 X 0 X 0 X 110 X 150 X 110 X 0 X 530 X 57 X 270 X 539 X 571 X 488 X 405 X 405 X 482 X 143 X 401 X +USW00014922199101WDF1 310 X 340 X 260 X 230 X 310 X 10 X 120 X 330 X 320 X 90 X 10 X 170 X 180 X 260 X 130 X 290 X 330 X 210 X 320 X 320 X 180 X 300 X 300 X 300 X 220 X 290 X 280 X 350 X 270 X 280 X 170 X +USW00014922199101WDFG 315W X 360W X 270W X 225W X 315W X 360W X 135W X 315W X 315W X 90W X 315W X 180W X 180W X 270W X 45W X 315W X 315W X 180W X 315W X 360W X 180W X 315W X 270W X 315W X 225W X 270W X 270W X 315W X 225W X 315W X 180W X +USW00014922199101WESD 203 X 203 X 254 X 254 X 254 X 254 X 178 X 178 X 178 X 178 X 229 X 203 X 203 X 203 X 203 X 203 X 203 X 203 X 254 X 254 X 254 X 279 X 381 X 381 X 381 X 381 X 381 X 254 X 254 X 254 X 229 X +USW00014922199101WSF1 89 X 89 X 67 X 63 X 45 X 58 X 72 X 72 X 63 X 72 X 63 X 54 X 76 X 76 X 36 X 67 X 89 X 80 X 125 X 98 X 76 X 130 X 94 X 72 X 67 X 112 X 112 X 103 X 54 X 116 X 72 X +USW00014922199101WSFG 123 X 103 X 82 X 77 X 93 X 82 X 93 X 108 X 82 X 87 X 77 X 67 X 103 X 123 X 87 X 108 X 113 X 108 X 170 X 139 X 82 X 170 X 149 X 82 X 93 X 154 X 144 X 164 X 67 X 154 X 82 X +USW00014922199101WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199101WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199101WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199101WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199101WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199101WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199101WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199101WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199101WT18-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 +USW00014922199102TMAX 11 0 89 0 56 0 78 0 72 0 83 0 72 0 100 0 67 0 -11 0 -39 0 28 0 0 0 -39 0 -128 0 28 0 22 0 0 0 -22 0 56 0 94 0 6 0 -50 0 -89 0 -56 0 -44 0 -17 0 28 0-9999 -9999 -9999 +USW00014922199102TMIN -133 0 -94 0 17 0 0 0 -50 0 -67 0 -44 0 -11 0 -28 0 -78 0 -133 0 -106 0 -44 0 -200 0 -233 0 -172 0 -83 0 -28 0 -122 0 -117 0 -61 0 -89 0 -128 0 -183 0 -222 0 -106 0 -133 0 -111 0-9999 -9999 -9999 +USW00014922199102PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 23 0 0T 0 0T 0 0 0 43 0 15 0 0 0 0 0 0 0 107 0 0 0 0 0 3 0 5 0 25 0-9999 -9999 -9999 +USW00014922199102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 23 0 0T 0 0T 0 0 0 74 0 18 0 0 0 0 0 0 0 132 0 0 0 0 0 3 0 10 0 43 0-9999 -9999 -9999 +USW00014922199102SNWD 203 0 178 0 102 0 51 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 76 0 76 0 76 0 51 0 0T 0 102 0 76 0 76 0 0T 0 0T 0 127 0 127 0 102 0 102 0 102 0-9999 -9999 -9999 +USW00014922199102ACMH 80 X 50 X 80 X 50 X 10 X 40 X 20 X 30 X 10 X 50 X 10 X 90 X 100 X 80 X 10 X 90 X 80 X 100 X 40 X 60 X 60 X 20 X 90 X 10 X 50 X 80 X 80 X 100 X-9999 -9999 -9999 +USW00014922199102ACSH 90 X 90 X 90 X 50 X 10 X 60 X 20 X 30 X 30 X 60 X 20 X 100 X 100 X 90 X 0 X 100 X 80 X 100 X 30 X 70 X 50 X 0 X 100 X 0 X 50 X 90 X 60 X 90 X-9999 -9999 -9999 +USW00014922199102AWND 43 X 32 X 56 X 37 X 15 X 31 X 35 X 36 X 51 X 63 X 34 X 37 X 40 X 98 X 55 X 38 X 41 X 46 X 54 X 39 X 54 X 51 X 53 X 35 X 17 X 31 X 15 X 35 X-9999 -9999 -9999 +USW00014922199102FMTM 1251 X 1551 X 1250 X 1650 X 0050 X 2150 X 2350 X 0550 X 2352 X 1251 X 2350 X 1050 X 2354 X 0850 X 0550 X 0750 X 1950 X 1633 X 0750 X 1450 X 1650 X 0250 X 0839 X 1450 X 1650 X 1753 X 1551 X 1040 X-9999 -9999 -9999 +USW00014922199102PGTM 1349 X 1546 X 0715 X 1431 X 1439 X 2212 X 2140 X 1201 X 2306 X 1323 X 0039 X 1032 X 2107 X 0943 X 0014 X 0723 X 0006 X 2047 X 0927 X 1440 X 1658 X 0200 X 1857 X 1618 X 1234 X 1637 X 1743 X 1607 X-9999 -9999 -9999 +USW00014922199102TSUN 448 X 396 X 260 X 466 X 545 X 535 X 604 X 574 X 535 X 544 X 540 X 419 X 0 X 403 X 612 X 290 X 571 X 0 X 568 X 463 X 510 X 622 X 50 X 627 X 527 X 295 X 436 X 340 X-9999 -9999 -9999 +USW00014922199102WDF1 150 X 190 X 220 X 300 X 190 X 320 X 220 X 220 X 330 X 320 X 330 X 190 X 340 X 320 X 320 X 190 X 60 X 50 X 290 X 240 X 290 X 330 X 110 X 340 X 240 X 250 X 310 X 230 X-9999 -9999 -9999 +USW00014922199102WDFG 135W X 180W X 180W X 270W X 180W X 315W X 225W X 225W X 315W X 315W X 315W X 180W X 360W X 315W X 315W X 180W X 360W X 315W X 315W X 225W X 270W X 315W X 360W X 315W X 225W X 270W X 315W X 135W X-9999 -9999 -9999 +USW00014922199102WESD 229 X 178 X 203 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 102 X 51 X 25 X-9999 -9999 51 X 51 X-9999 -9999 76 X 102 X 127 X 127 X 127 X 178 X-9999 -9999 -9999 +USW00014922199102WSF1 67 X 80 X 76 X 58 X 36 X 58 X 58 X 58 X 67 X 103 X 72 X 76 X 89 X 130 X 89 X 76 X 63 X 76 X 76 X 72 X 98 X 94 X 76 X 67 X 36 X 58 X 40 X 63 X-9999 -9999 -9999 +USW00014922199102WSFG 87 X 108 X 103 X 82 X 46 X 103 X 82 X 72 X 134 X 129 X 93 X 108 X 103 X 180 X 118 X 103 X 82 X 103 X 113 X 87 X 144 X 144 X 113 X 77 X 57 X 77 X 62 X 87 X-9999 -9999 -9999 +USW00014922199102WT01 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199102WT02-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199102WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199102WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199102WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922199102WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199102WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199102WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199102WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199103TMAX 44 0 -33 0 -33 0 61 0 122 0 -22 0 0 0 50 0 22 0 67 0 72 0 33 0 39 0 78 0 61 0 22 0 44 0 83 0 167 0 100 0 67 0 50 0 39 0 122 0 150 0 233 0 117 0 11 0 11 0 56 0 111 0 +USW00014922199103TMIN -39 0 -122 0 -144 0 -94 0 -22 0 -89 0 -156 0 -72 0 -78 0 -50 0 11 0 -6 0 -28 0 -56 0 -44 0 -6 0 11 0 11 0 -11 0 22 0 17 0 17 0 11 0 6 0 -6 0 22 0 -33 0 -61 0 -78 0 -83 0 -6 0 +USW00014922199103PRCP 0T 0 0 0 0 0 0 0 53 0 38 0 0T 0 10 0 5 0 0 0 0 0 33 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 69 0 8 0 213 0 18 0 0 0 0T 0 0 0 94 0 0T 0 0 0 33 0 0T 0 +USW00014922199103SNOW 0 0 0 0 0 0 0 0 33 0 43 0 0T 0 0T 0 3 0 0 0 0 0 18 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 5 0 3 0 0 0 0 0 0T 0 +USW00014922199103SNWD 102 0 76 0 76 0 76 0 0T 0 76 0 76 0 76 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00014922199103ACMH 90 X 80 X 40 X 40 X 80 X 80 X 40 X 80 X 20 X 60 X 50 X 100 X 80 X 50 X 70 X 100 X 100 X 60 X 0 X 80 X 100 X 100 X 100 X 40 X 60 X 80 X 100 X 40 X 0 X 70 X 20 X +USW00014922199103ACSH 100 X 90 X 30 X 50 X 90 X 100 X 30 X 100 X 0 X 60 X 40 X 100 X 100 X 90 X 90 X 100 X 100 X 70 X 0 X 100 X 100 X 100 X 100 X 10 X 70 X 70 X 100 X 70 X 0 X 100 X 40 X +USW00014922199103AWND 57 X 76 X 27 X 32 X 49 X 85 X 41 X 46 X 52 X 70 X 99 X 81 X 68 X 28 X 28 X 32 X 33 X 36 X 29 X 66 X 40 X 69 X 79 X 40 X 55 X 33 X 73 X 63 X 51 X 52 X 59 X +USW00014922199103FMTM 2351 X 2351 X 0854 X 1151 X 2018 X 0350 X 1453 X 2052 X 0250 X 1653 X 0953 X 1352 X 0053 X 0852 X 1451 X 0850 X 2350 X 1325 X 1450 X 2001 X 0151 X 2152 X 1253 X 0350 X 1651 X 1452 X 1853 X 1652 X 1453 X 1451 X 1450 X +USW00014922199103PGTM 2344 X 0015 X 1847 X 1343 X 2017 X 0504 X 1227 X 2032 X 0022 X 1604 X 1410 X 1453 X 2017 X 1300 X 1146 X 0950 X 2004 X 1348 X 1455 X 1910 X 0148 X 2144 X 1547 X 0113 X 1842 X 1603 X 2229 X 1637 X 0731 X 1547 X 1422 X +USW00014922199103TSUN 69 X 464 X 532 X 561 X 133 X 469 X 606 X 289 X 657 X 564 X 601 X 0 X 494 X 661 X 581 X 0 X 0 X 530 X 723 X 51 X 0 X 12 X 4 X 645 X 505 X 521 X 19 X 437 X 755 X 547 X 572 X +USW00014922199103WDF1 360 X 360 X 60 X 150 X 310 X 320 X 230 X 300 X 300 X 100 X 120 X 90 X 60 X 110 X 130 X 120 X 310 X 330 X 260 X 70 X 90 X 30 X 320 X 280 X 130 X 180 X 300 X 300 X 330 X 200 X 330 X +USW00014922199103WDFG 360W X 360W X 45W X 135W X 315W X 315W X 180W X 315W X 315W X 90W X 135W X 90W X 360W X 90W X 135W X 135W X 360W X 315W X 270W X 90W X 90W X 45W X 315W X 315W X 135W X 180W X 315W X 315W X 360W X 180W X 315W X +USW00014922199103WESD 76 X 76 X 76 X 102 X-9999 76 X 76 X 76 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199103WSF1 116 X 116 X 40 X 58 X 112 X 112 X 67 X 98 X 94 X 107 X 125 X 112 X 107 X 58 X 76 X 58 X 45 X 80 X 67 X 89 X 72 X 116 X 112 X 67 X 94 X 72 X 107 X 98 X 72 X 98 X 116 X +USW00014922199103WSFG 159 X 170 X 57 X 82 X 139 X 159 X 103 X 159 X 139 X 149 X 170 X 175 X 139 X 67 X 93 X 67 X 72 X 93 X 113 X 134 X 87 X 159 X 139 X 98 X 134 X 103 X 154 X 144 X 134 X 134 X 190 X +USW00014922199103WT01 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199103WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199103WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199103WT04-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199103WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199103WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199103WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922199103WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199103WT16 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0 +USW00014922199103WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199103WT18-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 +USW00014922199104TMAX 117 0 161 0 211 0 228 0 267 0 300 0 283 0 122 0 22 0 133 0 94 0 56 0 72 0 78 0 83 0 133 0 167 0 111 0 144 0 122 0 150 0 139 0 150 0 194 0 206 0 172 0 189 0 244 0 178 0 100 0-9999 +USW00014922199104TMIN -17 0 11 0 44 0 94 0 94 0 111 0 122 0 17 0 0 0 -56 0 39 0 6 0 17 0 6 0 -6 0 0 0 0 0 50 0 11 0 -22 0 -6 0 28 0 22 0 -6 0 72 0 89 0 106 0 89 0 100 0 44 0-9999 +USW00014922199104PRCP 0 0 0 0 0 0 5 0 0 0 0 0 0 0 5 0 10 0 0 0 0T 0 56 0 239 0 84 0 13 0 0 0 0 0 33 0 0 0 0 0 0 0 20 0 3 0 0 0 0 0 36 0 41 0 0 0 330 0 36 0-9999 +USW00014922199104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 28 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00014922199104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199104ACMH 30 X 50 X 90 X 70 X 80 X 80 X 60 X 90 X 100 X 30 X 100 X 100 X 100 X 90 X 90 X 50 X 20 X 100 X 70 X 50 X 0 X 90 X 60 X 30 X 70 X 90 X 70 X 40 X 90 X 100 X-9999 +USW00014922199104ACSH 20 X 50 X 90 X 60 X 100 X 90 X 60 X 100 X 100 X 20 X 100 X 100 X 100 X 100 X 100 X 70 X 10 X 100 X 70 X 60 X 0 X 100 X 70 X 40 X 50 X 90 X 70 X 30 X 90 X 100 X-9999 +USW00014922199104AWND 30 X 64 X 52 X 33 X 36 X 47 X 59 X 83 X 66 X 26 X 76 X 78 X 63 X 36 X 45 X 29 X 18 X 30 X 46 X 36 X 19 X 50 X 52 X 43 X 62 X 69 X 72 X 45 X 57 X 90 X-9999 +USW00014922199104FMTM 2350 X 1352 X 1751 X 1651 X 1152 X 1352 X 2350 X 2350 X 2350 X 2353 X 1250 X 0551 X 1353 X 1750 X 1350 X 1552 X 2350 X 1253 X 1354 X 1153 X 2350 X 1750 X 1450 X 1450 X 1451 X 2154 X 0953 X 1050 X 1631 X 0651 X-9999 +USW00014922199104PGTM 1735 X 1223 X 1507 X 1618 X 1003 X 0908 X 2346 X 1534 X 0847 X 2337 X 2223 X 0633 X 0947 X 1231 X 1315 X 1523 X 2348 X 1118 X 1836 X 1238 X 1301 X 1732 X 1252 X 1318 X 1742 X 1232 X 0346 X 1010 X 1633 X 1301 X-9999 +USW00014922199104TSUN 734 X 673 X 587 X 481 X 612 X 669 X 587 X 0 X 0 X 739 X 156 X 0 X 17 X 73 X 294 X 460 X 747 X 1 X 576 X 768 X 824 X 312 X 543 X 801 X 699 X 681 X 591 X 789 X 184 X 11 X-9999 +USW00014922199104WDF1 120 X 140 X 170 X 280 X 230 X 220 X 10 X 10 X 360 X 100 X 100 X 110 X 90 X 270 X 270 X 310 X 10 X 350 X 20 X 30 X 20 X 300 X 310 X 190 X 160 X 110 X 190 X 200 X 190 X 240 X-9999 +USW00014922199104WDFG 135W X 135W X 180W X 270W X 225W X 225W X 360W X 360W X 360W X 90W X 90W X 90W X 90W X 270W X 270W X 315W X 360W X 360W X 360W X 360W X 225W X 315W X 315W X 180W X 135W X 135W X 135W X 225W X 180W X 270W X-9999 +USW00014922199104WSF1 40 X 94 X 76 X 63 X 72 X 80 X 112 X 112 X 94 X 54 X 103 X 98 X 89 X 63 X 112 X 54 X 54 X 54 X 76 X 67 X 36 X 80 X 72 X 72 X 98 X 103 X 98 X 80 X 143 X 125 X-9999 +USW00014922199104WSFG 67 X 139 X 123 X 139 X 98 X 129 X 144 X 154 X 154 X 67 X 144 X 139 X 144 X 98 X 144 X 77 X 67 X 72 X 103 X 72 X 62 X 139 X 113 X 118 X 129 X 159 X 149 X 108 X 185 X 185 X-9999 +USW00014922199104WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 +USW00014922199104WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00014922199104WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199104WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199104WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922199104WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922199104WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199105TMAX 83 0 100 0 122 0 117 0 94 0 83 0 144 0 106 0 233 0 244 0 267 0 300 0 283 0 322 0 239 0 267 0 161 0 122 0 172 0 244 0 261 0 294 0 261 0 233 0 206 0 239 0 289 0 289 0 267 0 239 0 278 0 +USW00014922199105TMIN 39 0 22 0 44 0 67 0 17 0 28 0 44 0 78 0 83 0 133 0 156 0 161 0 156 0 122 0 178 0 161 0 94 0 61 0 94 0 100 0 167 0 200 0 194 0 172 0 172 0 150 0 161 0 167 0 172 0 167 0 183 0 +USW00014922199105PRCP 0 0 0 0 140 0 8 0 467 0 8 0 0 0 5 0 0 0 0 0 0 0 0 0 33 0 0 0 25 0 122 0 46 0 3 0 0 0 0 0 18 0 23 0 99 0 0T 0 71 0 124 0 91 0 246 0 0 0 53 0 30 0 +USW00014922199105SNOW 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00014922199105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199105ACMH 90 X 50 X 90 X 100 X 100 X 90 X 90 X 100 X 60 X 50 X 80 X 50 X 40 X 60 X 100 X 100 X 100 X 100 X 80 X 80 X 90 X 80 X 80 X 90 X 100 X 80 X 50 X 80 X 70 X 70 X 90 X +USW00014922199105ACSH 100 X 60 X 100 X 100 X 100 X 100 X 90 X 100 X 80 X 50 X 90 X 30 X 40 X 60 X 100 X 100 X 100 X 100 X 100 X 80 X 100 X 80 X 90 X 100 X 100 X 80 X 50 X 80 X 60 X 80 X 100 X +USW00014922199105AWND 67 X 50 X 67 X 34 X 55 X 59 X 35 X 50 X 48 X 57 X 39 X 42 X 42 X 37 X 36 X 32 X 81 X 66 X 40 X 41 X 47 X 52 X 53 X 34 X 43 X 31 X 27 X 42 X 47 X 28 X 34 X +USW00014922199105FMTM 1252 X 0650 X 1251 X 2352 X 2053 X 1450 X 2350 X 1350 X 1251 X 1651 X 1350 X 2352 X 0022 X 1650 X 0852 X 1716 X 1253 X 0150 X 1753 X 1653 X 1253 X 1437 X 1652 X 0930 X 1050 X 0436 X 0020 X 2154 X 0850 X 1522 X 0951 X +USW00014922199105PGTM 1458 X 0636 X 0837 X 0020 X 1823 X 0832 X 0037 X 1132 X 1512 X 1007 X 1418 X 1312 X 0025 X 1446 X 1007 X 1718 X 1414 X 1011 X 1735 X 1533 X 1916 X 1434 X 1704 X 1243 X 0826 X 0437 X 0025 X 2149 X 0815 X 1437 X 0934 X +USW00014922199105TSUN 14 X 615 X 200 X 26 X 0 X 32 X 461 X 30 X 496 X 711 X 629 X 787 X 744 X 749 X 422 X 507 X 4 X 206 X 203 X 565 X 164 X 450 X 484 X 230 X 60 X 396 X 854 X 352 X 743 X 381 X 577 X +USW00014922199105WDF1 270 X 300 X 90 X 110 X 310 X 290 X 290 X 110 X 120 X 170 X 190 X 160 X 230 X 140 X 180 X 360 X 60 X 70 X 100 X 160 X 150 X 180 X 170 X 360 X 80 X 340 X 10 X 320 X 200 X 30 X 70 X +USW00014922199105WDFG 270W X 315W X 90W X 135W X 315W X 270W X 270W X 90W X 135W X 180W X 180W X 135W X 225W X 135W X 180W X 360W X 45W X 90W X 90W X 135W X 180W X 180W X 180W X 360W X 45W X 360W X 360W X 315W X 180W X 225W X 90W X +USW00014922199105WSF1 89 X 89 X 89 X 58 X 89 X 80 X 58 X 67 X 72 X 89 X 72 X 72 X 112 X 76 X 63 X 107 X 116 X 94 X 58 X 67 X 72 X 125 X 98 X 63 X 67 X 58 X 45 X 143 X 94 X 54 X 54 X +USW00014922199105WSFG 134 X 134 X 118 X 67 X 113 X 118 X 77 X 87 X 98 X 123 X 98 X 93 X 195 X 93 X 82 X 134 X 164 X 134 X 77 X 98 X 82 X 170 X 129 X 113 X 98 X 67 X 82 X 252 X 123 X 77 X 67 X +USW00014922199105WT01-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00014922199105WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 +USW00014922199105WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199105WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199105WT10-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922199105WT14-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199105WT16-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 +USW00014922199105WT18-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199106TMAX 272 0 289 0 278 0 217 0 244 0 250 0 267 0 283 0 300 0 272 0 289 0 322 0 306 0 283 0 250 0 289 0 294 0 294 0 289 0 250 0 217 0 228 0 239 0 278 0 311 0 350 0 350 0 350 0 300 0 317 0-9999 +USW00014922199106TMIN 189 0 167 0 194 0 150 0 133 0 128 0 150 0 167 0 189 0 167 0 139 0 194 0 211 0 194 0 156 0 122 0 133 0 178 0 144 0 172 0 144 0 111 0 117 0 167 0 200 0 244 0 256 0 244 0 194 0 172 0-9999 +USW00014922199106PRCP 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 20 0 10 0 0 0 0 0 3 0 30 0 0T 0 0 0 0 0 13 0 117 0 10 0 56 0 0 0 0 0 0 0 0 0 5 0 0 0 0T 0 8 0 376 0-9999 +USW00014922199106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199106ACMH 100 X 40 X 80 X 90 X 50 X 30 X 70 X 80 X 80 X 60 X 10 X 40 X 80 X 80 X 70 X 10 X 60 X 50 X 80 X 100 X 100 X 60 X 60 X 80 X 30 X 70 X 90 X 80 X 60 X 80 X-9999 +USW00014922199106ACSH 100 X 50 X 80 X 100 X 50 X 30 X 70 X 70 X 80 X 70 X 10 X 40 X 90 X 80 X 80 X 10 X 80 X 50 X 80 X 100 X 100 X 60 X 80 X 90 X 40 X 80 X 90 X 80 X 80 X 80 X-9999 +USW00014922199106AWND 30 X 30 X 46 X 59 X 42 X 35 X 32 X 40 X 61 X 34 X 29 X 36 X 47 X 32 X 42 X 30 X 42 X 35 X 36 X 33 X 54 X 52 X 45 X 39 X 70 X 69 X 57 X 43 X 42 X 59 X-9999 +USW00014922199106FMTM 0752 X 1838 X 2353 X 0252 X 1750 X 1250 X 0953 X 1352 X 1451 X 1750 X 2151 X 1352 X 1402 X 1553 X 1652 X 1150 X 1453 X 1053 X 2151 X 2353 X 1051 X 1450 X 0752 X 2253 X 1453 X 1053 X 0754 X 1753 X 1010 X 2302 X-9999 +USW00014922199106PGTM 0744 X 1402 X 2338 X 0144 X 1214 X 1408 X 1037 X 1350 X 1623 X 1309 X 1608 X 2044 X 1236 X 0510 X 1725 X 1423 X 1238 X 1027 X 2200 X 0021 X 0958 X 1532 X 1346 X 1731 X 1636 X 1117 X 0748 X 1748 X 1013 X 2313 X-9999 +USW00014922199106TSUN 388 X 705 X 602 X 456 X 851 X 875 X 757 X 661 X 498 X 702 X 893 X 775 X 590 X 582 X 778 X 933 X 876 X 788 X 675 X 37 X 166 X 813 X 817 X 693 X 814 X 724 X 742 X 684 X 598 X 490 X-9999 +USW00014922199106WDF1 160 X 230 X 100 X 100 X 110 X 110 X 180 X 170 X 190 X 320 X 90 X 130 X 200 X 180 X 300 X 250 X 190 X 10 X 340 X 100 X 20 X 70 X 100 X 130 X 170 X 200 X 200 X 180 X 320 X 340 X-9999 +USW00014922199106WDFG 135W X 90W X 90W X 90W X 135W X 135W X 180W X 180W X 180W X 360W X 270W X 135W X 225W X 180W X 270W X 270W X 180W X 315W X 360W X 90W X 360W X 90W X 135W X 180W X 180W X 180W X 180W X 180W X 315W X 360W X-9999 +USW00014922199106WSF1 63 X 54 X 76 X 103 X 54 X 58 X 45 X 67 X 112 X 54 X 40 X 58 X 89 X 58 X 72 X 45 X 67 X 94 X 94 X 76 X 76 X 72 X 67 X 58 X 112 X 107 X 103 X 67 X 76 X 112 X-9999 +USW00014922199106WSFG 87 X 62 X 113 X 144 X 87 X 72 X 87 X 98 X 144 X 77 X 67 X 77 X 129 X 98 X 103 X 72 X 98 X 144 X 113 X 98 X 123 X 98 X 87 X 77 X 139 X 139 X 123 X 98 X 113 X 180 X-9999 +USW00014922199106WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922199106WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199106WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 +USW00014922199106WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199106WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199106WT16 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 +USW00014922199107TMAX 294 0 256 0 228 0 256 0 294 0 294 0 261 0 256 0 256 0 283 0 283 0 272 0 267 0 267 0 306 0 344 0 311 0 344 0 317 0 300 0 317 0 300 0 256 0 256 0 239 0 256 0 183 0 178 0 239 0 272 0 267 0 +USW00014922199107TMIN 194 0 194 0 178 0 167 0 150 0 200 0 178 0 150 0 167 0 167 0 194 0 172 0 172 0 156 0 167 0 233 0 228 0 217 0 217 0 211 0 228 0 189 0 156 0 133 0 117 0 128 0 156 0 144 0 128 0 133 0 189 0 +USW00014922199107PRCP 25 0 0 0 33 0 25 0 0 0 0 0 28 0 0 0 15 0 0 0 142 0 0T 0 0 0 0 0 0 0 0 0 119 0 91 0 0 0 33 0 56 0 15 0 0 0 0 0 0 0 0 0 163 0 3 0 0 0 0 0 0 0 +USW00014922199107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199107ACMH 50 X 60 X 90 X 70 X 60 X 50 X 60 X 40 X 70 X 50 X 100 X 80 X 60 X 20 X 0 X 30 X 70 X 50 X 50 X 100 X 90 X 70 X 40 X 20 X 30 X 40 X 100 X 100 X 70 X 40 X 20 X +USW00014922199107ACSH 50 X 70 X 100 X 80 X 80 X 40 X 70 X 40 X 80 X 40 X 100 X 80 X 70 X 30 X 0 X 40 X 80 X 40 X 30 X 90 X 80 X 70 X 50 X 40 X 40 X 40 X 100 X 100 X 80 X 40 X 10 X +USW00014922199107AWND 44 X 46 X 47 X 33 X 34 X 29 X 36 X 34 X 27 X 31 X 38 X 38 X 39 X 34 X 55 X 58 X 51 X 57 X 32 X 38 X 36 X 51 X 40 X 43 X 30 X 26 X 36 X 28 X 29 X 34 X 37 X +USW00014922199107FMTM 1452 X 1353 X 1654 X 1437 X 1650 X 0650 X 0822 X 0750 X 1754 X 0850 X 1250 X 2050 X 1052 X 1750 X 1351 X 1350 X 2154 X 1751 X 2150 X 0850 X 1929 X 1450 X 1651 X 1352 X 1051 X 1252 X 2252 X 2350 X 0951 X 1753 X 1451 X +USW00014922199107PGTM 1505 X 1129 X 1540 X 1445 X 1507 X 1232 X 1938 X 0728 X 0713 X 1445 X 1302 X 2053 X 1052 X 1743 X 1412 X 1414 X 1114 X 1708 X 0742 X 0349 X 1932 X 1618 X 1654 X 1844 X 1103 X 1448 X 2248 X 0003 X 0947 X 1637 X 1245 X +USW00014922199107TSUN 702 X 745 X 431 X 514 X 855 X 813 X 525 X 869 X 662 X 797 X 339 X 558 X 633 X 902 X 895 X 861 X 625 X 720 X 773 X 547 X 675 X 757 X 899 X 828 X 813 X 699 X 0 X 4 X 541 X 762 X 821 X +USW00014922199107WDF1 290 X 270 X 300 X 300 X 150 X 350 X 310 X 20 X 150 X 90 X 130 X 20 X 10 X 140 X 170 X 210 X 150 X 200 X 50 X 190 X 140 X 320 X 290 X 300 X 10 X 170 X 110 X 130 X 340 X 190 X 300 X +USW00014922199107WDFG 270W X 270W X 270W X 315W X 180W X 315W X 360W X 360W X 135W X 360W X 135W X 360W X 360W X 135W X 180W X 225W X 360W X 180W X 360W X 180W X 135W X 315W X 270W X 360W X 360W X 45W X 90W X 135W X 360W X 180W X 315W X +USW00014922199107WSF1 80 X 80 X 72 X 58 X 58 X 40 X 67 X 54 X 36 X 54 X 63 X 76 X 63 X 58 X 80 X 76 X 107 X 98 X 40 X 67 X 112 X 89 X 63 X 67 X 54 X 40 X 67 X 54 X 58 X 63 X 45 X +USW00014922199107WSFG 103 X 123 X 134 X 103 X 77 X 62 X 108 X 87 X 67 X 72 X 103 X 118 X 87 X 72 X 108 X 118 X 154 X 144 X 62 X 123 X 144 X 108 X 87 X 123 X 93 X 62 X 93 X 72 X 72 X 98 X 72 X +USW00014922199107WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 +USW00014922199107WT03 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199107WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199107WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922199107WT16 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922199108TMAX 272 0 228 0 239 0 250 0 250 0 189 0 194 0 222 0 283 0 278 0 294 0 300 0 300 0 289 0 267 0 250 0 283 0 222 0 233 0 244 0 294 0 272 0 256 0 306 0 317 0 333 0 328 0 322 0 322 0 333 0 244 0 +USW00014922199108TMIN 178 0 172 0 167 0 128 0 144 0 156 0 156 0 161 0 122 0 128 0 156 0 156 0 150 0 156 0 167 0 178 0 167 0 133 0 100 0 111 0 150 0 139 0 178 0 189 0 211 0 239 0 217 0 206 0 217 0 189 0 133 0 +USW00014922199108PRCP 38 0 216 0 0T 0 0 0 0 0 10 0 203 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 15 0 0 0 0 0 0 0 0 0 3 0 208 0 0T 0 41 0 0 0 0 0 0 0 13 0 0 0 0 0 +USW00014922199108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199108ACMH 80 X 100 X 80 X 50 X 70 X 100 X 100 X 80 X 10 X 50 X 20 X 30 X 10 X 0 X 80 X 90 X 40 X 50 X 10 X 60 X 10 X 70 X 60 X 80 X 60 X 10 X 10 X 10 X 60 X 40 X 10 X +USW00014922199108ACSH 90 X 100 X 100 X 60 X 80 X 100 X 100 X 100 X 10 X 70 X 10 X 40 X 20 X 10 X 80 X 90 X 20 X 70 X 0 X 60 X 20 X 90 X 70 X 80 X 60 X 10 X 20 X 10 X 60 X 50 X 10 X +USW00014922199108AWND 34 X 51 X 42 X 30 X 49 X 60 X 52 X 54 X 38 X 21 X 23 X 21 X 21 X 41 X 42 X 53 X 51 X 55 X 38 X 55 X 46 X 30 X 43 X 52 X 69 X 80 X 64 X 55 X 52 X 44 X 63 X +USW00014922199108FMTM 2050 X 1650 X 1550 X 1750 X 1750 X 1550 X 1350 X 1253 X 1753 X 1650 X 1650 X 1653 X 1650 X 1650 X 0751 X 1354 X 1651 X 0952 X 0950 X 1850 X 1754 X 1951 X 0916 X 1452 X 1350 X 1450 X 1450 X 1652 X 1450 X 2152 X 1551 X +USW00014922199108PGTM 1759 X 0633 X 1527 X 1730 X 1748 X 1434 X 1348 X 1333 X 1511 X 1353 X 1312 X 1609 X 1405 X 1705 X 1623 X 1159 X 1657 X 1621 X 1030 X 1742 X 1756 X 1907 X 0913 X 1427 X 1517 X 1433 X 1509 X 1504 X 1458 X 1727 X 1702 X +USW00014922199108TSUN 369 X 110 X 227 X 801 X 692 X 70 X 32 X 334 X 822 X 705 X 809 X 723 X 832 X 774 X 236 X 212 X 713 X 770 X 810 X 568 X 789 X 400 X 353 X 633 X 518 X 735 X 690 X 734 X 640 X 766 X 801 X +USW00014922199108WDF1 120 X 20 X 10 X 60 X 120 X 110 X 90 X 50 X 20 X 220 X 160 X 110 X 250 X 270 X 210 X 230 X 290 X 340 X 80 X 160 X 340 X 100 X 320 X 180 X 190 X 210 X 200 X 170 X 200 X 350 X 30 X +USW00014922199108WDFG 315W X 360W X 360W X 45W X 135W X 90W X 90W X 90W X 360W X 315W X 90W X 90W X 225W X 270W X 180W X 225W X 270W X 360W X 45W X 180W X 360W X 90W X 315W X 180W X 180W X 225W X 225W X 180W X 180W X 360W X 45W X +USW00014922199108WSF1 67 X 72 X 72 X 45 X 80 X 89 X 125 X 89 X 67 X 40 X 40 X 45 X 40 X 63 X 72 X 89 X 72 X 80 X 63 X 89 X 72 X 58 X 116 X 89 X 112 X 112 X 103 X 89 X 76 X 89 X 80 X +USW00014922199108WSFG 77 X 98 X 98 X 67 X 98 X 113 X 159 X 113 X 103 X 62 X 72 X 82 X 67 X 93 X 98 X 129 X 98 X 129 X 87 X 108 X 129 X 77 X 170 X 123 X 159 X 159 X 123 X 113 X 108 X 134 X 108 X +USW00014922199108WT01 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00014922199108WT03-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922199108WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199108WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 +USW00014922199108WT14-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199108WT16 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922199109TMAX 244 0 294 0 244 0 261 0 244 0 283 0 261 0 233 0 267 0 194 0 172 0 228 0 222 0 261 0 267 0 189 0 189 0 83 0 94 0 172 0 189 0 156 0 144 0 144 0 156 0 128 0 144 0 178 0 194 0 211 0-9999 +USW00014922199109TMIN 122 0 150 0 111 0 89 0 128 0 139 0 200 0 194 0 178 0 133 0 128 0 161 0 156 0 194 0 156 0 106 0 78 0 39 0 6 0 -6 0 67 0 61 0 56 0 67 0 67 0 33 0 -17 0 0 0 61 0 72 0-9999 +USW00014922199109PRCP 0 0 0 0 30 0 0 0 3 0 0 0 401 0 157 0 114 0 0T 0 130 0 0 0 234 0 221 0 0T 0 0T 0 20 0 0T 0 0 0 0 0 0 0 0 0 0T 0 38 0 8 0 0 0 0 0 0 0 13 0 10 0-9999 +USW00014922199109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199109ACMH 30 X 50 X 40 X 10 X 70 X 40 X 90 X 100 X 60 X 90 X 100 X 100 X 100 X 90 X 70 X 70 X 70 X 80 X 70 X 10 X 50 X 70 X 80 X 80 X 60 X 10 X 20 X 0 X 60 X 80 X-9999 +USW00014922199109ACSH 30 X 70 X 40 X 20 X 90 X 20 X 90 X 100 X 70 X 100 X 100 X 100 X 100 X 100 X 80 X 80 X 100 X 100 X 90 X 10 X 60 X 100 X 100 X 70 X 60 X 10 X 30 X 10 X 60 X 80 X-9999 +USW00014922199109AWND 50 X 54 X 70 X 35 X 47 X 32 X 65 X 60 X 50 X 38 X 43 X 20 X 38 X 51 X 60 X 75 X 46 X 84 X 46 X 45 X 75 X 78 X 38 X 33 X 93 X 63 X 17 X 29 X 71 X 64 X-9999 +USW00014922199109FMTM 1650 X 1554 X 1253 X 1350 X 1051 X 2350 X 2253 X 2350 X 1753 X 0350 X 1450 X 1551 X 2054 X 1207 X 2251 X 1350 X 1650 X 0110 X 0950 X 1650 X 1252 X 0852 X 0753 X 2351 X 1153 X 1250 X 1053 X 1250 X 1550 X 1150 X-9999 +USW00014922199109PGTM 1554 X 1512 X 1224 X 1108 X 0804 X 2349 X 2243 X 2344 X 1751 X 0845 X 1008 X 1548 X 2212 X 1139 X 2157 X 1348 X 1643 X 0206 X 1236 X 1347 X 1336 X 1726 X 0957 X 2353 X 1149 X 1314 X 1237 X 1153 X 1258 X 0311 X-9999 +USW00014922199109TSUN 740 X 485 X 636 X 788 X 370 X 699 X 304 X 3 X 541 X 330 X 0 X 205 X 210 X 116 X 477 X 333 X 245 X 74 X 164 X 698 X 485 X 193 X 596 X 397 X 443 X 677 X 644 X 705 X 556 X 594 X-9999 +USW00014922199109WDF1 110 X 190 X 320 X 320 X 210 X 200 X 110 X 200 X 320 X 310 X 110 X 330 X 70 X 210 X 260 X 280 X 300 X 250 X 320 X 180 X 160 X 280 X 310 X 220 X 300 X 290 X 60 X 190 X 130 X 320 X-9999 +USW00014922199109WDFG 135W X 180W X 315W X 315W X 225W X 180W X 90W X 180W X 315W X 360W X 135W X 315W X 90W X 270W X 270W X 270W X 315W X 270W X 315W X 180W X 180W X 315W X 270W X 225W X 315W X 270W X 45W X 225W X 90W X 315W X-9999 +USW00014922199109WSF1 72 X 76 X 125 X 63 X 80 X 72 X 94 X 80 X 94 X 67 X 67 X 40 X 67 X 80 X 98 X 116 X 80 X 148 X 72 X 76 X 125 X 107 X 58 X 67 X 156 X 98 X 36 X 54 X 112 X 98 X-9999 +USW00014922199109WSFG 98 X 108 X 159 X 103 X 118 X 82 X 118 X 129 X 118 X 98 X 87 X 57 X 77 X 113 X 118 X 170 X 180 X 195 X 103 X 108 X 149 X 144 X 82 X 93 X 206 X 149 X 62 X 72 X 149 X 139 X-9999 +USW00014922199109WT01-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199109WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199109WT03-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199109WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199109WT16-9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00014922199110TMAX 233 0 222 0 156 0 133 0 78 0 83 0 156 0 239 0 178 0 144 0 217 0 133 0 144 0 89 0 89 0 261 0 233 0 61 0 100 0 133 0 172 0 244 0 156 0 89 0 83 0 100 0 89 0 172 0 183 0 0 0 0 0 +USW00014922199110TMIN 67 0 78 0 33 0 22 0 22 0 0 0 -28 0 61 0 39 0 17 0 83 0 17 0 44 0 33 0 -22 0 67 0 61 0 -17 0 -50 0 -6 0 83 0 72 0 61 0 44 0 6 0 44 0 44 0 72 0 -33 0 -56 0 -22 0 +USW00014922199110PRCP 15 0 0 0 0 0 0 0 53 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 127 0 124 0 0 0 0 0 10 0 86 0 8 0 0 0 216 0 +USW00014922199110SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 208 0 +USW00014922199110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199110ACMH 100 X 50 X 70 X 90 X 80 X 50 X 20 X 30 X 40 X 80 X 20 X 20 X 90 X 100 X 30 X 20 X 50 X 50 X 80 X 100 X 70 X 30 X 60 X 100 X 80 X 100 X 100 X 100 X 100 X 80 X 100 X +USW00014922199110ACSH 100 X 60 X 80 X 100 X 80 X 70 X 30 X 40 X 70 X 100 X 10 X 0 X 100 X 100 X 10 X 0 X 40 X 70 X 100 X 100 X 70 X 40 X 40 X 100 X 90 X 100 X 100 X 100 X 100 X 80 X 100 X +USW00014922199110AWND 55 X 43 X 22 X 41 X 79 X 63 X 42 X 50 X 44 X 34 X 70 X 46 X 70 X 89 X 55 X 86 X 77 X 52 X 51 X 36 X 45 X 60 X 46 X 56 X 36 X 44 X 67 X 93 X 73 X 60 X 51 X +USW00014922199110FMTM 1151 X 1650 X 0352 X 1655 X 1440 X 0938 X 1550 X 1651 X 1251 X 2354 X 1351 X 1050 X 1153 X 1350 X 2354 X 1250 X 1550 X 0952 X 1353 X 1250 X 0050 X 1553 X 0053 X 1153 X 1852 X 2050 X 1752 X 1553 X 1551 X 1154 X 2255 X +USW00014922199110PGTM 1115 X 1639 X 1343 X 1706 X 1436 X 1328 X 1504 X 1638 X 1238 X 2357 X 1408 X 0027 X 1206 X 1400 X 1323 X 1417 X 1913 X 0942 X 1208 X 1417 X 0157 X 1549 X 0052 X 1123 X 1828 X 1802 X 1729 X 1554 X 1656 X 1213 X 2256 X +USW00014922199110TSUN 441 X 592 X 462 X 284 X 359 X 516 X 637 X 631 X 532 X 331 X 673 X 665 X 160 X 0 X 661 X 634 X 600 X 346 X 126 X 302 X 606 X 544 X 491 X 0 X 434 X 0 X 0 X 0 X 14 X 383 X 0 X +USW00014922199110WDF1 230 X 280 X 310 X 340 X 330 X 320 X 150 X 300 X 310 X 310 X 310 X 300 X 150 X 310 X 320 X 210 X 310 X 310 X 220 X 210 X 180 X 170 X 330 X 310 X 90 X 110 X 100 X 110 X 240 X 330 X 10 X +USW00014922199110WDFG 225W X 270W X 360W X 360W X 315W X 270W X 180W X 315W X 315W X 315W X 315W X 360W X 135W X 315W X 315W X 225W X 315W X 315W X 225W X 225W X 180W X 180W X 315W X 315W X 90W X 90W X 90W X 90W X 270W X 360W X 360W X +USW00014922199110WSF1 103 X 76 X 36 X 89 X 143 X 94 X 67 X 94 X 89 X 72 X 116 X 67 X 130 X 112 X 80 X 125 X 112 X 76 X 107 X 72 X 76 X 89 X 76 X 80 X 67 X 58 X 103 X 134 X 103 X 76 X 76 X +USW00014922199110WSFG 139 X 113 X 46 X 144 X 190 X 134 X 98 X 113 X 123 X 103 X 180 X 113 X 159 X 149 X 108 X 154 X 154 X 108 X 139 X 93 X 108 X 123 X 108 X 134 X 87 X 72 X 118 X 170 X 123 X 103 X 98 X +USW00014922199110WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 +USW00014922199110WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199110WT04-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199110WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199110WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199110WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00014922199110WT16 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922199110WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199111TMAX 0 0 -50 0 -78 0 -83 0 -17 0 -100 0 -94 0 -39 0 17 0 11 0 0 0 28 0 94 0 39 0 61 0 22 0 44 0 61 0 72 0 78 0 61 0 17 0 -44 0 -61 0 -61 0 -22 0 0 0 -50 0 -6 0 -11 0-9999 +USW00014922199111TMIN -50 0 -94 0 -133 0 -194 0 -100 0 -178 0 -211 0 -172 0 -67 0 -11 0 -17 0 -11 0 11 0 -11 0 -17 0 -44 0 -33 0 11 0 -33 0 -50 0 17 0 -44 0 -72 0 -111 0 -150 0 -150 0 -89 0 -122 0 -72 0 -183 0-9999 +USW00014922199111PRCP 470 0 25 0 8 0 0T 0 66 0 0 0 0 0 0 0 0 0 28 0 0T 0 0T 0 0 0 5 0 0T 0 0 0 145 0 23 0 0 0 0 0 13 0 0T 0 132 0 0T 0 0 0 36 0 0T 0 0 0 351 0 43 0-9999 +USW00014922199111SNOW 470 0 28 0 15 0 0T 0 86 0 0 0 0 0 0 0 0 0 33 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 157 0 0T 0 0 0 38 0 0T 0 0 0 320 0 43 0-9999 +USW00014922199111SNWD 356 0 584 0 584 0 584 0 584 0 508 0 406 0 356 0 356 0 381 0 330 0 330 0 279 0 203 0 127 0 127 0 127 0 76 0 25 0 0T 0 0T 0 0T 0 51 0 127 0 127 0 127 0 178 0 152 0 127 0 406 0-9999 +USW00014922199111ACMH 100 X 100 X 60 X 70 X 90 X 20 X 0 X 40 X 90 X 100 X 100 X 100 X 70 X 80 X 60 X 50 X 90 X 80 X 50 X 10 X 90 X 100 X 100 X 30 X 30 X 90 X 40 X 100 X 100 X 40 X-9999 +USW00014922199111ACSH 100 X 100 X 60 X 90 X 100 X 30 X 0 X 20 X 100 X 100 X 100 X 100 X 70 X 100 X 90 X 50 X 100 X 90 X 90 X 10 X 100 X 100 X 100 X 20 X 20 X 100 X 20 X 100 X 100 X 40 X-9999 +USW00014922199111AWND 114 X 108 X 67 X 41 X 60 X 60 X 39 X 49 X 48 X 46 X 30 X 46 X 26 X 31 X 50 X 34 X 59 X 42 X 26 X 31 X 44 X 57 X 90 X 65 X 31 X 48 X 55 X 19 X 54 X 70 X-9999 +USW00014922199111FMTM 1914 X 1238 X 0054 X 2250 X 1951 X 0852 X 1550 X 1453 X 1050 X 0850 X 1742 X 1750 X 1050 X 2151 X 1550 X 1454 X 1150 X 0750 X 0953 X 2250 X 2354 X 1950 X 1150 X 2350 X 2350 X 0651 X 1250 X 2353 X 2104 X 0750 X-9999 +USW00014922199111PGTM 1306 X 0503 X 0053 X 1613 X 1703 X 1022 X 1356 X 2027 X 1031 X 1317 X 1740 X 1341 X 0842 X 2256 X 1204 X 2012 X 1149 X 0739 X 0958 X 2317 X 2306 X 0954 X 1111 X 0524 X 1022 X 1143 X 0826 X 2019 X 2248 X 0733 X-9999 +USW00014922199111TSUN 40 X 354 X 421 X 495 X 231 X 473 X 594 X 542 X 385 X 235 X 0 X 184 X 408 X 0 X 463 X 450 X 0 X 72 X 338 X 488 X 0 X 3 X 297 X 493 X 469 X 39 X 461 X 269 X 14 X 439 X-9999 +USW00014922199111WDF1 320 X 270 X 300 X 150 X 300 X 310 X 250 X 170 X 200 X 10 X 210 X 200 X 240 X 340 X 300 X 120 X 110 X 190 X 320 X 180 X 310 X 350 X 350 X 340 X 300 X 130 X 280 X 340 X 20 X 310 X-9999 +USW00014922199111WDFG 315W X 270W X 315W X 180W X 270W X 315W X 270W X 180W X 180W X 360W X 225W X 180W X 225W X 360W X 315W X 90W X 90W X 180W X 315W X 180W X 315W X 315W X 360W X 315W X 315W X 135W X 270W X 45W X 360W X 315W X-9999 +USW00014922199111WESD 686 X 686 X 686 X 686 X 737 X 737 X 737 X 737 X 737 X 711 X 711 X 711 X 686 X 559 X 508 X 457 X 457 X 305 X-9999 -9999 -9999 -9999 76 X 76 X 102 X 102 X 102 X 76 X 76 X 686 X-9999 +USW00014922199111WSF1 143 X 130 X 98 X 58 X 103 X 80 X 67 X 72 X 103 X 67 X 54 X 67 X 40 X 45 X 63 X 54 X 80 X 94 X 45 X 63 X 76 X 80 X 107 X 98 X 54 X 76 X 89 X 36 X 94 X 103 X-9999 +USW00014922199111WSFG 185 X 175 X 118 X 77 X 139 X 108 X 87 X 98 X 134 X 98 X 62 X 93 X 51 X 62 X 103 X 67 X 103 X 113 X 77 X 87 X 108 X 118 X 164 X 123 X 67 X 118 X 118 X 41 X 139 X 154 X-9999 +USW00014922199111WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922199111WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199111WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199111WT04-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199111WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199111WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199111WT09 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199111WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199111WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922199111WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199111WT18 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922199112TMAX -61 0 -89 0 -83 0 -167 0 -100 0 33 0 67 0 33 0 17 0 50 0 17 0 28 0 22 0 -61 0 -111 0 -22 0 -17 0 -111 0 -17 0 28 0 39 0 28 0 6 0 17 0 22 0 0 0 -11 0 -17 0 11 0 0 0 6 0 +USW00014922199112TMIN -183 0 -189 0 -206 0 -239 0 -200 0 -194 0 -39 0 -89 0 -106 0 -67 0 -94 0 -50 0 -100 0 -122 0 -194 0 -128 0 -150 0 -183 0 -172 0 -67 0 -83 0 -50 0 -72 0 -89 0 -100 0 -28 0 -22 0 -28 0 -22 0 -17 0 -11 0 +USW00014922199112PRCP 0 0 13 0 15 0 28 0 58 0 0 0 0 0 0 0 0T 0 0 0 0 0 124 0 5 0 5 0 0T 0 0T 0 0T 0 0 0 8 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 0T 0 3 0 0T 0 +USW00014922199112SNOW 0 0 13 0 36 0 28 0 71 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 5 0 13 0 3 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 0T 0 0T 0 0T 0 +USW00014922199112SNWD 406 0 406 0 432 0 432 0 508 0 533 0 457 0 381 0 381 0 381 0 330 0 330 0 305 0 279 0 305 0 305 0 305 0 279 0 279 0 279 0 254 0 254 0 229 0 229 0 229 0 203 0 203 0 203 0 203 0 203 0 203 0 +USW00014922199112ACMH 0 X 90 X 70 X 60 X 70 X 90 X 70 X 70 X 70 X 50 X 30 X 70 X 70 X 70 X 40 X 80 X 20 X 0 X 70 X 70 X 30 X 20 X 30 X 10 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X +USW00014922199112ACSH 10 X 100 X 100 X 60 X 80 X 100 X 70 X 100 X 70 X 60 X 20 X 100 X 100 X 40 X 0 X 80 X 50 X 0 X 80 X 100 X 30 X 0 X 10 X 20 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X +USW00014922199112AWND 50 X 46 X 57 X 33 X 38 X 51 X 24 X 32 X 31 X 35 X 30 X 31 X 57 X 66 X 39 X 30 X 73 X 25 X 56 X 44 X 51 X 36 X 38 X 23 X 33 X 38 X 33 X 25 X 13 X 38 X 31 X +USW00014922199112FMTM 1350 X 1152 X 1451 X 0353 X 0242 X 1053 X 0050 X 1450 X 1246 X 0652 X 1452 X 1950 X 1910 X 1052 X 0150 X 2342 X 1450 X 2351 X 2021 X 0050 X 1553 X 2350 X 0350 X 0051 X 2252 X 1750 X 1253 X 1152 X 2334 X 2052 X 0050 X +USW00014922199112PGTM 1211 X 0917 X 1325 X 0218 X 0211 X 1252 X 0128 X 1450 X 1416 X 1033 X 1451 X 1913 X 2214 X 0514 X 0155 X 2337 X 1437 X 0851 X 2020 X 0049 X 2023 X 0025 X 0353 X 0100 X 2210 X 2023 X 1156 X 1128 X 2022 X 2048 X 1942 X +USW00014922199112TSUN 511 X 349 X 325 X 440 X 342 X 360 X 422 X 347 X 210 X 392 X 483 X 123 X 157 X 392 X 514 X 341 X 399 X 527 X 459 X 19 X 475 X 465 X 365 X 415 X 394 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922199112WDF1 290 X 120 X 320 X 300 X 120 X 150 X 220 X 300 X 300 X 200 X 170 X 280 X 280 X 270 X 350 X 300 X 300 X 320 X 150 X 180 X 210 X 210 X 350 X 230 X 210 X 360 X 180 X 200 X 70 X 140 X 130 X +USW00014922199112WDFG 315W X 90W X 315W X 315W X 90W X 180W X 225W X 315W X 315W X 225W X 180W X 270W X 270W X 270W X 360W X 315W X 315W X 45W X 135W X 180W X 225W X 225W X 360W X 225W X 225W X 360W X 180W X 180W X 45W X 135W X 135W X +USW00014922199112WESD 686 X 686 X 737 X 737 X 762 X 940 X 889 X 889 X 889 X 813 X 813 X 838 X 737 X 737 X 737 X 737 X 737 X 737 X 737 X 660 X 686 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X +USW00014922199112WSF1 94 X 67 X 94 X 63 X 72 X 94 X 54 X 67 X 80 X 67 X 54 X 58 X 103 X 98 X 67 X 76 X 103 X 58 X 98 X 80 X 94 X 63 X 67 X 58 X 54 X 63 X 45 X 40 X 36 X 54 X 40 X +USW00014922199112WSFG 149 X 93 X 129 X 77 X 93 X 118 X 77 X 41 X 93 X 82 X 77 X 87 X 144 X 170 X 93 X 98 X 144 X 67 X 139 X 98 X 118 X 93 X 82 X 62 X 72 X 103 X 67 X 57 X 46 X 67 X 57 X +USW00014922199112WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922199112WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199112WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199112WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922199112WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199112WT09-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199112WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922199112WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922199112WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199112WT18-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922199201TMAX 6 0 11 0 22 0 28 0 6 0 6 0 6 0 17 0 6 0 0 0 39 0 11 0 -17 0 -83 0 -156 0 -6 0 -72 0 -172 0 -17 0 11 0 17 0 22 0 22 0 -100 0 -89 0 -33 0 -22 0 -28 0 44 0 39 0 28 0 +USW00014922199201TMIN -6 0 -6 0 6 0 -6 0 -6 0 -28 0 -28 0 0 0 -128 0 -144 0 -50 0 -22 0 -122 0 -161 0 -256 0 -189 0 -206 0 -244 0 -211 0 -122 0 -100 0 -22 0 -144 0 -189 0 -133 0 -139 0 -128 0 -150 0 -33 0 -33 0 -39 0 +USW00014922199201PRCP 0 0 0T 0 0T 0 0 0 20 0 0T 0 15 0 58 0 0T 0 0 0 0 0 0 0 0T 0 5 0 0 0 8 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 36 0 25 0 0 0 0T 0 0 0 0T 0 0 0 0 0 +USW00014922199201SNOW 0 0 0T 0 0T 0 0 0 0T 0 0 0 5 0 13 0 0T 0 0 0 0 0 0 0 0T 0 5 0 0 0 10 0 0T 0 0 0 0T 0 0 0 0 0 0 0 3 0 58 0 33 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922199201SNWD 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 203 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 254 0 254 0 254 0 254 0 254 0 254 0 229 0 +USW00014922199201ACMH 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 50 X 30 X 10 X 90 X 60 X 70 X 40 X 90 X 30 X 0 X 90 X 40 X 20 X 100 X 60 X 50 X 90 X 100 X 50 X 50 X 70 X 60 X 70 X +USW00014922199201ACSH 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 50 X 40 X 0 X 100 X 80 X 100 X 20 X 100 X 0 X 0 X 100 X 40 X 0 X 100 X 60 X 40 X 90 X 90 X 50 X 40 X 80 X 80 X 80 X +USW00014922199201AWND 36 X 34 X 37 X 30 X 45 X 32 X 55 X 47 X 51 X 36 X 29 X 43 X 51 X 32 X 57 X 45 X 73 X 42 X 52 X 41 X 34 X 42 X 92 X 47 X 38 X 42 X 37 X 41 X 48 X 32 X 38 X +USW00014922199201FMTM 1050 X 1450 X 1853 X 1950 X 0352 X 2350 X 2052 X 0450 X 0554 X 1252 X 1450 X 2250 X 0952 X 2051 X 0354 X 2253 X 1251 X 1350 X 0750 X 1350 X 1151 X 0050 X 0526 X 2229 X 2350 X 1154 X 0350 X 1450 X 2220 X 0951 X 0254 X +USW00014922199201PGTM 1005 X 1514 X 1733 X 1946 X 0348 X 1206 X 2312 X 0412 X 0953 X 1539 X 1447 X 1905 X 1453 X 2043 X 0033 X 2136 X 1248 X 0317 X 1951 X 1419 X 2144 X 2359 X 0522 X 2109 X 0526 X 1023 X 1147 X 1508 X 2231 X 0838 X 0312 X +USW00014922199201TSUN 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 300 X 377 X 374 X 221 X 367 X 0 X 422 X 161 X 480 X 555 X 346 X 464 X 519 X 126 X 468 X 454 X 425 X 361 X 434 X 442 X 375 X 267 X 342 X +USW00014922199201WDF1 160 X 140 X 290 X 110 X 150 X 60 X 110 X 120 X 320 X 220 X 150 X 330 X 350 X 360 X 350 X 300 X 310 X 310 X 190 X 220 X 110 X 120 X 310 X 90 X 80 X 130 X 330 X 160 X 300 X 360 X 340 X +USW00014922199201WDFG 135W X 135W X 270W X 90W X 135W X 315W X 135W X 135W X 315W X 225W X 135W X 315W X 360W X 360W X 360W X 315W X 315W X 315W X 315W X 225W X 90W X 270W X 315W X 90W X 360W X 135W X 315W X 180W X 270W X 315W X 315W X +USW00014922199201WESD 584 X 584 X 584 X 584 X 584 X 559 X 559 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 584 X 686 X 686 X 686 X 686 X 686 X 686 X 711 X +USW00014922199201WSF1 45 X 45 X 58 X 54 X 72 X 40 X 80 X 72 X 76 X 72 X 54 X 67 X 76 X 72 X 80 X 103 X 98 X 63 X 72 X 80 X 63 X 67 X 139 X 72 X 67 X 76 X 58 X 63 X 67 X 45 X 63 X +USW00014922199201WSFG 67 X 62 X 77 X 72 X 93 X 77 X 103 X 108 X 98 X 82 X 67 X 103 X 98 X 108 X 108 X 144 X 164 X 87 X 123 X 123 X 72 X 93 X 185 X 103 X 77 X 108 X 87 X 93 X 82 X 93 X 87 X +USW00014922199201WT01 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0 +USW00014922199201WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199201WT04-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199201WT06-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199201WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922199201WT14-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199201WT15-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922199201WT16-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199201WT17-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199201WT18-9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00014922199202TMAX 22 0 56 0 28 0 0 0 44 0 28 0 -22 0 -94 0 -50 0 -17 0 -94 0 -28 0 -6 0 0 0 11 0 17 0 33 0 22 0 22 0 22 0 -11 0 22 0 33 0 6 0 0 0 72 0 72 0 56 0 61 0-9999 -9999 +USW00014922199202TMIN -61 0 -39 0 -11 0 -56 0 -56 0 -28 0 -117 0 -150 0 -167 0 -94 0 -150 0 -144 0 -33 0 -33 0 -11 0 -6 0 11 0 -6 0 -28 0 -44 0 -61 0 -17 0 -11 0 -61 0 -89 0 -72 0 11 0 -17 0 -61 0-9999 -9999 +USW00014922199202PRCP 0 0 0 0 0T 0 0 0 0T 0 0 0 3 0 0 0 0T 0 0T 0 0 0 0T 0 10 0 0T 0 0T 0 0T 0 0T 0 38 0 3 0 0T 0 5 0 0T 0 3 0 84 0 0 0 0T 0 0 0 0T 0 0 0-9999 -9999 +USW00014922199202SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 0 0 0T 0 0T 0 0 0 3 0 10 0 0T 0 0T 0 0 0 0 0 38 0 3 0 0T 0 5 0 0T 0 3 0 84 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00014922199202SNWD 203 0 203 0 178 0 178 0 178 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 127 0 102 0 102 0 102 0 102 0 102 0 102 0 127 0 152 0 152 0 102 0 76 0 51 0-9999 -9999 +USW00014922199202ACMH 10 X 50 X 90 X 60 X 30 X 70 X 80 X 20 X 70 X 80 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 60 X 70 X 80 X 60 X 30 X-9999 -9999 +USW00014922199202ACSH 10 X 60 X 100 X 50 X 0 X 80 X 90 X 20 X 80 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 70 X 60 X 80 X 80 X 60 X-9999 -9999 +USW00014922199202AWND 41 X 29 X 44 X 46 X 46 X 76 X 75 X 44 X 48 X 47 X 44 X 34 X 33 X 40 X 30 X 37 X 60 X 51 X 42 X 67 X 30 X 20 X 33 X 37 X 47 X 44 X 46 X 61 X 37 X-9999 -9999 +USW00014922199202FMTM 1450 X 1450 X 1813 X 0152 X 1353 X 1053 X 1652 X 0250 X 1551 X 2252 X 0050 X 1251 X 0228 X 0951 X 2350 X 2250 X 0951 X 0250 X 2353 X 1435 X 1051 X 0525 X 1951 X 1952 X 1650 X 1150 X 1551 X 1150 X 1550 X-9999 -9999 +USW00014922199202PGTM 1517 X 1451 X 2046 X 0429 X 1958 X 1123 X 0918 X 0205 X 1418 X 2043 X 0826 X 1358 X 0139 X 1026 X 0801 X 2025 X 2321 X 0237 X 2342 X 1242 X 1034 X 0530 X 1513 X 1626 X 0947 X 1153 X 1541 X 1145 X 1521 X-9999 -9999 +USW00014922199202TSUN 496 X 426 X 77 X 438 X 515 X 438 X 320 X 548 X 393 X 160 X 434 X 255 X 32 X 37 X 14 X 225 X 29 X 241 X 166 X 318 X 115 X 194 X 309 X 375 X 532 X 508 X 458 X 454 X 655 X-9999 -9999 +USW00014922199202WDF1 140 X 120 X 340 X 350 X 220 X 320 X 340 X 340 X 150 X 350 X 360 X 160 X 200 X 100 X 60 X 120 X 110 X 80 X 200 X 280 X 150 X 250 X 80 X 300 X 240 X 320 X 220 X 340 X 200 X-9999 -9999 +USW00014922199202WDFG 135W X 135W X 360W X 360W X 225W X 315W X 315W X 315W X 135W X 360W X 45W X 180W X 180W X 135W X 360W X 135W X 90W X 90W X 180W X 315W X 135W X 270W X 135W X 315W X 315W X 315W X 225W X 315W X 180W X-9999 -9999 +USW00014922199202WESD 610 X 610 X 610 X 610 X 610 X 508 X 508 X 508 X 508 X 533 X 533 X 533 X 533 X 533 X 533 X 483 X 533 X 559 X 559 X 559 X 330 X 356 X 356 X 381 X 356 X 254 X 305 X 305 X-9999 -9999 -9999 +USW00014922199202WSF1 67 X 45 X 80 X 76 X 63 X 130 X 98 X 63 X 76 X 67 X 72 X 58 X 58 X 63 X 45 X 58 X 80 X 72 X 76 X 103 X 54 X 45 X 45 X 76 X 63 X 72 X 67 X 103 X 72 X-9999 -9999 +USW00014922199202WSFG 87 X 51 X 123 X 118 X 82 X 170 X 170 X 93 X 93 X 98 X 103 X 77 X 62 X 72 X 82 X 72 X 103 X 103 X 82 X 154 X 82 X 57 X 62 X 103 X 77 X 113 X 87 X 159 X 98 X-9999 -9999 +USW00014922199202WT01-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199202WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199202WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199202WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199202WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199202WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199202WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922199202WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199202WT18-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199203TMAX 144 0 33 0 33 0 67 0 72 0 83 0 83 0 78 0 22 0 -39 0 -44 0 -22 0 -33 0 11 0 11 0 83 0 22 0 50 0 61 0 39 0 -11 0 39 0 122 0 150 0 72 0 44 0 72 0 50 0 67 0 122 0 61 0 +USW00014922199203TMIN 17 0 -11 0 11 0 22 0 39 0 56 0 44 0 22 0 -83 0 -122 0 -100 0 -117 0 -94 0 -44 0 -117 0 -56 0 -33 0 -39 0 -72 0 -28 0 -89 0 -122 0 -39 0 -11 0 -11 0 -61 0 -67 0 11 0 -11 0 -50 0 -17 0 +USW00014922199203PRCP 0 0 0 0 0T 0 0T 0 79 0 20 0 8 0 43 0 99 0 0 0 18 0 0 0 20 0 5 0 0 0 0 0 0 0 0 0 0T 0 10 0 56 0 0 0 0 0 3 0 0T 0 0 0 0 0 36 0 0T 0 0 0 0T 0 +USW00014922199203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 99 0 0 0 41 0 0 0 25 0 15 0 0 0 0 0 0 0 0 0 0 0 10 0 81 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0T 0 +USW00014922199203SNWD 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 76 0 76 0 76 0 127 0 76 0 102 0 76 0 76 0 0T 0 0T 0 0 0 0T 0 25 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199203ACMH 10 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 20 X 80 X 20 X 100 X 90 X 10 X 70 X 30 X 70 X 50 X 40 X 90 X 10 X 0 X 30 X 40 X 10 X 30 X 100 X 80 X 50 X 70 X +USW00014922199203ACSH 20 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 0 X 90 X 0 X 100 X 100 X 10 X 90 X 50 X 80 X 50 X 0 X 100 X 10 X 10 X 10 X 50 X 10 X 30 X 100 X 100 X 50 X 90 X +USW00014922199203AWND 21 X 28 X 42 X 34 X 45 X 46 X 27 X 43 X 78 X 54 X 45 X 38 X 31 X 33 X 31 X 55 X 54 X 48 X 30 X 41 X 46 X 28 X 25 X 42 X 59 X 66 X 33 X 55 X 38 X 46 X 76 X +USW00014922199203FMTM 2351 X 2052 X 1250 X 1153 X 2150 X 0725 X 1353 X 2252 X 1154 X 1350 X 0950 X 1754 X 0907 X 1652 X 1750 X 1150 X 0750 X 1750 X 0853 X 0519 X 1453 X 1550 X 1752 X 2254 X 1451 X 1051 X 1550 X 1253 X 1450 X 1450 X 1650 X +USW00014922199203PGTM 0204 X 1233 X 0513 X 1223 X 2131 X 0410 X 1837 X 2048 X 1207 X 0954 X 1208 X 0948 X 1223 X 1008 X 1622 X 1156 X 0108 X 2017 X 0947 X 1213 X 1608 X 1644 X 1514 X 2317 X 0056 X 1323 X 2351 X 1306 X 1313 X 2247 X 1252 X +USW00014922199203TSUN 614 X 241 X 6 X 227 X 39 X 0 X 76 X 246 X 504 X 695 X 500 X 667 X 319 X 382 X 702 X 635 X 659 X 632 X 592 X 691 X 489 X 735 X 686 X 699 X 659 X 701 X 739 X 57 X 203 X 680 X 575 X +USW00014922199203WDF1 210 X 50 X 80 X 100 X 80 X 90 X 280 X 10 X 350 X 320 X 110 X 280 X 180 X 340 X 210 X 220 X 360 X 10 X 340 X 10 X 20 X 280 X 210 X 340 X 280 X 340 X 140 X 160 X 360 X 250 X 330 X +USW00014922199203WDFG 225W X 360W X 90W X 135W X 90W X 90W X 270W X 360W X 360W X 360W X 135W X 45W X 135W X 360W X 225W X 225W X 360W X 360W X 360W X 360W X 360W X 270W X 270W X 360W X 360W X 360W X 135W X 180W X 360W X 360W X 315W X +USW00014922199203WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 X 127 X 178 X 127 X 152 X 127 X 127 X 127 X-9999 -9999 -9999 -9999 51 X 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199203WSF1 54 X 54 X 58 X 45 X 63 X 63 X 45 X 72 X 98 X 76 X 76 X 54 X 54 X 54 X 63 X 94 X 89 X 67 X 54 X 67 X 72 X 72 X 63 X 98 X 98 X 103 X 58 X 76 X 63 X 89 X 103 X +USW00014922199203WSFG 57 X 82 X 77 X 62 X 87 X 93 X 62 X 108 X 139 X 98 X 87 X 87 X 62 X 98 X 82 X 129 X 108 X 93 X 103 X 93 X 87 X 103 X 72 X 144 X 139 X 129 X 87 X 108 X 82 X 139 X 139 X +USW00014922199203WT01-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922199203WT02-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199203WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199203WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199203WT14-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922199203WT16-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00014922199203WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 +USW00014922199204TMAX 39 0 67 0 139 0 106 0 167 0 178 0 122 0 117 0 144 0 72 0 56 0 28 0 44 0 94 0 72 0 94 0 78 0 133 0 183 0 117 0 56 0 67 0 56 0 94 0 78 0 100 0 139 0 206 0 244 0 278 0-9999 +USW00014922199204TMIN -39 0 -61 0 6 0 -17 0 39 0 50 0 6 0 0 0 -6 0 0 0 -44 0 -83 0 -11 0 17 0 39 0 33 0 0 0 61 0 111 0 28 0 28 0 17 0 17 0 17 0 11 0 17 0 -11 0 56 0 111 0 117 0-9999 +USW00014922199204PRCP 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0T 0 28 0 71 0 0T 0 0 0 0T 0 0 0 51 0 0T 0 0 0 79 0 97 0 135 0 28 0 5 0 0T 0 0T 0 3 0 0T 0 0 0 0T 0 0 0 0 0-9999 +USW00014922199204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199204ACMH 20 X 30 X 50 X 10 X 40 X 60 X 30 X 60 X 60 X 100 X 70 X 70 X 100 X 100 X 100 X 100 X 80 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 20 X 50 X 40 X 70 X-9999 +USW00014922199204ACSH 20 X 20 X 50 X 0 X 30 X 70 X 40 X 90 X 70 X 100 X 80 X 80 X 100 X 100 X 100 X 100 X 90 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 20 X 70 X 50 X 70 X-9999 +USW00014922199204AWND 60 X 38 X 51 X 44 X 76 X 50 X 41 X 34 X 39 X 72 X 74 X 40 X 43 X 55 X 47 X 53 X 42 X 67 X 34 X 56 X 41 X 52 X 36 X 58 X 57 X 48 X 28 X 72 X 41 X 72 X-9999 +USW00014922199204FMTM 1650 X 1750 X 1450 X 0150 X 1552 X 0251 X 1453 X 1753 X 2350 X 1106 X 2050 X 2350 X 0951 X 1550 X 1950 X 0550 X 2253 X 1528 X 0537 X 1903 X 2350 X 1350 X 1451 X 1752 X 1552 X 1651 X 2354 X 1250 X 1052 X 1351 X-9999 +USW00014922199204PGTM 1037 X 0942 X 1552 X 0022 X 1707 X 0208 X 1132 X 1229 X 1329 X 1023 X 1907 X 0142 X 1019 X 1334 X 2107 X 1219 X 2254 X 2102 X 0517 X 1936 X 0043 X 1407 X 0117 X 1312 X 1054 X 1054 X 2357 X 1229 X 1042 X 1814 X-9999 +USW00014922199204TSUN 748 X 693 X 686 X 733 X 666 X 551 X 681 X 459 X 654 X 0 X 565 X 666 X 135 X 425 X 23 X 427 X 400 X 194 X 464 X 0 X 0 X 35 X 0 X 130 X 140 X 20 X 792 X 697 X 753 X 756 X-9999 +USW00014922199204WDF1 350 X 250 X 320 X 10 X 160 X 200 X 300 X 200 X 60 X 100 X 310 X 310 X 160 X 110 X 30 X 360 X 130 X 110 X 240 X 10 X 10 X 240 X 300 X 310 X 330 X 330 X 180 X 200 X 350 X 150 X-9999 +USW00014922199204WDFG 315W X 360W X 360W X 360W X 135W X 180W X 315W X 225W X 315W X 90W X 315W X 315W X 180W X 90W X 45W X 360W X 135W X 135W X 225W X 360W X 360W X 225W X 225W X 315W X 315W X 315W X 180W X 180W X 360W X 135W X-9999 +USW00014922199204WSF1 80 X 58 X 98 X 76 X 112 X 89 X 89 X 58 X 94 X 103 X 107 X 98 X 63 X 76 X 63 X 67 X 72 X 94 X 72 X 116 X 80 X 72 X 54 X 94 X 80 X 63 X 58 X 107 X 67 X 125 X-9999 +USW00014922199204WSFG 139 X 82 X 139 X 103 X 170 X 118 X 129 X 87 X 129 X 144 X 139 X 113 X 87 X 98 X 82 X 113 X 82 X 113 X 118 X 154 X 98 X 87 X 87 X 118 X 93 X 113 X 72 X 159 X 98 X 139 X-9999 +USW00014922199204WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199204WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199204WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199204WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199204WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199204WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199204WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199204WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00014922199204WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199205TMAX 306 0 194 0 167 0 144 0 156 0 211 0 261 0 278 0 306 0 294 0 250 0 211 0 167 0 217 0 228 0 261 0 194 0 228 0 283 0 306 0 289 0 278 0 156 0 128 0 94 0 172 0 189 0 217 0 228 0 256 0 278 0 +USW00014922199205TMIN 156 0 78 0 33 0 56 0 22 0 22 0 111 0 94 0 111 0 156 0 167 0 111 0 56 0 94 0 139 0 161 0 106 0 83 0 122 0 144 0 167 0 89 0 67 0 39 0 50 0 11 0 78 0 72 0 78 0 89 0 106 0 +USW00014922199205PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 0 0 0 0 0T 0 0T 0 13 0 5 0 0 0 0 0 0 0 46 0 102 0 0 0 0T 0 89 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922199205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199205ACMH 80 X 20 X 20 X 40 X 0 X 20 X 20 X 0 X 30 X 40 X 80 X 40 X 60 X 70 X 70 X 100 X 70 X 0 X 40 X 10 X 60 X 100 X 60 X 60 X 100 X 40 X 60 X 40 X 40 X 20 X 40 X +USW00014922199205ACSH 90 X 20 X 0 X 50 X 0 X 30 X 30 X 0 X 40 X 30 X 90 X 50 X 70 X 80 X 60 X 100 X 90 X 0 X 70 X 10 X 60 X 100 X 60 X 70 X 100 X 30 X 70 X 60 X 50 X 20 X 40 X +USW00014922199205AWND 57 X 99 X 57 X 45 X 37 X 46 X 73 X 43 X 53 X 76 X 49 X 63 X 41 X 51 X 60 X 64 X 48 X 47 X 61 X 54 X 57 X 67 X 66 X 49 X 35 X 27 X 34 X 32 X 25 X 10 X 22 X +USW00014922199205FMTM 2051 X 1051 X 1354 X 1352 X 1250 X 2352 X 1252 X 1152 X 1250 X 1451 X 1250 X 0551 X 0053 X 2352 X 2352 X 1551 X 0851 X 1851 X 1450 X 1652 X 1250 X 1305 X 2351 X 2351 X 0750 X 1050 X 1750 X 1450 X 1550 X 1554 X 1352 X +USW00014922199205PGTM 2112 X 1204 X 1254 X 1817 X 1341 X 1606 X 1333 X 1344 X 1454 X 1359 X 1248 X 1557 X 0032 X 2332 X 0213 X 1529 X 0857 X 1622 X 1446 X 1522 X 1417 X 1351 X 0512 X 1126 X 0800 X 1031 X 1725 X 1709 X 1043 X 1513 X 1522 X +USW00014922199205TSUN 648 X 800 X 818 X 618 X 866 X 843 X 853 X 874 X 846 X 835 X 573 X 802 X 817 X 804 X 756 X 222 X 330 X 897 X 727 X 771 X 584 X 399 X 654 X 702 X 0 X 721 X 526 X 716 X 799 X 854 X 839 X +USW00014922199205WDF1 310 X 290 X 310 X 360 X 50 X 210 X 190 X 170 X 140 X 170 X 220 X 350 X 330 X 200 X 200 X 250 X 350 X 170 X 180 X 160 X 210 X 200 X 80 X 80 X 100 X 360 X 240 X 240 X 240 X 120 X 150 X +USW00014922199205WDFG 315W X 270W X 315W X 45W X 45W X 225W X 180W X 180W X 180W X 180W X 225W X 270W X 315W X 180W X 180W X 270W X 360W X 180W X 180W X 180W X 180W X 270W X 360W X 45W X 90W X 360W X 225W X 270W X 135W X 135W X 90W X +USW00014922199205WSF1 94 X 134 X 89 X 89 X 72 X 72 X 103 X 80 X 94 X 134 X 107 X 107 X 76 X 94 X 94 X 94 X 76 X 72 X 94 X 80 X 103 X 98 X 80 X 80 X 67 X 63 X 58 X 67 X 54 X 31 X 58 X +USW00014922199205WSFG 159 X 221 X 113 X 108 X 118 X 103 X 139 X 98 X 139 X 170 X 139 X 139 X 103 X 129 X 108 X 139 X 103 X 93 X 118 X 108 X 129 X 139 X 118 X 93 X 82 X 82 X 77 X 77 X 82 X 51 X 82 X +USW00014922199205WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199205WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199205WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199205WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199205WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00014922199206TMAX 267 0 283 0 294 0 250 0 267 0 222 0 222 0 183 0 267 0 289 0 317 0 333 0 322 0 294 0 256 0 244 0 217 0 261 0 172 0 189 0 189 0 150 0 244 0 239 0 217 0 211 0 239 0 294 0 228 0 222 0-9999 +USW00014922199206TMIN 128 0 128 0 144 0 139 0 100 0 100 0 67 0 117 0 150 0 161 0 150 0 156 0 189 0 178 0 156 0 150 0 161 0 172 0 72 0 50 0 39 0 111 0 128 0 133 0 117 0 100 0 94 0 156 0 133 0 128 0-9999 +USW00014922199206PRCP 0 0 0 0 0 0 0 0 0T 0 20 0 15 0 74 0 0T 0 0 0 0 0 0 0 104 0 25 0 0T 0 378 0 310 0 0T 0 0T 0 0 0 0T 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0-9999 +USW00014922199206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199206ACMH 100 X 50 X 40 X 50 X 60 X 50 X 50 X 90 X 80 X 40 X 50 X 30 X 60 X 90 X 80 X 100 X 90 X 80 X 100 X 10 X 70 X 100 X 90 X 70 X 40 X 10 X 30 X 50 X 60 X 90 X-9999 +USW00014922199206ACSH 100 X 40 X 40 X 60 X 70 X 50 X 60 X 90 X 80 X 50 X 70 X 40 X 60 X 80 X 90 X 100 X 90 X 80 X 100 X 10 X 70 X 100 X 90 X 60 X 50 X 20 X 40 X 60 X 70 X 90 X-9999 +USW00014922199206AWND 31 X 35 X 37 X 50 X 37 X 54 X 30 X 34 X 26 X 15 X 15 X 18 X 25 X 48 X 73 X 77 X 92 X 66 X 58 X 49 X 30 X 44 X 33 X 42 X 59 X 42 X 42 X 59 X 44 X 54 X-9999 +USW00014922199206FMTM 1250 X 1650 X 1550 X 0750 X 2150 X 1850 X 1954 X 1250 X 0554 X 1251 X 1650 X 1352 X 1550 X 2150 X 1950 X 2221 X 1350 X 0250 X 1952 X 1350 X 2353 X 1050 X 1651 X 1551 X 0951 X 0950 X 1652 X 2250 X 0550 X 1750 X-9999 +USW00014922199206PGTM 1600 X 1254 X 1542 X 1604 X 2143 X 0011 X 1902 X 1348 X 1412 X 1343 X 1631 X 2013 X 1625 X 1553 X 1638 X 2315 X 1237 X 0833 X 1654 X 1653 X 2342 X 1046 X 1621 X 0927 X 1733 X 1634 X 1027 X 1729 X 0558 X 1703 X-9999 +USW00014922199206TSUN 628 X 793 X 799 X 754 X 721 X 624 X 695 X 411 X 522 X 768 X 871 X 838 X 659 X 479 X 630 X 257 X 390 X 538 X 154 X 935 X 761 X 24 X 602 X 876 X 908 X 863 X 882 X 775 X 575 X 391 X-9999 +USW00014922199206WDF1 180 X 130 X 140 X 270 X 360 X 310 X 20 X 100 X 100 X 160 X 290 X 80 X 180 X 70 X 100 X 120 X 220 X 240 X 10 X 350 X 130 X 160 X 290 X 310 X 290 X 10 X 220 X 10 X 10 X 60 X-9999 +USW00014922199206WDFG 180W X 180W X 135W X 270W X 360W X 315W X 315W X 90W X 90W X 225W X 270W X 135W X 360W X 90W X 90W X 270W X 180W X 315W X 45W X 360W X 135W X 180W X 270W X 360W X 315W X 45W X 225W X 225W X 360W X 45W X-9999 +USW00014922199206WSF1 63 X 63 X 58 X 72 X 94 X 80 X 40 X 45 X 40 X 36 X 36 X 36 X 67 X 80 X 94 X 156 X 156 X 112 X 80 X 72 X 58 X 67 X 76 X 67 X 98 X 72 X 63 X 76 X 72 X 80 X-9999 +USW00014922199206WSFG 98 X 82 X 77 X 93 X 118 X 118 X 62 X 67 X 57 X 62 X 57 X 62 X 139 X 134 X 123 X 185 X 226 X 134 X 108 X 103 X 67 X 93 X 118 X 98 X 123 X 103 X 93 X 129 X 93 X 108 X-9999 +USW00014922199206WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199206WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199206WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199206WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199206WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922199207TMAX 311 0 178 0 211 0 217 0 244 0 250 0 256 0 278 0 261 0 244 0 233 0 228 0 194 0 244 0 211 0 261 0 256 0 256 0 244 0 211 0 233 0 178 0 206 0 211 0 239 0 261 0 278 0 256 0 228 0 233 0 250 0 +USW00014922199207TMIN 150 0 139 0 139 0 117 0 106 0 100 0 183 0 189 0 156 0 144 0 144 0 156 0 144 0 117 0 139 0 139 0 156 0 128 0 156 0 139 0 100 0 128 0 128 0 111 0 167 0 161 0 117 0 167 0 117 0 128 0 106 0 +USW00014922199207PRCP 109 0 554 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 18 0 488 0 3 0 0 0 20 0 0T 0 13 0 0 0 0T 0 0T 0 0 0 102 0 0 0 0 0 18 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00014922199207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199207ACMH 90 X 100 X 70 X 30 X 40 X 80 X 100 X 70 X 100 X 60 X 80 X 80 X 90 X 40 X 60 X 40 X 50 X 50 X 70 X 50 X 50 X 100 X 60 X 70 X 90 X 40 X 30 X 50 X 70 X 80 X 20 X +USW00014922199207ACSH 90 X 100 X 80 X 50 X 50 X 90 X 100 X 60 X 100 X 60 X 90 X 90 X 100 X 40 X 80 X 30 X 50 X 60 X 80 X 70 X 50 X 100 X 70 X 80 X 100 X 70 X 30 X 60 X 90 X 90 X 20 X +USW00014922199207AWND 52 X 56 X 67 X 54 X 32 X 31 X 38 X 54 X 38 X 45 X 30 X 46 X 42 X 33 X 40 X 51 X 42 X 25 X 54 X 48 X 33 X 57 X 44 X 43 X 29 X 51 X 30 X 45 X 21 X 21 X 38 X +USW00014922199207FMTM 2320 X 0326 X 1350 X 1451 X 1150 X 1550 X 0850 X 1550 X 1550 X 1853 X 2350 X 0425 X 1051 X 2052 X 0851 X 1450 X 1450 X 1654 X 1651 X 0329 X 1651 X 1154 X 1450 X 1753 X 1650 X 1153 X 2253 X 1451 X 2351 X 1250 X 1752 X +USW00014922199207PGTM 2032 X 0210 X 1343 X 0925 X 1232 X 1424 X 1312 X 1604 X 1903 X 1907 X 1620 X 1237 X 1130 X 1513 X 0939 X 1337 X 1449 X 1712 X 1503 X 0856 X 1602 X 1151 X 1202 X 1505 X 1514 X 1232 X 1734 X 2112 X 1126 X 1041 X 1605 X +USW00014922199207TSUN 565 X 19 X 639 X 914 X 886 X 718 X 458 X 669 X 625 X 765 X 498 X 483 X 275 X 812 X 279 X 799 X 655 X 820 X 682 X 658 X 753 X 23 X 738 X 764 X 126 X 860 X 806 X 791 X 752 X 598 X 781 X +USW00014922199207WDF1 10 X 30 X 260 X 300 X 350 X 160 X 160 X 300 X 210 X 320 X 110 X 50 X 70 X 190 X 190 X 280 X 320 X 230 X 290 X 320 X 180 X 110 X 100 X 150 X 290 X 310 X 230 X 280 X 30 X 60 X 230 X +USW00014922199207WDFG 360W X 180W X 270W X 315W X 360W X 135W X 135W X 225W X 225W X 315W X 360W X 360W X 90W X 135W X 225W X 225W X 315W X 225W X 270W X 360W X 180W X 90W X 90W X 135W X 315W X 315W X 225W X 315W X 45W X 90W X 225W X +USW00014922199207WSF1 80 X 89 X 107 X 76 X 63 X 63 X 63 X 103 X 72 X 80 X 45 X 76 X 67 X 45 X 72 X 94 X 76 X 54 X 89 X 67 X 63 X 94 X 67 X 76 X 54 X 80 X 67 X 72 X 58 X 58 X 67 X +USW00014922199207WSFG 108 X 123 X 149 X 113 X 87 X 87 X 82 X 123 X 108 X 139 X 77 X 103 X 93 X 62 X 82 X 134 X 108 X 72 X 134 X 108 X 77 X 113 X 93 X 93 X 67 X 118 X 98 X 108 X 67 X 93 X 118 X +USW00014922199207WT01 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199207WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199207WT08 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199207WT14-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199207WT16 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922199208TMAX 289 0 239 0 228 0 233 0 244 0 228 0 228 0 317 0 328 0 261 0 256 0 206 0 217 0 222 0 228 0 233 0 239 0 256 0 250 0 267 0 267 0 278 0 300 0 244 0 161 0 206 0 211 0 222 0 267 0 206 0 206 0 +USW00014922199208TMIN 172 0 139 0 117 0 106 0 133 0 144 0 172 0 172 0 222 0 167 0 133 0 122 0 117 0 83 0 94 0 106 0 144 0 122 0 106 0 128 0 178 0 172 0 183 0 144 0 139 0 94 0 111 0 106 0 133 0 122 0 72 0 +USW00014922199208PRCP 297 0 0T 0 48 0 0 0 0 0 48 0 391 0 0 0 15 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 3 0 0 0 0 0 185 0 160 0 0 0 0T 0 0 0 0T 0 0 0 0 0 +USW00014922199208SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199208ACMH 60 X 60 X 30 X 70 X 30 X 90 X 80 X 20 X 40 X 10 X 30 X 60 X 70 X 30 X 10 X 30 X 70 X 10 X 20 X 60 X 90 X 30 X 30 X 100 X 100 X 70 X 60 X 60 X 40 X 30 X 10 X +USW00014922199208ACSH 60 X 50 X 40 X 90 X 30 X 100 X 100 X 10 X 30 X 0 X 40 X 90 X 80 X 50 X 10 X 40 X 80 X 10 X 20 X 70 X 100 X 30 X 30 X 100 X 100 X 70 X 60 X 80 X 50 X 40 X 20 X +USW00014922199208AWND 49 X 46 X 41 X 29 X 38 X 47 X 40 X 33 X 48 X 58 X 49 X 40 X 25 X 3 X 18 X 32 X 42 X 35 X 22 X 53 X 41 X 66 X 64 X 38 X 51 X 41 X 27 X 34 X 55 X 72 X 40 X +USW00014922199208FMTM 1902 X 1150 X 1853 X 1250 X 1251 X 1652 X 0704 X 2250 X 2111 X 1450 X 1451 X 1350 X 1352 X 1054 X 1651 X 1252 X 1633 X 1451 X 1053 X 1252 X 0550 X 1752 X 1453 X 0050 X 1754 X 0050 X 1050 X 1454 X 1752 X 1351 X 1051 X +USW00014922199208PGTM 1918 X 1037 X 1332 X 1436 X 1313 X 1651 X 0725 X 2339 X 2029 X 1414 X 1753 X 1353 X 1346 X 1138 X 1422 X 1324 X 1557 X 1613 X 1656 X 1347 X 0007 X 1533 X 1639 X 2018 X 1859 X 1424 X 1247 X 1431 X 1704 X 1224 X 1201 X +USW00014922199208TSUN 642 X 790 X 773 X 724 X 823 X 321 X 235 X 786 X 772 X 834 X 692 X 516 X 534 X 692 X 812 X 805 X 403 X 803 X 786 X 687 X 620 X 723 X 694 X 4 X 36 X 586 X 621 X 660 X 640 X 715 X 799 X +USW00014922199208WDF1 260 X 330 X 350 X 60 X 150 X 120 X 140 X 180 X 340 X 300 X 300 X 10 X 50 X 120 X 160 X 180 X 310 X 360 X 90 X 190 X 220 X 190 X 180 X 200 X 350 X 20 X 20 X 170 X 300 X 290 X 320 X +USW00014922199208WDFG 225W X 315W X 360W X 90W X 135W X 135W X 135W X 180W X 225W X 315W X 315W X 360W X 45W X 135W X 180W X 180W X 180W X 315W X 135W X 180W X 225W X 180W X 180W X 360W X 360W X 360W X 360W X 180W X 315W X 315W X 315W X +USW00014922199208WSF1 130 X 72 X 58 X 54 X 72 X 67 X 76 X 58 X 72 X 98 X 94 X 94 X 54 X 22 X 40 X 63 X 76 X 67 X 40 X 89 X 67 X 112 X 94 X 67 X 63 X 63 X 45 X 72 X 94 X 103 X 72 X +USW00014922199208WSFG 175 X 98 X 134 X 62 X 87 X 87 X 108 X 72 X 93 X 118 X 123 X 103 X 72 X 41 X 67 X 87 X 113 X 103 X 57 X 108 X 87 X 139 X 118 X 87 X 98 X 82 X 62 X 77 X 159 X 159 X 93 X +USW00014922199208WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199208WT03 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199208WT05 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199208WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199208WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199208WT16 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 +USW00014922199209TMAX 211 0 233 0 222 0 228 0 250 0 222 0 233 0 183 0 189 0 172 0 222 0 217 0 256 0 239 0 261 0 283 0 183 0 150 0 183 0 217 0 244 0 139 0 206 0 206 0 228 0 167 0 222 0 117 0 178 0 244 0-9999 +USW00014922199209TMIN 106 0 167 0 106 0 133 0 167 0 106 0 100 0 50 0 106 0 78 0 56 0 156 0 189 0 150 0 133 0 156 0 128 0 56 0 44 0 94 0 100 0 50 0 56 0 106 0 78 0 100 0 28 0 22 0 6 0 61 0-9999 +USW00014922199209PRCP 13 0 3 0 0 0 272 0 91 0 0 0 15 0 0T 0 5 0 0T 0 0 0 0 0 10 0 13 0 658 0 203 0 25 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0-9999 +USW00014922199209SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199209ACMH 90 X 70 X 0 X 80 X 90 X 30 X 90 X 40 X 70 X 60 X 40 X 90 X 100 X 60 X 70 X 80 X 100 X 70 X 40 X 40 X 60 X 0 X 30 X 0 X 30 X 80 X 30 X 20 X 50 X 30 X-9999 +USW00014922199209ACSH 100 X 90 X 10 X 90 X 100 X 0 X 100 X 40 X 70 X 80 X 40 X 90 X 100 X 70 X 80 X 80 X 100 X 70 X 70 X 30 X 60 X 0 X 30 X 0 X 10 X 90 X 30 X 0 X 70 X 40 X-9999 +USW00014922199209AWND 50 X 56 X 34 X 70 X 57 X 35 X 60 X 45 X 58 X 51 X 51 X 67 X 60 X 32 X 49 X 62 X 46 X 63 X 44 X 54 X 59 X 44 X 64 X 72 X 64 X 43 X 59 X 52 X 30 X 27 X-9999 +USW00014922199209FMTM 2150 X 0152 X 1052 X 1455 X 0951 X 0150 X 2150 X 1450 X 1716 X 1550 X 1550 X 1150 X 1450 X 2353 X 2216 X 1350 X 2250 X 1552 X 1550 X 1353 X 1750 X 1051 X 1350 X 1350 X 1250 X 1309 X 2050 X 0052 X 1250 X 1255 X-9999 +USW00014922199209PGTM 2147 X 0149 X 1134 X 1543 X 0947 X 0312 X 2156 X 1352 X 2021 X 1103 X 1408 X 1153 X 1447 X 0606 X 1753 X 1748 X 2300 X 0426 X 1623 X 1232 X 1752 X 0333 X 1414 X 1035 X 1624 X 1658 X 2046 X 0133 X 1217 X 1324 X-9999 +USW00014922199209TSUN 312 X 337 X 786 X 256 X 237 X 742 X 127 X 594 X 355 X 360 X 754 X 352 X 165 X 495 X 414 X 414 X 273 X 509 X 539 X 643 X 485 X 732 X 590 X 725 X 661 X 210 X 603 X 675 X 577 X 652 X-9999 +USW00014922199209WDF1 130 X 180 X 300 X 170 X 180 X 330 X 320 X 200 X 280 X 300 X 190 X 180 X 230 X 340 X 130 X 180 X 310 X 300 X 180 X 180 X 310 X 320 X 170 X 170 X 150 X 250 X 320 X 310 X 180 X 170 X-9999 +USW00014922199209WDFG 135W X 180W X 270W X 180W X 180W X 315W X 315W X 225W X 270W X 315W X 180W X 180W X 225W X 90W X 180W X 270W X 315W X 315W X 180W X 180W X 315W X 315W X 180W X 180W X 135W X 270W X 315W X 315W X 225W X 180W X-9999 +USW00014922199209WSF1 72 X 80 X 54 X 107 X 94 X 63 X 103 X 67 X 103 X 72 X 98 X 89 X 89 X 72 X 94 X 98 X 76 X 94 X 80 X 72 X 103 X 72 X 98 X 107 X 98 X 67 X 130 X 94 X 67 X 54 X-9999 +USW00014922199209WSFG 98 X 103 X 77 X 170 X 129 X 72 X 134 X 98 X 144 X 108 X 123 X 118 X 123 X 113 X 129 X 129 X 113 X 149 X 113 X 108 X 134 X 113 X 123 X 149 X 139 X 87 X 180 X 139 X 93 X 67 X-9999 +USW00014922199209WT01-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199209WT03-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199209WT05-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199209WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199209WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199209WT16 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199210TMAX 267 0 289 0 228 0 211 0 228 0 161 0 89 0 111 0 111 0 150 0 178 0 139 0 106 0 83 0 67 0 44 0 78 0 28 0 50 0 67 0 122 0 272 0 206 0 183 0 261 0 122 0 161 0 89 0 72 0 72 0 67 0 +USW00014922199210TMIN 89 0 100 0 106 0 100 0 111 0 83 0 67 0 67 0 67 0 50 0 11 0 50 0 22 0 22 0 -6 0 -17 0 -17 0 -50 0 -44 0 -17 0 0 0 83 0 89 0 22 0 50 0 22 0 -6 0 -6 0 -39 0 -56 0 33 0 +USW00014922199210PRCP 0 0 0 0 0 0 0 0 0 0 175 0 173 0 89 0 10 0 0T 0 0 0 0 0 0 0 0 0 53 0 13 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 +USW00014922199210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 13 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00014922199210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199210ACMH 10 X 10 X 0 X 10 X 70 X 100 X 100 X 100 X 100 X 60 X 40 X 40 X 90 X 80 X 80 X 80 X 60 X 10 X 90 X 60 X 20 X 10 X 60 X 50 X 30 X 0 X 0 X 40 X 0 X 60 X 100 X +USW00014922199210ACSH 10 X 0 X 0 X 10 X 70 X 100 X 100 X 100 X 100 X 60 X 60 X 30 X 100 X 80 X 80 X 80 X 90 X 10 X 100 X 70 X 0 X 20 X 60 X 70 X 30 X 0 X 0 X 80 X 0 X 80 X 100 X +USW00014922199210AWND 11 X 27 X 42 X 55 X 54 X 40 X 59 X 57 X 46 X 43 X 43 X 67 X 40 X 58 X 42 X 52 X 42 X 36 X 51 X 42 X 52 X 64 X 49 X 18 X 54 X 40 X 38 X 41 X 24 X 20 X 48 X +USW00014922199210FMTM 1453 X 2251 X 1450 X 1453 X 0850 X 2354 X 2150 X 1350 X 1552 X 1550 X 2252 X 1351 X 1550 X 0555 X 1746 X 0750 X 2051 X 1050 X 1854 X 1250 X 1550 X 1552 X 1150 X 1853 X 1850 X 1151 X 1350 X 0950 X 1551 X 2153 X 2250 X +USW00014922199210PGTM 1437 X 2303 X 1124 X 1502 X 1437 X 1959 X 1904 X 0254 X 1443 X 1516 X 2229 X 1450 X 1547 X 0617 X 1523 X 1116 X 2052 X 1217 X 1406 X 1102 X 1558 X 1435 X 1509 X 1858 X 1753 X 1139 X 1411 X 1203 X 1313 X 2220 X 2248 X +USW00014922199210TSUN 702 X 625 X 695 X 616 X 474 X 0 X 0 X 9 X 32 X 519 X 616 X 632 X 169 X 357 X 156 X 183 X 417 X 527 X 31 X 185 X 529 X 500 X 495 X 531 X 511 X 626 X 569 X 60 X 568 X 351 X 0 X +USW00014922199210WDF1 260 X 360 X 70 X 110 X 170 X 360 X 10 X 20 X 240 X 300 X 260 X 290 X 130 X 360 X 80 X 320 X 340 X 330 X 160 X 340 X 130 X 190 X 300 X 50 X 320 X 330 X 200 X 340 X 60 X 100 X 80 X +USW00014922199210WDFG 270W X 360W X 90W X 90W X 180W X 45W X 360W X 360W X 270W X 315W X 270W X 315W X 135W X 360W X 45W X 315W X 360W X 315W X 180W X 315W X 135W X 180W X 315W X 45W X 315W X 315W X 180W X 315W X 360W X 90W X 90W X +USW00014922199210WSF1 31 X 58 X 58 X 76 X 76 X 63 X 89 X 94 X 63 X 72 X 63 X 103 X 80 X 80 X 58 X 94 X 72 X 67 X 80 X 76 X 94 X 94 X 76 X 31 X 89 X 76 X 76 X 63 X 54 X 40 X 72 X +USW00014922199210WSFG 46 X 72 X 87 X 108 X 103 X 87 X 139 X 113 X 98 X 108 X 82 X 139 X 98 X 123 X 87 X 118 X 98 X 87 X 129 X 118 X 113 X 144 X 108 X 46 X 123 X 103 X 108 X 103 X 72 X 57 X 98 X +USW00014922199210WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199210WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199210WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199210WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199210WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199210WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199210WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199211TMAX 56 0 17 0 11 0 6 0 -6 0 -22 0 -28 0 22 0 89 0 89 0 78 0 50 0 0 0 -11 0 6 0 33 0 17 0 33 0 39 0 39 0 22 0 11 0 0 0 22 0 17 0 11 0 22 0 50 0 -11 0 -11 0-9999 +USW00014922199211TMIN 6 0 6 0 0 0 -17 0 -33 0 -50 0 -61 0 -39 0 17 0 17 0 -39 0 -17 0 -44 0 -67 0 -89 0 -22 0 -22 0 0 0 -6 0 11 0 0 0 -6 0 -11 0 -11 0 -28 0 -56 0 -89 0 -78 0 -72 0 -72 0-9999 +USW00014922199211PRCP 145 0 160 0 56 0 10 0 0T 0 0T 0 0T 0 0T 0 5 0 0T 0 0 0 5 0 0T 0 0T 0 0 0 0 0 0T 0 28 0 43 0 38 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 3 0 3 0-9999 +USW00014922199211SNOW 64 0 135 0 30 0 10 0 3 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0 0 0 0 0T 0 46 0 13 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 3 0-9999 +USW00014922199211SNWD 0 0 102 0 152 0 127 0 127 0 127 0 127 0 127 0 102 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00014922199211ACMH 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 10 X 50 X 80 X 90 X 50 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 0 X 0 X 70 X 80 X-9999 +USW00014922199211ACSH 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 0 X 40 X 100 X 90 X 40 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 0 X 10 X 90 X 100 X-9999 +USW00014922199211AWND 69 X 46 X 40 X 54 X 40 X 31 X 28 X 49 X 43 X 54 X 42 X 72 X 61 X 38 X 22 X 48 X 26 X 33 X 51 X 44 X 53 X 42 X 21 X 21 X 59 X 45 X 21 X 30 X 36 X 37 X-9999 +USW00014922199211FMTM 1351 X 0230 X 1253 X 1050 X 1550 X 1652 X 1150 X 1350 X 2052 X 1550 X 1054 X 1151 X 1250 X 1454 X 2353 X 2050 X 0150 X 1927 X 1350 X 2351 X 0451 X 1050 X 0353 X 2350 X 1750 X 0050 X 1650 X 2252 X 1250 X 2052 X-9999 +USW00014922199211PGTM 1308 X 1220 X 1005 X 0955 X 1654 X 1958 X 1153 X 1143 X 2034 X 1549 X 1046 X 1258 X 1332 X 1537 X 2331 X 2044 X 0149 X-9999 1657 X 2122 X 0200 X 1135 X 0716 X 0620 X 1047 X 0747 X 1238 X 2347 X 1641 X 1915 X-9999 +USW00014922199211TSUN 0 X 0 X 0 X 2 X 0 X 0 X 57 X 2 X 74 X 6 X 438 X 322 X 1 X 66 X 425 X 17 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 287 X 419 X 398 X 0 X 0 X-9999 +USW00014922199211WDF1 60 X 40 X 250 X 310 X 320 X 60 X 140 X 120 X 140 X 300 X 220 X 310 X 310 X 290 X 150 X 10 X 360 X 90 X 90 X 350 X 310 X 60 X 80 X 360 X 360 X 350 X 250 X 200 X 330 X 160 X-9999 +USW00014922199211WDFG 45W X 360W X 270W X 315W X 360W X 90W X 135W X 90W X 135W X 315W X 225W X 315W X 315W X 270W X 135W X 360W X 360W X-9999 90W X 360W X 360W X 90W X 45W X 360W X 45W X 315W X 315W X 225W X 315W X 225W X-9999 +USW00014922199211WESD-9999 127 X 127 X 127 X 127 X 127 X 127 X 127 X 127 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199211WSF1 89 X 67 X 54 X 72 X 58 X 40 X 40 X 67 X 67 X 76 X 67 X 125 X 80 X 58 X 40 X 63 X 58 X 45 X 80 X 63 X 89 X 63 X 40 X 31 X 80 X 72 X 31 X 58 X 58 X 54 X-9999 +USW00014922199211WSFG 123 X 93 X 67 X 118 X 103 X 57 X 57 X 93 X 87 X 118 X 87 X 185 X 123 X 72 X 51 X 72 X 62 X-9999 93 X 93 X 98 X 93 X 51 X 46 X 118 X 93 X 51 X 67 X 77 X 72 X-9999 +USW00014922199211WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922199211WT04 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199211WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922199211WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199211WT14-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199211WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922199211WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199211WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199211WT18 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00014922199212TMAX 56 0 6 0 -11 0 -33 0 -61 0 -22 0 -22 0 -17 0 17 0 22 0 -22 0 28 0 17 0 17 0 22 0 -11 0 -22 0 -33 0 -28 0 -50 0 6 0 22 0 -78 0 -11 0 -11 0 -83 0 28 0 -61 0 -22 0 -67 0 -167 0 +USW00014922199212TMIN -72 0 -28 0 -44 0 -128 0 -167 0 -83 0 -61 0 -67 0 -17 0 -39 0 -44 0 -33 0 6 0 6 0 -11 0 -39 0 -89 0 -94 0 -172 0 -200 0 -117 0 -122 0 -222 0 -239 0 -189 0 -189 0 -100 0 -94 0 -72 0 -167 0 -244 0 +USW00014922199212PRCP 5 0 0T 0 33 0 0T 0 0 0 5 0 0T 0 0T 0 3 0 0T 0 0T 0 0 0 69 0 18 0 15 0 5 0 0T 0 30 0 0T 0 0 0 0 0 0 0 5 0 3 0 0T 0 0 0 0 0 30 0 41 0 5 0 0T 0 +USW00014922199212SNOW 5 0 0T 0 33 0 0T 0 0 0 5 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 28 0 0T 0 13 0 5 0 0T 0 30 0 0T 0 0 0 0 0 0 0 8 0 8 0 0T 0 0 0 0 0 56 0 43 0 0T 0 0T 0 +USW00014922199212SNWD 0 0 0T 0 0 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 25 0 25 0 25 0 51 0 51 0 51 0 25 0 25 0 51 0 51 0 51 0 51 0 25 0 127 0 127 0 102 0 +USW00014922199212ACMH 100 X 100 X 100 X 60 X 10 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 60 X 100 X 40 X 40 X 50 X 80 X 40 X 70 X 30 X 90 X 80 X 80 X 100 X 100 X 30 X +USW00014922199212ACSH 100 X 100 X 100 X 80 X 0 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 100 X 20 X 30 X 20 X 80 X 40 X 100 X 20 X 100 X 100 X 100 X 100 X 100 X 70 X +USW00014922199212AWND 58 X 63 X 34 X 59 X 42 X 39 X 30 X 47 X 53 X 42 X 43 X 56 X 54 X 29 X 31 X 40 X 32 X 41 X 51 X 30 X 64 X 46 X 65 X 72 X 88 X 58 X 25 X 44 X 25 X 34 X 55 X +USW00014922199212FMTM 2151 X 0650 X 2351 X 1438 X 1250 X 1226 X 1250 X 2052 X 0814 X 1950 X 1753 X 2150 X 0750 X 1215 X 2251 X 0650 X 0650 X 1150 X 1350 X 2050 X 0236 X 1850 X 1053 X 2353 X 0211 X 1552 X 2353 X 0750 X 0037 X 2354 X 0750 X +USW00014922199212PGTM 2230 X 0506 X 2311 X-9999 -9999 -9999 -9999 2058 X 0624 X 1744 X-9999 2141 X 1120 X 1217 X 2351 X 0511 X 1016 X 1124 X 1546 X 1942 X 0309 X 2040 X 0959 X 1244 X 0128 X 2028 X 0117 X 1442 X 1034 X 2306 X 0034 X +USW00014922199212TSUN 0 X 0 X 0 X 296 X 537 X 0 X 0 X 0 X 0 X 67 X 0 X 85 X 0 X 0 X 0 X 0 X 329 X 53 X 460 X 490 X 418 X 246 X 433 X 5 X 458 X 349 X 380 X 21 X 0 X 45 X 492 X +USW00014922199212WDF1 300 X 320 X 310 X 310 X 220 X 220 X 230 X 150 X 160 X 320 X 130 X 120 X 120 X 140 X 300 X 330 X 300 X 160 X 260 X 130 X 210 X 310 X 300 X 290 X 290 X 110 X 110 X 360 X 350 X 290 X 300 X +USW00014922199212WDFG 315W X 315W X 315W X-9999 -9999 -9999 -9999 135W X 135W X 315W X-9999 135W X 90W X 135W X 315W X 315W X 270W X 180W X 270W X 135W X 180W X 315W X 315W X 180W X 270W X 90W X 135W X 360W X 315W X 315W X 315W X +USW00014922199212WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 X 51 X 51 X 51 X 51 X 51 X 51 X 51 X 51 X-9999 102 X 51 X 51 X +USW00014922199212WSF1 94 X 89 X 63 X 76 X 72 X 58 X 54 X 89 X 76 X 76 X 67 X 89 X 76 X 63 X 40 X 58 X 45 X 67 X 80 X 54 X 94 X 89 X 98 X 130 X 143 X 103 X 54 X 63 X 40 X 67 X 72 X +USW00014922199212WSFG 118 X 170 X 87 X-9999 -9999 -9999 -9999 108 X 118 X 108 X-9999 129 X 98 X 72 X 62 X 77 X 72 X 108 X 113 X 87 X 134 X 134 X 134 X 154 X 195 X 123 X 72 X 113 X 62 X 98 X 103 X +USW00014922199212WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922199212WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199212WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00014922199212WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199212WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199212WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199212WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922199212WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922199212WT18 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 +USW00014922199301TMAX -156 0 -17 0 6 0 -94 0 -89 0 -128 0 -117 0 -100 0 -89 0 -78 0 -56 0 -22 0 -28 0 -44 0 -89 0 -28 0 -100 0 -67 0 -39 0 0 0 0 0 0 0 22 0 -67 0 -56 0 39 0 -44 0 -22 0 -100 0 39 0 72 0 +USW00014922199301TMIN -267 0 -156 0 -94 0 -167 0 -167 0 -217 0 -206 0 -228 0 -133 0 -139 0 -139 0 -67 0 -72 0 -183 0 -211 0 -117 0 -211 0 -228 0 -117 0 -128 0 -28 0 -72 0 -78 0 -178 0 -217 0 -83 0 -133 0 -189 0 -233 0 -111 0 11 0 +USW00014922199301PRCP 0T 0 5 0 5 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 13 0 160 0 33 0 5 0 0T 0 0T 0 0 0 0 0 0 0 43 0 18 0 0 0 18 0 0 0 0 0 3 0 15 0 0 0 0 0 0 0 0 0 +USW00014922199301SNOW 0T 0 0T 0 0T 0 0 0 3 0 0 0 0T 0 0 0 0 0 0 0 20 0 157 0 41 0 15 0 0T 0 0T 0 0 0 0 0 0 0 0 0 23 0 0 0 18 0 0 0 0 0 3 0 25 0 0 0 0 0 0 0 0 0 +USW00014922199301SNWD 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 152 0 254 0 279 0 279 0 279 0 279 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 229 0 229 0 229 0 229 0 203 0 +USW00014922199301ACMH 20 X 100 X 100 X 50 X 80 X 20 X 30 X 50 X 100 X 60 X 100 X 100 X 100 X 70 X 40 X 50 X 0 X 90 X 50 X 90 X 100 X 50 X 70 X 20 X 30 X 50 X 80 X 50 X 0 X 50 X 50 X +USW00014922199301ACSH 0 X 100 X 100 X 40 X 100 X 20 X 50 X 50 X 100 X 60 X 100 X 100 X 100 X 90 X 0 X 50 X 10 X 100 X 60 X 100 X 100 X 20 X 100 X 30 X 20 X 70 X 100 X 50 X 0 X 50 X 70 X +USW00014922199301AWND 22 X 54 X 29 X 47 X 19 X 34 X 19 X 24 X 54 X 36 X 50 X 59 X 46 X 30 X 26 X 69 X 46 X 38 X 39 X 44 X 27 X 38 X 70 X 37 X 36 X 74 X 29 X 65 X 46 X 64 X 51 X +USW00014922199301FMTM 2155 X 1550 X 2354 X 0652 X 0452 X 1453 X 1950 X 2354 X 1351 X 1953 X 2150 X 2052 X 1350 X 1650 X 2352 X 2052 X 0751 X 1150 X 1350 X 1551 X 2152 X 2350 X 1341 X 2353 X 2352 X 1054 X 1706 X 1000 X 2250 X 1150 X 1352 X +USW00014922199301PGTM 2159 X 1500 X 2036 X 2017 X 0948 X 1918 X 1649 X 2252 X 1356 X 2002 X 1825 X 1646 X 1038 X 1610 X 1617 X 2218 X 0629 X 1505 X 1347 X 1613 X 1833 X 2332 X 1536 X 0001 X 2344 X 1145 X 1707 X 0927 X 2028 X 1709 X 1433 X +USW00014922199301TSUN 464 X 0 X 126 X 476 X 336 X 485 X 426 X 412 X 372 X 444 X 331 X 201 X 302 X 409 X 501 X 482 X 555 X 307 X 366 X 229 X 102 X 477 X 28 X 555 X 457 X 231 X 30 X 505 X 582 X 509 X 488 X +USW00014922199301WDF1 100 X 150 X 310 X 310 X 340 X 220 X 260 X 30 X 50 X 60 X 90 X 40 X 340 X 240 X 180 X 310 X 310 X 200 X 190 X 100 X 240 X 80 X 330 X 310 X 160 X 260 X 100 X 310 X 220 X 220 X 280 X +USW00014922199301WDFG 90W X 135W X 315W X 315W X 360W X 180W X 135W X 360W X 45W X 45W X 90W X 45W X 360W X 225W X 180W X 315W X 270W X 180W X 180W X 135W X 225W X 90W X 315W X 315W X 180W X 270W X 90W X 315W X 225W X 225W X 270W X +USW00014922199301WESD 51 X 51 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 152 X 279 X 279 X 279 X 279 X 432 X 432 X 432 X 305 X 305 X 356 X 381 X 406 X 406 X 381 X 229 X 229 X 229 X 229 X 356 X +USW00014922199301WSF1 54 X 76 X 67 X 76 X 31 X 58 X 36 X 54 X 76 X 54 X 72 X 80 X 67 X 54 X 40 X 89 X 72 X 72 X 67 X 67 X 63 X 54 X 112 X 67 X 80 X 103 X 63 X 116 X 67 X 89 X 72 X +USW00014922199301WSFG 62 X 108 X 108 X 98 X 46 X 67 X 41 X 67 X 98 X 67 X 93 X 103 X 123 X 72 X 62 X 108 X 93 X 98 X 82 X 82 X 87 X 108 X 170 X 87 X 103 X 175 X 62 X 154 X 87 X 108 X 113 X +USW00014922199301WT01-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00014922199301WT04 1 X 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199301WT06-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199301WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199301WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199301WT15-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199301WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199301WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199301WT18 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199302TMAX 56 0 33 0 33 0 -22 0 0 0 -6 0 6 0 -33 0 6 0 -6 0 -44 0 -17 0 -28 0 -72 0 -100 0 -133 0 -178 0 -111 0 -67 0 -56 0 -33 0 -56 0 -144 0 -100 0 -56 0 -28 0 -33 0 6 0-9999 -9999 -9999 +USW00014922199302TMIN -44 0 -56 0 -67 0 -61 0 -22 0 -39 0 -39 0 -61 0 -33 0 -50 0 -78 0 -78 0 -117 0 -172 0 -183 0 -200 0 -244 0 -228 0 -211 0 -111 0 -67 0 -167 0 -222 0 -239 0 -178 0 -183 0 -128 0 -156 0-9999 -9999 -9999 +USW00014922199302PRCP 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0T 0 8 0 10 0 0T 0 18 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 36 0 18 0 0T 0 0 0 0 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00014922199302SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 5 0 13 0 3 0 18 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 61 0 23 0 0T 0 0 0 0 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00014922199302SNWD 178 0 152 0 152 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 203 0 229 0 229 0 203 0 203 0 203 0 203 0-9999 -9999 -9999 +USW00014922199302ACMH 0 X 50 X 60 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 40 X 50 X 50 X 0 X 10 X 70 X 100 X 100 X 100 X 20 X 20 X 60 X 10 X 40 X 40 X-9999 -9999 -9999 +USW00014922199302ACSH 0 X 80 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 70 X 50 X 50 X 0 X 20 X 90 X 90 X 100 X 100 X 0 X 0 X 60 X 0 X 20 X 50 X-9999 -9999 -9999 +USW00014922199302AWND 26 X 36 X 21 X 30 X 26 X 42 X 48 X 31 X 32 X 49 X 61 X 31 X 37 X 32 X 32 X 38 X 49 X 34 X 17 X 25 X 44 X 47 X 47 X 22 X 21 X 16 X 31 X 32 X-9999 -9999 -9999 +USW00014922199302FMTM 1650 X 1351 X 1850 X 1950 X 0651 X 2154 X 0052 X 0150 X 1353 X 1952 X 1250 X 0252 X 1450 X 1450 X 1350 X 1350 X 1552 X 0953 X 1350 X 1251 X 1353 X 1450 X 1652 X 1551 X 1754 X 1754 X 1750 X 1150 X-9999 -9999 -9999 +USW00014922199302PGTM 1652 X 1124 X 0008 X 1902 X 1806 X 2222 X 1958 X 0157 X 1427 X 1858 X 0833 X 1309 X 1331 X 1449 X 1325 X 1328 X 1511 X 1338 X 1352 X-9999 1351 X 2147 X 1221 X 1515 X 1732 X 1601 X 1356 X 1147 X-9999 -9999 -9999 +USW00014922199302TSUN 588 X 495 X 324 X 205 X 0 X 0 X 0 X 134 X 6 X 0 X 58 X 375 X 490 X 558 X 526 X 488 X 633 X 635 X 532 X 198 X 346 X 436 X 603 X 618 X 528 X 661 X 568 X 561 X-9999 -9999 -9999 +USW00014922199302WDF1 210 X 210 X 280 X 230 X 210 X 190 X 210 X 10 X 210 X 40 X 60 X 50 X 300 X 300 X 310 X 300 X 250 X 300 X 230 X 90 X 10 X 300 X 270 X 210 X 360 X 220 X 200 X 200 X-9999 -9999 -9999 +USW00014922199302WDFG 225W X 180W X 225W X 225W X 360W X 180W X 360W X 360W X 225W X 45W X 45W X 360W X 270W X 315W X 315W X 315W X 270W X 225W X 225W X-9999 360W X 315W X 270W X 225W X 360W X 225W X 135W X 225W X-9999 -9999 -9999 +USW00014922199302WESD 356 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 330 X 356 X 356 X 356 X 356 X 356 X 356 X 330 X 381 X 381 X 381 X 381 X 406 X 406 X 406 X-9999 -9999 -9999 +USW00014922199302WSF1 45 X 72 X 36 X 58 X 36 X 76 X 76 X 45 X 45 X 72 X 76 X 45 X 67 X 63 X 63 X 63 X 76 X 58 X 54 X 45 X 72 X 67 X 67 X 45 X 36 X 40 X 45 X 63 X-9999 -9999 -9999 +USW00014922199302WSFG 57 X 82 X 67 X 67 X 51 X 103 X 108 X 62 X 62 X 93 X 103 X 67 X 82 X 72 X 87 X 93 X 103 X 77 X 57 X-9999 113 X 87 X 93 X 57 X 57 X 51 X 67 X 67 X-9999 -9999 -9999 +USW00014922199302WT01-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922199302WT02-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199302WT06-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199302WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199302WT15-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199302WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199302WT18-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199303TMAX 56 0 61 0 67 0 67 0 56 0 44 0 78 0 33 0 0 0 11 0 -44 0 -56 0 -94 0 -78 0 22 0 39 0 -72 0 -28 0 11 0 17 0 17 0 28 0 94 0 78 0 56 0 117 0 94 0 156 0 167 0 100 0 39 0 +USW00014922199303TMIN -83 0 -78 0 -11 0 -33 0 -50 0 -56 0 -22 0 0 0 -17 0 -106 0 -156 0 -167 0 -194 0 -194 0 -133 0 -139 0 -178 0 -178 0 -33 0 -11 0 -39 0 -28 0 -28 0 -22 0 0 0 0 0 -28 0 -11 0 -22 0 39 0 -33 0 +USW00014922199303PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 84 0 25 0 0 0 0T 0 0 0 0 0 0 0 10 0 0 0 3 0 5 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 124 0 64 0 +USW00014922199303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 81 0 30 0 0 0 3 0 0 0 0 0 0 0 13 0 0 0 5 0 5 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 +USW00014922199303SNWD 203 0 178 0 127 0 102 0 76 0 51 0 25 0 25 0 25 0 76 0 76 0 76 0 76 0 76 0 76 0 51 0 76 0 51 0 51 0 51 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199303ACMH 0 X 40 X 20 X 20 X 0 X 50 X 70 X 100 X 100 X 100 X 10 X 60 X 0 X 10 X 80 X 30 X 0 X 40 X 100 X 100 X 100 X 100 X 40 X 70 X 100 X 10 X 50 X 10 X 30 X 100 X 100 X +USW00014922199303ACSH 10 X 40 X 20 X 20 X 10 X 50 X 50 X 100 X 100 X 100 X 10 X 80 X 0 X 0 X 80 X 30 X 0 X 30 X 100 X 100 X 90 X 100 X 30 X 80 X 100 X 0 X 60 X 10 X 30 X 100 X 100 X +USW00014922199303AWND 30 X 26 X 38 X 34 X 27 X 30 X 44 X 44 X 30 X 67 X 44 X 48 X 42 X 36 X 46 X 81 X 29 X 45 X 33 X 27 X 17 X 33 X 31 X 23 X 23 X 32 X 18 X 20 X 17 X 41 X 80 X +USW00014922199303FMTM 1150 X 1450 X 1553 X 1651 X 1753 X 1654 X 2151 X 1236 X 2053 X 2253 X 2354 X 1851 X 1751 X 1350 X 1050 X 1251 X 0050 X 1251 X 0951 X 1452 X 1750 X 0917 X 1053 X 2312 X 1650 X 1050 X 1350 X 1850 X 1750 X 2050 X 1952 X +USW00014922199303PGTM 1810 X 1443 X 1640 X 1358 X 2141 X 1647 X 1727 X 1131 X 2101 X 1515 X 0923 X 1843 X 1050 X 1338 X 1010 X 1049 X 0228 X 1431 X 0952 X 0643 X 1409 X 1226 X 1353 X 2343 X 1632 X 1056 X 1216 X 1440 X 1304 X 2120 X 1604 X +USW00014922199303TSUN 671 X 542 X 666 X 615 X 643 X 560 X 544 X 130 X 178 X 472 X 643 X 528 X 706 X 704 X 562 X 586 X 719 X 574 X 341 X 463 X 497 X 401 X 708 X 614 X 270 X 675 X 536 X 651 X 667 X 0 X 132 X +USW00014922199303WDF1 210 X 60 X 70 X 350 X 200 X 240 X 310 X 300 X 120 X 310 X 310 X 310 X 300 X 230 X 150 X 320 X 320 X 140 X 160 X 290 X 60 X 60 X 10 X 220 X 190 X 200 X 110 X 150 X 120 X 360 X 10 X +USW00014922199303WDFG 225W X 45W X 45W X 360W X 180W X 225W X 270W X 315W X 135W X 315W X 315W X 315W X 360W X 225W X 135W X 315W X 315W X 135W X 180W X 315W X 90W X 90W X 360W X 225W X 180W X 180W X 135W X 90W X 90W X 360W X 360W X +USW00014922199303WESD 406 X 406 X 381 X 330 X 330 X-9999 -9999 -9999 -9999 102 X 102 X 102 X 102 X 102 X 102 X 102 X 102 X 102 X 102 X 102 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199303WSF1 54 X 54 X 58 X 58 X 45 X 72 X 63 X 63 X 45 X 94 X 72 X 98 X 67 X 58 X 67 X 130 X 63 X 76 X 63 X 54 X 36 X 58 X 63 X 45 X 45 X 63 X 36 X 31 X 45 X 72 X 107 X +USW00014922199303WSFG 62 X 67 X 82 X 103 X 139 X 87 X 113 X 108 X 67 X 118 X 108 X 139 X 82 X 77 X 113 X 185 X 82 X 108 X 77 X 87 X 57 X 77 X 72 X 51 X 72 X 87 X 57 X 62 X 67 X 98 X 175 X +USW00014922199303WT01-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922199303WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922199303WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199303WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199303WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199303WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00014922199303WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922199303WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199303WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922199303WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199304TMAX 22 0 72 0 106 0 122 0 100 0 100 0 67 0 72 0 128 0 128 0 67 0 78 0 100 0 61 0 89 0 144 0 194 0 200 0 94 0 128 0 150 0 172 0 200 0 133 0 139 0 167 0 189 0 222 0 161 0 150 0-9999 +USW00014922199304TMIN -50 0 -78 0 -67 0 -56 0 -22 0 0 0 28 0 33 0 6 0 -22 0 11 0 11 0 -22 0 11 0 6 0 22 0 17 0 44 0 33 0 11 0 -28 0 17 0 89 0 67 0 22 0 22 0 78 0 67 0 61 0 11 0-9999 +USW00014922199304PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 99 0 41 0 0 0 18 0 84 0 0 0 18 0 46 0 8 0 0 0 0T 0 0 0 5 0 0 0 0 0 0 0 3 0 0T 0 0 0 5 0 163 0 3 0 13 0 3 0-9999 +USW00014922199304SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199304SNWD 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199304ACMH 20 X 0 X 0 X 10 X 30 X 80 X 100 X 100 X 60 X 70 X 100 X 90 X 80 X 100 X 100 X 50 X 50 X 70 X 100 X 60 X 10 X 30 X 100 X 70 X 30 X 50 X 80 X 50 X 50 X 70 X-9999 +USW00014922199304ACSH 0 X 0 X 0 X 10 X 20 X 80 X 100 X 100 X 70 X 90 X 100 X 100 X 100 X 100 X 100 X 50 X 40 X 80 X 100 X 70 X 10 X 30 X 100 X 90 X 40 X 60 X 100 X 50 X 50 X 90 X-9999 +USW00014922199304AWND 67 X 39 X 13 X 15 X 28 X 30 X 34 X 27 X 44 X 41 X 59 X 28 X 42 X 68 X 97 X 61 X 46 X 49 X 95 X 61 X 40 X 51 X 77 X 56 X 42 X 62 X 69 X 45 X 51 X 28 X-9999 +USW00014922199304FMTM 0650 X 1353 X 1453 X 1552 X 1550 X 1153 X 0650 X 2053 X 0952 X 1953 X 0453 X 1551 X 1450 X 1652 X 1850 X 1153 X 1353 X 2350 X 1152 X 1050 X 1552 X 1052 X 1150 X 1150 X 0750 X 1552 X 1251 X 2152 X 1152 X 2253 X-9999 +USW00014922199304PGTM 0832 X 1320 X 1427 X 1507 X 1318 X 1153 X 0707 X 2053 X 1010 X 2026 X 0423 X 1748 X 1544 X 1202 X 1703 X 1226 X 1727 X 1643 X 1028 X 0118 X 1242 X 1039 X 1718 X 1228 X 1212 X 1953 X 1313 X 1344 X 1401 X 1300 X-9999 +USW00014922199304TSUN 731 X 769 X 772 X 775 X 644 X 632 X 0 X 12 X 660 X 628 X 332 X 541 X 580 X 77 X 463 X 738 X 774 X 634 X 124 X 776 X 822 X 725 X 685 X 167 X 770 X 715 X 453 X 688 X 795 X 633 X-9999 +USW00014922199304WDF1 360 X 320 X 320 X 120 X 110 X 140 X 40 X 300 X 300 X 50 X 60 X 360 X 50 X 50 X 360 X 350 X 250 X 40 X 50 X 360 X 290 X 180 X 120 X 290 X 350 X 180 X 180 X 300 X 300 X 60 X-9999 +USW00014922199304WDFG 360W X 315W X 315W X 135W X 135W X 135W X 45W X 315W X 315W X 45W X 45W X 45W X 45W X 45W X 360W X 315W X 225W X 180W X 45W X 360W X 270W X 180W X 90W X 315W X 315W X 180W X 180W X 225W X 270W X 225W X-9999 +USW00014922199304WSF1 89 X 63 X 31 X 45 X 58 X 63 X 63 X 54 X 80 X 89 X 89 X 40 X 80 X 98 X 134 X 94 X 80 X 72 X 134 X 94 X 76 X 89 X 107 X 89 X 63 X 98 X 107 X 67 X 103 X 40 X-9999 +USW00014922199304WSFG 144 X 87 X 67 X 62 X 93 X 82 X 87 X 72 X 118 X 123 X 123 X 57 X 93 X 149 X 216 X 134 X 134 X 118 X 185 X 164 X 113 X 123 X 149 X 134 X 98 X 129 X 149 X 108 X 154 X 57 X-9999 +USW00014922199304WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922199304WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199304WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199304WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922199304WT18 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199305TMAX 128 0 122 0 183 0 217 0 250 0 211 0 228 0 261 0 228 0 167 0 267 0 233 0 211 0 233 0 144 0 167 0 178 0 156 0 144 0 167 0 206 0 217 0 178 0 128 0 194 0 211 0 244 0 167 0 178 0 139 0 156 0 +USW00014922199305TMIN 78 0 67 0 78 0 94 0 72 0 128 0 178 0 156 0 150 0 128 0 122 0 106 0 50 0 117 0 61 0 28 0 44 0 67 0 78 0 28 0 56 0 83 0 128 0 100 0 89 0 106 0 117 0 94 0 78 0 61 0 39 0 +USW00014922199305PRCP 137 0 0T 0 0 0 0 0 0 0 64 0 0 0 147 0 25 0 185 0 0 0 0 0 0 0 0T 0 0 0 0 0 64 0 0T 0 0 0 0T 0 0 0 48 0 94 0 64 0 0 0 28 0 41 0 0 0 0 0 124 0 0 0 +USW00014922199305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199305ACMH 100 X 100 X 100 X 80 X 60 X 90 X 100 X 90 X 90 X 90 X 60 X 0 X 50 X 30 X 30 X 10 X 70 X 60 X 90 X 70 X 60 X 90 X 100 X 100 X 50 X 60 X 90 X 70 X 80 X 80 X 40 X +USW00014922199305ACSH 100 X 100 X 100 X 90 X 70 X 90 X 100 X 100 X 90 X 100 X 70 X 0 X 50 X 30 X 50 X 10 X 80 X 70 X 90 X 80 X 50 X 100 X 100 X 100 X 50 X 60 X 90 X 90 X 90 X 100 X 50 X +USW00014922199305AWND 50 X 38 X 31 X 32 X 24 X 41 X 79 X 60 X 52 X 64 X 35 X 63 X 41 X 64 X 53 X 46 X 36 X 47 X 40 X 33 X 25 X 45 X 37 X 52 X 39 X 38 X 65 X 50 X 47 X 60 X 42 X +USW00014922199305FMTM 1852 X 0746 X 0950 X 1151 X 1650 X 1950 X 1050 X 0850 X 1250 X 1550 X 2355 X 1252 X 2250 X 1553 X 1850 X 0953 X 1351 X 0852 X 1151 X 1553 X 1554 X 1050 X 2354 X 0954 X 1050 X 2350 X 1854 X 0752 X 1354 X 1753 X 1052 X +USW00014922199305PGTM 0820 X 1044 X 0721 X 1034 X 1506 X 1415 X 0708 X 1618 X 0954 X 1456 X 0543 X 1315 X 1644 X 2058 X 1302 X 0944 X 2054 X 0658 X 1039 X 1832 X 1118 X 1313 X 2209 X 1053 X 1412 X 2354 X 1610 X 0817 X 1257 X 1558 X 1044 X +USW00014922199305TSUN 117 X 30 X 415 X 372 X 717 X 267 X 385 X 246 X 578 X 68 X 742 X 882 X 851 X 777 X 858 X 822 X 329 X 470 X 402 X 458 X 804 X 247 X 7 X 0 X 668 X 615 X 356 X 651 X 353 X 1 X 880 X +USW00014922199305WDF1 60 X 310 X 60 X 360 X 110 X 140 X 150 X 160 X 210 X 360 X 360 X 360 X 230 X 310 X 330 X 320 X 190 X 330 X 310 X 330 X 280 X 180 X 240 X 320 X 290 X 110 X 310 X 360 X 130 X 340 X 340 X +USW00014922199305WDFG 45W X 360W X 45W X 360W X 90W X 135W X 135W X 180W X 180W X 360W X 45W X 360W X 225W X 315W X 315W X 315W X 360W X 360W X 360W X 315W X 315W X 180W X 270W X 315W X 270W X 90W X 315W X 360W X 135W X 360W X 360W X +USW00014922199305WSF1 72 X 58 X 45 X 54 X 67 X 63 X 94 X 116 X 76 X 94 X 58 X 103 X 72 X 94 X 76 X 94 X 72 X 76 X 67 X 58 X 54 X 98 X 89 X 89 X 72 X 72 X 98 X 72 X 72 X 103 X 80 X +USW00014922199305WSFG 93 X 72 X 67 X 93 X 93 X 87 X 154 X 164 X 118 X 144 X 77 X 144 X 103 X 149 X 129 X 139 X 98 X 118 X 98 X 87 X 98 X 139 X 118 X 139 X 93 X 87 X 129 X 123 X 98 X 149 X 139 X +USW00014922199305WT01 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 +USW00014922199305WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199305WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199305WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199305WT14 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922199305WT16 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 +USW00014922199306TMAX 167 0 206 0 211 0 211 0 233 0 244 0 211 0 272 0 228 0 272 0 306 0 261 0 261 0 183 0 211 0 211 0 211 0 172 0 167 0 228 0 289 0 294 0 283 0 244 0 233 0 244 0 217 0 206 0 228 0 222 0-9999 +USW00014922199306TMIN 39 0 83 0 61 0 78 0 78 0 133 0 167 0 150 0 139 0 139 0 161 0 183 0 172 0 139 0 122 0 133 0 139 0 133 0 139 0 122 0 100 0 167 0 211 0 144 0 133 0 128 0 122 0 106 0 128 0 156 0-9999 +USW00014922199306PRCP 0T 0 0 0 0 0 0 0 0 0 0T 0 135 0 10 0 10 0 0 0 0 0 5 0 76 0 0 0 0T 0 378 0 274 0 18 0 160 0 25 0 0 0 0 0 104 0 284 0 0 0 0 0 0 0 0 0 114 0 0T 0-9999 +USW00014922199306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199306ACMH 70 X 80 X 40 X 50 X 50 X 100 X 90 X 60 X 80 X 30 X 50 X 70 X 80 X 60 X 70 X 100 X 100 X 100 X 100 X 70 X 0 X 40 X 90 X 50 X 50 X 10 X 10 X 60 X 70 X 100 X-9999 +USW00014922199306ACSH 80 X 90 X 40 X 70 X 60 X 100 X 100 X 70 X 90 X 30 X 60 X 90 X 90 X 70 X 50 X 100 X 100 X 100 X 100 X 80 X 0 X 40 X 100 X 60 X 60 X 20 X 20 X 80 X 90 X 100 X-9999 +USW00014922199306AWND 31 X 24 X 33 X 30 X 30 X 50 X 66 X 66 X 63 X 29 X 43 X 54 X 46 X 70 X 51 X 69 X 50 X 47 X 49 X 34 X 18 X 40 X 54 X 51 X 63 X 62 X 53 X 38 X 62 X 48 X-9999 +USW00014922199306FMTM 1250 X 1651 X 1850 X 1252 X 0952 X 1450 X 1950 X 1551 X 1253 X 2152 X 1852 X 1553 X 1224 X 1350 X 0151 X 2151 X 1324 X 2151 X 0950 X 0653 X 1653 X 1452 X 1838 X 0459 X 1353 X 1554 X 0650 X 0152 X 1944 X 2050 X-9999 +USW00014922199306PGTM 1316 X 1549 X 1132 X 1317 X 1607 X 1137 X 2053 X 1512 X 1054 X 1345 X 1302 X 1222 X 1217 X 1648 X 0110 X 2143 X 0933 X 0807 X 1105 X 0647 X 1631 X 1604 X 1839 X 0459 X 1306 X 1459 X 1341 X 0113 X 2017 X 0442 X-9999 +USW00014922199306TSUN 470 X 531 X 765 X 750 X 857 X 378 X 69 X 578 X 269 X 881 X 789 X 566 X 327 X 605 X 627 X 199 X 182 X 0 X 0 X 322 X 898 X 852 X 452 X 500 X 811 X 906 X 891 X 874 X 599 X 158 X-9999 +USW00014922199306WDF1 240 X 10 X 60 X 40 X 230 X 190 X 90 X 240 X 280 X 120 X 140 X 140 X 230 X 300 X 320 X 320 X 40 X 50 X 60 X 310 X 250 X 140 X 260 X 210 X 240 X 290 X 320 X 10 X 100 X 110 X-9999 +USW00014922199306WDFG 225W X 360W X 45W X 45W X 270W X 180W X 135W X 180W X 270W X 180W X 135W X 135W X 225W X 270W X 315W X 315W X 45W X 45W X 45W X 315W X 225W X 135W X 270W X 225W X 225W X 270W X 225W X 360W X 90W X 90W X-9999 +USW00014922199306WSF1 58 X 54 X 54 X 63 X 45 X 80 X 103 X 94 X 94 X 40 X 72 X 76 X 76 X 98 X 80 X 130 X 94 X 63 X 72 X 63 X 40 X 76 X 94 X 103 X 107 X 98 X 72 X 67 X 107 X 67 X-9999 +USW00014922199306WSFG 87 X 67 X 77 X 98 X 72 X 123 X 159 X 139 X 134 X 62 X 103 X 139 X 108 X 154 X 144 X 190 X 108 X 87 X 103 X 77 X 67 X 103 X 144 X 144 X 175 X 139 X 103 X 87 X 175 X 108 X-9999 +USW00014922199306WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199306WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199306WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199306WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922199306WT16 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922199307TMAX 217 0 256 0 239 0 294 0 228 0 256 0 239 0 261 0 261 0 267 0 233 0 233 0 194 0 250 0 267 0 272 0 283 0 294 0 250 0 261 0 256 0 244 0 217 0 250 0 250 0 289 0 294 0 250 0 278 0 294 0 261 0 +USW00014922199307TMIN 161 0 167 0 161 0 200 0 178 0 161 0 150 0 161 0 178 0 161 0 156 0 117 0 150 0 156 0 139 0 194 0 206 0 189 0 167 0 139 0 156 0 161 0 189 0 189 0 200 0 183 0 194 0 189 0 161 0 150 0 194 0 +USW00014922199307PRCP 366 0 0 0 267 0 66 0 97 0 0 0 97 0 5 0 94 0 8 0 201 0 0 0 25 0 0T 0 0 0 0T 0 0T 0 0T 0 13 0 0 0 0 0 23 0 0T 0 0T 0 89 0 0 0 3 0 0 0 0 0 0 0 66 0 +USW00014922199307SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199307ACMH 100 X 70 X 70 X 50 X 70 X 20 X 60 X 80 X 60 X 60 X 40 X 50 X 100 X 50 X 30 X 70 X 90 X 80 X 30 X 50 X 60 X 80 X 90 X 100 X 80 X 30 X 70 X 70 X 30 X 30 X 80 X +USW00014922199307ACSH 100 X 80 X 80 X 50 X 90 X 20 X 80 X 90 X 60 X 70 X 40 X 50 X 100 X 50 X 20 X 80 X 100 X 90 X 30 X 60 X 70 X 90 X 100 X 100 X 90 X 30 X 80 X 90 X 50 X 20 X 100 X +USW00014922199307AWND 41 X 26 X 62 X 71 X 61 X 63 X 28 X 35 X 39 X 30 X 50 X 34 X 42 X 36 X 36 X 47 X 30 X 22 X 55 X 29 X 36 X 53 X 47 X 46 X 63 X 56 X 48 X 73 X 37 X 32 X 48 X +USW00014922199307FMTM 2028 X 1552 X 1250 X 1350 X 0750 X 1452 X 1409 X 1851 X 1551 X 1653 X 0050 X 1051 X 0850 X 0450 X 2052 X 1150 X 1651 X 2351 X 1350 X 1350 X 1850 X 1051 X 2350 X 1150 X 1651 X 1350 X 1651 X 1852 X 1050 X 0950 X 0850 X +USW00014922199307PGTM-9999 1553 X 1257 X 1356 X 0753 X 1303 X 1423 X 2002 X 1253 X 1640 X 0835 X 1052 X 0850 X 0840 X 2020 X 1234 X 0816 X 1225 X 1429 X 1542 X 1704 X 1047 X 1408 X 1217 X 0129 X 1253 X 1622 X 1456 X 1010 X 1454 X 0850 X +USW00014922199307TSUN 138 X 632 X 313 X 597 X 246 X 909 X 492 X 355 X 647 X 675 X 734 X 794 X 32 X 757 X 794 X 488 X 289 X 684 X 828 X 757 X 798 X 435 X 118 X 220 X 564 X 853 X 680 X 486 X 798 X 816 X 172 X +USW00014922199307WDF1 310 X 350 X 30 X 190 X 180 X 250 X 220 X 120 X 260 X 200 X 200 X 300 X 60 X 10 X 120 X 140 X 360 X 250 X 300 X 350 X 130 X 130 X 120 X 110 X 220 X 270 X 200 X 300 X 320 X 170 X 280 X +USW00014922199307WDFG 315W X 360W X 45W X 180W X 180W X 225W X 225W X 180W X 270W X 180W X 360W X 315W X 45W X 45W X 90W X 135W X 135W X 315W X 315W X 315W X 135W X 135W X 90W X 135W X 135W X 270W X 225W X 315W X 360W X 180W X 270W X +USW00014922199307WSF1 130 X 72 X 130 X 130 X 116 X 98 X 134 X 54 X 63 X 72 X 107 X 72 X 94 X 63 X 58 X 72 X 45 X 40 X 89 X 54 X 63 X 94 X 63 X 63 X 103 X 80 X 80 X 94 X 58 X 58 X 130 X +USW00014922199307WSFG 195 X 103 X 185 X 185 X 164 X 159 X 180 X 72 X 93 X 93 X 118 X 98 X 87 X 108 X 72 X 113 X 72 X 57 X 123 X 77 X 77 X 144 X 82 X 87 X 149 X 129 X 113 X 154 X 103 X 72 X 175 X +USW00014922199307WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199307WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199307WT03 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199307WT05 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199307WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199307WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199307WT16 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 +USW00014922199308TMAX 261 0 239 0 206 0 233 0 233 0 217 0 239 0 278 0 317 0 311 0 311 0 311 0 272 0 256 0 294 0 261 0 294 0 261 0 283 0 250 0 261 0 244 0 267 0 317 0 317 0 317 0 250 0 239 0 233 0 222 0 211 0 +USW00014922199308TMIN 156 0 144 0 128 0 94 0 117 0 106 0 111 0 161 0 194 0 178 0 200 0 206 0 183 0 172 0 200 0 183 0 156 0 189 0 172 0 161 0 156 0 178 0 194 0 178 0 200 0 211 0 167 0 139 0 167 0 133 0 94 0 +USW00014922199308PRCP 0 0 0 0 0T 0 0 0 5 0 0 0 0 0 198 0 229 0 0 0 0 0 89 0 0 0 196 0 107 0 3 0 0 0 351 0 0 0 0 0 0 0 0T 0 81 0 0 0 0 0 25 0 183 0 0 0 0 0 185 0 0 0 +USW00014922199308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199308ACMH 40 X 40 X 70 X 50 X 70 X 20 X 60 X 80 X 60 X 10 X 80 X 70 X 80 X 90 X 60 X 60 X 10 X 90 X 40 X 60 X 30 X 80 X 50 X 0 X 20 X 60 X 90 X 80 X 90 X 90 X 10 X +USW00014922199308ACSH 30 X 50 X 70 X 50 X 80 X 40 X 90 X 70 X 70 X 10 X 90 X 70 X 100 X 100 X 60 X 70 X 10 X 100 X 50 X 90 X 40 X 100 X 70 X 0 X 40 X 70 X 90 X 100 X 100 X 100 X 10 X +USW00014922199308AWND 52 X 50 X 51 X 27 X 40 X 37 X 31 X 64 X 45 X 22 X 22 X 30 X 34 X 50 X 29 X 32 X 35 X 45 X 42 X 36 X 41 X 54 X 52 X 31 X 42 X 37 X 48 X 22 X 44 X 49 X 31 X +USW00014922199308FMTM 1450 X 1150 X 1050 X 1354 X 1253 X 1450 X 1550 X 1250 X 0053 X 1652 X 2350 X 2050 X 0251 X 1022 X 0350 X 1323 X 1350 X 0544 X 1952 X 0816 X 2352 X 1150 X 1150 X 2150 X 1454 X 2323 X 0750 X 1650 X 2050 X 1550 X 1350 X +USW00014922199308PGTM 1400 X 1359 X 1408 X 1345 X 1145 X 1353 X 1639 X 2153 X 0043 X 1603 X 1555 X 1633 X 0742 X 0949 X 0414 X 1346 X 1610 X 0541 X 1853 X 0842 X 2351 X 1158 X 1146 X 1325 X 1535 X 2324 X 0325 X 1602 X 2336 X 1633 X 1114 X +USW00014922199308TSUN 789 X 724 X 614 X 768 X 498 X 840 X 812 X 453 X 623 X 798 X 608 X 695 X 574 X 372 X 711 X 405 X 802 X 205 X 691 X 517 X 685 X 6 X 648 X 819 X 814 X 733 X 490 X 539 X 313 X 118 X 793 X +USW00014922199308WDF1 290 X 320 X 300 X 280 X 310 X 10 X 140 X 170 X 120 X 310 X 120 X 350 X 350 X 130 X 140 X 350 X 110 X 330 X 310 X 20 X 180 X 130 X 240 X 210 X 180 X 330 X 310 X 140 X 130 X 310 X 300 X +USW00014922199308WDFG 270W X 270W X 270W X 270W X 315W X 360W X 135W X 180W X 135W X 315W X 180W X 315W X 360W X 180W X 135W X 360W X 135W X 315W X 315W X 360W X 180W X 135W X 225W X 225W X 180W X 315W X 270W X 135W X 135W X 315W X 270W X +USW00014922199308WSF1 107 X 94 X 89 X 58 X 76 X 67 X 58 X 98 X 80 X 58 X 36 X 76 X 63 X 94 X 63 X 63 X 58 X 170 X 80 X 63 X 63 X 76 X 103 X 40 X 80 X 89 X 76 X 40 X 72 X 80 X 58 X +USW00014922199308WSFG 164 X 113 X 123 X 93 X 113 X 103 X 82 X 129 X 108 X 62 X 62 X 170 X 93 X 123 X 103 X 82 X 77 X 231 X 129 X 87 X 72 X 103 X 123 X 67 X 103 X 98 X 129 X 62 X 98 X 123 X 87 X +USW00014922199308WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922199308WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00014922199308WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199308WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922199308WT16-9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00014922199309TMAX 233 0 250 0 206 0 228 0 183 0 206 0 217 0 217 0 200 0 172 0 228 0 289 0 228 0 100 0 111 0 178 0 144 0 178 0 128 0 133 0 156 0 183 0 161 0 183 0 189 0 144 0 117 0 100 0 117 0 200 0-9999 +USW00014922199309TMIN 106 0 150 0 111 0 117 0 67 0 78 0 94 0 78 0 111 0 78 0 72 0 128 0 100 0 67 0 67 0 78 0 78 0 28 0 67 0 89 0 111 0 67 0 28 0 44 0 67 0 61 0 28 0 50 0 22 0 33 0-9999 +USW00014922199309PRCP 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 0 0 163 0 0T 0 0 0 0 0 10 0 0 0 74 0 142 0 36 0 0T 0 0 0 0 0 0 0 56 0 13 0 3 0 0 0 0 0-9999 +USW00014922199309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199309ACMH 20 X 70 X 10 X 50 X 70 X 30 X 50 X 60 X 40 X 20 X 60 X 60 X 100 X 90 X 100 X 40 X 80 X 30 X 80 X 100 X 100 X 80 X 0 X 20 X 50 X 90 X 70 X 70 X 50 X 70 X-9999 +USW00014922199309ACSH 20 X 80 X 10 X 50 X 70 X 30 X 70 X 90 X 60 X 10 X 70 X 80 X 100 X 100 X 100 X 40 X 100 X 30 X 100 X 100 X 100 X 80 X 0 X 10 X 50 X 100 X 70 X 90 X 30 X 50 X-9999 +USW00014922199309AWND 54 X 58 X 46 X 67 X 27 X 28 X 34 X 67 X 83 X 56 X 49 X 51 X 56 X 61 X 40 X 55 X 21 X 19 X 60 X 48 X 36 X 54 X 34 X 33 X 27 X 62 X 39 X 64 X 46 X 77 X-9999 +USW00014922199309FMTM 1450 X 1453 X 0852 X 1454 X 2350 X 1254 X 1552 X 2350 X 2350 X 1150 X 1552 X 1350 X 0424 X 1550 X 1650 X 1451 X 2350 X 1550 X 2352 X 2352 X 1954 X 1450 X 1454 X 1252 X 1450 X 1811 X 0054 X 1037 X 1150 X 1155 X-9999 +USW00014922199309PGTM 1252 X 1536 X 0915 X 1052 X 1122 X 1431 X 1610 X 2310 X 0036 X 1012 X 1211 X 1558 X 0422 X 1901 X 2247 X 1411 X 0827 X 1304 X 2047 X 0115 X 2005 X 1927 X 1334 X 1340 X 1245 X 1811 X 1050 X 0853 X 1147 X 1305 X-9999 +USW00014922199309TSUN 773 X 450 X 742 X 642 X 679 X 754 X 747 X 565 X 605 X 744 X 354 X 617 X 5 X 0 X 1 X 597 X 116 X 713 X 9 X 0 X 4 X 323 X 728 X 682 X 627 X 454 X 375 X 133 X 650 X 372 X-9999 +USW00014922199309WDF1 180 X 300 X 300 X 300 X 320 X 320 X 290 X 210 X 210 X 310 X 160 X 150 X 220 X 310 X 150 X 160 X 200 X 70 X 100 X 100 X 130 X 280 X 250 X 190 X 140 X 300 X 310 X 300 X 310 X 180 X-9999 +USW00014922199309WDFG 180W X 270W X 315W X 315W X 360W X 315W X 270W X 225W X 225W X 360W X 135W X 180W X 225W X 360W X 180W X 135W X 360W X 45W X 90W X 90W X 135W X 315W X 270W X 180W X 135W X 315W X 225W X 315W X 315W X 180W X-9999 +USW00014922199309WSF1 98 X 80 X 67 X 89 X 45 X 58 X 89 X 134 X 134 X 94 X 89 X 94 X 130 X 80 X 63 X 76 X 40 X 45 X 94 X 94 X 63 X 103 X 54 X 72 X 40 X 125 X 72 X 103 X 80 X 134 X-9999 +USW00014922199309WSFG 154 X 118 X 87 X 118 X 57 X 98 X 103 X 175 X 195 X 123 X 129 X 129 X 180 X 123 X 87 X 118 X 57 X 67 X 129 X 108 X 113 X 139 X 87 X 87 X 57 X 164 X 98 X 149 X 118 X 170 X-9999 +USW00014922199309WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199309WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199309WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199309WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199310TMAX 156 0 100 0 239 0 167 0 183 0 272 0 244 0 72 0 67 0 128 0 167 0 94 0 111 0 172 0 117 0 128 0 106 0 167 0 172 0 128 0 94 0 178 0 228 0 222 0 183 0 100 0 83 0 106 0 17 0 6 0 33 0 +USW00014922199310TMIN 28 0 -22 0 78 0 28 0 11 0 89 0 72 0 6 0 -17 0 -28 0 17 0 -6 0 -28 0 28 0 61 0 44 0 17 0 89 0 72 0 39 0 -6 0 -11 0 44 0 50 0 83 0 50 0 33 0 -11 0 -11 0 -22 0 -33 0 +USW00014922199310PRCP 0 0 0 0 0 0 0 0 13 0 0 0 0 0 64 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 0 0 0 0 0T 0 0T 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 +USW00014922199310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 +USW00014922199310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922199310ACMH 40 X 40 X 20 X 0 X 40 X 40 X 90 X 80 X 10 X 0 X 40 X 0 X 70 X 40 X 90 X 100 X 70 X 100 X 40 X 60 X 10 X 30 X 30 X 60 X 100 X 100 X 90 X 100 X 100 X 100 X 70 X +USW00014922199310ACSH 30 X 30 X 30 X 0 X 40 X 30 X 100 X 100 X 20 X 0 X 60 X 10 X 100 X 60 X 100 X 100 X 60 X 100 X 40 X 80 X 10 X 30 X 10 X 70 X 100 X 100 X 80 X 100 X 100 X 100 X 50 X +USW00014922199310AWND 77 X 55 X 68 X 57 X 41 X 49 X 53 X 69 X 48 X 50 X 68 X 36 X 25 X 30 X 35 X 26 X 26 X 31 X 36 X 55 X 60 X 29 X 47 X 23 X 53 X 80 X 68 X 91 X 88 X 59 X 31 X +USW00014922199310FMTM 1052 X 1350 X 1451 X 0350 X 1150 X 2354 X 1250 X 1154 X 0153 X 1251 X 1352 X 2352 X 1150 X 1454 X 0650 X 0754 X 1155 X 2151 X 1354 X 1450 X 1250 X 2052 X 1353 X 1853 X 1753 X 1551 X 2150 X 1254 X 0852 X 0150 X 2353 X +USW00014922199310PGTM 1202 X 1236 X 1443 X 0339 X 1707 X 2308 X 1125 X 1745 X 0913 X 1501 X 1316 X 1217 X 1220 X 1603 X 1227 X 0737 X 1204 X 2124 X 1218 X 1454 X 1121 X 1502 X 1419 X 2205 X 1747 X 0738 X 2200 X 2247 X 0858 X 0841 X 1213 X +USW00014922199310TSUN 620 X 518 X 573 X 690 X 487 X 651 X 173 X 0 X 678 X 675 X 587 X 636 X 22 X 561 X 0 X 45 X 212 X 223 X 487 X 140 X 632 X 638 X 588 X 515 X 259 X 305 X 280 X 34 X 9 X 0 X 330 X +USW00014922199310WDF1 300 X 260 X 270 X 360 X 180 X 210 X 10 X 10 X 350 X 210 X 240 X 320 X 210 X 300 X 110 X 340 X 230 X 190 X 220 X 330 X 290 X 160 X 220 X 120 X 290 X 310 X 200 X 280 X 310 X 360 X 160 X +USW00014922199310WDFG 270W X 270W X 270W X 360W X 135W X 180W X 360W X 360W X 360W X 225W X 225W X 315W X 180W X 360W X 90W X 360W X 225W X 180W X 225W X 315W X 270W X 135W X 225W X 135W X 315W X 315W X 225W X 315W X 315W X 360W X 270W X +USW00014922199310WSF1 116 X 89 X 107 X 107 X 80 X 80 X 89 X 107 X 72 X 76 X 98 X 72 X 54 X 54 X 54 X 54 X 54 X 54 X 63 X 134 X 98 X 45 X 80 X 40 X 89 X 103 X 98 X 130 X 112 X 98 X 45 X +USW00014922199310WSFG 180 X 129 X 154 X 159 X 118 X 108 X 134 X 139 X 103 X 113 X 123 X 108 X 87 X 72 X 62 X 82 X 67 X 67 X 82 X 170 X 154 X 67 X 98 X 51 X 134 X 139 X 154 X 185 X 170 X 159 X 62 X +USW00014922199310WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199310WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199310WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199310WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199310WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922199310WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922199311TMAX 100 0 100 0 111 0 89 0 6 0 -39 0 22 0 -6 0 56 0 56 0 44 0 39 0 61 0 28 0 50 0 33 0 78 0 72 0 39 0 67 0 100 0 22 0 11 0 22 0 6 0 -67 0 -72 0 -61 0 -22 0 -17 0-9999 +USW00014922199311TMIN -22 0 22 0 17 0 6 0 -56 0 -94 0 -78 0 -56 0 -39 0 -67 0 -6 0 -22 0 6 0 -17 0 -50 0 -28 0 -33 0 -28 0 -44 0 -44 0 11 0 -33 0 -6 0 -17 0 -67 0 -161 0 -161 0 -94 0 -117 0 -122 0-9999 +USW00014922199311PRCP 0 0 3 0 0 0 81 0 33 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 104 0 41 0 5 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 5 0 114 0 3 0 10 0 0T 0 0T 0 0 0-9999 +USW00014922199311SNOW 0 0 0 0 0 0 15 0 38 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 109 0 5 0 15 0 0T 0 0T 0 0 0-9999 +USW00014922199311SNWD 0 0 0 0 0 0 0 0 25 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 102 0 102 0 102 0 102 0 102 0-9999 +USW00014922199311ACMH 90 X 60 X 90 X 100 X 100 X 70 X 70 X 90 X 90 X 60 X 80 X 80 X 100 X 90 X 20 X 80 X 40 X 70 X 40 X 100 X 70 X 80 X 100 X 100 X 100 X 60 X 100 X 100 X 50 X 50 X-9999 +USW00014922199311ACSH 100 X 50 X 90 X 100 X 100 X 90 X 90 X 100 X 100 X 50 X 100 X 90 X 100 X 100 X 0 X 100 X 30 X 90 X 20 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 100 X 90 X 70 X 60 X-9999 +USW00014922199311AWND 64 X 49 X 42 X 57 X 86 X 46 X 54 X 34 X 36 X 38 X 39 X 61 X 51 X 45 X 48 X 60 X 34 X 55 X 85 X 42 X 54 X 66 X 62 X 79 X 59 X 51 X 37 X 49 X 35 X 66 X-9999 +USW00014922199311FMTM 1452 X 1251 X 0252 X 2353 X 0452 X 0152 X 1951 X 2350 X 2350 X 1850 X 0951 X 1252 X 0913 X 1852 X 2326 X 1451 X 0250 X 1750 X 1353 X 2050 X 2250 X 1650 X 2353 X 1950 X 0025 X 1210 X 0940 X 1850 X 0710 X 1250 X-9999 +USW00014922199311PGTM 1730 X 1303 X 1846 X 2311 X 0056 X 0110 X 1946 X 1532 X 2332 X 2307 X 0908 X 1107 X 0932 X 1905 X 1433 X 1556 X 0214 X 1630 X 1130 X 2226 X 1516 X 1658 X 0057 X 1921 X 0027 X 1335 X 0204 X 1905 X 0858 X 1407 X-9999 +USW00014922199311TSUN 120 X 428 X 233 X 0 X 2 X 39 X 131 X 4 X 58 X 366 X 0 X 137 X 0 X 7 X 574 X 1 X 483 X 32 X 519 X 48 X 271 X 0 X 0 X 0 X 0 X 184 X 45 X 175 X 134 X 135 X-9999 +USW00014922199311WDF1 160 X 270 X 210 X 360 X 350 X 320 X 320 X 320 X 320 X 130 X 320 X 110 X 320 X 330 X 200 X 220 X 330 X 180 X 320 X 240 X 330 X 60 X 90 X 70 X 80 X 240 X 170 X 340 X 350 X 170 X-9999 +USW00014922199311WDFG 180W X 270W X 135W X 360W X 360W X 315W X 315W X 270W X 315W X 225W X 315W X 135W X 315W X 315W X 180W X 225W X 315W X 180W X 315W X 225W X 270W X 45W X 90W X 90W X 90W X 225W X 180W X 360W X 360W X 180W X-9999 +USW00014922199311WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 127 X 102 X 102 X 102 X 25 X 25 X-9999 +USW00014922199311WSF1 89 X 94 X 63 X 103 X 125 X 67 X 80 X 54 X 54 X 63 X 58 X 80 X 76 X 63 X 72 X 76 X 54 X 94 X 139 X 67 X 67 X 103 X 76 X 125 X 80 X 80 X 58 X 103 X 63 X 112 X-9999 +USW00014922199311WSFG 134 X 118 X 72 X 164 X 175 X 87 X 103 X 72 X 72 X 93 X 87 X 118 X 113 X 113 X 113 X 108 X 82 X 113 X 195 X 87 X 93 X 134 X 103 X 159 X 129 X 93 X 72 X 139 X 98 X 149 X-9999 +USW00014922199311WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922199311WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199311WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199311WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199311WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199311WT09-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199311WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199311WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199311WT16-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199311WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199311WT18-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922199312TMAX 17 0 17 0 -6 0 17 0 11 0 11 0 -17 0 6 0 50 0 11 0 -11 0 56 0 50 0 39 0 67 0 44 0 17 0 17 0 0 0 -28 0 -50 0 -72 0 -117 0 -117 0 -122 0 -167 0 -156 0 -67 0 -50 0 -11 0 6 0 +USW00014922199312TMIN -28 0 -33 0 -67 0 -11 0 -11 0 -94 0 -83 0 -61 0 -28 0 -122 0 -139 0 -33 0 0 0 6 0 -6 0 0 0 0 0 -11 0 -39 0 -122 0 -117 0 -128 0 -172 0 -189 0 -194 0 -228 0 -233 0 -261 0 -194 0 -211 0 -33 0 +USW00014922199312PRCP 5 0 0 0 0T 0 0 0 10 0 10 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 36 0 15 0 0 0 0 0 25 0 3 0 0T 0 5 0 23 0 5 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 3 0 0 0 +USW00014922199312SNOW 0 0 0 0 0T 0 0 0 5 0 10 0 0T 0 0T 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 18 0 0T 0 0T 0 18 0 33 0 18 0 0T 0 3 0 0T 0 0T 0 0T 0 0T 0 3 0 3 0 0 0 +USW00014922199312SNWD 102 0 76 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 25 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 +USW00014922199312ACMH 100 X 90 X 90 X 100 X 100 X 60 X 100 X 70 X 70 X 40 X 40 X 80 X 90 X 100 X 40 X 90 X 100 X 100 X 100 X 80 X 100 X 90 X 100 X 90 X 60 X 80 X 20 X 60 X 30 X 80 X 100 X +USW00014922199312ACSH 100 X 90 X 100 X 100 X 100 X 10 X 100 X 60 X 80 X 30 X 40 X 90 X 100 X 100 X 10 X 80 X 100 X 100 X 100 X 100 X 100 X 80 X 100 X 80 X 40 X 70 X 0 X 50 X 0 X 100 X 100 X +USW00014922199312AWND 65 X 46 X 28 X 31 X 55 X 65 X 41 X 43 X 38 X 72 X 41 X 66 X 44 X 50 X 46 X 46 X 36 X 40 X 51 X 51 X 25 X 41 X 52 X 37 X 63 X 38 X 41 X 53 X 83 X 46 X 51 X +USW00014922199312FMTM 0251 X 1350 X 1950 X 2352 X 1153 X 0427 X 0750 X 0752 X 2250 X 0850 X 1850 X 1353 X 0050 X 1851 X 0150 X 2150 X 2350 X 2250 X 1750 X 1050 X 2254 X 1750 X 2351 X 2351 X 0350 X 0650 X 0750 X 1950 X 0453 X 1155 X 1851 X +USW00014922199312PGTM 0313 X 1353 X 1815 X 2336 X 1149 X 0632 X 0800 X 0529 X 2318 X 1207 X 1809 X 1233 X 0042 X 2003 X 0232 X 2014 X 0231 X 2253 X 1246 X 2253 X 2030 X 1751 X 2237 X 0017 X 0438 X 0413 X 1329 X 1934 X 0246 X 0950 X 1518 X +USW00014922199312TSUN 0 X 75 X 0 X 0 X 0 X 439 X 0 X 195 X 72 X 382 X 407 X 92 X 0 X 0 X 527 X 299 X 0 X 20 X 0 X 180 X 151 X 180 X 216 X 241 X 396 X 275 X 518 X 258 X 419 X 20 X 2 X +USW00014922199312WDF1 160 X 280 X 130 X 170 X 170 X 310 X 130 X 210 X 290 X 350 X 180 X 160 X 210 X 10 X 30 X 100 X 90 X 240 X 250 X 320 X 20 X 250 X 310 X 310 X 320 X 50 X 360 X 210 X 310 X 220 X 110 X +USW00014922199312WDFG 180W X 270W X 90W X 180W X 180W X 315W X 135W X 225W X 315W X 360W X 180W X 180W X 225W X 360W X 45W X 135W X 90W X 225W X 225W X 315W X 360W X 225W X 315W X 315W X 315W X 45W X 315W X 180W X 315W X 180W X 90W X +USW00014922199312WESD 25 X 25 X 25 X 25 X 25 X 25 X 25 X 25 X 25 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 25 X 25 X 25 X 25 X 25 X 25 X 51 X 51 X 25 X 25 X +USW00014922199312WSF1 98 X 72 X 40 X 63 X 94 X 112 X 72 X 67 X 58 X 116 X 67 X 89 X 94 X 72 X 63 X 63 X 54 X 58 X 67 X 80 X 54 X 63 X 76 X 76 X 98 X 54 X 58 X 94 X 125 X 67 X 89 X +USW00014922199312WSFG 134 X 93 X 51 X 87 X 103 X 144 X 93 X 82 X 103 X 144 X 108 X 139 X 118 X 118 X 77 X 87 X 57 X 72 X 87 X 113 X 98 X 67 X 98 X 87 X 144 X 67 X 82 X 123 X 175 X 82 X 103 X +USW00014922199312WT01 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199312WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199312WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199312WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199312WT14 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199312WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199312WT16 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199312WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199312WT18-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922199401TMAX 0 0 -94 0 -89 0 -83 0 -128 0 -83 0 -178 0 -133 0 -72 0 0 0 -89 0 -72 0 -144 0 -228 0 -228 0 -178 0 -217 0 -267 0 -172 0 -156 0 -22 0 -28 0 28 0 -39 0 -61 0 -78 0 -67 0 -39 0 -67 0 -128 0 -167 0 +USW00014922199401TMIN -117 0 -161 0 -189 0 -161 0 -178 0 -228 0 -250 0 -261 0 -233 0 -139 0 -200 0 -150 0 -233 0 -283 0 -317 0 -261 0 -306 0 -328 0 -328 0 -278 0 -156 0 -156 0 -106 0 -100 0 -78 0 -106 0 -106 0 -78 0 -167 0 -289 0 -317 0 +USW00014922199401PRCP 0 0 20 0 0 0 0T 0 69 0 3 0 0T 0 0T 0 3 0 0T 0 0T 0 0 0 10 0 0T 0 0 0 66 0 8 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 56 0 46 0 8 0 0 0 0T 0 +USW00014922199401SNOW 0 0 23 0 0 0 0T 0 119 0 13 0 0T 0 3 0 8 0 0T 0 3 0 0 0 18 0 0T 0 0 0 213 0 10 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 23 0 0T 0 91 0 76 0 18 0 0 0 0T 0 +USW00014922199401SNWD 51 0 51 0 51 0 51 0 51 0 152 0 152 0 152 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 254 0 254 0 254 0 254 0 254 0 229 0 203 0 203 0 178 0 178 0 203 0 229 0 305 0 305 0 279 0 279 0 +USW00014922199401ACMH 90 X 70 X 70 X 100 X 100 X 90 X 40 X 70 X 80 X 90 X 70 X 90 X 60 X 10 X 20 X 90 X 30 X 0 X 30 X 50 X 60 X 70 X 50 X 20 X 100 X 100 X 100 X 100 X 60 X 10 X 60 X +USW00014922199401ACSH 100 X 100 X 90 X 100 X 100 X 100 X 50 X 80 X 70 X 100 X 90 X 100 X 50 X 30 X 0 X 100 X 20 X 0 X 30 X 30 X 60 X 60 X 30 X 20 X 100 X 100 X 100 X 100 X 70 X 20 X 60 X +USW00014922199401AWND 59 X 49 X 20 X 53 X 62 X 48 X 55 X 30 X 42 X 63 X 42 X 56 X 57 X 60 X 42 X 47 X 75 X 48 X 21 X 34 X 40 X 33 X 36 X 51 X 70 X 67 X 53 X 55 X 44 X 30 X 25 X +USW00014922199401FMTM 0754 X 0250 X 2250 X 1212 X 1754 X 1850 X 1850 X 2350 X 2352 X 0052 X 2354 X 1350 X 0853 X 1250 X 2355 X 0655 X 1250 X 1251 X 1950 X 2150 X 1153 X 0950 X 1352 X 1652 X 0550 X 1552 X 0050 X 0550 X 0554 X 1550 X 1550 X +USW00014922199401PGTM 0703 X 1708 X 1821 X 2105 X 1622 X 2213 X 0033 X 0317 X 2348 X 0034 X 0103 X 1651 X 0951 X 1410 X 0024 X 0624 X 1233 X 1158 X 1442 X 2334 X 0543 X 1220 X 2142 X 1957 X 1543 X 2218 X 1841 X 1041 X 0739 X 1018 X 1511 X +USW00014922199401TSUN 121 X 92 X 177 X 0 X 0 X 152 X 386 X 259 X 265 X 0 X 75 X 270 X 395 X 392 X 523 X 15 X 468 X 479 X 393 X 428 X 501 X 389 X 454 X 488 X 0 X 0 X 0 X 333 X 443 X 544 X 455 X +USW00014922199401WDF1 350 X 60 X 30 X 320 X 80 X 270 X 280 X 230 X 150 X 180 X 320 X 310 X 350 X 330 X 340 X 130 X 310 X 310 X 310 X 210 X 300 X 120 X 330 X 60 X 100 X 70 X 80 X 350 X 360 X 90 X 250 X +USW00014922199401WDFG 360W X 360W X 45W X 360W X 90W X 270W X 270W X 225W X 135W X 180W X 315W X 315W X 360W X 315W X 315W X 135W X 315W X 315W X 360W X 225W X 225W X 135W X 315W X 45W X 90W X 90W X 360W X 360W X 360W X 45W X 270W X +USW00014922199401WESD 25 X 25 X 25 X 25 X 25 X 102 X 102 X 102 X 102 X 102 X 102 X 102 X 102 X 51 X 51 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 51 X 76 X 76 X 76 X 102 X 229 X 432 X 432 X 432 X +USW00014922199401WSF1 98 X 67 X 31 X 80 X 80 X 76 X 72 X 40 X 80 X 94 X 72 X 80 X 89 X 80 X 72 X 72 X 98 X 72 X 40 X 63 X 58 X 63 X 67 X 67 X 98 X 89 X 76 X 76 X 58 X 45 X 40 X +USW00014922199401WSFG 134 X 87 X 57 X 113 X 113 X 98 X 87 X 51 X 108 X 113 X 93 X 98 X 113 X 123 X 77 X 93 X 149 X 98 X 51 X 87 X 82 X 82 X 87 X 98 X 118 X 144 X 103 X 113 X 108 X 72 X 62 X +USW00014922199401WT01-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199401WT04-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199401WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199401WT09-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199401WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199401WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199401WT18-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 +USW00014922199401WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922199402TMAX -111 0 -111 0 -139 0 -122 0 -100 0 -106 0 -211 0 -172 0 -122 0 -83 0 -56 0 -11 0 -22 0 39 0 11 0 50 0 67 0 83 0 94 0 -28 0 -44 0 -50 0 -67 0 -50 0 -72 0 -67 0 -67 0 6 0-9999 -9999 -9999 +USW00014922199402TMIN -217 0 -206 0 -217 0 -217 0 -150 0 -244 0 -267 0 -228 0 -250 0 -217 0 -200 0 -139 0 -200 0 -122 0 -89 0 -94 0 -72 0 -6 0 -56 0 -106 0 -117 0 -122 0 -111 0 -139 0 -150 0 -200 0 -167 0 -83 0-9999 -9999 -9999 +USW00014922199402PRCP 0T 0 5 0 0 0 0 0 0 0 0 0 0T 0 25 0 0T 0 0T 0 20 0 33 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 3 0 13 0 3 0 91 0 0 0 0T 0 5 0-9999 -9999 -9999 +USW00014922199402SNOW 0T 0 5 0 0 0 0 0 0 0 0 0 0T 0 76 0 0T 0 0T 0 25 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 28 0 3 0 104 0 0 0 0T 0 5 0-9999 -9999 -9999 +USW00014922199402SNWD 279 0 279 0 279 0 279 0 254 0 254 0 229 0 229 0 279 0 279 0 254 0 330 0 330 0 305 0 279 0 279 0 229 0 178 0 25 0 0T 0 0T 0 0T 0 0T 0 25 0 102 0 127 0 127 0 127 0-9999 -9999 -9999 +USW00014922199402ACMH 100 X 60 X 20 X 10 X 90 X 60 X 100 X 100 X 20 X 90 X 70 X 70 X 30 X 20 X 30 X 90 X 40 X 90 X 100 X 50 X 20 X 90 X 100 X 60 X 80 X 30 X 90 X 70 X-9999 -9999 -9999 +USW00014922199402ACSH 100 X 70 X 30 X 0 X 80 X 70 X 100 X 100 X 0 X 100 X 90 X 100 X 40 X 40 X 10 X 90 X 30 X 100 X 100 X 40 X 10 X 90 X 100 X 40 X 90 X 20 X 100 X 80 X-9999 -9999 -9999 +USW00014922199402AWND 30 X 46 X 42 X 42 X 38 X 49 X 36 X 39 X 25 X 56 X 33 X 42 X 27 X 39 X 46 X 42 X 26 X 59 X 64 X 51 X 50 X 67 X 61 X 36 X 54 X 13 X 36 X 23 X-9999 -9999 -9999 +USW00014922199402FMTM 1451 X 1650 X 1350 X 1150 X 0152 X 1851 X 0050 X 1652 X 2354 X 0950 X 2211 X 1652 X 2350 X 2150 X 0150 X 1250 X 1850 X 1352 X 0851 X 0450 X 2050 X 1550 X 0720 X 2052 X 1351 X 1750 X 1751 X 1850 X-9999 -9999 -9999 +USW00014922199402PGTM 1422 X 1602 X 1351 X 1227 X 0127 X 1411 X 0044 X 0627 X 1915 X 1213 X 1040 X 0135 X 0007 X 2301 X 0138 X 1203 X 1841 X 1319 X 0854 X 1154 X 0820 X 1628 X 1647 X 1439 X 1409 X 1330 X 1121 X 1849 X-9999 -9999 -9999 +USW00014922199402TSUN 287 X 347 X 557 X 556 X 452 X 470 X 73 X 0 X 610 X 112 X 345 X 246 X 540 X 624 X 567 X 453 X 540 X 274 X 2 X 597 X 575 X 230 X 290 X 573 X 351 X 633 X 414 X 511 X-9999 -9999 -9999 +USW00014922199402WDF1 220 X 320 X 250 X 240 X 300 X 320 X 340 X 50 X 160 X 170 X 100 X 300 X 120 X 270 X 310 X 220 X 120 X 160 X 220 X 320 X 10 X 60 X 40 X 90 X 30 X 250 X 150 X 130 X-9999 -9999 -9999 +USW00014922199402WDFG 225W X 315W X 270W X 270W X 315W X 315W X 315W X 45W X 225W X 180W X 90W X 135W X 270W X 270W X 315W X 225W X 135W X 180W X 225W X 360W X 360W X 45W X 360W X 135W X 45W X 225W X 180W X 135W X-9999 -9999 -9999 +USW00014922199402WESD 432 X 432 X 432 X 432 X 432 X 432 X 432 X 457 X 457 X 457 X 432 X 457 X 330 X 330 X 330 X 279 X 279 X 254 X-9999 -9999 -9999 -9999 -9999 -9999 51 X 51 X 51 X 51 X-9999 -9999 -9999 +USW00014922199402WSF1 63 X 80 X 76 X 72 X 63 X 76 X 76 X 45 X 40 X 89 X 67 X 72 X 40 X 63 X 94 X 76 X 63 X 80 X 98 X 72 X 67 X 80 X 76 X 58 X 89 X 31 X 58 X 54 X-9999 -9999 -9999 +USW00014922199402WSFG 67 X 139 X 93 X 93 X 82 X 113 X 87 X 77 X 57 X 139 X 93 X 93 X 51 X 93 X 134 X 113 X 98 X 118 X 144 X 98 X 113 X 123 X 113 X 82 X 123 X 51 X 77 X 67 X-9999 -9999 -9999 +USW00014922199402WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199402WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199402WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199402WT18 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00014922199402WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199403TMAX 11 0 50 0 106 0 117 0 94 0 61 0 0 0 -39 0 0 0 11 0 56 0 78 0 106 0 117 0 56 0 50 0 67 0 67 0 89 0 111 0 133 0 183 0 56 0 22 0 78 0 44 0 50 0 39 0 33 0 61 0 150 0 +USW00014922199403TMIN -117 0 -39 0 -33 0 11 0 0 0 -11 0 -56 0 -106 0 -117 0 -67 0 -78 0 -33 0 -17 0 28 0 -28 0 -61 0 -28 0 -17 0 -22 0 6 0 -39 0 11 0 -22 0 -44 0 -72 0 -17 0 -6 0 -22 0 -50 0 -72 0 -22 0 +USW00014922199403PRCP 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 5 0 0T 0 33 0 0 0 0 0 8 0 5 0 0 0 25 0 5 0 0T 0 0T 0 0 0 0 0 +USW00014922199403SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0T 0 0 0 0 0 0T 0 5 0 0 0 25 0 8 0 0T 0 0T 0 0 0 0 0 +USW00014922199403SNWD 102 0 102 0 51 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 +USW00014922199403ACMH 30 X 70 X 40 X 0 X 80 X 80 X 30 X 10 X 30 X 40 X 80 X 50 X 70 X 50 X 10 X 50 X 100 X 80 X 60 X 80 X 30 X 40 X 90 X 60 X 60 X 90 X 90 X 70 X 70 X 0 X 30 X +USW00014922199403ACSH 20 X 70 X 60 X 0 X 90 X 100 X 40 X 10 X 10 X 30 X 90 X 40 X 70 X 60 X 0 X 70 X 100 X 90 X 80 X 100 X 10 X 40 X 100 X 80 X 80 X 100 X 80 X 80 X 90 X 10 X 30 X +USW00014922199403AWND 27 X 39 X 40 X 40 X 19 X 45 X 83 X 53 X 24 X 37 X 36 X 33 X 48 X 70 X 67 X 32 X 63 X 46 X 53 X 48 X 42 X 46 X 71 X 57 X 29 X 36 X 43 X 42 X 38 X 39 X 41 X +USW00014922199403FMTM 1352 X 1351 X 1650 X 1453 X 1254 X 1352 X 1553 X 0350 X 1954 X 0850 X 1550 X 1450 X 0554 X 1850 X 1350 X 2050 X 0850 X 0451 X 1550 X 0750 X 1554 X 1153 X 1352 X 0850 X 1750 X 1150 X 1550 X 1550 X 1053 X 1552 X 1650 X +USW00014922199403PGTM 1518 X 0623 X 1642 X 0513 X 0612 X 1426 X 1516 X 0148 X 2017 X 0833 X 1408 X 1517 X 1216 X 1633 X 0816 X 1223 X 1117 X 0325 X 1547 X 1734 X 1643 X 2125 X 1113 X 0322 X 1442 X 1134 X 1545 X 1209 X 1841 X 1222 X 1646 X +USW00014922199403TSUN 602 X 465 X 558 X 670 X 366 X 369 X 557 X 651 X 667 X 644 X 508 X 653 X 532 X 504 X 685 X 682 X 364 X 506 X 410 X 268 X 662 X 616 X 149 X 717 X 585 X 39 X 464 X 585 X 488 X 759 X 752 X +USW00014922199403WDF1 150 X 240 X 270 X 270 X 270 X 300 X 290 X 300 X 260 X 350 X 180 X 320 X 310 X 280 X 350 X 120 X 140 X 330 X 130 X 130 X 250 X 310 X 40 X 320 X 140 X 210 X 330 X 330 X 360 X 270 X 310 X +USW00014922199403WDFG 180W X 225W X 270W X 315W X 225W X 315W X 270W X 315W X 270W X 360W X 180W X 315W X 315W X 315W X 315W X 135W X 135W X 315W X 135W X 315W X 225W X 360W X 90W X 315W X 135W X 225W X 360W X 315W X 360W X 225W X 315W X +USW00014922199403WESD 51 X 51 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199403WSF1 67 X 58 X 72 X 58 X 40 X 72 X 143 X 94 X 45 X 63 X 76 X 63 X 76 X 98 X 94 X 45 X 98 X 80 X 98 X 89 X 80 X 72 X 98 X 76 X 45 X 63 X 76 X 63 X 76 X 72 X 63 X +USW00014922199403WSFG 77 X 67 X 108 X 87 X 51 X 98 X 211 X 164 X 82 X 98 X 103 X 98 X 118 X 159 X 149 X 72 X 159 X 134 X 129 X 108 X 129 X 103 X 139 X 123 X 72 X 93 X 113 X 108 X 118 X 108 X 87 X +USW00014922199403WT01 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199403WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199403WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199403WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199403WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199403WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199403WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199403WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199403WT18 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922199404TMAX 172 0 100 0 100 0 56 0 33 0 72 0 100 0 139 0 89 0 144 0 161 0 111 0 178 0 200 0 128 0 167 0 200 0 289 0 150 0 100 0 167 0 194 0 267 0 206 0 139 0 200 0 50 0 17 0 61 0 94 0-9999 +USW00014922199404TMIN -11 0 -28 0 -56 0 -28 0 -72 0 -78 0 -11 0 33 0 17 0 -11 0 -17 0 44 0 39 0 44 0 33 0 56 0 44 0 100 0 50 0 -6 0 33 0 33 0 106 0 139 0 61 0 33 0 11 0 0 0 -11 0 -6 0-9999 +USW00014922199404PRCP 0 0 0 0 0 0 23 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 140 0 0T 0 0T 0 114 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 216 0 201 0 104 0 5 0 124 0 5 0 0 0-9999 +USW00014922199404SNOW 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 114 0 5 0 0 0-9999 +USW00014922199404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0-9999 +USW00014922199404ACMH 30 X 80 X 40 X 90 X 50 X 40 X 90 X 90 X 70 X 40 X 70 X 90 X 60 X 60 X 80 X 20 X 30 X 20 X 10 X 80 X 40 X 10 X 60 X 90 X 100 X 100 X 90 X 100 X 80 X 80 X-9999 +USW00014922199404ACSH 30 X 100 X 40 X 100 X 80 X 40 X 100 X 90 X 90 X 50 X 80 X 100 X 60 X 60 X 90 X 20 X 30 X 20 X 0 X 100 X 30 X 10 X 70 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X-9999 +USW00014922199404AWND 42 X 67 X 46 X 55 X 52 X 27 X 59 X 72 X 70 X 30 X 47 X 68 X 44 X 35 X 100 X 78 X 35 X 68 X 72 X 21 X 33 X 32 X 84 X 55 X 65 X 75 X 60 X 62 X 38 X 25 X-9999 +USW00014922199404FMTM 2151 X 0650 X 1053 X 2350 X 0151 X 1854 X 1351 X 1902 X 0032 X 1350 X 1854 X 0951 X 1553 X 2250 X 1554 X 1553 X 2350 X 1750 X 1352 X 1451 X 1650 X 2353 X 1253 X 1150 X 2209 X 1750 X 2351 X 1450 X 0951 X 1451 X-9999 +USW00014922199404PGTM 2352 X 0626 X 1445 X 1945 X 0208 X 1726 X 2231 X 1902 X 0131 X 1353 X 1610 X 1009 X 1512 X 2308 X 1256 X 2049 X 0018 X 1610 X 1357 X 1437 X 1227 X 2348 X 1359 X 1136 X 2207 X 1414 X 0834 X 1226 X 1155 X 1344 X-9999 +USW00014922199404TSUN 730 X 280 X 730 X 1 X 719 X 693 X 587 X 148 X 558 X 754 X 676 X 145 X 560 X 587 X 404 X 763 X 789 X 769 X 820 X 352 X 774 X 829 X 657 X 289 X 38 X 303 X 492 X 43 X 650 X 457 X-9999 +USW00014922199404WDF1 270 X 300 X 240 X 350 X 10 X 210 X 150 X 260 X 260 X 10 X 60 X 70 X 280 X 60 X 320 X 310 X 310 X 320 X 320 X 260 X 30 X 220 X 210 X 10 X 300 X 200 X 10 X 70 X 340 X 350 X-9999 +USW00014922199404WDFG 315W X 315W X 225W X 360W X 360W X 225W X 135W X 270W X 270W X 360W X 90W X 90W X 270W X 45W X 315W X 315W X 315W X 315W X 315W X 270W X 90W X 225W X 225W X 360W X 315W X 225W X 360W X 90W X 315W X 360W X-9999 +USW00014922199404WSF1 80 X 94 X 80 X 94 X 94 X 54 X 103 X 156 X 156 X 63 X 94 X 116 X 72 X 80 X 139 X 125 X 58 X 125 X 112 X 54 X 54 X 67 X 139 X 94 X 143 X 116 X 112 X 103 X 89 X 67 X-9999 +USW00014922199404WSFG 93 X 144 X 129 X 134 X 123 X 82 X 149 X 226 X 206 X 87 X 123 X 170 X 98 X 103 X 226 X 195 X 67 X 195 X 170 X 77 X 98 X 98 X 180 X 118 X 190 X 175 X 139 X 134 X 113 X 98 X-9999 +USW00014922199404WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922199404WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199404WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199404WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199404WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199404WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922199404WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199404WT18-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922199405TMAX 144 0 161 0 167 0 206 0 133 0 128 0 183 0 217 0 200 0 256 0 222 0 211 0 267 0 217 0 211 0 200 0 228 0 267 0 300 0 306 0 311 0 283 0 250 0 239 0 211 0 189 0 228 0 283 0 278 0 328 0 239 0 +USW00014922199405TMIN -11 0 22 0 56 0 56 0 11 0 11 0 72 0 44 0 72 0 33 0 111 0 89 0 100 0 117 0 89 0 78 0 122 0 111 0 122 0 133 0 133 0 156 0 144 0 128 0 106 0 67 0 72 0 150 0 156 0 139 0 139 0 +USW00014922199405PRCP 0T 0 0 0 0 0 0T 0 0 0 0 0 5 0 0 0 0 0 71 0 0 0 0 0 0 0 91 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 97 0 71 0 76 0 66 0 0 0 0 0 64 0 3 0 0T 0 0 0 +USW00014922199405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199405ACMH 40 X 50 X 90 X 60 X 60 X 80 X 30 X 40 X 20 X 60 X 50 X 0 X 60 X 90 X 0 X 60 X 60 X 40 X 30 X 0 X 60 X 40 X 70 X 80 X 70 X 30 X 20 X 40 X 40 X 70 X 0 X +USW00014922199405ACSH 40 X 50 X 90 X 70 X 80 X 100 X 20 X 70 X 20 X 60 X 50 X 0 X 60 X 100 X 10 X 70 X 80 X 50 X 50 X 0 X 70 X 30 X 70 X 90 X 90 X 50 X 20 X 40 X 40 X 100 X 0 X +USW00014922199405AWND 37 X 31 X 55 X 56 X 46 X 36 X 44 X 70 X 52 X 38 X 77 X 36 X 65 X 40 X 57 X 56 X 66 X 46 X 33 X 47 X 53 X 25 X 34 X 47 X 47 X 41 X 37 X 58 X 49 X 60 X 64 X +USW00014922199405FMTM 1653 X 1253 X 1153 X 1551 X 2353 X 2353 X 0850 X 1050 X 1350 X 2150 X 1151 X 0150 X 2350 X 2350 X 1350 X 1650 X 1652 X 1250 X 1050 X 1450 X 1050 X 0153 X 0903 X 0334 X 1552 X 1354 X 2252 X 1550 X 0351 X 1517 X 1254 X +USW00014922199405PGTM 1329 X 1255 X 1213 X 1622 X 1222 X 2114 X 1024 X 1131 X 1258 X 2036 X 1118 X 0354 X 1646 X 0122 X 1350 X 1847 X 0644 X 1257 X 1338 X 1521 X 1307 X 0151 X 0902 X 1452 X 1552 X 1347 X 1636 X 2353 X 0007 X 1707 X 1424 X +USW00014922199405TSUN 749 X 810 X 795 X 778 X 847 X 781 X 835 X 871 X 850 X 822 X 815 X 882 X 854 X 0 X 889 X 500 X 773 X 852 X 828 X 850 X 769 X 736 X 538 X 580 X 598 X 816 X 913 X 788 X 909 X 682 X 915 X +USW00014922199405WDF1 300 X 200 X 190 X 320 X 50 X 50 X 350 X 230 X 330 X 210 X 320 X 340 X 180 X 180 X 320 X 120 X 110 X 150 X 190 X 190 X 210 X 200 X 270 X 190 X 360 X 360 X 160 X 200 X 200 X 220 X 310 X +USW00014922199405WDFG 315W X 180W X 180W X 315W X 315W X 360W X 360W X 225W X 360W X 225W X 315W X 360W X 180W X 180W X 315W X 90W X 135W X 135W X 180W X 180W X 180W X 225W X 270W X 270W X 360W X 360W X 135W X 180W X 180W X 315W X 315W X +USW00014922199405WSF1 67 X 72 X 94 X 80 X 72 X 72 X 63 X 107 X 103 X 76 X 125 X 67 X 94 X 94 X 125 X 76 X 89 X 63 X 67 X 76 X 89 X 67 X 63 X 116 X 103 X 63 X 63 X 80 X 76 X 134 X 125 X +USW00014922199405WSFG 134 X 87 X 118 X 123 X 108 X 82 X 98 X 139 X 170 X 185 X 185 X 82 X 129 X 134 X 159 X 98 X 118 X 93 X 77 X 113 X 144 X 77 X 129 X 149 X 154 X 98 X 82 X 129 X 113 X 180 X 144 X +USW00014922199405WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199405WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00014922199405WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199405WT16 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00014922199406TMAX 217 0 211 0 256 0 289 0 244 0 294 0 211 0 206 0 222 0 261 0 244 0 283 0 267 0 350 0 283 0 306 0 300 0 272 0 311 0 300 0 300 0 283 0 244 0 289 0 294 0 278 0 272 0 256 0 267 0 283 0-9999 +USW00014922199406TMIN 106 0 72 0 72 0 133 0 172 0 144 0 122 0 78 0 111 0 122 0 128 0 111 0 150 0 222 0 178 0 167 0 206 0 200 0 206 0 194 0 161 0 167 0 178 0 150 0 161 0 156 0 172 0 172 0 161 0 144 0-9999 +USW00014922199406PRCP 0 0 0 0 0 0 122 0 234 0 0 0 58 0 0 0 0T 0 66 0 15 0 86 0 0 0 0 0 3 0 0 0 168 0 0 0 0 0 3 0 0 0 0T 0 0T 0 0 0 8 0 0 0 18 0 3 0 0T 0 3 0-9999 +USW00014922199406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199406ACMH 70 X 30 X 20 X 50 X 90 X 50 X 90 X 60 X 60 X 50 X 50 X 60 X 70 X 70 X 90 X 80 X 90 X 80 X 80 X 90 X 40 X 90 X 100 X 70 X 50 X 30 X 70 X 70 X 60 X 70 X-9999 +USW00014922199406ACSH 80 X 30 X 20 X 40 X 100 X 40 X 100 X 70 X 80 X 60 X 60 X 70 X 80 X 60 X 100 X 80 X 90 X 80 X 90 X 100 X 20 X 90 X 100 X 70 X 60 X 40 X 70 X 70 X 80 X 70 X-9999 +USW00014922199406AWND 39 X 40 X 24 X 50 X 35 X 30 X 63 X 60 X 43 X 44 X 57 X 38 X 39 X 99 X 46 X 47 X 43 X 41 X 42 X 49 X 30 X 29 X 30 X 18 X 37 X 36 X 60 X 73 X 57 X 46 X-9999 +USW00014922199406FMTM 2250 X 0952 X 1150 X 2051 X 0144 X 1353 X 1250 X 0654 X 2154 X 1200 X 1915 X 2136 X 2350 X 1553 X 2351 X 1451 X 1722 X 0022 X 1953 X 1353 X 1750 X 1850 X 1251 X 1450 X 1655 X 1552 X 1454 X 1938 X 0152 X 1850 X-9999 +USW00014922199406PGTM 2248 X 1410 X 1433 X 1224 X 0103 X 1619 X 1248 X 0649 X 2145 X 1156 X 1911 X 2110 X 2337 X 1516 X 0324 X 1443 X 1146 X 1416 X 1518 X 1356 X 1805 X 1105 X 1506 X 1543 X 1653 X 1419 X 1439 X 1946 X 0709 X 1921 X-9999 +USW00014922199406TSUN 757 X 876 X 848 X 802 X 360 X 716 X 222 X 808 X 805 X 625 X 759 X 693 X 663 X 742 X 164 X 674 X 98 X 672 X 762 X 352 X 879 X 532 X 467 X 720 X 650 X 832 X 620 X 818 X 656 X 638 X-9999 +USW00014922199406WDF1 70 X 80 X 290 X 180 X 170 X 310 X 60 X 100 X 190 X 230 X 260 X 80 X 130 X 190 X 210 X 180 X 170 X 30 X 170 X 280 X 310 X 70 X 150 X 40 X 240 X 90 X 200 X 320 X 310 X 200 X-9999 +USW00014922199406WDFG 45W X 135W X 225W X 180W X 180W X 315W X 45W X 90W X 180W X 225W X 270W X 360W X 135W X 180W X 360W X 180W X 225W X 45W X 135W X 225W X 270W X 135W X 180W X 45W X 225W X 360W X 180W X 315W X 315W X 270W X-9999 +USW00014922199406WSF1 89 X 67 X 54 X 80 X 80 X 76 X 89 X 80 X 63 X 156 X 143 X 76 X 67 X 130 X 76 X 89 X 76 X 63 X 63 X 89 X 45 X 54 X 45 X 40 X 80 X 58 X 98 X 103 X 94 X 89 X-9999 +USW00014922199406WSFG 113 X 108 X 72 X 129 X 118 X 113 X 129 X 108 X 82 X 236 X 211 X 108 X 93 X 185 X 108 X 118 X 190 X 93 X 98 X 144 X 72 X 77 X 62 X 72 X 108 X 87 X 139 X 154 X 123 X 129 X-9999 +USW00014922199406WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199406WT03-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 +USW00014922199406WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199406WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199406WT16-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00014922199407TMAX 256 0 239 0 267 0 300 0 306 0 294 0 289 0 211 0 239 0 256 0 278 0 283 0 194 0 256 0 272 0 256 0 278 0 267 0 311 0 294 0 250 0 272 0 278 0 267 0 233 0 239 0 256 0 278 0 272 0 283 0 300 0 +USW00014922199407TMIN 156 0 117 0 144 0 194 0 194 0 200 0 200 0 156 0 144 0 133 0 194 0 133 0 156 0 133 0 139 0 161 0 139 0 139 0 183 0 150 0 178 0 172 0 156 0 139 0 128 0 144 0 133 0 122 0 150 0 161 0 194 0 +USW00014922199407PRCP 0 0 0 0 0 0 10 0 411 0 33 0 208 0 0T 0 0 0 0 0 0T 0 0 0 20 0 64 0 0 0 122 0 0 0 15 0 3 0 30 0 97 0 0 0 0T 0 5 0 0 0 13 0 0 0 0 0 0 0 0 0 15 0 +USW00014922199407SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199407ACMH 60 X 20 X 80 X 70 X 80 X 80 X 90 X 100 X 70 X 40 X 70 X 60 X 100 X 70 X 50 X 70 X 20 X 80 X 90 X 30 X 80 X 40 X 40 X 40 X 40 X 70 X 30 X 90 X 30 X 50 X 70 X +USW00014922199407ACSH 60 X 20 X 100 X 70 X 90 X 100 X 90 X 100 X 80 X 40 X 80 X 80 X 100 X 70 X 70 X 80 X 30 X 90 X 90 X 30 X 90 X 50 X 60 X 60 X 40 X 90 X 30 X 100 X 20 X 60 X 70 X +USW00014922199407AWND 57 X 55 X 57 X 38 X 41 X 33 X 51 X 43 X 52 X 45 X 61 X 27 X 39 X 36 X 34 X 33 X 33 X 32 X 47 X 49 X 48 X 43 X 47 X 38 X 53 X 51 X 42 X 21 X 26 X 52 X 42 X +USW00014922199407FMTM 1450 X 1755 X 1450 X 1250 X 0349 X 0150 X 1652 X 1154 X 0350 X 1850 X 1555 X 1854 X 1654 X 1550 X 1554 X 2014 X 1352 X 2316 X 2038 X 1353 X 1055 X 1250 X 1555 X 1353 X 1950 X 0851 X 1254 X 1255 X 1651 X 1254 X 0350 X +USW00014922199407PGTM 1745 X 1333 X 1935 X 1435 X 0348 X 0143 X 1648 X 0800 X 0902 X 1342 X 0738 X 1218 X 1745 X 0151 X 1119 X 2015 X 1426 X 2338 X 1653 X 1546 X 1458 X 1228 X 1438 X 1406 X 2126 X 1324 X 1432 X 1254 X 1614 X 1319 X 0536 X +USW00014922199407TSUN 781 X 889 X 643 X 574 X 647 X 750 X 466 X 183 X 756 X 845 X 703 X 819 X 116 X 693 X 731 X 582 X 889 X 628 X 510 X 791 X 451 X 840 X 830 X 860 X 797 X 491 X 739 X 649 X 672 X 734 X 641 X +USW00014922199407WDF1 320 X 120 X 150 X 130 X 270 X 240 X 220 X 230 X 310 X 170 X 240 X 220 X 90 X 280 X 250 X 340 X 280 X 240 X 360 X 240 X 310 X 10 X 320 X 280 X 340 X 360 X 350 X 280 X 230 X 200 X 210 X +USW00014922199407WDFG 360W X 90W X 135W X 45W X 315W X 225W X 225W X 225W X 315W X 180W X 180W X 270W X 90W X 90W X 225W X 360W X 270W X 225W X 180W X 315W X 270W X 360W X 315W X 225W X 315W X 360W X 360W X 270W X 225W X 225W X 225W X +USW00014922199407WSF1 89 X 72 X 76 X 63 X 134 X 107 X 94 X 67 X 80 X 76 X 80 X 54 X 58 X 63 X 54 X 103 X 67 X 130 X 103 X 94 X 80 X 67 X 80 X 76 X 76 X 89 X 72 X 45 X 58 X 94 X 72 X +USW00014922199407WSFG 129 X 123 X 118 X 113 X 278 X 149 X 175 X 93 X 123 X 98 X 129 X 72 X 77 X 82 X 77 X 134 X 98 X 170 X 123 X 129 X 139 X 118 X 108 X 159 X 123 X 129 X 134 X 72 X 77 X 118 X 108 X +USW00014922199407WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199407WT03-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199407WT05-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199407WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922199407WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199407WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 +USW00014922199408TMAX 300 0 283 0 311 0 228 0 228 0 239 0 283 0 206 0 156 0 167 0 250 0 222 0 233 0 222 0 244 0 272 0 250 0 283 0 261 0 244 0 267 0 267 0 283 0 322 0 339 0 278 0 317 0 222 0 233 0 200 0 206 0 +USW00014922199408TMIN 178 0 178 0 200 0 106 0 89 0 133 0 150 0 128 0 117 0 133 0 133 0 161 0 111 0 83 0 100 0 133 0 167 0 167 0 183 0 144 0 111 0 144 0 167 0 167 0 178 0 161 0 183 0 117 0 106 0 128 0 100 0 +USW00014922199408PRCP 0T 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 109 0 201 0 0 0 13 0 0T 0 0 0 0 0 0 0 0T 0 0 0 56 0 0 0 0 0 0 0 8 0 0 0 234 0 0 0 0T 0 0 0 0 0 117 0 0 0 +USW00014922199408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199408ACMH 50 X 60 X 90 X 40 X 50 X 50 X 90 X 80 X 90 X 100 X 80 X 100 X 50 X 10 X 0 X 50 X 90 X 70 X 90 X 70 X 10 X 50 X 60 X 20 X 60 X 50 X 80 X 20 X 50 X 100 X 50 X +USW00014922199408ACSH 70 X 70 X 90 X 60 X 50 X 50 X 100 X 90 X 100 X 100 X 90 X 100 X 60 X 20 X 0 X 50 X 100 X 60 X 80 X 70 X 0 X 60 X 90 X 10 X 60 X 50 X 90 X 30 X 50 X 100 X 50 X +USW00014922199408AWND 34 X 41 X 41 X 57 X 33 X 59 X 54 X 55 X 43 X 51 X 23 X 37 X 45 X 46 X 27 X 28 X 41 X 28 X 55 X 53 X 16 X 37 X 59 X 36 X 43 X 23 X 68 X 55 X 36 X 50 X 39 X +USW00014922199408FMTM 1850 X 1554 X 1850 X 1053 X 1650 X 1755 X 1553 X 0551 X 2127 X 0455 X 1852 X 2150 X 1054 X 1350 X 1550 X 1650 X 1450 X 0453 X 1553 X 1352 X 1453 X 1550 X 1850 X 1550 X 1610 X 1555 X 1952 X 0152 X 1353 X 1950 X 1452 X +USW00014922199408PGTM 1343 X 1122 X 1812 X 1633 X 1356 X 1326 X 1919 X 1107 X 0937 X 0505 X 1542 X 1005 X 1322 X 1347 X 1547 X 1437 X 1448 X 0515 X 1320 X 1214 X 1504 X 1212 X 1849 X 1447 X 1642 X 2028 X 1945 X 0041 X 1323 X 0517 X 1403 X +USW00014922199408TSUN 629 X 683 X 459 X 635 X 807 X 693 X 472 X 527 X 186 X 8 X 622 X 216 X 712 X 849 X 846 X 787 X 348 X 576 X 612 X 649 X 766 X 644 X 393 X 778 X 514 X 761 X 598 X 764 X 688 X 231 X 697 X +USW00014922199408WDF1 90 X 150 X 170 X 10 X 230 X 210 X 200 X 10 X 130 X 120 X 170 X 270 X 320 X 320 X 200 X 150 X 110 X 350 X 280 X 340 X 160 X 170 X 330 X 260 X 200 X 130 X 300 X 310 X 200 X 10 X 50 X +USW00014922199408WDFG 90W X 135W X 225W X 360W X 270W X 180W X 225W X 360W X 90W X 135W X 135W X 135W X 315W X 315W X 225W X 180W X 90W X 360W X 270W X 360W X 180W X 225W X 315W X 225W X 360W X 135W X 315W X 315W X 180W X 45W X 315W X +USW00014922199408WSF1 54 X 76 X 54 X 89 X 63 X 80 X 89 X 80 X 58 X 76 X 40 X 54 X 80 X 80 X 58 X 45 X 67 X 54 X 89 X 94 X 54 X 63 X 130 X 63 X 112 X 45 X 125 X 80 X 67 X 72 X 63 X +USW00014922199408WSFG 82 X 87 X 93 X 134 X 113 X 118 X 129 X 108 X 82 X 93 X 57 X 72 X 113 X 134 X 82 X 72 X 77 X 62 X 118 X 139 X 57 X 87 X 164 X 98 X 200 X 77 X 159 X 139 X 87 X 118 X 93 X +USW00014922199408WT01 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922199408WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199408WT03 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922199408WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199408WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199408WT16 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 1 0-9999 +USW00014922199409TMAX 194 0 156 0 206 0 172 0 239 0 233 0 278 0 283 0 289 0 300 0 289 0 233 0 261 0 294 0 278 0 194 0 244 0 278 0 272 0 250 0 267 0 150 0 211 0 233 0 239 0 106 0 161 0 172 0 222 0 194 0-9999 +USW00014922199409TMIN 83 0 106 0 122 0 144 0 144 0 106 0 100 0 144 0 167 0 161 0 194 0 183 0 194 0 194 0 183 0 128 0 100 0 122 0 128 0 156 0 150 0 111 0 117 0 144 0 83 0 78 0 61 0 78 0 61 0 117 0-9999 +USW00014922199409PRCP 0 0 36 0 48 0 13 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 257 0 406 0 20 0 0T 0 0 0 0 0 0 0 8 0 170 0 76 0 69 0 0 0 0T 0 0 0 0T 0 0 0 0 0 5 0-9999 +USW00014922199409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199409ACMH 70 X 100 X 100 X 100 X 60 X 10 X 20 X 30 X 30 X 70 X 80 X 100 X 100 X 80 X 70 X 70 X 0 X 0 X 20 X 90 X 70 X 100 X 100 X 100 X 90 X 100 X 70 X 20 X 40 X 100 X-9999 +USW00014922199409ACSH 90 X 100 X 100 X 100 X 80 X 10 X 20 X 40 X 20 X 90 X 80 X 100 X 100 X 70 X 90 X 100 X 0 X 0 X 10 X 100 X 40 X 100 X 100 X 100 X 80 X 100 X 80 X 40 X 50 X 100 X-9999 +USW00014922199409AWND 25 X 37 X 60 X 61 X 46 X 27 X 26 X 23 X 38 X 44 X 59 X 42 X 46 X 53 X 58 X 56 X 33 X 19 X 25 X 44 X 41 X 72 X 37 X 31 X 59 X 59 X 49 X 48 X 28 X 54 X-9999 +USW00014922199409FMTM 1650 X 2255 X 2150 X 1353 X 1550 X 1251 X 1250 X 2151 X 0750 X 1450 X 1250 X 1350 X 1554 X 1350 X 1053 X 1450 X 1552 X 1551 X 1350 X 2350 X 2350 X 1235 X 0652 X 1553 X 1451 X 0053 X 1750 X 1453 X 1851 X 1652 X-9999 +USW00014922199409PGTM 1401 X 2247 X 2153 X 1043 X 1304 X 1108 X 1450 X 2249 X 2129 X 1429 X 1251 X 1353 X 0210 X 1420 X 1044 X 1459 X 1713 X 1231 X 1352 X 1044 X 1537 X 1048 X 0007 X 1634 X 1452 X 0517 X 1805 X 1304 X 1303 X 1643 X-9999 +USW00014922199409TSUN 446 X 68 X 305 X 2 X 399 X 761 X 702 X 683 X 669 X 634 X 611 X 0 X 259 X 635 X 308 X 104 X 748 X 745 X 699 X 400 X 569 X 0 X 226 X 298 X 372 X 0 X 250 X 690 X 669 X 134 X-9999 +USW00014922199409WDF1 30 X 120 X 130 X 130 X 310 X 300 X 240 X 170 X 130 X 180 X 180 X 160 X 150 X 130 X 190 X 310 X 270 X 340 X 210 X 260 X 260 X 350 X 70 X 360 X 360 X 20 X 310 X 320 X 90 X 40 X-9999 +USW00014922199409WDFG 315W X 135W X 135W X 135W X 270W X 315W X 225W X 135W X 135W X 180W X 180W X 135W X 225W X 135W X 180W X 315W X 270W X 270W X 225W X 225W X 315W X 360W X 360W X 360W X 360W X 360W X 315W X 315W X 90W X 45W X-9999 +USW00014922199409WSF1 45 X 63 X 80 X 89 X 80 X 63 X 45 X 54 X 63 X 76 X 94 X 76 X 67 X 80 X 94 X 80 X 67 X 40 X 63 X 89 X 89 X 103 X 63 X 58 X 134 X 80 X 89 X 80 X 45 X 98 X-9999 +USW00014922199409WSFG 87 X 77 X 108 X 129 X 123 X 108 X 72 X 51 X 72 X 108 X 134 X 103 X 103 X 118 X 139 X 123 X 67 X 67 X 87 X 118 X 108 X 139 X 77 X 87 X 164 X 134 X 134 X 123 X 67 X 129 X-9999 +USW00014922199409WT01-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199409WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199409WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199409WT14-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199409WT16-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0-9999 +USW00014922199410TMAX 172 0 117 0 111 0 133 0 189 0 228 0 161 0 133 0 122 0 167 0 183 0 189 0 200 0 194 0 150 0 167 0 211 0 194 0 133 0 167 0 211 0 150 0 94 0 61 0 78 0 117 0 200 0 161 0 150 0 144 0 122 0 +USW00014922199410TMIN 78 0 83 0 83 0 89 0 100 0 122 0 106 0 67 0 33 0 6 0 67 0 44 0 56 0 67 0 139 0 139 0 150 0 133 0 111 0 61 0 72 0 94 0 50 0 39 0 0 0 -22 0 33 0 117 0 44 0 0 0 -17 0 +USW00014922199410PRCP 0T 0 130 0 124 0 0 0 0 0 315 0 0T 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 226 0 216 0 0T 0 0T 0 0 0 28 0 122 0 3 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00014922199410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199410ACMH 60 X 100 X 100 X 100 X 90 X 80 X 90 X 80 X 10 X 0 X 0 X 10 X 20 X 50 X 100 X 100 X 100 X 70 X 100 X 10 X 30 X 70 X 100 X 100 X 80 X 20 X 40 X 100 X 10 X 40 X 40 X +USW00014922199410ACSH 50 X 100 X 100 X 100 X 90 X 90 X 100 X 70 X 20 X 10 X 10 X 0 X 10 X 40 X 100 X 100 X 100 X 50 X 100 X 10 X 30 X 70 X 100 X 100 X 100 X 40 X 30 X 100 X 0 X 40 X 80 X +USW00014922199410AWND 55 X 63 X 58 X 30 X 32 X 65 X 87 X 59 X 51 X 41 X 56 X 41 X 38 X 46 X 65 X 55 X 43 X 86 X 70 X 29 X 38 X 50 X 84 X 78 X 54 X 40 X 74 X 63 X 53 X 42 X 21 X +USW00014922199410FMTM 0950 X 2235 X 0450 X 0050 X 0950 X 2030 X 1652 X 1802 X 1251 X 1351 X 1150 X 1550 X 1753 X 1750 X 1151 X 2054 X 2351 X 1317 X 1250 X 2353 X 2250 X 2351 X 0453 X 1050 X 0450 X 1350 X 1352 X 0450 X 1454 X 1350 X 1453 X +USW00014922199410PGTM 0954 X 2155 X 0916 X 0857 X 1313 X 2029 X 1024 X 1801 X 0938 X 0956 X 1328 X 1338 X 1346 X 1417 X 1217 X 0303 X 2355 X 2156 X 0828 X 1203 X 2253 X 2359 X 0718 X 0946 X 0459 X 2104 X 1517 X 1726 X 1434 X 1336 X 1444 X +USW00014922199410TSUN 654 X 2 X 5 X 0 X 435 X 224 X 22 X 441 X 678 X 674 X 626 X 670 X 661 X 499 X 0 X 0 X 25 X 426 X 0 X 638 X 468 X 265 X 5 X 8 X 45 X 550 X 532 X 14 X 593 X 406 X 494 X +USW00014922199410WDF1 70 X 90 X 100 X 40 X 140 X 230 X 260 X 310 X 320 X 170 X 190 X 130 X 100 X 130 X 110 X 130 X 170 X 200 X 280 X 290 X 230 X 250 X 300 X 290 X 320 X 170 X 180 X 190 X 250 X 290 X 300 X +USW00014922199410WDFG 90W X 90W X 90W X 45W X 180W X 225W X 225W X 315W X 315W X 135W X 180W X 135W X 90W X 135W X 90W X 135W X 180W X 225W X 270W X 270W X 225W X 270W X 270W X 315W X 315W X 180W X 180W X 315W X 270W X 270W X 315W X +USW00014922199410WSF1 76 X 94 X 80 X 45 X 58 X 165 X 125 X 156 X 76 X 76 X 89 X 58 X 58 X 67 X 80 X 63 X 76 X 116 X 94 X 58 X 72 X 98 X 112 X 103 X 89 X 63 X 125 X 94 X 94 X 72 X 58 X +USW00014922199410WSFG 103 X 139 X 108 X 51 X 93 X 206 X 195 X 190 X 123 X 98 X 108 X 93 X 72 X 87 X 108 X 103 X 108 X 149 X 129 X 72 X 103 X 154 X 164 X 154 X 123 X 77 X 159 X 129 X 123 X 87 X 82 X +USW00014922199410WT01-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199410WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199410WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199410WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199410WT14-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199410WT16 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199410WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199411TMAX 117 0 150 0 100 0 89 0 72 0 106 0 161 0 106 0 122 0 117 0 89 0 106 0 144 0 94 0 72 0 94 0 128 0 94 0 44 0 67 0 50 0 39 0 50 0 89 0 67 0 6 0 6 0 0 0 -28 0 0 0-9999 +USW00014922199411TMIN -17 0 78 0 44 0 17 0 0 0 -17 0 50 0 44 0 -17 0 -17 0 17 0 44 0 83 0 0 0 -56 0 -28 0 61 0 -11 0 -33 0 11 0 -50 0 -67 0 -67 0 -22 0 -67 0 -67 0 -17 0 -39 0 -83 0 -128 0-9999 +USW00014922199411PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 41 0 0 0 0 0 0 0 5 0 0T 0 0T 0 41 0 137 0 0 0 0 0 0 0 0 0 0T 0 104 0 23 0 0 0 0 0-9999 +USW00014922199411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 122 0 36 0 0 0 0 0-9999 +USW00014922199411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 127 0 152 0 152 0-9999 +USW00014922199411ACMH 60 X 90 X 100 X 70 X 90 X 50 X 80 X 80 X 40 X 80 X 70 X 100 X 90 X 50 X 20 X 70 X 100 X 80 X 80 X 100 X 80 X 0 X 30 X 50 X 10 X 100 X 100 X 100 X 60 X 40 X-9999 +USW00014922199411ACSH 80 X 90 X 100 X 80 X 100 X 20 X 90 X 100 X 20 X 100 X 100 X 100 X 100 X 50 X 50 X 90 X 100 X 100 X 60 X 100 X 100 X 0 X 70 X 70 X 20 X 100 X 100 X 100 X 90 X 10 X-9999 +USW00014922199411AWND 57 X 49 X 64 X 33 X 30 X 35 X 56 X 42 X 23 X 42 X 63 X 61 X 83 X 70 X 18 X 66 X 93 X 110 X 32 X 46 X 89 X 74 X 38 X 46 X 38 X 72 X 87 X 74 X 39 X 33 X-9999 +USW00014922199411FMTM 1451 X 0150 X 0450 X 0252 X 2050 X 2350 X 1250 X 1750 X 2350 X 1454 X 1750 X 2352 X 1050 X 0155 X 1350 X 1550 X 1710 X 0552 X 1450 X 1450 X 1550 X 1250 X 2350 X 1250 X 2250 X 2153 X 1014 X 0353 X 2354 X 2251 X-9999 +USW00014922199411PGTM 1532 X 0006 X 0447 X 1205 X 0804 X 1215 X 1116 X 0514 X 1802 X 1455 X 1423 X 2337 X 1006 X 0219 X 1308 X 1849 X 1728 X 1013 X 0117 X 1555 X 1427 X 1223 X 2123 X 1358 X 1837 X 1444 X 1052 X 1803 X 1318 X 1753 X-9999 +USW00014922199411TSUN 308 X 143 X 0 X 176 X 0 X 465 X 497 X 13 X 459 X 364 X 65 X 0 X 0 X 345 X 477 X 303 X 119 X 35 X 253 X 0 X 5 X 558 X 491 X 394 X 466 X 25 X 0 X 30 X 303 X 408 X-9999 +USW00014922199411WDF1 150 X 150 X 360 X 350 X 340 X 130 X 210 X 350 X 360 X 170 X 190 X 150 X 180 X 250 X 210 X 170 X 150 X 240 X 210 X 90 X 290 X 240 X 270 X 300 X 70 X 100 X 50 X 310 X 300 X 150 X-9999 +USW00014922199411WDFG 135W X 135W X 360W X 360W X 135W X 360W X 180W X 360W X 360W X 180W X 180W X 135W X 180W X 270W X 225W X 135W X 135W X 270W X 270W X 90W X 270W X 225W X 180W X 315W X 360W X 90W X 90W X 270W X 315W X 135W X-9999 +USW00014922199411WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 127 X 178 X 203 X-9999 +USW00014922199411WSF1 89 X 80 X 89 X 58 X 45 X 58 X 125 X 63 X 45 X 89 X 103 X 89 X 98 X 112 X 36 X 112 X 125 X 179 X 58 X 67 X 116 X 103 X 67 X 76 X 80 X 94 X 134 X 103 X 63 X 45 X-9999 +USW00014922199411WSFG 123 X 113 X 108 X 72 X 57 X 72 X 159 X 108 X 77 X 98 X 159 X 129 X 149 X 159 X 51 X 149 X 195 X 242 X 77 X 82 X 206 X 159 X 93 X 113 X 98 X 129 X 180 X 123 X 82 X 57 X-9999 +USW00014922199411WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199411WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199411WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199411WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199411WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922199411WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922199411WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199411WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199412TMAX 56 0 67 0 28 0 17 0 -44 0 -78 0 -39 0 -28 0 -33 0 -67 0 -117 0 -44 0 -67 0 -33 0 -11 0 17 0 6 0 -61 0 6 0 39 0 33 0 44 0 56 0 61 0 72 0 56 0 67 0 17 0 -6 0 6 0 -50 0 +USW00014922199412TMIN -28 0 -50 0 -33 0 -44 0 -100 0 -122 0 -100 0 -56 0 -106 0 -167 0 -194 0 -133 0 -144 0 -117 0 -67 0 -72 0 -100 0 -139 0 -94 0 -39 0 -56 0 -50 0 -78 0 -61 0 -50 0 -33 0 -44 0 -44 0 -61 0 -56 0 -122 0 +USW00014922199412PRCP 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 41 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 46 0 33 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 +USW00014922199412SNOW 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 46 0 0T 0 5 0 0 0 0 0 0T 0 0T 0 58 0 38 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 +USW00014922199412SNWD 152 0 102 0 76 0 76 0 51 0 51 0 51 0 51 0 102 0 102 0 102 0 102 0 76 0 76 0 127 0 127 0 152 0 152 0 152 0 127 0 102 0 76 0 51 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 +USW00014922199412ACMH 70 X 0 X 80 X 100 X 90 X 90 X 90 X 100 X 70 X 50 X 50 X 30 X 40 X 90 X 100 X 80 X 70 X 30 X 70 X 40 X 80 X 50 X 10 X 20 X 60 X 30 X 40 X 60 X 80 X 100 X 70 X +USW00014922199412ACSH 100 X 0 X 100 X 100 X 80 X 90 X 80 X 100 X 60 X 70 X 60 X 30 X 70 X 100 X 100 X 100 X 100 X 0 X 90 X 30 X 100 X 50 X 30 X 10 X 100 X 50 X 50 X 50 X 100 X 100 X 70 X +USW00014922199412AWND 42 X 27 X 27 X 48 X 58 X 50 X 40 X 35 X 40 X 67 X 37 X 28 X 16 X 55 X 45 X 40 X 45 X 37 X 48 X 31 X 41 X 39 X 19 X 36 X 34 X 35 X 44 X 55 X 51 X 46 X 47 X +USW00014922199412FMTM 1153 X 1250 X 1322 X 2150 X 0050 X 1855 X 2353 X 1330 X 1854 X 1750 X 2053 X 1252 X 2350 X 2151 X 1251 X 0710 X 1952 X 0253 X 1353 X 0153 X 1550 X 0150 X 2153 X 1250 X 1552 X 2150 X 1851 X 0450 X 1650 X 1555 X 2153 X +USW00014922199412PGTM 1342 X 1309 X 1933 X 2147 X 0818 X 0955 X 0042 X 0956 X 1216 X 1327 X 1950 X 0241 X 2252 X 2142 X 1743 X 0712 X 2048 X 0244 X 1202 X 0041 X 2224 X 1223 X 2149 X 0621 X 2106 X 1820 X 2358 X 2358 X 1704 X 1717 X 2251 X +USW00014922199412TSUN 221 X 490 X 0 X 0 X 158 X 85 X 79 X 0 X 222 X 132 X 424 X 270 X 130 X 0 X 0 X 0 X 5 X 365 X 271 X 330 X 0 X 207 X 388 X 443 X 151 X 154 X 300 X 322 X 0 X 0 X 269 X +USW00014922199412WDF1 200 X 110 X 320 X 330 X 310 X 20 X 20 X 140 X 200 X 320 X 150 X 220 X 120 X 110 X 190 X 140 X 310 X 360 X 160 X 100 X 180 X 200 X 130 X 200 X 190 X 190 X 290 X 340 X 140 X 310 X 320 X +USW00014922199412WDFG 225W X 90W X 315W X 315W X 315W X 360W X 360W X 135W X 180W X 315W X 135W X 135W X 90W X 90W X 180W X 135W X 315W X 360W X 135W X 90W X 225W X 315W X 135W X 135W X 135W X 180W X 315W X 315W X 135W X 315W X 315W X +USW00014922199412WESD 178 X 152 X 152 X 127 X 127 X 127 X 127 X 229 X 254 X 254 X 254 X 254 X 254 X 254 X 51 X 102 X 102 X 102 X 102 X 102 X 25 X 127 X 102 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199412WSF1 72 X 54 X 63 X 89 X 76 X 63 X 58 X 54 X 54 X 107 X 58 X 63 X 27 X 89 X 63 X 67 X 89 X 76 X 63 X 63 X 72 X 67 X 40 X 54 X 54 X 40 X 89 X 76 X 80 X 67 X 67 X +USW00014922199412WSFG 103 X 72 X 82 X 123 X 103 X 108 X 72 X 77 X 72 X 149 X 77 X 67 X 51 X 108 X 82 X 77 X 129 X 82 X 87 X 67 X 87 X 82 X 51 X 82 X 87 X 62 X 129 X 118 X 113 X 87 X 87 X +USW00014922199412WT01-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00014922199412WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199412WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199412WT06-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199412WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199412WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199412WT15-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199412WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199412WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199412WT18-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199501TMAX -106 0 -89 0 -122 0 -167 0 -33 0 -33 0 -94 0 -78 0 -106 0 -50 0 11 0 22 0 11 0 -17 0 -22 0 11 0 28 0 -22 0 -22 0 -61 0 -44 0 -78 0 -67 0 -39 0 -33 0 -11 0 28 0 6 0 -28 0 -17 0 78 0 +USW00014922199501TMIN -139 0 -133 0 -206 0 -239 0 -178 0 -150 0 -194 0 -167 0 -167 0 -106 0 -50 0 6 0 -44 0 -94 0 -106 0 -39 0 -56 0 -94 0 -106 0 -111 0 -100 0 -106 0 -172 0 -178 0 -139 0 -139 0 -78 0 -39 0 -89 0 -78 0 -39 0 +USW00014922199501PRCP 5 0 3 0 0T 0 0 0 0 0 3 0 0 0 0 0 25 0 0T 0 0T 0 5 0 0T 0 0T 0 0T 0 3 0 30 0 0 0 0T 0 0T 0 3 0 15 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 +USW00014922199501SNOW 8 0 8 0 0T 0 0 0 0 0 3 0 0 0 0 0 41 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 3 0 10 0 0 0 0T 0 0T 0 5 0 30 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 +USW00014922199501SNWD 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 51 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 +USW00014922199501ACMH 90 X 70 X 0 X 10 X 40 X 60 X 10 X 10 X 100 X 100 X 100 X 100 X 100 X 60 X 60 X 90 X 100 X 20 X 60 X 50 X 100 X 100 X 10 X 50 X 10 X 60 X 50 X 90 X 100 X 70 X 70 X +USW00014922199501ACSH 70 X 80 X 0 X 10 X 30 X 80 X 20 X 0 X 100 X 100 X 100 X 100 X 90 X 60 X 80 X 100 X 100 X 10 X 60 X 60 X 100 X 100 X 0 X 60 X 0 X 90 X 50 X 90 X 100 X 90 X 90 X +USW00014922199501AWND 46 X 50 X 68 X 54 X 88 X 59 X 44 X 41 X 41 X 60 X 52 X 22 X 44 X 43 X 43 X 88 X 97 X 44 X 41 X 61 X 66 X 54 X 37 X 14 X 18 X 29 X 47 X 39 X 36 X 49 X 46 X +USW00014922199501FMTM 0955 X 2126 X 0053 X 0051 X 1352 X 1950 X 2352 X 2352 X 1524 X 1050 X 1032 X 2320 X 0450 X 1550 X 2352 X 0951 X 1253 X 2350 X 1951 X 1553 X 1550 X 1053 X 0451 X 1252 X 1350 X 1953 X 2150 X 0853 X 0950 X 1350 X 1650 X +USW00014922199501PGTM 1651 X 2108 X 0136 X 0632 X 1352 X 1203 X 2324 X 0026 X 2312 X 1028 X 1017 X 0030 X 0821 X 0752 X 2024 X 1133 X 1244 X 0036 X 2232 X 1151 X 1923 X 1148 X 0251 X 1255 X 1310 X 1805 X 2112 X 0836 X 1353 X 1808 X 1754 X +USW00014922199501TSUN 109 X 125 X 465 X 409 X 329 X 118 X 445 X 539 X 0 X 0 X 0 X 0 X 90 X 198 X 98 X 36 X 0 X 552 X 356 X 397 X 192 X 25 X 548 X 277 X 568 X 247 X 323 X 208 X 4 X 228 X 113 X +USW00014922199501WDF1 290 X 270 X 290 X 320 X 210 X 340 X 310 X 310 X 110 X 140 X 160 X 270 X 260 X 310 X 120 X 110 X 190 X 230 X 360 X 350 X 350 X 320 X 320 X 220 X 350 X 160 X 80 X 90 X 300 X 220 X 290 X +USW00014922199501WDFG 270W X 270W X 315W X 315W X 225W X 360W X 315W X 315W X 90W X 135W X 135W X 90W X 270W X 360W X 135W X 90W X 180W X 225W X 360W X 360W X 315W X 360W X 315W X 225W X 360W X 135W X 90W X 90W X 315W X 225W X 315W X +USW00014922199501WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 254 0 254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199501WSF1 63 X 67 X 103 X 72 X 130 X 80 X 76 X 76 X 72 X 80 X 72 X 40 X 63 X 67 X 63 X 125 X 143 X 94 X 72 X 76 X 76 X 67 X 58 X 31 X 40 X 45 X 58 X 58 X 58 X 76 X 63 X +USW00014922199501WSFG 87 X 113 X 149 X 108 X 175 X 139 X 144 X 129 X 82 X 98 X 103 X 57 X 77 X 93 X 87 X 154 X 185 X 123 X 118 X 129 X 108 X 93 X 67 X 36 X 67 X 62 X 82 X 72 X 72 X 118 X 77 X +USW00014922199501WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 +USW00014922199501WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199501WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199501WT06-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199501WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00014922199501WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199501WT15-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199501WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199501WT18 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00014922199502TMAX 0 0 28 0 22 0 -67 0 -106 0 -89 0 -94 0 -11 0 17 0 22 0 -156 0 -100 0 -117 0 -44 0 -33 0 -39 0 72 0 61 0 33 0 33 0 6 0 44 0 28 0 28 0 0 0 -33 0 0 0 -83 0-9999 -9999 -9999 +USW00014922199502TMIN -22 0 -72 0 -100 0 -144 0 -194 0 -194 0 -150 0 -183 0 -22 0 -200 0 -239 0 -194 0 -194 0 -183 0 -167 0 -206 0 -117 0 -33 0 -94 0 -56 0 -78 0 -33 0 -44 0 -78 0 -56 0 -72 0 -83 0 -167 0-9999 -9999 -9999 +USW00014922199502PRCP 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 10 0 3 0 0 0 0 0 0 0 8 0 30 0 0 0 0 0 0 0 8 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 3 0 3 0 0 0-9999 -9999 -9999 +USW00014922199502SNOW 0 0 0 0 0T 0 0 0 0 0 0T 0 3 0 0T 0 10 0 5 0 0 0 0 0 0 0 0T 0 30 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 3 0 3 0 0 0-9999 -9999 -9999 +USW00014922199502SNWD 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00014922199502ACMH 100 X 50 X 80 X 50 X 10 X 60 X 60 X 60 X 100 X 70 X 20 X 0 X 20 X 90 X 70 X 50 X 50 X 70 X 60 X 20 X 80 X 60 X 30 X 70 X 100 X 100 X 90 X 10 X-9999 -9999 -9999 +USW00014922199502ACSH 100 X 20 X 90 X 90 X 20 X 80 X 60 X 70 X 90 X 60 X 40 X 0 X 10 X 100 X 80 X 90 X 70 X 100 X 80 X 50 X 90 X 90 X 50 X 100 X 100 X 100 X 90 X 0 X-9999 -9999 -9999 +USW00014922199502AWND 33 X 25 X 79 X 61 X 34 X 13 X 77 X 42 X 46 X 101 X 59 X 57 X 51 X 44 X 53 X 35 X 45 X 42 X 30 X 79 X 50 X 31 X 71 X 38 X 76 X 52 X 61 X 71 X-9999 -9999 -9999 +USW00014922199502FMTM 0450 X 1552 X 1050 X 0150 X 2350 X 2350 X 1132 X 1350 X 2050 X 0643 X 2350 X 1852 X 1355 X 1350 X 0751 X 1450 X 0851 X 2252 X 2250 X 0851 X 1350 X 0525 X 1153 X 1538 X 1252 X 0550 X 1550 X 1650 X-9999 -9999 -9999 +USW00014922199502PGTM 1205 X 1521 X 1157 X 0004 X 0132 X 2359 X 1313 X 1800 X 2037 X 0509 X 0655 X 2011 X 0132 X 1504 X 1402 X 1601 X 1056 X 2150 X 2210 X 1226 X 1625 X 0506 X 1443 X 1223 X 1608 X 0022 X 1734 X 1623 X-9999 -9999 -9999 +USW00014922199502TSUN 0 X 487 X 156 X 305 X 557 X 194 X 312 X 358 X 72 X 341 X 386 X 618 X 564 X 18 X 186 X 111 X 375 X 5 X 395 X 461 X 218 X 92 X 506 X 24 X 0 X 0 X 251 X 536 X-9999 -9999 -9999 +USW00014922199502WDF1 340 X 130 X 360 X 320 X 20 X 320 X 340 X 210 X 220 X 320 X 320 X 300 X 300 X 150 X 320 X 180 X 210 X 330 X 230 X 330 X 140 X 360 X 320 X 220 X 70 X 100 X 330 X 320 X-9999 -9999 -9999 +USW00014922199502WDFG 360W X 135W X 360W X 315W X 360W X 315W X 360W X 225W X 180W X 315W X 315W X 315W X 225W X 135W X 315W X 225W X 225W X 315W X 225W X 315W X 180W X 360W X 315W X 225W X 90W X 90W X 360W X 315W X-9999 -9999 -9999 +USW00014922199502WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922199502WSF1 63 X 40 X 130 X 94 X 67 X 54 X 103 X 72 X 80 X 161 X 98 X 76 X 72 X 76 X 80 X 67 X 72 X 67 X 63 X 125 X 89 X 67 X 116 X 67 X 98 X 72 X 80 X 89 X-9999 -9999 -9999 +USW00014922199502WSFG 103 X 57 X 159 X 118 X 82 X 62 X 139 X 93 X 103 X 200 X 129 X 108 X 113 X 108 X 118 X 103 X 98 X 82 X 87 X 154 X 113 X 123 X 175 X 82 X 139 X 98 X 123 X 129 X-9999 -9999 -9999 +USW00014922199502WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199502WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199502WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199502WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199502WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199502WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199502WT18-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199503TMAX -117 0 -44 0 33 0 6 0 -6 0 -28 0 -33 0 -78 0 -33 0 72 0 133 0 150 0 144 0 133 0 167 0 189 0 156 0 89 0 72 0 61 0 117 0 111 0 111 0 133 0 78 0 94 0 67 0 83 0 61 0 50 0 50 0 +USW00014922199503TMIN -194 0 -200 0 -83 0 -72 0 -28 0 -56 0 -156 0 -194 0 -200 0 -39 0 11 0 78 0 78 0 6 0 -6 0 0 0 39 0 17 0 -11 0 28 0 6 0 -28 0 11 0 -22 0 17 0 22 0 11 0 6 0 -11 0 -17 0 -11 0 +USW00014922199503PRCP 0 0 0 0 0 0 8 0 56 0 109 0 8 0 0T 0 0 0 0 0 0 0 0 0 3 0 5 0 0 0 0 0 0 0 28 0 25 0 33 0 0 0 0T 0 15 0 0 0 130 0 53 0 53 0 10 0 0T 0 0 0 0T 0 +USW00014922199503SNOW 0 0 0 0 0 0 10 0 97 0 130 0 15 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 10 0 0T 0 0 0 0T 0 +USW00014922199503SNWD 0 0 0 0 0 0 0 0 76 0 102 0 178 0 178 0 152 0 152 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00014922199503ACMH 0 X 20 X 20 X 100 X 100 X 100 X 50 X 10 X 70 X 60 X 40 X 80 X 90 X 70 X 50 X 90 X 90 X 90 X 100 X 100 X 60 X 70 X 70 X 40 X 100 X 100 X 100 X 100 X 90 X 90 X 100 X +USW00014922199503ACSH 0 X 0 X 0 X 100 X 100 X 100 X 40 X 0 X 90 X 60 X 60 X 100 X 100 X 90 X 50 X 100 X 90 X 100 X 100 X 90 X 60 X 90 X 90 X 40 X 100 X 100 X 100 X 100 X 100 X 80 X 100 X +USW00014922199503AWND 50 X 39 X 40 X 51 X 46 X 51 X 58 X 40 X 53 X 53 X 57 X 65 X 53 X 10 X 16 X 21 X 48 X 37 X 41 X 57 X 51 X 50 X 31 X 38 X 68 X 93 X 75 X 43 X 37 X 51 X 43 X +USW00014922199503FMTM 2350 X 2350 X 1153 X 2140 X 2353 X 1053 X 0550 X 0352 X 1653 X 0052 X 2250 X 1250 X 1250 X 1355 X 1452 X 2253 X 0055 X 1050 X 1752 X 1351 X 0950 X 1750 X 1250 X 1150 X 1350 X 2350 X 2350 X 2050 X 1152 X 2352 X 0152 X +USW00014922199503PGTM 1155 X 1314 X 1238 X 2339 X 0803 X 1035 X 0954 X 0348 X 1653 X 1459 X 2312 X 1228 X 0335 X 1346 X 1848 X 2005 X 0205 X 0602 X 1704 X 1520 X 1157 X 1654 X 1834 X 1402 X 1356 X 2126 X 0132 X 2003 X 0950 X 1833 X 0823 X +USW00014922199503TSUN 669 X 672 X 673 X 27 X 44 X 88 X 568 X 645 X 524 X 622 X 675 X 123 X 56 X 227 X 561 X 384 X 656 X 248 X 112 X 45 X 665 X 521 X 496 X 609 X 0 X 78 X 0 X 332 X 442 X 478 X 364 X +USW00014922199503WDF1 340 X 220 X 250 X 70 X 80 X 120 X 320 X 320 X 140 X 170 X 190 X 160 X 200 X 170 X 230 X 150 X 310 X 110 X 120 X 310 X 310 X 70 X 350 X 130 X 120 X 110 X 110 X 360 X 300 X 310 X 310 X +USW00014922199503WDFG 315W X 225W X 270W X 90W X 45W X 135W X 315W X 315W X 135W X 180W X 180W X 180W X 180W X 180W X 360W X 135W X 315W X 45W X 135W X 315W X 315W X 90W X 45W X 135W X 135W X 90W X 90W X 360W X 315W X 315W X 315W X +USW00014922199503WESD 0 0 0 0 0 0 0 0 76 0 102 0 152 0 152 0 152 0 178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199503WSF1 76 X 63 X 67 X 80 X 76 X 72 X 89 X 67 X 98 X 80 X 89 X 103 X 80 X 40 X 45 X 40 X 72 X 54 X 67 X 98 X 80 X 76 X 45 X 72 X 107 X 125 X 125 X 58 X 54 X 67 X 67 X +USW00014922199503WSFG 103 X 87 X 103 X 103 X 93 X 93 X 118 X 87 X 139 X 113 X 129 X 134 X 118 X 62 X 67 X 62 X 113 X 77 X 87 X 154 X 123 X 103 X 62 X 108 X 154 X 180 X 170 X 87 X 72 X 103 X 82 X +USW00014922199503WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 +USW00014922199503WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199503WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199503WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199503WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199503WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199503WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00014922199503WT18-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 +USW00014922199504TMAX 89 0 178 0 128 0 -28 0 133 0 94 0 33 0 89 0 56 0 33 0 33 0 39 0 156 0 156 0 106 0 100 0 100 0 67 0 139 0 89 0 111 0 161 0 183 0 139 0 161 0 133 0 106 0 172 0 144 0 167 0-9999 +USW00014922199504TMIN -22 0 -33 0 -117 0 -150 0 -78 0 11 0 6 0 11 0 -11 0 0 0 6 0 11 0 6 0 33 0 44 0 44 0 28 0 11 0 6 0 22 0 17 0 33 0 0 0 39 0 28 0 33 0 -6 0 17 0 83 0 67 0-9999 +USW00014922199504PRCP 3 0 0 0 3 0 0 0 0T 0 0 0 5 0 0 0 0 0 8 0 173 0 23 0 0 0 0 0 13 0 10 0 0 0 188 0 0 0 8 0 10 0 0 0 18 0 10 0 0T 0 13 0 0 0 0 0 0 0 0 0-9999 +USW00014922199504SNOW 3 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 3 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199504SNWD 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199504ACMH 60 X 80 X 30 X 10 X 80 X 50 X 100 X 90 X 100 X 100 X 100 X 90 X 20 X 50 X 100 X 100 X 100 X 100 X 40 X 80 X 90 X 10 X 40 X 80 X 90 X 90 X 70 X 70 X 100 X 60 X-9999 +USW00014922199504ACSH 80 X 90 X 50 X 0 X 90 X 40 X 100 X 100 X 100 X 100 X 100 X 100 X 30 X 60 X 100 X 100 X 100 X 100 X 40 X 100 X 90 X 0 X 40 X 80 X 90 X 90 X 70 X 50 X 100 X 60 X-9999 +USW00014922199504AWND 46 X 59 X 90 X 64 X 55 X 52 X 48 X 54 X 84 X 81 X 54 X 46 X 47 X 78 X 84 X 31 X 42 X 82 X 43 X 61 X 51 X 47 X 38 X 60 X 38 X 49 X 35 X 27 X 31 X 44 X-9999 +USW00014922199504FMTM 1552 X 1054 X 1550 X 2353 X 1152 X 0950 X 1351 X 2353 X 0752 X 1650 X 1050 X 1950 X 1152 X 1051 X 1154 X 0250 X 2250 X 0935 X 0052 X 1350 X 1253 X 1350 X 1852 X 0441 X 1950 X 2150 X 1353 X 1950 X 0851 X 2155 X-9999 +USW00014922199504PGTM 1532 X 1323 X 1743 X 0033 X 1259 X 0808 X 0940 X 2358 X 1514 X 1805 X 1018 X 2006 X 1554 X 1314 X 1224 X 1846 X 1622 X 1248 X 0056 X 1352 X 1224 X 1350 X 1422 X 0438 X 1856 X 2148 X 1422 X 1857 X 1306 X 1300 X-9999 +USW00014922199504TSUN 460 X 575 X 683 X 726 X 492 X 566 X 0 X 429 X 466 X 42 X 0 X 1 X 739 X 718 X 78 X 104 X 402 X 0 X 778 X 175 X 521 X 828 X 739 X 707 X 601 X 546 X 599 X 732 X 460 X 649 X-9999 +USW00014922199504WDF1 330 X 190 X 330 X 320 X 190 X 350 X 90 X 70 X 80 X 70 X 80 X 310 X 310 X 130 X 100 X 120 X 50 X 70 X 360 X 100 X 20 X 350 X 340 X 10 X 20 X 320 X 320 X 30 X 110 X 80 X-9999 +USW00014922199504WDFG 315W X 180W X 315W X 315W X 180W X 315W X 135W X 45W X 90W X 90W X 90W X 315W X 315W X 135W X 90W X 360W X 90W X 90W X 360W X 90W X 360W X 360W X 225W X 360W X 360W X 315W X 315W X 90W X 135W X 90W X-9999 +USW00014922199504WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199504WSF1 80 X 116 X 143 X 103 X 98 X 76 X 58 X 98 X 107 X 112 X 80 X 76 X 94 X 112 X 134 X 58 X 67 X 112 X 76 X 98 X 80 X 98 X 76 X 94 X 76 X 72 X 67 X 67 X 58 X 67 X-9999 +USW00014922199504WSFG 103 X 134 X 221 X 139 X 159 X 113 X 77 X 129 X 159 X 154 X 113 X 108 X 118 X 149 X 180 X 82 X 93 X 149 X 103 X 139 X 134 X 139 X 123 X 118 X 134 X 113 X 93 X 82 X 87 X 108 X-9999 +USW00014922199504WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199504WT04-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199504WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199504WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199504WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199504WT16 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199504WT18 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199505TMAX 133 0 172 0 167 0 178 0 200 0 189 0 206 0 189 0 117 0 156 0 222 0 217 0 189 0 178 0 228 0 244 0 189 0 222 0 256 0 194 0 217 0 200 0 172 0 194 0 228 0 200 0 161 0 117 0 244 0 261 0 278 0 +USW00014922199505TMIN 28 0 22 0 72 0 83 0 61 0 72 0 128 0 67 0 67 0 67 0 56 0 72 0 117 0 100 0 78 0 89 0 50 0 50 0 89 0 100 0 72 0 94 0 83 0 61 0 78 0 117 0 106 0 94 0 61 0 94 0 122 0 +USW00014922199505PRCP 0 0 0 0 0 0 0T 0 0 0 3 0 0T 0 66 0 0T 0 0T 0 0 0 0 0 150 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 18 0 0 0 0 0 0 0 0T 0 251 0 130 0 0 0 0 0 0 0 +USW00014922199505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199505ACMH 80 X 90 X 100 X 70 X 10 X 100 X 100 X 100 X 100 X 80 X 40 X 60 X 90 X 60 X 40 X 70 X 10 X 10 X 30 X 20 X 60 X 100 X 70 X 40 X 40 X 90 X 100 X 100 X 40 X 10 X 70 X +USW00014922199505ACSH 100 X 90 X 100 X 80 X 10 X 100 X 100 X 100 X 100 X 90 X 30 X 50 X 90 X 70 X 50 X 80 X 10 X 10 X 30 X 30 X 70 X 100 X 90 X 40 X 40 X 100 X 100 X 100 X 50 X 10 X 80 X +USW00014922199505AWND 35 X 21 X 16 X 31 X 33 X 34 X 53 X 89 X 63 X 56 X 27 X 46 X 57 X 64 X 51 X 73 X 49 X 30 X 49 X 78 X 37 X 50 X 41 X 37 X 32 X 46 X 74 X 67 X 36 X 33 X 34 X +USW00014922199505FMTM 1152 X 1450 X 1050 X 1654 X 0850 X 1652 X 2350 X 1650 X 2350 X 0820 X 1851 X 1753 X 1819 X 0350 X 2351 X 1850 X 0053 X 1450 X 1950 X 1750 X 2052 X 1050 X 0552 X 1254 X 2350 X 1650 X 1450 X 1250 X 1651 X 1253 X 1751 X +USW00014922199505PGTM 1228 X 1447 X 1412 X 1721 X 1503 X 1747 X 1241 X 1628 X 0016 X 1525 X 0825 X 1054 X 1918 X 0436 X 2332 X 1850 X 1222 X 1457 X 1947 X 1546 X 1418 X 1037 X 1932 X 1333 X 1340 X 1649 X 1223 X 1442 X 1252 X 1155 X 1701 X +USW00014922199505TSUN 569 X 664 X 364 X 671 X 789 X 473 X 430 X 2 X 120 X 387 X 842 X 767 X 123 X 643 X 784 X 696 X 893 X 895 X 838 X 875 X 865 X 424 X 666 X 782 X 837 X 497 X 106 X 3 X 868 X 918 X 758 X +USW00014922199505WDF1 90 X 200 X 240 X 310 X 30 X 110 X 90 X 120 X 100 X 360 X 260 X 160 X 230 X 330 X 200 X 360 X 10 X 20 X 310 X 320 X 130 X 240 X 330 X 40 X 30 X 80 X 90 X 10 X 270 X 260 X 240 X +USW00014922199505WDFG 90W X 180W X 180W X 315W X 315W X 90W X 135W X 135W X 90W X 360W X 360W X 225W X 225W X 315W X 180W X 360W X 360W X 360W X 315W X 315W X 360W X 225W X 360W X 45W X 270W X 90W X 90W X 360W X 315W X 270W X 225W X +USW00014922199505WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199505WSF1 72 X 40 X 45 X 72 X 58 X 54 X 76 X 125 X 89 X 80 X 54 X 94 X 143 X 98 X 94 X 103 X 76 X 40 X 94 X 103 X 54 X 80 X 63 X 58 X 45 X 94 X 107 X 94 X 63 X 67 X 58 X +USW00014922199505WSFG 108 X 57 X 67 X 93 X 113 X 77 X 113 X 190 X 123 X 134 X 77 X 129 X 221 X 159 X 129 X 144 X 108 X 77 X 144 X 154 X 82 X 129 X 93 X 77 X 72 X 108 X 170 X 144 X 87 X 103 X 93 X +USW00014922199505WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922199505WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199505WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922199505WT16-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199506TMAX 228 0 289 0 289 0 289 0 272 0 272 0 250 0 144 0 178 0 156 0 233 0 256 0 283 0 300 0 300 0 333 0 350 0 333 0 328 0 333 0 344 0 339 0 333 0 306 0 244 0 283 0 261 0 272 0 239 0 200 0-9999 +USW00014922199506TMIN 161 0 167 0 133 0 167 0 183 0 172 0 56 0 56 0 122 0 89 0 72 0 83 0 106 0 167 0 172 0 206 0 222 0 217 0 200 0 217 0 222 0 217 0 206 0 200 0 178 0 167 0 172 0 194 0 178 0 128 0-9999 +USW00014922199506PRCP 3 0 0T 0 0 0 0 0 122 0 226 0 51 0 0 0 28 0 79 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 3 0 0 0 56 0 221 0 64 0 0T 0 0 0 0 0-9999 +USW00014922199506SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199506ACMH 100 X 90 X 20 X 90 X 100 X 70 X 90 X 100 X 100 X 80 X 40 X 10 X 60 X 70 X 40 X 10 X 10 X 0 X 10 X 10 X 10 X 60 X 50 X 90 X 100 X 100 X 100 X 90 X 80 X 50 X-9999 +USW00014922199506ACSH 100 X 90 X 20 X 90 X 90 X 80 X 100 X 100 X 100 X 90 X 40 X 20 X 60 X 60 X 50 X 10 X 10 X 10 X 10 X 10 X 0 X 60 X 40 X 90 X 100 X 100 X 100 X 90 X 90 X 70 X-9999 +USW00014922199506AWND 28 X 35 X 25 X 32 X 37 X 34 X 54 X 41 X 31 X 43 X 27 X 30 X 24 X 35 X 43 X 48 X 39 X 37 X 34 X 24 X 30 X 31 X 34 X 37 X 46 X 35 X 27 X 30 X 56 X 60 X-9999 +USW00014922199506FMTM 1850 X 1950 X 1953 X 1650 X 1551 X 1453 X 1051 X 2350 X 1950 X 1355 X 1054 X 1054 X 1152 X 1754 X 1550 X 1350 X 1451 X 1450 X 1553 X 1251 X 1750 X 1557 X 1542 X 1651 X 1355 X 0519 X 1641 X 1750 X 1552 X 1550 X-9999 +USW00014922199506PGTM 0645 X 1943 X 1040 X 1635 X 1457 X 1416 X 1223 X 0035 X 1948 X 1618 X 1713 X 1304 X 1229 X 1425 X 1538 X 1328 X 1232 X 1706 X 1507 X 1224 X 1707 X 1525 X 1539 X 1346 X 1401 X 0516 X 1709 X 0823 X 1347 X 0857 X-9999 +USW00014922199506TSUN 571 X 720 X 921 X 761 X 537 X 619 X 445 X 547 X 434 X 265 X 931 X 932 X 830 X 743 X 888 X 846 X 934 X 921 X 936 X 935 X 935 X 566 X 559 X 788 X 310 X 523 X 258 X 596 X 679 X 786 X-9999 +USW00014922199506WDF1 80 X 50 X 80 X 150 X 190 X 340 X 20 X 30 X 70 X 360 X 360 X 320 X 230 X 190 X 140 X 180 X 220 X 220 X 180 X 210 X 120 X 250 X 210 X 320 X 10 X 70 X 40 X 300 X 290 X 320 X-9999 +USW00014922199506WDFG 135W X 45W X 90W X 135W X 180W X 270W X 360W X 45W X 90W X 360W X 360W X 315W X 225W X 180W X 180W X 180W X 180W X 180W X 225W X 225W X 135W X 180W X 225W X 315W X 360W X 90W X 45W X 360W X 270W X 315W X-9999 +USW00014922199506WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199506WSF1 40 X 72 X 40 X 63 X 54 X 89 X 94 X 89 X 58 X 89 X 54 X 67 X 54 X 58 X 72 X 80 X 58 X 63 X 45 X 63 X 54 X 72 X 130 X 58 X 72 X 130 X 63 X 45 X 72 X 89 X-9999 +USW00014922199506WSFG 62 X 103 X 67 X 82 X 134 X 134 X 139 X 103 X 82 X 139 X 103 X 93 X 67 X 82 X 108 X 123 X 93 X 87 X 72 X 103 X 67 X 154 X 154 X 82 X 103 X 180 X 103 X 93 X 108 X 134 X-9999 +USW00014922199506WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199506WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199506WT03-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199506WT05-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199506WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199506WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199506WT16 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199507TMAX 217 0 256 0 283 0 244 0 228 0 239 0 256 0 272 0 278 0 328 0 322 0 361 0 383 0 350 0 278 0 250 0 261 0 278 0 278 0 272 0 289 0 283 0 289 0 311 0 283 0 294 0 261 0 322 0 300 0 344 0 272 0 +USW00014922199507TMIN 78 0 117 0 172 0 200 0 161 0 139 0 133 0 144 0 172 0 189 0 200 0 233 0 239 0 206 0 183 0 167 0 167 0 150 0 172 0 156 0 156 0 183 0 161 0 167 0 172 0 167 0 194 0 172 0 144 0 222 0 150 0 +USW00014922199507PRCP 0 0 0T 0 0 0 61 0 163 0 8 0 0 0 3 0 0T 0 5 0 0T 0 5 0 0 0 163 0 127 0 0T 0 0T 0 0 0 15 0 0 0 8 0 0T 0 0T 0 0 0 10 0 0 0 41 0 0 0 0 0 0 0 84 0 +USW00014922199507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199507ACMH 40 X 70 X 70 X 100 X 100 X 70 X 40 X 70 X 50 X 70 X 50 X 50 X 10 X 40 X 100 X 80 X 40 X 20 X 70 X 30 X 50 X 70 X 50 X 20 X 70 X 20 X 60 X 0 X 0 X 20 X 80 X +USW00014922199507ACSH 30 X 80 X 60 X 100 X 100 X 80 X 60 X 80 X 50 X 70 X 60 X 70 X 10 X 40 X 100 X 90 X 40 X 30 X 80 X 40 X 60 X 90 X 50 X 20 X 80 X 10 X 90 X 0 X 0 X 20 X 100 X +USW00014922199507AWND 29 X 52 X 63 X 52 X 67 X 72 X 31 X 38 X 38 X 35 X 29 X 38 X 39 X 46 X 34 X 28 X 59 X 34 X 44 X 33 X 53 X 21 X 27 X 39 X 23 X 29 X 38 X 35 X 24 X 65 X 45 X +USW00014922199507FMTM 1252 X 1754 X 1352 X 0550 X 1851 X 1550 X 0852 X 2009 X 0855 X 1750 X 1250 X 0616 X 1650 X 1758 X 2208 X 2350 X 1651 X 1153 X 1755 X 1354 X 2050 X 1452 X 1154 X 1552 X 1653 X 1751 X 1452 X 1450 X 2050 X 1450 X 0350 X +USW00014922199507PGTM 1425 X 1625 X 1312 X 0557 X 2123 X 1106 X 0822 X 2008 X 1248 X 1757 X 1253 X 0727 X 1237 X 1752 X 1516 X 2325 X 1634 X 1330 X 1256 X 1152 X 0815 X 1419 X 1937 X 1731 X 0626 X 1713 X 1420 X 1438 X 2032 X 1448 X 0331 X +USW00014922199507TSUN 863 X 606 X 717 X 317 X 432 X 560 X 888 X 649 X 835 X 747 X 881 X 670 X 919 X 687 X 383 X 535 X 844 X 877 X 615 X 831 X 711 X 691 X 791 X 875 X 647 X 857 X 352 X 891 X 888 X 852 X 416 X +USW00014922199507WDF1 280 X 190 X 180 X 160 X 250 X 320 X 350 X 10 X 360 X 50 X 170 X 320 X 220 X 210 X 340 X 260 X 290 X 290 X 310 X 320 X 220 X 320 X 240 X 260 X 30 X 170 X 310 X 300 X 140 X 210 X 350 X +USW00014922199507WDFG 360W X 225W X 180W X 135W X 270W X 315W X 360W X 360W X 360W X 360W X 180W X 90W X 225W X 225W X 360W X 270W X 270W X 270W X 225W X 315W X 180W X 315W X 225W X 225W X 360W X 180W X 315W X 315W X 135W X 225W X 360W X +USW00014922199507WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199507WSF1 45 X 76 X 94 X 80 X 98 X 103 X 54 X 76 X 63 X 45 X 54 X 89 X 67 X 179 X 72 X 63 X 76 X 72 X 76 X 54 X 103 X 58 X 58 X 72 X 58 X 40 X 89 X 63 X 45 X 103 X 72 X +USW00014922199507WSFG 82 X 129 X 123 X 118 X 159 X 159 X 87 X 118 X 98 X 72 X 108 X 139 X 113 X 206 X 113 X 77 X 118 X 98 X 98 X 72 X 144 X 67 X 82 X 103 X 93 X 51 X 108 X 93 X 57 X 144 X 123 X +USW00014922199507WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199507WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00014922199507WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199507WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199507WT16-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0 +USW00014922199508TMAX 261 0 283 0 294 0 244 0 294 0 283 0 294 0 278 0 300 0 300 0 278 0 306 0 311 0 256 0 289 0 283 0 300 0 333 0 261 0 278 0 322 0 300 0 311 0 283 0 311 0 261 0 256 0 294 0 261 0 322 0 261 0 +USW00014922199508TMIN 128 0 156 0 211 0 183 0 194 0 178 0 194 0 217 0 178 0 167 0 211 0 228 0 211 0 161 0 144 0 206 0 217 0 228 0 161 0 144 0 144 0 189 0 194 0 211 0 206 0 189 0 183 0 206 0 194 0 206 0 156 0 +USW00014922199508PRCP 0 0 0 0 0 0 112 0 53 0 424 0 0 0 0 0 8 0 0 0 66 0 241 0 94 0 8 0 0 0 3 0 0 0 28 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 53 0 0 0 48 0 18 0 8 0 0 0 +USW00014922199508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199508ACMH 20 X 50 X 60 X 70 X 90 X 100 X 80 X 90 X 50 X 40 X 90 X 100 X 80 X 70 X 60 X 80 X 60 X 60 X 30 X 10 X 0 X 20 X 50 X 100 X 90 X 100 X 70 X 90 X 90 X 50 X 20 X +USW00014922199508ACSH 20 X 60 X 70 X 100 X 90 X 100 X 90 X 100 X 60 X 50 X 90 X 100 X 70 X 80 X 60 X 90 X 60 X 50 X 20 X 10 X 0 X 30 X 50 X 100 X 100 X 100 X 80 X 100 X 90 X 40 X 30 X +USW00014922199508AWND 30 X 44 X 32 X 30 X 26 X 42 X 37 X 50 X 28 X 23 X 30 X 31 X 37 X 46 X 30 X 29 X 40 X 51 X 53 X 28 X 18 X 53 X 36 X 58 X 40 X 42 X 32 X 29 X 30 X 61 X 39 X +USW00014922199508FMTM 0951 X 1650 X 0550 X 0809 X 2113 X 1814 X 0939 X 1352 X 0750 X 1153 X 0710 X 1928 X 1640 X 1450 X 1050 X 1650 X 1750 X 2315 X 0250 X 1352 X 1850 X 1351 X 2353 X 1550 X 1451 X 1533 X 2050 X 1350 X 2151 X 1450 X 1450 X +USW00014922199508PGTM 1126 X 1638 X 1711 X 0807 X 2108 X 1809 X 1019 X 1032 X 0518 X 1116 X 0717 X 1928 X 1634 X 1312 X 1528 X 0716 X 1557 X 2312 X 0232 X 1410 X 1907 X 1333 X 1541 X 1523 X 1258 X 0914 X 2200 X 1403 X 2041 X 1137 X 1447 X +USW00014922199508TSUN 882 X 757 X 674 X 466 X 648 X 530 X 567 X 481 X 756 X 768 X 472 X 304 X 579 X 766 X 723 X 404 X 734 X 737 X 767 X 833 X 830 X 805 X 766 X 355 X 571 X 325 X 656 X 375 X 453 X 651 X 801 X +USW00014922199508WDF1 50 X 200 X 210 X 270 X 260 X 150 X 140 X 130 X 360 X 250 X 350 X 270 X 340 X 270 X 140 X 120 X 100 X 310 X 330 X 260 X 60 X 190 X 70 X 130 X 220 X 20 X 120 X 10 X 170 X 250 X 310 X +USW00014922199508WDFG 90W X 180W X 225W X 270W X 270W X 135W X 135W X 135W X 315W X 225W X 360W X 270W X 360W X 270W X 180W X 135W X 135W X 315W X 315W X 225W X 90W X 180W X 45W X 135W X 225W X 90W X 135W X 360W X 135W X 180W X 315W X +USW00014922199508WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199508WSF1 40 X 67 X 58 X 170 X 94 X 98 X 58 X 76 X 63 X 67 X 103 X 98 X 139 X 72 X 54 X 40 X 63 X 143 X 94 X 54 X 40 X 89 X 58 X 72 X 67 X 76 X 54 X 58 X 54 X 98 X 76 X +USW00014922199508WSFG 67 X 98 X 67 X 262 X 149 X 134 X 67 X 103 X 108 X 93 X 134 X 139 X 175 X 108 X 77 X 87 X 77 X 262 X 129 X 93 X 67 X 118 X 87 X 108 X 108 X 98 X 72 X 98 X 82 X 139 X 103 X +USW00014922199508WT01-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922199508WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922199508WT03-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00014922199508WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922199508WT16-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 +USW00014922199509TMAX 267 0 289 0 294 0 306 0 294 0 306 0 167 0 194 0 222 0 228 0 239 0 250 0 283 0 206 0 261 0 228 0 194 0 200 0 128 0 111 0 78 0 100 0 144 0 94 0 194 0 233 0 250 0 272 0 206 0 256 0-9999 +USW00014922199509TMIN 111 0 161 0 183 0 178 0 178 0 156 0 83 0 44 0 56 0 100 0 117 0 150 0 139 0 106 0 100 0 100 0 56 0 111 0 50 0 17 0 17 0 0 0 39 0 61 0 28 0 56 0 67 0 117 0 172 0 139 0-9999 +USW00014922199509PRCP 0 0 0 0 0 0 0 0 0T 0 30 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 41 0 0 0 36 0 36 0 0 0 3 0 0T 0 3 0 51 0 0 0 0 0 0 0 0 0 206 0 127 0-9999 +USW00014922199509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00014922199509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199509ACMH 10 X 40 X 30 X 20 X 90 X 70 X 70 X 30 X 20 X 50 X 80 X 50 X 0 X 30 X 70 X 40 X 40 X 100 X 90 X 70 X 80 X 70 X 90 X 100 X 80 X 20 X 10 X 30 X 90 X 90 X-9999 +USW00014922199509ACSH 20 X 40 X 40 X 20 X 100 X 60 X 90 X 20 X 30 X 50 X 90 X 60 X 0 X 30 X 90 X 50 X 20 X 100 X 100 X 90 X 90 X 70 X 100 X 100 X 90 X 30 X 20 X 40 X 100 X 90 X-9999 +USW00014922199509AWND 37 X 33 X 34 X 31 X 37 X 84 X 75 X 24 X 29 X 36 X 50 X 47 X 54 X 42 X 55 X 71 X 31 X 42 X 50 X 35 X 34 X 48 X 56 X 47 X 29 X 21 X 23 X 51 X 64 X 61 X-9999 +USW00014922199509FMTM 1553 X 0950 X 2250 X 1251 X 2151 X 2253 X 0255 X 1253 X 1550 X 2252 X 1051 X 1352 X 1550 X 0753 X 1455 X 0050 X 2350 X 1923 X 1353 X 2350 X 1053 X 0850 X 1250 X 1154 X 1255 X 1552 X 2354 X 1550 X 2050 X 1525 X-9999 +USW00014922199509PGTM 1451 X 1016 X 1418 X 1333 X 1316 X 2254 X 0242 X 1216 X 1332 X 1700 X 1521 X 1347 X 1109 X 0620 X 1450 X 0049 X 1510 X 1740 X 1302 X 1431 X 1033 X 1333 X 1050 X 1012 X 1321 X 1421 X 1915 X 1404 X 1120 X 1525 X-9999 +USW00014922199509TSUN 794 X 684 X 697 X 713 X 520 X 638 X 607 X 709 X 680 X 738 X 702 X 685 X 761 X 745 X 260 X 611 X 674 X 482 X 0 X 541 X 155 X 622 X 371 X 27 X 359 X 721 X 718 X 675 X 54 X 415 X-9999 +USW00014922199509WDF1 210 X 220 X 180 X 160 X 140 X 20 X 40 X 50 X 20 X 180 X 210 X 220 X 320 X 350 X 170 X 210 X 360 X 180 X 350 X 320 X 310 X 300 X 180 X 170 X 230 X 310 X 130 X 190 X 190 X 190 X-9999 +USW00014922199509WDFG 180W X 225W X 180W X 180W X 180W X 360W X 45W X 45W X 360W X 180W X 180W X 225W X 315W X 315W X 180W X 225W X 270W X 180W X 360W X 315W X 315W X 270W X 180W X 180W X 225W X 360W X 90W X 180W X 180W X 180W X-9999 +USW00014922199509WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199509WSF1 72 X 63 X 54 X 45 X 67 X 134 X 125 X 45 X 63 X 58 X 89 X 67 X 98 X 80 X 98 X 112 X 54 X 67 X 103 X 54 X 67 X 63 X 98 X 67 X 63 X 54 X 45 X 80 X 98 X 112 X-9999 +USW00014922199509WSFG 103 X 87 X 98 X 77 X 77 X 175 X 175 X 77 X 77 X 72 X 108 X 103 X 144 X 98 X 144 X 154 X 57 X 93 X 134 X 77 X 87 X 77 X 113 X 82 X 77 X 62 X 62 X 108 X 123 X 164 X-9999 +USW00014922199509WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00014922199509WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199509WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922199509WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199509WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199509WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922199509WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922199509WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199510TMAX 200 0 178 0 150 0 167 0 156 0 100 0 100 0 150 0 161 0 211 0 261 0 294 0 228 0 106 0 117 0 161 0 189 0 139 0 133 0 61 0 39 0 78 0 67 0 106 0 144 0 144 0 94 0 106 0 83 0 72 0 44 0 +USW00014922199510TMIN 100 0 89 0 61 0 56 0 89 0 67 0 67 0 17 0 83 0 61 0 106 0 167 0 78 0 44 0 28 0 -6 0 78 0 11 0 61 0 39 0 22 0 22 0 22 0 11 0 6 0 44 0 67 0 28 0 0 0 -44 0 6 0 +USW00014922199510PRCP 5 0 117 0 0 0 0 0 188 0 28 0 0 0 107 0 5 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 3 0 0 0 257 0 48 0 0 0 36 0 74 0 38 0 0 0 3 0 28 0 +USW00014922199510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0T 0 0 0 3 0 13 0 +USW00014922199510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199510ACMH 60 X 80 X 60 X 90 X 90 X 100 X 100 X 90 X 90 X 10 X 20 X 70 X 100 X 90 X 0 X 30 X 90 X 70 X 90 X 100 X 100 X 90 X 100 X 60 X 50 X 100 X 100 X 90 X 70 X 70 X 100 X +USW00014922199510ACSH 70 X 100 X 100 X 100 X 90 X 100 X 100 X 90 X 90 X 0 X 20 X 70 X 90 X 100 X 0 X 30 X 90 X 100 X 100 X 100 X 100 X 90 X 100 X 40 X 40 X 100 X 100 X 100 X 90 X 80 X 100 X +USW00014922199510AWND 66 X 49 X 35 X 40 X 72 X 64 X 42 X 33 X 34 X 31 X 40 X 83 X 68 X 88 X 55 X 44 X 58 X 42 X 63 X 88 X 65 X 36 X 74 X 62 X 38 X 46 X 51 X 55 X 48 X 29 X 46 X +USW00014922199510FMTM 0944 X 1552 X 1138 X 1650 X 1915 X 1310 X 1050 X 2350 X 0110 X 1354 X 0450 X 1250 X 2355 X 1050 X 1250 X 2353 X 0052 X 1953 X 1450 X 1150 X 0950 X 1051 X 1330 X 0550 X 1550 X 1353 X 2150 X 1453 X 2152 X 1554 X 1354 X +USW00014922199510PGTM 0353 X 1201 X 1541 X 1524 X 0915 X 1417 X 0854 X 2343 X 2237 X 1322 X 0502 X 2146 X 2358 X 1050 X 0959 X 2357 X 0007 X 1830 X 1606 X 1907 X 0026 X 1340 X 1434 X 0348 X 0702 X 1931 X 2101 X 0622 X 0937 X 1357 X 2013 X +USW00014922199510TSUN 519 X 308 X 289 X 234 X 194 X 34 X 291 X 394 X 282 X 659 X 671 X 504 X 119 X 122 X 634 X 612 X 443 X 181 X 11 X 0 X 5 X 60 X 0 X 520 X 554 X 161 X 4 X 249 X 149 X 420 X 0 X +USW00014922199510WDF1 290 X 130 X 290 X 80 X 20 X 360 X 330 X 120 X 140 X 290 X 200 X 190 X 210 X 320 X 310 X 160 X 160 X 130 X 280 X 350 X 320 X 280 X 40 X 330 X 270 X 170 X 340 X 290 X 330 X 240 X 110 X +USW00014922199510WDFG 315W X 135W X 270W X 90W X 135W X 360W X 315W X 135W X 180W X 270W X 180W X 180W X 315W X 315W X 315W X 180W X 180W X 135W X 270W X 360W X 360W X 360W X 45W X 315W X 225W X 180W X 315W X 360W X 315W X 225W X 90W X +USW00014922199510WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199510WSF1 103 X 76 X 72 X 63 X 94 X 94 X 63 X 58 X 58 X 45 X 63 X 107 X 103 X 125 X 89 X 103 X 103 X 116 X 98 X 107 X 89 X 45 X 112 X 94 X 63 X 76 X 72 X 80 X 67 X 58 X 76 X +USW00014922199510WSFG 154 X 103 X 87 X 93 X 144 X 129 X 103 X 62 X 77 X 82 X 93 X 154 X 144 X 185 X 118 X 159 X 154 X 134 X 159 X 159 X 144 X 82 X 175 X 139 X 113 X 123 X 98 X 113 X 93 X 67 X 103 X +USW00014922199510WT01 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00014922199510WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199510WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199510WT14 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922199510WT16 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 +USW00014922199510WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922199511TMAX 28 0 28 0 -17 0 6 0 50 0 78 0 11 0 -22 0 44 0 28 0 -44 0 -17 0 0 0 22 0 17 0 33 0 39 0 28 0 67 0 50 0 -11 0 33 0 -67 0 44 0 39 0 0 0 -17 0 -89 0 -44 0 67 0-9999 +USW00014922199511TMIN 6 0 -44 0 -56 0 -106 0 -11 0 -11 0 -67 0 -78 0 -56 0 -83 0 -122 0 -61 0 -72 0 -33 0 -44 0 -44 0 0 0 -11 0 -11 0 -11 0 -72 0 -94 0 -128 0 -111 0 -61 0 -33 0 -133 0 -167 0 -139 0 -78 0-9999 +USW00014922199511PRCP 122 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 18 0 0 0 0 0 0T 0 3 0 0T 0 0T 0 0T 0 0T 0 0T 0 3 0 0T 0 0 0 0T 0 0 0 0T 0 8 0 46 0 23 0 0T 0 0 0 3 0-9999 +USW00014922199511SNOW 41 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0T 0 20 0 0 0 0 0 0T 0 5 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 8 0 64 0 28 0 0T 0 0 0 0 0-9999 +USW00014922199511SNWD 25 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 102 0 102 0 102 0 102 0-9999 +USW00014922199511ACMH 100 X 100 X 100 X 10 X 80 X 80 X 50 X 60 X 80 X 100 X 40 X 100 X 80 X 100 X 100 X 90 X 100 X 90 X 50 X 70 X 20 X 60 X 50 X 70 X 70 X 100 X 90 X 80 X 80 X 80 X-9999 +USW00014922199511ACSH 100 X 100 X 100 X 0 X 100 X 100 X 80 X 60 X 80 X 100 X 20 X 100 X 70 X 100 X 100 X 90 X 100 X 100 X 90 X 100 X 10 X 40 X 80 X 90 X 60 X 100 X 100 X 90 X 100 X 90 X-9999 +USW00014922199511AWND 45 X 76 X 69 X 51 X 69 X 40 X 77 X 43 X 65 X 78 X 55 X 38 X 31 X 28 X 39 X 37 X 36 X 37 X 35 X 73 X 55 X 63 X 40 X 55 X 38 X 51 X 75 X 26 X 33 X 50 X-9999 +USW00014922199511FMTM 0316 X 1350 X 0550 X 2251 X 1350 X 2051 X 1553 X 0750 X 1152 X 2352 X 0053 X 0952 X 1352 X 1752 X 2353 X 0152 X 1452 X 1852 X 0052 X 2352 X 2352 X 1737 X 0352 X 1452 X 2053 X 2313 X 0851 X 0251 X 1450 X 2252 X-9999 +USW00014922199511PGTM 2214 X 1237 X 0102 X 2240 X 0945 X 2229 X 0734 X 0858 X 1137 X 2022 X 0139 X 0713 X 0953 X 1617 X 2137 X 1250 X 1510 X 2336 X 0319 X 1344 X 0133 X 1912 X 0040 X 1433 X 0004 X 1703 X 1342 X 0149 X 2128 X 2250 X-9999 +USW00014922199511TSUN 0 X 8 X 1 X 594 X 1 X 3 X 242 X 350 X 343 X 109 X 483 X 1 X 258 X 12 X 1 X 284 X 63 X 35 X 103 X 14 X 431 X 484 X 460 X 83 X 325 X 0 X 1 X 90 X 33 X 105 X-9999 +USW00014922199511WDF1 80 X 260 X 300 X 220 X 190 X 320 X 320 X 310 X 150 X 340 X 320 X 110 X 280 X 120 X 350 X 340 X 340 X 120 X 120 X 320 X 320 X 330 X 330 X 180 X 100 X 30 X 360 X 320 X 160 X 310 X-9999 +USW00014922199511WDFG 315W X 270W X 315W X 225W X 180W X 315W X 315W X 315W X 135W X 315W X 315W X 90W X 315W X 135W X 315W X 315W X 315W X 135W X 135W X 315W X 315W X 360W X 315W X 180W X 315W X 45W X 360W X 360W X 180W X 315W X-9999 +USW00014922199511WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 76 0 76 0 51 0-9999 +USW00014922199511WSF1 63 X 112 X 98 X 72 X 98 X 72 X 103 X 76 X 98 X 107 X 107 X 54 X 54 X 45 X 67 X 67 X 54 X 58 X 63 X 103 X 103 X 125 X 76 X 94 X 72 X 76 X 98 X 58 X 54 X 94 X-9999 +USW00014922199511WSFG 77 X 154 X 144 X 93 X 139 X 103 X 149 X 103 X 154 X 149 X 134 X 77 X 93 X 72 X 103 X 87 X 82 X 82 X 98 X 170 X 170 X 170 X 123 X 123 X 108 X 118 X 144 X 77 X 77 X 149 X-9999 +USW00014922199511WT01 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00014922199511WT04 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199511WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199511WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922199511WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199511WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199511WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199511WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922199511WT18 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199512TMAX 22 0 61 0 61 0 28 0 33 0 -44 0 -50 0 -28 0 -183 0 -172 0 -194 0 -128 0 -11 0 17 0 -67 0 -44 0 -6 0 6 0 11 0 -56 0 -22 0 -39 0 -33 0 -28 0 -56 0 -11 0 -33 0 -33 0 0 0 0 0 6 0 +USW00014922199512TMIN -56 0 -33 0 -67 0 -100 0 -78 0 -106 0 -150 0 -217 0 -228 0 -233 0 -233 0 -200 0 -128 0 -100 0 -139 0 -117 0 -72 0 -39 0 -72 0 -111 0 -94 0 -122 0 -78 0 -72 0 -106 0 -61 0 -139 0 -144 0 -78 0 -67 0 -11 0 +USW00014922199512PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 112 0 5 0 0 0 23 0 23 0 104 0 3 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 5 0 0T 0 0T 0 5 0 0T 0 0 0 0T 0 10 0 3 0 +USW00014922199512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 180 0 20 0 0 0 61 0 38 0 86 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 5 0 0T 0 0T 0 5 0 0T 0 0 0 0T 0 10 0 3 0 +USW00014922199512SNWD 51 0 51 0 25 0 25 0 25 0 25 0 25 0 25 0 203 0 178 0 152 0 178 0 203 0 203 0 178 0 178 0 152 0 152 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 152 0 +USW00014922199512ACMH 60 X 70 X 30 X 80 X 10 X 0 X 30 X 100 X 60 X 20 X 100 X 100 X 100 X 50 X 20 X 80 X 90 X 100 X 90 X 50 X 80 X 90 X 90 X 80 X 70 X 100 X 80 X 30 X 80 X 90 X 100 X +USW00014922199512ACSH 10 X 90 X 30 X 100 X 0 X 0 X 10 X 100 X 80 X 10 X 100 X 100 X 100 X 30 X 10 X 60 X 100 X 90 X 80 X 30 X 80 X 100 X 100 X 100 X 50 X 100 X 80 X 50 X 100 X 100 X 100 X +USW00014922199512AWND 48 X 52 X 57 X 55 X 82 X 67 X 34 X 78 X 76 X 44 X 27 X 42 X 70 X 52 X 30 X 43 X 30 X 51 X 55 X 45 X 37 X 38 X 33 X 53 X 38 X 59 X 33 X 43 X 52 X 26 X 33 X +USW00014922199512FMTM 0050 X 0352 X 1752 X 1451 X 2252 X 1350 X 2353 X 2015 X 1152 X 1152 X 2351 X 2352 X 1629 X 1752 X 0150 X 1351 X 2352 X 2351 X 2052 X 1652 X 0411 X 0452 X 1810 X 1452 X 2350 X 1552 X 0053 X 1152 X 2134 X 2352 X 2153 X +USW00014922199512PGTM 0053 X 0323 X 1454 X 1518 X 0432 X 1337 X 0517 X 1733 X 0026 X 1427 X 0041 X 2347 X 0845 X 1703 X 0227 X 1427 X 2038 X 2232 X 1205 X 1003 X 0744 X 1208 X 1806 X 2158 X 0438 X 1829 X 0953 X 1313 X 0320 X 0515 X 2155 X +USW00014922199512TSUN 498 X 226 X 348 X 0 X 493 X 475 X 461 X 0 X 282 X 494 X 0 X 5 X 0 X 326 X 518 X 326 X 2 X 119 X 129 X 465 X 109 X 0 X 37 X 1 X 236 X 0 X 316 X 310 X 0 X 0 X 2 X +USW00014922199512WDF1 320 X 130 X 320 X 140 X 290 X 280 X 120 X 300 X 300 X 320 X 300 X 120 X 130 X 310 X 270 X 120 X 120 X 70 X 10 X 310 X 360 X 330 X 230 X 310 X 340 X 340 X 10 X 220 X 210 X 210 X 60 X +USW00014922199512WDFG 315W X 135W X 315W X 135W X 315W X 270W X 315W X 270W X 315W X 315W X 315W X 135W X 135W X 315W X 270W X 135W X 45W X 45W X 360W X 360W X 360W X 360W X 225W X 315W X 360W X 360W X 315W X 225W X 225W X 225W X 90W X +USW00014922199512WESD 51 0 51 0 0 0 0 0 0 0 0 0 0 0 76 0 127 0 127 0 102 0 102 0 178 0 279 0 51 0 76 0 76 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 203 0 +USW00014922199512WSF1 94 X 89 X 89 X 94 X 125 X 80 X 54 X 112 X 112 X 76 X 63 X 80 X 103 X 76 X 58 X 63 X 54 X 72 X 76 X 63 X 45 X 58 X 54 X 72 X 58 X 76 X 58 X 76 X 72 X 40 X 45 X +USW00014922199512WSFG 144 X 123 X 159 X 159 X 185 X 144 X 82 X 170 X 154 X 103 X 82 X 113 X 144 X 118 X 77 X 87 X 72 X 103 X 134 X 113 X 103 X 103 X 77 X 113 X 82 X 129 X 98 X 154 X 103 X 51 X 72 X +USW00014922199512WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00014922199512WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199512WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199512WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922199512WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199512WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199512WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199512WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199512WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 +USW00014922199601TMAX 6 0 -28 0 -100 0 -67 0 -161 0 -156 0 -139 0 -56 0 6 0 -28 0 -17 0 50 0 67 0 -11 0 -22 0 6 0 11 0 0 0 -194 0 -139 0 -22 0 -39 0 -133 0 -117 0 -133 0 -100 0 -117 0 -61 0 -61 0 -217 0 -167 0 +USW00014922199601TMIN -28 0 -156 0 -200 0 -167 0 -222 0 -256 0 -272 0 -139 0 -83 0 -111 0 -50 0 -67 0 -44 0 -128 0 -178 0 -44 0 -67 0 -200 0 -278 0 -239 0 -144 0 -189 0 -206 0 -211 0 -217 0 -211 0 -217 0 -217 0 -250 0 -289 0 -306 0 +USW00014922199601PRCP 23 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 58 0 20 0 0 0 0 0 0 0 0T 0 5 0 229 0 38 0 0 0 0T 0 0T 0 0 0 0 0 0 0 30 0 18 0 0T 0 30 0 23 0 0 0 0 0 +USW00014922199601SNOW 25 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 94 0 33 0 0 0 0 0 0 0 0T 0 0T 0 3 0 38 0 0 0 0T 0 0T 0 0 0 0 0 0 0 36 0 41 0 0T 0 58 0 41 0 0 0 0 0 +USW00014922199601SNWD 127 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 127 0 127 0 254 0 229 0 203 0 203 0 203 0 203 0 203 0 203 0 229 0 229 0 229 0 229 0 229 0 203 0 203 0 229 0 279 0 279 0 381 0 356 0 330 0 +USW00014922199601ACMH 100 X 50 X 60 X 40 X 40 X 0 X 40 X 90 X 60 X 80 X 100 X 40 X 70 X 90 X 80 X 90 X 100 X 100 X 20 X 80 X 90 X 90 X 100 X 30 X 60 X 80 X 40 X 100 X 20 X 10 X 30 X +USW00014922199601ACSH 100 X 50 X 60 X 20 X 80 X 10 X 10 X 90 X 60 X 100 X 100 X 70 X 80 X 90 X 100 X 100 X 100 X 100 X 0 X 60 X 100 X 80 X 100 X 0 X 80 X 100 X 20 X 100 X 0 X 0 X 40 X +USW00014922199601AWND 36 X 56 X 30 X 40 X 38 X 30 X 26 X 47 X 51 X 50 X 29 X 40 X 28 X 62 X 56 X 51 X 56 X 112 X 44 X 37 X 41 X 55 X 43 X 41 X 41 X 66 X 57 X 56 X 69 X 41 X 37 X +USW00014922199601FMTM 2345 X 0651 X 2052 X 1950 X 1852 X 1752 X 2251 X 0051 X 0951 X 1815 X 2353 X 1451 X 1250 X 1553 X 2153 X 0425 X 2251 X 1952 X 0150 X 1250 X 1351 X 1251 X 1650 X 0951 X 1538 X 2252 X 0152 X 1125 X 0454 X 1650 X 1453 X +USW00014922199601PGTM 2246 X 0648 X 2143 X 1917 X 0920 X 1003 X 1940 X 0128 X 1012 X 1924 X 2234 X 1420 X 1246 X 0932 X 2203 X 0255 X 2358 X 1424 X 0114 X 2043 X 1336 X 1237 X 1723 X 0952 X 2114 X 1954 X 0113 X 1125 X 0247 X 1753 X 1140 X +USW00014922199601TSUN 4 X 478 X 258 X 480 X 530 X 537 X 493 X 314 X 367 X 0 X 13 X 521 X 395 X 66 X 167 X 12 X 0 X 0 X 503 X 445 X 238 X 404 X 212 X 523 X 131 X 0 X 514 X 83 X 580 X 576 X 458 X +USW00014922199601WDF1 40 X 60 X 80 X 10 X 310 X 310 X 160 X 200 X 320 X 120 X 110 X 240 X 220 X 350 X 180 X 200 X 30 X 340 X 320 X 120 X 150 X 360 X 10 X 320 X 20 X 350 X 340 X 100 X 280 X 250 X 240 X +USW00014922199601WDFG 45W X 45W X 90W X 360W X 360W X 360W X 225W X 180W X 315W X 90W X 225W X 270W X 225W X 315W X 180W X 180W X 360W X 360W X 315W X 135W X 135W X 360W X 360W X 315W X 360W X 360W X 360W X 90W X 270W X 270W X 225W X +USW00014922199601WESD 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 152 0 152 0 279 0 279 0 254 0 254 0 229 0 229 0 229 0 610 0 559 0 559 0 559 0 76 0 559 0 483 0 533 0 533 0 559 0 584 0 584 0 584 0 584 0 +USW00014922199601WSF1 63 X 72 X 58 X 54 X 54 X 40 X 54 X 76 X 76 X 89 X 58 X 67 X 54 X 80 X 76 X 76 X 89 X 130 X 94 X 63 X 80 X 72 X 72 X 63 X 67 X 112 X 94 X 116 X 103 X 63 X 63 X +USW00014922199601WSFG 87 X 113 X 72 X 103 X 93 X 93 X 72 X 108 X 123 X 113 X 72 X 103 X 67 X 129 X 108 X 108 X 154 X 195 X 144 X 72 X 113 X 129 X 113 X 98 X 103 X 154 X 134 X 144 X 154 X 77 X 87 X +USW00014922199601WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199601WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199601WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922199601WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199601WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 +USW00014922199601WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199601WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199601WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199601WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199601WT18 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922199601WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922199602TMAX -244 0 -272 0 -239 0 -156 0 -106 0 11 0 56 0 56 0 50 0 56 0 -17 0 -17 0 28 0 0 0 -56 0 -39 0 -33 0 -44 0 56 0 39 0 0 0 22 0 44 0 100 0 33 0 -33 0 -56 0 -122 0 -72 0-9999 -9999 +USW00014922199602TMIN -328 0 -356 0 -322 0 -306 0 -211 0 -167 0 -17 0 -33 0 -56 0 -22 0 -56 0 -83 0 -67 0 -83 0 -128 0 -194 0 -133 0 -156 0 -50 0 -50 0 -89 0 -28 0 17 0 -17 0 -39 0 -78 0 -133 0 -183 0 -211 0-9999 -9999 +USW00014922199602PRCP 0 0 0 0 0T 0 0T 0 0 0 3 0 0T 0 15 0 0 0 5 0 0T 0 0T 0 0 0 5 0 0T 0 0 0 0T 0 3 0 0 0 0T 0 0 0 8 0 13 0 0 0 0 0 3 0 8 0 0T 0 0 0-9999 -9999 +USW00014922199602SNOW 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0T 0 0 0 5 0 0T 0 0T 0 0 0 10 0 0T 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 3 0 0 0-9999 -9999 +USW00014922199602SNWD 330 0 330 0 330 0 330 0 330 0 330 0 305 0 203 0 178 0 152 0 152 0 152 0 152 0 127 0 127 0 127 0 127 0 127 0 127 0 102 0 51 0 51 0 51 0 25 0 25 0 25 0 25 0 25 0 25 0-9999 -9999 +USW00014922199602ACMH 10 X 0 X 30 X 30 X 30 X 80 X 50 X 30 X 70 X 80 X 100 X 80 X 70 X 100 X 80 X 50 X 40 X 80 X 60 X 30 X 60 X 100 X 70 X 0 X 20 X 80 X 100 X 30 X 10 X-9999 -9999 +USW00014922199602ACSH 10 X 0 X 60 X 30 X 20 X 90 X 50 X 10 X 100 X 100 X 100 X 70 X 70 X 100 X 90 X 50 X 30 X 90 X 70 X 20 X 80 X 100 X 90 X 0 X 40 X 100 X 100 X 30 X 10 X-9999 -9999 +USW00014922199602AWND 41 X 36 X 33 X 35 X 29 X 49 X 42 X 40 X 29 X 84 X 76 X 46 X 56 X 65 X 69 X 47 X 58 X 39 X 47 X 55 X 46 X 63 X 63 X 40 X 66 X 72 X 62 X 71 X 55 X-9999 -9999 +USW00014922199602FMTM 2050 X 1351 X 1350 X 2151 X 0450 X 1152 X 1353 X 1450 X 1452 X 2050 X 2350 X 0521 X 1453 X 1921 X 1851 X 2051 X 0453 X 2351 X 1153 X 1052 X 1052 X 1710 X 1450 X 1450 X 1851 X 1754 X 2040 X 0652 X 1650 X-9999 -9999 +USW00014922199602PGTM 1927 X 1253 X 1422 X 2121 X 0316 X 1147 X 1348 X 1203 X 1432 X 2234 X 0215 X 0504 X 2059 X 0712 X 0842 X 1936 X 0451 X 1815 X 1038 X 0752 X 2030 X 1702 X 1503 X 1441 X 2109 X 1609 X 1951 X 0020 X 1427 X-9999 -9999 +USW00014922199602TSUN 540 X 590 X 394 X 580 X 598 X 265 X 485 X 606 X 386 X 0 X 39 X 354 X 413 X 128 X 266 X 384 X 522 X 114 X 430 X 584 X 506 X 2 X 203 X 653 X 621 X 0 X 16 X 634 X 648 X-9999 -9999 +USW00014922199602WDF1 290 X 290 X 290 X 210 X 350 X 170 X 240 X 290 X 160 X 310 X 310 X 340 X 310 X 340 X 340 X 190 X 10 X 160 X 180 X 360 X 80 X 130 X 300 X 280 X 20 X 50 X 270 X 310 X 260 X-9999 -9999 +USW00014922199602WDFG 315W X 315W X 270W X 180W X 315W X 180W X 225W X 315W X 135W X 315W X 315W X 315W X 315W X 360W X 315W X 180W X 360W X 135W X 180W X 360W X 90W X 135W X 315W X 270W X 360W X 45W X 270W X 315W X 270W X-9999 -9999 +USW00014922199602WESD 584 0 584 0 584 0 584 0 584 0 584 0 533 0 305 0 254 0 229 0 279 0 254 0 203 0 203 0 203 0 203 0 203 0 203 0 152 0 102 0 102 0 102 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00014922199602WSF1 63 X 63 X 58 X 76 X 67 X 72 X 76 X 67 X 67 X 130 X 116 X 76 X 80 X 80 X 89 X 72 X 98 X 63 X 67 X 89 X 63 X 94 X 103 X 72 X 80 X 89 X 89 X 89 X 89 X-9999 -9999 +USW00014922199602WSFG 87 X 87 X 77 X 98 X 98 X 123 X 98 X 113 X 87 X 185 X 144 X 108 X 139 X 113 X 154 X 108 X 144 X 93 X 93 X 144 X 77 X 129 X 144 X 103 X 118 X 134 X 123 X 123 X 129 X-9999 -9999 +USW00014922199602WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199602WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199602WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199602WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199602WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199602WT06 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199602WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199602WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199602WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199602WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922199602WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199602WT17-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199602WT18-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199602WT22 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199603TMAX -39 0 -83 0 -56 0 -39 0 -39 0 -100 0 -144 0 -83 0 -28 0 67 0 89 0 106 0 144 0 50 0 78 0 89 0 56 0 6 0 33 0 28 0 33 0 67 0 50 0 17 0 -22 0 -111 0 33 0 61 0 78 0 56 0 39 0 +USW00014922199603TMIN -128 0 -189 0 -206 0 -122 0 -100 0 -183 0 -206 0 -211 0 -178 0 -100 0 22 0 28 0 6 0 -11 0 -6 0 -33 0 -28 0 -50 0 -50 0 -61 0 -100 0 -72 0 -61 0 -28 0 -183 0 -233 0 -117 0 -56 0 -11 0 -28 0 -56 0 +USW00014922199603PRCP 0T 0 0T 0 0 0 18 0 0T 0 13 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 8 0 0T 0 3 0 10 0 0 0 0 0 0 0 8 0 241 0 53 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922199603SNOW 0T 0 5 0 0 0 36 0 3 0 20 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 8 0 20 0 0 0 0 0 0 0 3 0 173 0 91 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199603SNWD 25 0 25 0 25 0 25 0 25 0 51 0 51 0 51 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 76 0 229 0 203 0 178 0 127 0 102 0 25 0 25 0 +USW00014922199603ACMH 70 X 30 X 30 X 90 X 100 X 50 X 30 X 30 X 0 X 70 X 90 X 70 X 30 X 80 X 10 X 50 X 70 X 80 X 90 X 30 X 50 X 10 X 80 X 100 X 60 X 30 X 60 X 50 X 70 X 100 X 10 X +USW00014922199603ACSH 70 X 40 X 10 X 100 X 90 X 60 X 40 X 40 X 0 X 90 X 100 X 90 X 20 X 60 X 0 X 50 X 70 X 80 X 100 X 20 X 70 X 0 X 100 X 100 X 50 X 10 X 60 X 40 X 60 X 100 X 0 X +USW00014922199603AWND 44 X 83 X 40 X 42 X 63 X 68 X 63 X 58 X 26 X 63 X 60 X 50 X 37 X 55 X 52 X 47 X 45 X 55 X 77 X 84 X 43 X 27 X 48 X 77 X 109 X 44 X 47 X 34 X 53 X 63 X 49 X +USW00014922199603FMTM 1655 X 1055 X 1552 X 2050 X 2334 X 1050 X 1950 X 1452 X 1151 X 2251 X 2351 X 2150 X 2351 X 1051 X 1152 X 1154 X 1152 X 1252 X 1452 X 1352 X 2351 X 1650 X 1652 X 2232 X 0552 X 0253 X 1052 X 2150 X 1552 X 2251 X 1350 X +USW00014922199603PGTM 1635 X 0837 X 1215 X 2143 X 2058 X 0950 X 2156 X 1252 X 1243 X 2306 X 0805 X 1455 X 2359 X 0423 X 0818 X 0930 X 1526 X 1632 X 1620 X 0935 X 0727 X 1544 X 1644 X 2349 X 0529 X 0215 X 1244 X 1910 X 2248 X 2208 X 1103 X +USW00014922199603TSUN 284 X 442 X 624 X 107 X 165 X 473 X 487 X 441 X 684 X 201 X 119 X 242 X 555 X 634 X 713 X 572 X 448 X 370 X 498 X 730 X 635 X 692 X 272 X 0 X 578 X 715 X 696 X 749 X 689 X 113 X 764 X +USW00014922199603WDF1 280 X 320 X 270 X 20 X 20 X 10 X 310 X 290 X 260 X 190 X 180 X 170 X 310 X 340 X 350 X 150 X 250 X 330 X 10 X 20 X 40 X 320 X 80 X 20 X 350 X 310 X 210 X 90 X 120 X 330 X 350 X +USW00014922199603WDFG 270W X 315W X 225W X 45W X 360W X 360W X 315W X 270W X 270W X 180W X 180W X 135W X 360W X 360W X 360W X 135W X 270W X 315W X 360W X 360W X 360W X 360W X 90W X 360W X 360W X 315W X 180W X 135W X 90W X 315W X 360W X +USW00014922199603WESD 0 0 0 0 0 0 25 0 0 0 51 0 51 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 229 0 203 0 178 0 152 0 76 0 0 0 0 0 +USW00014922199603WSF1 67 X 112 X 76 X 63 X 76 X 94 X 89 X 94 X 54 X 103 X 94 X 76 X 72 X 76 X 89 X 80 X 80 X 89 X 98 X 103 X 67 X 54 X 112 X 139 X 143 X 89 X 94 X 45 X 76 X 76 X 76 X +USW00014922199603WSFG 103 X 149 X 113 X 87 X 129 X 134 X 129 X 123 X 67 X 139 X 118 X 103 X 113 X 134 X 149 X 113 X 103 X 118 X 139 X 159 X 118 X 87 X 144 X 180 X 200 X 134 X 139 X 72 X 103 X 108 X 139 X +USW00014922199603WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199603WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199603WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199603WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199603WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922199603WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199603WT18 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199604TMAX 44 0 83 0 33 0 33 0 67 0 67 0 67 0 89 0 122 0 194 0 217 0 50 0 44 0 33 0 106 0 122 0 200 0 167 0 211 0 94 0 172 0 83 0 156 0 189 0 161 0 89 0 111 0 150 0 122 0 144 0-9999 +USW00014922199604TMIN -39 0 6 0 -28 0 -33 0 -56 0 -61 0 -56 0 -61 0 -50 0 0 0 44 0 -22 0 -33 0 -11 0 0 0 -11 0 6 0 83 0 39 0 6 0 0 0 6 0 -44 0 22 0 11 0 -17 0 -17 0 0 0 28 0 -6 0-9999 +USW00014922199604PRCP 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 43 0 18 0 0 0 0 0 56 0 0 0 0T 0 23 0 0 0 18 0 0T 0 28 0 3 0 0 0 0 0 0 0 0 0-9999 +USW00014922199604SNOW 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 43 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0-9999 +USW00014922199604SNWD 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199604ACMH 100 X 80 X 100 X 80 X 50 X 40 X 60 X 20 X 10 X 50 X 90 X 100 X 80 X 100 X 70 X 20 X 30 X 80 X 40 X 80 X 70 X 50 X 10 X 80 X 90 X 50 X 50 X 70 X 100 X 70 X-9999 +USW00014922199604ACSH 100 X 90 X 100 X 90 X 60 X 70 X 80 X 20 X 10 X 60 X 90 X 100 X 100 X 100 X 60 X 0 X 10 X 90 X 40 X 90 X 90 X 60 X 20 X 90 X 80 X 30 X 60 X 80 X 100 X 80 X-9999 +USW00014922199604AWND 42 X 68 X 80 X 59 X 40 X 37 X 26 X 20 X 17 X 52 X 58 X 85 X 51 X 48 X 73 X 47 X 73 X 54 X 55 X 69 X 49 X 51 X 40 X 59 X 95 X 71 X 18 X 45 X 47 X 57 X-9999 +USW00014922199604FMTM 2350 X 1651 X 1052 X 0252 X 1750 X 1750 X 1350 X 1652 X 1652 X 1551 X 1951 X 1755 X 0115 X 1450 X 1752 X 2350 X 1352 X 1626 X 2251 X 1454 X 1457 X 1452 X 1752 X 2352 X 1251 X 0052 X 1250 X 1650 X 1050 X 1351 X-9999 +USW00014922199604PGTM 2217 X 2151 X 0729 X 0829 X 1456 X 1312 X 0932 X 1641 X 1232 X 1336 X 1851 X 0812 X 1157 X 2257 X 1718 X 0225 X 1526 X 2218 X 2302 X 1452 X 1452 X 1315 X 1913 X 2347 X 1603 X 0020 X 1511 X 1346 X 1020 X 1348 X-9999 +USW00014922199604TSUN 442 X 721 X 0 X 219 X 754 X 500 X 258 X 789 X 792 X 660 X 444 X 0 X 43 X 0 X 481 X 813 X 744 X 245 X 738 X 235 X 197 X 362 X 724 X 580 X 399 X 734 X 671 X 718 X 53 X 672 X-9999 +USW00014922199604WDF1 110 X 70 X 70 X 360 X 360 X 40 X 170 X 30 X 250 X 180 X 20 X 10 X 20 X 30 X 340 X 320 X 160 X 240 X 340 X 280 X 210 X 300 X 210 X 130 X 260 X 360 X 320 X 50 X 20 X 340 X-9999 +USW00014922199604WDFG 90W X 45W X 90W X 360W X 360W X 315W X 135W X 45W X 225W X 180W X 45W X 45W X 45W X 360W X 315W X 315W X 180W X 270W X 360W X 270W X 225W X 315W X 315W X 135W X 270W X 360W X 45W X 45W X 360W X 315W X-9999 +USW00014922199604WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199604WSF1 72 X 94 X 98 X 89 X 72 X 72 X 45 X 45 X 54 X 94 X 107 X 98 X 80 X 63 X 134 X 94 X 112 X 76 X 94 X 98 X 103 X 76 X 94 X 89 X 139 X 130 X 36 X 72 X 72 X 116 X-9999 +USW00014922199604WSFG 118 X 123 X 134 X 129 X 118 X 108 X 77 X 77 X 87 X 118 X 144 X 149 X 113 X 98 X 175 X 113 X 149 X 113 X 123 X 123 X 139 X 123 X 175 X 113 X 195 X 185 X 72 X 108 X 103 X 164 X-9999 +USW00014922199604WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199604WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199604WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199604WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199604WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199604WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199604WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199604WT18-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199605TMAX 150 0 150 0 150 0 161 0 83 0 94 0 178 0 139 0 156 0 128 0 128 0 144 0 167 0 106 0 167 0 228 0 306 0 289 0 244 0 228 0 228 0 228 0 194 0 178 0 122 0 156 0 161 0 233 0 228 0 244 0 228 0 +USW00014922199605TMIN 11 0 0 0 28 0 78 0 39 0 28 0 44 0 100 0 94 0 61 0 39 0 11 0 0 0 78 0 83 0 133 0 156 0 167 0 156 0 133 0 100 0 106 0 117 0 100 0 94 0 100 0 94 0 94 0 94 0 78 0 122 0 +USW00014922199605PRCP 0 0 122 0 0 0 15 0 76 0 0T 0 0 0 33 0 51 0 15 0 0 0 0 0 0 0 64 0 0T 0 0T 0 25 0 5 0 183 0 0 0 0 0 0T 0 0T 0 0T 0 13 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922199605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199605ACMH 40 X 70 X 80 X 80 X 100 X 100 X 100 X 100 X 100 X 80 X 70 X 50 X 40 X 100 X 100 X 90 X 90 X 50 X 70 X 70 X 30 X 70 X 90 X 80 X 90 X 90 X 100 X 30 X 0 X 40 X 90 X +USW00014922199605ACSH 40 X 90 X 80 X 70 X 100 X 100 X 90 X 100 X 100 X 80 X 80 X 70 X 40 X 100 X 100 X 90 X 90 X 40 X 70 X 80 X 30 X 50 X 90 X 80 X 100 X 100 X 100 X 30 X 0 X 40 X 80 X +USW00014922199605AWND 55 X 33 X 29 X 48 X 51 X 45 X 21 X 55 X 47 X 72 X 42 X 38 X 33 X 74 X 51 X 59 X 64 X 65 X 55 X 44 X 45 X 43 X 67 X 74 X 53 X 53 X 71 X 73 X 41 X 40 X 76 X +USW00014922199605FMTM 0953 X 2301 X 2354 X 1251 X 0652 X 1351 X 2251 X 0752 X 2353 X 0652 X 1750 X 1650 X 1550 X 1552 X 1153 X 1950 X 0923 X 2150 X 0030 X 1651 X 1052 X 1951 X 1651 X 1051 X 1752 X 0952 X 0650 X 1452 X 0652 X 1650 X 1650 X +USW00014922199605PGTM 1647 X 1434 X 0002 X 1258 X 0756 X 1332 X 1510 X 0752 X 2337 X 0843 X 1648 X 1501 X 1122 X 1726 X 1536 X 1945 X 2210 X 2207 X 0013 X 1521 X 1157 X 2123 X 1542 X 1023 X 1811 X 0954 X 0643 X 1217 X 1253 X 1643 X 1144 X +USW00014922199605TSUN 791 X 407 X 366 X 431 X 2 X 60 X 355 X 28 X 0 X 334 X 261 X 784 X 696 X 0 X 26 X 254 X 215 X 679 X 411 X 487 X 749 X 564 X 249 X 457 X 0 X 173 X 0 X 824 X 840 X 773 X 452 X +USW00014922199605WDF1 320 X 30 X 20 X 110 X 100 X 150 X 80 X 110 X 30 X 30 X 330 X 330 X 210 X 130 X 150 X 150 X 120 X 110 X 330 X 280 X 270 X 30 X 60 X 70 X 90 X 110 X 70 X 70 X 70 X 200 X 190 X +USW00014922199605WDFG 315W X 180W X 45W X 90W X 90W X 135W X 45W X 90W X 45W X 45W X 315W X 315W X 225W X 135W X 180W X 135W X 225W X 135W X 315W X 270W X 270W X 45W X 45W X 90W X 90W X 90W X 90W X 90W X 90W X 180W X 180W X +USW00014922199605WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199605WSF1 89 X 72 X 63 X 76 X 80 X 76 X 45 X 89 X 76 X 103 X 76 X 63 X 63 X 112 X 72 X 80 X 94 X 94 X 165 X 76 X 76 X 72 X 89 X 98 X 76 X 80 X 107 X 112 X 63 X 76 X 103 X +USW00014922199605WSFG 139 X 123 X 87 X 113 X 118 X 103 X 72 X 123 X 134 X 164 X 118 X 98 X 113 X 159 X 82 X 118 X 149 X 144 X 278 X 129 X 123 X 108 X 123 X 164 X 108 X 113 X 159 X 159 X 82 X 108 X 154 X +USW00014922199605WT01-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199605WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199605WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199605WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199605WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199605WT16-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199606TMAX 194 0 217 0 144 0 189 0 206 0 228 0 228 0 250 0 278 0 272 0 272 0 333 0 294 0 306 0 306 0 228 0 194 0 183 0 233 0 261 0 250 0 200 0 250 0 239 0 289 0 311 0 333 0 356 0 333 0 294 0-9999 +USW00014922199606TMIN 100 0 78 0 100 0 67 0 78 0 100 0 94 0 39 0 78 0 100 0 133 0 161 0 161 0 128 0 178 0 189 0 161 0 144 0 167 0 161 0 156 0 128 0 139 0 133 0 122 0 200 0 228 0 250 0 200 0 161 0-9999 +USW00014922199606PRCP 15 0 25 0 5 0 0 0 51 0 130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 251 0 338 0 8 0 0T 0 0 0 259 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00014922199606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199606AWND 24 X 42 X 58 X 27 X 50 X 30 X 56 X 15 X 19 X 29 X 26 X 29 X 41 X 26 X 38 X 23 X 58 X 39 X 21 X 28 X 37 X 38 X 40 X 27 X 36 X 61 X 54 X 69 X 55 X 41 X-9999 +USW00014922199606FMTM 0005 X 1332 X 0356 X 0129 X 2057 X 1412 X 1530 X 1239 X 1259 X 1316 X 1345 X 2044 X 1100 X 1427 X 1443 X 2340 X 1500 X 0707 X 1629 X 0336 X 1712 X 1408 X 1632 X 0049 X 1818 X 0923 X 1449 X 1614 X 0206 X 1317 X-9999 +USW00014922199606PGTM 0041 X 1332 X 0343 X 0129 X 2056 X 1409 X 1529 X 1231 X 1258 X 1315 X 1344 X 2043 X 1103 X 1427 X 1441 X 2339 X 1449 X 0656 X 1628 X 0910 X 1711 X 1448 X 1633 X 1109 X 1748 X 0939 X 1431 X 1605 X 1840 X 1426 X-9999 +USW00014922199606WDF2 180 X 220 X 310 X 320 X 150 X 250 X 20 X 30 X 80 X 80 X 120 X 340 X 330 X 110 X 250 X 60 X 10 X 10 X 120 X 330 X 330 X 10 X 10 X 330 X 170 X 210 X 200 X 200 X 220 X 320 X-9999 +USW00014922199606WDF5 170 X 230 X 310 X 320 X 170 X 240 X 20 X 20 X 80 X 80 X 120 X 330 X 10 X 110 X 240 X 70 X 20 X 10 X 120 X 10 X 320 X 30 X 20 X 360 X 170 X 200 X 200 X 200 X 320 X 320 X-9999 +USW00014922199606WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199606WSF2 67 X 116 X 94 X 63 X 112 X 98 X 103 X 58 X 67 X 76 X 63 X 67 X 80 X 67 X 112 X 72 X 94 X 72 X 58 X 76 X 98 X 67 X 76 X 58 X 89 X 107 X 98 X 116 X 112 X 94 X-9999 +USW00014922199606WSF5 80 X 139 X 112 X 76 X 143 X 125 X 143 X 80 X 80 X 94 X 72 X 89 X 103 X 80 X 139 X 80 X 116 X 89 X 67 X 107 X 116 X 76 X 98 X 89 X 112 X 125 X 116 X 165 X 143 X 112 X-9999 +USW00014922199606WT01 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199606WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199606WT03-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199606WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199606WT16 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199607TMAX 300 0 283 0 289 0 306 0 311 0 306 0 278 0 228 0 233 0 256 0 239 0 250 0 244 0 256 0 283 0 322 0 300 0 322 0 261 0 256 0 278 0 278 0 278 0 244 0 267 0 278 0 272 0 244 0 211 0 256 0 267 0 +USW00014922199607TMIN 128 0 161 0 133 0 161 0 161 0 200 0 150 0 150 0 128 0 94 0 178 0 167 0 144 0 144 0 133 0 139 0 211 0 222 0 183 0 150 0 194 0 139 0 139 0 150 0 139 0 106 0 161 0 167 0 128 0 106 0 133 0 +USW00014922199607PRCP 0T 0 0 0 0 0 0 0 0 0 152 0 0 0 10 0 8 0 0 0 25 0 0 0 8 0 10 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 71 0 3 0 0 0 127 0 3 0 107 0 0T 0 0 0 +USW00014922199607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199607AWND 33 X 37 X 17 X 27 X 39 X 35 X 36 X 55 X 45 X 29 X 55 X 41 X 30 X 21 X 31 X 31 X 49 X 55 X 56 X 49 X 32 X 43 X 43 X 46 X 39 X 17 X 41 X 33 X 34 X 40 X 38 X +USW00014922199607FMTM 1456 X 1646 X 1627 X 1835 X 1247 X 1502 X 1542 X 1902 X 1126 X 1604 X 1738 X 1657 X 1704 X 1816 X 1606 X 1623 X 1705 X 1441 X 2230 X 1629 X 1333 X 1539 X 1139 X 1634 X 1340 X 1920 X 1535 X 1900 X 1520 X 1821 X 1525 X +USW00014922199607WDF2 210 X 20 X 160 X 220 X 200 X 270 X 240 X 320 X 340 X 220 X 220 X 320 X 350 X 50 X 280 X 190 X 100 X 290 X 70 X 150 X 140 X 320 X 290 X 310 X 300 X 100 X 190 X 30 X 360 X 10 X 20 X +USW00014922199607WDF5 210 X 10 X 90 X 170 X 200 X 270 X 220 X 320 X 350 X 220 X 220 X 320 X 340 X 60 X 280 X 190 X 110 X 300 X 40 X 150 X 190 X 310 X 260 X 320 X 250 X 50 X 150 X 20 X 20 X 10 X 30 X +USW00014922199607WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199607WSF2 103 X 72 X 49 X 67 X 80 X 125 X 76 X 107 X 107 X 72 X 94 X 80 X 72 X 72 X 89 X 89 X 89 X 98 X 80 X 80 X 58 X 103 X 94 X 98 X 76 X 45 X 89 X 63 X 80 X 112 X 72 X +USW00014922199607WSF5 112 X 103 X 63 X 80 X 103 X 161 X 94 X 125 X 116 X 80 X 112 X 94 X 80 X 89 X 107 X 98 X 98 X 125 X 103 X 98 X 89 X 130 X 116 X 134 X 103 X 76 X 112 X 76 X 98 X 139 X 98 X +USW00014922199607WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922199607WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922199607WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00014922199607WT16 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00014922199607WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199608TMAX 278 0 289 0 283 0 294 0 289 0 344 0 272 0 267 0 250 0 233 0 267 0 283 0 311 0 228 0 272 0 278 0 283 0 267 0 244 0 272 0 322 0 267 0 283 0 283 0 317 0 250 0 239 0 267 0 283 0 278 0 283 0 +USW00014922199608TMIN 128 0 156 0 178 0 206 0 211 0 206 0 189 0 150 0 117 0 139 0 167 0 150 0 172 0 167 0 133 0 117 0 122 0 150 0 183 0 106 0 172 0 144 0 111 0 133 0 172 0 156 0 106 0 117 0 122 0 139 0 150 0 +USW00014922199608PRCP 0T 0 0 0 0 0 0T 0 132 0 99 0 18 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 23 0 0 0 0 0 71 0 0 0 0 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199608AWND 12 X 25 X 62 X 67 X 36 X 53 X 39 X 38 X 24 X 23 X 30 X 41 X 47 X 51 X 31 X 21 X 26 X 41 X 37 X 17 X 54 X 40 X 17 X 48 X 38 X 35 X 27 X 27 X 14 X 25 X 34 X +USW00014922199608FMTM 1430 X 1827 X 1322 X 1257 X 0506 X 2147 X 1503 X 1635 X 1446 X 1359 X 1816 X 1706 X 1436 X 1012 X 1158 X 1615 X 1737 X 1530 X 1135 X 1831 X 2344 X 1338 X 1503 X 1736 X 1756 X 1212 X 1311 X 1632 X 1537 X 1606 X 1728 X +USW00014922199608WDF2 320 X 120 X 160 X 170 X 100 X 250 X 260 X 320 X 10 X 170 X 240 X 210 X 230 X 320 X 350 X 220 X 190 X 130 X 170 X 200 X 220 X 20 X 160 X 210 X 10 X 100 X 130 X 200 X 140 X 180 X 170 X +USW00014922199608WDF5 10 X 90 X 170 X 160 X 100 X 270 X 260 X 320 X 360 X 170 X 230 X 210 X 230 X 310 X 20 X 190 X 180 X 130 X 310 X 150 X 220 X 10 X 160 X 210 X 20 X 100 X 120 X 190 X 160 X 190 X 190 X +USW00014922199608WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199608WSF2 45 X 63 X 112 X 112 X 76 X 179 X 76 X 80 X 58 X 63 X 67 X 80 X 94 X 94 X 63 X 63 X 58 X 89 X 89 X 45 X 112 X 107 X 58 X 94 X 94 X 89 X 63 X 58 X 49 X 63 X 63 X +USW00014922199608WSF5 63 X 89 X 134 X 134 X 89 X 219 X 94 X 98 X 67 X 72 X 76 X 94 X 112 X 107 X 80 X 72 X 98 X 112 X 107 X 72 X 139 X 116 X 67 X 112 X 107 X 103 X 80 X 72 X 67 X 72 X 80 X +USW00014922199608WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199608WT03-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199608WT08-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199608WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199608WT16 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199608WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922199609TMAX 289 0 300 0 300 0 311 0 311 0 300 0 283 0 217 0 261 0 306 0 200 0 200 0 183 0 217 0 206 0 200 0 189 0 233 0 228 0 178 0 167 0 211 0 217 0 194 0 194 0 122 0 117 0 189 0 139 0 200 0-9999 +USW00014922199609TMIN 156 0 200 0 200 0 194 0 206 0 189 0 167 0 117 0 83 0 167 0 106 0 100 0 28 0 6 0 133 0 122 0 94 0 83 0 83 0 122 0 117 0 83 0 94 0 39 0 100 0 100 0 72 0 78 0 50 0 100 0-9999 +USW00014922199609PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 81 0 56 0 0 0 20 0 0 0 20 0 64 0 30 0 15 0 0 0 0T 0-9999 +USW00014922199609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199609AWND 45 X 58 X 35 X 27 X 55 X 34 X 26 X 29 X 23 X 51 X 48 X 48 X 45 X 29 X 22 X 42 X 31 X 27 X 48 X 59 X 42 X 28 X 18 X 25 X 46 X 47 X 52 X 46 X 28 X 41 X-9999 +USW00014922199609FMTM 1448 X 1549 X 1704 X 2335 X 1444 X 1145 X 2232 X 1037 X 1821 X 1038 X 1600 X 2037 X 1639 X 1220 X 2325 X 1443 X 1501 X 1244 X 1656 X 1213 X 1533 X 1327 X 1424 X 1437 X 1127 X 0413 X 1236 X 1319 X 1208 X 2311 X-9999 +USW00014922199609WDF2 190 X 220 X 210 X 170 X 170 X 170 X 360 X 340 X 180 X 230 X 320 X 60 X 20 X 340 X 100 X 90 X 70 X 130 X 110 X 190 X 210 X 330 X 320 X 290 X 200 X 130 X 220 X 250 X 320 X 200 X-9999 +USW00014922199609WDF5 190 X 220 X 200 X 170 X 180 X 170 X 360 X 10 X 190 X 220 X 340 X 350 X 30 X 20 X 60 X 60 X 30 X 100 X 100 X 130 X 230 X 330 X 330 X 270 X 200 X 140 X 220 X 260 X 330 X 210 X-9999 +USW00014922199609WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199609WSF2 94 X 116 X 76 X 49 X 98 X 72 X 58 X 49 X 58 X 125 X 94 X 76 X 89 X 67 X 45 X 72 X 67 X 63 X 103 X 98 X 67 X 72 X 112 X 67 X 94 X 103 X 98 X 94 X 67 X 76 X-9999 +USW00014922199609WSF5 107 X 139 X 94 X 67 X 116 X 89 X 76 X 72 X 72 X 143 X 116 X 98 X 107 X 94 X 67 X 94 X 76 X 94 X 112 X 130 X 80 X 89 X 130 X 103 X 107 X 139 X 112 X 130 X 98 X 98 X-9999 +USW00014922199609WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199609WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199609WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199609WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922199609WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199609WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00014922199609WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199610TMAX 267 0 150 0 122 0 161 0 244 0 194 0 139 0 144 0 117 0 111 0 194 0 250 0 233 0 200 0 217 0 239 0 161 0 106 0 183 0 150 0 133 0 50 0 78 0 56 0 150 0 194 0 139 0 133 0 128 0 67 0 0 0 +USW00014922199610TMIN 144 0 -6 0 -33 0 33 0 100 0 100 0 11 0 -11 0 39 0 -11 0 17 0 61 0 94 0 111 0 83 0 56 0 50 0 0 0 0 0 78 0 28 0 17 0 28 0 33 0 44 0 122 0 17 0 -33 0 33 0 -50 0 -89 0 +USW00014922199610PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 109 0 206 0 0 0 0 0 0T 0 0T 0 76 0 114 0 0T 0 0 0 0T 0 0 0 0 0 191 0 15 0 0T 0 +USW00014922199610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 +USW00014922199610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199610AWND 63 X 64 X 21 X 51 X 59 X 58 X 30 X 13 X 51 X 25 X 58 X 22 X 27 X 70 X 26 X 27 X 80 X 61 X 64 X 68 X 38 X 59 X 58 X 36 X 43 X 67 X 60 X 37 X 56 X 94 X 65 X +USW00014922199610FMTM 1422 X 0240 X 1413 X 1518 X 1422 X 0211 X 0204 X 2349 X 1622 X 0018 X 1318 X 1557 X 1039 X 1301 X 0001 X 2115 X 0831 X 1357 X 1248 X 0709 X 0537 X 2228 X 0802 X 2236 X 0959 X 2035 X 0107 X 1447 X 2342 X 0144 X 0311 X +USW00014922199610WDF2 190 X 330 X 140 X 180 X 190 X 220 X 10 X 130 X 350 X 360 X 200 X 200 X 10 X 110 X 160 X 40 X 220 X 280 X 160 X 140 X 270 X 10 X 350 X 110 X 180 X 210 X 260 X 210 X 320 X 310 X 290 X +USW00014922199610WDF5 190 X 330 X 150 X 170 X 200 X 220 X 10 X 120 X 360 X 40 X 210 X 200 X 50 X 120 X 190 X 40 X 300 X 300 X 150 X 120 X 270 X 20 X 340 X 120 X 180 X 220 X 280 X 220 X 330 X 300 X 300 X +USW00014922199610WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199610WSF2 125 X 139 X 58 X 98 X 107 X 94 X 72 X 40 X 98 X 49 X 130 X 49 X 72 X 107 X 89 X 103 X 143 X 107 X 116 X 107 X 72 X 107 X 107 X 67 X 80 X 125 X 125 X 67 X 148 X 192 X 139 X +USW00014922199610WSF5 152 X 174 X 72 X 112 X 134 X 112 X 89 X 45 X 116 X 76 X 148 X 58 X 89 X 130 X 103 X 130 X 174 X 139 X 143 X 134 X 89 X 139 X 134 X 72 X 98 X 152 X 165 X 94 X 201 X 255 X 183 X +USW00014922199610WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 +USW00014922199610WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199610WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199610WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199610WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 +USW00014922199610WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199610WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 +USW00014922199610WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922199610WT21-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199611TMAX -6 0 17 0 139 0 78 0 72 0 83 0 89 0 39 0 11 0 -28 0 -33 0 -39 0 -17 0 -17 0 33 0 111 0 94 0 -44 0 -44 0 -39 0 -17 0 -22 0 -22 0 -72 0 -94 0 -106 0 -44 0 -6 0 22 0 6 0-9999 +USW00014922199611TMIN -72 0 -83 0 -50 0 11 0 50 0 -17 0 -17 0 -11 0 -39 0 -50 0 -106 0 -128 0 -100 0 -111 0 -39 0 33 0 -78 0 -89 0 -94 0 -56 0 -78 0 -94 0 -78 0 -200 0 -217 0 -228 0 -239 0 -83 0 -44 0 -56 0-9999 +USW00014922199611PRCP 0T 0 0 0 0 0 84 0 0 0 10 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 401 0 323 0 30 0 0 0 0 0 117 0 5 0 30 0 122 0 13 0 0 0 0 0 0 0 0 0 142 0 13 0-9999 +USW00014922199611SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 43 0 0 0 0T 0 0 0 0 0 112 0 10 0 25 0 160 0 28 0 0 0 0 0 0 0 0 0 38 Z 10 0-9999 +USW00014922199611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0 0 0 0 0 0 102 0 127 0 127 0 127 0 254 0 254 0 229 0 229 0 229 0 229 0 152 0-9999 +USW00014922199611AWND 54 X 35 X 37 X 34 X 35 X 48 X 35 X 55 X 67 X 53 X 38 X 24 X 16 X 55 X 64 X 60 X 77 X 34 X 26 X 47 X 30 X 28 X 52 X 34 X 34 X 30 X 30 X 41 X 38 X 46 X-9999 +USW00014922199611FMTM 1419 X 1501 X 1529 X 1530 X 2211 X 1649 X 2245 X 1622 X 1410 X 0420 X 1200 X 1508 X 2342 X 2245 X 0230 X 2301 X 1028 X 0138 X 2225 X 1543 X 1048 X 1447 X 1140 X 1423 X 1924 X 1622 X 2347 X 0335 X 1312 X 1632 X-9999 +USW00014922199611WDF2 320 X 290 X 180 X 140 X 130 X 280 X 310 X 340 X 310 X 360 X 320 X 320 X 40 X 130 X 130 X 160 X 260 X 260 X 70 X 100 X 320 X 160 X 20 X 330 X 340 X 240 X 200 X 180 X 160 X 300 X-9999 +USW00014922199611WDF5 310 X 260 X 170 X 150 X 130 X 290 X 310 X 330 X 320 X 360 X 310 X 20 X 20 X 130 X 130 X 160 X 220 X 260 X 20 X 80 X 340 X 160 X 30 X 360 X 340 X 250 X 210 X 190 X 170 X 290 X-9999 +USW00014922199611WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0-9999 +USW00014922199611WSF2 94 X 63 X 72 X 58 X 63 X 98 X 72 X 103 X 107 X 80 X 72 X 45 X 36 X 130 X 125 X 134 X 125 X 58 X 40 X 72 X 58 X 58 X 80 X 63 X 76 X 58 X 63 X 67 X 67 X 89 X-9999 +USW00014922199611WSF5 116 X 89 X 80 X 72 X 72 X 116 X 98 X 139 X 143 X 103 X 80 X 72 X 49 X 161 X 161 X 174 X 161 X 72 X 63 X 80 X 67 X 67 X 107 X 80 X 98 X 63 X 76 X 76 X 76 X 112 X-9999 +USW00014922199611WT01-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00014922199611WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199611WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199611WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922199611WT13-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00014922199611WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199611WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199611WT16-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199611WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199611WT18 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922199611WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199612TMAX -44 0 -72 0 -44 0 -22 0 -17 0 -11 0 -22 0 -17 0 -22 0 0 0 17 0 11 0 -17 0 -28 0 -11 0 0 0 -122 0 -106 0 -122 0 -67 0 -17 0 -61 0 -50 0 -139 0 -228 0 -194 0 -117 0 -78 0 -128 0 -72 0 -39 0 +USW00014922199612TMIN -117 0 -161 0 -144 0 -122 0 -39 0 -61 0 -83 0 -56 0 -67 0 -44 0 -11 0 -39 0 -106 0 -139 0 -183 0 -183 0 -194 0 -167 0 -244 0 -278 0 -106 0 -133 0 -139 0 -239 0 -300 0 -328 0 -222 0 -167 0 -150 0 -144 0 -100 0 +USW00014922199612PRCP 0T 0 0 0 0T 0 10 0 15 0 30 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 86 0 25 0 15 0 10 0 38 0 0T 0 5 0 5 0 51 0 135 0 3 0 0T 0 0 0 8 0 3 0 0 0 5 0 0T 0 +USW00014922199612SNOW 3 0 0 0 0T 0 8 0 15 Z 30 Z 0T Z 0T Z 0 Z 0 Z 0T Z 0 Z 0 Z 132 Z 43 Z 25 Z 23 Z 74 Z 0T Z 5 Z 5 Z 61 Z 157 Z 5 Z 0T Z 0 Z 13 Z 3 Z 0 Z 0T Z 0 Z +USW00014922199612SNWD 152 0 152 0 127 0 127 0 152 0 152 0 178 0 152 0 152 0 152 0 152 0 152 0 127 0 127 0 305 0 279 0 330 0 330 0 406 0 356 0 330 0 305 0 330 0 457 0 457 0 457 0 457 0 457 0 457 0 457 0 457 0 +USW00014922199612AWND 51 X 16 X 23 X 41 X 27 X 33 X 50 X 49 X 46 X 39 X 54 X 34 X 14 X 40 X 57 X 50 X 25 X 48 X 46 X 47 X 49 X 38 X 58 X 59 X 26 X 17 X 37 X 24 X 38 X 31 X 43 X +USW00014922199612FMTM 0435 X 0046 X 1039 X 1424 X 2348 X 0243 X 1348 X 1337 X 1523 X 2038 X 0959 X 0226 X 0319 X 2347 X 1007 X 1531 X 1835 X 1211 X 0056 X 1904 X 0022 X 0221 X 2111 X 0357 X 1343 X 1841 X 1008 X 1358 X 1235 X 0735 X 2204 X +USW00014922199612WDF2 300 X 280 X 310 X 160 X 160 X 140 X 290 X 310 X 170 X 70 X 90 X 170 X 200 X 10 X 320 X 260 X 310 X 310 X 330 X 160 X 170 X 20 X 350 X 330 X 240 X 160 X 130 X 320 X 10 X 70 X 170 X +USW00014922199612WDF5 310 X 10 X 340 X 160 X 20 X 160 X 290 X 320 X 160 X 70 X 110 X 170 X 240 X 30 X 310 X 260 X 250 X 320 X 320 X 150 X 170 X 10 X 350 X 330 X 290 X 220 X 110 X 320 X 20 X 20 X 160 X +USW00014922199612WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 +USW00014922199612WSF2 89 X 40 X 58 X 98 X 58 X 58 X 103 X 80 X 94 X 72 X 89 X 63 X 36 X 80 X 98 X 107 X 49 X 80 X 72 X 80 X 80 X 67 X 107 X 125 X 49 X 40 X 58 X 63 X 72 X 49 X 107 X +USW00014922199612WSF5 112 X 67 X 72 X 112 X 72 X 63 X 130 X 98 X 112 X 80 X 107 X 76 X 36 X 103 X 125 X 130 X 63 X 98 X 89 X 107 X 98 X 98 X 143 X 139 X 63 X 45 X 63 X 67 X 103 X 72 X 134 X +USW00014922199612WT01-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 +USW00014922199612WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199612WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199612WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922199612WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922199612WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199612WT13-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X +USW00014922199612WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199612WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922199612WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922199612WT18 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 +USW00014922199612WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922199612WT22-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922199701TMAX -6 0 33 0 22 0 22 0 -72 0 -117 0 -89 0 -22 0 -28 0 -106 0 -189 0 -167 0 -139 0 -94 0 -67 0 -167 0 -178 0 -100 0 -6 0 0 0 28 0 17 0 -56 0 -50 0 -156 0 -156 0 -161 0 -156 0 -128 0 -39 0 44 0 +USW00014922199701TMIN -78 0 -6 0 0 0 -72 0 -156 0 -194 0 -256 0 -89 0 -106 0 -200 0 -233 0 -228 0 -222 0 -256 0 -167 0 -222 0 -261 0 -250 0 -100 0 -144 0 -33 0 -122 0 -161 0 -156 0 -256 0 -250 0 -250 0 -278 0 -200 0 -178 0 -89 0 +USW00014922199701PRCP 0 0 0 0 23 0 145 0 43 0 0 0 0T 0 0T 0 36 0 8 0 0 0 0T 0 0 0 13 0 20 0 0 0 0 0 8 0 3 0 0 0 15 0 41 0 33 0 15 0 3 0 18 0 10 0 0 0 0T 0 3 0 0T 0 +USW00014922199701SNOW 0 Z 0 Z 0 Z 13 Z 79 Z 0 Z 0T Z 0T Z 33 Z 8 Z 0 Z 0T Z 0 Z 23 Z 28 Z 0 Z 0 Z 13 Z 3 Z 0 Z 0 Z 58 Z 36 Z 20 Z 5 Z 20 Z 23 Z 0 Z 0T Z 0 Z 0 Z +USW00014922199701SNWD 406 0 381 0 356 0 330 0 356 0 406 0 381 0 381 0 381 0 406 0 406 0 406 0 356 0 356 0 381 0 406 0 406 0 381 0 381 0 356 0 330 0 279 0 330 0 381 0 356 0 356 0 381 0 381 0 381 0 381 0 356 0 +USW00014922199701AWND 30 X 16 X 34 X 78 X 74 X 42 X 28 X 34 X 34 X 64 X 59 X 39 X 32 X 27 X 69 X 71 X 43 X 29 X 30 X 22 X 53 X 64 X 51 X 54 X 55 X 30 X 49 X 24 X 34 X 37 X 46 X +USW00014922199701FMTM 0022 X 0101 X 2348 X 1140 X 0833 X 0213 X 1756 X 1243 X 2348 X 1546 X 1058 X 0921 X 0438 X 2328 X 2103 X 0045 X 1508 X 2005 X 1509 X 2249 X 0406 X 1720 X 1903 X 2309 X 0027 X 1658 X 1508 X 2201 X 0338 X 0909 X 1214 X +USW00014922199701WDF2 170 X 160 X 60 X 50 X 320 X 310 X 110 X 210 X 310 X 310 X 320 X 320 X 310 X 170 X 330 X 330 X 320 X 190 X 260 X 110 X 130 X 10 X 140 X 310 X 310 X 60 X 320 X 60 X 90 X 170 X 300 X +USW00014922199701WDF5 170 X 170 X 60 X 70 X 320 X 320 X 120 X 210 X 310 X 300 X 330 X 310 X 310 X 170 X 320 X 320 X 280 X 190 X 260 X 110 X 110 X 280 X 130 X 310 X 310 X 70 X 320 X 60 X 90 X 180 X 290 X +USW00014922199701WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 +USW00014922199701WSF2 76 X 63 X 67 X 112 X 112 X 67 X 63 X 76 X 80 X 103 X 94 X 72 X 58 X 58 X 139 X 134 X 89 X 58 X 72 X 72 X 125 X 103 X 94 X 98 X 98 X 63 X 103 X 58 X 76 X 72 X 98 X +USW00014922199701WSF5 94 X 72 X 80 X 143 X 134 X 80 X 72 X 80 X 103 X 125 X 112 X 89 X 67 X 63 X 170 X 170 X 107 X 67 X 80 X 80 X 148 X 125 X 116 X 112 X 125 X 72 X 125 X 76 X 89 X 89 X 134 X +USW00014922199701WT01 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 +USW00014922199701WT04-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199701WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922199701WT08 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199701WT09-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199701WT13 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X +USW00014922199701WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199701WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199701WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922199701WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922199701WT18-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 X-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00014922199701WT22-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199702TMAX 11 0 -6 0 -17 0 -22 0 -17 0 -17 0 -17 0 -50 0 -39 0 -44 0 -83 0 -100 0 -61 0 -50 0 -72 0 -83 0 44 0 56 0 -17 0 50 0 6 0 -22 0 -78 0 -100 0 39 0 6 0 0 0 17 0-9999 -9999 -9999 +USW00014922199702TMIN -94 0 -117 0 -144 0 -56 0 -67 0 -61 0 -83 0 -161 0 -156 0 -83 0 -144 0 -183 0 -167 0 -139 0 -211 0 -167 0 -83 0 -17 0 -100 0 -50 0 -56 0 -117 0 -167 0 -200 0 -172 0 -33 0 -44 0 -28 0-9999 -9999 -9999 +USW00014922199702PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 18 0 0 0 13 0 0T 0 8 0 3 0 0 0 0 0 0 0 0 0 0T 0 20 0 0 0 0T 0 0 0 0T 0 0T 0 15 0-9999 -9999 -9999 +USW00014922199702SNOW 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0T Z 0 Z 0T Z 3 Z 28 Z 0 Z 13 Z 0T Z 13 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0T Z 38 Z 0 Z 0T Z 0 Z 0T Z 0T Z 5 Z-9999 -9999 -9999 +USW00014922199702SNWD 305 0 279 0 279 0 279 0 279 0 279 0 254 0 254 0 254 0 254 0 254 0 279 0 279 0 279 0 254 0 279 0 279 0 254 0 229 0 229 0 178 0 178 0 229 0 203 0 203 0 178 0 178 0 152 0-9999 -9999 -9999 +USW00014922199702AWND 18 X 31 X 27 X 64 X 40 X 43 X 32 X 24 X 38 X 29 X 27 X 30 X 54 X 58 X 28 X 43 X 50 X 42 X 46 X 52 X 65 X 28 X 43 X 30 X 70 X 49 X 38 X 60 X-9999 -9999 -9999 +USW00014922199702FMTM 1812 X 0400 X 2343 X 1647 X 1924 X 1624 X 1538 X 1536 X 1423 X 2244 X 0331 X 0358 X 0934 X 1242 X 2319 X 2112 X 0238 X 2318 X 0423 X 1116 X 0603 X 2349 X 0110 X 1712 X 1215 X 0843 X 0144 X 1946 X-9999 -9999 -9999 +USW00014922199702WDF2 300 X 290 X 50 X 10 X 290 X 250 X 10 X 230 X 220 X 290 X 290 X 330 X 180 X 320 X 10 X 170 X 180 X 310 X 320 X 230 X 10 X 330 X 320 X 250 X 240 X 310 X 20 X 130 X-9999 -9999 -9999 +USW00014922199702WDF5 290 X 290 X 50 X 10 X 280 X 250 X 10 X 230 X 230 X 10 X 300 X 340 X 180 X 320 X 10 X 170 X 170 X 310 X 320 X 230 X 10 X 340 X 330 X 250 X 240 X 20 X 10 X 130 X-9999 -9999 -9999 +USW00014922199702WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0-9999 -9999 -9999 +USW00014922199702WSF2 49 X 67 X 67 X 103 X 67 X 67 X 58 X 63 X 67 X 58 X 49 X 72 X 98 X 103 X 67 X 76 X 76 X 103 X 94 X 98 X 98 X 103 X 94 X 58 X 116 X 80 X 89 X 103 X-9999 -9999 -9999 +USW00014922199702WSF5 58 X 80 X 76 X 143 X 80 X 76 X 89 X 72 X 80 X 72 X 67 X 94 X 116 X 125 X 72 X 94 X 98 X 134 X 107 X 112 X 134 X 112 X 112 X 67 X 152 X 107 X 107 X 116 X-9999 -9999 -9999 +USW00014922199702WT01 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199702WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199702WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199702WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199702WT13 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922199702WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199702WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922199702WT18-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199702WT22 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199703TMAX 22 0 -17 0 6 0 11 0 -61 0 -78 0 -33 0 50 0 50 0 56 0 33 0 0 0 -11 0 -67 0 -106 0 44 0 39 0 28 0 44 0 72 0 78 0 56 0 28 0 6 0 22 0 128 0 189 0 128 0 111 0 50 0 139 0 +USW00014922199703TMIN -67 0 -100 0 -39 0 -67 0 -144 0 -172 0 -167 0 -156 0 -11 0 -11 0 -22 0 -22 0 -72 0 -161 0 -200 0 -172 0 -6 0 -56 0 -67 0 -33 0 11 0 -11 0 -28 0 -28 0 -39 0 -61 0 -6 0 28 0 33 0 -50 0 -50 0 +USW00014922199703PRCP 28 0 0 0 58 0 41 0 0T 0 0T 0 0 0 0 0 5 0 0 0 0 0 0T 0 64 0 28 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 76 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 +USW00014922199703SNOW 0 Z 0 Z 56 Z 69 Z 0T Z 0T Z 0 Z 0 Z 0T Z 0 Z 0 Z 0T Z 104 Z 58 Z 0 Z 0T Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 76 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00014922199703SNWD 152 0 127 0 127 0 229 0 229 0 203 0 203 0 203 0 102 0 76 0 51 0 25 0 51 0 178 0 203 0 203 0 127 0 127 0 102 0 76 0 25 0-9999 -9999 -9999 76 0 51 0-9999 -9999 -9999 -9999 -9999 +USW00014922199703AWND 52 X 30 X 54 X 41 X 35 X 46 X 28 X 45 X 60 X 34 X 33 X 45 X 69 X 81 X 39 X 60 X 46 X 41 X 45 X 24 X 50 X 47 X 38 X 57 X 52 X 44 X 48 X 51 X 38 X 41 X 53 X +USW00014922199703FMTM 1757 X 0016 X 2017 X 0504 X 2348 X 1106 X 1007 X 1822 X 1235 X 1540 X 0823 X 2338 X 0938 X 1205 X 1406 X 1235 X 2207 X 0830 X 1345 X 1619 X 1320 X 1324 X 0726 X 1118 X 1505 X 1247 X 2257 X 1758 X 1523 X 1047 X 1714 X +USW00014922199703WDF2 310 X 310 X 110 X 110 X 290 X 310 X 110 X 130 X 320 X 290 X 10 X 80 X 100 X 330 X 240 X 180 X 30 X 60 X 220 X 180 X 310 X 250 X 30 X 110 X 310 X 270 X 170 X 10 X 10 X 330 X 160 X +USW00014922199703WDF5 290 X 310 X 120 X 100 X 320 X 300 X 100 X 130 X 300 X 300 X 20 X 90 X 90 X 340 X 240 X 190 X 360 X 60 X 220 X 180 X 310 X 270 X 20 X 120 X 310 X 280 X 170 X 360 X 350 X 330 X 160 X +USW00014922199703WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199703WSF2 103 X 63 X 80 X 67 X 63 X 89 X 67 X 130 X 112 X 72 X 58 X 67 X 107 X 130 X 76 X 143 X 72 X 76 X 103 X 58 X 116 X 89 X 67 X 98 X 107 X 103 X 98 X 103 X 67 X 94 X 103 X +USW00014922199703WSF5 125 X 80 X 98 X 76 X 76 X 107 X 80 X 152 X 139 X 98 X 80 X 80 X 139 X 143 X 94 X 161 X 116 X 98 X 116 X 67 X 139 X 112 X 80 X 116 X 130 X 130 X 116 X 116 X 94 X 116 X 116 X +USW00014922199703WT01 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922199703WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199703WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199703WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199703WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199703WT13 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00014922199703WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922199703WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199703WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922199703WT18-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199703WT22-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199704TMAX 206 0 167 0 161 0 183 0 139 0 106 0 -22 0 -6 0 28 0 6 0 56 0 89 0 111 0 139 0 94 0 61 0 128 0 111 0 194 0 178 0 167 0 150 0 128 0 156 0 183 0 178 0 178 0 206 0 222 0 83 0-9999 +USW00014922199704TMIN 56 0 28 0 -11 0 89 0 94 0 -89 0 -100 0 -128 0 -94 0 -28 0 -61 0 -39 0 -44 0 -33 0 -11 0 -44 0 -61 0 56 0 22 0 33 0 61 0 28 0 44 0 -6 0 -6 0 17 0 22 0 -6 0 72 0 17 0-9999 +USW00014922199704PRCP 0 0 10 0 0 0 13 0 137 0 3 0 0T 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 28 0 0 0 13 0 3 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 25 0 10 0-9999 +USW00014922199704SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 5 Z 0T Z 0 Z 0 Z 10 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00014922199704AWND 71 X 42 X 41 X 43 X 69 X 97 X 83 X 54 X 22 X 21 X 41 X 48 X 29 X 55 X 61 X 55 X 19 X 41 X 33 X 27 X 40 X 42 X 56 X 35 X 20 X 21 X 29 X 36 X 59 X 73 X-9999 +USW00014922199704FMTM 1705 X 1916 X 1746 X 2038 X 1829 X 1700 X 0335 X 0009 X 1357 X 1013 X 1502 X 1535 X 1323 X 1711 X 2329 X 0157 X 1512 X 0858 X 1634 X 1123 X 2047 X 2121 X 1144 X 1343 X 1247 X 1331 X 1626 X 2224 X 1806 X 1519 X-9999 +USW00014922199704WDF2 200 X 320 X 170 X 160 X 220 X 300 X 290 X 310 X 260 X 240 X 30 X 10 X 310 X 190 X 320 X 330 X 220 X 200 X 10 X 10 X 50 X 40 X 20 X 30 X 330 X 220 X 310 X 240 X 330 X 10 X-9999 +USW00014922199704WDF5 200 X 270 X 170 X 160 X 220 X 300 X 290 X 320 X 210 X 240 X 10 X 20 X 290 X 180 X 320 X 340 X 230 X 200 X 10 X 360 X 60 X 40 X 20 X 20 X 290 X 240 X 310 X 240 X 330 X 20 X-9999 +USW00014922199704WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199704WSF2 125 X 76 X 89 X 89 X 130 X 152 X 134 X 94 X 49 X 45 X 76 X 89 X 63 X 103 X 112 X 98 X 58 X 80 X 76 X 58 X 98 X 98 X 89 X 89 X 63 X 80 X 89 X 94 X 112 X 125 X-9999 +USW00014922199704WSF5 148 X 94 X 103 X 103 X 152 X 206 X 179 X 112 X 76 X 58 X 103 X 107 X 76 X 130 X 134 X 116 X 72 X 98 X 94 X 76 X 116 X 125 X 112 X 103 X 89 X 98 X 107 X 125 X 134 X 161 X-9999 +USW00014922199704WT01-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199704WT04-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199704WT06-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199704WT08-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199704WT13-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199704WT14-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199704WT15-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199704WT16-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00014922199704WT17-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199704WT18-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199704WT19-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199705TMAX 161 0 111 0 167 0 206 0 194 0 211 0 144 0 133 0 172 0 239 0 172 0 117 0 100 0 106 0 117 0 256 0 228 0 244 0 133 0 150 0 189 0 233 0 250 0 189 0 183 0 194 0 206 0 161 0 128 0 244 0 283 0 +USW00014922199705TMIN -22 0 72 0 44 0 -11 0 78 0 6 0 100 0 61 0 50 0 0 0 67 0 22 0 -6 0 22 0 6 0 28 0 61 0 117 0 50 0 28 0 6 0 83 0 128 0 128 0 100 0 72 0 72 0 122 0 83 0 94 0 78 0 +USW00014922199705PRCP 0 0 48 0 0 0 0 0 3 0 0 0 81 0 53 0 0 0 0T 0 0 0 0 0 28 0 15 0 0T 0 5 0 13 0 30 0 10 0 0 0 0 0 0 0 8 0 84 0 0 0 0 0 0 0 0T 0 53 0 0T 0 0 0 +USW00014922199705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199705AWND 24 X 36 X 62 X 42 X 77 X 27 X 56 X 74 X 53 X 39 X 75 X 63 X 27 X 59 X 45 X 51 X 29 X 59 X 60 X 47 X 20 X 53 X 48 X 49 X 75 X 65 X 54 X 52 X 34 X 18 X 18 X +USW00014922199705FMTM 1559 X 1432 X 1129 X 1445 X 1238 X 1327 X 1301 X 1759 X 0315 X 1608 X 1436 X 1757 X 1557 X 1832 X 0947 X 1356 X 2349 X 0415 X 0006 X 1016 X 2046 X 1335 X 1645 X 2149 X 0819 X 1558 X 1231 X 2019 X 1840 X 1430 X 1703 X +USW00014922199705WDF2 260 X 70 X 320 X 210 X 320 X 340 X 170 X 320 X 340 X 170 X 320 X 30 X 240 X 320 X 330 X 320 X 340 X 160 X 320 X 310 X 90 X 170 X 190 X 50 X 60 X 70 X 90 X 60 X 350 X 340 X 140 X +USW00014922199705WDF5 270 X 60 X 320 X 240 X 310 X 20 X 160 X 330 X 330 X 250 X 280 X 30 X 230 X 320 X 350 X 350 X 340 X 160 X 330 X 330 X 100 X 160 X 200 X 30 X 60 X 70 X 90 X 50 X 360 X 340 X 160 X +USW00014922199705WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199705WSF2 49 X 76 X 125 X 103 X 165 X 67 X 139 X 134 X 103 X 89 X 125 X 112 X 72 X 125 X 80 X 116 X 116 X 125 X 116 X 98 X 63 X 98 X 89 X 89 X 112 X 107 X 130 X 94 X 63 X 45 X 58 X +USW00014922199705WSF5 76 X 89 X 152 X 125 X 206 X 76 X 161 X 170 X 130 X 107 X 161 X 139 X 76 X 161 X 107 X 170 X 161 X 143 X 139 X 125 X 72 X 112 X 116 X 107 X 134 X 139 X 143 X 112 X 67 X 67 X 72 X +USW00014922199705WT01-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00014922199705WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199705WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199705WT13-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922199705WT14-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922199705WT16-9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922199705WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199706TMAX 300 0 278 0 272 0 289 0 256 0 250 0 233 0 256 0 278 0 289 0 289 0 306 0 289 0 283 0 278 0 228 0 272 0 200 0 228 0 294 0 300 0 306 0 344 0 289 0 272 0 289 0 311 0 283 0 222 0 294 0-9999 +USW00014922199706TMIN 111 0 139 0 156 0 150 0 117 0 122 0 122 0 122 0 106 0 128 0 122 0 128 0 178 0 133 0 183 0 106 0 78 0 150 0 139 0 150 0 156 0 144 0 194 0 217 0 183 0 122 0 183 0 178 0 183 0 172 0-9999 +USW00014922199706PRCP 0 0 0 0 0 0 23 0 74 0 0 0 79 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 38 0 0T 0 15 0 0 0 46 0 0T 0 0 0 20 0 0 0 239 0 0 0 0 0 0 0 257 0 147 0 0 0-9999 +USW00014922199706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199706AWND 34 X 33 X 31 X 27 X 27 X 39 X 37 X 42 X 27 X 24 X 25 X 20 X 48 X 40 X 58 X 42 X 42 X 38 X 30 X 25 X 24 X 25 X 63 X 52 X 43 X 33 X 61 X 66 X 36 X 19 X-9999 +USW00014922199706FMTM 1559 X 1345 X 1928 X 1939 X 1504 X 1347 X 1301 X 1819 X 1557 X 1458 X 1519 X 1808 X 1623 X 2346 X 1326 X 0922 X 1848 X 1209 X 1729 X 1538 X 1149 X 2114 X 1641 X 1818 X 1559 X 1426 X 1018 X 1300 X 0017 X 1514 X-9999 +USW00014922199706WDF2 200 X 130 X 70 X 330 X 330 X 60 X 60 X 110 X 110 X 150 X 190 X 340 X 20 X 170 X 310 X 330 X 190 X 20 X 80 X 330 X 290 X 180 X 200 X 290 X 310 X 240 X 220 X 150 X 350 X 160 X-9999 +USW00014922199706WDF5 210 X 100 X 60 X 330 X 330 X 30 X 50 X 80 X 100 X 130 X 190 X 30 X 20 X 190 X 270 X 320 X 200 X 20 X 80 X 330 X 280 X 200 X 200 X 290 X 270 X 270 X 220 X 10 X 350 X 230 X-9999 +USW00014922199706WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199706WSF2 72 X 67 X 58 X 94 X 134 X 76 X 143 X 76 X 80 X 63 X 94 X 58 X 94 X 72 X 112 X 94 X 89 X 76 X 58 X 134 X 63 X 72 X 125 X 125 X 94 X 67 X 112 X 125 X 139 X 45 X-9999 +USW00014922199706WSF5 112 X 80 X 72 X 116 X 152 X 98 X 210 X 103 X 107 X 76 X 107 X 76 X 116 X 94 X 170 X 112 X 112 X 94 X 72 X 148 X 80 X 89 X 148 X 161 X 116 X 89 X 143 X 161 X 165 X 58 X-9999 +USW00014922199706WT01-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922199706WT03-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922199706WT05-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199706WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199706WT11-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199706WT13-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922199706WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199706WT16-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922199706WT21-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199707TMAX 306 0 222 0 178 0 228 0 244 0 206 0 200 0 183 0 233 0 261 0 300 0 311 0 317 0 267 0 322 0 339 0 311 0 300 0 233 0 294 0 261 0 194 0 256 0 261 0 306 0 311 0 300 0 261 0 250 0 250 0 261 0 +USW00014922199707TMIN 189 0 150 0 117 0 111 0 106 0 106 0 94 0 139 0 100 0 139 0 183 0 217 0 206 0 189 0 183 0 222 0 194 0 222 0 194 0 194 0 194 0 167 0 178 0 200 0 211 0 233 0 228 0 172 0 150 0 150 0 139 0 +USW00014922199707PRCP 724 0 25 0 28 0 18 0 5 0 0 0 155 0 0 0 0 0 0 0 66 0 5 0 124 0 0 0 0 0 0T 0 942 0 0T 0 107 0 76 0 86 0 683 0 3 0 5 0 117 0 0 0 0 0 0 0 0 0 0 0 30 0 +USW00014922199707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199707AWND 46 X 75 X 57 X 37 X 39 X 30 X 41 X 34 X 32 X 50 X 50 X 59 X 28 X 46 X 35 X 31 X 26 X 30 X 49 X 22 X 39 X 48 X 37 X 34 X 30 X 17 X 26 X 38 X 18 X 18 X 40 X +USW00014922199707FMTM 1928 X 0848 X 0905 X 0144 X 1716 X 1031 X 1623 X 1616 X 1529 X 1331 X 1644 X 1027 X 1925 X 1714 X 1128 X 1226 X-9999 0926 X 1022 X 0828 X 1343 X 0428 X 2136 X 2137 X 0345 X 1245 X 2333 X 1428 X 2128 X 1425 X 1717 X +USW00014922199707WDF2 10 X 230 X 310 X 350 X 340 X 330 X 120 X 20 X 170 X 160 X 170 X 160 X 210 X 320 X 260 X 250 X 280 Z 90 X 80 X 240 X 70 X 90 X 110 X 110 X 200 X 160 X 10 X 20 X 110 X 160 X 210 X +USW00014922199707WDF5 340 X 290 X 300 X 350 X 340 X 360 X 110 X 40 X 140 X 160 X 170 X 160 X 220 X 310 X 270 X 290 X 270 Z 90 X 90 X 240 X 50 X 80 X 100 X 130 X 220 X 170 X 10 X 20 X 100 X 170 X 220 X +USW00014922199707WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199707WSF2 139 X 116 X 94 X 72 X 125 X 58 X 94 X 67 X 67 X 80 X 94 X 112 X 152 X 103 X 72 X 67 X 134 Z 89 X 116 X 63 X 72 X 89 X 49 X 63 X 103 X 80 X 72 X 67 X 58 X 58 X 76 X +USW00014922199707WSF5 183 X 148 X 112 X 89 X 152 X 76 X 112 X 76 X 89 X 103 X 112 X 139 X 215 X 130 X 98 X 89 X 197 Z 103 X 139 X 76 X 80 X 94 X 67 X 72 X 125 X 94 X 89 X 98 X 67 X 67 X 94 X +USW00014922199707WT01 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 +USW00014922199707WT03 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199707WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199707WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199707WT10 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199707WT11 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199707WT13 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00014922199707WT14-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199707WT16 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199708TMAX 294 0 328 0 294 0 267 0 250 0 261 0 278 0 278 0 283 0 200 0 228 0 233 0 222 0 217 0 294 0 272 0 172 0 200 0 161 0 217 0 244 0 233 0 289 0 250 0 256 0 283 0 294 0 261 0 244 0 278 0 289 0 +USW00014922199708TMIN 189 0 172 0 178 0 167 0 133 0 161 0 150 0 194 0 178 0 128 0 128 0 167 0 89 0 133 0 161 0 161 0 133 0 144 0 144 0 139 0 111 0 111 0 156 0 167 0 156 0 189 0 183 0 156 0 167 0 183 0 161 0 +USW00014922199708PRCP 0T 0 91 0 0 0 0T 0 89 0 0 0 0 0 0 0 15 0 0 0 0 0 3 0 0 0 170 0 10 0 3 0 0T 0 0 0 810 0 3 0 0 0 0 0 13 0 0 0 0 0 0T 0 0 0 0 0 5 0 315 0 0 0 +USW00014922199708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199708AWND 38 X 36 X 31 X 39 X 30 X 15 X 34 X 65 X 44 X 36 X 34 X 22 X 29 X 35 X 39 X 36 X 44 X 30 X 42 X 39 X 26 X 20 X 41 X 29 X 45 X 19 X 23 X 38 X 53 X 31 X 19 X +USW00014922199708FMTM 0426 X 2140 X 0016 X 1600 X 1430 X 1624 X 1723 X 1335 X 1442 X 0317 X 1229 X 2323 X 2356 X 0904 X 1738 X 2247 X 0915 X 1437 X 1621 X 1517 X 1338 X 2004 X 1308 X 0408 X 1407 X 1559 X 1103 X 2314 X 1420 X 0212 X 1719 X +USW00014922199708WDF2 190 X 330 X 190 X 20 X 230 X 170 X 180 X 190 X 180 X 330 X 100 X 20 X 10 X 140 X 220 X 20 X 10 X 140 X 130 X 330 X 340 X 130 X 220 X 10 X 180 X 290 X 50 X 100 X 110 X 190 X 190 X +USW00014922199708WDF5 250 X 330 X 190 X 20 X 270 X 90 X 200 X 200 X 190 X 330 X 100 X 360 X 20 X 130 X 210 X 20 X 10 X 150 X 130 X 350 X 330 X 180 X 210 X 70 X 180 X 290 X 50 X 90 X 120 X 180 X 160 X +USW00014922199708WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199708WSF2 63 X 148 X 76 X 98 X 67 X 49 X 72 X 116 X 94 X 67 X 67 X 67 X 63 X 89 X 125 X 76 X 72 X 49 X 72 X 80 X 72 X 36 X 80 X 58 X 80 X 45 X 58 X 63 X 89 X 125 X 49 X +USW00014922199708WSF5 72 X 183 X 89 X 125 X 80 X 72 X 98 X 143 X 112 X 80 X 80 X 80 X 76 X 98 X 143 X 94 X 103 X 67 X 80 X 112 X 98 X 49 X 94 X 63 X 98 X 72 X 76 X 76 X 103 X 143 X 58 X +USW00014922199708WT01-9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 +USW00014922199708WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922199708WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199708WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 +USW00014922199708WT13-9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00014922199708WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199708WT16 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 +USW00014922199708WT21-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922199709TMAX 300 0 217 0 194 0 217 0 261 0 256 0 222 0 239 0 217 0 211 0 217 0 244 0 211 0 256 0 233 0 228 0 233 0 272 0 239 0 156 0 172 0 128 0 189 0 217 0 261 0 244 0 256 0 222 0 189 0 194 0-9999 +USW00014922199709TMIN 194 0 128 0 94 0 111 0 144 0 144 0 167 0 167 0 117 0 89 0 83 0 111 0 139 0 144 0 183 0 128 0 94 0 133 0 122 0 56 0 33 0 89 0 56 0 39 0 89 0 89 0 156 0 117 0 133 0 83 0-9999 +USW00014922199709PRCP 64 0 0 0 0 0 0T 0 56 0 0 0 3 0 122 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 500 0 0 0 0 0 0 0 0T 0 0 0 10 0 0 0 0 0 0 0 0 0 48 0 0T 0 8 0 0 0-9999 +USW00014922199709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199709AWND 50 X 56 X 23 X 45 X 50 X 28 X 30 X 26 X 40 X 25 X 16 X 41 X 27 X 21 X 37 X 42 X 27 X 56 X 55 X 41 X 23 X 24 X 15 X 40 X 24 X 41 X 62 X 64 X 76 X 51 X-9999 +USW00014922199709FMTM 1732 X 1605 X 1148 X 1604 X 0545 X 1230 X 2031 X 2107 X 1609 X 1433 X 1435 X 1237 X 1202 X 1546 X 2019 X 0926 X 1530 X 1723 X 0257 X 0032 X 1520 X 0941 X 1019 X 1423 X 1226 X 2225 X 2123 X 1424 X 0810 X 0205 X-9999 +USW00014922199709WDF2 290 X 10 X 80 X 190 X 210 X 320 X 110 X 360 X 340 X 30 X 140 X 140 X 210 X 190 X 110 X 280 X 230 X 190 X 330 X 320 X 230 X 230 X 90 X 250 X 360 X 170 X 290 X 290 X 300 X 330 X-9999 +USW00014922199709WDF5 310 X 10 X 120 X 180 X 210 X 350 X 110 X 10 X 30 X 10 X 200 X 150 X 190 X 190 X 110 X 300 X 250 X 190 X 320 X 10 X 220 X 230 X 20 X 230 X 340 X 130 X 310 X 280 X 300 X 340 X-9999 +USW00014922199709WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199709WSF2 130 X 80 X 49 X 94 X 94 X 63 X 67 X 89 X 80 X 63 X 40 X 80 X 58 X 45 X 67 X 103 X 67 X 116 X 107 X 89 X 58 X 49 X 58 X 89 X 76 X 72 X 107 X 112 X 139 X 98 X-9999 +USW00014922199709WSF5 174 X 107 X 67 X 107 X 116 X 80 X 72 X 103 X 112 X 89 X 45 X 98 X 67 X 58 X 76 X 134 X 89 X 143 X 125 X 103 X 72 X 63 X 72 X 112 X 89 X 94 X 143 X 143 X 197 X 125 X-9999 +USW00014922199709WT01 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199709WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199709WT03 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199709WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199709WT13 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922199709WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199709WT16 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922199709WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199710TMAX 189 0 272 0 322 0 239 0 250 0 189 0 294 0 233 0 211 0 211 0 267 0 222 0 172 0 89 0 156 0 161 0 172 0 194 0 128 0 100 0 44 0 67 0 94 0 67 0 39 0 33 0 50 0 94 0 111 0 117 0 161 0 +USW00014922199710TMIN 50 0 106 0 156 0 100 0 83 0 78 0 128 0 206 0 39 0 28 0 172 0 172 0 6 0 6 0 17 0 22 0 44 0 67 0 28 0 -6 0 6 0 -44 0 28 0 17 0 -22 0 -50 0 -106 0 -22 0 -22 0 28 0 0 0 +USW00014922199710PRCP 0 0 0 0 0 0 0 0 0 0 23 0 8 0 3 0 0T 0 0T 0 0 0 363 0 23 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 0 89 0 +USW00014922199710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199710AWND 34 X 23 X 49 X 32 X 48 X 41 X 45 X 80 X 59 X 49 X 78 X 87 X 76 X 41 X 18 X 20 X 48 X 57 X 57 X 41 X 51 X 23 X 43 X 61 X 55 X 47 X 32 X 28 X 30 X 29 X 34 X +USW00014922199710FMTM 1535 X 2107 X 1830 X 2311 X 0424 X 0635 X 1536 X 2227 X 0116 X 1545 X 1330 X 2332 X 1715 X 0920 X 1212 X 1307 X 1222 X 1425 X 1625 X 1917 X 0507 X 1511 X 1546 X 1919 X 0158 X 1621 X 2246 X 0019 X 2323 X 1717 X 2326 X +USW00014922199710WDF2 160 X 110 X 310 X 180 X 180 X 230 X 190 X 200 X 250 X 170 X 170 X 210 X 230 X 290 X 240 X 120 X 220 X 210 X 320 X 310 X 330 X 210 X 70 X 20 X 20 X 20 X 200 X 210 X 160 X 140 X 290 X +USW00014922199710WDF5 160 X 200 X 300 X 190 X 200 X 230 X 190 X 200 X 190 X 160 X 170 X 220 X 240 X 290 X 230 X 120 X 210 X 210 X 320 X 290 X 320 X 170 X 70 X 20 X 10 X 20 X 210 X 220 X 170 X 150 X 300 X +USW00014922199710WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199710WSF2 67 X 45 X 94 X 80 X 107 X 107 X 94 X 152 X 148 X 98 X 130 X 148 X 134 X 94 X 45 X 40 X 103 X 112 X 98 X 103 X 98 X 58 X 72 X 94 X 94 X 80 X 89 X 72 X 76 X 94 X 80 X +USW00014922199710WSF5 89 X 58 X 112 X 98 X 139 X 139 X 112 X 197 X 197 X 125 X 152 X 183 X 170 X 112 X 58 X 49 X 112 X 130 X 125 X 116 X 125 X 72 X 89 X 112 X 103 X 98 X 103 X 89 X 94 X 103 X 107 X +USW00014922199710WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 +USW00014922199710WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199710WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 +USW00014922199710WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X +USW00014922199710WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922199710WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199711TMAX 72 0 11 0 11 0 11 0 33 0 61 0 67 0 61 0 39 0 0 0 -22 0 -22 0 0 0 17 0 -22 0 -56 0 0 0 -33 0 -33 0 -17 0 0 0 6 0 -50 0 0 0 44 0 44 0 72 0 83 0 0 0 22 0-9999 +USW00014922199711TMIN 11 0 -11 0 -6 0 -6 0 6 0 22 0 22 0 0 0 -17 0 -56 0 -78 0 -111 0 -44 0 -22 0 -78 0 -161 0 -139 0 -106 0 -67 0 -50 0 -78 0 -100 0 -178 0 -200 0 -33 0 -28 0 -17 0 -67 0 -67 0 -61 0-9999 +USW00014922199711PRCP 8 0 20 0 3 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 10 0 0T 0 76 0 20 0 5 0 0 0 0 0 0T 0 0T 0 0T 0 23 0 10 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199711SNOW 0T 0 25 0 3 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 13 0 0T 0 102 0 25 0 8 0 0 0 0 0 0T 0 0T 0 0T 0 30 0 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 102 0 127 0 127 0 102 Z 102 Z 102 Z 102 Z 102 Z 102 0 102 0 102 0 76 0 51 0 25 0 0T 0 0 0 0 0-9999 +USW00014922199711AWND 56 X 66 X 56 X 19 X 34 X 27 X 46 X 32 X 50 X 38 X 47 X 36 X 50 X 59 X 56 X 40 X 21 X 36 X 32 X 28 X 40 X 47 X 34 X 35 X 20 X 40 X 52 X 12 X 10 X 34 X-9999 +USW00014922199711FMTM 1257 X 1538 X 1106 X 0327 X 2048 X 2341 X 1542 X 1801 X 2349 X 0048 X 1802 X 2300 X 1607 X 2325 X 2358 X 1527 X 1657 X 1526 X 1310 X 2341 X 2200 X 1245 X 0133 X 1624 X 2348 X 1336 X 0749 X-9999 -9999 -9999 -9999 +USW00014922199711WDF2 290 X 320 X 330 X 10 X 360 X 160 X 170 X 350 X 340 X 340 X 320 X 210 X 110 X 10 X 10 X 220 X 210 X 310 X 210 X 20 X 160 X 310 X 330 X 170 X 330 X 250 X 160 X 340 Z 130 Z 10 Z-9999 +USW00014922199711WDF5 320 X 310 X 320 X 10 X 30 X 150 X 180 X 360 X 330 X 330 X 330 X 210 X 110 X 10 X 20 X 230 X 210 X 310 X 190 X 40 X 160 X 310 X 330 X 170 X 320 X 260 X 160 X 340 Z 120 Z 10 Z-9999 +USW00014922199711WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199711WSF2 94 X 107 X 94 X 45 X 49 X 49 X 72 X 58 X 76 X 94 X 80 X 67 X 80 X 94 X 89 X 72 X 49 X 72 X 63 X 49 X 72 X 80 X 67 X 76 X 58 X 80 X 116 X 36 Z 31 Z 80 Z-9999 +USW00014922199711WSF5 130 X 134 X 112 X 63 X 67 X 58 X 89 X 80 X 103 X 112 X 103 X 76 X 98 X 112 X 116 X 80 X 58 X 89 X 67 X 76 X 89 X 98 X 76 X 94 X 72 X 98 X 139 X 36 Z 36 Z 107 Z-9999 +USW00014922199711WT01 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00014922199711WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199711WT13 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00014922199711WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199711WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199711WT18 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199711WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922199712TMAX 17 0 22 0 11 0 -6 0 -28 0 11 0 -22 0 -17 0 -17 0 17 0 -6 0 6 0 39 0 72 0 78 0 78 0 72 0 83 0 28 0 0 0 6 0 6 0 0 0 -33 0 -22 0 17 0 0 0 -6 0 -33 0 -22 0 -72 0 +USW00014922199712TMIN 0 0 6 0 -33 0 -72 0 -89 0 -61 0 -78 0 -44 0 -33 0 -44 0 -44 0 -72 0 -89 0 -72 0 -33 0 -50 0 -56 0 -22 0 -39 0 -100 0 -83 0 -28 0 -50 0 -56 0 -83 0 -94 0 -144 0 -56 0 -78 0 -128 0 -206 0 +USW00014922199712PRCP 0T 0 8 0 3 0 3 0 0T 0 0T 0 0T 0 18 0 3 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 0T 0 8 0 0T 0 13 0 0T 0 20 0 0 0 +USW00014922199712SNOW 0T 0 0T 0 0T 0 3 0 0T 0 0T 0 0T 0 23 0 3 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 0T 0 10 0 0T 0 15 0 0T 0 25 0 0 0 +USW00014922199712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 25 0 +USW00014922199712AWND 32 X 28 X 42 X 57 X 60 X 51 X 20 X 38 X 42 X 46 X 33 X 44 X 25 X 32 X 35 X 25 X 41 X 21 X 38 X 24 X 38 X 24 X 32 X 37 X 36 X 46 X 42 X 41 X 21 X 51 X 39 X +USW00014922199712FMTM-9999 1207 X 1749 X 2114 X 1339 X 0203 X 2325 X 0127 X 2326 X 0608 X 1904 X 0909 X 1515 X 1332 X 1234 X 1213 X 1147 X 1506 X 2248 X 2357 X 1405 X 2325 X 2336 X 1821 X 0419 X 1442 X 1647 X 1804 X 0002 X 1329 X 2158 X +USW00014922199712WDF2 0 X 180 X 310 X 320 X 310 X 310 X 150 X 200 X 10 X 10 X 340 X 220 X 280 X 240 X 220 X 320 X 210 X 230 X 320 X 320 X 130 X 310 X 190 X 10 X 330 X 330 X 160 X 320 X 340 X 330 X 170 X +USW00014922199712WDF5 320 Z 160 X 310 X 320 X 320 X 310 X 150 X 190 X 20 X 30 X 340 X 230 X 290 X 220 X 230 X 310 X 220 X 260 X 320 X 330 X 120 X 300 X 180 X 20 X 10 X 320 X 150 X 320 X 340 X 320 X 170 X +USW00014922199712WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199712WSF2 443 X 49 X 72 X 103 X 89 X 80 X 45 X 63 X 67 X 67 X 58 X 76 X 45 X 76 X 67 X 67 X 94 X 40 X 80 X 67 X 72 X 58 X 58 X 72 X 63 X 103 X 89 X 98 X 58 X 103 X 80 X +USW00014922199712WSF5 112 Z 67 X 89 X 125 X 112 X 103 X 49 X 72 X 80 X 94 X 72 X 89 X 58 X 94 X 80 X 80 X 116 X 45 X 107 X 76 X 80 X 67 X 67 X 98 X 76 X 116 X 98 X 112 X 63 X 125 X 98 X +USW00014922199712WT01-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 +USW00014922199712WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922199712WT13-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 +USW00014922199712WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199712WT18-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922199712WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 +USW00014922199801TMAX 61 0 72 0 11 0 -17 0 6 0 6 0 0 0 22 0 -33 0 -167 0 -133 0 -133 0 -161 0 -100 0 -50 0 -50 0 -50 0 -56 0 -44 0 -56 0 -28 0 -17 0 -22 0 -28 0 -28 0 -28 0 -11 0 11 0 -33 0 -17 0 44 0 +USW00014922199801TMIN -72 0 -28 0 -106 0 -111 0 -44 0 -33 0 -39 0 -44 0 -194 0 -206 0 -200 0 -239 0 -306 0 -217 0 -244 0 -56 0 -128 0 -106 0 -161 0 -183 0 -67 0 -44 0 -61 0 -100 0 -61 0 -44 0 -39 0 -67 0 -128 0 -61 0 -44 0 +USW00014922199801PRCP 0 0 0 0 0 0 38 0 3 0 3 0 0T 0 0 0 3 0 0 0 20 0 74 0 20 0 56 0 8 0 28 0 0T 0 0T 0 10 0 8 0 25 0 33 0 13 0 0T 0 76 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 +USW00014922199801SNOW 0 0 0 0 0 0 23 0 3 0 3 0 0T 0 0 0 3 0 0 0 28 0 97 0 25 0 74 0 10 0 38 0 0T 0 0T 0 13 0 10 0 33 0 43 0 15 0 0T 0 102 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 +USW00014922199801SNWD 25 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 76 0 127 0 152 0 178 0 178 0 178 0 178 0 178 0 178 0 203 0 203 0 229 0 229 0 254 0 254 0 254 0 229 0 203 0 203 0 203 0 +USW00014922199801AWND 36 X 41 X 65 X 40 X 28 X 30 X 31 X 42 X 60 X 68 X 13 X 42 X 25 X 36 X 29 X 40 X 36 X 22 X 19 X 41 X 59 X 39 X 26 X 21 X 49 X 29 X 29 X 20 X 21 X 35 X 45 X +USW00014922199801FMTM 1039 X 1322 X 1801 X 1128 X 0411 X 2025 X 2130 X 0838 X 2000 X 0818 X 0449 X 1712 X 2317 X 0626 X 2229 X 0104 X 0356 X 2047 X 0038 X 1931 X 0844 X 0013 X 1818 X 2349 X 1801 X 0424 X 1341 X 2359 X 1502 X 1523 X 1930 X +USW00014922199801WDF2 230 X 210 X 10 X 110 X 10 X 310 X 80 X 30 X 280 X 270 X 270 X 270 X 80 X 100 X 160 X 160 X 290 X 320 X 310 X 60 X 60 X 80 X 20 X 160 X 70 X 80 X 210 X 200 X 320 X 140 X 270 X +USW00014922199801WDF5 230 X 210 X 10 X 60 X 10 X 320 X 80 X 30 X 270 X 280 X 270 X 290 X 100 X 110 X 170 X 180 X 290 X 330 X 50 X 60 X 60 X 110 X 30 X 170 X 80 X 80 X 210 X 180 X 310 X 130 X 270 X +USW00014922199801WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 +USW00014922199801WSF2 80 X 98 X 98 X 67 X 49 X 58 X 63 X 67 X 103 X 125 X 40 X 72 X 49 X 76 X 80 X 80 X 58 X 45 X 40 X 89 X 89 X 63 X 58 X 45 X 67 X 63 X 67 X 45 X 45 X 67 X 80 X +USW00014922199801WSF5 98 X 112 X 116 X 72 X 63 X 67 X 72 X 80 X 143 X 152 X 49 X 94 X 58 X 89 X 107 X 94 X 67 X 49 X 58 X 107 X 98 X 67 X 89 X 58 X 76 X 67 X 72 X 49 X 58 X 76 X 94 X +USW00014922199801WT01-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922199801WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199801WT06-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922199801WT08-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922199801WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199801WT13-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922199801WT14-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199801WT15-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199801WT16-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922199801WT17-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922199801WT18-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00014922199801WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 +USW00014922199802TMAX -17 0 -11 0 -17 0 -50 0 -22 0 -6 0 22 0 33 0 22 0 17 0 11 0 6 0 -11 0 17 0 50 0 72 0 61 0 39 0 50 0 78 0 39 0 78 0 94 0 122 0 111 0 100 0 50 0 0 0-9999 -9999 -9999 +USW00014922199802TMIN -44 0 -67 0 -122 0 -144 0 -144 0 -139 0 -139 0 -94 0 -33 0 -6 0 -33 0 -111 0 -39 0 -22 0 17 0 22 0 22 0 22 0 6 0 6 0 -11 0 6 0 33 0 -6 0 33 0 50 0 -6 0 -17 0-9999 -9999 -9999 +USW00014922199802PRCP 0 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 28 0 0 0 20 0 15 0 117 0 20 0-9999 -9999 -9999 +USW00014922199802SNOW 0 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0-9999 -9999 -9999 +USW00014922199802SNWD 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 152 0 127 0 127 0 127 0 127 0 127 0 127 0 102 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00014922199802AWND 43 X 39 X 16 X 12 X 14 X 8 X 10 X 30 X 39 X 26 X 50 X 21 X 29 X 45 X 34 X 42 X 60 X 31 X 25 X 22 X 25 X 53 X 40 X 26 X 82 X 60 X 45 X 42 X-9999 -9999 -9999 +USW00014922199802FMTM 1412 X 1828 X 1001 X 0200 X 2333 X 2345 X 2207 X 1507 X 1524 X 2146 X 2144 X 0008 X 1505 X 2308 X 0030 X 2225 X 0305 X 0918 X 1703 X 1437 X 2249 X 1331 X 1111 X 0038 X 1507 X 0136 X 1921 X 0027 X-9999 -9999 -9999 +USW00014922199802WDF2 10 X 310 X 30 X 210 X 230 X 240 X 150 X 160 X 160 X 330 X 330 X 10 X 30 X 170 X 180 X 60 X 60 X 30 X 20 X 260 X 190 X 160 X 230 X 320 X 120 X 120 X 200 X 170 X-9999 -9999 -9999 +USW00014922199802WDF5 20 X 300 X 360 X 140 X 240 X 250 X 150 X 160 X 160 X 340 X 10 X 20 X 30 X 170 X 180 X 60 X 60 X 20 X 20 X 260 X 200 X 160 X 220 X 320 X 110 X 130 X 200 X 170 X-9999 -9999 -9999 +USW00014922199802WESD 432 0 432 0 432 0 432 0 432 0 406 0 483 0 483 0 483 0 483 0 483 0 483 0 432 0 432 0 406 0 330 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922199802WSF2 76 X 67 X 40 X 45 X 31 X 27 X 31 X 58 X 67 X 49 X 89 X 49 X 67 X 89 X 72 X 103 X 98 X 58 X 49 X 58 X 58 X 112 X 76 X 67 X 139 X 125 X 80 X 76 X-9999 -9999 -9999 +USW00014922199802WSF5 103 X 72 X 45 X 45 X 36 X 31 X 36 X 63 X 76 X 58 X 103 X 63 X 76 X 112 X 98 X 116 X 125 X 67 X 63 X 72 X 72 X 130 X 94 X 76 X 165 X 143 X 98 X 98 X-9999 -9999 -9999 +USW00014922199802WT01 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199802WT02-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199802WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199802WT08-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199802WT13 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922199802WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199802WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199802WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199802WT18-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922199802WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199802WT22-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199803TMAX 6 0 44 0 -6 0 6 0 0 0 -11 0 33 0 28 0 -39 0 -72 0 -56 0 -33 0 22 0 -11 0 -33 0 11 0 50 0 11 0 61 0 72 0 72 0 72 0 61 0 61 0 156 0 222 0 161 0 178 0 133 0 72 0 50 0 +USW00014922199803TMIN -28 0 -6 0 -61 0 -89 0 -33 0 -61 0 -89 0 -39 0 -117 0 -150 0 -167 0 -172 0 -94 0 -128 0 -78 0 -89 0 -33 0 -11 0 -22 0 -61 0 -56 0 -39 0 -22 0 -72 0 22 0 94 0 78 0 50 0 72 0 28 0 17 0 +USW00014922199803PRCP 25 0 3 0 36 0 0T 0 20 0 13 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 25 0 0 0 28 0 0T 0 5 0 66 0 0 0 0 0 0 0 0T 0 5 0 5 0 5 0 0T 0 386 0 23 0 201 0 0T 0 312 0 +USW00014922199803SNOW 33 0 3 0 48 0 0T 0 25 0 18 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 33 0 0 0 38 0 0T 0 5 0 86 0 0 0 0 0 0 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 +USW00014922199803SNWD 25 0 0T 0 25 0 25 0 25 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 51 0 0 0 25 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199803AWND 24 X 58 X 46 X 36 X 25 X 33 X 31 X 78 X 92 X 54 X 49 X 60 X 68 X 41 X 43 X 46 X 58 X 66 X 57 X 28 X 13 X 22 X 36 X 42 X 47 X 42 X 38 X 43 X 41 X 61 X 72 X +USW00014922199803FMTM 1049 X 1345 X 0726 X 0957 X 0556 X 1148 X 2327 X 2232 X 0647 X 2332 X 0120 X 1334 X 1544 X 0020 X 1702 X 1007 X 2200 X 2049 X 1540 X 0048 X 1717 X 1700 X 1632 X 1627 X 1402 X 1344 X 0923 X 0535 X 1634 X 1912 X 1249 X +USW00014922199803WDF2 80 X 340 X 10 X 10 X 70 X 260 X 10 X 360 X 340 X 350 X 360 X 200 X 310 X 330 X 110 X 140 X 50 X 30 X 10 X 30 X 80 X 330 X 310 X 170 X 210 X 190 X 210 X 340 X 130 X 30 X 40 X +USW00014922199803WDF5 60 X 340 X 20 X 360 X 70 X 240 X 10 X 10 X 340 X 340 X 290 X 200 X 320 X 330 X 110 X 150 X 60 X 30 X 10 X 30 X 80 X 320 X 310 X 170 X 210 X 170 X 220 X 310 X 120 X 20 X 50 X +USW00014922199803WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199803WSF2 45 X 107 X 76 X 58 X 45 X 72 X 72 X 130 X 134 X 94 X 76 X 112 X 139 X 89 X 76 X 72 X 107 X 94 X 94 X 58 X 45 X 76 X 67 X 89 X 94 X 98 X 89 X 80 X 98 X 112 X 134 X +USW00014922199803WSF5 49 X 134 X 107 X 94 X 58 X 89 X 80 X 165 X 165 X 112 X 98 X 134 X 179 X 112 X 80 X 80 X 139 X 130 X 107 X 76 X 49 X 94 X 80 X 103 X 103 X 116 X 107 X 107 X 112 X 134 X 152 X +USW00014922199803WT01 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922199803WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199803WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 +USW00014922199803WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199803WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199803WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00014922199803WT13 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922199803WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 +USW00014922199803WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922199803WT18 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199803WT22-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199804TMAX 89 0 61 0 133 0 133 0 150 0 183 0 111 0 117 0 144 0 161 0 211 0 228 0 167 0 161 0 94 0 117 0 161 0 139 0 139 0 167 0 183 0 206 0 228 0 250 0 217 0 189 0 167 0 189 0 211 0 228 0-9999 +USW00014922199804TMIN 11 0 22 0 33 0 0 0 11 0 78 0 50 0 44 0 22 0 -22 0 56 0 139 0 100 0 56 0 33 0 11 0 6 0 61 0 67 0 61 0 33 0 11 0 28 0 56 0 100 0 89 0 44 0 0 0 39 0 39 0-9999 +USW00014922199804PRCP 33 0 0T 0 0 0 0 0 0 0 137 0 41 0 0T 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 18 0 122 0 0T 0 0 0 0 0 0 0 0 0 18 0 5 0 0 0 0 0 0 0 0 0-9999 +USW00014922199804SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199804SNWD 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199804AWND 36 X 34 X 52 X 21 X 46 X 52 X 63 X 77 X 57 X 23 X 54 X 105 X 58 X 50 X 72 X 69 X 38 X 30 X 37 X 40 X 25 X 15 X 22 X 33 X 66 X 67 X 40 X 19 X 12 X 8 X-9999 +USW00014922199804FMTM 1725 X 2335 X 2044 X 1231 X 1420 X 1737 X 1533 X 1518 X 1522 X 1816 X 2348 X 1446 X 2357 X 2249 X 2332 X 1512 X 1202 X 1233 X 1941 X 1049 X 1213 X 1402 X 1123 X 1842 X 1416 X 1539 X 0342 X 1128 X 1224 X 1314 X-9999 +USW00014922199804PGTM 1635 W 1826 W 2044 W 1501 W 1449 W 0957 W 1533 W 1517 W 1522 W 1816 W 2240 W 1445 W 0032 W 1246 W 2144 W 1512 W 1115 W 1140 W 1937 W 1347 W 1614 W 1358 W 1548 W 1841 W 1411 W 1423 W 0247 W 1128 W 1224 W 1239 W-9999 +USW00014922199804TAVG 50 W 44 W 83 W 67 W 83 W 133 W 83 W 83 W 83 W 72 W 133 W 183 W 133 W 111 W 67 W 67 W 83 W 100 W 106 W 117 W 111 W 111 W 128 W 156 W 161 W 139 W 106 W 94 W 111 W 133 W-9999 +USW00014922199804WDF2 340 X 40 X 20 X 100 X 170 X 200 X 10 X 10 X 10 X 250 X 160 X 180 X 160 X 10 X 20 X 330 X 260 X 220 X 190 X 20 X 340 X 360 X 290 X 90 X 90 X 110 X 90 X 110 X 110 X 140 X-9999 +USW00014922199804WDF5 330 X 30 X 30 X 130 X 170 X 140 X 10 X 10 X 10 X 260 X 150 X 180 X 150 X 320 X 30 X 330 X 290 X 210 X 190 X 20 X 340 X 350 X 250 X 100 X 90 X 90 X 90 X 110 X 110 X 170 X-9999 +USW00014922199804WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199804WSF2 76 X 67 X 89 X 45 X 89 X 89 X 103 X 130 X 94 X 72 X 103 X 201 X 134 X 80 X 107 X 107 X 94 X 72 X 80 X 80 X 67 X 58 X 67 X 72 X 107 X 103 X 89 X 63 X 58 X 40 X-9999 +USW00014922199804WSF5 94 X 80 X 107 X 58 X 103 X 103 X 130 X 148 X 107 X 80 X 130 X 246 X 152 X 103 X 143 X 134 X 112 X 89 X 94 X 98 X 80 X 72 X 80 X 94 X 143 X 130 X 107 X 76 X 67 X 72 X-9999 +USW00014922199804WT01 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199804WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199804WT13 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199804WT14-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199804WT16 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199804WT18 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199805TMAX 261 0 156 0 222 0 278 0 222 0 261 0 183 0 178 0 228 0 233 0 256 0 228 0 244 0 333 0 289 0 239 0 300 0 317 0 272 0 244 0 233 0 200 0 222 0 156 0 233 0 256 0 278 0 311 0 261 0 250 0 172 0 +USW00014922199805TMIN 67 0 61 0 56 0 89 0 56 0 67 0 94 0 94 0 100 0 89 0 139 0 111 0 44 0 172 0 144 0 117 0 106 0 194 0 139 0 144 0 100 0 111 0 111 0 111 0 61 0 106 0 106 0 172 0 128 0 133 0 78 0 +USW00014922199805PRCP 10 0 114 0 0 0 0T 0 0 0 0 0 300 0 66 0 0T 0 0 0 8 0 0T 0 0 0 0 0 196 0 5 0 0T 0 46 0 0 0 0 0 0 0 0 0 0 0 79 0 0T 0 0 0 8 0 15 0 0 0 272 0 0 0 +USW00014922199805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199805AWND 25 X 22 X 25 X 51 X 25 X 25 X 36 X 38 X 32 X 23 X 51 X 68 X 33 X 78 X 60 X 72 X 52 X 54 X 35 X 32 X 36 X 56 X 56 X 35 X 22 X 29 X 40 X 43 X 38 X 51 X 50 X +USW00014922199805FMTM 1725 X 1225 X 2322 X 1549 X 1305 X 1113 X 1819 X 2149 X 1717 X 1559 X 1318 X 1735 X 2016 X 1631 X 1531 X 1036 X 1416 X 1942 X 1602 X 1210 X 2213 X 1549 X 1301 X 1615 X 1603 X 1604 X 2326 X 0103 X 1444 X 2147 X 2200 X +USW00014922199805PGTM 1724 W 0956 W 2321 W 1548 W 1258 W 1112 W 1808 W 2149 W 1411 W 1558 W 1436 W 1734 W 1247 W 1507 W 1530 W 1045 W 1406 W 1934 W 1639 W 0042 W 2228 W 1804 W 1634 W 1404 W 1602 W 1556 W 2325 W 1240 W 1229 W 2146 W 2159 W +USW00014922199805TAVG 167 W 111 W 139 W 183 W 139 W 167 W 139 W 139 W 167 W 161 W 200 W 172 W 144 W 256 W 217 W 178 W 206 W 256 W 206 W 194 W 167 W 156 W 167 W 133 W 150 W 183 W 194 W 244 W 194 W 194 W 128 W +USW00014922199805WDF2 320 X 60 X 180 X 190 X 300 X 140 X 20 X 70 X 80 X 110 X 160 X 260 X 130 X 180 X 220 X 280 X 200 X 330 X 310 X 10 X 60 X 70 X 100 X 110 X 280 X 240 X 190 X 180 X 330 X 270 X 290 X +USW00014922199805WDF5 320 X 10 X 180 X 190 X 270 X 150 X 20 X 60 X 70 X 110 X 160 X 260 X 170 X 200 X 220 X 270 X 220 X 330 X 290 X 340 X 60 X 60 X 110 X 120 X 280 X 210 X 190 X 290 X 340 X 260 X 300 X +USW00014922199805WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199805WSF2 107 X 63 X 45 X 116 X 72 X 63 X 80 X 80 X 67 X 49 X 94 X 130 X 72 X 116 X 219 X 139 X 116 X 125 X 80 X 63 X 76 X 89 X 98 X 67 X 49 X 63 X 80 X 94 X 80 X 215 X 134 X +USW00014922199805WSF5 130 X 72 X 58 X 139 X 94 X 80 X 107 X 94 X 94 X 67 X 107 X 170 X 89 X 152 X 273 X 170 X 152 X 152 X 98 X 76 X 94 X 107 X 112 X 89 X 67 X 72 X 103 X 103 X 107 X 286 X 165 X +USW00014922199805WT01 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 +USW00014922199805WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922199805WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 +USW00014922199805WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199805WT08 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00014922199805WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922199805WT13 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 +USW00014922199805WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199805WT16 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 +USW00014922199805WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199806TMAX 217 0 172 0 167 0 178 0 156 0 167 0 194 0 194 0 133 0 200 0 217 0 222 0 261 0 256 0 261 0 278 0 272 0 272 0 250 0 261 0 261 0 261 0 261 0 300 0 267 0 294 0 283 0 283 0 289 0 256 0-9999 +USW00014922199806TMIN 67 0 78 0 56 0 33 0 106 0 44 0 17 0 89 0 111 0 128 0 122 0 111 0 122 0 172 0 167 0 161 0 156 0 172 0 150 0 167 0 144 0 128 0 150 0 194 0 183 0 172 0 172 0 161 0 161 0 178 0-9999 +USW00014922199806PRCP 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 38 0 28 0 0 0 53 0 117 0 0 0 0 0 51 0 3 0 0 0 213 0 0T 0 76 0 0 0 0 0 140 0 150 0 86 0 645 0 46 0 0 0 0 0 10 0-9999 +USW00014922199806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199806AWND 64 X 59 X 44 X 29 X 27 X 21 X 12 X 38 X 44 X 32 X 34 X 25 X 20 X 35 X 24 X 24 X 45 X 60 X 50 X 38 X 42 X 33 X 36 X 42 X 42 X 55 X 38 X 46 X 44 X 35 X-9999 +USW00014922199806FMTM 1313 X 0306 X 1512 X 1832 X 1438 X 1624 X 1538 X 1240 X 0932 X 2135 X 1944 X 1821 X 2015 X 1831 X 2147 X 1736 X 1713 X 0739 X 1341 X 0944 X 1239 X 1703 X 2333 X 0157 X 0008 X 2257 X 1646 X 1229 X 1731 X 0140 X-9999 +USW00014922199806PGTM 1628 W 0305 W 1430 W 1604 W 1437 W 1624 W 1417 W 1230 W 0458 W 2133 W 1943 W 1821 W 2006 W 1043 W 2145 W 1428 W 2301 W 0858 W 1123 W 0944 W 1302 W 1401 W 2329 W 0156 W 0007 W 2256 W 2221 W 1327 W 1730 W 0139 W-9999 +USW00014922199806TAVG 144 W 128 W 111 W 106 W 133 W 106 W 106 W 144 W 122 W 167 W 172 W 167 W 194 W 217 W 217 W 222 W 217 W 222 W 200 W 217 W 206 W 194 W 206 W 250 W 228 W 233 W 228 W 222 W 228 W 217 W-9999 +USW00014922199806WDF2 220 X 330 X 300 X 20 X 360 X 20 X 230 X 110 X 70 X 130 X 280 X 360 X 110 X 130 X 70 X 30 X 110 X 110 X 240 X 210 X 280 X 310 X 110 X 90 X 250 X 330 X 80 X 260 X 310 X 320 X-9999 +USW00014922199806WDF5 240 X 340 X 260 X 20 X 10 X 10 X 240 X 130 X 80 X 130 X 270 X 360 X 100 X 100 X 70 X 290 X 140 X 140 X 230 X 200 X 290 X 310 X 110 X 80 X 240 X 340 X 160 X 270 X 310 X 320 X-9999 +USW00014922199806WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199806WSF2 130 X 139 X 98 X 67 X 67 X 76 X 40 X 76 X 80 X 67 X 76 X 80 X 45 X 80 X 98 X 63 X 89 X 116 X 98 X 134 X 94 X 67 X 76 X 80 X 197 X 215 X 94 X 103 X 94 X 72 X-9999 +USW00014922199806WSF5 148 X 179 X 116 X 80 X 80 X 89 X 63 X 94 X 107 X 89 X 103 X 98 X 58 X 107 X 116 X 80 X 107 X 134 X 125 X 179 X 112 X 94 X 98 X 98 X 250 X 246 X 103 X 134 X 116 X 89 X-9999 +USW00014922199806WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199806WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199806WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199806WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199806WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199806WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199806WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199806WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199806WT16 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 +USW00014922199806WT21-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199807TMAX 283 0 283 0 272 0 250 0 250 0 261 0 283 0 283 0 300 0 300 0 300 0 306 0 344 0 333 0 300 0 261 0 267 0 272 0 306 0 300 0 278 0 256 0 239 0 261 0 272 0 283 0 294 0 306 0 244 0 267 0 272 0 +USW00014922199807TMIN 144 0 167 0 183 0 156 0 167 0 200 0 183 0 178 0 167 0 200 0 194 0 178 0 222 0 189 0 183 0 183 0 161 0 156 0 194 0 189 0 194 0 183 0 122 0 122 0 133 0 150 0 161 0 156 0 117 0 139 0 156 0 +USW00014922199807PRCP 66 0 33 0 43 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 315 0 114 0 8 0 3 0 64 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 10 0 0 0 0 0 +USW00014922199807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199807AWND 17 X 24 X 29 X 39 X 48 X 25 X 25 X 22 X 8 X 30 X 36 X 54 X 46 X 52 X 40 X 38 X 21 X 29 X 25 X 34 X 39 X 40 X 38 X 24 X 13 X 49 X 32 X 51 X 26 X 33 X 19 X +USW00014922199807FMTM 1531 X 1516 X 2128 X 1103 X 1801 X 2006 X 1145 X 1713 X 1813 X 1413 X 1432 X 1149 X 1724 X 2124 X 0231 X 1342 X 1958 X 1645 X 0017 X 1448 X 1600 X 1558 X 1243 X 1247 X 1506 X 1726 X 1542 X 1403 X 1710 X 1558 X 1557 X +USW00014922199807PGTM 1530 W 1516 W 2011 W 1148 W 1800 W 2011 W 1142 W 1635 W 1808 W 1413 W 1441 W 1148 W 1743 W 2123 W 0225 W 1338 W 1447 W 1721 W 0016 W 1446 W 1302 W 1557 W 1241 W 1315 W 1506 W 1804 W 1541 W 1405 W 1802 W 1445 W 1557 W +USW00014922199807TAVG 217 W 228 W 228 W 206 W 211 W 233 W 233 W 233 W 233 W 250 W 250 W 244 W 283 W 261 W 244 W 222 W 217 W 217 W 250 W 244 W 239 W 222 W 183 W 194 W 206 W 217 W 228 W 233 W 183 W 206 W 217 W +USW00014922199807WDF2 110 X 250 X 30 X 70 X 220 X 70 X 20 X 20 X 80 X 110 X 180 X 190 X 210 X 340 X 190 X 320 X 50 X 170 X 200 X 190 X 280 X 300 X 310 X 320 X 50 X 230 X 300 X 320 X 270 X 40 X 110 X +USW00014922199807WDF5 110 X 250 X 10 X 60 X 210 X 30 X 10 X 60 X 70 X 100 X 180 X 200 X 220 X 350 X 180 X 310 X 310 X 200 X 200 X 200 X 320 X 290 X 320 X 320 X 110 X 230 X 310 X 320 X 270 X 360 X 110 X +USW00014922199807WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199807WSF2 107 X 98 X 76 X 76 X 89 X 58 X 94 X 49 X 45 X 58 X 67 X 107 X 80 X 152 X 89 X 67 X 40 X 98 X 80 X 72 X 67 X 89 X 89 X 67 X 45 X 103 X 76 X 107 X 67 X 72 X 49 X +USW00014922199807WSF5 148 X 116 X 94 X 103 X 103 X 67 X 103 X 63 X 58 X 67 X 89 X 125 X 98 X 197 X 107 X 80 X 58 X 112 X 98 X 80 X 94 X 112 X 116 X 76 X 94 X 125 X 94 X 125 X 80 X 107 X 67 X +USW00014922199807WT01-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199807WT03 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199807WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199807WT13-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922199807WT16 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 +USW00014922199807WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922199807WV03-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199808TMAX 289 0 278 0 200 0 239 0 250 0 278 0 250 0 267 0 294 0 294 0 278 0 267 0 267 0 306 0 250 0 306 0 250 0 233 0 317 0 311 0 283 0 261 0 300 0 272 0 272 0 283 0 239 0 294 0 272 0 267 0 250 0 +USW00014922199808TMIN 144 0 161 0 161 0 178 0 194 0 189 0 172 0 161 0 189 0 144 0 178 0 172 0 172 0 178 0 156 0 167 0 183 0 156 0 206 0 178 0 161 0 194 0 194 0 167 0 144 0 156 0 178 0 183 0 144 0 111 0 133 0 +USW00014922199808PRCP 0 0 145 0 391 0 3 0 5 0 0T 0 140 0 0 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 81 0 3 0 0 0 188 0 3 0 0 0 478 0 0T 0 3 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 +USW00014922199808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199808AWND 38 X 41 X 51 X 45 X 42 X 57 X 26 X 25 X 23 X 16 X 27 X 29 X 25 X 43 X 29 X 55 X 43 X 51 X 63 X 22 X 22 X 40 X 36 X 23 X 27 X 30 X 31 X 30 X 28 X 14 X 20 X +USW00014922199808FMTM 1320 X 2118 X 0842 X 1508 X 2008 X 1410 X 2032 X 1708 X 1859 X 1439 X 1457 X 1656 X 1227 X 1503 X 1641 X 0810 X 1815 X 2319 X 2118 X 0131 X 1324 X 1924 X 0616 X 0910 X 1257 X 1327 X 1049 X 1737 X 1457 X 1523 X 1340 X +USW00014922199808PGTM 1046 W 2117 W 0840 W 1304 W 0820 W 1410 W 2032 W 1341 W 1904 W 1439 W 1359 W 1425 W 1209 W 1501 W 1113 W 0809 W 1514 W 2335 W 2116 W 0105 W 1135 W 1923 W 0615 W 1435 W 1256 W 1356 W 1049 W 1734 W 1432 W 1416 W 1322 W +USW00014922199808TAVG 217 W 222 W 183 W 211 W 222 W 233 W 211 W 217 W 244 W 222 W 228 W 222 W 222 W 244 W 206 W 239 W 217 W 194 W 261 W 244 W 222 W 228 W 250 W 222 W 211 W 222 W 211 W 239 W 211 W 189 W 194 W +USW00014922199808WDF2 210 X 170 X 110 X 50 X 70 X 70 X 220 X 200 X 20 X 340 X 120 X 160 X 140 X 320 X 160 X 150 X 30 X 120 X 280 X 200 X 120 X 250 X 220 X 300 X 320 X 200 X 120 X 260 X 320 X 320 X 220 X +USW00014922199808WDF5 220 X 170 X 90 X 20 X 60 X 70 X 230 X 190 X 60 X 340 X 120 X 160 X 170 X 320 X 90 X 150 X 20 X 130 X 280 X 160 X 130 X 250 X 220 X 20 X 310 X 200 X 120 X 270 X 330 X 330 X 220 X +USW00014922199808WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199808WSF2 72 X 89 X 80 X 67 X 72 X 107 X 94 X 49 X 116 X 72 X 49 X 58 X 58 X 89 X 45 X 116 X 72 X 89 X 112 X 72 X 45 X 130 X 107 X 58 X 76 X 67 X 94 X 63 X 80 X 45 X 49 X +USW00014922199808WSF5 94 X 112 X 103 X 80 X 94 X 130 X 103 X 67 X 143 X 80 X 67 X 72 X 72 X 107 X 67 X 139 X 98 X 98 X 174 X 89 X 67 X 148 X 130 X 89 X 94 X 80 X 112 X 89 X 103 X 63 X 67 X +USW00014922199808WT01-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922199808WT03-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199808WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922199808WT13-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922199808WT16-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199808WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922199809TMAX 256 0 233 0 261 0 289 0 322 0 272 0 228 0 217 0 244 0 322 0 311 0 311 0 339 0 256 0 267 0 300 0 294 0 311 0 333 0 244 0 150 0 194 0 183 0 217 0 256 0 244 0 206 0 256 0 239 0 161 0-9999 +USW00014922199809TMIN 94 0 78 0 139 0 106 0 156 0 183 0 122 0 100 0 100 0 150 0 183 0 200 0 183 0 183 0 144 0 111 0 156 0 156 0 194 0 117 0 94 0 33 0 67 0 83 0 161 0 178 0 94 0 67 0 122 0 67 0-9999 +USW00014922199809PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 145 0 0 0 0T 0 0 0 76 0 0 0 18 0 33 0 3 0 0 0 0 0 61 0-9999 +USW00014922199809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199809AWND 36 X 17 X 26 X 21 X 46 X 39 X 44 X 21 X 45 X 63 X 32 X 27 X 41 X 34 X 36 X 16 X 32 X 35 X 60 X 47 X 40 X 19 X 45 X 33 X 33 X 31 X 33 X 31 X 26 X 51 X-9999 +USW00014922199809FMTM 1432 X 2129 X 1035 X 1642 X 1104 X 1408 X 1630 X 1407 X 1430 X 1244 X 0032 X 1521 X 2225 X 1900 X 1547 X 1119 X 1323 X 1406 X 1509 X 1820 X 0810 X 1442 X 1417 X 2259 X 0201 X 0915 X 1042 X 2346 X 0128 X 1514 X-9999 +USW00014922199809PGTM 1431 W 1123 W 1127 W 1627 W 1103 W 1413 W 1313 W 1407 W 1614 W 1646 W 0127 W 1326 W 2211 W 1859 W 1506 W 1118 W 1425 W 1322 W 1605 W 1734 W 0844 W 1441 W 1749 W 2259 W 0036 W 0914 W 1041 W 1540 W 0128 W 1513 W-9999 +USW00014922199809TAVG 178 W 156 W 200 W 200 W 239 W 228 W 178 W 161 W 172 W 239 W 250 W 256 W 261 W 222 W 206 W 206 W 228 W 233 W 267 W 183 W 122 W 117 W 128 W 150 W 211 W 211 W 150 W 161 W 183 W 117 W-9999 +USW00014922199809WDF2 330 X 170 X 100 X 220 X 200 X 10 X 10 X 10 X 190 X 200 X 200 X 100 X 210 X 360 X 20 X 250 X 190 X 210 X 170 X 320 X 10 X 310 X 200 X 190 X 170 X 320 X 320 X 210 X 250 X 330 X-9999 +USW00014922199809WDF5 350 X 270 X 90 X 200 X 200 X 10 X 10 X 20 X 190 X 200 X 210 X 130 X 210 X 360 X 360 X 250 X 180 X 210 X 170 X 320 X 10 X 320 X 260 X 190 X 210 X 320 X 340 X 180 X 260 X 330 X-9999 +USW00014922199809WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199809WSF2 94 X 45 X 58 X 58 X 98 X 89 X 76 X 45 X 94 X 98 X 72 X 49 X 94 X 72 X 67 X 49 X 67 X 80 X 116 X 107 X 80 X 49 X 94 X 67 X 72 X 76 X 76 X 72 X 76 X 116 X-9999 +USW00014922199809WSF5 125 X 72 X 72 X 67 X 116 X 98 X 103 X 63 X 107 X 116 X 80 X 72 X 125 X 89 X 80 X 63 X 98 X 103 X 143 X 139 X 103 X 67 X 116 X 76 X 94 X 89 X 94 X 89 X 94 X 143 X-9999 +USW00014922199809WT01-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00014922199809WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199809WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199809WT08 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199809WT13-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00014922199809WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 +USW00014922199810TMAX 144 0 122 0 139 0 139 0 161 0 128 0 139 0 161 0 211 0 222 0 200 0 106 0 100 0 117 0 167 0 194 0 217 0 117 0 139 0 139 0 122 0 183 0 211 0 189 0 200 0 172 0 194 0 172 0 133 0 128 0 83 0 +USW00014922199810TMIN 17 0 33 0 83 0 89 0 111 0 100 0 28 0 0 0 67 0 78 0 100 0 39 0 6 0 -6 0 83 0 156 0 61 0 50 0 33 0 -22 0 0 0 -17 0 72 0 78 0 83 0 67 0 67 0 33 0 94 0 83 0 67 0 +USW00014922199810PRCP 0 0 0 0 0T 0 15 0 20 0 3 0 0T 0 0 0 0 0 0 0 8 0 0 0 0 0 10 0 15 0 234 0 127 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 76 0 0 0 48 0 0T 0 0 0 +USW00014922199810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199810AWND 28 X 36 X 52 X 84 X 68 X 48 X 34 X 26 X 46 X 38 X 55 X 49 X 38 X 46 X 58 X 43 X 57 X 52 X 54 X 22 X 26 X 35 X 44 X 39 X 27 X 13 X 29 X 34 X 62 X 48 X 35 X +USW00014922199810FMTM 1347 X 2349 X 0957 X 1256 X 0059 X 1426 X 0326 X 1510 X 1357 X 1512 X 1924 X 0233 X 0416 X 1659 X 1748 X 0733 X 0030 X 0401 X 1224 X 2000 X 0849 X 1346 X-9999 1628 X-9999 -9999 -9999 2341 X 0914 X 1441 X 0046 X +USW00014922199810PGTM 1346 W 2348 W 1044 W 1241 W 0058 W 1335 W 0325 W 2159 W 1333 W 1335 W 1921 W 0131 W 0109 W 1712 W 1747 W 0804 W 1059 W 0400 W 1419 W 2000 W 0841 W 1607 W-9999 0036 W-9999 -9999 -9999 2341 W 1434 W 1441 W 0345 W +USW00014922199810TAVG 83 W 78 W 111 W 117 W 139 W 117 W 83 W 83 W 139 W 150 W 150 W 72 W 56 W 56 W 128 W 178 W 139 W 83 W 89 W 61 W 61 W 83 W-9999 133 W-9999 -9999 -9999 106 W 117 W 106 W 78 W +USW00014922199810WDF2 310 X 110 X 70 X 110 X 110 X 210 X 280 X 180 X 180 X 140 X 260 X 290 X 330 X 110 X 120 X 130 X 200 X 280 X 280 X 300 X 40 X 230 X 0 X 200 X 160 Z 100 Z 0 X 110 X 110 X 310 X 360 X +USW00014922199810WDF5 300 X 110 X 70 X 120 X 110 X 190 X 290 X 160 X 170 X 150 X 220 X 270 X 300 X 120 X 110 X 170 X 210 X 290 X 280 X 310 X 10 X 220 X 190 Z 220 X 160 Z 90 Z 330 Z 110 X 120 X 310 X 10 X +USW00014922199810WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199810WSF2 67 X 63 X 89 X 134 X 139 X 76 X 76 X 63 X 89 X 67 X 103 X 94 X 76 X 94 X 103 X 76 X 103 X 112 X 130 X 63 X 58 X 72 X 76 Z 63 X 63 Z 36 Z 58 Z 76 X 98 X 80 X 72 X +USW00014922199810WSF5 89 X 76 X 103 X 165 X 174 X 94 X 94 X 72 X 103 X 80 X 139 X 130 X 98 X 107 X 125 X 94 X 116 X 143 X 170 X 72 X 76 X 80 X 76 Z 80 X 76 Z 45 Z 58 Z 89 X 112 X 98 X 80 X +USW00014922199810WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00014922199810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199810WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199810WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00014922199810WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922199810WT16-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922199811TMAX 128 0 78 0 56 0 33 0 11 0 0 0 22 0 22 0 44 0 78 0 33 0 17 0 61 0 78 0 39 0 44 0 44 0 94 0 11 0 -11 0 89 0 150 0 111 0 111 0 117 0 144 0 178 0 133 0 167 0 100 0-9999 +USW00014922199811TMIN 33 0 11 0 -17 0 -39 0 -61 0 -22 0 -50 0 -6 0 6 0 11 0 -22 0 -50 0 -17 0 0 0 -39 0 0 0 0 0 11 0 -56 0 -72 0 -72 0 17 0 -17 0 -44 0 -6 0 -22 0 -17 0 -22 0 100 0 -6 0-9999 +USW00014922199811PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 112 0 183 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 38 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199811AWND 41 X 62 X 53 X 25 X 27 X 19 X 15 X 18 X 56 X 79 X 67 X 29 X 43 X 59 X 43 X 38 X 30 X 73 X 69 X 35 X 53 X 40 X 49 X 50 X 45 X 18 X 17 X 20 X 37 X 55 X-9999 +USW00014922199811FMTM 2132 X 1606 X 1221 X 1540 X 1238 X 0711 X 1326 X 0048 X 1524 X 1917 X 0005 X 0125 X 1122 X 1203 X 1801 X 1100 X 2219 X 2240 X 0003 X 0949 X 1249 X 1101 X 0245 X 1816 X 1419 X 0003 X 1448 X 1938 X 2306 X 0915 X-9999 +USW00014922199811PGTM 2131 W 1605 W 0938 W 1506 W 1201 W 0945 W 1243 W 0047 W 2033 W 2020 W 0025 W 0124 W 1121 W 1202 W 1801 W 0942 W 2340 W 2211 W 0841 W 0941 W 1117 W 1100 W 0258 W 1645 W 1446 W 0001 W 1429 W 1929 W 2348 W 0921 W-9999 +USW00014922199811TAVG 83 W 44 W 22 W 0 W -22 W -11 W -11 W 11 W 28 W 44 W 6 W -17 W 22 W 39 W 0 W 22 W 22 W 56 W -22 W -39 W 11 W 83 W 50 W 33 W 56 W 61 W 83 W 56 W 133 W 50 W-9999 +USW00014922199811WDF2 60 X 70 X 70 X 10 X 20 X 360 X 110 X 190 X 110 X 290 X 300 X 320 X 220 X 310 X 150 X 10 X 100 X 260 X 270 X 320 X 170 X 220 X 320 X 170 X 270 X 260 X 190 X 160 X 320 X 320 X-9999 +USW00014922199811WDF5 50 X 70 X 90 X 10 X 10 X 360 X 130 X 190 X 60 X 290 X 300 X 320 X 220 X 310 X 150 X 20 X 100 X 270 X 280 X 310 X 160 X 210 X 340 X 150 X 260 X 250 X 180 X 140 X 320 X 310 X-9999 +USW00014922199811WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199811WSF2 89 X 98 X 80 X 49 X 49 X 45 X 45 X 45 X 94 X 143 X 143 X 63 X 76 X 107 X 98 X 67 X 72 X 112 X 107 X 76 X 103 X 94 X 107 X 98 X 89 X 58 X 49 X 63 X 72 X 94 X-9999 +USW00014922199811WSF5 103 X 112 X 103 X 67 X 76 X 67 X 58 X 49 X 107 X 210 X 174 X 72 X 89 X 139 X 112 X 107 X 80 X 139 X 139 X 94 X 130 X 112 X 143 X 134 X 125 X 67 X 63 X 72 X 76 X 112 X-9999 +USW00014922199811WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922199811WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922199811WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922199811WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199811WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199811WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199812TMAX 200 0 144 0 150 0 100 0 122 0 0 0 44 0 61 0 56 0 33 0 78 0 83 0 89 0 128 0 61 0 17 0 -11 0 17 0 -28 0 -111 0 -150 0 -111 0 -106 0 -83 0 -56 0 -56 0 -11 0 39 0 -6 0 -144 0 -117 0 +USW00014922199812TMIN -11 0 0 0 -6 0 11 0 0 0 -67 0 -78 0 -39 0 -56 0 -50 0 -50 0 -72 0 -39 0 -44 0 -39 0 -50 0 -100 0 -28 0 -128 0 -156 0 -194 0 -217 0 -161 0 -178 0 -139 0 -189 0 -144 0 -167 0 -206 0 -228 0 -172 0 +USW00014922199812PRCP 0 0 0 0 0 0 53 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0T 0 0T 0 38 0 0 0 0 0 0T 0 0 0 0T 0 13 0 0T 0 0T 0 0T 0 0 0 0T 0 +USW00014922199812SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0T 0 51 0 0 0 0 0 0T 0 0 0 0T 0 15 0 0T 0 0T 0 0T 0 0 0 3 0 +USW00014922199812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 +USW00014922199812AWND 45 X 24 X 15 X 39 X 37 X 34 X 26 X 30 X 29 X 38 X 41 X 15 X 9 X 61 X 36 X 26 X 38 X 59 X 57 X 35 X 57 X 53 X 47 X 39 X 40 X 36 X 41 X 62 X 75 X 16 X 38 X +USW00014922199812FMTM 1430 X 2105 X 0944 X 1810 X 2328 X 0605 X 2344 X 1149 X 1614 X 1530 X 1223 X 1518 X 1130 X 1544 X 1046 X 2209 X 2231 X 1740 X 0301 X 2256 X 0319 X 1436 X 1507 X 1358 X 2201 X 1837 X 0613 X 1714 X 0343 X 2347 X 0916 X +USW00014922199812PGTM 1430 W 2145 W 0942 W 1809 W 2241 W 0229 W 2328 W 1149 W 1614 W 1523 W 1337 W 1442 W 1130 W 1537 W 1024 W 2209 W 2231 W 1731 W 0300 W 2208 W 2316 W 1436 W 1529 W 1406 W 2208 W 1836 W 0604 W 1714 W 0146 W 0833 W 2133 W +USW00014922199812TAVG 94 W 72 W 72 W 56 W 61 W -33 W -17 W 11 W 0 W -6 W 17 W 6 W 28 W 44 W 11 W -17 W -56 W -6 W -78 W -133 W -172 W -161 W -133 W -128 W -94 W -122 W -78 W -61 W -106 W -183 W -144 W +USW00014922199812WDF2 210 X 200 X 270 X 80 X 320 X 320 X 240 X 220 X 270 X 230 X 230 X 220 X 10 X 210 X 320 X 320 X 140 X 320 X 330 X 290 X 320 X 210 X 250 X 240 X 290 X 130 X 310 X 210 X 350 X 280 X 310 X +USW00014922199812WDF5 210 X 210 X 270 X 90 X 300 X 310 X 230 X 220 X 270 X 220 X 220 X 230 X 10 X 210 X 310 X 310 X 140 X 320 X 330 X 300 X 270 X 210 X 260 X 250 X 290 X 130 X 310 X 210 X 340 X 70 X 10 X +USW00014922199812WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199812WSF2 148 X 58 X 45 X 63 X 80 X 80 X 58 X 63 X 67 X 67 X 80 X 36 X 36 X 112 X 72 X 63 X 112 X 103 X 103 X 67 X 94 X 103 X 80 X 76 X 72 X 72 X 112 X 143 X 134 X 45 X 63 X +USW00014922199812WSF5 179 X 63 X 58 X 76 X 98 X 98 X 72 X 67 X 80 X 89 X 98 X 40 X 40 X 139 X 89 X 76 X 148 X 125 X 134 X 76 X 125 X 116 X 103 X 98 X 89 X 80 X 134 X 165 X 170 X 67 X 94 X +USW00014922199812WT01-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 +USW00014922199812WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199812WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199812WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199812WT13-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 +USW00014922199812WT14-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199812WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199812WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199812WT18-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 +USW00014922199812WT21-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199901TMAX -133 0 -83 0 -106 0 -183 0 -122 0 -122 0 -150 0 -122 0 -161 0 -156 0 -144 0 -156 0 -128 0 -100 0 -6 0 33 0 22 0 11 0 -44 0 -33 0 0 0 0 0 17 0 -28 0 -111 0 -17 0 -6 0 -22 0 -6 0 -11 0 11 0 +USW00014922199901TMIN -189 0 -133 0 -211 0 -256 0 -239 0 -233 0 -278 0 -211 0 -300 0 -228 0 -222 0 -206 0 -228 0 -183 0 -150 0 -33 0 -28 0 -150 0 -189 0 -144 0 -56 0 -33 0 -33 0 -111 0 -167 0 -144 0 -22 0 -106 0 -72 0 -89 0 -78 0 +USW00014922199901PRCP 15 0 117 0 25 0 0 0 33 0 13 0 0 0 33 0 10 0 0T 0 28 0 107 0 28 0 84 0 3 0 0 0 48 0 33 0 0 0 30 0 0 0 30 0 0T 0 10 0 0 0 25 0 5 0 0T 0 0T 0 0T 0 0 0 +USW00014922199901SNOW 20 0 155 0 33 0 0 0 43 0 18 0 0 0 43 0 13 0 0T 0 38 0 142 0 36 0 112 0 0 0 0 0 64 0 43 0 0 0 41 0 0 0 28 0 0T 0 13 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 +USW00014922199901SNWD 0 0 51 0 76 0 76 0 102 0 102 0 102 0 102 0 127 0 127 0 127 0 178 0 178 0 229 0 229 0 229 0 203 0 254 0 254 0 254 0 254 0 254 0 254 0 229 0 229 0 229 0 229 0 229 0 229 0 203 0 203 0 +USW00014922199901AWND 52 X 73 X 83 X 42 X 34 X 58 X 25 X 31 X 30 X 52 X 39 X 49 X 53 X 49 X 46 X 49 X 32 X 61 X 13 X 20 X 51 X 58 X 51 X 30 X 32 X 42 X 34 X 31 X 34 X 22 X 38 X +USW00014922199901FMTM 1141 X 2126 X 1336 X 0137 X 1311 X 1324 X 0910 X 2305 X 2027 X 1130 X 1018 X 1037 X 2338 X 0026 X 1809 X 1219 X 1323 X 0947 X 2037 X 1648 X 1934 X 1103 X 1414 X 1830 X 1827 X 2026 X 0010 X 2312 X 0643 X 2128 X 2115 X +USW00014922199901PGTM 1811 W 2125 W 1030 W 0214 W 1303 W 1323 W 0908 W 2331 W 2027 W 1129 W 0907 W 1309 W 2325 W 1130 W 1809 W 0643 W 1320 W 0924 W 1737 W 1641 W 1933 W 1819 W 1413 W 0101 W 1826 W 2025 W 0841 W 2138 W 0836 W 2126 W 2114 W +USW00014922199901TAVG -161 W -106 W -156 W -217 W -178 W -178 W -211 W -167 W -228 W -189 W -183 W -178 W -178 W -139 W -78 W 0 W 0 W -67 W -117 W -89 W -28 W -17 W -6 W -67 W -139 W -78 W -11 W -61 W -39 W -50 W -33 W +USW00014922199901WDF2 110 X 20 X 320 X 310 X 210 X 310 X 240 X 310 X 180 X 310 X 110 X 30 X 110 X 120 X 170 X 240 X 120 X 320 X 150 X 40 X 70 X 10 X 330 X 280 X 200 X 110 X 100 X 230 X 200 X 120 X 100 X +USW00014922199901WDF5 110 X 360 X 330 X 310 X 200 X 300 X 230 X 320 X 180 X 310 X 100 X 20 X 120 X 140 X 170 X 280 X 120 X 320 X 140 X 40 X 80 X 10 X 330 X 290 X 190 X 120 X 10 X 210 X 200 X 120 X 100 X +USW00014922199901WESD 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 +USW00014922199901WSF2 76 X 125 X 130 X 94 X 63 X 103 X 49 X 67 X 58 X 112 X 67 X 76 X 89 X 80 X 94 X 89 X 67 X 125 X 40 X 49 X 94 X 94 X 94 X 49 X 58 X 80 X 67 X 63 X 63 X 40 X 67 X +USW00014922199901WSF5 94 X 152 X 152 X 107 X 72 X 125 X 63 X 76 X 67 X 139 X 76 X 107 X 103 X 98 X 103 X 107 X 76 X 165 X 45 X 67 X 103 X 103 X 107 X 63 X 67 X 98 X 98 X 72 X 67 X 45 X 89 X +USW00014922199901WT01 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922199901WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922199901WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199901WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199901WT08-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00014922199901WT09-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199901WT13 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922199901WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922199901WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199901WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199901WT18 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922199901WT19-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199901WT22-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922199902TMAX 17 0 33 0 39 0 -89 0 50 0 -11 0 22 0 72 0 44 0 61 0 61 0 -72 0 -17 0 56 0 83 0 6 0 -61 0 -28 0 -28 0 0 0 11 0 6 0 11 0 22 0 33 0 39 0 50 0 56 0-9999 -9999 -9999 +USW00014922199902TMIN -11 0 -56 0 -89 0 -156 0 -106 0 -89 0 -50 0 -6 0 -11 0 6 0 -72 0 -111 0 -139 0 -33 0 -6 0 -78 0 -94 0 -72 0 -106 0 -78 0 -122 0 -78 0 -44 0 -28 0 -89 0 -11 0 11 0 -22 0-9999 -9999 -9999 +USW00014922199902PRCP 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 66 0 0T 0 0 0 0 0 0T 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 28 0 0 0 0T 0 0 0 0T 0-9999 -9999 -9999 +USW00014922199902SNOW 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 0T 0 0 0 0 0 0 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 38 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00014922199902SNWD 203 0 203 0 203 0 178 0 178 0 178 0 152 0 152 0 102 0 102 0 25 0 51 0 51 0 51 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 0T 0 0T 0 0T 0 0T 0-9999 -9999 -9999 +USW00014922199902AWND 39 X 49 X 49 X 51 X 42 X 28 X 44 X 54 X 34 X 57 X 80 X 84 X 37 X 38 X 38 X 55 X 26 X 27 X 33 X 34 X 16 X 48 X 43 X 49 X 31 X 57 X 53 X 64 X-9999 -9999 -9999 +USW00014922199902FMTM 1005 X 1448 X 2201 X 0149 X 0039 X 0629 X 1914 X 0625 X 0135 X 1310 X 1415 X 0741 X 0057 X 1001 X 1156 X 0843 X 0649 X 1846 X 1611 X 1124 X 1806 X 1230 X 2330 X 0221 X 2144 X 1143 X 2345 X 0647 X-9999 -9999 -9999 +USW00014922199902PGTM 1004 W 1447 W 2159 W 0133 W 0039 W 0658 W 1911 W 0623 W 0135 W 1308 W 1806 W 0729 W 0048 W 1001 W 1131 W 0840 W 0933 W 1845 W 1705 W 1335 W 1634 W 1214 W 2330 W 0210 W 2112 W 1142 W 2343 W 0314 W-9999 -9999 -9999 +USW00014922199902TAVG 6 W -11 W -22 W -122 W -28 W -50 W -11 W 33 W 17 W 33 W -6 W -89 W -78 W 11 W 39 W -33 W -78 W -50 W -67 W -39 W -56 W -33 W -17 W 0 W -28 W 17 W 33 W 17 W-9999 -9999 -9999 +USW00014922199902WDF2 150 X 260 X 320 X 320 X 120 X 320 X 160 X 170 X 270 X 150 X 330 X 320 X 300 X 190 X 110 X 330 X 320 X 20 X 80 X 90 X 160 X 170 X 190 X 190 X 130 X 160 X 310 X 330 X-9999 -9999 -9999 +USW00014922199902WDF5 150 X 260 X 320 X 310 X 130 X 330 X 170 X 170 X 270 X 160 X 310 X 310 X 290 X 190 X 110 X 340 X 350 X 20 X 80 X 70 X 130 X 150 X 190 X 170 X 130 X 160 X 310 X 310 X-9999 -9999 -9999 +USW00014922199902WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922199902WSF2 58 X 98 X 143 X 116 X 76 X 67 X 72 X 94 X 67 X 125 X 143 X 161 X 67 X 67 X 67 X 89 X 58 X 49 X 67 X 72 X 40 X 98 X 76 X 94 X 67 X 116 X 98 X 116 X-9999 -9999 -9999 +USW00014922199902WSF5 67 X 112 X 174 X 148 X 94 X 76 X 89 X 112 X 89 X 152 X 170 X 197 X 89 X 76 X 80 X 107 X 72 X 67 X 76 X 80 X 45 X 112 X 89 X 112 X 89 X 139 X 125 X 148 X-9999 -9999 -9999 +USW00014922199902WT01 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199902WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199902WT04 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199902WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199902WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199902WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199902WT13 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922199902WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199902WT15 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199902WT16 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199902WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199902WT18 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199902WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199903TMAX 72 0 28 0 0 0 -11 0 -11 0 -11 0 17 0 -22 0 0 0 11 0 28 0 22 0 39 0 44 0 67 0 106 0 67 0 61 0 94 0 100 0 83 0 83 0 117 0 56 0 83 0 117 0 156 0 111 0 144 0 228 0 194 0 +USW00014922199903TMIN -39 0 -56 0 -89 0 -67 0 -44 0 -83 0 -94 0 -56 0 -44 0 -106 0 -111 0 -150 0 -106 0 -106 0 -39 0 -33 0 -11 0 -33 0 -56 0 6 0 -17 0 -67 0 -44 0 -33 0 -39 0 -50 0 0 0 11 0 -6 0 11 0 111 0 +USW00014922199903PRCP 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 239 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 97 0 0 0 0 0 0 0 +USW00014922199903SNOW 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 318 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00014922199903SNWD 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 330 0 305 0 279 0 229 0 178 0 127 0 127 0 76 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199903AWND 21 X 79 X 39 X 48 X 64 X 39 X 50 X 77 X 41 X 31 X 17 X 11 X 9 X 13 X 43 X 25 X 89 X 51 X 21 X 61 X 51 X 22 X 51 X 48 X 21 X 47 X 72 X 73 X 43 X 69 X 58 X +USW00014922199903FMTM 1041 X 1620 X 0044 X 1456 X 1510 X 0539 X 2139 X 1705 X 0018 X 1503 X 1825 X 1340 X 1641 X 1542 X 1449 X 1619 X 1709 X 0044 X 2313 X 1424 X 1356 X 1556 X 1449 X 1642 X 0040 X 1602 X 1522 X 1229 X 1232 X 1558 X 0541 X +USW00014922199903PGTM 1300 W 1619 W 0044 W 2122 W 1509 W 0542 W 2301 W 1705 W 0032 W 1458 W 1833 W 1624 W 1633 W 1609 W 1449 W 1618 W 1536 W 0016 W 1302 W 1442 W 1606 W 1621 W 1641 W 2127 W 1335 W 1620 W 1324 W 1022 W 1257 W 1557 W 0614 W +USW00014922199903TAVG 17 W -11 W -44 W -39 W -28 W -44 W -39 W -39 W -22 W -44 W -39 W -61 W -33 W -28 W 17 W 39 W 28 W 17 W 22 W 56 W 33 W 11 W 39 W 11 W 22 W 33 W 78 W 61 W 72 W 122 W 156 W +USW00014922199903WDF2 150 X 320 X 330 X 100 X 70 X 40 X 150 X 110 X 80 X 70 X 110 X 140 X 120 X 240 X 170 X 120 X 300 X 310 X 190 X 320 X 360 X 320 X 290 X 10 X 10 X 170 X 180 X 260 X 310 X 190 X 200 X +USW00014922199903WDF5 150 X 330 X 340 X 70 X 60 X 50 X 150 X 110 X 80 X 60 X 100 X 190 X 120 X 220 X 170 X 120 X 290 X 310 X 250 X 320 X 350 X 340 X 320 X 10 X 40 X 160 X 170 X 260 X 280 X 190 X 210 X +USW00014922199903WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199903WSF2 58 X 130 X 89 X 80 X 98 X 80 X 98 X 130 X 67 X 67 X 45 X 45 X 40 X 45 X 98 X 67 X 148 X 112 X 49 X 130 X 89 X 63 X 107 X 80 X 58 X 98 X 134 X 139 X 89 X 148 X 103 X +USW00014922199903WSF5 76 X 148 X 107 X 94 X 112 X 98 X 112 X 148 X 80 X 76 X 49 X 49 X 49 X 49 X 112 X 76 X 206 X 143 X 67 X 152 X 116 X 72 X 139 X 112 X 63 X 112 X 165 X 179 X 107 X 179 X 130 X +USW00014922199903WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199903WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199903WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199903WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922199903WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199903WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922199903WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199903WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922199903WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922199903WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922199903WT18 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199903WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199903WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199904TMAX 183 0 133 0 111 0 128 0 83 0 133 0 217 0 156 0 161 0 111 0 50 0 144 0 178 0 183 0 61 0 100 0 100 0 111 0 150 0 94 0 150 0 100 0 161 0 172 0 189 0 206 0 178 0 200 0 206 0 244 0-9999 +USW00014922199904TMIN 106 0 67 0 56 0 39 0 44 0 22 0 67 0 28 0 67 0 33 0 22 0 0 0 50 0 61 0 28 0 22 0 22 0 6 0 11 0 17 0 78 0 56 0 28 0 -11 0 6 0 78 0 100 0 94 0 50 0 28 0-9999 +USW00014922199904PRCP 0T 0 0T 0 94 0 15 0 231 0 33 0 20 0 0T 0 0T 0 71 0 104 0 0 0 0 0 56 0 140 0 5 0 0T 0 0 0 13 0 48 0 3 0 36 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0-9999 +USW00014922199904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199904AWND 45 X 35 X 51 X 44 X 61 X 56 X 52 X 70 X 61 X 87 X 44 X 16 X 37 X 46 X 77 X 80 X 51 X 26 X 33 X 36 X 57 X 86 X 54 X 25 X 26 X 36 X 50 X 56 X 33 X 10 X-9999 +USW00014922199904FMTM 1546 X 0433 X 1241 X 0132 X 1943 X 1019 X 1458 X 2147 X 1617 X 1338 X 0226 X 1432 X 1638 X 2341 X 1505 X 1616 X 1532 X 0030 X 1443 X 2047 X 2339 X 1049 X 0029 X 0849 X 1215 X 1141 X 1658 X 1400 X 1610 X 1235 X-9999 +USW00014922199904PGTM 1613 W 0518 W 1240 W 1041 W 1942 W 0900 W 1449 W 2147 W 1306 W 1338 W 0815 W 1431 W 1637 W 2340 W 0127 W 1620 W 1547 W 1641 W 1521 W 2024 W 2332 W 1233 W 0032 W 0936 W 1214 W 1128 W 1800 W 1225 W 1511 W 1229 W-9999 +USW00014922199904TAVG 144 W 100 W 83 W 83 W 67 W 78 W 144 W 94 W 117 W 72 W 39 W 72 W 117 W 122 W 44 W 61 W 61 W 61 W 83 W 56 W 117 W 78 W 94 W 83 W 100 W 144 W 139 W 150 W 128 W 139 W-9999 +USW00014922199904WDF2 130 X 230 X 90 X 220 X 60 X 320 X 270 X 90 X 90 X 110 X 20 X 300 X 160 X 350 X 360 X 320 X 310 X 320 X 330 X 110 X 50 X 60 X 30 X 230 X 170 X 130 X 100 X 80 X 60 X 70 X-9999 +USW00014922199904WDF5 110 X 260 X 90 X 300 X 60 X 320 X 270 X 80 X 60 X 100 X 10 X 310 X 160 X 350 X 340 X 320 X 300 X 230 X 340 X 110 X 60 X 50 X 40 X 220 X 170 X 150 X 80 X 70 X 90 X 80 X-9999 +USW00014922199904WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199904WSF2 76 X 80 X 125 X 103 X 139 X 103 X 107 X 183 X 98 X 165 X 76 X 49 X 76 X 112 X 112 X 112 X 76 X 58 X 76 X 67 X 98 X 130 X 98 X 49 X 72 X 94 X 89 X 98 X 67 X 45 X-9999 +USW00014922199904WSF5 94 X 94 X 134 X 116 X 170 X 130 X 143 X 215 X 125 X 192 X 89 X 67 X 89 X 143 X 148 X 139 X 98 X 72 X 94 X 76 X 125 X 152 X 125 X 58 X 89 X 116 X 98 X 116 X 89 X 58 X-9999 +USW00014922199904WT01 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199904WT03-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199904WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199904WT13 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199904WT14-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199904WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922199904WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199905TMAX 250 0 250 0 261 0 228 0 200 0 167 0 128 0 144 0 200 0 233 0 172 0 122 0 117 0 206 0 194 0 222 0 189 0 189 0 250 0 183 0 222 0 233 0 156 0 178 0 206 0 233 0 267 0 289 0 294 0 289 0 194 0 +USW00014922199905TMIN 61 0 100 0 156 0 167 0 122 0 106 0 72 0 33 0 22 0 128 0 117 0 94 0 78 0 94 0 128 0 150 0 139 0 83 0 89 0 150 0 117 0 100 0 83 0 61 0 83 0 39 0 94 0 100 0 156 0 178 0 117 0 +USW00014922199905PRCP 0 0 0 0 0 0 117 0 36 0 10 0 104 0 0T 0 0 0 25 0 211 0 345 0 23 0 0T 0 23 0 160 0 239 0 0 0 3 0 231 0 0 0 89 0 3 0 0T 0 0 0 0 0 0T 0 0 0 0 0 48 0 0T 0 +USW00014922199905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199905AWND 33 X 57 X 72 X 68 X 86 X 45 X 48 X 44 X 39 X 75 X 42 X 40 X 35 X 46 X 52 X 34 X 43 X 45 X 54 X 44 X 31 X 23 X 67 X 54 X 55 X 13 X 19 X 20 X 47 X 59 X 43 X +USW00014922199905FMTM 1614 X 1615 X 1112 X 1109 X 1406 X 0003 X 0926 X 0556 X 2035 X 1608 X 0731 X 2345 X 0002 X 2003 X 0323 X 1057 X 2321 X 1317 X 1344 X 0946 X 1736 X 1309 X 1635 X 1136 X 1422 X 1624 X 0747 X 1715 X 1545 X 1935 X 0903 X +USW00014922199905PGTM 1308 W 1614 W 1112 W 1107 W 1406 W 2359 W 0900 W 0206 W 2349 W 1626 W 0722 W 2344 W 0007 W 1615 W 0322 W 1043 W 2028 W 1123 W 1346 W 0946 W 1426 W 1206 W 1638 W 1205 W 1448 W 1624 W 0901 W 1504 W 1558 W 1935 W 0858 W +USW00014922199905TAVG 156 W 178 W 211 W 200 W 161 W 139 W 100 W 89 W 111 W 183 W 144 W 111 W 100 W 150 W 161 W 189 W 167 W 139 W 172 W 167 W 172 W 167 W 122 W 122 W 144 W 139 W 183 W 194 W 228 W 233 W 156 W +USW00014922199905WDF2 160 X 140 X 170 X 150 X 170 X 170 X 270 X 330 X 110 X 110 X 110 X 80 X 90 X 150 X 110 X 180 X 330 X 320 X 180 X 180 X 360 X 210 X 320 X 340 X 350 X 230 X 220 X 190 X 180 X 210 X 320 X +USW00014922199905WDF5 180 X 140 X 160 X 150 X 160 X 170 X 280 X 320 X 130 X 110 X 100 X 80 X 90 X 150 X 110 X 190 W 320 X 330 X 180 X 180 X 20 X 210 X 320 X 340 X 10 X 290 X 270 X 230 X 200 X 220 X 310 X +USW00014922199905WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199905WSF2 72 X 112 X 139 X 134 X 143 X 103 X 76 X 89 X 76 X 130 X 89 X 58 X 72 X 76 X 107 X 98 X 72 X 94 X 116 X 125 X 63 X 67 X 112 X 107 X 112 X 63 X 58 X 63 X 98 X 125 X 76 X +USW00014922199905WSF5 94 X 139 X 174 X 161 X 170 X 134 X 107 X 107 X 94 X 143 X 103 X 67 X 80 X 98 X 130 X 125 W 94 X 125 X 139 X 152 X 72 X 80 X 139 X 130 X 148 X 94 X 63 X 80 X 107 X 161 X 94 X +USW00014922199905WT01-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922199905WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199905WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199905WT13-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922199905WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199905WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 +USW00014922199906TMAX 117 0 200 0 239 0 256 0 322 0 289 0 278 0 294 0 322 0 244 0 194 0 261 0 233 0 183 0 189 0 194 0 222 0 211 0 183 0 261 0 283 0 311 0 289 0 306 0 328 0 328 0 244 0 189 0 233 0 239 0-9999 +USW00014922199906TMIN 78 0 67 0 106 0 161 0 189 0 200 0 172 0 178 0 194 0 167 0 144 0 139 0 150 0 72 0 72 0 67 0 61 0 128 0 144 0 161 0 178 0 211 0 178 0 172 0 167 0 206 0 172 0 122 0 94 0 144 0-9999 +USW00014922199906PRCP 23 0 0T 0 0 0 30 0 224 0 0T 0 0 0 0T 0 20 0 76 0 257 0 0 0 0 0 0 0 28 0 0 0 0 0 0T 0 8 0 0 0 0 0 13 0 112 0 0T 0 0 0 0T 0 0T 0 66 0 0 0 79 0-9999 +USW00014922199906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199906AWND 44 X 30 X 52 X 61 X 57 X 59 X 41 X 37 X 49 X 36 X 52 X 19 X 47 X 53 X 21 X 31 X 18 X 42 X 39 X 39 X 51 X 63 X 45 X 21 X 48 X 50 X 40 X 44 X 27 X 34 X-9999 +USW00014922199906FMTM 1059 X 0801 X 1304 X 1802 X 1557 X 1656 X 1314 X 1307 X 1634 X 0224 X 0430 X 1624 X 1609 X 1008 X 1557 X 1606 X 1511 X 1449 X 1309 X 1444 X 1139 X 1458 X 0418 X 1710 X 1719 X 1128 X 0400 X 1220 X 1910 X 1531 X-9999 +USW00014922199906PGTM 1959 W 0800 W 1304 W 1801 W 1557 W 1649 W 1134 W 2149 W 1629 W 0223 W 0409 W 1534 W 1504 W 0846 W 1556 W 1606 W 1637 W 1448 W 1309 W 1438 W 1130 W 1457 W 0008 W 1709 W 1638 W 1128 W 0359 W 1235 W 1658 W 1530 W-9999 +USW00014922199906TAVG 100 W 133 W 172 W 211 W 256 W 244 W 228 W 239 W 261 W 206 W 172 W 200 W 194 W 128 W 133 W 133 W 144 W 172 W 167 W 211 W 233 W 261 W 233 W 239 W 250 W 267 W 211 W 156 W 167 W 194 W-9999 +USW00014922199906WDF2 20 X 10 X 100 X 120 X 210 X 190 X 290 X 170 X 230 X 160 X 20 X 300 X 340 X 340 X 240 X 360 X 180 X 160 X 130 X 170 X 170 X 210 X 170 X 250 X 190 X 190 X 360 X 10 X 230 X 270 X-9999 +USW00014922199906WDF5 20 X 10 X 90 X 100 X 220 X 200 X 250 X 170 X 240 X 160 X 20 X 280 X 300 X 320 X 250 X 10 X 180 X 160 X 140 X 190 X 160 X 200 X 200 X 240 X 180 X 190 X 10 X 20 X 180 X 270 X-9999 +USW00014922199906WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199906WSF2 72 X 63 X 94 X 98 X 179 X 130 X 94 X 94 X 139 X 103 X 98 X 45 X 80 X 98 X 94 X 89 X 58 X 76 X 63 X 76 X 89 X 170 X 98 X 58 X 107 X 112 X 103 X 103 X 58 X 63 X-9999 +USW00014922199906WSF5 80 X 72 X 107 X 112 X 215 X 192 X 116 X 103 X 165 X 116 X 130 X 63 X 107 X 125 X 116 X 103 X 67 X 89 X 72 X 98 X 116 X 237 X 116 X 67 X 139 X 134 X 116 X 134 X 72 X 80 X-9999 +USW00014922199906WT01 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00014922199906WT03-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199906WT08-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199906WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199906WT13 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 +USW00014922199906WT14-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199906WT16 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 +USW00014922199907TMAX 261 0 272 0 328 0 339 0 317 0 278 0 306 0 311 0 250 0 261 0 272 0 289 0 294 0 333 0 361 0 283 0 278 0 222 0 289 0 222 0 283 0 333 0 339 0 367 0 372 0 306 0 306 0 322 0 367 0 356 0 278 0 +USW00014922199907TMIN 133 0 144 0 206 0 267 0 194 0 167 0 144 0 189 0 144 0 100 0 133 0 144 0 206 0 233 0 233 0 206 0 161 0 194 0 200 0 200 0 200 0 172 0 217 0 222 0 244 0 200 0 178 0 194 0 211 0 217 0 183 0 +USW00014922199907PRCP 0T 0 0 0 145 0 0 0 3 0 0 0 0 0 127 0 0T 0 0 0 15 0 0 0 0T 0 0 0 0 0 8 0 0 0 0T 0 0 0 81 0 0 0 0 0 36 0 0 0 0 0 549 0 38 0 0 0 58 0 97 0 0 0 +USW00014922199907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199907AWND 21 X 35 X 62 X 78 X 63 X 45 X 31 X 52 X 61 X 21 X 19 X 42 X 55 X 51 X 68 X 38 X 36 X 38 X 36 X 42 X 17 X 26 X 28 X 24 X 47 X 37 X 38 X 30 X 25 X 34 X 52 X +USW00014922199907FMTM 1340 X 2127 X 0411 X 2334 X 0026 X 1126 X 1332 X 2122 X 1334 X 1234 X 1508 X 1633 X 1629 X 0342 X 1558 X 0017 X 2047 X 1825 X 1027 X 1537 X 1810 X 1542 X 0027 X 1101 X 2234 X 0023 X 2036 X 2325 X 0036 X 1734 X 1728 X +USW00014922199907PGTM 1339 W 2130 W 0410 W 2246 W 1608 W 1006 W 1331 W 2119 W 1333 W 1234 W 1507 W 1531 W 1533 W 1531 W 1808 W 0017 W 2046 W 1848 W 1107 W 1537 W 1801 W 1539 W 0026 W 1106 W 2222 W 0023 W 2039 W 2324 W 0036 W 1737 W 1728 W +USW00014922199907TAVG 200 W 211 W 267 W 306 W 256 W 222 W 228 W 250 W 200 W 183 W 206 W 217 W 250 W 283 W 300 W 244 W 222 W 211 W 244 W 211 W 244 W 256 W 278 W 294 W 311 W 256 W 244 W 261 W 289 W 289 W 233 W +USW00014922199907WDF2 210 X 150 X 220 X 210 X 210 X 310 X 310 X 310 X 290 X 10 X 230 X 210 X 180 X 230 X 200 X 200 X 30 X 50 X 50 X 130 X 210 X 200 X 270 W 300 X 30 X 30 X 210 X 210 X 290 X 340 X 300 X +USW00014922199907WDF5 210 X 160 X 210 W 190 X 300 X 330 X 320 X 290 X 300 X 20 X 240 X 190 X 170 X 220 X 190 X 200 X 30 X 40 X 70 X 130 X 210 X 170 X 270 W 300 X 40 X 40 X 210 X 210 X 300 W 330 X 300 X +USW00014922199907WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199907WSF2 94 X 67 X 179 X 112 X 112 X 103 X 72 X 116 X 125 X 67 X 49 X 89 X 94 X 89 X 125 X 89 X 63 X 58 X 63 X 76 X 45 X 72 X 148 W 58 X 98 X 107 X 148 X 72 X 152 X 139 X 98 X +USW00014922199907WSF5 107 X 80 X 232 W 139 X 130 X 134 X 89 X 143 X 165 X 76 X 63 X 103 X 107 X 103 X 148 X 103 X 72 X 67 X 80 X 94 X 49 X 89 X 179 W 67 X 130 X 125 X 183 X 89 X 183 W 165 X 112 X +USW00014922199907WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922199907WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199907WT03-9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922199907WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199907WT13-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 +USW00014922199907WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199907WT16 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922199908TMAX 244 0 267 0 278 0 278 0 294 0 306 0 272 0 244 0 228 0 278 0 294 0 233 0 233 0 239 0 256 0 283 0 278 0 228 0 239 0 250 0 217 0 250 0 256 0 256 0 278 0 294 0 328 0 283 0 233 0 222 0 278 0 +USW00014922199908TMIN 150 0 133 0 167 0 133 0 133 0 172 0 172 0 150 0 161 0 172 0 167 0 150 0 122 0 117 0 150 0 194 0 139 0 189 0 161 0 144 0 178 0 172 0 189 0 183 0 156 0 161 0 206 0 189 0 167 0 150 0 161 0 +USW00014922199908PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 23 0 0 0 193 0 0 0 0 0 130 0 0T 0 0 0 10 0 0 0 0 0 51 0 0T 0 0 0 61 0 198 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 +USW00014922199908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199908AWND 38 X 20 X 37 X 37 X 34 X 36 X 35 X 29 X 39 X 37 X 30 X 45 X 58 X 29 X 61 X 48 X 35 X 40 X 22 X 22 X 41 X 46 X 46 X 32 X 12 X 37 X 16 X 29 X 53 X 61 X 60 X +USW00014922199908FMTM 1349 X 1425 X 1609 X 1657 X 1804 X 1707 X 1825 X 2146 X 0537 X 1246 X 1107 X 1942 X 0239 X 1806 X 1214 X 0202 X 1045 X 1028 X 0620 X 1527 X 2110 X 0418 X 1102 X 1040 X 1629 X 1215 X 1530 X 2331 X 1437 X 1841 X 1654 X +USW00014922199908PGTM 1349 W 1646 W 1535 W 1523 W 1256 W 1533 W 1825 W 1336 W 0539 W 1357 W 1107 W 1942 W 0238 W 1805 W 1213 W 0201 W 1044 W 1028 W 0624 W 1218 W 2108 W 0414 W 1102 W 0607 W 1628 W 1204 W 1600 W 2346 W 1436 W 1922 W 1444 W +USW00014922199908TAVG 200 W 200 W 222 W 206 W 217 W 239 W 222 W 200 W 194 W 228 W 233 W 194 W 178 W 178 W 206 W 239 W 211 W 211 W 200 W 200 W 200 W 211 W 222 W 222 W 217 W 228 W 267 W 239 W 200 W 189 W 222 W +USW00014922199908WDF2 310 X 290 X 280 X 310 X 250 X 200 X 10 X 170 X 160 X 310 X 180 X 10 X 360 X 200 X 180 X 220 X 320 X 10 X 10 X 150 X 100 X 130 X 320 X 20 X 200 X 200 X 310 X 20 X 80 X 160 X 150 X +USW00014922199908WDF5 310 X 280 X 270 X 290 X 280 X 210 X 20 X 70 X 160 X 290 X 170 X 10 X 20 X 190 X 170 X 230 X 320 X 20 X 10 X 120 X 110 X 120 X 320 X 10 X 190 X 190 X 320 X 30 X 70 X 170 X 160 X +USW00014922199908WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199908WSF2 89 X 49 X 67 X 89 X 76 X 76 X 103 X 49 X 130 X 89 X 72 X 89 X 103 X 72 X 107 X 116 X 89 X 89 X 49 X 45 X 80 X 80 X 89 X 63 X 49 X 76 X 49 X 63 X 80 X 98 X 98 X +USW00014922199908WSF5 98 X 67 X 80 X 107 X 112 X 98 X 125 X 63 X 152 X 103 X 89 X 103 X 134 X 80 X 125 X 161 X 103 X 103 X 58 X 63 X 103 X 98 X 103 X 76 X 63 X 94 X 58 X 72 X 98 X 125 X 125 X +USW00014922199908WT01-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922199908WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199908WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199908WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199908WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922199908WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199908WT16-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922199908WT21-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199909TMAX 306 0 322 0 328 0 283 0 206 0 256 0 289 0 211 0 156 0 222 0 244 0 206 0 161 0 156 0 189 0 211 0 239 0 267 0 183 0 128 0 172 0 256 0 217 0 200 0 289 0 222 0 172 0 189 0 172 0 161 0-9999 +USW00014922199909TMIN 172 0 217 0 206 0 194 0 106 0 100 0 172 0 122 0 100 0 100 0 61 0 117 0 89 0 61 0 78 0 61 0 111 0 111 0 89 0 39 0 28 0 83 0 94 0 72 0 106 0 128 0 89 0 72 0 33 0 72 0-9999 +USW00014922199909PRCP 0 0 51 0 0 0 3 0 33 0 0 0 51 0 0T 0 5 0 0 0 389 0 23 0 25 0 3 0 0 0 0 0 0 0 0 0 91 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0-9999 +USW00014922199909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199909AWND 49 X 45 X 45 X 51 X 35 X 34 X 52 X 51 X 55 X 47 X 31 X 52 X 52 X 39 X 16 X 20 X 39 X 46 X 49 X 40 X 29 X 30 X 35 X 36 X 59 X 56 X 25 X 38 X 34 X 65 X-9999 +USW00014922199909FMTM 1530 X 0435 X 1540 X 1457 X 1536 X 1655 X 1906 X 1654 X 1431 X 1236 X 1955 X 1930 X 1802 X 1417 X 1412 X 1509 X 1427 X 1412 X 0546 X 0723 X 1255 X 1321 X 1327 X 2116 X 2228 X 0214 X 1445 X 1627 X 2322 X 1217 X-9999 +USW00014922199909PGTM 1610 W 0434 W 1440 W 1456 W 1216 W 1623 W 1904 W 1600 W 1431 W 1236 W 1955 W 1440 W 1759 W 1411 W 1202 W 1329 W 1233 W 1324 W 0545 W 0832 W 1622 W 1320 W 1336 W 1312 W 2209 W 0213 W 1444 W 1754 W 1459 W 1317 W-9999 +USW00014922199909TAVG 239 W 272 W 267 W 239 W 156 W 178 W 233 W 167 W 128 W 161 W 156 W 161 W 128 W 111 W 133 W 139 W 178 W 189 W 139 W 83 W 100 W 172 W 156 W 139 W 200 W 178 W 133 W 133 W 106 W 117 W-9999 +USW00014922199909WDF2 160 X 180 X 210 X 200 X 300 X 180 X 190 X 300 X 300 X 280 X 340 X 250 X 300 X 300 X 310 X 200 X 180 X 210 X 10 X 10 X 250 X 230 X 10 X 150 X 190 X 220 X 310 X 320 X 200 X 290 X-9999 +USW00014922199909WDF5 170 X 190 X 190 X 210 X 300 X 160 X 200 X 260 X 300 X 280 X 340 X 290 X 290 X 270 X 310 X 180 X 190 X 230 X 20 X 10 X 220 X 230 X 10 X 160 X 190 X 220 X 310 X 340 X 270 X 290 X-9999 +USW00014922199909WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199909WSF2 80 X 76 X 94 X 103 X 72 X 67 X 165 X 98 X 98 X 94 X 165 X 103 X 98 X 80 X 58 X 49 X 72 X 112 X 103 X 89 X 63 X 67 X 80 X 67 X 112 X 116 X 58 X 94 X 76 X 125 X-9999 +USW00014922199909WSF5 94 X 94 X 103 X 130 X 94 X 80 X 215 X 125 X 130 X 116 X 201 X 143 X 130 X 107 X 72 X 80 X 94 X 139 X 116 X 112 X 76 X 76 X 103 X 94 X 148 X 139 X 67 X 107 X 94 X 152 X-9999 +USW00014922199909WT01-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199909WT03-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199909WT08-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199909WT13-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199909WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199909WT16-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199909WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199910TMAX 72 0 89 0 94 0 133 0 172 0 144 0 256 0 217 0 250 0 200 0 189 0 200 0 133 0 194 0 183 0 133 0 100 0 83 0 83 0 128 0 217 0 94 0 83 0 133 0 200 0 150 0 217 0 144 0 217 0 161 0 200 0 +USW00014922199910TMIN 33 0 6 0 17 0 6 0 39 0 22 0 89 0 89 0 67 0 67 0 33 0 83 0 67 0 72 0 94 0 44 0 0 0 11 0 0 0 -28 0 56 0 22 0 -22 0 -33 0 44 0 28 0 61 0 28 0 56 0 78 0 50 0 +USW00014922199910PRCP 33 0 0 0 0 0 0 0 0 0 0 0 8 0 15 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 147 0 18 0 0 0 +USW00014922199910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199910AWND 38 X 36 X 21 X 44 X 37 X 53 X 67 X 33 X 40 X 42 X 26 X 46 X 45 X 58 X 41 X 61 X 31 X 26 X 42 X 41 X 67 X 85 X 43 X 39 X 57 X 19 X 60 X 51 X 41 X 42 X 38 X +USW00014922199910FMTM 0737 X 1332 X 1221 X 1420 X 1333 X 1617 X 1323 X 1544 X 1440 X 1532 X 1537 X 2147 X 0825 X 0915 X 1333 X 1213 X 1128 X 1301 X 1639 X 1612 X 1938 X 1318 X 0909 X 1546 X 1409 X 2130 X 2247 X 0004 X 2333 X 0819 X 2331 X +USW00014922199910PGTM 0707 W 1047 W 1220 W 1302 W 1527 W 1454 W 1315 W 1441 W 1421 W 1530 W 1536 W 2146 W 0909 W 0914 W 1213 W 1137 W 1128 W 1300 W 1504 W 1611 W 1938 W 1012 W 0908 W 1408 W 1425 W 2129 W 1412 W 0004 W 2326 W 0819 W 2330 W +USW00014922199910TAVG 56 W 50 W 56 W 72 W 106 W 83 W 172 W 156 W 161 W 133 W 111 W 144 W 100 W 133 W 139 W 89 W 50 W 50 W 44 W 50 W 139 W 61 W 33 W 50 W 122 W 89 W 139 W 89 W 139 W 122 W 128 W +USW00014922199910WDF2 310 X 310 X 210 X 200 X 310 X 110 X 190 X 250 X 200 X 310 X 170 X 10 X 10 X 180 X 10 X 310 X 320 X 160 X 290 X 190 X 310 X 320 X 10 X 210 X 290 X 110 X 330 X 340 X 170 X 320 X 180 X +USW00014922199910WDF5 330 X 330 X 220 X 180 X 310 X 110 X 190 X 250 X 210 X 310 X 160 X 10 X 20 X 180 X 10 X 320 X 320 X 160 X 310 X 190 X 320 X 320 X 10 X 230 X 300 X 110 X 140 X 350 X 180 X 320 X 180 X +USW00014922199910WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199910WSF2 63 X 76 X 49 X 94 X 89 X 94 X 112 X 72 X 107 X 89 X 67 X 94 X 98 X 107 X 76 X 116 X 72 X 98 X 76 X 80 X 148 X 134 X 89 X 76 X 125 X 63 X 112 X 112 X 89 X 89 X 80 X +USW00014922199910WSF5 80 X 94 X 72 X 112 X 98 X 107 X 130 X 89 X 130 X 103 X 76 X 116 X 125 X 134 X 98 X 143 X 89 X 116 X 94 X 103 X 197 X 179 X 112 X 98 X 143 X 67 X 143 X 139 X 107 X 98 X 103 X +USW00014922199910WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922199910WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922199910WT08 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922199910WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922199910WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922199910WT16 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922199910WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199911TMAX 133 0 61 0 117 0 128 0 111 0 122 0 172 0 250 0 211 0 122 0 78 0 128 0 217 0 83 0 106 0 83 0 117 0 150 0 100 0 67 0 117 0 89 0 33 0 56 0 83 0 72 0 39 0 56 0 11 0 39 0-9999 +USW00014922199911TMIN 28 0 -17 0 -28 0 -6 0 17 0 -11 0 17 0 50 0 111 0 33 0 28 0 17 0 56 0 -6 0 -17 0 -11 0 6 0 28 0 -6 0 -39 0 50 0 28 0 0 0 -17 0 -11 0 6 0 -28 0 -50 0 -61 0 -50 0-9999 +USW00014922199911PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 38 0 8 0 137 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0-9999 +USW00014922199911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199911AWND 85 X 46 X 17 X 38 X 44 X 25 X 42 X 47 X 40 X 59 X 43 X 15 X 52 X 40 X 16 X 23 X 42 X 54 X 55 X 31 X 35 X 30 X 63 X 40 X 60 X 42 X 37 X 31 X 26 X 59 X-9999 +USW00014922199911FMTM 0959 X 1324 X 2208 X-9999 1447 X 1523 X 1339 X 2315 X 0239 X 0634 X 1447 X 2328 X 1829 X 0258 X 1926 X 1920 X 1413 X 1937 X 0904 X 1829 X 1028 X 1314 X 1855 X 1858 X 1713 X 1442 X 0938 X 2133 X 0057 X 2144 X-9999 +USW00014922199911PGTM 0958 W 1310 W 2208 W-9999 1444 W 1523 W 1339 W 2311 W 0228 W 0723 W 1502 W 2158 W 1947 W 0243 W 2021 W 0740 W 1412 W 1936 W 0904 W 1847 W 0008 W 1900 W 1541 W 1339 W 1502 W 1426 W 1030 W 2132 W 0031 W 2143 W-9999 +USW00014922199911TAVG 83 W 22 W 44 W-9999 67 W 56 W 94 W 150 W 161 W 78 W 56 W 72 W 139 W 39 W 44 W 39 W 61 W 89 W 50 W 17 W 83 W 61 W 17 W 22 W 39 W 39 W 6 W 6 W -22 W -6 W-9999 +USW00014922199911WDF2 290 X 300 X 120 X 240 Z 310 X 180 X 180 X 220 X 220 X 10 X 180 X 140 X 320 X 320 X 80 X 130 X 160 X 90 X 340 X 130 X 190 X 290 X 320 X 210 X 180 X 260 X 290 X 310 X 330 X 150 X-9999 +USW00014922199911WDF5 290 X 300 X 140 X 240 Z 310 X 170 X 180 X 220 X 220 X 350 X 160 X 120 X 310 X 310 X 50 X 80 X 160 X 90 X 330 X 140 X 170 X 20 X 330 X 250 X 190 X 270 X 300 X 320 X 330 X 150 X-9999 +USW00014922199911WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922199911WSF2 170 X 89 X 36 X 67 Z 80 X 58 X 80 X 94 X 80 X 107 X 80 X 36 X 112 X 94 X 40 X 40 X 89 X 80 X 103 X 76 X 72 X 67 X 94 X 67 X 112 X 89 X 89 X 67 X 67 X 107 X-9999 +USW00014922199911WSF5 201 X 112 X 49 X 94 Z 103 X 72 X 89 X 116 X 116 X 130 X 94 X 49 X 139 X 125 X 58 X 49 X 103 X 103 X 125 X 103 X 94 X 80 X 125 X 89 X 139 X 107 X 94 X 94 X 89 X 130 X-9999 +USW00014922199911WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199911WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199911WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199911WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199911WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199911WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199912TMAX 78 0 78 0 100 0 61 0 11 0 33 0 50 0 83 0 33 0 6 0 22 0 72 0 61 0 11 0 11 0 -83 0 -61 0 -11 0 -6 0 -122 0 -144 0 -139 0 -100 0 -56 0 61 0 22 0 -50 0 44 0 117 0 28 0 50 0 +USW00014922199912TMIN 6 0 22 0 17 0 -17 0 -50 0 -67 0 -28 0 -6 0 -22 0 -67 0 -33 0 -56 0 -56 0 -33 0 -117 0 -178 0 -117 0 -106 0 -122 0 -194 0 -222 0 -211 0 -189 0 -189 0 -83 0 -67 0 -122 0 -67 0 0 0 -33 0 -61 0 +USW00014922199912PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 41 0 0T 0 0 0 0 0 18 0 0T 0 0T 0 25 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922199912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 0T 0 0 0 0 0 53 0 0T 0 0T 0 74 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922199912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 51 0 51 0 25 0 76 0 51 0 51 0 102 0 76 0 51 0 0 0 0 0 +USW00014922199912AWND 48 X 36 X 27 X 44 X 35 X 37 X 37 X 21 X 34 X 25 X 40 X 21 X 25 X 41 X 64 X 33 X 22 X 53 X 64 X 76 X 17 X 25 X 27 X 30 X 59 X 73 X 55 X 53 X 56 X 30 X 45 X +USW00014922199912FMTM 1038 X 1102 X 1931 X 1804 X 0115 X-9999 -9999 2130 X 2143 X 0112 X 1721 X 1826 X 1931 X 0549 X 1845 X 0130 X 0325 X 2359 X 0354 X 0851 X 1837 X 0231 X 1914 X 1602 X 2321 X 0214 X 0401 X 0014 X 1341 X 1623 X 2057 X +USW00014922199912PGTM 0521 W 0913 W 1931 W 1803 W 1137 W-9999 -9999 2129 W 2143 W 0114 W 1720 W 1825 W 1930 W 0548 W 1844 W 0130 W 0602 W 2358 W 0216 W 1113 W 0047 W 1015 W 1952 W 2355 W 2321 W 0213 W 0401 W 0018 W 1341 W 2132 W 2056 W +USW00014922199912TAVG 44 W 50 W 61 W 22 W -17 W-9999 -9999 39 W 6 W -28 W -6 W 11 W 6 W -11 W -50 W -128 W -89 W -56 W -61 W -156 W -183 W -172 W -144 W -122 W -11 W -22 W -83 W -11 W 61 W 0 W -6 W +USW00014922199912WDF2 200 X 140 X 350 X 330 X 350 X-9999 -9999 320 X 320 X 340 X 180 X 180 X 120 X 140 X 320 X 310 X 60 X 150 X 170 X 290 X 260 X 320 X 20 X 210 X 320 X 320 X 20 X 220 X 270 X 260 X 240 X +USW00014922199912WDF5 180 X 120 X 10 X 340 X 340 X-9999 -9999 360 X 320 X 330 X 190 X 180 X 120 X 140 X 320 X 310 X 50 X 150 X 180 X 300 X 290 X 10 X 360 X 240 X 330 W 320 X 20 X 230 X 270 X 330 X 230 X +USW00014922199912WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922199912WSF2 98 X 58 X 63 X 89 X 80 X-9999 -9999 58 X 72 X 67 X 72 X 45 X 63 X 98 X 107 X 89 X 58 X 107 X 112 X 125 X 36 X 54 X 63 X 63 X 170 X 156 X 103 X 107 X 112 X 58 X 94 X +USW00014922199912WSF5 116 X 72 X 116 X 103 X 94 X-9999 -9999 107 X 98 X 72 X 80 X 54 X 72 X 116 X 134 X 98 X 72 X 125 X 139 X 156 X 45 X 63 X 107 X 80 X 228 W 210 X 125 X 134 X 134 X 80 X 130 X +USW00014922199912WT01-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199912WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199912WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199912WT08-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922199912WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922199912WT13-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922199912WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922199912WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199912WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922199912WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200001TMAX 17 0 17 0 -17 0 -39 0 -11 0 -17 0 -44 0 33 0 22 0 22 0 0 0 -106 0 -72 0 -22 0 17 0 -78 0 -22 0 -17 0 -94 0 -144 0 -139 0 -56 0 -133 0 -61 0 -67 0 -89 0 -83 0 -56 0 -33 0 -22 0 -17 0 +USW00014922200001TMIN -44 0 -17 0 -44 0 -117 0 -122 0 -122 0 -178 0 -72 0 -67 0 -17 0 -111 0 -128 0 -167 0 -183 0 -100 0 -156 0 -78 0 -133 0 -183 0 -250 0 -250 0 -139 0 -211 0 -217 0 -178 0 -194 0 -189 0 -161 0 -150 0 -139 0 -128 0 +USW00014922200001PRCP 0T 0 10 0 0T 0 8 0 43 0 3 0 0 0 0 0 0T 0 23 0 0T 0 76 0 0T 0 0 0 0 0 0 0 3 0 0 0 61 0 0T 0 0T 0 3 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200001SNOW 0 0 13 0 0T 0 8 0 43 0 8 0 0 0 0 0 0 0 23 0 0T 0 221 0 0T 0 0 0 0 0 0 0 3 0 0 0 140 0 0T 0 0T 0 5 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200001SNWD 0 0 0 0 0 0 0T 0 0T 0 51 0 51 0 51 0 25 0 25 0 25 0 25 0 203 0 178 0 152 0 127 0 127 0 127 0 127 0 229 0 229 0 229 0 229 0 229 0 229 0 229 0 203 0 203 0 203 0 178 0 178 0 +USW00014922200001AWND 44 X 51 X 47 X 46 X 55 X 64 X 34 X 27 X 33 X 37 X 51 X 53 X 23 X 42 X 38 X 52 X 60 X 41 X 42 X 31 X 28 X 50 X 53 X 42 X 45 X 6 X 24 X 27 X 19 X 27 X 45 X +USW00014922200001FMTM 1017 X 1215 X 0820 X 0543 X 1123 X 1806 X 1719 X 1400 X 1135 X 2205 X 0304 X 1740 X 1511 X 1323 X 2341 X 0032 X 0222 X 0008 X 1555 X 0125 X 2056 X 1928 X 1100 X 2342 X 0940 X 1740 X 1630 X 1629 X 1559 X 1945 X 1619 X +USW00014922200001PGTM 1906 W 1225 W 2324 W 1502 W 1121 W 1748 W 1752 W 1400 W 1135 W 2205 W 0055 W 1256 W 1026 W 1030 W 2048 W 0031 W 0221 W 1258 W 1547 W 0105 W 2055 W 1927 W 1050 W 2342 W 0005 W 1025 W 1628 W 1615 W 1506 W 1220 W 1233 W +USW00014922200001TAVG -11 W 0 W -28 W -78 W -67 W -67 W -111 W -17 W -22 W 6 W -56 W -117 W -117 W -100 W -39 W -117 W -50 W -72 W -139 W -200 W -194 W -94 W -172 W -139 W -122 W -139 W -133 W -106 W -89 W -78 W -72 W +USW00014922200001WDF2 30 X 10 X 110 X 310 X 160 X 280 X 140 X 210 X 120 X 310 X 310 X 40 X 220 X 160 X 330 X 330 X 140 X 240 X 350 X 320 X 130 X 280 X 300 X 330 X 330 X 130 X 150 X 170 X 30 X 260 X 330 X +USW00014922200001WDF5 80 X 20 X 360 X 10 X 170 X 260 X 160 X 210 X 120 X 300 X 320 X 40 X 40 X 120 X 320 X 340 X 140 X 10 X 20 X 320 X 130 X 280 X 320 X 330 X 330 X 40 X 150 X 150 X 60 X 20 X 340 X +USW00014922200001WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 +USW00014922200001WSF2 76 X 80 X 80 X 89 X 107 X 107 X 76 X 54 X 58 X 80 X 116 X 89 X 54 X 89 X 103 X 103 X 112 X 80 X 80 X 67 X 67 X 125 X 103 X 107 X 103 X 40 X 40 X 54 X 45 X 45 X 72 X +USW00014922200001WSF5 89 X 116 X 112 X 107 X 134 X 143 X 94 X 58 X 63 X 103 X 143 X 116 X 94 X 107 X 134 X 130 X 139 X 103 X 134 X 80 X 76 X 143 X 130 X 130 X 130 X 67 X 54 X 63 X 72 X 98 X 98 X +USW00014922200001WT01-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 +USW00014922200001WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200001WT06 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200001WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200001WT13-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922200001WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200001WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200001WT17 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200001WT18-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200001WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200001WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200001WT22-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200001WV20-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200002TMAX -22 0 28 0 28 0 -17 0 0 0 17 0 -28 0 56 0 33 0 -6 0 -94 0 -67 0 -39 0 -33 0 0 0 -72 0 -39 0 -17 0 -17 0 33 0 50 0 100 0 78 0 72 0 128 0 111 0 94 0 128 0 161 0-9999 -9999 +USW00014922200002TMIN -122 0 -122 0 -44 0 -122 0 -133 0 -67 0 -111 0 -133 0 -6 0 -117 0 -167 0 -139 0 -106 0 -100 0 -89 0 -139 0 -111 0 -56 0 -106 0 -139 0 -56 0 -6 0 33 0 56 0 56 0 33 0 -6 0 -17 0 28 0-9999 -9999 +USW00014922200002PRCP 0 0 0T 0 13 0 0T 0 0 0 0 0 0 0 0 0 0T 0 15 0 0 0 28 0 0T 0 0 0 18 0 0 0 30 0 0 0 0T 0 0 0 0 0 0 0 84 0 18 0 66 0 3 0 0 0 0 0 0 0-9999 -9999 +USW00014922200002SNOW 0 0 0T 0 20 0 0T 0 0 0 0 0 0 0 0 0 0T 0 30 0 0 0 66 0 0T 0 0 0 25 0 0 0 53 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00014922200002SNWD 152 0 178 0 152 0 178 0 178 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 203 0 203 0 203 0 203 0 229 0 229 0 203 0 203 0 203 0 152 0 76 0 25 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00014922200002AWND 41 X 50 X 74 X 46 X 21 X 28 X 29 X 45 X 30 X 54 X 22 X 31 X 49 X 23 X 56 X 24 X 38 X 36 X 47 X 26 X 39 X 20 X 37 X 33 X 67 X 76 X 55 X 66 X 60 X-9999 -9999 +USW00014922200002FMTM 0649 X 1001 X 0332 X 0516 X 1012 X 1923 X 0946 X 1204 X 2239 X 1524 X 0107 X 1308 X 1130 X 1507 X 1843 X 0033 X 1048 X 2352 X 2003 X 1441 X 1728 X 2310 X 1643 X 2355 X 1640 X 0747 X 1322 X 1437 X 1833 X-9999 -9999 +USW00014922200002PGTM 0837 W 1001 W 0331 W 1305 W 2136 W 1922 W 1053 W 1548 W 2230 W 1422 W 1219 W 1815 W 1129 W 1506 W 1715 W 2355 W 1703 W 1140 W 2002 W 1442 W 1722 W 0516 W 1804 W 1932 W 2359 W 0750 W 1227 W 1737 W 1938 W-9999 -9999 +USW00014922200002TAVG -72 W -44 W -6 W -67 W -67 W -22 W -67 W -39 W 17 W -61 W -128 W -100 W -72 W -67 W -44 W -106 W -72 W -33 W -61 W -50 W 0 W 50 W 56 W 67 W 94 W 72 W 44 W 56 W 94 W-9999 -9999 +USW00014922200002TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200002WDF2 330 X 200 X 330 X 340 X 250 X 260 X 20 X 200 X 50 X 340 X 350 X 160 X 60 X 250 X 360 X 340 X 130 X 290 X 310 X 210 X 170 X 140 X 110 X 110 X 130 X 200 X 280 X 140 X 330 X-9999 -9999 +USW00014922200002WDF5 20 X 210 X 330 X 20 X 50 X 250 X 30 X 200 X 50 X 10 X 20 X 60 X 60 X 250 X 350 X 10 X 50 X 20 X 310 X 210 X 170 X 80 X 70 X 70 X 200 X 200 X 310 X 150 X 320 X-9999 -9999 +USW00014922200002WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00014922200002WSF2 80 X 107 X 148 X 76 X 54 X 63 X 58 X 103 X 67 X 80 X 63 X 54 X 89 X 63 X 98 X 67 X 67 X 63 X 103 X 72 X 67 X 40 X 72 X 58 X 103 X 134 X 103 X 125 X 103 X-9999 -9999 +USW00014922200002WSF5 134 X 143 X 174 X 156 X 67 X 72 X 98 X 112 X 94 X 130 X 103 X 80 X 107 X 72 X 134 X 94 X 89 X 116 X 125 X 76 X 80 X 54 X 94 X 80 X 125 X 161 X 139 X 156 X 125 X-9999 -9999 +USW00014922200002WT01-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200002WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200002WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200002WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200002WT13-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200002WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200002WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200002WT18-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200002WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200003TMAX 78 0 72 0 128 0 161 0 222 0 206 0 228 0 206 0 39 0 0 0 50 0 -11 0 39 0 106 0 44 0 6 0 44 0 22 0 33 0 72 0 94 0 117 0 178 0 139 0 133 0 156 0 94 0 106 0 122 0 167 0 144 0 +USW00014922200003TMIN -11 0 -50 0 -28 0 11 0 39 0 61 0 72 0 39 0 -56 0 -67 0 -61 0 -39 0 -61 0 -28 0 -61 0 -94 0 -78 0 6 0 -6 0 22 0 44 0 61 0 83 0 78 0 28 0 11 0 -6 0 -11 0 -22 0 6 0 50 0 +USW00014922200003PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 86 0 66 0 0 0 0 0 5 0 0 0 0 0 0T 0 0 0 0 0 25 0 0T 0 0 0 0 0 0T 0 48 0 43 0 0 0 5 0 5 0 0 0 0 0 0 0 0 0 +USW00014922200003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922200003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200003AWND 68 X 16 X 34 X 13 X 40 X 63 X 30 X 53 X 72 X 22 X 28 X 29 X 31 X 22 X 54 X 31 X 58 X 41 X 33 X 33 X 16 X 31 X 46 X 46 X 75 X 62 X 72 X 55 X 12 X 24 X 40 X +USW00014922200003FMTM 1017 X 0057 X 1535 X 0008 X 1711 X 1420 X 0013 X 2255 X 0139 X 2356 X 2302 X 0729 X 1352 X 2226 X 1339 X 1635 X 2306 X 0014 X 2352 X 0822 X 1658 X 0852 X 1522 X 1836 X 1201 X 1508 X 1636 X 0755 X 1445 X 0110 X 1036 X +USW00014922200003PGTM 1318 W 0946 W 1535 W 0001 W 1711 W 1555 W 0012 W 2254 W 0216 W 0013 W 2105 W 0945 W 1615 W 1925 W 1553 W 1548 W 2305 W 0014 W 0803 W 0820 W 1331 W 0853 W 1522 W 1835 W 1200 W 1456 W 1635 W 0710 W 1444 W 1535 W 1546 W +USW00014922200003TAVG 33 W 11 W 50 W 89 W 133 W 133 W 150 W 122 W -6 W -33 W -6 W -22 W -11 W 39 W -6 W -44 W -17 W 17 W 17 W 50 W 72 W 89 W 133 W 111 W 83 W 83 W 44 W 50 W 50 W 89 W 100 W +USW00014922200003TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 0 W-9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200003WDF2 330 X 10 X 200 X 240 X 200 X 180 X 210 X 20 X 10 X 50 X 350 X 20 X 250 X 60 X 20 X 20 X 160 X 170 X 80 X 80 X 200 X 190 X 150 X 290 X 280 X 320 X 340 X 350 X 360 X 110 X 260 X +USW00014922200003WDF5 310 X 60 X 200 X 230 X 200 X 160 X 210 X 20 X 20 X 70 X 20 X 40 X 270 X 20 X 280 X 40 X 170 X 170 X 60 X 70 X 230 X 190 X 150 X 290 X 280 X 320 W 340 X 30 X 10 X 250 X 270 X +USW00014922200003WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200003WSF2 112 X 45 X 89 X 67 X 76 X 134 X 67 X 139 X 134 X 63 X 58 X 58 X 76 X 63 X 107 X 63 X 103 X 98 X 58 X 72 X 45 X 76 X 94 X 103 X 148 X 165 X 139 X 94 X 54 X 58 X 98 X +USW00014922200003WSF5 139 X 80 X 98 X 80 X 89 X 156 X 94 X 170 X 165 X 72 X 76 X 103 X 94 X 107 X 139 X 130 X 134 X 112 X 80 X 89 X 58 X 89 X 103 X 125 X 183 X 219 W 179 X 112 X 94 X 67 X 112 X +USW00014922200003WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200003WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200003WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200003WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200003WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200003WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200003WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922200003WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200003WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200004TMAX 150 0 150 0 72 0 106 0 206 0 106 0 39 0 117 0 111 0 72 0 72 0 67 0 172 0 167 0 28 0 22 0 67 0 117 0 106 0 56 0 161 0 256 0 206 0 211 0 217 0 233 0 222 0 178 0 172 0 228 0-9999 +USW00014922200004TMIN 33 0 33 0 6 0 -22 0 33 0 17 0 -17 0 -44 0 22 0 0 0 0 0 -22 0 39 0 17 0 6 0 0 0 6 0 50 0 56 0 0 0 -28 0 28 0 89 0 50 0 83 0 94 0 111 0 56 0 33 0 83 0-9999 +USW00014922200004PRCP 0 0 8 0 0T 0 0 0 3 0 0 0 0T 0 0T 0 0 0 5 0 13 0 25 0 0 0 0 0 41 0 13 0 0 0 0 0 91 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 15 0-9999 +USW00014922200004SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 10 0 20 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200004AWND 28 X 45 X 71 X 49 X 80 X 66 X 67 X 52 X 54 X 44 X 45 X 45 X 38 X 54 X 66 X 61 X 19 X 31 X 75 X 72 X 22 X 34 X 57 X 21 X 26 X 32 X 35 X 66 X 38 X 43 X-9999 +USW00014922200004FMTM 1938 X 1113 X 1420 X 1024 X 2014 X 0004 X 1514 X 1652 X 1639 X 0839 X 1747 X 2358 X 2358 X 1811 X 0313 X 1157 X 0021 X 0741 X 1315 X 1725 X 1049 X 2359 X 1315 X 1309 X 1444 X 2040 X 2022 X 1558 X 0048 X 1717 X-9999 +USW00014922200004PGTM 1937 W 1113 W 1440 W 1442 W 2013 W 0003 W 1355 W 1650 W 2025 W 0852 W 1746 W 2357 W 2357 W 1635 W 1604 W 1229 W 1110 W 1645 W 1251 W 1136 W 0847 W 1752 W 1504 W 1213 W 1540 W 2039 W 0905 W 2017 W 1214 W 1724 W-9999 +USW00014922200004TAVG 94 W 94 W 39 W 44 W 122 W 61 W 11 W 39 W 67 W 39 W 39 W 22 W 106 W 94 W 17 W 11 W 39 W 83 W 83 W 28 W 67 W 144 W 150 W 133 W 150 W 167 W 167 W 117 W 106 W 156 W-9999 +USW00014922200004TSUN-9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200004WDF2 220 X 220 X 320 X 320 X 280 X 290 X 30 X 230 X 320 X 90 X 300 X 130 X 130 X 10 X 30 X 50 X 350 X 200 X 80 X 10 X 320 X 90 X 100 X 100 X 130 X 290 X 290 X 20 X 70 X 330 X-9999 +USW00014922200004WDF5 210 X 220 X 320 X 340 X 280 X 300 X 20 X 230 X 30 X 90 X 290 X 130 X 130 X 10 X 30 X 40 X 30 X 30 X 90 X 20 X 20 X 10 X 70 X 70 X 120 X 300 X 10 X 30 X 90 X 320 X-9999 +USW00014922200004WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200004WSF2 116 X 103 X 143 X 103 X 201 X 170 X 112 X 107 X 89 X 89 X 94 X 103 X 103 X 103 X 103 X 98 X 45 X 72 X 116 X 130 X 54 X 76 X 98 X 80 X 58 X 80 X 89 X 112 X 72 X 94 X-9999 +USW00014922200004WSF5 170 X 134 X 165 X 125 X 264 X 232 X 170 X 139 X 107 X 107 X 130 X 130 X 130 X 139 X 125 X 112 X 67 X 107 X 161 X 156 X 98 X 98 X 125 X 107 X 76 X 94 X 107 X 143 X 89 X 107 X-9999 +USW00014922200004WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200004WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200004WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200004WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200004WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200004WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200004WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200004WT16-9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 +USW00014922200004WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200004WT18-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200004WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200005TMAX 222 0 244 0 283 0 317 0 317 0 306 0 283 0 233 0 183 0 167 0 161 0 194 0 89 0 172 0 211 0 178 0 189 0 150 0 161 0 211 0 233 0 239 0 256 0 217 0 228 0 217 0 156 0 156 0 183 0 206 0 239 0 +USW00014922200005TMIN 78 0 78 0 128 0 172 0 194 0 178 0 178 0 111 0 83 0 83 0 128 0 61 0 39 0 28 0 61 0 106 0 111 0 61 0 22 0 67 0 128 0 144 0 150 0 128 0 100 0 150 0 94 0 106 0 94 0 144 0 139 0 +USW00014922200005PRCP 0 0 0 0 0 0 0 0 0 0 0 0 18 0 122 0 0 0 137 0 41 0 0T 0 0T 0 0 0 51 0 3 0 102 0 229 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 140 0 13 0 0T 0 302 0 3 0 +USW00014922200005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200005AWND 46 X 34 X 65 X 52 X 72 X 59 X 30 X 51 X 32 X 46 X 44 X 67 X 77 X 48 X 39 X 39 X 59 X 75 X 24 X 42 X 34 X 40 X 47 X 72 X 37 X 55 X 56 X 26 X 38 X 35 X 44 X +USW00014922200005FMTM 1304 X 1841 X 1223 X 1722 X 1444 X 1334 X 1939 X 0109 X 1501 X 1255 X 0945 X 2144 X 0134 X 1557 X 1759 X 1145 X 1514 X 1108 X 2032 X 1703 X 1611 X 1128 X 1501 X 1336 X 1120 X 2304 X 0425 X 0950 X 1026 X 0605 X 1314 X +USW00014922200005PGTM 1241 W 2120 W 1658 W 0028 W 1443 W 1422 W 1939 W 0104 W 0831 W 1258 W 0738 W 2143 W 0132 W 1524 W 1758 W 1221 W 2051 W 1140 W 1459 W 1309 W 1559 W 1127 W 1501 W 1306 W 1120 W 2152 W 0559 W 0850 W 1025 W 0604 W 1314 W +USW00014922200005TAVG 150 W 161 W 206 W 244 W 256 W 244 W 233 W 172 W 133 W 128 W 144 W 128 W 67 W 100 W 139 W 144 W 150 W 106 W 94 W 139 W 183 W 194 W 206 W 172 W 167 W 183 W 128 W 133 W 139 W 178 W 189 W +USW00014922200005WDF2 320 X 100 X 170 X 180 X 180 X 210 X 100 X 260 X 320 X 130 X 110 X 260 X 290 X 300 X 210 X 70 X 80 X 30 X 170 X 160 X 290 X 340 X 260 X 290 X 280 X 90 X 80 X 60 X 170 X 110 X 90 X +USW00014922200005WDF5 320 X 100 X 180 X 210 X 190 X 200 X 90 X 200 X 30 X 130 X 100 X 260 X 290 X 320 X 200 X 70 X 30 X 30 X 230 X 170 X 300 X 330 X 280 X 290 X 270 X 80 X 80 X 50 X 170 X 110 X 80 X +USW00014922200005WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200005WSF2 107 X 67 X 112 X 89 X 116 X 125 X 80 X 143 X 76 X 103 X 94 X 134 X 130 X 103 X 103 X 72 X 103 X 143 X 45 X 76 X 72 X 89 X 116 X 165 X 80 X 89 X 103 X 54 X 80 X 112 X 76 X +USW00014922200005WSF5 143 X 72 X 134 X 112 X 139 X 143 X 94 X 192 X 130 X 130 X 112 X 179 X 165 X 148 X 125 X 94 X 125 X 179 X 58 X 98 X 89 X 107 X 143 X 210 X 112 X 112 X 134 X 103 X 98 X 125 X 98 X +USW00014922200005WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00014922200005WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200005WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200005WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00014922200005WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922200005WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922200005WV20-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200006TMAX 206 0 183 0 194 0 144 0 194 0 222 0 283 0 344 0 333 0 322 0 256 0 239 0 250 0 217 0 206 0 161 0 194 0 217 0 272 0 261 0 228 0 267 0 294 0 272 0 244 0 244 0 233 0 244 0 261 0 289 0-9999 +USW00014922200006TMIN 133 0 94 0 78 0 78 0 44 0 83 0 150 0 167 0 217 0 200 0 117 0 139 0 150 0 156 0 128 0 83 0 72 0 133 0 144 0 178 0 156 0 167 0 167 0 200 0 150 0 156 0 122 0 144 0 117 0 156 0-9999 +USW00014922200006PRCP 160 0 0 0 8 0 267 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 99 0 13 0 97 0 0T 0 5 0 5 0 48 0 381 0 0T 0 0 0 38 0 0T 0 18 0 18 0 0 0 0T 0 0 0 0 0-9999 +USW00014922200006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200006AWND 51 X 42 X 23 X 54 X 24 X 31 X 49 X 38 X 71 X 74 X 34 X 52 X 55 X 62 X 42 X 58 X 29 X 38 X 61 X 67 X 84 X 46 X 46 X 32 X 27 X 60 X 29 X 47 X 29 X 40 X-9999 +USW00014922200006FMTM 0614 X 1220 X 2247 X 1502 X 1204 X 1301 X 1348 X 2342 X 1443 X 1052 X 2349 X 1954 X 1228 X 1717 X 1430 X 0141 X 2019 X 0342 X 1848 X 1444 X 1106 X 0024 X 0720 X 0400 X 1733 X 1344 X 1150 X 1724 X 1507 X 1546 X-9999 +USW00014922200006PGTM 0614 W 1219 W 2246 W 1808 W 1042 W 1331 W 1347 W 2104 W 1459 W 1053 W 0821 W 1954 W 1639 W 2029 W 1430 W 1538 W 2028 W 0336 W 2127 W 1752 W 1119 W 0023 W 0639 W 0901 W 1831 W 1336 W 1010 W 1723 W 1507 W 1239 W-9999 +USW00014922200006TAVG 172 W 139 W 139 W 111 W 122 W 156 W 217 W 256 W 278 W 261 W 189 W 189 W 200 W 189 W 167 W 122 W 133 W 178 W 211 W 222 W 194 W 217 W 233 W 239 W 200 W 200 W 178 W 194 W 189 W 222 W-9999 +USW00014922200006TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200006WDF2 300 X 300 X 90 X 20 X 20 X 190 X 200 X 210 X 190 X 210 X 60 X 130 X 160 X 290 X 220 X 250 X 210 X 210 X 140 X 270 X 260 X 290 X 150 X 250 X 10 X 280 X 260 X 340 X 290 X 230 X-9999 +USW00014922200006WDF5 300 X 290 X 100 X 30 X 50 X 230 X 200 X 240 X 210 X 210 X 30 X 130 X 120 X 310 X 200 X 310 X 210 X 220 X 150 X 260 X 250 X 290 X 240 X 20 X 30 X 290 X 290 X 340 X 300 X 220 X-9999 +USW00014922200006WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200006WSF2 139 X 76 X 58 X 112 X 63 X 76 X 103 X 89 X 134 X 125 X 58 X 80 X 98 X 112 X 98 X 103 X 76 X 76 X 103 X 116 X 148 X 98 X 103 X 67 X 63 X 125 X 76 X 116 X 72 X 80 X-9999 +USW00014922200006WSF5 179 X 98 X 76 X 148 X 125 X 116 X 125 X 107 X 165 X 148 X 103 X 98 X 112 X 139 X 116 X 125 X 94 X 94 X 130 X 143 X 197 X 125 X 116 X 103 X 103 X 161 X 98 X 148 X 89 X 103 X-9999 +USW00014922200006WT01 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200006WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200006WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200006WT11 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200006WT13 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200006WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200006WT16 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00014922200006WT21-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200007TMAX 322 0 267 0 233 0 267 0 278 0 272 0 256 0 339 0 300 0 300 0 283 0 283 0 311 0 300 0 283 0 300 0 233 0 156 0 206 0 228 0 244 0 250 0 272 0 278 0 283 0 256 0 283 0 250 0 278 0 300 0 311 0 +USW00014922200007TMIN 189 0 183 0 172 0 206 0 194 0 167 0 189 0 211 0 189 0 211 0 189 0 217 0 211 0 200 0 183 0 189 0 156 0 111 0 128 0 150 0 122 0 139 0 161 0 172 0 189 0 183 0 178 0 178 0 172 0 178 0 183 0 +USW00014922200007PRCP 0 0 180 0 0 0 0 0 157 0 0 0 150 0 20 0 648 0 30 0 0T 0 20 0 0 0 0 0 0 0 0T 0 0 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 269 0 15 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200007AWND 68 X 47 X 34 X 42 X 31 X 39 X 76 X 64 X 41 X 36 X 43 X 38 X 30 X 38 X 26 X 43 X 53 X 30 X 28 X 46 X 37 X 16 X 35 X 58 X 54 X 28 X 35 X 46 X 43 X 19 X 22 X +USW00014922200007FMTM 1615 X 0621 X 1548 X 1114 X 0919 X 2319 X 2233 X 0017 X 0044 X 2111 X 1827 X 1525 X 1931 X 1805 X 1247 X 0448 X 1447 X 0244 X 1555 X 1036 X 1446 X 1736 X 1552 X 1237 X 1735 X 1225 X 0837 X 0859 X 1554 X 1148 X 1103 X +USW00014922200007PGTM 1614 W 0621 W 1226 W 1123 W 0734 W 1759 W 2228 W 0029 W 0042 W 2034 W 1926 W 1457 W 1904 W 1705 W 1431 W 0448 W 2020 W 1053 W 1501 W 1107 W 1459 W 1736 W 1610 W 1237 W 2120 W 1617 W 0837 W 1620 W 1626 W 1239 W 0941 W +USW00014922200007TAVG 256 W 228 W 206 W 239 W 239 W 222 W 222 W 278 W 244 W 256 W 239 W 250 W 261 W 250 W 233 W 244 W 194 W 133 W 167 W 189 W 183 W 194 W 217 W 228 W 239 W 222 W 233 W 217 W 228 W 239 W 250 W +USW00014922200007TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 0 W-9999 +USW00014922200007WDF2 210 X 90 X 150 X 120 X 110 X 110 X 180 X 150 X 40 X 60 X 130 X 320 X 320 X 330 X 110 X 60 X 330 X 80 X 260 X 330 X 320 X 20 X 210 X 180 X 200 X 340 X 20 X 30 X 30 X 40 X 260 X +USW00014922200007WDF5 210 X 100 X 60 X 100 X 310 X 90 X 170 X 150 X 40 X 40 X 140 X 300 X 340 X 340 X 80 X 60 X 10 X 20 X 290 X 360 X 20 X 20 X 220 X 170 X 190 X 10 X 20 X 20 X 50 X 20 X 10 X +USW00014922200007WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200007WSF2 125 X 107 X 58 X 72 X 76 X 80 X 161 X 112 X 174 X 72 X 72 X 76 X 80 X 80 X 58 X 125 X 89 X 63 X 58 X 89 X 94 X 67 X 63 X 107 X 103 X 76 X 72 X 89 X 72 X 63 X 63 X +USW00014922200007WSF5 148 X 125 X 72 X 98 X 98 X 103 X 197 X 139 X 228 X 98 X 89 X 98 X 112 X 103 X 76 X 139 X 112 X 103 X 67 X 143 X 116 X 80 X 80 X 134 X 134 X 139 X 116 X 130 X 98 X 94 X 89 X +USW00014922200007WT01-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 +USW00014922200007WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200007WT03-9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200007WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00014922200007WT13-9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X +USW00014922200007WT16-9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200007WT21-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200008TMAX 300 0 278 0 250 0 283 0 233 0 283 0 311 0 267 0 289 0 306 0 300 0 300 0 300 0 328 0 267 0 244 0 233 0 244 0 239 0 244 0 217 0 250 0 289 0 283 0 278 0 278 0 250 0 261 0 239 0 289 0 300 0 +USW00014922200008TMIN 211 0 178 0 172 0 172 0 189 0 178 0 167 0 183 0 178 0 172 0 200 0 217 0 211 0 200 0 172 0 139 0 144 0 111 0 150 0 161 0 167 0 172 0 156 0 178 0 194 0 172 0 183 0 183 0 128 0 172 0 178 0 +USW00014922200008PRCP 3 0 0 0 0 0 0 0 0T 0 8 0 267 0 56 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 378 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 84 0 0 0 0 0 0 0 3 0 0 0 +USW00014922200008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200008AWND 37 X 43 X 28 X 38 X 34 X 50 X 31 X 38 X 29 X 16 X 41 X 39 X 40 X 55 X 51 X 39 X 38 X 30 X 40 X 57 X 25 X 19 X 19 X 28 X 35 X 35 X 44 X 56 X 33 X 68 X 54 X +USW00014922200008FMTM 0738 X 1424 X 1641 X 1411 X 0525 X 1354 X 2229 X 0039 X 1237 X 1610 X 1817 X 1348 X 0315 X 1612 X 1202 X 2206 X 1539 X 1327 X 1731 X 1437 X 0707 X 1424 X 1427 X 1601 X 1106 X 0110 X 1648 X 2233 X 0031 X 1512 X 0222 X +USW00014922200008PGTM 2018 W 1300 W 1641 W 1402 W 0523 W 1602 W 2229 W 0040 W 1236 W 1609 W 1817 W 1348 W 0921 W 1604 W 0816 W 2209 W 1538 W 1106 W 1406 W 1213 W 0706 W 1423 W 1843 W 1600 W 1105 W 0105 W 1615 W 2232 W 0031 W 2300 W 2017 W +USW00014922200008TAVG 256 W 228 W 211 W 228 W 211 W 233 W 239 W 228 W 233 W 239 W 250 W 261 W 256 W 267 W 222 W 194 W 189 W 178 W 194 W 206 W 194 W 211 W 222 W 233 W 239 W 228 W 217 W 222 W 183 W 233 W 239 W +USW00014922200008TSUN-9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200008WDF2 170 X 30 X 140 X 160 X 140 X 280 X 260 W 160 X 320 X 250 X 170 X 150 X 10 X 190 X 320 X 150 X 340 X 310 X 160 X 140 X 140 X 120 X 260 X 240 X 230 X 20 X 150 X 340 X 350 X 170 X 190 X +USW00014922200008WDF5 30 X 40 X 150 X 150 X 140 X 290 X 260 W 150 X 330 X 250 X 170 X 150 X 30 X 200 X 10 X 150 X 340 X 30 X 160 X 190 X 130 X 110 X 40 X 250 X 230 X 30 X 130 X 330 X 340 X 180 X 30 X +USW00014922200008WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200008WSF2 89 X 76 X 76 X 72 X 72 X 103 X 156 W 103 X 80 X 54 X 80 X 94 X 89 X 103 X 89 X 98 X 94 X 58 X 72 X 94 X 89 X 63 X 63 X 63 X 80 X 134 X 72 X 112 X 89 X 107 X 94 X +USW00014922200008WSF5 130 X 130 X 89 X 94 X 89 X 125 X 206 W 116 X 103 X 63 X 94 X 103 X 125 X 130 X 116 X 116 X 112 X 112 X 89 X 116 X 98 X 72 X 80 X 76 X 98 X 148 X 89 X 143 X 112 X 130 X 116 X +USW00014922200008WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 +USW00014922200008WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200008WT03 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200008WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 1 0 +USW00014922200008WT11-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200008WT13-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 +USW00014922200008WT16 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00014922200008WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200009TMAX 183 0 222 0 233 0 200 0 211 0 233 0 244 0 250 0 311 0 261 0 278 0 233 0 261 0 211 0 178 0 272 0 267 0 317 0 239 0 150 0 150 0 122 0 106 0 133 0 189 0 250 0 167 0 261 0 289 0 278 0-9999 +USW00014922200009TMIN 150 0 150 0 144 0 128 0 106 0 117 0 139 0 106 0 183 0 128 0 122 0 83 0 144 0 106 0 67 0 78 0 117 0 183 0 128 0 78 0 33 0 94 0 44 0 -6 0 22 0 67 0 61 0 72 0 161 0 156 0-9999 +USW00014922200009PRCP 0T 0 500 0 0T 0 0 0 0 0 0 0 18 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200009AWND 51 X 41 X 45 X 49 X 51 X 59 X 46 X 34 X 75 X 24 X 40 X 40 X 40 X 51 X 22 X 37 X 24 X 75 X 42 X 59 X 34 X 53 X 43 X 27 X 18 X 31 X 35 X 51 X 75 X 49 X-9999 +USW00014922200009FMTM 1302 X 2200 X 2223 X 1451 X 1333 X 1608 X 0424 X 2010 X 1447 X 0024 X 1342 X 1347 X 1715 X 1339 X 1029 X 1507 X 2010 X 0617 X 1134 X 1351 X 2027 X 1211 X 0942 X 1438 X 1352 X 2232 X 0135 X 1520 X 1243 X 2320 X-9999 +USW00014922200009PGTM 1301 W 2159 W 2125 W 1601 W 1315 W 1416 W 0424 W 1248 W 1447 W 0018 W 1746 W 1346 W 2021 W 1353 W 1101 W 1438 W 0857 W 1258 W 1437 W 1351 W 2040 W 1212 W 0907 W 1638 W 1352 W 2303 W 1110 W 2252 W 1243 W 2320 W-9999 +USW00014922200009TAVG 167 W 189 W 189 W 167 W 161 W 178 W 194 W 178 W 250 W 194 W 200 W 161 W 206 W 161 W 122 W 178 W 194 W 250 W 183 W 117 W 94 W 111 W 78 W 67 W 106 W 161 W 117 W 167 W 228 W 217 W-9999 +USW00014922200009TSUN-9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922200009WDF2 30 X 40 X 40 X 90 X 120 X 160 X 220 X 120 X 190 X 330 X 360 X 240 X 30 X 340 X 360 X 210 X 130 X 230 X 290 X 320 X 100 X 100 X 350 X 320 X 290 X 360 X 20 X 210 X 210 X 200 X-9999 +USW00014922200009WDF5 30 X 40 X 30 X 100 X 130 X 160 X 220 X 180 X 190 X 310 X 320 X 240 X 20 X 320 X 360 X 190 X 30 X 220 X 290 X 310 X 110 X 100 X 350 X 350 X 280 X 10 X 40 X 200 X 210 X 200 X-9999 +USW00014922200009WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200009WSF2 98 X 134 X 80 X 76 X 94 X 98 X 98 X 76 X 143 X 80 X 112 X 80 X 103 X 107 X 54 X 89 X 54 X 139 X 89 X 130 X 63 X 107 X 89 X 72 X 67 X 63 X 67 X 98 X 156 X 80 X-9999 +USW00014922200009WSF5 116 X 148 X 107 X 94 X 125 X 125 X 116 X 103 X 170 X 116 X 139 X 98 X 130 X 143 X 72 X 107 X 80 X 170 X 103 X 161 X 76 X 116 X 107 X 98 X 76 X 76 X 94 X 112 X 197 X 98 X-9999 +USW00014922200009WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200009WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200009WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200009WT13 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200009WT14 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200009WT16 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200010TMAX 233 0 200 0 144 0 133 0 94 0 67 0 50 0 83 0 144 0 178 0 206 0 233 0 256 0 178 0 100 0 139 0 172 0 206 0 289 0 211 0 189 0 194 0 172 0 194 0 194 0 200 0 128 0 106 0 144 0 144 0 217 0 +USW00014922200010TMIN 139 0 106 0 78 0 28 0 17 0 -11 0 6 0 -17 0 -17 0 17 0 11 0 89 0 167 0 83 0 44 0 11 0 83 0 56 0 94 0 89 0 33 0 100 0 144 0 150 0 167 0 128 0 56 0 44 0 61 0 78 0 78 0 +USW00014922200010PRCP 0 0 0 0 0 0 0 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 10 0 20 0 0 0 0 0 0 0 0 0 51 0 36 0 0 0 56 0 74 0 0T 0 0 0 0T 0 25 0 0 0 +USW00014922200010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200010AWND 32 X 38 X 28 X 18 X 51 X 60 X 53 X 36 X 30 X 29 X 42 X 45 X 51 X 54 X 20 X 18 X 29 X 14 X 61 X 37 X 45 X 43 X 11 X 28 X 48 X 55 X 55 X 59 X 76 X 52 X 39 X +USW00014922200010FMTM 2359 X 0510 X 2325 X 1348 X 1658 X 0843 X 1032 X 1436 X 1530 X 1445 X 1452 X 1603 X 0842 X 1535 X 0643 X 2140 X 1421 X 0023 X 1539 X 1559 X 1605 X 1731 X 2132 X 1834 X 1141 X 1152 X 1819 X 1143 X 0951 X 0030 X 1356 X +USW00014922200010PGTM 2358 W 0232 W 2316 W 1427 W 1553 W 1322 W 1437 W 1334 W 1246 W 1440 W 1511 W 1601 W 0831 W 1808 W 1436 W 2141 W 1421 W 0845 W 1514 W 1442 W 1604 W 1729 W 0825 W 1111 W 1140 W 1106 W 1451 W 1052 W 1021 W 0030 W 2221 W +USW00014922200010TAVG 189 W 156 W 111 W 83 W 56 W 28 W 28 W 33 W 67 W 100 W 111 W 161 W 211 W 133 W 72 W 78 W 128 W 133 W 194 W 150 W 111 W 150 W 161 W 172 W 183 W 167 W 94 W 78 W 106 W 111 W 150 W +USW00014922200010TSUN 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00014922200010WDF2 330 X 320 X 330 X 340 X 330 X 330 X 350 X 330 X 200 X 200 X 180 X 190 X 200 X 320 X 330 X 110 X 230 X 240 X 220 X 330 X 110 X 180 X 80 X 130 X 190 X 210 X 40 X 120 X 130 X 130 X 160 X +USW00014922200010WDF5 330 X 310 X 330 X 20 X 320 X 310 X 10 X 300 X 240 X 220 X 190 X 190 X 200 X 20 X 30 X 100 X 240 X 30 X 210 X 30 X 120 X 180 X 30 X 60 X 190 X 220 X 20 X 100 X 140 X 130 X 140 X +USW00014922200010WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200010WSF2 80 X 80 X 67 X 45 X 103 X 103 X 76 X 72 X 67 X 72 X 98 X 94 X 89 X 80 X 45 X 58 X 63 X 58 X 134 X 76 X 80 X 76 X 31 X 54 X 98 X 98 X 76 X 89 X 107 X 103 X 72 X +USW00014922200010WSF5 103 X 103 X 80 X 89 X 134 X 125 X 125 X 89 X 94 X 94 X 116 X 107 X 107 X 103 X 76 X 63 X 72 X 76 X 161 X 103 X 98 X 94 X 72 X 67 X 112 X 116 X 139 X 103 X 130 X 116 X 76 X +USW00014922200010WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 +USW00014922200010WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200010WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200010WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922200010WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00014922200010WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200010WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00014922200010WT18-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200010WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200010WV03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200011TMAX 189 0 144 0 94 0 128 0 150 0 89 0 100 0 -11 0 0 0 6 0 33 0 33 0 11 0 6 0 6 0 -17 0 -39 0 -39 0 -11 0 -56 0 -67 0 -56 0 -17 0 22 0 28 0 -6 0 28 0 17 0 11 0 11 0-9999 +USW00014922200011TMIN 139 0 50 0 28 0 0 0 50 0 67 0 -11 0 -28 0 -22 0 -6 0 -6 0 0 0 -11 0 -67 0 -72 0 -39 0 -94 0 -94 0 -56 0 -122 0 -172 0 -117 0 -89 0 -100 0 -56 0 -83 0 -56 0 -67 0 -6 0 -22 0-9999 +USW00014922200011PRCP 147 0 0 0 8 0 0 0 36 0 391 0 36 0 0T 0 0 0 0T 0 0 0 140 0 25 0 3 0 20 0 18 0 0T 0 3 0 23 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0T 0 0T 0-9999 +USW00014922200011SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 25 B-9999 -9999 51 B 51 B 51 B 51 B 102 B 102 B 102 B 76 B 76 B 51 B 25 B-9999 -9999 -9999 -9999 -9999 +USW00014922200011AWND 63 X 97 X 64 X 33 X 60 X 72 X 83 X 57 X 43 X 34 X 29 X 44 X 41 X 53 X 31 X 62 X 43 X 43 X 56 X 67 X 31 X 26 X 25 X 23 X 11 X 17 X 32 X 31 X 41 X 31 X-9999 +USW00014922200011FMTM 2016 X 1537 X 0208 X 1240 X 1508 X 0841 X 1726 X 0638 X 1754 X 0446 X 2259 X 1026 X 2144 X 0530 X 0921 X 1256 X 0434 X 1156 X 1740 X 0625 X 1452 X 0221 X 0102 X 1323 X 0052 X 1935 X 0418 X 1459 X 0945 X 1754 X-9999 +USW00014922200011PGTM 2020 W 1537 W 0208 W 0935 W 1421 W 0847 W 1725 W 0637 W 1354 W 0443 W 2023 W 1000 W 2256 W 0325 W 2227 W 0757 W 0442 W 1409 W 1807 W 1303 W 1452 W 1009 W 1010 W 1323 W 2115 W 1934 W 1840 W 1459 W 1926 W 0820 W-9999 +USW00014922200011TAVG 167 W 100 W 61 W 67 W 100 W 78 W 44 W -17 W -11 W 0 W 17 W 17 W 0 W -28 W -33 W -28 W -67 W -67 W -33 W -89 W -117 W -83 W -50 W -39 W -11 W -44 W -11 W -22 W 6 W -6 W-9999 +USW00014922200011TSUN-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00014922200011WDF2 170 X 240 X 260 X 220 X 170 X 130 X 200 X 230 X 320 X 320 X 80 X 80 X 330 X 290 X 230 X 320 X 310 X 270 X 320 X 310 X 230 X 340 X 170 X 230 X 200 X 310 X 240 X 110 X 340 X 60 X-9999 +USW00014922200011WDF5 160 X 240 X 250 X 260 X 150 X 120 X 190 X 230 X 340 X 320 X 60 X 70 X 310 X 290 X 40 X 340 X 320 X 280 X 320 X 330 X 230 X 40 X 230 X 220 X 30 X 350 X 310 X 110 X 10 X 10 X-9999 +USW00014922200011WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200011WSF2 112 X 161 X 116 X 63 X 130 X 103 X 143 X 98 X 72 X 67 X 67 X 72 X 94 X 76 X 67 X 98 X 80 X 76 X 112 X 103 X 58 X 76 X 54 X 45 X 40 X 45 X 58 X 76 X 72 X 58 X-9999 +USW00014922200011WSF5 139 X 206 X 148 X 80 X 165 X 130 X 174 X 112 X 94 X 80 X 76 X 107 X 116 X 98 X 80 X 139 X 98 X 89 X 139 X 130 X 67 X 89 X 63 X 54 X 67 X 89 X 63 X 89 X 98 X 76 X-9999 +USW00014922200011WT01 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922200011WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200011WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200011WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200011WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200011WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200011WT13 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922200011WT14-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200011WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200011WT16 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922200011WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200011WT18-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00014922200011WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 +USW00014922200011WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200011WV03 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200012TMAX 0 0 -22 0 0 0 17 0 -128 0 -67 0 -56 0 -111 0 -33 0 -33 0 -172 0 -183 0 -117 0 -122 0 -67 0 -67 0 -167 0 -111 0 -128 0 -94 0 -172 0 -178 0 -133 0 -172 0 -111 0 -106 0 -111 0 -111 0 -78 0 -106 0 -94 0 +USW00014922200012TMIN -72 0 -111 0 -111 0 -161 0 -189 0 -150 0 -111 0 -139 0 -128 0 -211 0 -211 0 -239 0 -200 0 -206 0 -144 0 -183 0 -217 0 -167 0 -189 0 -172 0 -217 0 -250 0 -211 0 -250 0 -272 0 -167 0 -150 0 -150 0 -122 0 -144 0 -128 0 +USW00014922200012PRCP 5 0 0 0 0 0 3 0 0 0 8 0 15 0 0T 0 8 0 10 0 5 0 0 0 25 0 0T 0 8 0 71 0 0T 0 69 0 0T 0 5 0 0T 0 0 0 8 0 0 0 3 0 0T 0 0 0 64 0 0T 0 0T 0 8 0 +USW00014922200012SNWD-9999 -9999 -9999 -9999 -9999 -9999 51 B 51 B 51 B 76 B 76 B 76 B-9999 102 B 102 B 178 B 229 B 229 B 279 B 279 B 279 B 279 B 305 B 305 B 279 B 279 B 279 B 279 B 406 B 381 B 381 B +USW00014922200012AWND 42 X 21 X 72 X 72 X 43 X 42 X 42 X 36 X 34 X 54 X 50 X 33 X 32 X 26 X 47 X 64 X 40 X 38 X 36 X 53 X 67 X 24 X 36 X 27 X 24 X 37 X 28 X 55 X 43 X 34 X 33 X +USW00014922200012FMTM 1432 X 2359 X 1320 X 1659 X 0023 X 1059 X 1930 X 0443 X 1427 X 0256 X 1710 X 1416 X 1625 X 2348 X 1636 X 1659 X 0007 X 2004 X 0024 X 2254 X 1255 X 0110 X 1919 X 2356 X 1539 X 1328 X 2133 X 0921 X 1339 X 1321 X 0703 X +USW00014922200012PGTM 1429 W 2357 W 1218 W 1925 W 0022 W 1059 W 1523 W 0439 W 1322 W 0254 W 1332 W 1416 W 2307 W 2348 W 1636 W 1702 W 0039 W 1443 W 2358 W 2329 W 1332 W 0111 W 1918 W 0958 W 1532 W 1327 W 1528 W 0920 W 1245 W 1320 W 0059 W +USW00014922200012TAVG -33 W -67 W -56 W -72 W -156 W -106 W -83 W -122 W -78 W -122 W -189 W -211 W -178 W -161 W -106 W -122 W -194 W -178 W -156 W -133 W -194 W -217 W -178 W -211 W -189 W -133 W -128 W -178 W -100 W -122 W -111 W +USW00014922200012TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 0 W-9999 -9999 0 W-9999 0 W-9999 -9999 -9999 -9999 0 W-9999 0 W-9999 -9999 0 W-9999 -9999 0 W +USW00014922200012WDF2 30 X 210 X 200 X 320 X 330 X 300 X 330 X 330 X 170 X 340 X 320 X 220 X 120 X 160 X 120 X 310 X 310 X 340 X 340 X 290 X 290 X 290 X 300 X 300 X 200 X 320 X 100 X 110 X 360 X 330 X 350 X +USW00014922200012WDF5 30 X 210 X 190 X 310 X 320 X 290 X 10 X 320 X 160 X 340 X 20 X 220 X 200 X 170 X 110 X 310 X 310 X 20 X 340 X 300 X 340 X 280 X 310 X 10 X 190 X 340 X 60 X 110 X 10 X 350 X 20 X +USW00014922200012WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 +USW00014922200012WSF2 72 X 40 X 139 X 139 X 107 X 72 X 80 X 76 X 67 X 116 X 94 X 67 X 54 X 72 X 94 X 116 X 94 X 98 X 80 X 89 X 103 X 58 X 76 X 58 X 63 X 67 X 63 X 103 X 67 X 58 X 54 X +USW00014922200012WSF5 98 X 54 X 174 X 165 X 125 X 98 X 107 X 94 X 76 X 143 X 139 X 72 X 67 X 80 X 103 X 148 X 107 X 130 X 98 X 107 X 134 X 67 X 98 X 94 X 72 X 80 X 94 X 116 X 125 X 107 X 107 X +USW00014922200012WT01 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 +USW00014922200012WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922200012WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200012WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200012WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200012WT13 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00014922200012WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200012WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200012WT18 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 +USW00014922200012WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922200101TMAX -83 0 -33 0 -22 0 39 0 11 0 33 0 -22 0 -50 0 -6 0 28 0 17 0 6 0 11 0 17 0 6 0 -56 0 -67 0 -6 0 -100 0 -78 0 -78 0 -6 0 -11 0 -72 0 -50 0 -33 0 -33 0 -67 0 11 0 11 0 0 0 +USW00014922200101TMIN -206 0 -206 0 -83 0 -72 0 -94 0 -78 0 -89 0 -122 0 -139 0 -28 0 -39 0 -28 0 -39 0 0 0 -56 0 -100 0 -150 0 -100 0 -194 0 -217 0 -167 0 -156 0 -106 0 -161 0 -183 0 -111 0 -183 0 -128 0 -128 0 0 0 -78 0 +USW00014922200101PRCP 0T 0 3 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 3 0 0 0 0T 0 86 0 5 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 28 0 0 0 0T 0 132 0 51 0 0T 0 +USW00014922200101SNWD 381 Z 381 Z 381 Z 356 Z 305 Z 305 Z 254 Z 254 Z 254 Z 229 Z 229 Z 152 Z 152 Z 178 Z 229 Z 203 Z 203 Z 203 Z 203 Z 203 Z 203 Z 203 Z 203 Z 203 Z 178 Z 178 Z 229 Z 229 Z 229 Z 229 Z 203 Z +USW00014922200101AWND 23 X 47 X 43 X 59 X 58 X 53 X 41 X 25 X 41 X 44 X 30 X 30 X 48 X 37 X 51 X 40 X 41 X 45 X 41 X 25 X 21 X 39 X 34 X 45 X 45 X 51 X 42 X 22 X 46 X 33 X 57 X +USW00014922200101FMTM 1619 X 1523 X 0358 X 1929 X 0938 X 2110 X 0150 X 0846 X 2347 X 1140 X 1912 X 0735 X 2232 X 0044 X 1312 X 0421 X 1516 X 1551 X 0359 X 1341 X 1609 X 1452 X 2326 X 1356 X 1237 X 1448 X 1148 X 0007 X 1918 X 2306 X 0359 X +USW00014922200101PGTM 0936 W 1503 W 0222 W 2045 W 1035 W 2049 W 1218 W 1300 W 2358 W 1140 W 1934 W 0735 W 2232 W 0630 W 1311 W 0632 W 1556 W 2201 W 1529 W 1339 W 1544 W 1452 W 2325 W 1218 W 1236 W 1556 W 1210 W 0002 W 1917 W 2303 W 0357 W +USW00014922200101TAVG -144 W -117 W -50 W -17 W -39 W -22 W -56 W -83 W -72 W 0 W -11 W -11 W -11 W 11 W -22 W -78 W -106 W -50 W -144 W -144 W -122 W -78 W -56 W -117 W -117 W -72 W -106 W -94 W -56 W 6 W -39 W +USW00014922200101TSUN-9999 -9999 -9999 0 W-9999 -9999 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W +USW00014922200101WDF2 260 X 210 X 310 X 310 X 320 X 310 X 330 X 10 X 220 X 220 X 170 X 220 X 100 X 100 X 320 X 320 X 210 X 320 X 360 X 200 X 230 X 190 X 320 X 320 X 200 X 330 X 230 X 260 X 60 X 310 X 320 X +USW00014922200101WDF5 20 X 210 X 300 X 310 X 320 X 310 X 20 X 20 X 220 X 220 X 160 X 220 X 90 X 60 X 320 X 300 X 200 X 350 X 10 X 200 X 220 X 200 X 320 X 350 X 200 X 330 X 240 X 260 X 50 X 320 X 320 X +USW00014922200101WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 +USW00014922200101WSF2 45 X 98 X 89 X 103 X 130 X 107 X 89 X 54 X 80 X 94 X 45 X 72 X 98 X 80 X 80 X 67 X 76 X 89 X 80 X 63 X 45 X 89 X 76 X 72 X 94 X 112 X 98 X 54 X 98 X 89 X 94 X +USW00014922200101WSF5 58 X 125 X 107 X 148 X 161 X 134 X 112 X 116 X 98 X 116 X 54 X 80 X 116 X 98 X 107 X 80 X 89 X 103 X 107 X 76 X 54 X 98 X 98 X 94 X 112 X 134 X 112 X 63 X 116 X 98 X 112 X +USW00014922200101WT01 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 +USW00014922200101WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200101WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922200101WT13 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X +USW00014922200101WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200101WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922200101WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922200101WT18 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 +USW00014922200101WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200102TMAX -72 0 -161 0 -44 0 -44 0 -17 0 -17 0 -44 0 -28 0 -44 0 -139 0 -72 0 -28 0 -22 0 -83 0 -89 0 -94 0 -133 0 -28 0 -17 0 -94 0 -122 0 -56 0 -67 0 17 0 6 0 -78 0 -106 0 -44 0-9999 -9999 -9999 +USW00014922200102TMIN -222 0 -250 0 -161 0 -78 0 -100 0 -117 0 -122 0 -50 0 -183 0 -228 0 -189 0 -122 0 -133 0 -183 0 -206 0 -189 0 -233 0 -211 0 -117 0 -183 0 -233 0 -128 0 -178 0 -67 0 -117 0 -156 0 -194 0 -206 0-9999 -9999 -9999 +USW00014922200102PRCP 0T 0 5 0 3 0 3 0 0T 0 0T 0 69 0 30 0 0T 0 0 0 0 0 3 0 5 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 13 0 142 0 66 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00014922200102SNWD 203 B 203 B 203 B 229 B 229 B 229 B 229 B 330 B 356 B 356 B 356 B-9999 356 B 356 B 330 B-9999 330 B 330 B 330 B 305 B 305 B 305 B 305 B 381 B 406 B 381 B 381 B 381 B-9999 -9999 -9999 +USW00014922200102AWND 66 X 37 X 37 X 41 X 21 X 29 X 36 X 43 X 75 X 21 X 50 X 36 X 27 X 38 X 22 X 63 X 33 X 43 X 44 X 55 X 29 X 60 X 41 X 57 X 73 X 42 X 46 X 44 X-9999 -9999 -9999 +USW00014922200102FMTM 0308 X 1811 X 1307 X 1026 X 0124 X 1758 X 1728 X 0039 X 1531 X 2357 X 2029 X 0019 X 2349 X 0036 X 2213 X 1554 X 1418 X 1426 X 0017 X 1247 X 2040 X 1511 X 2239 X 0131 X 1056 X 1213 X 1633 X 1212 X-9999 -9999 -9999 +USW00014922200102PGTM 0305 W 1806 W 1315 W 1301 W 1726 W 1757 W 2034 W 1950 W 1347 W 2356 W 2011 W 0122 W 2357 W 1207 W 2353 W 1908 W 1646 W 1425 W 1007 W 1236 W 0053 W 1816 W 2251 W 0107 W 0815 W 1212 W 1632 W 1229 W-9999 -9999 -9999 +USW00014922200102TAVG -144 W -206 W -100 W -61 W -56 W -67 W -83 W -39 W -111 W -183 W -128 W -72 W -78 W -133 W -178 W -178 W -183 W -117 W -67 W -139 W -178 W -89 W -122 W -22 W -56 W -117 W -178 W -122 W-9999 -9999 -9999 +USW00014922200102TSUN-9999 -9999 0 W 0 W 0 W-9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00014922200102WDF2 290 X 160 X 150 X 350 X 230 X 300 X 60 X 50 X 330 X 330 X 110 X 140 X 330 X 330 X 260 X 280 X 240 X 210 X 230 X 320 X 170 X 290 X 110 X 100 X 300 X 320 X 330 X 230 X-9999 -9999 -9999 +USW00014922200102WDF5 290 X 140 X 160 X 20 X 40 X 310 X 90 X 20 X 330 X 320 X 100 X 110 X 320 X 30 X 260 X 290 X 250 X 200 X 350 X 320 X 310 X 290 X 100 X 100 X 290 X 320 X 320 X 230 X-9999 -9999 -9999 +USW00014922200102WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 I0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0-9999 -9999 -9999 +USW00014922200102WSF2 130 X 63 X 67 X 67 X 58 X 80 X 76 X 67 X 125 X 76 X 80 X 67 X 76 X 76 X 54 X 107 X 72 X 103 X 76 X 107 X 72 X 94 X 80 X 98 X 130 X 89 X 80 X 89 X-9999 -9999 -9999 +USW00014922200102WSF5 161 X 72 X 67 X 116 X 63 X 103 X 98 X 98 X 143 X 94 X 103 X 80 X 89 X 103 X 58 X 134 X 76 X 125 X 94 X 130 X 89 X 103 X 98 X 116 X 165 X 103 X 98 X 103 X-9999 -9999 -9999 +USW00014922200102WT01-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200102WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200102WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200102WT08 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200102WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200102WT13-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200102WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200102WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200102WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200102WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200102WT18 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200102WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200102WT21-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200102WT22-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200103TMAX -6 0 50 0 56 0 -28 0 -33 0 11 0 6 0 -6 0 -17 0 6 0 -6 0 -11 0 22 0 89 0 50 0 17 0 50 0 22 0 33 0 72 0 83 0 22 0 11 0 -56 0 -61 0 -11 0 22 0 39 0 33 0 50 0 56 0 +USW00014922200103TMIN -106 0 -89 0 -100 0 -100 0 -100 0 -122 0 -89 0 -67 0 -117 0 -67 0 -117 0 -39 0 -67 0 -28 0 -22 0 -28 0 -67 0 -78 0 -39 0 -39 0 -22 0 -28 0 -89 0 -117 0 -128 0 -117 0 -106 0 -39 0 -6 0 11 0 -17 0 +USW00014922200103PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 137 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 36 0 0T 0 5 0 74 0 +USW00014922200103SNWD 381 B 381 B 356 B 330 B 330 B 330 B 305 B 305 B 305 B 305 B 305 B 381 B 432 B 406 B 305 B 229 B-9999 229 B 203 B 203 B 152 B 127 B 127 B 127 B 127 B 127 B 127 B 102 B 76 B 51 B-9999 +USW00014922200103AWND 38 X 29 X 27 X 47 X 39 X 26 X 45 X 54 X 33 X 38 X 31 X 44 X 40 X 24 X 46 X 33 X 17 X 32 X 35 X 38 X 20 X 33 X 57 X 73 X 67 X 43 X 30 X 49 X 41 X 30 X 50 X +USW00014922200103FMTM 2305 X 1539 X 2138 X 2328 X 1428 X 1557 X 1248 X 1129 X 2221 X 1552 X 1152 X 0652 X 1659 X 2356 X 1429 X 1520 X 1840 X 1659 X 2226 X 1357 X 1621 X 1608 X 2131 X 1136 X 1659 X 1424 X 1729 X 1242 X 1019 X 2057 X 1548 X +USW00014922200103PGTM 2303 W 0947 W 2137 W 1239 W 0831 W 1512 W 2344 W 0938 W 2220 W 2045 W 0757 W 0830 W 1659 W 1855 W 1140 W 1227 W 1152 W 1519 W 1938 W 1356 W 1228 W 1543 W 2130 W 2221 W 1356 W 1206 W 1730 W 1240 W 2102 W 2041 W 1438 W +USW00014922200103TAVG -56 W -17 W -22 W -61 W -67 W -56 W -39 W -33 W -67 W -28 W -61 W -22 W -22 W 33 W 17 W -6 W -6 W -28 W 0 W 17 W 33 W 0 W -39 W -83 W -94 W -61 W -39 W 0 W 17 W 33 W 22 W +USW00014922200103TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W-9999 0 W +USW00014922200103WDF2 240 X 260 X 40 X 30 X 340 X 330 X 330 X 330 X 200 X 330 X 80 X 90 X 280 X 30 X 30 X 30 X 250 X 170 X 180 X 210 X 160 X 320 X 320 X 330 X 330 X 320 X 170 X 220 X 120 X 130 X 300 X +USW00014922200103WDF5 240 X 360 X 40 X 280 X 20 X 10 X 310 X 320 X 210 X 320 X 30 X 100 X 280 X 30 X 40 X 30 X 50 X 170 X 180 X 210 X 100 X 330 X 330 X 340 X 300 X 340 X 180 X 220 X 110 X 120 X 320 X +USW00014922200103WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 +USW00014922200103WSF2 63 X 63 X 103 X 72 X 72 X 58 X 80 X 98 X 63 X 76 X 58 X 76 X 98 X 58 X 89 X 58 X 45 X 72 X 58 X 89 X 45 X 72 X 125 X 107 X 103 X 72 X 58 X 94 X 63 X 54 X 116 X +USW00014922200103WSF5 76 X 89 X 139 X 116 X 112 X 80 X 112 X 130 X 76 X 103 X 80 X 89 X 112 X 103 X 107 X 116 X 76 X 80 X 72 X 98 X 63 X 94 X 170 X 134 X 139 X 98 X 67 X 107 X 72 X 63 X 143 X +USW00014922200103WT01 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00014922200103WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200103WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200103WT13 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00014922200103WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922200103WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00014922200103WT18-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 +USW00014922200103WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200104TMAX 67 0 72 0 89 0 122 0 89 0 111 0 156 0 122 0 100 0 144 0 111 0 100 0 133 0 172 0 111 0 22 0 94 0 139 0 178 0 217 0 150 0 100 0 72 0 172 0 211 0 250 0 233 0 233 0 289 0 228 0-9999 +USW00014922200104TMIN -44 0 0 0 -6 0 17 0 39 0 39 0 39 0 28 0 22 0 39 0 72 0 39 0 -6 0 17 0 -22 0 -39 0 -11 0 -11 0 61 0 111 0 61 0 28 0 28 0 6 0 39 0 128 0 78 0 128 0 156 0 133 0-9999 +USW00014922200104PRCP 0 0 58 0 0 0 0 0 33 0 381 0 64 0 0 0 0 0 66 0 241 0 3 0 3 0 5 0 71 0 0T 0 0 0 0 0 64 0 8 0 168 0 561 0 18 0 8 0 0 0 0 0 0 0 0 0 0 0 28 0-9999 +USW00014922200104AWND 28 X 31 X 46 X 50 X 37 X 51 X 110 X 50 X 46 X 43 X 57 X 70 X 45 X 42 X 76 X 87 X 38 X 30 X 59 X 53 X 54 X 55 X 56 X 34 X 41 X 50 X 25 X 76 X 88 X 55 X-9999 +USW00014922200104FMTM 1358 X 1642 X 1635 X 1444 X 0718 X 2339 X 0914 X 0033 X 0041 X 2309 X 1745 X 1517 X 1750 X 1756 X 1926 X 0821 X 0017 X 1220 X 2309 X 0301 X 1303 X 1931 X 1441 X 1741 X 1643 X 1352 X 2019 X 1455 X 1405 X 0248 X-9999 +USW00014922200104PGTM 1357 W 1813 W 1113 W 1223 W 0920 W 2338 W 0911 W 0227 W 0829 W 2343 W 1438 W 1453 W 1749 W 1226 W 1209 W 1513 W 0843 W 1028 W 2309 W 0300 W 1406 W 2132 W 1616 W 1741 W 1650 W 1410 W 2011 W 1311 W 1331 W 0234 W-9999 +USW00014922200104TAVG 11 W 39 W 44 W 72 W 67 W 78 W 100 W 78 W 61 W 94 W 94 W 72 W 67 W 94 W 44 W -6 W 44 W 67 W 122 W 167 W 106 W 67 W 50 W 89 W 128 W 189 W 156 W 183 W 222 W 183 W-9999 +USW00014922200104TSUN-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922200104WDF2 240 X 30 X 90 X 140 X 120 X 90 X 200 X 280 X 70 X 70 X 80 X 290 X 200 X 200 X 290 X 290 X 10 X 230 X 130 X 120 X 330 X 10 X 330 X 290 X 230 X 330 X 90 X 140 X 200 X 220 X-9999 +USW00014922200104WDF5 240 X 40 X 100 X 140 X 130 X 100 X 200 X 300 X 70 X 80 X 100 X 300 X 200 X 240 X 290 X 330 X 20 X 200 X 130 X 110 X 350 X 300 X 330 X 300 X 240 X 290 X 90 X 140 X 200 X 220 X-9999 +USW00014922200104WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200104WSF2 72 X 80 X 80 X 89 X 80 X 130 X 197 X 103 X 76 X 80 X 103 X 134 X 103 X 80 X 130 X 143 X 72 X 67 X 130 X 107 X 103 X 103 X 130 X 98 X 98 X 107 X 67 X 116 X 156 X 112 X-9999 +USW00014922200104WSF5 89 X 143 X 107 X 107 X 94 X 148 X 232 X 130 X 94 X 98 X 130 X 170 X 125 X 103 X 161 X 174 X 112 X 80 X 148 X 125 X 134 X 130 X 165 X 116 X 107 X 134 X 89 X 143 X 183 X 139 X-9999 +USW00014922200104WT01-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922200104WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200104WT03-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200104WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922200104WT08-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922200104WT13-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922200104WT14-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200104WT16-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200104WT18-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200104WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200104WV03-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200105TMAX 272 0 200 0 156 0 178 0 139 0 200 0 178 0 189 0 244 0 200 0 172 0 194 0 228 0 344 0 344 0 256 0 250 0 244 0 261 0 183 0 167 0 83 0 111 0 128 0 139 0 156 0 183 0 233 0 217 0 222 0 189 0 +USW00014922200105TMIN 117 0 133 0 128 0 100 0 106 0 117 0 89 0 94 0 94 0 111 0 89 0 61 0 100 0 128 0 211 0 161 0 128 0 111 0 133 0 117 0 83 0 39 0 22 0 67 0 106 0 100 0 89 0 89 0 117 0 106 0 117 0 +USW00014922200105PRCP 56 0 10 0 0T 0 0T 0 25 0 246 0 0T 0 0 0 10 0 38 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 10 0 236 0 81 0 127 0 64 0 66 0 175 0 5 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200105AWND 51 X 30 X 31 X 40 X 72 X 74 X 65 X 55 X 52 X 31 X 44 X 30 X 46 X 62 X 61 X 29 X 38 X 23 X 35 X 39 X 57 X 67 X 40 X 42 X 33 X 30 X 24 X 20 X 42 X 36 X 23 X +USW00014922200105FMTM 1532 X 0149 X 1233 X 1110 X 1418 X 1724 X 1614 X 1009 X 1826 X 0942 X 0459 X 1526 X 1628 X 0742 X 2138 X 1139 X 1343 X 2006 X 2144 X 1231 X 1623 X 1630 X 1259 X 0854 X 0851 X 1626 X 1842 X 1016 X 1502 X 1212 X 2352 X +USW00014922200105PGTM 1532 W 0148 W 1308 W 1228 W 1440 W 1723 W 1600 W 1012 W 1817 W 1117 W 0839 W 1401 W 1626 W 1708 W 2137 W 1139 W 1158 W 2006 W 2143 W 1328 W 1622 W 1150 W 1258 W 0836 W 1117 W 0840 W 0515 W 1100 W 1500 W 1122 W 2355 W +USW00014922200105TAVG 194 W 167 W 144 W 139 W 122 W 161 W 133 W 144 W 172 W 156 W 133 W 128 W 167 W 239 W 278 W 211 W 189 W 178 W 200 W 150 W 128 W 61 W 67 W 100 W 122 W 128 W 139 W 161 W 167 W 167 W 156 W +USW00014922200105TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922200105WDF2 190 X 290 X 90 X 60 X 130 X 220 X 290 X 290 X 180 X 330 X 10 X 180 X 150 X 180 X 330 X 280 X 290 X 90 X 220 X 160 X 290 X 290 X 40 X 20 X 20 X 330 X 40 X 40 X 90 X 120 X 230 X +USW00014922200105WDF5 200 X 270 X 70 X 70 X 110 X 210 X 290 X 280 X 170 X 20 X 10 X 200 X 160 X 210 X 340 X 280 X 280 X 90 X 220 X 180 X 290 X 290 X 30 X 30 X 30 X 20 X 50 X 40 X 100 X 120 X 230 X +USW00014922200105WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200105WSF2 130 X 67 X 67 X 76 X 107 X 161 X 161 X 116 X 125 X 89 X 94 X 67 X 89 X 107 X 116 X 98 X 112 X 58 X 89 X 103 X 125 X 112 X 98 X 76 X 76 X 58 X 54 X 76 X 76 X 72 X 63 X +USW00014922200105WSF5 148 X 76 X 89 X 98 X 134 X 197 X 197 X 143 X 148 X 116 X 116 X 76 X 107 X 130 X 143 X 107 X 139 X 67 X 103 X 116 X 143 X 156 X 116 X 125 X 107 X 103 X 80 X 107 X 94 X 94 X 67 X +USW00014922200105WT01 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00014922200105WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200105WT03 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200105WT04 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200105WT05 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200105WT13 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00014922200105WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200105WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200105WT21 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200105WV03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200106TMAX 167 0 183 0 189 0 194 0 139 0 172 0 217 0 256 0 283 0 272 0 294 0 256 0 306 0 261 0 228 0 256 0 250 0 306 0 233 0 261 0 217 0 233 0 278 0 300 0 361 0 322 0 333 0 322 0 322 0 306 0-9999 +USW00014922200106TMIN 94 0 83 0 83 0 94 0 111 0 122 0 133 0 122 0 172 0 183 0 178 0 156 0 178 0 178 0 144 0 133 0 150 0 161 0 122 0 139 0 139 0 111 0 144 0 183 0 228 0 239 0 228 0 217 0 222 0 200 0-9999 +USW00014922200106PRCP 157 0 0T 0 0 0 0T 0 122 0 3 0 0T 0 0T 0 25 0 58 0 185 0 53 0 602 0 196 0 0 0 5 0 3 0 74 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 130 0-9999 +USW00014922200106AWND 40 X 52 X 44 X 57 X 45 X 21 X 17 X 16 X 26 X 37 X 36 X 33 X 66 X 57 X 53 X 43 X 37 X 60 X 41 X 32 X 38 X 16 X 46 X 60 X 69 X 40 X 27 X 47 X 35 X 42 X-9999 +USW00014922200106FMTM 1358 X 1404 X 1746 X 2120 X 1010 X 2034 X 1400 X 2354 X 1536 X 0218 X 1703 X 2143 X 2244 X 0527 X 1957 X 1526 X 2355 X 2322 X 2359 X 2241 X 1638 X 1757 X 1247 X 1554 X 1517 X 1000 X 1745 X 1600 X 0929 X 0056 X-9999 +USW00014922200106PGTM 1810 W 0626 W 1745 W 1515 W 1145 W 2033 W 1712 W 2355 W 1536 W 0218 W 1703 W 2154 W 2242 W 0526 W 2008 W 1526 W 2355 W 2322 W 2358 W 2253 W 1246 W 1755 W 1246 W 1553 W 1517 W 0959 W 1745 W 1556 W 0953 W 0055 W-9999 +USW00014922200106TAVG 133 W 133 W 139 W 144 W 128 W 150 W 178 W 189 W 228 W 228 W 239 W 206 W 244 W 222 W 189 W 194 W 200 W 233 W 178 W 200 W 178 W 172 W 211 W 244 W 294 W 283 W 283 W 272 W 272 W 256 W-9999 +USW00014922200106TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 +USW00014922200106WDF2 330 X 20 X 80 X 120 X 110 X 70 X 10 X 360 X 260 X 220 X 300 X 140 X 220 W 200 X 330 X 290 X 110 X 320 X 320 X 340 X 10 X 140 X 180 X 160 X 190 X 220 X 170 X 200 X 220 X 300 X-9999 +USW00014922200106WDF5 350 X 340 X 80 X 100 X 80 X 90 X 30 X 20 X 250 X 230 X 300 X 160 X 220 X 190 X 340 X 290 X 120 X 330 X 320 X 350 X 10 X 130 X 180 X 160 X 190 X 210 X 170 X 200 X 200 X 300 X-9999 +USW00014922200106WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200106WSF2 94 X 94 X 76 X 89 X 72 X 67 X 58 X 67 X 98 X 107 X 170 X 98 X 201 W 134 X 107 X 125 X 98 X 148 X 112 X 98 X 94 X 54 X 80 X 112 X 130 X 89 X 72 X 89 X 76 X 143 X-9999 +USW00014922200106WSF5 143 X 125 X 94 X 107 X 94 X 76 X 116 X 89 X 112 X 125 X 206 X 107 X 250 X 161 X 130 X 143 X 116 X 174 X 139 X 125 X 134 X 67 X 103 X 139 X 143 X 107 X 89 X 112 X 98 X 174 X-9999 +USW00014922200106WT01 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200106WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200106WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200106WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200106WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922200106WT13 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200106WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200106WT16 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200106WV03 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200107TMAX 206 0 194 0 294 0 261 0 244 0 317 0 317 0 339 0 350 0 306 0 283 0 294 0 306 0 317 0 311 0 317 0 339 0 344 0 322 0 300 0 333 0 311 0 317 0 250 0 267 0 250 0 261 0 267 0 300 0 344 0 367 0 +USW00014922200107TMIN 117 0 128 0 150 0 172 0 139 0 156 0 222 0 217 0 194 0 206 0 167 0 183 0 172 0 194 0 222 0 200 0 206 0 194 0 217 0 233 0 228 0 211 0 222 0 183 0 167 0 161 0 178 0 194 0 178 0 222 0 250 0 +USW00014922200107PRCP 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 86 0 66 0 0 0 0 0 251 0 20 0 10 0 0 0 0 0 86 0 3 0 0 0 0 0 0T 0 +USW00014922200107AWND 54 X 37 X 38 X 50 X 25 X 48 X 20 X 32 X 35 X 39 X 34 X 27 X 18 X 32 X 51 X 53 X 41 X 38 X 40 X 28 X 27 X 38 X 30 X 25 X 47 X 46 X 55 X 38 X 38 X 57 X 70 X +USW00014922200107FMTM 0326 X 1640 X 1226 X 1451 X 0247 X 1548 X 1706 X 1326 X 1911 X 1346 X 1816 X 1451 X 1404 X 1645 X 1025 X 1628 X 2358 X 2358 X 1042 X 1540 X 1317 X 0642 X 1712 X 1937 X 2154 X 1809 X 1401 X 0945 X 1636 X 1758 X 1745 X +USW00014922200107PGTM 0326 W 1639 W 1522 W 1529 W 0721 W 1540 W 1441 W 1456 W 1602 W 1307 W 1816 W 1122 W 1403 W 1644 W 1003 W 1628 W 2358 W 2358 W 1041 W 1541 W 0828 W 0638 W 1745 W 1118 W 1657 W 1808 W 1854 W 1841 W 1408 W 1757 W 1800 W +USW00014922200107TAVG 161 W 161 W 222 W 217 W 194 W 239 W 272 W 278 W 272 W 256 W 228 W 239 W 239 W 256 W 267 W 261 W 272 W 272 W 272 W 267 W 283 W 261 W 272 W 217 W 217 W 206 W 222 W 233 W 239 W 283 W 311 W +USW00014922200107TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200107WDF2 30 X 190 X 310 X 330 X 20 X 210 X 280 X 330 X 350 X 320 X 60 X 100 X 250 X 240 X 250 X 180 X 40 X 40 X 340 X 170 X 110 X 320 X 290 X 30 X 60 X 90 X 140 X 290 X 160 X 170 X 180 X +USW00014922200107WDF5 30 X 190 X 330 X 320 X 50 X 200 X 360 X 30 X 280 X 320 X 80 X 50 X 240 X 250 X 220 X 170 X 30 X 30 X 330 X 170 X 10 X 290 X 300 X 30 X 90 X 90 X 150 X 40 X 140 X 180 X 190 X +USW00014922200107WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200107WSF2 116 X 80 X 76 X 103 X 63 X 103 X 63 X 76 X 80 X 98 X 72 X 63 X 58 X 63 X 89 X 98 X 130 X 130 X 116 X 76 X 72 X 143 X 76 X 54 X 80 X 76 X 89 X 63 X 72 X 112 X 125 X +USW00014922200107WSF5 139 X 98 X 103 X 130 X 89 X 130 X 98 X 139 X 107 X 112 X 94 X 103 X 67 X 89 X 107 X 116 X 156 X 156 X 139 X 89 X 89 X 179 X 94 X 116 X 107 X 98 X 107 X 89 X 94 X 134 X 148 X +USW00014922200107WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922200107WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200107WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200107WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922200107WT16-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 +USW00014922200107WV03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200108TMAX 300 0 300 0 317 0 339 0 367 0 372 0 367 0 344 0 283 0 244 0 267 0 294 0 256 0 256 0 228 0 261 0 283 0 228 0 261 0 272 0 267 0 311 0 300 0 278 0 283 0 283 0 289 0 294 0 267 0 261 0 211 0 +USW00014922200108TMIN 244 0 206 0 200 0 233 0 250 0 267 0 244 0 250 0 178 0 139 0 133 0 172 0 133 0 156 0 172 0 161 0 139 0 144 0 139 0 156 0 178 0 200 0 206 0 183 0 183 0 161 0 183 0 150 0 172 0 167 0 128 0 +USW00014922200108PRCP 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0T 0 8 0 0 0 183 0 160 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 168 0 0T 0 0 0 +USW00014922200108AWND 44 X 30 X 34 X 38 X 62 X 30 X 33 X 54 X 57 X 30 X 25 X 42 X 22 X 46 X 57 X 46 X 31 X 43 X 19 X 26 X 51 X 29 X 37 X 43 X 25 X 26 X 30 X 15 X 50 X 52 X 34 X +USW00014922200108FMTM 0204 X 0113 X 1527 X 1805 X 1311 X 0117 X 1842 X 1702 X 0749 X 0850 X 1243 X 1709 X 1235 X 1659 X 1520 X 1313 X 2113 X 1157 X 1258 X 1329 X 1004 X 1522 X 1509 X 1446 X 1419 X 2252 X 1431 X 1656 X 1608 X 1655 X 1123 X +USW00014922200108PGTM 0203 W 0833 W 1529 W 1531 W 1311 W 2028 W 1356 W 1557 W 1805 W 0926 W 1243 W 2013 W 1146 W 1634 W 1457 W 1716 W 2111 W 0751 W 0725 W 1335 W 1009 W 1559 W 2125 W 1417 W 1622 W 2253 W 1107 W 1655 W 1607 W 1146 W 0918 W +USW00014922200108TAVG 272 W 256 W 261 W 289 W 311 W 322 W 306 W 300 W 233 W 194 W 200 W 233 W 194 W 206 W 200 W 211 W 211 W 189 W 200 W 217 W 222 W 256 W 256 W 233 W 233 W 222 W 239 W 222 W 222 W 217 W 172 W +USW00014922200108TSUN-9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W +USW00014922200108WDF2 210 X 350 X 130 X 170 X 220 X 210 X 210 X 240 X 340 X 340 X 170 X 350 X 310 X 240 X 220 X 330 X 10 X 30 X 80 X 180 X 150 X 40 X 90 X 110 X 350 X 240 X 320 X 320 X 180 X 290 X 20 X +USW00014922200108WDF5 200 X 40 X 130 X 170 X 210 X 30 X 200 X 220 X 10 X 30 X 200 X 20 X 30 X 230 X 210 X 350 X 20 X 10 X 30 X 160 X 150 X 40 X 90 X 120 X 20 X 240 X 40 X 320 X 180 X 300 X 20 X +USW00014922200108WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200108WSF2 125 X 63 X 63 X 67 X 112 X 72 X 67 X 98 X 107 X 58 X 63 X 80 X 58 X 94 X 103 X 98 X 125 X 76 X 58 X 63 X 98 X 63 X 72 X 80 X 58 X 89 X 80 X 58 X 116 X 89 X 72 X +USW00014922200108WSF5 148 X 103 X 76 X 80 X 134 X 103 X 103 X 116 X 139 X 112 X 72 X 116 X 103 X 112 X 130 X 116 X 161 X 112 X 94 X 76 X 116 X 89 X 80 X 103 X 107 X 103 X 107 X 67 X 143 X 107 X 107 X +USW00014922200108WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00014922200108WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922200108WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200108WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00014922200108WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200108WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 +USW00014922200108WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200108WV03 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922200109TMAX 250 0 300 0 278 0 278 0 294 0 261 0 272 0 178 0 206 0 211 0 283 0 233 0 194 0 139 0 178 0 161 0 178 0 178 0 194 0 194 0 211 0 144 0 128 0 139 0 161 0 200 0 217 0 194 0 189 0 244 0-9999 +USW00014922200109TMIN 117 0 167 0 144 0 133 0 167 0 189 0 172 0 144 0 117 0 117 0 128 0 133 0 117 0 100 0 111 0 139 0 139 0 144 0 128 0 106 0 117 0 94 0 50 0 22 0 22 0 50 0 67 0 56 0 78 0 83 0-9999 +USW00014922200109PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 208 0 18 0 114 0 0 0 0 0 0 0 0 0 10 0 0 0 8 0 0 0 0T 0 38 0 79 0 0 0 414 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200109AWND 51 X 52 X 32 X 30 X 55 X 50 X 45 X 41 X 22 X 41 X 50 X 45 X 40 X 38 X 30 X 33 X 19 X 25 X 26 X 25 X 31 X 30 X 55 X 25 X 12 X 17 X 17 X 30 X 41 X 26 X-9999 +USW00014922200109FMTM 1549 X 1746 X 1322 X 1636 X 1530 X 1331 X 1328 X 1516 X 1508 X-9999 1315 X 0854 X 1917 X 0834 X 1516 X 1132 X 0048 X 1340 X 1554 X 1301 X 1609 X 1007 X 0921 X 1413 X 1428 X 1438 X 1503 X 2019 X 1740 X 1414 X-9999 +USW00014922200109PGTM 1543 W 1746 W 0834 W 1315 W 1447 W 1331 W 1351 W 1516 W 1508 W-9999 1331 W 0853 W 1917 W 0636 W 1515 W 1148 W 1418 W 1536 W 1726 W 1826 W 1544 W 1007 W 0826 W 0828 W 1428 W 1050 W 1429 W 1855 W 1721 W 1459 W-9999 +USW00014922200109TAVG 183 W 233 W 211 W 206 W 233 W 228 W 222 W 161 W 161 W 167 W 206 W 183 W 156 W 122 W 144 W 150 W 161 W 161 W 161 W 150 W 167 W 122 W 89 W 83 W 94 W 128 W 144 W 128 W 133 W 167 W-9999 +USW00014922200109TSUN 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W-9999 0 W-9999 0 W 0 W-9999 -9999 -9999 -9999 0 W-9999 +USW00014922200109WDF2 190 X 200 X 330 X 160 X 190 X 190 X 220 X 330 X 300 X-9999 200 X 30 X 80 X 120 X 150 X 210 X 210 X 90 X 30 X 80 X 290 X 330 X 20 X 30 X 340 X 300 X 50 X 120 X 130 X 180 X-9999 +USW00014922200109WDF5 200 X 210 X 10 X 170 X 160 X 190 X 230 X 330 X 300 X-9999 200 X 30 X 80 X 150 X 150 X 200 X 80 X 70 X 30 X 10 X 290 X 330 X 20 X 40 X 360 X 350 X 70 X 110 X 140 X 230 X-9999 +USW00014922200109WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200109WSF2 103 X 94 X 76 X 63 X 89 X 89 X 107 X 76 X 112 X-9999 98 X 94 X 80 X 67 X 45 X 58 X 40 X 58 X 45 X 94 X 67 X 98 X 103 X 63 X 40 X 54 X 54 X 63 X 67 X 67 X-9999 +USW00014922200109WSF5 125 X 107 X 112 X 89 X 107 X 103 X 130 X 94 X 156 X 0 W 125 X 116 X 94 X 76 X 58 X 67 X 63 X 72 X 94 X 103 X 76 X 116 X 130 X 89 X 67 X 72 X 94 X 76 X 76 X 80 X-9999 +USW00014922200109WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 +USW00014922200109WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200109WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200109WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200109WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200109WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922200109WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922200109WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200109WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200109WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200109WV03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200110TMAX 217 0 300 0 156 0 139 0 106 0 78 0 133 0 183 0 161 0 178 0 189 0 189 0 122 0 111 0 94 0 94 0 133 0 128 0 167 0 172 0 156 0 156 0 167 0 139 0 39 0 39 0 67 0 183 0 100 0 94 0 161 0 +USW00014922200110TMIN 106 0 89 0 111 0 56 0 17 0 -17 0 -17 0 67 0 94 0 78 0 56 0 78 0 56 0 56 0 39 0 6 0 -6 0 50 0 22 0 28 0 33 0 28 0 106 0 0 0 6 0 11 0 -11 0 22 0 50 0 56 0 94 0 +USW00014922200110PRCP 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 3 0 10 0 102 0 0 0 0 0 119 0 5 0 18 0 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 33 0 20 0 8 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922200110AWND 13 X 40 X 42 X 33 X 49 X 31 X 50 X 70 X 38 X 69 X 34 X 31 X 23 X 46 X 44 X 42 X 39 X 32 X 32 X 27 X 19 X 37 X 35 X 83 X 120 X 78 X 35 X 45 X 52 X 63 X 51 X +USW00014922200110FMTM 1511 X 1347 X 0257 X 1614 X 1524 X 0247 X 2358 X 1416 X 1717 X 1639 X 1641 X 0207 X 1615 X 1520 X 1235 X 1356 X 1433 X 1029 X 1435 X 1216 X 1320 X 1856 X 2355 X 2349 X 1836 X 0349 X 1603 X 1350 X 0556 X 0923 X 1351 X +USW00014922200110PGTM 1510 W 1346 W 0257 W 1429 W 1524 W 1247 W 2336 W 1415 W 1708 W 1638 W 1441 W 0207 W 1454 W 1729 W 1622 W 1438 W 1515 W 1028 W 1619 W 1303 W 1313 W 1845 W 2354 W 2333 W 1533 W 0349 W 1554 W 1137 W 0554 W 0923 W 1335 W +USW00014922200110TAVG 161 W 194 W 133 W 100 W 61 W 33 W 61 W 128 W 128 W 128 W 122 W 133 W 89 W 83 W 67 W 50 W 67 W 89 W 94 W 100 W 94 W 94 W 139 W 72 W 22 W 28 W 28 W 106 W 78 W 78 W 128 W +USW00014922200110TSUN 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00014922200110WDF2 280 X 210 X 340 X 300 X 330 X 320 X 140 X 180 X 90 X 290 X 190 X 170 X 320 X 290 X 350 X 330 X 140 X 340 X 240 X 230 X 220 X 150 X 140 X 280 X 310 X 320 X 170 X 200 X 30 X 130 X 170 X +USW00014922200110WDF5 280 X 210 X 340 X 290 X 330 X 360 X 140 X 180 X 100 X 280 X 160 X 170 X 360 X 290 X 320 X 320 X 160 X 350 X 270 X 250 X 210 X 150 X 150 X 280 X 290 X 320 X 170 X 190 X 10 X 130 X 190 X +USW00014922200110WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200110WSF2 54 X 112 X 80 X 80 X 112 X 72 X 89 X 130 X 107 X 148 X 63 X 63 X 72 X 89 X 89 X 94 X 94 X 107 X 76 X 89 X 63 X 76 X 72 X 156 X 170 X 139 X 72 X 94 X 89 X 107 X 89 X +USW00014922200110WSF5 67 X 130 X 103 X 107 X 139 X 94 X 112 X 170 X 134 X 174 X 80 X 76 X 94 X 107 X 107 X 107 X 107 X 139 X 94 X 107 X 72 X 103 X 94 X 201 X 210 X 179 X 94 X 112 X 116 X 134 X 107 X +USW00014922200110WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922200110WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200110WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922200110WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200110WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200110WT18-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922200111TMAX 200 0 150 0 194 0 150 0 217 0 200 0 189 0 83 0 133 0 133 0 133 0 183 0 161 0 178 0 178 0 183 0 200 0 156 0 50 0 89 0 156 0 128 0 122 0 122 0 61 0 17 0 11 0 6 0 11 0 17 0-9999 +USW00014922200111TMIN 94 0 50 0 28 0 28 0 39 0 106 0 72 0 11 0 11 0 28 0 0 0 22 0 100 0 111 0 67 0 44 0 89 0 33 0 -11 0 -39 0 6 0 22 0 44 0 61 0 0 0 -11 0 -11 0 -11 0 -22 0 0 0-9999 +USW00014922200111PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 51 0 0T 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 160 0 269 0 3 0 122 0 48 0 18 0 3 0 0T 0-9999 +USW00014922200111SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 102 B 76 B 76 B-9999 +USW00014922200111AWND 55 X 45 X 19 X 13 X 44 X 26 X 51 X 62 X 38 X 40 X 31 X 41 X 29 X 26 X 19 X 25 X 39 X 59 X 47 X 25 X 10 X 30 X 28 X 39 X 61 X 69 X 60 X 34 X 18 X 21 X-9999 +USW00014922200111FMTM 1501 X 1520 X 1513 X 2354 X 1234 X 0916 X 2344 X 0417 X 0859 X 0836 X 1529 X 1504 X 1255 X 1417 X 1331 X 1557 X 1410 X 2116 X 1509 X 1136 X 1405 X 1402 X 2355 X 1300 X 1436 X 1811 X 0252 X 0326 X 2116 X 2320 X-9999 +USW00014922200111PGTM 1500 W 1220 W 1513 W 0926 W 1233 W 0515 W 2343 W 0155 W 0854 W-9999 -9999 1830 W 0820 W 1327 W 1330 W 0719 W 1409 W 1927 W 1508 W 1153 W 1355 W-9999 2258 W 1144 W 0917 W 1811 W 0135 W 0611 W 2115 W 2248 W-9999 +USW00014922200111TAVG 150 W 100 W 111 W 89 W 128 W 156 W 133 W 50 W 72 W 83 W 67 W 106 W 133 W 144 W 122 W 117 W 144 W 94 W 22 W 28 W 83 W 78 W 83 W 94 W 33 W 6 W 0 W 0 W -6 W 11 W-9999 +USW00014922200111TSUN 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 0 W 0 W 0 W-9999 -9999 0 W-9999 +USW00014922200111WDF2 270 X 300 X 280 X 150 X 220 X 230 X 320 X 320 X 250 X 330 X 180 X 180 X 240 X 180 X 240 X 130 X 220 X 340 X 320 X 200 X 230 X 180 X 70 X 30 X 320 X 60 X 50 X 50 X 110 X 250 X-9999 +USW00014922200111WDF5 260 X 280 X 270 X 40 X 220 X 220 X 320 X 320 X 240 X 20 X 180 X 180 X 250 X 210 X 240 X 70 X 220 X 350 X 320 X 180 X 240 X 180 X 70 X 30 X 290 X 60 X 50 X 50 X 100 X 270 X-9999 +USW00014922200111WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200111WSF2 116 X 107 X 72 X 36 X 103 X 63 X 107 X 143 X 63 X 80 X 58 X 89 X 72 X 45 X 45 X 54 X 89 X 107 X 98 X 89 X 36 X 63 X 63 X 80 X 98 X 139 X 94 X 72 X 58 X 63 X-9999 +USW00014922200111WSF5 143 X 143 X 94 X 76 X 125 X 76 X 143 X 183 X 76 X 103 X 72 X 103 X 80 X 63 X 54 X 76 X 103 X 134 X 125 X 107 X 45 X 72 X 76 X 112 X 130 X 165 X 125 X 94 X 67 X 89 X-9999 +USW00014922200111WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922200111WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200111WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200111WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922200111WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922200111WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922200111WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00014922200111WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922200111WT16 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 +USW00014922200111WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922200111WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 +USW00014922200111WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200112TMAX 0 0 78 0 83 0 94 0 172 0 67 0 11 0 6 0 78 0 50 0 83 0 44 0 -22 0 0 0 78 0 72 0 61 0 50 0 33 0 33 0 17 0 44 0 -33 0 -72 0 -89 0 -61 0 -50 0 -89 0 -111 0 -94 0 -94 0 +USW00014922200112TMIN -39 0 -33 0 -28 0 56 0 22 0 -28 0 -44 0 -72 0 -67 0 -17 0 -17 0 -22 0 -56 0 -39 0 -11 0 6 0 -17 0 -33 0 -56 0 -78 0 -67 0 -67 0 -128 0 -133 0 -139 0 -133 0 -100 0 -139 0 -156 0 -144 0 -172 0 +USW00014922200112PRCP 0T 0 0 0 0T 0 3 0 41 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 104 0 25 0 0 0 0T 0 13 0 0T 0 0T 0 0T 0 0T 0 0T 0 +USW00014922200112SNWD 25 B 25 B-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 B 102 B 76 B 76 B 76 B 76 B 76 B 76 B 76 B +USW00014922200112AWND 38 X 36 X 23 X 13 X 74 X 24 X 29 X 40 X 50 X 25 X 65 X 35 X 40 X 51 X 64 X 51 X 21 X 42 X 47 X 4 X 54 X 43 X 66 X 66 X 42 X 39 X 51 X 53 X 46 X 54 X 41 X +USW00014922200112FMTM 1043 X 1309 X 1955 X 2335 X 1754 X 2354 X 0934 X 1135 X 2311 X 0000 X 1428 X 2235 X 1959 X 0446 X 1306 X 0629 X 0211 X 2231 X 1454 X 2302 X 1950 X 1707 X 1635 X 1232 X 2133 X 2113 X 2027 X 2145 X 0822 X 0548 X 2340 X +USW00014922200112PGTM 0405 W 1505 W 1951 W 2201 W 1753 W 2354 W 0943 W 1140 W 2123 W 0000 W 1427 W 1354 W 2004 W 1620 W 1316 W 0628 W 0210 W 2231 W 1453 W 2304 W 2006 W 1706 W 1738 W 0437 W 2133 W 2136 W 2022 W 2149 W 0719 W 2133 W 2339 W +USW00014922200112TAVG -17 W 22 W 28 W 78 W 100 W 22 W -17 W -33 W 6 W 17 W 33 W 11 W -39 W -17 W 33 W 39 W 22 W 11 W -11 W -22 W -22 W -11 W -78 W -100 W -111 W -94 W -72 W -111 W -133 W -117 W -67 W +USW00014922200112WDF2 270 X 180 X 180 X 80 X 260 X 270 X 130 X 320 X 220 X 220 X 170 X 320 X 180 X 140 X 170 X 170 X 300 X 320 X 310 X 340 X 140 X 270 X 310 X 330 X 320 X 300 X 300 X 330 X 320 X 320 X 320 X +USW00014922200112WDF5 260 X 230 X 180 X 60 X 250 X 260 X 100 X 320 X 210 X 220 X 170 X 10 X 180 X 150 X 160 X 180 X 300 X 320 X 290 X 340 X 140 X 270 X 290 X 330 X 340 X 300 X 290 X 360 X 330 X 360 X 330 X +USW00014922200112WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200112WSF2 76 X 80 X 72 X 40 X 139 X 94 X 58 X 89 X 76 X 67 X 116 X 63 X 67 X 76 X 130 X 89 X 54 X 103 X 112 X 45 X 130 X 80 X 112 X 103 X 94 X 76 X 89 X 76 X 72 X 107 X 63 X +USW00014922200112WSF5 98 X 98 X 89 X 58 X 179 X 112 X 67 X 103 X 107 X 94 X 148 X 89 X 80 X 89 X 156 X 103 X 63 X 125 X 139 X 58 X 156 X 103 X 156 X 134 X 125 X 94 X 116 X 130 X 89 X 125 X 72 X +USW00014922200112WT01 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922200112WT02-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200112WT08 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200112WT13 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922200112WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200112WT16-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200112WT18 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922200201TMAX -94 0 -94 0 -33 0 -11 0 17 0 0 0 -17 0 72 0 94 0 33 0 61 0 39 0 22 0 -11 0 -22 0 -56 0 -67 0 -111 0 -6 0 6 0 -6 0 67 0 11 0 22 0 78 0 89 0 17 0 -28 0 -56 0 -61 0 -33 0 +USW00014922200201TMIN -133 0 -172 0 -161 0 -72 0 -39 0 -133 0 -156 0 -22 0 11 0 -11 0 -22 0 -33 0 -44 0 -28 0 -72 0 -100 0 -133 0 -189 0 -106 0 -83 0 -94 0 -44 0 -72 0 -128 0 -22 0 -11 0 -33 0 -78 0 -94 0 -111 0 -72 0 +USW00014922200201PRCP 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 30 0 0T 0 8 0 0T 0 0T 0 13 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 5 0 0T 0 13 0 +USW00014922200201SNWD 76 B 76 B 76 B 76 B 51 B 51 B 51 B 25 B-9999 -9999 -9999 -9999 -9999 76 B 76 B 76 B 102 B 102 B 127 B 102 B 76 B 76 B 51 B 51 B-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200201AWND 33 X 22 X 43 X 28 X 30 X 49 X 30 X 38 X 46 X 51 X 37 X 50 X 64 X 45 X 44 X 29 X 43 X 30 X 54 X 31 X 26 X 37 X 50 X 37 X 46 X 19 X 32 X 58 X 41 X 23 X 40 X +USW00014922200201FMTM 0138 X 1803 X 2119 X 0006 X 1534 X 0405 X 1301 X 2005 X 1316 X 1430 X 2359 X 1337 X 1422 X 0024 X 0703 X 1529 X 2252 X 0044 X 1505 X 1249 X 1508 X 1401 X 0635 X 1635 X 0502 X 1431 X 2028 X 1334 X 0215 X 0508 X 2138 X +USW00014922200201PGTM 2110 W 1524 W 1457 W 0005 W 1533 W 0405 W 1506 W 1944 W 1520 W 1430 W 2358 W 1245 W 1846 W 1223 W 1031 W 1528 W 2249 W 0044 W 1532 W 1249 W 1508 W 1400 W 2112 W 1634 W 0503 W 1430 W 1609 W 0745 W 0913 W 1747 W 2200 W +USW00014922200201TAVG -111 W -178 W -94 W -39 W -11 W -67 W -83 W 28 W 56 W 11 W 22 W 6 W -11 W -17 W -44 W -78 W -100 W -178 W -56 W -39 W -50 W 11 W -28 W -50 W 28 W 39 W -6 W -50 W -72 W -83 W -50 W +USW00014922200201TSUN 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W-9999 0 W 0 W-9999 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922200201WDF2 330 X 230 X 220 X 220 X 320 X 350 X 220 X 240 X 280 X 320 X 310 X 320 X 90 X 70 X 330 X 260 X 320 X 320 X 260 X 160 X 170 X 180 X 330 X 270 X 230 X 220 X 330 X 20 X 20 X 320 X 20 X +USW00014922200201WDF5 20 X 260 X 180 X 210 X 350 X 360 X 210 X 250 X 280 X 320 X 300 X 320 X 90 X 10 X 330 X 250 X 320 X 310 X 260 X 160 X 170 X 180 X 20 X 270 X 230 X 210 X 350 X 360 X 30 X 30 X 20 X +USW00014922200201WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200201WSF2 63 X 45 X 72 X 63 X 80 X 103 X 67 X 72 X 76 X 98 X 63 X 94 X 107 X 76 X 89 X 54 X 94 X 72 X 107 X 80 X 63 X 72 X 80 X 67 X 89 X 45 X 72 X 89 X 76 X 54 X 76 X +USW00014922200201WSF5 107 X 58 X 103 X 80 X 107 X 134 X 80 X 98 X 89 X 130 X 80 X 116 X 130 X 116 X 98 X 63 X 116 X 98 X 139 X 98 X 67 X 94 X 98 X 89 X 107 X 54 X 89 X 116 X 112 X 98 X 112 X +USW00014922200201WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 +USW00014922200201WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922200201WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200201WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X +USW00014922200201WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922200201WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922200201WT18 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00014922200201WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200202TMAX -28 0 0 0 -44 0 -67 0 -6 0 50 0 50 0 100 0 39 0 6 0 61 0 22 0 67 0 83 0 61 0 50 0 67 0 94 0 56 0 11 0 6 0 28 0 106 0 39 0 -44 0 -67 0 -50 0 -44 0-9999 -9999 -9999 +USW00014922200202TMIN -111 0 -122 0 -128 0 -172 0 -111 0 -61 0 -28 0 -22 0 6 0 -56 0 -61 0 -83 0 -83 0 6 0 -11 0 -17 0 -56 0 22 0 11 0 -22 0 -61 0 -94 0 22 0 -50 0 -94 0 -122 0 -161 0 -122 0-9999 -9999 -9999 +USW00014922200202PRCP 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 13 0 36 0 30 0 5 0 0 0 0T 0 10 0 0T 0 5 0 0 0 0T 0-9999 -9999 -9999 +USW00014922200202SNWD 51 B 51 B 25 B 25 B 25 B 25 B-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 B 51 B 25 B-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200202AWND 35 X 40 X 55 X 31 X 21 X 42 X 36 X 30 X 72 X 56 X 76 X 69 X 54 X 55 X 55 X 57 X 47 X 46 X 46 X 64 X 42 X 29 X 39 X 72 X 69 X 71 X 36 X 57 X-9999 -9999 -9999 +USW00014922200202FMTM 0208 X 1845 X 1613 X 2213 X 0125 X 1416 X 1510 X 2358 X 2354 X 0014 X 1949 X 0940 X 1451 X 1100 X 1419 X 0702 X 1633 X 0000 X 2122 X 1046 X 0519 X 1825 X 2234 X 1233 X 2017 X 1403 X 0157 X 1306 X-9999 -9999 -9999 +USW00014922200202PGTM 0207 W 1842 W 1612 W 2141 W 0143 W 1416 W 1540 W 2113 W 2354 W 0320 W 2021 W 0938 W 1450 W 1100 W 1415 W 0651 W 2359 W 0104 W 1958 W 1232 W 0519 W 1818 W 2233 W 1814 W 0353 W 1626 W 0013 W 1232 W-9999 -9999 -9999 +USW00014922200202TAVG -67 W -61 W -83 W -117 W -56 W -6 W 11 W 39 W 22 W -22 W 0 W -28 W -6 W 44 W 28 W 17 W 6 W 61 W 33 W -6 W -28 W -33 W 67 W -6 W -67 W -94 W -106 W -83 W-9999 -9999 -9999 +USW00014922200202TSUN-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W-9999 -9999 -9999 0 W 0 W-9999 -9999 -9999 +USW00014922200202WDF2 350 X 300 X 330 X 220 X 230 X 230 X 160 X 120 X 20 X 20 X 290 X 310 X 230 X 220 X 270 X 350 X 160 X 180 X 30 X 10 X 360 X 140 X 30 X 30 X 320 X 330 X 330 X 310 X-9999 -9999 -9999 +USW00014922200202WDF5 340 X 290 X 330 X 230 X 230 X 230 X 160 X 110 X 30 X 20 X 310 X 330 X 230 X 220 X 280 X 340 X 190 X 190 X 30 X 20 X 10 X 150 X 30 X 350 X 350 X 360 X 330 X 270 X-9999 -9999 -9999 +USW00014922200202WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922200202WSF2 72 X 103 X 107 X 67 X 63 X 89 X 72 X 76 X 116 X 130 X 161 X 165 X 103 X 130 X 103 X 98 X 98 X 94 X 76 X 98 X 89 X 67 X 76 X 125 X 98 X 116 X 67 X 107 X-9999 -9999 -9999 +USW00014922200202WSF5 89 X 130 X 125 X 80 X 72 X 107 X 80 X 98 X 148 X 165 X 201 X 210 X 116 X 161 X 130 X 125 X 125 X 130 X 103 X 130 X 112 X 76 X 94 X 148 X 116 X 139 X 94 X 139 X-9999 -9999 -9999 +USW00014922200202WT01 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200202WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200202WT08-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200202WT13 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200202WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200202WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200202WT18 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00014922200203TMAX -89 0 -61 0 -139 0 -61 0 -50 0 -44 0 -22 0 0 0 -6 0 -78 0 0 0 78 0 44 0 6 0 11 0 28 0 44 0 33 0 33 0 22 0 -94 0 -44 0 17 0 -17 0 -11 0 39 0 117 0 111 0 106 0 67 0 17 0 +USW00014922200203TMIN -161 0 -139 0 -194 0 -172 0 -89 0 -89 0 -94 0 -56 0 -139 0 -156 0 -78 0 -72 0 -6 0 -33 0 -56 0 -111 0 -6 0 -39 0 -28 0 -106 0 -144 0 -128 0 -89 0 -100 0 -122 0 -89 0 -28 0 44 0 11 0 0 0 -33 0 +USW00014922200203PRCP 0 0 0T 0 0 0 0T 0 23 0 0T 0 15 0 112 0 58 0 0 0 0 0 0 0 20 0 91 0 23 0 0 0 0T 0 0T 0 0T 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 +USW00014922200203SNWD-9999 -9999 -9999 -9999 -9999 25 B 25 B-9999 25 B 51 B 51 B 25 B-9999 -9999 178 B 152 B 127 B-9999 76 B 51 B 51 B 51 B 51 B 25 B-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200203AWND 39 X 67 X 62 X 32 X 25 X 44 X 52 X 42 X 70 X 42 X 30 X 45 X 41 X 67 X 44 X 21 X 39 X 17 X 32 X 43 X 80 X 62 X 35 X 63 X 47 X 17 X 59 X 66 X 49 X 59 X 51 X +USW00014922200203FMTM 0103 X 2207 X 1447 X 1012 X 2355 X 1314 X 1852 X 0019 X 1659 X 0410 X 0251 X 1228 X 0642 X 1744 X 0243 X 2138 X 1007 X 1947 X 1704 X 2233 X 1421 X 0141 X 1436 X 2141 X 0112 X 1757 X 1455 X 1516 X 1452 X 1426 X 1342 X +USW00014922200203PGTM 2128 W 1107 W 2356 W 1019 W 2349 W 1600 W 2321 W 1224 W 1659 W 0108 W 1228 W 1246 W 0641 W 1706 W 0243 W 2138 W 1726 W 1005 W 1213 W 2233 W 1420 W 0139 W 1531 W 1551 W 1537 W 2004 W 1607 W 1547 W 1304 W 1038 W 1341 W +USW00014922200203TAVG -122 W -100 W -167 W -117 W -67 W -67 W -56 W -28 W -72 W -117 W -39 W 6 W 22 W -11 W -22 W -39 W 22 W 0 W 6 W -39 W -117 W -83 W -33 W -56 W -67 W -22 W 44 W 78 W 61 W 33 W -6 W +USW00014922200203TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922200203WDF2 350 X 350 X 340 X 190 X 30 X 350 X 80 X 40 X 300 X 280 X 100 X 170 X 330 X 40 X 340 X 100 X 110 X 60 X 350 X 350 X 290 X 300 X 330 X 50 X 60 X 240 X 150 X 260 X 270 X 270 X 270 X +USW00014922200203WDF5 10 X 20 X 350 X 180 X 40 X 20 X 30 X 30 X 300 X 280 X 10 X 190 X 330 X 40 X 340 X 110 X 100 X 30 X 40 X 360 X 290 X 310 X 350 X 50 X 40 X 20 X 140 X 260 X 260 X 270 X 280 X +USW00014922200203WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200203WSF2 76 X 107 X 98 X 72 X 58 X 67 X 80 X 76 X 130 X 89 X 63 X 94 X 103 X 130 X 94 X 63 X 72 X 40 X 63 X 130 X 130 X 89 X 72 X 98 X 89 X 36 X 125 X 112 X 103 X 107 X 103 X +USW00014922200203WSF5 103 X 139 X 130 X 89 X 76 X 116 X 103 X 107 X 165 X 107 X 76 X 112 X 116 X 165 X 125 X 80 X 80 X 72 X 116 X 165 X 165 X 107 X 103 X 143 X 134 X 72 X 148 X 134 X 130 X 143 X 116 X +USW00014922200203WT01-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200203WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200203WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200203WT04-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200203WT06-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200203WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200203WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200203WT13-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922200203WT15-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200203WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922200203WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200203WT18-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922200203WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200204TMAX -17 0 22 0 -11 0 0 0 33 0 83 0 122 0 111 0 122 0 150 0 106 0 172 0 183 0 244 0 328 0 289 0 194 0 306 0 117 0 111 0 56 0 56 0 194 0 178 0 67 0 106 0 72 0 61 0 183 0 172 0-9999 +USW00014922200204TMIN -56 0 -50 0 -67 0 -50 0 -83 0 -44 0 61 0 22 0 -17 0 67 0 56 0 56 0 67 0 117 0 128 0 167 0 100 0 83 0 39 0 11 0 -6 0 0 0 22 0 33 0 -6 0 -11 0 6 0 11 0 56 0 39 0-9999 +USW00014922200204PRCP 79 0 102 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 132 0 127 0 0 0 41 0 15 0 0 0 28 0 10 0 38 0 0 0 0 0 56 0 0T 0 0 0 0T 0 0 0 0 0 170 0 3 0 0T 0 0T 0-9999 +USW00014922200204SNWD-9999 -9999 127 B 102 B 102 B 76 B-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200204AWND 41 X 53 X 49 X 21 X 18 X 60 X 38 X 44 X 32 X 43 X 28 X 20 X 38 X 46 X 59 X 85 X 51 X 75 X 59 X 57 X 43 X 31 X 71 X 88 X 80 X 30 X 89 X 46 X 66 X 29 X-9999 +USW00014922200204FMTM 1445 X 1724 X 0023 X 1616 X 1634 X 1250 X 1011 X 1831 X 2207 X 2011 X 1122 X 2018 X 1448 X 0810 X 1612 X 2134 X 0408 X 0317 X 0042 X 2350 X 1328 X 2351 X 1738 X 1232 X 0449 X 2332 X 1237 X 0850 X 1457 X 1802 X-9999 +USW00014922200204PGTM 1350 W 1724 W 0022 W 1424 W 1430 W 1604 W 1010 W 1831 W 2356 W 2023 W 2011 W 2015 W 1447 W 0809 W 1509 W 2133 W 0350 W 0317 W 1814 W 2349 W 2359 W 2348 W 1736 W 1837 W 0353 W 2332 W 1237 W 0849 W 1457 W 1801 W-9999 +USW00014922200204TAVG -33 W -11 W -39 W -22 W -22 W 22 W 94 W 67 W 56 W 111 W 83 W 117 W 128 W 183 W 228 W 228 W 150 W 194 W 78 W 61 W 28 W 28 W 111 W 106 W 33 W 50 W 39 W 39 W 122 W 106 W-9999 +USW00014922200204TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 +USW00014922200204WDF2 110 X 320 X 320 X 290 X 320 X 160 X 230 X 330 X 110 X 340 X 330 X 210 X 180 X 170 X 200 X 210 X 280 X 100 X 340 X 70 X 60 X 140 X 150 X 290 X 300 X 80 X 90 X 10 X 300 X 320 X-9999 +USW00014922200204WDF5 120 X 320 X 310 X 280 X 20 X 150 X 240 X 330 X 340 X 10 X 20 X 210 X 180 X 180 X 220 X 200 X 280 X 100 X 40 X 60 X 80 X 160 X 160 X 300 X 310 X 80 X 90 X 10 X 290 X 320 X-9999 +USW00014922200204WESD 0 0 0 0 0 0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200204WSF2 76 X 107 X 94 X 58 X 67 X 125 X 76 X 94 X 58 X 98 X 67 X 40 X 94 X 134 X 103 X 139 X 107 X 130 X 98 X 98 X 94 X 67 X 112 X 161 X 161 X 94 X 139 X 89 X 143 X 80 X-9999 +USW00014922200204WSF5 94 X 134 X 107 X 89 X 112 X 148 X 94 X 112 X 72 X 112 X 107 X 54 X 107 X 161 X 134 X 192 X 156 X 156 X 116 X 116 X 112 X 80 X 139 X 183 X 210 X 107 X 174 X 107 X 197 X 107 X-9999 +USW00014922200204WT01 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200204WT02 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200204WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200204WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200204WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200204WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200204WT13 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200204WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00014922200204WT18 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200204WT22 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200204WV03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200205TMAX 117 0 100 0 183 0 167 0 244 0 139 0 106 0 111 0 89 0 161 0 117 0 100 0 172 0 178 0 244 0 156 0 133 0 139 0 144 0 156 0 200 0 244 0 194 0 139 0 189 0 217 0 250 0 239 0 289 0 328 0 300 0 +USW00014922200205TMIN 39 0 -6 0 6 0 56 0 33 0 67 0 39 0 61 0 44 0 22 0 61 0 50 0 39 0 56 0 117 0 83 0 39 0 50 0 44 0 17 0 72 0 94 0 89 0 61 0 83 0 133 0 128 0 156 0 150 0 172 0 178 0 +USW00014922200205PRCP 0 0 0T 0 0 0 0T 0 74 0 0T 0 58 0 325 0 0T 0 0 0 56 0 0T 0 30 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 3 0 46 0 10 0 46 0 8 0 0 0 0 0 +USW00014922200205AWND 32 X 59 X 52 X 50 X 52 X 47 X 53 X 55 X 85 X 33 X 59 X 46 X 48 X 34 X 56 X 51 X 37 X 40 X 43 X 25 X 54 X 72 X 70 X 38 X 40 X 34 X 32 X 31 X 22 X 50 X 38 X +USW00014922200205FMTM 1931 X 1128 X 1522 X 1202 X 1701 X 0904 X 2024 X 0348 X 1618 X 1203 X 1119 X 1238 X 1252 X 2327 X 1146 X 0719 X 1717 X 1756 X 1522 X 1311 X 1451 X 1723 X 1124 X 0710 X 1458 X 0937 X 1705 X 1428 X 2026 X 1627 X 1438 X +USW00014922200205PGTM 1930 W 1128 W 1459 W 1200 W 1700 W 1820 W 2023 W 1728 W 0959 W 1348 W 1352 W 1102 W 2017 W 2312 W 1137 W 1100 W 2017 W 1439 W 1416 W 1356 W 1451 W 1411 W 1124 W 0709 W 1516 W 0936 W 1207 W 1414 W 2026 W 1627 W 1555 W +USW00014922200205TAVG 78 W 50 W 94 W 111 W 139 W 106 W 72 W 89 W 67 W 94 W 89 W 78 W 106 W 117 W 183 W 122 W 89 W 94 W 94 W 89 W 139 W 172 W 144 W 100 W 139 W 178 W 189 W 200 W 222 W 250 W 239 W +USW00014922200205TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922200205WDF2 330 X 290 X 180 X 320 X 190 X 20 X 80 X 110 X 280 X 270 X 110 X 20 X 350 X 140 X 230 X 20 X 10 X 330 X 30 X 20 X 180 X 210 X 270 X 30 X 170 X 250 X 90 X 250 X 260 X 280 X 280 X +USW00014922200205WDF5 320 X 300 X 160 X 320 X 180 X 30 X 90 X 20 X 280 X 310 X 120 X 20 X 310 X 140 X 230 X 30 X 20 X 360 X 30 X 30 X 180 X 180 X 270 X 30 X 180 X 260 X 90 X 260 X 250 X 280 X 270 X +USW00014922200205WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200205WSF2 130 X 125 X 98 X 107 X 139 X 72 X 107 X 98 X 161 X 80 X 103 X 80 X 116 X 67 X 112 X 98 X 72 X 76 X 94 X 72 X 98 X 134 X 112 X 76 X 76 X 80 X 67 X 72 X 80 X 107 X 89 X +USW00014922200205WSF5 165 X 148 X 112 X 130 X 165 X 112 X 134 X 130 X 210 X 103 X 130 X 125 X 143 X 80 X 143 X 139 X 116 X 107 X 130 X 94 X 130 X 179 X 130 X 94 X 89 X 103 X 80 X 89 X 94 X 139 X 107 X +USW00014922200205WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00014922200205WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922200205WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200205WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00014922200205WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200205WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922200205WT18-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200206TMAX 306 0 228 0 139 0 133 0 239 0 256 0 294 0 250 0 306 0 283 0 250 0 250 0 217 0 250 0 233 0 261 0 239 0 283 0 278 0 256 0 222 0 322 0 322 0 317 0 317 0 283 0 294 0 306 0 344 0 361 0-9999 +USW00014922200206TMIN 178 0 122 0 106 0 94 0 78 0 111 0 161 0 167 0 194 0 189 0 172 0 161 0 128 0 122 0 133 0 122 0 150 0 167 0 206 0 167 0 161 0 200 0 217 0 206 0 200 0 200 0 183 0 200 0 228 0 267 0-9999 +USW00014922200206PRCP 0 0 79 0 114 0 127 0 0 0 109 0 30 0 0T 0 0 0 178 0 13 0 46 0 41 0 0 0 0 0 5 0 0 0 0T 0 94 0 15 0 749 0 0 0 71 0 391 0 46 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00014922200206AWND 44 X 55 X 49 X 34 X 23 X 51 X 45 X 28 X 60 X 56 X 33 X 24 X 36 X 50 X 43 X 27 X 30 X 58 X 72 X 34 X 41 X 57 X 44 X 57 X 35 X 43 X 22 X 29 X 51 X 59 X-9999 +USW00014922200206FMTM 1137 X 2017 X 0234 X 0819 X 0858 X 2035 X 0030 X 1846 X 1155 X 2224 X 1656 X 2209 X 1954 X 1802 X 1150 X 1334 X 1141 X 2331 X 1126 X 0018 X 0944 X 1605 X 2059 X 2212 X 0031 X 1514 X 1059 X 2326 X 1423 X 1402 X-9999 +USW00014922200206PGTM 1513 W 2016 W 0234 W 1442 W 1123 W 2034 W 0030 W 0614 W 1647 W 2223 W 1517 W 2208 W 1952 W 1418 W 1657 W 1334 W 1130 W 1511 W 1126 W 0018 W 0944 W 1603 W 1032 W 2327 W 0030 W 1513 W 1352 W 2248 W 1104 W 1145 W-9999 +USW00014922200206TAVG 244 W 178 W 122 W 117 W 161 W 183 W 228 W 211 W 250 W 239 W 211 W 206 W 172 W 189 W 183 W 194 W 194 W 228 W 244 W 211 W 194 W 261 W 272 W 261 W 261 W 244 W 239 W 256 W 289 W 317 W-9999 +USW00014922200206TSUN 0 W-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922200206WDF2 300 X 100 X 90 X 40 X 310 X 190 X 140 X 90 X 140 X 310 X 40 X 180 X 300 X 320 X 330 X 310 X 120 X 170 X 170 W 300 X 330 X 180 X 180 X 180 X 220 X 320 X 320 X 180 X 170 X 230 X-9999 +USW00014922200206WDF5 10 X 100 X 90 X 20 X 10 X 200 X 150 X 40 X 150 X 320 X 10 X 180 X 290 X 10 X 30 X 330 X 110 X 180 X 170 W 300 X 330 X 170 X 170 X 280 X 220 X 330 X 10 X 180 X 150 X 190 X-9999 +USW00014922200206WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200206WSF2 103 X 98 X 107 X 98 X 58 X 148 X 143 X 63 X 103 X 130 X 67 X 76 X 103 X 89 X 94 X 107 X 58 X 98 X 201 W 89 X 125 X 116 X 76 X 143 X 112 X 98 X 63 X 63 X 94 X 107 X-9999 +USW00014922200206WSF5 134 X 112 X 139 X 125 X 80 X 179 X 156 X 89 X 116 X 161 X 134 X 98 X 139 X 130 X 139 X 161 X 72 X 125 X 246 W 125 X 139 X 139 X 94 X 165 X 134 X 116 X 107 X 76 X 116 X 148 X-9999 +USW00014922200206WT01-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922200206WT03-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200206WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200206WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922200206WT13-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922200206WT14-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200206WT16-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200206WT21-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200207TMAX 344 0 300 0 306 0 294 0 289 0 350 0 328 0 300 0 322 0 250 0 256 0 267 0 278 0 294 0 294 0 322 0 333 0 283 0 283 0 317 0 328 0 261 0 233 0 217 0 278 0 317 0 278 0 328 0 289 0 333 0 328 0 +USW00014922200207TMIN 267 0 250 0 211 0 172 0 211 0 222 0 222 0 233 0 217 0 161 0 167 0 150 0 178 0 189 0 206 0 217 0 222 0 228 0 217 0 211 0 233 0 172 0 144 0 172 0 183 0 200 0 206 0 206 0 189 0 217 0 228 0 +USW00014922200207PRCP 0 0 0 0 109 0 0 0 0 0 51 0 0 0 36 0 0T 0 490 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 135 0 0T 0 0 0 0T 0 185 0 25 0 0 0 56 0 198 0 0 0 0 0 30 0 +USW00014922200207AWND 59 X 44 X 25 X 33 X 59 X 35 X 37 X 45 X 38 X 75 X 46 X 16 X 17 X 23 X 39 X 39 X 32 X 34 X 42 X 47 X 41 X 51 X 28 X 42 X 46 X 21 X 29 X 30 X 33 X 36 X 46 X +USW00014922200207FMTM 1438 X 0310 X 1507 X 2105 X 0512 X 1658 X 2310 X 0355 X 1807 X 0601 X 1123 X 1558 X 1414 X 1222 X 1335 X 1344 X 1841 X 1315 X 1557 X 1032 X 1432 X 1435 X 2127 X 2003 X 0255 X 1709 X 1443 X 1950 X 1300 X 1433 X 1514 X +USW00014922200207PGTM 1438 W 0309 W 1503 W 1652 W 1657 W 1657 W 2302 W 1405 W 1104 W 1722 W 1013 W 1036 W 1413 W 1124 W 1334 W 1343 W 2143 W 0931 W 1112 W 0735 W 1448 W 1434 W 0829 W 2002 W 0254 W 1708 W 1441 W 1950 W 0954 W 0507 W 1610 W +USW00014922200207TAVG 306 W 278 W 261 W 233 W 250 W 289 W 278 W 267 W 272 W 206 W 211 W 211 W 228 W 244 W 250 W 272 W 278 W 256 W 250 W 267 W 283 W 217 W 189 W 194 W 233 W 261 W 244 W 267 W 239 W 278 W 278 W +USW00014922200207TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W +USW00014922200207WDF2 190 X 230 X 340 X 110 X 150 X 120 X 180 X 220 X 110 X 120 X 120 X 130 X 270 X 280 X 180 X 170 X 350 X 80 X 110 X 120 X 350 X 330 X 110 X 160 X 180 X 250 X 340 X 110 X 320 X 280 X 180 X +USW00014922200207WDF5 190 X 230 X 300 X 110 X 110 X 110 X 180 X 30 X 100 X 100 X 120 X 70 X 270 X 300 X 180 X 170 X 20 X 20 X 100 X 320 X 350 X 350 X 100 X 160 X 180 X 250 X 340 X 110 X 290 X 220 X 190 X +USW00014922200207WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200207WSF2 116 X 89 X 72 X 67 X 89 X 139 X 76 X 98 X 67 X 116 X 98 X 45 X 45 X 58 X 72 X 76 X 67 X 67 X 67 X 125 X 94 X 103 X 58 X 116 X 103 X 67 X 98 X 116 X 72 X 72 X 94 X +USW00014922200207WSF5 143 X 112 X 98 X 94 X 103 X 156 X 94 X 139 X 98 X 143 X 112 X 72 X 58 X 72 X 80 X 94 X 80 X 94 X 89 X 134 X 125 X 134 X 72 X 139 X 125 X 76 X 116 X 148 X 103 X 98 X 112 X +USW00014922200207WT01-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 +USW00014922200207WT03-9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 +USW00014922200207WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200207WT13-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X +USW00014922200207WT16-9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 +USW00014922200207WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200208TMAX 289 0 250 0 233 0 256 0 267 0 228 0 261 0 272 0 289 0 272 0 317 0 267 0 239 0 283 0 261 0 278 0 228 0 228 0 233 0 261 0 239 0 217 0 244 0 289 0 289 0 283 0 278 0 272 0 272 0 267 0 283 0 +USW00014922200208TMIN 172 0 144 0 172 0 194 0 183 0 161 0 161 0 178 0 183 0 194 0 183 0 172 0 150 0 156 0 183 0 150 0 133 0 100 0 122 0 133 0 183 0 178 0 183 0 167 0 178 0 183 0 189 0 194 0 200 0 178 0 194 0 +USW00014922200208PRCP 0T 0 0 0 599 0 0T 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 3 0 0 0 0 0 13 0 500 0 99 0 0T 0 0 0 239 0 508 0 0T 0 0T 0 0 0 0 0 0 0 0 0 99 0 18 0 0 0 0 0 +USW00014922200208AWND 59 X 26 X 44 X 25 X 46 X 59 X 46 X 41 X 38 X 52 X 34 X 46 X 26 X 55 X 54 X 51 X 72 X 18 X 20 X 46 X 38 X 35 X 25 X 25 X 12 X 24 X 33 X 38 X 30 X 38 X 58 X +USW00014922200208FMTM 1146 X 1500 X 1727 X 1835 X 2109 X 0730 X 1444 X 1723 X 1649 X 1247 X 1620 X 0110 X 1440 X 1744 X 1456 X 2237 X 0002 X 1545 X 1257 X 2331 X 0136 X 0320 X 1303 X 1546 X 1632 X 1624 X 1701 X 1557 X 1230 X 1106 X 1521 X +USW00014922200208PGTM 0855 W 1500 W 1721 W 1839 W 1319 W 0720 W 1418 W 1402 W 1655 W 1419 W 1620 W 1051 W 1439 W 1702 W 0210 W 2236 W 0853 W 1758 W 1028 W 1314 W 0135 W 1155 W 1122 W 1300 W 2014 W 1707 W 1604 W 1556 W 1157 W 1106 W 1521 W +USW00014922200208TAVG 233 W 200 W 206 W 228 W 228 W 194 W 211 W 228 W 239 W 233 W 250 W 222 W 194 W 222 W 222 W 217 W 183 W 167 W 178 W 200 W 211 W 200 W 217 W 228 W 233 W 233 W 233 W 233 W 239 W 222 W 239 W +USW00014922200208TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922200208WDF2 330 X 330 X 320 X 30 X 70 X 120 X 180 X 160 X 180 X 270 X 220 X 230 X 340 X 190 X 290 X 130 X 150 X 330 X 300 X 130 X 340 X 20 X 20 X 320 X 330 X 90 X 120 X 180 X 220 X 160 X 170 X +USW00014922200208WDF5 330 X 330 X 320 X 20 X 70 X 100 X 150 X 200 X 190 X 250 X 220 X 240 X 300 X 200 X 210 X 130 X 280 X 30 X 40 X 140 X 340 X 70 X 30 X 270 X 30 X 50 X 100 X 190 X 240 X 170 X 160 X +USW00014922200208WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200208WSF2 116 X 63 X 112 X 54 X 76 X 89 X 67 X 67 X 63 X 107 X 80 X 107 X 63 X 103 X 94 X 143 X 139 X 67 X 54 X 76 X 112 X 67 X 45 X 67 X 45 X 58 X 63 X 103 X 58 X 72 X 98 X +USW00014922200208WSF5 161 X 89 X 143 X 67 X 116 X 107 X 103 X 80 X 72 X 134 X 98 X 139 X 76 X 125 X 116 X 165 X 174 X 112 X 94 X 98 X 139 X 76 X 98 X 94 X 63 X 72 X 76 X 130 X 72 X 80 X 112 X +USW00014922200208WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 +USW00014922200208WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200208WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922200208WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200208WT13-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X +USW00014922200208WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200208WT16 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922200208WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200209TMAX 306 0 289 0 278 0 300 0 289 0 311 0 333 0 328 0 317 0 261 0 250 0 267 0 211 0 217 0 200 0 283 0 267 0 250 0 228 0 222 0 183 0 150 0 139 0 172 0 144 0 139 0 183 0 128 0 167 0 289 0-9999 +USW00014922200209TMIN 189 0 178 0 139 0 156 0 194 0 178 0 239 0 200 0 239 0 156 0 133 0 144 0 172 0 117 0 83 0 106 0 133 0 178 0 161 0 144 0 111 0 72 0 56 0 39 0 72 0 67 0 39 0 78 0 117 0 167 0-9999 +USW00014922200209PRCP 23 0 0 0 0 0 0 0 279 0 323 0 0 0 0 0 0 0 41 0 0 0 0 0 0T 0 33 0 0 0 0 0 0 0 8 0 0T 0 0T 0 0 0 0 0 5 0 0T 0 178 0 74 0 0 0 20 0 5 0 3 0-9999 +USW00014922200209AWND 52 X 51 X 34 X 37 X 54 X 45 X 46 X 42 X 39 X 51 X 13 X 28 X 21 X 31 X 19 X 34 X 45 X 53 X 36 X 42 X 38 X 41 X 48 X 34 X 33 X 28 X 15 X 25 X 26 X 38 X-9999 +USW00014922200209FMTM 2256 X 1507 X 1149 X 1405 X 1521 X 0100 X 1511 X 1457 X 1308 X 0143 X 1542 X 1410 X 2346 X 1356 X 1510 X 1445 X 1434 X 2329 X 1427 X 2147 X 1522 X 1257 X 1326 X 2109 X 1541 X 1445 X 1813 X 1632 X 1743 X 1119 X-9999 +USW00014922200209PGTM 2255 W 1553 W 1253 W 1559 W 1520 W 0100 W 1448 W 1456 W 1307 W 0142 W 1503 W 1417 W 2345 W 1506 W 1508 W 1304 W 1141 W 2328 W 2010 W 2146 W 1522 W 1215 W 1201 W 2108 W 1807 W 0708 W 1155 W 1626 W 1840 W 1127 W-9999 +USW00014922200209TAVG 250 W 233 W 211 W 228 W 244 W 244 W 289 W 267 W 278 W 211 W 194 W 206 W 194 W 167 W 144 W 194 W 200 W 217 W 194 W 183 W 150 W 111 W 100 W 106 W 111 W 106 W 111 W 106 W 139 W 228 W-9999 +USW00014922200209TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W-9999 -9999 -9999 +USW00014922200209WDF2 90 X 300 X 270 X 190 X 290 W 360 X 180 X 170 X 240 X 320 X 260 X 230 X 220 X 350 X 180 X 230 X 170 X 120 X 300 X 320 X 290 X 290 X 330 X 170 X 30 X 50 X 80 X 120 X 110 X 200 X-9999 +USW00014922200209WDF5 90 X 290 X 290 X 170 X 290 W 360 X 230 X 170 X 230 X 330 X 320 X 250 X 220 X 20 X 170 X 210 X 170 X 120 X 30 X 320 X 290 X 300 X 310 X 170 X 40 X 50 X 50 X 110 X 70 X 190 X-9999 +USW00014922200209WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200209WSF2 107 X 116 X 80 X 89 X 174 W 143 X 80 X 76 X 80 X 116 X 45 X 72 X 76 X 98 X 58 X 67 X 89 X 107 X 80 X 112 X 94 X 103 X 130 X 76 X 72 X 58 X 40 X 63 X 58 X 103 X-9999 +USW00014922200209WSF5 125 X 161 X 103 X 103 X 206 W 165 X 103 X 94 X 98 X 139 X 67 X 89 X 103 X 130 X 67 X 89 X 107 X 116 X 107 X 161 X 107 X 130 X 165 X 94 X 103 X 98 X 72 X 76 X 67 X 125 X-9999 +USW00014922200209WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922200209WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200209WT03 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922200209WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200209WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 +USW00014922200209WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 +USW00014922200209WT16 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00014922200209WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200210TMAX 222 0 100 0 122 0 128 0 122 0 89 0 72 0 178 0 128 0 189 0 239 0 189 0 117 0 172 0 83 0 39 0 44 0 89 0 44 0 22 0 22 0 39 0 22 0 50 0 56 0 56 0 50 0 56 0 72 0 44 0 11 0 +USW00014922200210TMIN 100 0 61 0 50 0 50 0 39 0 22 0 0 0 44 0 17 0 78 0 117 0 17 0 -6 0 28 0 -17 0 -33 0 6 0 28 0 0 0 6 0 0 0 -22 0 -39 0 -11 0 28 0 -6 0 -33 0 17 0 39 0 -22 0 -44 0 +USW00014922200210PRCP 3 0 10 0 0T 0 490 0 165 0 86 0 46 0 3 0 99 0 53 0 0 0 61 0 0 0 0 0 0 0 0T 0 0T 0 33 0 0 0 8 0 5 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 +USW00014922200210AWND 38 X 50 X 41 X 58 X 28 X 46 X 36 X 30 X 18 X 36 X 62 X 63 X 41 X 63 X 48 X 13 X 22 X 59 X 49 X 31 X 50 X 47 X 30 X 28 X 26 X 30 X 13 X 41 X 31 X 50 X 52 X +USW00014922200210FMTM 2134 X 0755 X 1708 X 1213 X 2344 X 1613 X 1340 X 1656 X 2040 X 1843 X 1239 X 1611 X 1218 X 1222 X 1347 X 1457 X 1321 X 2126 X 0431 X 2019 X 1826 X 1518 X 0943 X 2030 X 2011 X 0930 X 2040 X 2135 X 2117 X 0739 X 2027 X +USW00014922200210PGTM 2005 W 1500 W 1730 W 1213 W 1901 W 1413 W 1341 W 1655 W 1509 W 2207 W 1239 W 1318 W 1315 W 1204 W 1105 W 1447 W 1256 W 1716 W 0455 W 1453 W 1401 W 1409 W 1721 W 0836 W 2004 W 0930 W 2045 W 2133 W 1948 W 1541 W 1930 W +USW00014922200210TAVG 161 W 83 W 89 W 89 W 83 W 56 W 39 W 111 W 72 W 178 W 178 W 106 W 56 W 100 W 33 W 6 W 28 W 61 W 22 W 17 W 11 W 11 W -6 W 22 W 44 W 28 W 11 W 39 W 56 W 11 W -17 W +USW00014922200210TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W 0 W +USW00014922200210WDF2 340 X 20 X 140 X 340 X 30 X 330 X 150 X 320 X 130 X 120 X 180 X 290 X 280 X 220 X 340 X 240 X 180 X 320 X 330 X 90 X 20 X 350 X 30 X 120 X 300 X 290 X 200 X 140 X 30 X 20 X 300 X +USW00014922200210WDF5 30 X 30 X 150 X 350 X 110 X 10 X 150 X 320 X 180 X 170 X 180 X 280 X 260 X 200 X 340 X 240 X 190 X 300 X 330 X 90 X 20 X 10 X 30 X 60 X 300 X 290 X 190 X 130 X 30 X 30 X 290 X +USW00014922200210WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200210WSF2 80 X 89 X 72 X 143 X 63 X 112 X 76 X 94 X 45 X 72 X 143 X 116 X 107 X 143 X 98 X 54 X 54 X 103 X 89 X 63 X 72 X 76 X 58 X 54 X 54 X 80 X 54 X 63 X 58 X 76 X 76 X +USW00014922200210WSF5 134 X 134 X 89 X 174 X 76 X 161 X 89 X 112 X 63 X 80 X 174 X 148 X 139 X 206 X 130 X 63 X 67 X 130 X 112 X 80 X 134 X 139 X 112 X 67 X 63 X 103 X 67 X 80 X 80 X 116 X 94 X +USW00014922200210WT01-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00014922200210WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200210WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200210WT13-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00014922200210WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 +USW00014922200210WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00014922200210WT18-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 +USW00014922200210WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200211TMAX 22 0 72 0 78 0 28 0 22 0 72 0 189 0 117 0 133 0 72 0 28 0 83 0 61 0 17 0 -11 0 0 0 28 0 72 0 100 0 83 0 33 0 22 0 67 0 -22 0 -39 0 -22 0 -17 0 72 0 83 0 -39 0-9999 +USW00014922200211TMIN -61 0 -28 0 -28 0 -22 0 -17 0 0 0 6 0 17 0 39 0 6 0 -28 0 -44 0 -56 0 -44 0 -61 0 -44 0 -72 0 -33 0 6 0 0 0 -28 0 -56 0 -22 0 -67 0 -72 0 -94 0 -67 0 -72 0 -44 0 -89 0-9999 +USW00014922200211PRCP 0 0 0 0 0 0 0 0 10 Z 0 0 0 0 0 0 0T 0 10 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0-9999 +USW00014922200211AWND 53 X 26 X 53 X 28 X 25 X 38 X 44 X 26 X 29 X 35 X 36 X 42 X 30 X 30 X 21 X 19 X 38 X 28 X 34 X 26 X 44 X 27 X 69 X 54 X 30 X 21 X 33 X 41 X 93 X 69 X-9999 +USW00014922200211FMTM 1548 X 0056 X 1736 X 0232 X 2344 X 1340 X 1301 X 2302 X 2134 X 2208 X 0209 X 1740 X 2237 X 0106 X 1217 X 2318 X 1520 X 1014 X 1311 X 1528 X 1804 X 1633 X 1803 X 0150 X 0452 X 1558 X 1338 X 2033 X 2042 X 0545 X-9999 +USW00014922200211PGTM 1531 W 0229 W 1705 W 0709 W 2346 W 1451 W 1432 W 2301 W 2116 W 2208 W 0208 W 1107 W 2235 W 0059 W 1217 W 1451 W 1218 W 1013 W 1523 W 1545 W 1735 W 1910 W 1513 W 1157 W 0303 W 1557 W 1337 W 2033 W 2120 W 0148 W-9999 +USW00014922200211TAVG -17 W 22 W 28 W 6 W 6 W 39 W 100 W 67 W 89 W 39 W 0 W 22 W 6 W 17 W -33 W -22 W -22 W 22 W 56 W 44 W 6 W -17 W 22 W -44 W -56 W -56 W -39 W 0 W 22 W -61 W-9999 +USW00014922200211TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W-9999 +USW00014922200211WDF2 270 X 270 X 320 X 340 X 290 X 320 X 220 X 130 X 360 X 350 X 360 X 330 X 340 X 350 X 50 X 150 X 150 X 240 X 290 X 350 X 350 X 180 X 290 X 330 X 320 X 330 X 230 X 240 X 330 X 320 X-9999 +USW00014922200211WDF5 260 X 270 X 330 X 20 X 280 X 320 X 220 X 130 X 360 X 350 X 350 X 240 X 340 X 350 X 40 X 40 X 170 X 250 X 280 X 10 X 10 X 160 X 300 X 330 X 290 X 350 X 240 X 240 X 310 X 360 X-9999 +USW00014922200211WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200211WSF2 89 X 72 X 103 X 67 X 63 X 76 X 103 X 54 X 58 X 98 X 72 X 80 X 76 X 76 X 63 X 40 X 72 X 58 X 76 X 72 X 103 X 58 X 125 X 94 X 67 X 45 X 63 X 112 X 143 X 130 X-9999 +USW00014922200211WSF5 112 X 80 X 125 X 80 X 72 X 94 X 116 X 63 X 107 X 112 X 80 X 98 X 98 X 98 X 80 X 63 X 89 X 67 X 89 X 116 X 125 X 67 X 161 X 143 X 80 X 63 X 72 X 143 X 179 X 174 X-9999 +USW00014922200211WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922200211WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200211WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200211WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922200211WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922200211WT18-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 +USW00014922200211WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200212TMAX 33 0 -33 0 -50 0 -56 0 -50 0 39 0 11 0 -44 0 50 0 72 0 28 0 50 0 56 0 89 0 39 0 -11 0 39 0 78 0 28 0 -11 0 -22 0 -33 0 -33 0 -67 0 -50 0 11 0 17 0 39 0 56 0 39 0 -33 0 +USW00014922200212TMIN -72 0 -128 0 -150 0 -144 0 -161 0 -133 0 -56 0 -111 0 -122 0 -28 0 -39 0 -33 0 -61 0 -44 0 -28 0 -56 0 -11 0 6 0 -17 0 -33 0 -61 0 -72 0 -100 0 -111 0 -117 0 -111 0 -61 0 -28 0 -33 0 -56 0 -106 0 +USW00014922200212PRCP 0T 0 0T 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 18 0 5 0 5 0 0 0 0T 0 0 0 5 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200212SNWD-9999 -9999 -9999 25 B 25 B 25 B-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 25 B-9999 -9999 -9999 25 B-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200212AWND 39 X 52 X 24 X 24 X 38 X 41 X 46 X 30 X 51 X 30 X 41 X 18 X 11 X 31 X 50 X 76 X 77 X 59 X 50 X 72 X 61 X 68 X 61 X 25 X 27 X 17 X 32 X 18 X 57 X 59 X 34 X +USW00014922200212FMTM 0605 X 1014 X 1413 X 1931 X 1613 X 1819 X 1946 X 0257 X 1045 X 2125 X 0938 X 1026 X 2230 X 1047 X 1928 X 1328 X 2204 X 0214 X 2039 X 1925 X 0011 X 2038 X 1202 X 0042 X 0352 X 2359 X 1147 X 0404 X 1437 X 1317 X 0008 X +USW00014922200212PGTM 0604 W 1300 W 1413 W 2124 W 1612 W 1740 W 2129 W 0929 W 1045 W 2119 W 1012 W 1026 W 2229 W 1046 W 1928 W 1552 W 2203 W 0020 W 2038 W 1925 W 0011 W 1915 W 0011 W 2125 W 1425 W 2359 W 1232 W 1519 W 1449 W 1913 W 0439 W +USW00014922200212TAVG -17 W -78 W -100 W -100 W -89 W -44 W -22 W -78 W -33 W 22 W -6 W 11 W 0 W 22 W 6 W -33 W 17 W 44 W 6 W -22 W -39 W -50 W -67 W -89 W -83 W -50 W -22 W 6 W 11 W -6 W -67 W +USW00014922200212TSUN 0 W 0 W 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922200212WDF2 230 X 30 X 150 X 310 X 290 X 270 X 290 X 340 X 220 X 210 X 170 X 250 X 170 X 250 X 90 X 120 X 110 X 110 X 290 X 300 X 290 X 280 X 320 X 330 X 330 X 220 X 240 X 120 X 120 X 290 X 280 X +USW00014922200212WDF5 220 X 10 X 150 X 320 X 300 X 270 X 330 X 20 X 220 X 210 X 200 X 240 X 170 X 250 X 90 X 100 X 110 X 120 X 290 X 300 X 300 X 300 X 280 X 30 X 250 X 220 X 210 X 20 X 130 X 310 X 300 X +USW00014922200212WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200212WSF2 76 X 89 X 45 X 63 X 67 X 80 X 80 X 76 X 107 X 54 X 72 X 54 X 40 X 67 X 112 X 112 X 103 X 107 X 80 X 112 X 107 X 103 X 98 X 54 X 54 X 31 X 72 X 54 X 112 X 130 X 76 X +USW00014922200212WSF5 98 X 116 X 54 X 72 X 80 X 107 X 103 X 94 X 134 X 67 X 76 X 58 X 54 X 80 X 134 X 130 X 134 X 130 X 98 X 148 X 134 X 134 X 125 X 94 X 63 X 45 X 80 X 67 X 130 X 143 X 94 X +USW00014922200212WT01-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922200212WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922200212WT13-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922200212WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200212WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200212WT18 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200212WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200301TMAX -39 0 -6 0 -11 0 11 0 0 0 -17 0 111 0 122 0 22 0 -83 0 -94 0 6 0 -133 0 -117 0 -89 0 -50 0 -67 0 -56 0 -39 0 -106 0 -117 0 -150 0 -144 0 -94 0 -100 0 -144 0 -22 0 -33 0 -100 0 -6 0 0 0 +USW00014922200301TMIN -67 0 -100 0 -111 0 -61 0 -17 0 -50 0 -22 0 -6 0 -83 0 -161 0 -183 0 -167 0 -178 0 -189 0 -189 0 -139 0 -178 0 -167 0 -172 0 -156 0 -200 0 -211 0 -244 0 -167 0 -167 0 -211 0 -183 0 -122 0 -178 0 -100 0 -17 0 +USW00014922200301PRCP 0 0 0 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 3 0 3 0 0 0 5 0 10 0 0 0 0 0 28 0 +USW00014922200301SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 25 B-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 25 B-9999 51 B 51 B 51 B +USW00014922200301AWND 41 X 26 X 22 X 24 X 49 X 41 X 45 X 59 X 85 X 67 X 46 X 59 X 38 X 50 X 28 X 48 X 46 X 61 X 53 X 44 X 34 X 58 X 42 X 33 X 51 X 41 X 51 X 31 X 28 X 37 X 27 X +USW00014922200301FMTM 0936 X 1357 X 1638 X 2349 X 2238 X 2243 X 1435 X 1839 X 1110 X 0919 X 0742 X 1913 X 0050 X 2101 X 0226 X 2022 X 2158 X 0951 X 1506 X 2331 X 0030 X 2038 X 0214 X 1325 X 2208 X 0155 X 1256 X 1637 X 0221 X 0830 X 1458 X +USW00014922200301PGTM 0543 W 1544 W 1630 W 2012 W 1225 W 2243 W 1434 W 1827 W 0943 W 1001 W 0931 W 1838 W 0050 W 2109 W 0146 W 2022 W 2017 W 0637 W 1503 W 2330 W 0030 W 2036 W 0118 W 1325 W 2150 W 0156 W 1401 W 1635 W 0220 W 0855 W 1215 W +USW00014922200301TAVG -50 W -50 W -61 W -22 W -6 W -33 W 44 W 61 W -28 W -122 W -178 W -78 W -178 W -178 W -178 W -94 W -122 W -111 W -106 W -178 W -178 W -178 W -194 W -128 W -133 W -178 W -100 W -78 W -139 W -50 W -6 W +USW00014922200301TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W-9999 0 W 0 W +USW00014922200301WDF2 70 X 40 X 140 X 340 X 350 X 240 X 290 X 300 X 330 X 330 X 280 X 320 X 330 X 320 X 290 X 360 X 240 X 320 X 320 X 340 X 340 X 330 X 330 X 210 X 320 X 320 X 200 X 350 X 10 X 190 X 320 X +USW00014922200301WDF5 60 X 50 X 130 X 10 X 20 X 240 X 280 X 290 X 330 X 330 X 300 X 330 X 330 X 330 X 290 X 350 X 240 X 330 X 320 X 340 X 340 X 340 X 350 X 220 X 290 X 320 X 210 X 340 X 10 X 200 X 30 X +USW00014922200301WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200301WSF2 63 X 45 X 67 X 54 X 76 X 76 X 80 X 125 X 143 X 125 X 76 X 116 X 76 X 94 X 54 X 103 X 107 X 116 X 94 X 76 X 80 X 98 X 80 X 58 X 94 X 76 X 103 X 94 X 63 X 80 X 58 X +USW00014922200301WSF5 80 X 72 X 80 X 76 X 130 X 94 X 98 X 170 X 174 X 143 X 94 X 148 X 94 X 116 X 63 X 130 X 139 X 148 X 125 X 94 X 94 X 116 X 107 X 72 X 112 X 76 X 116 X 107 X 76 X 103 X 125 X +USW00014922200301WT01-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 +USW00014922200301WT06-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200301WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200301WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200301WT13-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X +USW00014922200301WT15-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922200301WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200301WT17-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200301WT18-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 +USW00014922200302TMAX 22 0 17 0 0 0 -111 0 -72 0 -128 0 -61 0 -39 0 -50 0 -106 0 -78 0 -122 0 -39 0 -33 0 -89 0 -39 0 0 0 -6 0 33 0 78 0 44 0 -44 0 -111 0 -144 0 -78 0 -17 0 28 0 28 0-9999 -9999 -9999 +USW00014922200302TMIN -17 0 -6 0 -111 0 -183 0 -189 0 -222 0 -256 0 -194 0 -211 0 -217 0 -206 0 -217 0 -128 0 -106 0 -144 0 -167 0 -117 0 -100 0 -100 0 -6 0 -67 0 -122 0 -150 0 -194 0 -189 0 -156 0 -94 0 -89 0-9999 -9999 -9999 +USW00014922200302PRCP 0T 0 84 0 33 0 0 0 13 0 0T 0 0T 0 0T 0 3 0 0 0 5 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922200302SNWD 51 B 25 B 127 B 102 B 102 B 152 B 152 B 152 B 152 B 152 B 152 B 152 B 152 B 127 B 127 B 127 B 102 B 102 B 102 B 76 B 51 B 51 B 51 B 25 B-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200302AWND 34 X 48 X 70 X 60 X 28 X 44 X 41 X 61 X 42 X 43 X 73 X 42 X 21 X 47 X 46 X 34 X 56 X 63 X 34 X 37 X 47 X 59 X 42 X 55 X 42 X 34 X 21 X 14 X-9999 -9999 -9999 +USW00014922200302FMTM 0710 X 1152 X 2015 X 1029 X 2230 X 0754 X 2109 X 1554 X 1459 X 0058 X 1620 X 1332 X 1213 X 1657 X 0234 X 2145 X 1248 X 1350 X 1606 X 1310 X 2254 X 0041 X 2330 X 1421 X 1303 X 1312 X 1534 X 1539 X-9999 -9999 -9999 +USW00014922200302PGTM 0708 W 1152 W 2028 W 1224 W 2127 W 1227 W 2107 W 1554 W 1457 W 0802 W 1620 W 0923 W 1212 W 1652 W 0550 W 2142 W 1745 W 1342 W 1605 W 1011 W 1257 W 1021 W 1322 W 1420 W 1254 W 1311 W 0018 W 0856 W-9999 -9999 -9999 +USW00014922200302TAVG 6 W 6 W -56 W -178 W -128 W -178 W -178 W -117 W -128 W -161 W -178 W -178 W -83 W -67 W -117 W -100 W -56 W -50 W -33 W 39 W -11 W -83 W -178 W -178 W -178 W -83 W -33 W -28 W-9999 -9999 -9999 +USW00014922200302TSUN 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W-9999 -9999 0 W 0 W-9999 0 W 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W-9999 -9999 -9999 +USW00014922200302WDF2 190 X 60 X 340 X 330 X 330 X 330 X 230 X 320 X 240 X 340 X 310 X 270 X 340 X 50 X 40 X 160 X 150 X 270 X 250 X 230 X 30 X 20 X 320 X 280 X 210 X 210 X 240 X 240 X-9999 -9999 -9999 +USW00014922200302WDF5 170 X 70 X 340 X 350 X 20 X 10 X 220 X 320 X 230 X 360 X 310 X 310 X 10 X 30 X 40 X 150 X 150 X 250 X 250 X 240 X 20 X 40 X 20 X 280 X 230 X 210 X 220 X 20 X-9999 -9999 -9999 +USW00014922200302WESD 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922200302WSF2 67 X 76 X 116 X 103 X 45 X 80 X 80 X 103 X 89 X 94 X 161 X 76 X 54 X 89 X 89 X 58 X 98 X 134 X 67 X 76 X 94 X 89 X 67 X 103 X 80 X 72 X 40 X 36 X-9999 -9999 -9999 +USW00014922200302WSF5 89 X 107 X 148 X 139 X 98 X 103 X 103 X 125 X 116 X 107 X 206 X 98 X 94 X 112 X 103 X 72 X 116 X 161 X 80 X 98 X 125 X 143 X 98 X 116 X 107 X 94 X 54 X 72 X-9999 -9999 -9999 +USW00014922200302WT01 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200302WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200302WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200302WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200302WT13 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200302WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200302WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200302WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200302WT18 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200303TMAX 56 0 -94 0 -22 0 -111 0 -100 0 -33 0 -33 0 -83 0 -128 0 -83 0 39 0 -17 0 6 0 150 0 200 0 178 0 156 0 106 0 89 0 28 0 50 0 139 0 222 0 161 0 117 0 117 0 50 0 22 0 72 0 72 0 133 0 +USW00014922200303TMIN -94 0 -194 0 -150 0 -161 0 -211 0 -122 0 -106 0 -200 0 -233 0 -222 0 -83 0 -78 0 -67 0 0 0 11 0 61 0 39 0 39 0 28 0 6 0 17 0 6 0 17 0 61 0 17 0 -22 0 6 0 -11 0 -11 0 -39 0 -6 0 +USW00014922200303PRCP 0T 0 0 0 23 0 0T 0 0T 0 5 0 0T 0 58 0 0 0 0T 0 28 0 10 0 0T 0 0 0 0 0 0 0 0 0 0 0 46 0 36 0 10 0 0 0 0 0 0 0 0 0 0 0 145 0 5 0 0 0 0 0 0T 0 +USW00014922200303SNWD-9999 -9999 -9999 51 B 51 B 25 B 51 B 102 B 152 B 127 B 102 B 102 B 102 B 76 B-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 25 B-9999 -9999 -9999 +USW00014922200303AWND 49 X 42 X 51 X 48 X 21 X 59 X 40 X 60 X 63 X 33 X 41 X 34 X 34 X 46 X 42 X 31 X 41 X 57 X 56 X 33 X 50 X 26 X 45 X 54 X 45 X 24 X 50 X 68 X 47 X 30 X 47 X +USW00014922200303FMTM 2332 X 0044 X 2042 X 0223 X 0021 X 1412 X 0648 X 0819 X 1627 X 1102 X 1543 X 0309 X 1721 X 0917 X 1357 X 1755 X 2021 X 1156 X 1515 X 0005 X 1706 X 1310 X 2224 X 1317 X 1534 X 1654 X 2301 X 1039 X 1051 X 1251 X 1157 X +USW00014922200303PGTM 2332 W 0007 W 2041 W 1302 W 0021 W 1403 W 0647 W 1541 W 1623 W 1241 W 1542 W 1019 W 1716 W 1121 W 1408 W 0104 W 2024 W 1202 W 1405 W 1311 W 1705 W 1309 W 2223 W 1444 W 1318 W 1655 W 2300 W 1036 W 1616 W 1250 W 1216 W +USW00014922200303TAVG -17 W -144 W -83 W -178 W -178 W -78 W -67 W -139 W -178 W -178 W -22 W -44 W -28 W 78 W 106 W 122 W 100 W 72 W 61 W 17 W 33 W 72 W 122 W 111 W 67 W 50 W 28 W 6 W 33 W 17 W 67 W +USW00014922200303TSUN-9999 -9999 -9999 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W +USW00014922200303WDF2 350 X 360 X 300 X 320 X 340 X 170 X 310 X 10 X 270 X 230 X 320 X 20 X 170 X 210 X 180 X 290 X 50 X 80 X 30 X 20 X 330 X 290 X 210 X 280 X 290 X 180 X 10 X 360 X 360 X 290 X 180 X +USW00014922200303WDF5 340 X 330 X 290 X 10 X 330 X 160 X 310 X 330 X 250 X 230 X 360 X 30 X 180 X 220 X 170 X 180 X 50 X 100 X 40 X 360 X 340 X 290 X 210 X 280 X 300 X 200 X 20 X 340 X 330 X 290 X 170 X +USW00014922200303WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200303WSF2 116 X 107 X 98 X 94 X 58 X 112 X 89 X 98 X 107 X 63 X 72 X 76 X 67 X 80 X 76 X 63 X 76 X 76 X 98 X 63 X 89 X 72 X 89 X 112 X 94 X 63 X 76 X 112 X 89 X 76 X 112 X +USW00014922200303WSF5 139 X 139 X 125 X 125 X 72 X 143 X 103 X 112 X 130 X 72 X 94 X 98 X 80 X 103 X 94 X 72 X 103 X 98 X 130 X 76 X 116 X 94 X 112 X 134 X 130 X 72 X 107 X 143 X 107 X 98 X 130 X +USW00014922200303WT01 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922200303WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200303WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200303WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200303WT13 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922200303WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200303WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00014922200303WT18 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922200303WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200304TMAX 172 0 111 0 33 0 -17 0 22 0 50 0 56 0 94 0 133 0 206 0 206 0 178 0 244 0 317 0 228 0 100 0 44 0 72 0 117 0 89 0 167 0 167 0 211 0 194 0 189 0 228 0 233 0 161 0 139 0 156 0-9999 +USW00014922200304TMIN 39 0 28 0 -17 0 -50 0 -61 0 -56 0 -11 0 -56 0 -17 0 17 0 67 0 39 0 67 0 178 0 94 0 6 0 0 0 11 0 61 0 44 0 61 0 33 0 50 0 89 0 83 0 56 0 139 0 61 0 83 0 100 0-9999 +USW00014922200304PRCP 0 0 0 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 218 0 264 0 0T 0 28 0 61 0 25 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0-9999 +USW00014922200304AWND 39 X 88 X 82 X 58 X 30 X 63 X 68 X 24 X 46 X 51 X 35 X 32 X 70 X 62 X 61 X 88 X 26 X 59 X 43 X 47 X 59 X 21 X 46 X 45 X 34 X 33 X 62 X 51 X 21 X 38 X-9999 +USW00014922200304FMTM 2215 X 0759 X 0847 X 2149 X 0042 X 1508 X 0057 X 2135 X 1617 X 1350 X 1323 X 2358 X 1739 X 1632 X 2327 X 1547 X 2354 X 1752 X 0113 X 2347 X 1218 X 1645 X 1414 X 1238 X 2155 X 2156 X 1413 X 1525 X 2326 X 1621 X-9999 +USW00014922200304PGTM 2220 W 0759 W 0847 W 1132 W 1303 W 1444 W 1514 W 2135 W 1617 W 1338 W 1802 W 0542 W 1712 W 1631 W 2327 W 1542 W 2354 W 1752 W 0112 W 2221 W 1115 W 1631 W 1412 W 1238 W 2129 W 2151 W 1413 W 1813 W 1302 W 1046 W-9999 +USW00014922200304TAVG 106 W 72 W 11 W -33 W -17 W 0 W 22 W 22 W 61 W 111 W 139 W 111 W 156 W 250 W 161 W 56 W 22 W 44 W 89 W 67 W 117 W 100 W 133 W 144 W 44 W 144 W 189 W 111 W 111 W 128 W-9999 +USW00014922200304TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922200304WDF2 60 X 90 X 80 X 30 X 20 X 100 X 80 X 240 X 230 X 230 X 30 X 140 X 170 X 230 X 80 X 90 X 100 X 70 X 110 X 360 X 30 X 90 X 160 X 90 X 60 X 170 X 300 X 330 X 50 X 20 X-9999 +USW00014922200304WDF5 50 X 90 X 90 X 40 X 360 X 90 X 50 X 240 X 230 X 230 X 20 X 40 X 170 X 240 X 90 X 90 X 110 X 60 X 100 X 320 X 340 X 30 X 150 X 90 X 60 X 170 X 300 X 300 X 10 X 50 X-9999 +USW00014922200304WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200304WSF2 80 X 130 X 139 X 80 X 72 X 107 X 107 X 54 X 94 X 103 X 67 X 54 X 112 X 116 X 116 X 139 X 89 X 103 X 98 X 80 X 112 X 54 X 80 X 94 X 63 X 67 X 107 X 89 X 54 X 72 X-9999 +USW00014922200304WSF5 94 X 156 X 165 X 107 X 125 X 134 X 134 X 72 X 103 X 130 X 107 X 98 X 139 X 148 X 139 X 179 X 112 X 125 X 116 X 107 X 139 X 72 X 116 X 112 X 76 X 80 X 130 X 103 X 72 X 94 X-9999 +USW00014922200304WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200304WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200304WT04-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200304WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200304WT06-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200304WT13-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200304WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200304WT15-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200304WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922200304WT18-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200305TMAX 217 0 183 0 200 0 139 0 106 0 172 0 183 0 172 0 178 0 139 0 156 0 194 0 211 0 167 0 222 0 222 0 233 0 244 0 189 0 156 0 172 0 111 0 183 0 211 0 244 0 244 0 278 0 250 0 267 0 250 0 178 0 +USW00014922200305TMIN 56 0 72 0 72 0 78 0 78 0 94 0 100 0 89 0 106 0 78 0 78 0 83 0 56 0 106 0 67 0 111 0 122 0 133 0 89 0 50 0 61 0 89 0 61 0 106 0 61 0 94 0 100 0 161 0 122 0 117 0 83 0 +USW00014922200305PRCP 0 0 0 0 0 0 163 0 46 0 0 0 0 0 112 0 127 0 185 0 348 0 0 0 5 0 193 0 0 0 0 0 0 0 0 0 239 0 0 0 0 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 53 0 0 0 +USW00014922200305AWND 46 X 45 X 51 X 88 X 40 X 25 X 40 X 59 X 54 X 30 X 89 X 46 X 25 X 57 X 23 X 28 X 31 X 50 X 52 X 37 X 32 X 37 X 16 X 21 X 29 X 30 X 18 X 68 X 33 X 75 X 41 X +USW00014922200305FMTM 1854 X 1436 X 1511 X 1239 X 0120 X 2108 X 1400 X 2125 X 0018 X 2329 X 1137 X 1359 X 1633 X 1435 X 1800 X 1540 X 1651 X 1501 X 1741 X 0629 X 0918 X 1819 X 1418 X 2230 X 1919 X 0958 X 2223 X 1133 X 2322 X 1958 X 0127 X +USW00014922200305PGTM 1839 W 1744 W 1606 W 1238 W 0054 W 2236 W 1358 W 2124 W 0017 W 1807 W 1215 W 1358 W 1135 W 1401 W 1440 W 1544 W 1650 W 1456 W 1738 W 1433 W 0909 W 1816 W 1424 W 2202 W 1918 W 0957 W 2222 W 1111 W 2352 W 1958 W 0123 W +USW00014922200305TAVG 139 W 128 W 139 W 111 W 94 W 133 W 144 W 133 W 144 W 111 W 117 W 139 W 133 W 139 W 144 W 167 W 178 W 189 W 139 W 106 W 117 W 100 W 122 W 161 W 156 W 172 W 189 W 206 W 194 W 183 W 133 W +USW00014922200305TSUN 0 W 0 W 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200305WDF2 30 X 90 X 140 X 140 X 90 X 100 X 130 X 90 X 120 X 360 X 330 X 320 X 140 X 120 X 90 X 90 X 130 X 150 X 330 X 320 X 160 X 90 X 60 X 330 X 50 X 120 X 310 X 340 X 180 X 30 X 20 X +USW00014922200305WDF5 30 X 100 X 150 X 150 X 90 X 110 X 110 X 90 X 120 X 20 X 320 X 320 X 170 X 120 X 90 X 70 X 130 X 150 X 320 X 40 X 180 X 100 X 70 X 330 X 40 X 120 X 300 X 330 X 200 X 30 X 40 X +USW00014922200305WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200305WSF2 103 X 67 X 103 X 148 X 80 X 63 X 80 X 116 X 134 X 80 X 139 X 94 X 67 X 125 X 54 X 72 X 80 X 89 X 112 X 98 X 76 X 67 X 58 X 45 X 80 X 98 X 76 X 143 X 67 X 156 X 112 X +USW00014922200305WSF5 125 X 94 X 116 X 183 X 98 X 72 X 94 X 148 X 165 X 125 X 179 X 112 X 89 X 143 X 72 X 80 X 98 X 103 X 156 X 125 X 94 X 80 X 72 X 58 X 116 X 112 X 94 X 174 X 89 X 201 X 134 X +USW00014922200305WT01-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 +USW00014922200305WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200305WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200305WT13-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200305WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200305WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922200305WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200306TMAX 222 0 211 0 228 0 222 0 250 0 178 0 189 0 222 0 233 0 222 0 200 0 228 0 278 0 278 0 289 0 317 0 306 0 289 0 261 0 283 0 311 0 283 0 311 0 311 0 261 0 211 0 239 0 239 0 272 0 283 0-9999 +USW00014922200306TMIN 94 0 117 0 100 0 122 0 117 0 144 0 139 0 133 0 111 0 133 0 117 0 133 0 178 0 150 0 150 0 183 0 206 0 183 0 144 0 150 0 144 0 211 0 211 0 189 0 139 0 122 0 139 0 156 0 133 0 161 0-9999 +USW00014922200306PRCP 0 0 0 0 0T 0 71 0 0 0 188 0 5 0 0T 0 3 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 5 0 348 0 531 0 0T 0 0T 0 30 0 0 0 0 0-9999 +USW00014922200306AWND 23 X 38 X 26 X 18 X 18 X 21 X 27 X 44 X 30 X 45 X 42 X 34 X 31 X 28 X 14 X 35 X 22 X 39 X 31 X 47 X 58 X 55 X 48 X 58 X 54 X 60 X 21 X 26 X 32 X 12 X-9999 +USW00014922200306FMTM 1951 X 1701 X 0949 X 1403 X 1516 X 0958 X 1522 X 1709 X 2355 X 2355 X 1934 X 1030 X 1719 X 1222 X 1505 X 1758 X 2234 X 1754 X 1303 X 1447 X 1648 X 1218 X 1350 X 2228 X 0128 X 1333 X 0003 X 1611 X 1340 X 1308 X-9999 +USW00014922200306PGTM 1327 W 1700 W 0956 W 1403 W 1516 W 0956 W 1501 W 1647 W 2354 W 2354 W 1934 W 1029 W 1803 W 0724 W 1032 W 1757 W 2226 W 1911 W 1159 W 1446 W 1230 W 1112 W 1417 W 2227 W 0127 W 1439 W 0003 W 1610 W 1339 W 1625 W-9999 +USW00014922200306TAVG 161 W 167 W 167 W 172 W 183 W 161 W 167 W 178 W 172 W 178 W 161 W 183 W 228 W 217 W 222 W 250 W 256 W 239 W 206 W 217 W 228 W 250 W 261 W 250 W 200 W 167 W 189 W 200 W 206 W 222 W-9999 +USW00014922200306TSUN 0 W 0 W-9999 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 +USW00014922200306WDF2 60 X 230 X 10 X 320 X 220 X 160 X 60 X 330 X 120 X 120 X 120 X 130 X 330 X 60 X 140 X 120 X 30 X 30 X 120 X 160 X 170 X 150 X 160 X 20 W 290 X 290 X 340 X 350 X 310 X 180 X-9999 +USW00014922200306WDF5 210 X 230 X 10 X 330 X 210 X 180 X 70 X 340 X 110 X 110 X 120 X 130 X 10 X 100 X 50 X 130 X 10 X 20 X 50 X 160 X 160 X 200 X 180 X 20 W 280 X 280 X 340 X 340 X 320 X 310 X-9999 +USW00014922200306WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200306WSF2 45 X 80 X 58 X 103 X 76 X 54 X 58 X 94 X 80 X 80 X 89 X 76 X 67 X 67 X 45 X 72 X 80 X 80 X 67 X 94 X 103 X 89 X 107 X 210 W 161 X 116 X 76 X 80 X 89 X 54 X-9999 +USW00014922200306WSF5 80 X 98 X 72 X 116 X 89 X 67 X 76 X 134 X 103 X 103 X 98 X 94 X 116 X 107 X 63 X 76 X 103 X 125 X 94 X 107 X 130 X 116 X 125 X 264 W 201 X 143 X 89 X 112 X 107 X 58 X-9999 +USW00014922200306WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200306WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922200306WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200306WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200306WT13-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200306WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200306WT16-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922200307TMAX 300 0 322 0 322 0 294 0 300 0 289 0 267 0 250 0 217 0 217 0 250 0 272 0 289 0 261 0 261 0 294 0 267 0 267 0 294 0 294 0 250 0 244 0 261 0 278 0 306 0 333 0 300 0 306 0 311 0 322 0 267 0 +USW00014922200307TMIN 189 0 222 0 194 0 194 0 189 0 217 0 200 0 183 0 167 0 156 0 144 0 150 0 172 0 200 0 178 0 172 0 189 0 161 0 161 0 206 0 172 0 156 0 133 0 150 0 206 0 239 0 206 0 194 0 189 0 200 0 183 0 +USW00014922200307PRCP 0 0 0 0 203 0 13 0 0 0 0 0 0T 0 3 0 10 0 5 0 30 0 0 0 0 0 155 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 10 0 41 0 +USW00014922200307AWND 33 X 57 X 33 X 35 X 26 X 32 X 39 X 27 X 51 X 50 X 36 X 19 X 31 X 45 X 46 X 33 X 39 X 30 X 31 X 34 X 44 X 36 X 22 X 45 X 53 X 42 X 36 X 23 X 32 X 40 X 25 X +USW00014922200307FMTM 1227 X 1652 X 0041 X 0232 X 1738 X 1218 X 0910 X 0446 X 1104 X 1303 X 1408 X 1750 X 1535 X 1151 X 0908 X 1719 X 1741 X 0924 X 1836 X 1354 X 1605 X 1608 X 1356 X 1808 X 1035 X 1727 X 1449 X 1518 X 1403 X 2220 X 1841 X +USW00014922200307PGTM 1352 W 1614 W 0040 W 0230 W 1342 W 1218 W 0910 W 1051 W 0822 W 1251 W 1423 W 1659 W 1807 W 1155 W 0908 W 1613 W 1741 W 1134 W 1848 W 1354 W 1114 W 1433 W 1037 W 1401 W 1205 W 1721 W 1449 W 1518 W 1748 W 2220 W 0723 W +USW00014922200307TAVG 244 W 272 W 261 W 244 W 244 W 256 W 233 W 217 W 194 W 189 W 200 W 211 W 233 W 233 W 222 W 233 W 228 W 217 W 228 W 250 W 211 W 200 W 200 W 217 W 256 W 289 W 256 W 250 W 250 W 261 W 228 W +USW00014922200307TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00014922200307WDF2 180 X 180 X 10 X 330 X 170 X 160 X 20 X 250 X 140 X 330 X 10 X 280 X 230 X 120 X 330 X 210 X 60 X 120 X 220 X 280 X 20 X 20 X 100 X 170 X 190 X 300 X 30 X 330 X 250 X 320 X 330 X +USW00014922200307WDF5 170 X 180 X 10 X 350 W 200 X 160 X 30 X 70 X 110 X 330 X 330 X 290 X 200 X 120 X 330 X 190 X 60 X 100 X 230 X 280 X 40 X 20 X 90 X 170 X 190 X 320 X 50 X 330 X 210 X 330 X 30 X +USW00014922200307WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200307WSF2 80 X 103 X 130 X 134 X 63 X 72 X 80 X 67 X 89 X 103 X 89 X 54 X 67 X 125 X 98 X 76 X 76 X 76 X 80 X 80 X 76 X 76 X 58 X 89 X 80 X 72 X 67 X 76 X 72 X 98 X 72 X +USW00014922200307WSF5 94 X 130 X 161 X 179 W 76 X 89 X 103 X 89 X 103 X 134 X 107 X 63 X 80 X 130 X 112 X 98 X 98 X 89 X 98 X 98 X 130 X 103 X 94 X 112 X 107 X 94 X 130 X 89 X 80 X 125 X 103 X +USW00014922200307WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200307WT03-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922200307WT13-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922200307WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200307WT16-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 +USW00014922200308TMAX 278 0 272 0 250 0 261 0 239 0 300 0 294 0 289 0 294 0 306 0 289 0 289 0 300 0 306 0 344 0 350 0 333 0 356 0 317 0 328 0 278 0 289 0 306 0 361 0 311 0 333 0 283 0 317 0 222 0 244 0 239 0 +USW00014922200308TMIN 172 0 172 0 167 0 172 0 178 0 178 0 183 0 172 0 167 0 206 0 178 0 144 0 178 0 200 0 222 0 222 0 211 0 228 0 233 0 217 0 189 0 156 0 189 0 222 0 211 0 217 0 161 0 194 0 150 0 117 0 122 0 +USW00014922200308PRCP 0 0 0 0 0 0 0 0 0T 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 216 0 0T 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200308AWND 33 X 33 X 31 X 24 X 19 X 22 X 38 X 25 X 18 X 22 X 42 X 25 X 31 X 38 X 42 X 30 X 51 X 50 X 34 X 54 X 51 X 14 X 56 X 41 X 27 X 29 X 38 X 53 X 34 X 17 X 10 X +USW00014922200308FMTM 1557 X 1512 X 1459 X 1625 X 1500 X 1430 X 1334 X 1336 X 1310 X 1743 X 1419 X 1416 X 1525 X 1322 X 1432 X 1422 X 1442 X 2214 X 1839 X 0413 X 0922 X 1656 X 1652 X 1348 X 0754 X 2333 X 2327 X 1247 X 0705 X 1447 X 1448 X +USW00014922200308PGTM 1556 W 1638 W 1459 W 0833 W 0658 W 1429 W 1510 W 1706 W 1330 W 1740 W 1724 W 1642 W 1525 W 1508 W 1431 W 1451 W 1351 W 2213 W 1839 W 0413 W 0909 W 1444 W 1524 W 1322 W 0753 W 1435 W 2346 W 1254 W 1444 W 1446 W 1215 W +USW00014922200308TAVG 228 W 222 W 211 W 217 W 211 W 239 W 239 W 233 W 233 W 256 W 233 W 217 W 239 W 256 W 283 W 289 W 272 W 294 W 278 W 272 W 233 W 222 W 250 W 294 W 261 W 278 W 222 W 256 W 189 W 183 W 183 W +USW00014922200308TSUN-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W-9999 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W +USW00014922200308WDF2 290 X 290 X 40 X 130 X 280 X 330 X 30 X 80 X 120 X 20 X 20 X 180 X 150 X 180 X 230 X 30 X 120 X 220 X 190 X 200 X 320 X 90 X 160 X 280 X 130 X 20 X 140 X 240 X 340 X 320 X 140 X +USW00014922200308WDF5 280 X 360 X 20 X 80 X 50 X 330 X 30 X 30 X 120 X 20 X 30 X 170 X 140 X 180 X 240 X 50 X 120 X 220 X 200 X 190 X 310 X 40 X 160 X 280 X 130 X 360 X 130 X 240 X 360 X 320 X 190 X +USW00014922200308WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200308WSF2 89 X 72 X 72 X 45 X 54 X 94 X 94 X 63 X 72 X 89 X 76 X 54 X 63 X 80 X 80 X 67 X 89 X 134 X 63 X 125 X 94 X 45 X 103 X 76 X 89 X 67 X 63 X 103 X 72 X 63 X 40 X +USW00014922200308WSF5 107 X 98 X 116 X 89 X 72 X 107 X 125 X 80 X 89 X 107 X 98 X 63 X 72 X 94 X 107 X 112 X 103 X 165 X 80 X 161 X 112 X 76 X 125 X 98 X 94 X 89 X 72 X 125 X 107 X 72 X 58 X +USW00014922200308WT01-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200308WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200308WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200308WT13-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200308WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200308WT21-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200309TMAX 267 0 294 0 211 0 239 0 300 0 333 0 333 0 322 0 300 0 311 0 289 0 244 0 206 0 206 0 233 0 294 0 311 0 228 0 156 0 239 0 167 0 167 0 206 0 189 0 128 0 139 0 111 0 117 0 106 0 100 0-9999 +USW00014922200309TMIN 128 0 150 0 144 0 117 0 117 0 189 0 183 0 189 0 172 0 206 0 172 0 144 0 139 0 111 0 106 0 122 0 183 0 83 0 83 0 67 0 106 0 83 0 61 0 78 0 39 0 83 0 78 0 50 0 22 0 17 0-9999 +USW00014922200309PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 155 0 218 0 0 0 0 0 0 0 0 0 0 0 137 0 0 0 0 0 5 0 0 0 0 0 0T 0 0T 0 33 0 0T 0 0T 0 10 0 0 0-9999 +USW00014922200309AWND 17 X 46 X 48 X 17 X 39 X 21 X 16 X 29 X 55 X 72 X 47 X 26 X 35 X 28 X 24 X 40 X 79 X 62 X 45 X 40 X 41 X 51 X 31 X 81 X 40 X 37 X 67 X 47 X 34 X 35 X-9999 +USW00014922200309FMTM 1644 X 1242 X 1609 X 1326 X 1436 X 1431 X 1707 X 1520 X 1230 X 1413 X 0503 X 0102 X 0937 X 1431 X 1423 X 2135 X 1541 X 0848 X 1527 X 1322 X 1522 X 1632 X 2145 X 1350 X 0002 X 1636 X 1419 X 1250 X 1351 X 1021 X-9999 +USW00014922200309PGTM 1533 W 1418 W 1547 W 1358 W 1436 W 1431 W 1705 W 1553 W 1229 W 1421 W 0503 W 0102 W 0936 W 1430 W 1434 W 2111 W 1539 W 0155 W 1033 W 1505 W 1521 W 1612 W 2124 W 1403 W 2209 W 1810 W 1032 W 1508 W 1350 W 1249 W-9999 +USW00014922200309TAVG 200 W 222 W 178 W 178 W 211 W 261 W 261 W 256 W 239 W 261 W 233 W 194 W 172 W 161 W 172 W 211 W 250 W 156 W 122 W 156 W 139 W 128 W 133 W 133 W 83 W 111 W 94 W 83 W 67 W 61 W-9999 +USW00014922200309TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00014922200309WDF2 150 X 170 X 330 X 320 X 180 X 270 X 230 X 180 X 170 X 140 X 170 X 290 X 320 X 300 X 270 X 170 X 140 X 190 X 290 X 170 X 160 X 310 X 170 X 290 X 330 X 320 X 330 X 330 X 320 X 330 X-9999 +USW00014922200309WDF5 160 X 220 X 320 X 340 X 190 X 290 X 220 X 170 X 170 X 160 X 170 X 300 X 320 X 320 X 250 X 180 X 150 X 170 X 320 X 180 X 160 X 290 X 160 X 290 X 150 X 330 X 310 X 350 X 330 X 310 X-9999 +USW00014922200309WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200309WSF2 54 X 94 X 103 X 54 X 80 X 58 X 54 X 80 X 103 X 116 X 89 X 72 X 76 X 76 X 58 X 89 X 134 X 94 X 89 X 103 X 80 X 112 X 67 X 143 X 89 X 76 X 103 X 94 X 103 X 89 X-9999 +USW00014922200309WSF5 63 X 112 X 130 X 76 X 98 X 80 X 67 X 98 X 125 X 143 X 107 X 76 X 94 X 116 X 89 X 103 X 174 X 116 X 116 X 125 X 107 X 143 X 94 X 174 X 103 X 103 X 130 X 107 X 130 X 112 X-9999 +USW00014922200309WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200309WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200309WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200309WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200309WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200309WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922200310TMAX 83 0 133 0 150 0 172 0 194 0 244 0 294 0 272 0 267 0 222 0 200 0 189 0 156 0 156 0 122 0 117 0 156 0 239 0 261 0 256 0 133 0 194 0 128 0 156 0 78 0 28 0 61 0 72 0 39 0 56 0 44 0 +USW00014922200310TMIN -6 0 -22 0 67 0 50 0 56 0 78 0 89 0 167 0 156 0 139 0 100 0 56 0 94 0 56 0 28 0 6 0 17 0 83 0 67 0 128 0 72 0 39 0 50 0 50 0 11 0 -17 0 11 0 22 0 17 0 28 0 0 0 +USW00014922200310PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 3 0 0T 0 10 0 10 0 5 0 8 0 0 0 +USW00014922200310AWND 34 X 34 X 52 X 19 X 26 X 36 X 33 X 52 X 52 X 60 X 54 X 37 X 35 X 45 X 45 X 21 X 41 X 20 X 21 X 53 X 31 X 27 X 37 X 33 X 45 X 22 X 36 X 70 X 38 X 46 X 55 X +USW00014922200310FMTM 0855 X 1358 X 1350 X 1421 X 2052 X 1324 X 1530 X 1523 X 1459 X 1057 X 1432 X 2300 X 0034 X 1422 X 1448 X 1626 X 1319 X 1308 X 2021 X 1410 X 0042 X 1404 X 0830 X 1441 X 2142 X 0216 X 1624 X 0627 X 2107 X 2226 X 2013 X +USW00014922200310PGTM 1044 W 2148 W 0849 W 1514 W 1638 W 1324 W 1426 W 1427 W 1459 W 1208 W 1440 W 2315 W 0032 W 1348 W 1447 W 1626 W 1421 W 1444 W 2053 W 1459 W 0008 W 1817 W 0812 W 1341 W 2141 W 0211 W 1623 W 0626 W 2331 W 1547 W 1405 W +USW00014922200310TAVG 39 W 56 W 111 W 111 W 128 W 161 W 194 W 222 W 211 W 183 W 150 W 122 W 128 W 106 W 78 W 61 W 89 W 161 W 167 W 194 W 106 W 117 W 89 W 106 W 44 W 6 W 39 W 50 W 28 W 44 W 22 W +USW00014922200310TSUN-9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922200310WDF2 340 X 230 X 330 X 310 X 120 X 150 X 220 X 170 X 170 X 170 X 300 X 200 X 230 X 330 X 320 X 260 X 220 X 350 X 150 X 300 X 320 X 220 X 20 X 330 X 320 X 320 X 180 X 290 X 70 X 350 X 320 X +USW00014922200310WDF5 20 X 210 X 330 X 350 X 90 X 150 X 230 X 200 X 170 X 160 X 310 X 210 X 240 X 330 X 330 X 260 X 220 X 20 X 170 X 320 X 330 X 360 X 20 X 300 X 320 X 330 X 170 X 280 X 90 X 20 X 340 X +USW00014922200310WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200310WSF2 72 X 72 X 107 X 63 X 54 X 67 X 72 X 89 X 103 X 112 X 116 X 76 X 80 X 103 X 98 X 58 X 94 X 63 X 54 X 125 X 72 X 72 X 67 X 76 X 80 X 67 X 112 X 143 X 67 X 72 X 89 X +USW00014922200310WSF5 116 X 98 X 134 X 72 X 72 X 76 X 94 X 125 X 116 X 134 X 143 X 94 X 103 X 134 X 134 X 72 X 107 X 80 X 58 X 156 X 94 X 116 X 89 X 103 X 107 X 80 X 130 X 174 X 76 X 139 X 130 X +USW00014922200310WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00014922200310WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200310WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00014922200310WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00014922200310WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00014922200310WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00014922200310WT21-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200311TMAX 22 0 56 0 22 0 11 0 -6 0 11 0 -44 0 -28 0 72 0 56 0 150 0 50 0 22 0 72 0 56 0 61 0 117 0 106 0 106 0 128 0 6 0 11 0 0 0 -78 0 17 0 28 0 6 0 -33 0 22 0 72 0-9999 +USW00014922200311TMIN -22 0 11 0 -17 0 -6 0 -72 0 -106 0 -100 0 -100 0 -89 0 28 0 28 0 -22 0 -56 0 0 0 39 0 39 0 44 0 22 0 11 0 6 0 -39 0 -11 0 -94 0 -128 0 -100 0 -83 0 -44 0 -83 0 -100 0 -22 0-9999 +USW00014922200311PRCP 0 0 0 0 38 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 64 0 0 0 0 0 0T 0 0T 0 3 0 0T 0 0 0 0 0 0 0 5 0 56 0 0T 0 0 0 10 0 0 0 0T 0 0 0 0 0-9999 +USW00014922200311SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 102 B 102 B 76 B 102 B 76 B 76 B 51 B-9999 +USW00014922200311AWND 21 X 30 X 55 X 54 X 50 X 48 X 47 X 25 X 47 X 46 X 33 X 64 X 39 X 38 X 41 X 30 X 66 X 41 X 40 X 51 X 37 X 59 X 70 X 54 X 61 X 32 X 45 X 58 X 36 X 63 X-9999 +USW00014922200311FMTM 0000 X 1918 X 2315 X 0240 X 2018 X 1602 X 0849 X 2234 X 1558 X 1349 X 1415 X 1605 X 0312 X 1535 X 1721 X 2252 X 1240 X 1534 X 1001 X 1534 X 2309 X 1634 X 1112 X 0440 X 0731 X 1945 X 1847 X 0857 X 1113 X 1631 X-9999 +USW00014922200311PGTM 2358 W 1917 W 1831 W 0014 W 2018 W 1551 W 1905 W 1426 W 1610 W 1349 W 1339 W 1252 W 0325 W 1753 W 1720 W 2227 W 1252 W 1536 W 0816 W 1802 W 2243 W 1633 W 1429 W 0456 W 1226 W 1942 W 1836 W 0832 W 1059 W 1630 W-9999 +USW00014922200311TAVG 0 W 33 W 6 W 6 W -39 W -44 W -72 W -61 W -6 W 44 W 89 W 17 W -17 W 39 W 50 W 50 W 83 W 67 W 61 W 67 W -17 W 0 W -44 W -100 W -39 W -28 W -17 W -56 W -39 W 28 W-9999 +USW00014922200311TSUN 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 +USW00014922200311WDF2 310 X 310 X 60 X 80 X 290 X 260 X 320 X 160 X 180 X 180 X 240 X 320 X 310 X 130 X 120 X 160 X 150 X 280 X 310 X 320 X 30 X 30 X 340 X 290 X 230 X 150 X 310 X 330 X 210 X 290 X-9999 +USW00014922200311WDF5 320 X 360 X 60 X 60 X 290 X 270 X 40 X 180 X 170 X 170 X 250 X 320 X 310 X 140 X 130 X 150 X 150 X 280 X 270 X 330 X 40 X 30 X 350 X 280 X 260 X 140 X 310 X 330 X 190 X 300 X-9999 +USW00014922200311WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200311WSF2 63 X 54 X 89 X 94 X 76 X 94 X 103 X 40 X 89 X 89 X 67 X 125 X 80 X 72 X 63 X 63 X 116 X 94 X 94 X 116 X 80 X 94 X 116 X 98 X 107 X 72 X 112 X 103 X 89 X 143 X-9999 +USW00014922200311WSF5 76 X 112 X 112 X 116 X 98 X 130 X 134 X 63 X 103 X 103 X 76 X 170 X 103 X 76 X 80 X 76 X 156 X 103 X 116 X 139 X 103 X 112 X 139 X 112 X 139 X 94 X 148 X 134 X 130 X 183 X-9999 +USW00014922200311WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922200311WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200311WT04-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200311WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200311WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200311WT13-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922200311WT14-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200311WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200311WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200311WT18-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 +USW00014922200311WT19-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200311WT22-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200312TMAX 11 0 -11 0 28 0 22 0 11 0 0 0 22 0 50 0 17 0 -56 0 -117 0 -94 0 -39 0 -17 0 -17 0 -28 0 -67 0 0 0 -22 0 11 0 33 0 17 0 -6 0 -22 0 6 0 39 0 61 0 44 0 -17 0 6 0 -33 0 +USW00014922200312TMIN -56 0 -83 0 -22 0 -22 0 -11 0 -17 0 -22 0 0 0 -72 0 -117 0 -178 0 -200 0 -156 0 -44 0 -39 0 -100 0 -122 0 -72 0 -100 0 -94 0 -39 0 -33 0 -89 0 -122 0 -111 0 -33 0 33 0 -17 0 -83 0 -117 0 -122 0 +USW00014922200312PRCP 0 0 0 0 0 0 15 0 5 0 0 0 0 0 0T 0 94 0 10 0 0T 0 0T 0 0T 0 0T 0 0T 0 15 0 0T 0 13 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 3 0 0T 0 0T 0 +USW00014922200312SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 178 B 152 B 152 B 127 B 102 B 102 B 127 B 127 B 152 B 127 B 127 B 127 B 127 B 102 B 102 B 102 B 102 B 51 B-9999 -9999 25 B 25 B +USW00014922200312AWND 60 X 36 X 38 X 23 X 36 X 42 X 57 X 32 X 51 X 69 X 42 X 24 X 43 X 50 X 50 X 69 X 25 X 56 X 51 X 43 X 30 X 42 X 46 X 13 X 31 X 52 X 63 X 59 X 45 X 42 X 46 X +USW00014922200312FMTM 1026 X 1348 X 0830 X 0127 X 1543 X 2120 X 0156 X 2335 X 2323 X 2133 X 0414 X 2150 X 1943 X 1933 X 2355 X 1210 X 0108 X 1503 X 0116 X 1541 X 1733 X 2217 X 0347 X 1634 X 1737 X 1204 X 1331 X 1148 X 2109 X 2332 X 0111 X +USW00014922200312PGTM 1253 W 1534 W 1924 W 2322 W 1543 W 2120 W 0154 W 2109 W 1634 W 1310 W 0017 W 2157 W 1959 W 1857 W 2139 W 1141 W 1928 W 2112 W 0400 W 1558 W 2130 W 2231 W 1217 W 1626 W 1737 W 1204 W 0426 W 1148 W 2109 W 2332 W 0115 W +USW00014922200312TAVG -22 W -44 W 6 W 0 W 0 W -6 W 0 W 28 W -28 W -83 W -144 W -144 W -94 W -28 W -28 W -61 W -94 W -33 W -61 W -39 W 0 W -6 W -44 W -72 W -50 W 6 W 50 W 17 W -50 W -56 W -78 W +USW00014922200312TSUN 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200312WDF2 280 X 100 X 120 X 120 X 330 X 160 X 160 X 10 X 340 X 320 X 320 X 160 X 170 X 140 X 350 X 310 X 310 X 310 X 320 X 170 X 270 X 320 X 350 X 230 X 110 X 170 X 150 X 230 X 280 X 280 X 280 X +USW00014922200312WDF5 280 X 110 X 120 X 30 X 10 X 170 X 150 X 20 X 10 X 330 X 320 X 210 X 170 X 150 X 10 X 320 X 70 X 340 X 330 X 170 X 320 X 330 X 20 X 230 X 110 X 170 X 160 X 230 X 290 X 290 X 280 X +USW00014922200312WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200312WSF2 116 X 72 X 63 X 45 X 67 X 107 X 89 X 67 X 94 X 94 X 80 X 54 X 80 X 76 X 76 X 116 X 63 X 112 X 103 X 89 X 58 X 89 X 89 X 31 X 67 X 94 X 103 X 116 X 76 X 134 X 130 X +USW00014922200312WSF5 139 X 76 X 72 X 76 X 80 X 125 X 107 X 107 X 125 X 134 X 98 X 58 X 94 X 94 X 134 X 156 X 76 X 139 X 116 X 103 X 76 X 112 X 130 X 36 X 76 X 103 X 130 X 148 X 89 X 161 X 156 X +USW00014922200312WT01-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922200312WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200312WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200312WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200312WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200312WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200312WT13-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922200312WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200312WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200312WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200312WT18-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00014922200312WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200401TMAX 11 0 22 0 -72 0 -122 0 -156 0 -111 0 -67 0 -67 0 -61 0 -22 0 22 0 6 0 -11 0 11 0 -22 0 -17 0 11 0 -156 0 -128 0 -67 0 -11 0 -150 0 -111 0 -100 0 -78 0 -67 0 -89 0 -167 0 -222 0 -200 0 -139 0 +USW00014922200401TMIN -83 0 -72 0 -128 0 -161 0 -211 0 -194 0 -150 0 -128 0 -94 0 -67 0 -56 0 -83 0 -100 0 -106 0 -122 0 -72 0 -156 0 -211 0 -206 0 -144 0 -228 0 -233 0 -150 0 -172 0 -117 0 -94 0 -189 0 -267 0 -267 0 -311 0 -261 0 +USW00014922200401PRCP 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 3 0 0T 0 10 0 0 0 0T 0 41 0 0T 0 0T 0 0T 0 0 0 5 0 +USW00014922200401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 51 0 102 0 102 0 76 0 76 0 102 0 +USW00014922200401AWND 43 X 47 X 56 X 47 X 55 X 56 X 25 X 33 X 20 X 35 X 38 X 52 X 38 X 55 X 39 X 61 X 57 X 63 X 24 X 35 X 79 X 50 X 46 X 31 X 72 X 42 X 50 X 63 X 45 X 36 X 23 X +USW00014922200401FMTM 0811 X 2006 X 2355 X 2049 X 0318 X 1329 X 1330 X 1758 X 2311 X 1955 X 1627 X 1807 X 0356 X 0814 X 2309 X 1439 X 2041 X 0024 X 2357 X 2208 X 1226 X 0206 X 1008 X 2311 X 2112 X 0033 X 0342 X 0439 X 1558 X 0455 X 2222 X +USW00014922200401PGTM 0809 W 2045 W 2355 W 1303 W 1506 W 1023 W 1329 W 1654 W 0806 W 2030 W 1626 W 1610 W 0254 W 0754 W 2242 W 1320 W 2041 W 1220 W 1913 W 2217 W 1120 W 0136 W 0701 W 2109 W 2111 W 2038 W 0825 W 0437 W 1817 W 1547 W 1946 W +USW00014922200401TAVG -33 W -22 W -100 W -139 W -183 W -150 W -106 W -94 W -78 W -44 W -17 W -39 W -56 W -44 W -72 W -44 W -72 W -183 W -167 W -106 W -117 W -194 W -128 W -133 W -94 W -78 W -139 W -217 W -244 W -256 W -200 W +USW00014922200401TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200401WDF2 120 X 290 X 280 X 330 X 310 X 280 X 140 X 20 X 180 X 190 X 300 X 290 X 320 X 340 X 110 X 110 X 320 X 330 X 340 X 210 X 290 X 350 X 100 X 100 X 90 X 100 X 320 X 310 X 290 X 310 X 120 X +USW00014922200401WDF5 120 X 280 X 280 X 10 X 270 X 260 X 140 X 30 X 70 X 200 X 290 X 280 X 320 X 330 X 110 X 110 X 320 X 360 X 40 X 200 X 320 X 320 X 110 X 90 X 100 X 10 X 320 X 320 X 320 X 360 X 80 X +USW00014922200401WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200401WSF2 94 X 112 X 103 X 76 X 94 X 112 X 45 X 58 X 40 X 63 X 98 X 107 X 98 X 125 X 80 X 94 X 125 X 107 X 58 X 72 X 156 X 103 X 72 X 63 X 116 X 80 X 89 X 103 X 67 X 63 X 54 X +USW00014922200401WSF5 103 X 139 X 130 X 116 X 107 X 143 X 63 X 80 X 54 X 76 X 130 X 148 X 125 X 156 X 103 X 107 X 156 X 130 X 80 X 89 X 210 X 125 X 94 X 76 X 134 X 103 X 103 X 125 X 80 X 72 X 63 X +USW00014922200401WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 +USW00014922200401WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200401WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200401WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X +USW00014922200401WT14 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200401WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200401WT18-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 +USW00014922200401WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200402TMAX -72 0 -56 0 -117 0 -94 0 -33 0 -28 0 -39 0 -72 0 -28 0 -83 0 -44 0 -72 0 -22 0 -67 0 -111 0 -44 0 -22 0 56 0 39 0 11 0 22 0 22 0 17 0 33 0 6 0 33 0 44 0 83 0 89 0-9999 -9999 +USW00014922200402TMIN -139 0 -122 0 -222 0 -239 0 -94 0 -83 0 -156 0 -167 0 -106 0 -139 0 -89 0 -144 0 -139 0 -161 0 -206 0 -161 0 -128 0 -56 0 0 0 -6 0 -33 0 -33 0 -22 0 -44 0 -44 0 -56 0 -22 0 0 0 6 0-9999 -9999 +USW00014922200402PRCP 61 0 89 0 0 0 0T 0 8 0 15 0 5 0 8 0 0T 0 5 0 5 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 3 0 36 0 0 0 20 0 0 0 0 0 0T 0 0 0 0 0 0 0 23 0-9999 -9999 +USW00014922200402SNWD 178 0 279 0 279 0 279 0 254 0 279 0 305 0 305 0 305 0 279 0 254 0 279 0 279 0 254 0 254 0 254 0 254 0 229 0 178 0 178 0 178 0 152 0 127 0 127 0 102 0 102 0 102 0 76 0 0 0-9999 -9999 +USW00014922200402AWND 30 X 40 X 46 X 25 X 40 X 46 X 32 X 45 X 55 X 41 X 36 X 44 X 46 X 42 X 21 X 37 X 21 X 30 X 42 X 52 X 41 X 26 X 34 X 18 X 40 X 40 X 57 X 35 X 42 X-9999 -9999 +USW00014922200402FMTM 0859 X 2316 X 0209 X 2059 X 2049 X 1925 X 0136 X 1212 X 2004 X 0022 X 2355 X 0106 X 1003 X 0416 X 1707 X 1319 X 2157 X 0436 X 1513 X 2343 X 0016 X 1343 X 1328 X 1319 X 2037 X 1611 X 1354 X 1215 X 2129 X-9999 -9999 +USW00014922200402PGTM 0950 W 1346 W 0138 W 2009 W 1338 W 1207 W 0138 W 1059 W 1952 W 0022 W 1604 W 2223 W 1015 W 1508 W 1605 W 1319 W 2156 W 0435 W 2204 W 1553 W 0109 W 1515 W 1318 W 1408 W 1750 W 1610 W 1353 W 1424 W 2129 W-9999 -9999 +USW00014922200402TAVG -106 W -89 W -167 W -167 W -61 W -56 W -94 W -117 W -67 W -111 W -67 W -106 W -78 W -111 W -156 W -100 W -72 W 0 W 22 W 6 W -6 W -6 W 0 W -6 W -17 W -11 W 11 W 44 W 50 W-9999 -9999 +USW00014922200402TSUN-9999 -9999 -9999 0 W-9999 -9999 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00014922200402WDF2 100 X 330 X 310 X 120 X 60 X 330 X 320 X 190 X 290 X 300 X 350 X 350 X 230 X 350 X 140 X 200 X 150 X 230 X 80 X 300 X 310 X 120 X 340 X 80 X 160 X 150 X 150 X 170 X 110 X-9999 -9999 +USW00014922200402WDF5 100 X 20 X 330 X 90 X 30 X 360 X 320 X 200 X 280 X 310 X 360 X 230 X 230 X 30 X 140 X 190 X 150 X 240 X 90 X 320 X 310 X 130 X 20 X 60 X 170 X 150 X 150 X 220 X 120 X-9999 -9999 +USW00014922200402WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0-9999 -9999 +USW00014922200402WSF2 58 X 76 X 80 X 58 X 72 X 76 X 76 X 80 X 98 X 80 X 67 X 72 X 80 X 80 X 40 X 72 X 58 X 67 X 89 X 80 X 94 X 54 X 63 X 45 X 67 X 89 X 103 X 63 X 72 X-9999 -9999 +USW00014922200402WSF5 67 X 107 X 103 X 67 X 94 X 112 X 89 X 107 X 125 X 98 X 107 X 89 X 107 X 134 X 58 X 89 X 72 X 94 X 98 X 116 X 107 X 58 X 112 X 63 X 76 X 103 X 125 X 72 X 80 X-9999 -9999 +USW00014922200402WT01 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00014922200402WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200402WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200402WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922200402WT13 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 +USW00014922200402WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200402WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200402WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922200402WT18 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200402WT22 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200402WV01-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200403TMAX 67 0 39 0 22 0 33 0 17 0 22 0 22 0 17 0 61 0 78 0 -17 0 0 0 72 0 22 0 17 0 28 0 67 0 56 0 117 0 89 0 0 0 67 0 106 0 189 0 172 0 189 0 161 0 167 0 78 0 61 0 89 0 +USW00014922200403TMIN 33 0 -6 0 -22 0 -17 0 -6 0 -39 0 -44 0 -61 0 -50 0 -17 0 -150 0 -144 0 -28 0 -28 0 -56 0 -56 0 -11 0 -11 0 -11 0 -50 0 -83 0 -83 0 -22 0 22 0 67 0 56 0 83 0 56 0 6 0 -11 0 -44 0 +USW00014922200403PRCP 3 0 0 0 10 0 0T 0 150 0 18 0 0T 0 18 0 0 0 23 0 0T 0 0 0 38 0 0T 0 0 0 23 0 0T 0 13 0 0T 0 0T 0 0 0 0 0 0 0 0 0 122 0 0 0 114 0 5 0 0T 0 0 0 0 0 +USW00014922200403SNWD 0 0 0 0 0 0 0 0 76 0 76 0 25 0 51 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200403AWND 46 X 41 X 25 X 41 X 41 X 44 X 82 X 29 X 30 X 66 X 86 X 33 X 58 X 96 X 38 X 43 X 26 X 32 X 55 X 95 X 45 X 33 X 34 X 22 X 36 X 38 X 79 X 65 X 59 X 44 X 30 X +USW00014922200403FMTM 0625 X 1403 X 1614 X 2303 X 0824 X 2323 X 0640 X 1023 X 2239 X 2332 X 0308 X 1742 X 0737 X 1128 X 1040 X 1519 X 1615 X 1454 X 1256 X 0956 X 0004 X 1437 X 2137 X 0203 X 2325 X 2025 X 1828 X 0123 X 1035 X 1330 X 1314 X +USW00014922200403PGTM 1144 W 1438 W 1612 W 2255 W 1341 W 2334 W 0639 W 2154 W 2240 W 1107 W 0318 W 1018 W 0807 W 1127 W 1547 W 1500 W 1412 W 1201 W 1255 W 0956 W 1903 W 1436 W 0835 W 2206 W 2313 W 2037 W 1900 W 0114 W 0207 W 1434 W 1001 W +USW00014922200403TAVG 50 W 17 W 0 W 11 W 6 W -6 W -11 W -22 W 6 W 33 W -83 W -72 W 22 W 0 W -17 W -11 W 28 W 22 W 56 W 22 W -39 W -6 W 44 W 106 W 122 W 122 W 122 W 111 W 44 W 28 W 22 W +USW00014922200403TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00014922200403WDF2 110 X 320 X 210 X 80 X 20 X 270 X 310 X 120 X 170 X 270 X 290 X 130 X 150 X 290 X 80 X 150 X 280 X 300 X 180 X 320 X 330 X 220 X 100 X 130 X 340 X 90 X 130 X 150 X 280 X 10 X 20 X +USW00014922200403WDF5 50 X 320 X 220 X 90 X 360 X 300 X 310 X 360 X 190 X 230 X 290 X 240 X 160 X 290 X 100 X 160 X 270 X 10 X 190 X 330 X 330 X 230 X 60 X 50 X 330 X 100 X 120 X 150 X 260 X 20 X 30 X +USW00014922200403WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200403WSF2 72 X 67 X 63 X 72 X 98 X 98 X 143 X 63 X 76 X 125 X 148 X 58 X 112 X 165 X 67 X 76 X 58 X 76 X 116 X 161 X 94 X 80 X 67 X 54 X 67 X 76 X 112 X 107 X 103 X 76 X 67 X +USW00014922200403WSF5 94 X 80 X 72 X 94 X 116 X 125 X 183 X 98 X 89 X 156 X 179 X 67 X 143 X 206 X 89 X 89 X 72 X 125 X 161 X 210 X 112 X 107 X 89 X 72 X 80 X 94 X 139 X 148 X 139 X 125 X 98 X +USW00014922200403WT01 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922200403WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200403WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200403WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200403WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200403WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00014922200403WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200403WT13 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922200403WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200403WT16 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 +USW00014922200403WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200403WT18-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922200403WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200404TMAX 139 0 167 0 128 0 106 0 222 0 194 0 211 0 122 0 67 0 61 0 67 0 89 0 150 0 211 0 233 0 222 0 217 0 311 0 144 0 117 0 139 0 150 0 172 0 139 0 172 0 106 0 156 0 328 0 250 0 161 0-9999 +USW00014922200404TMIN -28 0 -17 0 28 0 -17 0 17 0 72 0 56 0 28 0 6 0 -11 0 -39 0 -22 0 -17 0 50 0 83 0 78 0 72 0 106 0 56 0 61 0 39 0 11 0 61 0 39 0 50 0 39 0 6 0 94 0 67 0 61 0-9999 +USW00014922200404PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 264 0 10 0 79 0 61 0 0 0 0 0 46 0 64 0 0 0 0T 0 0 0 0T 0 0 0-9999 +USW00014922200404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200404AWND 28 X 30 X 74 X 23 X 57 X 41 X 59 X 62 X 41 X 38 X 22 X 16 X 14 X 39 X 54 X 30 X 42 X 83 X 49 X 62 X 45 X 25 X 39 X 55 X 57 X 78 X 46 X 63 X 51 X 35 X-9999 +USW00014922200404FMTM 1501 X 2334 X 1242 X 1055 X 1542 X 1157 X 1811 X 0005 X 2112 X 1421 X 2121 X 1833 X 1513 X 2213 X 1233 X 1816 X 2123 X 1820 X 0338 X 0936 X 0559 X 0132 X 1409 X 1043 X 2151 X 1240 X 1958 X 2311 X 0129 X 1936 X-9999 +USW00014922200404PGTM 0641 W 1443 W 1241 W 1054 W 1529 W 1448 W 1811 W 0004 W 2112 W 1345 W 1929 W 1832 W 1529 W 2048 W 1146 W 1507 W 2033 W 1820 W 0337 W 0928 W 0558 W 0701 W 2016 W 1423 W 2151 W 1247 W 2004 W 2311 W 0129 W 2009 W-9999 +USW00014922200404TAVG 56 W 78 W 78 W 44 W 122 W 133 W 133 W 78 W 39 W 28 W 17 W 33 W 67 W 133 W 161 W 150 W 144 W 211 W 100 W 89 W 89 W 83 W 117 W 89 W 111 W 72 W 83 W 206 W 161 W 111 W-9999 +USW00014922200404TSUN-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W-9999 +USW00014922200404WDF2 80 X 320 X 340 X 330 X 210 X 350 X 290 X 320 X 320 X 300 X 60 X 70 X 290 X 100 X 160 X 80 X 60 X 280 X 320 X 130 X 340 X 10 X 290 X 100 X 270 X 320 X 130 X 210 X 290 X 320 X-9999 +USW00014922200404WDF5 200 X 20 X 330 X 20 X 210 X 310 X 290 X 310 X 320 X 310 X 100 X 60 X 270 X 90 X 160 X 10 X 80 X 280 X 320 X 120 X 340 X 20 X 20 X 110 X 280 X 320 X 140 X 220 X 290 X 10 X-9999 +USW00014922200404WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200404WSF2 58 X 67 X 130 X 54 X 112 X 89 X 161 X 134 X 89 X 72 X 67 X 40 X 63 X 80 X 112 X 76 X 76 X 183 X 112 X 112 X 98 X 58 X 89 X 80 X 116 X 148 X 89 X 107 X 116 X 89 X-9999 +USW00014922200404WSF5 80 X 98 X 156 X 116 X 139 X 130 X 197 X 165 X 103 X 107 X 76 X 80 X 98 X 98 X 134 X 116 X 107 X 228 X 139 X 139 X 130 X 103 X 103 X 103 X 143 X 174 X 107 X 143 X 143 X 134 X-9999 +USW00014922200404WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200404WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200404WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200404WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200404WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200404WT16-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 +USW00014922200404WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200404WV07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200405TMAX 133 0 117 0 161 0 178 0 289 0 217 0 183 0 211 0 311 0 222 0 250 0 244 0 83 0 122 0 150 0 217 0 189 0 217 0 239 0 211 0 172 0 144 0 111 0 133 0 144 0 211 0 194 0 217 0 156 0 228 0 200 0 +USW00014922200405TMIN 28 0 50 0 28 0 83 0 44 0 106 0 67 0 78 0 128 0 133 0 117 0 83 0 39 0 39 0 28 0 83 0 111 0 78 0 106 0 161 0 106 0 83 0 72 0 61 0 83 0 56 0 106 0 89 0 128 0 133 0 117 0 +USW00014922200405PRCP 0 0 0 0 0 0 0 0 10 0 0T 0 0T 0 0 0 157 0 0 0 0 0 36 0 97 0 0T 0 0T 0 168 0 81 0 0 0 43 0 0 0 53 0 25 0 325 0 0T 0 3 0 175 0 43 0 8 0 208 0 157 0 33 0 +USW00014922200405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200405AWND 28 X 36 X 49 X 49 X 44 X 55 X 72 X 39 X 46 X 34 X 68 X 56 X 50 X 39 X 30 X 48 X 42 X 16 X 47 X 45 X 54 X 44 X 55 X 38 X 48 X 42 X 38 X 39 X 77 X 52 X 51 X +USW00014922200405FMTM 2357 X 2357 X 1810 X 1538 X 1446 X 1255 X 2122 X 2354 X 1644 X 1843 X 1224 X 1246 X 1025 X 1444 X 1855 X 1609 X 1022 X 1919 X 1006 X 1559 X 0941 X 2048 X 1331 X 1711 X 1411 X 2304 X 1314 X 2051 X 1215 X 0043 X 1656 X +USW00014922200405PGTM 1815 W 2355 W 1420 W 1538 W 1445 W 1813 W 0830 W 2335 W 1643 W 1624 W 1223 W 1017 W 1031 W 1444 W 1854 W 1609 W 1814 W 1814 W 0946 W 1435 W 0940 W 2008 W 2210 W 1711 W 1411 W 2121 W 1339 W 2028 W 1217 W 0043 W 1655 W +USW00014922200405TAVG 83 W 83 W 94 W 133 W 167 W 161 W 128 W 144 W 222 W 178 W 183 W 167 W 61 W 83 W 89 W 150 W 150 W 150 W 172 W 189 W 139 W 117 W 94 W 100 W 117 W 133 W 150 W 156 W 144 W 183 W 161 W +USW00014922200405TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W +USW00014922200405WDF2 10 X 10 X 200 X 290 X 160 X 10 X 130 X 130 X 300 W 50 X 150 X 260 X 350 X 320 X 220 X 170 X 320 X 130 X 160 X 20 X 110 X 20 X 20 X 90 X 270 X 320 X 360 X 100 X 120 X 110 X 260 X +USW00014922200405WDF5 30 X 350 X 220 X 290 X 170 X 10 X 110 X 130 X 300 X 20 X 150 X 170 X 340 X 330 X 210 X 160 X 20 X 80 X 150 X 10 X 110 X 30 X 20 X 90 X 280 X 200 X 20 X 110 X 120 X 100 X 260 X +USW00014922200405WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200405WSF2 76 X 76 X 89 X 103 X 125 X 94 X 103 X 76 X 179 W 63 X 139 X 98 X 80 X 80 X 72 X 116 X 80 X 40 X 94 X 80 X 94 X 89 X 103 X 103 X 94 X 98 X 72 X 76 X 130 X 107 X 130 X +USW00014922200405WSF5 116 X 103 X 116 X 125 X 165 X 125 X 125 X 94 X 241 X 112 X 161 X 130 X 103 X 103 X 94 X 143 X 107 X 58 X 112 X 107 X 112 X 125 X 116 X 112 X 112 X 116 X 107 X 94 X 148 X 125 X 165 X +USW00014922200405WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00014922200405WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922200405WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200405WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200405WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00014922200405WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200405WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922200405WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200406TMAX 150 0 222 0 228 0 261 0 244 0 272 0 350 0 278 0 194 0 161 0 228 0 272 0 261 0 239 0 278 0 233 0 239 0 183 0 211 0 200 0 233 0 250 0 244 0 178 0 217 0 228 0 189 0 256 0 289 0 300 0-9999 +USW00014922200406TMIN 117 0 100 0 78 0 122 0 161 0 144 0 211 0 156 0 150 0 133 0 133 0 150 0 178 0 161 0 144 0 178 0 167 0 117 0 83 0 128 0 122 0 106 0 122 0 117 0 106 0 100 0 133 0 111 0 150 0 183 0-9999 +USW00014922200406PRCP 76 0 0 0 0 0 0 0 84 0 0 0 0 0 97 0 229 0 41 0 173 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 69 0 0 0 0 0 0 0 10 0 0 0 0 0 0T 0-9999 +USW00014922200406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200406AWND 39 X 39 X 17 X 28 X 51 X 32 X 71 X 42 X 55 X 63 X 58 X 28 X 36 X 41 X 38 X 46 X 34 X 56 X 25 X 47 X 54 X 42 X 36 X 44 X 48 X 26 X 24 X 34 X 32 X 38 X-9999 +USW00014922200406FMTM 1742 X 1207 X 1056 X 2055 X 1852 X 2152 X 1422 X 2223 X 1550 X 1359 X 0742 X 2358 X 1551 X 0113 X 1519 X 1208 X 1643 X 1512 X 1626 X 1200 X 1820 X 1551 X 1534 X 0931 X 1506 X 1718 X 0822 X 1404 X 1402 X 1620 X-9999 +USW00014922200406PGTM 2019 W 1344 W 1358 W 2322 W 1851 W 2151 W 1203 W 2226 W 1616 W 1935 W 0742 W 2001 W 1550 W 0122 W 1501 W 1117 W 1642 W 1522 W 1520 W 1200 W 1308 W 1525 W 1530 W 0903 W 1438 W 1716 W 1114 W 1458 W 1437 W 1620 W-9999 +USW00014922200406TAVG 133 W 161 W 156 W 194 W 206 W 211 W 283 W 217 W 172 W 150 W 183 W 211 W 222 W 200 W 211 W 206 W 206 W 150 W 150 W 167 W 178 W 178 W 183 W 150 W 161 W 167 W 161 W 183 W 222 W 244 W-9999 +USW00014922200406TSUN 0 W-9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922200406WDF2 340 X 30 X 120 X 130 X 350 X 140 X 200 X 230 X 50 X 90 X 80 X 280 X 270 X 300 X 130 X 20 X 310 X 330 X 290 X 240 X 320 X 280 X 330 X 310 X 320 X 290 X 20 X 290 X 230 X 230 X-9999 +USW00014922200406WDF5 20 X 10 X 90 X 130 X 350 X 130 X 190 X 260 X 40 X 100 X 80 X 210 X 280 X 280 X 150 X 20 X 320 X 360 X 310 X 230 X 310 X 310 X 320 X 310 X 350 X 280 X 20 X 260 X 250 X 240 X-9999 +USW00014922200406WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200406WSF2 67 X 76 X 58 X 58 X 139 X 72 X 125 X 107 X 94 X 94 X 130 X 63 X 89 X 112 X 89 X 89 X 72 X 103 X 67 X 89 X 107 X 94 X 116 X 107 X 103 X 72 X 63 X 80 X 72 X 98 X-9999 +USW00014922200406WSF5 103 X 125 X 72 X 63 X 161 X 89 X 174 X 143 X 116 X 112 X 139 X 94 X 107 X 139 X 107 X 107 X 94 X 156 X 80 X 107 X 143 X 125 X 165 X 148 X 139 X 89 X 76 X 103 X 103 X 112 X-9999 +USW00014922200406WT01 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200406WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200406WT13 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200406WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200406WT16 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 +USW00014922200406WT21-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200407TMAX 306 0 311 0 272 0 278 0 228 0 172 0 206 0 250 0 267 0 283 0 278 0 300 0 272 0 289 0 283 0 278 0 261 0 278 0 311 0 328 0 350 0 278 0 239 0 250 0 267 0 267 0 278 0 267 0 267 0 278 0 272 0 +USW00014922200407TMIN 189 0 189 0 194 0 183 0 167 0 139 0 122 0 117 0 178 0 167 0 206 0 194 0 206 0 178 0 189 0 206 0 167 0 167 0 206 0 233 0 217 0 178 0 144 0 139 0 139 0 156 0 150 0 194 0 167 0 150 0 144 0 +USW00014922200407PRCP 0 0 0 0 142 0 0 0 3 0 229 0 0 0 0 0 0 0 0 0 241 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 0 0 48 0 107 0 +USW00014922200407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200407AWND 30 X 45 X 30 X 41 X 51 X 33 X 34 X 32 X 34 X 43 X 38 X 20 X 54 X 38 X 20 X 45 X 25 X 21 X 23 X 27 X 41 X 43 X 42 X 21 X 21 X 19 X 47 X 46 X 38 X 34 X 29 X +USW00014922200407FMTM 2114 X 1510 X 0632 X 1829 X 1944 X 1835 X 1606 X 1338 X 1821 X 1627 X 1413 X 1642 X 1655 X 1408 X 1723 X 1337 X 1028 X 1716 X 0654 X 1527 X 0050 X 2041 X 1346 X 1542 X 1851 X 1732 X 1815 X 1303 X 1454 X 1347 X 2151 X +USW00014922200407PGTM 1914 W 1715 W 2132 W 2026 W 2123 W 0847 W 1457 W 1310 W 1758 W 1626 W 1812 W 1333 W 1517 W 1202 W 1722 W 1336 W 1052 W 1533 W 0653 W 1526 W 0037 W 1825 W 1139 W 1045 W 1240 W 1447 W 1108 W 1226 W 1454 W 1347 W 2151 W +USW00014922200407TAVG 250 W 250 W 233 W 233 W 200 W 156 W 167 W 183 W 222 W 228 W 244 W 250 W 239 W 233 W 239 W 244 W 217 W 222 W 261 W 283 W 283 W 228 W 194 W 194 W 206 W 211 W 217 W 233 W 217 W 217 W 211 W +USW00014922200407TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922200407WDF2 80 X 120 X 110 X 330 X 30 X 20 X 20 X 100 X 160 X 160 X 320 X 230 X 300 X 340 X 260 X 20 X 30 X 170 X 230 X 220 X 210 X 10 X 10 X 140 X 230 X 140 X 170 X 180 X 280 X 280 X 310 X +USW00014922200407WDF5 80 X 130 X 40 X 40 X 40 X 30 X 20 X 120 X 150 X 160 X 20 X 170 X 320 X 10 X 250 X 20 X 10 X 230 X 230 X 220 X 210 X 30 X 10 X 40 X 270 X 150 X 160 X 160 X 280 X 280 X 310 X +USW00014922200407WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200407WSF2 58 X 80 X 58 X 76 X 72 X 67 X 63 X 76 X 63 X 72 X 76 X 63 X 112 X 67 X 54 X 103 X 63 X 63 X 67 X 72 X 94 X 89 X 76 X 45 X 54 X 58 X 80 X 103 X 94 X 103 X 76 X +USW00014922200407WSF5 76 X 94 X 94 X 112 X 89 X 98 X 107 X 103 X 76 X 89 X 125 X 89 X 139 X 94 X 63 X 148 X 80 X 89 X 76 X 89 X 112 X 125 X 112 X 76 X 72 X 76 X 103 X 130 X 107 X 125 X 89 X +USW00014922200407WT01 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 +USW00014922200407WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 +USW00014922200407WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200407WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200407WT13 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X +USW00014922200407WT16-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 +USW00014922200407WT21 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00014922200408TMAX 300 0 294 0 261 0 267 0 256 0 256 0 233 0 283 0 222 0 150 0 183 0 217 0 233 0 244 0 250 0 233 0 256 0 239 0 222 0 194 0 217 0 289 0 239 0 244 0 289 0 244 0 244 0 222 0 222 0 250 0 272 0 +USW00014922200408TMIN 194 0 206 0 194 0 167 0 133 0 133 0 167 0 183 0 144 0 111 0 83 0 94 0 106 0 106 0 139 0 144 0 156 0 106 0 83 0 89 0 67 0 150 0 133 0 172 0 183 0 167 0 150 0 128 0 122 0 139 0 144 0 +USW00014922200408PRCP 8 0 0T 0 15 0 0 0 0 0 0 0 41 0 0 0 0T 0 0 0 5 0 0 0 0 0 0 0 5 0 81 0 0 0 0T 0 0 0 0 0 0 0 69 0 15 0 0T 0 0 0 10 0 0 0 0 0 53 0 0T 0 0T 0 +USW00014922200408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200408AWND 25 X 31 X 31 X 48 X 23 X 25 X 48 X 35 X 66 X 61 X 42 X 26 X 22 X 16 X 45 X 34 X 26 X 58 X 48 X 39 X 35 X 54 X 55 X 46 X 29 X 36 X 31 X 31 X 32 X 30 X 31 X +USW00014922200408FMTM 1020 X 0655 X 1335 X 1341 X 1325 X 1926 X 0441 X 1704 X 1222 X 2327 X 1441 X 1222 X 1322 X 1640 X 2220 X 0328 X 1224 X 1603 X 1734 X 0007 X 2308 X 1932 X 1823 X 0201 X 1708 X 1223 X 1954 X 1702 X 1402 X 1126 X 1332 X +USW00014922200408PGTM 1020 W 0634 W 1343 W 1120 W 1450 W 1903 W 1809 W 1710 W 1439 W 1431 W 1202 W 0937 W 1338 W 1437 W 1440 W 0327 W 1149 W 1541 W 1617 W 1012 W 2308 W 2016 W 1823 W 0320 W 1621 W 1222 W 2007 W 0656 W 1403 W 1251 W 1332 W +USW00014922200408TAVG 250 W 250 W 228 W 217 W 194 W 194 W 200 W 233 W 183 W 133 W 133 W 156 W 172 W 178 W 194 W 189 W 206 W 172 W 156 W 144 W 144 W 222 W 189 W 211 W 239 W 206 W 200 W 178 W 172 W 194 W 211 W +USW00014922200408TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922200408WDF2 140 X 60 X 20 X 20 X 60 X 170 X 170 X 240 X 280 X 320 X 270 X 10 X 20 X 230 X 180 X 170 X 320 X 320 X 230 X 230 X 190 X 20 X 120 X 130 X 140 X 240 X 20 X 40 X 150 X 320 X 170 X +USW00014922200408WDF5 140 X 10 X 40 X 50 X 360 X 180 X 150 X 240 X 280 X 340 X 290 X 10 X 30 X 170 X 190 X 180 X 330 X 320 X 230 X 30 X 190 X 20 X 120 X 130 X 160 X 240 X 10 X 20 X 150 X 320 X 180 X +USW00014922200408WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200408WSF2 89 X 116 X 67 X 80 X 63 X 58 X 94 X 72 X 116 X 94 X 89 X 67 X 72 X 58 X 89 X 89 X 67 X 116 X 98 X 76 X 89 X 89 X 107 X 89 X 72 X 80 X 67 X 67 X 80 X 76 X 94 X +USW00014922200408WSF5 98 X 156 X 98 X 107 X 80 X 72 X 112 X 89 X 139 X 112 X 107 X 103 X 125 X 80 X 107 X 112 X 76 X 156 X 116 X 112 X 116 X 107 X 125 X 98 X 94 X 107 X 125 X 94 X 94 X 98 X 116 X +USW00014922200408WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922200408WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922200408WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200408WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922200408WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200408WT16 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 +USW00014922200408WT21-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200409TMAX 306 0 311 0 300 0 306 0 294 0 239 0 206 0 200 0 250 0 289 0 272 0 289 0 300 0 217 0 233 0 200 0 228 0 244 0 306 0 272 0 211 0 289 0 267 0 172 0 228 0 250 0 228 0 178 0 200 0 222 0-9999 +USW00014922200409TMIN 167 0 217 0 189 0 189 0 211 0 139 0 117 0 94 0 133 0 161 0 189 0 167 0 200 0 183 0 106 0 89 0 128 0 144 0 183 0 183 0 161 0 172 0 150 0 122 0 89 0 100 0 117 0 67 0 50 0 89 0-9999 +USW00014922200409PRCP 0 0 0 0 0 0 0 0 284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 213 0 401 0 0T 0 15 0 0 0 0 0 0T 0 23 0 23 0 69 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200409AWND 26 X 51 X 41 X 51 X 54 X 69 X 40 X 26 X 48 X 51 X 28 X 45 X 85 X 37 X 72 X 29 X 41 X 47 X 64 X 67 X 19 X 41 X 51 X 46 X 10 X 29 X 46 X 21 X 26 X 48 X-9999 +USW00014922200409FMTM 2048 X 1510 X 1230 X 1425 X 2121 X 1345 X 1135 X 1742 X 1649 X 1607 X 0213 X 1654 X 1314 X 0014 X 1238 X 2359 X 1046 X 1729 X 1520 X 1351 X 0118 X 1340 X 1241 X 0146 X 1426 X 1537 X 1346 X 0004 X 1138 X 1115 X-9999 +USW00014922200409PGTM 2036 W 1510 W 1622 W 1251 W 2120 W 1508 W 1424 W 2027 W 1716 W 1606 W 0801 W 1701 W 1225 W 0013 W 1339 W 1015 W 1322 W 1728 W 2055 W 1350 W 2032 W 1628 W 1241 W 0232 W 1425 W 1448 W 1845 W 1713 W 1137 W 2231 W-9999 +USW00014922200409TAVG 239 W 267 W 244 W 250 W 256 W 189 W 161 W 150 W 194 W 228 W 233 W 228 W 250 W 200 W 172 W 144 W 178 W 194 W 244 W 228 W 189 W 233 W 211 W 150 W 161 W 178 W 172 W 122 W 128 W 156 W-9999 +USW00014922200409TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922200409WDF2 120 X 170 X 170 X 170 X 150 X 270 X 320 X 120 X 150 X 180 X 210 X 170 X 160 X 170 X 230 X 170 X 170 X 130 X 160 X 170 X 170 X 170 X 230 X 220 X 270 X 170 X 10 X 10 X 160 X 170 X-9999 +USW00014922200409WDF5 110 X 170 X 150 X 160 X 150 X 280 X 40 X 120 X 150 X 190 X 50 X 170 X 160 X 170 X 220 X 250 X 170 X 120 X 150 X 170 X 40 X 170 X 230 X 240 X 270 X 170 X 30 X 40 X 160 X 180 X-9999 +USW00014922200409WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200409WSF2 54 X 107 X 89 X 103 X 134 X 130 X 76 X 63 X 98 X 98 X 80 X 94 X 139 X 112 X 148 X 54 X 89 X 80 X 103 X 125 X 45 X 80 X 174 X 116 X 45 X 67 X 107 X 54 X 58 X 80 X-9999 +USW00014922200409WSF5 67 X 134 X 103 X 125 X 174 X 148 X 116 X 72 X 112 X 130 X 103 X 107 X 179 X 125 X 192 X 67 X 103 X 107 X 134 X 156 X 67 X 94 X 215 X 143 X 72 X 80 X 134 X 80 X 72 X 98 X-9999 +USW00014922200409WT01 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922200409WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200409WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200409WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200409WT08 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200409WT13 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200409WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200409WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922200410TMAX 194 0 144 0 228 0 94 0 200 0 256 0 217 0 194 0 200 0 211 0 189 0 156 0 106 0 61 0 67 0 44 0 39 0 106 0 89 0 117 0 106 0 178 0 183 0 189 0 133 0 100 0 94 0 144 0 239 0 139 0 67 0 +USW00014922200410TMIN 22 0 6 0 56 0 6 0 11 0 122 0 139 0 100 0 72 0 78 0 72 0 56 0 56 0 11 0 22 0 17 0 -17 0 28 0 61 0 61 0 61 0 100 0 72 0 28 0 56 0 61 0 61 0 94 0 133 0 56 0 44 0 +USW00014922200410PRCP 97 0 0 0 0 0 0 0 0 0 0 0 71 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 53 0 3 0 3 0 0T 0 0T 0 0 0 0T 0 15 0 43 0 0 0 0 0 0 0 0T 0 224 0 15 0 48 0 0T 0 +USW00014922200410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200410AWND 55 X 46 X 58 X 34 X 44 X 43 X 44 X 52 X 15 X 33 X 21 X 5 X 55 X 26 X 41 X 74 X 31 X 52 X 40 X 28 X 49 X 63 X 67 X 34 X 38 X 55 X 44 X 49 X 41 X 63 X 29 X +USW00014922200410FMTM 1349 X 1454 X 2112 X 0816 X 1302 X 1529 X 1218 X 1203 X 2155 X 1328 X 1619 X 2059 X 2135 X 0025 X 1823 X 1250 X 0056 X 1716 X 0359 X 1845 X 1516 X 2103 X 1946 X 2012 X 0439 X 1621 X 0024 X 1458 X 1657 X 1613 X 0015 X +USW00014922200410PGTM 1310 W 1436 W 2112 W 0851 W 1311 W 1412 W 1631 W 1202 W 1040 W 1440 W 1557 W 2058 W 1240 W 0914 W 1753 W 1353 W 0054 W 2157 W 0351 W 1844 W 1515 W 2339 W 0008 W 2350 W 0228 W 1353 W 0820 W 1425 W 1657 W 1613 W 0004 W +USW00014922200410TAVG 111 W 78 W 144 W 50 W 106 W 189 W 178 W 150 W 139 W 144 W 133 W 106 W 83 W 50 W 44 W 33 W 11 W 67 W 78 W 89 W 83 W 139 W 128 W 111 W 94 W 83 W 78 W 122 W 189 W 100 W 56 W +USW00014922200410TSUN 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922200410WDF2 320 X 230 X 320 X 320 X 220 X 220 X 160 X 290 X 120 X 160 X 120 X 270 X 10 X 10 X 310 X 310 X 310 X 80 X 100 X 120 X 150 X 150 X 290 X 170 X 320 X 90 X 90 X 140 X 220 X 280 X 290 X +USW00014922200410WDF5 320 X 250 X 330 X 10 X 200 X 220 X 170 X 300 X 30 X 140 X 130 X 290 X 330 X 20 X 300 X 290 X 310 X 90 X 90 X 120 X 140 X 140 X 160 X 300 X 330 X 60 X 80 X 130 X 220 X 290 X 290 X +USW00014922200410WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200410WSF2 116 X 89 X 116 X 76 X 98 X 72 X 76 X 130 X 36 X 63 X 45 X 31 X 103 X 76 X 94 X 116 X 89 X 89 X 72 X 54 X 89 X 103 X 107 X 76 X 94 X 98 X 67 X 89 X 94 X 125 X 67 X +USW00014922200410WSF5 148 X 116 X 156 X 116 X 125 X 98 X 94 X 148 X 67 X 72 X 58 X 40 X 143 X 107 X 125 X 148 X 107 X 103 X 94 X 63 X 107 X 130 X 139 X 94 X 112 X 116 X 76 X 107 X 134 X 156 X 76 X +USW00014922200410WT01 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00014922200410WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00014922200410WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922200410WT13 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00014922200410WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X +USW00014922200410WT16 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00014922200410WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200410WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200411TMAX 89 0 94 0 106 0 100 0 128 0 194 0 100 0 39 0 156 0 139 0 39 0 50 0 83 0 78 0 111 0 117 0 106 0 106 0 72 0 56 0 44 0 61 0 39 0 22 0 11 0 17 0 11 0 6 0 -6 0 22 0-9999 +USW00014922200411TMIN 39 0 11 0 0 0 17 0 6 0 44 0 0 0 0 0 6 0 6 0 -44 0 -67 0 -50 0 -33 0 0 0 22 0 39 0 61 0 39 0 0 0 -28 0 17 0 -39 0 -50 0 -56 0 -11 0 -28 0 -67 0 -56 0 -61 0-9999 +USW00014922200411PRCP 8 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 157 0 3 0 0 0 0 0 0 0 0 0 0 0 18 0 36 0 0 0 0 0 0 0-9999 +USW00014922200411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 13 0 0 0 0 0 0 0-9999 +USW00014922200411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0T 0 0 0-9999 +USW00014922200411AWND 35 X 32 X 32 X 58 X 38 X 41 X 50 X 24 X 52 X 65 X 26 X 7 X 30 X 31 X 33 X 30 X 16 X 26 X 39 X 51 X 32 X 46 X 52 X 21 X 30 X 38 X 57 X 28 X 37 X 35 X-9999 +USW00014922200411FMTM 1325 X 1023 X 1619 X 1329 X 0950 X 2056 X 1216 X 1822 X 1437 X 1826 X 2354 X 2330 X 2039 X 2004 X 2048 X 0950 X 0547 X 1559 X 1336 X 1116 X 1449 X 1454 X 0441 X 1434 X 1746 X 1720 X 1612 X 0247 X 1540 X 1224 X-9999 +USW00014922200411PGTM 1512 W 1303 W 1618 W 1255 W 1019 W 2226 W 1512 W 1821 W 2319 W 1826 W 0034 W 1320 W 2039 W 1512 W 2047 W 1038 W 0546 W 1558 W 1447 W 1204 W 1448 W 1501 W 0441 W 1256 W 1745 W 1719 W 1417 W 0242 W 1538 W 1215 W-9999 +USW00014922200411TAVG 67 W 56 W 56 W 61 W 67 W 122 W 50 W 22 W 83 W 72 W 0 W -6 W 17 W 22 W 56 W 72 W 72 W 83 W 56 W 28 W 11 W 39 W 0 W -11 W -22 W 6 W -6 W -28 W -28 W -17 W-9999 +USW00014922200411TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922200411WDF2 90 X 320 X 170 X 320 X 230 X 320 X 330 X 100 X 170 X 340 X 360 X 130 X 170 X 140 X 170 X 180 X 230 X 30 X 110 X 290 X 260 X 190 X 310 X 320 X 100 X 100 X 320 X 320 X 220 X 220 X-9999 +USW00014922200411WDF5 20 X 30 X 170 X 320 X 250 X 310 X 330 X 100 X 190 X 340 X 20 X 180 X 170 X 160 X 180 X 200 X 230 X 30 X 100 X 300 X 260 X 190 X 320 X 10 X 100 X 100 X 310 X 330 X 220 X 220 X-9999 +USW00014922200411WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200411WSF2 67 X 76 X 63 X 130 X 72 X 94 X 89 X 58 X 89 X 107 X 80 X 27 X 58 X 63 X 67 X 63 X 40 X 40 X 67 X 94 X 67 X 76 X 125 X 45 X 67 X 63 X 98 X 67 X 63 X 80 X-9999 +USW00014922200411WSF5 80 X 130 X 72 X 161 X 80 X 139 X 112 X 72 X 103 X 130 X 103 X 36 X 67 X 72 X 94 X 76 X 54 X 89 X 80 X 116 X 89 X 94 X 143 X 89 X 76 X 72 X 134 X 89 X 72 X 103 X-9999 +USW00014922200411WT01 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922200411WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200411WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200411WT13 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922200411WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922200411WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922200411WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200411WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200412TMAX 11 0 11 0 39 0 72 0 11 0 22 0 22 0 44 0 44 0 22 0 22 0 50 0 -72 0 -28 0 39 0 6 0 6 0 33 0 -106 0 -33 0 0 0 -167 0 -178 0 -122 0 -78 0 -67 0 -28 0 -17 0 -39 0 106 0 56 0 +USW00014922200412TMIN -56 0 -72 0 -67 0 -28 0 -44 0 -11 0 6 0 -6 0 0 0 -6 0 -28 0 -72 0 -128 0 -144 0 -33 0 -94 0 -117 0 -183 0 -228 0 -106 0 -183 0 -200 0 -228 0 -233 0 -133 0 -172 0 -89 0 -83 0 -56 0 -39 0 -106 0 +USW00014922200412PRCP 0 0 10 0 0 0 0 0 0 0 5 0 5 0 0 0 20 0 20 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 5 0 3 0 0T 0 0 0 0T 0 3 0 0 0 0T 0 0 0 0T 0 41 0 0T 0 +USW00014922200412SNOW 0 0 20 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 13 0 0T 0 0 0 3 0 5 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 +USW00014922200412SNWD 0 0 0 0 25 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 +USW00014922200412AWND 33 X 36 X 44 X 54 X 60 X 46 X 36 X 34 X 36 X 61 X 38 X 100 X 71 X 34 X 41 X 57 X 36 X 79 X 50 X 53 X 75 X 40 X 45 X 45 X 39 X 33 X 37 X 26 X 36 X 68 X 75 X +USW00014922200412FMTM 1344 X 1431 X 2242 X 1354 X 2236 X 0008 X 1624 X 0656 X 2346 X 1407 X 1930 X 1407 X 0312 X 2138 X 1125 X 1047 X 1623 X 0611 X 2304 X 0239 X 0551 X 2355 X 1434 X 1815 X 1931 X 1257 X 1557 X 1815 X 1823 X 2350 X 0728 X +USW00014922200412PGTM 1343 W 1429 W 2237 W 1212 W 2259 W 0906 W 0854 W 0703 W 1649 W 1918 W 1929 W 1407 W 0340 W 2137 W 1124 W 1503 W 1617 W 0610 W 2307 W 0300 W 0218 W 1957 W 1549 W 1555 W 1855 W 1425 W 1556 W 1907 W 1822 W 2351 W 0713 W +USW00014922200412TAVG -22 W -28 W -11 W 22 W -17 W 6 W 17 W 22 W 22 W 11 W 0 W -11 W -100 W -83 W 6 W -44 W -56 W -72 W -167 W -67 W -89 W -183 W -200 W -178 W -106 W -117 W -56 W -50 W -44 W 33 W -22 W +USW00014922200412TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W +USW00014922200412WDF2 320 X 320 X 220 X 320 X 100 X 100 X 320 X 140 X 20 X 360 X 170 X 310 X 320 X 200 X 220 X 320 X 170 X 310 X 160 X 170 X 290 X 320 X 320 X 130 X 20 X 90 X 150 X 320 X 150 X 260 X 270 X +USW00014922200412WDF5 330 X 320 X 220 X 320 X 110 X 110 X 300 X 140 X 50 X 10 X 170 X 310 X 330 X 200 X 220 X 330 X 170 X 320 X 160 X 160 X 270 X 290 X 300 X 170 X 30 X 60 X 140 X 10 X 140 X 270 X 280 X +USW00014922200412WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200412WSF2 94 X 98 X 72 X 94 X 98 X 89 X 67 X 67 X 67 X 89 X 76 X 174 X 116 X 63 X 80 X 98 X 72 X 134 X 112 X 134 X 116 X 72 X 80 X 80 X 58 X 63 X 63 X 63 X 72 X 148 X 134 X +USW00014922200412WSF5 107 X 125 X 94 X 112 X 116 X 107 X 89 X 76 X 80 X 125 X 94 X 232 X 148 X 80 X 107 X 130 X 94 X 165 X 134 X 161 X 156 X 94 X 94 X 103 X 89 X 76 X 72 X 80 X 80 X 201 X 170 X +USW00014922200412WT01-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922200412WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200412WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200412WT06-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922200412WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922200412WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200412WT13-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922200412WT14-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200412WT15-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922200412WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922200412WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200412WT18-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0-9999 1 0 +USW00014922200501TMAX -22 0 -22 0 -89 0 -89 0 -128 0 -94 0 -61 0 -67 0 -22 0 -94 0 -33 0 -6 0 -39 0 -183 0 -172 0 -150 0 -161 0 28 0 -6 0 -56 0 -56 0 -44 0 -56 0 17 0 67 0 6 0 -33 0 -22 0 -6 0 6 0 17 0 +USW00014922200501TMIN -106 0 -133 0 -156 0 -150 0 -178 0 -150 0 -139 0 -122 0 -117 0 -139 0 -100 0 -50 0 -233 0 -256 0 -239 0 -228 0 -244 0 -194 0 -89 0 -89 0 -72 0 -156 0 -183 0 -78 0 -56 0 -106 0 -144 0 -94 0 -44 0 -22 0 -17 0 +USW00014922200501PRCP 86 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 3 0 8 0 3 0 13 0 0T 0 0 0 0 0 0 0 0 0 5 0 3 0 5 0 173 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 5 0 +USW00014922200501SNOW 13 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 3 0 18 0 5 0 15 0 0T 0 0 0 0 0 0 0 0 0 5 0 0T 0 3 0 140 0 10 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 8 0 +USW00014922200501SNWD 25 0 25 0 25 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 178 0 152 0 152 0 152 0 127 0 127 0 102 0 102 0 102 0 102 0 +USW00014922200501AWND 55 X 47 X 33 X 48 X 49 X 34 X 33 X 35 X 43 X 27 X 26 X 40 X 74 X 38 X 36 X 23 X 21 X 70 X 51 X 44 X 48 X 65 X 44 X 25 X 50 X 47 X 45 X 53 X 30 X 26 X 12 X +USW00014922200501FMTM 1632 X 0542 X 0100 X 1932 X 0658 X 2358 X 0055 X 2238 X 1732 X 0005 X 1911 X 2126 X 0642 X 0021 X 1341 X 1440 X 2359 X 2208 X 0256 X 0249 X 1538 X 0056 X 1239 X 1132 X 2205 X 0121 X 1404 X 1444 X 1510 X 1308 X 1601 X +USW00014922200501PGTM 1631 W 0541 W 1833 W 1330 W 2152 W 2358 W 0052 W 2238 W 1814 W 1911 W 1911 W 2125 W 0924 W 0147 W 1340 W 2008 W 1357 W 2228 W 0256 W 1623 W 1537 W 0157 W 1243 W 1442 W 2020 W 1206 W 1401 W 1443 W 1928 W 1301 W 1551 W +USW00014922200501TAVG -61 W -78 W -122 W -117 W -150 W -122 W -100 W -94 W -67 W -117 W -67 W -28 W -133 W -217 W -206 W -189 W -200 W -83 W -44 W -72 W -61 W -100 W -117 W -28 W 6 W -50 W -89 W -56 W -22 W -6 W 0 W +USW00014922200501TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922200501WDF2 110 X 280 X 320 X 20 X 10 X 170 X 170 X 170 X 320 X 290 X 80 X 310 X 320 X 290 X 250 X 260 X 170 X 320 X 320 X 100 X 140 X 310 X 170 X 350 X 330 X 340 X 170 X 160 X 20 X 150 X 310 X +USW00014922200501WDF5 100 X 290 X 20 X 20 X 20 X 160 X 170 X 150 X 310 X 50 X 80 X 310 X 310 X 290 X 250 X 290 X 40 X 300 X 310 X 40 X 140 X 310 X 170 X 20 X 310 X 20 X 170 X 160 X 10 X 150 X 270 X +USW00014922200501WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 +USW00014922200501WSF2 143 X 80 X 63 X 98 X 76 X 58 X 67 X 76 X 116 X 67 X 63 X 98 X 116 X 67 X 63 X 58 X 63 X 134 X 134 X 67 X 89 X 148 X 98 X 54 X 98 X 89 X 80 X 80 X 45 X 54 X 31 X +USW00014922200501WSF5 170 X 103 X 98 X 134 X 125 X 67 X 80 X 94 X 139 X 72 X 72 X 130 X 148 X 89 X 72 X 63 X 76 X 174 X 165 X 80 X 98 X 179 X 112 X 98 X 125 X 125 X 98 X 103 X 72 X 63 X 40 X +USW00014922200501WT01 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 +USW00014922200501WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200501WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200501WT04 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200501WT06 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200501WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 +USW00014922200501WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200501WT13 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X +USW00014922200501WT15 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200501WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200501WT17 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200501WT18 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 +USW00014922200501WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200502TMAX 22 0 56 0 100 0 106 0 106 0 89 0 -72 0 -50 0 -50 0 -22 0 89 0 117 0 39 0 56 0 6 0 -39 0 -72 0 -28 0 -44 0 6 0 -44 0 -17 0 -17 0 -11 0 0 0 0 0 11 0 -28 0-9999 -9999 -9999 +USW00014922200502TMIN -6 0 -28 0 -6 0 17 0 6 0 -78 0 -117 0 -100 0 -78 0 -117 0 -56 0 -39 0 0 0 -11 0 -50 0 -111 0 -133 0 -161 0 -128 0 -56 0 -128 0 -139 0 -139 0 -72 0 -89 0 -94 0 -44 0 -83 0-9999 -9999 -9999 +USW00014922200502PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0T 0 0 0 0 0 117 0 30 0 0 0 0T 0 0T 0 3 0 23 0 41 0 0 0 0 0 0 0 3 0 0 0 0 0 23 0 0T 0-9999 -9999 -9999 +USW00014922200502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 13 0 0T 0 0 0 0 0 46 0 23 0 0 0 0T 0 0T 0 3 0 36 0 58 0 0 0 0 0 0 0 3 0 0 0 0 0 23 0 0T 0-9999 -9999 -9999 +USW00014922200502SNWD 102 0 102 0 76 0 51 0 25 0 0T 0 0 0 0 0 25 0 0T 0 0T 0 0T 0 0T 0 76 0 0T 0 0T 0 0T 0 0 0 0T 0 102 0 102 0 102 0 102 0 76 0 102 0 76 0 76 0 76 0-9999 -9999 -9999 +USW00014922200502AWND 32 X 40 X 28 X 25 X 54 X 52 X 52 X 34 X 21 X 34 X 30 X 21 X 54 X 42 X 40 X 66 X 50 X 27 X 44 X 46 X 34 X 24 X 16 X 33 X 23 X 52 X 52 X 58 X-9999 -9999 -9999 +USW00014922200502FMTM 1650 X 1250 X 0413 X 0210 X 1236 X 0930 X 1224 X 0233 X 1318 X 1706 X 1347 X 2357 X 0928 X 2104 X 1213 X 1354 X 1437 X 1406 X 1828 X 2326 X 0305 X 1414 X 1826 X 1632 X 1718 X 1914 X 1702 X 1415 X-9999 -9999 -9999 +USW00014922200502PGTM 1929 W 1249 W 0412 W 0209 W 1238 W 0101 W 1202 W 1452 W 1317 W 1703 W 1336 W 2252 W 1603 W 2144 W 1316 W 1352 W 1907 W 1843 W 2106 W 1957 W 0305 W 1628 W 1616 W 1508 W 1727 W 1642 W 1522 W 1544 W-9999 -9999 -9999 +USW00014922200502TAVG 11 W 17 W 50 W 61 W 56 W 6 W -94 W -72 W -61 W -67 W 17 W 39 W 22 W 22 W -22 W -72 W -100 W -94 W -83 W -22 W -83 W -78 W -78 W -39 W -44 W -44 W -17 W -56 W-9999 -9999 -9999 +USW00014922200502TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 +USW00014922200502WDF2 170 X 220 X 220 X 210 X 170 X 310 X 320 X 20 X 340 X 190 X 230 X 110 X 100 X 310 X 330 X 280 X 320 X 240 X 90 X 290 X 290 X 320 X 150 X 240 X 60 X 130 X 320 X 340 X-9999 -9999 -9999 +USW00014922200502WDF5 190 X 230 X 230 X 210 X 170 X 190 X 20 X 50 X 10 X 190 X 240 X 100 X 80 X 320 X 320 X 280 X 360 X 310 X 90 X 330 X 290 X 300 X 280 X 250 X 40 X 130 X 330 X 10 X-9999 -9999 -9999 +USW00014922200502WESD 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922200502WSF2 54 X 89 X 72 X 58 X 107 X 76 X 72 X 63 X 54 X 63 X 76 X 58 X 98 X 89 X 72 X 112 X 76 X 72 X 89 X 76 X 72 X 67 X 40 X 63 X 58 X 98 X 94 X 94 X-9999 -9999 -9999 +USW00014922200502WSF5 63 X 107 X 89 X 76 X 143 X 112 X 107 X 94 X 94 X 80 X 94 X 72 X 116 X 116 X 94 X 143 X 103 X 107 X 107 X 107 X 80 X 72 X 54 X 76 X 80 X 125 X 112 X 139 X-9999 -9999 -9999 +USW00014922200502WT01 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00014922200502WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200502WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922200502WT13 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00014922200502WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200502WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922200502WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200503TMAX -50 0 -28 0 22 0 56 0 50 0 156 0 61 0 -33 0 -6 0 33 0 11 0 -50 0 -22 0 -44 0 28 0 0 0 22 0 -11 0 33 0 33 0 44 0 61 0 78 0 100 0 67 0 100 0 133 0 189 0 217 0 144 0 139 0 +USW00014922200503TMIN -128 0 -144 0 -133 0 -33 0 -22 0 11 0 -72 0 -106 0 -111 0 -28 0 -111 0 -128 0 -117 0 -111 0 -78 0 -78 0 -72 0 -44 0 -56 0 -61 0 -33 0 -44 0 -11 0 -6 0 -33 0 -39 0 0 0 33 0 78 0 39 0 39 0 +USW00014922200503PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 23 0 8 0 0 0 0T 0 0T 0 0T 0 3 0 0 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 231 0 0T 0 +USW00014922200503SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 18 0 13 0 0 0 0T 0 0T 0 0T 0 3 0 0 0 135 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200503SNWD 51 0 51 0 51 0 51 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 127 0 102 0 76 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200503AWND 37 X 21 X 20 X 43 X 41 X 33 X 77 X 41 X 34 X 65 X 70 X 45 X 38 X 27 X 26 X 40 X 46 X 72 X 50 X 25 X 41 X 30 X 28 X 31 X 36 X 30 X 33 X 33 X 63 X 59 X 72 X +USW00014922200503FMTM 1624 X 1914 X 1733 X 1405 X 2254 X 2335 X 0332 X 0404 X 1511 X 1301 X 1726 X 2257 X 1139 X 1159 X 1950 X 0922 X 1538 X 1617 X 0005 X 1927 X 0756 X 1546 X 0802 X 2304 X 0002 X 1542 X 1323 X 1948 X 1523 X 2147 X 0222 X +USW00014922200503PGTM 1555 W 1809 W 1718 W 1600 W 2253 W 2305 W 0649 W 1554 W 1300 W 1521 W 1726 W 2253 W 1044 W 1448 W 1944 W 0905 W 1539 W 1712 W 1232 W 1759 W 1458 W 1605 W 0800 W 2121 W 0646 W 1709 W 1328 W 2255 W 1452 W 1228 W 0839 W +USW00014922200503TAVG -89 W -83 W -56 W 11 W 17 W 83 W -6 W -67 W -56 W 6 W -50 W -89 W -67 W -78 W -22 W -39 W -22 W -28 W -11 W -11 W 6 W 11 W 33 W 50 W 17 W 33 W 67 W 111 W 150 W 94 W 89 W +USW00014922200503WDF2 290 X 100 X 150 X 320 X 230 X 290 X 330 X 10 X 310 X 300 X 320 X 330 X 270 X 330 X 110 X 280 X 70 X 50 X 20 X 80 X 80 X 80 X 120 X 20 X 20 X 260 X 220 X 110 X 170 X 330 X 320 X +USW00014922200503WDF5 340 X 70 X 160 X 330 X 230 X 290 X 320 X 350 X 290 X 360 X 310 X 330 X 290 X 360 X 120 X 280 X 50 X 50 X 20 X 60 X 80 X 90 X 120 X 20 X 20 X 230 X 220 X 140 X 160 X 310 X 310 X +USW00014922200503WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200503WSF2 72 X 45 X 45 X 94 X 76 X 89 X 125 X 72 X 67 X 116 X 139 X 76 X 76 X 63 X 72 X 72 X 94 X 107 X 80 X 54 X 72 X 63 X 58 X 80 X 72 X 80 X 94 X 80 X 134 X 116 X 116 X +USW00014922200503WSF5 89 X 63 X 58 X 116 X 98 X 107 X 161 X 112 X 80 X 161 X 165 X 103 X 98 X 98 X 89 X 89 X 116 X 134 X 130 X 72 X 94 X 80 X 67 X 107 X 98 X 98 X 112 X 94 X 165 X 161 X 143 X +USW00014922200503WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00014922200503WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200503WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200503WT08-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200503WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 +USW00014922200503WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922200503WT18-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200503WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200504TMAX 111 0 128 0 200 0 244 0 222 0 144 0 189 0 211 0 239 0 239 0 206 0 117 0 183 0 194 0 211 0 150 0 217 0 272 0 200 0 178 0 172 0 128 0 94 0 144 0 100 0 89 0 67 0 94 0 111 0 89 0-9999 +USW00014922200504TMIN 0 0 -17 0 33 0 89 0 128 0 61 0 33 0 56 0 89 0 139 0 117 0 72 0 22 0 50 0 83 0 94 0 72 0 161 0 144 0 89 0 50 0 22 0 -6 0 6 0 50 0 28 0 6 0 -6 0 22 0 11 0-9999 +USW00014922200504PRCP 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 112 0 48 0 46 0 0 0 0 0 33 0 239 0 0 0 0T 0 53 0 0 0 0 0 0T 0 0 0 0 0 25 0 28 0 0T 0 0 0 0T 0 0 0-9999 +USW00014922200504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0-9999 +USW00014922200504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200504AWND 54 X 17 X 24 X 65 X 40 X 58 X 21 X 45 X 75 X 55 X 78 X 62 X 35 X 33 X 40 X 20 X 43 X 48 X 37 X 53 X 30 X 62 X 58 X 46 X 48 X 51 X 60 X 33 X 35 X 36 X-9999 +USW00014922200504FMTM 1526 X 1417 X 2238 X 1446 X 2040 X 2030 X 0024 X 1613 X 1632 X 1548 X 1534 X 0618 X 1614 X 1435 X 2152 X 1437 X 2308 X 1335 X 2302 X 2048 X 1122 X 1508 X 1602 X 1422 X 1348 X 1757 X 1717 X 1314 X 1730 X 1258 X-9999 +USW00014922200504PGTM 1450 W 1600 W 2238 W 1505 W 2029 W 2025 W 0021 W 1705 W 1601 W 1547 W 1448 W 0617 W 1412 W 1718 W 2151 W 1437 W 2216 W 1521 W 2301 W 1138 W 1440 W 1049 W 1710 W 1437 W 1417 W 1757 W 1717 W 1122 W 1452 W 1415 W-9999 +USW00014922200504TAVG 56 W 56 W 117 W 167 W 178 W 106 W 111 W 133 W 167 W 189 W 161 W 94 W 106 W 122 W 150 W 122 W 144 W 217 W 172 W 133 W 111 W 78 W 44 W 78 W 78 W 61 W 39 W 44 W 67 W 50 W-9999 +USW00014922200504WDF2 320 X 150 X 100 X 170 X 30 X 30 X 20 X 160 X 160 X 130 X 120 X 100 X 80 X 150 X 280 X 110 X 140 X 170 X 20 X 40 X 80 X 20 X 20 X 320 X 310 X 340 X 310 X 280 X 280 X 290 X-9999 +USW00014922200504WDF5 330 X 250 X 110 X 170 X 20 X 30 X 20 X 150 X 160 X 130 X 120 X 110 X 70 X 130 X 280 X 100 W 150 X 190 X 20 X 30 X 140 X 20 X 20 X 320 X 330 X 330 X 300 X 260 X 280 X 280 X-9999 +USW00014922200504WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200504WSF2 116 X 45 X 76 X 116 X 76 X 98 X 58 X 107 X 112 X 103 X 130 X 112 X 76 X 80 X 80 X 125 X 72 X 98 X 76 X 89 X 63 X 134 X 107 X 98 X 94 X 125 X 116 X 76 X 89 X 94 X-9999 +USW00014922200504WSF5 148 X 67 X 80 X 134 X 103 X 139 X 80 X 139 X 143 X 116 X 161 X 134 X 103 X 94 X 98 X 139 W 94 X 116 X 94 X 112 X 76 X 170 X 165 X 130 X 130 X 143 X 148 X 103 X 112 X 125 X-9999 +USW00014922200504WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200504WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200504WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200504WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200504WT16 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00014922200504WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922200505TMAX 78 0 78 0 122 0 194 0 244 0 233 0 228 0 250 0 200 0 200 0 144 0 56 0 111 0 128 0 133 0 144 0 194 0 167 0 189 0 194 0 211 0 239 0 217 0 239 0 194 0 206 0 167 0 178 0 189 0 244 0 261 0 +USW00014922200505TMIN 0 0 -11 0 -17 0 33 0 106 0 100 0 139 0 156 0 156 0 128 0 56 0 11 0 44 0 56 0 44 0 44 0 100 0 128 0 133 0 117 0 133 0 139 0 128 0 117 0 111 0 100 0 106 0 89 0 100 0 94 0 117 0 +USW00014922200505PRCP 0T 0 0T 0 0 0 0 0 0T 0 0 0 3 0 64 0 30 0 5 0 0 0 157 0 122 0 25 0 0 0 69 0 41 0 97 0 0T 0 0 0 15 0 0 0 0 0 0T 0 51 0 13 0 10 0 0T 0 5 0 0 0 0 0 +USW00014922200505SNOW 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200505AWND 65 X 51 X 30 X 36 X 56 X 32 X 68 X 52 X 52 X 44 X 76 X 78 X 33 X 55 X 43 X 45 X 59 X 50 X 38 X 33 X 49 X 69 X 42 X 29 X 57 X 51 X 42 X 29 X 20 X 20 X 29 X +USW00014922200505FMTM 1803 X 1457 X 1150 X 1240 X 1734 X 2359 X 1629 X 1939 X 1313 X 0324 X 1914 X 1026 X 1624 X 1752 X 0711 X 1646 X 1134 X 1539 X 1952 X 0804 X 1059 X 1632 X 0010 X 1633 X 1840 X 1904 X 1156 X 1639 X 1740 X 1755 X 1321 X +USW00014922200505PGTM 1801 W 1457 W 1150 W 1256 W 1733 W 1100 W 1515 W 1939 W 1312 W 0406 W 1913 W 1025 W 1814 W 1409 W 0656 W 2246 W 1526 W 1533 W 1821 W 0803 W 1058 W 1612 W 0009 W 1634 W 1918 W 1904 W 1252 W 1638 W 1429 W 1848 W 1319 W +USW00014922200505TAVG 39 W 33 W 56 W 117 W 178 W 167 W 183 W 206 W 178 W 167 W 100 W 33 W 78 W 94 W 89 W 94 W 150 W 150 W 161 W 156 W 172 W 189 W 172 W 178 W 156 W 156 W 139 W 133 W 144 W 172 W 189 W +USW00014922200505WDF2 290 X 300 X 310 X 180 X 270 X 90 X 130 X 240 X 220 X 290 X 50 X 90 X 270 X 330 X 320 X 130 X 120 X 140 X 50 X 120 X 170 X 310 X 310 X 100 X 280 X 280 X 250 X 290 X 270 X 90 X 150 X +USW00014922200505WDF5 290 X 310 X 310 X 190 X 270 X 40 X 120 X 240 X 220 X 280 X 60 X 90 X 280 X 310 X 320 X 140 X 130 X 130 X 20 X 110 X 170 X 310 X 320 X 90 X 270 X 270 X 280 X 290 X 310 X 30 X 150 X +USW00014922200505WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200505WSF2 130 X 89 X 80 X 76 X 139 X 72 X 103 X 116 X 112 X 98 X 116 X 116 X 89 X 112 X 80 X 80 X 107 X 80 X 72 X 67 X 112 X 130 X 94 X 67 X 103 X 148 X 89 X 67 X 54 X 58 X 76 X +USW00014922200505WSF5 161 X 125 X 107 X 134 X 174 X 94 X 134 X 170 X 148 X 116 X 161 X 143 X 107 X 139 X 103 X 103 X 130 X 103 X 98 X 72 X 139 X 170 X 112 X 76 X 130 X 174 X 116 X 76 X 63 X 72 X 94 X +USW00014922200505WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200505WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200505WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200505WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200505WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200505WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200505WT16 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922200505WT18 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200506TMAX 250 0 294 0 233 0 244 0 261 0 289 0 328 0 278 0 272 0 256 0 272 0 267 0 283 0 228 0 239 0 267 0 283 0 306 0 311 0 294 0 311 0 317 0 356 0 294 0 272 0 311 0 306 0 272 0 283 0 244 0-9999 +USW00014922200506TMIN 178 0 156 0 183 0 183 0 178 0 161 0 206 0 161 0 167 0 189 0 194 0 161 0 167 0 167 0 144 0 133 0 133 0 156 0 183 0 189 0 178 0 200 0 267 0 200 0 178 0 217 0 194 0 189 0 194 0 178 0-9999 +USW00014922200506PRCP 0T 0 0 0 0 0 99 0 97 0 0 0 10 0 183 0 0 0 89 0 25 0 0 0 66 0 15 0 13 0 0 0 0 0 0 0 0 0 140 0 0 0 0 0 0 0 15 0 0 0 0T 0 262 0 0 0 64 0 0T 0-9999 +USW00014922200506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200506AWND 38 X 49 X 57 X 42 X 46 X 31 X 49 X 57 X 22 X 30 X 51 X 34 X 50 X 41 X 38 X 21 X 18 X 34 X 49 X 45 X 19 X 37 X 61 X 38 X 45 X 56 X 45 X 25 X 61 X 84 X-9999 +USW00014922200506FMTM 1334 X 1445 X 1710 X 1348 X 1523 X 1015 X 0955 X 0304 X 2311 X 0326 X 1448 X 0037 X 1759 X 1848 X 1618 X 1431 X 1458 X 2034 X 1155 X 1246 X 1408 X 1502 X 1626 X 0526 X 1230 X 1139 X 1801 X 1211 X 1530 X 1555 X-9999 +USW00014922200506PGTM 1328 W 1438 W 1642 W 1347 W 1523 W 1018 W 0955 W 0304 W 1834 W 0326 W 1447 W 0113 W 1752 W 1848 W 1146 W 1658 W 1458 W 2035 W 1157 W 1245 W 1407 W 1502 W 1446 W 0527 W 1359 W 1740 W 1752 W 1529 W 1715 W 1549 W-9999 +USW00014922200506TAVG 217 W 228 W 211 W 217 W 222 W 228 W 267 W 222 W 222 W 222 W 233 W 217 W 228 W 200 W 194 W 200 W 211 W 233 W 250 W 244 W 244 W 261 W 311 W 250 W 228 W 267 W 250 W 233 W 239 W 211 W-9999 +USW00014922200506WDF2 120 X 170 X 100 X 160 X 270 X 260 X 120 X 300 W 100 X 250 X 200 X 260 X 230 X 300 X 20 X 350 X 70 X 120 X 160 X 300 X 30 X 160 X 210 X 310 X 100 X 160 X 330 X 290 X 140 X 280 X-9999 +USW00014922200506WDF5 130 X 160 X 110 X 160 X 270 X 270 X 110 X 290 W 100 X 250 X 190 X 240 X 210 X 290 X 20 X 30 X 50 X 110 X 160 X 290 X 60 X 170 X 230 X 320 X 70 X 170 X 330 X 30 X 140 X 270 X-9999 +USW00014922200506WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200506WSF2 72 X 80 X 89 X 80 X 103 X 80 X 116 X 210 W 58 X 67 X 94 X 89 X 165 X 89 X 72 X 58 X 63 X 72 X 89 X 197 X 54 X 76 X 103 X 107 X 76 X 94 X 112 X 63 X 116 X 143 X-9999 +USW00014922200506WSF5 89 X 103 X 103 X 103 X 116 X 98 X 134 X 268 W 76 X 89 X 125 X 112 X 206 X 107 X 125 X 103 X 94 X 76 X 103 X 259 X 72 X 98 X 134 X 125 X 98 X 107 X 156 X 76 X 139 X 183 X-9999 +USW00014922200506WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922200506WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200506WT03-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 +USW00014922200506WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922200506WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200506WT13-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00014922200506WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200506WT16 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 +USW00014922200506WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922200507TMAX 244 0 272 0 261 0 278 0 239 0 261 0 289 0 289 0 333 0 339 0 333 0 333 0 344 0 333 0 350 0 361 0 361 0 272 0 322 0 333 0 328 0 328 0 311 0 339 0 294 0 222 0 239 0 278 0 267 0 322 0 328 0 +USW00014922200507TMIN 156 0 144 0 194 0 178 0 150 0 144 0 178 0 206 0 217 0 228 0 222 0 222 0 233 0 217 0 233 0 261 0 239 0 183 0 139 0 206 0 228 0 217 0 211 0 233 0 183 0 150 0 122 0 167 0 150 0 194 0 211 0 +USW00014922200507PRCP 0 0 0 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 0 0 0 0 94 0 0 0 0 0 160 0 0T 0 396 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200507AWND 43 X 54 X 38 X 38 X 38 X 25 X 42 X 43 X 46 X 53 X 40 X 21 X 32 X 26 X 21 X 42 X 58 X 64 X 43 X 34 X 39 X 35 X 54 X 40 X 43 X 55 X 29 X 39 X 40 X 51 X 49 X +USW00014922200507FMTM 0451 X 1657 X 0821 X 1558 X 1847 X 1510 X 1741 X 1241 X 1259 X 1224 X 1256 X 1927 X 1628 X 1420 X 1521 X 1646 X 1830 X 1056 X 1610 X 0445 X 0429 X 2315 X 0951 X 0156 X 1702 X 0351 X 1535 X 1321 X 1901 X 1400 X 1640 X +USW00014922200507PGTM 0450 W 1526 W 0822 W 1650 W 1443 W 1232 W 1643 W 1240 W 1259 W 1224 W 1325 W 1926 W 1606 W 1500 W 1520 W 1644 W 1828 W 1059 W 1610 W 0445 W 1347 W 1403 W 0950 W 0156 W 1702 W 0906 W 1812 W 1312 W 1844 W 1538 W 1511 W +USW00014922200507TAVG 200 W 211 W 228 W 228 W 194 W 206 W 233 W 250 W 278 W 283 W 278 W 278 W 289 W 278 W 294 W 311 W 300 W 228 W 233 W 272 W 278 W 272 W 261 W 289 W 239 W 189 W 183 W 222 W 211 W 261 W 272 W +USW00014922200507WDF2 330 X 170 X 160 X 270 X 60 X 120 X 150 X 170 X 180 X 170 X 170 X 20 X 20 X 70 X 240 X 170 X 270 X 290 X 180 X 250 X 40 X 110 X 330 X 220 X 310 X 350 X 270 X 230 X 120 X 220 X 230 X +USW00014922200507WDF5 310 X 160 X 170 X 290 X 50 X 110 X 160 X 170 X 180 X 170 X 170 X 20 X 30 X 90 X 240 X 170 X 270 X 270 X 180 X 250 X 20 X 120 X 320 X 220 X 320 X 10 X 250 X 220 X 120 X 190 X 220 X +USW00014922200507WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200507WSF2 89 X 94 X 94 X 89 X 63 X 54 X 72 X 107 X 98 X 94 X 76 X 72 X 63 X 58 X 63 X 80 X 134 X 134 X 94 X 107 X 72 X 58 X 134 X 94 X 125 X 98 X 58 X 76 X 72 X 98 X 94 X +USW00014922200507WSF5 112 X 116 X 107 X 112 X 98 X 67 X 89 X 134 X 116 X 116 X 98 X 80 X 98 X 72 X 76 X 103 X 192 X 161 X 116 X 139 X 94 X 89 X 179 X 116 X 143 X 139 X 67 X 103 X 89 X 116 X 116 X +USW00014922200507WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200507WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200507WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200507WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200507WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200507WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200508TMAX 328 0 356 0 328 0 272 0 278 0 289 0 328 0 333 0 283 0 283 0 228 0 261 0 222 0 244 0 256 0 289 0 278 0 250 0 267 0 272 0 239 0 217 0 244 0 239 0 283 0 261 0 261 0 261 0 261 0 250 0 256 0 +USW00014922200508TMIN 200 0 228 0 222 0 183 0 156 0 172 0 178 0 233 0 200 0 183 0 183 0 178 0 144 0 117 0 144 0 167 0 189 0 189 0 178 0 156 0 133 0 117 0 122 0 139 0 200 0 167 0 150 0 150 0 156 0 161 0 150 0 +USW00014922200508PRCP 0 0 0 0 371 0 5 0 0 0 0 0 0 0 41 0 297 0 0 0 10 0 0 0 0 0 0 0 0 0 3 0 0 0 76 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 518 0 0 0 0 0 0 0 0 0 0T 0 +USW00014922200508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200508AWND 25 X 45 X 37 X 53 X 19 X 34 X 40 X 46 X 33 X 30 X 19 X 44 X 31 X 20 X 21 X 25 X 39 X 38 X 27 X 39 X 40 X 29 X 34 X 49 X 46 X 33 X 41 X 30 X 25 X 27 X 37 X +USW00014922200508FMTM 1841 X 1611 X 2346 X 1625 X 1747 X 1708 X 1617 X 1607 X 1404 X 1923 X 1523 X 1623 X 1739 X 1720 X 1507 X 2114 X 1425 X 0657 X 0944 X 1444 X 1217 X 1444 X 1526 X 1505 X 1434 X 0454 X 1608 X 1540 X 1418 X 1740 X 1446 X +USW00014922200508WDF2 170 X 160 X 360 X 280 X 280 X 180 X 180 X 220 X 350 X 20 X 140 X 280 X 280 X 280 X 250 X 10 X 170 X 120 X 310 X 270 X 310 X 90 X 140 X 150 X 150 X 20 X 260 X 270 X 330 X 90 X 260 X +USW00014922200508WDF5 170 X 160 X 320 X 300 X 270 X 210 X 190 X 220 X 340 X 20 X 120 X 290 X 280 X 30 X 180 X 10 X 180 X 120 X 360 X 260 X 20 X 90 X 160 X 150 X 140 X 320 X 260 X 280 X 340 X 30 X 260 X +USW00014922200508WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200508WSF2 58 X 94 X 125 X 98 X 54 X 67 X 76 X 98 X 107 X 63 X 54 X 89 X 72 X 54 X 63 X 72 X 80 X 76 X 76 X 98 X 89 X 63 X 72 X 94 X 80 X 76 X 103 X 76 X 63 X 63 X 89 X +USW00014922200508WSF5 67 X 116 X 148 X 134 X 72 X 80 X 94 X 112 X 130 X 94 X 63 X 107 X 80 X 67 X 89 X 89 X 103 X 89 X 98 X 125 X 116 X 80 X 89 X 103 X 103 X 94 X 130 X 89 X 89 X 76 X 107 X +USW00014922200508WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200508WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200508WT03-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200508WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200508WT13-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200508WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X +USW00014922200508WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 +USW00014922200508WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200509TMAX 261 0 250 0 222 0 267 0 306 0 272 0 206 0 244 0 283 0 322 0 317 0 256 0 211 0 228 0 239 0 256 0 228 0 261 0 244 0 283 0 317 0 194 0 200 0 194 0 189 0 194 0 250 0 189 0 167 0 250 0-9999 +USW00014922200509TMIN 139 0 128 0 122 0 167 0 189 0 194 0 150 0 150 0 161 0 211 0 217 0 194 0 128 0 106 0 117 0 139 0 133 0 144 0 167 0 150 0 161 0 94 0 94 0 128 0 128 0 106 0 106 0 61 0 39 0 117 0-9999 +USW00014922200509PRCP 0 0 0 0 239 0 84 0 5 0 30 0 66 0 23 0 0 0 0 0 0 0 99 0 69 0 0 0 0 0 0T 0 0T 0 0 0 61 0 0 0 53 0 0T 0 0 0 170 0 135 0 0 0 0 0 94 0 0 0 0 0-9999 +USW00014922200509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200509AWND 59 X 30 X 32 X 44 X 51 X 26 X 23 X 37 X 47 X 61 X 51 X 41 X 34 X 25 X 42 X 34 X 40 X 17 X 39 X 27 X 44 X 47 X 41 X 34 X 28 X 32 X 42 X 59 X 46 X 42 X-9999 +USW00014922200509FMTM 1525 X 1452 X 1709 X 1151 X 1358 X 1116 X 0033 X 1256 X 1458 X 1501 X 1559 X 2154 X 1447 X 1254 X 1210 X 1359 X 1245 X 2119 X 1455 X 1138 X 1825 X 1143 X 1403 X 1001 X 1942 X 0041 X 1521 X 1701 X 1623 X 1436 X-9999 +USW00014922200509WDF2 270 X 280 X 110 X 120 X 170 X 250 X 350 X 130 X 150 X 170 X 170 X 270 X 310 X 270 X 180 X 170 X 180 X 120 X 280 X 250 X 320 X 20 X 110 X 150 X 340 X 350 X 170 X 310 X 190 X 200 X-9999 +USW00014922200509WDF5 270 X 30 X 320 X 190 X 170 X 250 X 40 X 100 X 140 X 170 X 170 X 270 X 320 X 250 X 170 X 170 X 190 X 120 X 290 X 250 X 320 X 20 X 100 X 150 X 360 X 330 X 160 X 320 X 180 X 180 X-9999 +USW00014922200509WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200509WSF2 139 X 67 X 116 X 80 X 103 X 63 X 58 X 67 X 89 X 116 X 94 X 134 X 94 X 67 X 80 X 67 X 98 X 58 X 80 X 72 X 134 X 94 X 76 X 76 X 72 X 72 X 107 X 112 X 98 X 89 X-9999 +USW00014922200509WSF5 174 X 107 X 148 X 103 X 125 X 76 X 76 X 76 X 103 X 156 X 107 X 174 X 107 X 80 X 107 X 76 X 125 X 63 X 107 X 103 X 165 X 134 X 94 X 94 X 94 X 89 X 125 X 156 X 125 X 112 X-9999 +USW00014922200509WT01-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922200509WT03-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200509WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200509WT13-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00014922200509WT16-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922200509WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200510TMAX 283 0 256 0 294 0 256 0 222 0 67 0 94 0 128 0 139 0 178 0 161 0 167 0 172 0 217 0 167 0 200 0 189 0 256 0 122 0 150 0 122 0 106 0 89 0 72 0 106 0 111 0 122 0 161 0 206 0 161 0 100 0 +USW00014922200510TMIN 128 0 183 0 222 0 167 0 67 0 39 0 6 0 17 0 44 0 44 0 56 0 117 0 100 0 89 0 61 0 39 0 100 0 78 0 50 0 28 0 39 0 6 0 39 0 0 0 -6 0 22 0 0 0 17 0 72 0 72 0 33 0 +USW00014922200510PRCP 0 0 0 0 0 0 1171 0 71 0 0T 0 0 0 0 0 0 0 0 0 0 0 56 0 0T 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 3 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0T 0 +USW00014922200510SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200510AWND 38 X 58 X 43 X 38 X 66 X 66 X 32 X 35 X 35 X 24 X 30 X 22 X 21 X 45 X 31 X 30 X 50 X 47 X 25 X 23 X 30 X 35 X 49 X 30 X 10 X 21 X 13 X 40 X 54 X 33 X 30 X +USW00014922200510FMTM 1712 X 1454 X 2218 X 2229 X 2251 X 0115 X 0002 X 1125 X 1125 X 1504 X 2300 X 0620 X 1027 X 1432 X 1527 X 1523 X 1213 X 2025 X 0127 X 1342 X 1752 X 1418 X 0707 X 1051 X 2028 X 1832 X 1359 X 1456 X 1516 X 0112 X 1307 X +USW00014922200510WDF2 170 X 160 X 190 X 80 X 260 X 270 X 350 X 130 X 120 X 30 X 120 X 110 X 240 X 280 X 310 X 170 X 290 X 310 X 360 X 80 X 310 X 310 X 360 X 10 X 80 X 100 X 130 X 170 X 190 X 210 X 330 X +USW00014922200510WDF5 170 X 170 X 210 X 90 X 260 X 280 X 70 X 140 X 100 X 90 X 80 X 130 X 270 X 310 X 360 X 190 X 290 X 250 X 360 X 30 X 310 X 20 X 10 X 10 X 70 X 90 X 60 X 170 X 190 X 210 X 320 X +USW00014922200510WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200510WSF2 80 X 98 X 76 X 76 X 116 X 116 X 67 X 67 X 67 X 54 X 58 X 54 X 58 X 112 X 76 X 67 X 103 X 130 X 94 X 58 X 80 X 72 X 89 X 63 X 36 X 54 X 36 X 89 X 103 X 76 X 76 X +USW00014922200510WSF5 103 X 112 X 98 X 89 X 156 X 156 X 80 X 76 X 89 X 76 X 72 X 63 X 63 X 134 X 94 X 80 X 116 X 179 X 116 X 76 X 107 X 125 X 116 X 89 X 54 X 72 X 40 X 103 X 130 X 107 X 98 X +USW00014922200510WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 +USW00014922200510WT02-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922200510WT03-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200510WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200510WT13-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00014922200510WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200510WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922200510WT18-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200510WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922200511TMAX 122 0 217 0 122 0 94 0 111 0 89 0 167 0 144 0 106 0 139 0 178 0 161 0 89 0 67 0 39 0 -28 0 -44 0 61 0 67 0 28 0 67 0 17 0 67 0 -61 0 -67 0 -22 0 78 0 117 0 17 0 -61 0-9999 +USW00014922200511TMIN 11 0 22 0 56 0 28 0 39 0 39 0 56 0 28 0 0 0 -22 0 17 0 67 0 0 0 -11 0 -28 0 -117 0 -133 0 -44 0 22 0 0 0 0 0 -33 0 -61 0 -117 0 -94 0 -94 0 -28 0 17 0 -83 0 -89 0-9999 +USW00014922200511PRCP 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 25 0 10 0 91 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 36 0 0 0 15 0 109 0 28 0 20 0-9999 +USW00014922200511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 53 0 0 0 0 0 0 0 25 0 33 0-9999 +USW00014922200511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 76 0 51 0 0 0 0T 0 25 0-9999 +USW00014922200511AWND 28 X 39 X 36 X 19 X 30 X 34 X 19 X 40 X 88 X 26 X 31 X 48 X 81 X 42 X 55 X 96 X 34 X 36 X 41 X 41 X 52 X 21 X 72 X 73 X 41 X 53 X 51 X 50 X 72 X 25 X-9999 +USW00014922200511FMTM 1254 X 1240 X 1448 X 1008 X 2155 X 0755 X 1558 X 2319 X 0321 X 1406 X 1629 X 2319 X 1040 X 1435 X 2305 X 0756 X 1847 X 2014 X 0816 X 1509 X 1139 X 2130 X 2050 X 0306 X 1926 X 1459 X 1236 X 0546 X 1629 X 0007 X-9999 +USW00014922200511WDF2 170 X 170 X 80 X 310 X 80 X 330 X 310 X 290 X 280 X 220 X 150 X 250 X 310 X 120 X 310 X 310 X 170 X 200 X 330 X 230 X 330 X 160 X 320 X 330 X 120 X 110 X 120 X 40 X 320 X 320 X-9999 +USW00014922200511WDF5 220 X 180 X 80 X 320 X 70 X 140 X 350 X 290 X 280 X 220 X 140 X 230 X 330 X 130 X 310 X 320 X 160 X 210 X 20 X 220 X 30 X 160 X 310 X 340 X 120 X 100 X 120 X 40 X 320 X 40 X-9999 +USW00014922200511WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200511WSF2 76 X 112 X 67 X 58 X 63 X 63 X 40 X 148 X 174 X 67 X 72 X 134 X 165 X 80 X 139 X 156 X 67 X 67 X 76 X 72 X 112 X 45 X 148 X 125 X 72 X 76 X 76 X 112 X 103 X 63 X-9999 +USW00014922200511WSF5 76 X 143 X 94 X 67 X 76 X 72 X 72 X 183 X 219 X 89 X 80 X 161 X 206 X 94 X 179 X 197 X 80 X 89 X 116 X 94 X 165 X 54 X 174 X 161 X 80 X 89 X 89 X 139 X 125 X 72 X-9999 +USW00014922200511WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00014922200511WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200511WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200511WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200511WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00014922200511WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922200511WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200511WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922200511WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200511WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00014922200511WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200512TMAX -67 0 -94 0 -83 0 -100 0 -139 0 -122 0 -50 0 -61 0 -67 0 22 0 -44 0 0 0 0 0 0 0 -33 0 -72 0 -117 0 -139 0 -100 0 -72 0 -83 0 44 0 61 0 28 0 17 0 6 0 6 0 17 0 0 0 6 0 -11 0 +USW00014922200512TMIN -106 0 -133 0 -133 0 -167 0 -200 0 -217 0 -156 0 -161 0 -161 0 -83 0 -117 0 -78 0 -39 0 -39 0 -78 0 -139 0 -167 0 -206 0 -222 0 -150 0 -128 0 -106 0 -6 0 0 0 0 0 -6 0 -6 0 -11 0 -28 0 -11 0 -28 0 +USW00014922200512PRCP 5 0 0T 0 18 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 3 0 0T 0 0T 0 13 0 76 0 18 0 0T 0 0T 0 0T 0 0T 0 0T 0 3 0 0 0 23 0 0T 0 0T 0 0T 0 0T 0 0T 0 15 0 74 0 0T 0 +USW00014922200512SNOW 5 0 5 0 66 0 0T 0 0T 0 3 0 0T 0 0T 0 0T 0 3 0 0T 0 0T 0 10 0 127 0 28 0 5 0 0T 0 0T 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 25 0 89 0 0T 0 +USW00014922200512SNWD 51 0 51 0 51 0 102 0 102 0 102 0 102 0 102 0 102 0 76 0 76 0 76 0 76 0 178 0 178 0 178 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 102 0 76 0 76 0 76 0 51 0 51 0 127 0 152 0 +USW00014922200512AWND 42 X 29 X 33 X 36 X 34 X 33 X 11 X 13 X 37 X 55 X 24 X 21 X 55 X 52 X 39 X 47 X 36 X 31 X 34 X 21 X 23 X 25 X 18 X 32 X 25 X 41 X 21 X 34 X 29 X 46 X 31 X +USW00014922200512FMTM 1402 X 0251 X 1845 X 1400 X 1503 X 1551 X 1647 X 2330 X 1158 X 1808 X 0134 X 1210 X 2052 X 0015 X 0439 X 1634 X 1545 X 1619 X 1539 X 2312 X 0000 X 1147 X 1510 X 1547 X 0941 X 1341 X 2258 X 1434 X 2241 X 0315 X 0336 X +USW00014922200512WDF2 320 X 330 X 20 X 320 X 260 X 270 X 240 X 250 X 220 X 290 X 320 X 320 X 140 X 140 X 230 X 270 X 260 X 270 X 240 X 240 X 250 X 240 X 230 X 300 X 350 X 170 X 20 X 340 X 120 X 120 X 320 X +USW00014922200512WDF5 10 X 30 X 60 X 340 X 260 X 250 X 30 X 250 X 220 X 280 X 320 X 10 X 130 X 140 X 260 X 270 X 260 X 270 X 240 X 260 X 260 X 270 X 40 X 360 X 30 X 160 X 20 X 20 X 110 X 120 X 320 X +USW00014922200512WESD 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 +USW00014922200512WSF2 76 X 58 X 54 X 72 X 63 X 58 X 31 X 40 X 72 X 116 X 76 X 45 X 103 X 94 X 63 X 80 X 67 X 67 X 67 X 67 X 67 X 58 X 54 X 58 X 45 X 76 X 54 X 58 X 72 X 89 X 63 X +USW00014922200512WSF5 103 X 89 X 72 X 98 X 76 X 67 X 58 X 54 X 89 X 156 X 98 X 80 X 130 X 112 X 76 X 107 X 89 X 76 X 80 X 80 X 80 X 67 X 58 X 94 X 80 X 94 X 94 X 125 X 80 X 107 X 76 X +USW00014922200512WT01 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922200512WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200512WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 +USW00014922200512WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200512WT13 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922200512WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200512WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922200512WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00014922200512WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200512WT18 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 +USW00014922200512WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200512WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200601TMAX 6 0 11 0 22 0 6 0 -17 0 -6 0 22 0 11 0 -6 0 0 0 28 0 67 0 0 0 6 0 39 0 6 0 -50 0 -33 0 -22 0 0 0 -6 0 -6 0 33 0 39 0 0 0 89 0 78 0 44 0 11 0 28 0 17 0 +USW00014922200601TMIN -44 0 0 0 0 0 -17 0 -28 0 -61 0 -33 0 -11 0 -78 0 -89 0 -50 0 -28 0 -67 0 -72 0 -11 0 -50 0 -100 0 -100 0 -50 0 -50 0 -83 0 -128 0 -150 0 -28 0 -72 0 -61 0 -6 0 -22 0 -11 0 -44 0 -56 0 +USW00014922200601PRCP 0 0 41 0 3 0 13 0 0T 0 0T 0 0 0 8 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 20 0 0T 0 0T 0 3 0 0 0 0 0 0 0 3 0 3 0 0 0 5 0 0 0 28 0 36 0 0T 0 20 0 +USW00014922200601SNOW 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 13 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 18 0 0T 0 0T 0 3 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0T 0 23 0 0T 0 0T 0 +USW00014922200601SNWD 127 0 102 0 102 0 76 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0T 0 25 0 0 0 +USW00014922200601AWND 47 W 44 W 27 W 52 W 44 W 39 W 30 W 41 W 41 W 40 W 31 W 42 W 63 W 36 W 68 W 43 W 57 W 29 W 39 W 30 W 41 W 36 W 44 W 85 W 31 W 55 W 45 W 35 W 42 W 41 W 41 W +USW00014922200601FMTM 1459 X 0459 X 1458 X 2224 X 0027 X 1620 X 2209 X 2147 X 0721 X 1000 X 1056 X 2050 X 1524 X 2103 X 2223 X 2254 X 1231 X 0146 X 1230 X 1012 X 1743 X 1009 X 1237 X 1117 X 0037 X 2307 X 0541 X 1423 X 1413 X 1435 X 1203 X +USW00014922200601PGTM 1444 W 0748 W 1459 W 2359 W 0034 W 0951 W 1203 W 1924 W 0721 W 1004 W 1056 W 2219 W 1322 W 2103 W 1424 W 2253 W 1231 W 0145 W 1317 W 1012 W 1743 W 1009 W 1239 W 1116 W 0027 W 2225 W 0540 W 1404 W 1607 W 1425 W 1202 W +USW00014922200601WDF2 60 X 30 X 170 X 310 X 330 X 220 X 110 X 330 X 310 X 190 X 220 X 320 X 320 X 130 X 120 X 300 X 320 X 290 X 20 X 310 X 170 X 280 X 230 X 310 X 290 X 170 X 200 X 90 X 340 X 290 X 150 X +USW00014922200601WDF5 60 X 10 X 180 X 320 X 340 X 200 X 10 X 10 X 310 X 200 X 230 X 320 X 10 X 130 X 140 X 310 X 330 X 280 X 40 X 310 X 170 X 270 X 230 X 310 X 300 X 190 X 200 X 90 X 10 X 290 X 160 X +USW00014922200601WESD 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200601WSF2 76 X 72 X 72 X 89 X 89 X 67 X 58 X 67 X 80 X 94 X 67 X 103 X 98 X 72 X 98 X 103 X 103 X 63 X 63 X 58 X 107 X 80 X 89 X 134 X 67 X 107 X 103 X 63 X 76 X 72 X 80 X +USW00014922200601WSF5 98 X 98 X 76 X 103 X 103 X 80 X 80 X 94 X 98 X 116 X 80 X 116 X 148 X 89 X 116 X 125 X 130 X 76 X 103 X 67 X 130 X 94 X 116 X 170 X 80 X 139 X 143 X 98 X 134 X 89 X 98 X +USW00014922200601WT01 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 W-9999 1 W-9999 1 0-9999 -9999 -9999 1 0 1 W 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 W 1 0 +USW00014922200601WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200601WT04-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200601WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200601WT06-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200601WT08 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 0-9999 -9999 1 0 1 0 1 W 1 0 1 0-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W +USW00014922200601WT13 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X +USW00014922200601WT14-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922200601WT15-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200601WT16-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 +USW00014922200601WT17-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922200601WT18-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00014922200602TMAX 11 0 61 0 6 0 -61 0 -44 0 -28 0 -11 0 -22 0 -22 0 0 0 -28 0 -61 0 -6 0 39 0 -61 0 -78 0 -133 0 -122 0 -56 0 6 0 -22 0 28 0 -17 0 56 0 -39 0 22 0 11 0 39 0-9999 -9999 -9999 +USW00014922200602TMIN -39 0 -33 0 -117 0 -150 0 -139 0 -128 0 -67 0 -117 0 -122 0 -61 0 -83 0 -133 0 -128 0 -83 0 -139 0 -133 0 -250 0 -250 0 -172 0 -122 0 -133 0 -78 0 -100 0 -89 0 -117 0 -117 0 -50 0 -56 0-9999 -9999 -9999 +USW00014922200602PRCP 23 0 0 0 10 0 0T 0 0T 0 0 0 0 0 0 0 30 0 5 0 0T 0 0T 0 0 0 13 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00014922200602SNOW 5 0 0 0 8 0 0T 0 0T 0 0 0 0 0 0 0 38 0 3 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00014922200602SNWD 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 51 0 51 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922200602AWND 46 W 32 W 61 W 50 W 36 W 34 W 21 W 29 W 33 W 42 W 50 W 44 W 43 W 38 W 38 W 64 W 71 W 41 W 50 W 55 W 34 W 33 W 44 W 61 W 36 W 27 W 53 W 49 W-9999 -9999 -9999 +USW00014922200602FMTM 0743 X 1554 X 1445 X 1208 X 1723 X 1554 X 1900 X 1446 X 1408 X 0317 X 1618 X 1533 X 1033 X 2307 X 0017 X 2025 X 0909 X 1122 X 1222 X 1739 X 1707 X 1425 X 0424 X 2222 X 0001 X 2330 X 1355 X 1117 X-9999 -9999 -9999 +USW00014922200602PGTM 0743 W 1552 W 1420 W 1312 W 1305 W 1315 W 1857 W 1446 W 1309 W 0317 W 1618 W 1546 W 1034 W 2306 W 0024 W 2004 W 0909 W 1306 W 1224 W 1742 W 1707 W 1425 W 1136 W 2222 W 0000 W 2329 W 1431 W 1117 W-9999 -9999 -9999 +USW00014922200602WDF2 320 X 230 X 310 X 330 X 300 X 320 X 40 X 320 X 170 X 280 X 290 X 320 X 320 X 320 X 320 X 350 X 310 X 290 X 240 X 270 X 170 X 210 X 320 X 350 X 350 X 30 X 50 X 110 X-9999 -9999 -9999 +USW00014922200602WDF5 320 X 230 X 320 X 10 X 360 X 10 X 40 X 360 X 160 X 280 X 290 X 330 X 310 X 330 X 320 X 330 X 310 X 260 X 250 X 290 X 180 X 200 X 290 X 340 X 340 X 30 X 50 X 110 X-9999 -9999 -9999 +USW00014922200602WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922200602WSF2 94 X 63 X 107 X 76 X 58 X 67 X 63 X 67 X 72 X 94 X 80 X 89 X 98 X 94 X 76 X 98 X 116 X 89 X 94 X 116 X 67 X 58 X 89 X 112 X 103 X 72 X 76 X 80 X-9999 -9999 -9999 +USW00014922200602WSF5 112 X 76 X 134 X 130 X 94 X 80 X 76 X 107 X 89 X 107 X 94 X 116 X 116 X 107 X 94 X 134 X 139 X 107 X 107 X 139 X 76 X 76 X 98 X 139 X 134 X 89 X 89 X 94 X-9999 -9999 -9999 +USW00014922200602WT01 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 W-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200602WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200602WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200602WT06-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200602WT08 1 W 1 0-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200602WT13 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200602WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200602WT15-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200602WT16 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200602WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200602WT18 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200602WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200603TMAX 67 0 33 0 -6 0 50 0 28 0 11 0 22 0 56 0 89 0 133 0 117 0 56 0 11 0 -17 0 -28 0 17 0 22 0 17 0 39 0 28 0 28 0 61 0 28 0 39 0 44 0 72 0 61 0 100 0 117 0 128 0 117 0 +USW00014922200603TMIN -6 0 -33 0 -44 0 -61 0 0 0 -39 0 -17 0 6 0 0 0 -22 0 -6 0 -44 0 -78 0 -111 0 -122 0 -39 0 -111 0 -106 0 -83 0 -28 0 -56 0 -67 0 -6 0 -11 0 0 0 0 0 0 0 -28 0 17 0 61 0 39 0 +USW00014922200603PRCP 0 0 0T 0 0 0 0 0 48 0 0T 0 8 0 0 0 0 0 0 0 0 0 48 0 198 0 0 0 23 0 114 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0T 0 0 0 0 0 3 0 0 0 8 0 38 0 13 0 +USW00014922200603SNOW 0 0 0T 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 20 0 251 0 0 0 71 0 147 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200603SNWD 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 229 0 229 0 305 0 279 0 254 0 229 0 203 0 178 0 152 0 127 0 102 0 76 0 76 0 0T 0 0T 0 0 0 0 0 0 0 +USW00014922200603AWND 56 W 54 W 27 W 46 W 40 W 39 W 60 W 20 W 25 W 40 W 57 W 32 W 76 W 52 W 27 W 53 W 16 W 17 W 30 W 63 W 53 W 42 W 38 W 34 W 20 W 36 W 43 W 20 W 56 W 67 W 56 W +USW00014922200603FMTM 1051 X 0700 X 0444 X 1641 X 0147 X 0043 X 1709 X 0444 X 1643 X 1402 X 1505 X 1856 X 1031 X 1610 X 1846 X 0507 X 1511 X 1701 X 2310 X 2058 X 0202 X 1504 X 2031 X 2348 X 2356 X 2336 X 0930 X 1541 X 1256 X 2140 X 1547 X +USW00014922200603PGTM 0933 W 0145 W 0923 W 1952 W 0151 W 0904 W 0919 W 0221 W 1734 W 2119 W 1556 W 1856 W 1137 W 1610 W 1942 W 1058 W 1822 W 1659 W 2223 W 2027 W 1315 W 1444 W 2030 W 1315 W 0756 W 1115 W 0924 W 1539 W 1609 W 1635 W 1547 W +USW00014922200603WDF2 100 X 330 X 350 X 120 X 150 X 280 X 120 X 230 X 10 X 170 X 270 X 30 X 330 X 280 X 70 X 50 X 20 X 50 X 50 X 40 X 60 X 320 X 10 X 320 X 320 X 140 X 140 X 250 X 150 X 110 X 320 X +USW00014922200603WDF5 100 X 290 X 10 X 100 X 160 X 20 X 160 X 240 X 10 X 170 X 290 X 30 X 330 X 280 X 60 X 40 X 40 X 50 X 50 X 30 X 10 X 320 X 10 X 20 X 20 X 140 X 130 X 260 X 150 X 140 X 320 X +USW00014922200603WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200603WSF2 103 X 89 X 54 X 80 X 76 X 80 X 107 X 45 X 58 X 89 X 107 X 139 X 116 X 89 X 58 X 94 X 40 X 63 X 72 X 98 X 103 X 72 X 67 X 54 X 45 X 72 X 89 X 58 X 103 X 125 X 130 X +USW00014922200603WSF5 125 X 112 X 98 X 94 X 94 X 107 X 134 X 67 X 80 X 103 X 125 X 165 X 148 X 103 X 76 X 130 X 72 X 80 X 89 X 116 X 134 X 94 X 80 X 103 X 80 X 94 X 107 X 76 X 125 X 148 X 156 X +USW00014922200603WT01-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 W-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 W 1 0 1 0 +USW00014922200603WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200603WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922200603WT06-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200603WT08 1 0 1 0-9999 -9999 -9999 1 W 1 0 1 0 1 0 1 W 1 0-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0 1 0 1 0-9999 +USW00014922200603WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200603WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X +USW00014922200603WT14-9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922200603WT15-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200603WT16-9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 +USW00014922200603WT18-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200603WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200604TMAX 94 0 61 0 100 0 133 0 172 0 167 0 100 0 111 0 156 0 261 0 217 0 217 0 289 0 222 0 256 0 211 0 211 0 217 0 172 0 133 0 150 0 183 0 228 0 167 0 144 0 200 0 222 0 161 0 122 0 150 0-9999 +USW00014922200604TMIN 33 0 22 0 6 0 -17 0 22 0 83 0 17 0 -17 0 28 0 67 0 150 0 117 0 89 0 133 0 100 0 117 0 83 0 78 0 78 0 72 0 56 0 72 0 72 0 50 0 28 0 50 0 83 0 94 0 89 0 100 0-9999 +USW00014922200604PRCP 0 0 269 0 0T 0 0 0 0 0 655 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 15 0 5 0 71 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 66 0 229 0 206 0-9999 +USW00014922200604SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200604AWND 39 W 57 W 75 W 31 W 50 W 60 W 73 W 19 W 46 W 55 W 50 W 46 W 36 W 39 W 52 W 65 W 59 W 76 W 58 W 47 W 36 W 27 W 22 W 51 W 31 W 36 W 20 W 45 W 69 W 75 W-9999 +USW00014922200604FMTM 0048 X 0618 X 0352 X 1527 X 1609 X 1835 X 1410 X 1251 X 1419 X 1734 X 0034 X 1439 X 1419 X 1125 X 1654 X 1332 X 1442 X 1634 X 1437 X 1343 X 1506 X 1634 X 1602 X 1514 X 0032 X 1433 X 2344 X 0818 X 2013 X 1659 X-9999 +USW00014922200604PGTM 0047 W 0613 W 0352 W 1415 W 1618 W 1834 W 1055 W 1222 W 1419 W 1530 W 0058 W 1435 W 1235 W 1402 W 1424 W 1332 W 1441 W 1634 W 1356 W 1342 W 1420 W 1054 W 1101 W 1428 W 1417 W 1433 W 2343 W 0816 W 2012 W 0558 W-9999 +USW00014922200604WDF2 340 X 110 X 330 X 330 X 110 X 90 X 20 X 250 X 170 X 160 X 170 X 310 X 180 X 310 X 110 X 80 X 120 X 120 X 180 X 220 X 280 X 330 X 330 X 350 X 40 X 280 X 150 X 120 X 100 X 90 X-9999 +USW00014922200604WDF5 340 X 110 X 330 X 10 X 110 X 90 X 20 X 290 X 180 X 170 X 160 X 290 X 140 X 320 X 150 X 80 X 120 X 120 X 190 X 220 X 300 X 10 X 30 X 360 X 10 X 280 X 150 X 120 X 90 X 90 X-9999 +USW00014922200604WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200604WSF2 94 X 94 X 112 X 63 X 94 X 125 X 125 X 54 X 98 X 98 X 107 X 116 X 94 X 98 X 107 X 161 X 98 X 134 X 112 X 94 X 80 X 72 X 63 X 107 X 80 X 98 X 45 X 80 X 107 X 98 X-9999 +USW00014922200604WSF5 112 X 107 X 165 X 112 X 112 X 148 X 161 X 72 X 112 X 125 X 130 X 148 X 134 X 112 X 130 X 174 X 112 X 156 X 143 X 116 X 103 X 112 X 98 X 139 X 98 X 107 X 63 X 94 X 139 X 134 X-9999 +USW00014922200604WT01-9999 1 0 1 W-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0-9999 1 W-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922200604WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200604WT05-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200604WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0 1 W-9999 +USW00014922200604WT13-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922200604WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922200604WT16-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00014922200604WT18-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200605TMAX 172 0 211 0 178 0 133 0 122 0 211 0 217 0 211 0 239 0 183 0 117 0 100 0 128 0 172 0 200 0 244 0 211 0 194 0 206 0 211 0 144 0 222 0 294 0 278 0 267 0 283 0 306 0 361 0 344 0 289 0 294 0 +USW00014922200605TMIN 117 0 106 0 106 0 78 0 56 0 50 0 106 0 139 0 133 0 83 0 72 0 50 0 44 0 61 0 106 0 117 0 117 0 89 0 89 0 89 0 50 0 39 0 117 0 194 0 178 0 156 0 194 0 239 0 233 0 178 0 167 0 +USW00014922200605PRCP 117 0 3 0 0 0 0T 0 0 0 0 0 0 0 58 0 0T 0 0T 0 0T 0 117 0 28 0 3 0 15 0 0 0 0 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 79 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00014922200605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200605AWND 49 W 34 W 65 W 58 W 38 W 44 W 38 W 41 W 29 W 53 W 76 W 65 W 49 W 52 W 48 W 44 W 50 W 43 W 26 W 38 W 24 W 26 W 57 W 56 W 41 W 26 W 51 W 69 W 53 W 42 W 25 W +USW00014922200605FMTM 0314 X 2334 X 1733 X 0740 X 0505 X 1627 X 1251 X 1230 X 1644 X 1641 X 1513 X 0231 X 1317 X 1742 X 1848 X 1538 X 1401 X 1243 X 1221 X 1718 X 0144 X 2113 X 1726 X 1715 X 2002 X 2056 X 1223 X 1544 X 1455 X 1452 X 1732 X +USW00014922200605PGTM 0040 W 2152 W 1733 W 0740 W 0757 W 1626 W 1251 W 1241 W 1638 W 1630 W 1424 W 0237 W 1316 W 1452 W 1829 W 1511 W 1516 W 1127 W 1056 W 1416 W 0158 W 2055 W 1837 W 1714 W 2001 W 1320 W 1432 W 1153 W 1454 W 1413 W 2255 W +USW00014922200605WDF2 130 X 170 X 280 X 330 X 320 X 230 X 180 X 170 X 290 X 300 X 340 X 350 X 20 X 10 X 10 X 30 X 320 X 320 X 70 X 340 X 20 X 120 X 170 X 220 X 30 X 130 X 120 X 170 X 190 X 20 X 320 X +USW00014922200605WDF5 100 X 130 X 280 X 330 X 320 X 240 X 180 X 160 X 280 X 310 X 360 X 20 X 20 X 10 X 350 X 330 X 20 X 320 X 80 X 20 X 30 X 120 X 160 X 230 X 20 X 30 X 170 X 160 X 190 X 30 X 320 X +USW00014922200605WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200605WSF2 98 X 63 X 112 X 94 X 76 X 89 X 80 X 80 X 89 X 103 X 112 X 112 X 112 X 94 X 98 X 89 X 134 X 103 X 67 X 98 X 67 X 63 X 103 X 125 X 130 X 45 X 107 X 116 X 107 X 76 X 103 X +USW00014922200605WSF5 134 X 80 X 134 X 107 X 89 X 112 X 116 X 98 X 112 X 130 X 165 X 156 X 134 X 139 X 143 X 125 X 165 X 139 X 98 X 139 X 80 X 72 X 125 X 143 X 156 X 67 X 125 X 156 X 130 X 112 X 116 X +USW00014922200605WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200605WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200605WT08 1 W 1 0-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00014922200605WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200605WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200605WT16 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00014922200606TMAX 278 0 294 0 283 0 300 0 317 0 289 0 306 0 267 0 206 0 172 0 194 0 244 0 294 0 267 0 300 0 311 0 294 0 289 0 256 0 244 0 283 0 267 0 283 0 256 0 267 0 278 0 239 0 261 0 283 0 328 0-9999 +USW00014922200606TMIN 167 0 150 0 167 0 178 0 178 0 183 0 183 0 183 0 106 0 111 0 117 0 94 0 150 0 172 0 183 0 194 0 200 0 189 0 172 0 161 0 183 0 178 0 156 0 167 0 156 0 133 0 133 0 150 0 150 0 189 0-9999 +USW00014922200606PRCP 18 0 0T 0 0 0 0 0 264 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 13 0 292 0 10 0 0T 0 0 0 3 0 0 0 0 0 5 0 46 0 61 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00014922200606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200606AWND 33 W 26 W 38 W 51 W 50 W 47 W 33 W 50 W 72 W 53 W 26 W 13 W 28 W 36 W 60 W 53 W 36 W 47 W 45 W 32 W 41 W 34 W 23 W 25 W 47 W 21 W 33 W 17 W 27 W 44 W-9999 +USW00014922200606FMTM 2131 X 1815 X 1858 X 1051 X 2203 X 1336 X 2329 X 2259 X 1501 X 1115 X 1657 X 0949 X 1342 X 1516 X 1433 X 1924 X 1636 X 1707 X 0032 X 0908 X 1619 X 1235 X 2204 X 1536 X 1526 X 1842 X 1417 X 1331 X 1440 X 1247 X-9999 +USW00014922200606PGTM 1059 W 1815 W 1103 W 1151 W 2202 W 1131 W 1056 W 2255 W 1501 W 1122 W 1655 W 2034 W 1341 W 1518 W 1604 W 1923 W 1432 W 1722 W 0032 W 0908 W 1528 W 0959 W 2204 W 1532 W 1528 W 1845 W 1856 W 0846 W 1440 W 1427 W-9999 +USW00014922200606WDF2 320 X 20 X 110 X 160 X 350 X 300 X 10 X 80 X 90 X 90 X 80 X 90 X 280 X 90 X 140 X 290 X 310 X 280 X 290 X 110 X 270 X 320 X 220 X 290 X 20 X 340 X 20 X 20 X 210 X 140 X-9999 +USW00014922200606WDF5 20 X 20 X 100 X 160 X 350 X 290 X 360 X 70 X 80 X 110 X 70 X 90 X 280 X 110 X 140 X 290 X 220 X 290 X 290 X 110 X 280 X 360 X 220 X 270 X 40 X 360 X 360 X 40 X 210 X 140 X-9999 +USW00014922200606WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200606WSF2 76 X 67 X 72 X 89 X 112 X 103 X 72 X 94 X 107 X 94 X 63 X 45 X 80 X 72 X 103 X 112 X 98 X 125 X 94 X 134 X 103 X 72 X 89 X 94 X 103 X 98 X 76 X 45 X 58 X 89 X-9999 +USW00014922200606WSF5 125 X 125 X 94 X 107 X 161 X 134 X 116 X 112 X 130 X 107 X 80 X 58 X 98 X 80 X 125 X 139 X 112 X 148 X 116 X 148 X 134 X 98 X 103 X 116 X 116 X 116 X 107 X 80 X 76 X 103 X-9999 +USW00014922200606WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 0 1 W-9999 -9999 -9999 1 0-9999 -9999 1 W 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200606WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200606WT08 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0 1 0-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 0 1 W-9999 1 0-9999 +USW00014922200606WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200606WT16 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200607TMAX 311 0 328 0 311 0 261 0 289 0 294 0 300 0 328 0 300 0 289 0 294 0 322 0 333 0 356 0 372 0 344 0 339 0 317 0 256 0 311 0 261 0 306 0 322 0 356 0 322 0 322 0 333 0 367 0 356 0 372 0 383 0 +USW00014922200607TMIN 222 0 200 0 211 0 172 0 150 0 167 0 200 0 217 0 189 0 156 0 217 0 206 0 211 0 194 0 222 0 256 0 228 0 172 0 194 0 206 0 200 0 172 0 200 0 217 0 206 0 217 0 211 0 244 0 267 0 261 0 267 0 +USW00014922200607PRCP 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 10 0 25 0 0 0 13 0 0 0 0 0 180 0 0 0 0T 0 0T 0 0 0 71 0 5 0 0 0 0 0 0 0 0 0 0 0 23 0 +USW00014922200607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200607AWND 41 W 28 W 43 W 41 W 26 W 22 W 56 W 46 W 35 W 35 W 35 W 26 W 43 W 37 W 46 W 51 W 51 W 34 W 38 W 34 W 35 W 19 W 28 W 29 W 30 W 25 W 20 W 43 W 47 W 61 W 63 W +USW00014922200607FMTM 1152 X 1352 X 0606 X 1522 X 1511 X 1823 X 1639 X 1839 X 1426 X 0549 X 0943 X 1536 X 2002 X 1704 X 1652 X 0531 X 1448 X 2345 X 1119 X 1429 X 2002 X 1640 X 1738 X 1635 X 1526 X 1341 X 1607 X 1637 X 1501 X 0959 X 2318 X +USW00014922200607PGTM 1151 W 1215 W 0602 W 1811 W 1629 W 1318 W 1639 W 1837 W 1903 W 0403 W 0942 W 1535 W 2001 W 1513 W 1635 W 0527 W 1109 W 1653 W 0827 W 1438 W 1044 W 1814 W 1741 W 1635 W 1523 W 1340 W 1559 W 1645 W 1532 W 0940 W 2317 W +USW00014922200607WDF2 280 X 310 X 10 X 330 X 360 X 230 X 170 X 290 X 30 X 60 X 120 X 170 X 250 X 270 X 200 X 220 X 10 X 170 X 110 X 360 X 290 X 320 X 200 X 310 X 230 X 310 X 320 X 220 X 180 X 110 X 320 X +USW00014922200607WDF5 280 X 270 X 20 X 30 X 40 X 210 X 180 X 290 X 30 X 70 X 120 X 170 X 250 X 280 X 190 X 160 X 350 X 160 X 310 X 20 X 20 X 10 X 190 X 310 X 240 X 310 X 340 X 220 X 190 X 120 X 320 X +USW00014922200607WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200607WSF2 107 X 67 X 94 X 76 X 72 X 67 X 94 X 80 X 80 X 63 X 80 X 58 X 130 X 89 X 107 X 107 X 89 X 67 X 98 X 72 X 80 X 67 X 67 X 134 X 80 X 67 X 54 X 89 X 94 X 125 X 116 X +USW00014922200607WSF5 130 X 89 X 134 X 112 X 98 X 89 X 112 X 107 X 98 X 76 X 94 X 67 X 161 X 112 X 134 X 139 X 130 X 89 X 125 X 103 X 103 X 112 X 80 X 165 X 103 X 76 X 76 X 112 X 107 X 148 X 143 X +USW00014922200607WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200607WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200607WT08-9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200607WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200607WT16 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200608TMAX 267 0 294 0 311 0 311 0 289 0 300 0 278 0 289 0 272 0 294 0 267 0 278 0 233 0 267 0 278 0 294 0 239 0 256 0 261 0 267 0 300 0 278 0 272 0 211 0 228 0 261 0 289 0 211 0 250 0 272 0 256 0 +USW00014922200608TMIN 200 0 178 0 183 0 206 0 222 0 206 0 167 0 183 0 200 0 206 0 194 0 178 0 183 0 144 0 150 0 189 0 167 0 183 0 167 0 144 0 178 0 144 0 156 0 183 0 178 0 161 0 156 0 183 0 144 0 144 0 161 0 +USW00014922200608PRCP 267 0 683 0 0 0 0 0 0T 0 69 0 0 0 0 0 0 0 71 0 0 0 0 0 114 0 0 0 0 0 0 0 18 0 3 0 0 0 0 0 0 0 0 0 193 0 320 0 0T 0 0 0 0 0 15 0 0 0 0 0 0 0 +USW00014922200608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200608AWND 29 W 34 W 31 W 31 W 52 W 32 W 26 W 41 W 32 W 37 W 49 W 52 W 40 W 45 W 21 W 45 W 40 W 31 W 36 W 25 W 27 W 23 W 40 W 60 W 33 W 22 W 10 W 26 W 42 W 30 W 42 W +USW00014922200608FMTM 1840 X 0944 X 1458 X 1601 X 1423 X 1546 X 1337 X 1558 X 0803 X 1103 X 1654 X 1556 X 0248 X 1344 X 1756 X 1357 X 0250 X 2300 X 1408 X 1602 X 1602 X 2102 X 0305 X 1740 X 0033 X 1312 X 1505 X 1451 X 1920 X 1538 X 1448 X +USW00014922200608PGTM 1817 W 1248 W 1415 W 1601 W 1413 W 1546 W 1436 W 2232 W 1442 W 1449 W 1742 W 1556 W 0246 W 1344 W 1641 W 1356 W 0249 W 2332 W 1026 W 1601 W 1940 W 1035 W 0303 W 1746 W 1430 W 1532 W 1356 W 1551 W 1053 W 1536 W 1447 W +USW00014922200608WDF2 340 X 20 X 290 X 240 X 160 X 290 X 20 X 160 X 140 X 90 X 120 X 160 X 160 X 280 X 170 X 160 X 160 X 320 X 20 X 220 X 320 X 120 X 330 X 350 X 30 X 30 X 110 X 290 X 20 X 150 X 150 X +USW00014922200608WDF5 310 X 30 X 300 X 230 X 160 X 290 X 30 X 160 X 100 X 90 X 110 X 160 X 160 X 280 X 170 X 150 X 160 X 350 X 20 X 220 X 20 X 20 X 350 X 30 X 20 X 20 X 30 X 300 X 10 X 150 X 140 X +USW00014922200608WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200608WSF2 89 X 76 X 76 X 72 X 94 X 72 X 54 X 72 X 54 X 72 X 76 X 94 X 89 X 112 X 45 X 94 X 89 X 89 X 72 X 63 X 63 X 45 X 134 X 116 X 80 X 67 X 40 X 67 X 72 X 67 X 76 X +USW00014922200608WSF5 116 X 107 X 98 X 89 X 112 X 94 X 94 X 80 X 63 X 98 X 89 X 125 X 107 X 134 X 67 X 112 X 103 X 98 X 94 X 80 X 103 X 98 X 161 X 143 X 103 X 107 X 67 X 89 X 130 X 76 X 89 X +USW00014922200608WT01 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 W +USW00014922200608WT03 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200608WT08 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 W-9999 -9999 1 0 1 W +USW00014922200608WT13 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922200608WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200608WT16 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922200609TMAX 250 0 239 0 194 0 256 0 278 0 278 0 283 0 222 0 150 0 133 0 150 0 194 0 239 0 267 0 278 0 278 0 244 0 117 0 111 0 144 0 128 0 150 0 167 0 183 0 189 0 244 0 144 0 106 0 167 0 200 0-9999 +USW00014922200609TMIN 144 0 161 0 156 0 150 0 144 0 150 0 167 0 117 0 100 0 106 0 111 0 106 0 89 0 122 0 144 0 172 0 106 0 78 0 67 0 33 0 67 0 111 0 111 0 67 0 89 0 78 0 67 0 56 0 72 0 89 0-9999 +USW00014922200609PRCP 0 0 99 0 160 0 0T 0 0 0 0 0 0 0 0T 0 0 0 8 0 3 0 0 0 0 0 0 0 0T 0 48 0 36 0 8 0 0T 0 0 0 132 0 69 0 33 0 0 0 0 0 8 0 15 0 0T 0 3 0 0T 0-9999 +USW00014922200609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200609AWND 29 W 33 W 15 W 18 W 21 W 16 W 36 W 52 W 50 W 55 W 46 W 27 W 13 W 44 W 59 W 70 W 54 W 57 W 54 W 17 W 53 W 57 W 31 W 37 W 36 W 41 W 47 W 29 W 26 W 22 W-9999 +USW00014922200609FMTM 2220 X 1352 X 1907 X 1626 X 1640 X 1544 X 1419 X 2031 X 1534 X 0512 X 1344 X 1116 X 2325 X 1359 X 1951 X 1004 X 1005 X 2020 X 1514 X 1124 X 2358 X 0120 X 1804 X 1509 X 1317 X 2145 X 1452 X 1130 X 1455 X 1440 X-9999 +USW00014922200609PGTM 2057 W 1433 W 1847 W 1104 W 1640 W 1353 W 1356 W 1803 W 0647 W 0511 W 1607 W 1102 W 1533 W 1443 W 1950 W 1003 W 1352 W 2019 W 0829 W 1120 W 2351 W 0156 W 1807 W 1407 W 1058 W 2135 W 1145 W 1113 W 1633 W 1343 W-9999 +USW00014922200609WDF2 90 X 90 X 20 X 10 X 300 X 280 X 210 X 60 X 100 X 120 X 70 X 360 X 140 X 150 X 130 X 160 X 280 X 280 X 320 X 330 X 100 X 110 X 360 X 290 X 320 X 320 X 310 X 340 X 320 X 290 X-9999 +USW00014922200609WDF5 100 X 110 X 50 X 20 X 310 X 20 X 230 X 30 X 70 X 120 X 50 X 30 X 160 X 150 X 130 X 170 X 270 X 290 X 310 X 330 X 100 X 100 X 20 X 280 X 360 X 320 X 290 X 340 X 360 X 290 X-9999 +USW00014922200609WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200609WSF2 45 X 67 X 67 X 54 X 76 X 54 X 76 X 89 X 76 X 89 X 72 X 67 X 36 X 94 X 103 X 125 X 103 X 103 X 94 X 54 X 103 X 103 X 94 X 80 X 76 X 107 X 98 X 63 X 63 X 80 X-9999 +USW00014922200609WSF5 63 X 76 X 80 X 89 X 89 X 76 X 103 X 134 X 98 X 98 X 94 X 94 X 54 X 125 X 134 X 165 X 134 X 143 X 134 X 72 X 130 X 139 X 139 X 107 X 107 X 156 X 125 X 89 X 80 X 116 X-9999 +USW00014922200609WT01 1 W 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 W 1 W-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200609WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200609WT08 1 W-9999 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200609WT13-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200609WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200609WT16-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00014922200610TMAX 289 0 289 0 250 0 172 0 167 0 194 0 267 0 206 0 117 0 117 0 89 0 39 0 67 0 89 0 167 0 133 0 128 0 44 0 39 0 94 0 56 0 44 0 39 0 72 0 111 0 94 0 139 0 106 0 133 0 194 0 22 0 +USW00014922200610TMIN 89 0 144 0 122 0 89 0 39 0 78 0 139 0 106 0 39 0 28 0 -22 0 -39 0 22 0 0 0 -17 0 89 0 39 0 17 0 0 0 -6 0 0 0 -33 0 -11 0 -33 0 6 0 6 0 -17 0 17 0 -17 0 6 0 -44 0 +USW00014922200610PRCP 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 38 0 0T 0 0 0 0 0 0 0 46 0 3 0 13 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200610AWND 37 W 18 W 51 W 56 W 19 W 64 W 72 W 51 W 34 W 17 W 73 W 85 W 94 W 42 W 28 W 50 W 43 W 49 W 27 W 27 W 43 W 40 W 40 W 20 W 40 W 32 W 33 W 48 W 23 W 67 W 73 W +USW00014922200610FMTM 1350 X 1419 X 2227 X 0351 X 2147 X 1626 X 1447 X 1029 X 0033 X 1625 X 1536 X 2255 X 0440 X 1026 X 1751 X 1658 X 1529 X 0105 X 0352 X 1448 X 2102 X 2106 X 1506 X 1420 X 1436 X 1001 X 1948 X 1525 X 1616 X 1945 X 0316 X +USW00014922200610PGTM 1353 W 1651 W 2226 W 0350 W 2150 W 1452 W 1439 W 0957 W 1130 W 2358 W 1535 W 2311 W 0419 W 1021 W 1750 W 1658 W 1529 W 0057 W 0351 W 1855 W 1055 W 2106 W 1057 W 1420 W 1435 W 1319 W 1923 W 1245 W 1426 W 2043 W 0326 W +USW00014922200610WDF2 170 X 360 X 360 X 20 X 130 X 170 X 170 X 320 X 360 X 170 X 320 X 280 X 280 X 290 X 160 X 160 X 270 X 290 X 280 X 330 X 320 X 310 X 320 X 150 X 110 X 80 X 320 X 280 X 140 X 270 X 290 X +USW00014922200610WDF5 170 X 30 X 10 X 30 X 140 X 170 X 160 X 290 X 30 X 210 X 320 X 270 X 280 X 310 X 160 X 160 X 270 X 290 X 280 X 360 X 10 X 310 X 350 X 140 X 110 X 90 X 310 X 320 X 150 X 280 X 290 X +USW00014922200610WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200610WSF2 80 X 58 X 139 X 112 X 45 X 103 X 134 X 98 X 76 X 54 X 134 X 139 X 143 X 98 X 94 X 107 X 107 X 80 X 63 X 63 X 72 X 76 X 72 X 54 X 76 X 58 X 103 X 98 X 67 X 139 X 139 X +USW00014922200610WSF5 116 X 94 X 179 X 156 X 63 X 139 X 174 X 125 X 125 X 67 X 174 X 183 X 206 X 125 X 107 X 134 X 134 X 107 X 76 X 89 X 125 X 98 X 125 X 67 X 98 X 76 X 143 X 125 X 94 X 174 X 183 X +USW00014922200610WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200610WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200610WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00014922200610WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200610WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200610WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200610WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200611TMAX 11 0 -6 0 33 0 117 0 172 0 100 0 161 0 222 0 144 0 28 0 0 0 39 0 44 0 44 0 33 0 28 0 44 0 28 0 56 0 83 0 106 0 128 0 122 0 128 0 100 0 106 0 56 0 133 0 17 0 -78 0-9999 +USW00014922200611TMIN -67 0 -61 0 -78 0 6 0 0 0 39 0 67 0 117 0 22 0 -39 0 -72 0 -33 0 -6 0 0 0 11 0 -50 0 -17 0 -44 0 -72 0 -72 0 28 0 17 0 -17 0 6 0 -39 0 -28 0 22 0 17 0 -122 0 -139 0-9999 +USW00014922200611PRCP 0 0 0T 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 13 0 0 0 5 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 5 0 168 0 0T 0 0 0-9999 +USW00014922200611SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00014922200611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200611AWND 55 W 53 W 25 W 30 W 26 W 33 W 36 W 30 W 55 W 54 W 37 W 47 W 26 W 43 W 30 W 22 W 25 W 33 W 5 W 28 W 29 W 30 W 37 W 28 W 6 W 16 W 47 W 57 W 60 W 36 W-9999 +USW00014922200611FMTM 1622 X 0959 X 2331 X 0003 X 1246 X 1415 X 1932 X 2215 X 0129 X 1034 X 2344 X 1203 X 1120 X 0846 X 1848 X 0103 X 2255 X 0005 X 1514 X 1952 X 0025 X 1325 X 2203 X 0138 X 1749 X 2348 X 1950 X 1436 X 2004 X 0221 X-9999 +USW00014922200611PGTM 1616 W 1007 W 2330 W 0002 W 1245 W 1416 W 1932 W 2211 W 0305 W 1153 W 2343 W 1132 W 1119 W 0845 W 1317 W 0900 W 2048 W 1027 W 1912 W 2101 W 0108 W 1324 W 2202 W 0137 W 1751 W 1914 W 1730 W 1433 W 2003 W 0226 W-9999 +USW00014922200611WDF2 280 X 320 X 110 X 120 X 170 X 190 X 160 X 300 X 290 X 20 X 160 X 160 X 280 X 130 X 350 X 340 X 350 X 350 X 310 X 170 X 190 X 170 X 130 X 140 X 20 X 340 X 50 X 270 X 310 X 310 X-9999 +USW00014922200611WDF5 280 X 290 X 120 X 110 X 180 X 190 X 170 X 280 X 320 X 30 X 150 X 190 X 280 X 130 X 10 X 140 X 340 X 10 X 270 X 200 X 190 X 170 X 130 X 130 X 30 X 360 X 40 X 280 X 310 X 320 X-9999 +USW00014922200611WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200611WSF2 112 X 98 X 63 X 58 X 58 X 63 X 67 X 89 X 98 X 80 X 89 X 80 X 67 X 76 X 63 X 45 X 89 X 89 X 36 X 89 X 72 X 89 X 76 X 76 X 45 X 58 X 72 X 103 X 98 X 76 X-9999 +USW00014922200611WSF5 139 X 134 X 80 X 72 X 67 X 72 X 94 X 125 X 130 X 125 X 107 X 112 X 80 X 98 X 130 X 107 X 116 X 116 X 54 X 125 X 98 X 107 X 103 X 103 X 76 X 80 X 103 X 130 X 139 X 98 X-9999 +USW00014922200611WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 W-9999 -9999 1 0-9999 1 W 1 W 1 0 1 0 1 W-9999 -9999 +USW00014922200611WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922200611WT08-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 W 1 W-9999 -9999 1 0 1 W 1 W 1 0 1 0-9999 1 W-9999 -9999 +USW00014922200611WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922200611WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00014922200611WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00014922200611WT18-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922200612TMAX -44 0 -50 0 -100 0 -56 0 28 0 -22 0 -106 0 6 0 89 0 78 0 56 0 39 0 50 0 100 0 22 0 83 0 22 0 -11 0 56 0 39 0 17 0 11 0 17 0 44 0 11 0 28 0 61 0 39 0 22 0 61 0 61 0 +USW00014922200612TMIN -133 0 -128 0 -139 0 -150 0 -150 0 -150 0 -183 0 -128 0 -44 0 -6 0 -28 0 0 0 -28 0 -6 0 -17 0 0 0 -39 0 -78 0 -50 0 0 0 -6 0 6 0 -22 0 -50 0 -61 0 -72 0 -11 0 11 0 11 0 11 0 -11 0 +USW00014922200612PRCP 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 20 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 180 0 18 0 0 0 0 0 0 0 0 0 0T 0 5 0 10 0 53 0 249 0 +USW00014922200612SNOW 0 0 0T 0 0T 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 81 0 +USW00014922200612SNWD 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200612AWND 26 W 68 W 43 W 53 W 43 W 67 W 41 W 34 W 27 W 34 W 38 W 32 W 32 W 52 W 38 W 34 W 40 W 26 W 32 W 23 W 45 W 35 W 35 W 32 W 36 W 23 W 26 W 47 W 33 W 51 W 61 W +USW00014922200612FMTM 1333 X 0554 X 0544 X 0824 X 2223 X 1500 X 2356 X 1003 X 0939 X 1433 X 2056 X 2330 X 0045 X 1837 X 0028 X 0158 X 1452 X 1258 X 1420 X 0150 X 0440 X 2055 X 1056 X 1258 X 1614 X 1314 X 2218 X 1948 X 0749 X 2050 X 2122 X +USW00014922200612PGTM 1332 W 0553 W 0353 W 1200 W 2222 W 1729 W 2355 W 1357 W 2255 W 0133 W 1542 W 2118 W 1354 W 1839 W 0022 W 0158 W 1519 W 1228 W 1330 W 0149 W 0438 W 2145 W 1056 W 1258 W 1613 W 1257 W 2156 W 1802 W 1535 W 2344 W 2342 W +USW00014922200612WDF2 280 X 280 X 330 X 280 X 290 X 310 X 320 X 200 X 200 X 170 X 120 X 260 X 250 X 280 X 310 X 150 X 270 X 270 X 230 X 220 X 60 X 280 X 310 X 230 X 330 X 260 X 110 X 70 X 100 X 110 X 330 X +USW00014922200612WDF5 280 X 270 X 310 X 310 X 280 X 350 X 320 X 190 X 220 X 210 X 100 X 240 X 270 X 290 X 310 X 150 X 260 X 260 X 230 X 220 X 70 X 280 X 310 X 230 X 330 X 270 X 100 X 40 X 90 X 110 X 330 X +USW00014922200612WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200612WSF2 63 X 125 X 80 X 116 X 116 X 112 X 94 X 63 X 54 X 63 X 63 X 63 X 67 X 125 X 103 X 67 X 72 X 58 X 67 X 63 X 80 X 76 X 72 X 89 X 76 X 67 X 67 X 72 X 63 X 89 X 112 X +USW00014922200612WSF5 76 X 156 X 103 X 148 X 148 X 143 X 116 X 76 X 67 X 80 X 76 X 80 X 89 X 165 X 134 X 89 X 89 X 72 X 89 X 94 X 107 X 94 X 89 X 116 X 98 X 89 X 80 X 103 X 76 X 103 X 161 X +USW00014922200612WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 W-9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00014922200612WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00014922200612WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200612WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200612WT08-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 W-9999 -9999 +USW00014922200612WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00014922200612WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922200612WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00014922200612WT18-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 +USW00014922200701TMAX 6 0 22 0 44 0 50 0 28 0 22 0 28 0 11 0 -44 0 39 0 39 0 -100 0 -100 0 -61 0 -100 0 -133 0 -22 0 -22 0 -67 0 -39 0 -22 0 -39 0 -44 0 -33 0 -44 0 50 0 -33 0 -122 0 -61 0 -111 0 -67 0 +USW00014922200701TMIN -61 0 -78 0 -22 0 6 0 -17 0 -22 0 -56 0 -72 0 -89 0 -100 0 -100 0 -156 0 -172 0 -106 0 -178 0 -211 0 -183 0 -94 0 -133 0 -150 0 -78 0 -78 0 -83 0 -78 0 -122 0 -67 0 -161 0 -194 0 -133 0 -172 0 -167 0 +USW00014922200701PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 41 0 13 0 0 0 0 0 5 0 0 0 0 0 18 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 3 0 +USW00014922200701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 76 0 30 0 0 0 0 0 5 0 0 0 0 0 20 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 3 0 0T 0 0T 0 5 0 +USW00014922200701SNWD 76 0 76 0 51 Z 51 Z 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 Z 102 Z 76 0 76 0 76 0 76 0 102 Z 102 Z 76 0 76 0 76 0 76 0 51 Z 51 Z 51 Z 51 Z 51 Z +USW00014922200701AWND 38 W 38 W 39 W 25 W 31 W 41 W 58 W 23 W 51 W 61 W 49 W 54 W 16 W 35 W 47 W 22 W 44 W 43 W 34 W 37 W 17 W 36 W 26 W 32 W 28 W 43 W 74 W 36 W 47 W 46 W 42 W +USW00014922200701FMTM 0126 X 2032 X 1715 X 1507 X 1114 X 2203 X 1938 X 2348 X 1410 X 1344 X 1852 X 0557 X 0004 X 1938 X 0041 X 1509 X 1801 X 2301 X 1422 X 1256 X 0724 X 1025 X 1703 X 1954 X 0025 X 1921 X 1016 X 0034 X 1744 X 0150 X 2304 X +USW00014922200701PGTM 0126 W 2023 W 1714 W 1432 W 1053 W 2155 W 1213 W 2347 W 1410 W 1201 W 1157 W 1318 W 1347 W 1141 W 1328 W 1344 W 1238 W 2003 W 1302 W 2059 W 2310 W 1021 W 0953 W 1954 W 2103 W 1921 W 1149 W 0032 W 1702 W 0148 W 1235 W +USW00014922200701WDF2 310 X 190 X 190 X 220 X 300 X 170 X 290 X 330 X 290 X 150 X 320 X 320 X 360 X 360 X 340 X 230 X 170 X 290 X 310 X 150 X 120 X 250 X 280 X 330 X 330 X 310 X 310 X 330 X 310 X 310 X 280 X +USW00014922200701WDF5 320 X 200 X 180 X 220 X 290 X 180 X 290 X 330 X 290 X 140 X 20 X 360 X 30 X 30 X 10 X 250 X 180 X 310 X 320 X 170 X 300 X 270 X 10 X 320 X 200 X 310 X 320 X 320 X 310 X 320 X 230 X +USW00014922200701WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200701WSF2 112 X 72 X 67 X 58 X 63 X 67 X 103 X 67 X 98 X 116 X 98 X 80 X 54 X 63 X 76 X 45 X 98 X 98 X 80 X 80 X 45 X 67 X 54 X 94 X 67 X 112 X 130 X 80 X 89 X 80 X 80 X +USW00014922200701WSF5 148 X 103 X 94 X 72 X 80 X 89 X 139 X 80 X 130 X 156 X 130 X 116 X 67 X 94 X 112 X 63 X 116 X 139 X 98 X 107 X 67 X 94 X 98 X 116 X 89 X 143 X 161 X 112 X 116 X 103 X 103 X +USW00014922200701WT01-9999 1 W-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 W 1 0 1 0 1 W 1 0 1 0 1 0 1 W-9999 -9999 -9999 1 W +USW00014922200701WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 0 1 W 1 W 1 0 1 0 1 0 1 0-9999 1 0 1 W 1 W-9999 1 0 1 W +USW00014922200701WT13-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200701WT18-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00014922200701WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200702TMAX -106 0 -128 0 -178 0 -206 0 -167 0 -139 0 -150 0 -139 0 -122 0 -128 0 -39 0 -50 0 -72 0 -117 0 -111 0 -67 0 -39 0 -56 0 61 0 50 0 83 0 6 0 6 0 -11 0 -6 0 6 0 6 0 28 0-9999 -9999 -9999 +USW00014922200702TMIN -189 0 -222 0 -250 0 -250 0 -272 0 -211 0 -228 0 -250 0 -217 0 -228 0 -122 0 -144 0 -139 0 -183 0 -206 0 -178 0 -106 0 -106 0 -67 0 -72 0 -28 0 -78 0 -33 0 -44 0 -44 0 -33 0 -39 0 -33 0-9999 -9999 -9999 +USW00014922200702PRCP 0T 0 0T 0 0T 0 0T 0 0 0 28 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 8 0 163 0 89 0 10 0 3 0 48 0-9999 -9999 -9999 +USW00014922200702SNOW 5 0 0T 0 0T 0 0T 0 0 0 48 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0 0 3 0 122 0 99 0 8 0 0T 0 33 0-9999 -9999 -9999 +USW00014922200702SNWD 51 0 51 0 51 0 51 0 51 0 51 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 76 0 76 0 76 0 25 0 0T 0 0T 0 0 0 0T 0 178 0 178 0 152 0 152 0-9999 -9999 -9999 +USW00014922200702AWND 36 W 51 W 64 W 42 W 15 W 27 W 39 W 33 W 37 W 32 W 17 W 39 W 47 W 36 W 37 W 36 W 59 W 44 W 40 W 23 W 51 W 42 W 79 W 90 W 49 W 26 W 16 W 63 W-9999 -9999 -9999 +USW00014922200702FMTM 2258 X 2013 X 1113 X 1009 X 0002 X 1104 X 1610 X 1531 X 1639 X 1642 X 0214 X 2334 X 0001 X 1530 X 1534 X 2100 X 1546 X 2115 X 0057 X 1256 X 2024 X 0203 X 1915 X 1334 X 0141 X 2214 X 1133 X 1609 X-9999 -9999 -9999 +USW00014922200702PGTM 2258 W 0037 W 1113 W 1008 W 0001 W 1155 W 1729 W 1524 W 1632 W 1642 W 0228 W 1318 W 1337 W 1635 W 1841 W 0824 W 1320 W 2119 W 0132 W 1247 W 2029 W 0237 W 1914 W 1336 W 0141 W 1353 W 0608 W 1608 W-9999 -9999 -9999 +USW00014922200702WDF2 310 X 270 X 320 X 310 X 320 X 110 X 280 X 250 X 280 X 240 X 240 X 30 X 30 X 310 X 260 X 330 X 310 X 140 X 150 X 230 X 290 X 280 X 120 X 100 X 50 X 310 X 220 X 80 X-9999 -9999 -9999 +USW00014922200702WDF5 310 X 310 X 310 X 320 X 330 X 50 X 270 X 240 X 280 X 240 X 240 X 40 X 20 X 330 X 250 X 200 X 290 X 140 X 160 X 220 X 290 X 320 X 130 X 100 X 50 X 20 X 350 X 80 X-9999 -9999 -9999 +USW00014922200702WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0-9999 -9999 -9999 +USW00014922200702WSF2 98 X 89 X 107 X 94 X 54 X 54 X 76 X 63 X 72 X 67 X 54 X 72 X 72 X 76 X 67 X 67 X 103 X 103 X 80 X 58 X 148 X 98 X 143 X 134 X 98 X 40 X 40 X 112 X-9999 -9999 -9999 +USW00014922200702WSF5 116 X 112 X 139 X 107 X 67 X 76 X 94 X 80 X 94 X 80 X 63 X 98 X 148 X 94 X 80 X 103 X 134 X 125 X 107 X 72 X 206 X 125 X 197 X 165 X 125 X 107 X 58 X 143 X-9999 -9999 -9999 +USW00014922200702WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 0 1 0 1 0 1 0 1 W 1 0-9999 -9999 -9999 +USW00014922200702WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200702WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200702WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200702WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200702WT08-9999 1 W 1 W 1 0-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 0-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 0-9999 -9999 -9999 +USW00014922200702WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00014922200702WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200702WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200702WT18 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922200702WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200703TMAX 6 0 -28 0 -50 0 17 0 -22 0 -61 0 -22 0 33 0 83 0 89 0 94 0 122 0 189 0 61 0 50 0 22 0 56 0 56 0 61 0 72 0 133 0 117 0 183 0 183 0 228 0 272 0 183 0 122 0 139 0 94 0 94 0 +USW00014922200703TMIN -44 0 -78 0 -122 0 -156 0 -122 0 -122 0 -83 0 -56 0 0 0 -28 0 -33 0 33 0 50 0 0 0 -39 0 -67 0 -56 0 -28 0 -33 0 -50 0 50 0 -6 0 22 0 50 0 133 0 100 0 56 0 67 0 67 0 61 0 50 0 +USW00014922200703PRCP 229 0 43 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 5 0 0 0 0 0 28 0 46 0 0 0 23 0 109 0 0T 0 259 0 183 0 +USW00014922200703SNOW 229 0 51 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200703SNWD 178 0 381 Z 356 0 330 Z 279 0 279 0 279 0 254 Z 229 0 152 Z 127 0 51 Z 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200703AWND 69 W 69 W 52 W 46 W 44 W 38 W 26 W 47 W 33 W 16 W 34 W 26 W 25 W 36 W 49 W 26 W 12 W 47 W 60 W 64 W 47 W 34 W 11 W 22 W 52 W 31 W 62 W 73 W 55 W 53 W 61 W +USW00014922200703FMTM 1556 X 0851 X 1400 X 1618 X 0322 X 0851 X 1754 X 1155 X 1505 X 1819 X 1256 X 0115 X 1742 X 0912 X 2341 X 0154 X 1846 X 1715 X 1304 X 2334 X 0133 X 0144 X 0105 X 2234 X 1536 X 2226 X 1412 X 2002 X 1023 X 1319 X 1135 X +USW00014922200703PGTM 1555 W 2240 W 1411 W 1339 W 1330 W 0800 W 0600 W 1519 W 1434 W 1347 W 1255 W 0027 W 1317 W 0845 W 2322 W 0000 W 1459 W 1715 W 1219 W 2253 W 0053 W 0143 W 0104 W 2234 W 1531 W 2222 W 1308 W 2001 W 0824 W 1318 W 2320 W +USW00014922200703WDF2 40 X 320 X 320 X 270 X 350 X 140 X 230 X 170 X 290 X 220 X 200 X 220 X 310 X 10 X 330 X 320 X 310 X 150 X 310 X 160 X 160 X 310 X 170 X 130 X 220 X 340 X 80 X 120 X 120 X 90 X 110 X +USW00014922200703WDF5 30 X 340 X 320 X 290 X 20 X 120 X 30 X 150 X 290 X 270 X 190 X 230 X 290 X 10 X 320 X 340 X 360 X 150 X 320 X 170 X 150 X 310 X 170 X 130 X 220 X 350 X 50 X 110 X 140 X 80 X 90 X +USW00014922200703WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200703WSF2 107 X 98 X 94 X 76 X 89 X 63 X 54 X 89 X 76 X 45 X 89 X 63 X 54 X 76 X 107 X 89 X 40 X 107 X 112 X 116 X 107 X 112 X 45 X 63 X 112 X 112 X 103 X 107 X 89 X 89 X 94 X +USW00014922200703WSF5 148 X 134 X 125 X 107 X 116 X 76 X 80 X 107 X 94 X 63 X 112 X 80 X 72 X 112 X 139 X 112 X 67 X 143 X 156 X 161 X 139 X 143 X 63 X 80 X 161 X 156 X 134 X 139 X 116 X 107 X 116 X +USW00014922200703WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 W 1 0-9999 -9999 1 0-9999 1 W-9999 -9999 -9999 1 0-9999 1 W 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 +USW00014922200703WT02 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200703WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200703WT04 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200703WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200703WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 W 1 0-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 0 1 W 1 0-9999 1 W-9999 -9999 -9999 -9999 +USW00014922200703WT13-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X +USW00014922200703WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922200703WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00014922200703WT18 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200704TMAX 94 0 106 0 56 0 -11 0 0 0 -17 0 17 0 44 0 61 0 61 0 22 0 78 0 117 0 150 0 178 0 244 0 178 0 183 0 189 0 228 0 283 0 256 0 206 0 178 0 156 0 167 0 244 0 261 0 294 0 233 0-9999 +USW00014922200704TMIN 33 0 39 0 -67 0 -83 0 -89 0 -89 0 -94 0 -72 0 -67 0 -11 0 -11 0 -17 0 -11 0 -11 0 11 0 50 0 78 0 39 0 56 0 83 0 139 0 117 0 94 0 94 0 83 0 83 0 72 0 106 0 156 0 111 0-9999 +USW00014922200704PRCP 23 0 3 0 13 0 3 0 0 0 0 0 0 0 0 0 0 0 30 0 74 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0-9999 +USW00014922200704SNOW 0 0 0 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 0T 0 33 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200704AWND 56 W 35 W 68 W 89 W 66 W 81 W 64 W 36 W 12 W 54 W 74 W 56 W 24 W 14 W 21 W 41 W 61 W 44 W 51 W 50 W 67 W 41 W 52 W 38 W 37 W 26 W 29 W 34 W 38 W 53 W-9999 +USW00014922200704FMTM 1905 X 0658 X 1654 X 0952 X 1656 X 1620 X 1607 X 1309 X 1541 X 1725 X 1711 X 1351 X 1556 X 1505 X 1554 X 2236 X 0123 X 1634 X 1354 X 1704 X 1214 X 2311 X 0213 X 1601 X 1111 X 0202 X 1826 X 1729 X 1158 X 1258 X-9999 +USW00014922200704PGTM 1903 W 0943 W 1653 W 0946 W 0036 W 1433 W 1257 W 1419 W 1540 W 1311 W 1710 W 1331 W 1203 W 1439 W 1421 W 2255 W 0001 W 1618 W 1353 W 1342 W 1213 W 1319 W 0236 W 1337 W 1150 W 1159 W 1824 W 1713 W 1158 W 1258 W-9999 +USW00014922200704WDF2 290 X 310 X 310 X 320 X 320 X 320 X 320 X 320 X 60 X 110 X 20 X 280 X 260 X 280 X 280 X 350 X 360 X 50 X 120 X 150 X 170 X 350 X 360 X 50 X 60 X 160 X 270 X 280 X 280 X 130 X-9999 +USW00014922200704WDF5 290 X 310 X 320 X 320 X 350 X 340 X 300 X 40 X 40 X 100 X 20 X 320 X 330 X 10 X 30 X 360 X 360 X 10 X 120 X 140 X 170 X 240 X 350 X 40 X 20 X 50 X 270 X 280 X 260 X 130 X-9999 +USW00014922200704WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200704WSF2 112 X 72 X 130 X 139 X 94 X 130 X 94 X 72 X 58 X 107 X 107 X 98 X 67 X 63 X 63 X 116 X 107 X 89 X 103 X 94 X 134 X 107 X 103 X 72 X 76 X 63 X 89 X 103 X 89 X 107 X-9999 +USW00014922200704WSF5 148 X 94 X 179 X 170 X 130 X 165 X 125 X 112 X 76 X 125 X 139 X 130 X 107 X 103 X 112 X 148 X 143 X 125 X 134 X 116 X 170 X 134 X 143 X 103 X 103 X 98 X 107 X 130 X 125 X 139 X-9999 +USW00014922200704WT01 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922200704WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200704WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200704WT13 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200704WT14 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200704WT16 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200704WT18-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200705TMAX 200 0 194 0 228 0 167 0 194 0 206 0 222 0 239 0 267 0 306 0 233 0 217 0 333 0 328 0 200 0 156 0 217 0 289 0 300 0 161 0 294 0 283 0 256 0 183 0 200 0 244 0 217 0 278 0 283 0 283 0 244 0 +USW00014922200705TMIN 100 0 78 0 89 0 128 0 128 0 128 0 133 0 122 0 117 0 133 0 122 0 106 0 111 0 200 0 94 0 83 0 50 0 133 0 67 0 50 0 122 0 178 0 183 0 89 0 67 0 100 0 78 0 139 0 194 0 167 0 156 0 +USW00014922200705PRCP 0 0 0 0 0 0 23 0 23 0 0T 0 15 0 33 0 0 0 0 0 0 0 3 0 3 0 0 0 0 0 0T 0 0 0 23 0 0 0 8 0 3 0 3 0 36 0 147 0 0 0 0 0 0 0 0 0 135 0 53 0 0 0 +USW00014922200705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200705AWND 48 W 38 W 66 W 60 W 86 W 83 W 31 W 15 W 8 W 27 W 47 W 43 W 72 W 69 W 63 W 47 W 30 W 62 W 48 W 54 W 62 W 69 W 43 W 36 W 24 W 61 W 41 W 53 W 47 W 53 W 26 W +USW00014922200705FMTM 1431 X 1822 X 2059 X 2124 X 2341 X 0952 X 1020 X 2107 X 1508 X 2104 X 1911 X 2213 X 0915 X 1421 X 0630 X 1359 X 1729 X 1546 X 1702 X 0006 X 1455 X 1225 X 1234 X 1907 X 1754 X 1746 X 0012 X 1719 X 1554 X 1344 X 1740 X +USW00014922200705PGTM 1430 W 1901 W 1404 W 1309 W 2340 W 0956 W 1004 W 2107 W 0841 W 2048 W 2059 W 1905 W 0915 W 1353 W 0639 W 1358 W 1657 W 1623 W 2105 W 0438 W 1538 W 1650 W 0746 W 1806 W 1741 W 1630 W 0011 W 1846 W 1554 W 1553 W 1404 W +USW00014922200705WDF2 310 X 100 X 100 X 120 X 110 X 120 X 160 X 250 X 150 X 350 X 10 X 120 X 140 X 250 X 330 X 340 X 200 X 210 X 10 X 50 X 160 X 170 X 170 X 280 X 150 X 270 X 270 X 160 X 210 X 150 X 140 X +USW00014922200705WDF5 310 X 100 X 100 X 110 X 120 X 140 X 180 X 250 X 20 X 340 X 20 X 110 X 140 X 230 X 340 X 330 X 180 X 230 X 20 X 40 X 170 X 190 X 180 X 270 X 140 X 270 X 260 X 160 X 200 X 140 X 160 X +USW00014922200705WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200705WSF2 89 X 67 X 94 X 94 X 143 X 192 X 72 X 80 X 45 X 89 X 89 X 67 X 116 X 116 X 112 X 107 X 72 X 103 X 98 X 80 X 116 X 148 X 94 X 94 X 63 X 116 X 94 X 94 X 112 X 112 X 63 X +USW00014922200705WSF5 130 X 94 X 125 X 130 X 197 X 259 X 103 X 103 X 89 X 116 X 107 X 89 X 161 X 170 X 143 X 134 X 94 X 134 X 143 X 107 X 143 X 179 X 125 X 134 X 72 X 161 X 130 X 125 X 156 X 156 X 80 X +USW00014922200705WT01 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 W-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922200705WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922200705WT08 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W 1 0-9999 +USW00014922200705WT13 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922200705WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 X-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922200705WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200706TMAX 228 0 239 0 222 0 250 0 217 0 211 0 322 0 228 0 289 0 317 0 322 0 328 0 322 0 333 0 333 0 306 0 333 0 283 0 267 0 333 0 256 0 250 0 272 0 289 0 311 0 339 0 272 0 228 0 267 0 283 0-9999 +USW00014922200706TMIN 161 0 161 0 150 0 150 0 106 0 117 0 144 0 117 0 139 0 178 0 200 0 206 0 206 0 200 0 217 0 211 0 211 0 183 0 150 0 167 0 183 0 183 0 167 0 183 0 183 0 228 0 172 0 144 0 133 0 167 0-9999 +USW00014922200706PRCP 20 0 53 0 20 0 0T 0 0 0 38 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 3 0 0 0 28 0 0 0 5 0 0T 0 277 0 0 0 0 0 0 0 71 0 0 0 0 0 0 0 0 0-9999 +USW00014922200706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200706AWND 36 W 27 W 38 W 53 W 22 W 60 W 89 W 57 W 40 W 35 W 46 W 44 W 43 W 38 W 30 W 19 W 56 W 66 W 67 W 38 W 41 W 47 W 23 W 37 W 49 W 48 W 51 W 30 W 13 W 17 W-9999 +USW00014922200706FMTM 1221 X 1532 X 1515 X 1205 X 1607 X 1019 X 1418 X 0136 X 1206 X 1635 X 1544 X 1556 X 1351 X 1412 X 2104 X 2112 X 1233 X 1859 X 1357 X 1320 X 1450 X 1149 X 2249 X 1704 X 1657 X 1401 X 1109 X 0028 X 1514 X 2338 X-9999 +USW00014922200706PGTM 1220 W 1531 W 1652 W 1205 W 1605 W 1018 W 1417 W 0237 W 1205 W 1415 W 1543 W 1527 W 1211 W 1442 W 1117 W 1124 W 1639 W 1334 W 1214 W 1421 W 1512 W 1053 W 2248 W 2249 W 1656 W 1412 W 1104 W 1819 W 1042 W 1411 W-9999 +USW00014922200706WDF2 90 X 80 X 350 X 330 X 250 X 160 X 210 X 310 X 210 X 170 X 150 X 130 X 130 X 170 X 290 X 100 X 210 X 280 X 280 X 280 X 80 X 120 X 170 X 160 X 150 X 270 X 290 X 10 X 90 X 80 X-9999 +USW00014922200706WDF5 90 X 70 X 340 X 330 X 240 X 160 X 210 X 320 X 200 X 160 X 150 X 130 X 120 X 190 X 210 X 40 X 200 X 280 X 280 X 260 X 90 X 140 X 170 X 190 X 150 X 240 X 310 X 30 X 80 X 190 X-9999 +USW00014922200706WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200706WSF2 76 X 130 X 72 X 107 X 67 X 130 X 156 X 107 X 89 X 76 X 89 X 98 X 72 X 94 X 72 X 54 X 107 X 116 X 125 X 107 X 72 X 80 X 54 X 67 X 89 X 112 X 103 X 67 X 45 X 58 X-9999 +USW00014922200706WSF5 98 X 148 X 103 X 139 X 89 X 165 X 206 X 143 X 130 X 103 X 116 X 130 X 103 X 130 X 139 X 107 X 156 X 161 X 170 X 143 X 98 X 107 X 67 X 80 X 107 X 139 X 130 X 98 X 98 X 76 X-9999 +USW00014922200706WT01 1 0 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922200706WT03-9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200706WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922200706WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200706WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200706WT16 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200707TMAX 283 0 272 0 294 0 322 0 317 0 317 0 367 0 339 0 294 0 256 0 250 0 256 0 261 0 261 0 283 0 294 0 311 0 328 0 267 0 256 0 283 0 289 0 283 0 322 0 333 0 356 0 311 0 300 0 306 0 322 0 317 0 +USW00014922200707TMIN 178 0 183 0 211 0 194 0 183 0 183 0 189 0 211 0 189 0 161 0 144 0 150 0 133 0 189 0 161 0 178 0 200 0 217 0 178 0 139 0 167 0 194 0 222 0 222 0 222 0 239 0 228 0 211 0 189 0 200 0 228 0 +USW00014922200707PRCP 0 0 0T 0 51 0 0T 0 0 0 0 0 0 0 376 0 0 0 0 0 0T 0 0 0 13 0 0 0 0 0 3 0 0T 0 191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 203 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200707AWND 46 W 40 W 26 W 27 W 34 W 15 W 34 W 37 W 27 W 64 W 55 W 53 W 28 W 45 W 26 W 38 W 21 W 24 W 47 W 26 W 39 W 50 W 24 W 26 W 35 W 28 W 53 W 23 W 16 W 22 W 36 W +USW00014922200707FMTM 1525 X 1452 X 0840 X 1652 X 1213 X 1704 X 2255 X 1446 X 1354 X 1217 X 1600 X 1147 X 1729 X 0936 X 1303 X 0711 X 1241 X 1615 X 1355 X 1129 X 1636 X 1424 X 2357 X 1301 X 1514 X 1405 X 1254 X 1321 X 1536 X 1354 X 1549 X +USW00014922200707PGTM 1514 W 1451 W 1508 W 1648 W 2040 W 1611 W 1321 W 1445 W 0823 W 1232 W 1558 W 1049 W 2212 W 0855 W 1303 W 0703 W 1303 W 1603 W 1829 W 1204 W 1611 W 1422 W 2357 W 1301 W 1410 W 1404 W 1613 W 1507 W 1320 W 1351 W 1525 W +USW00014922200707WDF2 150 X 170 X 260 X 270 X 290 X 260 X 220 X 270 X 10 X 280 X 280 X 280 X 250 X 340 X 290 X 110 X 120 X 90 X 30 X 140 X 160 X 110 X 180 X 130 X 160 X 270 X 10 X 110 X 190 X 220 X 180 X +USW00014922200707WDF5 140 X 170 X 30 X 320 X 30 X 240 X 170 X 280 X 10 X 280 X 260 X 320 X 220 X 340 X 280 X 110 X 120 X 280 X 30 X 100 X 160 X 120 X 180 X 130 X 180 X 280 X 20 X 150 X 140 X 230 X 160 X +USW00014922200707WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200707WSF2 76 X 76 X 67 X 107 X 94 X 58 X 76 X 116 X 58 X 143 X 112 X 103 X 80 X 94 X 72 X 67 X 63 X 89 X 89 X 54 X 80 X 98 X 63 X 63 X 72 X 179 X 80 X 58 X 58 X 63 X 72 X +USW00014922200707WSF5 98 X 103 X 103 X 139 X 116 X 98 X 107 X 143 X 103 X 192 X 143 X 134 X 107 X 125 X 98 X 89 X 112 X 125 X 125 X 72 X 107 X 125 X 80 X 89 X 98 X 241 X 125 X 107 X 72 X 80 X 98 X +USW00014922200707WT01-9999 -9999 1 W 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0-9999 -9999 -9999 -9999 -9999 1 W-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200707WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922200707WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200707WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200707WT08-9999 1 W 1 W 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200707WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200707WT16-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200707WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200708TMAX 333 0 317 0 311 0 233 0 239 0 283 0 339 0 322 0 339 0 344 0 328 0 278 0 300 0 278 0 261 0 261 0 239 0 178 0 172 0 194 0 250 0 239 0 211 0 250 0 244 0 278 0 267 0 261 0 233 0 239 0 272 0 +USW00014922200708TMIN 228 0 183 0 167 0 167 0 161 0 194 0 228 0 194 0 228 0 200 0 200 0 194 0 172 0 200 0 194 0 178 0 150 0 144 0 144 0 150 0 183 0 194 0 178 0 150 0 156 0 161 0 189 0 194 0 150 0 122 0 150 0 +USW00014922200708PRCP 0 0 0 0 0 0 38 0 0T 0 0 0 0 0 0 0 0 0 0 0 439 0 0 0 521 0 0 0 0 0 0 0 0 0 381 0 287 0 20 0 267 0 0T 0 69 0 0 0 0T 0 0 0 180 0 165 0 0 0 0 0 0 0 +USW00014922200708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200708AWND 48 W 39 W 16 W 49 W 21 W 19 W 30 W 32 W 43 W 27 W 37 W 34 W 47 W 30 W 28 W 32 W 28 W 55 W 54 W 53 W 22 W 10 W 15 W 27 W 18 W 51 W 60 W 28 W 38 W 6 W 18 W +USW00014922200708FMTM 1516 X 1422 X 1432 X 1356 X 0028 X 1732 X 1537 X 1510 X 1421 X 1455 X 0232 X 0805 X 2212 X 0725 X 0733 X 1444 X 1520 X 1844 X 1437 X 2211 X 0049 X 0026 X 1421 X 1145 X 1500 X 1411 X 0539 X 0205 X 0409 X 1630 X 1634 X +USW00014922200708PGTM 1454 W 1548 W 1429 W 1355 W 1040 W 1739 W 1300 W 1354 W 1412 W 1725 W 0232 W 1827 W 2222 W 0631 W 1010 W 1803 W 1603 W 1524 W 1926 W 2210 W 0049 W 2023 W 1418 W 1144 W 1544 W 1202 W 0537 W 0205 W 0410 W 1627 W 1534 W +USW00014922200708WDF2 220 X 270 X 260 X 140 X 110 X 80 X 290 X 140 X 310 X 140 X 300 X 350 X 310 X 350 X 130 X 280 X 350 X 80 X 100 X 100 X 110 X 80 X 360 X 330 X 290 X 170 X 130 X 260 X 340 X 240 X 170 X +USW00014922200708WDF5 210 X 290 X 280 X 140 X 10 X 90 X 280 X 100 X 330 X 180 X 310 X 30 X 290 X 320 X 150 X 260 X 30 X 80 X 70 X 100 X 110 X 250 X 10 X 330 X 260 X 170 X 120 X 260 X 340 X 230 X 230 X +USW00014922200708WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200708WSF2 94 X 89 X 54 X 98 X 63 X 63 X 76 X 63 X 103 X 72 X 174 X 67 X 165 X 72 X 54 X 76 X 63 X 89 X 94 X 76 X 80 X 31 X 58 X 63 X 45 X 103 X 130 X 210 X 80 X 40 X 45 X +USW00014922200708WSF5 125 X 107 X 72 X 130 X 94 X 76 X 107 X 80 X 134 X 98 X 259 X 130 X 232 X 94 X 67 X 94 X 72 X 112 X 112 X 103 X 103 X 40 X 72 X 76 X 72 X 134 X 174 X 317 X 98 X 58 X 63 X +USW00014922200708WT01-9999 -9999 -9999 1 0 1 0 1 W-9999 -9999 1 W-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 W-9999 -9999 1 0 1 0-9999 1 0-9999 +USW00014922200708WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922200708WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922200708WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200708WT08 1 W-9999 -9999 -9999 1 W 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200708WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922200708WT13-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200708WT14-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200708WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00014922200708WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200709TMAX 278 0 294 0 317 0 333 0 328 0 300 0 244 0 206 0 189 0 189 0 161 0 194 0 183 0 122 0 172 0 233 0 294 0 261 0 211 0 256 0 267 0 244 0 294 0 283 0 189 0 200 0 222 0 200 0 228 0 217 0-9999 +USW00014922200709TMIN 161 0 178 0 172 0 217 0 206 0 211 0 156 0 122 0 111 0 117 0 78 0 50 0 100 0 50 0 22 0 117 0 144 0 178 0 128 0 111 0 128 0 100 0 122 0 189 0 106 0 72 0 111 0 78 0 122 0 167 0-9999 +USW00014922200709PRCP 0 0 0T 0 0 0 0 0 0 0 297 0 13 0 3 0 5 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 450 0 0 0 320 0 0 0 0 0 0 0 97 0 0 0 71 0 0 0 0 0 10 0 269 0-9999 +USW00014922200709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200709AWND 40 W 31 W 31 W 36 W 44 W 51 W 51 W 32 W 42 W 25 W 68 W 33 W 53 W 56 W 28 W 41 W 49 W 38 W 36 W 53 W 67 W 31 W 51 W 47 W 47 W 26 W 30 W 25 W 72 W 38 W-9999 +USW00014922200709FMTM 1451 X 1007 X 1355 X 1634 X 1226 X 1951 X 1019 X 2359 X 0628 X 2350 X 0855 X 1720 X 1329 X 0354 X 1147 X 1611 X 2049 X 0125 X 0044 X 1701 X 1605 X 1224 X 1546 X 1652 X 0901 X 1820 X 1556 X 2004 X 1408 X 0029 X-9999 +USW00014922200709PGTM 1451 W 0811 W 1531 W 1456 W 1225 W 1951 W 0959 W 2354 W 2354 W 2349 W 1523 W 1459 W 1329 W 1437 W 1327 W 2136 W 2048 W 0053 W 0044 W 1657 W 1638 W 1224 W 1546 W 1652 W 0859 W 1819 W 1555 W 2003 W 1212 W 0101 W-9999 +USW00014922200709WDF2 170 X 260 X 170 X 200 X 170 X 280 X 320 X 10 X 10 X 230 X 320 X 160 X 270 X 310 X 180 X 160 X 170 X 190 X 270 X 330 X 280 X 180 X 160 X 260 X 330 X 260 X 280 X 130 X 150 X 170 X-9999 +USW00014922200709WDF5 170 X 220 X 210 X 220 X 170 X 270 X 320 X 10 X 10 X 240 X 290 X 120 X 280 X 310 X 150 X 160 X 170 X 200 X 270 X 310 X 290 X 180 X 160 X 260 X 330 X 240 X 290 X 140 X 170 X 190 X-9999 +USW00014922200709WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200709WSF2 89 X 72 X 72 X 67 X 98 X 125 X 98 X 89 X 89 X 72 X 130 X 72 X 98 X 107 X 72 X 67 X 98 X 94 X 98 X 130 X 139 X 67 X 98 X 125 X 94 X 148 X 139 X 63 X 130 X 107 X-9999 +USW00014922200709WSF5 112 X 94 X 94 X 98 X 134 X 165 X 139 X 116 X 116 X 107 X 161 X 98 X 116 X 139 X 94 X 89 X 143 X 134 X 112 X 183 X 183 X 89 X 130 X 165 X 116 X 232 X 170 X 76 X 179 X 156 X-9999 +USW00014922200709WT01-9999 -9999 -9999 -9999 1 W 1 0 1 W 1 0 1 W-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 +USW00014922200709WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200709WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 +USW00014922200709WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200709WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922200709WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 +USW00014922200709WT16-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 +USW00014922200709WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200710TMAX 172 0 194 0 233 0 256 0 267 0 306 0 278 0 189 0 128 0 94 0 106 0 100 0 161 0 100 0 111 0 133 0 189 0 167 0 133 0 228 0 144 0 122 0 189 0 117 0 139 0 122 0 117 0 144 0 172 0 211 0 167 0 +USW00014922200710TMIN 133 0 133 0 83 0 128 0 172 0 211 0 183 0 106 0 67 0 44 0 61 0 56 0 44 0 78 0 83 0 106 0 106 0 117 0 83 0 56 0 89 0 39 0 33 0 33 0 28 0 22 0 28 0 -6 0 56 0 83 0 39 0 +USW00014922200710PRCP 0T 0 135 0 0 0 0T 0 234 0 18 0 5 0 107 0 0T 0 0T 0 0T 0 0T 0 0 0 8 0 33 0 147 0 10 0 206 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 +USW00014922200710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200710AWND 37 W 59 W 39 W 29 W 44 W 51 W 38 W 40 W 79 W 49 W 29 W 11 W 16 W 43 W 61 W 30 W 47 W 50 W 76 W 23 W 60 W 30 W 55 W 27 W 34 W 18 W 40 W 33 W 22 W 42 W 76 W +USW00014922200710FMTM 0019 X 1758 X 1615 X 1009 X 0659 X 0435 X 2148 X 1503 X 1646 X 0259 X 1754 X 0226 X 2132 X 1437 X 1216 X 0433 X 2013 X 2320 X 0539 X 2055 X 1444 X 1217 X 1557 X 0122 X 1219 X 2214 X 0340 X 2315 X 2357 X 1829 X 1330 X +USW00014922200710PGTM 0019 W 0345 W 1615 W 1013 W 0659 W 1612 W 2148 W 1503 W 1646 W 0410 W 0311 W 0355 W 2021 W 2115 W 1406 W 0122 W 2019 W 2320 W 0915 W 1356 W 1513 W 1216 W 1526 W 0136 W 1155 W 2213 W 0333 W 2138 W 0000 W 1828 W 1225 W +USW00014922200710WDF2 350 X 270 X 170 X 220 X 30 X 220 X 280 X 260 X 320 X 310 X 30 X 50 X 50 X 30 X 80 X 80 X 100 X 280 X 280 X 340 X 360 X 320 X 320 X 320 X 160 X 350 X 330 X 220 X 210 X 180 X 280 X +USW00014922200710WDF5 360 X 160 X 170 X 220 X 40 X 170 X 270 X 280 X 320 X 310 X 340 X 80 X 40 X 50 X 100 X 80 X 110 X 270 X 280 X 210 X 350 X 320 X 310 X 330 X 160 X 350 X 310 X 220 X 220 X 170 X 280 X +USW00014922200710WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200710WSF2 94 X 107 X 89 X 67 X 80 X 98 X 107 X 103 X 134 X 107 X 54 X 36 X 36 X 76 X 98 X 63 X 80 X 94 X 134 X 67 X 116 X 72 X 156 X 67 X 76 X 98 X 89 X 80 X 63 X 89 X 134 X +USW00014922200710WSF5 116 X 156 X 107 X 98 X 98 X 130 X 130 X 139 X 170 X 134 X 72 X 40 X 45 X 107 X 125 X 80 X 103 X 125 X 174 X 94 X 156 X 98 X 206 X 94 X 94 X 125 X 112 X 107 X 80 X 116 X 174 X +USW00014922200710WT01 1 0 1 0-9999 -9999 1 0 1 W 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 W 1 0 1 0 1 W 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 W-9999 +USW00014922200710WT03-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200710WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922200710WT13 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200710WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200710WT16 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 +USW00014922200711TMAX 144 0 122 0 100 0 128 0 111 0 28 0 56 0 50 0 50 0 72 0 172 0 106 0 144 0 100 0 39 0 72 0 44 0 39 0 56 0 50 0 6 0 -17 0 17 0 33 0 89 0 28 0 -11 0 -17 0 -72 0 -72 0-9999 +USW00014922200711TMIN 0 0 39 0 0 0 0 0 22 0 -17 0 -39 0 -28 0 -33 0 6 0 11 0 33 0 17 0 6 0 -6 0 6 0 -11 0 -17 0 -6 0 -6 0 -22 0 -89 0 -94 0 -11 0 -22 0 -17 0 -150 0 -106 0 -139 0 -156 0-9999 +USW00014922200711PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 15 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0-9999 +USW00014922200711SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 5 0 5 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0-9999 +USW00014922200711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200711AWND 38 W 51 W 26 W 26 W 86 W 53 W 35 W 25 W 23 W 45 W 33 W 29 W 47 W 92 W 48 W 44 W 45 W 53 W 22 W 36 W 58 W 30 W 38 W 49 W 47 W 47 W 54 W 63 W 47 W 50 W-9999 +USW00014922200711FMTM 1531 X 1516 X 1229 X 2141 X 1446 X 0438 X 1447 X 1401 X 1337 X 1523 X 2213 X 0019 X 1435 X 0805 X 0027 X 0633 X 1516 X 1354 X 0207 X 2006 X 0347 X 0358 X 1409 X 1341 X 1341 X 2342 X 0115 X 2016 X 0308 X 0345 X-9999 +USW00014922200711PGTM 2329 W 1515 W 1229 W 2140 W 1445 W 0437 W 1442 W 1434 W 1314 W 1525 W 2213 W 0944 W 1123 W 0807 W 0010 W 0607 W 1419 W 1353 W 1740 W 1153 W 0330 W 1639 W 1403 W 1327 W 1340 W 2341 W 0057 W 1848 W 0307 W 0345 W-9999 +USW00014922200711WDF2 180 X 270 X 230 X 240 X 300 X 310 X 170 X 330 X 340 X 120 X 320 X 320 X 220 X 280 X 320 X 110 X 40 X 150 X 170 X 350 X 350 X 360 X 200 X 240 X 210 X 280 X 310 X 280 X 280 X 290 X-9999 +USW00014922200711WDF5 210 X 270 X 230 X 230 X 320 X 320 X 170 X 310 X 10 X 140 X 330 X 350 X 180 X 280 X 330 X 110 X 40 X 150 X 10 X 20 X 350 X 10 X 190 X 240 X 210 X 290 X 320 X 290 X 280 X 290 X-9999 +USW00014922200711WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200711WSF2 89 X 107 X 63 X 76 X 134 X 112 X 89 X 45 X 58 X 76 X 72 X 63 X 107 X 148 X 116 X 94 X 80 X 94 X 63 X 76 X 89 X 72 X 72 X 94 X 107 X 148 X 134 X 134 X 116 X 107 X-9999 +USW00014922200711WSF5 139 X 139 X 80 X 112 X 201 X 139 X 112 X 89 X 89 X 103 X 98 X 76 X 170 X 197 X 161 X 107 X 116 X 116 X 80 X 130 X 116 X 89 X 107 X 125 X 156 X 183 X 183 X 165 X 143 X 143 X-9999 +USW00014922200711WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200711WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200711WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200711WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200711WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200711WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200711WT18-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00014922200712TMAX -28 0 -39 0 -61 0 -67 0 -67 0 -28 0 -78 0 -133 0 -117 0 -56 0 -56 0 -67 0 11 0 -111 0 -72 0 -56 0 -6 0 -28 0 -39 0 6 0 22 0 17 0 -100 0 -67 0 -22 0 -22 0 -22 0 -56 0 -44 0 -44 0 -50 0 +USW00014922200712TMIN -111 0 -133 0 -167 0 -100 0 -172 0 -178 0 -183 0 -200 0 -161 0 -161 0 -133 0 -156 0 -150 0 -178 0 -183 0 -100 0 -111 0 -83 0 -72 0 -56 0 -6 0 -144 0 -161 0 -144 0 -72 0 -67 0 -56 0 -100 0 -78 0 -106 0 -117 0 +USW00014922200712PRCP 122 0 0T 0 0 0 56 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 94 0 38 0 0 0 38 0 20 0 0T 0 5 0 0T 0 0T 0 0T 0 +USW00014922200712SNOW 114 0 0T 0 0 0 89 0 0T 0 8 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 23 0 79 0 0 0 86 0 46 0 0T 0 10 0 5 0 0T 0 0T 0 +USW00014922200712SNWD 0 0 102 0 102 0 102 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 152 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 178 0 152 0 254 0 254 0 229 0 229 0 203 0 203 0 +USW00014922200712AWND 55 W 56 W 24 W 51 W 36 W 37 W 34 W 17 W 11 W 30 W 31 W 22 W 61 W 13 W 5 W 30 W 26 W 24 W 36 W 40 W 39 W 47 W 78 W 30 W 18 W 21 W 26 W 30 W 19 W 36 W 40 W +USW00014922200712FMTM 1559 X 1921 X 1516 X 2139 X 0328 X 1936 X 1402 X 1944 X 0319 X 1520 X 1541 X 2156 X 1251 X 0224 X 1833 X 1857 X 0023 X 1415 X 1918 X 1902 X 1349 X 2308 X 1427 X 2354 X 0129 X 1437 X 1015 X 0332 X 0151 X 0332 X 2354 X +USW00014922200712PGTM 1537 W 1920 W 1517 W 2211 W 0306 W 1123 W 1402 W 1535 W 0808 W 1511 W 1314 W 2002 W 1403 W 1938 W 1800 W 1900 W 0025 W 1201 W 1917 W 2129 W 1330 W 1005 W 1405 W 0143 W 0133 W 1437 W 1009 W 1218 W 0149 W 1311 W 2353 W +USW00014922200712WDF2 100 X 290 X 110 X 50 X 360 X 280 X 290 X 310 X 320 X 170 X 320 X 170 X 270 X 320 X 150 X 230 X 220 X 310 X 120 X 150 X 140 X 310 X 280 X 280 X 160 X 320 X 360 X 90 X 270 X 170 X 320 X +USW00014922200712WDF5 100 X 290 X 100 X 60 X 350 X 210 X 290 X 360 X 10 X 180 X 10 X 160 X 270 X 60 X 160 X 210 X 240 X 360 X 110 X 150 X 140 X 310 X 280 X 310 X 160 X 350 X 20 X 20 X 280 X 170 X 320 X +USW00014922200712WESD 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 +USW00014922200712WSF2 103 X 103 X 63 X 80 X 89 X 80 X 67 X 36 X 31 X 80 X 63 X 58 X 156 X 54 X 31 X 54 X 54 X 58 X 80 X 67 X 67 X 103 X 112 X 72 X 54 X 67 X 54 X 58 X 58 X 63 X 89 X +USW00014922200712WSF5 130 X 134 X 72 X 103 X 107 X 98 X 76 X 76 X 58 X 103 X 98 X 76 X 183 X 67 X 36 X 67 X 63 X 80 X 98 X 76 X 80 X 130 X 156 X 80 X 63 X 112 X 98 X 89 X 67 X 67 X 116 X +USW00014922200712WT01 1 0 1 0-9999 1 0-9999 1 0 1 0 1 W-9999 -9999 1 0 1 0 1 0-9999 1 W 1 0 1 W 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 +USW00014922200712WT02 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200712WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200712WT04 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200712WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200712WT08-9999 1 W-9999 -9999 -9999 1 0-9999 1 W-9999 1 0 1 0 1 0 1 0 1 W 1 W 1 0 1 0 1 0-9999 1 0-9999 -9999 1 W-9999 1 0 1 W-9999 -9999 1 W 1 0 1 W +USW00014922200712WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200712WT13-9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X +USW00014922200712WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200712WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200712WT17 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200712WT18 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00014922200712WT22-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200801TMAX -117 0 -128 0 -33 0 -11 0 28 0 50 0 28 0 11 0 -6 0 17 0 -11 0 -33 0 -56 0 -67 0 -56 0 -44 0 -133 0 -111 0 -183 0 -156 0 -133 0 -128 0 -161 0 -133 0 -72 0 -39 0 28 0 61 0 22 0 -189 0 -100 0 +USW00014922200801TMIN -183 0 -211 0 -156 0 -100 0 -72 0 0 0 -28 0 -56 0 -106 0 -17 0 -72 0 -83 0 -89 0 -183 0 -206 0 -133 0 -167 0 -233 0 -256 0 -261 0 -178 0 -200 0 -228 0 -250 0 -178 0 -100 0 -122 0 -44 0 -250 0 -256 0 -200 0 +USW00014922200801PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 10 0 3 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 23 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 3 0 0T 0 0 0 0T 0 +USW00014922200801SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 5 0 0T 0 0T 0 0 0 0T 0 0 0 3 0 0 0 0 0 23 0 0T 0 0 0 0T 0 0T 0 3 0 0 0 0 0 0T 0 0 0 0T 0 +USW00014922200801SNWD 203 0 203 0 203 0 178 0 178 0 152 0 127 0 127 0 102 0 102 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 102 0 76 0 76 0 76 0 +USW00014922200801AWND 57 W 25 W 46 W 45 W 45 W 20 W 15 W 33 W 31 W 27 W 27 W 31 W 32 W 46 W 37 W 42 W 39 W 59 W 35 W 24 W 15 W 44 W 37 W 24 W 33 W 23 W 21 W 38 W 90 W 39 W 27 W +USW00014922200801FMTM 0121 X 0202 X 1150 X 1710 X 2124 X 0023 X 1226 X 1250 X 2004 X 2310 X 0401 X 2000 X 1531 X 0626 X 2222 X 2032 X 1118 X 1017 X 1542 X 1155 X 1602 X 1202 X 1700 X 1500 X 1802 X 1659 X 2322 X 2359 X 1326 X 0310 X 1641 X +USW00014922200801PGTM 1438 W 0200 W 1238 W 1702 W 2158 W 2354 W 1754 W 1315 W 2033 W 2132 W 0335 W 1324 W 0614 W 0911 W 2003 W 2030 W 0735 W 0834 W 1327 W 1226 W 1929 W 1304 W 1354 W 1459 W 1802 W 1658 W 1952 W 2359 W 1858 W 0009 W 1021 W +USW00014922200801WDF2 320 X 320 X 210 X 150 X 140 X 140 X 120 X 300 X 130 X 310 X 270 X 320 X 290 X 310 X 150 X 320 X 310 X 320 X 270 X 320 X 10 X 250 X 310 X 230 X 140 X 240 X 140 X 280 X 280 X 300 X 110 X +USW00014922200801WDF5 320 X 310 X 200 X 160 X 150 X 170 X 90 X 310 X 130 X 330 X 280 X 20 X 310 X 310 X 130 X 320 X 330 X 320 X 260 X 310 X 20 X 270 X 360 X 230 X 140 X 240 X 150 X 290 X 290 X 280 X 120 X +USW00014922200801WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 +USW00014922200801WSF2 98 X 63 X 112 X 89 X 80 X 54 X 45 X 80 X 72 X 58 X 67 X 58 X 58 X 94 X 94 X 80 X 67 X 98 X 67 X 58 X 36 X 98 X 67 X 67 X 58 X 58 X 54 X 94 X 125 X 89 X 58 X +USW00014922200801WSF5 125 X 76 X 156 X 112 X 103 X 67 X 67 X 103 X 94 X 89 X 80 X 112 X 80 X 103 X 112 X 98 X 94 X 130 X 80 X 72 X 80 X 125 X 116 X 80 X 72 X 67 X 63 X 112 X 170 X 116 X 67 X +USW00014922200801WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 W 1 W-9999 -9999 1 W-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 W-9999 -9999 -9999 +USW00014922200801WT02-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200801WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 W 1 0 1 0 1 0 1 0-9999 1 0-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 0 1 W-9999 -9999 -9999 -9999 +USW00014922200801WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922200801WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922200801WT18 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 +USW00014922200801WT22-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200802TMAX -28 0 -17 0 -39 0 0 0 0 0 -39 0 -61 0 -33 0 -44 0 -200 0 -144 0 -94 0 -61 0 -72 0 -106 0 17 0 22 0 -111 0 -128 0 -150 0 -83 0 -39 0 0 0 33 0 28 0 -28 0 -39 0 -11 0 0 0-9999 -9999 +USW00014922200802TMIN -139 0 -89 0 -100 0 -56 0 -44 0 -100 0 -133 0 -78 0 -228 0 -256 0 -222 0 -144 0 -122 0 -156 0 -217 0 -128 0 -111 0 -194 0 -222 0 -239 0 -206 0 -133 0 -117 0 -89 0 -56 0 -89 0 -111 0 -100 0 -106 0-9999 -9999 +USW00014922200802PRCP 0 0 0T 0 0T 0 36 0 0 0 0T 0 0T 0 5 0 8 0 0 0 0 0 0 0 20 0 8 0 0 0 0 0 3 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 3 0-9999 -9999 +USW00014922200802SNOW 0 0 0T 0 0T 0 33 0 0 0 0T 0 5 0 5 0 8 0 0 0 0 0 0 0 25 0 8 0 0 0 0 0 3 0 5 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 3 0-9999 -9999 +USW00014922200802SNWD 76 0 76 0 76 0 76 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 127 0 127 0 127 0 102 0 102 0 102 0 102 0 102 0 102 0 102 0 76 0 51 0 51 0 51 0 51 0 76 0-9999 -9999 +USW00014922200802AWND 33 W 24 W 38 W 43 W 34 W 32 W 23 W 27 W 63 W 61 W 30 W 17 W 29 W 48 W 25 W 41 W 58 W 67 W 33 W 27 W 25 W 9 W 17 W 20 W 40 W 63 W 31 W 34 W 65 W-9999 -9999 +USW00014922200802FMTM 1852 X 2107 X 1250 X 2132 X 2045 X 0726 X 0911 X 0930 X 1241 X 0609 X 1603 X 2320 X 1855 X 2201 X 0147 X 1710 X 1538 X 1134 X 2231 X 0211 X 1332 X 1256 X 1431 X 1934 X 1925 X 1514 X 1333 X 1502 X 1347 X-9999 -9999 +USW00014922200802PGTM 1920 W 1509 W 1249 W 1234 W 1209 W 1325 W 0926 W 0929 W 1444 W 0129 W 1651 W 2322 W 1852 W 0921 W 0005 W 1716 W 1533 W 0927 W 2220 W 0211 W 1331 W 1310 W 1443 W 1930 W 1911 W 1541 W 1332 W 1458 W 1309 W-9999 -9999 +USW00014922200802WDF2 130 X 260 X 140 X 360 X 360 X 60 X 220 X 110 X 310 X 290 X 110 X 230 X 130 X 320 X 310 X 170 X 320 X 320 X 350 X 320 X 170 X 190 X 140 X 260 X 340 X 320 X 320 X 150 X 280 X-9999 -9999 +USW00014922200802WDF5 120 X 240 X 140 X 40 X 10 X 360 X 210 X 100 X 320 X 310 X 50 X 230 X 130 X 360 X 310 X 170 X 320 X 320 X 340 X 330 X 160 X 150 X 160 X 260 X 330 X 310 X 320 X 130 X 270 X-9999 -9999 +USW00014922200802WESD 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00014922200802WSF2 63 X 45 X 67 X 67 X 67 X 67 X 54 X 58 X 139 X 107 X 58 X 67 X 63 X 80 X 67 X 107 X 130 X 107 X 98 X 67 X 63 X 31 X 45 X 40 X 103 X 107 X 72 X 98 X 139 X-9999 -9999 +USW00014922200802WSF5 76 X 67 X 76 X 103 X 94 X 116 X 63 X 76 X 183 X 161 X 76 X 80 X 76 X 130 X 80 X 134 X 161 X 139 X 130 X 80 X 80 X 40 X 58 X 72 X 134 X 139 X 89 X 125 X 192 X-9999 -9999 +USW00014922200802WT01 1 W 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 W-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00014922200802WT02-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200802WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922200802WT08 1 0 1 0 1 0 1 W 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 W-9999 -9999 -9999 1 W 1 0 1 0 1 0-9999 -9999 1 W 1 W-9999 -9999 +USW00014922200802WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200802WT13-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00014922200802WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922200802WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922200802WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922200802WT18-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00014922200802WT22-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00014922200803TMAX -11 0 33 0 -44 0 -17 0 -22 0 -78 0 -117 0 -67 0 -28 0 6 0 94 0 61 0 106 0 44 0 11 0 28 0 22 0 33 0 89 0 56 0 6 0 22 0 0 0 39 0 56 0 72 0 39 0 61 0 89 0 111 0 33 0 +USW00014922200803TMIN -122 0 -44 0 -128 0 -133 0 -139 0 -161 0 -211 0 -189 0 -111 0 -128 0 -17 0 -17 0 6 0 -28 0 -56 0 -61 0 -11 0 0 0 -39 0 -33 0 -22 0 -28 0 -67 0 -111 0 -17 0 -33 0 -28 0 -61 0 -22 0 28 0 -17 0 +USW00014922200803PRCP 0 0 0T 0 0 0 0 0 33 0 0T 0 0 0 0T 0 3 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 36 0 84 0 0 0 5 0 91 0 38 0 15 0 3 0 8 0 0 0 0 0 0 0 0 0 0T 0 183 0 +USW00014922200803SNOW 0 0 0T 0 0 0 0 0 30 0 0T 0 0 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 76 0 0 0 10 0 99 0 48 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 140 0 +USW00014922200803SNWD 76 0 76 0 51 0 51 0 51 0 76 0 51 0 51 0 51 0 51 0 51 0 51 0 0T 0 0T 0 0T 0 0T 0 0T 0 76 0 25 0 0T 0 25 0 152 0 127 0 102 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200803AWND 43 W 59 W 57 W 41 W 38 W 32 W 22 W 38 W 19 W 27 W 35 W 27 W 45 W 44 W 28 W 27 W 47 W 25 W 27 W 39 W 47 W 17 W 41 W 45 W 60 W 40 W 35 W 15 W 63 W 51 W 69 W +USW00014922200803FMTM 1307 X 2308 X 0011 X 1326 X 1732 X 2227 X 0115 X 1248 X 0035 X 1332 X 1256 X 1344 X 1443 X 1305 X 0917 X 1345 X 1336 X 1445 X 1310 X 2233 X 0743 X 1657 X 1021 X 1443 X 1320 X 1423 X 1605 X 1501 X 1505 X 0116 X 1723 X +USW00014922200803PGTM 1402 W 2304 W 0030 W 1324 W 1325 W 2227 W 0712 W 1343 W 1256 W 1702 W 1357 W 1606 W 1443 W 1452 W 1343 W 1343 W 1828 W 1444 W 1520 W 2230 W 0743 W 1543 W 1415 W 1442 W 1049 W 1416 W 1632 W 0520 W 1937 W 0148 W 1655 W +USW00014922200803WDF2 110 X 310 X 310 X 150 X 310 X 330 X 340 X 130 X 100 X 230 X 320 X 120 X 290 X 320 X 360 X 150 X 120 X 290 X 320 X 110 X 80 X 330 X 340 X 160 X 290 X 310 X 10 X 170 X 150 X 150 X 20 X +USW00014922200803WDF5 100 X 310 X 310 X 140 X 340 X 330 X 360 X 150 X 40 X 210 X 340 X 140 X 290 X 320 X 10 X 140 X 100 X 280 X 360 X 110 X 70 X 10 X 20 X 160 X 280 X 330 X 40 X 20 X 130 X 160 X 360 X +USW00014922200803WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200803WSF2 76 X 125 X 134 X 89 X 76 X 72 X 67 X 72 X 54 X 63 X 89 X 89 X 94 X 80 X 63 X 63 X 72 X 72 X 76 X 80 X 89 X 45 X 76 X 112 X 112 X 98 X 72 X 45 X 116 X 103 X 116 X +USW00014922200803WSF5 94 X 170 X 161 X 107 X 125 X 80 X 76 X 94 X 76 X 76 X 107 X 107 X 116 X 112 X 112 X 76 X 89 X 94 X 94 X 107 X 116 X 89 X 130 X 148 X 156 X 116 X 107 X 67 X 148 X 143 X 165 X +USW00014922200803WT01-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 X 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922200803WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922200803WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922200803WT07-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200803WT08-9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200803WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200803WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200803WT14-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200803WT15-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200803WT16-9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 X-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 0 +USW00014922200803WT18-9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922200803WT22-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922200804TMAX 39 0 61 0 128 0 161 0 189 0 100 0 39 0 33 0 89 0 50 0 28 0 28 0 78 0 117 0 194 0 206 0 117 0 94 0 106 0 217 0 250 0 172 0 244 0 167 0 128 0 50 0 78 0 50 0 106 0 172 0-9999 +USW00014922200804TMIN -22 0 -44 0 0 0 17 0 28 0 33 0 -6 0 0 0 6 0 6 0 -6 0 -17 0 -28 0 -39 0 44 0 67 0 50 0 56 0 44 0 50 0 78 0 50 0 72 0 117 0 0 0 -6 0 -17 0 -17 0 -22 0 28 0-9999 +USW00014922200804PRCP 3 0 0 0 0 0 3 0 0 0 107 0 3 0 0 0 0 0 211 0 28 0 0T 0 0 0 0 0 0 0 0 0 0 0 38 0 30 0 0T 0 97 0 0T 0 0 0 208 0 58 0 8 0 0T 0 0 0 0 0 0 0-9999 +USW00014922200804SNOW 10 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 20 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0T 0 0 0 0 0 0 0-9999 +USW00014922200804SNWD 152 0 76 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00014922200804AWND 48 W 28 W 17 W 31 W 38 W 41 W 40 W 30 W 30 W 85 W 72 W 70 W 35 W 30 W 85 W 64 W 23 W 51 W 38 W 37 W 57 W 40 W 40 W 37 W 56 W 91 W 34 W 38 W 21 W 62 W-9999 +USW00014922200804FMTM 0444 X 1348 X 1436 X 1437 X 1725 X 1858 X 1033 X 2248 X 2007 X 1437 X 2350 X 1140 X 1120 X 1808 X 1523 X 1001 X 1909 X 1249 X 1300 X 1801 X 1418 X 0349 X 1728 X 1805 X 2139 X 1418 X 0004 X 1038 X 1815 X 1324 X-9999 +USW00014922200804PGTM 0443 W 1459 W 1525 W 1436 W 1625 W 1857 W 1032 W 1413 W 2024 W 1611 W 2334 W 1507 W 1408 W 1635 W 1522 W 0934 W 1436 W 1249 W 1434 W 1816 W 1417 W 0048 W 1556 W 1805 W 2125 W 0959 W 0003 W 1430 W 1356 W 1320 W-9999 +USW00014922200804WDF2 340 X 200 X 150 X 250 X 190 X 250 X 290 X 350 X 50 X 60 X 360 X 360 X 20 X 190 X 170 X 220 X 120 X 60 X 20 X 110 X 160 X 320 X 150 X 110 X 240 X 280 X 300 X 360 X 150 X 110 X-9999 +USW00014922200804WDF5 340 X 210 X 160 X 240 X 190 X 250 X 290 X 40 X 80 X 60 X 10 X 10 X 30 X 210 X 160 X 200 X 30 X 60 X 20 X 110 X 140 X 310 X 170 X 110 X 260 X 270 X 290 X 10 X 140 X 100 X-9999 +USW00014922200804WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200804WSF2 94 X 89 X 54 X 161 X 94 X 103 X 89 X 63 X 63 X 148 X 103 X 103 X 80 X 72 X 148 X 107 X 63 X 98 X 67 X 89 X 98 X 89 X 89 X 116 X 89 X 143 X 94 X 76 X 54 X 103 X-9999 +USW00014922200804WSF5 116 X 116 X 67 X 215 X 139 X 130 X 107 X 103 X 89 X 192 X 139 X 161 X 139 X 98 X 201 X 148 X 116 X 130 X 143 X 103 X 156 X 107 X 116 X 134 X 116 X 192 X 134 X 125 X 72 X 130 X-9999 +USW00014922200804WT01 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 0 1 W-9999 1 W 1 X 1 W 1 W-9999 -9999 -9999 -9999 +USW00014922200804WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200804WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200804WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200804WT05-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200804WT08-9999 -9999 1 W 1 W-9999 1 X-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922200804WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200804WT13 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200804WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922200804WT16 1 0-9999 -9999 1 X-9999 1 X 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200804WT18 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922200805TMAX 200 0 122 0 133 0 200 0 189 0 228 0 189 0 172 0 178 0 150 0 144 0 189 0 167 0 183 0 222 0 261 0 228 0 161 0 133 0 183 0 194 0 222 0 206 0 233 0 289 0 183 0 156 0 211 0 156 0 222 0 261 0 +USW00014922200805TMIN 83 0 28 0 33 0 61 0 56 0 94 0 94 0 67 0 72 0 67 0 39 0 56 0 89 0 44 0 72 0 117 0 100 0 61 0 72 0 50 0 39 0 83 0 94 0 94 0 161 0 67 0 44 0 100 0 117 0 128 0 133 0 +USW00014922200805PRCP 3 0 312 0 25 0 0 0 0 0 46 0 0 0 0 0 0 0 81 0 3 0 0 0 3 0 0 0 0T 0 0T 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 36 0 18 0 109 0 +USW00014922200805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00014922200805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200805AWND 71 W 68 W 72 W 52 W 25 W 22 W 47 W 26 W 25 W 38 W 57 W 61 W 51 W 30 W 17 W 48 W 53 W 44 W 28 W 51 W 28 W 34 W 47 W 61 W 37 W 52 W 47 W 18 W 51 W 36 W 34 W +USW00014922200805FMTM 2344 X 2254 X 0322 X 1734 X 0125 X 1215 X 1036 X 1756 X 1041 X 2352 X 0626 X 1132 X 0228 X 0020 X 2041 X 2103 X 1756 X 1548 X 1619 X 1641 X 1200 X 2232 X 0908 X 1920 X 1705 X 2358 X 0006 X 1420 X 2254 X 1842 X 1736 X +USW00014922200805PGTM 2344 W 2356 W 0328 W 1647 W 0144 W 1322 W 1206 W 1444 W 1031 W 2338 W 0626 W 1132 W 0219 W 0119 W 2034 W 1829 W 1755 W 1432 W 1651 W 1429 W 1159 W 2152 W 1821 W 1918 W 1642 W 1841 W 0006 W 1513 W 2253 W 1841 W 1735 W +USW00014922200805WDF2 80 X 350 X 330 X 290 X 10 X 210 X 360 X 280 X 70 X 340 X 350 X 150 X 150 X 350 X 280 X 360 X 340 X 340 X 50 X 320 X 320 X 60 X 110 X 120 X 360 X 50 X 40 X 160 X 130 X 250 X 340 X +USW00014922200805WDF5 90 X 340 X 360 X 280 X 10 X 260 X 20 X 20 X 60 X 340 X 360 X 150 X 150 X 340 X 270 X 270 X 330 X 320 X 70 X 350 X 320 X 40 X 70 X 120 X 340 X 360 X 60 X 160 X 130 X 260 X 350 X +USW00014922200805WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200805WSF2 107 X 125 X 130 X 98 X 76 X 98 X 112 X 58 X 63 X 98 X 116 X 107 X 98 X 80 X 98 X 107 X 174 X 80 X 76 X 112 X 76 X 94 X 76 X 112 X 112 X 98 X 98 X 58 X 125 X 72 X 112 X +USW00014922200805WSF5 134 X 156 X 165 X 125 X 89 X 130 X 143 X 94 X 94 X 125 X 148 X 139 X 130 X 107 X 130 X 139 X 237 X 116 X 103 X 143 X 98 X 116 X 98 X 156 X 148 X 134 X 134 X 80 X 165 X 98 X 139 X +USW00014922200805WT01 1 0 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00014922200805WT03 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922200805WT05 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00014922200805WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200805WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 W +USW00014922200805WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200805WT14-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200805WT16 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922200806TMAX 278 0 228 0 161 0 222 0 228 0 239 0 267 0 239 0 244 0 222 0 211 0 261 0 222 0 256 0 244 0 228 0 261 0 267 0 294 0 294 0 272 0 256 0 272 0 306 0 322 0 289 0 278 0 233 0 278 0 283 0-9999 +USW00014922200806TMIN 128 0 144 0 139 0 133 0 156 0 178 0 161 0 156 0 144 0 133 0 144 0 156 0 144 0 156 0 128 0 111 0 128 0 150 0 156 0 167 0 156 0 144 0 139 0 189 0 211 0 178 0 194 0 150 0 167 0 150 0-9999 +USW00014922200806PRCP 0 0 5 0 5 0 0 0 305 0 15 0 5 0 23 0 0 0 0T 0 140 0 107 0 0T 0 30 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 13 0 36 0 0T 0 0 0-9999 +USW00014922200806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200806AWND 13 W 31 W 51 W 24 W 59 W 76 W 31 W 24 W 46 W 38 W 63 W 32 W 57 W 51 W 47 W 55 W 36 W 30 W 16 W 38 W 45 W 44 W 15 W 38 W 44 W 17 W 30 W 49 W 64 W 26 W-9999 +USW00014922200806FMTM 1713 X 1230 X 1101 X 2314 X 1659 X 1009 X 0217 X 1941 X 1145 X 1349 X 2322 X 0021 X 1501 X 2039 X 1728 X 1213 X 1503 X 1654 X 1610 X 1533 X 1956 X 1117 X 1621 X 1624 X 1614 X 2038 X 1551 X 1412 X 1055 X 1259 X-9999 +USW00014922200806PGTM 1335 W 1842 W 1100 W 2143 W 1655 W 1317 W 0343 W 1942 W 1133 W 1348 W 2321 W 0021 W 1037 W 2039 W 2117 W 1213 W 1545 W 1557 W 1237 W 1532 W 1955 W 1704 W 1620 W 1623 W 1613 W 1340 W 1550 W 1235 W 1009 W 1258 W-9999 +USW00014922200806WDF2 280 X 80 X 80 X 40 X 70 X 200 X 320 X 310 X 240 X 280 X 140 X 220 X 260 X 310 X 290 X 320 X 310 X 320 X 310 X 290 X 300 X 320 X 120 X 180 X 260 X 130 X 260 X 270 X 340 X 300 X-9999 +USW00014922200806WDF5 310 X 20 X 70 X 80 X 60 X 210 X 230 X 310 X 280 X 280 X 140 X 210 X 230 X 320 X 320 X 320 X 320 X 350 X 40 X 280 X 310 X 10 X 110 X 180 X 260 X 170 X 250 X 270 X 340 X 290 X-9999 +USW00014922200806WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200806WSF2 63 X 72 X 89 X 58 X 116 X 148 X 112 X 89 X 103 X 76 X 112 X 94 X 116 X 219 X 103 X 103 X 94 X 72 X 63 X 156 X 116 X 94 X 58 X 76 X 89 X 54 X 134 X 107 X 112 X 67 X-9999 +USW00014922200806WSF5 98 X 112 X 112 X 76 X 156 X 228 X 148 X 107 X 143 X 107 X 139 X 130 X 161 X 277 X 130 X 139 X 112 X 112 X 76 X 219 X 165 X 116 X 67 X 103 X 112 X 80 X 179 X 134 X 161 X 98 X-9999 +USW00014922200806WT01 1 W-9999 1 W-9999 1 0-9999 -9999 1 W-9999 1 0 1 0 1 W-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922200806WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200806WT03-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922200806WT05-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00014922200806WT07-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200806WT08-9999 -9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922200806WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200806WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200806WT16-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00014922200806WT21 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200807TMAX 317 0 267 0 250 0 283 0 306 0 339 0 289 0 278 0 289 0 294 0 339 0 261 0 267 0 300 0 328 0 322 0 272 0 294 0 289 0 300 0 294 0 283 0 289 0 289 0 311 0 294 0 278 0 311 0 344 0 317 0 294 0 +USW00014922200807TMIN 178 0 167 0 128 0 156 0 183 0 222 0 194 0 183 0 156 0 172 0 194 0 167 0 156 0 161 0 217 0 228 0 211 0 200 0 183 0 194 0 200 0 189 0 172 0 200 0 200 0 172 0 194 0 206 0 228 0 189 0 200 0 +USW00014922200807PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 119 0 0 0 0 0 196 0 102 0 0 0 0 0 0 0 0 0 0 0 43 0 0 0 23 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 3 0 0 0 0T 0 0 0 30 0 +USW00014922200807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200807AWND 40 W 60 W 26 W 22 W 51 W 28 W 23 W 52 W 24 W 37 W 64 W 70 W 74 W 26 W 21 W 33 W 31 W 31 W 31 W 26 W 25 W 30 W 31 W 41 W 41 W 27 W 15 W 36 W 50 W 29 W 22 W +USW00014922200807FMTM 1530 X 0936 X 0036 X 1639 X 1602 X 0334 X 2003 X 1421 X 1359 X 1154 X 1937 X 1447 X 1208 X 2244 X 0440 X 1606 X 1251 X 0450 X 1535 X 1821 X 1000 X 1231 X 1631 X 1025 X 1450 X 1602 X 1114 X 1451 X 1521 X 1508 X 1129 X +USW00014922200807PGTM 1444 W 0916 W 1131 W 1536 W 1601 W 0736 W 2012 W 1421 W 1312 W 1154 W 1936 W 1446 W 1211 W 1538 W 0120 W 1615 W 1251 W 1058 W 1534 W 1820 W 1116 W 1102 W 1631 W 1121 W 1455 W 1537 W 1113 W 1450 W 1257 W 1144 W 1129 W +USW00014922200807WDF2 180 X 350 X 10 X 200 X 170 X 170 X 240 X 280 X 270 X 20 X 290 X 270 X 280 X 170 X 330 X 170 X 160 X 340 X 320 X 290 X 350 X 90 X 120 X 160 X 280 X 280 X 240 X 150 X 280 X 280 X 170 X +USW00014922200807WDF5 210 X 340 X 40 X 190 X 160 X 220 X 230 X 290 X 280 X 30 X 270 X 270 X 270 X 170 X 210 X 190 X 160 X 20 X 310 X 280 X 30 X 70 X 120 X 170 X 290 X 280 X 250 X 150 X 290 X 280 X 170 X +USW00014922200807WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200807WSF2 89 X 103 X 67 X 58 X 103 X 67 X 76 X 116 X 76 X 161 X 165 X 139 X 134 X 63 X 63 X 80 X 103 X 58 X 116 X 98 X 63 X 67 X 76 X 72 X 103 X 76 X 63 X 72 X 103 X 76 X 76 X +USW00014922200807WSF5 112 X 134 X 112 X 89 X 130 X 89 X 103 X 161 X 107 X 197 X 232 X 179 X 170 X 89 X 80 X 103 X 134 X 125 X 148 X 116 X 112 X 94 X 98 X 94 X 130 X 98 X 76 X 89 X 139 X 107 X 98 X +USW00014922200807WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200807WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200807WT03-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00014922200807WT05-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0 +USW00014922200807WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00014922200807WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200807WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200807WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200807WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 1 X +USW00014922200808TMAX 306 0 300 0 256 0 300 0 306 0 317 0 278 0 278 0 294 0 256 0 272 0 250 0 294 0 272 0 272 0 294 0 306 0 317 0 306 0 294 0 289 0 306 0 233 0 256 0 256 0 267 0 244 0 261 0 278 0 300 0 294 0 +USW00014922200808TMIN 189 0 156 0 206 0 206 0 194 0 189 0 167 0 156 0 178 0 133 0 144 0 167 0 144 0 167 0 161 0 172 0 194 0 189 0 189 0 194 0 183 0 206 0 144 0 122 0 133 0 139 0 156 0 156 0 128 0 139 0 178 0 +USW00014922200808PRCP 0 0 0 0 3 0 36 0 0 0 13 0 0 0 3 0 3 0 0 0 0T 0 102 0 145 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 538 0 10 0 0 0 0 0 0 0 +USW00014922200808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200808AWND 40 W 30 W 51 W 26 W 37 W 25 W 29 W 17 W 33 W 29 W 34 W 26 W 10 W 29 W 15 W 31 W 40 W 27 W 41 W 46 W 51 W 59 W 51 W 26 W 28 W 49 W 43 W 30 W 26 W 35 W 54 W +USW00014922200808FMTM 1606 X 1517 X 1728 X 1258 X 1522 X 1426 X 1251 X 1842 X 2148 X 0032 X 1430 X 1921 X 1314 X 1500 X 1734 X 1830 X 1338 X 1229 X 1825 X 1706 X 1831 X 1208 X 1334 X 1325 X 1352 X 1506 X 2146 X 1714 X 1522 X 1536 X 1537 X +USW00014922200808PGTM 1845 W 1530 W 1728 W 1256 W 1521 W 1425 W 1849 W 1841 W 2143 W 0037 W 1409 W 1920 W 1313 W 1234 W 1032 W 1827 W 1513 W 1336 W 1811 W 1706 W 1830 W 1045 W 1315 W 1413 W 1352 W 1145 W 2144 W 0704 W 1520 W 1429 W 1606 W +USW00014922200808WDF2 340 X 130 X 120 X 10 X 300 X 270 X 10 X 260 X 80 X 80 X 180 X 10 X 270 X 80 X 270 X 60 X 250 X 220 X 140 X 140 X 130 X 170 X 260 X 310 X 100 X 140 X 160 X 270 X 220 X 130 X 160 X +USW00014922200808WDF5 10 X 130 X 110 X 10 X 280 X 260 X 20 X 260 X 80 X 70 X 160 X 360 X 270 X 360 X 120 X 40 X 240 X 230 X 140 X 150 X 140 X 170 X 290 X 20 X 120 X 120 X 160 X 80 X 210 X 160 X 180 X +USW00014922200808WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200808WSF2 94 X 89 X 125 X 80 X 89 X 116 X 72 X 58 X 89 X 63 X 67 X 134 X 192 X 76 X 45 X 76 X 89 X 54 X 72 X 89 X 98 X 125 X 89 X 63 X 58 X 94 X 148 X 76 X 72 X 76 X 103 X +USW00014922200808WSF5 125 X 107 X 139 X 107 X 125 X 148 X 112 X 72 X 112 X 76 X 94 X 170 X 241 X 125 X 63 X 103 X 125 X 72 X 94 X 116 X 130 X 165 X 125 X 116 X 76 X 134 X 174 X 116 X 103 X 107 X 134 X +USW00014922200808WT01-9999 -9999 1 0 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 0 1 W-9999 -9999 -9999 +USW00014922200808WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200808WT03-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200808WT05-9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200808WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200808WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200808WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922200808WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200808WT16-9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922200809TMAX 311 0 267 0 200 0 178 0 217 0 211 0 194 0 183 0 206 0 211 0 256 0 222 0 189 0 172 0 183 0 278 0 239 0 272 0 278 0 261 0 278 0 250 0 272 0 206 0 250 0 289 0 228 0 178 0 178 0 144 0-9999 +USW00014922200809TMIN 200 0 133 0 100 0 117 0 111 0 94 0 100 0 94 0 72 0 128 0 144 0 139 0 133 0 106 0 83 0 111 0 122 0 139 0 178 0 150 0 139 0 167 0 178 0 117 0 122 0 161 0 128 0 100 0 100 0 56 0-9999 +USW00014922200809PRCP 0 0 5 0 0 0 0T 0 0 0 23 0 10 0 0 0 0 0 0 0 114 0 0 0 71 0 58 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 8 0 155 0 0 0 0T 0 0 0 0 0 8 0 0 0 0 0-9999 +USW00014922200809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200809AWND 59 W 56 W 43 W 26 W 31 W 29 W 37 W 23 W 24 W 55 W 46 W 32 W 27 W 40 W 28 W 33 W 25 W 49 W 43 W 19 W 34 W 60 W 60 W 27 W 41 W 49 W 43 W 28 W 47 W 38 W-9999 +USW00014922200809FMTM 1526 X 1155 X 1059 X 0934 X 1523 X 1749 X 1707 X 1506 X 2227 X 1116 X 1606 X 0401 X 1409 X 1654 X 1326 X 1516 X 2038 X 1348 X 1017 X 2226 X 1506 X 1157 X 1528 X 0021 X 1539 X 1504 X 0725 X 2231 X 1759 X 1311 X-9999 +USW00014922200809PGTM 1457 W 1139 W 1409 W 0934 W 1313 W 1745 W 1706 W 1416 W 2220 W 1041 W 1605 W 0651 W 1406 W 1653 W 1325 W 1454 W 0743 W 1347 W 0953 W 1421 W 1506 W 1431 W 1528 W 0014 W 1507 W 1313 W 0725 W 2229 W 1758 W 1841 W-9999 +USW00014922200809WDF2 170 X 280 X 340 X 110 X 270 X 320 X 270 X 320 X 170 X 160 X 270 X 360 X 320 X 330 X 300 X 250 X 110 X 170 X 220 X 50 X 140 X 160 X 270 X 310 X 170 X 170 X 350 X 90 X 320 X 310 X-9999 +USW00014922200809WDF5 160 X 270 X 360 X 110 X 250 X 320 X 270 X 320 X 180 X 160 X 270 X 40 X 330 X 340 X 330 X 220 X 30 X 180 X 220 X 60 X 130 X 150 X 260 X 310 X 170 X 170 X 360 X 90 X 320 X 30 X-9999 +USW00014922200809WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200809WSF2 107 X 98 X 76 X 63 X 89 X 116 X 89 X 63 X 63 X 94 X 116 X 63 X 89 X 98 X 58 X 72 X 54 X 89 X 94 X 45 X 80 X 103 X 148 X 116 X 89 X 103 X 94 X 67 X 103 X 76 X-9999 +USW00014922200809WSF5 156 X 116 X 107 X 76 X 112 X 148 X 107 X 103 X 94 X 125 X 165 X 134 X 107 X 125 X 89 X 103 X 80 X 112 X 134 X 63 X 103 X 139 X 183 X 156 X 112 X 125 X 116 X 76 X 130 X 103 X-9999 +USW00014922200809WT01 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 0-9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 +USW00014922200809WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200809WT05-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200809WT07 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200809WT08 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200809WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922200809WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200809WT16-9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00014922200810TMAX 144 0 200 0 150 0 172 0 167 0 217 0 161 0 217 0 167 0 206 0 239 0 256 0 211 0 117 0 128 0 117 0 117 0 133 0 189 0 128 0 111 0 78 0 122 0 117 0 161 0 94 0 44 0 89 0 122 0 217 0 167 0 +USW00014922200810TMIN 56 0 50 0 44 0 44 0 83 0 122 0 67 0 61 0 56 0 89 0 122 0 161 0 61 0 39 0 44 0 17 0 61 0 28 0 78 0 39 0 -6 0 44 0 56 0 67 0 56 0 11 0 -22 0 -28 0 -11 0 39 0 50 0 +USW00014922200810PRCP 0 0 0 0 0 0 0 0 51 0 18 0 236 0 0 0 13 0 0T 0 3 0 0T 0 109 0 0T 0 3 0 0 0 0T 0 0 0 3 0 0 0 3 0 43 0 0T 0 5 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200810AWND 38 W 32 W 16 W 32 W 68 W 64 W 35 W 32 W 44 W 45 W 42 W 48 W 42 W 31 W 51 W 10 W 11 W 33 W 38 W 39 W 40 W 52 W 48 W 25 W 53 W 98 W 65 W 21 W 15 W 34 W 29 W +USW00014922200810FMTM 1412 X 2356 X 2356 X 1449 X 1901 X 0022 X 1143 X 1629 X 1350 X 1644 X 1538 X 1601 X 1224 X 2317 X 1619 X 1343 X 1456 X 1525 X 2329 X 1200 X 2251 X 0539 X 1535 X 1844 X 1559 X 0811 X 0452 X 1458 X 2211 X 1146 X 1456 X +USW00014922200810PGTM 1414 W 2148 W 2356 W 1436 W 1901 W 1420 W 1142 W 1636 W 1122 W 1532 W 1536 W 1555 W 0941 W 2341 W 1619 W 1815 W 1239 W 1107 W 2313 W 1416 W 1313 W 0538 W 1329 W 1837 W 1544 W 0810 W 0453 W 1328 W 0839 W 1306 W 1533 W +USW00014922200810WDF2 320 X 60 X 60 X 120 X 100 X 120 X 330 X 270 X 270 X 110 X 150 X 170 X 270 X 220 X 290 X 320 X 330 X 160 X 360 X 330 X 100 X 110 X 100 X 290 X 270 X 280 X 320 X 240 X 170 X 190 X 20 X +USW00014922200810WDF5 350 X 20 X 50 X 100 X 100 X 120 X 320 X 280 X 260 X 140 X 140 X 150 X 280 X 210 X 290 X 40 X 280 X 170 X 320 X 10 X 130 X 110 X 120 X 290 X 290 X 280 X 340 X 250 X 360 X 200 X 20 X +USW00014922200810WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200810WSF2 76 X 76 X 76 X 67 X 116 X 98 X 76 X 98 X 98 X 80 X 80 X 94 X 76 X 63 X 98 X 45 X 36 X 80 X 76 X 76 X 80 X 103 X 80 X 63 X 112 X 165 X 125 X 67 X 45 X 94 X 67 X +USW00014922200810WSF5 116 X 143 X 103 X 89 X 139 X 130 X 116 X 116 X 143 X 103 X 112 X 125 X 98 X 94 X 130 X 63 X 45 X 103 X 98 X 139 X 112 X 116 X 125 X 76 X 148 X 237 X 161 X 89 X 76 X 125 X 94 X +USW00014922200810WT01-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 0-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922200810WT02-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200810WT05-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200810WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200810WT08-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200810WT13-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200810WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200810WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200810WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200810WT21-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200811TMAX 139 0 194 0 233 0 217 0 183 0 156 0 56 0 33 0 -6 0 11 0 6 0 28 0 67 0 50 0 28 0 6 0 -6 0 0 0 22 0 -17 0 -56 0 6 0 33 0 22 0 0 0 33 0 56 0 50 0 50 0 -17 0-9999 +USW00014922200811TMIN 11 0 89 0 89 0 106 0 139 0 56 0 0 0 -11 0 -50 0 -67 0 -50 0 0 0 17 0 -11 0 -39 0 -39 0 -72 0 -83 0 -39 0 -94 0 -128 0 -67 0 -11 0 -56 0 -83 0 -78 0 -56 0 -50 0 -61 0 -56 0-9999 +USW00014922200811PRCP 0 0 0 0 0 0 0 0 10 0 104 0 48 0 13 0 0T 0 0 0 53 0 18 0 18 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 20 0-9999 +USW00014922200811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 28 0 0T 0 0T 0 0 0 18 0 13 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 13 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 38 0-9999 +USW00014922200811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0-9999 +USW00014922200811AWND 40 W 37 W 52 W 43 W 68 W 57 W 27 W 73 W 47 W 15 W 43 W 22 W 41 W 39 W 52 W 30 W 53 W 42 W 61 W 67 W 27 W 43 W 18 W 45 W 17 W 11 W 52 W 14 W 16 W 57 W-9999 +USW00014922200811FMTM 2347 X 1019 X 1518 X 2339 X 1418 X 1127 X 0335 X 1223 X 0502 X 0125 X 1815 X 2238 X 0623 X 1917 X 1520 X 2043 X 1505 X 1751 X 1403 X 1210 X 2243 X 1528 X 0827 X 1822 X 0021 X 1151 X 1512 X 0012 X 2349 X 2123 X-9999 +USW00014922200811PGTM 2353 W 1018 W 1433 W 2253 W 1539 W 1132 W 0334 W 1433 W 0421 W 0925 W 1757 W 2202 W 0158 W 1916 W 0550 W 2043 W 1159 W 1709 W 1320 W 1531 W 0020 W 1605 W 0229 W 1815 W 1144 W 1151 W 1600 W 0045 W 2143 W 1318 W-9999 +USW00014922200811WDF2 140 X 190 X 160 X 170 X 170 X 220 X 210 X 320 X 320 X 320 X 100 X 210 X 160 X 310 X 320 X 340 X 320 X 170 X 320 X 320 X 120 X 170 X 230 X 320 X 340 X 340 X 280 X 270 X 360 X 360 X-9999 +USW00014922200811WDF5 150 X 200 X 170 X 170 X 160 X 230 X 160 X 360 X 290 X 360 X 100 X 210 X 190 X 310 X 320 X 340 X 320 X 150 X 330 X 330 X 310 X 140 X 210 X 330 X 240 X 320 X 280 X 270 X 20 X 20 X-9999 +USW00014922200811WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200811WSF2 72 X 72 X 94 X 112 X 107 X 125 X 89 X 107 X 98 X 54 X 72 X 58 X 72 X 98 X 89 X 94 X 107 X 98 X 116 X 107 X 54 X 76 X 54 X 103 X 40 X 40 X 116 X 54 X 54 X 98 X-9999 +USW00014922200811WSF5 89 X 94 X 130 X 148 X 134 X 156 X 139 X 134 X 125 X 67 X 98 X 80 X 103 X 130 X 116 X 125 X 134 X 125 X 148 X 134 X 67 X 94 X 72 X 139 X 58 X 80 X 148 X 63 X 76 X 148 X-9999 +USW00014922200811WT01-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 X 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 +USW00014922200811WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200811WT05-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200811WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200811WT08-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00014922200811WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200811WT14-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200811WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200811WT16-9999 -9999 -9999 -9999 1 X 1 X 1 0 1 0 1 0-9999 1 0 1 0 1 X 1 X 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922200811WT18-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922200812TMAX -44 0 33 0 -17 0 -83 0 -22 0 -28 0 -83 0 -50 0 -61 0 -17 0 -17 0 -11 0 33 0 33 0 -183 0 -156 0 -117 0 -89 0 -44 0 -61 0 -128 0 -167 0 -44 0 -100 0 -33 0 50 0 33 0 -17 0 22 0 -72 0 -106 0 +USW00014922200812TMIN -94 0 -106 0 -100 0 -128 0 -133 0 -156 0 -161 0 -83 0 -139 0 -167 0 -133 0 -189 0 -33 0 -183 0 -233 0 -239 0 -194 0 -200 0 -94 0 -233 0 -244 0 -250 0 -167 0 -189 0 -211 0 -33 0 -94 0 -144 0 -94 0 -172 0 -228 0 +USW00014922200812PRCP 0T 0 3 0 5 0 3 0 10 0 0T 0 10 0 51 0 5 0 0 0 0T 0 0T 0 0 0 69 0 0T 0 23 0 0T 0 0 0 5 0 61 0 0T 0 0T 0 13 0 0T 0 0 0 3 0 0T 0 0 0 0 0 33 0 0 0 +USW00014922200812SNOW 0T 0 10 0 8 0 3 0 43 0 0T 0 18 0 74 0 8 0 0 0 5 0 0T 0 0 0 61 0 0T 0 51 0 0T 0 0 0 8 0 91 0 0T 0 0T 0 23 0 5 0 0 0 0 0 0T 0 0 0 0 0 36 0 0 0 +USW00014922200812SNWD 25 0 25 0 51 0 25 0 25 0 76 0 51 0 76 0 152 0 102 0 102 0 102 0 76 0 102 0 76 0 127 0 127 0 127 0 127 0 127 0 178 0 152 0 203 0 178 0 203 0 178 0 76 0 51 0 51 0 51 0 76 0 +USW00014922200812AWND 47 W 40 W 50 W 49 W 43 W 72 W 31 W 41 W 50 W 36 W 46 W 30 W 35 W 59 W 63 W 27 W 24 W 21 W 32 W 52 W 67 W 32 W 38 W 32 W 49 W 51 W 51 W 31 W 51 W 55 W 31 W +USW00014922200812FMTM 0043 X 2340 X 0507 X 1524 X 1658 X 0854 X 1437 X 2359 X 0851 X 1542 X 0251 X 1804 X 1444 X 2332 X 0237 X 1842 X 1321 X 2343 X 0240 X 1713 X 1728 X 0019 X 0254 X 1538 X 2108 X 0104 X 1737 X 0032 X 0814 X 1718 X 2236 X +USW00014922200812PGTM 1352 W 2046 W 0502 W 1729 W 1658 W 0853 W 1437 W 1829 W 0526 W 1541 W 0134 W 2332 W 1519 W 1514 W 0422 W 1839 W 1320 W 1921 W 0951 W 2127 W 1727 W 0014 W 0253 W 1811 W 1814 W 0104 W 1745 W 0032 W 0814 W 1442 W 2202 W +USW00014922200812WDF2 340 X 320 X 320 X 280 X 170 X 330 X 130 X 360 X 340 X 190 X 320 X 160 X 140 X 280 X 280 X 110 X 260 X 40 X 30 X 280 X 310 X 290 X 120 X 280 X 150 X 160 X 310 X 310 X 280 X 350 X 160 X +USW00014922200812WDF5 360 X 300 X 320 X 290 X 170 X 330 X 140 X 30 X 10 X 190 X 330 X 200 X 130 X 240 X 290 X 120 X 260 X 20 X 10 X 270 X 310 X 290 X 110 X 260 X 130 X 160 X 280 X 320 X 280 X 20 X 140 X +USW00014922200812WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200812WSF2 112 X 80 X 103 X 94 X 80 X 134 X 76 X 67 X 94 X 80 X 94 X 63 X 76 X 125 X 112 X 54 X 45 X 58 X 67 X 112 X 103 X 67 X 80 X 72 X 94 X 107 X 80 X 76 X 143 X 98 X 67 X +USW00014922200812WSF5 143 X 107 X 134 X 112 X 107 X 170 X 98 X 107 X 130 X 134 X 112 X 76 X 94 X 148 X 139 X 63 X 63 X 98 X 103 X 134 X 139 X 94 X 103 X 89 X 134 X 148 X 103 X 112 X 174 X 139 X 94 X +USW00014922200812WT01-9999 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 1 X 1 W-9999 -9999 1 W-9999 +USW00014922200812WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 +USW00014922200812WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200812WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00014922200812WT08-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 W 1 X 1 W 1 W 1 X-9999 1 W 1 W-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922200812WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200812WT13-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 +USW00014922200812WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922200812WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 +USW00014922200812WT18 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 +USW00014922200812WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200901TMAX -11 0 -106 0 -39 0 -61 0 -39 0 -39 0 -100 0 -111 0 -78 0 -89 0 -83 0 -100 0 -189 0 -194 0 -211 0 -133 0 -61 0 -28 0 -61 0 -67 0 -28 0 -22 0 -61 0 -167 0 -133 0 -144 0 -122 0 -89 0 -67 0 -56 0 78 0 +USW00014922200901TMIN -144 0 -178 0 -111 0 -183 0 -200 0 -117 0 -161 0 -189 0 -117 0 -172 0 -156 0 -189 0 -278 0 -267 0 -294 0 -300 0 -133 0 -117 0 -156 0 -133 0 -89 0 -128 0 -211 0 -244 0 -217 0 -217 0 -206 0 -200 0 -172 0 -206 0 -56 0 +USW00014922200901PRCP 0T 0 0 0 38 0 0T 0 0 0 0 0 3 0 0 0 8 0 0 0 10 0 58 0 5 0 3 0 0 0 0T 0 0T 0 13 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 +USW00014922200901SNOW 0T 0 0 0 15 0 0T 0 0 0 0 0 3 0 0 0 5 0 0 0 18 0 119 0 8 0 8 0 0 0 0T 0 0T 0 25 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 13 0 0T 0 0 0 0 0 +USW00014922200901SNWD 76 Z 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 76 0 102 0 102 0 152 0 178 0 178 0 178 0 178 0 178 0 203 0 178 0 178 0 178 0 178 0 152 0 152 0 152 0 152 0 152 0 127 0 127 0 127 0 +USW00014922200901AWND 52 W 32 W 55 W 46 W 26 W 28 W 47 W 22 W 43 W 23 W 22 W 48 W 31 W 54 W 31 W 37 W 54 W 32 W 30 W 28 W 18 W 10 W 68 W 38 W 33 W 22 W 16 W 23 W 52 W 21 W 49 W +USW00014922200901FMTM 1649 X 0115 X 0735 X 0536 X 2221 X 1055 X 1546 X 0407 X 1113 X 1554 X 1547 X 1938 X 0028 X 0958 X 0027 X 2035 X 1405 X 1822 X 1521 X 2141 X 0705 X 2359 X 0845 X 0042 X 1248 X 1515 X 1329 X 1536 X 1401 X 0125 X 1944 X +USW00014922200901PGTM 1649 W 0115 W 0928 W 0412 W 2224 W 1120 W 1542 W 0406 W 1600 W 0345 W 1147 W 1940 W 0027 W 1505 W 0016 W 1752 W 1245 W 1337 W 1347 W 2140 W 0703 W 1919 W 1315 W 1622 W 1335 W 1320 W 2259 W 1345 W 0942 W 0112 W 1943 W +USW00014922200901WDF2 280 X 280 X 100 X 280 X 160 X 170 X 280 X 290 X 50 X 240 X 310 X 330 X 320 X 350 X 310 X 170 X 320 X 360 X 320 X 220 X 340 X 310 X 320 X 310 X 280 X 240 X 220 X 220 X 270 X 310 X 290 X +USW00014922200901WDF5 280 X 270 X 100 X 290 X 150 X 170 X 280 X 290 X 10 X 10 X 360 X 330 X 320 X 330 X 310 X 180 X 310 X 20 X 340 X 220 X 340 X 120 X 350 X 240 X 280 X 280 X 190 X 210 X 290 X 310 X 280 X +USW00014922200901WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 +USW00014922200901WSF2 139 X 76 X 112 X 94 X 58 X 58 X 80 X 54 X 67 X 45 X 58 X 112 X 94 X 89 X 67 X 72 X 125 X 80 X 72 X 67 X 54 X 36 X 112 X 72 X 67 X 58 X 45 X 58 X 89 X 45 X 125 X +USW00014922200901WSF5 192 X 98 X 148 X 125 X 76 X 72 X 103 X 67 X 94 X 107 X 76 X 139 X 107 X 103 X 89 X 94 X 165 X 112 X 116 X 89 X 63 X 63 X 156 X 89 X 76 X 72 X 54 X 76 X 112 X 67 X 165 X +USW00014922200901WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W +USW00014922200901WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200901WT05-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200901WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200901WT08-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 1 X 1 0 1 W 1 X-9999 1 W 1 X 1 W 1 W-9999 1 W 1 X 1 X 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W +USW00014922200901WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200901WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922200901WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200901WT16 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922200901WT17-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200901WT18 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922200901WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200901WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200902TMAX 6 0 -56 0 -133 0 -94 0 11 0 44 0 28 0 28 0 83 0 83 0 17 0 0 0 -44 0 -56 0 -33 0 28 0 44 0 6 0 -72 0 -33 0 -56 0 -78 0 -61 0 44 0 39 0 -22 0 -100 0 -72 0-9999 -9999 -9999 +USW00014922200902TMIN -56 0 -172 0 -200 0 -206 0 -128 0 -89 0 -44 0 -89 0 -11 0 17 0 0 0 -50 0 -83 0 -128 0 -139 0 -89 0 -50 0 -133 0 -167 0 -139 0 -144 0 -183 0 -178 0 -78 0 -50 0 -100 0 -167 0 -189 0-9999 -9999 -9999 +USW00014922200902PRCP 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 13 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 18 0 0T 0 0 0 33 0 30 0 0T 0 0 0 0 0 0T 0 117 0 0 0 0 0-9999 -9999 -9999 +USW00014922200902SNOW 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 8 0 5 0 0 0 61 0 51 0 0T 0 0 0 0 0 0 0 152 0 0 0 0 0-9999 -9999 -9999 +USW00014922200902SNWD 102 0 102 0 102 0 102 0 102 0 102 0 76 0 51 0 51 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 102 0 102 0 76 0 76 0 25 0 25 0 152 0 127 0-9999 -9999 -9999 +USW00014922200902AWND 65 W 71 W 37 W 23 W 23 W 39 W 47 W 26 W 67 W 76 W 52 W 66 W 33 W 38 W 16 W 41 W 28 W 75 W 37 W 29 W 59 W 35 W 28 W 42 W 41 W 57 W 48 W 32 W-9999 -9999 -9999 +USW00014922200902FMTM 0951 X 0139 X 2354 X 2247 X 0114 X 1458 X 1456 X 1456 X 2152 X 1502 X 2051 X 1118 X 0030 X 1548 X 1426 X 1440 X 1525 X 1335 X 0016 X 2104 X 1516 X 1243 X 2143 X 1616 X 0957 X 1818 X 0034 X 1949 X-9999 -9999 -9999 +USW00014922200902PGTM 0950 W 0139 W 1317 W 1941 W 2358 W 1819 W 1538 W 1455 W 2151 W 0213 W 1852 W 0940 W 1037 W 1547 W 1308 W 1124 W 1420 W 2051 W 0002 W 2300 W 1449 W 1322 W 2143 W 0311 W 0936 W 1739 W 0034 W 1948 W-9999 -9999 -9999 +USW00014922200902WDF2 270 X 280 X 330 X 160 X 140 X 140 X 280 X 220 X 160 X 240 X 280 X 280 X 320 X 320 X 290 X 210 X 120 X 320 X 340 X 90 X 320 X 320 X 140 X 140 X 310 X 20 X 10 X 310 X-9999 -9999 -9999 +USW00014922200902WDF5 280 X 280 X 30 X 160 X 160 X 160 X 310 X 230 X 140 X 190 X 290 X 270 X 20 X 330 X 320 X 190 X 80 X 340 X 360 X 100 X 320 X 350 X 140 X 120 X 310 X 20 X 360 X 310 X-9999 -9999 -9999 +USW00014922200902WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0-9999 -9999 -9999 +USW00014922200902WSF2 98 X 143 X 76 X 58 X 58 X 72 X 98 X 58 X 125 X 134 X 107 X 103 X 63 X 76 X 36 X 89 X 54 X 112 X 80 X 63 X 94 X 72 X 72 X 67 X 89 X 130 X 98 X 80 X-9999 -9999 -9999 +USW00014922200902WSF5 116 X 174 X 116 X 80 X 72 X 94 X 112 X 72 X 165 X 183 X 148 X 130 X 89 X 103 X 54 X 125 X 72 X 143 X 107 X 80 X 130 X 116 X 89 X 94 X 112 X 174 X 130 X 98 X-9999 -9999 -9999 +USW00014922200902WT01-9999 -9999 -9999 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922200902WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200902WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200902WT07-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200902WT08-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 0 1 W-9999 -9999 -9999 -9999 +USW00014922200902WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200902WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200902WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200902WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200902WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200902WT18-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200902WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200903TMAX -89 0 -61 0 -22 0 44 0 56 0 72 0 11 0 28 0 28 0 17 0 -133 0 -78 0 33 0 100 0 133 0 194 0 133 0 106 0 39 0 83 0 161 0 161 0 100 0 128 0 39 0 -6 0 11 0 56 0 72 0 78 0 78 0 +USW00014922200903TMIN -183 0 -156 0 -117 0 -50 0 0 0 -11 0 -33 0 -33 0 -44 0 -161 0 -194 0 -200 0 -111 0 -33 0 -6 0 22 0 33 0 -17 0 -61 0 -22 0 0 0 50 0 61 0 33 0 -11 0 -56 0 -83 0 -67 0 -61 0 0 0 6 0 +USW00014922200903PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 48 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0T 0 86 0 112 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 94 0 +USW00014922200903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 13 0 +USW00014922200903SNWD 127 0 127 0 127 0 127 0 102 0 51 0 0T 0 0 0 0 0 0 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200903AWND 28 W 34 W 54 W 55 W 29 W 33 W 30 W 29 W 26 W 51 W 72 W 17 W 30 W 40 W 41 W 38 W 41 W 39 W 29 W 49 W 19 W 74 W 89 W 71 W 67 W 57 W 38 W 29 W 38 W 62 W 55 W +USW00014922200903FMTM 0312 X 1713 X 1539 X 2235 X 1936 X 1347 X 0848 X 1537 X 1310 X 2236 X 0104 X 0233 X 1615 X 1354 X 1521 X 1445 X 1237 X 1419 X 0428 X 1434 X 2105 X 2252 X 1001 X 0223 X 0628 X 1312 X 0003 X 2108 X 0520 X 2324 X 0116 X +USW00014922200903PGTM 0121 W 1439 W 1154 W 2231 W 1936 W 1346 W 1207 W 1456 W 1251 W 2306 W 0048 W 0232 W 1725 W 1611 W 1447 W 1445 W 1238 W 1421 W 0427 W 1215 W 1950 W 1336 W 0114 W 0231 W 0454 W 1515 W 1513 W 2050 W 0539 W 2313 W 0115 W +USW00014922200903WDF2 350 X 150 X 140 X 160 X 230 X 250 X 320 X 30 X 110 X 280 X 290 X 330 X 260 X 200 X 170 X 200 X 290 X 320 X 340 X 180 X 40 X 110 X 130 X 120 X 230 X 270 X 290 X 10 X 360 X 100 X 90 X +USW00014922200903WDF5 340 X 150 X 140 X 150 X 230 X 260 X 250 X 20 X 120 X 280 X 270 X 330 X 250 X 220 X 190 X 210 X 290 X 320 X 350 X 150 X 30 X 120 X 120 X 130 X 240 X 270 X 320 X 10 X 360 X 100 X 100 X +USW00014922200903WESD 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200903WSF2 67 X 58 X 103 X 80 X 67 X 72 X 63 X 58 X 63 X 130 X 125 X 54 X 67 X 80 X 89 X 89 X 94 X 107 X 76 X 98 X 54 X 130 X 134 X 134 X 107 X 94 X 72 X 89 X 76 X 116 X 125 X +USW00014922200903WSF5 94 X 72 X 139 X 116 X 76 X 89 X 80 X 130 X 76 X 156 X 156 X 63 X 80 X 112 X 116 X 130 X 116 X 134 X 94 X 130 X 80 X 174 X 174 X 174 X 143 X 107 X 103 X 107 X 107 X 161 X 156 X +USW00014922200903WT01-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W +USW00014922200903WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200903WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200903WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922200903WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200903WT07-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200903WT08-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 W 1 0-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 W 1 W 1 W 1 X 1 X 1 W-9999 1 W-9999 -9999 -9999 1 X +USW00014922200903WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200903WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200903WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200903WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 X 1 X 1 X 1 0 1 0 1 0-9999 -9999 -9999 1 0 +USW00014922200903WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00014922200903WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200904TMAX 28 0 72 0 89 0 78 0 72 0 72 0 94 0 111 0 122 0 122 0 133 0 150 0 144 0 183 0 194 0 217 0 228 0 189 0 106 0 94 0 156 0 161 0 294 0 233 0 133 0 167 0 117 0 167 0 133 0 172 0-9999 +USW00014922200904TMIN 6 0 -11 0 -33 0 -28 0 0 0 -17 0 -33 0 -11 0 -11 0 -6 0 11 0 33 0 61 0 22 0 50 0 67 0 128 0 89 0 44 0 44 0 28 0 44 0 89 0 72 0 44 0 56 0 39 0 28 0 83 0 83 0-9999 +USW00014922200904PRCP 20 0 0 0 0 0 76 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 15 0 0T 0 0 0 0T 0 0 0 0T 0 206 0 0T 0 0 0 41 0 3 0-9999 +USW00014922200904SNOW 15 0 0 0 0 0 25 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200904SNWD 25 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200904AWND 55 W 41 W 26 W 26 W 63 W 72 W 34 W 46 W 38 W 39 W 37 W 39 W 30 W 17 W 34 W 40 W 22 W 41 W 38 W 65 W 75 W 41 W 78 W 56 W 50 W 62 W 51 W 43 W 51 W 63 W-9999 +USW00014922200904FMTM 1405 X 1248 X 1800 X 1836 X 1607 X 1509 X 1243 X 1428 X 1704 X 1549 X 1607 X 1401 X 1414 X 1307 X 1220 X 1003 X 0956 X 2120 X 0203 X 1640 X 1208 X 0929 X 1747 X 1852 X 0150 X 1616 X 0415 X 1637 X 1412 X 1737 X-9999 +USW00014922200904PGTM 1347 W 1143 W 1538 W 1638 W 1841 W 1435 W 1340 W 1427 W 0956 W 1427 W 1606 W 1400 W 1424 W 1135 W 1627 W 1002 W 1002 W 2045 W 1425 W 1700 W 0832 W 0929 W 2047 W 1832 W 0150 W 2124 W 0835 W 1620 W 1411 W 1736 W-9999 +USW00014922200904WDF2 280 X 290 X 290 X 20 X 350 X 330 X 280 X 320 X 10 X 40 X 100 X 150 X 60 X 350 X 100 X 150 X 220 X 360 X 10 X 310 X 340 X 320 X 170 X 340 X 350 X 120 X 280 X 110 X 110 X 270 X-9999 +USW00014922200904WDF5 270 X 280 X 310 X 40 X 360 X 330 X 270 X 310 X 30 X 30 X 110 X 150 X 50 X 30 X 100 X 150 X 210 X 20 X 10 X 320 X 330 X 330 X 160 X 340 X 350 X 210 X 310 X 90 X 110 X 270 X-9999 +USW00014922200904WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200904WSF2 107 X 76 X 58 X 72 X 107 X 125 X 76 X 103 X 67 X 80 X 63 X 89 X 63 X 63 X 76 X 89 X 67 X 76 X 67 X 125 X 139 X 80 X 130 X 125 X 112 X 107 X 94 X 89 X 94 X 130 X-9999 +USW00014922200904WSF5 143 X 98 X 76 X 103 X 134 X 165 X 98 X 139 X 130 X 174 X 80 X 112 X 80 X 107 X 107 X 112 X 94 X 107 X 116 X 170 X 183 X 107 X 161 X 156 X 134 X 134 X 116 X 107 X 107 X 165 X-9999 +USW00014922200904WT01 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 +USW00014922200904WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200904WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200904WT05-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00014922200904WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00014922200904WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922200904WT13 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 +USW00014922200904WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 +USW00014922200904WT16 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00014922200904WT18 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200905TMAX 156 0 178 0 200 0 228 0 222 0 222 0 239 0 172 0 144 0 139 0 194 0 222 0 217 0 167 0 228 0 139 0 194 0 278 0 361 0 344 0 244 0 239 0 233 0 239 0 256 0 189 0 150 0 272 0 256 0 222 0 283 0 +USW00014922200905TMIN 67 0 56 0 83 0 67 0 122 0 128 0 117 0 89 0 56 0 50 0 50 0 128 0 122 0 61 0 61 0 33 0 50 0 117 0 150 0 206 0 150 0 122 0 133 0 94 0 128 0 139 0 106 0 67 0 133 0 128 0 83 0 +USW00014922200905PRCP 0 0 0T 0 0 0 0 0 51 0 0T 0 0 0 33 0 0T 0 0 0 0 0 0T 0 10 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 30 0 0 0 0 0 0 0 0T 0 0 0 0T 0 8 0 0T 0 +USW00014922200905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200905AWND 56 W 45 W 29 W 28 W 53 W 34 W 34 W 32 W 50 W 35 W 22 W 85 W 65 W 60 W 69 W 75 W 23 W 51 W 49 W 89 W 47 W 38 W 36 W 26 W 66 W 32 W 47 W 33 W 41 W 56 W 44 W +USW00014922200905FMTM 1543 X 1726 X 1218 X 1338 X 1430 X 1732 X 1610 X 2355 X 0036 X 0311 X 1605 X 1549 X 1841 X 0625 X 2223 X 0247 X 1929 X 0856 X 2240 X 1433 X 0319 X 0855 X 0839 X 1901 X 1006 X 0247 X 1213 X 2300 X 1807 X 1711 X 1355 X +USW00014922200905PGTM 1622 W 1310 W 1107 W 1337 W 1430 W 1736 W 1342 W 2319 W 1256 W 1153 W 1604 W 1548 W 1840 W 0310 W 2118 W 0242 W 1929 W 0855 W 2206 W 1518 W 0319 W 1055 W 1030 W 1900 W 1010 W 2030 W 1050 W 2358 W 1747 W 1350 W 1556 W +USW00014922200905WDF2 270 X 280 X 240 X 220 X 250 X 280 X 280 X 360 X 350 X 320 X 250 X 160 X 280 X 320 X 320 X 310 X 210 X 210 X 190 X 210 X 350 X 120 X 350 X 80 X 110 X 150 X 360 X 340 X 350 X 320 X 160 X +USW00014922200905WDF5 270 X 280 X 270 X 220 X 270 X 290 X 290 X 10 X 330 X 20 X 240 X 160 X 270 X 290 X 310 X 310 X 220 X 220 X 180 X 200 X 360 X 130 X 20 X 100 X 110 X 40 X 20 X 360 X 340 X 320 X 210 X +USW00014922200905WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200905WSF2 103 X 103 X 89 X 72 X 125 X 125 X 98 X 94 X 94 X 80 X 58 X 148 X 161 X 116 X 134 X 139 X 72 X 94 X 98 X 143 X 107 X 72 X 76 X 54 X 125 X 72 X 76 X 80 X 107 X 107 X 112 X +USW00014922200905WSF5 139 X 139 X 112 X 98 X 179 X 156 X 130 X 125 X 112 X 125 X 80 X 192 X 206 X 165 X 183 X 174 X 89 X 130 X 143 X 219 X 134 X 98 X 98 X 76 X 148 X 107 X 107 X 107 X 148 X 161 X 148 X +USW00014922200905WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200905WT03-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200905WT05-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 +USW00014922200905WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200905WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200905WT16-9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X +USW00014922200906TMAX 233 0 239 0 211 0 256 0 233 0 111 0 139 0 139 0 183 0 194 0 228 0 222 0 256 0 289 0 272 0 244 0 250 0 294 0 283 0 300 0 261 0 344 0 350 0 294 0 322 0 317 0 272 0 261 0 233 0 211 0-9999 +USW00014922200906TMIN 94 0 128 0 83 0 100 0 111 0 94 0 94 0 89 0 78 0 122 0 122 0 106 0 111 0 161 0 167 0 161 0 156 0 194 0 211 0 189 0 200 0 222 0 217 0 211 0 194 0 189 0 183 0 161 0 167 0 128 0-9999 +USW00014922200906PRCP 0 0 0 0 0 0 0 0 0 0 175 0 18 0 107 0 0T 0 5 0 0 0 0 0 0 0 0 0 3 0 165 0 23 0 0 0 0T 0 0 0 8 0 5 0 0T 0 41 0 43 0 0 0 135 0 0 0 0 0 0T 0-9999 +USW00014922200906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200906AWND 43 W 44 W 20 W 28 W 50 W 48 W 50 W 36 W 13 W 17 W 22 W 15 W 21 W 20 W 34 W 46 W 39 W 39 W 35 W 24 W 45 W 22 W 25 W 22 W 26 W 30 W 65 W 77 W 70 W 62 W-9999 +USW00014922200906FMTM 0316 X 1313 X 1646 X 1436 X 1524 X 1614 X 1543 X 0456 X 1445 X 0649 X 1557 X 1719 X 1705 X 1730 X 1308 X 1341 X 2058 X 1026 X 1842 X 0951 X 1446 X 1313 X 1452 X 0649 X 0600 X 9999 XX 1254 X 1520 X 0712 X 0842 X-9999 +USW00014922200906PGTM 0314 W 1229 W 2024 W 1536 W 2028 W 1606 W 1517 W 0620 W 1442 W 0703 W 1102 W 1717 W 1536 W 1729 W 2329 W 1049 W 2056 W 0959 W 1830 W 1141 W 1429 W 1257 W 1451 W 1110 W 0559 W-9999 2332 W 1720 W 1337 W 0647 W-9999 +USW00014922200906WDF2 10 X 320 X 280 X 280 X 320 X 70 X 70 X 60 X 220 X 350 X 320 X 220 X 230 X 230 X 160 X 110 X 110 X 120 X 310 X 340 X 120 X 220 X 180 X 10 X 330 X 140 W 270 X 280 X 320 X 330 X-9999 +USW00014922200906WDF5 10 X 320 X 30 X 290 X 20 X 80 X 70 X 50 X 190 X 10 X 10 X 210 X 240 X 220 X 140 X 140 X 110 X 110 X 290 X 310 X 110 X 170 X 170 X 40 X 330 X 140 W 260 X 290 X 320 X 340 X-9999 +USW00014922200906WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200906WSF2 112 X 98 X 63 X 67 X 98 X 107 X 94 X 76 X 45 X 58 X 67 X 80 X 58 X 67 X 89 X 89 X 72 X 89 X 89 X 63 X 98 X 58 X 89 X 63 X 89 X 67 W 116 X 134 X 103 X 98 X-9999 +USW00014922200906WSF5 143 X 125 X 94 X 103 X 130 X 134 X 112 X 103 X 58 X 89 X 103 X 107 X 89 X 80 X 130 X 116 X 94 X 125 X 116 X 125 X 125 X 80 X 116 X 107 X 112 X 94 W 161 X 179 X 134 X 130 X-9999 +USW00014922200906WT01-9999 -9999 -9999 -9999 -9999 1 W 1 0 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W 1 0-9999 -9999 -9999 1 W 1 W-9999 -9999 1 0-9999 1 0-9999 -9999 1 W-9999 +USW00014922200906WT03-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00014922200906WT05-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 +USW00014922200906WT07-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200906WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 X 1 X-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200906WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 +USW00014922200906WT14-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200906WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 +USW00014922200907TMAX 228 0 267 0 267 0 256 0 289 0 294 0 283 0 261 0 272 0 317 0 261 0 261 0 278 0 267 0 256 0 217 0 183 0 194 0 256 0 283 0 261 0 267 0 294 0 294 0 250 0 294 0 300 0 250 0 256 0 256 0 261 0 +USW00014922200907TMIN 133 0 139 0 167 0 172 0 144 0 167 0 183 0 178 0 156 0 194 0 167 0 172 0 156 0 183 0 167 0 133 0 139 0 133 0 117 0 144 0 161 0 144 0 167 0 183 0 172 0 167 0 194 0 161 0 139 0 144 0 139 0 +USW00014922200907PRCP 10 0 0 0 0 0 38 0 0 0 0T 0 0T 0 0 0 3 0 5 0 0 0 0 0 0 0 10 0 0 0 0 0 0T 0 0 0 0 0 0T 0 234 0 61 0 0 0 23 0 3 0 0 0 3 0 0 0 0T 0 3 0 160 0 +USW00014922200907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200907AWND 35 W 26 W 16 W 16 W 24 W 22 W 31 W 55 W 51 W 41 W 42 W 20 W 33 W 59 W 62 W 57 W 63 W 34 W 15 W 47 W 28 W 18 W 24 W 43 W 59 W 36 W 25 W 47 W 29 W 35 W 34 W +USW00014922200907FMTM 0117 X 1428 X 1657 X 1425 X 1601 X 1242 X 2214 X 1714 X 0822 X 1924 X 1205 X 1742 X 2341 X 1802 X 1155 X 1416 X 0306 X 1120 X 1605 X 1509 X 1619 X 1645 X 1457 X 1837 X 1222 X 1451 X 1938 X 1108 X 1514 X 1446 X 2056 X +USW00014922200907PGTM 1817 W 1340 W 1235 W 1415 W 1452 W 1428 W 2236 W 1615 W 0821 W 1308 W 1059 W 1808 W 2106 W 1428 W 1153 W 1210 W 0305 W 1117 W 0920 W 1508 W 1605 W 1108 W 1456 W 0704 W 1221 W 1525 W 2043 W 1043 W 1514 W 1603 W 2055 W +USW00014922200907WDF2 10 X 340 X 170 X 30 X 280 X 290 X 100 X 120 X 150 X 320 X 300 X 10 X 110 X 160 X 280 X 270 X 320 X 330 X 110 X 160 X 20 X 140 X 280 X 320 X 330 X 280 X 300 X 310 X 250 X 280 X 290 X +USW00014922200907WDF5 30 X 310 X 120 X 20 X 290 X 320 X 110 X 110 X 150 X 220 X 320 X 30 X 90 X 160 X 280 X 290 X 320 X 310 X 40 X 160 X 340 X 20 X 290 X 200 X 330 X 280 X 330 X 290 X 250 X 340 X 280 X +USW00014922200907WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200907WSF2 76 X 72 X 36 X 107 X 80 X 76 X 72 X 94 X 107 X 94 X 80 X 45 X 63 X 125 X 112 X 125 X 125 X 76 X 54 X 80 X 94 X 63 X 72 X 94 X 112 X 76 X 67 X 107 X 98 X 98 X 112 X +USW00014922200907WSF5 107 X 103 X 76 X 143 X 112 X 98 X 89 X 116 X 139 X 134 X 125 X 94 X 80 X 161 X 156 X 148 X 174 X 103 X 80 X 103 X 112 X 89 X 94 X 125 X 161 X 103 X 103 X 139 X 134 X 112 X 174 X +USW00014922200907WT01 1 W-9999 -9999 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922200907WT03-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922200907WT05 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 +USW00014922200907WT07-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200907WT08-9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922200907WT13 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922200907WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200907WT16 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X +USW00014922200908TMAX 222 0 278 0 278 0 250 0 261 0 267 0 217 0 300 0 289 0 278 0 289 0 311 0 283 0 322 0 278 0 256 0 272 0 256 0 206 0 189 0 233 0 239 0 250 0 278 0 267 0 244 0 256 0 256 0 189 0 200 0 211 0 +USW00014922200908TMIN 150 0 133 0 172 0 172 0 133 0 161 0 178 0 194 0 211 0 189 0 178 0 183 0 206 0 206 0 217 0 183 0 167 0 139 0 167 0 161 0 144 0 111 0 128 0 161 0 183 0 150 0 144 0 144 0 106 0 94 0 106 0 +USW00014922200908PRCP 0 0 107 0 0 0 0 0 0 0 0 0 528 0 249 0 0 0 0T 0 0 0 0 0 0T 0 0 0 43 0 20 0 0 0 0 0 371 0 114 0 46 0 0 0 0 0 0 0 135 0 0 0 0 0 20 0 0 0 0 0 0 0 +USW00014922200908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200908AWND 59 W 35 W 34 W 38 W 18 W 14 W 53 W 40 W 32 W 22 W 12 W 30 W 34 W 46 W 51 W 48 W 42 W 42 W 34 W 46 W 52 W 16 W 24 W 54 W 36 W 19 W 22 W 41 W 55 W 14 W 15 W +USW00014922200908FMTM 1200 X 2238 X 1447 X 0435 X 1421 X 1800 X 1445 X 0921 X 0001 X 1714 X 1622 X 2304 X 1520 X 1655 X 2123 X 1601 X 1808 X 1409 X 1311 X 1359 X 1431 X 1147 X 1409 X 1523 X 0450 X 1717 X 1308 X 1455 X 1141 X 0952 X 1503 X +USW00014922200908PGTM 1254 W 2237 W 1446 W 1307 W 1144 W 0829 W 1445 W 0920 W 1215 W 1517 W 1533 W 1217 W 1520 W 1529 W 2122 W 1604 W 1806 W 1334 W 1309 W 1400 W 1309 W 1135 W 1431 W 1304 W 0443 W 1123 W 1408 W 1454 W 1030 W 0949 W 1502 W +USW00014922200908WDF2 270 X 250 X 280 X 10 X 270 X 110 X 120 X 360 X 270 X 340 X 270 X 170 X 170 X 170 X 140 X 280 X 260 X 280 X 130 X 270 X 340 X 340 X 170 X 170 X 270 X 110 X 60 X 320 X 310 X 360 X 170 X +USW00014922200908WDF5 280 X 240 X 280 X 330 X 310 X 10 X 130 X 10 X 20 X 290 X 130 X 200 X 180 X 150 X 140 X 270 X 270 X 270 X 130 X 280 X 330 X 10 X 160 X 150 X 240 X 50 X 50 X 310 X 330 X 20 X 160 X +USW00014922200908WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200908WSF2 116 X 134 X 89 X 76 X 67 X 54 X 107 X 116 X 72 X 67 X 45 X 58 X 72 X 89 X 130 X 98 X 94 X 89 X 80 X 94 X 98 X 54 X 63 X 112 X 94 X 54 X 58 X 107 X 98 X 45 X 54 X +USW00014922200908WSF5 148 X 192 X 103 X 107 X 98 X 89 X 130 X 161 X 103 X 94 X 67 X 76 X 94 X 116 X 156 X 125 X 125 X 116 X 107 X 116 X 130 X 98 X 76 X 143 X 125 X 94 X 89 X 134 X 125 X 80 X 67 X +USW00014922200908WT01-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 W-9999 -9999 -9999 1 0 1 0-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 0-9999 1 W 1 W-9999 1 W 1 W +USW00014922200908WT03-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200908WT05-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00014922200908WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200908WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200908WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200908WT16-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00014922200909TMAX 222 0 233 0 233 0 244 0 261 0 261 0 261 0 267 0 267 0 283 0 278 0 278 0 283 0 272 0 289 0 239 0 278 0 283 0 283 0 256 0 244 0 211 0 256 0 256 0 211 0 233 0 228 0 144 0 128 0 156 0-9999 +USW00014922200909TMIN 106 0 117 0 122 0 117 0 133 0 150 0 144 0 156 0 161 0 178 0 183 0 183 0 172 0 167 0 144 0 156 0 150 0 167 0 172 0 161 0 139 0 156 0 167 0 144 0 133 0 111 0 94 0 94 0 56 0 39 0-9999 +USW00014922200909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 94 0 0 0 20 0 0T 0 0 0 0 0-9999 +USW00014922200909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200909AWND 24 W 34 W 17 W 11 W 24 W 24 W 30 W 41 W 27 W 25 W 29 W 19 W 8 W 10 W 14 W 27 W 15 W 13 W 27 W 40 W 38 W 16 W 18 W 15 W 26 W 22 W 73 W 82 W 41 W 53 W-9999 +USW00014922200909FMTM 1503 X 1457 X 1339 X 1114 X 1651 X 1613 X 1434 X 1226 X 1041 X 1425 X 1402 X 1259 X 1647 X 1406 X 2154 X 0807 X 0111 X 2055 X 2212 X 1515 X 0925 X 1145 X 1216 X 1440 X 0951 X 1606 X 1543 X 1143 X 0849 X 1459 X-9999 +USW00014922200909PGTM 1439 W 1436 W 1335 W 1459 W 1651 W 1220 W 1237 W 1205 W 1040 W 1339 W 1421 W 1258 W 1652 W 1416 W 2109 W 1409 W 1149 W 1846 W 2257 W 1512 W 1047 W 1409 W 1212 W 1840 W 0936 W 1607 W 1542 W 1142 W 1027 W 1437 W-9999 +USW00014922200909WDF2 140 X 140 X 120 X 140 X 170 X 130 X 140 X 130 X 170 X 150 X 170 X 210 X 150 X 140 X 60 X 90 X 170 X 100 X 160 X 150 X 130 X 320 X 20 X 80 X 110 X 240 X 290 X 310 X 20 X 120 X-9999 +USW00014922200909WDF5 190 X 170 X 120 X 150 X 170 X 150 X 130 X 140 X 190 X 140 X 160 X 200 X 170 X 180 X 30 X 50 X 60 X 100 X 170 X 150 X 160 X 20 X 20 X 20 X 100 X 240 X 280 X 320 X 40 X 110 X-9999 +USW00014922200909WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200909WSF2 67 X 67 X 45 X 45 X 58 X 54 X 67 X 89 X 63 X 63 X 76 X 54 X 36 X 45 X 54 X 58 X 40 X 45 X 63 X 76 X 80 X 45 X 40 X 40 X 63 X 63 X 183 X 148 X 80 X 98 X-9999 +USW00014922200909WSF5 80 X 94 X 67 X 58 X 72 X 67 X 94 X 107 X 76 X 80 X 94 X 72 X 45 X 63 X 94 X 80 X 67 X 63 X 76 X 98 X 98 X 80 X 67 X 80 X 80 X 80 X 241 X 210 X 125 X 116 X-9999 +USW00014922200909WT01-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200909WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200909WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00014922200909WT07-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200909WT08-9999 -9999 -9999 1 W 1 X-9999 1 X 1 X 1 W 1 X 1 X 1 X 1 X 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200909WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922200909WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200909WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200909WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00014922200909WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922200910TMAX 106 0 100 0 106 0 122 0 111 0 83 0 178 0 106 0 89 0 44 0 44 0 22 0 44 0 67 0 44 0 72 0 94 0 172 0 144 0 122 0 89 0 67 0 44 0 111 0 89 0 100 0 128 0 106 0 117 0 156 0 67 0 +USW00014922200910TMIN 78 0 78 0 67 0 61 0 39 0 56 0 33 0 28 0 -6 0 -33 0 -11 0 -22 0 -33 0 22 0 11 0 28 0 6 0 11 0 78 0 83 0 33 0 28 0 6 0 -6 0 67 0 22 0 17 0 33 0 100 0 17 0 17 0 +USW00014922200910PRCP 328 0 41 0 10 0 0T 0 69 0 351 0 0 0 0 0 0 0 3 0 0 0 64 0 0 0 13 0 76 0 10 0 0 0 0 0 0 0 3 0 140 0 0 0 112 0 0T 0 8 0 0 0 0 0 0T 0 145 0 43 0 3 0 +USW00014922200910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 64 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00014922200910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200910AWND 76 W 56 W 43 W 32 W 10 W 51 W 43 W 42 W 34 W 62 W 27 W 13 W 15 W 38 W 40 W 12 W 24 W 48 W 34 W 40 W 51 W 57 W 51 W 25 W 30 W 30 W 47 W 44 W 49 W 68 W 56 W +USW00014922200910FMTM 0739 X 1327 X 0612 X 1226 X 2327 X 1434 X 2002 X 1349 X 2352 X 0105 X 0143 X 0011 X 1449 X 1358 X 0309 X 1506 X 2348 X 1542 X 0959 X 0432 X 1914 X 1632 X 0754 X 0011 X 2222 X 1452 X 1308 X 1706 X 1359 X 0825 X 0346 X +USW00014922200910PGTM 1337 W 0005 W 0638 W 1225 W 1944 W 1433 W 2001 W 2055 W 2352 W 0221 W 2336 W 1526 W 1510 W 1358 W 2036 W 2129 W 2356 W 1540 W 1140 W 0431 W 1914 W 1822 W 2110 W 0006 W 2219 W 1451 W 1122 W 2022 W 1449 W 0822 W 0403 W +USW00014922200910WDF2 100 X 30 X 340 X 320 X 60 X 320 X 290 X 330 X 280 X 290 X 240 X 220 X 70 X 110 X 110 X 280 X 190 X 180 X 320 X 90 X 20 X 30 X 360 X 330 X 310 X 250 X 150 X 110 X 130 X 220 X 290 X +USW00014922200910WDF5 110 X 80 X 340 X 320 X 80 X 330 X 290 X 320 X 270 X 290 X 190 X 350 X 40 X 120 X 40 X 320 X 200 X 210 X 280 X 80 X 20 X 40 X 350 X 320 X 310 X 250 X 170 X 110 X 150 X 220 X 290 X +USW00014922200910WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922200910WSF2 139 X 94 X 76 X 76 X 40 X 98 X 80 X 89 X 89 X 112 X 63 X 54 X 45 X 76 X 72 X 40 X 54 X 98 X 76 X 112 X 89 X 89 X 76 X 63 X 63 X 58 X 94 X 76 X 80 X 143 X 107 X +USW00014922200910WSF5 165 X 112 X 94 X 98 X 76 X 130 X 112 X 103 X 112 X 139 X 76 X 72 X 98 X 80 X 89 X 58 X 72 X 125 X 94 X 143 X 107 X 112 X 112 X 89 X 80 X 76 X 125 X 94 X 112 X 192 X 161 X +USW00014922200910WT01 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 1 X 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 +USW00014922200910WT03 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200910WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200910WT05 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00014922200910WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00014922200910WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922200910WT13 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00014922200910WT14-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00014922200910WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 0-9999 1 0-9999 1 X 1 0 1 X-9999 -9999 -9999 1 X 1 X-9999 1 0 1 X 1 X-9999 -9999 1 X 1 X 1 0 1 X +USW00014922200910WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922200910WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200911TMAX 144 0 100 0 89 0 72 0 122 0 178 0 178 0 178 0 161 0 161 0 144 0 128 0 122 0 89 0 94 0 94 0 89 0 100 0 83 0 106 0 106 0 139 0 111 0 83 0 56 0 22 0 50 0 78 0 28 0 67 0-9999 +USW00014922200911TMIN 17 0 -11 0 -28 0 0 0 -22 0 67 0 56 0 56 0 22 0 -11 0 39 0 61 0 78 0 -11 0 -28 0 -33 0 -33 0 -22 0 56 0 22 0 0 0 72 0 78 0 56 0 22 0 -28 0 -44 0 -22 0 6 0 -17 0-9999 +USW00014922200911PRCP 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0T 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0T 0 3 0 15 0 25 0 0 0 0 0 0 0 8 0 0 0-9999 +USW00014922200911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00014922200911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200911AWND 34 W 55 W 35 W 35 W 29 W 53 W 23 W 34 W 18 W 18 W 44 W 62 W 32 W 33 W 5 W 10 W 18 W 18 W 15 W 21 W 43 W 32 W 39 W 27 W 53 W 45 W 26 W 16 W 31 W 35 W-9999 +USW00014922200911FMTM 1203 X 1251 X 1536 X 1441 X 2111 X 0705 X 1439 X 1314 X 1332 X 2359 X 1348 X 1344 X 0045 X 1637 X 0716 X 1521 X 1034 X 1028 X 2010 X 0850 X 2238 X 2045 X 1136 X 0002 X 1920 X 0115 X 1255 X 2320 X 0025 X 1036 X-9999 +USW00014922200911PGTM 1154 W 1438 W 1531 W 1439 W 2324 W 0330 W 1439 W 1320 W 1545 W 2358 W 1049 W 1344 W 0024 W 1603 W 0717 W 1545 W 1247 W 1607 W 2009 W 0116 W 2241 W 2022 W 1140 W 2354 W 1920 W 0121 W 1303 W 2352 W 0030 W 1617 W-9999 +USW00014922200911WDF2 150 X 290 X 240 X 280 X 140 X 150 X 280 X 100 X 320 X 180 X 170 X 170 X 170 X 310 X 210 X 20 X 90 X 90 X 270 X 230 X 150 X 170 X 100 X 140 X 320 X 330 X 140 X 350 X 350 X 220 X-9999 +USW00014922200911WDF5 150 X 290 X 250 X 280 X 150 X 150 X 280 X 80 X 310 X 180 X 170 X 180 X 190 X 300 X 210 X 30 X 80 X 50 X 250 X 240 X 150 X 170 X 100 X 150 X 320 X 340 X 150 X 340 X 350 X 230 X-9999 +USW00014922200911WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922200911WSF2 72 X 139 X 103 X 89 X 67 X 89 X 67 X 76 X 80 X 58 X 76 X 112 X 80 X 80 X 40 X 40 X 67 X 58 X 40 X 45 X 98 X 67 X 76 X 63 X 107 X 107 X 54 X 58 X 72 X 72 X-9999 +USW00014922200911WSF5 89 X 192 X 139 X 103 X 80 X 125 X 89 X 103 X 103 X 89 X 112 X 139 X 112 X 107 X 54 X 89 X 80 X 94 X 54 X 63 X 125 X 89 X 89 X 80 X 143 X 139 X 67 X 67 X 80 X 89 X-9999 +USW00014922200911WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 +USW00014922200911WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200911WT05-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200911WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00014922200911WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922200911WT13-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00014922200911WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200911WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 0-9999 -9999 +USW00014922200911WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922200911WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200912TMAX 83 0 11 0 -28 0 -67 0 -28 0 -50 0 -44 0 -61 0 -100 0 -150 0 -89 0 -17 0 -22 0 -106 0 -156 0 -111 0 -44 0 -28 0 -50 0 -44 0 -44 0 -22 0 -22 0 11 0 28 0 -50 0 -28 0 -39 0 -83 0 -56 0 -117 0 +USW00014922200912TMIN -17 0 -28 0 -78 0 -100 0 -94 0 -111 0 -89 0 -100 0 -172 0 -206 0 -194 0 -144 0 -133 0 -189 0 -206 0 -178 0 -128 0 -128 0 -67 0 -78 0 -78 0 -67 0 -33 0 -33 0 -50 0 -111 0 -128 0 -144 0 -167 0 -128 0 -172 0 +USW00014922200912PRCP 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 61 0 33 0 0T 0 0 0 0 0 5 0 28 0 0 0 0 0 0 0 0 0 0T 0 15 0 0T 0 5 0 51 0 112 0 142 0 0T 0 0T 0 0T 0 0 0 13 0 0 0 +USW00014922200912SNOW 0 0 0 0 3 0 3 0 0T 0 0 0 0T 0 119 0 69 0 0T 0 0 0 0 0 5 0 46 0 0 0 0 0 0 0 0 0 0T 0 20 0 0T 0 13 0 51 0 132 0 51 0 5 0 0T 0 0T 0 0 0 15 0 0 0 +USW00014922200912SNWD 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 178 0 178 0 152 0 127 0 127 0 152 0 152 0 152 0 152 0 127 0 127 0 127 0 152 0 152 0 152 0 279 0 254 0 229 0 229 0 229 0 229 0 229 0 229 0 +USW00014922200912AWND 41 W 51 W 47 W 45 W 24 W 38 W 26 W 55 W 86 W 42 W 31 W 31 W 44 W 55 W 34 W 30 W 18 W 12 W 25 W 22 W 28 W 49 W 62 W 41 W 61 W 20 W 30 W 52 W 24 W 35 W 41 W +USW00014922200912FMTM 1948 X 0140 X 2351 X 0149 X 2210 X 2058 X 1507 X 2149 X 0908 X 0242 X 2338 X 1454 X 0435 X 1421 X 1331 X 2137 X 1001 X 2125 X 0512 X 2357 X 2029 X 2236 X 1121 X 0048 X 1431 X 0111 X 1831 X 0716 X 2257 X 1933 X 1116 X +USW00014922200912PGTM 2053 W 0011 W 0813 W 0149 W 2224 W 1306 W 1041 W 2149 W 0737 W 0246 W 2337 W 1454 W 0434 W 1527 W 1145 W 1459 W 1157 W 2006 W 0704 W 2357 W 2208 W 2236 W 1319 W 2224 W 1500 W 0111 W 1759 W 0716 W 2155 W 1931 W 1258 W +USW00014922200912WDF2 280 X 320 X 290 X 290 X 350 X 10 X 320 X 10 X 330 X 280 X 180 X 150 X 340 X 320 X 280 X 150 X 120 X 10 X 340 X 280 X 80 X 90 X 80 X 70 X 70 X 170 X 280 X 340 X 160 X 310 X 310 X +USW00014922200912WDF5 290 X 290 X 270 X 290 X 10 X 10 X 20 X 360 X 340 X 290 X 190 X 150 X 350 X 340 X 260 X 180 X 40 X 20 X 350 X 280 X 100 X 90 X 70 X 80 X 60 X 180 X 280 X 350 X 160 X 310 X 330 X +USW00014922200912WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 +USW00014922200912WSF2 94 X 94 X 80 X 80 X 58 X 72 X 54 X 112 X 130 X 76 X 58 X 67 X 94 X 89 X 72 X 45 X 45 X 58 X 63 X 54 X 67 X 76 X 98 X 67 X 94 X 67 X 67 X 103 X 58 X 67 X 76 X +USW00014922200912WSF5 125 X 125 X 130 X 94 X 76 X 107 X 80 X 143 X 192 X 98 X 72 X 89 X 107 X 116 X 94 X 63 X 76 X 80 X 72 X 63 X 89 X 116 X 134 X 107 X 125 X 80 X 89 X 139 X 80 X 80 X 98 X +USW00014922200912WT01 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 +USW00014922200912WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200912WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200912WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200912WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200912WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00014922200912WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 1 0 1 0 1 W-9999 1 W 1 X 1 W-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 W-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 +USW00014922200912WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922200912WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00014922200912WT16-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 +USW00014922200912WT18-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00014922200912WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201001TMAX -144 0 -172 0 -139 0 -139 0 -122 0 -89 0 -89 0 -133 0 -144 0 -94 0 -56 0 -56 0 -22 0 -6 0 -22 0 17 0 11 0 11 0 -50 0 -22 0 -11 0 6 0 22 0 17 0 11 0 -89 0 -117 0 -139 0 -128 0 -83 0 -89 0 +USW00014922201001TMIN -228 0 -261 0 -256 0 -233 0 -228 0 -200 0 -156 0 -211 0 -256 0 -211 0 -133 0 -167 0 -72 0 -94 0 -111 0 -94 0 -67 0 -106 0 -106 0 -72 0 -39 0 -22 0 0 0 0 0 -89 0 -161 0 -167 0 -189 0 -206 0 -172 0 -161 0 +USW00014922201001PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 13 0 5 0 58 0 10 0 13 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 +USW00014922201001SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 56 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 23 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 +USW00014922201001SNWD 229 0 229 0 229 0 229 0 229 0 229 0 279 0 279 0 279 0 279 0 254 0 254 0 254 0 254 0 254 0 254 0 254 0 229 0 229 0 229 0 229 0 229 0 229 0 178 0 152 0 178 0 178 0 178 0 178 Z 178 0 178 0 +USW00014922201001AWND 40 W 18 W 13 W 25 W 14 W 13 W 71 W 34 W 16 W 35 W 26 W 31 W 29 W 38 W 24 W 30 W 11 W 14 W 23 W 62 W 40 W 55 W 68 W 36 W 72 W 58 W 56 W 33 W 13 W 22 W 23 W +USW00014922201001FMTM 1816 X 0012 X 2155 X 1415 X 0146 X 2341 X 1137 X 0233 X 1510 X 1151 X 1117 X 1449 X 1556 X 1445 X 2036 X 1826 X 0002 X 1146 X 2323 X 1120 X 2358 X 2155 X 0148 X 1536 X 2122 X 0105 X 1511 X 0437 X 1439 X 1250 X 1200 X +USW00014922201001PGTM 1828 W 0939 W 1312 W 1401 W 1553 W 2200 W 1400 W 1316 W 2222 W 1119 W 1030 W 1455 W 0140 W 1446 W 2035 W 1825 W 0000 W 1154 W 2323 W 1350 W 0023 W 2201 W 0152 W 1203 W 2356 W 2356 W 2023 W 0511 W 0809 W 1041 W 1336 W +USW00014922201001WDF2 320 X 340 X 310 X 320 X 310 X 350 X 350 X 340 X 240 X 220 X 10 X 160 X 140 X 310 X 170 X 200 X 220 X 310 X 110 X 100 X 100 X 110 X 130 X 270 X 310 X 320 X 280 X 270 X 120 X 220 X 340 X +USW00014922201001WDF5 320 X 360 X 20 X 20 X 360 X 30 X 10 X 360 X 190 X 220 X 330 X 160 X 190 X 320 X 170 X 200 X 220 X 300 X 110 X 110 X 80 X 110 X 110 X 290 X 320 X 320 X 290 X 280 X 30 X 210 X 30 X +USW00014922201001WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 +USW00014922201001WSF2 72 X 58 X 36 X 54 X 40 X 63 X 107 X 76 X 45 X 67 X 58 X 76 X 54 X 80 X 58 X 58 X 36 X 54 X 72 X 98 X 76 X 103 X 125 X 72 X 112 X 103 X 103 X 76 X 40 X 45 X 54 X +USW00014922201001WSF5 89 X 72 X 116 X 80 X 58 X 103 X 201 X 103 X 58 X 89 X 76 X 94 X 67 X 98 X 67 X 94 X 45 X 67 X 80 X 112 X 94 X 125 X 165 X 98 X 143 X 143 X 130 X 94 X 63 X 63 X 80 X +USW00014922201001WT01-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 X 1 W-9999 -9999 -9999 -9999 -9999 1 W +USW00014922201001WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201001WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201001WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201001WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201001WT07-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922201001WT08-9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 1 X-9999 -9999 1 X 1 X 1 W-9999 1 W 1 X 1 W 1 W-9999 1 X 1 X-9999 -9999 1 W-9999 -9999 -9999 -9999 1 X 1 X +USW00014922201001WT09-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201001WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201001WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201001WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201001WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 X 1 X 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201001WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201001WT18 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922201002TMAX -89 0 -61 0 -61 0 -17 0 6 0 -22 0 -44 0 -39 0 -33 0 -44 0 -39 0 -39 0 -50 0 -44 0 -11 0 11 0 17 0 28 0 -6 0 17 0 -6 0 0 0 -50 0 -67 0 -33 0 0 0 33 0 33 0-9999 -9999 -9999 +USW00014922201002TMIN -133 0 -133 0 -172 0 -72 0 -22 0 -72 0 -94 0 -56 0 -94 0 -161 0 -178 0 -161 0 -122 0 -150 0 -56 0 -83 0 -89 0 -122 0 -139 0 -78 0 -106 0 -100 0 -128 0 -172 0 -161 0 -150 0 -128 0 -89 0-9999 -9999 -9999 +USW00014922201002PRCP 28 0 5 0 0 0 18 0 30 0 0 0 13 0 58 0 8 0 0 0 0 0 0T 0 0T 0 23 0 8 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922201002SNOW 66 0 13 0 0 0 25 0 33 0 0 0 20 0 119 0 10 0 0 0 0 0 0T 0 5 0 41 0 18 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00014922201002SNWD 178 0 254 0 254 0 254 0 305 0 279 0 279 0 305 0 381 0 406 0 381 0 381 0 381 0 381 0 432 0 432 0 406 0 381 0 356 0 330 0 330 0 330 0 330 0 330 0 305 0 305 0 305 0 305 0-9999 -9999 -9999 +USW00014922201002AWND 33 W 26 W 17 W 32 W 37 W 33 W 42 W 62 W 55 W 18 W 4 W 12 W 7 W 47 W 57 W 59 W 34 W 16 W 11 W 14 W 15 W 31 W 49 W 34 W 8 W 13 W 25 W 22 W-9999 -9999 -9999 +USW00014922201002FMTM 1748 X 1345 X 2152 X 2022 X 1349 X 0616 X 2335 X 1114 X 1700 X 0109 X 1725 X 2326 X 0036 X 1452 X 1115 X 1522 X 1128 X 1343 X 2344 X 1719 X 1831 X 1458 X 1631 X 0146 X 1209 X 1645 X 1502 X 1409 X-9999 -9999 -9999 +USW00014922201002PGTM 1636 W 0631 W 2123 W 2230 W 1344 W 0606 W 2342 W 1239 W 1311 W 0107 W 1721 W 2322 W 1840 W 1330 W 1259 W 1304 W 1254 W 1343 W 1950 W 1643 W 1430 W 1408 W 1414 W 1210 W 0803 W 1700 W 1217 W 1510 W-9999 -9999 -9999 +USW00014922201002WDF2 60 X 330 X 140 X 110 X 50 X 60 X 110 X 110 X 340 X 340 X 120 X 270 X 290 X 310 X 360 X 310 X 320 X 320 X 230 X 320 X 290 X 280 X 320 X 340 X 100 X 340 X 320 X 20 X-9999 -9999 -9999 +USW00014922201002WDF5 60 X 360 X 140 X 100 X 40 X 40 X 100 X 100 X 20 X 330 X 120 X 270 X 330 X 320 X 360 X 360 X 10 X 340 X 230 X 340 X 20 X 340 X 290 X 30 X 40 X 350 X 10 X 40 X-9999 -9999 -9999 +USW00014922201002WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0-9999 -9999 -9999 +USW00014922201002WSF2 63 X 45 X 40 X 54 X 67 X 63 X 67 X 103 X 89 X 54 X 36 X 40 X 31 X 89 X 89 X 80 X 63 X 58 X 27 X 45 X 40 X 72 X 98 X 67 X 45 X 45 X 72 X 76 X-9999 -9999 -9999 +USW00014922201002WSF5 103 X 76 X 58 X 63 X 98 X 107 X 80 X 125 X 125 X 67 X 45 X 54 X 63 X 116 X 134 X 134 X 116 X 94 X 36 X 63 X 76 X 94 X 148 X 94 X 63 X 80 X 107 X 112 X-9999 -9999 -9999 +USW00014922201002WT01 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201002WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201002WT04-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201002WT07-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922201002WT08 1 W 1 W 1 X 1 X 1 W-9999 -9999 1 0 1 W-9999 1 X 1 X 1 X 1 X 1 W-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922201002WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201002WT13 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201002WT14-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201002WT15-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201002WT16 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201002WT18 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201002WT22 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201003TMAX 33 0 56 0 50 0 39 0 56 0 50 0 83 0 28 0 39 0 56 0 83 0 61 0 72 0 178 0 156 0 100 0 144 0 178 0 72 0 39 0 100 0 128 0 161 0 128 0 56 0 106 0 111 0 111 0 150 0 239 0 244 0 +USW00014922201003TMIN -72 0 -72 0 -67 0 -67 0 -50 0 -44 0 17 0 11 0 6 0 17 0 17 0 33 0 33 0 44 0 50 0 44 0 11 0 39 0 -17 0 -50 0 -44 0 -11 0 28 0 -6 0 -44 0 -39 0 44 0 6 0 0 0 78 0 100 0 +USW00014922201003PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0T 0 10 0 69 0 64 0 8 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201003SNWD 305 0 279 0 254 0 254 0 229 0 203 0 152 0 102 0 102 0 51 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201003AWND 17 W 14 W 16 W 14 W 28 W 29 W 16 W 29 W 43 W 43 W 44 W 20 W 57 W 42 W 31 W 29 W 29 W 40 W 61 W 37 W 16 W 38 W 41 W 35 W 53 W 61 W 34 W 45 W 49 W 66 W 38 W +USW00014922201003FMTM 1326 X 1509 X 1801 X 1659 X 1418 X 1622 X 0217 X 1537 X 1558 X 1818 X 1542 X 0523 X 1428 X 1712 X 1637 X 2044 X 1620 X 2326 X 0835 X 0247 X 1011 X 1552 X 2316 X 0306 X 0151 X 1757 X 0007 X 1228 X 1620 X 1214 X 1741 X +USW00014922201003PGTM 1205 W 1537 W 0918 W 1705 W 1323 W 1630 W 1008 W 1444 W 1557 W 0738 W 0930 W 0523 W 1422 W 1453 W 1636 W 1511 W 1602 W 1938 W 0834 W 1437 W 0958 W 1209 W 2215 W 1544 W 1442 W 1644 W 0006 W 1236 W 1619 W 1212 W 0021 W +USW00014922201003WDF2 340 X 330 X 320 X 140 X 170 X 100 X 110 X 140 X 50 X 150 X 80 X 360 X 20 X 350 X 310 X 350 X 270 X 310 X 320 X 330 X 220 X 140 X 350 X 10 X 350 X 160 X 160 X 340 X 150 X 170 X 320 X +USW00014922201003WDF5 20 X 360 X 10 X 160 X 150 X 110 X 20 X 150 X 40 X 70 X 40 X 360 X 20 X 20 X 330 X 10 X 250 X 320 X 310 X 340 X 230 X 160 X 360 X 270 X 40 X 160 X 170 X 350 X 150 X 170 X 160 X +USW00014922201003WESD 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201003WSF2 45 X 45 X 40 X 40 X 58 X 58 X 40 X 63 X 72 X 63 X 72 X 54 X 89 X 80 X 76 X 54 X 67 X 80 X 103 X 72 X 45 X 80 X 80 X 67 X 103 X 98 X 72 X 89 X 94 X 116 X 76 X +USW00014922201003WSF5 80 X 103 X 72 X 54 X 72 X 67 X 80 X 76 X 107 X 89 X 112 X 80 X 112 X 125 X 107 X 89 X 80 X 107 X 139 X 107 X 63 X 112 X 107 X 89 X 130 X 130 X 94 X 112 X 112 X 148 X 107 X +USW00014922201003WT01-9999 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W 1 X 1 X 1 X 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201003WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201003WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201003WT05-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201003WT07-9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201003WT08-9999 1 X 1 W 1 X 1 W 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201003WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201003WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201003WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201003WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201004TMAX 272 0 222 0 161 0 194 0 156 0 111 0 133 0 111 0 194 0 172 0 206 0 200 0 206 0 233 0 217 0 161 0 183 0 194 0 206 0 217 0 161 0 189 0 206 0 156 0 161 0 172 0 156 0 206 0 228 0 206 0-9999 +USW00014922201004TMIN 100 0 67 0 39 0 100 0 61 0 67 0 39 0 6 0 0 0 67 0 33 0 83 0 78 0 117 0 122 0 78 0 44 0 33 0 72 0 100 0 56 0 11 0 89 0 100 0 83 0 67 0 39 0 44 0 133 0 128 0-9999 +USW00014922201004PRCP 0 0 15 0 0 0 0T 0 3 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 185 0 18 0 142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 127 0 10 0 0 0 0 0 0 0 0T 0 18 0-9999 +USW00014922201004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922201004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922201004AWND 44 W 66 W 53 W 40 W 29 W 44 W 53 W 35 W 30 W 30 W 15 W 50 W 72 W 54 W 58 W 69 W 35 W 13 W 10 W 13 W 43 W 14 W 50 W 49 W 62 W 36 W 24 W 44 W 59 W 41 W-9999 +USW00014922201004FMTM 1505 X 2138 X 1050 X 0341 X 2030 X 1424 X 1513 X 1354 X 1720 X 0154 X 1013 X 2336 X 1623 X 1021 X 1655 X 0704 X 1419 X 1442 X 1803 X 2347 X 1356 X 1645 X 1513 X 0536 X 1625 X 1715 X 1405 X 1428 X 0858 X 0646 X-9999 +USW00014922201004PGTM 1505 W 2138 W 2357 W 0340 W 1834 W 1512 W 1313 W 1502 W 1719 W 0146 W 1616 W 2335 W 2143 W 1054 W 1602 W 0510 W 1328 W 1214 W 1614 W 2347 W 1442 W 1645 W 1512 W 1045 W 1609 W 1605 W 1442 W 1427 W 1114 W 0645 W-9999 +USW00014922201004WDF2 140 X 250 X 260 X 170 X 120 X 20 X 20 X 310 X 90 X 310 X 220 X 80 X 110 X 190 X 280 X 350 X 340 X 340 X 140 X 360 X 20 X 350 X 130 X 90 X 20 X 10 X 40 X 130 X 130 X 170 X-9999 +USW00014922201004WDF5 150 X 260 X 240 X 170 X 100 X 30 X 350 X 330 X 90 X 310 X 10 X 70 X 120 X 220 X 290 X 320 X 350 X 20 X 170 X 350 X 30 X 10 X 120 X 100 X 10 X 30 X 50 X 120 X 130 X 170 X-9999 +USW00014922201004WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922201004WSF2 103 X 130 X 107 X 116 X 58 X 98 X 103 X 89 X 80 X 103 X 40 X 94 X 112 X 107 X 116 X 116 X 94 X 58 X 36 X 76 X 67 X 40 X 107 X 80 X 103 X 76 X 54 X 112 X 112 X 130 X-9999 +USW00014922201004WSF5 125 X 170 X 148 X 156 X 72 X 125 X 134 X 112 X 103 X 148 X 54 X 112 X 139 X 148 X 156 X 156 X 125 X 89 X 45 X 94 X 112 X 98 X 134 X 103 X 130 X 156 X 103 X 143 X 143 X 161 X-9999 +USW00014922201004WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922201004WT03-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201004WT05-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201004WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922201004WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922201004WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922201004WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201004WT16-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00014922201005TMAX 178 0 178 0 139 0 261 0 128 0 122 0 89 0 111 0 144 0 144 0 78 0 106 0 117 0 217 0 233 0 233 0 244 0 239 0 261 0 278 0 183 0 278 0 311 0 350 0 317 0 267 0 272 0 294 0 328 0 272 0 256 0 +USW00014922201005TMIN 94 0 89 0 78 0 50 0 83 0 50 0 11 0 11 0 0 0 67 0 50 0 56 0 78 0 78 0 72 0 122 0 117 0 122 0 100 0 117 0 150 0 139 0 228 0 222 0 189 0 156 0 133 0 161 0 178 0 150 0 106 0 +USW00014922201005PRCP 0 0 0 0 13 0 0T 0 0T 0 10 0 140 0 0T 0 0 0 48 0 119 0 10 0 155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 30 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 8 0 0 0 +USW00014922201005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201005AWND 61 W 53 W 37 W 47 W 76 W 28 W 38 W 45 W 17 W 64 W 47 W 45 W 43 W 45 W 9 W 24 W 21 W 21 W 15 W 27 W 34 W 60 W 48 W 55 W 28 W 27 W 26 W 34 W 40 W 42 W 23 W +USW00014922201005FMTM 1130 X 1543 X 1435 X 1820 X 1436 X 0148 X 2359 X 0851 X 1741 X 1723 X 0451 X 1405 X 1737 X 1331 X 1528 X 1658 X 1556 X 1330 X 1650 X 1504 X 1052 X 1504 X 0040 X 1622 X 0220 X 1317 X 0812 X 1655 X 1612 X 1113 X 1542 X +USW00014922201005PGTM 1121 W 1543 W 1434 W 1811 W 1412 W 0934 W 2101 W 0849 W 1644 W 1754 W 0509 W 1551 W 1746 W 1331 W 1527 W 1540 W 1350 W 1239 W 1508 W 1303 W 1026 W 1438 W 0039 W 1621 W 0220 W 1432 W 0815 W 1108 W 1633 W 1022 W 1416 W +USW00014922201005WDF2 220 X 250 X 260 X 270 X 270 X 330 X 340 X 330 X 160 X 120 X 80 X 110 X 250 X 270 X 120 X 110 X 70 X 110 X 110 X 100 X 100 X 140 X 150 X 160 X 220 X 350 X 30 X 110 X 170 X 260 X 150 X +USW00014922201005WDF5 220 X 240 X 250 X 270 X 280 X 30 X 10 X 320 X 160 X 110 X 80 X 50 X 270 X 280 X 130 X 110 X 80 X 40 X 100 X 90 X 100 X 140 X 150 X 150 X 220 X 10 X 40 X 110 X 160 X 240 X 190 X +USW00014922201005WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201005WSF2 134 X 116 X 89 X 165 X 156 X 72 X 76 X 89 X 54 X 130 X 89 X 80 X 94 X 107 X 40 X 67 X 67 X 63 X 58 X 94 X 89 X 143 X 89 X 112 X 125 X 76 X 67 X 63 X 80 X 89 X 58 X +USW00014922201005WSF5 183 X 148 X 112 X 219 X 197 X 98 X 125 X 107 X 76 X 165 X 112 X 103 X 125 X 125 X 89 X 94 X 98 X 80 X 76 X 116 X 112 X 179 X 107 X 148 X 161 X 112 X 89 X 80 X 107 X 112 X 72 X +USW00014922201005WT01-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0-9999 1 W 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922201005WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922201005WT05-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00014922201005WT07-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201005WT08-9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 X 1 W-9999 -9999 -9999 -9999 1 W-9999 +USW00014922201005WT13-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922201005WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201005WT16-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 0-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922201005WT18-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201006TMAX 278 0 228 0 256 0 283 0 211 0 256 0 239 0 211 0 228 0 189 0 244 0 167 0 194 0 206 0 244 0 267 0 317 0 300 0 244 0 278 0 261 0 328 0 267 0 278 0 300 0 289 0 289 0 239 0 233 0 261 0-9999 +USW00014922201006TMIN 167 0 144 0 111 0 172 0 150 0 139 0 133 0 156 0 150 0 139 0 156 0 122 0 150 0 161 0 161 0 156 0 189 0 178 0 178 0 161 0 206 0 194 0 178 0 156 0 183 0 189 0 200 0 172 0 144 0 139 0-9999 +USW00014922201006PRCP 46 0 3 0 3 0 112 0 69 0 0T 0 3 0 213 0 0 0 0T 0 201 0 38 0 0 0 66 0 3 0 0 0 3 0 0 0 0 0 0 0 18 0 0 0 81 0 0 0 185 0 546 0 0 0 0 0 0 0 0 0-9999 +USW00014922201006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922201006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922201006AWND 33 W 31 W 23 W 44 W 16 W 33 W 28 W 43 W 57 W 49 W 43 W 31 W 20 W 36 W 38 W 28 W 71 W 47 W 42 W 24 W 30 W 30 W 48 W 22 W 30 W 30 W 44 W 55 W 26 W 32 W-9999 +USW00014922201006FMTM 1406 X 1614 X 2145 X 0311 X 1159 X 1430 X 2106 X 0848 X 1041 X 1800 X 0804 X 1100 X 0532 X 1936 X 1556 X 2327 X 1526 X 1755 X 1023 X 1815 X 1444 X 1708 X 0531 X 1631 X 1802 X 2248 X 1630 X 0646 X 1136 X 1628 X-9999 +USW00014922201006PGTM 1403 W 0854 W 2144 W 1418 W 1413 W 1429 W 2105 W 1633 W 0942 W 1908 W 0654 W 1305 W 1822 W 1925 W 1556 W 1107 W 1518 W 1758 W 0810 W 0956 W 1443 W 1431 W 0201 W 1629 W 1811 W 2302 W 1630 W 0726 W 1135 W 1424 W-9999 +USW00014922201006WDF2 230 X 340 X 110 X 140 X 350 X 270 X 90 X 120 X 270 X 110 X 120 X 20 X 350 X 70 X 280 X 110 X 150 X 280 X 290 X 120 X 220 X 220 X 70 X 230 X 330 X 110 X 310 X 320 X 350 X 130 X-9999 +USW00014922201006WDF5 220 X 10 X 110 X 280 X 350 X 270 X 90 X 280 X 280 X 110 X 120 X 320 X 20 X 70 X 290 X 30 X 140 X 290 X 280 X 40 X 220 X 170 X 200 X 220 X 20 X 110 X 310 X 320 X 360 X 120 X-9999 +USW00014922201006WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922201006WSF2 112 X 58 X 80 X 98 X 54 X 125 X 58 X 89 X 112 X 89 X 80 X 80 X 54 X 76 X 94 X 58 X 139 X 116 X 89 X 54 X 63 X 72 X 125 X 58 X 170 X 139 X 107 X 103 X 63 X 63 X-9999 +USW00014922201006WSF5 161 X 103 X 103 X 125 X 72 X 161 X 76 X 107 X 143 X 103 X 107 X 107 X 80 X 103 X 116 X 94 X 192 X 143 X 116 X 72 X 76 X 94 X 143 X 76 X 215 X 165 X 143 X 134 X 112 X 80 X-9999 +USW00014922201006WT01-9999 1 W-9999 1 W 1 W 1 W-9999 1 W-9999 -9999 1 0 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922201006WT03 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922201006WT05 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00014922201006WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201006WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201006WT13-9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922201006WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201006WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922201007TMAX 300 0 311 0 333 0 294 0 294 0 311 0 306 0 294 0 306 0 300 0 283 0 261 0 294 0 339 0 294 0 322 0 333 0 289 0 267 0 300 0 311 0 250 0 300 0 283 0 283 0 300 0 344 0 283 0 278 0 233 0 300 0 +USW00014922201007TMIN 172 0 200 0 233 0 228 0 211 0 211 0 200 0 172 0 194 0 206 0 189 0 161 0 172 0 217 0 183 0 211 0 194 0 200 0 178 0 183 0 189 0 200 0 200 0 178 0 178 0 194 0 222 0 194 0 183 0 194 0 200 0 +USW00014922201007PRCP 0 0 0 0 0 0 25 0 203 0 0 0 56 0 0 0 0 0 20 0 43 0 0 0 0 0 69 0 0 0 0 0 71 0 0 0 0 0 0 0 0 0 71 0 0T 0 130 0 0 0 0 0 51 0 0 0 0 0 30 0 0 0 +USW00014922201007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201007AWND 56 W 61 W 62 W 37 W 15 W 21 W 20 W 30 W 26 W 40 W 42 W 22 W 42 W 55 W 47 W 42 W 39 W 34 W 15 W 25 W 16 W 41 W 27 W 39 W 20 W 32 W 41 W 38 W 10 W 24 W 17 W +USW00014922201007FMTM 1559 X 1310 X 1531 X 0602 X 1218 X 1832 X 1355 X 1501 X 1614 X 2310 X 0105 X 1412 X 1318 X 0831 X 1630 X 1700 X 1944 X 1708 X 1626 X 1759 X 1410 X 0423 X 2357 X 0140 X 1437 X 1403 X 1909 X 1324 X 1852 X 0655 X 1400 X +USW00014922201007PGTM 1558 W 1526 W 1607 W 0308 W 1228 W 2111 W 1415 W 1522 W 1614 W 2308 W 1641 W 1123 W 1318 W 0730 W 1635 W 1447 W 1948 W 1707 W 1517 W 1433 W 1705 W 0417 W 2103 W 0139 W 1336 W 1321 W 1909 W 1040 W 1853 W 1704 W 1429 W +USW00014922201007WDF2 180 X 170 X 170 X 180 X 60 X 320 X 340 X 280 X 270 X 200 X 230 X 20 X 150 X 160 X 280 X 260 X 330 X 280 X 120 X 270 X 330 X 130 X 20 X 80 X 140 X 170 X 310 X 320 X 240 X 140 X 330 X +USW00014922201007WDF5 170 X 180 X 200 X 190 X 40 X 30 X 50 X 290 X 270 X 210 X 40 X 20 X 150 X 160 X 280 X 280 X 330 X 280 X 50 X 280 X 90 X 130 X 30 X 70 X 210 X 160 X 310 X 10 X 240 X 40 X 20 X +USW00014922201007WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201007WSF2 94 X 112 X 103 X 76 X 89 X 45 X 80 X 76 X 80 X 98 X 89 X 45 X 80 X 112 X 107 X 72 X 156 X 72 X 45 X 67 X 45 X 112 X 89 X 165 X 54 X 72 X 139 X 76 X 45 X 54 X 40 X +USW00014922201007WSF5 116 X 139 X 134 X 116 X 112 X 72 X 98 X 107 X 98 X 143 X 130 X 103 X 103 X 148 X 139 X 98 X 201 X 94 X 80 X 103 X 94 X 156 X 107 X 197 X 76 X 98 X 197 X 116 X 58 X 76 X 98 X +USW00014922201007WT01-9999 -9999 -9999 1 W 1 0 1 W 1 W-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 W 1 0 1 0-9999 -9999 1 0-9999 -9999 1 W 1 W +USW00014922201007WT03-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922201007WT05-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 +USW00014922201007WT07-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00014922201007WT08-9999 -9999 -9999 1 W 1 X-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X +USW00014922201007WT13-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X +USW00014922201007WT16-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 +USW00014922201008TMAX 306 0 300 0 350 0 322 0 278 0 294 0 317 0 356 0 350 0 322 0 339 0 333 0 311 0 300 0 250 0 261 0 256 0 256 0 267 0 300 0 294 0 311 0 311 0 256 0 228 0 261 0 311 0 317 0 344 0 333 0 300 0 +USW00014922201008TMIN 211 0 244 0 233 0 217 0 189 0 172 0 200 0 239 0 244 0 217 0 222 0 222 0 200 0 183 0 172 0 144 0 144 0 189 0 217 0 233 0 206 0 183 0 222 0 172 0 144 0 133 0 172 0 194 0 200 0 250 0 200 0 +USW00014922201008PRCP 0T 0 0T 0 0 0 0 0 0 0 0 0 18 0 81 0 0 0 627 0 0 0 0T 0 373 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 58 0 0 0 0 0 0 0 0 0 0 0 0T 0 89 0 +USW00014922201008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201008AWND 26 W 37 W 25 W 35 W 47 W 24 W 36 W 23 W 19 W 45 W 27 W 24 W 39 W 34 W 67 W 47 W 25 W 38 W 38 W 24 W 25 W 33 W 45 W 49 W 34 W 30 W 55 W 63 W 58 W 67 W 40 W +USW00014922201008FMTM 2220 X 0901 X 1612 X 1431 X 1334 X 1310 X 1448 X 1833 X 1531 X 1346 X 1618 X 1934 X 0223 X 2000 X 1433 X 1242 X 1804 X 0505 X 1806 X 0426 X 0923 X 1536 X 0957 X 1406 X 1149 X 1536 X 1641 X 1700 X 1549 X 1723 X 0151 X +USW00014922201008PGTM 2331 W 0909 W 1612 W 1941 W 1211 W 1309 W 1707 W 1821 W 1528 W 0901 W 1609 W 1932 W 0233 W 1959 W 1453 W 1448 W 1509 W 0508 W 1140 W 0024 W 1624 W 1536 W 1023 W 1149 W 1050 W 1536 W 1640 W 1250 W 1550 W 1710 W 0256 W +USW00014922201008WDF2 190 X 220 X 270 X 280 X 280 X 280 X 210 X 350 X 100 X 140 X 250 X 260 X 110 X 290 X 270 X 270 X 190 X 210 X 110 X 50 X 340 X 150 X 180 X 280 X 320 X 170 X 200 X 170 X 180 X 170 X 170 X +USW00014922201008WDF5 200 X 220 X 270 X 320 X 290 X 280 X 200 X 350 X 70 X 230 X 260 X 250 X 360 X 290 X 260 X 280 X 200 X 220 X 60 X 120 X 50 X 140 X 170 X 290 X 330 X 170 X 200 X 160 X 190 X 170 X 300 X +USW00014922201008WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201008WSF2 63 X 72 X 72 X 89 X 94 X 67 X 72 X 98 X 54 X 103 X 67 X 139 X 125 X 116 X 134 X 116 X 63 X 80 X 72 X 72 X 54 X 67 X 89 X 103 X 72 X 67 X 107 X 103 X 103 X 107 X 103 X +USW00014922201008WSF5 80 X 89 X 94 X 112 X 125 X 89 X 98 X 134 X 80 X 134 X 94 X 179 X 179 X 156 X 174 X 148 X 94 X 107 X 98 X 80 X 94 X 80 X 107 X 134 X 107 X 89 X 156 X 134 X 139 X 156 X 139 X +USW00014922201008WT01 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 0-9999 1 0 1 W 1 0 1 0 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 X 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 1 0 +USW00014922201008WT03-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922201008WT05-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00014922201008WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201008WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201008WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922201008WT16 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922201009TMAX 250 0 228 0 161 0 206 0 228 0 217 0 172 0 206 0 183 0 217 0 228 0 261 0 233 0 200 0 189 0 133 0 178 0 156 0 178 0 267 0 250 0 183 0 233 0 161 0 161 0 183 0 239 0 189 0 233 0 222 0-9999 +USW00014922201009TMIN 156 0 150 0 106 0 89 0 100 0 150 0 111 0 78 0 111 0 144 0 133 0 122 0 122 0 117 0 111 0 100 0 117 0 72 0 100 0 111 0 117 0 89 0 139 0 100 0 72 0 50 0 72 0 122 0 111 0 94 0-9999 +USW00014922201009PRCP 0 0 188 0 0T 0 0 0 0 0 33 0 0T 0 0 0 0T 0 41 0 0 0 0 0 0 0 0 0 231 0 0 0 3 0 0T 0 0 0 8 0 135 0 257 0 503 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922201009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922201009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922201009AWND 32 W 55 W 75 W 30 W 38 W 54 W 82 W 24 W 50 W 54 W 46 W 32 W 26 W 23 W 56 W 40 W 29 W 31 W 31 W 55 W 39 W 43 W 48 W 82 W 14 W 15 W 35 W 34 W 39 W 26 W-9999 +USW00014922201009FMTM 2358 X 0207 X 0926 X 1019 X 1335 X 2223 X 0910 X 2356 X 1531 X 1359 X 1511 X 1301 X 1249 X 0931 X 1805 X 0051 X 2124 X 0246 X 2251 X 0841 X 0112 X 1528 X 2356 X 1142 X 1540 X 1923 X 1332 X 0302 X 1504 X 1448 X-9999 +USW00014922201009PGTM 2355 W 0205 W 0954 W 1018 W 1421 W 2221 W 0413 W 1632 W 2212 W 1359 W 1510 W 1254 W 1249 W 0937 W 1746 W 0051 W 2036 W 0119 W 1424 W 2317 W 0112 W 1528 W 2357 W 0652 W 1506 W 1921 W 1706 W 0814 W 1450 W 0943 W-9999 +USW00014922201009WDF2 130 X 310 X 290 X 310 X 110 X 230 X 270 X 70 X 120 X 110 X 290 X 290 X 270 X 80 X 10 X 350 X 320 X 350 X 100 X 120 X 280 X 140 X 240 X 280 X 10 X 130 X 180 X 350 X 320 X 320 X-9999 +USW00014922201009WDF5 140 X 280 X 280 X 310 X 90 X 230 X 260 X 30 X 120 X 120 X 290 X 280 X 270 X 70 X 330 X 350 X 350 X 310 X 70 X 210 X 290 X 130 X 240 X 290 X 20 X 130 X 340 X 10 X 310 X 10 X-9999 +USW00014922201009WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922201009WSF2 67 X 130 X 143 X 80 X 89 X 125 X 143 X 54 X 89 X 112 X 107 X 94 X 80 X 63 X 107 X 98 X 72 X 76 X 58 X 89 X 130 X 156 X 107 X 143 X 54 X 40 X 76 X 63 X 80 X 72 X-9999 +USW00014922201009WSF5 89 X 174 X 174 X 107 X 112 X 170 X 210 X 94 X 107 X 139 X 139 X 130 X 112 X 80 X 139 X 116 X 94 X 103 X 76 X 130 X 165 X 183 X 156 X 201 X 98 X 54 X 103 X 103 X 112 X 103 X-9999 +USW00014922201009WT01-9999 1 0-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201009WT03-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201009WT05-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201009WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201009WT13-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201009WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201009WT16-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201010TMAX 211 0 133 0 150 0 183 0 233 0 217 0 233 0 306 0 283 0 272 0 267 0 222 0 189 0 206 0 161 0 189 0 150 0 133 0 156 0 200 0 117 0 200 0 183 0 161 0 161 0 172 0 56 0 56 0 117 0 111 0 94 0 +USW00014922201010TMIN 83 0 50 0 33 0 50 0 72 0 122 0 78 0 139 0 144 0 122 0 122 0 111 0 83 0 72 0 61 0 78 0 44 0 39 0 44 0 61 0 44 0 22 0 111 0 117 0 111 0 56 0 17 0 -11 0 -22 0 17 0 -11 0 +USW00014922201010PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 3 0 130 0 170 0 94 0 13 0 0 0 0 0 0 0 0 0 +USW00014922201010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00014922201010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201010AWND 31 W 34 W 20 W 33 W 37 W 37 W 15 W 19 W 17 W 5 W 9 W 34 W 30 W 46 W 21 W 39 W 19 W 22 W 26 W 61 W 32 W 33 W 32 W 29 W 51 W 95 W 106 W 64 W 30 W 34 W 5 W +USW00014922201010FMTM 1137 X 1519 X 2303 X 1524 X 1426 X 1231 X 1401 X 1201 X 1606 X 1626 X 1437 X 1508 X 1412 X 1543 X 1628 X 1432 X 1539 X 1554 X 1454 X 1452 X 0843 X 1223 X 2347 X 0224 X 2123 X 2021 X 0119 X 0313 X 1412 X 1346 X 1635 X +USW00014922201010PGTM 2044 W 1316 W 2213 W 1041 W 1650 W 1147 W 1401 W 1209 W 1459 W 1633 W 1450 W 1507 W 1253 W 1542 W 2357 W 1432 W 1532 W 1409 W 1519 W 1422 W 0826 W 1133 W 1629 W 0224 W 2122 W 1902 W 0121 W 0311 W 1411 W 1112 W 1645 W +USW00014922201010WDF2 340 X 20 X 160 X 170 X 160 X 330 X 240 X 230 X 100 X 10 X 10 X 320 X 310 X 320 X 120 X 320 X 340 X 270 X 230 X 300 X 320 X 160 X 50 X 70 X 110 X 240 X 240 X 310 X 160 X 340 X 60 X +USW00014922201010WDF5 30 X 50 X 150 X 170 X 160 X 360 X 240 X 240 X 80 X 20 X 30 X 320 X 360 X 320 X 170 X 320 X 330 X 280 X 230 X 290 X 330 X 170 X 40 X 60 X 110 X 250 X 240 X 310 X 160 X 10 X 30 X +USW00014922201010WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00014922201010WSF2 103 X 76 X 63 X 63 X 67 X 89 X 54 X 58 X 45 X 36 X 36 X 103 X 80 X 125 X 54 X 94 X 80 X 63 X 63 X 143 X 76 X 76 X 67 X 89 X 130 X 192 X 179 X 143 X 76 X 72 X 36 X +USW00014922201010WSF5 130 X 143 X 80 X 89 X 80 X 112 X 63 X 72 X 67 X 89 X 80 X 125 X 112 X 148 X 63 X 116 X 107 X 76 X 80 X 197 X 107 X 98 X 103 X 103 X 148 X 268 X 277 X 179 X 98 X 98 X 72 X +USW00014922201010WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0 1 0 1 W 1 W-9999 -9999 -9999 1 W +USW00014922201010WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201010WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00014922201010WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201010WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X +USW00014922201010WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201010WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 0-9999 -9999 -9999 -9999 +USW00014922201010WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922201011TMAX 111 0 133 0 133 0 78 0 72 0 139 0 161 0 172 0 206 0 200 0 111 0 61 0 22 0 17 0 39 0 17 0 28 0 -6 0 39 0 -17 0 11 0 -6 0 -44 0 6 0 -28 0 -33 0 -22 0 72 0 50 0 22 0-9999 +USW00014922201011TMIN -6 0 11 0 67 0 6 0 -28 0 -6 0 22 0 61 0 61 0 72 0 28 0 22 0 6 0 6 0 -28 0 -11 0 -11 0 -28 0 -50 0 -78 0 -28 0 -100 0 -111 0 -67 0 -144 0 -117 0 -122 0 -28 0 22 0 -78 0-9999 +USW00014922201011PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 0 0 8 0 249 0 15 0 0 0 5 0 0 0 0T 0 0 0 5 0 8 0 5 0 0 0 30 0 0T 0 0 0 0 0 0 0 150 0 8 0-9999 +USW00014922201011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 196 0 8 0 0 0 3 0 0 0 0T 0 0 0 0 0 0 0 3 0 0 0 28 0 0T 0 0 0 0 0 0 0 0 0 13 0-9999 +USW00014922201011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 102 0 76 0 76 0 51 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 25 0 0T 0 0T 0-9999 +USW00014922201011AWND 13 W 34 W 54 W 67 W 28 W 47 W 31 W 35 W 47 W 61 W 41 W 26 W 68 W 45 W 10 W 29 W 44 W 39 W 54 W 52 W 41 W 45 W 34 W 56 W 60 W 45 W 23 W 56 W 46 W 72 W-9999 +USW00014922201011FMTM 1433 X 1502 X 1339 X 1216 X 1329 X 1314 X 2021 X 1105 X 2015 X 1403 X 0110 X 2328 X 1510 X 1249 X 2215 X 2105 X 1927 X 2358 X 0112 X 2026 X 0530 X 1844 X 0036 X 0907 X 1522 X 0052 X 2348 X 1411 X 0137 X 1152 X-9999 +USW00014922201011PGTM 1536 W 1501 W 1339 W 1449 W 1032 W 1301 W 1957 W 1332 W 1407 W 1401 W 1315 W 2328 W 1447 W 1243 W 1908 W 1637 W 1927 W 2204 W 0233 W 1636 W 1535 W 1844 W 0035 W 0821 W 1647 W 1635 W 1348 W 2354 W 0432 W 1151 W-9999 +USW00014922201011WDF2 130 X 170 X 320 X 330 X 320 X 170 X 110 X 160 X 130 X 140 X 250 X 70 X 360 X 270 X 30 X 330 X 320 X 140 X 140 X 90 X 110 X 280 X 270 X 120 X 240 X 250 X 140 X 140 X 140 X 290 X-9999 +USW00014922201011WDF5 40 X 170 X 330 X 330 X 350 X 190 X 110 X 170 X 140 X 140 X 210 X 80 X 20 X 260 X 360 X 10 X 330 X 150 X 150 X 40 X 10 X 280 X 270 X 110 X 240 X 280 X 240 X 140 X 140 X 290 X-9999 +USW00014922201011WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00014922201011WSF2 36 X 76 X 116 X 107 X 58 X 94 X 63 X 72 X 76 X 107 X 94 X 103 X 94 X 76 X 27 X 58 X 76 X 76 X 94 X 89 X 72 X 103 X 94 X 112 X 107 X 80 X 45 X 89 X 98 X 107 X-9999 +USW00014922201011WSF5 40 X 94 X 183 X 148 X 98 X 116 X 76 X 80 X 107 X 143 X 116 X 125 X 143 X 98 X 80 X 80 X 94 X 103 X 116 X 112 X 107 X 130 X 116 X 148 X 143 X 103 X 58 X 116 X 125 X 143 X-9999 +USW00014922201011WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 W 1 X 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 1 X-9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00014922201011WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201011WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201011WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00014922201011WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201011WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 W-9999 +USW00014922201011WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201011WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922201011WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00014922201011WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201011WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 X 1 X 1 0-9999 1 0 1 0-9999 -9999 -9999 1 X 1 0-9999 +USW00014922201011WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201011WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00014922201012TMAX -67 0 -67 0 -67 0 -39 0 -78 0 -61 0 -83 0 -78 0 11 0 -22 0 -56 0 -133 0 -144 0 -122 0 -83 0 -67 0 -94 0 -83 0 -94 0 -33 0 -6 0 0 0 -28 0 -33 0 -67 0 -44 0 -61 0 11 0 28 0 56 0 -44 0 +USW00014922201012TMIN -94 0 -117 0 -122 0 -117 0 -156 0 -100 0 -133 0 -161 0 -117 0 -89 0 -133 0 -183 0 -222 0 -211 0 -156 0 -111 0 -133 0 -133 0 -161 0 -122 0 -67 0 -28 0 -50 0 -78 0 -89 0 -139 0 -139 0 -100 0 -39 0 -83 0 -139 0 +USW00014922201012PRCP 0T 0 0T 0 109 0 23 0 3 0 0T 0 0 0 0T 0 3 0 13 0 295 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 91 0 13 0 0T 0 38 0 46 0 0T 0 0T 0 0T 0 0 0 0T 0 69 0 8 0 +USW00014922201012SNOW 0T 0 0T 0 130 0 25 0 13 0 8 0 0 0 0T 0 5 0 20 0 414 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 117 0 0T 0 0T 0 58 0 58 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 5 0 +USW00014922201012SNWD 25 0 25 0 25 0 152 0 152 0 152 0 152 0 152 0 152 0 127 0 229 0 457 0 432 0 432 0 406 0 406 0 381 0 356 0 356 0 356 0 406 0 406 0 406 0 483 0 483 0 483 0 457 0 432 0 406 0 330 0 254 0 +USW00014922201012AWND 47 W 26 W 28 W 38 W 37 W 38 W 30 W 15 W 37 W 34 W 92 W 70 W 20 W 21 W 43 W 18 W 45 W 42 W 17 W 51 W 42 W 34 W 23 W 31 W 44 W 14 W 36 W 21 W 48 W 64 W 51 W +USW00014922201012FMTM 0505 X 1343 X 1411 X 1906 X 1242 X 2309 X 0437 X 2358 X 0613 X 0124 X 2124 X 0014 X 0142 X 2227 X 1354 X 2232 X 2040 X 1349 X 1358 X 1833 X 0756 X 0238 X 1958 X 2226 X 0723 X 2300 X 1625 X 1205 X 1905 X 2217 X 2206 X +USW00014922201012PGTM 0504 W 0755 W 1326 W 2201 W 1333 W 2308 W 0935 W 1343 W 0612 W 0123 W 1535 W 0531 W 0144 W 2227 W 1353 W 1815 W 2106 W 1901 W 1408 W 1833 W 0901 W 0237 W 1706 W 0630 W 1357 W 1206 W 1625 W 1204 W 1458 W 2218 W 2205 W +USW00014922201012WDF2 300 X 320 X 100 X 320 X 320 X 350 X 360 X 120 X 130 X 280 X 360 X 350 X 350 X 110 X 110 X 240 X 280 X 270 X 240 X 120 X 270 X 340 X 70 X 340 X 320 X 160 X 220 X 250 X 160 X 230 X 220 X +USW00014922201012WDF5 300 X 10 X 80 X 330 X 340 X 350 X 350 X 40 X 120 X 290 X 20 X 350 X 350 X 110 X 110 X 260 X 280 X 270 X 240 X 120 X 260 X 340 X 50 X 30 X 360 X 70 X 220 X 250 X 160 X 220 X 210 X +USW00014922201012WESD 0 0 0 0 0 0 0 0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 0 I0 +USW00014922201012WSF2 89 X 63 X 63 X 63 X 80 X 67 X 58 X 31 X 72 X 72 X 134 X 112 X 67 X 67 X 67 X 36 X 76 X 63 X 40 X 94 X 76 X 72 X 54 X 58 X 76 X 54 X 76 X 58 X 80 X 130 X 130 X +USW00014922201012WSF5 112 X 94 X 80 X 89 X 112 X 89 X 89 X 76 X 103 X 98 X 197 X 143 X 80 X 76 X 89 X 54 X 94 X 80 X 45 X 112 X 94 X 98 X 94 X 89 X 112 X 67 X 98 X 72 X 112 X 161 X 161 X +USW00014922201012WT01-9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W +USW00014922201012WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201012WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922201012WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00014922201012WT07-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 +USW00014922201012WT08-9999 -9999 1 W 1 X 1 W 1 W-9999 1 X 1 X 1 W 1 0-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 1 W 1 W 1 W 1 X 1 X 1 X 1 X-9999 1 X +USW00014922201012WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201012WT13-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922201012WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922201012WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201012WT16 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 X 1 0 +USW00014922201012WT18 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00014922201012WT22-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922201101TMAX -128 X -83 X -61 X -128 X -39 X -78 X -94 X -111 X -89 X -56 X -50 X -61 X -89 X -78 X -89 X -94 X -39 X -72 X -106 X -128 X -161 X -144 X -106 X -28 X -67 X -39 X -28 X -6 X 0 X -50 X -61 X +USW00014922201101TMIN -172 X -178 X -133 X -206 X -161 X -139 X -133 X -172 X -200 X -111 X -78 X -167 X -178 X -100 X -167 X -156 X -94 X -139 X -194 X -239 X -267 X -194 X -222 X -117 X -106 X -94 X -56 X -50 X -94 X -100 X -100 X +USW00014922201101PRCP 0T X 0T X 8 X 0T X 10 X 0T X 3 X 0T X 0T X 41 X 25 X 0 X 20 X 43 X 0 X 3 X 18 X 0T X 3 X 3 X 3 X 0T X 0 X 3 X 0T X 0T X 3 X 0 X 0T X 8 X 64 X +USW00014922201101SNOW 0T X 3 X 28 X 0T X 10 X 0T X 8 X 0T X 0T X 38 X 30 X 0 X 48 X 64 X 0 X 5 X 33 X 0T X 5 X 3 X 28 X 3 X 0 X 3 X 0T X 0T X 5 X 0 X 0T X 13 X 107 X +USW00014922201101SNWD 229 X 229 X 229 X 254 X 254 X 254 X 254 X 254 X 254 X 203 X 254 X 279 X 254 X 305 X 330 X 330 X 356 X 305 X 305 X 305 X 305 X 305 X 305 X 305 X 305 X 305 X 279 X 279 X 279 X 254 X 305 X +USW00014922201101AWND 68 W 23 W 17 W 24 W 26 W 22 W 59 W 27 W 13 W 30 W 30 W 27 W 29 W 20 W 44 W 31 W 40 W 45 W 24 W 48 W 21 W 29 W 28 W 34 W 26 W 26 W 17 W 36 W 47 W 34 W 44 W +USW00014922201101FMTM 1505 X 0033 X 2349 X 0008 X 1946 X 1601 X 1346 X 0030 X 1658 X 1549 X 2025 X 0209 X 1436 X 2337 X 1035 X 2359 X 2349 X 0858 X 1907 X 1058 X 1841 X 0331 X 1804 X 0104 X 1206 X 1940 X 1835 X 1459 X 0715 X 0920 X 2042 X +USW00014922201101PGTM 0048 W 0032 W 2344 W 0315 W 1946 W 1601 W 1346 W 0608 W 1640 W 1532 W 1424 W 0201 W 1422 W 2336 W 0059 W 2234 W 0029 W 0042 W 1907 W 1057 W 1821 W 1336 W 2359 W 0058 W 1227 W 1939 W 1412 W 1509 W 0534 W 1917 W 2115 W +USW00014922201101WDF2 270 X 240 X 280 X 270 X 320 X 330 X 320 X 310 X 90 X 50 X 330 X 350 X 170 X 320 X 340 X 140 X 340 X 360 X 230 X 310 X 140 X 320 X 170 X 170 X 250 X 200 X 340 X 150 X 320 X 360 X 40 X +USW00014922201101WDF5 200 X 250 X 270 X 250 X 330 X 350 X 350 X 10 X 60 X 40 X 20 X 340 X 150 X 310 X 320 X 150 X 140 X 340 X 230 X 310 X 160 X 10 X 170 X 180 X 230 X 200 X 350 X 130 X 280 X 20 X 40 X +USW00014922201101WSF2 107 X 58 X 67 X 63 X 58 X 54 X 130 X 76 X 40 X 45 X 54 X 58 X 76 X 76 X 72 X 72 X 80 X 80 X 54 X 112 X 45 X 67 X 80 X 80 X 67 X 54 X 40 X 76 X 76 X 58 X 72 X +USW00014922201101WSF5 148 X 72 X 80 X 72 X 72 X 80 X 206 X 89 X 94 X 80 X 107 X 72 X 98 X 94 X 107 X 94 X 103 X 103 X 63 X 134 X 63 X 125 X 98 X 103 X 80 X 72 X 80 X 94 X 107 X 98 X 98 X +USW00014922201101WT01 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W +USW00014922201101WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201101WT08 1 W 1 W 1 X 1 X 1 W 1 W 1 W-9999 1 X 1 X 1 W-9999 1 X 1 X 1 X-9999 1 X-9999 1 W 1 W 1 W 1 X 1 W 1 W 1 W 1 X-9999 1 X 1 X-9999 1 W +USW00014922201101WT09 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201101WT13 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X +USW00014922201101WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922201101WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922201101WT18 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00014922201101WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201102TMAX -94 X -111 X -72 X 11 X -28 X -17 X -50 X -161 X -133 X -111 X 0 X 33 X 89 X 39 X 56 X 111 X 78 X -11 X -17 X -28 X -44 X -28 X 11 X -17 X -94 X -133 X -22 X -39 X-9999 -9999 -9999 +USW00014922201102TMIN -150 X -200 X -189 X -122 X -100 X -50 X -178 X -233 X -217 X -239 X -211 X -78 X -17 X 0 X 0 X -22 X -11 X -94 X -122 X -44 X -89 X -144 X -39 X -94 X -178 X -189 X -167 X -167 X-9999 -9999 -9999 +USW00014922201102PRCP 0T X 0 X 0 X 0 X 3 X 3 X 0T X 0 X 0 X 0 X 3 Z 0 X 0 X 0 X 0 X 0T X 3 X 0 X 0 X 216 X 28 X 0T X 0T X 0 X 5 X 25 X 0T X 0 X-9999 -9999 -9999 +USW00014922201102SNOW 0T X 0 X 0 X 0 X 5 X 8 X 0T X 0 X 0 X 0 X 5 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 300 X 51 X 0T X 0T X 0 X 8 X 33 X 0T X 0 X-9999 -9999 -9999 +USW00014922201102SNWD 356 X 330 X 330 X 330 X 305 X 305 X 305 X 305 X 279 X 279 X 279 X 279 X 254 X 152 X 127 X 127 X 102 X 51 X 51 X 51 X 356 X 381 X 330 X 279 X 279 X 279 X 305 X 279 X-9999 -9999 -9999 +USW00014922201102AWND 66 W 46 W 47 W 30 W 12 W 33 W 51 W 47 W 36 W 18 W 25 W 24 W 55 W 43 W 54 W 30 W 55 W 72 W 32 W 64 W 61 W 38 W 54 W 43 W 43 W 10 W 31 W 24 W-9999 -9999 -9999 +USW00014922201102FMTM 1818 X 0304 X 1352 X 1444 X 1622 X 1609 X 2027 X 1340 X 1547 X 1840 X 1559 X 1454 X 2130 X 0146 X 1303 X 2043 X 1946 X 0139 X 0222 X 1745 X 0755 X 1904 X 1154 X 0017 X 0112 X 0039 X 2355 X 0013 X-9999 -9999 -9999 +USW00014922201102PGTM 1844 W 0048 W 1130 W 1511 W 1653 W 0820 W 1334 W 1339 W 1551 W 1325 W 2106 W 1454 W 2129 W 0146 W 1258 W 2036 W 2102 W 0138 W 1329 W 1708 W 0755 W 2335 W 1153 W 0016 W 0049 W 1606 W 2348 W 0059 W-9999 -9999 -9999 +USW00014922201102WDF2 350 X 350 X 230 X 270 X 50 X 320 X 340 X 250 X 270 X 230 X 280 X 220 X 280 X 320 X 170 X 160 X 280 X 280 X 10 X 60 X 80 X 160 X 170 X 330 X 350 X 290 X 320 X 320 X-9999 -9999 -9999 +USW00014922201102WDF5 350 X 350 X 220 X 230 X 40 X 360 X 340 X 270 X 270 X 60 X 280 X 220 X 280 X 330 X 170 X 140 X 270 X 290 X 90 X 50 X 90 X 150 X 180 X 330 X 340 X 20 X 320 X 320 X-9999 -9999 -9999 +USW00014922201102WSF2 103 X 94 X 94 X 67 X 40 X 67 X 80 X 80 X 80 X 54 X 76 X 54 X 139 X 130 X 107 X 89 X 134 X 134 X 63 X 112 X 112 X 80 X 89 X 80 X 72 X 36 X 76 X 80 X-9999 -9999 -9999 +USW00014922201102WSF5 134 X 125 X 130 X 89 X 72 X 94 X 107 X 107 X 103 X 72 X 94 X 63 X 174 X 170 X 134 X 134 X 192 X 174 X 89 X 161 X 134 X 98 X 107 X 103 X 94 X 45 X 94 X 98 X-9999 -9999 -9999 +USW00014922201102WT01 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 X-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00014922201102WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201102WT08 1 W-9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W 1 X-9999 1 W 1 X-9999 -9999 -9999 -9999 +USW00014922201102WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201102WT13-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922201102WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201102WT18 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922201102WT22-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201103TMAX 50 X -83 X 0 X -11 X -17 X -11 X -11 X 39 X 22 X 6 X 61 X -6 X -11 X 33 X 67 X 111 X 117 X 44 X 100 X 67 X 78 X 39 X 6 X 6 X 6 X -11 X 11 X 22 X 56 X 67 X 89 X +USW00014922201103TMIN -150 X -194 X -100 X -50 X -83 X -117 X -44 X -28 X -11 X -56 X -67 X -89 X -94 X -100 X -11 X -17 X 33 X -22 X -44 X 28 X 17 X 6 X -78 X -106 X -78 X -89 X -89 X -78 X -61 X -61 X 17 X +USW00014922201103PRCP 0 X 0 X 3 X 0 X 0 X 30 X 8 X 0T X 23 X 0 X 10 X 0T X 0T X 0 X 10 X 0 X 0 X 0 X 10 X 25 X 0 X 290 X 86 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 28 X +USW00014922201103SNOW 0 X 0 X 3 X 0 X 0 X 43 X 10 X 0T X 25 X 0 X 13 X 0T X 0T X 0 X 0 X 0 X 0 X 0 Z 0T X 0 X 0 X 10 X 104 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201103SNWD 279 X 254 X 229 X 229 X 229 X 203 X 254 X 254 X 254 X 229 X 229 X 178 X 178 X 152 X 152 X 127 X 25 X 0T X 0T X 0 X 0 X 0 X 51 X 102 X 102 X 102 X 76 X 76 X 51 X 25 X 0T X +USW00014922201103AWND 53 W 35 W 36 W 44 W 38 W 22 W 26 W 36 W 47 W 31 W 58 W 72 W 19 W 30 W 30 W 35 W 46 W 44 W 43 W 47 W 37 W 87 W 71 W 17 W 30 W 31 W 17 W 15 W 8 W 6 W 26 W +USW00014922201103FMTM 1907 X 0013 X 0639 X 1632 X 0255 X 1430 X 1659 X 1923 X 1914 X 0528 X 1314 X 0217 X 0333 X 2347 X 1012 X 1601 X 2300 X 0322 X 2226 X 2140 X 2359 X 1726 X 0223 X 0631 X 2228 X 1523 X 1624 X 1657 X 2254 X 1906 X 2324 X +USW00014922201103PGTM 1747 W 0013 W 0654 W 1403 W 0254 W 1607 W 1454 W 1923 W 1852 W 0527 W 2150 W 0218 W 1051 W 1701 W 1012 W 2316 W 2259 W 0336 W 2239 W 2137 W 2358 W 1934 W 1509 W 1330 W 2223 W 1728 W 1623 W 1841 W 1416 W 2111 W 2228 W +USW00014922201103WDF2 320 X 320 X 110 X 340 X 350 X 150 X 20 X 70 X 360 X 320 X 140 X 280 X 310 X 160 X 220 X 150 X 300 X 300 X 120 X 280 X 70 X 80 X 80 X 20 X 60 X 70 X 70 X 90 X 330 X 300 X 170 X +USW00014922201103WDF5 310 X 330 X 110 X 20 X 350 X 150 X 30 X 80 X 330 X 320 X 250 X 280 X 360 X 170 X 220 X 210 X 290 X 290 X 140 X 270 X 80 X 80 X 30 X 20 X 60 X 30 X 60 X 90 X 30 X 30 X 180 X +USW00014922201103WSF2 107 X 80 X 72 X 76 X 80 X 63 X 45 X 94 X 76 X 67 X 130 X 156 X 45 X 63 X 76 X 94 X 112 X 98 X 98 X 103 X 80 X 139 X 134 X 45 X 67 X 58 X 63 X 54 X 36 X 36 X 54 X +USW00014922201103WSF5 139 X 98 X 80 X 116 X 112 X 72 X 107 X 103 X 107 X 89 X 174 X 192 X 72 X 80 X 103 X 112 X 156 X 130 X 130 X 139 X 103 X 170 X 174 X 98 X 89 X 80 X 80 X 72 X 80 X 72 X 80 X +USW00014922201103WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 X 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00014922201103WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201103WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201103WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201103WT08-9999 -9999 -9999 1 X-9999 -9999 1 W 1 X 1 W 1 X 1 X 1 W 1 X 1 X 1 W 1 W 1 W-9999 1 X-9999 1 X 1 W 1 W-9999 1 X-9999 -9999 -9999 -9999 -9999 1 W +USW00014922201103WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201103WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922201103WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201103WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922201103WT18-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201103WT22-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201104TMAX 83 X 122 X 133 X 89 X 133 X 144 X 178 X 178 X 144 X 244 X 172 X 200 X 167 X 89 X 94 X 50 X 94 X 100 X 72 X 78 X 100 X 72 X 89 X 167 X 183 X 139 X 67 X 133 X 183 X 156 X-9999 +USW00014922201104TMIN 17 X -6 X 61 X 11 X -11 X 39 X 22 X 50 X 89 X 78 X 61 X 56 X 67 X 17 X 6 X 0 X 0 X 17 X 17 X 0 X 0 X 39 X 39 X 22 X 39 X 33 X 17 X 17 X 22 X 61 X-9999 +USW00014922201104PRCP 18 X 0 X 0T X 3 X 0 X 0 X 0 X 0 X 3 X 25 X 0 X 0 X 0T X 0T X 33 X 0T X 0 X 0 X 0T X 51 X 41 X 23 X 10 X 0 X 0 X 371 X 0T X 15 X 0T X 119 X-9999 +USW00014922201104SNOW 0T X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 15 X 0T X 0 X 0 X 0T X 33 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0T X 0 X 0 X-9999 +USW00014922201104SNWD 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 25 X 0 X 0 X 0 X 25 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00014922201104AWND 49 W 29 W 61 W 82 W 33 W 28 W 31 W 38 W 43 W 74 W 53 W 29 W 52 W 74 W 89 W 70 W 49 W 28 W 50 W 27 W 33 W 53 W 29 W 15 W 31 W 78 W 49 W 43 W 48 W 67 W-9999 +USW00014922201104FMTM 1430 X 2352 X 1052 X 0834 X 1420 X 1124 X 1525 X 2338 X 2145 X 1500 X 1159 X 2359 X 0521 X 2336 X 1804 X 1522 X 0832 X 2203 X 1602 X 1757 X 1737 X 1012 X 0739 X 1446 X 1402 X 0654 X 0008 X 0940 X 2320 X 2335 X-9999 +USW00014922201104PGTM 1445 W 2351 W 0945 W 1412 W 1344 W 1642 W 1524 W 1550 W 2145 W 1916 W 1411 W 1044 W 0850 W 1951 W 1327 W 2311 W 0831 W 2136 W 1037 W 1757 W 1734 W 1115 W 0738 W 1421 W 1401 W 0653 W 0008 W 0926 W 2318 W 2334 W-9999 +USW00014922201104WDF2 290 X 110 X 120 X 320 X 250 X 330 X 170 X 150 X 80 X 250 X 320 X 170 X 350 X 70 X 70 X 280 X 320 X 50 X 70 X 270 X 150 X 110 X 320 X 240 X 60 X 50 X 10 X 330 X 110 X 240 X-9999 +USW00014922201104WDF5 290 X 110 X 110 X 350 X 230 X 10 X 170 X 170 X 80 X 250 X 360 X 230 X 360 X 70 X 50 X 280 X 310 X 50 X 110 X 270 X 160 X 80 X 320 X 210 X 50 X 30 X 20 X 340 X 110 X 240 X-9999 +USW00014922201104WSF2 89 X 72 X 107 X 139 X 76 X 63 X 76 X 76 X 98 X 125 X 107 X 58 X 107 X 107 X 148 X 116 X 94 X 58 X 98 X 89 X 116 X 103 X 76 X 58 X 89 X 134 X 98 X 89 X 116 X 130 X-9999 +USW00014922201104WSF5 112 X 89 X 134 X 183 X 103 X 103 X 98 X 103 X 112 X 174 X 156 X 103 X 139 X 134 X 201 X 161 X 125 X 80 X 125 X 103 X 148 X 125 X 103 X 76 X 107 X 174 X 125 X 112 X 165 X 183 X-9999 +USW00014922201104WT01 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W-9999 +USW00014922201104WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201104WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00014922201104WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X-9999 +USW00014922201104WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922201104WT16 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00014922201104WT18 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922201104WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922201104WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201105TMAX 61 X 44 X 150 X 189 X 172 X 211 X 222 X 183 X 211 X 311 X 256 X 183 X 133 X 111 X 178 X 206 X 200 X 228 X 217 X 228 X 228 X 206 X 239 X 194 X 178 X 178 X 172 X 211 X 200 X 311 X 250 X +USW00014922201105TMIN 6 X 6 X 0 X 28 X 78 X 72 X 117 X 117 X 122 X 133 X 161 X 106 X 78 X 67 X 67 X 44 X 67 X 94 X 144 X 150 X 161 X 144 X 150 X 133 X 100 X 72 X 83 X 100 X 122 X 167 X 150 X +USW00014922201105PRCP 0T X 0T X 0 X 0T Z 38 X 0 X 0 X 46 X 119 X 0T X 5 X 5 X 0T X 20 X 0 X 0 X 0 X 0 X 0 X 71 X 442 X 145 X 3 X 3 X 25 X 0 X 56 X 38 X 3 X 8 X 0T X +USW00014922201105SNOW 0T X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201105SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201105AWND 87 W 43 W 31 W 50 W 46 W 18 W 28 W 50 W 66 W 47 W 24 W 45 W 56 W 52 W 64 W 41 W 31 W 34 W 34 W 47 W 51 W 47 W 46 W 46 W 60 W 35 W 47 W 32 W 32 W 62 W 83 W +USW00014922201105FMTM 0936 X 0846 X 1539 X 1501 X 1126 X 1912 X 1533 X 1707 X 0815 X 1040 X 0816 X 0732 X 1148 X 1849 X 1705 X 1519 X 1645 X 1519 X 1552 X 1224 X 1850 X 0057 X 1258 X 2233 X 1727 X 1914 X 1506 X 1452 X 2159 X 1637 X 1715 X +USW00014922201105PGTM 0350 W 0845 W 1021 W 1359 W 1126 W 1854 W 1533 W 1154 W 0813 W 1043 W 0815 W 0648 W 2055 W 1849 W 1457 W 1451 W 1644 W 1243 W 1657 W 1223 W 0426 W 0056 W 1357 W 1138 W 1447 W 1334 W 1525 W 1451 W 2159 W 1634 W 1706 W +USW00014922201105WDF2 270 X 320 X 30 X 150 X 320 X 70 X 100 X 110 X 100 X 110 X 170 X 10 X 10 X 50 X 10 X 30 X 100 X 100 X 70 X 120 X 120 X 230 X 320 X 50 X 20 X 80 X 170 X 280 X 80 X 160 X 270 X +USW00014922201105WDF5 270 X 330 X 10 X 140 X 320 X 60 X 110 X 140 X 100 X 110 X 170 X 20 X 20 X 40 X 20 X 40 X 110 X 70 X 100 X 120 X 120 X 220 X 10 X 50 X 20 X 40 X 170 X 270 X 80 X 170 X 260 X +USW00014922201105WSF2 143 X 107 X 89 X 112 X 107 X 54 X 76 X 94 X 143 X 94 X 94 X 80 X 89 X 98 X 107 X 107 X 72 X 89 X 67 X 107 X 89 X 103 X 80 X 72 X 98 X 67 X 80 X 94 X 80 X 116 X 143 X +USW00014922201105WSF5 179 X 130 X 112 X 143 X 139 X 72 X 98 X 112 X 179 X 107 X 112 X 116 X 130 X 143 X 148 X 143 X 94 X 112 X 80 X 134 X 112 X 134 X 112 X 112 X 139 X 130 X 103 X 112 X 103 X 179 X 201 X +USW00014922201105WT01-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 X 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W-9999 +USW00014922201105WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 +USW00014922201105WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201105WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W 1 W 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 X-9999 +USW00014922201105WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922201105WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922201105WT16 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00014922201105WT18 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201106TMAX 244 X 267 X 328 X 289 X 289 X 361 X 394 X 283 X 200 X 167 X 206 X 200 X 250 X 267 X 233 X 267 X 289 X 222 X 261 X 250 X 261 X 211 X 172 X 256 X 200 X 261 X 250 X 261 X 300 X 350 X-9999 +USW00014922201106TMIN 128 X 156 X 200 X 178 X 167 X 211 X 256 X 144 X 111 X 117 X 111 X 111 X 128 X 161 X 144 X 167 X 156 X 194 X 172 X 167 X 183 X 117 X 117 X 111 X 161 X 161 X 161 X 144 X 167 X 222 X-9999 +USW00014922201106PRCP 0 X 0 X 5 X 0 X 0 X 0 X 0 X 0 X 0T X 74 X 5 X 0 X 0 X 234 X 109 X 0 X 203 X 71 X 0 X 0 X 305 X 328 X 3 X 0 X 5 X 0T X 0T X 0 X 0 X 0 X-9999 +USW00014922201106SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 W 0 W 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00014922201106SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 W 0 W 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00014922201106AWND 46 W 74 W 51 W 26 W 28 W 26 W 55 W 57 W 57 W 38 W 32 W 27 W 52 W 58 W 34 W 32 W 43 W 30 W 29 W 58 W 66 W 51 W 53 W 22 W 27 W 40 W 52 W 22 W 49 W 48 W-9999 +USW00014922201106FMTM 1115 X 1343 X 1103 X 1559 X 2213 X 2324 X 1348 X 1125 X 1728 X 0337 X 0904 X 1558 X 1241 X 2014 X 1548 X 1650 X 2304 X 0833 X 2216 X 1143 X 0335 X 1454 X 0609 X 0011 X 1106 X 1235 X 1116 X 1038 X 1750 X 1752 X-9999 +USW00014922201106PGTM 1206 W 1345 W 0406 W 1559 W 2106 W 1847 W 1347 W 1529 W 1709 W 1246 W 1415 W 1606 W 1306 W 2022 W 1548 W 1844 W 2303 W 0831 W 2115 W 2100 W 0333 W 1053 W 0600 W 1412 W 1027 W 1543 W 1115 W 1339 W 1825 W 1753 W-9999 +USW00014922201106WDF2 290 X 140 X 160 X 270 X 110 X 110 X 200 X 270 X 70 X 110 X 360 X 140 X 120 X 120 X 270 X 10 X 250 X 110 X 20 X 80 X 40 X 340 X 340 X 340 X 170 X 140 X 280 X 340 X 140 X 160 X-9999 +USW00014922201106WDF5 280 X 140 X 150 X 270 X 110 X 40 X 200 X 320 X 90 X 60 X 20 Z 140 X 110 X 100 X 270 X 40 X 240 X 120 X 30 X 80 X 40 X 20 X 350 X 50 X 160 X 140 X 280 X 20 X 150 X 170 X-9999 +USW00014922201106WSF2 107 X 112 X 98 X 98 X 58 X 63 X 125 X 103 X 98 X 72 X 67 X 63 X 103 X 125 X 156 X 67 X 156 X 72 X 58 X 103 X 139 X 80 X 94 X 72 X 67 X 72 X 125 X 58 X 94 X 76 X-9999 +USW00014922201106WSF5 130 X 148 X 134 X 116 X 76 X 98 X 174 X 134 X 130 X 98 X 107 Z 76 X 130 X 161 X 206 X 98 X 210 X 94 X 98 X 130 X 179 X 139 X 125 X 89 X 89 X 89 X 161 X 80 X 112 X 94 X-9999 +USW00014922201106WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 X 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201106WT03-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201106WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 1 X-9999 1 W-9999 -9999 -9999 -9999 +USW00014922201106WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201106WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201106WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922201107TMAX 372 X 294 X 300 X 322 X 311 X 306 X 306 X 328 X 311 X 333 X 311 X 256 X 250 X 233 X 250 X 306 X 339 X 367 X 361 X 356 X 300 X 317 X 294 X 283 X 317 X 289 X 317 X 317 X 317 X 322 X 339 X +USW00014922201107TMIN 217 X 194 X 178 X 200 X 211 X 178 X 206 X 217 X 244 X 206 X 206 X 183 X 161 X 178 X 217 X 217 X 261 X 267 X 233 X 267 X 217 X 217 X 200 X 172 X 200 X 200 X 222 X 228 X 200 X 200 X 200 X +USW00014922201107PRCP 36 X 0 X 0 X 0 X 3 X 0 X 0T X 0 X 0T X 157 X 0T X 0 X 0 X 33 X 467 X 274 X 0T X 0T X 71 X 0 X 0 X 0 X 173 X 0 X 0 X 0T X 112 X 0 X 0 X 3 X 0 X +USW00014922201107SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201107SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201107AWND 36 W 33 W 17 W 29 W 32 W 18 W 17 W 17 W 50 W 34 W 41 W 33 W 37 W 48 W 40 W 36 W 33 W 22 W 41 W 61 W 25 W 26 W 47 W 30 W 26 W 40 W 36 W 26 W 17 W 40 W 22 W +USW00014922201107FMTM 1741 X 1606 X 1332 X 1700 X 0348 X 2240 X 2100 X 1734 X 1324 X 2142 X 1554 X 1933 X 1143 X 1609 X 1210 X 0809 X 1612 X 0059 X 1106 X 1054 X 0746 X 1451 X 0754 X 0908 X 1420 X 2120 X 0220 X 1711 X 1707 X 2206 X 1703 X +USW00014922201107PGTM 1740 W 1052 W 1332 W 1834 W 0348 W-9999 -9999 1733 W 1249 W 2155 W 1750 W 1836 W 0705 W 1343 W 1529 W 0455 W 1306 W 1926 W 1105 W 1043 W 0823 W 1432 W 0752 W 1422 W 1308 W 0702 W 0221 W 1557 W 1649 W 2205 W 0858 W +USW00014922201107WDF2 280 X 310 X 160 X 220 X 350 X 80 Z 140 Z 190 X 220 X 310 X 280 X 20 X 80 X 140 X 110 X 120 X 90 X 200 X 30 X 220 X 310 X 140 X 340 X 330 X 280 X 110 X 140 X 350 X 240 X 20 X 240 X +USW00014922201107WDF5 250 X 30 X 150 X 200 X 350 X-9999 -9999 180 X 210 X 350 X 340 X 20 X 50 X 140 X 190 X 40 X 240 X 20 X 30 X 220 X 340 X 150 X 340 X 10 X 260 X 40 X 140 X 350 X 230 X 30 X 360 X +USW00014922201107WSF2 161 X 72 X 54 X 67 X 116 X 36 Z 40 Z 58 X 98 X 148 X 89 X 63 X 67 X 72 X 98 X 80 X 76 X 58 X 148 X 112 X 58 X 58 X 161 X 63 X 63 X 72 X 89 X 63 X 58 X 112 X 45 X +USW00014922201107WSF5 201 X 112 X 67 X 89 X 139 X-9999 -9999 76 X 130 X 206 X 103 X 112 X 103 X 94 X 116 X 94 X 116 X 89 X 192 X 156 X 103 X 72 X 201 X 112 X 89 X 107 X 107 X 107 X 76 X 139 X 76 X +USW00014922201107WT01 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 W 1 X 1 X 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00014922201107WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201107WT03 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 +USW00014922201107WT08 1 X-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201107WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00014922201107WT16 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 +USW00014922201108TMAX 283 X 311 X 306 X 294 X 294 X 311 X 278 X 278 X 244 X 272 X 289 X 250 X 272 X 289 X 289 X 289 X 272 X 289 X 289 X 256 X 261 X 294 X 306 X 272 X 283 X 306 X 261 X 256 X 272 X 217 X 294 X +USW00014922201108TMIN 217 X 233 X 194 X 200 X 211 X 228 X 194 X 200 X 167 X 144 X 172 X 183 X 167 X 172 X 194 X 200 X 167 X 161 X 183 X 161 X 161 X 167 X 200 X 194 X 172 X 189 X 156 X 150 X 150 X 178 X 178 X +USW00014922201108PRCP 208 X 3 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 3 X 155 X 0 X 0 X 361 X 0 X 0 X 3 X 3 X 0T X 0 X 30 X 0 X 0 X 0 X 0T X 0 X 0 X 5 X 0T X +USW00014922201108SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 Z 0 Z 0 Z 0 X 0 X 0 X +USW00014922201108SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201108AWND 40 W 42 W 24 W 20 W 22 W 32 W 24 W 29 W 50 W 29 W 31 W 31 W 30 W 13 W 36 W 41 W 27 W 28 W 37 W 24 W 15 W 32 W 37 W 58 W 19 W 37 W 19 W 13 W 14 W 38 W 29 W +USW00014922201108FMTM 1229 X 0756 X 0018 X 1657 X 1733 X 1543 X 1106 X 2228 X 1200 X 1447 X 1236 X 1014 X 0108 X 1529 X 1442 X 1317 X 1310 X 1647 X 1214 X 2321 X 1223 X 2334 X 0437 X 1219 X 1815 X 0912 X 0354 X 1604 X 1423 X 1959 X 1654 X +USW00014922201108PGTM 1230 W 0755 W 0632 W 1647 W 1732 W 2126 W 1054 W 2228 W 1434 W 1447 W 1235 W 1710 W 1615 W 1702 W 1441 W 1315 W 1450 W 1601 W 1221 W 1048 W 1350 W 2342 W 0436 W 1218 W 1319 W 1451 W 1227 W 1558 W 1422 W 1958 W 1659 W +USW00014922201108WDF2 280 X 270 X 350 X 80 X 160 X 250 X 20 X 310 X 320 X 280 X 220 X 110 X 310 X 140 X 170 X 170 X 280 X 170 X 330 X 360 X 230 X 170 X 300 X 280 X 220 X 220 X 350 X 270 X 210 X 100 X 160 X +USW00014922201108WDF5 280 X 280 X 10 X 70 X 170 X 10 X 20 X 320 X 340 X 280 X 230 X 50 X 20 X 250 X 160 X 170 X 290 X 180 X 350 X 360 X 270 X 160 X 300 X 280 X 290 X 360 X 20 X 280 X 210 X 100 X 140 X +USW00014922201108WSF2 148 X 116 X 63 X 45 X 58 X 76 X 54 X 98 X 103 X 72 X 72 X 63 X 80 X 54 X 76 X 94 X 63 X 72 X 72 X 63 X 63 X 76 X 161 X 130 X 45 X 76 X 40 X 54 X 58 X 80 X 54 X +USW00014922201108WSF5 174 X 148 X 103 X 67 X 67 X 125 X 98 X 116 X 139 X 94 X 98 X 80 X 130 X 67 X 94 X 125 X 80 X 94 X 107 X 89 X 80 X 103 X 219 X 161 X 94 X 107 X 72 X 67 X 76 X 98 X 63 X +USW00014922201108WT01 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W +USW00014922201108WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201108WT03 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201108WT08 1 X 1 X-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 +USW00014922201108WT13-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922201108WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922201108WT16 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X +USW00014922201109TMAX 344 X 278 X 272 X 217 X 222 X 233 X 261 X 300 X 322 X 317 X 317 X 322 X 211 X 156 X 144 X 156 X 194 X 161 X 239 X 228 X 161 X 139 X 156 X 167 X 194 X 211 X 194 X 272 X 189 X 178 X-9999 +USW00014922201109TMIN 217 X 222 X 156 X 117 X 89 X 106 X 117 X 139 X 172 X 172 X 183 X 161 X 122 X 50 X 22 X 89 X 94 X 117 X 106 X 128 X 94 X 78 X 83 X 50 X 72 X 117 X 144 X 133 X 128 X 67 X-9999 +USW00014922201109PRCP 0 X 5 X 0T X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 51 X 0 X 10 X 13 X 0T X 0 X 0 X 0T X 0T X 13 X 0 X 0T X 0 X-9999 +USW00014922201109SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00014922201109SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00014922201109AWND 38 W 31 W 41 W 52 W 17 W 27 W 14 W 26 W 28 W 15 W 24 W 57 W 45 W 54 W 15 W 39 W 51 W 30 W 18 W 65 W 68 W 28 W 12 W 17 W 28 W 57 W 20 W 11 W 83 W 46 W-9999 +USW00014922201109FMTM 1436 X 0719 X 1628 X 1540 X 2304 X 1444 X 1459 X 1452 X 1644 X 1409 X 1344 X 1947 X 2241 X 1719 X 1435 X 1311 X 2231 X 0932 X 1434 X 1722 X 1306 X 0150 X 1754 X 1401 X 1811 X 1648 X 0119 X 1250 X 1414 X 1159 X-9999 +USW00014922201109PGTM 1435 W 1344 W 1749 W 1422 W 2335 W 1531 W 1444 W 1505 W 1608 W 1433 W 1513 W 1827 W 2312 W 1427 W 1405 W 1517 W 2230 W 0935 W 1433 W 1801 W 1305 W 1719 W 1844 W 1410 W 1811 W 1649 W 0119 W 1236 W 1409 W 0820 W-9999 +USW00014922201109WDF2 150 X 330 X 320 X 320 X 160 X 170 X 60 X 10 X 20 X 20 X 280 X 320 X 340 X 340 X 140 X 160 X 170 X 130 X 290 X 240 X 270 X 360 X 50 X 90 X 30 X 20 X 20 X 270 X 320 X 350 X-9999 +USW00014922201109WDF5 140 X 10 X 310 X 360 X 170 X 140 X 40 X 30 X 20 X 30 X 270 X 320 X 350 X 350 X 140 X 180 X 170 X 140 X 280 X 230 X 280 X 10 X 30 X 100 X 30 X 30 X 30 X 20 X 310 X 350 X-9999 +USW00014922201109WSF2 89 X 80 X 107 X 98 X 58 X 54 X 45 X 72 X 72 X 54 X 76 X 134 X 107 X 98 X 40 X 80 X 112 X 58 X 63 X 130 X 112 X 67 X 54 X 63 X 80 X 103 X 76 X 40 X 165 X 76 X-9999 +USW00014922201109WSF5 116 X 103 X 139 X 139 X 67 X 72 X 103 X 130 X 139 X 103 X 94 X 174 X 139 X 139 X 89 X 107 X 134 X 67 X 80 X 174 X 148 X 94 X 94 X 80 X 125 X 143 X 94 X 63 X 237 X 116 X-9999 +USW00014922201109WT01 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 +USW00014922201109WT03-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201109WT08 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201109WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922201109WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201109WT16-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 +USW00014922201110TMAX 178 X 267 X 283 X 294 X 311 X 283 X 294 X 283 X 283 X 244 X 244 X 206 X 156 X 139 X 156 X 150 X 144 X 83 X 94 X 128 X 161 X 161 X 144 X 167 X 133 X 106 X 117 X 133 X 122 X 100 X 100 X +USW00014922201110TMIN 33 X 61 X 100 X 111 X 167 X 139 X 183 X 217 X 178 X 139 X 122 X 139 X 89 X 89 X 61 X 72 X 50 X 56 X 39 X 17 X 0 X 44 X 56 X 39 X 56 X 44 X 22 X 11 X -6 X 39 X 6 X +USW00014922201110PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 30 X 5 X 137 X 0T X 0 X 0T X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 3 X 0 X 0T X 0T X 3 X 0 X 0 X 0T X 0 X +USW00014922201110SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201110SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201110AWND 28 W 22 W 27 W 39 W 37 W 51 W 79 W 43 W 34 W 43 W 33 W 23 W 41 W 72 W 58 W 72 W 60 W 55 W 50 W 45 W 21 W 20 W 26 W 13 W 67 W 19 W 16 W 26 W 25 W 38 W 22 W +USW00014922201110WDF2 140 X 220 X 150 X 160 X 170 X 160 X 170 X 190 X 160 X 210 X 170 X 200 X 270 X 280 X 270 X 280 X 280 X 310 X 20 X 340 X 240 X 310 X 310 X 60 X 40 X 10 X 280 X 290 X 120 X 120 X 160 X +USW00014922201110WDF5 150 X 210 X 150 X 140 X 160 X 150 X 170 X 210 X 160 X 210 X 170 X 190 X 290 X 270 X 280 X 290 X 270 X 340 X 10 X 360 X 250 X 10 X 350 X 40 X 40 X 40 X 320 X 310 X 110 X 140 X 170 X +USW00014922201110WSF2 58 X 58 X 63 X 76 X 76 X 103 X 156 X 94 X 89 X 94 X 72 X 112 X 94 X 130 X 103 X 134 X 116 X 89 X 76 X 89 X 54 X 45 X 76 X 54 X 107 X 54 X 58 X 89 X 80 X 80 X 58 X +USW00014922201110WSF5 76 X 72 X 80 X 103 X 94 X 139 X 192 X 130 X 107 X 139 X 94 X 165 X 116 X 174 X 139 X 161 X 148 X 112 X 103 X 134 X 67 X 67 X 98 X 76 X 156 X 80 X 89 X 103 X 98 X 103 X 72 X +USW00014922201110WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922201110WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922201110WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201110WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X +USW00014922201110WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00014922201111TMAX 128 X 106 X 122 X 133 X 139 X 128 X 100 X 83 X 100 X 39 X 100 X 178 X 94 X 111 X 106 X 39 X 0 X 89 X 28 X -28 X 22 X 33 X 111 X 150 X 122 X 100 X 28 X 39 X 44 X 50 X-9999 +USW00014922201111TMIN 72 X 28 X -11 X -22 X 44 X 61 X 17 X 11 X 11 X -6 X -11 X -6 X 44 X 17 X -11 X -44 X -89 X 0 X -50 X -89 X -67 X 11 X 17 X 22 X 67 X 28 X -6 X -39 X -39 X -44 X-9999 +USW00014922201111PRCP 0T X 0T X 0 X 0 X 0 X 0T X 0 X 0 X 0T X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 53 X 0 X 0 X 0 X 0 X 0 X 0 X 20 X 0T X 0 X 0 X 3 X-9999 +USW00014922201111SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 76 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X-9999 +USW00014922201111SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 76 X 51 X 25 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00014922201111AWND 27 W 45 W 9 W 39 W 76 W 74 W 34 W 24 W 49 W 53 W 32 W 40 W 36 W 37 W 57 W 60 W 37 W 38 W 62 W 26 W 21 W 19 W 28 W 40 W 33 W 60 W 52 W 33 W 31 W 16 W-9999 +USW00014922201111WDF2 340 X 350 X 340 X 160 X 150 X 240 X 260 X 10 X 300 X 320 X 190 X 180 X 270 X 260 X 280 X 290 X 120 X 160 X 350 X 330 X 170 X 110 X 190 X 170 X 140 X 320 X 350 X 340 X 320 X 10 X-9999 +USW00014922201111WDF5 360 X 350 X 20 X 150 X 150 X 220 X 250 X-9999 310 X 310 X 210 X 200 X 260 X 280 X 290 X 270 X 130 X 210 X 10 X 330 X 30 X 110 X 190 X 190 X 150 X 320 X 330 X 340 X 330 X 10 X-9999 +USW00014922201111WSF2 76 X 76 X 40 X 94 X 134 X 116 X 63 X 54 X 116 X 98 X 76 X 112 X 72 X 107 X 139 X 112 X 76 X 76 X 98 X 67 X 54 X 45 X 63 X 67 X 58 X 116 X 107 X 89 X 67 X 67 X-9999 +USW00014922201111WSF5 103 X 98 X 76 X 112 X 165 X 170 X 80 X-9999 148 X 139 X 98 X 174 X 89 X 134 X 170 X 143 X 98 X 94 X 161 X 80 X 80 X 58 X 89 X 94 X 72 X 156 X 134 X 112 X 98 X 80 X-9999 +USW00014922201111WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922201111WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201111WT08-9999 -9999 -9999 1 W 1 X 1 X 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201111WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 +USW00014922201111WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922201111WT16 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922201111WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922201111WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201112TMAX 0 X 11 X 11 X -17 X -56 X -72 X -17 X -17 X -83 X -28 X 39 X 44 X 33 X 39 X 28 X -33 X 17 X 83 X 33 X 6 X -6 X -22 X 28 X 56 X 56 X 111 X 44 X 39 X 28 X 0 X 61 X +USW00014922201112TMIN -83 X -100 X -17 X -56 X -83 X -122 X -100 X -111 X -150 X -144 X -72 X 22 X 17 X 17 X -72 X -83 X -67 X -61 X -33 X -67 X -78 X -61 X -72 X -78 X -11 X -39 X -44 X -50 X -22 X -22 X -22 X +USW00014922201112PRCP 10 X 0 X 46 X 3 X 0T X 0T X 0 X 0 X 0 X 0 X 0 X 3 X 3 X 94 X 0T X 0T X 3 X 0 X 0 X 0 X 0T X 0 X 5 X 0 X 0 X 0 X 0 X 3 X 0 X 0T X 84 X +USW00014922201112SNOW 10 X 0 X 107 X 5 X 0T X 3 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 3 X 5 X 0 X 0 X 0 X 5 X 0 X 5 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 43 X +USW00014922201112SNWD 0T X 0T X 0T X 102 X 76 X 76 X 76 X 51 X 51 X 51 X 51 X 0T X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0T X 0 X 0T X 0T X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201112AWND 43 W 42 W 25 W 38 W 37 W 34 W 30 W 52 W 31 W 31 W 46 W 15 W 22 W 26 W 69 W 11 W 27 W 35 W 43 W 25 W 20 W 39 W 37 W 35 W 47 W 57 W 52 W 31 W 30 W 27 W 42 W +USW00014922201112WDF2 340 X 180 X 200 X 320 X 360 X 210 X 280 X 280 X 260 X 210 X 210 X 190 X 100 X 110 X 320 X 290 X 250 X 230 X 340 X 230 X 340 X 340 X 220 X 240 X 320 X 230 X 330 X 140 X 330 X 20 X 150 X +USW00014922201112WDF5 20 X 180 X 210 X 330 X 10 X 180 X 290 X 270 X 250 X 210 X 210 X 250 X 100 X 290 X 310 X 290 X 220 X 240 X 20 X 220 X 330 X 320 X 220 X 230 X 310 X 230 X 320 X 160 X 340 X 10 X 150 X +USW00014922201112WSF2 76 X 94 X 80 X 72 X 72 X 58 X 76 X 112 X 67 X 76 X 103 X 45 X 54 X 58 X 143 X 45 X 72 X 72 X 80 X 63 X 80 X 76 X 98 X 72 X 103 X 125 X 107 X 63 X 76 X 58 X 103 X +USW00014922201112WSF5 107 X 116 X 112 X 98 X 89 X 76 X 98 X 143 X 80 X 103 X 139 X 63 X 63 X 72 X 192 X 63 X 98 X 98 X 130 X 76 X 112 X 98 X 139 X 98 X 134 X 179 X 143 X 76 X 103 X 107 X 134 X +USW00014922201112WT01 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201112WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201112WT08-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 W 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X +USW00014922201112WT13 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X +USW00014922201112WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201112WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X +USW00014922201112WT18 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922201112WT22-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201201TMAX 11 X -67 X -17 X 28 X 72 X 78 X 28 X 44 X 94 X 111 X 33 X -100 X -106 X -61 X 44 X 0 X -67 X -33 X -156 X -111 X -56 X -33 X -33 X -44 X 0 X 44 X 22 X -22 X -56 X 67 X 72 X +USW00014922201201TMIN -72 X -117 X -122 X -50 X -44 X 28 X -39 X -61 X 11 X -28 X -106 X -122 X -139 X -150 X -78 X -67 X -150 X -183 X -239 X -178 X -183 X -67 X -72 X -111 X -56 X -44 X -67 X -78 X -117 X -72 X -17 X +USW00014922201201PRCP 0T X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0T X 5 X 8 X 0 X 0 X 3 X 0T X 0 X 18 X 0 X 3 X 38 X 0T X 0T X 0 X 10 X 8 X 0T X 0T X 0 X +USW00014922201201SNOW 0T X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0T X 10 X 13 X 0 X 0 X 3 X 3 X 0 X 28 X 0 X 0 X 48 X 0T X 0T X 0 X 3 X 10 X 0T X 0T X 0 X +USW00014922201201SNWD 25 X 25 X 25 X 25 X 25 X 0T X 0 X 0 X 0 X 0 X 0 X 0T X 0T X 0T X 25 X 0T X 0T X 0T X 0T X 0T X 25 X 25 X 51 X 51 X 51 X 51 X 25 X 25 X 25 X 25 X 25 X +USW00014922201201AWND 96 W 60 W 32 W 25 W 19 W 54 W 38 W 17 W 43 W 17 W 57 W 76 W 30 W 24 W 49 W 44 W 58 W 55 W 39 W 12 W 46 W 50 W 62 W 25 W 38 W 34 W 42 W 44 W 35 W 32 W 40 W +USW00014922201201WDF2 310 X 330 X 160 X 320 X 230 X 290 X 300 X 220 X 270 X 220 X 320 X 350 X 320 X 120 X 150 X 340 X 310 X 300 X 310 X 120 X 150 X 160 X 290 X 290 X 170 X 320 X 310 X 270 X 320 X 130 X 290 X +USW00014922201201WDF5 310 X 330 X 160 X 320 X 230 X 290 X 290 X 220 X 230 X 230 X 310 X 330 X 330 X 110 X 160 X 340 X 340 X 270 X 320 X 20 X 150 X 160 X 280 X 280 X 200 X 310 X 310 X 270 X 310 X 120 X 290 X +USW00014922201201WSF2 148 X 130 X 94 X 76 X 54 X 103 X 98 X 58 X 80 X 67 X 116 X 103 X 80 X 45 X 103 X 89 X 94 X 130 X 103 X 40 X 116 X 98 X 98 X 67 X 72 X 80 X 130 X 94 X 67 X 67 X 103 X +USW00014922201201WSF5 215 X 183 X 112 X 98 X 72 X 134 X 130 X 76 X 103 X 89 X 156 X 134 X 103 X 58 X 130 X 112 X 125 X 161 X 125 X 67 X 143 X 134 X 143 X 89 X 98 X 107 X 165 X 116 X 98 X 94 X 134 X +USW00014922201201WT01 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 +USW00014922201201WT08-9999 1 X-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201201WT13 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922201201WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922201201WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201201WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922201201WT18 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00014922201202TMAX 0 X 22 X 6 X 22 X -11 X 78 X 0 X 6 X 33 X -22 X -61 X 0 X -6 X 11 X 22 X 50 X 61 X 28 X 67 X 67 X 17 X 17 X 39 X -11 X -22 X 39 X -11 X 6 X 11 X-9999 -9999 +USW00014922201202TMIN -22 X -22 X -28 X -50 X -28 X -39 X -94 X -111 X -83 X -144 X -172 X -144 X -94 X -56 X -50 X -44 X -33 X -78 X -72 X -28 X -11 X -56 X -22 X -100 X -117 X -33 X -56 X -44 X -6 X-9999 -9999 +USW00014922201202PRCP 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 10 X 3 X 0T X 0 X 0 X 0 X 0 X 58 X 18 X 0 X 0 X 3 X 0T X 0T X 0T X 178 X 165 X-9999 -9999 +USW00014922201202SNOW 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 8 X 3 X 0T X 0 X 0 X 0 X 0 X 48 X 20 X 0 X 0 X 3 X 3 X 0T X 0T X 15 X 56 X-9999 -9999 +USW00014922201202SNWD 0T X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0T X 0 X 0 X 0 X 0 X 0 X 76 X 51 X 51 X 25 X 25 X 25 X 0T X 0T X 25 X-9999 -9999 +USW00014922201202AWND 22 W 14 W 30 W 26 W 30 W 37 W 46 W 24 W 44 W 74 W 61 W 27 W 24 W 27 W 15 W 34 W 37 W 17 W 31 W 67 W 61 W 22 W 26 W 63 W 32 W 77 W 43 W 55 W 53 W-9999 -9999 +USW00014922201202WDF2 280 X 90 X 50 X 320 X 310 X 20 X 10 X 230 X 330 X 340 X 310 X 230 X 180 X 150 X 280 X 280 X 320 X 310 X 170 X 140 X 270 X 270 X 20 X 310 X 320 X 110 X 280 X 80 X 80 X-9999 -9999 +USW00014922201202WDF5 280 X 60 X 30 X 330 X 230 X 10 X 10 X 250 X 330 X 340 X 320 X 210 X 170 X 140 X 220 X 260 X 290 X 320 X 170 X 140 X 260 X 270 X 30 X 310 X 310 X 100 X 280 X 90 X 100 X-9999 -9999 +USW00014922201202WSF2 58 X 45 X 54 X 58 X 58 X 94 X 94 X 54 X 112 X 107 X 103 X 58 X 67 X 67 X 54 X 89 X 89 X 54 X 67 X 112 X 112 X 72 X 58 X 134 X 89 X 170 X 94 X 103 X 125 X-9999 -9999 +USW00014922201202WSF5 67 X 67 X 76 X 80 X 72 X 116 X 112 X 67 X 143 X 143 X 125 X 80 X 89 X 76 X 72 X 107 X 112 X 72 X 89 X 161 X 143 X 80 X 112 X 165 X 125 X 201 X 116 X 134 X 156 X-9999 -9999 +USW00014922201202WT01 1 X 1 X 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201202WT02 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201202WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922201202WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00014922201202WT13 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201202WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922201202WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922201202WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922201202WT18-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00014922201202WT22 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201203TMAX 22 X 17 X -22 X -17 X 17 X 156 X 122 X 28 X 11 X 189 X 189 X 111 X 194 X 228 X 172 X 261 X 267 X 261 X 261 X 183 X 189 X 211 X 228 X 211 X 144 X 83 X 200 X 122 X 161 X 100 X 100 X +USW00014922201203TMIN -17 X -22 X -89 X -133 X -89 X -17 X -33 X -61 X -94 X 11 X 78 X 61 X 11 X 89 X 56 X 56 X 150 X 161 X 161 X 139 X 128 X 133 X 150 X 106 X 33 X 28 X 56 X 44 X 44 X 39 X 50 X +USW00014922201203PRCP 23 X 0T X 5 X 0 X 0 X 0 X 10 X 3 X 0 X 0 X 5 X 71 X 0 X 0 X 0 X 0 X 0 X 0 X 147 X 3 X 5 X 30 X 0T X 0 X 0 X 13 X 0T X 0 X 41 X 0T X 0 X +USW00014922201203SNOW 20 X 0T X 8 X 0 X 0 X 0 X 0 X 5 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201203SNWD 51 X 51 X 51 X 51 X 51 X 51 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201203AWND 21 W 40 W 59 W 26 W 42 W 36 W 44 W 65 W 39 W 62 W 47 W 41 W 31 W 29 W 23 W 32 W 54 W 70 W 66 W 27 W 27 W 38 W 19 W 30 W 50 W 90 W 91 W 41 W 57 W 35 W 43 W +USW00014922201203WDF2 340 X 290 X 280 X 290 X 160 X 200 X 310 X 320 X 150 X 220 X 160 X 270 X 150 X 150 X 320 X 170 X 170 X 170 X 220 X 230 X 170 X 90 X 10 X 340 X 60 X 110 X 220 X 290 X 120 X 110 X 130 X +USW00014922201203WDF5 340 X 290 X 280 X 10 X 170 X 210 X 310 X 330 X 290 X 220 X 210 X 270 X 130 X 360 X 20 X 170 X 180 X 170 X 210 X 220 X 220 X 110 X 50 X 340 X 40 X 110 X 240 X 300 X 110 X 110 X 150 X +USW00014922201203WSF2 63 X 107 X 107 X 58 X 98 X 67 X 94 X 156 X 80 X 112 X 80 X 89 X 89 X 63 X 58 X 80 X 107 X 125 X 148 X 63 X 72 X 76 X 58 X 94 X 89 X 143 X 139 X 98 X 94 X 76 X 80 X +USW00014922201203WSF5 76 X 143 X 134 X 72 X 125 X 94 X 125 X 210 X 107 X 156 X 116 X 116 X 107 X 76 X 94 X 103 X 148 X 165 X 219 X 80 X 94 X 103 X 80 X 112 X 125 X 179 X 179 X 130 X 112 X 98 X 103 X +USW00014922201203WT01 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201203WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201203WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X +USW00014922201203WT13 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00014922201203WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201203WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 +USW00014922201203WT18 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201204TMAX 194 X 211 X 178 X 167 X 150 X 161 X 139 X 161 X 89 X 67 X 122 X 172 X 117 X 228 X 239 X 89 X 144 X 172 X 83 X 144 X 111 X 133 X 183 X 228 X 228 X 133 X 133 X 106 X 139 X 172 X-9999 +USW00014922201204TMIN 72 X 100 X 78 X 44 X 56 X 28 X 67 X 28 X -6 X -22 X -28 X 11 X 83 X 72 X 83 X 11 X 6 X 78 X 39 X 6 X 50 X 50 X 22 X 94 X 94 X 67 X 56 X 44 X 67 X 67 X-9999 +USW00014922201204PRCP 0 X 117 X 0 X 0 X 0 X 0 X 43 X 0 X 0 X 0 X 0 X 0 X 18 X 0T X 302 X 61 X 33 X 13 X 15 X 0 X 74 X 8 X 0 X 0T X 13 X 0 X 0T X 64 X 13 X 0T X-9999 +USW00014922201204SNOW 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X-9999 +USW00014922201204SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00014922201204AWND 59 W 71 W 56 W 39 W 43 W 47 W 44 W 49 W 62 W 52 W 17 W 30 W 79 W 34 W 46 W 67 W 34 W 57 W 40 W 38 W 47 W 26 W 16 W 29 W 44 W 50 W 59 W 64 W 43 W 30 W-9999 +USW00014922201204WDF2 100 X 120 X 10 X 60 X 100 X 140 X 280 X 280 X 320 X 310 X 360 X 140 X 130 X 120 X 290 X 310 X 110 X 270 X 60 X 10 X 180 X 100 X 310 X 110 X 10 X 10 X 100 X 100 X 120 X 160 X-9999 +USW00014922201204WDF5 130 X 140 X 20 X 50 X 100 X 130 X 290 X 290 X 320 X 340 X 10 X 140 X 130 X 110 X 280 X 330 X 120 X 290 X 30 X 10 X 170 X 330 X 320 X 60 X 20 X 10 X 110 X 100 X 150 X 140 X-9999 +USW00014922201204WSF2 107 X 116 X 107 X 72 X 89 X 89 X 125 X 130 X 112 X 98 X 58 X 72 X 130 X 72 X 107 X 134 X 107 X 103 X 76 X 80 X 89 X 63 X 72 X 63 X 107 X 130 X 103 X 116 X 76 X 63 X-9999 +USW00014922201204WSF5 134 X 139 X 134 X 98 X 103 X 107 X 161 X 174 X 148 X 125 X 80 X 94 X 179 X 103 X 143 X 197 X 134 X 134 X 103 X 125 X 130 X 76 X 103 X 80 X 139 X 170 X 130 X 143 X 103 X 80 X-9999 +USW00014922201204WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201204WT03-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201204WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922201204WT05-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201204WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201204WT13 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 +USW00014922201204WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922201204WT16-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00014922201204WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201205TMAX 233 X 272 X 267 X 233 X 156 X 178 X 189 X 156 X 189 X 228 X 217 X 206 X 244 X 294 X 233 X 211 X 283 X 339 X 311 X 172 X 233 X 294 X 317 X 183 X 206 X 178 X 333 X 267 X 178 X 167 X 189 X +USW00014922201205TMIN 106 X 144 X 156 X 117 X 122 X 111 X 106 X 94 X 78 X 78 X 106 X 100 X 94 X 128 X 128 X 83 X 133 X 172 X 172 X 106 X 83 X 133 X 178 X 139 X 117 X 150 X 178 X 156 X 111 X 83 X 94 X +USW00014922201205PRCP 191 X 8 X 193 X 97 X 231 X 356 X 0 X 15 X 0 X 0 X 15 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 107 X 5 X 0 X 0 X 206 X 655 X 0T X 165 X 81 X 48 X 0T X 0T X 0T X +USW00014922201205SNOW 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201205SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201205AWND 56 W 22 W 30 W 56 W 48 W 35 W 49 W 29 W 21 W 34 W 50 W 20 W 30 W 35 W 55 W 20 W 67 W 60 W 53 W 45 W 16 W 59 W 66 W 35 W 23 W 44 W 49 W 50 W 60 W 34 W 22 W +USW00014922201205WDF2 150 X 100 X 320 X 100 X 110 X 280 X 270 X 320 X 330 X 150 X 330 X 330 X 280 X 250 X 320 X 120 X 170 X 170 X 160 X 340 X 110 X 170 X 170 X 320 X 270 X 100 X 260 X 270 X 280 X 310 X 20 X +USW00014922201205WDF5 140 X 100 X 290 X 100 X 100 X 280 X 260 X 310 X 20 X 170 X 340 X 330 X 260 X 230 X 320 X 20 X 160 X 160 X 170 X 310 X 170 X 180 X 170 X 320 X 280 X 100 X 250 X 280 X 290 X 310 X 10 X +USW00014922201205WSF2 125 X 116 X 139 X 134 X 192 X 197 X 103 X 94 X 54 X 80 X 107 X 72 X 80 X 80 X 107 X 45 X 143 X 116 X 156 X 112 X 54 X 107 X 170 X 116 X 63 X 103 X 107 X 116 X 112 X 76 X 67 X +USW00014922201205WSF5 170 X 143 X 192 X 161 X 215 X 241 X 134 X 112 X 98 X 103 X 134 X 130 X 116 X 116 X 139 X 103 X 183 X 156 X 259 X 143 X 67 X 139 X 219 X 156 X 80 X 130 X 139 X 165 X 139 X 98 X 112 X +USW00014922201205WT01-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 W-9999 1 W-9999 +USW00014922201205WT03 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922201205WT04-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201205WT08-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201205WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201205WT13 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00014922201205WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00014922201205WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00014922201206TMAX 222 X 244 X 250 X 289 X 283 X 278 X 278 X 322 X 333 X 339 X 233 X 206 X 244 X 211 X 272 X 283 X 256 X 322 X 339 X 283 X 250 X 272 X 256 X 289 X 250 X 278 X 339 X 311 X 322 X 333 X-9999 +USW00014922201206TMIN 78 X 122 X 139 X 156 X 161 X 167 X 183 X 217 X 222 X 178 X 128 X 106 X 128 X 161 X 172 X 189 X 156 X 194 X 183 X 178 X 161 X 167 X 189 X 189 X 156 X 156 X 206 X 217 X 178 X 211 X-9999 +USW00014922201206PRCP 0 X 0 X 0 X 0 X 0 X 5 X 0 X 3 X 0 X 94 X 0 X 0 X 0T X 218 X 0 X 79 X 292 X 25 X 155 X 41 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0T X-9999 +USW00014922201206SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00014922201206SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00014922201206AWND 17 W 25 W 21 W 17 W 31 W 39 W 36 W 44 W 51 W 71 W 62 W 38 W 43 W 67 W 23 W 30 W 46 W 26 W 64 W 41 W 45 W 28 W 35 W 36 W 38 W 52 W 34 W 35 W 17 W 17 W-9999 +USW00014922201206WDF2 290 X 280 X 260 X 70 X 100 X 90 X 230 X 220 X 170 X 250 X 280 X 330 X 140 X 130 X 150 X 280 X 260 X 160 X 260 X 200 X 280 X 290 X 160 X 40 X 110 X 140 X 160 X 10 X 260 X 340 X-9999 +USW00014922201206WDF5 280 X 290 X 250 X 100 X 120 X 80 X 220 X 210 X 180 X 250 X 280 X 320 X 140 X 130 X 20 X 290 X 260 X 170 X 260 X 200 X 270 X 350 X 170 X 30 X 110 X 140 X 160 X 10 X 360 X 20 X-9999 +USW00014922201206WSF2 54 X 94 X 72 X 67 X 67 X 107 X 72 X 89 X 103 X 165 X 130 X 89 X 103 X 130 X 72 X 103 X 134 X 94 X 165 X 89 X 107 X 72 X 80 X 72 X 89 X 89 X 67 X 98 X 58 X 54 X-9999 +USW00014922201206WSF5 76 X 107 X 89 X 80 X 80 X 130 X 98 X 107 X 125 X 232 X 165 X 125 X 125 X 148 X 98 X 130 X 170 X 103 X 241 X 130 X 130 X 103 X 107 X 143 X 103 X 107 X 80 X 130 X 94 X 76 X-9999 +USW00014922201206WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201206WT03-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201206WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201206WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201206WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201207TMAX 344 X 372 X 361 X 383 X 356 X 389 X 300 X 322 X 306 X 311 X 311 X 317 X 328 X 328 X 322 X 367 X 344 X 283 X 289 X 306 X 317 X 317 X 356 X 278 X 333 X 289 X 267 X 283 X 267 X 317 X 311 X +USW00014922201207TMIN 228 X 250 X 200 X 272 X 261 X 189 X 178 X 217 X 206 X 183 X 189 X 211 X 194 X 200 X 233 X 250 X 244 X 217 X 206 X 194 X 217 X 239 X 244 X 211 X 239 X 189 X 178 X 183 X 189 X 206 X 200 X +USW00014922201207PRCP 0 X 0 X 13 X 0T X 0 X 137 X 0T X 0 X 0 X 0 X 0 X 0T X 254 X 0T X 0 X 0 X 0 X 211 X 0 X 0T X 56 X 0T X 13 X 429 X 3 X 0 X 0 X 0T X 130 X 0 X 0 X +USW00014922201207SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201207SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201207AWND 30 W 42 W 36 W 39 W 34 W 48 W 46 W 26 W 32 W 13 W 22 W 39 W 44 W 21 W 19 W 57 W 37 W 41 W 28 W 34 W 24 W 24 W 24 W 36 W 37 W 49 W 31 W 26 W 26 W 40 W 14 W +USW00014922201207FMTM 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 1534 X +USW00014922201207PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1033 W +USW00014922201207WDF2 120 X 220 X 10 X 190 X 20 X 360 X 40 X 320 X 30 X 30 X 220 X 160 X 310 X 320 X 150 X 210 X 40 X 100 X 90 X 160 X 150 X 240 X 350 X 120 X 330 X 280 X 20 X 140 X 240 X 320 X 30 X +USW00014922201207WDF5 140 X 200 X 10 X 200 X 40 X 360 X 40 X 20 X 20 X 30 X 210 X 170 X 310 X 10 X 150 X 220 X 30 X 310 X 30 X 150 X 140 X 170 X 20 X 130 X 330 X 270 X 40 X 160 X 240 X 360 X 20 X +USW00014922201207WSF2 76 X 80 X 165 X 94 X 80 X 103 X 80 X 72 X 80 X 58 X 67 X 94 X 143 X 63 X 58 X 107 X 80 X 98 X 54 X 67 X 80 X 58 X 80 X 76 X 76 X 112 X 80 X 63 X 67 X 76 X 54 X +USW00014922201207WSF5 103 X 107 X 206 X 116 X 134 X 134 X 139 X 107 X 134 X 103 X 107 X 112 X 197 X 112 X 72 X 156 X 130 X 130 X 103 X 89 X 98 X 80 X 107 X 94 X 112 X 143 X 116 X 76 X 80 X 98 X 76 X +USW00014922201207WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 +USW00014922201207WT03-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201207WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201207WT08-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922201207WT13-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922201207WT16-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00014922201208TMAX 333 X 322 X 317 X 256 X 244 X 300 X 311 X 267 X 261 X 261 X 261 X 200 X 283 X 256 X 283 X 217 X 233 X 256 X 250 X 261 X 267 X 261 X 300 X 317 X 244 X 300 X 306 X 289 X 339 X 333 X 300 X +USW00014922201208TMIN 206 X 222 X 189 X 183 X 139 X 161 X 200 X 178 X 156 X 133 X 122 X 161 X 139 X 150 X 178 X 133 X 100 X 133 X 139 X 106 X 133 X 144 X 211 X 189 X 189 X 194 X 161 X 189 X 206 X 222 X 172 X +USW00014922201208PRCP 0T X 0 X 97 X 5 X 0 X 0 X 0 X 3 X 25 X 0 X 0 X 0T X 0 X 0T X 185 X 0 X 0 X 5 X 0 X 0 X 0 X 10 X 3 X 0 X 15 X 3 X 0 X 0 X 0 X 0 X 0 X +USW00014922201208SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201208SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201208AWND 45 X 17 X 37 X 45 X 41 X 25 X 20 X 30 X 41 X 40 X 11 X 19 X 28 X 11 X 39 X 60 X 21 X 21 X 25 X 9 X 19 X 34 X 46 X 41 X 22 X 16 X 17 X 38 X 45 X 49 X 37 X +USW00014922201208WDF2 270 X 330 X 280 X 330 X 320 X 150 X 350 X 40 X 360 X 30 X 110 X 270 X 290 X 330 X 320 X 320 X 340 X 320 X 10 X 350 X 250 X 70 X 180 X 170 X 230 X 290 X 330 X 80 X 160 X 220 X 10 X +USW00014922201208WDF5 270 X 330 X 280 X 330 X 320 X 220 X 20 X 40 X 20 X 20 X 270 X 350 X 310 X 20 X 320 X 320 X 360 X 320 X 20 X 340 X 200 X 160 X 210 X 160 X 230 X 250 X 350 X 110 X 160 X 220 X 30 X +USW00014922201208WSF2 125 X 94 X 201 X 98 X 103 X 63 X 72 X 76 X 107 X 89 X 45 X 40 X 72 X 40 X 94 X 112 X 63 X 67 X 72 X 58 X 54 X 89 X 143 X 107 X 67 X 54 X 58 X 72 X 76 X 89 X 67 X +USW00014922201208WSF5 161 X 125 X 246 X 134 X 130 X 89 X 156 X 112 X 143 X 116 X 63 X 80 X 103 X 76 X 116 X 139 X 103 X 89 X 139 X 94 X 72 X 107 X 215 X 134 X 89 X 67 X 89 X 89 X 107 X 112 X 116 X +USW00014922201208WT01-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 +USW00014922201208WT03 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201208WT11-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201208WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00014922201208WT16 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922201209TMAX 300 X 311 X 333 X 333 X 289 X 272 X 222 X 261 X 239 X 283 X 350 X 256 X 239 X 244 X 294 X 267 X 178 X 161 X 244 X 189 X 172 X 156 X 161 X 250 X 200 X 183 X 206 X 244 X 278 X 250 X-9999 +USW00014922201209TMIN 183 X 167 X 211 X 200 X 161 X 139 X 128 X 100 X 111 X 122 X 172 X 133 X 117 X 100 X 111 X 161 X 83 X 61 X 111 X 100 X 44 X 39 X 22 X 44 X 72 X 44 X 50 X 78 X 106 X 89 X-9999 +USW00014922201209PRCP 0 X 0 X 0 X 0 X 5 X 0T X 0T X 0 X 0 X 0 X 0 X 23 X 0 X 0 X 0 X 0 X 48 X 0 X 0T X 0 X 0T X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00014922201209SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00014922201209SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00014922201209AWND 38 X 37 X 19 X 25 X 32 X 19 X 53 X 55 X 22 X 59 X 58 X 23 X 22 X 21 X 39 X 44 X 47 X 29 X 55 X 49 X 41 X 55 X 25 X 38 X 25 X 20 X 7 X 7 X 14 X 14 X-9999 +USW00014922201209WDF2 90 X 140 X 360 X 290 X 100 X 10 X 320 X 320 X 350 X 170 X 190 X 330 X 270 X 20 X 220 X 360 X 340 X 310 X 280 X 300 X 320 X 310 X 330 X 260 X 350 X 330 X 150 X 260 X 330 X 170 X-9999 +USW00014922201209WDF5 100 X 140 X 10 X 230 X 220 X 20 X 330 X 330 X 350 X 170 X 200 X 340 X 290 X 30 X 220 X 360 X 30 X 310 X 290 X 310 X 320 X 320 X 320 X 260 X 20 X 30 X 30 X 260 X 10 X 150 X-9999 +USW00014922201209WSF2 72 X 76 X 58 X 76 X 94 X 63 X 107 X 130 X 63 X 107 X 107 X 72 X 80 X 54 X 94 X 89 X 80 X 72 X 134 X 112 X 165 X 112 X 89 X 98 X 58 X 58 X 31 X 40 X 54 X 36 X-9999 +USW00014922201209WSF5 94 X 94 X 116 X 98 X 112 X 80 X 139 X 161 X 80 X 148 X 165 X 98 X 103 X 94 X 116 X 134 X 112 X 98 X 179 X 143 X 215 X 170 X 125 X 125 X 107 X 107 X 63 X 67 X 103 X 54 X-9999 +USW00014922201209WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201209WT03-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201209WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00014922201209WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201209WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201210TMAX 222 X 222 X 256 X 178 X 89 X 72 X 117 X 178 X 100 X 128 X 128 X 117 X 117 X 150 X 161 X 183 X 167 X 100 X 111 X 122 X 217 X 178 X 183 X 156 X 83 X 39 X 61 X 78 X 72 X 100 X 111 X +USW00014922201210TMIN 117 X 67 X 89 X 56 X 22 X 6 X -22 X 39 X 22 X 0 X 6 X -22 X 83 X 72 X 33 X 111 X 83 X 61 X 33 X 11 X 56 X 100 X 128 X 83 X 17 X 0 X -22 X -17 X -6 X -22 X -39 X +USW00014922201210PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 8 X 0 X 0T X 0 Z 10 X 0 X 0T X 0T X 0T X 3 X 53 X 0 X 0 X 0T X 20 X 46 X 191 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201210SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201210SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201210AWND 46 X 21 X 32 X 87 X 75 X 41 X 33 X 42 X 56 X 43 X 51 X 32 X 30 X 48 X 25 X 27 X 50 X 12 X 20 X 18 X 38 X 46 X 37 X 38 X 74 X 52 X 17 X 23 X 26 X 30 X 19 X +USW00014922201210WDF2 320 X 170 X 160 X 280 X 270 X 310 X 220 X 220 X 280 X 210 X 340 X 160 X 170 X 350 X 160 X 160 X 220 X 250 X 30 X 170 X 160 X 60 X 100 X 340 X 330 X 280 X 220 X 150 X 100 X 10 X 320 X +USW00014922201210WDF5 20 X 160 X 150 X 280 X 270 X 290 X 190 X 220 X 320 X 190 X 320 X 160 X 170 X 360 X 160 X 160 X 240 X 270 X 30 X 180 X 160 X 50 X 100 X 10 X 310 X 280 X 240 X 150 X 120 X 10 X 10 X +USW00014922201210WSF2 98 X 54 X 76 X 134 X 125 X 80 X 80 X 89 X 116 X 89 X 103 X 80 X 89 X 103 X 63 X 67 X 116 X 54 X 67 X 63 X 98 X 89 X 76 X 94 X 116 X 98 X 63 X 54 X 58 X 72 X 58 X +USW00014922201210WSF5 125 X 67 X 94 X 170 X 165 X 112 X 116 X 130 X 174 X 134 X 130 X 103 X 116 X 130 X 76 X 89 X 156 X 63 X 116 X 76 X 125 X 134 X 98 X 134 X 161 X 134 X 76 X 94 X 72 X 112 X 98 X +USW00014922201210WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 X 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201210WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201210WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201210WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922201210WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201210WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201210WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201210WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201211TMAX 83 X 39 X 61 X 72 X 72 X 67 X 83 X 122 X 128 X 206 X 133 X -28 X 61 X 106 X 117 X 67 X 122 X 139 X 150 X 122 X 167 X 156 X -28 X -11 X -11 X -50 X 39 X 22 X 44 X 22 X-9999 +USW00014922201211TMIN -6 X -28 X 28 X -11 X 33 X 33 X 33 X 11 X 17 X 67 X -56 X -72 X -78 X 11 X -17 X -50 X 0 X 61 X 33 X 6 X 33 X -44 X -100 X -117 X -50 X -122 X -89 X -39 X -50 X -6 X-9999 +USW00014922201211PRCP 0 X 0 X 0 X 3 X 0T X 79 X 0 X 0 X 0 X 61 X 5 X 3 X 0 X 0 X 0T X 0 X 0 X 0 X 0T X 0 X 0 X 5 X 5 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00014922201211SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 5 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 3 X 13 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00014922201211SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 25 X 0T X 0T X 0T X 0T X 0 X 0 X 0 X-9999 +USW00014922201211AWND 42 X 16 X 16 X 22 X 31 X 48 X 25 X 34 X 49 X 60 X 65 X 54 X 25 X 22 X 35 X 21 X 46 X 47 X 23 X 20 X 35 X 67 X 76 X 27 X 45 X 37 X 30 X 26 X 32 X 41 X-9999 +USW00014922201211WDF2 350 X 30 X 70 X 100 X 200 X 320 X 340 X 220 X 100 X 270 X 270 X 270 X 190 X 160 X 320 X 140 X 160 X 160 X 160 X 340 X 180 X 280 X 320 X 160 X 310 X 310 X 220 X 310 X 50 X 120 X-9999 +USW00014922201211WDF5 360 X 40 X 80 X 100 X 200 X 340 X 340 X 230 X 100 X 270 X 260 X 250 X 190 X 170 X 360 X 140 X 160 X 160 X 170 X 340 X 200 X 280 X 310 X 170 X 310 X 320 X 200 X 310 X 80 X 130 X-9999 +USW00014922201211WSF2 80 X 45 X 36 X 63 X 72 X 89 X 58 X 76 X 94 X 143 X 98 X 103 X 58 X 40 X 76 X 54 X 80 X 80 X 63 X 67 X 76 X 161 X 134 X 76 X 98 X 103 X 67 X 67 X 67 X 72 X-9999 +USW00014922201211WSF5 107 X 94 X 58 X 76 X 98 X 112 X 72 X 103 X 125 X 192 X 130 X 130 X 72 X 58 X 98 X 63 X 107 X 103 X 80 X 80 X 112 X 201 X 174 X 94 X 134 X 134 X 89 X 94 X 103 X 89 X-9999 +USW00014922201211WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201211WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201211WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201211WT08 1 W-9999 -9999 1 W 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922201211WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00014922201211WT14-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201211WT16-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201211WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201211WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201212TMAX 89 X 44 X 128 X 72 X 44 X 78 X 0 X 6 X 0 X -67 X -67 X 61 X 44 X 39 X 39 X 11 X -39 X -17 X 0 X -22 X -61 X -17 X -72 X -78 X -106 X -72 X -61 X -33 X -72 X -39 X -78 X +USW00014922201212TMIN 11 X -17 X 28 X -61 X -72 X -28 X -44 X -39 X -67 X -167 X -156 X -111 X -44 X -67 X 6 X -67 X -67 X -50 X -28 X -106 X -128 X -128 X -122 X -144 X -178 X -150 X -133 X -106 X -150 X -172 X -172 X +USW00014922201212PRCP 0 X 0 X 5 X 0 X 0 X 0T X 13 X 0 X 241 X 0T X 0T X 0 X 0 X 0 X 107 X 0T X 0T X 0T X 5 X 5 X 0 X 0 X 0 X 3 X 0 X 0 X 23 X 15 X 0T X 0 X 0T X +USW00014922201212SNOW 0 X 0 X 0 X 0 X 0 X 0 X 20 X 0 X 267 X 3 X 3 X 0 X 0 X 0 X 3 X 0T X 0T X 0T X 5 X 13 X 0 X 0 X 0 X 13 X 0 X 0 X 25 X 30 X 0T X 0 X 0T X +USW00014922201212SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 25 X 51 X 229 X 203 X 203 X 152 X 152 X 102 X 25 X 25 X 25 X 25 X 25 X 25 X 25 X 25 X 25 X 25 X 25 X 25 X 76 X 76 X 76 X 76 X +USW00014922201212AWND 30 X 25 X 49 X 44 X 59 X 51 X 21 X 25 X 59 X 35 X 18 X 34 X 17 X 39 X 38 X 41 X 15 X 19 X 27 X 79 X 34 X 17 X 39 X 46 X 25 X 18 X 16 X 21 X 30 X 23 X 41 X +USW00014922201212WDF2 150 X 120 X 290 X 270 X 140 X 160 X 10 X 110 X 330 X 330 X 250 X 200 X 200 X 110 X 130 X 290 X 360 X 80 X 280 X 320 X 330 X 350 X 20 X 350 X 340 X 350 X 80 X 360 X 250 X 280 X 320 X +USW00014922201212WDF5 140 X 120 X 290 X 270 X 160 X 160 X 30 X 100 X 330 X 330 X 240 X 210 X 190 X 110 X 130 X 350 X 360 X 40 X 20 X 340 X 320 X 10 X 30 X 20 X 350 X 30 X 90 X 20 X 250 X 280 X 320 X +USW00014922201212WSF2 89 X 72 X 94 X 94 X 112 X 89 X 54 X 67 X 98 X 98 X 45 X 67 X 54 X 76 X 94 X 67 X 40 X 54 X 63 X 116 X 80 X 72 X 72 X 67 X 54 X 36 X 45 X 40 X 58 X 54 X 98 X +USW00014922201212WSF5 103 X 89 X 125 X 116 X 143 X 125 X 72 X 72 X 130 X 125 X 67 X 103 X 80 X 94 X 112 X 89 X 54 X 72 X 103 X 156 X 103 X 89 X 112 X 94 X 67 X 103 X 72 X 76 X 72 X 67 X 130 X +USW00014922201212WT01-9999 1 X-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W 1 X 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201212WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201212WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 W +USW00014922201212WT13 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00014922201212WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201212WT16-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201212WT18-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X +USW00014922201212WT22-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201301TMAX -67 X -61 X -56 X -11 X -33 X -44 X 22 X 17 X 17 X 39 X 50 X 39 X -128 X -100 X -11 X 22 X -67 X 50 X 39 X -128 X -189 X -150 X -83 X -106 X -61 X -50 X 6 X 6 X 6 X -33 X -139 X +USW00014922201301TMIN -206 X -100 X -117 X -89 X -122 X -122 X -94 X -89 X -39 X -44 X 11 X -150 X -167 X -150 X -122 X -100 X -144 X -83 X -167 X -189 X -233 X -244 X -206 X -211 X -156 X -167 X -61 X -11 X -39 X -144 X -233 X +USW00014922201301PRCP 0T X 3 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 71 X 5 X 0T X 0T X 0 X 0 X 5 X 0T X 3 X 0 X 0T X 0T X 0 X 0T X 0T X 0T X 0 X 124 X 0T X 8 X 0T X 0T X +USW00014922201301SNOW 0T X 10 X 15 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0T X 0 X 0 X 8 X 0T X 3 X 0 X 0T X 0T X 0 X 5 X 0T X 0T X 0 X 76 X 0 X 0 X 0T X 0T X +USW00014922201301SNWD 76 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 76 X 51 X 25 X 0 X 0 X 0T X 0T X 0T X 0T X 0T X 0T X 0 X 0T X 0T X 0T X 0T X 0T X 0 X 0 X 76 X 51 X 51 X 51 X +USW00014922201301AWND 21 X 23 X 42 X 27 X 28 X 29 X 38 X 34 X 53 X 46 X 40 X 68 X 36 X 27 X 35 X 55 X 30 X 41 X 63 X 51 X 55 X 25 X 45 X 38 X 54 X 31 X 38 X 24 X 46 X 76 X 68 X +USW00014922201301WDF2 220 X 210 X 310 X 230 X 320 X 300 X 210 X 220 X 280 X 130 X 220 X 250 X 280 X 260 X 220 X 280 X 320 X 260 X 280 X 320 X 300 X 330 X 320 X 130 X 290 X 120 X 130 X 100 X 340 X 310 X 320 X +USW00014922201301WDF5 210 X 210 X 230 X 220 X 310 X 310 X 220 X 220 X 290 X 120 X 220 X 250 X 280 X 250 X 210 X 290 X 340 X 210 X 280 X 290 X 310 X 330 X 340 X 140 X 280 X 130 X 140 X 100 X 340 X 310 X 310 X +USW00014922201301WSF2 58 X 58 X 72 X 63 X 63 X 58 X 98 X 72 X 112 X 89 X 76 X 130 X 63 X 63 X 76 X 98 X 72 X 76 X 201 X 94 X 94 X 72 X 116 X 76 X 112 X 67 X 72 X 63 X 103 X 112 X 112 X +USW00014922201301WSF5 72 X 72 X 89 X 89 X 72 X 72 X 130 X 94 X 179 X 103 X 98 X 170 X 72 X 76 X 107 X 116 X 94 X 98 X 246 X 125 X 116 X 94 X 156 X 98 X 143 X 80 X 89 X 76 X 134 X 148 X 139 X +USW00014922201301WT01 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 X-9999 -9999 -9999 1 W +USW00014922201301WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922201301WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00014922201301WT08-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201301WT13-9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922201301WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00014922201301WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922201301WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922201301WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00014922201301WT18 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X +USW00014922201301WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00014922201302TMAX -156 X -128 X -106 X -100 X -28 X -50 X -39 X -50 X -17 X 17 X 0 X 22 X 39 X 11 X -78 X -67 X 0 X 11 X -122 X -72 X -50 X -17 X -17 X 11 X 28 X 22 X 33 X -6 X-9999 -9999 -9999 +USW00014922201302TMIN -250 X -178 X -161 X -161 X -133 X -161 X -78 X -89 X -56 X -39 X -72 X -89 X -67 X -94 X -144 X -167 X -128 X -128 X -178 X -194 X -139 X -67 X -67 X -111 X -50 X -83 X -17 X -39 X-9999 -9999 -9999 +USW00014922201302PRCP 15 X 8 X 10 X 15 X 13 X 10 X 0T X 0 X 0 X 157 X 0T X 0 X 23 X 23 X 0 X 0T X 0 X 3 X 0T X 0 X 0 X 61 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 -9999 -9999 +USW00014922201302SNOW 51 X 18 X 23 X 30 X 30 X 18 X 0 X 0 X 0 X 56 X 3 X 0 X 13 X 28 X 0 X 0T X 0 X 8 X 0T X 0 X 0 X 107 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 -9999 -9999 +USW00014922201302SNWD 51 X 102 X 102 X 127 X 152 X 127 X 127 X 127 X 127 X 127 X 152 X 152 X 152 X 178 X 178 X 178 X 178 X 152 X 152 X 127 X 127 X 178 X 229 X 203 X 178 X 152 X 152 X 152 X-9999 -9999 -9999 +USW00014922201302AWND 29 X 19 X 30 X 24 X 37 X 30 X 46 X 37 X 60 X 53 X 72 X 33 X 22 X 48 X 44 X 14 X 52 X 58 X 72 X 18 X 37 X 30 X 25 X 8 X 4 X 40 X 58 X 48 X-9999 -9999 -9999 +USW00014922201302WDF2 290 X 10 X 290 X 160 X 320 X 110 X 360 X 170 X 170 X 100 X 280 X 280 X 230 X 330 X 330 X 290 X 150 X 320 X 320 X 40 X 50 X 70 X 220 X 150 X 140 X 10 X 360 X 30 X-9999 -9999 -9999 +USW00014922201302WDF5 270 X 30 X 310 X 160 X 310 X 110 X 360 X 160 X 170 X 70 X 290 X 260 X 230 X 320 X 320 X 290 X 160 X 320 X 320 X 30 X 60 X 50 X 220 X 130 X 360 X 360 X 10 X 60 X-9999 -9999 -9999 +USW00014922201302WSF2 67 X 54 X 76 X 67 X 76 X 67 X 80 X 72 X 89 X 89 X 112 X 72 X 58 X 107 X 76 X 40 X 112 X 107 X 116 X 58 X 72 X 72 X 54 X 36 X 36 X 94 X 107 X 76 X-9999 -9999 -9999 +USW00014922201302WSF5 89 X 94 X 103 X 76 X 98 X 80 X 103 X 98 X 130 X 112 X 156 X 80 X 76 X 134 X 98 X 45 X 139 X 143 X 161 X 116 X 107 X 94 X 67 X 45 X 54 X 125 X 139 X 107 X-9999 -9999 -9999 +USW00014922201302WT01 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W 1 X-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201302WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201302WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201302WT08-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922201302WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201302WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00014922201302WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201302WT15-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201302WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201302WT18 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201302WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201303TMAX -6 X 0 X 0 X -17 X -11 X -17 X -6 X 39 X 33 X 22 X -6 X -17 X 6 X 44 X 17 X -28 X -17 X -11 X -50 X -61 X -17 X 28 X 39 X 6 X 33 X 39 X 61 X 67 X 94 X 133 X 56 X +USW00014922201303TMIN -72 X -122 X -78 X -50 X -56 X -83 X -117 X -72 X 6 X -6 X -50 X -67 X -100 X -44 X -44 X -100 X -128 X -117 X -139 X -150 X -139 X -106 X -67 X -17 X -44 X -28 X -50 X -39 X 0 X 22 X -44 X +USW00014922201303PRCP 0 X 0 X 0 X 86 X 104 X 0 X 0 X 0 X 155 X 3 X 0 X 0T X 0 X 15 X 48 X 0 X 0 X 58 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 48 X 0 X +USW00014922201303SNOW 0 X 0 X 0 X 99 X 137 X 0 X 0 X 0 X 0 X 0T X 0 X 0T X 0 X 15 X 20 X 0 X 0 X 79 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00014922201303SNWD 152 X 152 X 152 X 127 X 279 X 330 X 279 X 279 X 203 X 152 X 152 X 152 X 152 X 152 X 127 X 152 X 152 X 203 X 203 X 203 X 203 X 178 X 152 X 152 X 152 X 127 X 102 X 102 X 51 X 0T X 0T X +USW00014922201303AWND 43 X 14 X 40 X 54 X 41 X 29 X 23 X 36 X 32 X 70 X 51 X 55 X 31 X 25 X 37 X 51 X 56 X 81 X 71 X 61 X 16 X 14 X 13 X 44 X 47 X 25 X 9 X 17 X 30 X 39 X 69 X +USW00014922201303WDF2 360 X 140 X 120 X 100 X 360 X 350 X 140 X 130 X 120 X 10 X 10 X 310 X 320 X 120 X 20 X 330 X 140 X 280 X 290 X 310 X 330 X 270 X 270 X 360 X 320 X 270 X 220 X 140 X 140 X 150 X 320 X +USW00014922201303WDF5 30 X 130 X 120 X 120 X 20 X 340 X 140 X 130 X 140 X 10 X 350 X 310 X 310 X 120 X 30 X 330 X 150 X 280 X 290 X 310 X 20 X 270 X 340 X 20 X 330 X-9999 100 X 170 X 140 X 160 X 320 X +USW00014922201303WSF2 67 X 36 X 76 X 98 X 76 X 63 X 67 X 76 X 76 X 107 X 80 X 103 X 63 X 63 X 67 X 80 X 94 X 125 X 103 X 112 X 45 X 54 X 54 X 76 X 89 X 45 X 40 X 45 X 58 X 72 X 130 X +USW00014922201303WSF5 103 X 58 X 98 X 130 X 112 X 80 X 76 X 94 X 94 X 139 X 103 X 134 X 89 X 72 X 103 X 103 X 107 X 161 X 139 X 139 X 89 X 63 X 72 X 112 X 112 X-9999 107 X 63 X 72 X 103 X 165 X +USW00014922201303WT01-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 X 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201303WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201303WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201303WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00014922201303WT13-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X +USW00014922201303WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201303WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00014922201303WT18-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201303WT22-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201304TMAX 22 W 33 W 89 W 117 W 67 W 128 W 89 W 89 W 67 W 44 W 22 W 22 W 22 W 33 W 44 W 83 W 56 W 17 W 33 W 56 W 106 W 67 W 56 W 106 W 106 W 222 W 239 W 272 W 239 W 222 W-9999 +USW00014922201304TMIN -71 W -71 W -49 W 6 W -21 W 28 W 17 W 44 W -5 W -10 W -5 W -21 W -16 W -10 W 6 W 6 W 17 W 0 W -32 W -60 W 11 W 6 W -16 W -16 W 6 W 72 W 61 W 122 W 106 W 133 W-9999 +USW00014922201304PRCP 0 W 0 W 0 W 0 W 18 W 23 W 48 W 132 W 122 W 23 W 193 W 15 W 3 W 117 W 0 W 0 W 66 W 259 W 30 W 0 W 38 W 208 W 5 W 0T W 0T W 5 W 0 W 20 W 0 W 0 W-9999 +USW00014922201304SNOW 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 18 W 18 W 112 W 15 W 5 W 5 W 0 W 0 W 0T W 163 W 23 W 0 W 0T W 89 W 8 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201304SNWD 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 30 W 30 W 100 W 100 W 80 W 50 W 30 W 0 W 0 W 180 W 130 W 80 W 0 W 80 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201304AWND 52 W 34 W 44 W 52 W 49 W 58 W 30 W 36 W 72 W 57 W 55 W 34 W 31 W 66 W 64 W 34 W 50 W 72 W 69 W 17 W 60 W 53 W 47 W 47 W 43 W 38 W 26 W 47 W 34 W 59 W-9999 +USW00014922201304TAVG -28H S -20H S 8H S 75H S 25H S 56H S 46H S 67H S 43H S 21H S 19H S 1H S 2H S 7H S 24H S 33H S 44H S 14H S 4H S -2H S 41H S 48H S 14H S 33H S 42H S 128H S 158H S 188H S 169H S 196H S-9999 +USW00014922201304WDF2 310 W 310 W 200 W 300 W 110 W 130 W 120 W 20 W 40 W 50 W 70 W 310 W 310 W 90 W 240 W 300 W 40 W 320 W 320 W 310 W 150 W 340 W 340 W 220 W 140 W 170 W 160 W 310 W 140 W 280 W-9999 +USW00014922201304WDF5 270 W 310 W 200 W 200 W 100 W 120 W 120 W 30 W 60 W 40 W 50 W 280 W 20 W 100 W 220 W 280 W 30 W 310 W 320 W 10 W 130 W 340 W 330 W 220 W 140 W 150 W 160 W 320 W 110 W 230 W-9999 +USW00014922201304WSF2 98 W 72 W 94 W 94 W 94 W 107 W 76 W 81 W 116 W 112 W 98 W 67 W 67 W 107 W 112 W 89 W 103 W 116 W 130 W 45 W 112 W 81 W 89 W 116 W 89 W 112 W 72 W 125 W 63 W 112 W-9999 +USW00014922201304WSF5 112 W 134 W 134 W 130 W 112 W 157 W 98 W 116 W 148 W 130 W 130 W 98 W 89 W 143 W 157 W 103 W 134 W 161 W 161 W 76 W 139 W 107 W 125 W 148 W 116 W 139 W 94 W 165 W 94 W 143 W-9999 +USW00014922201304WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201304WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201305TMAX 133 W 89 W 33 W 94 W 194 W 244 W 256 W 256 W 156 W 194 W 139 W 150 W 222 W 367 W 261 W 283 W 189 W 272 W 278 W 222 W 183 W 128 W 183 W 200 W 167 W 156 W 167 W 167 W 244 W 250 W 261 W +USW00014922201305TMIN 17 W 17 W 0 W 11 W 39 W 78 W 117 W 144 W 61 W 28 W 56 W 11 W 50 W 122 W 133 W 144 W 139 W 133 W 178 W 156 W 94 W 83 W 72 W 67 W 122 W 122 W 128 W 122 W 128 W 183 W 172 W +USW00014922201305PRCP 89 W 0T W 51 W 20 W 0 W 0 W 0 W 30 W 25 W 0T W 0T W 0 W 3 W 0 W 0 W 0T W 64 W 373 W 295 W 152 W 18 W 33 W 0 W 41 W 0T W 0 W 13 W 15 W 234 W 66 W 64 W +USW00014922201305SNOW 0T W 0T W 13 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201305SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201305AWND 46 W 58 W 57 W 46 W 25 W 11 W 17 W 21 W 52 W 26 W 87 W 38 W 42 W 47 W 39 W 36 W 60 W 43 W 42 W 45 W 37 W 51 W 48 W 38 W 55 W 65 W 51 W 21 W 39 W 58 W 52 W +USW00014922201305TAVG 86H S 46H S 27H S 33H S 89H S 159H S 193H S 204H S 145H S 98H S 112H S 80H S 121H S 226H S 211H S 221H S 177H S 168H S 222H S 192H S 166H S 104H S 119H S 136H S 147H S 134H S 146H S 136H S 177H S 212H S 212H S +USW00014922201305WDF2 20 W 350 W 10 W 10 W 340 W 290 W 140 W 260 W 20 W 300 W 340 W 310 W 170 W 280 W 320 W 70 W 120 W 160 W 150 W 190 W 30 W 20 W 30 W 130 W 130 W 110 W 100 W 120 W 160 W 180 W 180 W +USW00014922201305WDF5 20 W 10 W 30 W 30 W 20 W 340 W 170 W 20 W 20 W 10 W 330 W 290 W 170 W 290 W 310 W 80 W 120 W 160 W 140 W 170 W 50 W 40 W 20 W 150 W 140 W 110 W 90 W 110 W 170 W 190 W 170 W +USW00014922201305WSF2 89 W 89 W 98 W 67 W 45 W 36 W 58 W 72 W 107 W 63 W 148 W 81 W 107 W 139 W 116 W 98 W 98 W 94 W 125 W 98 W 63 W 103 W 89 W 72 W 89 W 130 W 94 W 67 W 89 W 112 W 139 W +USW00014922201305WSF5 112 W 112 W 134 W 107 W 94 W 81 W 89 W 116 W 143 W 89 W 179 W 116 W 157 W 197 W 157 W 130 W 112 W 112 W 174 W 143 W 107 W 139 W 134 W 98 W 116 W 161 W 112 W 81 W 116 W 157 W 179 W +USW00014922201305WT01 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201305WT08-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201306TMAX 222 W 194 W 217 W 178 W 156 W 144 W 189 W 222 W 206 W 250 W 261 W 244 W 261 W 261 W 244 W 300 W 278 W 239 W 294 W 328 W 278 W 278 W 289 W 278 W 289 W 317 W 306 W 261 W 250 W 278 W-9999 +USW00014922201306TMIN 111 W 100 W 106 W 139 W 122 W 106 W 122 W 133 W 144 W 150 W 156 W 167 W 144 W 156 W 183 W 156 W 167 W 139 W 161 W 211 W 178 W 189 W 211 W 189 W 189 W 228 W 222 W 194 W 172 W 139 W-9999 +USW00014922201306PRCP 15 W 0 W 0T W 5 W 38 W 0T W 0 W 0 W 137 W 0 W 0T W 150 W 0 W 3 W 5 W 3 W 0 W 0 W 0 W 0 W 635 W 137 W 66 W 0T W 0 W 0T W 0 W 23 W 97 W 0 W-9999 +USW00014922201306SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201306SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201306AWND 44 W 38 W 24 W 54 W 30 W 35 W 15 W 34 W 51 W 10 W 14 W 43 W 36 W 51 W 19 W 26 W 35 W 30 W 34 W 47 W 44 W 30 W 53 W 23 W 34 W 34 W 51 W 64 W 53 W 32 W-9999 +USW00014922201306TAVG 184H S 134H S 164H S 172H S 137H S 125H S 144H S 174H S 167H S 188H S 204H S 206H S 210H S 212H S 219H S 227H S 219H S 194H S 221H S 262H S 248H S 222H S 244H S 241H S 234H S 266H S 267H S 237H S 206H S 209H S-9999 +USW00014922201306WDF2 340 W 20 W 100 W 140 W 30 W 350 W 110 W 100 W 100 W 240 W 130 W 50 W 20 W 140 W 280 W 300 W 30 W 70 W 120 W 190 W 320 W 100 W 150 W 160 W 140 W 310 W 280 W 340 W 10 W 50 W-9999 +USW00014922201306WDF5 350 W 350 W 110 W 130 W 40 W 30 W 10 W 110 W 90 W 300 W 30 W 50 W 40 W 140 W 210 W 290 W 20 W 40 W 150 W 160 W 290 W 70 W 180 W 160 W 140 W 310 W 310 W 350 W 20 W 360 W-9999 +USW00014922201306WSF2 103 W 94 W 76 W 103 W 63 W 58 W 36 W 72 W 103 W 36 W 45 W 107 W 67 W 98 W 76 W 148 W 76 W 58 W 58 W 98 W 201 W 72 W 98 W 98 W 76 W 89 W 121 W 130 W 98 W 89 W-9999 +USW00014922201306WSF5 130 W 125 W 94 W 134 W 94 W 112 W 76 W 89 W 134 W 63 W 98 W 130 W 98 W 130 W 107 W 264 W 112 W 94 W 76 W 116 W 273 W 94 W 143 W 125 W 94 W 112 W 157 W 161 W 143 W 139 W-9999 +USW00014922201306WT01 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00014922201306WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201306WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201307TMAX 294 W 283 W 289 W 322 W 317 W 333 W 328 W 317 W 306 W 283 W 300 W 322 W 267 W 300 W 317 W 333 W 344 W 344 W 300 W 278 W 272 W 311 W 250 W 256 W 283 W 222 W 178 W 239 W 261 W 222 W 283 W +USW00014922201307TMIN 172 W 161 W 161 W 189 W 222 W 244 W 228 W 194 W 217 W 172 W 178 W 200 W 183 W 217 W 211 W 244 W 256 W 267 W 222 W 189 W 150 W 194 W 172 W 161 W 178 W 133 W 117 W 117 W 133 W 183 W 172 W +USW00014922201307PRCP 0 W 0 W 0 W 0 W 0 W 0T W 8 W 0 W 86 W 0 W 0 W 0 W 709 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 74 W 0T W 0 W 0T W 8 W 3 W 5 W 0 W 0T W 0T W 0T W +USW00014922201307SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201307SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201307AWND 22 W 25 W 18 W 42 W 56 W 43 W 30 W 31 W 55 W 47 W 28 W 63 W 47 W 34 W 30 W 34 W 32 W 57 W 52 W 30 W 35 W 52 W 38 W 21 W 31 W 60 W 52 W 32 W 23 W 20 W 31 W +USW00014922201307TAVG 236H S 234H S 235H S 251H S 271H S 281H S 291H S 252H S 263H S 239H S 239H S 263H S 247H S 244H S 263H S 289H S 300H S 307H S 288H S 239H S 214H S 243H S 214H S 202H S 228H S 208H S 147H S 154H S 194H S 208H S 214H S +USW00014922201307WDF2 20 W 20 W 80 W 170 W 180 W 170 W 350 W 50 W 260 W 330 W 160 W 160 W 130 W 170 W 160 W 220 W 220 W 230 W 240 W 10 W 110 W 310 W 360 W 140 W 310 W 320 W 340 W 360 W 140 W 320 W 290 W +USW00014922201307WDF5 30 W 20 W 60 W 190 W 180 W 180 W 340 W 30 W 240 W 330 W 150 W 150 W 190 W 170 W 170 W 220 W 220 W 220 W 240 W 30 W 120 W 320 W 30 W 150 W 310 W 330 W 330 W 30 W 130 W 360 W 290 W +USW00014922201307WSF2 76 W 67 W 58 W 89 W 98 W 72 W 103 W 45 W 107 W 94 W 72 W 112 W 89 W 67 W 67 W 72 W 67 W 107 W 89 W 63 W 67 W 98 W 76 W 45 W 72 W 125 W 125 W 76 W 63 W 40 W 107 W +USW00014922201307WSF5 125 W 112 W 81 W 107 W 139 W 94 W 125 W 103 W 148 W 125 W 94 W 143 W 125 W 81 W 89 W 116 W 94 W 143 W 134 W 125 W 81 W 116 W 125 W 72 W 94 W 157 W 165 W 125 W 76 W 67 W 143 W +USW00014922201307WT03-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201307WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922201308TMAX 283 W 261 W 267 W 244 W 272 W 300 W 250 W 239 W 244 W 250 W 267 W 267 W 244 W 256 W 261 W 267 W 278 W 283 W 311 W 322 W 311 W 306 W 311 W 322 W 356 W 361 W 356 W 333 W 350 W 294 W 317 W +USW00014922201308TMIN 150 W 161 W 144 W 133 W 161 W 150 W 167 W 144 W 156 W 167 W 183 W 172 W 139 W 144 W 150 W 161 W 156 W 167 W 206 W 217 W 233 W 200 W 178 W 217 W 267 W 267 W 261 W 228 W 239 W 222 W 189 W +USW00014922201308PRCP 0 W 0 W 0 W 0 W 165 W 338 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 8 W 0 W 15 W +USW00014922201308SNOW 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201308SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201308AWND 21 W 30 W 21 W 22 W 22 W 26 W 38 W 18 W 34 W 18 W 17 W 39 W 22 W 18 W 16 W 15 W 31 W 36 W 36 W 35 W 30 W 40 W 38 W 60 W 53 W 39 W 30 W 25 W 38 W 45 W 28 W +USW00014922201308TAVG 216H S 224H S 208H S 194H S 200H S 218H S 202H S 200H S 203H S 206H S 212H S 227H S 201H S 199H S 202H S 220H S 223H S 233H S 244H S 269H S 274H S 259H S 242H S 262H S 300H S 307H S 306H S 280H S 284H S 271H S 247H S +USW00014922201308WDF2 230 W 350 W 330 W 220 W 130 W 310 W 340 W 240 W 310 W 310 W 110 W 320 W 20 W 240 W 250 W 160 W 210 W 160 W 170 W 170 W 220 W 20 W 160 W 170 W 190 W 190 W 30 W 120 W 210 W 40 W 320 W +USW00014922201308WDF5 290 W 20 W 10 W 220 W 130 W 310 W 10 W 220 W 290 W 20 W 60 W 10 W 30 W 250 W 310 W 240 W 220 W 190 W 170 W 180 W 20 W 30 W 160 W 190 W 220 W 200 W 10 W 90 W 190 W 30 W 310 W +USW00014922201308WSF2 58 W 72 W 63 W 54 W 98 W 157 W 72 W 54 W 81 W 45 W 36 W 76 W 67 W 58 W 45 W 58 W 72 W 98 W 76 W 81 W 67 W 76 W 72 W 112 W 89 W 72 W 67 W 58 W 76 W 81 W 130 W +USW00014922201308WSF5 76 W 112 W 107 W 72 W 112 W 210 W 116 W 72 W 116 W 98 W 58 W 125 W 94 W 76 W 67 W 94 W 98 W 139 W 98 W 107 W 81 W 134 W 89 W 157 W 125 W 103 W 130 W 76 W 98 W 134 W 165 W +USW00014922201308WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201308WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00014922201308WT05-9999 -9999 -9999 -9999 -9999 1 Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201308WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201309TMAX 239 W 200 W 256 W 311 W 278 W 333 W 344 W 250 W 344 W 272 W 300 W 244 W 211 W 228 W 194 W 194 W 194 W 239 W 256 W 189 W 178 W 233 W 233 W 244 W 233 W 278 W 300 W 222 W 250 W 267 W-9999 +USW00014922201309TMIN 161 W 128 W 117 W 167 W 178 W 211 W 217 W 194 W 211 W 211 W 189 W 139 W 94 W 106 W 100 W 67 W 89 W 156 W 178 W 106 W 83 W 94 W 117 W 117 W 122 W 133 W 183 W 106 W 89 W 144 W-9999 +USW00014922201309PRCP 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0T W 0T W 5 W 0 W 0 W 0 W 119 W 84 W 0 W 8 W 36 W 46 W 10 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 36 W 0 W 0 W-9999 +USW00014922201309SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201309SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201309AWND 48 W 26 W 14 W 19 W 35 W 40 W 38 W 47 W 43 W 32 W 36 W 50 W 20 W 35 W 42 W 29 W 53 W 38 W 36 W 47 W 25 W 55 W 56 W 33 W 38 W 62 W 62 W 51 W 41 W 52 W-9999 +USW00014922201309TAVG 224H S 170H S 170H S 229H S 225H S 257H S 281H S 229H S 248H S 254H S 241H S 204H S 159H S 168H S 154H S 125H S 141H S 183H S 225H S 172H S 123H S 148H S 173H S 173H S 178H S 193H S 228H S 198H S 149H S 197H S-9999 +USW00014922201309WDF2 320 W 20 W 250 W 20 W 110 W 190 W 40 W 100 W 220 W 280 W 320 W 350 W 170 W 210 W 20 W 110 W 150 W 140 W 270 W 320 W 280 W 120 W 140 W 120 W 100 W 160 W 170 W 260 W 160 W 170 W-9999 +USW00014922201309WDF5 350 W 10 W 260 W 30 W 110 W 190 W 30 W 100 W 220 W 290 W 290 W 10 W 170 W 190 W 20 W 100 W 140 W 130 W 270 W 320 W 10 W 130 W 130 W 120 W 80 W 160 W 150 W 260 W 160 W 190 W-9999 +USW00014922201309WSF2 81 W 67 W 45 W 58 W 58 W 81 W 94 W 89 W 89 W 67 W 89 W 98 W 58 W 76 W 94 W 58 W 103 W 76 W 134 W 107 W 58 W 89 W 98 W 67 W 76 W 107 W 116 W 130 W 98 W 98 W-9999 +USW00014922201309WSF5 107 W 103 W 58 W 107 W 76 W 116 W 130 W 103 W 125 W 89 W 125 W 130 W 67 W 103 W 125 W 72 W 134 W 98 W 170 W 125 W 103 W 107 W 130 W 89 W 103 W 143 W 161 W 174 W 125 W 134 W-9999 +USW00014922201309WT01-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201309WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201310TMAX 250 W 250 W 161 W 150 W 161 W 128 W 194 W 250 W 244 W 256 W 239 W 144 W 161 W 128 W 128 W 128 W 150 W 117 W 94 W 83 W 44 W 44 W 39 W 67 W 144 W 100 W 144 W 67 W 56 W 100 W 100 W +USW00014922201310TMIN 117 W 89 W 128 W 128 W 78 W 56 W 61 W 100 W 133 W 111 W 139 W 78 W 39 W 56 W 78 W 56 W 50 W 33 W 11 W 6 W -16 W -32 W 6 W 6 W -21 W 22 W -5 W -5 W 0 W 44 W 44 W +USW00014922201310PRCP 0 W 229 W 8 W 74 W 3 W 13 W 0 W 0 W 0 W 0 W 10 W 0T W 0 W 142 W 157 W 3 W 43 W 5 W 15 W 20 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 8 W 33 W 0T W +USW00014922201310SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201310SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201310AWND 44 W 36 W 38 W 62 W 27 W 25 W 17 W 56 W 43 W 46 W 79 W 46 W 11 W 50 W 51 W 34 W 26 W 36 W 29 W 34 W 46 W 19 W 42 W 37 W 44 W 50 W 37 W 45 W 36 W 22 W 42 W +USW00014922201310TAVG 216H S 165H S 156H S 141H S 146H S 91H S 112H S 159H S 198H S 169H S 184H S 137H S 96H S 97H S 106H S 87H S 83H S 76H S 56H S 33H S 23H S 7H S 22H S 25H S 49H S 81H S 60H S 44H S 26H S 62H S 77H S +USW00014922201310WDF2 280 W 310 W 60 W 80 W 100 W 320 W 270 W 170 W 170 W 150 W 220 W 270 W 280 W 80 W 90 W 330 W 310 W 340 W 310 W 320 W 280 W 320 W 310 W 320 W 220 W 320 W 10 W 50 W 60 W 80 W 280 W +USW00014922201310WDF5 280 W 310 W 40 W 90 W 100 W 360 W 330 W 170 W 200 W 160 W 220 W 250 W 10 W 100 W 100 W 320 W 310 W 340 W 310 W 320 W 270 W 10 W 310 W 310 W 210 W 320 W 20 W 40 W 60 W 90 W 280 W +USW00014922201310WSF2 103 W 134 W 67 W 116 W 81 W 76 W 58 W 116 W 76 W 89 W 139 W 125 W 54 W 103 W 112 W 81 W 89 W 94 W 112 W 98 W 94 W 63 W 76 W 81 W 94 W 139 W 94 W 81 W 67 W 76 W 67 W +USW00014922201310WSF5 139 W 161 W 112 W 139 W 112 W 112 W 76 W 148 W 112 W 112 W 179 W 179 W 81 W 143 W 143 W 107 W 107 W 130 W 139 W 125 W 130 W 94 W 103 W 98 W 130 W 174 W 134 W 107 W 94 W 89 W 81 W +USW00014922201310WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00014922201311TMAX 111 W 100 W 128 W 94 W 72 W 44 W 22 W 83 W 78 W 56 W 39 W -21 W 100 W 111 W 133 W 100 W 78 W 22 W 83 W 72 W 39 W 6 W -71 W -5 W 44 W -5 W -38 W -16 W 11 W 56 W-9999 +USW00014922201311TMIN 33 W 11 W 17 W 22 W -10 W -10 W -21 W -43 W 22 W 6 W -88 W -110 W -49 W 17 W 0 W 50 W 0 W -38 W -49 W 28 W -38 W -105 W -138 W -132 W -21 W -93 W -127 W -93 W -99 W -38 W-9999 +USW00014922201311PRCP 0 W 0 W 0 W 43 W 46 W 13 W 0 W 0T W 0T W 0 W 0T W 0 W 0 W 0 W 0 W 28 W 0 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W-9999 +USW00014922201311SNOW 0 W 0 W 0 W 0 W 18 W 10 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W-9999 +USW00014922201311SNWD 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201311AWND 37 W 30 W 70 W 46 W 26 W 42 W 21 W 51 W 79 W 37 W 64 W 29 W 43 W 21 W 30 W 38 W 64 W 55 W 65 W 54 W 47 W 50 W 43 W 51 W 62 W 70 W 30 W 30 W 34 W 25 W-9999 +USW00014922201311TAVG 63H S 54H S 61H S 86H S 36H S 18H S -3H S 3H S 64H S 33H S -6H S -73H S -2H S 58H S 56H S 74H S 68H S 4H S -1H S 62H S 17H S -39H S -94H S -88H S 0H S -33H S -86H S -44H S -61H S -4H S-9999 +USW00014922201311WDF2 360 W 320 W 150 W 160 W 40 W 340 W 270 W 160 W 280 W 320 W 350 W 210 W 220 W 230 W 160 W 160 W 280 W 280 W 160 W 160 W 310 W 310 W 320 W 180 W 320 W 310 W 140 W 310 W 170 W 320 W-9999 +USW00014922201311WDF5 360 W 310 W 140 W 170 W 20 W 350 W 290 W 160 W 270 W 320 W 350 W 260 W 220 W 230 W 170 W 160 W 290 W 290 W 150 W 160 W 340 W 310 W 310 W 200 W 320 W 320 W 150 W 310 W 170 W 330 W-9999 +USW00014922201311WSF2 81 W 89 W 134 W 107 W 89 W 81 W 63 W 107 W 134 W 76 W 98 W 58 W 94 W 45 W 72 W 72 W 134 W 134 W 116 W 103 W 98 W 116 W 94 W 98 W 107 W 116 W 63 W 81 W 98 W 54 W-9999 +USW00014922201311WSF5 103 W 107 W 183 W 161 W 112 W 103 W 81 W 134 W 174 W 107 W 130 W 89 W 130 W 63 W 94 W 103 W 174 W 161 W 174 W 130 W 112 W 143 W 112 W 148 W 143 W 170 W 81 W 98 W 116 W 72 W-9999 +USW00014922201311WT01-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201311WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201312TMAX 11 W 33 W 22 W 0 W -99 W -149 W -171 W -110 W -110 W -105 W -149 W -71 W -82 W -88 W -155 W -55 W 6 W 28 W -21 W -66 W -49 W -71 W -149 W -116 W -21 W -32 W 44 W 83 W -66 W -166 W -182 W +USW00014922201312TMIN -60 W -21 W 0 W -99 W -177 W -216 W -238 W -182 W -193 W -166 W -221 W -171 W -116 W -177 W -182 W -171 W -127 W -132 W -88 W -93 W -88 W -149 W -210 W -249 W -127 W -116 W -99 W -66 W -238 W -238 W -227 W +USW00014922201312PRCP 0 W 30 W 20 W 132 W 0T W 0 W 0 W 18 W 0T W 15 W 0 W 0T W 5 W 15 W 0 W 25 W 0T W 0 W 8 W 5 W 0 W 8 W 0T W 58 W 5 W 3 W 0 W 0T W 0T W 23 W 0T W +USW00014922201312SNOW 0 W 13 W 0T W 104 W 0T W 0 W 0 W 41 W 3 W 46 W 0 W 0T W 3 W 18 W 0 W 28 W 0T W 0 W 10 W 8 W 0 W 20 W 8 W 71 W 5 W 5 W 0 W 0 W 0T W 23 W 0T W +USW00014922201312SNWD 0 W 0 W 0 W 30 W 80 W 80 W 80 W 80 W 100 W 130 W 100 W 100 W 100 W 130 W 130 W 130 W 150 W 150 W 130 W 150 W 150 W 150 W 180 W 150 W 230 W 230 W 200 W 180 W 130 W 130 W 150 W +USW00014922201312AWND 9 W 47 W 38 W 47 W 66 W 36 W 22 W 30 W 45 W 46 W 36 W 15 W 52 W 33 W 35 W 32 W 58 W 31 W 53 W 25 W 29 W 41 W 45 W 35 W 29 W 10 W 27 W 37 W 59 W 17 W 23 W +USW00014922201312TAVG -11H S -3H S 18H S -4H S -110H S -176H S -204H S -159H S -152H S -156H S -173H S -138H S -90H S -110H S -165H S -146H S -43H S -69H S -57H S -82H S -68H S -78H S -161H S -195H S -94H S -82H S -35H S 1H S -117H S -217H S -193H S +USW00014922201312WDF2 140 W 110 W 70 W 270 W 250 W 290 W 260 W 120 W 280 W 300 W 320 W 160 W 40 W 310 W 320 W 140 W 280 W 150 W 20 W 20 W 10 W 280 W 310 W 140 W 310 W 110 W 220 W 350 W 340 W 70 W 20 W +USW00014922201312WDF5 140 W 100 W 80 W 270 W 250 W 290 W 260 W 70 W 270 W 290 W 310 W 220 W 40 W 310 W 10 W 140 W 290 W 150 W 20 W 20 W 10 W 290 W 320 W 150 W 320 W 60 W 250 W 360 W 330 W 40 W 10 W +USW00014922201312WSF2 36 W 89 W 58 W 130 W 107 W 63 W 54 W 63 W 98 W 103 W 94 W 40 W 76 W 94 W 76 W 81 W 112 W 72 W 89 W 58 W 67 W 72 W 72 W 89 W 81 W 40 W 76 W 130 W 112 W 36 W 45 W +USW00014922201312WSF5 45 W 107 W 81 W 174 W 143 W 81 W 67 W 89 W 125 W 130 W 116 W 54 W 116 W 112 W 103 W 98 W 157 W 94 W 112 W 89 W 107 W 81 W 89 W 112 W 107 W 54 W 107 W 179 W 143 W 54 W 89 W +USW00014922201312WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00014922201312WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201401TMAX -171 W -155 W -16 W 17 W -188 W -243 W -149 W -155 W -66 W -5 W 0 W 44 W 11 W -21 W -38 W 17 W -105 W -49 W 39 W -5 W -143 W -132 W -166 W 6 W -43 W -77 W -210 W -177 W 11 W -21 W -127 W +USW00014922201401TMIN -221 W -232 W -232 W -188 W -288 W -305 W -260 W -238 W -238 W -88 W -49 W -55 W -27 W -138 W -182 W -138 W -171 W -127 W -82 W -193 W -249 W -221 W -271 W -166 W -166 W -221 W -266 W -266 W -210 W -199 W -227 W +USW00014922201401PRCP 0 W 0 W 30 W 5 W 0T W 0T W 0 W 0 W 0 W 0T W 0 W 0 W 3 W 66 W 8 W 13 W 0T W 43 W 0 W 3 W 5 W 3 W 0 W 20 W 28 W 23 W 0 W 0 W 0 W 112 W 0 W +USW00014922201401SNOW 0 W 0 W 8 W 0T W 0T W 0T W 0 W 0 W 0 W 0T W 0 W 0 W 8 W 104 W 13 W 15 W 0T W 114 W 0 W 5 W 13 W 15 W 0 W 33 W 58 W 28 W 0 W 0 W 0 W 163 W 0 W +USW00014922201401SNWD 150 W 150 W 150 W 150 W 150 W 150 W 150 W 150 W 150 W 150 W 150 W 150 W 150 W 230 W 250 W 280 W 250 W 360 W 330 W 250 W 250 W 280 W 280 W 250 W 280 W 330 W 300 W 300 W 300 W 300 W 410 W +USW00014922201401AWND 30 W 22 W 59 W 59 W 59 W 60 W 21 W 10 W 46 W 37 W 38 W 29 W 40 W 66 W 43 W 74 W 43 W 44 W 43 W 61 W 28 W 68 W 40 W 58 W 64 W 79 W 56 W 36 W 32 W 51 W 25 W +USW00014922201401TAVG -203H S -188H S -166H S -54H S -200H S -272H S -227H S -193H S -158H S -58H S -19H S -9H S -3H S -46H S -132H S -50H S -138H S -103H S -36H S -46H S -204H S -157H S -228H S -103H S -99H S -131H S -226H S -231H S -153H S -53H S -181H S +USW00014922201401WDF2 50 W 350 W 170 W 310 W 310 W 280 W 310 W 310 W 140 W 170 W 290 W 210 W 280 W 330 W 200 W 310 W 320 W 120 W 320 W 340 W 340 W 320 W 330 W 310 W 320 W 290 W 310 W 260 W 170 W 340 W 230 W +USW00014922201401WDF5 40 W 20 W 170 W 310 W 310 W 270 W 330 W 340 W 140 W 180 W 290 W 220 W 310 W 330 W 190 W 310 W 310 W 20 W 310 W 350 W 350 W 340 W 320 W 310 W 310 W 290 W 310 W 250 W 180 W 350 W 220 W +USW00014922201401WSF2 54 W 40 W 107 W 125 W 94 W 98 W 54 W 40 W 81 W 76 W 81 W 63 W 81 W 112 W 81 W 165 W 98 W 98 W 81 W 103 W 76 W 125 W 81 W 116 W 139 W 157 W 116 W 76 W 76 W 107 W 54 W +USW00014922201401WSF5 94 W 63 W 139 W 157 W 125 W 116 W 72 W 72 W 103 W 103 W 103 W 76 W 116 W 143 W 116 W 201 W 130 W 134 W 107 W 139 W 98 W 161 W 98 W 165 W 170 W 210 W 148 W 94 W 112 W 134 W 67 W +USW00014922201401WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201401WT08 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 +USW00014922201402TMAX -55 W -99 W -88 W -116 W -155 W -155 W -110 W -93 W -127 W -132 W -105 W -43 W -10 W -88 W -71 W -55 W -16 W 67 W 44 W 22 W -88 W -99 W -82 W -99 W -143 W -66 W -171 W -99 W-9999 -9999 -9999 +USW00014922201402TMIN -182 W -216 W -182 W -182 W -205 W -238 W -205 W -199 W -216 W -238 W -243 W -110 W -149 W -171 W -177 W -155 W -77 W -88 W -60 W -93 W -143 W -155 W -171 W -193 W -216 W -238 W -255 W -227 W-9999 -9999 -9999 +USW00014922201402PRCP 0T W 0 W 0 W 0 W 0T W 0 W 0 W 0T W 0 W 0 W 0T W 8 W 0T W 0 W 30 W 0 W 81 W 0 W 0 W 211 W 15 W 0 W 0 W 3 W 0T W 0T W 0 W 10 W-9999 -9999 -9999 +USW00014922201402SNOW 0T W 0 W 0 W 0 W 0T W 0 W 0 W 0T W 0 W 0 W 0T W 13 W 5 W 0 W 46 W 0 W 124 W 0 W 0 W 213 W 38 W 0 W 0 W 5 W 0T W 0T W 0 W 23 W-9999 -9999 -9999 +USW00014922201402SNWD 410 W 380 W 360 W 360 W 360 W 360 W 330 W 330 W 330 W 330 W 330 W 330 W 330 W 330 W 330 W 360 W 380 W 460 W 430 W 410 W 610 W 580 W 530 W 510 W 510 W 510 W 510 W 510 W-9999 -9999 -9999 +USW00014922201402AWND 40 W 21 W 20 W 33 W 51 W 41 W 42 W 15 W 47 W 25 W 40 W 23 W 60 W 37 W 33 W 41 W 44 W 31 W 34 W 50 W 86 W 64 W 51 W 42 W 51 W 77 W 33 W 36 W-9999 -9999 -9999 +USW00014922201402TAVG -128H S -163H S -141H S -145H S -169H S -195H S -169H S -146H S -147H S -194H S -182H S -89H S -67H S -133H S -132H S -96H S -53H S -28H S -7H S 8H S -94H S -116H S -127H S -138H S -163H S -175H S -194H S -182H S-9999 -9999 -9999 +USW00014922201402WDF2 320 W 220 W 330 W 340 W 330 W 250 W 230 W 280 W 320 W 320 W 160 W 160 W 280 W 280 W 160 W 130 W 130 W 280 W 140 W 310 W 280 W 280 W 270 W 290 W 310 W 310 W 320 W 320 W-9999 -9999 -9999 +USW00014922201402WDF5 320 W 230 W 360 W 350 W 290 W 250 W 230 W 20 W 330 W 340 W 140 W 160 W 270 W 290 W 150 W 140 W 140 W 270 W 130 W 310 W 280 W 270 W 280 W 290 W 310 W 300 W 320 W 310 W-9999 -9999 -9999 +USW00014922201402WSF2 81 W 58 W 54 W 89 W 76 W 81 W 76 W 40 W 94 W 45 W 81 W 67 W 116 W 76 W 76 W 103 W 125 W 58 W 81 W 148 W 130 W 98 W 98 W 63 W 107 W 143 W 125 W 76 W-9999 -9999 -9999 +USW00014922201402WSF5 107 W 76 W 76 W 116 W 98 W 107 W 107 W 81 W 130 W 63 W 112 W 89 W 157 W 94 W 98 W 125 W 192 W 76 W 107 W 192 W 165 W 125 W 130 W 81 W 134 W 192 W 148 W 98 W-9999 -9999 -9999 +USW00014922201402WT01-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201402WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201403TMAX -132 W -160 W -121 W -71 W -43 W -32 W 6 W -16 W 67 W 117 W 67 W -10 W 100 W 67 W -5 W -38 W 17 W 28 W 22 W 67 W 72 W -55 W -32 W -5 W -43 W 44 W 44 W 33 W 61 W 156 W 144 W +USW00014922201403TMIN -216 W -260 W -232 W -138 W -110 W -110 W -49 W -93 W -82 W 0 W -16 W -71 W -66 W -32 W -66 W -116 W -49 W -21 W -32 W -55 W -66 W -132 W -132 W -82 W -121 W -105 W -5 W -27 W -55 W 22 W -16 W +USW00014922201403PRCP 0T W 0 W 5 W 0T W 0 W 0 W 0T W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 15 W 38 W 15 W 0 W 0T W 0 W 0T W 20 W 0T W 0 W 112 W 0 W 0 W 0 W 3 W +USW00014922201403SNOW 0T W 0 W 8 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 5 W 58 W 15 W 0 W 0T W 0 W 0T W 30 W 0T W 0 W 3 W 0 W 0 W 0 W 0 W +USW00014922201403SNWD 530 W 510 W 480 W 480 W 480 W 410 W 410 W 410 W 380 W 380 W 330 W 280 W 250 W 150 W 130 W 130 W 100 W 100 W 180 W 150 W 100 W 50 W 50 W 50 W 50 W 50 W 0T W 0T W 0T W 0 W 0 W +USW00014922201403AWND 59 W 36 W 22 W 30 W 33 W 53 W 47 W 35 W 34 W 23 W 50 W 38 W 34 W 66 W 43 W 39 W 60 W 52 W 49 W 24 W 64 W 64 W 26 W 40 W 55 W 67 W 50 W 38 W 27 W 55 W 60 W +USW00014922201403TAVG -161H S -211H S -188H S -119H S -79H S -76H S -28H S -46H S -23H S 55H S 47H S -27H S -3H S 51H S -28H S -68H S -31H S 5H S -11H S 1H S 19H S -72H S -87H S -49H S -73H S -46H S 31H S 3H S -1H S 67H S 96H S +USW00014922201403WDF2 320 W 280 W 150 W 50 W 120 W 150 W 310 W 360 W 210 W 280 W 330 W 310 W 220 W 280 W 50 W 60 W 160 W 30 W 320 W 110 W 280 W 330 W 290 W 310 W 320 W 150 W 360 W 340 W 140 W 150 W 110 W +USW00014922201403WDF5 350 W 260 W 150 W 30 W 130 W 150 W 310 W 340 W 210 W 280 W 350 W 320 W 230 W 270 W 10 W 160 W 160 W 20 W 320 W 240 W 310 W 330 W 280 W 320 W 320 W 140 W 360 W 350 W 140 W 160 W 200 W +USW00014922201403WSF2 89 W 67 W 54 W 54 W 63 W 103 W 94 W 67 W 76 W 67 W 112 W 89 W 63 W 143 W 81 W 76 W 94 W 81 W 107 W 54 W 134 W 107 W 72 W 112 W 130 W 130 W 103 W 94 W 72 W 98 W 107 W +USW00014922201403WSF5 107 W 81 W 67 W 72 W 76 W 125 W 112 W 98 W 107 W 89 W 139 W 107 W 81 W 183 W 98 W 98 W 116 W 121 W 157 W 67 W 165 W 134 W 89 W 143 W 152 W 179 W 143 W 134 W 89 W 125 W 143 W +USW00014922201403WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00014922201403WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922201404TMAX 28 W 61 W 44 W 44 W 100 W 167 W 156 W 122 W 217 W 167 W 172 W 128 W 67 W 33 W 22 W 28 W 56 W 111 W 194 W 233 W 200 W 150 W 83 W 72 W 178 W 128 W 72 W 72 W 56 W 78 W-9999 +USW00014922201404TMIN -66 W -60 W -27 W -38 W -43 W 44 W 33 W 11 W 17 W 72 W 61 W 67 W 0 W -43 W -77 W -21 W -21 W -32 W 56 W 72 W 67 W 33 W 44 W 33 W 22 W 28 W 33 W 50 W 11 W 17 W-9999 +USW00014922201404PRCP 5 W 0 W 173 W 28 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 36 W 0 W 0 W 0 W 173 W 0T W 0 W 28 W 25 W 51 W 0 W 66 W 213 W 0 W 10 W 447 W 178 W 152 W 8 W-9999 +USW00014922201404SNOW 5 W 0 W 127 W 38 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 8 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W-9999 +USW00014922201404SNWD 0 W 0 W 0 W 150 W 100 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201404AWND 67 W 39 W 60 W 65 W 36 W 37 W 38 W 48 W 52 W 62 W 28 W 54 W 69 W 77 W 34 W 76 W 41 W 41 W 72 W 19 W 65 W 43 W 63 W 45 W 41 W 69 W 95 W 89 W 75 W 56 W-9999 +USW00014922201404TAVG 1H S -5H S 21H S -9H S 16H S 88H S 103H S 73H S 93H S 144H S 108H S 112H S 60H S 2H S -28H S 12H S 2H S 32H S 103H S 146H S 167H S 92H S 73H S 56H S 83H S 82H S 60H S 57H S 38H S 33H S-9999 +USW00014922201404WDF2 300 W 60 W 60 W 310 W 180 W 220 W 330 W 320 W 230 W 290 W 290 W 70 W 350 W 340 W 110 W 110 W 350 W 120 W 140 W 340 W 310 W 350 W 100 W 120 W 280 W 100 W 80 W 80 W 20 W 350 W-9999 +USW00014922201404WDF5 310 W 50 W 70 W 320 W 200 W 200 W 320 W 340 W 200 W 290 W 290 W 70 W 350 W 330 W 320 W 100 W 350 W 120 W 140 W 140 W 290 W 20 W 90 W 110 W 270 W 100 W 80 W 70 W 10 W 360 W-9999 +USW00014922201404WSF2 125 W 72 W 103 W 112 W 72 W 72 W 103 W 98 W 103 W 130 W 76 W 103 W 125 W 125 W 76 W 112 W 94 W 98 W 112 W 58 W 125 W 94 W 103 W 107 W 107 W 130 W 170 W 134 W 112 W 89 W-9999 +USW00014922201404WSF5 174 W 112 W 130 W 152 W 89 W 98 W 134 W 125 W 148 W 170 W 98 W 130 W 157 W 170 W 85 W 143 W 121 W 112 W 165 W 67 W 165 W 148 W 134 W 130 W 134 W 174 W 201 W 183 W 161 W 116 W-9999 +USW00014922201404WT01-9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W-9999 +USW00014922201404WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201405TMAX 94 W 150 W 150 W 139 W 178 W 183 W 183 W 206 W 156 W 211 W 200 W 172 W 117 W 150 W 94 W 122 W 189 W 222 W 156 W 256 W 189 W 217 W 239 W 267 W 261 W 278 W 228 W 272 W 289 W 306 W 300 W +USW00014922201405TMIN 28 W 56 W 61 W 22 W 100 W 83 W 106 W 106 W 78 W 50 W 89 W 94 W 61 W 33 W 44 W 44 W 50 W 94 W 106 W 100 W 106 W 83 W 100 W 144 W 133 W 189 W 161 W 144 W 139 W 178 W 200 W +USW00014922201405PRCP 10 W 0T W 0 W 0 W 0 W 0 W 10 W 150 W 0 W 15 W 160 W 69 W 0 W 0 W 0 W 0 W 0 W 0 W 572 W 0 W 0 W 0 W 0 W 0 W 0 W 3 W 3 W 0 W 0 W 0 W 165 W +USW00014922201405SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201405SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201405AWND 52 W 43 W 57 W 35 W 36 W 69 W 70 W 41 W 68 W 37 W 26 W 34 W 58 W 38 W 55 W 29 W 31 W 46 W 67 W 16 W 49 W 25 W 16 W 36 W 38 W 30 W 40 W 23 W 30 W 44 W 40 W +USW00014922201405TAVG 51H S 92H S 104H S 84H S 130H S 133H S 143H S 144H S 119H S 124H S 149H S 158H S 93H S 91H S 77H S 77H S 111H S 160H S 143H S 153H S 168H S 144H S 173H S 201H S 209H S 236H S 211H S 199H S 221H S 243H S 249H S +USW00014922201405WDF2 320 W 220 W 280 W 360 W 140 W 120 W 70 W 320 W 260 W 170 W 100 W 280 W 300 W 10 W 10 W 310 W 290 W 170 W 120 W 220 W 310 W 310 W 150 W 160 W 170 W 280 W 40 W 80 W 150 W 110 W 170 W +USW00014922201405WDF5 340 W 220 W 280 W 350 W 140 W 110 W 70 W 290 W 290 W 130 W 80 W 280 W 290 W 10 W 10 W 310 W 260 W 180 W 130 W 30 W 320 W 30 W 160 W 180 W 160 W 280 W 20 W 40 W 120 W 130 W 180 W +USW00014922201405WSF2 89 W 81 W 116 W 81 W 76 W 112 W 112 W 143 W 116 W 98 W 76 W 76 W 94 W 98 W 89 W 76 W 81 W 98 W 112 W 45 W 94 W 67 W 54 W 63 W 76 W 94 W 94 W 63 W 67 W 94 W 116 W +USW00014922201405WSF5 121 W 116 W 157 W 98 W 94 W 148 W 143 W 170 W 157 W 121 W 107 W 103 W 121 W 121 W 116 W 94 W 116 W 130 W 143 W 63 W 116 W 103 W 67 W 85 W 98 W 112 W 121 W 85 W 103 W 116 W 152 W +USW00014922201405WT01 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201405WT08-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201406TMAX 222 W 267 W 239 W 272 W 256 W 289 W 194 W 217 W 211 W 250 W 272 W 189 W 244 W 189 W 244 W 294 W 278 W 272 W 233 W 294 W 294 W 250 W 283 W 289 W 222 W 272 W 272 W 283 W 294 W 272 W-9999 +USW00014922201406TMIN 183 W 156 W 133 W 161 W 172 W 150 W 106 W 94 W 150 W 128 W 161 W 122 W 106 W 144 W 139 W 172 W 167 W 206 W 183 W 194 W 194 W 189 W 189 W 178 W 133 W 144 W 211 W 206 W 178 W 183 W-9999 +USW00014922201406PRCP 602 W 5 W 0 W 0 W 8 W 0T W 226 W 0 W 0T W 0 W 46 W 0 W 0 W 406 W 163 W 97 W 3 W 130 W 1049 W 0T W 0 W 23 W 0 W 0 W 0 W 0 W 0T W 127 W 3 W 0T W-9999 +USW00014922201406SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201406SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201406AWND 32 W 67 W 34 W 25 W 42 W 23 W 38 W 17 W 21 W 31 W 30 W 66 W 26 W 69 W 74 W 55 W 27 W 55 W 55 W 29 W 25 W 26 W 23 W 33 W 30 W 47 W 60 W 59 W 55 W 48 W-9999 +USW00014922201406TAVG 204H S 209H S 187H S 212H S 214H S 217H S 164H S 156H S 178H S 189H S 214H S 179H S 167H S 178H S 175H S 226H S 212H S 238H S 214H S 221H S 247H S 226H S 231H S 238H S 185H S 200H S 231H S 248H S 224H S 235H S-9999 +USW00014922201406WDF2 280 W 260 W 300 W 110 W 220 W 310 W 360 W 100 W 350 W 110 W 280 W 280 W 130 W 160 W 100 W 130 W 80 W 90 W 100 W 190 W 90 W 120 W 280 W 50 W 20 W 110 W 170 W 170 W 220 W 260 W-9999 +USW00014922201406WDF5 200 W 280 W 270 W 50 W 170 W 10 W 360 W 70 W 10 W 110 W 280 W 310 W 120 W 160 W 230 W 130 W 150 W 100 W 100 W 200 W 10 W 130 W 280 W 50 W 20 W 110 W 180 W 170 W 230 W 200 W-9999 +USW00014922201406WSF2 67 W 134 W 76 W 54 W 94 W 63 W 116 W 58 W 58 W 76 W 112 W 112 W 63 W 246 W 130 W 161 W 58 W 98 W 125 W 63 W 54 W 72 W 72 W 76 W 63 W 103 W 107 W 125 W 107 W 107 W-9999 +USW00014922201406WSF5 89 W 183 W 107 W 81 W 130 W 107 W 152 W 89 W 94 W 103 W 139 W 165 W 76 W 304 W 161 W 201 W 67 W 125 W 157 W 85 W 81 W 103 W 98 W 112 W 112 W 121 W 148 W 170 W 157 W 134 W-9999 +USW00014922201406WT01-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201406WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201407TMAX 239 W 233 W 256 W 256 W 289 W 322 W 306 W 250 W 261 W 294 W 272 W 267 W 256 W 183 W 222 W 250 W 261 W 261 W 261 W 306 W 333 W 300 W 289 W 278 W 272 W 300 W 256 W 250 W 272 W 283 W 289 W +USW00014922201407TMIN 128 W 122 W 144 W 156 W 183 W 206 W 183 W 167 W 144 W 161 W 183 W 200 W 172 W 133 W 122 W 128 W 150 W 156 W 194 W 211 W 233 W 211 W 161 W 172 W 178 W 217 W 183 W 172 W 150 W 156 W 172 W +USW00014922201407PRCP 38 W 3 W 0 W 0 W 0 W 33 W 94 W 0 W 0 W 0 W 262 W 15 W 0 W 18 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 107 W 0 W 8 W 0 W 0 W 0 W 0 W +USW00014922201407SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201407SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201407AWND 61 W 47 W 16 W 39 W 55 W 52 W 40 W 61 W 21 W 42 W 43 W 22 W 38 W 63 W 47 W 11 W 26 W 47 W 50 W 57 W 51 W 57 W 27 W 37 W 42 W 31 W 64 W 34 W 38 W 30 W 22 W +USW00014922201407TAVG 206H S 165H S 193H S 213H S 234H S 250H S 247H S 204H S 200H S 224H S 235H S 232H S 213H S 177H S 161H S 187H S 207H S 219H S 229H S 253H S 275H S 276H S 234H S 226H S 224H S 256H S 228H S 203H S 211H S 220H S 229H S +USW00014922201407WDF2 290 W 360 W 320 W 160 W 210 W 280 W 320 W 320 W 330 W 170 W 20 W 220 W 280 W 310 W 350 W 360 W 230 W 170 W 170 W 160 W 170 W 340 W 310 W 160 W 170 W 260 W 290 W 310 W 300 W 310 W 260 W +USW00014922201407WDF5 290 W 350 W 350 W 170 W 200 W 280 W 320 W 290 W 350 W 180 W 170 W 210 W 270 W 280 W 350 W 20 W 210 W 160 W 220 W 170 W 160 W 10 W 350 W 160 W 180 W 270 W 290 W 360 W 300 W 300 W 360 W +USW00014922201407WSF2 116 W 89 W 63 W 89 W 94 W 107 W 116 W 107 W 58 W 72 W 112 W 89 W 94 W 116 W 89 W 58 W 72 W 103 W 81 W 107 W 89 W 103 W 67 W 165 W 89 W 94 W 112 W 72 W 81 W 76 W 58 W +USW00014922201407WSF5 152 W 121 W 76 W 107 W 121 W 130 W 179 W 143 W 85 W 98 W 139 W 107 W 139 W 157 W 112 W 85 W 94 W 130 W 112 W 148 W 121 W 143 W 98 W 210 W 116 W 121 W 157 W 98 W 112 W 98 W 85 W +USW00014922201407WT01 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201408TMAX 306 W 306 W 311 W 272 W 272 W 278 W 283 W 283 W 261 W 289 W 256 W 267 W 283 W 267 W 294 W 300 W 272 W 306 W 272 W 283 W 294 W 261 W 250 W 317 W 261 W 244 W 256 W 222 W 267 W 250 W 294 W +USW00014922201408TMIN 183 W 194 W 200 W 200 W 167 W 167 W 183 W 194 W 194 W 200 W 167 W 139 W 172 W 150 W 178 W 194 W 200 W 194 W 183 W 183 W 211 W 211 W 206 W 228 W 178 W 133 W 150 W 161 W 189 W 178 W 167 W +USW00014922201408PRCP 0 W 0T W 170 W 0 W 0 W 0 W 0 W 0 W 0T W 38 W 10 W 0 W 0 W 0 W 0 W 20 W 69 W 3 W 0 W 0 W 18 W 0 W 0T W 36 W 0 W 0T W 0T W 5 W 173 W 76 W 119 W +USW00014922201408SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201408SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201408AWND 22 W 21 W 20 W 30 W 25 W 20 W 29 W 28 W 34 W 30 W 47 W 42 W 30 W 40 W 33 W 26 W 38 W 30 W 31 W 34 W 37 W 27 W 40 W 50 W 35 W 33 W 27 W 49 W 31 W 35 W 56 W +USW00014922201408TAVG 239H S 244H S 247H S 237H S 219H S 228H S 233H S 237H S 231H S 235H S 211H S 203H S 227H S 212H S 229H S 239H S 238H S 233H S 221H S 232H S 242H S 240H S 221H S 253H S 242H S 187H S 201H S 197H S 214H S 213H S 218H S +USW00014922201408WDF2 90 W 300 W 10 W 10 W 90 W 120 W 140 W 150 W 110 W 220 W 340 W 310 W 40 W 110 W 220 W 100 W 110 W 220 W 310 W 110 W 90 W 310 W 130 W 130 W 240 W 320 W 70 W 110 W 300 W 120 W 270 W +USW00014922201408WDF5 340 W 310 W 20 W 20 W 60 W 40 W 130 W 120 W 120 W 220 W 350 W 330 W 20 W 150 W 180 W 80 W 100 W 230 W 290 W 100 W 80 W 20 W 130 W 140 W 200 W 320 W 40 W 120 W 300 W 360 W 140 W +USW00014922201408WSF2 58 W 89 W 170 W 63 W 67 W 54 W 72 W 58 W 67 W 76 W 98 W 98 W 63 W 63 W 63 W 58 W 76 W 107 W 72 W 67 W 116 W 58 W 89 W 103 W 76 W 89 W 54 W 81 W 125 W 63 W 116 W +USW00014922201408WSF5 76 W 116 W 215 W 103 W 89 W 94 W 98 W 81 W 81 W 98 W 139 W 125 W 107 W 94 W 89 W 81 W 103 W 148 W 103 W 89 W 134 W 94 W 107 W 130 W 107 W 116 W 94 W 98 W 143 W 112 W 148 W +USW00014922201408WT01-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 1 W-9999 +USW00014922201408WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201409TMAX 256 W 256 W 267 W 300 W 189 W 250 W 244 W 239 W 239 W 200 W 139 W 133 W 156 W 183 W 167 W 200 W 250 W 239 W 272 W 250 W 194 W 222 W 233 W 183 W 250 W 278 W 283 W 278 W 194 W 150 W-9999 +USW00014922201409TMIN 183 W 167 W 156 W 189 W 128 W 111 W 133 W 144 W 161 W 83 W 61 W 61 W 39 W 100 W 89 W 61 W 128 W 89 W 139 W 139 W 100 W 89 W 106 W 144 W 150 W 144 W 172 W 150 W 67 W 56 W-9999 +USW00014922201409PRCP 43 W 0 W 33 W 0T W 0 W 0 W 0 W 0T W 46 W 8 W 0 W 0 W 0 W 0 W 15 W 0 W 0 W 0 W 0T W 61 W 0 W 0 W 0 W 10 W 0 W 0 W 0 W 0 W 18 W 0 W-9999 +USW00014922201409SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201409SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201409AWND 37 W 32 W 37 W 51 W 44 W 25 W 42 W 48 W 34 W 72 W 39 W 32 W 33 W 39 W 26 W 27 W 21 W 39 W 45 W 55 W 55 W 22 W 36 W 46 W 30 W 40 W 33 W 18 W 51 W 57 W-9999 +USW00014922201409TAVG 214H S 209H S 201H S 245H S 181H S 166H S 192H S 190H S 197H S 151H S 98H S 94H S 91H S 136H S 130H S 121H S 169H S 157H S 184H S 217H S 147H S 148H S 168H S 171H S 186H S 201H S 218H S 217H S 166H S 91H S-9999 +USW00014922201409WDF2 270 W 230 W 120 W 300 W 310 W 270 W 180 W 160 W 150 W 10 W 20 W 310 W 170 W 260 W 310 W 240 W 50 W 160 W 180 W 300 W 320 W 240 W 160 W 180 W 170 W 130 W 160 W 230 W 10 W 120 W-9999 +USW00014922201409WDF5 270 W 260 W 110 W 220 W 320 W 270 W 180 W 160 W 140 W 360 W 10 W 320 W 170 W 240 W 340 W 260 W 50 W 160 W 180 W 300 W 310 W 240 W 140 W 170 W 170 W 150 W 170 W 230 W 10 W 120 W-9999 +USW00014922201409WSF2 89 W 67 W 76 W 89 W 107 W 72 W 76 W 98 W 72 W 130 W 76 W 89 W 76 W 89 W 72 W 63 W 54 W 67 W 116 W 139 W 103 W 58 W 94 W 81 W 58 W 81 W 76 W 63 W 72 W 116 W-9999 +USW00014922201409WSF5 112 W 89 W 89 W 125 W 130 W 89 W 107 W 121 W 94 W 157 W 121 W 125 W 107 W 112 W 107 W 85 W 81 W 85 W 157 W 179 W 157 W 72 W 112 W 116 W 76 W 103 W 98 W 81 W 157 W 148 W-9999 +USW00014922201409WT01 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 +USW00014922201409WT03-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201409WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201410TMAX 150 W 156 W 100 W 106 W 94 W 172 W 156 W 150 W 122 W 117 W 139 W 161 W 139 W 183 W 189 W 222 W 144 W 122 W 206 W 178 W 144 W 156 W 200 W 194 W 172 W 178 W 194 W 94 W 61 W 94 W 44 W +USW00014922201410TMIN 100 W 83 W 22 W 28 W 17 W 22 W 72 W 39 W 11 W 11 W -5 W 56 W 100 W 83 W 33 W 50 W 94 W 39 W 44 W 56 W 33 W 39 W 89 W 78 W 67 W 22 W 61 W 44 W 22 W -5 W -32 W +USW00014922201410PRCP 175 W 198 W 23 W 8 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 5 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 36 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W +USW00014922201410SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201410SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201410AWND 38 W 22 W 88 W 70 W 36 W 41 W 48 W 47 W 24 W 17 W 23 W 59 W 38 W 60 W 22 W 39 W 72 W 26 W 43 W 32 W 42 W 58 W 26 W 30 W 51 W 36 W 34 W 72 W 36 W 43 W 43 W +USW00014922201410TAVG 111H S 139H S 84H S 60H S 49H S 73H S 116H S 98H S 68H S 64H S 66H S 99H S 119H S 123H S 112H S 124H S 130H S 91H S 102H S 133H S 88H S 90H S 138H S 125H S 146H S 97H S 129H S 76H S 43H S 52H S 9H S +USW00014922201410WDF2 130 W 310 W 300 W 310 W 270 W 270 W 290 W 300 W 320 W 310 W 170 W 150 W 360 W 350 W 340 W 280 W 320 W 350 W 210 W 310 W 120 W 140 W 170 W 270 W 290 W 120 W 290 W 270 W 300 W 350 W 350 W +USW00014922201410WDF5 130 W 320 W 290 W 310 W 250 W 240 W 270 W 300 W 320 W 320 W 150 W 140 W 350 W 340 W 320 W 280 W 360 W 330 W 210 W 350 W 130 W 140 W 160 W 270 W 270 W 140 W 290 W 270 W 300 W 320 W 350 W +USW00014922201410WSF2 81 W 81 W 134 W 116 W 81 W 89 W 130 W 94 W 63 W 63 W 58 W 112 W 94 W 112 W 67 W 89 W 112 W 89 W 94 W 76 W 81 W 107 W 67 W 58 W 103 W 89 W 107 W 125 W 107 W 134 W 103 W +USW00014922201410WSF5 107 W 107 W 174 W 165 W 107 W 116 W 174 W 130 W 98 W 81 W 76 W 134 W 125 W 143 W 94 W 121 W 148 W 116 W 121 W 107 W 103 W 139 W 85 W 72 W 130 W 103 W 130 W 152 W 130 W 170 W 130 W +USW00014922201410WT01 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201410WT02-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201410WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201411TMAX 56 W 133 W 128 W 117 W 72 W 67 W 89 W 61 W 39 W -5 W -32 W -49 W -43 W -55 W -55 W -55 W -93 W -77 W -49 W -77 W 11 W 39 W 106 W 0 W -43 W -32 W -121 W -43 W 33 W -43 W-9999 +USW00014922201411TMIN -49 W 6 W 50 W 28 W 11 W -10 W -16 W 11 W -5 W -43 W -77 W -93 W -82 W -132 W -143 W -138 W -143 W -132 W -88 W -138 W -160 W 11 W 0 W -93 W -121 W -121 W -199 W -143 W -60 W -155 W-9999 +USW00014922201411PRCP 0 W 0 W 0T W 0 W 10 W 0T W 3 W 0T W 0 W 71 W 10 W 0T W 0T W 0 W 41 W 3 W 0 W 0T W 5 W 0 W 0 W 0 W 8 W 3 W 0 W 43 W 5 W 20 W 0 W 0 W-9999 +USW00014922201411SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 66 W 20 W 0T W 0T W 0 W 33 W 8 W 0 W 0T W 13 W 0 W 0 W 0 W 0T W 13 W 0 W 56 W 8 W 23 W 0 W 0 W-9999 +USW00014922201411SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 30 W 80 W 80 W 80 W 80 W 80 W 100 W 100 W 100 W 100 W 100 W 100 W 80 W 0T W 0T W 0T W 0T W 50 W 80 W 80 W 50 W-9999 +USW00014922201411AWND 47 W 54 W 38 W 66 W 36 W 45 W 54 W 69 W 35 W 77 W 73 W 38 W 60 W 26 W 16 W 47 W 76 W 47 W 64 W 47 W 49 W 39 W 37 W 82 W 26 W 40 W 29 W 44 W 33 W 66 W-9999 +USW00014922201411TAVG -3H S 54H S 86H S 83H S 43H S 32H S 19H S 43H S 32H S -14H S -42H S -70H S -59H S -87H S -105H S -92H S -116H S -114H S -70H S -92H S -103H S 9H S 63H S -26H S -89H S -46H S -132H S -110H S -31H S -78H S-9999 +USW00014922201411WDF2 150 W 170 W 300 W 270 W 340 W 340 W 300 W 320 W 330 W 10 W 350 W 300 W 320 W 320 W 160 W 290 W 300 W 290 W 310 W 310 W 170 W 150 W 310 W 310 W 300 W 320 W 340 W 120 W 310 W 300 W-9999 +USW00014922201411WDF5 150 W 160 W 300 W 270 W 10 W 350 W 300 W 310 W 320 W 340 W 350 W 300 W 310 W 300 W 170 W 290 W 300 W 270 W 310 W 300 W 180 W 200 W 300 W 290 W 300 W 340 W 330 W 110 W 310 W 320 W-9999 +USW00014922201411WSF2 89 W 98 W 94 W 130 W 89 W 89 W 148 W 134 W 76 W 125 W 116 W 81 W 89 W 63 W 36 W 81 W 112 W 81 W 125 W 103 W 103 W 63 W 98 W 116 W 72 W 76 W 72 W 72 W 94 W 112 W-9999 +USW00014922201411WSF5 112 W 121 W 116 W 165 W 130 W 116 W 183 W 188 W 94 W 165 W 161 W 112 W 107 W 76 W 45 W 107 W 148 W 103 W 161 W 121 W 125 W 94 W 143 W 157 W 85 W 98 W 89 W 85 W 121 W 143 W-9999 +USW00014922201411WT01-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 +USW00014922201411WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201411WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201411WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201411WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 +USW00014922201411WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201412TMAX -143 W -55 W -49 W 0 W 0 W 0 W 17 W 17 W -49 W -16 W 0 W 28 W 106 W 100 W 106 W -10 W -66 W -55 W -10 W 0 W 39 W 33 W 22 W 22 W 17 W 0 W -21 W -43 W -121 W -155 W -105 W +USW00014922201412TMIN -193 W -166 W -116 W -99 W -38 W -82 W -55 W -60 W -93 W -60 W -27 W 0 W 6 W 61 W -10 W -82 W -127 W -116 W -66 W -16 W -5 W 17 W 11 W -5 W -10 W -21 W -116 W -138 W -193 W -216 W -216 W +USW00014922201412PRCP 0 W 0T W 0 W 0 W 0 W 0 W 3 W 0T W 0T W 0 W 0 W 0 W 3 W 3 W 48 W 10 W 0T W 5 W 0T W 0 W 48 W 30 W 0T W 0 W 0T W 13 W 56 W 0 W 0 W 0 W 0 W +USW00014922201412SNOW 0 W 0T W 0 W 0 W 0 W 0 W 3 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0T W 20 W 0T W 10 W 0T W 0 W 3 W 0 W 0T W 0 W 0T W 20 W 86 W 0 W 0 W 0 W 0 W +USW00014922201412SNWD 50 W 50 W 50 W 50 W 50 W 30 W 30 W 30 W 30 W 30 W 30 W 30 W 0T W 0 W 0 W 30 W 30 W 30 W 30 W 30 W 30 W 0 W 0 W 0 W 0 W 0 W 100 W 100 W 100 W 80 W 80 W +USW00014922201412AWND 39 W 43 W 37 W 42 W 24 W 26 W 58 W 56 W 26 W 38 W 27 W 36 W 30 W 32 W 41 W 64 W 28 W 12 W 33 W 40 W 46 W 56 W 60 W 43 W 31 W 48 W 48 W 22 W 39 W 41 W 54 W +USW00014922201412TAVG -158H S -114H S -78H S -64H S -11H S -34H S -23H S 0H S -66H S -48H S -24H S 6H S 44H S 79H S 84H S -34H S -92H S -88H S -50H S -12H S 4H S 27H S 17H S 17H S 1H S -1H S -37H S -99H S -133H S -182H S -177H S +USW00014922201412WDF2 310 W 160 W 270 W 150 W 160 W 130 W 160 W 300 W 320 W 120 W 230 W 220 W 210 W 160 W 330 W 320 W 290 W 150 W 150 W 170 W 150 W 130 W 350 W 230 W 210 W 360 W 320 W 20 W 10 W 260 W 260 W +USW00014922201412WDF5 310 W 160 W 270 W 150 W 10 W 30 W 150 W 300 W 320 W 110 W 220 W 230 W 220 W 150 W 330 W 320 W 360 W 280 W 140 W 160 W 160 W 150 W 360 W 230 W 200 W 20 W 330 W 20 W 10 W 270 W 260 W +USW00014922201412WSF2 94 W 89 W 81 W 76 W 54 W 58 W 103 W 98 W 63 W 72 W 45 W 63 W 72 W 58 W 112 W 116 W 63 W 36 W 58 W 72 W 72 W 72 W 81 W 67 W 67 W 76 W 89 W 67 W 63 W 67 W 107 W +USW00014922201412WSF5 116 W 112 W 103 W 112 W 72 W 67 W 134 W 125 W 76 W 81 W 58 W 81 W 94 W 72 W 143 W 143 W 81 W 58 W 72 W 85 W 103 W 103 W 134 W 94 W 81 W 121 W 112 W 94 W 98 W 85 W 143 W +USW00014922201412WT01-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 +USW00014922201412WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201412WT04-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201412WT08-9999 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W +USW00014922201501TMAX -10 W -21 W 6 W -110 W -171 W -132 W -182 W -88 W -143 W -71 W -99 W -149 W -93 W -43 W 17 W -10 W 33 W 39 W 28 W 0 W -10 W -10 W 39 W 56 W 17 W 72 W 22 W -5 W 11 W -27 W -21 W +USW00014922201501TMIN -116 W -143 W -110 W -216 W -238 W -205 W -227 W -210 W -199 W -199 W -160 W -205 W -232 W -93 W -71 W -27 W -32 W -38 W -55 W -21 W -32 W -77 W -16 W -16 W -66 W -55 W -10 W -21 W -93 W -116 W -71 W +USW00014922201501PRCP 0T W 0 W 0T W 0 W 15 W 0 W 0 W 38 W 0 W 0 W 0T W 0 W 5 W 3 W 0 W 0 W 0 W 0 W 3 W 13 W 3 W 0 W 0 W 0T W 8 W 0T W 0 W 0T W 0T W 0 W 0 W +USW00014922201501SNOW 0T W 0 W 3 W 0 W 13 W 0 W 0 W 76 W 0 W 0 W 3 W 0 W 10 W 5 W 0 W 0 W 0 W 0 W 3 W 20 W 3 W 0 W 0 W 0 W 3 W 0T W 0 W 0 W 0 W 0 W 0 W +USW00014922201501SNWD 80 W 80 W 80 W 80 W 80 W 80 W 80 W 80 W 130 W 100 W 100 W 100 W 100 W 100 W 100 W 100 W 80 W 80 W 50 W 50 W 50 W 50 W 50 W 50 W 30 W 30 W 0T W 0T W 0T W 0T W 0T W +USW00014922201501AWND 47 W 31 W 56 W 72 W 32 W 57 W 61 W 69 W 60 W 24 W 21 W 33 W 29 W 30 W 36 W 47 W 47 W 32 W 35 W 31 W 36 W 38 W 39 W 22 W 43 W 45 W 33 W 49 W 74 W 31 W 37 W +USW00014922201501TAVG -79H S -83H S -31H S -150H S -214H S -177H S -196H S -164H S -166H S -155H S -126H S -158H S -180H S -79H S -36H S -20H S -7H S 4H S -12H S -3H S -22H S -42H S -3H S 8H S -17H S -11H S 13H S -12H S -9H S -79H S -39H S +USW00014922201501WDF2 330 W 160 W 350 W 340 W 240 W 320 W 320 W 300 W 310 W 110 W 10 W 350 W 170 W 170 W 310 W 110 W 280 W 270 W 150 W 70 W 320 W 200 W 220 W 50 W 10 W 310 W 140 W 140 W 320 W 170 W 50 W +USW00014922201501WDF5 330 W 160 W 340 W 340 W 280 W 320 W 320 W 310 W 300 W 100 W 310 W 340 W 170 W 220 W 310 W 100 W 310 W 270 W 150 W 50 W 330 W 210 W 210 W 50 W 30 W 290 W 150 W 150 W 330 W 170 W 30 W +USW00014922201501WSF2 89 W 72 W 130 W 116 W 67 W 125 W 116 W 139 W 130 W 54 W 54 W 76 W 63 W 54 W 98 W 89 W 112 W 63 W 72 W 54 W 67 W 67 W 72 W 67 W 89 W 89 W 67 W 81 W 116 W 63 W 94 W +USW00014922201501WSF5 116 W 85 W 157 W 152 W 85 W 161 W 152 W 192 W 157 W 76 W 89 W 103 W 81 W 72 W 116 W 112 W 148 W 89 W 94 W 76 W 94 W 98 W 103 W 85 W 116 W 103 W 89 W 107 W 157 W 85 W 134 W +USW00014922201501WT01-9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 +USW00014922201501WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 +USW00014922201501WT08-9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 +USW00014922201501WT09-9999 -9999 1 W-9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201502TMAX -60 W -88 W -88 W -93 W -71 W -10 W 22 W 0 W 6 W -16 W -10 W -121 W -10 W -110 W -127 W -66 W -121 W -166 W -127 W -38 W -43 W -177 W -49 W 0 W -88 W -116 W -93 W -66 W-9999 -9999 -9999 +USW00014922201502TMIN -149 W -177 W -143 W -182 W -216 W -105 W -66 W -49 W -66 W -55 W -166 W -193 W -143 W -193 W -177 W -132 W -188 W -227 W -238 W -149 W -177 W -227 W -238 W -105 W -149 W -193 W -210 W -193 W-9999 -9999 -9999 +USW00014922201502PRCP 5 W 0 W 15 W 3 W 0 W 0 W 0 W 0 W 0 W 33 W 3 W 0 W 0T W 0 W 0T W 3 W 0T W 0 W 0 W 18 W 3 W 0 W 0 W 3 W 5 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00014922201502SNOW 13 W 0 W 38 W 10 W 0 W 0 W 0 W 0 W 0 W 20 W 3 W 0 W 0T W 0 W 0T W 10 W 0T W 0 W 0 W 20 W 3 W 0 W 0 W 3 W 5 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00014922201502SNWD 0T W 0T W 0T W 50 W 50 W 30 W 30 W 0T W 0T W 0T W 30 W 30 W 30 W 30 W 30 W 30 W 30 W 30 W 30 W 30 W 30 W 30 W 30 W 30 W 30 W 30 W 0T W 0T W-9999 -9999 -9999 +USW00014922201502AWND 68 W 31 W 11 W 51 W 40 W 30 W 34 W 47 W 26 W 47 W 86 W 33 W 53 W 69 W 41 W 42 W 65 W 65 W 26 W 31 W 57 W 56 W 51 W 77 W 43 W 45 W 30 W 43 W-9999 -9999 -9999 +USW00014922201502TAVG -76H S -138H S -119H S -106H S -153H S -75H S -34H S -12H S -39H S -43H S -58H S -159H S -94H S -139H S -166H S -113H S -134H S -190H S -193H S -118H S -66H S -183H S -187H S -32H S -105H S -148H S -155H S -131H S-9999 -9999 -9999 +USW00014922201502WDF2 20 W 220 W 320 W 300 W 220 W 130 W 120 W 10 W 90 W 140 W 320 W 340 W 310 W 320 W 130 W 300 W 320 W 320 W 150 W 170 W 320 W 320 W 220 W 310 W 350 W 310 W 210 W 160 W-9999 -9999 -9999 +USW00014922201502WDF5 40 W 210 W 350 W 300 W 220 W 110 W 120 W 20 W 60 W 120 W 320 W 340 W 300 W 350 W 140 W 310 W 310 W 310 W 330 W 180 W 320 W 320 W 210 W 310 W 30 W 320 W 230 W 170 W-9999 -9999 -9999 +USW00014922201502WSF2 103 W 63 W 45 W 107 W 112 W 54 W 76 W 72 W 45 W 103 W 139 W 107 W 103 W 139 W 67 W 89 W 112 W 103 W 58 W 81 W 98 W 94 W 103 W 161 W 72 W 72 W 58 W 94 W-9999 -9999 -9999 +USW00014922201502WSF5 130 W 89 W 81 W 148 W 143 W 72 W 89 W 107 W 85 W 139 W 165 W 139 W 139 W 188 W 85 W 116 W 143 W 125 W 72 W 107 W 121 W 116 W 152 W 206 W 98 W 98 W 76 W 112 W-9999 -9999 -9999 +USW00014922201502WT01-9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201502WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201502WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201502WT08 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201502WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201503TMAX -21 W -32 W -16 W -110 W -93 W 39 W 67 W 89 W 139 W 189 W 144 W 167 W 167 W 161 W 211 W 167 W 72 W 78 W 100 W 133 W 33 W 17 W 0 W 33 W 33 W 22 W 22 W 50 W 117 W 139 W 183 W +USW00014922201503TMIN -99 W -127 W -143 W -188 W -216 W -138 W -21 W -5 W 0 W 28 W -16 W 28 W 39 W 6 W 33 W 22 W -32 W -10 W 17 W 0 W -32 W -16 W -10 W -38 W -5 W -38 W -82 W -66 W 11 W 22 W 0 W +USW00014922201503PRCP 0T W 0 W 33 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0 W 51 W 8 W 30 W 0T W 0 W 0 W 0 W 48 W 0 W 0 W +USW00014922201503SNOW 0T W 0 W 48 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 79 W 13 W 30 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201503SNWD 0T W 0T W 0T W 50 W 50 W 50 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 100 W 50 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201503AWND 60 W 36 W 56 W 54 W 31 W 35 W 54 W 40 W 40 W 40 W 19 W 60 W 52 W 30 W 45 W 55 W 44 W 11 W 46 W 39 W 46 W 49 W 43 W 49 W 67 W 56 W 22 W 49 W 78 W 31 W 23 W +USW00014922201503TAVG -79H S -70H S -49H S -140H S -167H S -72H S 12H S 29H S 57H S 94H S 68H S 85H S 124H S 78H S 114H S 134H S 29H S 31H S 51H S 62H S 23H S 3H S -9H S -8H S 12H S 3H S -27H S -11H S 47H S 72H S 91H S +USW00014922201503WDF2 300 W 150 W 310 W 290 W 200 W 270 W 310 W 280 W 230 W 310 W 160 W 160 W 290 W 300 W 220 W 10 W 360 W 140 W 160 W 340 W 350 W 70 W 100 W 140 W 270 W 320 W 220 W 160 W 300 W 20 W 290 W +USW00014922201503WDF5 260 W 140 W 300 W 300 W 180 W 310 W 300 W 320 W 240 W 290 W 150 W 150 W 320 W 330 W 220 W 10 W 350 W 140 W 170 W 20 W 350 W 60 W 110 W 140 W 270 W 320 W 20 W 160 W 310 W 10 W 280 W +USW00014922201503WSF2 98 W 67 W 125 W 103 W 58 W 72 W 125 W 81 W 94 W 103 W 58 W 103 W 94 W 72 W 107 W 125 W 94 W 54 W 89 W 103 W 103 W 81 W 72 W 94 W 143 W 94 W 54 W 98 W 165 W 81 W 58 W +USW00014922201503WSF5 134 W 85 W 161 W 139 W 81 W 85 W 157 W 112 W 121 W 125 W 76 W 125 W 116 W 103 W 148 W 157 W 125 W 63 W 112 W 134 W 134 W 107 W 89 W 121 W 188 W 116 W 72 W 121 W 215 W 107 W 103 W +USW00014922201503WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W +USW00014922201503WT08 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201504TMAX 289 W 183 W 61 W 111 W 117 W 61 W 61 W 89 W 50 W 133 W 200 W 239 W 178 W 222 W 211 W 228 W 239 W 228 W 156 W 72 W 50 W 94 W 128 W 111 W 167 W 178 W 206 W 183 W 200 W 200 W-9999 +USW00014922201504TMIN 61 W 11 W -27 W 0 W 22 W 33 W 28 W 28 W 6 W 0 W 33 W 106 W 78 W 33 W 72 W 111 W 100 W 83 W 72 W 22 W 11 W 0 W -16 W 56 W 61 W 22 W 39 W 67 W 67 W 83 W-9999 +USW00014922201504PRCP 66 W 0 W 0 W 0 W 0 W 46 W 3 W 0T W 160 W 20 W 0 W 165 W 3 W 0 W 0 W 0T W 0 W 18 W 36 W 5 W 8 W 0 W 0 W 86 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201504SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 3 W 5 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201504SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201504AWND 64 W 79 W 57 W 32 W 57 W 66 W 65 W 45 W 45 W 39 W 50 W 76 W 60 W 29 W 50 W 33 W 24 W 55 W 55 W 86 W 89 W 70 W 28 W 62 W 56 W 28 W 17 W 36 W 43 W 34 W-9999 +USW00014922201504TAVG 152H S 146H S 30H S 49H S 72H S 52H S 42H S 49H S 42H S 49H S 107H S 167H S 133H S 132H S 147H S 161H S 176H S 164H S 125H S 56H S 31H S 39H S 54H S 79H S 95H S 101H S 128H S 138H S 140H S 142H S-9999 +USW00014922201504WDF2 180 W 250 W 320 W 230 W 60 W 50 W 80 W 70 W 360 W 270 W 170 W 170 W 280 W 170 W 160 W 140 W 280 W 100 W 320 W 320 W 310 W 310 W 290 W 120 W 80 W 60 W 340 W 310 W 360 W 100 W-9999 +USW00014922201504WDF5 180 W 290 W 320 W 240 W 60 W 80 W 80 W 80 W 350 W 270 W 170 W 170 W 270 W 180 W 180 W 250 W 20 W 110 W 310 W 330 W 290 W 320 W 290 W 120 W 50 W 20 W 330 W 10 W 10 W 50 W-9999 +USW00014922201504WSF2 139 W 157 W 103 W 72 W 94 W 103 W 107 W 76 W 98 W 107 W 103 W 139 W 125 W 67 W 112 W 67 W 54 W 94 W 116 W 134 W 130 W 125 W 72 W 103 W 98 W 63 W 67 W 81 W 89 W 63 W-9999 +USW00014922201504WSF5 201 W 206 W 130 W 103 W 125 W 143 W 130 W 107 W 121 W 125 W 125 W 183 W 170 W 98 W 152 W 81 W 107 W 121 W 152 W 174 W 174 W 170 W 94 W 130 W 121 W 103 W 85 W 112 W 130 W 89 W-9999 +USW00014922201504WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201504WT03 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201504WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201504WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201505TMAX 189 W 267 W 283 W 222 W 211 W 250 W 244 W 167 W 206 W 156 W 128 W 144 W 194 W 139 W 194 W 244 W 233 W 89 W 139 W 167 W 233 W 239 W 228 W 178 W 228 W 172 W 289 W 289 W 222 W 178 W 172 W +USW00014922201505TMIN 94 W 111 W 133 W 100 W 106 W 133 W 167 W 94 W 67 W 89 W 67 W 39 W 61 W 106 W 117 W 144 W 89 W 44 W 28 W 50 W 72 W 78 W 106 W 144 W 139 W 139 W 128 W 167 W 122 W 83 W 67 W +USW00014922201505PRCP 3 W 0 W 13 W 0 W 5 W 0T W 89 W 5 W 0 W 183 W 18 W 5 W 0 W 86 W 0 W 15 W 20 W 0T W 0T W 0 W 0 W 0 W 0T W 132 W 41 W 150 W 0T W 0 W 137 W 0 W 0 W +USW00014922201505SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201505SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201505AWND 35 W 37 W 33 W 39 W 57 W 62 W 48 W 38 W 39 W 63 W 57 W 58 W 64 W 52 W 25 W 56 W 82 W 81 W 32 W 22 W 42 W 16 W 27 W 42 W 45 W 28 W 26 W 44 W 48 W 57 W 41 W +USW00014922201505TAVG 140H S 178H S 204H S 164H S 164H S 161H S 200H S 140H S 128H S 129H S 114H S 79H S 116H S 129H S 138H S 182H S 211H S 89H S 70H S 109H S 145H S 169H S 180H S 168H S 163H S 161H S 185H S 235H S 211H S 128H S 120H S +USW00014922201505WDF2 170 W 170 W 340 W 50 W 100 W 140 W 160 W 330 W 20 W 80 W 290 W 320 W 120 W 110 W 80 W 130 W 220 W 240 W 360 W 290 W 320 W 140 W 40 W 110 W 230 W 360 W 260 W 170 W 350 W 10 W 110 W +USW00014922201505WDF5 170 W 190 W 340 W 40 W 130 W 130 W 200 W 20 W 20 W 100 W 290 W 330 W 120 W 100 W 10 W 150 W 220 W 250 W 320 W 360 W 320 W 130 W 10 W 110 W 230 W 20 W 240 W 170 W 350 W 30 W 60 W +USW00014922201505WSF2 81 W 76 W 165 W 81 W 103 W 125 W 103 W 72 W 89 W 107 W 89 W 112 W 98 W 94 W 45 W 112 W 170 W 125 W 81 W 67 W 94 W 54 W 67 W 89 W 89 W 54 W 67 W 107 W 98 W 107 W 67 W +USW00014922201505WSF5 107 W 107 W 210 W 112 W 125 W 161 W 139 W 98 W 112 W 130 W 116 W 139 W 134 W 121 W 85 W 134 W 224 W 170 W 121 W 89 W 125 W 72 W 98 W 98 W 116 W 89 W 89 W 134 W 130 W 152 W 94 W +USW00014922201505WT01-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 +USW00014922201505WT03-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201505WT08-9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201506TMAX 206 W 244 W 194 W 239 W 239 W 261 W 283 W 272 W 333 W 261 W 194 W 261 W 217 W 294 W 256 W 222 W 261 W 261 W 261 W 278 W 300 W 278 W 261 W 256 W 278 W 272 W 283 W 278 W 283 W 250 W-9999 +USW00014922201506TMIN 111 W 122 W 167 W 167 W 161 W 150 W 189 W 161 W 172 W 167 W 144 W 117 W 156 W 167 W 178 W 128 W 156 W 161 W 150 W 172 W 167 W 178 W 156 W 167 W 172 W 172 W 156 W 178 W 183 W 167 W-9999 +USW00014922201506PRCP 0 W 0 W 191 W 0 W 0 W 175 W 15 W 0 W 0 W 0T W 76 W 0 W 18 W 0 W 0 W 0T W 221 W 0 W 0 W 109 W 0 W 241 W 0 W 0 W 0 W 15 W 5 W 23 W 28 W 0 W-9999 +USW00014922201506SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201506SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201506AWND 43 W 55 W 39 W 25 W 39 W 60 W 45 W 33 W 25 W 37 W 45 W 45 W 32 W 23 W 49 W 34 W 36 W 36 W 44 W 44 W 26 W 56 W 33 W 24 W 25 W 26 W 23 W 28 W 26 W 32 W-9999 +USW00014922201506TAVG 148H S 179H S 191H S 184H S 196H S 201H S 233H S 217H S 247H S 241H S 182H S 181H S 191H S 217H S 236H S 187H S 192H S 203H S 207H S 231H S 240H S 241H S 212H S 223H S 229H S 222H S 217H S 219H S 224H S 204H S-9999 +USW00014922201506WDF2 140 W 160 W 170 W 300 W 90 W 170 W 300 W 320 W 240 W 320 W 50 W 70 W 110 W 250 W 330 W 20 W 320 W 330 W 150 W 150 W 270 W 90 W 230 W 160 W 360 W 50 W 220 W 40 W 90 W 40 W-9999 +USW00014922201506WDF5 130 W 150 W 160 W 340 W 80 W 160 W 340 W 320 W 240 W 320 W 90 W 50 W 100 W 350 W 20 W 10 W 360 W 10 W 140 W 270 W 270 W 100 W 310 W 160 W 30 W 50 W 250 W 40 W 60 W 360 W-9999 +USW00014922201506WSF2 81 W 98 W 76 W 58 W 63 W 112 W 89 W 89 W 94 W 94 W 81 W 89 W 58 W 58 W 89 W 81 W 72 W 67 W 72 W 94 W 67 W 143 W 67 W 63 W 67 W 81 W 67 W 112 W 107 W 58 W-9999 +USW00014922201506WSF5 98 W 134 W 94 W 67 W 94 W 148 W 107 W 112 W 121 W 121 W 107 W 112 W 76 W 81 W 125 W 125 W 98 W 134 W 98 W 112 W 85 W 170 W 85 W 94 W 116 W 112 W 85 W 134 W 143 W 107 W-9999 +USW00014922201506WT01-9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W-9999 +USW00014922201506WT03-9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 +USW00014922201506WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 +USW00014922201507TMAX 228 W 250 W 267 W 294 W 311 W 244 W 222 W 228 W 272 W 294 W 278 W 317 W 306 W 289 W 272 W 222 W 322 W 311 W 289 W 272 W 272 W 278 W 289 W 311 W 300 W 306 W 300 W 289 W 278 W 294 W 278 W +USW00014922201507TMIN 150 W 133 W 156 W 183 W 189 W 144 W 122 W 139 W 156 W 183 W 194 W 183 W 189 W 194 W 172 W 189 W 183 W 200 W 178 W 178 W 161 W 189 W 194 W 200 W 206 W 222 W 217 W 211 W 189 W 172 W 183 W +USW00014922201507PRCP 0 W 0 W 0 W 0 W 10 W 719 W 0 W 0 W 0 W 0 W 0 W 480 W 0T W 0 W 3 W 41 W 157 W 64 W 0 W 0 W 0 W 0 W 0 W 58 W 0 W 0T W 0 W 328 W 0 W 0 W 0 W +USW00014922201507SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201507SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201507AWND 26 W 16 W 26 W 25 W 55 W 52 W 38 W 23 W 24 W 30 W 45 W 49 W 41 W 43 W 34 W 36 W 22 W 55 W 45 W 51 W 35 W 28 W 38 W 49 W 26 W 37 W 46 W 55 W 72 W 49 W 56 W +USW00014922201507TAVG 182H S 195H S 214H S 238H S 250H S 230H S 171H S 186H S 209H S 241H S 242H S 249H S 247H S 248H S 220H S 216H S 233H S 261H S 234H S 244H S 216H S 234H S 244H S 251H S 258H S 261H S 259H S 253H S 239H S 241H S 242H S +USW00014922201507WDF2 80 W 140 W 230 W 200 W 170 W 350 W 40 W 170 W 230 W 220 W 160 W 360 W 270 W 80 W 120 W 130 W 250 W 310 W 250 W 300 W 270 W 250 W 170 W 120 W 200 W 110 W 120 W 280 W 270 W 270 W 320 W +USW00014922201507WDF5 90 W 160 W 220 W 180 W 180 W 10 W 20 W 170 W 240 W 190 W 150 W 330 W 270 W 20 W 170 W 130 W 260 W 310 W 240 W 300 W 260 W 260 W 140 W 130 W 200 W 110 W 150 W 150 W 290 W 270 W 300 W +USW00014922201507WSF2 54 W 54 W 58 W 58 W 103 W 112 W 76 W 67 W 58 W 72 W 76 W 148 W 98 W 76 W 63 W 81 W 165 W 201 W 94 W 112 W 67 W 58 W 76 W 94 W 54 W 76 W 81 W 94 W 139 W 103 W 125 W +USW00014922201507WSF5 72 W 67 W 76 W 81 W 130 W 143 W 130 W 107 W 72 W 94 W 98 W 192 W 130 W 134 W 76 W 103 W 206 W 268 W 157 W 134 W 94 W 85 W 94 W 112 W 72 W 89 W 98 W 130 W 188 W 130 W 152 W +USW00014922201507WT01-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201507WT03-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201507WT08-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 +USW00014922201508TMAX 300 W 289 W 267 W 278 W 278 W 233 W 289 W 267 W 278 W 278 W 278 W 294 W 294 W 344 W 328 W 278 W 233 W 194 W 183 W 233 W 272 W 278 W 211 W 194 W 233 W 239 W 244 W 244 W 233 W 272 W 300 W +USW00014922201508TMIN 189 W 189 W 156 W 144 W 161 W 178 W 206 W 194 W 206 W 189 W 167 W 178 W 217 W 217 W 228 W 206 W 172 W 172 W 133 W 117 W 150 W 172 W 139 W 122 W 117 W 106 W 150 W 150 W 133 W 167 W 172 W +USW00014922201508PRCP 0T W 0 W 0 W 0 W 0 W 61 W 109 W 3 W 15 W 0 W 0 W 0 W 13 W 0 W 0 W 130 W 20 W 234 W 25 W 0 W 0 W 150 W 0T W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W +USW00014922201508SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201508SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201508AWND 28 W 61 W 43 W 31 W 24 W 42 W 42 W 38 W 22 W 38 W 26 W 31 W 41 W 26 W 38 W 41 W 34 W 43 W 47 W 50 W 46 W 79 W 79 W 68 W 47 W 16 W 38 W 36 W 22 W 39 W 42 W +USW00014922201508TAVG 246H S 261H S 218H S 217H S 227H S 211H S 233H S 225H S 233H S 229H S 227H S 235H S 256H S 269H S 282H S 258H S 207H S 179H S 169H S 166H S 202H S 232H S 179H S 162H S 176H S 175H S 194H S 205H S 172H S 207H S 230H S +USW00014922201508WDF2 230 W 310 W 270 W 270 W 160 W 170 W 170 W 120 W 310 W 320 W 20 W 210 W 170 W 260 W 170 W 190 W 40 W 70 W 300 W 280 W 190 W 160 W 260 W 300 W 300 W 150 W 170 W 160 W 110 W 170 W 190 W +USW00014922201508WDF5 230 W 290 W 270 W 270 W 160 W 180 W 340 W 130 W 10 W 310 W 20 W 210 W 220 W 270 W 160 W 190 W 360 W 90 W 300 W 270 W 180 W 160 W 270 W 300 W 300 W 200 W 180 W 170 W 150 W 170 W 190 W +USW00014922201508WSF2 81 W 116 W 94 W 67 W 58 W 94 W 76 W 67 W 81 W 89 W 63 W 81 W 81 W 63 W 76 W 63 W 54 W 76 W 112 W 98 W 89 W 157 W 121 W 125 W 81 W 40 W 76 W 89 W 45 W 67 W 89 W +USW00014922201508WSF5 112 W 143 W 121 W 103 W 67 W 125 W 121 W 85 W 103 W 112 W 98 W 112 W 107 W 85 W 103 W 98 W 98 W 98 W 134 W 125 W 125 W 210 W 170 W 165 W 139 W 54 W 94 W 121 W 63 W 85 W 125 W +USW00014922201508WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W +USW00014922201508WT03-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201508WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00014922201509TMAX 300 W 256 W 289 W 317 W 317 W 283 W 278 W 256 W 217 W 217 W 178 W 206 W 239 W 283 W 306 W 289 W 256 W 161 W 206 W 222 W 272 W 233 W 244 W 194 W 256 W 256 W 278 W 250 W 172 W 172 W-9999 +USW00014922201509TMIN 206 W 206 W 194 W 217 W 239 W 211 W 194 W 156 W 133 W 122 W 89 W 83 W 111 W 144 W 189 W 183 W 156 W 117 W 89 W 100 W 128 W 178 W 167 W 178 W 161 W 144 W 150 W 161 W 89 W 61 W-9999 +USW00014922201509PRCP 0 W 58 W 0 W 0 W 3 W 185 W 0T W 33 W 71 W 5 W 0 W 0 W 0 W 3 W 0T W 20 W 602 W 94 W 0 W 28 W 0 W 0T W 15 W 64 W 0 W 0 W 0 W 0T W 0 W 0 W-9999 +USW00014922201509SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201509SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201509AWND 25 W 38 W 46 W 50 W 49 W 44 W 33 W 42 W 21 W 38 W 33 W 17 W 44 W 50 W 74 W 64 W 45 W 29 W 29 W 37 W 53 W 28 W 27 W 29 W 22 W 32 W 48 W 35 W 34 W 33 W-9999 +USW00014922201509TAVG 258H S 244H S 232H S 255H S 273H S 269H S 237H S 222H S 175H S 179H S 139H S 141H S 166H S 205H S 242H S 238H S 238H S 153H S 141H S 158H S 183H S 205H S 199H S 189H S 201H S 194H S 211H S 220H S 149H S 114H S-9999 +USW00014922201509WDF2 140 W 230 W 100 W 120 W 190 W 160 W 30 W 290 W 310 W 320 W 360 W 270 W 170 W 170 W 160 W 170 W 300 W 20 W 240 W 160 W 170 W 350 W 220 W 110 W 70 W 170 W 170 W 10 W 20 W 100 W-9999 +USW00014922201509WDF5 140 W 230 W 100 W 130 W 200 W 150 W 30 W 290 W 310 W 310 W 10 W 280 W 170 W 170 W 160 W 170 W 310 W 360 W 230 W 150 W 150 W 20 W 230 W 120 W 60 W 170 W 200 W 10 W 20 W 90 W-9999 +USW00014922201509WSF2 54 W 94 W 72 W 81 W 98 W 94 W 67 W 89 W 125 W 89 W 81 W 58 W 81 W 81 W 134 W 116 W 94 W 76 W 63 W 98 W 103 W 67 W 67 W 54 W 58 W 72 W 89 W 72 W 89 W 67 W-9999 +USW00014922201509WSF5 67 W 125 W 85 W 107 W 143 W 143 W 103 W 107 W 161 W 116 W 121 W 67 W 112 W 107 W 170 W 148 W 125 W 103 W 85 W 121 W 125 W 112 W 94 W 63 W 89 W 89 W 112 W 121 W 107 W 89 W-9999 +USW00014922201509WT01 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201509WT03-9999 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201509WT08 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 +USW00014922201510TMAX 172 W 167 W 156 W 144 W 167 W 206 W 172 W 189 W 133 W 233 W 294 W 189 W 156 W 200 W 161 W 89 W 133 W 172 W 244 W 206 W 172 W 172 W 122 W 139 W 133 W 150 W 128 W 83 W 94 W 117 W 106 W +USW00014922201510TMIN 72 W 50 W 56 W 56 W 72 W 111 W 61 W 111 W 61 W 56 W 144 W 78 W 61 W 39 W 56 W 6 W -5 W 17 W 106 W 100 W 67 W 44 W 94 W 56 W 33 W 89 W 83 W 11 W 17 W 44 W 67 W +USW00014922201510PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0T W 84 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0T W 0 W 239 W 61 W 3 W 3 W 89 W 97 W 3 W 3 W 84 W +USW00014922201510SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W +USW00014922201510SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201510AWND 36 W 47 W 54 W 27 W 25 W 21 W 21 W 55 W 22 W 51 W 43 W 84 W 45 W 34 W 63 W 47 W 16 W 48 W 32 W 32 W 40 W 17 W 54 W 55 W 18 W 38 W 47 W 60 W 54 W 43 W 47 W +USW00014922201510TAVG 119H S 108H S 108H S 99H S 111H S 149H S 124H S 147H S 108H S 129H S 208H S 163H S 94H S 112H S 121H S 54H S 50H S 82H S 161H S 151H S 151H S 98H S 109H S 112H S 82H S 111H S 112H S 68H S 48H S 74H S 85H S +USW00014922201510WDF2 80 W 70 W 70 W 140 W 150 W 340 W 140 W 300 W 350 W 210 W 290 W 270 W 320 W 300 W 310 W 310 W 260 W 160 W 210 W 70 W 290 W 110 W 100 W 320 W 120 W 160 W 100 W 290 W 300 W 180 W 270 W +USW00014922201510WDF5 80 W 100 W 60 W 110 W 180 W 350 W 130 W 300 W 340 W 210 W 290 W 270 W 330 W 300 W 310 W 300 W 290 W 160 W 210 W 40 W 290 W 50 W 120 W 320 W 190 W 170 W 100 W 300 W 310 W 170 W 270 W +USW00014922201510WSF2 81 W 81 W 94 W 54 W 36 W 63 W 63 W 103 W 63 W 103 W 130 W 157 W 94 W 107 W 134 W 116 W 72 W 112 W 76 W 63 W 94 W 45 W 94 W 112 W 54 W 76 W 89 W 139 W 107 W 89 W 94 W +USW00014922201510WSF5 103 W 107 W 112 W 67 W 49 W 85 W 85 W 121 W 81 W 134 W 192 W 201 W 121 W 130 W 170 W 139 W 98 W 143 W 103 W 89 W 121 W 76 W 116 W 152 W 63 W 98 W 103 W 179 W 134 W 116 W 121 W +USW00014922201510WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W +USW00014922201510WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201510WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201511TMAX 133 W 211 W 217 W 167 W 183 W 83 W 100 W 150 W 167 W 161 W 117 W 72 W 72 W 139 W 167 W 117 W 128 W 150 W 28 W -5 W -21 W 11 W 78 W 78 W 106 W 44 W -27 W -10 W 11 W 17 W-9999 +USW00014922201511TMIN 44 W 72 W 72 W 111 W 56 W 39 W 6 W 61 W 67 W 33 W 56 W 28 W -5 W 0 W 33 W 83 W 94 W 28 W -10 W -38 W -93 W -82 W -38 W -21 W 6 W -43 W -77 W -99 W -71 W -21 W-9999 +USW00014922201511PRCP 0 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 0 W 0 W 439 W 94 W 0 W 0 W 0 W 43 W 307 W 127 W 0T W 0 W 0T W 0 W 0 W 0 W 0 W 30 W 0 W 0 W 0 W 104 W-9999 +USW00014922201511SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0T W 0 W 0 W 0 W 0 W 33 W 0 W 0 W 0 W 97 W-9999 +USW00014922201511SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 30 W 30 W 30 W 80 W-9999 +USW00014922201511AWND 31 W 17 W 41 W 52 W 69 W 50 W 40 W 55 W 46 W 38 W 46 W 96 W 49 W 26 W 38 W 62 W 57 W 76 W 95 W 41 W 34 W 33 W 29 W 45 W 38 W 60 W 32 W 17 W 18 W 41 W-9999 +USW00014922201511TAVG 91H S 127H S 136H S 146H S 159H S 66H S 52H S 88H S 108H S 93H S 92H S 61H S 33H S 48H S 97H S 103H S 98H S 116H S 15H S -16H S -50H S -43H S 3H S 19H S 53H S 19H S -47H S -59H S -37H S -4H S-9999 +USW00014922201511WDF2 260 W 130 W 140 W 170 W 260 W 260 W 270 W 210 W 190 W 160 W 340 W 310 W 310 W 180 W 170 W 150 W 120 W 270 W 260 W 270 W 300 W 170 W 310 W 130 W 210 W 340 W 340 W 230 W 130 W 80 W-9999 +USW00014922201511WDF5 270 W 140 W 140 W 170 W 270 W 290 W 270 W 200 W 200 W 160 W 350 W 300 W 300 W 130 W 170 W 140 W 120 W 250 W 300 W 270 W 270 W 150 W 300 W 130 W 210 W 350 W 330 W 230 W 50 W 40 W-9999 +USW00014922201511WSF2 94 W 58 W 94 W 89 W 112 W 89 W 76 W 98 W 67 W 94 W 116 W 139 W 103 W 58 W 89 W 94 W 107 W 130 W 148 W 116 W 67 W 67 W 67 W 94 W 72 W 89 W 76 W 45 W 36 W 72 W-9999 +USW00014922201511WSF5 116 W 67 W 125 W 116 W 143 W 112 W 98 W 134 W 98 W 116 W 152 W 188 W 139 W 81 W 107 W 125 W 143 W 165 W 215 W 148 W 85 W 89 W 85 W 107 W 94 W 107 W 103 W 63 W 58 W 98 W-9999 +USW00014922201511WT01-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 +USW00014922201511WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922201511WT03-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201511WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922201511WT08-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 +USW00014922201512TMAX 11 W 22 W 17 W 83 W 67 W 44 W 78 W 56 W 83 W 83 W 39 W 50 W 44 W 39 W 17 W 50 W -16 W -55 W -21 W 50 W 6 W 17 W 22 W -27 W -10 W 0 W -21 W -49 W -27 W -38 W -66 W +USW00014922201512TMIN -32 W -21 W -55 W -55 W 33 W 0 W -5 W -16 W -10 W 28 W 22 W 17 W 33 W 0 W -5 W -43 W -82 W -127 W -132 W -27 W -10 W -10 W -27 W -49 W -38 W -21 W -110 W -110 W -66 W -88 W -138 W +USW00014922201512PRCP 23 W 0T W 0 W 0 W 0 W 0 W 0 W 20 W 0 W 41 W 0 W 0T W 30 W 160 W 3 W 94 W 0T W 0T W 0 W 0 W 5 W 0T W 97 W 0 W 0 W 23 W 0 W 53 W 38 W 0T W 3 W +USW00014922201512SNOW 3 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 18 W 0T W 0T W 0 W 0 W 8 W 0T W 13 W 0 W 0 W 58 W 0 W 86 W 53 W 0T W 3 W +USW00014922201512SNWD 100 W 80 W 50 W 50 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 30 W 0 W 0T W 0 W 0 W 0 W 0T W 0 W 30 W 0T W 50 W 50 W 50 W 100 W 130 W 130 W +USW00014922201512AWND 30 W 25 W 28 W 34 W 49 W 17 W 47 W 21 W 29 W 48 W 41 W 24 W 47 W 79 W 48 W 64 W 68 W 58 W 36 W 31 W 35 W 56 W 51 W 47 W 34 W 46 W 39 W 55 W 39 W 26 W 39 W +USW00014922201512TAVG 3H S -9H S -16H S -2H S 43H S 41H S 17H S 26H S 28H S 67H S 37H S 31H S 41H S 28H S 5H S 17H S -33H S -74H S -102H S -4H S 2H S -6H S 14H S -31H S -28H S -16H S -49H S -87H S -51H S -54H S -91H S +USW00014922201512WDF2 100 W 300 W 230 W 170 W 170 W 180 W 130 W 160 W 160 W 300 W 90 W 50 W 360 W 360 W 100 W 260 W 270 W 300 W 150 W 360 W 360 W 120 W 260 W 260 W 140 W 340 W 320 W 30 W 10 W 230 W 280 W +USW00014922201512WDF5 90 W 320 W 220 W 190 W 180 W 180 W 140 W 90 W 170 W 290 W 320 W 30 W 360 W 360 W 110 W 260 W 260 W 270 W 150 W 20 W 340 W 130 W 260 W 270 W 160 W 40 W 360 W 20 W 20 W 220 W 270 W +USW00014922201512WSF2 58 W 54 W 54 W 67 W 81 W 36 W 107 W 45 W 58 W 112 W 67 W 45 W 94 W 134 W 94 W 125 W 116 W 103 W 67 W 63 W 67 W 107 W 116 W 112 W 63 W 72 W 72 W 98 W 72 W 58 W 72 W +USW00014922201512WSF5 76 W 67 W 63 W 89 W 103 W 54 W 143 W 63 W 72 W 157 W 94 W 94 W 121 W 174 W 121 W 157 W 148 W 130 W 98 W 98 W 98 W 139 W 148 W 143 W 76 W 112 W 98 W 125 W 98 W 72 W 94 W +USW00014922201512WT01 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W +USW00014922201512WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201512WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201512WT08-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W +USW00014922201601TMAX -10 W -5 W -16 W -32 W 0 W 6 W 11 W 11 W -55 W -182 W -143 W -160 W -49 W -32 W -49 W -105 W -193 W -166 W -138 W -55 W -43 W -38 W -49 W -10 W -10 W -21 W 44 W 28 W 11 W 61 W 50 W +USW00014922201601TMIN -93 W -99 W -66 W -121 W -66 W -49 W -5 W -55 W -210 W -232 W -227 W -216 W -216 W -88 W -110 W -227 W -255 W -249 W -216 W -138 W -66 W -82 W -77 W -49 W -27 W -66 W -93 W -71 W -77 W -10 W -27 W +USW00014922201601PRCP 0T W 0 W 0 W 0 W 0 W 13 W 10 W 20 W 0T W 0 W 5 W 0T W 3 W 0 W 0T W 0T W 0 W 0 W 0T W 5 W 0T W 0T W 0 W 3 W 13 W 3 W 0T W 0 W 3 W 3 W 0 W +USW00014922201601SNOW 0T W 0 W 0 W 0 W 0 W 10 W 10 W 30 W 0T W 0 W 13 W 0T W 3 W 0 W 0T W 0T W 0 W 0 W 0T W 15 W 0T W 0T W 0 W 3 W 15 W 5 W 0T W 0 W 0 W 0 W 0 W +USW00014922201601SNWD 100 W 100 W 100 W 100 W 100 W 100 W 100 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 150 W 130 W 80 W 80 W 50 W 30 W +USW00014922201601AWND 46 W 45 W 47 W 34 W 53 W 32 W 26 W 45 W 69 W 37 W 26 W 49 W 18 W 44 W 62 W 67 W 47 W 32 W 21 W 28 W 20 W 27 W 52 W 26 W 29 W 54 W 49 W 54 W 47 W 21 W 28 W +USW00014922201601TAVG -63H S -58H S -29H S -72H S -46H S -28H S -3H S 4H S -103H S -206H S -196H S -178H S -155H S -67H S -53H S -146H S -224H S -216H S -183H S -111H S -58H S -63H S -66H S -36H S -21H S -32H S -42H S 16H S -43H S 14H S 23H S +USW00014922201601WDF2 290 W 300 W 340 W 170 W 190 W 130 W 140 W 300 W 320 W 310 W 310 W 320 W 220 W 100 W 310 W 310 W 310 W 300 W 140 W 160 W 330 W 20 W 170 W 100 W 300 W 310 W 230 W 320 W 160 W 210 W 320 W +USW00014922201601WDF5 260 W 290 W 330 W 180 W 190 W 140 W 90 W 290 W 330 W 310 W 300 W 310 W 220 W 10 W 320 W 300 W 310 W 270 W 170 W 160 W 10 W 20 W 220 W 130 W 310 W 310 W 240 W 320 W 160 W 210 W 350 W +USW00014922201601WSF2 89 W 89 W 94 W 81 W 89 W 58 W 40 W 89 W 98 W 76 W 72 W 103 W 54 W 72 W 94 W 103 W 76 W 63 W 45 W 54 W 54 W 45 W 76 W 54 W 81 W 107 W 98 W 116 W 103 W 54 W 63 W +USW00014922201601WSF5 112 W 107 W 112 W 107 W 130 W 63 W 63 W 103 W 121 W 94 W 85 W 139 W 63 W 94 W 116 W 130 W 94 W 89 W 54 W 58 W 85 W 89 W 112 W 58 W 112 W 134 W 134 W 148 W 134 W 67 W 85 W +USW00014922201601WT01-9999 -9999 -9999 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 +USW00014922201601WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201601WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 +USW00014922201601WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201602TMAX 22 W -10 W -43 W -27 W -16 W 22 W 44 W -82 W -82 W -105 W -82 W -93 W -121 W -71 W 0 W 17 W -16 W 50 W 72 W 61 W 28 W 17 W 44 W 33 W 17 W 56 W 144 W 61 W 39 W-9999 -9999 +USW00014922201602TMIN -55 W -43 W -116 W -132 W -143 W -38 W -88 W -116 W -149 W -160 W -166 W -177 W -210 W -138 W -77 W -60 W -99 W -38 W 17 W -10 W -32 W -27 W 6 W -10 W -32 W -43 W 11 W -21 W -71 W-9999 -9999 +USW00014922201602PRCP 0 W 130 W 10 W 8 W 0T W 0T W 5 W 0T W 0T W 0 W 3 W 0 W 0 W 10 W 0 W 0T W 0 W 0 W 94 W 0 W 0T W 0 W 10 W 0T W 0 W 0 W 0 W 8 W 0 W-9999 -9999 +USW00014922201602SNOW 0 W 224 W 15 W 8 W 0T W 0 W 10 W 0T W 0T W 0 W 23 W 0 W 0 W 18 W 0 W 0T W 0 W 0 W 0 W 0 W 0T W 0 W 8 W 0T W 0 W 0 W 0 W 3 W 0 W-9999 -9999 +USW00014922201602SNWD 30 W 30 W 200 W 180 W 180 W 150 W 130 W 50 W 50 W 50 W 50 W 50 W 50 W 50 W 80 W 50 W 50 W 50 W 30 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00014922201602AWND 18 W 67 W 62 W 25 W 31 W 45 W 73 W 85 W 69 W 28 W 18 W 64 W 27 W 54 W 30 W 33 W 30 W 72 W 56 W 47 W 28 W 22 W 33 W 43 W 59 W 40 W 36 W 47 W 60 W-9999 -9999 +USW00014922201602TAVG -12H S -18H S -56H S -88H S -87H S -21H S 22H S -85H S -113H S -131H S -124H S -114H S -169H S -114H S -56H S -6H S -53H S -11H S 39H S 42H S -2H S -4H S 15H S 18H S -7H S -8H S 59H S 43H S -19H S-9999 -9999 +USW00014922201602WDF2 290 W 20 W 340 W 310 W 210 W 170 W 300 W 320 W 340 W 340 W 230 W 330 W 140 W 150 W 150 W 300 W 130 W 130 W 280 W 290 W 320 W 180 W 320 W 340 W 320 W 220 W 220 W 310 W 330 W-9999 -9999 +USW00014922201602WDF5 330 W 20 W 340 W 310 W 210 W 190 W 300 W 330 W 320 W 40 W 240 W 330 W 140 W 160 W 150 W 360 W 60 W 140 W 270 W 300 W 360 W 180 W 330 W 20 W 360 W 220 W 210 W 310 W 340 W-9999 -9999 +USW00014922201602WSF2 58 W 125 W 116 W 63 W 67 W 81 W 148 W 112 W 112 W 63 W 54 W 112 W 58 W 94 W 58 W 89 W 58 W 125 W 125 W 112 W 58 W 58 W 67 W 72 W 94 W 72 W 67 W 103 W 143 W-9999 -9999 +USW00014922201602WSF5 72 W 148 W 152 W 76 W 107 W 107 W 197 W 148 W 148 W 81 W 67 W 148 W 72 W 130 W 72 W 107 W 72 W 174 W 174 W 165 W 76 W 76 W 85 W 103 W 121 W 94 W 89 W 130 W 183 W-9999 -9999 +USW00014922201602WT01 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201602WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201602WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201602WT08 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201602WT09-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201603TMAX -27 W 0 W 17 W 28 W 39 W 156 W 178 W 211 W 56 W 94 W 189 W 211 W 122 W 144 W 128 W 94 W 56 W 28 W 61 W 61 W 117 W 128 W 22 W 83 W 89 W 106 W 61 W 150 W 178 W 89 W 122 W +USW00014922201603TMIN -99 W -105 W -32 W -16 W -16 W -16 W 56 W 44 W 17 W 6 W -21 W 94 W 83 W 89 W 72 W 44 W 0 W -10 W -27 W -32 W -21 W 6 W -16 W -21 W -27 W 39 W -5 W -21 W 44 W 61 W 44 W +USW00014922201603PRCP 0T W 0 W 0T W 13 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0T W 3 W 216 W 13 W 3 W 0T W 18 W 0 W 0 W 0 W 79 W 0 W 0T W 30 W 18 W 0 W 48 W 102 W 33 W +USW00014922201603SNOW 0T W 0 W 0T W 10 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 33 W 0 W 0 W 0 W 94 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201603SNWD 0T W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 30 W 0 W 0 W 0 W 0 W 80 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201603AWND 43 W 28 W 20 W 39 W 42 W 57 W 47 W 70 W 33 W 20 W 44 W 38 W 41 W 31 W 47 W 87 W 59 W 32 W 39 W 34 W 42 W 55 W 68 W 46 W 42 W 26 W 37 W 22 W 56 W 43 W 36 W +USW00014922201603TAVG -71H S -62H S -22H S -3H S 12H S 44H S 106H S 153H S 45H S 31H S 59H S 149H S 113H S 109H S 119H S 71H S 41H S 13H S 3H S 18H S 29H S 81H S 9H S 11H S 32H S 68H S 49H S 49H S 107H S 83H S 70H S +USW00014922201603WDF2 360 W 150 W 300 W 300 W 310 W 180 W 130 W 230 W 260 W 300 W 170 W 200 W 130 W 120 W 330 W 270 W 290 W 30 W 30 W 300 W 120 W 20 W 50 W 20 W 170 W 160 W 300 W 170 W 180 W 130 W 20 W +USW00014922201603WDF5 10 W 150 W 340 W 300 W 310 W 190 W 140 W 210 W 270 W 310 W 170 W 200 W 130 W 110 W 330 W 290 W 260 W 20 W 30 W 290 W 140 W 10 W 50 W 10 W 160 W 160 W 360 W 200 W 170 W 130 W 20 W +USW00014922201603WSF2 76 W 58 W 58 W 98 W 98 W 98 W 76 W 125 W 81 W 45 W 98 W 76 W 98 W 72 W 107 W 148 W 94 W 67 W 67 W 76 W 94 W 94 W 98 W 81 W 94 W 63 W 72 W 45 W 139 W 98 W 89 W +USW00014922201603WSF5 94 W 63 W 81 W 125 W 121 W 139 W 103 W 170 W 98 W 58 W 121 W 125 W 121 W 85 W 143 W 197 W 125 W 116 W 112 W 112 W 116 W 134 W 134 W 130 W 125 W 76 W 98 W 63 W 179 W 125 W 116 W +USW00014922201603WT01-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 +USW00014922201603WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201603WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201603WT08 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W-9999 +USW00014922201604TMAX 50 W 22 W 200 W 56 W 28 W 67 W 61 W 28 W 61 W 150 W 67 W 94 W 217 W 244 W 250 W 267 W 261 W 261 W 150 W 194 W 189 W 150 W 217 W 167 W 128 W 94 W 117 W 61 W 156 W 144 W-9999 +USW00014922201604TMIN 0 W -32 W -16 W -21 W -21 W 0 W 6 W -43 W -66 W 17 W -5 W -27 W 50 W 94 W 89 W 139 W 144 W 106 W 89 W 111 W 100 W 61 W 61 W 111 W 67 W 56 W 44 W 28 W 11 W 56 W-9999 +USW00014922201604PRCP 5 W 0T W 0 W 0 W 18 W 0T W 10 W 5 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 48 W 20 W 64 W 81 W 0 W 0T W 99 W 135 W 0T W 71 W 165 W 0 W 0 W-9999 +USW00014922201604SNOW 0 W 0T W 0 W 0 W 0 W 0 W 0T W 13 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201604SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201604AWND 64 W 80 W 58 W 35 W 55 W 49 W 35 W 76 W 55 W 71 W 66 W 38 W 47 W 64 W 64 W 60 W 45 W 39 W 48 W 43 W 30 W 38 W 48 W 62 W 48 W 51 W 77 W 52 W 26 W 62 W-9999 +USW00014922201604TAVG 42H S 3H S 57H S 11H S 7H S 32H S 29H S 7H S -19H S 67H S 36H S 27H S 110H S 162H S 171H S 201H S 207H S 215H S 133H S 134H S 137H S 107H S 130H S 149H S 121H S 74H S 79H S 50H S 69H S 106H S-9999 +USW00014922201604WDF2 300 W 320 W 360 W 330 W 120 W 320 W 320 W 320 W 150 W 320 W 310 W 100 W 110 W 170 W 160 W 160 W 170 W 70 W 120 W 110 W 10 W 30 W 160 W 90 W 110 W 70 W 70 W 70 W 10 W 90 W-9999 +USW00014922201604WDF5 320 W 310 W 330 W 10 W 120 W 350 W 310 W 320 W 160 W 270 W 310 W 100 W 120 W 170 W 160 W 170 W 150 W 70 W 110 W 100 W 10 W 40 W 130 W 90 W 20 W 50 W 70 W 70 W 10 W 80 W-9999 +USW00014922201604WSF2 116 W 179 W 103 W 63 W 112 W 89 W 112 W 130 W 116 W 130 W 134 W 94 W 94 W 112 W 130 W 112 W 81 W 94 W 81 W 67 W 89 W 76 W 89 W 103 W 76 W 89 W 139 W 107 W 72 W 112 W-9999 +USW00014922201604WSF5 161 W 219 W 130 W 94 W 143 W 112 W 143 W 165 W 152 W 170 W 188 W 112 W 103 W 152 W 174 W 139 W 103 W 112 W 103 W 89 W 121 W 103 W 107 W 121 W 125 W 121 W 188 W 152 W 94 W 148 W-9999 +USW00014922201604WT01-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 +USW00014922201604WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201604WT08-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 +USW00014922201605TMAX 172 W 194 W 228 W 189 W 261 W 333 W 211 W 228 W 200 W 144 W 133 W 144 W 100 W 111 W 183 W 189 W 183 W 211 W 233 W 244 W 267 W 289 W 289 W 300 W 244 W 272 W 211 W 200 W 261 W 289 W 228 W +USW00014922201605TMIN 50 W 39 W 89 W 72 W 72 W 156 W 106 W 78 W 117 W 89 W 94 W 89 W 39 W 11 W 11 W 94 W 78 W 61 W 100 W 122 W 117 W 117 W 189 W 189 W 189 W 161 W 172 W 161 W 167 W 156 W 172 W +USW00014922201605PRCP 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 84 W 150 W 38 W 0 W 46 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 84 W 69 W 61 W 79 W 0T W 0T W 5 W +USW00014922201605SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201605SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201605AWND 43 W 12 W 57 W 48 W 30 W 58 W 50 W 25 W 62 W 59 W 26 W 53 W 62 W 64 W 38 W 34 W 35 W 10 W 37 W 28 W 11 W 40 W 61 W 31 W 41 W 41 W 32 W 24 W 40 W 30 W 40 W +USW00014922201605TAVG 104H S 128H S 154H S 147H S 150H S 235H S 191H S 161H S 156H S 119H S 111H S 121H S 83H S 51H S 88H S 149H S 131H S 138H S 163H S 182H S 194H S 217H S 233H S 228H S 220H S 216H S 204H S 178H S 198H S 220H S 213H S +USW00014922201605WDF2 40 W 300 W 270 W 350 W 250 W 20 W 350 W 100 W 120 W 110 W 100 W 270 W 320 W 310 W 270 W 30 W 30 W 140 W 180 W 120 W 80 W 180 W 170 W 260 W 170 W 180 W 130 W 20 W 260 W 150 W 150 W +USW00014922201605WDF5 10 W 270 W 310 W 20 W 260 W 340 W 20 W 100 W 130 W 110 W 100 W 260 W 310 W 320 W 250 W 40 W 20 W 160 W 210 W 120 W 100 W 190 W 180 W 240 W 170 W 190 W 120 W 20 W 300 W 160 W 150 W +USW00014922201605WSF2 76 W 45 W 116 W 98 W 67 W 125 W 107 W 58 W 139 W 103 W 58 W 94 W 130 W 112 W 89 W 76 W 76 W 40 W 76 W 63 W 54 W 98 W 125 W 63 W 130 W 107 W 81 W 58 W 89 W 76 W 89 W +USW00014922201605WSF5 121 W 58 W 165 W 134 W 94 W 165 W 148 W 76 W 170 W 139 W 72 W 125 W 170 W 157 W 125 W 121 W 107 W 63 W 103 W 85 W 81 W 121 W 161 W 76 W 161 W 143 W 103 W 89 W 116 W 98 W 121 W +USW00014922201605WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W +USW00014922201605WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201605WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201605WT08-9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 +USW00014922201606TMAX 194 W 239 W 211 W 233 W 283 W 217 W 222 W 261 W 289 W 328 W 339 W 256 W 256 W 233 W 250 W 267 W 300 W 317 W 339 W 267 W 283 W 283 W 250 W 278 W 356 W 311 W 244 W 250 W 272 W 261 W-9999 +USW00014922201606TMIN 150 W 133 W 161 W 144 W 128 W 133 W 100 W 122 W 167 W 206 W 217 W 161 W 178 W 178 W 178 W 172 W 189 W 211 W 217 W 183 W 156 W 172 W 144 W 156 W 222 W 194 W 178 W 144 W 156 W 161 W-9999 +USW00014922201606PRCP 0 W 0 W 53 W 15 W 0 W 3 W 0 W 5 W 137 W 0T W 0 W 251 W 102 W 378 W 0 W 0 W 0T W 0 W 51 W 0 W 0 W 119 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 25 W-9999 +USW00014922201606SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201606SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201606AWND 54 W 34 W 36 W 40 W 52 W 64 W 40 W 34 W 57 W 38 W 29 W 66 W 36 W 43 W 51 W 38 W 43 W 25 W 59 W 51 W 34 W 40 W 45 W 40 W 68 W 57 W 54 W 26 W 21 W 43 W-9999 +USW00014922201606TAVG 179H S 173H S 187H S 186H S 195H S 191H S 168H S 183H S 224H S 259H S 267H S 231H S 222H S 204H S 204H S 210H S 234H S 253H S 281H S 249H S 219H S 236H S 196H S 212H S 274H S 261H S 227H S 196H S 212H S 222H S-9999 +USW00014922201606WDF2 270 W 320 W 220 W 310 W 310 W 320 W 330 W 100 W 120 W 220 W 80 W 130 W 80 W 290 W 310 W 130 W 220 W 170 W 200 W 280 W 270 W 50 W 360 W 170 W 210 W 270 W 330 W 40 W 260 W 20 W-9999 +USW00014922201606WDF5 280 W 330 W 230 W 320 W 310 W 320 W 310 W 110 W 110 W 240 W 80 W 130 W 30 W 280 W 270 W 110 W 230 W 180 W 210 W 280 W 270 W 50 W 30 W 160 W 200 W 270 W 330 W 50 W 250 W 30 W-9999 +USW00014922201606WSF2 103 W 72 W 72 W 103 W 130 W 183 W 76 W 72 W 94 W 81 W 76 W 107 W 81 W 94 W 94 W 76 W 143 W 54 W 112 W 116 W 89 W 116 W 94 W 81 W 134 W 125 W 94 W 72 W 58 W 107 W-9999 +USW00014922201606WSF5 134 W 98 W 103 W 125 W 161 W 233 W 107 W 85 W 121 W 112 W 94 W 139 W 116 W 116 W 116 W 94 W 174 W 67 W 174 W 148 W 112 W 179 W 125 W 116 W 206 W 165 W 139 W 89 W 76 W 161 W-9999 +USW00014922201606WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201606WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922201606WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201607TMAX 239 W 261 W 267 W 267 W 322 W 311 W 294 W 267 W 278 W 278 W 322 W 300 W 294 W 217 W 261 W 272 W 289 W 311 W 306 W 339 W 350 W 361 W 278 W 294 W 306 W 328 W 267 W 250 W 261 W 272 W 289 W +USW00014922201607TMIN 111 W 156 W 167 W 161 W 189 W 189 W 206 W 189 W 172 W 189 W 222 W 217 W 211 W 167 W 161 W 167 W 189 W 194 W 200 W 222 W 217 W 233 W 217 W 222 W 194 W 222 W 200 W 183 W 161 W 194 W 194 W +USW00014922201607PRCP 0 W 0 W 0 W 0 W 307 W 0 W 18 W 0 W 0 W 102 W 0T W 20 W 0T W 30 W 13 W 51 W 25 W 0 W 0 W 13 W 41 W 0 W 551 W 0T W 0 W 0 W 122 W 0 W 0 W 0T W 0 W +USW00014922201607SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201607SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201607AWND 30 W 26 W 30 W 36 W 47 W 25 W 34 W 57 W 30 W 41 W 64 W 58 W 66 W 59 W 23 W 37 W 57 W 17 W 41 W 52 W 31 W 26 W 41 W 46 W 28 W 44 W 31 W 41 W 29 W 28 W 43 W +USW00014922201607TAVG 179H S 205H S 222H S 222H S 252H S 233H S 249H S 222H S 226H S 234H S 258H S 269H S 259H S 212H S 192H S 219H S 232H S 247H S 258H S 267H S 292H S 297H S 262H S 256H S 251H S 272H S 260H S 207H S 211H S 226H S 236H S +USW00014922201607WDF2 20 W 150 W 120 W 180 W 50 W 340 W 120 W 310 W 140 W 270 W 180 W 240 W 290 W 280 W 330 W 140 W 170 W 240 W 130 W 160 W 360 W 80 W 200 W 260 W 300 W 230 W 200 W 20 W 10 W 180 W 160 W +USW00014922201607WDF5 10 W 150 W 130 W 180 W 320 W 360 W 120 W 310 W 130 W 270 W 180 W 260 W 270 W 290 W 360 W 140 W 170 W 310 W 120 W 170 W 360 W 50 W 190 W 290 W 10 W 220 W 200 W 30 W 20 W 180 W 160 W +USW00014922201607WSF2 76 W 58 W 76 W 72 W 174 W 58 W 130 W 130 W 63 W 112 W 116 W 116 W 116 W 103 W 63 W 139 W 157 W 58 W 98 W 94 W 148 W 58 W 103 W 94 W 72 W 89 W 98 W 72 W 63 W 76 W 81 W +USW00014922201607WSF5 94 W 67 W 98 W 98 W 219 W 98 W 143 W 165 W 76 W 157 W 165 W 157 W 161 W 125 W 89 W 170 W 197 W 76 W 121 W 112 W 206 W 85 W 143 W 121 W 89 W 121 W 134 W 116 W 98 W 103 W 103 W +USW00014922201607WT01-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00014922201607WT03-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00014922201607WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201608TMAX 294 W 311 W 328 W 294 W 261 W 278 W 278 W 283 W 306 W 328 W 289 W 278 W 272 W 283 W 278 W 300 W 300 W 294 W 261 W 200 W 233 W 283 W 289 W 278 W 233 W 222 W 206 W 294 W 300 W 272 W 267 W +USW00014922201608TMIN 211 W 228 W 233 W 211 W 178 W 167 W 172 W 183 W 206 W 206 W 206 W 200 W 183 W 172 W 178 W 194 W 178 W 200 W 183 W 144 W 133 W 150 W 194 W 189 W 161 W 139 W 172 W 161 W 194 W 178 W 144 W +USW00014922201608PRCP 0 W 0 W 0 W 287 W 0 W 0 W 0 W 0 W 0 W 389 W 282 W 84 W 0 W 0 W 0 W 51 W 0 W 0T W 112 W 97 W 0 W 0 W 257 W 18 W 0 W 0 W 3 W 0 W 323 W 86 W 0 W +USW00014922201608SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201608SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201608AWND 45 W 25 W 33 W 51 W 47 W 24 W 15 W 40 W 39 W 41 W 30 W 28 W 31 W 23 W 23 W 24 W 13 W 22 W 41 W 37 W 31 W 56 W 60 W 32 W 41 W 16 W 25 W 35 W 40 W 32 W 23 W +USW00014922201608TAVG 249H S 262H S 281H S 264H S 222H S 220H S 228H S 235H S 249H S 279H S 240H S 244H S 222H S 228H S 232H S 241H S 228H S 249H S 226H S 181H S 176H S 214H S 244H S 224H S 204H S 182H S 186H S 210H S 249H S 234H S 206H S +USW00014922201608WDF2 120 W 220 W 180 W 320 W 310 W 340 W 160 W 150 W 220 W 320 W 130 W 350 W 300 W 330 W 180 W 20 W 80 W 140 W 270 W 310 W 310 W 190 W 170 W 280 W 280 W 170 W 130 W 170 W 360 W 160 W 360 W +USW00014922201608WDF5 130 W 160 W 180 W 270 W 320 W 30 W 160 W 150 W 210 W 20 W 160 W 30 W 310 W 30 W 130 W 230 W 50 W 190 W 260 W 310 W 320 W 170 W 160 W 270 W 270 W 200 W 130 W 170 W 30 W 160 W 10 W +USW00014922201608WSF2 89 W 45 W 67 W 103 W 89 W 63 W 45 W 76 W 76 W 130 W 72 W 63 W 72 W 54 W 54 W 103 W 45 W 72 W 143 W 107 W 72 W 116 W 103 W 89 W 89 W 40 W 72 W 72 W 76 W 116 W 63 W +USW00014922201608WSF5 112 W 67 W 89 W 134 W 107 W 94 W 54 W 98 W 107 W 143 W 89 W 103 W 94 W 76 W 72 W 121 W 81 W 89 W 179 W 143 W 98 W 157 W 130 W 107 W 116 W 54 W 85 W 94 W 98 W 143 W 98 W +USW00014922201608WT01-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W +USW00014922201608WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201608WT03-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00014922201608WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 1 W 1 W 1 W-9999 -9999 +USW00014922201609TMAX 250 W 244 W 244 W 261 W 272 W 272 W 250 W 256 W 233 W 222 W 267 W 272 W 189 W 211 W 244 W 244 W 222 W 289 W 261 W 261 W 228 W 228 W 217 W 228 W 206 W 189 W 156 W 167 W 200 W 217 W-9999 +USW00014922201609TMIN 156 W 139 W 150 W 156 W 194 W 217 W 200 W 167 W 167 W 139 W 139 W 167 W 133 W 83 W 139 W 172 W 150 W 122 W 161 W 139 W 183 W 161 W 156 W 172 W 128 W 106 W 94 W 100 W 78 W 100 W-9999 +USW00014922201609PRCP 0 W 0 W 0 W 5 W 130 W 224 W 5 W 0T W 58 W 0T W 0 W 0 W 0T W 0 W 216 W 15 W 0 W 0 W 3 W 8 W 478 W 20 W 160 W 0 W 58 W 0 W 10 W 0 W 0 W 0 W-9999 +USW00014922201609SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201609SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201609AWND 30 W 39 W 48 W 58 W 44 W 22 W 28 W 36 W 34 W 47 W 48 W 48 W 46 W 23 W 41 W 33 W 31 W 37 W 26 W 26 W 56 W 45 W 52 W 63 W 53 W 72 W 61 W 50 W 27 W 33 W-9999 +USW00014922201609TAVG 201H S 189H S 189H S 203H S 224H S 243H S 221H S 217H S 202H S 183H S 193H S 214H S 176H S 144H S 179H S 193H S 187H S 193H S 223H S 194H S 203H S 197H S 176H S 189H S 187H S 143H S 128H S 122H S 134H S 151H S-9999 +USW00014922201609WDF2 90 W 170 W 170 W 170 W 170 W 290 W 120 W 310 W 130 W 310 W 200 W 360 W 360 W 10 W 120 W 210 W 270 W 200 W 330 W 120 W 20 W 150 W 110 W 110 W 260 W 310 W 310 W 10 W 80 W 80 W-9999 +USW00014922201609WDF5 90 W 200 W 170 W 180 W 160 W 220 W 20 W 310 W 140 W 300 W 200 W 190 W 350 W 10 W 110 W 220 W 300 W 200 W 230 W 110 W 30 W 120 W 110 W 140 W 260 W 310 W 310 W 20 W 60 W 30 W-9999 +USW00014922201609WSF2 63 W 76 W 94 W 107 W 107 W 103 W 58 W 67 W 81 W 107 W 107 W 89 W 94 W 58 W 125 W 72 W 72 W 89 W 67 W 72 W 161 W 98 W 81 W 103 W 112 W 143 W 116 W 94 W 63 W 67 W-9999 +USW00014922201609WSF5 89 W 116 W 112 W 139 W 143 W 139 W 72 W 89 W 103 W 130 W 165 W 107 W 107 W 63 W 143 W 103 W 98 W 121 W 89 W 89 W 206 W 125 W 107 W 130 W 157 W 183 W 157 W 121 W 94 W 89 W-9999 +USW00014922201609WT01-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 +USW00014922201609WT03-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201609WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201609WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201610TMAX 233 W 244 W 244 W 244 W 183 W 167 W 94 W 111 W 156 W 233 W 222 W 100 W 122 W 172 W 206 W 206 W 222 W 189 W 133 W 111 W 122 W 178 W 133 W 133 W 111 W 78 W 94 W 222 W 133 W 78 W 144 W +USW00014922201610TMIN 111 W 106 W 117 W 144 W 133 W 67 W 33 W 22 W 22 W 94 W 94 W 50 W 28 W 61 W 106 W 67 W 122 W 106 W 61 W 33 W 39 W 39 W 67 W 22 W 56 W 61 W 56 W 78 W 78 W 56 W 56 W +USW00014922201610PRCP 0 W 0 W 0 W 33 W 152 W 257 W 10 W 0 W 0 W 0 W 0T W 3 W 0 W 0 W 0T W 3 W 165 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 142 W 84 W 0 W 0 W 15 W 0 W 0T W +USW00014922201610SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201610SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201610AWND 24 W 12 W 43 W 72 W 39 W 38 W 57 W 18 W 30 W 56 W 47 W 59 W 37 W 66 W 42 W 38 W 36 W 32 W 38 W 35 W 33 W 14 W 50 W 23 W 59 W 47 W 32 W 47 W 33 W 32 W 55 W +USW00014922201610TAVG 168H S 170H S 177H S 181H S 168H S 133H S 77H S 58H S 78H S 145H S 175H S 88H S 67H S 101H S 185H S 134H S 191H S 142H S 111H S 73H S 73H S 100H S 106H S 79H S 79H S 72H S 72H S 121H S 129H S 76H S 83H S +USW00014922201610WDF2 80 W 80 W 150 W 150 W 230 W 320 W 270 W 320 W 160 W 180 W 320 W 330 W 170 W 180 W 200 W 120 W 340 W 250 W 340 W 330 W 170 W 160 W 310 W 350 W 110 W 100 W 180 W 230 W 330 W 170 W 180 W +USW00014922201610WDF5 30 W 70 W 140 W 150 W 220 W 310 W 330 W 360 W 140 W 170 W 330 W 330 W 160 W 160 W 200 W 120 W 20 W 280 W 340 W 340 W 160 W 150 W 300 W 350 W 110 W 120 W 170 W 200 W 330 W 20 W 170 W +USW00014922201610WSF2 54 W 40 W 81 W 116 W 89 W 116 W 116 W 40 W 67 W 107 W 81 W 103 W 76 W 130 W 94 W 98 W 103 W 63 W 76 W 81 W 63 W 45 W 130 W 63 W 103 W 89 W 72 W 89 W 76 W 63 W 116 W +USW00014922201610WSF5 85 W 76 W 103 W 157 W 116 W 148 W 174 W 63 W 89 W 139 W 107 W 139 W 98 W 161 W 134 W 107 W 134 W 85 W 98 W 116 W 85 W 67 W 165 W 85 W 134 W 116 W 85 W 121 W 98 W 89 W 143 W +USW00014922201610WT01-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W +USW00014922201610WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201610WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201610WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201611TMAX 172 W 167 W 183 W 200 W 228 W 211 W 183 W 150 W 156 W 200 W 100 W 122 W 167 W 100 W 128 W 161 W 144 W 89 W 0 W -10 W 33 W 22 W 17 W 28 W 22 W 78 W 72 W 128 W 33 W 44 W-9999 +USW00014922201611TMIN 72 W 44 W 56 W 50 W 61 W 78 W 83 W 39 W 22 W 72 W 22 W 11 W 56 W 44 W 11 W 17 W 78 W -5 W -49 W -49 W -55 W 0 W 6 W 11 W 0 W -21 W -16 W 33 W 17 W 22 W-9999 +USW00014922201611PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 203 W 0T W 0 W 0 W 188 W 15 W 10 W 0T W 0 W 79 W 246 W 3 W 13 W-9999 +USW00014922201611SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 8 W 0T W 0 W 0 W 43 W 8 W 0T W 0T W 0 W 0 W 0T W 0T W 0 W-9999 +USW00014922201611SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 50 W 50 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201611AWND 22 W 7 W 17 W 15 W 15 W 31 W 43 W 42 W 33 W 52 W 30 W 47 W 41 W 23 W 22 W 41 W 46 W 88 W 72 W 27 W 46 W 62 W 30 W 16 W 28 W 26 W 50 W 66 W 47 W 28 W-9999 +USW00014922201611TAVG 135H S 101H S 117H S 117H S 134H S 142H S 124H S 112H S 83H S 122H S 87H S 55H S 96H S 89H S 70H S 85H S 109H S 73H S -12H S -34H S -21H S 11H S 11H S 17H S 14H S 18H S 16H S 89H S 32H S 27H S-9999 +USW00014922201611WDF2 280 W 330 W 350 W 230 W 220 W 170 W 320 W 340 W 240 W 340 W 30 W 220 W 220 W 330 W 240 W 150 W 40 W 340 W 330 W 80 W 130 W 120 W 330 W 260 W 300 W 120 W 140 W 160 W 220 W 320 W-9999 +USW00014922201611WDF5 310 W 360 W 30 W 230 W 240 W 170 W 320 W 350 W 230 W 340 W 50 W 240 W 230 W 350 W 230 W 150 W 30 W 320 W 320 W 70 W 120 W 120 W 360 W 240 W 300 W 150 W 150 W 170 W 230 W 10 W-9999 +USW00014922201611WSF2 67 W 45 W 54 W 58 W 45 W 89 W 67 W 76 W 81 W 103 W 72 W 98 W 81 W 58 W 54 W 103 W 89 W 174 W 134 W 54 W 76 W 94 W 58 W 36 W 54 W 54 W 107 W 139 W 72 W 58 W-9999 +USW00014922201611WSF5 85 W 63 W 85 W 72 W 58 W 107 W 85 W 98 W 103 W 134 W 116 W 134 W 112 W 89 W 72 W 125 W 116 W 264 W 192 W 67 W 94 W 125 W 85 W 45 W 63 W 63 W 134 W 197 W 98 W 89 W-9999 +USW00014922201611WT01 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 +USW00014922201611WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00014922201611WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201611WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201611WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201611WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201611WT08 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00014922201612TMAX 39 W 6 W 0 W 33 W 44 W 33 W -60 W -43 W -66 W -99 W -60 W -99 W -121 W -121 W -155 W -110 W -110 W -166 W -32 W 28 W 50 W 28 W 33 W 22 W 28 W 61 W -38 W 22 W 6 W 0 W -5 W +USW00014922201612TMIN 6 W -10 W -16 W -5 W -27 W -77 W -88 W -88 W -121 W -155 W -105 W -193 W -216 W -193 W -227 W -155 W -238 W -288 W -166 W -43 W -49 W -66 W 6 W 6 W 0 W -77 W -82 W -66 W -55 W -77 W -66 W +USW00014922201612PRCP 0T W 0T W 0T W 33 W 0T W 0T W 0T W 0T W 0T W 41 W 84 W 0T W 0 W 0 W 8 W 89 W 18 W 0 W 0 W 0 W 0 W 0 W 25 W 0T W 246 W 0T W 0T W 0T W 0T W 0T W 0T W +USW00014922201612SNOW 0 W 0T W 0T W 61 W 0 W 0T W 0T W 0T W 0T W 51 W 130 W 0T W 0 W 0 W 5 W 127 W 28 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0T W 0T W 0T W 0T W 0T W 0T W 0T W +USW00014922201612SNWD 0 W 0 W 0 W 50 W 0 W 0 W 0T W 0T W 0T W 0T W 100 W 150 W 150 W 150 W 130 W 130 W 230 W 200 W 180 W 180 W 180 W 150 W 150 W 100 W 100 W 30 W 30 W 30 W 30 W 30 W 30 W +USW00014922201612AWND 48 W 37 W 30 W 41 W 53 W 78 W 81 W 63 W 38 W 29 W 35 W 38 W 45 W 74 W 27 W 31 W 61 W 31 W 50 W 53 W 53 W 34 W 30 W 26 W 86 W 94 W 39 W 51 W 75 W 37 W 55 W +USW00014922201612TAVG 24H S 4H S -10H S 4H S 11H S -14H S -74H S -73H S -84H S -128H S -85H S -135H S -171H S -143H S -194H S -139H S -134H S -241H S -137H S -15H S -4H S -12H S 12H S 11H S 7H S -17H S -67H S -33H S -7H S -48H S -27H S +USW00014922201612WDF2 320 W 330 W 170 W 280 W 140 W 240 W 280 W 320 W 300 W 120 W 90 W 300 W 260 W 310 W 310 W 10 W 340 W 310 W 230 W 270 W 320 W 230 W 190 W 120 W 130 W 220 W 290 W 280 W 290 W 170 W 320 W +USW00014922201612WDF5 360 W 350 W 170 W 260 W 140 W 250 W 270 W 330 W 300 W 120 W 80 W 300 W 260 W 280 W 320 W 20 W 340 W 320 W 230 W 280 W 280 W 230 W 200 W 120 W 130 W 210 W 290 W 270 W 280 W 300 W 320 W +USW00014922201612WSF2 67 W 67 W 63 W 81 W 116 W 116 W 103 W 107 W 67 W 63 W 63 W 67 W 89 W 116 W 58 W 58 W 94 W 58 W 94 W 116 W 112 W 72 W 67 W 81 W 143 W 157 W 103 W 103 W 134 W 76 W 103 W +USW00014922201612WSF5 103 W 81 W 72 W 112 W 165 W 161 W 157 W 130 W 76 W 72 W 81 W 89 W 121 W 152 W 72 W 81 W 125 W 72 W 130 W 161 W 143 W 94 W 98 W 98 W 192 W 210 W 125 W 130 W 170 W 107 W 125 W +USW00014922201612WT01-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201612WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 Z-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201612WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201612WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201612WT08-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201612WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201701TMAX 0 W 6 W 0 W -155 W -166 W -149 W -127 W -77 W -27 W -21 W -121 W -99 W -127 W -43 W 11 W 0 W 17 W 50 W 28 W 28 W 33 W 44 W 17 W 11 W 0 W -10 W -5 W -21 W -16 W 56 W 33 W +USW00014922201701TMIN -60 W -21 W -166 W -210 W -221 W -227 W -188 W -205 W -82 W -155 W -155 W -210 W -216 W -155 W -171 W -99 W -16 W -38 W -16 W 11 W 17 W 11 W 6 W 0 W -16 W -49 W -82 W -49 W -77 W -93 W -10 W +USW00014922201701PRCP 0 W 5 W 0T W 0T W 0T W 0 W 0 W 0T W 18 W 58 W 30 W 0 W 0 W 0 W 0 W 30 W 28 W 0 W 0 W 23 W 3 W 0T W 0T W 0 W 23 W 0 W 0 W 0 W 0 W 25 W 5 W +USW00014922201701SNOW 0 W 0T W 0T W 0T W 0T W 0 W 0 W 0T W 18 W 56 W 53 W 0 W 0 W 0 W 0 W 0T W 15 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 56 W 0 W 0 W 0 W 0 W 15 W 0T W +USW00014922201701SNWD 30 W 30 W 30 W 30 W 30 W 30 W 30 W 30 W 0T W 30 W 100 W 100 W 100 W 80 W 50 W 50 W 50 W 50 W 50 W 30 W 30 W 0T W 0T W 0T W 30 W 50 W 50 W 30 W 30 W 30 W 0T W +USW00014922201701AWND 32 W 40 W 75 W 64 W 46 W 26 W 38 W 38 W 38 W 57 W 29 W 53 W 24 W 21 W 16 W 25 W 34 W 33 W 32 W 35 W 18 W 29 W 19 W 30 W 62 W 57 W 45 W 52 W 38 W 47 W 57 W +USW00014922201701TAVG -33H S -15H S -46H S -175H S -185H S -202H S -161H S -163H S -75H S -43H S -141H S -138H S -189H S -114H S -98H S -53H S -3H S 4H S 9H S 21H S 21H S 27H S 14H S 2H S -6H S -19H S -46H S -32H S -36H S -36H S 21H S +USW00014922201701WDF2 240 W 120 W 310 W 320 W 300 W 300 W 320 W 160 W 130 W 290 W 320 W 300 W 150 W 270 W 230 W 360 W 230 W 230 W 160 W 150 W 100 W 270 W 330 W 70 W 340 W 310 W 270 W 330 W 330 W 310 W 310 W +USW00014922201701WDF5 240 W 110 W 300 W 330 W 310 W 280 W 310 W 160 W 120 W 300 W 350 W 280 W 320 W 280 W 210 W 50 W 350 W 210 W 160 W 110 W 110 W 20 W 270 W 60 W 360 W 340 W 280 W 330 W 330 W 330 W 300 W +USW00014922201701WSF2 72 W 81 W 116 W 98 W 76 W 45 W 72 W 98 W 98 W 112 W 63 W 112 W 45 W 45 W 45 W 54 W 63 W 63 W 63 W 54 W 45 W 54 W 40 W 67 W 94 W 81 W 72 W 94 W 94 W 112 W 103 W +USW00014922201701WSF5 103 W 98 W 143 W 121 W 94 W 67 W 94 W 121 W 125 W 157 W 94 W 143 W 58 W 58 W 67 W 67 W 94 W 98 W 76 W 67 W 72 W 85 W 63 W 94 W 116 W 107 W 89 W 121 W 112 W 143 W 148 W +USW00014922201701WT01-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W +USW00014922201701WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201701WT04-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201701WT06-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W +USW00014922201701WT08-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 +USW00014922201701WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201702TMAX -10 W -82 W -43 W 17 W 0 W 6 W 0 W -99 W -60 W 78 W 61 W 44 W 89 W 61 W 22 W 56 W 172 W 144 W 150 W 128 W 167 W 150 W 39 W -16 W 11 W 44 W 67 W 83 W-9999 -9999 -9999 +USW00014922201702TMIN -110 W -132 W -138 W -105 W -77 W -77 W -110 W -171 W -160 W -66 W 22 W -16 W -21 W -32 W -71 W -27 W -10 W 11 W 0 W 50 W 0 W 28 W -16 W -66 W -99 W -49 W -55 W 0 W-9999 -9999 -9999 +USW00014922201702PRCP 0T W 0 W 0 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 5 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 155 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W-9999 -9999 -9999 +USW00014922201702SNOW 8 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00014922201702SNWD 0T W 0T W 0T W 0T W 0T W 0T W 0T W 0T W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00014922201702AWND 68 W 57 W 35 W 44 W 42 W 38 W 57 W 60 W 41 W 44 W 18 W 61 W 43 W 67 W 34 W 47 W 37 W 20 W 42 W 51 W 29 W 30 W 62 W 84 W 63 W 43 W 42 W 47 W-9999 -9999 -9999 +USW00014922201702TAVG -51H S -108H S -106H S -49H S -29H S -46H S -25H S -122H S -124H S -29H S 51H S 26H S 21H S 31H S -23H S 3H S 48H S 83H S 75H S 104H S 77H S 89H S 29H S -25H S -53H S -16H S 3H S 43H S-9999 -9999 -9999 +USW00014922201702WDF2 320 W 280 W 280 W 180 W 320 W 60 W 320 W 300 W 180 W 170 W 10 W 320 W 250 W 320 W 350 W 170 W 280 W 270 W 140 W 290 W 210 W 330 W 30 W 20 W 340 W 290 W 200 W 20 W-9999 -9999 -9999 +USW00014922201702WDF5 320 W 280 W 260 W 210 W 320 W 50 W 320 W 320 W 300 W 160 W 20 W 310 W 230 W 320 W 360 W 140 W 280 W 280 W 130 W 280 W 210 W 330 W 30 W 350 W 340 W 270 W 220 W 30 W-9999 -9999 -9999 +USW00014922201702WSF2 107 W 98 W 72 W 94 W 107 W 63 W 103 W 94 W 76 W 81 W 54 W 130 W 89 W 134 W 81 W 72 W 76 W 58 W 81 W 116 W 98 W 98 W 98 W 112 W 116 W 103 W 81 W 98 W-9999 -9999 -9999 +USW00014922201702WSF5 139 W 130 W 94 W 125 W 134 W 81 W 139 W 130 W 98 W 107 W 98 W 179 W 121 W 183 W 107 W 98 W 112 W 76 W 107 W 157 W 139 W 130 W 130 W 143 W 148 W 139 W 121 W 125 W-9999 -9999 -9999 +USW00014922201702WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201702WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201702WT06-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201702WT08-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201703TMAX 28 W -5 W -5 W 61 W 150 W 183 W 94 W 22 W -5 W -71 W -60 W -49 W -27 W -16 W 0 W 44 W 61 W 61 W 128 W 133 W 44 W 44 W 44 W 72 W 61 W 67 W 161 W 178 W 106 W 100 W 139 W +USW00014922201703TMIN -49 W -82 W -105 W -32 W 17 W 39 W -16 W -43 W -77 W -149 W -132 W -105 W -99 W -127 W -110 W -66 W -16 W -10 W -21 W 11 W -38 W -60 W 22 W 33 W 28 W 22 W 28 W 17 W 56 W 39 W -5 W +USW00014922201703PRCP 10 W 0 W 3 W 0 W 0 W 23 W 0T W 0T W 0 W 0 W 0 W 61 W 3 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 43 W 3 W 13 W 10 W 0T W 0 W 0T W 5 W 0 W +USW00014922201703SNOW 20 W 0 W 5 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 0 W 86 W 8 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201703SNWD 30 W 0T W 0 W 0T W 0 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 80 W 80 W 50 W 50 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201703AWND 67 W 52 W 41 W 79 W 58 W 74 W 110 W 98 W 50 W 51 W 33 W 42 W 50 W 26 W 22 W 55 W 57 W 45 W 44 W 37 W 59 W 51 W 60 W 46 W 51 W 29 W 22 W 11 W 42 W 54 W 33 W +USW00014922201703TAVG -2H S -42H S -61H S -9H S 63H S 118H S 54H S 3H S -25H S -96H S -103H S -82H S -67H S -73H S -59H S -21H S 26H S 14H S 33H S 79H S 27H S -17H S 32H S 44H S 42H S 41H S 69H S 92H S 95H S 58H S 66H S +USW00014922201703WDF2 320 W 310 W 140 W 140 W 140 W 250 W 270 W 280 W 330 W 330 W 20 W 120 W 30 W 310 W 230 W 140 W 300 W 310 W 160 W 360 W 360 W 150 W 170 W 30 W 60 W 10 W 30 W 50 W 110 W 60 W 20 W +USW00014922201703WDF5 310 W 320 W 140 W 140 W 140 W 270 W 270 W 280 W 330 W 340 W 30 W 130 W 40 W 30 W 220 W 140 W 300 W 320 W 180 W 10 W 10 W 130 W 160 W 30 W 50 W 20 W 40 W 40 W 100 W 50 W 10 W +USW00014922201703WSF2 103 W 103 W 81 W 134 W 125 W 112 W 170 W 183 W 98 W 94 W 72 W 81 W 76 W 58 W 63 W 107 W 130 W 112 W 103 W 81 W 98 W 89 W 98 W 81 W 81 W 45 W 54 W 40 W 89 W 81 W 72 W +USW00014922201703WSF5 125 W 130 W 107 W 165 W 148 W 148 W 233 W 268 W 112 W 125 W 94 W 103 W 121 W 85 W 76 W 148 W 165 W 143 W 139 W 116 W 125 W 112 W 125 W 116 W 125 W 85 W 76 W 67 W 121 W 125 W 116 W +USW00014922201703WT01 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 +USW00014922201703WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201703WT03-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201703WT08 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201704TMAX 189 W 128 W 117 W 172 W 133 W 133 W 156 W 228 W 222 W 117 W 117 W 139 W 128 W 189 W 222 W 189 W 150 W 189 W 106 W 111 W 172 W 206 W 211 W 222 W 167 W 83 W 22 W 106 W 133 W 94 W-9999 +USW00014922201704TMIN 17 W 56 W 83 W 67 W 33 W 17 W 6 W 67 W 117 W 6 W 0 W 44 W 78 W 89 W 111 W 83 W 72 W 89 W 72 W 44 W 28 W 50 W 94 W 94 W 83 W 22 W 0 W 17 W 33 W 33 W-9999 +USW00014922201704PRCP 0 W 0T W 30 W 0 W 0 W 0 W 0 W 0 W 5 W 46 W 0T W 41 W 0 W 76 W 254 W 0 W 0 W 38 W 203 W 38 W 0 W 0 W 0 W 5 W 114 W 97 W 3 W 0 W 0 W 180 W-9999 +USW00014922201704SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 13 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W-9999 +USW00014922201704SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201704AWND 16 W 37 W 37 W 41 W 38 W 49 W 33 W 54 W 50 W 62 W 29 W 38 W 46 W 59 W 38 W 61 W 30 W 69 W 49 W 52 W 23 W 24 W 28 W 53 W 36 W 55 W 51 W 34 W 60 W 66 W-9999 +USW00014922201704TAVG 103H S 107H S 96H S 111H S 91H S 76H S 79H S 127H S 182H S 97H S 33H S 90H S 94H S 122H S 165H S 136H S 118H S 126H S 89H S 71H S 94H S 132H S 149H S 155H S 149H S 62H S 17H S 44H S 79H S 81H S-9999 +USW00014922201704WDF2 310 W 170 W 30 W 10 W 30 W 360 W 170 W 170 W 10 W 10 W 320 W 120 W 110 W 120 W 130 W 270 W 10 W 190 W 60 W 320 W 10 W 300 W 10 W 180 W 30 W 350 W 310 W 30 W 60 W 40 W-9999 +USW00014922201704WDF5 340 W 170 W 20 W 60 W 30 W 350 W 180 W 170 W 10 W 30 W 320 W 110 W 120 W 120 W 350 W 260 W 30 W 190 W 60 W 320 W 30 W 310 W 40 W 180 W 30 W 30 W 320 W 20 W 70 W 20 W-9999 +USW00014922201704WSF2 54 W 76 W 72 W 81 W 76 W 94 W 81 W 103 W 107 W 116 W 67 W 72 W 81 W 103 W 81 W 76 W 67 W 143 W 116 W 94 W 72 W 67 W 67 W 148 W 76 W 89 W 89 W 76 W 107 W 125 W-9999 +USW00014922201704WSF5 67 W 103 W 107 W 125 W 121 W 130 W 98 W 125 W 143 W 157 W 85 W 89 W 98 W 125 W 130 W 130 W 103 W 197 W 148 W 121 W 107 W 94 W 121 W 179 W 103 W 107 W 103 W 103 W 143 W 165 W-9999 +USW00014922201704WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W-9999 +USW00014922201704WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201704WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00014922201705TMAX 50 W 167 W 189 W 206 W 256 W 206 W 194 W 211 W 217 W 206 W 194 W 250 W 267 W 289 W 211 W 289 W 222 W 133 W 139 W 106 W 111 W 194 W 161 W 172 W 217 W 267 W 222 W 228 W 183 W 156 W 239 W +USW00014922201705TMIN 17 W 33 W 72 W 67 W 78 W 67 W 94 W 78 W 111 W 117 W 83 W 78 W 122 W 133 W 156 W 161 W 122 W 83 W 67 W 56 W 78 W 72 W 94 W 78 W 100 W 161 W 128 W 133 W 122 W 117 W 106 W +USW00014922201705PRCP 66 W 8 W 0 W 0 W 0 W 0 W 0 W 64 W 8 W 0T W 0 W 0 W 0 W 0 W 61 W 89 W 460 W 69 W 0 W 373 W 10 W 3 W 3 W 0 W 3 W 0 W 0T W 5 W 0T W 0T W 0 W +USW00014922201705SNOW 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201705SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201705AWND 62 W 47 W 32 W 32 W 31 W 34 W 38 W 70 W 30 W 22 W 45 W 17 W 28 W 52 W 44 W 50 W 38 W 60 W 55 W 60 W 47 W 43 W 35 W 37 W 35 W 39 W 26 W 55 W 62 W 54 W 49 W +USW00014922201705TAVG 42H S 77H S 131H S 144H S 163H S 155H S 141H S 146H S 156H S 163H S 149H S 161H S 206H S 214H S 201H S 202H S 201H S 119H S 96H S 89H S 98H S 117H S 135H S 124H S 153H S 196H S 188H S 187H S 152H S 136H S 162H S +USW00014922201705WDF2 20 W 350 W 220 W 10 W 30 W 30 W 100 W 120 W 310 W 330 W 350 W 270 W 120 W 100 W 140 W 120 W 300 W 20 W 60 W 90 W 270 W 300 W 20 W 30 W 140 W 270 W 320 W 300 W 320 W 310 W 320 W +USW00014922201705WDF5 30 W 360 W 220 W 20 W 20 W 20 W 100 W 130 W 290 W 320 W 20 W 260 W 110 W 120 W 130 W 120 W 300 W 20 W 50 W 70 W 270 W 270 W 40 W 30 W 150 W 270 W 20 W 330 W 300 W 310 W 320 W +USW00014922201705WSF2 116 W 112 W 81 W 89 W 139 W 76 W 81 W 112 W 76 W 72 W 76 W 63 W 72 W 81 W 94 W 125 W 107 W 107 W 94 W 94 W 98 W 89 W 72 W 63 W 72 W 76 W 63 W 139 W 112 W 89 W 116 W +USW00014922201705WSF5 157 W 143 W 116 W 116 W 170 W 121 W 103 W 134 W 103 W 89 W 112 W 85 W 94 W 112 W 121 W 152 W 134 W 152 W 134 W 116 W 121 W 112 W 103 W 103 W 94 W 98 W 89 W 192 W 148 W 116 W 143 W +USW00014922201705WT01 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201705WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201705WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201706TMAX 261 W 322 W 322 W 322 W 278 W 278 W 311 W 294 W 300 W 356 W 261 W 283 W 328 W 294 W 311 W 300 W 294 W 228 W 233 W 244 W 272 W 222 W 233 W 189 W 206 W 228 W 250 W 283 W 250 W 267 W-9999 +USW00014922201706TMIN 94 W 144 W 200 W 172 W 161 W 144 W 161 W 206 W 172 W 250 W 161 W 189 W 189 W 189 W 194 W 183 W 172 W 156 W 156 W 150 W 150 W 172 W 144 W 122 W 122 W 100 W 128 W 161 W 183 W 167 W-9999 +USW00014922201706PRCP 0 W 0T W 0 W 0 W 0 W 0 W 5 W 0 W 0 W 0 W 462 W 51 W 36 W 20 W 0 W 0T W 51 W 3 W 0 W 64 W 0 W 124 W 0 W 0T W 0T W 0 W 0 W 231 W 0 W 28 W-9999 +USW00014922201706SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201706SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201706AWND 21 W 33 W 43 W 45 W 38 W 33 W 36 W 38 W 41 W 66 W 34 W 30 W 64 W 44 W 48 W 31 W 32 W 53 W 55 W 34 W 43 W 26 W 59 W 60 W 57 W 31 W 43 W 61 W 41 W 31 W-9999 +USW00014922201706TAVG 183H S 226H S 277H S 257H S 225H S 219H S 236H S 253H S 239H S 286H S 242H S 223H S 239H S 249H S 250H S 247H S 237H S 188H S 195H S 197H S 212H S 218H S 189H S 164H S 154H S 164H S 188H S 215H S 214H S 217H S-9999 +USW00014922201706WDF2 170 W 180 W 310 W 330 W 40 W 70 W 170 W 340 W 130 W 220 W 300 W 220 W 120 W 120 W 270 W 330 W 230 W 310 W 320 W 310 W 180 W 320 W 300 W 300 W 320 W 320 W 180 W 260 W 330 W 330 W-9999 +USW00014922201706WDF5 160 W 180 W 250 W 300 W 40 W 130 W 200 W 20 W 110 W 250 W 300 W 230 W 230 W 120 W 280 W 350 W 280 W 310 W 320 W 310 W 170 W 150 W 300 W 300 W 310 W 30 W 210 W 270 W 300 W 10 W-9999 +USW00014922201706WSF2 54 W 76 W 76 W 107 W 76 W 54 W 76 W 72 W 89 W 143 W 246 W 125 W 116 W 107 W 103 W 81 W 94 W 103 W 103 W 76 W 89 W 67 W 103 W 174 W 103 W 81 W 89 W 112 W 81 W 103 W-9999 +USW00014922201706WSF5 72 W 98 W 103 W 143 W 107 W 72 W 103 W 107 W 116 W 192 W 309 W 161 W 206 W 130 W 139 W 107 W 125 W 134 W 130 W 107 W 116 W 76 W 134 W 210 W 139 W 107 W 121 W 152 W 98 W 134 W-9999 +USW00014922201706WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201706WT03-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 +USW00014922201706WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201706WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201707TMAX 250 W 267 W 272 W 300 W 333 W 344 W 289 W 294 W 294 W 300 W 306 W 311 W 217 W 261 W 356 W 306 W 333 W 278 W 283 W 317 W 283 W 328 W 261 W 261 W 294 W 289 W 294 W 289 W 289 W 300 W 294 W +USW00014922201707TMIN 161 W 183 W 172 W 194 W 228 W 244 W 183 W 167 W 194 W 206 W 183 W 206 W 144 W 150 W 172 W 194 W 200 W 189 W 167 W 200 W 206 W 217 W 178 W 156 W 194 W 206 W 189 W 183 W 178 W 178 W 206 W +USW00014922201707PRCP 3 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 94 W 0 W 0 W 8 W 0T W 0 W 0 W 0 W 160 W 20 W 297 W 0 W 0T W 0 W 0 W 0 W 99 W 112 W 0 W 0 W 0 W 0 W 0 W +USW00014922201707SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201707SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201707AWND 42 W 30 W 29 W 43 W 35 W 40 W 53 W 27 W 31 W 31 W 28 W 49 W 42 W 22 W 43 W 37 W 53 W 28 W 31 W 16 W 43 W 34 W 46 W 33 W 54 W 28 W 26 W 23 W 13 W 17 W 18 W +USW00014922201707TAVG 205H S 225H S 226H S 244H S 269H S 286H S 257H S 226H S 239H S 242H S 251H S 268H S 198H S 192H S 246H S 255H S 259H S 250H S 224H S 241H S 248H S 259H S 240H S 204H S 229H S 252H S 246H S 242H S 241H S 248H S 256H S +USW00014922201707WDF2 300 W 360 W 140 W 140 W 240 W 360 W 330 W 290 W 130 W 360 W 170 W 360 W 10 W 220 W 10 W 100 W 30 W 160 W 130 W 280 W 60 W 360 W 30 W 140 W 180 W 290 W 30 W 70 W 150 W 220 W 220 W +USW00014922201707WDF5 340 W 40 W 100 W 140 W 230 W 360 W 300 W 310 W 140 W 10 W 210 W 10 W 20 W 30 W 10 W 80 W 30 W 30 W 110 W 280 W 50 W 10 W 30 W 140 W 180 W 270 W 40 W 100 W 150 W 280 W 230 W +USW00014922201707WSF2 81 W 58 W 63 W 67 W 67 W 112 W 107 W 72 W 89 W 63 W 67 W 148 W 72 W 54 W 81 W 67 W 139 W 76 W 103 W 40 W 72 W 89 W 89 W 76 W 112 W 112 W 63 W 63 W 58 W 54 W 58 W +USW00014922201707WSF5 107 W 116 W 89 W 98 W 85 W 139 W 134 W 103 W 107 W 107 W 89 W 197 W 121 W 94 W 134 W 94 W 183 W 121 W 116 W 63 W 94 W 116 W 121 W 98 W 157 W 165 W 94 W 76 W 67 W 72 W 72 W +USW00014922201707WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201707WT03-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201707WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201708TMAX 317 W 289 W 194 W 256 W 261 W 244 W 278 W 289 W 217 W 233 W 267 W 267 W 222 W 244 W 256 W 256 W 233 W 239 W 267 W 300 W 267 W 244 W 250 W 228 W 217 W 194 W 228 W 233 W 267 W 283 W 217 W +USW00014922201708TMIN 194 W 194 W 122 W 122 W 139 W 167 W 139 W 167 W 172 W 161 W 144 W 144 W 161 W 167 W 150 W 178 W 172 W 156 W 150 W 189 W 189 W 156 W 133 W 150 W 139 W 156 W 172 W 161 W 144 W 167 W 133 W +USW00014922201708PRCP 0 W 0 W 74 W 0T W 74 W 23 W 0 W 0 W 145 W 25 W 0 W 0 W 254 W 3 W 0 W 493 W 20 W 41 W 0 W 0 W 48 W 0 W 0 W 3 W 140 W 310 W 61 W 0 W 0 W 3 W 0 W +USW00014922201708SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201708SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201708AWND 33 W 44 W 66 W 44 W 18 W 18 W 11 W 26 W 34 W 35 W 27 W 17 W 34 W 24 W 34 W 52 W 60 W 18 W 23 W 30 W 34 W 59 W 31 W 44 W 63 W 42 W 39 W 29 W 11 W 36 W 44 W +USW00014922201708TAVG 252H S 246H S 178H S 170H S 200H S 195H S 198H S 226H S 209H S 189H S 198H S 211H S 195H S 191H S 198H S 209H S 210H S 191H S 203H S 237H S 222H S 201H S 192H S 191H S 182H S 176H S 194H S 189H S 201H S 224H S 181H S +USW00014922201708WDF2 330 W 90 W 350 W 330 W 260 W 190 W 320 W 290 W 280 W 320 W 360 W 150 W 200 W 20 W 110 W 120 W 320 W 240 W 180 W 330 W 150 W 300 W 310 W 60 W 140 W 180 W 330 W 10 W 150 W 60 W 110 W +USW00014922201708WDF5 330 W 40 W 10 W 350 W 250 W 180 W 320 W 240 W 280 W 280 W 30 W 150 W 190 W 30 W 110 W 120 W 320 W 250 W 190 W 340 W 150 W 330 W 360 W 60 W 140 W 140 W 330 W 10 W 130 W 30 W 60 W +USW00014922201708WSF2 89 W 76 W 103 W 81 W 94 W 67 W 58 W 67 W 134 W 98 W 72 W 58 W 76 W 45 W 72 W 112 W 112 W 45 W 58 W 63 W 161 W 112 W 72 W 81 W 94 W 81 W 112 W 58 W 36 W 89 W 76 W +USW00014922201708WSF5 121 W 139 W 134 W 107 W 116 W 89 W 72 W 89 W 174 W 125 W 103 W 67 W 103 W 81 W 89 W 157 W 148 W 67 W 76 W 103 W 192 W 148 W 98 W 103 W 116 W 103 W 134 W 103 W 58 W 107 W 94 W +USW00014922201708WT01-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 +USW00014922201708WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201708WT03-9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W-9999 +USW00014922201708WT08-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00014922201709TMAX 222 W 278 W 294 W 244 W 183 W 200 W 244 W 200 W 244 W 272 W 278 W 294 W 306 W 328 W 289 W 267 W 194 W 150 W 267 W 239 W 289 W 344 W 322 W 322 W 217 W 183 W 189 W 239 W 189 W 206 W-9999 +USW00014922201709TMIN 117 W 178 W 156 W 128 W 106 W 94 W 94 W 111 W 117 W 161 W 156 W 172 W 178 W 189 W 211 W 144 W 111 W 128 W 150 W 144 W 117 W 228 W 228 W 211 W 144 W 117 W 89 W 111 W 89 W 78 W-9999 +USW00014922201709PRCP 0T W 0T W 0 W 18 W 0T W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0T W 10 W 0 W 94 W 0 W 10 W 0 W 0 W 0 W 0T W 104 W 28 W 0 W 0T W 0 W 0 W-9999 +USW00014922201709SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201709SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201709AWND 46 W 43 W 37 W 53 W 58 W 29 W 29 W 55 W 56 W 51 W 28 W 22 W 35 W 34 W 42 W 52 W 32 W 41 W 55 W 37 W 44 W 53 W 39 W 46 W 38 W 46 W 30 W 36 W 30 W 45 W-9999 +USW00014922201709TAVG 164H S 210H S 218H S 218H S 140H S 146H S 155H S 163H S 168H S 202H S 213H S 226H S 241H S 251H S 254H S 241H S 155H S 139H S 184H S 224H S 192H S 272H S 282H S 271H S 190H S 154H S 137H S 159H S 147H S 138H S-9999 +USW00014922201709WDF2 150 W 300 W 200 W 350 W 320 W 330 W 80 W 70 W 120 W 150 W 170 W 180 W 180 W 180 W 140 W 180 W 270 W 130 W 140 W 130 W 140 W 170 W 210 W 280 W 340 W 290 W 300 W 300 W 40 W 160 W-9999 +USW00014922201709WDF5 150 W 320 W 220 W 350 W 320 W 350 W 260 W 70 W 140 W 170 W 170 W 180 W 190 W 180 W 170 W 180 W 280 W 130 W 140 W 130 W 150 W 160 W 210 W 270 W 360 W 290 W 270 W 30 W 30 W 170 W-9999 +USW00014922201709WSF2 76 W 94 W 81 W 161 W 125 W 63 W 67 W 89 W 81 W 89 W 72 W 54 W 67 W 81 W 76 W 125 W 76 W 81 W 103 W 89 W 94 W 98 W 81 W 107 W 63 W 89 W 72 W 72 W 58 W 81 W-9999 +USW00014922201709WSF5 94 W 125 W 103 W 224 W 161 W 103 W 85 W 107 W 112 W 112 W 94 W 63 W 89 W 103 W 98 W 170 W 103 W 98 W 139 W 121 W 116 W 134 W 112 W 130 W 103 W 116 W 94 W 116 W 103 W 103 W-9999 +USW00014922201709WT01 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201709WT03-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201709WT08 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201710TMAX 172 W 217 W 222 W 156 W 183 W 156 W 194 W 222 W 139 W 111 W 133 W 178 W 161 W 150 W 117 W 189 W 228 W 228 W 233 W 256 W 206 W 178 W 161 W 106 W 144 W 144 W 22 W 11 W 67 W 44 W 17 W +USW00014922201710TMIN 128 W 128 W 111 W 78 W 89 W 89 W 122 W 100 W 44 W 11 W 33 W 117 W 72 W 67 W 50 W 39 W 83 W 89 W 61 W 117 W 111 W 89 W 61 W 44 W 33 W 17 W 0 W -16 W -16 W -5 W -27 W +USW00014922201710PRCP 74 W 554 W 30 W 0 W 0T W 112 W 43 W 0 W 0 W 0 W 0 W 0T W 0 W 135 W 8 W 0 W 0 W 0 W 0 W 0T W 114 W 0 W 0 W 0 W 0 W 0T W 64 W 0 W 8 W 0T W 0 W +USW00014922201710SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 3 W 0 W 0 W 0T W 0 W +USW00014922201710SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201710AWND 61 W 34 W 37 W 32 W 15 W 28 W 35 W 32 W 42 W 22 W 32 W 48 W 30 W 53 W 43 W 33 W 23 W 47 W 33 W 58 W 66 W 42 W 70 W 86 W 30 W 65 W 82 W 39 W 38 W 80 W 41 W +USW00014922201710TAVG 156H S 162H S 186H S 120H S 129H S 129H S 141H S 157H S 116H S 66H S 81H S 136H S 125H S 106H S 84H S 99H S 148H S 161H S 139H S 173H S 185H S 128H S 127H S 74H S 79H S 89H S 15H S 4H S 13H S 35H S -4H S +USW00014922201710WDF2 160 W 160 W 270 W 270 W 130 W 90 W 320 W 340 W 300 W 40 W 120 W 160 W 350 W 330 W 330 W 210 W 220 W 300 W 180 W 170 W 170 W 280 W 320 W 330 W 340 W 290 W 340 W 350 W 310 W 310 W 310 W +USW00014922201710WDF5 160 W 150 W 180 W 260 W 120 W 100 W 10 W 360 W 330 W 60 W 120 W 150 W 20 W 330 W 320 W 110 W 210 W 300 W 170 W 180 W 160 W 280 W 310 W 320 W 340 W 280 W 320 W 350 W 320 W 320 W 300 W +USW00014922201710WSF2 103 W 94 W 107 W 67 W 54 W 76 W 76 W 67 W 81 W 63 W 81 W 94 W 72 W 103 W 134 W 72 W 54 W 112 W 81 W 112 W 116 W 81 W 134 W 134 W 76 W 130 W 116 W 98 W 63 W 130 W 94 W +USW00014922201710WSF5 143 W 116 W 157 W 89 W 67 W 98 W 107 W 103 W 103 W 98 W 94 W 121 W 103 W 134 W 165 W 116 W 81 W 148 W 116 W 143 W 170 W 107 W 170 W 183 W 107 W 179 W 161 W 121 W 89 W 174 W 121 W +USW00014922201710WT01 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00014922201710WT03 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201710WT08-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201711TMAX 28 W 44 W 17 W 61 W 61 W 6 W 22 W 56 W -10 W -32 W 67 W 22 W 78 W 72 W 78 W 11 W 39 W 28 W 50 W 89 W 56 W 6 W 94 W 156 W 50 W 106 W 156 W 117 W 78 W 89 W-9999 +USW00014922201711TMIN -32 W 11 W -27 W 11 W -38 W -55 W -21 W -32 W -110 W -116 W -43 W -43 W -38 W 39 W -27 W -27 W 11 W -60 W -77 W -21 W -77 W -93 W -49 W 44 W -16 W -43 W 0 W 6 W -38 W -5 W-9999 +USW00014922201711PRCP 13 W 0 W 13 W 5 W 18 W 0 W 0 W 0T W 0T W 8 W 0 W 0 W 0T W 20 W 0T W 0 W 23 W 0 W 0 W 0 W 0T W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201711SNOW 0T W 0 W 13 W 0T W 0 W 0 W 0 W 0T W 0T W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201711SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201711AWND 47 W 37 W 31 W 37 W 55 W 20 W 33 W 36 W 67 W 61 W 32 W 24 W 38 W 35 W 71 W 48 W 44 W 65 W 30 W 38 W 82 W 30 W 21 W 48 W 40 W 21 W 52 W 61 W 46 W 51 W-9999 +USW00014922201711TAVG -5H S 27H S 4H S 24H S 32H S -27H S -8H S -1H S -34H S -91H S -1H S -4H S 7H S 51H S 43H S -14H S 20H S 17H S -37H S 31H S 4H S -62H S 1H S 96H S 38H S 20H S 66H S 99H S 22H S 57H S-9999 +USW00014922201711WDF2 120 W 330 W 70 W 140 W 320 W 290 W 250 W 360 W 330 W 170 W 180 W 350 W 190 W 150 W 310 W 140 W 150 W 320 W 300 W 300 W 310 W 150 W 200 W 320 W 320 W 270 W 160 W 300 W 180 W 270 W-9999 +USW00014922201711WDF5 120 W 340 W 90 W 110 W 320 W 280 W 260 W 360 W 300 W 140 W 190 W 20 W 190 W 180 W 330 W 130 W 150 W 310 W 220 W 310 W 320 W 150 W 200 W 320 W 310 W 260 W 160 W 310 W 240 W 300 W-9999 +USW00014922201711WSF2 94 W 81 W 58 W 72 W 94 W 40 W 72 W 81 W 116 W 107 W 67 W 54 W 94 W 58 W 112 W 89 W 112 W 125 W 67 W 98 W 148 W 58 W 58 W 103 W 81 W 72 W 112 W 148 W 107 W 130 W-9999 +USW00014922201711WSF5 121 W 103 W 81 W 98 W 116 W 54 W 98 W 103 W 152 W 152 W 94 W 81 W 121 W 81 W 143 W 107 W 143 W 174 W 81 W 134 W 192 W 76 W 89 W 148 W 103 W 89 W 148 W 206 W 152 W 174 W-9999 +USW00014922201711WT01 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00014922201711WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201712TMAX 106 W 83 W 100 W 139 W -27 W -66 W -60 W 0 W -16 W -16 W 17 W -27 W -10 W -43 W -10 W -5 W -21 W 56 W 33 W -43 W -43 W -27 W -49 W -55 W -155 W -171 W -149 W -116 W -155 W -210 W -205 W +USW00014922201712TMIN -21 W -10 W -16 W -27 W -88 W -88 W -138 W -71 W -71 W -66 W -93 W -143 W -82 W -93 W -55 W -49 W -77 W -43 W -43 W -77 W -71 W -77 W -116 W -155 W -210 W -227 W -221 W -160 W -210 W -255 W -266 W +USW00014922201712PRCP 0 W 0 W 0 W 94 W 3 W 3 W 0 W 0T W 0T W 0 W 46 W 0T W 3 W 0T W 13 W 0 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 3 W 0T W 0 W 0 W 23 W 13 W 0 W 0 W +USW00014922201712SNOW 0 W 0 W 0 W 53 W 3 W 5 W 0 W 0T W 0T W 0 W 23 W 0T W 8 W 0T W 18 W 0 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 3 W 0T W 0 W 0 W 33 W 15 W 0 W 0 W +USW00014922201712SNWD 0 W 0 W 0 W 0 W 50 W 50 W 50 W 50 W 50 W 50 W 50 W 50 W 50 W 50 W 50 W 50 W 50 W 50 W 50 W 50 W 50 W 30 W 30 W 30 W 30 W 30 W 30 W 30 W 50 W 80 W 80 W +USW00014922201712AWND 24 W 16 W 38 W 47 W 91 W 68 W 50 W 38 W 51 W 27 W 59 W 35 W 53 W 34 W 25 W 27 W 13 W 30 W 57 W 40 W 43 W 34 W 43 W 48 W 57 W 43 W 21 W 37 W 43 W 52 W 44 W +USW00014922201712PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0117 W 1306 W +USW00014922201712TAVG 35H S 38H S 32H S 111H S -44H S -78H S -97H S -50H S -43H S -40H S -17H S -93H S -36H S -68H S -43H S -23H S -43H S -13H S 22H S -58H S -63H S -58H S -76H S -79H S -159H S -202H S -193H S -153H S -162H S -219H S -229H S +USW00014922201712WDF2 230 W 230 W 130 W 300 W 290 W 300 W 320 W 350 W 360 W 320 W 350 W 330 W 340 W 310 W 290 W 110 W 170 W 220 W 310 W 110 W 20 W 310 W 320 W 310 W 280 W 300 W 110 W 300 W 320 W 320 W 320 W +USW00014922201712WDF5 220 W 270 W 140 W 300 W 280 W 300 W 320 W 340 W 360 W 330 W 350 W 330 W 340 W 280 W 280 W 40 W 60 W 240 W 280 W 50 W 10 W 300 W 330 W 310 W 330 W 300 W 110 W 300 W 320 W 330 W 300 W +USW00014922201712WSF2 72 W 36 W 72 W 143 W 143 W 103 W 94 W 103 W 125 W 67 W 116 W 81 W 125 W 76 W 67 W 58 W 36 W 72 W 112 W 67 W 72 W 81 W 89 W 94 W 94 W 63 W 58 W 72 W 94 W 103 W 63 W +USW00014922201712WSF5 112 W 45 W 103 W 188 W 197 W 134 W 116 W 130 W 157 W 94 W 152 W 107 W 157 W 98 W 103 W 85 W 49 W 89 W 161 W 103 W 94 W 103 W 107 W 116 W 116 W 89 W 67 W 94 W 112 W 130 W 81 W +USW00014922201712WT01-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 +USW00014922201712WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201712WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201712WT08-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 +USW00014922201712WT09-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201801TMAX -171 W -93 W -116 W -166 W -160 W -99 W 0 W 28 W 56 W 33 W 28 W -160 W -149 W -82 W -99 W -132 W -27 W 50 W 67 W 56 W 39 W 17 W -21 W -27 W -21 W 83 W 11 W -66 W -82 W -10 W 0 W +USW00014922201801TMIN -255 W -232 W -193 W -205 W -232 W -238 W -110 W -43 W -32 W 6 W -177 W -232 W -249 W -232 W -171 W -188 W -182 W -60 W -27 W -43 W 0 W -32 W -77 W -121 W -43 W -32 W -66 W -110 W -155 W -171 W -138 W +USW00014922201801PRCP 0 W 0T W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0T W 53 W 0 W 0 W 43 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 262 W 0T W 0 W 3 W 0 W 0 W 0T W 0 W 0 W 33 W +USW00014922201801SNOW 0 W 3 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 61 W 0 W 0 W 84 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 315 W 0T W 0 W 3 W 0 W 0 W 0T W 0 W 0 W 53 W +USW00014922201801SNWD 80 W 80 W 80 W 80 W 50 W 50 W 50 W 50 W 50 W 30 W 0T W 50 W 50 W 50 W 130 W 100 W 100 W 100 W 80 W 30 W 30 W 30 W 280 W 230 W 230 W 200 W 100 W 80 W 80 W 80 W 130 W +USW00014922201801AWND 31 W 53 W 49 W 19 W 20 W 42 W 40 W 25 W 58 W 50 W 76 W 44 W 21 W 36 W 69 W 36 W 39 W 29 W 26 W 12 W 27 W 82 W 45 W 20 W 46 W 62 W 48 W 37 W 28 W 46 W 51 W +USW00014922201801TAVG -224H S -192H S -142H S -184H S -199H S -190H S -83H S -16H S 3H S 23H S -56H S -185H S -197H S -169H S -130H S -165H S -132H S -19H S 13H S 15H S 22H S 3H S -48H S -65H S -39H S 18H S -4H S -68H S -116H S -119H S -26H S +USW00014922201801WDF2 320 W 230 W 320 W 20 W 10 W 180 W 190 W 300 W 160 W 180 W 320 W 330 W 320 W 310 W 350 W 330 W 220 W 240 W 230 W 230 W 10 W 10 W 350 W 160 W 120 W 310 W 280 W 350 W 10 W 140 W 340 W +USW00014922201801WDF5 310 W 230 W 320 W 30 W 320 W 180 W 180 W 300 W 180 W 180 W 320 W 360 W 320 W 320 W 360 W 340 W 230 W 260 W 240 W 250 W 30 W 10 W 340 W 180 W 120 W 200 W 280 W 30 W 10 W 140 W 340 W +USW00014922201801WSF2 54 W 103 W 103 W 36 W 45 W 107 W 103 W 63 W 103 W 98 W 130 W 89 W 58 W 76 W 112 W 63 W 81 W 58 W 81 W 36 W 58 W 125 W 98 W 54 W 94 W 107 W 103 W 67 W 54 W 98 W 143 W +USW00014922201801WSF5 67 W 130 W 130 W 67 W 76 W 134 W 121 W 76 W 143 W 130 W 161 W 112 W 72 W 94 W 139 W 85 W 112 W 76 W 103 W 49 W 103 W 157 W 125 W 63 W 107 W 157 W 139 W 94 W 81 W 125 W 174 W +USW00014922201801WT01 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W +USW00014922201801WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201801WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201801WT08-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W +USW00014922201801WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00014922201802TMAX -138 W -110 W -71 W -127 W -99 W -121 W -93 W -82 W -116 W -99 W -60 W -105 W -10 W 61 W 33 W -66 W 33 W 72 W -27 W -60 W -66 W -10 W 0 W -10 W -10 W 67 W 83 W 72 W-9999 -9999 -9999 +USW00014922201802TMIN -199 W -216 W -127 W -210 W -199 W -210 W -177 W -155 W -171 W -182 W -188 W -188 W -138 W -82 W -99 W -177 W -66 W -71 W -71 W -132 W -166 W -138 W -88 W -149 W -93 W -99 W -55 W -55 W-9999 -9999 -9999 +USW00014922201802PRCP 0 W 0 W 38 W 0T W 0T W 0T W 5 W 3 W 0T W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 3 W 0 W 33 W 13 W 0 W 76 W 38 W 130 W 0T W 0 W 0 W 0 W-9999 -9999 -9999 +USW00014922201802SNOW 0 W 0 W 64 W 0T W 0T W 0T W 15 W 3 W 0T W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0T W 0 W 20 W 8 W 0 W 84 W 58 W 152 W 0T W 0 W 0 W 0 W-9999 -9999 -9999 +USW00014922201802SNWD 130 W 100 W 100 W 150 W 150 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 130 W 100 W 80 W 80 W 80 W 50 W 50 W 50 W 50 W 200 W 180 W 250 W 230 W 200 W 180 W-9999 -9999 -9999 +USW00014922201802AWND 63 W 26 W 44 W 52 W 30 W 29 W 31 W 29 W 39 W 28 W 43 W 23 W 44 W 34 W 52 W 48 W 42 W 50 W 69 W 49 W 25 W 33 W 34 W 28 W 56 W 26 W 20 W 20 W-9999 -9999 -9999 +USW00014922201802TAVG -139H S -180H S -101H S -157H S -163H S -163H S -133H S -126H S -132H S -142H S -142H S -135H S -98H S -21H S 12H S -104H S -41H S -21H S -34H S -67H S -119H S -83H S -24H S -75H S -49H S -25H S 13H S 16H S-9999 -9999 -9999 +USW00014922201802WDF2 320 W 150 W 10 W 360 W 310 W 240 W 260 W 10 W 20 W 230 W 310 W 310 W 200 W 200 W 340 W 320 W 280 W 160 W 20 W 280 W 300 W 80 W 280 W 270 W 270 W 170 W 50 W 330 W-9999 -9999 -9999 +USW00014922201802WDF5 330 W 130 W 360 W 350 W 330 W 240 W 280 W 360 W 20 W 250 W 320 W 20 W 220 W 190 W 330 W 310 W 280 W 140 W 20 W 300 W 260 W 50 W 280 W 260 W 280 W 160 W 40 W 330 W-9999 -9999 -9999 +USW00014922201802WSF2 107 W 54 W 98 W 107 W 72 W 63 W 63 W 45 W 89 W 54 W 81 W 58 W 76 W 72 W 112 W 103 W 107 W 125 W 103 W 81 W 54 W 72 W 76 W 112 W 112 W 58 W 58 W 54 W-9999 -9999 -9999 +USW00014922201802WSF5 139 W 58 W 121 W 134 W 98 W 76 W 98 W 85 W 107 W 67 W 103 W 72 W 107 W 94 W 139 W 134 W 139 W 161 W 134 W 107 W 63 W 112 W 94 W 139 W 157 W 76 W 103 W 63 W-9999 -9999 -9999 +USW00014922201802WT01-9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 +USW00014922201802WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201802WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201802WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201802WT08 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201803TMAX 50 W 44 W 72 W 56 W 33 W 11 W -16 W -5 W 17 W 17 W 22 W 44 W 28 W 78 W 39 W 50 W 100 W 61 W 72 W 6 W 33 W 61 W 61 W 56 W 61 W 44 W 89 W 111 W 56 W 61 W 17 W +USW00014922201803TMIN -49 W -82 W 6 W 6 W -21 W -55 W -110 W -110 W -77 W -49 W -10 W -60 W -49 W -49 W -21 W -49 W -38 W -38 W 0 W -49 W -60 W -16 W -27 W -16 W -16 W 0 W 6 W -16 W -55 W -43 W -105 W +USW00014922201803PRCP 0 W 0 W 0 W 18 W 86 W 18 W 0 W 0 W 0 W 0T W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 20 W 0 W 0 W 0 W 0 W 0 W 97 W 0 W 0T W 0 W 36 W 25 W +USW00014922201803SNOW 0 W 0 W 0 W 0 W 91 W 28 W 0 W 0 W 0 W 0T W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 10 W 0 W 0 W 0 W 0 W 0 W 20 W 0 W 0 W 0 W 46 W 25 W +USW00014922201803SNWD 150 W 130 W 130 W 80 W 30 W 130 W 130 W 130 W 130 W 100 W 100 W 80 W 50 W 50 W 50 W 50 W 50 W 50 W 30 W 0T W 0T W 0T W 0T W 0T W 0T W 30 W 0T W 0T W 0 W 0 W 50 W +USW00014922201803AWND 38 W 27 W 74 W 82 W 93 W 62 W 34 W 30 W 15 W 31 W 25 W 48 W 42 W 35 W 43 W 50 W 15 W 10 W 44 W 33 W 13 W 20 W 62 W 67 W 55 W 43 W 40 W 47 W 49 W 38 W 79 W +USW00014922201803TAVG 17H S -22H S 34H S 36H S 24H S -12H S -54H S -59H S -43H S -21H S 8H S -2H S -10H S 3H S 12H S -6H S 23H S 27H S 34H S -1H S -19H S 27H S 20H S 20H S 14H S 24H S 23H S 47H S 6H S 7H S -17H S +USW00014922201803WDF2 310 W 160 W 130 W 130 W 110 W 80 W 310 W 270 W 190 W 150 W 310 W 310 W 340 W 310 W 40 W 110 W 60 W 40 W 70 W 50 W 270 W 30 W 80 W 110 W 140 W 170 W 310 W 220 W 340 W 260 W 310 W +USW00014922201803WDF5 320 W 160 W 140 W 120 W 110 W 20 W 310 W 270 W 190 W 140 W 310 W 310 W 340 W 320 W 30 W 110 W 60 W 30 W 50 W 40 W 280 W 30 W 100 W 70 W 130 W 170 W 310 W 220 W 320 W 280 W 10 W +USW00014922201803WSF2 81 W 67 W 130 W 116 W 161 W 103 W 72 W 54 W 40 W 58 W 67 W 103 W 76 W 67 W 72 W 103 W 45 W 36 W 72 W 58 W 40 W 45 W 107 W 107 W 94 W 103 W 76 W 107 W 89 W 89 W 116 W +USW00014922201803WSF5 98 W 81 W 174 W 152 W 206 W 125 W 103 W 67 W 54 W 76 W 85 W 121 W 103 W 81 W 125 W 130 W 63 W 72 W 107 W 72 W 58 W 76 W 139 W 125 W 130 W 125 W 103 W 134 W 103 W 116 W 157 W +USW00014922201803WT01-9999 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W +USW00014922201803WT02-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201803WT03-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201803WT04-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201803WT06-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201803WT08-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201804TMAX -5 W 11 W -10 W -10 W 44 W -32 W 0 W 0 W 33 W 50 W 89 W 111 W 50 W -10 W -21 W 22 W 61 W 44 W 117 W 117 W 156 W 178 W 217 W 189 W 161 W 189 W 183 W 144 W 206 W 289 W-9999 +USW00014922201804TMIN -110 W -60 W -77 W -132 W -105 W -99 W -110 W -88 W -55 W -5 W -21 W 0 W -10 W -55 W -55 W -55 W -49 W -10 W -38 W -21 W 22 W 11 W 56 W 61 W 17 W 72 W 39 W 28 W 33 W 122 W-9999 +USW00014922201804PRCP 0 W 36 W 145 W 0 W 0 W 0T W 0 W 28 W 0T W 0T W 8 W 0 W 79 W 201 W 56 W 0T W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 10 W-9999 +USW00014922201804SNOW 0 W 38 W 191 W 0 W 0 W 0T W 0 W 30 W 3 W 0T W 0 W 0 W 28 W 282 W 89 W 3 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201804SNWD 30 W 0T W 100 W 150 W 130 W 80 W 80 W 50 W 80 W 50 W 30 W 0T W 0 W 30 W 250 W 280 W 230 W 180 W 130 W 80 W 30 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201804AWND 46 W 36 W 58 W 38 W 32 W 83 W 42 W 26 W 36 W 35 W 35 W 36 W 77 W 89 W 67 W 64 W 39 W 43 W 21 W 11 W 14 W 16 W 17 W 45 W 23 W 48 W 59 W 23 W 61 W 61 W-9999 +USW00014922201804TAVG -73H S -26H S -16H S -64H S -33H S -49H S -69H S -40H S -16H S 9H S 37H S 58H S 46H S -20H S -43H S -31H S 10H S 19H S 39H S 54H S 83H S 106H S 133H S 140H S 89H S 126H S 118H S 82H S 116H S 174H S-9999 +USW00014922201804WDF2 270 W 180 W 330 W 240 W 320 W 310 W 310 W 160 W 280 W 230 W 90 W 60 W 50 W 50 W 30 W 300 W 80 W 70 W 320 W 140 W 280 W 150 W 330 W 10 W 30 W 300 W 360 W 20 W 170 W 190 W-9999 +USW00014922201804WDF5 300 W 180 W 340 W 240 W 310 W 300 W 300 W 140 W 280 W 220 W 80 W 20 W 60 W 30 W 20 W 330 W 80 W 30 W 10 W 160 W 280 W 160 W 30 W 20 W 30 W 310 W 330 W 50 W 170 W 190 W-9999 +USW00014922201804WSF2 81 W 81 W 103 W 72 W 107 W 148 W 89 W 58 W 72 W 72 W 67 W 76 W 139 W 148 W 103 W 98 W 89 W 81 W 58 W 45 W 40 W 54 W 54 W 107 W 63 W 107 W 139 W 58 W 116 W 116 W-9999 +USW00014922201804WSF5 103 W 103 W 134 W 103 W 130 W 179 W 121 W 72 W 85 W 89 W 89 W 103 W 174 W 201 W 139 W 116 W 107 W 116 W 76 W 63 W 58 W 67 W 85 W 134 W 94 W 134 W 183 W 85 W 148 W 157 W-9999 +USW00014922201804WT01-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201804WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201804WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00014922201804WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201804WT08-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201804WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201805TMAX 222 W 200 W 239 W 256 W 283 W 250 W 300 W 222 W 183 W 156 W 117 W 161 W 228 W 239 W 256 W 306 W 294 W 289 W 222 W 228 W 217 W 244 W 289 W 333 W 322 W 344 W 328 W 378 W 344 W 233 W 300 W +USW00014922201805TMIN 139 W 94 W 128 W 117 W 133 W 117 W 156 W 150 W 128 W 72 W 83 W 78 W 67 W 144 W 111 W 128 W 150 W 144 W 106 W 78 W 150 W 139 W 167 W 200 W 189 W 194 W 194 W 228 W 200 W 189 W 178 W +USW00014922201805PRCP 109 W 10 W 0T W 0 W 20 W 0 W 0 W 94 W 28 W 0 W 0 W 3 W 0 W 46 W 0 W 0 W 0 W 3 W 5 W 0 W 0 W 0 W 0 W 155 W 41 W 0 W 0 W 3 W 226 W 18 W 0 W +USW00014922201805SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201805SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201805AWND 45 W 32 W 14 W 53 W 30 W 35 W 47 W 47 W 36 W 40 W 53 W 32 W 19 W 18 W 21 W 26 W 45 W 55 W 60 W 43 W 38 W 25 W 36 W 51 W 38 W 30 W 31 W 37 W 52 W 21 W 30 W +USW00014922201805TAVG 207H S 153H S 178H S 195H S 212H S 176H S 221H S 216H S 154H S 132H S 106H S 118H S 134H S 187H S 176H S 217H S 237H S 223H S 184H S 136H S 178H S 177H S 212H S 269H S 243H S 262H S 274H S 306H S 263H S 209H S 226H S +USW00014922201805WDF2 200 W 310 W 180 W 320 W 300 W 30 W 270 W 140 W 150 W 10 W 90 W 100 W 190 W 330 W 40 W 250 W 120 W 140 W 40 W 60 W 110 W 110 W 150 W 260 W 320 W 330 W 80 W 270 W 130 W 100 W 310 W +USW00014922201805WDF5 200 W 330 W 170 W 320 W 300 W 10 W 240 W 150 W 150 W 10 W 80 W 90 W 190 W 330 W 50 W 270 W 110 W 130 W 40 W 60 W 130 W 140 W 220 W 270 W 330 W 320 W 20 W 260 W 140 W 100 W 10 W +USW00014922201805WSF2 103 W 58 W 58 W 125 W 157 W 76 W 81 W 116 W 130 W 89 W 89 W 76 W 54 W 76 W 58 W 67 W 98 W 98 W 98 W 81 W 72 W 58 W 58 W 170 W 134 W 72 W 76 W 157 W 116 W 72 W 72 W +USW00014922201805WSF5 152 W 89 W 72 W 161 W 201 W 116 W 116 W 139 W 152 W 116 W 116 W 98 W 67 W 94 W 103 W 98 W 121 W 125 W 139 W 107 W 89 W 72 W 85 W 273 W 206 W 107 W 125 W 277 W 179 W 98 W 130 W +USW00014922201805WT01 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W +USW00014922201805WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00014922201805WT03 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 +USW00014922201805WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00014922201806TMAX 272 W 217 W 211 W 306 W 267 W 267 W 261 W 233 W 222 W 250 W 233 W 272 W 272 W 278 W 350 W 311 W 328 W 256 W 211 W 267 W 256 W 278 W 278 W 272 W 283 W 228 W 278 W 300 W 372 W 317 W-9999 +USW00014922201806TMIN 178 W 150 W 144 W 133 W 161 W 167 W 150 W 183 W 172 W 178 W 167 W 172 W 144 W 178 W 200 W 211 W 222 W 200 W 167 W 183 W 189 W 172 W 178 W 194 W 194 W 178 W 183 W 194 W 233 W 239 W-9999 +USW00014922201806PRCP 0 W 43 W 0 W 0 W 0 W 53 W 0T W 3 W 56 W 0 W 10 W 0 W 3 W 0T W 0T W 193 W 46 W 102 W 150 W 0 W 0 W 0 W 0 W 23 W 0T W 279 W 0 W 0 W 0 W 0T W-9999 +USW00014922201806SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201806SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201806AWND 51 W 47 W 64 W 27 W 49 W 43 W 35 W 54 W 36 W 57 W 44 W 34 W 30 W 59 W 56 W 49 W 48 W 42 W 47 W 44 W 35 W 14 W 16 W 31 W 60 W 43 W 21 W 36 W 57 W 44 W-9999 +USW00014922201806TAVG 229H S 190H S 168H S 204H S 226H S 217H S 212H S 211H S 199H S 208H S 208H S 221H S 216H S 231H S 257H S 263H S 297H S 229H S 197H S 214H S 226H S 224H S 236H S 237H S 239H S 213H S 220H S 253H S 292H S 299H S-9999 +USW00014922201806WDF2 80 W 280 W 310 W 270 W 120 W 320 W 60 W 120 W 120 W 120 W 110 W 310 W 230 W 140 W 170 W 140 W 230 W 60 W 110 W 100 W 80 W 110 W 230 W 80 W 110 W 120 W 240 W 110 W 200 W 210 W-9999 +USW00014922201806WDF5 110 W 300 W 280 W 250 W 50 W 320 W 80 W 130 W 120 W 110 W 110 W 320 W 310 W 140 W 200 W 150 W 30 W 10 W 100 W 70 W 70 W 40 W 220 W 50 W 120 W 110 W 350 W 170 W 180 W 220 W-9999 +USW00014922201806WSF2 94 W 81 W 125 W 94 W 76 W 134 W 63 W 103 W 72 W 103 W 130 W 94 W 54 W 98 W 98 W 112 W 94 W 72 W 89 W 67 W 72 W 54 W 54 W 76 W 107 W 89 W 45 W 76 W 107 W 103 W-9999 +USW00014922201806WSF5 139 W 130 W 161 W 134 W 107 W 188 W 107 W 130 W 94 W 139 W 174 W 134 W 89 W 139 W 139 W 148 W 174 W 121 W 121 W 121 W 130 W 94 W 76 W 107 W 152 W 112 W 72 W 112 W 170 W 152 W-9999 +USW00014922201806WT01-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 +USW00014922201806WT03-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 +USW00014922201806WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 +USW00014922201807TMAX 239 W 311 W 306 W 283 W 283 W 278 W 294 W 322 W 322 W 294 W 333 W 350 W 283 W 306 W 317 W 300 W 272 W 278 W 228 W 278 W 289 W 283 W 294 W 294 W 283 W 228 W 267 W 278 W 278 W 306 W 306 W +USW00014922201807TMIN 172 W 189 W 211 W 217 W 200 W 172 W 200 W 217 W 222 W 200 W 206 W 228 W 222 W 206 W 217 W 178 W 183 W 178 W 183 W 183 W 172 W 178 W 183 W 178 W 189 W 161 W 144 W 144 W 150 W 161 W 178 W +USW00014922201807PRCP 295 W 0 W 5 W 170 W 0 W 0 W 0 W 0 W 0T W 0T W 0 W 541 W 20 W 0 W 0 W 0 W 0T W 0 W 20 W 23 W 0 W 0 W 0 W 0 W 0T W 20 W 0 W 33 W 0T W 0 W 0 W +USW00014922201807SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201807SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201807AWND 46 W 47 W 45 W 34 W 41 W 31 W 58 W 51 W 28 W 23 W 51 W 40 W 18 W 15 W 34 W 41 W 29 W 30 W 54 W 54 W 50 W 33 W 27 W 36 W 36 W 53 W 32 W 11 W 13 W 13 W 24 W +USW00014922201807TAVG 228H S 238H S 245H S 257H S 252H S 229H S 244H S 264H S 273H S 250H S 258H S 292H S 237H S 256H S 272H S 244H S 236H S 232H S 219H S 208H S 223H S 228H S 238H S 242H S 238H S 192H S 199H S 216H S 210H S 232H S 245H S +USW00014922201807WDF2 330 W 170 W 160 W 290 W 310 W 120 W 170 W 190 W 10 W 140 W 170 W 350 W 310 W 130 W 320 W 300 W 80 W 120 W 130 W 20 W 60 W 30 W 310 W 280 W 320 W 320 W 300 W 350 W 260 W 30 W 230 W +USW00014922201807WDF5 310 W 210 W 160 W 300 W 360 W 150 W 180 W 180 W 10 W 140 W 170 W 350 W 300 W 99 W 330 W 320 W 70 W 110 W 160 W 20 W 30 W 50 W 300 W 10 W 330 W 330 W 340 W 340 W 250 W 10 W 270 W +USW00014922201807WSF2 157 W 81 W 134 W 143 W 81 W 67 W 94 W 89 W 67 W 89 W 94 W 125 W 72 W 45 W 76 W 81 W 54 W 63 W 103 W 130 W 81 W 58 W 63 W 94 W 107 W 98 W 81 W 76 W 63 W 63 W 67 W +USW00014922201807WSF5 224 W 130 W 179 W 192 W 134 W 89 W 130 W 143 W 125 W 112 W 130 W 183 W 103 W 72 W 107 W 125 W 89 W 85 W 139 W 183 W 152 W 112 W 107 W 130 W 143 W 130 W 116 W 98 W 89 W 112 W 94 W +USW00014922201807WT01 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W +USW00014922201807WT03-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W-9999 +USW00014922201807WT08-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 +USW00014922201808TMAX 267 W 222 W 294 W 256 W 294 W 289 W 267 W 322 W 322 W 322 W 311 W 317 W 333 W 328 W 317 W 317 W 300 W 300 W 300 W 261 W 250 W 289 W 272 W 222 W 256 W 294 W 289 W 189 W 222 W 250 W 294 W +USW00014922201808TMIN 150 W 139 W 161 W 217 W 222 W 194 W 200 W 178 W 217 W 194 W 206 W 206 W 217 W 228 W 194 W 206 W 200 W 189 W 189 W 189 W 167 W 139 W 156 W 183 W 183 W 194 W 189 W 133 W 111 W 128 W 200 W +USW00014922201808PRCP 58 W 0 W 259 W 10 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 23 W 0 W 0 W 0 W 267 W 0 W 0T W 38 W 46 W 0 W 0T W 18 W +USW00014922201808SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201808SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201808AWND 46 W 27 W 54 W 38 W 34 W 26 W 21 W 36 W 28 W 18 W 14 W 31 W 40 W 30 W 31 W 27 W 26 W 20 W 32 W 36 W 43 W 30 W 45 W 37 W 14 W 44 W 35 W 33 W 21 W 47 W 55 W +USW00014922201808TAVG 227H S 172H S 209H S 235H S 253H S 241H S 232H S 243H S 273H S 259H S 261H S 262H S 276H S 278H S 252H S 252H S 252H S 243H S 246H S 243H S 205H S 208H S 218H S 207H S 204H S 233H S 262H S 183H S 163H S 184H S 236H S +USW00014922201808WDF2 330 W 20 W 330 W 180 W 230 W 310 W 230 W 240 W 300 W 310 W 170 W 170 W 190 W 360 W 30 W 210 W 10 W 140 W 120 W 50 W 340 W 280 W 210 W 170 W 230 W 180 W 210 W 330 W 340 W 180 W 170 W +USW00014922201808WDF5 20 W 120 W 330 W 200 W 220 W 350 W 220 W 230 W 310 W 30 W 270 W 180 W 220 W 20 W 60 W 220 W 30 W 130 W 130 W 20 W 20 W 270 W 220 W 40 W 240 W 190 W 30 W 340 W 30 W 200 W 210 W +USW00014922201808WSF2 94 W 58 W 161 W 81 W 81 W 58 W 72 W 98 W 76 W 58 W 45 W 67 W 67 W 72 W 58 W 81 W 45 W 45 W 72 W 58 W 76 W 72 W 94 W 76 W 36 W 98 W 76 W 72 W 45 W 89 W 89 W +USW00014922201808WSF5 134 W 98 W 219 W 121 W 116 W 130 W 98 W 134 W 116 W 81 W 76 W 94 W 112 W 148 W 130 W 125 W 81 W 72 W 98 W 139 W 130 W 107 W 134 W 103 W 63 W 134 W 130 W 107 W 94 W 125 W 130 W +USW00014922201808WT01 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W +USW00014922201808WT03 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W +USW00014922201808WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00014922201809TMAX 311 W 278 W 244 W 244 W 228 W 233 W 250 W 233 W 228 W 261 W 283 W 289 W 294 W 311 W 333 W 322 W 272 W 189 W 178 W 200 W 178 W 194 W 244 W 244 W 150 W 167 W 167 W 133 W 94 W 128 W-9999 +USW00014922201809TMIN 222 W 200 W 200 W 194 W 139 W 111 W 128 W 139 W 122 W 122 W 167 W 206 W 172 W 206 W 211 W 222 W 156 W 156 W 150 W 150 W 89 W 72 W 106 W 139 W 89 W 67 W 89 W 39 W 22 W 78 W-9999 +USW00014922201809PRCP 0 W 64 W 5 W 300 W 5 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 229 W 168 W 46 W 833 W 3 W 0 W 0 W 69 W 25 W 0 W 0T W 0 W 0 W 0 W-9999 +USW00014922201809SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201809SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201809AWND 24 W 34 W 41 W 24 W 43 W 22 W 26 W 40 W 41 W 34 W 54 W 51 W 58 W 32 W 38 W 49 W 35 W 27 W 38 W 53 W 58 W 37 W 44 W 49 W 41 W 41 W 41 W 45 W 34 W 21 W-9999 +USW00014922201809TAVG 252H S 241H S 221H S 219H S 199H S 173H S 184H S 186H S 174H S 183H S 225H S 243H S 233H S 248H S 270H S 273H S 239H S 167H S 167H S 164H S 149H S 122H S 168H S 189H S 134H S 111H S 146H S 99H S 61H S 91H S-9999 +USW00014922201809WDF2 300 W 230 W 130 W 80 W 10 W 30 W 70 W 120 W 150 W 180 W 170 W 180 W 170 W 140 W 180 W 180 W 320 W 270 W 110 W 270 W 330 W 170 W 140 W 180 W 320 W 280 W 310 W 280 W 120 W 20 W-9999 +USW00014922201809WDF5 90 W 240 W 100 W 110 W 330 W 40 W 50 W 100 W 150 W 180 W 190 W 180 W 190 W 170 W 180 W 170 W 330 W 270 W 110 W 270 W 270 W 180 W 130 W 160 W 360 W 280 W 210 W 260 W 90 W 30 W-9999 +USW00014922201809WSF2 54 W 103 W 76 W 58 W 94 W 45 W 63 W 81 W 72 W 67 W 112 W 89 W 116 W 54 W 76 W 98 W 192 W 94 W 112 W 179 W 130 W 81 W 94 W 94 W 72 W 89 W 81 W 103 W 67 W 54 W-9999 +USW00014922201809WSF5 107 W 152 W 103 W 103 W 161 W 85 W 94 W 116 W 89 W 98 W 152 W 121 W 161 W 81 W 125 W 125 W 246 W 134 W 139 W 183 W 179 W 116 W 134 W 134 W 112 W 116 W 125 W 143 W 98 W 112 W-9999 +USW00014922201809WT01-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201809WT03-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201809WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201810TMAX 100 W 122 W 261 W 94 W 106 W 94 W 111 W 122 W 100 W 106 W 39 W 78 W 122 W 56 W 72 W 133 W 100 W 222 W 183 W 94 W 150 W 161 W 94 W 122 W 128 W 100 W 117 W 139 W 94 W 122 W 122 W +USW00014922201810TMIN 67 W 94 W 44 W 17 W 56 W 56 W 72 W 83 W 72 W 28 W 0 W -5 W 17 W 0 W -10 W 39 W 11 W 6 W 94 W -5 W -21 W 6 W 0 W -5 W 61 W 72 W 67 W 67 W 28 W 44 W 28 W +USW00014922201810PRCP 86 W 0T W 155 W 56 W 28 W 0 W 13 W 86 W 264 W 36 W 3 W 0 W 0 W 23 W 0 W 0 W 0 W 0 W 5 W 0T W 0 W 0 W 0 W 0 W 0T W 74 W 33 W 0T W 3 W 0 W 0 W +USW00014922201810SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 8 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201810SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201810AWND 34 W 27 W 54 W 40 W 32 W 40 W 39 W 29 W 49 W 49 W 66 W 34 W 46 W 43 W 57 W 61 W 38 W 40 W 72 W 69 W 31 W 45 W 25 W 26 W 29 W 31 W 25 W 73 W 34 W 34 W 28 W +USW00014922201810TAVG 88H S 98H S 166H S 70H S 77H S 81H S 83H S 96H S 94H S 81H S 33H S 20H S 59H S 37H S 27H S 78H S 59H S 84H S 157H S 69H S 42H S 81H S 58H S 49H S 89H S 87H S 84H S 97H S 71H S 87H S 70H S +USW00014922201810WDF2 80 W 140 W 290 W 330 W 120 W 320 W 90 W 350 W 60 W 270 W 310 W 310 W 220 W 310 W 310 W 330 W 300 W 230 W 320 W 310 W 230 W 310 W 20 W 180 W 170 W 150 W 260 W 310 W 130 W 320 W 280 W +USW00014922201810WDF5 80 W 140 W 300 W 320 W 120 W 340 W 100 W 10 W 60 W 260 W 310 W 280 W 220 W 300 W 320 W 300 W 310 W 210 W 330 W 310 W 230 W 310 W 40 W 210 W 160 W 150 W 250 W 300 W 150 W 340 W 280 W +USW00014922201810WSF2 81 W 67 W 174 W 98 W 67 W 72 W 72 W 54 W 81 W 98 W 116 W 63 W 98 W 81 W 98 W 112 W 98 W 89 W 134 W 165 W 98 W 116 W 54 W 63 W 54 W 67 W 63 W 157 W 67 W 72 W 81 W +USW00014922201810WSF5 116 W 103 W 273 W 125 W 98 W 125 W 107 W 98 W 148 W 139 W 157 W 85 W 134 W 116 W 139 W 157 W 125 W 143 W 183 W 224 W 139 W 152 W 85 W 85 W 76 W 85 W 85 W 219 W 107 W 98 W 116 W +USW00014922201810WT01 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00014922201810WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00014922201810WT03-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201810WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201811TMAX 106 W 89 W 83 W 39 W 72 W 61 W 6 W -21 W -43 W -49 W -10 W -49 W -49 W 61 W 67 W 17 W -16 W -27 W -10 W 6 W 0 W 28 W 78 W 44 W -10 W -43 W -38 W -27 W -5 W 6 W-9999 +USW00014922201811TMIN 11 W 6 W 17 W 22 W 28 W -16 W -38 W -55 W -93 W -116 W -60 W -110 W -138 W -88 W -16 W -32 W -99 W -143 W -66 W -110 W -43 W -27 W 17 W -10 W -82 W -93 W -105 W -93 W -38 W -16 W-9999 +USW00014922201811PRCP 0 W 0 W 5 W 43 W 76 W 76 W 5 W 15 W 3 W 0T W 0T W 0T W 0 W 0 W 3 W 3 W 0T W 0 W 0T W 0T W 0T W 0 W 69 W 15 W 0 W 0T W 0T W 30 W 25 W 0 W-9999 +USW00014922201811SNOW 0 W 0 W 0 W 0T W 0 W 3 W 13 W 18 W 8 W 0T W 0T W 0T W 0 W 0 W 0 W 3 W 0T W 0 W 0T W 0T W 0T W 0 W 0 W 0 W 0 W 0T W 0T W 36 W 23 W 0 W-9999 +USW00014922201811SNWD 0 W 0 W 0 W 0 W 0 W 0 W 30 W 0T W 30 W 30 W 30 W 30 W 0T W 0T W 0 W 0T W 0T W 0T W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 50 W 50 W-9999 +USW00014922201811AWND 21 W 30 W 46 W 43 W 31 W 57 W 58 W 30 W 62 W 35 W 48 W 59 W 28 W 45 W 48 W 45 W 43 W 35 W 38 W 34 W 46 W 58 W 41 W 51 W 60 W 59 W 46 W 37 W 30 W 26 W-9999 +USW00014922201811TAVG 57H S 53H S 50H S 38H S 40H S 47H S -6H S -36H S -56H S -87H S -38H S -60H S -97H S -40H S 21H S 6H S -35H S -85H S -36H S -64H S -21H S -14H S 38H S 32H S -22H S -72H S -78H S -58H S -28H S -8H S-9999 +USW00014922201811WDF2 80 W 20 W 130 W 80 W 120 W 280 W 310 W 320 W 320 W 130 W 280 W 330 W 330 W 170 W 310 W 310 W 360 W 220 W 350 W 240 W 130 W 130 W 170 W 330 W 350 W 320 W 320 W 140 W 170 W 120 W-9999 +USW00014922201811WDF5 50 W 20 W 70 W 30 W 150 W 280 W 300 W 330 W 320 W 190 W 270 W 340 W 360 W 190 W 300 W 310 W 20 W 230 W 10 W 210 W 20 W 150 W 170 W 360 W 340 W 320 W 280 W 140 W 210 W 90 W-9999 +USW00014922201811WSF2 54 W 63 W 89 W 72 W 58 W 107 W 103 W 63 W 125 W 58 W 94 W 98 W 58 W 76 W 98 W 89 W 76 W 67 W 72 W 67 W 72 W 94 W 76 W 89 W 89 W 81 W 76 W 81 W 58 W 58 W-9999 +USW00014922201811WSF5 81 W 98 W 116 W 116 W 76 W 148 W 134 W 89 W 165 W 81 W 125 W 134 W 94 W 112 W 130 W 130 W 134 W 94 W 121 W 107 W 107 W 125 W 103 W 121 W 116 W 107 W 112 W 103 W 85 W 85 W-9999 +USW00014922201811WT01-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 +USW00014922201811WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201811WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00014922201812TMAX 11 W 11 W -21 W -43 W -16 W -55 W -27 W -27 W -16 W -38 W -27 W -16 W 0 W 39 W 61 W 78 W 22 W 61 W 56 W 28 W -21 W 0 W -5 W -32 W -21 W 6 W 28 W 6 W -88 W 0 W 0 W +USW00014922201812TMIN -21 W -21 W -43 W -55 W -55 W -132 W -143 W -127 W -99 W -99 W -110 W -49 W -49 W -49 W -66 W -5 W -43 W -27 W 0 W -21 W -49 W -38 W -71 W -93 W -71 W -60 W 6 W -105 W -127 W -99 W -117 W +USW00014922201812PRCP 51 W 10 W 0T W 0T W 0T W 0T W 0T W 0 W 0 W 3 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 3 W 0 W 3 W 0T W 0 W 0 W 76 W 241 W 0T W 0T W 0 W 3 W +USW00014922201812SNOW 58 W 13 W 0T W 0T W 3 W 0T W 3 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 8 W 0T W 0 W 0 W 58 W 15 W 5 W 3 W 0 W 5 W +USW00014922201812SNWD 50 W 100 W 100 W 100 W 100 W 100 W 100 W 100 W 100 W 100 W 100 W 100 W 100 W 100 W 100 W 80 W 80 W 50 W 30 W 0T W 0T W 0T W 0T W 0T W 0T W 0T W 50 W 0T W 0T W 0T W 0T W +USW00014922201812AWND 72 W 81 W 35 W 30 W 42 W 39 W 22 W 24 W 24 W 31 W 25 W 27 W 24 W 26 W 34 W 39 W 24 W 34 W 29 W 54 W 33 W 25 W 55 W 22 W 15 W 43 W 52 W 70 W 37 W 35 W 58 W +USW00014922201812PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1103 W 1839 W 0924 W 0909 W 2359 W 0611 W 1626 W 1700 W 1633 W 1713 W 0627 W 0943 W 1034 W-9999 +USW00014922201812TAVG -14H S 2H S -25H S -48H S -37H S -64H S -100H S -76H S -54H S -69H S -68H S -35H S -32H S -4H S -12H S 32H S -6H S 8H S 31H S 16H S -33H S -35H S -23H S -65H S -44H S -27H S 15H S -31H S -107H S -62H S -16H S +USW00014922201812WDF2 40 W 20 W 20 W 270 W 330 W 330 W 230 W 150 W 160 W 220 W 80 W 80 W 290 W 250 W 160 W 300 W 120 W 230 W 250 W 330 W 350 W 280 W 280 W 120 W 90 W 110 W 30 W 350 W 180 W 150 W 10 W +USW00014922201812WDF5 30 W 20 W 30 W 270 W 330 W 350 W 240 W 200 W 170 W 220 W 80 W 30 W 280 W 230 W 150 W 310 W 300 W 210 W 230 W 350 W 50 W 280 W 280 W 70 W 30 W 90 W 30 W 350 W 230 W 230 W 10 W +USW00014922201812WSF2 116 W 130 W 76 W 58 W 98 W 72 W 58 W 54 W 45 W 63 W 81 W 54 W 58 W 45 W 72 W 72 W 45 W 67 W 54 W 98 W 72 W 58 W 107 W 45 W 36 W 89 W 125 W 107 W 67 W 67 W 112 W +USW00014922201812WSF5 174 W 188 W 116 W 81 W 116 W 103 W 85 W 76 W 72 W 89 W 107 W 81 W 81 W 72 W 107 W 107 W 72 W 107 W 81 W 134 W 103 W 85 W 152 W 58 W 54 W 116 W 201 W 148 W 98 W 94 W 152 W +USW00014922201812WT01 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 +USW00014922201812WT02 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201812WT06-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201812WT08-9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 +USW00014922201901TMAX -116 W -32 W 50 W 83 W 83 W 33 W 56 W 33 W -88 W -43 W 6 W -5 W 17 W 0 W 6 W -60 W -43 W -99 W -116 W -116 W -77 W -66 W -43 W -66 W -149 W -116 W -143 W -105 W -182 W -249 W -193 W +USW00014922201901TMIN -177 W -166 W -66 W -21 W -27 W -43 W 11 W -116 W -143 W -121 W -77 W -60 W -21 W -16 W -66 W -138 W -99 W -143 W -182 W -205 W -177 W -121 W -127 W -221 W -227 W -199 W -227 W -182 W -316 W -332 W -305 W +USW00014922201901PRCP 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0 W 0T W 3 W 0 W 0 W 0T W 8 W 0T W 0T W 0 W 13 W 58 W 33 W 0T W 0 W 0T W +USW00014922201901SNOW 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0T W 5 W 0 W 0 W 0T W 18 W 0T W 10 W 0 W 10 W 61 W 66 W 0T W 0 W 3 W +USW00014922201901SNWD 0T W 0T W 0T W 0T W 0T W 0T W 0T W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0T W 0T W 0T W 30 W 30 W 30 W 30 W 30 W 30 W 100 W 130 W 130 W 130 W +USW00014922201901AWND 33 W 38 W 33 W 20 W 31 W 60 W 39 W 82 W 57 W 38 W 31 W 31 W 30 W 29 W 51 W 34 W 32 W 44 W 47 W 28 W 67 W 31 W 26 W 78 W 20 W 31 W 51 W 58 W 75 W 45 W 29 W +USW00014922201901TAVG -131H S -119H S -23H S 20H S 28H S -9H S 33H S -8H S -114H S -95H S -48H S -32H S -8H S -3H S -17H S -81H S -68H S -111H S -148H S -168H S -148H S -85H S -87H S -106H S -199H S -173H S -186H S -144H S -204H S -301H S -274H S +USW00014922201901WDF2 10 W 230 W 230 W 230 W 320 W 130 W 140 W 310 W 310 W 110 W 160 W 110 W 190 W 270 W 320 W 320 W 320 W 10 W 350 W 30 W 130 W 150 W 270 W 320 W 310 W 330 W 120 W 310 W 320 W 310 W 100 W +USW00014922201901WDF5 350 W 220 W 220 W 230 W 30 W 130 W 160 W 270 W 300 W 120 W 90 W 60 W 180 W 280 W 310 W 360 W 330 W 20 W 350 W 30 W 110 W 130 W 230 W 310 W 300 W 330 W 120 W 320 W 310 W 320 W 100 W +USW00014922201901WSF2 94 W 81 W 67 W 40 W 81 W 143 W 103 W 161 W 103 W 67 W 45 W 54 W 54 W 58 W 94 W 76 W 63 W 72 W 67 W 67 W 116 W 89 W 45 W 134 W 58 W 72 W 107 W 98 W 134 W 89 W 58 W +USW00014922201901WSF5 130 W 125 W 112 W 63 W 134 W 210 W 143 W 219 W 139 W 85 W 76 W 94 W 76 W 81 W 130 W 112 W 89 W 116 W 103 W 85 W 157 W 130 W 81 W 174 W 76 W 107 W 143 W 130 W 201 W 116 W 76 W +USW00014922201901WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W +USW00014922201901WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201901WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 1 W +USW00014922201901WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00014922201902TMAX -82 W 39 W 39 W 6 W -105 W -60 W -66 W -171 W -132 W -77 W -38 W -43 W -66 W -43 W -93 W -60 W -32 W -49 W -55 W -21 W -60 W -27 W 0 W -16 W -155 W -132 W -99 W -60 W-9999 -9999 -9999 +USW00014922201902TMIN -193 W -110 W 0 W -166 W -166 W -110 W -205 W -238 W -243 W -143 W -82 W -116 W -155 W -177 W -193 W -188 W -99 W -149 W -193 W -93 W -138 W -121 W -32 W -188 W -205 W -177 W -177 W -193 W-9999 -9999 -9999 +USW00014922201902PRCP 0T W 0 W 3 W 15 W 79 W 8 W 94 W 0 W 0 W 64 W 8 W 81 W 0T W 5 W 0 W 0 W 8 W 0 W 0 W 152 W 0T W 0 W 53 W 51 W 0T W 15 W 18 W 0 W-9999 -9999 -9999 +USW00014922201902SNOW 0T W 0 W 0 W 0T W 104 W 10 W 150 W 0 W 0 W 150 W 3 W 140 W 0T W 8 W 0 W 0 W 10 W 0 W 0 W 231 W 0T W 0 W 48 W 66 W 0T W 28 W 43 W 0 W-9999 -9999 -9999 +USW00014922201902SNWD 100 W 100 W 50 W 30 W 0T W 100 W 100 W 230 W 200 W 200 W 280 W 360 W 360 W 330 W 300 W 300 W 300 W 280 W 280 W 280 W 410 W 410 W 380 W 430 W 410 W 410 W 480 W 460 W-9999 -9999 -9999 +USW00014922201902AWND 43 W 28 W 20 W 61 W 31 W 27 W 51 W 50 W 32 W 28 W 46 W 60 W 34 W 57 W 42 W 20 W 54 W 31 W 21 W 48 W 33 W 21 W 45 W 98 W 39 W 34 W 39 W 29 W-9999 -9999 -9999 +USW00014922201902TAVG -161H S -62H S 23H S -40H S -153H S -98H S -80H S -195H S -211H S -122H S -72H S -52H S -114H S -73H S -152H S -137H S -64H S -92H S -130H S -66H S -92H S -87H S -20H S -59H S -182H S -167H S -131H S -142H S-9999 -9999 -9999 +USW00014922201902WDF2 170 W 180 W 30 W 300 W 30 W 30 W 310 W 290 W 110 W 30 W 110 W 320 W 300 W 320 W 310 W 80 W 60 W 270 W 80 W 240 W 250 W 60 W 360 W 310 W 310 W 90 W 310 W 220 W-9999 -9999 -9999 +USW00014922201902WDF5 160 W 200 W 20 W 310 W 20 W 20 W 300 W 300 W 120 W 50 W 120 W 320 W 300 W 320 W 300 W 70 W 40 W 10 W 90 W 290 W 270 W 40 W 30 W 300 W 300 W 70 W 310 W 260 W-9999 -9999 -9999 +USW00014922201902WSF2 81 W 54 W 54 W 103 W 58 W 45 W 112 W 89 W 81 W 45 W 89 W 112 W 67 W 112 W 89 W 58 W 81 W 54 W 45 W 76 W 63 W 63 W 81 W 170 W 76 W 63 W 76 W 67 W-9999 -9999 -9999 +USW00014922201902WSF5 116 W 76 W 89 W 139 W 103 W 103 W 148 W 121 W 98 W 89 W 121 W 161 W 98 W 157 W 116 W 94 W 152 W 98 W 76 W 116 W 94 W 103 W 121 W 215 W 107 W 107 W 103 W 89 W-9999 -9999 -9999 +USW00014922201902WT01-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00014922201902WT02-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201902WT06-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201902WT08-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 +USW00014922201902WT09-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201903TMAX -71 W -77 W -177 W -127 W -88 W -55 W -60 W 6 W 28 W 0 W 0 W 33 W 56 W 61 W 17 W 17 W 44 W 44 W 78 W 94 W 100 W 100 W 122 W 122 W 83 W 106 W 178 W 117 W 83 W 33 W 33 W +USW00014922201903TMIN -149 W -182 W -249 W -232 W -171 W -143 W -166 W -88 W -27 W -82 W -116 W -77 W 11 W 6 W -38 W -71 W -49 W -43 W -21 W 6 W -5 W -16 W -32 W -5 W -21 W -38 W 39 W 11 W -27 W -32 W -61 W +USW00014922201903PRCP 71 W 0 W 0 W 0T W 0T W 0T W 0 W 0 W 145 W 23 W 0 W 53 W 84 W 130 W 0 W 0 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W +USW00014922201903SNOW 142 W 0 W 0 W 0T W 0T W 0T W 0 W 0 W 74 W 46 W 0 W 0 W 0 W 3 W 0 W 0 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W +USW00014922201903SNWD 430 W 530 W 510 W 510 W 480 W 480 W 460 W 460 W 410 W 480 W 430 W 410 W 330 W 180 W 100 W 80 W 80 W 50 W 30 W 0T W 0T W 0T W 0T W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201903AWND 21 W 49 W 52 W 47 W 58 W 38 W 20 W 31 W 55 W 63 W 24 W 43 W 48 W 54 W 82 W 31 W 27 W 25 W 38 W 56 W 43 W 26 W 15 W 38 W 23 W 34 W 63 W 43 W 30 W 72 W 33 W +USW00014922201903TAVG -102H S -110H S -190H S -194H S -137H S -108H S -111H S -61H S -4H S -14H S -65H S -29H S 24H S 44H S 3H S -26H S -15H S 4H S 27H S 39H S 44H S 46H S 42H S 67H S 19H S 29H S 99H S 76H S 29H S 17H S -16H S +USW00014922201903WDF2 130 W 310 W 270 W 240 W 320 W 320 W 120 W 160 W 110 W 270 W 230 W 160 W 120 W 320 W 310 W 310 W 300 W 250 W 220 W 10 W 280 W 340 W 170 W 30 W 20 W 180 W 230 W 300 W 330 W 330 W 110 W +USW00014922201903WDF5 130 W 310 W 270 W 240 W 330 W 310 W 80 W 150 W 130 W 310 W 240 W 150 W 130 W 320 W 310 W 320 W 350 W 250 W 220 W 10 W 270 W 110 W 210 W 20 W 50 W 170 W 220 W 350 W-9999 330 W 240 W +USW00014922201903WSF2 63 W 94 W 89 W 98 W 125 W 89 W 45 W 58 W 107 W 112 W 45 W 107 W 89 W 112 W 130 W 58 W 63 W 63 W 72 W 89 W 94 W 58 W 54 W 89 W 54 W 76 W 112 W 81 W 54 W 112 W 58 W +USW00014922201903WSF5 72 W 125 W 121 W 139 W 165 W 112 W 67 W 72 W 157 W 170 W 89 W 152 W 125 W 157 W 179 W 76 W 89 W 85 W 103 W 148 W 130 W 103 W 67 W 139 W 89 W 107 W 170 W 125 W-9999 165 W 72 W +USW00014922201903WT01 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201903WT02 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201903WT08 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201903WT09-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201904TMAX 72 W 100 W 106 W 78 W 111 W 117 W 172 W 211 W 139 W 11 W 22 W 28 W 39 W 89 W 122 W 200 W 122 W 122 W 178 W 256 W 250 W 94 W 183 W 228 W 222 W 150 W 106 W 122 W 144 W 72 W-9999 +USW00014922201904TMIN -10 W -10 W -10 W 11 W 17 W 78 W 72 W 50 W 0 W -10 W -32 W -5 W -16 W -43 W -10 W 22 W 50 W 44 W 11 W 67 W 94 W 44 W 22 W 100 W 100 W 61 W 44 W 22 W 61 W 39 W-9999 +USW00014922201904PRCP 0 W 5 W 0 W 0T W 15 W 239 W 43 W 0 W 0 W 122 W 117 W 23 W 0 W 0 W 0 W 0 W 279 W 0T W 0 W 0 W 0T W 89 W 0 W 0T W 0 W 0 W 0T W 0 W 0 W 61 W-9999 +USW00014922201904SNOW 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 117 W 109 W 23 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201904SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 150 W 80 W 80 W 30 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201904AWND 34 W 60 W 29 W 52 W 22 W 41 W 28 W 52 W 52 W 71 W 97 W 48 W 37 W 23 W 42 W 21 W 51 W 49 W 16 W 38 W 53 W 62 W 23 W 48 W 51 W 65 W 38 W 51 W 39 W 48 W-9999 +USW00014922201904TAVG 20H S 39H S 40H S 45H S 43H S 92H S 121H S 124H S 102H S 6H S -3H S 12H S 7H S 21H S 53H S 112H S 112H S 72H S 96H S 149H S 188H S 94H S 85H S 158H S 176H S 118H S 83H S 75H S 94H S 68H S-9999 +USW00014922201904WDF2 110 W 300 W 320 W 120 W 120 W 110 W 280 W 280 W 330 W 70 W 80 W 250 W 340 W 90 W 130 W 150 W 90 W 330 W 360 W 180 W 30 W 20 W 260 W 230 W 320 W 330 W 120 W 140 W 130 W 80 W-9999 +USW00014922201904WDF5 100 W 310 W 360 W 100 W 50 W 150 W 300 W 300 W 30 W 60 W 90 W 250 W 350 W 30 W 130 W 60 W 20 W 300 W 340 W 200 W 20 W 30 W 210 W 190 W 320 W 320 W 50 W 120 W 140 W 90 W-9999 +USW00014922201904WSF2 89 W 139 W 67 W 89 W 54 W 67 W 76 W 139 W 98 W 125 W 170 W 94 W 76 W 63 W 89 W 45 W 89 W 89 W 63 W 81 W 103 W 130 W 58 W 94 W 139 W 107 W 76 W 125 W 89 W 94 W-9999 +USW00014922201904WSF5 112 W 192 W 94 W 116 W 81 W 94 W 116 W 179 W 157 W 192 W 228 W 130 W 112 W 112 W 112 W 67 W 116 W 152 W 94 W 112 W 165 W 170 W 89 W 139 W 174 W 148 W 112 W 170 W 130 W 125 W-9999 +USW00014922201904WT01-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922201904WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201904WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201904WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201904WT05-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201904WT08-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201904WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201905TMAX 78 W 139 W 167 W 217 W 178 W 150 W 172 W 128 W 122 W 161 W 183 W 167 W 194 W 228 W 244 W 278 W 206 W 128 W 78 W 172 W 161 W 172 W 156 W 228 W 206 W 233 W 178 W 206 W 233 W 278 W 311 W +USW00014922201905TMIN 39 W 50 W 17 W 72 W 94 W 83 W 44 W 22 W 17 W 33 W 56 W 61 W 44 W 89 W 122 W 139 W 106 W 72 W 33 W 22 W 83 W 83 W 111 W 111 W 122 W 83 W 89 W 72 W 111 W 128 W 178 W +USW00014922201905PRCP 23 W 0 W 38 W 0 W 0T W 0T W 0 W 368 W 5 W 0 W 3 W 0 W 0 W 10 W 30 W 89 W 13 W 203 W 160 W 0 W 150 W 130 W 0 W 10 W 0 W 0 W 465 W 0 W 0 W 0 W 0T W +USW00014922201905SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201905SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201905AWND 35 W 21 W 30 W 22 W 38 W 45 W 35 W 78 W 68 W 18 W 42 W 17 W 17 W 32 W 24 W 48 W 53 W 73 W 62 W 26 W 74 W 73 W 47 W 46 W 49 W 18 W 56 W 38 W 11 W 20 W 42 W +USW00014922201905TAVG 54H S 81H S 94H S 138H S 145H S 121H S 112H S 103H S 52H S 97H S 122H S 113H S 134H S 161H S 183H S 225H S 157H S 112H S 67H S 81H S 126H S 116H S 136H S 138H S 185H S 160H S 155H S 117H S 165H S 197H S 243H S +USW00014922201905WDF2 60 W 320 W 150 W 250 W 10 W 360 W 150 W 60 W 360 W 290 W 140 W 160 W 230 W 340 W 180 W 330 W 110 W 100 W 30 W 30 W 80 W 190 W 290 W 120 W 260 W 200 W 40 W 10 W 20 W 230 W 10 W +USW00014922201905WDF5 40 W 320 W 150 W 240 W 20 W 20 W 70 W 40 W 350 W 270 W 180 W 160 W 230 W 150 W 30 W 290 W 100 W 90 W 20 W 30 W 80 W 230 W 280 W 110 W 280 W 200 W 30 W 10 W 40 W 220 W 10 W +USW00014922201905WSF2 72 W 58 W 76 W 72 W 89 W 76 W 67 W 125 W 112 W 63 W 98 W 58 W 58 W 63 W 58 W 112 W 103 W 130 W 130 W 67 W 139 W 125 W 103 W 98 W 89 W 40 W 116 W 76 W 40 W 45 W 103 W +USW00014922201905WSF5 116 W 98 W 121 W 98 W 139 W 130 W 125 W 192 W 170 W 89 W 143 W 76 W 98 W 89 W 85 W 161 W 130 W 174 W 197 W 107 W 188 W 174 W 143 W 130 W 139 W 72 W 192 W 103 W 76 W 72 W 139 W +USW00014922201905WT01 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00014922201905WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00014922201905WT08 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201906TMAX 228 W 239 W 283 W 294 W 283 W 294 W 322 W 311 W 228 W 261 W 206 W 217 W 228 W 300 W 244 W 233 W 239 W 239 W 261 W 256 W 250 W 261 W 244 W 228 W 278 W 300 W 256 W 300 W 317 W 272 W-9999 +USW00014922201906TMIN 128 W 106 W 122 W 156 W 178 W 150 W 200 W 194 W 139 W 111 W 144 W 122 W 89 W 178 W 172 W 150 W 144 W 128 W 139 W 167 W 172 W 167 W 178 W 161 W 161 W 172 W 194 W 200 W 206 W 194 W-9999 +USW00014922201906PRCP 5 W 0 W 0 W 66 W 0T W 0 W 0 W 0 W 0T W 0 W 41 W 0T W 0 W 13 W 13 W 0T W 0T W 0 W 0 W 74 W 0 W 0T W 91 W 71 W 0 W 0 W 56 W 0 W 0 W 262 W-9999 +USW00014922201906SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201906SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201906AWND 49 W 34 W 43 W 35 W 36 W 21 W 46 W 52 W 50 W 35 W 24 W 54 W 29 W 44 W 47 W 43 W 27 W 21 W 27 W 42 W 58 W 45 W 25 W 38 W 47 W 22 W 32 W 30 W 28 W 54 W-9999 +USW00014922201906TAVG 197H S 182H S 196H S 222H S 217H S 228H S 263H S 259H S 212H S 183H S 174H S 167H S 159H S 223H S 216H S 186H S 186H S 195H S 204H S 205H S 196H S 209H S 218H S 189H S 211H S 235H S 230H S 241H S 264H S 256H S-9999 +USW00014922201906WDF2 10 W 340 W 180 W 360 W 40 W 140 W 140 W 150 W 310 W 320 W 260 W 340 W 210 W 230 W 80 W 120 W 270 W 310 W 90 W 170 W 110 W 110 W 330 W 320 W 270 W 200 W 250 W 30 W 140 W 40 W-9999 +USW00014922201906WDF5 360 W 350 W 190 W 330 W 30 W-9999 140 W 160 W 300 W 330 W 260 W 340 W 190 W 230 W 70 W 120 W 340 W 30 W 40 W 180 W 110 W 110 W 130 W 260 W 300 W 180 W 260 W 20 W 30 W 40 W-9999 +USW00014922201906WSF2 89 W 72 W 89 W 89 W 76 W 40 W 76 W 94 W 103 W 103 W 81 W 107 W 72 W 98 W 89 W 81 W 58 W 54 W 67 W 94 W 103 W 89 W 58 W 89 W 112 W 45 W 125 W 63 W 67 W 165 W-9999 +USW00014922201906WSF5 125 W 134 W 125 W 139 W 116 W-9999 103 W 121 W 139 W 134 W 107 W 152 W 94 W 148 W 116 W 107 W 72 W 85 W 112 W 130 W 134 W 116 W 94 W 121 W 152 W 81 W 179 W 98 W 89 W 228 W-9999 +USW00014922201906WT01 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 +USW00014922201906WT03 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 +USW00014922201906WT08 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201907TMAX 256 W 306 W 306 W 294 W 283 W 283 W 294 W 294 W 267 W 261 W 283 W 300 W 306 W 333 W 333 W 294 W 300 W 317 W 350 W 244 W 278 W 261 W 283 W 289 W 278 W 300 W 300 W 250 W 256 W 250 W 267 W +USW00014922201907TMIN 200 W 206 W 194 W 217 W 200 W 206 W 183 W 200 W 211 W 206 W 183 W 200 W 200 W 222 W 217 W 217 W 211 W 228 W 228 W 167 W 161 W 156 W 167 W 183 W 189 W 200 W 200 W 189 W 172 W 150 W 156 W +USW00014922201907PRCP 513 W 20 W 64 W 38 W 8 W 0 W 0 W 0 W 119 W 56 W 0 W 0 W 0 W 3 W 445 W 3 W 0 W 0T W 0T W 257 W 0 W 0 W 0 W 0 W 0 W 30 W 0 W 91 W 0 W 0 W 0 W +USW00014922201907SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201907SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201907AWND 27 W 17 W 29 W 34 W 27 W 30 W 24 W 43 W 43 W 49 W 29 W 38 W 24 W 38 W 44 W 21 W 41 W 28 W 42 W 38 W 28 W 38 W 28 W 26 W 51 W 43 W 30 W 39 W 48 W 26 W 29 W +USW00014922201907TAVG 226H S 235H S 252H S 249H S 241H S 234H S 242H S 254H S 241H S 232H S 229H S 249H S 258H S 271H S 278H S 244H S 252H S 261H S 282H S 233H S 219H S 217H S 224H S 239H S 237H S 237H S 257H S 238H S 218H S 195H S 209H S +USW00014922201907WDF2 280 W 30 W 190 W 300 W 100 W 350 W 90 W 180 W 110 W 250 W 340 W 250 W 80 W 40 W 330 W 330 W 160 W 180 W 170 W 40 W 340 W 10 W 300 W 240 W 220 W 170 W 300 W 220 W 310 W 60 W 150 W +USW00014922201907WDF5 280 W 40 W 210 W 280 W 80 W 30 W 70 W 190 W 160 W 230 W 350 W 250 W 80 W 30 W 340 W 320 W 160 W 190 W 220 W 50 W 10 W 20 W 300 W 260 W 210 W 170 W 280 W 230 W 310 W 360 W 160 W +USW00014922201907WSF2 94 W 54 W 81 W 89 W 76 W 63 W 67 W 76 W 72 W 94 W 72 W 134 W 45 W 103 W 107 W 94 W 89 W 63 W 103 W 139 W 76 W 67 W 63 W 63 W 103 W 112 W 67 W 107 W 107 W 67 W 54 W +USW00014922201907WSF5 143 W 81 W 125 W 112 W 121 W 107 W 107 W 112 W 103 W 134 W 98 W 233 W 94 W 134 W 143 W 121 W 121 W 89 W 152 W 188 W 134 W 134 W 89 W 94 W 161 W 161 W 85 W 161 W 143 W 125 W 85 W +USW00014922201907WT01 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 +USW00014922201907WT03 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 +USW00014922201907WT08-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201908TMAX 294 W 294 W 306 W 311 W 300 W 300 W 311 W 261 W 272 W 228 W 272 W 267 W 278 W 256 W 267 W 267 W 283 W 239 W 272 W 283 W 250 W 239 W 250 W 244 W 239 W 217 W 228 W 233 W 244 W 239 W 222 W +USW00014922201908TMIN 178 W 206 W 211 W 217 W 211 W 189 W 200 W 144 W 144 W 189 W 189 W 194 W 167 W 172 W 172 W 178 W 172 W 161 W 144 W 183 W 150 W 156 W 144 W 167 W 161 W 178 W 150 W 139 W 139 W 117 W 144 W +USW00014922201908PRCP 0 W 0 W 61 W 0 W 51 W 0 W 0 W 0 W 0 W 112 W 0 W 61 W 191 W 0T W 99 W 211 W 0T W 442 W 0 W 160 W 0 W 0 W 0 W 0 W 3 W 203 W 0T W 0 W 3 W 0 W 0 W +USW00014922201908SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201908SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201908AWND 26 W 22 W 16 W 21 W 26 W 33 W 50 W 41 W 21 W 32 W 21 W 28 W 26 W 31 W 27 W 42 W 35 W 45 W 22 W 42 W 33 W 38 W 40 W 47 W 54 W 32 W 65 W 59 W 52 W 23 W 27 W +USW00014922201908TAVG 233H S 254H S 261H S 253H S 258H S 242H S 259H S 221H S 211H S 213H S 208H S 228H S 222H S 206H S 219H S 214H S 232H S 216H S 201H S 224H S 218H S 197H S 193H S 203H S 197H S 190H S 189H S 178H S 194H S 178H S 179H S +USW00014922201908WDF2 220 W 130 W 330 W 210 W 310 W 300 W 280 W 310 W 230 W 110 W 10 W 280 W 210 W 30 W 190 W 280 W 140 W 340 W 230 W 120 W 330 W 40 W 120 W 120 W 150 W 130 W 270 W 290 W 320 W 300 W 180 W +USW00014922201908WDF5 220 W 220 W-9999 270 W 300 W 280 W 300 W 320 W 220 W 70 W 20 W 60 W 210 W 60 W 190 W 280 W 140 W 340 W 220 W 120 W 20 W 30 W 130 W 120 W 170 W 290 W 280 W 280 W 300 W 340 W 180 W +USW00014922201908WSF2 58 W 45 W 54 W 58 W 81 W 76 W 98 W 98 W 54 W 58 W 40 W 54 W 130 W 67 W 143 W 72 W 72 W 143 W 58 W 161 W 63 W 72 W 67 W 89 W 94 W 58 W 130 W 107 W 116 W 72 W 67 W +USW00014922201908WSF5 98 W 67 W-9999 94 W 116 W 103 W 134 W 125 W 85 W 98 W 85 W 89 W 192 W 94 W 183 W 107 W 94 W 179 W 81 W 233 W 98 W 152 W 103 W 116 W 125 W 81 W 188 W 157 W 165 W 112 W 85 W +USW00014922201908WT01-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201908WT03-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00014922201908WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 +USW00014922201909TMAX 239 W 244 W 250 W 228 W 261 W 256 W 194 W 167 W 211 W 261 W 194 W 194 W 178 W 239 W 278 W 306 W 311 W 278 W 289 W 300 W 272 W 206 W 244 W 272 W 217 W 206 W 194 W 178 W 156 W 300 W-9999 +USW00014922201909TMIN 150 W 172 W 167 W 144 W 133 W 172 W 128 W 122 W 144 W 189 W 144 W 144 W 133 W 106 W 167 W 172 W 211 W 211 W 178 W 194 W 206 W 139 W 122 W 139 W 128 W 94 W 106 W 72 W 100 W 156 W-9999 +USW00014922201909PRCP 23 W 76 W 0 W 0 W 0 W 0 W 5 W 30 W 48 W 0 W 315 W 297 W 0T W 0 W 0 W 0 W 0 W 36 W 0 W 0 W 25 W 3 W 0 W 0T W 0 W 0 W 0 W 0T W 76 W 61 W-9999 +USW00014922201909SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201909SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00014922201909AWND 26 W 34 W 68 W 26 W 47 W 46 W 27 W 43 W 58 W 35 W 51 W 63 W 57 W 30 W 19 W 41 W 55 W 54 W 16 W 44 W 51 W 30 W 28 W 30 W 58 W 40 W 47 W 47 W 65 W 43 W-9999 +USW00014922201909TAVG 187H S 208H S 218H S 178H S 187H S 216H S 178H S 141H S 154H S 217H S 188H S 159H S 162H S 161H S 211H S 234H S 255H S 244H S 233H S 237H S 243H S 197H S 171H S 198H S 191H S 145H S 177H S 129H S 124H S 206H S-9999 +USW00014922201909WDF2 230 W 360 W 310 W 350 W 310 W 330 W 30 W 120 W 120 W 260 W 80 W 110 W 270 W 150 W 200 W 180 W 180 W 180 W 130 W 140 W 180 W 300 W 280 W 300 W 280 W 170 W 320 W 60 W 120 W 280 W-9999 +USW00014922201909WDF5 230 W 10 W 270 W 10 W 300 W 330 W 50 W 110 W 140 W 270 W 70 W 110 W 250 W 140 W 240 W 190 W 170 W 180 W 150 W 140 W 170 W 310 W 260 W 10 W 280 W 170 W 230 W 50 W 130 W 280 W-9999 +USW00014922201909WSF2 58 W 94 W 134 W 63 W 103 W 98 W 67 W 72 W 98 W 72 W 98 W 161 W 107 W 67 W 45 W 89 W 107 W 112 W 40 W 72 W 107 W 67 W 72 W 54 W 116 W 76 W 81 W 76 W 107 W 103 W-9999 +USW00014922201909WSF5 89 W 130 W 192 W 85 W 134 W 143 W 121 W 134 W 134 W 112 W 139 W 201 W 161 W 98 W 72 W 121 W 143 W 170 W 54 W 112 W 157 W 81 W 98 W 98 W 157 W 112 W 130 W 130 W 157 W 161 W-9999 +USW00014922201909WT01 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00014922201909WT03-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00014922201909WT08-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922201910TMAX 183 W 122 W 100 W 100 W 144 W 183 W 194 W 222 W 228 W 156 W 50 W 39 W 72 W 100 W 111 W 89 W 139 W 206 W 194 W 194 W 133 W 78 W 78 W 67 W 133 W 133 W 72 W 33 W 44 W 22 W 22 W +USW00014922201910TMIN 100 W 89 W 67 W 67 W 89 W 83 W 72 W 83 W 117 W 50 W 11 W 6 W 17 W 22 W 56 W 50 W 17 W 72 W 72 W 39 W 78 W 44 W 11 W 0 W -16 W 39 W 6 W -16 W -27 W -49 W -32 W +USW00014922201910PRCP 150 W 107 W 13 W 0 W 267 W 0 W 0 W 0 W 3 W 104 W 13 W 18 W 8 W 0 W 20 W 3 W 0 W 0 W 8 W 0 W 269 W 48 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201910SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201910SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00014922201910AWND 47 W 52 W 45 W 41 W 66 W 55 W 30 W 56 W 60 W 54 W 81 W 70 W 53 W 31 W 48 W 39 W 31 W 77 W 29 W 30 W 51 W 81 W 34 W 36 W 36 W 47 W 44 W 36 W 30 W 24 W 32 W +USW00014922201910TAVG 159H S 104H S 91H S 83H S 99H S 122H S 136H S 152H S 166H S 143H S 58H S 19H S 33H S 47H S 79H S 68H S 72H S 115H S 146H S 113H S 119H S 70H S 51H S 43H S 48H S 89H S 52H S 13H S 10H S -14H S -13H S +USW00014922201910WDF2 20 W 70 W 310 W 110 W 260 W 270 W 270 W 180 W 170 W 200 W 240 W 230 W 270 W 230 W 340 W 320 W 120 W 150 W 310 W 110 W 70 W 280 W 320 W 340 W 210 W 170 W 320 W 240 W 270 W 340 W 350 W +USW00014922201910WDF5 20 W 70 W 290 W 130 W 260 W 270 W 270 W 190 W 150 W 240 W 230 W 240 W 270 W 240 W 340 W 300 W 130 W 150 W 170 W 120 W 70 W 280 W 360 W 330 W 220 W 150 W 300 W 260 W 270 W 350 W 20 W +USW00014922201910WSF2 94 W 89 W 98 W 76 W 125 W 125 W 72 W 130 W 107 W 81 W 125 W 116 W 89 W 58 W 98 W 81 W 67 W 116 W 72 W 72 W 103 W 130 W 67 W 81 W 81 W 98 W 89 W 63 W 63 W 63 W 58 W +USW00014922201910WSF5 165 W 157 W 130 W 134 W 197 W 210 W 98 W 174 W 165 W 139 W 201 W 215 W 148 W 76 W 130 W 130 W 94 W 192 W 103 W 103 W 170 W 210 W 116 W 112 W 134 W 139 W 125 W 89 W 98 W 85 W 112 W +USW00014922201910WT01 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201910WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201910WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201910WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201911TMAX 56 W 17 W 72 W 44 W 0 W -5 W -21 W 28 W 72 W 6 W -77 W -66 W -21 W 0 W 39 W 78 W 39 W 28 W 61 W 72 W 67 W -11 D 72 D 72 D 72 D 33 D 0 D -22 D 6 D 11 D-9999 +USW00014922201911TMIN 0 W -10 W -16 W -16 W -55 W -71 W -93 W -93 W -16 W -77 W -132 W -149 W -77 W -71 W -10 W 0 W 0 W -5 W 11 W 33 W -55 W -72 D -28 D 6 D 28 D -6 D -33 D -56 D -22 D -6 D-9999 +USW00014922201911PRCP 18 W 0T W 0 W 33 W 0 W 5 W 0T W 0 W 10 W 3 W 0T W 0 W 13 W 0 W 0 W 0T W 13 W 5 W 36 W 0 W 109 W 0 D 0 D 0 D 0 D 48 D 168 W 0 D 20 D 99 D-9999 +USW00014922201911SNOW 3 W 3 W 0 W 5 W 0 W 10 W 0T W 0 W 0 W 5 W 0T W 0 W 15 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 3 W 0 D 0 D 0 D 0 D 51 D 183 D 0 D 13 D 74 D-9999 +USW00014922201911SNWD 0T W 0T W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0T W 0T W 0T W 0T W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 D 0 D 0 D 0 D 0 D 152 D 178 D 152 D 178 D-9999 +USW00014922201911AWND 37 W 38 W 26 W 54 W 40 W 43 W 32 W 42 W 32 W 59 W 65 W 47 W 36 W 40 W 28 W 54 W 36 W 26 W 18 W 40 W 64 W 30 W 36 W 22 W 56 W 55 W 85 W 28 W 38 W 71 W-9999 +USW00014922201911TAVG 21H S 16H S 18H S 36H S -17H S -19H S -61H S -51H S 19H S -7H S -85H S -117H S -57H S -33H S 7H S 26H S 33H S 7H S 28H S 48H S 37H S -46H S 2H S 32H S 51H S 27H S -3H S -32H S -13H S 3H S-9999 +USW00014922201911WDF2 320 W 300 W 120 W 310 W 350 W 330 W 310 W 180 W 320 W 10 W 320 W 180 W 170 W 280 W 110 W 170 W 330 W 120 W 300 W 130 W 340 W 310 W 220 W 200 W 270 W 30 W 350 W 100 W 110 W 100 W-9999 +USW00014922201911WDF5 320 W 310 W 120 W 300 W 350 W 340 W 300 W 140 W 320 W 30 W 330 W 140 W 160 W 240 W 100 W 150 W 330 W 110 W 280 W 130 W 350 W 210 W 240 W 240 W 260 W 30 W 360 W-9999 110 W 120 W-9999 +USW00014922201911WSF2 81 W 98 W 63 W 103 W 89 W 72 W 72 W 81 W 81 W 94 W 103 W 103 W 81 W 72 W 67 W 112 W 72 W 58 W 45 W 94 W 116 W 58 W 72 W 40 W 130 W 103 W 148 W 40 W 63 W 130 W-9999 +USW00014922201911WSF5 107 W 143 W 76 W 157 W 121 W 103 W 103 W 125 W 107 W 125 W 148 W 148 W 116 W 116 W 85 W 165 W 103 W 76 W 63 W 152 W 161 W 72 W 112 W 63 W 206 W 165 W 206 W-9999 103 W 179 W-9999 +USW00014922201911WT01 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 +USW00014922201911WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00014922201911WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922201911WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922201911WT05-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201911WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922201911WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922201911WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00014922201912TMAX 0 D -28 D 33 D 39 D 28 D 0 D 56 D 50 D 11 D -133 D -128 D -72 D -78 D -67 D -83 D -28 D -33 D -94 D -17 D 39 D 67 D 56 D 39 D 28 D 6 D 6 D -17 D 17 D 56 D 11 D -44 D +USW00014922201912TMIN -72 D -111 D -67 D -44 D -56 D -83 D -56 D -6 D -183 D -200 D -206 D -128 D -128 D -172 D -183 D -83 D -167 D -189 D -117 D -61 D -72 D -39 D -56 D 0 D -11 D -28 D -50 D -39 D 11 D -61 D -106 D +USW00014922201912PRCP 18 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 41 D 0T D 0 D 30 D 10 D 0T D 0 D 0 D 0 D 0 D 0 D 0T D 0 D 0 D 0 D 0 D 0T D 0 D 0 D 157 D 102 D 107 D 0 D +USW00014922201912SNOW 41 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 64 D 0T D 0 D 43 D 13 D 0T D 0 D 0 D 0 D 0 D 0 D 0T D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 3 W 0 D 124 D 0 D +USW00014922201912SNWD 178 D 152 D 152 D 152 D 127 D 127 D 127 D 127 D 127 D 178 D 178 D 178 D 203 D 203 D 203 D 178 D 178 D 178 D 178 D 178 D 178 D 152 D 152 D 152 D 152 D 152 D 102 D 102 D 76 D 51 D 127 D +USW00014922201912AWND 62 W 22 W 34 W 30 W 34 W 34 W 42 W 34 W 58 W 39 W 27 W 34 W 21 W 47 W 24 W 31 W 47 W 34 W 26 W 48 W 25 W 25 W 29 W 34 W 34 W 44 W 34 W 44 W 43 W 56 W 44 W +USW00014922201912TAVG -8H S -64H S -27H S 3H S -19H S -32H S -29H S 21H S -29H S -164H S -178H S -107H S -93H S -89H S -153H S -71H S -56H S -152H S -82H S -27H S -31H S 27H S -7H S 15H S 1H S -6H S -26H S -16H S 24H S 1H S -57H S +USW00014922201912WDF2 360 W 160 W 280 W 310 W 350 W 320 W 200 W 220 W 340 W 270 W 330 W 110 W 310 W 330 W 200 W 270 W 340 W 140 W 120 W 120 W 190 W 180 W 30 W 120 W 60 W 280 W 280 W 110 W 180 W 300 W 310 W +USW00014922201912WDF5 10 W 200 W 290 W 310 W 360 W 320 W 200 W 240 W 330 W 260 W 320 W 60 W 320 W 320 W 210 W 280 W 320 W 140 W 120 W 210 W 200 W 230 W 30 W 140 W 50 W 270 W 300 W 120 W 150 W 300 W 300 W +USW00014922201912WSF2 107 W 54 W 72 W 67 W 116 W 89 W 94 W 76 W 116 W 67 W 67 W 72 W 58 W 81 W 54 W 58 W 89 W 67 W 67 W 72 W 45 W 40 W 63 W 72 W 67 W 76 W 72 W 81 W 89 W 98 W 81 W +USW00014922201912WSF5 148 W 72 W 103 W 98 W 165 W 116 W 165 W 139 W 152 W 121 W 85 W 130 W 72 W 98 W 72 W 89 W 112 W 85 W 85 W 98 W 67 W 67 W 130 W 89 W 103 W 143 W 98 W 125 W 134 W 157 W 134 W +USW00014922201912WT01 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 +USW00014922201912WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 +USW00014922201912WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201912WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00014922201912WT08 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 1 W 1 W-9999 +USW00014922201912WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00014922202001TMAX 22 D 28 D 22 D -11 D 33 D 22 D 0 D -83 D 22 D -44 D -89 D -67 D -22 D 0 D -44 D -144 D -39 D -33 D -111 D -78 D -67 D 28 D 6 D 0 D 6 D -11 D -28 D-9999 -9999 -9999 -9999 +USW00014922202001TMIN -106 D -6 D -44 D -44 D -44 D -56 D -150 D -172 D -83 D -133 D -183 D -128 D -94 D -83 D -189 D -228 D -183 D -178 D -178 D -167 D -189 D -72 D -11 D -17 D -28 D -39 D -61 D-9999 -9999 -9999 -9999 +USW00014922202001PRCP 0 D 0 D 0T D 0 D 3 D 0 D 0 D 0 D 0 D 0T D 0 D 28 D 25 D 3 D 3 D 0 D 89 D 15 D 3 D 8 D 0 D 43 D 15 D 0T D 0T D 0 D 0T D-9999 -9999 -9999 -9999 +USW00014922202001SNOW 0 D 0 D 0T D 0 D 0T D 0 D 0 D 0 D 0 D 0T D 0 D 20 D 25 D 0 D 0T D 0 D 119 D 5 D 13 D 10 D 0 D 15 D 25 D 0T D 0T D 0 D 0 D-9999 -9999 -9999 -9999 +USW00014922202001SNWD 127 D 127 D 102 D 102 D 102 D 76 D 76 D 76 D 76 D 76 D 76 D 76 D 102 D 127 D 127 D 127 D 127 D 229 D 203 D 203 D 203 D 203 D 203 D 203 D 178 D 178 D 178 D-9999 -9999 -9999 -9999 +USW00014922202001AWND 31 W 34 W 27 W 37 W 53 W 38 W 54 W 52 W-9999 53 W 46 W 38 W 38 W 41 W 42 W 28 W 56 W 67 W 43 W 23 W 44 W 37 W 30 W 42 W 43 W 21 W 29 W-9999 -9999 -9999 -9999 +USW00014922202001PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 2325 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922202001TAVG -64H S 13H S 3H S -32H S -8H S -24H S -23H S -144H S-9999 -57H S -133H S -101H S -64H S -23H S -72H S -184H S -141H S -72H S -151H S -127H S -133H S -23H S 1H S -5H S -7H S -27H S -34H S -57H S-9999 -9999 -9999 +USW00014922202001WDF2 200 W 310 W 350 W 160 W 320 W 230 W 310 W 130 W-9999 350 W 360 W 110 W 130 W 310 W 280 W 310 W 130 W 280 W 310 W 230 W 170 W 200 W 70 W 330 W 330 W 280 W 330 W-9999 -9999 -9999 -9999 +USW00014922202001WDF5 220 W 300 W 20 W 160 W 330 W 240 W 310 W 130 W-9999 350 W 360 W 70 W 140 W 270 W 270 W 310 W 140 W 270 W 300 W 250 W 180 W 250 W 60 W 360 W 340 W 40 W 340 W-9999 -9999 -9999 -9999 +USW00014922202001WSF2 54 W 81 W 76 W 58 W 148 W 72 W 107 W 98 W-9999 89 W 89 W 72 W 103 W 98 W 98 W 72 W 98 W 112 W 76 W 45 W 94 W 72 W 58 W 58 W 67 W 54 W 58 W-9999 -9999 -9999 -9999 +USW00014922202001WSF5 94 W 107 W 125 W 76 W 197 W 121 W 148 W 157 W-9999 116 W 112 W 94 W 161 W 152 W 152 W 98 W 165 W 188 W 107 W 63 W 130 W 134 W 89 W 116 W 107 W 98 W 81 W-9999 -9999 -9999 -9999 +USW00014922202001WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00014922202001WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922202001WT04-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00014922202001WT06-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00014922202001WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00014922202001WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/NEW YORK.dly b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/NEW YORK.dly new file mode 100755 index 000000000..110907b0e --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/NEW YORK.dly @@ -0,0 +1,15127 @@ +USW00094728186901TMAX -17 Z -28 Z 17 Z 28 Z 61 Z 33 Z 89 Z 122 Z 89 Z 67 Z 6 Z 28 Z 33 Z 56 Z 56 Z 33 Z 17 Z -17 Z 11 Z 28 Z 56 Z -17 Z 39 Z 89 Z 33 Z -6 Z 44 Z 83 Z 89 Z 122 Z 50 Z +USW00094728186901TMIN -72 Z -61 Z -28 Z 11 Z 28 Z 11 Z 17 Z 44 Z 33 Z 6 Z -11 Z -17 Z -22 Z 0 Z 39 Z 0 Z -17 Z -33 Z -28 Z -11 Z -17 Z -83 Z -67 Z 17 Z -56 Z -78 Z -50 Z 17 Z -11 Z 50 Z -11 Z +USW00094728186901PRCP 191 Z 8 Z 0T Z 46 Z 13 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0T Z 216 Z 0 Z 0 Z 10 Z 0 Z 0T Z 0T Z 38 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 119 Z 0 Z +USW00094728186901SNOW 229 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0T Z 152 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728186902TMAX 6 Z 11 Z 22 Z 33 Z -33 Z 44 Z 22 Z 44 Z 33 Z 39 Z 78 Z 89 Z 161 Z 56 Z 61 Z 67 Z 78 Z 50 Z 56 Z 39 Z 44 Z 100 Z 67 Z 33 Z 33 Z 11 Z -6 Z -39 Z-9999 -9999 -9999 +USW00094728186902TMIN -39 Z -56 Z 17 Z -61 Z -56 Z -33 Z -50 Z -39 Z 11 Z 11 Z 33 Z 22 Z 44 Z 17 Z 0 Z 22 Z 11 Z -11 Z -11 Z 0 Z 6 Z 33 Z 6 Z -28 Z -33 Z -6 Z -56 Z -83 Z-9999 -9999 -9999 +USW00094728186902PRCP 0 Z 0 Z 0T Z 394 Z 0T Z 0 Z 0 Z 0 Z 0T Z 216 Z 13 Z 0 Z 0 Z 0T Z 660 Z 0 Z 0 Z 137 Z 15 Z 0 Z 0T Z 0T Z 142 Z 0 Z 0 Z 168 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728186902SNOW 0 Z 0 Z 0T Z 28 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 51 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 152 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728186903TMAX -33 Z 22 Z 61 Z 67 Z 17 Z 22 Z -33 Z 33 Z 78 Z 83 Z 28 Z 33 Z 111 Z 89 Z 11 Z 39 Z 56 Z 22 Z 56 Z 89 Z 0 Z 17 Z 44 Z 100 Z 78 Z 83 Z 156 Z 128 Z 44 Z 117 Z 78 Z +USW00094728186903TMIN -156 Z -72 Z -22 Z -72 Z -117 Z -67 Z -67 Z -33 Z 0 Z 33 Z -22 Z -28 Z 6 Z 11 Z -39 Z -33 Z -6 Z -44 Z 11 Z 0 Z -61 Z -61 Z 0 Z 17 Z 6 Z 39 Z 89 Z 50 Z 39 Z 44 Z 33 Z +USW00094728186903PRCP 0 Z 5 Z 0 Z 25 Z 0 Z 8 Z 0 Z 0 Z 0 Z 269 Z 0 Z 0 Z 0 Z 5 Z 46 Z 0 Z 0 Z 0 Z 0T Z 71 Z 0 Z 0T Z 241 Z 0 Z 0 Z 0T Z 198 Z 0 Z 0T Z 292 Z 10 Z +USW00094728186903SNOW 0 Z 0T Z 0 Z 0T Z 0 Z 20 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0T Z 0T Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728186904TMAX 89 Z 61 Z 50 Z 33 Z 100 Z 117 Z 67 Z 111 Z 83 Z 83 Z 44 Z 89 Z 72 Z 78 Z 122 Z 194 Z 139 Z 217 Z 244 Z 200 Z 156 Z 139 Z 161 Z 228 Z 139 Z 217 Z 217 Z 206 Z 144 Z 128 Z-9999 +USW00094728186904TMIN 22 Z 33 Z 33 Z -11 Z 22 Z 56 Z 28 Z 22 Z 6 Z 11 Z 17 Z 33 Z 0 Z 17 Z 33 Z 100 Z 100 Z 111 Z 133 Z 133 Z 139 Z 83 Z 100 Z 139 Z 122 Z 117 Z 156 Z 144 Z 67 Z 56 Z-9999 +USW00094728186904PRCP 3 Z 109 Z 0 Z 0T Z 0 Z 0T Z 76 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 10 Z 0 Z 0 Z 30 Z 20 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 91 Z 0 Z-9999 +USW00094728186904SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728186905TMAX 78 Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 183 Z 189 Z 239 Z 267 Z 172 Z 217 Z 206 Z 167 Z 161 Z 167 Z 128 Z 172 Z 161 Z 150 Z 183 Z 233 Z 267 Z 289 Z 183 Z 144 Z 233 Z 194 Z 267 Z +USW00094728186905TMIN 56 Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 117 Z 111 Z 139 Z 172 Z 156 Z 144 Z 144 Z 133 Z 117 Z 117 Z 94 Z 128 Z 106 Z 89 Z 100 Z 139 Z 172 Z 183 Z 100 Z 111 Z 122 Z 156 Z 167 Z +USW00094728186905PRCP 147 Z 178 Z 5 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 30 Z 0 Z 38 Z 127 Z 0 Z 0 Z 221 Z 0 Z 69 Z 48 Z 0 Z 0 Z 0 Z 102 Z 0 Z 18 Z 0 Z 36 Z 36 Z +USW00094728186905SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728186906TMAX 261 Z 211 Z 283 Z 228 Z 278 Z 183 Z 183 Z 139 Z 178 Z 144 Z 200 Z 206 Z 233 Z 244 Z 206 Z 200 Z 233 Z 256 Z 278 Z 256 Z 278 Z 172 IZ 222 Z 250 Z 261 Z 267 Z 272 Z 306 Z 278 Z 256 Z-9999 +USW00094728186906TMIN 211 Z 178 Z 189 Z 172 Z 189 Z 156 Z 128 Z 128 Z 133 Z 122 Z 139 Z 150 Z 183 Z 194 Z 189 Z 161 Z 167 Z 206 Z 222 Z 200 Z 211 Z 161 Z 183 Z 206 Z 206 Z 228 Z 222 Z 200 Z 217 Z 211 Z-9999 +USW00094728186906PRCP 0 Z 20 Z 0 Z 0 Z 20 Z 0 Z 0 Z 84 Z 0 Z 48 Z 3 Z 3 Z 0 Z 236 Z 15 Z 0 Z 0 Z 0 Z 0 Z 0 Z 389 Z 5 Z 0 Z 3 Z 0 Z 5 Z 170 Z 51 Z 0 Z 66 Z-9999 +USW00094728186906SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728186907TMAX 211 Z 244 Z 289 Z 283 Z 228 Z 233 Z 239 Z 267 Z 222 Z 278 Z 311 Z 244 Z 267 Z 189 IZ 278 Z 333 Z 289 Z 244 Z 222 Z 206 Z 267 Z 217 Z 239 Z 267 Z 272 Z 244 Z 289 Z 278 Z 256 Z 233 Z 244 Z +USW00094728186907TMIN 167 Z 178 Z 211 Z 222 Z 183 Z 189 Z 172 Z 189 Z 189 Z 211 Z 228 Z 189 Z 211 Z 183 Z 217 Z 256 Z 250 Z 222 Z 206 Z 194 Z 194 Z 167 Z 189 Z 172 Z 222 Z 228 Z 239 Z 217 Z 217 Z 167 Z 178 Z +USW00094728186907PRCP 0 Z 0 Z 107 Z 0 Z 0 Z 0 Z 0 Z 0 Z 132 Z 0 Z 0 Z 0 Z 25 Z 46 Z 13 Z 97 Z 0 Z 0 Z 0 Z 10 Z 163 Z 0 Z 0 Z 0 Z 0 Z 140 Z 58 Z 0 Z 23 Z 0 Z 0 Z +USW00094728186907SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728186908TMAX 256 Z 244 Z 289 Z 256 Z 222 Z 194 Z 194 Z 239 Z 250 Z 267 Z 283 Z 272 Z 250 Z 261 Z 272 Z 244 Z 200 Z 222 Z 278 Z 339 Z 350 Z 233 Z 233 Z 250 Z 256 Z 261 Z 239 Z 278 Z 256 Z 217 Z 194 Z +USW00094728186908TMIN 194 Z 183 Z 233 Z 206 Z 194 Z 133 Z 144 Z 139 Z 178 Z 183 Z 194 Z 211 Z 211 Z 200 Z 217 Z 200 Z 167 Z 172 Z 194 Z 222 Z 233 Z 200 Z 189 Z 189 Z 194 Z 200 Z 178 Z 206 Z 217 Z 167 Z 144 Z +USW00094728186908PRCP 0 Z 0 Z 0 Z 0 Z 94 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 160 Z 0 Z 124 Z 0 Z 20 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 36 Z 0 Z 0 Z 0 Z +USW00094728186908SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728186909TMAX 150 Z 167 Z 217 Z 256 Z 256 Z 244 Z 261 Z 244 Z 217 Z 200 Z 217 Z 228 Z 250 Z 228 Z 222 Z 244 Z 189 Z 189 Z 239 Z 300 Z 228 Z 178 Z 200 Z 217 Z 217 Z 217 Z 144 Z 133 Z 183 Z 211 Z-9999 +USW00094728186909TMIN 106 Z 128 Z 139 Z 183 Z 172 Z 183 Z 222 Z 217 Z 178 Z 139 Z 144 Z 150 Z 178 Z 178 Z 161 Z 172 Z 183 Z 167 Z 172 Z 194 Z 178 Z 161 Z 167 Z 161 Z 172 Z 144 Z 100 Z 78 Z 106 Z 128 Z-9999 +USW00094728186909PRCP 0 Z 0 Z 0 Z 0 Z 0 Z 10 Z 23 Z 61 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 185 Z 0 Z 0 Z 0 Z 3 Z 76 Z 0 Z 0 Z 0 Z 13 Z 343 Z 0 Z 0 Z 0 Z-9999 +USW00094728186909SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728186910TMAX 233 Z 211 Z 217 Z 211 Z 150 Z 161 Z 172 Z 211 Z 189 Z 206 Z 172 Z 178 Z 178 Z 144 Z 161 Z 117 Z 150 Z 117 Z 94 Z 89 Z 111 Z 144 Z 167 Z 156 Z 72 Z 83 Z 39 Z 67 Z 78 Z 44 Z 50 Z +USW00094728186910TMIN 128 Z 128 Z 167 Z 122 Z 100 Z 78 Z 89 Z 117 Z 111 Z 144 Z 117 Z 117 Z 78 Z 56 Z 106 Z 67 Z 44 Z 72 Z 50 Z 28 Z 33 Z 33 Z 83 Z 50 Z 22 Z -11 Z -11 Z 17 Z 33 Z 11 Z 0 Z +USW00094728186910PRCP 0 Z 3 Z 467 Z 523 Z 0 Z 0 Z 0 Z 0 Z 0 Z 323 Z 0 Z 0 Z 112 Z 0 Z 76 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 130 Z 0 Z 0 Z 0 Z 0 Z 3 Z 8 Z 0 Z 0 Z +USW00094728186910SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728186911TMAX 50 Z 100 Z 111 Z 161 Z 117 Z 89 Z 61 Z 39 Z 67 Z 50 Z 61 Z 61 Z 78 Z 44 Z 28 Z 56 Z 144 Z 56 Z 111 Z 133 Z 67 Z 61 Z 83 Z 72 Z 22 Z 44 Z 61 Z 44 Z 72 Z 139 Z-9999 +USW00094728186911TMIN -11 Z 33 Z 44 Z 56 Z 83 Z 56 Z -6 Z -6 Z 17 Z -6 Z 11 Z 22 Z 28 Z 17 Z 6 Z 0 Z 22 Z 28 Z 11 Z 61 Z 17 Z 0 Z 56 Z -17 Z -33 Z -22 Z 28 Z 11 Z 6 Z 72 Z-9999 +USW00094728186911PRCP 0 Z 0 Z 0 Z 0 Z 5 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 229 Z 0 Z 3 Z 46 Z 0 Z 0 Z 20 Z 173 Z 0 Z 0 Z 36 Z 0 Z 0 Z 5 Z-9999 +USW00094728186911SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728186912TMAX 167 Z 6 Z -17 Z 28 Z 39 Z 11 Z -33 Z 11 Z 39 Z 67 Z 72 Z 56 Z 56 Z 0 Z 22 Z 94 Z 56 Z 67 Z 28 Z 6 Z 28 Z 133 Z 89 Z 22 Z 22 Z 83 Z 78 Z 94 Z 44 Z 78 Z 78 Z +USW00094728186912TMIN 6 Z -44 Z -89 Z -94 Z 17 Z -61 Z -100 Z -56 Z -39 Z -83 Z -39 Z 0 Z -11 Z -33 Z -44 Z 28 Z 17 Z 6 Z 0 Z -22 Z -28 Z -6 Z -17 Z -28 Z -17 Z 11 Z 50 Z 44 Z 28 Z 17 Z 28 Z +USW00094728186912PRCP 18 Z 0T Z 8 Z 0 Z 20 Z 180 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 152 Z 0 Z 178 Z 5 Z 0 Z 3 Z 254 Z 0 Z 0 Z 10 Z 290 Z 99 Z 58 Z 0 Z 0 Z 0 Z +USW00094728186912SNOW 0 Z 0T Z 8 Z 0 Z 0T Z 127 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187001TMAX 61 Z 122 Z 50 Z 17 Z 11 Z 67 Z 17 Z 11 Z -22 Z 28 Z 78 Z 100 Z 111 Z -11 Z 94 Z 78 Z 133 Z 89 Z 56 Z 72 Z 67 Z 67 Z 144 Z 94 Z 89 Z 122 Z 106 Z 56 Z 50 Z 61 Z 17 Z +USW00094728187001TMIN 11 Z 33 Z 17 Z -17 Z -28 Z -6 Z -33 Z -78 Z -83 Z -33 Z -11 Z 56 Z -6 Z -78 Z -11 Z 33 Z 28 Z 22 Z -11 Z -22 Z 0 Z -6 Z 67 Z 17 Z 22 Z 22 Z 22 Z -6 Z 0 Z 17 Z -11 Z +USW00094728187001PRCP 20 Z 300 Z 0 Z 0 Z 0 Z 15 Z 28 Z 25 Z 0 Z 0T Z 0 Z 0 Z 0 Z 8 Z 81 Z 0 Z 38 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 Z 13 Z 338 Z 0 Z 0 Z 0 Z 236 Z 0 Z 10 Z +USW00094728187001SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0T Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z +USW00094728187002TMAX 17 Z 56 Z 28 Z -39 Z -6 Z 17 Z 39 Z 0 Z 11 Z 28 Z 28 Z 78 Z 17 Z 83 Z 83 Z 61 Z 78 Z 111 Z 6 Z 72 Z -83 Z -56 Z 33 Z 6 Z -6 Z 28 Z 6 Z 33 Z-9999 -9999 -9999 +USW00094728187002TMIN -50 Z -50 Z -44 Z -78 Z -61 Z -28 Z -22 Z -22 Z -28 Z -28 Z -50 Z -11 Z -44 Z -44 Z 17 Z 0 Z -11 Z 0 Z -33 Z -83 Z -117 Z -122 Z -72 Z -89 Z -106 Z -28 Z -22 Z -33 Z-9999 -9999 -9999 +USW00094728187002PRCP 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 208 Z 0 Z 0 Z 0 Z 8 Z 0 Z 102 Z 107 Z 0 Z 0T Z 104 Z 0 Z 145 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 Z 38 Z-9999 -9999 -9999 +USW00094728187002SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 203 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 33 Z-9999 -9999 -9999 +USW00094728187003TMAX 22 Z 0 Z 6 Z -11 Z -11 Z 22 Z 0 Z 11 Z 17 Z 44 Z -6 Z -6 Z -17 Z 33 Z 67 Z 56 Z -6 Z 33 Z 72 Z 94 Z 133 Z 94 Z 39 Z 50 Z 67 Z 61 Z 83 Z 83 Z 94 Z 100 Z 106 Z +USW00094728187003TMIN 0 Z -50 Z -56 Z -72 Z -50 Z -61 Z -17 Z -22 Z -39 Z -33 Z -33 Z -39 Z -39 Z -28 Z -22 Z -44 Z -72 Z -11 Z -22 Z 6 Z 33 Z 39 Z -6 Z -11 Z -28 Z -22 Z 22 Z 44 Z 39 Z 44 Z 56 Z +USW00094728187003PRCP 0 Z 0 Z 0 Z 10 Z 5 Z 18 Z 127 Z 0 Z 0 Z 0 Z 0 Z 15 Z 114 Z 0 Z 0 Z 229 Z 3 Z 0 Z 0 Z 0 Z 10 Z 0 Z 0 Z 0 Z 0 Z 0T Z 287 Z 28 Z 0 Z 0 Z 0 Z +USW00094728187003SNOW 0 Z 0 Z 0 Z 0T Z 13 Z 0T Z 152 Z 0 Z 0 Z 0 Z 0 Z 0T Z 76 Z 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187004TMAX 106 Z 78 Z 78 Z 17 Z 33 Z 83 Z 111 Z 183 Z 189 Z 156 Z 89 Z 178 Z 200 Z 228 Z 233 Z 100 Z 94 Z 133 Z 100 Z 133 Z 139 Z 172 Z 144 Z 183 Z 133 Z 206 Z 244 Z 267 Z 117 Z 172 Z-9999 +USW00094728187004TMIN 50 Z 28 Z 22 Z 6 Z 6 Z 11 Z 33 Z 61 Z 67 Z 67 Z 67 Z 78 Z 72 Z 133 Z 100 Z 44 Z 44 Z 72 Z 50 Z 67 Z 67 Z 50 Z 83 Z 72 Z 83 Z 67 Z 106 Z 111 Z 89 Z 89 Z-9999 +USW00094728187004PRCP 0 Z 234 Z 56 Z 109 Z 221 Z 43 Z 0 Z 0 Z 0 Z 0 Z 145 Z 43 Z 0 Z 0 Z 0 Z 0 Z 203 Z 112 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 119 Z 10 Z 0 Z-9999 +USW00094728187004SNOW 0 Z 0 Z 0 Z 64 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187005TMAX 200 Z 217 Z 178 Z 267 Z 161 Z 183 Z 156 Z 133 Z 139 Z 100 Z 100 Z 194 Z 206 Z 261 Z 289 Z 300 Z 172 Z 178 Z 239 Z 256 Z 244 Z 211 Z 200 Z 239 Z 261 Z 211 Z 150 Z 156 Z 161 Z 178 Z 217 Z +USW00094728187005TMIN 94 Z 122 Z 117 Z 122 Z 100 Z 111 Z 111 Z 94 Z 100 Z 83 Z 78 Z 83 Z 117 Z 128 Z 172 Z 172 Z 117 Z 106 Z 128 Z 167 Z 156 Z 117 Z 117 Z 161 Z 167 Z 139 Z 106 Z 100 Z 139 Z 139 Z 128 Z +USW00094728187005PRCP 0 Z 0 Z 0 Z 15 Z 0 Z 41 Z 20 Z 0 Z 5 Z 117 Z 86 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 41 Z 25 Z 0 Z 0 Z 10 Z 0 Z 0 Z 33 Z 25 Z 46 Z 0 Z 0 Z +USW00094728187005SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187006TMAX 211 Z 233 Z 206 Z 261 Z 250 Z 278 Z 233 Z 289 Z 222 Z 239 Z 183 Z 244 Z 233 Z 267 Z 272 Z 272 Z 256 Z 317 Z 294 Z 311 Z 222 Z 250 Z 294 Z 328 Z 344 Z 300 Z 294 Z 344 Z 322 Z 311 Z-9999 +USW00094728187006TMIN 161 Z 172 Z 156 Z 161 Z 167 Z 178 Z 183 Z 194 Z 183 Z 139 Z 133 Z 144 Z 161 Z 194 Z 200 Z 211 Z 194 Z 200 Z 233 Z 206 Z 161 Z 139 Z 206 Z 233 Z 239 Z 206 Z 200 Z 233 Z 250 Z 228 Z-9999 +USW00094728187006PRCP 0 Z 0 Z 8 Z 0 Z 3 Z 0 Z 25 Z 0 Z 0 Z 267 Z 51 Z 5 Z 8 Z 0 Z 48 Z 0 Z 33 Z 0 Z 0 Z 20 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 236 Z 10 Z 0 Z 0 Z-9999 +USW00094728187006SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187007TMAX 272 Z 228 Z 178 Z 239 Z 250 Z 267 Z 256 Z 244 Z 267 Z 272 Z 300 Z 311 Z 306 Z 311 Z 283 Z 306 Z 339 Z 333 Z 322 Z 272 Z 317 Z 311 Z 333 Z 328 Z 339 Z 333 Z 278 Z 283 Z 300 Z 261 Z 283 Z +USW00094728187007TMIN 172 Z 167 Z 150 Z 156 Z 172 Z 211 Z 217 Z 178 Z 167 Z 194 Z 211 Z 217 Z 211 Z 228 Z 222 Z 222 Z 278 Z 250 Z 250 Z 211 Z 228 Z 211 Z 233 Z 256 Z 256 Z 256 Z 206 Z 200 Z 239 Z 194 Z 189 Z +USW00094728187007PRCP 5 Z 0 Z 61 Z 0 Z 0 Z 0 Z 69 Z 254 Z 0 Z 0 Z 0 Z 56 Z 0 Z 0 Z 0 Z 15 Z 0 Z 0 Z 0 Z 0 Z 102 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 394 Z 0 Z 0 Z 0 Z +USW00094728187007SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187008TMAX 283 Z 306 Z 306 Z 283 Z 300 Z 322 Z 317 Z 294 Z 300 Z 294 Z 278 Z 311 Z 278 Z 217 Z 261 Z 261 Z 278 Z 306 Z 306 Z 300 Z 267 Z 250 Z 239 Z 239 Z 322 Z 250 Z 233 Z 228 Z 300 Z 267 Z 256 Z +USW00094728187008TMIN 206 Z 217 Z 217 Z 211 Z 189 Z 228 Z 239 Z 233 Z 239 Z 239 Z 239 Z 228 Z 178 Z 156 Z 161 Z 189 Z 194 Z 189 Z 222 Z 211 Z 183 Z 172 Z 178 Z 200 Z 217 Z 167 Z 144 Z 161 Z 200 Z 200 Z 178 Z +USW00094728187008PRCP 0 Z 0 Z 0 Z 91 Z 0 Z 0 Z 0 Z 0 Z 0 Z 64 Z 295 Z 0 Z 183 Z 76 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 61 Z 8 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187008SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187009TMAX 283 Z 283 Z 267 Z 267 Z 228 Z 233 Z 256 Z 217 Z 200 Z 239 Z 206 Z 239 Z 244 Z 272 Z 244 Z 256 Z 206 Z 239 Z 206 Z 233 Z 228 Z 222 Z 267 Z 294 Z 294 Z 239 Z 250 Z 250 Z 222 Z 211 Z-9999 +USW00094728187009TMIN 172 Z 183 Z 189 Z 178 Z 167 Z 150 Z 156 Z 156 Z 150 Z 156 Z 117 Z 111 Z 128 Z 139 Z 156 Z 189 Z 172 Z 172 Z 150 Z 122 Z 144 Z 117 Z 139 Z 178 Z 200 Z 172 Z 172 Z 167 Z 178 Z 172 Z-9999 +USW00094728187009PRCP 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 216 Z 10 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 414 Z-9999 +USW00094728187009SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187010TMAX 244 Z 183 Z 167 Z 222 Z 200 Z 150 Z 128 Z 172 Z 211 Z 211 Z 194 Z 211 Z 178 Z 178 Z 194 Z 217 Z 200 Z 183 Z 122 Z 189 Z 128 Z 161 Z 161 Z 172 Z 200 Z 161 Z 133 Z 150 Z 111 Z 106 Z 150 Z +USW00094728187010TMIN 172 Z 156 Z 150 Z 150 Z 128 Z 111 Z 94 Z 100 Z 94 Z 100 Z 122 Z 167 Z 111 Z 100 Z 106 Z 117 Z 122 Z 72 Z 56 Z 106 Z 83 Z 83 Z 78 Z 100 Z 106 Z 33 Z 6 Z 89 Z 44 Z 17 Z 89 Z +USW00094728187010PRCP 5 Z 0 Z 206 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 76 Z 485 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 236 Z 0 Z 0 Z 0 Z 0 Z 0 Z 30 Z 15 Z 5 Z 0 Z 18 Z 183 Z +USW00094728187010SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187011TMAX 133 Z 167 Z 161 Z 156 Z 133 Z 94 Z 122 Z 144 Z 194 Z 72 Z 117 Z 144 Z 128 Z 117 Z 72 Z 83 Z 78 Z 78 Z 6 Z 61 Z 100 Z 78 Z 100 Z 67 Z 83 Z 94 Z 167 Z 156 Z 183 Z 94 Z-9999 +USW00094728187011TMIN 67 Z 83 Z 78 Z 50 Z 83 Z 33 Z 44 Z 33 Z 61 Z 28 Z 11 Z 50 Z 61 Z 44 Z 28 Z -11 Z 28 Z 6 Z -17 Z -11 Z 39 Z 22 Z 44 Z 22 Z 28 Z 39 Z 44 Z 67 Z 61 Z 33 Z-9999 +USW00094728187011PRCP 0 Z 91 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 66 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 353 Z 23 Z 0 Z 38 Z 41 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187011SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187012TMAX 106 Z 122 Z 83 Z 139 Z 128 Z 94 Z 72 Z 78 Z 56 Z 56 Z 50 Z 111 Z 94 Z 67 Z 33 Z 0 Z 6 Z 33 Z 56 Z 67 Z 33 Z -28 Z -44 Z -44 Z -39 Z -6 Z -11 Z 0 Z -50 Z -11 Z 56 Z +USW00094728187012TMIN 6 Z 39 Z 50 Z 44 Z 61 Z 50 Z 33 Z 28 Z 11 Z -6 Z -22 Z 50 Z 67 Z 33 Z -17 Z -44 Z -39 Z -17 Z -28 Z 22 Z -72 Z -83 Z -83 Z -94 Z -94 Z -56 Z -72 Z -61 Z -111 Z -122 Z -17 Z +USW00094728187012PRCP 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 23 Z 0 Z 0 Z 0 Z 15 Z 282 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 79 Z 117 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z 0 Z 13 Z 0 Z +USW00094728187012SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187101TMAX 39 Z 56 Z 17 Z -11 Z 89 Z 89 Z 0 Z -61 Z -78 Z -44 Z 11 Z 100 Z 78 Z 72 Z 89 Z 100 Z 33 Z 17 Z -11 Z 22 Z 72 Z 33 Z -117 Z -67 Z -50 Z -100 Z -6 Z -39 Z 22 Z 56 Z 44 Z +USW00094728187101TMIN -11 Z -6 Z -33 Z -67 Z -50 Z 0 Z -67 Z -100 Z -128 Z -161 Z -67 Z 0 Z 11 Z 11 Z -11 Z -11 Z -33 Z -28 Z -72 Z -61 Z -11 Z -117 Z -178 Z -150 Z -122 Z -167 Z -106 Z -72 Z -67 Z -22 Z -28 Z +USW00094728187101PRCP 0 Z 0 Z 0 Z 0 Z 0 Z 28 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 23 Z 99 Z 0 Z 0 Z 0 Z 0 Z 53 Z 0 Z 43 Z 8 Z 0 Z 183 Z 5 Z 20 Z 18 Z 0 Z 43 Z +USW00094728187101SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 10 Z 0 Z 0T Z 76 Z 0 Z 0T Z 229 Z 76 Z 13 Z 0 Z 0 Z +USW00094728187102TMAX 78 Z 50 Z 39 Z 39 Z -117 Z -89 Z -11 Z 0 Z 89 Z 33 Z -6 Z -28 Z -17 Z -44 Z 28 Z 56 Z 61 Z 100 Z 44 Z 72 Z 56 Z -6 Z 44 Z 83 Z 117 Z 89 Z 78 Z 44 Z-9999 -9999 -9999 +USW00094728187102TMIN 17 Z -44 Z 11 Z -128 Z -167 Z -178 Z -122 Z -56 Z 0 Z -50 Z -67 Z -61 Z -61 Z -78 Z -100 Z -39 Z -17 Z 17 Z -33 Z 17 Z -72 Z -117 Z -94 Z -6 Z 56 Z 6 Z 11 Z -28 Z-9999 -9999 -9999 +USW00094728187102PRCP 5 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 28 Z 0 Z 0 Z 0 Z 102 Z 0 Z 94 Z 0 Z 0 Z 0 Z 241 Z 0 Z 15 Z 41 Z 0 Z 0 Z 0 Z 0 Z 132 Z 38 Z 0 Z-9999 -9999 -9999 +USW00094728187102SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 127 Z 0 Z 178 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728187103TMAX 150 Z 111 Z 172 Z 56 Z 117 Z 94 Z 111 Z 83 Z 156 Z 167 Z 128 Z 122 Z 117 Z 106 Z 67 Z 39 Z 111 Z 117 Z 183 Z 83 Z 94 Z 133 Z 122 Z 83 Z 89 Z 94 Z 72 Z 39 Z 106 Z 100 Z 111 Z +USW00094728187103TMIN 33 Z 22 Z 22 Z 11 Z 0 Z 44 Z 28 Z 0 Z 44 Z 89 Z 44 Z 44 Z 22 Z 22 Z 11 Z 28 Z 28 Z 50 Z 56 Z 22 Z 28 Z 39 Z 28 Z 6 Z 6 Z 6 Z 6 Z 0 Z -6 Z 50 Z 44 Z +USW00094728187103PRCP 0 Z 0 Z 36 Z 30 Z 0 Z 43 Z 0 Z 5 Z 5 Z 38 Z 36 Z 112 Z 0 Z 5 Z 140 Z 5 Z 79 Z 84 Z 0 Z 91 Z 500 Z 0 Z 0 Z 0 Z 0 Z 66 Z 104 Z 0 Z 0 Z 28 Z 0 Z +USW00094728187103SNOW 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187104TMAX 50 Z 83 Z 111 Z 167 Z 128 Z 139 Z 161 Z 294 Z 283 Z 267 Z 178 Z 144 Z 178 Z 156 Z 161 Z 133 Z 122 Z 172 Z 139 Z 172 Z 211 Z 139 Z 128 Z 167 Z 189 Z 200 Z 83 Z 106 Z 172 Z 217 Z-9999 +USW00094728187104TMIN 11 Z 6 Z 33 Z 50 Z 28 Z 6 Z 61 Z 78 Z 167 Z 128 Z 72 Z 72 Z 83 Z 61 Z 61 Z 44 Z 17 Z 44 Z 94 Z 78 Z 122 Z 83 Z 61 Z 56 Z 72 Z 83 Z 56 Z 56 Z 83 Z 111 Z-9999 +USW00094728187104PRCP 140 Z 15 Z 0 Z 140 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 89 Z 0 Z 3 Z 0 Z 3 Z 0 Z 0 Z 0 Z 3 Z 36 Z 15 Z 0 Z 0 Z 0 Z 0 Z 0 Z 259 Z 69 Z 0 Z 0 Z-9999 +USW00094728187104SNOW 0 Z 51 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187105TMAX 183 Z 211 Z 156 Z 89 Z 94 Z 122 Z 156 Z 133 Z 122 Z 172 Z 172 Z 200 Z 228 Z 167 Z 200 Z 206 Z 211 Z 211 Z 250 Z 256 Z 244 Z 239 Z 217 Z 239 Z 244 Z 294 Z 283 Z 233 Z 283 Z 333 Z 272 Z +USW00094728187105TMIN 106 Z 100 Z 89 Z 72 Z 67 Z 72 Z 78 Z 56 Z 78 Z 67 Z 61 Z 89 Z 78 Z 50 Z 94 Z 94 Z 111 Z 78 Z 100 Z 150 Z 139 Z 139 Z 133 Z 106 Z 111 Z 183 Z 156 Z 139 Z 156 Z 206 Z 167 Z +USW00094728187105PRCP 0 Z 0 Z 38 Z 229 Z 338 Z 147 Z 74 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 163 Z +USW00094728187105SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187106TMAX 239 Z 267 Z 322 Z 322 Z 300 Z 250 Z 278 Z 261 Z 233 Z 228 Z 256 Z 222 Z 272 Z 244 Z 228 Z 217 Z 222 Z 228 Z 261 Z 306 Z 233 Z 233 Z 267 Z 217 Z 244 Z 272 Z 217 Z 267 Z 233 Z 233 Z-9999 +USW00094728187106TMIN 167 Z 150 Z 200 Z 183 Z 178 Z 150 Z 194 Z 211 Z 150 Z 128 Z 178 Z 206 Z 150 Z 133 Z 150 Z 128 Z 122 Z 161 Z 144 Z 172 Z 139 Z 139 Z 172 Z 144 Z 139 Z 150 Z 194 Z 183 Z 144 Z 122 Z-9999 +USW00094728187106PRCP 0 Z 0 Z 0 Z 79 Z 0 Z 0 Z 475 Z 0 Z 0 Z 0 Z 15 Z 132 Z 25 Z 0 Z 114 Z 0 Z 0 Z 592 Z 0 Z 71 Z 0 Z 0 Z 0 Z 224 Z 0 Z 0 Z 0 Z 64 Z 0 Z 0 Z-9999 +USW00094728187106SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187107TMAX 211 Z 267 Z 250 Z 267 Z 294 Z 289 Z 294 Z 289 Z 311 Z 306 Z 300 Z 317 Z 328 Z 306 Z 300 Z 294 Z 256 Z 267 Z 217 Z 244 Z 233 Z 222 Z 267 Z 250 Z 206 Z 239 Z 283 Z 278 Z 222 Z 272 Z 250 Z +USW00094728187107TMIN 139 Z 172 Z 200 Z 183 Z 206 Z 211 Z 211 Z 178 Z 200 Z 217 Z 211 Z 222 Z 222 Z 211 Z 211 Z 178 Z 194 Z 161 Z 189 Z 156 Z 167 Z 144 Z 144 Z 156 Z 156 Z 161 Z 189 Z 194 Z 189 Z 194 Z 183 Z +USW00094728187107PRCP 0 Z 0 Z 140 Z 0 Z 0 Z 13 Z 28 Z 0 Z 69 Z 3 Z 53 Z 8 Z 0 Z 0 Z 5 Z 381 Z 46 Z 0 Z 25 Z 66 Z 15 Z 5 Z 0 Z 0 Z 150 Z 150 Z 48 Z 152 Z 10 Z 0 Z 48 Z +USW00094728187107SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187108TMAX 283 Z 289 Z 306 Z 289 Z 311 Z 317 Z 300 Z 289 Z 272 Z 272 Z 283 Z 311 Z 267 Z 244 Z 294 Z 317 Z 256 Z 289 Z 233 Z 244 Z 256 Z 222 Z 222 Z 289 Z 250 Z 283 Z 317 Z 267 Z 283 Z 239 Z 233 Z +USW00094728187108TMIN 183 Z 183 Z 200 Z 222 Z 217 Z 206 Z 211 Z 233 Z 211 Z 178 Z 172 Z 200 Z 194 Z 206 Z 228 Z 222 Z 217 Z 178 Z 172 Z 133 Z 172 Z 172 Z 144 Z 217 Z 206 Z 206 Z 217 Z 206 Z 211 Z 194 Z 167 Z +USW00094728187108PRCP 0 Z 0 Z 0 Z 18 Z 94 Z 0 Z 0 Z 114 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 218 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 117 Z 48 Z 274 Z 254 Z 79 Z 41 Z 28 Z 137 Z 0 Z +USW00094728187108SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187109TMAX 222 Z 256 Z 278 Z 261 Z 283 Z 283 Z 222 Z 183 Z 222 Z 250 Z 211 Z 206 Z 200 Z 167 Z 167 Z 200 Z 222 Z 167 Z 189 Z 172 Z 133 Z 167 Z 217 Z 250 Z 194 Z 178 Z 178 Z 156 Z 133 Z 161 Z-9999 +USW00094728187109TMIN 144 Z 150 Z 150 Z 178 Z 172 Z 183 Z 150 Z 111 Z 117 Z 144 Z 133 Z 150 Z 167 Z 111 Z 111 Z 128 Z 122 Z 78 Z 100 Z 72 Z 44 Z 56 Z 78 Z 139 Z 128 Z 111 Z 83 Z 83 Z 67 Z 56 Z-9999 +USW00094728187109PRCP 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 51 Z 0 Z 259 Z 5 Z 0 Z 0 Z 0 Z 8 Z 0 Z 0 Z 0 Z 0 Z 0 Z 272 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187109SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187110TMAX 183 Z 233 Z 167 Z 206 Z 211 Z 211 Z 178 Z 189 Z 239 Z 211 Z 211 Z 139 Z 156 Z 178 Z 239 Z 167 Z 183 Z 128 Z 133 Z 111 Z 144 Z 206 Z 244 Z 172 Z 122 Z 144 Z 172 Z 128 Z 100 Z 122 Z 156 Z +USW00094728187110TMIN 72 Z 111 Z 106 Z 128 Z 106 Z 150 Z 83 Z 61 Z 100 Z 139 Z 139 Z 89 Z 67 Z 100 Z 122 Z 106 Z 78 Z 44 Z 33 Z 22 Z -6 Z 83 Z 128 Z 100 Z 94 Z 94 Z 111 Z 39 Z 33 Z 22 Z 78 Z +USW00094728187110PRCP 0 Z 0 Z 15 Z 0 Z 0 Z 686 Z 5 Z 0 Z 0 Z 620 Z 53 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 20 Z 66 Z 104 Z 335 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187110SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187111TMAX 194 Z 122 Z 111 Z 72 Z 122 Z 56 Z 72 Z 100 Z 89 Z 72 Z 61 Z 67 Z 72 Z 117 Z 117 Z 22 Z 67 Z 61 Z 44 Z 117 Z 106 Z 56 Z 33 Z 122 Z 83 Z 100 Z 100 Z -44 Z -39 Z -56 Z-9999 +USW00094728187111TMIN 67 Z 33 Z 39 Z 17 Z -6 Z -17 Z 0 Z 17 Z 17 Z 33 Z 33 Z -11 Z -11 Z 17 Z 22 Z 0 Z 11 Z 11 Z 6 Z 44 Z 39 Z 6 Z -11 Z -6 Z 6 Z 0 Z -61 Z -89 Z -94 Z -94 Z-9999 +USW00094728187111PRCP 119 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 191 Z 0 Z 0 Z 0 Z 287 Z 5 Z 0T Z 0 Z 0 Z 0 Z 112 Z 0 Z 41 Z 0 Z 117 Z 0 Z 0 Z 56 Z 0 Z 3 Z 0 Z-9999 +USW00094728187111SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 Z 0 Z-9999 +USW00094728187112TMAX -22 Z 17 Z 33 Z 67 Z -17 Z -33 Z 39 Z 61 Z 0 Z 22 Z 50 Z 39 Z 22 Z 11 Z -39 Z 22 Z 22 Z 56 Z 11 Z -39 Z -128 Z -61 Z 128 Z 122 Z 94 Z 33 Z 56 Z -56 Z -17 Z 11 Z 39 Z +USW00094728187112TMIN -89 Z -33 Z -17 Z -17 Z -100 Z -106 Z -50 Z -17 Z -56 Z -61 Z -6 Z -11 Z -22 Z -56 Z -78 Z -94 Z -6 Z -6 Z -39 Z -128 Z -189 Z -150 Z -61 Z 72 Z 6 Z 17 Z -72 Z -100 Z -67 Z -28 Z 11 Z +USW00094728187112PRCP 0 Z 0 Z 36 Z 10 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 86 Z 0 Z 0 Z 0 Z 3 Z 25 Z 20 Z 3 Z 0 Z 23 Z 180 Z 0 Z 0 Z 36 Z 10 Z 0 Z 43 Z 56 Z 36 Z +USW00094728187112SNOW 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 10 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 3 Z 0 Z 76 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 10 Z 0 Z 0 Z +USW00094728187201TMAX 94 Z 11 Z 22 Z 50 Z 50 Z 50 Z -33 Z -39 Z 56 Z 44 Z 72 Z 94 Z 100 Z 33 Z -44 Z -22 Z 11 Z 0 Z 61 Z 67 Z 50 Z 33 Z 44 Z -44 Z -44 Z -28 Z 11 Z 28 Z -11 Z -61 Z -56 Z +USW00094728187201TMIN 6 Z -28 Z -28 Z 17 Z 0 Z -33 Z -106 Z -111 Z -50 Z -11 Z -17 Z 17 Z 33 Z -122 Z -122 Z -56 Z -67 Z -67 Z -22 Z 28 Z 6 Z -17 Z -67 Z -100 Z -78 Z -100 Z -56 Z -33 Z -139 Z -139 Z -133 Z +USW00094728187201PRCP 0 Z 0 Z 191 Z 127 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 Z 0 Z 0 Z 122 Z 5 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z 0T Z 0 Z 0 Z +USW00094728187201SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 Z 0 Z 0 Z 8 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 33 Z 0T Z 0 Z 0 Z +USW00094728187202TMAX -33 Z -11 Z -17 Z 11 Z 78 Z 61 Z 17 Z -17 Z 6 Z 44 Z 94 Z 117 Z 67 Z 22 Z -56 Z 11 Z -6 Z 22 Z 78 Z 117 Z 89 Z 22 Z 17 Z 139 Z 117 Z -33 Z 0 Z 28 Z 44 Z-9999 -9999 +USW00094728187202TMIN -106 Z -89 Z -56 Z -44 Z -28 Z -61 Z -56 Z -78 Z -33 Z -22 Z 6 Z 22 Z 6 Z -100 Z -122 Z -67 Z -72 Z -83 Z -61 Z -22 Z 17 Z -111 Z -117 Z -33 Z -33 Z -61 Z -78 Z -78 Z -61 Z-9999 -9999 +USW00094728187202PRCP 0 Z 0 Z 94 Z 0 Z 0 Z 10 Z 0 Z 0 Z 0 Z 0 Z 15 Z 0 Z 188 Z 10 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 10 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 +USW00094728187202SNOW 0 Z 0 Z 76 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 +USW00094728187203TMAX 22 Z -50 Z 61 Z 33 Z -122 Z -56 Z 11 Z 56 Z 17 Z 33 Z 94 Z 11 Z 72 Z 106 Z 17 Z 11 Z 33 Z 61 Z 83 Z -11 Z -28 Z 50 Z 61 Z 44 Z 94 Z 17 Z 67 Z 117 Z 167 Z 106 Z 44 Z +USW00094728187203TMIN -106 Z -83 Z -67 Z -144 Z -161 Z -150 Z -78 Z -56 Z -39 Z 0 Z -11 Z -44 Z -83 Z 0 Z -83 Z -83 Z -22 Z -56 Z -22 Z -100 Z -100 Z -83 Z -22 Z -39 Z -28 Z 6 Z -6 Z 11 Z 39 Z 6 Z 11 Z +USW00094728187203PRCP 0 Z 8 Z 0 Z 8 Z 0 Z 0 Z 0 Z 0 Z 15 Z 282 Z 0 Z 36 Z 0 Z 61 Z 18 Z 0 Z 8 Z 0 Z 0T Z 0 Z 0 Z 0 Z 3 Z 0 Z 572 Z 0 Z 0 Z 0 Z 0 Z 0 Z 323 Z +USW00094728187203SNOW 0 Z 8 Z 0 Z 8 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 51 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0T Z 0 Z 0 Z 0 Z 8 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187204TMAX 56 Z 117 Z 106 Z 89 Z 133 Z 167 Z 117 Z 133 Z 122 Z 172 Z 178 Z 156 Z 194 Z 128 Z 89 Z 39 Z 117 Z 128 Z 144 Z 178 Z 178 Z 133 Z 111 Z 211 Z 267 Z 283 Z 206 Z 200 Z 183 Z 156 Z-9999 +USW00094728187204TMIN 17 Z 6 Z 17 Z 0 Z -6 Z 33 Z 44 Z 44 Z 50 Z 67 Z 44 Z 61 Z 106 Z 33 Z 11 Z 0 Z 17 Z 22 Z 39 Z 72 Z 89 Z 17 Z -17 Z 61 Z 111 Z 139 Z 106 Z 94 Z 61 Z 61 Z-9999 +USW00094728187204PRCP 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 287 Z 28 Z 102 Z 18 Z 0 Z 0 Z 38 Z 0 Z 30 Z 0 Z 0 Z 38 Z 20 Z 0 Z 0 Z 0 Z 20 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187204SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187205TMAX 133 Z 222 Z 156 Z 106 Z 156 Z 200 Z 267 Z 294 Z 311 Z 317 Z 178 Z 233 Z 222 Z 217 Z 222 Z 206 Z 211 Z 189 Z 189 Z 222 Z 217 Z 233 Z 244 Z 233 Z 244 Z 217 Z 222 Z 222 Z 228 Z 156 Z 200 Z +USW00094728187205TMIN 72 Z 128 Z 78 Z 61 Z 50 Z 89 Z 83 Z 189 Z 167 Z 178 Z 83 Z 100 Z 111 Z 89 Z 122 Z 111 Z 83 Z 100 Z 133 Z 144 Z 122 Z 139 Z 167 Z 150 Z 161 Z 139 Z 133 Z 122 Z 100 Z 128 Z 117 Z +USW00094728187205PRCP 0 Z 157 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 28 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 107 Z 10 Z 0 Z 84 Z 3 Z 0T Z 0T Z 0 Z 86 Z 0 Z 0 Z 193 Z 0 Z +USW00094728187205SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187206TMAX 222 Z 233 Z 228 Z 189 Z 144 Z 228 Z 200 Z 283 Z 294 Z 261 Z 289 Z 317 Z 278 Z 300 Z 239 Z 261 Z 283 Z 306 Z 306 Z 322 Z 333 Z 306 Z 289 Z 233 Z 206 Z 233 Z 294 Z 328 Z 322 Z 339 Z-9999 +USW00094728187206TMIN 128 Z 111 Z 128 Z 128 Z 111 Z 128 Z 144 Z 139 Z 178 Z 189 Z 167 Z 194 Z 200 Z 156 Z 156 Z 178 Z 178 Z 183 Z 194 Z 200 Z 228 Z 200 Z 194 Z 183 Z 178 Z 178 Z 189 Z 206 Z 233 Z 239 Z-9999 +USW00094728187206PRCP 18 Z 0 Z 0 Z 53 Z 74 Z 0 Z 51 Z 155 Z 0 Z 28 Z 0 Z 3 Z 0 Z 99 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 254 Z 8 Z 0 Z 0 Z 3 Z 0 Z-9999 +USW00094728187206SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187207TMAX 333 Z 356 Z 344 Z 344 Z 339 Z 300 Z 311 Z 300 Z 306 Z 300 Z 333 Z 328 Z 289 Z 333 Z 311 Z 306 Z 311 Z 306 Z 294 Z 300 Z 267 Z 278 Z 256 Z 261 Z 289 Z 267 Z 272 Z 289 Z 294 Z 256 Z 222 Z +USW00094728187207TMIN 239 Z 256 Z 211 Z 228 Z 222 Z 211 Z 211 Z 217 Z 211 Z 222 Z 222 Z 228 Z 222 Z 206 Z 244 Z 244 Z 250 Z 239 Z 211 Z 194 Z 194 Z 189 Z 178 Z 194 Z 183 Z 189 Z 183 Z 200 Z 206 Z 211 Z 167 Z +USW00094728187207PRCP 0 Z 0 Z 0 Z 305 Z 71 Z 0 Z 0 Z 0 Z 0 Z 33 Z 5 Z 3 Z 0 Z 0 Z 399 Z 8 Z 0 Z 5 Z 0 Z 0 Z 0 Z 284 Z 0 Z 58 Z 0 Z 739 Z 0 Z 0 Z 0 Z 0 Z 79 Z +USW00094728187207SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187208TMAX 239 Z 228 Z 283 Z 261 Z 278 Z 256 Z 306 Z 306 Z 306 Z 306 Z 322 Z 333 Z 322 Z 339 Z 311 Z 256 Z 306 Z 328 Z 333 Z 272 Z 289 Z 339 Z 283 Z 317 Z 289 Z 317 Z 283 Z 233 Z 217 Z 222 Z 189 Z +USW00094728187208TMIN 167 Z 194 Z 200 Z 206 Z 183 Z 206 Z 222 Z 211 Z 206 Z 206 Z 222 Z 233 Z 233 Z 239 Z 217 Z 211 Z 239 Z 222 Z 239 Z 228 Z 239 Z 217 Z 211 Z 211 Z 217 Z 217 Z 206 Z 172 Z 156 Z 128 Z 117 Z +USW00094728187208PRCP 0 Z 3 Z 0 Z 152 Z 0 Z 0 Z 0 Z 0 Z 0 Z 137 Z 0 Z 89 Z 51 Z 0 Z 99 Z 318 Z 18 Z 0 Z 38 Z 15 Z 0 Z 76 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 127 Z 475 Z 0 Z +USW00094728187208SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187209TMAX 250 Z 261 Z 183 Z 194 Z 194 Z 233 Z 278 Z 339 Z 311 Z 211 Z 239 Z 256 Z 239 Z 200 Z 161 Z 156 Z 189 Z 228 Z 222 Z 183 Z 239 Z 317 Z 278 Z 256 Z 217 Z 217 Z 206 Z 206 Z 189 Z 211 Z-9999 +USW00094728187209TMIN 139 Z 167 Z 106 Z 83 Z 139 Z 172 Z 189 Z 211 Z 206 Z 178 Z 178 Z 194 Z 194 Z 150 Z 117 Z 117 Z 128 Z 161 Z 133 Z 117 Z 100 Z 161 Z 183 Z 178 Z 189 Z 183 Z 150 Z 122 Z 128 Z 150 Z-9999 +USW00094728187209PRCP 0 Z 5 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 46 Z 0 Z 0 Z 0 Z 122 Z 0 Z 33 Z 23 Z 0 Z 0 Z 64 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 104 Z 229 Z 124 Z 0 Z 0 Z-9999 +USW00094728187209SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187210TMAX 194 Z 156 Z 178 Z 189 Z 178 Z 244 Z 217 Z 178 Z 189 Z 233 Z 111 Z 122 Z 111 Z 106 Z 111 Z 178 Z 150 Z 150 Z 139 Z 128 Z 200 Z 200 Z 183 Z 94 Z 122 Z 167 Z 178 Z 117 Z 100 Z 106 Z 100 Z +USW00094728187210TMIN 117 Z 89 Z 111 Z 100 Z 100 Z 167 Z 161 Z 106 Z 78 Z 89 Z 44 Z 28 Z 78 Z 56 Z 56 Z 78 Z 50 Z 94 Z 89 Z 22 Z 67 Z 100 Z 83 Z 61 Z 89 Z 117 Z 117 Z 56 Z 39 Z 33 Z 44 Z +USW00094728187210PRCP 15 Z 5 Z 0 Z 0 Z 0 Z 0 Z 43 Z 18 Z 0 Z 8 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 112 Z 0 Z 0 Z 0 Z 0 Z 15 Z 112 Z 86 Z 396 Z 15 Z 25 Z 0 Z 0 Z 0 Z +USW00094728187210SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187211TMAX 150 Z 133 Z 106 Z 106 Z 117 Z 128 Z 128 Z 100 Z 100 Z 128 Z 128 Z 156 Z 144 Z 128 Z 83 Z 72 Z 44 Z 50 Z 61 Z 61 Z 28 Z 39 Z 61 Z 106 Z 106 Z 61 Z 56 Z 61 Z 17 Z -44 Z-9999 +USW00094728187211TMIN 72 Z 56 Z 61 Z 44 Z 39 Z 100 Z 83 Z 61 Z 44 Z 28 Z 44 Z 50 Z 39 Z 61 Z 6 Z -11 Z -44 Z 6 Z -6 Z -28 Z -44 Z 11 Z 11 Z 17 Z 44 Z 6 Z 0 Z -28 Z -94 Z -100 Z-9999 +USW00094728187211PRCP 0 Z 0 Z 25 Z 0 Z 0 Z 211 Z 409 Z 0 Z 0 Z 0 Z 5 Z 107 Z 0 Z 33 Z 0 Z 20 Z 0 Z 0 Z 0 Z 0 Z 0 Z 94 Z 0 Z 0 Z 0 Z 66 Z 0 Z 0 Z 66 Z 0 Z-9999 +USW00094728187211SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 64 Z 0 Z-9999 +USW00094728187212TMAX 39 Z 72 Z 67 Z 33 Z 22 Z 56 Z 22 Z 72 Z 33 Z -50 Z -6 Z -28 Z 0 Z 50 Z 94 Z 28 Z 28 Z -6 Z 33 Z 61 Z 33 Z -22 Z 6 Z -106 Z -94 Z -111 Z -94 Z -61 Z -39 Z 22 Z 33 Z +USW00094728187212TMIN -89 Z 11 Z 33 Z -6 Z -17 Z 0 Z -11 Z -11 Z -94 Z -94 Z -61 Z -117 Z -117 Z -17 Z -11 Z -28 Z -22 Z -33 Z -44 Z -22 Z -33 Z -156 Z -133 Z -139 Z -156 Z -144 Z -144 Z -122 Z -89 Z -100 Z -61 Z +USW00094728187212PRCP 3 Z 38 Z 0 Z 0 Z 0T Z 0 Z 0 Z 36 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 61 Z 0 Z 86 Z 3 Z 351 Z 0 Z 0 Z 0 Z 0 Z 0 Z 165 Z 0 Z 0 Z 0 Z 8 Z 58 Z +USW00094728187212SNOW 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z 0 Z 58 Z 0T Z 51 Z 0 Z 0 Z 0 Z 0 Z 0 Z 457 Z 0 Z 0 Z 0 Z 38 Z 51 Z +USW00094728187301TMAX 17 Z 0 Z 83 Z 50 Z 94 Z 56 Z 33 Z 11 Z 22 Z -11 Z -111 Z 6 Z 83 Z 89 Z -6 Z 111 Z 122 Z 6 Z -17 Z 39 Z 72 Z 39 Z 22 Z -11 Z -33 Z -6 Z -22 Z -11 Z -61 Z -67 Z 0 Z +USW00094728187301TMIN -61 Z -61 Z -11 Z -28 Z -50 Z -50 Z -100 Z -78 Z -44 Z -111 Z -150 Z -156 Z -61 Z 0 Z -33 Z -6 Z -11 Z -22 Z -78 Z -94 Z -6 Z -11 Z -44 Z -56 Z -106 Z -117 Z -106 Z -100 Z -178 Z -183 Z -94 Z +USW00094728187301PRCP 0 Z 23 Z 188 Z 0 Z 348 Z 0 Z 0 Z 64 Z 8 Z 0 Z 0 Z 0 Z 0 Z 10 Z 0 Z 43 Z 239 Z 119 Z 0 Z 3 Z 51 Z 3 Z 94 Z 15 Z 0 Z 0 Z 150 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187301SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 89 Z 13 Z 0 Z 0 Z 152 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187302TMAX -17 Z -72 Z 17 Z 100 Z 72 Z 94 Z 39 Z 78 Z 56 Z -50 Z 56 Z 44 Z -22 Z 28 Z 56 Z 50 Z 56 Z 72 Z 56 Z 50 Z 11 Z -39 Z -72 Z -83 Z -6 Z 28 Z -6 Z 17 Z-9999 -9999 -9999 +USW00094728187302TMIN -106 Z -139 Z -128 Z 17 Z 11 Z -6 Z 0 Z 28 Z -111 Z -122 Z -50 Z -28 Z -89 Z -106 Z -33 Z -22 Z 0 Z -22 Z 22 Z -6 Z -78 Z -100 Z -117 Z -183 Z -83 Z -22 Z -22 Z -28 Z-9999 -9999 -9999 +USW00094728187302PRCP 0 Z 0 Z 61 Z 3 Z 0 Z 0 Z 94 Z 0 Z 0 Z 0 Z 0T Z 10 Z 69 Z 0 Z 0 Z 300 Z 0 Z 0 Z 23 Z 0 Z 325 Z 0 Z 0 Z 0 Z 0 Z 0 Z 81 Z 0 Z-9999 -9999 -9999 +USW00094728187302SNOW 0 Z 0 Z 51 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0T Z 147 Z 0 Z 0 Z 122 Z 0 Z 0 Z 0 Z 0 Z 58 Z 0 Z 0 Z 0 Z 0 Z 0 Z 102 Z 0 Z-9999 -9999 -9999 +USW00094728187303TMAX 28 Z 72 Z 6 Z -67 Z -11 Z 17 Z 78 Z 78 Z 94 Z 50 Z 78 Z 67 Z 50 Z 78 Z 83 Z 83 Z 50 Z 100 Z 106 Z 50 Z 28 Z 44 Z 128 Z 44 Z -11 Z 28 Z 17 Z 89 Z 100 Z 117 Z 106 Z +USW00094728187303TMIN -28 Z -50 Z -94 Z -122 Z -128 Z -106 Z -50 Z 28 Z 11 Z -33 Z 22 Z 0 Z -6 Z 6 Z 0 Z 11 Z -6 Z 6 Z 39 Z 17 Z -11 Z 6 Z -6 Z -28 Z -44 Z -17 Z -50 Z -22 Z 39 Z 44 Z 50 Z +USW00094728187303PRCP 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 5 Z 89 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 5 Z 0 Z 91 Z 5 Z 0 Z 0 Z 3 Z 25 Z 122 Z 0 Z 0 Z 168 Z 0 Z 15 Z +USW00094728187303SNOW 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187304TMAX 139 Z 139 Z 128 Z 156 Z 122 Z 106 Z 106 Z 156 Z 100 Z 150 Z 161 Z 61 Z 100 Z 100 Z 117 Z 106 Z 61 Z 133 Z 128 Z 122 Z 89 Z 44 Z 122 Z 139 Z 122 Z 89 Z 106 Z 161 Z 161 Z 178 Z-9999 +USW00094728187304TMIN 28 Z 50 Z 56 Z 44 Z 44 Z 39 Z 33 Z 89 Z 39 Z 44 Z 61 Z 6 Z 28 Z 28 Z 50 Z 39 Z 39 Z 44 Z 56 Z 39 Z 28 Z 28 Z 28 Z 44 Z 33 Z 33 Z 44 Z 61 Z 89 Z 89 Z-9999 +USW00094728187304PRCP 5 Z 124 Z 0 Z 0 Z 76 Z 25 Z 0 Z 0 Z 8 Z 18 Z 0 Z 302 Z 0 Z 0 Z 0 Z 8 Z 404 Z 3 Z 20 Z 0 Z 0 Z 18 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 20 Z-9999 +USW00094728187304SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187305TMAX 194 Z 144 Z 61 Z 194 Z 239 Z 178 Z 183 Z 122 Z 94 Z 150 Z 133 Z 178 Z 250 Z 156 Z 211 Z 189 Z 167 Z 183 Z 217 Z 167 Z 144 Z 189 Z 244 Z 256 Z 267 Z 267 Z 217 Z 306 Z 283 Z 217 Z 200 Z +USW00094728187305TMIN 72 Z 56 Z 39 Z 33 Z 94 Z 100 Z 72 Z 78 Z 61 Z 83 Z 100 Z 100 Z 100 Z 61 Z 67 Z 100 Z 78 Z 78 Z 78 Z 83 Z 83 Z 89 Z 139 Z 156 Z 167 Z 161 Z 144 Z 161 Z 194 Z 139 Z 100 Z +USW00094728187305PRCP 0 Z 325 Z 112 Z 0 Z 0 Z 0 Z 0 Z 38 Z 203 Z 0 Z 46 Z 18 Z 18 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 99 Z 64 Z 0 Z 10 Z 0 Z 0 Z 0 Z 0 Z 0 Z 5 Z 0 Z +USW00094728187305SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187306TMAX 256 Z 283 Z 178 Z 256 Z 300 Z 267 Z 239 Z 211 Z 250 Z 300 Z 272 Z 233 Z 239 Z 211 Z 239 Z 317 Z 283 Z 261 Z 333 Z 322 Z 267 Z 217 Z 206 Z 167 Z 250 Z 256 Z 294 Z 322 Z 289 Z 267 Z-9999 +USW00094728187306TMIN 111 Z 139 Z 133 Z 117 Z 200 Z 172 Z 144 Z 122 Z 117 Z 156 Z 206 Z 167 Z 139 Z 122 Z 167 Z 183 Z 194 Z 167 Z 183 Z 217 Z 178 Z 167 Z 161 Z 139 Z 117 Z 144 Z 161 Z 206 Z 206 Z 211 Z-9999 +USW00094728187306PRCP 0 Z 0 Z 0 Z 8 Z 3 Z 180 Z 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 30 Z 33 Z 0 Z 0 Z 0 Z 69 Z 0 Z 0 Z-9999 +USW00094728187306SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187307TMAX 289 Z 322 Z 339 Z 317 Z 283 Z 256 Z 283 Z 250 Z 272 Z 272 Z 256 Z 272 Z 267 Z 317 Z 322 Z 283 Z 233 Z 233 Z 211 Z 261 Z 267 Z 289 Z 306 Z 322 Z 344 Z 333 Z 272 Z 289 Z 294 Z 317 Z 306 Z +USW00094728187307TMIN 217 Z 211 Z 244 Z 233 Z 228 Z 189 Z 156 Z 183 Z 178 Z 211 Z 178 Z 156 Z 183 Z 200 Z 228 Z 211 Z 206 Z 167 Z 167 Z 167 Z 189 Z 172 Z 206 Z 222 Z 239 Z 239 Z 217 Z 233 Z 228 Z 206 Z 211 Z +USW00094728187307PRCP 43 Z 0 Z 94 Z 23 Z 239 Z 0 Z 0 Z 0 Z 0 Z 0 Z 71 Z 0 Z 0 Z 0 Z 5 Z 0 Z 132 Z 66 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 18 Z 345 Z 0 Z 132 Z 0 Z 0 Z +USW00094728187307SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187308TMAX 317 Z 306 Z 322 Z 267 Z 267 Z 283 Z 300 Z 278 Z 294 Z 294 Z 272 Z 256 Z 200 Z 189 Z 222 Z 289 Z 267 Z 200 Z 250 Z 228 Z 222 Z 283 Z 311 Z 211 Z 178 Z 239 Z 233 Z 244 Z 244 Z 261 Z 289 Z +USW00094728187308TMIN 233 Z 228 Z 222 Z 194 Z 189 Z 172 Z 183 Z 211 Z 200 Z 189 Z 178 Z 183 Z 172 Z 172 Z 167 Z 206 Z 178 Z 172 Z 189 Z 200 Z 200 Z 211 Z 183 Z 133 Z 133 Z 183 Z 156 Z 161 Z 178 Z 189 Z 200 Z +USW00094728187308PRCP 8 Z 0 Z 48 Z 0 Z 0 Z 0 Z 0 Z 74 Z 0 Z 0 Z 0 Z 0 Z 94 Z 442 Z 0 Z 41 Z 15 Z 122 Z 23 Z 1219 Z 10 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 10 Z 196 Z 127 Z +USW00094728187308SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187309TMAX 317 Z 244 Z 256 Z 300 Z 306 Z 200 Z 189 Z 206 Z 217 Z 183 Z 222 Z 256 Z 244 Z 156 Z 183 Z 239 Z 217 Z 250 Z 211 Z 161 Z 189 Z 189 Z 211 Z 211 Z 211 Z 256 Z 267 Z 261 Z 267 Z 189 Z-9999 +USW00094728187309TMIN 211 Z 178 Z 156 Z 206 Z 194 Z 150 Z 128 Z 156 Z 139 Z 133 Z 156 Z 161 Z 156 Z 94 Z 67 Z 133 Z 111 Z 133 Z 122 Z 100 Z 83 Z 106 Z 133 Z 161 Z 161 Z 178 Z 161 Z 178 Z 178 Z 111 Z-9999 +USW00094728187309PRCP 3 Z 0 Z 0 Z 135 Z 0 Z 0 Z 61 Z 23 Z 0 Z 10 Z 0 Z 0 Z 30 Z 51 Z 0 Z 0 Z 0 Z 0 Z 218 Z 0 Z 0 Z 0 Z 18 Z 188 Z 10 Z 5 Z 0 Z 0 Z 41 Z 5 Z-9999 +USW00094728187309SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187310TMAX 189 Z 206 Z 217 Z 178 Z 222 Z 206 Z 89 Z 183 Z 172 Z 178 Z 217 Z 161 Z 133 Z 206 Z 200 Z 211 Z 178 Z 172 Z 211 Z 211 Z 150 Z 167 Z 183 Z 172 Z 139 Z 150 Z 178 Z 150 Z 83 Z 78 Z 100 Z +USW00094728187310TMIN 72 Z 111 Z 117 Z 117 Z 167 Z 89 Z 50 Z 67 Z 89 Z 83 Z 89 Z 89 Z 67 Z 78 Z 100 Z 100 Z 117 Z 111 Z 172 Z 144 Z 111 Z 94 Z 106 Z 100 Z 56 Z 56 Z 94 Z 50 Z 6 Z 17 Z 44 Z +USW00094728187310PRCP 0 Z 0 Z 0 Z 33 Z 0 Z 226 Z 76 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 23 Z 155 Z 3 Z 0 Z 0 Z 0 Z 0 Z 8 Z 168 Z 0T Z 0 Z 3 Z 0 Z +USW00094728187310SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187311TMAX 83 Z 139 Z 144 Z 106 Z 111 Z 89 Z 106 Z 111 Z 106 Z 33 Z 61 Z 78 Z 33 Z -17 Z 44 Z 89 Z 56 Z 44 Z 17 Z 0 Z 56 Z 61 Z 72 Z 89 Z 50 Z -11 Z 67 Z 17 Z 11 Z 0 Z-9999 +USW00094728187311TMIN 6 Z 22 Z 17 Z 6 Z 22 Z 6 Z 11 Z 72 Z 33 Z -17 Z -22 Z 33 Z -17 Z -50 Z -39 Z 0 Z 11 Z 0 Z -33 Z -61 Z -61 Z -22 Z -17 Z 44 Z -28 Z -56 Z -17 Z -28 Z -39 Z -44 Z-9999 +USW00094728187311PRCP 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 241 Z 69 Z 0 Z 0 Z 10 Z 58 Z 0 Z 0 Z 0T Z 0 Z 99 Z 140 Z 0 Z 0T Z 0 Z 0 Z 53 Z 505 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187311SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0T Z 51 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187312TMAX -33 Z 28 Z 106 Z 189 Z 78 Z 22 Z 67 Z 100 Z 100 Z 61 Z 72 Z 161 Z 94 Z 22 Z 100 Z 106 Z 106 Z 100 Z 89 Z 56 Z 0 Z 17 Z 0 Z 56 Z 94 Z 28 Z 28 Z 28 Z 39 Z 0 Z 0 Z +USW00094728187312TMIN -78 Z -78 Z 33 Z 78 Z -6 Z -22 Z -39 Z 6 Z 50 Z 22 Z 28 Z 67 Z 6 Z -28 Z 0 Z 28 Z -17 Z 0 Z 22 Z -17 Z -50 Z -61 Z -33 Z -33 Z 11 Z 11 Z 0 Z -17 Z -28 Z -72 Z -67 Z +USW00094728187312PRCP 10 Z 99 Z 0 Z 0T Z 0 Z 0 Z 0 Z 10 Z 25 Z 0 Z 3 Z 5 Z 107 Z 0 Z 0 Z 0 Z 0 Z 0 Z 127 Z 0 Z 0 Z 0 Z 20 Z 0 Z 0 Z 99 Z 107 Z 140 Z 0 Z 0 Z 0 Z +USW00094728187312SNOW 13 Z 25 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 20 Z 0 Z 0 Z 25 Z 102 Z 51 Z 0 Z 0 Z 0 Z +USW00094728187401TMAX 61 Z 56 Z 61 Z 144 Z 150 Z 44 Z 133 Z 117 Z 106 Z 89 Z 89 Z 6 Z 22 Z -11 Z -56 Z -56 Z 22 Z 61 Z 78 Z 39 Z 61 Z 106 Z 172 Z 17 Z -33 Z 6 Z 61 Z 89 Z 39 Z 39 Z -39 Z +USW00094728187401TMIN 0 Z 22 Z 33 Z 44 Z 6 Z 0 Z 39 Z 11 Z 0 Z 33 Z -6 Z -17 Z -44 Z -56 Z -100 Z -122 Z -106 Z -67 Z -11 Z -44 Z -28 Z 39 Z 17 Z -39 Z -94 Z -111 Z -22 Z -11 Z -33 Z -78 Z -89 Z +USW00094728187401PRCP 13 Z 76 Z 0 Z 0 Z 41 Z 99 Z 792 Z 64 Z 0 Z 0 Z 0 Z 0 Z 0 Z 140 Z 0 Z 0 Z 0 Z 0 Z 38 Z 0 Z 38 Z 3 Z 18 Z 0T Z 0 Z 0 Z 0 Z 33 Z 0 Z 0 Z 0T Z +USW00094728187401SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 165 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z +USW00094728187402TMAX -72 Z -44 Z 11 Z 0 Z -11 Z -6 Z -56 Z 6 Z 17 Z -17 Z 6 Z 28 Z 100 Z 117 Z 67 Z 83 Z -6 Z 22 Z 94 Z 89 Z 106 Z 189 Z 222 Z 33 Z 0 Z 6 Z 33 Z 39 Z-9999 -9999 -9999 +USW00094728187402TMIN -144 Z -161 Z -72 Z -22 Z -78 Z -100 Z -106 Z -89 Z -78 Z -61 Z -56 Z -56 Z -11 Z 39 Z -11 Z -11 Z -72 Z -89 Z -39 Z 39 Z 39 Z 39 Z 22 Z -17 Z -44 Z -56 Z -39 Z -22 Z-9999 -9999 -9999 +USW00094728187402PRCP 0 Z 86 Z 53 Z 0 Z 0 Z 43 Z 66 Z 0 Z 0 Z 0 Z 0 Z 0 Z 76 Z 3 Z 0 Z 0 Z 0 Z 0 Z 18 Z 3 Z 13 Z 0 Z 0 Z 0 Z 152 Z 5 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728187402SNOW 0 Z 0T Z 127 Z 0 Z 0 Z 0T Z 165 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 191 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728187403TMAX 83 Z 128 Z 133 Z 178 Z 72 Z 22 Z 44 Z 33 Z -11 Z -11 Z -6 Z -6 Z -56 Z 22 Z 56 Z 67 Z 94 Z 144 Z 161 Z 128 Z 111 Z 94 Z 67 Z -17 Z 94 Z 144 Z 100 Z 67 Z 72 Z 117 Z 56 Z +USW00094728187403TMIN -28 Z 22 Z 28 Z 6 Z -11 Z -28 Z -11 Z -11 Z -56 Z -56 Z -61 Z -89 Z -100 Z -61 Z -39 Z 0 Z 6 Z 56 Z 83 Z 28 Z 11 Z 61 Z -72 Z -89 Z -33 Z 44 Z -11 Z 6 Z -6 Z 0 Z -28 Z +USW00094728187403PRCP 0 Z 0 Z 0 Z 36 Z 0 Z 76 Z 124 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 208 Z 15 Z 8 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 8 Z 56 Z 0 Z 0 Z 8 Z +USW00094728187403SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 Z 0 Z 0 Z 0T Z +USW00094728187404TMAX 11 Z 67 Z 83 Z 83 Z 33 Z 128 Z 106 Z 139 Z 56 Z 61 Z 139 Z 17 Z 78 Z 178 Z 178 Z 133 Z 72 Z 122 Z 122 Z 78 Z 122 Z 100 Z 78 Z 139 Z 89 Z 56 Z 111 Z 67 Z 33 Z 106 Z-9999 +USW00094728187404TMIN -39 Z -17 Z 22 Z -67 Z -67 Z 11 Z 28 Z 44 Z 22 Z 6 Z -33 Z -56 Z -56 Z 6 Z 78 Z 33 Z 11 Z 6 Z 22 Z 39 Z 44 Z 33 Z 39 Z 33 Z 22 Z 0 Z 33 Z -6 Z 0 Z 0 Z-9999 +USW00094728187404PRCP 0 Z 0 Z 0 Z 0T Z 84 Z 20 Z 10 Z 107 Z 208 Z 297 Z 3 Z 0 Z 0 Z 0 Z 15 Z 0 Z 117 Z 0 Z 28 Z 470 Z 0 Z 0 Z 84 Z 0 Z 353 Z 33 Z 0 Z 216 Z 183 Z 0 Z-9999 +USW00094728187404SNOW 0 Z 0 Z 0 Z 0T Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0T Z 13 Z 0 Z-9999 +USW00094728187405TMAX 161 Z 111 Z 167 Z 167 Z 156 Z 178 Z 100 Z 206 Z 278 Z 322 Z 139 Z 139 Z 250 Z 256 Z 167 Z 200 Z 228 Z 161 Z 189 Z 178 Z 161 Z 183 Z 217 Z 189 Z 178 Z 194 Z 261 Z 228 Z 261 Z 261 Z 250 Z +USW00094728187405TMIN 50 Z 28 Z 6 Z 61 Z 72 Z 50 Z 33 Z 50 Z 111 Z 111 Z 111 Z 44 Z 83 Z 167 Z 89 Z 89 Z 139 Z 122 Z 72 Z 111 Z 94 Z 89 Z 94 Z 128 Z 128 Z 117 Z 111 Z 139 Z 139 Z 128 Z 156 Z +USW00094728187405PRCP 0 Z 0 Z 0 Z 0 Z 33 Z 5 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 66 Z 231 Z 0 Z 38 Z 0 Z 5 Z 36 Z 0 Z 0 Z 0 Z 130 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z +USW00094728187405SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187406TMAX 256 Z 200 Z 172 Z 194 Z 233 Z 267 Z 278 Z 322 Z 267 Z 278 Z 222 Z 283 Z 200 Z 222 Z 267 Z 239 Z 261 Z 233 Z 217 Z 178 Z 272 Z 300 Z 328 Z 261 Z 300 Z 283 Z 283 Z 328 Z 367 Z 283 Z-9999 +USW00094728187406TMIN 117 Z 94 Z 128 Z 150 Z 167 Z 167 Z 189 Z 189 Z 206 Z 206 Z 156 Z 150 Z 139 Z 117 Z 139 Z 183 Z 194 Z 183 Z 133 Z 122 Z 156 Z 156 Z 211 Z 206 Z 200 Z 211 Z 178 Z 189 Z 222 Z 189 Z-9999 +USW00094728187406PRCP 74 Z 0 Z 84 Z 127 Z 0 Z 0 Z 0 Z 0 Z 168 Z 0 Z 36 Z 5 Z 0 Z 0 Z 0 Z 5 Z 74 Z 0 Z 0 Z 3 Z 0 Z 0 Z 3 Z 0 Z 0 Z 124 Z 0 Z 0 Z 5 Z 0 Z-9999 +USW00094728187406SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187407TMAX 283 Z 267 Z 244 Z 244 Z 211 Z 267 Z 278 Z 328 Z 294 Z 300 Z 278 Z 294 Z 272 Z 306 Z 339 Z 300 Z 267 Z 294 Z 289 Z 322 Z 261 Z 267 Z 300 Z 283 Z 272 Z 272 Z 278 Z 272 Z 228 Z 272 Z 289 Z +USW00094728187407TMIN 167 Z 200 Z 161 Z 144 Z 167 Z 161 Z 156 Z 194 Z 217 Z 206 Z 206 Z 206 Z 211 Z 200 Z 222 Z 200 Z 167 Z 172 Z 200 Z 200 Z 206 Z 183 Z 183 Z 194 Z 183 Z 206 Z 211 Z 211 Z 189 Z 161 Z 178 Z +USW00094728187407PRCP 0 Z 3 Z 0 Z 112 Z 0 Z 0 Z 0 Z 8 Z 43 Z 493 Z 198 Z 211 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 91 Z 8 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 119 Z 0 Z 0 Z +USW00094728187407SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187408TMAX 300 Z 261 Z 222 Z 217 Z 233 Z 272 Z 267 Z 217 Z 233 Z 289 Z 306 Z 289 Z 289 Z 222 Z 244 Z 267 Z 256 Z 167 Z 272 Z 328 Z 322 Z 250 Z 200 Z 228 Z 206 Z 211 Z 228 Z 233 Z 250 Z 267 Z 261 Z +USW00094728187408TMIN 189 Z 183 Z 144 Z 150 Z 167 Z 172 Z 194 Z 206 Z 183 Z 194 Z 211 Z 206 Z 194 Z 189 Z 167 Z 172 Z 161 Z 156 Z 167 Z 194 Z 228 Z 167 Z 128 Z 156 Z 144 Z 139 Z 128 Z 144 Z 139 Z 133 Z 156 Z +USW00094728187408PRCP 170 Z 0 Z 0 Z 0 Z 0 Z 0 Z 76 Z 267 Z 43 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 61 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187408SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187409TMAX 267 Z 294 Z 311 Z 194 Z 233 Z 267 Z 283 Z 283 Z 256 Z 311 Z 322 Z 233 Z 233 Z 222 Z 233 Z 211 Z 194 Z 194 Z 194 Z 189 Z 183 Z 183 Z 233 Z 239 Z 256 Z 289 Z 200 Z 194 Z 172 Z 172 Z-9999 +USW00094728187409TMIN 183 Z 178 Z 183 Z 133 Z 167 Z 183 Z 172 Z 161 Z 167 Z 161 Z 206 Z 167 Z 167 Z 178 Z 172 Z 183 Z 172 Z 161 Z 161 Z 139 Z 111 Z 89 Z 117 Z 144 Z 156 Z 161 Z 156 Z 128 Z 133 Z 94 Z-9999 +USW00094728187409PRCP 0 Z 0 Z 0 Z 5 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 218 Z 833 Z 749 Z 23 Z 99 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 163 Z 0 Z-9999 +USW00094728187409SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187410TMAX 167 Z 206 Z 189 Z 144 Z 133 Z 161 Z 200 Z 183 Z 200 Z 206 Z 194 Z 144 Z 83 Z 83 Z 156 Z 200 Z 200 Z 139 Z 128 Z 189 Z 167 Z 206 Z 150 Z 161 Z 189 Z 217 Z 206 Z 167 Z 211 Z 161 Z 94 Z +USW00094728187410TMIN 78 Z 111 Z 89 Z 78 Z 67 Z 83 Z 139 Z 133 Z 122 Z 133 Z 122 Z 67 Z 39 Z 33 Z 22 Z 72 Z 89 Z 61 Z 50 Z 61 Z 100 Z 89 Z 94 Z 106 Z 106 Z 89 Z 89 Z 111 Z 106 Z 72 Z 22 Z +USW00094728187410PRCP 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 61 Z 262 Z 0 Z 104 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0 Z +USW00094728187410SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187411TMAX 83 Z 111 Z 128 Z 150 Z 144 Z 189 Z 139 Z 156 Z 133 Z 161 Z 156 Z 50 Z 22 Z 17 Z 50 Z 117 Z 133 Z 139 Z 61 Z 67 Z 44 Z 67 Z 156 Z 61 Z 28 Z 61 Z 100 Z 122 Z 128 Z 0 Z-9999 +USW00094728187411TMIN 17 Z 22 Z 44 Z 50 Z 44 Z 100 Z 83 Z 78 Z 100 Z 78 Z 44 Z 0 Z -33 Z -44 Z -11 Z 17 Z 61 Z 22 Z 0 Z 22 Z 0 Z -6 Z 39 Z -28 Z -39 Z -28 Z 6 Z 50 Z 0 Z -50 Z-9999 +USW00094728187411PRCP 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 18 Z 28 Z 0 Z 66 Z 0 Z 20 Z 297 Z 0 Z 0 Z 0 Z 0 Z 0 Z 142 Z 0 Z-9999 +USW00094728187411SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z-9999 +USW00094728187412TMAX 61 Z 83 Z 106 Z 89 Z 72 Z 78 Z 72 Z 33 Z 44 Z 78 Z 61 Z 22 Z 72 Z 78 Z -67 Z 22 Z 44 Z 33 Z 50 Z 22 Z -11 Z 50 Z 78 Z 39 Z 11 Z 44 Z 83 Z 100 Z 94 Z -28 Z -89 Z +USW00094728187412TMIN -39 Z 6 Z 33 Z -33 Z -44 Z 22 Z 22 Z -50 Z -50 Z 11 Z -17 Z -17 Z 17 Z -89 Z -133 Z -100 Z 6 Z -50 Z 0 Z -11 Z -67 Z -67 Z 6 Z -28 Z -39 Z -67 Z 11 Z 50 Z -39 Z -89 Z -139 Z +USW00094728187412PRCP 0T Z 0 Z 0 Z 0 Z 0 Z 33 Z 76 Z 0 Z 0 Z 5 Z 28 Z 0 Z 0 Z 25 Z 0 Z 0 Z 8 Z 0 Z 0 Z 488 Z 5 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 30 Z 5 Z 0 Z 0 Z +USW00094728187412SNOW 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 254 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187501TMAX -39 Z 33 Z -6 Z 44 Z 11 Z 28 Z 22 Z 39 Z 11 Z -106 Z -28 Z -39 Z 6 Z -6 Z -61 Z -33 Z -50 Z -78 Z -61 Z -72 Z -28 Z 44 Z 11 Z 28 Z 28 Z -28 Z -17 Z 28 Z 11 Z 33 Z 0 Z +USW00094728187501TMIN -122 Z -44 Z -39 Z -11 Z -56 Z -89 Z -22 Z -28 Z -167 Z -194 Z -139 Z -100 Z -61 Z -67 Z -100 Z -83 Z -72 Z -172 Z -183 Z -133 Z -111 Z -33 Z -61 Z -78 Z -61 Z -78 Z -83 Z -39 Z -50 Z -56 Z -17 Z +USW00094728187501PRCP 0 Z 89 Z 0 Z 5 Z 0 Z 0 Z 193 Z 0 Z 0 Z 0 Z 0 Z 3 Z 58 Z 0 Z 0 Z 0 Z 0 Z 36 Z 0 Z 0 Z 0 Z 43 Z 0 Z 193 Z 0 Z 0 Z 0 Z 66 Z 36 Z 23 Z 61 Z +USW00094728187501SNOW 0 Z 0T Z 0 Z 0T Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 127 Z 0 Z 0 Z 0 Z 0T Z 0 Z 102 Z 0 Z 0 Z 0 Z 0T Z 0T Z 38 Z 102 Z +USW00094728187502TMAX -17 Z 44 Z 111 Z 67 Z -61 Z -11 Z -122 Z -61 Z -106 Z -39 Z 78 Z -22 Z -17 Z -17 Z -94 Z -61 Z 33 Z -50 Z -17 Z 33 Z 17 Z 61 Z 117 Z 122 Z 89 Z 61 Z 6 Z -72 Z-9999 -9999 -9999 +USW00094728187502TMIN -56 Z -61 Z -33 Z -106 Z -122 Z -128 Z -139 Z -150 Z -178 Z -172 Z -67 Z -106 Z -78 Z -139 Z -139 Z -133 Z -94 Z -128 Z -83 Z -17 Z -11 Z -39 Z 56 Z 61 Z 50 Z 6 Z -72 Z -111 Z-9999 -9999 -9999 +USW00094728187502PRCP 13 Z 0 Z 122 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 224 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 104 Z 0 Z 0 Z 0 Z 38 Z 145 Z 0 Z 18 Z 0 Z-9999 -9999 -9999 +USW00094728187502SNOW 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 76 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z 0 Z-9999 -9999 -9999 +USW00094728187503TMAX -11 Z 61 Z -11 Z 6 Z -11 Z 61 Z 28 Z 33 Z 44 Z 67 Z 83 Z 128 Z 39 Z 56 Z 50 Z 94 Z 78 Z -6 Z 17 Z -6 Z -17 Z -17 Z 0 Z 44 Z 28 Z 78 Z 122 Z 78 Z 111 Z 156 Z 106 Z +USW00094728187503TMIN -111 Z -33 Z -56 Z -44 Z -56 Z -11 Z 0 Z 0 Z -44 Z 0 Z 6 Z 39 Z 6 Z -11 Z 22 Z 28 Z -56 Z -83 Z -56 Z -56 Z -72 Z -100 Z -106 Z -6 Z -6 Z -22 Z 50 Z 28 Z 28 Z 33 Z 39 Z +USW00094728187503PRCP 229 Z 0 Z 86 Z 25 Z 48 Z 10 Z 203 Z 58 Z 0 Z 0T Z 0 Z 0 Z 36 Z 3 Z 28 Z 0 Z 0 Z 0 Z 0 Z 137 Z 0 Z 0 Z 0 Z 18 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187503SNOW 84 Z 0 Z 76 Z 0T Z 64 Z 0T Z 0T Z 102 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 25 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187504TMAX 161 Z 183 Z 128 Z 78 Z 144 Z 122 Z 28 Z 106 Z 83 Z 161 Z 189 Z 89 Z 17 Z 111 Z 139 Z 89 Z 6 Z 0 Z 44 Z 50 Z 61 Z 106 Z 156 Z 150 Z 106 Z 161 Z 144 Z 78 Z 122 Z 194 Z-9999 +USW00094728187504TMIN 39 Z 89 Z 50 Z 28 Z 28 Z 28 Z -6 Z 6 Z 28 Z 39 Z 83 Z 17 Z -11 Z -11 Z 50 Z 6 Z -28 Z -39 Z -56 Z -17 Z -33 Z -22 Z 17 Z 17 Z 11 Z 50 Z 72 Z 56 Z 44 Z 67 Z-9999 +USW00094728187504PRCP 0 Z 15 Z 86 Z 79 Z 0 Z 0 Z 15 Z 0 Z 5 Z 0 Z 0 Z 25 Z 221 Z 36 Z 0 Z 25 Z 0T Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 94 Z 112 Z 0 Z 0 Z 53 Z 15 Z 0 Z-9999 +USW00094728187504SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0T Z 221 Z 33 Z 0 Z 0T Z 0T Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 76 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187505TMAX 111 Z 133 Z 150 Z 106 Z 172 Z 128 Z 144 Z 117 Z 228 Z 256 Z 228 Z 217 Z 183 Z 167 Z 222 Z 150 Z 178 Z 172 Z 161 Z 267 Z 300 Z 278 Z 294 Z 250 Z 194 Z 278 Z 233 Z 278 Z 233 Z 239 Z 244 Z +USW00094728187505TMIN 56 Z 56 Z 44 Z 39 Z 50 Z 100 Z 61 Z 83 Z 89 Z 106 Z 122 Z 128 Z 89 Z 78 Z 89 Z 67 Z 61 Z 67 Z 78 Z 122 Z 178 Z 206 Z 194 Z 133 Z 161 Z 172 Z 156 Z 144 Z 139 Z 139 Z 133 Z +USW00094728187505PRCP 15 Z 8 Z 0 Z 102 Z 0 Z 41 Z 0 Z 33 Z 0 Z 0 Z 0 Z 8 Z 0 Z 0 Z 5 Z 0 Z 0 Z 0 Z 20 Z 0 Z 0 Z 0 Z 0 Z 0 Z 107 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187505SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187506TMAX 211 Z 194 Z 178 Z 261 Z 267 Z 256 Z 261 Z 228 Z 167 Z 250 Z 278 Z 228 Z 178 Z 211 Z 244 Z 261 Z 244 Z 211 Z 233 Z 244 Z 278 Z 267 Z 261 Z 328 Z 339 Z 267 Z 333 Z 328 Z 239 Z 289 Z-9999 +USW00094728187506TMIN 144 Z 111 Z 111 Z 144 Z 150 Z 189 Z 150 Z 128 Z 139 Z 144 Z 161 Z 172 Z 117 Z 94 Z 139 Z 150 Z 156 Z 150 Z 139 Z 150 Z 167 Z 183 Z 194 Z 194 Z 244 Z 194 Z 194 Z 239 Z 183 Z 183 Z-9999 +USW00094728187506PRCP 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 43 Z 0 Z 46 Z 3 Z 0 Z 15 Z 91 Z 0 Z 0 Z 0 Z 3 Z 224 Z 0 Z 0 Z 0 Z 0 Z 183 Z 0 Z 0 Z 0 Z 23 Z 0 Z 41 Z 20 Z-9999 +USW00094728187506SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187507TMAX 267 Z 267 Z 261 Z 256 Z 300 Z 317 Z 294 Z 278 Z 267 Z 250 Z 289 Z 239 Z 289 Z 294 Z 289 Z 244 Z 300 Z 278 Z 244 Z 233 Z 289 Z 278 Z 283 Z 272 Z 283 Z 289 Z 289 Z 261 Z 233 Z 294 Z 250 Z +USW00094728187507TMIN 183 Z 161 Z 178 Z 172 Z 222 Z 233 Z 211 Z 200 Z 200 Z 200 Z 228 Z 172 Z 183 Z 200 Z 189 Z 200 Z 200 Z 178 Z 150 Z 172 Z 172 Z 200 Z 233 Z 200 Z 222 Z 222 Z 222 Z 178 Z 178 Z 178 Z 206 Z +USW00094728187507PRCP 0 Z 0 Z 0 Z 0 Z 74 Z 112 Z 38 Z 0 Z 0 Z 0 Z 0 Z 0 Z 30 Z 0 Z 0 Z 104 Z 0 Z 33 Z 0 Z 0 Z 0 Z 0 Z 117 Z 0 Z 0 Z 467 Z 43 Z 38 Z 178 Z 0 Z 0 Z +USW00094728187507SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187508TMAX 217 Z 194 Z 222 Z 278 Z 278 Z 278 Z 278 Z 272 Z 283 Z 294 Z 250 Z 278 Z 289 Z 278 Z 289 Z 278 Z 283 Z 272 Z 283 Z 289 Z 272 Z 267 Z 211 Z 206 Z 217 Z 228 Z 228 Z 244 Z 289 Z 283 Z 283 Z +USW00094728187508TMIN 178 Z 139 Z 156 Z 200 Z 206 Z 194 Z 211 Z 217 Z 200 Z 200 Z 217 Z 233 Z 228 Z 222 Z 222 Z 228 Z 222 Z 222 Z 211 Z 217 Z 206 Z 206 Z 167 Z 161 Z 161 Z 156 Z 156 Z 161 Z 178 Z 211 Z 206 Z +USW00094728187508PRCP 0 Z 381 Z 23 Z 94 Z 46 Z 0 Z 254 Z 0 Z 0 Z 0 Z 56 Z 668 Z 109 Z 0 Z 0 Z 0 Z 112 Z 495 Z 0 Z 0 Z 0 Z 23 Z 18 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187508SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187509TMAX 267 Z 267 Z 317 Z 311 Z 272 Z 278 Z 244 Z 272 Z 289 Z 267 Z 178 Z 183 Z 222 Z 222 Z 228 Z 206 Z 194 Z 156 Z 106 Z 183 Z 144 Z 128 Z 161 Z 178 Z 206 Z 161 Z 217 Z 217 Z 217 Z 239 Z-9999 +USW00094728187509TMIN 200 Z 189 Z 217 Z 228 Z 183 Z 206 Z 172 Z 156 Z 194 Z 122 Z 94 Z 106 Z 161 Z 172 Z 178 Z 167 Z 106 Z 78 Z 72 Z 89 Z 78 Z 61 Z 61 Z 72 Z 100 Z 106 Z 94 Z 128 Z 150 Z 156 Z-9999 +USW00094728187509PRCP 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 99 Z 0 Z 0 Z 94 Z 0 Z 15 Z 56 Z 0 Z 8 Z 180 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 28 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187509SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187510TMAX 194 Z 156 Z 183 Z 211 Z 233 Z 161 Z 178 Z 172 Z 128 Z 150 Z 122 Z 94 Z 106 Z 111 Z 122 Z 167 Z 117 Z 161 Z 111 Z 161 Z 206 Z 217 Z 217 Z 217 Z 233 Z 167 Z 128 Z 122 Z 150 Z 161 Z 72 Z +USW00094728187510TMIN 72 Z 56 Z 78 Z 128 Z 161 Z 122 Z 72 Z 61 Z 61 Z 61 Z 67 Z 33 Z 11 Z 33 Z 100 Z 61 Z 44 Z 44 Z 61 Z 33 Z 100 Z 106 Z 128 Z 139 Z 111 Z 94 Z 61 Z 50 Z 89 Z 56 Z 22 Z +USW00094728187510PRCP 30 Z 0 Z 0 Z 0 Z 0 Z 79 Z 114 Z 0 Z 0 Z 20 Z 3 Z 0 Z 0 Z 0 Z 38 Z 104 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 51 Z 38 Z 0 Z 0 Z 193 Z 3 Z +USW00094728187510SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187511TMAX 50 Z 50 Z 67 Z 39 Z 44 Z 100 Z 106 Z 78 Z 67 Z 78 Z 83 Z 150 Z 172 Z 128 Z 56 Z 111 Z 33 Z 50 Z 106 Z 83 Z 44 Z 11 Z 111 Z 83 Z 39 Z 122 Z 89 Z 78 Z 78 Z -100 Z-9999 +USW00094728187511TMIN 22 Z -6 Z -22 Z 6 Z 0 Z 11 Z 17 Z 28 Z 0 Z 39 Z 50 Z 44 Z 72 Z 50 Z 22 Z 33 Z -17 Z -28 Z 44 Z 28 Z 6 Z -33 Z -17 Z 11 Z -11 Z 0 Z 17 Z -22 Z -100 Z -150 Z-9999 +USW00094728187511PRCP 0 Z 0 Z 0 Z 25 Z 0 Z 0 Z 0 Z 0 Z 0 Z 358 Z 0 Z 0 Z 0 Z 15 Z 0 Z 69 Z 0 Z 0 Z 10 Z 0 Z 5 Z 0 Z 335 Z 0 Z 0 Z 142 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187511SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187512TMAX -78 Z -28 Z 6 Z 50 Z 28 Z 28 Z 33 Z 33 Z 56 Z 28 Z 56 Z 67 Z 61 Z -6 Z 11 Z 72 Z 39 Z -67 Z -72 Z -17 Z 94 Z 150 Z 178 Z 106 Z 50 Z 44 Z 106 Z 11 Z 28 Z 67 Z 72 Z +USW00094728187512TMIN -133 Z -117 Z -100 Z 0 Z -17 Z 11 Z 17 Z 11 Z 17 Z -6 Z -11 Z 17 Z -11 Z -50 Z -67 Z 6 Z -78 Z -94 Z -167 Z -172 Z -22 Z 72 Z 83 Z 17 Z 22 Z 33 Z -11 Z -22 Z 6 Z 11 Z 39 Z +USW00094728187512PRCP 0 Z 0 Z 0 Z 0 Z 51 Z 112 Z 36 Z 91 Z 0 Z 0 Z 0 Z 0 Z 8 Z 0 Z 0T Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 56 Z 0 Z 76 Z 10 Z 3 Z 33 Z 51 Z 3 Z 8 Z 0 Z +USW00094728187512SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187601TMAX 144 0 200 0 144 0 50 0 67 0 83 0 50 0 89 0 133 0 156 0 -44 0 -17 0 -56 0 -17 0 44 0 94 0 89 0 133 0 150 0 44 0 44 0 -28 0 67 0 22 0 28 0 6 0 61 0 61 0 111 0 -11 0 6 0 +USW00094728187601TMIN 67 0 78 0 50 0 -39 0 -61 0 0 0 -17 0 11 0 83 0 -61 0 -67 0 -72 0 -111 0 -111 0 -28 0 28 0 56 0 17 0 44 0 17 0 -39 0 -50 0 -28 0 -11 0 -17 0 -50 0 -17 0 33 0 -11 0 -61 0 -61 0 +USW00094728187601PRCP 0 0 18 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 61 0 0 0 51 0 3 0 0 0 5 0 48 0 3 0 0 0 0 0 38 0 0 0 3 0 0 0 0 0 +USW00094728187601SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z 0T Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187602TMAX 67 0 72 0 -28 0 -11 0 -50 0 11 0 94 0 89 0 72 0 78 0 111 0 111 0 133 0 67 0 117 0 22 0 0 0 0 0 78 0 44 0 39 0 39 0 22 0 -61 0 17 0 11 0 -22 0 -17 0 -6 0-9999 -9999 +USW00094728187602TMIN 0 0 -117 0 -128 0 -83 0 -128 0 -106 0 11 0 11 0 0 0 39 0 39 0 56 0 50 0 17 0 17 0 -17 0 -22 0 -22 0 -28 0 -28 0 -50 0 -6 0 -133 0 -150 0 -94 0 -50 0 -39 0 -33 0 -44 0-9999 -9999 +USW00094728187602PRCP 38 0 135 0 48 0 216 0 0 0 56 0 38 0 0 0 13 0 0 0 0 0 0 0 33 0 254 0 180 0 0 0 0 0 0 0 0 0 0 0 10 0 117 0 0 0 0 0 0 0 0 0 0 0 76 0 8 0-9999 -9999 +USW00094728187602SNOW 0 Z 0 Z 0T Z 279 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 13 Z 25 Z-9999 -9999 +USW00094728187603TMAX -6 0 -17 0 -6 0 39 0 100 0 144 0 189 0 117 0 56 0 83 0 33 0 44 0 72 0 0 0 44 0 11 0 67 0 -11 0 -28 0 22 0 72 0 28 0 39 0 94 0 72 0 94 0 56 0 106 0 111 0 39 0 78 0 +USW00094728187603TMIN -28 0 -67 0 -89 0 -61 0 -6 0 39 0 56 0 -22 0 -33 0 -28 0 0 0 -6 0 -28 0 -83 0 -72 0 -39 0 -11 0 -128 0 -128 0 -94 0 -22 0 -39 0 -22 0 -6 0 6 0 39 0 17 0 -6 0 17 0 6 0 6 0 +USW00094728187603PRCP 23 0 5 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 3 0 109 0 0 0 0 0 165 0 38 0 0 0 0 0 165 0 470 0 0 0 0 0 0 0 1080 0 15 0 0 0 89 0 56 0 0 0 0 0 +USW00094728187603SNOW 58 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0T Z 0 Z 0 Z 25 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187604TMAX 44 0 106 0 111 0 56 0 100 0 122 0 150 0 78 0 61 0 117 0 167 0 178 0 150 0 206 0 150 0 156 0 111 0 72 0 78 0 133 0 183 0 156 0 156 0 122 0 78 0 128 0 200 0 189 0 161 0 144 0-9999 +USW00094728187604TMIN 11 0 -11 0 17 0 17 0 22 0 39 0 39 0 6 0 -17 0 -6 0 33 0 56 0 83 0 94 0 100 0 72 0 39 0 22 0 22 0 11 0 72 0 61 0 72 0 67 0 44 0 28 0 44 0 100 0 78 0 11 0-9999 +USW00094728187604PRCP 0 0 0 0 419 0 183 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 18 0 0 0 3 0 0 0 0 0 0 0 25 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 53 0-9999 +USW00094728187604SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187605TMAX 106 0 156 0 100 0 128 0 183 0 239 0 306 0 283 0 222 0 194 0 167 0 139 0 161 0 178 0 161 0 156 0 139 0 178 0 250 0 211 0 272 0 278 0 172 Z 217 0 256 0 189 0 267 0 261 0 272 0 211 0 189 0 +USW00094728187605TMIN 22 0 56 0 72 0 67 0 89 0 122 0 167 0 172 0 122 0 100 0 100 0 106 0 78 0 78 0 100 0 94 0 83 0 106 0 139 0 139 0 133 0 172 Z 83 0 78 0 144 0 117 0 122 0 167 0 200 0 111 0 94 0 +USW00094728187605PRCP 0 0 0 0 0 0 0 0 0 0 28 0 0 0 61 0 297 0 76 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 43 0 0 0 0 0 23 0 183 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 +USW00094728187605SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187606TMAX 233 0 256 0 278 0 289 0 228 0 200 0 250 0 294 0 300 0 300 0 289 0 200 0 250 0 261 0 272 0 244 0 261 0 250 0 283 0 267 0 256 0 244 0 272 0 311 0 328 0 328 0 333 0 322 0 278 0 311 0-9999 +USW00094728187606TMIN 94 0 133 0 178 0 194 0 167 0 133 0 128 0 178 0 211 0 206 0 200 0 172 0 194 0 200 0 194 0 183 0 200 0 217 0 217 0 206 0 189 0 167 0 167 0 206 0 228 0 239 0 222 0 250 0 222 0 222 0-9999 +USW00094728187606PRCP 0 0 0 0 13 0 102 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 363 0 0 0 0 0 0 0 0 0 0 0 30 0 33 0 41 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728187606SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187607TMAX 289 0 350 0 322 0 344 0 317 0 289 0 306 0 350 0 367 0 306 0 339 0 333 0 339 0 300 0 317 0 317 0 311 0 339 0 344 0 339 0 300 0 283 0 278 0 244 0 233 0 250 0 272 0 283 0 289 0 233 0 206 0 +USW00094728187607TMIN 211 0 256 0 272 0 256 0 244 0 228 0 206 0 239 0 244 0 217 0 244 0 244 0 261 0 244 0 233 0 228 0 233 0 244 0 250 0 256 0 233 0 206 0 183 0 161 0 167 0 167 0 167 0 217 0 217 0 178 0 167 0 +USW00094728187607PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 236 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 0 0 15 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 117 0 28 0 396 0 56 0 +USW00094728187607SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187608TMAX 261 0 256 0 256 0 261 0 289 0 322 0 339 0 306 0 311 0 306 0 294 0 306 0 306 0 278 0 322 0 300 0 239 0 250 0 239 0 289 0 222 0 261 0 250 0 272 0 294 0 278 0 250 0 261 0 267 0 278 0 283 0 +USW00094728187608TMIN 172 0 189 0 194 0 194 0 217 0 228 0 250 0 244 0 222 0 211 0 217 0 217 0 222 0 233 0 239 0 239 0 211 0 200 0 206 0 172 0 139 0 144 0 189 0 194 0 222 0 206 0 167 0 150 0 161 0 183 0 200 0 +USW00094728187608PRCP 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 523 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728187608SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187609TMAX 306 0 256 0 239 0 267 0 200 0 228 0 183 0 233 0 222 0 189 0 161 0 206 0 217 0 228 0 244 0 183 0 222 0 233 0 228 0 200 0 183 0 161 0 178 0 172 0 194 0 172 0 144 0 183 0 206 0 150 0-9999 +USW00094728187609TMIN 211 0 167 0 144 0 161 0 139 0 111 0 167 0 167 0 161 0 139 0 128 0 144 0 150 0 167 0 172 0 156 0 128 0 183 0 161 0 156 0 144 0 139 0 150 0 156 0 150 0 117 0 94 0 94 0 139 0 111 0-9999 +USW00094728187609PRCP 0 0 13 0 0 0 86 0 0 0 0 0 0 0 15 0 0 0 0 0 66 0 0 0 0 0 84 0 33 0 0 0 856 0 0 0 0 0 0 0 0 0 5 0 3 0 53 0 0 0 81 0 3 0 0 0 0 0 43 0-9999 +USW00094728187609SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187610TMAX 156 0 156 0 183 0 167 0 122 0 233 0 161 0 139 0 106 0 183 0 111 0 111 0 167 0 189 0 78 Z 94 0 128 0 150 0 167 0 150 0 172 0 172 0 167 0 183 0 133 0 106 0 78 0 50 0 78 0 128 0 139 0 +USW00094728187610TMIN 83 0 94 0 94 0 122 0 94 0 100 0 72 0 50 0 33 0 78 0 33 0 17 0 56 0 78 0 0 0 11 0 56 0 28 0 50 0 128 0 139 0 144 0 139 0 133 0 83 0 67 0 33 0 28 0 17 0 11 0 89 0 +USW00094728187610PRCP 109 0 0 0 0 0 0 0 8 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 81 0 0 0 0 0 0 0 0 0 0 0 38 0 8 0 3 0 76 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 +USW00094728187610SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187611TMAX 194 0 228 0 194 0 133 0 106 0 122 0 128 0 106 0 128 0 67 0 72 0 111 0 167 0 161 0 67 0 61 0 78 0 106 0 83 0 83 0 89 0 94 0 83 0 56 0 56 0 44 0 28 0 44 0 44 0 -6 0-9999 +USW00094728187611TMIN 111 0 150 0 89 0 67 0 67 0 39 0 94 0 72 0 67 0 44 0 44 0 50 0 56 0 67 0 44 0 28 0 22 0 61 0 67 0 67 0 56 0 56 0 39 0 17 0 11 0 11 0 6 0 17 0 -6 0 -72 0-9999 +USW00094728187611PRCP 0 0 0 0 18 0 0 0 0 0 5 0 381 0 3 0 0 0 8 0 0 0 0 0 0 0 3 0 84 0 0 0 0 0 3 0 81 0 188 0 8 0 0 0 0 0 0 0 0 0 38 0 23 0 0 0 0 0 0 0-9999 +USW00094728187611SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 3 Z 0 Z 0 Z 0 Z-9999 +USW00094728187612TMAX -72 0 -44 0 17 0 17 0 33 0 33 0 56 0 39 0 44 0 -83 0 -67 0 22 0 94 0 83 0 72 0 44 0 -94 0 0 0 -61 0 -72 0 -72 0 -6 0 -11 0 -56 0 -50 0 6 0 0 0 -44 0 28 0 6 0 -17 0 +USW00094728187612TMIN -100 0 -94 0 -44 0 -39 0 -44 0 -33 0 -6 0 -6 0 -139 0 -161 0 -106 0 -67 0 6 0 39 0 -33 0 -139 0 -144 0 -106 0 -100 0 -111 0 -106 0 -94 0 -61 0 -100 0 -94 0 -50 0 -56 0 -78 0 -50 0 -56 0 -72 0 +USW00094728187612PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 330 0 0 0 0 0 15 0 51 0 5 0 0 0 0 0 18 0 0 0 0 0 188 0 0 0 0 0 +USW00094728187612SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 61 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 76 Z 0 Z 0 Z 33 Z 76 Z 0T Z 0 Z 0 Z 28 Z 0 Z 0 Z 38 Z 0 Z 0 Z +USW00094728187701TMAX -44 0 -44 0 -56 0 -78 0 -44 0 11 0 72 0 61 0 -56 0 -44 0 11 0 17 0 -39 0 -6 0 -11 0 83 0 -17 0 28 0 50 0 83 0 11 0 -17 0 0 0 -22 0 -39 0 22 0 78 0 33 0 44 0 56 0 78 0 +USW00094728187701TMIN -89 0 -72 0 -111 0 -117 0 -111 0 -94 0 11 0 -56 0 -100 0 -111 0 -67 0 -83 0 -72 0 -61 0 -56 0 -17 0 -50 0 -33 0 -11 0 11 0 -44 0 -39 0 -61 0 -83 0 -83 0 -56 0 -6 0 -17 0 -11 0 -17 0 -6 0 +USW00094728187701PRCP 51 0 86 0 0 0 0 0 0 0 61 0 193 0 0 0 0 0 23 0 0 0 10 0 0 0 0 0 102 0 79 0 0 0 0 0 0 0 15 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 +USW00094728187701SNOW 122 Z 208 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 Z 0 Z 0T Z 0 Z 0 Z 76 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 64 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187702TMAX 117 0 94 0 56 0 61 0 67 0 50 0 83 0 50 0 39 0 56 0 89 0 122 0 -17 0 39 0 72 0 89 0 67 0 28 0 39 0 17 0 100 0 144 0 56 0 28 0 56 0 50 0 61 0 78 0-9999 -9999 -9999 +USW00094728187702TMIN 50 0 39 0 33 0 17 0 17 0 11 0 6 0 -11 0 -44 0 -33 0 11 0 -56 0 -72 0 -83 0 -28 0 28 0 -39 0 -39 0 -56 0 -61 0 0 0 33 0 11 0 11 0 17 0 17 0 6 0 11 0-9999 -9999 -9999 +USW00094728187702PRCP 3 0 130 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 163 0 5 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728187702SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 8 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728187703TMAX 117 0 122 0 122 0 111 0 33 0 22 0 111 0 122 0 139 0 -17 0 28 0 44 0 28 0 28 0 -6 0 0 0 -11 0 -33 0 -56 0 0 0 78 0 78 0 139 0 133 0 61 0 89 0 106 0 39 0 0 0 94 0 89 0 +USW00094728187703TMIN 11 0 33 0 78 0 -6 0 -17 0 -33 0 17 0 22 0 -33 0 -61 0 -56 0 6 0 0 0 -6 0 -56 0 -39 0 -78 0 -111 0 -122 0 -106 0 -22 0 44 0 39 0 44 0 28 0 28 0 39 0 -28 0 -22 0 -6 0 6 0 +USW00094728187703PRCP 0 0 226 0 0 0 18 0 0 0 0 0 0 0 3 0 145 0 0 0 0 0 8 0 56 0 28 0 3 0 79 0 28 0 0 0 23 0 0 0 97 0 18 0 0 0 0 0 0 0 356 0 137 0 191 0 0 0 0 0 0 0 +USW00094728187703SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 89 Z 0 Z 38 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 Z 0 Z 0 Z 0 Z +USW00094728187704TMAX 89 0 94 0 94 0 72 0 61 0 106 0 122 0 128 0 94 0 128 0 150 0 100 0 83 0 94 0 156 0 161 0 161 0 67 0 61 0 89 0 106 0 183 0 233 0 244 0 183 0 194 0 183 0 111 0 161 0 172 0-9999 +USW00094728187704TMIN 22 0 17 0 -11 0 28 0 22 0 33 0 17 0 0 0 22 0 39 0 50 0 33 0 11 0 22 0 28 0 44 0 56 0 50 0 44 0 56 0 50 0 111 0 67 0 106 0 94 0 72 0 111 0 72 0 72 0 78 0-9999 +USW00094728187704PRCP 25 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 117 0 124 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 163 0 18 0-9999 +USW00094728187704SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187705TMAX 156 0 100 0 139 0 144 0 156 0 161 0 194 0 128 0 111 0 100 0 128 0 172 0 211 0 244 0 278 0 283 0 289 0 311 0 289 0 306 0 200 0 228 0 189 0 100 0 139 0 156 0 200 0 233 0 250 0 261 0 294 0 +USW00094728187705TMIN 83 0 44 0 28 0 83 0 56 0 83 0 61 0 89 0 72 0 61 0 56 0 89 0 94 0 117 0 144 0 172 0 206 0 200 0 183 0 150 0 128 0 128 0 106 0 61 0 72 0 94 0 106 0 106 0 128 0 150 0 161 0 +USW00094728187705PRCP 5 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 18 0 5 0 0 0 0 0 0 0 0 0 0 0 5 0 66 0 0 0 0 0 0 0 38 0 41 0 0 0 0 0 33 0 13 0 0 0 0 0 0 0 15 0 0 0 +USW00094728187705SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187706TMAX 300 0 317 0 300 0 278 0 233 0 200 0 183 0 256 0 261 0 261 0 200 0 217 0 239 0 272 0 283 0 250 0 261 0 272 0 311 0 233 0 250 0 211 0 217 0 272 0 300 0 311 0 228 0 222 0 233 0 256 0-9999 +USW00094728187706TMIN 178 0 167 0 211 0 206 0 172 0 178 0 156 0 161 0 172 0 167 0 144 0 139 0 167 0 183 0 178 0 211 0 194 0 161 0 200 0 178 0 150 0 133 0 111 0 139 0 200 0 172 0 167 0 161 0 150 0 172 0-9999 +USW00094728187706PRCP 0 0 0 0 56 0 0 0 0 0 114 0 10 0 0 0 0 0 23 0 0 0 0 0 0 0 18 0 0 0 46 0 0 0 0 0 46 0 0 0 338 0 3 0 0 0 0 0 0 0 58 0 0 0 0 0 0 0 0 0-9999 +USW00094728187706SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187707TMAX 306 0 256 0 244 0 261 0 267 0 256 0 267 0 272 0 294 0 294 0 256 0 278 0 267 0 239 0 300 0 306 0 294 0 289 0 256 0 261 0 256 0 283 0 272 0 300 0 317 0 333 0 289 0 256 0 272 0 278 0 272 0 +USW00094728187707TMIN 200 0 211 0 178 0 183 0 183 0 183 0 172 0 183 0 206 0 217 0 200 0 189 0 189 0 144 0 178 0 222 0 217 0 217 0 222 0 222 0 217 0 217 0 217 0 228 0 206 0 222 0 211 0 200 0 217 0 222 0 222 0 +USW00094728187707PRCP 69 0 33 0 137 0 0 0 18 0 0 0 0 0 0 0 147 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 739 0 3 0 20 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 201 0 0 0 +USW00094728187707SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187708TMAX 233 0 239 0 300 0 261 0 261 0 283 0 278 0 317 0 250 0 294 0 283 0 300 0 272 0 272 0 228 0 244 0 278 0 267 0 300 0 278 0 283 0 283 0 300 0 272 0 272 0 294 0 300 0 311 0 322 0 278 0 283 0 +USW00094728187708TMIN 200 0 194 0 194 0 194 0 178 0 178 0 222 0 228 0 217 0 211 0 189 0 211 0 206 0 206 0 206 0 200 0 200 0 200 0 189 0 200 0 206 0 200 0 211 0 217 0 222 0 222 0 194 0 217 0 222 0 211 0 194 0 +USW00094728187708PRCP 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 8 0 0 0 0 0 5 0 155 0 216 0 119 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 122 0 0 0 0 0 0 0 36 0 0 0 0 0 +USW00094728187708SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187709TMAX 272 0 228 0 200 0 250 0 250 0 211 0 172 Z 183 0 233 0 250 0 233 0 250 0 272 0 294 0 267 0 272 0 261 0 211 0 222 0 206 0 183 0 194 0 233 0 244 0 261 0 250 0 256 0 233 0 217 0 222 0-9999 +USW00094728187709TMIN 200 0 161 0 133 0 144 0 172 0 172 0 122 0 122 0 144 0 139 0 161 0 178 0 189 0 194 0 200 0 211 0 211 0 150 0 122 0 117 0 106 0 89 0 106 0 133 0 156 0 167 0 183 0 200 0 144 0 133 0-9999 +USW00094728187709PRCP 5 0 0 0 0 0 0 0 0 0 28 0 145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728187709SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187710TMAX 233 0 239 0 233 0 217 0 144 0 139 0 150 0 150 0 206 0 194 0 161 0 150 0 161 0 211 0 244 0 244 0 161 0 172 0 189 0 178 0 89 0 78 0 161 0 200 0 194 0 144 0 61 0 122 0 206 0 150 0 122 0 +USW00094728187710TMIN 128 0 167 0 167 0 111 0 78 0 67 0 61 0 100 0 133 0 111 0 100 0 89 0 89 0 83 0 128 0 139 0 67 0 106 0 156 0 83 0 61 0 39 0 44 0 100 0 117 0 33 0 33 0 61 0 122 0 72 0 50 0 +USW00094728187710PRCP 0 0 0 0 0 0 1029 0 5 0 0 0 0 0 48 0 475 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 38 0 107 0 239 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 8 0 94 0 +USW00094728187710SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187711TMAX 117 0 167 0 100 0 94 0 139 0 61 Z 89 0 156 0 200 0 106 0 44 0 100 0 83 0 128 0 172 0 178 0 133 0 111 0 44 0 22 0 28 0 83 0 94 0 89 0 111 0 128 0 111 0 100 0 67 0 6 0-9999 +USW00094728187711TMIN 44 0 78 0 39 0 22 0 61 0 6 0 0 0 22 0 106 0 11 0 0 0 0 0 28 0 17 0 72 0 100 0 67 0 6 0 -11 0 -39 0 -44 0 0 0 61 0 61 0 78 0 83 0 89 0 67 0 6 0 -33 0-9999 +USW00094728187711PRCP 0 0 234 0 0 0 0 0 218 0 5 0 0 0 206 0 198 0 86 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 99 0 206 0 53 0 0 0 3 0 102 0 0 0-9999 +USW00094728187711SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187712TMAX 17 0 -17 0 28 0 44 0 139 0 139 0 28 0 56 0 22 0 39 0 72 0 94 0 133 0 39 0 100 0 144 0 111 0 61 0 72 0 150 0 33 0 78 0 39 0 44 0 50 0 33 0 61 0 83 0 61 0 17 0 11 0 +USW00094728187712TMIN -39 0 -67 0 -44 0 -6 0 33 0 33 0 0 0 0 0 -17 0 -11 0 11 0 33 0 39 0 -11 0 6 0 56 0 22 0 -22 0 0 0 6 0 -22 0 22 0 -22 0 -33 0 -17 0 -22 0 17 0 11 0 6 0 -11 0 -67 0 +USW00094728187712PRCP 0 0 0 0 0 0 23 0 140 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 +USW00094728187712SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187801TMAX 0 0 11 0 -78 0 39 0 -6 0 -56 0 -83 0 -22 0 17 0 56 0 61 0 83 0 56 0 89 0 50 0 0 0 0 0 0 0 61 0 89 0 89 0 78 0 50 0 -6 0 67 0 106 0 67 0 50 0 -33 0 -44 0 -6 0 +USW00094728187801TMIN -78 0 -83 0 -139 0 -117 0 -83 0 -94 0 -117 0 -128 0 -67 0 6 0 17 0 17 0 -6 0 28 0 0 0 -78 0 -89 0 -39 0 -28 0 22 0 50 0 50 0 -128 0 -117 0 -11 0 28 0 28 0 -106 0 -106 0 -72 0 -61 0 +USW00094728187801PRCP 0 0 0 0 0 0 234 0 0 0 0 0 0 0 0 0 3 0 152 0 18 0 0 0 36 0 287 0 0 0 0 0 0 0 3 0 0 0 99 0 0 0 3 0 13 0 0 0 13 0 127 0 20 0 48 0 0 0 0 0 79 0 +USW00094728187801SNOW 0 Z 0 Z 0 Z 25 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 127 Z +USW00094728187802TMAX -17 0 -44 0 -28 0 11 0 39 0 50 0 78 0 39 0 44 0 17 0 22 0 0 0 28 0 0 0 6 0 44 0 83 0 22 0 -6 0 44 0 67 0 44 0 44 0 61 0 44 0 56 0 133 0 133 0-9999 -9999 -9999 +USW00094728187802TMIN -56 0 -117 0 -139 0 -117 0 -72 0 -39 0 -11 0 -6 0 6 0 6 0 -78 0 -78 0 -11 0 -39 0 -56 0 -11 0 11 0 -94 0 -117 0 -17 0 17 0 17 0 28 0 6 0 -6 0 -17 0 17 0 50 0-9999 -9999 -9999 +USW00094728187802PRCP 124 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 0 0 112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 13 0 607 0 3 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728187802SNOW 51 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728187803TMAX 72 0 89 0 156 0 89 0 78 0 122 0 206 0 183 0 156 0 200 0 144 0 28 0 128 0 117 0 106 0 117 0 44 0 83 0 133 0 83 0 56 0 89 0 156 0 111 0 -11 0 89 0 133 0 139 0 117 0 117 0 144 0 +USW00094728187803TMIN 0 0 11 0 83 0 -17 0 -17 0 28 0 44 0 83 0 50 0 50 0 17 0 17 0 22 0 72 0 28 0 17 0 33 0 33 0 50 0 28 0 -6 0 11 0 33 0 -67 0 -106 0 -22 0 28 0 78 0 50 0 33 0 61 0 +USW00094728187803PRCP 0 0 33 0 36 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 5 0 249 0 145 0 97 0 0 0 0 0 191 0 23 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 3 0 10 0 0 0 0 0 25 0 +USW00094728187803SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187804TMAX 150 0 167 0 167 0 94 0 122 0 161 0 111 0 161 0 117 0 106 0 144 0 183 0 156 0 178 0 161 0 128 0 133 0 172 0 211 0 161 0 244 0 189 0 117 0 172 0 161 0 156 0 144 0 144 0 183 0 183 0-9999 +USW00094728187804TMIN 56 0 72 0 56 0 56 0 56 0 61 0 78 0 72 0 61 0 61 0 94 0 106 0 94 0 83 0 61 0 83 0 56 0 56 0 94 0 117 0 111 0 106 0 89 0 83 0 133 0 133 0 100 0 111 0 111 0 106 0-9999 +USW00094728187804PRCP 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 150 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 61 0 0 0 107 0 0 0 3 0 119 0 0 0 0 0-9999 +USW00094728187804SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187805TMAX 178 0 244 0 289 0 250 0 183 0 206 0 183 0 233 0 144 0 189 0 122 0 122 0 122 0 139 0 100 0 167 0 194 0 222 0 233 0 144 0 233 0 189 0 217 0 189 0 239 0 267 0 239 0 233 0 222 0 167 0 139 0 +USW00094728187805TMIN 100 0 106 0 128 0 183 0 117 0 106 0 106 0 122 0 122 0 94 0 67 0 56 0 50 0 44 0 67 0 56 0 106 0 100 0 122 0 111 0 111 0 111 0 94 0 106 0 150 0 189 0 167 0 150 0 128 0 122 0 117 0 +USW00094728187805PRCP 0 0 0 0 0 0 15 0 137 0 0 0 0 0 3 0 155 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 81 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 302 0 +USW00094728187805SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187806TMAX 172 0 183 0 228 0 228 0 244 0 206 0 200 0 183 0 211 0 161 0 183 0 222 0 222 0 250 0 267 0 272 0 250 0 211 0 244 0 278 0 256 0 228 0 244 0 256 0 261 0 283 0 306 0 306 0 317 0 317 0-9999 +USW00094728187806TMIN 128 0 150 0 144 0 144 0 111 0 94 0 100 0 144 0 144 0 106 0 100 0 117 0 128 0 144 0 167 0 178 0 194 0 156 0 144 0 161 0 189 0 178 0 178 0 178 0 183 0 183 0 206 0 211 0 217 0 211 0-9999 +USW00094728187806PRCP 15 0 61 0 8 0 0 0 0 0 0 0 0 0 20 0 0 0 142 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 137 0 0 0 0 0 0 0 305 0 0 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728187806SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187807TMAX 322 0 328 0 328 0 317 0 317 0 289 0 311 0 333 0 322 0 328 0 289 0 239 0 272 0 300 0 317 0 250 0 267 0 344 0 339 0 322 0 283 0 244 0 289 0 283 0 300 0 294 0 278 0 300 0 283 0 222 0 222 0 +USW00094728187807TMIN 217 0 233 0 239 0 239 0 228 0 222 0 183 0 222 0 244 0 244 0 228 0 200 0 200 0 200 0 200 0 183 0 206 0 244 0 272 0 250 0 233 0 183 0 172 0 194 0 211 0 228 0 217 0 200 0 206 0 183 0 172 0 +USW00094728187807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 132 0 114 0 0 0 414 0 5 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 173 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 193 0 0 0 +USW00094728187807SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187808TMAX 228 0 294 0 311 0 300 0 272 0 267 0 283 0 306 0 322 0 267 0 278 0 272 0 283 0 283 0 256 0 250 0 278 0 283 0 272 0 278 0 267 0 222 0 239 0 250 0 239 0 244 0 261 0 256 0 256 0 278 0 256 0 +USW00094728187808TMIN 206 0 194 0 222 0 228 0 228 0 200 0 194 0 222 0 233 0 222 0 217 0 206 0 206 0 211 0 211 0 228 0 228 0 233 0 200 0 189 0 200 0 183 0 161 0 150 0 183 0 150 0 172 0 178 0 172 0 189 0 194 0 +USW00094728187808PRCP 724 0 13 0 0 0 3 0 0 0 841 0 0 0 0 0 0 0 13 0 3 0 0 0 0 0 0 0 0 0 269 0 10 0 5 0 0 0 0 0 66 0 13 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728187808SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187809TMAX 322 0 311 0 294 0 239 0 222 0 256 0 217 0 206 0 222 0 228 0 256 0 250 0 261 0 222 0 222 0 194 0 239 0 278 0 267 0 289 0 256 0 183 0 189 0 206 0 250 0 267 0 183 0 150 0 189 0 200 0-9999 +USW00094728187809TMIN 239 0 244 0 239 0 206 0 194 0 200 0 167 0 150 0 150 0 183 0 206 0 211 0 194 0 156 0 156 0 122 0 128 0 172 0 194 0 194 0 178 0 117 0 94 0 144 0 183 0 139 0 106 0 72 0 100 0 150 0-9999 +USW00094728187809PRCP 130 0 0 0 20 0 89 0 622 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 0 0 102 0 0 0 0 0 0 0 0 0-9999 +USW00094728187809SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187810TMAX 233 0 261 0 267 0 244 0 189 0 167 0 161 0 200 0 267 0 189 0 144 0 144 0 206 0 200 0 233 0 233 0 250 0 206 0 122 0 172 0 228 0 172 0 194 0 161 0 144 0 161 0 172 0 122 0 111 0 150 0 128 0 +USW00094728187810TMIN 139 0 178 0 178 0 156 0 122 0 100 0 83 0 122 0 150 0 100 0 83 0 106 0 100 0 111 0 156 0 156 0 183 0 94 0 72 0 61 0 100 0 89 0 144 0 94 0 83 0 72 0 122 0 50 0 39 0 78 0 44 0 +USW00094728187810PRCP 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 244 0 0 0 0 0 0 0 0 0 185 0 0 0 0 0 0 0 8 0 8 0 0 0 102 0 0 0 +USW00094728187810SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187811TMAX 89 0 156 0 106 0 83 0 50 0 33 0 67 0 39 0 50 0 106 0 128 0 150 0 122 0 72 0 56 0 89 0 94 0 89 0 133 0 83 0 117 0 133 0 89 0 117 0 106 0 106 0 139 0 139 0 94 0 83 0-9999 +USW00094728187811TMIN 28 0 44 0 22 0 6 0 -17 0 6 0 11 0 -6 0 -6 0 50 0 61 0 94 0 50 0 22 0 -6 0 11 0 72 0 67 0 61 0 61 0 83 0 89 0 61 0 44 0 44 0 17 0 6 0 61 0 50 0 28 0-9999 +USW00094728187811PRCP 0 0 0 0 0 0 0 0 0 0 30 0 18 0 3 0 0 0 0 0 0 0 20 0 3 0 0 0 0 0 0 0 104 0 33 0 0 0 25 0 28 0 516 0 0 0 0 0 0 0 0 0 422 0 0 0 0 0 0 0-9999 +USW00094728187811SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187812TMAX 61 0 156 0 89 0 89 0 39 0 44 0 33 0 22 0 78 0 156 0 78 0 44 0 39 0 44 0 61 0 6 0 0 0 17 0 11 0 6 0 94 0 72 0 0 0 -56 0 -67 0 -50 0 -17 0 -11 0 39 0 0 0 -17 0 +USW00094728187812TMIN 17 0 56 0 56 0 39 0 -11 0 -6 0 -6 0 -11 0 6 0 78 0 44 0 28 0 -6 0 -11 0 6 0 -33 0 -39 0 -22 0 -44 0 -44 0 -39 0 0 0 -72 0 -100 0 -106 0 -94 0 -67 0 -61 0 -83 0 -50 0 -72 0 +USW00094728187812PRCP 0 0 254 0 0 0 51 0 0 0 0 0 0 0 0 0 160 0 411 0 5 0 0 0 0 0 0 0 53 0 0 0 0 0 0 0 0 0 0 0 353 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 +USW00094728187812SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 76 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 51 Z 0 Z +USW00094728187901TMAX -6 0 6 0 -139 0 -33 0 -39 0 -17 0 -11 0 33 0 33 0 -22 0 -11 0 -22 0 17 0 28 0 6 0 -67 0 -33 0 44 0 -6 0 -56 0 -17 0 61 0 67 0 33 0 94 0 -56 0 50 0 111 0 61 0 33 0 50 0 +USW00094728187901TMIN -39 0 -161 0 -200 0 -144 0 -89 0 -72 0 -89 0 -39 0 -61 0 -67 0 -72 0 -56 0 -33 0 -28 0 -106 0 -106 0 -100 0 -56 0 -56 0 -122 0 -144 0 -50 0 -33 0 -44 0 -56 Z -100 0 -89 0 50 0 -22 0 -78 0 -17 0 +USW00094728187901PRCP 18 0 38 0 0 0 0 0 0 0 0 0 0 0 30 0 292 0 0 0 0 0 0 0 0 0 0 0 18 0 267 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 +USW00094728187901SNOW 25 Z 51 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 330 Z 0 Z 8 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187902TMAX 6 0 -33 0 22 0 33 0 11 0 33 0 39 0 17 0 28 0 11 0 94 0 100 0 22 0 -44 0 -33 0 22 0 11 0 -11 0 -39 0 -6 0 -44 0 -28 0 67 0 -6 0 -17 0 111 0 44 0 -56 0-9999 -9999 -9999 +USW00094728187902TMIN -78 0 -100 0 -28 0 -11 0 -17 0 -22 0 -39 0 -44 0 -39 0 -78 0 11 0 22 0 -61 0 -100 0 -128 0 -72 0 -22 0 -39 0 -67 0 -61 0 -111 0 -117 0 -56 0 -67 0 -50 0 -28 0 -94 0 -128 0-9999 -9999 -9999 +USW00094728187902PRCP 0 0 0 0 0 0 0 0 107 0 0 0 0 0 0 0 0 0 0 0 112 0 64 0 0 0 0 0 0 0 0 0 48 0 30 0 0 0 23 0 0 0 28 0 0 0 0 0 43 0 43 0 15 0 0 0-9999 -9999 -9999 +USW00094728187902SNOW 0 Z 0 Z 0 Z 0 Z 76 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 76 Z 0 Z 38 Z 0 Z 33 Z 0 Z 8 Z 33 Z 0 Z 25 Z 0 Z-9999 -9999 -9999 +USW00094728187903TMAX 39 0 39 0 67 0 67 0 100 0 56 0 44 0 39 0 83 0 206 0 189 0 89 0 122 0 133 0 67 0 89 0 67 0 39 0 39 0 78 0 100 0 61 0 67 0 78 0 94 0 100 0 94 0 122 0 72 0 122 0 50 0 +USW00094728187903TMIN -78 0 0 0 -17 0 -17 0 0 0 -28 0 -22 0 -56 0 22 0 22 0 50 0 22 0 22 0 39 0 17 0 -6 0 0 0 -28 0 -28 0 0 0 28 0 6 0 6 0 -11 0 6 0 -17 0 22 0 39 0 44 0 44 0 6 0 +USW00094728187903PRCP 0 0 0 0 0 0 15 0 10 0 10 0 0 0 36 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 170 0 0 0 0 0 0 0 33 0 140 0 165 0 0 0 0 0 10 0 145 0 3 0 84 0 41 0 0 0 +USW00094728187903SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187904TMAX 139 0 83 0 106 0 0 0 0 0 94 0 133 0 122 0 206 0 150 0 56 0 100 0 133 0 156 0 128 0 178 0 94 0 56 0 61 0 150 0 194 0 222 0 211 0 194 0 161 0 194 0 161 0 194 0 206 0 244 0-9999 +USW00094728187904TMIN 22 0 28 0 -11 0 -33 0 -39 0 -33 0 44 0 22 0 61 0 39 0 22 0 11 0 33 0 61 0 61 0 67 0 50 0 33 0 33 0 44 0 67 0 100 0 122 0 128 0 100 0 89 0 83 0 94 0 139 0 128 0-9999 +USW00094728187904PRCP 0 0 0 0 5 0 0 0 0 0 0 0 3 0 0 0 0 0 295 0 10 0 0 0 0 0 3 0 43 0 0 0 132 0 333 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 203 0 53 0 0 0-9999 +USW00094728187904SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187905TMAX 156 0 106 0 167 0 167 0 239 0 211 0 211 0 206 0 206 0 206 0 211 0 250 0 283 0 261 0 256 0 256 0 194 0 244 0 239 0 233 0 256 0 183 0 161 0 211 0 233 0 189 0 183 0 228 0 256 0 250 0 300 0 +USW00094728187905TMIN 78 0 67 0 56 0 106 0 139 0 117 0 100 0 94 0 94 0 94 0 83 0 111 0 178 0 172 0 161 0 178 0 139 0 167 0 161 0 167 0 161 0 122 0 100 0 78 0 144 0 122 0 94 0 122 0 139 0 167 0 183 0 +USW00094728187905PRCP 0 0 0 0 0 0 3 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 56 0 25 0 0 0 320 0 0 0 15 0 0 0 0 0 0 0 61 0 0 0 5 0 0 0 0 0 0 0 0 0 +USW00094728187905SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187906TMAX 333 0 278 0 200 0 228 0 272 0 267 0 178 0 228 0 228 0 306 0 283 0 239 0 244 0 250 0 294 0 256 0 189 0 200 0 211 0 244 0 250 0 200 0 294 0 294 0 239 0 289 0 322 0 328 0 283 0 250 0-9999 +USW00094728187906TMIN 217 0 200 0 150 0 150 0 178 0 111 0 83 0 117 0 144 0 161 0 211 0 194 0 167 0 133 0 200 0 156 0 128 0 117 0 122 0 117 0 161 0 167 0 167 0 189 0 189 0 189 0 222 0 233 0 189 0 172 0-9999 +USW00094728187906PRCP 0 0 48 0 157 0 124 0 43 0 23 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 264 0 0 0 0 0 15 0 0 0 0 0 0 0 5 0 0 0 0 0 3 0 10 0 25 0 5 0 41 0 18 0-9999 +USW00094728187906SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187907TMAX 267 0 306 0 322 0 344 0 239 0 233 0 233 0 289 0 283 0 306 0 294 0 267 0 278 0 322 0 350 0 367 0 261 0 239 0 228 0 250 0 250 0 311 0 283 0 283 0 250 0 222 0 306 0 294 0 300 0 278 0 289 0 +USW00094728187907TMIN 156 0 172 0 211 0 239 0 161 0 144 0 172 0 206 0 194 0 211 0 217 0 200 0 183 0 200 0 222 0 233 0 178 0 167 0 161 0 161 0 178 0 194 0 222 0 211 0 183 0 172 0 200 0 217 0 228 0 233 0 222 0 +USW00094728187907PRCP 0 0 0 0 0 0 117 0 0 0 0 0 0 0 112 0 0 0 15 0 15 0 3 0 0 0 0 0 0 0 124 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 213 0 262 0 15 0 0 0 0 0 0 0 0 0 +USW00094728187907SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187908TMAX 317 0 333 0 322 0 283 0 306 0 300 0 233 0 261 0 200 0 228 0 267 0 289 0 278 0 289 0 250 0 206 0 217 0 211 0 256 0 256 0 272 0 294 0 294 0 261 0 217 0 194 0 200 0 228 0 278 0 244 0 272 0 +USW00094728187908TMIN 222 0 239 0 244 0 206 0 211 0 233 0 206 0 200 0 161 0 128 0 139 0 189 0 194 0 194 0 189 0 172 0 178 0 161 0 161 0 167 0 178 0 206 0 222 0 217 0 156 0 161 0 144 0 139 0 167 0 189 0 161 0 +USW00094728187908PRCP 0 0 0 0 0 0 165 0 0 0 0 0 0 0 140 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 183 0 163 0 1003 0 0 0 0 0 0 0 0 0 0 0 10 0 254 0 84 0 0 0 0 0 0 0 0 0 0 0 +USW00094728187908SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187909TMAX 306 0 278 0 233 0 267 0 228 0 239 0 267 0 239 0 200 0 189 0 200 0 217 0 200 0 183 0 217 0 194 0 217 0 217 0 183 0 189 0 161 0 156 0 217 0 217 0 117 0 156 0 178 0 200 0 172 0 256 0-9999 +USW00094728187909TMIN 200 0 217 0 206 0 206 0 161 0 133 0 194 0 156 0 133 0 117 0 133 0 128 0 156 0 144 0 128 0 128 0 150 0 128 0 139 0 117 0 106 0 122 0 106 0 106 0 67 0 61 0 78 0 94 0 133 0 144 0-9999 +USW00094728187909PRCP 0 0 0 0 282 0 5 0 0 0 0 0 48 Z 5 0 0 0 0 0 0 0 0 0 89 0 124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 41 0 0 0 0 0-9999 +USW00094728187909SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187910TMAX 294 0 256 0 294 0 228 0 261 0 211 0 200 0 244 0 278 0 233 0 183 0 222 0 233 0 222 0 244 0 283 0 228 0 228 0 178 0 156 0 161 0 189 0 217 0 106 0 44 0 111 0 106 0 161 0 161 0 144 0 83 0 +USW00094728187910TMIN 161 0 189 0 183 0 144 0 144 0 156 0 156 0 156 0 200 0 183 0 161 0 161 0 144 0 94 0 122 0 183 0 178 0 172 0 67 0 39 0 89 0 144 0 106 0 6 0 -17 0 -11 0 44 0 78 0 78 0 72 0 33 0 +USW00094728187910PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 3 0 15 0 5 0 5 0 10 0 3 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 +USW00094728187910SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728187911TMAX 61 0 67 0 28 0 17 0 17 0 44 0 89 0 122 0 200 0 189 0 111 0 244 0 206 0 161 0 228 0 161 0 133 0 94 0 33 0 17 0 -44 0 17 0 100 0 44 0 89 0 67 0 94 0 156 0 156 0 6 0-9999 +USW00094728187911TMIN 6 0 0 0 -11 0 -39 0 -50 0 -28 0 6 0 33 0 122 0 111 0 78 0 100 0 106 0 100 0 144 0 89 0 56 0 33 0 6 0 -56 0 -89 0 -67 0 17 0 -17 0 17 0 17 0 6 0 67 0 0 0 -33 0-9999 +USW00094728187911PRCP 0 0 8 0 30 0 0 0 15 0 64 0 0 0 0 0 0 0 0 0 94 0 3 0 0 0 20 0 0 0 0 0 0 0 112 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0 155 0 0 0-9999 +USW00094728187911SNOW 0 Z 0 Z 0 Z 0 Z 0T Z 64 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728187912TMAX 61 0 100 0 128 0 161 0 67 0 150 0 144 0 117 0 72 0 150 0 178 0 72 0 17 0 67 0 89 Z 28 0 72 0 6 0 0 0 44 0 22 0 0 0 22 0 44 0 44 0 -56 0 -28 0 39 0 72 0 94 0 0 0 +USW00094728187912TMIN -33 0 11 0 67 0 50 0 22 0 61 0 100 0 67 0 33 0 56 0 72 0 -17 0 -28 0 -6 0 28 Z -11 0 -6 0 -50 0 -22 0 -6 0 -117 0 -117 0 0 0 6 0 -61 0 -117 0 -122 0 -28 0 6 0 -56 0 -83 0 +USW00094728187912PRCP 0 0 0 0 0 0 0 0 0 0 229 0 36 0 0 0 0 0 0 0 30 0 0 0 0 0 366 0 0 0 0 0 0 0 0 0 36 0 5 0 0 0 168 0 229 0 3 0 81 0 0 0 0 0 0 0 0 0 0 0 74 0 +USW00094728187912SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 Z 3 Z 0T Z 76 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 Z +USW00094728188001TMAX 44 0 78 0 44 0 111 0 106 0 61 0 78 0 61 0 56 0 111 0 100 0 117 0 0 0 17 0 28 0 33 0 33 0 67 0 100 0 56 0 50 0 111 0 111 0 61 0 61 0 100 0 117 0 183 0 44 0 111 0 106 0 +USW00094728188001TMIN -6 0 22 0 28 0 28 0 39 0 39 0 33 0 6 0 33 0 39 0 0 0 0 0 -83 0 -83 0 -33 0 -28 0 -11 0 6 0 44 0 39 0 0 0 -11 0 44 0 11 0 -6 0 -6 0 33 0 44 0 -39 0 -61 0 11 0 +USW00094728188001PRCP 0 0 0 0 0 0 0 0 0 0 117 0 0 0 0 0 0 0 5 0 0 0 25 0 28 0 0 0 3 0 0 0 0 0 0 0 3 0 28 0 0 0 137 0 8 0 0 0 0 0 0 0 152 0 0 0 0 0 0 0 8 0 +USW00094728188001SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 64 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188002TMAX 44 0 -44 0 28 0 22 0 -11 0 39 0 56 0 22 0 17 0 11 0 61 0 122 0 144 0 106 0 22 0 94 0 128 0 172 0 61 0 11 0 33 0 67 0 72 0 50 0 83 0 111 0 200 0 133 0 206 0-9999 -9999 +USW00094728188002TMIN -111 0 -139 0 -67 0 -33 0 -72 0 -33 0 -39 0 -72 0 -106 0 -133 0 -22 0 33 0 83 0 22 0 6 0 6 0 17 0 61 0 -50 0 -72 0 -11 0 6 0 -11 0 -44 0 -11 0 61 0 -11 0 67 0 78 0-9999 -9999 +USW00094728188002PRCP 0 0 0 0 135 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 25 0 183 0 5 0 10 0 0 0 0 0 13 0 0 0 0 0 13 0 0 0 13 0 0 0 0 0 53 0 0 0 66 0 20 0-9999 -9999 +USW00094728188002SNOW 0 Z 0 Z 102 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 +USW00094728188003TMAX 78 0 72 0 128 0 206 0 222 0 89 0 56 0 56 0 -17 0 44 0 -17 0 6 0 -11 0 33 0 39 0 17 0 33 0 33 0 28 0 83 0 50 0 100 0 128 0 78 Z 17 0 83 0 56 0 22 0 33 0 72 0 122 0 +USW00094728188003TMIN 11 0 -6 0 33 0 106 0 89 0 28 0 11 0 -33 0 -61 0 -44 0 -61 0 -56 0 -50 0 -22 0 0 0 6 0 -22 0 -44 0 0 0 0 0 -17 0 6 0 78 0 -78 0 -100 0 -61 0 22 0 -11 0 -22 0 6 0 0 0 +USW00094728188003PRCP 0 0 0 0 43 0 0 0 43 0 0 0 102 0 3 0 33 0 0 0 76 0 0 0 3 0 10 0 3 0 216 0 0 0 0 0 279 0 10 0 0 0 0 0 5 0 0 0 0 0 0 0 345 0 5 0 8 0 0 0 0 0 +USW00094728188003SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 38 Z 0 Z 64 Z 0 Z 0T Z 8 Z 0 Z 0 Z 0 Z 0 Z 102 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z +USW00094728188004TMAX 172 0 156 0 172 0 172 0 178 0 122 0 33 0 61 0 94 0 167 0 100 0 56 0 178 0 267 0 250 0 200 0 122 0 156 0 111 0 122 0 178 0 189 0 100 0 72 0 133 0 161 0 150 0 156 0 156 0 150 0-9999 +USW00094728188004TMIN 33 0 33 0 106 0 94 0 111 0 28 0 -22 0 -22 0 -6 0 39 0 -17 0 -33 0 22 0 122 0 94 0 78 0 61 0 44 0 56 0 78 0 44 0 78 0 61 0 44 0 50 0 89 0 94 0 56 0 94 0 28 0-9999 +USW00094728188004PRCP 0 0 0 0 150 0 36 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 23 0 0 0 3 0 18 0 0 0 0 0 0 0 142 0 0 0 30 0 0 0 0 0 213 0 61 0-9999 +USW00094728188004SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188005TMAX 122 0 228 0 278 0 267 0 217 0 289 0 172 0 200 0 294 0 294 0 267 0 217 0 156 0 133 0 178 0 256 0 300 0 228 0 167 0 272 0 283 0 244 0 267 0 300 0 350 0 350 0 356 0 300 0 244 0 206 0 261 0 +USW00094728188005TMIN 17 0 94 0 133 0 150 0 122 0 139 0 106 0 122 0 128 0 206 0 183 0 156 0 94 0 83 0 61 0 106 0 172 0 133 0 122 0 128 0 172 0 178 0 183 0 200 0 228 0 222 0 222 0 183 0 150 0 150 0 183 0 +USW00094728188005PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 58 0 +USW00094728188005SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188006TMAX 289 0 161 0 211 0 222 0 222 0 272 0 300 0 200 0 211 0 233 0 261 0 311 0 306 0 244 0 189 0 244 0 261 0 278 0 289 0 306 0 300 0 228 0 289 0 339 0 344 0 328 0 333 0 344 0 306 0 289 0-9999 +USW00094728188006TMIN 128 0 89 0 117 0 122 0 161 0 172 0 183 0 144 0 128 0 144 0 178 0 217 0 194 0 183 0 150 0 144 0 150 0 161 0 161 0 183 0 211 0 178 0 161 0 189 0 250 0 250 0 228 0 244 0 239 0 211 0-9999 +USW00094728188006PRCP 76 0 84 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0-9999 +USW00094728188006SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188007TMAX 300 0 272 0 256 0 294 0 278 0 283 0 300 0 311 0 328 0 322 0 306 0 289 0 306 0 317 0 272 0 306 0 272 0 272 0 272 0 239 0 233 0 211 0 222 0 256 0 278 0 300 0 289 0 228 0 233 0 261 0 294 0 +USW00094728188007TMIN 194 0 189 0 189 0 172 0 211 0 211 0 211 0 211 0 233 0 222 0 217 0 206 0 211 0 222 0 211 0 233 0 200 0 178 0 183 0 206 0 189 0 206 0 156 0 189 0 206 0 211 0 194 0 156 0 156 0 150 0 183 0 +USW00094728188007PRCP 18 0 130 0 13 0 0 0 419 0 41 0 0 0 0 0 0 0 43 0 142 0 178 0 343 0 0 0 86 0 0 0 0 0 0 0 0 0 152 0 0 0 472 0 0 0 0 0 0 0 0 0 130 0 0 0 0 0 0 0 0 0 +USW00094728188007SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188008TMAX 311 0 306 0 244 0 239 0 233 0 233 0 283 0 294 0 294 0 311 0 272 0 239 0 283 0 256 0 228 0 222 0 244 0 239 0 250 0 278 0 317 0 294 0 311 0 300 0 306 0 206 0 239 0 272 0 311 0 206 0 222 0 +USW00094728188008TMIN 206 0 217 0 194 0 189 0 167 0 178 0 172 0 183 0 206 0 211 0 172 0 189 0 178 0 194 0 156 0 128 0 139 0 144 0 200 0 217 0 233 0 211 0 206 0 233 0 183 0 156 0 139 0 200 0 206 0 150 0 156 0 +USW00094728188008PRCP 0 0 0 0 127 0 84 0 33 0 0 0 0 0 0 0 0 0 277 0 142 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 246 0 0 0 0 0 0 0 297 0 0 0 0 0 0 0 33 0 89 0 0 0 +USW00094728188008SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188009TMAX 244 0 267 0 272 0 317 0 283 0 306 0 250 0 189 0 161 0 194 0 239 0 256 0 239 0 200 0 172 0 222 0 261 0 300 0 239 0 267 0 233 0 194 0 183 0 206 0 228 0 250 0 250 0 222 0 194 0 156 0-9999 +USW00094728188009TMIN 172 0 189 0 211 0 228 0 244 0 239 0 183 0 150 0 128 0 122 0 133 0 144 0 144 0 128 0 117 0 133 0 156 0 200 0 189 0 183 0 156 0 117 0 100 0 100 0 150 0 144 0 200 0 144 0 128 0 106 0-9999 +USW00094728188009PRCP 0 0 0 0 0 0 0 0 0 0 5 0 8 0 0 0 170 0 137 0 0 0 0 0 97 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0-9999 +USW00094728188009SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188010TMAX 150 0 189 0 206 0 261 0 178 0 200 0 167 0 172 0 194 0 233 0 233 0 256 0 156 0 172 0 222 0 217 0 217 0 100 0 94 0 111 0 156 0 150 0 139 0 83 0 89 0 150 0 128 0 56 0 100 0 161 0 161 0 +USW00094728188010TMIN 67 0 83 0 106 0 156 0 117 0 106 0 78 0 61 0 83 0 100 0 106 0 106 0 61 0 61 0 106 0 128 0 83 0 44 0 22 0 39 0 50 0 122 0 83 0 28 0 22 0 22 0 28 0 17 0 50 0 100 0 44 0 +USW00094728188010PRCP 0 0 0 0 0 0 28 0 130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 104 0 0 0 0 0 0 0 0 0 142 0 3 0 0 0 0 0 5 0 0 0 0 0 0 0 300 0 0 0 +USW00094728188010SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188011TMAX 117 0 106 0 128 0 156 0 167 0 183 0 189 0 117 0 156 0 156 0 200 0 133 0 56 0 44 0 44 0 72 0 94 0 83 0 -6 0 50 0 -11 0 -50 0 -39 0 -11 0 -6 0 -33 0 0 0 -6 0 50 0 11 0-9999 +USW00094728188011TMIN 39 0 44 0 28 0 89 0 139 0 122 0 39 0 22 0 72 0 67 0 117 0 50 0 33 0 11 0 11 0 6 0 22 0 -44 0 -61 0 -11 0 -61 0 -106 0 -100 0 -100 0 -44 0 -89 0 -56 0 -50 0 -11 0 -17 0-9999 +USW00094728188011PRCP 0 0 0 0 0 0 0 0 206 0 48 0 5 0 0 0 0 0 0 0 157 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 114 0 0 0 0 0 0 0 3 0 30 0 3 0 0 0 51 0 0 0 0 0-9999 +USW00094728188011SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 33 Z 3 Z 0 Z 0T Z 0 Z 0 Z-9999 +USW00094728188012TMAX 33 0 33 0 33 0 33 0 94 0 83 0 -22 0 -50 0 -56 0 -89 0 -56 0 33 0 44 0 67 0 50 0 28 0 -17 0 -6 0 11 0 -6 0 6 0 0 0 6 0 0 0 17 0 22 0 11 0 0 0 -122 0 -156 0 -122 0 +USW00094728188012TMIN -17 0 0 0 -6 0 -28 0 22 0 -22 0 -72 0 -89 0 -106 0 -144 0 -144 0 -67 0 17 0 6 0 28 0 -33 0 -67 0 -72 0 -72 0 -44 0 -22 0 -67 0 -78 0 -50 0 0 0 -17 0 -17 0 -122 0 -156 0 -211 0 -194 0 +USW00094728188012PRCP 130 0 0 0 0 0 0 0 229 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 36 0 0 0 41 0 10 0 0 0 71 0 0 0 0 0 +USW00094728188012SNOW 38 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z 0 Z 0 Z 51 Z 0 Z 0T Z 76 Z 0 Z 102 Z 0 Z-9999 +USW00094728188101TMAX -89 0 11 0 28 0 -11 0 11 0 28 0 44 0 28 0 0 0 50 0 6 0 -17 0 44 0 50 0 -100 0 -33 0 39 0 -6 0 17 0 11 0 22 0 11 0 -6 0 -33 0 -56 0 -22 0 -33 0 -61 0 -39 0 -33 0 -17 0 +USW00094728188101TMIN -172 0 -122 0 -78 0 -39 0 -33 0 0 0 -33 0 -67 0 -83 0 0 0 -67 0 -94 0 -44 0 -111 0 -139 0 -117 0 -100 0 -72 0 -39 0 -61 0 -33 0 -39 0 -61 0 -94 0 -133 0 -83 0 -111 0 -117 0 -89 0 -89 0 -61 0 +USW00094728188101PRCP 0 0 0 0 0 0 53 0 38 0 145 0 0 0 0 0 102 0 437 0 3 0 0 0 0 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 338 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 +USW00094728188101SNOW 0 Z 0 Z 0 Z 0T Z 165 Z 0 Z 0 Z 0 Z 76 Z 0T Z 8 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 28 Z 0 Z +USW00094728188102TMAX -61 0 -128 0 -78 0 -50 0 -11 0 -6 0 22 0 39 0 56 0 89 0 111 0 117 0 44 0 -17 0 11 0 50 0 28 0 56 0 61 0 6 0 50 0 61 0 33 0 -72 0 -6 0 -6 0 44 0 111 0-9999 -9999 -9999 +USW00094728188102TMIN -161 0 -194 0 -172 0 -144 0 -128 0 -61 0 -72 0 -44 0 0 0 39 0 28 0 22 0 -28 0 -67 0 -78 0 -28 0 -28 0 -11 0 -28 0 -39 0 0 0 -6 0 -111 0 -133 0 -89 0 -111 0 -33 0 44 0-9999 -9999 -9999 +USW00094728188102PRCP 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 0 0 376 0 0 0 0 0 0 0 46 0 0 0 28 0 249 0 0 0 71 0 0 0 20 0 0 0 53 0 0 0 102 0 206 0-9999 -9999 -9999 +USW00094728188102SNOW 46 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 33 Z 0 Z 0 Z 0 Z 0 Z 38 Z 0 Z 8 Z 0 Z 102 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728188103TMAX 56 0 -17 0 44 0 39 0 39 0 61 0 117 0 111 0 83 0 94 0 44 0 6 0 33 0 56 0 78 0 122 0 50 0 39 0 28 0 44 0 72 0 50 0 39 0 67 0 72 0 22 Z 44 0 78 0 56 0 33 0 33 0 +USW00094728188103TMIN -44 0 -56 0 -39 0 6 0 -11 0 -17 0 11 0 11 0 28 0 44 0 -22 0 -33 0 0 0 17 0 0 0 17 0 11 0 11 0 11 0 17 0 22 0 6 0 6 0 -11 0 22 0 -11 0 -22 0 0 0 17 0 0 0 -6 0 +USW00094728188103PRCP 51 0 0 0 0 0 226 0 0 0 0 0 0 0 0 0 251 0 30 0 0 0 107 0 25 0 0 0 0 0 0 0 25 0 3 0 556 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 180 0 10 0 +USW00094728188103SNOW 38 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z +USW00094728188104TMAX 50 0 39 0 39 0 39 0 -11 0 -6 0 94 0 117 0 133 0 156 0 161 0 78 0 94 0 78 0 133 0 150 0 144 0 139 0 150 0 117 0 189 0 150 0 178 0 272 0 222 0 200 0 178 0 233 0 200 0 167 0-9999 +USW00094728188104TMIN 17 0 -6 0 -33 0 -39 0 -61 0 -50 0 -50 0 11 0 28 0 44 0 56 0 17 0 22 0 22 0 44 0 50 0 56 0 61 0 28 0 44 0 28 0 56 0 44 0 83 0 94 0 72 0 111 0 106 0 100 0 72 0-9999 +USW00094728188104PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 137 0 10 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0-9999 +USW00094728188104SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188105TMAX 128 0 161 0 144 0 150 0 144 0 128 0 172 0 244 0 256 0 294 0 322 0 339 0 272 0 217 0 256 0 172 0 111 0 117 0 167 0 139 0 183 0 211 0 183 0 222 0 239 0 217 0 306 0 233 0 283 0 306 0 283 0 +USW00094728188105TMIN 39 0 106 0 83 0 56 0 67 0 78 0 100 0 100 0 117 0 167 0 189 0 172 0 133 0 122 0 144 0 111 0 83 0 78 0 94 0 111 0 106 0 117 0 122 0 133 0 128 0 128 0 128 0 194 0 161 0 194 0 211 0 +USW00094728188105PRCP 0 0 15 0 0 0 0 0 0 0 198 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 74 0 61 0 0 0 53 0 0 0 46 0 0 0 318 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 +USW00094728188105SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188106TMAX 244 0 217 0 150 0 217 0 228 0 200 0 178 0 211 0 183 0 128 0 183 0 256 0 189 0 178 0 244 0 222 0 189 0 289 0 311 0 267 0 228 0 217 0 211 0 222 0 239 0 239 0 200 0 300 0 306 0 267 0-9999 +USW00094728188106TMIN 167 0 150 0 111 0 94 0 144 0 128 0 111 0 144 0 122 0 94 0 100 0 133 0 133 0 133 0 150 0 128 0 144 0 167 0 194 0 178 0 139 0 117 0 133 0 111 0 144 0 167 0 156 0 189 0 217 0 200 0-9999 +USW00094728188106PRCP 33 0 3 0 89 0 8 0 15 0 0 0 157 0 84 0 198 0 526 0 5 0 0 0 0 0 122 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 20 0 0 0 0 0-9999 +USW00094728188106SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188107TMAX 267 0 267 0 306 0 294 0 294 0 311 0 283 0 217 0 267 0 278 0 267 0 244 0 322 0 300 0 278 0 283 0 272 0 233 0 289 0 283 0 306 0 250 0 261 0 294 0 300 0 272 0 267 0 256 0 222 0 200 0 228 0 +USW00094728188107TMIN 172 0 167 0 183 0 211 0 200 0 233 0 211 0 178 0 172 0 189 0 183 0 172 0 200 0 239 0 211 0 206 0 178 0 167 0 189 0 206 0 206 0 189 0 183 0 183 0 217 0 217 0 183 0 172 0 178 0 178 0 172 0 +USW00094728188107PRCP 0 0 0 0 0 0 203 0 0 0 10 0 0 0 15 0 0 0 0 0 28 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 8 0 +USW00094728188107SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188108TMAX 267 0 272 0 294 0 328 0 328 0 328 0 261 0 256 0 272 0 300 0 256 0 272 0 356 0 256 0 244 0 217 0 194 0 194 0 211 0 272 0 294 0 272 0 283 0 278 0 244 0 278 0 256 0 317 0 300 0 294 0 339 0 +USW00094728188108TMIN 200 0 211 0 194 0 211 0 239 0 256 0 194 0 161 0 167 0 178 0 150 0 167 0 211 0 189 0 172 0 150 0 133 0 139 0 178 0 189 0 200 0 194 0 161 0 172 0 183 0 172 0 189 0 194 0 194 0 211 0 222 0 +USW00094728188108PRCP 0 0 0 0 0 0 0 0 18 0 0 0 188 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 5 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728188108SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188109TMAX 306 0 256 0 233 0 217 0 278 0 361 0 383 0 317 0 256 0 239 0 256 0 250 0 261 0 244 0 233 0 211 0 211 0 256 0 289 0 283 0 228 0 211 0 294 0 294 0 317 0 328 0 300 0 311 0 239 0 278 0-9999 +USW00094728188109TMIN 239 0 200 0 189 0 183 0 200 0 233 0 261 0 206 0 200 0 189 0 178 0 161 0 144 0 144 0 172 0 161 0 133 0 117 0 178 0 172 0 167 0 156 0 194 0 200 0 217 0 228 0 239 0 217 0 178 0 178 0-9999 +USW00094728188109PRCP 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 10 0 157 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728188109SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188110TMAX 306 0 239 0 278 0 250 0 100 Z 156 0 211 0 267 0 217 0 178 0 106 0 139 0 228 0 156 0 206 0 244 0 189 0 256 0 128 0 133 0 161 0 194 0 206 0 161 0 178 0 128 0 150 0 133 0 167 0 211 0 206 0 +USW00094728188110TMIN 222 0 172 0 172 0 100 0 17 0 22 0 89 0 150 0 128 0 50 0 28 0 50 0 128 0 72 0 100 0 167 0 150 0 106 0 72 0 83 0 67 0 78 0 106 0 122 0 111 0 33 0 11 0 67 0 122 0 167 0 167 0 +USW00094728188110PRCP 0 0 0 0 84 0 0 0 0 0 0 0 0 0 0 0 48 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 94 0 28 0 79 0 +USW00094728188110SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188111TMAX 167 0 139 0 161 0 83 0 133 0 156 0 106 0 167 0 200 0 122 Z 78 0 156 0 150 0 117 0 78 0 72 0 128 0 161 0 161 0 72 0 61 0 50 0 17 0 33 0 -11 0 61 0 100 0 89 0 94 0 122 0-9999 +USW00094728188111TMIN 128 0 117 0 83 0 33 0 22 0 78 0 56 0 100 0 122 0 61 0 39 0 56 0 56 0 44 0 22 0 6 0 28 0 111 0 72 0 17 0 17 0 -33 0 -39 0 -39 0 -50 0 -17 0 17 0 -28 0 -22 0 28 0-9999 +USW00094728188111PRCP 18 0 0 0 58 0 74 0 0 0 0 0 10 0 51 0 38 0 0 0 0 0 165 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 3 0 150 0 18 0 0 0 0 0 0 0 0 0 0 0 3 0-9999 +USW00094728188111SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188112TMAX 133 0 67 0 44 0 39 0 61 0 67 0 67 0 28 0 61 0 33 0 -6 0 72 0 150 0 194 0 44 0 -17 0 44 0 100 0 72 0 83 0 61 0 117 0 128 0 0 0 67 0 89 0 128 0 89 0 111 0 111 0 22 0 +USW00094728188112TMIN 61 0 22 0 17 0 17 0 17 0 0 0 17 0 -11 0 0 0 -56 0 -67 0 -17 0 50 0 44 0 -33 0 -78 0 -39 0 6 0 11 0 33 0 33 0 39 0 -39 0 -61 0 -17 0 28 0 67 0 72 0 72 0 22 0 -44 0 +USW00094728188112PRCP 130 0 0 0 3 0 127 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 8 0 0 0 102 0 102 0 0 0 0 0 0 0 0 0 0 0 3 0 135 0 53 0 0 0 0 0 0 0 175 Z 0 0 175 0 0 0 0 0 +USW00094728188112SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 33 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188201TMAX -6 0 -72 0 -17 0 -78 0 -33 0 44 0 33 0 56 0 94 0 44 0 56 0 56 0 28 0 56 0 44 0 78 0 22 0 -6 0 33 0 0 0 56 0 44 0 -106 0 -144 0 -17 0 39 0 83 0 11 0 22 0 -22 0 -11 0 +USW00094728188201TMIN -78 0 -128 0 -117 0 -144 0 -122 0 -33 0 11 0 11 0 28 0 11 0 6 0 17 0 11 0 -6 0 -22 0 22 0 -72 0 -72 0 -28 0 -56 0 -17 0 -106 0 -178 0 -211 0 -161 0 -17 0 11 0 -6 0 -83 0 -89 0 -44 0 +USW00094728188201PRCP 5 0 0 0 0 0 0 0 0 0 30 0 0 0 33 0 0 0 58 0 163 0 0 0 211 0 0 0 0 0 13 0 81 0 76 0 25 0 0 0 117 0 0 0 0 0 0 0 81 0 109 0 3 0 84 0 0 0 0 0 201 0 +USW00094728188201SNOW 25 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 51 Z 0 Z 0 Z 51 Z 0 Z 0 Z 0T Z 38 Z 13 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 64 Z 0 Z 0 Z 203 Z +USW00094728188202TMAX 22 0 44 0 33 0 -56 0 11 0 17 0 61 0 72 0 22 0 56 0 39 0 78 0 133 0 100 0 117 0 94 0 106 0 -28 0 28 0 78 0 39 0 17 0 -6 0 -22 0 33 0 67 0 144 0 89 0-9999 -9999 -9999 +USW00094728188202TMIN -28 0 -28 0 -72 0 -106 0 -78 0 -56 0 -28 0 -6 0 -17 0 11 0 -22 0 11 0 72 0 61 0 33 0 56 0 -28 0 -83 0 -67 0 11 0 -6 0 -17 0 -56 0 -67 0 -61 0 -11 0 11 0 28 0-9999 -9999 -9999 +USW00094728188202PRCP 5 0 0 0 0 0 112 0 38 0 0 0 0 0 0 0 213 0 0 0 0 0 0 0 36 0 0 0 0 0 109 0 15 0 0 0 66 0 41 0 201 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0-9999 -9999 -9999 +USW00094728188202SNOW 0 Z 0 Z 0 Z 203 Z 25 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728188203TMAX 111 0 178 0 139 0 111 0 94 0 100 0 89 0 39 0 106 0 122 0 56 0 111 0 83 0 11 0 -6 0 28 0 72 0 50 0 133 0 117 0 89 0 61 0 67 0 72 0 17 0 83 0 139 0 133 0 94 0 122 0 33 0 +USW00094728188203TMIN 39 0 89 0 39 0 33 0 17 0 61 0 -22 0 -50 0 -11 0 33 0 11 0 22 0 -17 0 -50 0 -78 0 -17 0 -6 0 -17 0 6 0 56 0 22 0 11 0 -11 0 -44 0 -56 0 -6 0 39 0 11 0 0 0 33 0 -6 0 +USW00094728188203PRCP 251 0 3 0 0 0 0 0 0 0 46 0 0 0 0 0 99 0 0 0 0 0 3 0 0 0 0 0 0 0 38 0 0 0 0 0 15 0 0 0 84 0 23 0 0 0 0 0 0 0 0 0 53 0 13 0 0 0 15 0 0 0 +USW00094728188203SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 51 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188204TMAX 94 0 228 0 89 0 144 0 128 0 56 0 144 0 178 0 117 0 67 0 33 0 50 0 111 0 100 0 122 0 144 0 189 0 222 0 172 0 161 0 106 0 128 0 106 0 133 0 128 0 89 0 78 0 117 0 167 0 161 0-9999 +USW00094728188204TMIN -6 0 67 0 28 0 44 0 56 0 39 0 33 0 94 0 67 0 -17 0 -28 0 -22 0 11 0 44 0 28 0 22 0 72 0 106 0 122 0 94 0 67 0 50 0 39 0 28 0 28 0 44 0 44 0 44 0 89 0 94 0-9999 +USW00094728188204PRCP 0 0 8 0 0 0 0 0 10 0 3 0 3 0 0 0 30 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 114 0 5 0 0 0 0 0 0 0 0 0 0 0 109 0 86 0 13 0 0 0 0 0-9999 +USW00094728188204SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188205TMAX 189 0 150 0 150 0 206 0 150 0 94 0 156 0 144 0 250 0 194 0 111 0 83 0 106 0 100 0 133 0 189 0 183 0 139 0 111 0 217 0 256 0 261 0 206 0 200 0 139 0 178 0 200 0 250 0 222 0 228 0 267 0 +USW00094728188205TMIN 89 0 39 0 33 0 83 0 83 0 50 0 56 0 56 0 106 0 111 0 83 0 61 0 61 0 78 0 89 0 83 0 89 0 56 0 56 0 94 0 150 0 128 0 117 0 133 0 94 0 78 0 106 0 156 0 139 0 122 0 161 0 +USW00094728188205PRCP 0 0 0 0 0 0 0 0 25 0 74 0 0 0 25 0 25 0 18 0 18 0 213 0 0 0 284 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 188 0 0 0 0 0 117 0 13 0 0 0 0 0 +USW00094728188205SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188206TMAX 233 0 222 0 250 0 256 0 200 0 233 0 283 0 294 0 289 0 222 0 244 0 233 0 261 0 267 0 283 0 300 0 283 0 289 0 289 0 222 0 239 0 278 0 289 0 317 0 333 0 306 0 278 0 278 0 250 0 217 0-9999 +USW00094728188206TMIN 139 0 128 0 150 0 167 0 150 0 139 0 150 0 206 0 211 0 167 0 161 0 150 0 161 0 167 0 178 0 217 0 206 0 183 0 183 0 150 0 144 0 150 0 194 0 222 0 250 0 222 0 189 0 183 0 172 0 150 0-9999 +USW00094728188206PRCP 69 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 3 0 28 0 0 0 0 0 0 0 91 0 0 0 0 0 30 0 203 0 0 0 0 0 0 0 0 0 0 0 0 0 142 0 0 0 0 0 0 0 61 0-9999 +USW00094728188206SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188207TMAX 294 0 228 0 211 0 211 0 167 0 244 0 267 0 289 0 289 0 322 0 322 0 306 0 289 0 283 0 278 0 272 0 261 0 272 0 294 0 294 0 256 0 256 0 289 0 311 0 322 0 333 0 333 0 339 0 300 0 289 0 267 0 +USW00094728188207TMIN 172 0 178 0 156 0 144 0 144 0 144 0 156 0 189 0 217 0 222 0 250 0 217 0 233 0 206 0 194 0 183 0 206 0 211 0 228 0 233 0 200 0 200 0 189 0 211 0 222 0 239 0 244 0 250 0 239 0 206 0 200 0 +USW00094728188207PRCP 358 0 0 0 0 0 58 0 218 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 84 0 0 0 0 0 0 0 0 0 0 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728188207SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188208TMAX 256 0 222 0 283 0 300 0 311 0 322 0 311 0 306 0 300 0 278 0 267 0 244 0 283 0 300 0 300 0 272 0 306 0 250 0 244 0 239 0 261 0 233 0 244 0 289 0 289 0 261 0 206 0 217 0 239 0 256 0 244 0 +USW00094728188208TMIN 178 0 194 0 189 0 189 0 200 0 222 0 233 0 228 0 222 0 206 0 178 0 206 0 200 0 183 0 228 0 233 0 233 0 167 0 139 0 139 0 161 0 200 0 194 0 206 0 178 0 206 0 167 0 150 0 144 0 144 0 150 0 +USW00094728188208PRCP 0 0 3 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 0 0 0 0 0 0 152 0 74 0 0 0 0 0 0 0 +USW00094728188208SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188209TMAX 272 0 294 0 267 0 278 0 261 0 244 0 261 0 278 0 228 0 200 0 194 0 211 0 206 0 250 0 228 0 244 0 233 0 267 0 306 0 289 0 222 0 222 0 189 0 206 0 167 0 172 0 167 0 128 0 156 0 200 0-9999 +USW00094728188209TMIN 206 0 211 0 222 0 222 0 200 0 183 0 172 0 189 0 172 0 167 0 150 0 139 0 117 0 178 0 172 0 144 0 156 0 183 0 206 0 222 0 167 0 167 0 128 0 128 0 128 0 133 0 106 0 89 0 89 0 100 0-9999 +USW00094728188209PRCP 18 0 0 0 0 0 163 0 0 0 0 0 0 0 0 0 41 0 0 0 653 0 168 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 74 0 307 0 594 0 2103 0 5 0 10 0 13 0 0 0 41 0 69 0 0 0-9999 +USW00094728188209SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188210TMAX 233 0 233 0 167 0 189 0 200 0 167 0 217 0 239 0 228 0 200 0 139 0 128 0 150 0 194 0 194 0 183 0 178 0 200 0 194 0 117 0 122 0 117 0 128 0 156 0 139 0 200 0 128 0 117 0 167 0 156 0 156 0 +USW00094728188210TMIN 128 0 122 0 100 0 83 0 117 0 156 0 144 0 156 0 156 0 133 0 78 0 72 0 100 0 106 0 100 0 150 0 156 0 167 0 117 0 72 0 67 0 72 0 100 0 78 0 61 0 89 0 56 0 67 0 94 0 111 0 100 0 +USW00094728188210PRCP 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 48 0 15 0 5 0 107 0 0 0 0 0 38 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 33 0 8 0 5 0 0 0 +USW00094728188210SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188211TMAX 206 0 139 0 56 0 67 0 56 0 61 0 72 0 89 0 139 0 111 0 150 0 144 0 194 0 56 0 78 0 100 0 56 0 11 0 11 0 28 0 33 0 50 0 78 0 67 0 39 0 11 0 0 0 -28 0 -22 0 -28 0-9999 +USW00094728188211TMIN 139 0 11 0 0 0 17 0 -6 0 -11 0 28 0 44 0 44 0 94 0 100 0 100 0 56 0 17 0 6 0 17 0 0 0 -33 0 -50 0 -39 0 -28 0 -22 0 11 0 28 0 6 0 -17 0 -50 0 -67 0 -44 0 -50 0-9999 +USW00094728188211PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 30 0 0 0 0 0 0 0 56 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 0 0 0 0 97 0 13 0-9999 +USW00094728188211SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 114 Z 0 Z 0 Z 0T Z 229 Z-9999 +USW00094728188212TMAX 22 0 67 0 33 0 11 0 83 0 106 0 67 0 -72 0 -28 0 11 0 22 0 6 0 78 0 33 0 -11 0 -44 0 -11 0 -6 0 -11 0 -6 0 17 0 28 0 61 0 39 0 61 0 56 0 39 0 17 0 17 0 6 0 22 0 +USW00094728188212TMIN -50 0 -6 0 -100 0 -122 0 11 0 22 0 -106 0 -122 0 -122 0 -28 0 -11 0 -22 0 -28 0 -28 0 -56 0 -78 0 -72 0 -61 0 -72 0 -83 0 -17 0 6 0 17 0 22 0 22 0 11 0 0 0 -28 0 -50 0 -33 0 -17 0 +USW00094728188212PRCP 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 64 0 33 0 0 0 130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 0 130 0 15 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 +USW00094728188212SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188301TMAX 17 0 17 0 28 0 6 0 -89 0 -28 0 22 0 -11 0 -39 0 -100 0 -94 0 -56 0 17 0 33 0 -28 0 -39 0 17 0 44 0 -22 0 11 0 61 0 -56 0 -106 0 -39 0 -39 0 -44 0 11 0 17 0 17 0 50 0 72 0 +USW00094728188301TMIN -22 0 -33 0 -39 0 -89 0 -111 0 -100 0 -39 0 -50 0 -100 0 -122 0 -150 0 -161 0 -117 0 -72 0 -83 0 -78 0 -44 0 -28 0 -61 0 -33 0 -56 0 -122 0 -172 0 -167 0 -67 0 -94 0 -50 0 6 0 -6 0 -11 0 6 0 +USW00094728188301PRCP 3 0 0 0 0 0 0 0 30 0 5 0 3 0 0 0 0 0 74 0 0 0 0 0 46 0 51 0 0 0 3 0 109 0 0 0 25 0 175 0 13 0 0 0 0 0 0 0 0 0 0 0 23 0 48 0 0 0 0 0 74 0 +USW00094728188301SNOW 8 Z 0 Z 0 Z 0 Z 0T Z 89 Z 0 Z 0 Z 0 Z 127 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0T Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188302TMAX 6 0 -33 0 22 0 122 0 0 0 -11 0 72 0 0 0 33 0 6 0 22 0 50 0 0 0 0 0 6 0 17 0 94 0 28 0 28 0 33 0 28 0 22 0 17 0 11 0 83 0 28 0 -28 0 28 0-9999 -9999 -9999 +USW00094728188302TMIN -78 0 -106 0 -56 0 0 0 -50 0 -94 0 -17 0 -39 0 -28 0 -67 0 -39 0 -44 0 -61 0 -39 0 -11 0 -11 0 11 0 -61 0 -67 0 -28 0 -28 0 -17 0 -61 0 -100 0 11 0 -56 0 -89 0 -28 0-9999 -9999 -9999 +USW00094728188302PRCP 0 0 0 0 36 0 0 0 3 0 38 0 193 0 0 0 0 0 23 0 333 0 0 0 0 0 71 0 107 0 8 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 20 0 213 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728188302SNOW 0 Z 0 Z 0T Z 0 Z 3 Z 0T Z 13 Z 0 Z 0 Z 25 Z 178 Z 0 Z 0 Z 8 Z 0 Z 0 Z 0 Z 25 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728188303TMAX 67 0 156 0 39 0 -11 0 -56 0 6 0 39 0 -50 0 28 0 33 0 28 0 17 0 72 0 106 0 128 0 -11 0 61 0 156 0 117 0 117 0 0 0 11 0 17 0 33 0 89 0 100 0 67 0 44 0 28 0 22 0 39 0 +USW00094728188303TMIN -39 0 33 0 -44 0 -89 0 -122 0 -72 0 -106 0 -133 0 -100 0 -6 0 -72 0 -78 0 6 0 -11 0 -44 0 -67 0 -44 0 39 0 39 0 -61 0 -78 0 -83 0 -50 0 -44 0 -22 0 6 0 28 0 -11 0 -22 0 -22 0 -56 0 +USW00094728188303PRCP 0 0 0 0 0 0 15 0 0 0 135 0 0 0 0 0 0 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 137 0 0 0 +USW00094728188303SNOW 0 Z 0 Z 0 Z 38 Z 0 Z 102 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 114 Z 0 Z +USW00094728188304TMAX 56 0 67 0 100 0 128 0 200 0 167 0 106 0 106 0 167 0 156 0 117 0 83 0 144 0 144 0 117 0 100 0 144 0 183 0 183 0 144 0 156 0 100 0 44 0 67 0 67 0 111 0 189 0 161 0 94 0 144 0-9999 +USW00094728188304TMIN -39 0 -17 0 -6 0 17 0 72 0 106 0 39 0 22 0 56 0 78 0 67 0 67 0 67 0 50 0 39 0 72 0 78 0 100 0 94 0 72 0 56 0 33 0 11 0 11 0 11 0 17 0 67 0 89 0 11 0 22 0-9999 +USW00094728188304PRCP 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 91 0 0 0 0 0 0 0 224 0 122 0 0 0 0 0 23 0 0 0 109 0 135 0 15 0 0 0 0 0 18 0 13 0 127 0 0 0-9999 +USW00094728188304SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z-9999 +USW00094728188305TMAX 133 0 161 0 217 0 233 0 122 0 189 0 183 0 272 0 211 0 156 0 206 0 194 0 161 0 139 0 211 0 194 0 200 0 244 0 222 0 228 0 194 0 194 0 167 0 228 0 261 0 278 0 256 0 233 0 233 0 222 0 233 0 +USW00094728188305TMIN 56 0 78 0 89 0 117 0 94 0 94 0 111 0 139 0 111 0 94 0 122 0 83 0 89 0 67 0 94 0 94 0 67 0 89 0 100 0 139 0 133 0 144 0 122 0 111 0 139 0 172 0 194 0 167 0 156 0 133 0 167 0 +USW00094728188305PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 28 0 0 0 0 0 0 0 18 0 20 0 0 0 0 0 0 0 0 0 0 0 493 0 61 0 0 0 0 0 0 0 10 0 25 0 0 0 0 0 0 0 13 0 +USW00094728188305SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188306TMAX 239 0 233 0 183 0 289 0 311 0 328 0 300 0 294 0 267 0 322 0 306 0 289 0 300 0 222 0 261 0 239 0 250 0 222 0 289 0 272 0 261 0 267 0 294 0 300 0 272 0 250 0 211 0 289 0 283 0 272 0-9999 +USW00094728188306TMIN 133 0 139 0 133 0 178 0 217 0 239 0 228 0 211 0 206 0 206 0 211 0 189 0 200 0 156 0 139 0 144 0 178 0 183 0 183 0 200 0 206 0 194 0 189 0 222 0 206 0 211 0 189 0 194 0 228 0 183 0-9999 +USW00094728188306PRCP 0 0 0 0 15 0 8 0 0 0 114 0 51 0 0 0 0 0 0 0 99 0 0 0 13 0 0 0 0 0 0 0 0 0 36 0 226 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 211 0 0 0 0 0 71 0-9999 +USW00094728188306SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188307TMAX 244 0 322 0 311 0 350 0 328 0 339 0 350 0 294 0 217 0 250 0 272 0 261 0 267 0 261 0 283 0 283 0 294 0 250 0 228 0 239 0 267 0 300 0 272 0 217 0 250 0 267 0 261 0 278 0 239 0 233 0 256 0 +USW00094728188307TMIN 156 0 200 0 239 0 250 0 256 0 256 0 267 0 167 0 167 0 178 0 183 0 211 0 194 0 189 0 206 0 200 0 217 0 194 0 167 0 161 0 167 0 222 0 217 0 178 0 178 0 183 0 172 0 211 0 172 0 144 0 178 0 +USW00094728188307PRCP 0 0 15 0 0 0 0 0 3 0 0 0 10 0 257 0 28 0 0 0 0 0 13 0 213 0 0 0 175 0 0 0 3 0 0 0 0 0 0 0 0 0 30 0 10 0 36 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 +USW00094728188307SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188308TMAX 283 0 228 0 261 0 233 0 233 0 244 0 244 0 250 0 256 0 233 0 250 0 256 0 283 0 233 0 211 0 183 0 250 0 278 0 283 0 317 0 300 0 294 0 311 0 256 0 250 0 267 0 217 0 228 0 217 0 222 0 250 0 +USW00094728188308TMIN 183 0 183 0 178 0 156 0 161 0 156 0 150 0 156 0 161 0 178 0 167 0 167 0 183 0 172 0 161 0 156 0 139 0 194 0 206 0 206 0 228 0 200 0 217 0 178 0 144 0 150 0 133 0 128 0 150 0 144 0 150 0 +USW00094728188308PRCP 0 0 323 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 61 0 0 0 61 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 +USW00094728188308SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188309TMAX 250 0 261 0 194 0 200 0 211 0 211 0 239 0 217 0 161 0 167 0 172 0 167 0 194 0 256 0 256 0 239 0 256 0 194 0 217 0 239 0 239 0 178 0 183 0 194 0 200 0 156 0 200 0 217 0 150 0 189 0-9999 +USW00094728188309TMIN 144 0 161 0 117 0 83 0 122 0 94 0 111 0 128 0 89 0 61 0 94 0 122 0 156 0 183 0 178 0 178 0 156 0 128 0 111 0 139 0 150 0 122 0 133 0 156 0 111 0 78 0 89 0 128 0 83 0 106 0-9999 +USW00094728188309PRCP 0 0 13 0 0 0 0 0 0 0 0 0 0 0 25 0 36 0 0 0 0 0 71 0 152 0 0 0 0 0 0 0 10 0 25 0 0 0 0 0 0 0 0 0 0 0 279 0 0 0 0 0 0 0 43 0 33 0 137 0-9999 +USW00094728188309SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188310TMAX 139 0 222 0 178 0 106 0 117 0 122 0 144 0 161 0 189 0 217 0 239 0 172 0 194 0 267 0 122 0 83 0 100 0 117 0 172 0 172 0 89 0 89 0 72 0 83 0 111 0 106 0 117 0 122 0 172 0 172 0 178 0 +USW00094728188310TMIN 89 0 94 0 89 0 50 0 33 0 33 0 78 0 78 0 94 0 94 0 106 0 150 0 161 0 122 0 50 0 17 0 17 0 33 0 111 0 67 0 44 0 33 0 44 0 39 0 39 0 61 0 67 0 89 0 117 0 128 0 83 0 +USW00094728188310PRCP 84 0 180 0 0 0 0 0 0 0 15 0 97 0 0 0 0 0 0 0 0 0 71 0 79 0 41 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 241 0 48 0 0 0 13 0 0 0 0 0 251 0 0 0 0 0 +USW00094728188310SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188311TMAX 83 0 61 0 78 0 150 0 167 0 167 0 128 0 122 0 150 0 150 0 122 0 111 0 50 0 67 0 22 0 -17 0 17 0 83 0 111 0 106 0 150 0 200 0 178 0 100 0 94 0 89 0 78 0 67 0 17 0 61 0-9999 +USW00094728188311TMIN 50 0 28 0 22 0 50 0 61 0 94 0 44 0 17 0 111 0 94 0 94 0 -11 0 -11 0 -22 0 -44 0 -61 0 -61 0 -11 0 6 0 11 0 83 0 133 0 100 0 83 0 61 0 56 0 6 0 -11 0 -33 0 17 0-9999 +USW00094728188311PRCP 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 36 0 61 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 23 0 0 0 188 0 3 0 0 0 0 0 0 0-9999 +USW00094728188311SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188312TMAX 28 0 56 0 -6 0 50 0 100 0 67 0 94 0 128 0 122 0 78 0 44 0 39 0 89 0 106 0 17 0 -22 0 -22 0 28 0 28 0 -44 0 -17 0 -39 0 -122 0 -6 0 -6 0 17 0 89 0 33 0 6 0 39 0 28 0 +USW00094728188312TMIN -33 0 -6 0 -44 0 -44 0 33 0 17 0 6 0 94 0 33 0 11 0 -11 0 0 0 0 0 17 0 -128 0 -128 0 -67 0 -56 0 -50 0 -61 0 -61 0 -122 0 -183 0 -139 0 -22 0 -39 0 -11 0 -39 0 -56 0 -44 0 11 0 +USW00094728188312PRCP 3 0 10 0 0 0 0 0 36 0 0 0 0 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 28 0 0 0 152 0 0 0 89 0 0 0 3 0 203 0 97 0 0 0 104 0 0 0 0 0 0 0 3 0 +USW00094728188312SNOW 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 64 Z 0 Z 127 Z 0 Z 64 Z 0 Z 8 Z 185 Z 127 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188401TMAX 17 0 39 0 -28 0 -67 0 -106 0 -94 0 -61 0 67 0 89 0 11 0 33 0 -22 0 22 0 56 0 6 0 -72 0 -39 0 39 0 22 0 -50 0 -67 0 6 0 39 0 33 0 -44 0 -50 0 -33 0 -11 0 -17 0 22 0 56 0 +USW00094728188401TMIN 6 0 -39 0 -67 0 -106 0 -133 0 -128 0 -139 0 -94 0 -33 0 -50 0 -22 0 -67 0 -61 0 6 0 -94 0 -133 0 -122 0 -44 0 -50 0 -133 0 -144 0 -117 0 -11 0 -50 0 -128 0 -156 0 -100 0 -67 0 -50 0 -89 0 22 0 +USW00094728188401PRCP 20 0 229 0 0 0 0 0 0 0 0 0 0 0 290 0 307 0 3 0 41 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 69 0 25 0 0 0 0 0 0 0 244 0 0 0 0 0 0 0 28 0 15 0 25 0 0 0 +USW00094728188401SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 46 Z 0 Z 0 Z 0 Z 76 Z 38 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 89 Z 0 Z 0 Z +USW00094728188402TMAX 56 0 11 0 50 0 11 0 78 0 111 0 106 0 28 0 22 0 56 0 17 0 22 0 106 0 133 0 0 0 22 0 44 0 89 0 56 0 111 0 17 0 50 0 56 0 -11 0 50 0 28 0 56 0 39 0 -111 0-9999 -9999 +USW00094728188402TMIN -78 0 -83 0 -22 0 -17 0 -22 0 56 0 17 0 -6 0 -11 0 11 0 -11 0 0 0 17 0 0 0 -50 0 -67 0 0 0 39 0 33 0 -44 0 -56 0 -17 0 -67 0 -89 0 -11 0 11 0 17 0 -111 0 -156 0-9999 -9999 +USW00094728188402PRCP 0 0 0 0 0 0 15 0 74 0 3 0 64 0 48 0 25 0 0 0 91 0 5 0 28 0 23 0 0 0 0 0 267 0 3 0 3 0 203 0 0 0 0 0 132 0 0 0 0 0 25 0 0 0 241 0 0 0-9999 -9999 +USW00094728188402SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 76 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 127 Z 0 Z-9999 -9999 +USW00094728188403TMAX -78 0 -61 0 -28 0 -61 0 -11 0 56 0 6 0 22 0 -6 0 17 0 67 0 172 0 100 0 67 0 67 0 39 0 106 0 83 0 56 0 44 0 78 0 150 0 111 0 156 0 144 0 111 0 122 0 144 0 156 0 -6 0 83 0 +USW00094728188403TMIN -150 0 -94 0 -89 0 -106 0 -106 0 -22 0 -17 0 -17 0 -28 0 -33 0 -28 0 50 0 44 0 22 0 17 0 6 0 -6 0 17 0 22 0 33 0 28 0 17 0 56 0 72 0 44 0 56 0 78 0 61 0 -17 0 -61 0 -39 0 +USW00094728188403PRCP 0 0 3 0 3 0 0 0 38 0 0 0 10 0 236 0 145 0 0 0 0 0 5 0 0 0 69 0 8 0 0 0 0 0 0 0 267 0 109 0 0 0 0 0 61 0 5 0 0 0 216 0 0 0 0 0 0 0 0 0 0 0 +USW00094728188403SNOW 0 Z 3 Z 3 Z 0 Z 38 Z 0 Z 0 Z 0T Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188404TMAX 106 0 67 0 50 0 89 0 72 0 78 0 106 0 122 0 50 0 106 0 117 0 139 0 156 0 150 0 111 0 206 0 144 0 133 0 156 0 172 0 144 0 139 0 150 0 117 0 144 0 161 0 189 0 144 0 133 0 200 0-9999 +USW00094728188404TMIN 6 0 6 0 6 0 28 0 17 0 0 0 11 0 22 0 28 0 28 0 56 0 44 0 50 0 50 0 67 0 100 0 72 0 67 0 89 0 94 0 50 0 28 0 61 0 83 0 89 0 100 0 83 0 67 0 50 0 44 0-9999 +USW00094728188404PRCP 0 0 165 0 18 0 0 0 0 0 0 0 0 0 61 0 175 0 10 0 0 0 0 0 0 0 0 0 203 0 48 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 5 0 20 0 0 0 0 0 0 0 0 0-9999 +USW00094728188404SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188405TMAX 194 0 289 0 189 0 189 0 211 0 156 0 106 0 106 0 161 0 161 0 183 0 183 0 194 0 189 0 211 0 167 0 172 0 211 0 228 0 233 0 256 0 278 0 272 0 300 0 261 0 200 0 239 0 178 0 106 0 128 0 172 0 +USW00094728188405TMIN 122 0 117 0 100 0 128 0 117 0 94 0 83 0 78 0 83 0 111 0 106 0 100 0 106 0 106 0 117 0 106 0 89 0 111 0 117 0 156 0 150 0 167 0 200 0 211 0 150 0 133 0 139 0 89 0 61 0 56 0 89 0 +USW00094728188405PRCP 0 0 0 0 0 0 13 0 38 0 320 0 160 0 10 0 38 0 8 0 0 0 0 0 25 0 175 0 0 0 5 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 155 0 0 0 0 0 0 0 +USW00094728188405SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188406TMAX 200 0 250 0 283 0 278 0 283 0 272 0 294 0 283 0 278 0 233 0 172 0 217 0 200 0 183 0 211 0 278 0 311 0 283 0 322 0 311 0 328 0 306 0 256 0 294 0 289 0 194 0 244 0 239 0 267 Z 267 0-9999 +USW00094728188406TMIN 117 0 106 0 150 0 194 0 189 0 194 0 206 0 206 0 200 0 156 0 144 0 139 0 150 0 133 0 94 0 117 0 172 0 183 0 189 0 211 0 217 0 194 0 178 0 194 0 172 0 144 0 144 0 150 0 144 0 189 0-9999 +USW00094728188406PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 28 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 114 0 1090 0 0 0 0 0 0 0 0 0-9999 +USW00094728188406SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188407TMAX 278 0 311 0 300 0 233 0 272 0 272 0 239 0 228 0 244 0 267 0 278 0 272 0 278 0 228 0 222 0 222 0 239 0 267 0 267 0 239 0 244 0 289 0 322 0 300 0 250 0 233 0 233 0 222 0 206 0 261 0 250 0 +USW00094728188407TMIN 222 0 222 0 222 0 200 0 211 0 217 0 178 0 167 0 167 0 183 0 194 0 206 0 200 0 172 0 161 0 172 0 161 0 178 0 200 0 172 0 167 0 194 0 211 0 222 0 200 0 189 0 167 0 161 0 172 0 161 0 200 0 +USW00094728188407PRCP 3 0 0 0 0 0 112 0 188 0 155 0 0 0 0 0 0 0 0 0 0 0 142 0 267 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 127 0 0 0 8 0 0 0 140 0 0 0 20 0 25 0 10 0 +USW00094728188407SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188408TMAX 272 0 272 0 267 0 267 0 244 0 267 0 217 0 278 0 228 0 217 0 244 0 222 0 256 0 267 0 289 0 278 0 289 0 289 0 300 0 328 0 306 0 289 0 278 0 244 0 217 0 267 0 250 0 256 0 244 0 283 0 261 0 +USW00094728188408TMIN 194 0 200 0 211 0 228 0 222 0 211 0 200 0 189 0 194 0 178 0 172 0 183 0 178 0 183 0 194 0 206 0 206 0 222 0 228 0 228 0 244 0 228 0 206 0 156 0 139 0 200 0 200 0 178 0 217 0 211 0 189 0 +USW00094728188408PRCP 0 0 0 0 0 0 409 0 366 0 0 0 8 0 28 0 36 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 465 0 0 0 0 0 0 0 97 0 0 0 0 0 269 0 302 0 10 0 +USW00094728188408SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188409TMAX 244 0 256 0 289 0 317 0 322 0 317 0 311 0 317 0 328 0 328 0 317 0 250 0 206 0 183 0 222 0 267 0 272 0 228 0 211 0 222 0 206 0 244 0 228 0 267 0 267 0 217 0 222 0 278 0 278 0 228 0-9999 +USW00094728188409TMIN 167 0 167 0 200 0 217 0 233 0 222 0 239 0 233 0 250 0 250 0 250 0 178 0 122 0 111 0 111 0 167 0 200 0 150 0 128 0 150 0 122 0 144 0 161 0 161 0 189 0 161 0 133 0 194 0 211 0 200 0-9999 +USW00094728188409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 30 0 13 0-9999 +USW00094728188409SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188410TMAX 278 0 228 0 156 0 267 0 244 0 267 0 228 0 222 0 194 0 183 0 222 0 233 0 250 0 139 0 111 0 156 0 200 0 139 0 144 0 217 0 233 0 244 0 139 0 89 0 106 0 89 0 161 0 172 0 117 0 117 0 83 0 +USW00094728188410TMIN 189 0 133 0 133 0 156 0 161 0 144 0 167 0 133 0 89 0 72 0 122 0 183 0 139 0 67 0 56 0 72 0 106 0 78 0 50 0 111 0 150 0 139 0 56 0 33 0 33 0 6 0 56 0 111 0 72 0 78 0 72 0 +USW00094728188410PRCP 0 0 51 0 10 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 91 0 0 0 0 0 0 0 0 0 5 0 5 0 0 0 0 0 0 0 226 0 3 0 0 0 0 0 0 0 0 0 25 0 244 0 264 0 23 0 +USW00094728188410SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188411TMAX 144 0 139 0 111 0 161 0 161 0 56 0 89 0 100 0 83 0 133 0 150 0 122 0 122 0 122 0 139 0 117 0 156 0 72 0 17 0 44 0 89 0 111 0 161 0 144 0 56 0 67 0 39 0 89 0 72 0 28 0-9999 +USW00094728188411TMIN 72 0 72 0 44 0 83 0 56 0 17 0 11 0 33 0 6 0 39 0 72 0 67 0 50 0 61 0 67 0 44 0 67 0 6 0 -6 0 11 0 22 0 22 0 72 0 -28 0 -44 0 -11 0 -22 0 28 0 17 0 6 0-9999 +USW00094728188411PRCP 0 0 0 0 0 0 175 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 74 0 8 0 0 0 0 0 267 0 51 0 0 0 0 0 0 0 152 0 61 0 5 0-9999 +USW00094728188411SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 8 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z-9999 +USW00094728188412TMAX 28 0 22 0 56 0 89 0 111 0 144 0 144 0 117 0 72 0 44 0 83 0 61 0 6 0 17 0 89 0 39 0 33 0 -22 0 -89 0 -139 0 22 0 39 0 33 0 -44 0 -39 0 -61 0 -11 0 28 0 56 0 117 0 150 0 +USW00094728188412TMIN 6 0 -11 0 -22 0 17 0 33 0 28 0 111 0 56 0 33 0 6 0 39 0 0 0 -22 0 -33 0 17 0 11 0 -22 0 -89 0 -183 0 -194 0 -139 0 6 0 -44 0 -78 0 -89 0 -106 0 -106 0 -11 0 22 0 44 0 94 0 +USW00094728188412PRCP 0 0 0 0 0 0 0 0 0 0 406 0 3 0 0 0 0 0 0 0 0 0 145 0 3 0 76 0 335 0 0 0 0 0 10 0 0 0 0 0 493 0 10 0 0 0 69 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 +USW00094728188412SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 8 Z 0 Z 0 Z 0 Z 0 Z 20 Z 0 Z 0 Z 102 Z 0 Z 0 Z 89 Z 0 Z 51 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188501TMAX 150 0 -28 0 -61 0 -17 0 33 0 128 0 122 0 61 0 106 0 78 0 100 0 156 0 33 0 -6 0 22 0 28 0 128 0 -39 0 -50 0 -22 0 6 0 -94 0 -39 0 17 0 39 0 33 0 -72 0 -33 0 -94 0 -17 0 0 0 +USW00094728188501TMIN -28 0 -117 0 -133 0 -72 0 -28 0 17 0 50 0 33 0 50 0 -39 0 -39 0 33 0 -39 0 -61 0 -17 0 17 0 -39 0 -56 0 -83 0 -83 0 -94 0 -133 0 -128 0 -61 0 11 0 -78 0 -128 0 -139 0 -150 0 -111 0 -28 0 +USW00094728188501PRCP 3 0 0 0 0 0 18 0 13 0 244 0 0 0 0 0 0 0 0 0 0 0 107 0 0 0 0 0 142 0 76 0 18 0 0 0 0 0 0 0 0 0 0 0 3 0 137 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 +USW00094728188501SNOW 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 64 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z +USW00094728188502TMAX 17 0 -78 0 -33 0 6 0 11 0 -17 0 -39 0 11 0 28 0 72 0 -117 0 -39 0 -33 0 -22 0 0 0 78 0 -33 0 -50 0 -72 0 -89 0 -39 0 -44 0 -28 0 -28 0 11 0 0 0 17 0 50 0-9999 -9999 -9999 +USW00094728188502TMIN -78 0 -128 0 -122 0 -44 0 -17 0 -128 0 -156 0 -67 0 -56 0 -117 0 -189 0 -144 0 -72 0 -78 0 -61 0 -33 0 -139 0 -100 0 -117 0 -122 0 -111 0 -94 0 -83 0 -100 0 -44 0 -67 0 -11 0 0 0-9999 -9999 -9999 +USW00094728188502PRCP 3 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 442 0 122 0 0 0 0 0 18 0 46 0 3 0 356 0 0 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 114 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728188502SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 51 Z 71 Z 8 Z 0 Z 0 Z 76 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 165 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728188503TMAX 94 0 56 0 33 0 78 0 50 0 33 0 11 0 6 0 11 0 22 0 -22 0 22 0 -6 0 28 0 72 0 22 0 -39 0 -39 0 -11 0 -61 0 -61 0 -56 0 -33 0 28 0 22 0 78 0 128 0 106 0 44 0 56 0 144 0 +USW00094728188503TMIN 33 0 -11 0 -39 0 17 0 -6 0 -22 0 -11 0 -89 0 -94 0 -72 0 -83 0 -100 0 -139 0 -22 0 11 0 -39 0 -122 0 -133 0 -89 0 -117 0 -122 0 -111 0 -89 0 -78 0 -17 0 -17 0 39 0 17 0 11 0 -11 0 50 0 +USW00094728188503PRCP 64 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 74 0 10 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 66 0 0 0 3 0 +USW00094728188503SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 13 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 76 Z 0 Z 0 Z +USW00094728188504TMAX 156 0 83 0 189 0 128 0 111 0 100 0 100 0 167 0 39 0 44 0 61 0 72 0 72 0 67 0 50 0 106 0 122 0 139 0 167 0 206 0 239 0 272 0 200 0 217 0 194 0 122 0 206 0 144 0 133 0 194 0-9999 +USW00094728188504TMIN 83 0 33 0 44 0 33 0 17 0 44 0 28 0 11 0 -28 0 0 0 6 0 39 0 28 0 -11 0 6 0 33 0 17 0 44 0 39 0 78 0 106 0 150 0 100 0 139 0 122 0 78 0 89 0 83 0 39 0 72 0-9999 +USW00094728188504PRCP 10 0 0 0 0 0 191 0 0 0 3 0 3 0 28 0 0 0 0 0 8 0 3 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 114 0 0 0 188 0 8 0 0 0-9999 +USW00094728188504SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z-9999 +USW00094728188505TMAX 144 0 150 0 117 0 122 0 156 0 144 0 133 0 128 0 150 0 161 0 150 0 167 0 156 0 161 0 278 0 256 0 189 0 211 0 306 0 239 0 200 0 200 0 200 0 211 0 211 0 289 0 278 0 239 0 222 0 189 0 239 0 +USW00094728188505TMIN 67 0 72 0 56 0 61 0 67 0 89 0 94 0 94 0 56 0 83 0 78 0 72 0 94 0 100 0 122 0 117 0 100 0 94 0 144 0 139 0 122 0 122 0 128 0 156 0 167 0 178 0 178 0 144 0 117 0 106 0 161 0 +USW00094728188505PRCP 119 0 10 0 0 0 0 0 0 0 3 0 137 0 41 0 5 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 99 0 0 0 5 0 0 0 0 0 0 0 3 0 15 0 28 0 +USW00094728188505SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188506TMAX 278 0 244 0 250 0 233 0 311 0 233 0 256 0 278 0 183 0 222 0 239 0 244 0 250 0 317 0 267 0 333 0 239 0 250 0 272 0 294 0 256 0 289 0 222 0 267 0 283 0 267 0 272 0 256 0 294 0 211 0-9999 +USW00094728188506TMIN 178 0 150 0 139 0 161 0 139 0 122 0 139 0 128 0 106 0 111 0 133 0 144 0 161 0 189 0 189 0 178 0 156 0 128 0 156 0 178 0 183 0 156 0 111 0 150 0 172 0 206 0 200 0 206 0 167 0 156 0-9999 +USW00094728188506PRCP 0 0 0 0 0 0 0 0 97 0 0 0 0 0 112 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 36 0 25 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0-9999 +USW00094728188506SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188507TMAX 228 0 244 0 250 0 289 0 283 0 278 0 278 0 322 0 356 0 311 0 278 0 267 0 250 0 239 0 289 0 333 0 361 0 339 0 300 0 322 0 372 0 333 0 306 0 306 0 344 0 339 0 267 0 289 0 306 0 283 0 300 0 +USW00094728188507TMIN 150 0 150 0 150 0 178 0 189 0 200 0 217 0 211 0 244 0 228 0 200 0 167 0 178 0 200 0 189 0 228 0 239 0 250 0 206 0 239 0 239 0 256 0 228 0 250 0 267 0 250 0 211 0 194 0 228 0 211 0 222 0 +USW00094728188507PRCP 0 0 0 0 0 0 5 0 56 0 0 0 211 0 0 0 130 0 15 0 0 0 0 0 0 0 305 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 5 0 5 0 0 0 91 0 0 0 0 0 +USW00094728188507SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188508TMAX 317 0 278 0 256 0 294 0 306 0 233 0 211 0 250 0 244 0 272 0 306 0 306 0 306 0 300 0 222 0 228 0 250 0 283 0 283 0 250 0 261 0 306 0 250 0 328 0 256 0 183 0 183 0 200 0 200 0 250 0 261 0 +USW00094728188508TMIN 228 0 222 0 222 0 222 0 194 0 161 0 172 0 178 0 167 0 194 0 228 0 244 0 244 0 200 0 161 0 144 0 156 0 194 0 189 0 161 0 167 0 239 0 206 0 211 0 144 0 122 0 100 0 100 0 133 0 183 0 183 0 +USW00094728188508PRCP 0 0 170 0 620 0 8 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 241 0 0 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 0 0 66 0 0 0 76 0 0 0 0 0 0 0 0 0 79 0 20 0 +USW00094728188508SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188509TMAX 256 0 172 0 211 0 256 0 211 0 189 0 194 0 217 0 272 0 189 0 178 0 211 0 228 0 289 0 283 0 228 0 211 0 250 0 256 0 194 0 194 0 183 0 156 0 183 0 200 0 211 0 256 0 244 0 233 0 244 0-9999 +USW00094728188509TMIN 156 0 122 0 100 0 161 0 133 0 100 0 122 0 133 0 189 0 139 0 94 0 122 0 150 0 183 0 200 0 139 0 117 0 139 0 178 0 128 0 122 0 117 0 72 0 67 0 117 0 117 0 144 0 167 0 144 0 167 0-9999 +USW00094728188509PRCP 0 0 0 0 0 0 0 0 25 0 0 0 0 0 43 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728188509SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188510TMAX 222 0 167 0 228 0 222 0 144 0 117 0 106 0 94 0 122 0 172 0 194 0 128 0 167 0 167 0 144 0 167 0 178 0 167 0 189 0 211 0 183 0 106 0 122 0 128 0 128 0 150 0 172 0 178 0 167 0 144 0 72 0 +USW00094728188510TMIN 150 0 111 0 156 0 111 0 83 0 61 0 44 0 39 0 61 0 67 0 89 0 67 0 94 0 133 0 94 0 83 0 94 0 133 0 111 0 156 0 72 0 56 0 44 0 56 0 50 0 61 0 89 0 100 0 139 0 22 0 17 0 +USW00094728188510PRCP 0 0 5 0 206 0 91 0 0 0 122 0 0 0 3 0 0 0 0 0 0 0 0 0 381 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 198 0 25 0 0 0 +USW00094728188510SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188511TMAX 106 0 117 0 89 0 100 0 167 0 194 0 206 0 194 0 133 0 89 0 117 0 178 0 189 0 100 0 78 0 72 0 100 0 133 0 133 0 44 0 56 0 67 0 33 0 39 0 44 0 28 0 22 0 44 0 44 0 44 0-9999 +USW00094728188511TMIN -11 0 67 0 44 0 50 0 72 0 144 0 156 0 133 0 83 0 56 0 44 0 83 0 89 0 39 0 28 0 17 0 44 0 50 0 6 0 -11 0 6 0 22 0 11 0 11 0 22 0 11 0 -28 0 -39 0 -6 0 0 0-9999 +USW00094728188511PRCP 41 0 335 0 0 0 0 0 0 0 0 0 18 0 279 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 30 0 300 0 41 0 8 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728188511SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188512TMAX 22 0 39 0 56 0 72 0 83 0 11 0 11 0 22 0 144 0 156 0 33 0 33 0 117 0 106 0 33 0 56 0 22 0 56 0 67 0 6 0 61 0 78 0 111 0 94 0 -17 0 -50 0 -22 0 44 0 44 0 67 0 94 0 +USW00094728188512TMIN 0 0 -6 0 17 0 0 0 -17 0 -28 0 -78 0 -89 0 6 0 17 0 -6 0 -22 0 -17 0 33 0 -28 0 0 0 -17 0 6 0 6 0 -44 0 -22 0 -6 0 61 0 -22 0 -50 0 -94 0 -94 0 -22 0 -6 0 -17 0 17 0 +USW00094728188512PRCP 0 0 0 0 3 0 0 0 23 0 0 0 0 0 0 0 119 0 0 0 0 0 0 0 295 0 41 0 0 0 0 0 0 0 15 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 +USW00094728188512SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188601TMAX 61 0 44 0 56 0 122 0 111 0 28 0 -33 0 -28 0 -39 0 -56 0 -89 0 -133 0 -100 0 -67 0 -17 0 -6 0 17 0 0 0 22 0 6 0 22 0 17 0 0 0 -117 0 -11 0 39 0 28 0 28 0 28 0 11 0 6 0 +USW00094728188601TMIN 11 0 -11 0 17 0 33 0 28 0 -89 0 -111 0 -117 0 -94 0 -89 0 -139 0 -167 0 -167 0 -144 0 -128 0 -83 0 -50 0 -67 0 -39 0 -56 0 -28 0 -6 0 -128 0 -144 0 -117 0 -17 0 -11 0 6 0 6 0 -56 0 -72 0 +USW00094728188601PRCP 0 0 0 0 3 0 163 0 254 0 0 0 0 0 3 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 211 0 0 0 36 0 0 0 0 0 18 0 0 0 0 0 119 0 41 0 8 0 58 0 0 0 +USW00094728188601SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0T Z 127 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 102 Z 0 Z 0 Z 0 Z 0 Z 38 Z 0 Z 0 Z 0 Z 0 Z 0 Z 76 Z 0 Z +USW00094728188602TMAX -17 0 -33 0 -61 0 -111 0 -139 0 -67 0 -17 0 28 0 100 0 61 0 44 0 78 0 89 0 83 0 111 0 22 0 -11 0 67 0 89 0 39 0 11 0 50 0 67 0 33 0 100 0 78 0 -78 0 -22 0-9999 -9999 -9999 +USW00094728188602TMIN -89 0 -100 0 -122 0 -178 0 -200 0 -161 0 -94 0 -44 0 -11 0 -6 0 22 0 33 0 22 0 17 0 22 0 -67 0 -89 0 -39 0 17 0 -106 0 -106 0 -22 0 -28 0 -61 0 6 0 -111 0 -128 0 -111 0-9999 -9999 -9999 +USW00094728188602PRCP 0 0 0 0 48 0 25 0 0 0 3 0 0 0 0 0 0 0 0 0 696 0 99 0 71 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 241 0 48 0 0 0 0 0-9999 -9999 -9999 +USW00094728188602SNOW 0 Z 0 Z 89 Z 38 Z 0 Z 8 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728188603TMAX -89 0 -50 0 11 0 39 0 33 0 50 0 50 0 61 0 39 0 39 0 78 0 61 0 83 0 89 0 78 0 156 0 94 0 106 0 83 0 67 0 83 0 72 0 39 0 50 0 139 0 139 0 89 0 122 0 67 0 89 0 167 0 +USW00094728188603TMIN -133 0 -122 0 -67 0 -44 0 -28 0 -39 0 -56 0 0 0 0 0 -22 0 -33 0 17 0 11 0 -11 0 17 0 6 0 -6 0 11 0 33 0 22 0 39 0 22 0 -22 0 -33 0 22 0 78 0 22 0 17 0 39 0 50 0 83 0 +USW00094728188603PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 5 0 0 0 0 0 0 0 0 0 0 0 20 0 56 0 234 0 5 0 0 0 0 0 0 0 0 0 114 0 0 0 99 0 112 0 61 0 +USW00094728188603SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188604TMAX 133 0 117 0 83 0 39 0 50 0 83 0 89 0 61 0 183 0 211 0 111 0 178 0 200 0 206 0 194 0 139 0 172 0 206 0 272 0 233 0 233 0 272 0 289 0 283 0 139 0 194 0 122 0 211 0 150 0 150 0-9999 +USW00094728188604TMIN 94 0 67 0 17 0 -11 0 11 0 39 0 44 0 22 0 11 0 83 0 67 0 56 0 117 0 100 0 89 0 67 0 72 0 61 0 78 0 117 0 89 0 144 0 106 0 133 0 94 0 94 0 83 0 78 0 89 0 61 0-9999 +USW00094728188604PRCP 0 0 0 0 3 0 51 0 74 0 640 0 15 0 0 0 0 0 0 0 0 0 0 0 142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 0 0 0 0 0 0-9999 +USW00094728188604SNOW 0 Z 0 Z 0 Z 8 Z 18 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188605TMAX 144 0 183 0 178 0 217 0 272 0 233 0 206 0 133 0 222 0 156 0 150 0 144 0 128 0 200 0 161 0 194 0 189 0 194 0 194 0 200 0 256 0 289 0 300 0 211 0 167 0 150 0 183 0 222 0 250 0 294 0 228 0 +USW00094728188605TMIN 67 0 78 0 83 0 106 0 150 0 111 0 106 0 106 0 106 0 117 0 100 0 106 0 106 0 111 0 106 0 100 0 78 0 94 0 122 0 133 0 133 0 156 0 178 0 156 0 94 0 72 0 100 0 106 0 117 0 156 0 172 0 +USW00094728188605PRCP 0 0 0 0 0 0 0 0 23 0 0 0 48 0 592 0 0 0 10 0 0 0 36 0 378 0 0 0 18 0 36 0 0 0 0 0 25 0 10 0 0 0 132 0 0 0 48 0 0 0 8 0 8 0 0 0 0 0 0 0 0 0 +USW00094728188605SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188606TMAX 256 0 239 0 217 0 217 0 233 0 256 0 244 0 278 0 256 0 289 0 278 0 267 0 228 0 172 0 228 0 272 0 289 0 250 0 239 0 272 0 267 0 228 0 189 0 211 0 278 0 267 0 267 0 244 0 289 0 256 0-9999 +USW00094728188606TMIN 150 0 150 0 133 0 111 0 128 0 139 0 161 0 156 0 150 0 150 0 183 0 156 0 172 0 150 0 150 0 167 0 217 0 139 0 122 0 139 0 167 0 167 0 167 0 156 0 183 0 178 0 189 0 161 0 172 0 172 0-9999 +USW00094728188606PRCP 0 0 0 0 89 0 0 0 0 0 0 0 0 0 0 0 64 0 15 0 0 0 0 0 0 0 216 0 5 0 0 0 119 0 0 0 0 0 0 0 0 0 25 0 305 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728188606SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188607TMAX 250 0 244 0 322 0 311 0 306 0 333 0 344 0 317 0 300 0 272 0 289 0 272 0 267 0 250 0 283 0 272 0 322 0 300 0 256 0 261 0 217 0 278 0 272 0 278 0 250 0 289 0 289 0 311 0 328 0 344 0 267 0 +USW00094728188607TMIN 150 0 156 0 172 0 211 0 206 0 211 0 228 0 228 0 200 0 172 0 194 0 161 0 156 0 194 0 211 0 217 0 206 0 200 0 183 0 167 0 183 0 172 0 172 0 156 0 194 0 206 0 222 0 206 0 222 0 244 0 211 0 +USW00094728188607PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 119 0 0 0 0 0 0 0 97 0 3 0 178 0 0 0 38 0 30 0 0 0 109 0 3 0 3 0 0 0 0 0 10 0 102 0 0 0 0 0 3 0 5 0 +USW00094728188607SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188608TMAX 278 0 267 0 206 0 217 0 244 0 211 0 189 0 283 0 278 0 278 0 294 0 278 0 294 0 289 0 244 0 244 0 256 0 211 0 250 0 250 0 239 0 244 0 267 0 261 0 244 0 283 0 278 0 322 0 311 0 283 0 233 0 +USW00094728188608TMIN 200 0 156 0 128 0 133 0 133 0 156 0 156 0 150 0 183 0 178 0 206 0 206 0 183 0 183 0 150 0 156 0 178 0 156 0 139 0 139 0 122 0 117 0 128 0 150 0 189 0 172 0 167 0 189 0 217 0 228 0 167 0 +USW00094728188608PRCP 3 0 20 0 0 0 0 0 0 0 23 0 168 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 +USW00094728188608SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188609TMAX 200 0 222 0 228 0 200 0 211 0 211 0 278 0 289 0 239 0 278 0 261 0 267 0 189 0 222 0 228 0 250 0 306 0 233 0 244 0 200 0 167 0 139 0 211 0 228 0 194 0 256 0 272 0 267 0 239 0 183 0-9999 +USW00094728188609TMIN 133 0 106 0 122 0 122 0 144 0 161 0 200 0 194 0 211 0 217 0 167 0 144 0 122 0 117 0 156 0 178 0 211 0 150 0 128 0 89 0 78 0 72 0 111 0 100 0 144 0 167 0 200 0 206 0 111 0 89 0-9999 +USW00094728188609PRCP 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 41 0 3 0 0 0 117 0 0 0 0 0 0 0 30 0 28 0 0 0 20 0 0 0 0 0 0 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728188609SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188610TMAX 178 0 122 0 161 0 189 0 189 0 172 0 178 0 206 0 250 0 233 0 222 0 256 0 206 0 178 0 189 0 83 0 111 0 178 0 144 0 189 0 183 0 172 0 178 0 144 0 189 0 150 0 117 0 122 0 128 0 117 0 117 0 +USW00094728188610TMIN 56 0 39 0 39 0 67 0 89 0 94 0 94 0 89 0 100 0 122 0 117 0 128 0 150 0 139 0 83 0 22 0 6 0 111 0 111 0 122 0 89 0 67 0 89 0 50 0 83 0 100 0 94 0 83 0 106 0 94 0 89 0 +USW00094728188610PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 117 0 411 0 112 0 10 0 61 0 53 0 +USW00094728188610SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188611TMAX 178 0 217 0 194 0 144 0 161 0 161 0 50 0 33 0 78 0 94 0 139 0 89 0 94 0 50 0 83 0 61 0 150 0 178 0 44 0 106 0 94 0 83 0 161 0 178 0 72 0 28 0 22 0 61 0 117 0 117 0-9999 +USW00094728188611TMIN 83 0 106 0 117 0 78 0 56 0 50 0 0 0 -17 0 -6 0 50 0 72 0 50 0 -6 0 -6 0 17 0 6 0 22 0 39 0 6 0 6 0 28 0 22 0 67 0 33 0 17 0 -17 0 -28 0 -17 0 33 0 39 0-9999 +USW00094728188611PRCP 0 0 0 0 0 0 0 0 0 0 178 0 94 0 0 0 0 0 3 0 0 0 229 0 104 0 0 0 0 0 0 0 20 0 124 0 0 0 0 0 0 0 0 0 203 0 3 0 132 0 0 0 0 0 0 0 0 0 33 0-9999 +USW00094728188611SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188612TMAX 67 0 17 0 -44 0 -50 0 -56 0 -33 0 -28 0 17 0 39 0 56 0 100 0 61 0 56 0 39 0 39 0 -72 0 -17 0 72 0 39 0 11 0 39 0 44 0 56 0 128 0 83 0 6 0 28 0 -44 0 -44 0 -33 0 17 0 +USW00094728188612TMIN 6 0 -94 0 -83 0 -89 0 -106 0 -72 0 -61 0 -72 0 -39 0 -22 0 -6 0 17 0 22 0 6 0 -72 0 -100 0 -106 0 -33 0 0 0 -28 0 -33 0 6 0 0 0 39 0 -61 0 -61 0 -50 0 -72 0 -78 0 -89 0 -39 0 +USW00094728188612PRCP 0 0 0 0 0 0 0 0 94 0 0 0 41 0 0 0 0 0 0 0 0 0 3 0 28 0 0 0 43 0 5 0 0 0 290 0 0 0 0 0 0 0 0 0 5 0 46 0 0 0 0 0 0 0 0 0 0 0 10 0 145 0 +USW00094728188612SNOW 0T Z 0 Z 0 Z 0 Z 135 Z 0 Z 51 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 51 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0T Z 25 Z +USW00094728188701TMAX 33 0 -61 0 -94 0 -17 0 28 0 6 0 -33 0 -89 0 -50 0 -39 0 -67 0 17 0 50 0 33 0 33 0 28 0 56 0 -28 0 -39 0 44 0 83 0 44 0 167 0 133 0 83 0 67 0 -17 0 94 0 117 0 56 0 50 0 +USW00094728188701TMIN -61 0 -133 0 -139 0 -133 0 -61 0 -44 0 -89 0 -139 0 -117 0 -94 0 -117 0 -72 0 -22 0 11 0 -39 0 -44 0 -28 0 -156 0 -156 0 -44 0 -17 0 -28 0 33 0 -6 0 -22 0 -106 0 -128 0 -39 0 22 0 17 0 -11 0 +USW00094728188701PRCP 180 0 0 0 0 0 0 0 175 0 15 0 0 0 0 0 64 0 5 0 0 0 0 0 38 0 259 0 0 0 0 0 69 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 36 0 0 0 0 0 213 0 3 0 0 0 +USW00094728188701SNOW 0 Z 0 Z 0 Z 0 Z 51 Z 0T Z 0 Z 0 Z 102 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188702TMAX -11 0 -22 0 17 0 17 0 -11 0 33 0 33 0 39 0 56 0 94 0 172 0 -17 0 -56 0 17 0 72 0 72 0 61 0 117 0 111 0 17 0 22 0 50 0 39 0 89 0 -22 0 22 0 28 0 -61 0-9999 -9999 -9999 +USW00094728188702TMIN -61 0 -67 0 -39 0 -72 0 -100 0 -33 0 -6 0 -6 0 -6 0 -11 0 -17 0 -78 0 -106 0 -100 0 17 0 33 0 17 0 11 0 17 0 -22 0 -28 0 -6 0 -22 0 -22 0 -72 0 -61 0 -78 0 -94 0-9999 -9999 -9999 +USW00094728188702PRCP 0 0 132 0 91 0 0 0 0 0 3 0 81 0 48 0 0 0 8 0 0 0 0 0 0 0 0 0 114 0 0 0 0 0 381 0 0 0 23 0 3 0 25 0 5 0 132 0 0 0 467 0 0 0 0 0-9999 -9999 -9999 +USW00094728188702SNOW 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 Z 0T Z 13 Z 0 Z 0T Z 0 Z 127 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728188703TMAX -17 0 61 0 44 0 -6 0 17 0 17 0 39 0 67 0 67 0 61 0 -6 0 44 0 72 0 72 0 -11 0 -11 0 17 0 44 0 61 0 67 0 94 0 50 0 11 0 89 0 78 0 22 0 28 0 94 0 -17 0 6 0 44 0 +USW00094728188703TMIN -83 0 -44 0 -28 0 -44 0 -83 0 -6 0 -6 0 -6 0 -22 0 -22 0 -56 0 -56 0 -28 0 -61 0 -94 0 -56 0 -50 0 -44 0 0 0 6 0 11 0 6 0 -33 0 -39 0 0 0 -44 0 -56 0 -17 0 -72 0 -89 0 -50 0 +USW00094728188703PRCP 0 0 0 0 0 0 0 0 38 0 64 0 0 0 0 0 0 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 5 0 241 0 0 0 0 0 3 0 0 0 13 0 330 0 0 0 0 0 0 0 +USW00094728188703SNOW 0 Z 0 Z 0 Z 0 Z 38 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0T Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z +USW00094728188704TMAX 22 0 50 0 150 0 206 0 122 0 44 0 78 0 106 0 172 0 261 0 256 0 128 0 78 0 89 0 111 0 128 0 83 0 33 0 61 0 128 0 156 0 178 0 111 0 167 0 133 0 156 0 161 0 128 0 144 0 128 0-9999 +USW00094728188704TMIN -11 0 -6 0 6 0 61 0 -33 0 -44 0 -6 0 -6 0 28 0 94 0 89 0 56 0 33 0 11 0 44 0 44 0 17 0 -11 0 -17 0 11 0 28 0 61 0 83 0 83 0 56 0 39 0 72 0 89 0 61 0 61 0-9999 +USW00094728188704PRCP 8 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 8 0 0 0 249 0 0 0 0 0 0 0 0 0 180 0 0 0 112 0 46 0 0 0 53 0 15 0 0 0-9999 +USW00094728188704SNOW 13 Z 38 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 76 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188705TMAX 222 0 217 0 222 0 256 0 217 0 183 0 128 0 167 0 244 0 244 0 294 0 244 0 178 0 211 0 228 0 211 0 217 0 217 0 289 0 306 0 306 0 272 0 272 0 261 0 289 0 256 0 239 0 172 0 189 0 233 0 178 0 +USW00094728188705TMIN 78 0 122 0 100 0 117 0 133 0 106 0 94 0 106 0 133 0 117 0 156 0 144 0 94 0 72 0 106 0 100 0 89 0 122 0 133 0 161 0 183 0 156 0 178 0 194 0 194 0 178 0 144 0 122 0 106 0 139 0 128 0 +USW00094728188705PRCP 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 41 0 0 0 0 0 8 0 +USW00094728188705SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188706TMAX 261 0 267 0 239 0 267 0 189 0 189 0 200 0 244 0 300 0 211 0 233 0 283 0 283 0 261 0 222 0 289 0 294 0 244 0 278 0 283 0 300 0 278 0 222 0 267 0 250 0 250 0 250 0 278 0 317 0 328 0-9999 +USW00094728188706TMIN 128 0 178 0 167 0 161 0 144 0 133 0 156 0 172 0 183 0 139 0 111 0 117 0 139 0 156 0 133 0 128 0 211 0 167 0 150 0 189 0 200 0 211 0 194 0 183 0 172 0 172 0 161 0 172 0 178 0 211 0-9999 +USW00094728188706PRCP 660 0 0 0 13 0 0 0 0 0 0 0 13 0 3 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 18 0 71 0 147 0 498 0 445 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728188706SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188707TMAX 333 0 328 0 328 0 311 0 261 0 300 0 333 0 333 0 300 0 283 0 272 0 317 0 333 0 289 0 256 0 356 0 317 0 306 0 256 0 283 0 228 0 289 0 294 0 272 0 317 0 311 0 317 0 311 0 322 0 328 0 322 0 +USW00094728188707TMIN 211 0 217 0 217 0 228 0 222 0 222 0 239 0 233 0 239 0 200 0 194 0 189 0 222 0 206 0 178 0 200 0 222 0 222 0 194 0 183 0 206 0 228 0 244 0 233 0 244 0 233 0 239 0 233 0 239 0 228 0 239 0 +USW00094728188707PRCP 0 0 0 0 0 0 0 0 28 0 157 0 0 0 0 0 36 0 18 0 0 0 0 0 0 0 0 0 0 0 15 0 236 0 13 0 18 0 0 0 160 0 28 0 432 0 165 0 0 0 3 0 8 0 0 0 23 0 0 0 5 0 +USW00094728188707SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188708TMAX 317 0 294 0 278 0 272 0 267 0 294 0 228 Z 256 0 256 0 267 0 267 0 300 0 233 0 244 0 200 0 256 0 272 0 278 0 283 0 228 0 261 0 272 0 278 0 222 0 206 0 194 0 222 0 211 0 222 0 217 0 233 0 +USW00094728188708TMIN 233 0 211 0 211 0 211 0 206 0 200 0 167 Z 144 0 156 0 167 0 206 0 183 0 161 0 156 0 178 0 183 0 178 0 206 0 194 0 172 0 156 0 194 0 200 0 194 0 128 0 117 0 106 0 133 0 144 0 139 0 133 0 +USW00094728188708PRCP 0 0 38 0 0 0 0 0 0 0 61 0 0 Z 0 0 0 0 0 0 104 0 0 0 0 0 0 0 0 0 0 0 0 0 203 0 0 0 0 0 0 0 406 0 0 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728188708SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188709TMAX 244 0 228 0 222 0 233 0 267 0 244 0 294 0 211 0 217 0 244 0 167 0 172 0 194 0 239 0 244 0 172 0 200 0 217 0 244 0 189 0 228 0 206 0 150 0 111 0 128 0 133 0 167 0 161 0 189 0 183 0-9999 +USW00094728188709TMIN 150 0 161 0 139 0 122 0 150 0 167 0 200 0 139 0 111 0 156 0 117 0 150 0 150 0 189 0 167 0 106 0 83 0 94 0 128 0 133 0 133 0 150 0 83 0 61 0 44 0 61 0 61 0 117 0 150 0 161 0-9999 +USW00094728188709PRCP 0 0 3 0 0 0 0 0 0 0 18 0 10 0 0 0 0 0 15 0 15 0 191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 81 0 0 0 0 0 0 0 0 0 28 0 71 0 56 0-9999 +USW00094728188709SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188710TMAX 172 0 211 0 211 0 194 0 161 0 178 0 250 0 244 0 239 0 244 0 200 0 94 0 161 0 117 0 100 0 144 0 189 0 189 0 117 0 133 0 139 0 61 0 128 0 156 0 67 0 78 0 106 0 111 0 156 0 94 0 89 0 +USW00094728188710TMIN 156 0 144 0 133 0 106 0 94 0 94 0 122 0 128 0 161 0 172 0 67 0 44 0 56 0 33 0 11 0 28 0 78 0 117 0 89 0 67 0 44 0 28 0 11 0 61 0 39 0 6 0 61 0 72 0 78 0 0 0 -17 0 +USW00094728188710PRCP 36 0 10 0 3 0 0 0 0 0 0 0 0 0 0 0 18 0 8 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 13 0 229 0 272 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 +USW00094728188710SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188711TMAX 61 0 122 0 161 0 178 0 44 0 106 0 133 0 150 0 67 0 117 0 39 0 39 0 67 0 89 0 89 0 78 0 117 0 50 0 100 0 50 0 33 0 50 0 78 0 72 0 83 0 161 0 172 0 167 0 6 0 -6 0-9999 +USW00094728188711TMIN 11 0 -11 0 50 0 28 0 11 0 6 0 44 0 44 0 -11 0 33 0 -11 0 11 0 11 0 11 0 56 0 44 0 39 0 17 0 11 0 -39 0 -44 0 -11 0 11 0 44 0 56 0 61 0 72 0 -17 0 -50 0 -83 0-9999 +USW00094728188711PRCP 114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 155 0 8 0 0 0 0 0 8 0 53 0 0 0 0 0 0 0 94 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 0 0 0 0-9999 +USW00094728188711SNOW 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188712TMAX -50 0 22 0 72 0 89 0 100 0 61 0 72 0 94 0 72 0 128 0 144 0 117 0 61 0 78 0 61 0 28 0 11 0 11 0 28 0 28 0 50 0 6 0 -22 0 0 0 -6 0 -11 0 22 0 100 0 -56 0 -61 0 -6 0 +USW00094728188712TMIN -117 0 -78 0 6 0 22 0 11 0 -11 0 -6 0 22 0 -6 0 44 0 117 0 28 0 6 0 6 0 28 0 -22 0 -22 0 -17 0 -22 0 -39 0 6 0 -67 0 -72 0 -44 0 -56 0 -56 0 -44 0 -67 0 -106 0 -106 0 -111 0 +USW00094728188712PRCP 0 0 0 0 0 0 0 0 56 0 0 0 0 0 0 0 0 0 152 0 89 0 3 0 0 0 0 0 178 0 0 0 23 0 180 0 0 0 28 0 33 0 0 0 0 0 0 0 0 0 25 0 0 0 300 0 0 0 0 0 48 0 +USW00094728188712SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z 114 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 51 Z 0 Z 0 Z 0 Z 0 Z 38 Z +USW00094728188801TMAX 122 0 100 0 0 0 11 0 -6 0 0 0 56 0 50 0 0 0 28 0 -22 0 -56 0 72 0 44 0 33 0 -56 0 11 0 -11 0 -67 0 -44 0 -89 0 -100 0 -44 0 -67 0 17 0 11 0 -100 0 -122 0 -67 0 -22 0 6 0 +USW00094728188801TMIN -6 0 -33 0 -39 0 -50 0 -67 0 -83 0 -17 0 -33 0 -33 0 -28 0 -100 0 -117 0 -56 0 -28 0 -56 0 -111 0 -106 0 -89 0 -94 0 -100 0 -172 0 -178 0 -139 0 -139 0 -161 0 -100 0 -156 0 -161 0 -139 0 -72 0 -44 0 +USW00094728188801PRCP 521 0 0 0 0 0 0 0 0 0 66 0 5 0 5 0 0 0 36 0 0 0 0 0 282 0 0 0 0 0 0 0 94 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 216 0 13 0 0 0 0 0 0 0 0 0 23 0 +USW00094728188801SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 0T Z 0 Z 0 Z 33 Z 0 Z 0 Z 64 Z 0 Z 0 Z 0 Z 89 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 33 Z 0T Z 0 Z 0 Z 0 Z 0 Z 51 Z +USW00094728188802TMAX -17 0 6 0 22 0 72 0 72 0 22 0 22 0 22 0 -61 0 -83 0 -11 0 -17 0 56 0 78 0 44 0 -78 0 44 0 61 0 50 0 111 0 106 0 44 0 56 0 67 0 56 0 56 0 -6 0 -67 0 -17 0-9999 -9999 +USW00094728188802TMIN -100 0 -61 0 -39 0 -44 0 22 0 -50 0 -44 0 -61 0 -139 0 -150 0 -83 0 -67 0 -33 0 -17 0 -161 0 -172 0 -78 0 -11 0 -17 0 22 0 17 0 -17 0 -22 0 0 0 22 0 -6 0 -94 0 -133 0 -83 0-9999 -9999 +USW00094728188802PRCP 0 0 0 0 0 0 64 0 3 0 0 0 53 0 15 0 0 0 33 0 147 0 15 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 135 0 0 0 0 0 0 0 0 0 396 0 23 0 0 0 0 0 0 0-9999 -9999 +USW00094728188802SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 51 Z 0 Z 25 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 +USW00094728188803TMAX 44 0 6 0 28 0 -44 0 -56 0 -50 0 -11 0 -6 0 44 0 72 0 56 0 6 0 -111 0 28 0 33 0 72 0 17 0 6 0 44 0 94 0 122 0 28 0 -67 0 -33 0 11 0 22 0 56 0 100 0 61 0 133 0 139 0 +USW00094728188803TMIN -22 0 -28 0 -94 0 -111 0 -111 0 -122 0 -83 0 -61 0 -50 0 -28 0 6 0 -133 0 -144 0 -111 0 -22 0 6 0 -72 0 -106 0 -61 0 28 0 22 0 -72 0 -100 0 -111 0 -89 0 -17 0 11 0 28 0 33 0 22 0 33 0 +USW00094728188803PRCP 0 0 0 0 13 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 165 0 368 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 15 0 185 0 0 0 0 0 0 0 0 0 279 0 61 0 0 0 79 0 0 0 0 0 +USW00094728188803SNOW 0 Z 0 Z 0 Z 0 Z 8 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 419 Z 76 Z 36 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 25 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188803SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 254 Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728188804TMAX 100 0 150 0 67 0 111 0 94 0 156 0 111 0 50 0 106 0 78 0 117 0 89 0 72 0 94 0 83 0 100 0 100 0 117 0 139 0 83 0 72 0 100 0 106 0 72 0 133 0 183 0 183 0 244 0 283 0 233 0-9999 +USW00094728188804TMIN 11 0 33 0 6 0 11 0 50 0 89 0 11 0 -22 0 -11 0 22 0 67 0 11 0 -22 0 44 0 33 0 28 0 11 0 72 0 56 0 28 0 17 0 11 0 33 0 6 0 -6 0 44 0 67 0 78 0 150 0 111 0-9999 +USW00094728188804PRCP 3 0 0 0 0 0 0 0 282 0 58 0 0 0 0 0 0 0 279 0 0 0 15 0 0 0 18 0 0 0 30 0 0 0 0 0 0 0 38 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728188804SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188805TMAX 156 0 94 0 122 0 111 0 239 0 194 0 217 0 139 0 228 0 250 0 194 0 228 0 172 0 189 0 106 0 111 0 144 0 144 0 194 0 161 0 211 0 206 0 156 0 167 0 172 0 144 0 211 0 172 0 289 0 250 0 222 0 +USW00094728188805TMIN 78 0 61 0 50 0 72 0 106 0 106 0 117 0 106 0 100 0 172 0 167 0 139 0 128 0 106 0 72 0 67 0 44 0 100 0 100 0 94 0 72 0 89 0 94 0 122 0 139 0 128 0 139 0 133 0 150 0 194 0 183 0 +USW00094728188805PRCP 20 0 0 0 0 0 13 0 23 0 0 0 0 0 0 0 5 0 48 0 414 0 20 0 13 0 112 0 43 0 0 0 0 0 15 0 127 0 0 0 0 0 0 0 3 0 91 0 28 0 41 0 0 0 66 0 292 0 43 0 10 0 +USW00094728188805SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188806TMAX 228 0 222 0 206 0 239 0 267 0 306 0 239 0 267 0 267 0 278 0 256 0 239 0 222 0 278 0 317 0 283 0 311 0 322 0 283 0 317 0 306 0 339 0 356 0 356 0 317 0 283 0 244 0 200 0 194 0 261 0-9999 +USW00094728188806TMIN 133 0 111 0 106 0 106 0 139 0 161 0 156 0 156 0 150 0 150 0 150 0 133 0 139 0 150 0 200 0 211 0 200 0 200 0 183 0 172 0 183 0 189 0 250 0 233 0 228 0 217 0 178 0 122 0 111 0 139 0-9999 +USW00094728188806PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 13 0 0 0 251 0 0 0 262 0 10 0 13 0-9999 +USW00094728188806SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188807TMAX 211 0 233 0 278 0 294 0 306 0 283 0 317 0 267 0 206 0 250 0 294 0 256 0 211 0 267 0 267 0 267 0 256 0 244 0 233 0 256 0 261 0 261 0 306 0 300 0 272 0 278 0 222 0 278 0 239 0 256 0 289 0 +USW00094728188807TMIN 150 0 133 0 150 0 167 0 189 0 194 0 206 0 172 0 172 0 167 0 167 0 144 0 122 0 144 0 150 0 156 0 161 0 150 0 183 0 200 0 178 0 200 0 200 0 194 0 161 0 172 0 183 0 167 0 156 0 172 0 194 0 +USW00094728188807PRCP 3 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 79 0 15 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 178 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 0 0 0 0 10 0 10 0 +USW00094728188807SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188808TMAX 278 0 267 0 294 0 344 0 311 0 278 0 306 0 267 0 317 0 261 0 244 0 222 0 222 0 250 0 289 0 344 0 306 0 272 0 283 0 289 0 222 0 211 0 211 0 267 0 289 0 289 0 267 0 211 0 244 0 283 0 261 0 +USW00094728188808TMIN 211 0 161 0 189 0 217 0 228 0 228 0 211 0 233 0 217 0 178 0 161 0 189 0 150 0 139 0 178 0 233 0 250 0 228 0 206 0 194 0 172 0 133 0 117 0 150 0 178 0 183 0 139 0 117 0 122 0 161 0 189 0 +USW00094728188808PRCP 137 0 0 0 0 0 569 0 3 0 0 0 0 0 5 0 0 0 0 0 0 0 119 0 5 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 1064 0 33 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 +USW00094728188808SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188809TMAX 267 0 244 0 233 0 211 0 233 0 139 0 172 0 244 0 217 0 233 0 206 0 267 0 211 0 206 0 222 0 222 0 228 0 244 0 211 0 233 0 217 0 189 0 183 0 206 0 144 0 211 0 211 0 150 0 117 0 111 0-9999 +USW00094728188809TMIN 211 0 172 0 156 0 167 0 139 0 94 0 78 0 133 0 200 0 178 0 144 0 150 0 128 0 94 0 111 0 150 0 211 0 189 0 178 0 183 0 150 0 133 0 133 0 117 0 94 0 122 0 139 0 78 0 56 0 44 0-9999 +USW00094728188809PRCP 33 0 0 0 0 0 0 0 0 0 0 0 0 0 424 0 203 0 64 0 246 0 25 0 183 0 0 0 0 0 41 0 290 0 74 0 0 0 114 0 330 0 0 0 0 0 0 0 15 0 30 0 0 0 0 0 0 0 0 0-9999 +USW00094728188809SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188810TMAX 156 0 172 0 83 0 128 0 189 0 167 0 167 0 133 0 61 0 111 0 94 0 128 0 139 0 94 0 122 0 150 0 133 0 117 0 133 0 122 0 61 0 89 0 111 0 139 0 167 0 128 0 150 0 150 0 111 0 78 0 150 0 +USW00094728188810TMIN 72 0 67 0 33 0 28 0 89 0 128 0 83 0 50 0 28 0 17 0 22 0 89 0 78 0 67 0 39 0 83 0 83 0 56 0 28 0 61 0 11 0 6 0 61 0 78 0 56 0 72 0 94 0 61 0 56 0 33 0 28 0 +USW00094728188810PRCP 8 0 3 0 0 0 0 0 0 0 521 0 0 0 0 0 0 0 0 0 0 0 53 0 3 0 5 0 0 0 15 0 69 0 0 0 89 0 13 0 0 0 0 0 41 0 58 0 0 0 0 0 188 0 36 0 0 0 0 0 0 0 +USW00094728188810SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188811TMAX 206 0 222 0 172 0 150 0 156 0 200 0 161 0 106 0 200 0 194 0 106 0 106 0 111 0 133 0 128 0 150 0 61 0 61 0 139 0 89 0 11 0 11 0 6 0 39 0 6 0 50 0 78 0 72 0 56 0 78 0-9999 +USW00094728188811TMIN 89 0 117 0 67 0 61 0 89 0 133 0 83 0 72 0 100 0 106 0 44 0 28 0 22 0 61 0 94 0 44 0 -11 0 -11 0 61 0 -17 0 -56 0 -44 0 -83 0 -17 0 -22 0 -17 0 39 0 33 0 33 0 33 0-9999 +USW00094728188811PRCP 0 0 0 0 10 0 0 0 0 0 3 0 0 0 25 0 79 0 366 0 0 0 0 0 0 0 0 0 307 0 3 0 0 0 0 0 127 0 0 0 0 0 0 0 0 0 0 0 30 0 71 0 3 0 0 0 0 0 3 0-9999 +USW00094728188811SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188812TMAX 56 0 67 0 33 0 39 0 83 0 61 0 44 0 83 0 61 0 56 0 44 0 28 0 -11 0 -56 0 11 0 100 0 128 0 111 0 -17 0 -28 0 6 0 -61 0 22 0 83 0 106 0 122 0 122 0 33 0 33 0 72 0 61 0 +USW00094728188812TMIN 6 0 -6 0 0 0 0 0 17 0 -28 0 -28 0 22 0 28 0 0 0 22 0 -22 0 -72 0 -94 0 -67 0 -17 0 100 0 -17 0 -83 0 -83 0 -89 0 -128 0 -72 0 -17 0 11 0 44 0 11 0 0 0 -11 0 -11 0 33 0 +USW00094728188812PRCP 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 66 0 0 0 79 0 0 0 0 0 0 0 0 0 0 0 579 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 94 0 0 0 0 0 0 0 13 0 +USW00094728188812SNOW 0T Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188901TMAX 61 0 28 0 61 0 100 0 50 0 61 0 44 0 72 0 122 0 50 0 33 0 22 0 56 0 28 0 17 0 72 0 139 0 83 0 6 0 17 0 39 0 6 0 56 0 67 0 67 0 61 0 56 0 44 0 -17 0 11 0 78 0 +USW00094728188901TMIN 17 0 6 0 11 0 17 0 33 0 33 0 28 0 17 0 28 0 17 0 0 0 -17 0 -17 0 -33 0 -61 0 -11 0 72 0 6 0 -83 0 -94 0 -17 0 -39 0 -39 0 -22 0 6 0 -11 0 28 0 -17 0 -78 0 -78 0 0 0 +USW00094728188901PRCP 0 0 0 0 0 0 0 0 89 0 221 0 28 0 0 0 150 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 173 0 0 0 0 0 102 0 345 0 0 0 0 0 3 0 0 0 0 0 142 0 0 0 0 0 0 0 0 0 +USW00094728188901SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 102 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188902TMAX 6 0 28 0 50 0 0 0 94 0 44 0 -44 0 11 0 44 0 11 0 28 0 -11 0 -61 0 -22 0 28 0 39 0 78 0 44 0 28 0 -17 0 17 0 44 0 -11 0 -50 0 -33 0 17 0 39 0 56 0-9999 -9999 -9999 +USW00094728188902TMIN -61 0 -61 0 -56 0 -94 0 0 0 -106 0 -111 0 -83 0 -22 0 -39 0 -39 0 -67 0 -106 0 -106 0 -67 0 -44 0 39 0 28 0 -44 0 -61 0 -61 0 -11 0 -150 0 -161 0 -89 0 -89 0 -11 0 -6 0-9999 -9999 -9999 +USW00094728188902PRCP 0 0 0 0 0 0 0 0 3 0 51 0 0 0 13 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 297 0 142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 8 0 33 0 0 0-9999 -9999 -9999 +USW00094728188902SNOW 0 Z 0 Z 0T Z 0 Z 0 Z 38 Z 0 Z 51 Z 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z 13 Z 38 Z 0 Z-9999 -9999 -9999 +USW00094728188903TMAX 78 0 67 0 83 0 50 0 72 0 78 0 72 0 33 0 22 0 28 0 39 0 111 0 161 0 106 0 61 0 100 0 50 0 83 0 89 0 44 0 28 0 111 0 156 0 161 0 106 0 72 0 117 0 111 0 111 0 33 0 39 0 +USW00094728188903TMIN -11 0 11 0 28 0 28 0 33 0 28 0 6 0 -6 0 -17 0 -22 0 -22 0 -6 0 33 0 17 0 11 0 11 0 22 0 28 0 44 0 11 0 6 0 17 0 33 0 44 0 -6 0 -39 0 22 0 11 0 0 0 -39 0 -6 0 +USW00094728188903PRCP 0 0 0 0 30 0 152 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 41 0 0 0 0 0 41 0 254 0 0 0 0 0 0 0 0 0 0 0 3 0 5 0 0 0 10 0 71 0 +USW00094728188903SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 76 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 Z 13 Z +USW00094728188904TMAX 56 0 94 0 122 0 100 0 72 0 72 0 78 0 117 0 150 0 150 0 178 0 200 0 128 0 144 0 128 0 117 0 133 0 178 0 233 0 217 0 256 0 122 0 133 0 183 0 200 0 156 0 150 0 172 0 172 0 161 0-9999 +USW00094728188904TMIN 22 0 22 0 56 0 22 0 11 0 28 0 33 0 33 0 39 0 67 0 39 0 128 0 33 0 17 0 50 0 44 0 61 0 106 0 128 0 117 0 83 0 50 0 28 0 89 0 117 0 122 0 122 0 128 0 89 0 78 0-9999 +USW00094728188904PRCP 150 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 109 0 36 0 0 0 0 0 0 0 23 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 178 0 478 0 391 0 10 0 3 0 0 0-9999 +USW00094728188904SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188905TMAX 139 0 139 0 111 0 178 0 261 0 272 0 239 0 217 0 289 0 328 0 256 0 250 0 217 0 256 0 272 0 256 0 267 0 272 0 228 0 228 0 278 0 206 0 194 0 244 0 211 0 161 0 128 0 211 0 194 0 233 0 233 0 +USW00094728188905TMIN 67 0 61 0 56 0 56 0 106 0 150 0 111 0 100 0 122 0 167 0 172 0 161 0 144 0 150 0 172 0 150 0 178 0 156 0 183 0 189 0 178 0 122 0 100 0 100 0 156 0 100 0 111 0 106 0 72 0 111 0 183 0 +USW00094728188905PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 8 0 0 0 3 0 5 0 0 0 0 0 0 0 0 0 94 0 147 0 69 0 0 0 0 0 0 0 0 0 165 0 198 0 0 0 0 0 0 0 8 0 +USW00094728188905SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188906TMAX 211 0 256 0 239 0 256 0 211 0 200 0 250 0 272 0 328 0 311 0 283 0 217 0 261 0 289 0 289 0 306 0 289 0 206 0 233 0 283 0 272 0 233 0 222 0 217 0 233 0 261 0 272 0 289 0 300 0 294 0-9999 +USW00094728188906TMIN 183 0 167 0 139 0 161 0 150 0 128 0 111 0 172 0 206 0 211 0 194 0 161 0 150 0 194 0 211 0 206 0 206 0 156 0 122 0 189 0 172 0 156 0 128 0 122 0 139 0 178 0 200 0 200 0 206 0 200 0-9999 +USW00094728188906PRCP 112 0 0 0 0 0 0 0 53 0 0 0 0 0 0 0 10 0 0 0 155 0 23 0 0 0 0 0 188 0 0 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0-9999 +USW00094728188906SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188907TMAX 256 0 244 0 261 0 283 0 272 0 267 0 300 0 317 0 294 0 222 0 272 0 311 0 283 0 300 0 233 0 256 0 289 0 283 0 272 0 294 0 283 0 289 0 289 0 250 0 256 0 250 0 228 0 250 0 311 0 289 0 256 0 +USW00094728188907TMIN 211 0 217 0 217 0 172 0 167 0 167 0 183 0 206 0 217 0 206 0 200 0 211 0 217 0 217 0 161 0 144 0 178 0 156 0 211 0 217 0 194 0 200 0 194 0 167 0 161 0 167 0 189 0 189 0 228 0 217 0 206 0 +USW00094728188907PRCP 13 0 180 0 61 0 254 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 226 0 0 0 0 0 0 0 48 0 500 0 0 0 0 0 3 0 0 0 0 0 3 0 673 0 15 0 13 0 429 0 582 0 +USW00094728188907SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188908TMAX 267 0 289 0 278 0 267 0 244 0 261 0 256 0 244 0 250 0 278 0 239 0 228 0 256 0 250 0 250 0 239 0 239 0 250 0 261 0 278 0 306 0 283 0 228 0 272 0 261 0 222 0 217 0 211 0 256 0 289 0 283 0 +USW00094728188908TMIN 222 0 222 0 211 0 194 0 189 0 167 0 172 0 150 0 183 0 206 0 156 0 128 0 161 0 211 0 161 0 139 0 156 0 150 0 156 0 200 0 206 0 228 0 189 0 189 0 189 0 167 0 150 0 128 0 139 0 156 0 183 0 +USW00094728188908PRCP 432 0 8 0 135 0 0 0 43 0 0 0 38 0 0 0 36 0 58 0 0 0 0 0 0 0 279 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728188908SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188909TMAX 256 0 267 0 261 0 256 0 267 0 278 0 244 0 233 0 239 0 206 0 200 0 200 0 211 0 250 0 250 0 267 0 278 0 200 0 172 0 167 0 172 0 150 0 194 0 167 0 183 0 233 0 150 0 167 0 194 0 206 0-9999 +USW00094728188909TMIN 183 0 161 0 167 0 167 0 172 0 222 0 194 0 189 0 183 0 167 0 167 0 183 0 183 0 206 0 211 0 222 0 200 0 144 0 117 0 111 0 100 0 89 0 78 0 106 0 122 0 122 0 94 0 94 0 89 0 150 0-9999 +USW00094728188909PRCP 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 137 0 140 0 480 0 376 0 13 0 3 0 71 0 239 0 48 0 0 0 38 0 0 0 0 0 0 0 5 0 152 0 43 0 0 0 0 0 0 0 10 0-9999 +USW00094728188909SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188910TMAX 228 0 150 0 167 0 183 0 156 0 156 0 106 0 106 0 144 0 150 0 172 0 194 0 117 0 72 0 139 0 117 0 150 0 150 0 161 0 211 0 106 0 122 0 56 0 67 0 94 0 111 0 161 0 139 0 89 0 83 0 106 0 +USW00094728188910TMIN 139 0 78 0 56 0 72 0 44 0 89 0 50 0 44 0 44 0 72 0 67 0 100 0 67 0 56 0 67 0 56 0 44 0 67 0 50 0 106 0 44 0 17 0 6 0 0 0 33 0 72 0 111 0 72 0 67 0 56 0 72 0 +USW00094728188910PRCP 58 0 0 0 0 0 0 0 0 0 76 0 5 0 0 0 0 0 3 0 0 0 64 0 79 0 102 0 3 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 15 0 175 0 5 0 0 0 0 0 28 0 +USW00094728188910SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728188911TMAX 144 0 156 0 172 0 139 0 78 0 89 0 106 0 100 0 128 0 100 0 106 0 133 0 117 0 156 0 72 0 22 0 50 0 83 0 117 0 100 0 100 0 106 0 100 0 100 0 83 0 61 0 133 0 133 0 44 0 11 0-9999 +USW00094728188911TMIN 83 0 106 0 72 0 56 0 33 0 22 0 22 0 72 0 83 0 67 0 56 0 61 0 89 0 72 0 -17 0 -39 0 -39 0 28 0 67 0 67 0 39 0 67 0 56 0 33 0 6 0 -6 0 33 0 44 0 -22 0 -28 0-9999 +USW00094728188911PRCP 0 0 18 0 127 0 0 0 0 0 0 0 0 0 25 0 927 0 8 0 5 0 0 0 155 0 0 0 0 0 0 0 0 0 0 0 269 0 3 0 127 0 0 0 0 0 3 0 89 0 0 0 546 0 239 0 0 0 0 0-9999 +USW00094728188911SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728188912TMAX 56 0 94 0 89 0 -56 0 44 0 56 0 67 0 122 0 156 0 89 0 133 0 83 0 139 0 28 0 -6 0 50 0 50 0 67 0 117 0 94 0 100 0 111 0 67 0 89 0 178 0 167 0 28 0 72 0 117 0 117 0 0 0 +USW00094728188912TMIN -17 0 6 0 -56 0 -106 0 -61 0 6 0 -6 0 22 0 89 0 28 0 50 0 28 0 28 0 -44 0 -61 0 -17 0 17 0 44 0 56 0 39 0 22 0 17 0 17 0 11 0 61 0 28 0 -6 0 11 0 0 0 -28 0 -56 0 +USW00094728188912PRCP 0 0 0 0 20 0 0 0 5 0 0 0 0 0 86 0 8 0 0 0 48 0 0 0 0 0 188 0 0 0 0 0 30 0 41 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 0 0 0 0 0 0 0 0 0 0 +USW00094728188912SNOW 0 Z 0 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 140 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189001TMAX 106 0 172 0 89 0 39 0 111 0 139 0 128 0 72 0 22 0 22 0 44 0 178 0 178 0 33 0 78 0 128 0 -17 0 39 0 67 0 128 0 39 0 -11 0 -28 0 -6 0 33 0 83 0 100 0 -6 0 89 0 78 0 67 0 +USW00094728189001TMIN -6 0 94 0 -6 0 -28 0 39 0 100 0 56 0 -11 0 -56 0 -39 0 -44 0 44 0 22 0 -17 0 0 0 -39 0 -67 0 -11 0 -28 0 28 0 -6 0 -94 0 -94 0 -39 0 -50 0 22 0 -11 0 -50 0 -28 0 28 0 11 0 +USW00094728189001PRCP 0 Z 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 8 0 3 0 0 0 0 0 0 0 320 0 64 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 8 0 84 0 0 0 +USW00094728189001SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189002TMAX 61 0 44 0 106 0 67 0 200 0 6 Z 44 0 128 0 17 0 6 0 44 0 83 0 89 0 111 0 89 0 33 0 94 0 178 0 44 0 56 0 -44 0 -6 0 72 0 61 0 94 0 183 0 83 0 72 0-9999 -9999 -9999 +USW00094728189002TMIN 6 0 0 0 33 0 50 0 6 0 -44 0 -72 0 -11 0 -28 0 -56 0 -28 0 11 0 -6 0 22 0 -11 0 -61 0 6 0 33 0 -11 0 -39 0 -89 0 -67 0 -22 0 44 0 50 0 61 0 28 0 50 0-9999 -9999 -9999 +USW00094728189002PRCP 0 0 8 0 3 0 23 0 0 0 0 0 79 0 231 0 0 0 0 0 0 0 0 0 0 0 170 0 0 0 0 0 0 0 3 0 0 0 221 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 89 0-9999 -9999 -9999 +USW00094728189002SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728189003TMAX 72 0 -28 0 0 0 50 0 44 0 6 0 -28 0 -22 0 11 0 56 0 94 0 217 0 172 0 78 Z 39 0 -11 0 28 0 100 0 33 0 72 0 111 0 89 0 44 0 56 0 100 0 111 0 83 0 67 0 50 0 33 0 44 0 +USW00094728189003TMIN -28 0 -72 0 -94 0 -39 0 -17 0 -111 0 -139 0 -94 0 -78 0 -39 0 39 0 61 0 78 0 39 0 -17 0 -61 0 -61 0 11 0 -22 0 -22 0 56 0 50 0 -11 0 -28 0 28 0 28 0 17 0 28 0 6 0 -6 0 -17 0 +USW00094728189003PRCP 58 0 41 0 25 0 0 0 0 0 119 0 0 0 0 0 0 0 0 0 74 0 0 0 8 0 119 0 142 0 0 0 0 0 0 0 152 0 0 0 20 0 290 0 23 0 0 0 38 0 3 0 0 0 224 0 0 0 10 0 51 0 +USW00094728189003SNOW 8 0-9999 -9999 0 Z 0 Z 89 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 152 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 71 0 +USW00094728189003DASF-9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189003MDSF-9999 -9999 102 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189004TMAX 50 0 100 0 178 0 144 0 111 Z 133 0 150 0 89 0 78 0 111 0 106 0 144 0 261 0 217 0 117 0 144 0 172 0 128 0 94 0 144 0 194 0 172 0 194 0 211 0 133 Z 89 0 139 0 183 0 156 0 200 0-9999 +USW00094728189004TMIN -17 0 -17 0 28 0 111 0 17 0 6 0 61 0 33 0 44 0 33 0 11 0 56 0 61 0 100 0 61 0 39 0 50 0 11 0 -11 0 33 0 56 0 100 0 94 0 133 Z 78 0 61 0 67 0 78 0 94 0 83 0-9999 +USW00094728189004PRCP 3 0 0 0 0 0 142 0 0 0 0 0 36 0 18 0 84 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 64 0 56 0 25 0 0 0 0 0 0 0-9999 +USW00094728189004SNOW 8 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189005TMAX 267 0 167 0 172 0 194 0 267 0 200 0 167 0 150 0 189 0 222 0 178 0 189 0 189 0 272 0 206 0 239 0 211 0 189 0 211 0 189 0 211 0 200 0 161 0 233 0 200 0 183 0 239 0 206 0 228 0 217 0 261 0 +USW00094728189005TMIN 106 0 50 0 83 0 139 0 150 0 117 0 89 0 72 0 61 0 150 0 94 0 78 0 100 0 161 0 167 0 156 0 89 0 89 0 133 0 117 0 94 0 100 0 89 0 133 0 133 0 139 0 161 0 100 0 122 0 128 0 133 0 +USW00094728189005PRCP 69 0 0 0 0 0 104 0 38 0 114 0 0 0 41 0 0 0 0 0 23 0 0 0 58 0 76 0 20 0 41 0 0 0 0 0 8 0 94 0 0 0 0 0 0 0 0 0 0 0 74 0 114 0 0 0 0 0 3 0 0 0 +USW00094728189005SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189006TMAX 272 0 267 0 233 0 317 0 322 0 211 0 267 0 233 0 278 0 244 0 294 0 239 0 228 0 222 0 233 0 217 0 228 0 311 0 272 0 256 0 217 0 228 0 217 0 294 0 317 0 294 0 233 0 278 0 278 0 300 0-9999 +USW00094728189006TMIN 144 0 156 0 139 0 161 0 200 0 172 0 150 0 122 0 150 0 172 0 183 0 161 0 133 0 178 0 172 0 167 0 172 0 194 0 183 0 156 0 156 0 150 0 183 0 200 0 217 0 206 0 167 0 167 0 189 0 194 0-9999 +USW00094728189006PRCP 0 0 0 0 0 0 43 0 15 0 391 0 0 0 0 0 0 0 0 0 13 0 150 0 0 0 244 0 0 0 0 0 0 0 0 0 0 0 0 0 259 0 5 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728189006SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189007TMAX 311 0 239 0 239 0 300 0 261 0 294 0 300 0 367 0 289 0 211 0 228 0 256 0 211 0 244 0 322 0 339 0 328 0 244 0 217 0 211 0 244 0 250 0 239 0 250 0 244 0 300 0 294 0 300 0 261 0 333 0 344 0 +USW00094728189007TMIN 200 0 228 0 217 0 222 0 172 0 144 0 194 0 222 0 150 0 128 0 144 0 156 0 172 0 161 0 206 0 217 0 222 0 183 0 144 0 128 0 128 0 144 0 144 0 194 0 211 0 228 0 211 0 211 0 211 0 222 0 250 0 +USW00094728189007PRCP 0 0 41 0 122 0 3 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 180 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 358 0 201 0 0 0 0 0 206 0 0 0 0 0 +USW00094728189007SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189008TMAX 300 0 306 0 267 0 328 0 306 0 294 0 289 0 256 0 233 0 272 0 206 0 239 0 222 0 289 0 289 0 261 0 322 0 244 0 250 0 283 0 261 0 272 0 200 0 183 0 250 0 261 0 272 0 261 0 272 0 244 0 211 0 +USW00094728189008TMIN 239 0 228 0 228 0 239 0 250 0 239 0 211 0 222 0 217 0 194 0 161 0 178 0 167 0 178 0 200 0 172 0 217 0 206 0 211 0 211 0 217 0 178 0 128 0 111 0 139 0 189 0 217 0 189 0 178 0 161 0 139 0 +USW00094728189008PRCP 0 0 0 0 3 0 0 0 0 0 5 0 0 0 3 0 8 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 99 0 99 0 109 0 140 0 91 0 206 0 3 0 0 0 0 0 13 0 198 0 0 0 0 0 81 0 0 0 +USW00094728189008SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189009TMAX 244 0 250 0 294 0 289 0 311 0 283 0 272 0 267 0 267 0 217 0 200 0 278 0 283 0 233 0 233 0 239 0 206 0 250 0 256 0 244 0 211 0 200 0 244 0 161 0 172 0 200 0 206 0 150 0 167 0 217 0-9999 +USW00094728189009TMIN 133 0 150 0 172 0 189 0 206 0 239 0 217 0 200 0 194 0 172 0 167 0 206 0 239 0 172 0 178 0 211 0 178 0 167 0 144 0 133 0 117 0 128 0 150 0 100 0 72 0 133 0 122 0 89 0 89 0 100 0-9999 +USW00094728189009PRCP 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 97 0 58 0 23 0 3 0 107 0 297 0 411 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 163 0 5 0 0 0 0 0 0 0-9999 +USW00094728189009SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189010TMAX 222 0 211 0 222 0 239 0 222 0 161 0 150 0 178 0 167 0 211 0 183 0 133 0 133 0 156 0 178 0 178 0 189 0 172 0 172 0 122 0 128 0 128 0 106 0 111 0 111 0 111 0 106 0 83 0 117 0 100 0 100 0 +USW00094728189010TMIN 133 0 150 0 189 0 172 0 156 0 150 0 111 0 106 0 83 0 106 0 128 0 94 0 72 0 117 0 94 0 106 0 117 0 106 0 111 0 89 0 72 0 56 0 89 0 72 0 72 0 67 0 61 0 50 0 67 0 56 0 28 0 +USW00094728189010PRCP 0 0 0 0 394 0 0 0 0 0 79 0 86 0 0 0 0 0 69 0 0 0 0 0 0 0 69 0 0 0 216 0 107 0 0 0 38 0 0 0 8 0 0 0 213 0 363 0 3 0 0 0 0 0 0 0 23 0 0 0 0 0 +USW00094728189010SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189011TMAX 100 0 128 0 83 0 61 0 122 0 156 0 167 0 206 0 144 0 156 0 61 0 56 0 117 0 150 0 128 0 122 0 167 0 178 0 122 0 50 0 67 0 72 0 56 0 72 0 150 0 50 0 -6 0 6 0 61 0 72 0-9999 +USW00094728189011TMIN 28 0 67 0 39 0 22 0 22 0 67 0 83 0 83 0 83 0 56 0 33 0 28 0 33 0 61 0 61 0 89 0 100 0 78 0 50 0 6 0 -6 0 22 0 -11 0 -17 0 56 0 -11 0 -56 0 -72 0 -22 0 11 0-9999 +USW00094728189011PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 84 0 15 0 0 0 0 0 0 0 3 0 76 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728189011SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189012TMAX 6 0 -39 0 94 0 39 0 33 0 50 0 44 0 -39 0 6 0 33 0 83 0 50 0 -17 0 61 0 44 0 33 0 56 0 44 0 0 0 17 0 50 0 56 0 83 0 11 Z -39 0 -17 0 6 0 -39 0 -6 0 -6 0 -28 0 +USW00094728189012TMIN -50 0 -72 0 -78 0 -17 0 -17 0 0 0 -78 0 -83 0 -50 0 -11 0 28 0 -78 0 -89 0 -11 0 -22 0 -50 0 6 0 -6 0 -83 0 -89 0 0 0 28 0 11 0 -33 0 -83 0 -78 0 -39 0 -106 0 -78 0 -83 0 -56 0 +USW00094728189012PRCP 0 0 0 0 165 0 23 0 0 0 66 0 3 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 475 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 193 0 0 0 0 0 3 0 0 0 0 0 +USW00094728189012SNOW 0 Z 0 Z 76 0 0 Z 0 Z 0 Z 0 Z 33 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 178 0 0 Z 0 Z 3 0 0 Z 0 Z +USW00094728189101TMAX 72 0 122 0 39 Z -50 Z -28 0 -28 0 -11 0 11 0 6 0 50 0 106 0 94 0 0 0 44 0 28 0 22 0 22 0 6 0 -11 0 28 0 72 0 117 0 72 0 78 0 28 0 44 0 83 0 83 0 44 0 89 0 50 0 +USW00094728189101TMIN -39 0 39 Z -78 Z -83 0 -56 0 -78 0 -72 0 -67 0 -67 0 -28 0 17 0 0 0 -28 0 -6 0 -39 0 -22 0 -28 0 -39 0 -50 0 -39 0 0 0 33 0 11 0 28 0 -11 0 -22 0 22 0 28 0 28 0 39 0 11 0 +USW00094728189101PRCP 84 0 117 0 0 0 8 0 10 0 0 0 0 0 0 0 0 0 0 0 333 0 41 0 0T Z 0 0 0 0 0 0 231 0 0T Z 0 0 0 0 0 0 320 0 0 0 10 0 325 0 0 0 0 0 8 0 30 0 0 0 8 0 +USW00094728189101SNOW 0T Z 0 Z 0 Z 13 0 13 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 25 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 203 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189101WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189102TMAX 106 0 56 0 100 0 -6 Z -6 0 72 0 22 0 22 0 56 0 56 0 22 0 56 0 61 0 0 Z 44 0 122 0 150 0 117 0 22 0 39 0 56 0 50 0 39 0 122 0 133 0 122 0 -17 Z 50 0-9999 -9999 -9999 +USW00094728189102TMIN 28 0 28 0 -6 Z -94 Z -100 0 -6 0 6 0 11 0 -17 0 0 0 -33 0 0 0 0 Z -61 0 -83 0 39 0 67 0 6 0 -28 0 -11 0 11 0 -11 0 -28 0 6 0 89 0 -17 Z -50 0 -56 0-9999 -9999 -9999 +USW00094728189102PRCP 107 0 0 0 46 0 0 0 0 0 56 0 142 0 5 0 119 0 8 0 0 0 0 0 0 0 0 0 0 0 91 0 48 0 5 0 0 0 79 0 74 0 30 0 0 0 0 0 36 0 198 0 3 0 0 0-9999 -9999 -9999 +USW00094728189102SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 20 0 0 Z 0 Z 0 Z 0 Z 0 Z 76 0 0T Z 0 Z-9999 -9999 -9999 +USW00094728189103TMAX -22 0 -39 0 11 0 28 0 -11 0 6 0 39 0 39 0 106 0 67 0 89 0 72 0 100 0 11 Z 6 0 83 0 28 0 89 0 67 0 39 0 44 0 100 0 106 0 144 0 106 0 44 0 39 0 72 0 111 0 128 0 72 0 +USW00094728189103TMIN -89 0 -128 0 -56 0 -33 0 -61 0 -61 0 -17 0 -6 0 17 0 22 0 6 0 39 0 11 Z -50 0 -67 0 -39 0 -72 0 -17 0 17 0 11 0 17 0 44 0 67 0 67 0 22 0 -28 0 0 0 17 0 17 0 39 0 28 0 +USW00094728189103PRCP 0 0 0 0 23 0 109 0 0 0 0 0 0 0 66 0 206 0 0 0 0 0 137 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 175 0 99 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 +USW00094728189103SNOW 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189103DASF-9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189103MDSF-9999 -9999 -9999 53 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189104TMAX 72 0 83 0 67 0 44 0 44 0 50 0 44 0 78 0 89 0 72 0 100 0 122 0 178 0 189 0 244 0 183 0 189 0 244 0 267 0 178 0 144 0 239 0 228 0 150 Z 100 0 161 0 256 0 172 0 139 0 239 0-9999 +USW00094728189104TMIN 22 0 11 0 11 0 -6 0 -17 0 -17 0 -11 0 0 0 -6 0 39 0 67 0 72 0 67 0 83 0 89 0 78 0 83 0 111 0 139 0 139 0 83 0 89 0 144 Z 61 Z 39 0 22 0 89 0 50 0 28 0 83 0-9999 +USW00094728189104PRCP 0 0 196 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 175 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 0 0 0 0 0 0 51 0 74 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728189104SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189105TMAX 222 0 178 0 150 0 172 0 61 0 72 0 139 0 172 0 278 0 272 0 267 0 144 0 200 0 206 0 156 0 150 0 144 0 206 0 172 0 217 0 239 0 278 0 189 0 161 0 206 0 211 0 189 0 189 0 172 0 239 0 267 0 +USW00094728189105TMIN 167 0 83 0 111 0 61 0 11 0 0 0 28 0 56 0 117 0 111 0 139 0 94 0 67 0 106 0 94 0 83 0 56 0 89 0 111 0 111 0 167 0 161 0 122 0 122 0 122 0 133 0 106 0 89 0 139 0 167 0 161 0 +USW00094728189105PRCP 0 0 0 0 142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 142 0 0 0 0 0 0 0 13 0 0 0 28 0 0 0 0 0 0 0 18 0 0 0 0 0 221 0 5 0 0 0 +USW00094728189105SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189106TMAX 261 0 311 0 306 0 222 0 217 0 189 0 161 0 261 0 272 0 283 0 294 0 300 0 289 0 317 0 356 0 361 0 333 0 183 Z 172 0 239 0 239 0 311 0 322 0 272 0 306 0 328 0 244 Z 261 0 256 0 261 0-9999 +USW00094728189106TMIN 167 0 189 0 206 0 150 0 128 0 128 0 122 0 122 0 156 0 172 0 183 0 200 0 167 0 194 0 211 0 256 0 183 Z 150 0 133 0 167 0 189 0 194 0 217 0 178 0 172 0 239 0 156 0 150 0 172 0 178 0-9999 +USW00094728189106PRCP 0 0 0 0 30 0 5 0 0 0 0 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 69 0 142 0 3 0 0T Z 0 0 13 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728189106SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189107TMAX 244 0 194 0 239 0 267 0 244 0 256 0 267 0 239 0 244 0 278 0 272 0 306 0 306 0 311 0 322 0 283 0 294 0 244 0 283 0 272 0 300 0 289 0 267 0 272 0 289 0 256 0 233 0 256 0 250 0 228 0 239 0 +USW00094728189107TMIN 172 0 172 0 167 0 172 0 172 0 167 0 178 0 167 0 156 0 161 0 172 0 167 0 206 0 239 0 250 0 217 0 189 0 206 0 233 0 217 0 217 0 206 0 200 0 228 0 206 0 178 0 167 0 161 0 200 0 200 0 156 0 +USW00094728189107PRCP 0 0 25 0 38 0 38 0 0 0 0 0 61 0 178 0 3 0 0 0 0 0 0 0 0 0 76 0 13 0 0 0 0 0 117 0 0 0 0 0 0 0 0 0 0 0 168 0 3 0 0 0 0 0 28 0 53 0 201 0 0 0 +USW00094728189107SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189108TMAX 261 0 278 0 261 0 244 0 239 0 283 0 311 0 328 0 278 0 367 0 328 0 333 0 300 0 283 0 278 0 289 0 300 0 244 0 272 0 289 0 294 0 311 0 283 0 311 0 272 0 261 0 311 0 294 0 211 0 200 0 206 0 +USW00094728189108TMIN 156 0 200 0 167 0 206 0 189 0 200 0 194 0 239 0 228 0 256 0 272 0 233 0 194 0 211 0 200 0 189 0 194 0 211 0 194 0 211 0 233 0 239 0 217 0 244 0 239 0 217 0 239 0 194 0 150 0 161 0 172 0 +USW00094728189108PRCP 76 0 51 0 3 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 8 0 0 0 0 0 117 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 485 0 229 0 0 0 5 0 0 0 28 0 0 0 102 0 0 0 +USW00094728189108SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189109TMAX 244 0 278 0 256 0 294 0 233 0 267 0 256 0 211 0 222 0 244 0 244 0 256 0 272 0 228 0 233 0 233 0 272 0 328 0 278 0 267 0 306 0 283 0 289 0 261 0 283 0 306 0 239 0 278 0 278 0 200 Z-9999 +USW00094728189109TMIN 178 0 172 0 206 0 200 0 206 0 222 0 189 0 161 0 122 0 128 0 144 0 178 0 200 0 156 0 144 0 167 0 150 0 206 0 206 0 183 0 178 0 211 0 206 0 211 0 206 0 222 0 217 0 222 0 200 Z 128 0-9999 +USW00094728189109PRCP 0 0 0 0 0 0 0 0 343 0 102 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 0 0 0 0 56 0 0 0-9999 +USW00094728189109SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189110TMAX 200 0 222 0 283 0 289 0 300 0 167 0 172 0 189 0 167 0 161 0 178 0 94 0 100 0 172 0 194 0 161 0 156 0 161 0 150 0 156 0 167 0 106 0 94 0 122 0 122 0 178 0 128 0 72 0 122 0 183 0 194 0 +USW00094728189110TMIN 144 0 133 0 172 0 194 0 139 0 111 0 111 0 111 0 94 0 106 0 72 0 44 0 72 0 100 0 111 0 83 0 67 0 117 0 100 0 94 0 94 0 39 0 39 0 50 0 33 0 89 0 33 0 22 0 17 0 67 0 94 0 +USW00094728189110PRCP 0 0 0 0 0 0 0 0 0 0 0 0 107 0 71 0 0 0 0 0 0 0 0 0 89 0 0 0 0 0 0 0 0 0 0 0 64 0 41 0 0 0 208 0 5 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 0 0 +USW00094728189110SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189111TMAX 139 0 72 0 56 0 61 0 67 0 78 0 117 0 139 0 128 0 156 0 156 0 172 0 100 0 111 0 72 0 161 0 178 0 17 0 61 0 94 0 128 0 144 0 161 0 100 0 89 0 72 0 100 0 139 0 -17 Z -11 0-9999 +USW00094728189111TMIN 67 0 22 0 6 0 -11 0 17 0 22 0 22 0 50 0 67 0 111 0 111 0 78 0 50 0 44 0 28 0 67 0 6 0 -33 0 -22 0 17 0 44 0 106 0 94 0 56 0 22 0 28 0 44 0 -17 0 -83 0 -100 0-9999 +USW00094728189111PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 53 0 0 0 0 0 0 0 0 0 20 0 163 0 0 0 0 0 0 0 0 0 0 0 180 0 0 0 0 0 122 0 5 0 0T Z 0 0 0 0-9999 +USW00094728189111SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z-9999 +USW00094728189112TMAX 50 0 72 0 128 0 150 0 117 0 133 0 139 0 50 0 100 0 122 0 106 0 83 0 111 0 117 0 117 0 156 0 -6 0 0 0 39 0 50 0 94 0 111 0 189 0 156 0 106 0 150 0 67 Z 39 0 117 0 100 0 17 0 +USW00094728189112TMIN -28 0 22 0 44 0 72 0 50 0 56 0 22 0 11 0 22 0 44 0 50 0 17 0 28 0 50 0 50 0 0 0 -100 0 -83 0 -22 0 -11 0 33 0 33 0 106 0 67 0 67 0 67 0 -6 0 -22 0 28 0 0 0 -33 0 +USW00094728189112PRCP 0 0 0 0 0 0 150 0 0 0 0 0 140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 163 0 173 0 0 0 53 0 0 0 0 0 203 0 15 0 0 0 +USW00094728189112SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189201TMAX 89 0 122 0 39 0 -22 0 33 0 17 0 6 0 17 0 11 0 -39 0 6 0 39 0 106 0 150 0 67 Z -22 0 6 0 89 0 100 0 -56 0 0 0 39 0 50 0 22 0 78 0 33 0 -67 0 22 0 83 0 44 0 33 0 +USW00094728189201TMIN -17 0 44 0 -39 0 -61 0 -39 0 -33 0 -44 0 -72 0 -39 0 -50 0 -33 0 -6 0 33 0 67 0 -44 0 -72 0 -83 0 -22 0 -56 0 -122 0 -117 0 -56 0 -6 0 -28 0 17 0 -128 0 -122 0 -72 0 11 0 0 0 -11 0 +USW00094728189201PRCP 0 0 259 0 0 0 0 0 0 0 104 0 0 0 0 0 8 0 0 0 5 0 79 0 366 0 5 0 147 0 0 0 0 0 102 0 114 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728189201SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 89 0 0 Z 0 Z 38 0 0 Z 3 0 0 Z 0 Z 0 Z 152 0 0 Z 0 Z 0 Z 25 0 0 Z 0 Z 0 Z 0 Z 3 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189202TMAX 50 0 67 0 44 0 33 0 -11 0 6 0 39 0 100 0 56 0 56 0 39 0 0 0 -44 0 72 0 78 0 -28 0 -39 0 67 0 56 0 44 0 50 0 78 0 67 0 44 0 61 0 89 0 39 0 0 0 33 0-9999 -9999 +USW00094728189202TMIN -6 0 22 0 6 0 -11 0 -78 0 -100 0 -33 0 39 0 0 0 -28 0 6 0 -89 0 -100 0 -72 0 -22 0 -72 0 -94 0 -72 0 -17 0 28 0 28 0 28 0 17 0 17 0 17 0 28 0 -39 0 -50 0 -11 0-9999 -9999 +USW00094728189202PRCP 3 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 10 0 79 0 81 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0-9999 -9999 +USW00094728189202SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 +USW00094728189203TMAX 22 0 -11 0 22 0 56 0 33 0 44 0 106 0 56 0 89 0 106 0 6 0 56 0 -6 0 -22 0 -17 0 22 0 22 0 -6 0 11 0 17 0 6 0 50 0 89 0 72 0 133 0 128 0 50 0 94 0 83 0 100 0 94 0 +USW00094728189203TMIN -6 0 -44 0 -50 0 -67 0 -22 0 -6 0 0 0 28 0 33 0 -11 Z -50 0 -50 0 -61 0 -83 0 -72 0 -67 0 -67 0 -28 0 -44 0 -50 0 -72 0 -50 0 39 0 11 0 22 0 44 0 28 0 17 0 11 0 -11 0 11 0 +USW00094728189203PRCP 315 0 0 0 0 0 0 0 0 0 0 0 0 0 165 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 20 0 28 0 224 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 104 0 0 0 0 0 0 0 0 0 +USW00094728189203SNOW 51 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 51 0-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189203DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189203MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 203 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189204TMAX 106 0 161 0 239 0 267 0 211 0 228 0 139 0 194 0 106 0 50 0 61 0 61 0 111 0 72 0 100 0 78 0 94 0 111 0 111 0 156 0 94 0 133 0 161 0 161 0 100 0 156 0 161 0 156 0 144 0 117 0-9999 +USW00094728189204TMIN 22 0 83 0 150 0 167 0 156 0 89 0 56 0 89 0 6 0 0 0 6 0 -6 0 6 0 22 0 28 0 22 0 22 0 44 0 33 0 44 0 67 0 83 0 100 0 44 0 0 0 33 0 61 0 72 0 56 0 44 0-9999 +USW00094728189204PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 5 0 0 0 0 0 0 0 0 0 102 0 94 0 0 0 0 0 0 0 0 0 0 0 193 0 43 0 3 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0-9999 +USW00094728189204SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189204DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189204MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 25 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189205TMAX 178 0 272 0 200 0 267 0 194 0 172 0 156 0 167 0 217 0 200 0 183 0 172 0 156 0 133 0 233 0 256 0 239 0 244 0 144 0 128 0 100 0 128 0 156 0 183 0 244 0 267 0 194 0 200 0 233 0 244 0 267 0 +USW00094728189205TMIN 72 0 128 0 100 0 94 0 100 0 111 0 67 0 56 0 89 0 89 0 128 0 122 0 111 0 106 0 122 0 156 0 133 0 139 0 89 0 78 0 78 0 72 0 89 0 89 0 128 0 161 0 133 0 111 0 133 0 172 0 161 0 +USW00094728189205PRCP 0 0 48 0 0 0 15 0 15 0 0 0 0 0 0 0 0 0 0 0 231 0 0 0 0 0 10 0 46 0 10 0 0 0 0 0 163 0 28 0 180 0 150 0 18 0 0 0 0 0 84 0 41 0 0 0 0 0 30 0 3 0 +USW00094728189205SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189205WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728189206TMAX 306 0 311 0 267 0 194 0 267 0 283 0 250 0 211 0 239 0 200 0 244 0 311 0 350 0 344 0 283 0 267 0 339 0 233 0 283 0 311 0 328 0 317 0 300 0 272 0 261 0 267 0 244 0 250 0 278 0 294 0-9999 +USW00094728189206TMIN 200 0 206 0 178 0 161 0 161 0 200 0 150 0 144 0 178 0 167 0 144 0 172 0 222 0 222 0 200 0 189 0 228 0 167 0 161 0 244 0 239 0 222 0 200 0 189 0 194 0 178 0 200 0 211 0 189 0 217 0-9999 +USW00094728189206PRCP 0 0 0 0 0 0 5 0 13 0 28 0 0 0 51 0 241 0 3 0 0 0 0 0 0 0 119 0 0 0 0 0 56 0 0 0 3 0 0 0 0 0 0 0 15 0 0 0 53 0 0 0 23 0 3 0 0 0 94 0-9999 +USW00094728189206SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189207TMAX 217 0 250 0 311 0 233 0 250 0 261 0 250 0 278 0 256 0 311 0 300 0 328 0 333 0 306 0 322 0 250 0 244 0 278 0 267 0 283 0 278 0 300 0 317 0 317 0 339 0 356 0 328 0 361 0 361 0 300 0 233 0 +USW00094728189207TMIN 167 0 161 0 211 0 161 0 150 0 161 0 156 0 167 0 178 0 194 0 211 0 211 0 228 0 222 0 222 0 156 0 139 0 161 0 178 0 183 0 150 0 183 0 183 0 217 0 250 0 256 0 233 0 239 0 250 0 239 0 194 0 +USW00094728189207PRCP 71 0 0 0 409 0 0 0 0 0 0 0 0 0 20 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 18 0 0 0 23 0 33 0 0 0 0 0 8 0 0 0 5 0 +USW00094728189207SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189208TMAX 261 0 228 0 283 0 311 0 272 0 294 0 289 0 306 0 306 0 317 0 339 0 283 0 244 0 256 0 283 0 283 0 317 0 311 0 300 0 283 0 283 0 278 0 272 0 278 0 283 0 239 0 200 0 239 0 233 0 239 0 272 0 +USW00094728189208TMIN 189 0 194 0 194 0 206 0 211 0 206 0 200 0 206 0 244 0 228 0 239 0 206 0 183 0 167 0 178 0 183 0 200 0 217 0 228 0 211 0 217 0 183 0 183 0 206 0 228 0 172 0 161 0 156 0 172 0 194 0 194 0 +USW00094728189208PRCP 0 0 114 0 91 0 0 0 130 0 0 0 0 0 0 0 198 0 5 0 114 0 170 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 157 0 38 0 10 0 0 0 0 0 0 0 28 0 +USW00094728189208SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189209TMAX 206 0 206 0 239 0 217 0 289 0 217 Z 206 0 200 0 233 0 222 0 228 0 239 0 233 0 239 0 217 0 233 0 217 0 272 0 272 0 194 0 206 0 194 0 233 0 233 0 272 0 222 0 178 0 244 0 178 0 217 0-9999 +USW00094728189209TMIN 128 0 111 0 128 0 144 0 150 0 133 Z 111 0 128 0 150 0 133 0 128 0 161 0 167 0 178 0 150 0 139 0 133 0 156 0 156 0 111 0 111 0 139 0 183 0 194 0 200 0 128 0 106 0 128 0 117 0 94 0-9999 +USW00094728189209PRCP 0 0 0 0 0 0 0 0 0 0 41 Z 0 0 0 0 0 0 0 0 0 0 0 0 23 0 193 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728189209SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189210TMAX 239 0 144 0 156 0 200 0 106 0 122 0 189 0 206 0 144 0 150 0 194 0 144 0 172 0 244 0 206 0 206 0 161 0 156 0 189 0 167 0 150 0 167 0 150 0 106 0 89 0 111 0 128 0 139 0 117 0 106 0 128 0 +USW00094728189210TMIN 83 0 50 0 78 0 106 0 33 0 28 0 67 0 117 0 72 0 50 0 83 0 100 0 100 0 117 0 111 0 133 0 122 0 117 0 106 0 89 0 89 0 72 0 67 0 50 0 39 0 67 0 56 0 67 0 78 0 61 0 56 0 +USW00094728189210PRCP 0 0 0 0 0 0 0 0 53 0 0 0 0 0 10 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0T Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 +USW00094728189210SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189211TMAX 144 0 139 0 194 0 128 0 83 0 83 0 167 0 172 0 50 0 78 0 61 0 61 0 94 0 139 0 150 0 172 0 156 0 172 0 94 0 72 0 78 0 44 0 0 0 11 0 33 0 17 0 56 0 67 0 33 Z 11 0-9999 +USW00094728189211TMIN 72 0 106 0 111 0 83 0 11 0 6 0 67 0 50 0 17 0 28 0 0 0 28 0 22 0 50 0 94 0 144 0 89 0 61 0 44 0 22 0 22 0 -11 0 -39 0 -39 0 0 0 -17 0 -17 0 33 0 0 0 -22 0-9999 +USW00094728189211PRCP 0 0 0 0 46 0 28 0 0 0 0 0 0 0 28 0 170 0 333 0 0 0 0 0 0 0 0 0 617 0 193 0 0 0 117 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 160 0 10 0-9999 +USW00094728189211SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 58 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728189211DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 +USW00094728189211MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 102 0-9999 +USW00094728189212TMAX 17 0 50 0 78 0 44 0 22 0 56 0 100 0 144 0 67 0 67 0 50 0 28 0 44 0 72 0 61 0 50 0 67 0 44 0 50 0 28 0 -6 0 -22 0 -33 0 -56 0 -44 0 -67 0 -22 0 -50 0 -33 0 -6 0 -6 0 +USW00094728189212TMIN -22 0 6 0 22 0 17 0 -11 0 -11 0 44 0 67 0 28 0 17 0 6 0 -11 0 17 0 28 0 28 0 17 0 22 0 0 0 6 0 -61 0 -61 0 -61 0 -94 0 -117 0 -78 0 -111 0 -111 0 -89 0 -89 0 -67 0 -67 0 +USW00094728189212PRCP 0 0 0 0 0 0 0T Z 0 0 3 0 0 0 117 0 0 0 0 0 0 0 0 0 81 0 61 0 0 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 3 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0T Z +USW00094728189212SNOW 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 33 0 0 Z 0 Z 3 0 0 Z 3 0 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z +USW00094728189301TMAX 111 0 106 0 11 0 -33 0 -22 0 -28 0 -28 0 -28 0 22 0 -17 0 -94 0 -78 0 -89 0 -83 0 -72 0 -83 0 -83 0 -39 0 -28 0 -56 0 -33 0 -11 0 17 0 33 0 50 0 33 0 33 0 -6 0 50 0 22 0 28 0 +USW00094728189301TMIN -11 0 11 Z -83 0 -94 0 -72 0 -94 0 -89 0 -89 0 -78 0 -150 0 -150 0 -111 0 -122 0 -117 0 -128 0 -172 0 -150 0 -133 0 -106 0 -94 0 -100 0 -106 0 -56 0 -11 0 -11 0 -39 0 -28 0 -39 0 -11 0 -17 0 -17 0 +USW00094728189301PRCP 335 0 0 0 0 0 0 0 30 0 38 0 0 0 0 0 20 0 5 0 0 0 48 0 0 0 15 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 0 0 0 0 81 0 5 0 0 0 +USW00094728189301SNOW 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z-9999 -9999 0 Z 127 0 0 Z 51 0 38 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 0 Z +USW00094728189301DASF-9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189301MDSF-9999 -9999 -9999 -9999 -9999 152 0-9999 -9999 -9999 25 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189302TMAX 17 0 17 0 56 0 -11 Z -39 0 61 0 72 0 -44 0 39 0 122 0 33 0 39 0 22 0 67 0 94 0 78 0 -22 0 -22 0 22 0 -39 0 -11 0 17 0 33 0 33 0 44 0 17 0 28 0 0 0-9999 -9999 -9999 +USW00094728189302TMIN -22 0 -11 0 -11 0 -128 0 -150 0 -67 0 -67 0 -100 0 -67 0 39 0 -11 0 -28 0 -11 0 -6 0 28 0 -17 0 -83 0 -83 0 -61 0 -128 0 -133 0 -39 0 -50 0 -39 0 -44 0 -44 0 -56 0 -61 0-9999 -9999 -9999 +USW00094728189302PRCP 117 0 28 0 8 0 0 0 0 0 150 0 25 0 0 0 28 0 117 0 0 0 0 0 409 0 0 0 0 0 0 0 142 0 41 0 3 0 0 0 30 0 345 0 0 0 0T Z 13 0 0 0 0 0 104 0-9999 -9999 -9999 +USW00094728189302SNOW 13 0 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 89 0 0 Z 0 Z 0 Z-9999 -9999 3 0 0 Z-9999 -9999 0 Z-9999 8 0 0 Z 0 Z 51 0-9999 -9999 -9999 +USW00094728189302DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189302MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 231 0-9999 -9999 -9999 51 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189303TMAX 28 0 17 0 28 0 -11 0 -33 0 6 0 44 0 83 0 61 0 50 0 78 0 100 0 94 0 100 0 50 0 -22 0 22 0 44 0 17 0 72 0 100 0 67 0 28 0 83 0 100 0 72 0 61 0 11 0 56 0 94 0 100 0 +USW00094728189303TMIN -17 0 -28 0 -22 0 -67 0 -94 0 -61 0 -22 0 -6 0 28 0 17 0 17 0 44 0 33 0 22 0 -67 0 -83 0 -61 0 -33 0 -56 0 -11 0 28 0 22 0 6 0 6 0 39 0 17 0 0 0 -33 0 -56 0 -17 0 22 0 +USW00094728189303PRCP 15 0 0 0 0 0 51 0 0 0 0 0 3 0 0 0 432 0 0T Z 10 0 97 0 0 0 183 0 25 0 0 0 0 0 0 0 0 0 0 0 10 0 25 0 46 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728189303SNOW 0 Z 0 Z 0 Z 152 0 0 Z 0 Z 3 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189304TMAX 211 0 89 0 122 0 222 0 139 0 61 0 44 0 156 0 133 0 83 0 133 0 106 0 117 0 150 0 89 0 122 0 106 0 133 0 128 0 61 0 139 0 111 0 106 0 133 0 100 0 117 0 78 0 189 0 128 0 144 0-9999 +USW00094728189304TMIN 67 0 17 0 28 0 83 0 44 0 22 0 17 0 33 0 50 0 33 0 28 0 39 0 78 0 72 0 33 0 17 0 33 0 44 0 39 0 28 0 44 0 56 0 39 0 33 0 67 0 17 0 44 0 72 0 100 0 83 0-9999 +USW00094728189304PRCP 0 0 0 0 0 0 0 0 0 0 0 0 221 0 0 0 0 0 13 0 0 0 0 0 13 0 284 0 58 0 0 0 0 0 0 0 3 0 498 0 38 0 0 0 0 0 0 0 36 0 0 0 155 0 0 0 0 0 0T Z-9999 +USW00094728189304SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189305TMAX 78 0 189 0 106 0 117 0 167 0 150 0 128 0 172 0 183 0 222 0 267 0 228 0 133 0 167 0 233 0 167 0 156 0 156 0 156 0 211 0 294 0 256 0 283 0 200 0 250 0 178 0 128 0 178 0 172 0 194 0 211 0 +USW00094728189305TMIN 61 0 67 0 72 0 72 0 72 0 83 0 67 0 78 0 100 0 83 0 122 0 133 0 117 0 122 0 117 0 150 0 106 0 100 0 83 0 83 0 172 0 161 0 172 0 128 0 111 0 128 0 106 0 122 0 111 0 94 0 133 0 +USW00094728189305PRCP 104 0 0 0 277 0 513 0 74 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 5 0 137 0 3 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 3 0 3 0 0 0 0 0 0 0 +USW00094728189305SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189306TMAX 217 0 194 0 233 0 261 0 322 0 311 0 211 0 233 0 233 0 300 0 322 0 211 0 217 0 261 0 283 0 206 0 167 0 289 0 328 0 350 0 317 0 233 0 217 0 256 0 239 0 172 0 172 0 206 0 250 0 256 0-9999 +USW00094728189306TMIN 144 0 122 0 150 0 161 0 178 0 200 0 150 0 133 0 144 0 150 0 194 0 156 0 161 0 178 0 194 0 144 0 122 0 156 0 206 0 217 0 233 0 167 0 156 0 133 0 156 0 133 0 133 0 122 0 122 0 150 0-9999 +USW00094728189306PRCP 0 0 0 0 0 0 0 0 0 0 282 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 81 0 56 0 0 0 0 0 198 0 20 0 0 0 0 0 0 0-9999 +USW00094728189306SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189307TMAX 283 0 283 0 278 0 250 0 272 0 267 0 267 0 306 0 267 0 239 0 272 0 283 0 317 0 244 0 267 0 328 0 317 0 322 0 294 0 289 0 300 0 328 0 250 0 233 0 306 0 344 0 244 0 267 0 256 0 289 0 289 0 +USW00094728189307TMIN 161 0 178 0 178 0 172 0 167 0 183 0 194 0 206 0 183 0 156 0 139 0 200 0 228 0 189 0 200 0 217 0 228 0 211 0 211 0 189 0 183 0 206 0 172 0 133 0 144 0 233 0 167 0 150 0 194 0 206 0 200 0 +USW00094728189307PRCP 0 0 0 0 15 0 0 0 13 0 0 0 0 0 56 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 114 0 0 0 0 0 56 0 0 0 0 0 +USW00094728189307SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189308TMAX 283 0 278 0 272 0 239 0 294 0 283 0 256 0 289 0 317 0 300 0 317 0 322 0 239 0 222 0 283 0 294 0 272 0 267 0 261 0 211 0 244 0 272 0 233 0 261 0 339 0 322 0 322 0 294 0 289 0 250 0 228 0 +USW00094728189308TMIN 194 0 183 0 178 0 183 0 194 0 194 0 150 0 167 0 200 0 217 0 194 0 228 0 161 0 133 0 144 0 183 0 217 0 183 0 189 0 194 0 189 0 172 0 189 0 211 0 217 0 244 0 244 0 244 0 206 0 178 0 150 0 +USW00094728189308PRCP 3 0 0 0 0 0 0T Z 58 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 58 0 0 0 340 0 627 0 0 0 0 0 84 0 917 0 0 0 0 0 0 0 0 0 104 0 0 0 0 0 +USW00094728189308SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189309TMAX 217 0 222 0 206 0 233 0 278 0 233 0 256 0 206 0 222 0 267 0 200 0 211 0 239 0 244 0 244 0 217 0 206 0 183 0 278 0 233 0 194 0 250 0 217 0 217 0 244 0 150 Z 133 0 172 0 128 0 144 0-9999 +USW00094728189309TMIN 167 0 128 0 100 0 133 0 167 0 178 0 156 0 139 0 122 0 161 0 144 0 128 0 156 0 183 0 189 0 156 0 144 0 122 0 172 0 144 0 117 0 122 0 139 0 122 0 150 0 94 0 94 0 83 0 78 0 67 0-9999 +USW00094728189309PRCP 30 0 3 0 0 0 0 0 0 0 0 0 152 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 165 0 46 0 0 0 0 0 28 0 0 0 0 0 3 0 10 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728189309SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189310TMAX 189 0 211 0 211 0 144 0 211 0 178 0 222 0 211 0 256 0 194 0 189 0 200 0 211 0 228 0 133 0 83 0 156 0 167 0 128 0 156 0 178 0 194 0 172 0 211 0 161 0 133 0 178 0 178 0 83 0 50 0 72 0 +USW00094728189310TMIN 72 0 94 0 128 0 133 0 133 0 128 0 150 0 111 0 139 0 106 0 94 0 100 0 122 0 128 0 83 0 50 0 33 0 72 0 100 0 78 0 100 0 150 0 150 0 144 0 139 0 50 0 133 0 89 0 39 0 17 0 11 0 +USW00094728189310PRCP 0 0 0 0 0 0 3 0 0 0 0 0 99 0 0 0 0 0 0 0 0 0 0 0 173 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 625 0 0 0 0 0 0 0 216 0 221 0 0 0 0 0 0 0 +USW00094728189310SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189311TMAX 111 0 156 0 150 0 89 0 89 0 150 0 94 0 100 0 117 0 83 0 106 0 94 0 133 0 106 0 83 0 28 0 100 0 139 0 44 0 28 0 78 0 117 0 72 Z 17 0 6 0 17 0 106 0 128 0 117 0 94 0-9999 +USW00094728189311TMIN 33 0 67 0 94 0 44 0 44 0 44 0 44 0 61 0 61 0 17 0 17 0 28 0 78 0 67 0 -6 0 -22 0 0 0 28 0 17 0 -6 0 -6 0 72 0 22 0 -11 0 -22 0 -33 0 -28 0 61 0 33 0 56 0-9999 +USW00094728189311PRCP 0 0 0 0 5 0 366 0 5 0 0 0 0 0 3 0 8 0 0 0 0T Z 0 0 0 0 0 0 99 0 0 0 0 0 0 0 0 0 0 0 127 0 124 0 0 0 0 0 0 0 0 0 0 0 165 0 0 0 0 0-9999 +USW00094728189311SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189312TMAX 89 0 17 0 83 0 61 0 -22 0 39 0 50 0 39 0 56 0 72 0 6 0 72 0 -33 0 0 0 44 0 150 0 44 0 28 0 33 0 -17 0 44 0 78 0 106 0 111 0 144 0 94 0 11 0 61 0 106 0 28 0 22 0 +USW00094728189312TMIN -22 0 -44 0 0 0 -56 0 -67 0 -50 0 -6 0 -33 0 -11 0 6 0 -33 0 -28 0 -106 0 -106 0 -11 0 44 0 -6 0 -33 0 -17 0 -56 0 -39 0 28 0 67 0 56 0 72 0 -67 0 -67 0 -6 0 33 0 -28 0 -33 0 +USW00094728189312PRCP 23 0 0 0 302 0 8 0 41 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 13 0 86 0 170 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 3 0 28 0 18 0 23 0 +USW00094728189312SNOW 0 Z 0 Z 38 Z 0 Z 38 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 38 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 13 Z 8 0 +USW00094728189312DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189312MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189401TMAX 11 0 39 0 56 0 67 0 78 0 50 0 50 0 0 0 11 0 6 0 50 0 11 0 6 0 56 0 78 0 78 0 28 0 50 0 44 0 22 0 28 0 94 0 44 0 139 0 39 0 0 0 17 0 17 0 28 0 22 0 28 0 +USW00094728189401TMIN -33 0 -22 0 -6 0 28 0 50 0 0 0 -6 0 -44 0 -39 0 -22 0 -22 0 -67 0 -72 0 -17 0 -6 0 11 0 -17 0 -33 0 -22 0 -50 0 -11 0 17 0 17 0 33 0 -72 0 -89 0 -39 0 -56 0 -33 0 -11 0 -22 0 +USW00094728189401PRCP 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 0 0 28 0 5 0 0 0 0 0 15 0 36 0 20 0 0 0 0 0 28 0 0 0 5 0 0 0 0 0 23 0 18 0 25 0 69 0 0 0 137 0 102 0 0 0 +USW00094728189401SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 0 0 Z 0 Z 0 Z 20 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 8 0 20 0 0 Z +USW00094728189401DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 +USW00094728189401MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 165 0-9999 -9999 -9999 -9999 +USW00094728189402TMAX -17 0 0 0 44 0 28 0 -61 0 17 0 56 0 89 0 44 0 78 0 44 0 -39 0 -28 0 -22 0 6 0 -44 0 39 0 100 0 44 0 39 0 44 0 22 0 -11 0 -122 0 -28 0 11 0 39 0 61 0-9999 -9999 -9999 +USW00094728189402TMIN -50 0 -61 0 0 0 -83 0 -139 0 -89 0 -17 0 22 0 17 0 17 0 -39 0 -67 0 -83 0 -94 0 -61 0 -122 0 -128 0 44 0 11 0 11 0 -33 0 -50 0 -122 0 -167 0 -172 0 -50 0 -67 0 -33 0-9999 -9999 -9999 +USW00094728189402PRCP 18 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 170 0 0T Z 0 0 135 0 58 0 8 0 165 0 0 0 0 0 112 0 51 0 23 0 0 0 0 0 0 0 0 0 10 0 234 0 0 0 0 0-9999 -9999 -9999 +USW00094728189402SNOW 13 0 0 Z 0 Z 25 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z-9999 -9999 -9999 +USW00094728189402DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 +USW00094728189402MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 178 0-9999 102 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 203 0-9999 -9999 -9999 -9999 -9999 +USW00094728189403TMAX 100 0 111 0 72 0 106 0 117 0 167 0 122 0 72 0 67 0 94 0 111 0 100 0 106 0 78 0 33 0 133 0 133 0 183 0 194 0 133 0 100 0 172 0 133 0 83 0 72 0 22 Z -11 0 39 0 50 0 89 0 139 0 +USW00094728189403TMIN -11 0 28 0 22 0 0 0 28 0 78 0 44 0 22 0 17 0 28 0 44 0 44 0 28 0 -11 0 -28 0 11 0 39 0 44 0 89 0 44 0 56 0 72 0 33 0 11 0 22 0 -44 0 -67 0 -39 0 11 0 0 0 22 0 +USW00094728189403PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 28 0 0 0 3 0 0 0 36 0 0T Z 0 0 0 0 8 0 0 0 23 0 48 0 89 0 0 0 18 0 8 0 0 0 0 0 74 0 0 0 0 0 +USW00094728189403SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189404TMAX 156 0 61 0 56 0 117 0 122 0 78 0 61 0 50 0 89 0 67 0 39 0 44 0 122 0 133 0 150 0 183 0 156 0 156 0 167 0 161 0 211 0 167 0 161 0 144 0 183 0 211 0 239 0 228 0 172 0 167 0-9999 +USW00094728189404TMIN 61 Z -28 0 -39 0 33 0 44 0 11 0 -6 0 22 0 0 0 28 0 17 0 11 0 39 0 44 0 50 0 56 0 89 0 67 0 111 0 117 0 128 0 94 0 78 0 89 0 94 0 83 0 117 0 144 0 100 0 83 0-9999 +USW00094728189404PRCP 0 0 0 0 0 0 175 0 0 0 0 0 8 0 13 0 0 0 8 0 224 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 89 0 23 0 0T Z 0T Z 0 0 0 0 0 0 3 0 0 0 0 0-9999 +USW00094728189404SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0T Z 0T Z 25 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189405TMAX 278 0 294 0 217 0 167 0 200 0 244 0 239 0 250 0 228 0 200 0 167 0 233 0 267 0 183 0 194 0 206 0 183 0 222 0 200 0 206 0 133 0 122 0 222 0 150 0 183 0 189 0 239 0 222 0 161 0 183 0 139 0 +USW00094728189405TMIN 111 0 172 0 133 0 111 0 106 0 128 0 178 0 161 0 133 0 111 0 111 0 106 0 139 0 111 0 78 0 94 0 133 0 139 0 144 0 117 0 106 0 100 0 117 0 139 0 117 0 133 0 128 0 89 0 117 0 106 0 111 0 +USW00094728189405PRCP 0 0 0 0 0 0 0 0 28 0 74 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 109 0 8 0 53 0 18 0 180 0 8 0 203 0 30 0 0 0 0 0 170 0 0 0 15 0 36 0 +USW00094728189405SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189406TMAX 172 0 189 0 228 0 256 0 194 0 133 0 178 0 217 0 261 0 283 0 322 0 272 0 217 0 239 0 261 0 311 0 322 0 311 0 283 0 283 0 278 0 317 0 339 0 289 0 233 0 294 0 294 0 300 0 294 0 278 0-9999 +USW00094728189406TMIN 106 0 122 0 128 0 156 0 117 0 100 0 89 0 94 0 144 0 156 0 206 0 200 0 144 0 122 0 144 0 167 0 211 0 228 0 206 0 217 0 200 0 211 0 222 0 178 0 161 0 206 0 233 0 217 0 217 0 222 0-9999 +USW00094728189406PRCP 0 0 28 0 15 0 36 0 8 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0-9999 +USW00094728189406SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189407TMAX 333 Z 294 0 317 0 294 0 256 0 233 0 233 0 194 0 217 0 250 0 283 0 300 0 339 0 300 0 278 0 267 0 272 0 300 0 322 0 333 0 311 0 211 0 211 0 272 0 317 0 322 0 317 0 339 0 356 0 294 0 294 0 +USW00094728189407TMIN 217 Z 233 0 222 0 206 0 178 0 189 0 150 0 133 0 144 0 133 0 161 0 200 0 228 0 217 0 206 0 189 0 194 0 211 0 211 0 228 0 200 0 172 0 172 0 183 0 200 0 228 0 217 0 239 0 217 0 222 0 217 0 +USW00094728189407PRCP 0 Z 0 0 15 0 5 0 0 0 318 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 10 0 3 0 0 0 0 0 0 0 0 0 53 0 3 0 3 0 8 0 0 0 0 0 0 0 0 0 117 0 0 0 0 0 +USW00094728189407SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189408TMAX 283 0 272 0 289 0 233 0 256 0 267 0 267 0 289 0 289 0 244 0 233 0 211 0 222 0 250 0 272 0 228 0 256 0 256 0 278 0 228 0 206 0 239 0 289 0 306 0 294 0 267 0 244 0 267 0 244 0 283 0 256 0 +USW00094728189408TMIN 194 0 228 0 217 0 161 0 156 0 150 0 178 0 189 0 161 0 144 0 150 0 172 0 172 0 172 0 194 0 167 0 156 0 172 0 211 0 194 0 139 0 117 0 150 0 178 0 200 0 217 0 167 0 172 0 167 0 194 0 167 0 +USW00094728189408PRCP 0 0 0 0 142 0 10 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 5 0 0 0 0 0 109 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728189408SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189409TMAX 261 0 300 0 228 0 244 0 289 0 233 0 278 0 250 0 306 0 339 0 217 0 222 0 233 0 228 0 289 0 311 0 261 0 222 0 233 0 244 0 250 0 272 0 261 0 206 0 156 0 144 0 172 0 194 0 233 0 172 0-9999 +USW00094728189409TMIN 167 0 183 0 178 0 178 0 200 0 183 0 172 0 222 0 222 0 217 0 150 0 128 0 133 0 189 0 200 0 217 0 217 0 211 0 211 0 178 0 167 0 172 0 178 0 133 0 83 0 61 0 117 0 139 0 172 0 122 0-9999 +USW00094728189409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 455 0 0 0 137 0 0 0 0 0 0 0 74 0 33 0 173 0 0 0 218 0 1092 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728189409SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189410TMAX 200 0 200 0 206 0 178 0 156 0 161 0 161 0 194 0 161 0 133 0 150 0 161 0 156 0 122 Z 106 0 161 0 211 0 156 0 194 0 206 0 178 0 144 0 139 0 144 0 117 0 133 0 167 0 167 0 161 0 133 0 172 0 +USW00094728189410TMIN 111 0 100 0 139 0 156 0 122 0 89 0 72 0 100 0 100 0 89 0 83 0 72 0 122 0 56 0 39 0 56 0 100 0 83 0 72 0 111 0 122 0 128 0 111 0 117 0 94 0 94 0 89 0 100 0 128 0 117 0 89 0 +USW00094728189410PRCP 0 0 0 0 0 0 104 0 8 0 0 0 0 0 0 0 0 0 424 0 0 0 0 0 119 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 429 0 0T Z 8 0 0 0 0 0 0 0 3 0 269 0 +USW00094728189410SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189411TMAX 150 0 183 0 167 0 139 0 100 0 44 0 56 0 50 0 28 0 56 0 44 0 33 0 100 0 72 0 94 0 144 0 106 0 72 0 83 0 39 0 89 0 106 0 122 0 83 0 44 0 33 0 117 0 61 0 -6 0 28 0-9999 +USW00094728189411TMIN 67 0 83 0 89 0 78 0 28 0 17 0 0 0 33 0 6 0 28 0 0 0 -17 0 11 0 39 0 28 0 72 0 44 0 17 0 -50 0 -50 0 28 0 56 0 61 0 39 0 17 0 0 0 39 0 -28 0 -44 0 -39 0-9999 +USW00094728189411PRCP 0 0 0 0 406 0 0 0 284 0 0 0 0 0 140 0 5 0 23 0 0T Z 0 0 0 0 25 0 0 0 0 0 43 0 10 0 0 0 0 0 89 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0-9999 +USW00094728189411SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0-9999 +USW00094728189412TMAX 44 0 50 0 44 0 61 0 56 0 94 0 83 0 111 0 72 0 50 0 61 0 139 0 83 0 72 0 106 0 128 0 128 0 39 0 83 0 94 0 100 0 106 0 -6 0 67 0 89 0 11 0 33 0 -83 0 -78 0 -28 0 -17 0 +USW00094728189412TMIN 11 0 22 0 17 0 -11 0 -17 0 6 0 22 0 50 0 28 0 6 0 11 0 56 0 50 0 44 0 39 0 61 0 39 0 11 0 17 0 22 0 17 0 0 0 -56 0 -56 0 -28 0 -44 0 -100 0 -117 0 -133 0 -83 0 -61 0 +USW00094728189412PRCP 66 0 137 0 0 0 0 0 0 0 0 0 0 0 150 0 10 0 0 0 36 0 386 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 0 0 10 0 36 0 28 0 318 0 0 0 0 0 0 0 0 0 +USW00094728189412SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z +USW00094728189412DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 +USW00094728189412MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 102 0-9999 -9999 -9999 -9999 +USW00094728189501TMAX -33 0 -22 0 11 0 -11 0 -28 0 61 0 106 0 83 0 11 0 94 0 94 0 61 0 67 0 -11 0 39 0 44 0 22 0 11 0 -17 0 6 0 61 0 44 0 -11 0 -50 0 28 0 89 0 -11 0 -50 0 -22 0 6 0 -22 0 +USW00094728189501TMIN -89 0 -78 0 -44 0 -94 0 -117 0 -50 0 67 0 11 0 -11 0 0 0 33 0 17 0 -111 0 -83 0 -50 0 11 0 -22 0 -50 0 -72 0 -89 0 -11 0 -22 0 -67 0 -83 0 -83 0 -17 0 -61 0 -83 0 -89 0 -67 0 -67 0 +USW00094728189501PRCP 0 0 0 0 0 0 0 0 0 0 191 0 0 0 64 0 15 0 229 0 10 0 0 0 28 0 0 0 0 0 135 0 0 0 13 0 20 0 0 0 13 0 0 0 0 0 0 0 0 0 495 0 0 0 23 0 38 0 0 0 0 0 +USW00094728189501SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 0 0 Z-9999 -9999 0 Z 0 Z +USW00094728189501DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 +USW00094728189501MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 38 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 89 0-9999 -9999 +USW00094728189502TMAX 39 0 -6 0 -6 0 -11 0 -117 0 -122 0 -106 0 -133 0 -72 0 -44 Z -11 0 11 0 -44 0 -6 0 17 0 6 0 44 0 56 0 61 0 11 0 61 0 0 0 -17 0 -11 0 50 0 11 0 67 0 78 0-9999 -9999 -9999 +USW00094728189502TMIN -61 0 -89 0 -111 0 -117 0 -178 0 -200 0 -144 0 -167 0 -156 0 -78 Z -83 0 -78 0 -61 0 -56 0 -56 0 -61 0 -33 0 -28 0 -11 0 -39 0 -11 0 -50 0 -89 0 -94 0 -33 0 -72 0 -67 0 33 0-9999 -9999 -9999 +USW00094728189502PRCP 0 0 41 0 0 0 0 0 0 0 0 0 43 0 33 0 0 0 0 Z 0 0 0 0 0T Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728189502SNOW 0 Z 102 0 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728189502DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189502MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 127 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189503TMAX 144 0 89 0 44 0 72 0 -11 Z 72 0 94 0 89 0 67 0 122 0 17 0 44 0 89 0 50 0 -33 0 0 0 28 0 44 0 44 0 22 0 28 0 44 0 83 0 83 0 111 0 67 0 61 0 50 0 61 0 61 0 94 0 +USW00094728189503TMIN 56 0 -28 0 -50 0 -11 0 -94 0 -39 0 -6 0 39 0 -6 0 0 0 -17 0 6 0 11 0 -56 0 -67 0 -39 0 -50 0 -11 0 -28 0 -33 0 -39 0 -33 0 -11 0 11 0 28 0 -22 0 -33 0 -17 0 -22 0 -11 0 -39 0 +USW00094728189503PRCP 0 0 140 0 0 0 0 0 0 0 0 0 61 0 114 0 5 0 0 0 0 0 5 0 84 0 8 0 71 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 5 0 0 0 0 0 23 0 0 0 0 0 0 0 +USW00094728189503SNOW 0 Z 25 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189503DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189503MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189504TMAX 67 0 72 0 67 0 72 0 133 0 106 0 94 0 144 0 178 0 122 0 100 0 111 0 133 0 139 0 122 0 106 0 144 0 161 0 194 0 172 0 156 0 139 0 178 0 167 0 300 0 222 0 144 0 122 0 111 0 167 0-9999 +USW00094728189504TMIN 28 0 6 0 0 0 -6 0 0 0 56 0 50 0 72 0 117 0 22 0 6 0 28 0 94 0 72 0 67 0 72 0 56 0 50 0 72 0 83 0 67 0 83 0 72 0 67 0 133 0 150 0 100 0 89 0 72 0 100 0-9999 +USW00094728189504PRCP 28 0 76 0 20 0 0 0 0 0 0 0 0 0 409 0 64 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 69 0 0 0 23 0 91 0-9999 +USW00094728189504SNOW 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189505TMAX 183 0 200 0 239 0 272 0 217 0 228 0 250 0 289 0 289 0 322 0 289 0 217 0 150 0 122 0 144 0 167 0 167 0 161 0 139 0 194 0 122 0 183 0 256 0 272 0 233 0 239 0 194 0 222 0 300 0 322 0 356 0 +USW00094728189505TMIN 94 0 67 0 100 0 167 0 144 0 133 0 144 0 189 0 206 0 194 0 194 0 67 Z 39 0 89 0 67 0 72 0 61 0 89 0 94 0 94 0 83 0 72 0 106 0 144 0 156 0 156 0 128 0 117 0 133 0 206 0 239 0 +USW00094728189505PRCP 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 13 0 0 0 66 0 0 0 0 0 0 0 36 0 0 0 0 0 81 0 0 0 0 0 0 0 0 0 8 0 290 0 0 0 0 0 0 0 0 0 +USW00094728189505SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189506TMAX 356 0 356 0 350 0 194 0 233 0 244 0 228 0 250 0 261 0 272 0 283 0 272 0 272 0 300 0 272 0 261 0 272 0 283 0 300 0 317 0 261 0 267 0 306 0 311 0 306 0 272 0 211 0 244 0 272 0 272 0-9999 +USW00094728189506TMIN 250 0 244 0 172 0 161 0 156 0 133 0 122 0 144 0 150 0 161 0 189 0 194 0 206 0 206 0 211 0 183 0 156 0 167 0 167 0 200 0 211 0 211 0 217 0 211 0 217 0 211 0 178 0 183 0 211 0 211 0-9999 +USW00094728189506PRCP 5 0 0 0 0 0 0 0 213 0 30 0 0 0 0 0 0 0 0 0 0 0 0T Z 0T Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 8 0 43 0 0 0 0 0 104 0 13 0 89 0 122 0-9999 +USW00094728189506SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189507TMAX 244 0 239 0 267 0 206 0 211 0 267 0 322 0 283 0 317 0 250 0 206 0 267 0 244 0 256 0 239 0 239 0 306 0 289 0 283 0 339 0 350 0 322 0 283 0 267 0 283 0 267 0 283 0 256 0 267 0 278 0 222 0 +USW00094728189507TMIN 194 0 167 0 161 0 167 0 167 0 194 0 222 0 217 0 206 0 144 0 156 0 161 0 183 0 161 0 161 0 189 0 211 0 211 0 194 0 217 0 239 0 239 0 217 0 189 0 206 0 183 0 183 0 194 0 172 0 172 0 139 0 +USW00094728189507PRCP 38 0 0 0 0 0 305 0 119 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 94 0 3 0 0 0 0 0 61 0 208 0 5 0 0 0 0 0 0 0 0 0 170 0 0 0 0 0 124 0 0 0 +USW00094728189507SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189508TMAX 228 0 244 0 272 0 278 0 306 0 306 0 322 0 311 0 333 0 333 0 328 0 317 0 300 0 311 0 317 0 317 0 300 0 289 0 250 0 239 0 217 0 217 0 294 0 328 0 278 0 272 0 244 0 317 0 322 0 261 0 272 0 +USW00094728189508TMIN 150 0 172 0 183 0 206 0 194 0 222 0 239 0 217 0 217 0 228 0 250 0 239 0 233 0 206 0 222 0 250 0 244 0 217 0 167 0 144 0 144 0 111 0 167 0 217 0 200 0 172 0 217 0 206 0 244 0 211 0 194 0 +USW00094728189508PRCP 0 0 0 0 0 0 277 0 0 0 0 0 267 0 0 0 0 0 13 0 5 0 216 0 5 0 0 0 0 0 0 0 30 0 3 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 231 0 +USW00094728189508SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189509TMAX 217 0 228 0 261 0 261 0 267 0 261 0 239 0 283 0 289 0 306 0 333 0 339 0 256 0 167 0 183 0 206 0 278 0 256 0 256 0 339 0 350 0 350 0 361 0 256 0 250 0 322 0 233 0 200 0 256 0 156 0-9999 +USW00094728189509TMIN 144 0 128 0 144 0 200 0 222 0 200 0 194 0 194 0 172 0 233 0 228 0 250 0 139 0 100 0 83 0 117 0 178 0 167 0 200 0 200 0 250 0 239 0 244 0 172 0 156 0 233 0 144 0 122 0 128 0 83 0-9999 +USW00094728189509PRCP 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 0 0 0 0 13 0 5 0-9999 +USW00094728189509SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189510TMAX 150 0 194 0 211 0 189 0 183 0 200 0 194 0 161 0 83 0 128 0 167 0 183 0 178 0 172 0 133 0 144 0 156 0 156 0 211 0 94 0 89 0 161 0 144 0 117 0 161 0 133 0 194 0 189 0 106 0 89 0 100 0 +USW00094728189510TMIN 67 0 94 0 100 0 111 0 83 0 106 0 106 0 72 0 33 0 28 0 67 0 156 0 144 0 83 0 67 0 56 0 89 0 61 0 100 0 56 0 39 0 39 0 44 0 28 0 67 0 44 0 106 0 61 0 33 0 28 0 50 0 +USW00094728189510PRCP 0 0 0 0 0 0 0 0 0 0 0 0 3 0 43 0 0 0 0 0 0 0 419 0 279 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 315 0 +USW00094728189510SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189511TMAX 111 0 50 0 117 0 156 0 167 0 167 0 200 0 189 0 222 0 200 0 39 0 56 0 83 0 100 0 111 0 111 0 100 0 144 0 150 0 128 0 11 0 106 0 172 0 128 0 150 0 189 0 78 0 89 0 106 0 100 0-9999 +USW00094728189511TMIN 50 0 28 0 28 0 56 0 89 0 111 0 100 0 156 0 178 0 28 0 11 0 -6 0 11 0 56 0 89 0 56 0 61 0 61 0 78 0 6 0 -22 0 -33 0 89 0 50 0 50 0 83 0 44 0 28 0 44 0 6 0-9999 +USW00094728189511PRCP 0 0 38 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 10 0 0 0 0 0 0 0 229 0 274 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 28 0 81 0 295 0 0 0 0 0 0 0 0 0-9999 +USW00094728189511SNOW 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189512TMAX 94 0 150 0 39 0 28 0 -11 0 -6 0 61 0 50 0 6 0 -11 0 -17 0 -28 0 -44 0 11 0 50 0 56 0 61 0 100 0 133 0 156 0 122 0 128 0 133 0 106 0 94 0 156 0 133 0 67 0 72 0 156 0 156 0 +USW00094728189512TMIN -11 0 44 0 -61 0 -67 0 -39 0 -44 0 -22 0 -11 0 -39 0 -56 0 -67 0 -100 0 -106 0 -78 0 -33 0 -17 0 -33 0 0 0 61 0 83 0 94 0 50 0 56 0 83 0 78 0 89 0 28 0 17 0 33 0 39 0 17 0 +USW00094728189512PRCP 0 0 84 0 0 0 0 0 0 0 0 0 0 0 8 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 66 0 0 0 0 0 0 0 91 0 3 0 0 0 0 0 86 0 290 0 +USW00094728189512SNOW 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 5 LZ 3 LZ 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189512DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 L0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189512MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 8 L0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189601TMAX 11 0 78 0 72 0 -44 0 -78 0 -111 0 -39 0 -78 0 -39 0 0 0 6 0 50 0 17 0 0 0 -17 0 61 0 33 0 72 0 44 0 28 0 28 0 56 0 33 0 67 0 89 0 67 0 17 0 33 0 94 0 50 0 83 0 +USW00094728189601TMIN -33 0 -33 0 -44 0 -106 0 -144 0 -189 0 -144 0 -128 0 -94 0 -67 0 -56 0 -61 0 -28 0 -33 0 -61 0 -72 0 -17 0 0 0 6 0 -11 0 -11 0 -11 0 -17 0 28 0 50 0 22 0 -39 0 -39 0 -17 0 6 0 -33 0 +USW00094728189601PRCP 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 216 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728189601SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 0 Z 51 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189602TMAX 72 0 83 0 6 0 28 0 44 0 139 0 72 0 56 0 33 0 33 0 39 0 0 0 72 0 61 0 122 0 67 0 -139 0 -33 0 28 0 -72 0 -61 0 6 0 83 0 78 0 -6 0 -11 0 44 0 106 0 122 0-9999 -9999 +USW00094728189602TMIN 11 0 -6 0 -28 0 -6 0 22 0 39 0 28 0 28 0 11 0 -6 0 -17 0 -56 0 -22 0 -17 0 -6 0 -144 0 -206 0 -172 0 -89 0 -122 0 -156 0 -106 0 -28 0 -6 0 -106 0 -106 0 -67 0 0 0 83 0-9999 -9999 +USW00094728189602PRCP 74 0 0 0 66 0 28 0 3 0 696 0 0 0 0 0 117 0 0 0 0 0 0 0 150 0 0 0 0 0 5 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 574 0-9999 -9999 +USW00094728189602SNOW 25 0 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 38 0 0 Z 0 Z 0 Z 25 0 0 Z 0 Z 13 0 0 Z 0 Z 13 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 0 0 Z 0 Z 0 Z-9999 -9999 +USW00094728189602DASF-9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189602MDSF-9999 -9999 -9999 89 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189603TMAX 94 0 6 0 -11 0 -22 0 39 0 78 0 100 0 33 0 22 0 28 0 6 0 -22 0 -28 0 -17 0 0 0 6 0 39 0 67 0 100 0 56 0 44 0 89 0 0 0 -22 0 72 0 128 0 0 0 78 0 111 0 128 0 156 0 +USW00094728189603TMIN 6 0 -61 0 -72 0 -83 0 -83 0 -50 0 11 0 -22 0 -28 0 -33 0 -50 0 -72 0 -100 0 -94 0 -61 0 -28 0 -17 0 -28 0 17 0 -56 0 -67 0 6 0 -50 0 -94 0 -50 0 -11 0 -50 0 -22 0 44 0 28 0 61 0 +USW00094728189603PRCP 20 0 155 0 0 0 0 0 0 0 0 0 36 0 0T Z 0 0 0 0 124 0 5 0 0 0 0 0 142 0 333 0 0 0 0 0 175 0 0 0 0 0 13 0 46 0 3 0 0 0 8 0 0 0 0 0 269 0 13 0 0 0 +USW00094728189603SNOW 0 Z 254 0 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z-9999 -9999 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189603DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189603MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 102 0-9999 -9999 -9999 305 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 114 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189604TMAX 106 0 89 0 11 0 44 0 83 0 61 0 39 0 67 0 106 0 100 0 106 Z 150 0 250 0 228 0 261 0 306 0 311 0 322 0 222 0 261 0 239 0 128 0 200 0 156 0 106 0 161 0 156 0 122 0 206 0 156 0-9999 +USW00094728189604TMIN 44 0 6 0 -39 0 -44 0 -11 0 17 0 -6 0 -6 0 11 0 33 0 39 0 78 0 72 0 150 0 161 0 172 0 150 0 144 0 167 0 172 0 100 0 89 0 78 0 94 0 78 0 78 0 72 0 83 0 111 0 89 0-9999 +USW00094728189604PRCP 20 0 43 0 0 0 0 0 0 0 36 0 165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728189604SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 64 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189605TMAX 178 0 133 0 178 0 267 0 256 0 194 0 178 0 200 0 328 0 333 0 328 0 261 0 244 0 200 0 278 0 278 0 306 0 306 0 289 0 178 0 144 0 272 0 250 0 183 0 189 0 278 0 289 0 239 0 233 0 244 0 256 0 +USW00094728189605TMIN 72 0 100 0 117 0 161 0 167 0 106 0 89 0 83 0 144 0 217 0 167 0 167 0 161 0 144 0 161 0 156 0 183 0 206 0 156 0 139 0 133 0 139 0 167 0 133 0 117 0 161 0 200 0 172 0 178 0 167 0 167 0 +USW00094728189605PRCP 0 0 0 0 25 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 5 0 0 0 0 0 0 0 33 0 3 0 107 0 0 0 0 0 0 0 0 0 71 0 0 0 203 0 0 0 0 0 86 0 +USW00094728189605SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189606TMAX 217 0 222 0 256 0 267 0 306 0 283 0 256 0 250 0 289 0 239 0 239 0 256 0 211 0 172 0 228 0 222 0 211 0 272 0 311 0 311 0 333 0 322 0 222 0 206 0 194 0 289 0 278 0 217 0 283 0 250 0-9999 +USW00094728189606TMIN 139 0 139 0 133 0 167 0 189 0 200 0 183 0 183 0 183 0 150 0 133 0 156 0 150 0 128 0 111 0 161 0 178 0 189 0 194 0 233 0 233 0 228 0 178 0 150 0 144 0 183 0 183 0 194 0 194 0 156 0-9999 +USW00094728189606PRCP 0 0 0 0 0 0 0 0 0 0 0 0 3 0 51 0 15 0 163 0 0 0 0 0 0 0 605 0 0 0 0 0 142 0 0 0 0 0 0 0 79 0 0 0 0 0 295 0 38 0 51 0 0 0 13 0 0 0 0 0-9999 +USW00094728189606SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189607TMAX 311 0 339 0 328 0 256 0 306 0 256 0 294 0 217 0 300 0 306 0 317 0 322 0 328 0 300 0 306 0 267 0 239 0 272 0 267 0 283 0 300 0 272 0 261 0 217 0 261 0 289 0 322 0 322 0 322 0 328 0 267 0 +USW00094728189607TMIN 183 0 200 0 217 0 206 0 256 0 228 0 211 0 156 0 189 0 239 0 239 0 228 0 239 0 233 0 250 0 189 0 156 0 183 0 183 0 211 0 239 0 239 0 200 0 189 0 183 0 183 0 217 0 233 0 233 0 239 0 194 0 +USW00094728189607PRCP 0 0 0 0 0 0 33 0 20 0 500 0 0 0 0 0 48 0 0 0 0 0 0 0 20 0 0 0 0 0 297 0 0 0 0 0 0 0 0 0 269 0 366 0 0 0 36 0 0 0 0 0 137 0 0 0 0 0 155 0 0 0 +USW00094728189607SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189608TMAX 267 0 278 0 300 0 322 0 344 0 333 0 361 0 350 0 367 0 344 0 356 0 339 0 322 0 272 0 300 0 294 0 250 0 239 0 222 0 222 0 239 0 222 0 289 0 261 0 272 0 283 0 261 0 250 0 244 0 250 0 244 0 +USW00094728189608TMIN 172 0 211 0 200 0 222 0 250 0 250 0 244 0 261 0 278 0 267 0 272 0 261 0 244 0 228 0 233 0 222 0 183 0 161 0 144 0 139 0 161 0 189 0 222 0 211 0 189 0 200 0 178 0 156 0 150 0 161 0 172 0 +USW00094728189608PRCP 0 0 66 0 0 0 0 0 0 0 0 0 3 0 0 0 30 0 0 0 0 0 0 0 0 0 74 0 0 0 36 0 0 0 41 0 0 0 0 0 25 0 64 0 8 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 +USW00094728189608SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189609TMAX 211 0 239 0 311 0 228 0 222 0 256 0 256 0 189 0 228 0 300 0 317 0 261 0 250 0 250 0 261 0 272 0 206 0 233 0 294 0 178 0 183 0 178 0 144 0 206 0 222 0 256 0 261 0 222 0 211 0 250 0-9999 +USW00094728189609TMIN 144 0 133 0 194 0 139 0 150 0 189 0 156 0 161 0 161 0 194 0 211 0 206 0 178 0 161 0 211 0 183 0 183 0 156 0 144 0 106 0 100 0 106 0 78 0 83 0 117 0 156 0 167 0 189 0 172 0 178 0-9999 +USW00094728189609PRCP 0 0 0 0 241 0 0 0 259 0 160 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 107 0 0 0 43 0 0 0 203 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 112 0 69 0-9999 +USW00094728189609SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189610TMAX 178 0 167 0 172 0 144 0 139 0 161 0 161 0 122 0 122 0 133 0 122 0 128 0 117 0 139 0 194 0 200 0 117 0 111 0 111 0 167 0 183 0 122 0 144 0 122 0 83 0 144 0 206 0 144 0 200 0 206 0 222 0 +USW00094728189610TMIN 139 0 122 0 117 0 117 0 117 0 117 0 94 0 67 0 44 0 56 0 83 0 100 0 89 0 106 0 111 0 106 0 78 0 72 0 39 0 89 0 83 0 50 0 100 0 44 0 22 0 33 0 78 0 94 0 133 0 156 0 144 0 +USW00094728189610PRCP 0 0 0 0 0T Z 10 0 3 0 0 0 25 0 0 0 0 0 0 0 41 0 0 0 178 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 56 0 114 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 +USW00094728189610SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189611TMAX 156 0 206 0 150 0 161 0 189 0 156 0 161 0 133 0 89 0 106 0 156 0 133 0 83 0 39 0 111 0 172 0 211 0 161 0 150 0 39 0 83 0 83 0 100 0 150 0 100 0 156 0 222 0 206 0 61 0 11 0-9999 +USW00094728189611TMIN 122 0 100 0 89 0 122 0 156 0 89 0 78 0 72 0 50 0 33 0 83 0 78 0 28 Z 11 0 28 0 72 0 106 0 122 0 33 0 11 0 17 0 17 0 -11 0 94 0 67 0 94 0 156 0 67 0 11 0 -17 0-9999 +USW00094728189611PRCP 0 0 0 0 0 0 8 0 312 0 0 0 0 0 0 0 0 0 0 0 48 0 8 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 25 0 0 0 0 0 0 0 0 0 0 0 140 0 119 0 48 0-9999 +USW00094728189611SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 64 0 64 0-9999 +USW00094728189612TMAX 0 0 -33 0 0 0 61 0 78 0 106 0 128 0 122 0 122 0 100 0 78 0 100 0 139 0 83 0 17 0 -6 0 17 0 67 0 28 0 11 0 17 0 33 0 17 0 -56 0 0 0 11 0 -17 0 -6 0 28 0 61 0 78 0 +USW00094728189612TMIN -33 0 -56 0 -61 0 -33 0 17 0 56 0 50 0 33 0 67 0 67 0 39 0 28 0 72 0 17 0 -22 0 -50 0 -50 0 -11 0 -39 0 -33 0 -39 0 -33 0 -100 0 -128 0 -94 0 -50 0 -89 0 -67 0 -39 0 33 0 11 0 +USW00094728189612PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 8 0 0 0 0 0 0 0 5 0 140 0 0 0 0 0 0 0 0 0 0 0 30 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728189612SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189612DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189612MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 178 0-9999 -9999 -9999 -9999 -9999 -9999 152 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189701TMAX 33 0 67 0 72 0 128 0 122 0 33 0 33 0 28 0 39 0 67 0 44 0 0 0 11 0 0 0 17 0 39 0 89 0 106 0 -56 0 56 0 94 0 72 0 33 0 -33 0 -111 0 -61 0 -11 0 -50 0 -22 0 -17 0 -6 0 +USW00094728189701TMIN -28 0 22 0 50 0 50 0 39 0 -22 0 -28 0 -28 0 -50 0 17 0 0 0 -89 0 -89 0 -33 0 -11 0 6 0 28 0 -50 0 -100 0 -83 0 39 0 17 0 -44 0 -106 0 -133 0 -144 0 -94 0 -94 0 -100 0 -78 0 -94 0 +USW00094728189701PRCP 0 0 0 0 0 0 114 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0T Z 0 0 3 0 13 0 0 0 66 0 368 0 5 0 0 0 3 0 0 0 0 0 28 0 109 0 0 0 0 0 0 0 +USW00094728189701SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0T Z 0 Z 0 Z 0 Z 0 Z 13 0 0 Z 8 0 0 Z 13 0 0 Z 0 Z 64 Z 191 Z 0 Z 0 Z 0 Z +USW00094728189702TMAX 33 0 11 0 -11 0 17 0 39 0 67 0 39 0 28 0 44 0 22 0 33 0 0 0 0 0 44 0 50 0 50 0 83 0 72 0 33 0 44 0 106 0 50 0 72 0 22 0 50 0 11 0 -11 0 11 0-9999 -9999 -9999 +USW00094728189702TMIN -72 0 -33 0 -44 0 -61 0 -72 0 -6 0 22 0 6 0 6 0 -6 0 -44 0 -50 0 -56 0 -50 0 6 0 6 0 6 0 22 0 -17 0 -22 0 22 0 22 0 17 0 -22 0 0 0 -44 0 -72 0 -67 0-9999 -9999 -9999 +USW00094728189702PRCP 0 0 10 0 0 0 0 0 0 0 157 0 43 0 0T Z 0 0 0 0 0 0 249 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 25 0 41 0 74 0 30 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728189702SNOW 0 Z 38 0 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 216 0 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 25 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728189703TMAX 39 0 111 0 139 0 33 0 89 0 89 0 17 0 50 0 72 0 144 0 128 0 94 0 72 0 44 0 44 0 -6 0 50 0 72 0 89 0 78 0 156 0 128 0 156 0 100 0 50 0 56 0 50 0 67 0 117 0 156 0 100 0 +USW00094728189703TMIN -67 0 39 0 39 0 0 0 17 0 0 0 -39 0 -11 0 22 0 50 0 33 0 72 0 0 0 0 0 -11 0 -50 0 -72 0 39 0 56 0 50 0 50 0 61 0 67 0 44 0 17 0 0 0 -11 0 6 0 6 0 50 0 22 0 +USW00094728189703PRCP 13 0 0 0 3 0 0 0 104 0 0 0 0 0 0 0 0T Z 5 0 0 0 104 0 0 0 137 0 0 0 0 0 0 0 0 0 25 0 119 0 0 0 3 0 33 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728189703SNOW 71 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 64 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189704TMAX 83 0 167 0 100 0 94 0 161 0 156 0 122 0 122 0 83 0 100 0 111 0 133 0 139 0 206 0 150 0 161 0 133 0 150 0 200 0 61 0 133 0 161 0 200 0 222 0 250 0 194 0 78 0 117 0 222 0 211 0-9999 +USW00094728189704TMIN 6 0 39 0 50 0 50 0 72 0 89 0 67 0 61 0 67 0 44 0 33 0 39 0 67 0 100 0 78 0 61 0 78 0 56 0 -17 0 -44 0 11 0 67 0 78 0 128 0 139 0 78 Z 33 0 61 0 72 0 117 0-9999 +USW00094728189704PRCP 0 0 0 0 0 0 3 0 86 0 8 0 0 0 53 0 246 0 0 0 0 0 5 0 0 0 56 0 99 0 0 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0-9999 +USW00094728189704SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189705TMAX 156 0 156 0 139 0 156 0 183 0 217 0 189 0 189 0 222 0 272 0 233 0 239 0 206 0 222 0 222 0 189 0 217 0 239 Z 228 0 222 0 217 0 211 0 206 0 250 0 217 0 172 0 194 0 222 0 183 0 222 0 244 0 +USW00094728189705TMIN 117 0 117 0 78 0 78 0 78 0 128 0 83 0 44 0 106 0 156 0 133 0 172 0 167 0 156 0 133 0 122 0 117 0 117 0 144 0 156 0 100 0 83 0 139 0 167 0 122 0 111 0 89 0 117 0 144 0 117 0 144 0 +USW00094728189705PRCP 3 0 279 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 81 0 0 0 150 0 335 0 15 0 8 0 0 0 0 0 0 Z 0 Z 0 Z 66 0 0 Z 0 Z 328 0 8 0 0 Z 0 Z 0 Z 0 Z 102 0 86 0 +USW00094728189705SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189706TMAX 156 0 217 0 267 0 294 0 244 0 228 0 178 0 161 0 167 0 194 0 244 0 267 0 233 0 250 0 272 0 250 0 222 0 250 0 261 0 233 0 194 0 233 0 278 0 294 0 289 0 228 0 222 0 261 0 272 0 317 0-9999 +USW00094728189706TMIN 111 0 106 0 161 0 217 0 167 0 172 0 150 0 139 0 144 0 144 0 150 0 172 0 156 0 144 0 144 0 156 0 144 0 144 0 139 0 128 0 94 0 111 0 178 0 217 0 211 0 144 0 139 0 133 0 194 0 233 0-9999 +USW00094728189706PRCP 13 0 0 Z 28 0 18 0 5 0 0 Z 0 Z 119 0 480 0 0 Z 0 Z 3 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 66 0 0 Z 0 Z 0 Z 0 Z 3 0 0 Z 0 Z 0 Z 5 0 10 0-9999 +USW00094728189706SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189707TMAX 289 0 289 0 300 0 294 0 328 0 339 0 300 0 306 0 322 0 333 0 306 0 311 0 261 0 294 0 294 0 300 0 300 0 250 0 256 0 261 0 267 0 306 0 322 0 250 0 294 0 239 0 200 0 200 0 250 0 283 0 294 0 +USW00094728189707TMIN 206 0 211 0 200 0 217 0 211 0 233 0 239 0 222 0 222 0 239 0 217 0 239 0 228 0 211 0 189 0 211 0 233 0 211 0 222 0 228 0 228 0 239 0 206 0 211 0 222 0 194 0 178 0 178 0 178 0 194 0 217 0 +USW00094728189707PRCP 0 Z 102 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 15 0 137 0 582 0 211 0 0 Z 0 Z 0 Z 191 0 0 Z 10 0 15 0 239 0 297 0 10 0 0 Z 8 0 28 0 561 0 23 0 0 Z 0 Z +USW00094728189707SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189708TMAX 267 0 283 0 294 0 300 0 228 0 261 0 283 0 283 0 256 0 272 0 283 0 272 0 261 0 300 0 317 0 306 0 239 0 233 0 256 0 239 0 267 0 283 0 211 0 228 0 267 0 256 0 272 0 278 0 272 0 267 0 244 0 +USW00094728189708TMIN 206 0 200 0 217 0 228 0 183 0 172 0 189 0 194 0 206 0 211 0 217 0 200 0 172 0 189 0 244 0 217 0 194 0 178 0 189 0 178 0 161 0 200 0 172 0 194 0 194 0 183 0 167 0 194 0 161 0 194 0 167 0 +USW00094728189708PRCP 0 Z 0 Z 0 Z 10 0 127 0 0 Z 0 Z 0 Z 10 0 0 Z 48 0 3 0 0 Z 0 Z 18 0 71 0 0 Z 5 0 0 Z 0 Z 0 Z 30 0 10 0 577 0 46 0 3 0 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189708SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189709TMAX 272 0 228 0 217 0 239 0 278 0 306 0 272 0 261 0 322 0 339 0 333 0 211 0 272 0 256 0 228 0 278 0 267 0 200 0 222 0 194 0 161 0 156 0 161 0 189 0 244 0 267 0 172 0 167 0 211 0 250 0-9999 +USW00094728189709TMIN 172 0 183 0 161 0 139 0 161 0 183 0 211 0 206 0 206 0 228 0 211 0 156 0 200 0 178 0 144 0 161 0 139 0 106 0 150 0 106 0 89 0 100 0 111 0 144 0 144 0 156 0 94 0 72 0 89 0 122 0-9999 +USW00094728189709PRCP 0 Z 259 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 5 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 79 0 102 0 0 Z 15 0 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189709SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189710TMAX 289 0 189 0 172 0 200 0 228 0 194 0 178 0 161 0 183 0 133 0 200 0 222 0 211 0 200 0 278 0 306 0 217 0 139 0 156 0 144 0 144 0 106 0 122 0 111 0 128 0 167 0 156 0 172 0 156 0 89 0 133 0 +USW00094728189710TMIN 161 0 83 0 67 0 89 0 89 0 122 0 117 0 72 0 67 0 50 0 100 0 178 0 133 0 111 0 144 0 194 0 67 0 50 0 83 0 122 0 94 0 83 0 83 0 106 0 111 0 117 0 89 0 122 0 61 0 50 0 39 0 +USW00094728189710PRCP 0 0 3 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 81 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 5 0 0 0 36 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728189710SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189711TMAX 178 0 183 0 156 0 156 0 161 0 161 0 122 0 100 0 161 0 106 0 128 0 72 0 67 0 72 0 122 0 200 0 56 0 50 0 78 0 61 0 128 0 111 0 33 0 33 0 117 0 161 0 161 0 39 0 72 0 6 0-9999 +USW00094728189711TMIN 117 0 144 0 100 0 78 0 100 0 94 0 72 0 78 0 67 0 50 0 67 0 44 0 44 0 33 0 61 0 44 0 22 0 0 0 11 0 22 0 61 0 17 0 -39 0 -50 0 17 0 100 0 -6 0 -22 0 6 0 -22 0-9999 +USW00094728189711PRCP 307 0 274 0 0 0 0 0 0 0 0 0 0 0 15 0 51 0 0 0 175 0 0 0 0 0 0 0 25 0 33 0 3 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 46 0 168 0 0 0 20 0 0 0-9999 +USW00094728189711SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 58 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189712TMAX 56 0 39 0 17 0 111 0 72 0 72 0 94 0 83 0 122 0 128 0 172 0 133 0 89 0 117 0 139 0 94 0 117 0 94 0 -6 0 39 0 33 0 44 0 0 0 -56 0 0 0 28 0 17 0 33 0 44 0 89 0 94 0 +USW00094728189712TMIN -17 0 -6 0 -11 0 -6 0 33 0 22 0 33 0 17 0 44 0 61 0 106 0 44 0 33 0 72 0 83 0 67 0 67 0 -17 0 -28 0 -67 0 0 0 -11 0 -61 0 -83 0 -83 0 -17 0 -33 0 -56 0 -61 0 39 0 11 0 +USW00094728189712PRCP 0 0 0 0 30 0 89 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 114 0 0 0 564 0 15 0 0 0 0 0 0 0 0 0 23 0 3 0 3 0 0 0 0 0 0 0 74 0 0 0 0 0 28 0 0 0 234 0 +USW00094728189712SNOW 0 Z 0 Z 20 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0T Z 0 Z 0 Z 0 Z 76 0 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189712DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189712MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 8 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189801TMAX 11 Z -39 0 6 0 0 0 50 0 100 0 78 0 83 0 78 0 61 0 78 0 83 0 122 0 67 0 94 0 67 0 39 0 33 0 50 0 94 0 78 0 83 0 133 0 33 0 61 0 44 0 17 0 -28 0 -33 0 -11 0 0 0 +USW00094728189801TMIN -89 0 -111 0 -78 0 -83 0 -22 0 17 0 22 0 33 0 17 0 17 0 33 0 33 0 67 0 17 0 39 0 6 0 -28 0 -11 0 -11 0 33 0 33 0 39 0 39 0 0 0 -17 0 -17 0 -22 0 -72 0 -83 0 -122 0 -67 0 +USW00094728189801PRCP 3 0 0 0 0 0 0 0 0 0 13 0 41 0 0 0 3 0 18 0 0 0 25 0 0 0 0 0 104 0 0 0 0 0 0 0 0 0 142 0 0 0 152 0 262 0 0 0 165 0 3 0 3 0 0 0 30 0 0 0 119 0 +USW00094728189801SNOW 3 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 0 0 Z 3 0 0 Z 51 0 0 Z 127 0 +USW00094728189801DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189801MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 8 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189802TMAX -6 0 -56 0 -67 0 39 0 67 0 33 0 89 0 100 0 106 0 144 0 100 0 117 0 106 0 78 0 78 0 33 0 17 0 67 0 61 0 39 0 56 0 83 0 50 0 89 0 78 0 17 0 44 0 33 0-9999 -9999 -9999 +USW00094728189802TMIN -94 0 -133 0 -106 0 -100 0 -28 0 -11 0 -11 0 28 0 33 0 33 0 56 0 50 0 33 0 22 0 33 0 -72 0 -83 0 -17 0 28 0 22 0 33 0 33 0 17 0 17 0 11 0 -28 0 -28 0 -39 0-9999 -9999 -9999 +USW00094728189802PRCP 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 10 0 28 0 0 0 0 0 10 0 142 0 780 0 36 0 0 0 18 0 0 0 0 0 13 0 0 0 0 0-9999 -9999 -9999 +USW00094728189802SNOW 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 0 0 Z 0 Z 25 0 0 Z 0 Z-9999 -9999 -9999 +USW00094728189803TMAX 39 0 67 0 61 0 56 0 56 0 100 0 106 0 117 0 133 0 150 0 139 0 167 0 161 0 117 0 106 Z 94 0 183 0 128 0 206 0 178 0 78 0 78 0 139 0 78 0 122 0 133 0 100 0 122 0 122 0 117 0 83 0 +USW00094728189803TMIN -33 0 -6 0 17 0 6 0 0 0 -6 0 28 0 33 0 28 0 39 0 50 0 100 0 111 0 44 0 17 Z 50 0 72 0 50 0 89 0 78 0 28 0 50 0 56 0 50 0 33 0 33 0 72 0 83 0 83 0 50 0 33 0 +USW00094728189803PRCP 0 0 51 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 0 Z 3 0 15 0 0 0 46 0 3 0 145 0 89 0 0 0 0 0 0 0 0 0 66 0 3 0 142 0 41 0 36 0 +USW00094728189803SNOW 0 Z 25 0 0 Z 25 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z +USW00094728189804TMAX 78 0 89 0 28 0 83 0 44 0 33 0 72 0 139 0 139 0 156 0 122 0 178 0 183 0 133 0 83 0 200 0 233 0 161 0 94 0 144 0 100 0 156 0 200 0 172 0 122 0 106 0 94 0 50 0 100 0 194 0-9999 +USW00094728189804TMIN 11 0 17 0 -17 0 0 0 -22 0 -33 0 -17 0 22 0 44 0 50 0 94 0 89 0 94 0 78 0 67 0 72 0 111 0 94 0 61 0 56 0 61 0 72 0 117 0 106 0 100 0 67 0 50 0 39 0 39 0 89 0-9999 +USW00094728189804PRCP 0 0 0 0 0 0 0 0 61 0 0T Z 0 0 0 0 0 0 25 0 0 0 0 0 0 0 10 0 61 0 3 0 13 0 0 0 127 0 0 0 0 0 0 0 3 0 345 0 10 0 13 0 0 0 104 0 51 0 0 0-9999 +USW00094728189804SNOW 0 Z 0 Z 0 Z 0 Z 64 0 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189805TMAX 222 0 161 0 111 0 111 0 117 0 139 0 128 0 122 0 178 0 156 0 150 0 206 0 217 0 206 0 156 0 167 0 206 0 222 0 250 0 300 0 233 0 189 0 161 0 194 0 172 0 144 0 167 0 206 0 183 0 244 0 233 0 +USW00094728189805TMIN 100 0 106 0 89 0 89 0 89 0 83 0 89 0 44 0 67 0 83 0 106 0 111 0 139 0 111 0 117 0 117 0 122 0 111 0 144 0 200 0 156 0 139 0 139 0 156 0 139 0 133 0 133 0 156 0 156 0 139 0 122 0 +USW00094728189805PRCP 0 0 0 0 3 0 3 0 43 0 18 0 170 0 345 0 0 0 0 0 28 0 81 0 0 0 0 0 290 0 56 0 0 0 0 0 48 0 5 0 0 0 0 0 150 0 147 0 0 0 287 0 25 0 8 0 0T Z 0 0 0 0 +USW00094728189805SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189806TMAX 244 0 222 0 239 0 194 0 250 0 256 0 278 0 294 0 300 0 267 0 272 0 317 0 311 0 306 0 239 0 217 0 239 0 233 0 244 0 244 0 200 0 211 0 250 0 294 0 344 0 322 0 300 0 278 0 272 0 311 0-9999 +USW00094728189806TMIN 167 0 156 0 156 0 150 0 144 0 144 0 161 0 189 0 211 0 178 0 172 0 217 0 233 0 217 0 183 0 150 0 161 0 156 0 189 0 150 0 144 0 133 0 122 0 167 0 211 0 233 0 217 0 194 0 206 0 200 0-9999 +USW00094728189806PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 18 0 0 0 3 0 0 0 0 0 0 0 0 0 66 0 0 0 56 0 81 0 0 0 0 0 38 0 0 0 0 0 43 0 0 0 0 0-9999 +USW00094728189806SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189807TMAX 344 0 311 0 378 0 356 0 283 0 261 0 278 0 306 0 294 0 233 0 217 0 211 0 206 0 283 0 328 0 300 0 300 0 272 0 294 0 328 0 328 0 267 0 233 0 272 0 272 0 272 0 267 0 267 0 350 0 339 0 333 0 +USW00094728189807TMIN 233 0 239 0 233 0 222 0 200 0 178 0 161 0 183 0 200 0 167 0 139 0 156 0 144 0 178 0 222 0 206 0 194 0 217 0 228 0 217 0 239 0 222 0 211 0 211 0 222 0 233 0 233 0 233 0 250 0 256 0 244 0 +USW00094728189807PRCP 0 0 0 0 0 0 170 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 3 0 551 0 0 0 0 0 0 0 0 0 0 0 61 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 36 0 48 0 0 0 180 0 3 0 +USW00094728189807SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189808TMAX 272 0 300 0 283 0 333 0 278 0 283 0 311 0 322 0 261 0 228 0 211 0 239 0 261 0 267 0 267 0 294 0 317 0 294 0 267 0 244 0 289 0 300 0 317 0 339 0 294 0 256 0 222 0 244 0 267 0 306 0 328 0 +USW00094728189808TMIN 233 0 228 0 228 0 228 0 194 0 200 0 217 0 250 0 228 0 183 0 189 0 194 0 189 0 178 0 194 0 206 0 222 Z 217 0 211 0 183 0 189 0 211 0 233 0 233 0 239 0 194 0 172 0 150 0 189 0 228 0 239 0 +USW00094728189808PRCP 10 0 0 0 0 0 13 0 292 0 0 0 0 0 28 0 0 0 201 0 18 0 58 0 15 0 0 0 0 0 0 0 0 0 5 0 160 0 0 0 0 0 0 0 0 0 79 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728189808SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189809TMAX 339 0 339 0 339 0 333 0 322 0 311 0 311 0 228 0 244 0 233 0 206 0 211 0 228 0 222 0 222 0 244 0 294 0 322 0 289 0 206 0 183 0 217 0 267 0 244 0 172 0 228 0 211 0 239 0 261 0 256 0-9999 +USW00094728189809TMIN 244 0 261 0 256 0 256 0 250 0 233 0 172 0 156 0 144 0 144 0 111 0 117 0 139 0 144 0 178 0 206 0 217 0 217 0 183 0 139 0 111 0 133 0 206 0 133 0 122 0 172 0 161 0 139 0 144 0 167 0-9999 +USW00094728189809PRCP 0 0 0 0 41 0 0 0 0 0 0T Z 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 66 0 0 0 0 0 0 0 0 0 0 0 8 0 224 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0-9999 +USW00094728189809SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189810TMAX 267 0 239 0 267 0 267 0 272 0 239 0 206 0 200 0 206 0 183 0 233 0 206 0 156 0 178 0 144 0 133 0 144 0 128 0 206 0 189 0 161 0 217 0 161 0 189 0 183 0 194 0 117 0 111 0 111 0 111 0 128 0 +USW00094728189810TMIN 172 0 178 0 194 0 239 0 239 0 133 0 117 0 156 0 133 0 106 0 172 0 122 0 100 0 128 0 94 0 83 0 67 0 100 0 128 0 111 0 106 0 94 0 83 0 83 0 117 0 122 0 61 0 50 0 83 0 89 0 78 0 +USW00094728189810PRCP 0 0 0 0 0 0 41 0 79 0 0 0 0 0 74 0 0 0 0 0 15 0 180 0 0 0 185 0 0 0 0 0 0 0 0 0 239 0 0 0 279 0 79 0 0 0 0 0 0 0 318 0 0 0 0 0 0T Z 48 0 0 0 +USW00094728189810SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z +USW00094728189811TMAX 122 0 161 0 150 0 156 0 167 0 172 0 100 0 161 0 156 0 189 0 178 0 94 0 106 0 111 0 94 0 100 0 100 0 117 0 111 0 106 0 111 0 128 0 106 0 50 0 11 0 11 0 -22 0 33 0 50 0 39 0-9999 +USW00094728189811TMIN 67 0 94 0 83 0 72 0 106 0 72 0 61 0 72 0 100 0 122 0 33 0 22 0 50 0 61 0 50 0 56 0 83 0 89 0 89 0 61 0 44 0 67 0 50 0 0 0 -33 0 -39 0 -33 0 -28 0 -11 0 -22 0-9999 +USW00094728189811PRCP 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 351 0 0 0 0 0 33 0 3 0 0 0 0 0 74 0 145 0 340 0 0 0 0 0 10 0 25 0 168 0 0 0 117 0 178 0 0 0 38 0 175 0-9999 +USW00094728189811SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 76 0 0 Z 127 0 127 0 0 Z-9999 -9999 -9999 +USW00094728189811DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 +USW00094728189811MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 0-9999 +USW00094728189812TMAX 28 0 44 0 44 0 94 0 67 0 39 0 33 0 0 0 -6 0 0 0 6 0 22 0 6 0 -28 0 22 0 78 0 72 0 44 0 39 0 56 0 50 0 67 0 83 0 61 0 56 0 28 0 33 0 11 0 72 0 139 0 117 0 +USW00094728189812TMIN -6 0 -17 0 11 0 28 0 17 0 6 0 -11 0 -28 0 -39 0 -33 0 -28 0 -6 0 -100 0 -106 0 -50 0 -17 0 22 0 6 0 6 0 33 0 28 0 22 0 33 0 22 0 6 0 -22 0 -6 0 -72 0 -33 0 61 0 -78 0 +USW00094728189812PRCP 0 0 0 0 3 0 264 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 18 0 0 0 53 0 137 0 0 0 163 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 91 0 +USW00094728189812SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 0 +USW00094728189901TMAX -78 0 -67 0 11 0 106 0 117 0 44 0 33 0 22 0 44 0 -22 Z -72 0 -17 0 28 0 78 0 78 0 89 0 89 0 28 0 17 0 56 0 67 0 67 0 61 0 94 0 22 0 94 0 39 0 0 0 -22 0 6 0 -33 0 +USW00094728189901TMIN -133 0 -122 0 -72 0 17 0 39 0 -11 0 -33 0 -39 0 -22 0 -128 0 -139 0 -111 0 -17 Z 22 0 33 0 44 0 28 0 -56 0 -78 0 -28 0 0 0 11 0 -6 0 0 0 -11 0 17 0 -100 0 -100 0 -67 0 -67 0 -83 0 +USW00094728189901PRCP 46 0 0 0 0 0 0 0 0 0 351 0 3 0 0 0 0 0 0 0 0 0 3 0 23 0 38 0 0 0 107 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 394 0 10 0 0 0 0 0 0 0 0 0 0 0 28 0 +USW00094728189901SNOW 76 0 0 Z 0 Z 0 Z 0 Z 25 0 0 Z 0 Z 0 Z 0 Z 0 Z 8 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 0 +USW00094728189902TMAX -61 0 17 0 44 0 39 0 17 0 -6 0 -22 0 -6 0 -117 0 -139 0 -128 0 -128 0 -117 0 -44 0 17 0 28 0 83 0 72 0 50 0 94 0 117 0 111 0 78 0 11 0 44 0 72 0 100 0 72 0-9999 -9999 -9999 +USW00094728189902TMIN -111 0 -89 0 -22 0 -28 0 -33 0 -44 0 -44 0 -117 0 -189 0 -211 0 -189 0 -156 0 -144 0 -122 0 -78 0 -33 0 11 0 22 0 22 0 22 0 44 0 50 0 11 Z -33 0 -56 0 0 0 22 0 -28 0-9999 -9999 -9999 +USW00094728189902PRCP 3 0 0 0 30 0 41 0 38 0 23 0 51 0 76 0 0 0 0 0 0 0 58 0 119 0 0 0 0 0 180 0 0 0 109 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 254 0 8 0 0 0-9999 -9999 -9999 +USW00094728189902SNOW 25 0 0 Z 0 Z 0 Z 25 0 20 0-9999 -9999 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728189902DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189902MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 165 0-9999 -9999 -9999 -9999 406 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728189903TMAX 72 0 56 0 89 0 56 0 117 0 94 0 33 0 11 0 50 0 83 0 106 0 172 0 61 0 67 0 50 0 50 0 61 0 89 0 89 0 11 0 50 0 44 0 67 0 44 0 44 0 50 0 72 0 61 0 67 0 78 0 111 0 +USW00094728189903TMIN 17 0 11 0 6 0 28 0 22 0 6 0 -33 0 -33 0 -6 0 17 0 28 0 67 0 17 0 0 0 17 0 -11 0 -39 0 39 0 -6 0 -56 0 -72 0 11 0 6 0 -11 0 -22 0 -17 0 -33 0 28 0 0 0 11 0 39 0 +USW00094728189903PRCP 0 0 18 0 0 0 8 0 84 0 0 0 46 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 241 0 0 0 0 0 180 0 165 0 0 0 0 0 318 0 79 0 0 0 36 0 25 0 0 0 191 0 25 0 0 0 0 0 +USW00094728189903SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 76 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 0T Z 0 Z 0 Z 8 0 0 Z 0 Z 13 0 13 0 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189904TMAX 50 0 22 0 50 0 61 0 61 0 100 0 89 0 117 0 78 0 72 0 122 0 111 0 172 0 150 0 172 0 106 0 139 0 167 0 161 0 144 0 117 0 167 0 228 0 183 0 228 0 256 0 189 0 183 0 217 0 244 0-9999 +USW00094728189904TMIN 0 0 -17 0 -22 0 -11 0 -6 0 -6 0 39 0 56 0 39 0 22 0 22 0 56 0 67 0 100 0 94 0 39 0 39 0 83 0 94 0 72 0 61 0 61 0 83 0 117 0 106 0 156 0 111 0 83 0 94 0 128 0-9999 +USW00094728189904PRCP 0 0 0 0 0 0 0 0 0 0 0 0 343 0 15 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 74 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728189904SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189905TMAX 289 0 300 0 189 0 206 0 183 0 206 0 244 0 172 0 233 0 222 0 189 0 256 0 194 0 189 0 194 0 178 0 200 0 144 0 156 0 161 0 183 0 189 0 183 0 217 0 244 0 250 0 256 0 311 0 172 0 283 0 283 0 +USW00094728189905TMIN 156 0 183 0 117 0 89 0 106 0 100 0 139 0 139 0 139 0 117 0 111 0 133 0 144 0 100 0 106 0 100 0 100 0 122 0 122 0 106 0 111 0 111 0 128 0 111 0 122 0 128 0 139 0 172 0 144 0 150 0 194 0 +USW00094728189905PRCP 0 0 64 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 175 0 0 0 3 0 0 0 0 0 15 0 5 0 0 0 0 0 0 0 0 0 0T Z 0T Z 0 0 0 0 0 0 5 0 0 0 10 0 0 0 0 0 +USW00094728189905SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189906TMAX 306 0 300 0 272 0 289 0 344 0 350 0 344 0 333 0 272 0 222 0 244 0 256 0 289 0 333 0 333 0 239 0 233 0 278 0 300 0 328 0 261 0 261 0 261 0 317 0 256 0 278 0 289 0 272 0 250 0 244 0-9999 +USW00094728189906TMIN 206 0 206 0 172 0 189 0 194 0 244 0 200 0 172 0 206 0 183 0 156 0 189 0 206 0 228 0 244 0 150 0 139 0 172 0 172 0 217 0 178 0 161 0 167 0 211 0 211 0 200 0 172 0 206 0 167 0 156 0-9999 +USW00094728189906PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 5 0 206 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 5 0 89 0 36 0 0 0 0 0 61 0 147 0 0 0-9999 +USW00094728189906SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189907TMAX 272 0 311 0 339 0 322 0 300 0 289 0 300 0 306 0 261 0 300 0 300 0 300 0 272 0 294 0 311 0 311 0 300 0 278 0 283 0 233 0 317 0 322 0 222 0 217 0 256 0 322 0 350 0 300 0 300 0 267 0 283 0 +USW00094728189907TMIN 150 0 178 0 206 0 217 0 239 0 233 0 222 0 222 0 200 0 189 0 206 0 194 0 206 0 200 0 200 0 244 0 250 0 217 0 200 0 189 0 206 0 228 0 194 0 178 0 183 0 244 0 250 0 217 0 228 0 206 0 183 0 +USW00094728189907PRCP 0 0 0 0 0 0 0 0 0 0 36 0 0 0 457 0 0 0 0 0 0 0 168 0 0 0 0 0 0 0 165 0 0 0 0 0 0 0 0 0 74 0 10 0 0 0 5 0 104 0 86 0 28 0 0 0 0T Z 3 0 0 0 +USW00094728189907SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189908TMAX 311 0 294 0 306 0 306 0 344 0 311 0 267 0 250 0 278 0 267 0 250 0 289 0 333 0 239 0 244 0 278 0 278 0 256 0 283 0 311 0 339 0 322 0 283 0 267 0 267 0 244 0 233 0 272 0 233 0 267 0 267 0 +USW00094728189908TMIN 200 0 217 0 206 0 233 0 256 0 228 0 200 0 172 0 156 0 228 0 206 0 206 0 228 0 206 0 167 0 172 0 172 0 194 0 233 0 244 0 239 0 239 0 228 0 222 0 206 0 217 0 194 0 183 0 189 0 200 0 206 0 +USW00094728189908PRCP 0 0 102 0 0 0 0 0 104 0 0T Z 0 0 0 0 0 0 582 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 41 0 8 0 0 0 0 0 0 0 20 0 0 0 0 0 3 0 0 0 0 0 +USW00094728189908SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189909TMAX 283 0 228 0 300 0 222 0 244 0 267 0 228 0 300 0 244 0 222 0 194 0 256 0 211 0 167 0 200 0 211 0 233 0 250 0 256 0 250 0 200 0 222 0 183 0 211 0 250 0 233 0 161 0 211 0 222 0 139 0-9999 +USW00094728189909TMIN 228 0 194 0 217 0 178 0 156 0 167 0 128 0 189 0 189 0 144 0 172 0 150 0 139 0 106 0 94 0 111 0 139 0 156 0 194 0 178 0 144 0 128 0 150 0 161 0 206 0 128 0 94 0 106 0 133 0 72 0-9999 +USW00094728189909PRCP 0 0 538 0 224 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 196 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 284 0 66 0 0 0 0 0 36 0 0 0 157 0 0 0 0 0 8 0 5 0-9999 +USW00094728189909SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189910TMAX 106 0 94 0 111 0 178 0 200 0 167 0 156 0 156 0 156 0 200 0 206 0 250 0 228 0 222 0 256 0 178 0 239 0 261 0 222 0 161 0 78 0 106 0 172 0 161 0 189 0 217 0 239 0 211 0 200 0 156 0 139 0 +USW00094728189910TMIN 56 0 44 0 33 0 67 0 100 0 133 0 100 0 106 0 117 0 144 0 139 0 150 0 156 0 167 0 161 0 161 0 167 0 194 0 161 0 67 0 44 0 33 0 100 0 139 0 144 0 150 0 161 0 150 0 128 0 94 0 117 0 +USW00094728189910PRCP 0 0 0 0 0 0 0 0 0 0 157 0 0 0 13 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 15 0 0 0 282 0 +USW00094728189910SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728189911TMAX 178 0 111 0 117 0 117 0 117 0 100 0 128 0 139 0 156 0 150 0 122 0 78 Z 78 0 61 0 94 0 117 0 100 0 133 0 144 0 100 0 100 0 128 0 111 0 94 0 72 0 89 0 89 0 89 0 111 0 133 0-9999 +USW00094728189911TMIN 106 0 50 0 28 0 72 0 50 0 50 0 44 0 67 0 78 0 83 0 78 0 0 0 -6 0 11 0 33 0 50 0 33 0 72 0 100 0 39 0 22 0 61 0 44 0 28 0 17 0 33 0 22 0 50 0 50 0 67 0-9999 +USW00094728189911PRCP 25 0 0 0 183 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 61 0 25 0 0 0 109 0 13 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728189911SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728189912TMAX 144 0 133 0 128 0 111 0 33 0 33 0 44 0 83 0 44 0 89 0 150 0 150 0 133 0 72 0 117 0 11 0 67 0 100 0 144 0 61 0 89 0 72 0 89 0 128 0 28 0 -22 0 6 0 -17 0 -28 0 -78 0 -67 0 +USW00094728189912TMIN 83 0 78 0 67 0 22 0 0 0 -28 0 -39 0 11 0 -28 0 -33 0 67 0 117 0 56 0 22 0 -22 0 -33 0 -11 0 28 0 39 0 22 0 28 0 22 0 39 0 33 0 -33 0 -50 0 -56 0 -33 0 -72 0 -128 0 -128 0 +USW00094728189912PRCP 15 0 8 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 0 0 0 0 5 0 0 0 3 0 0 0 91 0 0 0 0 0 0 0 0 0 264 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 +USW00094728189912SNOW 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 0 0 Z 0 Z 0 Z 0 Z +USW00094728190001TMAX -67 0 -50 0 -33 0 0 0 39 0 44 0 61 0 44 0 6 0 50 0 17 0 61 0 17 0 33 0 44 0 72 0 44 0 50 0 106 0 139 0 100 Z 67 0 106 0 28 0 44 0 33 0 -6 Z 39 0 11 0 22 0 28 0 +USW00094728190001TMIN -100 0 -106 0 -72 0 -72 0 -17 0 0 0 -6 0 -67 0 -94 0 -11 0 -61 0 -28 0 -50 0 -17 0 6 0 11 0 -6 0 -6 0 39 0 78 0 -11 0 6 0 22 0 -33 0 11 0 -94 0 -100 0 -11 0 -94 0 -106 0 -122 0 +USW00094728190001PRCP 8 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 371 0 147 0 0 0 5 0 0 0 0 0 0 0 0 0 3 0 310 0 41 0 0 0 0 0 0 0 28 0 0 0 0 0 117 0 41 0 0T Z 0 0 +USW00094728190001SNOW 13 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z +USW00094728190002TMAX -89 0 -44 0 17 0 89 0 61 0 50 0 39 0 67 0 100 0 17 0 67 0 50 0 139 0 33 0 89 0 6 0 -39 0 -56 0 -44 0 22 0 56 0 111 0 61 0 89 0 28 0 -72 0 -61 0 50 0-9999 -9999 -9999 +USW00094728190002TMIN -139 0 -139 0 -78 0 -11 0 -39 0 -44 0 -6 0 11 0 -11 0 -28 0 -11 0 11 0 17 0 -22 0 -6 0 -61 0 -61 0 -83 0 -100 0 -67 0 -17 0 22 0 11 0 28 0 -122 0 -133 0 -150 0 -83 0-9999 -9999 -9999 +USW00094728190002PRCP 0 0 0 0 0 0 292 0 211 0 0 0 0 0 124 0 0 0 0 0 0 0 152 0 333 0 0 0 0 0 0 0 56 0 8 0 0 0 0 0 0 0 99 0 0 0 41 0 51 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728190002SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 147 0 8 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728190003TMAX 100 0 28 0 28 0 83 0 61 0 128 0 100 0 39 0 94 0 83 0 -6 0 -33 0 28 0 39 0 -44 0 6 0 -39 0 39 0 83 0 89 0 0 0 61 0 106 0 39 0 67 0 50 0 72 0 44 0 50 0 50 0 61 0 +USW00094728190003TMIN 6 0 -28 0 -28 0 -6 0 -28 0 -17 0 -22 0 -39 0 -22 0 0 0 -78 0 -117 0 -83 0 -56 0 -78 0 -56 0 -111 0 -117 0 33 0 0 0 -33 0 -28 0 28 0 -39 0 -56 0 0 0 11 0 -11 0 -6 0 11 0 -11 0 +USW00094728190003PRCP 236 0 0 0 0 0 0T Z 0 0 94 0 5 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 170 0 226 0 0 0 0 0 94 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 10 0 +USW00094728190003SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 8 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 127 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 0 0 Z 0 Z 0 Z 0 Z 8 0 +USW00094728190004TMAX 106 0 133 0 100 0 89 0 117 0 161 0 156 0 122 0 56 0 39 0 117 0 72 0 83 0 106 0 156 0 161 0 128 0 161 0 222 0 194 0 183 0 189 0 167 0 200 0 189 0 189 0 139 0 161 0 206 0 233 0-9999 +USW00094728190004TMIN -6 0 39 0 44 0 17 0 0 0 67 0 44 0 11 0 -6 0 -11 0 -11 0 39 0 44 0 50 0 56 0 83 0 78 0 117 0 144 0 111 0 117 0 106 0 122 0 89 0 72 0 83 0 61 0 50 0 61 0 117 0-9999 +USW00094728190004PRCP 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 5 0 183 0 0 0 0 0 0 0 0 0 53 0 173 0 58 0 0 0 0 0 13 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728190004SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190005TMAX 194 0 200 0 228 0 139 0 128 0 194 0 172 0 239 0 189 0 122 0 122 0 200 0 289 0 311 0 322 0 200 0 172 0 233 0 200 0 172 0 167 0 228 0 250 0 211 0 156 0 150 0 256 0 161 0 183 0 183 0 283 0 +USW00094728190005TMIN 100 0 83 0 78 0 61 0 50 0 67 0 61 0 100 0 50 0 44 0 56 0 94 0 133 0 172 0 200 0 139 0 122 0 133 0 111 0 106 0 106 0 106 0 144 0 161 0 106 0 89 0 100 0 106 0 94 0 106 0 178 0 +USW00094728190005PRCP 0 0 0 0 99 0 3 0 0 0 0 0 0 0 15 0 0T Z 0 0 0 0 0 0 51 0 0 0 15 0 0 0 109 0 43 0 513 0 0 0 10 0 0 0 0 0 0 0 71 0 15 0 0 0 0 0 0 0 0 0 0 0 +USW00094728190005SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190006TMAX 261 0 283 0 239 0 189 0 256 0 267 0 222 0 261 0 272 0 239 0 283 0 261 0 244 0 278 0 239 0 233 0 194 0 222 0 211 0 267 0 283 0 289 0 239 0 283 0 317 0 294 0 333 0 328 0 311 0 239 0-9999 +USW00094728190006TMIN 206 0 206 0 161 0 133 0 128 0 156 0 167 0 172 0 178 0 156 0 161 0 194 0 167 0 172 0 172 0 150 0 150 0 139 0 150 0 150 0 172 0 194 0 189 0 178 0 222 0 200 0 222 0 233 0 211 0 150 0-9999 +USW00094728190006PRCP 3 0 61 0 0 0 0 0 0 0 0 0 0 0 259 0 0 0 0 0 8 0 0 0 3 0 74 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 117 0 15 0 10 0 0 0-9999 +USW00094728190006SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190007TMAX 222 0 256 0 261 0 328 0 300 0 344 0 339 0 311 0 267 0 261 0 300 0 328 0 267 0 283 0 333 0 356 0 361 0 350 0 317 0 294 0 311 0 311 0 300 0 306 0 317 0 239 0 267 0 294 0 294 0 244 0 306 0 +USW00094728190007TMIN 133 0 156 0 178 0 228 0 228 0 233 0 239 0 239 0 217 0 178 0 200 0 217 0 189 0 178 0 200 0 228 0 250 0 272 0 194 0 206 0 228 0 194 0 211 0 228 0 233 0 211 0 189 0 183 0 206 0 217 0 217 0 +USW00094728190007PRCP 0 0 0 0 0 0 41 0 33 0 41 0 10 0 0 0 3 0 0 0 0 0 38 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 79 0 0 0 0 0 0 0 142 0 310 0 0 0 0 0 0 0 104 0 0 0 +USW00094728190007SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190008TMAX 278 0 261 0 261 0 233 0 272 0 350 0 328 0 283 0 333 0 350 0 356 0 328 0 250 0 278 0 278 0 306 0 289 0 283 0 267 0 211 0 217 0 256 0 289 0 289 0 339 0 339 0 333 0 294 0 300 0 317 0 311 0 +USW00094728190008TMIN 194 0 161 0 178 0 150 0 161 0 194 0 228 0 222 0 239 0 228 0 261 0 211 0 200 0 194 0 222 0 239 0 222 0 211 0 189 0 178 0 172 0 189 0 183 0 217 0 233 0 250 0 244 0 233 0 228 0 233 0 222 0 +USW00094728190008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 41 0 36 0 0 0 0 0 0 0 124 0 114 0 0 0 0 0 170 0 124 0 0 0 0 0 0 0 0 0 0 0 0 0 218 0 0 0 320 0 0 0 0 0 0 0 0 0 0 0 +USW00094728190008SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190009TMAX 278 0 300 0 306 0 300 0 306 0 333 0 289 0 267 0 294 0 278 0 311 0 300 0 250 0 267 0 217 0 250 0 194 0 200 0 183 0 200 0 256 0 217 0 189 0 228 0 244 0 261 0 244 0 233 0 194 0 206 0-9999 +USW00094728190009TMIN 217 0 222 0 228 0 222 0 200 0 233 0 228 0 211 0 217 0 206 0 233 0 189 0 156 0 172 0 156 0 167 0 117 0 117 0 100 0 117 0 189 0 156 0 144 0 133 0 144 0 178 0 183 0 183 0 167 0 183 0-9999 +USW00094728190009PRCP 0 0 0 0 0 0 0 0 0 0 46 0 58 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 89 0 320 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 112 0-9999 +USW00094728190009SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190010TMAX 206 0 222 0 217 0 228 0 250 0 256 0 206 0 267 0 161 0 150 0 206 0 211 0 194 0 172 0 233 0 244 0 128 0 172 0 133 0 128 0 183 0 228 0 244 0 250 0 194 0 172 0 194 0 161 0 183 0 172 0 128 0 +USW00094728190010TMIN 178 0 156 0 161 0 194 0 206 0 183 0 172 0 167 0 128 0 94 0 83 0 128 0 144 0 144 0 144 0 67 0 33 0 72 0 56 0 33 0 83 0 122 0 167 0 167 0 144 0 139 0 167 0 144 0 144 0 117 0 117 0 +USW00094728190010PRCP 0 0 0 0 5 0 0 0 5 0 0 0 5 0 290 0 107 0 0 0 0 0 0 0 74 0 348 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 13 0 0 0 0 0 3 0 0T Z 0 0 0 0 0 0 +USW00094728190010SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190011TMAX 178 0 222 0 128 0 139 0 194 0 133 0 156 0 156 0 100 Z 94 0 72 0 94 0 106 0 83 0 67 0 39 0 83 0 150 0 194 0 206 0 233 0 139 0 161 0 67 0 100 0 161 0 100 0 61 0 111 0 89 0-9999 +USW00094728190011TMIN 122 0 133 0 100 0 83 0 94 0 67 0 78 0 100 0 44 0 44 0 50 0 39 0 50 0 17 0 0 0 -11 0 0 0 83 0 128 0 133 0 94 0 67 0 61 0 44 0 56 0 56 0 44 0 17 0 44 0 39 0-9999 +USW00094728190011PRCP 0 0 5 0 43 0 0 0 0 0 0 0 28 0 124 0 94 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 23 0 0 0 0 0 15 0 269 0 483 0 13 0 0 0 0 0 0 0-9999 +USW00094728190011SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190012TMAX 78 0 89 0 106 0 117 0 83 0 61 0 78 0 61 0 67 0 -17 0 0 0 22 0 89 0 6 Z -39 0 -28 0 -11 0 44 0 89 0 72 0 11 0 61 0 133 0 150 0 83 0 28 0 28 0 61 0 28 0 56 0 72 0 +USW00094728190012TMIN 28 0 33 0 39 0 50 0 56 0 44 Z 44 Z 17 Z -50 0 -67 0 -33 0 -44 0 6 0 -89 0 -106 0 -78 0 -100 0 -61 0 22 0 17 0 -6 0 -22 0 17 0 67 0 22 0 -11 0 -17 0 0 0 -33 0 -11 0 22 0 +USW00094728190012PRCP 0 0 0 0 0 0 356 0 0 0 0 0 0 0 0 0 3 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 0 0 10 0 0 0 51 0 89 0 +USW00094728190012SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190101TMAX 61 0 6 0 -28 0 17 0 17 0 22 0 61 0 61 0 89 0 44 0 33 0 67 0 22 0 50 0 72 0 117 0 83 0 0 0 -22 0 -11 0 78 0 67 0 17 0 44 0 44 0 28 0 17 0 11 0 -6 0 0 0 11 0 +USW00094728190101TMIN -11 0 -33 0 -89 0 -72 0 -50 0 -61 0 17 0 -17 0 33 0 22 0 17 0 17 0 -11 Z -17 0 22 0 17 0 6 0 -78 0 -133 0 -128 0 -6 0 -17 0 -39 0 0 0 6 0 -44 0 -50 0 -39 0 -50 0 -39 0 -50 0 +USW00094728190101PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 66 0 229 0 69 0 0 0 3 0 8 0 0 0 15 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 23 0 3 0 +USW00094728190101SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0T Z 0 Z 3 0 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 0 0 Z 0 Z 0 Z 0 Z-9999 -9999 +USW00094728190101DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0 +USW00094728190101MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 46 0 +USW00094728190102TMAX -6 0 -17 0 22 0 6 0 -22 0 -39 0 -33 0 -17 0 -22 0 -22 0 17 0 -6 0 -61 0 -33 0 28 0 50 0 39 0 44 0 44 0 0 0 -28 0 -6 0 -33 0 -28 0 44 0 56 0 -22 0 -17 0-9999 -9999 -9999 +USW00094728190102TMIN -67 0 -67 0 -50 0 -28 0 -61 0 -78 0 -83 0 -72 0 -78 0 -78 0 -61 0 -67 0 -100 0 -100 0 -50 0 -17 0 -22 0 -11 0 -22 0 -56 0 -61 0 -56 0 -72 0 -89 0 -56 0 -28 0 -56 0 -83 0-9999 -9999 -9999 +USW00094728190102PRCP 0 0 0 0 36 0 58 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0T Z 0 0 5 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728190102SNOW 0 Z 0 Z 38 LZ 64 LZ 0 Z 0 Z 0 Z 0 Z 25 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 0 0 Z 0 Z 0 Z 0T Z 0 Z 13 0 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728190102DASF-9999 -9999 -9999 2 L0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190102MDSF-9999 -9999 -9999 102 L0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190103TMAX 67 0 83 0 50 0 100 0 50 0 -83 0 22 0 83 0 89 0 56 0 111 0 61 0 67 0 106 0 56 0 33 0 72 0 111 0 89 0 89 0 117 0 89 0 106 0 72 0 83 0 72 0 111 0 39 0 56 0 89 0 83 0 +USW00094728190103TMIN -44 0 -11 0 -56 0 17 0 -78 0 -111 0 -89 0 -17 0 61 0 17 0 17 0 17 0 0 0 11 0 17 0 -11 0 -39 0 22 0 6 0 0 0 44 0 22 0 11 0 44 0 39 0 39 0 39 0 0 0 6 0 -11 0 -6 0 +USW00094728190103PRCP 0 0 15 0 0 0 28 0 36 0 0 0 0 0 0 0 3 0 74 0 747 0 0 0 0 0 5 0 5 0 3 0 0 0 0 0 0 0 20 0 297 0 0 0 0 0 13 0 69 0 76 0 0 0 0 0 0 0 0 0 0 0 +USW00094728190103SNOW 0 Z 0 Z 0 Z 0T Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190104TMAX 94 0 89 0 100 0 72 0 100 0 83 0 100 0 94 0 94 0 94 0 117 0 156 0 139 0 117 0 83 0 111 0 156 0 89 0 94 0 89 0 128 0 156 0 117 0 100 0 122 0 144 0 156 0 194 0 233 0 267 0-9999 +USW00094728190104TMIN 22 0 22 0 39 0 44 0 50 0 61 0 67 0 50 0 39 0 56 0 50 0 50 0 50 0 50 0 44 0 39 0 61 0 56 0 50 0 44 0 89 0 83 0 89 0 72 0 89 0 83 0 61 0 67 0 89 0 117 0-9999 +USW00094728190104PRCP 0 0 0 0 356 0 51 0 3 0 239 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 3 0 0 0 0 0 0 0 460 0 246 0 3 0 3 0 152 0 147 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728190104SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190105TMAX 172 0 133 0 144 0 172 0 217 0 161 0 228 0 183 0 128 0 139 0 200 0 217 0 183 0 178 0 217 0 233 0 206 0 144 0 122 0 117 0 206 0 194 0 267 0 294 0 139 Z 117 0 150 0 206 0 139 0 189 0 200 0 +USW00094728190105TMIN 89 0 83 0 83 0 72 0 94 0 67 0 83 0 128 0 106 0 106 0 111 0 150 0 100 0 100 0 117 0 117 0 139 0 106 0 100 0 100 0 100 0 111 0 178 0 139 0 94 0 94 0 100 0 133 0 117 0 111 0 122 0 +USW00094728190105PRCP 15 0 48 0 5 0 0 0 0 0 0 0 0 0 0 0 305 0 330 0 8 0 3 0 41 0 0 0 0 0 0 0 0 0 117 0 0 0 0 0 0 0 41 0 0 0 71 0 140 0 66 0 348 0 3 0 94 0 0 0 0 0 +USW00094728190105SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190106TMAX 217 0 183 0 222 0 261 0 272 0 317 0 250 0 194 0 211 0 244 0 267 0 317 0 272 0 272 0 228 0 233 0 250 0 239 0 239 0 233 0 267 0 306 0 294 0 300 0 283 0 328 0 328 0 339 0 350 0 350 0-9999 +USW00094728190106TMIN 122 0 139 0 139 0 133 0 156 0 189 0 172 0 128 0 117 0 122 0 144 0 172 0 183 0 172 0 139 0 133 0 117 0 133 0 128 0 161 0 172 0 189 0 211 0 194 0 206 0 222 0 233 0 239 0 244 0 156 0-9999 +USW00094728190106PRCP 25 0 43 0 0 0 0 0 0 0 0 0 112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 69 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728190106SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190107TMAX 378 0 378 0 344 Z 289 0 300 0 250 0 306 0 256 0 256 0 278 0 300 0 228 0 244 0 306 0 311 0 328 0 311 0 328 0 317 0 300 0 339 0 328 0 306 0 322 0 261 0 206 0 267 0 272 0 333 0 339 0 283 0 +USW00094728190107TMIN 256 0 278 0 244 0 217 0 233 0 211 0 217 0 206 0 200 0 206 0 206 0 206 0 200 0 217 0 244 0 256 0 239 0 244 0 233 0 206 0 222 0 250 0 239 0 222 0 189 0 172 0 161 0 200 0 217 0 211 0 233 0 +USW00094728190107PRCP 0 0 8 0 79 0 0 0 780 0 320 0 3 0 3 0 10 0 0 0 168 0 23 0 0 0 0T Z 0 0 0 0 109 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 66 0 43 0 18 0 279 0 +USW00094728190107SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190108TMAX 272 0 272 0 306 0 250 0 261 0 239 0 289 0 300 0 283 0 333 0 306 0 239 0 283 0 250 0 289 0 311 0 317 0 261 0 239 0 300 0 289 0 278 0 283 0 272 0 267 0 256 0 267 0 244 0 272 0 272 0 261 0 +USW00094728190108TMIN 194 0 172 0 222 0 200 0 178 0 178 0 217 0 194 0 206 0 228 0 239 0 217 0 206 0 211 0 211 0 228 0 244 0 233 0 211 0 211 0 222 0 217 0 244 0 200 0 194 0 200 0 194 0 183 0 183 0 183 0 206 0 +USW00094728190108PRCP 0 0 0 0 0 0 91 0 0 0 361 0 107 0 0 0 0 0 0 0 3 0 71 0 0 0 0 0 0 0 0 0 0 0 183 0 213 0 0 0 0 0 0 0 0 0 627 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 +USW00094728190108SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190109TMAX 228 0 217 0 261 0 278 0 300 0 300 0 300 0 233 0 228 0 222 0 267 0 261 0 261 0 261 0 311 0 278 0 261 0 172 0 178 0 150 0 194 0 222 0 239 0 272 0 161 0 189 0 206 0 239 0 261 0 261 0-9999 +USW00094728190109TMIN 200 0 189 0 189 0 189 0 200 0 211 0 217 0 150 0 122 0 156 0 200 0 194 0 200 0 183 0 222 0 211 0 172 0 144 0 122 0 106 0 111 0 122 0 144 0 161 0 106 0 83 0 111 0 133 0 211 0 150 0-9999 +USW00094728190109PRCP 180 0 0T Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 86 0 38 0 0 0 0 0 5 0 0 0 76 0 41 0 3 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 142 0 13 0-9999 +USW00094728190109SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190110TMAX 206 0 233 0 167 0 144 0 133 0 128 0 150 0 178 0 194 0 217 0 217 0 206 0 217 0 189 0 178 0 189 0 161 0 100 0 183 0 144 0 161 0 200 0 239 0 172 0 100 0 156 0 189 0 128 0 122 0 150 0 167 0 +USW00094728190110TMIN 122 0 139 0 106 0 78 0 72 0 72 0 56 0 89 0 117 0 161 0 167 0 144 0 178 0 139 0 111 0 106 0 83 0 56 0 72 0 67 0 72 0 100 0 133 0 50 0 33 0 56 0 94 0 83 0 67 0 78 0 89 0 +USW00094728190110PRCP 0 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 246 0 305 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728190110SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190111TMAX 156 0 144 0 128 0 111 0 94 0 83 0 94 0 117 0 100 0 56 0 78 0 111 0 44 0 56 0 44 0 67 0 44 0 50 0 33 0 44 0 56 0 67 0 72 0 78 Z 67 0 33 0 0 0 -33 0 6 0 17 0-9999 +USW00094728190111TMIN 122 0 78 0 50 0 61 0 44 0 33 0 28 0 61 0 50 0 0 0 -6 0 44 0 22 0 22 0 17 0 11 0 28 0 22 0 -17 0 -28 0 -17 0 17 0 33 0 50 Z 28 0 -39 0 -50 0 -72 0 -44 0 0 0-9999 +USW00094728190111PRCP 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 18 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 201 Z 0T Z 0 0 0 0 0 0 3 0 0 0-9999 +USW00094728190111SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190112TMAX 83 0 128 0 100 0 -28 0 -28 0 -28 0 17 0 72 0 94 0 122 0 83 0 89 0 128 0 144 0 156 0 -33 0 -33 0 -22 0 -22 0 -33 0 -33 0 6 0 56 0 61 0 61 0 56 0 61 0 67 0 128 0 72 0 61 0 +USW00094728190112TMIN 0 0 61 0 -22 0 -61 0 -72 0 -83 0 -67 0 6 0 50 0 39 0 28 0 39 0 50 0 117 0 -56 0 -67 0 -67 0 -67 0 -67 0 -72 0 -72 0 -61 0 6 0 28 0 33 0 11 0 33 0 22 0 67 0 11 0 -28 0 +USW00094728190112PRCP 0 0 0 0 287 0 3 0 0 0 0 0 0 0 0 0 0 0 94 0 0 0 0 0 8 0 10 0 295 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 25 0 23 0 3 0 160 0 104 0 5 0 640 0 112 0 0 0 +USW00094728190112SNOW 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190112DASF-9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190112MDSF-9999 -9999 -9999 13 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190201TMAX -28 0 33 0 33 0 -44 0 11 0 50 0 28 0 11 0 33 0 50 0 50 0 -6 0 -44 0 0 0 50 0 50 0 -11 0 72 0 17 0 6 0 106 0 106 0 50 0 44 0 33 0 89 0 100 0 -33 0 -61 0 -39 0 -17 0 +USW00094728190201TMIN -106 0 -61 0 -78 0 -94 0 -78 0 -22 0 0 0 -6 0 -11 0 0 0 -28 0 -67 0 -72 0 -78 0 -17 0 -22 0 -78 0 -44 0 -56 0 -72 0 -11 0 44 0 6 0 -6 0 -6 0 0 0 -28 0 -94 0 -78 Z -67 0 -67 0 +USW00094728190201PRCP 0 0 0 0 10 0 0 0 0 0 0 0 0 0 38 0 3 0 0 0 0T Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 203 0 124 0 0 0 0 0 0 0 51 0 53 0 0 0 41 0 20 0 28 0 +USW00094728190201SNOW 0 Z 0 Z 3 0 0 Z 0 Z 0 Z 0 Z 36 LZ 3 LZ 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 51 LZ 25 LZ 38 0 +USW00094728190201DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 L0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 L0-9999 +USW00094728190201MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 38 L0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 L0-9999 +USW00094728190202TMAX 22 0 44 0 -6 0 -50 0 -67 0 -22 0 17 0 -33 0 6 0 0 0 -33 0 -11 0 -11 0 11 0 22 0 6 0 -6 0 -11 0 -17 0 11 0 17 0 22 0 50 0 72 0 56 0 72 0 122 0 117 0-9999 -9999 -9999 +USW00094728190202TMIN -11 0 -6 0 -83 0 -89 0 -100 0 -89 0 -61 0 -89 0 -33 0 -78 0 -83 0 -50 0 -67 0 -61 0 -50 0 -44 0 -33 0 -56 0 -89 0 -72 0 -28 0 -11 0 -33 0 0 0 22 0 50 0 56 0 50 0-9999 -9999 -9999 +USW00094728190202PRCP 25 0 117 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 178 0 0 0 0 0 0 0 472 0 185 0 0 0 0 0 86 0 152 0 0 0 150 0-9999 -9999 -9999 +USW00094728190202SNOW 38 0 0 Z 0 Z 8 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 254 0 0 Z 0 Z 0 Z 89 0 13 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728190203TMAX 172 0 111 0 67 0 39 0 17 0 39 0 78 0 61 0 83 0 106 0 106 0 189 0 194 0 83 0 83 0 128 0 128 0 50 0 0 0 67 Z 128 0 161 0 172 0 106 0 100 0 122 0 106 0 122 0 167 0 161 0 89 0 +USW00094728190203TMIN 94 0 50 0 17 0 11 0 -22 0 -22 0 -6 0 33 0 44 0 39 0 44 0 83 0 44 0 17 Z 22 0 50 0 56 0 -44 0 -50 0 -6 0 44 0 50 0 72 0 44 0 22 0 39 0 44 0 61 0 100 0 89 0 33 0 +USW00094728190203PRCP 3 0 196 0 18 0 0 0 267 0 0 0 0 0 175 0 201 0 0 0 0 0 0 0 51 0 5 0 0 0 38 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 188 0 0 0 18 0 +USW00094728190203SNOW 0 Z 0T Z 0 Z 0 Z 165 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190204TMAX 72 0 61 0 61 0 83 0 89 0 122 0 67 0 89 0 89 0 100 0 172 0 139 0 117 0 89 0 133 0 139 0 144 0 128 0 133 0 156 0 211 0 289 0 283 0 167 0 150 0 217 0 144 0 211 0 150 0 233 0-9999 +USW00094728190204TMIN 28 0 39 0 33 0 28 0 33 0 67 0 44 0 56 0 61 0 50 0 67 0 72 0 61 0 44 Z 28 0 56 0 56 0 61 0 67 0 56 0 94 0 128 0 122 0 78 0 61 0 106 0 106 0 94 0 122 0 122 0-9999 +USW00094728190204PRCP 0 0 0 0 0 0 0 0 0 0 165 0 23 0 323 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 127 0 99 0-9999 +USW00094728190204SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190205TMAX 178 0 183 0 128 0 161 0 217 0 189 0 222 0 211 0 178 0 122 0 150 0 156 0 172 0 178 0 172 0 200 0 233 0 222 0 156 0 178 0 183 0 233 0 300 0 289 0 233 0 250 0 178 0 111 0 178 0 256 0 206 0 +USW00094728190205TMIN 106 0 89 0 100 0 94 0 100 0 128 0 133 0 117 0 61 0 33 0 50 0 83 0 117 0 78 0 78 0 100 0 122 0 128 0 122 0 122 0 94 0 117 0 161 0 211 0 183 0 172 0 100 0 83 0 61 0 111 0 128 0 +USW00094728190205PRCP 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 15 0 10 0 0 0 0 0 0 0 0 0 102 0 5 0 163 0 0 0 0 0 0 0 0 0 +USW00094728190205SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190206TMAX 222 0 272 0 311 0 267 0 217 0 228 0 233 0 239 0 211 0 222 0 194 0 300 0 311 0 222 0 278 0 294 0 228 0 250 0 244 0 244 0 222 0 222 0 200 0 211 0 233 0 233 0 228 0 244 0 200 0 211 0-9999 +USW00094728190206TMIN 117 0 156 0 200 0 161 0 128 0 139 0 161 0 128 0 100 0 122 0 139 0 139 0 200 0 178 0 228 0 200 0 150 0 144 0 172 0 161 0 167 0 156 0 122 0 117 0 133 0 161 0 144 0 150 0 139 0 133 0-9999 +USW00094728190206PRCP 0 0 0 0 0 0 0 0 0 0 0 0 3 0 36 0 0 0 0 0 135 0 0 0 165 0 15 0 0 0 71 0 3 0 0 0 180 0 0 0 432 0 0 0 0 0 43 0 48 0 119 0 0 0 0 0 394 0 3 0-9999 +USW00094728190206SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190207TMAX 233 0 267 0 283 0 289 0 267 0 228 0 239 0 300 0 322 0 261 0 256 0 267 0 283 0 311 0 294 0 228 0 289 0 278 0 222 0 300 0 267 0 278 0 261 0 239 0 206 0 217 0 233 0 311 0 294 0 261 0 278 0 +USW00094728190207TMIN 167 0 156 0 194 0 189 0 211 0 183 0 172 0 211 0 233 0 178 0 161 0 167 0 183 0 200 0 206 0 167 0 156 0 211 0 189 0 194 0 194 0 194 0 178 0 200 0 183 0 178 0 194 0 222 0 222 0 222 0 228 0 +USW00094728190207PRCP 33 0 0 0 18 0 0 0 53 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 0 0 79 0 0 0 15 0 0 0 142 0 109 0 66 0 3 0 0 0 43 0 81 0 0 0 0 0 777 0 0 0 0 0 0 0 +USW00094728190207SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190208TMAX 272 0 300 0 272 0 306 0 289 0 294 0 239 0 272 0 283 0 272 0 317 0 233 0 239 0 261 0 272 0 211 0 233 0 267 0 283 0 244 0 239 0 239 0 239 0 233 0 244 0 272 0 272 0 256 0 250 0 278 0 294 0 +USW00094728190208TMIN 222 0 217 0 239 0 217 0 206 0 222 0 183 0 211 0 183 0 206 0 194 0 161 0 139 0 161 0 183 0 156 0 139 0 167 0 189 0 167 0 194 0 156 0 144 0 167 0 161 0 178 0 189 0 194 0 189 0 189 0 206 0 +USW00094728190208PRCP 10 0 0 0 89 0 0 0 0 0 572 0 0 0 0 0 0 0 91 0 28 0 0 0 0 0 0 0 81 0 0 0 0 0 0 0 218 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728190208SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190209TMAX 306 0 278 0 250 0 261 0 194 0 217 0 256 0 261 0 233 0 217 0 228 0 228 0 222 0 189 0 189 0 200 0 211 0 178 0 206 0 239 0 211 0 211 0 261 0 228 0 150 0 211 0 228 0 222 0 222 0 233 0-9999 +USW00094728190209TMIN 217 0 206 0 167 0 167 0 133 0 111 0 161 0 178 0 172 0 144 0 133 0 150 0 139 0 111 0 100 0 111 0 133 0 144 0 172 0 200 0 189 0 178 0 189 0 139 0 106 0 156 0 200 0 178 0 172 0 194 0-9999 +USW00094728190209PRCP 0 0 3 0 0 0 3 0 0 0 0 0 43 0 0 0 218 0 0 0 0 0 0 0 53 0 0 0 0 0 0 0 0 0 5 0 18 0 5 0 0 0 5 0 0 0 10 0 318 0 241 0 25 0 145 0 0 0 3 0-9999 +USW00094728190209SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190210TMAX 206 0 228 0 211 0 178 0 194 0 211 0 206 0 183 0 222 0 139 0 167 0 206 0 233 0 206 0 144 0 189 0 100 0 189 0 222 0 189 0 117 0 133 0 167 0 172 0 189 0 139 0 211 0 183 0 89 0 117 0 156 0 +USW00094728190210TMIN 194 0 172 0 156 0 161 0 167 0 150 0 139 0 128 0 100 0 67 0 111 0 144 0 150 0 100 0 83 0 94 0 67 0 83 0 178 0 117 0 67 0 56 0 100 0 106 0 100 0 67 0 111 0 94 0 44 0 39 0 83 0 +USW00094728190210PRCP 315 0 0 0 0 0 0 0 394 0 0 0 0 0 0 0 0 0 0 0 409 0 71 0 0 0 0 0 0 0 0 0 25 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 0 495 0 0 0 0 0 0 0 +USW00094728190210SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190211TMAX 128 0 156 0 178 0 167 0 161 0 189 0 172 0 94 0 106 0 183 0 111 0 172 0 178 0 172 0 206 0 183 0 122 0 122 0 144 0 144 0 183 0 178 0 83 0 128 0 106 0 100 0 100 0 56 0 94 0 94 0-9999 +USW00094728190211TMIN 61 0 83 0 94 0 89 0 89 0 133 0 67 0 39 0 50 0 67 0 44 0 111 Z 94 0 94 0 117 0 100 0 83 0 106 0 94 0 83 0 106 0 89 0 56 0 61 0 67 0 61 0 61 0 28 0 11 0 33 0-9999 +USW00094728190211PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 23 0 43 0 130 0 5 0 0 0 0 0 102 0-9999 +USW00094728190211SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190212TMAX 72 0 100 0 122 0 94 0 33 0 6 0 44 0 22 0 -78 Z 11 0 22 0 -22 0 -28 0 -61 0 11 0 111 0 39 0 39 0 72 0 56 0 122 0 128 0 56 Z -6 0 11 0 -17 0 -17 0 -11 0 33 0 33 0 22 0 +USW00094728190212TMIN 11 0 33 0 83 0 39 0 -44 0 -50 0 -11 0 -78 0 -133 0 -78 Z -22 0 -50 0 -72 0 -100 0 -106 0 17 0 0 0 0 0 6 0 28 0 28 0 56 0 -61 0 -72 0 -39 0 -50 0 -56 0 -78 0 -44 0 -11 0 -39 0 +USW00094728190212PRCP 3 0 36 0 117 0 0 0 140 0 0 0 13 0 0 0 0 0 0 0 56 0 13 0 155 0 10 0 10 0 500 0 0 0 0 0 0 0 0 0 348 0 89 0 0 0 0 0 183 0 0 0 0 0 0 0 48 0 0 0 0 0 +USW00094728190212SNOW 0 Z 0 Z 0 Z 0 Z 38 0 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 8 0 152 0 3 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 165 0 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z +USW00094728190301TMAX 44 0 50 0 56 0 44 0 56 0 44 0 33 0 11 0 -56 0 -44 0 78 0 28 0 -61 0 -28 0 17 0 44 0 72 0 33 Z -50 0 17 0 89 0 39 0 33 0 -56 0 -28 0 -6 0 44 0 106 0 100 0 83 0 28 0 +USW00094728190301TMIN -17 0 -6 0 28 0 11 0 6 0 -33 0 -33 0 -72 0 -94 0 -78 0 -72 0 -117 0 -122 0 -100 0 -39 0 17 0 22 0 -100 0 -122 0 -94 0 22 0 0 0 -89 0 -106 0 -72 0 -50 0 -22 0 33 0 39 0 -28 0 -33 0 +USW00094728190301PRCP 0 0 15 0 330 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 290 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 211 0 0 0 0 0 3 0 48 0 0 0 0 0 91 0 23 0 13 0 0 0 +USW00094728190301SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 13 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 102 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190302TMAX 56 0 83 0 94 0 89 0 22 0 33 0 6 0 50 0 17 0 61 0 94 0 100 0 128 0 39 0 -6 0 0 0 -17 0 -72 0 -89 0 -33 0 28 0 -6 0 39 0 56 0 22 0 61 0 89 0 167 0-9999 -9999 -9999 +USW00094728190302TMIN 17 0 39 0 33 0 22 0 -22 0 -6 0 -22 0 -17 0 -17 0 -17 0 22 0 50 0 39 0 -22 0 -28 0 -33 0 -122 0 -133 0 -156 0 -117 0 -72 0 -39 0 -50 0 -17 0 -44 0 -28 0 17 0 83 0-9999 -9999 -9999 +USW00094728190302PRCP 0 0 0 0 0 0 206 0 0 0 0 0 0 0 165 0 0 0 0 0 104 0 0 0 0 0 0 0 38 0 254 0 132 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 206 0-9999 -9999 -9999 +USW00094728190302SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 0-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728190302DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190302MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 241 Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190303TMAX 94 0 44 0 72 0 100 0 94 0 83 0 83 0 139 0 128 0 106 0 111 0 122 0 161 0 211 0 133 0 67 0 144 0 156 0 156 0 194 0 183 0 128 Z 167 0 189 0 111 0 144 0 194 0 167 0 83 0 78 0 150 0 +USW00094728190303TMIN -22 0 -22 0 -6 0 -11 0 28 0 28 0 17 0 83 0 67 0 50 0 61 0 39 0 50 0 61 0 61 0 44 0 50 0 78 0 67 0 133 0 128 0 78 0 83 0 111 0 50 0 39 0 83 0 44 0 17 0 33 0 67 0 +USW00094728190303PRCP 0 0 0 0 0 0 0 0 0 0 0 0 58 0 239 0 206 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 99 0 229 0 0 0 0 0 0 0 0 0 0 0 0 0 114 0 3 0 +USW00094728190303SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190304TMAX 144 0 139 0 211 0 178 0 72 0 94 0 156 0 156 0 178 0 156 0 161 0 139 0 117 0 89 Z 89 0 83 0 133 0 156 0 156 0 172 0 150 0 106 0 139 0 161 0 156 0 128 0 178 0 233 0 278 0 278 0-9999 +USW00094728190304TMIN 78 0 61 0 122 0 -6 0 -17 0 22 0 89 0 94 0 83 0 94 0 72 0 78 0 72 0 50 Z 67 0 50 0 72 0 61 0 56 0 89 0 50 0 44 0 72 0 83 0 111 0 83 0 94 0 94 0 128 0 172 0-9999 +USW00094728190304PRCP 0 0 15 0 3 0 170 0 0 0 0 0 102 0 135 0 41 0 0 0 0 0 41 0 0 0 191 0 178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728190304SNOW 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190305TMAX 194 0 122 0 150 0 172 0 178 0 211 0 206 0 211 0 239 0 222 0 206 0 217 0 222 0 239 0 256 0 228 0 250 0 300 0 311 0 317 0 289 0 289 0 228 0 133 0 189 0 183 0 222 0 267 0 244 0 183 0 206 0 +USW00094728190305TMIN 39 0 28 0 67 0 122 0 111 0 111 0 111 0 94 0 122 0 100 0 106 0 117 0 133 0 150 0 156 0 150 0 133 0 161 0 194 0 217 0 194 0 200 0 139 0 94 0 94 0 106 0 150 0 178 0 178 0 150 0 122 0 +USW00094728190305PRCP 0 0 0 0 0 0 48 0 0 0 51 Z 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728190305SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190306TMAX 211 0 222 0 272 0 194 0 167 0 233 0 211 0 206 0 261 0 211 0 244 0 211 0 206 0 178 0 172 0 183 0 189 0 178 0 194 0 200 0 217 0 178 0 156 0 167 0 200 0 256 0 272 0 217 0 183 0 272 0-9999 +USW00094728190306TMIN 111 0 117 0 133 0 139 0 122 0 139 0 172 0 183 0 178 0 178 0 189 0 156 0 139 0 144 0 139 0 144 0 133 0 150 0 150 0 111 0 172 0 150 0 144 0 128 0 139 0 150 0 183 0 178 0 161 0 167 0-9999 +USW00094728190306PRCP 0 0 0 0 0 0 0 0 0 0 0 0 56 0 81 0 3 0 10 0 20 0 554 0 20 0 315 0 89 0 0 0 13 0 48 0 66 0 43 0 157 0 0 0 178 0 107 0 0 0 0 0 0 0 0 0 653 0 71 0-9999 +USW00094728190306SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190307TMAX 333 0 328 0 283 0 272 0 272 0 306 0 283 0 328 0 350 0 339 0 306 0 306 0 233 0 256 0 206 0 250 0 267 0 217 0 239 0 267 0 278 0 272 0 272 0 289 0 306 0 311 0 222 0 239 0 283 0 328 0 239 0 +USW00094728190307TMIN 228 0 261 0 233 0 211 0 200 0 211 0 194 0 211 0 233 0 244 0 211 0 222 0 206 0 183 0 156 0 144 0 172 0 183 0 167 0 183 0 206 0 206 0 200 0 200 0 183 0 211 0 150 0 139 0 200 0 233 0 178 0 +USW00094728190307PRCP 0 0 135 0 20 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 51 0 5 0 41 0 0 0 0 0 0 0 0 0 246 0 0 0 0 0 0 0 295 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0 130 0 0 0 +USW00094728190307SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190308TMAX 244 0 244 0 250 0 222 0 200 0 206 0 244 0 206 0 228 0 278 0 250 0 244 0 222 0 233 0 256 0 222 0 267 0 272 0 272 0 261 0 256 0 300 0 300 0 239 0 317 0 239 0 217 0 200 0 172 0 189 0 183 0 +USW00094728190308TMIN 156 0 167 0 172 0 183 0 167 0 156 0 150 0 122 0 167 0 178 0 217 0 161 0 144 0 178 0 172 0 183 0 167 0 183 0 206 0 200 0 172 0 189 0 222 0 206 0 211 0 206 0 200 0 156 0 150 0 156 0 156 0 +USW00094728190308PRCP 0 0 0 0 0 0 508 0 170 0 23 0 13 0 0 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 84 0 58 0 0 0 23 0 3 0 3 0 58 0 0 0 3 0 366 0 292 0 58 0 0 0 +USW00094728190308SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190309TMAX 222 0 250 0 267 0 272 0 283 0 206 0 222 0 189 0 189 0 261 0 283 0 261 0 300 0 311 0 294 0 256 0 261 0 200 Z 183 0 178 0 211 0 250 0 256 0 194 0 183 0 217 0 256 0 167 0 150 0 200 0-9999 +USW00094728190309TMIN 172 0 200 0 194 0 189 0 194 0 156 0 139 0 150 0 167 0 189 0 206 0 172 0 189 0 222 0 228 0 228 0 200 0 144 0 122 0 133 0 117 0 150 0 156 0 106 0 89 0 117 0 167 0 100 0 83 0 89 0-9999 +USW00094728190309PRCP 0 0 0 0 0 0 0 0 124 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 414 0 196 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 173 0 0 0 0 0 0 0-9999 +USW00094728190309SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190310TMAX 239 0 244 0 183 0 211 0 239 0 206 0 194 0 222 0 194 0 161 0 144 0 167 0 200 0 217 0 178 0 217 0 217 0 161 0 161 0 211 0 161 0 167 0 178 0 100 0 106 0 100 0 67 0 106 0 178 0 206 0 194 0 +USW00094728190310TMIN 139 0 172 0 144 0 139 0 172 0 183 0 178 0 144 0 144 0 128 0 122 0 133 0 128 0 122 0 111 0 156 0 167 0 89 0 83 0 111 0 106 0 89 0 100 0 39 0 22 0 39 0 22 0 56 0 61 0 100 0 100 0 +USW00094728190310PRCP 0 0 119 0 0 0 0 0 0 0 0 0 3 0 1092 0 1862 0 43 0 33 0 5 0 0 0 0 0 0 0 0 0 180 0 3 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728190310SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0T Z 0 Z 0 Z 0 Z 0 Z +USW00094728190311TMAX 200 0 178 0 200 0 211 0 189 0 56 0 50 0 106 0 139 0 150 0 122 0 122 0 133 0 89 0 78 0 150 0 183 0 72 Z 28 Z 22 0 17 0 50 0 89 0 72 0 -6 0 -6 0 -17 0 0 0 -11 0 17 0-9999 +USW00094728190311TMIN 106 0 89 0 100 0 122 0 61 0 6 0 0 0 17 0 50 0 67 0 61 0 83 0 72 0 44 0 28 0 56 0 72 Z -6 Z -17 0 -28 0 -33 0 17 0 39 0 -11 0 -44 0 -56 0 -72 0 -61 0 -44 0 -39 0-9999 +USW00094728190311PRCP 0 0 0 0 0 0 0 0 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 25 0 81 0 0 0 0 0 0 0 0 0 5 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728190311SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190312TMAX 11 0 39 0 22 0 50 0 61 0 28 0 50 0 50 0 56 0 39 0 11 0 67 0 122 0 -33 0 -33 0 -33 0 11 0 -17 0 44 0 111 0 56 0 50 0 39 0 78 0 56 0 28 0 0 0 -28 0 -11 0 -6 0 -17 0 +USW00094728190312TMIN -22 0 -11 0 -6 0 -17 0 -11 0 -28 0 -11 0 6 0 17 0 6 0 -22 0 -28 0 -28 0 -61 0 -67 0 -72 0 -50 0 -89 0 -100 0 44 0 28 0 -33 0 -33 0 28 0 22 0 -117 0 -117 0 -83 0 -89 0 -61 0 -72 0 +USW00094728190312PRCP 0 0 15 0 53 0 0 0 0 0 0 0 0 0 0 0 196 0 0 0 0 0 0 0 127 0 0 0 0 0 0 0 0 0 0 0 0 0 340 0 0 0 0 0 0 0 0 0 15 0 13 0 5 0 0 0 20 0 0 0 0 0 +USW00094728190312SNOW 0 Z 20 Z 76 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 0 25 0 0 Z 33 0 0 Z 0 Z +USW00094728190401TMAX 28 0 -33 0 -106 0 -100 0 -100 0 -39 0 6 0 6 0 28 0 6 0 -11 0 17 0 50 0 28 0 -11 0 39 0 11 0 -83 0 -100 0 -22 0 -6 0 117 0 122 0 39 Z -22 0 11 0 -17 0 -22 0 -39 0 11 0 33 0 +USW00094728190401TMIN -28 0 -106 0 -139 0 -178 0 -200 0 -133 0 -44 0 -28 0 -28 0 -44 0 -56 0 -22 0 6 0 -17 0 -39 0 -44 0 -83 0 -161 0 -167 0 -117 0 -22 0 -11 0 39 0 -22 0 -100 0 -61 0 -83 0 -100 0 -67 0 -44 0 -56 0 +USW00094728190401PRCP 0 0 183 0 13 0 0 0 0 0 0 0 0T Z 51 0 0 0 0 0 0 0 0 0 142 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 76 0 38 0 0 0 0 0 175 0 0 0 5 0 51 0 3 0 0 0 +USW00094728190401SNOW 0 Z 191 0 13 0 0 Z 0 Z 0 Z 0T Z 38 0 0 Z 0 Z 0 Z 0 Z 8 0 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 20 0 0 Z 5 Z 119 Z 3 Z 0 Z +USW00094728190402TMAX 11 0 0 0 -6 0 -67 0 11 0 72 0 117 0 72 0 -67 0 -33 0 -44 0 -67 0 -22 0 22 0 -6 0 -117 0 -67 0 -28 0 -22 0 11 0 50 0 94 0 72 0 67 0 -33 Z -11 0 11 0 50 0 39 0-9999 -9999 +USW00094728190402TMIN -122 0 -133 0 -89 0 -94 0 -78 0 -11 0 56 0 -111 0 -117 0 -139 0 -117 0 -122 0 -106 0 -39 0 -122 0 -167 0 -150 0 -122 0 -78 0 -83 0 -61 0 -6 0 -11 0 -33 0 -111 0 -111 0 -67 0 -11 0 -6 0-9999 -9999 +USW00094728190402PRCP 0 0 0 0 0 0 0 0 0 0 10 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 10 0 0 0 0 0 0 0 61 0 0 0 48 0 246 0 0 0 18 0 0 0 0 0 0 0 135 0 0 0-9999 -9999 +USW00094728190402SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 76 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 +USW00094728190402DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190402MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190403TMAX 28 0 44 0 106 0 -33 0 -11 0 28 0 100 0 100 0 44 0 22 0 22 0 0 0 28 0 17 0 39 0 22 0 44 0 61 0 100 0 94 0 72 0 78 0 117 0 128 0 144 0 183 0 39 0 33 0 67 0 78 0 50 0 +USW00094728190403TMIN -11 0 0 0 -44 0 -83 0 -94 0 -33 0 28 0 50 0 -33 0 -44 0 -33 0 -61 0 -44 0 -44 0 -22 0 -50 0 -61 0 6 0 28 0 0 0 -11 0 11 0 56 0 33 0 28 0 33 0 0 0 -11 0 -22 0 28 0 17 0 +USW00094728190403PRCP 69 0 0 0 23 0 0 0 0 0 3 0 376 0 3 0 0 0 0 0 28 0 0 0 0 0 23 0 15 0 0 0 0 0 109 0 0 0 0 0 46 0 36 0 10 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 168 0 +USW00094728190403SNOW 25 0 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 10 0 0 Z 0 Z-9999 -9999 0 Z 0 Z 51 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z +USW00094728190403DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190403MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190404TMAX 78 0 117 0 39 0 94 0 156 0 133 0 167 0 144 0 139 0 133 0 111 0 144 0 78 0 67 0 106 0 89 0 106 0 111 0 117 0 28 0 122 0 133 0 128 0 133 0 222 0 156 0 89 0 111 0 167 0 172 0-9999 +USW00094728190404TMIN 28 0 44 0 -17 0 -28 0 28 0 61 0 72 0 67 0 67 0 94 0 72 0 61 0 28 0 0 0 22 0 6 0 -11 0 50 0 -11 0 -28 0 33 0 17 0 44 0 89 0 100 0 83 0 67 0 72 0 94 0 122 0-9999 +USW00094728190404PRCP 140 0 0 0 0 0 0 0 0 0 0 0 15 0 20 0 86 0 0 0 0 0 38 0 0 0 0T Z 0 0 10 0 0 0 0 0 0T Z 0 0 0 0 0 0 0 0 0 0 15 0 84 0 279 0 183 0 0 0 94 0-9999 +USW00094728190404SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190405TMAX 217 0 183 0 194 0 206 0 256 0 228 0 228 0 233 0 250 0 194 0 211 0 206 0 244 0 217 0 161 0 172 0 156 0 194 0 161 0 211 0 250 0 256 0 239 0 300 0 294 0 317 0 261 0 244 0 250 0 256 0 194 0 +USW00094728190405TMIN 122 0 94 0 78 0 94 0 111 0 117 0 106 0 150 0 150 0 139 0 117 0 78 0 133 0 128 0 122 0 94 0 117 0 128 0 139 0 139 0 150 0 150 0 156 0 178 0 194 0 200 0 144 0 128 0 150 0 172 0 144 0 +USW00094728190405PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 28 0 0 0 0 0 0 0 0 0 119 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 155 0 160 0 +USW00094728190405SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190406TMAX 161 0 183 0 244 0 267 0 322 0 317 0 289 0 250 0 178 0 172 0 272 0 250 0 189 0 211 0 233 0 267 0 244 0 294 0 272 0 317 0 311 0 272 0 256 0 267 0 333 0 339 0 278 0 217 0 283 0 289 0-9999 +USW00094728190406TMIN 128 0 133 0 133 0 183 0 200 0 189 0 189 0 183 0 128 0 117 0 117 0 139 0 139 0 133 0 139 0 167 0 172 0 183 0 200 0 206 0 222 0 172 0 156 0 167 0 194 0 256 0 194 0 183 0 172 0 233 0-9999 +USW00094728190406PRCP 33 0 23 0 0 0 0 0 23 0 0 0 91 0 64 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 91 0 0 0 0 0 0 0 56 0 41 0 0 0 0 0 0 0 41 0 0 0 0 0 102 0 119 0-9999 +USW00094728190406SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190407TMAX 300 0 239 0 244 0 283 0 328 0 294 0 261 0 261 0 272 0 233 0 300 0 311 0 261 0 283 0 289 0 322 0 300 0 322 0 344 0 283 0 300 0 228 0 222 0 194 0 244 0 272 0 289 0 278 0 278 0 267 0 322 0 +USW00094728190407TMIN 217 0 172 0 150 0 161 0 228 0 228 0 228 0 189 0 178 0 206 0 222 0 222 0 178 0 167 0 194 0 222 0 211 0 222 0 217 0 222 0 206 0 200 0 194 0 178 0 194 0 233 0 206 0 222 0 200 0 172 0 228 0 +USW00094728190407PRCP 0 0 0 0 0 0 0 0 0 0 64 0 84 0 155 0 0 0 10 0 249 0 152 0 18 0 0 0 0 0 20 0 0 0 104 0 0 0 0 0 0 0 0 0 0 0 99 0 3 0 58 0 0 0 239 0 3 0 0 0 0 0 +USW00094728190407SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190408TMAX 311 0 256 0 278 0 272 0 267 0 306 0 306 0 272 0 250 0 261 0 283 0 228 0 256 0 283 0 283 0 272 0 300 0 256 0 233 0 283 0 283 0 289 0 250 0 272 0 289 0 233 0 222 0 244 0 267 0 211 0 222 0 +USW00094728190408TMIN 250 0 228 0 217 0 222 0 233 0 228 0 228 0 189 0 172 0 194 0 211 0 178 0 194 0 211 0 189 0 206 0 222 0 167 0 150 0 178 0 211 0 200 0 178 0 161 0 189 0 150 0 128 0 156 0 167 0 156 0 156 0 +USW00094728190408PRCP 231 0 69 0 0 0 56 0 165 0 0 0 0 0 43 0 0 0 292 0 30 0 0 0 0 0 165 0 0 0 0 0 0 0 0 0 8 0 922 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728190408SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190409TMAX 244 0 261 0 294 0 272 0 233 0 206 0 228 0 267 0 200 0 200 0 233 0 300 0 206 0 244 0 228 0 211 0 256 0 283 0 250 0 222 0 189 0 128 0 172 0 222 0 267 0 244 0 222 0 211 0 222 0 244 0-9999 +USW00094728190409TMIN 183 0 206 0 228 0 228 0 161 0 139 0 139 0 167 0 156 0 150 0 167 0 189 0 172 0 189 0 133 0 117 0 156 0 178 0 206 0 194 0 72 0 50 0 67 0 133 0 178 0 167 0 172 0 167 0 161 0 156 0-9999 +USW00094728190409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 505 0 470 0 0 0 0 0 0 0 0 0 56 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 46 0 0 0-9999 +USW00094728190409SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190410TMAX 194 0 150 0 150 0 161 0 200 0 167 0 117 0 172 0 183 0 239 0 261 0 156 0 111 0 156 0 133 0 183 0 211 0 256 0 156 0 194 0 200 0 150 0 128 0 117 0 178 0 167 0 83 0 89 0 139 0 94 0 83 0 +USW00094728190410TMIN 128 0 122 0 89 0 78 0 128 0 61 0 44 0 67 0 144 0 150 0 156 0 61 0 61 0 72 0 61 0 61 0 83 0 117 0 117 0 150 0 133 0 94 0 78 0 50 0 89 0 72 0 22 0 17 0 56 0 28 0 0 0 +USW00094728190410PRCP 0 0 10 0 0 0 0 0 3 0 15 0 0 0 43 0 36 0 0 0 3 0 358 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 292 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728190410SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190411TMAX 144 0 122 0 156 0 144 0 100 0 72 0 89 0 106 0 83 0 67 0 61 0 100 0 72 0 56 0 100 0 106 0 33 0 44 0 111 0 133 0 117 0 111 0 111 0 89 0 67 0 44 0 22 0 -17 0 100 0 111 0-9999 +USW00094728190411TMIN 44 0 39 0 89 0 83 0 72 0 28 0 33 0 28 0 50 0 44 0 22 0 17 0 28 0 33 0 33 0 39 0 -17 0 -28 0 6 0 78 0 39 0 28 0 61 0 50 0 11 0 6 0 -28 0 -50 0 -33 0 17 0-9999 +USW00094728190411PRCP 0 0 0 0 0 0 0 0 30 0 15 0 0 0 0 0 102 0 28 0 36 0 0 0 335 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 5 0 0 0 5 0 0 0-9999 +USW00094728190411SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 13 0 0 Z 0 Z 0 Z-9999 +USW00094728190412TMAX 28 0 28 0 -11 0 6 0 22 0 17 0 33 0 50 0 -17 0 -61 0 -22 0 22 0 -11 0 -33 0 -22 0 11 0 -6 0 22 0 39 0 22 0 -6 0 22 0 83 0 78 0 -28 0 6 0 83 0 106 0 -6 0 39 0 78 0 +USW00094728190412TMIN 0 0 -11 0 -33 0 -28 0 -33 0 -17 0 -6 0 -33 0 -67 0 -83 0 -111 0 -50 0 -67 0 -94 0 -94 0 -56 0 -61 0 -28 0 -11 0 -11 0 -50 0 -50 0 22 0 -56 0 -61 0 -39 0 11 0 -39 0 -39 0 -22 0 17 0 +USW00094728190412PRCP 0 0 0 0 0 0 0 0 79 0 0 0 0 0 10 0 0 0 3 0 0 0 61 0 41 0 0 0 0 0 0 0 51 0 36 0 0 0 0 0 0 0 0 0 3 0 3 0 41 0 5 0 157 0 10 0 0 0 0 0 0 0 +USW00094728190412SNOW 0 Z 0 Z 0 Z 0 Z 102 0 0 Z 0 Z 20 0 0 Z 8 0 0 Z-9999 -9999 0 Z 0 Z 0 Z 76 0 76 0 0 Z 0 Z 0 Z 0 Z 0 Z 3 0 76 0 13 0 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190412DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190412MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 178 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190501TMAX 117 0 100 0 50 0 -61 0 0 0 94 0 106 0 17 0 22 0 39 0 17 0 67 0 50 0 -33 0 -33 0 -11 0 22 0 44 0 83 0 56 0 22 0 50 0 -33 0 -33 0 -39 0 -89 0 -17 0 6 0 -33 0 -44 0 -33 0 +USW00094728190501TMIN 56 0 50 0 -72 0 -100 0 -94 0 -44 0 11 0 -17 0 -33 0 -33 0 -39 0 -11 0 -50 0 -78 0 -89 0 -56 0 -22 0 6 0 28 0 6 0 -6 0 -33 0 -61 0 -61 0 -117 0 -156 0 -100 0 -78 0 -94 0 -72 0 -89 0 +USW00094728190501PRCP 0 0 3 0 51 0 76 0 0 0 69 0 231 0 0 0 0 0 0 0 0 0 135 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 8 0 0 0 13 0 117 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728190501SNOW 0 Z 0 Z 76 Z 102 Z 0 Z 3 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 0 0 Z 0 Z 25 Z 254 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190502TMAX -11 0 -33 0 -61 0 -67 0 -39 0 11 0 6 0 -33 0 6 0 17 0 -33 0 50 0 44 0 -78 0 -39 0 -61 0 6 0 -22 0 -11 0 28 0 50 0 6 0 6 0 28 0 44 0 44 0 -6 0 33 0-9999 -9999 -9999 +USW00094728190502TMIN -72 0 -111 0 -122 0 -122 0 -133 0 -44 0 -83 0 -100 0 -50 0 -56 0 -72 0 -78 0 -111 0 -133 0 -111 0 -144 0 -72 0 -83 0 -94 0 -22 0 6 0 -28 0 -33 0 -44 0 -56 0 -50 0 -67 0 -39 0-9999 -9999 -9999 +USW00094728190502PRCP 0 0 0 0 0 0 0 0 15 0 191 0 0 0 0 0 99 0 0 0 0 0 183 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z-9999 -9999 -9999 +USW00094728190502SNOW 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 76 0 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 20 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z-9999 -9999 -9999 +USW00094728190502DASF-9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190502MDSF-9999 -9999 -9999 -9999 -9999 51 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190503TMAX 0 0 -11 0 28 0 33 0 11 0 6 0 39 0 44 0 56 0 83 0 28 0 44 0 33 0 11 0 67 0 83 0 94 0 194 0 156 0 83 Z 33 0 83 0 94 0 106 0 122 0 156 0 183 0 228 0 228 0 156 0 211 0 +USW00094728190503TMIN -72 0 -83 0 -61 0 -72 0 -100 0 -39 0 -44 0 6 0 0 0 17 0 -39 0 -17 0 -50 0 -33 0 -50 0 11 0 33 0 50 0 83 0 22 0 17 0 11 0 39 0 44 0 72 0 72 0 106 0 117 0 78 0 61 0 83 0 +USW00094728190503PRCP 0 0 0 0 0 0 38 0 0 0 0 0 18 0 74 0 69 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 18 0 323 0 0 0 0 0 48 0 127 0 13 0 48 0 0 0 0 0 3 0 0 0 +USW00094728190503SNOW 0 Z 0 Z 0 Z 46 0 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190504TMAX 139 0 89 0 144 0 144 0 100 0 106 0 106 0 67 0 133 0 211 0 194 0 144 0 106 0 172 0 117 0 61 0 67 0 67 0 128 0 172 0 239 0 156 0 133 0 156 0 178 0 200 0 200 0 167 0 122 0 200 0-9999 +USW00094728190504TMIN 33 0 22 0 6 0 72 0 72 0 56 0 39 0 33 0 39 0 67 0 83 0 89 0 78 0 78 0 33 0 22 0 6 0 22 0 17 0 72 0 122 0 56 0 56 0 61 0 94 0 111 0 139 0 106 0 83 0 89 0-9999 +USW00094728190504PRCP 0 0 0 0 0 0 91 0 277 0 64 0 0 0 0 0 0 0 0 0 28 0 18 0 0 0 36 0 0 0 0T Z 0T Z 0 0 0 0 15 0 51 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 3 0 0 0-9999 +USW00094728190504SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190505TMAX 111 0 139 0 256 0 244 0 172 0 194 0 272 0 189 0 183 0 183 0 194 0 194 0 178 0 194 0 256 0 222 0 144 0 211 0 206 0 144 0 206 0 228 0 194 0 200 0 222 0 239 0 250 0 261 0 256 0 228 0 189 0 +USW00094728190505TMIN 61 0 50 0 117 0 100 0 89 0 122 0 144 0 111 0 100 0 89 0 139 0 139 0 128 0 139 0 172 0 122 0 111 0 111 0 133 0 89 0 83 0 106 0 106 0 89 0 122 0 172 0 194 0 189 0 172 0 161 0 139 0 +USW00094728190505PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 53 0 56 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 +USW00094728190505SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190506TMAX 200 0 239 0 217 0 233 0 272 0 289 0 161 0 183 0 250 0 261 0 267 0 217 0 278 0 306 0 300 0 300 0 289 0 328 0 294 0 189 0 206 0 294 0 256 0 244 0 294 0 300 0 206 0 239 0 267 0 278 0-9999 +USW00094728190506TMIN 117 0 133 0 117 0 128 0 189 0 156 0 117 0 111 0 128 0 161 0 189 0 189 0 189 0 194 0 211 0 217 0 228 0 239 0 172 0 150 0 172 0 194 0 217 0 194 0 189 0 161 0 133 0 139 0 156 0 178 0-9999 +USW00094728190506PRCP 38 0 53 0 0 0 0 0 0 0 119 0 79 0 0 0 0 0 0 0 0 0 290 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 43 0 300 0 0 0 5 0 0 0 0 0 0T Z 0 0 0 0 0 0-9999 +USW00094728190506SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190507TMAX 233 0 233 0 294 0 289 0 272 0 283 0 294 0 306 0 328 0 328 0 317 0 333 0 306 0 322 0 294 0 289 0 356 0 356 0 350 0 300 0 289 0 256 0 222 0 272 0 256 0 261 0 278 0 283 0 250 0 283 0 256 0 +USW00094728190507TMIN 206 0 206 0 200 0 217 0 194 0 217 0 217 0 233 0 256 0 261 0 250 0 261 0 250 0 244 0 211 0 189 0 233 0 267 0 267 0 233 0 206 0 194 0 178 0 206 0 189 0 172 0 172 0 200 0 222 0 211 0 200 0 +USW00094728190507PRCP 23 0 56 0 0 0 0 0 0 0 0 0 0 0 30 0 79 0 112 0 15 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 36 0 0 0 3 0 0 0 0 0 3 0 284 0 28 0 +USW00094728190507SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190508TMAX 239 0 267 0 278 0 289 0 294 0 289 0 306 0 278 0 267 0 283 0 333 0 317 0 300 0 256 0 256 0 200 0 256 0 250 0 233 0 233 0 294 0 322 0 311 0 328 0 250 0 244 0 211 0 233 0 272 0 250 0 256 0 +USW00094728190508TMIN 172 0 172 0 183 0 211 0 233 0 222 0 233 0 228 0 244 0 244 0 267 0 256 0 250 0 211 0 194 0 172 0 161 0 172 0 161 0 178 0 200 0 233 0 233 0 228 0 200 0 183 0 161 0 156 0 189 0 217 0 211 0 +USW00094728190508PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 104 0 15 0 25 0 0 0 36 0 292 0 0 0 315 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 231 0 0 0 0 0 0 0 30 0 41 0 0 0 +USW00094728190508SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190509TMAX 244 0 239 0 261 0 267 0 256 0 239 0 250 0 228 0 272 0 267 0 222 0 261 0 267 0 167 0 194 0 233 0 244 0 250 0 267 0 267 0 261 0 283 0 228 0 222 0 178 0 172 0 211 0 278 0 267 0 311 0-9999 +USW00094728190509TMIN 211 0 211 0 228 0 233 0 200 0 183 0 172 0 189 0 172 0 172 0 200 0 206 0 150 0 117 0 117 0 161 0 217 0 222 0 228 0 217 0 194 0 189 0 161 0 139 0 106 0 83 0 100 0 150 0 172 0 189 0-9999 +USW00094728190509PRCP 0 0 30 0 627 0 191 0 0 0 0 0 0 0 0 0 0 0 0 0 439 0 3 0 0 0 0 0 0 0 0 0 13 0 119 0 0 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728190509SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190510TMAX 244 0 244 0 228 0 267 0 278 0 172 0 178 0 222 0 267 0 206 0 200 0 133 0 161 0 228 0 239 0 250 0 194 0 228 0 239 0 217 0 122 0 122 0 139 0 167 0 133 0 106 0 128 0 156 0 122 0 122 0 144 0 +USW00094728190510TMIN 194 0 194 0 172 0 161 0 167 0 122 0 100 0 106 0 156 0 150 0 117 0 89 0 83 0 117 0 156 0 156 0 117 0 156 0 200 0 117 0 94 0 56 0 78 0 100 0 78 0 39 0 39 0 94 0 61 0 56 0 72 0 +USW00094728190510PRCP 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 239 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 272 0 320 0 0 0 0 0 0 0 3 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728190510SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190511TMAX 156 0 94 0 133 0 111 0 117 0 150 0 106 0 106 0 72 0 50 0 94 0 133 0 117 0 22 Z 78 0 83 0 78 0 94 0 67 0 28 0 67 0 106 0 122 0 161 0 150 0 94 0 83 0 128 0 178 0 94 Z-9999 +USW00094728190511TMIN 44 0 28 0 61 0 56 0 44 0 94 0 67 0 50 0 33 0 17 0 22 0 39 0 22 0 -67 0 -11 0 50 0 33 0 44 0 6 0 -17 0 -22 0 11 0 33 0 67 0 72 0 44 0 28 0 17 0 94 0 -61 0-9999 +USW00094728190511PRCP 0 0 0 0 5 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 142 0 257 0 0 0-9999 +USW00094728190511SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190512TMAX 11 0 128 0 150 0 50 0 28 0 50 0 89 0 106 0 67 0 50 0 50 0 94 0 89 0 44 0 -22 0 17 0 44 0 72 0 61 0 78 0 117 0 100 0 83 0 39 0 28 0 44 0 78 0 106 0 139 0 67 0 39 0 +USW00094728190512TMIN -67 0 -11 0 50 0 -17 0 -22 0 -6 0 28 0 50 0 22 0 -17 0 -17 0 33 0 33 0 -39 0 -67 0 -28 0 -17 0 -6 0 22 0 28 0 50 0 78 0 39 0 0 0 -17 0 -6 0 17 0 22 0 72 0 22 0 17 0 +USW00094728190512PRCP 0 0 13 0 168 0 0 0 0 0 0 0 0 0 0 0 41 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 356 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 201 0 0 0 0 0 +USW00094728190512SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 13 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190601TMAX 33 0 28 0 56 0 156 0 61 0 50 0 39 0 -11 0 -17 0 6 0 50 0 72 0 28 0 33 0 78 0 94 0 39 0 72 0 56 0 100 0 150 0 156 0 167 0 94 0 6 0 17 0 61 0 89 0 39 0 94 0 89 0 +USW00094728190601TMIN -6 0 -6 0 0 0 56 0 33 0 -6 0 -11 0 -61 0 -100 0 -94 0 -28 0 28 0 0 0 6 0 17 0 39 0 11 0 22 0 22 0 28 0 94 0 83 0 100 0 0 0 -44 0 -33 0 0 0 28 0 -28 0 28 0 39 0 +USW00094728190601PRCP 0 0 0 0 216 0 201 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 30 0 0 0 122 0 5 0 25 0 0 0 8 0 0 0 0 0 0 0 0 0 25 0 15 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 +USW00094728190601SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 0 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190602TMAX 56 0 28 0 -22 0 50 0 50 0 -78 0 -22 0 6 0 28 0 28 0 6 0 33 0 72 0 111 0 11 Z 11 0 50 0 44 0 67 0 106 0 144 0 89 0 89 0 106 0 100 0 67 0 -6 0 -44 0-9999 -9999 -9999 +USW00094728190602TMIN 22 0 -122 0 -122 0 -39 0 -83 0 -133 0 -106 0 -61 0 -111 0 -61 0 -78 0 -22 0 28 0 11 0 -83 0 -89 0 -50 0 11 0 22 0 39 0 61 0 22 0 6 0 28 0 39 0 -11 0 -56 0 -83 0-9999 -9999 -9999 +USW00094728190602PRCP 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 18 0 224 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 191 0 0 0 0 0 0 0 168 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728190602SNOW 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728190602DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190602MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190603TMAX 17 0 33 0 117 0 106 0 50 0 44 0 89 0 100 0 94 0 67 0 72 0 56 0 22 0 17 0 -6 0 33 0 0 0 17 0 28 0 22 0 33 0 39 0 -28 0 6 0 33 0 83 Z 128 0 94 0 106 0 89 0 67 0 +USW00094728190603TMIN -67 0 -17 0 0 0 28 0 -6 0 -33 0 28 Z 39 0 39 0 28 0 6 0 -22 0 -33 0 -17 0 -39 0 -39 0 -50 0 -61 0 -17 0 -17 0 -33 0 -44 0 -72 0 -89 0 -50 0 0 0 83 Z 44 0 22 0 61 0 0 0 +USW00094728190603PRCP 0 0 0 0 572 0 99 0 0 0 0 0 0 0 0 0 0 0 0T Z 3 0 0 0 0 0 10 0 277 0 0 0 0 0 0 0 274 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 20 0 0 0 0 0 3 0 15 0 +USW00094728190603SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 13 0 152 0 0 Z 0 Z 0 Z 127 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190604TMAX 89 0 56 0 128 0 178 0 144 0 128 0 100 0 106 0 106 0 150 0 122 0 139 0 133 0 133 0 156 0 122 0 194 0 222 0 217 0 206 0 228 0 183 0 111 0 122 0 161 0 200 0 206 0 172 0 178 0 250 0-9999 +USW00094728190604TMIN 0 0 6 0 6 0 56 0 78 0 44 0 33 0 50 0 33 0 78 0 72 0 72 0 50 0 89 0 106 0 83 0 50 0 100 0 106 0 111 0 117 0 100 0 44 0 44 0 72 0 67 0 106 0 100 0 106 0 133 0-9999 +USW00094728190604PRCP 0 0 0 0 0 0 0 0 5 0 3 0 10 0 0 0 572 0 119 0 0 0 0 0 0 0 0 0 462 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 282 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0-9999 +USW00094728190604SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190605TMAX 222 0 200 0 194 0 200 0 239 0 189 0 161 0 161 0 139 0 111 0 156 0 217 0 289 0 211 0 194 0 283 0 283 0 322 0 306 0 194 0 189 0 189 0 222 0 283 0 278 0 278 0 244 Z 194 Z 206 0 211 0 217 0 +USW00094728190605TMIN 139 0 128 0 117 0 100 0 156 0 139 0 100 0 78 0 83 0 67 0 67 0 89 0 178 0 128 0 106 0 128 0 211 0 206 0 150 0 122 0 89 0 117 0 117 0 150 0 178 0 189 0 194 0 111 0 100 0 106 0 161 0 +USW00094728190605PRCP 0 0 3 0 0 0 0 0 140 0 3 0 53 0 0 0 61 0 0 0 28 0 3 0 0 0 66 0 0 0 0 0 8 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 665 0 295 0 46 0 0 0 3 0 +USW00094728190605SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190606TMAX 289 0 311 0 267 0 267 0 306 0 294 0 250 0 217 0 317 0 328 0 233 0 222 0 228 0 267 0 300 0 217 0 250 0 222 0 233 0 278 0 278 0 289 0 267 0 272 0 278 0 272 0 306 0 322 0 328 0 344 0-9999 +USW00094728190606TMIN 178 0 211 0 178 0 167 0 194 0 228 0 183 0 172 0 194 0 217 0 167 0 122 0 150 0 156 0 206 0 189 0 200 0 194 0 189 0 189 0 183 0 206 0 217 0 206 0 194 0 200 0 211 0 211 0 233 0 239 0-9999 +USW00094728190606PRCP 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 53 0 28 0 46 0 15 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 97 0 48 0-9999 +USW00094728190606SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190607TMAX 283 0 311 0 294 0 294 0 272 0 233 0 233 0 278 0 272 0 311 0 278 0 289 0 300 0 311 0 289 0 294 0 322 0 317 0 317 0 311 0 283 0 333 0 306 0 272 0 278 0 256 0 278 0 272 0 283 0 294 0 306 0 +USW00094728190607TMIN 222 0 228 0 233 0 222 0 206 0 178 0 156 0 189 0 211 0 206 0 211 0 206 0 211 0 200 0 228 0 222 0 256 0 250 0 239 0 250 0 244 0 250 0 267 0 228 0 211 0 206 0 211 0 228 0 233 0 239 0 222 0 +USW00094728190607PRCP 0 0 0 0 102 0 269 0 0 0 0 0 0 0 0 0 51 0 208 0 0 0 0 0 0 0 0 0 0T Z 36 0 269 0 0 0 0 0 0 0 152 0 0 0 0T Z 0 0 0 0 0 0 0 0 10 0 25 0 30 0 0 0 +USW00094728190607SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190608TMAX 250 0 233 0 244 0 311 0 333 0 344 0 317 0 278 0 294 0 244 0 311 0 300 0 256 0 289 0 272 0 272 0 294 0 294 0 306 0 306 0 283 0 311 0 317 0 272 Z 217 0 272 0 283 0 256 0 250 0 294 0 267 0 +USW00094728190608TMIN 228 0 211 0 217 0 250 0 244 0 267 0 256 0 239 0 222 0 217 0 233 0 228 0 189 0 206 0 189 0 183 0 217 0 217 0 250 0 250 0 256 0 256 0 250 0 189 0 183 0 194 0 228 0 211 0 206 0 228 0 206 0 +USW00094728190608PRCP 0 0 175 0 56 0 13 0 0 0 0 0 48 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 3 0 0 0 8 0 15 0 0 0 0 0 0 0 0 0 +USW00094728190608SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190609TMAX 222 0 228 0 283 0 217 0 222 0 267 0 289 0 256 0 306 0 317 0 272 0 272 0 289 0 256 0 206 0 200 0 244 0 306 0 322 0 267 0 294 0 244 0 267 0 189 0 194 0 233 0 228 0 228 0 217 0 233 0-9999 +USW00094728190609TMIN 161 0 139 0 194 0 150 0 122 0 150 0 194 0 194 0 194 0 211 0 222 0 222 0 233 0 167 0 128 0 111 0 156 0 189 0 233 0 250 0 239 0 200 0 194 0 128 0 100 0 133 Z 167 0 150 0 150 0 122 0-9999 +USW00094728190609PRCP 0 0 0 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 173 0 150 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 142 0 0 0 0 0 0 0 0 0 56 0 0 0 0 0 51 0-9999 +USW00094728190609SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190610TMAX 156 0 189 0 183 0 194 0 222 0 222 0 139 0 167 0 233 0 139 0 94 0 117 0 128 0 172 0 189 0 189 0 144 0 167 0 228 0 217 0 161 0 161 0 222 0 189 0 217 0 178 0 206 0 150 0 94 0 144 0 106 0 +USW00094728190610TMIN 89 0 133 0 150 0 150 0 178 0 133 0 106 0 72 0 111 0 89 0 61 0 44 0 56 0 78 0 100 0 122 0 111 0 117 0 161 0 161 0 150 0 133 0 150 0 139 0 128 0 100 0 128 0 89 0 72 0 89 0 56 0 +USW00094728190610PRCP 0 0 8 0 0 0 0 0 56 0 3 0 0 0 0 0 246 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 457 0 99 0 0 0 0 0 0T Z 124 0 0 0 0 0 0 0 0 0 0 0 38 0 +USW00094728190610SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190611TMAX 94 0 139 0 161 0 111 0 128 0 122 0 111 0 83 0 117 0 122 0 111 0 78 0 56 0 67 0 50 0 61 0 111 0 183 0 183 0 156 0 111 0 150 0 83 0 72 0 117 0 128 0 139 0 78 0 44 Z 72 0-9999 +USW00094728190611TMIN 33 0 39 0 33 0 44 0 22 0 33 0 33 0 22 0 39 0 89 0 50 0 33 0 28 0 22 0 17 0 28 0 22 0 100 0 139 0 111 0 89 0 78 0 56 0 39 0 33 0 72 0 78 0 44 0 -17 0 -17 0-9999 +USW00094728190611PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 122 0 0 0 0 0 0 0 117 0 0 0 0 0 28 0 0T Z 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728190611SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190612TMAX 100 0 33 0 50 0 -33 Z 56 0 133 0 83 0 -6 0 -6 0 50 0 44 0 11 0 72 0 56 Z 144 0 100 0 56 0 22 0 0 0 78 0 83 0 72 0 -11 0 -67 0 -28 0 33 0 56 0 78 0 78 0 72 0 150 0 +USW00094728190612TMIN 0 0 -44 0 -78 0 -106 0 -33 0 17 0 -106 0 -111 0 -50 0 -28 0 -67 0 -83 0 -11 0 17 0 56 0 39 0 17 0 -67 0 -83 0 0 0 44 0 -6 0 -94 0 -111 0 -83 0 -33 0 -6 0 28 0 61 0 56 0 56 0 +USW00094728190612PRCP 0 0 0 0 15 0 0 0 0 0 64 0 0 0 0 0 5 0 160 0 3 0 0 0 0 0 0 0 3 0 23 0 97 0 0 0 0 0 183 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 318 0 +USW00094728190612SNOW 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 8 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190701TMAX 128 0 56 0 111 0 156 0 106 0 111 0 178 0 156 0 89 0 33 0 78 0 83 0 72 0 67 0 72 0 -33 0 -50 0 39 0 89 0 144 0 6 Z 50 0 -67 0 -44 0 22 0 17 0 -28 0 0 0 11 0 28 0 6 0 +USW00094728190701TMIN 61 0 33 0 33 0 39 0 33 0 50 0 94 0 61 0 -44 0 -50 0 22 0 39 0 39 0 39 0 -28 0 -61 0 -100 0 -44 0 17 0 6 Z -44 0 -61 0 -133 0 -156 0 -67 0 -83 0 -100 0 -78 0 -50 0 -61 0 -100 0 +USW00094728190701PRCP 0 0 0 0 10 0 91 0 0 0 0 0 5 0 10 0 0 0 0 0 0 0 244 0 3 0 81 0 33 0 0 0 99 0 5 0 64 0 0 0 0 0 0 0 0 0 0 0 5 0 38 0 10 0 0 0 3 0 10 0 23 0 +USW00094728190701SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 152 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 0 25 0 13 0 0 Z-9999 -9999 25 0 +USW00094728190701DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 +USW00094728190701MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 38 0-9999 +USW00094728190702TMAX 33 0 83 0 56 0 -28 0 -56 0 -67 0 -22 0 -28 0 6 0 61 0 6 0 -94 0 -6 0 61 0 0 0 44 0 33 0 0 0 67 0 33 0 17 0 -44 0 -61 0 17 0 33 0 -6 0 -11 0 -6 0-9999 -9999 -9999 +USW00094728190702TMIN 6 0 22 0 -56 0 -67 0 -72 0 -100 0 -111 0 -72 0 -72 0 -6 0 -133 0 -144 0 -128 0 -17 0 -56 0 -28 0 -94 0 -106 0 -33 0 6 0 -72 0 -111 0 -122 0 -111 0 -67 0 -83 0 -89 0 -111 0-9999 -9999 -9999 +USW00094728190702PRCP 74 0 38 0 0 0 104 0 114 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 196 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728190702SNOW 102 0 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 20 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 152 0 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728190702DASF-9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190702MDSF-9999 -9999 -9999 -9999 279 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190703TMAX 0 0 83 0 56 0 11 0 44 0 44 0 28 0 50 0 50 0 -6 0 50 0 67 0 106 0 144 0 94 0 106 0 156 0 117 0 78 0 78 0 106 0 172 0 222 0 111 Z 100 0 128 0 144 0 200 0 233 0 194 0 133 0 +USW00094728190703TMIN -50 0 6 0 -17 0 -56 0 -50 0 -61 0 -78 0 -11 0 0 0 -28 0 -33 0 -11 0 50 0 44 0 39 0 28 0 56 0 33 0 17 0 11 0 -6 0 67 0 111 0 28 0 6 0 22 0 61 0 78 0 144 0 100 0 56 0 +USW00094728190703PRCP 13 0 74 0 0 0 0 0 0 0 91 0 0 0 53 0 0 0 84 0 0 0 119 0 23 0 5 0 0 0 0 0 25 0 28 0 218 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 43 0 +USW00094728190703SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 102 0 0 Z 64 0 0 Z 152 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 20 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190704TMAX 50 0 61 0 128 0 144 0 189 0 89 0 67 0 67 0 50 0 67 0 106 0 117 0 78 0 106 0 78 0 111 0 94 0 94 0 67 0 94 0 117 0 178 0 139 0 150 0 233 0 222 0 167 0 111 0 189 0 200 0-9999 +USW00094728190704TMIN -11 0 -22 0 0 0 50 0 22 0 11 0 17 0 33 0 22 0 33 0 28 0 44 0 56 0 33 0 28 0 50 0 44 0 39 0 33 0 28 0 6 0 67 0 94 0 89 0 100 0 161 0 83 0 72 0 100 0 133 0-9999 +USW00094728190704PRCP 43 0 0 0 0 0 0T Z 0 0 0 0 0 0 229 0 234 0 3 0 0 0 43 0 61 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 71 0 198 0 0 0 33 0 8 0 0 0 0 0 15 0-9999 +USW00094728190704SNOW 20 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 127 0 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190705TMAX 183 0 144 0 144 0 194 0 161 0 139 0 167 0 200 0 161 0 244 0 128 0 144 0 228 0 294 0 189 0 233 0 156 0 233 0 250 0 172 0 122 0 167 0 144 0 194 0 156 0 117 0 139 0 139 0 183 0 183 0 183 0 +USW00094728190705TMIN 117 0 94 0 83 0 67 0 56 0 106 0 128 0 133 0 117 0 111 0 61 0 44 0 89 0 133 0 117 0 150 0 128 0 111 0 167 0 61 0 44 0 56 Z 100 0 100 0 89 0 78 0 89 0 61 0 72 0 83 0 128 0 +USW00094728190705PRCP 23 0 0 0 0 0 295 0 0 0 371 0 0 0 0 0 74 0 114 0 76 0 0 0 0 0 0 0 0 0 300 0 13 0 0 0 36 0 13 0 0 0 0 0 0 0 0 0 0 0 20 0 58 0 0 0 0 0 0 0 0 0 +USW00094728190705SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190706TMAX 178 0 111 Z 144 0 217 0 200 0 194 0 211 0 233 0 211 0 200 0 200 0 211 0 211 0 150 0 283 0 300 0 300 0 300 0 283 0 283 0 317 0 322 0 322 0 289 0 317 0 317 0 256 0 300 0 233 0 244 0-9999 +USW00094728190706TMIN 111 0 89 0 94 0 128 0 144 0 139 0 133 0 156 0 139 0 128 0 128 0 128 0 122 0 122 0 150 0 167 0 200 0 217 0 211 0 194 0 217 0 228 0 228 0 222 0 222 0 211 0 183 0 183 0 183 0 183 0-9999 +USW00094728190706PRCP 28 0 185 0 15 0 0 0 64 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 114 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 97 0 0 0 0 0 191 0 130 0-9999 +USW00094728190706SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190707TMAX 317 0 311 0 261 0 278 0 294 0 311 0 306 0 317 0 294 0 294 0 250 0 289 0 272 0 283 0 289 0 289 0 328 0 306 0 322 0 289 0 283 0 267 0 289 0 283 0 322 0 283 0 272 0 272 0 244 0 306 0 300 0 +USW00094728190707TMIN 194 0 222 0 189 0 194 0 189 0 211 0 217 0 233 0 233 0 211 0 222 0 222 0 194 0 211 0 206 0 228 0 261 0 261 0 239 0 250 0 211 0 194 0 239 0 211 0 239 0 200 0 178 0 194 0 206 0 211 0 200 0 +USW00094728190707PRCP 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 163 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 18 0 0 0 0 0 +USW00094728190707SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190708TMAX 283 0 311 0 283 0 267 0 267 0 306 0 317 0 322 0 256 0 289 0 311 0 333 0 289 0 256 0 261 0 244 0 283 0 278 0 267 0 294 0 283 0 256 0 239 0 211 0 256 0 233 0 211 0 256 0 244 0 239 0 239 0 +USW00094728190708TMIN 222 0 228 0 217 0 172 0 183 0 217 0 233 0 244 0 228 0 217 0 211 0 228 0 217 0 172 0 161 0 183 0 211 0 211 0 178 0 206 0 211 0 183 0 189 0 167 0 194 0 161 0 156 0 172 0 156 0 150 0 161 0 +USW00094728190708PRCP 0T Z 0 0 0 0 69 0 0 0 25 0 0 0 0 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 3 0 0 0 0 0 0 0 0 0 5 0 594 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 +USW00094728190708SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190709TMAX 250 0 256 0 289 0 278 0 294 0 250 0 267 0 244 0 233 0 239 0 261 0 239 0 256 0 267 0 272 0 283 0 283 0 217 Z 172 0 228 0 300 0 239 0 233 0 283 0 206 Z 156 0 167 0 206 0 183 0 189 0-9999 +USW00094728190709TMIN 144 0 189 0 228 0 250 0 250 0 211 0 189 0 211 0 211 0 211 0 183 0 167 0 167 0 183 0 189 0 206 0 217 0 156 0 139 0 167 0 222 0 172 0 167 0 200 0 111 0 94 0 111 0 156 0 133 0 128 0-9999 +USW00094728190709PRCP 0 0 56 0 5 0 43 0 64 0 0 0 0 0 0 0 0 0 0 0 251 0 0 0 0 0 0 0 0 0 0 0 0 0 124 0 15 0 0 0 36 0 147 0 533 0 69 0 0 0 0 0 0 0 231 0 541 0 0 0-9999 +USW00094728190709SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190710TMAX 156 0 172 0 222 0 233 0 178 0 161 0 222 0 217 0 144 0 156 0 178 0 144 0 128 0 133 0 133 0 167 0 189 0 189 0 111 0 122 0 78 0 133 0 150 0 106 0 128 0 94 0 144 0 172 0 122 0 83 0 111 0 +USW00094728190710TMIN 106 0 89 0 133 0 172 Z 117 0 94 0 150 0 83 0 67 0 100 0 133 0 100 0 78 0 67 0 61 0 72 0 117 0 67 0 39 0 56 0 28 0 50 0 44 0 28 0 56 0 39 0 44 0 122 0 61 0 28 0 22 0 +USW00094728190710PRCP 0 0 0 0 0 0 99 0 28 0 0 0 0 0 274 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 180 0 442 0 185 0 0 0 0 0 +USW00094728190710SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190711TMAX 128 0 156 0 150 0 100 0 150 0 144 0 133 0 117 0 139 0 161 0 100 0 72 0 89 0 39 0 83 0 83 0 83 0 72 0 106 0 94 0 133 0 139 0 100 0 78 0 72 0 72 0 72 0 111 0 61 0 61 0-9999 +USW00094728190711TMIN 44 0 83 0 94 0 61 0 56 0 111 0 72 0 61 0 67 0 100 0 44 0 33 0 39 0 6 0 6 0 44 0 28 0 33 0 56 0 33 0 61 0 100 0 72 0 39 0 50 0 33 0 50 0 67 0 33 0 11 0-9999 +USW00094728190711PRCP 0 0 170 0 0 0 0 0 0 0 348 0 3 0 0 0 0 0 25 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 140 0 61 0 0 0 36 0 0 0 0 0 340 0 0 0 15 0 0 0 0 0 0 0 0 0-9999 +USW00094728190711SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190712TMAX 44 0 39 0 11 0 0 0 6 0 39 0 72 0 100 0 106 0 133 0 100 Z 17 0 22 0 44 0 39 0 50 0 28 0 22 0 28 0 39 0 50 0 67 0 139 0 100 0 89 0 67 0 106 0 122 0 67 0 111 0 67 0 +USW00094728190712TMIN 6 0 6 0 -11 0 -28 0 -56 0 0 0 6 0 17 0 22 0 100 0 11 0 -28 0 -33 0 6 0 22 0 17 0 11 0 0 0 -6 0 -28 0 11 0 11 0 44 0 33 0 28 0 44 0 28 0 61 0 6 0 61 0 22 0 +USW00094728190712PRCP 0 0 5 0 23 0 5 0 0 0 0 0 0 0 0 0 0T Z 218 0 0 0 0 0 0 0 340 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 356 0 0 0 0 0 0 0 0 0 0 0 0 0 135 0 0 0 +USW00094728190712SNOW 0 Z 20 0 64 0 13 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190801TMAX 56 0 33 0 22 0 50 0 44 0 17 0 89 0 50 0 33 0 -11 0 61 0 94 0 89 0 28 0 56 0 56 0 33 0 39 0 44 0 78 0 100 0 94 0 39 Z 0 0 6 0 67 0 72 0 33 0 39 0 -78 0 -28 0 +USW00094728190801TMIN 17 0 -6 0 -22 0 0 0 -72 0 -72 0 -22 0 22 0 -39 0 -67 0 -28 0 50 0 28 0 -22 0 -22 0 -33 0 -50 0 0 0 -17 0 -33 0 39 0 11 0 -6 0 -67 0 -78 0 -17 0 -44 0 -56 0 -100 0 -133 0 -128 0 +USW00094728190801PRCP 0 0 0 0 0 0 36 0 0 0 0 0 328 0 0 0 0T Z 0 0 0 0 371 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 122 0 0 0 0 0 28 0 0 0 5 0 0 0 0 0 +USW00094728190801SNOW 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z +USW00094728190801DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190801MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 254 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190802TMAX 83 0 -28 0 -22 0 -78 0 0 0 44 0 -22 0 -61 0 -61 0 -22 0 39 0 22 0 33 0 89 0 111 0 44 Z 11 0 -6 0 33 0 6 0 22 0 0 0 17 0 -28 0 17 0 72 0 50 0 -22 0 -6 0-9999 -9999 +USW00094728190802TMIN -56 0 -83 0 -83 0 -144 0 -172 0 -17 0 -61 0 -139 0 -144 0 -128 0 -72 0 -44 0 -6 0 22 0 44 0 -6 0 -50 0 -67 0 -28 0 -56 0 -61 0 -72 0 -83 0 -72 0 -72 0 6 0 -17 0 -67 0 -78 0-9999 -9999 +USW00094728190802PRCP 338 0 0 0 0 0 0 0 99 0 142 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 23 0 104 0 0 0 0 0 0 0 546 0 0 0 0 0 0 0 5 0 0 0 10 0 193 0 0 0 0 0 0 0-9999 -9999 +USW00094728190802SNOW 38 0 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 109 0 0 Z 0 Z 0 Z 13 0 0 Z 3 0 0 Z 0 Z 0 Z 0 Z-9999 -9999 +USW00094728190802DASF-9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190802MDSF-9999 -9999 -9999 -9999 -9999 203 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190803TMAX -6 0 44 0 28 0 6 0 33 0 17 0 78 0 78 0 56 0 39 0 117 0 128 0 122 0 122 0 128 0 89 0 44 0 44 0 89 0 6 0 50 0 89 0 100 0 144 0 83 0 156 0 222 0 194 0 178 0 100 0 94 0 +USW00094728190803TMIN -72 0 -6 0 -28 0 -44 0 -50 0 -11 0 11 0 11 0 -28 0 -44 0 17 0 56 0 44 0 61 0 67 0 -17 0 -33 0 11 0 0 0 -28 0 -50 0 17 0 67 0 67 0 -6 0 67 0 144 0 89 0 44 0 33 0 72 0 +USW00094728190803PRCP 23 0 10 0 0 0 0 0 0 0 97 0 0 0 43 0 41 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 99 0 104 0 0 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 3 0 53 0 0 0 15 0 +USW00094728190803SNOW 13 0 0 Z 0T Z 0 Z 0 Z 76 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190804TMAX 111 0 122 0 28 0 33 0 83 0 167 0 239 0 156 0 178 0 122 0 178 0 117 0 150 0 117 0 167 0 111 0 106 0 156 0 156 0 144 0 106 0 183 0 256 0 194 0 194 0 261 0 206 0 233 0 194 0 189 0-9999 +USW00094728190804TMIN 67 0 11 0 0 0 -17 0 -22 0 83 0 94 0 106 0 78 0 67 0 56 0 33 0 39 0 22 0 72 0 33 0 22 0 67 0 89 0 61 0 28 0 72 0 133 0 133 0 117 0 172 0 144 0 150 0 139 0 117 0-9999 +USW00094728190804PRCP 0 0 38 0 0 0 0 0 30 0 0 0 0 0 130 0 5 0 23 0 13 0 0 0 0 0 0 0 86 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 218 0-9999 +USW00094728190804SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190805TMAX 161 0 178 0 156 0 156 0 167 0 139 0 122 0 139 0 156 0 133 0 261 0 272 0 278 0 183 0 150 0 189 0 250 0 250 0 211 0 183 0 211 0 211 0 250 0 294 0 261 0 300 0 311 0 278 0 250 0 233 0 289 0 +USW00094728190805TMIN 89 0 67 0 72 0 78 0 72 0 100 0 100 0 106 0 111 0 78 0 111 0 183 0 172 0 122 0 117 0 117 0 144 0 156 0 150 0 156 0 161 0 183 0 178 0 200 0 183 0 189 0 233 0 172 0 161 0 206 0 206 0 +USW00094728190805PRCP 0 0 3 0 0 0 0 0 0 0 5 0 970 0 18 0 0 0 0 0 0 0 0 0 0 0 33 0 66 0 0 0 0 0 0 0 0 0 307 0 64 0 206 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 483 0 0 0 +USW00094728190805SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190806TMAX 228 0 250 0 222 0 261 0 228 0 228 0 267 0 289 0 278 0 289 0 222 0 256 0 278 0 294 0 256 0 239 0 217 0 239 0 278 0 317 0 311 0 306 0 267 0 344 0 283 0 256 0 278 0 294 0 311 0 294 0-9999 +USW00094728190806TMIN 167 0 150 0 128 0 172 0 161 0 150 0 139 0 189 0 200 0 206 0 178 0 167 0 178 0 211 0 172 0 156 0 139 0 167 0 178 0 228 0 222 0 233 0 228 0 222 0 217 0 194 0 178 0 194 0 222 0 244 0-9999 +USW00094728190806PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 246 0 69 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728190806SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190807TMAX 294 0 306 0 306 0 300 0 322 0 350 0 339 0 289 0 272 0 261 0 311 0 356 0 328 0 328 0 267 0 267 0 272 0 328 0 311 0 289 0 256 0 300 0 300 0 306 0 294 0 283 0 294 0 311 0 289 0 300 0 317 0 +USW00094728190807TMIN 211 0 233 0 250 0 256 0 267 0 272 0 289 0 194 0 178 0 194 0 200 0 250 0 256 0 228 0 206 0 178 0 172 0 244 0 244 0 222 0 228 0 233 0 261 0 250 0 239 0 228 0 239 0 244 0 244 0 239 0 244 0 +USW00094728190807PRCP 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 373 0 0 0 0 0 0 0 0 0 0 0 0 0 119 0 89 0 33 0 58 0 277 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728190807SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190808TMAX 272 0 289 0 283 0 333 0 339 0 306 0 278 0 289 0 267 0 300 0 300 0 306 0 344 0 339 0 306 0 294 0 278 0 283 0 289 0 239 0 261 0 267 0 261 0 239 0 228 0 178 0 183 0 200 0 194 0 239 0 261 0 +USW00094728190808TMIN 222 0 206 0 222 0 256 0 272 0 267 0 244 0 228 0 233 0 228 0 239 0 233 0 278 0 289 0 256 0 228 0 239 0 222 0 206 0 183 0 167 0 233 0 211 0 189 0 183 0 167 0 144 0 139 0 128 0 161 0 178 0 +USW00094728190808PRCP 0 0 0 0 0 0 0 0 64 0 64 0 76 0 0 0 8 0 0 0 122 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 320 0 0 0 0 0 13 0 823 0 33 0 0 0 0 0 0 0 0 0 +USW00094728190808SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190809TMAX 261 0 267 0 206 0 211 0 228 0 222 0 228 0 233 0 250 0 250 0 272 0 244 0 244 0 228 0 189 0 206 0 239 0 250 0 261 0 211 0 211 0 239 0 233 0 261 0 244 0 222 0 239 0 239 0 206 0 178 0-9999 +USW00094728190809TMIN 200 0 183 0 161 0 156 0 156 0 194 0 178 0 156 0 178 0 189 0 206 0 206 0 200 0 183 0 150 0 133 0 167 0 167 0 189 0 172 0 161 0 189 0 206 0 200 0 200 0 194 0 200 0 211 0 128 0 111 0-9999 +USW00094728190809PRCP 0 0 0 0 0 0 0 0 0 0 188 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 178 0 119 0 0 0-9999 +USW00094728190809SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190810TMAX 172 0 156 0 167 0 211 0 194 0 206 0 200 0 222 0 211 0 200 0 222 0 156 Z 156 0 189 0 239 0 267 0 256 0 261 0 211 0 122 0 133 0 161 0 189 0 217 0 228 0 222 0 206 0 200 0 150 0 133 0 72 0 +USW00094728190810TMIN 122 0 94 0 78 0 100 0 122 0 139 0 144 0 178 0 167 0 128 0 156 0 89 0 72 0 106 0 133 0 178 0 172 0 161 0 122 0 83 0 78 0 83 0 139 0 189 0 206 0 189 0 189 0 139 0 111 0 56 0 44 0 +USW00094728190810PRCP 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 79 0 5 0 74 0 122 0 13 0 0 0 +USW00094728190810SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190811TMAX 78 0 89 0 150 0 144 0 50 0 89 0 111 0 133 0 139 0 139 0 144 0 89 0 67 0 94 0 61 0 56 0 44 0 72 0 100 0 94 0 94 0 117 0 128 0 144 0 156 0 167 0 167 0 100 0 100 0 167 0-9999 +USW00094728190811TMIN 39 0 39 0 61 0 0 0 -6 0 33 0 72 0 94 0 78 0 83 0 83 0 33 0 33 0 22 0 0 0 -22 0 0 0 22 0 33 0 33 0 17 0 50 0 78 0 94 0 122 0 117 0 78 0 61 0 61 0 94 0-9999 +USW00094728190811PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 124 0 43 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0-9999 +USW00094728190811SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 13 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190812TMAX 178 0 56 Z 28 0 72 0 50 0 61 0 139 0 33 0 28 0 44 0 61 0 83 0 67 0 78 0 94 0 67 0 39 0 44 0 56 0 61 0 61 0 28 0 -17 0 44 0 56 0 44 0 44 0 44 0 61 0 94 0 83 0 +USW00094728190812TMIN 56 0 -33 0 -33 0 17 0 -17 0 -33 0 33 0 0 0 -22 0 -44 0 6 0 -6 0 -6 0 0 0 61 0 28 0 -11 0 -11 0 -22 0 22 0 17 0 -44 0 -44 0 -33 0 22 0 17 0 11 0 17 0 17 0 39 0 -11 0 +USW00094728190812PRCP 0 0 0 0 0 0 0T Z 0 0 13 0 503 0 0 0 0 0 0 0 51 0 46 0 3 0 0 0 0 0 0 0 28 0 104 0 0 0 0 0 0 0 20 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 +USW00094728190812SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 3 0 0 Z 0 Z 0 Z 20 0 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190812DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190812MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 51 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190901TMAX -6 0 33 0 67 0 111 0 139 0 133 0 -33 Z 17 0 50 0 61 0 100 0 56 0 0 0 39 0 61 0 -6 Z 11 0 6 0 6 0 44 0 83 0 117 0 83 0 94 0 111 0 50 0 61 0 11 0 33 0 22 0 -22 0 +USW00094728190901TMIN -22 0 -33 0 22 0 50 0 94 0 -33 0 -78 0 -78 0 -22 0 28 0 39 0 -56 0 -78 0 -22 0 -6 0 -83 0 -22 0 -144 0 -150 0 -39 0 6 0 22 0 56 0 44 0 39 0 0 0 0 0 -28 0 -33 0 -39 0 -106 0 +USW00094728190901PRCP 0 0 0 0 3 0 0 0 381 0 3 0 0 0 0 0 0 0 0T Z 0 0 0 0 89 0 46 0 0 0 25 0 157 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 48 0 89 0 0 0 +USW00094728190901SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 58 0 25 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 20 0 109 0 0 Z +USW00094728190901DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190901MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190902TMAX -67 0 22 0 -11 0 28 Z 106 0 128 0 56 0 61 0 33 0 133 0 11 0 61 0 117 0 72 0 67 0 72 0 44 0 72 Z 111 0 111 0 89 0 94 0 83 0 128 0 72 Z 28 0 67 0 50 0-9999 -9999 -9999 +USW00094728190902TMIN -133 0 -72 0 -39 0 -28 0 28 0 17 0 6 0 -6 0 -11 0 11 0 -22 0 -28 0 56 0 39 0 39 0 28 0 -17 0 0 0 56 0 50 0 39 0 33 0 44 0 61 0 -50 0 -56 0 11 0 -11 0-9999 -9999 -9999 +USW00094728190902PRCP 0 0 0 0 0T Z 0 0 0 0 15 0 0 0 0 0 36 0 208 0 0T Z 0 0 0T Z 56 0 0 0 150 0 0 0 0 0 119 0 3 0 13 0 0 0 343 0 208 0 0 0 0 0 0 0 0T Z-9999 -9999 -9999 +USW00094728190902SNOW 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 20 0 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z-9999 -9999 -9999 +USW00094728190903TMAX 50 0 100 0 56 0 17 0 -11 0 50 0 61 0 61 0 50 0 178 0 44 0 72 0 78 0 89 0 50 0 61 0 61 0 44 0 72 0 50 0 78 0 11 0 72 0 100 0 117 0 50 0 111 0 94 0 78 0 61 0 106 0 +USW00094728190903TMIN -44 0 50 0 11 0 -22 0 -50 0 -44 0 6 0 11 0 28 0 44 0 0 0 -17 0 44 0 17 0 0 0 0 0 -28 0 -39 0 -6 0 -11 0 -28 0 -39 0 -17 0 0 0 17 0 17 0 28 0 33 0 22 0 22 0 22 0 +USW00094728190903PRCP 0 0 99 0 0 0 97 0 0 0 0 0 8 0 0 0 38 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 0 0 3 0 538 0 0 0 0 0 69 0 0 0 43 0 0 0 +USW00094728190903SNOW 0 Z 0 Z 0 Z 102 0 0 Z 0 Z 8 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z +USW00094728190904TMAX 117 0 111 0 100 0 94 0 128 0 156 0 228 0 122 0 106 0 39 0 78 0 122 0 156 0 144 0 150 0 156 0 172 0 167 0 267 0 161 0 100 0 183 0 133 0 100 0 128 0 117 0 106 0 106 0 56 0 78 0-9999 +USW00094728190904TMIN 28 0 50 0 50 0 50 0 61 0 83 0 89 0 78 0 39 0 -17 0 -44 0 28 0 94 0 78 0 61 0 50 0 89 0 100 0 100 0 61 0 61 0 72 0 56 0 39 0 44 0 83 0 72 0 33 0 22 0 56 0-9999 +USW00094728190904PRCP 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 691 0 91 0 0 0 0 0 0 0 79 0 132 0 38 0 38 0 66 0 0 0 0 0 0 0 30 0 74 0 231 0 64 0-9999 +USW00094728190904SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z-9999 +USW00094728190905TMAX 139 0 100 0 150 0 144 0 206 0 272 0 172 0 206 0 167 0 233 0 172 0 222 0 233 0 283 0 283 0 222 0 189 0 178 0 200 0 156 0 139 0 133 0 156 0 222 0 200 0 211 0 183 0 244 0 228 0 256 0 272 0 +USW00094728190905TMIN 67 0 50 0 56 0 78 0 100 0 161 0 133 0 128 0 122 0 161 0 111 0 94 0 139 0 183 0 194 0 161 0 150 0 139 0 133 0 122 0 106 0 100 0 94 0 111 0 144 0 133 0 156 0 167 0 161 0 167 0 144 0 +USW00094728190905PRCP 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 53 0 18 0 0 0 0 0 0 0 0 0 0 0 102 0 102 0 0 0 0 0 0 0 0 0 33 0 23 0 0 0 0 0 0 0 +USW00094728190905SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190906TMAX 244 0 206 0 256 0 217 0 189 0 239 0 239 0 217 0 161 0 172 0 211 0 278 0 244 0 300 0 244 0 250 0 244 0 217 0 233 0 283 0 317 0 322 0 317 0 328 0 339 0 339 0 272 0 300 0 289 0 306 0-9999 +USW00094728190906TMIN 161 0 167 0 178 0 167 0 167 0 161 0 161 0 167 0 144 0 144 0 161 0 167 0 194 0 211 0 178 0 156 0 172 0 156 0 128 0 167 0 217 0 239 0 244 0 261 0 256 0 250 0 233 0 233 0 222 0 194 0-9999 +USW00094728190906PRCP 0 0 28 0 0 0 216 0 5 0 0 0 0 0 0 0 94 0 0 0 0 0 0 0 117 0 0 0 0 0 0 0 43 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 79 0 170 0 0 0 0 0-9999 +USW00094728190906SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190907TMAX 311 0 272 0 261 0 200 0 261 0 261 0 244 0 283 0 250 0 244 0 278 0 306 0 322 0 306 0 294 0 294 0 283 0 272 0 222 0 244 0 272 0 250 0 211 0 250 0 267 0 283 0 294 0 289 0 306 0 339 0 294 0 +USW00094728190907TMIN 228 0 217 0 161 0 144 0 139 0 178 0 189 0 167 0 150 0 161 0 200 0 194 0 239 0 217 0 217 0 228 0 206 0 183 0 167 0 156 0 167 0 194 0 194 0 200 0 178 0 172 0 206 0 217 0 217 0 250 0 228 0 +USW00094728190907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 457 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 0 0 +USW00094728190907SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190908TMAX 250 0 278 0 244 0 206 0 228 0 261 0 328 0 333 0 333 0 278 0 239 0 256 0 256 0 256 0 233 0 211 0 183 0 228 0 289 0 294 0 239 0 244 0 283 0 300 0 322 0 283 0 283 0 272 0 289 0 233 0 222 0 +USW00094728190908TMIN 222 0 194 0 189 0 156 0 161 0 189 0 206 0 228 0 250 0 183 0 156 0 172 0 189 0 189 0 178 0 183 0 161 0 167 0 189 0 200 0 178 0 161 0 172 0 189 0 211 0 228 0 206 0 194 0 206 0 167 0 139 0 +USW00094728190908PRCP 0 0 0 0 0 0 602 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 206 0 0 0 8 0 1219 0 89 0 3 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728190908SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190909TMAX 244 0 217 0 261 0 244 0 250 0 228 0 233 0 250 0 261 0 217 0 250 0 222 0 239 0 272 0 244 0 239 0 272 0 217 0 200 0 200 0 217 0 239 0 278 0 244 0 206 0 178 0 183 0 189 0 211 0 211 0-9999 +USW00094728190909TMIN 144 0 122 0 144 0 183 0 139 0 122 0 150 0 167 0 189 0 200 0 189 0 172 0 183 0 189 0 206 0 200 0 200 0 156 0 139 0 144 0 161 0 189 0 233 0 167 0 139 0 133 0 133 0 128 0 106 0 144 0-9999 +USW00094728190909PRCP 0T Z 0 0 0 0 0 0 69 0 0 0 0 0 0 0 0 0 188 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 81 0 0 0 124 0 0 0 0 0 61 0 145 0 0 0 0 0-9999 +USW00094728190909SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190910TMAX 172 0 156 0 178 0 172 0 200 0 228 0 233 0 239 0 250 0 244 0 228 0 200 0 106 0 139 0 144 0 117 0 128 0 89 0 122 0 117 0 156 0 172 0 122 0 122 0 117 0 172 0 178 0 94 0 61 0 111 0 189 0 +USW00094728190910TMIN 117 0 111 0 128 0 133 0 128 0 117 0 128 0 156 0 150 0 150 0 161 0 94 0 67 0 83 0 94 0 89 0 83 0 83 0 56 0 39 0 67 0 117 0 100 0 72 0 61 0 72 0 94 0 50 0 28 0 28 0 72 0 +USW00094728190910PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 51 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 69 0 5 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 +USW00094728190910SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190911TMAX 156 0 194 0 161 0 139 0 94 0 133 0 117 0 150 0 122 0 128 0 172 0 228 0 178 0 150 0 150 0 139 0 167 0 61 0 72 0 144 0 161 0 161 0 178 0 50 0 39 0 89 0 94 0 106 0 89 0 44 0-9999 +USW00094728190911TMIN 106 0 122 0 117 0 83 0 61 0 61 0 61 0 83 0 67 0 78 0 94 0 122 0 150 0 117 0 111 0 83 0 61 0 11 0 17 0 67 0 94 0 128 0 28 0 6 0 6 0 28 0 28 0 50 0 11 0 -6 0-9999 +USW00094728190911PRCP 0 0 10 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0T Z 0 0 0 0 0 0 61 0 119 0 117 0 0 0 0 0 0 0 23 0 0 0-9999 +USW00094728190911SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0T Z 13 0 8 0 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728190912TMAX 50 0 39 0 56 0 72 0 106 0 117 0 106 0 50 0 0 0 6 0 22 0 22 0 117 0 117 0 56 0 28 0 33 0 22 0 17 0 -11 0 -17 0 -11 0 28 0 33 0 33 0 0 0 -22 0 -11 0 -39 0 -89 0 -50 0 +USW00094728190912TMIN -33 0 0 0 33 0 22 0 33 0 44 0 22 0 -22 0 -50 0 -39 0 -17 0 -22 0 6 0 44 0 28 0 6 0 -6 0 -17 0 -28 0 -61 0 -67 0 -39 0 -28 0 -6 0 0 0 -28 0 -44 0 -50 0 -128 0 -144 0 -111 0 +USW00094728190912PRCP 0 0 0 0 0 0 0 0 0 0 0 0 140 0 0 0 0 0 0 0 0 0 3 0 770 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 41 0 0 0 0 0 0 0 0 0 0 0 +USW00094728190912SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 178 0 25 0 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728190912DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728190912MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 25 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728191001TMAX 17 0 72 0 33 0 -22 Z -11 0 39 0 39 0 -11 0 22 0 -28 0 -17 0 11 0 22 0 6 0 -22 0 6 0 33 0 78 0 39 0 72 0 83 0 89 0 50 0 72 0 44 0 33 0 39 0 22 0 39 0 39 0 33 0 +USW00094728191001TMIN -72 0 11 0 -22 0 -144 0 -150 0 -11 Z -39 0 -67 0 -56 0 -78 0 -83 0 -33 0 -33 0 -67 0 -67 0 -83 0 -56 0 22 0 -6 0 -11 0 44 0 33 0 -6 0 22 0 -22 0 -39 0 6 0 0 0 -28 0 -33 0 -22 0 +USW00094728191001PRCP 0 0 0 0 0 0 0 0 61 0 300 0 163 0 0 0 0 0 0T Z 0 0 0 0 0 0 137 0 8 0 0 0 20 0 84 0 0 0 0 0 173 0 51 0 0 0 0 0 58 0 0 0 3 0 48 0 74 0 0 0 0 0 +USW00094728191001SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 241 Z 13 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 3 0 25 0 0 Z 0 Z 0 Z +USW00094728191002TMAX -17 0 44 0 50 0 22 0 0 0 -61 0 -72 0 28 0 44 0 22 0 -17 0 0 0 -17 0 6 0 56 0 72 0 22 Z 6 0 -22 0 39 0 78 0 50 0 28 0 -56 0 -50 0 39 0 106 0 133 0-9999 -9999 -9999 +USW00094728191002TMIN -61 0 -33 0 0 0 -28 0 -61 0 -156 0 -172 0 -72 0 0 0 -39 0 -72 0 -33 0 -44 0 -50 0 0 0 22 Z -22 0 -78 0 -94 0 -44 0 22 0 -11 0 -83 0 -106 0 -94 0 -67 0 33 0 83 0-9999 -9999 -9999 +USW00094728191002PRCP 0 0 0 0 48 0 0 0 0T Z 0 0 0 0 0 0 56 0 0 0 41 0 109 0 0 0 0 0 0 0 0 0 53 0 41 0 0 0 0 0 46 0 99 0 0 0 0 0 0 0 0 0 0 0 307 0-9999 -9999 -9999 +USW00094728191002SNOW 0 Z 0 Z 0T Z 0 Z 0T Z 0 Z 0 Z 0 Z 0T Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728191002DASF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728191002MDSF-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 127 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728191003TMAX 89 0 67 0 83 0 78 0 94 0 94 0 89 0 50 0 61 0 33 0 67 0 50 0 89 0 28 0 22 0 72 0 33 0 44 0 83 0 139 0 94 0 122 0 156 0 122 0 239 0 156 0 139 0 122 0 244 0 256 0 122 0 +USW00094728191003TMIN 50 0 33 0 22 0 22 0 33 0 50 0 6 0 -6 0 -11 0 -28 0 -11 0 11 0 -6 0 -39 0 -39 0 -22 0 -33 0 -39 0 22 0 50 0 28 0 22 0 78 0 61 0 111 0 67 0 50 0 78 0 100 0 106 0 89 0 +USW00094728191003PRCP 109 0 69 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 28 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191003SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 33 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728191004TMAX 167 0 200 0 156 0 139 0 239 0 244 0 144 0 94 0 122 0 144 0 139 0 128 0 133 0 194 0 233 0 156 0 122 0 156 0 156 0 161 0 172 0 211 0 200 0 144 0 194 0 194 0 194 0 139 0 128 0 267 0-9999 +USW00094728191004TMIN 89 0 89 0 94 0 94 0 133 0 106 0 39 0 28 0 61 0 67 0 61 0 61 0 33 0 50 0 117 0 100 0 89 0 122 0 128 0 94 0 111 0 106 0 117 0 122 0 122 0 128 0 117 0 94 0 72 0 106 0-9999 +USW00094728191004PRCP 0 0 0 0 0 0 38 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 183 0 191 0 168 0 0 0 0 0 0 0 0 0 0 0 343 0 302 0 0 0 0 0 25 0 10 0-9999 +USW00094728191004SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728191005TMAX 183 0 172 0 211 0 156 0 144 0 167 0 211 0 178 0 228 0 200 0 178 0 183 0 172 0 150 0 161 0 200 0 200 0 200 0 222 0 222 0 261 0 189 0 183 0 272 0 239 0 233 0 172 0 244 0 278 0 217 0 167 0 +USW00094728191005TMIN 128 0 117 0 133 0 100 0 94 0 94 0 100 0 133 0 156 0 144 0 128 0 111 0 100 0 89 0 100 0 106 0 111 0 128 0 128 0 150 0 172 0 161 0 156 0 167 0 200 0 156 0 128 0 122 0 161 0 161 0 117 0 +USW00094728191005PRCP 0 0 0 0 10 0 0 0 0 0 0 0 0 0 23 0 23 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 89 0 0 0 10 0 89 0 0 0 10 0 0 0 64 0 0 0 0 0 0 0 0 0 36 0 15 0 +USW00094728191005SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728191006TMAX 161 0 161 0 161 0 206 0 167 0 233 0 206 0 233 0 228 0 161 0 150 0 183 0 222 0 278 0 267 0 211 0 239 0 283 0 294 0 294 0 322 0 311 0 322 0 261 0 228 0 256 0 261 0 272 0 289 0 306 0-9999 +USW00094728191006TMIN 100 0 122 0 139 0 106 0 122 0 156 0 133 0 117 0 150 0 133 0 139 0 144 0 172 0 172 0 200 0 194 0 194 0 172 0 194 0 217 0 233 0 222 0 244 0 206 0 178 0 178 0 183 0 206 0 200 0 211 0-9999 +USW00094728191006PRCP 0 0 0 0 3 0 0 0 188 0 53 0 38 0 0 0 102 0 117 0 74 0 554 0 0 0 0 0 0 0 127 0 3 0 269 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0-9999 +USW00094728191006SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728191007TMAX 294 0 306 0 306 0 272 0 283 0 294 0 256 0 317 0 333 0 333 0 317 0 306 0 311 0 294 0 294 0 289 0 261 0 211 0 233 0 256 0 272 0 278 0 300 0 344 0 328 0 294 0 294 0 294 0 294 0 283 0 256 0 +USW00094728191007TMIN 211 0 244 0 244 0 211 0 183 0 183 0 194 0 233 0 228 0 261 0 239 0 217 0 228 0 200 0 217 0 217 0 194 0 189 0 183 0 178 0 194 0 194 0 228 0 250 0 261 0 233 0 222 0 222 0 194 0 211 0 189 0 +USW00094728191007PRCP 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 5 0 74 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 23 0 0 0 +USW00094728191007SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728191008TMAX 261 0 256 0 278 0 289 0 256 0 267 0 256 0 244 0 233 0 228 0 283 0 272 0 267 0 278 0 267 0 261 0 244 0 228 0 261 0 244 0 267 0 250 0 267 0 272 0 300 0 261 0 228 0 222 0 228 0 244 0 244 0 +USW00094728191008TMIN 161 0 194 0 211 0 217 0 194 0 189 0 189 0 194 0 194 0 200 0 189 0 189 0 194 0 194 0 233 0 211 0 194 0 189 0 200 0 172 0 183 0 194 0 206 0 211 0 228 0 161 0 139 0 167 0 194 0 178 0 183 0 +USW00094728191008PRCP 0 0 0 0 25 0 8 0 0 0 0 0 0 0 5 0 5 0 94 0 5 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 10 0 25 0 0 0 0 0 +USW00094728191008SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728191009TMAX 228 0 239 0 228 0 267 0 300 0 333 0 278 0 261 0 278 0 206 0 233 0 244 0 267 0 206 0 211 0 211 0 217 0 261 0 189 0 244 0 261 0 200 0 211 0 228 0 250 0 272 0 261 0 244 0 211 0 206 0-9999 +USW00094728191009TMIN 217 0 189 0 194 0 222 0 239 0 250 0 211 0 183 0 178 0 150 0 178 0 172 0 178 0 161 0 139 0 144 0 144 0 150 0 139 0 139 0 178 0 150 0 139 0 189 0 200 0 200 0 217 0 161 0 139 0 150 0-9999 +USW00094728191009PRCP 305 0 5 0 15 0 0 0 0 0 13 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191009SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728191010TMAX 283 0 183 0 206 0 256 0 278 0 289 0 244 0 150 0 183 0 167 0 244 0 194 0 133 0 244 0 183 0 250 0 211 0 211 0 239 0 206 0 178 Z 156 0 133 0 133 0 167 0 139 0 211 0 122 0 94 0 78 0 122 0 +USW00094728191010TMIN 178 0 122 0 117 0 183 0 217 0 217 0 117 0 106 0 122 0 106 0 106 0 83 0 72 0 111 0 156 0 144 0 117 0 122 0 133 0 178 0 117 0 111 0 94 0 83 0 94 0 67 0 111 0 72 0 44 0 39 0 61 0 +USW00094728191010PRCP 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 638 0 0 0 114 0 0 0 0 0 0T Z 0 0 0 0 3 0 0 0 0 0 0 0 +USW00094728191010SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728191011TMAX 150 0 172 0 111 0 83 0 111 0 94 0 67 0 50 0 100 0 167 0 89 0 50 0 61 0 61 0 61 0 50 0 67 0 72 0 61 0 44 0 78 0 89 0 83 0 117 0 94 0 61 0 78 0 67 0 50 0 44 0-9999 +USW00094728191011TMIN 72 0 111 0 56 0 61 0 72 0 61 0 28 0 28 0 39 0 83 0 17 0 17 0 17 0 22 0 17 0 28 0 28 0 28 0 6 0 -17 0 -6 0 39 0 28 0 56 0 44 0 28 0 17 0 11 0 39 0 17 0-9999 +USW00094728191011PRCP 0 0 0 0 660 0 196 0 5 0 0 0 0 0 3 0 0 0 0T Z 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 119 0 0 0 0 0 66 0 28 0 0 0-9999 +USW00094728191011SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728191012TMAX 44 0 0 0 28 0 28 0 11 0 -22 0 -6 0 11 0 -22 0 -6 0 -17 0 -39 0 -11 0 22 0 44 0 -61 0 -22 0 56 0 67 0 22 0 -39 0 -6 0 72 0 94 0 0 0 33 0 50 0 72 0 106 0 122 0 6 0 +USW00094728191012TMIN -6 0 -22 0 -17 0 -6 0 -39 0 -50 0 -56 0 -33 0 -67 0 -83 0 -67 0 -72 0 -83 0 -44 0 -100 0 -117 0 -106 0 -39 0 11 0 -39 0 -72 0 -89 0 -28 0 0 0 -44 0 -50 0 -11 0 11 0 56 0 -78 0 -94 0 +USW00094728191012PRCP 0 0 0 0 0 0 0 0 0T Z 53 0 10 0 0 0 0 0 13 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 3 0 0 0 0 0 0 0 277 0 0 0 0T Z 0 0 10 0 0 0 25 0 0 0 +USW00094728191012SNOW 0 Z 0 Z 0 Z 0 Z 0T Z 86 LZ 15 LZ 0 Z 0 Z 13 Z 51 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 3 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728191012DASF-9999 -9999 -9999 -9999 -9999 -9999 2 L0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728191012MDSF-9999 -9999 -9999 -9999 -9999 -9999 1016 LZ-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728191101TMAX 100 0 133 0 133 0 11 0 -11 0 28 0 61 0 83 0 67 0 50 0 56 0 67 0 50 0 78 0 78 0 -6 Z -33 0 11 0 33 0 56 0 78 0 33 0 22 0 44 0 61 0 61 0 111 0 117 0 67 0 83 0 -11 0 +USW00094728191101TMIN -11 0 94 0 17 0 -72 0 -72 0 -50 0 0 0 39 0 -11 0 -28 0 17 0 17 0 33 0 44 0 -6 0 -78 0 -67 0 -67 0 -28 0 11 0 33 0 -22 0 -33 0 -11 0 0 0 28 0 56 0 28 0 17 0 -44 0 -72 0 +USW00094728191101PRCP 168 0 43 0 193 0 23 0 0 0 0 0 0 0 10 0 0 0 0 0 0T Z 0 0 41 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 51 0 0 0 0 0 0 0 0T Z 23 0 25 0 23 0 10 0 0 0 +USW00094728191101SNOW 0 Z 0 Z 0 Z 8 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728191102TMAX 28 0 56 0 39 0 83 0 44 0 -11 0 -6 0 28 0 28 0 22 0 22 0 67 0 72 0 61 0 -17 0 17 0 39 0 56 0 0 0 -17 0 -39 0 -6 0 -17 0 22 0 72 0 106 0 78 0 -39 0-9999 -9999 -9999 +USW00094728191102TMIN -44 0 -44 0 -89 0 39 0 -61 0 -78 0 -33 0 -17 0 -6 0 -6 0 -22 0 0 0 44 0 -33 0 -83 0 -100 0 -17 0 0 0 -50 0 -67 0 -94 0 -89 0 -83 0 -28 0 -11 0 33 0 -44 0 -67 0-9999 -9999 -9999 +USW00094728191102PRCP 0 0 23 0 3 0 467 0 0 0 53 0 46 0 23 0 8 0 0 0 0 0 0 0 0 0 61 0 10 0 0 0 36 0 0 0 0 0 99 0 0 0 0T Z 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728191102SNOW 0 Z 0 Z-9999 -9999 0 Z-9999 -9999 13 0 13 0 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 114 0 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728191102DASF-9999 -9999 -9999 2 0-9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728191102MDSF-9999 -9999 -9999 20 0-9999 -9999 89 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 89 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728191103TMAX 22 0 28 0 50 0 0 0 -6 0 11 0 0 0 28 0 67 0 67 0 72 0 67 0 50 0 67 0 100 0 -67 0 17 0 78 0 56 0 106 0 72 0 178 0 39 Z -11 0 44 0 106 0 122 0 67 0 83 0 89 0 44 0 +USW00094728191103TMIN -56 0 -22 0 -22 0 -44 0 -72 0 -61 0 -83 0 -50 0 -28 0 11 0 -33 0 6 0 11 0 -6 0 -67 0 -106 0 -83 0 6 0 0 0 17 0 22 0 39 0 -50 0 -78 0 -67 0 0 0 72 0 17 0 6 0 39 0 6 0 +USW00094728191103PRCP 0 0 0T Z 0 0 10 0 0 0 48 0 0 0 0 0 0 0 48 0 0 0 3 0 0 0 10 0 135 0 0 0 0 0 0 0 94 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 249 0 0 0 221 0 10 0 0 0 +USW00094728191103SNOW 0 Z 0T Z 0 Z 8 0 0 Z 71 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728191104TMAX 39 0 17 0 67 0 61 0 144 0 183 0 156 0 83 0 56 0 106 0 106 0 106 0 117 0 150 0 144 0 106 0 94 0 128 0 139 0 100 0 122 0 94 0 89 0 150 0 172 0 167 0 200 0 228 0 250 0 189 0-9999 +USW00094728191104TMIN -22 0 -44 0 -28 0 17 0 39 0 111 0 44 0 17 0 11 0 17 0 33 0 44 0 50 0 89 0 89 0 39 0 22 0 17 0 100 0 50 0 56 0 50 0 39 0 50 0 83 0 72 0 94 0 111 0 139 0 144 0-9999 +USW00094728191104PRCP 0 0 0 0 0 0 333 0 99 0 0 0 0 0 18 0 84 0 0 0 0 0 0 0 0 0 53 0 0 0 0 0 0 0 0 0 142 0 145 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0-9999 +USW00094728191104SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 13 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728191105TMAX 211 0 178 0 100 0 117 0 161 0 189 0 228 0 194 0 161 0 256 0 244 0 244 0 233 0 194 0 194 0 233 0 217 0 283 0 261 0 206 0 278 0 300 0 267 0 172 0 233 0 228 0 256 0 272 0 272 0 256 0 206 0 +USW00094728191105TMIN 144 0 50 0 28 0 33 0 67 0 78 0 94 0 128 0 117 0 150 0 167 0 183 0 139 0 117 0 100 0 167 0 156 0 161 0 189 0 167 0 178 0 200 0 161 0 150 0 156 0 167 0 172 0 161 0 194 0 206 0 189 0 +USW00094728191105PRCP 20 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 8 0 0 0 5 0 0 0 3 0 0 0 0 0 18 0 15 0 23 0 0T Z 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 203 0 +USW00094728191105SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728191106TMAX 239 0 261 0 217 0 256 0 194 0 172 0 183 0 244 0 283 0 294 0 267 0 244 0 217 0 233 0 239 0 222 0 233 0 239 0 278 0 283 0 233 0 278 0 289 0 244 0 217 0 222 0 283 0 311 0 256 0 261 0-9999 +USW00094728191106TMIN 183 0 167 0 183 0 156 0 156 0 150 0 161 0 161 0 167 0 200 0 206 0 194 0 178 0 189 0 172 0 144 0 144 0 183 0 183 0 183 0 156 0 167 0 189 0 161 0 189 0 183 0 211 0 222 0 194 0 172 0-9999 +USW00094728191106PRCP 13 0 0 0 3 0 0 0 48 0 94 0 61 0 0 0 0 0 254 0 290 0 229 0 74 0 3 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 107 0 0 0 74 0 10 0 142 0 0 0 0 0 0 0 0 0-9999 +USW00094728191106SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728191107TMAX 300 0 344 0 378 0 361 0 361 0 367 0 300 0 272 0 333 0 372 0 361 0 322 0 311 0 244 0 300 0 306 0 250 0 261 0 289 0 300 0 267 0 261 0 289 0 322 0 233 0 256 0 250 0 228 0 311 0 272 0 311 0 +USW00094728191107TMIN 194 0 239 0 250 0 250 0 250 0 250 0 233 0 211 0 206 0 256 0 244 0 256 0 222 0 194 0 189 0 217 0 206 0 178 0 167 0 206 0 178 0 178 0 167 0 228 0 178 0 156 0 172 0 161 0 172 0 217 0 200 0 +USW00094728191107PRCP 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 5 0 0 0 0T 0 0 0 38 0 0 0 0 0 122 0 0 0 0 0 8 0 180 0 36 0 0 0 94 0 0 0 0 0 0 0 13 0 23 0 0 0 0 0 +USW00094728191107SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728191108TMAX 333 0 294 0 272 0 250 0 272 0 317 0 289 0 289 0 306 0 344 0 339 0 283 0 261 0 328 0 300 0 294 0 317 0 289 0 244 0 261 0 272 0 272 0 322 0 222 0 194 0 244 0 217 0 317 0 256 0 167 0 150 0 +USW00094728191108TMIN 194 0 211 0 200 0 194 0 183 0 194 0 206 0 189 0 222 0 200 0 222 0 178 0 200 0 172 0 211 0 200 0 222 0 178 0 156 0 139 0 150 0 161 0 178 0 172 0 156 0 172 0 200 0 217 Z 156 0 133 0 128 0 +USW00094728191108PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 30 0 0 0 0 0 0 0 386 0 0 0 10 0 66 0 0 0 0 0 0 0 0 0 0 0 0T 0 419 0 86 0 145 0 5 0 36 0 216 0 955 0 +USW00094728191108SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728191109TMAX 267 0 300 0 289 0 261 0 267 0 294 0 217 0 194 0 206 0 289 0 261 0 267 0 161 0 189 0 183 0 267 0 250 0 239 0 267 0 278 0 239 0 267 0 261 0 267 0 300 0 228 0 189 0 206 0 172 0 178 0-9999 +USW00094728191109TMIN 150 0 183 0 194 0 150 0 156 0 211 0 183 0 167 0 156 0 178 0 194 0 139 0 106 0 78 0 150 0 183 0 156 0 156 0 144 0 178 0 167 0 200 0 167 0 167 0 194 0 128 0 94 0 117 0 122 0 89 0-9999 +USW00094728191109PRCP 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 3 0 0 0 8 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 20 0 91 0 0 0 0 0 0 0 64 0 0 0 0 0 155 0 0 0-9999 +USW00094728191109SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728191110TMAX 167 0 167 0 150 0 228 0 194 0 144 0 144 0 156 0 200 0 206 0 161 0 200 0 172 0 178 0 167 0 211 0 161 0 178 0 178 0 156 0 150 0 189 0 172 0 150 0 150 0 178 0 144 0 94 0 128 0 144 0 172 0 +USW00094728191110TMIN 94 0 100 0 72 0 150 0 94 0 78 0 61 0 50 0 78 0 122 0 128 0 122 0 83 0 67 0 106 0 111 0 122 0 161 0 150 0 139 0 122 0 144 0 117 0 94 0 72 0 106 0 78 0 44 0 33 0 67 0 106 0 +USW00094728191110PRCP 330 0 20 0 0 0 0 0 0 0 137 0 160 0 0 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 622 0 323 0 5 0 122 0 61 0 124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191110SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728191111TMAX 156 0 83 0 83 0 83 0 122 0 133 0 178 0 106 0 94 0 100 0 161 0 206 0 6 0 22 0 67 0 44 0 72 0 139 0 61 0 94 0 67 0 22 0 89 0 100 0 33 0 61 0 106 0 150 0 117 0 39 0-9999 +USW00094728191111TMIN 50 0 6 0 0 0 28 0 56 0 56 0 89 0 61 0 61 0 72 0 50 0 6 0 -33 0 -39 0 17 0 -22 0 -28 0 50 0 22 0 6 0 6 0 -17 0 -22 0 39 0 -11 0 11 0 33 0 100 0 11 0 -11 0-9999 +USW00094728191111PRCP 0 0 0 0 0 0 0 0 0 0 373 0 0 0 0 0 0 0 5 0 0 0 25 0 0 0 97 0 132 0 0 0 20 0 315 0 0 0 0 0 0 0 0 0 0 0 229 0 0 0 0 0 0 0 104 0 0 0 0 0-9999 +USW00094728191111SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728191112TMAX 50 0 56 0 61 0 6 0 33 0 89 0 144 0 144 0 111 0 161 0 150 0 172 0 144 0 56 0 56 0 78 0 78 0 33 0 28 0 28 0 44 0 72 0 111 0 50 0 83 0 78 0 111 0 11 0 22 0 22 0 17 0 +USW00094728191112TMIN -6 0 11 0 6 0 -72 0 -72 0 6 0 6 0 33 0 39 0 89 0 72 0 122 0 33 0 17 0 33 0 39 0 22 0 0 0 -33 0 -56 0 -6 0 17 0 44 0 28 0 17 0 28 0 11 0 -44 0 -44 0 -33 0 -17 0 +USW00094728191112PRCP 0 0 0 0 53 0 130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 137 0 150 0 0 0 0 0 0 0 0 0 5 0 119 0 41 0 0 0 0 0 25 0 43 0 0 0 0 0 0 0 69 0 +USW00094728191112SNOW 0 Z 0 Z 0 Z 178 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 38 0 +USW00094728191201TMAX 33 0 28 0 22 0 0 0 -17 0 -100 0 -72 0 44 0 67 0 -56 0 -67 0 -72 0 -133 0 -50 0 22 0 -83 0 -11 0 78 0 122 0 -33 0 22 0 56 0 111 0 56 0 -56 0 -67 0 -33 0 -33 0 -22 0 0 0 -6 0 +USW00094728191201TMIN -11 0 -39 0 -22 0 -56 0 -122 0 -144 0 -133 0 -117 0 -100 0 -117 0 -111 0 -150 0 -194 0 -167 0 -89 0 -161 0 -89 0 -11 0 -50 0 -89 0 -39 0 -17 0 33 0 -61 0 -94 0 -111 0 -106 0 -122 0 -50 0 -22 0 -39 0 +USW00094728191201PRCP 0 0 51 0 5 0 0T 0 3 0 0 0 8 0 236 0 38 0 0 0 0 0 89 0 0 0 0 0 61 0 0 0 5 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 20 0 0 0 58 0 5 0 0 0 +USW00094728191201SNOW 0 0 8 0 5 0 0T 0 3 0 0 0 8 0 51 0 0 0 0 0 0 0 89 0 0 0 0 0 64 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 23 0 0 0 38 0 0 0 0 0 +USW00094728191201SNWD 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 0 0 0 0 0 0 76 0 76 0 51 0 102 0 76 0 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 25 0 51 0 51 0 25 0 +USW00094728191202TMAX 0 0 28 0 -33 0 -50 0 -50 0 -17 0 11 0 -6 0 -33 0 -106 0 -61 0 -67 0 -6 0 -6 0 17 0 50 0 78 0 50 0 67 0 89 0 111 0 117 0 33 0 111 0 150 0 67 0 44 0 28 0 0 0-9999 -9999 +USW00094728191202TMIN -67 0 -33 0 -78 0 -106 0 -122 0 -89 0 -72 0 -78 0 -111 0 -178 0 -183 0 -117 0 -122 0 -89 0 -44 0 0 0 0 0 0 0 17 0 22 0 -6 0 -39 0 -50 0 6 0 39 0 0 0 -33 0 -50 0 -56 0-9999 -9999 +USW00094728191202PRCP 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 249 0 25 0 0 0 0 0 0 0 363 0 0 0 0T 0 0 0-9999 -9999 +USW00094728191202SNOW-9999 -9999 -9999 64 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0T 0-9999 -9999 -9999 +USW00094728191202SNWD 25 0 0T 0 0T 0 51 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728191203TMAX -11 0 -33 0 -11 0 -11 0 -39 0 -17 0 78 0 61 0 67 0 17 0 50 0 100 0 106 0 78 0 156 0 117 0 106 0 167 0 122 0 122 0 11 0 17 0 22 0 28 0 44 0 56 0 133 0 161 0 200 0 133 0 183 0 +USW00094728191203TMIN -61 0 -78 0 -94 0 -78 0 -83 0 -72 0 -22 0 22 0 -11 0 -39 0 -50 0 0 0 22 0 6 0 28 0 33 0 6 0 72 0 33 0 11 0 -44 0 -44 0 -50 0 6 0 -28 0 -44 0 44 0 61 0 61 0 39 0 56 0 +USW00094728191203PRCP 0 0 0 0 0 0 0T 0 23 0 20 0 0T 0 13 0 8 0 0 0 0 0 455 0 61 0 0 0 460 0 0 0 0 0 0 0 0 0 109 0 97 0 0 0 0T 0 348 0 3 0 0 0 0 0 30 0 330 0 0 0 0 0 +USW00094728191203SNOW-9999 -9999 -9999 0T 0 38 0 25 0-9999 -9999 -9999 -9999 -9999 13 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 38 0-9999 0T 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728191203SNWD 0 0 0 0 0 0 0 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191204TMAX 106 0 67 0 61 0 94 0 233 0 261 0 233 0 44 0 172 0 144 0 156 0 139 0 83 0 83 0 200 0 250 0 194 0 78 0 117 0 150 0 178 0 156 0 150 0 194 0 178 0 178 0 200 0 167 0 111 0 83 0-9999 +USW00094728191204TMIN 56 0 33 0 -11 0 -17 0 56 0 128 0 44 0 6 0 6 0 44 0 39 0 67 0 56 0 50 0 56 0 122 0 72 0 61 0 72 0 61 0 61 0 89 0 72 0 67 0 78 0 89 0 94 0 28 0 33 0 44 0-9999 +USW00094728191204PRCP 0 0 84 0 0 0 0 0 0 0 0 0 112 0 0T 0 0 0 0 0 0 0 30 0 18 0 3 0 0 0 10 0 160 0 140 0 48 0 0 0 0 0 33 0 30 0 15 0 0 0 0T 0 58 0 0 0 132 0 23 0-9999 +USW00094728191204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191205TMAX 211 0 256 0 228 0 194 0 139 0 161 0 117 0 122 0 194 0 228 0 217 0 200 0 211 0 194 0 161 0 167 0 217 0 244 0 267 0 211 0 317 0 172 0 239 0 300 0 256 0 233 0 272 0 289 0 261 0 256 0 233 0 +USW00094728191205TMIN 72 0 106 0 111 0 111 0 89 0 100 0 100 0 89 0 111 0 106 0 111 0 139 0 83 0 72 0 111 0 100 0 133 0 111 0 150 0 128 0 133 0 111 0 100 0 183 0 144 0 122 0 133 0 161 0 183 0 128 0 111 0 +USW00094728191205PRCP 0 0 0 0 0 0 0 0 33 0 81 0 224 0 206 0 41 0 0 0 0 0 8 0 5 0 0 0 13 0 229 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 61 0 0 0 0 0 0 0 0T 0 211 0 262 0 0 0 +USW00094728191205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191206TMAX 300 0 328 0 289 0 289 0 228 0 200 0 189 0 183 0 228 0 244 0 283 0 272 0 228 0 183 0 183 0 189 0 311 0 267 0 222 0 272 0 283 0 267 0 283 0 311 0 278 0 311 0 244 0 278 0 344 0 250 0-9999 +USW00094728191206TMIN 144 0 200 0 206 0 200 0 156 0 156 0 128 0 106 0 111 0 117 0 150 0 172 0 139 0 117 0 122 0 150 0 172 0 167 0 144 0 161 0 178 0 167 0 167 0 200 0 206 0 206 0 167 0 150 0 211 0 167 0-9999 +USW00094728191206PRCP 0 0 0T 0 5 0 0 0 0 0 127 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 23 0 178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191207TMAX 261 0 278 0 306 0 317 0 289 0 300 0 306 0 350 0 361 0 339 0 333 0 317 0 267 0 294 0 300 0 344 0 261 0 272 0 250 0 233 0 244 0 278 0 244 0 239 0 283 0 283 0 267 0 289 0 300 0 289 0 250 0 +USW00094728191207TMIN 150 0 167 0 178 0 200 0 211 0 211 0 206 0 217 0 250 0 244 0 222 0 222 0 217 0 222 0 222 0 239 0 217 0 211 0 172 0 156 0 206 0 189 0 156 0 167 0 156 0 172 0 178 0 167 0 206 0 189 0 172 0 +USW00094728191207PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 137 0 8 0 0 0 58 0 0 0 13 0 58 0 5 0 0 0 0 0 315 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 30 0 0 0 23 0 +USW00094728191207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191208TMAX 261 0 261 0 228 0 244 0 244 0 256 0 256 0 250 0 256 0 261 0 300 0 300 0 311 0 328 0 300 0 250 0 239 0 300 0 278 0 272 0 261 0 306 0 278 0 267 0 322 0 333 0 256 0 217 0 239 0 211 0 178 0 +USW00094728191208TMIN 167 0 150 0 144 0 139 0 133 0 144 0 167 0 161 0 206 0 211 0 206 0 217 0 217 0 228 0 211 0 167 0 144 0 178 0 206 0 200 0 183 0 200 0 183 0 167 0 206 0 211 0 150 0 122 0 144 0 122 0 106 0 +USW00094728191208PRCP 43 0 5 0 28 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 178 0 0 0 0 0 5 0 0 0 0 0 0 0 259 0 137 0 0 0 0T 0 0 0 0T 0 0 0 0 0 20 0 0 0 0T 0 18 0 0 0 5 0 +USW00094728191208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191209TMAX 189 0 194 0 200 0 267 0 289 0 306 0 283 0 289 0 306 0 306 0 328 0 222 0 239 0 244 0 278 0 233 0 239 0 228 0 244 0 244 0 172 0 178 0 200 0 189 0 183 0 211 0 167 0 189 0 189 0 156 0-9999 +USW00094728191209TMIN 139 0 156 0 167 0 178 0 172 0 217 0 200 0 189 0 194 0 183 0 183 0 128 0 139 0 189 0 211 0 167 0 133 0 178 0 189 0 156 0 128 0 117 0 150 0 128 0 133 0 111 0 117 0 83 0 83 0 39 0-9999 +USW00094728191209PRCP 257 0 69 0 30 0 0 0 0T 0 0 0 10 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 102 0 38 0 0 0 58 0 5 0 0 0 0 0 0 0 0T 0 203 0 226 0 0 0 3 0 0 0 0T 0 0 0-9999 +USW00094728191209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191210TMAX 172 0 167 0 222 0 256 0 256 0 261 0 272 0 161 0 183 0 256 0 194 0 244 0 222 0 156 0 189 0 156 0 200 0 222 0 200 0 178 0 178 0 206 0 189 0 133 0 139 0 172 0 178 0 183 0 161 0 222 0 139 0 +USW00094728191210TMIN 94 0 56 0 106 0 150 0 144 0 128 0 111 0 94 0 111 0 139 0 167 0 172 0 133 0 111 0 78 0 44 0 83 0 111 0 128 0 89 0 83 0 133 0 133 0 94 0 83 0 100 0 67 0 100 0 94 0 100 0 67 0 +USW00094728191210PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 754 0 203 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191211TMAX 189 0 106 0 61 0 122 0 178 0 194 0 189 0 172 0 106 0 111 0 183 0 222 0 178 0 128 0 94 0 72 0 83 0 56 0 106 0 156 0 189 0 172 0 117 0 128 0 56 0 67 0 67 0 33 0 56 0 100 0-9999 +USW00094728191211TMIN 106 0 28 0 -6 0 28 0 67 0 111 0 150 0 83 0 56 0 39 0 83 0 133 0 100 0 83 0 33 0 17 0 11 0 17 0 0 0 72 0 100 0 111 0 61 0 33 0 17 0 39 0 17 0 -22 0 -11 0 17 0-9999 +USW00094728191211PRCP 203 0 0 0 0 0 0 0 0 0 0 0 574 0 0 0 0 0 0T 0 3 0 0 0 0 0 69 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0T 0 0 0 0 0 25 0 0 0 0 0-9999 +USW00094728191211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 20 0 0 0 0 0-9999 +USW00094728191211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0-9999 +USW00094728191212TMAX 67 0 161 0 133 0 100 0 94 0 178 0 111 0 78 0 -11 0 78 0 78 0 44 0 -17 0 67 0 106 0 83 0 67 0 89 0 83 0 56 0 72 0 39 0 17 0 0 0 50 0 67 0 44 0 28 0 72 0 117 0 100 0 +USW00094728191212TMIN 11 0 67 0 61 0 44 0 72 0 89 0 22 0 -11 0 -78 0 -22 0 44 0 -50 0 -72 0 -17 0 17 0 33 0 11 0 61 0 17 0 0 0 6 0 -11 0 -17 0 -44 0 -33 0 -22 0 17 0 0 0 -11 0 44 0 39 0 +USW00094728191212PRCP 0 0 43 0 0 0 0 0 3 0 119 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 38 0 142 0 0 0 0 0 0 0 0 0 279 0 0 0 0 0 216 0 0 0 0 0 429 0 0 0 +USW00094728191212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 290 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 305 0 203 0 152 0 102 0 76 0 51 0 0T 0 0 0 +USW00094728191301TMAX 106 0 122 0 150 0 28 0 28 0 144 0 139 0 106 0 -17 0 39 0 133 0 172 0 -11 0 22 0 72 0 89 0 156 0 144 0 72 0 133 0 156 0 33 0 83 0 72 0 94 0 133 0 89 0 22 0 28 0 83 0 161 0 +USW00094728191301TMIN 44 0 22 0 -11 0 0 0 -6 0 28 0 44 0 -17 0 -78 0 -33 0 39 0 -11 0 -78 0 -28 0 -6 0 44 0 72 0 72 0 33 0 22 0 -17 0 -28 0 11 0 44 0 39 0 44 0 -6 0 -33 0 -17 0 0 0 61 0 +USW00094728191301PRCP 0 0 0T 0 137 0 0 0 0 0 0T 0 71 0 69 0 0 0 0 0 43 0 15 0 0 0 0 0 0T 0 66 0 56 0 61 0 0 0 13 0 15 0 0 0 135 0 43 0 0 0 0 0 71 0 0 0 25 0 0 0 51 0 +USW00094728191301SNOW 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 0 0 0 0 +USW00094728191301SNWD 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728191302TMAX 67 0 -33 0 17 0 11 0 -22 0 -44 0 -33 0 0 0 0 0 -22 0 39 0 33 0 -39 0 33 0 94 0 106 0 44 0 22 0 67 0 150 0 167 0 122 0 89 0 -6 0 -22 0 44 0 89 0 150 0-9999 -9999 -9999 +USW00094728191302TMIN -50 0 -83 0 -33 0 -22 0 -61 0 -89 0 -106 0 -61 0 -44 0 -100 0 -78 0 -100 0 -117 0 -61 0 -11 0 22 0 -56 0 -83 0 -56 0 22 0 67 0 33 0 -67 0 -83 0 -117 0 -89 0 39 0 28 0-9999 -9999 -9999 +USW00094728191302PRCP 5 0 0 0 157 0 33 0 0 0 3 0 0 0 0 0 0 0 0 0 56 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 102 0 0 0 0 0 0 0 20 0 312 0 8 0-9999 -9999 -9999 +USW00094728191302SNOW 0 0 0 0 15 0 41 0 0 0 3 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728191302SNWD 0 0 0 0 0T Z 51 Z 25 Z 25 Z 0T Z 0T Z 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728191303TMAX 83 0 61 0 72 0 100 0 89 0 72 0 -67 0 17 0 183 0 122 0 83 0 111 0 111 0 178 0 172 0 172 0 39 0 83 0 167 0 156 0 189 0 156 0 89 0 222 0 250 0 222 0 194 0 67 0 67 0 150 0 178 0 +USW00094728191303TMIN 28 0 -50 0 -56 0 33 0 11 0 -89 0 -111 0 -111 0 11 0 33 0 39 0 22 0 28 0 72 0 94 0 11 0 -17 0 -17 0 33 0 83 0 94 0 17 0 -6 0 89 0 161 0 83 0 11 0 -22 0 6 0 56 0 83 0 +USW00094728191303PRCP 8 0 0T 0 0 0 0 0 10 0 56 0 0 0 0 0 0T 0 94 0 84 0 0 0 3 0 257 0 46 0 0 0 5 0 0 0 0 0 490 0 3 0 0 0 0 0 0 0 23 0 361 0 198 0 0 0 0 0 3 0 5 0 +USW00094728191303SNOW 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191304TMAX 128 0 139 0 122 0 144 0 139 0 78 0 83 0 100 0 72 0 94 0 144 0 156 0 139 0 144 0 139 0 111 0 167 0 183 0 206 0 94 0 156 0 211 0 228 0 217 0 278 0 206 0 211 0 183 0 161 0 178 0-9999 +USW00094728191304TMIN 56 0 50 0 67 0 61 0 78 0 11 0 11 0 6 0 17 0 17 0 56 0 122 0 100 0 100 0 94 0 72 0 89 0 83 0 61 0 22 0 22 0 89 0 128 0 139 0 133 0 117 0 111 0 100 0 100 0 89 0-9999 +USW00094728191304PRCP 0 0 0 0 0T 0 0 0 58 0 0T 0 0 0 0 0 0 0 3 0 279 0 226 0 53 0 0T 0 287 0 318 0 0 0 0 0 10 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 18 0 318 0 15 0 0 0-9999 +USW00094728191304SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191305TMAX 256 0 317 0 317 0 244 0 217 0 278 0 217 0 183 0 183 0 117 0 133 0 189 0 194 0 222 0 167 0 272 0 117 0 194 0 194 0 200 0 167 0 217 0 206 0 189 0 239 0 206 0 139 0 128 0 206 0 250 0 267 0 +USW00094728191305TMIN 89 0 194 0 194 0 128 0 106 0 144 0 139 0 106 0 106 0 39 0 22 0 56 0 106 0 133 0 106 0 117 0 89 0 83 0 117 0 94 0 106 0 128 0 133 0 128 0 111 0 117 0 100 0 100 0 111 0 117 0 128 0 +USW00094728191305PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 15 0 3 0 3 0 48 0 3 0 0 0 28 0 109 0 257 0 127 0 0 0 0 0 15 0 142 0 0 0 0 0 0 0 +USW00094728191305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191306TMAX 272 0 250 0 244 0 267 0 250 0 217 0 289 0 194 0 167 0 222 0 267 0 278 0 233 0 322 0 256 0 339 0 311 0 233 0 228 0 294 0 283 0 283 0 256 0 272 0 306 0 233 0 300 0 294 0 289 0 306 0-9999 +USW00094728191306TMIN 150 0 178 0 156 0 183 0 139 0 139 0 150 0 106 0 94 0 100 0 122 0 144 0 133 0 167 0 183 0 183 0 217 0 161 0 150 0 172 0 189 0 183 0 172 0 183 0 172 0 167 0 183 0 211 0 189 0 189 0-9999 +USW00094728191306PRCP 0 0 8 0 0 0 0T 0 0 0 0 0 135 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 340 0 0T 0 0 0 0 0 0 0 0T 0 5 0 0T 0 15 0 0 0 0 0-9999 +USW00094728191306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191307TMAX 350 0 344 0 317 0 306 0 328 0 328 0 250 0 278 0 267 0 278 0 272 0 261 0 322 0 261 0 272 0 283 0 294 0 289 0 311 0 311 0 289 0 300 0 294 0 283 0 261 0 267 0 278 0 289 0 317 0 350 0 294 0 +USW00094728191307TMIN 211 0 228 0 206 0 206 0 217 0 217 0 144 0 161 0 189 0 194 0 161 0 172 0 211 0 189 0 167 0 172 0 183 0 178 0 222 0 206 0 178 0 200 0 211 0 217 0 189 0 156 0 178 0 206 0 217 0 239 0 222 0 +USW00094728191307PRCP 0 0 0T 0 0 0 0 0 170 0 0 0 0 0 0 0 0T 0 104 0 0 0 56 0 36 0 0 0 0 0 0 0 0T 0 79 0 0 0 3 0 0 0 0 0 0T 0 295 0 0 0 0 0 0 0 790 0 8 0 0 0 0 0 +USW00094728191307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191308TMAX 256 0 300 0 322 0 272 0 256 0 267 0 267 0 278 0 306 0 350 0 239 0 244 0 222 0 250 0 250 0 306 0 339 0 344 0 267 0 250 0 239 0 239 0 272 0 272 0 261 0 261 0 261 0 283 0 267 0 289 0 272 0 +USW00094728191308TMIN 194 0 206 0 189 0 194 0 172 0 172 0 183 0 189 0 206 0 228 0 161 0 156 0 183 0 178 0 167 0 189 0 211 0 233 0 183 0 161 0 167 0 167 0 200 0 172 0 156 0 161 0 200 0 178 0 206 0 194 0 178 0 +USW00094728191308PRCP 127 0 0T 0 0 0 10 0 0 0 10 0 254 0 0 0 0 0 20 0 13 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 117 0 8 0 0 0 0 0 0 0 15 0 0 0 28 0 3 0 0 0 +USW00094728191308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191309TMAX 278 0 283 0 289 0 289 0 200 0 206 0 239 0 300 0 200 0 200 0 206 0 206 0 228 0 172 0 172 0 194 0 233 0 250 0 172 0 189 0 228 0 217 0 189 0 211 0 228 0 250 0 194 0 200 0 233 0 200 0-9999 +USW00094728191309TMIN 189 0 200 0 211 0 200 0 167 0 161 0 189 0 200 0 128 0 94 0 117 0 128 0 128 0 83 0 72 0 94 0 133 0 172 0 139 0 139 0 183 0 117 0 89 0 100 0 117 0 150 0 128 0 94 0 139 0 139 0-9999 +USW00094728191309PRCP 0 0 0 0 0 0 884 0 168 0 3 0 46 0 0 0 0 0 0 0 0 0 5 0 69 0 0 0 0 0 0 0 0 0 185 0 97 0 18 0 69 0 236 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00094728191309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191310TMAX 161 0 222 0 189 0 206 0 250 0 211 0 189 0 189 0 222 0 239 0 200 0 183 0 144 0 178 0 183 0 206 0 200 0 178 0 167 0 183 0 122 0 122 0 150 0 183 0 183 0 167 0 189 0 222 0 172 0 133 0 78 0 +USW00094728191310TMIN 144 0 128 0 128 0 144 0 133 0 150 0 172 0 167 0 178 0 167 0 172 0 117 0 83 0 56 0 83 0 117 0 100 0 133 0 122 0 78 0 50 0 39 0 67 0 117 0 167 0 128 0 100 0 133 0 100 0 61 0 11 0 +USW00094728191310PRCP 1265 0 76 0 0 0 0 0 0 0 0 0 0T 0 284 0 0T 0 0T 0 3 0 234 0 0 0 0T 0 0 0 0 0 0 0 20 0 89 0 272 0 0 0 0 0 0 0 163 0 838 0 48 0 0 0 3 0 0 0 0 0 0 0 +USW00094728191310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191311TMAX 100 0 133 0 144 0 144 0 122 0 183 0 167 0 178 0 183 0 72 0 39 0 89 0 144 0 133 0 56 0 50 0 72 0 167 0 178 0 222 0 167 0 172 0 211 0 89 0 78 0 111 0 44 0 83 0 83 0 72 0-9999 +USW00094728191311TMIN 6 0 33 0 50 0 61 0 33 0 44 0 50 0 94 0 72 0 6 0 -11 0 6 0 56 0 39 0 17 0 22 0 28 0 50 0 117 0 133 0 106 0 94 0 89 0 39 0 28 0 44 0 -6 0 33 0 50 0 33 0-9999 +USW00094728191311PRCP 0 0 0 0 0 0 3 0 0 0 0 0 0 0 64 0 155 0 0 0 0T 0 0 0 0 0 0T 0 3 0 165 0 41 0 0 0 0 0 15 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 104 0 0 0-9999 +USW00094728191311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191312TMAX 83 0 106 0 144 0 83 0 100 0 100 0 139 0 67 0 44 0 56 0 11 0 83 0 117 0 128 0 61 0 100 0 100 0 83 0 22 0 78 0 111 0 67 0 83 0 100 0 67 0 44 0 -11 0 -6 0 17 0 50 0 22 0 +USW00094728191312TMIN 33 0 67 0 39 0 39 0 67 0 67 0 67 0 -28 0 -33 0 -22 0 -72 0 -72 0 39 0 50 0 6 0 17 0 33 0 -17 0 -44 0 -11 0 39 0 11 0 17 0 33 0 17 0 -39 0 -67 0 -67 0 -50 0 -33 0 -28 0 +USW00094728191312PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 178 0 10 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 25 0 409 0 5 0 109 0 163 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191401TMAX 6 0 6 0 39 0 33 0 22 0 -22 0 39 0 50 0 67 0 61 0 -6 0 6 0 -128 0 -78 0 6 0 56 0 28 0 -22 0 11 0 44 0 61 0 -17 0 61 0 100 0 78 0 6 0 61 0 144 0 83 0 144 0 128 0 +USW00094728191401TMIN -50 0 -67 0 0 0 11 0 -50 0 -89 0 -22 0 17 0 22 0 -6 0 -56 0 -128 0 -194 0 -206 0 -78 0 0 0 -39 0 -94 0 -56 0 11 0 -56 0 -72 0 -33 0 44 0 -83 0 -83 0 -11 0 39 0 22 0 56 0 6 0 +USW00094728191401PRCP 0 0 0T 0 53 0 249 0 43 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 3 0 61 0 46 0 0 0 0T 0 5 0 122 0 0 0 0 0 272 0 102 0 0 0 0 0 0T 0 0 0 0T 0 384 0 +USW00094728191401SNOW 0 0 0T 0 0 0 3 0 28 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191401SNWD 0 0 0 0 0 0 0T 0 0T Z 0T Z 0T Z 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191402TMAX 72 0 44 0 106 0 117 0 17 0 22 0 83 0 -11 0 -28 0 28 0 -61 0 -122 0 -33 0 11 0 -56 0 -50 0 -44 0 -22 0 0 0 -33 0 -39 0 22 0 -39 0 -94 0 -33 0 67 0 94 0 94 0-9999 -9999 -9999 +USW00094728191402TMIN 33 0 -11 0 22 0 6 0 -22 0 -33 0 -11 0 -50 0 -111 0 -61 0 -167 0 -194 0 -183 0 -83 0 -111 0 -111 0 -106 0 -56 0 -39 0 -100 0 -122 0 -83 0 -133 0 -167 0 -172 0 -89 0 -6 0 -6 0-9999 -9999 -9999 +USW00094728191402PRCP 0 0 0 0 0 0 0 0 0 0 89 0 38 0 0T 0 0T 0 13 0 0T 0 0 0 74 0 404 0 0 0 86 0 3 0 0T 0 119 Z 0 0 0 0 0 0 18 0 3 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728191402SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 13 0 0T 0 0 0 41 0 206 0 0 0 132 0 3 0 0 0 20 0 0 0 0 0 0 0 25 0 3 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728191402SNWD 0 0 0 0 0 0 0 0 0T Z 0T Z 0T Z 0 0 0 0 0T Z 0T Z 0T 0 0T Z 229 Z 203 Z 305 Z 279 Z 229 Z 203 Z 178 Z 178 Z 178 Z 178 Z 178 Z 152 Z 127 Z 102 Z 51 Z-9999 -9999 -9999 +USW00094728191403TMAX 33 0 -33 0 50 0 56 0 56 0 28 0 56 0 56 0 6 0 17 0 -6 0 6 0 33 0 72 0 139 0 111 0 122 0 67 0 28 0 -11 0 17 0 11 0 67 0 78 0 100 0 183 0 228 0 156 0 50 0 39 0 128 0 +USW00094728191403TMIN -56 0 -83 0 -33 0 0 0 -6 0 -11 0 -6 0 -6 0 -33 0 -39 0 -50 0 -83 0 -61 0 -17 0 33 0 17 0 28 0 6 0 -33 0 -94 0 -94 0 -39 0 -11 0 6 0 6 0 67 0 111 0 28 0 11 0 6 0 33 0 +USW00094728191403PRCP 749 0 41 0 0T 0 0 0 0T 0 74 0 10 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 112 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 13 0 0T 0 132 0 0 0 23 0 0 0 +USW00094728191403SNOW 343 0 25 0 0T 0 0 0 0T 0 74 0 10 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191403SNWD 330 Z 330 Z 305 Z 254 Z 203 Z 152 Z 127 Z 102 Z 76 Z 76 Z 76 Z 76 Z 51 Z 25 Z 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 25 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191404TMAX 94 0 128 0 78 0 61 0 72 0 83 0 161 0 167 0 67 0 117 0 122 0 161 0 106 0 111 0 67 0 50 0 189 0 200 0 278 0 172 0 122 0 194 0 150 0 167 0 100 0 100 0 156 0 150 0 183 0 100 0-9999 +USW00094728191404TMIN 56 0 50 0 -17 0 -28 0 11 0 -17 0 56 0 50 0 17 0 0 0 33 0 33 0 0 0 17 0 28 0 33 0 44 0 94 0 150 0 106 0 72 0 78 0 50 0 28 0 61 0 67 0 78 0 100 0 72 0 61 0-9999 +USW00094728191404PRCP 66 0 0T 0 0 0 0 0 15 0 0 0 0T 0 91 0 0 0 0 0 0 0 8 0 0 0 0 0 140 0 41 0 0 0 0 0 0 0 30 0 0 0 5 0 0 0 0 0 104 0 340 0 0 0 0T 0 3 0 5 0-9999 +USW00094728191404SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191405TMAX 172 0 194 0 228 0 183 0 167 0 239 0 244 0 156 0 222 0 250 0 267 0 150 0 94 0 189 0 200 0 211 0 228 0 256 0 289 0 306 0 272 0 317 0 233 0 239 0 239 0 344 0 350 0 306 0 217 0 267 0 289 0 +USW00094728191405TMIN 44 0 61 0 94 0 122 0 106 0 111 0 144 0 94 0 128 0 133 0 144 0 61 0 56 0 78 0 106 0 83 0 111 0 111 0 150 0 161 0 178 0 150 0 156 0 128 0 150 0 200 0 200 0 200 0 128 0 128 0 167 0 +USW00094728191405PRCP 0 0 0 0 0 0 5 0 241 0 36 0 0 0 5 Z 0 0 0 0 137 0 66 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 0 0 0 0 3 0 0 0 +USW00094728191405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191406TMAX 244 0 239 0 267 0 211 0 228 0 250 0 294 0 300 Z 200 0 294 0 317 0 328 0 283 0 244 0 194 0 211 0 244 0 228 0 206 0 217 0 239 0 206 0 244 0 306 0 333 0 283 0 256 0 183 0 267 0 244 0-9999 +USW00094728191406TMIN 172 0 150 0 150 0 172 0 139 0 117 0 139 0 167 0 139 0 139 0 200 0 217 0 178 0 183 0 144 0 128 0 111 0 139 0 150 0 94 0 128 0 167 0 172 0 172 0 217 0 200 0 178 0 144 0 144 0 161 0-9999 +USW00094728191406PRCP 0 0 0 0 0 0 188 0 0 0 0 0 23 0 5 Z 0 0 0 0 0 0 0 0 0 0 0 0 127 0 5 0 0 0 0 0 61 0 0 0 0 0 20 0 0T 0 20 0 5 0 0 0 23 0 13 0 33 0 0 0-9999 +USW00094728191406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191407TMAX 244 0 283 0 178 0 256 0 233 0 217 0 217 0 278 0 267 0 233 0 267 0 317 0 294 0 233 0 256 0 317 0 322 0 322 0 256 0 272 0 317 0 289 0 322 0 256 0 261 0 328 0 283 0 206 0 228 0 200 0 228 0 +USW00094728191407TMIN 156 0 156 0 144 0 156 0 178 0 150 0 133 0 194 0 189 0 189 0 189 0 200 0 217 0 183 0 183 0 211 0 228 0 233 0 211 0 144 0 200 0 183 0 189 0 189 0 189 0 217 0 211 0 161 0 150 0 144 0 139 0 +USW00094728191407PRCP 157 0 455 0 0T 0 0 0 0 0 8 0 249 0 0 0 0 0 0 0 10 0 0T 0 0T 0 33 0 8 0 15 0 0T 0 0 0 0 0 0 0 58 0 0 0 64 0 0 0 130 0 0 0 38 0 127 0 38 0 0T 0 0 0 +USW00094728191407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191408TMAX 289 0 300 0 267 Z 244 0 244 0 244 0 306 0 317 0 339 0 317 0 317 0 278 0 272 0 283 0 289 0 283 0 283 0 322 0 344 0 267 0 317 0 300 0 311 0 306 0 233 0 222 0 244 0 233 0 200 0 267 0 300 0 +USW00094728191408TMIN 161 0 200 0 178 0 189 0 178 0 183 0 183 0 222 0 217 0 233 0 233 0 206 0 172 0 178 0 211 0 183 0 200 0 194 0 233 0 211 0 200 0 194 0 183 0 183 0 156 0 156 0 167 0 194 0 178 0 178 0 183 0 +USW00094728191408PRCP 0 0 38 0 18 0 0T 0 0 0 0 0 0 0 3 0 0 0 0T 0 94 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 269 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 160 0 5 0 0 0 +USW00094728191408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191409TMAX 322 0 339 0 289 0 256 0 244 0 256 0 289 0 194 0 189 0 211 0 161 0 194 0 211 0 211 0 233 0 272 0 300 0 311 0 244 0 289 0 344 0 350 0 333 0 289 0 189 0 178 0 200 0 172 0 167 0 211 0-9999 +USW00094728191409TMIN 217 0 233 0 228 0 161 0 128 0 161 0 172 0 122 0 94 0 89 0 94 0 111 0 117 0 117 0 111 0 111 0 128 0 156 0 161 0 150 0 178 0 200 0 200 0 144 Z 133 0 94 0 78 0 56 0 56 0 111 0-9999 +USW00094728191409PRCP 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 28 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191410TMAX 183 0 222 0 261 0 244 0 250 0 222 0 156 0 233 0 244 0 250 0 283 0 250 0 156 0 144 0 178 0 194 0 206 0 211 0 200 0 211 0 250 0 233 0 139 0 167 0 122 0 161 0 83 0 111 0 133 0 128 0 144 0 +USW00094728191410TMIN 100 0 89 0 111 0 150 0 156 0 139 0 128 0 144 0 172 0 167 0 178 0 139 0 122 0 89 0 122 0 167 0 144 0 128 0 122 0 111 0 128 0 139 0 72 0 100 0 83 0 78 0 11 0 6 0 61 0 67 0 44 0 +USW00094728191410PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 483 0 38 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 +USW00094728191410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191411TMAX 206 0 183 0 150 0 244 0 144 0 100 0 122 0 161 0 50 0 67 0 144 0 117 0 189 0 128 0 161 0 167 0 39 0 6 0 50 0 56 0 22 0 56 0 22 0 33 0 111 0 161 0 156 0 67 0 94 0 94 0-9999 +USW00094728191411TMIN 94 0 83 0 50 0 111 0 78 0 56 0 33 0 33 0 6 0 -28 0 44 0 44 0 89 0 56 0 72 0 17 0 -11 0 -39 0 0 0 -6 0 -33 0 -6 0 -50 0 -56 0 11 0 72 0 44 0 6 0 11 0 61 0-9999 +USW00094728191411PRCP 0 0 25 0 0 0 0 0 0 0 0 0 0T 0 28 0 3 0 0 0 0 0 0 0 0 0 0 0 434 0 74 0 0 0 0 0 272 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00094728191411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191412TMAX 83 0 144 0 178 0 78 0 44 0 22 0 22 0 22 0 22 0 39 0 50 0 22 0 122 0 122 0 -67 0 -33 0 -33 0 -6 0 44 0 50 0 50 0 17 0 -22 0 -17 0 -22 0 -94 0 -28 0 17 0 33 0 83 0 0 0 +USW00094728191412TMIN 56 0 61 0 61 0 28 0 0 0 -11 0 0 0 -11 0 -11 0 -11 0 11 0 -11 0 -17 0 -83 0 -122 0 -89 0 -94 0 -89 0 -17 0 -6 0 -6 0 -61 0 -72 0 -67 0 -117 0 -161 0 -139 0 -56 0 -11 0 0 0 -50 0 +USW00094728191412PRCP 0T 0 0 0 0 0 0 0 15 0 64 0 460 0 107 0 15 0 0 0 0 0 0 0 307 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 224 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 112 0 0 0 0T 0 +USW00094728191412SNOW 0 0 0 0 0 0 0 0 5 0 10 0 0 0 13 0 8 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0T 0 15 0 0 0 0 0 0 0 0 0 3 0 0 0 0T 0 +USW00094728191412SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 25 Z 0T Z 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 Z 0T Z 0T Z 0T Z 0T 0 0T 0 0 0 0 0 +USW00094728191501TMAX -11 0 0 0 -11 0 0 0 56 0 106 0 133 0 67 0 17 0 22 0 22 0 67 0 78 0 67 0 89 0 61 0 111 0 128 0 144 0 50 0 11 0 -6 0 122 0 11 0 33 0 33 0 22 0 33 0 -22 0 -44 0 22 0 +USW00094728191501TMIN -67 0 -44 0 -61 0 -72 0 -39 0 28 0 33 0 17 0 -22 0 -39 0 -22 0 17 0 0 0 -22 0 28 0 11 0 28 0 83 0 28 0 0 0 -50 0 -61 0 -6 0 -17 0 -11 0 -17 0 6 0 -22 0 -83 0 -111 0 -78 0 +USW00094728191501PRCP 0 0 3 0 0 0 0 0 0 0 5 0 239 0 0 0 0 0 0 0 0 0 597 0 269 0 0 0 13 0 0 0 117 0 272 0 15 0 3 0 3 0 10 0 157 0 18 0 104 0 0 0 0T 0 10 0 0 0 0 0 183 0 +USW00094728191501SNOW 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 10 0 15 0 0T 0 0 0 0 0 0 0 5 0 0 0 0 0 41 0 +USW00094728191501SNWD 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 25 0 +USW00094728191502TMAX 61 0 -11 0 -50 0 -6 0 67 0 128 0 56 0 17 0 -17 0 -6 0 72 0 94 0 50 0 78 0 144 0 100 0 39 0 17 0 50 0 106 0 89 0 94 0 106 0 117 0 100 0 44 0 -6 0 28 0-9999 -9999 -9999 +USW00094728191502TMIN -11 0 -61 0 -67 0 -61 0 -28 0 50 0 11 0 -22 0 -89 0 -106 0 -39 0 39 0 6 0 22 0 39 0 28 0 -22 0 -56 0 -39 0 0 0 11 0 11 0 50 0 78 0 44 0 -33 0 -72 0 -44 0-9999 -9999 -9999 +USW00094728191502PRCP 538 0 229 0 41 0 0T 0 15 0 104 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 130 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 381 0 69 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728191502SNOW 3 0 61 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728191502SNWD 0 0 51 0 102 0 76 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728191503TMAX 33 0 67 0 11 0 56 0 39 0 17 0 33 0 50 0 44 0 67 0 72 0 50 0 94 0 100 0 94 0 94 0 61 0 61 0 106 0 106 0 67 0 72 0 100 0 122 0 150 0 94 0 56 0 106 0 61 0 28 0 78 0 +USW00094728191503TMIN -56 0 -11 0 -72 0 -72 0 -33 0 -6 0 -11 0 -28 0 -50 0 -17 0 0 0 -28 0 -33 0 6 0 -22 0 -6 0 -28 0 -39 0 6 0 17 0 6 0 17 0 17 0 28 0 44 0 -39 0 -56 0 -6 0 0 0 -61 0 -22 0 +USW00094728191503PRCP 0 0 0 0 0 0 0 0 0 0 272 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728191503SNOW 0 0 0 0 0 0 0 0 0 0 175 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728191503SNWD 0 0 0 0 0 0 0 0 0 0 127 0 152 0 76 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191504TMAX 94 0 100 0 44 0 106 0 89 0 122 0 128 0 206 0 200 0 211 0 183 0 183 0 117 0 150 0 167 0 200 0 167 0 211 0 272 0 278 0 172 0 133 0 211 0 194 0 328 0 222 0 333 0 122 0 217 0 111 0-9999 +USW00094728191504TMIN 6 0 17 0 -17 0 -6 0 17 0 56 0 67 0 56 0 106 0 117 0 111 0 94 0 44 0 39 0 67 0 61 0 100 0 78 0 139 0 156 0 94 0 61 0 100 0 83 0 83 0 83 0 122 0 83 0 83 0 94 0-9999 +USW00094728191504PRCP 0 0 0 0 287 0 13 0 0 0 23 0 5 0 0 0 0 0 0T 0 109 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0 15 0 18 0 0T 0 36 0 25 0-9999 +USW00094728191504SNOW 0 0 0 0 254 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191504SNWD 0 0 0 0 229 0 127 0 25 0 0T 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191505TMAX 150 0 178 0 178 0 122 0 156 0 228 0 200 0 261 0 217 0 211 0 261 0 211 0 239 0 211 0 206 0 122 0 111 0 161 0 194 0 194 0 150 0 261 0 228 0 156 0 239 0 183 0 183 0 233 0 200 0 167 0 244 0 +USW00094728191505TMIN 78 0 83 0 100 0 100 0 94 0 117 0 133 0 150 0 111 0 94 0 117 0 139 0 139 0 122 0 83 0 89 0 78 0 83 0 83 0 83 0 94 0 111 0 150 0 122 0 111 0 94 0 61 0 128 0 100 0 89 0 89 0 +USW00094728191505PRCP 0 0 0T 0 5 0 94 0 28 0 0 0 0T 0 3 0 5 0 0 0 0 0 208 0 76 0 0 0 0 0 15 0 33 0 0T 0 0 0 0T 0 107 0 201 0 0 0 46 0 0 0 3 0 0 0 0 0 0 0 8 0 0 0 +USW00094728191505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191506TMAX 256 0 206 0 172 0 206 0 211 0 233 0 250 0 250 0 272 0 250 0 250 0 306 0 256 0 322 0 244 0 250 0 261 0 283 0 267 0 256 0 239 0 194 0 189 0 222 0 256 0 250 0 267 0 278 0 278 0 250 0-9999 +USW00094728191506TMIN 144 0 94 0 83 0 94 0 128 0 144 0 156 0 156 0 144 0 150 0 156 0 183 0 167 0 167 0 183 0 183 0 178 0 178 0 189 0 178 0 156 0 150 0 139 0 128 0 144 0 156 0 133 0 122 0 183 0 194 0-9999 +USW00094728191506PRCP 0 0 0 0 0 0 0 0 0 0 3 0 3 0 0 0 0 0 0 0 43 0 0T 0 0T 0 0 0 287 0 10 0 5 0 0 0 0T 0 38 0 0 0 30 0 0 0 0 0 0 0 10 0 58 0 0 0 0 0 490 0-9999 +USW00094728191506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191507TMAX 289 0 217 0 289 0 289 0 250 0 261 0 267 0 228 0 278 0 283 0 278 0 217 0 289 0 311 0 311 0 261 0 333 0 317 0 333 0 250 0 239 0 222 0 250 0 256 0 278 0 272 0 278 0 294 0 311 0 322 0 339 0 +USW00094728191507TMIN 194 0 167 0 172 0 194 0 194 0 172 0 167 0 167 0 150 0 172 0 183 0 167 0 178 0 178 0 200 0 228 0 233 0 206 0 228 0 200 0 189 0 178 0 156 0 167 0 150 0 172 0 172 0 200 0 211 0 228 0 239 0 +USW00094728191507PRCP 8 0 3 0 0T 0 0 0 310 0 0 0 0 0 43 0 0 0 0 0 28 0 20 0 3 0 0 0 0 0 3 0 18 0 0 0 3 0 0T 0 3 0 56 0 0 0 0 0 0 0 119 0 23 0 107 0 20 0 0T 0 0 0 +USW00094728191507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191508TMAX 311 0 300 0 233 0 261 0 250 0 178 0 272 0 306 0 294 Z 283 0 294 0 256 0 317 0 306 0 289 0 317 0 256 0 228 0 250 0 283 0 250 0 278 0 289 0 300 0 278 0 250 0 172 0 200 0 178 0 222 0 222 0 +USW00094728191508TMIN 222 0 222 0 150 0 150 0 161 0 150 0 167 0 194 0 200 Z 183 0 183 0 189 0 217 0 217 0 217 0 217 0 156 0 128 0 144 0 161 0 200 0 217 0 206 0 189 0 183 0 156 0 133 0 150 0 139 0 156 0 156 0 +USW00094728191508PRCP 74 0 43 0 104 0 826 0 15 0 173 0 3 0 53 0 15 Z 0 0 0 0 89 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 86 0 46 0 0 0 0T 0 81 0 0 0 0 0 3 0 221 0 13 0 0 0 +USW00094728191508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191509TMAX 211 0 244 0 294 0 311 0 250 0 272 0 278 0 294 0 344 0 311 0 311 0 267 0 283 0 322 0 328 0 339 0 328 0 261 0 222 0 250 0 228 0 178 0 189 0 228 0 222 0 211 0 172 0 178 0 211 0 211 0-9999 +USW00094728191509TMIN 139 0 144 0 144 0 189 0 194 0 189 0 211 0 217 0 211 0 222 0 200 0 200 0 206 0 228 0 233 0 222 0 222 0 189 0 178 0 156 0 128 0 100 0 89 0 117 0 139 0 122 0 83 0 72 0 78 0 78 0-9999 +USW00094728191509PRCP 0 0 0 0 0 0 0 0 0T 0 3 0 5 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 371 0 0 0 208 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0-9999 +USW00094728191509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191510TMAX 139 0 128 0 161 0 183 0 206 0 156 0 156 0 189 0 150 0 150 0 167 0 222 0 233 0 250 0 261 0 172 0 228 0 211 0 228 0 211 0 256 0 183 0 122 0 128 0 133 0 189 0 211 0 156 0 200 0 139 0 161 0 +USW00094728191510TMIN 111 0 94 0 94 0 100 0 156 0 106 0 94 0 106 0 72 0 56 0 44 0 100 0 117 0 167 0 167 0 133 0 117 0 111 0 144 0 167 0 150 0 117 0 44 0 44 0 28 0 117 0 89 0 56 0 106 0 83 0 67 0 +USW00094728191510PRCP 170 0 53 0 0 0 0 0 64 0 0T 0 114 0 58 0 0 0 0 0 0 0 0 0 0 0 33 0 3 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 36 0 36 0 0 0 0 0 0T 0 0 0 +USW00094728191510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191511TMAX 217 0 200 0 106 0 94 0 122 0 94 0 117 0 144 0 183 0 128 0 133 0 150 0 156 0 117 0 111 0 72 0 78 0 100 0 156 0 89 0 133 0 50 0 50 0 61 0 89 0 133 0 117 0 128 0 128 0 50 0-9999 +USW00094728191511TMIN 111 0 94 0 50 0 39 0 50 0 33 0 11 0 28 0 67 0 39 0 50 0 100 0 61 0 61 0 33 0 17 0 17 0 -6 0 61 0 61 0 39 0 11 0 -6 0 28 0 11 0 33 0 67 0 61 0 22 0 0 0-9999 +USW00094728191511PRCP 0 0 0 0 0 0 13 0 0 0 0 0 0 0 13 0 30 0 0 0 0 0 0T 0 0 0 89 0 43 0 0 0 0 0 0 0 170 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 25 0 0 0 33 0 0 0-9999 +USW00094728191511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191512TMAX 56 0 33 0 39 0 17 0 33 0 22 0 6 0 39 0 56 0 -17 0 0 0 11 0 17 0 11 0 -11 0 22 0 61 0 139 0 44 0 28 0 22 0 44 0 83 0 78 0 128 0 128 0 56 0 67 0 28 0 -17 0 -6 0 +USW00094728191512TMIN -28 0 11 0 0 0 -33 0 -39 0 -39 0 -22 0 -17 0 -33 0 -50 0 -61 0 -67 0 -11 0 -44 0 -61 0 -28 0 -28 0 44 0 22 0 -17 0 -33 0 -39 0 0 0 33 0 33 0 -17 0 -17 0 28 0 -39 0 -72 0 -106 0 +USW00094728191512PRCP 0 0 3 0 0T 0 0 0 0 0 0T 0 0T 0 3 0 0T 0 0 0 0 0 0 0 422 0 36 0 0T 0 0 0 43 0 267 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 152 0 0 0 0T 0 160 0 0 0 0 0 +USW00094728191512SNOW 0 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 3 0 0T 0 0 0 0 0 0 0 127 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728191512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 127 0 76 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 25 0 25 0 0T 0 0 0 0 0 0 0 +USW00094728191601TMAX 39 0 44 0 44 0 28 0 144 0 144 0 -17 0 -50 0 -11 0 56 0 111 0 22 0 94 0 0 0 -33 0 28 0 0 0 -61 0 -11 0 56 0 139 0 161 0 89 0 61 0 128 0 156 0 206 0 189 0 28 0 39 0 172 0 +USW00094728191601TMIN -11 0 11 0 -6 0 -33 0 22 0 -22 0 -67 0 -106 0 -106 0 -11 0 22 0 -6 0 0 0 -128 0 -139 0 -39 0 -111 0 -122 0 -89 0 -44 0 39 0 50 0 17 0 -6 0 17 0 94 0 117 0 22 0 -33 0 -6 0 39 0 +USW00094728191601PRCP 0T 0 71 0 0T 0 0 0 5 0 0 0 0 0 0 0 0 0 76 0 10 0 51 0 56 0 0 0 0 0 8 0 8 0 0 0 0 0 0T 0 0 0 3 0 0 0 0 0 0 0 5 0 0T 0 0T 0 0 0 30 0 3 0 +USW00094728191601SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191602TMAX 156 0 56 0 -6 0 -28 0 44 0 78 0 67 0 -22 0 33 0 17 0 -17 0 -28 0 -33 0 -111 0 -33 0 0 0 61 0 50 0 -39 0 0 0 -50 0 56 0 61 0 6 0 89 0 33 0 -6 0 -28 0 0 0-9999 -9999 +USW00094728191602TMIN 56 0 -33 0 -61 0 -83 0 -39 0 22 0 -83 0 -94 0 -28 0 -33 0 -50 0 -39 0 -122 0 -167 0 -161 0 -67 0 -11 0 -39 0 -139 0 -89 0 -150 0 -83 0 0 0 -17 0 0 0 -6 0 -72 0 -72 0 -83 0-9999 -9999 +USW00094728191602PRCP 30 0 193 0 69 0 0 0 0 0 0T 0 0 0 0T 0 8 0 0 0 5 0 89 0 170 0 0 0 0 0 0 0 3 0 20 0 0 0 15 0 0 0 0 0 0 0 69 0 536 0 3 0 0T 0 0 0 0 0-9999 -9999 +USW00094728191602SNOW 0 0 84 0 69 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 5 0 18 0 117 0 0 0 0 0 0 0 3 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0-9999 -9999 +USW00094728191602SNWD 0 0 51 Z 127 Z 102 Z 76 Z 51 Z 25 Z 25 Z 25 Z 25 Z 25 Z 51 Z 127 Z 127 Z 102 Z 76 Z 51 Z 25 Z 25 Z 51 Z 25 Z 25 Z 0T Z 0T Z 0 0 0 0 0T 0 0 0 0 0-9999 -9999 +USW00094728191603TMAX 22 0 0 0 0 0 -28 0 11 0 -17 0 44 0 6 0 11 0 56 0 0 0 22 0 94 0 28 0 6 0 -33 0 -33 0 -44 0 17 0 11 0 44 0 39 0 22 0 56 0 144 0 161 0 122 0 61 0 72 0 150 0 183 0 +USW00094728191603TMIN -33 0 -39 0 -61 0 -78 0 -78 0 -83 0 -28 0 -22 0 -72 0 -33 0 -67 0 -67 0 0 0 0 0 -94 0 -94 0 -128 0 -139 0 -56 0 -67 0 -17 0 -28 0 -56 0 -67 0 28 0 28 0 44 0 39 0 39 0 56 0 67 0 +USW00094728191603PRCP 0 0 71 0 0T 0 0T 0 0T 0 239 0 5 0 137 0 0 0 36 0 0 0 0 0 5 0 18 0 147 0 5 0 0T 0 5 0 3 0 0T 0 23 0 175 0 0T 0 0 0 0 0 0 0 0 0 33 0 38 0 0T 0 0 0 +USW00094728191603SNOW 0 0 81 0 0T 0 0T 0 0T 0 193 0 0T 0 102 0 0 0 36 0 0 0 0 0 5 0 0 0 86 0 10 0 0T 0 5 0 3 0 0T 0 53 0 74 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191603SNWD 0 0 76 Z 76 Z 51 Z 51 Z 203 Z 203 Z 279 Z 254 Z 229 Z 203 Z 152 Z 51 Z 25 Z 76 Z 76 Z 76 Z 51 Z 51 Z 25 Z 25 Z 76 Z 51 Z 25 Z 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191604TMAX 172 0 133 0 100 0 44 0 156 0 94 0 100 0 28 0 61 0 100 0 150 0 144 0 111 0 122 0 161 0 167 0 161 0 111 0 161 0 156 0 156 0 78 0 111 0 133 0 117 0 167 0 78 0 122 0 211 0 200 0-9999 +USW00094728191604TMIN 83 0 50 0 39 0 17 0 28 0 33 0 22 0 11 0 0 0 33 0 44 0 83 0 61 0 50 0 44 0 61 0 78 0 72 0 56 0 89 0 78 0 50 0 67 0 72 0 72 0 78 0 56 0 56 0 78 0 83 0-9999 +USW00094728191604PRCP 0 0 13 0 0 0 23 0 0 0 10 0 0 0 135 0 48 0 0 0 0T 0 0T 0 66 0 361 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 99 0 10 0 3 0 3 0 18 0 18 0 15 0 0 0 0 0-9999 +USW00094728191604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 Z 25 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191605TMAX 206 0 256 0 189 0 228 0 178 0 244 0 194 0 244 0 194 0 167 0 261 0 206 0 200 0 161 0 128 0 144 0 144 0 144 0 200 0 200 0 222 0 206 0 133 0 200 0 272 0 256 0 239 0 267 0 267 0 272 0 228 0 +USW00094728191605TMIN 67 0 94 0 128 0 117 0 117 0 122 0 144 0 133 0 106 0 89 0 150 0 122 0 117 0 100 0 89 0 89 0 94 0 78 0 72 0 122 0 94 0 106 0 111 0 122 0 167 0 150 0 139 0 133 0 183 0 172 0 144 0 +USW00094728191605PRCP 0 0 0T 0 0 0 13 0 66 0 0T 0 33 0 99 0 0 0 0 0 0 0 0 0 0 0 8 0 3 0 676 0 76 0 0 0 0T 0 0 0 0 0 5 0 48 0 0 0 0 0 0 0 23 0 48 0 8 0 0T 0 0 0 +USW00094728191605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191606TMAX 256 0 261 0 217 0 256 0 261 0 244 0 194 0 139 0 139 0 161 0 139 0 244 0 261 0 211 0 156 0 206 0 244 0 272 0 239 0 256 0 200 0 233 0 244 0 244 0 211 0 272 0 261 0 289 0 283 0 267 0-9999 +USW00094728191606TMIN 117 0 133 0 156 0 133 0 156 0 144 0 122 0 128 0 122 0 106 0 111 0 128 0 156 0 139 0 122 0 128 0 172 0 172 0 178 0 144 0 122 0 117 0 133 0 150 0 178 0 178 0 189 0 189 0 167 0 178 0-9999 +USW00094728191606PRCP 0 0 0 0 28 0 0 0 0T 0 0 0 384 0 48 0 5 0 0T 0 56 0 0 0 0T 0 0 0 0T 0 81 0 323 0 0T 0 109 0 0 0 43 0 0 0 0 0 0T 0 81 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00094728191606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191607TMAX 300 0 300 0 300 0 239 0 194 0 294 0 328 0 333 0 250 0 239 0 317 0 333 0 344 0 261 0 244 0 261 0 267 0 294 0 294 0 278 0 311 0 278 0 261 0 256 0 244 0 294 0 294 0 256 0 256 0 278 0 344 0 +USW00094728191607TMIN 167 0 200 0 194 0 178 0 156 0 161 0 194 0 217 0 194 0 189 0 217 0 233 0 211 0 189 0 172 0 178 0 217 0 217 0 194 0 211 0 211 0 222 0 222 0 211 0 222 0 228 0 222 0 194 0 161 0 183 0 239 0 +USW00094728191607PRCP 0 0 23 0 20 0 0 0 8 0 0 0 0 0 0 0 0T 0 41 0 0T 0 0 0 246 0 5 0 0 0 0 0 3 0 0 0 0 0 76 0 61 0 61 0 10 0 0 0 124 0 279 0 198 0 0 0 0 0 0 0 0 0 +USW00094728191607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191608TMAX 278 0 261 0 267 0 289 0 306 0 339 0 328 0 344 0 294 0 200 0 206 0 300 0 222 0 267 0 283 0 261 0 306 0 278 0 294 0 289 0 333 0 350 0 333 0 256 0 311 0 294 0 306 0 228 0 233 0 278 0 294 0 +USW00094728191608TMIN 206 0 189 0 183 0 217 0 233 0 228 0 233 0 233 0 200 0 167 0 161 0 194 0 156 0 139 0 161 0 200 0 178 0 194 0 189 0 183 0 178 0 250 0 211 0 194 0 178 0 211 0 217 0 144 0 133 0 161 0 183 0 +USW00094728191608PRCP 0 0 0 0 0 0 0 0 0T 0 5 0 3 0 97 0 3 0 3 0 10 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 0 0 +USW00094728191608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191609TMAX 311 0 267 0 233 0 250 0 306 0 261 0 278 0 339 0 244 0 239 0 211 0 228 0 267 0 306 0 267 0 222 0 217 0 228 0 183 0 239 0 222 0 239 0 256 0 200 0 178 0 233 0 278 0 278 0 256 0 150 0-9999 +USW00094728191609TMIN 183 0 156 0 122 0 156 0 183 0 183 0 211 0 189 0 178 0 133 0 144 0 139 0 156 0 194 0 194 0 133 0 117 0 122 0 100 0 100 0 128 0 172 0 156 0 122 0 111 0 94 0 172 0 189 0 117 0 67 0-9999 +USW00094728191609PRCP 3 0 10 0 0 0 0 0 0 0 0T 0 36 0 135 0 48 0 0 0 0 0 0 0 0 0 0 0 175 0 0 0 0 0 216 0 15 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 224 0 0 0-9999 +USW00094728191609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191610TMAX 167 0 189 0 222 0 211 0 256 0 267 0 244 0 289 0 300 0 128 0 178 0 189 0 200 0 139 0 167 0 183 0 189 0 128 0 200 0 250 0 206 0 150 0 128 0 167 0 167 0 161 0 133 0 178 0 172 0 189 0 178 0 +USW00094728191610TMIN 50 0 83 0 89 0 139 0 122 0 161 0 156 0 139 0 111 0 50 0 56 0 89 0 128 0 67 0 61 0 122 0 67 0 44 0 89 0 183 0 89 0 67 0 67 0 61 0 83 0 78 0 56 0 83 0 67 0 133 0 128 0 +USW00094728191610PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 46 0 0 0 0 0 20 0 0T 0 0 0 198 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728191610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191611TMAX 161 0 178 0 128 0 122 0 133 0 111 0 133 0 156 0 217 0 156 0 128 0 117 0 117 0 139 0 28 0 39 0 83 0 78 0 106 0 117 0 56 0 67 0 161 0 122 0 17 0 22 0 111 0 100 0 172 0 139 0-9999 +USW00094728191611TMIN 89 0 72 0 67 0 61 0 61 0 44 0 44 0 78 0 83 0 89 0 56 0 33 0 83 0 6 0 -6 0 -22 0 11 0 33 0 6 0 33 0 -22 0 -22 0 50 0 17 0 -22 0 -39 0 17 0 39 0 78 0 44 0-9999 +USW00094728191611PRCP 30 0 0 0 0 0 0T 0 81 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 277 0 0T 0 0 0 0 0 0 0 0 0 23 0 130 0-9999 +USW00094728191611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191612TMAX 72 0 94 0 72 0 139 0 172 0 133 0 106 0 61 0 94 0 50 0 39 0 44 0 17 0 0 0 -22 0 -44 0 -22 0 -17 0 -22 0 17 0 39 0 56 0 11 0 22 0 44 0 6 0 50 0 56 0 -6 0 -28 0 -22 0 +USW00094728191612TMIN 28 0 28 0 17 0 67 0 117 0 56 0 33 0 39 0 11 0 -6 0 -6 0 0 0 -22 0 -50 0 -50 0 -83 0 -83 0 -72 0 -72 0 -78 0 11 0 -17 0 -39 0 -44 0 -22 0 -44 0 -44 0 -6 0 -56 0 -72 0 -72 0 +USW00094728191612PRCP 0 0 0 0 0T 0 3 0 3 0 0 0 0 0 0 0 147 0 0 0 48 0 135 0 5 0 0 0 150 0 0T 0 0 0 0T 0 0T 0 10 0 94 0 282 0 0 0 0T 0 0 0 0 0 99 0 104 0 0 0 0 0 0 0 +USW00094728191612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 13 0 5 0 0 0 323 0 0T 0 0 0 0T 0 0T 0 8 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 305 Z 229 Z 178 Z 127 Z 102 Z 76 Z 25 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191701TMAX 17 0 44 0 72 0 78 0 106 0 83 0 100 0 72 0 100 0 100 0 0 0 -67 0 78 0 106 0 -44 0 -11 0 6 0 28 0 -6 0 33 0 28 0 100 0 -17 0 22 0 44 0 0 0 -22 0 61 0 50 0 89 0 61 0 +USW00094728191701TMIN -50 0 17 0 28 0 44 0 33 0 11 0 6 0 -17 0 39 0 0 0 -133 0 -133 0 -83 0 -56 0 -78 0 -67 0 -67 0 -28 0 -67 0 -67 0 -22 0 -39 0 -67 0 -28 0 -33 0 -78 0 -94 0 -28 0 -28 0 39 0 22 0 +USW00094728191701PRCP 0T 0 0 0 69 0 0 0 145 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 33 0 102 0 20 0 0 0 0 0 15 0 0 0 0 0 145 0 89 0 0 0 0 0 5 0 0T 0 18 0 23 0 66 0 3 0 5 0 +USW00094728191701SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 23 0 0 0 0 0 25 0 0 0 0 0 46 0 0 0 0 0 0 0 10 0 0T 0 18 0 25 0 0 0 0 0 0 0 +USW00094728191701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 25 0 0 0 0 0 0 0 0T 0 0 0 25 0 25 0 0 0 0 0 0 0 +USW00094728191702TMAX 89 0 -50 0 -89 0 28 0 6 0 -22 0 33 0 83 0 56 0 -61 0 -50 0 -111 0 -44 0 17 0 6 0 17 0 56 0 89 0 17 0 78 0 22 0 33 0 67 0 83 0 6 0 94 0 128 0 44 0-9999 -9999 -9999 +USW00094728191702TMIN -50 0 -133 0 -144 0 -89 0 -111 0 -100 0 -67 0 6 0 -111 0 -128 0 -133 0 -161 0 -178 0 -67 0 -39 0 -44 0 -28 0 -11 0 -39 0 0 0 -33 0 -44 0 -28 0 -6 0 -61 0 0 0 44 0 -11 0-9999 -9999 -9999 +USW00094728191702PRCP 23 0 0 0 0 0 10 0 51 0 0 0 0T 0 0 0 104 0 0 0 0 0 0 0 0T 0 0T 0 20 0 0T 0 0 0 0 0 13 0 23 0 0 0 74 0 64 0 89 0 0 0 8 0 3 0 48 0-9999 -9999 -9999 +USW00094728191702SNOW 0 0 0 0 0 0 10 0 76 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 30 0 0T 0 0 0 0 0 0T 0 0 0 0 0 84 0 0 0 0 0 0 0 0 0 0 0 109 0-9999 -9999 -9999 +USW00094728191702SNWD 0 0 0 0 0 0 0 0 51 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 51 0 0T 0 0 0 0 0 0 0 0 0 102 0-9999 -9999 -9999 +USW00094728191703TMAX 22 0 28 0 17 0 11 0 0 0 11 0 39 0 89 0 78 0 67 0 94 0 111 0 78 0 22 0 67 0 94 0 89 0 50 0 -22 0 122 0 78 0 100 0 106 0 133 0 122 0 122 0 111 0 89 0 122 0 122 0 167 0 +USW00094728191703TMIN -6 0 -11 0 -17 0 -6 0 -50 0 -67 0 -50 0 39 0 17 0 0 0 28 0 -11 0 -22 0 -6 0 11 0 6 0 33 0 -28 0 -56 0 -50 0 22 0 0 0 28 0 67 0 44 0 33 0 44 0 28 0 50 0 28 0 56 0 +USW00094728191703PRCP 0 0 48 0 25 0 241 0 104 0 0 0 0 0 145 0 0 0 0 0 13 0 0 0 0 0 112 0 0T 0 0 0 178 0 0T 0 0 0 0 0 25 0 0T 0 13 0 74 0 0 0 0 0 155 0 0T 0 0T 0 0 0 0T 0 +USW00094728191703SNOW 0 0 51 0 23 0 152 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 +USW00094728191703SNWD 51 0 51 0 76 0 178 0 152 0 127 0 102 0 51 0 25 0 25 0 0T 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 +USW00094728191704TMAX 283 0 122 0 128 0 156 0 83 0 94 0 67 0 72 0 44 0 78 0 167 0 122 0 89 0 122 0 89 0 111 0 167 0 228 0 206 0 122 0 211 0 222 0 239 0 139 0 128 0 78 0 122 0 144 0 150 0 89 0-9999 +USW00094728191704TMIN 67 0 44 0 61 0 33 0 17 0 22 0 33 0 11 0 -22 0 -17 0 11 0 44 0 17 0 11 0 17 0 39 0 28 0 67 0 83 0 89 0 78 0 117 0 122 0 78 0 33 0 50 0 50 0 61 0 67 0 67 0-9999 +USW00094728191704PRCP 0 0 0 0 0T 0 0 0 173 0 135 0 8 0 3 0 130 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 74 0 0 0 3 0 36 0 0 0 84 0 3 0 0 0 0T 0 8 0-9999 +USW00094728191704SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 163 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191705TMAX 72 0 144 0 111 0 117 0 67 0 89 0 111 0 111 0 161 0 128 0 178 0 161 0 144 0 222 0 167 0 133 0 194 0 211 0 261 0 289 0 228 0 150 0 178 0 172 0 156 0 233 0 222 0 128 0 150 0 233 0 200 0 +USW00094728191705TMIN 50 0 56 0 50 0 33 0 44 0 44 0 61 0 61 0 61 0 67 0 78 0 61 0 67 0 100 0 89 0 78 0 72 0 100 0 133 0 133 0 122 0 94 0 94 0 94 0 89 0 100 0 128 0 94 0 89 0 111 0 117 0 +USW00094728191705PRCP 91 0 0 0 0 0 117 0 274 0 3 0 0T 0 0 0 3 0 0 0 0 0 3 0 0 0 0 0 0 0 5 0 25 0 0 0 0 0 0T 0 10 0 33 0 102 0 0 0 0T 0 0 0 23 0 274 0 10 0 0 0 0 0 +USW00094728191705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191706TMAX 178 0 206 0 272 0 256 0 256 0 256 0 239 0 289 0 283 0 244 0 211 0 250 0 206 0 233 0 217 0 228 0 228 0 272 0 283 0 283 0 272 0 317 0 294 0 306 0 267 0 272 0 300 0 283 0 283 0 272 0-9999 +USW00094728191706TMIN 133 0 133 0 144 0 144 0 144 0 156 0 150 0 167 0 183 0 167 0 172 0 167 0 161 0 161 0 161 0 156 0 128 0 144 0 178 0 194 0 194 0 172 0 206 0 189 0 167 0 189 0 189 0 200 0 189 0 161 0-9999 +USW00094728191706PRCP 58 0 3 0 0 0 0 0 0 0 0T 0 36 0 0T 0 0 0 8 0 114 0 0 0 0T 0 645 0 8 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 25 0 0 0 0 0 30 0 0 0 46 0 0 0-9999 +USW00094728191706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191707TMAX 283 0 339 0 239 0 283 0 283 0 283 0 278 0 233 0 233 0 183 0 178 0 222 0 294 0 289 0 256 0 311 0 311 0 289 0 267 0 300 0 289 0 317 0 311 0 306 0 283 0 311 0 328 0 278 0 294 0 367 0 378 0 +USW00094728191707TMIN 178 0 211 0 172 0 183 0 183 0 194 0 200 0 167 0 172 0 161 0 150 0 161 0 183 0 200 0 200 0 206 0 222 0 228 0 228 0 222 0 228 0 189 0 222 0 228 0 217 0 239 0 228 0 194 0 211 0 256 0 278 0 +USW00094728191707PRCP 0 0 23 0 201 0 152 0 0 0 0 0 0 0 0T 0 71 0 20 0 231 0 155 0 0 0 140 0 53 0 0 0 0T 0 0T 0 3 0 0T 0 0 0 221 0 0 0 0 0 0 0 0T 0 0T 0 0 0 3 0 0 0 0 0 +USW00094728191707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191708TMAX 367 0 367 0 289 0 283 0 283 0 289 0 311 0 278 0 283 0 272 0 278 0 289 0 289 0 272 0 278 0 278 0 289 0 278 0 289 0 306 0 311 0 256 0 239 0 300 0 300 0 244 0 289 0 283 0 294 0 278 0 239 0 +USW00094728191708TMIN 278 0 233 0 206 0 194 0 189 0 200 0 211 0 233 0 239 0 206 0 183 0 194 0 200 0 206 0 211 0 222 0 206 0 167 0 172 0 206 0 217 0 211 0 200 0 222 0 178 0 144 0 178 0 194 0 217 0 200 0 183 0 +USW00094728191708PRCP 0T 0 84 0 58 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 15 0 20 0 170 0 0 0 0 0 0 0 0 0 0T 0 38 0 0 0 +USW00094728191708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191709TMAX 200 0 250 0 261 0 233 0 217 0 239 0 211 0 183 0 211 0 178 0 167 0 211 0 244 0 239 0 200 0 194 0 194 0 261 0 267 0 289 0 256 0 189 0 161 0 156 0 217 0 250 0 256 0 233 0 222 0 206 0-9999 +USW00094728191709TMIN 178 0 178 0 178 0 144 0 133 0 161 0 128 0 128 0 106 0 89 0 61 0 78 0 111 0 133 0 156 0 139 0 100 0 144 0 150 0 156 0 156 0 117 0 72 0 89 0 139 0 133 0 156 0 161 0 128 0 122 0-9999 +USW00094728191709PRCP 381 0 0 0 0 0 0 0 0 0 28 0 0 0 168 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 84 0 0 0 20 0-9999 +USW00094728191709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191710TMAX 167 0 178 0 189 0 228 0 222 0 161 0 150 0 183 0 94 0 122 0 122 0 167 0 133 0 167 0 211 0 200 0 150 0 144 0 206 0 122 0 111 0 156 0 139 0 133 0 111 0 144 0 183 0 161 0 167 0 183 0 78 0 +USW00094728191710TMIN 100 0 72 0 100 0 133 0 128 0 72 0 56 0 94 0 56 0 61 0 67 0 61 0 28 0 61 0 117 0 117 0 67 0 111 0 122 0 56 0 33 0 44 0 61 0 72 0 67 0 56 0 133 0 100 0 67 0 22 0 0 0 +USW00094728191710PRCP 0 0 0 0 0 0 0T 0 213 0 5 0 0 0 3 0 81 0 0 0 0T 0 155 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 97 0 0 0 0 0 0 0 638 0 0 0 0 0 119 0 0 0 0 0 417 0 0 0 +USW00094728191710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191711TMAX 83 0 89 0 89 0 78 0 111 0 167 0 78 0 117 0 139 0 161 0 139 0 150 0 72 0 144 0 172 0 72 0 111 0 172 0 50 0 89 0 78 0 106 0 117 0 39 0 -11 0 -6 0 -6 0 28 0 78 0 61 0-9999 +USW00094728191711TMIN 6 0 17 0 22 0 11 0 0 0 39 0 11 0 0 0 56 0 72 0 33 0 33 0 6 0 22 0 44 0 28 0 22 0 50 0 11 0 11 0 50 0 56 0 39 0 -22 0 -61 0 -61 0 -72 0 -22 0 6 0 28 0-9999 +USW00094728191711PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 122 0 5 0 0 0 0 0 0 0 0T 0 10 0 0 0 76 0-9999 +USW00094728191711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0-9999 +USW00094728191711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0-9999 +USW00094728191712TMAX 83 0 33 0 44 0 22 0 61 0 33 0 0 0 67 0 56 0 -83 0 -50 0 -44 0 17 0 11 0 -56 0 -67 0 -11 0 6 0 22 0 44 0 78 0 61 0 11 0 67 0 50 0 -28 0 -61 0 17 0 -133 Z -167 0 -144 0 +USW00094728191712TMIN 33 0 -39 0 -39 0 -6 0 -11 0 -33 0 -61 0 -72 0 -89 0 -117 0 -117 0 -83 0 -89 0 -72 0 -122 0 -128 0 -78 0 -39 0 -22 0 17 0 0 0 -61 0 -94 0 6 0 -44 0 -78 0 -106 0 -133 0 -211 0 -250 0 -217 0 +USW00094728191712PRCP 284 0 0 0 0 0 0 0 0 0 0 0 0 0 391 0 0 0 5 0 0 0 3 0 244 0 74 0 0 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 0 0 0 0 0 0 30 0 0 0 0 0 +USW00094728191712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 8 0 0 0 3 0 203 0 38 0 0 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 +USW00094728191712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0T 0 0T 0 25 0 203 0 203 0 203 0 203 0 203 0 203 0 152 0 127 0 127 0 127 0 102 0 102 0 76 0 76 0 51 0 76 0 76 0 76 0 +USW00094728191801TMAX -122 0 -122 0 -111 0 -78 0 -33 0 6 0 22 0 22 0 -28 0 6 0 11 0 117 0 -78 0 -11 0 44 0 -11 0 39 0 6 0 -28 0 -67 0 -39 0 -67 0 -39 0 -50 0 33 0 33 0 -83 0 -61 0 0 0 -44 0 -6 0 +USW00094728191801TMIN -200 0 -167 0 -178 0 -194 0 -94 0 -56 0 -28 0 -50 0 -50 0 -44 0 -33 0 -78 0 -144 0 -94 0 -44 0 -61 0 -17 0 -33 0 -111 0 -133 0 -117 0 -83 0 -100 0 -100 0 -50 0 -89 0 -128 0 -128 0 -72 0 -78 0 -61 0 +USW00094728191801PRCP 0 0 0T 0 0 0 0 0 0 0 0T 0 127 0 0 0 0T 0 0 0 15 0 254 0 0 0 0T 0 292 0 0 0 0T 0 25 0 8 0 0 0 0 0 89 0 0 0 0T 0 3 0 23 0 20 0 41 0 0T 0 0 0 0 0 +USW00094728191801SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0T 0 61 0 5 0 0 0 0 0 150 0 0 0 0T 0 8 0 25 0 23 0 38 0 0T 0 0 0 0 0 +USW00094728191801SNWD 76 Z 76 Z 51 Z 51 Z 51 Z 51 Z 25 Z 25 Z 25 Z 25 Z 25 Z 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 Z 51 Z 51 Z 51 Z 152 Z 152 Z 152 Z 127 Z 102 Z 152 Z 152 Z 152 Z 127 Z 127 Z +USW00094728191802TMAX -44 0 -56 0 -6 0 -6 0 -156 0 33 0 100 0 11 0 33 0 28 0 50 0 111 0 94 0 78 0 133 0 -6 0 0 0 0 0 89 0 150 0 -78 0 -22 0 28 0 117 0 133 0 117 0 50 0 78 0-9999 -9999 -9999 +USW00094728191802TMIN -133 0 -150 0 -72 0 -178 0 -211 0 -172 0 11 0 -56 0 -56 0 -33 0 6 0 33 0 28 0 17 0 -39 0 -56 0 -72 0 -89 0 -22 0 -78 0 -133 0 -133 0 -83 0 11 0 67 0 6 0 -6 0 33 0-9999 -9999 -9999 +USW00094728191802PRCP 0 0 0 0 36 0 0 0 0 0 3 0 3 0 0 0 41 0 0 0 0 0 0T 0 0 0 0 0 3 0 0T 0 0T 0 0 0 170 0 84 0 0 0 38 0 0 0 0 0 41 0 211 0 0 0 0 0-9999 -9999 -9999 +USW00094728191802SNOW 0 0 0 0 20 0 0 0 0 0 0 0 0T 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728191802SNWD 127 Z 127 Z 152 Z 152 Z 152 Z 127 Z 51 Z 51 Z 25 Z 25 Z 0T Z 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 Z 25 Z 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728191803TMAX 61 0 106 0 72 0 28 0 122 0 144 0 28 0 89 0 83 0 89 0 28 0 100 0 122 0 44 0 56 0 89 0 167 0 139 0 244 0 117 0 178 0 206 0 106 0 117 0 144 0 50 0 67 0 94 0 117 0 172 0 206 0 +USW00094728191803TMIN 11 0 -6 0 -33 0 -61 0 11 0 22 0 -22 0 -28 0 39 0 -67 0 -83 0 11 0 44 0 6 0 -67 0 -72 0 33 0 33 0 33 0 22 0 33 0 78 0 28 0 0 0 33 0 -6 0 -11 0 -22 0 22 0 28 0 78 0 +USW00094728191803PRCP 3 0 0 0 0 0 38 0 15 0 10 0 51 0 0 0 30 0 36 0 0 0 5 0 20 0 191 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191803SNOW 0 0 0 0 0 0 10 0 0 0 0 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191803SNWD 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191804TMAX 233 0 256 0 167 0 106 0 106 0 156 0 122 0 150 0 106 0 50 0 33 0 17 0 56 0 178 0 233 0 233 0 233 0 189 0 122 0 72 0 117 0 139 0 222 0 156 0 156 0 161 0 161 0 189 0 161 0 211 0-9999 +USW00094728191804TMIN 106 0 94 0 50 0 28 0 6 0 22 0 50 0 50 0 11 0 22 0 0 0 0 0 6 0 44 0 89 0 122 0 144 0 44 0 44 0 44 0 39 0 100 0 111 0 72 0 39 0 72 0 72 0 78 0 94 0 100 0-9999 +USW00094728191804PRCP 0 0 0 0 130 0 0 0 0 0 0 0 0 0 0T 0 38 0 74 0 114 0 137 0 5 0 0 0 0 0 0T 0 48 0 8 0 0 0 3 0 457 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 25 0 140 0-9999 +USW00094728191804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 51 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 Z 51 Z 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191805TMAX 161 0 200 0 233 0 228 0 189 0 322 0 300 0 261 0 228 0 244 0 206 0 167 0 272 0 222 0 239 0 206 0 256 0 261 0 244 0 261 0 222 0 244 0 267 0 206 0 228 0 244 0 283 0 328 0 233 0 139 0 233 0 +USW00094728191805TMIN 83 0 61 0 122 0 117 0 100 0 133 0 211 0 128 0 111 0 133 0 89 0 106 0 133 0 161 0 139 0 117 0 100 0 133 0 161 0 167 0 183 0 167 0 156 0 133 0 133 0 144 0 144 0 211 0 128 0 106 0 128 0 +USW00094728191805PRCP 107 0 0 0 61 0 15 0 0 0 0T 0 0 0 0T 0 0 0 234 0 0 0 0T 0 20 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 472 0 0T 0 61 0 0 0 3 0 0 0 8 0 46 0 0 0 132 0 10 0 +USW00094728191805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191806TMAX 344 0 328 0 289 0 256 0 267 0 222 0 272 0 244 0 267 0 233 0 178 0 278 0 211 0 222 0 244 0 244 0 256 0 250 0 267 0 211 0 178 0 239 0 150 0 256 0 239 0 233 0 233 0 206 0 222 0 272 0-9999 +USW00094728191806TMIN 200 0 244 0 206 0 161 0 183 0 167 0 161 0 122 0 161 0 178 0 139 0 161 0 144 0 144 0 139 0 128 0 167 0 172 0 150 0 106 0 117 0 122 0 94 0 139 0 150 0 150 0 144 0 150 0 144 0 161 0-9999 +USW00094728191806PRCP 0 0 0 0 0 0 0 0 13 0 0 0 495 0 0 0 0 0 216 0 18 0 43 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 64 0 307 0 0T 0 0 0 15 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00094728191806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191807TMAX 256 0 211 0 272 0 267 0 294 0 250 0 261 0 222 0 228 0 272 0 272 0 283 0 244 0 272 0 311 0 322 0 244 0 294 0 289 0 322 0 350 0 367 0 350 0 311 0 250 0 272 0 306 0 317 0 306 0 300 0 211 0 +USW00094728191807TMIN 183 0 156 0 139 0 172 0 178 0 183 0 172 0 156 0 156 0 172 0 167 0 167 0 183 0 178 0 172 0 200 0 200 0 178 0 217 0 206 0 217 0 239 0 250 0 233 0 211 0 200 0 222 0 217 0 233 0 200 0 178 0 +USW00094728191807PRCP 127 0 0 0 0 0 0 0 0 0 84 0 0 0 0 0 0 0 33 0 13 0 0 0 0T 0 23 0 0 0 0 0 15 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 508 0 254 0 +USW00094728191807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191808TMAX 278 0 300 0 261 0 244 0 350 0 356 0 400 0 344 0 322 0 244 0 217 0 294 0 333 0 356 0 294 0 294 0 244 0 222 0 239 0 278 0 289 0 317 0 328 0 306 0 267 0 311 0 272 0 244 0 289 0 283 0 267 0 +USW00094728191808TMIN 161 0 189 0 194 0 167 0 206 0 267 0 278 0 250 0 244 0 189 0 178 0 217 0 222 0 239 0 194 0 183 0 183 0 150 0 172 0 156 0 178 0 194 0 206 0 211 0 233 0 228 0 200 0 183 0 211 0 183 0 200 0 +USW00094728191808PRCP 0 0 0 0 0T 0 25 0 76 0 0 0 0T 0 61 0 0 0 36 0 137 0 41 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 150 0 0 0 71 0 +USW00094728191808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191809TMAX 261 0 256 0 250 0 272 0 256 0 222 0 206 0 172 0 239 0 261 0 178 0 222 0 233 0 239 0 244 0 256 0 267 0 172 0 261 0 222 0 167 0 161 0 194 0 194 0 172 0 206 0 172 0 217 0 217 0 189 0-9999 +USW00094728191809TMIN 172 0 156 0 172 0 206 0 200 0 156 0 144 0 133 0 133 0 150 0 106 0 144 0 161 0 133 0 133 0 172 0 161 0 128 0 150 0 94 0 83 0 83 0 111 0 122 0 100 0 111 0 78 0 111 0 117 0 106 0-9999 +USW00094728191809PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 46 0 0 0 0 0 0 0 10 0 66 0 0 0 0 0 0T 0 0T 0 320 0 0 0 157 0 66 0 0 0 0T 0 0 0 0T 0 30 0 0 0 0 0 0 0 46 0-9999 +USW00094728191809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191810TMAX 172 0 194 0 228 0 178 0 222 0 256 0 161 Z 167 0 178 0 211 0 256 0 200 0 244 0 172 0 156 0 217 0 178 0 156 0 133 0 167 0 156 0 156 0 167 0 178 0 206 0 217 0 222 0 211 0 217 0 239 0 211 0 +USW00094728191810TMIN 89 0 111 0 117 0 83 0 122 0 161 0 67 0 50 0 78 0 100 0 128 0 156 0 133 0 78 0 61 0 100 0 100 0 83 0 61 0 83 0 72 0 61 0 67 0 78 0 128 0 156 0 156 0 156 0 167 0 178 0 106 0 +USW00094728191810PRCP 36 0 0T 0 3 0 0 0 0 0 18 0 15 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 89 0 +USW00094728191810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191811TMAX 128 0 106 0 128 0 133 0 100 0 89 0 133 0 178 0 139 0 156 0 94 0 94 0 100 0 100 0 156 0 167 0 167 0 189 0 133 0 106 0 89 0 83 0 50 0 56 0 83 0 39 0 78 0 122 0 139 0 78 0-9999 +USW00094728191811TMIN 67 0 44 0 44 0 83 0 67 0 33 0 28 0 89 0 94 0 56 0 33 0 17 0 67 0 39 0 44 0 100 0 117 0 106 0 72 0 61 0 56 0 22 0 11 0 -11 0 11 0 -11 0 -11 0 17 0 67 0 22 0-9999 +USW00094728191811PRCP 0 0 0T 0 0 0 5 0 0T 0 0 0 0 0 0 0 13 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 254 0 145 0 8 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 178 0 0 0 0 0-9999 +USW00094728191811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191812TMAX 28 Z 44 0 89 0 89 0 33 0 72 0 56 0 117 0 111 0 33 0 56 0 100 0 67 0 172 0 161 0 61 0 72 0 56 0 50 0 106 0 89 0 139 0 139 0 89 0 94 0 33 0 11 0 11 0 17 0 39 0 100 0 +USW00094728191812TMIN -33 0 -39 0 28 0 22 0 0 0 -56 0 -50 0 50 0 33 0 -28 0 -22 0 28 0 39 0 67 0 56 0 33 0 11 0 -6 0 -6 0 0 0 44 0 56 0 72 0 50 0 33 0 -17 0 -33 0 -33 0 -50 0 -33 0 0 0 +USW00094728191812PRCP 0T 0 0T 0 0T 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 239 0 5 0 38 0 46 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 323 0 0 0 170 0 0T 0 3 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728191812SNOW 0T 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191901TMAX 161 0 161 0 17 0 -6 0 -28 0 -22 0 39 0 50 0 22 0 -6 0 39 0 -33 0 17 0 67 0 56 0 78 0 83 0 61 0 78 0 67 0 67 0 67 0 72 0 78 0 78 0 111 0 94 0 72 0 44 0 61 0 50 0 +USW00094728191901TMIN 61 0 17 0 -6 0 -78 0 -94 0 -61 0 -33 0 0 0 -72 0 -122 0 -111 0 -122 0 -67 0 0 0 11 0 -6 0 33 0 33 0 17 0 -6 0 17 0 33 0 61 0 -17 0 -28 0 44 0 22 0 11 0 11 0 11 0 -11 0 +USW00094728191901PRCP 180 0 244 0 109 0 0T 0 0 0 0T 0 0T 0 18 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 28 0 0 0 0 0 0 0 0T 0 310 0 3 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 +USW00094728191901SNOW 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728191901SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191902TMAX 11 0 50 0 83 0 61 0 50 0 28 0 50 0 17 0 17 0 0 0 28 0 22 0 72 0 61 0 78 0 44 0 39 0 39 0 28 0 72 0 28 0 39 0 83 0 83 0 72 0 50 0 56 0 111 0-9999 -9999 -9999 +USW00094728191902TMIN -39 0 -33 0 -33 0 17 0 -17 0 -33 0 -33 0 -6 0 -28 0 -61 0 -83 0 -22 0 -6 0 33 0 33 0 -11 0 -28 0 -22 0 -44 0 -39 0 11 0 11 0 17 0 22 0 11 0 -44 0 -56 0 17 0-9999 -9999 -9999 +USW00094728191902PRCP 0 0 0 0 0 0 25 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0T 0 20 0 302 0 71 0 0 0 0 0 8 0 0 0 0 0 36 0 15 0 165 0 0 0 140 0 178 0 0 0 0T 0-9999 -9999 -9999 +USW00094728191902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728191902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728191903TMAX 128 0 78 0 122 0 161 0 161 0 89 0 39 0 83 0 144 0 111 0 94 0 117 0 156 0 17 0 28 0 44 0 122 0 167 0 78 0 167 0 194 0 100 0 139 0 128 0 156 0 167 0 156 0 50 0 -6 0 72 0 33 0 +USW00094728191903TMIN 17 0 -11 0 22 0 44 0 89 0 -17 0 -22 0 17 0 28 0 33 0 28 0 17 0 17 0 -44 0 -17 0 17 0 39 0 56 0 33 0 56 0 89 0 28 0 22 0 61 0 22 0 61 0 50 0 -44 0 -39 0 -28 0 -44 0 +USW00094728191903PRCP 290 0 0 0 0 0 0 0 51 0 3 0 0T 0 0 0 338 0 0 0 3 0 0 0 0 0 13 0 13 0 74 0 5 0 28 0 147 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 455 0 91 0 0 0 0 0 0 0 +USW00094728191903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 +USW00094728191903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 +USW00094728191904TMAX 22 0 72 0 150 0 167 0 106 0 172 0 228 0 194 0 122 0 111 0 172 0 172 0 144 0 156 0 117 0 83 0 144 0 128 0 172 0 189 0 172 0 189 0 211 0 111 0 61 0 67 0 189 0 183 0 144 0 167 0-9999 +USW00094728191904TMIN -56 0 -56 0 17 0 78 0 61 0 83 0 72 0 78 0 67 0 61 0 111 0 117 0 78 0 56 0 67 0 56 0 67 0 72 0 44 0 83 0 106 0 56 0 83 0 22 0 -17 0 -6 0 44 0 89 0 78 0 56 0-9999 +USW00094728191904PRCP 0T 0 0T 0 0 0 0T 0 33 0 0 0 0 0 28 0 0 0 0 0 152 0 15 0 5 0 0 0 20 0 399 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 74 0 0T 0 0T 0 0 0 0 0 0T 0 0 0-9999 +USW00094728191904SNOW 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00094728191904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191905TMAX 111 0 211 0 233 0 278 0 311 0 161 0 161 0 228 0 172 0 89 0 111 0 122 0 239 0 256 0 167 0 167 0 211 0 217 0 217 0 194 0 200 0 167 0 233 0 222 0 233 0 278 0 283 0 233 0 333 0 300 0 300 0 +USW00094728191905TMIN 78 0 94 0 128 0 144 0 150 0 94 0 94 0 150 0 89 0 61 0 72 0 72 0 89 0 133 0 100 0 83 0 94 0 117 0 106 0 122 0 128 0 128 0 106 0 139 0 144 0 150 0 161 0 128 0 150 0 211 0 172 0 +USW00094728191905PRCP 188 0 0 0 0 0 0 0 5 0 0T 0 97 0 0 0 66 0 277 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 135 0 0 0 0 0 0T 0 58 0 20 0 94 0 114 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191906TMAX 233 0 339 0 333 0 350 0 300 0 244 0 311 0 194 0 144 0 239 0 289 0 256 0 300 0 267 0 256 0 272 0 283 0 250 0 250 0 294 0 300 0 239 0 267 0 317 0 267 0 233 0 239 0 222 0 211 0 256 0-9999 +USW00094728191906TMIN 167 0 161 0 200 0 200 0 217 0 200 0 194 0 128 0 122 0 139 0 167 0 156 0 139 0 161 0 167 0 156 0 172 0 178 0 172 0 183 0 189 0 150 0 133 0 200 0 200 0 194 0 189 0 156 0 111 0 117 0-9999 +USW00094728191906PRCP 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 8 0 23 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 353 0 0 0 0 0 0 0 0 0 0 0 74 0 505 0 0T 0 0 0 0 0-9999 +USW00094728191906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191907TMAX 322 0 328 0 361 0 372 0 367 0 317 0 272 0 261 0 228 0 239 0 217 0 267 0 267 0 272 0 244 0 244 0 239 0 228 0 272 0 233 0 267 0 250 0 283 0 317 0 283 0 289 0 333 0 328 0 267 0 267 0 272 0 +USW00094728191907TMIN 156 0 194 0 222 0 233 0 256 0 222 0 200 0 172 0 161 0 183 0 167 0 156 0 178 0 178 0 172 0 206 0 206 0 200 0 217 0 217 0 222 0 228 0 217 0 206 0 222 0 183 0 200 0 222 0 194 0 167 0 200 0 +USW00094728191907PRCP 0 0 0 0 0 0 0 0 0 0 89 0 0 0 0 0 0 0 122 0 0 0 0 0 8 0 0 0 3 0 109 0 3 0 216 0 462 0 241 0 23 0 246 0 173 0 0 0 0 0 348 0 46 0 48 0 0 0 0 0 23 0 +USW00094728191907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191908TMAX 278 0 250 0 261 0 272 0 244 0 233 0 306 0 294 0 256 0 256 0 272 0 272 0 228 0 189 0 244 0 261 0 211 0 183 0 239 0 289 0 311 0 294 0 300 0 328 0 244 0 222 0 222 0 233 0 267 0 256 0 278 0 +USW00094728191908TMIN 183 0 156 0 156 0 189 0 200 0 211 0 206 0 167 0 139 0 144 0 172 0 183 0 161 0 144 0 156 0 189 0 183 0 172 0 167 0 183 0 211 0 222 0 200 0 222 0 167 0 144 0 150 0 150 0 150 0 194 0 206 0 +USW00094728191908PRCP 292 0 0 0 0 0 0 0 3 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 117 0 56 0 0 0 99 0 442 0 5 0 0 0 0T 0 0 0 0 0 0 0 175 0 0T 0 15 0 0 0 0 0 79 0 3 Z +USW00094728191908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191909TMAX 228 0 217 0 200 0 256 0 244 0 289 0 339 0 339 0 267 0 228 0 272 0 217 0 228 0 239 0 194 0 211 0 233 0 194 0 211 0 278 0 278 0 256 0 222 0 217 0 261 0 194 0 183 0 233 0 228 0 250 0-9999 +USW00094728191909TMIN 178 0 189 0 172 0 167 0 144 0 172 0 211 0 239 0 150 0 144 0 183 0 133 0 128 0 133 0 167 0 161 0 139 0 106 0 117 0 194 0 194 0 217 0 139 0 117 0 156 0 133 0 94 0 117 0 122 0 144 0-9999 +USW00094728191909PRCP 13 0 97 0 107 0 0T 0 0 0 0 0 0 0 0 0 3 0 3 0 198 0 20 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0T 0 0 0 107 0 691 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191910TMAX 144 0 178 0 306 0 194 0 261 0 256 0 228 0 139 0 183 0 267 0 267 0 128 0 144 0 150 0 217 0 261 0 183 0 161 0 189 0 128 0 167 0 172 0 156 0 156 0 150 0 172 0 200 0 283 0 133 0 139 0 233 0 +USW00094728191910TMIN 89 0 128 0 178 0 167 0 178 0 167 0 78 0 56 0 83 0 183 0 128 0 61 0 39 0 100 0 128 0 167 0 106 0 72 0 83 0 72 0 106 0 111 0 106 0 117 0 89 0 128 0 150 0 89 0 67 0 72 0 139 0 +USW00094728191910PRCP 64 0 38 0 0 0 0T 0 0T 0 84 0 0 0 0 0 18 0 0 0 99 0 114 0 0 0 203 0 0T 0 89 0 0 0 0 0 0 0 0 0 0T 0 25 0 66 0 0 0 0T 0 18 0 10 0 8 0 0 0 69 0 8 0 +USW00094728191910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728191911TMAX 222 0 156 0 100 0 117 0 83 0 89 0 78 0 89 0 100 0 128 0 133 0 156 0 150 0 67 0 61 0 100 0 133 0 156 0 89 0 11 0 117 0 117 0 106 0 83 0 117 0 122 0 78 0 33 0 172 0 178 0-9999 +USW00094728191911TMIN 156 0 50 0 22 0 67 0 56 0 28 0 28 0 22 0 11 0 22 0 89 0 117 0 11 0 -11 0 22 0 0 0 50 0 67 0 -17 0 -22 0 -22 0 61 0 50 0 33 0 33 0 78 0 22 0 -6 0 22 0 17 0-9999 +USW00094728191911PRCP 130 0 36 0 0 0 48 0 130 0 0 0 0 0 0 0 0 0 0 0 13 0 33 0 157 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 33 0 145 0 3 0 3 0 36 0 137 0-9999 +USW00094728191911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728191912TMAX 44 0 67 0 -17 0 -11 0 11 0 78 0 94 0 61 0 117 0 117 0 -17 0 56 0 161 0 156 0 -28 0 -50 0 -61 0 -117 0 -67 0 -22 0 -11 0 28 0 67 0 44 0 -28 0 22 0 44 0 44 0 -39 0 22 0 39 0 +USW00094728191912TMIN -6 0 -17 0 -78 0 -83 0 -33 0 -11 0 56 0 39 0 56 0 -50 0 -67 0 -22 0 56 0 -56 0 -78 0 -106 0 -172 0 -183 0 -122 0 -78 0 -39 0 -11 0 -17 0 -33 0 -89 0 -94 0 6 0 -50 0 -83 0 -67 0 -6 0 +USW00094728191912PRCP 0 0 0 0 0 0 0 0 0 0 114 0 25 0 15 0 114 0 163 0 0 0 53 0 18 0 69 0 0T 0 3 0 13 0 0 0 28 0 0 0 0T 0 0 0 0 0 56 0 3 0 0 0 0 0 0 0 0 0 30 0 0 0 +USW00094728191912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 8 0 46 0 0 0 48 0 0 0 0T 0 0 0 0 0 69 0 3 0 0 0 0 0 0 0 0 0 51 0 0 0 +USW00094728191912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 25 0 25 0 51 0 51 0 51 0 25 0 0T 0 25 0 51 0 51 0 25 0 0T 0 0T 0 51 0 25 0 +USW00094728192001TMAX 78 0 -17 0 -67 0 -56 0 -61 0 28 0 44 0 39 0 39 0 22 0 11 0 -6 0 44 0 -17 0 -39 0 -100 0 -6 0 -44 0 -83 0 -22 0 11 0 -39 0 0 0 0 0 -56 0 -56 0 106 0 50 0 -33 0 50 0 -33 0 +USW00094728192001TMIN -17 0 -111 0 -133 0 -133 0 -150 0 -100 0 -22 0 22 0 0 0 -56 0 -33 0 -50 0 -44 0 -117 0 -128 0 -139 0 -106 0 -122 0 -128 0 -128 0 -67 0 -94 0 -44 0 -56 0 -133 0 -139 0 -67 0 -94 0 -111 0 -56 0 -183 0 +USW00094728192001PRCP 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 61 0 163 0 0 0 8 0 0 0 0T 0 0T 0 0T 0 36 0 20 0 0T 0 53 0 5 0 8 0 33 0 48 0 66 0 3 0 0 0 23 0 0T 0 0 0 0 0 0 0 +USW00094728192001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0T 0 0T 0 0T 0 48 0 25 0 0T 0 71 0 0T 0 0 0 48 0 0T 0 5 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728192001SNWD 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0T 0 0 0 0 0 0 0 51 Z 76 Z 51 Z 102 Z 102 Z 76 Z 102 Z 102 Z 102 Z 102 Z 102 Z 102 Z 76 Z 76 Z 76 Z 76 Z +USW00094728192002TMAX -44 0 44 0 78 0 6 0 -22 0 6 0 33 0 33 0 17 0 39 0 50 0 33 0 39 0 72 0 22 0 -56 0 28 0 83 0 28 0 11 0 6 0 44 0 6 0 50 0 11 0 -39 0 -72 0 0 0 17 0-9999 -9999 +USW00094728192002TMIN -189 0 -56 0 6 0 -50 0 -44 0 -33 0 -17 0 -39 0 -56 0 -22 0 -11 0 -28 0 -6 0 -11 0 -111 0 -128 0 -106 0 17 0 -83 0 -89 0 -67 0 -6 0 -28 0 -17 0 -61 0 -122 0 -144 0 -106 0 -44 0-9999 -9999 +USW00094728192002PRCP 0T 0 0 0 0T 0 432 0 333 0 356 0 5 0 0 0 0 0 51 0 0 0 0T 0 69 0 20 0 132 0 0 0 0 0 0T 0 30 0 0 0 102 0 51 0 23 0 10 0 15 0 0 0 0 0 0T 0 0T 0-9999 -9999 +USW00094728192002SNOW 0T 0 0 0 0 0 145 0 150 0 137 0 13 0 0 0 0 0 41 0 0 0 0 0 20 0 0 0 0T 0 0 0 0 0 0 0 20 0 0 0 97 0 3 0 0 0 3 0 15 0 0 0 0 0 0T 0 0T 0-9999 -9999 +USW00094728192002SNWD 76 Z 76 Z 25 Z 127 Z 203 Z 305 Z 279 Z 254 Z 203 Z 229 Z 229 Z 203 Z 203 Z 178 Z 127 Z 127 Z 102 Z 102 Z 102 Z 102 Z 127 Z 152 Z 152 Z 127 Z 127 Z 127 Z 127 Z 127 Z 127 Z-9999 -9999 +USW00094728192003TMAX 28 0 -6 0 56 0 44 0 89 0 -33 0 -28 0 -6 0 56 0 128 0 106 0 139 0 111 0 11 0 72 0 128 0 122 0 56 0 11 0 28 0 111 0 150 0 200 0 172 0 211 0 139 0 144 0 194 0 139 0 156 0 217 0 +USW00094728192003TMIN -100 0 -67 0 -22 0 -17 0 -39 0 -106 0 -106 0 -100 0 -39 0 11 0 28 0 39 0 -56 0 -67 0 -50 0 22 0 17 0 -11 0 -28 0 0 0 -6 0 17 0 56 0 56 0 39 0 67 0 44 0 22 0 56 0 39 0 78 0 +USW00094728192003PRCP 0 0 0 0 0 0 0 0 460 0 86 0 0 0 0 0 0 0 0 0 0T 0 43 0 269 0 0 0 0 0 58 0 0 0 0 0 127 0 36 0 0 0 0 0 0 0 0 0 0 0 8 0 3 0 0 0 117 0 0 0 0 0 +USW00094728192003SNOW 0 0 0 0 0 0 0 0 18 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 28 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192003SNWD 102 Z 102 Z 76 Z 51 Z 25 Z 76 Z 25 Z 25 Z 25 Z 25 Z 0T Z 0T Z 25 Z 25 Z 0T Z 0T 0 0 0 0 0 0T Z 0T Z 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192004TMAX 144 0 78 0 178 0 83 0 122 0 72 0 83 0 44 0 72 0 106 0 128 0 100 0 122 0 122 0 161 0 167 0 83 0 183 0 217 0 206 0 156 0 244 0 178 0 144 0 161 0 183 0 83 0 172 0 172 0 217 0-9999 +USW00094728192004TMIN 44 0 33 0 50 0 28 0 22 0 -11 0 6 0 -22 0 -17 0 -17 0 11 0 33 0 33 0 22 0 39 0 44 0 44 0 50 0 56 0 89 0 72 0 89 0 78 0 50 0 28 0 44 0 56 0 56 0 67 0 94 0-9999 +USW00094728192004PRCP 20 0 132 0 0 0 46 0 20 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 320 0 0 0 0 0 124 0 46 0 0 0 0 0 18 0 320 0 0 0 99 0 0 0 0 0 5 0 33 0 122 0 0T 0 36 0-9999 +USW00094728192004SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192005TMAX 156 0 144 0 156 0 156 0 161 0 206 0 189 0 117 0 228 0 261 0 189 0 217 0 139 0 111 0 183 0 222 0 233 0 211 0 222 0 228 0 211 0 261 0 178 0 156 0 222 0 233 0 244 0 278 0 278 0 256 0 239 0 +USW00094728192005TMIN 61 0 39 0 39 0 67 0 50 0 50 0 89 0 94 0 72 0 128 0 106 0 94 0 83 0 56 0 56 0 67 0 106 0 94 0 111 0 150 0 133 0 117 0 106 0 94 0 117 0 139 0 133 0 128 0 122 0 117 0 111 0 +USW00094728192005PRCP 36 0 0 0 0 0 8 0 0 0 0 0 0 0 206 0 0 0 5 0 51 0 0 0 94 0 155 0 0T 0 0 0 0 0 0 0 0 0 0T 0 257 0 0T 0 5 0 0T 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192006TMAX 294 0 311 0 311 0 222 0 139 0 206 0 217 0 256 0 250 0 261 0 344 0 272 0 217 0 300 0 322 0 289 0 206 0 172 0 228 0 222 0 256 0 256 0 250 0 272 0 267 0 289 0 306 0 311 0 306 0 289 0-9999 +USW00094728192006TMIN 150 0 172 0 189 0 111 0 100 0 111 0 122 0 128 0 128 0 128 0 178 0 167 0 139 0 161 0 189 0 206 0 128 0 111 0 111 0 133 0 122 0 178 0 167 0 161 0 156 0 167 0 167 0 178 0 189 0 200 0-9999 +USW00094728192006PRCP 0 0 0 0 0 0 8 0 447 0 0T 0 0 0 36 0 0 0 0 0 18 0 10 0 135 0 0 0 0T 0 0T 0 117 0 13 0 0 0 0T 0 109 0 0 0 0T 0 145 0 0 0 0 0 0 0 0T 0 234 0 5 0-9999 +USW00094728192006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192007TMAX 289 0 272 0 250 0 250 0 261 0 272 0 278 0 283 0 289 0 311 0 289 0 289 0 328 0 322 0 289 0 267 0 267 0 250 0 283 0 294 0 294 0 289 0 306 0 328 0 267 0 239 0 261 0 289 0 289 0 294 0 328 0 +USW00094728192007TMIN 189 0 183 0 178 0 167 0 150 0 167 0 194 0 206 0 200 0 194 0 200 0 189 0 194 0 200 0 206 0 183 0 167 0 161 0 200 0 183 0 178 0 200 0 189 0 194 0 150 0 128 0 128 0 156 0 172 0 172 0 200 0 +USW00094728192007PRCP 0 0 66 0 505 0 0 0 0 0 0 0 15 0 0 0 3 0 0 0 0 0 231 0 0 0 38 0 30 0 0 0 0 0 48 0 56 0 0 0 0 0 30 0 107 0 381 0 0 0 0 0 0 0 0 0 0 0 0T 0 64 0 +USW00094728192007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192008TMAX 267 0 267 0 267 0 267 0 289 0 244 0 300 0 322 0 306 0 283 0 300 0 317 0 300 0 294 0 289 0 306 0 328 0 272 0 244 0 239 0 256 0 289 0 244 0 244 0 267 0 278 0 278 0 256 0 272 0 300 0 306 0 +USW00094728192008TMIN 189 0 172 0 139 0 161 0 167 0 189 0 200 0 206 0 228 0 217 0 217 0 189 0 217 0 217 0 228 0 217 0 217 0 200 0 167 0 156 0 167 0 189 0 161 0 178 0 183 0 178 0 167 0 167 0 183 0 200 0 189 0 +USW00094728192008PRCP 23 0 23 0 0 0 0 0 0T 0 135 0 18 0 0 0 0T 0 175 0 277 0 0 0 10 0 51 0 89 0 51 0 46 0 0T 0 0 0 0 0 30 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 3 0 0T 0 0 0 64 0 +USW00094728192008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192009TMAX 244 0 233 0 256 0 261 0 256 0 239 0 272 0 267 0 261 0 278 0 272 0 311 0 256 0 228 0 233 0 250 0 228 0 278 0 206 0 217 0 222 0 233 0 267 0 311 0 300 0 289 0 250 0 250 0 261 0 217 0-9999 +USW00094728192009TMIN 150 0 117 0 117 0 150 0 156 0 178 0 178 0 161 0 150 0 172 0 178 0 189 0 144 0 128 0 139 0 178 0 128 0 133 0 94 0 72 0 122 0 128 0 128 0 150 0 189 0 194 0 183 0 183 0 167 0 161 0-9999 +USW00094728192009PRCP 0 0 0 0 0 0 0 0 0 0 5 0 20 0 0 0 0T 0 249 0 0 0 191 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 15 0 0 0 0 0 0 0 0T 0 0 0 5 0 127 0 33 0 561 0-9999 +USW00094728192009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192010TMAX 161 0 178 0 222 0 261 0 172 0 172 0 217 0 244 0 261 0 256 0 250 0 172 0 222 0 289 0 244 0 217 0 211 0 167 0 200 0 239 0 289 0 283 0 194 0 200 0 222 0 222 0 233 0 200 0 111 0 117 0 200 0 +USW00094728192010TMIN 106 0 78 0 89 0 122 0 78 0 72 0 61 0 94 0 122 0 133 0 122 0 100 0 89 0 144 0 144 0 144 0 139 0 122 0 150 0 122 0 144 0 156 0 94 0 83 0 111 0 156 0 167 0 111 0 39 0 28 0 61 0 +USW00094728192010PRCP 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 137 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 114 0 10 0 0 0 0 0 +USW00094728192010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192011TMAX 206 0 178 0 156 0 156 0 167 0 156 0 117 0 117 0 167 0 150 0 94 0 83 0 61 0 67 0 33 0 50 0 106 0 111 0 106 0 122 0 78 0 78 0 83 0 67 0 39 0 72 0 61 0 56 0 56 0 89 0-9999 +USW00094728192011TMIN 100 0 89 0 56 0 56 0 67 0 61 0 61 0 67 0 83 0 44 0 33 0 -28 0 -39 0 -17 0 6 0 17 0 33 0 33 0 22 0 67 0 44 0 44 0 39 0 6 0 0 0 0 0 39 0 17 0 6 0 22 0-9999 +USW00094728192011PRCP 0 0 196 0 0 0 0 0 0 0 0 0 33 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 318 0 173 0 0 0 0 0 0 0 0 0 74 0 241 0 0 0 0T 0 0 0 8 0 3 0 0 0 0 0-9999 +USW00094728192011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192012TMAX 111 0 106 0 89 0 117 0 128 0 72 0 72 0 44 0 39 0 44 0 56 0 89 0 100 0 144 0 83 0 56 0 44 0 33 0 22 0 22 0 44 0 61 0 122 0 39 0 -6 0 -22 0 28 0 33 0 6 0 67 0 67 0 +USW00094728192012TMIN 56 0 22 0 0 0 61 0 72 0 39 0 0 0 -22 0 0 0 6 0 11 0 0 0 28 0 67 0 22 0 0 0 -28 0 -22 0 -39 0 -44 0 -44 0 6 0 39 0 -17 0 -67 0 -89 0 -28 0 -56 0 -72 0 -11 0 0 0 +USW00094728192012PRCP 437 0 5 0 0 0 0 0 284 0 0T 0 0 0 0 0 3 0 36 0 0 0 0 0 0T 0 307 0 3 0 3 0 0T 0 0 0 0 0 0 0 0 0 211 0 64 0 0 0 0 0 38 0 175 0 0 0 0 0 0 0 0 0 +USW00094728192012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 20 0 0 0 0 0 0 0 0 0 +USW00094728192012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 Z 25 Z 25 Z 0T Z 0T Z +USW00094728192101TMAX 78 0 139 0 83 0 106 0 106 0 44 0 56 0 67 0 28 0 50 0 100 0 44 0 -17 0 128 0 72 0 33 0 33 0 -89 0 -56 0 22 0 128 0 100 0 111 0 17 0 -67 0 -22 0 33 0 50 0 44 0 56 0 33 0 +USW00094728192101TMIN -22 0 50 0 28 0 22 0 39 0 -33 0 -44 0 22 0 -56 0 0 0 0 0 -44 0 -72 0 -28 0 6 0 -22 0 -89 0 -144 0 -156 0 -56 0 6 0 56 0 6 0 -89 0 -156 0 -122 0 -100 0 -33 0 -17 0 22 0 -56 0 +USW00094728192101PRCP 0T 0 5 0 0 0 0 0 18 0 0 0 61 Z 10 0 0 0 0 0 0 0 3 0 0 0 445 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 8 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0 0 99 0 97 0 +USW00094728192101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 46 0 +USW00094728192101SNWD 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 +USW00094728192102TMAX -6 0 22 0 39 0 39 0 78 0 72 0 44 0 39 0 44 0 56 0 22 0 33 0 56 0 100 0 56 0 167 0 139 0 33 0 50 0 17 0 -17 0 33 0 50 0 22 0 -17 0 33 0 50 0 78 0-9999 -9999 -9999 +USW00094728192102TMIN -83 0 -33 0 -11 0 -28 0 11 0 28 0 6 0 -17 0 -17 0 17 0 0 0 -22 0 -11 0 -22 0 -50 0 6 0 0 0 -44 0 -50 0 -56 0 -100 0 -33 0 -17 0 -89 0 -122 0 -44 0 17 0 33 0-9999 -9999 -9999 +USW00094728192102PRCP 0 0 5 0 0 0 0 0 36 0 71 0 0T 0 0T 0 64 0 25 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 681 0 0 0 10 0 3 0 0 0 0 0 0 0 297 0 99 0-9999 -9999 -9999 +USW00094728192102SNOW 0 0 10 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 318 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728192102SNWD 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 305 0 305 0 279 0 229 0 178 0 152 0 127 0 51 0 0T 0-9999 -9999 -9999 +USW00094728192103TMAX 111 0 150 0 122 0 56 0 56 0 178 0 200 0 89 0 189 0 100 0 106 0 150 0 183 0 122 0 161 0 178 0 128 0 78 0 89 0 256 0 289 0 100 0 89 0 106 0 217 0 183 0 156 0 278 0 56 0 72 0 167 0 +USW00094728192103TMIN 44 0 56 0 56 0 -22 0 -22 0 56 0 44 0 28 0 83 0 22 0 33 0 33 0 72 0 44 0 72 0 61 0 28 0 11 0 -22 0 78 0 89 0 28 0 6 0 33 0 106 0 94 0 83 0 11 0 -33 0 -6 0 61 0 +USW00094728192103PRCP 0T 0 0T 0 51 0 0 0 3 0 0T 0 0 0 0T 0 203 0 0 0 0 0 135 0 3 0 0T 0 0T 0 10 0 0T 0 0 0 5 0 5 0 5 0 0 0 0 0 76 0 97 0 0T 0 0 0 33 0 0 0 0 0 107 0 +USW00094728192103SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192104TMAX 89 0 133 0 217 0 256 0 261 0 261 0 161 0 139 0 222 0 128 0 94 0 183 0 217 0 206 0 161 0 172 0 228 0 67 0 122 0 233 0 256 0 239 0 156 0 233 0 244 0 200 0 206 0 222 0 178 0 178 0-9999 +USW00094728192104TMIN 11 0 -11 0 83 0 94 0 128 0 128 0 56 0 56 0 94 0 39 0 -17 0 11 0 89 0 89 0 111 0 117 0 67 0 28 0 28 0 61 0 117 0 133 0 100 0 94 0 117 0 106 0 106 0 122 0 106 0 106 0-9999 +USW00094728192104PRCP 130 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 41 0 0 0 3 0 0 0 0 0 0 0 122 0 0 0 66 0 76 0 20 0 0 0 0T 0 0 0 160 0 0T 0 0 0 0 0 0 0 0 0 97 0 76 0-9999 +USW00094728192104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192105TMAX 122 0 206 0 194 0 144 0 94 0 133 0 200 0 233 0 267 0 256 0 156 0 178 0 233 0 256 0 261 0 206 0 206 0 244 0 222 0 233 0 300 0 317 0 244 0 156 0 111 0 244 0 261 0 272 0 267 0 244 0 283 0 +USW00094728192105TMIN 78 0 78 0 89 0 78 0 61 0 67 0 78 0 106 0 128 0 111 0 67 0 61 0 117 0 122 0 144 0 100 0 61 0 106 0 117 0 111 0 156 0 183 0 94 0 78 0 83 0 89 0 128 0 156 0 178 0 150 0 133 0 +USW00094728192105PRCP 15 0 0 0 0 0 279 0 107 0 5 0 0 0 0 0 0 0 0 0 0 0 81 0 257 0 28 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 41 0 28 0 0 0 170 0 0 0 0 0 3 0 0T 0 0T 0 0 0 +USW00094728192105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192106TMAX 261 0 217 0 239 0 250 0 228 0 250 0 250 0 239 0 244 0 250 0 294 0 294 0 306 0 250 0 272 0 283 0 206 0 289 0 244 0 272 0 333 0 350 0 322 0 328 0 317 0 244 0 317 0 311 0 311 0 222 0-9999 +USW00094728192106TMIN 150 0 117 0 117 0 144 0 122 0 139 0 139 0 150 0 150 0 156 0 156 0 178 0 161 0 150 0 139 0 150 0 150 0 133 0 133 0 150 0 161 0 217 0 211 0 211 0 211 0 183 0 183 0 194 0 206 0 183 0-9999 +USW00094728192106PRCP 0 0 0 0 0 0 20 0 0 0 0 0 0T 0 0 0 0 0 0T 0 43 0 0T 0 5 0 0 0 0 0 0 0 69 0 0 0 0 0 0 0 0 0 71 0 20 0 0 0 0 0 36 0 5 0 112 0 130 0 198 0-9999 +USW00094728192106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192106WT07-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728192107TMAX 217 0 250 0 339 0 350 0 278 0 272 0 317 0 333 0 278 0 267 0 272 0 283 0 300 0 317 0 250 0 289 0 300 0 300 0 283 0 317 0 256 0 283 0 311 0 317 0 328 0 333 0 339 0 344 0 300 0 311 0 328 0 +USW00094728192107TMIN 167 0 189 0 194 0 244 0 178 0 172 0 217 0 239 0 222 0 211 0 206 0 200 0 206 0 228 0 194 0 194 0 189 0 200 0 211 0 211 0 189 0 178 0 178 0 200 0 211 0 228 0 222 0 244 0 217 0 206 0 189 0 +USW00094728192107PRCP 30 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 0T 0 0T 0 0 0 8 0 3 0 147 0 0 0 0 0 0 0 127 0 0T 0 8 0 0 0 0 0 0 0 0 0 94 0 0 0 20 0 69 0 3 0 3 0 +USW00094728192107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192108TMAX 261 0 211 0 189 0 272 0 267 0 261 0 283 0 278 0 278 0 289 0 294 0 294 0 278 0 300 0 256 0 267 0 244 0 294 0 294 0 300 0 256 0 233 0 261 0 256 0 256 0 244 0 233 0 239 0 283 0 350 0 311 0 +USW00094728192108TMIN 161 0 161 0 161 0 150 0 161 0 178 0 206 0 178 0 156 0 172 0 189 0 211 0 222 0 172 0 133 0 150 0 172 0 200 0 183 0 189 0 172 0 150 0 133 0 161 0 150 0 150 0 128 0 150 0 178 0 211 0 211 0 +USW00094728192108PRCP 0 0 208 0 152 0 0 0 0 0 0T 0 554 0 48 0 0 0 0 0 0 0 20 0 0 0 102 0 0 0 0 0 46 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 +USW00094728192108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192109TMAX 278 0 344 0 356 0 283 0 267 0 289 0 289 0 289 0 267 0 294 0 272 0 244 0 278 0 239 0 272 0 244 0 211 0 294 0 244 0 244 0 222 0 278 0 289 0 244 0 239 0 233 0 222 0 283 0 300 0 306 0-9999 +USW00094728192109TMIN 200 0 211 0 233 0 194 0 183 0 194 0 194 0 183 0 178 0 189 0 189 0 183 0 172 0 150 0 167 0 172 0 167 0 178 0 133 0 144 0 167 0 194 0 167 0 133 0 172 0 139 0 139 0 172 0 200 0 150 0-9999 +USW00094728192109PRCP 0 0 10 0 10 0 0 0 0T 0 66 0 0 0 0 0 0 0 0 0 38 0 30 0 0 0 0 0 0 0 0 0 18 0 0T 0 0 0 0T 0 173 0 5 0 0 0 0 0 36 0 0 0 0T 0 0T 0 0T 0 328 0-9999 +USW00094728192109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192110TMAX 228 0 250 0 211 0 194 0 167 0 217 0 239 0 183 0 144 0 239 0 239 0 156 0 139 0 206 0 233 0 228 0 167 0 194 0 217 0 161 0 106 0 211 0 183 0 161 0 139 0 106 0 144 0 167 0 133 0 167 0 156 0 +USW00094728192110TMIN 111 0 128 0 156 0 89 0 78 0 100 0 128 0 67 0 50 0 111 0 117 0 67 0 39 0 61 0 83 0 111 0 106 0 117 0 144 0 89 0 67 0 61 0 94 0 72 0 56 0 17 0 28 0 72 0 72 0 72 0 111 0 +USW00094728192110PRCP 0 0 0 0 61 0 0 0 10 0 0 0 0 0 43 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 33 0 0T 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728192110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192111TMAX 178 0 139 0 100 0 111 0 111 0 67 0 156 0 78 0 50 0 94 0 94 0 72 0 56 0 83 0 100 0 100 0 156 0 228 0 222 0 183 0 72 0 122 0 67 0 89 0 100 0 78 0 56 0 39 0 50 0 89 0-9999 +USW00094728192111TMIN 133 0 67 0 50 0 39 0 22 0 0 0 50 0 6 0 22 0 33 0 11 0 22 0 -11 0 11 0 33 0 28 0 83 0 128 0 111 0 39 0 28 0 44 0 0 0 -6 0 22 0 33 0 33 0 17 0 17 0 28 0-9999 +USW00094728192111PRCP 71 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 86 0 13 0 0 0 8 0 0T 0 102 0 0T 0 18 0 224 0 0 0 0 0 140 0 38 0 0 0 3 0 43 0 0 0 41 0 66 0 114 0 3 0 0 0-9999 +USW00094728192111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192112TMAX 150 0 117 0 117 0 33 0 33 0 39 0 44 0 17 0 22 0 61 0 67 0 50 0 22 0 -6 0 -11 0 6 0 122 0 122 0 56 0 44 0 67 0 -67 0 17 0 33 0 17 0 0 0 33 0 11 0 33 0 -56 0 44 0 +USW00094728192112TMIN 44 0 50 0 22 0 -11 0 -33 0 -11 0 -11 0 -39 0 -67 0 -11 0 22 0 11 0 -44 0 -56 0 -94 0 -78 0 6 0 28 0 -6 0 -17 0 -106 0 -139 0 -67 0 11 0 -44 0 -89 0 -39 0 -50 0 -100 0 -139 0 -67 0 +USW00094728192112PRCP 0 0 165 0 0 0 76 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 48 0 0 0 0 0 0 0 0 0 0 0 94 0 0 0 0 0 0T 0 0 0 84 0 94 0 0T 0 0 0 18 0 0 0 15 0 0 0 0T 0 +USW00094728192112SNOW 0 0 0 0 0 0 76 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 53 0 0 0 0T 0 0 0 25 0 0 0 30 0 0 0 0T 0 +USW00094728192112SNWD 0 0 0 0 0 0 76 0 51 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 +USW00094728192201TMAX 39 0 -89 0 -33 0 28 0 100 0 56 0 22 0 6 0 67 0 61 0 22 0 11 0 -11 0 0 0 67 0 -6 0 6 0 33 0 72 0 61 0 11 0 50 0 -56 0 -61 0 -61 0 -56 0 -6 0 0 0 17 0 33 0 33 0 +USW00094728192201TMIN -89 0 -139 0 -133 0 -33 0 22 0 -11 0 -44 0 -61 0 -17 0 11 0 -33 0 -72 0 -83 0 -44 0 -11 0 -61 0 -72 0 -11 0 28 0 0 0 -11 0 -83 0 -111 0 -128 0 -139 0 -139 0 -111 0 -39 0 -28 0 -50 0 -44 0 +USW00094728192201PRCP 0T 0 0 0 0T 0 38 0 3 0 0 0 0 0 5 0 0 0 0 0 351 0 0T 0 0 0 0T 0 0 0 0 0 0 0 8 0 3 0 0 0 74 0 0 0 0 0 0 0 0 0 0 0 0 0 112 0 102 0 0 0 0 0 +USW00094728192201SNOW 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 69 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 79 0 0 0 0 0 +USW00094728192201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 76 0 51 0 51 0 51 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 127 0 102 0 76 0 +USW00094728192202TMAX 72 0 106 0 61 0 33 0 28 0 67 0 28 0 -17 0 33 0 22 0 44 0 44 0 17 0 0 0 -11 0 -11 0 -83 0 11 0 83 0 150 0 61 0 139 0 178 0 128 0 44 0 61 0 44 0 56 0-9999 -9999 -9999 +USW00094728192202TMIN -22 0 44 0 11 0 -11 0 -6 0 11 0 -39 0 -78 0 -39 0 -11 0 6 0 -22 0 -56 0 -83 0 -39 0 -150 0 -189 0 -133 0 6 0 56 0 0 0 6 0 6 0 -28 0 -56 0 -11 0 6 0 -72 0-9999 -9999 -9999 +USW00094728192202PRCP 23 0 168 0 0 0 0 0 18 0 66 0 0 0 0 0 10 0 0 0 13 0 152 0 8 0 0 0 226 0 10 0 0 0 0 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 150 0 0 0-9999 -9999 -9999 +USW00094728192202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 25 0 0 0 0 0 137 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728192202SNWD 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 25 0 0T 0 0T 0 127 0 102 0 102 0 102 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728192203TMAX -17 0 50 0 72 0 28 0 100 0 133 0 128 0 39 0 78 0 56 0 39 0 117 0 128 0 144 0 111 0 61 0 17 0 44 0 89 0 117 0 56 0 44 0 94 0 172 0 128 0 244 0 167 0 211 0 178 0 33 0 28 0 +USW00094728192203TMIN -83 0 -44 0 -39 0 6 0 11 0 33 0 39 0 0 0 -17 0 28 0 6 0 17 0 17 0 56 0 50 0 -28 0 -61 0 -67 0 -56 0 11 0 11 0 -22 0 -28 0 44 0 44 0 28 0 106 0 106 0 33 0 0 0 6 0 +USW00094728192203PRCP 46 0 117 0 0 0 137 0 30 0 0 0 221 0 0 0 0 0 53 0 185 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 25 0 279 0 0T 0 0 0 0 0 0 0 0 0 0 0 33 0 23 0 0 0 97 0 155 0 +USW00094728192203SNOW 46 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728192203SNWD 0 0 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728192204TMAX 56 0 72 0 133 0 67 0 139 0 156 0 128 0 233 0 183 0 300 0 267 0 156 0 206 0 178 0 144 0 183 0 172 0 222 0 94 0 111 0 117 0 111 0 106 0 144 0 200 0 244 0 161 0 150 0 178 0 178 0-9999 +USW00094728192204TMIN 17 0 11 0 6 0 33 0 44 0 44 0 44 0 128 0 106 0 100 0 144 0 78 0 72 0 72 0 67 0 61 0 83 0 94 0 33 0 33 0 0 0 6 0 39 0 22 0 56 0 106 0 39 0 33 0 39 0 83 0-9999 +USW00094728192204PRCP 150 0 0 0 0 0 46 0 0 0 0 0 33 0 0T 0 0T 0 0 0 36 0 0T 0 0T 0 28 0 119 0 0 0 74 0 0T 0 28 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192205TMAX 200 0 256 0 256 0 189 0 144 0 217 0 256 0 222 0 250 0 294 0 272 0 194 0 233 0 206 0 244 0 233 0 194 0 200 0 233 0 256 0 272 0 261 0 272 0 261 0 261 0 294 0 200 0 239 0 294 0 283 0 239 0 +USW00094728192205TMIN 67 0 94 0 128 0 78 0 78 0 111 0 133 0 117 0 94 0 150 0 144 0 94 0 94 0 128 0 133 0 111 0 100 0 111 0 139 0 144 0 161 0 161 0 144 0 133 0 150 0 178 0 89 0 89 0 122 0 167 0 150 0 +USW00094728192205PRCP 0 0 0 0 28 0 241 0 315 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 25 0 0 0 10 0 254 0 48 0 0 0 5 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192206TMAX 228 0 222 0 250 0 306 0 272 0 261 0 322 0 328 0 322 0 306 0 317 0 256 0 222 0 233 0 256 0 239 0 261 0 267 0 267 0 211 0 222 0 244 0 267 0 278 0 278 0 250 0 233 0 289 0 272 0 311 0-9999 +USW00094728192206TMIN 156 0 167 0 167 0 172 0 189 0 189 0 200 0 211 0 222 0 194 0 178 0 144 0 111 0 150 0 144 0 144 0 183 0 189 0 178 0 178 0 172 0 161 0 161 0 167 0 183 0 156 0 167 0 206 0 211 0 211 0-9999 +USW00094728192206PRCP 13 0 122 0 124 0 5 0 15 0 381 0 0 0 0 0 0T 0 0 0 76 0 0 0 0 0 0 0 3 0 0 0 160 0 142 0 0 0 102 0 188 0 18 0 0 0 0T 0 239 0 10 0 36 0 3 0 112 0 0 0-9999 +USW00094728192206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192207TMAX 250 0 322 0 306 0 233 0 200 0 283 0 278 0 306 0 267 0 261 0 256 0 317 0 333 0 256 0 267 0 283 0 300 0 328 0 294 0 233 0 306 0 300 0 300 0 294 0 228 0 244 0 228 0 283 0 278 0 283 0 306 0 +USW00094728192207TMIN 194 0 211 0 183 0 167 0 156 0 156 0 183 0 194 0 183 0 172 0 183 0 211 0 222 0 183 0 167 0 167 0 200 0 206 0 206 0 206 0 172 0 200 0 222 0 172 0 167 0 172 0 172 0 194 0 172 0 161 0 183 0 +USW00094728192207PRCP 541 0 3 0 307 0 20 0 137 0 0 0 0 0 117 0 0 0 0 0 0 0 0 0 157 0 0 0 5 0 0 0 0 0 378 0 0T 0 0T 0 0 0 0T 0 0T 0 140 0 10 0 0 0 3 0 84 0 0 0 0 0 0T 0 +USW00094728192207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192208TMAX 272 0 244 0 250 0 267 0 289 0 294 0 283 0 278 0 250 0 256 0 239 0 189 0 256 0 306 0 311 0 328 0 344 0 328 0 289 0 233 0 250 0 283 0 283 0 283 0 261 0 233 0 211 0 217 0 278 0 283 0 267 0 +USW00094728192208TMIN 183 0 183 0 189 0 183 0 178 0 183 0 189 0 178 0 161 0 172 0 167 0 172 0 167 0 194 0 206 0 222 0 217 0 228 0 194 0 133 0 117 0 144 0 167 0 189 0 211 0 172 0 172 0 161 0 150 0 189 0 167 0 +USW00094728192208PRCP 74 0 20 0 0T 0 41 0 0 0 0 0 173 0 3 0 20 0 0T 0 0 0 13 0 0 0 0T 0 0 0 0T 0 0 0 0 0 25 0 15 0 0 0 0 0 0 0 0 0 5 0 20 0 56 0 56 0 0 0 0T 0 206 0 +USW00094728192208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192209TMAX 267 0 261 0 278 0 222 0 300 0 339 0 211 0 250 0 233 0 272 0 256 0 233 0 256 0 283 0 289 0 256 0 217 0 189 0 206 0 211 0 239 0 250 0 283 0 300 0 194 0 189 0 250 0 211 0 250 0 272 0-9999 +USW00094728192209TMIN 161 0 189 0 206 0 183 0 172 0 200 0 167 0 161 0 178 0 211 0 194 0 172 0 128 0 172 0 194 0 161 0 128 0 106 0 117 0 139 0 150 0 128 0 144 0 156 0 89 0 67 0 100 0 128 0 133 0 156 0-9999 +USW00094728192209PRCP 0 0 0 0 0 0 335 0 0 0 53 0 15 0 0 0 0 0 0 0 0T 0 465 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192210TMAX 278 0 311 0 300 0 244 0 317 0 228 0 206 0 267 0 233 0 222 0 233 0 206 0 167 0 178 0 206 0 200 0 233 0 144 0 122 0 111 0 133 0 183 0 178 0 94 0 183 0 128 0 133 0 139 0 150 0 144 0 133 0 +USW00094728192210TMIN 144 0 139 0 172 0 156 0 183 0 172 0 167 0 194 0 156 0 194 0 167 0 100 0 67 0 78 0 150 0 144 0 89 0 44 0 17 0 39 0 6 0 67 0 89 0 56 0 56 0 22 0 17 0 44 0 11 0 22 0 28 0 +USW00094728192210PRCP 0 0 0 0 0 0 0 0 0 0 0 0 122 0 10 0 43 0 79 0 13 0 0 0 0 0 0 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 107 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192211TMAX 167 0 178 0 122 0 122 0 150 0 144 0 133 0 167 0 117 0 128 0 167 0 194 0 139 0 133 0 156 0 89 0 122 0 133 0 172 0 133 0 61 0 44 0 67 0 61 0 22 0 28 0 50 0 33 0 61 0 106 0-9999 +USW00094728192211TMIN 50 0 56 0 78 0 78 0 100 0 83 0 111 0 67 0 28 0 22 0 44 0 94 0 33 0 50 0 67 0 39 0 22 0 50 0 83 0 61 0 0 0 -6 0 -11 0 6 0 -17 0 -22 0 -11 0 -11 0 -6 0 22 0-9999 +USW00094728192211PRCP 0 0 18 0 104 0 0 0 0 0 38 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 74 0 0 0 0 0 0 0 0 0 69 0 0 0 0 0 0 0 0T 0 0 0 0 0 25 0 0 0 0 0 0 0-9999 +USW00094728192211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 25 0 0 0 0 0 0 0-9999 +USW00094728192211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0-9999 +USW00094728192212TMAX 139 0 122 0 56 0 89 0 106 0 33 0 11 0 28 0 50 0 6 0 39 0 61 0 -17 0 17 0 56 0 17 0 17 0 17 0 -44 0 22 0 44 0 22 0 44 0 67 0 78 0 72 0 78 0 39 0 -44 0 -11 0 72 0 +USW00094728192212TMIN 61 0 11 0 11 0 6 0 33 0 -44 0 -56 0 -28 0 0 0 -50 0 -61 0 -28 0 -61 0 -44 0 -11 0 -33 0 0 0 -67 0 -100 0 -67 0 6 0 -11 0 11 0 6 0 22 0 28 0 22 0 -61 0 -94 0 -111 0 -50 0 +USW00094728192212PRCP 0T 0 0 0 3 0 0T 0 104 0 0 0 58 0 41 0 0 0 0T 0 18 0 25 0 0 0 99 0 64 0 0 0 157 0 0 0 0 0 0T 0 8 0 0 0 0T 0 0 0 0 0 0 0 3 0 328 0 74 0 0 0 0 0 +USW00094728192212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0T 0 0 0 0 0 0 0 81 0 0 0 0 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 48 0 0 0 0 0 +USW00094728192212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 76 0 76 0 25 0 +USW00094728192301TMAX 117 0 44 0 22 0 22 0 22 0 39 0 -44 0 17 0 44 0 33 0 11 0 44 0 -17 0 22 0 50 0 22 0 -61 0 44 0 50 0 89 0 111 0 72 0 -28 0 17 0 33 0 -6 0 22 0 -39 0 0 0 -17 0 -6 0 +USW00094728192301TMIN 28 0 0 0 -6 0 -44 0 -39 0 -61 0 -61 0 -44 0 0 0 -39 0 -39 0 -17 0 -61 0 -61 0 17 0 -61 0 -122 0 -128 0 -28 0 -50 0 67 0 -39 0 -61 0 -56 0 -39 0 -72 0 -39 0 -78 0 -94 0 -100 0 -122 0 +USW00094728192301PRCP 427 0 0 0 147 0 61 0 0 0 0T 0 5 0 119 0 69 0 0 0 3 0 33 0 0 0 236 0 20 0 0T 0 0 0 0T 0 0 0 122 0 36 0 155 0 0 0 251 0 0 0 0 0 0 0 91 0 0 0 0 0 0T 0 +USW00094728192301SNOW 0 0 0 0 178 0 51 0 0 0 0T 0 5 0 38 0 0T 0 0 0 0T 0 10 0 0 0 198 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 43 0 0 0 0 0 0 0 99 0 0 0 0 0 0T 0 +USW00094728192301SNWD 0 0 0 0 51 0 203 0 152 0 127 0 127 0 76 0 51 0 51 0 51 0 51 0 51 0 178 0 152 0 127 0 127 0 127 0 102 0 76 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 102 0 76 0 51 0 51 0 +USW00094728192302TMAX 56 0 56 0 67 0 -56 0 -56 0 -56 0 -17 0 33 0 67 0 11 0 11 0 -6 0 17 0 50 0 -67 0 -56 0 -39 0 -67 0 -11 0 -44 0 11 0 22 0 -44 0 -28 0 61 0 28 0 61 0 22 0-9999 -9999 -9999 +USW00094728192302TMIN -6 0 22 0 -56 Z -100 0 -89 0 -111 0 -106 0 -67 0 -22 0 -50 0 -67 0 -56 0 -17 0 -89 0 -111 0 -111 0 -111 0 -139 0 -83 0 -78 0 -78 0 -44 0 -117 0 -133 0 -28 0 -6 0 6 0 -6 0-9999 -9999 -9999 +USW00094728192302PRCP 18 0 0T 0 18 0 0 0 0 0 130 0 5 0 0 0 0 0 66 0 46 0 86 0 152 0 3 0 0T 0 0 0 0T 0 0T 0 0 0 36 0 0 0 0T 0 0 0 0T 0 0T 0 8 0 43 0 33 0-9999 -9999 -9999 +USW00094728192302SNOW 0 0 0 0 0 0 0 0 0 0 152 0 8 0 0 0 0 0 84 0 76 0 79 0 5 0 3 0 0T 0 0 0 0T 0 0T 0 0 0 48 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 23 0-9999 -9999 -9999 +USW00094728192302SNWD 25 0 0 0 0 0 0 0 0 0 76 0 127 0 102 0 25 0 102 0 152 0 127 0 127 0 102 0 102 0 76 0 76 0 51 0 51 0 76 0 51 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0-9999 -9999 -9999 +USW00094728192303TMAX 56 0 94 0 172 0 144 0 78 0 -39 0 17 0 11 0 22 0 50 0 78 0 22 0 72 0 39 0 28 0 139 0 67 0 78 0 89 0 -6 0 122 0 183 0 244 0 117 0 89 0 61 0 106 0 83 0 0 0 56 0 11 0 +USW00094728192303TMIN -39 0 22 0 17 0 67 0 -39 0 -72 0 -61 0 -56 0 -72 0 0 0 17 0 6 0 17 0 -39 0 -50 0 28 0 0 0 6 0 -94 0 -100 0 -11 0 50 0 89 0 22 0 -6 0 0 0 0 0 -106 0 -122 0 -11 0 -100 0 +USW00094728192303PRCP 0 0 0 0 0 0 0 0 0 0 142 0 124 0 0 0 0 0 28 0 0 0 208 0 91 0 0T 0 0 0 279 0 0T 0 0 0 15 0 0 0 0 0 3 0 160 0 0 0 0 0 5 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728192303SNOW 0 0 0 0 0 0 0 0 0 0 137 0 48 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728192303SNWD 0T 0 0 0 0 0 0 0 0 0 102 0 152 0 127 0 102 0 76 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192304TMAX 22 0 78 0 183 0 211 0 144 0 178 0 200 0 172 0 100 0 94 0 150 0 117 0 122 0 56 0 56 0 150 0 150 0 111 0 144 0 283 0 306 0 228 0 150 0 156 0 167 0 217 0 217 0 156 0 200 0 144 0-9999 +USW00094728192304TMIN -111 0 -33 0 44 0 83 0 61 0 83 0 78 0 17 0 0 0 11 0 50 0 17 0 33 0 0 0 11 0 17 0 50 0 28 0 11 0 89 0 156 0 133 0 67 0 39 0 72 0 50 0 83 0 89 0 122 0 83 0-9999 +USW00094728192304PRCP 0 0 0 0 3 0 53 0 203 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0T 0 0 0 10 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 224 0 79 0 0T 0-9999 +USW00094728192304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192305TMAX 183 0 194 0 194 0 239 0 178 0 222 0 217 0 200 0 139 0 128 0 156 0 250 0 194 0 217 0 128 0 239 0 211 0 233 0 233 0 217 0 161 0 206 0 217 0 211 0 289 0 300 0 267 0 217 0 278 0 250 0 189 0 +USW00094728192305TMIN 61 0 78 0 78 0 83 0 78 0 106 0 100 0 106 0 33 0 33 0 28 0 106 0 117 0 78 0 89 0 122 0 133 0 94 0 144 0 128 0 117 0 111 0 106 0 100 0 111 0 167 0 117 0 106 0 128 0 111 0 111 0 +USW00094728192305PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 25 0 119 0 0T 0 0 0 56 0 43 0 0 0 0T 0 10 0 0T 0 0 0 0 0 0 0 213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192306TMAX 278 0 317 0 311 0 317 0 333 0 328 0 272 0 194 0 200 0 244 0 239 0 256 0 211 0 300 0 250 0 261 0 300 0 272 0 328 0 367 0 356 0 278 0 300 0 339 0 361 0 344 0 283 0 272 0 239 0 261 0-9999 +USW00094728192306TMIN 117 0 178 0 183 0 178 0 217 0 211 0 150 0 133 0 133 0 128 0 139 0 144 0 144 0 139 0 156 0 139 0 167 0 189 0 189 0 222 0 250 0 183 0 178 0 189 0 233 0 211 0 200 0 178 0 167 0 128 0-9999 +USW00094728192306PRCP 0 0 0 0 183 0 0T 0 0 0 157 0 193 0 94 0 0T 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 91 0 0 0 3 0 3 0 0 0-9999 +USW00094728192306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192307TMAX 278 0 283 0 222 0 261 0 300 0 289 0 272 0 261 0 300 0 328 0 306 0 294 0 300 0 283 0 267 0 306 0 294 0 311 0 306 0 372 0 367 0 300 0 256 0 217 0 283 0 289 0 278 0 261 0 278 0 217 0 183 0 +USW00094728192307TMIN 161 0 172 0 150 0 172 0 172 0 183 0 172 0 161 0 161 0 194 0 217 0 194 0 172 0 189 0 206 0 211 0 200 0 194 0 178 0 183 0 233 0 161 0 161 0 167 0 178 0 156 0 172 0 206 0 200 0 172 0 161 0 +USW00094728192307PRCP 0 0 0 0 94 0 30 0 0 0 53 0 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 0 0 66 0 18 0 0 0 0 0 0 0 0 0 0 0 119 0 10 0 56 0 71 0 0 0 0 0 69 0 94 0 0T 0 10 0 +USW00094728192307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192308TMAX 200 0 278 0 322 0 322 0 333 0 294 0 317 0 311 0 267 0 306 0 306 0 289 0 278 0 267 0 317 0 233 0 256 0 261 0 278 0 272 0 272 0 261 0 222 0 239 0 278 0 267 0 261 0 261 0 267 0 289 0 283 0 +USW00094728192308TMIN 156 0 161 0 206 0 228 0 233 0 206 0 200 0 211 0 172 0 178 0 194 0 211 0 172 0 150 0 189 0 156 0 144 0 139 0 156 0 167 0 161 0 122 0 106 0 128 0 167 0 144 0 156 0 194 0 206 0 167 0 183 0 +USW00094728192308PRCP 0 0 0 0 0 0 0T 0 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 36 0 0T 0 0 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 79 0 89 0 20 0 0 0 0 0 +USW00094728192308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192309TMAX 300 0 278 0 294 0 294 0 250 0 250 0 239 0 239 0 278 0 250 0 233 0 239 0 261 0 206 0 206 0 211 0 222 0 250 0 278 0 233 0 228 0 228 0 200 0 278 0 294 0 194 0 222 0 261 0 289 0 200 0-9999 +USW00094728192309TMIN 189 0 189 0 189 0 200 0 178 0 178 0 194 0 178 0 156 0 144 0 111 0 150 0 144 0 128 0 89 0 106 0 89 0 94 0 161 0 172 0 194 0 194 0 172 0 167 0 178 0 161 0 161 0 167 0 156 0 94 0-9999 +USW00094728192309PRCP 0 0 0 0 5 0 3 0 0T 0 0 0 0 0 130 0 0T 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 381 0 66 0 84 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00094728192309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192310TMAX 178 0 222 0 222 0 228 0 167 0 156 0 167 0 183 0 183 0 217 0 183 0 200 0 200 0 233 0 183 0 200 0 189 0 189 0 183 0 211 0 167 0 139 0 100 0 194 0 128 0 139 0 156 0 156 0 172 0 228 0 100 0 +USW00094728192310TMIN 78 0 89 0 106 0 89 0 61 0 61 0 44 0 61 0 67 0 83 0 106 0 117 0 144 0 133 0 106 0 106 0 100 0 106 0 139 0 122 0 83 0 72 0 50 0 83 0 72 0 67 0 44 0 72 0 106 0 83 0 39 0 +USW00094728192310PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 23 0 157 0 13 0 0 0 0 0 622 0 373 0 0 0 0 0 0 0 0T 0 25 0 117 0 8 0 +USW00094728192310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192311TMAX 83 0 106 0 133 0 183 0 183 0 128 0 111 0 67 0 72 0 94 0 94 0 117 0 100 0 128 0 83 0 89 0 100 0 94 0 50 0 83 0 144 0 150 0 122 0 122 0 94 0 128 0 117 0 94 0 78 0 156 0-9999 +USW00094728192311TMIN 6 0 17 0 33 0 33 0 78 0 78 0 67 0 6 0 -11 0 6 0 33 0 61 0 44 0 50 0 56 0 61 0 67 0 50 0 -11 0 -17 0 50 0 67 0 33 0 44 0 28 0 28 0 39 0 28 0 17 0 61 0-9999 +USW00094728192311PRCP 0 0 0 0 0 0 0 0 0T 0 51 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 467 0 3 0 0 0 0 0 10 0 0 0 0 0 251 0-9999 +USW00094728192311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192312TMAX 117 0 89 0 106 0 83 0 139 0 161 0 89 0 122 0 139 0 89 0 78 0 111 0 178 0 56 0 11 0 61 0 61 0 22 0 67 0 117 0 167 0 83 0 78 0 72 0 39 0 56 0 39 0 89 0 50 0 33 0 50 0 +USW00094728192312TMIN 56 0 22 0 33 0 22 0 61 0 78 0 44 0 50 0 89 0 78 0 33 0 17 0 56 0 -33 0 -50 0 -11 0 0 0 -17 0 -22 0 33 0 78 0 67 0 67 0 6 0 0 0 17 0 6 0 6 0 11 0 0 0 0 0 +USW00094728192312PRCP 0 0 0 0 0 0 0 0 272 0 188 0 0 0 0 0 18 0 0T 0 30 0 0 0 25 0 20 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 81 0 183 0 0T 0 0T 0 0 0 28 0 114 0 0 0 66 0 97 0 +USW00094728192312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 3 0 0T 0 0 0 5 0 0 0 +USW00094728192312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 +USW00094728192401TMAX 78 0 17 0 72 0 11 0 0 0 -33 0 17 0 33 0 94 0 106 0 139 0 56 0 44 0 22 0 28 0 139 0 128 0 33 0 89 0 78 0 -33 0 -11 0 72 0 11 0 78 0 -22 0 -78 0 11 0 111 0 100 0 61 0 +USW00094728192401TMIN -56 0 -67 0 0 0 -33 0 -106 0 -133 0 -67 0 -39 0 0 0 28 0 33 0 11 0 0 0 -33 0 -56 0 6 0 11 0 -17 0 22 0 -33 0 -139 0 -150 0 -11 0 -33 0 -22 0 -139 0 -150 0 -111 0 11 0 44 0 0 0 +USW00094728192401PRCP 0 0 43 0 269 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 196 0 0 0 0 0 0 0 0 0 366 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 119 0 251 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192401SNOW 0 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 61 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192402TMAX 28 0 72 0 78 0 28 0 17 0 33 0 22 0 0 0 17 0 17 0 28 0 6 0 -33 0 -17 0 39 0 -11 0 -17 0 0 0 -39 0 28 0 0 0 -17 0 -22 0 0 0 28 0 56 0 44 0 44 0 33 0-9999 -9999 +USW00094728192402TMIN -33 0 -11 0 28 0 -17 0 -22 0 -11 0 -22 0 -56 0 -100 0 -22 0 -39 0 -78 0 -122 0 -94 0 -44 0 -89 0 -100 0 -78 0 -89 0 -39 0 -39 0 -61 0 -83 0 -100 0 -61 0 -33 0 -17 0 -11 0 -39 0-9999 -9999 +USW00094728192402PRCP 0 0 0 0 0 0 0T 0 323 0 3 0 0T 0 0T 0 0 0 30 0 0 0 18 0 0 0 15 0 0T 0 0 0 38 0 3 0 104 0 561 0 0T 0 0T 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0-9999 -9999 +USW00094728192402SNOW 0 0 0 0 0 0 0 0 5 0 0T 0 0T 0 0T 0 0 0 64 0 0 0 25 0 0 0 18 0 0T 0 0 0 43 0 3 0 91 0 33 0 0T 0 0T 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0-9999 -9999 +USW00094728192402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 25 0 0T 0 25 0 0T 0 0T 0 0T 0 25 0 51 0 76 0 76 0 76 0 51 0 51 0 51 0 51 0 25 0 0T 0 0T 0-9999 -9999 +USW00094728192403TMAX 33 0 33 0 61 0 89 0 89 0 94 0 44 0 28 0 106 0 50 0 33 0 50 0 50 0 33 0 11 0 17 0 72 0 100 0 67 0 106 0 50 0 100 0 139 0 150 0 111 0 50 0 94 0 183 0 106 0 189 0 72 0 +USW00094728192403TMIN -28 0 -39 0 0 0 22 0 44 0 22 0 6 0 -28 0 6 0 17 0 6 0 0 0 -28 0 -39 0 -44 0 -28 0 -11 0 -11 0 -11 0 -17 0 22 0 22 0 17 0 33 0 17 0 0 0 0 0 33 0 28 0 33 0 0 0 +USW00094728192403PRCP 0 0 0 0 0T 0 0 0 23 0 5 0 3 0 0T 0 0 0 0T 0 262 0 56 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 124 0 0 0 0T 0 13 0 43 0 0 0 +USW00094728192403SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 20 0 28 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192404TMAX 22 0 39 0 111 0 172 0 183 0 122 0 111 0 117 0 117 0 133 0 156 0 122 0 189 0 217 0 150 0 144 0 117 0 100 0 150 0 111 0 133 0 178 0 150 0 189 0 144 0 156 0 228 0 211 0 117 0 111 0-9999 +USW00094728192404TMIN -28 0 -28 0 -6 0 44 0 56 0 61 0 39 0 33 0 28 0 50 0 61 0 28 0 78 0 72 0 50 0 61 0 39 0 61 0 61 0 56 0 33 0 61 0 56 0 72 0 78 0 56 0 72 0 89 0 83 0 78 0-9999 +USW00094728192404PRCP 325 0 0T 0 0 0 0 0 0 0 363 0 109 0 0 0 10 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 556 0 10 0 23 0 0 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 71 0-9999 +USW00094728192404SNOW 216 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192404SNWD 178 0 102 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192405TMAX 189 0 200 0 178 0 172 0 206 0 200 0 183 0 178 0 128 0 111 0 94 0 144 0 200 0 189 0 200 0 156 0 239 0 233 0 206 0 150 0 100 0 183 0 217 0 233 0 172 0 189 0 167 0 233 0 217 0 183 0 206 0 +USW00094728192405TMIN 106 0 78 0 78 0 100 0 78 0 111 0 94 0 94 0 67 0 67 0 67 0 72 0 72 0 128 0 122 0 122 0 106 0 133 0 122 0 100 0 83 0 89 0 83 0 150 0 94 0 89 0 117 0 128 0 122 0 94 0 78 0 +USW00094728192405PRCP 33 0 0 0 0T 0 0 0 0 0 0 0 36 0 254 0 340 0 0 0 64 0 284 0 0 0 0T 0 3 0 18 0 0 0 76 0 0 0 10 0 79 0 0T 0 0 0 259 0 0 0 0 0 46 0 23 0 86 0 0 0 0 0 +USW00094728192405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192406TMAX 228 0 217 0 233 0 222 0 244 0 200 0 267 0 183 0 233 0 211 0 183 0 167 0 178 0 233 0 283 0 289 0 256 0 294 0 272 0 200 0 289 0 317 0 289 0 311 0 328 0 272 0 206 0 267 0 311 0 272 0-9999 +USW00094728192406TMIN 106 0 128 0 144 0 144 0 122 0 144 0 144 0 106 0 106 0 117 0 111 0 122 0 133 0 139 0 133 0 183 0 167 0 178 0 178 0 161 0 167 0 189 0 189 0 211 0 161 0 150 0 150 0 150 0 189 0 161 0-9999 +USW00094728192406PRCP 0T 0 0T 0 0 0 46 0 0 0 20 0 0 0 117 0 0 0 0 0 0 0 28 0 20 0 5 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 119 0 0 0 56 0 0T 0 168 0 0 0 58 0 0 0 69 0 0 0-9999 +USW00094728192406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192407TMAX 222 0 250 0 267 0 261 0 217 0 283 0 294 0 289 0 300 0 300 0 300 0 300 0 289 0 267 0 272 0 306 0 283 0 250 0 278 0 289 0 283 0 278 0 328 0 333 0 289 0 283 0 300 0 289 0 317 0 350 0 300 0 +USW00094728192407TMIN 167 0 161 0 156 0 167 0 172 0 178 0 206 0 211 0 211 0 217 0 189 0 200 0 206 0 178 0 150 0 189 0 167 0 144 0 139 0 156 0 183 0 200 0 211 0 206 0 194 0 161 0 156 0 183 0 167 0 211 0 200 0 +USW00094728192407PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 64 0 0 0 0 0 86 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 15 0 0T 0 0 0 10 0 0 0 0 0 0 0 0 0 0T 0 13 0 +USW00094728192407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192408TMAX 256 0 261 0 267 0 272 0 328 0 344 0 372 0 339 0 356 0 311 0 294 0 228 0 272 0 267 0 272 0 267 0 244 0 228 0 261 0 233 0 261 0 267 0 244 0 272 0 256 0 272 0 306 0 311 0 300 0 328 0 333 0 +USW00094728192408TMIN 178 0 144 0 156 0 189 0 206 0 239 0 239 0 217 0 211 0 211 0 183 0 172 0 161 0 178 0 161 0 167 0 183 0 139 0 128 0 183 0 189 0 167 0 183 0 200 0 206 0 183 0 172 0 211 0 183 0 189 0 200 0 +USW00094728192408PRCP 0 0 0 0 0 0 0 0 3 0 0 0 5 0 0 0 79 0 0 0 0 0 564 0 0T 0 0 0 0 0 0 0 30 0 0 0 0 0 18 0 15 0 0 0 0 0 0 0 188 0 582 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728192408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192409TMAX 350 0 333 0 217 0 244 0 233 0 206 0 228 0 228 0 211 0 183 0 194 0 272 0 289 0 211 0 206 0 222 0 161 0 233 0 239 0 206 0 206 0 239 0 206 0 194 0 211 0 217 0 211 0 222 0 233 0 211 0-9999 +USW00094728192409TMIN 233 0 156 0 150 0 122 0 117 0 89 0 94 0 144 0 144 0 94 0 78 0 133 0 183 0 144 0 133 0 128 0 139 0 122 0 144 0 122 0 144 0 150 0 106 0 89 0 94 0 111 0 100 0 133 0 178 0 111 0-9999 +USW00094728192409PRCP 0 0 104 0 0T 0 0 0 61 0 0 0 0 0 0 0 119 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0T 0 0 0 0 0 0T 0 132 0 41 0 0 0 0 0 0 0 0 0 0 0 58 0 363 0-9999 +USW00094728192409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192410TMAX 161 0 222 0 244 0 222 0 228 0 272 0 233 0 156 0 178 0 194 0 233 0 206 0 156 0 189 0 206 0 189 0 211 0 189 0 194 0 161 0 100 0 117 0 156 0 200 0 222 0 228 0 211 0 217 0 189 0 111 0 139 0 +USW00094728192410TMIN 83 0 83 0 106 0 122 0 111 0 144 0 128 0 83 0 56 0 83 0 128 0 106 0 61 0 56 0 89 0 106 0 100 0 72 0 128 0 44 0 28 0 33 0 11 0 72 0 94 0 111 0 100 0 117 0 106 0 67 0 61 0 +USW00094728192410PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192411TMAX 206 0 217 0 100 0 189 0 133 0 178 0 200 0 167 0 61 0 122 0 111 0 167 0 156 0 111 0 83 0 100 0 -11 0 6 0 28 0 89 0 122 0 144 0 89 0 106 0 61 0 50 0 94 0 83 0 56 0 6 0-9999 +USW00094728192411TMIN 100 0 67 0 39 0 67 0 56 0 117 0 122 0 39 0 22 0 44 0 61 0 100 0 72 0 44 0 28 0 -22 0 -72 0 -72 0 -61 0 -6 0 33 0 61 0 50 0 44 0 0 0 -11 0 11 0 22 0 -17 0 -44 0-9999 +USW00094728192411PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 470 0 0 0 3 0 0 0 0 0 0 0 0 0 74 0 0T 0-9999 +USW00094728192411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0-9999 +USW00094728192411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192412TMAX 0 0 33 0 50 0 61 0 111 0 139 0 128 0 161 0 156 0 33 0 11 0 56 0 100 0 28 0 11 0 72 0 139 0 50 0 128 0 61 0 -56 0 -56 0 11 0 44 0 22 0 -44 0 17 0 -67 0 -6 0 56 0 39 0 +USW00094728192412TMIN -50 0 -44 0 -22 0 -11 0 -22 0 56 0 56 0 83 0 28 0 -11 0 -22 0 0 0 28 0 -50 0 -56 0 -22 0 44 0 33 0 39 0 -78 0 -94 0 -83 0 -83 0 11 0 -94 0 -117 0 -61 0 -111 0 -94 0 -17 0 -44 0 +USW00094728192412PRCP 0T 0 0 0 0T 0 0 0 297 0 0 0 0T 0 69 0 0 0 0 0 0 0 0T 0 23 0 3 0 0 0 0 0 33 0 0T 0 3 0 0T 0 0 0 0T 0 0 0 191 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192412SNOW 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 10 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192501TMAX -33 0 -22 0 11 0 44 0 44 0 22 0 56 0 67 0 17 0 11 0 0 0 -17 0 28 0 -6 0 -22 0 44 0 61 0 6 0 -17 0 11 0 17 0 67 0 -28 0 -44 0 56 0 72 0 56 0 -100 0 11 0 28 0 50 0 +USW00094728192501TMIN -83 0 -56 0 -22 0 0 0 -11 0 -22 0 -28 0 -6 0 -39 0 -17 0 -56 0 -61 0 -33 0 -78 0 -94 0 -39 0 0 0 -33 0 -61 0 -33 0 -33 0 -39 0 -167 0 -167 0 -44 0 6 0 -156 0 -189 0 -106 0 -39 0 -22 0 +USW00094728192501PRCP 0 0 488 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 56 0 5 0 0T 0 0 0 135 0 3 0 0T 0 0 0 333 0 0 0 0 0 0 0 0 0 0 0 0 0 152 0 5 0 191 0 0T 0 0 0 +USW00094728192501SNOW 0 0 292 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 51 0 0 0 0T 0 0 0 10 0 0 0 0T 0 0 0 178 0 0 0 0 0 0 0 0 0 0 0 0 0 124 0 5 0 33 0 0T 0 0 0 +USW00094728192501SNWD 0 0 254 0 279 0 254 0 229 0 229 0 203 0 178 0 178 0 178 0 152 0 178 0 178 0 152 0 152 0 152 0 102 0 102 0 102 0 254 0 229 0 229 0 229 0 229 0 203 0 178 0 254 0 254 0 279 0 254 0 229 0 +USW00094728192502TMAX 78 0 33 0 -28 0 0 0 56 0 89 0 117 0 106 0 56 0 117 0 128 0 100 0 33 0 56 0 61 0 83 0 61 0 22 0 44 0 122 0 117 0 167 0 156 0 133 0 61 0 67 0 -39 0 -11 0-9999 -9999 -9999 +USW00094728192502TMIN 17 0 -28 0 -106 0 -50 0 -44 0 22 0 28 0 28 0 11 0 39 0 83 0 -22 0 -39 0 -17 0 17 0 17 0 -11 0 -44 0 -11 0 11 0 22 0 44 0 28 0 61 0 28 0 -50 0 -89 0 -111 0-9999 -9999 -9999 +USW00094728192502PRCP 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 140 0 112 0 0 0 0 0 81 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0T 0 170 0 0 0 0 0-9999 -9999 -9999 +USW00094728192502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728192502SNWD 203 0 203 0 178 0 178 0 152 0 127 0 76 0 51 0 25 0 0T 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728192503TMAX 94 0 50 0 -17 0 72 0 50 0 133 0 150 0 122 0 128 0 100 0 178 0 100 0 94 0 183 0 89 0 61 0 83 0 150 0 217 0 128 0 122 0 144 0 106 0 100 0 167 0 206 0 156 0 100 0 72 0 94 0 94 0 +USW00094728192503TMIN -28 0 -106 0 -117 0 -39 0 11 0 28 0 50 0 39 0 28 0 44 0 94 0 33 0 22 0 50 0 -6 0 -22 0 22 0 44 0 56 0 44 0 44 0 28 0 -6 0 17 0 56 0 61 0 89 0 28 0 11 0 28 0 56 0 +USW00094728192503PRCP 384 0 0T 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 23 0 3 0 8 0 5 0 0 0 0 0 168 0 0 0 145 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 36 0 165 0 0T 0 69 0 0 0 +USW00094728192503SNOW 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728192503SNWD 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192504TMAX 100 0 128 0 156 0 178 0 122 0 139 0 156 0 178 0 133 0 172 0 167 0 161 0 128 0 128 0 256 0 144 0 133 0 200 0 106 0 78 0 144 0 183 0 289 0 200 0 133 0 267 0 239 0 144 0 144 0 72 0-9999 +USW00094728192504TMIN 44 0 56 0 56 0 61 0 33 0 11 0 44 0 72 0 39 0 78 0 78 0 72 0 56 0 56 0 78 0 50 0 50 0 50 0 56 0 0 0 0 0 56 0 89 0 94 0 83 0 128 0 128 0 78 0 72 0 56 0-9999 +USW00094728192504PRCP 0 0 0T 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 145 0 0T 0 0 0 0 0 58 0 109 0 0T 0 0T 0 0 0 38 0 0T 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 8 0 3 0 140 0-9999 +USW00094728192504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192505TMAX 150 0 167 0 189 0 211 0 189 0 150 0 167 0 183 0 206 0 189 0 222 0 178 0 222 0 217 0 183 0 194 0 272 0 189 0 233 0 233 0 283 0 222 0 328 0 150 0 117 0 189 0 222 0 228 0 189 0 239 0 278 0 +USW00094728192505TMIN 56 0 67 0 61 0 111 0 100 0 67 0 83 0 61 0 89 0 106 0 122 0 94 0 89 0 122 0 117 0 122 0 133 0 100 0 94 0 117 0 128 0 128 0 150 0 67 0 50 0 61 0 89 0 117 0 122 0 128 0 144 0 +USW00094728192505PRCP 10 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 56 0 160 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 43 0 368 0 8 0 0 0 0 0 0 0 203 0 5 0 0 0 +USW00094728192505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192506TMAX 328 0 311 0 344 0 372 0 372 0 367 0 356 0 244 0 244 0 322 0 250 0 244 0 250 0 278 0 322 0 272 0 244 0 328 0 272 0 289 0 289 0 289 0 272 0 244 0 244 0 278 0 283 0 244 0 283 0 244 0-9999 +USW00094728192506TMIN 194 0 206 0 200 0 244 0 256 0 250 0 172 0 150 0 167 0 172 0 122 0 150 0 144 0 189 0 211 0 167 0 139 0 200 0 172 0 167 0 178 0 161 0 167 0 161 0 167 0 167 0 194 0 211 0 200 0 144 0-9999 +USW00094728192506PRCP 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 0 0 0 0 0 0 0 0 20 0 0T 0 221 0 3 0 0T 0 0 0 28 0 10 0 0T 0 20 0 0T 0 302 0 0T 0 0T 0 30 0 229 0 0T 0-9999 +USW00094728192506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192507TMAX 261 0 272 0 256 0 250 0 322 0 311 0 344 0 272 0 278 0 267 0 328 0 333 0 283 0 283 0 272 0 283 0 300 0 250 0 289 0 278 0 233 0 283 0 283 0 294 0 250 0 267 0 278 0 294 0 244 0 272 0 217 0 +USW00094728192507TMIN 133 0 183 0 161 0 161 0 183 0 200 0 211 0 189 0 178 0 194 0 217 0 222 0 194 0 194 0 189 0 183 0 167 0 139 0 150 0 189 0 200 0 200 0 178 0 167 0 206 0 194 0 200 0 178 0 167 0 156 0 178 0 +USW00094728192507PRCP 0 0 13 0 0 0 8 0 81 0 0 0 0T 0 8 0 0 0 188 0 0 0 0 0 0 0 0 0 3 0 178 0 3 0 0 0 0 0 0T 0 23 0 81 0 0 0 0 0 51 0 188 0 0T 0 99 0 0 0 0 0 544 0 +USW00094728192507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192508TMAX 267 0 289 0 300 0 306 0 233 0 256 0 289 0 311 0 256 0 317 0 306 0 267 0 228 0 322 0 289 0 311 0 300 0 306 0 306 0 306 0 228 0 239 0 267 0 278 0 289 0 333 0 222 0 239 0 244 0 278 0 333 0 +USW00094728192508TMIN 183 0 161 0 183 0 194 0 189 0 189 0 183 0 189 0 194 0 200 0 206 0 178 0 178 0 211 0 200 0 194 0 206 0 206 0 206 0 217 0 144 0 122 0 139 0 156 0 178 0 183 0 139 0 122 0 128 0 150 0 189 0 +USW00094728192508PRCP 0 0 0 0 0 0 0 0 53 0 0T 0 0T 0 0T 0 152 0 0 0 0T 0 0T 0 36 0 48 0 0 0 0 0 0 0 0 0 0 0 0T 0 147 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192509TMAX 311 0 294 0 250 0 300 0 294 0 267 0 222 0 278 0 239 0 300 0 306 0 294 0 300 0 283 0 211 0 233 0 222 0 256 0 261 0 250 0 272 0 183 0 183 0 217 0 194 0 189 0 233 0 267 0 233 0 167 0-9999 +USW00094728192509TMIN 194 0 172 0 194 0 206 0 183 0 178 0 172 0 167 0 144 0 194 0 228 0 222 0 222 0 200 0 167 0 167 0 150 0 139 0 167 0 144 0 133 0 94 0 78 0 139 0 100 0 78 0 128 0 172 0 128 0 89 0-9999 +USW00094728192509PRCP 0 0 0 0 0T 0 0T 0 0 0 127 0 216 0 0 0 0T 0 0 0 0 0 0 0 3 0 18 0 56 0 150 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 8 0 0 0 0 0-9999 +USW00094728192509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192510TMAX 178 0 172 0 239 0 178 0 156 0 172 0 167 0 161 0 133 0 61 0 128 0 133 0 161 0 161 0 222 0 228 0 250 0 122 0 167 0 106 0 100 0 100 0 111 0 111 0 189 0 128 0 133 0 117 0 61 0 33 0 67 0 +USW00094728192510TMIN 78 0 133 0 156 0 122 0 89 0 78 0 89 0 61 0 61 0 22 0 17 0 78 0 67 0 67 0 117 0 144 0 94 0 67 0 50 0 39 0 33 0 56 0 28 0 44 0 78 0 56 0 56 0 17 0 -6 0 -6 0 -17 0 +USW00094728192510PRCP 0 0 0T 0 147 0 81 0 119 0 0 0 0 0 0 0 30 0 0T 0 0 0 0 0 0 0 218 0 5 0 86 0 0T 0 0 Z 0 0 0 0 0 0 0T 0 0T 0 145 0 274 0 0 0 0 0 3 0 0 0 38 0 0 0 +USW00094728192510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 20 0 0 0 +USW00094728192510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 +USW00094728192511TMAX 89 0 89 0 100 0 100 0 106 0 172 0 117 0 194 0 61 0 83 0 111 0 122 0 167 0 156 0 156 0 167 0 67 0 106 0 89 0 122 0 128 0 144 0 78 0 22 0 33 0 61 0 133 0 78 0 0 0 22 0-9999 +USW00094728192511TMIN 0 0 33 0 39 0 33 0 33 0 94 0 67 0 56 0 11 0 0 0 33 0 61 0 117 0 89 0 56 0 44 0 28 0 11 0 39 0 50 0 39 0 50 0 -11 0 -17 0 -17 0 0 0 39 0 -11 0 -39 0 -33 0-9999 +USW00094728192511PRCP 0 0 5 0 0T 0 0 0 5 0 56 0 0T 0 41 0 0 0 0 0 0 0 241 0 114 0 0 0 3 0 91 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 165 0 0 0 0 0 0 0-9999 +USW00094728192511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192512TMAX 50 0 67 0 94 0 106 0 144 0 144 0 106 0 94 0 83 0 22 0 50 0 83 0 89 0 33 0 11 0 33 0 28 0 39 0 61 0 50 0 67 0 78 0 0 0 22 0 33 0 -22 0 -89 0 6 0 6 0 0 0 -6 0 +USW00094728192512TMIN 17 0 39 0 39 0 78 0 61 0 50 0 28 0 22 0 -44 0 -44 0 -33 0 33 0 6 0 -33 0 -33 0 -33 0 -22 0 -28 0 -33 0 33 0 39 0 -17 0 -50 0 -33 0 -22 0 -111 0 -133 0 -94 0 -61 0 -67 0 -72 0 +USW00094728192512PRCP 89 0 15 0 414 0 127 0 56 0 0 0 0 0 0T 0 0T 0 0 0 0 0 5 0 0 0 0T 0 0 0 10 0 0T 0 0 0 0 0 46 0 36 0 36 0 0 0 3 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 18 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192601TMAX 56 0 50 0 78 0 61 0 78 0 100 0 33 0 -11 0 -11 0 6 0 11 0 17 0 -39 0 -22 0 61 0 39 0 50 0 122 0 106 0 106 0 89 0 44 0 -11 0 6 0 -44 0 0 0 39 0 22 0 -50 0 44 0 44 0 +USW00094728192601TMIN -33 0 17 0 17 0 28 0 44 0 33 0 -61 0 -67 0 -39 0 -44 0 -56 0 -72 0 -106 0 -72 0 -39 0 -28 0 -22 0 33 0 22 0 17 0 44 0 -83 0 -94 0 -56 0 -67 0 -50 0 -17 0 -139 0 -150 0 -56 0 6 0 +USW00094728192601PRCP 0 0 0 0 0 0 10 0 38 0 0 0 0 0 0T 0 109 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 241 0 8 0 0 0 91 0 48 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 175 0 +USW00094728192601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 58 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 +USW00094728192601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192602TMAX 6 0 22 0 -6 0 -11 0 6 0 22 0 44 0 -22 0 -28 0 -50 0 -61 0 6 0 0 0 33 0 78 0 28 0 39 0 106 0 83 0 6 0 11 0 11 0 0 0 22 0 106 0 94 0 6 0 22 0-9999 -9999 -9999 +USW00094728192602TMIN -28 0 -28 0 -39 0 -39 0 -56 0 -61 0 -28 0 -72 0 -89 0 -117 0 -133 0 -94 0 -39 0 0 0 6 0 -61 0 -78 0 6 0 -56 0 -72 0 -33 0 -39 0 -72 0 -67 0 -11 0 6 0 -67 0 -83 0-9999 -9999 -9999 +USW00094728192602PRCP 46 0 0 0 124 0 439 0 0 0 3 0 0 0 0 0 33 0 211 0 0 0 0 0 13 0 112 0 0 0 0T 0 0 0 30 0 107 0 0 0 0 0 0 0 33 0 0 0 213 0 0T 0 0 0 0T 0-9999 -9999 -9999 +USW00094728192602SNOW 18 0 0 0 46 0 218 0 0 0 3 0 0 0 0 0 41 0 264 0 0 0 0 0 13 0 3 0 0 0 0T 0 0 0 0 0 13 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00094728192602SNWD 25 0 0T 0 25 0 229 0 229 0 229 0 203 0 203 0 229 0 508 0 508 0 483 0 457 0 305 0 203 0 152 0 152 0 102 0 76 0 76 0 76 0 51 0 102 0 51 0 25 0 0T 0 0T 0 0T 0-9999 -9999 -9999 +USW00094728192603TMAX 117 0 78 0 -22 0 0 0 -39 0 17 0 100 0 50 0 28 0 50 0 28 0 28 0 0 0 0 0 39 0 33 0 39 0 100 0 61 0 150 0 100 0 133 0 100 0 133 0 194 0 56 0 83 0 33 0 94 0 139 0 50 0 +USW00094728192603TMIN 17 0 -22 0 -56 0 -78 0 -106 0 -106 0 6 0 -33 0 -44 0 -44 0 -33 0 -56 0 -78 0 -89 0 -28 0 -33 0 -50 0 6 0 0 0 22 0 6 0 11 0 50 Z 56 0 39 0 11 0 -17 0 -44 0 -33 0 28 0 0 0 +USW00094728192603PRCP 5 0 56 0 0T 0 0 0 0 0 0 0 302 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 15 0 0 0 0 0 20 0 0 0 0T 0 104 0 0 0 0 0 0 0 0 0 168 0 +USW00094728192603SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192603SNWD 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192604TMAX 61 0 89 0 78 0 100 0 139 0 72 0 94 0 78 0 161 0 161 0 144 0 78 0 78 0 111 0 78 0 167 0 89 0 122 0 67 0 89 0 239 0 278 0 222 0 178 0 178 0 122 0 139 0 167 0 150 0 194 0-9999 +USW00094728192604TMIN 22 0 17 0 22 0 22 0 44 0 -6 0 22 0 33 0 61 0 61 0 11 0 -28 0 11 0 17 0 11 0 6 0 22 0 0 0 -11 0 -22 0 67 0 156 0 156 0 100 0 72 0 50 0 33 0 78 0 61 0 100 0-9999 +USW00094728192604PRCP 0T 0 0 0 64 0 0 0 0T 0 0T Z 13 0 109 0 10 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 193 0 30 0 0 0 0 0 10 0 0 0 10 0-9999 +USW00094728192604SNOW 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192605TMAX 194 0 233 0 222 0 156 0 194 0 217 0 217 0 228 0 194 0 178 0 161 0 222 0 206 0 228 0 222 0 133 0 272 0 283 0 233 0 217 0 194 0 206 0 183 0 172 0 222 0 228 0 194 0 194 0 228 0 256 0 194 0 +USW00094728192605TMIN 106 0 100 0 100 0 44 0 44 0 78 0 106 0 122 0 50 0 89 0 89 0 83 0 106 0 122 0 128 0 111 0 122 0 172 0 156 0 128 0 111 0 106 0 89 0 72 0 100 0 100 0 106 0 94 0 100 0 122 0 128 0 +USW00094728192605PRCP 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 109 0 130 0 198 0 10 0 33 0 46 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 41 0 +USW00094728192605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192606TMAX 222 0 283 0 194 0 189 0 144 0 200 0 183 0 250 0 261 0 272 0 267 0 217 0 272 0 272 0 306 0 194 0 200 0 256 0 233 0 222 0 217 0 267 0 217 0 300 0 283 0 250 0 272 0 283 0 300 0 317 0-9999 +USW00094728192606TMIN 144 0 167 0 100 0 89 0 111 0 117 0 117 0 133 0 150 0 161 0 144 0 139 0 144 0 172 0 133 0 122 0 106 0 144 0 139 0 111 0 122 0 161 0 144 0 144 0 156 0 183 0 156 0 156 0 172 0 200 0-9999 +USW00094728192606PRCP 46 0 43 0 0T 0 0 0 15 0 0 0 36 0 0 0 0 0 0T 0 0 0 51 0 0 0 61 0 18 0 0 0 0T 0 0T 0 0 0 0 0 0 0 25 0 130 0 0T 0 0T 0 10 0 0 0 0 0 0 0 0T 0-9999 +USW00094728192606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192607TMAX 306 0 289 0 306 0 289 0 256 0 272 0 306 0 294 0 356 0 361 0 256 0 278 0 289 0 244 0 194 0 278 0 294 0 306 0 306 0 306 0 378 0 378 0 322 0 289 0 300 0 267 0 272 0 261 0 233 0 306 0 244 0 +USW00094728192607TMIN 178 0 189 0 194 0 178 0 161 0 161 0 206 0 183 0 206 0 244 0 167 0 139 0 189 0 144 0 144 0 133 0 167 0 178 0 161 0 211 0 222 0 256 0 239 0 217 0 194 0 183 0 167 0 183 0 194 0 211 0 189 0 +USW00094728192607PRCP 0 0 0 0 0 0 0 0 0T 0 102 0 0 0 0 0 0 0 28 0 0 0 0 0 33 0 43 0 198 0 351 0 0 0 218 0 0 0 0 0 0 0 0T 0 8 0 79 0 417 0 0 0 0 0 0 0 41 0 104 0 0 0 +USW00094728192607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192608TMAX 217 0 322 0 356 0 328 0 278 0 283 0 272 0 261 0 311 0 317 0 344 0 294 0 300 0 306 0 283 0 239 0 300 0 228 0 239 0 233 0 189 0 211 0 250 0 228 0 211 0 256 0 283 0 300 0 339 0 267 0 244 0 +USW00094728192608TMIN 194 0 206 0 250 0 244 0 206 0 194 0 206 0 189 0 178 0 189 0 228 0 211 0 211 0 217 0 200 0 200 0 217 0 161 0 172 0 161 0 156 0 156 0 178 0 183 0 183 0 189 0 183 0 172 0 206 0 178 0 139 0 +USW00094728192608PRCP 0T 0 5 0 0 0 0T 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 848 0 170 0 290 0 20 0 140 0 69 0 48 0 0 0 0 0 0T 0 74 0 0 0 119 0 53 0 10 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728192608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192609TMAX 261 0 200 0 228 0 217 0 167 0 256 0 278 0 261 0 250 0 239 0 244 0 244 0 233 0 206 0 228 0 261 0 217 0 233 0 256 0 289 0 244 0 244 0 211 0 289 0 317 0 172 0 150 0 133 0 161 0 183 0-9999 +USW00094728192609TMIN 111 0 150 0 139 0 139 0 150 0 167 0 172 0 150 0 178 0 156 0 128 0 133 0 139 0 106 0 122 0 161 0 172 0 144 0 139 0 167 0 167 0 161 0 172 0 194 0 167 0 111 0 100 0 106 0 111 0 144 0-9999 +USW00094728192609PRCP 0 0 356 0 0 0 0 0 135 0 569 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 36 0 0T 0 0T 0 64 0 15 0 0T 0-9999 +USW00094728192609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192610TMAX 194 0 222 0 278 0 256 0 278 0 222 0 189 0 156 0 144 0 111 0 178 0 211 0 228 0 206 0 167 0 156 0 150 0 100 0 133 0 94 0 111 0 156 0 150 0 189 0 200 0 94 0 117 0 144 0 183 0 172 0 172 0 +USW00094728192610TMIN 117 0 133 0 178 0 167 0 189 0 139 0 94 0 67 0 61 0 50 0 94 0 67 0 128 0 111 0 78 0 44 0 50 0 39 0 72 0 44 0 44 0 50 0 100 0 94 0 44 0 22 0 22 0 28 0 89 0 122 0 44 0 +USW00094728192610PRCP 0 0 0T 0 0 0 0 0 0 0 91 0 0 0 0 0 0 0 69 0 0 0 0 0 13 0 0 0 0 0 0 0 173 0 58 0 5 0 236 0 0 0 0 0 0T 0 163 0 234 0 0 0 0 0 0 0 0T 0 0 0 196 0 +USW00094728192610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192611TMAX 122 0 117 0 106 0 83 0 106 0 128 0 172 0 178 0 189 0 167 0 28 0 44 0 100 0 156 0 183 0 178 0 133 0 111 0 111 0 61 0 39 0 56 0 83 0 100 0 61 0 139 0 133 0 39 0 111 0 94 0-9999 +USW00094728192611TMIN 22 0 56 0 17 0 -6 0 44 0 33 0 72 0 106 0 106 0 0 0 -22 0 -33 0 17 0 72 0 106 0 89 0 67 0 67 0 28 0 6 0 11 0 -6 0 17 0 28 0 0 0 61 0 -28 0 -44 0 33 0 56 0-9999 +USW00094728192611PRCP 0 0 3 0 0 0 0 0 0 0 0 0 5 0 0 0 300 0 56 0 0 0 0 0 0 0 0 0 0 0 198 0 0 0 94 0 51 0 0 0 0T 0 0 0 0 0 0 0 0 0 147 0 0 0 0 0 0T 0 107 0-9999 +USW00094728192611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192612TMAX 67 0 -11 0 0 0 39 0 -44 0 -56 0 -11 0 44 0 11 0 22 0 28 0 56 0 56 0 94 0 -11 Z -39 0 0 0 -67 0 -44 0 17 0 78 0 56 0 11 0 50 0 61 0 11 0 6 0 44 0 50 0 11 0 39 0 +USW00094728192612TMIN -11 0 -83 0 -94 0 -111 0 -117 0 -106 0 -122 0 -11 0 -39 0 -17 0 -28 0 -11 0 33 0 -11 0 -44 0 -83 0 -106 0 -133 0 -128 0 -72 0 17 0 -28 0 -56 0 -39 0 11 0 -61 0 -78 0 -22 0 -11 0 -33 0 -33 0 +USW00094728192612PRCP 0T 0 0 0 10 0 0 0 262 0 0 0 0T 0 0T 0 3 0 30 0 13 0 0 0 18 0 0T 0 8 0 0 0 0T 0 0 0 0 0 5 0 0T 0 0 0 0 0 30 0 23 0 244 0 0 0 343 0 3 0 0 0 25 Z +USW00094728192612SNOW 0 0 0 0 10 0 0 0 201 0 0 0 0T 0 0 0 3 0 13 0 13 0 0 0 0 0 0 0 10 0 0 0 0T 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 3 0 23 0 0 0 5 0 0 0 0 0 10 0 +USW00094728192612SNWD 0 0 0 0 0T 0 0T 0 203 0 178 0 178 0 152 0 127 0 102 0 102 0 76 0 51 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 25 0 0T 0 0T 0 0 0 0 0 0T 0 +USW00094728192701TMAX 44 0 -6 0 39 0 78 0 50 0 6 0 -11 0 -28 0 -11 0 -22 0 -33 0 0 0 56 0 72 0 0 0 -56 0 22 0 67 0 111 0 89 0 50 0 100 0 22 0 6 0 50 0 22 0 -39 0 67 0 94 0 83 0 78 0 +USW00094728192701TMIN -44 0 -72 0 -11 0 17 0 -6 0 -22 0 -78 0 -100 0 -78 0 -83 0 -106 0 -78 0 -39 0 0 0 -139 0 -139 0 -67 0 -11 0 22 0 44 0 33 0 22 0 -22 0 -44 0 -22 0 -161 0 -183 0 -56 0 28 0 11 0 6 0 +USW00094728192701PRCP 5 0 0 0 0 0 20 0 0T 0 0T 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 112 0 109 0 0T 0 0 0 5 0 5 0 91 0 10 0 8 0 53 0 0 0 0 0 0 0 0 0 5 0 74 0 5 0 0 0 +USW00094728192701SNOW 3 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 130 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728192701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 102 0 102 0 102 0 76 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192702TMAX 44 0 94 0 106 0 111 0 -28 0 11 0 56 0 72 0 78 0 61 0 28 0 89 0 11 0 17 0 83 0 56 0 72 0 61 0 44 0 -39 0 -6 0 39 0 111 0 133 0 89 0 50 0 39 0 50 0-9999 -9999 -9999 +USW00094728192702TMIN -6 0 22 0 11 0 -33 0 -56 0 -39 0 0 0 -6 0 17 0 17 0 -11 0 -11 0 -28 0 -17 0 11 0 6 0 33 0 28 0 -39 0 -50 0 -50 0 -33 0 33 0 56 0 17 0 0 0 -17 0 -33 0-9999 -9999 -9999 +USW00094728192702PRCP 0 0 0 0 0T 0 0 0 5 0 33 0 0 0 0 0 0 0 0 0 0T 0 0 0 20 0 48 0 0 0 15 0 0 0 48 0 290 0 102 0 10 0 0T 0 0 0 0 0 259 0 48 0 0T 0 0 0-9999 -9999 -9999 +USW00094728192702SNOW 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 10 0 0 0 0T 0 0 0 0 0 76 0 10 0 10 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00094728192702SNWD 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 76 0 51 0 51 0 51 0 25 0 0T 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728192703TMAX 33 0 11 0 -17 0 33 0 111 0 72 0 117 0 122 0 89 0 117 0 133 0 150 0 183 0 178 0 161 0 189 0 194 0 206 0 161 0 117 0 50 0 83 0 50 0 33 0 89 0 78 0 33 0 106 0 117 0 100 0 150 0 +USW00094728192703TMIN -39 0 -67 0 -78 0 -78 0 0 0 39 0 50 0 44 0 22 0 -6 0 6 0 28 0 39 0 78 0 61 0 39 0 67 0 89 0 83 0 39 0 22 0 17 0 -22 0 -22 0 0 0 6 0 11 0 0 0 17 0 33 0 56 0 +USW00094728192703PRCP 0 0 0 0 0 0 0 0 0 0 8 0 3 0 48 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 5 0 25 0 74 0 94 0 0T 0 0 0 0T 0 0 0 43 0 8 0 0T 0 0 0 23 0 0 0 +USW00094728192703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728192703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192704TMAX 67 0 39 0 72 0 72 0 39 0 178 0 111 0 133 0 89 0 106 0 161 0 194 0 139 0 156 0 150 0 206 0 172 0 156 0 178 0 322 0 239 0 122 0 111 0 111 0 128 0 128 0 156 0 144 0 161 0 133 0-9999 +USW00094728192704TMIN 39 0 17 0 28 0 11 0 11 0 28 0 22 0 6 0 11 0 22 0 6 0 61 0 50 0 22 0 39 0 83 0 78 0 61 0 72 0 144 0 111 0 39 0 39 0 17 0 33 0 61 0 44 0 44 0 78 0 78 0-9999 +USW00094728192704PRCP 0T 0 38 0 0 0 0 0 51 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 46 0 0 0 0 0 0 0 188 0 244 0 0 0 0 0 0T 0 8 0 132 0 0 0 0 0 0 0-9999 +USW00094728192704SNOW 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192705TMAX 194 0 189 0 206 0 156 0 206 0 200 0 217 0 189 0 133 0 178 0 261 0 194 0 194 0 183 0 194 0 172 0 200 0 222 0 144 0 217 0 211 0 200 0 239 0 106 0 156 0 211 0 156 0 211 0 222 0 228 0 189 0 +USW00094728192705TMIN 83 0 106 0 89 0 78 0 78 0 139 0 122 0 100 0 100 0 117 0 156 0 117 0 106 0 106 0 117 0 100 0 94 0 122 0 106 0 106 0 106 0 128 0 94 0 94 0 94 0 133 0 83 0 67 0 111 0 117 0 139 0 +USW00094728192705PRCP 0 0 0T 0 0T 0 5 0 0 0 10 0 0 0 0 0 76 0 119 0 0 0 13 0 0 0 20 0 74 0 13 0 0 0 0T 0 86 0 10 0 0 0 0 0 363 0 140 0 218 0 61 0 0T 0 0 0 0 0 0 0 3 0 +USW00094728192705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192706TMAX 211 0 239 0 228 0 178 0 272 0 228 0 222 0 267 0 294 0 317 0 294 0 272 0 250 0 189 0 217 0 239 0 239 0 222 0 189 0 211 0 283 0 256 0 306 0 244 0 222 0 261 0 261 0 278 0 283 0 206 0-9999 +USW00094728192706TMIN 122 0 106 0 122 0 111 0 128 0 100 0 139 0 128 0 167 0 189 0 211 0 178 0 156 0 122 0 111 0 111 0 128 0 128 0 150 0 150 0 156 0 183 0 183 0 172 0 167 0 156 0 133 0 161 0 172 0 144 0-9999 +USW00094728192706PRCP 0 0 0 0 0 0 178 0 38 0 0 0 0 0 0 0 0 0 8 0 0 0 0T 0 0 0 160 0 0T 0 0 0 0 0 0T 0 267 0 0T 0 0 0 0T 0 23 0 0 0 0T 0 239 0 0 0 0T 0 0T 0 28 0-9999 +USW00094728192706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192707TMAX 256 0 244 0 283 0 233 0 244 0 250 0 278 0 278 0 267 0 217 0 250 0 306 0 333 0 333 0 333 0 322 0 289 0 272 0 233 0 283 0 267 0 217 0 217 0 267 0 289 0 289 0 306 0 322 0 333 0 294 0 261 0 +USW00094728192707TMIN 144 0 178 0 178 0 150 0 122 0 144 0 183 0 167 0 178 0 178 0 183 0 183 0 233 0 233 0 228 0 217 0 217 0 222 0 200 0 189 0 183 0 189 0 189 0 178 0 189 0 194 0 206 0 194 0 222 0 200 0 211 0 +USW00094728192707PRCP 0T 0 0T 0 3 0 0 0 0 0 23 0 432 0 0 0 0T 0 38 0 13 0 0T 0 0 0 79 0 0 0 274 0 10 0 127 0 5 0 0 0 0 0 0T 0 442 0 0 0 0 0 0 0 13 0 0 0 0 0 117 0 71 0 +USW00094728192707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192708TMAX 283 0 272 0 250 0 256 0 278 0 256 0 272 0 267 0 278 0 256 0 244 0 244 0 272 0 239 0 244 0 244 0 267 0 189 0 228 0 233 0 222 0 239 0 233 0 233 0 239 0 194 0 167 0 183 0 239 0 250 0 256 0 +USW00094728192708TMIN 200 0 156 0 128 0 167 0 178 0 161 0 183 0 206 0 167 0 144 0 161 0 172 0 189 0 194 0 150 0 133 0 167 0 144 0 144 0 161 0 172 0 178 0 200 0 133 0 122 0 139 0 128 0 150 0 172 0 156 0 172 0 +USW00094728192708PRCP 495 0 0T 0 0 0 0 0 25 0 0 0 0 0 660 0 193 0 0 0 0 0 0 0 0 0 401 0 0 0 0 0 0 0 145 0 0 0 0 0 0T 0 0 0 43 0 0 0 0 0 91 0 257 0 163 0 23 0 0 0 0 0 +USW00094728192708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192709TMAX 200 0 267 0 272 0 278 0 256 0 272 0 283 0 256 0 261 0 256 0 272 0 244 0 233 0 250 0 333 0 250 0 261 0 261 0 239 0 233 0 211 0 217 0 211 0 206 0 244 0 244 0 233 0 150 0 256 0 294 0-9999 +USW00094728192709TMIN 172 0 161 0 189 0 183 0 167 0 156 0 172 0 183 0 150 0 156 0 156 0 128 0 139 0 172 0 178 0 150 0 161 0 178 0 150 0 139 0 139 0 117 0 106 0 100 0 106 0 122 0 133 0 117 0 150 0 183 0-9999 +USW00094728192709PRCP 975 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 91 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0-9999 +USW00094728192709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192710TMAX 311 0 322 0 250 0 256 0 233 0 250 0 272 0 206 0 133 0 167 0 167 0 222 0 217 0 172 0 167 0 172 0 133 0 122 0 139 0 150 0 161 0 172 0 161 0 183 0 172 0 217 0 194 0 244 0 189 0 133 0 178 0 +USW00094728192710TMIN 200 0 206 0 189 0 156 0 128 0 144 0 167 0 133 0 83 0 78 0 72 0 144 0 122 0 83 0 67 0 78 0 89 0 83 0 100 0 106 0 94 0 78 0 111 0 78 0 83 0 83 0 111 0 111 0 117 0 61 0 67 0 +USW00094728192710PRCP 0 0 0 0 198 0 208 0 0 0 0 0 0 0 76 0 290 0 0 0 0 0 20 0 498 0 0 0 0 0 0 0 249 0 485 0 231 0 30 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192711TMAX 228 0 211 0 183 0 94 0 72 0 72 0 50 0 39 0 50 0 94 0 167 0 211 0 94 0 133 0 194 0 217 0 189 0 167 0 39 0 44 0 67 0 150 0 211 0 128 0 83 0 111 0 144 0 144 0 178 0 194 0-9999 +USW00094728192711TMIN 117 0 133 0 94 0 50 0 44 0 11 0 0 0 -11 0 6 0 22 0 94 0 83 0 17 0 33 0 128 0 144 0 156 0 11 0 -6 0 -28 0 17 0 67 0 106 0 67 0 39 0 39 0 94 0 50 0 78 0 100 0-9999 +USW00094728192711PRCP 0 0 0T 0 467 0 51 0 23 0 0 0 0 0 0T 0 10 0 0 0 36 0 0 0 0 0 0 0 0 0 0T 0 348 0 5 0 0 0 0 0 0T 0 0 0 0 0 36 0 0 0 0T 0 46 0 76 0 3 0 0T 0-9999 +USW00094728192711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192712TMAX 200 0 78 0 44 0 0 0 44 0 83 0 133 0 183 0 -33 0 22 0 61 0 133 0 117 0 150 0 44 0 89 0 17 0 -6 0 -22 0 17 0 44 0 28 0 33 0 -17 0 22 0 0 0 61 0 83 0 106 0 89 0 139 0 +USW00094728192712TMIN 17 0 17 0 -33 0 -50 0 0 0 11 0 33 0 -33 0 -67 0 -72 0 11 0 56 0 50 0 44 0 17 0 6 0 -28 0 -39 0 -67 0 -22 0 -6 0 -6 0 -17 0 -94 0 -89 0 -72 0 -67 0 11 0 61 0 39 0 61 0 +USW00094728192712PRCP 0 0 203 0 0T 0 272 0 51 0 0 0 0T 0 104 0 0 0 0 0 53 0 3 0 104 0 23 0 3 0 124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 48 0 0T 0 30 0 +USW00094728192712SNOW 0 0 0 0 0T 0 53 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192712SNWD 0 0 0 0 0 0 51 0 51 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192801TMAX 94 0 -39 0 -39 0 -28 0 11 0 83 0 144 0 111 0 78 0 72 0 111 0 83 0 122 0 83 0 117 0 39 0 83 0 67 0 61 0 61 0 -44 0 22 0 83 0 117 0 122 0 56 0 -17 0 -28 0 -28 0 -44 0 0 0 +USW00094728192801TMIN -100 0 -111 0 -94 0 -100 0 -67 0 -11 0 50 0 67 0 44 0 22 0 33 0 39 0 50 0 50 0 -11 0 -50 0 17 0 28 0 28 0 -78 0 -89 0 -89 0 -6 0 0 0 -33 0 -56 0 -83 0 -67 0 -89 0 -111 0 -67 0 +USW00094728192801PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 0 0 0T 0 0 0 0 0 10 0 5 0 0 0 163 0 0T 0 8 0 0 0 0 0 163 0 46 0 0 0 0 0 51 0 18 0 0T 0 0T 0 +USW00094728192801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 15 0 0T 0 0T 0 +USW00094728192801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 51 0 51 0 25 0 +USW00094728192802TMAX 39 0 0 0 50 0 117 0 89 0 -28 0 17 0 83 0 100 0 28 0 28 0 28 0 28 0 100 0 94 0 72 0 78 0 17 0 -11 0 39 0 -44 0 39 0 128 0 106 0 -28 0 -50 0 61 0 22 0 106 0-9999 -9999 +USW00094728192802TMIN -28 0 -56 0 -61 0 17 0 -50 0 -106 0 -39 0 17 0 17 0 6 0 -17 0 -39 0 -56 0 6 0 28 0 39 0 17 0 -44 0 -100 0 -61 0 -94 0 -61 0 33 0 -28 0 -100 0 -139 0 -44 0 -39 0 -6 0-9999 -9999 +USW00094728192802PRCP 10 0 0 0 0T 0 0 0 48 0 0 0 112 0 218 0 13 0 0 0 0 0 0 0 0 0 262 0 0T 0 0 0 15 0 168 0 0T 0 0 0 0 0 30 0 351 0 0 0 0 0 0 0 0 0 0 0 3 0-9999 -9999 +USW00094728192802SNOW 13 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 89 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728192802SNWD 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 51 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728192803TMAX 61 0 39 0 22 0 39 0 33 0 11 0 78 0 67 0 11 0 33 0 33 0 133 0 128 0 122 0 72 0 33 0 100 0 33 0 50 0 67 0 72 0 78 0 106 0 200 0 206 0 156 0 144 0 100 0 61 0 44 0 61 0 +USW00094728192803TMIN -11 0 -22 0 -67 0 -67 0 -61 0 -78 0 -39 0 -22 0 -22 0 -33 0 -11 0 17 0 39 0 50 0 17 0 0 0 -6 0 6 0 -6 0 -6 0 6 0 22 0 39 0 39 0 100 0 56 0 0 0 -17 0 11 0 17 0 -11 0 +USW00094728192803PRCP 51 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 147 0 3 0 25 0 20 0 0T 0 23 0 0 0 0T 0 0T 0 145 0 0 0 0 0 0 0 33 0 0 0 0 0 0T 0 0 0 0T 0 0 0 13 0 259 0 0 0 +USW00094728192803SNOW 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 135 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 102 0 51 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192804TMAX 94 Z 106 0 106 0 211 0 267 0 250 0 206 0 167 0 111 0 61 0 61 0 144 0 183 0 161 0 144 0 94 0 72 0 139 0 261 0 122 0 89 0 61 0 78 0 161 0 117 0 128 0 100 0 89 0 150 0 211 0-9999 +USW00094728192804TMIN 6 Z 17 0 28 0 67 0 83 0 122 0 94 0 56 0 39 0 22 0 22 0 11 0 83 0 78 0 6 0 -17 0 11 0 17 0 67 0 28 0 33 0 39 0 39 0 39 0 33 0 44 0 44 0 39 0 39 0 106 0-9999 +USW00094728192804PRCP 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 76 0 46 0 0 0 30 0 0 0 0 0 0T 0 0 0 0T 0 0 0 94 0 305 0 262 0 30 0 3 0 0 0 117 0 221 0 10 0 0T 0-9999 +USW00094728192804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192805TMAX 211 0 200 0 250 0 261 0 211 0 194 0 167 0 167 0 133 0 239 0 228 0 167 0 167 0 200 0 206 0 244 0 183 0 156 0 139 0 161 0 222 0 183 0 189 0 189 0 194 0 206 0 183 0 200 0 228 0 217 0 233 0 +USW00094728192805TMIN 122 0 111 0 106 0 117 0 100 0 100 0 72 0 78 0 56 0 83 0 122 0 72 0 50 0 72 0 111 0 139 0 133 0 122 0 122 0 117 0 133 0 117 0 111 0 94 0 78 0 111 0 128 0 133 0 139 0 128 0 106 0 +USW00094728192805PRCP 5 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 86 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 216 0 8 0 25 0 0 0 0 0 0T 0 0 0 0 0 53 0 51 0 0T 0 0 0 38 0 0T 0 +USW00094728192805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192806TMAX 250 0 283 0 239 0 183 0 156 0 272 0 222 0 256 0 256 0 211 0 206 0 244 0 244 0 300 0 244 0 239 0 261 0 267 0 206 0 200 0 178 0 167 0 167 0 261 0 300 0 272 0 267 0 272 0 250 0 261 0-9999 +USW00094728192806TMIN 128 0 178 0 139 0 128 0 128 0 128 0 161 0 139 0 156 0 144 0 122 0 144 0 156 0 183 0 156 0 139 0 144 0 156 0 161 0 161 0 144 0 139 0 128 0 150 0 178 0 206 0 206 0 183 0 189 0 194 0-9999 +USW00094728192806PRCP 0 0 10 0 0T 0 183 0 91 0 262 0 0T 0 0 0 257 0 5 0 0 0 0T 0 0 0 89 0 0 0 0 0 0 0 86 0 295 0 0T 0 25 0 64 0 10 0 157 0 0 0 0T 0 0 0 0 0 254 0 0T 0-9999 +USW00094728192806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192807TMAX 283 0 294 0 306 0 322 0 300 0 244 0 294 0 344 0 328 0 289 0 283 0 311 0 256 0 244 0 283 0 311 0 322 0 317 0 322 0 317 0 228 0 228 0 306 0 306 0 306 0 278 0 278 0 294 0 256 0 267 0 267 0 +USW00094728192807TMIN 178 0 194 0 206 0 211 0 206 0 189 0 161 0 189 0 244 0 211 0 228 0 200 0 200 0 211 0 183 0 200 0 211 0 222 0 233 0 172 0 167 0 183 0 217 0 194 0 211 0 206 0 206 0 211 0 172 0 156 0 161 0 +USW00094728192807PRCP 0 0 0 0 0 0 20 0 300 0 429 0 0 0 0 0 0 0 269 0 3 0 323 0 206 0 43 0 0 0 0T 0 0 0 0 0 0 0 208 0 0 0 132 0 8 0 0 0 0 0 107 0 86 0 124 0 0 0 0 0 0 0 +USW00094728192807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192808TMAX 261 0 322 0 339 0 344 0 333 0 239 Z 211 0 272 0 328 0 294 0 261 0 233 0 278 0 311 0 322 0 311 0 228 0 306 0 283 0 272 0 256 0 206 0 200 0 244 0 261 0 278 0 267 0 289 0 328 0 333 0 261 0 +USW00094728192808TMIN 206 0 217 0 233 0 250 0 239 0 183 0 172 0 194 0 222 0 217 0 211 0 178 0 161 0 183 0 200 0 211 0 189 0 217 0 211 0 189 0 194 0 156 0 156 0 183 0 211 0 206 0 217 0 222 0 228 0 239 0 172 0 +USW00094728192808PRCP 41 0 0 0 0 0 0 0 0T 0 89 0 5 0 0 0 0 0 305 0 36 0 0 0 0 0 0 0 0 0 0 0 165 0 13 0 0 0 0 0 0 0 137 0 51 0 0T 0 25 0 165 0 76 0 0 0 0T 0 53 0 0T 0 +USW00094728192808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192809TMAX 233 0 239 0 256 0 244 0 206 0 167 0 217 0 256 0 289 0 239 0 283 0 294 0 294 0 250 0 206 0 256 0 272 0 194 0 167 0 256 0 244 0 211 0 228 0 189 0 150 0 139 0 167 0 167 0 139 0 139 0-9999 +USW00094728192809TMIN 150 0 133 0 200 0 161 0 139 0 139 0 156 0 150 0 150 0 172 0 189 0 200 0 211 0 172 0 167 0 183 0 178 0 144 0 128 0 167 Z 161 0 150 0 133 0 94 0 72 0 61 0 67 0 94 0 94 0 94 0-9999 +USW00094728192809PRCP 0 0 0T 0 231 0 0 0 0 0 109 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 Z 0 0 0 0 0T Z 3 0 0T 0 328 0 104 0 0 0 0 0 0 0 0 0 43 0 0T 0 0 0 0 0 13 0 97 0-9999 +USW00094728192809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192810TMAX 172 0 172 0 233 0 250 0 233 0 217 0 217 0 172 0 244 0 200 0 250 0 300 0 256 0 167 0 189 0 228 0 283 0 278 0 261 0 183 0 189 0 183 0 233 0 150 0 139 0 94 0 89 0 167 0 72 0 78 0 122 0 +USW00094728192810TMIN 67 0 100 0 122 0 133 0 156 0 150 0 111 0 83 0 144 0 117 0 122 0 156 0 111 0 72 0 78 0 156 0 194 0 206 0 178 0 106 0 89 0 117 0 133 0 89 0 61 0 28 0 11 0 67 0 28 0 0 0 39 0 +USW00094728192810PRCP 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 0 0 165 0 173 0 0 0 0 0 0 0 25 0 0 0 0T 0 0T 0 0T 0 5 0 0 0 0 0 0 0 +USW00094728192810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192811TMAX 167 0 139 0 133 0 144 0 128 0 172 0 161 0 122 0 94 0 83 0 106 0 61 0 106 0 133 0 183 0 222 0 200 0 228 0 194 0 122 0 61 0 78 0 56 0 67 0 56 0 0 0 44 0 67 0 83 0 133 0-9999 +USW00094728192811TMIN 56 0 94 0 106 0 94 0 67 0 94 0 89 0 33 0 28 0 22 0 44 0 28 0 39 0 44 0 78 0 139 0 139 0 139 0 111 0 17 0 0 0 22 0 17 0 22 0 -11 0 -56 0 0 0 22 0 44 0 50 0-9999 +USW00094728192811PRCP 0 0 13 0 91 0 94 0 0 0 0 0 0 0 58 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0T 0 0 0 8 0 43 0 0 0 10 0 13 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 282 0-9999 +USW00094728192811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0-9999 +USW00094728192811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192812TMAX 133 0 100 0 111 0 111 0 100 0 33 0 28 0 28 0 0 0 33 0 78 0 78 0 100 0 89 0 100 0 106 0 156 0 150 0 67 0 61 0 17 0 -17 0 17 0 83 0 106 0 78 0 83 0 78 0 61 0 33 0 33 0 +USW00094728192812TMIN 56 0 44 0 50 0 56 0 0 0 -17 0 -11 0 -28 0 -33 0 -50 0 -11 0 17 0 33 0 44 0 33 0 72 0 89 0 17 0 0 0 17 0 -56 0 -72 0 -33 0 -17 0 11 0 11 0 22 0 39 0 17 0 0 0 -22 0 +USW00094728192812PRCP 0 0 0 0 3 0 0 0 46 Z 0 0 0 0 51 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 56 0 53 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 15 0 0 0 0 0 0 0 +USW00094728192812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 51 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192901TMAX 78 0 61 0 11 0 22 0 106 0 161 0 17 0 -33 0 50 0 100 0 39 0 44 0 33 0 -44 0 39 0 11 0 33 0 117 0 167 0 83 0 -6 0 33 0 83 0 6 0 11 0 0 0 11 0 6 0 -39 0 -17 0 -6 0 +USW00094728192901TMIN 11 0 -33 0 -44 0 -33 0 -33 0 -22 0 -72 0 -94 0 -61 0 33 0 0 0 -22 0 -100 0 -133 0 -44 0 -67 0 -22 0 33 0 33 0 -22 0 -56 0 -22 0 -11 0 -39 0 -33 0 -44 0 -67 0 -56 0 -67 0 -61 0 -56 0 +USW00094728192901PRCP 150 0 0T 0 0 0 0 0 112 0 198 0 0 0 0 0 0 0 130 0 0 0 0T 0 8 0 0 0 8 0 0 0 51 0 0 0 0T 0 0 0 0 0 18 0 30 0 0 0 135 0 0 0 0 0 0 0 0 0 0 0 8 0 +USW00094728192901SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 8 0 0 0 3 0 0 0 0 0 0 0 0 0 8 0 15 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 10 0 +USW00094728192901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 +USW00094728192902TMAX -11 0 6 0 22 0 11 0 17 0 22 0 89 0 67 0 89 0 56 0 11 0 -22 0 -17 0 11 0 56 0 83 0 106 0 133 0 67 0 -33 0 -17 0 44 0 -17 0 39 0 106 0 44 0 117 0 61 0-9999 -9999 -9999 +USW00094728192902TMIN -61 0 -56 0 -61 0 -78 0 -67 0 -11 0 22 0 11 0 33 0 -33 0 -56 0 -67 0 -78 0 -44 0 -11 0 11 0 0 0 33 0 -50 0 -89 0 -67 0 -33 0 -94 0 -72 0 17 0 17 0 22 0 6 0-9999 -9999 -9999 +USW00094728192902PRCP 0T 0 0 0 0 0 0 0 0T 0 89 0 432 0 0 0 33 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 28 0 183 0 0 0 0 0 0 0 0 0 475 0 0 0 48 0-9999 -9999 -9999 +USW00094728192902SNOW 0T 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 30 0 203 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728192902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 203 0 127 0 76 0 51 0 25 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728192903TMAX 72 0 67 0 89 0 100 0 67 0 89 0 83 0 0 0 61 0 44 0 133 0 194 0 211 0 128 0 100 0 178 0 50 0 122 0 161 0 161 0 167 0 250 0 156 0 178 0 83 0 156 0 133 0 150 0 122 0 89 0 161 0 +USW00094728192903TMIN 0 0 11 0 0 0 22 0 17 0 6 0 -39 0 -72 0 -94 0 -111 0 22 0 39 0 94 0 56 0 56 0 28 0 -11 0 -11 0 44 0 56 0 44 0 111 0 78 0 50 0 44 0 67 0 39 0 56 0 33 0 56 0 67 0 +USW00094728192903PRCP 0 0 140 0 0 0 94 0 216 0 30 0 0 0 0 0 0T 0 0 0 0 0 0 0 28 0 84 0 3 0 5 0 0 0 0 0 0 0 0 0 0 0 20 0 406 0 0 0 8 0 10 0 0 0 3 0 0 0 28 0 0 0 +USW00094728192903SNOW 0 0 5 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192903SNWD 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192904TMAX 228 0 117 0 178 0 222 0 167 0 133 0 317 0 311 0 217 0 122 0 106 0 56 0 61 0 56 0 67 0 61 0 78 0 67 0 144 0 133 0 94 0 83 0 156 0 172 0 167 0 200 0 194 0 144 0 144 0 183 0-9999 +USW00094728192904TMIN 61 0 11 0 56 0 89 0 106 0 78 0 78 0 183 0 117 0 28 0 22 0 28 0 22 0 33 0 22 0 28 0 22 0 50 0 50 0 67 0 50 0 33 0 61 0 89 0 106 0 133 0 89 0 100 0 72 0 50 0-9999 +USW00094728192904PRCP 3 0 0 0 0 0 69 0 114 0 36 0 0 0 0 0 0T 0 76 0 0T 0 249 0 0 0 0T 0 48 0 279 0 56 0 0T 0 0 0 13 0 99 0 66 0 0 0 0 0 84 0 53 0 0 0 241 0 0 0 0 0-9999 +USW00094728192904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192905TMAX 172 0 194 0 167 0 161 0 211 0 194 0 189 0 156 0 139 0 183 0 189 0 278 0 228 0 156 0 289 0 283 0 183 0 244 0 272 0 150 0 100 0 200 0 183 0 222 0 233 0 244 0 250 0 289 0 300 0 311 0 339 0 +USW00094728192905TMIN 111 0 117 0 83 0 67 0 111 0 100 0 94 0 56 0 89 0 72 0 94 0 111 0 128 0 111 0 150 0 83 0 67 0 94 0 100 0 83 0 72 0 100 0 78 0 133 0 122 0 128 0 150 0 178 0 206 0 200 0 228 0 +USW00094728192905PRCP 8 0 66 0 8 0 0 0 8 0 142 0 3 0 0 0 0T 0 0 0 0 0 137 0 0 0 38 0 5 0 0T 0 0 0 41 0 206 0 38 0 107 0 0 0 0 0 201 0 0T 0 0 0 0 0 0T 0 13 0 0 0 0 0 +USW00094728192905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192906TMAX 256 0 194 0 200 0 228 0 211 0 228 0 294 0 189 0 233 0 228 0 294 0 267 0 306 0 328 0 289 0 311 0 333 0 350 0 344 0 322 0 272 0 272 0 283 0 294 0 289 0 278 0 278 0 244 0 250 0 250 0-9999 +USW00094728192906TMIN 133 0 89 0 72 0 94 0 139 0 128 0 144 0 117 0 122 0 139 0 128 0 172 0 172 0 183 0 206 0 200 0 217 0 217 0 239 0 217 0 178 0 206 0 217 0 228 0 217 0 194 0 178 0 189 0 172 0 150 0-9999 +USW00094728192906PRCP 0 0 0 0 0 0 0 0 5 0 0 0 0 0 119 0 0 0 0 0 0 0 0 0 0 0 76 0 0T 0 0 0 0T 0 0 0 5 0 23 0 0 0 0T 0 0 0 0T 0 53 0 0 0 0 0 201 0 0T 0 0T 0-9999 +USW00094728192906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192907TMAX 256 0 261 0 239 0 283 0 294 0 294 0 333 0 339 0 339 0 322 0 311 0 294 0 289 0 317 0 256 0 278 0 289 0 278 0 222 0 250 0 256 0 239 0 300 0 339 0 322 0 311 0 306 0 350 0 339 0 350 0 300 0 +USW00094728192907TMIN 200 0 156 0 128 0 161 0 200 0 194 0 222 0 250 0 222 0 228 0 189 0 206 0 189 0 206 0 172 0 156 0 167 0 183 0 167 0 144 0 161 0 161 0 194 0 217 0 206 0 178 0 200 0 222 0 244 0 228 0 211 0 +USW00094728192907PRCP 28 0 0 0 0 0 0 0 119 0 0 0 0T 0 8 0 97 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 36 0 0 0 0 0 0T 0 0T 0 0 0 3 0 0 0 0 0 0 0 18 0 0 0 0 0 +USW00094728192907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192908TMAX 317 0 283 0 256 0 239 0 261 0 256 0 278 0 278 0 289 0 300 0 289 0 333 0 289 0 261 0 300 0 267 0 278 0 322 0 250 0 250 0 261 0 278 0 261 0 294 0 306 0 311 0 306 0 267 0 239 0 211 0 278 0 +USW00094728192908TMIN 211 0 167 0 178 0 172 0 139 0 178 0 172 0 172 0 183 0 211 0 222 0 211 0 211 0 211 0 183 0 156 0 172 0 189 0 167 0 144 0 150 0 167 0 200 0 200 0 189 0 189 0 183 0 156 0 161 0 156 0 144 0 +USW00094728192908PRCP 25 0 0 0 74 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 3 0 0T 0 0T 0 0 0 15 0 5 0 0 0 0 0 0 0 226 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 18 0 0 0 0 0 8 0 0 0 +USW00094728192908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192909TMAX 350 0 356 0 372 0 361 0 239 0 272 0 294 0 283 0 278 0 317 0 228 0 239 0 233 0 261 0 250 0 250 0 228 0 200 0 167 0 183 0 172 0 183 0 211 0 256 0 283 0 272 0 250 0 211 0 239 0 206 0-9999 +USW00094728192909TMIN 194 0 217 0 228 0 233 0 194 0 183 0 211 0 211 0 217 0 222 0 161 0 144 0 167 0 178 0 156 0 161 0 194 0 94 0 67 0 78 0 78 0 89 0 117 0 117 0 139 0 156 0 167 0 156 0 161 0 122 0-9999 +USW00094728192909PRCP 0 0 0 0 0 0 0 0 61 0 64 0 160 0 71 0 198 0 0 0 0 0 0 0 5 0 84 0 0T 0 0 0 102 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0-9999 +USW00094728192909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192910TMAX 144 0 217 0 172 0 156 0 161 0 211 0 233 0 150 0 139 0 133 0 167 0 178 0 228 0 183 0 156 0 189 0 128 0 111 0 200 0 222 0 222 0 206 0 189 0 133 0 128 0 161 0 233 0 128 0 94 0 94 0 122 0 +USW00094728192910TMIN 106 0 106 0 100 0 78 0 67 0 83 0 139 0 72 0 44 0 56 0 56 0 89 0 139 0 111 0 100 0 100 0 28 0 17 0 56 0 106 0 111 0 161 0 133 0 72 0 56 0 72 0 100 0 50 0 28 0 56 0 94 0 +USW00094728192910PRCP 91 0 549 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 114 0 15 0 0T 0 0 0 0 0 0 0 0 0 343 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 28 0 36 0 +USW00094728192910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728192911TMAX 228 0 244 0 183 0 122 0 117 0 133 0 144 0 94 0 83 0 133 0 128 0 167 0 150 0 161 0 189 0 117 0 94 0 139 0 122 0 89 0 61 0 28 0 17 0 44 0 50 0 111 0 117 0 72 0 -11 0 -50 0-9999 +USW00094728192911TMIN 122 0 178 0 100 0 78 0 56 0 56 0 61 0 78 0 56 0 39 0 78 0 83 0 89 0 128 0 94 0 44 0 72 0 72 0 61 0 39 0 11 0 -11 0 -28 0 11 0 11 0 28 0 39 0 -11 0 -78 0 -111 0-9999 +USW00094728192911PRCP 0 0 3 0 188 0 18 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 43 0 13 0 43 0 0 0 97 0 137 0 0 0 0T 0 5 0 0 0 0T 0 13 0 0 0 0 0 0T 0 5 0 0 0 0 0-9999 +USW00094728192911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00094728192911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728192912TMAX -6 0 17 0 17 0 -22 0 44 0 111 0 111 0 106 0 67 0 28 0 11 0 0 0 44 0 133 0 133 0 50 0 72 0 128 0 133 0 100 0 -6 0 11 0 0 0 0 0 6 0 33 0 56 0 78 0 44 0 56 0 100 0 +USW00094728192912TMIN -83 0 -33 0 -39 0 -67 0 -44 0 22 0 28 0 39 0 22 0 11 0 -89 0 -106 0 0 0 28 0 44 0 -11 0 -6 0 56 0 50 0 -33 0 -50 0 -50 0 -44 0 -39 0 -33 0 -33 0 22 0 39 0 17 0 -11 0 33 0 +USW00094728192912PRCP 0 0 122 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 5 0 56 0 102 Z 0T 0 0 0 0T 0 13 0 269 0 76 0 0 0 0 0 0 0 84 0 0 0 0 0 0 0 0 0 15 0 107 0 0T 0 0 0 +USW00094728192912SNOW 0 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 +USW00094728192912SNWD 0 0 102 0 76 0 76 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728193001TMAX 100 0 144 0 128 0 28 0 11 0 100 0 156 0 178 0 167 0 83 0 0 0 56 0 72 0 67 0 100 0 61 0 -33 0 11 0 -56 0 -22 0 0 0 -6 0 -22 0 -17 0 0 0 -44 Z 11 0 50 0 17 0 -33 0 -6 0 +USW00094728193001TMIN 22 0 89 0 28 0 -50 0 -72 0 6 0 67 0 111 0 56 0 -67 0 -78 0 0 0 39 0 39 0 44 0 -61 0 -89 0 -78 0 -122 0 -89 0 -22 0 -33 0 -78 0 -100 0 -44 0 -117 0 -67 0 6 0 -56 0 -61 0 -78 0 +USW00094728193001PRCP 0T 0 0 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 97 0 0 0 157 0 5 0 0T 0 0 0 206 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 61 0 8 0 0 0 18 0 0 0 +USW00094728193001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 18 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 46 0 0 0 0 0 18 0 0 0 +USW00094728193001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 25 0 0T 0 0T 0 25 0 0T 0 +USW00094728193002TMAX 17 0 78 0 94 0 39 0 39 0 -28 0 0 0 28 0 50 0 50 0 11 0 44 0 94 0 39 0 11 0 -67 0 -33 0 56 0 139 0 206 0 200 0 122 0 128 0 183 0 239 0 139 0 39 0 89 0-9999 -9999 -9999 +USW00094728193002TMIN -44 0 6 0 6 0 -17 0 -28 0 -117 0 -78 0 -33 0 -33 0 -39 0 -61 0 -44 0 11 0 -22 0 -67 0 -139 0 -139 0 -33 0 22 0 83 0 100 0 56 0 39 0 100 0 106 0 -17 0 -39 0 -28 0-9999 -9999 -9999 +USW00094728193002PRCP 0T 0 0 0 0 0 191 0 46 0 0T 0 3 0 0 0 0T 0 0T 0 0 0 0 0 315 0 13 0 69 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 10 0 165 0 0T 0 0 0-9999 -9999 -9999 +USW00094728193002SNOW 0T 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 74 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0-9999 -9999 -9999 +USW00094728193002SNWD 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 76 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728193003TMAX 72 0 56 0 -17 0 6 0 78 0 122 0 61 0 78 0 111 0 144 0 100 0 78 0 172 0 61 0 83 0 78 0 106 0 111 0 122 0 117 0 78 0 22 0 89 0 106 0 144 0 111 0 39 0 78 0 94 0 111 0 94 0 +USW00094728193003TMIN 11 0 -28 0 -78 0 -56 0 -28 0 22 0 28 0 33 0 33 0 28 0 33 0 22 0 17 0 -11 0 -33 0 11 0 28 0 39 0 6 0 6 0 -39 0 -67 0 -33 0 17 0 72 0 11 0 0 0 11 0 28 0 39 0 11 0 +USW00094728193003PRCP 0T 0 20 0 0 0 0 0 0 0 0 0 51 0 290 0 0 0 0 0 30 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 13 0 33 0 0 0 0 0 0 0 0 0 0T 0 127 0 0T 0 3 0 0 0 0 0 0T 0 0 0 +USW00094728193003SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728193003SNWD 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193004TMAX 139 0 122 0 94 0 117 0 144 0 139 0 150 0 67 0 100 0 150 0 150 0 106 0 144 0 244 0 139 0 89 0 67 0 100 0 172 0 172 0 100 0 161 0 56 0 67 0 117 0 150 0 217 0 167 0 161 0 194 0-9999 +USW00094728193004TMIN 39 0 33 0 17 0 33 0 39 0 67 0 50 0 11 0 6 0 22 0 78 0 67 0 94 0 106 0 72 0 56 0 28 0 44 0 78 0 50 0 67 0 33 0 0 0 -6 0 33 0 56 0 83 0 72 0 56 0 83 0-9999 +USW00094728193004PRCP 0 0 3 0 0T 0 0 0 0 0 152 0 140 0 0T 0 0 0 0 0 0T 0 0T 0 33 0 0 0 3 0 91 0 61 0 41 0 8 0 0 0 13 0 41 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00094728193004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193005TMAX 272 0 300 0 217 0 250 0 317 0 328 0 328 0 294 0 300 0 272 0 194 0 200 0 306 0 194 0 150 0 217 0 261 0 167 Z 122 0 183 0 250 0 256 0 328 0 183 0 178 0 161 0 183 0 161 0 178 0 178 0 172 0 +USW00094728193005TMIN 117 0 172 0 139 0 117 0 161 0 217 0 211 0 206 0 156 0 128 0 106 0 117 0 133 0 100 0 100 0 122 0 156 0 100 0 89 0 106 0 100 0 139 0 144 0 133 0 100 0 72 0 72 0 83 0 83 0 100 0 78 0 +USW00094728193005PRCP 51 0 56 0 0T 0 0 0 0 0 0 0 0T 0 33 0 0 0 0 0 0 0 0 0 0 0 213 0 64 0 0T 0 0 0 0T 0 127 0 0 0 10 0 0T 0 0 0 8 0 191 0 0 0 0 0 119 0 0 0 0 0 0 0 +USW00094728193005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193006TMAX 250 0 244 0 333 0 344 0 328 0 306 0 261 0 239 0 200 0 200 0 239 0 239 0 261 0 272 0 300 0 300 0 256 0 272 0 294 0 294 0 294 0 283 0 300 0 272 0 328 0 328 0 278 0 261 0 267 0 294 0-9999 +USW00094728193006TMIN 100 0 167 0 167 0 200 0 217 0 211 0 200 0 183 0 172 0 150 0 144 0 150 0 167 0 172 0 189 0 200 0 194 0 194 0 194 0 200 0 183 0 183 0 172 0 211 0 233 0 206 0 194 0 161 0 167 0 217 0-9999 +USW00094728193006PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 66 0 152 0 160 0 0 0 0T 0 0T 0 0 0 0 0 0 0 56 0 51 0 0T 0 0T 0 0T 0 0 0 0 0 3 0 0 0 244 0 5 0 0 0 0 0 0 0-9999 +USW00094728193006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193007TMAX 289 0 300 0 256 0 272 0 278 0 272 0 311 0 278 0 311 0 272 0 278 0 272 0 278 0 256 0 267 0 267 0 311 0 300 0 367 0 344 0 389 0 300 0 300 0 289 0 339 0 317 0 333 0 256 0 294 0 289 0 272 0 +USW00094728193007TMIN 194 0 189 0 150 0 167 0 172 0 206 0 206 0 194 0 200 0 172 0 183 0 178 0 183 0 167 0 139 0 156 0 189 0 206 0 244 0 272 0 250 0 217 0 200 0 206 0 206 0 228 0 250 0 200 0 211 0 194 0 200 0 +USW00094728193007PRCP 84 0 0 0 711 0 0 0 0 0 48 0 0 0 0 0 51 0 20 0 0T 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 150 0 0 0 208 0 0 0 0 0 0 0 0 0 356 0 0 0 0 0 +USW00094728193007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193008TMAX 283 0 306 0 344 0 339 0 356 0 344 0 300 0 306 0 311 0 300 0 250 0 228 0 250 0 233 0 200 0 267 0 244 0 267 0 267 0 239 0 228 0 244 0 172 0 244 0 256 0 278 0 300 0 294 0 289 0 311 0 306 0 +USW00094728193008TMIN 178 0 211 0 228 0 228 0 261 0 244 0 228 0 222 0 217 0 200 0 161 0 133 0 128 0 161 0 172 0 172 0 167 0 178 0 161 0 172 0 150 0 150 0 133 0 156 0 172 0 178 0 183 0 189 0 194 0 206 0 211 0 +USW00094728193008PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 10 0 178 0 127 0 5 0 0T 0 0 0 3 0 0 0 3 0 770 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193009TMAX 267 0 306 0 306 0 256 0 256 0 278 0 267 0 244 0 244 0 233 0 272 0 283 0 256 0 267 0 278 0 311 0 294 0 233 0 244 0 272 0 278 0 289 0 267 0 272 0 306 0 300 0 250 0 239 0 211 0 189 0-9999 +USW00094728193009TMIN 211 0 211 0 183 0 161 0 156 0 194 0 189 0 167 0 139 0 156 0 172 0 194 0 211 0 200 0 217 0 222 0 217 0 172 0 161 0 161 0 200 0 189 0 172 0 161 0 200 0 206 0 161 0 144 0 117 0 111 0-9999 +USW00094728193009PRCP 3 0 36 0 0 0 0 0 0 0 3 0 36 0 13 0 0 0 0T 0 0 0 0T 0 48 0 142 0 0 0 56 0 8 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 3 0-9999 +USW00094728193009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193010TMAX 178 0 183 0 189 0 172 0 178 0 228 0 217 0 189 0 194 0 244 0 250 0 250 0 256 0 211 0 167 0 244 0 211 0 133 0 122 0 100 0 106 0 117 0 133 0 106 0 89 0 150 0 156 0 194 0 144 0 156 0 117 0 +USW00094728193010TMIN 83 0 83 0 100 0 78 0 78 0 94 0 111 0 122 0 117 0 128 0 150 0 144 0 139 0 144 0 139 0 133 0 111 0 61 0 39 0 22 0 22 0 28 0 28 0 56 0 44 0 44 0 56 0 100 0 111 0 94 0 61 0 +USW00094728193010PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 18 0 145 0 0 0 53 0 3 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 5 0 84 0 0 0 122 0 +USW00094728193010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193011TMAX 83 0 100 0 117 0 106 0 111 0 67 0 61 0 122 0 189 0 128 0 106 0 133 0 161 0 150 0 144 0 133 0 128 0 133 0 122 0 122 0 128 0 172 0 122 0 133 0 111 0 50 0 6 0 -28 0 0 0 139 0-9999 +USW00094728193011TMIN 33 0 11 0 33 0 67 0 67 0 -6 0 -17 0 11 0 39 0 50 0 28 0 83 0 106 0 106 0 122 0 111 0 106 0 83 0 78 0 56 0 72 0 94 0 61 0 72 0 11 0 -17 0 -61 0 -94 0 -78 0 0 0-9999 +USW00094728193011PRCP 0 0 0 0 0 0 284 0 79 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 41 0 472 0 188 0 216 0 94 0 0 0 0 0 0T 0 0 0 0 0 3 0 3 0 0 0 0T 0 0 0 0 0 48 0-9999 +USW00094728193011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00094728193011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193012TMAX 144 0 -33 0 39 0 61 0 44 0 44 0 78 0 72 0 89 0 89 0 67 0 61 0 33 0 6 0 -17 0 -39 0 0 0 89 0 50 0 67 0 56 0 44 0 22 0 17 0 28 0 28 0 28 0 22 0 33 0 33 0 6 0 +USW00094728193012TMIN -33 0 -89 0 -44 0 0 0 28 0 22 0 28 0 39 0 39 0 56 0 39 0 33 0 -17 0 -33 0 -89 0 -122 0 -89 0 -6 0 22 0 11 0 -11 0 -11 0 6 0 -17 0 -33 0 11 0 6 0 0 0 -22 0 -28 0 -50 0 +USW00094728193012PRCP 28 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 13 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 3 0 0 0 0T 0 79 0 18 0 0 0 160 0 353 0 0T 0 0 0 3 0 0 0 +USW00094728193012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 48 0 0 0 0 0 38 0 0T 0 0 0 8 0 0 0 +USW00094728193012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 76 0 51 0 0T 0 25 0 25 0 0T 0 0T 0 0T 0 +USW00094728193101TMAX 6 0 22 0 67 0 106 0 67 0 50 0 0 0 11 0 44 0 50 0 56 0 39 0 39 0 6 0 -44 0 6 0 67 0 67 0 33 0 50 0 11 0 -39 0 33 0 11 0 22 0 94 0 133 0 94 0 67 0 33 0 39 0 +USW00094728193101TMIN -50 0 -67 0 -17 0 50 0 22 0 -6 0 -56 0 -67 0 -56 0 -6 0 6 0 6 0 -11 0 -44 0 -117 0 -94 0 -28 0 17 0 6 0 11 0 -67 0 -89 0 -83 0 -56 0 -78 0 22 0 28 0 6 0 -22 0 -61 0 -89 0 +USW00094728193101PRCP 0 0 0 0 0 0 0 0 236 0 15 0 0 0 0 0 0 0 0 0 0 0 163 0 0 0 0 0 0 0 0 0 0 0 0 0 229 0 0T 0 0T 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 3 0 0T 0 0 0 +USW00094728193101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0T 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728193101SNWD 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193102TMAX -11 0 67 0 17 0 67 0 28 0 72 0 -17 0 11 0 17 0 11 0 -11 0 61 0 117 0 100 0 33 0 78 0 83 0 50 0 28 0 6 0 33 0 72 0 61 0 78 0 100 0 106 0 61 0 133 0-9999 -9999 -9999 +USW00094728193102TMIN -89 0 -67 0 -94 0 -44 0 -89 0 -17 0 -67 0 -44 0 0 0 -61 0 -111 0 -50 0 33 0 -72 0 -89 0 11 0 22 0 22 0 0 0 -11 0 -17 0 6 0 0 0 -22 0 -17 0 0 0 0 0 -11 0-9999 -9999 -9999 +USW00094728193102PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 81 0 48 0 234 0 10 0 0 0 0 0 0T 0 20 0 0 0 0 0 244 0 30 0 15 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728193102SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 71 0 0T 0 5 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 5 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728193102SNWD 0 0 0T 0 0 0 0 0 0 0 0 0 51 0 51 0 25 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728193103TMAX 72 0 67 0 50 0 33 0 56 0 61 0 50 0 67 0 67 0 39 0 50 0 56 0 56 0 89 0 78 0 44 0 72 0 106 0 78 0 78 0 111 0 89 0 111 0 139 0 78 0 128 0 144 0 50 0 122 0 83 0 89 0 +USW00094728193103TMIN 44 0 -11 0 -17 0 0 0 0 0 6 0 -11 0 11 0 11 0 0 0 -11 0 -11 0 6 0 -6 0 11 0 11 0 17 0 6 0 11 0 11 0 33 0 22 0 33 0 44 0 39 0 39 0 39 0 11 0 39 0 39 0 33 0 +USW00094728193103PRCP 56 0 0 0 0 0 91 0 3 0 0T 0 0T 0 411 0 3 0 3 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 66 0 28 0 0 0 0 0 0 0 3 0 66 0 5 0 0 0 160 0 333 0 0 0 0 0 +USW00094728193103SNOW 0 0 0 0 0 0 38 0 3 0 0T 0 0T 0 0T 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193103SNWD 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193104TMAX 78 0 100 0 139 0 161 0 111 0 94 0 44 0 167 0 172 0 156 0 178 0 133 0 200 0 211 0 178 0 178 0 200 0 211 0 206 0 217 0 217 0 178 0 128 0 106 0 117 0 156 0 111 0 122 0 117 0 139 0-9999 +USW00094728193104TMIN 33 0 67 0 44 0 72 0 56 0 39 0 28 0 33 0 78 0 72 0 56 0 17 0 39 0 100 0 72 0 67 0 78 0 100 0 106 0 111 0 111 0 106 0 44 0 28 0 44 0 72 0 50 0 28 0 44 0 33 0-9999 +USW00094728193104PRCP 216 0 3 0 0 0 20 0 0 0 51 0 112 0 13 0 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 399 0 0 0 8 0 130 0 0 0 0T 0 0T 0 0 0-9999 +USW00094728193104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00094728193104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193105TMAX 150 0 122 0 150 0 189 0 211 0 211 0 183 0 183 0 228 0 239 0 161 0 111 0 100 0 111 0 233 0 283 0 228 0 194 0 206 0 261 0 206 0 239 0 189 0 150 0 200 0 244 0 278 0 322 0 339 0 328 0 278 0 +USW00094728193105TMIN 44 0 72 0 78 0 61 0 100 0 100 0 128 0 133 0 128 0 94 0 89 0 83 0 78 0 72 0 100 0 150 0 139 0 111 0 139 0 139 0 178 0 139 0 78 0 67 0 106 0 144 0 133 0 156 0 194 0 211 0 172 Z +USW00094728193105PRCP 0 0 25 0 0 0 0 0 0 0 3 0 109 0 249 0 0 0 102 0 10 0 36 0 56 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 3 0 236 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 208 0 +USW00094728193105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193106TMAX 172 Z 250 0 244 0 289 0 300 0 244 0 228 0 239 0 189 0 150 0 239 0 278 0 278 0 244 0 239 0 217 0 267 0 289 0 322 0 361 0 300 0 244 0 189 0 267 0 267 0 294 0 322 0 300 0 306 0 350 0-9999 +USW00094728193106TMIN 139 0 133 0 139 0 156 0 200 0 156 0 156 0 161 0 133 0 128 0 150 0 161 0 161 0 161 0 167 0 167 0 156 0 161 0 189 0 222 0 206 0 167 0 156 0 144 0 161 0 189 0 200 0 206 0 194 0 200 0-9999 +USW00094728193106PRCP 41 0 0 0 0 0 0 0 38 0 0 0 257 0 74 0 99 0 165 0 3 0 0 0 0 0 0 0 0T 0 216 0 20 0 0 0 0 0 0 0 0 0 0T 0 43 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0-9999 +USW00094728193106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193107TMAX 333 0 267 0 272 0 289 0 283 0 267 0 261 0 283 0 289 0 267 0 294 0 283 0 300 0 311 0 317 0 294 0 311 0 239 0 272 0 278 0 306 0 311 0 311 0 289 0 289 0 300 0 333 0 361 0 339 0 328 0 300 0 +USW00094728193107TMIN 206 0 183 0 178 0 189 0 211 0 194 0 222 0 211 0 222 0 217 0 206 0 189 0 189 0 217 0 222 0 228 0 211 0 200 0 200 0 206 0 233 0 211 0 200 0 200 0 200 0 194 0 211 0 256 0 228 0 233 0 211 0 +USW00094728193107PRCP 0 0 25 0 0 0 0 0 0T 0 107 0 56 0 0T 0 25 0 86 0 3 0 0 0 0 0 0T 0 0 0 0T 0 20 0 140 0 0 0 0T 0 201 0 0 0 69 0 15 0 0T 0 0 0 0 0 66 0 43 0 5 0 0 0 +USW00094728193107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193108TMAX 261 0 250 0 333 0 311 0 350 0 361 0 372 0 289 0 300 0 306 0 200 0 217 0 272 0 283 0 261 0 317 0 317 0 322 0 311 0 267 0 228 0 244 0 217 0 239 0 306 0 278 0 278 0 278 0 244 0 289 0 272 0 +USW00094728193108TMIN 194 0 183 0 228 0 222 0 222 0 222 0 239 0 222 0 211 0 189 0 172 0 172 0 200 0 217 0 228 0 211 0 211 0 206 0 194 0 189 0 183 0 161 0 161 0 172 0 161 0 200 0 206 0 189 0 200 0 178 0 172 0 +USW00094728193108PRCP 0 0 0T 0 53 0 0 0 0 0 0 0 0T 0 0 0 38 0 142 0 391 0 13 0 0 0 0 0 20 0 0 0 0 0 0 0 99 0 0 0 0T 0 0 0 5 0 10 0 0T 0 0T 0 13 0 13 0 13 0 13 0 0 0 +USW00094728193108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193109TMAX 261 0 317 0 244 0 283 0 272 0 300 0 256 0 278 0 328 0 361 0 372 0 283 0 317 0 339 0 294 0 267 0 233 0 267 0 233 0 239 0 256 0 333 0 300 0 256 0 222 0 211 0 244 0 189 0 228 0 239 0-9999 +USW00094728193109TMIN 156 0 211 0 183 0 167 0 183 0 189 0 150 0 156 0 189 0 217 0 239 0 200 0 206 0 222 0 239 0 189 0 167 0 178 0 150 0 172 0 183 0 189 0 206 0 133 0 94 0 161 0 161 0 117 0 100 0 117 0-9999 +USW00094728193109PRCP 0 0 122 0 48 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 25 0 0 0 0T 0 124 0 0 0 0 0 3 0 0T 0 3 0 0 0 0 0 0T 0 71 0 0T 0 3 0 0 0 0 0-9999 +USW00094728193109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193110TMAX 244 0 267 0 278 0 250 0 289 0 300 0 244 0 300 0 189 0 206 0 228 0 156 0 183 0 189 0 239 0 183 0 133 0 122 0 189 0 217 0 217 0 200 0 211 0 200 0 222 0 167 0 206 0 228 0 172 0 161 0 139 0 +USW00094728193110TMIN 133 0 133 0 156 0 156 0 172 0 178 0 172 0 133 0 111 0 100 0 117 0 72 0 56 0 128 0 156 0 133 0 78 0 56 0 56 0 94 0 128 0 100 0 100 0 117 0 128 0 111 0 89 0 122 0 122 0 78 0 61 0 +USW00094728193110PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 124 0 0T 0 0 0 0T 0 0T 0 0 0 5 0 213 0 91 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0 0T 0 3 0 185 0 69 0 0 0 +USW00094728193110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193111TMAX 133 0 133 0 139 0 156 0 139 0 83 0 72 0 122 0 178 0 222 0 167 0 183 0 228 0 167 0 133 0 139 0 117 0 200 0 167 0 133 0 222 0 222 0 222 0 200 0 167 0 56 0 22 0 11 0 61 0 156 0-9999 +USW00094728193111TMIN 67 0 67 0 78 0 94 0 61 0 11 0 -11 0 39 0 67 0 100 0 122 0 117 0 100 0 67 0 94 0 111 0 111 0 117 0 100 0 94 0 122 0 144 0 144 0 122 0 56 0 22 0 0 0 -11 0 11 0 61 0-9999 +USW00094728193111PRCP 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 3 0 0T 0 0T 0 0T 0 13 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 23 0 0 0 61 0-9999 +USW00094728193111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0 0 0 0 0-9999 +USW00094728193111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0-9999 +USW00094728193112TMAX 100 0 50 0 94 0 111 0 100 0 56 0 56 0 -11 0 122 0 78 0 106 0 200 0 122 0 133 0 56 0 83 0 106 0 72 0 144 0 94 0 72 0 111 0 172 0 144 0 122 0 17 0 44 0 33 0 67 0 67 0 28 0 +USW00094728193112TMIN 39 0 0 0 11 0 44 0 -28 0 -28 0 -44 0 -67 0 -11 0 56 0 56 0 83 0 61 0 33 0 -6 0 -6 0 28 0 39 0 44 0 -28 0 -39 0 72 0 106 0 100 0 0 0 -33 0 -61 0 -22 0 -28 0 -11 0 -39 0 +USW00094728193112PRCP 0 0 0T 0 0 0 206 0 0 0 0 0 0T 0 0 0 213 0 0 0 5 0 0 0 33 0 15 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 107 0 13 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193112SNOW 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193201TMAX 44 0 44 0 56 0 22 0 61 0 139 0 156 0 61 0 33 0 44 0 22 0 144 0 200 0 211 0 194 0 89 0 111 0 133 0 44 0 111 0 61 0 122 0 100 0 111 0 44 0 72 0 117 0 89 0 67 0 156 0 6 0 +USW00094728193201TMIN 17 0 11 0 22 0 6 0 17 0 61 0 61 0 17 0 17 0 -6 0 -11 0 0 0 133 0 128 0 89 0 44 0 33 0 44 0 11 0 17 0 44 0 44 0 39 0 39 0 17 0 22 0 61 0 33 0 17 0 6 0 -44 0 +USW00094728193201PRCP 140 0 157 0 0T 0 0 0 0 0 338 0 36 0 56 0 130 0 38 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 5 0 0T 0 0 0 0 0 48 0 0T 0 66 0 0 0 0 0 5 0 76 0 0 0 25 0 10 0 0 0 +USW00094728193201SNOW 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 15 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193202TMAX -6 0 44 0 67 0 50 0 22 0 78 0 100 0 144 0 28 0 78 0 50 0 133 0 122 0 56 0 22 0 11 0 72 0 56 0 50 0 11 0 44 0 111 0 17 0 6 0 44 0 139 0 111 0 39 0 50 0-9999 -9999 +USW00094728193202TMIN -61 0 -6 0 22 0 17 0 -22 0 -11 0 33 0 0 0 -44 0 11 0 33 0 50 0 22 0 -33 0 -44 0 -78 0 -11 0 -50 0 -61 0 -61 0 -78 0 17 0 -67 0 -72 0 -50 0 44 0 33 0 22 0 17 0-9999 -9999 +USW00094728193202PRCP 0 0 53 0 0T 0 201 0 8 0 0 0 0 0 8 0 0 0 66 0 251 0 36 0 0 0 0 0 0 0 0 0 38 0 3 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 15 0 8 0-9999 -9999 +USW00094728193202SNOW 0 0 15 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0-9999 -9999 +USW00094728193202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728193203TMAX 78 0 133 0 122 0 50 0 133 0 67 0 28 0 0 0 -22 0 17 0 44 0 44 0 11 0 17 0 -33 0 44 0 28 0 44 0 117 0 72 0 -6 0 144 0 100 0 106 0 89 0 172 0 117 0 61 0 83 0 156 0 144 0 +USW00094728193203TMIN 33 0 33 0 17 0 11 0 -6 0 11 0 -33 0 -61 0 -94 0 -94 0 -33 0 -22 0 -39 0 -72 0 -89 0 -72 0 0 0 0 0 11 0 -6 0 -44 0 -6 0 0 0 33 0 0 0 83 0 44 0 6 0 6 0 22 0 39 0 +USW00094728193203PRCP 0 0 0 0 0 0 0T 0 0 0 320 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 135 0 0 0 0T 0 0 0 10 0 147 0 0 0 0T 0 0 0 28 0 140 0 605 0 0 0 0 0 89 0 +USW00094728193203SNOW 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 0T 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0P 0 +USW00094728193203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0P 0 +USW00094728193204TMAX 83 0 156 0 217 0 111 0 89 0 156 0 178 0 111 0 72 0 72 0 67 0 106 0 56 0 100 0 100 0 128 0 61 0 144 0 189 0 222 0 222 0 256 0 189 0 156 0 122 0 206 0 89 0 167 0 222 0 211 0-9999 +USW00094728193204TMIN 17 0 33 0 22 0 6 0 17 0 44 0 39 0 56 0 50 0 33 0 33 0 28 0 0 0 33 0 22 0 17 0 22 0 39 0 39 0 78 0 100 0 122 0 78 0 56 0 78 0 78 0 22 0 22 0 122 0 106 0-9999 +USW00094728193204PRCP 3 0 0T 0 0 0 0 0 0T 0 0 0 0 0 3 0 30 0 206 0 117 0 150 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 86 0 0T 0 0 0 0 0 0T 0-9999 +USW00094728193204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00094728193204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193205TMAX 178 0 178 0 206 0 233 0 194 0 150 0 144 0 133 0 167 0 150 0 144 0 156 0 156 0 256 0 250 0 283 0 261 0 211 0 211 0 228 0 289 0 200 0 239 0 244 0 306 0 322 0 278 0 256 0 194 0 233 0 233 0 +USW00094728193205TMIN 133 0 61 0 56 0 111 0 139 0 117 0 94 0 94 0 106 0 72 0 67 0 89 0 111 0 106 0 133 0 172 0 144 0 117 0 117 0 111 0 139 0 117 0 89 0 133 0 156 0 189 0 194 0 133 0 111 0 106 0 128 0 +USW00094728193205PRCP 119 0 0T 0 0 0 0 0 0 0 5 0 127 0 38 0 0 0 0 0 0T 0 56 0 3 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 272 0 0 0 0 0 0 0 0 0 0 0 112 0 18 0 0T 0 0T 0 0 0 +USW00094728193205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193206TMAX 300 0 233 0 283 0 317 0 333 0 322 0 228 0 194 0 256 0 244 0 261 0 228 0 189 0 222 0 289 0 267 0 233 0 200 0 222 0 267 0 261 0 311 0 267 0 244 0 250 0 300 0 322 0 311 0 300 0 306 0-9999 +USW00094728193206TMIN 144 0 183 0 172 0 194 0 211 0 194 0 106 0 83 0 133 0 156 0 128 0 133 0 144 0 144 0 161 0 189 0 172 0 133 0 122 0 144 0 172 0 189 0 128 0 111 0 156 0 206 0 222 0 217 0 200 0 211 0-9999 +USW00094728193206PRCP 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 224 0 15 0 58 0 0 0 79 0 3 0 0 0 0 0 0 0 0 0 193 0 0 0 0 0 0T 0 0 0 536 0 0 0 0 0 0 0-9999 +USW00094728193206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193207TMAX 317 0 256 0 267 0 267 0 272 0 222 0 278 0 294 0 306 0 328 0 306 0 289 0 322 0 333 0 311 0 278 0 294 0 283 0 322 0 333 0 328 0 278 0 328 0 283 0 317 0 300 0 306 0 311 0 311 0 261 0 289 0 +USW00094728193207TMIN 206 0 183 0 150 0 172 0 150 0 183 0 178 0 200 0 189 0 211 0 206 0 189 0 189 0 233 0 189 0 178 0 200 0 206 0 189 0 228 0 233 0 217 0 206 0 172 0 161 0 200 0 211 0 206 0 211 0 178 0 172 0 +USW00094728193207PRCP 30 0 0T 0 0 0 79 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 0 0 38 0 0T 0 0 0 0 0 0 0 102 0 0 0 104 0 0 0 5 0 +USW00094728193207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193208TMAX 289 0 311 0 244 0 317 0 311 0 300 0 256 0 328 0 317 0 300 0 283 0 278 0 289 0 306 0 294 0 289 0 283 0 267 0 289 0 294 0 294 0 322 0 306 0 278 0 322 0 300 0 300 0 300 0 294 0 311 0 306 0 +USW00094728193208TMIN 189 0 217 0 194 0 222 0 200 0 206 0 228 0 222 0 217 0 206 0 211 0 183 0 167 0 183 0 200 0 211 0 211 0 200 0 200 0 183 0 178 0 178 0 200 0 189 0 194 0 200 0 206 0 206 0 183 0 194 0 222 0 +USW00094728193208PRCP 0T 0 0T 0 119 0 0 0 0 0 338 0 0T 0 0 0 0 0 94 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 150 0 0 0 0 0 0 0 0T 0 +USW00094728193208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193209TMAX 311 0 356 0 300 0 294 0 311 0 300 0 228 0 217 0 267 0 244 0 267 0 311 0 283 0 256 0 272 0 211 0 239 0 233 0 222 0 283 0 289 0 272 0 300 0 250 0 211 Z 211 0 189 0 244 0 211 0 178 0-9999 +USW00094728193209TMIN 217 0 228 0 222 0 233 0 217 0 172 0 139 0 139 0 172 0 133 0 133 0 139 0 167 0 178 0 167 0 183 0 139 0 133 0 122 0 161 0 189 0 178 0 172 0 144 0 117 Z 111 0 133 0 133 0 83 0 56 0-9999 +USW00094728193209PRCP 0 0 5 0 0T 0 10 0 3 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 173 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 0 0 0 Z 0 0 13 0 69 0 0 0 0 0-9999 +USW00094728193209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193210TMAX 244 0 261 0 256 0 256 0 222 0 217 0 161 0 239 0 256 0 239 0 194 0 150 0 128 0 167 0 178 0 211 0 178 0 183 0 167 0 161 0 150 0 189 0 150 0 128 0 144 0 206 0 189 0 133 0 161 0 133 0 117 0 +USW00094728193210TMIN 111 0 156 0 167 0 172 0 200 0 89 0 72 0 111 0 128 0 144 0 89 0 67 0 44 0 44 0 78 0 122 0 161 0 161 0 133 0 128 0 100 0 94 0 111 0 78 0 100 0 128 0 89 0 78 0 56 0 67 0 56 0 +USW00094728193210PRCP 0 0 0 0 0 0 0 0 53 0 353 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 8 0 292 0 531 0 3 0 0T 0 0 0 0 0 3 0 0 0 0 0 0T 0 175 0 0 0 0 0 0 0 0 0 +USW00094728193210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193211TMAX 161 0 122 0 89 0 122 0 167 0 139 0 128 0 128 0 89 0 128 0 144 0 122 0 78 0 100 0 150 0 150 0 144 0 72 0 161 0 67 0 89 0 22 0 50 0 106 0 128 0 111 0 -22 0 11 0 67 0 106 0-9999 +USW00094728193211TMIN 72 0 56 0 33 0 33 0 94 0 89 0 111 0 78 0 61 0 89 0 72 0 44 0 17 0 6 0 56 0 83 0 28 0 6 0 67 0 0 0 17 0 -28 0 -44 0 33 0 39 0 -72 0 -111 0 -56 0 -28 0 11 0-9999 +USW00094728193211PRCP 307 0 0 0 0 0 0 0 0T 0 33 0 432 0 5 0 198 0 325 0 0 0 0T 0 0 0 0 0 0 0 5 0 10 0 5 0 495 0 0 0 0 0 0 0 0 0 0T 0 0T 0 58 0 0 0 0 0 0 0 0 0-9999 +USW00094728193211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193212TMAX 139 0 156 0 167 0 150 0 122 0 144 0 172 0 128 0 33 0 6 0 11 0 44 0 22 0 6 0 6 0 -61 0 -67 0 0 0 -6 0 33 0 33 0 100 0 78 0 83 0 150 0 144 0 50 0 72 0 89 0 111 0 167 Z +USW00094728193212TMIN 33 0 56 0 89 0 72 0 67 0 61 0 111 0 -28 0 -39 0 -33 0 -44 0 11 0 -6 0 -17 0 -72 0 -100 0 -117 0 -72 0 -56 0 -39 0 -33 0 11 0 17 0 44 0 83 0 39 0 28 0 44 0 17 0 56 0 -28 Z +USW00094728193212PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 8 0 0 0 0 0 36 0 36 0 94 0 43 0 0 0 0 0 0 0 145 0 15 0 0 0 0 0 0 0 10 0 5 0 0T 0 33 0 0T 0 152 0 46 0 0 0 8 0 8 Z +USW00094728193212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 23 0 0 0 0T 0 0 0 0 0 0 0 170 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 127 0 152 0 152 0 127 0 102 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193301TMAX -22 0 61 0 94 0 128 0 117 0 94 0 133 0 39 0 50 0 67 0 150 0 133 0 -17 0 11 0 50 0 128 0 133 0 111 0 133 0 133 0 100 0 106 0 161 0 78 Z 61 0 61 0 44 0 50 0 17 0 44 0 67 0 +USW00094728193301TMIN -106 0 -44 0 11 0 67 0 17 0 11 0 39 0 -11 0 22 0 0 0 50 0 -28 0 -44 0 -33 0 -11 0 6 0 56 0 39 0 44 0 33 0 22 0 50 0 78 Z 33 Z 17 0 17 0 22 0 11 0 -11 0 -22 Z -17 0 +USW00094728193301PRCP 0 0 0 0 0 0 0T 0 3 0 0 0 0T 0 0 0 208 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 0 0 0 0 97 0 0 0 0 0 5 0 79 0 0T 0 0T 0 0T 0 0T 0 0 0 +USW00094728193301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 +USW00094728193301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193302TMAX 83 0 128 0 44 0 6 0 -22 0 -22 0 117 0 156 0 -44 0 -28 0 22 0 -39 0 17 0 50 0 56 0 11 0 72 0 100 0 50 0 117 0 78 0 67 0 150 0 122 0 44 0 22 0 33 0 72 0-9999 -9999 -9999 +USW00094728193302TMIN 17 0 44 0 0 0 -22 0 -83 0 -100 0 -22 0 -61 0 -111 0 -117 0 -56 0 -111 0 -72 0 11 0 -50 0 -67 0 0 0 17 0 0 0 28 0 -17 0 -33 0 39 0 44 0 6 0 -39 0 -44 0 -17 0-9999 -9999 -9999 +USW00094728193302PRCP 36 0 0T 0 0 0 38 0 23 0 0 0 112 0 41 0 0 0 0 0 226 0 0 0 0 0 20 0 20 0 0 0 0 0 0 0 0 0 218 0 0T 0 0 0 0T 0 0 0 51 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728193302SNOW 0 0 0 0 0 0 46 0 23 0 0 0 0 0 3 0 0 0 0 0 254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728193302SNWD 0 0 0 0 0 0 51 0 51 0 25 0 0 0 0 0 0T 0 0 0 203 0 178 0 178 0 127 0 102 0 76 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728193303TMAX 72 0 39 0 67 0 61 0 44 0 61 0 117 0 117 0 78 0 17 0 0 0 67 0 106 0 44 0 67 0 56 0 150 0 106 0 33 0 28 0 67 0 61 0 39 0 78 0 67 0 33 0 106 0 67 0 94 0 122 0 83 0 +USW00094728193303TMIN 6 0 -17 0 22 0 6 0 -22 0 -39 0 22 0 50 0 17 0 -72 0 -89 0 -28 0 28 0 22 0 -6 0 -39 0 11 0 33 0 0 0 6 0 17 0 17 0 11 0 -22 0 -11 0 6 0 17 0 17 0 11 0 17 0 44 0 +USW00094728193303PRCP 0T 0 64 0 0T 0 0 0 0 0 0 0 376 0 36 0 0T 0 0T 0 0 0 0 0 152 0 36 0 58 0 0 0 0 0 13 0 231 0 211 0 180 0 0 0 5 0 0 0 46 0 76 0 0 0 13 0 0 0 0 0 48 0 +USW00094728193303SNOW 0T 0 66 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 0 0 0 0 0 0 5 0 0 0 0T 0 5 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728193303SNWD 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193304TMAX 172 0 172 0 111 0 94 0 172 0 133 0 133 0 100 0 156 0 133 0 100 0 56 0 128 0 111 0 133 0 150 0 150 0 189 0 133 0 128 0 150 0 122 0 150 0 222 0 167 0 117 0 117 0 144 0 256 0 211 0-9999 +USW00094728193304TMIN 67 0 100 0 61 0 50 0 50 0 78 0 61 0 44 0 44 0 61 0 44 0 11 0 22 0 50 0 61 0 67 0 111 0 111 0 61 0 50 0 33 0 22 0 6 0 61 0 117 0 44 0 28 0 39 0 128 0 139 0-9999 +USW00094728193304PRCP 13 0 3 0 61 0 173 0 0 0 147 0 51 0 0T 0 0T 0 8 0 3 0 538 0 0 0 0T 0 0T 0 48 0 224 0 48 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0-9999 +USW00094728193304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193305TMAX 233 0 211 0 200 0 194 0 167 0 117 0 233 0 150 0 150 0 206 0 183 0 194 0 228 0 228 0 267 0 189 0 222 0 244 0 261 0 306 0 256 0 256 0 256 0 278 0 267 0 317 0 322 0 267 0 183 0 211 0 239 0 +USW00094728193305TMIN 139 0 133 0 133 0 100 0 89 0 78 0 89 0 100 0 100 0 94 0 100 0 128 0 133 0 144 0 150 0 100 0 106 0 111 0 133 0 167 0 150 0 133 0 144 0 167 0 150 0 189 0 222 0 167 0 150 0 150 0 167 0 +USW00094728193305PRCP 0T 0 0 0 211 0 0 0 0T 0 244 0 0 0 0 0 8 0 127 0 0 0 0T 0 0T 0 18 0 0T 0 76 0 0 0 0 0 0 0 89 0 0 0 0 0 0 0 28 0 0 0 0 0 132 0 53 0 15 0 89 0 231 0 +USW00094728193305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193306TMAX 200 0 222 0 306 0 294 0 300 0 306 0 322 0 350 0 361 0 300 0 283 0 339 0 228 0 194 0 217 0 211 0 233 0 239 0 283 0 239 0 272 0 306 0 300 0 256 0 278 0 244 0 267 0 300 0 328 0 300 0-9999 +USW00094728193306TMIN 139 0 117 0 133 0 183 0 178 0 183 0 200 0 200 0 244 0 200 0 200 0 194 0 128 0 100 0 89 0 139 0 144 0 122 0 150 0 161 0 161 0 206 0 194 0 189 0 183 0 200 0 200 0 211 0 217 0 211 0-9999 +USW00094728193306PRCP 0 0 0 0 36 0 0T 0 221 0 18 0 119 0 0 0 0 0 46 0 0 0 58 0 38 0 0 Z 0 0 5 0 114 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 18 0-9999 +USW00094728193306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193307TMAX 344 0 250 0 183 0 244 0 278 0 311 0 333 0 328 0 300 0 278 0 272 0 250 0 267 0 250 0 239 0 211 0 283 0 311 0 322 0 322 0 300 0 289 0 339 0 344 0 256 0 244 0 278 0 300 0 350 0 367 0 389 0 +USW00094728193307TMIN 217 0 172 0 122 0 144 0 172 0 194 0 211 0 222 0 211 0 189 0 183 0 167 0 156 0 156 0 161 0 183 0 194 0 194 0 211 0 228 0 222 0 211 0 217 0 239 0 183 0 183 0 189 0 200 0 211 0 244 0 256 0 +USW00094728193307PRCP 551 0 18 0 124 0 3 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 236 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728193307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193308TMAX 378 0 367 0 300 0 250 0 289 0 294 0 278 0 311 0 278 0 250 0 200 0 272 0 294 0 244 0 283 0 300 0 250 0 256 0 283 0 267 0 211 0 217 0 233 0 272 0 311 0 333 0 333 0 317 0 250 0 267 0 233 0 +USW00094728193308TMIN 228 0 267 0 228 0 189 0 172 0 189 0 194 0 189 0 222 0 172 0 156 0 178 0 217 0 189 0 161 0 189 0 194 0 211 0 217 0 200 0 178 0 178 0 194 0 222 0 211 0 222 0 239 0 211 0 178 0 161 0 172 0 +USW00094728193308PRCP 0 0 8 0 152 0 64 0 0 0 0 0 0 0 165 0 0T 0 71 0 58 0 0 0 56 0 109 0 0 0 0 0 15 0 56 0 3 0 0 0 564 0 269 0 566 0 36 0 0 0 0 0 0 0 5 0 51 0 0 0 0 0 +USW00094728193308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193309TMAX 261 0 261 0 250 0 256 0 278 0 306 0 306 0 289 0 300 0 250 0 211 0 244 0 228 0 161 0 144 0 178 0 267 0 244 0 239 0 272 0 200 0 228 0 228 0 267 0 300 0 250 0 322 0 256 0 244 0 239 0-9999 +USW00094728193309TMIN 189 0 178 0 200 0 211 0 183 0 189 0 200 0 200 0 222 0 167 0 133 0 139 0 133 0 128 0 122 0 111 0 144 0 172 0 144 0 189 0 144 0 144 0 122 0 178 0 189 0 194 0 206 0 194 0 156 0 144 0-9999 +USW00094728193309PRCP 0T 0 0 0 84 0 409 0 0 0 0 0 0 0 0 0 157 0 0 0 0T 0 0T 0 8 0 721 0 1057 0 56 0 5 0 0T 0 0T 0 0T 0 8 0 0 0 13 0 0T 0 0 0 5 0 5 0 5 0 30 0 0 0-9999 +USW00094728193309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193310TMAX 256 0 222 0 200 0 189 0 144 0 217 0 189 0 228 0 233 0 194 0 194 0 239 0 133 0 156 0 194 0 211 0 200 0 172 0 150 0 211 0 161 0 222 0 167 0 133 0 106 0 94 0 144 0 128 0 122 0 183 0 244 0 +USW00094728193310TMIN 161 0 128 0 117 0 111 0 106 0 94 0 100 0 94 0 139 0 106 0 100 0 117 0 72 0 39 0 61 0 94 0 122 0 72 0 50 0 111 0 83 0 133 0 89 0 78 0 22 0 0 0 56 0 28 0 0 0 89 0 89 0 +USW00094728193310PRCP 58 0 0 0 0 0 0 0 163 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 69 0 0 0 0 0 0 0 216 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 127 0 0 0 0 0 8 0 0 0 0T 0 0 0 0 0 +USW00094728193310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193311TMAX 178 0 183 0 172 0 122 0 50 0 39 0 78 0 67 0 67 0 44 0 72 0 72 0 150 0 61 0 0 0 -11 0 22 0 50 0 39 0 94 0 144 0 156 0 89 0 61 0 100 0 128 0 61 0 122 0 106 0 206 0-9999 +USW00094728193311TMIN 94 0 100 0 106 0 33 0 -17 0 6 0 28 0 11 0 0 0 0 0 -22 0 17 0 33 0 0 0 -61 0 -83 0 -72 0 22 0 11 0 17 0 0 0 83 0 28 0 0 0 22 0 61 0 -22 0 0 0 56 0 100 0-9999 +USW00094728193311PRCP 0 0 0 0 0 0 0 0 25 0 84 0 0T 0 0T 0 0T 0 0 0 10 0 0 0 20 0 0T 0 0 0 0 0 0 0 36 Z 0T 0 0 0 0T 0 10 0 0 0 0 0 0 0 43 0 0 0 0 0 0 0 0 0-9999 +USW00094728193311SNOW 0 0 0 0 0 0 0 0 3 0 3 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193312TMAX 100 0 100 0 111 0 89 0 61 0 100 0 61 0 100 0 67 0 -33 0 6 0 -44 0 -22 0 -22 0 0 0 111 0 61 0 83 0 67 0 39 0 78 0 122 0 61 0 122 0 128 0 11 0 -28 0 -44 0 -111 0 -94 0 56 0 +USW00094728193312TMIN -28 0 -44 0 56 0 17 0 11 0 39 0 6 0 17 0 -72 0 -111 0 -89 0 -94 0 -67 0 -67 0 -78 0 0 0 28 0 28 0 6 0 6 0 28 0 22 0 22 0 33 0 11 0 -50 0 -106 0 -122 0 -194 0 -211 0 -94 0 +USW00094728193312PRCP 0 0 0 0 18 0 124 0 0T 0 33 0 0 0 0 0 8 0 0 0 20 0 0 0 61 0 5 0 46 0 38 0 58 0 0 0 0 0 201 0 0 0 0 0 0 0 0 0 0 0 264 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728193312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 25 0 0 0 51 0 5 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 284 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728193312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 25 0 25 0 25 0 51 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 279 0 254 0 229 0 229 0 229 0 178 0 +USW00094728193401TMAX 100 0 50 0 -11 0 -6 0 28 0 106 0 67 0 89 0 67 0 72 0 61 0 33 0 44 0 50 0 39 0 89 0 22 0 -17 0 67 0 67 0 17 0 39 0 111 0 44 0 128 0 61 0 61 0 144 0 0 0 -89 0 -11 0 +USW00094728193401TMIN 50 0 -67 0 -89 0 -17 0 -11 0 22 0 39 0 39 0 28 0 11 0 0 0 -6 0 17 0 28 0 -39 0 22 0 -72 0 -94 0 -17 0 -11 0 -44 0 -6 0 17 0 -11 0 22 0 -6 0 -11 0 0 0 -144 0 -139 0 -122 0 +USW00094728193401PRCP 0T 0 0 0 0 0 0T 0 290 0 13 0 180 0 28 0 0 0 0 0 0 0 0 0 114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 188 0 0 0 0 0 0 0 0T 0 38 0 3 0 0T 0 0 0 +USW00094728193401SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 +USW00094728193401SNWD 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193402TMAX 11 0 -11 0 -56 0 -33 0 -28 0 -61 0 0 0 -61 0 -133 0 -33 0 17 0 22 0 11 0 -56 0 50 0 -22 0 -22 0 39 0 56 0 -11 0 11 0 50 0 17 0 -83 0 -89 0 -56 0 -67 0 -39 0-9999 -9999 -9999 +USW00094728193402TMIN -11 0 -106 0 -156 0 -100 0 -89 0 -139 0 -106 0 -217 0 -261 0 -189 0 -94 0 -22 0 -122 0 -156 0 -56 0 -128 0 -122 0 -83 0 -22 0 -128 0 -117 0 -22 0 -106 0 -139 0 -128 0 -100 0 -117 0 -150 0-9999 -9999 -9999 +USW00094728193402PRCP 229 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 145 0 94 0 0 0 20 0 3 0 0 0 91 0 157 0 0 0 0 0-9999 -9999 -9999 +USW00094728193402SNOW 249 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 30 0 0 0 0 0 0 0 0 0 0 0 124 0 69 0 0 0 0 0 0T 0 0 0 94 0 142 0 0 0 0 0-9999 -9999 -9999 +USW00094728193402SNWD 203 0 229 0 203 0 178 0 127 0 127 0 102 0 102 0 76 0 76 0 76 0 51 0 76 0 76 0 51 0 25 0 0T 0 0T 0 51 0 178 0 178 0 127 0 127 0 102 0 152 0 330 0 305 0 305 0-9999 -9999 -9999 +USW00094728193403TMAX 22 0 78 0 111 0 100 0 172 0 106 0 67 0 17 0 22 0 0 0 -6 0 11 0 89 0 117 0 44 0 133 0 161 0 217 0 22 0 78 0 67 0 67 0 -39 0 17 0 83 0 61 0 161 0 72 0 156 0 133 0 50 0 +USW00094728193403TMIN -83 0 -22 0 39 0 39 0 44 0 22 0 11 0 -33 0 -56 0 -56 0 -72 0 -106 0 -17 0 -6 0 -22 0 -11 0 33 0 -11 0 -56 0 -17 0 -17 0 -78 0 -106 0 -39 0 -22 0 0 0 22 0 17 0 -6 0 28 0 11 0 +USW00094728193403PRCP 0 0 10 0 69 0 46 0 41 0 0T 0 0 0 36 0 0 0 107 0 25 0 0 0 0 0 15 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0T 0 20 0 0 0 41 0 3 0 142 0 0 0 0 0 559 0 +USW00094728193403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 114 0 28 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193403SNWD 254 0 203 0 127 0 25 0 0 0 0 0 0 0 51 0 25 0 102 0 127 0 76 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193404TMAX 183 0 250 0 194 0 100 0 111 0 67 0 106 0 161 0 206 0 161 0 122 0 83 0 94 0 111 0 139 0 128 0 211 0 222 0 150 0 178 0 133 0 139 0 178 0 200 0 111 0 156 0 128 0 122 0 111 0 144 0-9999 +USW00094728193404TMIN 50 0 78 0 67 0 33 0 17 0 39 0 50 0 56 0 67 0 67 0 44 0 33 0 22 0 44 0 33 0 56 0 111 0 117 0 100 0 89 0 50 0 50 0 100 0 100 0 44 0 33 0 39 0 11 0 33 0 56 0-9999 +USW00094728193404PRCP 15 0 0 0 3 0 28 0 0 0 10 0 91 0 0 0 0 0 0 0 246 0 36 0 0 0 71 0 0 0 201 0 5 0 0 0 13 0 46 0 0 0 0 0 3 0 61 0 20 0 0 0 28 0 0 0 0 0 0 0-9999 +USW00094728193404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193405TMAX 183 0 194 0 167 0 194 0 317 0 317 0 278 0 200 0 211 0 300 0 233 0 189 0 178 0 222 0 161 0 200 0 194 0 267 0 233 0 239 0 322 0 317 0 222 0 239 0 133 0 144 0 217 0 244 0 228 0 272 0 294 0 +USW00094728193405TMIN 78 0 100 0 122 0 122 0 122 0 200 0 133 0 100 0 106 0 133 0 133 0 78 0 83 0 144 0 128 0 89 0 117 0 117 0 117 0 122 0 150 0 167 0 133 0 122 0 94 0 100 0 111 0 117 0 128 0 144 0 178 0 +USW00094728193405PRCP 0 0 157 0 396 0 10 0 0 0 0 0 0 0 0 0 0 0 48 0 0 0 0 0 0 0 18 0 117 0 0 0 0 0 0 0 71 0 18 0 0T 0 290 0 0 0 5 0 145 0 15 0 0 0 0 0 28 0 0 0 0 0 +USW00094728193405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193406TMAX 289 0 306 0 300 0 239 0 306 0 311 0 239 0 211 0 222 0 317 0 294 0 239 0 267 0 267 0 294 0 306 0 267 0 228 0 200 0 289 0 333 0 306 0 272 0 311 0 294 0 278 0 267 0 278 0 383 0 328 0-9999 +USW00094728193406TMIN 194 0 194 0 150 0 133 0 172 0 217 0 167 0 133 0 144 0 200 0 194 0 178 0 178 0 161 0 172 0 194 0 172 0 167 0 172 0 150 0 211 0 228 0 211 0 194 0 206 0 189 0 189 0 183 0 200 0 233 0-9999 +USW00094728193406PRCP 0 0 0 0 0T 0 3 0 0 0 0T 0 0 0 0 0 25 0 5 0 0 0 305 0 0 0 0 0 0 0 0 0 0 0 28 0 490 0 0 0 0 0 30 0 25 0 0 0 0T 0 0T 0 23 0 0T 0 0 0 0T 0-9999 +USW00094728193406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193407TMAX 333 0 339 0 344 0 294 0 294 0 339 0 361 0 250 0 289 0 272 0 256 0 250 0 261 0 278 0 328 0 306 0 283 0 306 0 328 0 328 0 367 0 333 0 289 0 267 0 278 0 317 0 306 0 267 0 272 0 300 0 322 0 +USW00094728193407TMIN 222 0 239 0 211 0 206 0 200 0 244 0 233 0 172 0 189 0 178 0 167 0 172 0 194 0 211 0 206 0 222 0 178 0 178 0 206 0 239 0 233 0 228 0 194 0 189 0 183 0 222 0 233 0 222 0 217 0 183 0 222 0 +USW00094728193407PRCP 0 0 0 0 104 0 3 0 0 0 0 0 211 0 30 0 0 0 0 0 0 0 0 0 0 0 0T 0 38 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 165 0 0T 0 0T 0 409 0 0T 0 117 0 0T 0 +USW00094728193407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193408TMAX 283 0 267 0 306 0 289 0 267 0 267 0 278 0 278 0 272 0 300 0 317 0 233 0 200 0 306 0 272 0 217 0 250 0 267 0 283 0 289 0 239 0 267 0 272 0 311 0 256 0 267 0 289 0 211 0 228 0 228 0 239 0 +USW00094728193408TMIN 206 0 206 0 222 0 217 0 178 0 139 0 183 0 189 0 194 0 228 0 228 0 150 0 144 0 183 0 194 0 156 0 156 0 172 0 189 0 178 0 144 0 161 0 200 0 206 0 217 0 189 0 161 0 150 0 144 0 111 0 128 0 +USW00094728193408PRCP 0 0 36 0 8 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 15 0 231 0 8 0 0 0 41 0 295 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 46 0 0 0 0 0 0 0 +USW00094728193408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193409TMAX 233 0 256 0 228 0 283 0 272 0 256 0 267 0 211 0 306 0 294 0 278 0 250 0 206 0 211 0 211 0 239 0 228 0 211 0 211 0 228 0 233 0 217 0 267 0 267 0 272 0 278 0 283 0 211 0 233 0 233 0-9999 +USW00094728193409TMIN 133 0 139 0 167 0 211 0 206 0 172 0 183 0 178 0 189 0 200 0 167 0 178 0 161 0 167 0 172 0 183 0 161 0 128 0 106 0 122 0 156 0 189 0 200 0 206 0 194 0 178 0 161 0 122 0 144 0 167 0-9999 +USW00094728193409PRCP 0 0 0 0 99 0 76 0 0 0 30 0 157 0 1234 0 0 0 0T 0 0 0 0T 0 0T 0 86 0 69 0 152 0 358 0 0 0 0 0 0 0 0T 0 391 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 198 0 185 0-9999 +USW00094728193409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193410TMAX 161 0 183 0 244 0 178 0 167 0 189 0 211 0 233 0 217 0 150 0 250 0 161 0 100 0 144 0 189 0 167 0 194 0 217 0 139 0 117 0 139 0 183 0 167 0 167 0 189 0 139 0 106 0 72 0 117 0 117 0 144 0 +USW00094728193410TMIN 100 0 89 0 94 0 111 0 89 0 156 0 133 0 117 0 117 0 83 0 111 0 44 0 22 0 33 0 83 0 111 0 100 0 128 0 56 0 33 0 39 0 111 0 122 0 111 0 94 0 89 0 56 0 39 0 28 0 33 0 61 0 +USW00094728193410PRCP 0 0 0 0 0 0 0 0 53 0 437 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 51 0 3 0 0 0 0 0 119 0 15 0 0T 0 0 0 0 0 0 0 +USW00094728193410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728193410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193411TMAX 150 0 94 0 128 0 189 0 194 0 139 0 139 0 133 0 89 0 122 0 106 0 67 0 61 0 50 0 83 0 83 0 172 0 200 0 206 0 233 0 100 0 161 0 178 0 128 0 67 0 28 0 94 0 133 0 156 0 167 0-9999 +USW00094728193411TMIN 44 0 22 0 44 0 122 0 128 0 83 0 72 0 56 0 33 0 39 0 50 0 17 0 6 0 -33 0 -33 0 44 0 56 0 100 0 111 0 94 0 89 0 100 0 128 0 22 0 0 0 0 0 28 0 89 0 122 0 133 0-9999 +USW00094728193411PRCP 25 0 0 0 0 0 107 0 0 0 142 0 0T 0 0T 0 0 0 23 0 20 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 33 0 30 0 0 0 3 Z 0T 0 15 0 25 0 112 0-9999 +USW00094728193411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00094728193411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00094728193412TMAX 178 0 106 0 89 0 111 0 67 0 61 0 6 0 -50 0 -39 0 -44 0 -50 0 0 0 44 0 44 0 17 0 72 0 67 0 44 0 122 0 78 0 67 0 56 0 61 0 56 0 28 0 106 0 -39 0 39 0 61 0 0 0 17 0 +USW00094728193412TMIN 67 0 44 0 22 0 33 0 11 0 0 0 -56 0 -100 0 -117 0 -100 0 -117 0 -117 0 -22 0 -39 0 -61 0 17 0 -6 0 -28 0 6 0 22 0 17 0 -17 0 -44 0 6 0 0 0 -39 0 -78 0 -39 0 0 0 -72 0 -89 0 +USW00094728193412PRCP 28 0 0 0 25 0 91 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 13 0 0 0 0 0 302 0 0T 0 0 0 8 0 0 0 0 0 0T 0 142 0 0 0 0T 0 66 0 0 0 0T 0 +USW00094728193412SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 25 0 0 0 0T 0 +USW00094728193412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193501TMAX 72 0 17 0 106 0 17 0 44 0 106 0 94 0 111 0 144 0 144 0 83 0 6 0 6 0 28 0 -6 0 -6 0 39 0 33 0 -39 0 61 0 44 0 56 0 -33 0 -78 0 -67 0 -6 0 -78 0 -39 0 11 0 -78 0 -89 0 +USW00094728193501TMIN -33 0 -50 0 0 0 -111 0 -100 0 33 0 56 0 67 0 78 0 83 0 6 0 -61 0 -67 0 -67 0 -94 0 -39 0 -33 0 -67 0 -100 0 -39 0 11 0 -33 0 -78 0 -150 0 -156 0 -89 0 -167 0 -183 0 -89 0 -156 0 -167 0 +USW00094728193501PRCP 277 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 10 0 38 0 0 0 0 0 10 0 0 0 0T 0 0 0 119 0 0 0 0 0 124 0 20 0 135 0 244 0 8 0 0 0 8 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728193501SNOW 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0T 0 0 0 91 0 0 0 0 0 5 0 0 0 130 0 325 0 5 0 0 0 13 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728193501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 51 0 25 0 25 0 0T 0 0 0 127 0 432 0 406 0 381 0 305 0 279 0 254 0 203 0 203 0 178 0 +USW00094728193502TMAX -33 0 50 0 61 0 44 0 -72 0 -56 0 0 0 11 0 72 0 22 0 28 0 0 0 33 0 50 0 78 0 111 0 50 0 56 0 72 0 56 0 22 0 17 0 11 0 61 0 150 0 111 0 -44 0 6 0-9999 -9999 -9999 +USW00094728193502TMIN -156 0 -78 0 28 0 -83 0 -106 0 -150 0 -111 0 -28 0 11 0 -11 0 -44 0 -89 0 -39 0 -11 0 33 0 44 0 11 0 -17 0 6 0 -17 0 -72 0 -22 0 -28 0 -33 0 17 0 -67 0 -106 0 -111 0-9999 -9999 -9999 +USW00094728193502PRCP 0 0 0 0 0 0 0T 0 20 0 0 0 0 0 18 0 20 0 0T 0 0 0 0 0 0 0 389 0 0T 0 0 0 99 0 0 0 0 0 0T 0 0T 0 28 0 36 0 0 0 0 0 140 0 56 0 0 0-9999 -9999 -9999 +USW00094728193502SNOW 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 13 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 20 0 10 0 0 0 0 0 58 0 56 0 0 0-9999 -9999 -9999 +USW00094728193502SNWD 178 0 152 0 127 0 127 0 152 0 127 0 127 0 127 0 102 0 76 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0T 0 0 0 0T 0 102 0 76 0-9999 -9999 -9999 +USW00094728193503TMAX 44 0 144 0 100 0 50 0 150 0 200 0 61 0 6 0 33 0 83 0 122 0 156 0 33 0 33 0 61 0 250 0 194 0 67 0 67 0 183 0 128 0 172 0 150 0 144 0 94 0 100 0 167 0 106 0 144 0 133 0 72 0 +USW00094728193503TMIN -50 0 22 0 6 0 -22 0 39 0 61 0 -17 0 -44 0 -78 0 -22 0 83 0 11 0 -11 0 -11 0 -28 0 39 0 6 0 -28 0 6 0 67 0 56 0 83 0 56 0 67 0 44 0 -6 0 6 0 39 0 44 0 33 0 22 0 +USW00094728193503PRCP 0 0 0 0 0 0 0T 0 0T 0 0 0 69 0 8 0 0 0 8 0 48 0 119 0 23 0 0T 0 0 0 0 0 0T 0 0 0 69 0 0 0 84 0 0 0 0T 0 0 0 0 0 0 0 0 0 203 0 0 0 0 0 0T 0 +USW00094728193503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 15 0 3 0 0 0 0 0 0 0 0T 0 33 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728193503SNWD 51 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193504TMAX 67 0 156 0 100 0 106 0 83 0 100 0 106 0 67 0 56 0 78 0 89 0 50 0 78 0 100 0 161 0 56 0 89 0 128 0 211 0 217 0 200 0 167 0 183 0 200 0 178 0 233 0 283 0 267 0 211 0 172 0-9999 +USW00094728193504TMIN 33 0 39 0 39 0 28 0 22 0 11 0 6 0 22 0 28 0 28 0 39 0 28 0 28 0 44 0 28 Z 0 0 11 0 44 0 56 0 89 0 111 0 89 0 78 0 122 0 89 0 67 0 144 0 167 0 122 0 78 0-9999 +USW00094728193504PRCP 0T 0 0T 0 0 0 0 0 18 0 8 0 0 0 30 0 117 0 3 0 15 0 53 0 33 0 0T 0 13 0 3 Z 0T 0 0 0 0 0 0 0 0 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0 0 10 0 84 0-9999 +USW00094728193504SNOW 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193505TMAX 178 0 122 0 133 0 106 0 128 0 161 0 172 0 211 0 183 0 211 0 228 0 211 0 217 0 233 0 194 0 183 0 222 0 200 0 200 0 217 0 194 0 211 0 167 0 194 0 244 0 278 0 294 0 311 0 317 0 261 0 222 0 +USW00094728193505TMIN 72 0 67 0 72 0 61 0 61 0 78 0 94 0 83 0 89 0 100 0 117 0 111 0 122 0 128 0 89 0 78 0 106 0 72 0 100 0 94 0 128 0 94 0 67 0 72 0 89 0 122 0 144 0 178 0 194 0 167 0 144 0 +USW00094728193505PRCP 0 0 3 0 5 0 0T 0 46 0 41 0 117 0 0 0 0 0 0T 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 8 0 +USW00094728193505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193506TMAX 244 0 283 0 267 0 183 0 267 0 239 0 233 0 172 0 194 0 178 0 261 0 289 0 311 0 306 0 317 0 267 0 317 0 239 0 150 0 261 0 272 0 272 0 272 0 267 0 278 0 306 0 278 0 306 0 311 0 294 0-9999 +USW00094728193506TMIN 139 0 133 0 161 0 156 0 144 0 133 0 139 0 139 0 139 0 133 0 156 0 172 0 178 0 194 0 194 0 161 0 172 0 128 0 128 0 139 0 172 0 189 0 167 0 156 0 161 0 178 0 206 0 194 0 211 0 189 0-9999 +USW00094728193506PRCP 0 0 0 0 0 0 56 0 0T 0 76 0 0 0 130 0 86 0 0T 0 0 0 0 0 5 0 0 0 76 0 0 0 71 0 185 0 170 0 13 0 0 0 20 0 0 0 0 0 0 0 0 0 122 0 0 0 0 0 0T 0-9999 +USW00094728193506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193507TMAX 300 0 272 0 256 0 283 0 317 0 322 0 294 0 278 0 250 0 272 0 333 0 350 0 306 0 322 0 267 0 278 0 300 0 317 0 344 0 328 0 272 0 294 0 317 0 317 0 261 0 278 0 278 0 267 0 283 0 317 0 294 0 +USW00094728193507TMIN 194 0 172 0 167 0 178 0 217 0 228 0 222 0 233 0 211 0 211 0 222 0 222 0 211 0 211 0 217 0 200 0 222 0 217 0 200 0 189 0 211 0 217 0 233 0 233 0 206 0 206 0 200 0 178 0 194 0 178 0 211 0 +USW00094728193507PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 262 0 137 0 0 0 51 0 20 0 0 0 0 0 8 0 0 0 0 0 160 0 274 0 0 0 66 0 64 0 74 0 216 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193508TMAX 339 0 328 0 289 0 322 0 289 0 261 0 222 0 256 0 283 0 272 0 267 0 289 0 317 0 322 0 306 0 306 0 317 0 289 0 294 0 272 0 294 0 289 0 261 0 250 0 267 0 306 0 239 0 300 0 256 0 189 0 256 0 +USW00094728193508TMIN 217 0 228 0 189 0 222 0 206 0 189 0 172 0 183 0 167 0 183 0 183 0 183 0 217 0 217 0 222 0 222 0 200 0 200 0 200 0 217 0 222 0 217 0 183 0 156 0 139 0 183 0 222 0 183 0 139 0 150 0 128 0 +USW00094728193508PRCP 0T 0 10 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 99 0 0 0 64 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 51 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 33 0 0 0 +USW00094728193508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193509TMAX 267 0 194 0 167 0 217 0 222 0 222 0 250 0 267 0 261 0 233 0 233 0 278 0 244 0 183 0 256 0 200 0 211 0 233 0 244 0 267 0 267 0 261 0 200 0 211 0 256 0 256 0 267 0 178 0 200 0 183 0-9999 +USW00094728193509TMIN 156 0 156 0 144 0 150 0 178 0 167 0 150 0 150 0 161 0 133 0 106 0 144 0 161 0 133 0 139 0 100 0 100 0 156 0 167 0 178 0 150 0 144 0 111 0 106 0 133 0 150 0 172 0 122 0 83 0 61 0-9999 +USW00094728193509PRCP 0 0 0T 0 135 0 312 0 173 0 406 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 20 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0-9999 +USW00094728193509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193510TMAX 211 0 178 0 189 0 167 0 167 0 100 0 139 0 150 0 172 0 189 0 239 0 178 0 211 0 211 0 200 0 144 0 189 0 250 0 228 0 244 0 200 0 228 0 228 0 133 0 133 0 222 0 206 0 211 0 217 0 189 0 161 0 +USW00094728193510TMIN 106 0 72 0 89 0 94 0 44 0 50 0 50 0 39 0 67 0 94 0 133 0 89 0 72 0 106 0 94 0 61 0 61 0 111 0 122 0 122 0 111 0 167 0 111 0 56 0 33 0 78 0 122 0 117 0 150 0 139 0 111 0 +USW00094728193510PRCP 18 0 0 0 0 0 0 0 3 0 102 0 61 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 5 0 15 0 0 0 0 0 0 0 0T 0 0 0 0T 0 191 0 140 0 +USW00094728193510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193511TMAX 156 0 206 0 150 0 167 0 228 0 200 0 111 0 161 0 139 0 167 0 178 0 189 0 206 0 100 0 67 0 61 0 33 0 72 0 89 0 122 0 122 0 144 0 50 0 39 0 83 0 67 0 111 0 167 0 100 0 39 0-9999 +USW00094728193511TMIN 128 0 139 0 117 0 111 0 161 0 83 0 72 0 83 0 56 0 94 0 133 0 133 0 89 0 67 0 44 0 33 0 11 0 6 0 11 0 61 0 44 0 50 0 -28 0 -44 0 -33 0 22 0 56 0 100 0 17 0 6 0-9999 +USW00094728193511PRCP 10 0 0T 0 0 0 0T 0 0T 0 0T 0 58 0 3 0 0 0 0T 0 5 0 43 0 28 0 0 0 0T 0 0T 0 267 0 10 0 0T 0 5 0 0 0 0 0 8 0 41 0 0 0 0 0 0 0 292 0 58 0 0 0-9999 +USW00094728193511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 5 0 64 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193512TMAX 28 0 44 0 28 0 -6 0 28 0 0 0 28 0 61 0 133 0 94 0 67 0 61 0 56 0 44 0 67 0 67 0 28 0 22 0 50 0 22 0 -50 0 -28 0 -33 0 -22 0 -11 0 -33 0 -33 0 -44 0 -78 0 -39 0 -17 0 +USW00094728193512TMIN 0 0 -11 0 -44 0 -100 0 -94 0 -67 0 -61 0 28 0 61 0 44 0 33 0 11 0 6 0 22 0 28 0 6 0 -28 0 -44 0 22 0 -50 0 -89 0 -94 0 -72 0 -72 0 -83 0 -78 0 -78 0 -117 0 -133 0 -78 0 -100 0 +USW00094728193512PRCP 3 0 0 0 3 0 0T 0 0 0 0 0 0 0 13 0 33 0 5 0 0T 0 0 0 0T 0 0T 0 127 0 5 0 0T 0 0T 0 0 0 8 0 0 0 0T 0 8 0 0 0 13 0 25 0 0 0 0 0 38 0 36 0 0 0 +USW00094728193512SNOW 0T 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 10 0 0 0 0T 0 10 0 0 0 13 0 28 0 0 0 0 0 51 0 53 0 0 0 +USW00094728193512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 0T 0 0T 0 102 0 76 0 +USW00094728193601TMAX 33 0 89 0 122 0 56 0 67 0 17 0 50 0 39 0 50 0 56 0 28 0 78 0 122 0 33 0 94 0 61 0 28 0 17 0 17 0 -22 0 -28 0 50 0 -44 0 -89 0 -67 0 -33 0 -67 0 -61 0 -33 0 -44 0 -50 0 +USW00094728193601TMIN -50 0 -22 0 28 0 17 0 0 0 -11 0 6 0 -6 0 11 0 17 0 0 0 0 0 22 0 -22 0 11 0 6 0 -28 0 -11 0 -72 0 -94 0 -100 0 -44 0 -194 0 -156 0 -133 0 -122 0 -139 0 -128 0 -89 0 -94 0 -106 0 +USW00094728193601PRCP 0 0 180 Z 358 0 0 0 0T 0 64 0 0T 0 0 0 361 0 0T 0 0T 0 20 0 20 0 0 0 211 0 0 0 3 0 81 0 607 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 10 0 0 0 0 0 0 0 0T 0 +USW00094728193601SNOW 0 0 0T 0 0 0 0 0 0 0 43 0 0 0 0 0 0T 0 0T 0 0T 0 10 0 0 0 0 0 0 0 0 0 5 0 5 0 229 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 15 0 0 0 0 0 0 0 0T 0 +USW00094728193601SNWD 51 0 0T 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 229 0 178 0 152 0 152 0 127 0 127 0 127 0 102 0 102 0 102 0 102 0 102 0 102 0 +USW00094728193602TMAX -67 0 -50 0 -61 0 39 0 6 0 -28 0 -72 0 -6 0 28 0 -39 0 -39 0 -44 0 -44 0 11 0 56 0 17 0 61 0 50 0 -78 0 -50 0 -6 0 -17 0 6 0 44 0 111 0 94 0 56 0 33 0 50 0-9999 -9999 +USW00094728193602TMIN -133 0 -128 0 -122 0 -61 0 -67 0 -94 0 -100 0 -122 0 -56 0 -106 0 -122 0 -106 0 -67 0 -56 0 -17 0 -28 0 17 0 -144 0 -172 0 -128 0 -83 0 -100 0 -89 0 -39 0 33 0 33 0 6 0 -11 0 -28 0-9999 -9999 +USW00094728193602PRCP 0 0 0 0 8 0 76 0 0 0 0 0 5 0 0 0 124 0 0 0 0 0 0 0 76 0 224 0 3 0 25 0 18 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 18 0 0 0 0 0-9999 -9999 +USW00094728193602SNOW 0 0 0 0 8 0 8 0 0 0 0 0 8 0 0 0 71 0 0 0 0 0 0 0 64 0 56 0 3 0 0 0 0 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728193602SNWD 76 0 76 0 76 0 76 0 76 0 51 0 51 0 51 0 76 0 76 0 76 0 51 0 102 0 152 0 127 0 76 0 76 0 102 0 102 0 76 0 76 0 76 0 76 0 76 0 76 0 51 0 51 0 51 0 25 0-9999 -9999 +USW00094728193603TMAX 39 0 22 0 72 0 89 0 56 0 0 0 17 0 39 0 100 0 139 0 122 0 117 0 50 0 133 0 150 0 139 0 161 0 156 0 122 0 133 0 89 0 117 0 161 0 144 0 128 0 161 0 144 0 167 0 200 0 211 0 189 0 +USW00094728193603TMIN -39 0 -67 0 0 0 22 0 -6 0 -50 0 -83 0 -39 0 33 0 39 0 61 0 33 0 6 0 6 0 39 0 56 0 100 0 78 0 44 0 44 0 39 0 33 0 44 0 72 0 56 0 56 0 67 0 89 0 72 0 117 0 44 0 +USW00094728193603PRCP 0 0 13 0 10 0 0 0 25 0 0 0 0 0 0 0 0 0 5 0 384 0 124 0 5 0 0 0 0 0 0 0 8 0 353 0 53 0 66 0 114 0 3 0 5 0 10 0 0 0 0 0 155 0 51 0 0 0 0 0 0T 0 +USW00094728193603SNOW 0 0 13 0 13 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193603SNWD 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193604TMAX 94 0 67 0 67 0 89 0 83 0 200 0 89 0 89 0 83 0 94 0 94 0 67 0 67 0 156 0 183 0 133 0 89 0 100 0 117 0 189 0 272 0 122 0 144 0 128 0 100 0 167 0 156 0 150 0 222 0 256 0-9999 +USW00094728193604TMIN 22 0 39 0 33 0 -11 0 44 0 83 0 28 0 -6 0 22 0 22 0 56 0 39 0 44 0 39 0 78 0 56 0 39 0 44 0 44 0 56 0 61 0 17 0 11 0 56 0 28 0 89 0 50 0 72 0 111 0 144 0-9999 +USW00094728193604PRCP 13 0 41 0 43 0 0 0 112 0 318 0 13 0 0 0 84 0 41 0 46 0 23 0 51 0 0 0 8 0 25 0 0 0 0 0 0T 0 0 0 23 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0-9999 +USW00094728193604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193605TMAX 261 0 250 0 222 0 172 0 222 0 217 0 211 0 328 0 333 0 194 0 233 0 283 0 250 0 178 0 200 0 178 0 267 0 322 0 239 0 200 0 200 0 228 0 267 0 333 0 261 0 272 0 267 0 167 0 206 0 194 0 228 0 +USW00094728193605TMIN 161 0 150 0 161 0 117 0 111 0 106 0 122 0 139 0 167 0 106 0 100 0 139 0 167 0 89 0 67 0 72 0 83 0 183 0 183 0 89 0 89 0 94 0 106 0 161 0 172 0 139 0 144 0 78 0 67 0 117 0 89 0 +USW00094728193605PRCP 0 0 0 0 119 0 71 0 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 414 0 18 0 0 0 0 0 0 0 0T 0 53 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 71 0 0 0 0 0 0 0 0 0 +USW00094728193605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193606TMAX 289 0 306 0 322 0 244 0 272 0 278 0 261 0 261 0 267 0 228 0 267 0 256 0 189 0 172 0 233 0 256 0 261 0 206 0 239 0 278 0 289 0 244 0 233 0 194 0 272 0 311 0 250 0 261 0 267 0 217 0-9999 +USW00094728193606TMIN 144 0 189 0 200 0 172 0 139 0 150 0 150 0 156 0 161 0 172 0 172 0 189 0 161 0 156 0 172 0 167 0 150 0 189 0 194 0 194 0 161 0 144 0 144 0 122 0 139 0 172 0 211 0 183 0 150 0 156 0-9999 +USW00094728193606PRCP 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 107 0 0T 0 378 0 81 0 10 0 0 0 0 0 203 0 0 0 0T 0 218 0 0 0 3 0 66 0 0T 0 0 0 0T 0 56 0 0 0 33 0-9999 +USW00094728193606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193607TMAX 272 0 267 0 244 0 311 0 289 0 283 0 322 0 361 0 411 0 389 0 344 0 311 0 289 0 339 0 322 0 311 0 311 0 267 0 300 0 233 0 239 0 267 0 283 0 267 0 289 0 322 0 233 0 339 0 322 0 278 0 278 0 +USW00094728193607TMIN 161 0 172 0 183 0 189 0 200 0 178 0 178 0 211 0 250 0 228 0 222 0 206 0 211 0 222 0 217 0 189 0 189 0 189 0 178 0 183 0 178 0 167 0 183 0 206 0 178 0 156 0 183 0 189 0 217 0 156 0 156 0 +USW00094728193607PRCP 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0T 0 0 0 3 0 0T 0 0 0 124 0 0 0 0 0 0 0 160 0 0T 0 99 0 0T 0 0 0 0 0 66 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 +USW00094728193607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193608TMAX 317 0 339 0 356 0 350 0 278 0 206 0 272 0 283 0 272 0 283 0 289 0 300 0 322 0 333 0 322 0 328 0 322 0 267 0 300 0 322 0 244 0 250 0 311 0 311 0 333 0 261 0 239 0 239 0 261 0 261 0 233 0 +USW00094728193608TMIN 172 0 189 0 211 0 244 0 206 0 156 0 150 0 172 0 167 0 178 0 189 0 206 0 217 0 222 0 222 0 233 0 206 0 161 0 200 0 228 0 206 0 183 0 183 0 217 0 222 0 167 0 178 0 150 0 178 0 183 0 150 0 +USW00094728193608PRCP 0 0 0 0 0 0 0T 0 0T 0 396 0 0 0 0 0 0 0 10 0 0 0 0 0 36 0 0 0 36 0 8 0 74 0 0 0 0 0 0 0 3 0 18 0 257 0 102 Z 5 0 13 0 0T 0 0T 0 58 0 0 0 0 0 +USW00094728193608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193609TMAX 267 0 239 0 283 0 261 0 239 0 250 0 272 0 328 0 317 0 294 0 256 0 317 0 261 0 222 0 194 0 278 0 267 0 200 0 267 0 228 0 250 0 272 0 217 0 233 0 194 0 189 0 228 0 217 0 139 0 139 0-9999 +USW00094728193609TMIN 139 0 172 0 178 0 156 0 156 0 156 0 156 0 211 0 211 0 200 0 194 0 200 0 194 0 156 0 167 0 194 0 194 0 133 0 139 0 144 0 161 0 183 0 178 0 139 0 111 0 78 0 133 0 139 0 78 0 78 0-9999 +USW00094728193609PRCP 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 15 0 0 0 0 0 996 0 8 0 23 0 0T 0 0T 0 0T 0 18 0 0 0 0 0 0 0 0T 0 74 0 86 0-9999 +USW00094728193609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193610TMAX 206 0 217 0 194 0 194 0 206 0 211 0 233 0 217 0 222 0 239 0 206 0 178 0 133 0 150 0 211 0 222 0 211 0 144 0 178 0 250 0 239 0 244 0 183 0 139 0 161 0 161 0 61 0 94 0 133 0 111 0 133 0 +USW00094728193610TMIN 117 0 117 0 111 0 100 0 111 0 117 0 178 0 178 0 156 0 161 0 172 0 61 0 44 0 106 0 150 0 156 0 144 0 106 0 72 0 122 0 133 0 167 0 111 0 83 0 72 0 -6 0 -22 0 6 0 44 0 39 0 11 0 +USW00094728193610PRCP 264 0 0 0 0 0 0 0 0 0 0 0 10 0 25 0 43 0 56 0 0T 0 0 0 0T 0 5 0 0T 0 5 0 579 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 3 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728193610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728193610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193611TMAX 178 0 222 0 239 0 194 0 111 0 111 0 100 0 128 0 111 0 106 0 100 0 111 0 133 0 144 0 122 0 44 0 89 0 94 0 28 0 117 0 156 0 89 0 22 0 56 0 106 0 67 0 -17 0 22 0 61 0 -17 0-9999 +USW00094728193611TMIN 78 0 117 0 178 0 94 0 44 0 28 0 72 0 94 0 50 0 11 0 0 0 33 0 56 0 39 0 22 0 -17 0 -22 0 -78 0 -78 0 -11 0 61 0 17 0 -28 0 -22 0 11 0 -17 0 -56 0 -56 0 -17 0 -83 0-9999 +USW00094728193611PRCP 0T 0 3 0 0T 0 15 0 43 0 0 0 5 0 102 0 0 0 0 0 0 0 0 0 0 0 0T 0 30 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 76 0 15 0 0T 0 0 0 0T 0 0 0 0 0-9999 +USW00094728193611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 81 0 0 0 0T 0 0 0 0T 0 0 0 0 0-9999 +USW00094728193611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193612TMAX 0 0 78 0 61 0 72 0 39 0 117 0 100 0 -11 0 33 0 100 0 78 0 61 0 50 0 67 0 106 0 111 0 111 0 6 0 89 0 128 0 44 0 6 0 6 0 94 0 133 0 172 0 156 0 150 0 33 0 44 0 156 0 +USW00094728193612TMIN -106 0 0 0 28 0 0 0 -22 0 -17 0 -50 0 -67 0 -11 0 33 0 61 0 22 0 -11 0 -22 0 17 0 28 0 6 0 -44 0 -50 0 11 0 6 0 -61 0 -72 0 -6 0 44 0 44 0 17 0 28 0 -11 0 33 0 44 0 +USW00094728193612PRCP 0 0 371 0 3 0 0 0 0 0 191 0 79 0 0 0 0 0 147 0 211 0 15 0 0 0 0 0 0 0 119 0 109 0 0 0 185 0 343 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 18 0 122 0 +USW00094728193612SNOW 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193701TMAX 111 0 50 Z 106 0 33 0 56 0 28 0 50 0 122 0 178 0 106 0 22 0 78 0 78 0 178 0 189 0 56 0 117 0 128 0 128 0 6 0 89 0 89 0 56 0 50 0 122 0 78 0 0 0 28 0 67 0 44 0 89 0 +USW00094728193701TMIN 22 0 22 Z 28 0 -6 0 -6 0 -22 0 0 0 44 0 100 0 6 0 -28 0 6 0 11 0 61 0 56 0 -22 0 -28 0 67 0 6 0 -28 0 0 0 56 0 -17 0 -28 0 44 0 0 0 -33 0 -39 0 17 0 -11 0 22 0 +USW00094728193701PRCP 0 0 76 Z 124 0 0 0 0 0 0 0 160 0 0T 0 0T 0 132 0 0T 0 0T 0 0 0 0T 0 119 0 0 0 198 0 43 0 0T 0 185 0 3 0 61 0 28 0 79 0 61 0 0 0 0 0 0 0 0 0 0 0 246 0 +USW00094728193701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 8 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 145 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193702TMAX 56 0 -22 0 6 0 -6 0 6 0 28 0 39 0 39 0 106 0 50 0 0 0 89 0 139 0 117 0 56 0 33 0 56 0 39 0 106 0 106 0 122 0 122 0 67 0 56 0 33 0 28 0 33 0 11 0-9999 -9999 -9999 +USW00094728193702TMIN -22 0 -89 0 -100 0 -94 0 -22 0 -28 0 0 0 11 0 39 0 -28 0 -67 0 -28 0 44 0 11 0 -17 0 -11 0 -44 0 -22 0 0 0 22 0 44 0 0 0 -11 0 0 0 -50 0 -67 0 -50 0 -67 0-9999 -9999 -9999 +USW00094728193702PRCP 0 0 0T 0 0 0 0 0 51 0 0 0 0 0 0T 0 10 0 3 0 0 0 0 0 0 0 173 0 0 0 0T 0 0 0 0 0 0 0 0T 0 74 0 290 0 0T 0 0 0 30 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728193702SNOW 0 0 0T 0 0 0 0 0 58 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 28 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728193702SNWD 0 0 0 0 0 0 0 0 51 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728193703TMAX 78 0 78 0 83 0 161 0 89 0 50 0 33 0 44 0 44 0 -6 0 -6 0 56 0 39 0 17 0 17 0 22 0 67 0 72 0 94 0 61 0 89 0 78 0 83 0 67 0 44 0 17 0 61 0 17 0 89 0 100 0 106 0 +USW00094728193703TMIN -50 0 6 0 6 0 28 0 22 0 0 0 -56 0 -17 0 -39 0 -72 0 -33 0 -44 0 -6 0 -17 0 -11 0 -17 0 -17 0 17 0 28 0 17 0 33 0 17 0 11 0 17 0 11 0 -44 0 -33 0 -22 0 -17 0 -11 0 -6 0 +USW00094728193703PRCP 0 0 0 0 0 0 3 0 0T 0 10 0 0 0 53 0 5 0 0 0 5 0 0 0 10 0 48 0 305 0 18 0 0T 0 5 0 0 0 180 0 25 0 0 0 0 0 0T 0 69 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193703SNOW 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 3 0 0 0 3 0 0 0 5 0 33 0 13 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193704TMAX 133 0 144 0 94 0 67 0 100 0 222 0 133 0 144 0 72 0 61 0 94 0 139 0 167 0 211 0 200 0 133 0 156 0 178 0 217 0 189 0 106 0 89 0 122 0 122 0 128 0 122 0 100 0 172 0 189 0 172 0-9999 +USW00094728193704TMIN 17 0 50 0 33 0 28 0 33 0 94 0 50 0 50 0 22 0 17 0 11 0 22 0 56 0 106 0 133 0 83 0 50 0 78 0 94 0 106 0 50 0 44 0 39 0 44 0 39 0 44 0 50 0 72 0 89 0 78 0-9999 +USW00094728193704PRCP 0 0 36 0 0 0 0 0 25 0 259 0 0 0 25 0 81 0 0 0 0T 0 0 0 0 0 18 0 0T 0 0 0 0 0 28 0 5 0 0 0 305 0 173 0 0 0 0 0 0 0 0T 0 282 0 56 0 0 0 0 0-9999 +USW00094728193704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193705TMAX 233 0 217 0 272 0 272 0 222 0 222 0 233 0 133 0 222 0 178 0 233 0 239 0 244 0 217 0 167 0 211 0 211 0 233 0 167 0 167 0 256 0 278 0 289 0 244 0 272 0 261 0 283 0 194 0 261 0 294 0 339 0 +USW00094728193705TMIN 72 0 106 0 94 0 133 0 128 0 133 0 133 0 100 0 111 0 83 0 72 0 122 0 161 0 139 0 100 0 78 0 111 0 111 0 106 0 78 0 111 0 161 0 156 0 150 0 122 0 161 0 194 0 139 0 139 0 133 0 178 0 +USW00094728193705PRCP 0 0 0 0 0 0 0 0 0 0 160 0 0T 0 0T 0 15 0 0T 0 0 0 0 0 147 0 353 0 8 0 0T 0 18 0 0 0 20 0 0T 0 0 0 0T 0 18 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 +USW00094728193705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193706TMAX 339 0 261 0 211 0 272 0 278 0 300 0 311 0 239 0 294 0 283 0 233 0 272 0 283 0 300 0 306 0 261 0 256 0 289 0 233 0 239 0 256 0 267 0 278 0 294 0 322 0 250 0 222 0 200 0 289 0 267 0-9999 +USW00094728193706TMIN 206 0 172 0 156 0 161 0 172 0 189 0 194 0 189 0 178 0 189 0 133 0 144 0 167 0 161 0 194 0 167 0 156 0 194 0 172 0 167 0 178 0 167 0 156 0 189 0 189 0 178 0 161 0 161 0 156 0 172 0-9999 +USW00094728193706PRCP 5 0 0 0 30 0 0T 0 0 0 97 0 0T 0 5 0 0 0 36 0 64 0 0T 0 0 0 180 0 0 0 0 0 53 0 28 0 0T 0 0 0 300 0 53 0 0 0 0 0 0 0 0 0 117 0 71 0 0 0 69 0-9999 +USW00094728193706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 W0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193707TMAX 250 0 250 0 233 0 294 0 261 0 300 0 344 0 367 0 378 0 378 0 328 0 283 0 311 0 244 0 250 0 339 0 311 0 289 0 283 0 261 0 278 0 289 0 289 0 328 0 311 0 322 0 267 0 289 0 289 0 278 0 289 0 +USW00094728193707TMIN 167 0 144 0 183 0 167 0 183 0 200 0 222 0 239 0 261 0 261 0 222 0 217 0 189 0 167 0 161 0 217 0 233 0 211 0 194 0 194 0 178 0 178 0 200 0 211 0 222 0 217 0 194 0 167 0 183 0 194 0 183 0 +USW00094728193707PRCP 38 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 104 0 681 0 0T 0 89 0 274 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 170 0 0 0 0 0 0 0 0 0 48 0 +USW00094728193707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193708TMAX 311 0 317 0 300 0 306 0 306 0 306 0 300 0 289 0 306 0 328 0 294 0 294 0 289 0 283 0 306 0 322 0 333 0 328 0 300 0 350 0 350 0 250 0 178 0 178 0 256 0 244 0 283 0 294 0 272 0 278 0 328 0 +USW00094728193708TMIN 200 0 172 0 183 0 206 0 211 0 228 0 222 0 233 0 228 0 244 0 200 0 211 0 206 0 183 0 183 0 194 0 206 0 228 0 222 0 244 0 250 0 139 0 139 0 156 0 172 0 189 0 206 0 189 0 206 0 217 0 217 0 +USW00094728193708PRCP 0 0 221 0 0 0 0 0 0 0 0T 0 8 0 5 0 0T 0 10 0 559 0 74 0 0 0 0 0 0 0 0 0 51 0 5 0 13 0 0 0 79 0 373 0 325 0 97 0 3 0 28 0 10 0 0 0 0 0 0T 0 0 0 +USW00094728193708SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193709TMAX 322 0 339 0 322 0 333 0 222 0 206 0 267 0 267 0 250 0 256 0 261 0 250 0 156 0 222 0 233 0 256 0 183 0 200 0 206 0 200 0 222 0 211 0 239 0 294 0 256 0 233 0 183 0 133 0 200 0 211 0-9999 +USW00094728193709TMIN 222 0 233 0 233 0 200 0 144 0 128 0 128 0 144 0 156 0 156 0 156 0 156 0 122 0 117 0 133 0 172 0 100 0 72 0 122 0 106 0 94 0 111 0 133 0 144 0 178 0 133 0 94 0 100 0 106 0 106 0-9999 +USW00094728193709PRCP 0 0 0 0 0 0 328 0 109 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 780 0 0 0 0 0 0 0 13 0 0 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0-9999 +USW00094728193709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193710TMAX 222 0 233 0 150 0 217 0 228 0 261 0 250 0 139 0 117 0 106 0 133 0 211 0 111 0 122 0 106 0 117 0 139 0 178 0 178 0 194 0 189 0 194 0 183 0 89 0 128 0 161 0 194 0 144 0 156 0 217 0 139 0 +USW00094728193710TMIN 100 0 144 0 111 0 128 0 144 0 189 0 111 Z 61 0 33 0 67 0 72 0 83 0 72 0 33 0 11 0 44 0 44 0 72 0 150 0 106 0 89 0 133 0 78 0 61 0 39 0 83 0 111 0 111 0 106 0 106 0 56 0 +USW00094728193710PRCP 0 0 0T 0 0T 0 0 0 89 0 20 0 0T 0 0 0 8 0 18 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 211 0 467 0 0 0 61 0 38 0 0T 0 0 0 0 0 36 0 211 0 0 0 0 0 0 0 +USW00094728193710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193711TMAX 122 0 194 0 128 0 122 0 128 0 111 0 156 0 194 0 183 0 183 0 67 0 100 0 161 0 178 0 111 0 106 0 78 0 67 0 50 0 44 0 44 0 22 0 50 0 83 0 144 0 122 0 122 0 161 0 133 0 111 0-9999 +USW00094728193711TMIN 28 0 89 0 44 0 28 0 67 0 44 0 39 0 94 0 89 0 67 0 11 0 22 0 94 0 111 0 61 0 44 0 56 0 22 0 11 0 22 0 -6 0 -22 0 -22 0 -6 0 17 0 61 0 100 0 100 0 33 0 22 0-9999 +USW00094728193711PRCP 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 33 0 523 0 0 0 5 0 0 0 0T 0 0 0 5 0 20 0 20 0 0 0 0 0 0 0 0 0 0T 0 48 0 544 0 0 0 0 0-9999 +USW00094728193711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193712TMAX 67 0 33 0 39 0 67 0 72 0 78 0 44 0 44 0 44 0 0 0 -11 0 -6 0 -33 0 6 0 33 0 67 0 56 0 172 0 78 0 50 0 22 0 100 0 83 0 33 0 83 0 83 0 44 0 33 0 33 0 61 0 33 0 +USW00094728193712TMIN 11 0 -6 0 -28 0 0 0 28 0 44 0 -44 0 -50 0 -50 0 -56 0 -61 0 -78 0 -72 0 -72 0 -39 0 0 0 28 0 39 0 17 0 11 0 -17 0 22 0 -11 0 -22 0 22 0 22 0 11 0 -6 0 0 0 11 0 6 0 +USW00094728193712PRCP 0 0 0 0 0 0 0 0 0 0 157 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 104 0 99 0 41 0 0 0 0 0 0T 0 0 0 0 0 79 0 0T 0 0 0 0T 0 30 0 0 0 0 0 13 0 +USW00094728193712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 10 0 0 0 0 0 5 0 +USW00094728193712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193801TMAX 6 0 67 0 28 0 33 0 83 0 106 0 111 0 56 0 -11 0 -22 0 -22 0 6 0 39 0 22 0 0 0 22 0 17 0 -83 0 -28 0 39 0 33 0 17 0 78 0 106 0 133 0 17 0 -28 0 -44 0 33 0 139 0 133 0 +USW00094728193801TMIN -22 0 0 0 -6 0 -17 0 6 0 22 0 56 0 -22 0 -67 0 -61 0 -33 0 -22 0 -22 0 -11 0 -78 0 -89 0 -78 0 -144 0 -139 0 -50 0 -6 0 0 0 11 0 17 0 17 0 -67 0 -78 0 -100 0 -72 0 28 0 -22 0 +USW00094728193801PRCP 36 0 3 0 0 0 0 0 0 0 10 0 343 0 0 0 0 0 3 0 10 0 48 0 18 0 8 0 0T 0 0T 0 30 0 0 0 0T 0 0T 0 94 0 5 0 0 0 107 0 175 0 0 0 0 0 0 0 0T 0 0 0 124 0 +USW00094728193801SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 8 0 48 0 15 0 5 0 0T 0 0T 0 33 0 0 0 0T 0 0T 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 +USW00094728193801SNWD 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 51 0 25 0 25 0 25 0 51 0 51 0 51 0 25 0 76 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193802TMAX -17 0 17 0 100 0 72 0 72 0 144 0 122 0 72 0 83 0 111 0 -17 0 44 0 78 0 144 0 11 0 0 0 39 0 156 0 133 0 11 0 22 0 44 0 56 0 44 0 17 0 33 0 39 0 28 0-9999 -9999 -9999 +USW00094728193802TMIN -72 0 -72 0 17 0 6 0 0 0 56 0 0 0 -17 0 17 0 -33 0 -72 0 -22 0 44 0 11 0 -72 0 -78 0 -44 0 28 0 11 0 -39 0 -61 0 -17 0 28 0 0 0 -56 0 -67 0 6 0 -111 0-9999 -9999 -9999 +USW00094728193802PRCP 0 0 0 0 56 0 0 0 0 0 33 0 3 0 0 0 30 0 0 0 0T 0 0T 0 66 0 0T 0 0 0 0 0 0T 0 10 0 132 0 64 0 0 0 25 0 74 0 5 0 0T 0 0 0 3 0 0T 0-9999 -9999 -9999 +USW00094728193802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0-9999 -9999 -9999 +USW00094728193802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728193803TMAX 89 0 128 0 94 0 -17 0 89 0 94 0 78 0 56 0 61 0 17 0 67 0 106 0 139 0 106 0 56 0 50 0 50 0 122 0 183 0 183 0 233 0 250 0 239 0 172 0 133 0 117 0 111 0 144 0 178 0 94 0 94 0 +USW00094728193803TMIN -106 0 39 0 -117 0 -128 0 -17 0 -11 0 -11 0 -6 0 -6 0 -22 0 -28 0 22 0 50 0 17 0 0 0 17 0 28 0 22 0 56 0 111 0 122 0 122 0 133 0 61 0 39 0 56 0 33 0 22 0 67 0 50 0 50 0 +USW00094728193803PRCP 0 0 0 0 0T 0 0T 0 84 0 5 0 0 0 0T 0 0T 0 3 0 3 0 3 0 48 0 142 0 36 0 145 0 10 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 20 0 0T 0 0 0 0T 0 36 0 30 0 +USW00094728193803SNOW 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 0T 0 0T 0 3 0 0T 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193804TMAX 189 0 83 0 94 0 111 0 72 0 6 0 44 0 44 0 94 0 72 0 111 0 189 0 200 0 250 0 289 0 178 0 144 0 178 0 233 0 294 0 233 0 189 0 161 0 167 0 194 0 200 0 228 0 317 0 272 0 183 0-9999 +USW00094728193804TMIN 89 0 50 0 22 0 39 0 6 0 -22 0 -11 0 17 0 28 0 17 0 6 0 78 0 94 0 122 0 156 0 72 0 56 0 117 0 139 0 144 0 128 0 94 0 50 0 78 0 72 0 89 0 100 0 150 0 111 0 106 0-9999 +USW00094728193804PRCP 0 0 0T 0 0T 0 0 0 0 0 97 0 89 0 185 0 56 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 358 0 20 0 0T 0 5 0 36 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 13 0-9999 +USW00094728193804SNOW 0 0 0T 0 0T 0 0 0 0 0 84 0 79 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193804SNWD 0 0 0 0 0 0 0 0 0 0 51 0 102 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193805TMAX 217 0 272 0 217 0 200 0 217 0 256 0 261 0 189 0 161 0 183 0 178 0 161 0 178 0 178 0 128 0 211 0 250 0 222 0 183 0 194 0 239 0 256 0 217 0 267 0 194 0 178 0 211 0 256 0 189 0 183 0 200 0 +USW00094728193805TMIN 94 0 139 0 150 0 122 0 122 0 117 0 111 0 128 0 122 0 106 0 89 0 50 0 72 0 78 0 89 0 89 0 133 0 117 0 111 0 133 0 161 0 139 0 128 0 117 0 89 0 100 0 133 0 150 0 111 0 89 0 78 0 +USW00094728193805PRCP 0 0 0 0 0T 0 0 0 0 0 18 0 0 0 0T 0 8 0 97 0 0T 0 20 0 0 0 234 0 201 0 0 0 0 0 0 0 0T 0 5 0 0 0 41 0 0T 0 84 0 0 0 109 0 38 0 0 0 0 0 0 0 0 0 +USW00094728193805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193806TMAX 222 0 228 0 244 0 217 0 256 0 272 0 322 0 272 0 272 0 250 0 289 0 322 0 239 0 256 0 239 0 233 0 239 0 272 0 283 0 289 0 294 0 267 0 278 0 311 0 317 0 289 0 172 0 156 0 256 0 256 0-9999 +USW00094728193806TMIN 83 0 111 0 178 0 167 0 133 0 122 0 189 0 156 0 167 0 156 0 183 0 211 0 156 0 156 0 150 0 144 0 150 0 183 0 194 0 183 0 200 0 189 0 206 0 200 0 228 0 172 0 144 0 139 0 133 0 167 0-9999 +USW00094728193806PRCP 0 0 0T 0 46 0 23 0 91 0 0 0 168 0 122 0 0 0 0 0 81 0 64 0 168 0 3 0 0T 0 0 0 0 0 76 0 0 0 0 0 0 0 10 0 0T 0 20 0 0 0 239 0 272 0 429 0 0 0 0 0-9999 +USW00094728193806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193807TMAX 256 0 289 0 244 0 256 0 306 0 311 0 278 0 289 0 300 0 339 0 317 0 300 0 311 0 272 0 294 0 300 0 306 0 306 0 250 0 256 0 283 0 250 0 244 0 244 0 278 0 278 0 306 0 322 0 328 0 317 0 311 0 +USW00094728193807TMIN 183 0 189 0 161 0 139 0 172 0 200 0 178 0 194 0 222 0 222 0 222 0 211 0 211 0 222 0 217 0 200 0 217 0 228 0 222 0 217 0 211 0 222 0 217 0 200 0 206 0 211 0 206 0 217 0 228 0 222 0 233 0 +USW00094728193807PRCP 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 135 0 3 0 0 0 64 0 99 0 0 0 0T 0 41 0 8 0 183 0 89 0 76 0 610 0 84 0 0 0 0T 0 0T 0 3 0 76 0 0T 0 0T 0 +USW00094728193807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193808TMAX 328 0 344 0 339 0 294 0 333 0 283 0 317 0 300 0 311 0 289 0 333 0 267 0 306 0 328 0 356 0 350 0 300 0 278 0 289 0 322 0 300 0 317 0 317 0 261 0 261 0 272 0 306 0 289 0 272 0 311 0 289 0 +USW00094728193808TMIN 233 0 228 0 244 0 239 0 244 0 233 0 233 0 211 0 206 0 200 0 206 0 189 0 178 0 211 0 228 0 261 0 244 0 211 0 194 0 194 0 200 0 206 0 189 0 183 0 167 0 167 0 200 0 189 0 178 0 167 0 206 0 +USW00094728193808PRCP 36 0 0T 0 0 0 0T 0 15 0 208 0 5 0 373 0 0 0 76 0 221 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 61 0 +USW00094728193808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193809TMAX 278 0 244 0 239 0 300 0 250 0 239 0 256 0 211 0 211 0 211 0 233 0 222 0 278 0 250 0 289 0 233 0 189 0 194 0 217 0 200 0 172 0 200 0 217 0 289 0 217 0 222 0 256 0 228 0 228 0 167 0-9999 +USW00094728193809TMIN 189 0 161 0 161 0 183 0 150 0 128 0 156 0 144 0 111 0 117 0 144 0 144 0 194 0 167 0 194 0 150 0 128 0 156 0 183 0 172 0 117 0 111 0 128 0 150 0 106 0 111 0 144 0 122 0 144 0 117 0-9999 +USW00094728193809PRCP 5 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0 0 0 0 0 0T 0 43 0 0T 0 74 0 0T 0 48 0 112 0 447 0 429 0 1029 0 0 0 3 0 0 0 0 0 0 0 69 0 0 0 0T 0 33 0-9999 +USW00094728193809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193810TMAX 178 0 178 0 167 0 194 0 228 0 150 0 156 0 200 0 178 0 211 0 256 0 267 0 228 0 211 0 239 0 278 0 322 0 217 0 228 0 256 0 167 0 178 0 172 0 178 0 156 0 194 0 172 0 161 Z 200 Z 150 Z 139 Z +USW00094728193810TMIN 94 0 83 0 89 0 83 0 83 0 83 0 67 0 56 0 106 0 89 0 106 0 150 0 144 0 172 0 167 0 150 0 156 0 144 0 144 0 128 0 83 0 111 0 128 0 89 0 78 0 94 0 106 0 117 Z 133 Z 89 Z 61 Z +USW00094728193810PRCP 0 0 0 0 0 0 0 0 0 0 165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 135 0 0 0 0 0 0T 0 124 0 0 0 0 0 3 0 18 Z 0T Z 0 Z 0 Z +USW00094728193810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193811TMAX 178 0 200 0 139 0 194 0 233 0 211 0 256 0 217 0 128 0 144 0 167 0 211 0 189 0 122 0 94 0 72 0 139 0 200 0 200 0 117 0 111 0 128 0 111 0 11 0 -17 0 -17 0 11 0 17 0 56 0 89 0-9999 +USW00094728193811TMIN 50 0 67 0 106 0 106 0 172 0 178 0 172 0 94 0 44 0 56 0 83 0 106 0 122 0 44 0 28 0 17 0 72 0 89 0 50 0 50 0 50 0 72 0 11 0 -61 0 -72 0 -89 0 -39 0 -44 0 -44 0 28 0-9999 +USW00094728193811PRCP 0 0 0 0 0 0 0 0 0T 0 38 0 0T 0 112 0 18 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 119 0 0T 0 173 0 0T 0 0 0 0T 0 13 0 155 0 130 0 13 0 61 0 0 0 0 0 0 0-9999 +USW00094728193811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 99 0 124 0 13 0 89 0 0 0 0 0 0 0-9999 +USW00094728193811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 203 0 178 0 229 0 203 0 152 0 102 0-9999 +USW00094728193812TMAX 50 0 0 0 117 0 161 0 144 0 144 0 117 0 117 0 100 0 117 0 67 0 89 0 50 0 72 0 6 0 28 0 56 0 44 0 28 0 39 0 6 0 0 0 -6 0 39 0 56 0 44 0 117 0 -22 0 17 0 11 0 28 0 +USW00094728193812TMIN -50 0 -72 0 -39 0 83 0 61 0 61 0 50 0 56 0 78 0 56 0 28 0 22 0 0 0 -11 0 -44 0 -56 0 22 0 22 0 11 0 -11 0 -22 0 -56 0 -56 0 -11 0 0 0 -6 0 -44 0 -67 0 -67 0 -28 0 -39 0 +USW00094728193812PRCP 0 0 0 0 15 0 46 0 145 0 23 0 0 0 0T 0 74 0 30 0 0 0 25 0 0 0 0 0 0 0 0 0 8 0 8 0 15 0 0 0 8 0 0 0 8 0 0 0 0 0 71 0 183 0 0 0 0T 0 0 0 8 0 +USW00094728193812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 10 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 23 0 +USW00094728193812SNWD 76 0 76 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728193901TMAX 67 0 117 0 33 0 17 0 72 0 128 0 117 0 83 0 106 0 122 0 106 0 39 0 -11 0 -33 0 22 0 17 0 22 0 -17 0 -17 0 -22 0 -11 0 56 0 -33 0 28 0 28 0 -78 0 -39 0 11 0 50 0 28 0 -11 0 +USW00094728193901TMIN 11 0 33 0 -6 0 -11 0 6 0 61 0 44 0 33 0 17 0 67 0 33 0 -22 0 -33 0 -44 0 -61 0 -22 0 -17 0 -44 0 -61 0 -89 0 -50 0 -78 0 -117 0 -44 0 -122 0 -133 0 -144 0 -67 0 6 0 -17 0 -72 0 +USW00094728193901PRCP 0 0 0 0 0 0 0 0 33 0 264 0 0 0 0 0 0 0 25 0 0 0 0 0 198 0 28 0 0 0 0 0 0 0 0T 0 8 0 0 0 5 0 18 0 0 0 3 0 0 0 0T 0 0T 0 0 0 64 0 302 0 18 0 +USW00094728193901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 198 0 25 0 0 0 0 0 0 0 0T 0 10 0 0 0 8 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 20 0 +USW00094728193901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 203 0 178 0 152 0 127 0 127 0 102 0 102 0 102 0 51 0 51 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 25 0 +USW00094728193902TMAX 22 0 44 0 44 0 11 0 17 0 50 0 61 0 67 0 78 0 56 0 61 0 44 0 128 0 89 0 167 0 -17 0 39 0 128 0 133 0 206 0 111 0 33 0 -17 0 67 0 22 0 111 0 111 0 139 0-9999 -9999 -9999 +USW00094728193902TMIN -83 0 0 0 11 0 -50 0 -61 0 6 0 0 0 11 0 11 0 0 0 -56 0 -67 0 11 0 33 0 -17 0 -94 0 -100 0 17 0 56 0 89 0 22 0 -78 0 -89 0 -44 0 -44 0 11 0 44 0 11 0-9999 -9999 -9999 +USW00094728193902PRCP 0 0 25 0 381 0 0T 0 0 0 5 0 142 0 0 0 0 0 130 0 64 0 0 0 0 0 0 0 107 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 25 0 0 0 0T 0 0 0 404 0 0 0 292 0-9999 -9999 -9999 +USW00094728193902SNOW 0 0 8 0 0 0 0 0 0 0 3 0 112 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728193902SNWD 0T 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728193903TMAX 89 0 33 0 72 0 100 0 94 0 161 0 56 0 28 0 94 0 50 0 0 0 11 0 39 0 67 0 111 0 100 0 50 0 28 0 6 0 78 0 39 0 50 0 94 0 222 0 156 0 144 0 228 0 44 0 72 0 89 0 106 0 +USW00094728193903TMIN 22 0 -6 0 -17 0 28 0 67 0 39 0 -39 0 -67 0 0 0 -50 0 -89 0 -11 0 -11 0 17 0 0 0 6 0 -11 0 -28 0 -72 0 6 0 -33 0 -28 0 -39 0 39 0 50 0 39 0 39 0 17 0 -6 0 33 0 67 0 +USW00094728193903PRCP 0 0 0 0 0 0 20 0 76 0 91 0 0 0 0 0 30 0 0 0 102 0 226 0 48 0 0 0 188 0 48 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0 0 84 0 114 0 0T 0 185 0 0 0 +USW00094728193903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 0 0 69 0 10 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 +USW00094728193903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 76 0 102 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193904TMAX 122 0 78 0 67 0 50 0 128 0 128 0 100 0 56 0 78 0 78 0 233 0 117 0 106 0 133 0 139 0 111 0 83 0 100 0 139 0 161 0 161 0 178 0 217 0 189 0 300 0 106 0 144 0 78 0 144 0 167 0-9999 +USW00094728193904TMIN 39 0 39 0 33 0 11 0 0 0 56 0 17 0 22 0 6 0 44 0 44 0 0 0 -11 0 39 0 72 0 39 0 39 0 39 0 83 0 78 0 89 0 100 0 89 0 106 0 106 0 83 0 83 0 56 0 67 0 61 0-9999 +USW00094728193904PRCP 137 0 236 0 0T 0 0 0 0 0 330 0 0 0 0T 0 25 0 13 0 46 0 3 0 0 0 0T 0 0T 0 3 0 64 0 43 0 97 0 0 0 0 0 18 0 0 0 0 0 0 0 30 0 0T 0 20 0 0 0 18 0-9999 +USW00094728193904SNOW 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193905TMAX 178 0 161 0 133 0 222 0 261 0 317 0 333 0 222 0 233 0 256 0 244 0 189 0 111 0 172 0 172 0 156 0 228 0 239 0 278 0 322 0 239 0 189 0 178 0 217 0 267 0 244 0 244 0 322 0 322 0 317 0 356 0 +USW00094728193905TMIN 72 0 78 0 94 0 94 0 139 0 156 0 139 0 111 0 156 0 156 0 144 0 94 0 78 0 61 0 72 0 67 0 72 0 133 0 117 0 178 0 150 0 122 0 117 0 117 0 117 0 167 0 150 0 217 0 222 0 200 0 228 0 +USW00094728193905PRCP 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 137 0 0 0 0T 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 +USW00094728193905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193906TMAX 267 0 244 0 239 0 267 0 306 0 283 0 256 0 328 0 344 0 300 0 306 0 294 0 272 0 261 0 244 0 300 0 339 0 222 0 200 0 289 0 317 0 267 0 289 0 294 0 256 0 250 0 239 0 278 0 267 0 278 0-9999 +USW00094728193906TMIN 172 0 167 0 156 0 156 0 161 0 161 0 133 0 161 0 228 0 194 0 194 0 217 0 189 0 178 0 156 0 200 0 167 0 161 0 150 0 172 0 200 0 189 0 189 0 172 0 189 0 172 0 167 0 178 0 206 0 211 0-9999 +USW00094728193906PRCP 0 0 0T 0 0 0 25 0 0 0 0 0 0 0 0T 0 0T 0 43 0 5 0 0 0 264 0 94 0 0 0 0 0 5 0 0 0 15 0 18 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 8 0 483 0-9999 +USW00094728193906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193907TMAX 294 0 278 0 272 0 294 0 300 0 283 0 317 0 339 0 322 0 344 0 289 0 306 0 244 0 311 0 294 0 267 0 294 0 294 0 289 0 283 0 267 0 233 0 317 0 317 0 339 0 311 0 289 0 289 0 278 0 278 0 317 0 +USW00094728193907TMIN 194 0 189 0 161 0 183 0 228 0 217 0 222 0 244 0 250 0 228 0 178 0 189 0 178 0 211 0 183 0 167 0 167 0 178 0 183 0 189 0 183 0 167 0 150 0 211 0 217 0 217 0 228 0 228 0 233 0 228 0 222 0 +USW00094728193907PRCP 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 64 0 8 0 145 0 0T 0 0 0 +USW00094728193907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193908TMAX 344 0 300 0 317 0 289 0 317 0 300 0 322 0 272 0 344 0 328 0 311 0 300 0 322 0 333 0 322 0 289 0 322 0 311 0 256 0 317 0 322 0 322 0 322 0 306 0 283 0 272 0 272 0 250 0 217 0 206 0 206 0 +USW00094728193908TMIN 233 0 206 0 228 0 200 0 206 0 217 0 222 0 222 0 222 0 211 0 217 0 217 0 233 0 222 0 222 0 233 0 239 0 233 0 200 0 233 0 233 0 233 0 217 0 222 0 211 0 211 0 194 0 200 0 183 0 167 0 178 0 +USW00094728193908PRCP 0 0 0 0 20 0 18 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 10 0 10 0 0 0 94 0 0 0 0T 0 587 0 5 0 0T 0 0 0 0 0 3 0 267 0 48 0 0 0 0 0 15 0 71 0 58 0 +USW00094728193908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193909TMAX 267 0 278 0 272 0 272 0 261 0 233 0 261 0 311 0 278 0 261 0 233 0 206 0 239 0 261 0 294 0 311 0 261 0 194 0 211 0 239 0 206 0 233 0 261 0 244 0 261 0 233 0 194 0 244 0 200 0 267 0-9999 +USW00094728193909TMIN 172 0 194 0 194 0 211 0 172 0 133 0 133 0 194 0 167 0 183 0 156 0 128 0 144 0 150 0 161 0 200 0 183 0 117 0 117 0 144 0 161 0 117 0 144 0 156 0 178 0 128 0 89 0 133 0 156 0 194 0-9999 +USW00094728193909PRCP 0 0 0 0 0 0 0 0 56 0 0 0 38 0 155 0 0 0 10 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 66 0 0 0 0T 0 86 0-9999 +USW00094728193909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193910TMAX 194 0 128 0 117 0 183 0 233 0 239 0 272 0 222 0 289 0 328 0 239 0 167 0 200 0 156 0 139 0 183 0 156 0 122 0 206 0 250 0 228 0 206 0 122 0 122 0 139 0 217 0 206 0 194 0 111 0 122 0 106 0 +USW00094728193910TMIN 117 0 89 0 83 0 106 0 106 0 144 0 156 0 144 0 172 0 183 0 128 0 111 0 106 0 72 0 28 0 56 0 50 0 17 0 78 0 133 0 139 0 100 0 50 0 33 0 39 0 128 0 139 0 56 0 22 0 67 0 56 0 +USW00094728193910PRCP 173 0 185 0 51 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 102 0 8 0 0T 0 0 0 0T 0 5 0 61 0 25 0 0 0 135 0 351 0 +USW00094728193910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728193911TMAX 122 0 144 0 106 0 89 0 83 0 89 0 128 0 144 0 61 0 167 0 133 0 106 0 61 0 50 0 111 0 189 0 133 0 194 0 122 0 39 0 33 0 61 0 83 0 50 0 22 0 72 0 106 0 111 0 106 0 133 0-9999 +USW00094728193911TMIN 44 0 67 0 28 0 6 0 39 0 44 0 44 0 56 0 22 0 17 0 78 0 11 0 -6 0 -17 0 -11 0 50 0 78 0 72 0 28 0 -11 0 17 0 22 0 11 0 6 0 0 0 -6 0 28 0 22 0 39 0 61 0-9999 +USW00094728193911PRCP 0 0 0 0 0 0 0 0 356 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728193912TMAX 122 0 128 0 128 0 78 0 67 0 50 0 111 0 67 0 89 0 161 0 117 0 22 0 61 0 44 0 33 0 67 0 117 0 100 0 78 0 117 0 44 0 17 0 28 0 -22 0 39 0 11 0 -72 0 0 0 33 0 22 0 17 0 +USW00094728193912TMIN 39 0 83 0 67 0 39 0 28 0 28 0 22 0 6 0 -6 0 67 0 -50 0 -67 0 0 0 -28 0 -39 0 17 0 39 0 50 0 39 0 44 0 17 0 -22 0 -33 0 -78 0 -50 0 -72 0 -106 0 -100 0 -17 0 -28 0 -78 0 +USW00094728193912PRCP 0T 0 89 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 38 0 3 0 0 0 58 0 0 0 0 0 0T 0 0T 0 0 0 0 0 97 0 0T 0 3 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 66 0 0T 0 +USW00094728193912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 74 0 0T 0 +USW00094728193912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 51 0 +USW00094728194001TMAX -44 0 -22 0 6 0 0 0 -17 0 -11 0 -33 0 -44 0 -17 0 11 0 0 0 22 0 33 0 111 0 122 0 22 0 -72 0 -33 0 -61 0 -67 0 0 0 6 0 -6 0 -17 0 -11 0 -28 0 -39 0 -17 0 6 0 11 0 17 0 +USW00094728194001TMIN -94 0 -83 0 -83 0 -67 0 -89 0 -100 0 -111 0 -72 0 -67 0 -78 0 -50 0 0 0 17 0 11 0 22 0 -72 0 -106 0 -106 0 -122 0 -139 0 -100 0 -78 0 -67 0 -56 0 -67 0 -94 0 -106 0 -94 0 -67 0 -56 0 -83 0 +USW00094728194001PRCP 0 0 0 0 0 0 0 0 8 0 0 0 0 0 20 0 0T 0 0 0 0T 0 43 0 3 0 523 0 36 0 0T 0 3 0 0T 0 28 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194001SNOW 0 0 0 0 0 0 0 0 8 0 0 0 0 0 25 0 0T 0 0 0 0T 0 15 0 0 0 0 0 0 0 0T 0 3 0 0T 0 38 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194001SNWD 51 0 25 0 25 0 25 0 25 0 25 0 25 0 51 0 25 0 25 0 25 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194002TMAX 28 0 0 0 33 0 28 0 39 0 83 0 83 0 61 0 56 0 28 0 72 0 122 0 83 0 6 0 6 0 28 0 56 0 28 0 33 0 28 0 28 0 28 0 33 0 50 0 50 0 -17 0 -22 0 17 0 44 0-9999 -9999 +USW00094728194002TMIN -56 0 -94 0 -94 0 -17 0 6 0 0 0 39 0 0 0 22 0 0 0 28 0 28 0 -6 0 -56 0 -56 0 -67 0 -39 0 -11 0 6 0 6 0 -17 0 -56 0 -33 0 -28 0 -67 0 -94 0 -89 0 -39 0 -50 0-9999 -9999 +USW00094728194002PRCP 0T 0 20 0 0 0 0 0 0 0 36 0 3 0 0 0 0T 0 89 0 23 0 0 0 0T 0 246 0 46 0 0 0 0 0 0T 0 145 0 15 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 46 0 0T 0 0 0-9999 -9999 +USW00094728194002SNOW 0T 0 25 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 196 0 33 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 51 0 0T 0 0 0-9999 -9999 +USW00094728194002SNWD 0T 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 178 0 229 0 203 0 152 0 102 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 51 0 25 0 0T 0-9999 -9999 +USW00094728194003TMAX 44 0 11 0 11 0 11 0 33 0 56 0 39 0 44 0 44 0 17 0 0 0 22 0 39 0 72 0 78 0 6 0 78 0 56 0 111 0 89 0 61 0 56 0 -22 0 -6 0 6 0 61 0 61 0 78 0 78 0 144 0 172 0 +USW00094728194003TMIN -6 0 -28 0 -6 0 0 0 0 0 6 0 -6 0 0 0 -22 0 -11 0 -78 0 -89 0 -56 0 -11 0 6 0 -28 0 -17 0 0 0 22 0 17 0 -22 0 -28 0 -78 0 -83 0 -83 0 -33 0 -6 0 17 0 33 0 44 0 67 0 +USW00094728194003PRCP 0T 0 0T 0 175 0 251 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 224 0 180 0 46 0 8 0 8 0 46 0 10 0 0 0 99 0 0T 0 0 0 0 0 0 0 0 0 3 0 15 0 107 0 30 0 +USW00094728194003SNOW 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 0T 0 3 0 0 0 0 0 0 0 81 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194003SNWD 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194004TMAX 94 0 122 0 94 0 100 0 106 0 144 0 178 0 122 0 161 0 150 0 156 0 139 0 17 0 50 0 111 0 106 0 100 0 106 0 128 0 89 0 44 0 72 0 122 0 106 0 150 0 167 0 156 0 183 0 178 0 194 0-9999 +USW00094728194004TMIN 39 0 17 0 50 0 39 0 33 0 11 0 56 0 72 0 61 0 44 0 56 0 -17 0 -33 0 -11 0 -6 0 78 0 67 0 50 0 83 0 44 0 22 0 17 0 39 0 56 0 56 0 72 0 61 0 67 0 72 0 89 0-9999 +USW00094728194004PRCP 0 0 0 0 76 0 69 0 0 0 0 0 0 0 490 0 0T 0 0 0 0T 0 269 0 13 0 0T 0 0T 0 0T 0 0T 0 46 0 30 0 224 0 150 0 20 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00094728194004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194005TMAX 183 0 161 0 194 0 161 0 217 0 211 0 267 0 228 0 217 0 217 0 194 0 178 0 217 0 283 0 222 0 200 0 200 0 211 0 217 0 222 0 222 0 200 0 156 0 183 0 161 0 156 0 178 0 217 0 167 0 189 0 178 0 +USW00094728194005TMIN 106 0 111 0 106 0 100 0 100 0 122 0 156 0 139 0 94 0 106 0 83 0 67 0 117 0 150 0 144 0 133 0 122 0 106 0 117 0 144 0 156 0 139 0 122 0 117 0 117 0 117 0 122 0 144 0 106 0 94 0 111 0 +USW00094728194005PRCP 66 0 157 0 5 0 23 0 0 0 0T 0 0 0 0T 0 25 0 0 0 20 0 0 0 0T Z 0T 0 0 0 389 0 74 0 0 0 0 0 0T 0 20 0 135 0 86 0 0T 0 10 0 3 0 5 0 119 0 0 0 0T 0 795 0 +USW00094728194005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194006TMAX 233 0 278 0 311 0 344 0 317 0 300 0 311 0 239 0 300 0 183 0 211 0 278 0 339 0 272 0 306 0 283 0 250 0 222 0 328 0 222 0 211 0 233 0 250 0 150 0 211 0 211 0 267 0 256 0 283 0 256 0-9999 +USW00094728194006TMIN 144 0 150 0 172 0 206 0 228 0 233 0 172 0 172 0 183 0 133 0 133 0 167 0 222 0 189 0 194 0 183 0 172 0 178 0 194 0 133 0 111 0 111 0 139 0 133 0 133 0 150 0 128 0 161 0 178 0 150 0-9999 +USW00094728194006PRCP 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 64 0 10 0 3 0 0 0 0 0 0 0 5 0 0 0 0 0 0T 0 71 0 0 0 0 0 0 0 18 0 241 0 66 0 201 0 0T 0 36 0 43 0 8 0-9999 +USW00094728194006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194007TMAX 256 0 256 0 250 0 228 0 289 0 278 0 294 0 300 0 300 0 333 0 333 0 206 0 239 0 267 0 267 0 289 0 239 0 300 0 350 0 339 0 328 0 339 0 289 0 278 0 317 0 367 0 367 0 339 0 322 0 367 0 322 0 +USW00094728194007TMIN 139 0 144 0 144 0 144 0 150 0 150 0 172 0 189 0 189 0 217 0 194 0 150 0 150 0 156 0 167 0 172 0 189 0 189 0 217 0 244 0 256 0 222 0 206 0 222 0 222 0 233 0 233 0 233 0 233 0 244 0 211 0 +USW00094728194007PRCP 0T 0 0T 0 112 0 61 0 5 0 0 0 0 0 0 0 0 0 0T 0 493 0 33 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 8 0 94 0 0T 0 0 0 0 0 30 0 0 0 +USW00094728194007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194008TMAX 261 0 261 0 267 0 289 0 294 0 317 0 272 0 294 0 306 0 311 0 294 0 283 0 294 0 322 0 261 0 261 0 233 0 272 0 272 0 244 0 244 0 256 0 278 0 228 0 206 0 161 0 211 0 156 0 222 0 250 0 283 0 +USW00094728194008TMIN 178 0 178 0 156 0 178 0 200 0 217 0 211 0 194 0 211 0 211 0 183 0 194 0 217 0 217 0 200 0 183 0 206 0 217 0 167 0 156 0 128 0 150 0 161 0 122 0 111 0 122 0 133 0 133 0 139 0 183 0 189 0 +USW00094728194008PRCP 0 0 0 0 0 0 0 0 0T 0 18 0 33 0 0T 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0T 0 124 0 13 0 198 0 0 0 0 0 0 0 0T 0 0 0 43 0 130 0 38 0 368 0 15 0 28 0 0T 0 +USW00094728194008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194009TMAX 244 0 289 0 289 0 272 0 256 0 239 0 228 0 233 0 256 0 228 0 178 0 217 0 217 0 228 0 228 0 228 0 261 0 289 0 267 0 278 0 333 0 272 0 256 0 272 0 228 0 156 0 200 0 239 0 233 0 172 0-9999 +USW00094728194009TMIN 217 0 206 0 178 0 172 0 172 0 150 0 128 0 128 0 156 0 167 0 128 0 106 0 122 0 122 0 144 0 128 0 128 0 144 0 150 0 178 0 194 0 189 0 156 0 178 0 83 0 56 0 61 0 89 0 106 0 111 0-9999 +USW00094728194009PRCP 64 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 599 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194010TMAX 156 0 150 0 222 0 183 0 206 0 217 0 244 0 189 0 189 0 189 0 233 0 244 0 267 0 211 0 261 0 111 0 139 0 128 0 72 0 89 0 94 0 106 0 189 0 233 0 133 0 150 0 128 0 111 0 122 0 100 0 100 0 +USW00094728194010TMIN 94 0 106 0 122 0 106 0 83 0 128 0 144 0 133 0 106 0 89 0 83 0 128 0 139 0 133 0 89 0 56 0 56 0 28 0 -11 0 6 0 11 0 -11 0 44 0 122 0 89 0 61 0 33 0 17 0 17 0 56 0 61 0 +USW00094728194010PRCP 3 0 152 0 15 0 0 0 0 0 0 0 0T 0 104 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 20 0 320 0 0T 0 +USW00094728194010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194011TMAX 139 0 161 0 156 0 200 0 217 0 167 0 56 0 83 0 111 0 128 0 144 0 167 0 94 0 72 0 94 0 78 0 72 0 67 0 78 0 144 0 111 0 211 0 117 0 89 0 44 0 17 0 33 0 28 0 56 0 72 0-9999 +USW00094728194011TMIN 78 0 111 0 94 0 72 0 117 0 56 0 28 0 28 0 28 0 39 0 111 0 83 0 44 0 44 0 50 0 -6 0 -6 0 33 0 11 0 44 0 56 0 94 0 72 0 39 0 -22 0 -39 0 0 0 -22 0 -22 0 22 0-9999 +USW00094728194011PRCP 8 0 213 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0T 0 15 0 132 0 89 0 211 0 20 0 0T 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 30 0 0 0 107 0 69 0 0T 0 0T 0 0T 0-9999 +USW00094728194011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 13 0 0T 0 0T 0 0T 0-9999 +USW00094728194011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 25 0 0T 0 0 0-9999 +USW00094728194012TMAX 106 0 22 0 11 0 17 0 11 0 0 0 100 0 89 0 28 0 89 0 72 0 94 0 117 0 22 0 50 0 50 0 72 0 44 0 50 0 83 0 94 0 78 0 61 0 83 0 167 0 106 0 100 0 94 0 128 0 106 0 78 0 +USW00094728194012TMIN -33 0 -67 0 -117 0 -117 0 -33 0 -61 0 0 0 28 0 -11 0 -11 0 22 0 39 0 -6 0 -28 0 -17 0 33 0 -28 0 -39 0 -11 0 33 0 44 0 44 0 0 0 -11 0 33 0 50 0 56 0 61 0 56 0 39 0 33 0 +USW00094728194012PRCP 0 0 0T 0 0T 0 0T 0 89 0 0 0 13 0 0 0 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 315 0 3 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 30 0 3 0 170 0 74 0 0T 0 0 0 +USW00094728194012SNOW 0 0 0T 0 0T 0 0T 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194012SNWD 0 0 0 0 0 0 0 0 76 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194101TMAX 83 0 11 0 33 0 56 0 6 0 17 0 0 0 17 0 33 0 33 0 11 0 33 0 28 0 -39 0 -33 0 6 0 28 0 61 0 39 0 -17 0 11 0 83 0 83 0 6 0 22 0 11 0 -17 0 -6 0 22 0 -22 0 17 0 +USW00094728194101TMIN 6 0 -6 0 11 0 -44 0 -67 0 -50 0 -67 0 -78 0 -28 0 -11 0 -39 0 -56 0 -89 0 -122 0 -78 0 -67 0 6 0 22 0 -72 0 -78 0 -89 0 -6 0 6 0 -39 0 -39 0 -44 0 -61 0 -61 0 -94 0 -117 0 -61 0 +USW00094728194101PRCP 0 0 61 0 8 0 43 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 3 0 300 0 53 0 0T 0 0T 0 0 0 0 0 13 0 3 0 213 0 0T 0 5 0 119 0 0T 0 0T 0 0 0 0 0 +USW00094728194101SNOW 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 3 0 38 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 61 0 0T 0 5 0 127 0 0T 0 0T 0 0 0 0 0 +USW00094728194101SNWD 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 51 0 127 0 127 0 102 0 76 0 76 0 +USW00094728194102TMAX 22 0 39 0 11 0 6 0 33 0 56 0 94 0 50 0 28 0 0 0 61 0 56 0 33 0 44 0 50 0 0 0 -6 0 0 0 -11 0 17 0 28 0 39 0 39 0 28 0 56 0 17 0 50 0 -11 0-9999 -9999 -9999 +USW00094728194102TMIN -61 0 -6 0 -33 0 -61 0 -67 0 -33 0 39 0 -33 0 -67 0 -100 0 -44 0 0 0 -11 0 11 0 -11 0 -39 0 -44 0 -61 0 -78 0 -67 0 -44 0 6 0 -22 0 -39 0 -39 0 -56 0 -72 0 -78 0-9999 -9999 -9999 +USW00094728194102PRCP 0 0 0T 0 0 0 0T 0 0 0 0 0 752 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 10 0 0 0 33 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 86 0-9999 -9999 -9999 +USW00094728194102SNOW 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 99 0-9999 -9999 -9999 +USW00094728194102SNWD 51 0 51 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0-9999 -9999 -9999 +USW00094728194103TMAX 28 0 61 0 106 0 106 0 22 0 39 0 0 0 6 0 17 0 67 0 33 0 61 0 50 0 72 0 100 0 100 0 61 0 -22 0 17 0 61 0 61 0 94 0 139 0 94 0 72 0 94 0 111 0 100 0 78 0 39 0 144 0 +USW00094728194103TMIN -61 0 -28 0 11 0 -83 0 -67 0 -22 0 -50 0 -28 0 -22 0 -33 0 0 0 -11 0 -33 0 -28 0 0 0 28 0 -83 0 -94 0 -56 0 -50 0 -39 0 -11 0 -11 0 50 0 28 0 17 0 22 0 28 0 -6 0 -22 0 -17 0 +USW00094728194103PRCP 3 0 0 0 0T 0 0T 0 0 0 0 0 58 0 452 0 18 0 0 0 165 0 20 0 0T 0 0 0 0 0 5 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0 0 41 0 0T 0 0 0 0 0 0 0 3 0 5 0 0 0 +USW00094728194103SNOW 3 0 0 0 0 0 0 0 0 0 0 0 61 0 399 0 0T 0 0 0 0T 0 8 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 13 0 0 0 +USW00094728194103SNWD 51 0 25 0 0 0 0 0 0 0 0 0 0T 0 330 0 229 0 152 0 102 0 76 0 76 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728194104TMAX 156 0 122 0 156 0 133 0 67 0 128 0 150 0 172 0 150 0 189 0 211 0 133 0 150 0 294 0 306 0 267 0 244 0 250 0 233 0 267 0 244 0 156 0 144 0 161 0 156 0 133 0 206 0 256 0 211 0 300 0-9999 +USW00094728194104TMIN 67 0 39 0 22 0 50 0 33 0 56 0 33 0 44 0 39 0 67 0 72 0 50 0 33 0 122 0 194 0 178 0 133 0 133 0 133 0 111 0 117 0 67 0 67 0 78 0 50 0 61 0 72 0 128 0 150 0 128 0-9999 +USW00094728194104PRCP 58 0 5 0 0 0 0 0 274 0 122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 28 0 109 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00094728194104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194105TMAX 189 0 194 0 172 0 250 0 178 0 233 0 222 0 244 0 200 0 183 0 200 0 183 0 200 0 228 0 283 0 233 0 267 0 222 0 244 0 306 0 283 0 356 0 322 0 217 0 228 0 283 0 322 0 256 0 272 0 261 0 250 0 +USW00094728194105TMIN 83 0 50 0 39 0 61 0 122 0 106 0 139 0 150 0 122 0 111 0 83 0 94 0 89 0 83 0 128 0 161 0 122 0 100 0 117 0 133 0 150 0 194 0 206 0 122 0 106 0 139 0 194 0 156 0 167 0 128 0 128 0 +USW00094728194105PRCP 0 0 3 0 0 0 0 0 94 0 0 0 0 0 150 0 76 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 30 0 0 0 0T 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 10 0 198 0 0 0 0 0 5 0 +USW00094728194105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194106TMAX 172 0 217 0 278 0 189 0 156 0 256 0 289 0 311 0 250 0 250 0 250 0 200 0 161 0 267 0 267 0 272 0 261 0 278 0 328 0 333 0 344 0 356 0 272 0 289 0 267 0 306 0 344 0 328 0 339 0 311 0-9999 +USW00094728194106TMIN 122 0 144 0 150 0 133 0 133 0 144 0 150 0 200 0 139 0 139 0 128 0 139 0 139 0 156 0 172 0 172 0 172 0 172 0 183 0 217 0 233 0 244 0 161 0 156 0 183 0 178 0 200 0 239 0 239 0 222 0-9999 +USW00094728194106PRCP 239 0 0 0 0 0 290 0 188 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 434 0 5 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 23 0-9999 +USW00094728194106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194107TMAX 350 0 367 0 267 0 178 0 278 0 239 0 267 0 294 0 283 0 306 0 278 0 306 0 289 0 272 0 261 0 256 0 256 0 267 0 289 0 283 0 283 0 306 0 322 0 311 0 322 0 339 0 344 0 306 0 289 0 272 0 261 0 +USW00094728194107TMIN 211 0 256 0 167 0 167 0 167 0 172 0 206 0 211 0 172 0 178 0 217 0 222 0 206 0 183 0 172 0 178 0 189 0 194 0 217 0 189 0 172 0 189 0 222 0 228 0 217 0 233 0 222 0 222 0 178 0 189 0 211 0 +USW00094728194107PRCP 18 0 5 0 130 0 198 0 0T 0 18 0 102 0 64 0 0 0 0 0 5 0 28 0 0 0 0 0 0 0 0T 0 165 0 0T 0 152 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 53 0 0T 0 97 0 0T 0 +USW00094728194107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194108TMAX 317 0 311 0 317 0 317 0 333 0 306 0 322 0 350 0 361 0 300 0 278 0 306 0 228 0 261 0 250 0 272 0 261 0 250 0 239 0 267 0 272 0 261 0 294 0 283 0 239 0 339 0 256 0 250 0 256 0 300 0 333 0 +USW00094728194108TMIN 200 0 211 0 194 0 194 0 222 0 211 0 194 0 200 0 211 0 189 0 167 0 161 0 133 0 128 0 189 0 172 0 156 0 139 0 183 0 183 0 156 0 183 0 183 0 178 0 200 0 200 0 156 0 128 0 139 0 172 0 217 0 +USW00094728194108PRCP 38 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 74 0 0 0 0 0 53 0 25 0 0 0 0 0 234 0 0 0 0 0 0 0 0 0 0 0 465 0 584 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194109TMAX 339 0 283 0 267 0 222 0 294 0 317 0 306 0 267 0 289 0 322 0 239 0 233 0 244 0 261 0 294 0 333 0 328 0 267 0 222 0 211 0 267 0 283 0 328 0 256 0 228 0 261 0 239 0 256 0 222 0 189 0-9999 +USW00094728194109TMIN 189 0 161 0 150 0 183 0 200 0 211 0 200 0 150 0 178 0 222 0 133 0 111 0 122 0 150 0 161 0 194 0 194 0 167 0 128 0 100 0 111 0 139 0 139 0 156 0 139 0 150 0 122 0 150 0 111 0 78 0-9999 +USW00094728194109PRCP 0T 0 0 0 0 0 130 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194110TMAX 283 0 244 0 222 0 311 0 344 0 322 0 228 0 261 0 211 0 189 0 167 0 211 0 217 0 244 0 200 0 156 0 172 0 172 0 200 0 189 0 211 0 222 0 183 0 156 0 128 0 133 0 211 0 200 0 117 0 128 0 144 0 +USW00094728194110TMIN 172 0 144 0 161 0 206 0 217 0 189 0 167 0 122 0 111 0 111 0 100 0 106 0 122 0 133 0 128 0 72 0 56 0 111 0 122 0 94 0 133 0 117 0 94 0 67 0 67 0 50 0 117 0 33 0 28 0 56 0 100 0 +USW00094728194110PRCP 0T 0 0T 0 66 0 58 0 0 0 0 0 0T 0 0 0 0 0 180 0 0 0 0 0 0 0 0T 0 30 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 3 0 66 0 0 0 0T 0 51 0 +USW00094728194110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194111TMAX 189 0 189 0 161 0 156 0 183 0 150 0 167 0 122 0 100 0 78 0 72 0 89 0 100 0 189 0 167 0 156 0 111 0 161 0 189 0 222 0 178 0 94 0 117 0 78 0 67 0 111 0 144 0 150 0 156 0 161 0-9999 +USW00094728194111TMIN 94 0 106 0 89 0 72 0 122 0 128 0 94 0 67 0 56 0 28 0 22 0 22 0 33 0 61 0 89 0 56 0 6 0 50 0 94 0 128 0 44 0 22 0 67 0 11 0 -6 0 22 0 44 0 78 0 61 0 33 0-9999 +USW00094728194111PRCP 404 0 15 0 0 0 0 0 0 0 168 0 74 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 196 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194112TMAX 50 0 117 0 144 0 167 0 156 0 122 0 22 0 56 0 61 0 61 0 0 0 -28 0 78 0 78 0 33 0 89 0 89 0 94 0 111 0 61 0 -28 0 22 0 122 0 161 0 100 0 44 0 83 0 39 0 28 0 11 0 28 0 +USW00094728194112TMIN 0 0 50 0 89 0 61 0 94 0 22 0 -33 0 -33 0 17 0 -11 0 -39 0 -61 0 -28 0 6 0 -6 0 6 0 28 0 17 0 50 0 -67 0 -100 0 -78 0 17 0 94 0 17 0 11 0 33 0 0 0 -50 0 -72 0 -28 0 +USW00094728194112PRCP 0T 0 38 0 0 0 0T 0 76 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 754 0 15 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 61 0 79 0 0 0 5 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728194112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728194112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194201TMAX 94 0 139 0 33 0 11 0 17 0 -56 0 -72 0 -100 0 -44 0 -44 0 -33 0 11 0 11 0 78 0 56 0 28 0 11 0 106 0 111 0 72 0 39 0 44 0 78 0 128 0 44 0 17 0 56 0 39 0 -17 0 -11 0 106 0 +USW00094728194201TMIN 17 0 6 0 -17 0 -6 0 -56 0 -122 0 -122 0 -150 0 -128 0 -133 0 -128 0 -72 0 -44 0 -44 0 -22 0 -94 0 -100 0 0 0 61 0 17 0 -17 0 -28 0 6 0 44 0 17 0 -11 0 -11 0 -44 0 -89 0 -111 0 -17 0 +USW00094728194201PRCP 51 0 20 0 13 0 99 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 142 0 5 0 0T 0 0 0 0 0 0 0 0 0 13 0 0T 0 79 0 0 0 0 0 277 0 +USW00094728194201SNOW 0 0 0 0 10 0 71 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 8 0 0 0 43 0 0 0 0 0 0 0 +USW00094728194201SNWD 0 0 0 0 0 0 51 0 51 0 51 0 25 0 25 0 25 0 51 0 51 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 51 0 25 0 25 0 0 0 +USW00094728194202TMAX 78 0 -28 0 -56 0 -6 0 44 0 33 0 44 0 33 0 6 0 -6 0 17 0 -22 0 0 0 33 0 11 0 78 0 111 0 72 0 17 0 -39 0 -33 0 39 0 33 0 39 0 44 0 44 0 39 0 72 0-9999 -9999 -9999 +USW00094728194202TMIN -28 0 -128 0 -144 0 -106 0 -11 0 11 0 6 0 -61 0 -89 0 -72 0 -50 0 -78 0 -78 0 -33 0 -17 0 0 0 22 0 -6 0 -94 0 -117 0 -100 0 -56 0 -56 0 -56 0 -33 0 -39 0 -11 0 -17 0-9999 -9999 -9999 +USW00094728194202PRCP 0T 0 0 0 0 0 0 0 104 0 0T 0 145 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 254 0 97 0 0 0 5 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 13 0 0T 0-9999 -9999 -9999 +USW00094728194202SNOW 0T 0 0 0 0 0 0 0 23 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 10 0 0T 0-9999 -9999 -9999 +USW00094728194202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728194203TMAX 94 0 83 0 72 0 89 0 94 0 83 0 122 0 206 0 144 0 89 0 106 0 106 0 89 0 50 0 83 0 78 0 72 0 139 0 100 0 139 0 106 0 94 0 61 0 72 0 100 0 128 0 139 0 67 0 39 0 100 0 67 0 +USW00094728194203TMIN 33 0 22 0 11 0 28 0 28 0 33 0 11 0 72 0 33 0 28 0 22 0 22 0 6 0 22 0 17 0 28 0 33 0 56 0 28 0 17 0 39 0 22 0 17 0 6 0 11 0 17 0 39 0 22 0 6 0 6 0 33 0 +USW00094728194203PRCP 0 0 41 0 414 0 0 0 0 0 53 0 0 0 5 0 246 0 0T 0 0 0 5 0 0 0 142 0 0T 0 122 0 41 0 0 0 3 0 0 0 356 0 36 0 0T 0 0 0 0 0 0 0 0 0 0 0 25 0 10 0 3 0 +USW00094728194203SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 5 0 0 0 +USW00094728194203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728194204TMAX 117 0 167 0 183 0 167 0 167 0 222 0 278 0 161 Z 94 0 28 0 78 0 89 0 128 0 172 0 256 0 189 0 183 0 144 0 128 0 117 0 117 0 222 0 244 0 267 0 228 0 289 0 172 0 117 0 222 0 328 0-9999 +USW00094728194204TMIN 22 0 50 0 100 0 61 0 56 0 100 0 94 0 94 0 6 0 11 0 11 0 22 0 22 0 44 0 78 0 72 0 78 0 61 0 56 0 50 0 56 0 67 0 106 0 117 0 100 0 106 0 72 0 67 0 72 0 156 0-9999 +USW00094728194204PRCP 0 0 0 0 0T 0 0T 0 0 0 0 0 10 0 3 0 216 0 48 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00094728194204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194205TMAX 261 0 211 0 278 0 283 0 244 0 200 0 144 0 189 0 106 0 200 0 178 0 228 0 294 0 272 0 239 0 194 0 222 0 217 0 211 0 222 0 228 0 233 0 233 0 250 0 244 0 261 0 261 0 239 0 261 0 333 0 261 0 +USW00094728194205TMIN 128 0 106 0 117 0 200 0 106 0 89 0 89 0 106 0 100 0 100 0 83 0 122 0 178 0 178 0 150 0 150 0 133 0 128 0 144 0 144 0 178 0 172 0 167 0 144 0 139 0 133 0 167 0 133 0 133 0 183 0 167 0 +USW00094728194205PRCP 0T 0 0 0 0 0 0T 0 0 0 41 0 213 0 0T 0 30 0 0 0 0 0 0T 0 8 0 0 0 0 0 8 0 89 0 0T 0 0T 0 0T 0 28 0 0T 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728194205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194206TMAX 167 0 156 0 211 0 189 0 294 0 283 0 294 0 261 0 283 0 272 0 283 0 272 0 311 0 244 0 278 0 289 0 211 0 278 0 317 0 311 0 294 0 272 0 289 0 261 0 256 0 256 0 233 0 267 0 289 0 289 0-9999 +USW00094728194206TMIN 111 0 111 0 111 0 167 0 167 0 172 0 200 0 194 0 172 0 156 0 200 0 222 0 211 0 167 0 144 0 161 0 156 0 144 0 189 0 189 0 194 0 200 0 183 0 144 0 156 0 172 0 167 0 150 0 189 0 189 0-9999 +USW00094728194206PRCP 99 0 3 0 0T 0 23 0 0T 0 0 0 137 0 5 0 0 0 0 0 124 0 5 0 0 0 0T 0 0 0 0 0 127 0 0T 0 112 0 18 0 99 0 97 0 28 0 0 0 0 0 3 0 33 0 0 0 0 0 0 0-9999 +USW00094728194206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194207TMAX 294 0 211 0 300 0 306 0 311 0 306 0 261 0 283 0 289 0 261 0 228 0 294 0 317 0 350 0 283 0 294 0 267 0 317 0 361 0 350 0 306 0 294 0 306 0 294 0 300 0 306 0 261 0 317 0 317 0 311 0 244 0 +USW00094728194207TMIN 200 0 183 0 183 0 194 0 211 0 178 0 150 0 178 0 167 0 167 0 189 0 183 0 194 0 233 0 183 0 172 0 206 0 200 0 217 0 261 0 211 0 206 0 183 0 206 0 217 0 222 0 222 0 211 0 206 0 200 0 183 0 +USW00094728194207PRCP 97 0 371 0 0 0 76 0 0 0 89 0 0 0 0 0 0 0 3 0 66 0 0 0 0 0 38 0 0 0 0 0 51 0 287 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 338 0 127 0 0T 0 0T 0 274 0 +USW00094728194207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194208TMAX 328 0 306 0 311 0 267 0 261 0 261 0 283 0 239 0 211 0 256 0 289 0 256 0 244 0 278 0 300 0 306 0 306 0 278 0 294 0 294 0 339 0 322 0 294 0 239 0 228 0 244 0 239 0 283 0 211 0 256 0 267 0 +USW00094728194208TMIN 200 0 211 0 217 0 183 0 172 0 167 0 167 0 200 0 172 0 189 0 189 0 211 0 211 0 228 0 244 0 206 0 206 0 194 0 183 0 194 0 228 0 250 0 178 0 150 0 122 0 139 0 161 0 161 0 189 0 161 0 150 0 +USW00094728194208PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 1041 0 38 0 0 0 0T 0 259 0 157 0 0 0 401 0 323 0 0 0 0 0 0 0 0 0 5 0 41 0 0 0 0 0 0 0 0 0 10 0 30 0 0 0 0 0 +USW00094728194208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194209TMAX 283 0 328 0 339 0 244 0 283 0 239 0 261 0 250 0 206 0 272 0 233 0 222 0 283 0 278 0 328 0 317 0 322 0 244 0 261 0 233 0 200 0 239 0 239 0 272 0 217 0 211 0 228 0 150 0 161 0 172 0-9999 +USW00094728194209TMIN 144 0 172 0 217 0 194 0 161 0 144 0 156 0 200 0 167 0 172 0 178 0 167 0 178 0 150 0 194 0 206 0 200 0 200 0 194 0 133 0 122 0 111 0 128 0 156 0 106 0 117 0 117 0 72 0 56 0 61 0-9999 +USW00094728194209PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 145 0 0T 0 0T 0 13 0 0T 0 0 0 0 0 132 0 0 0 124 0 114 0 89 0 0 0 0 0 0T 0 0T 0 0T 0 147 0 305 0 0T 0 0 0 0 0-9999 +USW00094728194209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194210TMAX 206 0 206 0 189 0 183 0 178 0 178 0 222 0 233 0 289 0 228 0 233 0 178 0 172 0 172 0 183 0 167 0 150 0 206 0 194 0 189 0 178 0 239 0 206 0 178 0 161 0 161 0 89 0 150 0 167 0 200 0 228 0 +USW00094728194210TMIN 89 0 106 0 78 0 94 0 144 0 111 0 89 0 133 0 133 0 144 0 128 0 111 0 94 0 139 0 139 0 150 0 106 0 100 0 83 0 89 0 94 0 167 0 139 0 111 0 122 0 50 0 33 0 33 0 72 0 100 0 122 0 +USW00094728194210PRCP 0 0 0 0 0 0 0T 0 102 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 5 0 178 0 0 0 0 0 0 0 28 0 0 0 0T 0 3 0 0 0 180 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728194210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194211TMAX 183 0 189 0 122 0 106 0 122 0 161 0 128 0 139 0 122 0 183 0 89 0 78 0 122 0 0 0 61 0 139 0 172 0 189 0 178 0 233 0 194 0 67 0 50 0 78 0 100 0 133 0 100 0 44 0 94 0 83 0-9999 +USW00094728194211TMIN 83 0 72 0 50 0 28 0 22 0 94 0 78 0 83 0 50 0 89 0 28 0 17 0 -6 0 -33 0 -33 0 33 0 67 0 122 0 94 0 111 0 39 0 6 0 6 0 33 0 78 0 89 0 0 0 -22 0 17 0 33 0-9999 +USW00094728194211PRCP 307 0 5 0 89 0 0 0 0 0 0T 0 0T 0 20 0 0 0 84 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 8 0 0 0 46 0 145 0 137 0 0T 0 3 0 0 0 99 0 0 0-9999 +USW00094728194211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194212TMAX 133 0 144 0 -11 0 11 0 28 0 56 0 44 0 50 0 22 0 56 0 61 0 72 0 39 0 -11 0 28 0 6 0 -6 0 6 0 -39 0 -133 0 -61 0 28 0 72 0 50 0 67 0 44 0 33 0 50 0 33 0 117 0 44 0 +USW00094728194212TMIN 17 0 -78 0 -78 0 -67 0 -28 0 -11 0 -6 0 -28 0 -22 0 -17 0 22 0 22 0 -56 0 -83 0 -22 0 -122 0 -122 0 -56 0 -133 0 -200 0 -183 0 -67 0 17 0 6 0 17 0 -39 0 -39 0 -6 0 -6 0 0 0 11 0 +USW00094728194212PRCP 61 0 89 0 0 0 0 0 0 0 3 0 0 0 0 0 66 0 0 0 0 0 0 0 114 0 0 0 13 0 5 0 20 0 8 0 0T 0 0 0 0 0 25 0 0T 0 0 0 0T 0 0T 0 8 0 310 0 99 0 340 0 0 0 +USW00094728194212SNOW 0 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 61 0 0 0 0 0 0 0 104 0 0 0 8 0 3 0 25 0 8 0 0T 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 25 0 0 0 0 0 76 0 51 0 51 0 25 0 25 0 51 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194301TMAX 33 0 28 0 11 0 44 0 -22 0 -11 0 0 0 0 0 -6 0 6 0 44 0 39 0 0 0 44 0 94 0 133 0 111 0 17 0 56 0 -39 0 -39 0 -39 0 28 0 61 0 122 0 94 0 -6 0 -11 0 39 0 -11 0 72 0 +USW00094728194301TMIN 6 0 -56 0 -11 0 -56 0 -72 0 -67 0 -44 0 -72 0 -83 0 -78 0 -17 0 -44 0 -67 0 -67 0 28 0 33 0 0 0 0 0 -56 0 -106 0 -106 0 -122 0 -83 0 11 0 22 0 -28 0 -50 0 -50 0 -33 0 -33 0 -28 0 +USW00094728194301PRCP 0T 0 0T 0 0T 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 13 0 0T 0 18 0 10 0 74 0 104 0 0 0 3 0 0 0 0T 0 0 0 0T 0 13 0 25 0 318 0 0T 0 20 0 5 0 +USW00094728194301SNOW 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 33 0 180 0 0T 0 20 0 5 0 +USW00094728194301SNWD 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 25 0 203 0 152 0 178 0 152 0 +USW00094728194302TMAX 61 0 17 0 22 0 67 0 117 0 78 0 39 0 39 0 44 0 50 0 106 0 0 0 39 0 -11 0 -133 0 -56 0 0 0 -11 0 89 0 172 0 156 0 161 0 161 0 167 0 44 0 17 0 28 0 117 0-9999 -9999 -9999 +USW00094728194302TMIN -11 0 -33 0 -50 0 22 0 50 0 17 0 0 0 -6 0 -28 0 -33 0 -22 0 -61 0 -39 0 -150 0 -222 0 -156 0 -78 0 -111 0 -28 0 44 0 83 0 44 0 72 0 39 0 -28 0 -44 0 -33 0 -11 0-9999 -9999 -9999 +USW00094728194302PRCP 10 0 0 0 0 0 13 0 3 0 130 0 0 0 0T 0 0 0 8 0 107 0 0 0 157 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 3 0 13 0 0 0-9999 -9999 -9999 +USW00094728194302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 0 0 86 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 15 0 0 0-9999 -9999 -9999 +USW00094728194302SNWD 102 0 102 0 102 0 76 0 51 0 25 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 51 0 51 0 51 0 25 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0-9999 -9999 -9999 +USW00094728194303TMAX 50 0 22 0 -33 0 -33 0 83 0 106 0 72 0 -22 0 -6 0 111 0 139 0 139 0 50 Z 144 0 133 0 111 0 89 0 178 0 111 0 178 0 56 0 67 0 67 0 133 0 172 0 222 0 161 0 78 0 89 0 72 0 67 0 +USW00094728194303TMIN 6 0 -33 0 -117 0 -139 0 -33 0 -28 0 -39 0 -78 0 -94 0 -11 0 78 0 50 Z 11 0 11 0 44 0 22 0 22 0 44 0 33 0 17 0 11 0 0 0 -28 0 6 0 67 0 89 0 61 0 11 0 -22 0 22 0 28 0 +USW00094728194303PRCP 0 0 0T 0 43 0 0 0 0 0 488 0 0 0 0 0 0T 0 0 0 5 0 23 0 58 0 0 0 0 0 213 0 15 0 0 0 15 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 18 0 0 0 0 0 56 0 0T 0 +USW00094728194303SNOW 0 0 0T 0 51 0 0 0 0 0 58 0 0 0 0 0 0T 0 0 0 0 0 0 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728194303SNWD 0 0 0 0 51 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194304TMAX 178 0 183 0 39 0 111 0 111 0 11 0 83 0 111 0 144 0 106 0 122 0 111 0 144 0 56 0 50 0 83 0 133 0 106 0 56 0 122 0 67 0 128 0 189 0 172 0 256 0 200 0 144 0 217 0 189 0 194 0-9999 +USW00094728194304TMIN 22 0 39 0 -28 0 -28 0 11 0 -39 0 -44 0 17 0 39 0 0 0 -6 0 39 0 28 0 0 0 -22 0 -11 0 44 0 17 0 39 0 39 0 33 0 39 0 67 0 78 0 100 0 106 0 72 0 72 0 61 0 89 0-9999 +USW00094728194304PRCP 53 0 5 0 0T 0 13 0 0T 0 0T 0 3 0 0T 0 0 0 0T 0 0 0 94 0 33 0 3 0 0T 0 0T 0 38 0 0T 0 119 0 0T 0 43 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 30 0-9999 +USW00094728194304SNOW 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194305TMAX 117 0 172 0 222 0 128 0 233 0 217 0 311 0 317 0 228 0 156 0 122 0 189 0 261 0 189 0 189 0 178 0 289 0 300 0 289 0 200 0 133 0 156 0 233 0 217 0 228 0 211 0 272 0 256 0 256 0 250 0 261 0 +USW00094728194305TMIN 50 0 50 0 72 0 94 0 67 0 111 0 106 0 183 0 128 0 111 0 78 0 78 0 111 0 94 0 106 0 106 0 144 0 194 0 183 0 133 0 111 0 106 0 106 0 144 0 144 0 167 0 161 0 156 0 150 0 144 0 156 0 +USW00094728194305PRCP 0 0 3 0 20 0 0 0 0 0 0T 0 0T 0 8 0 0T 0 94 0 0T 0 467 0 3 0 23 0 0T 0 0T 0 0T 0 36 0 254 0 99 Z 51 0 3 0 0 0 0 0 8 0 206 0 0 0 8 0 0 0 0T 0 0 0 +USW00094728194305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194306TMAX 211 0 306 0 333 0 350 0 311 0 261 0 194 0 250 0 189 0 222 0 289 0 267 0 322 0 278 0 294 0 317 0 244 0 294 0 333 0 328 0 322 0 344 0 306 0 306 0 372 0 356 0 367 0 333 0 261 0 206 0-9999 +USW00094728194306TMIN 167 0 178 0 239 0 256 0 200 0 172 0 144 0 133 0 139 0 133 0 167 0 178 0 211 0 211 0 189 0 228 0 189 0 194 0 200 0 233 0 233 0 217 0 200 0 189 0 244 0 256 0 244 0 250 0 200 0 156 0-9999 +USW00094728194306PRCP 183 0 0T 0 0 0 0 0 0 0 0 0 114 0 0 0 84 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 56 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 25 0 79 0 0 0-9999 +USW00094728194306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194307TMAX 233 0 289 0 267 0 261 0 272 0 300 0 217 0 267 0 278 0 300 0 294 0 317 0 300 0 294 0 328 0 322 0 311 0 339 0 300 0 322 0 322 0 294 0 289 0 322 0 311 0 317 0 328 0 328 0 278 0 306 0 311 0 +USW00094728194307TMIN 111 0 156 0 167 0 189 0 189 0 200 0 172 0 178 0 194 0 206 0 222 0 222 0 239 0 228 0 228 0 222 0 206 0 244 0 206 0 200 0 194 0 206 0 189 0 206 0 217 0 217 0 222 0 211 0 200 0 194 0 206 0 +USW00094728194307PRCP 0 0 0 0 0 0 5 0 391 0 0 0 23 0 5 0 97 0 0T 0 0 0 0T 0 0T 0 5 0 0 0 0 0 0T 0 0 0 0 0 10 0 3 0 155 0 0 0 0 0 0T 0 0T 0 61 0 0T 0 104 0 0 0 0 0 +USW00094728194307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194308TMAX 333 0 344 0 339 0 311 0 289 0 300 0 300 0 306 0 333 0 328 0 283 0 289 0 278 0 339 0 300 0 283 0 289 0 261 0 272 0 283 0 272 0 289 0 300 0 317 0 344 0 317 0 200 0 250 0 250 0 278 0 306 0 +USW00094728194308TMIN 217 0 222 0 222 0 233 0 200 0 178 0 161 0 211 0 200 0 206 0 194 0 194 0 211 0 233 0 206 0 183 0 206 0 167 0 150 0 161 0 183 0 183 0 194 0 194 0 217 0 206 0 150 0 133 0 150 0 183 0 189 0 +USW00094728194308PRCP 0 0 0 0 0 0 124 0 30 0 0 0 0 0 0T 0 0 0 295 0 0T 0 0 0 203 0 41 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 251 0 20 0 0 0 0 0 0 0 +USW00094728194308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194309TMAX 328 0 283 0 206 0 244 0 272 0 322 0 317 0 244 0 289 0 256 0 261 0 217 0 228 0 222 0 283 0 306 0 222 0 194 0 228 0 211 0 239 0 228 0 278 0 206 0 172 0 206 0 244 0 294 0 228 0 156 0-9999 +USW00094728194309TMIN 211 0 183 0 172 0 172 0 200 0 206 0 217 0 200 0 172 0 144 0 133 0 111 0 111 0 133 0 167 0 178 0 128 0 94 0 89 0 128 0 156 0 161 0 156 0 122 0 94 0 78 0 106 0 122 0 128 0 122 0-9999 +USW00094728194309PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 124 0 0T 0 0 0 0T 0 0 0 0 0 0 0 112 0 157 0 0T 0 3 0 0 0 0 0 0 0 0T 0 3 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 5 0-9999 +USW00094728194309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194310TMAX 200 0 244 0 189 0 167 0 172 0 206 0 283 0 256 0 278 0 139 0 161 0 206 0 217 0 233 0 211 0 200 0 161 0 128 0 111 0 128 0 189 0 111 0 133 0 144 0 94 0 117 0 144 0 122 0 156 0 144 0 144 0 +USW00094728194310TMIN 139 0 150 0 111 0 89 0 61 0 56 0 106 0 122 0 139 0 61 0 44 0 67 0 89 0 144 0 167 0 161 0 89 0 78 0 50 0 50 0 72 0 89 0 67 0 72 0 56 0 56 0 117 0 100 0 67 0 72 0 61 0 +USW00094728194310PRCP 178 0 25 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 432 0 127 0 0 0 3 0 8 0 0 0 0 0 30 0 0 0 0 0 36 0 864 0 38 0 163 0 0 0 28 0 0 0 +USW00094728194310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194311TMAX 144 0 178 0 133 0 133 0 144 0 183 0 161 0 178 0 189 0 111 0 72 0 100 0 89 0 61 0 100 0 83 0 56 0 94 0 150 0 117 0 122 0 78 0 50 0 111 0 156 0 167 0 133 0 56 0 33 0 44 0-9999 +USW00094728194311TMIN 50 0 83 0 67 0 50 0 56 0 89 0 72 0 128 0 33 0 17 0 22 0 6 0 50 0 6 0 0 0 6 0 -33 0 0 0 61 0 67 0 44 0 6 0 0 0 17 0 50 0 72 0 33 0 0 0 -28 0 -11 0-9999 +USW00094728194311PRCP 0 0 109 0 86 0 0 0 38 0 0T 0 0 0 81 0 94 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 102 0 20 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00094728194311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00094728194311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00094728194312TMAX 89 0 106 0 122 0 94 0 106 0 111 0 94 0 78 0 139 0 72 0 33 0 44 0 28 0 11 0 -50 0 -22 0 6 0 44 0 78 0 39 0 89 0 50 0 -56 0 -22 0 11 0 28 0 100 0 50 0 -28 0 0 0 28 0 +USW00094728194312TMIN 17 0 33 0 61 0 22 0 22 0 11 0 -6 0 -6 0 61 0 33 0 -106 0 -94 0 -83 0 -67 0 -100 0 -111 0 -72 0 -39 0 -6 0 -17 0 -17 0 -61 0 -117 0 -122 0 -56 0 -22 0 28 0 -67 0 -106 0 -83 0 -44 0 +USW00094728194312PRCP 0 0 0T 0 0T 0 0 0 0 0 33 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 272 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728194312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194401TMAX 56 0 17 0 22 0 44 0 39 0 50 0 11 0 -50 0 -22 0 17 0 56 0 28 0 11 0 50 0 22 0 0 0 22 0 44 0 39 0 72 0 44 0 83 0 67 0 50 0 78 0 94 0 167 0 111 0 67 0 39 0 50 0 +USW00094728194401TMIN -17 0 -50 0 -17 0 0 0 11 0 -17 0 -50 0 -106 0 -111 0 -56 0 -28 0 -44 0 -56 0 -50 0 -11 0 -72 0 -67 0 -6 0 -22 0 0 0 -11 0 11 0 28 0 -17 0 -6 0 28 0 22 0 33 0 33 0 -33 0 -44 0 +USW00094728194401PRCP 0 0 0 0 236 0 251 0 33 0 224 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0T 0 8 0 0T 0 0 0 8 0 +USW00094728194401SNOW 0 0 0 0 18 0 81 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728194401SNWD 0 0 0 0 0T 0 76 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728194402TMAX 33 0 22 0 67 0 50 0 72 0 94 0 28 0 6 0 -17 0 17 0 -28 0 -22 0 0 0 78 0 94 0 11 0 44 0 83 0 -6 0 22 0 83 0 67 0 100 0 156 0 89 0 28 0 22 0 83 0 33 0-9999 -9999 +USW00094728194402TMIN -78 0 -67 0 -11 0 -11 0 -28 0 -28 0 -44 0 -72 0 -72 0 -44 0 -78 0 -83 0 -89 0 -56 0 11 0 -39 0 -6 0 -83 0 -106 0 -44 0 6 0 17 0 44 0 28 0 0 0 -6 0 0 0 22 0 -17 0-9999 -9999 +USW00094728194402PRCP 0T 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 71 0 28 0 0 0 155 0 25 0 0T 0 53 0 0T 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 30 0 36 0 0 0 8 0-9999 -9999 +USW00094728194402SNOW 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 157 0 28 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0T 0-9999 -9999 +USW00094728194402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 0 178 0 152 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0-9999 -9999 +USW00094728194403TMAX 28 0 11 0 39 0 11 0 28 0 56 0 117 0 61 0 0 0 6 0 61 0 122 0 117 0 94 0 72 0 83 0 111 0 122 0 -28 0 -11 0 72 0 61 0 106 0 144 0 167 0 150 0 89 0 94 0 56 0 39 0 83 0 +USW00094728194403TMIN -72 0 -83 0 -44 0 -56 0 -89 0 -44 0 28 0 -17 0 -44 0 -56 Z -39 0 28 0 17 0 -11 0 22 0 33 0 39 0 -33 0 -78 0 -50 0 -22 0 -17 0 28 0 61 0 61 0 67 0 50 0 44 0 17 0 17 0 11 0 +USW00094728194403PRCP 0 0 0 0 0 0 0T 0 0 0 33 0 343 0 0 0 0T 0 0T 0 0 0 28 0 490 0 0 0 0T 0 64 0 43 0 0T 0 53 0 71 0 0T 0 0 0 160 0 0 0 0 0 0 0 64 0 0 0 135 0 36 0 0T 0 +USW00094728194403SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 71 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728194403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 127 0 76 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194404TMAX 94 0 122 0 94 0 50 0 11 0 89 0 189 0 200 0 150 0 228 0 128 0 128 0 133 0 178 0 67 0 89 0 128 0 172 0 167 0 200 0 122 0 144 0 83 0 83 0 183 0 178 0 122 0 150 0 233 0 267 0-9999 +USW00094728194404TMIN 6 0 39 0 0 0 0 0 -17 0 -33 0 44 0 89 0 72 0 78 0 50 0 44 0 39 0 17 0 28 0 44 0 50 0 50 0 67 0 89 0 56 0 56 0 44 0 50 0 67 0 89 0 83 0 56 0 61 0 117 0-9999 +USW00094728194404PRCP 0T 0 41 0 0 0 0T 0 188 0 0 0 0 0 15 0 3 0 0T 0 18 0 15 0 0 0 0 0 178 0 107 0 0 0 0 0 0 0 0 0 48 0 0T 0 64 0 434 0 0 0 0T 0 97 0 0 0 0 0 0 0-9999 +USW00094728194404SNOW 0 0 0 0 0 0 0 0 165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194404SNWD 0 0 0 0 0 0 0 0 152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194405TMAX 283 0 150 0 239 0 294 0 306 0 256 0 167 0 217 0 217 0 228 0 267 0 272 0 300 0 272 0 261 0 261 0 272 0 244 0 194 0 233 0 239 0 311 0 178 0 144 0 150 0 200 0 289 0 306 0 306 0 289 0 333 0 +USW00094728194405TMIN 122 0 94 0 89 0 156 0 178 0 150 0 122 0 83 0 117 0 133 0 133 0 172 0 167 0 178 0 156 0 167 0 156 0 122 0 89 0 122 0 122 0 167 0 144 0 122 0 117 0 139 0 161 0 206 0 167 0 139 0 183 0 +USW00094728194405PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 132 0 0 0 0 0 0 0 0 0 0T 0 38 0 0 0 3 0 13 0 0T 0 0T 0 0 0 3 0 0 0 25 0 0T 0 81 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194406TMAX 294 0 294 0 283 0 194 0 206 0 272 0 256 0 244 0 272 0 189 0 267 0 300 0 306 0 206 0 206 0 333 0 328 0 339 0 272 0 278 0 206 0 300 0 283 0 267 0 233 0 311 0 328 0 317 0 339 0 300 0-9999 +USW00094728194406TMIN 217 0 211 0 150 0 122 0 100 0 150 0 128 0 111 0 139 0 156 0 150 0 178 0 200 0 161 0 144 0 194 0 228 0 206 0 178 0 183 0 144 0 156 0 211 0 183 0 172 0 178 0 206 0 217 0 217 0 211 0-9999 +USW00094728194406PRCP 0T 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 297 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0T 0 142 0 71 0 119 0 0 0 0T 0 66 0 18 0 0 0 0T 0 0 0 117 0 0 0-9999 +USW00094728194406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194407TMAX 306 0 300 0 289 0 306 0 339 0 344 0 328 0 344 0 333 0 328 0 339 0 339 0 328 0 306 0 300 0 300 0 300 0 306 0 267 0 289 0 272 0 317 0 339 0 339 0 344 0 328 0 339 0 328 0 306 0 328 0 322 0 +USW00094728194407TMIN 194 0 194 0 178 0 183 0 189 0 222 0 228 0 217 0 228 0 228 0 233 0 244 0 211 0 206 0 194 0 206 0 189 0 178 0 194 0 200 0 194 0 161 0 200 0 222 0 233 0 217 0 222 0 217 0 222 0 228 0 233 0 +USW00094728194407PRCP 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 20 0 0 0 0 0 84 0 0 0 0 0 0 0 135 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 198 0 18 0 0T 0 0 0 0 0 +USW00094728194407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194408TMAX 322 0 272 0 283 0 378 0 383 0 317 0 267 0 294 0 311 0 361 0 389 0 361 0 356 0 350 0 350 0 356 0 350 0 294 0 267 0 283 0 300 0 294 0 317 0 244 0 250 0 261 0 272 0 267 0 261 0 311 0 317 0 +USW00094728194408TMIN 250 0 211 0 211 0 228 0 250 0 222 0 200 0 189 0 167 0 189 0 233 0 239 0 244 0 250 0 239 0 228 0 244 0 189 0 156 0 144 0 183 0 206 0 200 0 156 0 133 0 139 0 139 0 156 0 178 0 167 0 194 0 +USW00094728194408PRCP 0 0 91 0 41 0 0 0 8 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 224 0 0 0 41 0 0 0 0 0 0 0 48 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 +USW00094728194408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194409TMAX 294 0 361 0 344 0 294 0 322 0 300 0 283 0 239 0 222 0 267 0 272 0 222 0 233 0 256 0 300 0 289 0 267 0 228 0 206 0 256 0 239 0 228 0 194 0 189 0 194 0 250 0 256 0 239 0 228 0 161 0-9999 +USW00094728194409TMIN 222 0 222 0 233 0 194 0 211 0 189 0 167 0 144 0 156 0 144 0 161 0 172 0 189 0 183 0 211 0 189 0 172 0 172 0 178 0 189 0 200 0 150 0 122 0 100 0 106 0 117 0 150 0 172 0 128 0 100 0-9999 +USW00094728194409PRCP 0T 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 417 0 1001 0 970 0 0T 0 0 0 0 0 0 0 23 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 196 0 0T 0 0 0-9999 +USW00094728194409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194410TMAX 222 0 222 0 161 0 172 0 189 0 217 0 311 0 267 0 233 0 222 0 222 0 222 0 172 0 200 0 144 0 172 0 211 0 250 0 211 0 128 0 100 0 133 0 172 0 183 0 206 0 178 0 83 0 150 0 111 0 139 0 161 0 +USW00094728194410TMIN 100 0 106 0 89 0 78 0 128 0 178 0 183 0 161 0 128 0 106 0 100 0 117 0 128 0 144 0 56 0 39 0 89 0 106 0 94 0 72 0 72 0 61 0 50 0 83 0 89 0 78 0 39 0 22 0 56 0 50 0 56 0 +USW00094728194410PRCP 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 84 0 102 0 0 0 0 0 0 0 0 0 0 0 224 0 168 0 0 0 0 0 0 0 0 0 10 0 3 0 0 0 0 0 0 0 0 0 +USW00094728194410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728194410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194411TMAX 206 0 194 0 206 0 189 0 133 0 72 0 100 0 150 0 150 0 156 0 122 0 122 0 144 0 183 0 111 0 100 0 83 0 94 0 72 0 72 0 56 0 61 0 72 0 50 0 61 0 89 0 94 0 117 0 67 0 72 0-9999 +USW00094728194411TMIN 106 0 106 0 89 0 94 0 39 0 17 0 33 0 72 0 67 0 111 0 39 0 22 0 11 0 67 0 83 0 33 0 39 0 39 0 28 0 28 0 11 0 17 0 0 0 0 0 0 0 -17 0 44 0 50 0 33 0 -6 0-9999 +USW00094728194411PRCP 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 122 0 0T 0 0 0 0 0 0 0 64 0 163 0 3 0 0 0 0 0 135 0 338 0 0T 0 0 0 0 0 0 0 0 0 424 0 0T 0 86 0 180 0-9999 +USW00094728194411SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00094728194411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194412TMAX 28 0 -6 0 -11 0 39 0 100 0 111 0 89 0 117 0 56 0 56 0 56 0 72 0 44 0 22 0 39 0 33 0 50 0 39 0 -44 0 0 0 33 0 -33 0 22 0 22 0 56 0 56 0 6 0 22 0 -33 0 -11 0 50 0 +USW00094728194412TMIN -17 0 -56 0 -72 0 -50 0 -22 0 11 0 17 0 44 0 11 0 6 0 6 0 -6 0 -22 0 -39 0 -28 0 6 0 0 0 -44 0 -72 0 -72 0 -67 0 -111 0 -50 0 -11 0 11 0 -67 0 -78 0 -33 0 -83 0 -67 0 -11 0 +USW00094728194412PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 124 0 0 0 0 0 18 0 58 0 0 0 0 0 0 0 0T 0 0 0 23 0 46 0 0 0 0T 0 0 0 0T 0 0 0 112 0 0T 0 206 0 15 0 0 0 0T 0 51 0 +USW00094728194412SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 23 0 58 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 89 0 0 0 0 0 0T 0 0T 0 +USW00094728194412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 76 0 51 0 51 0 25 0 25 0 25 0 0 0 0 0 76 0 25 0 25 0 0T 0 0T 0 +USW00094728194501TMAX 128 0 -11 0 17 0 61 0 39 0 -61 0 -39 0 33 0 22 0 -67 0 -28 0 39 0 39 0 -28 0 0 0 -6 0 0 0 -11 0 33 0 17 0 28 0 33 0 22 0 11 0 -94 0 -72 0 -11 0 11 0 11 0 0 0 -28 0 +USW00094728194501TMIN -11 0 -100 0 -106 0 6 0 -61 0 -100 0 -83 0 -39 0 -122 0 -128 0 -94 0 -61 0 -33 0 -67 0 -83 0 -56 0 -83 0 -117 0 -67 0 -61 0 -67 0 -28 0 -33 0 -150 0 -167 0 -150 0 -111 0 -61 0 -33 0 -61 0 -106 0 +USW00094728194501PRCP 104 0 0 0 0 0 0 0 0 0 0 0 69 0 0T 0 0T 0 0 0 0T 0 0T 0 10 0 64 0 0T 0 196 0 0T 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 97 0 3 0 3 0 +USW00094728194501SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0 0T 0 0 0 0T 0 0T 0 10 0 71 0 0T 0 170 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 5 0 3 0 3 0 +USW00094728194501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 25 0 25 0 25 0 25 0 0T 0 102 0 76 0 203 0 203 0 203 0 178 0 152 0 152 0 152 0 127 0 127 0 127 0 127 0 127 0 102 0 102 0 102 0 102 0 +USW00094728194502TMAX -22 0 -11 0 0 0 17 0 33 0 22 0 33 0 11 0 78 0 83 0 83 0 78 0 33 0 11 0 61 0 117 0 33 0 0 0 -6 0 11 0 22 0 100 0 100 0 61 0 83 0 122 0 144 0 44 0-9999 -9999 -9999 +USW00094728194502TMIN -94 0 -72 0 -78 0 -89 0 -33 0 -50 0 -39 0 -17 0 -17 0 22 0 0 0 -6 0 -33 0 -33 0 -22 0 17 0 0 0 -56 0 -83 0 -72 0 -33 0 0 0 22 0 11 0 17 0 22 0 -17 0 -17 0-9999 -9999 -9999 +USW00094728194502PRCP 0 0 0 0 0 0 15 0 0T 0 0 0 0 0 135 0 28 0 0 0 0 0 0 0 86 0 0T 0 10 0 0 0 0 0 0 0 0 0 30 0 25 0 140 0 25 0 0 0 0 0 206 0 30 0 15 0-9999 -9999 -9999 +USW00094728194502SNOW 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 71 0 30 0 0 0 0 0 0 0 51 0 0T 0 0T 0 0 0 0 0 0 0 0 0 38 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0-9999 -9999 -9999 +USW00094728194502SNWD 102 0 102 0 102 0 76 0 76 0 51 0 51 0 76 0 102 0 51 0 25 0 0T 0 51 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00094728194503TMAX 94 0 111 0 156 0 83 0 56 0 83 0 72 0 72 0 83 0 94 0 72 0 67 0 133 0 139 0 172 0 244 0 239 0 194 0 206 0 283 0 178 0 44 0 150 0 194 0 194 0 172 0 233 0 289 0 300 0 233 0 194 0 +USW00094728194503TMIN 0 0 22 0 67 0 6 0 -6 0 39 0 0 0 -33 0 0 0 39 0 0 0 11 0 22 0 44 0 78 0 94 0 78 0 78 0 94 0 122 0 44 0 17 0 28 0 61 0 78 0 78 0 122 0 150 0 156 0 144 0 106 0 +USW00094728194503PRCP 0T 0 0T 0 51 0 0 0 0T 0 239 0 23 0 0 0 0 0 5 0 0T 0 13 0 0 0 0 0 0 0 10 0 5 0 0 0 15 0 0T 0 94 0 79 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 33 0 +USW00094728194503SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194504TMAX 228 0 183 0 239 0 122 0 156 0 139 0 144 0 194 0 217 0 222 0 183 0 228 0 272 0 283 0 178 0 117 0 233 0 200 0 150 0 150 0 133 0 128 0 161 0 178 0 150 0 217 0 122 0 128 0 178 0 172 0-9999 +USW00094728194504TMIN 94 0 122 0 94 0 67 0 39 0 17 0 56 0 67 0 78 0 94 0 111 0 139 0 161 0 139 0 94 0 83 0 94 0 89 0 56 0 78 0 61 0 44 0 28 0 83 0 111 0 89 0 67 0 56 0 50 0 100 0-9999 +USW00094728194504PRCP 0 0 38 0 0T 0 0T 0 155 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 25 0 0 0 46 0 127 0 0T 0 0 0 0T 0 13 0 0 0 0 0 0T 0 427 0 25 0 3 0 0 0 0T 0 71 0-9999 +USW00094728194504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194505TMAX 100 0 139 0 117 0 128 0 167 0 161 0 183 0 161 0 183 0 139 0 156 0 217 0 211 0 239 0 261 0 233 0 244 0 233 0 178 0 233 0 233 0 289 0 222 0 211 0 233 0 239 0 172 0 217 0 272 0 206 0 183 0 +USW00094728194505TMIN 67 0 61 0 67 0 78 0 72 0 83 0 72 0 89 0 89 0 50 0 50 0 94 0 128 0 117 0 139 0 128 0 111 0 156 0 89 0 83 0 133 0 167 0 128 0 100 0 100 0 133 0 122 0 122 0 150 0 139 0 89 0 +USW00094728194505PRCP 239 0 15 0 231 0 114 0 10 0 3 0 0 0 46 0 0 0 320 0 0 0 0 0 13 0 0 0 0T 0 0T 0 124 0 18 0 74 0 0 0 0T 0 10 0 0T 0 0T 0 0 0 0 0 66 0 74 0 0T 0 0T 0 0 0 +USW00094728194505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194506TMAX 144 0 172 0 117 0 111 0 128 0 211 0 233 0 250 0 244 0 194 0 300 0 294 0 289 0 333 0 339 0 339 0 339 0 333 0 278 0 289 0 283 0 272 0 311 0 311 0 322 0 244 0 289 0 278 0 322 0 361 0-9999 +USW00094728194506TMIN 67 0 89 0 100 0 94 0 83 0 83 0 100 0 133 0 139 0 150 0 156 0 200 0 183 0 200 0 244 0 217 0 233 0 217 0 194 0 189 0 178 0 172 0 183 0 211 0 211 0 183 0 161 0 178 0 211 0 261 0-9999 +USW00094728194506PRCP 0T 0 165 0 3 0 51 0 8 0 0 0 0 0 0 0 0 0 79 0 0T 0 0T 0 155 0 0 0 0 0 0 0 15 0 0T 0 305 0 36 0 201 0 0T 0 0 0 0 0 0T 0 3 0 0 0 0T 0 0T 0 0 0-9999 +USW00094728194506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194507TMAX 356 0 317 0 267 0 267 0 283 0 306 0 300 0 317 0 294 0 300 0 233 0 239 0 256 0 261 0 267 0 272 0 244 0 267 0 261 0 283 0 322 0 272 0 239 0 289 0 283 0 306 0 256 0 217 0 278 0 278 0 228 0 +USW00094728194507TMIN 250 0 189 0 172 0 167 0 194 0 222 0 194 0 194 0 222 0 200 0 156 0 144 0 178 0 183 0 206 0 200 0 189 0 206 0 211 0 211 0 222 0 211 0 189 0 183 0 200 0 211 0 206 0 189 0 217 0 200 0 183 0 +USW00094728194507PRCP 0T 0 76 0 0 0 0 0 94 0 0T 0 0 0 0 0 8 0 48 0 0 0 0 0 0 0 20 0 124 0 3 0 335 0 277 0 114 0 0T 0 0T 0 30 0 13 0 0 0 0 0 74 0 0 0 5 0 56 0 0 0 33 0 +USW00094728194507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194508TMAX 239 0 267 0 317 0 272 0 278 0 222 0 267 0 256 0 283 0 306 0 322 0 306 0 283 0 294 0 294 0 267 0 256 0 267 0 289 0 294 0 322 0 328 0 233 0 178 0 200 0 211 0 256 0 306 0 339 0 339 0 333 0 +USW00094728194508TMIN 178 0 194 0 206 0 167 0 156 0 172 0 167 0 178 0 183 0 178 0 200 0 217 0 217 0 222 0 172 0 144 0 172 0 172 0 183 0 189 0 211 0 222 0 178 0 117 0 122 0 144 0 139 0 172 0 206 0 228 0 222 0 +USW00094728194508PRCP 8 0 0 0 0 0 0 0 0 0 338 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 198 0 155 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194509TMAX 322 0 256 0 267 0 256 0 283 0 306 0 317 0 328 0 289 0 294 0 272 0 278 0 278 0 239 0 250 0 222 0 139 0 211 0 222 0 183 0 272 0 222 0 183 0 256 0 289 0 278 0 256 0 261 0 311 0 161 0-9999 +USW00094728194509TMIN 228 0 194 0 172 0 156 0 161 0 183 0 189 0 206 0 217 0 228 0 211 0 189 0 172 0 194 0 178 0 139 0 106 0 106 0 156 0 150 0 150 0 111 0 122 0 172 0 211 0 206 0 189 0 200 0 106 0 67 0-9999 +USW00094728194509PRCP 0T 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 66 0 0 0 0 0 787 0 8 0 0 0 104 0 279 0 15 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 25 0 0 0 0T 0 0 0-9999 +USW00094728194509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194510TMAX 189 0 222 0 122 0 133 0 189 0 183 0 206 0 228 0 156 0 156 0 161 0 189 0 144 0 117 0 106 0 167 0 217 0 261 0 267 0 222 0 222 0 228 0 172 0 111 0 122 0 133 0 128 0 161 0 217 0 200 0 244 0 +USW00094728194510TMIN 100 0 122 0 50 0 33 0 72 0 139 0 117 0 94 0 83 0 61 0 78 0 94 0 67 0 50 0 39 0 61 0 61 0 122 0 144 0 128 0 100 0 139 0 83 0 67 0 100 0 67 0 67 0 44 0 106 0 128 0 139 0 +USW00094728194510PRCP 0 0 28 0 0 0 0 0 0 0 94 0 89 0 0 0 36 0 0 0 0 0 13 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 76 0 10 0 127 0 23 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194511TMAX 156 0 172 0 200 0 89 0 106 0 150 0 178 0 222 0 222 0 189 0 100 0 144 0 200 0 178 0 78 0 133 0 144 0 150 0 133 0 106 0 89 0 144 0 39 0 33 0 78 0 72 0 78 0 100 0 56 0 0 0-9999 +USW00094728194511TMIN 67 0 106 0 89 0 33 0 17 0 44 0 100 0 139 0 167 0 56 0 50 0 100 0 139 0 44 0 33 0 39 0 56 0 78 0 61 0 6 0 -6 0 39 0 -11 0 -39 0 11 0 6 0 -6 0 56 0 -6 0 -17 0-9999 +USW00094728194511PRCP 0 0 0 0 18 0 18 0 0 0 0 0 0 0 0 0 0 0 8 0 137 0 15 0 8 0 84 0 20 0 0 0 0 0 0T 0 173 0 28 0 0 0 193 0 0 0 0 0 0T 0 0 0 0 0 208 0 198 0 51 0-9999 +USW00094728194511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 30 0 64 0-9999 +USW00094728194511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 76 Z-9999 +USW00094728194512TMAX 17 0 33 0 56 0 61 0 22 0 50 0 94 0 122 0 100 0 72 0 0 0 -22 0 6 0 6 0 6 0 -17 0 -44 0 -22 0 -50 0 -28 0 -28 0 -39 0 -28 0 -17 0 106 0 111 0 50 0 28 0 11 0 67 0 61 0 +USW00094728194512TMIN -17 0 -39 0 6 0 -11 0 -28 0 17 0 44 0 44 0 44 0 -17 0 -72 0 -83 0 -72 0 -33 0 -33 0 -111 0 -117 0 -94 0 -67 0 -78 0 -72 0 -78 0 -122 0 -100 0 -67 0 17 0 0 0 -6 0 -6 0 -6 0 22 0 +USW00094728194512PRCP 0 0 0 0 0T 0 0 0 15 0 51 0 13 0 0 0 0 0 25 0 0 0 0 0 0T 0 71 0 0 0 0T 0 0 0 0 0 218 0 5 0 0T 0 3 0 0 0 0 0 320 0 0T 0 0 0 3 0 284 0 56 0 94 0 +USW00094728194512SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0T 0 81 0 0 0 0T 0 0 0 0 0 203 0 8 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 3 0 84 0 0 0 0 0 +USW00094728194512SNWD 51 Z 25 Z 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0T Z 0T Z 0T 0 76 Z 51 Z 51 Z 51 Z 51 Z 254 Z 229 Z 203 Z 203 Z 203 Z 178 Z 51 Z 0T 0 0 0 0 0 51 Z 25 Z 0 0 +USW00094728194601TMAX 22 0 -11 0 33 0 67 0 117 0 167 0 167 0 122 0 94 0 111 0 67 0 89 0 67 0 0 0 50 0 -33 0 -11 0 39 0 33 0 -28 0 22 0 22 0 0 0 17 0 56 0 56 0 -17 0 28 0 39 0 67 0 133 0 +USW00094728194601TMIN -56 0 -72 0 -50 0 -6 0 39 0 117 0 122 0 44 0 22 0 33 0 22 0 39 0 -28 0 -61 0 -83 0 -100 0 -61 0 -28 0 -111 0 -150 0 -44 0 -78 0 -94 0 -50 0 -6 0 -67 0 -89 0 -61 0 -11 0 -11 0 22 0 +USW00094728194601PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0T 0 76 0 0T 0 0T 0 33 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 13 0 76 0 0 0 0 0 51 0 20 0 0 0 0T 0 0 0 0 0 175 0 18 0 +USW00094728194601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 13 0 28 0 0 0 0 0 46 0 20 0 0 0 0T 0 0 0 0 0 0T 0 0 0 +USW00094728194601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 Z 25 Z 0T Z 0T Z 25 Z 0T Z 0T Z 0T 0 0 0 0 0 0 0 +USW00094728194602TMAX 28 0 78 0 -22 0 -11 0 0 0 117 0 44 0 56 0 56 0 39 0 28 0 61 0 67 0 172 0 22 0 22 0 128 0 22 0 11 0 39 0 -22 0 -6 0 67 0 17 0 6 0 6 0 33 0 44 0-9999 -9999 -9999 +USW00094728194602TMIN -17 0 -33 0 -100 0 -111 0 -100 0 0 0 0 0 -50 0 17 0 -11 0 -67 0 -33 0 11 0 22 0 -100 0 -100 0 17 0 -61 0 -89 0 -39 0 -94 0 -83 0 -33 0 -6 0 -67 0 -72 0 0 0 -6 0-9999 -9999 -9999 +USW00094728194602PRCP 0 0 0 0 0 0 0 0 0 0 76 0 3 0 0 0 43 0 0 0 0 0 0 0 15 0 23 0 3 0 0 0 0 0 0T 0 142 0 53 0 0 0 13 0 0 0 0T 0 0 0 0T 0 64 0 13 0-9999 -9999 -9999 +USW00094728194602SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 140 0 51 0 0 0 8 0 0 0 0T 0 0 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728194602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 Z 178 Z 178 Z 152 Z 127 Z 76 Z 51 Z 25 Z 0T Z 0T 0-9999 -9999 -9999 +USW00094728194603TMAX 56 0 61 0 89 0 206 0 161 0 94 0 233 0 122 0 144 0 78 0 61 0 83 0 200 0 239 0 161 0 139 0 94 0 72 0 100 0 156 0 183 0 211 0 133 0 150 0 178 0 200 0 222 0 261 0 256 0 178 0 111 0 +USW00094728194603TMIN -33 0 22 0 28 0 44 0 56 0 28 0 44 0 61 0 44 0 11 0 -6 0 -22 0 39 0 100 0 83 0 61 0 44 0 44 0 33 0 22 0 50 0 56 0 33 0 33 0 56 0 106 0 106 0 128 0 139 0 72 0 22 0 +USW00094728194603PRCP 0 0 0T 0 0 0 0 0 0T 0 0 0 13 0 46 0 25 0 0 0 0T 0 0 0 0 0 0 0 307 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 81 0 41 0 282 0 0 0 0 0 13 0 5 0 0 0 +USW00094728194603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194604TMAX 72 0 239 0 144 0 100 0 94 0 144 0 122 0 89 0 139 0 106 0 144 0 100 0 100 0 178 0 233 0 133 0 156 0 183 0 183 0 178 0 194 0 206 0 256 0 206 0 167 0 150 0 72 0 156 0 117 0 189 0-9999 +USW00094728194604TMIN 22 0 50 0 78 0 67 0 44 0 39 0 28 0 22 0 22 0 22 0 11 0 44 0 33 0 39 0 89 0 61 0 33 0 56 0 94 0 83 0 56 0 83 0 67 0 100 0 89 0 72 0 33 0 28 0 67 0 50 0-9999 +USW00094728194604PRCP 18 0 102 0 0 0 0T 0 0 0 3 0 0 0 51 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 8 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 0T 0 86 0 43 0 43 0 0 0 8 0 0 0-9999 +USW00094728194604SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194605TMAX 233 0 239 0 161 0 106 0 178 0 228 0 167 0 150 0 211 0 217 0 256 0 217 0 233 0 200 0 244 0 156 0 250 0 133 0 217 0 222 0 233 0 239 0 250 0 250 0 294 0 283 0 200 0 167 0 200 0 306 0 300 0 +USW00094728194605TMIN 111 0 128 0 72 0 72 0 78 0 111 0 89 0 61 0 78 0 83 0 133 0 117 0 100 0 117 0 117 0 128 0 122 0 106 0 100 0 128 0 150 0 128 0 128 0 128 0 150 0 194 0 167 0 94 0 83 0 106 0 189 0 +USW00094728194605PRCP 0 0 0 0 0 0 0T 0 20 0 0T 0 20 0 13 0 0T 0 0 0 0T 0 439 0 5 0 330 0 8 0 74 0 163 0 10 0 3 0 0 0 112 0 0 0 0 0 0 0 0 0 0 0 531 0 0T 0 0T 0 0 0 0 0 +USW00094728194605SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194606TMAX 283 0 111 0 228 0 178 0 217 0 222 0 278 0 322 0 278 0 244 0 294 0 289 0 289 0 200 0 239 0 233 0 239 0 300 0 206 0 189 0 261 0 272 0 300 0 322 0 317 0 328 0 328 0 306 0 300 0 283 0-9999 +USW00094728194606TMIN 100 0 89 0 83 0 117 0 106 0 117 0 144 0 211 0 139 0 111 0 161 0 189 0 200 0 150 0 139 0 128 0 133 0 178 0 150 0 144 0 156 0 172 0 144 0 189 0 206 0 206 0 217 0 206 0 206 0 217 0-9999 +USW00094728194606PRCP 61 0 569 0 0 0 20 0 18 0 0T 0 0 0 0 0 0 0 0 0 119 0 15 0 13 0 0T 0 0 0 0 0 0T 0 38 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0-9999 +USW00094728194606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194607TMAX 300 0 311 0 278 0 300 0 283 0 283 0 339 0 256 0 278 0 306 0 228 0 250 0 317 0 317 0 244 0 261 0 300 0 328 0 333 0 344 0 311 0 272 0 233 0 283 0 272 0 278 0 283 0 283 0 306 0 306 0 289 0 +USW00094728194607TMIN 217 0 211 0 189 0 178 0 189 0 200 0 222 0 194 0 200 0 222 0 189 0 189 0 206 0 211 0 161 0 133 0 150 0 178 0 211 0 228 0 200 0 200 0 194 0 189 0 206 0 183 0 172 0 183 0 189 0 194 0 194 0 +USW00094728194607PRCP 8 0 312 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 15 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 185 0 221 0 538 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194608TMAX 256 0 244 0 267 0 294 0 300 0 278 0 211 0 300 0 317 0 289 0 267 0 261 0 211 0 244 0 250 0 256 0 311 0 256 0 211 0 283 0 256 0 289 0 228 0 256 0 256 0 256 0 250 0 272 0 267 0 211 0 239 0 +USW00094728194608TMIN 167 0 161 0 178 0 189 0 206 0 200 0 183 0 172 0 200 0 217 0 183 0 161 0 161 0 156 0 178 0 189 0 189 0 206 0 178 0 194 0 172 0 183 0 167 0 144 0 139 0 156 0 150 0 150 0 150 0 117 0 128 0 +USW00094728194608PRCP 5 0 0T 0 688 0 0 0 0T 0 0T 0 277 0 0 0 0T 0 0T 0 0 0 3 0 97 0 0 0 0 0 38 0 292 0 0 0 132 0 0 0 0T 0 0 0 3 0 0 0 0 0 0 0 0T 0 0 0 150 0 13 0 0 0 +USW00094728194608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194609TMAX 272 0 272 0 233 0 239 0 228 0 233 0 289 0 294 0 283 0 306 0 267 0 228 0 200 0 217 0 256 0 272 0 300 0 306 0 322 0 300 0 217 0 283 0 239 0 228 0 283 0 272 0 278 0 261 0 222 0 194 0-9999 +USW00094728194609TMIN 150 0 167 0 139 0 128 0 144 0 144 0 161 0 194 0 194 0 206 0 183 0 150 0 111 0 106 0 122 0 128 0 144 0 178 0 183 0 194 0 194 0 194 0 189 0 189 0 189 0 150 0 156 0 167 0 161 0 83 0-9999 +USW00094728194609PRCP 0 0 142 0 36 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 170 0 0 0 0T 0 338 0 0 0 0 0 0 0 0 0 0 0 335 0-9999 +USW00094728194609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194610TMAX 133 0 139 0 233 0 267 0 278 0 306 0 289 0 194 0 167 0 194 0 222 0 228 0 172 0 178 0 178 0 206 0 222 0 200 0 178 0 122 0 172 0 194 0 211 0 250 0 217 0 200 0 228 0 256 0 250 0 278 0 272 0 +USW00094728194610TMIN 72 0 72 0 78 0 111 0 150 0 139 0 156 0 100 0 83 0 111 0 144 0 122 0 89 0 78 0 94 0 111 0 117 0 144 0 83 0 83 0 78 0 72 0 89 0 111 0 133 0 161 0 161 0 150 0 172 0 178 0 156 0 +USW00094728194610PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 10 0 97 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 25 0 3 0 0 0 0 0 +USW00094728194610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194611TMAX 200 0 183 0 178 0 217 0 117 0 156 0 167 0 200 0 144 0 144 0 183 0 161 0 111 0 128 0 94 0 133 0 122 0 78 0 111 0 150 0 150 0 144 0 50 0 83 0 172 0 194 0 178 0 94 0 100 0 122 0-9999 +USW00094728194611TMIN 128 0 144 0 144 0 111 0 61 0 56 0 100 0 106 0 94 0 78 0 122 0 56 0 33 0 39 0 11 0 11 0 78 0 22 0 22 0 39 0 72 0 33 0 -6 0 -11 0 83 0 128 0 61 0 39 0 17 0 6 0-9999 +USW00094728194611PRCP 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 53 0 0 0 0 0 20 0 3 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 218 0 0 0 0 0 0 0 58 0 3 0 0 0 0 0 0 0-9999 +USW00094728194611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194612TMAX 122 0 17 0 11 0 67 0 106 0 67 0 100 0 122 0 161 0 211 0 150 Z 161 0 172 0 39 0 11 0 22 0 89 0 61 0 0 0 33 0 61 0 56 0 56 0 83 0 50 Z 67 0 0 0 117 0 44 0 50 0 -11 0 +USW00094728194612TMIN 17 0 -89 0 -72 0 -33 0 11 0 28 0 17 0 44 0 67 0 122 0 44 0 44 0 22 0 -6 0 -17 0 -33 0 22 0 -11 0 -39 0 -28 0 28 0 17 0 6 0 39 0 -11 0 -78 0 -89 0 -11 0 -39 0 -78 0 -89 0 +USW00094728194612PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 20 0 0T 0 0 0 0 0 0T 0 10 0 0 0 0 0 71 0 224 0 0 0 0 0 0 0 0 0 0T 0 0T 0 23 0 61 0 0 0 0 0 +USW00094728194612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728194612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194701TMAX -11 0 22 0 61 0 17 0 28 0 28 0 33 0 44 0 -6 0 6 0 106 0 78 0 22 0 33 0 61 0 78 0 50 0 78 0 22 0 156 0 106 0 -50 0 22 0 133 0 133 0 106 0 139 0 156 0 83 0 172 0 172 0 +USW00094728194701TMIN -50 0 -28 0 22 0 -33 0 -39 0 -22 0 -22 0 -17 0 -50 0 -56 0 0 0 -28 0 -61 0 -6 0 33 0 39 0 -6 0 11 0 -17 0 17 0 -83 0 -111 0 -89 0 17 0 50 0 22 0 44 0 56 0 33 0 28 0 33 0 +USW00094728194701PRCP 122 0 0T 0 41 0 0 0 38 0 5 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 41 0 74 0 23 0 0 0 0 0 0 0 236 0 0T 0 0 0 0 0 0 0 0 0 86 0 0T 0 0 0 0 0 0T 0 30 0 +USW00094728194701SNOW 102 0 0 0 0 0 0 0 33 0 5 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194701SNWD 102 Z 76 Z 51 Z 25 Z 0T 0 25 Z 25 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194702TMAX 50 0 11 0 22 0 100 0 -72 0 17 0 50 0 11 0 -33 0 22 0 28 0 33 0 56 0 94 0 89 0 61 0 78 0 83 0 11 0 -39 0 -44 0 -17 0 -22 0 -11 0 50 0 33 0 11 0 28 0-9999 -9999 -9999 +USW00094728194702TMIN -6 0 -28 0 -44 0 -83 0 -139 0 -122 0 0 0 -117 0 -122 0 -67 0 -39 0 -44 0 -50 0 6 0 33 0 -6 0 -39 0 -28 0 -72 0 -94 0 -100 0 -78 0 -72 0 -94 0 -50 0 -22 0 -28 0 -50 0-9999 -9999 -9999 +USW00094728194702PRCP 0 0 0T 0 0 0 185 0 0 0 0T 0 5 0 130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 97 0 152 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728194702SNOW 0 0 0T 0 0 0 46 0 0 0 0T 0 5 0 127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 0 165 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728194702SNWD 0 0 0 0 0 0 25 Z 51 Z 25 Z 25 Z 152 Z 127 Z 102 Z 76 Z 76 Z 25 Z 0 0 0 0 0 0 0 0 0 0 0 0 25 Z 279 Z 254 Z 254 Z 254 Z 178 Z 127 Z 102 Z 102 Z-9999 -9999 -9999 +USW00094728194703TMAX 11 0 33 0 17 0 28 0 50 0 72 0 44 0 22 0 50 0 56 0 83 0 89 0 100 0 172 0 117 0 61 0 33 0 33 0 67 0 83 0 106 0 61 0 122 0 122 0 111 0 17 0 33 0 56 0 111 0 67 0 100 0 +USW00094728194703TMIN -44 0 -11 0 -28 0 -22 0 -22 0 11 0 -6 0 -28 0 -28 0 0 0 6 0 0 0 22 0 72 0 33 0 -11 0 -22 0 -39 0 -28 0 6 0 33 0 22 0 17 0 89 0 -28 0 -61 0 -33 0 -22 0 11 0 0 0 -22 0 +USW00094728194703PRCP 25 0 254 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 61 0 84 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 33 0 94 0 3 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728194703SNOW 20 0 76 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 15 0 0 0 0 0 0 0 0T 0 0 Z +USW00094728194703SNWD 0T Z 51 Z 51 Z 25 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 Z +USW00094728194704TMAX 106 0 89 0 122 0 106 0 111 0 261 0 206 0 139 0 89 0 128 0 217 0 256 0 167 0 100 0 200 0 111 0 128 0 167 0 156 0 100 0 50 0 106 0 100 0 222 0 122 0 156 0 222 0 117 0 194 0 256 0-9999 +USW00094728194704TMIN 22 0 61 0 33 0 22 0 67 0 94 0 50 0 22 0 56 0 39 0 78 0 144 0 56 0 61 0 67 0 67 0 67 0 56 0 100 0 44 0 11 0 6 0 22 0 56 0 56 0 44 0 44 0 22 0 56 0 122 0-9999 +USW00094728194704PRCP 0 0 274 Z 0T Z 0T Z 495 Z 0T Z 0 0 0 0 36 Z 0 Z 0 0 8 0 0 0 15 Z 0 Z 145 Z 0 Z 0T Z 0 Z 0T 0 64 Z 0 Z 0 0 0T Z 71 Z 3 Z 8 Z 0 Z 0 0 173 Z-9999 +USW00094728194704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194705TMAX 211 0 89 0 111 0 167 0 133 0 222 0 167 0 100 0 100 0 167 0 228 0 272 0 300 0 211 0 144 0 156 0 233 0 206 0 250 0 289 0 217 0 206 0 272 0 272 0 206 0 233 0 250 0 267 0 278 0 217 0 222 0 +USW00094728194705TMIN 78 0 61 0 67 0 106 0 89 0 89 0 61 0 28 0 17 0 22 0 72 0 128 0 172 0 67 0 56 0 67 0 117 0 117 0 139 0 122 0 144 0 117 0 122 0 167 0 150 0 139 0 156 0 161 0 189 0 111 0 94 0 +USW00094728194705PRCP 109 Z 8 Z 48 Z 76 Z 94 Z 0 Z 8 Z 0T Z 0 Z 0 0 0 0 0 0 0T Z 79 Z 0 Z 0 0 8 Z 76 Z 41 Z 97 Z 53 Z 142 Z 0 Z 0 0 91 Z 0 Z 0 0 3 0 147 Z 0 Z 0 0 +USW00094728194705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194706TMAX 250 0 256 0 233 0 222 0 200 0 306 0 206 0 133 0 267 0 256 0 311 0 322 0 244 0 250 0 250 0 228 0 239 0 200 0 239 0 228 0 233 0 278 0 256 0 161 0 283 0 289 0 306 0 306 0 294 0 300 0-9999 +USW00094728194706TMIN 133 0 156 0 128 0 122 0 117 0 139 0 122 0 111 0 117 0 156 0 178 0 178 0 161 0 156 0 178 0 156 0 150 0 156 0 144 0 133 0 122 0 150 0 150 0 122 0 144 0 189 0 189 0 206 0 211 0 211 0-9999 +USW00094728194706PRCP 0 0 0 0 15 0 0 0 0 0 20 0 99 0 145 0 0 0 0 0 0 0 0 0 0 0 173 0 0 0 0 0 0 0 94 0 0 0 168 0 0 0 0 0 0 0 157 0 0T 0 0 0 0 0 0 0 3 0 0 0-9999 +USW00094728194706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194707TMAX 311 0 283 0 272 0 283 0 311 0 300 0 272 0 211 0 267 0 261 0 261 0 289 0 294 0 317 0 272 0 272 0 289 0 300 0 261 0 272 0 267 0 239 0 261 0 294 0 306 0 306 0 311 0 289 0 317 0 344 0 306 0 +USW00094728194707TMIN 194 0 183 0 156 0 178 0 183 0 217 0 200 0 178 0 183 0 211 0 211 0 211 0 194 0 206 0 222 0 206 0 222 0 222 0 211 0 183 0 189 0 194 0 178 0 167 0 189 0 200 0 200 0 222 0 200 0 217 0 217 0 +USW00094728194707PRCP 36 Z 0 Z 0 0 0 0 0 0 0T Z 5 Z 201 Z 10 Z 8 Z 0 Z 0 0 0T Z 0T 0 0 Z 137 Z 38 Z 0T Z 79 Z 0 Z 0T Z 150 0 0 Z 0 0 0 0 0 0 0 0 28 Z 0 Z 0 0 0T 0 +USW00094728194707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194708TMAX 261 0 261 0 267 0 272 0 306 0 317 0 278 0 250 0 294 0 233 0 300 0 311 0 350 0 339 0 350 0 294 0 211 0 239 0 328 0 283 0 261 0 317 0 306 0 339 0 339 0 328 0 222 0 228 0 294 0 256 0 317 0 +USW00094728194708TMIN 167 0 156 0 189 0 200 0 189 0 194 0 206 0 217 0 200 0 189 0 183 0 194 0 222 0 233 0 244 0 211 0 178 0 172 0 194 0 200 0 194 0 189 0 211 0 217 0 233 0 217 0 194 0 189 0 189 0 189 0 217 0 +USW00094728194708PRCP 0 Z 0 0 0 0 0 0 0 0 0 0 25 Z 20 Z 97 Z 0T Z 0 Z 0 0 0 0 0 0 0T Z 333 Z 38 Z 0 0 0 0 0T 0 5 Z 0 Z 0 0 0 0 0 0 91 Z 0T Z 0 Z 0 0 0 0 0 0 +USW00094728194708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194709TMAX 283 0 306 0 300 0 294 0 256 0 278 0 311 0 311 0 250 0 294 0 294 0 311 0 317 0 300 0 306 0 244 0 256 0 267 0 311 0 217 0 256 0 233 0 156 0 178 0 167 0 161 0 161 0 172 0 200 0 150 0-9999 +USW00094728194709TMIN 172 0 211 0 189 0 194 0 194 0 206 0 217 0 211 0 194 0 206 0 228 0 228 0 233 0 233 0 222 0 167 0 144 0 161 0 128 0 111 0 150 0 89 0 50 0 89 0 106 0 61 0 50 0 50 0 100 0 61 0-9999 +USW00094728194709PRCP 0 0 175 0 0 0 3 Z 152 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0T 0 191 Z 48 Z 0 0 0 0 51 Z 3 Z 0 Z 135 0 0 0 0 Z 43 Z 0 0 0 0 0 0 0 0-9999 +USW00094728194709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194710TMAX 156 0 194 0 222 0 222 0 233 0 256 0 261 0 222 0 200 0 172 0 222 0 222 0 211 0 261 0 250 0 278 0 256 0 250 0 211 0 267 0 283 0 233 0 294 0 172 0 189 0 244 0 256 0 250 0 222 0 178 0 83 0 +USW00094728194710TMIN 22 0 94 0 83 0 128 0 128 0 139 0 133 0 167 0 128 0 83 0 100 0 117 0 133 0 144 0 133 0 144 0 183 0 189 0 178 0 156 0 178 0 144 0 128 0 67 0 72 0 128 0 150 0 161 0 161 0 83 0 67 0 +USW00094728194710PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 Z 0T Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 Z 163 Z 124 Z 124 Z +USW00094728194710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194711TMAX 122 0 150 0 139 0 133 0 156 0 122 0 144 0 161 0 89 0 111 0 139 0 133 0 106 0 78 0 44 0 117 0 67 0 78 0 72 0 39 0 83 0 106 0 122 0 117 0 78 0 56 0 28 0 94 0 72 0 33 0-9999 +USW00094728194711TMIN 67 0 56 0 89 0 83 0 78 0 106 0 100 0 50 0 44 0 22 0 50 0 44 0 28 0 22 0 11 0 39 0 28 0 17 0 0 0 6 0 11 0 33 0 61 0 44 0 22 0 6 0 -22 0 17 0 -6 0 -28 0-9999 +USW00094728194711PRCP 0 Z 0 0 0T Z 391 Z 10 Z 5 0 0 Z 455 Z 0 Z 0 0 203 Z 404 Z 0 0 0 0 0T Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 46 Z 69 Z 150 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00094728194711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00094728194711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194712TMAX 39 0 117 0 144 0 122 0 44 0 56 0 67 0 122 0 56 0 28 0 22 0 44 0 11 0 17 0 72 0 128 0 22 0 78 0 0 0 0 0 56 0 56 0 28 0 6 0 6 0 -6 0 17 0 6 0 -22 0 6 0 0 0 +USW00094728194712TMIN -44 0 0 0 56 0 6 0 -11 0 17 0 33 0 56 0 0 0 -28 0 -17 0 -17 0 -28 0 -50 0 -6 0 11 0 -17 0 -44 0 -61 0 -83 0 -22 0 0 0 -22 0 -56 0 -72 0 -39 0 -17 0 -33 0 -61 0 -78 0 -22 0 +USW00094728194712PRCP 0 0 0 0 0 0 0 0 0 0 23 0 0 0 8 Z 30 Z 0 0 30 Z 18 Z 0 0 0 0 33 Z 163 Z 0 0 0T 0 0 0 0 0 0 0 0 0 74 Z 0T Z 0 0 599 Z 10 Z 8 Z 0 Z 0 0 0 0 +USW00094728194712SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 15 Z 10 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 Z 0T Z 0 0 663 Z 8 Z 8 Z 0 Z 0 0 0 0 +USW00094728194712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 102 0 660 0 635 0 610 0 584 0 432 0 +USW00094728194801TMAX 0 0 11 0 11 0 17 0 28 0 17 0 17 0 11 0 72 0 6 0 22 0 33 0 17 0 6 0 -78 0 22 0 28 0 -28 0 -67 0 22 0 33 0 22 0 -50 0 -78 0 -33 0 -17 0 -22 0 -50 0 0 0 -44 0 -67 0 +USW00094728194801TMIN -17 0 -11 0 -33 0 -39 0 0 0 -11 0 -22 Z -28 0 6 0 -72 0 -67 0 -28 0 6 0 -83 0 -128 0 -78 0 -28 0 -117 0 -139 0 -83 0 6 0 -61 0 -144 0 -144 0 -100 0 -100 0 -78 0 -117 0 -89 0 -156 0 -178 0 +USW00094728194801PRCP 180 Z 221 Z 0 Z 5 Z 0T Z 58 Z 8 Z 0 Z 0T Z 0 Z 0 0 23 Z 310 Z 0 Z 0 0 0 0 28 Z 53 Z 0 0 0T Z 117 Z 46 Z 0T Z 150 Z 5 Z 0 Z 0 0 0 0 0 0 0 0 0 0 +USW00094728194801SNOW 3 Z 10 Z 0 Z 3 Z 0T Z 58 Z 10 Z 0 Z 0 0 0 0 0 0 0T Z 56 Z 0 Z 0 0 0 0 25 Z 43 Z 0 0 0T Z 41 0 51 Z 0T Z 81 Z 8 Z 0 Z 0 0 0 0 0 0 0 0 0 0 +USW00094728194801SNWD 432 0 381 0 381 0 381 0 356 0 330 0 406 0 381 0 330 0 254 0 254 0 229 0 178 0 203 0 178 0 178 0 178 0 229 0 229 0 229 0 254 0 229 0 254 0 254 0 356 0 330 0 305 0 305 0 279 0 254 0 254 0 +USW00094728194802TMAX -33 0 28 0 -11 0 -67 0 -28 0 -22 0 0 0 17 0 -61 0 -50 0 -6 0 56 0 56 0 122 0 17 0 94 0 128 0 128 0 150 0 139 0 -6 0 -11 0 -6 0 6 0 83 0 50 0 78 0 44 0 44 0-9999 -9999 +USW00094728194802TMIN -128 0 -72 0 -67 0 -106 0 -89 0 -61 0 -89 0 -100 0 -122 0 -144 0 -89 0 -6 0 -22 0 -6 0 -56 0 -22 0 67 0 50 0 17 0 -44 0 -67 0 -50 0 -67 0 -67 0 -6 0 28 0 22 0 0 0 -56 0-9999 -9999 +USW00094728194802PRCP 0 0 0 0 0 0 127 Z 0T Z 8 Z 15 Z 0T Z 0 0 0 0 46 Z 0T Z 51 Z 86 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 107 Z 0 Z 0 0 0 0 15 Z 0 Z 185 Z 0T Z-9999 -9999 +USW00094728194802SNOW 0 0 0 0 0 0 130 Z 0T Z 10 Z 28 Z 0T Z 0 0 0 0 13 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 145 Z 0 Z 0 0 0 0 0 Z 0 Z 20 0 0T 0-9999 -9999 +USW00094728194802SNWD 229 0 203 0 203 0 203 0 330 0 330 0 330 0 356 0 305 0 279 0 279 0 305 0 229 0 203 0 178 0 152 0 76 0 0T 0 0T 0 0T 0 0 0 102 0 127 0 76 0 51 0 0T 0 0 0 25 0 0 0-9999 -9999 +USW00094728194803TMAX -11 0 11 0 17 0 11 0 -39 0 56 0 33 0 72 0 94 0 94 0 39 0 -6 0 22 0 56 0 144 0 194 0 156 0 106 0 150 0 211 0 211 0 233 0 139 0 194 0 122 0 139 0 200 0 122 0 72 0 167 0 189 0 +USW00094728194803TMIN -78 0 -22 0 0 0 -89 0 -128 0 -106 0 -11 0 28 0 6 0 39 0 -67 0 -94 0 -83 0 -33 0 22 0 111 0 22 0 17 0 44 0 139 0 94 0 139 0 33 0 39 0 44 0 28 0 122 0 -17 0 -28 0 28 0 56 0 +USW00094728194803PRCP 0 Z 254 Z 0 Z 30 Z 0 Z 0 0 104 Z 0T Z 48 Z 46 Z 51 Z 0 Z 0 0 0 0 0 0 64 Z 0T Z 0 0 71 Z 0 Z 5 Z 0 Z 51 Z 0T Z 0 0 38 Z 130 Z 0 Z 0 0 0 0 0 0 +USW00094728194803SNOW 0 Z 71 Z 0 Z 33 Z 0 Z 0 0 10 Z 0T Z 0 Z 0 0 8 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194803SNWD 0 0 51 0 51 0 51 0 51 0 51 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194804TMAX 161 0 139 0 67 0 167 0 217 0 200 0 161 0 122 0 122 0 122 0 161 0 189 0 133 0 50 0 133 0 128 0 122 0 94 0 111 0 239 0 217 0 161 0 189 0 167 0 217 0 139 0 128 0 100 0 139 0 183 0-9999 +USW00094728194804TMIN 111 0 50 0 11 0 0 0 72 0 128 0 72 0 56 0 28 0 6 0 50 0 133 0 44 0 39 0 39 0 61 0 50 0 33 0 39 0 100 0 89 0 72 0 72 0 100 0 72 0 56 0 61 0 50 0 56 0 94 0-9999 +USW00094728194804PRCP 409 Z 8 Z 0 Z 0 0 0 0 5 Z 0T Z 3 0 0T 0 0 0 109 Z 56 Z 38 Z 119 Z 10 Z 0T Z 0T 0 0 0 0T Z 0 Z 0T 0 0 0 0 0 0T 0 41 0 0 Z 0 0 0T 0 20 Z 10 Z-9999 +USW00094728194804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194805TMAX 206 0 183 0 150 0 178 0 117 0 194 0 106 0 111 0 189 0 306 0 244 0 306 0 172 0 117 0 194 0 139 0 200 0 200 0 183 0 211 0 261 0 178 0 233 0 222 0 156 0 206 0 244 0 256 0 267 0 211 0 189 0 +USW00094728194805TMIN 100 0 89 0 83 0 94 0 83 0 94 0 83 0 89 0 72 0 178 0 139 0 111 0 89 0 89 0 106 0 106 0 133 0 122 0 100 0 100 0 100 0 83 0 122 0 117 0 133 0 139 0 156 0 150 0 172 0 178 0 167 0 +USW00094728194805PRCP 0 Z 5 Z 36 Z 0 Z 150 Z 0 Z 150 Z 3 Z 0 0 0 0 0 0 0 0 175 Z 254 Z 13 0 0T Z 180 Z 150 Z 15 0 0 0 0 Z 25 Z 0T Z 0 0 0 0 122 0 0 0 0 0 0 0 632 Z 15 Z +USW00094728194805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194805EVAP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 23 0 48 0 64 0 46 0 53 0 18 0 5 0 41 0 0 0 23 0 43 0 71 0 53 0 48 0 28 0 53 0 56 0 0 0 13 0-9999 43 0 56 0 13 0 +USW00094728194805WDMV 137 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 89 0 77 0 60 0 48 0 106 0 220 0 26 0 68 0 51 0 43 0 121 0 124 0 40 0 85 0 69 0 26 0 40 0 10 0 10 0 16 0 18 0 18 0 21 0 +USW00094728194806TMAX 250 0 278 0 239 0 250 0 211 0 228 0 233 0 272 0 189 0 200 0 289 0 278 0 189 0 239 0 244 0 206 0 256 0 244 0 261 0 250 0 267 0 211 0 167 0 333 0 311 0 289 0 244 0 306 0 333 0 317 0-9999 +USW00094728194806TMIN 161 0 156 0 161 0 156 0 139 0 111 0 144 0 183 0 144 0 133 0 144 0 167 0 150 0 144 0 156 0 156 0 139 0 161 0 167 0 139 0 167 0 167 0 150 0 161 0 217 0 200 0 183 0 194 0 228 0 211 0-9999 +USW00094728194806PRCP 0 Z 0 0 0T Z 0T 0 5 Z 0 Z 84 Z 0T Z 38 Z 5 Z 10 Z 229 Z 56 Z 0 Z 3 0 0T 0 0 Z 0 0 358 Z 41 Z 0 0 20 Z 48 Z 325 Z 0 Z 0 0 89 Z 23 Z 0 Z 69 Z-9999 +USW00094728194806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194806EVAP 18 0 20 0 69 0 46 0 38 0 28 0 56 0 10 0 53 0 3 0 10 0 41 0 43 0 5 0 46 0 38 0 20 0 61 0 51 0 33 0 58 0 56 0 0 0 3 0 53 0 74 0 58 0 5 0 23 0 69 0-9999 +USW00094728194806WDMV 82 0 26 0 66 0 76 0 32 0 68 0 31 0 31 0 47 0 39 0 23 0 23 0 34 0 23 0 43 0 51 0 34 0 26 0 45 0 68 0 48 0 43 0 35 0 34 0 50 0 53 0 39 0 27 0 13 0 34 0-9999 +USW00094728194807TMAX 306 0 278 0 278 0 322 0 344 0 317 0 239 0 289 0 306 0 294 0 322 0 328 0 289 0 283 0 278 0 278 0 244 0 306 0 300 0 289 0 322 0 289 0 261 0 283 0 283 0 289 0 300 0 322 0 317 0 317 0 306 0 +USW00094728194807TMIN 211 0 183 0 189 0 206 0 222 0 211 0 150 0 167 0 194 0 200 0 200 0 217 0 217 0 211 0 200 0 183 0 189 0 217 0 211 0 200 0 222 0 211 0 211 0 200 0 178 0 206 0 233 0 239 0 222 0 233 0 239 0 +USW00094728194807PRCP 0T Z 0 0 0 0 0 0 43 Z 165 Z 8 Z 0 0 0 0 0 0 0 0 0 0 399 Z 8 Z 0 0 0 0 0T Z 0 Z 104 Z 0 Z 246 Z 0T Z 135 Z 0 Z 0 0 0T Z 36 0 3 0 0 0 0 0 0T 0 +USW00094728194807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194808TMAX 239 Z 294 0 256 0 239 0 211 0 239 0 256 0 261 0 278 0 278 0 272 0 261 0 289 0 272 0 300 0 289 0 244 0 250 0 233 0 211 0 283 0 267 0 283 0 289 0 350 0 394 0 383 0 378 0 350 0 306 0 272 0 +USW00094728194808TMIN 211 0 200 0 178 0 211 0 194 0 167 0 167 0 178 0 178 0 178 0 183 0 206 0 206 0 183 0 178 0 200 0 178 0 178 0 194 0 189 0 189 0 189 0 178 0 206 0 222 0 256 0 261 0 256 0 256 0 228 0 172 0 +USW00094728194808PRCP 71 Z 0 Z 173 Z 8 Z 79 Z 0 Z 0 0 0 0 0 0 0 0 0 0 13 Z 231 Z 0 0 0 0 0 0 0 0 0 0 114 Z 48 Z 0 Z 23 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194808EVAP 41 0 3 0 51 0 10 0 23 0 3 0 36 0 48 0 56 0 58 0 56 0 51 0 5 0 41 0 66 0 74 0 53 0 33 0 30 0 0 0 20 0 10 0 20 0 23 0 38 0 53 0 64 0 66 0 69 0 79 0 71 0 +USW00094728194808WDMV 39 0 37 0 42 0 29 0 48 0 71 0 74 0 29 0 27 0 32 0 21 0 60 0 37 0 51 0 37 0 58 0 32 0 69 0 48 0 16 0 58 0 32 0 56 0 19 0 61 0 51 0 29 0 47 0 48 0 55 0 116 0 +USW00094728194809TMAX 261 0 261 0 267 0 267 0 294 0 283 0 272 0 289 0 317 0 222 0 267 0 294 0 317 0 278 0 250 0 228 0 228 0 306 0 300 0 272 0 233 0 222 0 206 0 189 0 228 0 250 0 283 0 283 0 289 0 239 0-9999 +USW00094728194809TMIN 133 0 150 0 183 0 189 0 200 0 189 0 211 0 211 0 211 0 167 0 156 0 178 0 206 0 172 0 144 0 128 0 128 0 172 0 200 0 200 0 139 0 94 0 111 0 128 0 128 0 117 0 111 0 144 0 167 0 178 0-9999 +USW00094728194809PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 25 Z 97 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 178 Z-9999 +USW00094728194809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194809EVAP 84 0 48 0 46 0 33 0 33 0 36 0 30 0 28 0-9999 -9999 -9999 43 0 53 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 58 0 36 0 38 0 36 0 33 0-9999 -9999 +USW00094728194809WDMV 177 0 48 0 34 0 42 0 21 0 34 0 13 0 34 0-9999 -9999 -9999 58 0 97 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 92 0 37 0 19 0 16 0 27 0-9999 -9999 +USW00094728194810TMAX 267 0 261 0 200 0 183 0 133 0 206 0 217 0 194 0 178 0 211 0 189 0 194 0 183 0 144 0 172 0 189 0 233 0 144 0 111 0 117 0 128 0 144 0 150 0 106 0 117 0 200 0 206 0 183 0 200 0 194 0 217 0 +USW00094728194810TMIN 172 0 161 0 100 0 78 0 100 0 89 0 133 0 128 0 100 0 122 0 167 0 117 0 100 0 83 0 100 0 78 0 128 0 39 0 22 0 44 0 33 0 39 0 83 0 83 0 83 0 100 0 78 0 89 0 100 0 78 0 89 0 +USW00094728194810PRCP 0 Z 0 0 0 0 0 0 5 Z 10 Z 0T Z 163 Z 0 Z 0 0 0T Z 0 Z 0T Z 13 0 0 0 0 0 0 0 61 Z 0 Z 8 Z 0 Z 0 0 0T Z 97 Z 28 Z 0T Z 0 Z 0 0 0 0 0 0 0 0 +USW00094728194810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194810EVAP 5 0 30 0 33 0 56 0 38 0 36 0 58 0 36 0 10 0 20 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728194810WDMV 26 0 34 0 61 0 101 0 79 0 217 0 188 0 177 0 55 0 27 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728194811TMAX 150 0 128 0 167 0 167 0 200 0 233 0 194 0 156 0 178 0 200 0 133 0 139 0 144 0 117 0 150 0 122 0 161 0 178 0 172 0 233 0 128 0 106 0 117 0 133 0 128 0 122 0 167 0 78 0 72 0 78 0-9999 +USW00094728194811TMIN 106 0 67 0 78 0 150 0 156 0 161 0 111 0 89 0 100 0 111 0 56 0 83 0 67 0 39 0 56 0 56 0 89 0 72 0 67 0 106 0 78 0 78 0 78 0 72 0 56 0 39 0 78 0 33 0 17 0 6 0-9999 +USW00094728194811PRCP 0 0 0 0 13 Z 127 Z 0T Z 0T 0 76 0 0 0 0T Z 239 Z 0 Z 0 0 13 0 0 Z 0 0 0 0 8 0 0 Z 30 Z 84 Z 0 Z 33 Z 5 Z 0 0 0 0 0 0 71 Z 3 Z 104 Z 0 Z-9999 +USW00094728194811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 Z-9999 +USW00094728194811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00094728194811EVAP-9999 38 0 18 0 5 0 3 0 5 0 8 0 33 0-9999 8 0 3 0 30 0 8 0 13 0 28 0 20 0 10 0 15 0 13 0 8 0 10 0 13 0 3 0 20 0 18 0 18 0 13 0 25 0 18 0-9999 -9999 +USW00094728194811WDMV-9999 93 0 119 0 116 0 34 0 48 0 80 0 35 0-9999 60 0 63 0 18 0 37 0 74 0 23 0 32 0 42 0 35 0 18 0 111 0 29 0 35 0 34 0 43 0 43 0 42 0 63 0 71 0 56 0 90 0-9999 +USW00094728194812TMAX 111 0 78 0 100 0 128 0 128 0 139 0 128 0 128 0 50 0 50 0 39 0 122 0 144 0 106 0 11 0 44 0 72 0 22 0 -17 0 -11 0 56 0 72 0 33 0 -17 0 -28 0 -56 0 -6 0 50 0 133 0 139 0 111 0 +USW00094728194812TMIN 33 0 11 0 50 0 89 0 61 0 72 0 61 0 44 0 11 0 6 0 -6 0 28 0 89 0 11 0 -22 0 0 0 11 0 -22 0 -33 0 -33 0 -33 0 22 0 -22 0 -61 0 -106 0 -122 0 -100 0 -22 0 11 0 111 0 -39 0 +USW00094728194812PRCP 0 0 0 0 0T Z 38 0 0 0 18 Z 0 Z 0 0 0 0 0 0 0 0 0 Z 15 0 0T Z 0 0 175 Z 122 Z 0T Z 0 Z 384 Z 5 Z 0T 0 0 0 0 0 0T 0 0 Z 0 0 0 0 91 Z 391 Z 356 Z +USW00094728194812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 135 Z 0 0 0 0 0 Z 401 Z 5 Z 0T Z 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 102 0 +USW00094728194812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 Z 0T Z 0 0 0T Z 356 Z 356 Z 279 Z 203 Z 152 Z 152 Z 127 Z 127 Z 102 Z 102 Z 0T 0 0 0 76 Z +USW00094728194812WDMV 111 0 119 0 113 0 196 0 158 0 172 0 148 0 169 0 129 0 171 0 137 0 192 0 150 0 208 0 204 0 235 0 166 0 179 0 237 0 122 0 95 0 158 0 208 0 217 0 142 0 190 0 193 0 111 0 212 0 177 0 208 0 +USW00094728194901TMAX 11 0 33 0 39 0 44 0 133 0 133 0 106 0 156 0 83 0 89 0 44 0 22 0 56 0 56 0 28 0 122 0 122 0 78 0 161 0 44 0 67 0 78 0 44 0 89 0 100 0 11 0 11 0 106 0 72 0 -11 0 39 0 +USW00094728194901TMIN -39 0 -22 0 -11 0 -11 0 28 0 33 0 22 0 61 0 56 0 39 0 0 0 -11 0 17 0 -6 0 -44 0 28 0 56 0 22 0 44 0 -17 0 -28 0 11 0 0 0 22 0 -11 0 -6 0 -11 0 11 0 -22 0 -67 0 -33 0 +USW00094728194901PRCP 43 Z 0T 0 0 Z 0 0 307 Z 91 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0T 0 18 Z 0 Z 312 Z 119 Z 28 Z 76 Z 5 Z 107 Z 23 Z 218 Z 0 Z 0 0 185 Z +USW00094728194901SNOW 38 Z 0T 0 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 Z 0 0 0 0 0 0 8 Z 0 Z 0 0 0 0 0 0 0 Z +USW00094728194901SNWD 152 0 127 0 51 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 25 0 +USW00094728194902TMAX 22 0 0 0 22 0 50 0 44 0 6 0 89 Z 83 0 156 0 33 0 17 0 39 0 128 0 150 0 228 0 139 0 28 0 72 0 150 0 156 0 56 0 89 0 83 0 100 0 111 0 44 0 61 0 28 0-9999 -9999 -9999 +USW00094728194902TMIN -17 0 -50 0 -72 0 22 0 -33 0 -56 0 0 0 0 0 33 0 -17 0 -72 0 -83 0 39 0 100 0 72 0 22 0 -28 0 -39 0 44 0 33 0 -17 0 22 0 22 0 6 0 44 0 -17 0 -44 0 -44 0-9999 -9999 -9999 +USW00094728194902PRCP 0 Z 0 0 0 0 81 Z 0 Z 0 0 58 Z 0 Z 0 0 33 Z 0 Z 0 0 3 Z 0T Z 8 Z 79 Z 0T Z 0 0 25 Z 114 Z 0 Z 277 Z 3 Z 0 0 10 Z 0 Z 0 0 218 Z-9999 -9999 -9999 +USW00094728194902SNOW 0 Z 0 0 0 0 0T Z 0 Z 0 0 0 0 0 0 0 0 43 Z 0 Z 0 0 0 0 0 0 0 0 0T Z 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 229 Z-9999 -9999 -9999 +USW00094728194902SNWD 51 0 51 0 51 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 51 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00094728194903TMAX 44 0 28 0 39 0 39 0 161 0 161 0 56 0 100 0 156 0 78 0 50 0 39 0 72 0 100 0 56 0 33 0 72 0 44 0 -22 0 17 0 144 0 178 0 206 0 156 0 106 0 194 0 239 0 211 0 200 0 217 0 100 0 +USW00094728194903TMIN -56 0 -50 0 -22 0 -39 0 39 0 56 0 -11 0 -56 0 22 0 28 0 11 0 -11 0 -11 0 -11 0 -28 0 -61 0 -11 0 -44 0 -78 0 -78 0 6 0 100 0 94 0 39 0 56 0 67 0 161 0 133 0 89 0 100 0 28 0 +USW00094728194903PRCP 10 Z 0 Z 0 0 0 0 0 0 0T Z 0 Z 0 0 0 0 0T Z 97 Z 0T Z 0 Z 0 0 0 0 0 0 0T 0 99 Z 0 Z 0 0 0 0 3 Z 178 Z 0 0 10 Z 0 Z 0 Z 0 0 0 0 0 0 25 Z +USW00094728194903SNOW 10 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 Z 0 0 0 0 0 0 0T 0 97 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194903SNWD 229 0 127 0 102 0 76 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 76 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194904TMAX 83 0 144 0 139 0 133 0 156 0 133 0 161 0 144 0 100 0 161 0 200 Z 189 0 172 0 261 0 217 0 144 0 133 0 89 0 128 0 189 0 222 0 222 0 206 0 172 0 150 0 233 0 239 0 167 0 150 0 233 0-9999 +USW00094728194904TMIN 44 0 33 0 56 0 67 0 56 0 72 0 72 0 67 0 44 0 39 0 56 0 89 0 100 0 111 0 144 0 33 0 22 0 67 0 61 0 56 0 100 0 117 0 111 0 72 0 39 0 78 0 161 0 78 0 61 0 83 0-9999 +USW00094728194904PRCP 13 Z 0 Z 0 0 0T Z 33 Z 333 Z 0 Z 15 Z 0 Z 0 0 0 0 0 0 147 Z 0T Z 58 Z 0 Z 0 0 239 Z 91 Z 0 0 0 0 188 Z 0T Z 0 Z 0 0 0T 0 5 0 0 0 0 0 0 0-9999 +USW00094728194904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194905TMAX 194 0 228 0 256 0 283 0 322 0 333 0 278 0 217 0 222 0 172 0 150 0 194 0 211 0 261 0 228 0 206 0 267 0 272 0 294 0 200 0 194 0 172 0 256 0 267 0 183 0 178 0 183 0 172 0 183 0 206 0 250 0 +USW00094728194905TMIN 139 0 144 0 139 0 139 0 172 0 172 0 144 0 111 0 111 0 117 0 83 0 78 0 83 0 100 0 122 0 106 0 117 0 144 0 183 0 83 0 72 0 111 0 161 0 156 0 117 0 106 0 78 0 89 0 83 0 72 0 128 0 +USW00094728194905PRCP 91 Z 69 Z 74 Z 0 Z 0 0 89 Z 23 Z 0 0 0 0 48 Z 0 Z 0 0 0 0 18 Z 0 Z 0 0 0 0 0 0 13 Z 145 Z 0 Z 231 Z 5 Z 20 Z 18 Z 20 Z 0 Z 0 0 3 Z 0 Z 0 0 +USW00094728194905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194905EVAP 5 0 0 0 0 0 3 0 5 0 5 0 3 0 8 0 5 0 3 0 0 0 3 0 3 0 5 0 3 0 5 0 0 0 5 0 3 0 5 0 0 0 5 0 0 0 5 0 3 0 8 0 0 0 5 0 3 0 3 0 3 0 +USW00094728194905WDMV 40 0 21 0 37 0 13 0 26 0 8 0 27 0 48 0 19 0 26 0 64 0 72 0 32 0 27 0 35 0 60 0 18 0 6 0 21 0 32 0 92 0 34 0 37 0 45 0 29 0 51 0 24 0 50 0 24 0 34 0 14 0 +USW00094728194906TMAX 239 0 261 0 244 0 261 0 289 0 289 0 267 0 228 0 244 0 222 0 289 0 322 0 283 0 278 0 272 0 278 0 283 0 283 0 283 0 311 0 350 0 328 0 311 0 322 0 328 0 356 0 339 0 272 0 272 0 261 0-9999 +USW00094728194906TMIN 128 0 122 0 133 0 139 0 200 0 183 0 156 0 111 0 128 0 144 0 167 0 200 0 206 0 206 0 194 0 206 0 217 0 211 0 217 0 211 0 228 0 228 0 194 0 200 0 228 0 250 0 189 0 167 0 178 0 172 0-9999 +USW00094728194906PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 Z 0 0 3 0 3 0 0T 0 0 0 0 0 0 0 0 0 0T Z 0 Z 0 0 0 0 0 0 0 0-9999 +USW00094728194906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194906EVAP 3 0 5 0 5 0 3 0 8 0 5 0 5 0 10 0 5 0 5 0 5 0 5 0 8 0 3 0 5 0 5 0 5 0 0 0 5 0 5 0 3 0 8 0 8 0 8 0 8 0 5 0 8 0 5 0 5 0 5 0-9999 +USW00094728194906WDMV 11 0 34 0 19 0 29 0 34 0 16 0 18 0 64 0 48 0 32 0 58 0 40 0 27 0 55 0 58 0 66 0 71 0 93 0 60 0 16 0 26 0 19 0 45 0 24 0 61 0 40 0 39 0 71 0 71 0 42 0-9999 +USW00094728194907TMAX 306 0 322 0 372 0 389 0 350 0 294 0 289 0 278 0 267 0 239 0 300 0 272 0 289 0 322 0 278 0 278 0 233 0 317 0 317 0 328 0 328 0 344 0 317 0 317 0 333 0 317 0 333 0 361 0 372 0 350 0 289 0 +USW00094728194907TMIN 167 0 200 0 228 0 244 0 233 0 189 0 183 0 194 0 183 0 194 0 200 0 217 0 206 0 211 0 222 0 211 0 211 0 217 0 233 0 244 0 256 0 244 0 222 0 178 0 211 0 222 0 217 0 250 0 244 0 239 0 228 0 +USW00094728194907PRCP 0 0 0 0 0 0 23 Z 0 Z 89 Z 0 Z 0 0 0 0 41 Z 0 Z 38 Z 140 Z 0 0 0T Z 0 Z 218 Z 0T Z 0T 0 0 Z 0T Z 3 Z 0 Z 0 0 71 Z 0 Z 279 Z 46 Z 0 Z 122 Z 0 Z +USW00094728194907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194907EVAP 41 0 53 0 58 0 91 0 74 0 86 0 46 0 66 0 61 0 74 0 10 0 48 0 18 0 28 0 69 0 28 0 36 0 3 0 58 0 56 0 74 0 43 0 76 0 97 0 84 0 46 0 71 0 48 0 58 0 97 0 76 0 +USW00094728194907WDMV 42 0 60 0 24 0 14 0 39 0 31 0 51 0 47 0 61 0 42 0 19 0 24 0 35 0 16 0 16 0 34 0 27 0 18 0 40 0 37 0 43 0 21 0 37 0 48 0 10 0 27 0 34 0 11 0 10 0 14 0 21 0 +USW00094728194908TMAX 294 0 294 0 267 0 267 0 306 0 322 0 317 0 339 0 378 0 367 0 372 0 294 0 267 0 272 0 272 0 250 0 267 0 222 0 267 0 244 0 294 0 283 0 283 0 294 0 272 0 311 0 322 0 333 0 300 0 283 0 278 0 +USW00094728194908TMIN 194 0 206 0 228 0 233 0 217 0 206 0 217 0 239 0 244 0 261 0 250 0 217 0 200 0 194 0 200 0 189 0 183 0 178 0 167 0 128 0 156 0 178 0 172 0 217 0 167 0 178 0 211 0 239 0 211 0 194 0 200 0 +USW00094728194908PRCP 0 0 10 Z 160 Z 122 Z 117 Z 0 Z 0 0 0 0 0 0 0 0 8 Z 157 Z 8 Z 0 Z 0 0 213 Z 0 Z 5 Z 0 Z 0 0 0 0 0 0 0 0 0T Z 0 Z 0 0 0 0 0T Z 201 Z 0 Z 89 Z +USW00094728194908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194908EVAP 229 0 53 0 28 0 10 0 18 0 33 0 66 0 79 0 53 0 76 0 86 0 66 0 28 0 43 0 10 0 33 0 20 0 51 0 18 0 48 0 64 0 99 0 25 0 38 0 38 0 61 0 53 0 51 0 48 0 36 0 30 0 +USW00094728194908WDMV 8 0 19 0 27 0 8 0 5 0 5 0 6 0 8 0 8 0 8 0 3 0 14 0 13 0 39 0 16 0 24 0 35 0 26 0 39 0 29 0 26 0 2 0 14 0 19 0 71 0 10 0 23 0 18 0 32 0 24 0 29 0 +USW00094728194909TMAX 272 0 244 0 256 0 278 0 306 0 250 0 211 0 206 0 189 0 244 0 250 0 233 0 217 0 267 0 283 0 233 0 267 0 294 0 283 0 222 0 211 0 239 0 206 0 200 0 194 0 211 0 217 0 239 0 189 0 200 0-9999 +USW00094728194909TMIN 167 0 133 0 144 0 167 0 200 0 139 0 122 0 144 0 111 0 100 0 139 0 139 0 167 0 217 0 172 0 150 0 156 0 178 0 206 0 139 0 106 0 150 0 111 0 94 0 89 0 111 0 122 0 156 0 133 0 122 0-9999 +USW00094728194909PRCP 3 Z 0 0 0 0 0 0 137 Z 89 Z 0 0 104 Z 0 Z 0 0 0 0 10 Z 178 Z 3 Z 0T Z 5 0 0 0 13 Z 8 Z 0 Z 0 0 58 Z 30 Z 0 0 0 0 0 0 0 0 0T Z 234 Z 0 Z-9999 +USW00094728194909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728194909EVAP 13 0 74 0 56 0 33 0 33 0 66 0 58 0 25 0 10 0 41 0 56 0 33 0 36 0 3 0 25 0 43 0 20 0 66 0 30 0 56 0 43 0 38 0 10 0 38 0 28 0 36 0 28 0 20 0 10 0 0 0-9999 +USW00094728194909WDMV 23 0 27 0 23 0 8 0 19 0 35 0 27 0 32 0 23 0 71 0 18 0 37 0 105 0 64 0 23 0 18 0 11 0 24 0 27 0 37 0 53 0 32 0 24 0 18 0 16 0 14 0 68 0 87 0 34 0 60 0-9999 +USW00094728194910TMAX 233 0 206 0 206 0 228 0 256 0 217 0 217 0 261 0 289 0 311 0 294 0 283 0 222 0 222 0 194 0 200 0 172 0 172 0 183 0 233 0 267 0 250 0 206 0 172 0 139 0 189 0 133 0 167 0 194 0 178 0 211 0 +USW00094728194910TMIN 117 0 100 0 128 0 144 0 161 0 122 0 161 0 194 0 178 0 206 0 200 0 183 0 139 0 128 0 128 0 100 0 89 0 122 0 144 0 122 0 128 0 161 0 111 0 94 0 83 0 100 0 56 0 67 0 100 0 144 0 106 0 +USW00094728194910PRCP 0 0 0 0 0 0 0 0 28 Z 0 Z 5 Z 0 Z 0 0 0 0 0 0 0T Z 5 0 0T Z 3 Z 0 Z 0 0 0T Z 0T 0 0 0 0 0 0T Z 0 Z 0 0 33 Z 236 Z 0 0 5 Z 13 Z 25 Z 135 Z +USW00094728194910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194910EVAP 41 0 36 0 25 0 20 0 20 0 33 0 23 0 13 0 25 0 20 0 30 0 33 0 48 0 25 0 23 0 25 0 46 0 28 0 41 0 48 0 36 0 28 0 18 0 46 0 36 0 3 0 33 0 20 0 13 0 8 0 3 0 +USW00094728194910WDMV 48 0 34 0 43 0 29 0 23 0 60 0 76 0 48 0 29 0 27 0 34 0 60 0 80 0 40 0 69 0 106 0 92 0 89 0 135 0 79 0 19 0 18 0 47 0 32 0 55 0 56 0 43 0 31 0 21 0 19 0 13 0 +USW00094728194911TMAX 106 0 156 0 167 0 122 0 78 0 94 0 122 0 211 0 178 0 206 0 233 0 161 0 161 0 167 0 156 0 117 0 94 0 56 0 72 0 150 0 100 0 6 0 78 0 122 0 128 0 11 0 -11 0 44 0 111 0 100 0-9999 +USW00094728194911TMIN 56 0 56 0 89 0 39 0 28 0 11 0 50 0 94 0 106 0 117 0 128 0 78 0 78 0 117 0 89 0 67 0 44 0 17 0 11 0 72 0 6 0 -33 0 -22 0 17 0 11 0 -39 0 -39 0 -50 0 28 0 33 0-9999 +USW00094728194911PRCP 15 Z 25 Z 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 38 0 0 0 0 0 0 0 0 0 23 0 0T 0 0T 0 0 0 0 0 0 0 0 0 64 0 0 0 13 0 0 0 66 0 0 0-9999 +USW00094728194911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0-9999 +USW00094728194911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 Z 0 0 0 0-9999 +USW00094728194911EVAP 38 0 8 0 23 0 8 0 25 0 18 0 18 0 13 0 33 0 15 0 20 0 13 0 10 0 8 0 30 0 20 0 20 0 10 0 3 0 3 0 28 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728194911WDMV 64 0 93 0 32 0 31 0 95 0 34 0 29 0 31 0 56 0 13 0 14 0 66 0 84 0 100 0 13 0 13 0 23 0 27 0 37 0 69 0 40 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728194912TMAX 83 0 56 0 44 0 67 0 50 0 28 0 100 0 17 0 11 0 28 0 72 0 156 0 156 0 22 0 0 0 6 0 56 0 122 0 117 0 100 0 122 0 172 0 167 0 44 0 39 0 139 0 172 0 150 0 72 0 6 0 33 0 +USW00094728194912TMIN 28 0 11 0 -28 0 -39 0 6 0 -28 0 -33 0 -39 0 -39 0 -50 0 28 0 72 0 22 0 -6 0 -33 0 -50 0 -22 0 56 0 72 0 33 0 61 0 89 0 11 0 -22 0 -22 0 39 0 139 0 28 0 -33 0 -61 0 -56 0 +USW00094728194912PRCP 0 0 48 Z 0T Z 18 Z 0 Z 0 0 28 0 0T 0 0 Z 0 0 13 Z 117 Z 43 Z 0 Z 0 0 0 0 0 0 18 Z 23 Z 0 Z 0 0 0 0 64 Z 0 Z 0 0 81 Z 127 Z 0 Z 0 0 0 0 0 0 +USW00094728194912SNOW 0 0 0T 0 0T 0 0 0 0 0 0 0 28 0 5 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728194912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195001TMAX 56 0 61 0 156 0 189 0 178 0 172 0 72 0 -6 0 72 0 122 0 128 0 22 0 78 0 161 0 106 0 111 0 39 0 94 0 6 0 0 0 28 0 100 0 122 0 94 0 50 0 222 0 144 0 44 0 117 0 106 0 17 0 +USW00094728195001TMIN 6 0 39 0 61 0 150 0 89 0 72 0 -6 0 -89 0 -44 0 56 0 -17 0 -28 0 22 0 44 0 6 0 22 0 -11 0 6 Z -44 0 -72 0 -56 0 11 0 67 0 50 0 22 0 39 0 -22 0 -44 0 44 0 11 0 -11 0 +USW00094728195001PRCP 0T Z 5 Z 13 Z 0 Z 0T Z 5 0 58 0 0 0 0 0 117 Z 0 Z 0T Z 46 Z 3 Z 0 Z 3 0 0T Z 71 0 0 0 0 0 0T 0 0 0 0 0 38 Z 0T Z 8 Z 13 Z 15 Z 56 0 18 Z 107 Z +USW00094728195001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 +USW00094728195001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728195002TMAX 11 0 39 0 50 0 56 0 11 0 56 0 39 0 17 0 106 0 61 0 72 0 89 0 50 0 22 0 33 0 44 0 56 0 56 0 56 0 -28 0 -56 0 -22 0 11 0 100 0 11 0 -28 0 -56 0 11 0-9999 -9999 -9999 +USW00094728195002TMIN -22 0 0 0 -22 0 -28 0 -39 0 -6 0 -67 0 -111 0 17 0 17 0 17 0 33 0 -6 0 0 0 17 0 17 0 11 0 0 0 -28 0 -139 0 -144 0 -72 0 -22 0 -22 0 -67 0 -111 0 -133 0 -94 0-9999 -9999 -9999 +USW00094728195002PRCP 117 Z 41 Z 0 Z 0 0 0 0 23 Z 0T Z 0T Z 135 Z 13 Z 0T Z 0 0 180 Z 236 Z 99 Z 5 Z 0 0 0 0 3 0 0 0 10 Z 216 Z 48 Z 0T Z 0 Z 0T Z 0 Z 3 Z-9999 -9999 -9999 +USW00094728195002SNOW 58 Z 0 Z 0 0 0 0 0 0 0 0 0T Z 0T Z 0 Z 0T Z 0 0 0 0 89 Z 13 Z 0 Z 0 0 0 0 0 0 0 0 0 0 20 Z 30 Z 3 Z 0 0 0 0 0T Z 0 Z 3 Z-9999 -9999 -9999 +USW00094728195002SNWD 51 Z 0T Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 Z 25 Z 102 Z 51 Z 25 Z 0T Z 0 0 0 0 0 0 0 0 51 Z 51 Z 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728195003TMAX 83 0 -11 0 -33 0 0 0 128 0 78 0 33 0 133 0 44 0 6 0 61 0 117 0 44 0 33 0 94 0 17 0 56 0 56 0 67 0 72 0 44 0 56 0 61 0 100 0 94 0 111 0 78 0 194 0 172 0 61 0 117 0 +USW00094728195003TMIN -11 0 -111 0 -117 0 -111 0 -28 0 -50 0 -78 0 11 0 -56 0 -56 0 -56 0 44 0 -17 0 -33 0 -17 0 -33 0 -22 0 -50 0 -67 0 -17 0 11 0 22 0 22 0 22 0 33 0 17 0 28 0 78 0 11 0 -17 0 -33 0 +USW00094728195003PRCP 10 Z 0T Z 0 Z 0 0 0 0 0 0 0 0 51 Z 3 Z 0 Z 30 Z 5 Z 89 Z 3 Z 0 Z 0 0 8 Z 15 Z 0 Z 0 0 163 Z 20 Z 145 0 0 Z 0T Z 66 Z 15 Z 61 Z 10 Z 0 Z 0 0 +USW00094728195003SNOW 0 Z 0T 0 0 Z 0 0 0 0 0 0 0 0 0 0 0T Z 0 Z 0 0 0 0 36 Z 0T Z 0 Z 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195003SNWD 0 Z 0T 0 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195004TMAX 89 0 139 0 172 0 244 0 172 0 89 0 100 0 128 0 78 0 139 0 128 0 128 0 67 0 94 0 94 0 167 0 206 0 222 0 228 0 139 0 133 0 139 0 117 0 94 0 128 0 167 0 106 0 183 0 111 0 78 0-9999 +USW00094728195004TMIN 0 0 78 0 89 0 78 0 67 0 -6 0 -28 0 0 0 -28 0 -17 0 56 0 50 0 -17 0 -33 0 11 0 22 0 83 0 139 0 128 0 83 0 56 0 39 0 78 0 61 0 61 0 72 0 72 0 78 0 61 0 61 0-9999 +USW00094728195004PRCP 0T Z 3 0 5 Z 0 Z 48 Z 0 Z 0 0 0T Z 13 0 0 0 5 Z 0 Z 36 Z 41 Z 0T Z 0 Z 0 0 0 0 0T Z 56 Z 0T Z 0 Z 36 Z 18 Z 0T Z 20 Z 0T Z 99 0 3 Z 41 Z-9999 +USW00094728195004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0T 0 0 0 0 0 0 0 0T 0 48 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195005TMAX 106 0 128 0 172 0 217 0 128 0 272 0 261 0 167 0 189 0 250 0 233 0 206 0 228 0 189 0 144 0 239 0 206 0 128 0 89 0 178 0 278 0 189 0 194 0 200 0 222 0 211 0 250 0 172 0 150 0 250 0 167 0 +USW00094728195005TMIN 61 0 78 0 100 0 106 0 100 0 100 0 78 0 44 0 83 0 139 0 139 0 133 0 111 0 94 0 94 0 117 0 111 0 89 0 72 0 72 0 89 0 83 0 117 0 133 0 128 0 128 0 111 0 106 0 122 0 133 0 128 0 +USW00094728195005PRCP 64 Z 0T Z 13 0 0 Z 58 Z 5 Z 0 Z 0 0 5 Z 10 Z 0 Z 0 0 0 0 0 0 41 Z 0 Z 36 Z 122 Z 114 Z 0T Z 0 Z 0 0 46 Z 5 Z 0T 0 15 0 0 Z 0T Z 142 Z 0 Z 0T Z +USW00094728195005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195005EVAP 3 0 5 0 5 0 23 0 33 0 3 0 61 0 86 0 66 0 58 0 33 0 71 0 48 0 74 0 36 0 38 0 46 0 36 0 25 0 15 0 20 0 51 0 64 0 5 0 10 0 36 0 3 0 69 0 13 0 8 0 25 0 +USW00094728195005WDMV 29 0 14 0 8 0 26 0 32 0 48 0 50 0 95 0 55 0 74 0 32 0 23 0 32 0 42 0 55 0 63 0 35 0 35 0 55 0 82 0 29 0 60 0 45 0 51 0 14 0 61 0 31 0 48 0 39 0 19 0 13 0 +USW00094728195006TMAX 206 0 289 0 267 0 222 0 239 0 300 0 317 0 317 0 300 0 306 0 228 0 228 0 233 0 178 0 189 0 250 0 261 0 222 0 172 0 211 0 283 0 244 0 283 0 322 0 339 0 350 0 333 0 267 0 272 0 272 0-9999 +USW00094728195006TMIN 150 0 139 0 178 0 106 0 128 0 161 0 189 0 206 0 178 0 200 0 144 0 128 0 133 0 150 0 156 0 150 0 128 0 89 0 144 0 139 0 178 0 161 0 172 0 194 0 217 0 206 0 206 0 139 0 189 0 194 0-9999 +USW00094728195006PRCP 38 Z 0 Z 0T Z 249 Z 0 Z 0 0 0 0 0 0 0 0 13 Z 0T Z 0 0 0 0 36 Z 79 Z 0 Z 69 0 0 0 3 Z 3 0 61 Z 0 0 0 0 5 Z 0 Z 0 0 0 0 0 0 0T Z 0 Z-9999 +USW00094728195006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195006EVAP 10 0 5 0 81 0 20 0 89 0 81 0 71 0 91 0 127 0 8 0 74 0 107 0 64 0 61 0 18 0 8 0 33 0 91 0 58 0 5 0 13 0 51 0 61 0 71 0 48 0 86 0 91 0 102 0 127 0 203 0-9999 +USW00094728195006WDMV 29 0 6 0 42 0 63 0 34 0 13 0 18 0 19 0 26 0 45 0 34 0 63 0 34 0 50 0 40 0 39 0 32 0 76 0 21 0 16 0 13 0 23 0 18 0-9999 6 0 23 0 14 0 40 0-9999 31 0-9999 +USW00094728195007TMAX 294 0 294 0 306 0 294 0 294 0 244 0 289 0 306 0 300 0 222 0 267 0 300 0 278 0 261 0 239 0 233 0 317 0 306 0 289 0 261 0 283 0 283 0 272 0 250 0 300 0 272 0 306 0 306 0 317 0 344 0 344 0 +USW00094728195007TMIN 183 0 189 0 206 0 194 0 206 0 194 0 167 0 189 0 206 0 167 0 183 0 222 0 217 0 189 0 156 0 194 0 200 0 211 0 183 0 178 0 156 0 178 0 183 0 189 0 211 0 178 0 183 0 200 0 189 0 217 0 228 0 +USW00094728195007PRCP 0 0 0 0 3 0 74 0 305 Z 0T Z 0 Z 0 0 0 0 351 Z 198 Z 0T Z 25 Z 0 Z 0 0 79 Z 0 Z 0 0 0 0 15 Z 3 Z 0 0 0 0 8 Z 0 Z 0 0 0 0 18 Z 0 Z 0 0 0 0 +USW00094728195007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195007EVAP 53 0 69 0 76 0 64 0 48 0 124 0 48 0 71 0 56 0 64 0 10 0 13 0 76 0 43 0 66 0 25 0 10 0 46 0 79 0 64 0 28 0 79 0 102 0 91 0 25 0 86 0 48 0 71 0 56 0 74 0 76 0 +USW00094728195007WDMV 6 0 26 0 37 0 5 0 37 0 13 0 14 0 13 0 5 0 26 0 61 0 10 0 11 0 24 0 19 0 19 0 8 0 23 0 21 0 5 0 26 0 8 0 14 0 18 0 23 0 23 0 16 0 26 0 13 0 8 0 11 0 +USW00094728195008TMAX 289 0 239 0 206 0 272 0 261 0 233 0 256 0 289 0 311 0 294 0 311 0 250 0 267 0 278 0 289 0 289 0 267 0 278 0 256 0 239 0 256 0 250 0 261 0 272 0 283 0 306 0 289 0 289 0 311 0 267 0 311 0 +USW00094728195008TMIN 200 0 183 0 183 0 178 0 167 0 161 0 156 0 156 0 189 0 206 0 206 0 167 0 156 0 161 0 178 0 189 0 206 0 200 0 211 0 161 0 139 0 150 0 161 0 189 0 189 0 194 0 194 0 206 0 222 0 217 0 211 0 +USW00094728195008PRCP 13 Z 0 Z 188 Z 0 Z 0T Z 5 Z 0 Z 0 0 0 0 3 0 23 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 363 Z 371 Z 0 Z 36 Z 0 Z 0 0 0 0 0 0 0 0 0 0 130 Z 8 Z 124 Z +USW00094728195008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195008EVAP 81 0 23 0 20 0 3 0 61 0 58 0 23 0 56 0 61 0 64 0 48 0 48 0 51 0 66 0 51 0 81 0 61 0 36 0 28 0-9999 43 0 58 0 20 0 33 0 10 0 30 0 46 0 56 0 41 0 30 0 30 0 +USW00094728195008WDMV 27 0 26 0 21 0 16 0 18 0 39 0 68 0 24 0 6 0 24 0 18 0 32 0 16 0 23 0 5 0 26 0 31 0 24 0 14 0 34 0 37 0 10 0 3 0 6 0 6 0 6 0 10 0 26 0 26 0 14 0 37 0 +USW00094728195009TMAX 306 0 289 0 222 0 261 0 222 0 244 0 278 0 289 0 278 0 244 0 228 0 211 0 189 0 189 0 250 0 217 0 200 0 222 0 211 0 194 0 250 0 161 0 200 0 117 0 161 0 183 0 200 0 194 0 200 0 244 0-9999 +USW00094728195009TMIN 239 0 222 0 189 0 156 0 122 0 139 0 139 0 167 0 178 0 206 0 172 0 128 0 128 0 133 0 167 0 106 0 78 0 111 0 167 0 156 0 150 0 128 0 78 0 61 0 50 0 111 0 122 0 128 0 117 0 161 0-9999 +USW00094728195009PRCP 0T 0 0 Z 20 Z 0 Z 0 0 0 0 0 0 0 0 0 0 137 Z 46 Z 3 Z 150 Z 0T Z 0 0 0 0 0 0 0 0 0T Z 0T 0 8 Z 13 Z 0T Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 0 0 0-9999 +USW00094728195009EVAP 33 0 38 0 46 0 20 0 61 0 56 0 51 0 38 0 38 0 33 0 5 0 0 0 36 0 0 0 5 0 38 0 43 0 38 0 33 0 18 0 10 0 20 0 5 0 36 0 25 0 23 0 13 0 23 0 15 0 15 0-9999 +USW00094728195009WDMV 19 0 29 0 51 0 14 0 51 0 80 0 21 0 3 0 8 0 13 0 35 0 95 0 50 0 32 0 8 0 32 0-9999 13 0 29 0 32 0 21 0 29 0 21 0 66 0 31 0 23 0 8 0 3 0 10 0 11 0-9999 +USW00094728195010TMAX 300 0 278 0 272 0 194 0 183 0 194 0 206 0 194 0 206 0 244 0 211 0 183 0 150 0 178 0 128 0 183 0 211 0 239 0 239 0 217 0 194 0 222 0 117 0 117 0 172 0 128 0 128 0 172 0 217 0 261 0 244 0 +USW00094728195010TMIN 150 0 167 0 156 0 111 0 72 0 89 0 128 0 133 0 167 0 128 0 111 0 106 0 94 0 78 0 106 0 89 0 89 0 139 0 144 0 117 0 72 0 106 0 94 0 100 0 94 0 56 0 33 0 100 0 161 0 144 0 133 0 +USW00094728195010PRCP 0 0 0 0 0 0 0T 0 0 Z 0 0 0 0 0T Z 3 Z 102 Z 0T Z 236 Z 0 Z 0 0 0T 0 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 71 Z 0 Z 3 0 0 0 0 0 20 Z 0 Z 0 0 0 0 +USW00094728195010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195010EVAP 20 0 30 0 38 0 38 0 38 0 25 0 28 0 10 0 23 0 8 0 33 0 8 0 10 0 28 0 30 0 10 0 23 0 10 0 36 0 25 0 43 0 25 0 10 0 18 0 15 0 10 0 20 0 13 0 30 0 28 0 43 0 +USW00094728195010WDMV 2 0 21 0 2 0 27 0 39 0 11 0 50 0 47 0 63 0-9999 39 0 18 0 47 0 50 0 10 0 35 0 24 0 13 0 6 0 35 0 40 0 29 0 34 0 24 0 34 0 27 0 40 0 14 0 27 0 10 0 18 0 +USW00094728195011TMAX 289 0 283 0 150 0 194 0 183 0 133 0 194 0 200 0 222 0 161 0 78 0 83 0 78 0 106 0 133 0 194 0 122 0 106 0 161 0 183 0 83 0 61 0 50 0 117 0 150 0 50 0 44 0 39 0 28 0 39 0-9999 +USW00094728195011TMIN 144 0 150 0 106 0 117 0 50 0 33 0 89 0 128 0 144 0 72 0 33 0 22 0 11 0 28 0 33 0 83 0 67 0 44 0 39 0 83 0 6 0 6 0 17 0 33 0 22 0 -22 0 0 0 6 0 -6 0 6 0-9999 +USW00094728195011PRCP 0 0 0 0 0T Z 394 Z 61 Z 0 0 0 0 0 0 0 0 0 0 0T 0 0 Z 0 0 0 0 0 0 3 Z 5 Z 0 0 0 0 119 Z 36 Z 0 Z 0T Z 0 Z 404 Z 0T Z 0T Z 56 Z 0T Z 0 Z-9999 +USW00094728195011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 Z 0T Z 0 Z 0 0 0T 0 0 0 0 0 0T 0 0 Z-9999 +USW00094728195011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195011DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 +USW00094728195011EVAP 20 0 30 0 48 0 8 0 18 0 51 0 13 0 13 0 13 0 33 0 28 0 8 0 15 0 13 0 13 0-9999 13 0 30 0 23 0 15 0 10 0 23 0 10 0 3 0 0 0-9999 -9999 5 0 8 0 3 0-9999 +USW00094728195011MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 18 0-9999 -9999 -9999 -9999 +USW00094728195011WDMV 3 0 21 0 45 0 64 0 90 0 45 0 27 0 39 0 31 0 64 0 40 0 24 0 27 0 24 0 13 0 37 0 34 0 61 0 48 0 43 0 129 0 95 0 35 0 58 0 140 0 211 0 34 0 21 0 27 0 90 0-9999 +USW00094728195012TMAX 50 0 67 0 139 0 156 0 72 0 67 0 100 0 128 0 72 0 72 0 72 0 33 0 33 0 33 0 72 0 50 0 28 0 0 0 -6 0 -6 0 17 0 28 0 56 0 67 0 22 0 -67 0 -56 0 11 0 33 0 61 0 50 0 +USW00094728195012TMIN -6 0 -11 0 61 0 56 0 17 0 -11 0 33 0 50 0 28 0 0 0 28 0 0 0 -22 0 -17 0 6 0 0 0 -33 0 -56 0 -50 0 -72 0 -50 0 -28 0 6 0 22 0 -67 0 -106 0 -128 0 -94 0 -11 0 6 0 -6 Z +USW00094728195012PRCP 0 0 10 Z 0 Z 297 Z 0 Z 0 0 43 Z 188 Z 0 Z 5 Z 36 Z 0 0 0 0 0 0 46 Z 183 Z 0 Z 0 0 0 0 0 0 0 0 3 Z 0 Z 3 Z 0T Z 53 Z 0 Z 0 0 185 Z 10 Z 36 Z +USW00094728195012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 Z 0 0 0 0 0 0 0T 0 15 0 0 Z 0 0 0 0 0 0 0 0 8 Z 0 Z 0 0 0T Z 74 Z 0 Z 0 0 0T 0 0 0 0 0 +USW00094728195012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 76 0 51 0 0T 0 25 0 0T 0 +USW00094728195101TMAX 39 0 83 0 150 0 161 0 44 Z 106 0 78 0 -28 0 -6 0 61 0 56 0 50 0 56 0 78 0 133 0 33 0 83 0 128 0 178 0 161 0 122 0 -17 0 94 0 106 0 44 0 11 0 6 0 17 0 17 0 -28 0 -28 0 +USW00094728195101TMIN -22 0 -22 0 0 0 28 Z 11 0 11 0 -33 Z -61 0 -72 0 -72 0 -28 0 6 0 -17 0 -11 0 0 0 6 0 -22 0 33 0 44 0 56 0 -39 Z -78 0 -78 0 28 0 17 0 -33 0 -44 0 -61 0 -39 0 -39 0 -117 0 +USW00094728195101PRCP 0 0 0 0 0T 0 20 0 0 0 0 0 61 Z 0T Z 0 0 0 0 15 Z 0 Z 0 0 198 Z 130 Z 0T Z 0 Z 0 0 0 0 0 0 0 0 0 0 8 Z 295 Z 0 0 0 0 15 Z 33 Z 66 Z 0T Z 0 Z +USW00094728195101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0T 0 0 0 0 0 0T Z 0 Z 0 0 0T Z 0 Z 0T Z 0 Z 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 23 Z 0T Z 0T 0 0T 0 0 Z +USW00094728195101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 +USW00094728195102TMAX 122 0 61 0 -50 0 22 0 72 0 50 0 100 0 -56 Z -56 0 -44 0 28 0 94 0 178 0 133 0 17 0 39 0 78 0 106 0 67 0 50 0 44 0 94 0 44 0 67 0 144 0 167 0 161 0 72 0-9999 -9999 -9999 +USW00094728195102TMIN -22 0 -67 0 -83 0 -78 0 -22 0 -17 0 -56 0 -94 0 -117 0 -100 0 -72 0 0 0 67 0 -28 0 -44 0 -39 0 11 0 33 0 33 0 33 0 17 0 28 0 -17 0 -33 0 22 0 78 0 50 0 22 0-9999 -9999 -9999 +USW00094728195102PRCP 43 Z 0 Z 3 Z 20 Z 0 0 0 0 213 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0T Z 0 Z 0 0 221 Z 0 Z 36 Z 10 Z 216 Z 13 Z 0 0 0 0 0 0 0T Z 0T 0 0 0-9999 -9999 -9999 +USW00094728195102SNOW 0 Z 0 0 3 Z 25 Z 0 0 0 0 20 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728195102SNWD 25 Z 0T 0 0T 0 25 0 25 0 0T 0 0T 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728195103TMAX 28 0 67 0 17 0 39 0 106 0 117 0 139 0 111 0 50 0 44 0 83 0 128 0 50 0 83 0 56 0 83 0 83 0 106 0 61 0 94 0 89 0 67 0 144 0 167 0 78 0 39 0 89 0 161 0 117 0 133 0 150 0 +USW00094728195103TMIN 6 0 17 0 -17 0 6 0 17 0 17 0 56 0 33 0 -33 0 -44 0 -22 0 11 0 33 0 28 0 11 0 28 0 22 0 11 0 22 0 44 0 39 0 -28 0 -11 0 22 0 -6 0 -28 0 -22 0 39 0 89 0 100 0 67 0 +USW00094728195103PRCP 46 Z 0 Z 91 Z 56 Z 0 Z 0 0 0T Z 0 Z 0T Z 0 Z 0T Z 0T 0 0T Z 152 Z 0T Z 0 0 0 0 0 0 66 Z 267 Z 0T Z 30 0 0T Z 33 Z 0 Z 0 0 0 0 10 Z 135 Z 541 Z 0 Z +USW00094728195103SNOW 10 Z 0 Z 33 Z 0 Z 0 0 0 0 0 0 0 0 0T Z 0 Z 0T Z 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195103SNWD 0T 0 0 0 0 0 25 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195104TMAX 150 0 106 0 83 0 106 0 106 0 167 0 217 0 156 0 200 0 183 0 156 0 161 0 150 0 133 0 206 0 128 0 94 0 133 0 178 0 144 0 183 0 133 0 167 0 156 0 200 0 250 0 178 0 167 0 289 0 228 0-9999 +USW00094728195104TMIN 61 0 61 0 33 0 39 0 44 0 39 0 83 0 67 0 78 0 94 0 78 0 78 0 67 0 67 0 78 0 50 0 28 0 39 0 78 0 44 0 56 0 72 0 94 0 67 0 100 0 128 0 89 0 78 0 89 0 128 0-9999 +USW00094728195104PRCP 0T Z 23 Z 137 Z 0T Z 0T 0 0 Z 0 0 0 0 0 0 23 Z 0 Z 61 Z 0T Z 0T 0 0 Z 53 Z 0 Z 0 0 3 Z 0 Z 0 0 20 Z 142 Z 0 0 0T 0 0 Z 0 0 5 Z 152 Z 0 Z-9999 +USW00094728195104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195104EVAP 48 0 28 0 23 0 10 0 23 0 25 0 43 0 51 0 30 0 41 0 8 0-9999 23 0 51 0-9999 46 0 10 0 30 0 51 0 25 0 61 0 48 0 25 0 58 0 43 0 30 0 61 0 51 0 23 0 53 0-9999 +USW00094728195104WDMV 35 0 39 0 50 0 87 0 37 0 50 0 26 0 43 0 40 0 26 0 34 0 47 0 98 0 77 0 87 0 71 0 45 0 71 0 89 0 82 0 71 0 51 0 130 0 45 0 68 0 82 0 56 0 69 0 64 0 80 0-9999 +USW00094728195105TMAX 228 0 278 0 194 0 178 0 183 0 211 0 206 0 244 0 278 0 217 0 128 0 167 0 200 0 211 0 306 0 322 0 278 0 200 0 172 0 200 0 244 0 283 0 250 0 161 0 250 0 283 0 211 0 211 0 161 0 244 0 300 0 +USW00094728195105TMIN 111 0 139 0 100 0 72 0 83 0 94 0 117 0 122 0 150 0 133 0 111 0 111 0 94 0 83 0 122 0 167 0 122 0 100 0 94 0 122 0 144 0 183 0 133 0 117 0 117 0 122 0 150 0 122 0 133 0 133 0 189 0 +USW00094728195105PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 307 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 5 Z 3 Z 3 Z 0 Z 254 Z 231 Z 0 Z 0 0 53 0 0 0 213 Z 183 Z 0 0 +USW00094728195105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195105DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 +USW00094728195105EVAP 64 0 91 0 104 0 53 0 51 0 18 0 46 0 51 0 33 0 112 0 61 0 3 0 41 0 66 0 64 0 69 0 91 0 71 0 13 0 5 0 13 0-9999 46 0 5 0 20 0 61 0 58 0-9999 -9999 -9999 51 0 +USW00094728195105MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 175 0-9999 +USW00094728195105WDMV 51 0 90 0 45 0 74 0 47 0 31 0 26 0 51 0 43 0 69 0 55 0 51 0 50 0 55 0 34 0 19 0 32 0 106 0 116 0 51 0 35 0-9999 29 0 98 0 89 0 34 0 32 0 24 0 64 0 42 0 37 0 +USW00094728195106TMAX 317 0 283 0 261 0 294 0 228 0 250 0 256 0 228 0 239 0 172 0 194 0 256 0 183 0 161 0 228 0 256 0 267 0 267 0 283 0 267 0 289 0 278 0 300 0 317 0 294 0 267 0 294 0 306 0 211 0 217 0-9999 +USW00094728195106TMIN 189 0 211 0 183 0 172 0 167 0 150 0 150 0 150 0 156 0 128 0 111 0 106 0 111 0 117 0 117 0 133 0 156 0 156 0 172 0 183 0 194 0 178 0 200 0 206 0 211 0 178 0 183 0 200 0 189 0 183 0-9999 +USW00094728195106PRCP 0 0 0T Z 5 Z 122 Z 0T Z 0 Z 0 0 25 Z 0 Z 3 Z 0T Z 0 0 74 Z 193 Z 5 Z 0 Z 0 0 0 0 0 0 0 0 0T Z 3 Z 89 Z 0 Z 0 0 0 0 89 0 3 0 107 Z 38 Z-9999 +USW00094728195106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195106EVAP 69 0 91 0 51 0 46 0 48 0 36 0 58 0 79 0 8 0 48 0 5 0 64 0 74 0 3 0 3 0 28 0 61 0 64 0 64 0 66 0 64 0 46 0 56 0 25 0 71 0 130 0 84 0 36 0 43 0 15 0-9999 +USW00094728195106WDMV 21 0 26 0 39 0 37 0 32 0 45 0 35 0 50 0 60 0 84 0 129 0 55 0 31 0 64 0 55 0 19 0 39 0 43 0 11 0 34 0 47 0 43 0 55 0 26 0 27 0 71 0 64 0 5 0 29 0 40 0-9999 +USW00094728195107TMAX 272 0 306 0 311 0 278 0 267 0 267 0 317 0 311 0 300 0 317 0 311 0 300 0 289 0 311 0 322 0 317 0 294 0 250 0 272 0 267 0 278 0 289 0 311 0 306 0 306 0 344 0 344 0 222 0 289 0 322 0 322 0 +USW00094728195107TMIN 194 0 189 0 189 0 206 0 172 0 161 0 189 0 200 0 194 0 206 0 211 0 217 0 217 0 217 0 194 0 228 0 211 0 200 0 189 0 161 0 172 0 222 0 228 0 211 0 189 0 206 0 206 0 189 0 200 0 222 0 233 0 +USW00094728195107PRCP 43 Z 0 Z 0 0 51 Z 23 Z 0 0 0 0 0 0 0 0 0 0 5 Z 3 Z 0 Z 0 0 3 Z 10 Z 0 Z 0 0 239 Z 0 Z 0 0 30 0 0T Z 0 Z 0 0 0 0 61 0 465 0 0 Z 0 0 0 0 +USW00094728195107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195107EVAP 10 0 36 0 64 0 89 0 30 0 74 0 1869 0 89 0 58 0 94 0 71 0-9999 18 0 46 0 81 0-9999 -9999 -9999 18 0 23 0 74 0-9999 15 0 61 0 41 0 84 0-9999 -9999 10 0 30 0 56 0 +USW00094728195107WDMV 18 0 23 0 16 0 21 0 50 0 89 0 60 0 29 0 50 0 58 0 42 0-9999 42 0 24 0 26 0-9999 -9999 63 0 48 0 34 0 37 0-9999 27 0 34 0 29 0 26 0-9999 -9999 24 0 42 0 18 0 +USW00094728195108TMAX 317 0 272 0 261 0 256 0 250 0 272 0 228 0 267 0 289 0 311 0 311 0 289 0 311 0 306 0 300 0 294 0 294 0 250 0 289 0 289 0 300 0 278 0 250 0 294 0 244 0 267 0 289 0 294 0 317 0 328 0 317 0 +USW00094728195108TMIN 206 0 172 0 178 0 139 0 133 0 144 0 172 0 189 0 217 0 222 0 217 0 228 0 217 0 211 0 222 0 206 0 206 0 156 0 172 0 189 0 217 0 206 0 167 0 150 0 156 0 156 0 183 0 194 0 189 0 200 0 217 0 +USW00094728195108PRCP 0 0 0 0 0T Z 0 Z 0 0 0 0 89 Z 20 Z 0 0 89 Z 0 Z 254 Z 0T Z 0 0 86 Z 23 Z 0 Z 0 0 0 0 0T 0 41 Z 0 Z 0 0 0 0 41 Z 0 Z 0 0 0 0 0 0 0 0 0 0 +USW00094728195108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195108EVAP 58 0 84 0 74 0 33 0 76 0 61 0 66 0 5 0 3 0 23 0 89 0 69 0 25 0 43 0 64 0 38 0 30 0 41 0 64 0 61 0 28 0 46 0 81 0 64 0 41 0 10 0 28 0 38 0 48 0 53 0 41 0 +USW00094728195108WDMV 45 0 63 0 53 0 45 0 64 0 35 0 32 0 45 0 19 0 26 0 19 0 16 0 27 0 23 0 32 0 35 0 42 0 14 0 32 0 31 0 13 0 56 0 43 0 37 0 29 0 27 0 16 0 24 0-9999 11 0 14 0 +USW00094728195109TMAX 278 0 183 0 250 0 267 0 278 0 239 0 261 0 233 0 267 0 278 0 250 0 289 0 283 0 289 0 250 0 283 0 250 0 239 0 278 0 289 0 294 0 278 0 267 0 239 0 233 0 194 0 233 0 217 0 161 0 161 0-9999 +USW00094728195109TMIN 139 0 128 0 150 0 150 0 156 0 172 0 156 0 122 0 139 0 144 0 189 0 194 0 206 0 211 0 183 0 156 0 167 0 167 0 161 0 178 0 178 0 178 0 150 0 122 0 172 0 122 0 139 0 94 0 67 0 50 0-9999 +USW00094728195109PRCP 5 Z 3 Z 13 Z 0 Z 0 0 53 Z 0T Z 0 Z 0 0 0 0 0T Z 0 Z 0 0 0 0 33 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 53 Z 0 Z 0 0 0 0 0 0 0T Z-9999 +USW00094728195109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195109EVAP 36 0 23 0 5 0 18 0 51 0 43 0 5 0 66 0 53 0 30 0 53 0 13 0 20 0 41 0 46 0 10 0 41 0 38 0 33 0 41 0 28 0 48 0 43 0 46 0 61 0 18 0 36 0 20 0 58 0 38 0-9999 +USW00094728195109WDMV 60 0 105 0 60 0 16 0 19 0 18 0 50 0 53 0 27 0 10 0 43 0 13 0 18 0 53 0 69 0 14 0 18 0 19 0 11 0 16 0 19 0 43 0 69 0 35 0 34 0 39 0 39 0 61 0 69 0 53 0-9999 +USW00094728195110TMAX 239 0 278 0 211 0 217 0 289 0 256 0 156 0 183 0 178 0 150 0 89 0 167 0 150 0 183 0 200 0 222 0 206 0 206 0 161 0 161 0 156 0 172 0 178 0 206 0 156 0 217 0 217 0 117 0 128 0 150 0 183 0 +USW00094728195110TMIN 133 0 167 0 172 0 167 0 200 0 150 0 117 0 94 0 78 0 83 0 72 0 83 0 67 0 72 0 106 0 122 0 128 0 133 0 117 0 67 0 78 0 133 0 139 0 128 0 100 0 83 0 94 0 78 0 56 0 78 0 100 0 +USW00094728195110PRCP 0 0 15 Z 0 Z 0 0 0 0 0 0 495 Z 0T Z 0 0 0T Z 213 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 160 Z 0 Z 0 0 0 0 71 Z 0 Z 0 0 3 0 +USW00094728195110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195110EVAP 18 0 23 0 0 0 43 0 13 0 13 0 51 0 10 0 30 0 38 0 20 0 15 0 33 0 20 0 15 0 10 0 20 0 23 0 33 0 23 0 25 0 8 0 18 0 10 0 13 0 25 0 41 0 23 0 13 0 23 0 10 0 +USW00094728195110WDMV 24 0 27 0 14 0 93 0 111 0 43 0 68 0 100 0 60 0 69 0 56 0 156 0 76 0 26 0 21 0 11 0 50 0 72 0 101 0 39 0 16 0 23 0 37 0 11 0 69 0 42 0 37 0 39 0 53 0 34 0 37 0 +USW00094728195111TMAX 100 0 78 0 156 0 111 0 78 0 78 0 178 0 111 0 94 0 150 0 144 0 128 0 178 0 194 0 200 0 144 0 106 0 56 0 17 0 17 0 56 0 89 0 139 0 144 0 61 0 94 0 33 0 28 0 78 0 128 0-9999 +USW00094728195111TMIN 33 0 28 0 0 0 -17 0 -11 0 -6 0 78 0 33 0 33 0 44 0 61 0 33 0 100 0 144 0 128 0 72 0 22 0 -17 0 -33 0 -33 0 -39 0 6 0 72 0 6 0 -11 0 33 0 -50 0 -56 0 11 0 6 0-9999 +USW00094728195111PRCP 191 Z 163 Z 345 Z 0 Z 0 0 0 0 559 Z 0 Z 0 0 0 0 0 0 0 0 0T Z 102 Z 0 Z 69 Z 0T Z 0T 0 0 Z 0 0 0 0 0 0 0 0 30 Z 0 Z 191 0 0 Z 0 0 0 0 0 0-9999 +USW00094728195111SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195111EVAP 8 0 10 0 8 0-9999 23 0 30 0 28 0 10 0 28 0 28 0 23 0 25 0 10 0 10 0 5 0 5 0 13 0 18 0 5 0 5 0 8 0 5 0 8 0 5 0 15 0 8 0 5 0 5 0 10 0 15 0-9999 +USW00094728195111WDMV 64 0 113 0 101 0 45 0 50 0 56 0 109 0 74 0 82 0 45 0 42 0 56 0 32 0 63 0 56 0 23 0 58 0 77 0 69 0 93 0 71 0 63 0 60 0 64 0 63 0 37 0 121 0 103 0 31 0 47 0-9999 +USW00094728195112TMAX 156 0 144 0 106 0 156 0 156 0 172 0 178 0 178 0 139 0 83 0 44 0 50 0 0 Z 11 0 39 0 -67 0 -67 0 -39 0 89 0 -28 0 139 0 111 0 6 0 56 0 61 0 17 0 44 0 0 0 22 0 78 0 106 0 +USW00094728195112TMIN 44 0 67 0 33 0 50 0 117 0 106 0 117 0 111 0 67 0 11 0 -6 0 0 0 -39 0 -61 0 -67 0 -117 0 -133 0 -128 0 -56 0 -78 0 -56 0 -11 0 -33 0 -33 0 -17 0 -22 0 -33 0 -67 0 -22 0 22 0 39 0 +USW00094728195112PRCP 0 0 0 0 0 0 0T Z 152 Z 3 Z 0 0 5 0 3 Z 0T Z 0 Z 3 Z 0 Z 127 Z 91 Z 0 0 0 0 279 Z 0 Z 249 Z 94 Z 0 Z 0 0 0 0 56 Z 3 Z 0 0 0 0 0T Z 18 Z 5 Z +USW00094728195112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 Z 64 Z 20 Z 0 0 0 0 0T Z 0 0 0T Z 0 0 0 0 0 0 0 0 0T Z 0 Z 0 0 0 0 0 0 0 0 0 0 +USW00094728195112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 51 0 51 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195201TMAX 106 0 100 0 39 0 22 0 72 0 11 0 -11 0 22 0 56 0 56 0 28 0 89 0 89 0 89 0 122 0 111 0 83 0 122 0 44 0 94 0 28 0 122 0 128 0 -6 0 44 0 156 0 156 0 67 0 -22 0 -50 0 0 0 +USW00094728195201TMIN 67 0 33 0 -6 0 -22 0 11 0 -39 0 -72 0 -83 0 -33 0 -28 0 -44 0 -6 0 17 0 44 0 39 0 11 0 -6 0 28 0 -6 0 28 0 -50 0 -56 0 -6 0 -50 0 -61 0 33 0 72 0 -22 0 -117 0 -133 0 -78 0 +USW00094728195201PRCP 3 Z 46 Z 91 Z 3 0 130 Z 0 Z 0 0 0 0 0T Z 69 Z 0 Z 0 0 0 0 56 Z 5 Z 0 Z 71 Z 48 Z 3 Z 33 Z 0 Z 211 Z 5 Z 0T 0 0 Z 216 Z 36 Z 130 Z 3 Z 0 0 0 0 +USW00094728195201SNOW 0 0 0 0 0 0 3 Z 8 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 Z 0T Z 0 Z 0 0 0T Z 0 Z 0T 0 0 Z 0 0 0 0 140 Z 8 Z 0 0 0 0 +USW00094728195201SNWD 0 0 0 0 0 0 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 152 0 76 0 51 0 +USW00094728195202TMAX 83 0 106 0 78 0 106 0 106 0 67 0 44 0 67 0 89 0 89 0 106 0 17 0 -17 0 22 0 67 0 28 0 39 0 33 0 22 0 39 0 33 0 33 0 44 0 44 0 56 0 56 0 44 0 67 0 61 0-9999 -9999 +USW00094728195202TMIN -17 0 56 0 28 0 39 0 33 0 11 0 -6 0 -6 0 33 0 28 0 17 0 -50 0 -78 0 -83 0 -67 0 -28 0 6 0 -6 0 -28 0 -50 0 -6 0 -28 0 -28 0 -17 0 -11 0 -28 0 0 0 6 0 0 0-9999 -9999 +USW00094728195202PRCP 0 0 0T 0 38 Z 124 Z 0 Z 0 0 0 0 0 0 0T 0 0T 0 23 Z 0 Z 0 0 0 0 0 0 18 Z 91 Z 3 Z 0 0 0 0 53 Z 0 Z 0 0 0 0 0 0 0 0 0T Z 0T 0 0T 0-9999 -9999 +USW00094728195202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 51 Z 3 Z 0 0 0 0 18 Z 0 Z 0 0 0 0 0 0 0 0 0T Z 0T 0 0T 0-9999 -9999 +USW00094728195202SNWD 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0 0T 0 0T 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 +USW00094728195203TMAX 11 0 39 0 22 0 22 0 56 0 56 0 33 0 39 0 61 0 56 0 161 0 94 0 61 0 44 0 50 0 0 0 56 0 100 0 44 0 139 0 178 0 133 0 56 0 72 0 122 0 139 0 150 0 111 0 106 0 128 0 144 0 +USW00094728195203TMIN -33 0 -39 0 0 0 0 0 -6 0 -6 0 -6 0 -6 0 -6 0 33 0 56 0 33 0 11 0 -28 0 -39 0 -50 0 -6 0 -11 0 11 0 11 0 56 0 44 0 33 0 39 0 28 0 56 0 44 0 28 0 22 0 28 0 44 0 +USW00094728195203PRCP 102 Z 0 Z 0 0 196 Z 15 Z 10 Z 23 Z 0 Z 0 0 0 0 378 Z 0 Z 30 Z 5 Z 0 0 0T 0 0 Z 0 0 114 Z 0T Z 0 Z 23 Z 94 Z 25 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195203SNOW 102 Z 0 Z 0 0 0 0 0 0 10 Z 23 Z 0 Z 0 0 0 0 0 0 0 0 28 Z 0 Z 0 0 0T 0 0 Z 0 0 25 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195203SNWD 0T 0 102 0 25 0 0T 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195204TMAX 200 0 156 0 144 0 189 0 150 0 100 0 83 0 122 0 122 0 139 0 122 0 83 0 111 Z 200 0 139 0 194 0 217 0 256 0 256 0 278 0 233 0 267 0 244 0 161 0 100 0 111 0 133 0 133 0 189 0 239 0-9999 +USW00094728195204TMIN 111 0 78 0 67 0 67 0 100 Z 67 0 33 0 50 0 56 0 50 0 33 0 11 0 50 0 111 0 61 0 61 0 89 0 133 0 150 0 161 0 139 0 122 0 122 0 100 0 61 0 78 0 106 0 94 0 94 0 128 0-9999 +USW00094728195204PRCP 0T Z 23 Z 0T Z 3 Z 462 Z 0T Z 0 Z 0T Z 0 Z 3 Z 0T Z 0T Z 48 Z 147 Z 28 Z 0T Z 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0T 0 140 Z 132 Z 244 Z 66 Z 0T Z 0 0-9999 +USW00094728195204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195204EVAP 33 0 25 0 18 0 43 0 18 0 43 0 30 0 18 0 20 0 23 0 43 0 46 0 10 0 18 0 10 0 13 0 61 0 53 0 79 0 71 0 102 0 66 0 51 0 53 0 41 0 3 0 5 0 5 0 10 0 33 0-9999 +USW00094728195204WDMV 64 0 47 0 35 0 66 0 76 0 87 0 87 0 64 0 31 0 39 0 89 0 84 0 27 0 72 0 51 0 90 0 53 0 39 0 47 0 72 0 79 0 26 0 45 0 69 0 63 0 95 0 60 0 114 0 113 0 61 0-9999 +USW00094728195205TMAX 183 0 189 0 178 0 239 0 161 0 211 0 172 0 222 0 256 0 233 0 133 0 139 0 161 0 233 0 244 0 211 0 194 0 189 0 217 0 122 0 217 0 250 0 244 0 228 0 156 0 211 0 267 0 267 0 283 0 194 0 222 0 +USW00094728195205TMIN 78 0 61 0 72 0 94 0 78 0 94 0 94 0 78 0 100 0 133 0 100 0 94 0 94 0 89 0 133 0 117 0 89 0 83 0 122 0 100 0 111 0 128 0 117 0 139 0 133 0 139 0 156 0 156 0 178 0 133 0 156 0 +USW00094728195205TOBS-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 156 0 +USW00094728195205PRCP 0 0 0 0 0 0 0 0 0T Z 33 Z 0 Z 0 0 0 0 5 Z 292 Z 61 Z 0T Z 0T 0 8 Z 0 Z 5 Z 91 Z 13 Z 122 Z 0 Z 0 0 0 0 0T Z 457 Z 13 Z 0 Z 0 0 0T Z 0T 0 114 Z +USW00094728195205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195205EVAP 81 0 76 0 66 0 94 0 58 0 53 0 25 0 66 0 86 0 51 0 30 0 3 0 33 0 30 0 58 0 43 0 104 0 5 0 38 0 28 0 10 0 30 0 79 0 64 0 53 0-9999 -9999 64 0 76 0 86 0-9999 +USW00094728195205WDMV 55 0 71 0 42 0 48 0 82 0 24 0 68 0 93 0 43 0 40 0 35 0 116 0 84 0 61 0 48 0 45 0 63 0 37 0 34 0 39 0 66 0 68 0 66 0 42 0 16 0 32 0 31 0 40 0 29 0 47 0-9999 +USW00094728195206TMAX 189 0 283 0 272 0 267 0 267 0 300 0 261 0 300 0 322 0 289 0 228 0 261 0 289 0 283 0 339 0 294 0 350 0 311 0 306 0 256 0 178 0 167 0 178 0 294 0 372 0 378 0 322 0 272 0 306 0 267 0-9999 +USW00094728195206TMIN 156 0 144 0 156 0 183 0 178 0 183 0 194 0 161 0 200 0 200 0 161 0 150 0 144 0 156 0 200 0 206 0 211 0 211 0 189 0 150 0 150 0 144 0 144 0 167 0 239 0 272 0 222 0 206 0 194 0 178 0-9999 +USW00094728195206PRCP 495 Z 0 Z 0 0 157 Z 0 Z 0 0 0 0 0 0 137 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 Z 8 Z 0 Z 5 Z 33 Z 25 Z 0T Z 0 0 0 0 0 0 0 0 64 Z 0 Z-9999 +USW00094728195206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195206EVAP 5 0 0 0 74 0 69 0 56 0 53 0 81 0 94 0 89 0 58 0 86 0 89 0 71 0 79 0 81 0 76 0 53 0 69 0 107 0 64 0 84 0 10 0 8 0 8 0 46 0 81 0 107 0 74 0 33 0 48 0-9999 +USW00094728195206WDMV 61 0 14 0 34 0 35 0 40 0 45 0 19 0 80 0 34 0 24 0 45 0 101 0 43 0 18 0 45 0 21 0 27 0 35 0 53 0 58 0 45 0 32 0 48 0 18 0 29 0 27 0 29 0 39 0 24 0 45 0-9999 +USW00094728195207TMAX 283 0 294 0 317 0 311 0 311 0 339 0 311 0 289 0 239 0 283 0 300 0 333 0 356 0 356 0 344 0 350 0 306 0 333 0 333 0 350 0 322 0 361 0 350 0 294 0 289 0 311 0 300 0 344 0 317 0 289 0 328 0 +USW00094728195207TMIN 167 0 178 0 183 0 211 0 228 0 222 0 206 0 217 0 200 0 194 0 178 0 200 0 244 0 256 0 244 0 267 0 222 0 233 0 261 0 244 0 239 0 233 0 244 0 217 0 194 0 206 0 222 0 228 0 222 0 200 0 222 0 +USW00094728195207PRCP 0 0 0 0 0 0 66 Z 0 Z 0 0 0 0 56 Z 236 Z 226 Z 0 Z 0 0 0 0 0 0 0 0 0 0 30 Z 3 Z 0 Z 0T Z 48 Z 5 Z 0 0 0 0 0 0 0 0 64 Z 0T Z 109 0 0 0 0 0 +USW00094728195207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195207EVAP 79 0 64 0 91 0 71 0 51 0 84 0 107 0 38 0 10 0 10 0 51 0 74 0 81 0 76 0 89 0 84 0 81 0 64 0 46 0 56 0 79 0 104 0 76 0 94 0 97 0 69 0 84 0 18 0 81 0 86 0 41 0 +USW00094728195207WDMV 61 0 45 0 34 0 53 0 31 0 23 0 35 0 11 0 61 0 66 0 66 0 2 0 8 0 10 0 26 0 43 0 24 0 27 0 19 0 35 0 35 0 16 0 0 0 31 0 60 0 24 0 43 0 14 0 24 0 50 0 13 0 +USW00094728195208TMAX 289 0 239 0 311 0 294 0 322 0 267 0 289 0 228 0 239 0 278 0 317 0 311 0 300 0 294 0 289 0 278 0 289 0 278 0 272 0 267 0 250 0 267 0 239 0 267 0 294 0 317 0 317 0 272 0 306 0 300 Z 228 0 +USW00094728195208TMIN 194 0 200 0 178 0 222 0 244 0 222 0 211 0 194 0 194 0 217 0 206 0 228 0 222 0 200 0 200 0 217 0 206 0 178 0 178 0 183 0 200 0 161 0 122 0 133 0 144 0 183 0 206 0 206 0 239 0 211 0 183 0 +USW00094728195208PRCP 0 0 86 Z 0 Z 0 0 0 0 300 Z 3 Z 41 Z 18 Z 170 Z 0 Z 165 Z 0T Z 0 Z 0 0 246 Z 0 Z 0 0 0 0 0 0 109 Z 15 Z 0 0 0 0 0 0 0 0 0 0 0T Z 0 Z 0 0 23 0 +USW00094728195208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195208EVAP 64 0 30 0 13 0 46 0 58 0 51 0 15 0 18 0 3 0 13 0 23 0 69 0 30 0 56 0 66 0 58 0 23 0 84 0 64 0 51 0-9999 18 0 74 0 71 0 66 0 66 0 43 0 58 0 5 0 58 0 41 0 +USW00094728195208WDMV 39 0 19 0 10 0 13 0 56 0 14 0 23 0 18 0 43 0 53 0 10 0 10 0 13 0-9999 2 0 40 0 58 0 63 0 26 0 23 0 24 0 34 0 58 0 45 0 34 0 26 0 16 0 11 0 32 0 109 0 68 0 +USW00094728195209TMAX 244 0 317 0 267 0 250 0 283 0 283 0 211 0 233 0 239 0 294 0 322 0 322 0 344 0 250 0 206 0 267 0 278 0 267 0 267 0 250 0 250 0 206 0 206 0 217 0 244 0 244 0 211 0 250 0 283 0 283 0-9999 +USW00094728195209TMIN 211 0 200 0 183 0 161 0 167 0 167 0 156 0 128 0 122 0 150 0 183 0 217 0 217 0 178 0 172 0 156 0 161 0 189 0 183 0 161 0 156 0 122 0 139 0 133 0 128 0 144 0 111 0 117 0 156 0 167 0-9999 +USW00094728195209PRCP 297 Z 20 Z 13 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 Z 43 Z 0 Z 0 0 38 Z 66 Z 0 Z 0 0 0T Z 41 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195209EVAP 10 0 18 0 20 0 64 0 51 0 61 0 61 0 51 0 46 0 64 0 15 0 53 0 56 0 53 0 15 0 8 0 64 0 43 0 25 0 8 0 48 0 25 0 23 0 15 0 20 0 23 0 43 0 41 0 25 0 30 0-9999 +USW00094728195209WDMV 64 0 77 0 43 0 53 0 18 0 21 0 42 0 60 0 56 0 23 0 5 0 5 0 5 0 8 0 39 0 32 0 23 0 14 0 40 0 14 0 5 0 3 0 6 0 2 0 6 0 6 0 16 0 11 0 2 0 8 0-9999 +USW00094728195210TMAX 222 0 256 0 150 0 194 0 244 0 250 0 172 0 167 0 161 0 161 0 133 0 183 0 228 0 267 0 228 0 206 0 189 0 189 0 183 0 83 0 133 0 178 0 200 0 217 0 144 0 139 0 194 0 156 0 61 0 139 0 189 0 +USW00094728195210TMIN 144 0 128 0 83 0 50 0 139 0 161 0 83 0 56 0 89 0 100 0 89 0 67 0 111 0 139 0 133 0 117 0 83 0 78 0 83 0 6 0 11 0 61 0 78 0 106 0 56 0 33 0 89 0 44 0 28 0 33 0 67 0 +USW00094728195210PRCP 198 Z 10 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 10 Z 0T Z 0 Z 0 0 +USW00094728195210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 Z 0 0 +USW00094728195210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195210EVAP 41 0 23 0 15 0 30 0 33 0 18 0 30 0 30 0 25 0 18 0 28 0 15 0 13 0 25 0 23 0 30 0 36 0 33 0 30 0 20 0 5 0 36 0 43 0 28 0 51 0 23 0 18 0 20 0 8 0 20 0 33 0 +USW00094728195210WDMV 18 0 11 0 24 0 48 0 27 0 23 0 16 0 23 0 13 0 24 0 63 0 39 0 32 0 66 0 37 0 27 0 35 0 24 0 48 0 47 0 69 0 48 0 43 0 31 0 64 0 48 0 39 0 50 0 58 0 82 0 69 0 +USW00094728195211TMAX 228 0 194 0 156 0 106 0 128 0 144 0 83 0 111 0 133 0 94 0 83 0 89 0 94 0 156 0 128 0 183 0 122 0 94 0 122 0 167 0 167 0 156 0 100 0 133 0 122 0 144 0 150 0 61 0 50 0 44 0-9999 +USW00094728195211TMIN 106 0 111 0 89 0 44 0 33 0 72 0 50 0 28 0 44 0 44 0 17 0 22 0 17 0 56 0 94 0 94 0 83 0 67 0 83 0 94 0 128 0 89 0 72 0 61 0 50 0 83 0 67 0 6 0 -22 0 -11 0-9999 +USW00094728195211PRCP 0 0 0 0 10 Z 0 Z 0 0 0 0 0T Z 0 Z 0T Z 13 Z 0 Z 0 0 0 0 0 0 201 Z 3 Z 0T 0 0 Z 3 Z 165 Z 51 Z 287 Z 0 Z 0 0 0 0 0T Z 0T 0 0 0 0 0 43 0-9999 +USW00094728195211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0-9999 +USW00094728195211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0-9999 +USW00094728195212TMAX 22 0 22 0 44 0 50 0 128 0 72 0 89 0 94 0 106 0 139 0 150 0 67 0 72 0 50 0 17 0 72 0 89 0 94 0 44 0 33 0 39 0 39 0 39 0 117 0 67 0 61 0 33 0 -11 0 44 0 83 0 39 0 +USW00094728195212TMIN -44 0 -17 0 0 0 11 0 44 0 39 0 17 0 33 0 78 0 100 0 50 0 28 0 11 0 11 0 -28 0 -17 0 17 0 11 0 -11 0 -11 0 22 0 17 0 6 0 39 0 44 0 6 0 -83 0 -111 0 -50 0 -6 0 -6 0 +USW00094728195212PRCP 0 0 112 Z 61 Z 0 Z 320 Z 0 Z 0 0 0 0 0 0 3 Z 290 Z 0 Z 0T Z 0T 0 0 0 0T 0 0 0 0 0 0 0 0T Z 170 Z 13 Z 3 0 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 76 Z +USW00094728195212SNOW 0 0 56 Z 58 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T Z 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 Z +USW00094728195212SNWD 0T 0 0 0 102 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195301TMAX 61 0 67 0 61 0 50 0 28 0 17 0 11 0 17 0 22 0 22 0 44 0 39 0 78 0 128 0 83 0 139 0 28 0 89 0 106 0 67 0 50 0 72 0 94 0 128 0 94 0 6 0 56 0 111 0 22 0 39 0 139 0 +USW00094728195301TMIN -22 0 0 0 28 0 -11 0 -33 0 -17 0 -28 0 -28 0 0 0 0 0 11 0 -11 0 0 0 33 0 28 0 -6 0 -50 0 28 0 39 0 44 0 17 0 6 0 6 0 94 0 -17 0 -61 0 -50 0 -6 0 -17 0 -39 0 33 0 +USW00094728195301PRCP 0T 0 13 0 127 0 0 0 0 0 3 0 46 0 173 0 104 0 119 0 20 0 5 0 0 0 0 0 0 0 0 0 0T 0 109 0 0 0 3 0 71 0 0T 0 0 0 330 0 48 0 0T 0 10 0 56 0 0T 0 0 0 8 0 +USW00094728195301SNOW 0T 0 0 0 0 0 0 0 0 0 3 0 46 0 51 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 +USW00094728195301SNWD 76 0 51 0 0T 0 0 0 0 0 0T 0 51 0 76 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195302TMAX 111 0 -17 0 22 0 33 0 61 0 100 0 106 0 50 0 56 0 39 0 28 0 33 0 61 0 89 0 94 0 50 0 28 0 39 0 128 0 133 0 194 0 67 0 67 0 139 0 83 0 128 0 128 0 56 0-9999 -9999 -9999 +USW00094728195302TMIN -83 0 -100 0 -17 0 -39 0 -67 0 11 0 44 0 28 0 17 0 -33 0 -39 0 -6 0 6 0 0 0 28 0 0 0 -28 0 -44 0 0 0 39 0 44 0 0 0 -39 0 11 0 61 0 56 0 56 0 -11 0-9999 -9999 -9999 +USW00094728195302PRCP 3 0 0 0 0T 0 0 0 0 0 8 0 64 0 0 0 0 0 0 0 3 0 53 0 0T 0 0 0 330 0 0T 0 0 0 0 0 0 0 0T 0 130 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0-9999 -9999 -9999 +USW00094728195302SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 8 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728195302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728195303TMAX 11 0 17 0 50 0 128 0 67 0 56 0 33 0 6 0 50 0 39 0 44 0 100 0 156 0 194 0 122 0 139 0 111 0 89 0 89 0 106 0 122 0 122 0 183 0 150 0 128 0 94 0 111 0 122 0 133 0 89 0 161 0 +USW00094728195303TMIN -50 0 -67 0 -11 0 50 Z 6 0 0 0 -28 0 -78 0 -67 0 -33 0 -61 0 28 0 100 0 106 0 61 0 67 0 50 0 28 0 50 0 44 0 39 0 44 0 72 0 106 0 72 0 61 0 56 0 56 0 61 0 61 0 72 0 +USW00094728195303PRCP 8 0 0 0 74 0 292 0 0T 0 0T 0 0 0 15 0 0 0 0 0 0 0 272 0 663 0 0 0 356 0 5 0 0 0 51 0 104 0 0T 0 0 0 0 0 0 0 264 0 107 0 13 0 0T 0 0T 0 0T 0 3 0 0 0 +USW00094728195303SNOW 8 0 0 0 0 0 0 0 0T 0 0T 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195303SNWD 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195304TMAX 133 0 156 0 183 0 167 0 161 0 133 0 111 0 167 0 156 0 117 0 183 0 128 0 94 0 78 0 178 0 139 0 156 0 89 0 67 0 89 0 100 0 189 0 239 0 211 0 228 0 250 0 167 0 156 0 183 0 189 0-9999 +USW00094728195304TMIN 72 0 94 0 72 0 78 0 94 0 67 0 67 0 78 0 89 0 89 0 72 0 67 0 33 0 33 0 44 0 67 0 50 0 56 0 33 0 17 0 22 0 50 0 133 0 100 0 133 0 150 0 89 0 72 0 56 0 94 0-9999 +USW00094728195304PRCP 8 0 0 0 0 0 76 0 0 0 18 0 335 0 0 0 0 0 201 0 0 0 89 0 114 0 0 0 0 0 183 0 0 0 89 0 30 0 0T 0 0 0 0 0 0T 0 0 0 0 0 147 0 0 0 0 0 0 0 30 0-9999 +USW00094728195304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195304EVAP 36 0 5 0 25 0 28 0 25 0 53 0 23 0 0 0 43 0 18 0 0 0 56 0 3 0 0 0 41 0 61 0 3 0 46 0 5 0 5 0 30 0 25 0 69 0 66 0 64 0 38 0 28 0 56 0 51 0 41 0-9999 +USW00094728195304WDMV 43 0 2 0 26 0 14 0 32 0 29 0 50 0 134 0 40 0 19 0 40 0 40 0 51 0 108 0 143 0 60 0 51 0 51 0 61 0 34 0 53 0 37 0 79 0 56 0 27 0 29 0 11 0 60 0 58 0 27 0-9999 +USW00094728195305TMAX 144 0 89 0 117 0 228 0 217 0 233 0 211 0 261 0 217 0 300 0 322 0 267 0 250 0 244 0 217 0 239 0 244 0 283 0 228 0 261 0 217 0 256 0 222 0 244 0 239 0 161 0 217 0 183 0 206 0 133 0 161 0 +USW00094728195305TMIN 83 0 67 0 72 0 94 0 128 0 144 0 156 0 150 0 139 0 144 0 167 0 156 0 156 0 161 0 133 0 150 0 150 0 156 0 161 0 167 0 139 0 144 0 133 0 106 0 139 0 106 0 100 0 100 0 89 0 100 0 106 0 +USW00094728195305PRCP 130 0 0T 0 0 0 0 0 165 0 135 0 43 0 41 0 0 0 0 0 0 0 0 0 56 0 0T 0 76 0 18 0 109 0 0 0 0 0 0 0 0 0 132 0 99 0 0 0 3 0 48 0 23 0 0 0 0T 0 28 0 0 0 +USW00094728195305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195305EVAP 51 0 10 0 8 0 8 0 20 0 3 0 15 0 18 0 36 0 38 0 66 0 64 0 48 0 30 0 18 0 15 0 30 0 10 0 76 0 28 0 43 0 38 0 43 0 89 0 64 0 30 0 5 0 51 0 66 0 56 0 3 0 +USW00094728195305WDMV 39 0 48 0 48 0 26 0 10 0 5 0 6 0 3 0 8 0 3 0 6 0 3 0 11 0 14 0 24 0 14 0 13 0 6 0 42 0 3 0 24 0 26 0 40 0 77 0 27 0 21 0 51 0 92 0 80 0 29 0 39 0 +USW00094728195306TMAX 239 0 256 0 256 0 289 0 322 0 339 0 261 0 267 0 311 0 267 0 250 0 222 0 172 0 206 0 272 0 311 0 261 0 267 0 317 Z 361 0 361 0 328 0 311 0 283 0 278 0 344 0 333 0 311 0 300 0 333 0-9999 +USW00094728195306TMIN 122 0 133 0 133 0 172 0 211 0 211 0 200 0 161 0 194 0 156 0 150 0 133 0 106 0 111 0 122 0 161 0 150 0 150 0 183 Z 211 0 250 0 211 0 194 0 156 0 172 0 189 0 233 0 217 0 206 0 228 0-9999 +USW00094728195306PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 64 0 0 0 0 0 0 0 0 0 0T 0 112 0 5 0 0 0 0 0 0 0 0 0 0 Z 0 0 0 0 102 0 0 0 0 0 0 0 0 0 0 0 109 0 71 0 0 0-9999 +USW00094728195306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195306EVAP 18 0 48 0 86 0 79 0 61 0 91 0 81 0 33 0 41 0 97 0 104 0 66 0 41 0 10 0 15 0 71 0 69 0 58 0-9999 58 0 86 0 74 0 38 0 97 0 74 0 74 0 86 0 79 0 53 0 36 0-9999 +USW00094728195306WDMV 13 0 11 0 61 0 31 0 24 0 29 0 29 0 24 0 29 0 68 0 58 0 51 0 34 0 97 0 50 0 27 0 21 0 31 0-9999 11 0 14 0 8 0 10 0 35 0 39 0 42 0 32 0 18 0 31 0 3 0-9999 +USW00094728195307TMAX 350 0 339 0 311 0 283 0 289 0 278 0 317 0 289 0 283 0 267 0 300 0 289 0 278 0 278 0 333 0 361 0 378 0 383 0 328 0 322 0 322 0 300 0 233 0 272 0 261 0 289 0 317 0 322 0 317 0 328 0 311 0 +USW00094728195307TMIN 239 0 233 0 211 0 161 0 183 0 206 0 222 0 211 0 183 0 150 0 167 0 189 0 189 0 189 0 178 0 228 0 244 0 256 0 222 0 222 0 217 0 222 0 194 0 178 0 139 0 167 0 194 0 222 0 200 0 222 0 211 0 +USW00094728195307PRCP 0 0 36 0 0 0 0 0 0 0 15 0 0 0 0 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 15 0 66 0 36 0 0 0 612 0 0 0 0 0 0 0 0 0 0 0 0T 0 198 0 0 0 +USW00094728195307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195307EVAP 81 0 81 0 64 0 102 0 76 0 71 0 38 0 89 0 43 0 84 0 69 0 71 0 56 0 43 0 46 0 76 0 84 0 91 0 94 0 48 0 25 0 46 0 51 0-9999 74 0 64 0 64 0 66 0 76 0 61 0 74 0 +USW00094728195307WDMV 13 0 14 0 31 0 55 0 11 0 32 0 42 0 24 0 18 0 34 0 11 0 10 0 24 0 14 0 19 0 34 0 16 0 13 0 32 0 24 0 10 0 27 0 76 0 72 0 82 0 34 0 47 0 40 0 27 0 50 0 27 0 +USW00094728195308TMAX 294 0 233 0 261 0 244 0 306 0 289 0 261 0 272 0 250 0 278 0 289 0 300 0 294 0 233 0 317 0 289 0 244 0 272 0 256 0 261 0 256 0 278 0 294 0 328 0 328 0 328 0 344 0 367 0 372 0 367 0 378 0 +USW00094728195308TMIN 189 0 150 0 150 0 178 0 200 0 172 0 189 0 183 0 211 0 206 0 189 0 200 0 206 0 194 0 206 0 183 0 183 0 167 0 156 0 172 0 172 0 161 0 172 0 200 0 206 0 206 0 228 0 228 0 244 0 244 0 256 0 +USW00094728195308PRCP 0 0 51 0 0 0 0 0 36 0 0 0 0 0 0 0 173 0 3 0 0 0 0 0 0 0 234 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195308EVAP 109 0 66 0 3 0 64 0 41 0 66 0 53 0 71 0 36 0 3 0 58 0 56 0 61 0 41 0 8 0 61 0 43 0 18 0 69 0 58 0 53 0 53 0 48 0 43 0 71 0 58 0 71 0 53 0 81 0 79 0 79 0 +USW00094728195308WDMV 76 0 37 0 68 0 26 0 60 0 66 0 35 0 85 0 24 0 39 0 35 0 26 0 26 0 23 0 82 0 34 0 19 0 16 0 26 0 32 0 40 0 45 0 42 0 32 0 19 0 29 0 24 0 19 0 21 0 21 0 32 0 +USW00094728195309TMAX 361 0 389 0 344 0 322 0 300 0 289 0 272 0 261 0 261 0 261 0 272 0 244 0 200 0 206 0 261 0 272 0 233 0 228 0 228 0 261 0 283 0 206 0 206 0 206 0 211 0 261 0 233 0 239 0 283 0 250 0-9999 +USW00094728195309TMIN 239 0 250 0 250 0 244 0 211 0 206 0 189 0 167 0 139 0 156 0 156 0 172 0 122 0 100 0 150 0 161 0 128 0 106 0 156 0 194 0 139 0 122 0 94 0 100 0 139 0 178 0 183 0 150 0 167 0 178 0-9999 +USW00094728195309PRCP 0 0 25 0 0 0 0 0 10 0 0 0 0T 0 0 0 0 0 0 0 0 0 89 0 5 0 0 0 48 0 3 0 0 0 0 0 0 0 15 0 71 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195309EVAP 89 0 84 0 74 0 71 0 64 0 41 0 36 0 43 0 71 0 53 0 61 0 56 0 30 0 64 0 43 0 20 0 48 0 56 0 46 0 28 0 18 0 30 0 51 0 46 0 28 0 38 0 36 0 20 0 28 0 56 0-9999 +USW00094728195309WDMV 58 0 37 0 32 0 69 0 74 0 64 0 95 0 50 0 58 0 53 0 40 0 45 0 80 0 80 0 48 0 40 0 47 0 68 0 39 0 69 0 56 0 55 0 77 0 63 0 47 0 53 0 37 0 32 0 39 0 21 0-9999 +USW00094728195310TMAX 272 0 261 0 278 0 250 0 178 0 139 0 133 0 178 0 183 0 211 0 200 0 211 0 189 0 189 0 228 0 256 0 267 0 244 0 239 0 256 0 183 0 172 0 200 0 217 0 144 0 206 0 178 0 200 0 167 0 178 0 200 0 +USW00094728195310TMIN 172 0 144 0 139 0 144 0 133 0 100 0 67 0 44 0 78 0 94 0 100 0 100 0 67 0 78 0 106 0 144 0 128 0 128 0 133 0 161 0 117 0 94 0 139 0 111 0 89 0 89 0 128 0 156 0 111 0 100 0 89 0 +USW00094728195310PRCP 0 0 0 0 0 0 0 0 0 0 163 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 94 0 0 0 3 0 632 0 196 0 0 0 0 0 +USW00094728195310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195310EVAP 30 0 69 0 38 0 36 0 41 0 51 0 13 0 18 0 18 0 20 0 28 0 15 0 38 0 25 0 20 0 28 0 28 0 25 0 20 0 20 0 28 0 36 0 48 0 33 0 25 0 0 0 18 0-9999 8 0 3 0 36 0 +USW00094728195310WDMV 71 0 82 0 29 0 32 0 43 0-9999 97 0 31 0 111 0 29 0 42 0 58 0 103 0 31 0 35 0 47 0 32 0 14 0 40 0 27 0 60 0 169 0 150 0 71 0 40 0 58 0 29 0 29 0 53 0 84 0 84 0 +USW00094728195311TMAX 217 0 217 0 228 0 167 0 78 0 33 0 78 0 94 0 133 0 100 0 128 0 133 0 111 0 67 0 161 0 178 0 217 0 222 0 217 0 217 0 156 0 189 0 189 0 133 0 133 0 89 0 67 0 61 0 67 0 83 0-9999 +USW00094728195311TMIN 100 0 100 0 128 0 50 0 17 0 -11 0 22 0 22 0 39 0 56 0 50 0 72 0 44 0 28 0 28 0 83 0 94 0 100 0 100 0 100 0 78 0 128 0 94 0 67 0 56 0 22 0 17 0 17 0 6 0 28 0-9999 +USW00094728195311PRCP 0 0 0 0 0 0 0 0 0 0 58 0 140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 196 0 0T 0 74 0 0 0 8 0 0 0 0 0 36 0-9999 +USW00094728195311SNOW 0 0 0 0 0 0 0 0 0 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195311EVAP 20 0 18 0 25 0 53 0 36 0 20 0-9999 -9999 8 0 23 0 15 0 15 0 10 0 13 0 3 0 10 0 8 0 20 0 25 0 13 0 10 0 5 0 5 0 3 0 5 0 3 0 20 0 5 0 20 0 20 0-9999 +USW00094728195311WDMV 23 0 19 0 34 0 84 0 101 0 150 0 286 0 89 0 63 0 47 0 40 0 85 0 42 0 29 0 43 0 39 0 35 0 24 0 24 0 8 0 6 0 24 0 69 0 24 0 53 0 51 0 48 0 32 0 64 0 39 0-9999 +USW00094728195312TMAX 61 0 89 0 133 0 144 0 150 0 172 0 161 0 133 0 161 0 172 0 94 0 89 0 89 0 122 0 83 0 28 0 -22 0 -22 0 11 0 67 0 100 0 111 0 106 0 -6 0 67 0 67 0 50 0 78 0 83 0 89 0 33 0 +USW00094728195312TMIN 39 0 28 0 11 0 72 0 83 0 72 0 56 0 44 0 72 0 44 0 22 0 61 0 44 0 56 0 6 0 -33 0 -83 0 -94 0 -72 0 6 0 39 0 78 0 -28 0 -56 0 -28 0 0 0 11 0 39 0 39 0 33 0 -39 0 +USW00094728195312PRCP 0T 0 0 0 0 0 41 0 170 0 155 0 84 0 0 0 30 0 119 0 0 0 109 0 0T 0 371 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 13 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0T 0 +USW00094728195312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728195312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195401TMAX 83 0 67 0 72 0 39 0 22 0 22 0 11 0 -11 0 33 0 44 0 -61 0 -11 0 -61 0 0 0 50 0 33 0 33 0 -17 0 33 0 122 0 122 0 -17 0 -22 0 17 0 72 0 133 0 133 0 50 0 6 0 50 0 0 0 +USW00094728195401TMIN -44 0 0 0 11 0 -17 0 -33 0 -17 0 -33 0 -61 0 -67 0 -89 0 -100 0 -89 0 -117 0 -89 0 -28 0 0 0 -128 0 -139 0 -22 0 22 0 -11 0 -94 0 -111 0 -44 0 11 0 39 0 50 0 -78 0 -106 0 -28 0 -56 0 +USW00094728195401PRCP 0 0 0 0 0 0 0 0 10 0 10 0 0 0 0 0 25 0 48 0 114 0 20 0 0 0 46 0 5 0 84 0 0 0 0 0 0 0 0T 0 15 0 0 0 0 0 0 0 0 0 0 0 38 0 0 0 0 0 3 0 0 0 +USW00094728195401SNOW 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 3 0 61 0 137 0 20 0 0 0 46 0 5 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728195401SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 178 0 229 0 203 0 178 0 203 0 178 0 178 0 178 0 178 0 127 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195402TMAX 22 0 106 0 50 0 67 0 44 0 44 0 22 0 11 0 56 0 94 0 78 0 -39 0 -33 0 67 0 206 0 217 0 61 0 144 0 150 0 117 0 128 0 150 0 111 0 94 0 122 0 117 0 122 0 150 0-9999 -9999 -9999 +USW00094728195402TMIN -67 0 22 0 22 0 6 0 -17 0 -11 0 -33 0 -22 0 -22 0 6 0 -33 0 -117 0 -117 0 -39 0 67 0 61 0 33 0 22 0 17 0 22 0 50 0 28 0 6 0 6 0 56 0 39 0 17 0 50 0-9999 -9999 -9999 +USW00094728195402PRCP 0 0 0 0 79 0 0 0 0 0 0 0 0 0 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 160 0 0 0 0 0 0 0 130 0 38 0 0 0 3 0 38 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728195402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728195402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728195403TMAX 156 0 122 0 89 0 -11 0 17 0 17 0 106 0 100 0 122 0 111 0 78 0 94 0 50 0 106 0 44 0 61 0 89 0 100 0 111 0 167 0 56 0 94 0 122 0 128 0 111 0 194 0 106 0 100 0 200 0 67 0 72 0 +USW00094728195403TMIN 50 0 22 0 -17 0 -44 0 -56 0 -44 0 -17 0 17 0 11 0 17 0 -11 0 -6 0 22 0 11 0 -17 0 -28 0 0 0 0 0 22 0 56 0 -17 0 -28 0 44 0 39 0 56 0 61 0 39 0 39 0 67 0 6 0 11 0 +USW00094728195403PRCP 104 0 0 0 221 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 74 0 132 0 0T 0 0 0 0 0 0 0 91 0 84 0 0T 0 0 0 0T 0 0 0 112 0 0T 0 0 0 0 0 0 0 0T 0 8 0 +USW00094728195403SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 +USW00094728195403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195404TMAX 83 0 128 0 94 0 61 0 61 0 178 0 233 0 250 0 133 0 117 0 228 0 133 0 217 0 172 0 167 0 133 0 167 0 217 0 228 0 256 0 256 0 256 0 228 0 172 0 233 0 189 0 133 0 89 0 189 0 200 0-9999 +USW00094728195404TMIN -6 0 22 0 -44 0 -50 0 6 0 61 0 117 0 61 0 17 0 39 0 94 0 67 0 56 0 100 0 61 0 50 0 61 0 61 0 122 0 156 0 144 0 139 0 111 0 83 0 83 0 128 0 83 0 72 0 61 0 89 0-9999 +USW00094728195404PRCP 8 0 0 0 0 0 0 0 0T 0 3 0 0T 0 43 0 0 0 0 0 84 0 0 0 0 0 0 0 8 0 79 0 328 0 0 0 0 0 0 0 0 0 0 0 89 0 0 0 0 0 0 0 38 0 8 0 0 0 0 0-9999 +USW00094728195404SNOW 8 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195404SNWD 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195404DAEV-9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195404EVAP 20 0 30 0 51 0-9999 -9999 -9999 3 0 38 0 33 0 48 0 36 0 36 0 51 0 64 0 30 0 28 0-9999 13 0 28 0 58 0 66 0 58 0 61 0 20 0 38 0 43 0 64 0 8 0 8 0 51 0-9999 +USW00094728195404MDEV-9999 -9999 -9999 -9999 56 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195404WDMV 68 0 63 0 121 0 134 0 51 0 31 0 43 0 40 0 101 0 69 0 64 0 77 0 117 0 63 0 76 0 113 0 101 0 84 0 58 0 71 0 56 0 60 0 72 0 72 0 61 0 48 0 56 0 101 0 154 0 32 0-9999 +USW00094728195405TMAX 239 0 156 0 156 0 133 0 161 0 156 0 183 0 111 0 189 0 111 0 167 0 172 0 183 0 194 0 194 0 283 0 233 0 217 0 211 0 139 0 139 0 194 0 217 0 228 0 261 0 239 0 183 0 256 0 272 0 272 0 294 0 +USW00094728195405TMIN 117 0 117 0 94 0 89 0 56 0 67 0 61 0 89 0 89 0 72 0 78 0 83 0 89 0 89 0 94 0 122 0 161 0 128 0 128 0 111 0 100 0 117 0 117 0 117 0 133 0 139 0 133 0 139 0 183 0 178 0 144 0 +USW00094728195405PRCP 0 0 0T 0 191 0 15 0 0 0 0 0 0T 0 267 0 5 0 66 0 0T 0 0T 0 0 0 0 0 0 0 0 0 8 0 0 0 46 0 51 0 102 0 5 0 13 0 0 0 3 0 0 0 0T 0 0 0 18 0 0 0 0 0 +USW00094728195405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195405EVAP 56 0 33 0 8 0-9999 33 0 51 0 41 0 36 0 8 0 8 0 30 0 41 0 48 0 51 0 66 0 36 0 74 0 33 0 56 0 20 0 3 0 10 0 43 0 30 0 51 0 43 0 84 0 25 0 71 0 18 0 81 0 +USW00094728195405WDMV 27 0 39 0 60 0 124 0 85 0 42 0 24 0 90 0 101 0 29 0 84 0 48 0 66 0 61 0 93 0 84 0 32 0 31 0 16 0 56 0 116 0 60 0 42 0 18 0 23 0 32 0 51 0 18 0 21 0 23 0 27 0 +USW00094728195406TMAX 294 0 267 0 272 0 278 0 228 0 222 0 272 0 278 0 239 0 211 0 311 0 272 0 311 0 244 0 256 0 178 0 233 0 256 0 317 0 311 0 333 0 311 0 261 0 294 0 333 0 322 0 300 0 239 0 244 0 272 0-9999 +USW00094728195406TMIN 183 0 178 0 161 0 172 0 139 0 122 0 150 0 156 0 144 0 150 0 172 0 178 0 194 0 167 0 167 0 139 0 122 0 133 0 139 0 178 0 189 0 206 0 194 0 178 0 211 0 233 0 178 0 161 0 167 0 167 0-9999 +USW00094728195406PRCP 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 132 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 150 0 0 0 0T 0 0T 0 0 0 20 0 5 0 0 0-9999 +USW00094728195406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195406EVAP 81 0 74 0 69 0 58 0 36 0 79 0 61 0 81 0 86 0 61 0 25 0 61 0 48 0 64 0 38 0 33 0 33 0 56 0 81 0 84 0 86 0 86 0 69 0 25 0 71 0 61 0 61 0 117 0 36 0 46 0-9999 +USW00094728195406WDMV 14 0 31 0 39 0 19 0 10 0 40 0 48 0 35 0 51 0 24 0 18 0 24 0 35 0 47 0 32 0 109 0 142 0 87 0 51 0 19 0 43 0 55 0 48 0 45 0 42 0 21 0 27 0 114 0 80 0 42 0-9999 +USW00094728195407TMAX 294 0 328 0 300 0 211 0 250 0 289 0 239 0 261 0 283 0 278 0 294 0 283 0 356 0 378 0 294 0 244 0 294 0 294 0 300 0 328 0 333 0 317 0 311 0 322 0 306 0 289 0 339 0 344 0 328 0 356 0 378 0 +USW00094728195407TMIN 200 0 206 0 200 0 178 0 161 0 161 0 194 0 178 0 172 0 172 0 178 0 183 0 183 0 206 0 189 0 167 0 156 0 194 0 211 0 200 0 228 0 194 0 178 0 200 0 183 0 189 0 206 0 211 0 217 0 233 0 250 0 +USW00094728195407PRCP 28 0 0 0 0T 0 36 0 0 0 0 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 13 0 0 0 10 0 +USW00094728195407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195407EVAP 53 0 36 0 94 0 43 0 18 0 38 0 91 0 15 0 64 0 76 0 76 0 69 0 69 0 79 0 104 0 89 0 69 0 74 0 56 0 41 0 89 0 61 0 51 0 97 0 69 0 66 0 56 0 69 0 53 0 56 0 97 0 +USW00094728195407WDMV 27 0 19 0 39 0 51 0 47 0 39 0 60 0 24 0 39 0 26 0 47 0 35 0 32 0 37 0 60 0 68 0 51 0 40 0 43 0 31 0 34 0 45 0 43 0 29 0 42 0 26 0 21 0 24 0 24 0 43 0 24 0 +USW00094728195408TMAX 322 0 261 0 211 0 306 0 289 0 283 0 300 0 300 0 211 0 300 0 244 0 239 0 278 0 283 0 250 0 333 0 261 0 283 0 311 0 283 0 228 0 267 0 272 0 278 0 322 0 289 0 250 0 278 0 267 0 256 0 239 0 +USW00094728195408TMIN 228 0 194 0 178 0 178 0 200 0 167 0 178 0 189 0 178 0 178 0 150 0 144 0 161 0 161 0 178 0 211 0 172 0 156 0 194 0 211 0 172 0 161 0 167 0 178 0 217 0 178 0 144 0 189 0 172 0 167 0 172 0 +USW00094728195408PRCP 0 0 0T 0 211 0 0 0 0 0 0 0 0 0 0 0 467 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 292 0 58 0 74 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 132 0 302 0 +USW00094728195408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195408EVAP 97 0 71 0 15 0 3 0 66 0 41 0 84 0 69 0 56 0 0 0 56 0 74 0 46 0 66 0 66 0 10 0 84 0 86 0 66 0 36 0 18 0 13 0 46 0 71 0 53 0 43 0 36 0 58 0 30 0 46 0 53 0 +USW00094728195408WDMV 43 0 50 0 43 0 42 0 31 0 42 0 60 0 24 0 27 0 60 0 31 0 80 0 51 0 43 0 40 0 19 0 66 0 60 0 51 0 40 0 48 0 58 0 35 0 48 0 69 0 27 0 85 0 58 0 42 0 69 0 148 0 +USW00094728195409TMAX 261 0 283 0 294 0 289 0 311 0 311 0 300 0 267 0 250 0 211 0 222 0 211 0 222 0 233 0 139 0 189 0 211 0 172 0 222 0 222 0 206 0 217 0 189 0 217 0 244 0 250 0 217 0 283 0 250 0 283 0-9999 +USW00094728195409TMIN 167 0 167 0 200 0 189 0 194 0 211 0 211 0 211 0 178 0 161 0 144 0 122 0 106 0 133 0 122 0 128 0 144 0 133 0 144 0 178 0 150 0 122 0 100 0 94 0 128 0 150 0 133 0 144 0 172 0 183 0-9999 +USW00094728195409PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 69 0 0 0 102 0 737 0 0 0 0 0 0T 0 41 0 46 0 0T 0 13 0 140 0 0T 0 23 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 3 0-9999 +USW00094728195409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195409EVAP 15 0 46 0 58 0 58 0 43 0 53 0 66 0 48 0 13 0 56 0-9999 -9999 -9999 38 0 48 0 0 0 0 0 18 0 3 0 0 0 15 0 18 0 53 0 38 0 46 0 23 0 36 0 48 0 48 0 30 0-9999 +USW00094728195409WDMV 109 0 39 0 58 0 60 0 26 0 48 0 47 0 53 0 40 0 113 0 151 0 130 0 60 0 60 0 111 0 89 0 63 0 74 0 47 0 21 0 40 0 48 0 61 0 31 0 11 0 24 0 18 0 27 0 51 0 51 0-9999 +USW00094728195410TMAX 289 0 300 0 278 0 283 0 256 0 172 0 144 0 167 0 206 0 261 0 289 0 300 0 306 0 272 0 244 0 200 0 167 0 189 0 167 0 156 0 150 0 161 0 228 0 228 0 194 0 183 0 211 0 144 0 133 0 100 0 106 0 +USW00094728195410TMIN 222 0 222 0 200 0 211 0 172 0 89 0 39 0 50 0 111 0 167 0 172 0 194 0 189 0 189 0 156 0 122 0 106 0 83 0 94 0 78 0 67 0 72 0 78 0 133 0 100 0 117 0 89 0 61 0 89 0 50 0 33 0 +USW00094728195410PRCP 0T 0 0 0 15 0 0T 0 0T 0 10 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 94 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0 0 0 287 0 38 0 0 0 +USW00094728195410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195410EVAP 20 0 20 0 30 0 20 0 33 0 48 0 33 0 38 0 25 0 18 0 28 0 43 0 30 0 33 0 18 0 20 0 33 0 33 0 20 0 23 0 25 0 20 0 28 0 33 0 33 0 23 0 13 0 20 0 13 0 10 0 3 0 +USW00094728195410WDMV 23 0 6 0 8 0 24 0 11 0 55 0 77 0 66 0 11 0 23 0 10 0 37 0 58 0 35 0 51 0 129 0 42 0 40 0 40 0 114 0 92 0 76 0 72 0 55 0 61 0 45 0 45 0 106 0 58 0 74 0 69 0 +USW00094728195411TMAX 106 0 128 0 100 0 117 0 83 0 106 0 111 0 172 0 117 0 94 0 122 0 144 0 83 0 156 0 100 0 128 0 150 0 133 0 144 0 178 0 156 0 56 0 89 0 78 0 100 0 89 0 94 0 117 0 111 0 89 0-9999 +USW00094728195411TMIN 28 0 50 0 39 0 56 0 39 0 22 0 28 0 33 0 22 0 0 0 22 0 28 0 6 0 39 0 39 0 44 0 111 0 117 0 111 0 128 0 39 0 28 0 39 0 50 0 44 0 17 0 11 0 56 0 50 0 39 0-9999 +USW00094728195411PRCP 0 0 432 0 36 0 5 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 25 0 333 0 163 0 0 0 0 0 89 0 0 0 0 0 0T 0 58 0 89 0 0 0-9999 +USW00094728195411SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195411DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195411EVAP 8 0 5 0 8 0 10 0 10 0 8 0 15 0 18 0 18 0 23 0 13 0 23 0-9999 -9999 25 0 18 0 0 0 3 0 0 0 0 0 0 0 10 0 18 0 18 0 0 0 8 0 5 0 10 0 18 0 30 0-9999 +USW00094728195411MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 33 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195411WDMV 48 0 66 0 90 0 127 0 72 0 48 0 82 0 43 0 61 0 106 0 60 0 89 0 119 0 68 0 100 0 61 0 26 0 90 0 183 0 56 0 51 0 119 0 68 0 55 0 48 0 34 0 37 0 85 0 89 0 135 0-9999 +USW00094728195412TMAX 56 0 22 0 17 0 17 0 67 0 -39 Z -22 0 33 0 100 0 56 0 44 0 39 0 50 0 94 0 78 0 50 0 28 0 128 0 72 0 11 0 -44 0 -11 0 61 0 83 0 33 0 67 0 117 0 161 0 139 0 100 0 61 0 +USW00094728195412TMIN 17 0 -22 0 -33 0 -22 0 -39 0 -78 0 -89 0 -33 0 17 0 17 0 6 0 0 0 22 0 22 0 28 0 0 0 -22 0 28 0 11 0 -67 0 -89 0 -78 0 -44 0 -11 0 -17 0 -22 0 22 0 67 0 33 0 33 0 22 0 +USW00094728195412PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 0 0 0T 0 0 0 0 0 132 0 20 0 3 0 0 0 173 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 160 0 150 0 0 0 +USW00094728195412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195501TMAX 72 0 100 0 83 0 89 0 33 0 50 0 17 0 39 0 22 0 61 0 22 0 0 0 -6 0 6 0 22 Z 22 0 11 0 22 0 17 0 0 0 17 0 50 0 28 0 28 0 28 0 39 0 50 0 -44 0 -11 0 -39 0 -22 0 +USW00094728195501TMIN 17 0 44 0 17 0 -17 0 -44 0 0 0 -17 0 -28 0 -17 0 -11 0 -39 0 -56 0 -50 0 -56 0 -33 0 -22 0 -39 0 -50 0 -44 0 -67 0 -89 0 -28 0 -11 0 -33 0 -33 0 -22 0 -89 0 -106 0 -78 0 -83 0 -94 0 +USW00094728195501PRCP 0 0 79 0 0 0 5 0 5 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195502TMAX 28 0 -22 0 -83 0 28 0 33 0 100 0 106 0 33 0 50 0 139 0 128 0 -50 0 -39 0 0 0 44 0 61 0 94 0 67 0 111 0 106 0 50 0 83 0 117 0 28 0 106 0 89 0 83 0 161 0-9999 -9999 -9999 +USW00094728195502TMIN -22 0 -122 0 -178 0 -133 0 -78 0 22 0 11 0 -28 0 -39 0 17 0 -50 0 -94 0 -100 0 -83 0 -11 0 -22 0 17 0 6 0 -6 0 17 0 28 0 22 0 17 0 -17 0 -11 0 0 0 50 0 67 0-9999 -9999 -9999 +USW00094728195502PRCP 5 0 76 0 0 0 0 0 0 0 312 0 20 0 0 0 0 0 0 0 104 0 0T 0 0 0 8 0 8 0 38 0 43 0 0 0 0 0 0 0 0 0 3 0 112 0 0 0 0 0 0 0 3 0 33 0-9999 -9999 -9999 +USW00094728195502SNOW 8 0 91 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 0 0 10 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728195502SNWD 0T 0 51 0 76 0 76 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728195503TMAX 156 0 133 0 89 0 39 0 28 0 44 0 22 0 22 0 172 0 217 0 194 0 117 0 128 0 106 0 94 0 156 0 44 0 33 0 67 0 83 0 50 0 100 0 106 0 183 0 117 0 56 0 28 0 61 0 67 0 139 0 161 0 +USW00094728195503TMIN 44 0 28 0 11 0 -11 0 -11 0 -17 0 -50 0 -72 0 17 0 106 0 94 0 50 0 44 0 -6 0 22 0 44 0 -22 0 -28 0 -11 0 -6 0 28 0 22 0 6 0 61 0 22 0 -28 0 -44 0 -33 0 -11 0 28 0 39 0 +USW00094728195503PRCP 53 0 0 0 3 0 127 0 13 0 140 0 0T 0 0 0 3 0 0 0 0T 0 5 0 0T 0 0 0 64 0 13 0 0 0 66 0 0 0 0 0 74 0 259 0 0 0 0T 0 0 0 124 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728195503SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 69 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728195503SNWD 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195504TMAX 217 0 233 0 122 0 139 0 200 0 133 0 111 0 89 0 172 0 261 0 289 0 150 0 78 0 156 0 222 0 194 0 83 0 194 0 239 0 156 0 156 0 200 0 222 0 117 0 94 0 78 0 128 0 139 0 189 0 239 0-9999 +USW00094728195504TMIN 78 0 117 0 33 0 17 0 61 0 89 0 6 0 6 0 39 0 122 0 144 0 44 0 44 0 78 0 128 0 67 0 56 0 67 0 94 0 83 0 67 0 83 0 89 0 72 0 67 0 61 0 67 0 78 0 94 0 106 0-9999 +USW00094728195504PRCP 0 0 0 0 10 0 20 0 0 0 53 0 0 0 0 0 0 0 0 0 0 0 66 0 0T 0 13 0 3 0 0 0 0T 0 0 0 69 0 0T 0 20 0 23 0 0 0 23 0 3 0 97 0 0 0 8 0 94 0 0 0-9999 +USW00094728195504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195504EVAP 46 0 56 0 61 0 18 0 43 0 56 0 5 0 48 0 46 0 36 0 74 0 69 0 3 0 8 0 5 0 41 0 33 0 41 0 28 0 25 0 23 0 15 0 18 0 38 0 15 0 0 0 3 0 30 0 15 0 18 0-9999 +USW00094728195504WDMV 79 0 63 0 129 0 193 0 124 0 74 0 64 0 172 0 132 0 64 0-9999 109 0 172 0 140 0 56 0 105 0 98 0 42 0 48 0 93 0 68 0 45 0 45 0 58 0 185 0 190 0 92 0 129 0 113 0 92 0-9999 +USW00094728195505TMAX 206 0 200 0 217 0 267 0 322 0 217 0 217 0 239 0 133 0 189 0 233 0 261 0 261 0 239 0 244 0 267 0 194 0 239 0 261 0 267 0 283 0 244 0 256 0 306 0 306 0 250 0 239 0 228 0 294 0 267 0 206 0 +USW00094728195505TMIN 100 0 89 0 100 0 122 0 122 0 100 0 83 0 106 0 67 0 50 0 111 0 133 0 139 0 133 0 117 0 128 0 83 0 89 0 128 0 122 0 133 0 156 0 178 0 189 0 217 0 194 0 139 0 128 0 161 0 183 0 150 0 +USW00094728195505PRCP 0T 0 0 0 0 0 0 0 33 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 371 0 0 0 5 0 0T 0 0 0 0 0 81 0 36 0 122 0 +USW00094728195505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195505DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195505EVAP 64 0 41 0 53 0 41 0 61 0 53 0 56 0 61 0 64 0 56 0 51 0 61 0 74 0 53 0 58 0 79 0 89 0-9999 -9999 -9999 91 0 48 0 38 0 20 0 64 0 51 0 53 0 69 0 43 0 53 0 64 0 +USW00094728195505MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 213 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195505WDMV 29 0 19 0 29 0 27 0 51 0 45 0 74 0 42 0 72 0 98 0 43 0 47 0 29 0 55 0 60 0 68 0 111 0 74 0 48 0 68 0 27 0 24 0 39 0 14 0 24 0 24 0 77 0 60 0 29 0 39 0 31 0 +USW00094728195506TMAX 206 0 189 0 233 0 250 0 267 0 289 0 206 0 172 0 144 0 244 0 172 0 233 0 217 0 206 0 283 0 311 0 300 0 294 0 244 0 294 0 311 0 300 0 311 0 233 0 250 0 250 0 261 0 294 0 311 0 306 0-9999 +USW00094728195506TMIN 139 0 133 0 133 0 133 0 161 0 156 0 133 0 111 0 106 0 122 0 133 0 150 0 139 0 144 0 144 0 178 0 183 0 167 0 189 0 161 0 189 0 183 0 211 0 178 0 156 0 144 0 167 0 167 0 183 0 211 0-9999 +USW00094728195506PRCP 0 0 0T 0 3 0 74 0 0T 0 0 0 10 0 13 0 5 0 0 0 58 0 15 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 0 91 0 107 0 28 0 0 0 150 0 81 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00094728195506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195506EVAP 18 0 48 0 51 0 43 0 48 0 43 0 66 0 36 0 28 0 13 0 61 0 0 0 23 0 36 0 43 0 74 0 79 0 69 0 71 0 38 0 71 0 51 0 61 0 74 0 13 0 23 0 69 0 51 0 71 0 89 0-9999 +USW00094728195506WDMV 40 0 60 0 116 0 74 0 40 0 24 0 35 0 79 0 196 0 101 0 29 0 34 0 16 0 48 0 42 0 26 0 27 0 47 0 19 0 32 0 18 0 23 0 24 0 31 0 21 0 21 0 31 0 24 0 37 0 21 0-9999 +USW00094728195507TMAX 306 0 339 0 350 0 361 0 367 0 328 0 289 0 317 0 311 0 322 0 317 0 289 0 283 0 317 0 322 0 317 0 367 0 361 0 339 0 283 0 367 0 378 0 372 0 306 0 306 0 317 0 361 0 283 0 267 0 256 0 294 0 +USW00094728195507TMIN 217 0 233 0 239 0 233 0 250 0 217 0 200 0 211 0 217 0 228 0 217 0 194 0 183 0 194 0 211 0 233 0 250 0 256 0 233 0 217 0 217 0 250 0 256 0 228 0 222 0 222 0 228 0 206 0 194 0 183 0 194 0 +USW00094728195507PRCP 51 0 0 0 0 0 0 0 0 0 43 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 +USW00094728195507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195507EVAP 66 0 53 0 69 0 89 0 89 0 97 0 51 0 56 0 71 0 74 0-9999 117 0 79 0 81 0 81 0 53 0 51 0 94 0 81 0 94 0 41 0 84 0 102 0 81 0 56 0 58 0 43 0 86 0 38 0 20 0 48 0 +USW00094728195507WDMV 32 0 13 0 47 0 27 0 29 0 26 0 48 0 26 0 34 0 34 0 27 0 119 0 50 0 50 0 37 0 31 0 16 0 11 0 13 0 42 0 14 0 6 0 14 0 21 0 29 0 27 0 18 0 29 0 122 0 69 0 48 0 +USW00094728195508TMAX 367 0 378 0 322 0 350 0 378 0 361 0 339 0 283 0 267 0 256 0 283 0 222 0 261 0 283 0 294 0 300 0 300 0 272 0 300 0 361 0 356 0 322 0 294 0 261 0 250 0 283 0 272 0 261 0 261 0 289 0 278 0 +USW00094728195508TMIN 228 0 261 0 228 0 233 0 250 0 256 0 228 0 194 0 172 0 178 0 206 0 206 0 217 0 228 0 233 0 228 0 239 0 239 0 206 0 233 0 217 0 228 0 194 0 183 0 172 0 167 0 200 0 167 0 161 0 211 0 217 0 +USW00094728195508PRCP 0 0 0 0 0 0 8 0 0T 0 0 0 246 0 8 0 0 0 13 0 224 0 919 0 686 0 13 0 13 0 0 0 0 0 300 0 173 0 0 0 114 0 0 0 13 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 28 0 +USW00094728195508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195508EVAP 56 0 61 0 119 0 84 0 56 0 69 0 76 0 58 0 66 0 81 0 25 0 15 0-9999 -9999 -9999 58 0 25 0 48 0 13 0 56 0 94 0 64 0 61 0 56 0 58 0 58 0 46 0 48 0 69 0 43 0 46 0 +USW00094728195508WDMV 23 0 21 0 68 0 47 0 29 0 23 0 40 0 71 0 90 0 129 0 77 0 32 0 198 0 80 0 24 0 11 0 5 0 31 0 47 0 58 0 11 0 21 0 13 0 60 0 55 0 48 0 6 0 32 0 16 0 5 0 35 0 +USW00094728195509TMAX 272 0 244 0 256 0 261 0 272 0 272 0 283 0 222 0 217 0 250 0 250 0 222 0 211 0 233 0 272 0 267 0 250 0 283 0 261 0 283 0 217 0 200 0 189 0 222 0 206 0 194 0 200 0 250 0 233 0 228 0-9999 +USW00094728195509TMIN 217 0 200 0 183 0 189 0 189 0 183 0 156 0 122 0 133 0 178 0 194 0 144 0 117 0 139 0 183 0 189 0 167 0 183 0 183 0 172 0 128 0 100 0 128 0 150 0 128 0 100 0 106 0 156 0 133 0 156 0-9999 +USW00094728195509PRCP 0 0 0 0 0 0 0 0 18 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 64 0 13 0 0 0 0 0 20 0 310 0 0 0 0 0 0 0 180 0 0 0 71 0-9999 +USW00094728195509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195509EVAP 38 0 30 0 20 0 36 0 48 0 46 0 38 0 79 0 58 0 25 0 38 0 18 0 69 0 46 0 28 0 41 0 43 0 23 0 58 0 3 0 48 0 64 0 38 0 10 0 0 0 53 0 36 0 30 0 33 0 38 0-9999 +USW00094728195509WDMV 5 0 11 0 18 0 13 0 13 0 29 0 11 0 35 0 27 0 16 0 18 0 18 0 40 0 32 0 56 0 48 0 61 0 26 0 16 0 68 0 113 0 87 0 66 0 89 0 56 0 87 0 39 0 77 0 53 0 55 0-9999 +USW00094728195510TMAX 194 0 211 0 233 0 222 0 233 0 189 0 256 0 217 0 211 0 250 0 283 0 267 0 194 0 200 0 200 0 172 0 139 0 183 0 156 0 183 0 200 0 133 0 161 0 222 0 89 0 161 0 167 0 200 0 206 0 183 0 172 0 +USW00094728195510TMIN 139 0 111 0 122 0 128 0 144 0 161 0 189 0 128 0 106 0 117 0 144 0 156 0 156 0 167 0 172 0 78 0 72 0 100 0 106 0 89 0 89 0 56 0 50 0 83 0 50 0 61 0 67 0 83 0 122 0 144 0 94 0 +USW00094728195510PRCP 0T 0 0 0 0 0 0 0 3 0 607 0 38 0 94 0 0 0 0 0 0 0 0 0 0 0 279 0 147 0 196 0 61 0 0 0 0 0 0 0 0T 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 300 0 0 0 +USW00094728195510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195510DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0 +USW00094728195510EVAP 18 0 15 0 33 0 36 0 33 0 23 0 0 0 3 0 5 0 46 0 33 0 25 0 33 0 15 0 0 0 3 0 13 0 5 0 25 0 18 0 25 0 28 0 33 0 18 0 33 0 25 0 23 0 20 0-9999 -9999 -9999 +USW00094728195510MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 25 0 +USW00094728195510WDMV 43 0 100 0 43 0 47 0 51 0 79 0 58 0 43 0 76 0 47 0 53 0 23 0 74 0 150 0 166 0 146 0 138 0 29 0 40 0 64 0 76 0 100 0 79 0 68 0 114 0 87 0 72 0 32 0 42 0 61 0 92 0 +USW00094728195511TMAX 156 0 167 0 150 0 94 0 106 0 128 0 122 0 106 0 94 0 94 0 122 0 183 0 150 0 200 0 128 0 128 0 122 0 83 0 33 0 28 0 94 0 67 0 128 0 106 0 39 0 56 0 89 0 128 0 -22 0 50 0-9999 +USW00094728195511TMIN 78 0 89 0 94 0 44 0 44 0 44 0 61 0 33 0 17 0 33 0 39 0 83 0 122 0 83 0 61 0 67 0 28 0 17 0 -11 0 -17 0 0 0 22 0 33 0 28 0 0 0 -11 0 22 0 -39 0 -89 0 -22 0-9999 +USW00094728195511PRCP 0 0 0 0 0 0 269 0 107 0 23 0 0 0 43 0 0 0 0 0 145 0 0 0 0 0 56 0 0T 0 86 0 211 0 0 0 0T 0 94 0 0 0 0 0 0T 0 13 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00094728195511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00094728195511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00094728195511DAEV-9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195511EVAP 30 0 25 0 15 0 13 0-9999 -9999 15 0 0 0 18 0 10 0 8 0 13 0 20 0 3 0 20 0 5 0 5 0 30 0 23 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195511MDEV-9999 -9999 -9999 -9999 -9999 30 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195511WDMV 74 0 72 0 63 0 98 0 140 0 90 0 35 0 24 0 63 0 37 0 79 0 72 0 23 0 31 0 60 0 45 0 69 0 137 0 85 0 90 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195512TMAX 33 0 33 0 117 0 83 0 94 0 33 0 -6 0 44 0 22 0 6 0 22 0 33 0 39 0 44 0 56 0 -6 0 33 0 61 0 17 0 -67 0 -78 0 -56 0 -33 0 44 0 106 0 11 0 -22 0 -6 0 11 0 -6 0 6 0 +USW00094728195512TMIN -22 0 6 0 28 0 67 0 11 0 -39 0 -50 0 -22 0 -11 0 -44 0 -50 0 -28 0 -33 0 -17 0 -61 0 -83 0 -50 0 -11 0 -67 0 -144 0 -150 0 -111 0 -94 0 -33 0 6 0 -78 0 -83 0 -78 0 -50 0 -89 0 -89 0 +USW00094728195512PRCP 0 0 5 0 0 0 10 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 38 0 0 0 0T 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 +USW00094728195512SNOW 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 69 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 +USW00094728195512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 76 0 51 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 +USW00094728195601TMAX -22 0 -17 0 33 0 39 0 61 0 33 0 0 0 -22 0 78 0 89 0 61 0 56 0 44 0 22 0 61 0 61 0 28 0 33 0 11 0 -6 0 17 0 61 0 17 0 11 0 17 0 6 0 6 0 11 0 22 0 72 0 28 0 +USW00094728195601TMIN -83 0 -100 0 -17 0 11 0 0 0 -33 0 -61 0 -72 0 -39 0 61 0 50 0 39 0 -6 0 -22 0 -6 0 6 0 -33 0 -39 0 -44 0 -39 0 -56 0 -22 0 -56 0 -61 0 -56 0 -72 0 -56 0 -61 0 -22 0 11 0 -28 0 +USW00094728195601PRCP 0T 0 0 0 28 0 0 0 0 0 0 0 0 0 0T 0 38 0 8 0 20 0 84 0 30 0 0T 0 0T 0 0 0 5 0 0 0 0T 0 8 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 38 0 132 0 0 0 +USW00094728195601SNOW 0T 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 5 0 0 0 0T 0 13 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728195601SNWD 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728195602TMAX 28 0 78 0 44 0 11 0 72 0 44 0 72 0 106 0 78 0 100 0 44 0 94 0 67 0 78 0 83 0 50 0 0 0 61 0 83 0 67 0 0 0 -11 0 11 0 44 0 150 0 78 0 111 0 44 0 17 0-9999 -9999 +USW00094728195602TMIN -39 0 0 0 -22 0 -39 0 11 0 0 0 22 0 22 0 44 0 39 0 28 0 39 0 17 0 0 0 17 0 -22 0 -39 0 0 0 11 0 -11 0 -83 0 -100 0 -61 0 -67 0 39 0 6 0 44 0 -44 0 -50 0-9999 -9999 +USW00094728195602PRCP 0 0 132 0 0 0 30 0 18 0 257 0 30 0 0 0 0T 0 0 0 36 0 8 0 0 0 0 0 20 0 0 0 36 0 257 0 0 0 0T 0 0T 0 0 0 0 0 61 0 64 0 0 0 13 0 102 0 0 0-9999 -9999 +USW00094728195602SNOW 0 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0T 0 0 0 0 0 0T 0 0 0 0 0 18 0 0 0 0 0 0 0 15 0 0 0-9999 -9999 +USW00094728195602SNWD 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 -9999 +USW00094728195603TMAX 50 0 106 0 139 0 83 0 172 0 67 0 50 0 50 0 89 0 111 0 133 0 67 0 28 0 56 0 61 0 6 0 6 0 -11 0 -33 0 33 0 89 0 100 0 89 0 61 0 11 0 83 0 72 0 67 0 33 0 78 0 67 0 +USW00094728195603TMIN -44 0 50 0 44 0 33 0 33 0 22 0 22 0 -11 0 -11 0 33 0 39 0 0 0 -6 0 22 0 0 0 -56 0 -67 0 -61 0 -50 0 -50 0 -22 0 -6 0 22 0 -44 0 -78 0 6 0 -6 0 -22 0 11 0 17 0 17 0 +USW00094728195603PRCP 0 0 18 0 0 0 18 0 0 0 33 0 69 0 206 0 0 0 0 0 0T 0 15 0 13 0 259 0 0 0 229 0 13 0 97 0 198 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 84 0 0T 0 0 0 +USW00094728195603SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 23 0 18 0 0 0 0 0 157 0 13 0 97 0 198 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728195603SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 152 0 76 0 330 0 330 0 203 0 152 0 25 0 0T 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195604TMAX 111 0 89 0 100 0 106 0 189 0 183 0 78 0 28 0 111 0 139 0 106 0 139 0 117 0 133 0 111 0 206 0 117 0 111 0 89 0 83 0 128 0 167 0 106 0 94 0 117 0 83 0 156 0 289 0 239 0 228 0-9999 +USW00094728195604TMIN 6 0 28 0 44 0 61 0 78 0 78 0 28 0 6 0 11 0 22 0 39 0 33 0 33 0 33 0 56 0 83 0 61 0 44 0 44 0 28 0 6 0 72 0 39 0 39 0 28 0 39 0 72 0 89 0 172 0 83 0-9999 +USW00094728195604PRCP 0 0 0T 0 0T 0 3 0 0 0 33 0 191 0 183 0 0 0 0 0 0 0 0 0 8 0 0 0 76 0 84 0 0 0 0T 0 0 0 0T 0 0 0 25 0 3 0 0 0 0 0 61 0 0 0 0T 0 10 0 30 0-9999 +USW00094728195604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195604DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 +USW00094728195604DAWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 +USW00094728195604EVAP 33 0 43 0 10 0 10 0 5 0 61 0 41 0 0 0 0 0 33 0 43 0 33 0 43 0-9999 -9999 -9999 38 0 38 0 30 0 36 0-9999 -9999 -9999 28 0 28 0 28 0 0 0-9999 -9999 -9999 -9999 +USW00094728195604MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 53 0-9999 -9999 -9999 -9999 -9999 -9999 97 0-9999 -9999 -9999 -9999 -9999 -9999 114 0-9999 +USW00094728195604MDWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 203 0-9999 -9999 -9999 -9999 -9999 -9999 283 0-9999 -9999 -9999 -9999 -9999 -9999 216 0-9999 +USW00094728195604WDMV 109 0 72 0 63 0 40 0 50 0 64 0 111 0 254 0 114 0 101 0 69 0 167 0 89 0-9999 -9999 -9999 103 0 82 0 72 0 74 0-9999 -9999 -9999 85 0 55 0 74 0 40 0-9999 -9999 -9999 -9999 +USW00094728195605TMAX 161 0 144 0 200 0 183 0 167 0 228 0 117 0 156 0 161 0 233 0 167 0 267 0 317 0 228 0 233 0 217 0 122 0 128 0 244 0 200 0 194 0 239 0 211 0 161 0 167 0 189 0 189 0 194 0 222 0 228 0 317 0 +USW00094728195605TMIN 78 0 67 0 67 0 78 0 56 0 100 0 78 0 33 0 61 0 122 0 89 0 106 0 206 0 150 0 133 0 72 0 39 0 83 0 94 0 94 0 111 0 128 0 100 0 67 0 56 0 94 0 128 0 122 0 94 0 122 0 167 0 +USW00094728195605PRCP 0T 0 130 0 0 0 18 0 0 0 107 0 56 0 0 0 0 0 3 0 0 0 0T 0 0T 0 43 0 0 0 18 0 0 0 25 0 8 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 99 0 0 0 0 0 8 0 23 0 +USW00094728195605SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195605DAEV-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0 +USW00094728195605DAWM-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0 +USW00094728195605EVAP 74 0 61 0 15 0 23 0-9999 -9999 -9999 25 0 53 0 41 0 46 0-9999 -9999 -9999 56 0 58 0 53 0 33 0-9999 -9999 -9999 61 0 56 0 30 0 66 0-9999 -9999 -9999 81 0-9999 -9999 +USW00094728195605MDEV-9999 -9999 -9999 -9999 -9999 -9999 142 0-9999 -9999 -9999 -9999 -9999 -9999 178 0-9999 -9999 -9999 -9999 -9999 -9999 135 0-9999 -9999 -9999 -9999 -9999 -9999 112 0-9999 -9999 86 0 +USW00094728195605MDWM-9999 -9999 -9999 -9999 -9999 -9999 272 0-9999 -9999 -9999 -9999 -9999 -9999 92 0-9999 -9999 -9999 -9999 -9999 -9999 69 0-9999 -9999 -9999 -9999 -9999 -9999 126 0-9999 -9999 71 0 +USW00094728195605WDMV 119 0 58 0 63 0 64 0-9999 -9999 -9999 114 0 74 0 114 0 89 0-9999 -9999 -9999 50 0 21 0 72 0 14 0-9999 -9999 -9999 27 0 26 0 43 0 35 0-9999 -9999 -9999 95 0-9999 -9999 +USW00094728195606TMAX 283 0 178 0 222 0 228 0 239 0 261 0 267 0 300 0 189 0 189 0 267 0 300 0 328 0 372 0 344 0 328 0 278 0 239 0 222 0 189 0 211 0 322 0 294 0 300 0 294 0 289 0 300 0 278 0 244 0 283 0-9999 +USW00094728195606TMIN 178 0 144 0 150 0 139 0 122 0 139 0 144 0 150 0 117 0 133 0 150 0 167 0 222 0 244 0 244 0 222 0 217 0 144 0 139 0 128 0 156 0 194 0 194 0 189 0 200 0 172 0 211 0 178 0 150 0 167 0-9999 +USW00094728195606PRCP 56 0 264 0 48 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 79 0 0 0 61 0 30 0 0 0 0 0 185 0 0 0 0 0 0 0-9999 +USW00094728195606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195606DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195606DAWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195606EVAP 61 0 51 0 0 0 38 0 15 0 81 0 58 0 64 0-9999 -9999 -9999 69 0 84 0 69 0 91 0-9999 -9999 -9999 66 0 53 0 43 0 10 0-9999 -9999 -9999 79 0 64 0 43 0 74 0 64 0-9999 +USW00094728195606MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 109 0-9999 -9999 -9999 -9999 -9999 -9999 178 0-9999 -9999 -9999 -9999 -9999 -9999 193 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195606MDWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 137 0-9999 -9999 -9999 -9999 -9999 -9999 106 0-9999 -9999 -9999 -9999 -9999 -9999 93 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195606WDMV 31 0 32 0 50 0 24 0 23 0 19 0 18 0 16 0-9999 -9999 -9999 29 0 35 0 31 0 31 0-9999 -9999 -9999 50 0 51 0 43 0 35 0-9999 -9999 -9999 50 0 27 0 31 0 53 0-9999 -9999 +USW00094728195607TMAX 294 0 339 0 322 0 250 0 178 0 161 0 261 0 272 0 272 0 272 0 294 0 294 0 278 0 272 0 294 0 239 0 272 0 278 0 272 0 239 0 189 0 272 0 311 0 256 0 300 0 300 0 300 0 311 0 261 0 239 0 261 0 +USW00094728195607TMIN 194 0 233 0 200 0 178 0 139 0 139 0 156 0 189 0 217 0 194 0 172 0 194 0 211 0 194 0 178 0 206 0 183 0 183 0 183 0 189 0 161 0 161 0 217 0 206 0 194 0 200 0 206 0 211 0 167 0 139 0 144 0 +USW00094728195607PRCP 0 0 0 0 5 0 38 0 119 0 0T 0 0 0 15 0 107 0 0 0 0 0 0 0 28 0 0T 0 0 0 91 0 0 0 0 0 0T 0 18 0 239 0 0 0 0 0 3 0 10 0 15 0 107 0 0 0 0 0 0 0 0 0 +USW00094728195607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195607DAEV-9999 2 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 +USW00094728195607DAWM-9999 2 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 +USW00094728195607EVAP-9999 -9999 76 0-9999 -9999 0 0-9999 -9999 -9999 33 0 69 0 74 0 61 0-9999 -9999 -9999 10 0 58 0 81 0 51 0-9999 -9999 -9999 74 0 36 0 61 0 61 0-9999 -9999 -9999 58 0 +USW00094728195607MDEV-9999 147 0-9999 -9999 107 0-9999 -9999 -9999 91 0-9999 -9999 -9999 -9999 -9999 -9999 157 0-9999 -9999 -9999 -9999 -9999 -9999 56 0-9999 -9999 -9999 -9999 -9999 -9999 168 0-9999 +USW00094728195607MDWM-9999 137 0-9999 -9999 122 0-9999 -9999 -9999 137 0-9999 -9999 -9999 -9999 -9999 -9999 161 0-9999 -9999 -9999 -9999 -9999 -9999 230 0-9999 -9999 -9999 -9999 -9999 -9999 127 0-9999 +USW00094728195607WDMV-9999 -9999 53 0-9999 -9999 169 0-9999 -9999 -9999 50 0 55 0 35 0 29 0-9999 -9999 -9999 27 0 29 0 43 0 34 0-9999 -9999 -9999 45 0 45 0 35 0 27 0-9999 -9999 -9999 47 0 +USW00094728195608TMAX 289 0 267 0 278 0 294 0 217 0 200 0 278 0 306 0 322 0 311 0 306 0 300 0 272 0 289 0 311 0 306 0 333 0 333 0 317 0 222 0 183 0 222 0 239 0 261 0 256 0 267 0 272 0 339 0 311 0 239 0 278 0 +USW00094728195608TMIN 200 0 178 0 156 0 172 0 189 0 189 0 189 0 189 0 200 0 222 0 200 0 217 0 206 0 217 0 200 0 200 0 217 0 228 0 228 0 172 0 150 0 161 0 156 0 172 0 144 0 161 0 194 0 200 0 194 0 189 0 222 0 +USW00094728195608PRCP 0 0 0 0 0 0 0 0 13 0 168 0 5 0 0 0 0 0 23 0 0 0 0 0 79 0 0 0 0 0 0 0 0 0 10 0 0 0 64 0 185 0 0T 0 0 0 0T 0 0 0 0 0 0 0 71 0 0T 0 0T 0 33 0 +USW00094728195608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195608DAEV-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 +USW00094728195608DAWM-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 +USW00094728195608EVAP 53 0 66 0 76 0-9999 -9999 -9999 0 0 58 0 74 0 74 0-9999 -9999 -9999 23 0 53 0 69 0 56 0-9999 -9999 -9999 13 0 0 0 28 0 53 0-9999 -9999 -9999 48 0 61 0 53 0 13 0 +USW00094728195608MDEV-9999 -9999 -9999 -9999 -9999 163 0-9999 -9999 -9999 -9999 -9999 -9999 201 0-9999 -9999 -9999 -9999 -9999 -9999 203 0-9999 -9999 -9999 -9999 -9999 -9999 170 0-9999 -9999 -9999 -9999 +USW00094728195608MDWM-9999 -9999 -9999 -9999 -9999 159 0-9999 -9999 -9999 -9999 -9999 -9999 132 0-9999 -9999 -9999 -9999 -9999 -9999 98 0-9999 -9999 -9999 -9999 -9999 -9999 121 0-9999 -9999 -9999 -9999 +USW00094728195608WDMV 34 0 53 0 90 0-9999 -9999 -9999 143 0 77 0 47 0 47 0-9999 -9999 -9999 40 0 45 0 39 0 105 0-9999 -9999 -9999 79 0 26 0 35 0 63 0-9999 -9999 -9999 45 0 55 0 60 0 69 0 +USW00094728195609TMAX 289 0 278 0 289 0 283 0 300 0 267 0 222 0 217 0 183 0 211 0 206 0 239 0 267 0 306 0 200 0 211 0 256 0 189 0 211 0 172 0 183 0 200 0 283 0 211 0 211 0 178 0 150 0 139 0 222 0 178 0-9999 +USW00094728195609TMIN 217 0 206 0 183 0 194 0 200 0 211 0 150 0 122 0 111 0 100 0 139 0 172 0 172 0 194 0 139 0 139 0 150 0 117 0 100 0 72 0 50 0 106 0 156 0 150 0 117 0 89 0 89 0 94 0 122 0 128 0-9999 +USW00094728195609PRCP 53 0 8 0 0 0 0 0 0 0 185 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 112 0 46 0 8 0 0 0 0 0 53 0 0 0 0 0 30 0 38 0 0 0 0 0 51 0 0T 0 0 0 0 0-9999 +USW00094728195609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195609DAEV-9999 -9999 -9999 4 0-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 2 0-9999 +USW00094728195609DAWM-9999 -9999 -9999 4 0-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195609EVAP-9999 -9999 -9999 -9999 48 0 36 0 18 0-9999 -9999 -9999 48 0 33 0 20 0 41 0-9999 -9999 -9999 25 0 53 0 38 0 41 0-9999 -9999 -9999 36 0 48 0 48 0 15 0-9999 -9999 -9999 +USW00094728195609MDEV-9999 -9999 -9999 122 0-9999 -9999 -9999 -9999 -9999 157 0-9999 -9999 -9999 -9999 -9999 -9999 89 0-9999 -9999 -9999 -9999 -9999 -9999 76 0-9999 -9999 -9999 -9999 -9999 46 0-9999 +USW00094728195609MDWM-9999 -9999 -9999 164 0-9999 -9999 -9999 -9999 -9999 246 0-9999 -9999 -9999 -9999 -9999 -9999 237 0-9999 -9999 -9999 -9999 -9999 -9999 137 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195609WDMV-9999 -9999 -9999 -9999 32 0 31 0 51 0-9999 -9999 -9999 48 0 56 0 31 0 63 0-9999 -9999 -9999 60 0 79 0 77 0 74 0-9999 -9999 -9999 43 0 119 0 203 0 235 0-9999 -9999 -9999 +USW00094728195610TMAX 183 0 206 0 233 0 178 0 200 0 189 0 194 0 206 0 183 0 144 0 144 0 144 0 178 0 239 0 289 0 272 0 244 0 194 0 156 0 172 0 211 0 172 0 217 0 183 0 122 0 117 0 161 0 178 0 172 0 189 0 189 0 +USW00094728195610TMIN 100 0 83 0 133 0 133 0 106 0 78 0 106 0 94 0 106 0 61 0 33 0 56 0 78 0 100 0 144 0 150 0 150 0 94 0 61 0 83 0 128 0 139 0 167 0 83 0 50 0 61 0 94 0 106 0 78 0 117 0 144 0 +USW00094728195610PRCP 0 0 0 0 0 0 51 0 0 0 89 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 102 0 58 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 612 0 +USW00094728195610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195610DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 +USW00094728195610DAWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 +USW00094728195610EVAP 13 0 38 0 18 0 38 0 0 0-9999 -9999 -9999 36 0 38 0 33 0 25 0-9999 -9999 -9999 25 0 25 0 20 0 48 0-9999 -9999 -9999 0 0 13 0 56 0 28 0-9999 -9999 -9999 13 0 8 0 +USW00094728195610MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 84 0-9999 -9999 -9999 -9999 -9999 -9999 53 0-9999 -9999 -9999 -9999 -9999 -9999 56 0-9999 -9999 -9999 -9999 -9999 -9999 81 0-9999 -9999 +USW00094728195610MDWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 256 0-9999 -9999 -9999 -9999 -9999 -9999 92 0-9999 -9999 -9999 -9999 -9999 -9999 192 0-9999 -9999 -9999 -9999 -9999 -9999 473 0-9999 -9999 +USW00094728195610WDMV 200 0 74 0 42 0 40 0 27 0-9999 -9999 -9999 85 0 63 0 60 0 80 0-9999 -9999 -9999 16 0 19 0 71 0 164 0-9999 -9999 -9999 158 0 27 0 185 0 179 0-9999 -9999 -9999 106 0 66 0 +USW00094728195611TMAX 194 0 189 0 111 0 206 0 183 0 178 0 189 0 150 0 94 0 44 0 117 0 194 0 83 0 156 0 211 0 217 0 111 0 72 0 72 0 106 0 189 0 83 0 6 0 11 0 61 0 89 0 67 0 56 0 72 0 22 0-9999 +USW00094728195611TMIN 183 0 100 0 83 0 106 0 106 0 106 0 100 0 78 0 44 0 -11 0 -17 0 83 0 39 0 50 0 94 0 111 0 33 0 22 0 0 0 39 0 83 0 6 0 -44 0 -56 0 -17 0 22 0 11 0 11 0 17 0 -28 0-9999 +USW00094728195611PRCP 107 0 89 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 127 0 107 0 0 0 0 0 124 0 20 0 0T 0 0 0 30 0 25 0 0 0 0 0 0 0 0 0-9999 +USW00094728195611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195611DAEV-9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 4 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195611DAWM-9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 4 0-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 2 0-9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 +USW00094728195611EVAP-9999 0 0-9999 -9999 -9999 48 0 8 0 20 0 13 0-9999 -9999 -9999 -9999 23 0 23 0 20 0-9999 -9999 -9999 8 0 10 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195611MDEV-9999 -9999 -9999 -9999 69 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 86 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195611MDWM-9999 -9999 -9999 -9999 346 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 369 0-9999 -9999 -9999 -9999 -9999 270 0-9999 -9999 -9999 232 0-9999 -9999 328 0-9999 -9999 -9999 -9999 -9999 +USW00094728195611WDMV 58 0 39 0-9999 -9999 -9999 105 0 31 0 31 0 82 0-9999 -9999 -9999 -9999 87 0 77 0 69 0-9999 -9999 -9999 45 0 60 0-9999 -9999 -9999 -9999 -9999 55 0 106 0 85 0 79 0-9999 +USW00094728195612TMAX 28 0 61 0 133 0 128 0 83 0 150 0 194 0 161 0 44 0 33 0 133 0 128 0 150 0 33 0 44 0 133 0 133 0 83 0 33 0 111 0 100 0 72 0 56 0 67 0 72 0 33 0 56 0 72 0 50 0 -39 0 72 0 +USW00094728195612TMIN -22 0 0 0 39 0 33 0 0 0 83 0 117 0 39 0 -22 0 -33 0 33 0 78 0 28 0 17 0 17 0 39 0 56 0 -33 0 -44 0 28 0 56 0 56 0 28 0 33 0 0 0 -17 0 -6 0 33 0 -39 0 -89 0 -61 0 +USW00094728195612PRCP 0 0 0 0 0T 0 0 0 0 0 5 0 0 0 10 0 130 0 0 0 36 0 48 0 36 0 246 0 20 0 61 0 0 0 0 0 0 0 0T 0 38 0 109 0 3 0 41 0 5 0 0 0 0T 0 0T 0 48 0 0 0 0 0 +USW00094728195612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 8 0 0 0 0 0 +USW00094728195612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 +USW00094728195701TMAX 11 0 -28 0 6 0 78 0 28 0 -11 0 17 0 56 0 33 0 22 0 -22 0 39 0 22 0 -50 0 -111 0 -39 0 -67 0 -50 0 -11 0 44 0 78 0 139 0 156 0 -28 0 -11 0 22 0 50 0 17 0 28 0 39 0 28 0 +USW00094728195701TMIN -106 0 -106 0 -61 0 -6 0 -39 0 -72 0 -33 0 6 0 -11 0 -72 0 -83 0 -50 0 -89 0 -144 0 -178 0 -117 0 -128 0 -128 0 -94 0 -44 0 39 0 61 0 -67 0 -89 0 -39 0 -22 0 -6 0 6 0 -6 0 -17 0 11 0 +USW00094728195701PRCP 0 0 0 0 0 0 0 0 0 0 5 0 8 0 0 0 23 0 58 0 0 0 0 0 0T 0 0 0 15 0 41 0 0 0 0 0 0 0 0 0 8 0 28 0 124 0 0 0 5 0 0 0 36 0 0T 0 48 0 0 0 33 0 +USW00094728195701SNOW 0 0 0 0 0 0 0 0 0 0 10 0 15 0 0 0 10 0 5 0 0 0 0 0 0T 0 0 0 51 0 74 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 43 0 0T 0 0 0 0 0 3 0 +USW00094728195701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 76 0 102 0 76 0 51 0 25 0 0T 0 0 0 0 0 0 0 0 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 +USW00094728195702TMAX 22 0 39 0 50 0 106 0 28 0 39 0 67 0 72 0 72 0 78 0 28 0 17 0 0 0 33 0 72 0 39 0 33 0 78 0 106 0 17 0 72 0 83 0 100 0 94 0 133 0 133 0 156 0 6 0-9999 -9999 -9999 +USW00094728195702TMIN -11 0 -28 0 0 0 17 0 -11 0 0 0 28 0 22 0 28 0 -11 0 -39 0 -78 0 -44 0 -6 0 -11 0 6 0 -22 0 -17 0 -11 0 -39 0 -39 0 -6 0 22 0 17 0 50 0 89 0 -6 0 -44 0-9999 -9999 -9999 +USW00094728195702PRCP 160 0 0T 0 28 0 33 0 0T 0 0T 0 0 0 0 0 104 0 41 0 0 0 0 0 10 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 224 0 3 0 15 0-9999 -9999 -9999 +USW00094728195702SNOW 160 0 0T 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00094728195702SNWD 0T 0 152 0 76 0 25 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728195703TMAX 17 0 56 0 44 0 50 0 72 0 61 0 39 0 39 0 39 0 39 0 100 0 150 0 194 0 206 0 67 0 139 0 144 0 122 0 39 0 28 0 83 0 117 0 167 0 139 0 106 0 61 0 61 0 128 0 117 0 111 0 128 0 +USW00094728195703TMIN -11 0 -11 0 -28 0 -44 0 -44 0 -6 0 17 0 22 0 6 0 -17 0 -22 0 56 0 78 0 61 0 39 0 56 0 33 0 17 0 22 0 11 0 17 0 28 0 50 0 22 0 0 0 28 0 39 0 50 0 50 0 28 0 6 0 +USW00094728195703PRCP 99 0 8 0 0 0 0 0 0 0 0 0 0T 0 64 0 117 0 0 0 0 0 0T 0 0 0 0 0 130 0 0T 0 0 0 0 0 18 0 28 0 0T 0 0 0 0 0 0 0 13 0 10 0 8 0 0 0 8 0 5 0 0 0 +USW00094728195703SNOW 64 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195703SNWD 51 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195704TMAX 150 0 167 0 100 0 56 0 144 0 144 0 161 0 100 0 72 0 106 0 133 0 222 0 83 0 89 0 128 0 150 0 139 0 139 0 167 0 183 0 294 0 189 0 211 0 272 0 156 0 261 0 256 0 267 0 261 0 222 0-9999 +USW00094728195704TMIN 39 0 50 0 22 0 6 0 11 0 67 0 61 0 28 0 11 0 17 0 22 0 33 0 11 0 17 0 11 0 50 0 89 0 106 0 100 0 89 0 150 0 100 0 100 0 128 0 89 0 94 0 128 0 122 0 167 0 139 0-9999 +USW00094728195704PRCP 5 0 198 0 0 0 216 0 196 0 64 0 0 0 79 0 38 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 8 0 104 0 5 0 0T 0 0 0 0 0 152 0 0 0 25 0 3 0 0 0 3 0 43 0 0 0-9999 +USW00094728195704SNOW 0 0 0 0 0 0 64 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195704SNWD 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195704DAEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 +USW00094728195704DAWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 +USW00094728195704EVAP 51 0 23 0 13 0 51 0 3 0-9999 -9999 -9999 0 0 36 0 43 0 36 0-9999 -9999 -9999 46 0 48 0 3 0 0 0-9999 -9999 -9999 43 0 23 0 64 0 13 0-9999 -9999 -9999 86 0-9999 +USW00094728195704MDEV-9999 -9999 -9999 -9999 -9999 -9999 -9999 76 0-9999 -9999 -9999 -9999 -9999 -9999 124 0-9999 -9999 -9999 -9999 -9999 -9999 130 0-9999 -9999 -9999 -9999 -9999 -9999 114 0-9999 -9999 +USW00094728195704MDWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 375 0-9999 -9999 -9999 -9999 -9999 -9999 278 0-9999 -9999 -9999 -9999 -9999 -9999 232 0-9999 -9999 -9999 -9999 -9999 -9999 109 0-9999 -9999 +USW00094728195704WDMV 246 0 87 0 97 0 98 0 154 0-9999 -9999 -9999 172 0 135 0 113 0 76 0-9999 -9999 -9999 48 0 85 0 51 0 72 0-9999 -9999 -9999 68 0 35 0 103 0 111 0-9999 -9999 -9999 72 0-9999 +USW00094728195705TMAX 278 0 178 0 139 0 133 0 189 0 228 0 272 0 283 0 306 0 306 0 228 0 217 0 300 0 217 0 294 0 194 0 211 0 200 0 139 0 106 0 172 0 178 0 256 0 244 0 244 0 289 0 261 0 211 0 233 0 233 0 239 0 +USW00094728195705TMIN 133 0 72 0 39 0 44 0 94 0 106 0 111 0 150 0 172 0 194 0 111 0 111 0 128 0 150 0 150 0 117 0 89 0 122 0 106 0 72 0 78 0 83 0 156 0 189 0 139 0 161 0 167 0 133 0 100 0 128 0 128 0 +USW00094728195705PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 648 0 0T 0 0 0 0 0 5 0 10 0 124 0 0T 0 0 0 122 0 0T 0 0 0 10 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728195705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195705DAEV-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 2 0 +USW00094728195705DAWM-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 2 0 +USW00094728195705EVAP 94 0 107 0 71 0-9999 -9999 -9999 61 0 81 0 99 0 104 0-9999 -9999 -9999 61 0-9999 69 0 71 0-9999 -9999 132 0 13 0 43 0 28 0 43 0-9999 -9999 -9999 58 0 74 0-9999 -9999 +USW00094728195705MDEV-9999 -9999 -9999 -9999 -9999 168 0-9999 -9999 -9999 -9999 -9999 -9999 137 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 206 0-9999 -9999 -9999 119 0 +USW00094728195705MDWM-9999 -9999 -9999 -9999 -9999 159 0-9999 -9999 -9999 -9999 -9999 -9999 182 0-9999 -9999 -9999 -9999 -9999 -9999 303 0-9999 -9999 -9999 -9999 -9999 -9999 117 0-9999 -9999 -9999 40 0 +USW00094728195705WDMV 63 0 134 0 93 0-9999 -9999 -9999 32 0 43 0 66 0 68 0-9999 -9999 -9999 92 0 35 0 51 0 82 0-9999 -9999 -9999 142 0 51 0 39 0 35 0-9999 -9999 -9999 56 0 66 0-9999 -9999 +USW00094728195706TMAX 250 0 256 0 222 0 239 0 239 0 261 0 278 0 183 0 239 0 250 0 278 0 317 0 300 0 311 0 339 0 350 0 356 0 339 0 333 0 267 0 294 0 294 0 294 0 328 0 294 0 267 0 294 0 294 0 283 0 289 0-9999 +USW00094728195706TMIN 144 0 161 0 139 0 122 0 167 0 161 0 150 0 122 0 106 0 117 0 150 0 194 0 217 0 206 0 206 0 244 0 250 0 244 0 228 0 178 0 167 0 189 0 200 0 228 0 217 0 217 0 211 0 222 0 200 0 194 0-9999 +USW00094728195706PRCP 0 0 84 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0T 0 3 0 124 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 117 0 0 0 84 0 0 0 0 0 25 0 23 0-9999 +USW00094728195706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195706DAEV-9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 2 0-9999 +USW00094728195706DAWM-9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195706EVAP-9999 -9999 -9999 61 0 43 0 36 0 64 0-9999 -9999 -9999 66 0 69 0-9999 66 0-9999 -9999 -9999 91 0 89 0 89 0 66 0-9999 -9999 -9999 58 0 69 0 15 0 53 0-9999 -9999 -9999 +USW00094728195706MDEV-9999 -9999 147 0-9999 -9999 -9999 -9999 -9999 -9999 163 0-9999 -9999 -9999 -9999 -9999 -9999 201 0-9999 -9999 -9999 -9999 -9999 -9999 208 0-9999 -9999 -9999 -9999 -9999 152 0-9999 +USW00094728195706MDWM-9999 -9999 114 0-9999 -9999 -9999 -9999 -9999 -9999 177 0-9999 -9999 -9999 -9999 -9999 -9999 113 0-9999 -9999 -9999 -9999 -9999 -9999 142 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195706WDMV-9999 -9999 -9999 56 0 24 0 24 0 55 0-9999 -9999 -9999 43 0 48 0 47 0 43 0-9999 -9999 -9999 16 0 23 0 77 0 58 0-9999 -9999 -9999 40 0 55 0 31 0 53 0-9999 -9999 -9999 +USW00094728195707TMAX 267 0 272 0 317 0 339 0 339 0 306 0 311 0 339 0 311 0 256 0 283 0 300 0 239 0 322 0 294 0 283 0 311 0 322 0 328 0 361 0 378 0 383 0 278 0 289 0 306 0 306 0 283 0 244 0 294 0 333 0 317 0 +USW00094728195707TMIN 178 0 144 0 150 0 200 0 228 0 189 0 206 0 206 0 200 0 183 0 167 0 194 0 194 0 217 0 194 0 161 0 172 0 200 0 211 0 222 0 250 0 267 0 228 0 189 0 178 0 200 0 206 0 217 0 222 0 217 0 228 0 +USW00094728195707PRCP 0 0 0 0 0 0 10 0 0T 0 0 0 0 0 15 0 25 0 0 0 0 0 0 0 170 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 18 0 0 0 51 0 74 0 +USW00094728195707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195707DAEV-9999 -9999 -9999 -9999 2 0-9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 +USW00094728195707DAWM-9999 -9999 -9999 -9999 2 0-9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 +USW00094728195707EVAP 81 0 102 0 89 0-9999 -9999 -9999 -9999 -9999 66 0 53 0 79 0 66 0-9999 -9999 -9999 86 0 71 0 81 0 76 0-9999 -9999 -9999 102 0 51 0 89 0 76 0-9999 -9999 -9999 41 0 51 0 +USW00094728195707MDEV-9999 -9999 -9999 -9999 150 0-9999 -9999 267 0-9999 -9999 -9999 -9999 -9999 -9999 132 0-9999 -9999 -9999 -9999 -9999 -9999 259 0-9999 -9999 -9999 -9999 -9999 -9999 147 0-9999 -9999 +USW00094728195707MDWM-9999 -9999 -9999 -9999 109 0-9999 -9999 150 0-9999 -9999 -9999 -9999 -9999 -9999 106 0-9999 -9999 -9999 -9999 -9999 -9999 95 0-9999 -9999 -9999 -9999 -9999 -9999 171 0-9999 -9999 +USW00094728195707WDMV 85 0 90 0 60 0-9999 -9999 -9999 -9999 -9999 53 0 45 0 76 0 40 0-9999 -9999 -9999 66 0 45 0 45 0 31 0-9999 -9999 -9999 -9999 90 0 85 0 50 0-9999 -9999 -9999 66 0 48 0 +USW00094728195708TMAX 317 0 339 0 350 0 278 0 267 0 261 0 278 0 317 0 333 0 261 0 317 0 289 0 261 0 256 0 294 0 294 0 278 0 261 0 244 0 283 0 294 0 256 0 267 0 261 0 217 0 256 0 300 0 233 0 244 0 261 0 283 0 +USW00094728195708TMIN 228 0 206 0 228 0 233 0 161 0 139 0 167 0 167 0 222 0 211 0 194 0 183 0 150 0 167 0 200 0 206 0 161 0 178 0 194 0 183 0 178 0 172 0 156 0 156 0 194 0 194 0 172 0 139 0 150 0 183 0 194 0 +USW00094728195708PRCP 0 0 0 0 0 0 142 0 0 0 0 0 0T 0 0 0 0 0 13 0 0 0 104 0 0 0 0 0 86 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 277 0 86 0 0 0 0 0 0 0 20 0 0 0 +USW00094728195708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195708DAEV-9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 +USW00094728195708DAWM-9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 +USW00094728195708EVAP 53 0 97 0-9999 -9999 -9999 74 0 53 0 64 0 66 0-9999 -9999 -9999 56 0 69 0 46 0 18 0-9999 -9999 -9999 28 0 56 0 66 0 66 0-9999 -9999 -9999 20 0 86 0 48 0 28 0 18 0 +USW00094728195708MDEV-9999 -9999 -9999 -9999 191 0-9999 -9999 -9999 -9999 -9999 -9999 168 0-9999 -9999 -9999 -9999 -9999 -9999 188 0-9999 -9999 -9999 -9999 -9999 -9999 127 0-9999 -9999 -9999 -9999 -9999 +USW00094728195708MDWM-9999 -9999 -9999 -9999 122 0-9999 -9999 -9999 -9999 -9999 -9999 122 0-9999 -9999 -9999 -9999 -9999 -9999 35 0-9999 -9999 -9999 -9999 -9999 -9999 214 0-9999 -9999 -9999 -9999 -9999 +USW00094728195708WDMV 26 0 51 0-9999 -9999 -9999 69 0 31 0 27 0 26 0-9999 -9999 -9999 98 0 50 0 23 0 27 0-9999 -9999 -9999 19 0 26 0 92 0 76 0-9999 -9999 -9999 21 0 89 0 34 0 14 0-9999 +USW00094728195709TMAX 306 0 294 0 322 0 311 0 250 0 272 0 217 0 239 0 239 0 217 0 300 0 289 0 328 0 272 0 283 0 306 0 233 0 250 0 256 0 261 0 283 0 300 0 222 Z 200 0 233 0 217 0 161 0 194 0 189 0 194 0-9999 +USW00094728195709TMIN 178 0 183 0 217 0 189 0 156 0 150 0 200 0 178 0 156 0 183 0 189 0 194 0 222 0 217 0 211 0 211 0 183 0 167 0 156 0 172 0 206 0 222 0 161 0 128 0 106 0 83 0 50 0 61 0 83 0 117 0-9999 +USW00094728195709PRCP 0 0 140 0 0 0 76 0 0 0 0 0 23 0 0 0 0 0 84 0 0 0 0 0 28 0 20 0 15 0 267 0 51 0 0 0 0 0 0 0 5 0 0 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00094728195709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195709DAEV-9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 +USW00094728195709DAWM-9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 +USW00094728195709EVAP-9999 -9999 -9999 58 0 71 0 64 0-9999 -9999 -9999 53 0 15 0 53 0 36 0-9999 -9999 -9999 36 0 48 0 46 0 41 0-9999 -9999 -9999 28 0 51 0 53 0 53 0-9999 -9999 -9999 -9999 +USW00094728195709MDEV-9999 -9999 168 0-9999 -9999 -9999 -9999 -9999 124 0-9999 -9999 -9999 -9999 -9999 -9999 107 0-9999 -9999 -9999 -9999 -9999 -9999 91 0-9999 -9999 -9999 -9999 -9999 -9999 109 0-9999 +USW00094728195709MDWM-9999 -9999 71 0-9999 -9999 -9999 -9999 -9999 95 0-9999 -9999 -9999 -9999 -9999 -9999 39 0-9999 -9999 -9999 -9999 -9999 -9999 50 0-9999 -9999 -9999 -9999 -9999 -9999 39 0-9999 +USW00094728195709WDMV-9999 -9999 -9999 31 0 42 0 32 0-9999 -9999 -9999 63 0 72 0 21 0 8 0-9999 -9999 -9999 19 0 58 0 58 0 10 0-9999 -9999 -9999 18 0 21 0 16 0 47 0-9999 -9999 -9999 -9999 +USW00094728195710TMAX 217 0 228 0 189 0 189 0 200 0 156 0 167 0 172 0 261 0 200 0 150 0 167 0 189 0 194 0 233 0 228 0 194 0 211 0 139 0 161 0 161 0 194 0 194 0 183 0 161 0 83 0 67 0 100 0 178 0 167 0 156 0 +USW00094728195710TMIN 128 0 122 0 78 0 83 0 106 0 106 0 144 0 139 0 150 0 106 0 67 0 39 0 50 0 100 0 89 0 111 0 122 0 133 0 83 0 83 0 61 0 89 0 122 0 156 0 33 0 22 0 28 0 17 0 56 0 100 0 122 0 +USW00094728195710PRCP 0 0 0 0 0 0 0 0 0 0 61 0 302 0 216 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 107 0 10 0 0 0 0 0 0 0 0 0 132 0 0 0 0 0 0 0 0T 0 0 0 0T 0 3 0 +USW00094728195710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195710DAEV-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 +USW00094728195710DAWM-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 +USW00094728195710EVAP 10 0 28 0 51 0 53 0-9999 -9999 -9999 0 0 5 0 30 0 48 0-9999 -9999 -9999 20 0 25 0 30 0 13 0-9999 -9999 -9999 20 0 20 0 25 0 0 0-9999 -9999 -9999 23 0 25 0 23 0 +USW00094728195710MDEV-9999 -9999 -9999 -9999 -9999 -9999 99 0-9999 -9999 -9999 -9999 -9999 -9999 89 0-9999 -9999 -9999 -9999 -9999 -9999 79 0-9999 -9999 -9999 -9999 -9999 -9999 74 0-9999 -9999 -9999 +USW00094728195710MDWM-9999 -9999 -9999 -9999 -9999 -9999 418 0-9999 -9999 -9999 -9999 -9999 -9999 137 0-9999 -9999 -9999 -9999 -9999 -9999 209 0-9999 -9999 -9999 -9999 -9999 -9999 312 0-9999 -9999 -9999 +USW00094728195710WDMV 8 0 14 0 34 0 72 0-9999 -9999 -9999 63 0 19 0 29 0 58 0-9999 -9999 -9999 13 0 11 0 5 0 13 0-9999 -9999 -9999 18 0 37 0 45 0 74 0-9999 -9999 -9999 77 0 37 0 39 0 +USW00094728195711TMAX 156 0 178 0 183 0 139 0 139 0 106 0 156 0 172 0 150 0 67 0 72 0 144 0 139 0 172 0 189 0 167 0 156 0 117 0 183 0 117 0 128 0 89 0 50 0 111 0 56 0 56 0 94 0 161 0 172 0 100 0-9999 +USW00094728195711TMIN 128 0 128 0 128 0 106 0 78 0 56 0 50 0 94 0 22 0 6 0 -17 0 17 0 44 0 117 0 128 0 106 0 83 0 72 0 117 0 56 0 39 0 50 0 22 0 22 0 22 0 0 0 -22 0 83 0 83 0 50 0-9999 +USW00094728195711PRCP 36 0 165 0 0T 0 0 0 3 0 0 0 0 0 152 0 0 0 0 0 0 0 0 0 0 0 193 0 69 0 0 0 0 0 53 0 124 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 91 0 0T 0 246 0-9999 +USW00094728195711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195711DAEV-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 4 0-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195711DAWM-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 4 0-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195711EVAP 25 0-9999 -9999 -9999 28 0 20 0 23 0 0 0-9999 -9999 -9999 -9999 15 0 18 0 3 0-9999 -9999 -9999 10 0 13 0 30 0 23 0-9999 -9999 -9999 23 0-9999 -9999 -9999 -9999 -9999 +USW00094728195711MDEV-9999 -9999 -9999 30 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 86 0-9999 -9999 -9999 -9999 -9999 71 0-9999 -9999 -9999 -9999 -9999 -9999 53 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195711MDWM-9999 -9999 -9999 280 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 349 0-9999 -9999 -9999 -9999 -9999 153 0-9999 -9999 -9999 -9999 -9999 -9999 174 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195711WDMV 114 0-9999 -9999 -9999 97 0 74 0 71 0 47 0-9999 -9999 -9999 -9999 21 0 26 0 80 0-9999 -9999 -9999 61 0 64 0 76 0 53 0-9999 -9999 -9999 51 0-9999 -9999 -9999 -9999 -9999 +USW00094728195712TMAX 50 0 89 0 22 0 6 0 28 0 61 0 122 0 117 0 56 0 44 0 44 0 -28 0 6 0 56 0 78 0 67 0 78 0 72 0 128 0 150 0 144 0 106 0 117 0 117 0 72 0 128 0 61 0 89 0 83 0 50 0 94 0 +USW00094728195712TMIN -6 0 17 0 6 0 -28 0 -33 0 -22 0 44 0 44 0 33 0 28 0 -28 0 -78 0 -72 0 0 0 17 0 33 0 22 0 11 0 72 0 122 0 83 0 56 0 50 0 22 0 0 0 50 0 17 0 11 0 28 0 17 0 6 0 +USW00094728195712PRCP 0 0 0 0 13 0 178 0 0 0 56 0 38 0 8 0 132 0 74 0 107 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 384 0 51 0 0 0 0 0 0T 0 0 0 267 0 0 0 0 0 25 0 0 0 0T 0 +USW00094728195712SNOW 0 0 0 0 13 0 191 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195712SNWD 0 0 0 0 0 0 76 0 203 0 152 0 0T 0 0 0 0 0 0 0 0 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195801TMAX 106 0 0 0 -11 0 -50 0 6 0 44 0 28 0 6 0 -6 0 28 0 33 0 -11 0 17 0 39 0 44 0 6 0 11 0 -28 0 -28 0 28 0 72 0 117 0 61 0 22 0 56 0 50 0 56 0 44 0 72 0 61 0 67 0 +USW00094728195801TMIN -6 0 -44 0 -72 0 -111 0 -89 0 -56 0 -11 0 -72 0 -100 0 -67 0 -72 0 -100 0 -50 0 0 0 6 0 -11 0 -28 0 -94 0 -106 0 -78 0 6 0 39 0 6 0 -28 0 17 0 33 0 33 0 28 0 28 0 11 0 0 0 +USW00094728195801PRCP 53 0 0 0 0 0 0 0 0 0 0 0 130 0 0T 0 0 0 0 0 0 0 0 0 0 0 142 0 43 0 84 0 0 0 0T 0 0 0 0 0 104 0 218 0 0 0 0 0 140 0 43 0 0T 0 0T 0 0 0 0T 0 5 0 +USW00094728195801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 114 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 114 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 +USW00094728195801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 102 0 102 0 76 0 76 0 76 0 51 0 0T 0 51 0 76 0 51 0 51 0 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728195802TMAX 17 0 33 0 -17 0 6 0 50 0 50 0 22 0 0 0 -67 0 -50 0 -17 0 -17 0 -39 0 -39 0 -22 0 -50 0 -122 0 -89 0 -17 0 6 0 50 0 67 0 22 0 94 0 94 0 67 0 22 0 61 0-9999 -9999 -9999 +USW00094728195802TMIN -17 0 -17 0 -61 0 -56 0 -11 0 11 0 -6 0 -83 0 -100 0 -111 0 -106 0 -56 0 -100 0 -106 0 -67 0 -122 0 -144 0 -161 0 -111 0 -56 0 -61 0 -44 0 -56 0 22 0 28 0 11 0 6 0 22 0-9999 -9999 -9999 +USW00094728195802PRCP 0T 0 0 0 0T 0 0T 0 0 0 0T 0 152 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 38 0 145 0 0T 0 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 183 0 226 0-9999 -9999 -9999 +USW00094728195802SNOW 3 0 0 0 0T 0 3 0 0 0 0T 0 53 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 51 0 150 0 0T 0 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728195802SNWD 0T 0 0 0 0 0 0T 0 0 0 0T 0 25 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 127 0 203 0 178 0 152 0 127 0 102 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0-9999 -9999 -9999 +USW00094728195803TMAX 78 0 111 0 72 0 67 0 78 0 83 0 89 0 50 0 50 0 106 0 139 0 67 0 78 0 22 0 50 0 61 0 72 0 56 0 39 0 17 0 17 0 72 0 94 0 106 0 83 0 56 0 72 0 111 0 128 0 122 0 56 0 +USW00094728195803TMIN 39 0 39 0 39 0 11 0 17 0 17 0 6 0 -11 0 -28 0 6 0 11 0 11 0 11 0 6 0 17 0 17 0 11 0 17 0 11 0 6 0 -6 0 11 0 22 0 33 0 44 0 39 0 28 0 17 0 11 0 39 0 44 0 +USW00094728195803PRCP 0 0 0 0 74 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 122 0 0T 0 0 0 0 0 0T 0 5 0 229 0 180 0 0T 0 0 0 0 0 15 0 33 0 10 0 0 0 0 0 0 0 104 0 +USW00094728195803SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 104 0 0T 0 0 0 0 0 0 0 0T 0 119 0 180 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 25 0 0T 0 0 0 0 0 25 0 229 0 254 0 76 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195804TMAX 100 0 106 0 122 0 139 0 161 0 122 0 128 0 89 0 111 0 128 0 50 0 83 0 172 0 200 0 228 0 172 0 206 0 217 0 256 0 200 0 250 0 200 0 183 0 211 0 206 0 161 0 111 0 133 0 200 0 167 0-9999 +USW00094728195804TMIN 39 0 39 0 44 0 50 0 44 0 72 0 50 0 28 0 -17 0 33 0 11 0 28 0 56 0 83 0 100 0 78 0 72 0 100 0 139 0 128 0 122 0 122 0 117 0 117 0 100 0 83 0 72 0 72 0 78 0 83 0-9999 +USW00094728195804PRCP 13 0 0 0 0 0 0 0 0 0 556 0 79 0 0 0 0 0 0T 0 102 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 25 0 117 0 0 0 0 0 0 0 10 0 422 0 224 0 5 0-9999 +USW00094728195804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195804DAEV-9999 -9999 -9999 2 0-9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 -9999 2 0-9999 -9999 3 0-9999 -9999 -9999 +USW00094728195804DAWM-9999 -9999 -9999 2 0-9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 -9999 2 0-9999 -9999 3 0-9999 -9999 -9999 +USW00094728195804EVAP 5 0 25 0-9999 -9999 -9999 -9999 -9999 10 0 38 0 36 0 36 0-9999 -9999 -9999 58 0-9999 -9999 46 0-9999 -9999 -9999 53 0 13 0-9999 -9999 -9999 -9999 -9999 0 0 15 0-9999 +USW00094728195804MDEV-9999 -9999 -9999 66 0-9999 -9999 71 0-9999 -9999 -9999 -9999 -9999 -9999 71 0-9999 -9999 79 0-9999 -9999 -9999 160 0-9999 -9999 -9999 69 0-9999 -9999 122 0-9999 -9999 -9999 +USW00094728195804MDWM-9999 -9999 -9999 240 0-9999 -9999 129 0-9999 -9999 -9999 -9999 -9999 -9999 307 0-9999 -9999 92 0-9999 -9999 -9999 132 0-9999 -9999 -9999 103 0-9999 -9999 304 0-9999 -9999 -9999 +USW00094728195804WDMV 151 0 129 0-9999 -9999 -9999 -9999 -9999 95 0 117 0 82 0 106 0-9999 -9999 -9999 56 0-9999 -9999 32 0-9999 -9999 -9999 74 0 80 0-9999 -9999 -9999 -9999 -9999 69 0 56 0-9999 +USW00094728195805TMAX 178 0 233 0 117 0 128 0 128 0 78 0 83 0 144 0 211 0 183 0 189 0 233 0 194 0 178 0 106 0 167 0 211 0 222 0 278 0 183 0 228 0 206 0 228 0 206 0 194 0 211 0 228 0 250 0 200 0 267 0 261 0 +USW00094728195805TMIN 89 0 117 0 100 0 106 0 72 0 67 0 61 0 72 0 89 0 56 0 117 0 139 0 100 0 78 0 89 0 89 0 94 0 144 0 156 0 133 0 133 0 117 0 139 0 117 0 133 0 139 0 111 0 139 0 117 0 117 0 172 0 +USW00094728195805PRCP 0 0 0 0 102 0 53 0 71 0 86 0 104 0 8 0 0 0 0 0 3 0 3 0 0 0 3 0 28 0 46 0 0 0 109 0 8 0 30 0 0 0 0 0 46 0 0 0 119 0 0 0 0 0 8 0 0 0 0 0 0 0 +USW00094728195805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195805DAEV-9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 +USW00094728195805DAWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 +USW00094728195805EVAP 51 0 33 0-9999 -9999 -9999 3 0 20 0 8 0 18 0-9999 -9999 -9999 81 0 79 0 36 0 3 0-9999 -9999 -9999 41 0 23 0 84 0 53 0-9999 -9999 -9999 43 0 71 0 51 0 102 0 76 0 +USW00094728195805MDEV-9999 -9999 -9999 -9999 38 0-9999 -9999 -9999 -9999 -9999 -9999 127 0-9999 -9999 -9999 -9999 -9999 -9999 76 0-9999 -9999 -9999 -9999 -9999 -9999 124 0-9999 -9999 -9999 -9999 -9999 +USW00094728195805MDWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 166 0-9999 -9999 -9999 -9999 -9999 -9999 101 0-9999 -9999 -9999 -9999 -9999 -9999 163 0-9999 -9999 -9999 -9999 -9999 +USW00094728195805WDMV 31 0 48 0-9999 -9999 -9999 156 0 201 0 156 0 60 0-9999 -9999 -9999 85 0 98 0 64 0 68 0-9999 -9999 -9999 45 0 32 0 42 0 55 0-9999 -9999 -9999 66 0 84 0 47 0 53 0 53 0 +USW00094728195806TMAX 278 0 233 0 239 0 233 0 222 0 233 0 217 0 244 0 244 0 200 0 294 0 283 0 256 0 228 0 211 0 239 0 206 0 222 0 217 0 150 0 172 0 239 0 228 0 256 0 267 0 317 0 272 0 261 0 294 0 306 0-9999 +USW00094728195806TMIN 189 0 161 0 133 0 122 0 122 0 128 0 94 0 122 0 200 0 133 0 139 0 200 0 183 0 144 0 122 0 128 0 139 0 128 0 133 0 139 0 144 0 128 0 139 0 144 0 172 0 183 0 167 0 161 0 167 0 194 0-9999 +USW00094728195806PRCP 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 13 0 13 0 0 0 53 0 43 0 0 0 0 0 0 0 81 0 0T 0 71 0 104 0 38 0 0 0 0 0 0 0 168 0 0 0 0 0 0 0 0 0-9999 +USW00094728195806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195806DAEV-9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 +USW00094728195806DAWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 +USW00094728195806EVAP-9999 -9999 51 0 61 0 64 0 61 0-9999 -9999 -9999 20 0-9999 -9999 76 0-9999 -9999 -9999 91 0 74 0 20 0 20 0-9999 -9999 -9999 46 0-9999 -9999 33 0-9999 -9999 -9999 -9999 +USW00094728195806MDEV-9999 114 0-9999 -9999 -9999 -9999 -9999 -9999 196 0-9999 -9999 23 0-9999 -9999 -9999 183 0-9999 -9999 -9999 -9999 -9999 -9999 79 0-9999 -9999 102 0-9999 -9999 -9999 221 0-9999 +USW00094728195806MDWM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 180 0-9999 -9999 100 0-9999 -9999 -9999 174 0-9999 -9999 -9999 -9999 -9999 -9999 122 0-9999 -9999 87 0-9999 -9999 -9999 80 0-9999 +USW00094728195806WDMV 53 0 55 0 121 0 53 0 47 0 55 0-9999 -9999 -9999 50 0-9999 -9999 18 0-9999 -9999 -9999 80 0 69 0 84 0 79 0-9999 -9999 -9999 43 0-9999 -9999 42 0-9999 -9999 -9999 -9999 +USW00094728195807TMAX 333 0 339 0 322 0 294 0 228 0 283 0 289 0 311 0 244 0 294 0 306 0 289 0 278 0 233 0 322 0 306 0 272 0 261 0 283 0 256 0 267 0 206 0 278 0 311 0 311 0 294 0 250 0 228 0 317 0 306 0 300 0 +USW00094728195807TMIN 228 0 233 0 239 0 222 0 189 0 172 0 211 0 222 0 200 0 178 0 228 0 222 0 189 0 200 0 222 0 222 0 194 0 172 0 189 0 178 0 183 0 178 0 189 0 222 0 228 0 217 0 211 0 200 0 211 0 217 0 206 0 +USW00094728195807PRCP 0 0 0 0 0 0 0 0 33 0 226 0 0 0 109 0 5 0 0 0 0 0 61 0 46 0 25 0 3 0 36 0 0 0 0 0 0 0 0 0 0 0 81 0 3 0 0 0 0 0 15 0 23 0 36 0 46 0 0 0 188 0 +USW00094728195807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195807DAEV-9999 -9999 -9999 -9999 -9999 -9999 4 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 2 0 +USW00094728195807DAWM-9999 -9999 -9999 -9999 -9999 -9999 4 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 2 0 +USW00094728195807EVAP 76 0 109 0 99 0-9999 -9999 -9999 -9999 41 0-9999 -9999 71 0-9999 -9999 -9999 5 0-9999 -9999 64 0-9999 -9999 -9999 58 0-9999 -9999 56 0-9999 -9999 -9999 8 0-9999 -9999 +USW00094728195807MDEV-9999 -9999 -9999 -9999 -9999 -9999 201 0-9999 -9999 104 0-9999 -9999 -9999 160 0-9999 -9999 130 0-9999 -9999 -9999 229 0-9999 -9999 23 0-9999 -9999 -9999 124 0-9999 -9999 124 0 +USW00094728195807MDWM-9999 -9999 -9999 -9999 -9999 -9999 161 0-9999 -9999 34 0-9999 -9999 -9999 92 0-9999 -9999 45 0-9999 -9999 -9999 166 0-9999 -9999 51 0-9999 -9999 -9999 98 0-9999 -9999 34 0 +USW00094728195807WDMV 29 0 37 0 37 0-9999 -9999 -9999 -9999 14 0-9999 -9999 13 0-9999 -9999 -9999 14 0-9999 -9999 26 0-9999 -9999 -9999 16 0-9999 -9999 10 0-9999 -9999 -9999 40 0-9999 -9999 +USW00094728195808TMAX 294 0 289 0 283 0 317 0 300 0 300 0 328 0 306 0 283 0 306 0 294 0 267 0 289 0 306 0 328 0 272 0 250 0 233 0 261 0 278 0 306 0 283 0 272 0 250 0 244 0 222 0 261 0 211 0 306 0 306 0 306 0 +USW00094728195808TMIN 194 0 200 0 206 0 211 0 217 0 206 0 228 0 217 0 183 0 206 0 222 0 217 0 217 0 239 0 194 0 183 0 189 0 167 0 144 0 172 0 200 0 200 0 178 0 189 0 206 0 178 0 167 0 172 0 183 0 206 0 217 0 +USW00094728195808PRCP 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 38 0 0 0 0T 0 0 0 33 0 23 0 0 0 58 0 36 0 5 0 0T 0 0 0 0 0 0T 0 3 0 0 0 3 0 391 0 5 0 0 0 5 0 0 0 0 0 0 0 +USW00094728195808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195808DAEV-9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 2 0-9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 2 0 +USW00094728195808DAWM-9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 2 0-9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 2 0 +USW00094728195808EVAP 41 0-9999 -9999 -9999 79 0-9999 -9999 74 0-9999 -9999 -9999 46 0 36 0 36 0 41 0-9999 -9999 -9999 -9999 -9999 64 0 69 0-9999 -9999 -9999 5 0-9999 -9999 28 0-9999 -9999 +USW00094728195808MDEV-9999 -9999 -9999 185 0-9999 -9999 140 0-9999 -9999 -9999 203 0-9999 -9999 -9999 -9999 -9999 -9999 145 0-9999 142 0-9999 -9999 -9999 -9999 140 0-9999 -9999 79 0-9999 -9999 122 0 +USW00094728195808MDWM-9999 -9999 -9999 64 0-9999 -9999 50 0-9999 -9999 -9999 89 0-9999 -9999 -9999 -9999 -9999 -9999 61 0-9999 69 0-9999 -9999 -9999 -9999 90 0-9999 -9999 113 0-9999 -9999 68 0 +USW00094728195808WDMV 58 0-9999 -9999 -9999 34 0-9999 -9999 40 0-9999 -9999 -9999 11 0 31 0 19 0 24 0-9999 -9999 -9999 -9999 -9999 27 0 34 0-9999 -9999 -9999 27 0-9999 -9999 137 0-9999 -9999 +USW00094728195809TMAX 267 0 244 0 244 0 267 0 306 0 283 0 283 0 222 0 239 0 250 0 206 0 222 0 250 0 289 0 289 0 311 0 250 0 239 0 200 0 167 0 183 0 250 0 267 0 244 0 267 0 317 0 217 0 194 0 194 0 183 0-9999 +USW00094728195809TMIN 161 0 133 0 139 0 172 0 200 0 206 0 189 0 150 0 128 0 156 0 117 0 100 0 122 0 156 0 161 0 189 0 161 0 161 0 144 0 156 0 161 0 167 0 133 0 150 0 161 0 211 0 122 0 106 0 78 0 117 0-9999 +USW00094728195809PRCP 0 0 0 0 0 0 0 0 0 0 0 0 213 0 51 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 183 0 119 0 0T 0 20 0 203 0 0 0 0 0 0 0 0 0 10 0 305 0 5 0 0 0 15 0-9999 +USW00094728195809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195809DAEV-9999 2 0-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 +USW00094728195809DAWM-9999 2 0-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 +USW00094728195809EVAP-9999 -9999 61 0 48 0 53 0-9999 -9999 -9999 48 0-9999 -9999 56 0-9999 -9999 -9999 48 0 46 0 5 0 23 0-9999 -9999 -9999 53 0-9999 -9999 46 0-9999 -9999 -9999 41 0-9999 +USW00094728195809MDEV-9999 152 0-9999 -9999 -9999 -9999 -9999 140 0-9999 -9999 109 0-9999 -9999 -9999 145 0-9999 -9999 -9999 -9999 -9999 -9999 10 0-9999 -9999 69 0-9999 -9999 -9999 76 0-9999 -9999 +USW00094728195809MDWM-9999 76 0-9999 -9999 -9999 -9999 -9999 85 0-9999 -9999 114 0-9999 -9999 -9999 29 0-9999 -9999 -9999 -9999 -9999 -9999 45 0-9999 -9999 11 0-9999 -9999 -9999 200 0-9999 -9999 +USW00094728195809WDMV-9999 -9999 34 0 32 0 29 0-9999 -9999 -9999 53 0-9999 -9999 66 0-9999 -9999 -9999 21 0 26 0 89 0 21 0-9999 -9999 -9999 14 0-9999 -9999 26 0-9999 -9999 -9999 8 0-9999 +USW00094728195810TMAX 194 0 167 0 161 0 211 0 206 0 139 0 194 0 211 0 261 0 283 0 172 0 156 0 106 0 128 0 200 0 283 0 272 0 172 0 161 0 189 0 144 0 144 0 172 0 206 0 117 0 72 0 89 0 83 0 117 0 150 0 189 0 +USW00094728195810TMIN 100 0 67 0 106 0 122 0 61 0 39 0 67 0 111 0 144 0 156 0 94 0 67 0 56 0 39 0 111 0 133 0 161 0 94 0 72 0 89 0 56 0 111 0 139 0 117 0 72 0 39 0 56 0 61 0 72 0 61 0 72 0 +USW00094728195810PRCP 218 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 3 0 23 0 10 0 0 0 18 0 0 0 0 0 0 0 0 0 279 0 335 0 0 0 226 0 244 0 8 0 23 0 0 0 0 0 0 0 +USW00094728195810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195810DAEV-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 +USW00094728195810DAWM-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 +USW00094728195810EVAP 5 0 3 0 36 0-9999 -9999 -9999 28 0-9999 -9999 28 0-9999 -9999 -9999 8 0 3 0 15 0 46 0-9999 -9999 -9999 38 0 18 0 0 0 0 0-9999 -9999 -9999 5 0 3 0 18 0 25 0 +USW00094728195810MDEV-9999 -9999 -9999 -9999 -9999 89 0-9999 -9999 23 0-9999 -9999 -9999 132 0-9999 -9999 -9999 -9999 -9999 -9999 109 0-9999 -9999 -9999 -9999 -9999 -9999 13 0-9999 -9999 -9999 -9999 +USW00094728195810MDWM-9999 -9999 -9999 -9999 -9999 145 0-9999 -9999 34 0-9999 -9999 -9999 216 0-9999 -9999 -9999 -9999 -9999 -9999 116 0-9999 -9999 -9999 -9999 -9999 -9999 372 0-9999 -9999 -9999 -9999 +USW00094728195810WDMV 37 0 29 0 53 0-9999 -9999 -9999 42 0-9999 -9999 5 0-9999 -9999 -9999 48 0 24 0 6 0 32 0-9999 -9999 -9999 138 0 161 0 146 0 13 0-9999 -9999 -9999 16 0 39 0 95 0 84 0 +USW00094728195811TMAX 139 0 61 0 89 0 167 0 172 0 183 0 122 0 117 0 150 0 100 0 133 0 161 0 117 0 167 0 167 0 133 0 133 0 156 0 167 0 156 0 111 0 94 0 100 0 172 0 78 0 139 0 50 0 156 0 56 0 -22 0-9999 +USW00094728195811TMIN 61 0 44 0 22 0 61 0 83 0 83 0 61 0 39 0 72 0 67 0 67 0 83 0 83 0 89 0 133 0 94 0 89 0 122 0 94 0 67 0 61 0 22 0 11 0 33 0 6 0 50 0 6 0 0 0 -39 0 -78 0-9999 +USW00094728195811PRCP 0 0 23 0 53 0 0 0 0 0 0 0 0 0 0 0 30 0 13 0 0 0 0 0 0T 0 0 0 76 0 0 0 13 0 0T 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 0 0 234 0 18 0 0 0-9999 +USW00094728195811SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00094728195811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195811DAEV-9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 2 0-9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 2 0-9999 -9999 -9999 +USW00094728195811DAWM-9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 2 0-9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 2 0-9999 -9999 -9999 +USW00094728195811EVAP-9999 -9999 -9999 8 0 20 0 10 0 30 0-9999 -9999 -9999 -9999 -9999 33 0 8 0-9999 -9999 -9999 0 0 0 0 33 0 30 0-9999 -9999 -9999 25 0 10 0-9999 -9999 -9999 -9999 -9999 +USW00094728195811MDEV-9999 -9999 61 0-9999 -9999 -9999 -9999 -9999 -9999 56 0-9999 41 0-9999 -9999 -9999 -9999 43 0-9999 -9999 -9999 -9999 -9999 -9999 48 0-9999 -9999 -9999 28 0-9999 -9999 -9999 +USW00094728195811MDWM-9999 -9999 404 0-9999 -9999 -9999 -9999 -9999 -9999 132 0-9999 164 0-9999 -9999 -9999 -9999 203 0-9999 -9999 -9999 -9999 -9999 -9999 201 0-9999 -9999 -9999 124 0-9999 -9999 -9999 +USW00094728195811WDMV-9999 -9999 -9999 45 0 31 0 32 0 39 0-9999 -9999 -9999 -9999 -9999 53 0 14 0-9999 -9999 -9999 32 0 37 0 84 0 79 0-9999 -9999 -9999 77 0 63 0-9999 -9999 -9999 -9999 -9999 +USW00094728195812TMAX 11 0 44 0 44 0 61 0 128 0 17 0 -6 0 -11 0 -6 0 -44 0 -50 0 -17 0 -11 0 -11 0 -11 0 -17 0 44 0 28 0 78 0 50 0 -28 0 -17 0 83 0 50 0 -56 0 11 0 33 0 89 0 50 0 106 0 22 0 +USW00094728195812TMIN -50 0 -6 0 -11 0 28 0 17 0 -56 0 -67 0 -56 0 -61 0 -100 0 -100 0 -78 0 -61 0 -67 0 -67 0 -78 0 -44 0 -17 0 -11 0 -94 0 -100 0 -111 0 -17 0 -67 0 -111 0 -100 0 -50 0 -6 0 17 0 -11 0 -56 0 +USW00094728195812PRCP 0 0 0 0 25 0 130 0 18 0 0 0 0 0 20 0 25 0 0 0 0T 0 0 0 0 0 8 0 3 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 86 0 3 0 0 0 +USW00094728195812SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 38 0 48 0 0 0 0T 0 0 0 0 0 8 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 51 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195901TMAX 56 0 94 0 78 0 50 0 -44 Z -56 0 6 0 6 0 -6 0 -28 0 6 0 39 0 39 0 39 0 72 0 89 0 -44 0 -39 0 28 0 28 0 122 0 161 0 -11 0 28 0 100 0 -11 0 0 0 28 0 56 0 133 0 33 Z +USW00094728195901TMIN -28 0 22 0 17 0 -44 0 -100 0 -100 0 -89 0 -61 0 -67 0 -72 0 -50 0 -33 0 6 0 -17 0 11 0 -50 0 -94 0 -100 0 -78 0 11 0 11 0 -33 0 -56 0 -61 0 -11 0 -61 0 -39 0 -83 0 -39 0 33 0 -67 0 +USW00094728195901PRCP 107 0 211 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 5 0 10 0 97 0 3 0 0 0 0 0 99 0 20 0 20 0 0 0 0 0 0T 0 3 0 15 0 0 0 0 0 3 0 0 0 +USW00094728195901SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 5 0 3 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 3 0 23 0 0 0 0 0 0 0 0 0 +USW00094728195901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0T 0 0 0 0 0 +USW00094728195902TMAX -39 0 -22 0 44 0 89 0 83 0 44 0 50 0 67 0 6 0 67 0 44 0 11 0 100 0 39 0 67 0 56 0 100 0 67 0 6 0 -56 0 17 0 33 0 22 0 44 0 50 0 78 0 111 0 78 0-9999 -9999 -9999 +USW00094728195902TMIN -111 0 -139 0 -78 0 28 0 17 0 -61 0 -83 0 -50 0 -72 0 6 0 -50 0 -72 0 -6 0 11 0 -11 0 -33 0 22 0 6 0 -117 0 -133 0 -89 0 -72 0 -17 0 -44 0 -83 0 -17 0 6 0 0 0-9999 -9999 -9999 +USW00094728195902PRCP 0 0 0 0 13 0 122 0 0 0 0 0 0 0 0 0 41 0 127 0 0T 0 0 0 18 0 86 0 5 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728195902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728195902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728195903TMAX 56 0 83 0 111 0 89 0 94 0 156 0 56 0 67 0 111 0 61 0 28 0 11 0 28 0 72 0 122 0 94 0 89 0 22 0 144 0 217 0 206 0 11 0 83 0 189 0 139 0 128 0 61 0 44 0 61 0 50 0 122 0 +USW00094728195903TMIN 0 0 28 0 11 0 17 0 -6 0 22 0 -22 0 -44 0 28 0 -11 0 -44 0 -22 0 -33 0 -11 0 17 0 33 0 0 0 -28 0 -11 0 61 0 11 0 -56 0 -67 0 28 0 61 0 56 0 -17 0 -39 0 -44 0 17 0 44 0 +USW00094728195903PRCP 0 0 0 0 3 0 51 0 0 0 343 0 0 0 0 0 0 0 15 0 0T 0 198 0 0 0 0 0 20 0 0 0 28 0 0 0 0 0 0 0 56 0 0 0 0 0 0 0 0 0 0T 0 66 0 5 0 0 0 173 0 0T 0 +USW00094728195903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0T 0 140 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 5 0 0 0 0T 0 0 0 +USW00094728195903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 127 0 76 0 76 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0 0 +USW00094728195904TMAX 139 0 133 0 156 0 111 0 172 0 128 0 178 0 283 0 217 0 133 0 117 0 78 0 117 0 167 0 228 0 250 0 267 0 183 0 222 0 150 0 156 0 144 0 144 0 222 0 233 0 194 0 133 0 94 0 194 0 117 0-9999 +USW00094728195904TMIN 61 0 56 0 44 0 67 0 44 0 72 0 44 0 117 0 111 0 72 0 72 0 11 0 22 0 39 0 78 0 122 0 156 0 89 0 89 0 83 0 67 0 56 0 56 0 61 0 111 0 133 0 67 0 56 0 56 0 72 0-9999 +USW00094728195904PRCP 0 0 130 0 0 0 5 0 0 0 3 0 0 0 0 0 0 0 41 0 51 0 30 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 23 0 81 0 74 0 15 0 0T 0-9999 +USW00094728195904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195904DAEV-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195904DAWM-9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 2 0-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195904EVAP 51 0 46 0 18 0-9999 -9999 -9999 51 0-9999 -9999 30 0-9999 -9999 -9999 41 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195904MDEV-9999 -9999 -9999 -9999 -9999 147 0-9999 -9999 130 0-9999 -9999 -9999 20 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195904MDWM-9999 -9999 -9999 -9999 -9999 220 0-9999 -9999 175 0-9999 -9999 -9999 291 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195904WDMV 29 0 35 0 98 0-9999 -9999 -9999 101 0-9999 -9999 63 0-9999 -9999 -9999 58 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728195905TMAX 183 0 139 0 244 0 244 0 211 0 289 0 233 0 217 0 194 0 211 0 278 0 311 0 222 0 194 0 139 0 178 0 194 0 228 0 217 0 328 0 317 0 328 0 261 0 233 0 272 0 239 0 300 0 344 0 294 0 317 0 278 0 +USW00094728195905TMIN 83 0 89 0 100 0 111 0 83 0 128 0 128 0 111 0 83 0 100 0 167 0 194 0 133 0 106 0 72 0 61 0 78 0 122 0 156 0 194 0 217 0 222 0 139 0 128 0 106 0 128 0 189 0 228 0 194 0 178 0 150 0 +USW00094728195905PRCP 51 0 5 0 10 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 124 0 15 0 0T 0 0 0 0T 0 0 0 8 0 0 0 0 0 112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195906TMAX 178 0 183 0 267 0 294 0 278 0 306 0 283 0 328 0 344 0 333 0 267 0 250 0 267 0 183 0 233 0 183 0 161 0 206 0 194 0 294 0 289 0 283 0 278 0 272 0 211 0 311 0 283 0 250 0 361 0 339 0-9999 +USW00094728195906TMIN 133 0 167 0 161 0 172 0 189 0 172 0 172 0 189 0 222 0 239 0 161 0 156 0 156 0 117 0 122 0 139 0 117 0 117 0 139 0 133 0 183 0 206 0 194 0 172 0 189 0 194 0 189 0 183 0 206 0 261 0-9999 +USW00094728195906PRCP 0 0 269 0 8 0 0 0 0 0 74 0 0 0 0 0 0 0 0 0 0 0 15 0 244 0 0 0 0 0 0 0 0T 0 0 0 36 0 56 0 0 0 208 0 30 0 0 0 112 0 15 0 0 0 0 0 0 0 0 0-9999 +USW00094728195906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195907TMAX 256 0 311 0 294 0 294 0 267 0 278 0 278 0 300 0 300 0 256 0 322 0 256 0 289 0 233 0 222 0 233 0 306 0 278 0 317 0 267 0 306 0 294 0 317 0 322 0 289 0 306 0 306 0 322 0 317 0 289 0 294 0 +USW00094728195907TMIN 194 0 189 0 167 0 183 0 189 0 200 0 178 0 183 0 189 0 206 0 200 0 222 0 222 0 200 0 194 0 189 0 189 0 200 0 228 0 222 0 222 0 233 0 222 0 222 0 206 0 178 0 211 0 211 0 222 0 222 0 244 0 +USW00094728195907PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 104 0 28 0 5 0 0 0 76 0 43 0 15 0 0 0 0 0 56 0 457 0 0 0 15 0 38 0 249 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195908TMAX 328 0 256 0 278 0 267 0 211 0 222 0 283 0 239 0 250 0 289 0 300 0 322 0 328 0 311 0 344 0 333 0 339 0 306 0 317 0 339 0 339 0 311 0 217 0 222 0 328 0 333 0 333 0 344 0 322 0 294 0 278 0 +USW00094728195908TMIN 228 0 178 0 161 0 178 0 161 0 161 0 178 0 194 0 194 0 200 0 200 0 206 0 228 0 239 0 233 0 239 0 239 0 233 0 217 0 222 0 228 0 222 0 189 0 194 0 211 0 200 0 233 0 239 0 233 0 228 0 222 0 +USW00094728195908PRCP 0 0 0 0 0 0 0 0 318 0 0T 0 0T 0 178 0 287 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 3 0 0 0 0 0 0 0 5 0 0 0 15 0 0 0 0 0 0 0 0 0 185 0 0 0 124 0 +USW00094728195908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195909TMAX 289 0 289 0 306 0 311 0 322 0 311 0 294 0 311 0 339 0 283 0 250 0 250 0 256 0 228 0 261 0 172 0 183 0 183 0 217 0 239 0 278 0 317 0 322 0 317 0 261 0 250 0 272 0 283 0 283 0 278 0-9999 +USW00094728195909TMIN 233 0 233 0 239 0 222 0 194 0 200 0 200 0 217 0 233 0 228 0 156 0 133 0 150 0 133 0 128 0 111 0 78 0 89 0 89 0 117 0 144 0 178 0 206 0 206 0 178 0 161 0 172 0 211 0 222 0 211 0-9999 +USW00094728195909PRCP 104 0 10 0 64 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 10 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 5 0 0T 0-9999 +USW00094728195909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728195910TMAX 239 0 228 0 222 0 300 0 278 0 311 0 239 0 256 0 289 0 233 0 222 0 178 0 156 0 100 0 156 0 172 0 222 0 178 0 122 0 206 0 133 0 122 0 211 0 200 0 189 0 161 0 128 0 100 0 128 0 139 0 150 0 +USW00094728195910TMIN 211 0 156 0 139 0 167 0 200 0 183 0 183 0 189 0 194 0 178 0 167 0 111 0 89 0 89 0 94 0 67 0 106 0 56 0 28 0 67 0 56 0 61 0 122 0 161 0 128 0 100 0 89 0 39 0 22 0 50 0 94 0 +USW00094728195910PRCP 124 0 0 0 0 0 0 0 0 0 0 0 274 0 36 0 114 0 0 0 0T 0 0 0 43 0 71 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 15 0 69 0 363 0 30 0 0 0 48 0 0 0 0 0 0 0 38 0 +USW00094728195910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728195911TMAX 161 0 111 0 94 0 161 0 222 0 228 0 78 0 56 0 111 0 122 0 139 0 150 0 128 0 194 0 100 0 100 0 106 0 6 0 67 0 61 0 100 0 117 0 117 0 161 0 150 0 67 0 156 0 167 0 28 0 33 0-9999 +USW00094728195911TMIN 100 0 33 0 17 0 78 0 161 0 78 0 22 0 28 0 11 0 39 0 61 0 83 0 50 0 100 0 50 0 39 0 -33 0 -61 0 -22 0 0 0 39 0 39 0 44 0 106 0 17 0 0 0 50 0 28 0 -28 0 -33 0-9999 +USW00094728195911PRCP 28 0 3 0 0 0 10 0 0 0 170 0 208 0 0 0 0 0 0 0 0 0 0T 0 3 0 157 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0T 0 279 0 71 0 0 0 0T 0 33 0 13 0 0 0-9999 +USW00094728195911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0-9999 +USW00094728195911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0-9999 +USW00094728195912TMAX 72 0 100 0 128 0 117 0 106 0 83 0 106 0 50 0 83 0 94 0 72 0 128 0 139 0 56 0 72 0 133 0 117 0 61 0 50 0 6 0 6 0 -22 0 -50 0 -6 0 39 0 72 0 44 0 61 0 28 0 61 0 33 0 +USW00094728195912TMIN 17 0 22 0 39 0 50 0 61 0 61 0 0 0 6 0 -11 0 28 0 22 0 72 0 17 0 -6 0 0 0 50 0 61 0 28 0 -28 0 -39 0 -50 0 -83 0 -128 0 -78 0 -11 0 11 0 22 0 22 0 6 0 6 0 -17 0 +USW00094728195912PRCP 0 0 0 0 0 0 0 0 0 0 193 0 147 0 0 0 0 0 0 0 0T 0 292 0 51 0 0 0 0 0 0 0 0 0 15 0 0T 0 0 0 64 0 180 0 0 0 0 0 0 0 5 0 18 0 145 0 69 0 0T 0 0 0 +USW00094728195912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 262 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 0T 0 0 0 +USW00094728195912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 356 0 254 0 203 0 102 0 51 0 0T 0 0T 0 0 0 25 0 0 0 +USW00094728196001TMAX 61 0 78 0 122 0 39 0 28 0 33 0 33 0 89 0 17 0 -11 0 -22 0 11 0 11 0 33 0 44 0 22 0 50 0 22 0 44 0 22 0 0 0 6 0 22 0 33 0 33 0 78 0 94 0 33 0 89 0 50 0 22 0 +USW00094728196001TMIN -28 0 -22 0 33 0 6 0 -11 0 -28 0 6 0 17 0 -56 0 -39 0 -72 0 -83 0 -17 0 -39 0 6 0 -11 0 0 0 0 0 -17 0 -28 0 -33 0 -33 0 -22 0 -50 0 -39 0 -6 0 0 0 17 0 17 0 -11 0 0 0 +USW00094728196001PRCP 0 0 10 0 213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 46 0 109 0 0 0 79 0 0 0 0 0 51 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 25 0 64 0 0 0 0 0 0 0 +USW00094728196001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 46 0 5 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196002TMAX 22 0 17 0 61 0 111 0 100 0 133 0 61 0 44 0 139 0 117 0 183 0 56 0 -11 0 6 0 28 0 56 0 83 0 111 0 61 0 39 0 11 0 33 0 44 0 44 0 17 0 78 0 39 0 50 0 22 0-9999 -9999 +USW00094728196002TMIN -6 0 -61 0 -78 0 -17 0 22 0 33 0 6 0 -39 0 22 0 50 0 56 0 -11 0 -50 0 -61 0 -61 0 -22 0 17 0 11 0 -11 0 -6 0 -11 0 -17 0 -39 0 -33 0 -22 0 6 0 -6 0 -17 0 -39 0-9999 -9999 +USW00094728196002PRCP 0T 0 3 0 0 0 0 0 33 0 132 0 0 0 0T 0 0T 0 13 0 414 0 0 0 5 0 56 0 0 0 0 0 0 0 109 0 53 0 0 0 0T 0 0T 0 0 0 0 0 170 0 127 0 0 0 0 0 10 0-9999 -9999 +USW00094728196002SNOW 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 5 0 20 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 8 0 0 0 0 0 0 0 13 0-9999 -9999 +USW00094728196002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0-9999 -9999 +USW00094728196003TMAX 0 0 22 0 -28 0 -17 0 6 0 22 0 -6 0 -11 0 11 0 -11 0 0 0 28 0 39 0 33 0 56 0 39 0 28 0 83 0 56 0 72 0 39 0 22 0 39 0 100 0 17 Z 22 0 128 0 211 0 128 0 156 0 172 0 +USW00094728196003TMIN -61 0 -72 0 -78 0 -72 0 -61 0 -67 0 -83 0 -72 0 -83 0 -83 0 -100 0 -78 0 -67 0 -39 0 -44 0 -22 0 0 0 17 0 0 0 0 0 -17 0 -28 0 -39 0 0 0 -61 0 -67 0 0 0 83 0 50 0 50 0 106 0 +USW00094728196003PRCP 0 0 0 0 226 0 48 0 3 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 0 0 0 0 0 0 0 0 48 0 0 0 0 0 0 0 8 0 0 0 0 0 0T 0 89 0 226 0 +USW00094728196003SNOW 0 0 0 0 318 0 51 0 3 0 0 0 5 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 48 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196003SNWD 0 0 0 0 0T 0 381 0 356 0 305 0 203 0 127 0 76 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 51 0 0T 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196004TMAX 183 0 78 0 89 0 217 0 133 0 72 0 100 0 128 0 83 0 94 0 94 0 194 0 167 0 244 0 283 0 167 0 172 0 183 0 161 0 183 0 239 0 267 0 183 0 211 0 306 0 211 0 183 0 194 0 217 0 172 0-9999 +USW00094728196004TMIN 78 0 44 0 39 0 89 0 50 0 22 0 28 0 56 0 22 0 17 0 17 0 61 0 94 0 89 0 167 Z 67 0 56 0 61 0 39 0 72 0 89 0 133 0 78 0 72 0 89 0 111 0 100 0 94 0 94 0 94 0-9999 +USW00094728196004PRCP 0 0 0T 0 267 0 130 0 185 0 0 0 20 0 0T 0 18 0 0 0 8 0 3 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 8 0 0 0 20 0 69 0 8 0 0 0 0 0 0 0-9999 +USW00094728196004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196005TMAX 111 0 183 0 222 0 222 0 239 0 256 0 239 0 167 0 189 0 178 0 189 0 217 0 206 0 183 0 228 0 272 0 267 0 194 0 278 0 228 0 244 0 156 0 161 0 233 0 233 0 267 0 261 0 222 0 206 0 211 0 256 0 +USW00094728196005TMIN 72 0 56 0 106 0 89 0 111 0 122 0 111 0 128 0 94 0 67 0 128 0 117 0 139 0 111 0 100 0 150 0 161 0 144 0 144 0 172 0 156 0 122 0 117 0 139 0 128 0 139 0 150 0 139 0 122 0 139 0 156 0 +USW00094728196005PRCP 191 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0 66 0 0 0 23 0 64 0 0T 0 0 0 0 0 13 0 0T 0 36 0 0 0 0 0 0T 0 38 0 203 0 5 0 0 0 0 0 0 0 0T 0 0T 0 53 0 8 0 +USW00094728196005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196006TMAX 261 0 289 0 256 0 250 0 289 0 283 0 244 0 256 0 239 0 244 0 289 0 222 0 261 0 206 0 217 0 289 0 294 0 272 0 272 0 256 0 278 0 244 0 278 0 278 0 278 0 311 0 306 0 300 0 256 0 317 0-9999 +USW00094728196006TMIN 172 0 178 0 211 0 211 0 206 0 178 0 144 0 133 0 156 0 144 0 128 0 167 0 150 0 161 0 156 0 167 0 183 0 161 0 150 0 172 0 150 0 178 0 194 0 200 0 189 0 178 0 194 0 206 0 200 0 217 0-9999 +USW00094728196006PRCP 0 0 15 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 267 0 0 0 18 0 18 0 0 0 76 0 3 0 0 0 0 0 0 0 0T 0 0 0 38 0 0 0 0 0 0 0 0 0 8 0 0 0-9999 +USW00094728196006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196007TMAX 244 0 244 0 256 0 261 0 261 0 256 0 261 0 278 0 317 0 278 0 289 0 328 0 306 0 228 0 278 0 283 0 289 0 294 0 294 0 289 0 289 0 300 0 311 0 311 0 300 0 283 0 228 0 317 0 294 0 256 0 289 0 +USW00094728196007TMIN 172 0 167 0 189 0 161 0 172 0 156 0 172 0 172 0 189 0 217 0 217 0 200 0 222 0 167 0 161 0 172 0 189 0 206 0 206 0 200 0 172 0 189 0 222 0 217 0 200 0 200 0 200 0 200 0 228 0 206 0 200 0 +USW00094728196007PRCP 86 0 0 0 378 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0T 0 290 0 3 0 0 0 0 0 0 0 30 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 381 0 0 0 0 0 904 0 0 0 +USW00094728196007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196008TMAX 289 0 311 0 311 0 250 0 211 0 289 0 278 0 317 0 283 0 300 0 261 0 261 0 239 0 261 0 300 0 222 0 278 0 289 0 217 0 300 0 306 0 289 0 306 0 267 0 250 0 261 0 328 0 322 0 322 0 317 0 267 0 +USW00094728196008TMIN 189 0 211 0 244 0 189 0 183 0 189 0 194 0 217 0 206 0 200 0 178 0 200 0 189 0 183 0 200 0 172 0 172 0 178 0 172 0 183 0 228 0 211 0 206 0 178 0 144 0 150 0 189 0 217 0 233 0 244 0 228 0 +USW00094728196008PRCP 0 0 0 0 0T 0 0T 0 15 0 0 0 10 0 175 0 0 0 244 0 0T 0 0 0 0T 0 0 0 64 0 0 0 0 0 0T 0 546 0 0 0 5 0 114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 267 0 150 0 +USW00094728196008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196009TMAX 322 0 283 0 239 0 239 0 256 0 272 0 289 0 300 0 294 0 267 0 194 0 194 0 250 0 222 0 256 0 244 0 222 0 189 0 183 0 194 0 222 0 222 0 233 0 233 0 211 0 239 0 250 0 217 0 189 0 267 0-9999 +USW00094728196009TMIN 222 0 178 0 150 0 167 0 178 0 161 0 183 0 189 0 211 0 194 0 156 0 167 0 144 0 122 0 133 0 161 0 144 0 167 0 167 0 139 0 161 0 133 0 128 0 144 0 150 0 144 0 128 0 161 0 167 0 156 0-9999 +USW00094728196009PRCP 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 69 0 5 0 79 0 597 0 18 0 0 0 0 0 0 0 0 0 61 0 259 0 64 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 38 0 41 0 117 0-9999 +USW00094728196009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196010TMAX 172 0 194 0 211 0 183 0 206 0 222 0 200 0 222 0 228 0 244 0 272 0 211 0 233 0 256 0 278 0 244 0 222 0 211 0 200 0 200 0 122 0 144 0 139 0 139 0 89 0 167 0 139 0 144 0 167 0 133 0 128 0 +USW00094728196010TMIN 100 0 78 0 122 0 89 0 100 0 122 0 111 0 83 0 100 0 122 0 144 0 117 0 94 0 156 0 183 0 167 0 139 0 111 0 106 0 67 0 39 0 44 0 83 0 33 0 44 0 39 0 94 0 89 0 83 0 94 0 94 0 +USW00094728196010PRCP 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 0 0 0 0 64 0 406 0 0 0 0 0 0T 0 36 0 0T 0 0 0 0 0 25 0 41 0 0T 0 10 0 +USW00094728196010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196011TMAX 183 0 167 0 133 0 144 0 122 0 83 0 61 0 83 0 122 0 139 0 89 0 122 0 133 0 178 0 183 0 206 0 178 0 156 0 150 0 150 0 156 0 172 0 128 0 100 0 122 0 144 0 178 0 156 0 172 0 67 0-9999 +USW00094728196011TMIN 122 0 94 0 67 0 67 0 56 0 22 0 0 0 -11 0 44 0 56 0 22 0 28 0 44 0 67 0 111 0 122 0 89 0 67 0 67 0 44 0 50 0 83 0 44 0 22 0 44 0 50 0 78 0 94 0 72 0 0 0-9999 +USW00094728196011PRCP 384 0 0 0 0T 0 0 0 46 0 0T 0 0 0 0 0 10 0 229 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0T 0 99 0 0 0-9999 +USW00094728196011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196012TMAX 11 0 61 0 89 0 117 0 167 0 178 0 128 0 39 0 -11 0 44 0 11 0 -61 0 -67 0 -17 0 44 0 44 0 6 0 17 0 11 0 11 0 94 0 -39 0 -56 0 0 0 39 0 56 0 44 0 -33 0 17 0 44 0 67 0 +USW00094728196012TMIN -39 0 -39 0 6 0 11 0 78 0 72 0 28 0 -61 0 -89 0 -33 0 -72 0 -128 0 -133 0 -83 0 -56 0 -11 0 -50 0 -44 0 -44 0 -61 0 -39 0 -89 0 -128 0 -128 0 -22 0 -6 0 -100 0 -117 0 -33 0 -6 0 -17 0 +USW00094728196012PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 173 0 0 0 0 0 0T 0 61 0 0 0 0 0 28 0 0 0 328 0 0 0 0 0 0T 0 0 0 5 0 0 0 0 0 132 0 0T 0 0 0 +USW00094728196012SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 91 0 295 0 0 0 0 0 0 0 3 0 0 0 0 0 33 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 51 0 0T 0 0 0 +USW00094728196012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 305 0 381 0 381 0 356 0 254 0 203 0 178 0 152 0 178 0 102 0 51 0 51 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 25 0 0T 0 +USW00094728196101TMAX 61 0 22 0 17 0 0 0 11 0 72 0 128 0 72 0 -17 0 11 0 67 0 61 0 83 0 100 0 100 0 17 0 72 0 50 0 -33 0 -72 0 -61 0 -61 0 -56 0 -39 0 -72 0 -61 0 -67 0 -61 0 -22 0 -39 0 -17 0 +USW00094728196101TMIN 17 0 -17 0 -6 0 -56 0 -67 0 0 0 50 0 -28 0 -72 0 -72 0 -17 0 6 0 -11 0 56 0 -6 0 -22 0 -6 0 -33 0 -94 0 -122 0 -139 0 -117 0 -117 0 -100 0 -150 0 -117 0 -106 0 -117 0 -89 0 -94 0 -94 0 +USW00094728196101PRCP 198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 28 0 0 0 0 0 48 0 79 0 0 0 0 0 18 0 10 0 0 0 58 0 3 0 0 0 0 0 0 0 0T 0 +USW00094728196101SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0 0 0 0 112 0 140 0 0 0 0 0 13 0 13 0 0 0 89 0 8 0 0 0 0 0 0 0 0T 0 +USW00094728196101SNWD 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 25 0 0T 0 0 0 203 0 229 0 203 0 203 0 229 0 254 0 229 0 330 0 305 0 305 0 229 0 203 0 +USW00094728196102TMAX -44 0 -67 0 -22 0 11 0 44 0 50 0 50 0 22 0 94 0 56 0 11 0 0 0 22 0 94 0 67 0 39 0 56 0 89 0 172 0 61 0 50 0 111 0 89 0 183 0 139 0 122 0 167 0 122 0-9999 -9999 -9999 +USW00094728196102TMIN -161 0 -189 0 -139 0 -22 0 -61 0 -33 0 -50 0 -39 0 -6 0 11 0 -39 0 -39 0 -28 0 22 0 22 0 -11 0 -11 0 44 0 50 0 6 0 6 0 28 0 56 0 78 0 72 0 22 0 39 0 22 0-9999 -9999 -9999 +USW00094728196102PRCP 0 0 0 0 132 0 533 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 20 0 0 0 13 0 0T 0 71 0 0 0 0 0 0 0 58 0 23 0 0 0 145 0 0T 0 0 0 10 0-9999 -9999 -9999 +USW00094728196102SNOW 0 0 0 0 152 0 290 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0-9999 -9999 -9999 +USW00094728196102SNWD 203 0 203 0 178 0 584 0 610 0 559 0 483 0 432 0 406 0 305 0 279 0 279 0 203 0 127 0 102 0 102 0 102 0 51 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728196103TMAX 44 0 89 0 178 0 128 0 211 0 67 0 161 0 50 0 50 0 11 0 50 0 122 0 39 0 56 0 128 0 72 0 11 0 61 0 28 0 83 0 67 0 89 0 50 0 94 0 94 0 150 0 183 0 228 0 156 0 78 0 89 0 +USW00094728196103TMIN 6 0 11 0 50 0 67 0 39 0 28 0 33 0 0 0 -6 0 -56 0 -72 0 11 0 11 0 22 0 39 0 -50 0 -78 0 -78 0 6 0 11 0 -6 0 6 0 22 0 28 0 33 0 28 0 78 0 83 0 72 0 17 0 6 0 +USW00094728196103PRCP 81 0 0T 0 0 0 0T 0 10 0 46 0 0T 0 175 0 23 0 0T 0 0 0 0 0 46 0 208 0 0T 0 0 0 0 0 23 0 124 0 0 0 0 0 3 0 239 0 0T 0 0 0 0 0 0 0 56 0 8 0 0 0 33 0 +USW00094728196103SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 5 0 0T 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728196103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196104TMAX 67 0 78 0 83 0 111 0 133 0 117 0 122 0 106 0 111 0 78 0 111 0 128 0 50 0 122 0 150 0 94 0 128 0 67 0 61 0 161 0 194 0 222 0 222 0 178 0 278 0 244 0 172 0 156 0 133 0 156 0-9999 +USW00094728196104TMIN 11 0 22 0 11 0 22 0 39 0 67 0 44 0 28 0 17 0 39 0 61 0 50 0 22 0 44 0 61 0 56 0 56 0 33 0 33 0 33 0 67 0 117 0 117 0 111 0 94 0 100 0 83 0 89 0 56 0 50 0-9999 +USW00094728196104PRCP 30 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 249 0 0 0 13 0 122 0 0 0 0T 0 318 0 0 0 191 0 20 0 0 0 0 0 69 0 0 0 36 0 89 0 13 0 0 0 28 0 114 0 0 0-9999 +USW00094728196104SNOW 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196105TMAX 133 0 161 0 156 0 178 0 211 0 200 0 178 0 194 0 217 0 217 0 172 0 167 0 211 0 283 0 256 0 211 0 222 0 211 0 150 0 211 0 233 0 189 0 200 0 244 0 294 0 256 0 83 0 250 0 217 0 200 0 261 0 +USW00094728196105TMIN 78 0 78 0 78 0 72 0 83 0 94 0 83 0 106 0 111 0 167 0 106 0 106 0 128 0 150 0 161 0 156 0 94 0 106 0 83 0 100 0 117 0 117 0 106 0 111 0 156 0 83 0 50 0 61 0 122 0 78 0 83 0 +USW00094728196105PRCP 28 0 36 0 0 0 0T 0 0 0 97 0 41 0 36 0 10 0 0T 0 13 0 38 0 0T 0 0 0 0 0 61 0 0 0 0T 0 8 0 0 0 0 0 102 0 0T 0 0 0 0 0 282 0 155 0 8 0 3 0 0 0 0 0 +USW00094728196105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196106TMAX 261 0 322 0 261 0 267 0 300 0 317 0 239 0 261 0 267 0 311 0 289 0 311 0 356 0 311 0 189 0 233 0 267 0 267 0 283 0 289 0 222 0 228 0 278 0 244 0 256 0 267 0 250 0 283 0 306 0 339 0-9999 +USW00094728196106TMIN 172 0 222 0 161 0 128 0 167 0 189 0 150 0 150 0 206 0 206 0 194 0 200 0 239 0 117 0 122 0 122 0 133 0 167 0 178 0 178 0 183 0 183 0 200 0 156 0 167 0 161 0 161 0 178 0 189 0 200 0-9999 +USW00094728196106PRCP 3 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 18 0 41 0 0 0 0T 0 0 0 132 0 0T 0 0 0 0 0 0 0 0 0 0 0 165 0 244 0 0 0 13 0 38 0 5 0 38 0 0 0 0 0 0 0-9999 +USW00094728196106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196107TMAX 322 0 350 0 300 0 261 0 261 0 267 0 267 0 272 0 289 0 294 0 317 0 322 0 244 0 306 0 206 0 289 0 317 0 328 0 322 0 278 0 339 0 361 0 339 0 328 0 333 0 328 0 317 0 317 0 244 0 333 0 311 0 +USW00094728196107TMIN 189 0 222 0 222 0 183 0 167 0 167 0 183 0 183 0 167 0 172 0 194 0 217 0 183 0 206 0 189 0 200 0 228 0 233 0 239 0 206 0 222 0 244 0 256 0 239 0 244 0 244 0 233 0 222 0 211 0 206 0 233 0 +USW00094728196107PRCP 0 0 20 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0T 0 264 0 3 0 0T 0 0 0 0T 0 297 0 0 0 0 0 0 0 147 0 0 0 0 0 0 0 0 0 191 0 0 0 282 0 +USW00094728196107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196108TMAX 289 0 228 0 217 0 278 0 267 0 272 0 322 0 317 0 328 0 339 0 311 0 317 0 261 0 261 0 300 0 322 0 272 0 300 0 278 0 267 0 250 0 294 0 239 0 294 0 311 0 294 0 322 0 311 0 311 0 294 0 328 0 +USW00094728196108TMIN 206 0 200 0 189 0 183 0 200 0 211 0 217 0 206 0 217 0 250 0 239 0 244 0 167 0 139 0 194 0 206 0 172 0 172 0 183 0 183 0 178 0 194 0 200 0 211 0 244 0 239 0 233 0 228 0 211 0 178 0 200 0 +USW00094728196108PRCP 0 0 3 0 163 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 145 0 0 0 76 0 8 0 0T 0 208 0 51 0 0 0 0 0 0 0 0 0 +USW00094728196108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196109TMAX 344 0 350 0 311 0 344 0 339 0 311 0 256 0 261 0 306 0 333 0 333 0 344 0 311 0 306 0 244 0 222 0 211 0 217 0 194 0 222 0 222 0 311 0 322 0 306 0 272 0 256 0 256 0 272 0 206 0 228 0-9999 +USW00094728196109TMIN 217 0 239 0 222 0 211 0 233 0 233 0 194 0 189 0 194 0 217 0 211 0 228 0 233 0 222 0 128 0 94 0 122 0 94 0 144 0 183 0 178 0 189 0 189 0 206 0 211 0 150 0 128 0 144 0 100 0 122 0-9999 +USW00094728196109PRCP 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 23 0 81 0 0 0 0 0 0 0 3 0 58 0 267 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196110TMAX 244 0 233 0 183 0 144 0 194 0 261 0 289 0 217 0 289 0 283 0 244 0 233 0 267 0 211 0 111 0 139 0 211 0 256 0 244 0 244 0 150 0 139 0 139 0 178 0 206 0 172 0 144 0 161 0 222 0 278 0 244 0 +USW00094728196110TMIN 139 0 178 0 117 0 72 0 56 0 117 0 150 0 167 0 167 0 156 0 172 0 161 0 161 0 67 0 61 0 61 0 72 0 117 0 139 0 117 0 100 0 89 0 67 0 78 0 89 0 89 0 67 0 44 0 106 0 144 0 167 0 +USW00094728196110PRCP 0 0 48 0 180 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 231 0 5 0 0T 0 0 0 0 0 0 0 0 0 8 0 8 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 79 0 0 0 +USW00094728196110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196111TMAX 178 0 144 0 211 0 250 0 256 0 194 0 161 0 128 0 78 0 61 0 100 0 167 0 172 0 167 0 172 0 133 0 167 0 83 0 72 0 50 0 67 0 94 0 122 0 133 0 133 0 144 0 122 0 22 0 44 0 83 0-9999 +USW00094728196111TMIN 67 0 50 0 139 0 161 0 167 0 133 0 78 0 44 0 17 0 0 0 -6 0 56 0 128 0 139 0 78 0 56 0 61 0 28 0 0 0 11 0 17 0 17 0 33 0 78 0 56 0 33 0 22 0 -11 0 0 0 11 0-9999 +USW00094728196111PRCP 0 0 0 0 0T 0 0T 0 0T 0 0T 0 84 0 0 0 0T 0 0 0 0 0 15 0 0T 0 102 0 0 0 150 0 10 0 0 0 0 0 127 0 0 0 0 0 0 0 201 0 0 0 0 0 0T 0 0T 0 0 0 0 0-9999 +USW00094728196111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00094728196111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196112TMAX 89 0 94 0 111 0 106 0 144 0 83 0 83 0 39 0 28 0 44 0 83 0 78 0 78 0 17 0 6 0 0 0 17 0 39 0 56 0 67 0 50 0 44 0 28 0 6 0 22 0 39 0 89 0 56 0 -22 0 -33 0 11 0 +USW00094728196112TMIN 17 0 50 0 50 0 33 0 33 0 17 0 17 0 -11 0 -22 0 -6 0 28 0 33 0 -11 0 -39 0 -78 0 -100 0 -11 0 0 0 22 0 33 0 0 0 -17 0 -33 0 -39 0 -56 0 -11 0 0 0 -17 0 -72 0 -89 0 -72 0 +USW00094728196112PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 5 0 33 0 0T 0 109 0 0T 0 0 0 0 0 0 0 84 0 267 0 38 0 0 0 0 0 0 0 58 0 89 0 0 0 0 0 0 0 89 0 0 0 0 0 0T 0 +USW00094728196112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 20 0 0 0 0T 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 71 0 86 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 +USW00094728196112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 152 0 152 0 127 0 76 0 25 0 25 0 25 0 +USW00094728196201TMAX 22 0 11 0 22 0 78 0 11 0 78 0 122 0 83 0 17 0 -39 0 -6 0 -11 0 33 0 67 0 133 0 72 0 39 0 -22 0 17 0 0 0 39 0 100 0 100 0 50 0 100 0 83 0 94 0 -39 0 -6 0 83 0 -28 0 +USW00094728196201TMIN -22 0 -44 0 -39 0 -39 0 -61 0 6 0 50 0 17 0 -39 0 -83 0 -94 0 -89 0 -72 0 -17 0 39 0 0 0 -67 0 -94 0 -56 0 -33 0 -39 0 33 0 -11 0 -39 0 17 0 28 0 -33 0 -56 0 -67 0 -89 0 -117 0 +USW00094728196201PRCP 3 0 0T 0 0T 0 0 0 0T 0 399 0 61 0 5 0 0 0 0T 0 0 0 0 0 0 0 0 0 99 0 0 0 0 0 0 0 0 0 3 0 0 0 10 0 3 0 8 0 0 0 64 0 3 0 0 0 0T 0 10 0 0 0 +USW00094728196201SNOW 3 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 +USW00094728196201SNWD 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728196202TMAX -11 0 -6 0 28 0 94 0 133 0 72 0 -33 0 44 0 61 0 17 0 -44 0 6 0 33 0 44 0 33 0 17 0 61 0 33 0 6 0 28 0 11 0 28 0 61 0 50 0 11 0 44 0 50 0 50 0-9999 -9999 -9999 +USW00094728196202TMIN -61 0 -94 0 -11 0 -6 0 39 0 -61 0 -100 0 -61 0 6 0 -128 0 -156 0 -111 0 -78 0 -6 0 -6 0 -22 0 -6 0 -39 0 -22 0 -11 0 -33 0 0 0 22 0 -22 0 -61 0 6 0 22 0 17 0-9999 -9999 -9999 +USW00094728196202PRCP 0T 0 15 0 20 0 0 0 8 0 0T 0 0 0 0 0 119 0 0T 0 0 0 0 0 0 0 188 0 3 0 18 0 0 0 0 0 58 0 0 0 18 0 33 0 10 0 132 0 0 0 211 0 58 0 58 0-9999 -9999 -9999 +USW00094728196202SNOW 0T 0 41 0 20 0 0 0 0 0 0 0 0 0 0 0 74 0 0T 0 0 0 0 0 0 0 66 0 3 0 8 0 0 0 0 0 15 0 0 0 10 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728196202SNWD 0 0 0T 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 25 0 0T 0 51 0 51 0 25 0 25 0 25 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728196203TMAX 50 0 -17 0 22 0 33 0 39 0 33 0 56 0 61 0 50 0 100 0 100 0 83 0 128 0 94 0 100 0 100 0 100 0 94 0 133 0 117 0 72 0 117 0 144 0 139 0 156 0 156 0 139 0 189 0 244 0 261 0 211 0 +USW00094728196203TMIN -83 0 -111 0 -117 0 -89 0 -17 0 11 0 11 0 0 0 0 0 6 0 11 0 17 0 44 0 28 0 39 0 22 0 22 0 17 0 22 0 33 0 17 0 17 0 39 0 11 0 39 0 56 0 39 0 61 0 100 0 117 0 139 0 +USW00094728196203PRCP 0 0 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 0T 0 0T 0 0T 0 592 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 +USW00094728196203SNOW 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196203SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196204TMAX 161 0 122 0 94 0 117 0 161 0 167 0 150 0 167 0 161 0 172 0 139 0 89 0 61 0 122 0 72 0 78 0 117 0 144 0 161 0 156 0 228 0 300 0 222 0 189 0 289 0 217 0 328 0 317 0 267 0 106 0-9999 +USW00094728196204TMIN 72 0 39 0 17 0 17 0 44 0 78 0 106 0 117 0 83 0 78 0 78 0 44 0 33 0 44 0 28 0 17 0 11 0 44 0 61 0 56 0 67 0 128 0 89 0 61 0 89 0 72 0 106 0 167 0 106 0 72 0-9999 +USW00094728196204PRCP 328 0 0 0 0 0 0 0 0 0 0T 0 226 0 15 0 64 0 0 0 0T 0 15 0 33 0 0 0 46 0 0 0 0 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0-9999 +USW00094728196204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196205TMAX 89 0 72 0 211 0 256 0 278 0 239 0 206 0 94 0 183 0 217 0 183 0 228 0 189 0 233 0 244 0 222 0 261 0 317 0 372 0 322 0 306 0 250 0 272 0 294 0 289 0 289 0 256 0 189 0 228 0 283 0 322 0 +USW00094728196205TMIN 67 0 56 0 67 0 122 0 122 0 111 0 94 0 61 0 56 0 61 0 94 0 94 0 78 0 89 0 122 0 122 0 128 0 133 0 144 0 178 0 178 0 139 0 139 0 161 0 172 0 172 0 150 0 139 0 144 0 161 0 206 0 +USW00094728196205PRCP 0T 0 104 0 23 0 0 0 0 0 3 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 38 0 0 0 0T 0 0 0 0 0 124 0 0 0 0 0 0 0 0T 0 0 0 0T 0 10 0 +USW00094728196205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196206TMAX 333 0 283 0 289 0 256 0 194 0 278 0 272 0 300 0 283 0 317 0 317 0 250 0 144 0 217 0 256 0 328 0 328 0 339 0 339 0 244 0 267 0 233 0 272 0 250 0 306 0 300 0 283 0 267 0 294 0 311 0-9999 +USW00094728196206TMIN 200 0 167 0 128 0 167 0 161 0 156 0 144 0 150 0 139 0 189 0 200 0 144 0 128 0 117 0 144 0 167 0 200 0 233 0 217 0 194 0 178 0 178 0 189 0 189 0 194 0 189 0 178 0 150 0 167 0 178 0-9999 +USW00094728196206PRCP 0 0 0 0 0 0 0 0 163 0 10 0 0 0 0 0 0 0 0 0 0 0 135 0 160 0 0 0 0T 0 0 0 0 0 0 0 13 0 23 0 0 0 0 0 23 0 335 0 0 0 86 0 0 0 0 0 0 0 0 0-9999 +USW00094728196206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196206WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728196207TMAX 311 0 306 0 272 0 283 0 244 0 272 0 322 0 356 0 350 0 322 0 322 0 300 0 322 0 283 0 317 0 244 0 233 0 189 0 311 0 294 0 328 0 294 0 250 0 261 0 250 0 294 0 256 0 294 0 278 0 272 0 272 0 +USW00094728196207TMIN 194 0 172 0 178 0 172 0 172 0 172 0 183 0 211 0 211 0 183 0 194 0 211 0 194 0 178 0 167 0 183 0 167 0 161 0 156 0 189 0 200 0 194 0 161 0 161 0 167 0 167 0 139 0 156 0 189 0 183 0 189 0 +USW00094728196207PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 102 0 0 0 0 0 8 0 102 0 213 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728196207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196207WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196208TMAX 311 0 306 0 300 0 267 0 294 0 311 0 289 0 322 0 233 0 156 0 200 0 267 0 267 0 289 0 278 0 267 0 267 0 256 0 272 0 328 0 278 0 250 0 250 0 244 0 261 0 283 0 294 0 233 0 283 0 306 0 278 0 +USW00094728196208TMIN 211 0 183 0 189 0 189 0 183 0 217 0 222 0 194 0 150 0 133 0 133 0 144 0 167 0 200 0 172 0 178 0 183 0 156 0 156 0 183 0 194 0 178 0 144 0 156 0 178 0 167 0 189 0 172 0 178 0 183 0 189 0 +USW00094728196208PRCP 0 0 0 0 0 0 0T 0 0 0 0T 0 157 0 0 0 211 0 33 0 8 0 0 0 0 0 0T 0 0 0 66 0 241 0 0 0 0 0 53 0 185 0 0 0 0 0 0 0 0 0 0 0 0 0 404 0 91 0 0 0 0 0 +USW00094728196208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196208WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196209TMAX 289 0 244 0 250 0 239 0 172 0 228 0 222 0 244 0 256 0 294 0 272 0 267 0 278 0 311 0 267 0 261 0 206 0 228 0 200 0 183 0 167 0 172 0 200 0 211 0 200 0 228 0 178 0 167 0 200 0 222 0-9999 +USW00094728196209TMIN 194 0 172 0 156 0 150 0 139 0 117 0 106 0 128 0 156 0 200 0 194 0 156 0 167 0 189 0 156 0 139 0 172 0 139 0 111 0 83 0 56 0 83 0 117 0 117 0 117 0 144 0 128 0 122 0 117 0 100 0-9999 +USW00094728196209PRCP 0T 0 43 0 0 0 5 0 196 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 13 0 0 0 0 0 74 0 0T 0 33 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 366 0 58 0 0 0 0 0-9999 +USW00094728196209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196210TMAX 233 0 244 0 233 0 211 0 194 0 156 0 189 0 217 0 167 0 211 0 256 0 294 0 189 0 194 0 189 0 239 0 228 0 189 0 200 0 217 0 217 0 189 0 156 0 122 0 78 0 39 0 100 0 194 0 144 0 133 0 156 0 +USW00094728196210TMIN 111 0 117 0 117 0 156 0 156 0 128 0 128 0 117 0 111 0 106 0 144 0 161 0 111 0 89 0 122 0 144 0 117 0 94 0 100 0 100 0 100 0 67 0 83 0 44 0 22 0 11 0 11 0 50 0 33 0 22 0 83 0 +USW00094728196210PRCP 0 0 0 0 0 0 64 0 292 0 58 0 0 0 0T 0 58 0 13 0 15 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 0 0 84 0 81 0 0 0 0 0 13 0 104 0 8 0 +USW00094728196210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196211TMAX 128 0 117 0 72 0 72 0 89 0 61 0 106 0 150 0 106 0 144 0 117 0 106 0 67 0 72 0 100 0 122 0 89 0 50 0 50 0 33 0 100 0 94 0 83 0 94 0 56 0 78 0 89 0 122 0 150 0 167 0-9999 +USW00094728196211TMIN 56 0 33 0 33 0 17 0 22 0 11 0 -6 0 67 0 72 0 78 0 44 0 22 0 22 0 11 0 0 0 6 0 44 0 11 0 -22 0 6 0 22 0 39 0 22 0 33 0 22 0 0 0 17 0 50 0 61 0 50 0-9999 +USW00094728196211PRCP 5 0 0 0 147 0 0 0 0 0 0 0 0 0 0 0 0T 0 409 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 152 0 0 0 5 0 127 0 155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196211SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196211WT16 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196211WT18-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196212TMAX 200 0 128 0 106 0 111 0 72 0 117 0 22 0 61 0 28 0 0 0 -33 0 -39 0 -50 0 -39 0 -28 0 -6 0 11 0 39 0 50 0 50 0 -22 0 28 0 39 0 11 0 17 0 56 0 6 0 33 0 44 0 17 0 -106 0 +USW00094728196212TMIN 50 0 67 0 33 0 22 0 56 0 17 0 0 0 6 0 0 0 -56 0 -78 0 -89 0 -106 0 -89 0 -100 0 -50 0 -56 0 11 0 28 0 -100 0 -122 0 -22 0 -6 0 -44 0 -44 0 -28 0 -50 0 -33 0 -17 0 -150 0 -156 0 +USW00094728196212PRCP 0 0 0 0 0 0 0 0 168 0 117 0 0T 0 0T 0 25 0 3 0 0 0 0 0 0 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 41 0 97 0 0T 0 0 0 25 0 8 0 0T 0 0 0 89 0 0 0 0 0 +USW00094728196212SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 28 0 3 0 0 0 0 0 0 0 0T 0 0T 0 8 0 0 0 0 0 0 0 0 0 41 0 28 0 0T 0 0 0 8 0 0 0 0T 0 0 0 0T 0 0 0 0 0 +USW00094728196212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 76 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196301TMAX -44 0 0 0 33 0 39 0 28 0 50 0 39 0 56 0 50 0 106 0 72 0 44 0 33 0 -17 0 28 0 17 0 89 0 44 0 28 0 83 0 78 0 17 0 78 0 -67 0 -50 0 0 0 11 0 -50 0 -39 0 -17 0 -11 0 +USW00094728196301TMIN -122 0 -56 0 -44 0 0 0 -17 0 11 0 -6 0 17 0 22 0 28 0 39 0 22 0 -33 0 -72 0 -44 0 -78 0 -17 0 17 0 0 0 28 0 -100 0 -111 0 -67 0 -156 0 -139 0 -83 0 -67 0 -111 0 -122 0 -56 0 -61 0 +USW00094728196301PRCP 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 64 0 38 0 0 0 0 0 0 0 0 0 3 0 38 0 97 0 3 0 0 0 81 0 0T 0 0 0 66 0 61 0 0 0 0 0 18 0 0T 0 +USW00094728196301SNOW 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 76 0 30 0 0 0 0 0 23 0 0T 0 +USW00094728196301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 102 0 102 0 102 0 76 0 102 0 +USW00094728196301WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728196301WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X +USW00094728196301WT18-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X +USW00094728196302TMAX -22 0 44 0 33 0 -28 0 44 0 100 0 67 0 -39 0 11 0 44 0 72 0 44 0 -6 0 22 0 -33 0 -44 0 11 0 106 0 61 0 83 0 83 0 -61 0 -22 0 44 0 6 0 -17 0 -6 0 22 0-9999 -9999 -9999 +USW00094728196302TMIN -78 0 -17 0 -106 0 -122 0 -28 0 0 0 -39 0 -189 0 -117 0 -11 0 22 0 -6 0 -33 0 -44 0 -111 0 -122 0 -100 0 -22 0 11 0 22 0 -100 0 -133 0 -117 0 -33 0 -56 0 -94 0 -117 0 -56 0-9999 -9999 -9999 +USW00094728196302PRCP 0 0 84 0 10 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 36 0 239 0 0T 0 0T 0 0 0 0 0 0 0 0 0 246 0 0 0 0T 0 0 0 0 0 28 0 5 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00094728196302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 64 0 0 0 0T 0 0 0 0 0 25 0 5 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00094728196302SNWD 102 0 102 0 51 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 51 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728196303TMAX 11 0 33 0 83 0 100 0 67 0 78 0 83 0 94 0 122 0 111 0 28 0 39 0 50 0 83 0 89 0 94 0 122 0 94 0 78 0 39 0 61 0 83 0 78 0 144 0 261 0 183 0 161 0 228 0 133 0 156 0 194 0 +USW00094728196303TMIN -33 0 -11 0 -11 0 39 0 28 0 17 0 28 0 22 0 33 0 17 0 -28 0 11 0 33 0 11 0 -17 0 11 0 44 0 17 0 -6 0 17 0 0 0 17 0 -11 0 33 0 78 0 100 0 94 0 100 0 56 0 67 0 78 0 +USW00094728196303PRCP 142 0 46 0 0 0 51 0 3 0 254 0 0T 0 0T 0 0 0 3 0 30 0 102 0 3 0 0 0 0 0 36 0 53 0 0 0 36 0 99 0 5 0 0 0 0 0 0 0 0 0 53 0 3 0 0 0 0 0 0T 0 0 0 +USW00094728196303SNOW 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196303SNWD 0 0 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196303WT04 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196303WT06 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196303WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 +USW00094728196303WT18 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196304TMAX 117 0 267 0 211 0 200 0 100 0 167 0 189 0 167 0 128 0 89 0 106 0 194 0 206 0 183 0 183 0 200 0 167 0 272 0 200 0 267 0 200 0 156 0 100 0 122 0 156 0 172 0 200 0 200 0 172 0 144 0-9999 +USW00094728196304TMIN 72 0 89 0 67 0 33 0 11 0 33 0 67 0 39 0 44 0 33 0 44 0 67 0 78 0 67 0 50 0 61 0 94 0 100 0 111 0 117 0 111 0 56 0 50 0 67 0 44 0 72 0 56 0 89 0 78 0 89 0-9999 +USW00094728196304PRCP 0T 0 13 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 43 0 0T 0 0 0 0T 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0T 0 226 0-9999 +USW00094728196304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196304WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196304WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196304WT16 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00094728196305TMAX 144 0 183 0 267 0 300 0 294 0 206 0 250 0 294 0 300 0 228 0 111 0 178 0 194 0 244 0 239 0 239 0 206 0 150 0 272 0 294 0 189 0 228 0 161 0 178 0 189 0 150 0 228 0 178 0 172 0 267 0 272 0 +USW00094728196305TMIN 33 0 39 0 89 0 144 0 122 0 106 0 106 0 144 0 194 0 78 0 56 0 61 0 78 0 100 0 117 0 122 0 133 0 122 0 128 0 133 0 117 0 111 0 61 0 39 0 78 0 100 0 83 0 111 0 133 0 150 0 133 0 +USW00094728196305PRCP 20 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 8 0 71 0 23 0 0T 0 10 0 71 0 0 0 0 0 0T 0 163 0 0 0 74 0 0T 0 0 0 0 0 0 0 0 0 10 0 0 0 0T 0 91 0 0T 0 0 0 +USW00094728196305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196305WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196305WT16 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 +USW00094728196306TMAX 272 0 261 0 206 0 256 0 267 0 289 0 228 0 222 0 306 0 244 0 233 0 189 0 267 0 206 0 194 0 261 0 267 0 300 0 300 0 272 0 211 0 261 0 306 0 322 0 350 0 356 0 350 0 344 0 228 0 306 0-9999 +USW00094728196306TMIN 161 0 133 0 144 0 161 0 167 0 178 0 144 0 139 0 172 0 167 0 133 0 133 0 128 0 156 0 144 0 128 0 150 0 167 0 178 0 183 0 128 0 122 0 144 0 183 0 200 0 206 0 222 0 228 0 200 0 200 0-9999 +USW00094728196306PRCP 0 0 0 0 234 0 0 0 0 0 5 0 69 0 0 0 5 0 13 0 8 0 0T 0 0 0 71 0 81 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 203 0 0T 0-9999 +USW00094728196306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196306WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728196306WT16-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00094728196307TMAX 367 0 344 0 289 0 278 0 300 0 289 0 272 0 256 0 256 0 256 0 283 0 283 0 256 0 228 0 300 0 311 0 333 0 344 0 361 0 283 0 278 0 244 0 283 0 333 0 328 0 356 0 367 0 350 0 322 0 300 0 294 0 +USW00094728196307TMIN 228 0 200 0 172 0 150 0 172 0 167 0 178 0 161 0 122 0 150 0 172 0 178 0 167 0 161 0 189 0 206 0 217 0 250 0 206 0 206 0 211 0 189 0 189 0 189 0 211 0 222 0 239 0 239 0 222 0 206 0 172 0 +USW00094728196307PRCP 0 0 8 0 0 0 0 0 0 0 0 0 13 0 97 0 0 0 0 0 0 0 0 0 5 0 135 0 3 0 0 0 0T 0 0 0 89 0 107 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 89 0 0 0 +USW00094728196307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196308TMAX 272 0 261 0 294 0 311 0 267 0 306 0 311 0 294 0 311 0 283 0 289 0 289 0 233 0 222 0 261 0 267 0 256 0 250 0 250 0 272 0 289 0 300 0 300 0 261 0 244 0 250 0 267 0 272 0 244 0 278 0 283 0 +USW00094728196308TMIN 172 0 172 0 189 0 211 0 183 0 178 0 194 0 189 0 194 0 189 0 144 0 144 0 189 0 150 0 128 0 150 0 172 0 161 0 139 0 172 0 206 0 217 0 217 0 150 0 117 0 128 0 150 0 161 0 183 0 194 0 167 0 +USW00094728196308PRCP 345 0 0 0 3 0 15 0 0 0 0 0 3 0 0T 0 0T 0 0T 0 122 0 0 0 69 0 0 0 0 0 0 0 0 0 15 0 15 0 198 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 +USW00094728196308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196309TMAX 267 0 278 0 278 0 256 0 172 0 133 0 256 0 267 0 289 0 283 0 239 0 294 0 183 0 178 0 167 0 178 0 183 0 211 0 306 0 261 0 178 0 178 0 139 0 167 0 194 0 244 0 283 0 256 0 183 0 183 0-9999 +USW00094728196309TMIN 133 0 128 0 183 0 167 0 106 0 94 0 111 0 156 0 161 0 161 0 117 0 183 0 78 0 89 0 89 0 117 0 156 0 161 0 172 0 139 0 122 0 83 0 67 0 44 0 78 0 94 0 133 0 150 0 117 0 78 0-9999 +USW00094728196309PRCP 0 0 0 0 5 0 64 0 0T 0 81 0 0 0 0 0 0 0 0 0 0 0 58 0 48 0 0 0 0 0 46 0 112 0 28 0 0 0 5 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 554 0 0 0-9999 +USW00094728196309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196310TMAX 206 0 244 0 244 0 172 0 206 0 272 0 283 0 206 0 183 0 194 0 239 0 194 0 189 0 244 0 261 0 283 0 283 0 244 0 283 0 222 0 267 0 156 0 194 0 250 0 261 0 256 0 278 0 189 0 133 0 100 0 172 0 +USW00094728196310TMIN 89 0 122 0 133 0 89 0 61 0 111 0 144 0 133 0 100 0 78 0 94 0 89 0 78 0 94 0 122 0 133 0 139 0 122 0 144 0 144 0 139 0 100 0 100 0 106 0 133 0 156 0 161 0 106 0 61 0 33 0 50 0 +USW00094728196310PRCP 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0T 0 +USW00094728196310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196311TMAX 117 0 89 0 100 0 144 0 156 0 139 0 144 0 144 0 150 0 150 0 156 0 122 0 94 0 89 0 89 0 139 0 156 0 206 0 161 0 117 0 133 0 178 0 183 0 117 0 78 0 89 0 161 0 128 0 161 0 144 0-9999 +USW00094728196311TMIN 89 0 39 0 33 0 39 0 83 0 111 0 128 0 117 0 117 0 100 0 94 0 56 0 39 0 22 0 17 0 33 0 106 0 106 0 72 0 56 0 89 0 106 0 117 0 28 0 17 0 28 0 67 0 78 0 83 0 11 0-9999 +USW00094728196311PRCP 142 0 46 0 0 0 0 0 18 0 323 0 752 0 51 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 203 0 0 0 0 0 0 0 0 0 0 0 511 0 10 0-9999 +USW00094728196311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00094728196311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196312TMAX 33 0 44 0 39 0 44 0 61 0 56 0 94 0 128 0 83 0 39 0 28 0 22 0 28 0 28 0 -17 0 -28 0 -17 0 -11 0 -11 0 -33 0 -56 0 22 0 0 0 22 0 39 0 72 0 11 0 17 0 6 0 -39 0 -22 0 +USW00094728196312TMIN -17 0 0 0 22 0 11 0 17 0 39 0 39 0 56 0 6 0 6 0 -11 0 -28 0 -28 0 -61 0 -78 0 -72 0 -67 0 -50 0 -89 0 -117 0 -117 0 -61 0 -22 0 -39 0 6 0 -11 0 -39 0 -44 0 -56 0 -78 0 -89 0 +USW00094728196312PRCP 0T 0 28 0 0T 0 0 0 0 0 0 0 0 0 206 0 25 0 0T 0 0 0 81 0 0 0 13 0 0 0 0 0 0 0 36 0 0T 0 0 0 0 0 0 0 152 0 20 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 +USW00094728196312SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 58 0 0 0 0T 0 0 0 0 0 0 0 36 0 0T 0 0 0 0 0 0 0 152 0 15 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 +USW00094728196312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 25 0 25 0 25 0 0T 0 0T 0 152 0 152 0 127 0 102 0 127 0 127 0 76 0 51 0 +USW00094728196401TMAX 67 0 33 0 94 0 78 0 67 0 111 0 61 0 50 0 100 0 89 0 22 0 -28 0 -56 0 -56 0 -11 0 28 0 33 0 44 0 78 0 61 0 106 0 94 0 78 0 111 0 128 0 83 0 78 0 50 0 17 0 44 0 33 0 +USW00094728196401TMIN -39 0 22 0 22 0 28 0 17 0 22 0 11 0 -6 0 17 0 -50 0 -50 0 -78 0 -117 0 -128 0 -106 0 -67 0 -6 0 -11 0 17 0 39 0 50 0 39 0 22 0 44 0 39 0 6 0 0 0 -61 0 -78 0 -11 0 -22 0 +USW00094728196401PRCP 112 0 0 0 0 0 0 0 0 0 0T 0 38 0 0 0 277 0 0T 0 0 0 20 0 203 0 0T 0 0 0 0 0 0 0 0 0 0 0 328 0 5 0 0 0 0 0 0 0 175 0 0 0 0 0 15 0 0 0 0T 0 0T 0 +USW00094728196401SNOW 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 292 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0T 0 0T 0 +USW00094728196401SNWD 51 0 51 0 51 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 127 0 330 0 330 0 330 0 254 0 203 0 127 0 102 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 +USW00094728196402TMAX 33 0 67 0 0 0 72 0 111 0 67 0 83 0 50 0 22 0 -17 0 -22 0 50 0 39 0 61 0 39 0 22 0 22 0 44 0 11 0 44 0 17 0 0 0 28 0 50 0 11 0 83 0 17 0 39 0 61 0-9999 -9999 +USW00094728196402TMIN 11 0 -44 0 -67 0 -67 0 39 0 22 0 28 0 -17 0 -22 0 -56 0 -56 0 -44 0 -11 0 -11 0 -28 0 -28 0 -56 0 -6 0 -17 0 -22 0 -56 0 -72 0 -72 0 -50 0 -72 0 -6 0 -28 0 -28 0 -11 0-9999 -9999 +USW00094728196402PRCP 53 0 0 0 0 0 0 0 0 0 203 0 20 0 25 0 0 0 38 0 10 0 0 0 3 0 0 0 30 0 132 0 0 0 13 0 168 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 3 0-9999 -9999 +USW00094728196402SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 61 0 13 0 0 0 3 0 0 0 25 0 15 0 0 0 10 0 152 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 5 0-9999 -9999 +USW00094728196402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 51 0 51 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 76 0 152 0 127 0 127 0 102 0 76 0 25 0 25 0 0T 0 0 0 51 0-9999 -9999 +USW00094728196403TMAX 100 0 139 0 106 0 122 0 217 0 94 0 128 0 94 0 150 0 117 0 22 0 11 0 94 0 100 0 139 0 106 0 122 0 50 0 72 0 111 0 56 0 100 0 117 0 111 0 239 0 150 0 89 0 94 0 111 0 50 0 33 0 +USW00094728196403TMIN 6 0 44 0 67 0 56 0 78 0 33 0 39 0 39 0 33 0 11 0 -11 0 -17 0 0 0 28 0 44 0 39 0 44 0 -39 0 -44 0 -11 0 6 0 0 0 33 0 28 0 78 0 33 0 6 0 28 0 11 0 -17 0 -56 0 +USW00094728196403PRCP 0 0 0 0 23 0 48 0 18 0 0 0 0T 0 3 0 20 0 130 0 0T 0 66 0 0 0 0T 0 8 0 0 0 0T 0 0T 0 0 0 0 0 38 0 104 0 0 0 0 0 0 0 41 0 0 0 150 0 5 0 0 0 0 0 +USW00094728196403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 28 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 33 0 91 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196403SNWD 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196404TMAX 67 0 100 0 217 0 72 0 106 0 89 0 122 0 150 0 83 0 172 0 167 0 139 0 178 0 150 0 144 0 178 0 200 0 300 0 167 0 83 0 67 0 83 0 217 0 167 0 150 0 172 0 172 0 139 0 83 0 111 0-9999 +USW00094728196404TMIN -22 0 6 0 17 0 -6 0 -17 0 28 0 78 0 83 0 33 0 28 0 72 0 67 0 61 0 117 0 72 0 39 0 106 0 106 0 83 0 44 0 39 0 50 0 78 0 83 0 78 0 67 0 67 0 83 0 56 0 56 0-9999 +USW00094728196404PRCP 0 0 28 0 41 0 0 0 0 0 254 0 109 0 152 0 0T 0 0 0 0 0 0 0 3 0 188 0 79 0 0 0 0 0 0T 0 89 0 122 0 0T 0 38 0 0T 0 0 0 0 0 0 0 3 0 107 0 74 0 8 0-9999 +USW00094728196404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196405TMAX 156 0 150 0 183 0 206 0 222 0 217 0 278 0 306 0 311 0 228 0 261 0 244 0 194 0 239 0 183 0 244 0 272 0 278 0 317 0 244 0 217 0 283 0 344 0 328 0 261 0 278 0 278 0 217 0 206 0 228 0 211 0 +USW00094728196405TMIN 72 0 61 0 61 0 83 0 89 0 94 0 111 0 183 0 217 0 167 0 139 0 144 0 139 0 111 0 94 0 100 0 139 0 156 0 167 0 111 0 89 0 111 0 194 0 211 0 172 0 128 0 156 0 117 0 94 0 89 0 122 0 +USW00094728196405PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 66 0 64 0 15 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728196405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196406TMAX 167 0 211 0 200 0 233 0 233 0 200 0 256 0 228 0 244 0 333 0 272 0 283 0 272 0 328 0 278 0 217 0 267 0 283 0 267 0 339 0 328 0 289 0 256 0 283 0 267 0 300 0 344 0 300 0 322 0 372 0-9999 +USW00094728196406TMIN 111 0 122 0 111 0 117 0 106 0 122 0 139 0 178 0 167 0 172 0 156 0 161 0 200 0 206 0 189 0 150 0 117 0 156 0 183 0 228 0 244 0 200 0 183 0 194 0 178 0 161 0 211 0 189 0 178 0 200 0-9999 +USW00094728196406PRCP 30 0 3 0 165 0 0 0 0 0 36 0 89 0 25 0 0 0 0 0 0 0 0 0 0T 0 0 0 107 0 0 0 0 0 0 0 193 0 0 0 0 0 30 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00094728196406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196407TMAX 372 0 328 0 339 0 278 0 294 0 311 0 317 0 244 0 172 0 300 0 272 0 278 0 194 0 306 0 317 0 294 0 322 0 333 0 328 0 289 0 294 0 272 0 306 0 206 0 222 0 244 0 317 0 306 0 328 0 294 0 272 0 +USW00094728196407TMIN 250 0 217 0 239 0 189 0 161 0 178 0 178 0 167 0 161 0 161 0 178 0 194 0 167 0 194 0 194 0 211 0 211 0 228 0 228 0 206 0 200 0 206 0 200 0 172 0 161 0 161 0 206 0 217 0 211 0 178 0 167 0 +USW00094728196407PRCP 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 267 0 277 0 0T 0 0 0 0 0 262 0 8 0 8 0 0 0 0 0 0 0 0 0 0 0 8 0 28 0 8 0 18 0 0T 0 0 0 0 0 0 0 178 0 0 0 0 0 +USW00094728196407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196408TMAX 278 0 278 0 244 0 272 0 272 0 300 0 289 0 311 0 244 0 244 0 272 0 317 0 244 0 250 0 267 0 267 0 272 0 294 0 261 0 267 0 250 0 333 0 317 0 328 0 300 0 317 0 289 0 283 0 328 0 328 0 283 0 +USW00094728196408TMIN 150 0 189 0 161 0 139 0 167 0 161 0 161 0 189 0 150 0 133 0 194 0 194 0 150 0 122 0 122 0 167 0 167 0 167 0 144 0 139 0 161 0 194 0 228 0 217 0 189 0 178 0 161 0 156 0 194 0 211 0 233 0 +USW00094728196408PRCP 0T 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0T 0 33 0 0 0 0T 0 0T 0 20 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728196408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196409TMAX 294 0 267 0 294 0 333 0 317 0 278 0 278 0 289 0 333 0 306 0 333 0 217 0 156 0 239 0 239 0 189 0 278 0 294 0 206 0 189 0 211 0 222 0 300 0 272 0 206 0 233 0 228 0 194 0 139 0 161 0-9999 +USW00094728196409TMIN 183 0 144 0 156 0 172 0 189 0 150 0 144 0 172 0 172 0 189 0 172 0 144 0 117 0 89 0 106 0 89 0 150 0 161 0 128 0 117 0 111 0 139 0 167 0 161 0 117 0 106 0 150 0 100 0 100 0 122 0-9999 +USW00094728196409PRCP 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 46 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 264 0 3 0-9999 +USW00094728196409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196410TMAX 183 0 178 0 228 0 200 0 139 0 156 0 133 0 150 0 178 0 133 0 128 0 167 0 206 0 200 0 244 0 244 0 161 0 256 0 178 0 100 0 128 0 150 0 111 0 117 0 178 0 256 0 233 0 233 0 189 0 156 0 144 0 +USW00094728196410TMIN 106 0 117 0 122 0 122 0 72 0 33 0 56 0 39 0 83 0 33 0 11 0 39 0 94 0 89 0 100 0 122 0 139 0 128 0 83 0 44 0 39 0 50 0 33 0 6 0 50 0 111 0 133 0 133 0 128 0 83 0 56 0 +USW00094728196410PRCP 0 0 122 0 53 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 160 0 5 0 0T 0 81 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196411TMAX 161 0 178 0 156 0 167 0 167 0 111 0 167 0 161 0 183 0 200 0 150 0 206 0 217 0 139 0 178 0 139 0 111 0 106 0 139 0 167 0 72 0 0 0 61 0 100 0 139 0 139 0 117 0 117 0 122 0 33 0-9999 +USW00094728196411TMIN 56 0 89 0 89 0 72 0 72 0 61 0 56 0 89 0 67 0 100 0 100 0 83 0 122 0 83 0 67 0 100 0 72 0 56 0 44 0 39 0 -22 0 -44 0 -39 0 22 0 61 0 106 0 44 0 44 0 33 0 -33 0-9999 +USW00094728196411PRCP 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 117 0 25 0 0 0 0 0 0 0 0 0 216 0 196 0 0 0 36 0 30 0 0 0-9999 +USW00094728196411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196412TMAX -22 0 33 0 67 0 50 0 33 0 11 0 -11 0 33 0 33 0 28 0 117 0 117 0 94 0 89 0 22 0 22 0 94 0 78 0 0 0 11 0 6 0 28 0 56 0 94 0 156 0 156 0 156 0 22 0 0 0 89 0 83 0 +USW00094728196412TMIN -61 0 -50 0 33 0 33 0 6 0 -56 0 -67 0 -44 0 -28 0 -50 0 17 0 67 0 56 0 22 0 -44 0 -50 0 22 0 -78 0 -83 0 -28 0 -39 0 -11 0 0 0 39 0 94 0 100 0 22 0 -17 0 -44 0 0 0 11 0 +USW00094728196412PRCP 0 0 0 0 36 0 320 0 91 0 86 0 0 0 0 0 0T 0 0 0 3 0 201 0 0T 0 3 0 0 0 0 0 5 0 8 0 0 0 66 0 0T 0 5 0 0 0 3 0 0T 0 46 0 183 0 3 0 0 0 0T 0 0 0 +USW00094728196412SNOW 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 69 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196412SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 25 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196501TMAX 17 0 -17 0 0 0 39 0 61 0 67 0 67 0 94 0 128 0 44 0 17 0 22 0 50 0 28 0 -72 0 -83 0 -89 0 -39 0 -39 0 33 0 22 0 100 0 83 0 0 0 33 0 67 0 56 0 33 0 -28 0 -67 0 -11 0 +USW00094728196501TMIN -28 0 -39 0 -50 0 -33 0 -6 0 22 0 -6 0 50 0 44 0 -28 0 -44 0 -22 0 0 0 -111 0 -122 0 -111 0 -128 0 -111 0 -83 0 -56 0 -39 0 -11 0 -44 0 -44 0 -11 0 -11 0 -39 0 -61 0 -94 0 -111 0 -100 0 +USW00094728196501PRCP 0 0 71 0 3 0 0 0 0 0 0 0 0 0 147 0 13 0 155 0 0 0 0 0 0 0 0 0 0 0 89 0 0 0 0T 0 0 0 0T 0 0 0 0 0 163 0 130 0 0 0 15 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728196501SNOW 0 0 15 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 160 0 0 0 0 0 0 0 0 0 0 0 117 0 0 0 0T 0 0 0 0T 0 0 0 0 0 25 0 56 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728196501SNWD 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 152 0 152 0 76 0 25 0 0T 0 25 0 127 0 102 0 76 0 76 0 51 0 25 0 0T 0 76 0 76 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 +USW00094728196501ACMH 50 X 100 X 40 X 0 X 60 X 40 X 70 X 100 X 100 X 100 X 20 X 60 X 90 X 20 X 60 X 100 X 40 X 50 X 10 X 70 X 10 X 40 X 100 X 100 X 60 X 80 X 60 X 50 X 30 X 40 X 0 X +USW00094728196501ACSH 60 X 100 X 30 X 0 X 50 X 30 X 50 X 100 X 100 X 100 X 20 X 80 X 90 X 20 X 60 X 100 X 20 X 50 X 0 X 60 X 0 X 50 X 100 X 100 X 60 X 100 X 50 X 40 X 50 X 80 X 0 X +USW00094728196501PSUN 37 X 0 X 100 X 100 X 56 X 95 X 71 X 0 X 4 X 0 X 90 X 3 X 4 X 97 X 59 X 0 X 86 X 54 X 100 X 49 X 100 X 53 X 0 X 0 X 33 X 0 X 36 X 53 X 54 X 1 X 100 X +USW00094728196501TSUN 210 X 0 X 564 X 564 X 318 X 534 X 402 X 0 X 24 X 0 X 516 X 18 X 24 X 552 X 342 X 0 X 498 X 312 X 582 X 282 X 588 X 312 X 0 X 0 X 198 X 0 X 216 X 318 X 324 X 6 X 606 X +USW00094728196501WDFM 315W X 360W X 315W X 315W X 225W X 315W X 135W X 180W X 270W X 360W X 360W X 225W X 180W X 270W X 360W X 360W X 315W X 225W X 270W X 270W X 270W X 225W X 45W X 45W X 270W X 90W X 270W X 225W X 270W X 270W X 270W X +USW00094728196501WSFM 112 X 67 X 165 X 121 X 54 X 98 X 72 X 72 X 80 X 89 X 67 X 76 X 76 X 130 X 98 X 134 X 76 X 58 X 80 X 85 X 80 X 76 X 125 X 116 X 80 X 72 X 103 X 94 X 94 X 58 X 76 X +USW00094728196501WT04-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196501WT06-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196501WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728196501WT18-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728196502TMAX -6 0 11 0 -44 0 -50 0 6 0 100 0 111 0 161 0 100 0 33 0 94 0 67 0 67 0 -6 0 50 0 89 0 56 0 100 0 11 0 -11 0 100 0 72 0 -22 0 39 0 111 0 17 0 17 0 94 0-9999 -9999 -9999 +USW00094728196502TMIN -78 0 -44 0 -94 0 -94 0 -106 0 6 0 28 0 89 0 33 0 22 0 28 0 44 0 -6 0 -39 0 -44 0 -6 0 -11 0 11 0 -89 0 -100 0 -22 0 -72 0 -94 0 -50 0 0 0 -44 0 -61 0 6 0-9999 -9999 -9999 +USW00094728196502PRCP 13 0 0T 0 0 0 0 0 0 0 0 0 343 0 112 0 0 0 53 0 0T 0 36 0 0 0 20 0 3 0 0 0 0 0 0 0 0T 0 0 0 0T 0 10 0 0 0 0 0 340 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728196502SNOW 23 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 25 0 5 0 0 0 0 0 0 0 0T 0 0 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728196502SNWD 0T 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728196502ACMH 70 X 40 X 0 X 0 X 60 X 100 X 100 X 70 X 40 X 100 X 90 X 100 X 50 X 100 X 20 X 40 X 60 X 60 X 50 X 10 X 80 X 50 X 10 X 40 X 90 X 70 X 40 X 0 X-9999 -9999 -9999 +USW00094728196502ACSH 90 X 20 X 0 X 0 X 80 X 100 X 100 X 60 X 20 X 100 X 80 X 100 X 30 X 100 X 0 X 40 X 30 X 60 X 50 X 0 X 60 X 30 X 0 X 30 X 90 X 70 X 40 X 0 X-9999 -9999 -9999 +USW00094728196502PSUN 14 X 76 X 100 X 98 X 18 X 0 X 0 X 64 X 89 X 0 X 20 X 0 X 84 X 0 X 100 X 77 X 77 X 72 X 65 X 100 X 61 X 96 X 100 X 84 X 6 X 30 X 55 X 100 X-9999 -9999 -9999 +USW00094728196502TSUN 84 X 468 X 612 X 600 X 108 X 0 X 0 X 396 X 558 X 0 X 132 X 0 X 534 X 0 X 642 X 498 X 498 X 468 X 420 X 654 X 396 X 630 X 660 X 558 X 36 X 204 X 372 X 672 X-9999 -9999 -9999 +USW00094728196502WDFM 225W X 315W X 270W X 270W X 135W X 225W X 135W X 135W X 360W X 90W X 270W X 90W X 315W X 45W X 225W X 225W X 135W X 270W X 315W X 315W X 225W X 315W X 315W X 45W X 45W X 270W X 270W X 270W X-9999 -9999 -9999 +USW00094728196502WSFM 80 X 89 X 89 X 89 X 89 X 58 X 89 X 89 X 76 X 76 X 63 X 72 X 80 X 72 X 76 X 80 X 63 X 89 X 148 X 112 X 63 X 139 X 89 X 94 X 143 X 112 X 94 X 76 X-9999 -9999 -9999 +USW00094728196502WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196502WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196502WT18 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196503TMAX 78 0 117 0 117 0 161 0 89 0 61 0 117 0 106 0 117 0 83 0 44 0 56 0 83 0 89 0 83 0 100 0 78 0 44 0 100 0 28 0 22 0 56 0 117 0 67 0 56 0 61 0 78 0 100 0 44 0 56 0 61 0 +USW00094728196503TMIN -22 0 6 0 33 0 50 0 28 0 28 0 50 0 50 0 44 0 33 0 -22 0 -39 0 -33 0 6 0 17 0 28 0 17 0 17 0 28 0 -44 0 -61 0 -50 0 56 0 17 0 22 0 22 0 22 0 6 0 17 0 -6 0 -33 0 +USW00094728196503PRCP 0 0 0 0 0 0 0 0 191 0 0T 0 0T 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 79 0 0T 0 66 0 56 0 8 0 43 0 0 0 0 0 41 0 0T 0 0T 0 41 0 0 0 0 0 97 0 0 0 0 0 +USW00094728196503SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 28 0 0T 0 0 0 43 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728196503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196503ACMH 0 X 10 X 30 X 20 X 100 X 100 X 70 X 70 X 70 X 80 X 20 X 10 X 0 X 40 X 80 X 60 X 60 X 100 X 50 X 90 X 20 X 30 X 80 X 80 X 100 X 100 X 30 X 10 X 100 X 40 X 0 X +USW00094728196503ACSH 0 X 0 X 40 X 30 X 100 X 100 X 80 X 90 X 60 X 80 X 10 X 0 X 0 X 40 X 80 X 70 X 80 X 100 X 50 X 100 X 20 X 50 X 90 X 80 X 100 X 100 X 10 X 10 X 100 X 40 X 0 X +USW00094728196503PSUN 100 X 100 X 88 X 100 X 6 X 3 X 48 X 9 X 61 X 33 X 100 X 100 X 100 X 85 X 22 X 52 X 55 X 0 X 58 X 0 X 95 X 83 X 19 X 24 X 34 X 0 X 100 X 100 X 0 X 77 X 100 X +USW00094728196503TSUN 678 X 678 X 600 X 684 X 42 X 18 X 336 X 66 X 426 X 234 X 702 X 708 X 708 X 606 X 156 X 372 X 396 X 0 X 420 X 0 X 690 X 606 X 138 X 180 X 252 X 6 X 750 X 750 X 0 X 582 X 756 X +USW00094728196503WDFM 360W X 360W X 90W X 135W X 45W X 360W X 315W X 360W X 270W X 315W X 315W X 270W X 315W X 270W X 45W X 315W X 270W X 45W X 270W X 360W X 270W X 180W X 225W X 45W X 45W X 45W X 315W X 135W X 90W X 315W X 315W X +USW00094728196503WSFM 94 X 76 X 54 X 58 X 130 X 58 X 85 X 49 X 54 X 112 X 116 X 107 X 67 X 63 X 67 X 121 X 85 X 80 X 89 X 67 X 98 X 98 X 76 X 67 X 80 X 89 X 152 X 67 X 80 X 112 X 94 X +USW00094728196503WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 +USW00094728196503WT18-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00094728196504TMAX 89 0 83 0 106 0 139 0 189 0 178 0 83 0 172 0 144 0 183 0 156 0 233 0 117 0 172 0 133 0 167 0 156 0 117 0 89 0 133 0 172 0 222 0 128 0 122 0 117 0 111 0 122 0 156 0 222 0 267 0-9999 +USW00094728196504TMIN -17 0 11 0 6 0 11 0 39 0 67 0 50 0 56 0 56 0 67 0 78 0 72 0 61 0 56 0 72 0 72 0 50 0 39 0 44 0 44 0 67 0 100 0 67 0 50 0 44 0 44 0 100 0 100 0 100 0 117 0-9999 +USW00094728196504PRCP 0 0 61 0 0 0 0 0 0 0 0 0 51 0 0T 0 91 0 0 0 0T 0 18 0 0T 0 0 0 64 0 160 0 0T 0 23 0 0 0 0 0 0T 0 0T 0 69 0 0 0 66 0 119 0 15 0 0T 0 0 0 0 0-9999 +USW00094728196504SNOW 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196504SNWD 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196504ACMH 40 X 70 X 0 X 0 X 0 X 60 X 100 X 90 X 60 X 30 X 60 X 70 X 90 X 30 X 80 X 80 X 60 X 60 X 100 X 60 X 40 X 40 X 70 X 50 X 60 X 100 X 90 X 90 X 20 X 20 X-9999 +USW00094728196504ACSH 40 X 80 X 0 X 0 X 0 X 70 X 100 X 80 X 60 X 40 X 60 X 60 X 90 X 10 X 90 X 70 X 50 X 60 X 100 X 60 X 30 X 30 X 90 X 30 X 70 X 100 X 100 X 90 X 10 X 30 X-9999 +USW00094728196504PSUN 83 X 39 X 100 X 100 X 100 X 81 X 0 X 37 X 61 X 62 X 67 X 49 X 13 X 94 X 27 X 46 X 89 X 48 X 13 X 63 X 61 X 100 X 24 X 90 X 66 X 5 X 0 X 14 X 96 X 99 X-9999 +USW00094728196504TSUN 636 X 294 X 768 X 768 X 774 X 630 X 0 X 288 X 474 X 486 X 504 X 390 X 102 X 750 X 216 X 366 X 714 X 384 X 102 X 516 X 696 X 816 X 192 X 738 X 546 X 42 X 0 X 114 X 804 X 828 X-9999 +USW00094728196504WDFM 270W X 360W X 315W X 270W X 270W X 135W X 90W X 360W X 360W X 315W X 90W X 225W X 315W X 360W X 135W X 315W X 270W X 315W X 360W X 360W X 135W X 270W X 45W X 360W X 135W X 180W X 45W X 360W X 315W X 315W X-9999 +USW00094728196504WSFM 67 X 76 X 125 X 76 X 63 X 54 X 72 X 67 X 89 X 63 X 72 X 125 X 130 X 94 X 98 X 116 X 107 X 107 X 63 X 49 X 80 X 76 X 85 X 94 X 72 X 63 X 72 X 54 X 58 X 89 X-9999 +USW00094728196504WT03-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196504WT16-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728196504WT18-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196505TMAX 217 0 250 0 217 0 322 0 167 0 256 0 111 0 156 0 256 0 333 0 311 0 256 0 267 0 233 0 278 0 306 0 283 0 228 0 211 0 267 0 222 0 267 0 261 0 211 0 261 0 344 0 333 0 283 0 200 0 194 0 233 0 +USW00094728196505TMIN 122 0 117 0 150 0 156 0 100 0 106 0 78 0 83 0 122 0 178 0 172 0 133 0 144 0 106 0 111 0 156 0 178 0 133 0 122 0 117 0 111 0 117 0 156 0 117 0 128 0 194 0 206 0 200 0 111 0 89 0 94 0 +USW00094728196505PRCP 0 0 178 0 0 0 0 0 23 0 0 0 81 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 3 0 0 0 0 0 28 0 0 0 0 0 0 0 0T 0 15 0 0T 0 74 0 0 0 0 0 +USW00094728196505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196505ACMH 40 X 50 X 40 X 60 X 50 X 30 X 90 X 100 X 60 X 50 X 60 X 30 X 20 X 0 X 10 X 40 X 70 X 40 X 30 X 30 X 20 X 80 X 60 X 40 X 60 X 50 X 60 X 50 X 70 X 40 X 20 X +USW00094728196505ACSH 40 X 40 X 40 X 60 X 60 X 40 X 100 X 100 X 60 X 50 X 60 X 20 X 30 X 0 X 0 X 40 X 60 X 40 X 30 X 40 X 0 X 70 X 50 X 40 X 60 X 50 X 60 X 50 X 80 X 40 X 30 X +USW00094728196505PSUN 93 X 83 X 100 X 81 X 71 X 100 X 17 X 8 X 56 X 65 X 60 X 90 X 93 X 100 X 100 X 87 X 41 X 70 X 87 X 89 X 100 X 43 X 76 X 98 X 67 X 67 X 72 X 74 X 32 X 74 X 83 X +USW00094728196505TSUN 780 X 696 X 840 X 684 X 600 X 846 X 144 X 66 X 486 X 558 X 516 X 780 X 798 X 864 X 870 X 756 X 360 X 606 X 762 X 780 X 876 X 384 X 672 X 864 X 588 X 594 X 642 X 654 X 282 X 654 X 744 X +USW00094728196505WDFM 360W X 225W X 90W X 360W X 360W X 90W X 90W X 135W X 225W X 180W X 225W X 135W X 360W X 360W X 135W X 225W X 270W X 270W X 135W X 360W X 45W X 180W X 135W X 45W X 225W X 225W X 225W X 270W X 315W X 225W X 270W X +USW00094728196505WSFM 80 X 58 X 58 X 72 X 76 X 76 X 49 X 58 X 67 X 76 X 76 X 63 X 76 X 80 X 72 X 72 X 107 X 72 X 76 X 49 X 80 X 76 X 54 X 76 X 76 X 76 X 103 X 80 X 76 X 63 X 72 X +USW00094728196505WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728196505WT16-9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00094728196506TMAX 250 0 211 0 211 0 233 0 272 0 278 0 311 0 322 0 283 0 311 0 272 0 289 0 200 0 189 0 167 0 167 0 228 0 228 0 267 0 317 0 322 0 328 0 339 0 278 0 261 0 261 0 261 0 311 0 350 0 250 0-9999 +USW00094728196506TMIN 139 0 133 0 111 0 111 0 139 0 144 0 183 0 211 0 211 0 211 0 150 0 156 0 139 0 122 0 128 0 117 0 117 0 133 0 128 0 156 0 189 0 200 0 200 0 178 0 144 0 156 0 144 0 161 0 222 0 189 0-9999 +USW00094728196506PRCP 119 0 102 0 38 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 18 0 0T 0 13 0 3 0 5 0 13 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0-9999 +USW00094728196506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196506ACMH 60 X 100 X 30 X 0 X 10 X 10 X 10 X 50 X 90 X 50 X 10 X 20 X 20 X 60 X 90 X 80 X 70 X 70 X 50 X 10 X 20 X 30 X 50 X 80 X 10 X 10 X 20 X 10 X 40 X 80 X-9999 +USW00094728196506ACSH 70 X 100 X 30 X 0 X 10 X 20 X 10 X 50 X 90 X 60 X 10 X 10 X 20 X 80 X 100 X 90 X 70 X 80 X 60 X 10 X 30 X 40 X 50 X 90 X 20 X 10 X 30 X 10 X 50 X 90 X-9999 +USW00094728196506PSUN 90 X 0 X 83 X 100 X 100 X 100 X 100 X 66 X 27 X 74 X 100 X 100 X 94 X 27 X 23 X 18 X 43 X 37 X 63 X 97 X 95 X 71 X 74 X 11 X 98 X 100 X 99 X 97 X 82 X 36 X-9999 +USW00094728196506TSUN 804 X 0 X 744 X 900 X 900 X 900 X 900 X 594 X 246 X 672 X 906 X 906 X 852 X 246 X 204 X 162 X 396 X 330 X 576 X 876 X 858 X 642 X 666 X 102 X 894 X 906 X 894 X 882 X 738 X 252 X-9999 +USW00094728196506WDFM 315W X 360W X 360W X 360W X 225W X 225W X 135W X 225W X 180W X 270W X 315W X 135W X 315W X 360W X 45W X 45W X 45W X 315W X 315W X 225W X 180W X 225W X 225W X 315W X 360W X 45W X 135W X 135W X 270W X 270W X-9999 +USW00094728196506WSFM 72 X 67 X 80 X 67 X 72 X 72 X 63 X 89 X 76 X 89 X 72 X 58 X 112 X 58 X 58 X 107 X 98 X 45 X 67 X 63 X 63 X 54 X 58 X 72 X 72 X 72 X 63 X 72 X 67 X 63 X-9999 +USW00094728196506WT03 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196506WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728196507TMAX 289 0 267 0 272 0 322 0 256 0 289 0 244 0 322 0 306 0 289 0 244 0 283 0 278 0 339 0 306 0 300 0 306 0 267 0 278 0 267 0 278 0 239 0 278 0 294 0 328 0 317 0 256 0 283 0 283 0 267 0 283 0 +USW00094728196507TMIN 161 0 178 0 183 0 183 0 189 0 178 0 161 0 200 0 206 0 228 0 156 0 167 0 172 0 217 0 233 0 183 0 200 0 178 0 167 0 144 0 150 0 178 0 189 0 206 0 250 0 217 0 189 0 167 0 156 0 172 0 183 0 +USW00094728196507PRCP 0 0 0 0 43 0 0 0 5 0 3 0 0 0 25 0 0 0 0T 0 132 0 0 0 0 0 0 0 0T 0 0 0 0T 0 122 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 0 0 5 0 0T 0 0 0 0 0 0 0 +USW00094728196507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196507ACMH 10 X 20 X 80 X 20 X 70 X 30 X 60 X 60 X 40 X 90 X 100 X 40 X 30 X 50 X 60 X 10 X 50 X 100 X 40 X 10 X 0 X 60 X 80 X 60 X 70 X 30 X 80 X 40 X 30 X 40 X 50 X +USW00094728196507ACSH 0 X 10 X 80 X 20 X 90 X 30 X 60 X 50 X 40 X 80 X 100 X 30 X 10 X 40 X 70 X 0 X 50 X 100 X 20 X 10 X 0 X 70 X 80 X 80 X 80 X 30 X 90 X 40 X 30 X 40 X 40 X +USW00094728196507PSUN 100 X 100 X 38 X 97 X 33 X 94 X 73 X 74 X 91 X 24 X 0 X 94 X 94 X 89 X 72 X 95 X 64 X 11 X 95 X 100 X 100 X 32 X 47 X 53 X 60 X 100 X 21 X 72 X 78 X 72 X 57 X +USW00094728196507TSUN 906 X 900 X 342 X 876 X 300 X 852 X 660 X 660 X 810 X 216 X 0 X 834 X 840 X 798 X 642 X 846 X 570 X 96 X 840 X 882 X 876 X 282 X 414 X 462 X 528 X 870 X 180 X 624 X 672 X 618 X 492 X +USW00094728196507WDFM 360W X 135W X 180W X 135W X 135W X 360W X 90W X 270W X 135W X 270W X 360W X 45W X 225W X 225W X 270W X 135W X 180W X 90W X 360W X 315W X 90W X 180W X 180W X 180W X 270W X 270W X 225W X 135W X 135W X 45W X 135W X +USW00094728196507WSFM 72 X 89 X 72 X 63 X 67 X 63 X 80 X 45 X 76 X 45 X 45 X 58 X 63 X 80 X 49 X 63 X 76 X 63 X 58 X 67 X 49 X 80 X 76 X 54 X 45 X 63 X 63 X 72 X 45 X 72 X 67 X +USW00094728196507WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728196507WT16-9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00094728196508TMAX 239 0 250 0 250 0 289 0 250 0 278 0 317 0 300 0 283 0 311 0 278 0 311 0 278 0 306 0 306 0 311 0 300 0 300 0 311 0 289 0 267 0 200 0 283 0 278 0 278 0 239 0 328 0 300 0 211 0 211 0 222 0 +USW00094728196508TMIN 194 0 178 0 172 0 161 0 178 0 178 0 217 0 217 0 211 0 211 0 178 0 189 0 178 0 172 0 200 0 217 0 222 0 222 0 228 0 194 0 167 0 161 0 178 0 167 0 172 0 183 0 206 0 139 0 100 0 100 0 106 0 +USW00094728196508PRCP 0T 0 86 0 0 0 30 0 25 0 0 0 0 0 53 0 211 0 0T 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 43 0 8 0 0 0 0 0 221 0 0 0 0T 0 0 0 0 0 3 0 +USW00094728196508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196508ACMH 90 X 90 X 40 X 30 X 60 X 60 X 50 X 60 X 90 X 60 X 30 X 0 X 70 X 30 X 10 X 10 X 60 X 80 X 90 X 30 X 50 X 100 X 60 X 20 X 20 X 100 X 30 X 50 X 20 X 20 X 70 X +USW00094728196508ACSH 90 X 90 X 40 X 10 X 50 X 70 X 60 X 70 X 80 X 50 X 40 X 0 X 80 X 10 X 10 X 10 X 60 X 80 X 80 X 20 X 40 X 100 X 70 X 30 X 20 X 100 X 30 X 60 X 20 X 10 X 80 X +USW00094728196508PSUN 20 X 32 X 82 X 86 X 66 X 58 X 78 X 53 X 39 X 75 X 90 X 100 X 36 X 100 X 100 X 100 X 40 X 37 X 37 X 95 X 79 X 1 X 53 X 98 X 96 X 4 X 89 X 43 X 95 X 100 X 34 X +USW00094728196508TSUN 174 X 276 X 696 X 738 X 564 X 492 X 660 X 444 X 330 X 636 X 756 X 834 X 300 X 834 X 828 X 828 X 330 X 306 X 306 X 774 X 642 X 6 X 426 X 792 X 774 X 36 X 714 X 342 X 756 X 792 X 264 X +USW00094728196508WDFM 135W X 45W X 270W X 135W X 135W X 135W X 135W X 225W X 135W X 180W X 270W X 225W X 270W X 90W X 90W X 180W X 135W X 90W X 270W X 270W X 90W X 225W X 360W X 270W X 135W X 270W X 225W X 315W X 315W X 270W X 135W X +USW00094728196508WSFM 76 X 72 X 72 X 67 X 54 X 63 X 76 X 76 X 76 X 67 X 67 X 72 X 72 X 45 X 58 X 58 X 72 X 72 X 67 X 63 X 45 X 54 X 49 X 40 X 67 X 107 X 72 X 121 X 125 X 76 X 67 X +USW00094728196508WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728196508WT16 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 1 X +USW00094728196509TMAX 239 0 256 0 244 0 239 0 233 0 267 0 278 0 289 0 233 0 333 0 256 0 183 0 150 0 228 0 222 0 244 0 200 0 311 0 228 0 283 0 311 0 306 0 300 0 250 0 200 0 217 0 150 0 161 0 217 0 161 0-9999 +USW00094728196509TMIN 161 0 156 0 144 0 144 0 139 0 128 0 178 0 178 0 194 0 200 0 183 0 150 0 128 0 122 0 167 0 172 0 161 0 167 0 183 0 183 0 211 0 217 0 211 0 156 0 117 0 100 0 89 0 67 0 100 0 122 0-9999 +USW00094728196509PRCP 147 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 64 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 218 0 3 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196509ACMH 90 X 20 X 20 X 30 X 50 X 10 X 20 X 80 X 100 X 30 X 80 X 100 X 100 X 60 X 80 X 30 X 90 X 60 X 70 X 90 X 40 X 30 X 20 X 100 X 40 X 30 X 20 X 30 X 60 X 100 X-9999 +USW00094728196509ACSH 90 X 10 X 20 X 50 X 50 X 10 X 20 X 90 X 100 X 20 X 90 X 100 X 100 X 70 X 100 X 20 X 90 X 30 X 70 X 80 X 40 X 50 X 30 X 100 X 40 X 10 X 20 X 40 X 40 X 100 X-9999 +USW00094728196509PSUN 25 X 100 X 79 X 83 X 96 X 100 X 88 X 19 X 6 X 90 X 19 X 5 X 0 X 43 X 0 X 93 X 10 X 81 X 36 X 36 X 65 X 76 X 80 X 7 X 85 X 92 X 85 X 70 X 93 X 0 X-9999 +USW00094728196509TSUN 198 X 786 X 618 X 648 X 744 X 774 X 678 X 144 X 48 X 684 X 144 X 36 X 0 X 324 X 0 X 696 X 72 X 600 X 264 X 264 X 480 X 558 X 582 X 48 X 618 X 666 X 612 X 498 X 666 X 0 X-9999 +USW00094728196509WDFM 135W X 270W X 135W X 90W X 45W X 135W X 360W X 360W X 45W X 225W X 360W X 45W X 45W X 360W X 225W X 360W X 45W X 225W X 45W X 180W X 180W X 135W X 135W X 180W X 315W X 225W X 360W X 360W X 360W X 360W X-9999 +USW00094728196509WSFM 103 X 54 X 54 X 58 X 63 X 40 X 58 X 49 X 67 X 63 X 67 X 89 X 80 X 45 X 67 X 67 X 72 X 45 X 98 X 49 X 63 X 63 X 67 X 76 X 94 X 63 X 103 X 63 X 49 X 72 X-9999 +USW00094728196509WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196509WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196510TMAX 222 0 206 0 222 0 111 0 111 0 128 0 183 0 228 0 200 0 211 0 200 0 200 0 189 0 206 0 267 0 211 0 161 0 189 0 272 0 261 0 233 0 194 0 217 0 167 0 128 0 178 0 161 0 117 0 89 0 172 0 222 0 +USW00094728196510TMIN 133 0 122 0 106 0 50 0 33 0 44 0 89 0 128 0 117 0 111 0 100 0 128 0 83 0 111 0 161 0 106 0 78 0 78 0 100 0 128 0 139 0 139 0 133 0 72 0 50 0 72 0 94 0 33 0 0 0 33 0 83 0 +USW00094728196510PRCP 142 0 0 0 0 0 0 0 0 0 0 0 292 0 18 0 0T 0 0T 0 0 0 64 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728196510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728196510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196510ACMH 100 X 10 X 20 X 10 X 0 X 60 X 80 X 60 X 50 X 50 X 50 X 50 X 20 X 40 X 90 X 20 X 0 X 10 X 0 X 10 X 80 X 100 X 60 X 40 X 0 X 50 X 20 X 50 X 0 X 0 X 10 X +USW00094728196510ACSH 100 X 0 X 20 X 10 X 0 X 90 X 90 X 50 X 40 X 50 X 50 X 50 X 10 X 30 X 80 X 0 X 0 X 10 X 0 X 10 X 90 X 100 X 30 X 30 X 0 X 40 X 0 X 30 X 0 X 0 X 10 X +USW00094728196510PSUN 0 X 100 X 85 X 98 X 100 X 16 X 2 X 65 X 71 X 50 X 52 X 55 X 98 X 83 X 19 X 100 X 100 X 100 X 100 X 100 X 1 X 0 X 56 X 68 X 100 X 57 X 97 X 80 X 100 X 100 X 98 X +USW00094728196510TSUN 0 X 702 X 594 X 690 X 696 X 108 X 18 X 444 X 486 X 342 X 354 X 372 X 660 X 558 X 132 X 666 X 666 X 660 X 660 X 660 X 6 X 0 X 366 X 444 X 642 X 366 X 618 X 510 X 636 X 630 X 618 X +USW00094728196510WDFM 180W X 270W X 315W X 315W X 315W X 270W X 90W X 225W X 225W X 225W X 225W X 180W X 225W X 180W X 180W X 360W X 360W X 225W X 225W X 90W X 45W X 90W X 225W X 270W X 225W X 225W X 315W X 270W X 315W X 225W X 270W X +USW00094728196510WSFM 107 X 103 X 116 X 130 X 103 X 58 X 103 X 98 X 80 X 49 X 58 X 76 X 67 X 58 X 85 X 103 X 76 X 58 X 40 X 40 X 58 X 76 X 72 X 80 X 76 X 63 X 103 X 89 X 63 X 89 X 143 X +USW00094728196510WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196510WT16 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196510WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728196511TMAX 128 0 78 0 172 0 217 0 106 0 167 0 211 0 133 0 139 0 83 0 94 0 106 0 139 0 111 0 72 0 133 0 128 0 78 0 100 0 111 0 117 0 83 0 94 0 100 0 94 0 128 0 172 0 133 0 56 0 44 0-9999 +USW00094728196511TMIN 50 0 -6 0 50 0 72 0 33 0 56 0 122 0 100 0 33 0 11 0 67 0 72 0 89 0 33 0 11 0 72 0 6 0 6 0 33 0 39 0 78 0 67 0 56 0 33 0 22 0 67 0 78 0 50 0 -6 0 -6 0-9999 +USW00094728196511PRCP 10 0 0 0 0 0 0 0 0 0 0 0 5 0 53 0 0T 0 0 0 0 0 8 0 13 0 0 0 0 0 48 0 5 0 0 0 0 0 0T 0 20 0 130 0 8 0 0 0 0 0 3 0 69 0 0 0 0 0 0 0-9999 +USW00094728196511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196511ACMH 30 X 30 X 40 X 30 X 30 X 30 X 90 X 100 X 30 X 50 X 100 X 100 X 80 X 40 X 60 X 90 X 80 X 40 X 50 X 70 X 90 X 100 X 70 X 20 X 40 X 70 X 60 X 10 X 0 X 20 X-9999 +USW00094728196511ACSH 20 X 20 X 70 X 30 X 0 X 20 X 90 X 100 X 20 X 50 X 100 X 100 X 100 X 30 X 60 X 100 X 70 X 10 X 60 X 80 X 80 X 100 X 60 X 30 X 30 X 60 X 70 X 10 X 0 X 40 X-9999 +USW00094728196511PSUN 83 X 88 X 42 X 76 X 100 X 72 X 21 X 0 X 87 X 62 X 0 X 0 X 0 X 86 X 50 X 0 X 39 X 95 X 58 X 24 X 0 X 0 X 39 X 78 X 72 X 53 X 31 X 89 X 99 X 69 X-9999 +USW00094728196511TSUN 522 X 546 X 264 X 474 X 618 X 444 X 132 X 0 X 534 X 378 X 0 X 0 X 0 X 516 X 300 X 0 X 234 X 558 X 342 X 144 X 0 X 0 X 222 X 450 X 420 X 306 X 180 X 510 X 564 X 396 X-9999 +USW00094728196511WDFM 270W X 315W X 225W X 270W X 360W X 225W X 360W X 135W X 315W X 45W X 45W X 45W X 45W X 270W X 180W X 135W X 225W X 315W X 315W X 225W X 225W X 45W X 225W X 360W X 180W X 180W X 225W X 225W X 225W X 270W X-9999 +USW00094728196511WSFM 125 X 85 X 76 X 121 X 76 X 72 X 72 X 63 X 98 X 49 X 63 X 76 X 54 X 107 X 67 X 94 X 130 X 148 X 76 X 72 X 72 X 76 X 80 X 58 X 72 X 76 X 103 X 107 X 85 X 67 X-9999 +USW00094728196511WT16 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728196512TMAX 61 0 100 0 106 0 117 0 83 0 100 0 44 0 61 0 83 0 117 0 56 0 56 0 78 0 100 0 89 0 83 0 83 0 56 0 39 0 0 0 28 0 56 0 111 0 117 0 150 0 83 0 0 0 56 0 61 0 111 0 172 0 +USW00094728196512TMIN -11 0 11 0 50 0 28 0 22 0 11 0 -17 0 -11 0 6 0 28 0 39 0 28 0 56 0 61 0 56 0 50 0 22 0 6 0 -33 0 -56 0 -39 0 -22 0 22 0 78 0 83 0 -72 0 -78 0 -22 0 22 0 33 0 106 0 +USW00094728196512PRCP 0 0 0 0 0 0 5 0 0 0 0T 0 0 0 0 0 0 0 0 0 33 0 43 0 188 0 0T 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 165 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728196512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728196512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728196512ACMH 0 X 40 X 90 X 80 X 70 X 90 X 10 X 70 X 10 X 40 X 100 X 100 X 100 X 100 X 90 X 100 X 70 X 20 X 30 X 30 X 20 X 20 X 60 X 60 X 90 X 30 X 50 X 50 X 80 X 70 X 90 X +USW00094728196512ACSH 10 X 30 X 90 X 80 X 60 X 80 X 0 X 90 X 10 X 30 X 100 X 100 X 100 X 100 X 90 X 90 X 90 X 50 X 50 X 10 X 0 X 10 X 70 X 70 X 100 X 0 X 70 X 50 X 80 X 50 X 90 X +USW00094728196512PSUN 100 X 93 X 0 X 24 X 41 X 28 X 100 X 15 X 100 X 89 X 0 X 0 X 0 X 0 X 18 X 3 X 6 X 62 X 51 X 100 X 100 X 100 X 13 X 13 X 0 X 100 X 23 X 55 X 16 X 53 X 14 X +USW00094728196512TSUN 570 X 528 X 0 X 132 X 234 X 156 X 564 X 84 X 558 X 504 X 0 X 0 X 0 X 0 X 102 X 18 X 36 X 342 X 282 X 558 X 558 X 558 X 72 X 72 X 0 X 558 X 132 X 306 X 90 X 294 X 78 X +USW00094728196512WDFM 225W X 270W X 135W X 270W X 270W X 315W X 270W X 225W X 225W X 225W X 45W X 45W X 45W X 270W X 270W X 225W X 315W X 225W X 270W X 315W X 270W X 315W X 225W X 180W X 270W X 270W X 180W X 270W X 225W X 225W X 225W X +USW00094728196512WSFM 58 X 67 X 63 X 98 X 76 X 112 X 85 X 54 X 54 X 54 X 98 X 98 X 103 X 49 X 67 X 49 X 85 X 72 X 89 X 63 X 49 X 63 X 67 X 76 X 80 X 107 X 76 X 80 X 76 X 67 X 76 X +USW00094728196512WT16-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196512WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728196601TMAX 167 0 111 0 78 0 72 0 117 0 83 0 83 0 67 0 -11 0 89 0 56 0 -28 0 0 0 56 0 50 0 -33 0 39 0 33 0 17 0 67 0 56 0 39 0 28 0 33 0 0 0 -33 0 22 0 -72 0 -50 0 33 0 -22 0 +USW00094728196601TMIN 111 0 28 0 39 0 6 0 11 0 50 0 44 0 -83 0 -94 0 -17 0 -67 0 -94 0 -100 0 -6 0 -39 0 -117 0 -67 0 -6 0 -11 0 -11 0 17 0 0 0 11 0 -33 0 -61 0 -78 0 -83 0 -133 0 -122 0 -72 0 -100 0 +USW00094728196601PRCP 0T 0 147 0 8 0 0 0 0 0 119 0 0T 0 5 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0T 0 3 0 183 0 0T 0 0 0 10 0 20 0 0 0 23 0 145 0 0 0 +USW00094728196601SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0T 0 0T 0 61 0 0T 0 0 0 15 0 36 0 0 0 25 0 147 0 0 0 +USW00094728196601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 51 0 51 0 25 0 25 0 51 0 51 0 51 0 127 0 178 0 +USW00094728196601ACMH 100 X 100 X 90 X 0 X 60 X 100 X 80 X 60 X 10 X 50 X 10 X 0 X 70 X 40 X 40 X 20 X 30 X 80 X 70 X 60 X 100 X 80 X 100 X 40 X 40 X 100 X 60 X 0 X 50 X 100 X 50 X +USW00094728196601ACSH 100 X 100 X 100 X 0 X 60 X 100 X 50 X 60 X 0 X 50 X 10 X 0 X 80 X 30 X 40 X 20 X 40 X 80 X 80 X 30 X 90 X 80 X 100 X 40 X 30 X 100 X 50 X 0 X 60 X 100 X 40 X +USW00094728196601PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0000 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196601PSUN 5 X 0 X 0 X 100 X 68 X 0 X 62 X 35 X 100 X 85 X 100 X 100 X 3 X 88 X 79 X 100 X 77 X 31 X 16 X 88 X 4 X 6 X 0 X 76 X 58 X 0 X 53 X 100 X 50 X 0 X 75 X +USW00094728196601TSUN 24 X 0 X 0 X 564 X 384 X 0 X 414 X 198 X 570 X 480 X 570 X 570 X 18 X 504 X 456 X 576 X 444 X 180 X 96 X 510 X 24 X 36 X 0 X 450 X 348 X 0 X 312 X 600 X 300 X 0 X 456 X +USW00094728196601WDFG-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0W X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196601WDFM 225W X 90W X 90W X 225W X 225W X 45W X 270W X 270W X 270W X 180W X 270W X 270W X 225W X 270W X 315W X 270W X 270W X 270W X 270W X 360W X 360W X 45W X 360W X 315W X 360W X 360W X 270W X 270W X 270W X 360W X 225W X +USW00094728196601WSFG-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196601WSFM 76 X 80 X 76 X 67 X 58 X 112 X 67 X 152 X 130 X 76 X 107 X 116 X 67 X 85 X 63 X 134 X 121 X 98 X 89 X 80 X 49 X 98 X 174 X 121 X 63 X 76 X 112 X 107 X 85 X 179 X 148 X +USW00094728196601WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728196601WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728196601WT16 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728196601WT18-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 +USW00094728196602TMAX 11 0 6 0 28 0 17 0 17 0 -6 0 11 0 50 0 67 0 111 0 139 0 144 0 122 0 128 0 83 0 33 0 39 0 61 0 28 0 -50 0 0 0 44 0 50 0 28 0 39 0 67 0 78 0 100 0-9999 -9999 -9999 +USW00094728196602TMIN -72 0 -22 0 -11 0 -22 0 -61 0 -83 0 -72 0 -50 0 -17 0 28 0 100 0 72 0 28 0 56 0 17 0 0 0 -22 0 -28 0 -72 0 -133 0 -83 0 -44 0 -33 0 0 0 0 0 0 0 -6 0 33 0-9999 -9999 -9999 +USW00094728196602PRCP 0T 0 43 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 615 0 0 0 0 0 74 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 117 0 175 0 0 0 0 0 224 0-9999 -9999 -9999 +USW00094728196602SNOW 0T 0 71 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 46 0 114 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728196602SNWD 152 0 203 0 127 0 127 0 102 0 76 0 76 0 51 0 51 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 0 102 0 51 0 0T 0-9999 -9999 -9999 +USW00094728196602ACMH 30 X 100 X 100 X 80 X 40 X 10 X 50 X 20 X 30 X 100 X 100 X 80 X 100 X 50 X 90 X 100 X 30 X 50 X 70 X 20 X 10 X 0 X 40 X 100 X 100 X 60 X 40 X 100 X-9999 -9999 -9999 +USW00094728196602ACSH 20 X 100 X 90 X 80 X 30 X 20 X 50 X 0 X 60 X 100 X 100 X 60 X 100 X 60 X 90 X 100 X 20 X 50 X 50 X 20 X 10 X 0 X 20 X 100 X 90 X 80 X 40 X 100 X-9999 -9999 -9999 +USW00094728196602PSUN 98 X 0 X 2 X 18 X 73 X 100 X 78 X 100 X 61 X 0 X 0 X 73 X 0 X 63 X 8 X 0 X 85 X 67 X 57 X 92 X 100 X 100 X 100 X 0 X 2 X 34 X 89 X 0 X-9999 -9999 -9999 +USW00094728196602TSUN 594 X 0 X 12 X 114 X 450 X 618 X 486 X 624 X 378 X 0 X 0 X 462 X 0 X 402 X 48 X 0 X 552 X 432 X 372 X 606 X 654 X 660 X 660 X 0 X 18 X 228 X 594 X 0 X-9999 -9999 -9999 +USW00094728196602WDFM 270W X 360W X 270W X 270W X 270W X 270W X 360W X 315W X 180W X 225W X 225W X 360W X 90W X 270W X 315W X 135W X 315W X 225W X 45W X 315W X 270W X 315W X 360W X 45W X 45W X 315W X 315W X 135W X-9999 -9999 -9999 +USW00094728196602WSFM 80 X 76 X 54 X 58 X 80 X 89 X 45 X 40 X 54 X 112 X 107 X 45 X 121 X 130 X 94 X 76 X 134 X 89 X 80 X 89 X 89 X 85 X 72 X 103 X 121 X 103 X 63 X 76 X-9999 -9999 -9999 +USW00094728196602WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00094728196602WT18 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196603TMAX 122 0 128 0 144 0 72 0 72 0 61 0 56 0 44 0 72 0 150 0 100 0 50 0 56 0 106 0 128 0 94 0 122 0 194 0 122 0 128 0 150 0 144 0 106 0 144 0 56 0 89 0 67 0 28 0 89 0 117 0 122 0 +USW00094728196603TMIN 50 0 44 0 67 0 50 0 39 0 0 0 -11 0 -33 0 -28 0 6 0 50 0 22 0 11 0 6 0 11 0 -22 0 6 0 28 0 67 0 56 0 39 0 50 0 50 0 44 0 -6 0 -6 0 -39 0 -44 0 -28 0 33 0 22 0 +USW00094728196603PRCP 41 0 0 0 0 0 18 0 8 0 8 0 0 0 0 0 0 0 0 0 5 0 51 0 13 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0 0T 0 5 0 81 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196603SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196603ACMH 50 X 20 X 40 X 90 X 100 X 60 X 30 X 10 X 30 X 0 X 90 X 100 X 80 X 30 X 10 X 0 X 10 X 30 X 70 X 60 X 10 X 60 X 90 X 100 X 10 X 50 X 10 X 40 X 0 X 80 X 50 X +USW00094728196603ACSH 50 X 10 X 40 X 100 X 100 X 80 X 60 X 10 X 50 X 0 X 100 X 100 X 100 X 40 X 10 X 0 X 10 X 40 X 90 X 60 X 10 X 70 X 90 X 100 X 10 X 50 X 10 X 50 X 0 X 80 X 60 X +USW00094728196603PSUN 61 X 100 X 82 X 0 X 0 X 30 X 66 X 99 X 100 X 100 X 2 X 0 X 0 X 96 X 100 X 100 X 100 X 100 X 17 X 46 X 100 X 57 X 5 X 12 X 93 X 70 X 100 X 56 X 100 X 13 X 67 X +USW00094728196603TSUN 414 X 678 X 564 X 0 X 0 X 204 X 456 X 684 X 696 X 702 X 12 X 0 X 0 X 678 X 714 X 720 X 720 X 726 X 126 X 336 X 732 X 420 X 36 X 90 X 690 X 522 X 750 X 420 X 750 X 96 X 510 X +USW00094728196603WDFM 315W X 315W X 135W X 45W X 45W X 270W X 270W X 360W X 45W X 225W X 225W X 90W X 45W X 45W X 45W X 45W X 225W X 225W X 225W X 315W X 135W X 45W X 45W X 180W X 270W X 135W X 270W X 270W X 270W X 225W X 270W X +USW00094728196603WSFM 152 X 125 X 54 X 63 X 98 X 76 X 80 X 72 X 58 X 67 X 58 X 85 X 80 X 67 X 116 X 94 X 76 X 76 X 67 X 85 X 67 X 76 X 80 X 112 X 107 X 103 X 116 X 98 X 89 X 58 X 94 X +USW00094728196603WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196603WT16 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728196603WT18-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196604TMAX 94 0 94 0 133 0 117 0 122 0 128 0 139 0 111 0 117 0 128 0 139 0 150 0 67 0 156 0 189 0 167 0 172 0 189 0 139 0 83 0 206 0 178 0 200 0 128 0 228 0 228 0 111 0 56 0 156 0 128 0-9999 +USW00094728196604TMIN 11 0 50 0 28 0 33 0 17 0 39 0 56 0 39 0 44 0 28 0 39 0 39 0 39 0 39 0 50 0 78 0 56 0 72 0 67 0 56 0 61 0 117 0 83 0 78 0 117 0 94 0 44 0 39 0 44 0 78 0-9999 +USW00094728196604PRCP 0 0 0T 0 5 0 15 0 0 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 41 0 23 0 36 0 104 0 13 0 0 0 69 0 135 0 0T 0 203 0-9999 +USW00094728196604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196604ACMH 70 X 60 X 50 X 90 X 40 X 40 X 90 X 50 X 50 X 40 X 20 X 50 X 100 X 50 X 10 X 50 X 20 X 60 X 80 X 100 X 80 X 100 X 70 X 100 X 60 X 50 X 90 X 100 X 100 X 90 X-9999 +USW00094728196604ACSH 100 X 80 X 60 X 80 X 40 X 50 X 90 X 50 X 50 X 60 X 30 X 40 X 100 X 50 X 10 X 60 X 30 X 70 X 90 X 100 X 70 X 100 X 60 X 100 X 60 X 40 X 100 X 100 X 100 X 100 X-9999 +USW00094728196604PSUN 14 X 24 X 34 X 31 X 67 X 68 X 40 X 56 X 76 X 61 X 81 X 75 X 0 X 74 X 87 X 58 X 81 X 60 X 16 X 0 X 41 X 8 X 75 X 0 X 50 X 91 X 11 X 0 X 19 X 0 X-9999 +USW00094728196604TSUN 108 X 186 X 264 X 240 X 516 X 528 X 312 X 432 X 594 X 480 X 636 X 594 X 0 X 588 X 696 X 462 X 648 X 480 X 132 X 0 X 336 X 60 X 612 X 0 X 414 X 750 X 96 X 0 X 156 X 0 X-9999 +USW00094728196604WDFM 135W X 270W X 225W X 315W X 270W X 225W X 225W X 270W X 315W X 315W X 315W X 90W X 45W X 45W X 225W X 135W X 180W X 135W X 45W X 90W X 135W X 360W X 180W X 135W X 315W X 45W X 45W X 45W X 45W X 135W X-9999 +USW00094728196604WSFM 80 X 98 X 80 X 85 X 80 X 89 X 85 X 76 X 63 X 54 X 76 X 67 X 125 X 80 X 76 X 76 X 72 X 58 X 107 X 63 X 63 X 63 X 76 X 49 X 98 X 112 X 107 X 80 X 49 X 72 X-9999 +USW00094728196604WT16-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00094728196605TMAX 189 0 156 0 200 0 150 0 211 0 283 0 189 0 161 0 111 0 139 0 172 0 139 0 194 0 178 0 233 0 217 0 200 0 189 0 178 0 289 0 294 0 239 0 294 0 267 0 244 0 289 0 278 0 228 0 278 0 228 0 200 0 +USW00094728196605TMIN 89 0 89 0 72 0 72 0 67 0 128 0 61 0 106 0 44 0 22 0 56 0 117 0 111 0 94 0 94 0 111 0 100 0 117 0 133 0 150 0 178 0 156 0 144 0 156 0 172 0 183 0 183 0 172 0 144 0 122 0 117 0 +USW00094728196605PRCP 61 0 0 0 15 0 0 0 0 0 0T 0 0 0 109 0 20 0 0 0 0 0 28 0 15 0 0T 0 0 0 3 0 0 0 0T 0 500 0 3 0 0 0 76 0 0 0 0 0 25 0 0 0 46 0 180 0 0T 0 0 0 0 0 +USW00094728196605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196605ACMH 90 X 90 X 40 X 20 X 20 X 50 X 40 X 100 X 100 X 10 X 50 X 100 X 70 X 90 X 20 X 50 X 70 X 100 X 100 X 70 X 60 X 50 X 10 X 30 X 90 X 60 X 80 X 100 X 40 X 30 X 60 X +USW00094728196605ACSH 90 X 90 X 20 X 30 X 10 X 70 X 50 X 100 X 100 X 0 X 50 X 100 X 50 X 100 X 30 X 50 X 60 X 100 X 100 X 60 X 60 X 50 X 10 X 30 X 100 X 60 X 80 X 100 X 40 X 40 X 70 X +USW00094728196605PSUN 28 X 36 X 78 X 96 X 100 X 80 X 89 X 2 X 0 X 100 X 69 X 0 X 65 X 12 X 100 X 72 X 72 X 2 X 0 X 51 X 77 X 60 X 100 X 100 X 13 X 61 X 43 X 4 X 66 X 88 X 39 X +USW00094728196605TSUN 234 X 306 X 660 X 810 X 846 X 678 X 756 X 18 X 0 X 858 X 588 X 0 X 564 X 102 X 870 X 624 X 624 X 18 X 0 X 450 X 678 X 528 X 882 X 882 X 114 X 540 X 384 X 36 X 588 X 780 X 348 X +USW00094728196605WDFM 315W X 360W X 180W X 315W X 225W X 45W X 315W X 45W X 45W X 315W X 270W X 135W X 315W X 45W X 45W X 135W X 135W X 135W X 135W X 180W X 135W X 45W X 225W X 135W X 225W X 45W X 135W X 270W X 315W X 135W X 45W X +USW00094728196605WSFM 76 X 76 X 85 X 121 X 112 X 98 X 103 X 98 X 76 X 94 X 63 X 85 X 89 X 45 X 54 X 63 X 49 X 67 X 72 X 58 X 67 X 72 X 76 X 85 X 54 X 49 X 80 X 63 X 76 X 63 X 54 X +USW00094728196605WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728196605WT16 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00094728196606TMAX 211 0 233 0 289 0 322 0 350 0 322 0 300 0 306 0 300 0 278 0 222 0 211 0 233 0 317 0 300 0 294 0 283 0 289 0 250 0 311 0 339 0 300 0 344 0 344 0 311 0 278 0 383 0 339 0 333 0 344 0-9999 +USW00094728196606TMIN 111 0 111 0 133 0 172 0 217 0 222 0 211 0 211 0 206 0 144 0 117 0 139 0 144 0 200 0 194 0 200 0 172 0 172 0 183 0 178 0 200 0 200 0 183 0 239 0 178 0 178 0 211 0 244 0 228 0 228 0-9999 +USW00094728196606PRCP 0 0 0 0 0 0 0 0 0 0 0 0 91 0 0 0 0 0 152 0 0 0 5 0 0T 0 3 0 0 0 0T 0 36 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 10 0 0 0-9999 +USW00094728196606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196606ACMH 60 X 30 X 10 X 20 X 20 X 30 X 50 X 40 X 60 X 90 X 40 X 70 X 100 X 60 X 50 X 70 X 80 X 60 X 80 X 10 X 10 X 20 X 20 X 30 X 40 X 70 X 40 X 80 X 80 X 10 X-9999 +USW00094728196606ACSH 50 X 30 X 0 X 30 X 20 X 30 X 50 X 40 X 40 X 100 X 30 X 60 X 100 X 40 X 40 X 80 X 80 X 50 X 90 X 10 X 10 X 20 X 30 X 40 X 30 X 80 X 40 X 80 X 90 X 10 X-9999 +USW00094728196606PSUN 53 X 90 X 100 X 89 X 97 X 88 X 55 X 85 X 85 X 18 X 100 X 91 X 1 X 79 X 81 X 56 X 53 X 82 X 12 X 100 X 86 X 100 X 100 X 82 X 83 X 40 X 79 X 36 X 35 X 99 X-9999 +USW00094728196606TSUN 474 X 804 X 894 X 798 X 870 X 792 X 492 X 762 X 768 X 156 X 906 X 822 X 12 X 714 X 738 X 510 X 480 X 744 X 108 X 906 X 840 X 906 X 906 X 744 X 750 X 360 X 714 X 324 X 318 X 888 X-9999 +USW00094728196606WDFM 315W X 270W X 225W X 225W X 135W X 225W X 225W X 225W X 45W X 315W X 360W X 45W X 45W X 225W X 225W X 225W X 315W X 135W X 315W X 135W X 45W X 45W X 270W X 315W X 45W X 45W X 315W X 135W X 270W X 315W X-9999 +USW00094728196606WSFM 63 X 58 X 72 X 72 X 63 X 76 X 72 X 58 X 58 X 98 X 80 X 98 X 89 X 76 X 94 X 80 X 58 X 58 X 49 X 67 X 63 X 94 X 40 X 63 X 72 X 58 X 58 X 49 X 49 X 58 X-9999 +USW00094728196606WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196606WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 +USW00094728196607TMAX 306 0 378 0 394 0 367 0 311 0 328 0 339 0 328 0 328 0 328 0 344 0 372 0 383 0 350 0 311 0 283 0 294 0 350 0 333 0 272 0 294 0 322 0 311 0 306 0 311 0 361 0 294 0 272 0 317 0 250 0 294 0 +USW00094728196607TMIN 228 0 222 0 244 0 250 0 217 0 217 0 233 0 200 0 189 0 217 0 233 0 233 0 256 0 250 0 189 0 172 0 178 0 189 0 194 0 167 0 161 0 172 0 194 0 189 0 194 0 211 0 194 0 217 0 211 0 183 0 178 0 +USW00094728196607PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 142 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 13 0 124 0 0 0 0 0 +USW00094728196607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196607ACMH 10 X 0 X 10 X 40 X 60 X 80 X 50 X 30 X 0 X 60 X 30 X 20 X 10 X 60 X 60 X 0 X 10 X 40 X 80 X 40 X 10 X 10 X 40 X 20 X 20 X 50 X 60 X 100 X 60 X 90 X 30 X +USW00094728196607ACSH 10 X 0 X 10 X 40 X 60 X 70 X 50 X 30 X 0 X 60 X 30 X 20 X 10 X 70 X 50 X 0 X 20 X 30 X 70 X 40 X 10 X 10 X 50 X 20 X 20 X 60 X 60 X 100 X 60 X 100 X 30 X +USW00094728196607PSUN 99 X 100 X 100 X 84 X 81 X 51 X 87 X 95 X 100 X 76 X 92 X 100 X 97 X 53 X 64 X 100 X 93 X 97 X 61 X 73 X 100 X 98 X 72 X 100 X 93 X 67 X 76 X 11 X 69 X 34 X 95 X +USW00094728196607TSUN 900 X 900 X 900 X 756 X 726 X 462 X 780 X 852 X 894 X 684 X 828 X 894 X 870 X 468 X 570 X 888 X 840 X 858 X 540 X 642 X 882 X 858 X 630 X 876 X 810 X 582 X 666 X 96 X 600 X 294 X 822 X +USW00094728196607WDFM 45W X 360W X 270W X 315W X 45W X 180W X 270W X 360W X 225W X 225W X 315W X 270W X 270W X 360W X 45W X 45W X 180W X 225W X 225W X 360W X 315W X 135W X 135W X 180W X 135W X 270W X 180W X 225W X 315W X 45W X 45W X +USW00094728196607WSFM 72 X 63 X 63 X 76 X 72 X 67 X 67 X 116 X 63 X 76 X 67 X 54 X 63 X 54 X 76 X 89 X 72 X 76 X 98 X 107 X 54 X 76 X 63 X 58 X 67 X 89 X 63 X 94 X 67 X 67 X 58 X +USW00094728196607WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 +USW00094728196607WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00094728196608TMAX 339 0 278 0 289 0 278 0 311 0 333 0 311 0 306 0 244 0 322 0 333 0 300 0 294 0 283 0 250 0 256 0 306 0 328 0 344 0 300 0 283 0 306 0 294 0 272 0 267 0 294 0 317 0 311 0 306 0 333 0 328 0 +USW00094728196608TMIN 183 0 217 0 167 0 172 0 194 0 183 0 211 0 200 0 211 0 217 0 217 0 211 0 161 0 161 0 161 0 206 0 200 0 189 0 222 0 211 0 189 0 217 0 228 0 183 0 178 0 183 0 183 0 211 0 217 0 228 0 222 0 +USW00094728196608PRCP 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 109 0 8 0 0 0 71 0 53 0 160 0 0 0 0 0 0 0 0 0 0 0 0T 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 +USW00094728196608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196608ACMH 20 X 90 X 20 X 40 X 70 X 30 X 60 X 70 X 100 X 70 X 70 X 50 X 10 X 50 X 100 X 100 X 40 X 0 X 30 X 30 X 20 X 80 X 80 X 30 X 60 X 30 X 20 X 20 X 70 X 50 X 50 X +USW00094728196608ACSH 10 X 90 X 10 X 40 X 60 X 30 X 60 X 60 X 100 X 70 X 80 X 40 X 10 X 50 X 100 X 100 X 40 X 0 X 30 X 30 X 30 X 90 X 90 X 20 X 70 X 30 X 20 X 10 X 70 X 60 X 50 X +USW00094728196608PSUN 100 X 36 X 100 X 91 X 73 X 100 X 83 X 69 X 4 X 64 X 39 X 69 X 100 X 69 X 4 X 4 X 96 X 100 X 100 X 84 X 99 X 34 X 13 X 90 X 74 X 96 X 100 X 93 X 36 X 41 X 72 X +USW00094728196608TSUN 858 X 306 X 858 X 780 X 618 X 852 X 702 X 588 X 30 X 534 X 330 X 576 X 834 X 576 X 30 X 36 X 792 X 822 X 822 X 684 X 810 X 276 X 108 X 732 X 594 X 768 X 798 X 738 X 288 X 324 X 564 X +USW00094728196608WDFM 225W X 225W X 315W X 225W X 90W X 225W X 135W X 45W X 135W X 180W X 225W X 315W X 225W X 180W X 90W X 315W X 315W X 225W X 315W X 45W X 135W X 225W X 270W X 270W X 270W X 270W X 270W X 315W X 135W X 225W X 45W X +USW00094728196608WSFM 72 X 72 X 76 X 72 X 67 X 67 X 67 X 63 X 58 X 67 X 80 X 76 X 54 X 76 X 49 X 103 X 76 X 58 X 58 X 85 X 54 X 49 X 49 X 63 X 54 X 72 X 58 X 49 X 58 X 72 X 49 X +USW00094728196608WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196608WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00094728196609TMAX 306 0 328 0 278 0 244 0 289 0 283 0 256 0 256 0 267 0 289 0 278 0 228 0 233 0 211 0 239 0 211 0 239 0 261 0 250 0 189 0 200 0 194 0 211 0 172 0 194 0 189 0 150 0 167 0 167 0 211 0-9999 +USW00094728196609TMIN 206 0 211 0 189 0 178 0 211 0 189 0 161 0 178 0 172 0 161 0 183 0 156 0 167 0 178 0 106 0 83 0 111 0 144 0 161 0 144 0 139 0 150 0 128 0 100 0 122 0 78 0 94 0 122 0 144 0 144 0-9999 +USW00094728196609PRCP 0 0 0 0 3 0 114 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 493 0 61 0 0 0 0 0 0 0 0T 0 5 0 1407 0 25 0 0T 0 0 0 0T 0 0 0 30 0 0 0 102 0 0T 0-9999 +USW00094728196609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196609ACMH 50 X 60 X 70 X 100 X 40 X 30 X 50 X 60 X 80 X 20 X 40 X 70 X 80 X 100 X 80 X 10 X 20 X 30 X 70 X 100 X 100 X 90 X 30 X 30 X 90 X 10 X 80 X 100 X 100 X 70 X-9999 +USW00094728196609ACSH 50 X 70 X 70 X 100 X 40 X 20 X 40 X 60 X 80 X 10 X 40 X 70 X 70 X 100 X 80 X 10 X 20 X 30 X 60 X 100 X 100 X 100 X 20 X 40 X 90 X 10 X 90 X 100 X 100 X 40 X-9999 +USW00094728196609PSUN 65 X 80 X 47 X 0 X 86 X 85 X 70 X 26 X 33 X 100 X 85 X 26 X 66 X 0 X 41 X 100 X 100 X 100 X 68 X 0 X 0 X 6 X 88 X 75 X 37 X 100 X 10 X 0 X 1 X 79 X-9999 +USW00094728196609TSUN 510 X 630 X 366 X 0 X 666 X 660 X 540 X 198 X 252 X 762 X 648 X 198 X 498 X 0 X 312 X 750 X 744 X 744 X 504 X 0 X 0 X 42 X 642 X 540 X 270 X 720 X 72 X 0 X 6 X 558 X-9999 +USW00094728196609WDFM 45W X 315W X 90W X 90W X 270W X 270W X 45W X 45W X 360W X 270W X 45W X 45W X 180W X 45W X 45W X 315W X 225W X 180W X 45W X 45W X 45W X 270W X 270W X 315W X 270W X 315W X 90W X 270W X 90W X 270W X-9999 +USW00094728196609WSFM 58 X 54 X 63 X 58 X 76 X 76 X 58 X 67 X 58 X 63 X 72 X 76 X 58 X 85 X 89 X 54 X 49 X 49 X 76 X 121 X 152 X 72 X 85 X 85 X 63 X 54 X 45 X 40 X 49 X 94 X-9999 +USW00094728196609WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196609WT16-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X 1 X-9999 +USW00094728196610TMAX 144 0 178 0 189 0 222 0 200 0 150 0 211 0 244 0 261 0 211 0 194 0 156 0 178 0 194 0 194 0 228 0 122 0 133 0 172 0 128 0 161 0 183 0 200 0 178 0 167 0 172 0 167 0 211 0 217 0 83 0 139 0 +USW00094728196610TMIN 67 0 61 0 78 0 133 0 106 0 78 0 83 0 106 0 139 0 133 0 111 0 89 0 78 0 111 0 111 0 106 0 78 0 50 0 100 0 83 0 61 0 78 0 117 0 128 0 106 0 94 0 61 0 78 0 56 0 11 0 28 0 +USW00094728196610PRCP 287 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0 0 0 0 0 0 0 66 0 0 0 10 0 792 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196610ACMH 100 X 0 X 20 X 70 X 70 X 10 X 0 X 0 X 20 X 60 X 30 X 70 X 20 X 40 X 60 X 50 X 50 X 60 X 100 X 50 X 0 X 0 X 50 X 70 X 70 X 0 X 0 X 0 X 10 X 20 X 30 X +USW00094728196610ACSH 100 X 0 X 20 X 80 X 70 X 10 X 0 X 0 X 10 X 80 X 20 X 70 X 30 X 50 X 40 X 50 X 80 X 70 X 100 X 40 X 0 X 10 X 70 X 70 X 90 X 10 X 0 X 0 X 10 X 30 X 20 X +USW00094728196610PSUN 0 X 100 X 96 X 18 X 43 X 94 X 100 X 100 X 100 X 25 X 80 X 28 X 99 X 37 X 57 X 48 X 9 X 48 X 0 X 61 X 100 X 100 X 26 X 18 X 4 X 100 X 100 X 100 X 88 X 84 X 100 X +USW00094728196610TSUN 0 X 702 X 672 X 126 X 300 X 654 X 690 X 690 X 684 X 168 X 546 X 192 X 666 X 252 X 384 X 324 X 60 X 318 X 0 X 402 X 654 X 654 X 168 X 114 X 24 X 642 X 642 X 636 X 564 X 528 X 630 X +USW00094728196610WDFM 45W X 315W X 180W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X 315W X 270W X 180W X 135W X 135W X 315W X 270W X 225W X 45W X 315W X 225W X 180W X 225W X 45W X 45W X 45W X 180W X 225W X 315W X 315W X 180W X +USW00094728196610WSFM 107 X 58 X 58 X 76 X 103 X 112 X 76 X 67 X 58 X 72 X 103 X 89 X 45 X 54 X 63 X 80 X 67 X 58 X 72 X 134 X 54 X 67 X 54 X 63 X 67 X 58 X 40 X 40 X 143 X 72 X 89 X +USW00094728196610WT16 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196611TMAX 200 0 189 0 183 0 72 0 128 0 100 0 94 0 167 0 194 0 211 0 178 0 128 0 100 0 89 0 100 0 106 0 161 0 156 0 144 0 56 0 94 0 89 0 128 0 183 0 178 0 139 0 128 0 139 0 94 0 67 0-9999 +USW00094728196611TMIN 100 0 144 0 33 0 0 0 22 0 50 0 39 0 89 0 117 0 144 0 122 0 67 0 33 0 6 0 22 0 11 0 83 0 111 0 6 0 -17 0 6 0 17 0 11 0 44 0 94 0 78 0 67 0 89 0 28 0 17 0-9999 +USW00094728196611PRCP 0T 0 76 0 277 0 0 0 13 0 64 0 0T 0 0T 0 5 0 33 0 30 0 20 0 0 0 0 0 0 0 0 0 0T 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 66 0 0 0 229 0 0T 0 0 0-9999 +USW00094728196611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196611ACMH 60 X 100 X 60 X 0 X 40 X 60 X 70 X 80 X 70 X 90 X 70 X 70 X 0 X 10 X 10 X 50 X 90 X 100 X 40 X 0 X 0 X 0 X 10 X 30 X 60 X 60 X 60 X 100 X 70 X 50 X-9999 +USW00094728196611ACSH 30 X 100 X 60 X 0 X 30 X 60 X 80 X 60 X 80 X 100 X 60 X 100 X 0 X 10 X 10 X 50 X 80 X 100 X 50 X 0 X 0 X 10 X 20 X 20 X 60 X 70 X 70 X 100 X 60 X 40 X-9999 +USW00094728196611PSUN 66 X 0 X 31 X 100 X 83 X 22 X 11 X 38 X 17 X 1 X 44 X 0 X 100 X 100 X 100 X 70 X 22 X 2 X 53 X 100 X 100 X 100 X 98 X 100 X 57 X 37 X 59 X 0 X 37 X 51 X-9999 +USW00094728196611TSUN 420 X 0 X 198 X 618 X 510 X 138 X 66 X 234 X 102 X 12 X 270 X 0 X 600 X 600 X 594 X 420 X 126 X 12 X 312 X 588 X 582 X 582 X 570 X 582 X 330 X 210 X 342 X 0 X 222 X 294 X-9999 +USW00094728196611WDFM 180W X 135W X 225W X 225W X 180W X 45W X 225W X 225W X 225W X 180W X 315W X 315W X 45W X 45W X 45W X 225W X 225W X 225W X 315W X 360W X 360W X 360W X 225W X 315W X 225W X 45W X 135W X 90W X 225W X 270W X-9999 +USW00094728196611WSFM 67 X 72 X 107 X 76 X 98 X 80 X 72 X 76 X 67 X 134 X 107 X 76 X 80 X 72 X 67 X 67 X 54 X 76 X 116 X 72 X 45 X 40 X 45 X 27 X 49 X 67 X 49 X 116 X 107 X 72 X-9999 +USW00094728196611WT16 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 +USW00094728196612TMAX 72 0 61 0 -39 0 -22 0 33 0 78 0 106 0 167 0 189 0 167 0 156 0 61 0 28 0 28 0 33 0 44 0 111 0 133 0 56 0 28 0 11 0 22 0 -6 0 -33 0 0 0 -6 0 6 0 -17 0 89 0 11 0 11 0 +USW00094728196612TMIN 17 0 -50 0 -94 0 -100 0 -50 0 17 0 44 0 100 0 122 0 122 0 17 0 0 0 -6 0 0 0 -6 0 -22 0 11 0 56 0 -44 0 -44 0 -22 0 -28 0 -33 0 -56 0 -50 0 -44 0 -33 0 -56 0 -22 0 -22 0 -28 0 +USW00094728196612PRCP 0 0 0T 0 0 0 0 0 8 0 5 0 3 0 3 0 0 0 0 0 8 0 0 0 112 0 51 0 0 0 0 0 0 0 0 0 0 0 51 0 38 0 0 0 0 0 188 0 13 0 0 0 0 0 13 0 318 0 0 0 0T 0 +USW00094728196612SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 30 0 0 0 0 0 170 0 10 0 0 0 0 0 10 0 10 0 0 0 0T 0 +USW00094728196612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0T 0 178 0 178 0 152 0 127 0 51 0 0T 0 0T 0 +USW00094728196612ACMH 50 X 100 X 20 X 0 X 70 X 80 X 100 X 70 X 40 X 70 X 50 X 0 X 80 X 100 X 40 X 50 X 20 X 40 X 30 X 100 X 80 X 30 X 30 X 100 X 60 X 60 X 60 X 70 X 50 X 30 X 40 X +USW00094728196612ACSH 50 X 100 X 20 X 0 X 100 X 60 X 100 X 60 X 50 X 80 X 40 X 0 X 100 X 100 X 30 X 60 X 10 X 20 X 10 X 100 X 70 X 30 X 10 X 100 X 70 X 80 X 70 X 80 X 40 X 60 X 50 X +USW00094728196612PSUN 57 X 0 X 83 X 100 X 0 X 38 X 0 X 17 X 43 X 23 X 67 X 100 X 0 X 0 X 81 X 58 X 100 X 100 X 100 X 0 X 20 X 73 X 100 X 0 X 16 X 23 X 32 X 32 X 66 X 32 X 51 X +USW00094728196612TSUN 324 X 0 X 468 X 564 X 0 X 216 X 0 X 96 X 240 X 132 X 372 X 558 X 0 X 0 X 450 X 324 X 558 X 558 X 558 X 0 X 108 X 408 X 558 X 0 X 84 X 126 X 174 X 174 X 366 X 180 X 288 X +USW00094728196612WDFM 225W X 360W X 315W X 360W X 225W X 360W X 180W X 225W X 225W X 180W X 315W X 45W X 45W X 45W X 360W X 225W X 225W X 225W X 360W X 45W X 45W X 270W X 315W X 360W X 315W X 315W X 315W X 135W X 225W X 315W X 270W X +USW00094728196612WSFM 89 X 89 X 112 X 63 X 63 X 49 X 67 X 54 X 49 X 80 X 89 X 85 X 107 X 98 X 76 X 80 X 85 X 76 X 107 X 112 X 107 X 67 X 76 X 152 X 152 X 85 X 76 X 67 X 107 X 116 X 58 X +USW00094728196612WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196612WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196612WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728196612WT18-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X +USW00094728196701TMAX 33 0 67 0 67 0 39 0 22 0 11 0 106 0 117 0 44 0 28 0 39 0 6 0 78 0 67 0 94 0 28 0 67 0 33 0 -39 0 33 0 67 0 133 0 161 0 200 0 156 0 144 0 67 0 39 0 -17 0 17 0 22 0 +USW00094728196701TMIN -6 0 6 0 6 0 22 0 -11 0 -33 0 -22 0 44 0 0 0 -6 0 -22 0 -33 0 -6 0 39 0 28 0 -17 0 -11 0 -94 0 -106 0 -61 0 -6 0 28 0 72 0 122 0 61 0 67 0 28 0 -17 0 -44 0 -50 0 -67 0 +USW00094728196701PRCP 0 0 0 0 0 0 0T 0 43 0 0 0 5 0 61 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 208 0 8 0 3 0 0 0 13 0 +USW00094728196701SNOW 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 8 0 +USW00094728196701SNWD 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728196701PSUN 0 X 100 X 3 X 0 X 0 X 100 X 0 X 0 X 100 X 0 X 100 X 36 X 68 X 0 X 58 X 100 X 37 X 100 X 16 X 75 X 100 X 87 X 57 X 97 X 6 X 22 X 0 X 14 X 28 X 100 X 73 X +USW00094728196701TSUN 0 X 558 X 18 X 0 X 0 X 564 X 0 X 0 X 570 X 0 X 540 X 204 X 390 X 0 X 330 X 576 X 216 X 582 X 90 X 438 X 588 X 510 X 336 X 576 X 36 X 132 X 0 X 84 X 168 X 606 X 444 X +USW00094728196701WDFM 270W X 315W X 135W X 45W X 315W X 270W X 180W X 225W X 270W X 225W X 315W X 225W X 225W X 180W X 225W X 315W X 225W X 225W X 45W X 225W X 225W X 225W X 225W X 315W X 45W X 45W X 45W X 315W X 315W X 315W X 315W X +USW00094728196701WSFM 40 X 80 X 45 X 58 X 76 X 85 X 89 X 76 X 58 X 49 X 89 X 85 X 58 X 58 X 67 X 89 X 94 X 107 X 72 X 76 X 80 X 45 X 76 X 49 X 76 X 76 X 156 X 98 X 121 X 112 X 80 X +USW00094728196701WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728196701WT16-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X +USW00094728196701WT18-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X +USW00094728196702TMAX 61 0 144 0 11 0 50 0 89 0 33 0 -89 0 -33 0 11 0 17 0 78 0 -28 0 -50 0 78 0 156 0 122 0 -28 0 -28 0 17 0 56 0 17 0 22 0 33 0 -28 0 -67 0 -11 0 28 0 67 0-9999 -9999 -9999 +USW00094728196702TMIN -6 0 11 0 -67 0 -33 0 17 0 -100 0 -128 0 -144 0 -89 0 -33 0 -28 0 -139 0 -156 0 -56 0 56 0 -39 0 -50 0 -61 0 -50 0 -6 0 -39 0 -56 0 -44 0 -72 0 -111 0 -89 0 -61 0 -39 0-9999 -9999 -9999 +USW00094728196702PRCP 0 0 94 0 0 0 0T 0 0 0 69 0 269 0 0 0 0 0 46 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 33 0 0T 0 15 0 13 0 0 0 104 0 0 0 0T 0 0 0 3 0 36 0-9999 -9999 -9999 +USW00094728196702SNOW 0 0 0T 0 0 0 0T 0 0 0 69 0 318 0 0 0 0 0 51 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 43 0 0T 0 0 0 0T 0 0 0 97 0 0 0 0T 0 0 0 0T 0 23 0-9999 -9999 -9999 +USW00094728196702SNWD 0 0 0 0 0 0 0 0 0 0 25 0 102 0 330 0 305 0 305 0 279 0 229 0 229 0 203 0 76 0 0T 0 0T 0 51 0 25 0 25 0 0 0 0 0 51 0 0T 0 0T 0 0T 0 0T 0 25 0-9999 -9999 -9999 +USW00094728196702PSUN 7 X 32 X 100 X 0 X 79 X 0 X 0 X 100 X 72 X 20 X 74 X 100 X 60 X 67 X 71 X 94 X 1 X 0 X 54 X 7 X 14 X 80 X 14 X 52 X 1 X 100 X 51 X 29 X-9999 -9999 -9999 +USW00094728196702TSUN 42 X 198 X 612 X 0 X 486 X 0 X 0 X 624 X 450 X 126 X 474 X 636 X 384 X 432 X 456 X 600 X 6 X 0 X 348 X 48 X 90 X 528 X 90 X 342 X 6 X 672 X 342 X 198 X-9999 -9999 -9999 +USW00094728196702WDFM 315W X 315W X 45W X 135W X 315W X 45W X 45W X 315W X 45W X 225W X 225W X 315W X 225W X 225W X 225W X 315W X 315W X 45W X 180W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X-9999 -9999 -9999 +USW00094728196702WSFM 89 X 94 X 94 X 89 X 76 X 116 X 139 X 54 X 67 X 89 X 103 X 112 X 63 X 85 X 76 X 174 X 72 X 89 X 49 X 80 X 125 X 76 X 103 X 103 X 130 X 121 X 98 X 107 X-9999 -9999 -9999 +USW00094728196702WT03-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196702WT16-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196702WT18-9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00094728196703TMAX -28 0 50 0 178 0 67 0 33 0 33 0 17 0 39 0 111 0 194 0 222 0 117 0 44 0 172 0 72 0 0 0 -33 0 -67 0 -22 0 44 0 17 0 0 0 17 0 67 0 117 0 128 0 61 0 117 0 117 0 161 0 122 0 +USW00094728196703TMIN -89 0 -83 0 39 0 22 0 -6 0 6 0 -11 0 -22 0 11 0 50 0 100 0 22 0 6 0 28 0 -17 0 -61 0 -106 0 -122 0 -133 0 -50 0 -6 0 -17 0 -22 0 -11 0 0 0 22 0 22 0 22 0 50 0 50 0 39 0 +USW00094728196703PRCP 0 0 0 0 0 0 0 0 107 0 305 0 475 0 0 0 0 0 0 0 0T 0 0 0 36 0 0T 0 99 0 36 0 71 0 0 0 0 0 0 0 36 0 198 0 0T 0 0 0 0 0 0 0 0T 0 5 0 150 0 0 0 0 0 +USW00094728196703SNOW 0 0 0 0 0 0 0 0 51 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 20 0 76 0 0 0 0 0 0 0 20 0 229 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196703SNWD 0T 0 0T 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 51 0 76 0 51 0 25 0 0T 0 152 0 229 0 152 0 76 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728196703PSUN 100 X 29 X 88 X 0 X 0 X 0 X 19 X 46 X 62 X 100 X 74 X 100 X 20 X 47 X 0 X 73 X 29 X 100 X 100 X 54 X 0 X 0 X 20 X 65 X 100 X 100 X 38 X 33 X 43 X 100 X 89 X +USW00094728196703TSUN 678 X 198 X 600 X 0 X 0 X 0 X 132 X 324 X 438 X 702 X 522 X 708 X 144 X 336 X 0 X 522 X 216 X 726 X 726 X 390 X 0 X 0 X 150 X 486 X 744 X 744 X 282 X 252 X 324 X 756 X 678 X +USW00094728196703WDFM 315W X 225W X 270W X 315W X 90W X 45W X 315W X 225W X 225W X 225W X 270W X 45W X 90W X 45W X 45W X 315W X 45W X 315W X 225W X 225W X 90W X 45W X 45W X 315W X 315W X 45W X 45W X 135W X 45W X 45W X 135W X +USW00094728196703WSFM 130 X 72 X 85 X 80 X 67 X 76 X 116 X 54 X 72 X 76 X 80 X 80 X 67 X 80 X 125 X 130 X 125 X 103 X 63 X 58 X 121 X 107 X 58 X 89 X 72 X 72 X 54 X 49 X 80 X 49 X 58 X +USW00094728196703WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196703WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00094728196703WT18-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196704TMAX 233 0 272 0 244 0 100 0 172 0 117 0 44 0 122 0 150 0 211 0 89 0 106 0 128 0 183 0 133 0 167 0 67 0 128 0 106 0 183 0 128 0 244 0 133 0 72 0 117 0 133 0 106 0 161 0 200 0 217 0-9999 +USW00094728196704TMIN 67 0 161 0 22 0 0 0 28 0 44 0 17 0 17 0 33 0 39 0 0 0 -17 0 28 0 78 0 50 0 50 0 39 0 61 0 44 0 61 0 78 0 78 0 72 0 17 0 28 0 39 0 28 0 78 0 61 0 83 0-9999 +USW00094728196704PRCP 0 0 0T 0 0 0 0 0 5 0 102 0 0T 0 0 0 0T 0 10 0 0 0 0 0 0 0 0T 0 81 0 0T 0 170 0 33 0 3 0 0 0 0T 0 38 0 0 0 89 0 0 0 71 0 274 0 0 0 0 0 0 0-9999 +USW00094728196704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00094728196704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196704PSUN 100 X 47 X 80 X 98 X 62 X 0 X 0 X 61 X 79 X 59 X 100 X 100 X 68 X 44 X 0 X 26 X 0 X 5 X 1 X-9999 48 X 38 X 48 X 18 X 100 X 55 X 0 X 93 X 95 X 100 X-9999 +USW00094728196704TSUN 762 X 354 X 612 X 756 X 480 X 0 X 0 X 498 X 618 X 462 X 792 X 792 X 534 X 414 X 0 X 210 X 0 X 42 X 12 X 810 X 390 X 312 X 396 X 144 X 822 X 456 X 0 X 774 X 792 X 834 X-9999 +USW00094728196704WDFM 225W X 225W X 315W X 315W X 225W X 90W X 45W X 45W X 225W X 315W X 315W X 45W X 180W X 225W X 45W X 45W X 90W X 315W X 360W X 315W X 225W X 315W X 315W X 45W X 315W X 135W X 45W X 45W X 360W X 360W X-9999 +USW00094728196704WSFM 67 X 67 X 130 X 103 X 98 X 76 X 89 X 72 X 98 X 139 X 112 X 76 X 72 X 45 X 107 X 67 X 72 X 98 X 94 X 76 X 76 X 121 X 130 X 116 X 98 X 67 X 188 X 125 X 76 X 63 X-9999 +USW00094728196704WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196704WT16-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728196704WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728196705TMAX 217 0 122 0 161 0 156 0 200 0 128 0 67 0 150 0 150 0 144 0 111 0 161 0 194 0 178 0 144 0 178 0 200 0 250 0 272 0 244 0 133 0 172 0 194 0 156 0 78 0 128 0 244 0 267 0 161 0 233 0 222 0 +USW00094728196705TMIN 89 0 89 0 89 0 72 0 89 0 39 0 50 0 44 0 72 0 67 0 56 0 78 0 67 0 89 0 89 0 83 0 89 0 89 0 150 0 106 0 83 0 106 0 89 0 72 0 56 0 56 0 78 0 133 0 111 0 89 0 100 0 +USW00094728196705PRCP 0 0 56 0 56 0 0 0 43 0 165 0 297 0 3 0 0 0 0 0 198 0 0 0 0 0 18 0 20 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 8 0 81 0 15 0 0 0 0T 0 74 0 0 0 0 0 +USW00094728196705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196705PSUN 94 X 0 X 81 X 71 X 72 X 3 X 0 X 39 X 53 X 61 X 26 X 77 X 100 X 25 X 0 X 91 X 97 X 94 X 63 X 86 X 16 X 69 X 93 X 38 X 0 X 7 X 100 X 85 X 3 X 97 X 96 X +USW00094728196705TSUN 792 X 0 X 678 X 600 X 606 X 24 X 0 X 336 X 450 X 528 X 228 X 666 X 864 X 216 X 0 X 792 X 846 X 822 X 552 X 756 X 144 X 606 X 822 X 330 X 0 X 66 X 888 X 756 X 24 X 864 X 852 X +USW00094728196705WDFM 135W X 90W X 315W X 135W X 135W X 45W X 45W X 270W X 315W X 315W X 135W X 315W X 225W X 90W X 315W X 315W X 225W X 225W X 225W X 270W X 315W X 180W X 45W X 45W X 45W X 360W X 45W X 45W X 45W X 315W X 45W X +USW00094728196705WSFM 80 X 67 X 112 X 80 X 72 X 89 X 170 X 76 X 85 X 107 X 89 X 116 X 72 X 49 X 94 X 94 X 80 X 76 X 116 X 107 X 67 X 76 X 85 X 130 X 134 X 103 X 76 X 49 X 80 X 85 X 76 X +USW00094728196705WT16-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 +USW00094728196706TMAX 256 0 311 0 283 0 294 0 272 0 278 0 272 0 294 0 283 0 328 0 322 0 333 0 250 0 233 0 283 0 356 0 317 0 289 0 200 0 200 0 294 0 289 0 272 0 294 0 322 0 272 0 283 0 261 0 261 0 183 0-9999 +USW00094728196706TMIN 89 0 144 0 178 0 161 0 167 0 167 0 167 0 178 0 172 0 189 0 217 0 200 0 161 0 150 0 161 0 217 0 233 0 200 0 156 0 161 0 167 0 172 0 194 0 194 0 183 0 161 0 167 0 178 0 161 0 161 0-9999 +USW00094728196706PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 20 0 0 0 0 0 546 0 262 0 8 0 0 0 51 0 104 0 0 0 58 0 0 0 0 0 0 0 0T 0 130 0-9999 +USW00094728196706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196706PSUN 100 X 94 X 99 X 100 X 100 X 89 X 99 X 100 X 100 X 90 X 100 X 100 X 28 X 21 X 31 X 74 X 100 X 14 X 0 X 2 X 79 X 41 X 8 X 70 X 38 X 99 X 100 X 92 X 66 X 1 X-9999 +USW00094728196706TSUN 894 X 846 X 882 X 900 X 900 X 798 X 888 X 900 X 900 X 810 X 906 X 906 X 252 X 192 X 288 X 672 X 900 X 126 X 0 X 18 X 720 X 366 X 72 X 636 X 348 X 900 X 900 X 828 X 594 X 6 X-9999 +USW00094728196706WDFM 225W X 225W X 135W X 135W X 270W X 135W X 225W X 225W X 225W X 315W X 135W X 225W X 45W X 180W X 270W X 225W X 225W X 180W X 45W X 360W X 315W X 225W X 225W X 225W X 225W X 315W X 270W X 135W X 45W X 45W X-9999 +USW00094728196706WSFM 58 X 54 X 58 X 58 X 72 X 76 X 80 X 76 X 72 X 72 X 63 X 58 X 67 X 49 X 72 X 63 X 76 X 67 X 98 X 112 X 63 X 85 X 40 X 58 X 107 X 80 X 40 X 63 X 63 X 45 X-9999 +USW00094728196706WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196706WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00094728196707TMAX 261 0 283 0 300 0 272 0 244 0 250 0 261 0 278 0 294 0 322 0 289 0 322 0 294 0 278 0 256 0 267 0 283 0 278 0 278 0 289 0 267 0 272 0 306 0 322 0 311 0 300 0 294 0 267 0 283 0 278 0 300 0 +USW00094728196707TMIN 178 0 189 0 189 0 167 0 156 0 156 0 189 0 178 0 206 0 211 0 211 0 211 0 228 0 211 0 200 0 183 0 189 0 206 0 206 0 194 0 183 0 183 0 211 0 239 0 211 0 206 0 222 0 200 0 194 0 206 0 211 0 +USW00094728196707PRCP 0 0 0 0 528 0 282 0 0T 0 0 0 0 0 0 0 0T 0 193 0 91 0 0T 0 0 0 25 0 48 0 71 0 0 0 0T 0 0 0 0 0 23 0 15 0 155 0 0 0 224 0 0 0 0 0 36 0 23 0 61 0 0T 0 +USW00094728196707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196707PSUN 23 X 63 X 47 X 64 X 77 X 79 X 40 X 64 X 30 X 44 X 12 X 88 X 51 X 38 X 17 X 37 X 52 X 17 X 52 X 67 X 6 X 37 X 51 X 55 X 65 X 84 X 87 X 3 X 56 X 25 X 69 X +USW00094728196707TSUN 210 X 570 X 426 X 582 X 690 X 714 X 354 X 576 X 264 X 396 X 102 X 786 X 456 X 342 X 150 X 330 X 468 X 150 X 462 X 594 X 48 X 330 X 450 X 486 X 564 X 732 X 750 X 24 X 486 X 216 X 594 X +USW00094728196707WDFM 225W X 135W X 270W X 45W X 315W X 315W X 225W X 135W X 225W X 315W X 45W X 315W X 225W X 135W X 135W X 135W X 45W X 135W X 135W X 90W X 270W X 135W X 315W X 225W X 225W X 270W X 135W X 45W X 135W X 225W X 180W X +USW00094728196707WSFM 49 X 58 X 58 X 67 X 76 X 49 X 72 X 49 X 45 X 76 X 58 X 63 X 49 X 58 X 45 X 49 X 40 X 49 X 58 X 54 X 72 X 58 X 125 X 76 X 72 X 54 X 67 X 54 X 58 X 54 X 63 X +USW00094728196707WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00094728196707WT16-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00094728196708TMAX 306 0 289 0 272 0 256 0 300 0 306 0 278 0 272 0 278 0 306 0 272 0 256 0 206 0 300 0 289 0 294 0 306 0 311 0 322 0 272 0 278 0 278 0 222 0 211 0 189 0 211 0 294 0 278 0 294 0 300 0 272 0 +USW00094728196708TMIN 206 0 206 0 206 0 200 0 194 0 194 0 189 0 200 0 194 0 211 0 178 0 178 0 183 0 167 0 178 0 200 0 200 0 222 0 222 0 222 0 206 0 194 0 178 0 144 0 144 0 178 0 206 0 194 0 172 0 189 0 144 0 +USW00094728196708PRCP 0T 0 0 0 114 0 36 0 201 0 0 0 0 0 0 0 114 0 23 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0T 0 33 0 20 0 3 0 25 0 0 0 36 0 229 0 102 0 541 0 0 0 0 0 0 0 0 0 +USW00094728196708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196708PSUN 91 X 83 X 14 X 13 X 56 X 85 X 60 X 59 X 53 X 56 X 63 X 46 X 0 X 95 X 88 X 74 X 55 X 61 X 43 X 29 X 45 X 36 X 12 X 4 X 0 X 0 X 26 X 67 X 90 X 91 X 27 X +USW00094728196708TSUN 786 X 708 X 120 X 108 X 474 X 720 X 504 X 498 X 450 X 468 X 534 X 384 X 0 X 786 X 732 X 618 X 450 X 498 X 348 X 234 X 366 X 294 X 96 X 36 X 0 X 0 X 204 X 534 X 714 X 720 X 210 X +USW00094728196708WDFM 270W X 135W X 135W X 180W X 45W X 270W X 135W X 135W X 45W X 360W X 45W X 45W X 45W X 360W X 180W X 135W X 135W X 225W X 225W X 225W X 225W X 180W X 45W X 45W X 45W X 90W X 225W X 270W X 225W X 225W X 360W X +USW00094728196708WSFM 76 X 76 X 80 X 72 X 130 X 58 X 49 X 63 X 76 X 67 X 76 X 76 X 80 X 40 X 45 X 40 X 54 X 72 X 143 X 72 X 49 X 58 X 85 X 76 X 72 X 36 X 67 X 63 X 58 X 72 X 98 X +USW00094728196708WT03-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728196708WT16 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728196709TMAX 233 0 222 0 267 0 306 0 283 0 294 0 289 0 300 0 267 0 211 0 222 0 233 0 256 0 261 0 256 0 206 0 283 0 294 0 306 0 261 0 228 0 222 0 150 0 167 0 178 0 228 0 250 0 222 0 228 0 200 0-9999 +USW00094728196709TMIN 122 0 128 0 111 0 167 0 172 0 172 0 156 0 167 0 183 0 111 0 94 0 106 0 122 0 144 0 161 0 183 0 161 0 183 0 172 0 178 0 183 0 94 0 78 0 83 0 72 0 100 0 150 0 172 0 194 0 122 0-9999 +USW00094728196709PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 66 0 0 0 0 0 0 0 0 0 0T 0 74 0 0 0 0 0 0 0 0 0 104 0 3 0 0 0 0T 0 0 0 0 0 0 0 160 0 58 0 0 0-9999 +USW00094728196709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196709PSUN 75 X 100 X 100 X 94 X 100 X 100 X 100 X 99 X 44 X 41 X 100 X 100 X 100 X 100 X 68 X 0 X 89 X 66 X 81 X 56 X 7 X 55 X 54 X 32 X 100 X 100 X 52 X 10 X 1 X 80 X-9999 +USW00094728196709TSUN 594 X 786 X 780 X 738 X 774 X 774 X 768 X 762 X 336 X 318 X 762 X 756 X 756 X 750 X 510 X 0 X 666 X 486 X 600 X 408 X 54 X 408 X 396 X 234 X 726 X 720 X 372 X 72 X 6 X 564 X-9999 +USW00094728196709WDFM 45W X 315W X 270W X 270W X 270W X 270W X 360W X 225W X 180W X 45W X 45W X 45W X 90W X 360W X 45W X 45W X 135W X 315W X 360W X 45W X 135W X 315W X 270W X 315W X 315W X 225W X 225W X 90W X 135W X 225W X-9999 +USW00094728196709WSFM 112 X 72 X 76 X 54 X 63 X 63 X 63 X 72 X 76 X 125 X 116 X 76 X 49 X 72 X 112 X 130 X 40 X 45 X 45 X 58 X 76 X 94 X 49 X 72 X 80 X 76 X 67 X 89 X 67 X 85 X-9999 +USW00094728196709WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00094728196710TMAX 189 0 228 0 272 0 289 0 300 0 200 0 167 0 156 0 233 0 194 0 178 0 156 0 161 0 156 0 206 0 206 0 244 0 183 0 144 0 144 0 189 0 167 0 172 0 172 0 206 0 133 0 139 0 133 0 117 0 128 0 161 0 +USW00094728196710TMIN 111 0 100 0 139 0 178 0 189 0 111 0 72 0 94 0 156 0 133 0 100 0 100 0 89 0 83 0 94 0 139 0 139 0 117 0 72 0 50 0 89 0 72 0 67 0 89 0 94 0 61 0 44 0 56 0 28 0 17 0 61 0 +USW00094728196710PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 282 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 236 0 0T 0 0 0 0 0 0 0 0 0 0 0 363 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196710PSUN 52 X 100 X 100 X 100 X 80 X 75 X 75 X 0 X 8 X 0 X 54 X 38 X 80 X 3 X 100 X 24 X 21 X 0 X 29 X 100 X 72 X 98 X 91 X 41 X 27 X 95 X 89 X 100 X 95 X 100 X 100 X +USW00094728196710TSUN 366 X 702 X 702 X 702 X 558 X 516 X 522 X 0 X 54 X 0 X 366 X 258 X 540 X 18 X 672 X 156 X 138 X 0 X 192 X 660 X 474 X 642 X 588 X 264 X 174 X 606 X 570 X 636 X 600 X 630 X 630 X +USW00094728196710WDFM 315W X 225W X 225W X 270W X 225W X 45W X 45W X 90W X 225W X 180W X 315W X 315W X 360W X 180W X 135W X 135W X 90W X 225W X 225W X 225W X 225W X 90W X 135W X 90W X 135W X 270W X 90W X 270W X 315W X 45W X 45W X +USW00094728196710WSFM 76 X 45 X 54 X 45 X 72 X 89 X 103 X 54 X 67 X 80 X 54 X 49 X 67 X 49 X 54 X 63 X 49 X 130 X 130 X 76 X 76 X 58 X 45 X 63 X 107 X 94 X 72 X 67 X 76 X 63 X 67 X +USW00094728196710WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196710WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196711TMAX 161 0 172 0 178 0 156 0 94 0 83 0 56 0 67 0 72 0 139 0 133 0 183 0 111 0 56 0 33 0 17 0 83 0 100 0 67 0 44 0 50 0 83 0 106 0 78 0 83 0 161 0 128 0 22 0 28 0 22 0-9999 +USW00094728196711TMIN 89 0 117 0 122 0 61 0 17 0 6 0 22 0 0 0 6 0 72 0 61 0 111 0 44 0 6 0 -67 0 -67 0 -17 0 22 0 33 0 -11 0 -17 0 33 0 28 0 17 0 50 0 50 0 22 0 -22 0 -33 0 -39 0-9999 +USW00094728196711PRCP 0T 0 178 0 0 0 30 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 13 0 0 0 0T 0 13 0 0 0 23 0 43 0 0 0 0 0 0 0 25 0 163 0 3 0 86 0 0 0 0 0 0 0 0T 0 81 0-9999 +USW00094728196711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 81 0-9999 +USW00094728196711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196711PSUN 49 X 0 X 71 X 41 X 70 X 97 X 1 X 88 X 0 X 56 X 25 X 18 X 84 X 34 X 78 X 95 X 14 X 26 X 24 X 88 X 74 X 0 X 0 X 75 X 37 X 100 X 52 X 32 X 99 X 0 X-9999 +USW00094728196711TSUN 306 X 0 X 438 X 258 X 432 X 594 X 6 X 540 X 0 X 336 X 150 X 108 X 504 X 204 X 462 X 570 X 78 X 156 X 138 X 516 X 432 X 0 X 0 X 432 X 210 X 576 X 300 X 186 X 564 X 0 X-9999 +USW00094728196711WDFM 135W X 135W X 270W X 315W X 270W X 225W X 315W X 315W X 225W X 315W X 135W X 225W X 315W X 225W X 315W X 315W X 225W X 270W X 270W X 315W X 90W X 45W X 315W X 225W X 270W X 225W X 315W X 270W X 270W X 45W X-9999 +USW00094728196711WSFM 49 X 67 X 45 X 76 X 76 X 49 X 67 X 80 X 85 X 67 X 72 X 107 X 125 X 76 X 134 X 103 X 76 X 94 X 116 X 103 X 54 X 72 X 103 X 76 X 89 X 107 X 76 X 76 X 76 X 94 X-9999 +USW00094728196711WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196711WT16 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196711WT18-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00094728196712TMAX 0 0 56 0 106 0 83 0 78 0 44 0 83 0 128 0 94 0 22 0 39 0 106 0 144 0 94 0 39 0 33 0 67 0 94 0 133 0 117 0 122 0 167 0 33 0 6 0 61 0 44 0 -6 0 22 0 22 0 -6 0 11 0 +USW00094728196712TMIN -67 0 -56 0 28 0 6 0 17 0 6 0 39 0 72 0 22 0 -6 0 11 0 39 0 61 0 11 0 -6 0 -6 0 22 0 28 0 67 0 33 0 33 0 33 0 -22 0 -33 0 -28 0 -28 0 -44 0 -6 0 -44 0 -67 0 -33 0 +USW00094728196712PRCP 0 0 0 0 371 0 0 0 0 0 0 0 5 0 28 0 0 0 74 0 175 0 325 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 76 0 23 0 0 0 30 0 20 0 5 0 328 0 13 0 0 0 71 0 +USW00094728196712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 8 0 25 0 0 0 0 0 76 0 +USW00094728196712SNWD 76 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728196712PSUN 100 X 69 X 0 X 100 X 86 X 11 X 0 X 53 X 41 X 18 X 0 X 14 X 100 X 7 X 75 X 15 X 62 X 0 X 100 X 83 X 72 X 0 X 31 X 71 X 28 X 100 X 7 X 0 X 79 X 72 X 0 X +USW00094728196712TSUN 570 X 390 X 0 X 564 X 486 X 60 X 0 X 300 X 228 X 102 X 0 X 78 X 558 X 36 X 414 X 84 X 348 X 0 X 558 X 462 X 402 X 0 X 174 X 396 X 156 X 558 X 42 X 0 X 438 X 402 X 0 X +USW00094728196712WDFM 45W X 45W X 360W X 315W X 360W X 360W X 135W X 270W X 360W X 45W X 45W X 45W X 225W X 270W X 315W X 270W X 315W X 135W X 315W X 315W X 135W X 315W X 315W X 225W X 180W X 315W X 45W X 45W X 360W X 360W X 225W X +USW00094728196712WSFM 80 X 67 X 116 X 116 X 67 X 63 X 54 X 76 X 67 X 121 X 139 X 76 X 72 X 103 X 116 X 94 X 80 X 76 X 85 X 67 X 58 X 72 X 103 X 72 X 85 X 94 X 54 X 139 X 116 X 49 X 54 X +USW00094728196712WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728196712WT16-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 +USW00094728196712WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X +USW00094728196801TMAX 0 0 -44 0 11 0 11 0 -50 0 -11 0 -33 0 -106 0 -100 0 -83 0 -89 0 -56 0 -6 0 39 0 17 0 -44 0 6 0 72 0 94 0 94 0 100 0 67 0 50 0 -6 0 -56 0 39 0 89 0 44 0 39 0 56 0 83 0 +USW00094728196801TMIN -117 0 -128 0 -44 0 -72 0 -111 0 -100 0 -122 0 -167 0 -183 0 -161 0 -161 0 -167 0 -106 0 -22 0 -44 0 -117 0 -89 0 -22 0 17 0 17 0 11 0 -6 0 -6 0 -56 0 -78 0 -83 0 -17 0 22 0 22 0 22 0 17 0 +USW00094728196801PRCP 8 0 0T 0 18 0 5 0 0 0 38 0 23 0 0 0 8 0 0T 0 0 0 0 0 0 0 330 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 3 0 0 0 0 0 0 0 10 0 10 0 20 0 0 0 +USW00094728196801SNOW 8 0 0T 0 13 0 0T 0 0 0 38 0 23 0 0 0 10 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196801SNWD 76 0 76 0 76 0 76 0 76 0 51 0 76 0 76 0 76 0 76 0 76 0 51 0 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196801PSUN 100 X 84 X 0 X 9 X 100 X 35 X 92 X 90 X 40 X 99 X 100 X 100 X 90 X 0 X 0 X 100 X 54 X 100 X 86 X 100 X 98 X 79 X 18 X 8 X 0 X 100 X 91 X 0 X 0 X 0 X 89 X +USW00094728196801TSUN 558 X 474 X 0 X 54 X 564 X 198 X 522 X 510 X 222 X 564 X 570 X 570 X 516 X 0 X 0 X 576 X 312 X 582 X 498 X 582 X 570 X 462 X 102 X 48 X 0 X 594 X 540 X 0 X 0 X 0 X 540 X +USW00094728196801WDFM 315W X 360W X 225W X 315W X 315W X 225W X 315W X 315W X 315W X 360W X 360W X 315W X 45W X 45W X 270W X 315W X 225W X 225W X 270W X 270W X 315W X 225W X 315W X 360W X 360W X 315W X 360W X 45W X 90W X 45W X 45W X +USW00094728196801WSFM 130 X 58 X 67 X 130 X 103 X 63 X 143 X 134 X 72 X 72 X 76 X 67 X 85 X 130 X 112 X 130 X 49 X 63 X 76 X 54 X 107 X 67 X 94 X 94 X 80 X 58 X 40 X 49 X 58 X 85 X 98 X +USW00094728196801WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196801WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00094728196801WT18 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196802TMAX 22 0 94 0 61 0 28 0 44 0 61 0 44 0 22 0 50 0 6 0 -67 0 -33 0 -61 0 17 0 33 0 22 0 78 0 -6 0 11 0 44 0 -61 0 -6 0 39 0 11 0 44 0 61 0 72 0 72 0 39 0-9999 -9999 +USW00094728196802TMIN 0 0 17 0 6 0 -39 0 -39 0 -28 0 -22 0 -56 0 -44 0 -111 0 -133 0 -94 0 -100 0 -78 0 -44 0 -67 0 -89 0 -100 0 -67 0 -117 0 -150 0 -122 0 -50 0 -83 0 -72 0 -56 0 -22 0 -6 0 6 0-9999 -9999 +USW00094728196802PRCP 0T 0 132 0 3 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 0-9999 -9999 +USW00094728196802SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0-9999 -9999 +USW00094728196802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728196802PSUN 0 X 1 X 56 X 70 X 95 X 87 X 54 X 30 X 76 X 96 X 78 X 41 X 79 X 100 X 89 X 96 X 84 X 100 X 100 X 30 X 94 X 100 X 100 X 100 X 100 X 100 X 88 X 70 X 0 X-9999 -9999 +USW00094728196802TSUN 0 X 6 X 342 X 432 X 588 X 540 X 336 X 186 X 468 X 606 X 492 X 258 X 498 X 636 X 570 X 618 X 540 X 648 X 648 X 198 X 618 X 660 X 660 X 666 X 666 X 672 X 588 X 468 X 0 X-9999 -9999 +USW00094728196802WDFM 45W X 135W X 270W X 315W X 315W X 270W X 360W X 360W X 315W X 270W X 270W X 225W X 315W X 270W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 225W X 315W X 360W X 360W X 315W X 180W X 135W X 45W X-9999 -9999 +USW00094728196802WSFM 72 X 76 X 89 X 103 X 85 X 76 X 107 X 112 X 63 X 107 X 89 X 80 X 130 X 94 X 107 X 89 X 148 X 89 X 80 X 130 X 130 X 85 X 76 X 76 X 76 X 58 X 63 X 76 X 139 X-9999 -9999 +USW00094728196802WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728196802WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728196802WT18-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728196803TMAX 39 0 44 0 6 0 72 0 89 0 50 0 39 0 139 0 100 0 72 0 117 0 33 0 44 0 39 0 67 0 106 0 94 0 83 0 167 0 161 0 144 0 89 0 139 0 83 0 117 0 117 0 206 0 189 0 244 0 189 0 200 0 +USW00094728196803TMIN -22 0 -22 0 -94 0 -67 0 11 0 0 0 -61 0 -6 0 67 0 33 0 33 0 -11 0 -56 0 -61 0 0 0 50 0 61 0 61 0 61 0 83 0 67 0 56 0 11 0 0 0 -11 0 33 0 56 0 83 0 67 0 89 0 89 0 +USW00094728196803PRCP 168 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 20 0 28 0 0 0 287 0 150 0 0 0 0 0 0T 0 361 0 112 0 0T 0 0 0 0 0 3 0 84 0 0T 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 +USW00094728196803SNOW 140 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196803SNWD 76 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196803PSUN 29 X 12 X 60 X 65 X 93 X 31 X 100 X 100 X 0 X 2 X 83 X 0 X 1 X 99 X 82 X 3 X 0 X 0 X 78 X 53 X 32 X 0 X 1 X 74 X 100 X 78 X 84 X 85 X 86 X 100 X 80 X +USW00094728196803TSUN 192 X 72 X 414 X 444 X 636 X 216 X 696 X 696 X 0 X 12 X 582 X 0 X 12 X 714 X 588 X 18 X 0 X 0 X 564 X 384 X 234 X 0 X 6 X 546 X 744 X 576 X 630 X 636 X 648 X 756 X 606 X +USW00094728196803WDFM 315W X 270W X 315W X 315W X 315W X 45W X 360W X 180W X 180W X 360W X 315W X 45W X 315W X 315W X 135W X 135W X 45W X 45W X 45W X 180W X 45W X 45W X 135W X 270W X 315W X 135W X 180W X 135W X 360W X 315W X 135W X +USW00094728196803WSFM 170 X 89 X 143 X 98 X 76 X 98 X 94 X 67 X 45 X 31 X 80 X 116 X 130 X 94 X 85 X 76 X 116 X 148 X 94 X 45 X 49 X 72 X 85 X 134 X 72 X 89 X 49 X 63 X 85 X 121 X 76 X +USW00094728196803WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196803WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728196803WT18 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196804TMAX 172 0 161 0 189 0 228 0 172 0 111 0 133 0 144 0 233 0 189 0 161 0 194 0 278 0 222 0 200 0 189 0 206 0 239 0 211 0 256 0 222 0 144 0 133 0 128 0 128 0 183 0 183 0 189 0 183 0 172 0-9999 +USW00094728196804TMIN 39 0 22 0 72 0 111 0 22 0 0 0 28 0 39 0 128 0 100 0 78 0 61 0 94 0 100 0 78 0 61 0 89 0 78 0 72 0 83 0 78 0 78 0 61 0 78 0 78 0 56 0 94 0 72 0 89 0 61 0-9999 +USW00094728196804PRCP 25 0 0 0 0 0 0T 0 13 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 551 0 8 0 0 0 15 0 0 0 0 0 97 0-9999 +USW00094728196804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196804PSUN 50 X 100 X 89 X 12 X 60 X 100 X 100 X 36 X 100 X 65 X 81 X 100 X 100 X 100 X 32 X 91 X 100 X 100 X 100 X 100 X 100 X 0 X 20 X 0 X 25 X 100 X 0 X 100 X 74 X 51 X-9999 +USW00094728196804TSUN 378 X 762 X 684 X 96 X 462 X 774 X 780 X 276 X 780 X 510 X 642 X 792 X 792 X 798 X 258 X 726 X 804 X 804 X 810 X 810 X 810 X 0 X 168 X 0 X 204 X 828 X 0 X 828 X 618 X 432 X-9999 +USW00094728196804WDFM 315W X 315W X 180W X 225W X 270W X 45W X 135W X 225W X 270W X 225W X 45W X 135W X 225W X 90W X 315W X 45W X 45W X 135W X 225W X 45W X 135W X 45W X 90W X 135W X 315W X 225W X 315W X 360W X 135W X 315W X-9999 +USW00094728196804WSFM 121 X 67 X 94 X 107 X 107 X 85 X 80 X 76 X 107 X 72 X 89 X 67 X 49 X 63 X 94 X 116 X 76 X 67 X 54 X 94 X 67 X 76 X 76 X 94 X 116 X 80 X 58 X 63 X 76 X 98 X-9999 +USW00094728196804WT16 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 +USW00094728196805TMAX 144 0 194 0 239 0 206 0 206 0 167 0 200 0 172 0 244 0 239 0 189 0 172 0 183 0 200 0 217 0 183 0 267 0 194 0 228 0 167 0 211 0 228 0 194 0 161 0 239 0 261 0 150 0 133 0 217 0 222 0 200 0 +USW00094728196805TMIN 56 0 61 0 117 0 128 0 94 0 89 0 67 0 83 0 106 0 156 0 106 0 111 0 89 0 83 0 94 0 144 0 161 0 106 0 111 0 94 0 100 0 106 0 117 0 111 0 111 0 100 0 89 0 100 0 117 0 122 0 139 0 +USW00094728196805PRCP 0 0 0 0 20 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 140 0 104 0 0 0 0 0 0 0 3 0 0 0 10 0 51 0 5 0 0 0 8 0 56 0 147 0 0 0 0 0 0 0 226 0 1013 0 10 0 0 0 +USW00094728196805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196805PSUN 38 X 100 X 75 X 37 X 64 X 29 X 100 X 100 X 75 X 59 X 34 X 0 X 10 X 82 X 61 X 0 X 100 X 7 X 94 X 56 X 79 X 79 X 28 X 13 X 100 X 80 X 56 X 0 X 25 X 56 X 14 X +USW00094728196805TSUN 324 X 840 X 630 X 318 X 540 X 252 X 852 X 852 X 648 X 504 X 294 X 0 X 90 X 708 X 528 X 0 X 870 X 60 X 822 X 492 X 690 X 690 X 246 X 114 X 882 X 708 X 492 X 0 X 222 X 498 X 126 X +USW00094728196805WDFM 270W X 270W X 225W X 315W X 360W X 360W X 360W X 135W X 225W X 225W X 45W X 45W X 45W X 135W X 225W X 225W X 225W X 45W X 135W X 270W X 225W X 45W X 225W X 45W X 315W X 45W X 45W X 45W X 45W X 135W X 270W X +USW00094728196805WSFM 76 X 76 X 112 X 85 X 76 X 76 X 76 X 80 X 94 X 63 X 72 X 89 X 76 X 49 X 49 X 54 X 72 X 80 X 67 X 98 X 67 X 103 X 72 X 98 X 63 X 112 X 112 X 125 X 103 X 76 X 76 X +USW00094728196805WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196805WT16-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00094728196806TMAX 250 0 211 0 272 0 244 0 283 0 339 0 328 0 278 0 311 0 244 0 172 0 206 0 217 0 239 0 294 0 278 0 228 0 256 0 233 0 217 0 244 0 306 0 283 0 244 0 317 0 217 0 161 0 200 0 289 0 344 0-9999 +USW00094728196806TMIN 128 0 144 0 150 0 139 0 150 0 200 0 217 0 178 0 183 0 144 0 139 0 161 0 161 0 139 0 161 0 183 0 150 0 150 0 161 0 139 0 117 0 183 0 183 0 183 0 211 0 156 0 139 0 144 0 150 0 222 0-9999 +USW00094728196806PRCP 0 0 20 0 79 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 483 0 15 0 15 0 0T 0 0 0 69 0 30 0 333 0 64 0 0 0 0 0 0 0 15 0 287 0 5 0 135 0 13 0 0 0 0 0-9999 +USW00094728196806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196806PSUN 90 X 2 X 48 X 86 X 100 X 100 X 100 X 100 X 64 X 0 X 0 X 0 X 12 X 50 X 98 X 31 X 13 X 67 X 49 X 94 X 90 X 76 X 100 X 33 X 52 X 0 X 0 X 9 X 93 X 98 X-9999 +USW00094728196806TSUN 810 X 18 X 432 X 768 X 900 X 900 X 900 X 900 X 576 X 0 X 0 X 0 X 108 X 450 X 882 X 282 X 120 X 606 X 438 X 852 X 816 X 690 X 900 X 300 X 468 X 0 X 0 X 78 X 840 X 888 X-9999 +USW00094728196806WDFM 180W X 135W X 225W X 315W X 225W X 225W X 225W X 45W X 270W X 45W X 45W X 225W X 270W X 270W X 225W X 90W X 45W X 225W X 180W X 270W X 270W X 225W X 45W X 180W X 270W X 45W X 90W X 45W X 225W X 225W X-9999 +USW00094728196806WSFM 54 X 54 X 67 X 72 X 58 X 58 X 58 X 76 X 72 X 80 X 40 X 58 X 67 X 45 X 72 X 54 X 54 X 54 X 67 X 94 X 63 X 98 X 54 X 54 X 63 X 94 X 94 X 98 X 72 X 72 X-9999 +USW00094728196806WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00094728196806WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728196807TMAX 361 0 333 0 267 0 239 0 278 0 267 0 278 0 300 0 289 0 278 0 256 0 289 0 311 0 300 0 311 0 361 0 367 0 328 0 317 0 294 0 317 0 300 0 339 0 306 0 289 0 294 0 278 0 306 0 278 0 267 0 278 0 +USW00094728196807TMIN 250 0 244 0 206 0 172 0 172 0 178 0 161 0 183 0 206 0 206 0 194 0 200 0 206 0 211 0 222 0 239 0 256 0 239 0 222 0 200 0 178 0 211 0 228 0 217 0 222 0 200 0 194 0 200 0 161 0 156 0 194 0 +USW00094728196807PRCP 0 0 0T 0 10 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 145 0 0 0 0 0 0 0 0 0 513 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196807PSUN 100 X 87 X 7 X 15 X 100 X 55 X 100 X 99 X 93 X 35 X 4 X 10 X 7 X 55 X 37 X 99 X 67 X 14 X 4 X 87 X 100 X 81 X 77 X 17 X 40 X 98 X 62 X 35 X 97 X 99 X 65 X +USW00094728196807TSUN 906 X 786 X 66 X 138 X 900 X 492 X 900 X 888 X 834 X 318 X 36 X 90 X 60 X 492 X 330 X 882 X 594 X 120 X 42 X 768 X 882 X 714 X 678 X 144 X 354 X 858 X 540 X 306 X 840 X 852 X 564 X +USW00094728196807WDFM 315W X 225W X 225W X 45W X 180W X 270W X 180W X 225W X 180W X 90W X 45W X 225W X 225W X 225W X 180W X 270W X 90W X 225W X 225W X 45W X 45W X 225W X 225W X 225W X 270W X 45W X 225W X 270W X 270W X 135W X 225W X +USW00094728196807WSFM 63 X 98 X 72 X 49 X 54 X 54 X 54 X 72 X 76 X 58 X 54 X 58 X 49 X 54 X 45 X 49 X 54 X 67 X 76 X 58 X 49 X 80 X 58 X 125 X 63 X 67 X 72 X 72 X 76 X 54 X 72 X +USW00094728196807WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196807WT16-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196808TMAX 333 0 294 0 306 0 306 0 311 0 267 0 344 0 328 0 328 0 311 0 256 0 278 0 278 0 294 0 300 0 261 0 328 0 283 0 244 0 328 0 328 0 317 0 278 0 300 0 339 0 272 0 244 0 239 0 250 0 267 0 278 0 +USW00094728196808TMIN 211 0 211 0 217 0 228 0 211 0 194 0 233 0 228 0 244 0 217 0 161 0 156 0 178 0 206 0 189 0 167 0 228 0 194 0 183 0 222 0 233 0 200 0 206 0 211 0 228 0 161 0 150 0 139 0 161 0 156 0 144 0 +USW00094728196808PRCP 175 0 3 0 56 0 3 0 0 0 0T 0 114 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 79 0 0T 0 0 0 0 0 0 0 0 0 48 0 109 0 0T 0 145 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196808PSUN 52 X 53 X 70 X 16 X 90 X 0 X 65 X 98 X 29 X 23 X 100 X 100 X 77 X 33 X 100 X 35 X 41 X 46 X 6 X 24 X 100 X 96 X 59 X 46 X 92 X 79 X 100 X 97 X 92 X 93 X 100 X +USW00094728196808TSUN 432 X 450 X 600 X 138 X 762 X 0 X 546 X 822 X 246 X 198 X 840 X 834 X 642 X 270 X 828 X 294 X 342 X 378 X 48 X 192 X 816 X 780 X 480 X 366 X 744 X 636 X 798 X 774 X 732 X 732 X 786 X +USW00094728196808WDFM 225W X 270W X 225W X 270W X 45W X 180W X 315W X 225W X 225W X 315W X 315W X 225W X 225W X 225W X 360W X 180W X 270W X 45W X 180W X 225W X 315W X 180W X 90W X 225W X 225W X 315W X 315W X 315W X 45W X 360W X 180W X +USW00094728196808WSFM 76 X 45 X 45 X 58 X 76 X 54 X 85 X 45 X 116 X 67 X 63 X 54 X 76 X 58 X 58 X 54 X 58 X 72 X 63 X 76 X 76 X 67 X 63 X 54 X 85 X 76 X 80 X 63 X 72 X 76 X 72 X +USW00094728196808WT03 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196808WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196809TMAX 239 0 278 0 278 0 278 0 222 0 211 0 278 0 272 0 261 0 261 0 267 0 228 0 261 0 272 0 250 0 261 0 267 0 272 0 272 0 294 0 267 0 306 0 283 0 272 0 306 0 278 0 250 0 256 0 211 0 244 0-9999 +USW00094728196809TMIN 172 0 172 0 150 0 183 0 189 0 189 0 172 0 161 0 178 0 178 0 183 0 161 0 133 0 133 0 144 0 156 0 167 0 144 0 133 0 156 0 178 0 172 0 206 0 206 0 206 0 194 0 167 0 144 0 117 0 122 0-9999 +USW00094728196809PRCP 0T 0 203 0 0 0 0 0 0 0 117 0 0 0 0 0 0 0 30 0 140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196809PSUN 28 X 63 X 88 X 92 X 2 X 0 X 100 X 91 X 75 X 22 X 71 X 85 X 100 X 100 X 100 X 100 X 93 X 100 X 100 X 100 X 100 X 100 X 59 X 34 X 100 X 52 X 90 X 99 X 78 X 100 X-9999 +USW00094728196809TSUN 222 X 492 X 690 X 714 X 12 X 0 X 768 X 696 X 576 X 174 X 540 X 642 X 756 X 750 X 750 X 750 X 696 X 744 X 738 X 738 X 732 X 732 X 432 X 252 X 726 X 378 X 648 X 708 X 558 X 708 X-9999 +USW00094728196809WDFM 90W X 180W X 225W X 90W X 90W X 180W X 45W X 45W X 45W X 135W X 45W X 315W X 270W X 315W X 45W X 90W X 90W X 90W X 45W X 180W X 180W X 225W X 270W X 135W X 180W X 45W X 360W X 270W X 315W X 270W X-9999 +USW00094728196809WSFM 49 X 72 X 54 X 58 X 58 X 76 X 49 X 45 X 58 X 80 X 94 X 94 X 80 X 54 X 54 X 45 X 49 X 49 X 54 X 54 X 45 X 54 X 54 X 49 X 63 X 63 X 54 X 63 X 72 X 72 X-9999 +USW00094728196809WT16 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196810TMAX 289 0 294 0 289 0 183 0 172 0 167 0 200 0 178 0 178 0 161 0 161 0 211 0 239 0 211 0 217 0 267 0 272 0 256 0 222 0 211 0 178 0 200 0 228 0 183 0 172 0 144 0 178 0 156 0 122 0 117 0 128 0 +USW00094728196810TMIN 161 0 189 0 183 0 94 0 67 0 72 0 133 0 111 0 106 0 100 0 139 0 133 0 156 0 133 0 150 0 156 0 167 0 178 0 156 0 128 0 117 0 94 0 144 0 128 0 100 0 72 0 56 0 100 0 56 0 33 0 22 0 +USW00094728196810PRCP 0 0 0 0 8 0 0 0 0 0 28 0 229 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 157 0 0 0 0 0 0 0 0 0 0T 0 132 0 0T 0 0 0 3 0 0 0 0 0 0 0 +USW00094728196810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196810PSUN 100 X 100 X 92 X 94 X 97 X 62 X 24 X 32 X 73 X 17 X 0 X 7 X 49 X 94 X 77 X 100 X 81 X 33 X 0 X 72 X 91 X 85 X 100 X 73 X 35 X 54 X 100 X 17 X 44 X 78 X 100 X +USW00094728196810TSUN 708 X 702 X 642 X 660 X 672 X 432 X 168 X 216 X 504 X 120 X 0 X 48 X 330 X 630 X 516 X 666 X 540 X 222 X 0 X 474 X 594 X 558 X 648 X 474 X 222 X 348 X 636 X 114 X 282 X 492 X 630 X +USW00094728196810WDFM 270W X 180W X 270W X 270W X 315W X 180W X 315W X 360W X 360W X 45W X 90W X 225W X 225W X 45W X 270W X 225W X 225W X 180W X 270W X 315W X 315W X 180W X 270W X 45W X 270W X 270W X 225W X 225W X 270W X 315W X 315W X +USW00094728196810WSFM 45 X 72 X 76 X 94 X 58 X 63 X 89 X 63 X 49 X 58 X 40 X 45 X 36 X 45 X 45 X 49 X 54 X 58 X 76 X 80 X 103 X 76 X 76 X 72 X 58 X 85 X 76 X 76 X 80 X 103 X 80 X +USW00094728196810WT16-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00094728196811TMAX 178 0 250 0 144 0 133 0 139 0 122 0 117 0 100 0 106 0 61 0 100 0 50 0 44 0 89 0 111 0 122 0 72 0 150 0 100 0 61 0 72 0 122 0 117 0 161 0 94 0 89 0 117 0 167 0 194 0 50 0-9999 +USW00094728196811TMIN 56 0 128 0 100 0 83 0 94 0 72 0 78 0 67 0 61 0 33 0 44 0 11 0 6 0 22 0 61 0 50 0 33 0 72 0 33 0 17 0 0 0 33 0 44 0 83 0 39 0 22 0 61 0 56 0 50 0 22 0-9999 +USW00094728196811PRCP 0 0 0T 0 10 0 0 0 0 0 0 0 351 0 5 0 56 0 310 0 0T 0 323 0 0T 0 0 0 3 0 13 0 13 0 277 0 13 0 0T 0 0 0 0 0 0 0 33 0 8 0 0 0 0T 0 20 0 28 0 0 0-9999 +USW00094728196811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196811PSUN 100 X 80 X 0 X 19 X 0 X 36 X 0 X 4 X 10 X 0 X 55 X 0 X 1 X 82 X 3 X 0 X 0 X 0 X 43 X 74 X 82 X 63 X 85 X 76 X 40 X 93 X 2 X 0 X 55 X 0 X-9999 +USW00094728196811TSUN 630 X 498 X 0 X 114 X 0 X 222 X 0 X 24 X 60 X 0 X 330 X 0 X 6 X 492 X 18 X 0 X 0 X 0 X 252 X 432 X 480 X 366 X 492 X 444 X 234 X 534 X 12 X 0 X 312 X 0 X-9999 +USW00094728196811WDFM 270W X 225W X 270W X 45W X 45W X 90W X 45W X 315W X 270W X 45W X 45W X 45W X 315W X 315W X 225W X 45W X 45W X 180W X 270W X 270W X 180W X 225W X 180W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X-9999 +USW00094728196811WSFM 49 X 63 X 45 X 54 X 63 X 76 X 121 X 58 X 54 X 116 X 103 X 228 X 130 X 107 X 49 X 85 X 80 X 80 X 85 X 107 X 89 X 80 X 67 X 72 X 174 X 98 X 80 X 76 X 121 X 89 X-9999 +USW00094728196811WT16-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00094728196811WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196812TMAX 83 0 156 0 122 0 139 0 72 0 39 0 44 0 22 0 -28 0 -44 0 11 0 50 0 156 0 133 0 11 0 -17 0 39 0 33 0 33 0 78 0 44 0 28 0 94 0 11 0 -50 0 -56 0 -22 0 133 0 83 0 22 0 56 0 +USW00094728196812TMIN 0 0 83 0 72 0 72 0 11 0 0 0 -11 0 -33 0 -106 0 -128 0 -94 0 -17 0 22 0 11 0 -72 0 -83 0 -22 0 -22 0 17 0 11 0 6 0 0 0 0 0 -50 0 -106 0 -117 0 -61 0 -22 0 -22 0 -39 0 -6 0 +USW00094728196812PRCP 18 0 58 0 0T 0 452 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 130 0 119 0 0 0 0 0 0 0 0T 0 0T 0 0 0 74 0 99 0 0T 0 0 0 0 0 30 0 36 0 0 0 0 0 38 0 +USW00094728196812SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 132 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 46 0 0 0 0 0 0 0 0 0 +USW00094728196812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 102 0 127 0 102 0 76 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728196812PSUN 50 X 82 X 70 X 0 X 53 X 100 X 100 X 83 X 100 X 100 X 77 X 100 X 100 X 0 X 39 X 79 X 100 X 100 X 10 X 15 X 19 X 4 X 25 X 79 X 100 X 100 X 0 X 0 X 62 X 100 X 33 X +USW00094728196812TSUN 288 X 468 X 396 X 0 X 300 X 564 X 564 X 468 X 564 X 558 X 432 X 558 X 558 X 0 X 216 X 438 X 558 X 558 X 54 X 84 X 108 X 24 X 138 X 444 X 558 X 558 X 0 X 0 X 348 X 558 X 186 X +USW00094728196812WDFM 180W X 225W X 90W X 270W X 270W X 270W X 270W X 315W X 315W X 315W X 45W X 180W X 225W X 360W X 315W X 315W X 270W X 225W X 45W X 315W X 315W X 45W X 270W X 315W X 315W X 315W X 45W X 180W X 270W X 315W X 225W X +USW00094728196812WSFM 54 X 58 X 67 X 130 X 148 X 125 X 67 X 112 X 170 X 98 X 54 X 76 X 76 X 98 X 121 X 107 X 80 X 63 X 58 X 103 X 94 X 40 X 103 X 130 X 139 X 76 X 49 X 89 X 112 X 80 X 45 X +USW00094728196812WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728196812WT16 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X +USW00094728196812WT18-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728196901TMAX 28 0 -22 0 6 0 -6 0 -22 0 56 0 11 0 -6 0 33 0 6 0 -11 0 11 0 17 0 44 0 33 0 28 0 56 0 89 0 89 0 50 0 44 0 78 0 83 0 78 0 78 0 0 0 -44 0 -33 0 11 0 50 0 83 0 +USW00094728196901TMIN -106 0 -94 0 -67 0 -61 0 -83 0 -50 0 -33 0 -33 0 -28 0 -61 0 -67 0 -67 0 -39 0 -22 0 -33 0 -56 0 -11 0 56 0 17 0 6 0 6 0 17 0 50 0 56 0 0 0 -61 0 -100 0 -117 0 -33 0 6 0 22 0 +USW00094728196901PRCP 0T 0 0 0 0T 0 0 0 0 0 23 0 23 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 56 0 30 0 0 0 0 0 0 0 0 0 30 0 109 0 5 0 +USW00094728196901SNOW 0 0 0 0 0T 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196901PSUN 96 X 73 X 56 X 100 X 100 X 67 X 12 X 100 X 0 X 92 X 100 X 100 X 85 X 100 X 100 X 96 X 29 X 0 X 15 X 81 X 74 X 97 X 0 X 0 X 100 X 89 X 100 X 100 X 0 X 0 X 93 X +USW00094728196901TSUN 540 X 408 X 312 X 564 X 564 X 378 X 66 X 564 X 0 X 522 X 570 X 570 X 486 X 576 X 576 X 552 X 168 X 0 X 90 X 474 X 438 X 570 X 0 X 0 X 594 X 528 X 594 X 600 X 0 X 0 X 558 X +USW00094728196901WDFM 270W X 270W X 225W X 315W X 315W X 225W X 315W X 270W X 270W X 270W X 270W X 315W X 315W X 315W X 315W X 360W X 225W X 225W X 315W X 45W X 45W X 45W X 45W X 45W X 270W X 315W X 315W X 360W X 45W X 90W X 315W X +USW00094728196901WSFM 139 X 116 X 67 X 85 X 49 X 76 X 89 X 116 X 76 X 89 X 103 X 85 X 85 X 107 X 67 X 76 X 67 X 80 X 72 X 76 X 134 X 103 X 116 X 94 X 76 X 98 X 98 X 76 X 54 X 76 X 130 X +USW00094728196901WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728196901WT16 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00094728196901WT18-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196902TMAX 50 0 50 0 33 0 -11 0 0 0 50 0 33 0 39 0 22 0 22 0 33 0 56 0 11 0 -17 0 22 0 28 0 22 0 22 0 22 0 33 0 61 0 22 0 17 0 50 0 67 0 17 0 22 0 50 0-9999 -9999 -9999 +USW00094728196902TMIN 17 0 17 0 -11 0 -44 0 -50 0 -56 0 -33 0 -28 0 -33 0 -44 0 -56 0 -6 0 -61 0 -83 0 -72 0 -61 0 -33 0 -11 0 0 0 11 0 17 0 -6 0 11 0 11 0 11 0 -11 0 -22 0 -11 0-9999 -9999 -9999 +USW00094728196902PRCP 15 0 0 0 114 0 0T 0 0T 0 0 0 0 0 0 0 417 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 46 0 15 0 0 0 0 0 104 0 18 0 0T 0 0T 0 0T 0 0 0-9999 -9999 -9999 +USW00094728196902SNOW 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 356 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 25 0 8 0 0T 0 0T 0 0T 0 0 0-9999 -9999 -9999 +USW00094728196902SNWD 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 25 0 381 0 381 0 330 0 279 0 279 0 279 0 254 0 229 0 203 0 178 0 152 0 152 0 127 0 127 0 127 0 127 0 51 0 51 0 25 0-9999 -9999 -9999 +USW00094728196902PSUN 0 X 49 X 0 X 96 X 91 X 100 X 100 X 80 X 0 X 71 X 87 X 79 X 100 X 100 X 100 X 93 X 93 X 0 X 0 X 0 X 28 X 0 X 0 X 9 X 51 X 2 X 17 X 25 X-9999 -9999 -9999 +USW00094728196902TSUN 0 X 300 X 0 X 594 X 564 X 618 X 624 X 498 X 0 X 444 X 546 X 504 X 636 X 636 X 642 X 600 X 600 X 0 X 0 X 0 X 186 X 0 X 0 X 60 X 342 X 12 X 114 X 168 X-9999 -9999 -9999 +USW00094728196902WDFM 180W X 90W X 270W X 270W X 270W X 270W X 45W X 180W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 360W X 45W X 360W X 360W X 360W X 45W X 45W X 45W X 360W X 315W X 360W X 360W X 360W X-9999 -9999 -9999 +USW00094728196902WSFM 49 X 58 X 130 X 139 X 130 X 72 X 80 X 58 X 125 X 170 X 85 X 63 X 107 X 116 X 116 X 72 X 103 X 98 X 98 X 80 X 76 X 67 X 89 X 89 X 94 X 89 X 89 X 67 X-9999 -9999 -9999 +USW00094728196902WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196902WT16 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196902WT18 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728196903TMAX 28 0 28 0 61 0 72 0 22 0 72 0 39 0 56 0 44 0 56 0 0 0 39 0 67 0 72 0 67 0 100 0 150 0 211 0 139 0 100 0 167 0 89 0 150 0 94 0 122 0 100 0 100 0 111 0 167 0 72 0 33 0 +USW00094728196903TMIN -11 0 -6 0 -6 0 -28 0 -56 0 -22 0 -33 0 -28 0 -11 0 -22 0 -56 0 -72 0 -17 0 17 0 6 0 6 0 17 0 67 0 28 0 44 0 67 0 44 0 22 0 56 0 61 0 39 0 22 0 6 0 33 0 -6 0 -22 0 +USW00094728196903PRCP 0 0 33 0 33 0 0 0 0 0 0 0 79 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 38 0 0 0 0 0 297 0 414 0 0T 0 0 0 0 0 30 0 23 0 0 0 +USW00094728196903SNOW 0 0 36 0 36 0 0 0 0 0 0 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728196903SNWD 25 0 25 0 76 0 25 0 0T 0 0T 0 51 0 51 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196903PSUN 27 X 0 X 21 X 100 X 100 X 58 X 54 X 79 X 82 X 72 X 87 X 100 X 50 X 54 X 54 X 100 X 100 X 83 X 82 X 1 X 55 X 29 X 100 X 0 X 0 X 10 X 79 X 100 X 6 X 73 X 93 X +USW00094728196903TSUN 180 X 0 X 144 X 684 X 690 X 396 X 372 X 552 X 570 X 504 X 612 X 708 X 360 X 384 X 390 X 720 X 720 X 606 X 594 X 6 X 402 X 210 X 738 X 0 X 0 X 78 X 594 X 750 X 48 X 552 X 702 X +USW00094728196903WDFM 45W X 360W X 360W X 315W X 315W X 180W X 315W X 270W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 45W X 45W X 135W X 270W X 315W X 225W X 90W X 45W X 270W X 270W X 180W X 180W X 270W X 270W X +USW00094728196903WSFM 116 X 143 X 143 X 94 X 103 X 45 X 134 X 85 X 76 X 130 X 139 X 116 X 98 X 76 X 121 X 72 X 76 X 76 X 116 X 72 X 89 X 89 X 67 X 130 X 89 X 80 X 76 X 80 X 76 X 76 X 116 X +USW00094728196903WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196903WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00094728196903WT18-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728196904TMAX 94 0 167 0 122 0 161 0 178 0 150 0 200 0 194 0 178 0 222 0 178 0 161 0 172 0 206 0 206 0 178 0 244 0 178 0 183 0 156 0 139 0 100 0 161 0 106 0 217 0 267 0 289 0 300 0 228 0 167 0-9999 +USW00094728196904TMIN -17 0 56 0 17 0 33 0 100 0 78 0 56 0 72 0 50 0 122 0 89 0 56 0 72 0 72 0 100 0 150 0 156 0 144 0 56 0 39 0 56 0 78 0 67 0 72 0 56 0 133 0 128 0 161 0 133 0 89 0-9999 +USW00094728196904PRCP 0 0 5 0 0 0 3 0 91 0 0T 0 0 0 0 0 0 0 79 0 0 0 0 0 0 0 0 0 0T 0 86 0 0T 0 58 0 196 0 0 0 0 0 457 0 13 0 20 0 0 0 0 0 0 0 3 0 0 0 3 0-9999 +USW00094728196904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196904PSUN 94 X 3 X 100 X 76 X 0 X 52 X 100 X 97 X 70 X 15 X 100 X 100 X 100 X 45 X 40 X 0 X 53 X 0 X 4 X 91 X 67 X 0 X 56 X 0 X 98 X 100 X 100 X 95 X 66 X 26 X-9999 +USW00094728196904TSUN 720 X 18 X 768 X 582 X 0 X 402 X 780 X 744 X 552 X 114 X 786 X 792 X 792 X 360 X 318 X 0 X 426 X 0 X 36 X 732 X 546 X 0 X 456 X 6 X 810 X 828 X 828 X 792 X 552 X 222 X-9999 +USW00094728196904WDFM 180W X 315W X 180W X 135W X 225W X 360W X 225W X 135W X 135W X 225W X 315W X 45W X 180W X 180W X 180W X 225W X 225W X 225W X 45W X 360W X 135W X 135W X 225W X 315W X 270W X 315W X 225W X 270W X 45W X 45W X-9999 +USW00094728196904WSFM 103 X 98 X 63 X 76 X 94 X 107 X 72 X 63 X 98 X 125 X 107 X 72 X 76 X 63 X 54 X 63 X 89 X 76 X 112 X 89 X 89 X 72 X 76 X 72 X 98 X 72 X 80 X 85 X 80 X 63 X-9999 +USW00094728196904WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196904WT16-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 +USW00094728196905TMAX 211 0 222 0 289 0 272 0 261 0 250 0 172 0 206 0 194 0 194 0 189 0 194 0 206 0 211 0 239 0 239 0 289 0 283 0 244 0 250 0 239 0 239 0 233 0 189 0 228 0 233 0 211 0 289 0 361 0 322 0 306 0 +USW00094728196905TMIN 89 0 100 0 117 0 156 0 133 0 94 0 106 0 122 0 133 0 106 0 89 0 83 0 89 0 111 0 94 0 117 0 144 0 161 0 167 0 172 0 133 0 122 0 117 0 122 0 133 0 117 0 94 0 122 0 233 0 206 0 189 0 +USW00094728196905PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 99 0 338 0 0 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 234 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196905PSUN 100 X 100 X 68 X 100 X 100 X 100 X 54 X 28 X 0 X 97 X 63 X 69 X 84 X 77 X 100 X 98 X 100 X 67 X 20 X 14 X 81 X 100 X 63 X 23 X 55 X 100 X 100 X 97 X 86 X 100 X 100 X +USW00094728196905TSUN 840 X 840 X 570 X 846 X 846 X 846 X 462 X 240 X 0 X 834 X 546 X 594 X 720 X 672 X 870 X 858 X 870 X 582 X 174 X 120 X 708 X 882 X 558 X 204 X 486 X 888 X 888 X 864 X 768 X 894 X 894 X +USW00094728196905WDFM 225W X 225W X 225W X 135W X 315W X 360W X 180W X 135W X 135W X 180W X 270W X 225W X 270W X 45W X 225W X 225W X 225W X 180W X 180W X 225W X 45W X 45W X 45W X 135W X 135W X 360W X 45W X 225W X 45W X 315W X 315W X +USW00094728196905WSFM 58 X 76 X 85 X 54 X 72 X 67 X 89 X 58 X 80 X 76 X 85 X 89 X 63 X 63 X 63 X 85 X 98 X 80 X 58 X 72 X 67 X 103 X 72 X 45 X 54 X 63 X 76 X 80 X 107 X 67 X 40 X +USW00094728196905WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196905WT16-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196906TMAX 267 0 278 0 278 0 244 0 244 0 239 0 278 0 278 0 267 0 272 0 283 0 294 0 317 0 289 0 294 0 256 0 250 0 239 0 278 0 322 0 222 0 267 0 194 0 267 0 233 0 261 0 311 0 356 0 317 0 328 0-9999 +USW00094728196906TMIN 172 0 194 0 150 0 128 0 161 0 161 0 167 0 172 0 144 0 156 0 183 0 200 0 222 0 222 0 211 0 183 0 156 0 172 0 178 0 211 0 178 0 167 0 167 0 167 0 189 0 189 0 206 0 228 0 228 0 200 0-9999 +USW00094728196906PRCP 0 0 236 0 25 0 0 0 0 0 3 0 0 0 0 0 119 0 0 0 0 0 0 0 0T 0 91 0 201 0 13 0 0 0 0T 0 18 0 0 0 0T 0 0 0 25 0 0T 0 71 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196906PSUN 87 X 72 X 74 X 99 X 89 X 73 X 76 X 63 X 74 X 100 X 94 X 80 X 78 X 18 X 37 X 42 X 100 X 25 X 68 X 65 X 33 X 100 X 0 X 50 X 21 X 35 X 50 X 61 X 98 X 100 X-9999 +USW00094728196906TSUN 774 X 648 X 666 X 894 X 798 X 654 X 678 X 564 X 672 X 900 X 846 X 720 X 708 X 162 X 336 X 384 X 906 X 228 X 672 X 588 X 294 X 906 X 0 X 450 X 192 X 318 X 450 X 546 X 888 X 906 X-9999 +USW00094728196906WDFM 45W X 135W X 270W X 270W X 180W X 180W X 360W X 45W X 45W X 90W X 180W X 180W X 135W X 225W X 135W X 315W X 135W X 180W X 225W X 225W X 360W X 45W X 135W X 45W X 45W X 135W X 225W X 225W X 315W X 225W X-9999 +USW00094728196906WSFM 76 X 94 X 76 X 76 X 76 X 80 X 67 X 45 X 85 X 49 X 67 X 67 X 67 X 63 X 89 X 80 X 45 X 54 X 58 X 76 X 85 X 58 X 67 X 63 X 67 X 40 X 63 X 49 X 54 X 76 X-9999 +USW00094728196906WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196906WT16-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196907TMAX 317 0 278 0 289 0 294 0 322 0 289 0 228 0 267 0 283 0 272 0 261 0 267 0 272 0 311 0 322 0 339 0 356 0 344 0 278 0 217 0 261 0 244 0 211 0 228 0 244 0 228 0 289 0 250 0 250 0 311 0 300 0 +USW00094728196907TMIN 200 0 161 0 167 0 167 0 200 0 217 0 156 0 167 0 172 0 194 0 200 0 200 0 178 0 194 0 206 0 233 0 244 0 250 0 211 0 189 0 200 0 211 0 172 0 172 0 161 0 194 0 200 0 217 0 228 0 233 0 206 0 +USW00094728196907PRCP 0 0 0 0 178 0 8 0 0T 0 0 0 196 0 0 0 0 0 56 0 0 0 229 0 33 0 0 0 0 0 0 0 28 0 224 0 0T 0 81 0 30 0 0T 0 135 0 0T 0 0 0 10 0 76 0 295 0 208 0 0T 0 86 0 +USW00094728196907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196907PSUN 51 X 90 X 43 X 67 X 21 X 66 X 0 X 91 X 94 X 57 X 5 X 11 X 16 X 92 X 100 X 100 X 67 X 68 X 21 X 0 X 4 X 0 X 0 X 0 X 22 X 1 X 39 X 0 X 1 X 60 X 48 X +USW00094728196907TSUN 462 X 810 X 390 X 606 X 192 X 594 X 0 X 822 X 846 X 510 X 48 X 102 X 138 X 822 X 888 X 888 X 594 X 600 X 186 X 0 X 36 X 0 X 0 X 0 X 192 X 6 X 342 X 0 X 12 X 522 X 414 X +USW00094728196907WDFM 315W X 90W X 90W X 135W X 180W X 360W X 360W X 45W X 135W X 180W X 135W X 270W X 315W X 45W X 225W X 225W X 315W X 315W X 45W X 90W X 90W X 45W X 45W X 45W X 180W X 135W X 180W X 225W X 225W X 225W X 360W X +USW00094728196907WSFM 85 X 49 X 130 X 58 X 58 X 63 X 54 X 76 X 45 X 72 X 49 X 58 X 49 X 72 X 58 X 76 X 89 X 156 X 76 X 49 X 45 X 40 X 72 X 85 X 49 X 45 X 76 X 116 X 45 X 49 X 76 X +USW00094728196907WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728196907WT16-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00094728196908TMAX 306 0 294 0 317 0 294 0 261 0 306 0 317 0 322 0 294 0 289 0 283 0 300 0 306 0 311 0 289 0 317 0 322 0 311 0 311 0 267 0 261 0 278 0 306 0 333 0 344 0 294 0 256 0 283 0 306 0 317 0 333 0 +USW00094728196908TMIN 217 0 217 0 239 0 233 0 206 0 206 0 211 0 233 0 206 0 206 0 194 0 183 0 200 0 211 0 233 0 233 0 228 0 228 0 222 0 178 0 144 0 144 0 178 0 206 0 228 0 189 0 150 0 167 0 183 0 211 0 222 0 +USW00094728196908PRCP 10 0 23 0 0 0 119 0 124 0 0 0 0 0 0T 0 5 0 66 0 0 0 0 0 0 0 0T 0 160 0 0T 0 15 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196908PSUN 65 X 21 X 32 X 20 X 9 X 88 X 94 X 39 X 64 X 51 X 85 X 93 X 68 X 100 X 6 X 24 X 38 X 63 X 37 X 77 X 100 X 100 X 100 X 100 X 100 X 58 X 100 X 100 X 100 X 91 X 85 X +USW00094728196908TSUN 558 X 180 X 270 X 168 X 72 X 744 X 792 X 330 X 540 X 426 X 714 X 780 X 564 X 834 X 54 X 198 X 312 X 522 X 300 X 630 X 816 X 810 X 810 X 804 X 804 X 462 X 798 X 798 X 792 X 720 X 666 X +USW00094728196908WDFM 135W X 225W X 180W X 225W X 225W X 360W X 225W X 225W X 270W X 225W X 360W X 360W X 225W X 135W X 90W X 225W X 270W X 225W X 225W X 45W X 315W X 360W X 225W X 270W X 270W X 45W X 45W X 135W X 225W X 270W X 225W X +USW00094728196908WSFM 80 X 72 X 45 X 72 X 67 X 45 X 54 X 94 X 72 X 72 X 45 X 45 X 63 X 63 X 54 X 67 X 85 X 58 X 85 X 76 X 76 X 54 X 40 X 63 X 72 X 148 X 76 X 58 X 72 X 63 X 49 X +USW00094728196908WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728196908WT16 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728196909TMAX 339 0 300 0 233 0 211 0 267 0 267 0 317 0 256 0 244 0 228 0 244 0 256 0 294 0 300 0 289 0 283 0 306 0 200 0 200 0 211 0 211 0 239 0 250 0 272 0 211 0 233 0 250 0 211 0 194 0 211 0-9999 +USW00094728196909TMIN 233 0 217 0 189 0 189 0 194 0 217 0 233 0 206 0 172 0 139 0 117 0 156 0 167 0 194 0 200 0 200 0 161 0 122 0 106 0 128 0 111 0 117 0 111 0 128 0 161 0 122 0 133 0 133 0 106 0 117 0-9999 +USW00094728196909PRCP 0 0 28 0 843 0 752 0 0 0 28 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 224 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 132 0 0 0 0 0-9999 +USW00094728196909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196909PSUN 100 X 13 X 0 X 0 X 34 X 4 X 52 X 1 X 54 X 73 X 93 X 100 X 95 X 100 X 87 X 76 X 86 X 56 X 62 X 66 X 100 X 100 X 100 X 67 X 37 X 100 X 85 X 63 X 98 X 92 X-9999 +USW00094728196909TSUN 786 X 108 X 0 X 0 X 264 X 30 X 402 X 6 X 414 X 558 X 708 X 756 X 720 X 750 X 654 X 570 X 636 X 414 X 456 X 486 X 732 X 732 X 726 X 486 X 270 X 720 X 612 X 456 X 696 X 654 X-9999 +USW00094728196909WDFM 225W X 360W X 45W X 90W X 180W X 225W X 225W X 225W X 315W X 315W X 225W X 225W X 225W X 135W X 225W X 225W X 360W X 45W X 45W X 45W X 45W X 45W X 90W X 225W X 360W X 315W X 315W X 270W X 315W X 225W X-9999 +USW00094728196909WSFM 45 X 76 X 72 X 45 X 54 X 58 X 49 X 54 X 80 X 72 X 49 X 58 X 45 X 63 X 76 X 67 X 80 X 98 X 72 X 89 X 89 X 54 X 40 X 54 X 49 X 58 X 58 X 58 X 63 X 72 X-9999 +USW00094728196909WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196909WT16-9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00094728196910TMAX 244 0 200 0 244 0 200 0 189 0 233 0 222 0 211 0 222 0 222 0 233 0 267 0 200 0 244 0 178 0 178 0 178 0 172 0 206 0 267 0 206 0 178 0 61 0 106 0 122 0 194 0 156 0 117 0 117 0 150 0 144 0 +USW00094728196910TMIN 133 0 167 0 200 0 111 0 106 0 106 0 133 0 161 0 122 0 128 0 144 0 178 0 167 0 106 0 78 0 83 0 89 0 67 0 89 0 133 0 111 0 17 0 0 0 -6 0 50 0 50 0 67 0 44 0 22 0 44 0 72 0 +USW00094728196910PRCP 0 0 203 0 64 0 0 0 0 0 0 0 0 0 109 0 0 0 0 0 3 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 25 0 91 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728196910PSUN 94 X 0 X 14 X 100 X 88 X 100 X 43 X 2 X 100 X 100 X 54 X 96 X 0 X 16 X 100 X 43 X 37 X 100 X 87 X 89 X 51 X 46 X 95 X 97 X 46 X 100 X 5 X 61 X 100 X 100 X 32 X +USW00094728196910TSUN 666 X 0 X 102 X 702 X 618 X 696 X 294 X 18 X 684 X 684 X 366 X 654 X 0 X 108 X 672 X 288 X 246 X 660 X 576 X 588 X 330 X 300 X 612 X 624 X 294 X 642 X 36 X 390 X 636 X 630 X 204 X +USW00094728196910WDFM 225W X 135W X 135W X 360W X 45W X 180W X 180W X 180W X 270W X 180W X 45W X 360W X 45W X 315W X 45W X 135W X 270W X 270W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 360W X 360W X 45W X 135W X +USW00094728196910WSFM 49 X 63 X 67 X 98 X 76 X 45 X 76 X 76 X 45 X 49 X 49 X 49 X 58 X 103 X 80 X 58 X 89 X 76 X 58 X 112 X 112 X 130 X 103 X 72 X 63 X 67 X 72 X 72 X 72 X 54 X 63 X +USW00094728196910WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196910WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728196911TMAX 150 0 161 0 194 0 183 0 106 0 61 0 111 0 150 0 128 0 122 0 128 0 111 0 122 0 122 0 83 0 61 0 111 0 144 0 172 0 78 0 22 0 44 0 139 0 117 0 89 0 111 0 83 0 100 0 106 0 56 0-9999 +USW00094728196911TMIN 94 0 111 0 139 0 106 0 33 0 33 0 61 0 78 0 94 0 100 0 100 0 72 0 50 0 67 0 -11 0 -11 0 28 0 72 0 78 0 0 0 -22 0 -33 0 33 0 17 0 6 0 44 0 22 0 22 0 28 0 6 0-9999 +USW00094728196911PRCP 0 0 152 0 18 0 0T 0 307 0 58 0 43 0 5 0 58 0 5 0 0 0 43 0 0 0 53 0 0 0 0 0 0 0 0 0 119 0 46 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0-9999 +USW00094728196911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00094728196911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728196911PSUN 0 X 0 X 11 X 11 X 0 X 0 X 4 X 35 X 0 X 0 X 7 X 0 X 100 X 0 X 36 X 68 X 63 X 31 X 2 X 75 X 73 X 83 X 59 X 81 X 100 X 56 X 66 X 82 X 92 X 47 X-9999 +USW00094728196911TSUN 0 X 0 X 66 X 72 X 0 X 0 X 24 X 216 X 0 X 0 X 48 X 0 X 600 X 0 X 216 X 408 X 372 X 186 X 12 X 444 X 426 X 486 X 342 X 474 X 576 X 324 X 378 X 468 X 528 X 270 X-9999 +USW00094728196911WDFM 90W X 90W X 45W X 270W X 270W X 225W X 360W X 45W X 45W X 45W X 315W X 270W X 315W X 45W X 225W X 270W X 135W X 135W X 315W X 315W X 315W X 225W X 225W X 315W X 225W X 315W X 45W X 90W X 270W X 225W X-9999 +USW00094728196911WSFM 76 X 85 X 72 X 58 X 107 X 76 X 67 X 80 X 121 X 112 X 63 X 63 X 89 X 89 X 67 X 72 X 63 X 54 X 107 X 94 X 76 X 89 X 67 X 94 X 76 X 80 X 49 X 45 X 63 X 72 X-9999 +USW00094728196911WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728196911WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728196912TMAX 44 0 11 0 78 0 -6 0 28 0 56 0 33 0 89 0 94 0 122 0 156 0 100 0 50 0 22 0 39 0 6 0 11 0 11 0 39 0 6 0 28 0 33 0 -22 0 -28 0 -17 0 28 0 -11 0 22 0 44 0 22 0 6 0 +USW00094728196912TMIN -6 0 -50 0 -11 0 -50 0 -28 0 -33 0 -6 0 22 0 44 0 44 0 72 0 44 0 6 0 6 0 -17 0 -39 0 -50 0 -50 0 0 0 -33 0 -33 0 -22 0 -78 0 -83 0 -100 0 -28 0 -56 0 -22 0 -28 0 -6 0 -39 0 +USW00094728196912PRCP 13 0 0 0 0 0 0 0 0 0 0 0 58 0 277 0 0 0 330 0 66 0 0 0 0 0 119 0 3 0 0 0 0 0 8 0 3 0 0 0 0T 0 366 0 0 0 3 0 64 0 391 0 15 0 0 0 0 0 41 0 41 0 +USW00094728196912SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 53 0 107 0 13 0 0 0 0 0 0 0 0 0 +USW00094728196912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 152 0 102 0 102 0 102 0 51 0 51 0 +USW00094728196912PSUN 0 X 97 X 34 X 63 X 100 X 100 X 26 X 0 X 18 X 0 X 7 X 72 X 62 X 0 X 20 X 61 X 87 X 35 X 44 X 77 X 61 X 0 X 5 X 53 X 60 X 0 X 0 X 96 X 83 X 0 X 0 X +USW00094728196912TSUN 0 X 546 X 198 X 360 X 564 X 564 X 144 X 0 X 102 X 0 X 42 X 402 X 342 X 0 X 114 X 342 X 480 X 198 X 246 X 426 X 342 X 0 X 30 X 294 X 330 X 0 X 0 X 534 X 468 X 0 X 0 X +USW00094728196912WDFM 315W X 315W X 270W X 315W X 315W X 315W X 45W X 45W X 45W X 45W X 180W X 315W X 315W X 45W X 315W X 315W X 315W X 225W X 315W X 315W X 225W X 360W X 315W X 360W X 45W X 45W X 315W X 315W X 315W X 45W X 45W X +USW00094728196912WSFM 107 X 107 X 89 X 107 X 103 X 89 X 89 X 94 X 76 X 125 X 116 X 72 X 67 X 80 X 89 X 94 X 67 X 89 X 107 X 98 X 67 X 134 X 121 X 76 X 112 X 188 X 139 X 156 X 67 X 54 X 76 X +USW00094728196912WT04-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728196912WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0 1 0 +USW00094728196912WT16 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X +USW00094728196912WT18 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728197001TMAX -39 0 -11 0 22 0 -6 0 11 0 17 0 -39 0 -67 0 -100 0 -6 0 -11 0 -22 0 6 0 -44 0 -22 0 28 0 83 0 56 0 -50 0 -61 0 -72 0 -72 0 -28 0 -28 0 22 0 78 0 11 0 56 0 106 0 78 0 22 0 +USW00094728197001TMIN -72 0 -78 0 -39 0 -67 0 -78 0 -39 0 -67 0 -150 0 -161 0 -133 0 -67 0 -50 0 -44 0 -100 0 -117 0 -72 0 0 0 -67 0 -111 0 -100 0 -144 0 -150 0 -111 0 -94 0 -56 0 -6 0 -33 0 -6 0 56 0 -61 0 -72 0 +USW00094728197001PRCP 0 0 0 0 10 0 0 0 0 0 8 0 33 0 0T 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0 5 0 5 0 0 0 41 0 23 0 0 0 0T 0 0 0 8 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 +USW00094728197001SNOW 0 0 0 0 0T 0 0 0 0 0 8 0 51 0 0T 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 25 0 0 0 0T 0 0 0 13 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728197001SNWD 51 0 51 0 25 0 25 0 25 0 25 0 76 0 76 0 51 0 51 0 25 0 76 0 76 0 51 0 51 0 51 0 51 0 25 0 25 0 25 0 102 0 102 0 102 0 76 0 76 0 51 0 51 0 25 0 0T 0 0T 0 0T 0 +USW00094728197001PSUN 7 X 88 X 0 X 90 X 90 X 0 X 0 X 2 X 100 X 100 X 75 X 0 X 64 X 100 X 100 X 100 X 4 X 8 X 66 X 43 X 69 X 100 X 36 X 97 X 0 X 8 X 39 X 43 X 0 X 60 X 100 X +USW00094728197001TSUN 36 X 492 X 0 X 504 X 504 X 0 X 0 X 12 X 570 X 570 X 426 X 0 X 366 X 576 X 576 X 576 X 24 X 48 X 384 X 246 X 408 X 588 X 210 X 570 X 0 X 48 X 234 X 258 X 0 X 366 X 606 X +USW00094728197001WDFM 360W X 315W X 315W X 315W X 225W X 45W X 45W X 270W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 225W X 225W X 315W X 315W X 90W X 315W X 315W X 180W X 315W X 180W X 315W X 315W X 180W X 225W X 315W X 315W X +USW00094728197001WSFM 54 X 63 X 58 X 63 X 67 X 80 X 121 X 80 X 85 X 121 X 72 X 45 X 76 X 103 X 76 X 80 X 72 X 80 X 72 X 63 X 125 X 94 X 89 X 58 X 67 X 76 X 58 X 72 X 85 X 130 X 76 X +USW00094728197001WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00094728197001WT18-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00094728197002TMAX 106 0 133 0 133 0 -67 0 11 0 17 0 61 0 44 0 50 0 89 0 67 0 22 0 0 0 -39 0 0 0 17 0 33 0 67 0 78 0 6 0 11 0 139 0 72 0 122 0 122 0 -33 0 44 0 44 0-9999 -9999 -9999 +USW00094728197002TMIN 6 0 50 0 -67 0 -122 0 -111 0 6 0 -22 0 6 0 17 0 17 0 11 0 -28 0 -78 0 -94 0 -50 0 -17 0 -28 0 0 0 -50 0 -72 0 -67 0 -11 0 -28 0 -28 0 -89 0 -128 0 -50 0 -17 0-9999 -9999 -9999 +USW00094728197002PRCP 0 0 94 0 226 0 25 0 0T 0 5 0 0 0 0 0 0 0 668 0 0 0 0 0 0T 0 33 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00094728197002SNOW 0 0 0 0 13 0 53 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 28 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00094728197002SNWD 0 0 0 0 0 0 76 0 76 0 76 0 51 0 25 0 0T 0 0 0 0 0 0 0 0T 0 0 0 76 0 76 0 51 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728197002PSUN 92 X 0 X 0 X 100 X 20 X 0 X 100 X 32 X 8 X 0 X 9 X 91 X 48 X 31 X 0 X 65 X 32 X 61 X 35 X 82 X 56 X 100 X 93 X 99 X 44 X 100 X 18 X 98 X-9999 -9999 -9999 +USW00094728197002TSUN 564 X 0 X 0 X 612 X 126 X 0 X 624 X 198 X 48 X 0 X 60 X 576 X 306 X 198 X 0 X 420 X 210 X 396 X 228 X 534 X 366 X 660 X 612 X 660 X 294 X 672 X 126 X 660 X-9999 -9999 -9999 +USW00094728197002WDFM 225W X 135W X 315W X 315W X 135W X 135W X 45W X 135W X 45W X 45W X 315W X 270W X 315W X 45W X 45W X 315W X 45W X 135W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 180W X 315W X-9999 -9999 -9999 +USW00094728197002WSFM 76 X 152 X 125 X 143 X 76 X 58 X 40 X 49 X 80 X 116 X 107 X 112 X 103 X 72 X 116 X 80 X 76 X 58 X 112 X 103 X 80 X 125 X 130 X 89 X 116 X 80 X 89 X 94 X-9999 -9999 -9999 +USW00094728197002WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197002WT06-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197002WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197002WT18-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728197003TMAX 56 0 72 0 67 0 44 0 111 0 44 0 106 0 61 0 39 0 44 0 78 0 56 0 39 0 56 0 39 0 28 0 83 0 50 0 106 0 89 0 100 0 78 0 89 0 111 0 133 0 128 0 122 0 122 0 83 0 28 0 33 0 +USW00094728197003TMIN -44 0 11 0 0 0 17 0 22 0 11 0 0 0 -44 0 -61 0 -67 0 -28 0 -6 0 17 0 -6 0 -28 0 -39 0 -28 0 11 0 17 0 28 0 22 0 28 0 28 0 28 0 33 0 67 0 44 0 44 0 -28 0 -56 0 6 0 +USW00094728197003PRCP 0 0 0T 0 0 0 97 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 89 0 30 0 0T 0 0 0 0 0 0 0 112 0 0 0 122 0 5 0 168 0 18 0 0 0 0 0 99 0 0T 0 0 0 272 0 0 0 48 0 +USW00094728197003SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 0 0 0T 0 +USW00094728197003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 0T 0 +USW00094728197003PSUN 82 X 7 X 43 X 0 X 16 X 0 X 76 X 96 X 100 X 100 X 100 X 8 X 0 X 50 X 73 X 72 X 93 X 0 X 35 X 0 X 43 X 5 X 34 X 40 X 79 X 19 X 100 X 70 X 0 X 79 X 8 X +USW00094728197003TSUN 552 X 48 X 294 X 0 X 114 X 0 X 528 X 666 X 696 X 702 X 702 X 60 X 0 X 354 X 522 X 522 X 672 X 0 X 252 X 0 X 318 X 42 X 252 X 294 X 588 X 138 X 750 X 528 X 0 X 594 X 60 X +USW00094728197003WDFM 135W X 45W X 45W X 135W X 360W X 360W X 270W X 360W X 360W X 315W X 315W X 45W X 45W X 270W X 225W X 315W X 270W X 45W X 360W X 90W X 315W X 45W X 360W X 270W X 270W X 135W X 315W X 135W X 45W X 360W X 45W X +USW00094728197003WSFM 58 X 85 X 85 X 89 X 76 X 80 X 72 X 125 X 107 X 103 X 98 X 76 X 76 X 85 X 72 X 89 X 67 X 67 X 63 X 67 X 89 X 98 X 89 X 76 X 89 X 85 X 107 X 98 X 143 X 89 X 80 X +USW00094728197003WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728197003WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728197003WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728197003WT16-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 1 X +USW00094728197003WT18-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X +USW00094728197004TMAX 83 0 133 0 117 0 133 0 100 0 106 0 144 0 206 0 244 0 128 0 100 0 156 0 161 0 94 0 167 0 178 0 161 0 167 0 161 0 100 0 83 0 194 0 128 0 156 0 233 0 278 0 228 0 256 0 261 0 139 0-9999 +USW00094728197004TMIN 11 0 28 0 44 0 44 0 17 0 22 0 28 0 56 0 106 0 22 0 -6 0 11 0 56 0 56 0 67 0 83 0 89 0 83 0 50 0 44 0 61 0 78 0 72 0 67 0 89 0 144 0 139 0 133 0 111 0 94 0-9999 +USW00094728197004PRCP 8 0 490 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 20 0 43 0 0 0 0T 0 0 0 0 0 229 0 0T 0 0 0 5 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197004SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197004PSUN 42 X 10 X 91 X 62 X 100 X 48 X 79 X 90 X 34 X 57 X 98 X 100 X 85 X 0 X 41 X 89 X 39 X 95 X 87 X 0 X 0 X 61 X 0 X 0 X 86 X 73 X 55 X 40 X 81 X 0 X-9999 +USW00094728197004TSUN 318 X 72 X 696 X 480 X 774 X 372 X 618 X 702 X 270 X 444 X 774 X 792 X 672 X 0 X 324 X 708 X 312 X 768 X 702 X 0 X 0 X 498 X 0 X 0 X 702 X 600 X 456 X 330 X 672 X 0 X-9999 +USW00094728197004WDFM 90W X 270W X 270W X 315W X 315W X 180W X 360W X 225W X 315W X 315W X 315W X 315W X 90W X 45W X 45W X 45W X 135W X 315W X 45W X 90W X 135W X 315W X 90W X 315W X 315W X 225W X 135W X 225W X 135W X 135W X-9999 +USW00094728197004WSFM 72 X 148 X 152 X 76 X 89 X 76 X 94 X 76 X 116 X 107 X 134 X 67 X 76 X 112 X 156 X 80 X 76 X 94 X 85 X 103 X 58 X 103 X 72 X 103 X 80 X 89 X 58 X 58 X 67 X 63 X-9999 +USW00094728197004WT16 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197004WT18-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197005TMAX 233 0 267 0 172 0 167 0 250 0 128 0 172 0 222 0 322 0 339 0 311 0 294 0 294 0 228 0 211 0 167 0 178 0 189 0 178 0 289 0 261 0 289 0 256 0 178 0 150 0 244 0 206 0 233 0 233 0 200 0 272 0 +USW00094728197005TMIN 100 0 161 0 106 0 106 0 106 0 56 0 33 0 100 0 133 0 211 0 206 0 189 0 161 0 133 0 111 0 111 0 122 0 117 0 111 0 133 0 139 0 139 0 150 0 139 0 122 0 133 0 122 0 100 0 122 0 100 0 128 0 +USW00094728197005PRCP 0 0 0 0 10 0 0T 0 0 0 0T 0 0 0 8 0 0 0 0 0 0 0 135 0 91 0 13 0 0 0 5 0 142 0 25 0 28 0 5 0 0 0 99 0 10 0 8 0 33 0 236 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197005PSUN 69 X 92 X 7 X 7 X 88 X 47 X 100 X 33 X 89 X 92 X 70 X 48 X 56 X 0 X 33 X 16 X 0 X 18 X 9 X 69 X 99 X 64 X 5 X 0 X 0 X 1 X 99 X 100 X 97 X 100 X 77 X +USW00094728197005TSUN 576 X 774 X 60 X 60 X 684 X 396 X 852 X 276 X 768 X 786 X 600 X 414 X 486 X 0 X 288 X 144 X 0 X 162 X 78 X 600 X 870 X 564 X 48 X 0 X 0 X 12 X 876 X 888 X 864 X 894 X 690 X +USW00094728197005WDFM 225W X 225W X 315W X 45W X 315W X 315W X 315W X 360W X 225W X 135W X 270W X 90W X 225W X 45W X 90W X 90W X 315W X 360W X 270W X 360W X 45W X 315W X 90W X 45W X 45W X 225W X 315W X 45W X 45W X 135W X 225W X +USW00094728197005WSFM 80 X 80 X 76 X 58 X 76 X 130 X 103 X 107 X 76 X 67 X 67 X 67 X 58 X 89 X 76 X 67 X 63 X 76 X 49 X 72 X 94 X 85 X 58 X 76 X 58 X 76 X 80 X 58 X 76 X 67 X 76 X +USW00094728197005WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728197005WT16-9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728197006TMAX 306 0 311 0 306 0 189 0 206 0 194 0 222 0 289 0 278 0 283 0 328 0 294 0 261 0 244 0 233 0 200 0 261 0 300 0 294 0 244 0 183 0 222 0 289 0 283 0 283 0 228 0 222 0 267 0 278 0 294 0-9999 +USW00094728197006TMIN 183 0 206 0 189 0 156 0 156 0 161 0 150 0 156 0 189 0 194 0 194 0 211 0 167 0 139 0 156 0 178 0 189 0 194 0 189 0 150 0 144 0 161 0 156 0 183 0 189 0 172 0 156 0 139 0 150 0 200 0-9999 +USW00094728197006PRCP 0 0 0 0 25 0 38 0 43 0 71 0 3 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 3 0 13 0 0 0 165 0 0 0 0 0 114 0 0 0 0 0 0 0 0 0 86 0 0T 0 0 0 0T 0 0T 0-9999 +USW00094728197006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197006PSUN 83 X 80 X 31 X 0 X 0 X 1 X 15 X 100 X 70 X 58 X 61 X 10 X 99 X 90 X 47 X 0 X 0 X 29 X 88 X 95 X 9 X 5 X 99 X 96 X 48 X 0 X 5 X 100 X 87 X 30 X-9999 +USW00094728197006TSUN 738 X 714 X 282 X 0 X 0 X 6 X 132 X 900 X 630 X 528 X 558 X 90 X 900 X 810 X 426 X 0 X 0 X 264 X 792 X 858 X 84 X 48 X 900 X 864 X 432 X 0 X 42 X 906 X 786 X 276 X-9999 +USW00094728197006WDFM 225W X 225W X 225W X 45W X 90W X 315W X 135W X 180W X 225W X 135W X 270W X 360W X 45W X 225W X 225W X 135W X 90W X 270W X 270W X 315W X 90W X 315W X 225W X 225W X 225W X 45W X 315W X 315W X 225W X 225W X-9999 +USW00094728197006WSFM 67 X 89 X 72 X 67 X 72 X 49 X 54 X 54 X 67 X 58 X 49 X 58 X 76 X 80 X 67 X 54 X 45 X 89 X 76 X 76 X 58 X 63 X 54 X 80 X 72 X 76 X 98 X 58 X 76 X 80 X-9999 +USW00094728197006WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197006WT16-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 +USW00094728197007TMAX 306 0 233 0 261 0 294 0 267 0 289 0 300 0 294 0 283 0 278 0 294 0 300 0 283 0 261 0 250 0 317 0 306 0 328 0 294 0 283 0 278 0 283 0 289 0 311 0 317 0 294 0 328 0 344 0 322 0 294 0 289 0 +USW00094728197007TMIN 200 0 189 0 194 0 211 0 200 0 183 0 194 0 211 0 206 0 206 0 200 0 200 0 189 0 200 0 211 0 217 0 189 0 217 0 217 0 211 0 194 0 200 0 206 0 222 0 228 0 228 0 233 0 233 0 228 0 222 0 228 0 +USW00094728197007PRCP 0 0 28 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 269 0 23 0 0 0 0 0 0T 0 0T 0 33 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 89 0 0T 0 0 0 0 0 97 0 0T 0 13 0 +USW00094728197007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197007PSUN 81 X 0 X 1 X 21 X 40 X 55 X 96 X 70 X 30 X 6 X 21 X 92 X 100 X 5 X 0 X 32 X 100 X 83 X 69 X 65 X 80 X 42 X 25 X 76 X 33 X 33 X 94 X 93 X 50 X 49 X 16 X +USW00094728197007TSUN 726 X 0 X 12 X 186 X 360 X 492 X 864 X 630 X 270 X 54 X 192 X 828 X 894 X 42 X 0 X 282 X 888 X 738 X 606 X 576 X 708 X 366 X 222 X 666 X 282 X 288 X 816 X 804 X 438 X 420 X 144 X +USW00094728197007WDFM 45W X 135W X 135W X 270W X 270W X 315W X 90W X 90W X 90W X 90W X 225W X 315W X 45W X 90W X 225W X 225W X 45W X 270W X 135W X 225W X 270W X 315W X 225W X 135W X 180W X 135W X 135W X 135W X 270W X 135W X 135W X +USW00094728197007WSFM 76 X 58 X 58 X 63 X 54 X 45 X 67 X 76 X 63 X 76 X 58 X 67 X 76 X 58 X 76 X 103 X 67 X 67 X 63 X 94 X 72 X 40 X 49 X 49 X 58 X 49 X 58 X 63 X 63 X 76 X 72 X +USW00094728197007WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 +USW00094728197007WT16-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X +USW00094728197008TMAX 300 0 333 0 311 0 283 0 261 0 294 0 294 0 317 0 306 0 294 0 267 0 322 0 344 0 333 0 344 0 339 0 311 0 311 0 294 0 283 0 294 0 294 0 261 0 278 0 289 0 300 0 328 0 333 0 311 0 261 0 261 0 +USW00094728197008TMIN 233 0 228 0 206 0 189 0 194 0 178 0 194 0 206 0 211 0 206 0 211 0 200 0 228 0 228 0 233 0 239 0 233 0 200 0 189 0 211 0 217 0 167 0 200 0 172 0 167 0 200 0 206 0 211 0 222 0 206 0 178 0 +USW00094728197008PRCP 23 0 0 0 0T 0 0 0 3 0 0 0 10 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 0 0 0 0 15 0 0 0 0 0 48 0 0T 0 0 0 495 0 0 0 0 0 0 0 8 0 0 0 0 0 5 0 18 0 +USW00094728197008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197008PSUN 21 X 76 X 74 X 96 X 24 X 75 X 59 X 54 X 85 X 45 X 50 X 93 X 78 X 75 X 56 X 98 X 42 X 100 X 53 X 9 X 75 X 100 X 10 X 99 X 84 X 94 X 76 X 91 X 87 X 54 X 77 X +USW00094728197008TSUN 180 X 648 X 636 X 816 X 204 X 636 X 498 X 456 X 714 X 378 X 420 X 774 X 648 X 624 X 462 X 804 X 348 X 822 X 438 X 78 X 612 X 810 X 78 X 798 X 678 X 750 X 606 X 726 X 696 X 432 X 606 X +USW00094728197008WDFM 225W X 315W X 225W X 315W X 90W X 135W X 225W X 135W X 135W X 45W X 45W X 270W X 135W X 135W X 180W X 225W X 225W X 270W X 180W X 135W X 270W X 135W X 180W X 315W X 225W X 225W X 360W X 225W X 270W X 225W X 315W X +USW00094728197008WSFM 45 X 54 X 98 X 72 X 58 X 58 X 45 X 45 X 40 X 67 X 85 X 45 X 45 X 76 X 58 X 72 X 63 X 58 X 63 X 67 X 76 X 72 X 80 X 67 X 54 X 58 X 63 X 76 X 76 X 67 X 116 X +USW00094728197008WT03 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00094728197008WT16 1 X-9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X +USW00094728197009TMAX 239 0 256 0 250 0 322 0 322 0 267 0 261 0 222 0 211 0 278 0 250 0 256 0 267 0 222 0 233 0 333 0 244 0 239 0 239 0 256 0 278 0 344 0 339 0 306 0 322 0 328 0 244 0 189 0 156 0 167 0-9999 +USW00094728197009TMIN 139 0 133 0 178 0 228 0 228 0 167 0 167 0 161 0 178 0 206 0 172 0 144 0 144 0 144 0 144 0 161 0 156 0 194 0 172 0 150 0 178 0 222 0 250 0 233 0 217 0 222 0 122 0 111 0 89 0 83 0-9999 +USW00094728197009PRCP 0 0 0 0 13 0 3 0 0 0 0 0 0 0 0 0 36 0 86 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 206 0 0 0 0 0 0T 0-9999 +USW00094728197009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197009PSUN 99 X 99 X 28 X 67 X 70 X 99 X 94 X 24 X 0 X 47 X 100 X 100 X 100 X 23 X 30 X 71 X 100 X 1 X 100 X 100 X 82 X 96 X 96 X 100 X 89 X 100 X 9 X 59 X 83 X 15 X-9999 +USW00094728197009TSUN 774 X 774 X 222 X 516 X 546 X 768 X 726 X 186 X 0 X 354 X 762 X 756 X 756 X 168 X 228 X 534 X 744 X 12 X 738 X 738 X 600 X 702 X 696 X 726 X 642 X 720 X 66 X 420 X 588 X 102 X-9999 +USW00094728197009WDFM 315W X 315W X 135W X 270W X 270W X 270W X 45W X 135W X 180W X 225W X 360W X 45W X 225W X 45W X 45W X 225W X 45W X 225W X 45W X 180W X 225W X 225W X 225W X 135W X 225W X 135W X 315W X 270W X 315W X 225W X-9999 +USW00094728197009WSFM 98 X 63 X 63 X 98 X 72 X 76 X 67 X 63 X 67 X 63 X 58 X 54 X 54 X 76 X 63 X 67 X 63 X 58 X 63 X 58 X 72 X 76 X 45 X 54 X 45 X 76 X 89 X 54 X 72 X 49 X-9999 +USW00094728197009WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728197009WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 +USW00094728197010TMAX 200 0 200 0 267 0 167 0 189 0 222 0 261 0 261 0 228 0 244 0 217 0 239 0 222 0 233 0 211 0 161 0 83 0 189 0 172 0 167 0 172 0 189 0 206 0 211 0 156 0 133 0 117 0 128 0 150 0 128 0 133 0 +USW00094728197010TMIN 106 0 128 0 139 0 100 0 72 0 111 0 144 0 161 0 161 0 161 0 161 0 161 0 167 0 178 0 161 0 50 0 22 0 33 0 78 0 61 0 117 0 150 0 156 0 139 0 122 0 100 0 56 0 33 0 44 0 72 0 72 0 +USW00094728197010PRCP 0 0 0 0 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 279 0 0T 0 0 0 0 0 0 0 0 0 30 0 168 0 18 0 0 0 28 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197010PSUN 73 X 51 X 53 X 86 X 100 X 90 X 90 X 90 X 24 X 87 X 40 X 73 X 60 X 21 X 0 X 60 X 95 X 100 X 100 X 75 X 0 X 0 X 10 X 89 X 0 X 0 X 25 X 96 X 82 X 13 X 14 X +USW00094728197010TSUN 516 X 360 X 372 X 606 X 696 X 630 X 624 X 618 X 162 X 588 X 270 X 498 X 402 X 144 X 0 X 402 X 630 X 660 X 660 X 492 X 0 X 0 X 66 X 576 X 0 X 0 X 156 X 612 X 516 X 84 X 90 X +USW00094728197010WDFM 315W X 135W X 270W X 270W X 315W X 135W X 225W X 135W X 135W X 135W X 90W X 135W X 135W X 180W X 225W X 315W X 315W X 270W X 360W X 45W X 90W X 135W X 45W X 45W X 45W X 45W X 45W X 45W X 360W X 90W X 45W X +USW00094728197010WSFM 40 X 85 X 89 X 63 X 54 X 63 X 40 X 45 X 40 X 45 X 49 X 40 X 45 X 58 X 72 X 107 X 116 X 80 X 63 X 67 X 80 X 89 X 67 X 49 X 85 X 107 X 94 X 63 X 54 X 63 X 49 X +USW00094728197010WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197010WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728197011TMAX 183 0 139 0 194 0 133 0 122 0 122 0 178 0 139 0 128 0 161 0 167 0 139 0 111 0 133 0 100 0 89 0 94 0 100 0 144 0 128 0 122 0 133 0 133 0 17 0 22 0 78 0 111 0 139 0 94 0 139 0-9999 +USW00094728197011TMIN 94 0 106 0 94 0 94 0 56 0 39 0 72 0 83 0 67 0 106 0 139 0 111 0 83 0 89 0 83 0 28 0 11 0 44 0 78 0 78 0 67 0 50 0 -44 0 -61 0 -33 0 0 0 67 0 94 0 50 0 50 0-9999 +USW00094728197011PRCP 0 0 3 0 25 0 152 0 0T 0 0 0 0 0 0 0 0 0 66 0 132 0 69 0 422 0 13 0 175 0 0 0 0 0 0 0 43 0 173 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 33 0 0T 0-9999 +USW00094728197011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197011PSUN 55 X 0 X 56 X 1 X 25 X 100 X 92 X 93 X 39 X 0 X 0 X 0 X 0 X 37 X 0 X 34 X 100 X 42 X 46 X 11 X 95 X 60 X 1 X 65 X 47 X 34 X 0 X 0 X 0 X 56 X-9999 +USW00094728197011TSUN 348 X 0 X 354 X 6 X 156 X 618 X 564 X 570 X 234 X 0 X 0 X 0 X 0 X 222 X 0 X 204 X 594 X 246 X 270 X 66 X 558 X 354 X 6 X 378 X 270 X 192 X 0 X 0 X 0 X 318 X-9999 +USW00094728197011WDFM 90W X 45W X 45W X 45W X 315W X 315W X 225W X 45W X 90W X 45W X 90W X 45W X 45W X 90W X 45W X 270W X 270W X 45W X 90W X 135W X 270W X 225W X 270W X 270W X 270W X 180W X 225W X 45W X 360W X 270W X-9999 +USW00094728197011WSFM 49 X 107 X 54 X 125 X 125 X 94 X 80 X 76 X 67 X 72 X 76 X 76 X 112 X 72 X 94 X 103 X 49 X 72 X 49 X 80 X 89 X 89 X 89 X 80 X 49 X 58 X 45 X 89 X 80 X 94 X-9999 +USW00094728197011WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197011WT16-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00094728197012TMAX 100 0 189 0 178 0 144 0 33 0 33 0 6 0 17 0 67 0 83 0 17 0 6 0 22 0 28 0 33 0 33 0 50 0 44 0 100 0 78 0 22 0 0 0 0 0 6 0 0 0 6 0 -11 0 0 0 -11 0 -11 0 11 0 +USW00094728197012TMIN 33 0 94 0 94 0 -17 0 -28 0 -28 0 -67 0 -83 0 17 0 17 0 0 0 -11 0 -11 0 11 0 -11 0 -22 0 11 0 11 0 6 0 22 0 -11 0 -50 0 -22 0 -11 0 -17 0 -56 0 -67 0 -56 0 -61 0 -67 0 -72 0 +USW00094728197012PRCP 0 0 0 0 18 0 10 0 0T 0 0T 0 0 0 0 0 3 0 0 0 64 0 188 0 0T 0 0 0 13 0 79 0 185 0 0 0 0 0 0 0 13 0 61 0 53 0 30 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197012SNOW 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 0 0 8 0 46 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728197012PSUN 72 X 82 X 69 X 26 X 53 X 59 X 100 X 34 X 0 X 50 X 0 X 0 X 0 X 68 X 60 X 0 X 0 X 50 X 44 X 53 X 5 X 0 X 1 X 78 X 1 X 77 X 85 X 100 X 100 X 100 X 68 X +USW00094728197012TSUN 408 X 468 X 390 X 144 X 300 X 336 X 564 X 192 X 0 X 282 X 0 X 0 X 0 X 378 X 336 X 0 X 0 X 276 X 246 X 294 X 30 X 0 X 6 X 432 X 6 X 432 X 468 X 558 X 558 X 558 X 384 X +USW00094728197012WDFM 45W X 225W X 180W X 270W X 270W X 270W X 315W X 225W X 225W X 270W X 45W X 45W X 45W X 315W X 45W X 90W X 45W X 270W X 270W X 270W X 45W X 45W X 45W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 45W X +USW00094728197012WSFM 67 X 85 X 72 X 148 X 80 X 121 X 112 X 76 X 67 X 107 X 98 X 80 X 63 X 89 X 58 X 125 X 161 X 103 X 98 X 98 X 58 X 103 X 89 X 116 X 80 X 134 X 72 X 103 X 80 X 98 X 116 X +USW00094728197012WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197012WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197012WT18-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728197101TMAX -6 0 17 0 50 0 61 0 78 0 11 0 -33 0 -39 0 -33 0 28 0 61 0 39 0 -39 0 17 0 17 0 -44 0 -50 0 -39 0 -89 0 -50 0 11 0 61 0 78 0 33 0 50 0 67 0 -50 0 -72 0 6 0 72 0 -28 0 +USW00094728197101TMIN -44 0 -50 0 -17 0 0 0 11 0 -44 0 -67 0 -78 0 -72 0 -33 0 -6 0 -72 0 -89 0 -61 0 -44 0 -117 0 -106 0 -117 0 -156 0 -139 0 -78 0 11 0 0 0 -6 0 0 0 -50 0 -128 0 -128 0 -100 0 -28 0 -122 0 +USW00094728197101PRCP 173 0 0 0 0 0 251 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 74 0 3 0 53 0 0T 0 0 0 10 0 0T 0 0 0 +USW00094728197101SNOW 163 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 66 0 0T 0 0T 0 0T 0 0 0 10 0 0T 0 0 0 +USW00094728197101SNWD 152 0 152 0 127 0 76 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 51 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 +USW00094728197101PSUN 0 X 90 X 100 X 0 X 10 X 100 X 100 X 42 X 33 X 56 X 93 X 89 X 53 X 0 X 13 X 100 X 100 X 95 X 100 X 89 X 10 X 100 X 67 X 28 X 20 X 0 X 29 X 79 X 70 X 57 X 49 X +USW00094728197101TSUN 0 X 504 X 564 X 0 X 54 X 564 X 564 X 234 X 186 X 318 X 528 X 510 X 306 X 0 X 72 X 576 X 576 X 552 X 582 X 516 X 60 X 588 X 396 X 168 X 114 X 0 X 174 X 474 X 420 X 342 X 300 X +USW00094728197101WDFM 45W X 315W X 270W X 45W X 315W X 315W X 270W X 270W X 45W X 225W X 225W X 315W X 90W X 45W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 270W X 270W X 225W X 225W X 270W X 270W X 270W X 225W X 270W X 270W X +USW00094728197101WSFM 134 X 85 X 58 X 49 X 76 X 80 X 94 X 67 X 58 X 58 X 76 X 116 X 54 X 72 X 98 X 125 X 76 X 89 X 80 X 89 X 76 X 80 X 130 X 72 X 67 X 130 X 156 X 116 X 103 X 130 X 98 X +USW00094728197101WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197101WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728197101WT18 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00094728197102TMAX -111 0 -89 0 -56 0 -28 0 44 0 72 0 44 0 28 0 22 0 -33 0 33 0 111 0 128 0 56 0 6 0 39 0 28 0 117 0 89 0 61 0 89 0 44 0 39 0 72 0 72 0 100 0 189 0 144 0-9999 -9999 -9999 +USW00094728197102TMIN -139 0 -144 0 -133 0 -67 0 -39 0 17 0 17 0 11 0 -44 0 -94 0 -56 0 28 0 56 0 -39 0 -44 0 -17 0 -28 0 11 0 39 0 39 0 44 0 11 0 11 0 11 0 28 0 28 0 67 0 78 0-9999 -9999 -9999 +USW00094728197102PRCP 0 0 0 0 0 0 0T 0 165 0 0 0 282 0 109 0 0T 0 0 0 0 0 0 0 213 0 3 0 0 0 0 0 13 0 0 0 0 0 38 0 0 0 178 0 86 0 0 0 0 0 10 0 257 0 0 0-9999 -9999 -9999 +USW00094728197102SNOW 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728197102SNWD 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728197102PSUN 74 X 92 X 63 X 35 X 0 X 100 X 37 X 0 X 20 X 95 X 97 X 88 X 0 X 29 X 43 X 86 X 36 X 97 X 56 X 0 X 30 X 0 X 0 X 15 X 28 X 59 X 34 X 79 X-9999 -9999 -9999 +USW00094728197102TSUN 450 X 558 X 390 X 216 X 0 X 618 X 228 X 0 X 126 X 594 X 618 X 558 X 0 X 186 X 276 X 558 X 234 X 630 X 360 X 0 X 198 X 0 X 0 X 96 X 186 X 396 X 234 X 534 X-9999 -9999 -9999 +USW00094728197102WDFM 315W X 270W X 315W X 90W X 45W X 225W X 45W X 45W X 315W X 315W X 135W X 225W X 180W X 225W X 270W X 315W X 135W X 225W X 315W X 135W X 270W X 45W X 45W X 315W X 315W X 135W X 135W X 270W X-9999 -9999 -9999 +USW00094728197102WSFM 76 X 76 X 49 X 76 X 89 X 49 X 170 X 152 X 98 X 94 X 76 X 72 X 125 X 125 X 72 X 76 X 85 X 72 X 76 X 80 X 58 X 89 X 148 X 80 X 67 X 76 X 98 X 116 X-9999 -9999 -9999 +USW00094728197102WT03-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197102WT04-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197102WT06-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197102WT16-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728197102WT18-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197103TMAX 133 0 67 0 39 0 11 0 67 0 117 0 78 0 22 0 50 0 67 0 67 0 89 0 44 0 111 0 172 0 206 0 67 0 72 0 89 0 56 0 72 0 106 0 61 0 28 0 61 0 22 0 100 0 128 0 133 0 100 0 111 0 +USW00094728197103TMIN 56 0 11 0 6 0 -28 0 -22 0 33 0 17 0 -17 0 -33 0 -33 0 11 0 11 0 28 0 22 0 39 0 56 0 -6 0 -11 0 11 0 28 0 22 0 17 0 0 0 -22 0 -28 0 -11 0 -6 0 6 0 56 0 28 0 6 0 +USW00094728197103PRCP 0 0 0 0 173 0 163 0 0 0 0 0 267 0 0T 0 0 0 0 0 51 0 43 0 0 0 0 0 5 0 0 0 0T 0 0 0 246 0 0T 0 0 0 0T 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197103SNOW 0 0 0 0 0T 0 33 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197103SNWD 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197103PSUN 92 X 17 X 0 X 2 X 100 X 57 X 17 X 47 X 61 X 70 X 3 X 79 X 0 X 42 X 16 X 92 X 44 X 100 X 16 X 61 X 65 X 56 X 89 X 74 X 100 X 0 X 100 X 85 X 9 X 67 X 100 X +USW00094728197103TSUN 624 X 114 X 0 X 12 X 684 X 396 X 120 X 324 X 426 X 492 X 24 X 558 X 0 X 300 X 114 X 660 X 318 X 726 X 120 X 444 X 474 X 408 X 654 X 546 X 744 X 0 X 750 X 636 X 66 X 504 X 756 X +USW00094728197103WDFM 270W X 360W X 45W X 270W X 270W X 135W X 270W X 270W X 270W X 315W X 45W X 315W X 90W X 135W X 225W X 225W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 45W X 360W X 360W X 315W X 315W X 315W X +USW00094728197103WSFM 76 X 54 X 152 X 152 X 152 X 67 X 94 X 121 X 130 X 80 X 72 X 72 X 58 X 63 X 89 X 112 X 116 X 107 X 139 X 98 X 125 X 76 X 89 X 116 X 112 X 63 X 94 X 76 X 80 X 80 X 85 X +USW00094728197103WT04-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197103WT16-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197103WT18-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197104TMAX 106 0 189 0 144 0 161 0 89 0 56 0 139 0 106 0 194 0 156 0 189 0 183 0 200 0 150 0 122 0 106 0 156 0 183 0 217 0 222 0 244 0 144 0 189 0 200 0 117 0 122 0 178 0 117 0 128 0 139 0-9999 +USW00094728197104TMIN 22 0 67 0 56 0 61 0 22 0 17 0 22 0 6 0 56 0 39 0 39 0 56 0 100 0 28 0 11 0 56 0 28 0 44 0 100 0 106 0 89 0 78 0 72 0 50 0 33 0 67 0 61 0 78 0 67 0 72 0-9999 +USW00094728197104PRCP 0T 0 30 0 10 0 0 0 0 0 366 0 191 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 13 0 0T 0 8 0 0 0 41 0 89 0 0T 0-9999 +USW00094728197104SNOW 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197104PSUN 78 X 37 X 90 X 98 X 60 X 5 X 71 X 100 X 90 X 60 X 100 X 100 X 92 X 73 X 100 X 38 X 95 X 83 X 100 X 95 X 68 X 68 X 100 X 79 X 27 X 20 X 72 X 4 X 14 X 22 X-9999 +USW00094728197104TSUN 594 X 288 X 690 X 756 X 468 X 36 X 552 X 780 X 708 X 474 X 792 X 792 X 726 X 582 X 798 X 300 X 768 X 672 X 810 X 768 X 552 X 558 X 822 X 648 X 222 X 168 X 600 X 36 X 120 X 186 X-9999 +USW00094728197104WDFM 135W X 135W X 225W X 270W X 45W X 45W X 360W X 315W X 180W X 315W X 315W X 135W X 225W X 315W X 315W X 315W X 360W X 360W X 360W X 360W X 360W X 315W X 270W X 315W X 315W X 315W X 315W X 135W X 45W X 270W X-9999 +USW00094728197104WSFM 76 X 76 X 76 X 67 X 80 X 156 X 148 X 116 X 76 X 112 X 89 X 63 X 72 X 125 X 107 X 130 X 63 X 121 X 112 X 76 X 89 X 112 X 112 X 148 X 89 X 76 X 72 X 76 X 112 X 54 X-9999 +USW00094728197104WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197104WT04-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197104WT16 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00094728197104WT18-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197105TMAX 189 0 161 0 133 0 183 0 239 0 183 0 239 0 150 0 128 0 233 0 289 0 256 0 189 0 233 0 189 0 139 0 267 0 294 0 239 0 200 0 156 0 217 0 239 0 206 0 278 0 239 0 217 0 222 0 233 0 167 0 233 0 +USW00094728197105TMIN 72 0 106 0 83 0 72 0 94 0 133 0 128 0 89 0 89 0 100 0 122 0 167 0 106 0 89 0 94 0 111 0 122 0 156 0 122 0 117 0 128 0 117 0 100 0 111 0 156 0 150 0 122 0 106 0 122 0 122 0 156 0 +USW00094728197105PRCP 0 0 5 0 15 0 0 0 0 0 36 0 0 0 241 0 0T 0 5 0 0 0 0 0 422 0 0 0 0 0 226 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 79 0 41 0 +USW00094728197105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197105PSUN 63 X 4 X 1 X 35 X 86 X 0 X 87 X 0 X 4 X 63 X 85 X 14 X 0 X 100 X 76 X 0 X 95 X 100 X 90 X 50 X 0 X 66 X 100 X 66 X 30 X 59 X 66 X 82 X 61 X 0 X 25 X +USW00094728197105TSUN 528 X 36 X 6 X 294 X 732 X 0 X 738 X 0 X 36 X 546 X 732 X 120 X 0 X 864 X 660 X 0 X 828 X 870 X 786 X 432 X 0 X 576 X 882 X 588 X 264 X 522 X 588 X 732 X 546 X 0 X 222 X +USW00094728197105WDFM 315W X 180W X 315W X 270W X 225W X 225W X 135W X 45W X 45W X 45W X 225W X 225W X 315W X 315W X 180W X 45W X 360W X 360W X 90W X 135W X 315W X 270W X 270W X 135W X 225W X 270W X 270W X 360W X 360W X 45W X 45W X +USW00094728197105WSFM 40 X 67 X 72 X 107 X 76 X 94 X 76 X 103 X 67 X 67 X 67 X 103 X 63 X 98 X 67 X 94 X 80 X 49 X 72 X 58 X 49 X 76 X 76 X 63 X 89 X 98 X 76 X 49 X 89 X 103 X 58 X +USW00094728197105WT16-9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00094728197106TMAX 250 0 217 0 278 0 317 0 289 0 272 0 339 0 339 0 267 0 272 0 250 0 294 0 306 0 233 0 156 0 239 0 283 0 289 0 283 0 289 0 300 0 306 0 283 0 317 0 322 0 328 0 317 0 256 0 267 0 328 0-9999 +USW00094728197106TMIN 139 0 128 0 167 0 194 0 189 0 178 0 189 0 228 0 200 0 178 0 167 0 183 0 206 0 156 0 133 0 139 0 156 0 183 0 178 0 200 0 211 0 222 0 194 0 194 0 228 0 228 0 194 0 200 0 194 0 222 0-9999 +USW00094728197106PRCP 0 0 0T 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 246 0 28 0 81 0 0 0 0 0 0 0 0 0 0 0 180 0 0 0 0 0 0 0 8 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00094728197106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197106PSUN 91 X 66 X 27 X 92 X 68 X 52 X 93 X 71 X 62 X 92 X 96 X 29 X 15 X 5 X 0 X 63 X 100 X 98 X 98 X 65 X 40 X 87 X 64 X 70 X 74 X 60 X 99 X 8 X 24 X 63 X-9999 +USW00094728197106TSUN 810 X 588 X 240 X 822 X 612 X 462 X 834 X 636 X 564 X 828 X 864 X 258 X 138 X 48 X 0 X 570 X 906 X 888 X 888 X 594 X 366 X 792 X 582 X 636 X 672 X 540 X 900 X 72 X 216 X 570 X-9999 +USW00094728197106WDFM 360W X 135W X 225W X 270W X 315W X 135W X 225W X 225W X 360W X 360W X 360W X 225W X 315W X 45W X 45W X 135W X 225W X 225W X 135W X 180W X 225W X 360W X 180W X 180W X 225W X 315W X 225W X 360W X 135W X 225W X-9999 +USW00094728197106WSFM 72 X 76 X 72 X 67 X 72 X 58 X 76 X 85 X 98 X 54 X 72 X 40 X 94 X 80 X 76 X 54 X 67 X 72 X 67 X 72 X 121 X 63 X 58 X 54 X 76 X 72 X 49 X 76 X 49 X 72 X-9999 +USW00094728197106WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197106WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00094728197107TMAX 344 0 283 0 283 0 289 0 289 0 328 0 339 0 356 0 339 0 333 0 250 0 300 0 283 0 294 0 300 0 306 0 317 0 300 0 267 0 267 0 294 0 289 0 294 0 317 0 306 0 261 0 306 0 300 0 300 0 239 0 300 0 +USW00094728197107TMIN 228 0 217 0 189 0 189 0 183 0 206 0 228 0 244 0 250 0 244 0 194 0 194 0 194 0 211 0 189 0 211 0 211 0 178 0 217 0 189 0 178 0 194 0 206 0 211 0 217 0 222 0 233 0 189 0 233 0 222 0 233 0 +USW00094728197107PRCP 396 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 71 0 0 0 0T 0 0T 0 0 0 155 0 0 0 0 0 0 0 0 0 0T 0 76 0 170 0 0 0 0 0 163 0 762 0 33 0 +USW00094728197107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197107PSUN 31 X 55 X 100 X 100 X 100 X 82 X 97 X 100 X 39 X 48 X 0 X 100 X 99 X 74 X 84 X 70 X 35 X 100 X 0 X 35 X 94 X 71 X 66 X 62 X 27 X 3 X 71 X 100 X 31 X 0 X 31 X +USW00094728197107TSUN 276 X 498 X 900 X 900 X 900 X 732 X 870 X 900 X 354 X 432 X 0 X 894 X 888 X 660 X 750 X 624 X 312 X 882 X 0 X 312 X 828 X 624 X 582 X 540 X 234 X 24 X 612 X 870 X 270 X 0 X 270 X +USW00094728197107WDFM 270W X 360W X 360W X 180W X 135W X 180W X 270W X 270W X 225W X 270W X 360W X 360W X 135W X 270W X 180W X 180W X 270W X 270W X 135W X 360W X 360W X 135W X 135W X 225W X 180W X 135W X 270W X 360W X 135W X 135W X 225W X +USW00094728197107WSFM 89 X 76 X 89 X 67 X 49 X 63 X 80 X 58 X 80 X 40 X 40 X 72 X 89 X 80 X 63 X 72 X 134 X 54 X 89 X 45 X 54 X 63 X 67 X 45 X 54 X 63 X 58 X 58 X 76 X 40 X 76 X +USW00094728197107WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00094728197107WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X +USW00094728197108TMAX 283 0 294 0 300 0 239 0 283 0 294 0 311 0 322 0 333 0 328 0 311 0 272 0 278 0 300 0 306 0 278 0 311 0 322 0 278 0 311 0 328 0 306 0 272 0 244 0 267 0 272 0 222 0 283 0 289 0 306 0 244 0 +USW00094728197108TMIN 222 0 228 0 228 0 178 0 183 0 189 0 200 0 217 0 239 0 244 0 239 0 172 0 183 0 183 0 194 0 178 0 189 0 200 0 222 0 217 0 228 0 222 0 167 0 128 0 144 0 200 0 183 0 194 0 189 0 200 0 178 0 +USW00094728197108PRCP 533 0 0 0 188 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 99 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 1057 0 457 0 0 0 0 0 0 0 +USW00094728197108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197108PSUN 9 X 29 X 33 X 1 X 87 X 100 X 95 X 99 X 100 X 73 X 39 X 100 X 100 X 100 X 79 X 96 X 100 X 100 X 4 X 47 X 70 X 63 X 88 X 100 X 100 X 43 X 0 X 74 X 94 X 99 X 37 X +USW00094728197108TSUN 78 X 246 X 282 X 6 X 738 X 852 X 804 X 834 X 840 X 618 X 324 X 834 X 834 X 834 X 654 X 792 X 822 X 822 X 36 X 390 X 576 X 510 X 714 X 804 X 804 X 342 X 0 X 588 X 750 X 786 X 294 X +USW00094728197108WDFM 135W X 135W X 135W X 360W X 360W X 270W X 270W X 270W X 270W X 225W X 225W X 270W X 135W X 45W X 360W X 360W X 225W X 225W X 270W X 225W X 225W X 180W X 270W X 270W X 225W X 135W X 225W X 135W X 270W X 270W X 360W X +USW00094728197108WSFM 72 X 58 X 76 X 76 X 76 X 45 X 63 X 45 X 63 X 76 X 80 X 63 X 45 X 49 X 76 X 76 X 45 X 58 X 40 X 76 X 63 X 63 X 103 X 63 X 67 X 63 X 112 X 143 X 45 X 63 X 72 X +USW00094728197108WT03 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728197108WT16 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728197109TMAX 267 0 256 0 267 0 306 0 322 0 306 0 272 0 300 0 328 0 267 0 250 0 278 0 239 0 239 0 289 0 300 0 239 0 250 0 206 0 239 0 239 0 217 0 194 0 211 0 206 0 178 0 183 0 200 0 250 0 250 0-9999 +USW00094728197109TMIN 156 0 167 0 200 0 217 0 222 0 222 0 211 0 228 0 228 0 222 0 222 0 222 0 200 0 200 0 194 0 211 0 211 0 206 0 178 0 178 0 167 0 144 0 172 0 128 0 94 0 144 0 156 0 161 0 189 0 183 0-9999 +USW00094728197109PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 0 0 152 0 447 0 147 0 955 0 0 0 0 0 20 0 10 0 0 0 3 0 127 0 0 0 0T 0 0 0 0 0 3 0 0T 0 3 0 0 0 0 0-9999 +USW00094728197109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197109PSUN 100 X 79 X 19 X 92 X 95 X 47 X 54 X 32 X 78 X 0 X 4 X 8 X 0 X 11 X 79 X 66 X 0 X 2 X 0 X 0 X 68 X 57 X 9 X 95 X 94 X 1 X 0 X 0 X 63 X 39 X-9999 +USW00094728197109TSUN 786 X 618 X 144 X 714 X 738 X 360 X 414 X 246 X 600 X 0 X 30 X 66 X 0 X 84 X 594 X 492 X 0 X 12 X 6 X 0 X 498 X 414 X 66 X 684 X 678 X 12 X 0 X 0 X 450 X 276 X-9999 +USW00094728197109WDFM 135W X 135W X 225W X 225W X 225W X 90W X 135W X 135W X 360W X 45W X 135W X 225W X 135W X 270W X 270W X 270W X 360W X 360W X 360W X 135W X 315W X 45W X 135W X 315W X 315W X 45W X 45W X 90W X 135W X 45W X-9999 +USW00094728197109WSFM 45 X 58 X 63 X 58 X 58 X 58 X 67 X 58 X 63 X 72 X 63 X 63 X 89 X 40 X 36 X 80 X 54 X 76 X 76 X 72 X 72 X 54 X 58 X 76 X 45 X 40 X 49 X 40 X 98 X 54 X-9999 +USW00094728197109WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197109WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728197110TMAX 250 0 228 0 222 0 211 0 244 0 239 0 178 0 178 0 189 0 183 0 194 0 194 0 194 0 244 0 239 0 206 0 200 0 178 0 206 0 144 0 206 0 189 0 200 0 156 0 172 0 239 0 194 0 250 0 256 0 233 0 172 0 +USW00094728197110TMIN 161 0 194 0 161 0 139 0 172 0 150 0 89 0 72 0 122 0 117 0 111 0 94 0 94 0 178 0 156 0 150 0 117 0 100 0 106 0 111 0 100 0 122 0 150 0 133 0 144 0 161 0 150 0 178 0 156 0 139 0 144 0 +USW00094728197110PRCP 0 0 46 0 0 0 0T 0 0T 0 8 0 8 0 0 0 0T 0 549 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 376 0 61 0 0T 0 0 0 0 0 0 0 0 0 5 0 +USW00094728197110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197110PSUN 82 X 2 X 27 X 89 X 36 X 44 X 66 X 93 X 30 X 0 X 100 X 100 X 73 X 17 X 18 X 8 X 53 X 52 X 97 X 0 X 81 X 0 X 0 X 0 X 0 X 66 X 0 X 77 X 100 X 74 X 0 X +USW00094728197110TSUN 582 X 12 X 186 X 624 X 252 X 306 X 456 X 642 X 234 X 0 X 672 X 666 X 492 X 114 X 120 X 54 X 354 X 342 X 642 X 0 X 528 X 0 X 0 X 0 X 0 X 426 X 6 X 498 X 630 X 468 X 0 X +USW00094728197110WDFM 45W X 45W X 45W X 45W X 225W X 270W X 315W X 270W X 180W X 315W X 225W X 270W X 135W X 135W X 135W X 45W X 45W X 45W X 45W X 45W X 270W X 45W X 45W X 45W X 45W X 360W X 360W X 225W X 360W X 135W X 45W X +USW00094728197110WSFM 80 X 40 X 94 X 58 X 49 X 107 X 85 X 58 X 63 X 76 X 76 X 63 X 58 X 49 X 36 X 40 X 107 X 80 X 103 X 76 X 31 X 27 X 72 X 121 X 76 X 45 X 27 X 36 X 27 X 31 X 112 X +USW00094728197110WT16-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00094728197111TMAX 200 0 239 0 200 0 122 0 128 0 156 0 167 0 56 0 33 0 89 0 78 0 106 0 106 0 78 0 100 0 111 0 122 0 161 0 156 0 128 0 100 0 44 0 22 0 28 0 39 0 67 0 83 0 78 0 78 0 67 0-9999 +USW00094728197111TMIN 172 0 194 0 94 0 67 0 56 0 89 0 11 0 0 0 -22 0 17 0 28 0 33 0 39 0 -6 0 56 0 56 0 33 0 67 0 94 0 56 0 44 0 6 0 -33 0 -33 0 6 0 6 0 28 0 33 0 39 0 6 0-9999 +USW00094728197111PRCP 213 0 122 0 61 0 0 0 0 0 0 0 104 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 43 0 0T 0 0 0 0 0 15 0 0 0 5 0 0T 0 0 0 71 0 269 0 0 0 135 0 0 0 394 0 0T 0-9999 +USW00094728197111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197111PSUN 0 X 16 X 0 X 85 X 100 X 41 X 46 X 87 X 60 X 46 X 65 X 36 X 33 X 100 X 0 X 40 X 95 X 92 X 4 X 64 X 37 X 19 X 100 X 7 X 0 X 95 X 0 X 56 X 0 X 11 X-9999 +USW00094728197111TSUN 0 X 102 X 0 X 348 X 612 X 252 X 282 X 534 X 300 X 276 X 390 X 216 X 198 X 600 X 0 X 240 X 564 X 546 X 24 X 378 X 216 X 108 X 582 X 42 X 0 X 546 X 0 X 318 X 0 X 60 X-9999 +USW00094728197111WDFM 225W X 225W X 315W X 225W X 225W X 135W X 315W X 315W X 270W X 225W X 270W X 225W X 360W X 360W X 180W X 360W X 360W X 225W X 225W X 270W X 270W X 315W X 45W X 45W X 45W X 315W X 90W X 315W X 45W X 270W X-9999 +USW00094728197111WSFM 36 X 80 X 63 X 89 X 45 X 63 X 103 X 107 X 40 X 76 X 89 X 63 X 76 X 228 X 27 X 76 X 45 X 40 X 36 X 76 X 89 X 103 X 63 X 98 X 197 X 80 X 58 X 67 X 89 X 103 X-9999 +USW00094728197111WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197111WT16 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 +USW00094728197111WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197112TMAX 11 0 11 0 33 0 56 0 28 0 111 0 117 0 61 0 94 0 122 0 172 0 117 0 111 0 56 0 128 0 172 0 89 0 33 0 33 0 67 0 111 0 50 0 44 0 100 0 72 0 111 0 111 0 122 0 67 0 106 0 78 0 +USW00094728197112TMIN -56 0 -56 0 -44 0 -22 0 -44 0 0 0 61 0 44 0 44 0 83 0 89 0 56 0 56 0 6 0 39 0 89 0 33 0 -61 0 -67 0 33 0 50 0 -44 0 -50 0 44 0 0 0 39 0 72 0 33 0 22 0 33 0 -61 0 +USW00094728197112PRCP 0 0 0 0 0 0 0 0 0 0 152 0 76 0 3 0 3 0 0T 0 0 0 0T 0 0 0 23 0 13 0 0 0 0 0 0T 0 0T 0 15 0 0 0 0 0 0 0 15 0 0 0 13 0 0T 0 3 0 0 0 132 0 0T 0 +USW00094728197112SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 +USW00094728197112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197112PSUN 78 X 100 X 96 X 73 X 100 X 0 X 0 X 0 X 0 X 7 X 100 X 0 X 99 X 40 X 0 X 99 X 0 X 25 X 10 X 0 X 33 X 100 X 76 X 0 X 84 X 1 X 0 X 2 X 96 X 0 X 82 X +USW00094728197112TSUN 444 X 570 X 540 X 414 X 564 X 0 X 0 X 0 X 0 X 42 X 558 X 0 X 552 X 222 X 0 X 552 X 12 X 138 X 60 X 0 X 186 X 558 X 426 X 0 X 468 X 6 X 0 X 12 X 540 X 0 X 462 X +USW00094728197112WDFM 270W X 270W X 270W X 360W X 360W X 135W X 45W X 45W X 180W X 135W X 270W X 90W X 270W X 270W X 45W X 270W X 270W X 270W X 135W X 225W X 270W X 315W X 180W X 225W X 270W X 180W X 360W X 315W X 225W X 135W X 315W X +USW00094728197112WSFM 116 X 67 X 63 X 89 X 63 X 89 X 112 X 89 X 80 X 80 X 134 X 58 X 107 X 63 X 76 X 103 X 67 X 139 X 72 X 72 X 67 X 134 X 67 X 94 X 116 X 80 X 58 X 94 X 72 X 76 X 143 X +USW00094728197112WT04-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197112WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197112WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 +USW00094728197112WT18-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00094728197201TMAX 17 0 106 0 78 0 72 0 50 0 -22 0 22 0 22 0 72 0 111 0 117 0 100 0 167 0 167 0 6 0 -94 0 0 0 78 0 139 0 72 0 56 0 67 0 117 0 100 0 133 0 -6 0 -28 0 -6 0 -6 0 33 0 -6 0 +USW00094728197201TMIN -67 0 11 0 11 0 39 0 -72 0 -100 0 -39 0 -28 0 -22 0 72 0 67 0 44 0 67 0 -6 0 -122 0 -150 0 -122 0 -17 0 33 0 22 0 11 0 11 0 28 0 44 0 -44 0 -61 0 -78 0 -56 0 -56 0 -39 0 -67 0 +USW00094728197201PRCP 0 0 163 0 0 0 76 0 66 0 0 0 0 0 0 0 122 0 3 0 43 0 3 0 33 0 20 0 0 0 0 0 0 0 0 0 0T 0 13 0 0 0 0T 0 0 0 23 0 8 0 0 0 0T 0 41 0 0 0 0 0 0 0 +USW00094728197201SNOW 0 0 0T 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 46 0 0 0 0 0 0 0 +USW00094728197201SNWD 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 +USW00094728197201PSUN 99 X 0 X 100 X 0 X 0 X 82 X 51 X 100 X 17 X 13 X 0 X 99 X 0 X 57 X 1 X 82 X 75 X 59 X 66 X 3 X 2 X 0 X 37 X 92 X 60 X 100 X 72 X 20 X 99 X 60 X 100 X +USW00094728197201TSUN 552 X 0 X 564 X 0 X 0 X 462 X 288 X 564 X 96 X 72 X 0 X 564 X 0 X 330 X 6 X 474 X 432 X 342 X 384 X 18 X 18 X 0 X 216 X 546 X 354 X 594 X 432 X 114 X 594 X 360 X 606 X +USW00094728197201WDFM 225W X 135W X 270W X 315W X 270W X 270W X 225W X 270W X 225W X 225W X 45W X 270W X 180W X 270W X 315W X 315W X 225W X 225W X 270W X 135W X 360W X 90W X 225W X 135W X 225W X 270W X 270W X 270W X 270W X 270W X 225W X +USW00094728197201WSFM 49 X 85 X 67 X 49 X 76 X 54 X 80 X 130 X 89 X 76 X 58 X 63 X 76 X 85 X 85 X 116 X 89 X 80 X 98 X 80 X 67 X 72 X 40 X 76 X 170 X 76 X 85 X 58 X 72 X 76 X 72 X +USW00094728197201WT16-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197201WT18-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00094728197202TMAX 33 0 17 0 117 0 106 0 -50 0 0 0 -11 0 -39 0 -11 0 6 0 6 0 39 0 94 0 83 0 144 0 67 0 11 0 22 0 28 0 -33 0 28 0 44 0 -22 0 39 0 56 0 28 0 44 0 106 0 167 0-9999 -9999 +USW00094728197202TMIN -50 0 -11 0 -22 0 -67 0 -100 0 -67 0 -94 0 -122 0 -94 0 -78 0 -72 0 -33 0 17 0 28 0 11 0 -6 0 -33 0 -6 0 -33 0 -122 0 -122 0 -106 0 -128 0 -39 0 17 0 -17 0 -33 0 17 0 67 0-9999 -9999 +USW00094728197202PRCP 0 0 13 0 394 0 0T 0 0 0 84 0 5 0 0 0 0 0 0 0 0 0 0 0 287 0 0T 0 0 0 0 0 43 0 3 0 417 0 0T 0 0 0 0 0 122 0 13 0 0 0 117 0 0 0 3 0 0 0-9999 -9999 +USW00094728197202SNOW 0 0 13 0 0T 0 0T 0 0 0 109 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 0T 0 145 0 0T 0 0 0 0 0 122 0 10 0 0 0 0T 0 0 0 0T 0 0 0-9999 -9999 +USW00094728197202SNWD 0T 0 0T 0 0T 0 0 0 0 0 0 0 127 0 102 0 76 0 76 0 51 0 0T 0 0T 0 0 0 0 0 0 0 0 0 25 0 25 0 51 0 25 0 25 0 25 0 127 0 51 0 0T 0 0T 0 0T 0 0 0-9999 -9999 +USW00094728197202PSUN 52 X 0 X 0 X 54 X 99 X 0 X 60 X 100 X 77 X 97 X 100 X 60 X 2 X 28 X 65 X 92 X 0 X 0 X 0 X 71 X 36 X 82 X 42 X 1 X 25 X 0 X 73 X 59 X 74 X-9999 -9999 +USW00094728197202TSUN 318 X 0 X 0 X 336 X 612 X 0 X 372 X 624 X 480 X 612 X 630 X 378 X 12 X 180 X 420 X 588 X 0 X 0 X 0 X 462 X 240 X 540 X 276 X 6 X 168 X 0 X 486 X 396 X 498 X-9999 -9999 +USW00094728197202WDFM 270W X 45W X 45W X 270W X 270W X 270W X 315W X 270W X 270W X 315W X 270W X 225W X 90W X 315W X 225W X 270W X 45W X 45W X 45W X 270W X 270W X 315W X 270W X 360W X 270W X 270W X 270W X 270W X 270W X-9999 -9999 +USW00094728197202WSFM 45 X 121 X 112 X 121 X 116 X 72 X 112 X 76 X 63 X 63 X 40 X 49 X 130 X 116 X 72 X 67 X 89 X 103 X 179 X 125 X 94 X 121 X 94 X 49 X 54 X 107 X 76 X 80 X 80 X-9999 -9999 +USW00094728197202WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197202WT16-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 +USW00094728197202WT18-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 +USW00094728197203TMAX 228 0 222 0 172 0 11 0 61 0 0 0 144 0 128 0 -6 0 28 0 28 0 67 0 83 0 28 0 39 0 106 0 117 0 106 0 78 0 78 0 128 0 117 0 83 0 61 0 67 0 78 0 78 0 89 0 144 0 61 0 78 0 +USW00094728197203TMIN 56 0 100 0 -33 0 -83 0 -28 0 -61 0 -17 0 -28 0 -72 0 -44 0 -67 0 11 0 28 0 6 0 6 0 22 0 44 0 50 0 0 0 -28 0 17 0 56 0 17 0 -6 0 -22 0 -28 0 -6 0 -28 0 17 0 44 0 44 0 +USW00094728197203PRCP 0 0 10 0 229 0 0 0 71 0 0T 0 0T 0 41 0 0 0 0T 0 46 0 130 0 0T 0 188 0 25 0 5 0 305 0 5 0 0 0 0 0 0 0 86 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0T 0 +USW00094728197203SNOW 0 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 25 0 0T 0 0 0 33 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197203SNWD 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197203PSUN 67 X 58 X 0 X 82 X 66 X 100 X 83 X 9 X 98 X 53 X 83 X 0 X 47 X 0 X 0 X 51 X 0 X 16 X 87 X 100 X 53 X 0 X 22 X 35 X 88 X 100 X 97 X 100 X 86 X 0 X 0 X +USW00094728197203TSUN 456 X 390 X 0 X 558 X 450 X 690 X 570 X 60 X 684 X 372 X 582 X 0 X 336 X 0 X 0 X 366 X 0 X 114 X 630 X 726 X 390 X 0 X 162 X 264 X 654 X 744 X 726 X 750 X 642 X 0 X 0 X +USW00094728197203WDFM 180W X 180W X 360W X 360W X 315W X 270W X 180W X 315W X 270W X 360W X 180W X 180W X 45W X 45W X 45W X 135W X 270W X 270W X 315W X 225W X 135W X 135W X 225W X 315W X 315W X 315W X 315W X 315W X 45W X 90W X 360W X +USW00094728197203WSFM 63 X 72 X 85 X 63 X 107 X 125 X 98 X 103 X 107 X 54 X 80 X 80 X 85 X 148 X 130 X 76 X 80 X 107 X 76 X 76 X 76 X 98 X 76 X 103 X 85 X 125 X 85 X 85 X 80 X 63 X 76 X +USW00094728197203WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197203WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197203WT16-9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00094728197203WT18-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197204TMAX 144 0 122 0 89 0 56 0 122 0 167 0 56 0 61 0 106 0 122 0 161 0 139 0 128 0 161 0 83 0 156 0 222 0 200 0 300 0 233 0 178 0 111 0 189 0 139 0 122 0 144 0 133 0 178 0 233 0 244 0-9999 +USW00094728197204TMIN 50 0 39 0 22 0 33 0 0 0 56 0 -22 0 -33 0 -17 0 28 0 72 0 67 0 67 0 83 0 67 0 56 0 56 0 89 0 117 0 50 0 39 0 56 0 56 0 89 0 61 0 33 0 67 0 50 0 100 0 111 0-9999 +USW00094728197204PRCP 0 0 33 0 0 0 79 0 0 0 0 0 8 0 0T 0 0 0 0 0 0T 0 0 0 246 0 0 0 20 0 163 0 0T 0 0 0 0T 0 188 0 0 0 185 0 46 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197204SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197204PSUN 100 X 34 X 64 X 0 X 65 X 70 X 0 X 51 X 99 X 30 X 51 X 33 X 0 X 73 X 0 X 36 X 86 X 100 X 83 X 0 X 97 X 0 X 80 X 3 X 43 X 74 X 58 X 89 X 83 X 69 X-9999 +USW00094728197204TSUN 762 X 258 X 492 X 0 X 498 X 540 X 0 X 396 X 774 X 234 X 408 X 264 X 0 X 582 X 0 X 288 X 690 X 804 X 666 X 0 X 786 X 0 X 654 X 24 X 348 X 612 X 480 X 744 X 690 X 576 X-9999 +USW00094728197204WDFM 135W X 270W X 315W X 135W X 225W X 45W X 45W X 315W X 315W X 270W X 360W X 135W X 135W X 315W X 135W X 45W X 315W X 225W X 225W X 45W X 315W X 45W X 225W X 225W X 315W X 45W X 315W X 45W X 45W X 180W X-9999 +USW00094728197204WSFM 80 X 80 X 85 X 85 X 80 X 80 X 107 X 103 X 94 X 76 X 76 X 63 X 76 X 103 X 76 X 85 X 121 X 76 X 80 X 116 X 58 X 76 X 72 X 67 X 76 X 80 X 72 X 80 X 76 X 67 X-9999 +USW00094728197204WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197204WT04-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197204WT06-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197204WT16-9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197204WT18-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197205TMAX 233 0 239 0 217 0 183 0 156 0 200 0 283 0 189 0 94 0 167 0 217 0 256 0 261 0 194 0 233 0 256 0 200 0 250 0 222 0 156 0 272 0 261 0 267 0 300 0 222 0 194 0 228 0 272 0 256 0 256 0 222 0 +USW00094728197205TMIN 144 0 156 0 156 0 128 0 111 0 83 0 128 0 94 0 78 0 72 0 78 0 106 0 139 0 144 0 139 0 144 0 128 0 128 0 122 0 122 0 150 0 144 0 122 0 133 0 100 0 78 0 83 0 117 0 133 0 172 0 178 0 +USW00094728197205PRCP 15 0 13 0 274 0 28 0 0T 0 0 0 152 0 20 0 295 0 10 0 0T 0 0 0 0 0 231 0 168 0 0T 0 25 0 0 0 48 0 516 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 330 0 +USW00094728197205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197205PSUN 0 X 0 X 0 X 29 X 15 X 96 X 48 X 28 X 0 X 48 X 83 X 100 X 94 X 0 X 1 X 30 X 39 X 75 X 1 X 0 X 47 X 42 X 100 X 100 X 51 X 100 X 100 X 100 X 88 X 32 X 0 X +USW00094728197205TSUN 0 X 0 X 0 X 246 X 132 X 816 X 408 X 240 X 0 X 414 X 714 X 864 X 816 X 0 X 78 X 264 X 342 X 654 X 12 X 0 X 414 X 372 X 882 X 882 X 456 X 888 X 888 X 888 X 786 X 282 X 6 X +USW00094728197205WDFM 225W X 225W X 180W X 315W X 315W X 135W X 45W X 45W X 45W X 360W X 270W X 315W X 225W X 135W X 135W X 135W X 90W X 135W X 45W X 45W X 135W X 45W X 45W X 135W X 45W X 45W X 180W X 225W X 225W X 180W X 135W X +USW00094728197205WSFM 54 X 76 X 72 X 85 X 85 X 85 X 89 X 80 X 134 X 76 X 103 X 76 X 76 X 80 X 80 X 63 X 49 X 49 X 116 X 116 X 40 X 85 X 63 X 67 X 116 X 72 X 49 X 67 X 67 X 76 X 63 X +USW00094728197205WT03 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728197205WT16 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00094728197206TMAX 222 0 217 0 278 0 300 0 267 0 211 0 244 0 278 0 294 0 222 0 206 0 233 0 233 0 228 0 283 0 261 0 267 0 200 0 183 0 250 0 222 0 217 0 172 0 200 0 189 0 206 0 267 0 289 0 244 0 278 0-9999 +USW00094728197206TMIN 156 0 122 0 150 0 178 0 156 0 156 0 144 0 139 0 200 0 94 0 78 0 133 0 172 0 194 0 200 0 200 0 178 0 167 0 156 0 183 0 194 0 144 0 133 0 133 0 144 0 167 0 150 0 189 0 189 0 178 0-9999 +USW00094728197206PRCP 30 0 15 0 0 0 112 0 0 0 3 0 28 0 0 0 0 0 48 0 0 0 0T 0 3 0 0T 0 0T 0 333 0 107 0 348 0 251 0 0 0 53 0 302 0 117 0 0T 0 236 0 23 0 0 0 0 0 173 0 180 0-9999 +USW00094728197206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197206PSUN 38 X 67 X 83 X 47 X 38 X 3 X 86 X 63 X 20 X 56 X 90 X 12 X 9 X 0 X 47 X 0 X 9 X 0 X 0 X 6 X 0 X 0 X 1 X 5 X 10 X 0 X 74 X 82 X 3 X 19 X-9999 +USW00094728197206TSUN 342 X 600 X 744 X 420 X 342 X 24 X 774 X 564 X 180 X 510 X 816 X 102 X 78 X 0 X 426 X 0 X 84 X 0 X 0 X 54 X 0 X 0 X 12 X 48 X 90 X 0 X 666 X 744 X 30 X 174 X-9999 +USW00094728197206WDFM 315W X 45W X 225W X 225W X 135W X 135W X 315W X 225W X 225W X 315W X 315W X 225W X 225W X 135W X 135W X 225W X 45W X 90W X 45W X 135W X 135W X 45W X 90W X 180W X 315W X 225W X 270W X 180W X 90W X 225W X-9999 +USW00094728197206WSFM 72 X 76 X 63 X 85 X 63 X 49 X 76 X 80 X 76 X 116 X 76 X 72 X 58 X 49 X 72 X 72 X 54 X 49 X 58 X 76 X 76 X 161 X 80 X 58 X 31 X 49 X 40 X 63 X 80 X 58 X-9999 +USW00094728197206WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728197206WT16 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00094728197207TMAX 283 0 328 0 300 0 261 0 189 0 250 0 261 0 267 0 272 0 289 0 317 0 322 0 239 0 317 0 339 0 322 0 333 0 317 0 344 0 311 0 333 0 333 0 344 0 328 0 328 0 267 0 272 0 278 0 289 0 289 0 217 0 +USW00094728197207TMIN 178 0 217 0 222 0 172 0 156 0 133 0 161 0 161 0 161 0 189 0 211 0 233 0 217 0 228 0 244 0 239 0 233 0 244 0 244 0 222 0 222 0 239 0 261 0 256 0 228 0 189 0 194 0 183 0 178 0 200 0 189 0 +USW00094728197207PRCP 0 0 0 0 58 0 0 0 41 0 0 0 0T 0 41 0 0 0 0 0 0 0 0 0 803 0 0 0 0 0 5 0 0 0 0T 0 0 0 48 0 132 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 25 0 +USW00094728197207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197207PSUN 65 X 73 X 31 X 93 X 0 X 97 X 57 X 49 X 69 X 79 X 64 X 78 X 5 X 82 X 97 X 71 X 62 X 59 X 100 X 37 X 22 X 99 X 99 X 100 X 52 X 76 X 48 X 89 X 62 X 37 X 0 X +USW00094728197207TSUN 582 X 654 X 282 X 834 X 0 X 870 X 510 X 444 X 624 X 708 X 576 X 702 X 48 X 726 X 864 X 630 X 552 X 522 X 882 X 324 X 192 X 864 X 864 X 876 X 456 X 660 X 420 X 768 X 540 X 324 X 0 X +USW00094728197207WDFM 315W X 225W X 225W X 360W X 45W X 135W X 135W X 270W X 225W X 225W X 225W X 180W X 225W X 180W X 225W X 225W X 135W X 135W X 45W X 45W X 315W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X 45W X 135W X 45W X +USW00094728197207WSFM 54 X 54 X 67 X 54 X 72 X 54 X 54 X 58 X 58 X 76 X 67 X 58 X 72 X 58 X 76 X 63 X 45 X 49 X 72 X 63 X 80 X 49 X 85 X 76 X 98 X 76 X 58 X 49 X 40 X 40 X 54 X +USW00094728197207WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197207WT16-9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00094728197208TMAX 311 0 300 0 294 0 283 0 267 0 267 0 283 0 306 0 300 0 244 0 267 0 261 0 311 0 300 0 244 0 239 0 211 0 283 0 300 0 300 0 289 0 300 0 311 0 344 0 333 0 328 0 306 0 300 0 317 0 306 0 311 0 +USW00094728197208TMIN 194 0 217 0 222 0 194 0 150 0 161 0 211 0 222 0 228 0 150 0 139 0 189 0 206 0 211 0 161 0 150 0 178 0 200 0 194 0 194 0 178 0 183 0 183 0 222 0 233 0 217 0 217 0 217 0 194 0 194 0 189 0 +USW00094728197208PRCP 0 0 0 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 208 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 241 0 20 0 3 0 0 0 0 0 0 0 +USW00094728197208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197208PSUN 80 X 67 X 32 X 70 X 97 X 96 X 7 X 72 X 36 X 84 X 90 X 7 X 47 X 73 X 39 X 67 X 0 X 37 X 84 X 99 X 100 X 88 X 90 X 65 X 52 X 53 X 43 X 55 X 87 X 90 X 93 X +USW00094728197208TSUN 690 X 576 X 276 X 594 X 828 X 810 X 66 X 612 X 300 X 708 X 756 X 60 X 390 X 612 X 324 X 552 X 0 X 306 X 690 X 810 X 816 X 714 X 732 X 522 X 420 X 426 X 342 X 438 X 690 X 714 X 738 X +USW00094728197208WDFM 315W X 135W X 135W X 45W X 45W X 180W X 225W X 270W X 315W X 315W X 225W X 225W X 225W X 360W X 45W X 225W X 135W X 225W X 45W X 45W X 180W X 180W X 225W X 225W X 225W X 225W X 225W X 270W X 315W X 45W X 135W X +USW00094728197208WSFM 45 X 63 X 54 X 76 X 72 X 54 X 76 X 72 X 80 X 85 X 72 X 76 X 54 X 63 X 85 X 63 X 58 X 49 X 76 X 45 X 58 X 58 X 58 X 49 X 63 X 63 X 72 X 58 X 45 X 58 X 49 X +USW00094728197208WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728197208WT16-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728197209TMAX 283 0 228 0 289 0 250 0 233 0 289 0 272 0 272 0 283 0 244 0 272 0 267 0 250 0 311 0 244 0 289 0 333 0 300 0 256 0 167 0 167 0 261 0 211 0 183 0 272 0 300 0 300 0 222 0 194 0 211 0-9999 +USW00094728197209TMIN 183 0 200 0 194 0 167 0 139 0 144 0 167 0 172 0 167 0 122 0 133 0 183 0 183 0 189 0 161 0 161 0 200 0 222 0 150 0 144 0 128 0 128 0 100 0 133 0 167 0 211 0 189 0 150 0 156 0 111 0-9999 +USW00094728197209PRCP 0 0 23 0 61 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 69 0 0T 0 0 0 0 0 0 0 53 0 8 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 13 0 0 0 66 0 46 0-9999 +USW00094728197209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197209PSUN 55 X 0 X 74 X 97 X 62 X 78 X 35 X 58 X 23 X 100 X 79 X 0 X 0 X 19 X 74 X 76 X 81 X 8 X 38 X 0 X 0 X 87 X 81 X 8 X 51 X 26 X 4 X 64 X 0 X 0 X-9999 +USW00094728197209TSUN 432 X 0 X 582 X 756 X 480 X 606 X 270 X 444 X 180 X 762 X 600 X 0 X 0 X 138 X 558 X 570 X 600 X 60 X 282 X 0 X 0 X 636 X 594 X 54 X 372 X 186 X 30 X 456 X 0 X 0 X-9999 +USW00094728197209WDFM 45W X 45W X 45W X 315W X 315W X 135W X 180W X 135W X 45W X 360W X 225W X 135W X 180W X 315W X 45W X 225W X 225W X 225W X 45W X 45W X 45W X 315W X 45W X 180W X 225W X 225W X 45W X 45W X 45W X 315W X-9999 +USW00094728197209WSFM 76 X 76 X 76 X 72 X 49 X 31 X 49 X 45 X 76 X 63 X 67 X 67 X 58 X 94 X 54 X 72 X 72 X 67 X 116 X 107 X 72 X 72 X 58 X 40 X 49 X 76 X 76 X 80 X 58 X 98 X-9999 +USW00094728197209WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728197209WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 +USW00094728197210TMAX 172 0 211 0 228 0 228 0 206 0 228 0 183 0 211 0 156 0 144 0 172 0 139 0 139 0 178 0 156 0 144 0 194 0 111 0 61 0 89 0 122 0 139 0 178 0 233 0 139 0 133 0 161 0 178 0 178 0 117 0 89 0 +USW00094728197210TMIN 72 0 78 0 111 0 128 0 139 0 167 0 117 0 89 0 67 0 44 0 50 0 122 0 72 0 72 0 61 0 67 0 72 0 28 0 17 0 0 0 22 0 78 0 122 0 128 0 61 0 56 0 61 0 128 0 111 0 28 0 17 0 +USW00094728197210PRCP 0 0 0 0 0 0 0 0 0T 0 74 0 1039 0 13 0 0 0 0 0 0 0 43 0 0 0 0T 0 3 0 0 0 0 0 25 0 135 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 251 0 10 0 0 0 0 0 +USW00094728197210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197210PSUN 100 X 99 X 92 X 70 X 12 X 6 X 0 X 85 X 90 X 95 X 87 X 0 X 87 X 42 X 97 X 1 X 74 X 52 X 0 X 100 X 44 X 0 X 1 X 70 X 94 X 83 X 53 X 0 X 0 X 74 X 54 X +USW00094728197210TSUN 702 X 696 X 648 X 486 X 84 X 48 X 0 X 582 X 618 X 648 X 594 X 0 X 588 X 282 X 648 X 6 X 492 X 342 X 0 X 660 X 288 X 0 X 6 X 456 X 606 X 534 X 342 X 0 X 0 X 468 X 336 X +USW00094728197210WDFM 45W X 180W X 180W X 90W X 45W X 45W X 360W X 315W X 315W X 270W X 225W X 225W X 315W X 270W X 315W X 225W X 270W X 315W X 45W X 45W X 135W X 180W X 270W X 270W X 315W X 360W X 180W X 135W X 315W X 45W X 45W X +USW00094728197210WSFM 54 X 40 X 45 X 54 X 76 X 76 X 121 X 103 X 98 X 49 X 58 X 80 X 72 X 76 X 121 X 85 X 80 X 63 X 72 X 67 X 45 X 54 X 63 X 49 X 76 X 45 X 49 X 85 X 80 X 63 X 54 X +USW00094728197210WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00094728197210WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197211TMAX 100 0 167 0 200 0 128 0 89 0 94 0 161 0 144 0 117 0 183 0 117 0 106 0 117 0 100 0 28 0 106 0 72 0 100 0 56 0 111 0 61 0 0 0 17 0 72 0 83 0 161 0 100 0 128 0 72 0 39 0-9999 +USW00094728197211TMIN 61 0 89 0 117 0 67 0 61 0 44 0 72 0 78 0 67 0 56 0 72 0 78 0 83 0 28 0 -6 0 -6 0 22 0 -6 0 17 0 17 0 -6 0 -39 0 -61 0 -6 0 6 0 67 0 50 0 44 0 11 0 6 0-9999 +USW00094728197211PRCP 5 0 135 0 0T 0 58 0 41 0 0 0 0 0 1422 0 0T 0 0 0 152 0 0T 0 0 0 566 0 3 0 0 0 0 0 0 0 112 0 193 0 0 0 0 0 0 0 0 0 15 0 226 0 0 0 8 0 0 0 216 0-9999 +USW00094728197211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00094728197211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197211PSUN 0 X 0 X 79 X 0 X 4 X 12 X 8 X 0 X 5 X 100 X 0 X 0 X 0 X 0 X 0 X 90 X 8 X 93 X 3 X 56 X 96 X 28 X 100 X 85 X 67 X 44 X 61 X 28 X 96 X 0 X-9999 +USW00094728197211TSUN 0 X 0 X 492 X 0 X 24 X 78 X 54 X 0 X 30 X 606 X 0 X 0 X 0 X 0 X 0 X 534 X 48 X 546 X 18 X 324 X 564 X 162 X 582 X 498 X 390 X 258 X 348 X 162 X 552 X 0 X-9999 +USW00094728197211WDFM 45W X 225W X 315W X 90W X 360W X 45W X 135W X 45W X 360W X 45W X 90W X 45W X 90W X 90W X 45W X 315W X 45W X 315W X 90W X 315W X 315W X 315W X 315W X 315W X 45W X 135W X 225W X 315W X 315W X 45W X-9999 +USW00094728197211WSFM 72 X 54 X 103 X 72 X 63 X 54 X 63 X 224 X 112 X 58 X 54 X 40 X 45 X 152 X 76 X 58 X 63 X 49 X 85 X 130 X 85 X 76 X 58 X 67 X 49 X 94 X 107 X 85 X 63 X 107 X-9999 +USW00094728197211WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728197211WT16 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 +USW00094728197211WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728197212TMAX 67 0 83 0 144 0 56 0 72 0 161 0 44 0 122 0 122 0 83 0 61 0 28 0 111 0 78 0 33 0 17 0 -44 0 22 0 72 0 67 0 22 0 56 0 50 0 39 0 50 0 56 0 44 0 67 0 11 0 44 0 150 0 +USW00094728197212TMIN 17 0 17 0 56 0 6 0 17 0 28 0 -11 0 -11 0 72 0 61 0 -11 0 -17 0 28 0 17 0 6 0 -56 0 -72 0 -72 0 17 0 22 0 6 0 17 0 28 0 22 0 33 0 28 0 17 0 6 0 -39 0 -6 0 28 0 +USW00094728197212PRCP 30 0 0 0 0 0 33 0 3 0 264 0 0 0 213 0 18 0 56 0 0 0 13 0 5 0 0 0 224 0 10 0 0 0 0 0 0T 0 66 0 84 0 302 0 66 0 0 0 0T 0 56 0 3 0 0 0 0 0 10 0 91 0 +USW00094728197212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197212PSUN 45 X 77 X 79 X 1 X 0 X 0 X 93 X 0 X 0 X 0 X 58 X 0 X 3 X 84 X 0 X 70 X 93 X 30 X 3 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 23 X 18 X 74 X 0 X 0 X +USW00094728197212TSUN 258 X 438 X 450 X 6 X 0 X 0 X 528 X 0 X 0 X 0 X 324 X 0 X 18 X 468 X 0 X 390 X 516 X 168 X 12 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 132 X 102 X 408 X 0 X 0 X +USW00094728197212WDFM 315W X 270W X 315W X 90W X 90W X 315W X 315W X 90W X 270W X 315W X 315W X 135W X 315W X 90W X 90W X 315W X 315W X 270W X 270W X 90W X 90W X 45W X 45W X 45W X 90W X 90W X 315W X 315W X 315W X 90W X 225W X +USW00094728197212WSFM 107 X 80 X 80 X 94 X 54 X 130 X 107 X 85 X 58 X 58 X 89 X 49 X 107 X 67 X 125 X 156 X 148 X 125 X 63 X 85 X 112 X 103 X 98 X 49 X 40 X 54 X 125 X 125 X 80 X 67 X 85 X +USW00094728197212WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197212WT16 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X +USW00094728197212WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197301TMAX 156 0 72 0 39 0 89 0 56 0 6 0 -61 0 -78 0 -28 0 -6 0 11 0 0 0 17 0 39 0 67 0 100 0 156 0 189 0 133 0 111 0 56 0 144 0 144 0 67 0 67 0 111 0 67 0 50 0 28 0 -22 0 -33 0 +USW00094728197301TMIN 72 0 -6 0 -11 0 22 0 6 0 -83 0 -94 0 -111 0 -122 0 -67 0 -61 0 -72 0 -50 0 -33 0 11 0 33 0 39 0 72 0 67 0 -22 0 -50 0 17 0 61 0 11 0 -11 0 44 0 44 0 11 0 -78 0 -100 0 -83 0 +USW00094728197301PRCP 8 0 0 0 5 0 175 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 8 0 0 0 145 0 0 0 0 0 0 0 0 0 378 0 140 0 203 0 0 0 0 0 +USW00094728197301SNOW 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 46 0 0 0 0 0 +USW00094728197301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 0T 0 +USW00094728197301PSUN 69 X 85 X 78 X 1 X 0 X 99 X 78 X 34 X 100 X 100 X 100 X 100 X 100 X 80 X 27 X 100 X 94 X 68 X 0 X 24 X 93 X 0 X 14 X 31 X 80 X 100 X 0 X 0 X 32 X 79 X 85 X +USW00094728197301TSUN 384 X 474 X 438 X 6 X 0 X 558 X 438 X 192 X 564 X 570 X 570 X 570 X 570 X 462 X 156 X 576 X 546 X 390 X 0 X 138 X 546 X 0 X 84 X 186 X 474 X 594 X 0 X 0 X 192 X 480 X 516 X +USW00094728197301WDFM 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 270W X 270W X 225W X 270W X 225W X 225W X 225W X 180W X 315W X 315W X 135W X 270W X 270W X 315W X 225W X 45W X 45W X 315W X 315W X 315W X +USW00094728197301WSFM 85 X 116 X 49 X 98 X 76 X 130 X 130 X 85 X 76 X 63 X 67 X 76 X 40 X 76 X 49 X 80 X 80 X 49 X 67 X 121 X 112 X 103 X 112 X 76 X 121 X 40 X 103 X 85 X 134 X 98 X 76 X +USW00094728197301WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197301WT04-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197301WT16 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00094728197301WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00094728197302TMAX 11 0 144 0 111 0 83 0 106 0 39 0 56 0 56 0 -6 0 -28 0 -33 0 11 0 56 0 72 0 83 0 28 0 -56 0 11 0 61 0 106 0 72 0 61 0 33 0 28 0 61 0 33 0 -6 0 72 0-9999 -9999 -9999 +USW00094728197302TMIN -89 0 6 0 22 0 22 0 39 0 0 0 -6 0 -6 0 -78 0 -78 0 -111 0 -133 0 -83 0 -17 0 11 0 -117 0 -139 0 -122 0 -44 0 17 0 33 0 -6 0 -39 0 -39 0 -39 0 -6 0 -50 0 -67 0-9999 -9999 -9999 +USW00094728197302PRCP 53 0 757 0 0T 0 0 0 0 0 18 0 33 0 64 0 0 0 0 0 0 0 0 0 0 0 66 0 142 0 23 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728197302SNOW 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 20 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728197302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728197302PSUN 0 X 0 X 34 X 11 X 37 X 27 X 0 X 0 X 100 X 0 X 100 X 99 X 99 X 25 X 10 X 0 X 100 X 100 X 85 X 30 X 1 X 8 X 100 X 76 X 67 X 0 X 55 X 100 X-9999 -9999 -9999 +USW00094728197302TSUN 0 X 0 X 210 X 72 X 228 X 168 X 0 X 0 X 624 X 0 X 630 X 624 X 630 X 156 X 66 X 0 X 648 X 648 X 552 X 198 X 12 X 54 X 660 X 504 X 444 X 0 X 372 X 672 X-9999 -9999 -9999 +USW00094728197302WDFM 45W X 180W X 315W X 315W X 45W X 45W X 45W X 315W X 315W X 45W X 360W X 360W X 315W X 45W X 45W X 315W X 315W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 45W X 45W X 45W X-9999 -9999 -9999 +USW00094728197302WSFM 76 X 130 X 94 X 94 X 76 X 107 X 103 X 94 X 116 X 112 X 112 X 103 X 76 X 67 X 72 X 107 X 89 X 103 X 54 X 63 X 40 X 107 X 80 X 103 X 54 X 107 X 107 X 76 X-9999 -9999 -9999 +USW00094728197302WT04 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197302WT06-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197302WT16 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728197302WT18 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728197303TMAX 117 0 178 0 117 0 144 0 122 0 61 0 72 0 167 0 183 0 100 0 72 0 172 0 172 0 83 0 94 0 189 0 156 0 44 0 67 0 89 0 67 0 44 0 122 0 183 0 150 0 117 0 139 0 122 0 122 0 106 0 167 0 +USW00094728197303TMIN 0 0 33 0 28 0 33 0 50 0 33 0 39 0 67 0 72 0 39 0 28 0 72 0 72 0 56 0 50 0 94 0 44 0 0 0 6 0 0 0 -11 0 11 0 11 0 22 0 72 0 72 0 44 0 28 0 22 0 56 0 67 0 +USW00094728197303PRCP 0 0 0 0 74 0 56 0 0 0 8 0 0T 0 165 0 0 0 0 0 5 0 20 0 0 0 10 0 23 0 46 0 84 0 8 0 0 0 0 0 0 0 0T 0 0 0 0 0 51 0 343 0 0T 0 0 0 0 0 20 0 3 0 +USW00094728197303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197303PSUN 93 X 78 X 0 X 20 X 38 X 0 X 0 X 10 X 79 X 86 X 0 X 24 X 94 X 0 X 0 X 11 X 10 X 1 X 26 X 78 X 66 X 0 X 69 X 100 X 34 X 1 X 100 X 100 X 57 X 0 X 20 X +USW00094728197303TSUN 630 X 528 X 0 X 138 X 258 X 0 X 0 X 72 X 552 X 606 X 0 X 168 X 666 X 0 X 0 X 78 X 72 X 6 X 186 X 570 X 486 X 0 X 510 X 738 X 252 X 6 X 750 X 750 X 426 X 0 X 150 X +USW00094728197303WDFM 225W X 225W X 45W X 45W X 45W X 45W X 45W X 225W X 90W X 45W X 45W X 270W X 270W X 45W X 45W X 225W X 180W X 225W X 270W X 270W X 45W X 45W X 360W X 360W X 180W X 45W X 45W X 45W X 135W X 135W X 45W X +USW00094728197303WSFM 80 X 49 X 85 X 76 X 85 X 107 X 107 X 54 X 72 X 103 X 76 X 107 X 80 X 54 X 67 X 54 X 130 X 116 X 116 X 76 X 116 X 116 X 112 X 45 X 45 X 121 X 116 X 63 X 58 X 58 X 40 X +USW00094728197303WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197303WT16-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X +USW00094728197303WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197304TMAX 106 0 133 0 139 0 83 0 117 0 167 0 200 0 117 0 128 0 133 0 89 0 83 0 94 0 144 0 194 0 233 0 194 0 244 0 267 0 194 0 183 0 300 0 283 0 222 0 183 0 111 0 133 0 133 0 150 0 200 0-9999 +USW00094728197304TMIN 61 0 89 0 78 0 44 0 50 0 39 0 78 0 22 0 28 0 39 0 22 0 11 0 6 0 6 0 39 0 72 0 139 0 161 0 167 0 78 0 72 0 133 0 128 0 111 0 89 0 83 0 78 0 83 0 78 0 72 0-9999 +USW00094728197304PRCP 409 0 104 0 5 0 378 0 0 0 0 0 3 0 257 0 3 0 208 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 5 0 0 0 0 0 0 0 119 0 0 0 20 0 340 0 193 0 0T 0 0T 0 0 0-9999 +USW00094728197304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197304PSUN 0 X 0 X 4 X 0 X 15 X 71 X 72 X 0 X 100 X 52 X 64 X 76 X 91 X 100 X 100 X 100 X 3 X 12 X 25 X 100 X 65 X 69 X 46 X 73 X 38 X 0 X 0 X 4 X 36 X 100 X-9999 +USW00094728197304TSUN 0 X 0 X 30 X 0 X 114 X 546 X 558 X 0 X 780 X 408 X 504 X 600 X 720 X 798 X 798 X 798 X 24 X 96 X 204 X 810 X 528 X 564 X 378 X 600 X 318 X 0 X 0 X 42 X 300 X 834 X-9999 +USW00094728197304WDFM 45W X 90W X 270W X 45W X 270W X 270W X 315W X 45W X 45W X 270W X 270W X 270W X 315W X 135W X 225W X 225W X 225W X 225W X 225W X 315W X 135W X 225W X 225W X 225W X 45W X 45W X 45W X 270W X 270W X 225W X-9999 +USW00094728197304WSFM 80 X 40 X 49 X 121 X 116 X 89 X 63 X 130 X 67 X 116 X 107 X 76 X 80 X 45 X 76 X 80 X 76 X 58 X 58 X 98 X 63 X 76 X 76 X 63 X 63 X 148 X 130 X 80 X 76 X 45 X-9999 +USW00094728197304WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728197304WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 +USW00094728197304WT16 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00094728197304WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197305TMAX 206 0 222 0 256 0 189 0 139 0 206 0 211 0 144 0 161 0 217 0 239 0 217 0 200 0 217 0 144 0 194 0 194 0 150 0 211 0 167 0 133 0 244 0 161 0 167 0 139 0 172 0 139 0 211 0 278 0 267 0 256 0 +USW00094728197305TMIN 117 0 117 0 139 0 78 0 72 0 72 0 94 0 94 0 117 0 144 0 128 0 117 0 100 0 100 0 89 0 72 0 106 0 50 0 72 0 133 0 122 0 128 0 111 0 117 0 100 0 100 0 100 0 111 0 178 0 172 0 156 0 +USW00094728197305PRCP 5 0 0 0 114 0 0 0 0 0 0 0 0 0 58 0 180 0 5 0 15 0 13 0 0 0 0T 0 99 0 0 0 48 0 28 0 0 0 99 0 38 0 0 0 193 0 13 0 10 0 0 0 25 0 150 0 5 0 46 0 0T 0 +USW00094728197305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197305PSUN 60 X 26 X 18 X 47 X 12 X 84 X 100 X 4 X 3 X 57 X 33 X 50 X 73 X 47 X 0 X 100 X 97 X 24 X 83 X 1 X 0 X 99 X 0 X 1 X 0 X 24 X 0 X 8 X 68 X 65 X 67 X +USW00094728197305TSUN 504 X 216 X 150 X 396 X 102 X 714 X 852 X 30 X 24 X 486 X 288 X 426 X 630 X 408 X 6 X 870 X 846 X 210 X 732 X 12 X 0 X 870 X 0 X 6 X 0 X 210 X 0 X 84 X 606 X 576 X 600 X +USW00094728197305WDFM 135W X 135W X 225W X 270W X 315W X 315W X 135W X 135W X 135W X 135W X 270W X 270W X 270W X 225W X 315W X 225W X 135W X 270W X 225W X 90W X 315W X 315W X 45W X 45W X 45W X 45W X 135W X 135W X 225W X 135W X 225W X +USW00094728197305WSFM 76 X 45 X 76 X 89 X 85 X 67 X 72 X 76 X 94 X 63 X 89 X 107 X 58 X 49 X 76 X 58 X 85 X 89 X 67 X 49 X 67 X 94 X 72 X 76 X 116 X 80 X 45 X 80 X 76 X 58 X 72 X +USW00094728197305WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197305WT16 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00094728197306TMAX 261 0 256 0 217 0 294 0 317 0 278 0 289 0 306 0 333 0 328 0 350 0 339 0 294 0 289 0 278 0 256 0 239 0 194 0 228 0 278 0 267 0 233 0 250 0 261 0 250 0 267 0 233 0 272 0 233 0 289 0-9999 +USW00094728197306TMIN 150 0 167 0 150 0 161 0 194 0 178 0 217 0 206 0 228 0 217 0 233 0 222 0 211 0 189 0 161 0 189 0 144 0 150 0 161 0 178 0 194 0 189 0 183 0 178 0 178 0 172 0 200 0 200 0 211 0 206 0-9999 +USW00094728197306PRCP 25 0 0T 0 0 0 53 0 0 0 0 0 0T 0 0 0 3 0 0 0 0 0 5 0 163 0 0 0 0 0 38 0 0 0 18 0 10 0 0T 0 84 0 470 0 0 0 0 0 0 0 0 0 23 0 23 0 119 0 122 0-9999 +USW00094728197306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197306PSUN 79 X 72 X 25 X 60 X 78 X 58 X 32 X 100 X 90 X 100 X 96 X 61 X 48 X 98 X 94 X 17 X 80 X 7 X 2 X 23 X 8 X 11 X 0 X 45 X 36 X 38 X 20 X 36 X 0 X 31 X-9999 +USW00094728197306TSUN 702 X 648 X 228 X 540 X 702 X 528 X 288 X 900 X 810 X 900 X 870 X 552 X 432 X 888 X 852 X 156 X 720 X 60 X 18 X 210 X 78 X 96 X 0 X 402 X 330 X 342 X 186 X 330 X 0 X 282 X-9999 +USW00094728197306WDFM 270W X 45W X 45W X 270W X 135W X 135W X 225W X 225W X 270W X 270W X 225W X 225W X 360W X 315W X 315W X 225W X 45W X 90W X 45W X 90W X 135W X 315W X 180W X 135W X 180W X 135W X 45W X 180W X 135W X 135W X-9999 +USW00094728197306WSFM 130 X 76 X 67 X 98 X 58 X 67 X 63 X 63 X 94 X 63 X 63 X 76 X 80 X 63 X 54 X 72 X 103 X 58 X 49 X 49 X 49 X 72 X 45 X 54 X 49 X 67 X 49 X 80 X 63 X 63 X-9999 +USW00094728197306WT03 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00094728197306WT16 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00094728197307TMAX 306 0 300 0 289 0 289 0 300 0 300 0 317 0 344 0 344 0 317 0 294 0 244 0 267 0 333 0 267 0 294 0 294 0 311 0 306 0 306 0 228 0 289 0 300 0 317 0 300 0 272 0 306 0 322 0 311 0 294 0 300 0 +USW00094728197307TMIN 206 0 206 0 217 0 222 0 206 0 194 0 200 0 239 0 244 0 239 0 172 0 144 0 178 0 228 0 178 0 172 0 189 0 194 0 206 0 222 0 194 0 200 0 200 0 189 0 206 0 206 0 233 0 239 0 228 0 206 0 200 0 +USW00094728197307PRCP 0 0 0 0 8 0 8 0 312 0 0 0 0 0 0 0 0 0 0 0 61 0 0 0 13 0 0 0 391 0 0 0 0 0 0 0 0 0 439 0 193 0 3 0 0 0 0 0 0 0 69 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728197307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197307PSUN 74 X 59 X 79 X 55 X 58 X 99 X 98 X 98 X 85 X 29 X 13 X 55 X 29 X 95 X 3 X 84 X 91 X 86 X 79 X 25 X 1 X 77 X 99 X 98 X 84 X 11 X 38 X 84 X 66 X 91 X 70 X +USW00094728197307TSUN 666 X 534 X 714 X 498 X 522 X 894 X 882 X 882 X 762 X 258 X 120 X 486 X 258 X 846 X 30 X 744 X 810 X 756 X 696 X 222 X 6 X 672 X 870 X 858 X 732 X 96 X 336 X 726 X 576 X 786 X 606 X +USW00094728197307WDFM 135W X 180W X 135W X 225W X 225W X 270W X 270W X 270W X 270W X 225W X 315W X 315W X 225W X 225W X 45W X 45W X 45W X 225W X 225W X 225W X 45W X 45W X 45W X 225W X 225W X 225W X 225W X 180W X 270W X 135W X 90W X +USW00094728197307WSFM 54 X 63 X 72 X 49 X 103 X 54 X 49 X 45 X 49 X 49 X 72 X 76 X 107 X 89 X 72 X 49 X 63 X 54 X 76 X 72 X 94 X 54 X 72 X 58 X 63 X 72 X 76 X 72 X 54 X 45 X 49 X +USW00094728197307WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197307WT16-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728197308TMAX 272 0 261 0 294 0 317 0 311 0 317 0 317 0 311 0 322 0 339 0 300 0 306 0 306 0 278 0 272 0 256 0 267 0 244 0 283 0 261 0 267 0 233 0 256 0 267 0 289 0 317 0 311 0 367 0 350 0 367 0 344 0 +USW00094728197308TMIN 211 0 233 0 233 0 228 0 194 0 200 0 217 0 222 0 233 0 239 0 239 0 222 0 200 0 200 0 200 0 189 0 194 0 194 0 183 0 189 0 183 0 178 0 150 0 172 0 183 0 206 0 239 0 250 0 244 0 256 0 233 0 +USW00094728197308PRCP 8 0 632 0 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0T 0 56 0 0T 0 0T 0 0 0 0 0 0 0 3 0 46 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 18 0 +USW00094728197308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197308PSUN 3 X 8 X 3 X 70 X 99 X 91 X 93 X 54 X 84 X 85 X 75 X 65 X 98 X 59 X 55 X 9 X 22 X 17 X 35 X 60 X 63 X 19 X 74 X 13 X 100 X 69 X 46 X 75 X 81 X 100 X 66 X +USW00094728197308TSUN 30 X 66 X 30 X 600 X 840 X 774 X 786 X 456 X 708 X 714 X 624 X 540 X 816 X 486 X 456 X 78 X 180 X 144 X 288 X 486 X 510 X 156 X 600 X 102 X 804 X 558 X 372 X 594 X 648 X 792 X 516 X +USW00094728197308WDFM 180W X 180W X 360W X 315W X 315W X 225W X 135W X 225W X 225W X 225W X 225W X 225W X 315W X 45W X 45W X 45W X 135W X 45W X 45W X 45W X 45W X 360W X 360W X 45W X 225W X 225W X 225W X 315W X 270W X 270W X 315W X +USW00094728197308WSFM 67 X 67 X 45 X 49 X 49 X 49 X 67 X 72 X 67 X 76 X 54 X 67 X 76 X 54 X 67 X 54 X 40 X 40 X 63 X 58 X 67 X 67 X 45 X 49 X 63 X 45 X 58 X 76 X 40 X 49 X 121 X +USW00094728197308WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728197308WT16 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X +USW00094728197309TMAX 350 0 344 0 356 0 339 0 306 0 289 0 278 0 261 0 250 0 244 0 294 0 250 0 267 0 211 0 217 0 267 0 217 0 250 0 217 0 233 0 189 0 217 0 289 0 200 0 172 0 217 0 256 0 244 0 256 0 217 0-9999 +USW00094728197309TMIN 222 0 233 0 239 0 233 0 239 0 222 0 183 0 161 0 150 0 111 0 156 0 161 0 133 0 144 0 133 0 161 0 133 0 139 0 106 0 128 0 83 0 117 0 189 0 150 0 133 0 122 0 150 0 178 0 167 0 128 0-9999 +USW00094728197309PRCP 64 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 411 0 13 0 0 0 0 0 43 0 0 0 0 0 0 0 0T 0 61 0 0T 0 0 0 0 0 0 0 0 0 107 0 0 0-9999 +USW00094728197309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197309PSUN 65 X 89 X 73 X 84 X 44 X 0 X 83 X 77 X 52 X 100 X 84 X 100 X 67 X 0 X 5 X 36 X 76 X 47 X 100 X 58 X 100 X 3 X 58 X 19 X 7 X 98 X 59 X 79 X 33 X 100 X-9999 +USW00094728197309TSUN 510 X 696 X 570 X 654 X 342 X 0 X 642 X 588 X 402 X 762 X 636 X 756 X 510 X 0 X 36 X 270 X 564 X 348 X 738 X 426 X 732 X 24 X 420 X 138 X 48 X 702 X 426 X 564 X 150 X 708 X-9999 +USW00094728197309WDFM 315W X 45W X 225W X 135W X 225W X 225W X 270W X 315W X 360W X 45W X 270W X 315W X 315W X 45W X 45W X 315W X 45W X 270W X 315W X 225W X 45W X 225W X 225W X 45W X 45W X 45W X 270W X 45W X 45W X 45W X-9999 +USW00094728197309WSFM 45 X 40 X 40 X 36 X 63 X 76 X 67 X 76 X 67 X 72 X 67 X 72 X 58 X 116 X 76 X 45 X 72 X 103 X 49 X 67 X 67 X 76 X 49 X 85 X 76 X 45 X 63 X 67 X 76 X 80 X-9999 +USW00094728197309WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197309WT16 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728197310TMAX 228 0 228 0 267 0 278 0 267 0 233 0 206 0 233 0 211 0 239 0 189 0 217 0 233 0 228 0 244 0 183 0 156 0 144 0 150 0 189 0 172 0 200 0 206 0 244 0 200 0 239 0 189 0 122 0 161 0 156 0 172 0 +USW00094728197310TMIN 122 0 150 0 178 0 172 0 144 0 117 0 122 0 128 0 144 0 122 0 89 0 106 0 133 0 150 0 128 0 89 0 61 0 61 0 56 0 111 0 78 0 72 0 100 0 100 0 106 0 106 0 83 0 50 0 83 0 83 0 78 0 +USW00094728197310PRCP 0 0 8 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 932 0 56 0 0T 0 +USW00094728197310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197310PSUN 100 X 5 X 42 X 83 X 83 X 100 X 95 X 82 X 21 X 92 X 92 X 100 X 59 X 100 X 100 X 72 X 68 X 12 X 97 X 24 X 100 X 100 X 91 X 100 X 49 X 89 X 100 X 32 X 0 X 35 X 73 X +USW00094728197310TSUN 708 X 36 X 294 X 582 X 576 X 696 X 654 X 564 X 144 X 630 X 624 X 678 X 396 X 672 X 672 X 480 X 450 X 78 X 636 X 162 X 654 X 654 X 594 X 648 X 318 X 570 X 642 X 204 X 0 X 222 X 456 X +USW00094728197310WDFM 135W X 135W X 225W X 270W X 270W X 315W X 90W X 135W X 225W X 45W X 45W X 225W X 225W X 270W X 225W X 270W X 270W X 225W X 180W X 225W X 45W X 270W X 225W X 90W X 45W X 45W X 315W X 90W X 45W X 180W X 225W X +USW00094728197310WSFM 54 X 67 X 45 X 58 X 112 X 63 X 36 X 40 X 49 X 98 X 58 X 49 X 98 X 98 X 76 X 76 X 67 X 72 X 58 X 76 X 63 X 31 X 54 X 40 X 80 X 76 X 76 X 85 X 134 X 63 X 72 X +USW00094728197310WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00094728197310WT16-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00094728197311TMAX 156 0 206 0 156 0 106 0 94 0 67 0 100 0 111 0 100 0 50 0 72 0 106 0 156 0 217 0 250 0 189 0 67 0 72 0 117 0 89 0 122 0 178 0 172 0 133 0 183 0 72 0 122 0 200 0 122 0 122 0-9999 +USW00094728197311TMIN 100 0 89 0 72 0 44 0 50 0 11 0 17 0 17 0 6 0 -6 0 -11 0 17 0 67 0 111 0 133 0 28 0 6 0 11 0 61 0 11 0 39 0 117 0 78 0 106 0 72 0 44 0 72 0 106 0 39 0 17 0-9999 +USW00094728197311PRCP 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0T 0 3 0 0 0 8 0 3 0 0 0 71 0 71 0 0T 0 104 0 122 0 0 0 0 0-9999 +USW00094728197311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197311PSUN 48 X 83 X 93 X 99 X 28 X 72 X 93 X 100 X 93 X 96 X 81 X 83 X 38 X 49 X 55 X 24 X 56 X 77 X 46 X 86 X 44 X 81 X 61 X 41 X 38 X 27 X 0 X 8 X 30 X 100 X-9999 +USW00094728197311TSUN 300 X 516 X 582 X 612 X 174 X 444 X 570 X 612 X 564 X 582 X 492 X 498 X 228 X 294 X 324 X 144 X 330 X 450 X 270 X 510 X 258 X 468 X 354 X 240 X 222 X 156 X 0 X 48 X 168 X 570 X-9999 +USW00094728197311WDFM 270W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 225W X 225W X 180W X 315W X 315W X 225W X 45W X 45W X 135W X 180W X 225W X 45W X 45W X 45W X 135W X 225W X 270W X 315W X-9999 +USW00094728197311WSFM 130 X 85 X 98 X 85 X 63 X 107 X 85 X 89 X 112 X 107 X 63 X 45 X 107 X 67 X 85 X 116 X 98 X 67 X 63 X 76 X 76 X 76 X 63 X 80 X 80 X 80 X 67 X 98 X 107 X 103 X-9999 +USW00094728197311WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728197312TMAX 78 0 44 0 117 0 189 0 161 0 167 0 72 0 44 0 128 0 89 0 67 0 44 0 83 0 111 0 28 0 6 0 -11 0 -39 0 -39 0 122 0 139 0 -11 0 61 0 11 0 61 0 122 0 161 0 100 0 94 0 94 0 33 0 +USW00094728197312TMIN 0 0 -22 0 22 0 67 0 133 0 50 0 28 0 0 0 28 0 56 0 6 0 0 0 0 0 11 0 -6 0 -28 0 -83 0 -83 0 -83 0 -39 0 -39 0 -56 0 -17 0 -56 0 -44 0 56 0 78 0 44 0 44 0 11 0 6 0 +USW00094728197312PRCP 0 0 0 0 0 0 0 0 292 0 0T 0 0 0 0 0 556 0 0 0 0T 0 0 0 81 0 173 0 0 0 102 0 267 0 0 0 0 0 41 0 632 0 0 0 0T 0 0 0 0T 0 302 0 0 0 5 0 0T 0 10 0 74 0 +USW00094728197312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 43 0 28 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728197312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 76 0 76 0 51 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197312PSUN 100 X 100 X 96 X 96 X 0 X 97 X 42 X 7 X 0 X 68 X 53 X 80 X 15 X 27 X 56 X 0 X 0 X 100 X 2 X 0 X 0 X 95 X 70 X 100 X 0 X 0 X 70 X 93 X 22 X 97 X 0 X +USW00094728197312TSUN 570 X 570 X 540 X 546 X 0 X 552 X 234 X 42 X 0 X 378 X 294 X 444 X 84 X 150 X 312 X 0 X 0 X 558 X 12 X 0 X 0 X 528 X 390 X 558 X 0 X 0 X 390 X 516 X 126 X 540 X 0 X +USW00094728197312WDFM 315W X 360W X 225W X 225W X 180W X 270W X 45W X 45W X 45W X 225W X 315W X 270W X 180W X 135W X 315W X 360W X 360W X 270W X 270W X 135W X 315W X 315W X 315W X 360W X 45W X 225W X 45W X 315W X 225W X 270W X 45W X +USW00094728197312WESD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 127 X 127 X 102 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197312WSFM 80 X 58 X 76 X 54 X 98 X 94 X 72 X 98 X 134 X 72 X 76 X 72 X 80 X 80 X 58 X 116 X 107 X 89 X 72 X 89 X 116 X 116 X 76 X 63 X 63 X 67 X 58 X 94 X 76 X 112 X 76 X +USW00094728197312WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197312WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728197312WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197312WT16-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00094728197312WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728197401TMAX 50 0 0 0 0 0 17 0 0 0 6 0 39 0 -11 0 -39 0 -11 0 22 0 -6 0 -39 0 -6 0 61 0 83 0 67 0 -50 0 67 0 -6 0 122 0 111 0 144 0 72 0 111 0 100 0 189 0 128 0 94 0 139 0 156 0 +USW00094728197401TMIN -6 0 -39 0 -11 0 -22 0 -56 0 -11 0 -11 0 -56 0 -67 0 -50 0 -17 0 -67 0 -89 0 -83 0 -11 0 44 0 -122 0 -144 0 -67 0 -50 0 -6 0 50 0 50 0 28 0 28 0 33 0 72 0 67 0 44 0 44 0 17 0 +USW00094728197401PRCP 13 0 0 0 140 0 41 0 0 0 0T 0 0 0 0 0 145 0 79 0 142 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 20 0 0 0 267 0 0 0 0 0 0T 0 0 0 13 0 41 0 66 0 0 0 0 0 0 0 +USW00094728197401SNOW 0 0 0 0 20 0 28 0 0 0 0T 0 0 0 0 0 109 0 41 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197401SNWD 0 0 0 0 0T 0 51 0 25 0 25 0 25 0 25 0 76 0 102 0 152 0 102 0 102 0 102 0 102 0 51 0 25 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197401PSUN 8 X 90 X 0 X 76 X 84 X 1 X 76 X 98 X 0 X 0 X 0 X 84 X 100 X 20 X 14 X 1 X 81 X 1 X 66 X 6 X 0 X 94 X 67 X 25 X 88 X 37 X 39 X 1 X 92 X 98 X 90 X +USW00094728197401TSUN 24 X 504 X 0 X 432 X 474 X 6 X 432 X 558 X 0 X 0 X 0 X 480 X 570 X 114 X 78 X 6 X 468 X 6 X 384 X 36 X 0 X 552 X 396 X 150 X 522 X 216 X 234 X 6 X 558 X 594 X 540 X +USW00094728197401WDFM 315W X 315W X 45W X 315W X 225W X 225W X 270W X 315W X 45W X 45W X 315W X 315W X 315W X 225W X 225W X 225W X 45W X 360W X 315W X 45W X 45W X 315W X 315W X 270W X 225W X 180W X 225W X 45W X 270W X 225W X 315W X +USW00094728197401WESD-9999 -9999 -9999 178 X-9999 -9999 -9999 -9999 102 X 152 X 127 X 102 X 102 X 102 X 76 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197401WSFM 85 X 107 X 49 X 63 X 54 X 40 X 80 X 80 X 76 X 40 X 98 X 80 X 54 X 89 X 72 X 63 X 80 X 76 X 63 X 54 X 85 X 67 X 76 X 89 X 49 X 45 X 94 X 76 X 63 X 40 X 148 X +USW00094728197401WT04-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197401WT06-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197401WT16 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728197401WT18-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197402TMAX 28 0 6 0 -50 0 -56 0 -56 0 0 0 6 0 -39 0 -11 0 -11 0 11 0 44 0 128 0 89 0 0 0 33 0 50 0 33 0 122 0 111 0 100 0 167 0 89 0 56 0 6 0 22 0 44 0 117 0-9999 -9999 -9999 +USW00094728197402TMIN -6 0 -56 0 -72 0 -106 0 -117 0 -94 0 -39 0 -67 0 -89 0 -72 0 -50 0 -56 0 33 0 -50 0 -78 0 -50 0 -17 0 -33 0 6 0 17 0 0 0 39 0 -11 0 -44 0 -33 0 -56 0 -33 0 0 0-9999 -9999 -9999 +USW00094728197402PRCP 0 0 33 0 23 0 3 0 0 0 28 0 15 0 61 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 0T 0 0T 0 99 0 0T 0 0 0 56 0 0T 0 0T 0 56 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728197402SNOW 0 0 10 0 15 0 3 0 0 0 23 0 0 0 152 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 36 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728197402SNWD 0 0 0 0 25 0 25 0 25 0 25 0 25 0 0T 0 152 0 102 0 76 0 76 0 25 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0T 0-9999 -9999 -9999 +USW00094728197402PSUN 75 X 0 X 0 X 15 X 100 X 66 X 0 X 0 X 92 X 81 X 55 X 55 X 96 X 65 X 94 X 35 X 55 X 96 X 0 X 25 X 100 X 13 X 83 X 95 X 0 X 100 X 96 X 74 X-9999 -9999 -9999 +USW00094728197402TSUN 486 X 0 X 0 X 96 X 618 X 408 X 0 X 0 X 576 X 510 X 342 X 348 X 606 X 414 X 600 X 222 X 354 X 624 X 0 X 162 X 654 X 90 X 546 X 636 X 0 X 672 X 648 X 498 X-9999 -9999 -9999 +USW00094728197402WDFM 315W X 45W X 45W X 293W X 315W X 315W X 68W X 45W X 315W X 248W X 315W X 315W X 248W X 23W X 45W X 90W X 315W X 315W X 158W X 315W X 315W X 180W X 293W X 338W X 315W X 315W X 225W X 248W X-9999 -9999 -9999 +USW00094728197402WSFM 112 X 80 X 63 X 67 X 85 X 58 X 36 X 63 X 45 X 45 X 76 X 36 X 54 X 63 X 54 X 67 X 89 X 54 X 72 X 89 X 58 X 89 X 125 X 103 X 89 X 63 X 58 X 67 X-9999 -9999 -9999 +USW00094728197402WT04-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197402WT06-9999 1 X 1 X 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197402WT16-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728197402WT18-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728197403TMAX 94 0 50 0 61 0 211 0 189 0 133 0 206 0 144 0 39 0 83 0 78 0 72 0 33 0 94 0 122 0 122 0 61 0 100 0 150 0 106 0 128 0 89 0 139 0 161 0 22 0 89 0 89 0 111 0 11 0 50 0 83 0 +USW00094728197403TMIN 39 0 22 0 33 0 61 0 94 0 67 0 89 0 11 0 6 0 6 0 -11 0 -33 0 -67 0 -22 0 -11 0 50 0 11 0 6 0 39 0 6 0 11 0 0 0 39 0 -11 0 -67 0 -28 0 -11 0 11 0 -28 0 0 0 28 0 +USW00094728197403PRCP 18 0 13 0 0T 0 0T 0 0 0 0 0 0 0 140 0 56 0 0T 0 0 0 0 0 0 0 0 0 0 0 211 0 0 0 0 0 0T 0 0 0 508 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 198 0 274 0 46 0 +USW00094728197403SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 81 0 0 0 0 0 +USW00094728197403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0 +USW00094728197403PSUN 23 X 0 X 0 X 9 X 0 X 33 X 32 X 0 X 0 X 79 X 46 X 28 X 100 X 100 X 93 X 0 X 32 X 90 X 64 X 95 X 0 X 100 X 96 X 46 X 49 X 34 X 96 X 81 X 0 X 0 X 0 X +USW00094728197403TSUN 156 X 0 X 0 X 66 X 0 X 234 X 222 X 0 X 0 X 558 X 324 X 198 X 708 X 714 X 666 X 0 X 228 X 648 X 462 X 690 X 0 X 732 X 708 X 342 X 366 X 252 X 720 X 612 X 0 X 0 X 0 X +USW00094728197403WDFM 338W X 158W X 68W X 225W X 293W X 203W X 293W X 338W X 90W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 338W X 293W X 225W X 315W X 293W X 158W X 315W X 315W X 293W X 315W X 23W X 45W X 68W X 45W X +USW00094728197403WSFM 85 X 27 X 54 X 72 X 72 X 54 X 58 X 58 X 58 X 98 X 45 X 98 X 107 X 85 X 45 X 67 X 103 X 103 X 89 X 54 X 94 X 67 X 58 X 72 X 63 X 80 X 72 X 58 X 72 X 103 X 80 X +USW00094728197403WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197403WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728197403WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728197403WT16 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00094728197403WT18-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728197404TMAX 133 0 150 0 217 0 239 0 217 0 94 0 156 0 100 0 44 0 89 0 178 0 183 0 150 0 150 0 161 0 167 0 206 0 233 0 156 0 183 0 250 0 256 0 222 0 139 0 172 0 194 0 217 0 267 0 317 0 261 0-9999 +USW00094728197404TMIN 44 0 61 0 100 0 117 0 94 0 22 0 17 0 44 0 0 0 -22 0 33 0 94 0 72 0 72 0 89 0 67 0 78 0 106 0 56 0 50 0 83 0 150 0 100 0 67 0 44 0 83 0 78 0 94 0 161 0 156 0-9999 +USW00094728197404PRCP 0 0 20 0 0 0 155 0 109 0 0T 0 0 0 41 0 351 0 13 0 0 0 0 0 109 0 71 0 0 0 0 0 0 0 0 0 71 0 0 0 0 0 8 0 18 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0-9999 +USW00094728197404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197404PSUN 50 X 30 X 98 X 3 X 0 X 4 X 95 X 30 X 0 X 72 X 93 X 81 X 0 X 2 X 86 X 100 X 100 X 99 X 22 X 100 X 100 X 13 X 35 X 28 X 100 X 73 X 100 X 82 X 64 X 25 X-9999 +USW00094728197404TSUN 384 X 234 X 750 X 24 X 0 X 30 X 738 X 234 X 0 X 564 X 738 X 642 X 0 X 12 X 684 X 798 X 804 X 798 X 180 X 810 X 810 X 108 X 288 X 228 X 822 X 600 X 828 X 684 X 534 X 210 X-9999 +USW00094728197404WDFM 315W X 315W X 180W X 248W X 225W X 315W X 270W X 45W X 45W X 315W X 315W X 180W X 90W X 180W X 293W X 315W X 270W X 248W X 68W X 180W X 225W X 248W X 293W X 315W X 45W X 315W X 180W X 225W X 248W X 158W X-9999 +USW00094728197404WSFM 67 X 54 X 58 X 76 X 63 X 67 X 72 X 67 X 89 X 85 X 45 X 49 X 49 X 54 X 76 X 67 X 49 X 49 X 49 X 45 X 58 X 63 X 58 X 67 X 63 X 67 X 49 X 67 X 63 X 49 X-9999 +USW00094728197404WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197404WT16-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00094728197404WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197405TMAX 228 0 178 0 111 0 161 0 133 0 161 0 150 0 183 0 189 0 161 0 206 0 222 0 183 0 233 0 289 0 278 0 333 0 244 0 222 0 217 0 239 0 311 0 239 0 217 0 206 0 194 0 128 0 217 0 206 0 211 0 194 0 +USW00094728197405TMIN 83 0 56 0 72 0 78 0 44 0 89 0 56 0 61 0 94 0 106 0 83 0 117 0 106 0 111 0 167 0 172 0 189 0 172 0 128 0 117 0 117 0 161 0 150 0 133 0 133 0 122 0 111 0 94 0 144 0 133 0 122 0 +USW00094728197405PRCP 0 0 0 0 155 0 0 0 0 0 53 0 0 0 0 0 318 0 147 0 0 0 140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 201 0 0T 0 3 0 0T 0 0T 0 20 0 0 0 3 0 +USW00094728197405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197405PSUN 89 X 72 X 0 X 100 X 44 X 10 X 93 X 100 X 43 X 16 X 100 X 13 X 72 X 97 X 96 X 92 X 88 X 96 X 77 X 100 X 74 X 64 X 0 X 19 X 48 X 46 X 5 X 61 X 2 X 36 X 3 X +USW00094728197405TSUN 744 X 606 X 0 X 846 X 396 X 84 X 792 X 852 X 366 X 138 X 858 X 108 X 618 X 840 X 834 X 804 X 768 X 840 X 672 X 876 X 654 X 570 X 0 X 162 X 426 X 402 X 42 X 540 X 24 X 324 X 24 X +USW00094728197405WDFM 315W X 45W X 45W X 315W X 180W X 180W X 315W X 203W X 135W X 23W X 158W X 315W X 293W X 203W X 248W X 45W X 270W X 45W X 45W X 45W X 225W X 248W X 45W X 158W X 315W X 248W X 68W X 315W X 225W X 203W X 158W X +USW00094728197405WSFM 112 X 45 X 63 X 80 X 45 X 49 X 54 X 67 X 72 X 45 X 49 X 107 X 76 X 63 X 58 X 45 X 54 X 49 X 67 X 67 X 49 X 54 X 36 X 45 X 45 X 45 X 72 X 49 X 54 X 45 X 49 X +USW00094728197405WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197405WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197405WT16-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00094728197406TMAX 228 0 194 0 244 0 261 0 272 0 300 0 178 0 244 0 306 0 350 0 278 0 244 0 250 0 256 0 261 0 222 0 256 0 267 0 272 0 294 0 272 0 300 0 239 0 267 0 172 0 183 0 178 0 167 0 250 0 283 0-9999 +USW00094728197406TMIN 161 0 139 0 111 0 144 0 161 0 150 0 133 0 139 0 167 0 233 0 206 0 156 0 133 0 150 0 150 0 200 0 178 0 161 0 178 0 206 0 211 0 200 0 150 0 156 0 139 0 133 0 139 0 139 0 156 0 172 0-9999 +USW00094728197406PRCP 127 0 64 0 8 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 122 0 53 0 0 0 0 0 0T 0 130 0 0 0 178 0 18 0 20 0 3 0 8 0 33 0 3 0 66 0-9999 +USW00094728197406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197406PSUN 5 X 1 X 90 X 89 X 99 X 95 X 0 X 26 X 99 X 99 X 73 X 37 X 92 X 98 X 69 X 11 X 25 X 88 X 79 X 64 X 45 X 100 X 0 X 82 X 0 X 6 X 0 X 1 X 57 X 81 X-9999 +USW00094728197406TSUN 42 X 6 X 810 X 798 X 888 X 852 X 0 X 234 X 894 X 888 X 654 X 336 X 834 X 882 X 624 X 96 X 228 X 792 X 714 X 582 X 408 X 906 X 0 X 744 X 0 X 54 X 0 X 6 X 516 X 732 X-9999 +USW00094728197406WDFM 45W X 135W X 113W X 248W X 248W X 90W X 68W X 90W X 270W X 158W X 315W X 315W X 158W X 158W X 135W X 158W X 158W X 315W X 158W X 225W X 315W X 315W X 45W X 90W X 68W X 45W X 113W X 45W X 180W X 180W X-9999 +USW00094728197406WSFM 54 X 54 X 54 X 54 X 54 X 63 X 89 X 67 X 40 X 54 X 63 X 45 X 45 X 49 X 63 X 63 X 45 X 40 X 54 X 49 X 49 X 58 X 58 X 58 X 67 X 40 X 45 X 107 X 54 X 63 X-9999 +USW00094728197406WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728197406WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00094728197407TMAX 289 0 328 0 322 0 350 0 317 0 306 0 333 0 333 0 350 0 322 0 272 0 306 0 311 0 350 0 339 0 306 0 300 0 289 0 339 0 283 0 289 0 294 0 267 0 200 0 244 0 244 0 278 0 289 0 294 0 317 0 311 0 +USW00094728197407TMIN 172 0 200 0 239 0 256 0 222 0 206 0 200 0 233 0 239 0 233 0 172 0 167 0 183 0 217 0 244 0 211 0 183 0 211 0 217 0 172 0 167 0 183 0 178 0 156 0 150 0 167 0 189 0 206 0 211 0 194 0 211 0 +USW00094728197407PRCP 33 0 0 0 0 0 0 0 119 0 8 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 137 0 0 0 0 0 0 0 0 0 0T 0 38 0 0 0 +USW00094728197407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197407PSUN 76 X 93 X 51 X 97 X 46 X 59 X 100 X 98 X 96 X 57 X 94 X 97 X 95 X 97 X 63 X 62 X 95 X 16 X 35 X 81 X 90 X 91 X 53 X 3 X 14 X 26 X 21 X 34 X 32 X 71 X 85 X +USW00094728197407TSUN 684 X 840 X 456 X 870 X 414 X 534 X 900 X 882 X 864 X 510 X 840 X 864 X 846 X 864 X 564 X 552 X 840 X 138 X 306 X 810 X 792 X 798 X 462 X 24 X 126 X 228 X 186 X 294 X 276 X 612 X 738 X +USW00094728197407WDFM 315W X 248W X 293W X 225W X 293W X 248W X 293W X 315W X 315W X 315W X 68W X 23W X 293W X 315W X 315W X 360W X 68W X 158W X 315W X 45W X 338W X 158W X 135W X 135W X 45W X 135W X 113W X 158W X 158W X 315W X 293W X +USW00094728197407WSFM 45 X 54 X 58 X 63 X 72 X 45 X 45 X 45 X 67 X 58 X 76 X 54 X 36 X 49 X 58 X 58 X 49 X 54 X 67 X 72 X 45 X 40 X 45 X 58 X 49 X 45 X 36 X 40 X 63 X 45 X 63 X +USW00094728197407WT03 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197407WT16 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00094728197408TMAX 311 0 317 0 311 0 322 0 294 0 300 0 239 0 294 0 289 0 267 0 283 0 300 0 300 0 333 0 306 0 317 0 289 0 300 0 322 0 322 0 306 0 261 0 283 0 328 0 289 0 239 0 300 0 306 0 300 0 300 0 278 0 +USW00094728197408TMIN 194 0 217 0 217 0 217 0 189 0 189 0 183 0 178 0 189 0 167 0 150 0 167 0 183 0 222 0 194 0 183 0 211 0 189 0 189 0 206 0 200 0 206 0 222 0 222 0 183 0 200 0 211 0 222 0 200 0 194 0 183 0 +USW00094728197408PRCP 0 0 112 0 0T 0 102 0 3 0 0 0 43 0 0 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 726 0 0 0 0 0 0 0 0 0 0 0 97 0 10 0 0 0 0T 0 58 0 211 0 66 0 23 0 0 0 +USW00094728197408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197408PSUN 75 X 64 X 57 X 54 X 89 X 91 X 25 X 78 X 43 X 96 X 100 X 100 X 91 X 93 X 100 X 100 X 29 X 91 X 100 X 95 X 100 X 39 X 49 X 45 X 91 X 15 X 37 X 25 X 47 X 47 X 74 X +USW00094728197408TSUN 648 X 552 X 492 X 462 X 756 X 774 X 210 X 654 X 360 X 810 X 840 X 834 X 756 X 768 X 828 X 828 X 240 X 744 X 816 X 774 X 816 X 318 X 396 X 366 X 732 X 120 X 300 X 198 X 372 X 372 X 582 X +USW00094728197408WDFM 158W X 158W X 203W X 180W X 270W X 270W X 158W X 315W X 270W X 68W X 68W X 315W X 315W X 360W X 360W X 225W X 180W X 315W X 360W X 158W X 68W X 90W X 158W X 315W X 360W X 158W X 225W X 203W X 158W X 360W X 225W X +USW00094728197408WSFM 49 X 63 X 94 X 63 X 54 X 36 X 40 X 49 X 58 X 76 X 45 X 36 X 31 X 49 X 36 X 54 X 58 X 49 X 31 X 40 X 49 X 49 X 40 X 36 X 36 X 54 X 76 X 67 X 45 X 67 X 40 X +USW00094728197408WT03-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728197408WT16-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00094728197409TMAX 300 0 228 0 256 0 194 0 222 0 183 0 189 0 250 0 267 0 289 0 278 0 300 0 311 0 211 0 228 0 244 0 244 0 250 0 261 0 267 0 267 0 222 0 161 0 161 0 183 0 222 0 256 0 217 0 244 0 194 0-9999 +USW00094728197409TMIN 222 0 172 0 156 0 139 0 128 0 139 0 139 0 144 0 167 0 178 0 189 0 206 0 211 0 139 0 111 0 150 0 150 0 172 0 183 0 194 0 139 0 111 0 72 0 61 0 94 0 111 0 139 0 178 0 156 0 106 0-9999 +USW00094728197409PRCP 178 0 46 0 828 0 13 0 0 0 117 0 264 0 0 0 0 0 0 0 0T 0 0 0 94 0 33 0 0 0 0 0 0 0 0T 0 0 0 0 0 20 0 0 0 0 0 0 0 3 0 0 0 0 0 343 0 107 0 0 0-9999 +USW00094728197409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197409PSUN 68 X 19 X 21 X 15 X 78 X 2 X 15 X 91 X 48 X 82 X 45 X 77 X 91 X 65 X 100 X 93 X 48 X 66 X 50 X 44 X 9 X 94 X 93 X 100 X 13 X 84 X 100 X 6 X 20 X 99 X-9999 +USW00094728197409TSUN 540 X 150 X 162 X 120 X 606 X 12 X 114 X 702 X 366 X 630 X 342 X 582 X 690 X 486 X 750 X 690 X 354 X 486 X 366 X 330 X 66 X 690 X 678 X 726 X 96 X 606 X 720 X 48 X 162 X 702 X-9999 +USW00094728197409WDFM 315W X 360W X 23W X 360W X 338W X 45W X 68W X 270W X 248W X 68W X 180W X 225W X 248W X 315W X 293W X 360W X 203W X 113W X 158W X 248W X 315W X 315W X 45W X 45W X 203W X 315W X 225W X 180W X 315W X 315W X-9999 +USW00094728197409WSFM 40 X 54 X 63 X 58 X 58 X 63 X 58 X 31 X 36 X 36 X 40 X 54 X 67 X 54 X 45 X 45 X 63 X 31 X 40 X 54 X 72 X 54 X 54 X 63 X 49 X 45 X 45 X 67 X 67 X 80 X-9999 +USW00094728197409WT03 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728197409WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00094728197410TMAX 167 0 161 0 100 0 150 0 228 0 250 0 239 0 161 0 172 0 222 0 200 0 211 0 172 0 178 0 233 0 117 0 183 0 128 0 94 0 67 0 89 0 172 0 183 0 144 0 150 0 144 0 189 0 156 0 200 0 183 0 211 0 +USW00094728197410TMIN 78 0 56 0 33 0 33 0 83 0 128 0 94 0 61 0 61 0 106 0 100 0 122 0 122 0 122 0 117 0 89 0 78 0 17 0 0 0 -6 0 0 0 28 0 89 0 72 0 83 0 78 0 78 0 44 0 106 0 128 0 156 0 +USW00094728197410PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 546 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 3 0 38 0 +USW00094728197410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197410PSUN 52 X 73 X 52 X 100 X 89 X 100 X 68 X 99 X 94 X 79 X 100 X 1 X 0 X 1 X 14 X 0 X 76 X 65 X 97 X 98 X 100 X 100 X 58 X 100 X 27 X 29 X 100 X 89 X 21 X 0 X 36 X +USW00094728197410TSUN 372 X 510 X 366 X 696 X 618 X 696 X 474 X 666 X 648 X 540 X 678 X 6 X 0 X 6 X 96 X 0 X 504 X 432 X 642 X 642 X 654 X 654 X 378 X 648 X 30 X 186 X 642 X 570 X 138 X 0 X 228 X +USW00094728197410WDFM 315W X 293W X 338W X 293W X 248W X 248W X 360W X 68W X 45W X 315W X 180W X 180W X 45W X 203W X 248W X 45W X 225W X 315W X 338W X 315W X 315W X 248W X 315W X 360W X 248W X 248W X 338W X 45W X 158W X 203W X 225W X +USW00094728197410WSFM 58 X 67 X 80 X 54 X 45 X 49 X 67 X 72 X 45 X 49 X 45 X 54 X 54 X 63 X 58 X 67 X 54 X 63 X 58 X 98 X 58 X 49 X 63 X 49 X 58 X 58 X 49 X 45 X 31 X 31 X 31 X +USW00094728197410WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728197410WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00094728197411TMAX 272 0 228 0 139 0 244 0 189 0 167 0 139 0 161 0 156 0 156 0 167 0 156 0 156 0 167 0 89 0 100 0 106 0 133 0 144 0 128 0 100 0 39 0 67 0 144 0 128 0 6 0 61 0 61 0 61 0 39 0-9999 +USW00094728197411TMIN 150 0 139 0 117 0 133 0 128 0 106 0 89 0 67 0 56 0 50 0 56 0 94 0 72 0 72 0 22 0 11 0 39 0 44 0 56 0 100 0 6 0 -11 0 -28 0 33 0 0 0 -33 0 -33 0 6 0 -6 0 -33 0-9999 +USW00094728197411PRCP 0 0 0 0 0T 0 0T 0 20 0 3 0 0 0 0 0 0 0 0 0 0 0 112 0 10 0 0 0 5 0 0 0 0 0 0 0 0 0 64 0 10 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197411PSUN 95 X 92 X 0 X 42 X 0 X 63 X 19 X 72 X 99 X 100 X 84 X 0 X 47 X 81 X 88 X 91 X 13 X 55 X 59 X 0 X 4 X 99 X 100 X 58 X 29 X 83 X 41 X 25 X 79 X 85 X-9999 +USW00094728197411TSUN 594 X 576 X 0 X 258 X 0 X 390 X 114 X 438 X 606 X 606 X 510 X 0 X 282 X 486 X 522 X 546 X 78 X 324 X 348 X 0 X 24 X 582 X 582 X 336 X 168 X 480 X 240 X 144 X 450 X 486 X-9999 +USW00094728197411WDFM 315W X 338W X 68W X 225W X 113W X 315W X 338W X 360W X 360W X 45W X 135W X 90W X 315W X 158W X 293W X 315W X 225W X 315W X 225W X 293W X 315W X 315W X 338W X 225W X 315W X 315W X 315W X 293W X 315W X 23W X-9999 +USW00094728197411WSFM 45 X 54 X 36 X 45 X 40 X 45 X 76 X 67 X 49 X 45 X 49 X 72 X 76 X 72 X 89 X 67 X 63 X 58 X 45 X 76 X 107 X 112 X 45 X 58 X 98 X 112 X 58 X 49 X 54 X 58 X-9999 +USW00094728197411WT16-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197411WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197412TMAX 56 0 100 0 56 0 39 0 56 0 67 0 128 0 133 0 94 0 22 0 67 0 100 0 78 0 67 0 33 0 83 0 83 0 39 0 33 0 67 0 56 0 67 0 83 0 89 0 44 0 22 0 44 0 72 0 67 0 94 0 44 0 +USW00094728197412TMIN 6 0 39 0 11 0 -17 0 -33 0 0 0 28 0 94 0 -6 0 -11 0 -6 0 61 0 61 0 28 0 0 0 33 0 28 0 -6 0 -17 0 6 0 33 0 22 0 17 0 39 0 11 0 -22 0 6 0 17 0 0 0 22 0 0 0 +USW00094728197412PRCP 107 0 549 0 0T 0 0 0 0 0 0 0 20 0 231 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 572 0 0T 0 0 0 0T 0 0 0 0T 0 3 0 0T 0 0T 0 48 0 0 0 0 0 0 0 0 0 0T 0 79 0 +USW00094728197412SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728197412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197412PSUN 0 X 13 X 10 X 95 X 64 X 75 X 14 X 0 X 51 X 22 X 65 X 2 X 0 X 4 X 56 X 0 X 33 X 42 X 7 X 67 X 0 X 18 X 44 X 2 X 0 X 38 X 12 X 66 X 0 X 16 X 4 X +USW00094728197412TSUN 0 X 72 X 60 X 534 X 360 X 426 X 78 X 0 X 282 X 126 X 366 X 12 X 0 X 24 X 312 X 0 X 186 X 234 X 36 X 372 X 0 X 96 X 246 X 12 X 0 X 216 X 66 X 366 X 0 X 90 X 18 X +USW00094728197412WDFM 68W X 68W X 315W X 315W X 360W X 45W X 158W X 158W X 270W X 315W X 248W X 158W X 45W X 23W X 113W X 68W X 315W X 315W X 203W X 315W X 315W X 315W X 180W X 225W X 23W X 315W X 248W X 315W X 315W X 315W X 225W X +USW00094728197412WSFM 134 X 134 X 98 X 107 X 49 X 36 X 58 X 67 X 63 X 58 X 49 X 45 X 36 X 54 X 45 X 89 X 45 X 63 X 54 X 58 X 27 X 63 X 58 X 40 X 72 X 94 X 54 X 58 X 45 X 85 X 63 X +USW00094728197412WT16 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00094728197412WT18-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00094728197501TMAX 61 0 33 0 33 0 89 0 56 0 44 0 78 0 83 0 89 0 89 0 172 0 150 0 56 0 -11 0 -17 0 28 0 -11 0 78 0 106 0 28 0 6 0 61 0 56 0 106 0 117 0 72 0 50 0 50 0 128 0 72 0 0 0 +USW00094728197501TMIN 11 0 -17 0 -33 0 28 0 0 0 -17 0 22 0 22 0 44 0 33 0 89 0 56 0 -11 0 -67 0 -83 0 -39 0 -56 0 -33 0 28 0 -89 0 -94 0 -11 0 -6 0 6 0 44 0 22 0 6 0 17 0 22 0 -6 0 -17 0 +USW00094728197501PRCP 8 0 0 0 3 0 0 0 0 0 30 0 124 0 8 0 203 0 0 0 20 0 8 0 198 0 0T 0 0 0 0 0 0T 0 168 0 74 0 51 0 0T 0 0 0 0 0 0 0 168 0 0 0 0 0 0T 0 147 0 0 0 0T 0 +USW00094728197501SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0T 0 0 0 0 0 0T 0 0 0 0 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728197501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197501PSUN 20 X 90 X 1 X 61 X 36 X 50 X 32 X 95 X 1 X 2 X 0 X 65 X 0 X 51 X 41 X 73 X 82 X 0 X 54 X 0 X 3 X 55 X 27 X 85 X 0 X 40 X 82 X 9 X 6 X 63 X 11 X +USW00094728197501TSUN 114 X 504 X 12 X 348 X 204 X 288 X 186 X 540 X 6 X 12 X 0 X 372 X 0 X 294 X 240 X 426 X 474 X 0 X 312 X 0 X 18 X 324 X 162 X 504 X 0 X 234 X 492 X 54 X 36 X 384 X 66 X +USW00094728197501WDFM 315W X 315W X 248W X 315W X 315W X 90W X 315W X 113W X 338W X 135W X 113W X 68W X 338W X 338W X 315W X 293W X 360W X 135W X 315W X 23W X 45W X 338W X 203W X 203W X 315W X 248W X 338W X 315W X 315W X 315W X 45W X +USW00094728197501WSFM 54 X 76 X 58 X 58 X 49 X 54 X 72 X 63 X 76 X 49 X 67 X 49 X 58 X 67 X 54 X 63 X 67 X 80 X 63 X 98 X 54 X 54 X 72 X 49 X 67 X 130 X 89 X 31 X 89 X 107 X 27 X +USW00094728197501WT04-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197501WT16 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00094728197501WT18-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728197502TMAX 22 0 28 0 44 0 -28 0 6 0 72 0 56 0 17 0 22 0 -22 0 28 0 -6 0 -6 0 33 0 56 0 72 0 56 0 78 0 106 0 83 0 100 0 144 0 111 0 94 0 94 0 100 0 83 0 61 0-9999 -9999 -9999 +USW00094728197502TMIN -11 0 -33 0 -39 0 -72 0 -39 0 0 0 -33 0 -61 0 -72 0 -89 0 -33 0 -72 0 -56 0 -61 0 -22 0 22 0 22 0 11 0 28 0 17 0 6 0 39 0 67 0 50 0 50 0 44 0 22 0 -11 0-9999 -9999 -9999 +USW00094728197502PRCP 0T 0 0 0 0 0 0T 0 104 0 13 0 0T 0 0 0 5 0 0 0 0 0 188 0 3 0 0T 0 0 0 10 0 79 0 5 0 30 0 0 0 0 0 0 0 94 0 307 0 8 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728197502SNOW 0T 0 0 0 0 0 0T 0 69 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 198 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728197502SNWD 0 0 0 0 0 0 0 0 51 0 25 0 0T 0 0 0 0 0 0 0 0 0 203 0 203 0 152 0 76 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728197502PSUN 24 X 78 X 91 X 26 X 0 X 29 X 37 X 52 X 9 X 81 X 4 X 3 X 73 X 93 X 71 X 1 X 0 X 9 X 43 X 86 X 96 X 88 X 0 X 0 X 33 X 87 X 81 X 90 X-9999 -9999 -9999 +USW00094728197502TSUN 144 X 474 X 558 X 162 X 0 X 180 X 234 X 324 X 60 X 510 X 30 X 18 X 468 X 594 X 450 X 6 X 0 X 54 X 282 X 564 X 630 X 576 X 0 X 0 X 222 X 582 X 546 X 606 X-9999 -9999 -9999 +USW00094728197502WDFM 45W X 45W X 338W X 360W X 45W X 293W X 315W X 225W X 338W X 338W X 360W X 45W X 315W X 338W X 135W X 135W X 45W X 45W X 315W X 338W X 338W X 225W X 248W X 45W X 248W X 338W X 315W X 135W X-9999 -9999 -9999 +USW00094728197502WSFM 49 X 54 X 80 X 54 X 72 X 58 X 58 X 58 X 58 X 49 X 58 X 72 X 103 X 72 X 45 X 58 X 72 X 58 X 80 X 58 X 76 X 54 X 49 X 89 X 89 X 94 X 67 X 54 X-9999 -9999 -9999 +USW00094728197502WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197502WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197502WT16-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197502WT18 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197503TMAX 78 0 28 0 6 0 33 0 61 0 144 0 117 0 94 0 28 0 72 0 44 0 78 0 117 0 33 0 61 0 94 0 128 0 94 0 133 0 122 0 128 0 117 0 150 0 89 0 178 0 83 0 61 0 111 0 72 0 100 0 78 0 +USW00094728197503TMIN 0 0 -17 0 -39 0 -56 0 -28 0 17 0 33 0 -67 0 -89 0 -11 0 6 0 33 0 28 0 -11 0 -22 0 0 0 39 0 22 0 39 0 56 0 22 0 50 0 44 0 56 0 56 0 -39 0 -50 0 -50 0 28 0 17 0 -6 0 +USW00094728197503PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0 18 0 0T 0 168 0 0 0 124 0 3 0 0 0 0 0 0 0 221 0 53 0 0 0 18 0 0 0 69 0 0T 0 0T 0 0 0 0 0 20 0 114 0 0 0 +USW00094728197503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197503PSUN 63 X 49 X 71 X 92 X 93 X 41 X 40 X 56 X 94 X 11 X 0 X 0 X 30 X 0 X 70 X 23 X 60 X 74 X 0 X 0 X 64 X 2 X 96 X 2 X 32 X 75 X 95 X 91 X 1 X 3 X 93 X +USW00094728197503TSUN 426 X 336 X 486 X 630 X 642 X 288 X 276 X 384 X 654 X 72 X 0 X 0 X 216 X 0 X 498 X 162 X 432 X 534 X 0 X 0 X 468 X 12 X 708 X 12 X 240 X 558 X 714 X 678 X 6 X 18 X 708 X +USW00094728197503WDFM 315W X 338W X 338W X 315W X 248W X 135W X 135W X 338W X 360W X 135W X 360W X 135W X 338W X 68W X 338W X 315W X 68W X 113W X 135W X 315W X 315W X 90W X 315W X 45W X 315W X 338W X 360W X 338W X 135W X 338W X 360W X +USW00094728197503WSFM 63 X 45 X 89 X 80 X 45 X 63 X 80 X 107 X 80 X 58 X 49 X 72 X 76 X 112 X 85 X 45 X 89 X 58 X 98 X 112 X 89 X 58 X 72 X 58 X 54 X 130 X 98 X 72 X 63 X 98 X 80 X +USW00094728197503WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197503WT16 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00094728197503WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728197504TMAX 194 0 122 0 128 0 28 0 50 0 50 0 83 0 83 0 111 0 144 0 133 0 106 0 89 0 150 0 89 0 156 0 211 0 172 0 233 0 150 0 122 0 139 0 178 0 189 0 194 0 178 0 144 0 178 0 117 0 178 0-9999 +USW00094728197504TMIN 44 0 28 0 6 0 -28 0 -28 0 -11 0 -17 0 -6 0 6 0 0 0 17 0 22 0 6 0 11 0 56 0 56 0 83 0 89 0 117 0 83 0 44 0 22 0 67 0 89 0 94 0 83 0 56 0 67 0 72 0 61 0-9999 +USW00094728197504PRCP 0 0 0 0 259 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0T 0 0 0 5 0 8 0 0 0 0 0 0 0 5 0 259 0 196 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00094728197504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197504PSUN 93 X 80 X 8 X 34 X 13 X 45 X 75 X 83 X 98 X 86 X 88 X 34 X 54 X 78 X 0 X 64 X 97 X 27 X 4 X 73 X 88 X 97 X 91 X 48 X 51 X 86 X 69 X 72 X 4 X 95 X-9999 +USW00094728197504TSUN 702 X 612 X 60 X 258 X 96 X 354 X 582 X 642 X 768 X 672 X 690 X 270 X 426 X 618 X 0 X 516 X 774 X 222 X 30 X 588 X 714 X 786 X 744 X 390 X 420 X 708 X 576 X 594 X 30 X 792 X-9999 +USW00094728197504WDFM 45W X 158W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 23W X 315W X 315W X 45W X 45W X 315W X 158W X 270W X 293W X 315W X 180W X 158W X 225W X 45W X 293W X 315W X 68W X 45W X 248W X-9999 +USW00094728197504WSFM 63 X 67 X 134 X 130 X 121 X 112 X 107 X 94 X 107 X 49 X 54 X 72 X 80 X 58 X 54 X 54 X 49 X 63 X 107 X 85 X 112 X 76 X 67 X 63 X 67 X 94 X 85 X 67 X 67 X 58 X-9999 +USW00094728197504WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197504WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197504WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728197504WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197505TMAX 128 0 172 0 228 0 150 0 150 0 194 0 228 0 239 0 228 0 206 0 222 0 239 0 244 0 267 0 256 0 267 0 244 0 233 0 278 0 311 0 311 0 256 0 278 0 339 0 161 0 228 0 294 0 289 0 289 0 239 0 272 0 +USW00094728197505TMIN 83 0 78 0 72 0 78 0 72 0 89 0 89 0 83 0 111 0 111 0 117 0 144 0 144 0 150 0 150 0 156 0 150 0 144 0 150 0 183 0 200 0 172 0 156 0 161 0 128 0 122 0 189 0 172 0 167 0 189 0 189 0 +USW00094728197505PRCP 20 0 25 0 0 0 254 0 15 0 46 0 13 0 0 0 0T 0 0 0 0 0 8 0 262 0 0 0 0 0 175 0 0 0 0T 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0T 0 +USW00094728197505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197505PSUN 14 X 18 X 77 X 0 X 15 X 37 X 63 X 94 X 61 X 63 X 80 X 28 X 14 X 69 X 54 X 38 X 92 X 57 X 91 X 91 X 82 X 95 X 61 X 94 X 0 X 25 X 89 X 99 X 98 X 9 X 0 X +USW00094728197505TSUN 120 X 156 X 642 X 0 X 126 X 318 X 540 X 804 X 522 X 540 X 684 X 246 X 126 X 600 X 468 X 336 X 804 X 498 X 798 X 798 X 726 X 834 X 534 X 834 X 0 X 228 X 792 X 882 X 870 X 84 X 0 X +USW00094728197505WDFM 113W X 45W X 180W X 45W X 45W X 135W X 45W X 158W X 180W X 158W X 180W X 158W X 45W X 158W X 180W X 315W X 135W X 68W X 180W X 158W X 293W X 45W X 158W X 68W X 45W X 203W X 293W X 315W X 248W X 180W X 203W X +USW00094728197505WSFM 45 X 40 X 45 X 72 X 63 X 67 X 58 X 54 X 54 X 63 X 58 X 72 X 58 X 54 X 67 X 45 X 58 X 49 X 58 X 54 X 58 X 58 X 49 X 85 X 67 X 49 X 80 X 72 X 45 X 80 X 67 X +USW00094728197505WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197505WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00094728197506TMAX 250 0 278 0 233 0 244 0 200 0 206 0 228 0 194 0 217 0 244 0 261 0 172 0 283 0 267 0 250 0 228 0 272 0 283 0 317 0 294 0 278 0 278 0 311 0 339 0 289 0 233 0 244 0 272 0 278 0 278 0-9999 +USW00094728197506TMIN 200 0 167 0 156 0 139 0 144 0 150 0 139 0 144 0 128 0 117 0 144 0 144 0 167 0 161 0 167 0 167 0 189 0 200 0 211 0 189 0 161 0 172 0 183 0 228 0 206 0 189 0 178 0 194 0 194 0 172 0-9999 +USW00094728197506PRCP 439 0 0 0 99 0 0T 0 323 0 160 0 0 0 0 0 0T 0 0 0 0T 0 503 0 13 0 0 0 0T 0 218 0 0T 0 0 0 43 0 0 0 0 0 0 0 0 0 46 0 0 0 0T 0 0T 0 43 0 38 0 0 0-9999 +USW00094728197506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197506PSUN 0 X 98 X 28 X 63 X 0 X 5 X 67 X 35 X 36 X 98 X 61 X 0 X 32 X 70 X 17 X 0 X 12 X 26 X 59 X 69 X 78 X 74 X 74 X 41 X 56 X 42 X 12 X 19 X 46 X 62 X-9999 +USW00094728197506TSUN 0 X 876 X 252 X 564 X 0 X 42 X 606 X 312 X 330 X 882 X 558 X 0 X 288 X 630 X 150 X 0 X 108 X 234 X 534 X 624 X 708 X 672 X 672 X 372 X 504 X 378 X 102 X 174 X 414 X 558 X-9999 +USW00094728197506WDFM 180W X 315W X 225W X 270W X 135W X 225W X 293W X 360W X 23W X 225W X 203W X 225W X 180W X 135W X 135W X 135W X 158W X 135W X 315W X 360W X 225W X 225W X 225W X 225W X 360W X 68W X 45W X 158W X 45W X 45W X-9999 +USW00094728197506WSFM 45 X 58 X 45 X 67 X 67 X 58 X 67 X 63 X 54 X 49 X 72 X 72 X 54 X 40 X 58 X 63 X 45 X 54 X 63 X 76 X 54 X 67 X 54 X 67 X 45 X 36 X 45 X 45 X 58 X 72 X-9999 +USW00094728197506WT03 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728197506WT05-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197506WT16 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00094728197507TMAX 289 0 306 0 317 0 300 0 300 0 278 0 256 0 283 0 278 0 289 0 261 0 228 0 244 0 239 0 272 0 278 0 283 0 300 0 317 0 289 0 311 0 294 0 322 0 300 0 250 0 261 0 272 0 300 0 294 0 306 0 339 0 +USW00094728197507TMIN 144 0 172 0 206 0 200 0 194 0 189 0 189 0 189 0 206 0 200 0 200 0 194 0 211 0 217 0 211 0 228 0 228 0 222 0 233 0 217 0 217 0 211 0 211 0 222 0 194 0 161 0 161 0 200 0 206 0 189 0 211 0 +USW00094728197507PRCP 0 0 0 0 10 0 0 0 0 0 452 0 157 0 0 0 170 0 10 0 0T 0 71 0 419 0 46 0 457 0 0T 0 86 0 0 0 0 0 442 0 36 0 0 0 0 0 269 0 363 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728197507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197507PSUN 99 X 86 X 31 X 89 X 55 X 11 X 29 X 31 X 19 X 18 X 11 X 2 X 4 X 10 X 30 X 44 X 44 X 58 X 27 X 13 X 80 X 89 X 97 X 88 X 1 X 99 X 98 X 69 X 97 X 96 X 94 X +USW00094728197507TSUN 894 X 774 X 282 X 804 X 492 X 102 X 258 X 276 X 174 X 114 X 180 X 18 X 198 X 90 X 264 X 396 X 390 X 510 X 240 X 114 X 702 X 786 X 852 X 768 X 12 X 858 X 852 X 600 X 840 X 834 X 816 X +USW00094728197507WDFM 45W X 293W X 293W X 45W X 360W X 90W X 180W X 180W X 248W X 158W X 225W X 45W X 225W X 180W X 135W X 180W X 180W X 225W X 225W X 225W X 248W X 338W X 225W X 180W X 225W X 68W X 158W X 248W X 23W X 225W X 225W X +USW00094728197507WSFM 63 X 45 X 45 X 72 X 31 X 49 X 49 X 49 X 49 X 49 X 63 X 45 X 67 X 54 X 45 X 63 X 45 X 58 X 63 X 58 X 45 X 40 X 49 X 63 X 45 X 40 X 45 X 45 X 49 X 40 X 36 X +USW00094728197507WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197507WT16-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00094728197508TMAX 339 0 367 0 356 0 283 0 328 0 256 0 178 0 228 0 300 0 311 0 294 0 311 0 317 0 311 0 294 0 222 0 222 0 300 0 272 0 272 0 267 0 306 0 267 0 217 0 272 0 261 0 294 0 278 0 272 0 256 0 222 0 +USW00094728197508TMIN 239 0 250 0 256 0 228 0 222 0 156 0 156 0 156 0 178 0 189 0 228 0 206 0 206 0 222 0 189 0 178 0 183 0 200 0 167 0 189 0 167 0 183 0 144 0 167 0 206 0 211 0 200 0 167 0 172 0 161 0 139 0 +USW00094728197508PRCP 0 0 0 0 0 0 61 0 0 0 48 0 15 0 0T 0 0 0 0 0 5 0 0 0 81 0 0 0 0T 0 64 0 5 0 0 0 0 0 0 0 0 0 0T 0 0T 0 239 0 117 0 18 0 0 0 0 0 13 0 109 0 0 0 +USW00094728197508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197508PSUN 87 X 93 X 90 X 14 X 86 X 11 X 4 X 81 X 94 X 86 X 43 X 98 X 68 X 79 X 54 X 0 X 0 X 95 X 93 X 90 X 75 X 69 X 87 X 55 X 73 X 67 X 98 X 98 X 82 X 50 X 52 X +USW00094728197508TSUN 750 X 798 X 774 X 120 X 732 X 96 X 30 X 690 X 792 X 720 X 366 X 822 X 570 X 660 X 450 X 0 X 0 X 780 X 768 X 732 X 612 X 558 X 702 X 444 X 588 X 534 X 786 X 780 X 648 X 390 X 408 X +USW00094728197508WDFM 68W X 315W X 90W X 68W X 45W X 45W X 338W X 315W X 293W X 270W X 293W X 315W X 203W X 338W X 360W X 45W X 90W X 360W X 315W X 360W X 158W X 315W X 45W X 225W X 113W X 90W X 360W X 360W X 135W X 68W X 45W X +USW00094728197508WSFM 49 X 31 X 31 X 63 X 36 X 58 X 63 X 67 X 40 X 36 X 36 X 36 X 58 X 54 X 49 X 58 X 36 X 58 X 45 X 40 X 63 X 63 X 49 X 45 X 49 X 36 X 54 X 36 X 45 X 67 X 67 X +USW00094728197508WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728197508WT16-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00094728197509TMAX 206 0 244 0 222 0 256 0 267 0 239 0 228 0 272 0 222 0 228 0 211 0 261 0 217 0 189 0 194 0 194 0 233 0 189 0 200 0 244 0 217 0 222 0 150 0 156 0 167 0 222 0 222 0 206 0 222 0 228 0-9999 +USW00094728197509TMIN 128 0 167 0 150 0 128 0 156 0 189 0 161 0 183 0 133 0 100 0 144 0 133 0 100 0 78 0 83 0 117 0 133 0 156 0 150 0 194 0 161 0 122 0 133 0 128 0 128 0 167 0 161 0 139 0 128 0 133 0-9999 +USW00094728197509PRCP 0T 0 0T 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0T 0 86 0 0 0 0 0 0 0 0 0 0 0 0T 0 104 0 43 0 79 0 155 0 584 0 574 0 267 0 462 0 5 0 0 0 0 0 0 0-9999 +USW00094728197509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197509PSUN 82 X 78 X 96 X 90 X 95 X 47 X 89 X 87 X 99 X 100 X 81 X 34 X 97 X 99 X 92 X 62 X 85 X 35 X 0 X 40 X 66 X 47 X 0 X 0 X 0 X 0 X 75 X 98 X 99 X 88 X-9999 +USW00094728197509TSUN 642 X 606 X 750 X 702 X 738 X 366 X 690 X 672 X 756 X 762 X 618 X 258 X 732 X 744 X 690 X 468 X 636 X 264 X 0 X 294 X 486 X 342 X 0 X 0 X 0 X 0 X 540 X 702 X 708 X 624 X-9999 +USW00094728197509WDFM 68W X 338W X 338W X 315W X 360W X 293W X 135W X 180W X 360W X 315W X 135W X 158W X 293W X 338W X 135W X 135W X 45W X 68W X 90W X 203W X 338W X 248W X 45W X 45W X 90W X 45W X 315W X 315W X 315W X 180W X-9999 +USW00094728197509WSFM 49 X 49 X 67 X 45 X 36 X 54 X 54 X 49 X 67 X 36 X 67 X 54 X 63 X 72 X 49 X 49 X 36 X 54 X 40 X 49 X 58 X 45 X 63 X 80 X 89 X 54 X 45 X 49 X 36 X 45 X-9999 +USW00094728197509WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728197509WT16 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728197510TMAX 233 0 178 0 167 0 228 0 200 0 244 0 211 0 233 0 167 0 161 0 167 0 172 0 211 0 283 0 278 0 222 0 144 0 211 0 117 0 122 0 206 0 256 0 217 0 217 0 200 0 178 0 144 0 194 0 217 0 144 0 100 0 +USW00094728197510TMIN 144 0 72 0 50 0 78 0 106 0 161 0 111 0 83 0 106 0 117 0 133 0 94 0 117 0 144 0 189 0 128 0 111 0 111 0 94 0 83 0 78 0 133 0 133 0 150 0 161 0 117 0 106 0 89 0 133 0 6 0 -6 0 +USW00094728197510PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 13 0 0 0 94 0 0 0 28 0 0 0 0 0 0 0 262 0 310 0 89 0 28 0 0 0 0 0 0 0 0 0 104 0 0T 0 0 0 0 0 0 0 13 0 0 0 +USW00094728197510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197510PSUN 95 X 33 X 97 X 99 X 84 X 86 X 98 X 94 X 39 X 33 X 1 X 79 X 91 X 92 X 94 X 85 X 41 X 11 X 42 X 5 X 100 X 100 X 100 X 45 X 0 X 9 X 57 X 100 X 91 X 74 X 95 X +USW00094728197510TSUN 678 X 234 X 678 X 696 X 546 X 594 X 678 X 648 X 270 X 222 X 6 X 540 X 618 X 618 X 630 X 570 X 276 X 72 X 276 X 36 X 654 X 654 X 648 X 294 X 0 X 54 X 360 X 636 X 576 X 468 X 594 X +USW00094728197510WDFM 180W X 338W X 338W X 315W X 135W X 270W X 315W X 45W X 68W X 90W X 315W X 338W X 315W X 203W X 225W X 338W X 90W X 90W X 68W X 45W X 270W X 270W X 90W X 90W X 45W X 360W X 68W X 180W X 315W X 315W X 315W X +USW00094728197510WSFM 54 X 58 X 58 X 54 X 36 X 58 X 40 X 45 X 63 X 45 X 40 X 80 X 94 X 40 X 54 X 63 X 67 X 89 X 85 X 58 X 63 X 63 X 45 X 45 X 63 X 45 X 54 X 40 X 49 X 72 X 49 X +USW00094728197510WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197510WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00094728197511TMAX 144 0 200 0 233 0 256 0 228 0 183 0 217 0 244 0 239 0 194 0 172 0 139 0 106 0 56 0 94 0 111 0 156 0 194 0 150 0 189 0 156 0 89 0 83 0 67 0 56 0 61 0 139 0 89 0 83 0 144 0-9999 +USW00094728197511TMIN 50 0 111 0 139 0 161 0 144 0 106 0 133 0 172 0 156 0 139 0 89 0 89 0 56 0 22 0 11 0 39 0 33 0 100 0 106 0 83 0 78 0 22 0 11 0 33 0 28 0 17 0 50 0 28 0 22 0 67 0-9999 +USW00094728197511PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 155 0 0 0 76 0 0 0 462 0 91 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 201 0 0 0 0 0 0 0 0T 0 0 0 114 0 0 0 0T 0 0T 0-9999 +USW00094728197511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197511PSUN 87 X 79 X 70 X 74 X 96 X 94 X 87 X 77 X 100 X 0 X 96 X 46 X 0 X 7 X 92 X 100 X 99 X 100 X 50 X 100 X 0 X 75 X 90 X 45 X 27 X 54 X 28 X 77 X 85 X 55 X-9999 +USW00094728197511TSUN 546 X 498 X 432 X 462 X 594 X 582 X 534 X 474 X 606 X 0 X 582 X 276 X 0 X 42 X 552 X 594 X 588 X 588 X 294 X 588 X 0 X 438 X 522 X 264 X 156 X 312 X 162 X 438 X 486 X 312 X-9999 +USW00094728197511WDFM 180W X 248W X 270W X 293W X 315W X 158W X 225W X 225W X 135W X 293W X 293W X 90W X 315W X 293W X 315W X 315W X 225W X 270W X 45W X 180W X 180W X 293W X 90W X 45W X 45W X 113W X 90W X 315W X 135W X 225W X-9999 +USW00094728197511WSFM 63 X 45 X 45 X 58 X 72 X 36 X 49 X 58 X 36 X 72 X 67 X 45 X 63 X 58 X 63 X 54 X 36 X 40 X 31 X 40 X 72 X 67 X 40 X 80 X 45 X 36 X 72 X 67 X 36 X 54 X-9999 +USW00094728197511WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 +USW00094728197511WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197512TMAX 161 0 50 0 50 0 17 0 106 0 128 0 67 0 17 0 106 0 106 0 67 0 39 0 61 0 117 0 156 0 111 0 56 0 39 0 -33 0 50 0 -28 0 0 0 11 0 -50 0 6 0 117 0 61 0 17 0 28 0 61 0 67 0 +USW00094728197512TMIN 6 0 -6 0 -17 0 -28 0 0 0 50 0 -22 0 -28 0 6 0 28 0 17 0 22 0 33 0 61 0 61 0 -6 0 -11 0 -72 0 -83 0 -56 0 -56 0 -44 0 -56 0 -89 0 -83 0 0 0 0 0 -33 0 -39 0 -6 0 11 0 +USW00094728197512PRCP 15 0 0 0 0 0 0 0 0 0 5 0 0 0 0T 0 84 0 91 0 0 0 0 0 3 0 0T 0 3 0 8 0 0 0 0 0 0T 0 0T 0 0T 0 46 0 0 0 0 0 43 0 422 0 0 0 0 0 0 0 157 0 46 0 +USW00094728197512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 46 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728197512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 51 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197512PSUN 43 X 92 X 90 X 75 X 100 X 85 X 99 X 0 X 0 X 67 X 69 X 23 X 0 X 49 X 83 X 82 X 81 X 82 X 86 X 0 X 0 X 0 X 82 X 95 X 0 X 0 X 31 X 89 X 92 X 0 X 0 X +USW00094728197512TSUN 240 X 522 X 510 X 426 X 564 X 480 X 558 X 0 X 0 X 372 X 384 X 126 X 0 X 276 X 462 X 456 X 450 X 456 X 480 X 0 X 0 X 0 X 456 X 528 X 0 X 0 X 168 X 498 X 510 X 0 X 0 X +USW00094728197512WDFM 315W X 180W X 315W X 360W X 225W X 315W X 23W X 68W X 45W X 360W X 338W X 45W X 68W X 225W X 225W X 338W X 45W X 315W X 315W X 45W X 45W X 338W X 315W X 360W X 68W X 180W X 315W X 360W X 360W X 158W X 45W X +USW00094728197512WSFM 76 X 63 X 72 X 58 X 45 X 45 X 72 X 67 X 85 X 76 X 67 X 63 X 49 X 58 X 76 X 72 X 45 X 85 X 76 X 58 X 80 X 94 X 80 X 72 X 49 X 63 X 58 X 67 X 40 X 58 X 80 X +USW00094728197512WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728197512WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197512WT16 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X +USW00094728197512WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00094728197601TMAX 44 0 0 0 44 0 17 0 -33 0 -11 0 22 0 17 0 -56 0 -33 0 11 0 17 0 83 0 111 0 -6 0 61 0 17 0 -78 0 -33 0 -11 0 11 0 -22 0 -94 0 -56 0 11 0 122 0 133 0 22 0 50 0 6 0 6 0 +USW00094728197601TMIN -28 0 -72 0 0 0 -50 0 -78 0 -83 0 -22 0 -94 0 -100 0 -106 0 -67 0 -50 0 -44 0 -11 0 -39 0 -39 0 -100 0 -144 0 -139 0 -44 0 -39 0 -150 0 -183 0 -100 0 -67 0 0 0 22 0 -28 0 -22 0 -39 0 -72 0 +USW00094728197601PRCP 119 0 0 0 53 0 0 0 0 0 0 0 226 0 71 0 0 0 0 0 91 0 0T 0 94 0 15 0 0T 0 10 0 0 0 0 0 0 0 8 0 46 0 0 0 0T 0 0 0 0T 0 173 0 493 0 69 0 0T 0 0 0 0 0 +USW00094728197601SNOW 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 48 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 28 0 41 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728197601SNWD 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 25 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197601PSUN 74 X 90 X 0 X 81 X 91 X 88 X 0 X 0 X 88 X 96 X 0 X 19 X 41 X 92 X 75 X 0 X 65 X 100 X 100 X 0 X 0 X 95 X 81 X 0 X 47 X 18 X 0 X 49 X 9 X 19 X 69 X +USW00094728197601TSUN 414 X 504 X 0 X 456 X 516 X 498 X 0 X 0 X 498 X 546 X 0 X 114 X 234 X 528 X 432 X 0 X 378 X 582 X 582 X 0 X 0 X 558 X 480 X 0 X 282 X 102 X 0 X 294 X 60 X 120 X 420 X +USW00094728197601WDFM 45W X 23W X 135W X 315W X 338W X 203W X 180W X 360W X 315W X 338W X 68W X 360W X 135W X 315W X 270W X 135W X 338W X 338W X 203W X 225W X 338W X 315W X 315W X 45W X 45W X 90W X 203W X 360W X 315W X 315W X 225W X +USW00094728197601WSFM 103 X 58 X 58 X 80 X 80 X 49 X 63 X 63 X 63 X 54 X 40 X 54 X 58 X 112 X 72 X 58 X 80 X 76 X 58 X 72 X 72 X 134 X 80 X 58 X 58 X 85 X 67 X 76 X 63 X 67 X 45 X +USW00094728197601WT04 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197601WT16 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728197601WT18 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728197602TMAX 83 0 72 0 -28 0 50 0 -11 0 -44 0 -22 0 22 0 22 0 72 0 100 0 61 0 144 0 72 0 106 0 156 0 194 0 44 0 144 0 89 0 117 0 156 0 6 0 111 0 211 0 167 0 194 0 194 0 189 0-9999 -9999 +USW00094728197602TMIN 6 0 -122 0 -100 0 -33 0 -61 0 -72 0 -89 0 -56 0 -44 0 -28 0 22 0 -11 0 33 0 -6 0 -17 0 61 0 39 0 17 0 44 0 33 0 22 0 6 0 -50 0 -33 0 67 0 94 0 94 0 28 0 17 0-9999 -9999 +USW00094728197602PRCP 208 0 160 0 0T 0 0 0 61 0 51 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 8 0 30 0 28 0 99 0 18 0 0T 0 0 0 132 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728197602SNOW 0 0 25 0 0T 0 0 0 51 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728197602SNWD 0 0 0T 0 25 0 25 0 0T 0 102 0 76 0 51 0 25 0 25 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728197602PSUN 0 X 42 X 56 X 88 X 0 X 0 X 95 X 50 X 96 X 72 X 16 X 95 X 36 X 100 X 8 X 79 X 75 X 7 X 100 X 98 X 97 X 22 X 100 X 100 X 100 X 83 X 100 X 100 X 100 X-9999 -9999 +USW00094728197602TSUN 0 X 258 X 342 X 540 X 0 X 0 X 588 X 312 X 600 X 456 X 102 X 606 X 228 X 636 X 54 X 510 X 486 X 48 X 648 X 636 X 636 X 150 X 660 X 666 X 666 X 558 X 672 X 672 X 678 X-9999 -9999 +USW00094728197602WDFM 180W X 315W X 270W X 293W X 315W X 45W X 315W X 203W X 45W X 225W X 315W X 180W X 225W X 315W X 225W X 225W X 270W X 90W X 315W X 315W X 135W X 315W X 315W X 225W X 180W X 135W X 293W X 293W X 225W X-9999 -9999 +USW00094728197602WSFM 72 X 112 X 67 X 67 X 63 X 54 X 76 X 58 X 63 X 67 X 76 X 76 X 67 X 58 X 67 X 58 X 80 X 72 X 103 X 80 X 80 X 103 X 80 X 63 X 58 X 58 X 67 X 80 X 63 X-9999 -9999 +USW00094728197602WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197602WT18-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197603TMAX 150 0 50 0 22 0 78 0 211 0 161 0 100 0 50 0 11 0 17 0 67 0 44 0 139 0 83 0 100 0 61 0 11 0 33 0 200 0 222 0 194 0 78 0 111 0 156 0 189 0 206 0 161 0 128 0 178 0 150 0 83 0 +USW00094728197603TMIN 44 0 6 0 0 0 11 0 72 0 44 0 39 0 11 0 -11 0 -11 0 17 0 -6 0 39 0 11 0 44 0 11 0 -56 0 -72 0 22 0 106 0 78 0 -11 0 -11 0 39 0 78 0 83 0 72 0 56 0 22 0 56 0 44 0 +USW00094728197603PRCP 0 0 0T 0 0T 0 30 0 10 0 0 0 0 0 0 0 124 0 5 0 36 0 94 0 160 0 0 0 0 0 211 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 8 0 3 0 0 0 0 0 64 0 +USW00094728197603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 5 0 0T 0 0T 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 51 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197603PSUN 93 X 7 X 0 X 0 X 30 X 35 X 86 X 97 X 0 X 28 X 79 X 51 X 25 X 100 X 94 X 0 X 100 X 98 X 88 X 100 X 72 X 100 X 100 X 100 X 98 X 99 X 90 X 100 X 94 X 97 X 72 X +USW00094728197603TSUN 630 X 48 X 0 X 0 X 210 X 240 X 594 X 678 X 0 X 192 X 558 X 360 X 174 X 714 X 672 X 0 X 720 X 714 X 642 X 726 X 528 X 732 X 738 X 738 X 726 X 738 X 672 X 750 X 708 X 732 X 546 X +USW00094728197603WDFM 45W X 68W X 68W X 45W X 225W X 338W X 270W X 338W X 45W X 45W X 315W X 113W X 315W X 315W X 315W X 338W X 338W X 315W X 203W X 225W X 315W X 270W X 270W X 180W X 315W X 158W X 180W X 270W X 360W X 158W X 90W X +USW00094728197603WSFM 54 X 89 X 58 X 45 X 58 X 85 X 76 X 63 X 89 X 76 X 76 X 58 X 98 X 85 X 58 X 112 X 103 X 76 X 67 X 63 X 112 X 67 X 45 X 49 X 58 X 58 X 89 X 94 X 54 X 54 X 49 X +USW00094728197603WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 +USW00094728197603WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197603WT06-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197603WT16-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X +USW00094728197603WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197604TMAX 133 0 117 0 117 0 83 0 150 0 161 0 150 0 117 0 106 0 172 0 150 0 61 0 167 0 222 0 244 0 278 0 328 0 356 0 333 0 317 0 256 0 206 0 239 0 172 0 94 0 78 0 94 0 161 0 178 0 222 0-9999 +USW00094728197604TMIN 67 0 50 0 39 0 28 0 17 0 61 0 56 0 44 0 17 0 6 0 -22 0 -39 0 22 0 89 0 117 0 133 0 189 0 211 0 200 0 194 0 122 0 100 0 100 0 72 0 56 0 33 0 33 0 50 0 67 0 94 0-9999 +USW00094728197604PRCP 384 0 8 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 56 0 0 0 3 0 244 0 18 0 0 0 0T 0 0 0 0 0-9999 +USW00094728197604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197604PSUN 66 X 96 X 100 X 67 X 100 X 100 X 99 X 81 X 99 X 100 X 93 X 100 X 100 X 99 X 96 X 99 X 100 X 99 X 100 X 96 X 99 X 31 X 99 X 52 X 0 X 0 X 11 X 73 X 86 X 81 X-9999 +USW00094728197604TSUN 504 X 732 X 768 X 516 X 774 X 774 X 768 X 690 X 774 X 786 X 732 X 792 X 792 X 792 X 768 X 792 X 804 X 792 X 810 X 780 X 798 X 258 X 810 X 426 X 0 X 0 X 90 X 606 X 720 X 678 X-9999 +USW00094728197604WDFM 180W X 315W X 315W X 338W X 338W X 225W X 315W X 45W X 45W X 338W X 315W X 338W X 315W X 315W X 225W X 225W X 135W X 135W X 158W X 135W X 45W X 90W X 315W X 45W X 90W X 315W X 315W X 315W X 315W X 225W X-9999 +USW00094728197604WSFM 72 X 63 X 72 X 63 X 76 X 49 X 58 X 45 X 80 X 63 X 103 X 80 X 63 X 45 X 58 X 40 X 49 X 63 X 49 X 54 X 67 X 40 X 67 X 40 X 76 X 72 X 72 X 58 X 54 X 49 X-9999 +USW00094728197604WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197604WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197604WT16 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00094728197604WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197605TMAX 144 0 233 0 194 0 128 0 222 0 261 0 239 0 172 0 200 0 239 0 194 0 172 0 178 0 244 0 283 0 194 0 206 0 239 0 111 0 228 0 239 0 206 0 222 0 211 0 194 0 167 0 239 0 278 0 222 0 178 0 244 0 +USW00094728197605TMIN 100 0 133 0 72 0 50 0 72 0 144 0 100 0 56 0 56 0 106 0 128 0 83 0 72 0 144 0 183 0 133 0 144 0 56 0 33 0 72 0 139 0 100 0 67 0 94 0 106 0 100 0 94 0 128 0 150 0 156 0 156 0 +USW00094728197605PRCP 630 0 0 0 5 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 94 0 112 0 0 0 0 0 0 0 13 0 8 0 66 0 140 0 0 0 46 0 0 0 0 0 0 0 0T 0 0 0 18 0 0 0 13 0 28 0 0 0 +USW00094728197605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197605PSUN 0 X 9 X 78 X 98 X 99 X 98 X 16 X 99 X 99 X 97 X 40 X 93 X 98 X 15 X 38 X 0 X 0 X 18 X 14 X 49 X 75 X 85 X 100 X 95 X 70 X 50 X 88 X 93 X 76 X 13 X 66 X +USW00094728197605TSUN 0 X 72 X 660 X 828 X 834 X 834 X 138 X 840 X 852 X 828 X 342 X 804 X 846 X 138 X 330 X 0 X 0 X 162 X 120 X 432 X 660 X 750 X 882 X 840 X 618 X 444 X 780 X 828 X 678 X 114 X 588 X +USW00094728197605WDFM 135W X 135W X 315W X 315W X 225W X 225W X 315W X 360W X 180W X 135W X 158W X 338W X 158W X 225W X 293W X 68W X 158W X 315W X 315W X 315W X 315W X 338W X 315W X 360W X 45W X 180W X 315W X 135W X 135W X 68W X 180W X +USW00094728197605WSFM 76 X 45 X 89 X 67 X 63 X 58 X 63 X 67 X 45 X 54 X 67 X 58 X 54 X 58 X 49 X 58 X 31 X 63 X 85 X 98 X 58 X 63 X 54 X 36 X 67 X 36 X 45 X 54 X 45 X 58 X 27 X +USW00094728197605WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197605WT16 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 +USW00094728197606TMAX 250 0 200 0 239 0 244 0 256 0 156 0 278 0 294 0 328 0 322 0 322 0 250 0 200 0 239 0 311 0 300 0 283 0 289 0 267 0 289 0 267 0 289 0 300 0 322 0 306 0 306 0 322 0 333 0 294 0 261 0-9999 +USW00094728197606TMIN 144 0 106 0 100 0 111 0 117 0 122 0 139 0 194 0 172 0 222 0 217 0 150 0 139 0 167 0 194 0 228 0 200 0 211 0 200 0 189 0 206 0 206 0 189 0 217 0 233 0 228 0 211 0 200 0 183 0 200 0-9999 +USW00094728197606PRCP 137 0 15 0 0 0 0 0 0 0 43 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 236 0 0T 0 0T 0 0 0 5 0 41 0 0 0 0 0 3 0 0 0 0 0 20 0 135 0 69 0-9999 +USW00094728197606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197606PSUN 16 X 52 X 97 X 89 X 100 X 12 X 61 X 0 X 80 X 74 X 73 X 100 X 50 X 0 X 34 X 59 X 54 X 42 X 29 X 45 X 29 X 54 X 73 X 73 X 74 X 83 X 100 X 98 X 67 X 8 X-9999 +USW00094728197606TSUN 144 X 468 X 870 X 798 X 900 X 114 X 546 X 0 X 726 X 672 X 660 X 906 X 474 X 0 X 306 X 534 X 486 X 378 X 264 X 408 X 264 X 492 X 666 X 660 X 672 X 750 X 906 X 888 X 642 X 72 X-9999 +USW00094728197606WDFM 315W X 45W X 135W X 45W X 45W X 270W X 248W X 203W X 315W X 225W X 293W X 45W X 113W X 180W X 180W X 203W X 203W X 135W X 135W X 135W X 135W X 135W X 180W X 180W X 225W X 338W X 315W X 203W X 135W X 135W X-9999 +USW00094728197606WSFM 89 X 72 X 58 X 40 X 54 X 49 X 49 X 45 X 40 X 49 X 58 X 72 X 58 X 54 X 49 X 63 X 45 X 49 X 54 X 54 X 54 X 49 X 45 X 49 X 67 X 54 X 54 X 54 X 54 X 76 X-9999 +USW00094728197606WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00094728197606WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197606WT16 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00094728197607TMAX 289 0 278 0 300 0 278 0 311 0 317 0 267 0 289 0 294 0 306 0 311 0 294 0 228 0 267 0 294 0 239 0 283 0 283 0 322 0 311 0 267 0 289 0 222 0 317 0 261 0 278 0 300 0 322 0 228 0 311 0 278 0 +USW00094728197607TMIN 200 0 178 0 183 0 172 0 178 0 200 0 206 0 206 0 211 0 194 0 211 0 172 0 161 0 178 0 167 0 189 0 194 0 156 0 189 0 217 0 228 0 200 0 178 0 217 0 172 0 144 0 189 0 211 0 206 0 217 0 189 0 +USW00094728197607PRCP 0 0 0 0 3 0 3 0 0 0 0 0 64 0 0T 0 0 0 0 0 0T 0 0 0 3 0 0 0 0 0 137 0 64 0 0 0 0 0 0 0 3 0 0T 0 48 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 30 0 +USW00094728197607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197607PSUN 90 X 97 X 77 X 69 X 96 X 97 X 3 X 20 X 57 X 82 X 43 X 68 X 8 X 62 X 93 X 1 X 67 X 84 X 89 X 61 X 1 X 74 X 0 X 85 X 100 X 100 X 64 X 58 X 0 X 40 X 24 X +USW00094728197607TSUN 810 X 870 X 696 X 618 X 864 X 876 X 24 X 180 X 516 X 738 X 384 X 606 X 66 X 552 X 828 X 12 X 594 X 744 X 786 X 540 X 12 X 654 X 0 X 738 X 876 X 870 X 558 X 504 X 0 X 348 X 204 X +USW00094728197607WDFM 225W X 315W X 360W X 90W X 90W X 180W X 158W X 248W X 360W X 225W X 315W X 315W X 315W X 315W X 135W X 203W X 315W X 270W X 270W X 225W X 225W X 45W X 68W X 270W X 360W X 180W X 180W X 135W X 113W X 45W X 113W X +USW00094728197607WSFM 54 X 49 X 54 X 49 X 31 X 58 X 58 X 54 X 36 X 45 X 54 X 76 X 63 X 67 X 45 X 54 X 58 X 54 X 40 X 63 X 58 X 72 X 40 X 58 X 54 X 49 X 49 X 36 X 45 X 45 X 49 X +USW00094728197607WT03-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728197607WT16-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00094728197608TMAX 272 0 267 0 278 0 300 0 300 0 317 0 244 0 222 0 222 0 272 0 306 0 306 0 322 0 311 0 278 0 256 0 283 0 267 0 244 0 306 0 333 0 344 0 322 0 294 0 317 0 294 0 261 0 278 0 311 0 222 0 233 0 +USW00094728197608TMIN 189 0 178 0 156 0 172 0 183 0 217 0 200 0 183 0 194 0 194 0 172 0 200 0 222 0 200 0 189 0 167 0 156 0 178 0 167 0 167 0 189 0 233 0 222 0 211 0 194 0 228 0 217 0 217 0 172 0 128 0 100 0 +USW00094728197608PRCP 0T 0 0 0 0 0 0 0 0 0 15 0 0T 0 236 0 991 0 97 0 0 0 0 0 0 0 104 0 109 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 102 0 0 0 0 0 0 0 0 0 +USW00094728197608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197608PSUN 78 X 76 X 86 X 78 X 84 X 24 X 1 X 1 X 0 X 42 X 90 X 78 X 94 X 78 X 53 X 90 X 100 X 95 X 100 X 100 X 100 X 100 X 100 X 98 X 100 X 71 X 19 X 86 X 65 X 100 X 100 X +USW00094728197608TSUN 672 X 648 X 732 X 666 X 714 X 204 X 6 X 6 X 0 X 348 X 756 X 654 X 786 X 648 X 438 X 744 X 822 X 786 X 822 X 816 X 816 X 810 X 810 X 792 X 804 X 564 X 156 X 684 X 522 X 792 X 786 X +USW00094728197608WDFM 338W X 360W X 23W X 45W X 248W X 180W X 68W X 45W X 360W X 315W X 135W X 225W X 315W X 225W X 135W X 338W X 315W X 90W X 45W X 180W X 270W X 270W X 23W X 45W X 315W X 135W X 225W X 270W X 338W X 360W X 270W X +USW00094728197608WSFM 67 X 49 X 45 X 40 X 54 X 45 X 54 X 49 X 125 X 89 X 31 X 40 X 40 X 36 X 54 X 63 X 45 X 54 X 54 X 36 X 31 X 36 X 40 X 63 X 45 X 45 X 40 X 45 X 58 X 80 X 36 X +USW00094728197608WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197608WT16 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728197609TMAX 272 0 206 0 222 0 233 0 267 0 228 0 267 0 300 0 261 0 233 0 228 0 267 0 317 0 317 0 250 0 222 0 256 0 256 0 272 0 272 0 200 0 200 0 239 0 189 0 200 0 206 0 233 0 194 0 200 0 172 0-9999 +USW00094728197609TMIN 150 0 144 0 117 0 139 0 150 0 117 0 117 0 178 0 156 0 150 0 100 0 117 0 167 0 167 0 189 0 194 0 200 0 183 0 172 0 189 0 133 0 117 0 83 0 139 0 106 0 150 0 194 0 111 0 94 0 133 0-9999 +USW00094728197609PRCP 0 0 46 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 150 0 0 0 0 0 0 0 0 0 0 0 246 0 206 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 51 0 46 0 5 0 0 0 46 0-9999 +USW00094728197609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197609PSUN 87 X 0 X 99 X 84 X 71 X 100 X 95 X 99 X 100 X 8 X 91 X 100 X 100 X 96 X 1 X 0 X 39 X 34 X 89 X 65 X 12 X 88 X 100 X 85 X 61 X 0 X 0 X 91 X 100 X 0 X-9999 +USW00094728197609TSUN 690 X 0 X 768 X 654 X 546 X 774 X 732 X 750 X 768 X 60 X 696 X 756 X 756 X 720 X 42 X 0 X 294 X 252 X 660 X 480 X 90 X 642 X 726 X 618 X 444 X 0 X 0 X 648 X 714 X 0 X-9999 +USW00094728197609WDFM 225W X 45W X 135W X 158W X 360W X 315W X 315W X 360W X 45W X 135W X 225W X 315W X 225W X 225W X 135W X 90W X 90W X 225W X 315W X 225W X 203W X 270W X 225W X 225W X 45W X 180W X 180W X 315W X 270W X 45W X-9999 +USW00094728197609WSFM 63 X 54 X 49 X 45 X 63 X 49 X 49 X 36 X 45 X 54 X 54 X 31 X 31 X 36 X 40 X 54 X 45 X 45 X 54 X 63 X 54 X 67 X 76 X 40 X 45 X 58 X 76 X 63 X 63 X 63 X-9999 +USW00094728197609WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197609WT16-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 +USW00094728197610TMAX 156 0 167 0 161 0 211 0 161 0 194 0 217 0 228 0 222 0 150 0 139 0 156 0 206 0 161 0 217 0 178 0 100 0 100 0 100 0 172 0 172 0 100 0 117 0 111 0 139 0 128 0 56 0 72 0 156 0 144 0 156 0 +USW00094728197610TMIN 139 0 133 0 133 0 122 0 122 0 144 0 156 0 178 0 106 0 78 0 56 0 56 0 89 0 94 0 78 0 78 0 67 0 33 0 11 0 94 0 72 0 44 0 33 0 78 0 106 0 11 0 -17 0 -17 0 17 0 61 0 83 0 +USW00094728197610PRCP 48 0 3 0 132 0 0 0 5 0 0T 0 0 0 38 0 295 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 462 0 0 0 0 0 0 0 51 0 48 0 76 0 0 0 0 0 0 0 15 0 175 0 +USW00094728197610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197610PSUN 0 X 0 X 0 X 94 X 0 X 11 X 5 X 4 X 6 X 89 X 99 X 97 X 100 X 74 X 86 X 93 X 0 X 100 X 83 X 0 X 62 X 36 X 99 X 0 X 0 X 49 X 85 X 100 X 100 X 38 X 14 X +USW00094728197610TSUN 0 X 0 X 0 X 660 X 0 X 78 X 36 X 24 X 42 X 606 X 672 X 654 X 672 X 498 X 576 X 618 X 0 X 660 X 546 X 0 X 408 X 234 X 648 X 0 X 0 X 318 X 546 X 636 X 630 X 240 X 90 X +USW00094728197610WDFM 45W X 45W X 23W X 68W X 45W X 90W X 225W X 225W X 158W X 315W X 360W X 45W X 225W X 315W X 225W X 315W X 45W X 315W X 135W X 135W X 315W X 248W X 270W X 180W X 135W X 360W X 360W X 315W X 270W X 180W X 338W X +USW00094728197610WSFM 72 X 54 X 49 X 54 X 67 X 31 X 31 X 45 X 80 X 63 X 45 X 40 X 54 X 80 X 72 X 54 X 45 X 58 X 45 X 54 X 89 X 63 X 54 X 54 X 36 X 85 X 54 X 54 X 40 X 36 X 67 X +USW00094728197610WT16 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X +USW00094728197611TMAX 83 0 100 0 117 0 150 0 128 0 111 0 117 0 50 0 50 0 94 0 67 0 56 0 67 0 100 0 72 0 78 0 94 0 111 0 144 0 72 0 72 0 44 0 39 0 39 0 56 0 156 0 161 0 133 0 89 0 -28 0-9999 +USW00094728197611TMIN 17 0 6 0 67 0 78 0 44 0 44 0 50 0 -11 0 -44 0 44 0 17 0 0 0 -6 0 0 0 17 0 6 0 22 0 39 0 50 0 33 0 17 0 0 0 -6 0 -22 0 -6 0 44 0 122 0 89 0 -33 0 -83 0-9999 +USW00094728197611PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 81 0 0 0-9999 +USW00094728197611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00094728197611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197611PSUN 77 X 100 X 0 X 77 X 5 X 97 X 24 X 42 X 43 X 41 X 41 X 57 X 70 X 100 X 13 X 100 X 58 X 63 X 100 X 33 X 78 X 74 X 56 X 55 X 51 X 82 X 17 X 0 X 0 X 100 X-9999 +USW00094728197611TSUN-9999 624 X 0 X 474 X 36 X 600 X 150 X 252 X 258 X 252 X 246 X 348 X 420 X 600 X 78 X 594 X 348 X 372 X 588 X 198 X 456 X 432 X 324 X 318 X 294 X 474 X 102 X 0 X 0 X 570 X-9999 +USW00094728197611WDFM 338W X 315W X 225W X 158W X 315W X 315W X 225W X 315W X 338W X 315W X 315W X 315W X 315W X 293W X 338W X 315W X 225W X 315W X 23W X 315W X 315W X 270W X 270W X 315W X 270W X 225W X 180W X 68W X 315W X 270W X-9999 +USW00094728197611WESD 0 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197611WSFM 94 X 54 X 49 X 36 X 67 X 58 X 63 X 72 X 58 X 67 X 76 X 54 X 67 X 49 X 36 X 49 X 58 X 94 X 85 X 76 X 72 X 67 X 72 X 49 X 54 X 49 X 58 X 45 X 72 X 67 X-9999 +USW00094728197611WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00094728197611WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728197612TMAX -11 0 56 0 -50 0 0 0 33 0 56 0 128 0 17 0 -11 0 83 0 78 0 56 0 56 0 -6 0 83 0 56 0 44 0 39 0 72 0 94 0 50 0 -17 0 33 0 0 0 22 0 22 0 -28 0 -39 0 0 0 -56 0 -56 0 +USW00094728197612TMIN -78 0 -83 0 -128 0 -67 0 -33 0 -22 0 17 0 -89 0 -89 0 -28 0 17 0 22 0 -111 0 -111 0 -11 0 17 0 11 0 -17 0 -28 0 44 0 -89 0 -89 0 -33 0 -44 0 -50 0 -28 0 -72 0 -72 0 -67 0 -122 0 -94 0 +USW00094728197612PRCP 0 0 0T 0 0 0 0 0 0 0 0T 0 335 0 0 0 0 0 0 0 0 0 36 0 0T 0 0 0 0 0 8 0 0T 0 0 0 0 0 64 0 0T 0 0 0 0T 0 0 0 15 0 91 0 0 0 33 0 0T 0 0 0 0T 0 +USW00094728197612SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 10 0 69 0 0 0 51 0 0T 0 0 0 0T 0 +USW00094728197612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 76 0 25 0 51 0 51 0 51 0 25 0 +USW00094728197612PSUN 100 X 0 X 100 X 0 X 100 X 53 X 0 X 0 X 93 X 97 X 32 X 0 X 99 X 91 X 87 X 56 X 26 X 75 X 72 X 8 X 44 X 95 X 94 X 100 X 36 X 66 X 89 X 0 X 66 X 99 X 85 X +USW00094728197612TSUN 570 X 0 X 564 X 0 X 564 X 300 X 0 X 0 X 522 X 546 X 180 X 0 X 552 X 510 X 486 X 312 X 144 X 420 X 402 X 48 X 246 X 528 X 522 X 552 X 198 X 366 X 498 X 0 X 372 X 552 X 474 X +USW00094728197612WDFM 180W X 338W X 315W X 135W X 315W X 90W X 135W X 338W X 315W X 225W X 338W X 225W X 315W X 225W X 248W X 45W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 338W X 203W X 338W X 293W X 45W X 315W X 293W X 270W X +USW00094728197612WSFM 63 X 116 X 80 X 45 X 36 X 63 X 80 X 67 X 80 X 76 X 63 X 49 X 125 X 58 X 76 X 54 X 72 X 80 X 54 X 72 X 112 X 98 X 49 X 72 X 63 X 85 X 89 X 54 X 63 X 67 X 76 X +USW00094728197612WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197612WT18-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X +USW00094728197701TMAX -22 0 22 0 -11 0 28 0 -6 0 -6 0 0 0 -28 0 -11 0 50 0 -50 0 -72 0 -56 0 -28 0 -6 0 -33 0 -111 0 -106 0 -33 0 22 0 -33 0 -56 0 -28 0 -6 0 28 0 -6 0 -11 0 67 0 -106 0 -72 0 -56 0 +USW00094728197701TMIN -94 0 -39 0 -61 0 -22 0 -50 0 -50 0 -56 0 -72 0 -67 0 -78 0 -89 0 -106 0 -122 0 -72 0 -44 0 -139 0 -189 0 -167 0 -128 0 -72 0 -67 0 -106 0 -100 0 -56 0 -22 0 -33 0 -61 0 -106 0 -172 0 -122 0 -133 0 +USW00094728197701PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 66 0 0 0 15 0 315 0 0 0 0T 0 0 0 114 0 0T 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 8 0 0T 0 0 0 5 0 0 0 0 0 0 0 +USW00094728197701SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 71 0 0 0 20 0 38 0 0 0 3 0 0 0 127 0 5 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 8 0 0T 0 0 0 5 0 0 0 0 0 0 0 +USW00094728197701SNWD 25 0 0 0 0T 0 0T 0 0T 0 0T 0 25 0 51 0 51 0 76 0 25 0 25 0 25 0 25 0 152 0 127 0 152 0 127 0 102 0 102 0 76 0 51 0 51 0 51 0 76 0 51 0 51 0 51 0 51 0 51 0 51 0 +USW00094728197701PSUN 76 X 100 X 39 X 17 X 36 X 82 X 0 X 78 X 78 X 5 X 66 X 32 X 100 X 0 X 80 X 0 X 100 X 99 X 98 X 88 X 45 X 99 X 100 X 37 X 41 X 91 X 100 X 52 X 100 X 93 X 100 X +USW00094728197701TSUN 426 X 558 X 222 X 96 X 204 X 462 X 0 X 444 X 444 X 30 X 378 X 186 X 570 X 0 X 456 X 0 X 576 X 570 X 570 X 516 X 258 X 582 X 588 X 222 X 246 X 546 X 594 X 312 X 600 X 558 X 606 X +USW00094728197701WDFM 270W X 315W X 315W X 315W X 23W X 23W X 338W X 338W X 315W X 45W X 293W X 338W X 293W X 225W X 45W X 360W X 338W X 270W X 315W X 293W X 293W X 315W X 315W X 135W X 315W X 293W X 248W X 315W X 315W X 293W X 270W X +USW00094728197701WSFM 94 X 85 X 45 X 36 X 40 X 45 X 112 X 116 X 54 X 103 X 85 X 80 X 54 X 45 X 45 X 98 X 76 X 76 X 63 X 72 X 67 X 89 X 63 X 45 X 54 X 63 X 67 X 103 X 80 X 72 X 76 X +USW00094728197701WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197701WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197701WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728197701WT18-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00094728197702TMAX -22 0 -6 0 22 0 22 0 0 0 -56 0 -22 0 11 0 22 0 61 0 122 0 94 0 100 0 67 0 56 0 -22 0 -33 0 11 0 56 0 11 0 0 0 78 0 94 0 111 0 144 0 139 0 117 0 89 0-9999 -9999 -9999 +USW00094728197702TMIN -72 0 -61 0 -44 0 0 0 -106 0 -133 0 -106 0 -83 0 -61 0 6 0 22 0 39 0 28 0 22 0 -33 0 -83 0 -94 0 -78 0 -11 0 -11 0 -56 0 -67 0 11 0 6 0 61 0 56 0 22 0 11 0-9999 -9999 -9999 +USW00094728197702PRCP 0 0 0 0 20 0 3 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 91 0 0T 0 0 0 0 0 429 0 15 0 0 0 25 0 0T 0-9999 -9999 -9999 +USW00094728197702SNOW 0 0 0 0 25 0 3 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 48 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728197702SNWD 25 0 25 0 25 0 25 0 102 0 102 0 76 0 51 0 51 0 51 0 25 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 51 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728197702PSUN 98 X 97 X 20 X 28 X 0 X 95 X 100 X 100 X 80 X 90 X 95 X 89 X 80 X 97 X 81 X 100 X 89 X 97 X 66 X 2 X 64 X 84 X 94 X 12 X 86 X 87 X 81 X 80 X-9999 -9999 -9999 +USW00094728197702TSUN 594 X 588 X 120 X 168 X 0 X 588 X 624 X 624 X 498 X 564 X 600 X 564 X 510 X 618 X 522 X 642 X 576 X 630 X 426 X 12 X 420 X 552 X 624 X 78 X 570 X 588 X 540 X 540 X-9999 -9999 -9999 +USW00094728197702WDFM 270W X 315W X 225W X 270W X 338W X 338W X 315W X 315W X 203W X 315W X 203W X 293W X 270W X 270W X 315W X 338W X 338W X 180W X 225W X 68W X 315W X 180W X 68W X 45W X 270W X 315W X 68W X 315W X-9999 -9999 -9999 +USW00094728197702WSFM 76 X 72 X 63 X 58 X 112 X 89 X 72 X 58 X 63 X 63 X 58 X 45 X 58 X 58 X 67 X 58 X 67 X 49 X 54 X 76 X 80 X 67 X 63 X 80 X 80 X 49 X 45 X 76 X-9999 -9999 -9999 +USW00094728197702WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197702WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197702WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197702WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00094728197702WT18-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197703TMAX 72 0 72 0 133 0 117 0 172 0 117 0 72 0 117 0 189 0 206 0 228 0 178 0 128 0 144 0 150 0 156 0 94 0 28 0 78 0 56 0 128 0 83 0 39 0 28 0 56 0 117 0 167 0 94 0 272 0 261 0 211 0 +USW00094728197703TMIN -6 0 -39 0 17 0 22 0 89 0 33 0 17 0 6 0 50 0 83 0 100 0 61 0 100 0 83 0 72 0 61 0 22 0 0 0 -17 0 6 0 17 0 17 0 17 0 -44 0 -44 0 0 0 17 0 72 0 78 0 133 0 89 0 +USW00094728197703PRCP 0 0 0 0 0 0 419 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 368 0 13 0 0 0 0T 0 0 0 152 0 0T 0 25 0 0 0 874 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 +USW00094728197703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197703PSUN 93 X 100 X 99 X 2 X 99 X 86 X 73 X 100 X 100 X 99 X 100 X 49 X 2 X 54 X 85 X 88 X 100 X 0 X 95 X 4 X 98 X 0 X 1 X 76 X 100 X 100 X 100 X 3 X 94 X 92 X 70 X +USW00094728197703TSUN 630 X 678 X 672 X 18 X 684 X 588 X 504 X 696 X 696 X 690 X 702 X 348 X 18 X 384 X 612 X 630 X 720 X 0 X 690 X 102 X 714 X 0 X 12 X 564 X 744 X 744 X 750 X 24 X 708 X 690 X 534 X +USW00094728197703WDFM 225W X 360W X 248W X 135W X 270W X 270W X 338W X 315W X 180W X 203W X 248W X 135W X 135W X 315W X 338W X 293W X 315W X 113W X 315W X 113W X 315W X 338W X 315W X 315W X 315W X 338W X 360W X 135W X 180W X 158W X 315W X +USW00094728197703WSFM 58 X 76 X 54 X 80 X 58 X 54 X 45 X 58 X 63 X 67 X 49 X 40 X 76 X 67 X 54 X 94 X 80 X 72 X 76 X 54 X 63 X 89 X 103 X 103 X 103 X 72 X 45 X 45 X 49 X 63 X 107 X +USW00094728197703WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197703WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728197703WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197704TMAX 144 0 94 0 206 0 94 0 100 0 100 0 83 0 67 0 67 0 156 0 133 0 322 0 311 0 233 0 206 0 211 0 217 0 239 0 250 0 172 0 256 0 294 0 256 0 89 0 133 0 100 0 150 0 211 0 161 0 211 0-9999 +USW00094728197704TMIN 39 0 56 0 89 0 33 0 33 0 22 0 -6 0 -17 0 -39 0 17 0 56 0 100 0 156 0 106 0 72 0 83 0 89 0 106 0 106 0 83 0 106 0 156 0 89 0 61 0 56 0 72 0 72 0 56 0 33 0 78 0-9999 +USW00094728197704PRCP 0 0 246 0 0T 0 196 0 305 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 160 0 0 0 25 0 5 0 15 0 0 0 0 0-9999 +USW00094728197704SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197704PSUN 100 X 12 X 84 X 0 X 0 X 86 X 92 X 95 X 100 X 100 X 96 X 99 X 98 X 100 X 100 X 94 X 100 X 95 X 100 X 40 X 98 X 76 X 7 X 0 X 7 X 0 X 51 X 31 X 100 X 100 X-9999 +USW00094728197704TSUN 762 X 90 X 642 X 0 X 0 X 666 X 720 X 738 X 780 X 786 X 756 X 780 X 780 X 798 X 798 X 756 X 804 X 762 X 810 X 330 X 798 X 624 X 60 X 0 X 60 X 0 X 420 X 258 X 828 X 834 X-9999 +USW00094728197704WDFM 315W X 135W X 315W X 68W X 45W X 270W X 135W X 338W X 315W X 315W X 135W X 293W X 270W X 338W X 293W X 315W X 338W X 158W X 135W X 45W X 203W X 158W X 68W X 45W X 68W X 135W X 225W X 315W X 315W X 315W X-9999 +USW00094728197704WSFM 80 X 63 X 80 X 72 X 89 X 85 X 63 X 89 X 63 X 49 X 67 X 63 X 63 X 67 X 58 X 63 X 36 X 58 X 54 X 36 X 40 X 54 X 72 X 76 X 54 X 31 X 40 X 63 X 58 X 45 X-9999 +USW00094728197704WT16-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728197704WT18-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197705TMAX 233 0 206 0 222 0 172 0 172 0 289 0 233 0 178 0 67 0 144 0 200 0 250 0 244 0 217 0 233 0 278 0 322 0 311 0 217 0 272 0 267 0 267 0 272 0 289 0 283 0 278 0 300 0 333 0 228 0 211 0 233 0 +USW00094728197705TMIN 100 0 133 0 122 0 83 0 100 0 139 0 117 0 39 0 22 0 50 0 83 0 111 0 133 0 100 0 89 0 111 0 156 0 194 0 133 0 128 0 178 0 167 0 178 0 194 0 206 0 183 0 150 0 194 0 122 0 117 0 117 0 +USW00094728197705PRCP 0 0 0T 0 0 0 46 0 104 0 119 0 0 0 25 0 79 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 41 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 +USW00094728197705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197705PSUN 100 X 29 X 100 X 29 X 0 X 57 X 59 X 100 X 11 X 17 X 86 X 78 X 90 X 100 X 100 X 87 X 100 X 72 X 33 X 69 X 64 X 100 X 91 X 78 X 77 X 99 X 97 X 96 X 100 X 87 X 100 X +USW00094728197705TSUN 834 X 240 X 840 X 246 X 0 X 486 X 504 X 852 X 96 X 144 X 738 X 672 X 774 X 864 X 870 X 756 X 870 X 630 X 288 X 600 X 558 X 882 X 798 X 684 X 678 X 882 X 858 X 858 X 888 X 714 X 888 X +USW00094728197705WDFM 225W X 225W X 315W X 45W X 45W X 225W X 315W X 338W X 45W X 338W X 338W X 315W X 315W X 315W X 360W X 225W X 248W X 270W X 45W X 135W X 135W X 225W X 135W X 225W X 248W X 45W X 315W X 248W X 45W X 158W X 180W X +USW00094728197705WSFM 45 X 72 X 63 X 40 X 45 X 63 X 45 X 89 X 80 X 67 X 63 X 49 X 80 X 58 X 36 X 54 X 49 X 45 X 45 X 40 X 45 X 54 X 54 X 54 X 54 X 63 X 58 X 67 X 72 X 63 X 72 X +USW00094728197705WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197705WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197705WT16-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728197705WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197706TMAX 211 0 294 0 217 0 267 0 267 0 200 0 189 0 206 0 161 0 178 0 222 0 272 0 272 0 256 0 283 0 261 0 261 0 300 0 311 0 294 0 250 0 267 0 261 0 261 0 250 0 294 0 283 0 283 0 311 0 300 0-9999 +USW00094728197706TMIN 156 0 172 0 144 0 122 0 189 0 128 0 117 0 100 0 128 0 111 0 150 0 167 0 183 0 178 0 183 0 178 0 172 0 206 0 233 0 172 0 161 0 161 0 144 0 167 0 189 0 200 0 189 0 206 0 222 0 211 0-9999 +USW00094728197706PRCP 41 0 0 0 5 0 0 0 0T 0 53 0 36 0 0 0 427 0 89 0 0 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 173 0 0 0 0 0 71 0 0 0 0 0-9999 +USW00094728197706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197706PSUN 0 X 57 X 83 X 96 X 33 X 13 X 23 X 65 X 0 X 0 X 18 X 43 X 76 X 21 X 48 X 68 X 5 X 64 X 82 X 78 X 75 X 89 X 93 X 81 X 40 X 84 X 82 X 34 X 40 X 95 X-9999 +USW00094728197706TSUN 0 X 510 X 750 X 864 X 294 X 120 X 204 X 588 X 0 X 0 X 162 X 384 X 690 X 192 X 432 X 612 X 18 X 582 X 738 X 708 X 678 X 810 X 846 X 732 X 366 X 762 X 744 X 312 X 360 X 858 X-9999 +USW00094728197706WDFM 180W X 180W X 315W X 315W X 315W X 360W X 315W X 248W X 135W X 45W X 315W X 293W X 45W X 158W X 23W X 158W X 180W X 225W X 293W X 180W X 315W X 315W X 180W X 180W X 225W X 315W X 180W X 158W X 270W X 270W X-9999 +USW00094728197706WSFM 72 X 67 X 89 X 72 X 76 X 63 X 72 X 67 X 85 X 80 X 63 X 54 X 40 X 36 X 31 X 54 X 54 X 49 X 49 X 63 X 63 X 63 X 54 X 63 X 67 X 49 X 49 X 63 X 67 X 63 X-9999 +USW00094728197706WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00094728197706WT16 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00094728197707TMAX 306 0 300 0 289 0 317 0 344 0 294 0 244 0 311 0 317 0 294 0 272 0 256 0 339 0 333 0 356 0 367 0 361 0 378 0 389 0 333 0 400 0 311 0 306 0 322 0 256 0 278 0 272 0 267 0 278 0 278 0 311 0 +USW00094728197707TMIN 228 0 200 0 172 0 200 0 228 0 211 0 194 0 217 0 211 0 206 0 189 0 206 0 228 0 228 0 222 0 239 0 256 0 256 0 256 0 239 0 256 0 200 0 167 0 211 0 211 0 167 0 144 0 167 0 194 0 194 0 206 0 +USW00094728197707PRCP 0T 0 0 0 0 0 0 0 0 0 10 0 8 0 25 0 0 0 0 0 0T 0 175 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 122 0 0 0 0 0 0 0 0 0 51 0 0 0 +USW00094728197707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197707WDFM 225W X 293W X 225W X 270W X 270W X 180W X 45W X 135W X 315W X 158W X 180W X 180W X 203W X 338W X 158W X 203W X 225W X 315W X 225W X 270W X 270W X 360W X 315W X 203W X 225W X 338W X 180W X 135W X 180W X 180W X 180W X +USW00094728197707WSFM 63 X 67 X 58 X 76 X 58 X 54 X 54 X 54 X 40 X 54 X 63 X 67 X 63 X 54 X 45 X 45 X 54 X 49 X 45 X 67 X 67 X 76 X 54 X 76 X 63 X 54 X 54 X 40 X 54 X 36 X 58 X +USW00094728197707WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197707WT16 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00094728197708TMAX 300 0 306 0 239 0 306 0 333 0 339 0 328 0 322 0 322 0 300 0 339 0 300 0 244 0 244 0 289 0 261 0 278 0 250 0 244 0 250 0 244 0 283 0 267 0 267 0 250 0 261 0 278 0 322 0 306 0 306 0 239 0 +USW00094728197708TMIN 206 0 200 0 206 0 206 0 233 0 239 0 239 0 244 0 228 0 217 0 233 0 233 0 194 0 222 0 200 0 200 0 211 0 178 0 150 0 167 0 139 0 183 0 178 0 178 0 139 0 150 0 189 0 217 0 217 0 228 0 211 0 +USW00094728197708PRCP 178 0 0 0 122 0 0 0 0T 0 8 0 76 0 38 0 0T 0 18 0 0T 0 0 0 224 0 58 0 0 0 0T 0 71 0 0 0 0 0 0 0 0 0 325 0 0 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728197708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197708WDFM 225W X 180W X 45W X 203W X 180W X 225W X 270W X 248W X 293W X 158W X 225W X 270W X 180W X 225W X 315W X 135W X 270W X 315W X 45W X 293W X 135W X 225W X 315W X 23W X 23W X 203W X 225W X 180W X 180W X 315W X 90W X +USW00094728197708WSFM 54 X 45 X 40 X 58 X 63 X 54 X 54 X 67 X 49 X 58 X 63 X 63 X 49 X 58 X 45 X 63 X 63 X 49 X 36 X 49 X 45 X 58 X 31 X 45 X 54 X 49 X 54 X 54 X 58 X 45 X 49 X +USW00094728197708WT03 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197708WT16 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728197709TMAX 311 0 344 0 322 0 283 0 267 0 283 0 256 0 250 0 256 0 283 0 228 0 239 0 261 0 256 0 217 0 189 0 256 0 283 0 272 0 217 0 156 0 139 0 161 0 167 0 139 0 228 0 233 0 211 0 189 0 217 0-9999 +USW00094728197709TMIN 211 0 239 0 233 0 206 0 206 0 222 0 194 0 183 0 172 0 194 0 150 0 111 0 183 0 172 0 133 0 161 0 183 0 189 0 200 0 111 0 111 0 117 0 133 0 122 0 122 0 139 0 167 0 144 0 111 0 122 0-9999 +USW00094728197709PRCP 0T 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 5 0 43 0 0 0 0 0 0 0 15 0 0T 0 236 0 51 0 0T 0 0T 0 81 0 0 0 8 0 66 0 216 0 368 0 84 0 13 0 8 0 0 0 0 0-9999 +USW00094728197709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197709WDFM 180W X 248W X 45W X 360W X 180W X 45W X 45W X 45W X 135W X 315W X 315W X 225W X 225W X 225W X 45W X 180W X 270W X 225W X 315W X 45W X 90W X 90W X 135W X 68W X 68W X 180W X 270W X 270W X 315W X 180W X-9999 +USW00094728197709WSFM 58 X 54 X 58 X 54 X 58 X 40 X 58 X 49 X 67 X 63 X 58 X 49 X 80 X 80 X 63 X 45 X 45 X 49 X 40 X 94 X 67 X 45 X 36 X 76 X 80 X 76 X 72 X 67 X 76 X 58 X-9999 +USW00094728197709WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197709WT16 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728197710TMAX 211 0 206 0 144 0 172 0 200 0 161 0 150 0 156 0 172 0 144 0 167 0 150 0 117 0 111 0 150 0 183 0 122 0 144 0 144 0 144 0 178 0 211 0 139 0 150 0 189 0 150 0 211 0 206 0 156 0 139 0 122 0 +USW00094728197710TMIN 156 0 128 0 100 0 83 0 117 0 111 0 94 0 89 0 106 0 89 0 89 0 106 0 94 0 83 0 56 0 106 0 44 0 44 0 106 0 100 0 83 0 100 0 72 0 44 0 94 0 117 0 139 0 128 0 89 0 67 0 61 0 +USW00094728197710PRCP 66 0 18 0 0T 0 0 0 0 0 20 0 0 0 58 0 439 0 0 0 0 0 0 0 0 0 168 0 107 0 0T 0 25 0 0 0 127 0 213 0 0 0 0 0 0 0 0 0 0 0 36 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728197710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197710WDFM 180W X 315W X 293W X 293W X 293W X 248W X 45W X 90W X 270W X 293W X 180W X 293W X 23W X 45W X 293W X 158W X 293W X 225W X 90W X 315W X 315W X 338W X 45W X 180W X 180W X 45W X 45W X 23W X 45W X 45W X 45W X +USW00094728197710WSFM 80 X 67 X 72 X 58 X 63 X 63 X 54 X 67 X 80 X 67 X 76 X 76 X 58 X 98 X 76 X 67 X 121 X 58 X 58 X 80 X 63 X 67 X 63 X 54 X 54 X 45 X 45 X 54 X 89 X 58 X 76 X +USW00094728197710WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197710WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197710WT16 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728197711TMAX 139 0 150 0 161 0 161 0 167 0 139 0 128 0 128 0 161 0 183 0 156 0 61 0 39 0 44 0 122 0 156 0 156 0 94 0 89 0 78 0 122 0 117 0 72 0 111 0 67 0 117 0 6 0 44 0 28 0 56 0-9999 +USW00094728197711TMIN 83 0 117 0 128 0 144 0 128 0 111 0 106 0 111 0 111 0 144 0 44 0 28 0 6 0 -6 0 33 0 78 0 78 0 56 0 50 0 28 0 56 0 56 0 39 0 67 0 50 0 -6 0 -17 0 -6 0 11 0 17 0-9999 +USW00094728197711PRCP 0 0 0T 0 18 0 25 0 0T 0 0T 0 455 0 1880 0 0 0 94 0 0 0 0T 0 0T 0 0 0 0 0 3 0 137 0 0 0 0 0 0 0 15 0 5 0 132 0 0T 0 74 0 130 0 5 0 0T 0 46 0 97 0-9999 +USW00094728197711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0T 0 0 0-9999 +USW00094728197711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0-9999 +USW00094728197711TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 900 X 2202 XX 0 X 1398 X 702 X 1002 X 498 X 798 X 24 X 2100 XX 2298 XX 300 X 1698 XX 1002 X 1998 XX-9999 +USW00094728197711WDFM 45W X 45W X 45W X 45W X 45W X 45W X 68W X 68W X 180W X 180W X 270W X 315W X 315W X 270W X 203W X 225W X 315W X 293W X 270W X 45W X 180W X 315W X 45W X 315W X 45W X 270W X 293W X 270W X 90W X 45W X-9999 +USW00094728197711WSFM 80 X 63 X 72 X 49 X 72 X 76 X 112 X 125 X 36 X 80 X 103 X 67 X 80 X 72 X 67 X 54 X 103 X 94 X 72 X 45 X 67 X 63 X 80 X 76 X 76 X 134 X 103 X 67 X 49 X 80 X-9999 +USW00094728197711WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197711WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197711WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00094728197711WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 +USW00094728197712TMAX 83 0 83 0 83 0 56 0 44 0 44 0 -11 0 6 0 56 0 -22 0 -44 0 0 0 33 0 133 0 128 0 89 0 72 0 39 0 56 0 50 0 122 0 44 0 94 0 117 0 111 0 22 0 -33 0 -22 0 -11 0 67 0 56 0 +USW00094728197712TMIN 56 0 67 0 50 0 17 0 11 0 -11 0 -33 0 -39 0 -50 0 -67 0 -94 0 -83 0 0 0 11 0 50 0 22 0 22 0 6 0 22 0 17 0 44 0 6 0 0 0 39 0 22 0 -83 0 -106 0 -72 0 -83 0 -17 0 -17 0 +USW00094728197712PRCP 185 0 0 0 0T 0 0 0 224 0 0T 0 0T 0 0 0 25 0 0 0 0 0 0T 0 36 0 257 0 0 0 0 0 0 0 241 0 0T 0 18 0 290 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 10 0 +USW00094728197712SNOW 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 +USW00094728197712SNWD 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728197712WDFM 45W X 270W X 315W X 315W X 45W X 270W X 293W X 315W X 270W X 293W X 293W X 180W X 45W X 180W X 315W X 45W X 360W X 45W X 45W X 68W X 180W X 270W X 180W X 180W X 315W X 315W X 270W X 270W X 270W X 203W X 360W X +USW00094728197712WSFM 89 X 67 X 76 X 67 X 112 X 98 X 116 X 80 X 125 X 94 X 89 X 54 X 45 X 49 X 76 X 36 X 40 X 103 X 112 X 80 X 89 X 76 X 76 X 54 X 63 X 76 X 67 X 76 X 63 X 49 X 76 X +USW00094728197712WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197712WT16 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00094728197712WT18-9999 -9999 1 X-9999 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X +USW00094728197801TMAX -11 0 0 0 -28 0 -11 0 44 0 67 0 22 0 117 0 144 0 -61 0 -17 0 0 0 6 0 11 0 -39 0 -22 0 6 0 33 0 -11 0 6 0 -44 0 -11 0 0 0 28 0 89 0 144 0 -28 0 -33 0 -44 0 -6 0 -28 0 +USW00094728197801TMIN -44 0 -39 0 -83 0 -78 0 -22 0 22 0 17 0 11 0 -94 0 -111 0 -67 0 -72 0 -22 0 -39 0 -89 0 -89 0 -44 0 -50 0 -67 0 -44 0 -67 0 -78 0 -61 0 -50 0 17 0 -56 0 -72 0 -78 0 -94 0 -94 0 -78 0 +USW00094728197801PRCP 20 0 0T 0 0 0 0 0 0 0 0 0 0T 0 124 0 165 0 0 0 0 0 0 0 254 0 94 0 0T 0 0 0 142 0 348 0 56 0 325 0 0 0 0 0 0 0 0 0 457 0 114 0 0T 0 0 0 0T 0 0 0 0 0 +USW00094728197801SNOW 25 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 25 0 0 0 0 0 0 0 76 0 0T 0 0T 0 0 0 43 0 0 0 64 0 282 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 +USW00094728197801SNWD 0 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 51 0 51 0 25 0 0T 0 25 0 25 0 330 0 381 0 381 0 330 0 279 0 229 0 76 0 0T 0 0T 0 0T 0 0T 0 0T 0 +USW00094728197801WDFM 90W X 293W X 293W X 225W X 225W X 68W X 68W X 180W X 158W X 270W X 293W X 248W X 45W X 45W X 293W X 270W X 45W X 45W X 45W X 45W X 270W X 293W X 270W X 225W X 45W X 225W X 225W X 270W X 315W X 315W X 315W X +USW00094728197801WSFM 80 X 76 X 76 X 63 X 58 X 72 X 80 X 103 X 130 X 134 X 107 X 89 X 98 X 80 X 72 X 67 X 103 X 112 X 94 X 143 X 94 X 63 X 58 X 63 X 63 X 152 X 112 X 112 X 103 X 89 X 80 X +USW00094728197801WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197801WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197801WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197801WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728197801WT18 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 +USW00094728197802TMAX -11 0 -28 0 -28 0 -61 0 -56 0 -28 0 -6 0 17 0 17 0 0 0 11 0 22 0 28 0 6 0 11 0 33 0 44 0 17 0 0 0 -6 0 11 0 -28 0 28 0 33 0 50 0 28 0 11 0 11 0-9999 -9999 -9999 +USW00094728197802TMIN -67 0 -50 0 -78 0 -122 0 -122 0 -67 0 -44 0 -56 0 -89 0 -78 0 -83 0 -44 0 -17 0 -33 0 -78 0 -56 0 6 0 0 0 -72 0 -78 0 -61 0 -83 0 -39 0 -44 0 -17 0 -22 0 -61 0 -72 0-9999 -9999 -9999 +USW00094728197802PRCP 0 0 0T 0 0 0 0 0 0T 0 226 0 61 0 0 0 0 0 0 0 0 0 0 0 28 0 66 0 0 0 0T 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728197802SNOW 0 0 0T 0 0 0 0 0 0T 0 394 0 56 0 0 0 0 0 0 0 0 0 0 0 28 0 79 0 0 0 0T 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728197802SNWD 0T 0 0T 0 0T 0 0T 0 0T 0 51 0 457 0 457 0 381 0 279 0 254 0 203 0 178 0 203 0 254 0 178 0 152 0 127 0 152 0 127 0 127 0 102 0 102 0 102 0 102 0 102 0 76 0 76 0-9999 -9999 -9999 +USW00094728197802WDFM 315W X 45W X 315W X 338W X 45W X 45W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 180W X 225W X 315W X 360W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X-9999 -9999 -9999 +USW00094728197802WSFM 80 X 45 X 63 X 58 X 54 X 161 X 130 X 103 X 103 X 76 X 80 X 103 X 58 X 107 X 72 X 54 X 45 X 45 X 76 X 63 X 80 X 148 X 112 X 98 X 72 X 85 X 121 X 76 X-9999 -9999 -9999 +USW00094728197802WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197802WT18-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197803TMAX 0 0 0 0 -17 0 -11 0 -22 0 6 0 28 0 -11 0 61 0 61 0 89 0 133 0 83 0 117 0 94 0 50 0 44 0 44 0 139 0 89 0 150 0 133 0 183 0 117 0 56 0 67 0 122 0 161 0 167 0 111 0 150 0 +USW00094728197803TMIN -39 0 -72 0 -44 0 -72 0 -100 0 -78 0 -67 0 -56 0 -17 0 22 0 6 0 39 0 22 0 22 0 50 0 0 0 -22 0 -28 0 17 0 11 0 39 0 67 0 83 0 17 0 -17 0 11 0 61 0 56 0 44 0 17 0 44 0 +USW00094728197803PRCP 0T 0 0 0 163 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 64 0 0 0 76 0 0T 0 0 0 0 0 0 0 8 0 5 0 0T 0 15 0 0 0 157 0 206 0 0 0 0 0 0 0 0 0 +USW00094728197803SNOW 0T 0 0 0 127 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197803SNWD 76 0 76 0 76 0 203 0 152 0 102 0 76 0 76 0 76 0 51 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 51 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197803WDFM 315W X 315W X 45W X 315W X 315W X 315W X 315W X 360W X 180W X 45W X 225W X 360W X 45W X 180W X 270W X 45W X 270W X 270W X 270W X 315W X 270W X 315W X 225W X 315W X 360W X 90W X 360W X 315W X 315W X 270W X 180W X +USW00094728197803WSFM 94 X 89 X 116 X 130 X 130 X 107 X 89 X 80 X 63 X 76 X 72 X 72 X 63 X 139 X 116 X 80 X 76 X 76 X 152 X 112 X 80 X 107 X 85 X 85 X 80 X 98 X 72 X 89 X 103 X 76 X 67 X +USW00094728197803WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197803WT04-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728197803WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728197803WT18 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728197804TMAX 278 0 161 0 44 0 106 0 128 0 144 0 172 0 106 0 139 0 172 0 111 0 217 0 244 0 133 0 111 0 144 0 128 0 167 0 100 0 150 0 117 0 178 0 194 0 217 0 194 0 156 0 117 0 211 0 222 0 161 0-9999 +USW00094728197804TMIN 83 0 28 0 -6 0 22 0 72 0 50 0 67 0 17 0 11 0 28 0 72 0 83 0 111 0 72 0 39 0 33 0 67 0 44 0 72 0 78 0 72 0 56 0 50 0 89 0 89 0 72 0 89 0 83 0 100 0 56 0-9999 +USW00094728197804PRCP 0 0 0 0 3 0 0T 0 33 0 10 0 18 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 498 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197804SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197804TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2004 XX-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197804WDFM 225W X 315W X 225W X 135W X 315W X 180W X 315W X 315W X 315W X 180W X 180W X 315W X 315W X 315W X 315W X 315W X 180W X 135W X 90W X 225W X 225W X 315W X 270W X 270W X 180W X 315W X 45W X 360W X 315W X 315W X-9999 +USW00094728197804WSFM 125 X 130 X 76 X 58 X 139 X 76 X 89 X 121 X 76 X 76 X 76 X 116 X 112 X 161 X 121 X 72 X 76 X 76 X 116 X 134 X 98 X 80 X 76 X 63 X 67 X 80 X 116 X 116 X 103 X 130 X-9999 +USW00094728197804WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197804WT16-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197804WT18-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197805TMAX 128 0 183 0 211 0 150 0 72 0 94 0 189 0 156 0 183 0 200 0 233 0 200 0 211 0 178 0 122 0 122 0 144 0 194 0 267 0 322 0 272 0 272 0 256 0 194 0 233 0 272 0 228 0 272 0 261 0 300 0 300 0 +USW00094728197805TMIN 33 0 50 0 72 0 61 0 50 0 67 0 83 0 83 0 117 0 133 0 111 0 117 0 128 0 106 0 100 0 100 0 106 0 111 0 122 0 178 0 206 0 122 0 167 0 128 0 139 0 178 0 161 0 167 0 167 0 167 0 200 0 +USW00094728197805PRCP 0 0 0 0 0 0 43 0 23 0 0T 0 3 0 53 0 130 0 0 0 0 0 0 0 0 0 859 0 51 0 191 0 10 0 97 0 0 0 0 0 0T 0 0 0 0 0 526 0 61 0 0 0 0 0 0 0 0 0 0 0 279 0 +USW00094728197805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197805WDFM 315W X 315W X 270W X 45W X 45W X 225W X 45W X 180W X 180W X 270W X 180W X 180W X 135W X 90W X 45W X 45W X 135W X 45W X 360W X 225W X 315W X 180W X 135W X 90W X 315W X 45W X 45W X 180W X 180W X 180W X 360W X +USW00094728197805WSFM 139 X 80 X 76 X 107 X 143 X 67 X 58 X 89 X 103 X 76 X 67 X 89 X 98 X 148 X 148 X 107 X 76 X 45 X 49 X 76 X 103 X 89 X 72 X 121 X 76 X 80 X 76 X 58 X 45 X 58 X 98 X +USW00094728197805WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728197805WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728197805WT16-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00094728197806TMAX 294 0 278 0 244 0 228 0 261 0 250 0 211 0 272 0 272 0 267 0 267 0 256 0 189 0 206 0 244 0 256 0 178 0 289 0 328 0 306 0 283 0 283 0 256 0 250 0 278 0 239 0 317 0 322 0 317 0 306 0-9999 +USW00094728197806TMIN 189 0 206 0 139 0 117 0 144 0 133 0 167 0 200 0 178 0 156 0 161 0 167 0 128 0 106 0 122 0 144 0 167 0 172 0 211 0 183 0 211 0 200 0 178 0 156 0 178 0 178 0 189 0 228 0 211 0 211 0-9999 +USW00094728197806PRCP 0 0 0 0 91 0 38 0 0 0 0 0 33 0 102 0 3 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0T 0 0 0 56 0 0 0 25 0 0 0 0 0 0 0 0 0 53 0 0 0 0 0 0 0 0 0-9999 +USW00094728197806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197806TSUN 618 X 1146 X 2136 XX 1614 XX 1314 X 1908 XX 2010 XX 1254 X 1716 XX 48 X 1608 XX 1644 XX 1908 XX 1140 X 1218 X 1854 XX 1944 XX 1626 XX 1506 XX 1728 XX 1530 XX 1416 X 1404 X 30 X 1356 X 1260 X 1716 XX 1326 X 1554 XX 1434 X-9999 +USW00094728197806WDFM 315W X 45W X 315W X 315W X 270W X 180W X 180W X 270W X 360W X 315W X 180W X 180W X 315W X 315W X 270W X 135W X 180W X 180W X 180W X 180W X 180W X 270W X 135W X 45W X 135W X 180W X 135W X 315W X 270W X 315W X-9999 +USW00094728197806WSFM 76 X 72 X 112 X 76 X 103 X 72 X 89 X 94 X 107 X 58 X 107 X 98 X 130 X 116 X 67 X 63 X 54 X 67 X 67 X 63 X 85 X 58 X 76 X 49 X 72 X 85 X 72 X 76 X 98 X 107 X-9999 +USW00094728197806WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197806WT16-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728197807TMAX 283 0 267 0 211 0 167 0 278 0 300 0 300 0 294 0 311 0 317 0 256 0 289 0 289 0 233 0 283 0 228 0 250 0 294 0 306 0 289 0 328 0 333 0 350 0 278 0 261 0 250 0 278 0 278 0 267 0 267 0 206 0 +USW00094728197807TMIN 161 0 172 0 156 0 144 0 144 0 172 0 200 0 200 0 222 0 239 0 172 0 150 0 183 0 194 0 194 0 194 0 189 0 200 0 211 0 217 0 228 0 256 0 272 0 222 0 194 0 178 0 206 0 211 0 178 0 206 0 172 0 +USW00094728197807PRCP 0 0 0 0 437 0 302 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 234 0 15 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 5 0 0 0 0 0 89 0 +USW00094728197807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197807TSUN 1722 XX 1632 XX 2310 XX 18 X 804 X 1530 XX 1326 X 1524 XX 1506 XX 1632 XX 246 X 1206 X 1404 X 108 X 2010 XX-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197807WDFM 270W X 135W X 45W X 45W X 45W X 180W X 180W X 180W X 180W X 225W X 315W X 315W X 180W X 270W X 180W X 45W X 23W X 315W X 180W X 180W X 180W X 270W X 270W X 270W X 135W X 203W X 270W X 315W X 225W X 23W X 45W X +USW00094728197807WSFM 76 X 58 X 125 X 121 X 63 X 67 X 85 X 94 X 85 X 85 X 67 X 54 X 85 X 72 X 45 X 58 X 63 X 40 X 72 X 80 X 63 X 76 X 67 X 67 X 76 X 67 X 89 X 76 X 76 X 80 X 76 X +USW00094728197807WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X +USW00094728197808TMAX 222 0 256 0 283 0 244 0 211 0 267 0 272 0 300 0 306 0 283 0 244 0 267 0 283 0 333 0 322 0 306 0 333 0 300 0 333 0 283 0 289 0 300 0 317 0 322 0 217 0 256 0 278 0 256 0 317 0 283 0 222 0 +USW00094728197808TMIN 167 0 194 0 222 0 206 0 183 0 211 0 217 0 244 0 228 0 228 0 217 0 211 0 211 0 228 0 233 0 250 0 256 0 222 0 206 0 233 0 194 0 183 0 178 0 206 0 156 0 156 0 189 0 206 0 228 0 217 0 167 0 +USW00094728197808PRCP 23 0 3 0 160 0 51 0 28 0 452 0 251 0 25 0 0 0 0T 0 15 0 165 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 104 0 0 0 0 0 119 0 +USW00094728197808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197808WDFM 68W X 180W X 180W X 225W X 45W X 180W X 225W X 225W X 270W X 315W X 45W X 45W X 45W X 180W X 180W X 180W X 270W X 315W X 180W X 23W X 45W X 203W X 270W X 45W X 68W X 180W X 158W X 135W X 270W X 68W X 45W X +USW00094728197808WSFM 67 X 49 X 85 X 63 X 54 X 49 X 76 X 76 X 67 X 54 X 67 X 72 X 58 X 58 X 67 X 94 X 72 X 63 X 72 X 72 X 72 X 54 X 49 X 76 X 89 X 58 X 67 X 72 X 76 X 58 X 80 X +USW00094728197808WT03-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197808WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X +USW00094728197809TMAX 250 0 256 0 272 0 267 0 294 0 300 0 300 0 183 0 239 0 211 0 250 0 283 0 211 0 206 0 183 0 256 0 244 0 194 0 161 0 233 0 283 0 228 0 200 0 211 0 228 0 172 0 194 0 206 0 189 0 206 0-9999 +USW00094728197809TMIN 161 0 178 0 183 0 183 0 150 0 178 0 183 0 133 0 133 0 94 0 172 0 156 0 128 0 106 0 144 0 167 0 139 0 161 0 117 0 122 0 161 0 139 0 117 0 106 0 117 0 78 0 89 0 100 0 72 0 100 0-9999 +USW00094728197809PRCP 119 0 0 0 0 0 0 0 0 0 0 0 0 0 99 0 0 0 0 0 28 0 345 0 0 0 0 0 71 0 46 0 8 0 23 0 236 0 0 0 0 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197809WDF1-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 760 XX-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197809WDFM 45W X 180W X 158W X 360W X 315W X 248W X 225W X 45W X 45W X 180W X 225W X 203W X 45W X 90W X-9999 225W X 203W X 45W X 68W X 180W X 248W X 45W X 45W X 180W X 338W X 360W X 180W X 315W X 158W X 158W X-9999 +USW00094728197809WSF1-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 67 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197809WSFM 54 X 58 X 72 X 67 X 58 X 94 X 80 X 80 X 94 X 72 X 76 X 89 X 80 X 67 X-9999 67 X 49 X 72 X 89 X 45 X 67 X 76 X 72 X 54 X 89 X 63 X 58 X 76 X 63 X 72 X-9999 +USW00094728197809WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197809WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197810TMAX 217 0 200 0 150 0 156 0 183 0 200 0 161 0 117 0 144 0 206 0 217 0 222 0 244 0 200 0 117 0 117 0 122 0 139 0 161 0 128 0 206 0 239 0 244 0 122 0 161 0 167 0 150 0 167 0 150 0 117 0 167 0 +USW00094728197810TMIN 161 0 117 0 89 0 122 0 122 0 117 0 83 0 50 0 39 0 72 0 122 0 144 0 150 0 67 0 56 0 44 0 39 0 28 0 94 0 78 0 72 0 106 0 72 0 22 0 61 0 133 0 83 0 72 0 72 0 33 0 67 0 +USW00094728197810PRCP 33 0 0 0 0 0 48 0 3 0 97 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 3 0 0T 0 0 0 8 0 0T 0 0 0 0 0 10 0 0 0 0 0 91 0 48 0 0 0 0 0 0 0 0 0 +USW00094728197810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197810TSUN-9999 -9999 -9999 -9999 1446 XX-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1914 XX 2244 XX 1458 XX 1260 X 1626 XX 2352 XX 1836 XX 42 X 1560 XX 1248 X 0 X 1536 XX 2010 XX 846 X 1512 XX +USW00094728197810WDFM 225W X 360W X 135W X 135W X 45W X 270W X 270W X 315W X 270W X 225W X 135W X 225W X 180W X 315W X 270W X 45W X 45W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 180W X 225W X 315W X 180W X 360W X 45W X 225W X +USW00094728197810WSFM 67 X 76 X 76 X 85 X 72 X 89 X 94 X 107 X 89 X 63 X 63 X 67 X 72 X 98 X 107 X 72 X 76 X 72 X 76 X 67 X 58 X 63 X 148 X 80 X 121 X 63 X 107 X 72 X 63 X 89 X 49 X +USW00094728197810WT16 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728197811TMAX 161 0 183 0 172 0 117 0 172 0 211 0 150 0 94 0 172 0 178 0 161 0 117 0 106 0 194 0 167 0 94 0 167 0 183 0 128 0 94 0 39 0 33 0 94 0 111 0 72 0 17 0 22 0 44 0 67 0 83 0-9999 +USW00094728197811TMIN 89 0 50 0 94 0 89 0 100 0 111 0 94 0 78 0 61 0 89 0 111 0 72 0 61 0 106 0 78 0 50 0 67 0 89 0 67 0 33 0 6 0 6 0 11 0 72 0 0 0 -39 0 -44 0 11 0 6 0 33 0-9999 +USW00094728197811PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 13 0 119 0 119 0 0 0 0 0 0T 0 0 0 196 0 38 0 0T 0 0 0 127 0 5 0 86 0 20 0-9999 +USW00094728197811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 56 0 0 0 0 0 0 0-9999 +USW00094728197811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0-9999 +USW00094728197811WDFM 360W X 270W X 45W X 45W X 45W X 180W X 360W X 360W X 270W X 45W X 45W X 315W X 90W X 225W X 315W X 45W X 90W X 270W X 270W X 45W X 45W X 360W X 135W X 315W X 315W X 315W X 45W X 270W X 180W X 270W X-9999 +USW00094728197811WSFM 49 X 63 X 58 X 49 X 72 X 54 X 49 X 63 X 58 X 76 X 58 X 72 X 67 X 98 X 76 X 63 X 80 X 103 X 67 X 67 X 76 X 58 X 76 X 116 X 134 X 121 X 112 X 80 X 58 X 85 X-9999 +USW00094728197811WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728197811WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00094728197811WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00094728197812TMAX 72 0 100 0 111 0 194 0 89 0 144 0 111 0 139 0 139 0 0 0 -6 0 44 0 100 0 39 0 72 0 106 0 83 0 33 0 -11 0 72 0 94 0 67 0 83 0 56 0 72 0 56 0 33 0 6 0 11 0 50 0 100 0 +USW00094728197812TMIN 6 0 17 0 0 0 83 0 50 0 50 0 61 0 89 0 0 0 -44 0 -61 0 -22 0 11 0 -6 0 -11 0 44 0 11 0 -33 0 -72 0 -39 0 39 0 28 0 22 0 22 0 17 0 -6 0 -28 0 -56 0 -72 0 -39 0 39 0 +USW00094728197812PRCP 0 0 0 0 5 0 58 0 48 0 0 0 0 0 191 0 455 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 0 0 0 0 76 0 122 0 0 0 0 0 175 0 201 0 0 0 0 0 0 0 0 0 0 0 43 0 +USW00094728197812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197812WDFM 180W X 315W X 180W X 270W X 270W X 225W X 45W X 225W X 315W X 315W X 270W X 225W X 270W X 315W X 225W X 225W X 270W X 315W X 315W X 315W X 270W X 225W X 270W X 45W X 45W X 270W X 360W X 360W X 315W X 360W X 180W X +USW00094728197812WSFM 63 X 76 X 107 X 121 X 76 X 72 X 54 X 58 X 116 X 134 X 72 X 54 X 125 X 130 X 85 X 58 X 192 X 183 X 134 X 67 X 174 X 76 X 67 X 170 X 161 X 103 X 116 X 121 X 67 X 45 X 67 X +USW00094728197812WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197812WT16-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00094728197812WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197901TMAX 156 0 172 0 22 0 -22 0 -11 0 17 0 122 0 144 0 -11 0 -17 0 -33 0 -22 0 28 0 39 0 -22 0 50 0 28 0 11 0 -67 0 11 0 122 0 56 0 61 0 117 0 117 0 67 0 83 0 56 0 50 0 50 0 44 0 +USW00094728197901TMIN 100 0 22 0 -94 0 -100 0 -50 0 -28 0 -6 0 -22 0 -67 0 -67 0 -106 0 -106 0 -50 0 -22 0 -61 0 -50 0 -39 0 -111 0 -133 0 -78 0 11 0 22 0 0 0 28 0 17 0 22 0 33 0 33 0 28 0 11 0 -22 0 +USW00094728197901PRCP 33 0 257 0 0T 0 0 0 0T 0 86 0 244 0 203 0 0 0 0 0 0 0 13 0 145 0 0T 0 0 0 0 0 51 0 0T 0 0 0 135 0 876 0 0 0 0 0 554 0 38 0 38 0 0 0 0T 0 0 0 0 0 0T 0 +USW00094728197901SNOW 0 0 0 0 0 0 0 0 0T 0 79 0 33 0 0T 0 0 0 0 0 0 0 10 0 0T 0 0 0 0 0 0 0 33 0 0T 0 0 0 13 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728197901SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 76 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197901WDFM 180W X 315W X 315W X 270W X 270W X 90W X 180W X 270W X 315W X 270W X 315W X 45W X 45W X 270W X 315W X 270W X 270W X 270W X 315W X 45W X 203W X 315W X 315W X 90W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00094728197901WSFM 63 X 94 X 130 X 121 X 76 X 49 X 80 X 98 X 103 X 94 X 76 X 85 X 121 X 139 X 125 X 107 X 76 X 165 X 89 X 76 X 183 X 130 X 89 X 192 X 107 X 85 X 85 X 107 X 143 X 139 X 116 X +USW00094728197901WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197901WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197901WT16 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00094728197901WT18-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00094728197902TMAX -11 0 6 0 22 0 50 0 -22 0 -17 0 -39 0 11 0 -44 0 -61 0 -78 0 -72 0 -72 0 -83 0 -33 0 -50 0 -106 0 -83 0 -22 0 50 0 44 0 100 0 56 0 78 0 72 0 28 0 44 0 139 0-9999 -9999 -9999 +USW00094728197902TMIN -56 0 -56 0 -44 0 -39 0 -78 0 -89 0 -56 0 -67 0 -128 0 -144 0 -161 0 -150 0 -144 0 -161 0 -100 0 -111 0 -156 0 -178 0 -83 0 -50 0 -22 0 33 0 17 0 22 0 22 0 17 0 11 0 11 0-9999 -9999 -9999 +USW00094728197902PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 99 0 0T 0 0 0 0T 0 0 0 25 0 0 0 0 0 3 0 33 0 0 0 0 0 216 0 0 0 64 0 0 0 33 0 391 0 69 0 206 0 25 0 0 0-9999 -9999 -9999 +USW00094728197902SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 127 0 0T 0 0 0 0T 0 0 0 43 0 0 0 0 0 0T 0 18 0 0 0 0 0 323 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00094728197902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 102 0 76 0 76 0 51 0 102 0 76 0 76 0 76 0 76 0 76 0 203 0 406 0 330 0 203 0 51 0 0T 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728197902TSUN 1956 XX-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2124 XX 744 X 144 X 816 X 2052 XX 2040 XX 312 X 1512 XX 108 X 2352 XX 750 X 1650 XX 708 X-9999 -9999 -9999 +USW00094728197902WDFM 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 45W X 360W X 315W X 360W X 45W X 225W X 225W X 225W X 45W X 45W X 45W X 45W X 315W X 270W X-9999 -9999 -9999 +USW00094728197902WSFM 170 X 148 X 112 X 139 X 152 X 116 X 98 X 98 X 116 X 107 X 112 X 67 X 116 X 107 X 76 X 112 X 116 X 80 X 116 X 58 X 72 X 67 X 80 X 98 X 112 X 152 X 89 X 67 X-9999 -9999 -9999 +USW00094728197902WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728197902WT18 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728197903TMAX 128 0 94 0 83 0 100 0 144 0 133 0 100 0 122 0 133 0 111 0 94 0 44 0 100 0 178 0 50 0 50 0 111 0 111 0 128 0 144 0 200 0 228 0 200 0 156 0 161 0 94 0 89 0 100 0 167 0 244 0 239 0 +USW00094728197903TMIN 50 0 44 0 28 0 39 0 100 0 94 0 56 0 44 0 28 0 72 0 -39 0 -44 0 -17 0 50 0 -56 0 -67 0 17 0 0 0 0 0 33 0 56 0 72 0 106 0 106 0 72 0 22 0 6 0 -11 0 50 0 100 0 67 0 +USW00094728197903PRCP 0 0 5 0 0T 0 0T 0 36 0 668 0 28 0 0 0 0 0 13 0 191 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 0 0 0 0 0 0 0 0 53 0 0T 0 25 0 +USW00094728197903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197903WDFM 180W X 45W X 135W X 45W X 180W X 180W X 360W X 360W X 180W X 180W X 270W X 270W X 180W X 270W X 315W X 315W X 45W X 360W X 360W X 360W X 315W X 180W X 135W X 135W X 180W X 270W X 315W X 180W X 180W X 360W X 270W X +USW00094728197903WSFM 67 X 63 X 54 X 67 X 98 X 112 X 63 X 58 X 58 X 76 X 134 X 116 X 103 X 125 X 130 X 98 X 49 X 130 X 89 X 94 X 76 X 67 X 103 X 152 X 103 X 107 X 94 X 80 X 63 X 58 X 80 X +USW00094728197903WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197903WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00094728197903WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197904TMAX 183 0 83 0 117 0 78 0 128 0 106 0 94 0 122 0 50 0 128 0 206 0 200 0 117 0 72 0 128 0 111 0 122 0 167 0 178 0 178 0 211 0 211 0 272 0 217 0 200 0 172 0 161 0 211 0 222 0 228 0-9999 +USW00094728197904TMIN 78 0 56 0 72 0 44 0 44 0 28 0 6 0 0 0 28 0 28 0 28 0 83 0 50 0 44 0 56 0 61 0 67 0 72 0 61 0 61 0 83 0 89 0 133 0 150 0 144 0 150 0 144 0 117 0 117 0 94 0-9999 +USW00094728197904PRCP 0 0 66 0 23 0 30 0 0T 0 0 0 0 0 71 0 173 0 5 0 0 0 0 0 0T 0 279 0 8 0 61 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 213 0 48 0 43 0 0 0 0 0-9999 +USW00094728197904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197904WDFM 90W X 90W X 45W X 90W X 270W X 270W X 315W X 315W X 45W X 315W X 315W X 45W X 45W X 45W X 315W X 315W X 315W X 360W X 360W X 180W X 135W X 180W X 225W X 180W X 180W X 135W X 135W X 45W X 180W X 180W X-9999 +USW00094728197904WSFM 76 X 94 X 58 X 103 X 112 X 183 X 134 X 80 X 143 X 125 X 67 X 112 X 112 X 116 X 85 X 63 X 85 X 85 X 80 X 63 X 76 X 76 X 58 X 67 X 76 X 130 X 152 X 58 X 72 X 89 X-9999 +USW00094728197904WT16-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728197904WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197905TMAX 228 0 217 0 211 0 222 0 200 0 200 0 239 0 272 0 344 0 344 0 261 0 167 0 222 0 200 0 228 0 256 0 250 0 172 0 161 0 211 0 228 0 256 0 172 0 239 0 194 0 200 0 206 0 239 0 233 0 244 0 261 0 +USW00094728197905TMIN 106 0 72 0 122 0 122 0 100 0 111 0 117 0 156 0 194 0 222 0 161 0 139 0 167 0 139 0 144 0 150 0 128 0 156 0 139 0 133 0 156 0 161 0 150 0 150 0 167 0 139 0 117 0 139 0 128 0 150 0 156 0 +USW00094728197905PRCP 0T 0 0 0 8 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 58 0 91 0 0 0 0 0 0 0 81 0 185 0 3 0 0 0 0 0 686 0 89 0 145 0 3 0 0 0 51 0 25 0 74 0 30 0 +USW00094728197905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197905WDFM 315W X 180W X 180W X 315W X 315W X 180W X 135W X 135W X 225W X 225W X 45W X 45W X 180W X 360W X 180W X 315W X 360W X 45W X 45W X 45W X 180W X 180W X 45W X 180W X 135W X 180W X 180W X 135W X 180W X 180W X 180W X +USW00094728197905WSFM 76 X 76 X 72 X 76 X 107 X 76 X 63 X 89 X 80 X 72 X 112 X 98 X 49 X 58 X 58 X 72 X 72 X 98 X 98 X 67 X 58 X 67 X 72 X 98 X 107 X 134 X 125 X 107 X 72 X 72 X 67 X +USW00094728197905WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 +USW00094728197905WT16 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00094728197906TMAX 283 0 228 0 189 0 189 0 283 0 233 0 261 0 272 0 267 0 256 0 206 0 211 0 228 0 261 0 294 0 306 0 272 0 300 0 278 0 283 0 250 0 228 0 272 0 183 0 239 0 233 0 239 0 250 0 256 0 250 0-9999 +USW00094728197906TMIN 189 0 167 0 172 0 167 0 156 0 167 0 167 0 189 0 194 0 194 0 122 0 89 0 122 0 139 0 167 0 194 0 194 0 183 0 172 0 156 0 172 0 172 0 178 0 144 0 122 0 133 0 150 0 172 0 156 0 200 0-9999 +USW00094728197906PRCP 0 0 0 0 99 0 66 0 23 0 0 0 0 0 0 0 0T 0 5 0 81 0 0 0 0 0 0 0 0 0 0 0 79 0 20 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 10 0-9999 +USW00094728197906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197906WDFM 45W X 180W X 180W X 45W X 315W X 180W X 135W X 180W X 180W X 180W X 315W X 315W X 315W X 180W X 203W X 225W X 90W X 225W X 180W X 135W X 180W X 225W X 315W X 315W X 360W X 180W X 180W X 180W X 180W X 135W X-9999 +USW00094728197906WSFM 72 X 63 X 40 X 45 X 143 X 45 X 63 X 63 X 58 X 89 X 107 X 107 X 80 X 80 X 76 X 76 X 76 X 116 X 72 X 58 X 76 X 67 X 76 X 76 X 85 X 58 X 80 X 76 X 80 X 76 X-9999 +USW00094728197906WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197906WT16-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 +USW00094728197907TMAX 272 0 261 0 306 0 217 0 206 0 256 0 278 0 300 0 294 0 261 0 261 0 333 0 350 0 306 0 306 0 306 0 322 0 244 0 311 0 294 0 278 0 300 0 311 0 333 0 328 0 306 0 328 0 322 0 300 0 306 0 317 0 +USW00094728197907TMIN 172 0 167 0 194 0 144 0 117 0 122 0 150 0 167 0 189 0 189 0 194 0 222 0 217 0 239 0 239 0 228 0 217 0 217 0 200 0 206 0 233 0 222 0 239 0 233 0 233 0 261 0 239 0 228 0 217 0 211 0 239 0 +USW00094728197907PRCP 38 0 0T 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 5 0 8 0 3 0 0 0 0T 0 0T 0 0T 0 0T 0 254 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 99 0 0 0 0 0 +USW00094728197907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197907WDFM 180W X 270W X 315W X 315W X 315W X 315W X 360W X 180W X 180W X 180W X 90W X 315W X 180W X 180W X 45W X 45W X 180W X 135W X 180W X 180W X 225W X 180W X 180W X 180W X 180W X 225W X 360W X 270W X 270W X 180W X 180W X +USW00094728197907WSFM 103 X 85 X 80 X 63 X 112 X 76 X 54 X 85 X 85 X 67 X 72 X 54 X 76 X 58 X 58 X 58 X 49 X 45 X 67 X 72 X 67 X 76 X 76 X 72 X 76 X 76 X 49 X 67 X 76 X 49 X 63 X +USW00094728197907WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197907WT16 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 +USW00094728197908TMAX 339 0 322 0 306 0 289 0 344 0 322 0 283 0 344 0 317 0 350 0 250 0 178 0 256 0 278 0 228 0 256 0 256 0 200 0 283 0 294 0 272 0 294 0 278 0 261 0 322 0 294 0 311 0 294 0 306 0 328 0 311 0 +USW00094728197908TMIN 256 0 250 0 244 0 250 0 244 0 233 0 183 0 244 0 233 0 239 0 178 0 139 0 139 0 189 0 156 0 144 0 133 0 172 0 183 0 189 0 200 0 189 0 200 0 228 0 239 0 194 0 228 0 239 0 250 0 250 0 233 0 +USW00094728197908PRCP 0 0 13 0 13 0 5 0 0 0 25 0 0 0 0 0 0 0 58 0 221 0 427 0 0 0 0T 0 0 0 0 0 0 0 66 0 3 0 0 0 0 0 0 0 0 0 79 0 3 0 23 0 58 0 48 0 43 0 0T 0 0 0 +USW00094728197908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197908WDFM 135W X 180W X 180W X 45W X 270W X 360W X 180W X 315W X 180W X 225W X 45W X 360W X 360W X 270W X 315W X 315W X 180W X 180W X 135W X 45W X 180W X 180W X 180W X 180W X 225W X 360W X 180W X 180W X 180W X 180W X 90W X +USW00094728197908WSFM 76 X 63 X 63 X 40 X 67 X 98 X 76 X 85 X 76 X 201 X 112 X 143 X 80 X 98 X 98 X 76 X 54 X 76 X 54 X 54 X 54 X 63 X 76 X 94 X 67 X 63 X 107 X 67 X 80 X 72 X 58 X +USW00094728197908WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 +USW00094728197908WT16-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00094728197909TMAX 294 0 278 0 300 0 322 0 300 0 294 0 294 0 244 0 250 0 261 0 278 0 261 0 261 0 267 0 250 0 261 0 278 0 267 0 228 0 194 0 217 0 211 0 211 0 211 0 200 0 272 0 244 0 239 0 261 0 217 0-9999 +USW00094728197909TMIN 217 0 217 0 228 0 233 0 239 0 244 0 228 0 178 0 139 0 156 0 172 0 139 0 167 0 211 0 172 0 139 0 161 0 172 0 117 0 72 0 161 0 172 0 128 0 111 0 133 0 156 0 150 0 167 0 217 0 172 0-9999 +USW00094728197909PRCP 0 0 13 0 13 0 0 0 18 0 310 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 91 0 0 0 0 0 0 0 0 0 3 0 0 0 478 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 180 0-9999 +USW00094728197909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197909WDFM 180W X 180W X 180W X 180W X 135W X 180W X 315W X 360W X 360W X 180W X 225W X 180W X 180W X 180W X 315W X 315W X 180W X 180W X 315W X 180W X 180W X 180W X 45W X 45W X 45W X 315W X 45W X 180W X 360W X 45W X-9999 +USW00094728197909WSFM 63 X 67 X 49 X 54 X 63 X 232 X 72 X 76 X 72 X 80 X 63 X 49 X 67 X 165 X 89 X 49 X 76 X 76 X 116 X 72 X 76 X 103 X 103 X 94 X 54 X 58 X 54 X 63 X 49 X 89 X-9999 +USW00094728197909WT16-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00094728197910TMAX 183 0 217 0 217 0 244 0 239 0 194 0 183 0 161 0 200 0 83 0 100 0 167 0 128 0 133 0 167 0 189 0 183 0 233 0 194 0 244 0 267 0 311 0 256 0 194 0 139 0 100 0 83 0 100 0 133 0 122 0 150 0 +USW00094728197910TMIN 167 0 178 0 183 0 161 0 128 0 106 0 100 0 83 0 83 0 28 0 28 0 83 0 83 0 61 0 72 0 83 0 122 0 144 0 117 0 161 0 178 0 194 0 194 0 89 0 83 0 39 0 22 0 56 0 83 0 56 0 44 0 +USW00094728197910PRCP 206 0 0 0 107 0 0 0 231 0 0 0 15 0 0T 0 117 0 216 0 0 0 36 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 56 0 0 0 0 0 0 0 +USW00094728197910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197910WDFM 45W X 180W X 180W X 180W X 180W X 225W X 270W X 270W X 315W X 360W X 225W X 180W X 270W X 315W X 270W X 225W X 180W X 45W X 90W X 180W X 225W X 180W X 180W X 270W X 270W X 270W X 315W X 180W X 315W X 360W X 360W X +USW00094728197910WSFM 72 X 45 X 121 X 67 X 165 X 170 X 112 X 116 X 112 X 58 X 54 X 89 X 85 X 116 X 85 X 72 X 54 X 40 X 67 X 49 X 54 X 63 X 107 X 112 X 85 X 80 X 67 X 63 X 76 X 63 X 49 X +USW00094728197910WT16 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 +USW00094728197910WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197911TMAX 156 0 217 0 189 0 144 0 133 0 133 0 150 0 106 0 178 0 183 0 128 0 111 0 94 0 89 0 83 0 72 0 161 0 172 0 156 0 189 0 167 0 156 0 189 0 228 0 228 0 189 0 150 0 189 0 83 0 50 0-9999 +USW00094728197911TMIN 83 0 139 0 67 0 50 0 61 0 67 0 83 0 61 0 100 0 128 0 83 0 78 0 78 0 44 0 22 0 11 0 17 0 89 0 78 0 100 0 100 0 106 0 111 0 161 0 167 0 117 0 100 0 83 0 6 0 -17 0-9999 +USW00094728197911PRCP 0 0 41 0 231 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 51 0 135 0 28 0 15 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 320 0 0 0 0 0 0 0 0 0-9999 +USW00094728197911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728197911WDFM 180W X 180W X 180W X 315W X 360W X 180W X 315W X 180W X 180W X 225W X 360W X 360W X 45W X 315W X 225W X 315W X 225W X 315W X 45W X 180W X 315W X 180W X 180W X 180W X 180W X 180W X 270W X 270W X 270W X 225W X-9999 +USW00094728197911WSFM 63 X 121 X 98 X 63 X 58 X 63 X 85 X 76 X 76 X 72 X 54 X 67 X 107 X 94 X 107 X 116 X 89 X 58 X 54 X 49 X 58 X 36 X 40 X 67 X 67 X 174 X 76 X 94 X 98 X 98 X-9999 +USW00094728197911WT16-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728197912TMAX 61 0 44 0 56 0 83 0 111 0 128 0 122 0 94 0 33 0 94 0 172 0 183 0 150 0 39 0 50 0 83 0 72 0 -11 0 -33 0 6 0 33 0 78 0 111 0 122 0 161 0 100 0 56 0 89 0 106 0 89 0 83 0 +USW00094728197912TMIN -6 0 -22 0 -28 0 11 0 17 0 72 0 72 0 0 0 -6 0 28 0 72 0 100 0 22 0 -6 0 -6 0 44 0 -61 0 -56 0 -67 0 -56 0 -33 0 33 0 72 0 89 0 100 0 33 0 17 0 22 0 50 0 39 0 11 0 +USW00094728197912PRCP 0 0 0 0 0 0 0 0 0 0 127 0 8 0 3 0 0 0 0 0 0 0 0T 0 160 0 0 0 0 0 38 0 0T 0 0 0 76 0 0T 0 0 0 0 0 0T 0 51 0 221 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 89 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 76 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728197912WDFM 270W X 315W X 315W X 225W X 180W X 180W X 270W X 315W X 225W X 225W X 180W X 225W X 23W X 338W X 315W X 315W X 315W X 315W X 45W X 45W X 45W X 45W X 180W X 180W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00094728197912WSFM 63 X 107 X 72 X 89 X 76 X 98 X 103 X 116 X 112 X 94 X 67 X 76 X 94 X 94 X 67 X 67 X 165 X 94 X 121 X 112 X 72 X 36 X 54 X 54 X 121 X 103 X 121 X 125 X 98 X 107 X 63 X +USW00094728197912WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728197912WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198001TMAX 72 0 56 0 33 0 -11 0 0 0 0 0 44 0 33 0 0 0 11 0 150 0 156 0 6 0 106 0 106 0 83 0 44 0 72 0 67 0 61 0 44 0 61 0 67 0 -28 0 -11 0 6 0 11 0 39 0 6 0 0 0 -17 0 +USW00094728198001TMIN 11 0 11 0 -22 0 -61 0 -33 0 -72 0 -28 0 -6 0 -17 0 -50 0 11 0 -33 0 -50 0 6 0 44 0 11 0 11 0 33 0 33 0 -11 0 -22 0 0 0 -33 0 -67 0 -61 0 -44 0 -33 0 -17 0 -50 0 -67 0 -83 0 +USW00094728198001PRCP 0 0 0 0 0 0 0T 0 18 0 0 0 0T 0 0 0 0T 0 0 0 206 0 51 0 0 0 3 0 0 0 0 0 0T 0 112 0 28 0 0 0 0 0 20 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198001SNOW 0 0 0 0 0 0 0T 0 51 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198001SNWD 0 0 0 0 0 0 0 0 25 0 25 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198001WDFM 45W X 360W X 315W X 45W X 360W X 360W X 225W X 270W X 270W X 315W X 180W X 270W X 315W X 45W X 360W X 360W X 45W X 225W X 315W X 315W X 270W X 225W X 315W X 293W X 293W X 270W X 315W X 338W X 315W X 180W X 338W X +USW00094728198001WSFM 49 X 76 X 76 X 76 X 98 X 76 X 116 X 80 X 67 X 72 X 165 X 148 X 76 X 89 X 116 X 112 X 58 X 36 X 89 X 103 X 94 X 72 X 121 X 130 X 72 X 116 X 67 X 67 X 116 X 156 X 116 X +USW00094728198001WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198001WT18-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198002TMAX -33 0 -17 0 -6 0 6 0 17 0 -6 0 17 0 67 0 22 0 33 0 39 0 22 0 44 0 83 0 33 0 33 0 -17 0 6 0 78 0 106 0 139 0 56 0 100 0 100 0 61 0 17 0 22 0 -6 0 -61 0-9999 -9999 +USW00094728198002TMIN -100 0 -83 0 -83 0 -56 0 -72 0 -67 0 -17 0 -44 0 -50 0 -50 0 -44 0 -17 0 -39 0 -11 0 -11 0 -50 0 -67 0 -72 0 -22 0 6 0 50 0 0 0 22 0 33 0 17 0 -78 0 -78 0 -61 0 -111 0-9999 -9999 +USW00094728198002PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 188 0 0 0 0 0 0 0 0 0 0 0 76 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0-9999 -9999 +USW00094728198002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 41 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 -9999 +USW00094728198002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0 0T 0 0T 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0-9999 -9999 +USW00094728198002WDFM 338W X 315W X 293W X 315W X 315W X 45W X 23W X 293W X 293W X 45W X 248W X 315W X 270W X 293W X 315W X 315W X 293W X 293W X 225W X 248W X 293W X 45W X 293W X 293W X 360W X 293W X 293W X 293W X 315W X-9999 -9999 +USW00094728198002WSFM 116 X 116 X 134 X 130 X 112 X 94 X 85 X 98 X 72 X 116 X 80 X 116 X 72 X 116 X 89 X 165 X 125 X 94 X 94 X 54 X 85 X 94 X 72 X 63 X 94 X 174 X 134 X 112 X 143 X-9999 -9999 +USW00094728198002WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198002WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728198003TMAX -33 0 -22 0 44 0 117 0 100 0 89 0 111 0 144 0 117 0 117 0 83 0 22 0 6 0 39 0 56 0 89 0 150 0 150 0 144 0 144 0 128 0 61 0 139 0 122 0 61 0 83 0 133 0 122 0 100 0 133 0 89 0 +USW00094728198003TMIN -122 0 -100 0 -78 0 -11 0 33 0 6 0 28 0 67 0 39 0 33 0 -11 0 -50 0 -50 0 -6 0 0 0 -39 0 33 0 33 0 17 0 61 0 61 0 22 0 17 0 33 0 28 0 33 0 33 0 44 0 72 0 78 0 17 0 +USW00094728198003PRCP 0T 0 0T 0 0 0 0 0 25 0 0 0 0T 0 122 0 0 0 142 0 114 0 0T 0 191 0 132 0 0 0 0 0 30 0 99 0 0 0 0 0 561 0 264 0 0 0 107 0 107 0 0 0 0 0 0T 0 234 0 3 0 513 0 +USW00094728198003SNOW 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 91 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728198003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 51 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198003WDFM 315W X 45W X 360W X 248W X 203W X 315W X 203W X 293W X 293W X 158W X 315W X 293W X 45W X 293W X 293W X 293W X 158W X 315W X 293W X 158W X 135W X 270W X 293W X 180W X 45W X 293W X 360W X 158W X 113W X 23W X 45W X +USW00094728198003WSFM 156 X 125 X 143 X 103 X 107 X 143 X 112 X 143 X 112 X 121 X 197 X 170 X 165 X 165 X 174 X 116 X 125 X 192 X 103 X 63 X 206 X 143 X 94 X 89 X 107 X 98 X 94 X 63 X 94 X 89 X 174 X +USW00094728198003WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198003WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198003WT16-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00094728198003WT18 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00094728198004TMAX 144 0 117 0 194 0 178 0 156 0 200 0 167 0 178 0 139 0 222 0 206 0 200 0 211 0 150 0 183 0 94 0 156 0 183 0 200 0 233 0 244 0 183 0 228 0 189 0 161 0 161 0 111 0 83 0 94 0 150 0-9999 +USW00094728198004TMIN 22 0 50 0 72 0 100 0 67 0 83 0 72 0 67 0 128 0 122 0 111 0 106 0 122 0 67 0 94 0 11 0 0 0 72 0 94 0 111 0 133 0 67 0 44 0 89 0 83 0 89 0 83 0 72 0 72 0 83 0-9999 +USW00094728198004PRCP 3 0 0 0 0 0 163 0 0 0 0 0 0 0 0T 0 869 0 10 0 0 0 3 0 0T 0 231 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 84 0 696 0 28 0 3 0-9999 +USW00094728198004SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198004TSUN 204 X 2220 XX 1650 XX 522 X 1530 XX 1710 XX 1224 X 1446 XX 1830 XX 1812 XX 1752 XX 1758 XX 906 X 2232 XX 120 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198004WDFM 45W X 270W X 180W X 113W X 315W X 158W X 180W X 135W X 135W X 270W X 270W X 180W X 315W X 135W X 135W X 270W X 293W X 315W X 180W X 180W X 315W X 23W X 270W X 113W X 90W X 248W X 23W X 68W X 68W X 23W X-9999 +USW00094728198004WSFM 103 X 72 X 112 X 112 X 161 X 72 X 112 X 98 X 143 X 72 X 80 X 103 X 94 X 107 X 116 X 143 X 76 X 63 X 94 X 98 X 107 X 107 X 72 X 85 X 72 X 85 X 94 X 143 X 112 X 94 X-9999 +USW00094728198004WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728198004WT16 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00094728198004WT18 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198005TMAX 206 0 217 0 272 0 222 0 322 0 294 0 194 0 133 0 161 0 211 0 178 0 222 0 267 0 233 0 206 0 239 0 250 0 172 0 267 0 233 0 167 0 294 0 322 0 300 0 289 0 244 0 244 0 256 0 250 0 228 0 244 0 +USW00094728198005TMIN 100 0 117 0 106 0 161 0 139 0 133 0 122 0 89 0 83 0 78 0 128 0 161 0 178 0 133 0 106 0 94 0 122 0 133 0 161 0 161 0 133 0 150 0 206 0 200 0 167 0 139 0 122 0 133 0 161 0 156 0 172 0 +USW00094728198005PRCP 0T 0 0 0 3 0 0 0 0 0 0T 0 66 0 127 0 0 0 0 0 13 0 81 0 53 0 5 0 0 0 0 0 0 0 38 0 0T 0 0 0 183 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 +USW00094728198005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198005WDFM 68W X 23W X 315W X 293W X 293W X 135W X 68W X 270W X 293W X 135W X 180W X 203W X 248W X 315W X 315W X 338W X 203W X 180W X 315W X 135W X 23W X 270W X 270W X 180W X 360W X 293W X 293W X 315W X 180W X 158W X 225W X +USW00094728198005WSFM 94 X 72 X 94 X 148 X 94 X 80 X 85 X 72 X 72 X 98 X 98 X 94 X 94 X 143 X 121 X 76 X 89 X 94 X 67 X 72 X 98 X 76 X 67 X 63 X 112 X 134 X 112 X 89 X 63 X 94 X 139 X +USW00094728198005WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728198005WT16 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728198006TMAX 294 0 283 0 289 0 239 0 250 0 256 0 244 0 267 0 172 0 189 0 211 0 233 0 244 0 283 0 294 0 239 0 250 0 233 0 250 0 228 0 267 0 300 0 306 0 317 0 317 0 278 0 344 0 272 0 250 0 272 0-9999 +USW00094728198006TMIN 183 0 194 0 194 0 172 0 150 0 150 0 178 0 111 0 83 0 117 0 94 0 111 0 133 0 133 0 194 0 178 0 150 0 144 0 150 0 156 0 150 0 172 0 189 0 206 0 233 0 211 0 217 0 194 0 178 0 172 0-9999 +USW00094728198006PRCP 3 0 15 0 274 0 0 0 0 0 3 0 183 0 150 0 160 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 178 0 8 0-9999 +USW00094728198006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198006WDFM 270W X 270W X 270W X 315W X 360W X 180W X 360W X 315W X 248W X 293W X 315W X 225W X 180W X 45W X 315W X 23W X 203W X 180W X 158W X 270W X 315W X 203W X 135W X 180W X 203W X 225W X 293W X 180W X 45W X 338W X-9999 +USW00094728198006WSFM 94 X 89 X 125 X 103 X 89 X 94 X 72 X 156 X 80 X 80 X 85 X 85 X 54 X 63 X 103 X 80 X 89 X 89 X 72 X 143 X 94 X 67 X 67 X 72 X 85 X 72 X 103 X 85 X 72 X 80 X-9999 +USW00094728198006WT03-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728198006WT16 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00094728198007TMAX 278 0 283 0 239 0 317 0 300 0 261 0 278 0 278 0 311 0 294 0 322 0 289 0 300 0 328 0 328 0 372 0 322 0 328 0 306 0 383 0 389 0 344 0 283 0 306 0 333 0 339 0 311 0 294 0 250 0 300 0 317 0 +USW00094728198007TMIN 167 0 206 0 206 0 211 0 206 0 194 0 161 0 200 0 200 0 217 0 211 0 211 0 178 0 194 0 222 0 250 0 228 0 239 0 239 0 261 0 278 0 222 0 228 0 206 0 217 0 239 0 239 0 233 0 211 0 217 0 217 0 +USW00094728198007PRCP 0 0 66 0 97 0 0 0 64 0 0 0 0 0 0T 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 8 0 69 0 0 0 0 0 0 0 0 0 71 0 18 0 0 0 0 0 61 0 0 0 0 0 881 0 0 0 0 0 +USW00094728198007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198007WDFM 158W X 225W X 45W X 45W X 158W X 293W X 293W X 180W X 180W X 45W X 270W X 315W X 180W X 180W X 225W X 225W X 225W X 45W X 135W X 225W X 270W X 248W X 225W X 23W X 270W X 180W X 180W X 135W X 45W X 270W X 270W X +USW00094728198007WSFM 54 X 54 X 40 X 40 X 40 X 107 X 49 X 72 X 80 X 67 X 76 X 89 X 67 X 94 X 107 X 112 X 80 X 36 X 72 X 72 X 98 X 192 X 94 X 89 X 63 X 72 X 98 X 89 X 63 X 63 X 54 X +USW00094728198007WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728198007WT16-9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 +USW00094728198008TMAX 289 0 328 0 333 0 328 0 344 0 339 0 344 0 356 0 350 0 300 0 339 0 311 0 317 0 289 0 289 0 256 0 294 0 283 0 289 0 250 0 239 0 278 0 317 0 328 0 339 0 350 0 361 0 350 0 283 0 300 0 322 0 +USW00094728198008TMIN 239 0 211 0 211 0 228 0 256 0 244 0 244 0 267 0 267 0 233 0 239 0 244 0 217 0 217 0 244 0 200 0 178 0 200 0 211 0 211 0 194 0 200 0 189 0 194 0 233 0 222 0 244 0 222 0 206 0 228 0 233 0 +USW00094728198008PRCP 0T 0 61 0 20 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 114 0 10 0 0 0 0 0 8 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 +USW00094728198008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198008WDFM 180W X 225W X 270W X 135W X 180W X 270W X 225W X 270W X 315W X 180W X 225W X 293W X 270W X 225W X 270W X 293W X 135W X 158W X 270W X 45W X 45W X 90W X 23W X 23W X 45W X 225W X 270W X 68W X 158W X 158W X 158W X +USW00094728198008WSFM 80 X 134 X 80 X 72 X 89 X 76 X 76 X 98 X 98 X 80 X 130 X 103 X 72 X 98 X 72 X 139 X 67 X 107 X 58 X 103 X 130 X 112 X 94 X 63 X 67 X 72 X 67 X 72 X 54 X 103 X 63 X +USW00094728198008WT03-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198008WT16 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728198009TMAX 350 0 356 0 317 0 289 0 256 0 317 0 294 0 267 0 261 0 267 0 283 0 289 0 272 0 289 0 233 0 206 0 239 0 228 0 261 0 256 0 300 0 344 0 294 0 211 0 167 0 222 0 167 0 244 0 167 0 222 0-9999 +USW00094728198009TMIN 244 0 239 0 206 0 206 0 222 0 217 0 206 0 172 0 156 0 172 0 139 0 194 0 194 0 217 0 161 0 150 0 161 0 139 0 117 0 161 0 194 0 228 0 161 0 139 0 139 0 106 0 72 0 100 0 106 0 144 0-9999 +USW00094728198009PRCP 0 0 46 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 8 0 0 0 0 0 231 0 157 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 20 0 0 0 0 0 0 0 0T 0-9999 +USW00094728198009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198009WDFM 225W X 315W X 135W X 158W X 158W X 203W X 338W X 338W X 225W X 338W X 225W X 135W X 135W X 225W X 360W X 90W X 315W X 315W X 270W X 158W X 225W X 203W X 315W X 45W X 45W X 293W X 315W X 45W X 45W X 45W X-9999 +USW00094728198009WSFM 63 X 112 X 58 X 94 X 72 X 72 X 72 X 72 X 112 X 72 X 80 X 54 X 80 X 58 X 94 X 72 X 125 X 63 X 54 X 98 X 63 X 80 X 112 X 94 X 72 X 130 X 85 X 63 X 94 X 63 X-9999 +USW00094728198009WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198009WT16-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00094728198010TMAX 250 0 211 0 172 0 178 0 178 0 183 0 183 0 211 0 211 0 161 0 183 0 156 0 133 0 144 0 144 0 233 0 261 0 228 0 206 0 156 0 161 0 139 0 122 0 133 0 178 0 100 0 128 0 128 0 117 0 117 0 161 0 +USW00094728198010TMIN 156 0 139 0 128 0 111 0 100 0 94 0 83 0 111 0 94 0 67 0 122 0 83 0 56 0 56 0 83 0 106 0 161 0 156 0 150 0 83 0 89 0 56 0 28 0 39 0 78 0 61 0 56 0 67 0 33 0 39 0 44 0 +USW00094728198010PRCP 0 0 130 0 135 0 0 0 0 0 0 0 3 0 0 0 0 0 10 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 208 0 0 0 0 0 0 0 0 0 0 0 0 0 447 0 0 0 0T 0 25 0 0 0 0 0 0 0 +USW00094728198010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198010WDFM 68W X 360W X 45W X 225W X 293W X 45W X 225W X 248W X 248W X 135W X 270W X 293W X 315W X 293W X 68W X 225W X 203W X 225W X 248W X 225W X 270W X 293W X 45W X 45W X 135W X 270W X 248W X 338W X 293W X 270W X 248W X +USW00094728198010WSFM 72 X 112 X 63 X 89 X 54 X 72 X 72 X 94 X 89 X 54 X 72 X 103 X 134 X 107 X 107 X 94 X 94 X 112 X 76 X 103 X 80 X 112 X 76 X 94 X 206 X 174 X 103 X 103 X 116 X 94 X 103 X +USW00094728198010WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198010WT16-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00094728198011TMAX 122 0 106 0 117 0 144 0 128 0 100 0 200 0 167 0 133 0 106 0 56 0 78 0 144 0 217 0 94 0 72 0 50 0 33 0 44 0 89 0 94 0 100 0 111 0 139 0 133 0 94 0 50 0 128 0 61 0 89 0-9999 +USW00094728198011TMIN 61 0 39 0 22 0 94 0 39 0 28 0 67 0 56 0 33 0 22 0 11 0 17 0 28 0 89 0 44 0 0 0 -22 0 6 0 6 0 17 0 28 0 50 0 33 0 89 0 33 0 17 0 11 0 44 0 22 0 22 0-9999 +USW00094728198011PRCP 0 0 0 0 0 0 81 0 0 0 0 0 8 0 3 0 46 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 79 0 168 0 0 0 0 0 0 0 0 0 0 0 229 0 0 0 0 0 5 0 427 0 0 0 0 0-9999 +USW00094728198011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00094728198011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198011WDFM 293W X 315W X 135W X 180W X 315W X 293W X 225W X 293W X 338W X 293W X 315W X 293W X 293W X 270W X 360W X 315W X 45W X 315W X 293W X 270W X 270W X 315W X 225W X 135W X 315W X 293W X 90W X 270W X 270W X 270W X-9999 +USW00094728198011WSFM 134 X 107 X 94 X 107 X 125 X 107 X 121 X 152 X 72 X 170 X 228 X 156 X 139 X 112 X 63 X 98 X 103 X 125 X 112 X 54 X 54 X 125 X 94 X 161 X 148 X 161 X 89 X 125 X 103 X 94 X-9999 +USW00094728198011WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728198011WT16-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00094728198011WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198012TMAX 133 0 156 0 83 0 17 0 44 0 72 0 100 0 178 0 172 0 61 0 39 0 50 0 111 0 33 0 -6 0 28 0 0 0 44 0 50 0 -33 0 -28 0 0 0 11 0 28 0 -67 0 -50 0 -6 0 28 0 67 0 67 0 -28 0 +USW00094728198012TMIN 61 0 83 0 -33 0 -44 0 -56 0 -44 0 6 0 78 0 39 0 33 0 -39 0 -28 0 -11 0 -67 0 -78 0 -6 0 -61 0 -61 0 -83 0 -100 0 -89 0 -72 0 -17 0 -67 0 -183 0 -133 0 -67 0 -28 0 28 0 -67 0 -100 0 +USW00094728198012PRCP 0 0 5 0 0T 0 0 0 0 0 0 0 3 0 0 0 46 0 0 0 0T 0 0 0 0 0 0T 0 23 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 25 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 +USW00094728198012SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 28 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 25 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 +USW00094728198012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 +USW00094728198012WDFM 225W X 270W X 315W X 315W X 293W X 315W X 360W X 225W X 315W X 293W X 315W X 225W X 270W X 293W X 293W X 360W X 338W X 225W X 315W X 315W X 270W X 158W X 225W X 315W X 315W X 248W X 45W X 45W X 360W X 315W X 338W X +USW00094728198012WSFM 98 X 125 X 206 X 121 X 112 X 143 X 54 X 112 X 125 X 107 X 112 X 72 X 85 X 125 X 63 X 72 X 63 X 98 X 148 X 112 X 94 X 63 X 80 X 174 X 210 X 85 X 112 X 58 X 63 X 80 X 72 X +USW00094728198012WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198012WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728198012WT16-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728198012WT18-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00094728198101TMAX -22 0 11 0 -61 0 -100 0 -17 0 6 0 28 0 -61 0 -44 0 -39 0 -72 0 -94 0 -56 0 0 0 -6 0 -11 0 -28 0 -6 0 72 0 61 0 17 0 39 0 61 0 22 0 50 0 78 0 94 0 67 0 39 0 -17 0 33 0 +USW00094728198101TMIN -44 0 -89 0 -106 0 -150 0 -117 0 -67 0 -100 0 -111 0 -100 0 -117 0 -133 0 -167 0 -150 0 -67 0 -39 0 -28 0 -94 0 -100 0 -6 0 0 0 -44 0 -33 0 11 0 -6 0 -28 0 22 0 44 0 11 0 -67 0 -78 0 -89 0 +USW00094728198101PRCP 0T 0 0T 0 8 0 0 0 0 0 20 0 104 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 15 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198101SNOW 8 0 3 0 38 0 0 0 0 0 20 0 104 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 30 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198101SNWD 0 0 0T 0 0T 0 51 0 51 0 25 0 127 0 102 0 102 0 76 0 76 0 76 0 76 0 51 0 51 0 51 0 76 0 51 0 51 0 25 0 25 0 25 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198101WDFM 68W X 315W X 293W X 293W X 315W X 225W X 293W X 270W X 248W X 293W X 270W X 293W X 293W X 203W X 45W X 45W X 315W X 293W X 225W X 45W X 23W X 225W X 293W X 293W X 225W X 248W X 270W X 270W X 315W X 293W X 293W X +USW00094728198101WSFM 58 X 130 X 94 X 134 X 165 X 76 X 125 X 103 X 54 X 156 X 103 X 72 X 54 X 54 X 94 X 31 X 134 X 103 X 80 X 72 X 54 X 80 X 125 X 80 X 72 X 63 X 67 X 58 X 112 X 107 X 94 X +USW00094728198101WT18 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198102TMAX 83 0 106 0 -17 0 -39 0 -56 0 17 0 50 0 94 0 -6 0 78 0 139 0 33 0 -6 0 72 0 67 0 133 0 167 0 200 0 150 0 139 0 94 0 117 0 94 0 156 0 89 0 78 0 122 0 67 0-9999 -9999 -9999 +USW00094728198102TMIN -28 0 -17 0 -89 0 -94 0 -133 0 -61 0 -11 0 -17 0 -67 0 -22 0 33 0 -72 0 -78 0 -44 0 0 0 6 0 78 0 89 0 94 0 83 0 83 0 61 0 28 0 89 0 44 0 39 0 28 0 17 0-9999 -9999 -9999 +USW00094728198102PRCP 8 0 196 0 0 0 0T 0 0 0 0 0 0 0 43 0 0 0 0 0 277 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 216 0 450 0 5 0 8 0 244 0 28 0 0T 0 25 0 0 0 33 0-9999 -9999 -9999 +USW00094728198102SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728198102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728198102WDFM 158W X 180W X 270W X 293W X 315W X 203W X 180W X 315W X 293W X 158W X 180W X 315W X 45W X 225W X 135W X 225W X 225W X 180W X 180W X 180W X 68W X 45W X 135W X 270W X 315W X 338W X 338W X 180W X-9999 -9999 -9999 +USW00094728198102WSFM 103 X 125 X 134 X 134 X 134 X 112 X 63 X 143 X 148 X 134 X 130 X 152 X 63 X 72 X 63 X 80 X 63 X 54 X 76 X 134 X 134 X 116 X 134 X 116 X 156 X 143 X 94 X 94 X-9999 -9999 -9999 +USW00094728198102WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 +USW00094728198102WT18-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198103TMAX 94 0 83 0 28 0 44 0 33 0 61 0 61 0 78 0 100 0 100 0 67 0 78 0 156 0 67 0 117 0 100 0 50 0 33 0 39 0 39 0 61 0 89 0 94 0 122 0 122 0 128 0 150 0 156 0 250 0 183 0 222 0 +USW00094728198103TMIN 44 0 28 0 -22 0 -33 0 -6 0 -6 0 6 0 28 0 50 0 33 0 22 0 6 0 44 0 -17 0 -11 0 -28 0 -50 0 -83 0 -33 0 -50 0 -11 0 33 0 28 0 17 0 39 0 28 0 61 0 56 0 67 0 133 0 139 0 +USW00094728198103PRCP 0 0 0T 0 0 0 0T 0 165 0 0 0 5 0 3 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 10 0 0 0 0 0 79 0 0T 0 +USW00094728198103SNOW 0 0 0 0 0 0 0T 0 218 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198103SNWD 0 0 0 0 0 0 0 0 0T 0 152 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198103WDFM 293W X 293W X 315W X 270W X 45W X 315W X 315W X 360W X 315W X 360W X 203W X 158W X 315W X 315W X 248W X 225W X 293W X 338W X 270W X 293W X 338W X 315W X 45W X 315W X 315W X 180W X 315W X 225W X 203W X 203W X 315W X +USW00094728198103WSFM 134 X 85 X 165 X 72 X 134 X 134 X 72 X 112 X 94 X 94 X 72 X 130 X 112 X 197 X 125 X 156 X 165 X 134 X 112 X 76 X 103 X 72 X 80 X 89 X 125 X 112 X 143 X 98 X 103 X 139 X 143 X +USW00094728198103WT16-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X +USW00094728198103WT18-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198104TMAX 167 0 194 0 272 0 200 0 183 0 133 0 172 0 211 0 239 0 211 0 233 0 200 0 139 0 144 0 111 0 178 0 189 0 261 0 200 0 139 0 117 0 150 0 111 0 200 0 117 0 189 0 217 0 217 0 239 0 178 0-9999 +USW00094728198104TMIN 83 0 111 0 111 0 139 0 128 0 72 0 50 0 72 0 128 0 89 0 111 0 78 0 28 0 61 0 28 0 28 0 111 0 111 0 78 0 28 0 6 0 28 0 89 0 94 0 72 0 72 0 122 0 128 0 139 0 133 0-9999 +USW00094728198104PRCP 94 0 13 0 0 0 3 0 180 0 15 0 0 0 0 0 15 0 0 0 10 0 51 0 18 0 221 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 157 0 20 0 0 0 0 0 0T 0 64 0 5 0 0 0-9999 +USW00094728198104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198104PSUN 26 X 80 X 90 X 9 X 0 X 36 X 100 X 100 X 31 X 100 X 12 X 0 X 91 X 0 X 97 X 100 X 3 X 66 X 71 X 47 X 100 X 82 X 0 X 25 X 1 X 88 X 48 X 38 X 12 X 30 X-9999 +USW00094728198104TSUN 198 X 606 X 684 X 66 X 0 X 276 X 780 X 780 X 246 X 786 X 96 X 0 X 720 X 0 X 774 X 798 X 24 X 534 X 576 X 378 X 810 X 672 X 0 X 204 X 12 X 726 X 396 X 318 X 72 X 246 X-9999 +USW00094728198104WDFM 180W X 315W X 203W X 203W X 180W X 315W X 315W X 180W X 315W X 225W X 225W X 90W X 135W X 180W X 315W X 225W X 225W X 315W X 293W X 338W X 315W X 135W X 45W X 315W X 293W X 293W X 293W X 203W X 270W X 315W X-9999 +USW00094728198104WSFM 143 X 161 X 112 X 112 X 94 X 165 X 103 X 103 X 148 X 125 X 125 X 103 X 112 X 174 X 210 X 130 X 156 X 165 X 89 X 130 X 143 X 94 X 72 X 134 X 134 X 103 X 89 X 67 X 125 X 94 X-9999 +USW00094728198104WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728198104WT16 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00094728198105TMAX 206 0 167 0 217 0 239 0 217 0 233 0 183 0 194 0 189 0 200 0 172 0 222 0 222 0 239 0 233 0 211 0 217 0 206 0 189 0 233 0 244 0 261 0 256 0 300 0 306 0 306 0 306 0 250 0 211 0 294 0 256 0 +USW00094728198105TMIN 106 0 106 0 100 0 122 0 128 0 111 0 67 0 94 0 78 0 122 0 150 0 117 0 94 0 144 0 156 0 144 0 111 0 100 0 106 0 111 0 122 0 122 0 117 0 144 0 194 0 217 0 194 0 189 0 183 0 183 0 178 0 +USW00094728198105PRCP 0T 0 130 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 424 0 58 0 0 0 0 0 175 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 36 0 0 0 5 0 +USW00094728198105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198105PSUN 74 X 6 X 99 X 63 X 35 X 37 X 98 X 100 X 98 X 7 X 0 X 2 X 93 X 67 X 34 X 34 X 100 X 80 X 18 X 67 X 80 X 97 X 98 X 92 X 92 X 45 X 66 X 8 X 0 X 73 X 46 X +USW00094728198105TSUN 618 X 48 X 834 X 534 X 324 X 312 X 834 X 852 X 834 X 66 X 0 X 18 X 804 X 582 X 294 X 294 X 870 X 696 X 156 X 582 X 702 X 858 X 864 X 816 X 816 X 402 X 582 X 66 X 0 X 654 X 408 X +USW00094728198105WDFM 158W X 45W X 45W X 23W X 68W X 270W X 360W X 45W X 90W X 45W X 135W X 270W X 293W X 135W X 180W X 293W X 315W X 270W X 225W X 158W X 180W X 135W X 360W X 360W X 225W X 158W X 203W X 135W X 68W X 158W X 270W X +USW00094728198105WSFM 76 X 98 X 103 X 112 X 76 X 121 X 103 X 85 X 89 X 63 X 103 X 112 X 89 X 94 X 134 X 112 X 121 X 94 X 72 X 58 X 58 X 98 X 72 X 85 X 72 X 54 X 94 X 63 X 45 X 72 X 94 X +USW00094728198105WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198105WT16 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X +USW00094728198106TMAX 233 0 183 0 194 0 289 0 278 0 283 0 256 0 244 0 294 0 222 0 283 0 300 0 294 0 206 0 272 0 339 0 283 0 272 0 272 0 272 0 294 0 328 0 278 0 267 0 294 0 217 0 272 0 294 0 317 0 278 0-9999 +USW00094728198106TMIN 156 0 156 0 161 0 183 0 194 0 222 0 178 0 144 0 211 0 194 0 161 0 194 0 178 0 161 0 167 0 211 0 211 0 183 0 189 0 206 0 200 0 217 0 200 0 183 0 200 0 172 0 144 0 183 0 200 0 194 0-9999 +USW00094728198106PRCP 0 0 183 0 25 0 0T 0 0 0 0 0 0 0 0 0 30 0 13 0 0 0 0T 0 0T 0 84 0 8 0 0 0 0 0 0 0 0T 0 53 0 124 0 3 0 0 0 0 0 165 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198106PSUN 69 X 0 X 0 X 2 X 55 X 0 X 89 X 92 X 26 X 13 X 89 X 43 X 71 X 0 X 39 X 45 X 69 X 93 X 59 X 3 X 69 X 51 X 79 X 71 X 14 X 68 X 96 X 100 X 97 X 69 X-9999 +USW00094728198106TSUN 618 X 0 X 0 X 18 X 492 X 0 X 798 X 822 X 234 X 120 X 798 X 384 X 636 X 0 X 348 X 408 X 618 X 846 X 534 X 30 X 624 X 462 X 714 X 642 X 126 X 612 X 870 X 906 X 882 X 624 X-9999 +USW00094728198106WDFM 180W X 90W X 135W X 248W X 315W X 270W X 315W X 180W X 270W X 225W X 315W X 225W X 135W X 135W X 135W X 203W X 338W X 135W X 180W X 180W X 225W X 248W X 315W X 180W X 270W X 315W X 23W X 315W X 135W X 23W X-9999 +USW00094728198106WSFM 76 X 45 X 54 X 63 X 36 X 80 X 134 X 72 X 121 X 89 X 125 X 94 X 94 X 67 X 63 X 94 X 107 X 107 X 94 X 63 X 72 X 139 X 80 X 63 X 170 X 89 X 80 X 125 X 72 X 98 X-9999 +USW00094728198106WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198106WT16-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198107TMAX 250 0 289 0 267 0 239 0 278 0 311 0 344 0 350 0 356 0 339 0 344 0 344 0 339 0 294 0 306 0 317 0 322 0 333 0 339 0 267 0 317 0 289 0 283 0 267 0 272 0 261 0 306 0 256 0 294 0 289 0 289 0 +USW00094728198107TMIN 200 0 211 0 217 0 211 0 206 0 217 0 233 0 250 0 267 0 261 0 222 0 250 0 256 0 206 0 189 0 200 0 222 0 222 0 222 0 217 0 222 0 206 0 172 0 183 0 206 0 228 0 217 0 194 0 183 0 167 0 200 0 +USW00094728198107PRCP 191 0 8 0 89 0 447 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 8 0 213 0 142 0 0 0 0 0 0 0 0 0 25 0 419 0 3 0 18 0 0 0 0 0 +USW00094728198107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198107PSUN 6 X 43 X 18 X 0 X 50 X 95 X 100 X 100 X 87 X 95 X 98 X 89 X 81 X 95 X 93 X 95 X 86 X 96 X 65 X 0 X 49 X 79 X 83 X 64 X 38 X 3 X 98 X 43 X 77 X 94 X 89 X +USW00094728198107TSUN 54 X 390 X 162 X 0 X 450 X 852 X 900 X 894 X 780 X 852 X 876 X 792 X 726 X 846 X 828 X 846 X 768 X 846 X 576 X 0 X 432 X 696 X 732 X 558 X 330 X 30 X 846 X 378 X 672 X 810 X 768 X +USW00094728198107WDFM 45W X 90W X 158W X 68W X 248W X 360W X 270W X 270W X 248W X 180W X 293W X 180W X 270W X 315W X 293W X 23W X 90W X 135W X 225W X 113W X 315W X 293W X 315W X 45W X 135W X 135W X 270W X 135W X 315W X 338W X 135W X +USW00094728198107WSFM 94 X 103 X 72 X 80 X 76 X 72 X 58 X 103 X 94 X 67 X 72 X 72 X 94 X 139 X 98 X 76 X 72 X 94 X 72 X 103 X 103 X 76 X 85 X 72 X 85 X 98 X 121 X 107 X 134 X 94 X 63 X +USW00094728198107WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728198107WT16 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00094728198108TMAX 306 0 300 0 283 0 328 0 322 0 322 0 306 0 239 0 306 0 333 0 311 0 239 0 294 0 294 0 300 0 317 0 261 0 294 0 283 0 272 0 289 0 256 0 294 0 283 0 256 0 256 0 300 0 256 0 267 0 272 0 278 0 +USW00094728198108TMIN 200 0 200 0 217 0 222 0 228 0 206 0 206 0 200 0 211 0 228 0 233 0 222 0 217 0 222 0 228 0 183 0 150 0 167 0 183 0 178 0 167 0 189 0 183 0 200 0 178 0 178 0 183 0 211 0 211 0 217 0 206 0 +USW00094728198108PRCP 0 0 0 0 0T 0 0 0 3 0 0 0 0 0 51 0 0 0 0 0 0T 0 3 0 0 0 0 0 71 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 +USW00094728198108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198108PSUN 99 X 68 X 24 X 83 X 47 X 58 X 91 X 0 X 28 X 88 X 15 X 0 X 19 X 46 X 0 X 55 X 98 X 100 X 74 X 92 X 100 X 8 X 77 X 50 X 47 X 46 X 36 X 6 X 1 X 2 X 30 X +USW00094728198108TSUN 852 X 588 X 204 X 708 X 396 X 492 X 774 X 0 X 240 X 738 X 126 X 6 X 162 X 384 X 0 X 450 X 810 X 822 X 606 X 750 X 816 X 66 X 624 X 408 X 378 X 366 X 288 X 48 X 6 X 12 X 240 X +USW00094728198108WDFM 180W X 135W X 158W X 270W X 338W X 315W X 315W X 68W X 360W X 360W X 225W X 293W X 315W X 45W X 180W X 315W X 315W X 338W X 180W X 45W X 113W X 113W X 225W X 315W X 90W X 113W X 158W X 45W X 180W X 135W X 45W X +USW00094728198108WSFM 80 X 67 X 80 X 67 X 125 X 134 X 67 X 72 X 76 X 76 X 103 X 63 X 72 X 67 X 85 X 107 X 107 X 67 X 72 X 156 X 89 X 67 X 63 X 54 X 63 X 54 X 45 X 67 X 63 X 72 X 72 X +USW00094728198108WT16-9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X +USW00094728198109TMAX 244 0 261 0 239 0 228 0 267 0 272 0 233 0 261 0 239 0 239 0 300 0 317 0 294 0 317 0 244 0 178 0 183 0 206 0 189 0 239 0 222 0 267 0 161 0 156 0 239 0 233 0 278 0 211 0 183 0 183 0-9999 +USW00094728198109TMIN 211 0 183 0 194 0 189 0 189 0 189 0 189 0 183 0 161 0 128 0 189 0 217 0 183 0 217 0 178 0 161 0 156 0 150 0 144 0 144 0 122 0 144 0 111 0 117 0 111 0 144 0 172 0 122 0 83 0 83 0-9999 +USW00094728198109PRCP 10 0 0 0 0T 0 0T 0 0 0 0 0 15 0 394 0 0 0 0 0 0 0 0 0 0 0 0 0 130 0 302 0 5 0 13 0 0T 0 0 0 0 0 8 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0-9999 +USW00094728198109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198109PSUN 0 X 36 X 26 X 4 X 54 X 47 X 5 X 18 X 80 X 99 X 89 X 87 X 100 X 43 X 0 X 0 X 7 X 19 X 22 X 52 X 76 X 19 X 44 X 14 X 86 X 11 X 86 X 65 X 81 X 63 X-9999 +USW00094728198109TSUN 0 X 282 X 204 X 36 X 420 X 366 X 42 X 138 X 618 X 756 X 678 X 660 X 756 X 324 X 0 X 0 X 48 X 144 X 168 X 384 X 558 X 138 X 318 X 108 X 624 X 78 X 618 X 462 X 576 X 444 X-9999 +USW00094728198109WDFM 113W X 90W X 90W X 45W X 135W X 135W X 158W X 225W X 315W X 158W X 270W X 293W X 248W X 225W X 45W X 68W X 45W X 90W X 248W X 23W X 135W X 180W X 315W X 315W X 293W X 180W X 203W X 45W X 270W X 315W X-9999 +USW00094728198109WSFM 80 X 63 X 63 X 58 X 40 X 31 X 63 X 148 X 67 X 76 X 67 X 80 X 67 X 85 X 45 X 80 X 63 X 80 X 103 X 103 X 63 X 72 X 134 X 161 X 63 X 58 X 85 X 130 X 98 X 103 X-9999 +USW00094728198109WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198109WT16 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728198110TMAX 144 0 178 0 144 0 183 0 200 0 200 0 161 0 156 0 172 0 167 0 161 0 156 0 172 0 194 0 183 0 217 0 189 0 161 0 128 0 150 0 200 0 206 0 194 0 117 0 122 0 139 0 183 0 183 0 117 0 117 0 111 0 +USW00094728198110TMIN 83 0 100 0 89 0 78 0 133 0 150 0 117 0 94 0 83 0 78 0 61 0 61 0 61 0 61 0 83 0 83 0 67 0 100 0 56 0 33 0 89 0 122 0 67 0 50 0 44 0 106 0 133 0 100 0 89 0 56 0 94 0 +USW00094728198110PRCP 109 0 38 0 0 0 0T 0 0T 0 46 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 0 0 0 0 0 0 0 0 0 241 0 0T 0 20 0 165 0 114 0 0 0 0 0 0 0 0 0 +USW00094728198110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198110PSUN 3 X 8 X 33 X 96 X 5 X 12 X 35 X 70 X 42 X 78 X 95 X 52 X 100 X 100 X 70 X 69 X 100 X 0 X 34 X 99 X 100 X 22 X 0 X 91 X 5 X 0 X 0 X 36 X 0 X 0 X 0 X +USW00094728198110TSUN 24 X 60 X 234 X 672 X 30 X 84 X 246 X 486 X 288 X 534 X 660 X 354 X 672 X 672 X 468 X 408 X 666 X 0 X 228 X 654 X 654 X 138 X 0 X 588 X 30 X 0 X 0 X 228 X 0 X 0 X 0 X +USW00094728198110WDFM 45W X 270W X 293W X 248W X 270W X 270W X 293W X 315W X 315W X 360W X 315W X 45W X 360W X 135W X 315W X 360W X 338W X 180W X 293W X 225W X 225W X 180W X 293W X 315W X 68W X 45W X 135W X 315W X 68W X 45W X 45W X +USW00094728198110WSFM 94 X 107 X 125 X 94 X 72 X 103 X 165 X 148 X 148 X 94 X 76 X 76 X 54 X 58 X 63 X 134 X 63 X 125 X 112 X 130 X 89 X 103 X 107 X 94 X 94 X 112 X 107 X 156 X 103 X 80 X 94 X +USW00094728198110WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728198110WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728198111TMAX 150 0 222 0 183 0 211 0 183 0 183 0 67 0 167 0 172 0 67 0 133 0 83 0 117 0 133 0 111 0 122 0 122 0 117 0 156 0 133 0 83 0 56 0 50 0 56 0 44 0 72 0 156 0 72 0 67 0 56 0-9999 +USW00094728198111TMIN 106 0 100 0 100 0 100 0 111 0 67 0 44 0 50 0 56 0 33 0 67 0 28 0 17 0 72 0 78 0 89 0 72 0 83 0 100 0 83 0 50 0 33 0 17 0 6 0 -6 0 -17 0 61 0 56 0 22 0 6 0-9999 +USW00094728198111PRCP 0 0 0 0 0 0 0 0 0 0 206 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 23 0 8 0 71 0 0T 0 0T 0 117 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0-9999 +USW00094728198111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198111PSUN 0 X 80 X 85 X 86 X 65 X 32 X 4 X 89 X 46 X 0 X 58 X 100 X 100 X 9 X 0 X 0 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198111TSUN 0 X 564 X 600 X 600 X 456 X 222 X 30 X 612 X 282 X 0 X 354 X 600 X 600 X 54 X 0 X 0 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198111WDFM 225W X 270W X 270W X 225W X 225W X 270W X 315W X 315W X 315W X 45W X 315W X 45W X-9999 -9999 -9999 360W X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198111WSFM 80 X 125 X 72 X 63 X 63 X 143 X 152 X 112 X 107 X 112 X 80 X 107 X-9999 -9999 -9999 89 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198111WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198111WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728198112TMAX 111 0 144 0 100 0 78 0 61 0 39 0 72 0 56 0 33 0 6 0 44 0 50 0 33 0 28 0 33 0 44 0 17 0 22 0 -22 0 -28 0 6 0 44 0 139 0 67 0 44 0 44 0 44 0 78 0 61 0 33 0 50 0 +USW00094728198112TMIN 0 0 83 0 44 0 33 0 39 0 11 0 11 0 33 0 -17 0 -28 0 -28 0 -6 0 -22 0 -17 0 17 0 11 0 -11 0 -33 0 -61 0 -67 0 -67 0 6 0 39 0 22 0 11 0 0 0 17 0 17 0 6 0 -17 0 -11 0 +USW00094728198112PRCP 284 0 124 0 0 0 0T 0 0T 0 0T 0 0 0 74 0 0T 0 0T 0 3 0 5 0 0 0 259 0 340 0 109 0 3 0 0 0 0 0 0 0 0 0 0T 0 23 0 0 0 0 0 0T 0 76 0 0T 0 0T 0 0 0 15 0 +USW00094728198112SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 3 0 5 0 0 0 36 0 0 0 10 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198112SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198112WT16 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X +USW00094728198112WT18-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198201TMAX 67 0 28 0 22 0 144 0 89 0 72 0 72 0 -6 0 -6 0 -83 0 -83 0 -78 0 -50 0 -28 0 -17 0 17 0 -72 0 -94 0 -33 0 39 0 -17 0 -78 0 72 0 11 0 -44 0 -28 0 -39 0 11 0 44 0 78 0 83 0 +USW00094728198201TMIN 22 0 -11 0 -28 0 22 0 11 0 6 0 -6 0 -56 0 -83 0 -144 0 -150 0 -144 0 -100 0 -56 0 -67 0 -72 0 -178 0 -178 0 -100 0 -44 0 -94 0 -133 0 -89 0 -94 0 -100 0 -89 0 -128 0 -50 0 -6 0 -17 0 28 0 +USW00094728198201PRCP 254 0 0 0 0 0 693 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 180 0 53 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 0 0 320 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 132 0 +USW00094728198201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 147 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 0 152 0 152 0 127 0 127 0 127 0 102 0 76 0 76 0 102 0 76 0 76 0 51 0 51 0 25 0 25 0 0 0 0 0 +USW00094728198201WT04-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198201WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198201WT16 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728198201WT18-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198202TMAX 144 0 17 0 106 0 94 0 39 0 44 0 11 0 72 0 39 0 11 0 11 0 22 0 11 0 39 0 139 0 139 0 61 0 22 0 28 0 83 0 44 0 61 0 94 0 56 0 -22 0 22 0 56 0 56 0-9999 -9999 -9999 +USW00094728198202TMIN -11 0 -28 0 11 0 11 0 -22 0 -33 0 -67 0 -17 0 6 0 -50 0 -56 0 -33 0 -33 0 -39 0 11 0 61 0 -11 0 -17 0 0 0 28 0 22 0 6 0 0 0 -28 0 -67 0 -72 0 -22 0 -11 0-9999 -9999 -9999 +USW00094728198202PRCP 71 0 99 0 292 0 0 0 0 0 0T 0 0 0 0 0 36 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 102 0 0 0 0T 0 0T 0 0 0 3 0 0T 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728198202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728198202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728198202WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198202WT16 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198202WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198203TMAX 50 0 94 0 28 0 28 0 111 0 28 0 33 0 17 0 17 0 39 0 139 0 150 0 144 0 144 0 100 0 83 0 33 0 122 0 100 0 133 0 94 0 128 0 128 0 128 0 150 0 89 X 33 X 61 X 133 X 156 X 139 X +USW00094728198203TMIN -22 0 17 0 -44 0 -50 0 22 0 0 0 11 0 -33 0 -33 0 -22 0 17 0 78 0 61 0 72 0 44 0 28 0 17 0 22 0 56 0 39 0 61 0 56 0 28 0 39 0 39 0 17 X -28 X -56 X 6 X 44 X 83 X +USW00094728198203PRCP 0T 0 0T 0 0 0 135 0 0 0 61 0 206 0 0 0 8 0 3 0 5 0 10 0 5 0 0 0 0 0 53 0 15 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 10 X 0 X 0 X 0 X 0 X 122 X +USW00094728198203SNOW 0 0 0T 0 0 0 18 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T X 0 X 0 X 0 X 0 X 0 X +USW00094728198203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728198203WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728198203WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198203WT16 1 X 1 0-9999 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X +USW00094728198203WT18-9999 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728198204TMAX 183 0 144 0 133 0 111 0 89 0 50 0 -11 0 61 0 39 0 117 0 133 0 122 0 167 0 161 0 139 0 211 0 222 0 194 0 183 0 206 0 206 0 150 0 206 0 250 0 278 0 167 0 233 0 144 0 206 0 239 0-9999 +USW00094728198204TMIN 78 0 22 0 61 0 0 0 -28 0 -61 0 -61 0 -39 0 11 0 11 0 50 0 28 0 72 0 56 0 61 0 67 0 150 0 106 0 83 0 89 0 67 0 50 0 39 0 128 0 144 0 128 0 117 0 56 0 72 0 111 0-9999 +USW00094728198204PRCP 0 0 0 0 472 0 0T 0 0 0 282 0 0 0 0 0 0T 0 0 0 0T 0 0 0 10 0 0 0 0 0 0 0 81 0 79 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 335 0 104 0 76 0 0 0 0 0-9999 +USW00094728198204SNOW 0 0 0 0 0 0 0T 0 0 0 244 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198204SNWD 0 0 0 0 0 0 0 0 0 0 76 0 229 0 152 0 76 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198204WT03-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198204WT04-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198204WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728198204WT18-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198205TMAX 250 0 250 0 217 0 211 0 217 0 256 0 206 0 194 0 183 0 211 0 222 0 178 0 233 0 233 0 256 0 272 0 278 0 233 0 239 0 289 0 222 0 156 0 128 0 128 0 233 0 267 0 278 0 194 0 233 0 244 0 189 0 +USW00094728198205TMIN 139 0 133 0 133 0 117 0 106 0 128 0 106 0 106 0 133 0 117 0 100 0 94 0 117 0 128 0 133 0 122 0 172 0 144 0 167 0 194 0 133 0 117 0 106 0 100 0 128 0 156 0 183 0 156 0 150 0 167 0 167 0 +USW00094728198205PRCP 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 89 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 13 0 0T 0 25 0 155 0 20 0 43 0 0 0 0 0 86 0 173 0 0T 0 10 0 +USW00094728198205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198205WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728198205WT16-9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 +USW00094728198206TMAX 211 0 261 0 244 0 211 0 178 0 156 0 167 0 244 0 272 0 272 0 200 0 183 0 128 0 222 0 283 0 306 0 272 0 278 0 228 0 244 0 267 0 267 0 256 0 261 0 272 0 300 0 267 0 289 0 233 0 272 0-9999 +USW00094728198206TMIN 161 0 161 0 150 0 150 0 150 0 128 0 128 0 128 0 144 0 161 0 144 0 122 0 111 0 122 0 156 0 200 0 200 0 200 0 189 0 178 0 189 0 183 0 156 0 161 0 167 0 211 0 200 0 194 0 206 0 194 0-9999 +USW00094728198206PRCP 5 0 8 0 3 0 10 0 203 0 218 0 8 0 0 0 0 0 0 0 0T 0 0T 0 419 0 28 0 0 0 206 0 23 0 0 0 0 0 0 0 0 0 25 0 20 0 0 0 0 0 0 0 0 0 0 0 124 0 0 0-9999 +USW00094728198206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198206WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198206WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728198207TMAX 250 0 267 0 222 0 250 0 267 0 278 0 289 0 339 0 328 0 328 0 272 0 294 0 339 0 289 0 317 0 333 0 333 0 367 0 356 0 278 0 283 0 317 0 294 0 311 0 333 0 344 0 322 0 289 0 289 0 261 0 283 0 +USW00094728198207TMIN 167 0 156 0 156 0 156 0 167 0 178 0 183 0 228 0 239 0 222 0 217 0 228 0 228 0 222 0 228 0 239 0 244 0 256 0 267 0 200 0 189 0 194 0 222 0 222 0 217 0 239 0 233 0 200 0 183 0 194 0 217 0 +USW00094728198207PRCP 0 0 0 0 43 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 196 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 554 0 0 0 0T 0 0 0 +USW00094728198207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198207WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728198207WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 +USW00094728198208TMAX 289 0 300 0 272 0 283 0 311 0 250 0 272 0 272 0 306 0 306 0 244 0 261 0 261 0 272 0 300 0 311 0 317 0 272 0 283 0 294 0 239 0 228 0 244 0 289 0 294 0 283 0 228 0 244 0 222 0 228 0 272 0 +USW00094728198208TMIN 211 0 211 0 194 0 211 0 233 0 200 0 194 0 211 0 217 0 211 0 156 0 167 0 167 0 172 0 183 0 194 0 217 0 200 0 172 0 211 0 150 0 122 0 178 0 206 0 189 0 167 0 200 0 128 0 100 0 161 0 178 0 +USW00094728198208PRCP 0 0 0 0 0 0 0 0 145 0 0 0 0 0 0T 0 173 0 0 0 53 0 48 0 0 0 0 0 0 0 0 0 102 0 0 0 0 0 0T 0 0 0 0 0 191 0 0 0 472 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728198208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198208WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198208WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198208WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00094728198209TMAX 233 0 294 0 272 0 228 0 256 0 278 0 222 0 200 0 256 0 300 0 306 0 311 0 272 0 272 0 289 0 233 0 233 0 267 0 228 0 178 0 189 0 189 0 206 0 233 0 217 0 200 0 256 0 244 0 217 0 172 0-9999 +USW00094728198209TMIN 211 0 211 0 189 0 156 0 133 0 156 0 167 0 156 0 167 0 172 0 194 0 194 0 189 0 183 0 183 0 194 0 150 0 133 0 128 0 133 0 133 0 128 0 144 0 122 0 139 0 133 0 167 0 167 0 161 0 156 0-9999 +USW00094728198209PRCP 25 0 109 0 13 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 104 0 0T 0 61 0 41 0 0 0 0 0 5 0 89 0 0 0 0 0 0T 0-9999 +USW00094728198209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198209WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198209WT16 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00094728198210TMAX 267 0 217 0 233 0 256 0 250 0 272 0 228 0 267 0 217 0 144 0 178 0 161 0 156 0 200 0 194 0 139 0 117 0 156 0 194 0 217 0 183 0 128 0 106 0 111 0 100 0 150 0 172 0 194 0 206 0 217 0 200 0 +USW00094728198210TMIN 167 0 139 0 117 0 172 0 144 0 183 0 183 0 194 0 117 0 78 0 67 0 117 0 139 0 133 0 122 0 67 0 56 0 39 0 89 0 117 0 83 0 61 0 33 0 56 0 61 0 72 0 78 0 67 0 106 0 111 0 144 0 +USW00094728198210PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 109 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 312 0 94 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198210WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728198211TMAX 250 0 261 0 233 0 222 0 189 0 111 0 128 0 194 0 139 0 111 0 139 0 200 0 178 0 89 0 78 0 83 0 106 0 128 0 100 0 106 0 133 0 167 0 183 0 133 0 83 0 111 0 72 0 61 0 122 0 133 0-9999 +USW00094728198211TMIN 167 0 167 0 167 0 167 0 28 0 17 0 28 0 67 0 67 0 39 0 56 0 128 0 44 0 28 0 17 0 0 0 44 0 61 0 72 0 67 0 100 0 122 0 111 0 17 0 0 0 33 0 -17 0 -28 0 33 0 72 0-9999 +USW00094728198211PRCP 0 0 0 0 0 0 5 0 145 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 409 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 3 0 0 0 102 0 175 0 0 0-9999 +USW00094728198211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198211WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 +USW00094728198212TMAX 133 0 139 0 144 0 222 0 172 0 200 0 139 0 100 0 67 0 17 0 28 0 -6 0 -44 0 33 0 100 0 144 0 67 0 -11 0 17 0 33 0 50 0 44 0 72 0 122 0 178 0 172 0 83 0 183 0 183 0 56 0 33 0 +USW00094728198212TMIN 89 0 111 0 106 0 144 0 133 0 139 0 67 0 50 0 -72 0 -78 0 -6 0 -61 0 -83 0 -50 0 6 0 67 0 -39 0 -61 0 -11 0 6 0 22 0 6 0 22 0 50 0 50 0 50 0 33 0 67 0 56 0 11 0 0 0 +USW00094728198212PRCP 97 0 0 0 0T 0 0T 0 0 0 25 0 0 0 0 0 0 0 0 0 3 0 48 0 0 0 0 0 0 0 114 0 0 0 0 0 0T 0 0T 0 0 0 0 0 10 0 13 0 5 0 0 0 20 0 30 0 5 0 0 0 3 0 +USW00094728198212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 76 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198212WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198212WT16 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 +USW00094728198212WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198301TMAX 83 0 61 0 39 0 0 0 61 0 72 0 83 0 78 0 22 0 133 0 144 0 67 0 0 0 28 0 22 0 11 0 -11 0 -44 0 -61 0 -22 0 11 0 22 0 100 0 72 0 78 0 33 0 6 0 22 0 56 0 67 0 78 0 +USW00094728198301TMIN 17 0 33 0 0 0 -39 0 -11 0 33 0 33 0 22 0 -11 0 11 0 61 0 -39 0 -56 0 -44 0 6 0 -33 0 -61 0 -100 0 -111 0 -111 0 -61 0 -39 0 17 0 33 0 22 0 -6 0 -17 0 -22 0 -28 0 6 0 39 0 +USW00094728198301PRCP 0 0 0 0 0 0 0 0 183 0 53 0 0 0 0 0 0 0 229 0 91 0 0 0 0 0 0 0 165 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 427 0 0 0 0 0 0 0 0 0 0 0 0 0 91 0 0 0 +USW00094728198301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 25 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198301WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728198301WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198302TMAX 83 0 128 0 150 0 72 0 0 0 -22 0 11 0 17 0 6 0 -22 0 -50 0 22 0 33 0 33 0 78 0 67 0 56 0 94 0 89 0 89 0 106 0 117 0 94 0 78 0 56 0 11 0 106 0 133 0-9999 -9999 -9999 +USW00094728198302TMIN 17 0 28 0 72 0 -33 0 -61 0 -50 0 -22 0 -22 0 -67 0 -100 0 -78 0 -72 0 -72 0 -22 0 -6 0 22 0 28 0 33 0 11 0 17 0 17 0 50 0 39 0 22 0 11 0 -17 0 -33 0 28 0-9999 -9999 -9999 +USW00094728198302PRCP 0 0 61 0 178 0 0T 0 0 0 66 0 119 0 0 0 0 0 0 0 318 0 61 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728198302SNOW 0 0 0 0 0 0 0T 0 0 0 64 0 36 0 0 0 0 0 0 0 318 0 130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728198302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 102 0 51 0 51 0 0 0 51 0 483 0 457 0 406 0 381 0 330 0 203 0 127 0 102 0 76 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728198302WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198302WT06-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198302WT16-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198302WT18-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198303TMAX 83 0 150 0 139 0 78 0 89 0 78 0 78 0 44 0 78 0 56 0 78 0 50 0 128 0 172 0 200 0 144 0 56 0 128 0 167 0 144 0 133 0 89 0 61 0 50 0 67 0 106 0 106 0 139 0 78 0 94 0 83 0 +USW00094728198303TMIN 44 0 61 0 61 0 50 0 39 0 28 0 33 0 28 0 44 0 44 0 28 0 22 0 33 0 50 0 56 0 39 0 39 0 39 0 111 0 94 0 50 0 -6 0 -39 0 -28 0 -39 0 -28 0 44 0 78 0 0 0 -17 0 17 0 +USW00094728198303PRCP 107 0 51 0 0 0 10 0 18 0 0 0 137 0 236 0 15 0 208 0 188 0 130 0 0 0 0 0 0 0 0 0 0 0 787 0 69 0 0T 0 277 0 0T 0 0T 0 0 0 0 0 0 0 424 0 20 0 0T 0 0 0 0 0 +USW00094728198303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198303WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198303WT16 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00094728198303WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198304TMAX 133 0 133 0 78 0 156 0 167 0 150 0 144 0 156 0 144 0 94 0 144 0 133 0 144 0 94 0 139 0 122 0 150 0 94 0 61 0 67 0 150 0 189 0 217 0 133 0 122 0 183 0 256 0 294 0 267 0 244 0-9999 +USW00094728198304TMIN 39 0 44 0 56 0 61 0 78 0 72 0 106 0 106 0 89 0 61 0 78 0 61 0 67 0 61 0 83 0 33 0 22 0 33 0 11 0 22 0 50 0 72 0 89 0 100 0 56 0 56 0 111 0 167 0 172 0 150 0-9999 +USW00094728198304PRCP 0 0 0T 0 483 0 0 0 0 0 0 0 23 0 323 0 3 0 1095 0 0T 0 0 0 0 0 0 0 3 0 836 0 0 0 0T 0 277 0 0T 0 0 0 0 0 0 0 373 0 145 0 0T 0 0 0 0 0 0 0 0T 0-9999 +USW00094728198304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198304WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198304WT16-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00094728198304WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198305TMAX 256 0 217 0 261 0 211 0 211 0 206 0 206 0 217 0 150 0 189 0 156 0 183 0 233 0 211 0 194 0 172 0 172 0 167 0 167 0 200 0 206 0 217 0 256 0 233 0 239 0 156 0 139 0 200 0 161 0 217 0 211 0 +USW00094728198305TMIN 156 0 161 0 156 0 122 0 106 0 83 0 111 0 83 0 67 0 56 0 67 0 78 0 89 0 106 0 133 0 61 0 50 0 61 0 111 0 128 0 150 0 144 0 150 0 144 0 111 0 133 0 117 0 94 0 139 0 161 0 144 0 +USW00094728198305PRCP 0 0 0 0 0T 0 89 0 0 0 0 0 0 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 28 0 145 0 0 0 0 0 30 0 36 0 64 0 269 0 0 0 3 0 0 0 107 0 46 0 0 0 53 0 282 0 0T 0 +USW00094728198305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198305WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 +USW00094728198305WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 +USW00094728198306TMAX 239 0 239 0 239 0 239 0 267 0 256 0 261 0 256 0 222 0 244 0 300 0 328 0 339 0 328 0 333 0 311 0 283 0 283 0 289 0 239 0 278 0 300 0 311 0 328 0 283 0 278 0 350 0 250 0 267 0 272 0-9999 +USW00094728198306TMIN 122 0 133 0 167 0 156 0 167 0 189 0 194 0 172 0 122 0 111 0 156 0 200 0 228 0 228 0 222 0 200 0 183 0 194 0 206 0 200 0 172 0 178 0 194 0 217 0 194 0 167 0 217 0 161 0 156 0 172 0-9999 +USW00094728198306PRCP 0T 0 0 0 41 0 142 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 114 0 15 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 371 0 0 0 0 0-9999 +USW00094728198306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198306WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728198306WT16 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728198307TMAX 267 0 333 0 344 0 350 0 306 0 267 0 278 0 306 0 311 0 272 0 294 0 344 0 339 0 344 0 367 0 356 0 339 0 361 0 306 0 322 0 350 0 294 0 311 0 244 0 278 0 306 0 300 0 311 0 322 0 333 0 311 0 +USW00094728198307TMIN 194 0 233 0 256 0 256 0 206 0 183 0 167 0 178 0 206 0 161 0 167 0 217 0 244 0 217 0 239 0 261 0 233 0 256 0 217 0 222 0 206 0 178 0 194 0 183 0 183 0 200 0 206 0 222 0 239 0 233 0 239 0 +USW00094728198307PRCP 0 0 0 0 0 0 0 0 48 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 30 0 53 0 0 0 574 0 0 0 0 0 114 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 +USW00094728198307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198307WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198307WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728198308TMAX 339 0 311 0 328 0 311 0 289 0 322 0 344 0 350 0 317 0 294 0 267 0 217 0 206 0 250 0 289 0 300 0 311 0 306 0 322 0 356 0 311 0 322 0 294 0 289 0 283 0 306 0 333 0 306 0 267 0 283 0 250 0 +USW00094728198308TMIN 222 0 217 0 222 0 250 0 228 0 228 0 239 0 239 0 244 0 189 0 211 0 167 0 161 0 150 0 172 0 189 0 200 0 228 0 228 0 250 0 200 0 200 0 222 0 189 0 189 0 194 0 228 0 211 0 206 0 183 0 222 0 +USW00094728198308PRCP 18 0 0 0 0 0 0 0 0 0 244 0 0 0 0 0 0 0 0 0 607 0 89 0 0 0 0 0 0 0 0 0 0 0 157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 709 0 15 0 0 0 5 0 +USW00094728198308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198308WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728198308WT16 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 +USW00094728198309TMAX 289 0 289 0 317 0 306 0 328 0 344 0 328 0 294 0 311 0 361 0 372 0 294 0 200 0 222 0 233 0 217 0 261 0 267 0 344 0 339 0 272 0 217 0 183 0 194 0 211 0 211 0 272 0 233 0 206 0 167 0-9999 +USW00094728198309TMIN 206 0 189 0 200 0 217 0 228 0 250 0 239 0 189 0 183 0 211 0 256 0 194 0 178 0 161 0 139 0 139 0 178 0 161 0 200 0 228 0 156 0 128 0 100 0 94 0 106 0 117 0 128 0 144 0 128 0 122 0-9999 +USW00094728198309PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 0T 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 335 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 671 0-9999 +USW00094728198309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198309PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1236 X 1754 X 1324 X 1618 X 2130 X 2342 X 0830 X 1136 X 0718 X-9999 +USW00094728198309WDFG-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 270W X 225W X 315W X 135W X 225W X 360W X 45W X 45W X 45W X-9999 +USW00094728198309WSFG-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 93 X 82 X 82 X 72 X 57 X 72 X 98 X 123 X 134 X-9999 +USW00094728198309WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198309WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728198310TMAX 167 0 228 0 278 0 289 0 278 0 233 0 217 0 228 0 222 0 178 0 183 0 211 0 233 0 217 0 189 0 161 0 172 0 178 0 156 0 128 0 122 0 106 0 150 0 161 0 117 0 128 0 117 0 194 0 167 0 106 0 150 0 +USW00094728198310TMIN 156 0 167 0 150 0 167 0 172 0 144 0 122 0 117 0 133 0 111 0 83 0 183 0 194 0 128 0 106 0 78 0 94 0 122 0 94 0 61 0 50 0 33 0 89 0 94 0 78 0 72 0 56 0 67 0 50 0 22 0 39 0 +USW00094728198310PRCP 43 0 97 0 0 0 0 0 193 0 0 0 0 0 0 0 0 0 0 0 0 0 864 0 30 0 0T 0 0 0 0 0 0 0 38 0 170 0 0 0 0 0 0 0 475 0 274 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198310PGTM 0406 X 2112 X 2106 X 1554 X 1554 X 1330 X 1536 X 1500 X 2230 X 1130 X 1748 X 1300 X 1924 X 1306 X 1000 X 1730 X 1036 X 1630 X 1624 X 0106 X 1006 X 0942 X 1036 X 1736 X 0812 X 1530 X 1254 X 1612 X 1524 X 1806 X 0912 X +USW00094728198310WDF1 50 X 230 X 220 X 120 X 220 X 270 X 310 X 160 X 360 X 40 X 40 X 80 X 150 X 230 X 280 X 150 X 230 X 40 X 360 X 20 X 40 X 20 X 150 X 40 X 40 X 310 X 310 X 210 X 280 X 250 X 230 X +USW00094728198310WDFG 45W X 225W X 225W X 180W X 180W X 315W X 315W X 158W X 45W X 45W X 45W X 90W X 135W X 225W X 270W X 135W X 225W X 45W X 113W X 360W X 45W X 360W X 135W X 45W X 23W X 270W X 293W X 225W X 315W X 225W X 225W X +USW00094728198310WSF1 49 X 36 X 58 X 54 X 63 X 54 X 58 X 54 X 63 X 76 X 63 X 67 X 58 X 63 X 63 X 36 X 54 X 58 X 63 X 72 X 58 X 45 X 49 X 89 X 89 X 45 X 67 X 89 X 94 X 45 X 31 X +USW00094728198310WSFG 87 X 51 X 87 X 82 X 77 X 82 X 82 X 72 X 82 X 113 X 103 X 118 X 82 X 118 X 103 X 113 X 67 X 62 X 103 X 108 X 113 X 77 X 93 X 134 X 123 X 87 X 134 X 154 X 154 X 72 X 51 X +USW00094728198310WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198310WT16 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728198311TMAX 156 0 172 0 144 0 89 0 100 0 100 0 156 0 156 0 206 0 133 0 156 0 83 0 83 0 94 0 100 0 144 0 72 0 100 0 144 0 167 0 172 0 194 0 117 0 161 0 144 0 144 0 117 0 89 0 122 0 83 0-9999 +USW00094728198311TMIN 61 0 67 0 83 0 33 0 11 0 22 0 67 0 67 0 94 0 89 0 83 0 22 0 0 0 33 0 56 0 56 0 50 0 28 0 72 0 100 0 117 0 106 0 72 0 94 0 17 0 33 0 72 0 33 0 44 0 28 0-9999 +USW00094728198311PRCP 0 0 0 0 20 0 3 0 0 0 0 0 0 0 0 0 0 0 348 0 23 0 3 0 0 0 0 0 363 0 74 0 0 0 0 0 0T 0 5 0 211 0 0 0 3 0 112 0 345 0 0 0 0 0 180 0 8 0 0 0-9999 +USW00094728198311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198311WDF1 140 X 240 X 290 X 290 X 230 X 270 X 220 X 230 X 220 X 80 X 230 X 310 X 300 X 40 X 40 X 230 X 280 X 270 X 230 X 160 X 260 X 260 X 40 X 140 X 290 X 250 X 290 X 110 X 270 X 260 X-9999 +USW00094728198311WSF1 40 X 45 X 89 X 67 X 45 X 72 X 63 X 40 X 36 X 103 X 89 X 89 X 63 X 89 X 89 X 67 X 89 X 63 X 40 X 72 X 76 X 54 X 67 X 49 X 103 X 67 X 63 X 72 X 76 X 67 X-9999 +USW00094728198311WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00094728198311WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198312TMAX 56 0 44 0 61 0 61 0 94 0 139 0 106 0 39 0 78 0 111 0 44 0 150 0 150 0 122 0 133 0 94 0 44 0 28 0 11 0 -39 0 0 0 117 0 50 0 -56 0 -106 0 -72 0 -17 0 128 0 50 0 -22 0 -6 0 +USW00094728198312TMIN 17 0 -6 0 11 0 22 0 22 0 67 0 17 0 0 0 11 0 44 0 17 0 22 0 100 0 83 0 89 0 44 0 -6 0 -22 0 -61 0 -83 0 -100 0 -6 0 -56 0 -144 0 -156 0 -133 0 -89 0 -28 0 -33 0 -72 0 -78 0 +USW00094728198312PRCP 0 0 15 0 33 0 467 0 0 0 142 0 0 0 0 0 0 0 0 0 0T 0 406 0 513 0 28 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 554 0 8 0 18 0 0 0 0 0 0 0 292 0 0 0 0 0 0 0 +USW00094728198312SNOW 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 5 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 25 0 25 0 0 0 0T 0 0T 0 0 0 0 0 0 0 +USW00094728198312PGTM 0612 X 1842 X 0948 X 1336 X 0036 X 2342 X 1706 X 0012 X 2300 X 1630 X 2324 X 1642 X 2148 X 0030 X 1530 X 1354 X 1542 X 2100 X 1336 X 0954 X 2036 X 2312 X 0924 X 2224 X 0142 X 1424 X 1306 X 1748 X 2248 X 0012 X 0348 X +USW00094728198312WDF1 270 X 230 X 280 X 40 X 300 X 150 X 260 X 260 X 230 X 280 X 100 X 80 X 50 X 60 X 230 X 280 X 300 X 160 X 360 X 30 X 60 X 40 X 270 X 280 X 270 X 270 X 230 X 230 X 300 X 310 X 340 X +USW00094728198312WDFG 270W X 270W X 270W X 23W X 360W X 270W X 270W X 248W X 180W X 315W X 45W X 135W X 45W X 45W X 180W X 270W X 270W X 225W X 360W X 360W X 68W X 270W X 270W X 293W X 270W X 270W X 225W X 158W X 315W X 315W X 315W X +USW00094728198312WSF1 76 X 58 X 58 X 94 X 36 X 80 X 112 X 67 X 67 X 67 X 98 X 89 X 103 X 76 X 67 X 67 X 58 X 54 X 67 X 58 X 67 X 76 X 85 X 80 X 94 X 72 X 58 X 76 X 67 X 72 X 63 X +USW00094728198312WSFG 113 X 93 X 93 X 154 X 57 X 175 X 195 X 123 X 134 X 93 X 144 X 149 X 149 X 113 X 129 X 113 X 93 X 82 X 134 X 103 X 108 X 123 X 134 X 154 X 149 X 113 X 98 X 221 X 103 X 118 X 82 X +USW00094728198312WT16-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728198312WT18-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198401TMAX 0 0 11 0 28 0 39 0 67 0 61 0 44 0 -6 0 17 0 78 0 -17 0 -44 0 -22 0 11 0 -6 0 -33 0 0 0 -6 0 -6 0 -61 0 -72 0 -44 0 17 0 61 0 83 0 94 0 139 0 28 0 6 0 50 0 22 0 +USW00094728198401TMIN -39 0 -22 0 -6 0 0 0 33 0 39 0 -56 0 -78 0 -28 0 -17 0 -78 0 -106 0 -78 0 -28 0 -72 0 -89 0 -61 0 -17 0 -78 0 -111 0 -133 0 -128 0 -72 0 -6 0 22 0 28 0 17 0 -28 0 -11 0 -17 0 -61 0 +USW00094728198401PRCP 0 0 5 0 0 0 3 0 0 0 0T 0 0 0 0T 0 0 0 152 0 36 0 0 0 0T 0 15 0 0 0 0T 0 0 0 56 0 33 0 0 0 0 0 0 0 0 0 122 0 0 0 0 0 0 0 0 0 3 0 41 0 10 0 +USW00094728198401SNOW 0 0 10 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 86 0 43 0 0 0 0T 0 13 0 0 0 8 0 0 0 107 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 10 0 5 0 +USW00094728198401SNWD 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 102 0 76 0 76 0 76 0 51 0 51 0 51 0 152 0 152 0 152 0 152 0 127 0 102 0 51 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 +USW00094728198401AWND 41 X 33 X 33 X 42 X 32 X 43 X 58 X 43 X 40 X 44 X 61 X 52 X 67 X 44 X 46 X 33 X 32 X 35 X 44 X 46 X 42 X 36 X 28 X 28 X 39 X 39 X 39 X 57 X 47 X 34 X 67 X +USW00094728198401FMTM-9999 0350 X-9999 1050 X 1950 X-9999 0950 X 0350 X 0350 X-9999 0650 X 0650 X 1650 X 0250 X 1050 X 0350 X 0150 X 2150 X 2050 X 0250 X 0250 X 1650 X-9999 0250 X 1550 X-9999 -9999 -9999 0850 X 2350 X 1750 X +USW00094728198401PGTM 1059 X 1859 X 2110 X 0126 X 2113 X 1023 X 2116 X 1432 X 1059 X 1055 X 0657 X 0739 X 1618 X 2313 X-9999 0613 X 0038 X 2216 X 2052 X 1808 X 0240 X 1818 X 1627 X 0327 X 1504 X 0310 X-9999 0323 X 1105 X 1624 X 1120 X +USW00094728198401WDF1 40 X 40 X 220 X 220 X 230 X 220 X 290 X 310 X 280 X 360 X 340 X 30 X 40 X 40 X 320 X 20 X 270 X 40 X 300 X 270 X 300 X 240 X 110 X 50 X 280 X 290 X 290 X 340 X 70 X 30 X 320 X +USW00094728198401WDFG 360W X 225W X 225W X 225W X 225W X 180W X 315W X 225W X 315W X 225W X 338W X 360W X 45W X 270W X 315W X 360W X 270W X 45W X 315W X 270W X 293W X 225W X 180W X 45W X 270W X 270W X 315W X 315W X 45W X 180W X 315W X +USW00094728198401WSF1 54 X 54 X 40 X 63 X 54 X 58 X 76 X 63 X 63 X 67 X 89 X 76 X 94 X 76 X 67 X 45 X 54 X 58 X 72 X 63 X 76 X 67 X 40 X 45 X 94 X 63 X 80 X 94 X 72 X 54 X 103 X +USW00094728198401WSFG 98 X 82 X 87 X 118 X 123 X 113 X 123 X 108 X 93 X 144 X 154 X 134 X 134 X 108 X 98 X 77 X 77 X 72 X 108 X 103 X 103 X 87 X 82 X 72 X 103 X 113 X 134 X 134 X 87 X 98 X 159 X +USW00094728198401WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198401WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198401WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198401WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198401WT16-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728198401WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198401WT18-9999 1 0-9999 1 0-9999 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00094728198402TMAX -22 0 44 0 106 0 106 0 33 0 56 0 0 0 0 0 50 0 83 0 111 0 139 0 72 0 139 0 144 0 94 0 72 0 128 0 78 0 111 0 89 0 111 0 117 0 172 0 139 0 50 0 33 0 78 0 56 0-9999 -9999 +USW00094728198402TMIN -83 0 -72 0 22 0 33 0 11 0 0 0 -61 0 -72 0 -28 0 -11 0 56 0 67 0 22 0 28 0 94 0 61 0 56 0 56 0 50 0 56 0 28 0 6 0 39 0 78 0 22 0 -17 0 -28 0 11 0 -33 0-9999 -9999 +USW00094728198402PRCP 0 0 0 0 18 0 23 0 137 0 0 0 0 0 0 0 0 0 0 0 69 0 0 0 0T 0 8 0 439 0 20 0 0 0 0T 0 13 0 0 0 3 0 0 0 180 0 58 0 8 0 0 0 0T 0 259 0 0T 0-9999 -9999 +USW00094728198402SNOW 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0-9999 -9999 +USW00094728198402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728198402AWND 51 X 34 X 54 X 27 X 32 X 39 X 67 X 60 X 40 X 41 X 26 X 23 X 34 X 48 X 42 X 46 X 30 X 29 X 29 X 46 X 52 X 42 X 43 X 41 X 46 X 63 X 34 X 76 X 63 X-9999 -9999 +USW00094728198402FMTM 1050 X 1850 X 1650 X-9999 -9999 -9999 2350 X 0050 X 0050 X-9999 -9999 1450 X 0050 X 0550 X 1050 X 2150 X-9999 1750 X 2150 X 1850 X 1450 X 0150 X 2250 X 0050 X 2150 X 0150 X 2350 X 1150 X 0850 X-9999 -9999 +USW00094728198402PGTM 1117 X 2233 X 1544 X 1918 X 2110 X 1951 X 2306 X 0108 X 0034 X 1215 X 1314 X 1508 X 2353 X 0548 X 1048 X 0422 X 1517 X 1832 X 1856 X-9999 -9999 -9999 2214 X 0113 X 2358 X 0438 X 2316 X 1123 X 0457 X-9999 -9999 +USW00094728198402WDF1 310 X 150 X 160 X 20 X 240 X 250 X 280 X 300 X 220 X 160 X-9999 200 X 50 X 80 X 90 X 50 X 50 X 40 X 140 X 270 X 280 X 290 X 40 X 50 X 270 X 310 X 40 X 30 X 270 X-9999 -9999 +USW00094728198402WDFG 315W X 135W X 180W X 360W X 293W X 360W X 270W X 293W X 225W X 135W X 225W X 203W X 45W X 90W X 90W X 360W X 45W X 45W X 180W X 135W X 270W X 225W X 45W X 270W X 270W X 270W X 45W X 45W X 225W X-9999 -9999 +USW00094728198402WSF1 67 X 63 X 76 X 45 X 45 X 58 X 80 X 103 X 58 X 58 X-9999 36 X 54 X 80 X 63 X 63 X 45 X 45 X 40 X 67 X 76 X 67 X 89 X 103 X 80 X 94 X 67 X 125 X 89 X-9999 -9999 +USW00094728198402WSFG 103 X 103 X 123 X 67 X 82 X 93 X 144 X 154 X 98 X 87 X 67 X 57 X 82 X 103 X 134 X 82 X 134 X 93 X 67 X 57 X 67 X 77 X 113 X 175 X 170 X 144 X 98 X 226 X 139 X-9999 -9999 +USW00094728198402WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198402WT16-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198402WT18-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198403TMAX -6 0 33 0 22 0 44 0 61 0 67 0 44 0 -11 0 0 0 -11 0 44 0 -11 0 17 0 56 0 117 0 122 0 67 0 78 0 94 0 144 0 106 0 111 0 72 0 111 0 61 0 111 0 111 0 61 0 22 0 67 0 122 0 +USW00094728198403TMIN -61 0 -39 0 -39 0 -44 0 6 0 28 0 -44 0 -78 0 -78 0 -106 0 -72 0 -89 0 -44 0 6 0 -28 0 33 0 17 0 0 0 22 0 39 0 44 0 56 0 17 0 6 0 44 0 17 0 11 0 11 0 11 0 17 0 17 0 +USW00094728198403PRCP 0 0 0T 0 0 0 0 0 180 0 15 0 0 0 25 0 74 0 0 0 0T 0 0 0 587 0 23 0 0 0 8 0 0 0 0T 0 0T 0 0T 0 13 0 0 0 3 0 0 0 10 0 0 0 0 0 145 0 516 0 3 0 0T 0 +USW00094728198403SNOW 0 0 0T 0 0 0 0 0 8 0 0 0 0 0 46 0 130 0 0 0 0T 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 38 0 46 0 0T 0 0T 0 +USW00094728198403SNWD 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 178 0 178 0 127 0 76 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 0T 0 +USW00094728198403AWND 60 X 59 X 55 X 35 X 31 X 41 X 51 X 45 X 67 X 43 X 67 X 45 X 59 X 51 X 37 X 31 X 60 X 40 X 36 X 38 X 48 X 49 X 61 X 42 X 30 X 46 X 37 X 66 X 97 X 43 X 38 X +USW00094728198403FMTM 2050 X 1650 X 1650 X 1050 X 1450 X 1350 X 1950 X 2350 X-9999 1450 X 2350 X 0050 X 2350 X 0150 X 1550 X 2350 X 0950 X-9999 2050 X 2150 X 0850 X 1050 X 1550 X 0050 X 0950 X 1350 X 0750 X 2250 X 0350 X 0950 X 1150 X +USW00094728198403PGTM 1546 X 1316 X 1225 X 0013 X 1415 X 0948 X 0837 X 2348 X 0321 X 1926 X 2311 X 0041 X 2328 X-9999 1207 X 2308 X 0846 X 0059 X 2108 X 0218 X 1523 X 1102 X 1104 X 1356 X 0945 X 0548 X 0739 X 2316 X 0256 X 0154 X 0936 X +USW00094728198403WDF1 280 X 280 X 290 X 290 X 140 X 310 X 350 X 30 X 360 X 310 X 280 X 320 X 320 X 330 X 300 X 270 X 40 X 60 X 360 X 130 X 90 X 230 X 280 X 300 X 50 X 10 X 10 X 60 X 40 X 300 X 290 X +USW00094728198403WDFG 270W X 270W X 270W X 293W X 135W X 315W X 315W X 45W X 360W X 225W X 270W X 315W X 360W X 315W X 68W X 270W X 360W X 360W X 360W X 315W X 45W X 225W X 270W X 270W X 45W X 360W X 360W X 45W X 45W X 315W X 315W X +USW00094728198403WSF1 76 X 76 X 76 X 58 X 63 X 72 X 89 X 103 X 94 X 67 X 98 X 76 X 76 X 80 X 58 X 63 X 80 X 54 X 63 X 63 X 76 X 76 X 72 X 67 X 63 X 72 X 67 X 125 X 156 X 67 X 54 X +USW00094728198403WSFG 144 X 134 X 144 X 103 X 98 X 103 X 118 X 164 X 180 X 103 X 175 X 144 X 144 X 82 X 82 X 77 X 139 X 93 X 113 X 93 X 129 X 129 X 134 X 103 X 82 X 118 X 87 X 252 X 283 X 129 X 103 X +USW00094728198404TMAX 144 0 150 0 172 0 117 0 133 0 139 0 106 0 122 0 144 0 144 0 178 0 200 0 139 0 83 0 89 0 139 0 189 0 189 0 117 0 156 0 156 0 133 0 78 0 122 0 128 0 228 0 200 0 206 0 256 0 233 0-9999 +USW00094728198404TMIN 33 0 50 0 72 0 61 0 94 0 72 0 44 0 39 0 17 0 17 0 39 0 72 0 72 0 56 0 61 0 61 0 100 0 89 0 83 0 78 0 61 0 22 0 44 0 72 0 94 0 78 0 94 0 89 0 128 0 144 0-9999 +USW00094728198404PRCP 0 0 0 0 0 0 409 0 701 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 198 0 76 0 180 0 13 0 13 0 0T 0 0 0 0 0 0 0 86 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0-9999 +USW00094728198404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198404AWND 32 X 38 X 35 X 49 X 62 X 34 X 54 X 57 X 45 X 48 X 42 X 29 X 49 X 70 X 72 X 48 X 36 X 25 X 37 X 39 X 56 X 42 X 49 X 37 X 57 X 32 X 47 X 31 X 32 X 39 X-9999 +USW00094728198404FMTM 2150 X32767 XX 1850 X 1950 X 1150 X 2350 X 2150 X 1750 X 1750 X 2050 X 1950 X 2350 X 1350 X 1850 X 0850 X 0850 X 1550 X 1750 X 2150 X 1650 X 1750 X 0650 X 1950 X 1650 X 1550 X 1650 X 1650 X 1650 X 1650 X 1250 X-9999 +USW00094728198404PGTM 1128 X 1603 X 1154 X 1434 X 1228 X 1654 X 2058 X 2132 X 1855 X 2251 X 1148 X 1713 X 1412 X 1943 X 0925 X 0448 X 1752 X 1734 X 0746 X 1911 X 1014 X 0643 X 1534 X 1552 X 1518 X 1245 X 1502 X 1519 X 2205 X 1141 X-9999 +USW00094728198404WDF1 250 X 280 X 150 X 40 X 130 X 230 X 290 X 40 X 20 X 50 X 140 X 220 X 140 X 50 X 40 X 60 X 160 X 330 X 140 X 290 X 340 X 10 X 50 X 240 X 300 X 320 X 180 X 230 X 190 X 190 X-9999 +USW00094728198404WDFG 270W X 270W X 315W X 45W X 135W X 225W X 315W X 360W X 360W X 360W X 45W X 180W X 135W X 45W X 45W X 90W X 180W X 180W X 135W X 293W X 315W X 360W X 45W X 225W X 270W X 315W X 180W X 225W X 225W X 225W X-9999 +USW00094728198404WSF1 45 X 67 X 63 X 76 X 94 X 54 X 72 X 72 X 72 X 76 X 58 X 54 X 67 X 107 X 98 X 89 X 63 X 54 X 54 X 63 X 80 X 80 X 89 X 58 X 103 X 54 X 76 X 45 X 58 X 63 X-9999 +USW00094728198404WSFG 82 X 103 X 118 X 108 X 206 X 98 X 134 X 129 X 134 X 134 X 93 X 67 X 93 X 195 X 164 X 149 X 103 X 103 X 72 X 108 X 164 X 139 X 139 X 123 X 149 X 108 X 98 X 67 X 77 X 103 X-9999 +USW00094728198405TMAX 200 0 189 0 150 0 233 0 206 0 206 0 206 0 206 0 172 0 189 0 217 0 211 0 239 0 156 0 161 0 128 0 189 0 172 0 233 0 250 0 256 0 244 0 272 0 256 0 272 0 294 0 239 0 178 0 200 0 183 0 161 0 +USW00094728198405TMIN 133 0 100 0 94 0 111 0 117 0 117 0 117 0 128 0 111 0 89 0 122 0 122 0 117 0 100 0 78 0 67 0 61 0 94 0 117 0 139 0 128 0 161 0 167 0 144 0 161 0 189 0 172 0 133 0 133 0 122 0 100 0 +USW00094728198405PRCP 0 0 0 0 218 0 244 0 0 0 0 0 0 0 122 0 0T 0 0 0 0T 0 53 0 43 0 3 0 0 0 3 0 0 0 0 0 3 0 206 0 3 0 0 0 170 0 0 0 0 0 33 0 0 0 292 0 363 0 556 0 163 0 +USW00094728198405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198405AWND 56 X 38 X 46 X 46 X 51 X 25 X 27 X 37 X 54 X 35 X 42 X 35 X 34 X 43 X 46 X 44 X 42 X 30 X 39 X 33 X 30 X 31 X 42 X 34 X 41 X 41 X 27 X 41 X 36 X 31 X 35 X +USW00094728198405FMTM 1450 X 1150 X 0450 X 0050 X 1250 X 1150 X 1750 X 1950 X 1850 X 1850 X 1650 X 1350 X 1750 X 1550 X 1650 X-9999 1650 X 1250 X 2350 X 1450 X 0450 X 2050 X-9999 0750 X 1650 X 1350 X 0950 X 2250 X 0550 X 2250 X 0150 X +USW00094728198405PGTM 1148 X 1035 X 0649 X 2156 X 0153 X 1328 X 1343 X 1912 X 1822 X 0510 X 1712 X 1151 X 1822 X 1132 X 1714 X 1507 X 1357 X 1759 X 2359 X 1845 X 1510 X 1258 X 1502 X 0706 X 1058 X 1746 X 0852 X 2203 X 1528 X 0335 X 0115 X +USW00094728198405WDF1 280 X 270 X 50 X 100 X 310 X 30 X 160 X 290 X 280 X 230 X 170 X 230 X 150 X 290 X 280 X 320 X 40 X 10 X 310 X 200 X 20 X 170 X 230 X 280 X 170 X 220 X 350 X 50 X 170 X 360 X 360 X +USW00094728198405WDFG 293W X 270W X 45W X 270W X 270W X 315W X 135W X 293W X 225W X 248W X 180W X 135W X 180W X 293W X 270W X 315W X 23W X 315W X 315W X 158W X 225W X 90W X 180W X 270W X 225W X 225W X 45W X 45W X 135W X 158W X 315W X +USW00094728198405WSF1 80 X 67 X 67 X 72 X 76 X 40 X 54 X 98 X 89 X 58 X 76 X 54 X 76 X 76 X 72 X 63 X 80 X 45 X 54 X 54 X 54 X 54 X 58 X 54 X 67 X 72 X 45 X 67 X 67 X 40 X 63 X +USW00094728198405WSFG 170 X 108 X 103 X 129 X 129 X 87 X 98 X 190 X 144 X 93 X 129 X 118 X 108 X 123 X 129 X 113 X 134 X 72 X 103 X 113 X 72 X 87 X 149 X 93 X 103 X 144 X 67 X 98 X 93 X 103 X 87 X +USW00094728198405WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728198405WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 X-9999 1 0 1 0 1 0 1 0-9999 1 X-9999 -9999 1 0 1 0 1 X-9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 +USW00094728198406TMAX 222 0 228 0 189 0 289 0 306 0 294 0 333 0 344 0 356 0 350 0 344 0 289 0 344 0 294 0 228 0 239 0 217 0 228 0 317 0 289 0 278 0 283 0 283 0 244 0 289 0 261 0 294 0 289 0 283 0 228 0-9999 +USW00094728198406TMIN 94 0 122 0 133 0 144 0 183 0 206 0 222 0 250 0 250 0 261 0 256 0 206 0 222 0 211 0 172 0 144 0 178 0 183 0 200 0 194 0 183 0 172 0 194 0 189 0 189 0 178 0 172 0 206 0 211 0 200 0-9999 +USW00094728198406PRCP 5 0 56 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 36 0 0 0 0 0 13 0 15 0 41 0 0 0 0 0 0 0 0 0 371 0 15 0 0T 0 0T 0 53 0 0 0 780 0-9999 +USW00094728198406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198406AWND 48 X 38 X 29 X 40 X 34 X 26 X 29 X 33 X 36 X 28 X 38 X 34 X 33 X 37 X 34 X 44 X 30 X 28 X 31 X 30 X 36 X 28 X 35 X 51 X 25 X 35 X 36 X 33 X 22 X 31 X-9999 +USW00094728198406FMTM 1450 X 0750 X 1950 X 1250 X 1150 X 1450 X 1450 X 1650 X 1250 X 2050 X-9999 0350 X-9999 2250 X 1350 X 0850 X 1350 X 1750 X 1750 X 0850 X 1050 X 1450 X 2050 X 1250 X 1650 X 1650 X 2350 X 0350 X 1650 X 1750 X-9999 +USW00094728198406PGTM 1343 X 0619 X 1927 X 1402 X 1513 X 1502 X 1436 X 1553 X 1713 X 2328 X 1953 X 1256 X 1501 X 1739 X 2259 X 0205 X 1403 X 1516 X 1733 X 0738 X 0359 X 1646 X 2047 X 1158 X 1607 X 1038 X 0913 X 1632 X 1553 X 1815 X-9999 +USW00094728198406WDF1 360 X 270 X 270 X 330 X 240 X 230 X 230 X 220 X 260 X 230 X 250 X 50 X 230 X 300 X 340 X 40 X 180 X 150 X 300 X 10 X 110 X 150 X 190 X 170 X 310 X 280 X 230 X 220 X 180 X 50 X-9999 +USW00094728198406WDFG 45W X 293W X 270W X 270W X 270W X 225W X 225W X 225W X 248W X 225W X 270W X 135W X 270W X 270W X 360W X 360W X 360W X 225W X 293W X 360W X 360W X 135W X 180W X 180W X 315W X 270W X 225W X 270W X 158W X 45W X-9999 +USW00094728198406WSF1 67 X 63 X 63 X 63 X 58 X 54 X 54 X 58 X 58 X 40 X 58 X 63 X 54 X 63 X 63 X 63 X 54 X 40 X 63 X 54 X 54 X 58 X 54 X 80 X 54 X 58 X 63 X 58 X 45 X 45 X-9999 +USW00094728198406WSFG 134 X 103 X 87 X 118 X 93 X 67 X 72 X 82 X 87 X 77 X 103 X 82 X 129 X 123 X 98 X 87 X 77 X 82 X 87 X 67 X 118 X 82 X 93 X 164 X 82 X 93 X 103 X 103 X 82 X 82 X-9999 +USW00094728198406WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 +USW00094728198406WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00094728198407TMAX 217 0 289 0 283 0 289 0 311 0 256 0 239 0 244 0 239 0 256 0 289 0 300 0 317 0 328 0 311 0 300 0 283 0 244 0 272 0 283 0 228 0 283 0 294 0 306 0 272 0 272 0 228 0 239 0 272 0 239 0 289 0 +USW00094728198407TMIN 200 0 200 0 206 0 217 0 211 0 211 0 194 0 161 0 150 0 183 0 217 0 222 0 222 0 233 0 239 0 233 0 217 0 200 0 183 0 194 0 200 0 200 0 217 0 233 0 194 0 183 0 172 0 172 0 178 0 194 0 189 0 +USW00094728198407PRCP 163 0 0 0 76 0 3 0 107 0 3 0 795 0 0 0 0 0 0T 0 53 0 0 0 0 0 0 0 0 0 23 0 0 0 127 0 0 0 0 0 132 0 0 0 0 0 3 0 0 0 0 0 302 0 0 0 0 0 0T 0 0 0 +USW00094728198407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198407AWND 30 X 28 X 29 X 34 X 40 X 39 X 30 X 34 X 25 X 25 X 31 X 37 X 26 X 30 X 38 X 39 X 30 X 32 X 29 X 34 X 22 X 23 X 34 X 47 X 35 X 25 X 46 X 29 X 23 X 18 X 28 X +USW00094728198407FMTM 1550 X 2150 X 1750 X 1550 X 1350 X 1550 X-9999 0850 X 1350 X 1650 X 1850 X 0850 X 1750 X 1250 X-9999 1450 X 1550 X 1650 X 0850 X 1350 X 1550 X 1950 X 2250 X-9999 1330 X 2250 X-9999 0750 X 1350 X 1350 X 2150 X +USW00094728198407PGTM 1058 X 1711 X 1618 X 1323 X 2106 X 0330 X 0207 X 0208 X 1935 X 1126 X-9999 1515 X 1538 X 1526 X 1432 X 0913 X 1852 X 1957 X 1107 X 1435 X 1635 X 1630 X 1338 X 1811 X 1637 X 1607 X 1146 X 0801 X 1435 X 1307 X 1646 X +USW00094728198407WDF1 40 X 240 X 70 X 240 X 220 X 220 X 170 X 10 X 300 X 240 X 270 X 290 X 320 X 290 X 170 X 210 X 270 X 290 X 320 X 220 X 80 X 140 X 240 X 230 X 260 X 170 X 120 X 40 X 70 X 160 X 220 X +USW00094728198407WDFG 90W X 225W X 90W X 225W X 225W X 225W X 203W X 360W X 270W X 225W X 315W X 315W X 315W X 270W X 180W X 225W X 180W X 293W X 270W X 135W X 45W X 135W X 225W X 293W X 270W X 180W X 45W X 45W X 68W X 158W X 225W X +USW00094728198407WSF1 45 X 40 X 40 X 63 X 63 X 63 X 45 X 54 X 36 X 40 X 63 X 63 X 54 X 49 X 58 X 76 X 54 X 54 X 45 X 63 X 54 X 36 X 63 X 67 X 58 X 40 X 63 X 58 X 54 X 31 X 54 X +USW00094728198407WSFG 62 X 62 X 93 X 154 X 134 X 93 X 108 X 77 X 62 X 77 X 93 X 98 X 77 X 82 X 77 X 98 X 123 X 93 X 77 X 93 X 67 X 67 X 82 X 103 X 77 X 77 X 108 X 82 X 82 X 51 X 82 X +USW00094728198407WT03-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198407WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198408TMAX 311 0 311 0 306 0 317 0 256 0 317 0 311 0 322 0 267 0 267 0 267 0 261 0 283 0 317 0 322 0 333 0 306 0 278 0 250 0 256 0 261 0 278 0 267 0 250 0 272 0 289 0 272 0 272 0 278 0 289 0 300 0 +USW00094728198408TMIN 211 0 244 0 233 0 228 0 222 0 217 0 228 0 228 0 233 0 222 0 211 0 222 0 228 0 228 0 239 0 228 0 206 0 183 0 206 0 172 0 156 0 172 0 189 0 178 0 189 0 183 0 183 0 206 0 222 0 222 0 200 0 +USW00094728198408PRCP 0 0 3 0 94 0 0 0 20 0 0 0 15 0 0 0 0 0 0 0 15 0 3 0 0 0 0T 0 0 0 0T 0 0 0 0 0 10 0 36 0 0 0 0 0 79 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 76 0 +USW00094728198408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198408FMTM 1850 X 1650 X 1450 X 1750 X 0750 X 2150 X 1650 X 1450 X 2050 X 1150 X 2050 X 2350 X 1350 X 1750 X 1650 X 1950 X 0650 X 1150 X 1650 X 0750 X 2350 X 2350 X 0250 X 1750 X 1250 X 2150 X 1350 X 1550 X 0650 X 1550 X 1550 X +USW00094728198408PGTM 1549 X 1701 X 1544 X 1756 X 1511 X 1505 X 1720 X 1401 X 1717 X 0940 X 1235 X 0335 X 1552 X 1653 X 1521 X 2014 X 1712 X 1229 X 1552 X 0738 X 0654 X 2314 X 0242 X 0838 X 1228 X 2114 X 2316 X 2014 X 1401 X 1555 X 1734 X +USW00094728198408WDF1 220 X 140 X 20 X 150 X 290 X 250 X 240 X 40 X 150 X 50 X 50 X 60 X 60 X 50 X 310 X 330 X 340 X 270 X 170 X 50 X 220 X 220 X 230 X 320 X 40 X 160 X 220 X 140 X 220 X 160 X 310 X +USW00094728198408WDFG 248W X 135W X 338W X 135W X 90W X 270W X 248W X 45W X 45W X 90W X 45W X 45W X 90W X 45W X 315W X 315W X 270W X 225W X 180W X 45W X 45W X 225W X 225W X 270W X 45W X 180W X 225W X 135W X 225W X 158W X 270W X +USW00094728198408WSF1 54 X 36 X 67 X 31 X 36 X 40 X 45 X 58 X 54 X 45 X 54 X 49 X 58 X 54 X 63 X 72 X 58 X 40 X 45 X 67 X 54 X 63 X 72 X 63 X 63 X 54 X 45 X 58 X 58 X 40 X 67 X +USW00094728198408WSFG 134 X 62 X 144 X 51 X 62 X 62 X 103 X 77 X 72 X 62 X 82 X 72 X 67 X 87 X 93 X 98 X 87 X 62 X 72 X 98 X 72 X 93 X 118 X 87 X 108 X 72 X 77 X 93 X 98 X 82 X 82 X +USW00094728198409TMAX 256 0 267 0 289 0 189 0 222 0 206 0 222 0 239 0 239 0 267 0 283 0 256 0 239 0 278 0 183 0 183 0 206 0 222 0 250 0 278 0 244 0 244 0 278 0 283 0 300 0 244 0 144 0 117 0 189 0 189 0-9999 +USW00094728198409TMIN 172 0 178 0 189 0 161 0 133 0 117 0 106 0 128 0 150 0 183 0 200 0 178 0 156 0 183 0 111 0 89 0 111 0 106 0 122 0 156 0 161 0 128 0 172 0 206 0 206 0 111 0 89 0 67 0 117 0 117 0-9999 +USW00094728198409PRCP 0 0 0 0 305 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 8 0 8 0 97 0 0 0 0 0-9999 +USW00094728198409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198409FMTM 1250 X 1950 X 1750 X 2050 X 0250 X 1650 X 1050 X 1650 X 1450 X 1550 X 1950 X 0350 X 2250 X 0250 X 0750 X 0150 X 1150 X 1350 X 1550 X 1250 X 1050 X 2350 X 0650 X 0950 X 2250 X 1750 X 0750 X 0450 X 1650 X 1250 X-9999 +USW00094728198409PGTM 1207 X 1638 X 1659 X 0113 X 1507 X 1547 X 1700 X 1952 X 1722 X 1422 X 2104 X 0309 X 1710 X 1020 X 0104 X 0958 X 1802 X 1418 X 1448 X 1119 X 1038 X 2339 X 0752 X 0940 X 1413 X 0923 X 0633 X 0431 X 0919 X 2232 X-9999 +USW00094728198409WDF1 300 X 140 X 90 X 290 X 280 X 310 X 80 X 180 X 170 X 160 X 190 X 10 X 230 X 240 X 50 X 350 X 340 X 140 X 230 X 230 X 30 X 220 X 230 X 280 X 220 X 300 X 10 X 50 X 360 X 50 X-9999 +USW00094728198409WDFG 293W X 315W X 45W X 45W X 248W X 360W X 180W X 180W X 180W X 158W X 225W X 270W X 158W X 225W X 45W X 315W X 360W X 135W X 270W X 225W X 23W X 225W X 225W X 225W X 225W X 293W X 360W X 45W X 45W X 45W X-9999 +USW00094728198409WSF1 54 X 36 X 67 X 45 X 54 X 63 X 45 X 45 X 54 X 58 X 54 X 67 X 72 X 58 X 58 X 40 X 54 X 40 X 54 X 67 X 67 X 45 X 67 X 31 X 54 X 72 X 67 X 67 X 54 X 67 X-9999 +USW00094728198409WSFG 113 X 98 X 113 X 87 X 87 X 82 X 62 X 93 X 77 X 113 X 72 X 113 X 98 X 103 X 103 X 103 X 108 X 72 X 82 X 103 X 87 X 87 X 93 X 51 X 93 X 144 X 113 X 87 X 72 X 103 X-9999 +USW00094728198410TMAX 144 0 150 0 189 0 189 0 189 0 156 0 189 0 194 0 239 0 183 0 233 0 217 0 194 0 194 0 228 0 233 0 222 0 206 0 222 0 244 0 211 0 250 0 183 0 139 0 200 0 206 0 172 0 261 0 233 0 189 0 222 0 +USW00094728198410TMIN 106 0 89 0 72 0 117 0 94 0 50 0 72 0 122 0 144 0 144 0 150 0 139 0 133 0 128 0 122 0 122 0 122 0 156 0 150 0 183 0 167 0 167 0 128 0 111 0 111 0 144 0 144 0 167 0 161 0 117 0 139 0 +USW00094728198410PRCP 165 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 8 0 0 0 368 0 23 0 15 0 0T 0 66 0 0T 0 224 0 5 0 0 0 0 0 +USW00094728198410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198410FMTM 1350 X 1550 X 1150 X 1050 X 2050 X 0550 X 2250 X 2050 X 1750 X 2150 X 0950 X 1550 X 0950 X 2250 X 0550 X 1950 X 1550 X 1650 X 2350 X 0150 X 2350 X 2050 X 0750 X 0550 X 2250 X 1050 X 2250 X 1450 X 1550 X 0950 X 2350 X +USW00094728198410PGTM 1549 X 1654 X 1527 X 0846 X 2219 X 0243 X 2203 X 1003 X 0135 X 1204 X 0849 X 1534 X 1022 X 0740 X 0745 X 1606 X 1553 X 0414 X 2024 X 0114 X 2313 X 2027 X 0802 X 0507 X 2246 X 0302 X 0118 X 2149 X 1341 X 1037 X 2118 X +USW00094728198410WDF1 40 X 310 X 230 X 310 X 40 X 40 X 230 X 230 X-9999 -9999 350 X 60 X 40 X 10 X 50 X 230 X 130 X 130 X 240 X 240 X 200 X 340 X 360 X 50 X 170 X 250 X 130 X 220 X 10 X 60 X 80 X +USW00094728198410WDFG 45W X 315W X 225W X 270W X 45W X 45W X 225W X 225W X 225W X 158W X 23W X 68W X 45W X 23W X 45W X 135W X 135W X 225W X 180W X 225W X 225W X 360W X-9999 45W X 180W X 180W X 45W X 225W X 23W X-9999 23W X +USW00094728198410WSF1 72 X 54 X 72 X 63 X 58 X 67 X 45 X 45 X 36 X 36 X 40 X 45 X 80 X 72 X 67 X 45 X 54 X 36 X 40 X 40 X 54 X 63 X 36 X 54 X 45 X 40 X 40 X 45 X 40 X 67 X 72 X +USW00094728198410WSFG 123 X 123 X 134 X 93 X 103 X 103 X 87 X 72 X 67 X 57 X 67 X 93 X 149 X 129 X 108 X 67 X 82 X 51 X 67 X 82 X 98 X 113 X 67 X 82 X 77 X 82 X 67 X 87 X 77 X 93 X 103 X +USW00094728198411TMAX 172 0 189 0 94 0 144 0 206 0 150 0 100 0 100 0 156 0 200 0 189 0 128 0 50 0 122 0 133 0 144 0 89 0 89 0 56 0 33 0 61 0 56 0 94 0 106 0 117 0 156 0 161 0 178 0 172 0 117 0-9999 +USW00094728198411TMIN 122 0 39 0 28 0 67 0 144 0 56 0 33 0 22 0 61 0 122 0 128 0 33 0 28 0 22 0 33 0 50 0 22 0 39 0 -17 0 -39 0 -11 0 -22 0 0 0 28 0 39 0 50 0 67 0 94 0 44 0 33 0-9999 +USW00094728198411PRCP 0 0 10 0 0 0 0 0 493 0 0T 0 0 0 0 0 0 0 0T 0 323 0 3 0 0T 0 0 0 3 0 0T 0 0 0 20 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 180 0 0 0-9999 +USW00094728198411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198411FMTM 0350 X 1450 X 0850 X 1350 X 0550 X 2350 X 0450 X 0850 X 1950 X 2350 X 1150 X 1350 X 1750 X 0950 X 2050 X 1250 X 1250 X 1550 X 2000 X 1750 X 0150 X 0650 X 1450 X 1350 X 1152 X 1450 X 1450 X 2050 X 1150 X 2250 X-9999 +USW00094728198411PGTM 0302 X 0857 X 0527 X 0944 X 1044 X 1559 X 2201 X 0039 X 1720 X 2311 X 1036 X 2134 X 0716 X 1147 X 1915 X 1301 X 1458 X 1547 X 2000 X 1632 X 1036 X 0655 X 0925 X 1355 X 2252 X 1854 X 1408 X 2027 X 1506 X 2152 X-9999 +USW00094728198411WDF1 50 X 300 X 40 X 80 X 340 X 300 X 320 X 40 X 180 X 190 X 160 X-9999 300 X 300 X 190 X 270 X 280 X 250 X 360 X 280 X 300 X 350 X 260 X 270 X 100 X 230 X 200 X 150 X 290 X 220 X-9999 +USW00094728198411WDFG 45W X 225W X 90W X 45W X 315W X 293W X 23W X 45W X 158W X 180W X 225W X 270W X 270W X 293W X 180W X 270W X 315W X 248W X 360W X 270W X 315W X 360W X 225W X 270W X 225W X 225W X 203W X 135W X 293W X 225W X-9999 +USW00094728198411WSF1 63 X 67 X 67 X 54 X 40 X 80 X 63 X 54 X 58 X 54 X 54 X 67 X 76 X 80 X 67 X 76 X 76 X 58 X 58 X 72 X 67 X 58 X 54 X 54 X 40 X 45 X 58 X 63 X 89 X 58 X-9999 +USW00094728198411WSFG 108 X 123 X 103 X 77 X 77 X 129 X 103 X 87 X 87 X 72 X 87 X 98 X 134 X 195 X 108 X 144 X 103 X 98 X 93 X 129 X 93 X 72 X 123 X 67 X 62 X 62 X 62 X 103 X 134 X 87 X-9999 +USW00094728198412TMAX 139 0 89 0 111 0 56 0 39 0 61 0 11 0 50 0 100 0 122 0 106 0 94 0 172 0 122 0 56 0 89 0 161 0 172 0 83 0 106 0 78 0 156 0 72 0 100 0 83 0 56 0 17 0 133 0 211 0 183 0 67 0 +USW00094728198412TMIN 61 0 44 0 44 0 11 0 6 0 6 0 -39 0 -33 0 22 0 56 0 61 0 56 0 78 0 39 0 22 0 39 0 89 0 61 0 33 0 39 0 22 0 61 0 17 0 22 0 -17 0 -28 0 -17 0 -11 0 128 0 44 0 22 0 +USW00094728198412PRCP 3 0 0 0 89 0 0 0 71 0 244 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 10 0 0T 0 0T 0 0 0 33 0 0 0 127 0 25 0 0 0 15 0 3 0 0 0 178 0 13 0 0 0 0T 0 13 0 +USW00094728198412SNOW 0 0 0 0 0 0 0 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 122 0 0 0 0 0 0 0 0 0 +USW00094728198412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 +USW00094728198412FMTM 1550 X 1150 X 1750 X 1650 X 2050 X 2250 X 0850 X 1250 X 2150 X 1050 X 1150 X 2150 X 0750 X 1250 X 0250 X 2350 X 0250 X 1450 X 2050 X 2150 X 1750 X 2050 X 1950 X 2350 X 1050 X 1250 X 0050 X 2350 X 0850 X 0650 X 2250 X +USW00094728198412PGTM 1232 X 2252 X 1435 X 1428 X 2155 X 2224 X 1219 X 0651 X 1320 X 1448 X 1422 X 2146 X 0806 X 1143 X 0023 X 2254 X 0135 X 2026 X 1710 X 1524 X 1819 X 2041 X 2029 X 2359 X 0808 X 1412 X 1422 X 2335 X 0359 X 0458 X 2157 X +USW00094728198412WDF1 310 X 310 X 250 X 270 X 120 X 280 X 280 X 260 X 100 X 50 X 20 X 230 X 230 X 50 X 50 X 220 X 230 X 300 X 260 X 310 X 40 X 290 X 230 X 230 X 270 X 310 X 40 X 220 X 230 X 310 X 50 X +USW00094728198412WDFG 270W X 315W X 135W X 270W X 45W X 270W X 293W X 225W X 180W X 225W X 360W X 225W X 225W X 45W X 45W X 180W X 225W X 360W X 270W X 270W X 45W X 293W X 225W X-9999 270W X 270W X 45W X 225W X 225W X 270W X 45W X +USW00094728198412WSF1 72 X 45 X 63 X 76 X 45 X 80 X 76 X 63 X 45 X 67 X 58 X 54 X 63 X 72 X 63 X 63 X 67 X 67 X 58 X 63 X 72 X 116 X 58 X 58 X 80 X 63 X 63 X 63 X 80 X 72 X 67 X +USW00094728198412WSFG 103 X 82 X 123 X 103 X 77 X 123 X 123 X 113 X 123 X 77 X 93 X 108 X 87 X 123 X 98 X 93 X 103 X 93 X 103 X 103 X 98 X 82 X 108 X 98 X 149 X 93 X 87 X 98 X 113 X 108 X 98 X +USW00094728198501TMAX 139 0 144 0 22 0 11 0 22 0 44 0 72 0 33 0 -39 0 -17 0 -33 0 6 0 22 0 72 0 22 0 -33 0 -6 0 11 0 11 0 -50 0 -128 0 -6 0 -17 0 28 0 33 0 0 0 0 0 50 0 28 0 11 0 0 0 +USW00094728198501TMIN 44 0 22 0 -17 0 -22 0 -33 0 -33 0 22 0 -78 0 -89 0 -78 0 -61 0 -61 0 -28 0 -17 0 -83 0 -106 0 -56 0 -22 0 -50 0 -156 0 -189 0 -128 0 -39 0 -28 0 0 0 -61 0 -72 0 -33 0 -33 0 -44 0 -28 0 +USW00094728198501PRCP 8 0 51 0 0 0 20 0 53 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0T 0 5 0 0 0 76 0 0 0 5 0 5 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 18 0 +USW00094728198501SNOW 0 0 0 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0T 0 8 0 0 0 104 0 0 0 15 0 13 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 20 0 +USW00094728198501SNWD 0 0 0 0 0 0 0 0 51 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 25 0 102 0 51 0 76 0 76 0 76 0 51 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 +USW00094728198501FMTM 0450 X 2150 X 0650 X 0350 X 1450 X 2350 X 1550 X 2150 X 1250 X 0550 X 2350 X 2350 X 1850 X 0250 X 2050 X 1450 X 0850 X 0750 X 2250 X 2350 X 1150 X 1450 X 0650 X 2250 X 1150 X 1650 X 1450 X 1450 X 1750 X 1150 X 1850 X +USW00094728198501PGTM 0052 X 2149 X 0653 X 0030 X 1313 X 0801 X 1548 X 1001 X 1053 X 0008 X 2128 X 1621 X 1325 X 2206 X 1617 X 1127 X 0834 X 1920 X 1718 X 2142 X 0023 X 1120 X 1404 X 1314 X 1148 X 1303 X 1316 X 1334 X 1306 X 1340 X 1302 X +USW00094728198501WDF1 50 X 340 X 40 X 30 X 310 X 270 X 40 X 300 X 280 X 280 X 290 X 290 X 230 X 230 X 290 X 280 X 180 X 270 X 280 X 270 X 270 X 280 X 240 X 230 X 250 X 280 X 280 X 290 X 290 X 50 X 40 X +USW00094728198501WDFG 45W X 338W X 45W X 45W X 315W X 225W X 45W X 293W X 293W X 270W X 270W X 270W X 270W X 270W X 225W X 270W X 225W X 225W X 270W X 270W X 270W X 270W X 248W X 270W X 248W X 315W X 225W X 293W X 293W X 270W X 45W X +USW00094728198501WSF1 54 X 58 X 63 X 54 X 103 X 67 X 72 X 94 X 76 X 54 X 76 X 76 X 67 X 58 X 80 X 72 X 58 X 45 X 72 X 72 X 80 X 76 X 63 X 67 X 98 X 80 X 67 X 67 X 58 X 45 X 67 X +USW00094728198501WSFG 77 X 93 X 103 X 93 X 159 X 93 X 98 X 154 X 134 X 87 X 118 X 149 X 113 X 93 X 164 X 134 X 77 X 72 X 123 X 129 X 134 X 123 X 103 X 103 X 113 X 149 X 103 X 93 X 82 X 57 X 72 X +USW00094728198502TMAX 28 0 17 0 -11 0 6 0 -22 0 -22 0 -11 0 -50 0 -6 0 61 0 50 0 83 0 33 0 28 0 28 0 17 0 67 0 83 0 106 0 78 0 78 0 167 0 211 0 239 0 194 0 72 0 128 0 61 0-9999 -9999 -9999 +USW00094728198502TMIN 0 0 -39 0 -72 0 -83 0 -50 0 -44 0 -67 0 -100 0 -78 0 -56 0 -22 0 17 0 6 0 -17 0 -22 0 -50 0 -11 0 11 0 28 0 -17 0 6 0 56 0 128 0 122 0 72 0 50 0 -17 0 -44 0-9999 -9999 -9999 +USW00094728198502PRCP 99 0 127 0 0 0 0 0 58 0 43 0 0T 0 0T 0 0 0 0 0 0 0 277 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 3 0 3 0 0 0-9999 -9999 -9999 +USW00094728198502SNOW 0 0 109 0 0 0 0 0 84 0 61 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728198502SNWD 25 0 25 0 102 0 102 0 76 0 178 0 178 0 127 0 127 0 102 0 76 0 51 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728198502FMTM 0150 X 0150 X 0750 X 1450 X 2050 X 0050 X 1150 X 2250 X 1850 X 1350 X 2050 X 1150 X 1450 X 1350 X 1950 X 1650 X 2050 X 1150 X 0550 X 0950 X 1550 X 1550 X 2350 X 2250 X 0350 X 1650 X 1650 X 0250 X-9999 -9999 -9999 +USW00094728198502PGTM 0204 X 1108 X 1452 X 1115 X 1918 X 0029 X 2218 X 2109 X 1107 X 0010 X 0309 X 1453 X 1801 X 1015 X 2037 X 0050 X 1338 X 0921 X 0553 X 0918 X 1547 X 1155 X 2227 X 0144 X 0348 X 1229 X 1932 X 0127 X-9999 -9999 -9999 +USW00094728198502WDF1 40 X 360 X 310 X 300 X 50 X 60 X 300 X 310 X 310 X 280 X 80 X 50 X 220 X 230 X 280 X 240 X 270 X 260 X 180 X 360 X 160 X 220 X 220 X 200 X 270 X 50 X 310 X 330 X-9999 -9999 -9999 +USW00094728198502WDFG 45W X 315W X 293W X 315W X 45W X 68W X 270W X 270W X 293W X 293W X 45W X 45W X 225W X 248W X 270W X 270W X 248W X 270W X 180W X 45W X 158W X 225W X 225W X 225W X 270W X 45W X 315W X 315W X-9999 -9999 -9999 +USW00094728198502WSF1 54 X 76 X 63 X 45 X 72 X 76 X 89 X 116 X 103 X 67 X 58 X 89 X 63 X 63 X 54 X 63 X 63 X 67 X 67 X 45 X 54 X 58 X 58 X 58 X 89 X 40 X 94 X 76 X-9999 -9999 -9999 +USW00094728198502WSFG 62 X 98 X 77 X 77 X 118 X 108 X 113 X 216 X 170 X 87 X 67 X 185 X 93 X 108 X 87 X 82 X 108 X 108 X 113 X 72 X 77 X 103 X 98 X 103 X 149 X 62 X 170 X 103 X-9999 -9999 -9999 +USW00094728198503TMAX 122 0 161 0 94 0 72 0 178 0 33 0 50 0 139 0 122 0 150 0 167 0 133 0 150 0 122 0 78 0 100 0 156 0 50 0 83 0 172 0 89 0 78 0 94 0 89 0 100 0 133 0 233 0 256 0 278 0 161 0 94 0 +USW00094728198503TMIN 11 0 33 0 6 0 -28 0 22 0 -44 0 -33 0 44 0 44 0 44 0 39 0 67 0 61 0 61 0 6 0 -11 0 6 0 -28 0 -56 0 39 0 -6 0 0 0 17 0 61 0 0 0 0 0 61 0 150 0 128 0 78 0 28 0 +USW00094728198503PRCP 0 0 0T 0 0 0 89 0 23 0 0 0 5 0 64 0 0 0 0 0 25 0 124 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 15 0 0 0 0T 0 33 0 0T 0 0 0 0 0 0 0 10 0 0T 0 5 0 91 0 +USW00094728198503SNOW 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198503FMTM 1250 X 1250 X 2350 X 0950 X 2150 X 0350 X 1550 X 0650 X 0550 X 1250 X 2050 X 1750 X 1150 X 1850 X 1850 X 2350 X 1750 X 1550 X 1950 X 2250 X 0750 X 1850 X 0950 X 2350 X 1850 X 0750 X 1150 X 1350 X 1650 X 2350 X 1950 X +USW00094728198503PGTM 1238 X 1817 X 0803 X 0705 X 2132 X 0358 X 1931 X 0951 X 0524 X 1342 X 2019 X 1818 X 1022 X 1518 X 1652 X 0348 X 1938 X 1538 X 1944 X 2027 X 0848 X 1339 X 1215 X 1130 X 1957 X 1332 X 1738 X 1523 X 1513 X 2201 X 2050 X +USW00094728198503WDF1 220 X 310 X 300 X 90 X 310 X 290 X 160 X 230 X 280 X 250 X 180 X 280 X 290 X 310 X 310 X 310 X 280 X 340 X 210 X 290 X 300 X 120 X 50 X 350 X 310 X 310 X 230 X 230 X 240 X 30 X 80 X +USW00094728198503WDFG 225W X 315W X 270W X 45W X 315W X 270W X 135W X 225W X 270W X 248W X 180W X 270W X 270W X 248W X 315W X 270W X 315W X 338W X 225W X 293W X 270W X 158W X 90W X 68W X 315W X 315W X 248W X 225W X 270W X 360W X 90W X +USW00094728198503WSF1 67 X 89 X 72 X 67 X 80 X 89 X 72 X 72 X 94 X 58 X 63 X 80 X 76 X 67 X 94 X 63 X 80 X 89 X 76 X 72 X 67 X 54 X 58 X 72 X 72 X 63 X 58 X 63 X 54 X 63 X 63 X +USW00094728198503WSFG 108 X 129 X 77 X 113 X 149 X 134 X 108 X 108 X 134 X 72 X 103 X 170 X 144 X 129 X 159 X 93 X 123 X 144 X 98 X 144 X 103 X 72 X 134 X 98 X 134 X 98 X 98 X 108 X 87 X 113 X 113 X +USW00094728198503WT06-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198503WT15-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198503WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198503WT17-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198503WT18-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198504TMAX 128 0 83 0 89 0 167 0 239 0 206 0 161 0 117 0 83 0 94 0 122 0 200 0 161 0 89 0 133 0 239 0 150 0 200 0 311 0 194 0 283 0 294 0 183 0 117 0 167 0 267 0 206 0 200 0 222 0 289 0-9999 +USW00094728198504TMIN 33 0 28 0 22 0 61 0 106 0 117 0 78 0 28 0 0 0 -22 0 39 0 67 0 89 0 67 0 78 0 100 0 56 0 72 0 183 0 111 0 111 0 117 0 106 0 94 0 94 0 139 0 139 0 111 0 83 0 128 0-9999 +USW00094728198504PRCP 97 0 0T 0 3 0 0T 0 0 0 5 0 28 0 5 0 0 0 0 0 8 0 0 0 0 0 0T 0 71 0 3 0 0 0 0 0 99 0 0T 0 0 0 33 0 0 0 0 0 5 0 0 0 0 0 3 0 0 0 0 0-9999 +USW00094728198504SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198504FMTM 2250 X 1050 X 1250 X 1350 X 2150 X 0850 X 0350 X 0150 X 2350 X 2350 X 0050 X 1350 X 1150 X 0150 X 2150 X 2350 X 1650 X 1950 X 1350 X 0750 X 1950 X 1850 X 1450 X 0650 X 1750 X 1350 X 0850 X 2050 X 0850 X 2250 X-9999 +USW00094728198504PGTM 1933 X 1036 X 1114 X 0820 X 1858 X 1822 X 0113 X 1727 X 1658 X 0017 X 0043 X 1336 X 1202 X 0257 X 2135 X 2221 X 0303 X 1233 X 1444 X 0635 X 1858 X 1648 X 2139 X 0148 X 1805 X 1354 X 0822 X 2015 X 0857 X 2016 X-9999 +USW00094728198504WDF1 270 X 290 X 180 X 190 X 160 X 170 X 280 X 310 X 290 X 290 X 250 X 310 X 50 X 50 X 50 X 310 X 300 X 220 X 50 X 50 X 130 X 190 X 40 X 90 X 280 X 300 X 300 X 310 X 40 X 240 X-9999 +USW00094728198504WDFG 270W X 293W X 158W X 270W X 180W X 270W X 270W X 270W X 270W X 293W X 248W X 315W X 45W X 45W X 315W X 270W X 293W X 135W X 45W X 45W X 135W X 180W X 113W X 45W X 270W X 293W X-9999 315W X 45W X 225W X-9999 +USW00094728198504WSF1 63 X 67 X 67 X 67 X 58 X 89 X 67 X 67 X 72 X 72 X 67 X 89 X 80 X 76 X 54 X 67 X 67 X 63 X 54 X 76 X 45 X 67 X 54 X 54 X 45 X 67 X 72 X 67 X 63 X 67 X-9999 +USW00094728198504WSFG 134 X 103 X 108 X 103 X 93 X 154 X 134 X 134 X 123 X 108 X 108 X 103 X 103 X 93 X 82 X 159 X 123 X 82 X 103 X 103 X 82 X 113 X 82 X 134 X 82 X 134 X 113 X 103 X 108 X 87 X-9999 +USW00094728198504WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198504WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198504WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198505TMAX 289 0 139 0 117 0 211 0 250 0 233 0 200 0 189 0 183 0 289 0 300 0 272 0 289 0 283 0 189 0 222 0 228 0 206 0 189 0 289 0 256 0 239 0 194 0 261 0 267 0 306 0 300 0 244 0 222 0 222 0 233 0 +USW00094728198505TMIN 139 0 83 0 67 0 61 0 139 0 133 0 133 0 117 0 67 0 144 0 194 0 189 0 189 0 117 0 100 0 133 0 167 0 111 0 94 0 144 0 172 0 133 0 144 0 133 0 150 0 150 0 172 0 150 0 133 0 122 0 156 0 +USW00094728198505PRCP 8 0 211 0 422 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 122 0 0 0 0 0 406 0 8 0 0T 0 0 0 0 0 25 0 10 0 236 0 0 0 0 0 0T 0 +USW00094728198505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198505FMTM 2350 X 1450 X 0750 X 1350 X 2150 X 1550 X 1650 X 1750 X 2350 X 1750 X 1550 X 1550 X 2350 X 1850 X 1350 X 1550 X 1550 X 1050 X 1250 X 2020 X 1750 X 1150 X 0850 X 1150 X 1450 X 1450 X 1550 X 2250 X 0650 X 1950 X 1750 X +USW00094728198505PGTM 1739 X 0903 X 1031 X 2257 X 1412 X 1538 X 1650 X 0704 X 1657 X 1215 X 0059 X 1451 X 1522 X 1906 X 1351 X 1428 X 1318 X 1005 X 1509 X 1742 X 0530 X 1211 X 0743 X 1257 X 1450 X 1623 X 1648 X 2221 X 0816 X 1915 X 1700 X +USW00094728198505WDF1 50 X 40 X 50 X 210 X 190 X 230 X 310 X 280 X 220 X 220 X 170 X 160 X 250 X 90 X 140 X 180 X 100 X 290 X 270 X 190 X 360 X 30 X 50 X 50 X 140 X 220 X 250 X 40 X 60 X 160 X 270 X +USW00094728198505WDFG 360W X 45W X 360W X 225W X 225W X 225W X 315W X 315W X 135W X 180W X 225W X 180W X 225W X 90W X 135W X 180W X 45W X 270W X 270W X 225W X 225W X 23W X 23W X 45W X 135W X 180W X 248W X 45W X 45W X 180W X 180W X +USW00094728198505WSF1 63 X 80 X 94 X 63 X 63 X 54 X 72 X 58 X 58 X 80 X 58 X 67 X 40 X 63 X 54 X 58 X 45 X 76 X 76 X 54 X 54 X 67 X 67 X 40 X 54 X 63 X 63 X 63 X 63 X 63 X 54 X +USW00094728198505WSFG 93 X 134 X 144 X 93 X 98 X 103 X 123 X 139 X 123 X 108 X 87 X 108 X 82 X 93 X 82 X 87 X 82 X 118 X 118 X 113 X 93 X 113 X 93 X 67 X 62 X 82 X 108 X 103 X 113 X 93 X 82 X +USW00094728198506TMAX 267 0 267 0 294 0 261 0 189 0 244 0 217 0 206 0 244 0 289 0 239 0 289 0 189 0 206 0 261 0 250 0 261 0 267 0 256 0 250 0 261 0 267 0 272 0 283 0 239 0 200 0 178 0 178 0 222 0 261 0-9999 +USW00094728198506TMIN 183 0 167 0 200 0 172 0 128 0 128 0 133 0 150 0 161 0 222 0 183 0 161 0 144 0 128 0 133 0 167 0 167 0 200 0 189 0 172 0 150 0 183 0 189 0 189 0 150 0 139 0 133 0 133 0 161 0 172 0-9999 +USW00094728198506PRCP 140 0 0 0 0T 0 0 0 269 0 0 0 0 0 64 0 0 0 0 0 0 0 0 0 0T 0 0 0 43 0 302 0 0T 0 15 0 0 0 0 0 0 0 0 0 3 0 226 0 0 0 0 0 36 0 23 0 0T 0 0 0-9999 +USW00094728198506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198506FMTM 1250 X 1450 X 2350 X 1650 X 1550 X 1450 X 0350 X 1050 X 2350 X 1050 X 1350 X 1850 X 1150 X 1250 X 2050 X 2350 X 1150 X 1250 X 1350 X 1550 X 1550 X 1150 X 1650 X 1350 X 1750 X 1450 X 1650 X 1950 X 1650 X 0950 X-9999 +USW00094728198506PGTM 0908 X 1555 X 0935 X 0722 X 1338 X 1447 X 1333 X 0207 X 1333 X 1121 X 1512 X 1812 X 1103 X 1254 X 1558 X 1803 X 0957 X 0533 X 1340 X 1536 X 0938 X 1627 X 0212 X 1341 X 1546 X 1034 X 1643 X 1854 X 1739 X 0956 X-9999 +USW00094728198506WDF1 270 X 160 X 200 X 70 X 60 X 290 X 40 X 240 X 230 X 270 X 180 X 300 X 260 X 280 X 240 X 220 X 300 X 260 X 300 X 270 X 230 X 180 X 170 X 290 X 280 X 30 X 20 X 220 X 160 X 80 X-9999 +USW00094728198506WDFG 248W X 180W X 248W X 45W X 45W X 270W X 180W X 225W X 158W X 270W X 113W X 248W X 270W X 270W X 225W X 270W X 293W X 225W X 293W X 180W X 270W X 158W X 180W X 293W X 315W X 23W X 23W X 225W X 158W X 90W X-9999 +USW00094728198506WSF1 72 X 45 X 40 X 45 X 63 X 63 X 54 X 31 X 40 X 67 X 45 X 67 X 76 X 63 X 58 X 36 X 54 X 54 X 67 X 72 X 45 X 63 X 58 X 112 X 63 X 72 X 76 X 40 X 45 X 45 X-9999 +USW00094728198506WSFG 113 X 62 X 51 X 103 X 113 X 93 X 77 X 62 X 62 X 103 X 62 X 87 X 113 X 87 X 77 X 118 X 82 X 82 X 103 X 118 X 62 X 87 X 82 X 144 X 93 X 123 X 129 X 67 X 57 X 57 X-9999 +USW00094728198506WT03 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198506WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198506WT16 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00094728198507TMAX 256 0 256 0 272 0 300 0 283 0 289 0 283 0 261 0 289 0 306 0 306 0 278 0 300 0 333 0 289 0 300 0 289 0 300 0 300 0 322 0 322 0 289 0 256 0 278 0 289 0 272 0 294 0 294 0 272 0 328 0 256 0 +USW00094728198507TMIN 161 0 161 0 183 0 200 0 211 0 211 0 211 0 183 0 194 0 228 0 217 0 194 0 183 0 222 0 228 0 222 0 194 0 189 0 206 0 233 0 233 0 211 0 178 0 167 0 211 0 211 0 200 0 189 0 200 0 206 0 211 0 +USW00094728198507PRCP 0 0 0 0 15 0 0 0 13 0 18 0 0 0 0 0 0 0 0 0 0 0 38 0 36 0 25 0 264 0 94 0 0 0 0 0 0 0 0 0 0 0 48 0 0 0 0 0 0 0 531 0 23 0 0 0 0 0 0 0 15 0 +USW00094728198507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198507FMTM 0950 X 1950 X 1550 X 1750 X 2150 X 1350 X 1650 X 1450 X 1650 X 1350 X 0550 X 2150 X 2150 X 1150 X 1650 X 2350 X 0850 X 1150 X 1550 X 1550 X 1850 X 2350 X 1150 X 1750 X 1250 X 2250 X 1550 X 1250 X 1650 X 0450 X 0750 X +USW00094728198507PGTM 1058 X 1825 X 1601 X 1812 X 2314 X 1401 X 1335 X 1452 X 1650 X 1710 X 1355 X 1554 X 1742 X 1812 X 2021 X 2302 X 0545 X 1114 X 1143 X 1348 X 1119 X 1528 X 1259 X 1819 X 1734 X 0457 X 1417 X 0539 X 1804 X 2220 X 1946 X +USW00094728198507WDF1 90 X 180 X 250 X 180 X 180 X 210 X 260 X 250 X 180 X 270 X 270 X 50 X 180 X 220 X 170 X 10 X 20 X 40 X 180 X 290 X 190 X 220 X 40 X 180 X 170 X 320 X 40 X 70 X 190 X 250 X 40 X +USW00094728198507WDFG 68W X 180W X 248W X 180W X 180W X 203W X 225W X 248W X 180W X 225W X 225W X 135W X 135W X 270W X 180W X 293W X 360W X 360W X 203W X 270W X 293W X 270W X 360W X 180W X 135W X 135W X 360W X 45W X 203W X 45W X 203W X +USW00094728198507WSF1 58 X 40 X 63 X 36 X 40 X 54 X 67 X 54 X 45 X 54 X 54 X 63 X 45 X 76 X 45 X 54 X 54 X 54 X 58 X 45 X 63 X 54 X 54 X 54 X 54 X 76 X 63 X 63 X 76 X 63 X 58 X +USW00094728198507WSFG 82 X 67 X 82 X 51 X 72 X 82 X 93 X 72 X 72 X 93 X 72 X 134 X 62 X 134 X 103 X 82 X 82 X 72 X 77 X 72 X 82 X 87 X 72 X 87 X 93 X 123 X 93 X 67 X 62 X 72 X 108 X +USW00094728198507WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728198507WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198508TMAX 272 0 272 0 272 0 289 0 283 0 278 0 267 0 289 0 311 0 300 0 311 0 294 0 294 0 344 0 350 0 278 0 300 0 261 0 239 0 267 0 228 0 256 0 267 0 267 0 233 0 289 0 289 0 294 0 283 0 283 0 222 0 +USW00094728198508TMIN 183 0 183 0 172 0 183 0 200 0 200 0 217 0 211 0 222 0 217 0 211 0 200 0 183 0 244 0 267 0 211 0 194 0 194 0 222 0 217 0 183 0 183 0 167 0 178 0 189 0 222 0 228 0 200 0 211 0 206 0 167 0 +USW00094728198508PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 135 0 0 0 0 0 147 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 224 0 43 0 0 0 0 0 0 0 79 0 0 0 +USW00094728198508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198508FMTM 1650 X 1550 X 1850 X 2150 X 1750 X 1750 X 2050 X 1250 X 1650 X 1350 X 1550 X 1550 X 1550 X 0850 X 1850 X 1150 X 1550 X 1750 X 1150 X 1150 X 1050 X 1150 X 0950 X 1850 X 0050 X 1450 X 1450 X 1250 X 0750 X 1250 X 0550 X +USW00094728198508PGTM 1715 X 0701 X 1839 X 2139 X 1622 X 1656 X 1905 X 0905 X 1159 X 1505 X 2022 X 1005 X 1542 X 1542 X 1843 X 1125 X 1532 X 1518 X 0544 X 1159 X 1043 X 0908 X 1305 X 1455 X 0326 X 2212 X 1400 X 1434 X 1228 X 1528 X 1738 X +USW00094728198508WDF1 20 X 50 X 140 X 190 X 180 X 140 X 150 X 220 X 180 X 170 X 270 X 10 X 170 X 250 X 210 X 290 X 140 X 130 X 90 X 350 X 60 X 30 X 330 X 160 X 140 X 180 X 270 X 280 X 320 X 150 X 50 X +USW00094728198508WDFG 23W X 68W X 135W X 180W X 180W X 180W X 135W X 225W X 45W X 135W X 135W X 338W X 180W X 225W X 225W X 270W X 135W X 135W X 45W X 360W X 45W X 360W X 225W X 135W X 180W X 225W X 270W X 270W X 360W X 360W X 45W X +USW00094728198508WSF1 72 X 63 X 58 X 54 X 58 X 45 X 63 X 45 X 45 X 40 X 40 X 45 X 54 X 40 X 58 X 58 X 45 X 54 X 45 X 40 X 36 X 40 X 40 X 45 X 40 X 54 X 58 X 58 X 40 X 54 X 58 X +USW00094728198508WSFG 118 X 108 X 72 X 72 X 77 X 72 X 82 X 62 X 72 X 67 X 108 X 87 X 82 X 82 X 98 X 62 X 57 X 72 X 72 X 51 X 51 X 62 X 57 X 82 X 62 X 77 X 77 X 72 X 62 X 82 X 87 X +USW00094728198509TMAX 239 0 283 0 294 0 328 0 344 0 339 0 294 0 311 0 239 0 256 0 211 0 211 0 183 0 222 0 250 0 250 0 233 0 256 0 300 0 311 0 283 0 239 0 211 0 239 0 239 0 217 0 239 0 228 0 244 0 244 0-9999 +USW00094728198509TMIN 144 0 189 0 189 0 233 0 250 0 256 0 233 0 233 0 211 0 189 0 133 0 106 0 94 0 106 0 111 0 128 0 144 0 139 0 178 0 189 0 183 0 200 0 183 0 189 0 133 0 150 0 172 0 150 0 117 0 144 0-9999 +USW00094728198509PRCP 0 0 3 0 0 0 0 0 0 0 0 0 0 0 3 0 160 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 91 0 0 0 114 0 795 0 0 0 0 0 0 0-9999 +USW00094728198509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198509FMTM 0050 X 0250 X 2050 X 1450 X 1550 X 0750 X 1650 X 1250 X 2250 X 2250 X 1450 X 1650 X 1350 X 1050 X 1450 X 1050 X 2050 X 2150 X 1450 X 2350 X 0950 X 1550 X 1550 X 0550 X 1050 X 2150 X 1250 X 0950 X 0450 X 2250 X-9999 +USW00094728198509PGTM 0104 X 0611 X 2035 X 1845 X 1420 X 0840 X 1838 X 1244 X 0910 X 2340 X 1447 X 1643 X 1506 X 0940 X 0237 X 0959 X 1421 X 2203 X 0043 X 2341 X 0356 X 1450 X 1437 X 0340 X 1139 X 2332 X 1310 X 0845 X 0230 X 2246 X-9999 +USW00094728198509WDF1 50 X 230 X 230 X 250 X 250 X 260 X 150 X 210 X 60 X 340 X 40 X 30 X 30 X 350 X 300 X 40 X 170 X-9999 270 X 240 X 240 X 60 X 50 X 40 X 360 X 60 X 270 X 310 X 280 X 220 X-9999 +USW00094728198509WDFG 45W X 225W X-9999 270W X 270W X 270W X 180W X 135W X 293W X 315W X 45W X 23W X 338W X 315W X 360W X 45W X 225W X 225W X 248W X 248W X 225W X 68W X 23W X 45W X 338W X 90W X 270W X 315W X 270W X 225W X-9999 +USW00094728198509WSF1 49 X 45 X 45 X 63 X 63 X 54 X 40 X 63 X 40 X 45 X 72 X 63 X 72 X 54 X 40 X 36 X 40 X 36 X 27 X 45 X 45 X 58 X 72 X 54 X 54 X 45 X 103 X 72 X 40 X 76 X-9999 +USW00094728198509WSFG 77 X 67 X 67 X 87 X 77 X 134 X 57 X 134 X 67 X 72 X 98 X 87 X 103 X 72 X 72 X 51 X 62 X 62 X 51 X 98 X 57 X 77 X 108 X 82 X 82 X 67 X 231 X 139 X 62 X 108 X-9999 +USW00094728198510TMAX 256 0 217 0 161 0 161 0 211 0 183 0 194 0 211 0 233 0 256 0 189 0 150 0 189 0 233 0 267 0 228 0 167 0 183 0 239 0 167 0 167 0 183 0 200 0 200 0 211 0 200 0 222 0 156 0 139 0 128 0 128 0 +USW00094728198510TMIN 167 0 150 0 117 0 144 0 133 0 106 0 94 0 111 0 133 0 156 0 106 0 72 0 106 0 156 0 183 0 111 0 83 0 100 0 150 0 111 0 83 0 83 0 94 0 122 0 122 0 94 0 122 0 44 0 22 0 50 0 94 0 +USW00094728198510PRCP 0 0 10 0 198 0 5 0 81 0 0 0 0 0 0 0 0 0 5 0 5 0 0 0 18 0 0 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198510FMTM 1450 X 1550 X 0550 X 1250 X 1050 X 1050 X 1450 X 1250 X 1950 X 1450 X 1950 X 0750 X 1250 X 1150 X 2250 X 1450 X 0050 X 2150 X 0550 X 2350 X 1050 X 1950 X 1150 X 1150 X 1150 X 0850 X 1850 X 1350 X 0250 X 1650 X 1350 X +USW00094728198510PGTM 1626 X 1222 X 0603 X 1003 X 1036 X 1103 X 1516 X 1646 X 1109 X 1256 X 0103 X 0830 X 0303 X 2138 X 1718 X 1316 X 0013 X 2140 X 0456 X 2003 X 0045 X 1159 X 1426 X 1415 X 1533 X 1435 X 1355 X 1455 X 0803 X 1650 X 1444 X +USW00094728198510WDF1 170 X 350 X 30 X 60 X 270 X 310 X 270 X 210 X 230 X 260 X 290 X 50 X 230 X 170 X 290 X 270 X 320 X 190 X 250 X 50 X 50 X 120 X 60 X 150 X 290 X 290 X 250 X 290 X 300 X 60 X 80 X +USW00094728198510WDFG 180W X 360W X 23W X 360W X 180W X 315W X 270W X 180W X 248W X 270W X 293W X 45W X 135W X 135W X 225W X 225W X 315W X 225W X 248W X 360W X 45W X 45W X 45W X 180W X 293W X 315W X 225W X 293W X 315W X 45W X 45W X +USW00094728198510WSF1 63 X 45 X 63 X 54 X 76 X 63 X 54 X 63 X 72 X 76 X 58 X 72 X 40 X 27 X 40 X 63 X 54 X 67 X 67 X 58 X 67 X 45 X 63 X 80 X 76 X 54 X 67 X 67 X 40 X 40 X 72 X +USW00094728198510WSFG 93 X 82 X 108 X 82 X 129 X 103 X 93 X 108 X 98 X 134 X 123 X 118 X 77 X 46 X 98 X 118 X 72 X 103 X 118 X 103 X 93 X 77 X 77 X 129 X 118 X 108 X 82 X 98 X 72 X 46 X 103 X +USW00094728198511TMAX 167 0 122 0 139 0 128 0 150 0 122 0 167 0 144 0 172 0 228 0 167 0 94 0 172 0 156 0 139 0 122 0 156 0 150 0 189 0 250 0 167 0 78 0 111 0 122 0 67 0 56 0 89 0 50 0 33 0 61 0-9999 +USW00094728198511TMIN 67 0 83 0 100 0 100 0 111 0 100 0 94 0 78 0 72 0 139 0 56 0 56 0 94 0 106 0 33 0 6 0 89 0 67 0 122 0 167 0 33 0 22 0 39 0 44 0 22 0 11 0 44 0 28 0 22 0 33 0-9999 +USW00094728198511PRCP 0 0 0T 0 0 0 76 0 422 0 5 0 0T 0 0 0 0 0 0 0 3 0 23 0 13 0 66 0 0 0 607 0 102 0 0 0 0 0 0 0 0T 0 198 0 0 0 0 0 3 0 211 0 20 0 292 0 0T 0 15 0-9999 +USW00094728198511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00094728198511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198511FMTM 1150 X 0950 X 1050 X 1550 X 0250 X 1650 X 1350 X 0550 X 2350 X 0150 X 1950 X 1150 X 1350 X 2150 X 0350 X 1550 X 1050 X 1750 X 2350 X 0750 X 2050 X 0450 X 1050 X 1350 X 1850 X 0750 X 2050 X 2350 X 0052 X 0950 X-9999 +USW00094728198511PGTM 0910 X 0945 X 1024 X 1506 X 0334 X 1743 X 1257 X 0532 X 1915 X 0132 X 2016 X 1417 X 0737 X 2357 X 2358 X 0251 X 1036 X 0658 X 2250 X 0920 X 2357 X 0207 X 0959 X 1359 X 0037 X 1407 X 2042 X 1124 X 1112 X 0701 X-9999 +USW00094728198511WDF1 40 X 40 X 50 X 80 X 40 X 280 X 180 X 290 X 220 X 230 X 40 X 50 X 230 X 230 X 310 X 80 X 270 X 240 X 230 X 210 X 30 X 70 X 280 X 300 X 270 X 40 X 350 X 50 X 50 X 50 X-9999 +USW00094728198511WDFG 23W X 45W X 45W X 90W X 45W X 293W X 225W X 293W X 225W X 225W X 45W X 45W X 248W X 270W X-9999 -9999 -9999 -9999 225W X 225W X 360W X 45W X 315W X 293W X 270W X 45W X 360W X 45W X 45W X 68W X-9999 +USW00094728198511WSF1 67 X 94 X 98 X 89 X 94 X 58 X 67 X 63 X 54 X 67 X 63 X 58 X 54 X 63 X 76 X 63 X 63 X 36 X 36 X 72 X 72 X 76 X 58 X 80 X 45 X 67 X 54 X 76 X 76 X 89 X-9999 +USW00094728198511WSFG 82 X 113 X 123 X 134 X 149 X 77 X 72 X 103 X 103 X 123 X 98 X 87 X 72 X 118 X 159 X 103 X 93 X 51 X 72 X 87 X 93 X 108 X 93 X 103 X 87 X 77 X 113 X 72 X 82 X 123 X-9999 +USW00094728198512TMAX 100 0 128 0 17 0 17 0 28 0 22 0 50 0 83 0 78 0 78 0 94 0 94 0 44 0 39 0 11 0 50 0 33 0 17 0 -11 0 -17 0 -6 0 -17 0 50 0 128 0 89 0 -44 0 56 0 28 0 56 0 11 0 94 0 +USW00094728198512TMIN 33 0 -11 0 -33 0 -39 0 -28 0 0 0 -17 0 22 0 39 0 44 0 67 0 39 0 33 0 -44 0 -67 0 -11 0 -6 0 -78 0 -89 0 -67 0 -50 0 -78 0 -17 0 39 0 -67 0 -94 0 -67 0 -17 0 -28 0 -39 0 -6 0 +USW00094728198512PRCP 69 0 30 0 0 0 0 0 5 0 36 0 0 0 0 0 0 0 0 0 33 0 3 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0T 0 3 0 0 0 0T 0 0 0 0T 0 3 0 0 0 0 0 3 0 +USW00094728198512SNOW 0 0 0 0 0 0 0 0 3 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0T 0 5 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 +USW00094728198512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728198512FMTM 1150 X 1650 X 1750 X 1950 X 1050 X 0450 X 1450 X 2050 X 2050 X 0250 X 1450 X 1050 X 1550 X 1150 X 1150 X 2250 X 0450 X 0950 X 0850 X 2150 X 1450 X 2150 X 0350 X 1550 X 1750 X 0150 X 1650 X 0850 X 2250 X 1150 X 1050 X +USW00094728198512PGTM 1240 X 1316 X 0453 X 0052 X 2245 X 1704 X 1535 X 2015 X 0337 X 2157 X 1438 X 1043 X 1335 X 1644 X 1354 X 2059 X 0029 X 0911 X 0049 X 1716 X 1357 X 2027 X 0334 X 1522 X 1818 X 0159 X 1720 X 1059 X 2310 X 0855 X 1018 X +USW00094728198512WDF1 40 X 270 X 300 X 250 X 70 X 30 X 280 X 270 X 280 X 290 X 70 X 310 X 50 X 290 X 220 X 210 X 290 X 270 X 260 X 350 X 300 X 230 X 210 X 160 X 290 X 270 X 270 X 270 X 270 X 290 X 220 X +USW00094728198512WDFG 68W X 270W X 270W X 293W X 45W X 360W X 270W X 270W X 270W X 180W X 68W X 315W X 68W X 293W X 225W X 203W X 225W X 270W X 270W X 90W X 315W X 225W X 203W X 158W X 293W X 270W X 225W X 270W X 270W X 248W X 225W X +USW00094728198512WSF1 80 X 103 X 80 X 54 X 54 X 54 X 58 X 54 X 45 X 45 X 54 X 76 X 72 X 125 X 76 X 63 X 72 X 107 X 54 X 45 X 72 X 63 X 63 X 58 X 76 X 72 X 72 X 76 X 63 X 58 X 72 X +USW00094728198512WSFG 113 X 175 X 144 X 72 X 62 X 82 X 62 X 72 X 51 X 72 X 82 X 93 X 103 X 154 X 98 X 103 X 103 X 180 X 87 X 51 X 93 X 108 X 98 X 67 X 108 X 98 X 134 X 113 X 82 X 87 X 108 X +USW00094728198601TMAX 44 0 78 0 89 0 61 0 61 0 28 0 -28 0 -22 0 44 0 72 0 39 0 106 0 83 0 -56 0 -44 0 28 0 67 0 172 0 128 0 100 0 106 0 150 0 61 0 6 0 106 0 106 0 33 0 -50 0 -50 0 -11 0 17 0 +USW00094728198601TMIN 6 0 0 0 44 0 -22 0 -11 0 -39 0 -78 0 -83 0 -61 0 11 0 -22 0 6 0 -72 0 -89 0 -133 0 -44 0 -11 0 50 0 72 0 28 0 39 0 28 0 -17 0 -50 0 -22 0 33 0 -56 0 -100 0 -100 0 -61 0 -44 0 +USW00094728198601PRCP 0T 0 0 0 86 0 0 0 117 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 48 0 46 0 0 0 0T 0 0 0 0 0 117 0 556 0 56 0 38 0 5 0 5 0 0 0 +USW00094728198601SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 36 0 10 0 5 0 0 0 +USW00094728198601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 25 0 0T 0 +USW00094728198601FMTM 0950 X 1250 X 2350 X 0250 X 1350 X 2250 X 1950 X 0050 X 1150 X 2350 X 2350 X 1750 X 2350 X 2350 X 0450 X 0250 X 1650 X 0650 X 2250 X 2350 X 0950 X 2150 X 0350 X 1050 X 0250 X 1450 X 2250 X 0850 X 0150 X 0650 X 1250 X +USW00094728198601PGTM 0944 X 1207 X 2136 X 0207 X 1343 X 1305 X 2117 X 0045 X 2325 X 2320 X 0034 X 0745 X 1912 X 0133 X 0442 X 0248 X 1638 X 1942 X 2251 X 0849 X 0126 X 2148 X 0014 X 0922 X 2325 X 0916 X 2328 X 0157 X 0028 X 2132 X 1659 X +USW00094728198601WDF1 300 X 230 X 270 X 300 X 250 X 270 X 290 X 300 X 260 X 310 X 310 X 230 X 310 X 310 X 290 X 230 X 230 X 250 X 40 X 270 X 270 X 310 X 310 X 40 X 50 X 330 X 280 X 280 X 270 X 340 X 270 X +USW00094728198601WDFG 293W X 225W X 270W X 293W X 248W X 270W X 293W X 315W X 225W X 315W X 315W X 225W X 293W X 315W X 293W X 225W X 225W X 135W X 45W X 135W X 270W X 315W X 293W X 360W X 180W X 203W X 293W X 293W X 270W X 293W X 270W X +USW00094728198601WSF1 67 X 58 X 63 X 80 X 76 X 89 X 94 X 72 X 67 X 76 X 76 X 67 X 94 X 94 X 94 X 45 X 58 X 54 X 67 X 63 X 76 X 85 X 67 X 76 X 67 X 54 X 80 X 89 X 58 X 67 X 63 X +USW00094728198601WSFG 103 X 77 X 93 X 129 X 139 X 144 X 129 X 154 X 113 X 113 X 103 X 123 X 139 X 129 X 144 X 72 X 77 X 62 X 72 X 82 X 118 X 134 X 103 X 67 X 144 X 103 X 134 X 154 X 82 X 93 X 87 X +USW00094728198602TMAX 50 0 89 0 61 0 33 0 72 0 50 0 -39 0 22 0 17 0 33 0 11 0 -6 0 -6 0 -11 0 11 0 -6 0 17 0 33 0 44 0 44 0 44 0 44 0 28 0 39 0 33 0 -6 0 28 0 28 0-9999 -9999 -9999 +USW00094728198602TMIN -44 0 17 0 -6 0 -11 0 11 0 -39 0 -72 0 -50 0 -22 0 -6 0 -44 0 -72 0 -78 0 -72 0 -33 0 -56 0 -17 0 11 0 22 0 6 0 28 0 -17 0 6 0 -11 0 -61 0 -78 0 -33 0 -56 0-9999 -9999 -9999 +USW00094728198602PRCP 0T 0 18 0 0 0 112 0 36 0 0 0 99 0 0T 0 0 0 0 0 107 0 0 0 0 0 0T 0 0T 0 0T 0 15 0 213 0 5 0 51 0 71 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00094728198602SNOW 0T 0 0 0 0 0 13 0 0 0 0 0 109 0 5 0 0 0 0 0 114 0 0 0 0 0 8 0 3 0 0T 0 0TI0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00094728198602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 127 0 76 0 51 0 51 0 152 0 127 0 0 0 0T Z 0TIZ 76 I0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728198602FMTM 1550 X 1850 X 2350 X 1350 X 2350 X 2350 X 0550 X 2150 X 1450 X 2050 X 1050 X 1150 X 1450 X 1950 X 1950 X 0250 X 1550 X 1350 X 2150 X 0650 X 0550 X 0450 X 1850 X 2250 X 2120 X 0750 X 2350 X 0150 X-9999 -9999 -9999 +USW00094728198602PGTM 2227 X 1525 X 2205 X 1519 X 2352 X 1410 X 0213 X 0028 X 1415 X 2347 X 0403 X 1448 X 1350 X 1457 X 1546 X 0345 X 1448 X 1645 X 2203 X 1015 X 2124 X 0455 X 1724 X 2220 X 0015 X 1653 X 1252 X 0105 X-9999 -9999 -9999 +USW00094728198602TSUN 348 X 312 X 536 X 0 X 7 X 419 X 0 X 302 X 19 X 60 X 0 X 633 X 635 X 0 X 481 X 251 X 0 X 0 X 8 X 48 X 0 X 439 X 0 X 444 X 658 X 669 X 495 X 674 X-9999 -9999 -9999 +USW00094728198602WDF1 140 X 300 X 290 X 50 X 40 X 40 X 50 X 310 X 290 X 320 X 40 X 310 X 310 X 250 X 290 X 280 X 50 X 50 X 70 X 60 X 120 X 10 X 280 X 310 X 300 X 290 X 300 X 310 X-9999 -9999 -9999 +USW00094728198602WDFG 158W X 293W X 45W X 45W X 45W X 23W X 23W X 23W X 293W X 293W X 45W X 315W X 293W X 225W X 293W X 270W X 45W X 45W X 90W X 45W X 315W X 360W X 270W X 315W X 315W X 270W X 45W X 315W X-9999 -9999 -9999 +USW00094728198602WSF1 58 X 67 X 63 X 76 X 58 X 94 X 94 X 36 X 45 X 54 X 76 X 67 X 67 X 58 X 63 X 63 X 67 X 72 X 45 X 80 X 54 X 67 X 45 X 45 X 94 X 98 X 63 X 76 X-9999 -9999 -9999 +USW00094728198602WSFG 82 X 154 X 67 X 108 X 82 X 123 X 139 X 62 X 57 X 67 X 108 X 93 X 103 X 93 X 113 X 72 X 98 X 103 X 72 X 108 X 82 X 103 X 67 X 72 X 144 X 144 X 82 X 93 X-9999 -9999 -9999 +USW00094728198603TMAX 44 0 44 0 94 0 61 0 100 0 78 0 44 0 -11 0 78 0 67 0 194 0 89 0 44 0 78 0 178 0 156 0 111 0 150 0 211 0 167 0 22 0 72 0 106 0 111 0 156 0 239 0 178 0 167 0 256 0 256 0 239 0 +USW00094728198603TMIN -44 0 -33 0 -17 0 22 0 17 0 28 0 -78 0 -94 0 -22 0 22 0 33 0 17 0 22 0 39 0 56 0 61 0 39 0 50 0 78 0 -61 0 -78 0 -44 0 6 0 50 0 44 0 111 0 72 0 56 0 89 0 128 0 156 0 +USW00094728198603PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 23 0 0T 0 160 0 165 0 15 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0T 0 0 0 0 0 +USW00094728198603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198603FMTM 0440 X 0550 X 0440 X 0650 X 1750 X 2350 X 2350 X 0650 X 1050 X 0850 X 1350 X 1350 X 1350 X 1350 X 0750 X 2150 X 0150 X 1650 X 1450 X 0150 X 0650 X 2050 X 1450 X 1150 X 2350 X 2350 X 2350 X 2350 X 0150 X 2250 X 1350 X +USW00094728198603PGTM 1424 X 0138 X 1933 X 1255 X 1251 X 2324 X 2022 X 0648 X 0945 X 0852 X 1109 X 0839 X 1152 X 1650 X 0530 X 1637 X 0155 X 1835 X 1334 X 1933 X 0057 X 0652 X 1513 X 0927 X 0842 X 1003 X 2145 X 0021 X 0250 X 2158 X 1753 X +USW00094728198603TSUN 676 X 596 X 644 X 0 X 688 X 236 X 315 X 695 X 0 X 372 X 344 X 360 X 0 X 0 X 401 X 292 X 329 X 723 X 0 X 100 X 731 X 733 X 723 X 675 X 741 X 743 X 19 X 733 X 554 X 686 X 757 X +USW00094728198603WDF1 310 X 320 X 250 X 250 X 290 X 280 X 290 X 290 X 230 X 60 X 270 X 40 X 70 X 40 X 290 X 320 X 300 X 150 X 230 X 300 X 320 X 180 X 150 X 310 X 230 X 180 X 310 X 310 X 240 X 220 X 40 X +USW00094728198603WDFG 315W X 360W X 225W X 180W X 315W X 270W X 293W X 293W X 225W X 68W X 293W X 23W X 68W X 90W X 315W X 315W X 293W X 158W X 225W X 315W X 338W X 360W X 180W X 315W X 225W X 225W X 315W X 338W X 248W X 225W X 45W X +USW00094728198603WSF1 54 X 63 X 40 X 40 X 63 X 94 X 94 X 89 X 67 X 72 X 103 X 54 X 89 X 63 X 67 X 63 X 54 X 63 X 94 X 76 X 58 X 40 X 67 X 76 X 67 X 94 X 94 X 94 X 72 X 63 X 63 X +USW00094728198603WSFG 77 X 72 X 62 X 57 X 98 X 144 X 175 X 134 X 93 X 98 X 180 X 72 X 129 X 77 X 164 X 82 X 77 X 82 X 159 X 123 X 113 X 62 X 98 X 159 X 113 X 134 X 113 X 98 X 118 X 113 X 103 X +USW00094728198603WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728198604TMAX 217 0 228 0 178 0 128 0 111 0 67 0 206 0 239 0 128 0 94 0 83 0 122 0 156 0 194 0 183 0 94 0 122 0 189 0 222 0 178 0 167 0 172 0 61 0 194 0 206 0 189 0 222 0 278 0 217 0 244 0-9999 +USW00094728198604TMIN 122 0 111 0 89 0 83 0 50 0 39 0 61 0 111 0 61 0 33 0 33 0 44 0 44 0 50 0 94 0 56 0 56 0 106 0 83 0 83 0 106 0 61 0 17 0 56 0 111 0 133 0 144 0 122 0 111 0 133 0-9999 +USW00094728198604PRCP 0 0 0 0 0 0 13 0 10 0 36 0 0T 0 3 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 43 0 485 0 178 0 3 0 0 0 0 0 84 0 23 0 99 0 0 0 3 0 13 0 0T 0 0 0 8 0 0 0-9999 +USW00094728198604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198604FMTM 1050 X 1750 X 1450 X 2150 X 1950 X 1750 X 0850 X 1650 X 1850 X 1950 X 1450 X 1250 X 1450 X 1550 X 1350 X 2050 X 0350 X 1050 X 1250 X 1350 X 0950 X 1750 X 0150 X 0950 X 0850 X 1350 X 1250 X 1550 X 2350 X 0850 X-9999 +USW00094728198604PGTM 1122 X 1641 X 0242 X 1237 X 0902 X 1745 X 0908 X 1650 X 1605 X 1010 X 1603 X 1503 X 1418 X 1650 X 1236 X 1850 X 0035 X 0709 X 0729 X 2012 X 0934 X 2358 X 1813 X 0854 X 1601 X 1325 X 1245 X 1516 X 1252 X 0558 X-9999 +USW00094728198604TSUN 761 X 702 X 756 X 13 X 57 X 0 X 262 X 321 X 292 X 200 X 55 X 385 X 441 X 795 X 320 X 0 X 0 X 567 X 476 X 526 X 1 X 96 X 0 X 730 X 314 X 137 X 187 X 784 X 292 X 610 X-9999 +USW00094728198604WDF1 180 X 10 X 170 X 60 X 140 X 50 X 290 X 270 X 300 X 270 X 280 X 300 X 180 X 180 X 160 X 60 X 50 X 50 X 50 X 140 X 160 X 310 X 340 X 10 X 10 X 50 X 50 X 130 X 350 X 330 X-9999 +USW00094728198604WDFG 180W X 360W X-9999 158W X 45W X 45W X 270W X 270W X 315W X 270W X 315W X 315W X 180W X 135W X 158W X 45W X 45W X 45W X 45W X 158W X 158W X 315W X 360W X 360W X 113W X 45W X 45W X 135W X 135W X 293W X-9999 +USW00094728198604WSF1 67 X 76 X 63 X 58 X 76 X 72 X 54 X 67 X 67 X 72 X 63 X 63 X 63 X 54 X 63 X 103 X 116 X 94 X 67 X 67 X 63 X 67 X 72 X 72 X 67 X 54 X 45 X 58 X 40 X 58 X-9999 +USW00094728198604WSFG 82 X 103 X 103 X 82 X 149 X 108 X 67 X 118 X 108 X 108 X 93 X 108 X 103 X 72 X 77 X 164 X 195 X 154 X 108 X 108 X 87 X 103 X 118 X 139 X 118 X 72 X 82 X 87 X 67 X 72 X-9999 +USW00094728198605TMAX 239 0 144 0 128 0 167 0 294 0 333 0 261 0 211 0 183 0 233 0 200 0 222 0 211 0 206 0 167 0 228 0 289 0 300 0 300 0 217 0 222 0 217 0 239 0 239 0 267 0 244 0 272 0 300 0 311 0 344 0 339 0 +USW00094728198605TMIN 122 0 83 0 50 0 50 0 117 0 144 0 117 0 100 0 72 0 67 0 94 0 83 0 106 0 111 0 122 0 139 0 156 0 189 0 200 0 172 0 167 0 161 0 144 0 144 0 161 0 144 0 139 0 194 0 194 0 228 0 217 0 +USW00094728198605PRCP 5 0 0 0 0 0 0 0 0 0 18 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 23 0 0T 0 0 0 0T 0 28 0 69 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 191 0 +USW00094728198605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198605FMTM 1950 X 1850 X 1750 X 1350 X 1650 X 1050 X 1650 X 2350 X 0950 X 1050 X 0750 X 1350 X 2150 X 1250 X 1550 X 1450 X 1050 X 2350 X 1750 X 1350 X 1850 X 1050 X 1750 X 1250 X 0950 X 1150 X 1650 X 1850 X 1450 X 0950 X 1550 X +USW00094728198605PGTM 1932 X 1535 X 1346 X 0106 X 1357 X 2305 X 1612 X 2307 X 0109 X 1759 X 1316 X 1322 X 2052 X 1426 X 1332 X 1551 X 1704 X 1550 X 1556 X 1103 X 0208 X 0336 X 1352 X 1307 X 1159 X 0714 X 1502 X 1825 X 1359 X 1201 X 1540 X +USW00094728198605TSUN 174 X 698 X 495 X 465 X 755 X 496 X 233 X 400 X 820 X 832 X 770 X 718 X 840 X 589 X 0 X 0 X 513 X 468 X 652 X 8 X 74 X 22 X 449 X 660 X 669 X 853 X 356 X 571 X 813 X 777 X 405 X +USW00094728198605WDF1 310 X 300 X 290 X 310 X 240 X 270 X 190 X 40 X 50 X 330 X 50 X 20 X 180 X 180 X 170 X 170 X 240 X 230 X 140 X 160 X 160 X 70 X 230 X 290 X 360 X 50 X 250 X 300 X 300 X 310 X 350 X +USW00094728198605WDFG 315W X 315W X 293W X 270W X 248W X 68W X 180W X 45W X 45W X 135W X 90W X 23W X 180W X 158W X 180W X 180W X 360W X 135W X 135W X 158W X 180W X 90W X 360W X 360W X 68W X 68W X 248W X 293W X 270W X 270W X 360W X +USW00094728198605WSF1 72 X 89 X 72 X 67 X 63 X 63 X 45 X 76 X 76 X 40 X 63 X 72 X 58 X 72 X 40 X 45 X 54 X 67 X 67 X 63 X 54 X 54 X 54 X 63 X 58 X 67 X 54 X 67 X 54 X 58 X 72 X +USW00094728198605WSFG 144 X 134 X 144 X 123 X 108 X 82 X 67 X 129 X 123 X 87 X 82 X 129 X 77 X 93 X 67 X 67 X 62 X 93 X 98 X 93 X 87 X 62 X 67 X 93 X 103 X 93 X 123 X 82 X 67 X 72 X 123 X +USW00094728198605WT03-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728198605WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728198605WT16 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728198606TMAX 322 0 267 0 206 0 239 0 289 0 250 0 178 0 294 0 267 0 267 0 311 0 217 0 239 0 289 0 300 0 289 0 267 0 233 0 267 0 267 0 272 0 289 0 328 0 294 0 233 0 272 0 306 0 300 0 317 0 267 0-9999 +USW00094728198606TMIN 206 0 122 0 94 0 133 0 189 0 167 0 156 0 178 0 178 0 144 0 211 0 139 0 128 0 172 0 211 0 222 0 150 0 122 0 150 0 172 0 161 0 161 0 211 0 183 0 144 0 139 0 200 0 228 0 211 0 161 0-9999 +USW00094728198606PRCP 0 0 0 0 0 0 0 0 0 0 132 0 5 0 18 0 0 0 0 0 0T 0 231 0 13 0 0 0 0 0 0T 0 0T 0 0 0 23 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0T 0 25 0-9999 +USW00094728198606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198606FMTM 1350 X 1150 X 1850 X 1950 X 1350 X 2350 X 1250 X 2350 X 1650 X 1550 X 2055 X 1250 X 1850 X 1650 X 2250 X 2050 X 1050 X 1350 X 1550 X 1650 X 0850 X 1550 X 1650 X 2350 X 2350 X 1650 X 2050 X 1650 X 1650 X 1550 X-9999 +USW00094728198606PGTM 1810 X 1608 X 2225 X 1955 X 0012 X 2133 X 1152 X 1556 X 0139 X 2328 X 2038 X 1338 X 0108 X 1240 X 2023 X 2229 X 0450 X 1527 X 1433 X 1315 X 0718 X 1640 X 1704 X 1633 X 1628 X 1336 X 2123 X 2149 X 2157 X 1537 X-9999 +USW00094728198606TSUN 546 X 307 X 896 X 897 X 220 X 0 X 0 X 42 X 891 X 778 X 141 X 0 X 132 X 904 X 419 X 0 X 894 X 669 X 550 X 615 X 906 X 596 X 361 X 265 X 823 X 678 X 448 X 177 X 716 X 374 X-9999 +USW00094728198606WDF1 230 X 20 X 170 X 190 X 160 X 250 X 80 X 310 X 300 X 170 X 70 X 70 X 270 X 290 X 230 X 220 X 310 X 310 X 150 X 330 X 50 X 160 X 290 X 290 X 290 X 160 X 230 X 230 X 300 X 280 X-9999 +USW00094728198606WDFG 248W X 360W X 180W X 180W X 225W X 45W X 45W X 270W X 270W X 23W X 68W X 68W X 45W X 270W X 180W X 225W X 315W X 293W X 248W X 360W X 23W X 158W X 293W X 293W X 293W X 270W X 225W X 270W X 270W X 270W X-9999 +USW00094728198606WSF1 67 X 67 X 54 X 63 X 67 X 58 X 72 X 54 X 54 X 58 X 76 X 80 X 54 X 45 X 58 X 89 X 80 X 58 X 63 X 67 X 63 X 67 X 72 X 76 X 76 X 40 X 63 X 58 X 76 X 63 X-9999 +USW00094728198606WSFG 93 X 103 X 82 X 103 X 98 X 93 X 103 X 108 X 93 X 93 X 113 X 123 X 87 X 77 X 82 X 103 X 134 X 93 X 67 X 123 X 98 X 87 X 113 X 144 X 113 X 77 X 82 X 82 X 129 X 93 X-9999 +USW00094728198607TMAX 267 0 239 0 261 0 250 0 328 0 367 0 367 0 339 0 278 0 294 0 239 0 217 0 222 0 300 0 306 0 267 0 278 0 322 0 294 0 278 0 317 0 311 0 317 0 306 0 300 0 322 0 294 0 300 0 311 0 283 0 200 0 +USW00094728198607TMIN 156 0 189 0 167 0 128 0 200 0 239 0 211 0 250 0 228 0 189 0 172 0 167 0 172 0 183 0 178 0 206 0 211 0 211 0 206 0 200 0 239 0 217 0 206 0 222 0 222 0 222 0 206 0 222 0 211 0 183 0 172 0 +USW00094728198607PRCP 8 0 231 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0T 0 234 0 119 0 0 0 0 0 0T 0 0T 0 41 0 91 0 0 0 0 0 0 0 0 0 0 0 0 0 246 0 79 0 0T 0 36 0 114 0 203 0 +USW00094728198607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198607FMTM 1250 X 2150 X 1550 X 2250 X 2350 X 2350 X 1450 X 0150 X 2250 X 1550 X 2150 X 1050 X 1450 X 1650 X 1150 X 1250 X 0950 X 1650 X 1550 X 1150 X 1150 X 1650 X 1650 X 1650 X 1550 X 2250 X 0050 X 0950 X 1350 X 2150 X 2350 X +USW00094728198607PGTM 1127 X 0855 X 1631 X 2050 X 0337 X 0009 X 1654 X 0415 X 2208 X 1328 X 0526 X 1423 X 2152 X 1956 X 1528 X 1220 X 1645 X 1005 X 2046 X 1559 X 1128 X 1335 X 2234 X 2242 X 1637 X 1427 X 1625 X 0929 X 2136 X 2107 X 0105 X +USW00094728198607TSUN 696 X 45 X 730 X 890 X 509 X 821 X 624 X 871 X 47 X 837 X 160 X 0 X 0 X 669 X 835 X 155 X 35 X 359 X 179 X 141 X 146 X 493 X 571 X 842 X 633 X 97 X 115 X 0 X 19 X 120 X 0 X +USW00094728198607WDF1 190 X 280 X 350 X 230 X 270 X 270 X 260 X 290 X 290 X 300 X 260 X 50 X 130 X 270 X 280 X 250 X 40 X 160 X 140 X 140 X 40 X 140 X 140 X 180 X 170 X 240 X 230 X 70 X 160 X 50 X 60 X +USW00094728198607WDFG 68W X 158W X 293W X 225W X 225W X 270W X 270W X 270W X 270W X 315W X 23W X 45W X 360W X 315W X 270W X 203W X 225W X 45W X 180W X 180W X 45W X 135W X 225W X 203W X 158W X 180W X 180W X 68W X 180W X 45W X 68W X +USW00094728198607WSF1 94 X 54 X 130 X 45 X 54 X 54 X 58 X 63 X 58 X 72 X 40 X 67 X 54 X 67 X 54 X 54 X 45 X 40 X 54 X 54 X 54 X 54 X 54 X 67 X 63 X 72 X 54 X 54 X 63 X 63 X 58 X +USW00094728198607WSFG 98 X 82 X 129 X 98 X 93 X 67 X 87 X 93 X 77 X 113 X 72 X 87 X 67 X 113 X 77 X 72 X 51 X 62 X 62 X 77 X 77 X 62 X 62 X 82 X 77 X 164 X 51 X 67 X 93 X 103 X 87 X +USW00094728198608TMAX 283 0 294 0 294 0 300 0 294 0 294 0 272 0 317 0 306 0 300 0 289 0 261 0 267 0 283 0 278 0 283 0 300 0 272 0 294 0 278 0 206 0 278 0 283 0 239 0 244 0 256 0 272 0 217 0 200 0 244 0 261 0 +USW00094728198608TMIN 183 0 183 0 200 0 200 0 200 0 222 0 228 0 233 0 222 0 200 0 217 0 189 0 167 0 167 0 189 0 217 0 222 0 211 0 211 0 200 0 172 0 161 0 167 0 167 0 144 0 167 0 217 0 111 0 100 0 106 0 122 0 +USW00094728198608PRCP 58 0 305 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 122 0 10 0 0 0 0 0 0 0 0 0 8 0 41 0 41 0 0 0 8 0 287 0 0T 0 102 0 0T 0 0 0 0 0 0 0 64 0 0 0 0 0 0 0 +USW00094728198608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198608FMTM 1450 X 1650 X 1950 X 1850 X 2350 X 1350 X 1350 X 1650 X 1750 X 1950 X 1450 X 0850 X 1250 X 1150 X 2150 X 0950 X 2350 X 1150 X 1750 X 1150 X 1450 X 1950 X 1950 X 1250 X 0150 X 2150 X 1450 X 1150 X 0250 X 2350 X 2350 X +USW00094728198608PGTM 2031 X 1640 X 2231 X 1243 X 2359 X 1827 X 1357 X 1522 X 1523 X 2308 X 1438 X 0322 X 1222 X 1119 X 1833 X 0343 X 1527 X 1736 X 1918 X 1145 X 2042 X 1433 X 2345 X 1235 X 0212 X 1340 X 0658 X 1558 X 1050 X 2228 X 2211 X +USW00094728198608TSUN 301 X 423 X 518 X 845 X 836 X 308 X 290 X 285 X 798 X 651 X 552 X 631 X 790 X 822 X 577 X 154 X 176 X 357 X 679 X 304 X 0 X 736 X 500 X 711 X 644 X 666 X 237 X 300 X 570 X 791 X 784 X +USW00094728198608WDF1 270 X 310 X 230 X 50 X 210 X 190 X 180 X 230 X 280 X 160 X 280 X 40 X 60 X 50 X 190 X 230 X 60 X 50 X 170 X 80 X 50 X 10 X 180 X 300 X 260 X 230 X 260 X 360 X 290 X 280 X 240 X +USW00094728198608WDFG 90W X 315W X 248W X 270W X 203W X 180W X 180W X 158W X 270W X 180W X 270W X 360W X 113W X 45W X 180W X 225W X 180W X 90W X 113W X 90W X 45W X 90W X 180W X 180W X 270W X 180W X 225W X 338W X 68W X 225W X 225W X +USW00094728198608WSF1 54 X 63 X 36 X 54 X 45 X 76 X 58 X 45 X 63 X 54 X 63 X 54 X 67 X 58 X 54 X 58 X 40 X 94 X 54 X 54 X 58 X 45 X 54 X 94 X 67 X 54 X 58 X 58 X 45 X 36 X 36 X +USW00094728198608WSFG 113 X 82 X 46 X 62 X 72 X 103 X 93 X 67 X 103 X 82 X 77 X 62 X 82 X 82 X 72 X 93 X 62 X 149 X 72 X 77 X 77 X 87 X 82 X 190 X 93 X 67 X 93 X 93 X 82 X 57 X 57 X +USW00094728198609TMAX 256 0 217 0 239 0 206 0 244 0 272 0 228 0 217 0 239 0 244 0 294 0 294 0 256 0 211 0 244 0 206 0 206 0 206 0 244 0 239 0 261 0 194 0 278 0 283 0 261 0 289 0 233 0 200 0 256 0 317 0-9999 +USW00094728198609TMIN 144 0 178 0 167 0 167 0 172 0 183 0 144 0 122 0 111 0 144 0 194 0 200 0 144 0 128 0 122 0 100 0 72 0 111 0 156 0 150 0 156 0 128 0 172 0 194 0 183 0 183 0 150 0 150 0 178 0 206 0-9999 +USW00094728198609PRCP 0 0 0T 0 15 0 3 0 241 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0T 0 3 0 0T 0 0 0 3 0 15 0 0T 0 0 0 137 0 130 0 0 0 0 0 0 0-9999 +USW00094728198609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198609FMTM 1750 X 2250 X 2250 X 0350 X 1450 X 2250 X 1550 X 1750 X 2350 X 0950 X 1550 X 1950 X 0250 X 0050 X 2350 X 0450 X 0850 X 1050 X 2250 X 1250 X 1850 X 1750 X 1350 X 1450 X 0550 X 1450 X 0750 X 2050 X 2150 X 1850 X-9999 +USW00094728198609PGTM 1801 X 1745 X 1348 X 0647 X 1520 X 2357 X 0344 X 1610 X 2043 X 2228 X 1605 X 1521 X 0327 X 0335 X 2358 X 0504 X 0852 X 1941 X 1206 X 1327 X 1138 X 1938 X 0945 X 1955 X 0725 X 1121 X 0707 X 2131 X 2357 X 0026 X-9999 +USW00094728198609TSUN 582 X 0 X 90 X 0 X 0 X 495 X 336 X 498 X 766 X 695 X 440 X 203 X 755 X 750 X 419 X 687 X 744 X 413 X 277 X 390 X 256 X 171 X 93 X 77 X 105 X 337 X 0 X 2 X 198 X 493 X-9999 +USW00094728198609WDF1 160 X 260 X 60 X 40 X 180 X 350 X 290 X 280 X 250 X 220 X 220 X 260 X 290 X 310 X 220 X 310 X 40 X 220 X 10 X 180 X 50 X 170 X 230 X 250 X 290 X 220 X 60 X 220 X 230 X 220 X-9999 +USW00094728198609WDFG 158W X 225W X 68W X 45W X 180W X 360W X 45W X 158W X 180W X 180W X 225W X 225W X 293W X 315W X 225W X 315W X 45W X 180W X 360W X 180W X 360W X 180W X 225W X 225W X 270W X 225W X 90W X 248W X 225W X 225W X-9999 +USW00094728198609WSF1 40 X 40 X 63 X 63 X 63 X 40 X 54 X 45 X 45 X 54 X 67 X 76 X 67 X 72 X 54 X 76 X 40 X 63 X 36 X 45 X 72 X 45 X 72 X 45 X 40 X 40 X 63 X 54 X 58 X 72 X-9999 +USW00094728198609WSFG 62 X 51 X 77 X 82 X 87 X 62 X 62 X 62 X 67 X 103 X 103 X 103 X 103 X 93 X 87 X 149 X 62 X 87 X 57 X 62 X 93 X 67 X 93 X 57 X 67 X 67 X 103 X 72 X 87 X 98 X-9999 +USW00094728198609WT03-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198610TMAX 289 0 244 0 206 0 283 0 217 0 172 0 156 0 222 0 261 0 128 0 150 0 172 0 178 0 228 0 150 0 167 0 156 0 144 0 178 0 194 0 222 0 211 0 239 0 178 0 139 0 128 0 122 0 200 0 217 0 183 0 117 0 +USW00094728198610TMIN 172 0 172 0 156 0 206 0 133 0 72 0 50 0 100 0 111 0 56 0 50 0 89 0 150 0 128 0 83 0 72 0 94 0 78 0 50 0 78 0 83 0 122 0 139 0 100 0 50 0 94 0 94 0 117 0 94 0 72 0 33 0 +USW00094728198610PRCP 10 0 5 0 173 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 91 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 163 0 5 0 0T 0 0 0 0 0 0 0 +USW00094728198610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198610FMTM 0950 X 2150 X 2350 X 1850 X 1250 X 1150 X 1250 X 1450 X 2050 X 0650 X 1150 X 0950 X 1550 X 2150 X 1250 X 0750 X 2250 X 1950 X 0050 X 1650 X 1850 X 2350 X 1250 X 2250 X 2350 X 1850 X 0250 X 1350 X 1450 X 1450 X 0850 X +USW00094728198610PGTM 0947 X 0217 X 1635 X 1940 X 1217 X 1047 X 1433 X 1517 X 2349 X 0514 X 0909 X 0903 X 1017 X 2151 X 1602 X 0828 X 2140 X 1912 X 0040 X 0954 X 2133 X 2359 X 1312 X 2331 X 0114 X 1926 X 0042 X 1215 X 1753 X 0858 X 0314 X +USW00094728198610TSUN 553 X 147 X 0 X 217 X 529 X 584 X 621 X 499 X 459 X 561 X 238 X 175 X 0 X 83 X 433 X 346 X 336 X 554 X 635 X 631 X 653 X 651 X 308 X 611 X 304 X 0 X 0 X 496 X 631 X 595 X 629 X +USW00094728198610WDF1 290 X 50 X 250 X 250 X 270 X 300 X 260 X 250 X 10 X 50 X 60 X 60 X 240 X 250 X 280 X 270 X 40 X 50 X 40 X 160 X 230 X 250 X 240 X 40 X 50 X 60 X 40 X 330 X 220 X 290 X 60 X +USW00094728198610WDFG 293W X 45W X 135W X 225W X 338W X 270W X 225W X 248W X 23W X 45W X 45W X 68W X 225W X 248W X 270W X 270W X 45W X 45W X 45W X 360W X 248W X 248W X 248W X 45W X 45W X 68W X 68W X 315W X 203W X 293W X 45W X +USW00094728198610WSF1 63 X 67 X 54 X 63 X 63 X 98 X 40 X 58 X 72 X 112 X 63 X 45 X 54 X 58 X 58 X 40 X 67 X 58 X 67 X 45 X 54 X 54 X 58 X 72 X 58 X 67 X 58 X 54 X 63 X 63 X 72 X +USW00094728198610WSFG 93 X 77 X 98 X 108 X 98 X 159 X 67 X 93 X 129 X 164 X 98 X 72 X 87 X 103 X 82 X 46 X 77 X 82 X 77 X 67 X 72 X 62 X 87 X 82 X 67 X 103 X 77 X 93 X 103 X 98 X 108 X +USW00094728198611TMAX 178 0 183 0 111 0 133 0 78 0 111 0 122 0 172 0 228 0 117 0 67 0 106 0 56 0 33 0 67 0 128 0 128 0 111 0 44 0 139 0 139 0 83 0 122 0 111 0 111 0 172 0 139 0 117 0 128 0 83 0-9999 +USW00094728198611TMIN 89 0 61 0 44 0 67 0 17 0 67 0 56 0 117 0 117 0 39 0 33 0 33 0 -44 0 -56 0 -17 0 56 0 61 0 44 0 -28 0 -33 0 22 0 17 0 28 0 61 0 39 0 56 0 44 0 28 0 44 0 -11 0-9999 +USW00094728198611PRCP 0 0 15 0 0 0 25 0 163 0 46 0 0 0 155 0 66 0 0 0 211 0 0 0 0 0 0 0 0 0 0 0 0 0 168 0 104 0 239 0 61 0 0 0 0T 0 51 0 0 0 437 0 0 0 0 0 0 0 0 0-9999 +USW00094728198611SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198611FMTM 1050 X 1450 X 0950 X 1850 X 1550 X 0450 X 1050 X 1150 X 1750 X 0950 X 0650 X 1950 X 1550 X 1550 X 2150 X 1950 X 1150 X 2350 X 2350 X 2150 X 1950 X 0150 X 2350 X 2250 X 1250 X 1950 X 0550 X 1150 X 1750 X 1850 X-9999 +USW00094728198611PGTM 1241 X 1236 X 2254 X 1904 X 2054 X 0405 X 1837 X 1048 X 1835 X 0938 X 1624 X 1902 X 1525 X 2010 X 0034 X 1737 X 1147 X 2348 X 0010 X 2259 X 1550 X 0259 X 2358 X 0250 X 0025 X 2031 X 0452 X 0947 X 1702 X 2053 X-9999 +USW00094728198611TSUN 334 X 35 X 472 X 53 X 0 X 78 X 0 X 0 X 8 X 578 X 0 X 414 X 435 X 598 X 179 X 432 X 55 X 15 X 171 X 0 X 33 X 516 X 163 X 0 X 503 X 0 X 533 X 395 X 412 X 571 X-9999 +USW00094728198611WDF1 240 X 330 X 40 X 300 X 50 X 50 X 70 X 120 X 250 X 290 X 110 X 170 X 300 X 250 X 240 X 250 X 270 X 50 X 50 X 140 X 290 X 260 X 250 X 300 X 260 X 240 X 290 X 270 X 310 X 350 X-9999 +USW00094728198611WDFG 203W X 270W X 45W X 293W X 68W X 45W X 90W X 135W X 270W X 293W X 360W X 180W X 293W X 248W X 225W X 248W X 270W X 45W X 45W X 135W X 315W X 293W X 248W X 225W X 270W X 225W X 315W X 180W X 315W X 45W X-9999 +USW00094728198611WSF1 58 X 63 X 58 X 58 X 76 X 72 X 40 X 54 X 58 X 72 X 54 X 45 X 94 X 67 X 54 X 45 X 40 X 80 X 80 X 76 X 89 X 72 X 63 X 63 X 45 X 76 X 76 X 40 X 72 X 72 X-9999 +USW00094728198611WSFG 72 X 82 X 82 X 93 X 123 X 108 X 62 X 82 X 123 X 108 X 67 X 57 X 159 X 103 X 82 X 62 X 57 X 154 X 154 X 144 X 154 X 82 X 77 X 93 X 77 X 129 X 113 X 62 X 113 X 93 X-9999 +USW00094728198611WT04-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198611WT14-9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198611WT16-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728198611WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198612TMAX 33 0 117 0 150 0 83 0 56 0 61 0 72 0 83 0 106 0 122 0 33 0 39 0 17 0 17 0 78 0 83 0 67 0 67 0 83 0 50 0 50 0 44 0 94 0 61 0 117 0 78 0 67 0 33 0 61 0 44 0 72 0 +USW00094728198612TMIN -44 0 17 0 78 0 22 0 6 0 -11 0 22 0 6 0 0 0 33 0 6 0 11 0 -67 0 -72 0 -11 0 33 0 44 0 28 0 28 0 22 0 -11 0 -28 0 -6 0 11 0 61 0 39 0 22 0 11 0 0 0 11 0 11 0 +USW00094728198612PRCP 0 0 411 0 282 0 0 0 0 0 0 0 0 0 8 0 211 0 5 0 58 0 0T 0 0 0 0 0 0 0 0 0 0 0 257 0 20 0 0 0 0 0 0 0 0 0 122 0 145 0 0 0 0 0 0 0 0 0 46 0 0 0 +USW00094728198612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728198612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198612FMTM 0650 X 2150 X 2250 X 1650 X 1650 X 1850 X 2050 X 1650 X 0550 X 1050 X 0050 X 2350 X 0650 X 1550 X 0350 X 1450 X 2150 X 0650 X 1350 X 1850 X 1150 X 1750 X 0850 X 2350 X 0350 X 1350 X 2150 X 0050 X 2350 X 2250 X 1350 X +USW00094728198612PGTM 0227 X 2214 X 2215 X 1354 X 1413 X 1614 X 2018 X 0715 X 0650 X 1527 X 0105 X 1125 X 0750 X 1734 X 0731 X 1453 X 1642 X 1813 X 1235 X 1834 X 1335 X 2355 X 0832 X 2309 X 0258 X 0135 X 1957 X 1625 X 2118 X 1156 X 0536 X +USW00094728198612TSUN 440 X 0 X 23 X 494 X 253 X 564 X 255 X 86 X 0 X 151 X 0 X 0 X 558 X 548 X 487 X 138 X 0 X 0 X 386 X 110 X 555 X 555 X 555 X 214 X 20 X 469 X 320 X 42 X 358 X 0 X 376 X +USW00094728198612WDF1-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 40 X-9999 -9999 -9999 +USW00094728198612WDFG 23W X 68W X 270W X 248W X 270W X 248W X 248W X 338W X 68W X 270W X 293W X 248W X 315W X 270W X 225W X 225W X 45W X 360W X 315W X 315W X 360W X 225W X 248W X 45W X 68W X 293W X 45W X 315W X 180W X 23W X 315W X +USW00094728198612WSF1-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 54 X-9999 -9999 -9999 +USW00094728198612WSFG 129 X 144 X 113 X 144 X 103 X 103 X 103 X 103 X 93 X 108 X 98 X 82 X 144 X 93 X 72 X 51 X 67 X 87 X 149 X 57 X 82 X 82 X 93 X 139 X 154 X 87 X 72 X 72 X 62 X 103 X 103 X +USW00094728198612WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198612WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00094728198612WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728198701TMAX 33 0 33 0 44 0 11 0 33 0 50 0 83 0 39 0 33 0 56 0 44 0 39 0 61 0 122 0 139 0 100 0 6 0 33 0 33 0 -6 0 22 0 6 0 22 0 -72 0 -39 0 -44 0 -33 0 -6 0 44 0 33 0 28 0 +USW00094728198701TMIN 0 0 0 0 -11 0 -33 0 -44 0 -22 0 22 0 -6 0 11 0 22 0 11 0 11 0 17 0 6 0 78 0 -22 0 -56 0 -22 0 -22 0 -28 0 -11 0 -22 0 -89 0 -122 0 -133 0 -89 0 -122 0 -106 0 -50 0 -6 0 -11 0 +USW00094728198701PRCP 140 0 427 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 91 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 140 0 218 0 0 0 0 0 267 0 0T 0 0 0 0T 0 76 0 0 0 0 0 0 0 114 0 0T 0 +USW00094728198701SNOW 13 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 33 0 0 0 0 0 206 0 0T 0 0 0 0T 0 89 0 0 0 0 0 0 0 0T 0 0T 0 +USW00094728198701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 25 0 25 0 0 0 203 0 178 0 152 0 178 0 229 0 203 0 178 0 152 0 127 0 +USW00094728198701FMTM 2350 X 2350 X 1550 X 2350 X 1050 X 2250 X 2250 X 0850 X 1050 X 1750 X 1350 X 1150 X 1150 X 2350 X 1750 X 2350 X 0345 X 0150 X 1650 X 1350 X 1050 X 1450 X 1950 X 1150 X 2350 X 0550 X 0450 X 1950 X 2350 X 0650 X 2250 X +USW00094728198701PGTM 2342 X 0102 X 1520 X 2132 X 2255 X 2352 X 2012 X 1054 X 1048 X 1632 X 2035 X 1223 X 1040 X 1305 X 1333 X 2356 X 0345 X 2135 X 1639 X 1154 X 1112 X 1348 X 1938 X 0948 X 2355 X 0848 X 0200 X 1938 X 1420 X 0246 X 2230 X +USW00094728198701TSUN 64 X 0 X 266 X 369 X 563 X 427 X 48 X 542 X 0 X 0 X 76 X 35 X 450 X 512 X 158 X 448 X 558 X 0 X 0 X 231 X 315 X 0 X 484 X 531 X 2 X 245 X 596 X 571 X 401 X 0 X 270 X +USW00094728198701WDF1 50 X 50 X 360 X 310 X 20 X 220 X 310 X 310 X 270 X 70 X 270 X 260 X 300 X 250 X 300 X 20 X 40 X 90 X 70 X 290 X 260 X 40 X 260 X 250 X 50 X 40 X 360 X 250 X 170 X 80 X 300 X +USW00094728198701WDFG 45W X 45W X 270W X 338W X 360W X 135W X 315W X 293W X 270W X 68W X 270W X 270W X 293W X 225W X 270W X 23W X 45W X 315W X 68W X 315W X 270W X 68W X 270W X 248W X 45W X 45W X 360W X 248W X 90W X 180W X 293W X +USW00094728198701WSF1 94 X 94 X 80 X 54 X 67 X 40 X 72 X 80 X 40 X 67 X 94 X 80 X 103 X 58 X 72 X 76 X 94 X 54 X 80 X 45 X 58 X 98 X 76 X 76 X 72 X 89 X 67 X 45 X 40 X 45 X 76 X +USW00094728198701WSFG 154 X 164 X 113 X 72 X 134 X 82 X 129 X 134 X 62 X 139 X 190 X 103 X 144 X 98 X 113 X 118 X 93 X 82 X 123 X 62 X 87 X 149 X 139 X 134 X 98 X 144 X 98 X 67 X 67 X 87 X 134 X +USW00094728198701WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198701WT04-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198701WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728198701WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728198701WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198701WT18 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X +USW00094728198702TMAX 28 0 100 0 111 0 67 0 11 0 83 0 100 0 67 0 44 0 28 0 50 0 28 0 -17 0 0 0 -56 0 0 0 39 0 56 0 33 0 44 0 78 0 94 0 56 0 67 0 61 0 78 0 61 0 61 0-9999 -9999 -9999 +USW00094728198702TMIN -28 0 6 0 33 0 -6 0 -50 0 -11 0 17 0 11 0 -78 0 -78 0 -11 0 -22 0 -83 0 -106 0 -156 0 -139 0 -78 0 -33 0 -50 0 -33 0 -33 0 -6 0 0 0 -6 0 -28 0 -28 0 -11 0 6 0-9999 -9999 -9999 +USW00094728198702PRCP 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 58 0 0 0 0 0 64 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 0 0 0 0 0 0 0 0 8 0-9999 -9999 -9999 +USW00094728198702SNOW 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 61 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728198702SNWD 102 0 76 0 51 0 25 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 51 0 51 0 51 0 51 0 51 0 25 0 25 0 0T 0 0 0 0 0 0 0 102 0 51 0 51 0 25 0 0T 0 0 0-9999 -9999 -9999 +USW00094728198702FMTM 0050 X 0950 X 1550 X 1445 X 0345 X 1950 X 1850 X 0950 X 1950 X 2350 X 0950 X 1650 X 0750 X 0750 X 2350 X 0000 X 0950 X 2350 X 2150 X 1850 X 1550 X 1550 X 2050 X 0350 X 0850 X 2350 X 0450 X 1050 X-9999 -9999 -9999 +USW00094728198702PGTM 0102 X 1445 X 1308 X 2040 X 0233 X 0127 X 1810 X 1401 X 1108 X 0433 X 1002 X 1622 X 1013 X 0058 X 2223 X 0043 X 0930 X 2053 X 2135 X 1023 X 1427 X 1610 X 1935 X 0950 X 0903 X 2343 X 0825 X 1230 X-9999 -9999 -9999 +USW00094728198702TSUN 419 X 410 X 378 X 450 X 584 X 556 X 560 X 481 X 14 X 423 X 491 X 0 X 610 X 499 X 641 X 621 X 592 X 494 X 650 X 653 X 656 X 629 X 374 X 663 X 666 X 669 X 291 X 255 X-9999 -9999 -9999 +USW00094728198702WDF1 290 X 240 X 270 X 300 X 300 X 230 X 300 X 160 X 310 X 290 X 280 X 40 X 310 X 300 X 310 X 310 X 360 X 360 X 290 X 300 X 280 X 140 X 280 X 280 X 300 X 360 X 360 X 170 X-9999 -9999 -9999 +USW00094728198702WDFG 293W X 225W X 270W X 293W X 293W X 248W X 293W X 158W X 360W X 270W X 270W X 45W X 293W X 293W X 293W X 293W X 360W X 293W X 270W X 315W X 293W X 158W X 315W X 293W X 293W X 360W X-9999 -9999 -9999 -9999 -9999 +USW00094728198702WSF1 80 X 45 X 67 X 80 X 98 X 54 X 54 X 80 X 98 X 94 X 72 X 58 X 76 X 54 X 89 X 89 X 67 X 63 X 67 X 58 X 45 X 45 X 76 X 76 X 76 X 45 X 54 X 58 X-9999 -9999 -9999 +USW00094728198702WSFG 123 X 72 X 118 X 129 X 154 X 67 X 62 X 118 X 190 X 129 X 103 X 82 X 144 X 87 X 118 X 103 X 98 X 82 X 93 X 87 X 62 X 62 X 123 X 139 X 103 X 72 X 87 X 62 X-9999 -9999 -9999 +USW00094728198703TMAX 111 0 83 0 72 0 50 0 50 0 133 0 217 0 244 0 167 0 -22 0 17 0 6 0 44 0 78 0 94 0 78 0 89 0 128 0 139 0 89 0 94 0 133 0 189 0 217 0 211 0 194 0 194 0 172 0 183 0 161 0 150 0 +USW00094728198703TMIN 28 0 28 0 11 0 -11 0 -28 0 -6 0 72 0 122 0 -50 0 -94 0 -89 0 -6 0 0 0 -6 0 11 0 -11 0 -6 0 11 0 6 0 17 0 11 0 33 0 61 0 50 0 100 0 94 0 106 0 83 0 100 0 89 0 28 0 +USW00094728198703PRCP 599 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 8 0 0 0 0 0 0 0 0T 0 0 0 71 0 0 0 102 0 406 0 +USW00094728198703SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198703FMTM 1050 X 1150 X 2250 X 1050 X 1650 X 2050 X 1450 X 1650 X 2350 X 0850 X 0350 X 1150 X 0650 X 1350 X 1950 X 1750 X 1250 X 1350 X 2250 X 1650 X 1550 X 0650 X 0050 X 1950 X 1950 X 0350 X 1650 X 1050 X 1850 X 1150 X 2150 X +USW00094728198703PGTM 1050 X 1123 X 2111 X 0807 X 1107 X 1358 X 1647 X 1509 X 2354 X 0032 X 0504 X 1103 X 2010 X 0543 X 2000 X 1630 X 0942 X 1127 X 1838 X 2150 X 1158 X 0816 X 1510 X 1331 X 2112 X 1450 X 1520 X 1022 X 1727 X 2232 X 1315 X +USW00094728198703TSUN 0 X 116 X 299 X 569 X 663 X 557 X 693 X 625 X 307 X 507 X 703 X 0 X 50 X 640 X 528 X 708 X 720 X 723 X 674 X 192 X 257 X 610 X 726 X 739 X 720 X 510 X 722 X 346 X 731 X 290 X 0 X +USW00094728198703WDF1 100 X 270 X 280 X 40 X 40 X 250 X 290 X 180 X 330 X 20 X 40 X 40 X 60 X 360 X 270 X 350 X 360 X 40 X 350 X 270 X 60 X 50 X 50 X 160 X 160 X 150 X 140 X 50 X 160 X 160 X 310 X +USW00094728198703WDFG 90W X 270W X 270W X 360W X 23W X 270W X 293W X 248W X 338W X 360W X 45W X 90W X 360W X 338W X 270W X 315W X 338W X 360W X 45W X 360W X 360W X 45W X 45W X 90W X 180W X 270W X 158W X 45W X 180W X 158W X 180W X +USW00094728198703WSF1 67 X 72 X 54 X 67 X 58 X 54 X 58 X 63 X 98 X 98 X 63 X 72 X 72 X 67 X 40 X 76 X 67 X 63 X 58 X 54 X 67 X 80 X 67 X 58 X 63 X 63 X 54 X 76 X 58 X 58 X 76 X +USW00094728198703WSFG 123 X 139 X 98 X 98 X 98 X 77 X 93 X 77 X 159 X 170 X 98 X 87 X 93 X 87 X 57 X 113 X 118 X 87 X 82 X 87 X 82 X 134 X 87 X 62 X 103 X 98 X 77 X 113 X 103 X 123 X 190 X +USW00094728198704TMAX 89 0 139 0 150 0 133 0 144 0 78 0 139 0 133 0 161 0 222 0 250 0 217 0 122 0 200 0 167 0 94 0 111 0 183 0 244 0 239 0 250 0 206 0 117 0 167 0 150 0 189 0 156 0 67 0 178 0 144 0-9999 +USW00094728198704TMIN -6 0 28 0 61 0 67 0 56 0 56 0 61 0 72 0 78 0 89 0 106 0 106 0 67 0 72 0 83 0 67 0 67 0 111 0 139 0 139 0 139 0 100 0 83 0 78 0 67 0 67 0 56 0 44 0 44 0 94 0-9999 +USW00094728198704PRCP 0 0 0 0 124 0 505 0 3 0 140 0 48 0 0 0 0 0 0 0 0 0 127 0 53 0 0 0 0 0 3 0 155 0 20 0 0 0 0 0 0 0 0 0 0T 0 163 0 61 0 0 0 0 0 86 0 10 0 0 0-9999 +USW00094728198704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198704FMTM 0050 X 0850 X 2050 X 1250 X 1450 X 0850 X 1750 X 1550 X 1550 X 1550 X 1550 X 1750 X 1150 X 1650 X 2350 X 2350 X 0050 X 1050 X 0950 X 2250 X 1150 X 2050 X 0550 X 2250 X 0950 X 1150 X 2150 X 1150 X 1650 X 0850 X-9999 +USW00094728198704PGTM 0045 X 1650 X 1930 X 1325 X 1450 X 0630 X 1554 X 1113 X 1541 X 1656 X 2040 X 1754 X 0615 X 1217 X 2359 X 2311 X 0850 X 0304 X 1836 X 1302 X 0918 X 1050 X 0526 X 2315 X 0930 X 0915 X 1905 X 0630 X 1850 X 0854 X-9999 +USW00094728198704TSUN 761 X 478 X 150 X 71 X 387 X 0 X 148 X 552 X 140 X 784 X 731 X 508 X 16 X 729 X 35 X 0 X 0 X 0 X 559 X 267 X 471 X 357 X 0 X 0 X 569 X 825 X 828 X 0 X 391 X 626 X-9999 +USW00094728198704WDF1 300 X 210 X 50 X 90 X 50 X 50 X 310 X 300 X 290 X 240 X 160 X 90 X 10 X 150 X 70 X 40 X 40 X 60 X 30 X 40 X 100 X 50 X 40 X 30 X 50 X 60 X 60 X 50 X 230 X 290 X-9999 +USW00094728198704WDFG 293W X 158W X 68W X 90W X 45W X 45W X 270W X 360W X 293W X 248W X 180W X-9999 45W X 225W X 68W X 45W X 68W X 45W X 45W X 68W X 360W X 45W X 45W X 23W X 45W X 45W X 90W X 68W X 270W X 293W X-9999 +USW00094728198704WSF1 72 X 67 X 63 X 107 X 76 X 58 X 54 X 67 X 63 X 54 X 63 X 63 X 72 X 45 X 45 X 72 X 89 X 72 X 54 X 67 X 67 X 63 X 54 X 80 X 103 X 72 X 72 X 63 X 58 X 89 X-9999 +USW00094728198704WSFG 103 X 108 X 87 X 190 X 123 X 113 X 72 X 82 X 77 X 72 X 82 X 87 X 118 X 62 X 51 X 134 X 144 X 103 X 72 X 123 X 82 X 129 X 67 X 129 X 154 X 123 X 103 X 87 X 113 X 129 X-9999 +USW00094728198705TMAX 194 0 172 0 150 0 89 0 100 0 178 0 272 0 206 0 261 0 322 0 256 0 311 0 200 0 211 0 250 0 217 0 306 0 272 0 133 0 128 0 228 0 261 0 261 0 244 0 172 0 161 0 161 0 300 0 356 0 361 0 344 0 +USW00094728198705TMIN 67 0 111 0 89 0 67 0 67 0 83 0 100 0 111 0 100 0 156 0 161 0 161 0 78 0 61 0 128 0 89 0 144 0 128 0 106 0 106 0 117 0 139 0 133 0 122 0 117 0 111 0 117 0 133 0 217 0 233 0 244 0 +USW00094728198705PRCP 0 0 0T 0 99 0 104 0 13 0 5 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 56 0 41 0 15 0 0 0 0 0 10 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728198705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198705FMTM 1450 X 1550 X 1650 X 1750 X 0850 X 0450 X 1450 X 0250 X 1750 X 1650 X 1750 X 1450 X 0450 X 2350 X 0250 X 0750 X 1550 X 2250 X 1350 X 0950 X 2350 X 1450 X 1945 X 2345 X 2350 X 1440 X 0950 X 1050 X 1050 X 1550 X 1350 X +USW00094728198705PGTM 1527 X 1258 X 1648 X 1740 X 0856 X 1246 X 1505 X 0613 X 1629 X 1656 X 0853 X 1350 X 0803 X 1830 X 1535 X 0610 X 0145 X 1536 X 1200 X 0950 X 0625 X 1344 X 1939 X 2027 X 1321 X 1455 X 1000 X 1733 X 1136 X 1506 X 1647 X +USW00094728198705TSUN 809 X 95 X 34 X 0 X 0 X 200 X 638 X 388 X 836 X 832 X 859 X 627 X 863 X 865 X 311 X 869 X 756 X 611 X 0 X 0 X 397 X 666 X 80 X 100 X 87 X 8 X 0 X 518 X 657 X 866 X 710 X +USW00094728198705WDF1 280 X 220 X 40 X 40 X 30 X 20 X 270 X 40 X 230 X 280 X 150 X 20 X 40 X 230 X 230 X 360 X 230 X 50 X 50 X 60 X 40 X 170 X 100 X 50 X 140 X 180 X 80 X 240 X 340 X 240 X 230 X +USW00094728198705WDFG 270W X 225W X 45W X 45W X 23W X 293W X 270W X 45W X 225W X 270W X 135W X 315W X 45W X 158W X 315W X 23W X 248W X 113W X 68W X 68W X 68W X 180W X 90W X 113W X 135W X 338W X 90W X 225W X 293W X 270W X 293W X +USW00094728198705WSF1 63 X 54 X 80 X 94 X 72 X 54 X 63 X 58 X 67 X 63 X 40 X 63 X 80 X 54 X 63 X 58 X 58 X 72 X 76 X 72 X 67 X 54 X 58 X 54 X 40 X 40 X 45 X 40 X 54 X 36 X 67 X +USW00094728198705WSFG 82 X 77 X 93 X 129 X 123 X 72 X 87 X 67 X 93 X 87 X 82 X 103 X 134 X 93 X 113 X 87 X 93 X 82 X 103 X 108 X 77 X 77 X 72 X 67 X 46 X 41 X 46 X 67 X 67 X 67 X 82 X +USW00094728198706TMAX 339 0 256 0 189 0 172 0 272 0 244 0 217 0 317 0 267 0 250 0 256 0 228 0 294 0 311 0 344 0 311 0 278 0 311 0 317 0 356 0 256 0 244 0 300 0 278 0 322 0 183 0 228 0 250 0 306 0 328 0-9999 +USW00094728198706TMIN 222 0 183 0 150 0 150 0 167 0 161 0 156 0 172 0 161 0 133 0 133 0 183 0 206 0 183 0 228 0 200 0 183 0 172 0 200 0 233 0 206 0 200 0 172 0 144 0 183 0 161 0 183 0 161 0 183 0 217 0-9999 +USW00094728198706PRCP 0 0 25 0 0T 0 307 0 0T 0 0 0 5 0 3 0 23 0 0 0 0 0 25 0 3 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 343 0 28 0 0 0 0 0 0 0 13 0 201 0 0 0 0 0 23 0-9999 +USW00094728198706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198706FMTM 1150 X 0650 X 0350 X 0950 X 0850 X 1450 X 1545 X 2150 X 0050 X 0250 X 2250 X 0550 X 0550 X 1850 X 1250 X 1950 X 1550 X 2350 X 1850 X 2350 X 1550 X 1550 X 1350 X 0950 X 2050 X 2350 X 2245 X 1545 X 2355 X 0650 X-9999 +USW00094728198706PGTM 2157 X 0635 X 0323 X 0730 X 1815 X 1545 X 1625 X 2003 X 1705 X 1648 X 2337 X 0704 X 0713 X 1806 X 1550 X 1950 X 0831 X 2350 X 1628 X 1635 X 1946 X 1102 X 1246 X 0003 X 0000 X 0330 X 2235 X 2209 X 2359 X 1917 X-9999 +USW00094728198706TSUN 782 X 137 X 0 X 0 X 717 X 860 X 68 X 606 X 447 X 901 X 849 X 60 X 369 X 833 X 650 X 861 X 905 X 892 X 721 X 614 X 7 X 87 X 254 X 905 X 905 X 0 X 145 X 785 X 843 X 618 X-9999 +USW00094728198706WDF1 240 X 280 X 60 X 70 X 50 X 270 X 160 X 260 X 270 X 290 X 220 X 220 X 250 X 230 X 250 X 190 X 40 X 220 X 220 X 250 X 40 X 140 X 50 X 70 X 120 X 70 X 240 X 280 X 230 X 240 X-9999 +USW00094728198706WDFG 68W X 270W X 45W X 45W X 270W X 315W X 158W X 248W X 293W X 293W X 225W X 225W X 225W X 225W X 270W X 180W X 45W X 225W X 225W X 135W X 360W X 180W X 23W X 68W X 113W X 68W X 248W X 225W X 225W X 248W X-9999 +USW00094728198706WSF1 54 X 54 X 63 X 36 X 54 X 54 X 40 X 72 X 67 X 67 X 67 X 72 X 54 X 45 X 58 X 54 X 54 X 54 X 63 X 54 X 54 X 36 X 63 X 40 X 63 X 58 X 45 X 54 X 63 X 63 X-9999 +USW00094728198706WSFG 57 X 72 X 82 X 62 X 72 X 87 X 51 X 180 X 98 X 103 X 87 X 93 X 72 X 57 X 77 X 62 X 87 X 51 X 82 X 57 X 72 X 57 X 113 X 62 X 87 X 77 X 77 X 67 X 118 X 113 X-9999 +USW00094728198706WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728198706WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728198706WT16-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 +USW00094728198707TMAX 300 0 206 0 311 0 306 0 306 0 261 0 217 0 294 0 344 0 333 0 339 0 317 0 317 0 289 0 267 0 261 0 294 0 328 0 333 0 294 0 350 0 339 0 311 0 344 0 350 0 283 0 300 0 317 0 289 0 300 0 300 0 +USW00094728198707TMIN 200 0 178 0 183 0 233 0 200 0 183 0 183 0 206 0 222 0 233 0 244 0 239 0 228 0 189 0 172 0 183 0 156 0 194 0 222 0 217 0 228 0 222 0 222 0 239 0 250 0 200 0 206 0 206 0 178 0 189 0 211 0 +USW00094728198707PRCP 122 0 196 0 30 0 0 0 0 0 0 0 3 0 279 0 10 0 0 0 0T 0 0 0 0 0 244 0 0 0 0 0 0 0 0 0 74 0 48 0 0 0 0 0 0 0 0 0 5 0 36 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728198707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198707FMTM 1850 X 1150 X 1650 X 1150 X 1750 X 1950 X 1450 X 1850 X 1450 X 2250 X 1850 X 1545 X 1950 X 2150 X 1550 X 1350 X 1350 X 1550 X 1550 X 0150 X 1850 X 0250 X 1450 X 1550 X 1250 X 1050 X 1250 X 2250 X 1450 X 2050 X 1050 X +USW00094728198707PGTM 1850 X 1305 X 1545 X 1717 X 0750 X 1125 X 1749 X 2303 X 1421 X 1725 X 1317 X 1843 X 1709 X 1532 X 0627 X 1405 X 1202 X 1743 X 1551 X 0110 X 1448 X 0313 X 1423 X 2307 X 1615 X 1109 X 1326 X 2308 X 0335 X 1657 X 1044 X +USW00094728198707TSUN 576 X 0 X 441 X 240 X 735 X 469 X 15 X 222 X 393 X 531 X 693 X 494 X 835 X 171 X 864 X 598 X 883 X 884 X 484 X 282 X 851 X 806 X 611 X 578 X 537 X 440 X 856 X 762 X 866 X 652 X 561 X +USW00094728198707WDF1 40 X 70 X 240 X 230 X 170 X 180 X 140 X 130 X 50 X 270 X 150 X 140 X 170 X 300 X 280 X 40 X 50 X 270 X 250 X 140 X 290 X 70 X 140 X 230 X 280 X 320 X 170 X 360 X 40 X 240 X 50 X +USW00094728198707WDFG 45W X 45W X 270W X 248W X 23W X 68W X 135W X 158W X 225W X 360W X 68W X 360W X 90W X 225W X 315W X 45W X 68W X 270W X-9999 135W X 293W X 68W X 135W X 225W X 248W X 315W X 180W X 360W X 360W X 135W X 45W X +USW00094728198707WSF1 54 X 58 X 54 X 58 X 54 X 54 X 54 X 36 X 54 X 31 X 36 X 72 X 63 X 72 X 54 X 54 X 58 X 58 X 63 X 54 X 45 X 40 X 63 X 54 X 45 X 54 X 45 X 45 X 54 X 54 X 58 X +USW00094728198707WSFG 118 X 77 X 82 X 82 X 77 X 77 X 62 X 57 X 98 X 46 X 62 X 82 X 67 X 103 X 77 X 72 X 67 X 67 X 108 X 62 X 77 X 51 X 67 X 93 X 82 X 103 X 72 X 72 X 77 X 82 X 82 X +USW00094728198707WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728198707WT16 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00094728198708TMAX 283 0 250 0 339 0 344 0 294 0 278 0 272 0 317 0 278 0 272 0 300 0 267 0 267 0 272 0 306 0 317 0 344 0 344 0 317 0 311 0 306 0 289 0 256 0 250 0 244 0 267 0 211 0 178 0 256 0 267 0 250 0 +USW00094728198708TMIN 178 0 211 0 228 0 228 0 206 0 183 0 194 0 206 0 200 0 189 0 167 0 172 0 172 0 167 0 217 0 217 0 239 0 244 0 211 0 206 0 178 0 217 0 167 0 139 0 139 0 144 0 150 0 161 0 167 0 133 0 156 0 +USW00094728198708PRCP 0 0 0T 0 64 0 0 0 155 0 145 0 0 0 3 0 150 0 180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 264 0 183 0 36 0 0 0 64 0 +USW00094728198708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198708FMTM 2150 X 1450 X 1850 X 1250 X 1150 X 1150 X 1550 X 0150 X 2050 X 2150 X 2150 X 0750 X 1350 X 1750 X 2350 X 2350 X 2345 X 2350 X 1650 X 1550 X 1450 X 1750 X 0450 X 1550 X 1750 X 1850 X 1650 X 1950 X 1550 X 1650 X 1850 X +USW00094728198708PGTM 2138 X 1942 X 1253 X 1413 X 1128 X 1134 X 1749 X 1715 X 1723 X 1925 X 2345 X 0621 X 1405 X 1750 X 2346 X 0005 X 1430 X 1255 X 1614 X 1437 X 1440 X 1303 X 1908 X 0939 X 1733 X 1700 X 1644 X 1951 X 1556 X 1639 X 1852 X +USW00094728198708TSUN 774 X 140 X 451 X 815 X 274 X 226 X 406 X 608 X 130 X 198 X 838 X 835 X 803 X 738 X 587 X 805 X 709 X 790 X 799 X 756 X 814 X 86 X 577 X 763 X 569 X 474 X 0 X 0 X 352 X 786 X 673 X +USW00094728198708WDF1 230 X 170 X 280 X 250 X 60 X 100 X 180 X 210 X 60 X 40 X 70 X 50 X 150 X 160 X 220 X 220 X 230 X 230 X 190 X 300 X 260 X 230 X 310 X 280 X 280 X 160 X 80 X 50 X 270 X 160 X 180 X +USW00094728198708WDFG 225W X 180W X 248W X 293W X 45W X 90W X 180W X 248W X 180W X 315W X 45W X 45W X 158W X 158W X 225W X 225W X 113W X 270W X 225W X 293W X 270W X-9999 315W X 293W X 270W X 180W X 90W X 45W X 270W X 158W X 180W X +USW00094728198708WSF1 54 X 67 X 45 X 54 X 67 X 45 X 63 X 54 X 45 X 67 X 58 X 58 X 45 X 45 X 58 X 58 X 58 X 58 X 40 X 54 X 54 X 63 X 67 X 67 X 58 X 40 X 72 X 58 X 58 X 58 X 58 X +USW00094728198708WSFG 72 X 103 X 67 X 67 X 82 X 72 X 72 X 93 X 103 X 93 X 67 X 87 X 72 X 62 X 77 X 82 X 82 X 77 X 82 X 93 X 82 X 118 X 103 X 93 X 72 X 62 X 103 X 82 X 103 X 77 X 93 X +USW00094728198708WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00094728198708WT14-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00094728198708WT16-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 +USW00094728198709TMAX 244 0 256 0 244 0 250 0 233 0 239 0 272 0 239 0 289 0 294 0 267 0 217 0 233 0 278 0 261 0 272 0 256 0 200 0 161 0 172 0 217 0 244 0 222 0 239 0 183 0 217 0 233 0 278 0 261 0 217 0-9999 +USW00094728198709TMIN 156 0 128 0 150 0 128 0 144 0 178 0 200 0 211 0 211 0 194 0 189 0 189 0 200 0 172 0 144 0 178 0 194 0 133 0 133 0 139 0 139 0 133 0 122 0 139 0 94 0 100 0 128 0 161 0 172 0 161 0-9999 +USW00094728198709PRCP 81 0 0T 0 0T 0 0 0 0 0 13 0 51 0 318 0 0T 0 0 0 0 0 203 0 277 0 0 0 3 0 3 0 119 0 114 0 0T 0 0T 0 0 0 122 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 18 0-9999 +USW00094728198709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198709FMTM 1645 X 1045 X 0550 X 0650 X 1250 X 2150 X 1950 X 2350 X 1350 X 0550 X 1550 X 1550 X 1050 X 1550 X 2150 X 2250 X 0350 X 2250 X 1850 X 0750 X 2350 X 2245 X 2150 X 2050 X 1650 X 1150 X 1850 X 0650 X 2350 X 0850 X-9999 +USW00094728198709PGTM 1641 X 1423 X 0547 X 0720 X 1250 X 1443 X 1401 X 2345 X 0523 X 0513 X 1416 X 1420 X 0803 X 1440 X 2004 X 2225 X 0310 X 2207 X 0122 X 0302 X 2235 X 1605 X 1503 X 1700 X 1423 X 1407 X 1528 X 2149 X 2045 X 0859 X-9999 +USW00094728198709TSUN 377 X 502 X 743 X 648 X 181 X 0 X 0 X 0 X 393 X 496 X 195 X 0 X 0 X 653 X 523 X 627 X 0 X 0 X 0 X 0 X 121 X 490 X 698 X 500 X 683 X 708 X 717 X 619 X 671 X 152 X-9999 +USW00094728198709WDF1 310 X 230 X 360 X 50 X 230 X 130 X 170 X 160 X 290 X 340 X 150 X 90 X 140 X 280 X 230 X 230 X 290 X 50 X 40 X 50 X 20 X 280 X 260 X 330 X 290 X 240 X 150 X 230 X 180 X 250 X-9999 +USW00094728198709WDFG 315W X 270W X 360W X 90W X 225W X 225W X 180W X 180W X 270W X 315W X 135W X 90W X 135W X 270W X 180W X 225W X 270W X 45W X 68W X 45W X 225W X 225W X 270W X 225W X 293W X 270W X 135W X 225W X 180W X 248W X-9999 +USW00094728198709WSF1 72 X 67 X 58 X 63 X 54 X 40 X 40 X 63 X 58 X 40 X 58 X 54 X 63 X 67 X 40 X 54 X 45 X 89 X 94 X 67 X 36 X 36 X 45 X 54 X 67 X 58 X 54 X 54 X 54 X 58 X-9999 +USW00094728198709WSFG 98 X 98 X 67 X 62 X 72 X 51 X 62 X 98 X 77 X 57 X 82 X 93 X 82 X 93 X 82 X 82 X 72 X 139 X 123 X 93 X 57 X 93 X 87 X 103 X 113 X 118 X 62 X 72 X 93 X 82 X-9999 +USW00094728198709WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198709WT14-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198709WT16 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728198710TMAX 167 0 222 0 189 0 117 0 206 0 211 0 194 0 156 0 150 0 167 0 128 0 128 0 144 0 156 0 211 0 211 0 189 0 211 0 200 0 189 0 156 0 144 0 161 0 189 0 156 0 150 0 161 0 167 0 128 0 122 0 172 0 +USW00094728198710TMIN 106 0 100 0 67 0 39 0 72 0 106 0 117 0 78 0 56 0 100 0 50 0 50 0 44 0 44 0 56 0 100 0 94 0 117 0 89 0 111 0 72 0 50 0 78 0 89 0 61 0 28 0 61 0 67 0 39 0 28 0 83 0 +USW00094728198710PRCP 0 0 0 0 282 0 119 0 0 0 0 0 71 0 0T 0 0 0 0T 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 18 0 0 0 0 0 0 0 0T 0 0 0 366 0 99 0 0 0 0 0 0 0 +USW00094728198710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198710FMTM 1450 X 1450 X 1650 X 1050 X 2150 X 1750 X 0350 X 1550 X 1450 X 0250 X 0250 X 1850 X 1250 X 1350 X 1450 X 1550 X 1750 X 0950 X 2350 X 1650 X 1850 X 0850 X 0850 X 2352 X 1350 X 1950 X 2350 X 2350 X 1850 X 1550 X 1250 X +USW00094728198710PGTM 1448 X 1555 X 1518 X 0958 X 1609 X 1645 X 0324 X 1538 X 2117 X 2352 X 2129 X 0133 X 1150 X 1318 X 1716 X 1416 X 1745 X 2331 X 0041 X 1700 X 1906 X 0837 X 0754 X 2140 X 0940 X 0102 X 2356 X 0002 X 1828 X 1926 X 1106 X +USW00094728198710TSUN 442 X 701 X 480 X 214 X 696 X 673 X 442 X 428 X 624 X 240 X 0 X 318 X 674 X 672 X 669 X 667 X 392 X 644 X 644 X 180 X 75 X 646 X 634 X 601 X 629 X 641 X 260 X 240 X 417 X 376 X 629 X +USW00094728198710WDF1 310 X 180 X 350 X 300 X 230 X 170 X 230 X 310 X 230 X 230 X 40 X 40 X 60 X 60 X 10 X 180 X 170 X 300 X 50 X 150 X 260 X 290 X 240 X 180 X 310 X 180 X 130 X 130 X 270 X 140 X 280 X +USW00094728198710WDFG 315W X 135W X 360W X 270W X 225W X 180W X 225W X 315W X 225W X 360W X 23W X-9999 -9999 45W X 360W X 180W X 180W X 45W X 45W X 158W X 270W X 293W X 225W X 180W X 315W X 315W X 135W X 135W X 270W X 180W X 338W X +USW00094728198710WSF1 76 X 67 X 67 X 89 X 54 X 63 X 63 X 63 X 67 X 45 X 76 X 54 X 76 X 40 X 40 X 58 X 40 X 63 X 54 X 54 X 58 X 63 X 58 X 67 X 67 X 36 X 72 X 72 X 58 X 72 X 58 X +USW00094728198710WSFG 123 X 134 X 139 X 144 X 72 X 103 X 139 X 98 X 98 X 67 X 93 X 72 X 108 X 57 X 46 X 62 X 72 X 72 X 57 X 82 X 103 X 82 X 118 X 113 X 113 X 57 X 144 X 103 X 108 X 93 X 98 X +USW00094728198710WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198710WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728198710WT16-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00094728198711TMAX 178 0 144 0 172 0 250 0 189 0 67 0 144 0 189 0 172 0 106 0 6 0 67 0 133 0 183 0 139 0 139 0 189 0 211 0 117 0 89 0 6 0 22 0 111 0 172 0 122 0 167 0 39 0 67 0 139 0 156 0-9999 +USW00094728198711TMIN 72 0 78 0 106 0 133 0 61 0 22 0 28 0 89 0 106 0 6 0 -11 0 -11 0 39 0 67 0 61 0 56 0 94 0 89 0 56 0 6 0 -78 0 -72 0 -6 0 72 0 78 0 28 0 22 0 28 0 56 0 78 0-9999 +USW00094728198711PRCP 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 3 0 320 0 114 0 0T 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 0T 0 279 0 56 0-9999 +USW00094728198711SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 28 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198711FMTM 1650 X 0850 X 1450 X 2050 X 1350 X 1245 X 0350 X 2050 X 0150 X 1650 X 2350 X 0950 X 0652 X 1450 X 0150 X 1240 X 2250 X 2050 X 2150 X 2250 X 1650 X 1350 X 1850 X 1850 X 0650 X 2150 X 0750 X 1450 X 0450 X 1050 X-9999 +USW00094728198711PGTM 1628 X 0927 X 1246 X 2308 X 2033 X 1222 X 1420 X 2247 X 0546 X 1647 X 2138 X 0925 X 0747 X 1210 X 0132 X 1235 X 2044 X 1936 X 1518 X 2353 X 1639 X 1444 X 2022 X 1326 X 0623 X 2153 X 1112 X 1417 X 1901 X 0014 X-9999 +USW00094728198711TSUN 549 X 625 X 90 X 619 X 328 X 465 X 411 X 393 X 0 X 0 X 0 X 259 X 600 X 596 X 603 X 594 X 375 X 590 X 588 X 10 X 440 X 582 X 581 X 501 X 15 X 120 X 0 X 44 X 0 X 106 X-9999 +USW00094728198711WDF1 160 X 50 X 250 X 220 X 320 X 280 X 250 X 250 X 220 X 40 X 340 X 300 X 230 X 280 X 20 X 170 X 150 X 260 X 220 X 300 X 310 X 290 X 210 X 270 X 50 X 40 X 40 X 50 X 40 X 310 X-9999 +USW00094728198711WDFG 158W X 45W X 248W X 225W X 293W X 270W X 270W X 225W X 225W X 45W X 360W X 113W X 225W X 270W X 45W X 180W X 180W X 293W X 225W X 293W X 315W X 293W X 203W X 225W X 45W X 45W X 90W X 45W X 45W X 158W X-9999 +USW00094728198711WSF1 36 X 58 X 58 X 63 X 94 X 103 X 72 X 63 X 67 X 80 X 80 X 89 X 67 X 54 X 40 X 58 X 67 X 76 X 58 X 72 X 107 X 80 X 63 X 45 X 63 X 76 X 67 X 72 X 80 X 63 X-9999 +USW00094728198711WSFG 57 X 93 X 93 X 87 X 144 X 170 X 123 X 123 X 113 X 149 X 144 X 134 X 87 X 72 X 57 X 67 X 108 X 164 X 82 X 134 X 195 X 129 X 93 X 82 X 77 X 118 X 113 X 113 X 134 X 108 X-9999 +USW00094728198711WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198711WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198711WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198711WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198711WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 +USW00094728198711WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198711WT18-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198712TMAX 106 0 72 0 67 0 67 0 33 0 56 0 72 0 89 0 156 0 144 0 117 0 117 0 83 0 83 0 94 0 72 0 44 0 39 0 67 0 94 0 94 0 89 0 78 0 94 0 117 0 111 0 33 0 22 0 -6 0 -61 0 50 0 +USW00094728198712TMIN 44 0 17 0 6 0 22 0 6 0 11 0 6 0 0 0 50 0 78 0 56 0 61 0 28 0 22 0 22 0 22 0 -6 0 -22 0 0 0 22 0 33 0 17 0 28 0 28 0 89 0 17 0 -11 0 -17 0 -100 0 -133 0 -94 0 +USW00094728198712PRCP 0 0 0T 0 0 0 58 0 0T 0 0 0 0 0 0 0 0 0 10 0 51 0 18 0 0 0 0 0 229 0 0 0 0 0 0 0 0 0 81 0 0 0 0 0 0 0 0T 0 10 0 18 0 0 0 0T 0 76 0 0 0 0 0 +USW00094728198712SNOW 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 66 0 0 0 0 0 +USW00094728198712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 76 0 51 0 +USW00094728198712FMTM 0150 X 1450 X 0950 X 1450 X 2050 X 1450 X 0150 X 2150 X 0250 X 2350 X 0150 X 1950 X 0950 X 0150 X 1750 X 0250 X 0250 X 0450 X 0650 X 0950 X 1450 X 0450 X 1650 X 1650 X 0550 X 1150 X 1150 X 2150 X 2250 X 0250 X 1850 X +USW00094728198712PGTM 0005 X 0744 X 2347 X 1402 X 1400 X 1441 X 0129 X 2304 X 1354 X 0840 X 1118 X 2040 X 1153 X 1433 X 1545 X 1348 X 0212 X 0712 X 0616 X 0942 X 1443 X 1935 X 1413 X 1850 X 0539 X 1941 X 1810 X 1913 X 2342 X 0402 X 1403 X +USW00094728198712TSUN 450 X 355 X 455 X 0 X 381 X 489 X 563 X 425 X 410 X 421 X 373 X 389 X 529 X 375 X 0 X 236 X 546 X 556 X 264 X 0 X 119 X 273 X 442 X 505 X 34 X 18 X 350 X 0 X 35 X 558 X 246 X +USW00094728198712WDF1 270 X 270 X 180 X 350 X 290 X 290 X 300 X 240 X 220 X 210 X 60 X 230 X 270 X 280 X 110 X 280 X 290 X 310 X 230 X 170 X 270 X 230 X 270 X 170 X 250 X 340 X 230 X 40 X 320 X 300 X 230 X +USW00094728198712WDFG 293W X 270W X 158W X 45W X 315W X 293W X 315W X 225W X 225W X 270W X 315W X 293W X 270W X 315W X 135W X 270W X 293W X 293W X 225W X 180W X 270W X 180W X 270W X 180W X 248W X 338W X 270W X 45W X 315W X 293W X 203W X +USW00094728198712WSF1 58 X 76 X 54 X 63 X 80 X 89 X 63 X 54 X 67 X 54 X 63 X 54 X 72 X 54 X 67 X 80 X 107 X 67 X 67 X 58 X 72 X 58 X 67 X 72 X 54 X 63 X 45 X 72 X 80 X 94 X 67 X +USW00094728198712WSFG 77 X 123 X 93 X 87 X 129 X 129 X 87 X 82 X 103 X 82 X 87 X 123 X 123 X 103 X 113 X 164 X 170 X 103 X 98 X 103 X 113 X 77 X 87 X 103 X 82 X 77 X 67 X 103 X 164 X 164 X 93 X +USW00094728198712WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198712WT16-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728198712WT18-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728198801TMAX 72 0 17 0 0 0 39 0 -50 0 -50 0 -56 0 -28 0 0 0 -6 0 -6 0 28 0 67 0 -83 0 -33 0 50 0 67 0 72 0 89 0 50 0 83 0 22 0 22 0 83 0 56 0 17 0 -28 0 -28 0 0 0 67 0 117 0 +USW00094728198801TMIN 17 0 -39 0 -56 0 -50 0 -117 0 -133 0 -106 0 -94 0 -39 0 -67 0 -94 0 -56 0 -83 0 -150 0 -150 0 -72 0 -11 0 33 0 39 0 22 0 22 0 -17 0 -44 0 0 0 6 0 -72 0 -83 0 -78 0 -83 0 -11 0 50 0 +USW00094728198801PRCP 10 0 0 0 38 0 145 0 0 0 0 0 0 0 132 0 13 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 140 0 0 0 178 0 0 0 0T 0 0T 0 0 0 203 0 64 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198801SNOW 0 0 0 0 46 0 102 0 0 0 0 0 0 0 132 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 53 0 15 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198801SNWD 0 0 0 0 0 0 152 0 127 0 127 0 127 0 127 0 229 0 178 0 127 0 102 0 76 0 76 0 76 0 51 0 51 0 25 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 76 0 51 0 25 0 25 0 25 0 0 0 +USW00094728198801FMTM 2052 X 0550 X 2350 X 2350 X 2350 X 0450 X 0850 X 0550 X 0950 X 1650 X 1350 X 2250 X 2150 X 0350 X 1550 X 1550 X 0250 X 2150 X 1250 X 0750 X 1450 X 0650 X 1545 X 1250 X 1950 X 1250 X 1250 X 1550 X 2250 X 1050 X 1350 X +USW00094728198801PGTM 2124 X 0609 X 2316 X 2349 X 0003 X 1650 X 0844 X 1159 X 1026 X 1648 X 1450 X 2155 X 2135 X 1652 X 1710 X 2209 X 0757 X 1354 X 0517 X 0758 X 1414 X 0116 X 1404 X 1858 X 2330 X 0935 X 1452 X 1522 X 2258 X 1711 X 2348 X +USW00094728198801TSUN 0 X 495 X 157 X 342 X 563 X 536 X 430 X 0 X 435 X 568 X 569 X 403 X 150 X 573 X 430 X 566 X 358 X 81 X 314 X 0 X 313 X 139 X 361 X 516 X 0 X 238 X 591 X 591 X 601 X 512 X 508 X +USW00094728198801WDF1 260 X 290 X 50 X 270 X 270 X 220 X 290 X 40 X 310 X 310 X 220 X 250 X 310 X 290 X 270 X 210 X 240 X 240 X 290 X 150 X 280 X 280 X 220 X 160 X 50 X 290 X 310 X 270 X 230 X 230 X 240 X +USW00094728198801WDFG 270W X 293W X 45W X 270W X 270W X 293W X 293W X-9999 293W X 315W X 270W X 225W X 315W X 293W X 248W X 248W X 248W X 248W X 293W X 158W X 270W X 293W X 225W X 180W X 360W X 248W X 270W X 270W X 225W X 225W X 225W X +USW00094728198801WSF1 67 X 76 X 45 X 98 X 98 X 72 X 67 X 94 X 58 X 40 X 54 X 40 X 89 X 112 X 45 X 63 X 58 X 58 X 54 X 67 X 72 X 54 X 54 X 67 X 58 X 80 X 72 X 67 X 54 X 63 X 58 X +USW00094728198801WSFG 98 X 108 X 57 X 180 X 170 X 103 X 113 X 123 X 87 X 72 X 62 X 82 X 164 X 164 X 62 X 103 X 93 X 82 X 93 X 87 X 113 X 77 X 72 X 103 X 87 X 123 X 108 X 87 X 87 X 82 X 98 X +USW00094728198801WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198801WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198801WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728198801WT18-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728198802TMAX 167 0 150 0 28 0 28 0 -17 0 -44 0 -39 0 39 0 28 0 50 0 33 0 39 0 -17 0 33 0 117 0 78 0 94 0 106 0 72 0 100 0 56 0 89 0 167 0 44 0 33 0 22 0 11 0 50 0 72 0-9999 -9999 +USW00094728198802TMIN 100 0 11 0 -22 0 -56 0 -72 0 -100 0 -128 0 -39 0 -44 0 -11 0 -39 0 -17 0 -72 0 -44 0 -6 0 0 0 -11 0 39 0 17 0 56 0 -56 0 -56 0 44 0 -11 0 -28 0 -50 0 -11 0 -28 0 -6 0-9999 -9999 +USW00094728198802PRCP 0 0 109 0 0 0 188 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 389 0 0T 0 0 0 69 0 20 0 0 0 0 0 135 0 30 0 0 0 0 0 5 0 0 0 0 0 0T 0 48 0 0T 0 0 0-9999 -9999 +USW00094728198802SNOW 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 23 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 0T 0 0 0-9999 -9999 +USW00094728198802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0T 0-9999 -9999 +USW00094728198802FMTM 1050 X 2250 X 1150 X 2250 X 0850 X 2350 X 2150 X 0050 X 0350 X 1050 X 2240 X 0850 X 2150 X 0252 X 0750 X 1350 X 1450 X 1450 X 2050 X 1950 X 1150 X 1150 X 0750 X 1050 X 1350 X 0750 X 1850 X 1350 X 1650 X-9999 -9999 +USW00094728198802PGTM 0102 X 0436 X 0235 X 1840 X 1323 X 2318 X 2227 X 0050 X 2158 X 1046 X 2305 X 0850 X-9999 0003 X 0746 X 1543 X 1520 X 1445 X 2050 X 2019 X 0334 X 1254 X 0506 X 0448 X 1409 X 2117 X 1959 X 1313 X 1030 X-9999 -9999 +USW00094728198802TSUN 80 X 20 X 365 X 0 X 536 X 619 X 595 X 511 X 505 X 624 X 435 X 0 X 436 X 637 X 181 X 441 X 617 X 609 X 0 X 60 X 633 X 549 X 446 X 510 X 513 X 611 X 0 X 674 X 480 X-9999 -9999 +USW00094728198802WDF1 240 X 20 X 40 X 290 X 300 X 280 X 180 X 230 X 40 X 320 X 70 X 50 X 280 X 280 X 180 X 300 X 220 X 300 X 140 X 220 X 280 X 180 X 220 X 300 X 270 X 300 X 50 X 20 X-9999 -9999 -9999 +USW00094728198802WDFG 225W X 225W X 23W X 315W X 293W X 270W X 225W X 225W X 158W X 315W X 68W X 45W X-9999 270W X 180W X 293W X 225W X 315W X-9999 225W X 270W X 180W X 225W X 293W X 270W X 158W X 68W X 360W X 225W X-9999 -9999 +USW00094728198802WSF1 63 X 72 X 72 X 72 X 72 X 72 X 72 X 72 X 54 X 63 X 72 X 125 X 112 X 67 X 58 X 76 X 54 X 54 X 67 X 58 X 80 X 80 X 76 X 63 X 63 X 58 X 63 X 54 X-9999 -9999 -9999 +USW00094728198802WSFG 103 X 129 X 113 X 144 X 118 X 123 X 108 X 82 X 87 X 77 X 103 X 200 X-9999 134 X 93 X 118 X 72 X 72 X 67 X 72 X 139 X 170 X 118 X 87 X 87 X 67 X 93 X 72 X 87 X-9999 -9999 +USW00094728198802WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198802WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198802WT16-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198802WT18-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728198803TMAX 50 0 111 0 100 0 44 0 61 0 100 0 150 0 128 0 178 0 117 0 100 0 133 0 178 0 83 0 61 0 61 0 89 0 72 0 72 0 50 0 6 0 61 0 94 0 244 0 211 0 150 0 144 0 133 0 161 0 139 0 194 0 +USW00094728198803TMIN -28 0 -39 0 44 0 6 0 -33 0 -6 0 22 0 28 0 44 0 17 0 0 0 33 0 61 0 6 0 -11 0 -17 0 6 0 6 0 11 0 -33 0 -61 0 -83 0 -11 0 78 0 94 0 100 0 56 0 39 0 61 0 56 0 67 0 +USW00094728198803PRCP 0 0 0T 0 53 0 208 0 0 0 0 0 0 0 0 0 10 0 3 0 0 0 0 0 0T 0 18 0 0T 0 0 0 0 0 0T 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 231 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728198803SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198803FMTM 1550 X 2252 X 0153 X 0450 X 0250 X 1850 X 1250 X 2250 X 2150 X 1450 X 1650 X 1450 X 1750 X 1050 X 0850 X 1750 X 1150 X 1350 X 1450 X 1550 X 1450 X 2350 X 1650 X 1050 X 1950 X 0350 X 1450 X 0550 X 1750 X 1550 X 1050 X +USW00094728198803PGTM 1551 X 2256 X 0128 X 1958 X 1411 X 1837 X 1547 X 2009 X 2321 X 1527 X 1108 X 1424 X 1742 X 0408 X 1701 X 1842 X 0715 X 1313 X 1230 X 1300 X 1321 X 0145 X 1613 X 1544 X 1732 X 0521 X 1129 X 1231 X 1511 X 1129 X 0908 X +USW00094728198803TSUN 603 X 608 X 27 X 0 X 688 X 676 X 693 X 695 X 191 X 427 X 703 X 607 X 390 X 328 X 390 X 314 X 720 X 25 X 596 X 318 X 731 X 733 X 625 X 515 X 682 X 0 X 499 X 512 X 529 X 647 X 757 X +USW00094728198803WDF1 280 X 230 X 220 X 50 X 310 X 170 X 270 X 230 X 230 X 320 X 290 X 140 X 270 X 310 X 300 X 270 X 270 X 230 X 270 X 300 X 270 X 290 X 160 X 220 X 180 X 150 X 270 X 270 X 160 X 110 X 30 X +USW00094728198803WDFG 270W X 225W X 225W X 360W X 293W X 180W X 315W X 180W X 270W X 315W X 270W X 135W X 270W X 293W X 315W X 270W X 360W X 225W X 270W X 270W X 293W X 315W X 158W X 248W X 225W X 158W X 293W X 270W X 180W X 158W X 45W X +USW00094728198803WSF1 76 X 76 X 67 X 76 X 72 X 54 X 76 X 54 X 72 X 63 X 80 X 54 X 67 X 72 X 76 X 89 X 76 X 72 X 76 X 98 X 80 X 76 X 80 X 63 X 72 X 67 X 76 X 80 X 54 X 67 X 54 X +USW00094728198803WSFG 108 X 118 X 93 X 87 X 93 X 77 X 113 X 103 X 123 X 144 X 123 X 72 X 93 X 118 X 108 X 123 X 118 X 103 X 123 X 185 X 134 X 93 X 134 X 103 X 129 X 113 X 129 X 129 X 82 X 113 X 77 X +USW00094728198803WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728198803WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198803WT16-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728198803WT18-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198804TMAX 122 0 172 0 122 0 206 0 228 0 128 0 78 0 122 0 189 0 183 0 133 0 133 0 122 0 117 0 117 0 94 0 200 0 183 0 100 0 139 0 156 0 167 0 133 0 150 0 172 0 161 0 200 0 194 0 161 0 167 0-9999 +USW00094728198804TMIN 72 0 72 0 89 0 117 0 128 0 61 0 50 0 67 0 61 0 56 0 61 0 44 0 28 0 33 0 39 0 17 0 28 0 67 0 22 0 28 0 50 0 39 0 61 0 78 0 72 0 72 0 100 0 83 0 72 0 67 0-9999 +USW00094728198804PRCP 5 0 0T 0 0 0 15 0 0 0 0 0 150 0 3 0 5 0 0 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 30 0 0T 0 0 0 0 0 84 0 135 0 13 0 25 0-9999 +USW00094728198804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198804FMTM 1350 X 1550 X 0750 X 1450 X 2050 X 1850 X 1050 X 0350 X 1250 X 1150 X 0950 X 0950 X 0950 X 2350 X 1750 X 1550 X 0850 X 1250 X 2250 X 0850 X 1950 X 1050 X 1450 X 1050 X 1550 X 1750 X 1550 X 1750 X 1050 X 1850 X-9999 +USW00094728198804PGTM 1305 X 1552 X 1235 X 1205 X 0959 X 2328 X 1025 X 2055 X 0643 X 0953 X 0908 X 1026 X 0927 X 1815 X 2008 X 1548 X 2045 X 0505 X 2230 X 1327 X 1218 X 1033 X 1644 X 1509 X 1510 X 1702 X 1455 X 1741 X 1635 X 1327 X-9999 +USW00094728198804TSUN 0 X 310 X 0 X 190 X 729 X 106 X 0 X 0 X 504 X 784 X 327 X 619 X 563 X 374 X 110 X 619 X 790 X 45 X 328 X 740 X 618 X 815 X 259 X 195 X 823 X 785 X 591 X 426 X 560 X 416 X-9999 +USW00094728198804WDF1 120 X 150 X 130 X 230 X 40 X 140 X 60 X 40 X 350 X 40 X 360 X 60 X 50 X 160 X 50 X 290 X 280 X 230 X 320 X 300 X 310 X 300 X 140 X 290 X 310 X 160 X 160 X 250 X 220 X 290 X-9999 +USW00094728198804WDFG 113W X 158W X 158W X 180W X 315W X 90W X 45W X 315W X 338W X 45W X 360W X 68W X 45W X 135W X 360W X 293W X 225W X 225W X 315W X 270W X 293W X 293W X 158W X 270W X 315W X 158W X 158W X 248W X 270W X 270W X-9999 +USW00094728198804WSF1 54 X 36 X 45 X 63 X 72 X 63 X 89 X 63 X 72 X 76 X 76 X 63 X 76 X 63 X 63 X 76 X 80 X 72 X 67 X 76 X 107 X 89 X 63 X 94 X 76 X 67 X 76 X 72 X 72 X 72 X-9999 +USW00094728198804WSFG 72 X 67 X 67 X 103 X 98 X 103 X 139 X 87 X 129 X 108 X 118 X 113 X 139 X 98 X 129 X 139 X 113 X 113 X 113 X 129 X 159 X 185 X 98 X 144 X 118 X 103 X 129 X 103 X 108 X 118 X-9999 +USW00094728198804WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728198804WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198804WT16 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00094728198805TMAX 150 0 133 0 167 0 211 0 139 0 144 0 256 0 183 0 161 0 194 0 228 0 233 0 256 0 228 0 222 0 233 0 178 0 161 0 156 0 228 0 211 0 239 0 283 0 283 0 172 0 222 0 272 0 289 0 311 0 306 0 328 0 +USW00094728198805TMIN 72 0 67 0 67 0 83 0 117 0 111 0 111 0 94 0 83 0 100 0 117 0 94 0 128 0 111 0 89 0 133 0 144 0 139 0 128 0 133 0 139 0 144 0 144 0 172 0 106 0 94 0 128 0 167 0 161 0 172 0 222 0 +USW00094728198805PRCP 0 0 8 0 0T 0 0 0 282 0 99 0 0 0 0 0 3 0 0T 0 66 0 0 0 28 0 0T 0 0 0 0 0 127 0 457 0 140 0 0T 0 0T 0 0T 0 61 0 15 0 53 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198805FMTM 1050 X 0650 X 2350 X 1450 X 2150 X 0552 X 1050 X 1550 X 1350 X 0950 X 2050 X 2350 X 1950 X 0550 X 1650 X 1350 X 2050 X 1850 X 0450 X 1450 X 0350 X 1817 X 2250 X 2350 X 1650 X 1550 X 1550 X 1650 X 1150 X 1750 X 1350 X +USW00094728198805PGTM 1042 X 1154 X 2115 X 1402 X 2158 X 1207 X 1117 X 1541 X 1608 X 0549 X 1913 X 1552 X 1945 X 0513 X 1652 X 1613 X 1915 X 2342 X 0241 X 1408 X 0212 X 1628 X 2335 X 1034 X 1846 X 1319 X 1422 X 1648 X 1022 X 1545 X 1433 X +USW00094728198805TSUN 91 X 252 X 336 X 754 X 0 X 0 X 758 X 852 X 640 X 160 X 238 X 861 X 806 X 646 X 818 X 355 X 30 X 0 X 10 X 476 X 317 X 563 X 505 X 690 X 4 X 791 X 887 X 825 X 856 X 891 X 892 X +USW00094728198805WDF1 260 X 40 X 230 X 230 X 60 X 60 X 30 X 140 X 150 X 130 X 280 X 230 X 320 X 20 X 160 X 130 X 50 X 60 X 40 X 160 X 60 X 180 X 200 X 180 X 330 X 320 X 180 X 160 X 70 X 140 X 290 X +USW00094728198805WDFG 270W X 45W X 225W X 225W X 45W X 45W X 45W X 135W X 113W X 68W X 270W X 135W X 315W X 23W X 158W X 158W X 68W X 45W X 45W X 180W X 45W X 180W X 180W X 180W X 315W X 270W X 158W X 135W X 68W X 135W X 270W X +USW00094728198805WSF1 54 X 63 X 40 X 63 X 54 X 76 X 67 X 58 X 63 X 54 X 54 X 40 X 63 X 72 X 54 X 45 X 31 X 80 X 76 X 72 X 40 X 45 X 76 X 72 X 72 X 54 X 63 X 4 X 54 X 40 X 72 X +USW00094728198805WSFG 93 X 113 X 72 X 82 X 82 X 134 X 87 X 82 X 98 X 72 X 77 X 82 X 113 X 87 X 87 X 72 X 51 X 118 X 144 X 77 X 72 X 72 X 180 X 103 X 108 X 87 X 82 X 72 X 72 X 82 X 118 X +USW00094728198805WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198805WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198805WT16-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728198806TMAX 322 0 172 0 189 0 194 0 278 0 272 0 250 0 239 0 183 0 217 0 256 0 322 0 339 0 356 0 356 0 333 0 233 0 294 0 300 0 306 0 361 0 367 0 306 0 272 0 244 0 278 0 283 0 300 0 267 0 256 0-9999 +USW00094728198806TMIN 144 0 106 0 100 0 100 0 122 0 183 0 167 0 150 0 111 0 100 0 111 0 161 0 206 0 217 0 233 0 206 0 183 0 183 0 189 0 200 0 244 0 239 0 183 0 161 0 161 0 172 0 144 0 161 0 156 0 128 0-9999 +USW00094728198806PRCP 102 0 0 0 36 0 38 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 0T 0 0 0 5 0 0 0-9999 +USW00094728198806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198806FMTM 2350 X 0050 X 1050 X 1450 X 1450 X 0150 X 1450 X 1250 X 1050 X 0050 X 1750 X 1650 X 1050 X 1650 X 0050 X 0250 X 1750 X 1450 X 1950 X 1350 X 1150 X 1950 X 1050 X 0450 X 2350 X 1550 X 1250 X 1550 X 1450 X 2050 X-9999 +USW00094728198806PGTM 2335 X 0135 X 1705 X 1532 X 1855 X 0123 X 0741 X 1455 X 1028 X 1927 X 1356 X 1354 X 1139 X 1224 X 2233 X 1550 X 1828 X 1726 X 1900 X 1354 X 1522 X 2053 X 1611 X 1718 X 1850 X 1605 X 0925 X 1337 X 1505 X 1635 X-9999 +USW00094728198806TSUN 658 X 587 X 542 X 685 X 829 X 892 X 400 X 598 X 166 X 889 X 820 X 903 X 886 X 904 X 905 X 630 X 231 X 828 X 880 X 556 X 821 X 520 X 692 X 900 X 905 X 260 X 780 X 859 X 504 X 759 X-9999 +USW00094728198806WDF1 20 X 50 X 60 X 280 X 270 X 300 X 290 X 300 X 50 X 320 X 340 X 270 X 280 X 260 X 230 X 220 X 360 X 160 X 180 X 160 X 310 X 220 X 300 X 50 X 190 X 300 X 40 X 270 X 130 X 300 X-9999 +USW00094728198806WDFG 23W X 45W X 45W X 270W X 293W X 293W X 293W X 293W X 45W X 315W X 23W X 270W X 315W X 270W X 225W X 135W X 360W X 180W X 180W X 135W X 270W X 203W X 315W X 158W X 180W X 315W X 315W X 270W X 180W X 315W X-9999 +USW00094728198806WSF1 58 X 76 X 54 X 63 X 80 X 80 X 67 X 54 X 67 X 63 X 67 X 58 X 58 X 54 X 54 X 63 X 54 X 54 X 63 X 63 X 54 X 63 X 80 X 58 X 76 X 67 X 67 X 63 X 45 X 67 X-9999 +USW00094728198806WSFG 144 X 139 X 103 X 108 X 144 X 139 X 129 X 72 X 103 X 87 X 77 X 77 X 77 X 93 X 67 X 93 X 67 X 72 X 103 X 82 X 72 X 113 X 123 X 93 X 113 X 123 X 103 X 87 X 77 X 123 X-9999 +USW00094728198806WT03 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728198806WT16 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00094728198807TMAX 217 0 267 0 311 0 311 0 311 0 333 0 339 0 361 0 311 0 372 0 367 0 289 0 322 0 322 0 339 0 356 0 344 0 356 0 317 0 283 0 317 0 256 0 283 0 289 0 317 0 306 0 294 0 294 0 333 0 367 0 306 0 +USW00094728198807TMIN 117 0 144 0 161 0 183 0 189 0 200 0 200 0 228 0 217 0 222 0 261 0 222 0 228 0 206 0 222 0 222 0 217 0 217 0 239 0 228 0 222 0 211 0 206 0 217 0 200 0 200 0 206 0 206 0 222 0 261 0 239 0 +USW00094728198807PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 23 0 0T 0 94 0 0 0 0T 0 36 0 107 0 307 0 0 0 239 0 325 0 434 0 10 0 69 0 102 0 0 0 165 0 13 0 84 0 0 0 0 0 3 0 +USW00094728198807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198807FMTM 0950 X 1450 X 2050 X 1550 X 1650 X 1650 X 2350 X 0250 X 1850 X 0250 X 1850 X 1350 X 2250 X 1250 X 1950 X 1950 X 1750 X 2050 X 1550 X 1650 X 1850 X 0150 X 1150 X 2050 X 0750 X 1250 X 1850 X 1350 X 1450 X 2350 X 2350 X +USW00094728198807PGTM 1712 X 1047 X 2019 X 1549 X 1411 X 1623 X 2318 X 0003 X 2213 X 1509 X 1758 X 0253 X 0617 X 1535 X 1218 X 2120 X 1725 X 2115 X 1750 X 0050 X 2028 X 0027 X 0927 X 0254 X 1317 X 1310 X 2123 X 1337 X 1449 X 2343 X 0010 X +USW00094728198807TSUN 637 X 813 X 902 X 901 X 814 X 869 X 848 X 759 X 255 X 729 X 737 X 0 X 891 X 712 X 855 X 725 X 542 X 884 X 331 X 0 X 200 X 5 X 515 X 480 X 834 X 458 X 590 X 430 X 785 X 813 X 283 X +USW00094728198807WDF1 310 X 300 X 160 X 140 X 140 X 140 X 240 X 240 X 230 X 230 X 210 X 220 X 170 X 150 X 160 X 180 X 270 X 180 X 250 X 60 X 240 X 230 X 90 X 140 X 310 X 160 X 150 X 230 X 200 X 270 X 270 X +USW00094728198807WDFG 293W X 270W X 180W X 135W X 135W X 135W X 225W X 225W X 270W X 248W X 180W X 225W X 360W X 180W X 360W X 225W X 270W X 180W X 225W X 225W X 225W X 225W X 68W X 315W X 315W X 270W X 180W X 225W X 225W X 270W X 293W X +USW00094728198807WSF1 76 X 76 X 63 X 58 X 63 X 63 X 63 X 63 X 54 X 54 X 63 X 54 X 54 X 58 X 67 X 72 X 72 X 45 X 54 X 63 X 54 X 54 X 54 X 54 X 45 X 58 X 54 X 58 X 40 X 63 X 18 X +USW00094728198807WSFG 129 X 113 X 87 X 82 X 87 X 77 X 93 X 82 X 98 X 164 X 87 X 72 X 77 X 98 X 118 X 103 X 103 X 77 X 103 X 118 X 144 X 93 X 67 X 87 X 62 X 108 X 82 X 77 X 77 X 139 X 93 X +USW00094728198807WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728198807WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 +USW00094728198808TMAX 328 0 328 0 317 0 317 0 317 0 317 0 328 0 311 0 339 0 339 0 350 0 344 0 356 0 372 0 361 0 300 0 317 0 278 0 278 0 250 0 311 0 267 0 239 0 239 0 283 0 311 0 289 0 311 0 256 0 250 0 278 0 +USW00094728198808TMIN 228 0 239 0 244 0 244 0 244 0 239 0 250 0 222 0 228 0 244 0 250 0 267 0 261 0 267 0 272 0 233 0 233 0 211 0 172 0 167 0 167 0 133 0 161 0 167 0 167 0 200 0 194 0 217 0 194 0 172 0 150 0 +USW00094728198808PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 15 0 406 0 13 0 23 0 0 0 0 0 64 0 0 0 0 0 +USW00094728198808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198808FMTM 1550 X 1650 X 2350 X 1750 X 1450 X 1250 X 1650 X 1350 X 2150 X 1650 X 2050 X 0950 X 1350 X 1350 X 1750 X 0750 X-9999 -9999 0250 X 2250 X 1650 X 0250 X 1750 X 1750 X 2350 X 0650 X 1950 X 1550 X 1850 X 1050 X 0950 X +USW00094728198808PGTM 1757 X 1800 X 2302 X 1258 X 0135 X 2010 X 1715 X 1051 X 2133 X 1331 X 2027 X 0459 X 1417 X 1258 X 1745 X 0825 X-9999 -9999 0222 X 1425 X 1302 X 0148 X 2233 X 0415 X 2324 X 0106 X 0413 X 1524 X 1453 X 0955 X 1320 X +USW00094728198808TSUN 749 X 766 X 805 X 758 X 657 X 807 X 696 X 614 X 842 X 595 X 768 X 650 X 762 X 765 X 820 X 826 X 482 X 776 X 629 X 482 X 814 X 811 X 434 X 422 X 441 X 682 X 552 X 473 X 30 X 380 X 770 X +USW00094728198808WDF1 170 X 180 X 220 X 160 X 140 X 180 X-9999 280 X 220 X 140 X 240 X 220 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 270 X 360 X 20 X 150 X 50 X 200 X 230 X 130 X 200 X 280 X 20 X 250 X +USW00094728198808WDFG 158W X 113W X 225W X 180W X 225W X 180W X 225W X 270W X 225W X 135W X 225W X 225W X 225W X 225W X 270W X 315W X-9999 -9999 45W X 180W X 45W X 45W X 135W X 45W X 225W X 180W X 360W X 225W X 158W X 45W X 315W X +USW00094728198808WSF1 40 X 54 X 63 X 67 X 63 X 54 X-9999 58 X 58 X 58 X 54 X 54 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 40 X 54 X 54 X 67 X 54 X 54 X 54 X 54 X 63 X 63 X 58 X 36 X +USW00094728198808WSFG 77 X 77 X 87 X 87 X 82 X 82 X 72 X 72 X 93 X 77 X 77 X 82 X 77 X 108 X 123 X 113 X-9999 -9999 98 X 57 X 93 X 87 X 103 X 108 X 87 X 93 X 82 X 103 X 154 X 87 X 62 X +USW00094728198808WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198808WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00094728198809TMAX 283 0 278 0 278 0 228 0 267 0 217 0 233 0 239 0 289 0 289 0 222 0 244 0 261 0 244 0 217 0 217 0 200 0 244 0 289 0 278 0 250 0 228 0 278 0 239 0 206 0 256 0 233 0 267 0 194 0 222 0-9999 +USW00094728198809TMIN 156 0 167 0 172 0 178 0 133 0 100 0 117 0 128 0 178 0 194 0 156 0 133 0 156 0 128 0 133 0 94 0 128 0 161 0 178 0 206 0 178 0 161 0 172 0 150 0 150 0 128 0 122 0 128 0 94 0 144 0-9999 +USW00094728198809PRCP 0 0 0 0 0 0 318 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 239 0 0 0 0 0 0 0 36 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198809FMTM 1850 X 2350 X 2350 X 1550 X 1450 X 1250 X 1350 X 1150 X 1750 X 1450 X 0950 X 2250 X 2250 X 0850 X 1250 X 0050 X 1550 X 1150 X 1350 X 1450 X 2350 X 2350 X 0550 X 0550 X 0650 X 2350 X 2040 X 2350 X 2350 X 2250 X-9999 +USW00094728198809PGTM 2350 X 2220 X 0120 X 1107 X 1405 X 1253 X 1410 X 1201 X 1821 X 1547 X 0931 X 2242 X 2048 X 0830 X 1030 X 0007 X 2357 X 0016 X 1525 X 2048 X 2309 X 0123 X 0506 X 0429 X 0939 X 1637 X 2318 X 2234 X 0001 X 1133 X-9999 +USW00094728198809TSUN 786 X 783 X 659 X 0 X 492 X 744 X 748 X 767 X 482 X 718 X 598 X 660 X 366 X 750 X 750 X 662 X 140 X 318 X 680 X 304 X 354 X 629 X 175 X 278 X 48 X 638 X 702 X 626 X 712 X 207 X-9999 +USW00094728198809WDF1 220 X 240 X 230 X 160 X 250 X 290 X 300 X 140 X 250 X 310 X 290 X 220 X 320 X 310 X 340 X 40 X 230 X 240 X 220 X 160 X 300 X 300 X 200 X 290 X 60 X 40 X 180 X 40 X 40 X 230 X-9999 +USW00094728198809WDFG 225W X 225W X 248W X 135W X 270W X 270W X 315W X 135W X 270W X 315W X 315W X 225W X 315W X 315W X 360W X 45W X 225W X 225W X 203W X 180W X 293W X 270W X 203W X 360W X 45W X 90W X 225W X 45W X 45W X 225W X-9999 +USW00094728198809WSF1 40 X 54 X 58 X 72 X 76 X 54 X 45 X 58 X 58 X 63 X 63 X 54 X 54 X 67 X 63 X 72 X 54 X 58 X 40 X 63 X 67 X 67 X 72 X 54 X 58 X 40 X 54 X 89 X 89 X 58 X-9999 +USW00094728198809WSFG 67 X 72 X 67 X 103 X 118 X 82 X 72 X 77 X 72 X 87 X 82 X 77 X 98 X 93 X 103 X 98 X 82 X 82 X 57 X 98 X 103 X 113 X 108 X 87 X 77 X 67 X 72 X 123 X 139 X 87 X-9999 +USW00094728198809WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198810TMAX 261 0 261 0 189 0 150 0 183 0 156 0 128 0 72 0 150 0 194 0 183 0 133 0 117 0 150 0 206 0 200 0 233 0 194 0 150 0 144 0 128 0 133 0 139 0 172 0 117 0 117 0 122 0 161 0 128 0 106 0 89 0 +USW00094728198810TMIN 156 0 172 0 133 0 128 0 89 0 72 0 61 0 28 0 28 0 94 0 89 0 50 0 28 0 28 0 78 0 111 0 144 0 128 0 67 0 39 0 56 0 67 0 61 0 89 0 67 0 50 0 28 0 72 0 44 0 22 0 -6 0 +USW00094728198810PRCP 0 0 132 0 3 0 0T 0 0T 0 0 0 155 0 74 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 389 0 147 0 0 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728198810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198810FMTM 2250 X 1850 X 0950 X 1950 X 1850 X 1250 X 1850 X 1450 X 2050 X 1450 X 1150 X 1550 X 1150 X 1350 X 2050 X 1650 X 1550 X 0850 X 1650 X 1250 X 2350 X 2350 X 2350 X 2350 X 1250 X 1250 X 1150 X 0950 X 1450 X 1650 X 2150 X +USW00094728198810PGTM 0057 X 1837 X 1025 X 1132 X 1553 X 0842 X 2117 X 0605 X 2035 X 2315 X 1122 X 1541 X 1600 X 2238 X 2045 X 1607 X 1458 X 0928 X 1617 X 1403 X 2341 X 0048 X 1026 X 0918 X 0922 X 1050 X 1147 X 1112 X 1352 X 1240 X 1401 X +USW00094728198810TSUN 707 X 122 X 241 X 0 X 328 X 551 X 5 X 0 X 423 X 506 X 528 X 373 X 634 X 672 X 669 X 592 X 408 X 50 X 279 X 657 X 0 X 31 X 398 X 298 X 409 X 569 X 639 X 70 X 634 X 511 X 589 X +USW00094728198810WDF1 230 X 230 X 30 X 40 X 260 X 290 X 50 X 10 X 220 X 250 X 290 X 290 X 290 X 260 X 240 X 160 X 140 X 150 X 340 X 20 X 50 X 50 X 220 X 220 X 250 X 260 X 260 X 170 X 270 X 320 X 140 X +USW00094728198810WDFG 225W X 225W X 23W X 45W X 270W X 270W X 23W X 23W X 225W X 225W X 270W X 293W X 315W X 225W X 225W X 135W X 180W X 158W X 338W X 360W X 45W X 45W X 270W X 225W X 248W X 270W X 270W X 180W X 270W X 270W X 135W X +USW00094728198810WSF1 54 X 63 X 54 X 72 X 76 X 54 X 58 X 72 X 67 X 67 X 76 X 76 X 72 X 67 X 45 X 58 X 58 X 67 X 63 X 58 X 112 X 112 X 76 X 76 X 72 X 67 X 58 X 72 X 54 X 67 X 54 X +USW00094728198810WSFG 77 X 113 X 82 X 108 X 103 X 93 X 87 X 113 X 93 X 113 X 129 X 123 X 123 X 82 X 62 X 87 X 93 X 103 X 87 X 82 X 206 X 185 X 118 X 103 X 113 X 113 X 77 X 118 X 87 X 103 X 82 X +USW00094728198810WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198810WT16-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728198811TMAX 83 0 94 0 133 0 183 0 172 0 194 0 139 0 133 0 128 0 167 0 139 0 100 0 139 0 172 0 150 0 167 0 172 0 122 0 72 0 161 0 144 0 100 0 106 0 72 0 122 0 189 0 178 0 161 0 83 0 111 0-9999 +USW00094728198811TMIN 67 0 67 0 50 0 72 0 128 0 117 0 67 0 61 0 78 0 72 0 50 0 22 0 67 0 67 0 72 0 83 0 67 0 39 0 39 0 67 0 44 0 17 0 22 0 0 0 6 0 50 0 111 0 39 0 28 0 39 0-9999 +USW00094728198811PRCP 429 0 0 0 0 0 0 0 178 0 0 0 0 0 0T 0 0 0 5 0 0 0 0 0 145 0 0 0 0 0 0 0 274 0 0 0 3 0 856 0 0T 0 0 0 0 0 0 0 0 0 0 0 104 0 267 0 0 0 0 0-9999 +USW00094728198811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198811FMTM 1350 X 2250 X 0150 X 1150 X 1450 X 0650 X 1450 X 1450 X 1250 X 1350 X 1350 X 1950 X 1150 X 1950 X 0150 X 1950 X 0850 X 0450 X 1650 X 2050 X 0150 X 0440 X 2050 X 1950 X 0550 X 0250 X 1250 X 1350 X 1150 X 1450 X-9999 +USW00094728198811PGTM 2027 X 2202 X 0909 X 0924 X 1334 X 0158 X 1418 X 1929 X 1235 X 1236 X 1517 X 0602 X 1157 X 1248 X 0145 X 1927 X 0838 X 1234 X 0817 X 2029 X 0847 X 0114 X 2010 X 0935 X 1209 X 2210 X 1250 X 1527 X 1351 X 0852 X-9999 +USW00094728198811TSUN 0 X 0 X 622 X 370 X 50 X 571 X 180 X 255 X 410 X 273 X 403 X 602 X 20 X 598 X 595 X 33 X 175 X 590 X 0 X 0 X 369 X 582 X 568 X 579 X 578 X 576 X 0 X 0 X 294 X 276 X-9999 +USW00094728198811WDF1 20 X 280 X 270 X 150 X 140 X 220 X 270 X 180 X 300 X 150 X 300 X 140 X 140 X 230 X 310 X 160 X 300 X 220 X 180 X 270 X 300 X 310 X 10 X 310 X 300 X 250 X 160 X 300 X 280 X 210 X-9999 +USW00094728198811WDFG 315W X 270W X 270W X 180W X 135W X 203W X 270W X 225W X 315W X 180W X 315W X 45W X 135W X 180W X 315W X 158W X 315W X 270W X 360W X 270W X 270W X 315W X 360W X 23W X 315W X 225W X 158W X 293W X 270W X 225W X-9999 +USW00094728198811WSF1 67 X 89 X 89 X 54 X 72 X 72 X 76 X 58 X 67 X 76 X 67 X 54 X 76 X 63 X 58 X 67 X 89 X 72 X 45 X 94 X 130 X 58 X 63 X 67 X 58 X 54 X 80 X 72 X 67 X 67 X-9999 +USW00094728198811WSFG 113 X 170 X 149 X 87 X 87 X 129 X 123 X 93 X 103 X 149 X 123 X 72 X 139 X 103 X 103 X 118 X 180 X 103 X 72 X 180 X 195 X 87 X 87 X 123 X 87 X 82 X 123 X 139 X 113 X 103 X-9999 +USW00094728198811WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728198811WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198811WT16 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728198812TMAX 89 0 56 0 122 0 106 0 67 0 106 0 156 0 94 0 22 0 17 0 -17 0 -67 0 -17 0 50 0 89 0 -17 0 -22 0 -6 0 50 0 133 0 117 0 56 0 78 0 133 0 117 0 39 0 61 0 150 0 33 0 22 0 56 0 +USW00094728198812TMIN 28 0 11 0 17 0 -6 0 6 0 17 0 50 0 17 0 -11 0 -39 0 -111 0 -150 0 -89 0 -28 0 -33 0 -72 0 -61 0 -72 0 -33 0 33 0 39 0 -11 0 -17 0 22 0 28 0 -11 0 -22 0 11 0 -11 0 -33 0 0 0 +USW00094728198812PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 51 0 0 0 97 0 76 0 0 0 0 0 0 0 64 0 0 0 0 0 0 0 +USW00094728198812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 8 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198812FMTM 1250 X 1650 X 1950 X 0450 X 0750 X 1850 X 1050 X 1550 X 0650 X 0350 X 1650 X 0350 X 1250 X 0450 X 2050 X 0250 X 1050 X 1550 X 0550 X 1850 X 0950 X 1250 X 1150 X 2250 X 1350 X 1450 X 2350 X 1750 X 0550 X 2250 X 1350 X +USW00094728198812PGTM 1227 X 1010 X 1820 X 0245 X 0335 X 1935 X 1106 X 1211 X 2356 X 2105 X 2141 X 0347 X 2358 X 2320 X 2026 X 0242 X 1047 X 1526 X 0050 X 1928 X 2045 X 0142 X 1106 X 2213 X 1403 X 1200 X 2345 X 1719 X 0154 X 1709 X 1326 X +USW00094728198812TSUN 438 X 213 X 566 X 566 X 109 X 419 X 478 X 510 X 70 X 501 X 490 X 558 X 0 X 425 X 160 X 525 X 20 X 431 X 266 X 358 X 0 X 555 X 0 X 0 X 226 X 556 X 127 X 0 X 462 X 355 X 558 X +USW00094728198812WDF1 280 X 270 X 220 X 310 X 250 X 230 X 260 X 300 X 50 X 310 X 360 X 340 X 290 X 290 X 290 X 300 X 70 X 250 X 230 X 230 X 230 X 50 X 160 X 240 X 280 X 290 X 220 X 300 X 310 X 230 X 300 X +USW00094728198812WDFG 270W X 270W X 225W X 293W X 270W X 225W X 270W X 315W X 315W X 225W X 315W X 338W X 315W X 180W X 315W X 315W X 90W X 270W X 225W X 225W X 225W X 45W X 135W X 225W X 270W X 270W X 225W X 270W X 270W X 225W X 315W X +USW00094728198812WSF1 67 X 67 X 72 X 94 X 85 X 72 X 63 X 76 X 58 X 67 X 80 X 72 X 58 X 76 X 89 X 98 X 76 X 67 X 58 X 67 X 67 X 63 X 63 X 76 X 80 X 80 X 80 X 130 X 76 X 58 X 76 X +USW00094728198812WSFG 98 X 118 X 129 X 185 X 108 X 118 X 98 X 113 X 82 X 108 X 129 X 103 X 108 X 129 X 144 X 159 X 123 X 93 X 98 X 139 X 103 X 93 X 108 X 118 X 129 X 123 X 123 X 226 X 123 X 87 X 108 X +USW00094728198812WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198812WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198812WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728198812WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198901TMAX 22 0 67 0 44 0 -17 0 -33 0 -33 0 17 0 100 0 72 0 28 0 61 0 94 0 67 0 44 0 89 0 72 0 94 0 100 0 94 0 117 0 -11 0 50 0 106 0 161 0 83 0 89 0 78 0 83 0 111 0 106 0 111 0 +USW00094728198901TMIN 0 0 17 0 -17 0 -117 0 -117 0 -61 0 -33 0 17 0 6 0 -17 0 0 0 0 0 -17 0 -39 0 28 0 11 0 11 0 17 0 44 0 -11 0 -94 0 -67 0 0 0 22 0 17 0 17 0 28 0 0 0 39 0 67 0 33 0 +USW00094728198901PRCP 0T 0 0T 0 0T 0 0T 0 0 0 109 0 3 0 51 0 0T 0 0 0 0 0 152 0 0T 0 51 0 64 0 0 0 0 0 8 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0T 0 0 0 0 0 107 0 0 0 +USW00094728198901SNOW 0T 0 0 0 0T 0 0T 0 0 0 127 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198901SNWD 0T 0 0 0 0 0 0 0 0 0 0T 0 127 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198901FMTM 1750 X 2050 X 0950 X 2350 X 2350 X 1650 X 0950 X 2350 X 0250 X 2250 X 1850 X 2350 X 1250 X 0050 X 2150 X 1550 X 1350 X 1450 X 1450 X 2150 X 0350 X 1350 X 0050 X 2350 X 1350 X 1550 X 0450 X 2350 X 0250 X 2350 X 0050 X +USW00094728198901PGTM 1507 X 1654 X 2227 X 1840 X 0127 X 1505 X 0015 X 2248 X 0816 X 1915 X 1117 X 0658 X 1306 X 1555 X 1637 X 1600 X 1233 X 1819 X 1248 X 2126 X 0338 X 1146 X 0023 X 2357 X 0316 X 1423 X 1443 X 1951 X 0226 X 1256 X 2050 X +USW00094728198901TSUN 9 X 215 X 443 X 532 X 563 X 0 X 0 X 0 X 0 X 304 X 567 X 0 X 314 X 419 X 98 X 259 X 518 X 580 X 338 X 260 X 585 X 556 X 341 X 584 X 545 X 0 X 324 X 599 X 39 X 0 X 475 X +USW00094728198901WDF1 60 X 270 X 290 X 310 X 310 X 50 X 100 X 280 X 270 X 230 X 50 X 240 X 310 X 290 X 280 X 310 X 230 X 160 X 310 X 290 X 310 X 230 X 240 X 360 X 10 X 230 X 290 X 230 X 230 X 280 X 310 X +USW00094728198901WDFG 45W X 270W X 360W X 315W X 315W X 45W X 45W X 270W X 270W X 180W X 315W X 135W X 315W X 180W X 270W X 315W X 225W X 135W X 315W X 315W X 315W X 225W X 225W X 360W X 360W X 225W X 270W X 225W X 225W X 180W X 225W X +USW00094728198901WSF1 72 X 54 X 67 X 98 X 98 X 98 X 76 X 76 X 80 X 54 X 67 X 67 X 80 X 54 X 58 X 89 X 89 X 58 X 63 X 112 X 112 X 63 X 36 X 54 X 63 X 76 X 76 X 63 X 63 X 58 X 80 X +USW00094728198901WSFG 123 X 87 X 123 X 180 X 154 X 154 X 175 X 123 X 129 X 82 X 123 X 98 X 185 X 113 X 103 X 144 X 154 X 98 X 108 X 185 X 190 X 108 X 62 X 82 X 118 X 134 X 154 X 123 X 93 X 87 X 144 X +USW00094728198901WT14-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728198901WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00094728198901WT18 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198902TMAX 194 0 139 0 33 0 -6 0 -33 0 39 0 39 0 28 0 -17 0 -6 0 61 0 56 0 56 0 128 0 100 0 56 0 -17 0 0 0 56 0 72 0 156 0 122 0 67 0 -28 0 11 0 28 0 56 0 44 0-9999 -9999 -9999 +USW00094728198902TMIN 67 0 33 0 -33 0 -56 0 -67 0 -33 0 -17 0 -39 0 -83 0 -78 0 -39 0 -11 0 -33 0 50 0 39 0 -44 0 -72 0 -67 0 -33 0 6 0 50 0 33 0 -28 0 -72 0 -94 0 -28 0 0 0 -6 0-9999 -9999 -9999 +USW00094728198902PRCP 0 0 0 0 51 0 0 0 0T 0 25 0 0 0 0 0 0T 0 0 0 0 0 0 0 13 0 89 0 91 0 0T 0 0 0 0 0 0 0 0T 0 378 0 91 0 0 0 0 0 0 0 30 0 0T 0 0T 0-9999 -9999 -9999 +USW00094728198902SNOW 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0-9999 -9999 -9999 +USW00094728198902SNWD 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728198902FMTM 0350 X 1150 X 2050 X 0150 X 0350 X 1450 X 1650 X 2250 X 0950 X 1450 X 0750 X 1150 X 1850 X 0150 X 0450 X 1650 X 0350 X 1950 X 1350 X 0950 X 2150 X 2250 X 1750 X 1850 X 1250 X 2250 X 1450 X 1050 X-9999 -9999 -9999 +USW00094728198902PGTM 0338 X 1115 X 2232 X 0031 X 0120 X 1450 X 1522 X 2055 X 1032 X 1019 X 1157 X 1305 X 1838 X 0305 X 0434 X 1655 X 0424 X 0131 X 2309 X 1114 X 1435 X 1202 X 1950 X 2133 X 0048 X 0442 X 1231 X 0913 X-9999 -9999 -9999 +USW00094728198902TSUN 575 X 225 X 0 X 440 X 0 X 222 X 261 X 356 X 492 X 385 X 466 X 555 X 217 X 50 X 0 X 5 X 545 X 412 X 363 X 77 X 0 X 0 X 170 X 0 X 598 X 0 X 397 X 82 X-9999 -9999 -9999 +USW00094728198902WDF1 230 X 40 X 350 X 310 X 50 X 250 X 310 X 260 X 290 X 270 X 250 X 270 X 160 X 160 X 40 X 280 X 320 X 140 X 250 X 230 X 240 X 350 X 350 X 350 X 310 X 290 X 270 X 50 X-9999 -9999 -9999 +USW00094728198902WDFG 225W X 45W X 315W X 315W X 360W X 270W X 270W X 248W X 293W X 270W X 225W X 270W X 158W X 180W X 45W X 270W X 315W X 360W X 225W X 225W X 225W X 360W X 23W X 360W X 360W X 135W X 225W X 45W X-9999 -9999 -9999 +USW00094728198902WSF1 80 X 80 X 94 X 72 X 63 X 76 X 67 X 80 X 89 X 72 X 72 X 89 X 72 X 63 X 63 X 80 X 67 X 58 X 54 X 58 X 63 X 58 X 76 X 98 X 72 X 40 X 63 X 63 X-9999 -9999 -9999 +USW00094728198902WSFG 118 X 139 X 123 X 103 X 82 X 113 X 98 X 154 X 164 X 118 X 113 X 144 X 108 X 118 X 103 X 134 X 98 X 77 X 82 X 87 X 139 X 87 X 139 X 170 X 139 X 67 X 98 X 113 X-9999 -9999 -9999 +USW00094728198902WT06-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198902WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198902WT15-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198902WT16-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728198902WT18-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728198903TMAX 61 0 61 0 72 0 44 0 56 0 61 0 -39 0 0 0 56 0 78 0 94 0 78 0 33 0 122 0 206 0 139 0 211 0 250 0 78 0 56 0 83 0 83 0 94 0 44 0 172 0 189 0 161 0 278 0 244 0 100 0 67 0 +USW00094728198903TMIN -6 0 -22 0 11 0 11 0 6 0 -50 0 -106 0 -94 0 -50 0 -17 0 -6 0 -17 0 -61 0 17 0 78 0 56 0 56 0 28 0 -6 0 -11 0 6 0 -22 0 6 0 28 0 33 0 83 0 67 0 133 0 100 0 50 0 39 0 +USW00094728198903PRCP 0 0 0 0 0 0 3 0 25 0 94 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 152 0 0 0 89 0 51 0 0 0 0 0 521 0 0T 0 0 0 0 0 0 0 0T 0 193 0 124 0 +USW00094728198903SNOW 0 0 0 0 0 0 0 0 0 0 64 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198903SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 76 0 76 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198903FMTM 1050 X 0050 X 2250 X 1450 X 0150 X 2150 X 0350 X 1650 X 1250 X 0850 X 1650 X 2250 X 0350 X 1650 X 2150 X 0850 X 0230 X 0250 X 0150 X 2050 X 2050 X 0250 X 1550 X 1850 X 2350 X 1050 X 1550 X 1250 X 2350 X 0350 X 0150 X +USW00094728198903PGTM 1004 X 0043 X 2223 X 1204 X 0143 X 2230 X 0315 X 1516 X 0803 X 0628 X 1458 X 1552 X 0158 X 1622 X 2312 X 0818 X 1503 X 1518 X 0209 X 2005 X 2007 X 0004 X 1544 X 1415 X 0030 X 0113 X 1601 X 2054 X 2047 X 0326 X 0104 X +USW00094728198903TSUN 645 X 629 X 412 X 30 X 0 X 0 X 284 X 534 X 621 X 698 X 635 X 98 X 638 X 412 X 345 X 620 X 647 X 367 X 722 X 184 X 252 X 733 X 651 X 0 X 608 X 744 X 710 X 464 X 159 X 0 X 0 X +USW00094728198903WDF1 270 X 280 X 70 X 50 X 50 X 40 X 20 X 40 X 40 X 30 X 170 X 10 X 20 X 170 X 270 X 300 X 230 X 220 X 310 X 190 X 290 X 10 X 160 X 40 X 10 X 10 X 170 X 210 X 50 X 50 X 50 X +USW00094728198903WDFG 270W X 270W X 45W X 45W X 45W X 45W X 360W X 45W X 45W X 360W X 225W X 45W X 360W X 180W X 270W X 315W X 225W X 135W X 315W X 135W X 270W X 360W X 135W X 45W X 360W X 315W X 180W X 225W X 68W X 45W X 45W X +USW00094728198903WSF1 76 X 80 X 80 X 94 X 63 X 89 X 89 X 103 X 76 X 63 X 63 X 67 X 67 X 58 X 67 X 72 X 76 X 89 X 94 X 63 X 89 X 58 X 67 X 116 X 72 X 58 X 54 X 72 X 72 X 89 X 76 X +USW00094728198903WSFG 123 X 103 X 113 X 144 X 93 X 139 X 144 X 154 X 108 X 108 X 93 X 113 X 118 X 82 X 123 X 113 X 123 X 170 X 134 X 123 X 134 X 103 X 93 X 206 X 123 X 67 X 87 X 129 X 144 X 149 X 134 X +USW00094728198903WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728198903WT04-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198903WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198903WT06-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198903WT14-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00094728198903WT16-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 +USW00094728198903WT17-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198903WT18-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198904TMAX 94 0 133 0 144 0 194 0 250 0 111 0 128 0 133 0 133 0 122 0 117 0 139 0 100 0 144 0 94 0 117 0 233 0 233 0 183 0 183 0 206 0 128 0 144 0 167 0 194 0 228 0 250 0 200 0 156 0 239 0-9999 +USW00094728198904TMIN 33 0 17 0 67 0 72 0 106 0 56 0 50 0 39 0 50 0 28 0 11 0 28 0 50 0 28 0 67 0 78 0 72 0 117 0 67 0 72 0 100 0 22 0 11 0 28 0 83 0 111 0 111 0 78 0 83 0 83 0-9999 +USW00094728198904PRCP 0 0 0 0 66 0 23 0 137 0 64 0 66 0 25 0 53 0 0 0 0 0 0 0 33 0 0 0 358 0 117 0 0 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 41 0-9999 +USW00094728198904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198904FMTM 0450 X 1550 X 0950 X 1650 X 1750 X 1950 X 2250 X 2150 X 1850 X 1250 X 1450 X 1750 X 1150 X 2050 X 2350 X 0250 X 1750 X 1350 X 0450 X 0850 X 2250 X 1350 X 0950 X 1650 X 0750 X 1550 X 2250 X 0850 X 2350 X 0050 X-9999 +USW00094728198904PGTM 1415 X 1602 X 0911 X 1824 X 1753 X 1932 X 2140 X 0224 X 1848 X 1242 X 1900 X 1740 X 0915 X 2012 X 2305 X 0415 X 1647 X 1220 X 1257 X 0840 X 1604 X 1433 X 1604 X 1328 X 1002 X 1536 X 2008 X 0010 X 1952 X 0050 X-9999 +USW00094728198904TSUN 107 X 698 X 70 X 115 X 372 X 0 X 460 X 518 X 101 X 519 X 612 X 727 X 295 X 775 X 0 X 0 X 697 X 512 X 633 X 761 X 294 X 782 X 812 X 820 X 473 X 404 X 535 X 760 X 5 X 441 X-9999 +USW00094728198904WDF1 290 X 160 X 150 X 170 X 300 X 290 X 20 X 200 X 270 X 260 X 280 X 170 X 140 X 180 X 50 X 20 X 190 X 310 X 340 X 270 X 280 X 300 X 300 X 300 X 260 X 140 X 30 X 40 X 40 X 50 X-9999 +USW00094728198904WDFG 270W X 180W X 135W X 90W X 315W X 270W X 360W X 360W X 270W X 270W X 315W X 180W X 135W X 180W X 45W X 338W X 225W X 270W X 315W X 270W X 225W X 315W X 360W X 293W X 270W X 135W X 360W X 360W X 45W X 45W X-9999 +USW00094728198904WSF1 94 X 63 X 63 X 45 X 58 X 63 X 67 X 72 X 76 X 80 X 54 X 76 X 72 X 67 X 72 X 72 X 54 X 67 X 67 X 89 X 67 X 89 X 80 X 72 X 76 X 58 X 58 X 67 X 72 X 80 X-9999 +USW00094728198904WSFG 139 X 108 X 93 X 82 X 93 X 103 X 118 X 118 X 134 X 144 X 77 X 113 X 123 X 113 X 134 X 134 X 103 X 93 X 103 X 123 X 118 X 195 X 118 X 129 X 113 X 82 X 113 X 93 X 108 X 98 X-9999 +USW00094728198904WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198904WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198904WT16-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00094728198905TMAX 144 0 183 0 172 0 217 0 144 0 244 0 161 0 139 0 189 0 117 0 128 0 178 0 211 0 200 0 228 0 150 0 261 0 300 0 250 0 294 0 283 0 278 0 228 0 161 0 272 0 256 0 239 0 228 0 256 0 244 0 278 0 +USW00094728198905TMIN 94 0 94 0 83 0 78 0 106 0 128 0 72 0 61 0 83 0 78 0 72 0 100 0 106 0 106 0 128 0 128 0 128 0 139 0 144 0 144 0 183 0 150 0 133 0 144 0 139 0 161 0 144 0 117 0 117 0 150 0 211 0 +USW00094728198905PRCP 155 0 246 0 0T 0 0 0 203 0 122 0 0 0 0 0 5 0 533 0 64 0 0 0 0 0 0 0 0T 0 584 0 267 0 0 0 0 0 0 0 0T 0 0 0 191 0 178 0 0T 0 0 0 46 0 0 0 0 0 8 0 0 0 +USW00094728198905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198905FMTM 1750 X 1750 X 1150 X 1850 X 1950 X 0450 X 1250 X 0750 X 1650 X 2250 X 0150 X 1250 X 2250 X 1650 X 2350 X 1050 X 2350 X 1350 X 1650 X 2250 X 1250 X 1350 X 1850 X 0850 X 1650 X 1150 X 1750 X 1050 X 2050 X 1550 X 1550 X +USW00094728198905PGTM 1925 X 1637 X 1035 X 1929 X 1925 X 0448 X 1220 X 0740 X 1407 X 1804 X 0515 X 1314 X 1518 X 1525 X 2312 X 1301 X 0046 X 1408 X 1457 X 1525 X 1123 X 1208 X 1836 X 0912 X 1519 X 0027 X 1912 X 1312 X 2006 X 0119 X 1140 X +USW00094728198905TSUN 0 X 23 X 390 X 844 X 0 X 449 X 331 X 73 X 546 X 0 X 0 X 186 X 287 X 298 X 540 X 0 X 492 X 872 X 874 X 714 X 366 X 880 X 208 X 0 X 744 X 323 X 445 X 889 X 889 X 350 X 120 X +USW00094728198905WDF1 50 X 280 X 270 X 170 X 150 X 180 X 220 X 250 X 140 X 70 X 40 X 160 X 230 X 150 X 70 X 50 X 50 X 350 X 150 X 230 X 230 X 240 X 50 X 40 X 180 X 170 X 310 X 310 X 230 X 250 X 260 X +USW00094728198905WDFG 90W X 293W X 270W X 180W X 135W X 180W X 225W X 135W X 135W X 68W X 45W X 180W X 180W X 135W X 90W X 68W X 45W X 360W X 135W X 180W X 225W X 225W X 45W X 90W X 158W X 180W X 315W X 270W X 225W X 225W X 270W X +USW00094728198905WSF1 76 X 72 X 89 X 67 X 67 X 107 X 67 X 72 X 63 X 94 X 103 X 54 X 45 X 45 X 54 X 80 X 76 X 45 X 58 X 54 X 67 X 63 X 72 X 76 X 54 X 58 X 67 X 80 X 58 X 63 X 67 X +USW00094728198905WSFG 113 X 113 X 118 X 103 X 134 X 170 X 123 X 118 X 93 X 195 X 180 X 87 X 82 X 82 X 77 X 10 X 108 X 72 X 77 X 77 X 118 X 108 X 93 X 113 X 98 X 72 X 134 X 134 X 98 X 103 X 103 X +USW00094728198905WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198905WT14-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198905WT16 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 +USW00094728198906TMAX 328 0 317 0 300 0 289 0 261 0 239 0 178 0 261 0 200 0 272 0 256 0 272 0 228 0 167 0 161 0 289 0 272 0 278 0 306 0 272 0 250 0 283 0 317 0 267 0 300 0 322 0 333 0 267 0 256 0 278 0-9999 +USW00094728198906TMIN 217 0 211 0 183 0 189 0 156 0 161 0 161 0 178 0 144 0 144 0 156 0 144 0 150 0 144 0 144 0 156 0 189 0 178 0 194 0 194 0 206 0 217 0 211 0 178 0 172 0 206 0 211 0 200 0 183 0 144 0-9999 +USW00094728198906PRCP 28 0 0 0 0 0 23 0 3 0 424 0 140 0 20 0 648 0 0T 0 0 0 3 0 356 0 84 0 91 0 53 0 5 0 0T 0 0 0 0 0 119 0 0T 0 0T 0 28 0 0 0 175 0 0 0 33 0 0 0 0 0-9999 +USW00094728198906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198906FMTM 2150 X 1250 X 1550 X 1350 X 2150 X 1050 X 1250 X 1750 X 1650 X 1650 X 1050 X 2150 X 1850 X 1750 X 1450 X 1550 X 0350 X 1550 X 1650 X 1450 X 2050 X 1750 X 1450 X 1550 X 2350 X 1950 X 2150 X 0150 X 1450 X 1150 X-9999 +USW00094728198906PGTM 2103 X 1528 X 1501 X 1411 X 1333 X 1028 X 1300 X 1914 X 2128 X 1730 X 1116 X 2110 X 1807 X 0052 X 1135 X 2139 X 0637 X 1314 X 2119 X 1438 X 0033 X 1703 X 1450 X 0254 X 1658 X 2009 X 2210 X 1154 X 1216 X 1053 X-9999 +USW00094728198906TSUN 567 X 796 X 876 X 390 X 450 X 24 X 0 X 187 X 0 X 494 X 857 X 626 X 2 X 0 X 0 X 304 X 311 X 812 X 875 X 690 X 15 X 200 X 215 X 308 X 430 X 623 X 707 X 84 X 849 X 903 X-9999 +USW00094728198906WDF1 50 X 230 X 160 X 310 X 130 X 250 X 70 X 150 X 50 X 280 X 300 X 240 X 40 X 110 X 60 X 230 X 160 X 260 X 170 X 150 X 80 X 140 X 140 X 140 X 250 X 120 X 240 X 310 X 50 X 330 X-9999 +USW00094728198906WDFG 315W X 248W X 225W X 315W X 135W X 225W X 23W X 135W X 45W X 270W X 315W X 225W X 45W X 45W X 45W X 225W X 225W X 225W X 225W X 135W X 135W X 180W X 135W X 45W X 135W X 135W X 225W X 270W X 360W X 45W X-9999 +USW00094728198906WSF1 67 X 76 X 67 X 76 X 58 X 54 X 72 X 45 X 72 X 67 X 89 X 63 X 72 X 63 X 63 X 45 X 67 X 58 X 40 X 63 X 45 X 54 X 54 X 54 X 36 X 54 X 54 X 58 X 67 X 45 X-9999 +USW00094728198906WSFG 108 X 123 X 93 X 113 X 77 X 67 X 93 X 82 X 113 X 118 X 154 X 98 X 118 X 93 X 113 X 113 X 113 X 98 X 82 X 98 X 62 X 67 X 98 X 82 X 72 X 134 X 108 X 87 X 113 X 82 X-9999 +USW00094728198906WT03 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728198906WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198906WT16 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 +USW00094728198907TMAX 294 0 322 0 300 0 278 0 239 0 278 0 328 0 289 0 311 0 317 0 317 0 267 0 217 0 283 0 283 0 228 0 244 0 278 0 289 0 233 0 228 0 283 0 322 0 322 0 328 0 356 0 333 0 311 0 272 0 278 0 217 0 +USW00094728198907TMIN 172 0 194 0 200 0 189 0 189 0 200 0 200 0 194 0 172 0 228 0 222 0 189 0 161 0 172 0 161 0 156 0 156 0 178 0 178 0 200 0 183 0 194 0 228 0 211 0 228 0 239 0 222 0 189 0 167 0 183 0 178 0 +USW00094728198907PRCP 0 0 0 0 0 0 0T 0 521 0 3 0 38 0 0 0 0 0 15 0 0 0 0T 0 46 0 33 0 0 0 259 0 91 0 0 0 0 0 165 0 0T 0 0T 0 0 0 0 0 0 0 51 0 51 0 0T 0 0 0 0T 0 30 0 +USW00094728198907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198907FMTM 1450 X 1650 X 1850 X 1350 X 1650 X 1650 X 1450 X 1150 X 1650 X 1550 X 1550 X 0350 X 2050 X 0950 X 1350 X 2150 X 0150 X 1650 X 1550 X 2250 X 0250 X 1750 X 1550 X 0850 X 2150 X 1240 X 2240 X 1450 X 1050 X 2040 X 1150 X +USW00094728198907PGTM 2323 X 0401 X 1524 X 1745 X 1505 X 2213 X 1900 X 1229 X 1533 X 1424 X 1615 X 0203 X 1113 X 1412 X 2328 X 2007 X 0137 X 1648 X 1731 X 2357 X 0422 X 1828 X 1256 X 1934 X 2124 X 1717 X 2235 X 1901 X 1120 X 1615 X 1046 X +USW00094728198907TSUN 879 X 861 X 841 X 140 X 0 X 215 X 798 X 880 X 871 X 488 X 883 X 139 X 20 X 421 X 848 X 0 X 212 X 540 X 861 X 0 X 2 X 184 X 780 X 874 X 454 X 771 X 510 X 541 X 866 X 139 X 16 X +USW00094728198907WDF1 170 X 270 X 110 X 80 X 50 X 230 X 260 X 320 X 260 X 270 X 300 X 360 X 240 X 360 X 360 X 60 X 50 X 170 X 180 X 50 X 50 X 230 X 40 X 50 X 230 X 250 X 250 X 330 X 340 X 230 X 40 X +USW00094728198907WDFG 225W X 225W X 135W X 135W X 45W X 225W X-9999 -9999 225W X 225W X 315W X 360W X 180W X 225W X 225W X-9999 45W X 180W X 180W X 45W X 45W X 225W X 23W X 158W X 225W X 113W X 248W X 315W X 360W X 225W X 90W X +USW00094728198907WSF1 63 X 58 X 54 X 54 X 72 X 40 X 58 X 63 X 63 X 80 X 72 X 45 X 40 X 63 X 54 X 63 X 76 X 54 X 63 X 58 X 72 X 40 X 58 X 40 X 54 X 45 X 63 X 63 X 58 X 40 X 58 X +USW00094728198907WSFG 93 X 87 X 87 X 87 X 103 X 62 X 123 X 87 X 93 X 154 X 123 X 77 X 72 X 108 X 82 X 103 X 113 X 82 X 93 X 93 X 98 X 51 X 87 X 57 X 77 X 93 X 103 X 134 X 98 X 67 X 77 X +USW00094728198907WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728198907WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198907WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 +USW00094728198908TMAX 272 0 294 0 317 0 339 0 344 0 344 0 267 0 250 0 261 0 256 0 206 0 261 0 267 0 294 0 272 0 306 0 300 0 233 0 217 0 278 0 300 0 289 0 322 0 283 0 244 0 261 0 256 0 239 0 244 0 317 0 272 0 +USW00094728198908TMIN 189 0 183 0 194 0 239 0 244 0 244 0 172 0 133 0 139 0 167 0 144 0 167 0 211 0 200 0 206 0 211 0 200 0 183 0 183 0 189 0 228 0 206 0 211 0 178 0 150 0 144 0 144 0 189 0 211 0 217 0 178 0 +USW00094728198908PRCP 0T 0 36 0 3 0 0 0 3 0 0T 0 51 0 0 0 0 0 0 0 483 0 762 0 157 0 384 0 5 0 38 0 0 0 0 0 86 0 0 0 0T 0 0T 0 104 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 +USW00094728198908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198908FMTM 0950 X 1350 X 0150 X 1350 X 1250 X 0950 X 2350 X 1650 X 1050 X 2350 X 1250 X 0050 X 1550 X 0150 X 1350 X 0750 X 2350 X 1050 X 0550 X 1650 X 1550 X 0850 X 1550 X 0450 X 0350 X 2350 X 0250 X 1550 X 0550 X 1750 X 1540 X +USW00094728198908PGTM 1215 X 1352 X 1351 X 2349 X 1250 X 1544 X 0640 X 1347 X 1024 X 0921 X 0713 X 1258 X 1539 X 1703 X 1304 X 1627 X 2248 X 1459 X 0728 X 1654 X 1310 X 1035 X 1603 X 2348 X 0326 X 1628 X 0236 X 1718 X 2356 X 1722 X 0040 X +USW00094728198908TSUN 458 X 506 X 681 X 559 X 653 X 594 X 34 X 578 X 750 X 243 X 0 X 34 X 206 X 80 X 26 X 443 X 588 X 276 X 0 X 198 X 351 X 699 X 490 X 743 X 804 X 801 X 655 X 5 X 0 X 462 X 664 X +USW00094728198908WDF1 40 X 240 X 250 X 230 X 300 X 210 X 340 X 280 X 320 X 70 X 40 X 50 X 180 X 270 X 150 X 250 X 10 X 50 X 80 X 240 X 250 X 290 X 340 X 40 X 40 X 50 X 40 X 140 X 40 X 290 X 270 X +USW00094728198908WDFG 23W X 248W X 360W X 180W X 293W X 203W X 45W X 315W X 315W X 45W X 45W X 90W X 180W X 180W X 158W X 315W X 23W X 45W X 90W X 225W X 248W X 270W X 315W X 45W X 45W X 315W X 45W X 135W X 180W X 293W X 315W X +USW00094728198908WSF1 72 X 63 X 40 X 63 X 67 X 54 X 63 X 63 X 58 X 45 X 76 X 45 X 54 X 36 X 45 X 45 X 45 X 72 X 72 X 63 X 63 X 63 X 67 X 54 X 67 X 45 X 67 X 54 X 40 X 63 X 54 X +USW00094728198908WSFG 87 X 103 X 72 X 103 X 87 X 82 X 98 X 93 X 82 X 82 X 134 X 77 X 82 X 72 X 82 X 93 X 77 X 113 X 118 X 93 X 123 X 93 X 139 X 98 X 108 X 72 X 98 X 67 X 72 X 98 X 87 X +USW00094728198908WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198908WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198908WT16 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728198909TMAX 278 0 278 0 256 0 228 0 222 0 244 0 267 0 272 0 306 0 344 0 328 0 272 0 289 0 267 0 233 0 183 0 239 0 200 0 217 0 256 0 283 0 256 0 272 0 178 0 211 0 206 0 161 0 189 0 239 0 200 0-9999 +USW00094728198909TMIN 200 0 183 0 144 0 128 0 128 0 133 0 150 0 161 0 178 0 228 0 228 0 194 0 178 0 211 0 178 0 156 0 172 0 167 0 150 0 217 0 222 0 228 0 83 0 72 0 67 0 117 0 72 0 67 0 117 0 122 0-9999 +USW00094728198909PRCP 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0T 0 140 0 0T 0 0 0 480 0 589 0 0 0 0T 0 0T 0 0 0 0T 0 203 0 0 0 0 0 0 0 0 0-9999 +USW00094728198909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728198909FMTM 1550 X 1050 X 2050 X 0950 X 0650 X 1350 X 1150 X 1550 X 0950 X 1350 X 2250 X 0050 X 1050 X 2350 X 1250 X 1450 X 1650 X 1240 X 1150 X 1650 X 1350 X 2350 X 1550 X 0750 X 0850 X 1850 X 1150 X 1450 X 1150 X 0450 X-9999 +USW00094728198909PGTM 2153 X 0903 X 1448 X 0913 X 0642 X 1134 X 1841 X 1458 X 2327 X 1426 X 2245 X 0002 X 1502 X 2355 X 1332 X 0755 X 1201 X 1350 X 1528 X 1719 X 1746 X 2322 X 1337 X 0932 X 0916 X 2032 X 0743 X 2001 X 1554 X 0955 X-9999 +USW00094728198909TSUN 276 X 537 X 760 X 654 X 362 X 340 X 739 X 767 X 668 X 763 X 410 X 322 X 550 X 48 X 325 X 23 X 68 X 0 X 0 X 0 X 155 X 5 X 114 X 725 X 410 X 253 X 217 X 715 X 632 X 271 X-9999 +USW00094728198909WDF1 200 X 300 X 40 X 70 X 50 X 40 X 60 X 180 X 240 X 260 X 30 X 30 X 360 X 230 X 40 X 50 X 280 X 50 X 50 X 180 X 240 X 180 X 320 X 290 X 20 X 300 X 310 X 190 X 210 X 330 X-9999 +USW00094728198909WDFG 180W X 315W X 360W X 45W X 45W X 45W X 180W X 180W X 225W X 270W X 315W X 45W X 45W X 225W X 45W X 90W X 270W X 45W X 45W X 180W X 135W X 180W X 315W X 315W X 45W X 270W X 315W X 225W X 225W X 45W X-9999 +USW00094728198909WSF1 67 X 63 X 58 X 67 X 63 X 45 X 40 X 45 X 40 X 40 X 40 X 54 X 40 X 58 X 72 X 76 X 40 X 67 X 80 X 54 X 40 X 76 X 80 X 63 X 54 X 72 X 67 X 58 X 67 X 54 X-9999 +USW00094728198909WSFG 139 X 103 X 87 X 113 X 82 X 67 X 62 X 72 X 62 X 72 X 87 X 82 X 67 X 98 X 98 X 144 X 62 X 103 X 134 X 93 X 67 X 149 X 144 X 108 X 72 X 118 X 98 X 103 X 103 X 72 X-9999 +USW00094728198909WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198909WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728198910TMAX 217 0 206 0 200 0 150 0 183 0 228 0 178 0 150 0 128 0 150 0 178 0 211 0 250 0 217 0 206 0 244 0 211 0 100 0 117 0 194 0 117 0 133 0 189 0 200 0 228 0 250 0 244 0 250 0 244 0 228 0 189 0 +USW00094728198910TMIN 117 0 167 0 89 0 72 0 78 0 117 0 100 0 78 0 44 0 44 0 89 0 78 0 133 0 128 0 139 0 150 0 100 0 67 0 50 0 61 0 44 0 61 0 56 0 83 0 89 0 106 0 111 0 139 0 139 0 128 0 156 0 +USW00094728198910PRCP 0 0 279 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 41 0 3 0 0 0 0 0 0 0 0 0 0 0 267 0 25 0 358 0 706 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 221 0 +USW00094728198910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728198910FMTM 1350 X 0550 X 1650 X 1050 X 1350 X 1450 X 1050 X 1850 X 1450 X 1750 X 1050 X 1450 X 1450 X 1250 X 1950 X 1150 X 2350 X 2250 X 2250 X 0450 X 1250 X 1450 X 1850 X 1350 X 1250 X 1340 X 1350 X 0950 X 1650 X 1750 X 1750 X +USW00094728198910PGTM 1338 X 1129 X 2020 X 1201 X 0311 X 1410 X 1103 X 1912 X 1538 X 1529 X 0110 X 1204 X 1401 X 1815 X 0316 X 2044 X 2243 X 2300 X 2023 X 0002 X 0955 X 0901 X 1830 X 1713 X 1227 X 1340 X 1404 X 1011 X 2014 X 1732 X 1351 X +USW00094728198910TSUN 473 X 0 X 647 X 668 X 695 X 339 X 523 X 294 X 367 X 400 X 547 X 677 X 674 X 275 X 395 X 220 X 0 X 0 X 0 X 0 X 338 X 291 X 649 X 596 X 565 X 641 X 639 X 628 X 457 X 536 X 0 X +USW00094728198910WDF1 160 X 120 X 320 X 280 X 260 X 270 X 310 X 260 X 330 X 160 X 350 X 180 X 270 X 150 X 60 X 190 X 20 X 50 X 50 X 50 X 230 X 320 X 160 X 240 X 110 X 50 X 10 X 40 X 170 X 170 X 40 X +USW00094728198910WDFG 135W X 180W X 315W X 315W X 225W X 270W X 315W X 270W X 315W X 180W X 225W X 135W X 270W X 135W X 45W X 225W X 360W X 45W X 45W X 45W X 225W X 270W X 158W X 180W X 90W X 45W X 360W X 45W X 135W X 180W X 90W X +USW00094728198910WSF1 54 X 58 X 76 X 72 X 72 X 67 X 76 X 58 X 63 X 63 X 58 X 63 X 54 X 63 X 54 X 45 X 63 X 103 X 103 X 76 X 72 X 63 X 36 X 31 X 36 X 40 X 36 X 31 X 36 X 40 X 72 X +USW00094728198910WSFG 82 X 93 X 154 X 129 X 108 X 103 X 134 X 103 X 108 X 103 X 103 X 87 X 77 X 98 X 108 X 113 X 118 X 123 X 180 X 180 X 113 X 118 X 51 X 72 X 72 X 57 X 51 X 51 X 51 X 77 X 108 X +USW00094728198910WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728198910WT16-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728198911TMAX 172 0 133 0 117 0 89 0 133 0 150 0 161 0 183 0 183 0 133 0 128 0 133 0 128 0 211 0 206 0 189 0 78 0 100 0 44 0 150 0 67 0 33 0 -6 0 33 0 67 0 117 0 100 0 144 0 61 0 56 0-9999 +USW00094728198911TMIN 100 0 72 0 33 0 11 0 44 0 100 0 89 0 117 0 94 0 67 0 44 0 44 0 28 0 117 0 161 0 50 0 17 0 0 0 -22 0 33 0 -33 0 -50 0 -39 0 -44 0 -6 0 44 0 33 0 61 0 -50 0 -50 0-9999 +USW00094728198911PRCP 0 0 0 0 28 0 0 0 0 0 13 0 0T 0 71 0 163 0 0T 0 0 0 0 0 0 0 0 0 0T 0 160 0 0 0 0 0 0 0 25 0 0 0 15 0 104 0 0 0 0 0 13 0 38 0 79 0 0 0 0T 0-9999 +USW00094728198911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 112 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00094728198911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 127 0 76 0 25 0 0 0 0 0 0 0 0 0-9999 +USW00094728198911FMTM 0450 X 0750 X 2050 X 0550 X 1650 X 0950 X 1550 X 1850 X 1950 X 1450 X 2250 X 1350 X 2250 X 0050 X 2350 X 1150 X 1750 X 2150 X 1650 X 2150 X 1750 X 2350 X 1050 X 1150 X 1850 X 1450 X 0050 X 2050 X 0050 X 2150 X-9999 +USW00094728198911PGTM 1028 X 0909 X 1652 X 0231 X 1638 X 1038 X 1012 X 1931 X 1217 X 1331 X 2035 X 1217 X 1616 X 2010 X 2354 X 1046 X 0106 X 2148 X 2053 X 2130 X 1056 X 0841 X 0358 X 1530 X 0600 X 1455 X 1634 X 1557 X 1010 X 2140 X-9999 +USW00094728198911TSUN 543 X 305 X 50 X 619 X 179 X 0 X 290 X 157 X 5 X 278 X 457 X 602 X 590 X 150 X 0 X 0 X 592 X 284 X 388 X 0 X 262 X 419 X 0 X 557 X 259 X 131 X 365 X 75 X 515 X 475 X-9999 +USW00094728198911WDF1 270 X 40 X 300 X 280 X 160 X 260 X 150 X 110 X 260 X 230 X 220 X 290 X 230 X 230 X 170 X 180 X 230 X 270 X 240 X 310 X 310 X 320 X 30 X 270 X 240 X 270 X 270 X 320 X 280 X 310 X-9999 +USW00094728198911WDFG 270W X 45W X 315W X 270W X 158W X 225W X-9999 135W X 180W X 225W X 180W X 315W X 180W X 225W X 180W X 180W X 248W X 270W X 225W X 315W X 315W X 315W X 45W X 270W X 225W X 270W X 135W X 270W X 270W X 315W X-9999 +USW00094728198911WSF1 67 X 58 X 67 X 67 X 58 X 63 X 58 X 63 X 58 X 67 X 63 X 76 X 58 X 63 X 72 X 80 X 67 X 89 X 63 X 80 X 130 X 76 X 76 X 72 X 67 X 63 X 63 X 76 X 89 X 116 X-9999 +USW00094728198911WSFG 108 X 87 X 134 X 93 X 93 X 129 X 82 X 98 X 103 X 139 X 139 X 123 X 103 X 113 X 134 X 211 X 144 X 93 X 103 X 257 X 236 X 98 X 123 X 113 X 113 X 118 X 103 X 154 X 134 X 175 X-9999 +USW00094728198911WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198911WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728198911WT16-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728198911WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728198912TMAX 11 0 89 0 33 0 -28 0 0 0 89 0 67 0 -33 0 -6 0 17 0 39 0 17 0 -6 0 -6 0 44 0 39 0 -6 0 -28 0 -28 0 0 0 -56 0 -78 0 -56 0 -56 0 -33 0 6 0 -61 0 22 0 6 0 -6 0 117 0 +USW00094728198912TMIN -61 0 -83 0 -78 0 -100 0 -50 0 -22 0 -56 0 -61 0 -72 0 -50 0 -6 0 -6 0 -56 0 -100 0 -50 0 -67 0 -78 0 -89 0 -78 0 -72 0 -111 0 -133 0 -144 0 -128 0 -100 0 -106 0 -133 0 -67 0 -33 0 -33 0 -6 0 +USW00094728198912PRCP 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 3 0 0 0 38 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 38 0 132 0 +USW00094728198912SNOW 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 3 0 0 0 18 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 15 0 0 0 +USW00094728198912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 25 0 25 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 +USW00094728198912FMTM 0150 X 1650 X 1250 X 1150 X 2250 X 1950 X 1650 X 2250 X 0850 X 1650 X 1750 X 2150 X 0150 X 0050 X 1650 X 0250 X 1150 X 1250 X 0450 X 1750 X 1150 X 0950 X 1450 X 1450 X 1150 X 1750 X 0350 X 1350 X 2250 X 0650 X 2250 X +USW00094728198912PGTM 0130 X 1727 X 1515 X 0154 X 2001 X 2336 X 0529 X 2200 X 1021 X 1454 X 0910 X 2141 X 0138 X 0048 X 2348 X 0135 X 0016 X 1025 X 0445 X 1324 X 2258 X 1216 X 1439 X 0823 X 1920 X 1905 X 0106 X 1403 X 2332 X 0717 X 1903 X +USW00094728198912TSUN 569 X 0 X 416 X 512 X 206 X 100 X 563 X 0 X 561 X 399 X 0 X 0 X 481 X 557 X 392 X 556 X 556 X 555 X 65 X 555 X 155 X 555 X 555 X 497 X 28 X 114 X 405 X 464 X 90 X 0 X 0 X +USW00094728198912WDF1 300 X 150 X 310 X-9999 270 X 250 X 280 X 40 X 40 X 260 X 300 X 10 X 40 X 290 X 140 X 270 X 270 X 310 X 290 X 270 X 280 X 310 X 40 X 20 X 230 X 310 X 260 X 300 X 50 X 70 X 230 X +USW00094728198912WDFG 315W X 225W X 315W X 315W X 315W X 225W X 315W X 45W X 45W X 225W X 270W X 360W X 45W X 293W X 270W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 45W X 360W X 225W X 270W X 270W X 270W X 45W X 68W X 180W X +USW00094728198912WSF1 89 X 63 X 103 X-9999 54 X 54 X 89 X 76 X 76 X 54 X 40 X 67 X 72 X 63 X 67 X 112 X 67 X 63 X 54 X 72 X 72 X 89 X 72 X 67 X 67 X 94 X 72 X 63 X 67 X 98 X 54 X +USW00094728198912WSFG 149 X 103 X 195 X 170 X 67 X 77 X 149 X 113 X 129 X 87 X 57 X 82 X 103 X 108 X 113 X 170 X 103 X 113 X 57 X 113 X 134 X 144 X 113 X 123 X 113 X 180 X 139 X 108 X 108 X 118 X 134 X +USW00094728198912WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728198912WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728198912WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728198912WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00094728198912WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728198912WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728198912WT18-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00094728199001TMAX 89 0 67 0 117 0 106 0 94 0 72 0 72 0 56 0 83 0 83 0 67 0 50 0 6 0 22 0 50 0 128 0 172 0 189 0 72 0 22 0 28 0 83 0 72 0 133 0 133 0 150 0 72 0 144 0 61 0 78 0 106 0 +USW00094728199001TMIN 6 0 -11 0 17 0 44 0 33 0 11 0 -17 0 6 0 11 0 50 0 33 0 -11 0 -44 0 -39 0 0 0 39 0 78 0 67 0 -6 0 -6 0 11 0 11 0 28 0 56 0 72 0 28 0 -6 0 33 0 22 0 28 0 0 0 +USW00094728199001PRCP 61 0 0 0 0 0 3 0 0 0 0T 0 0 0 249 0 0 0 8 0 0 0 0T 0 0 0 0 0 33 0 0 0 0 0 0T 0 0 0 140 0 89 0 15 0 0 0 0 0 282 0 79 0 0 0 0 0 262 0 137 0 0 0 +USW00094728199001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 Z 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 20 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199001FMTM 1250 X 1650 X 1450 X 1950 X 0450 X 1950 X 1650 X 0250 X 1550 X 1350 X 1850 X 1450 X 1150 X 0150 X 1940 X 1150 X 2150 X 2050 X 0950 X 2252 X 0950 X 1250 X 0950 X 0150 X 2050 X 2250 X 2350 X 2350 X 2350 X 2350 X 2050 X +USW00094728199001PGTM 1510 X 1926 X 2125 X 1355 X 0442 X 1935 X 1750 X 0243 X 2019 X 1413 X 1233 X 1155 X 0943 X 0440 X 0417 X 2309 X 2103 X 2025 X 0628 X 0825 X 0949 X 1229 X 2234 X 0516 X 2120 X 2210 X 0153 X 0145 X 2327 X 0615 X 1210 X +USW00094728199001TSUN 239 X 560 X 519 X 20 X 543 X 276 X 496 X 0 X 567 X 138 X 70 X 150 X 534 X 399 X 0 X 562 X 573 X 323 X 495 X 0 X 0 X 65 X 451 X 120 X 0 X 0 X 596 X 220 X 0 X 497 X 605 X +USW00094728199001WDF1 260 X 230 X 250 X 250 X 300 X 310 X 230 X 240 X 220 X 270 X 220 X 270 X 310 X 270 X 240 X 230 X 220 X 300 X 310 X 100 X 40 X 230 X 270 X 140 X 140 X 280 X 220 X 220 X 40 X 40 X 140 X +USW00094728199001WDFG 315W X 225W X 225W X 225W X 315W X 315W X 225W X 225W X 135W X 270W X 225W X 315W X 315W X 270W X 225W X 225W X 225W X 293W X 315W X 225W X 45W X 225W X 180W X 135W X 135W X 270W X 293W X 225W X 45W X 270W X 270W X +USW00094728199001WSF1 94 X 63 X 58 X 63 X 76 X 72 X 72 X 63 X 67 X 76 X 67 X 103 X 80 X 67 X 58 X 45 X 67 X 76 X 67 X 58 X 89 X 58 X 63 X 63 X 58 X 76 X 72 X 72 X 89 X 89 X 40 X +USW00094728199001WSFG 190 X 87 X 93 X 113 X 134 X 134 X 103 X 93 X 98 X 118 X 108 X 123 X 118 X 93 X 118 X 82 X 118 X 113 X 139 X 87 X 139 X 103 X 103 X 103 X 123 X 154 X 113 X 103 X 134 X 154 X 62 X +USW00094728199001WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199001WT16 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00094728199001WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199002TMAX 117 0 117 0 39 0 44 0 28 0 122 0 117 0 144 0 172 0 161 0 89 0 78 0 106 0 144 0 56 0 128 0 144 0 33 0 133 0 17 0 94 0 172 0 183 0 100 0 6 0 -39 0 17 0 39 0-9999 -9999 -9999 +USW00094728199002TMIN 28 0 39 0 -6 0 6 0 -50 0 0 0 50 0 28 0 72 0 17 0 0 0 0 0 -6 0 56 0 11 0 22 0 -50 0 -72 0 6 0 -33 0 -44 0 22 0 100 0 -11 0 -122 0 -139 0 -56 0 -28 0-9999 -9999 -9999 +USW00094728199002PRCP 0 0 23 0 20 0 84 0 0 0 0 0 0T 0 0 0 0T 0 211 0 0 0 0T 0 0 0 3 0 38 0 10 0 0 0 0 0 0 0 0 0 0 0 51 0 56 0 43 0 53 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00094728199002SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 46 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00094728199002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 25 0 0 0-9999 -9999 -9999 +USW00094728199002FMTM 1650 X 1650 X 1750 X 0950 X 0150 X 0550 X 2250 X 2150 X 1050 X 2150 X 1550 X 1450 X 1650 X 1850 X 1350 X 0350 X 0250 X 1550 X 1850 X 0250 X 1650 X 1850 X 1450 X 0250 X 1550 X 2350 X 1750 X 1350 X-9999 -9999 -9999 +USW00094728199002PGTM 1152 X 1737 X 1758 X 1005 X 0207 X 0540 X 2114 X 2105 X 1135 X 2141 X 1532 X 1850 X 2100 X 1920 X 0620 X 0207 X 0111 X 2131 X 2046 X 0217 X 1320 X 1823 X 0157 X 0245 X 2115 X 0008 X 0957 X 1545 X-9999 -9999 -9999 +USW00094728199002TSUN 420 X 20 X 0 X 0 X 573 X 615 X 288 X 623 X 426 X 0 X 591 X 502 X 479 X 280 X 0 X 0 X 620 X 648 X 410 X 651 X 656 X 99 X 20 X 60 X 145 X 669 X 236 X 674 X-9999 -9999 -9999 +USW00094728199002WDF1 220 X 40 X 40 X 60 X 10 X 240 X 280 X 220 X 230 X 310 X 270 X 280 X 180 X 40 X 50 X 40 X 280 X 150 X 280 X 280 X 240 X 230 X 190 X 360 X 310 X 310 X 220 X 300 X-9999 -9999 -9999 +USW00094728199002WDFG 180W X 45W X 45W X 45W X 360W X 225W X 315W X 180W X 225W X 315W X 270W X 360W X 225W X 45W X 45W X 45W X 270W X 225W X 315W X 270W X 248W X 225W X 180W X 360W X 315W X 315W X 180W X 315W X-9999 -9999 -9999 +USW00094728199002WSF1 63 X 54 X 58 X 94 X 67 X 72 X 54 X 58 X 67 X 67 X 58 X 67 X 67 X 67 X 76 X 67 X 98 X 63 X 72 X 89 X 67 X 67 X 67 X 80 X 107 X 94 X 58 X 72 X-9999 -9999 -9999 +USW00094728199002WSFG 113 X 82 X 103 X 118 X 103 X 103 X 93 X 123 X 113 X 134 X 93 X 87 X 129 X 103 X 134 X 103 X 164 X 108 X 154 X 170 X 103 X 139 X 154 X 134 X 190 X 154 X 129 X 118 X-9999 -9999 -9999 +USW00094728199002WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199002WT14-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199002WT16-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199002WT18-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00094728199003TMAX 56 0 122 0 117 0 44 0 33 0 6 0 17 0 78 0 89 0 117 0 194 0 156 0 294 0 200 0 250 0 278 0 222 0 156 0 133 0 106 0 122 0 144 0 206 0 39 0 94 0 133 0 61 0 117 0 100 0 50 0 94 0 +USW00094728199003TMIN -50 0 0 0 39 0 -50 0 -39 0 -56 0 -106 0 -39 0 6 0 56 0 72 0 72 0 61 0 61 0 56 0 128 0 117 0 89 0 56 0 39 0 28 0 56 0 22 0 6 0 11 0 6 0 -33 0 -11 0 28 0 22 0 28 0 +USW00094728199003PRCP 0 0 0 0 0 0 0 0 0T 0 112 0 0 0 0 0 0T 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 170 0 122 0 3 0 267 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 5 0 218 0 10 0 +USW00094728199003SNOW 0 0 0 0 0 0 0 0 0T 0 79 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728199003SNWD 0 0 0 0 0 0 0 0 0 0 25 0 76 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199003FMTM 2350 X 0650 X 2050 X 0950 X 1450 X 2150 X 0250 X 0750 X 0450 X 1750 X 0450 X 0850 X 1450 X 1650 X 1450 X 1450 X 2150 X 1550 X 1150 X 2250 X 1250 X 1450 X 1750 X 1350 X 1450 X 2150 X 1250 X 1550 X 0750 X 1750 X 0450 X +USW00094728199003PGTM 2328 X 1510 X 2318 X 0718 X 2353 X 2006 X 0239 X 2308 X 0438 X 2325 X 0513 X 0843 X 1526 X 1134 X 1230 X 1344 X 2150 X 1213 X 1406 X 1400 X 1228 X 1725 X 1439 X 0110 X 2027 X 1403 X 1603 X 1521 X 0740 X 1818 X 0210 X +USW00094728199003TSUN 676 X 400 X 533 X 684 X 390 X 0 X 693 X 695 X 207 X 98 X 274 X 498 X 673 X 630 X 588 X 660 X 0 X 386 X 380 X 0 X 634 X 711 X 691 X 0 X 556 X 724 X 747 X 749 X 658 X 0 X 0 X +USW00094728199003WDF1 210 X 240 X 350 X 310 X 180 X 30 X 360 X 360 X 250 X 170 X 240 X 50 X 270 X 90 X 180 X 180 X 280 X 280 X 150 X 350 X 310 X 160 X 300 X 240 X 200 X 350 X 300 X 280 X 40 X 50 X 50 X +USW00094728199003WDFG 225W X 225W X 315W X 315W X 45W X 360W X 360W X 225W X 270W X 180W X 248W X 68W X 270W X 45W X 225W X 225W X 270W X 225W X-9999 293W X 315W X 180W X 293W X 270W X 225W X 270W X 270W X 270W X 45W X 45W X 315W X +USW00094728199003WSF1 67 X 63 X 63 X 72 X 58 X 80 X 80 X 45 X 54 X 54 X 54 X 63 X 67 X 54 X 54 X 54 X 98 X 76 X 67 X 76 X 76 X 76 X 94 X 54 X 54 X 80 X 67 X 76 X 76 X 80 X 54 X +USW00094728199003WSFG 108 X 108 X 103 X 129 X 82 X 154 X 134 X 72 X 72 X 77 X 77 X 98 X 123 X 82 X 82 X 103 X 134 X 149 X 108 X 113 X 149 X 134 X 154 X 98 X 87 X 144 X 108 X 113 X 118 X 154 X 77 X +USW00094728199003WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00094728199003WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00094728199003WT18-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728199004TMAX 83 0 100 0 78 0 83 0 144 0 111 0 106 0 100 0 167 0 211 0 172 0 122 0 117 0 122 0 189 0 206 0 183 0 122 0 172 0 194 0 161 0 228 0 272 0 183 0 183 0 233 0 328 0 322 0 228 0 133 0-9999 +USW00094728199004TMIN 56 0 67 0 50 0 50 0 56 0 44 0 6 0 11 0 44 0 89 0 44 0 33 0 6 0 44 0 83 0 94 0 44 0 22 0 50 0 72 0 117 0 94 0 133 0 100 0 89 0 100 0 106 0 206 0 94 0 100 0-9999 +USW00094728199004PRCP 0T 0 0T 0 361 0 0T 0 0 0 20 0 64 0 0 0 0 0 36 0 79 0 0T 0 0 0 38 0 373 0 0 0 51 0 0 0 0 0 5 0 58 0 0 0 0 0 0 0 38 0 0 0 0 0 0 0 102 0 76 0-9999 +USW00094728199004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199004FMTM 0550 X 2350 X 0752 X 2250 X 2350 X 0550 X 1350 X 1650 X 1850 X 2350 X 1950 X 1350 X 1650 X 1850 X 1650 X 1350 X 2350 X 1650 X 2150 X 2150 X 0150 X 1850 X 2350 X 1650 X 1550 X 0150 X 1350 X 1650 X 1150 X 2350 X-9999 +USW00094728199004PGTM 2105 X 2128 X 1222 X 1128 X 2336 X 0609 X 2315 X 1511 X 2248 X 2328 X 0233 X 1403 X 1540 X 1504 X 0010 X 2045 X 2138 X 0028 X 2110 X 2218 X 0053 X 0614 X 1007 X 1532 X 1037 X 1521 X 1632 X 1623 X 1030 X 0537 X-9999 +USW00094728199004TSUN 0 X 0 X 0 X 0 X 594 X 15 X 344 X 584 X 782 X 400 X 510 X 556 X 792 X 661 X 375 X 800 X 61 X 800 X 807 X 561 X 0 X 783 X 798 X 795 X 256 X 769 X 828 X 830 X 145 X 0 X-9999 +USW00094728199004WDF1 50 X 110 X 40 X 240 X 200 X 280 X 270 X 310 X 210 X 200 X 300 X 270 X 170 X 160 X 160 X 270 X 300 X 300 X 230 X 220 X 220 X 150 X 90 X 170 X 230 X 60 X 190 X 140 X 50 X 60 X-9999 +USW00094728199004WDFG 135W X 90W X 45W X 225W X 225W X 270W X 270W X 270W X 225W X 225W X 203W X 270W X 180W X 135W X 135W X 180W X 315W X 270W X 225W X 225W X 225W X 360W X 360W X 158W X 225W X 158W X 180W X 135W X 45W X 45W X-9999 +USW00094728199004WSF1 54 X 54 X 103 X 76 X 76 X 76 X 58 X 76 X 63 X 80 X 80 X 72 X 76 X 76 X 58 X 54 X 76 X 80 X 72 X 67 X 54 X 40 X 58 X 58 X 58 X 54 X 54 X 63 X 112 X 103 X-9999 +USW00094728199004WSFG 77 X 87 X 175 X 139 X 93 X 103 X 103 X 134 X 134 X 134 X 164 X 108 X 103 X 134 X 82 X 98 X 164 X 118 X 113 X 118 X 103 X 77 X 108 X 93 X 93 X 72 X 82 X 98 X 170 X 129 X-9999 +USW00094728199004WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728199004WT14-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00094728199004WT16 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00094728199004WT18-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199005TMAX 283 0 200 0 222 0 161 0 206 0 200 0 211 0 222 0 278 0 200 0 150 0 178 0 206 0 244 0 228 0 172 0 172 0 206 0 222 0 194 0 106 0 183 0 194 0 217 0 261 0 167 0 211 0 222 0 156 0 222 0 244 0 +USW00094728199005TMIN 122 0 122 0 89 0 94 0 94 0 72 0 100 0 100 0 117 0 133 0 94 0 67 0 117 0 122 0 133 0 144 0 133 0 117 0 106 0 106 0 83 0 67 0 89 0 111 0 117 0 133 0 128 0 133 0 117 0 117 0 100 0 +USW00094728199005PRCP 0 0 0 0 0 0 58 0 140 0 23 0 0 0 0 0 0 0 424 0 0 0 0 0 196 0 0 0 0T 0 589 0 142 0 0 0 0 0 15 0 58 0 0 0 0T 0 0 0 0 0 30 0 0 0 0 0 610 0 25 0 0 0 +USW00094728199005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199005FMTM 1150 X 1550 X 2050 X 1550 X 0050 X 0050 X 0950 X 1350 X 2050 X 1450 X 1550 X 0150 X 1250 X 0550 X 1650 X 0250 X 0850 X 1850 X 0750 X 1150 X 0250 X 1550 X 1050 X 1450 X 1750 X 1450 X 0250 X 1600 X 1250 X 1550 X 1550 X +USW00094728199005PGTM 2237 X 0322 X 1715 X 1605 X 1604 X 1127 X 1256 X 1203 X 2036 X 1420 X 1453 X 2202 X 1011 X 0225 X 1455 X 2135 X 1733 X 1006 X 0926 X 2111 X 0730 X 0815 X 0017 X 1239 X 1747 X 1540 X 0219 X 1606 X 1342 X 1627 X 1525 X +USW00094728199005TSUN 540 X 676 X 682 X 0 X 135 X 702 X 635 X 847 X 625 X 0 X 859 X 518 X 0 X 845 X 816 X 0 X 0 X 862 X 874 X 370 X 0 X 488 X 468 X 724 X 884 X 0 X 732 X 821 X 0 X 579 X 892 X +USW00094728199005WDF1 270 X 260 X 260 X 160 X 20 X 40 X 270 X 140 X 210 X 170 X 270 X 260 X 180 X 360 X 120 X 300 X 50 X 260 X 310 X 60 X 90 X 50 X 50 X 50 X 190 X 120 X 40 X 130 X 50 X 310 X 270 X +USW00094728199005WDFG 270W X 315W X 225W X 180W X 360W X 360W X 270W X 90W X 225W X 180W X 315W X 180W X 180W X 315W X 180W X 180W X 23W X 270W X 270W X 90W X 90W X 45W X 23W X 90W X 180W X 90W X 45W X 135W X 45W X 315W X 270W X +USW00094728199005WSF1 63 X 67 X 54 X 58 X 63 X 63 X 63 X 67 X 63 X 72 X 89 X 58 X 72 X 67 X 63 X 58 X 72 X 72 X 72 X 63 X 72 X 67 X 45 X 63 X 63 X 63 X 63 X 63 X 103 X 80 X 63 X +USW00094728199005WSFG 98 X 113 X 103 X 93 X 103 X 98 X 113 X 103 X 103 X 154 X 170 X 87 X 98 X 123 X 113 X 93 X 113 X 159 X 118 X 108 X 149 X 103 X 77 X 82 X 98 X 108 X 87 X 93 X 175 X 123 X 98 X +USW00094728199005WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199005WT14-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728199005WT16-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 +USW00094728199006TMAX 278 0 289 0 272 0 250 0 228 0 250 0 289 0 256 0 267 0 283 0 222 0 278 0 289 0 200 0 272 0 294 0 283 0 278 0 283 0 267 0 250 0 317 0 283 0 267 0 267 0 289 0 311 0 317 0 300 0 311 0-9999 +USW00094728199006TMIN 161 0 178 0 200 0 117 0 100 0 133 0 178 0 150 0 167 0 183 0 150 0 128 0 139 0 156 0 156 0 156 0 172 0 183 0 183 0 167 0 183 0 194 0 211 0 200 0 178 0 172 0 206 0 211 0 211 0 206 0-9999 +USW00094728199006PRCP 0 0 0 0 13 0 0 0 0 0 0 0 66 0 48 0 48 0 0T 0 0 0 0 0 3 0 56 0 0T 0 0 0 0 0 122 0 43 0 0 0 3 0 3 0 10 0 0 0 0 0 0 0 0T 0 0 0 33 0 188 0-9999 +USW00094728199006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199006FMTM 1450 X 2350 X 2350 X 1550 X 1150 X 1850 X 1550 X 1350 X 1050 X 1250 X 1650 X 1650 X 1550 X 1950 X 1350 X 1750 X 1650 X 1350 X 0050 X 0950 X 1850 X 1850 X 1450 X 1450 X 1850 X 2350 X 2150 X 1450 X 1450 X 2050 X-9999 +USW00094728199006PGTM 2200 X 2224 X 2228 X 1123 X 1555 X 1105 X 1548 X 1328 X 1631 X 1642 X 1805 X 1244 X 1538 X 0259 X 1512 X 1711 X 1525 X 1357 X 1554 X 1156 X 2106 X 2126 X 1617 X 1439 X 1806 X 2337 X 0013 X 1440 X 2054 X 2056 X-9999 +USW00094728199006TSUN 894 X 745 X 410 X 707 X 898 X 785 X 534 X 450 X 134 X 444 X 235 X 903 X 578 X 0 X 770 X 661 X 778 X 594 X 318 X 466 X 249 X 651 X 404 X 639 X 557 X 655 X 542 X 630 X 534 X 688 X-9999 +USW00094728199006WDF1 230 X 210 X 210 X 300 X 270 X 140 X 290 X 140 X 220 X 290 X 360 X 40 X 180 X 60 X 150 X 140 X 150 X 170 X 270 X 350 X 230 X 140 X 230 X 240 X 270 X 230 X 230 X 230 X 180 X 360 X-9999 +USW00094728199006WDFG 225W X 225W X 225W X 270W X 270W X 270W X 293W X 135W X 225W X 270W X 45W X 360W X 180W X 158W X 180W X 135W X 135W X 180W X 135W X 45W X 180W X 180W X 225W X 225W X 270W X 225W X 225W X 225W X 225W X 360W X-9999 +USW00094728199006WSF1 54 X 67 X 67 X 76 X 63 X 54 X 67 X 58 X 63 X 63 X 67 X 67 X 58 X 36 X 58 X 45 X 36 X 63 X 54 X 45 X 40 X 63 X 58 X 54 X 54 X 63 X 45 X 54 X 63 X 63 X-9999 +USW00094728199006WSFG 113 X 123 X 108 X 134 X 93 X 103 X 113 X 113 X 93 X 108 X 123 X 118 X 72 X 62 X 72 X 62 X 62 X 93 X 98 X 51 X 72 X 93 X 82 X 82 X 67 X 93 X 82 X 98 X 159 X 185 X-9999 +USW00094728199006WT03-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00094728199006WT16-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 +USW00094728199007TMAX 289 0 244 0 306 0 339 0 350 0 278 0 283 0 267 0 339 0 306 0 244 0 194 0 211 0 233 0 289 0 300 0 317 0 333 0 344 0 328 0 311 0 294 0 306 0 283 0 317 0 311 0 278 0 278 0 300 0 289 0 317 0 +USW00094728199007TMIN 178 0 183 0 178 0 217 0 244 0 200 0 172 0 183 0 222 0 228 0 172 0 144 0 139 0 178 0 200 0 244 0 233 0 222 0 233 0 233 0 217 0 217 0 217 0 206 0 211 0 222 0 211 0 217 0 217 0 200 0 200 0 +USW00094728199007PRCP 127 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 28 0 0 0 18 0 142 0 84 0 0T 0 104 0 0 0 0 0 0 0 0 0 0 0 287 0 0T 0 66 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 36 0 +USW00094728199007SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199007ACMH-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 30 X-9999 +USW00094728199007FMTM 2350 X 1450 X 1350 X 0050 X 1250 X 1150 X 0850 X 1650 X 0750 X 1550 X 2350 X 2350 X 2350 X 1650 X 1450 X 1650 X 1150 X 1750 X 1450 X 1450 X 1250 X 1950 X 1250 X 1450 X 1050 X 0950 X 1550 X 1550 X 0850 X 1550 X 2350 X +USW00094728199007PGTM 1423 X 1122 X 1636 X 1701 X 1155 X 0711 X 0405 X 1647 X 0337 X 1635 X 0925 X 1657 X 0505 X 1645 X 1537 X 1410 X 1637 X 1403 X 1120 X 1810 X 1535 X 2236 X 1304 X 1430 X 1216 X 0751 X 1144 X 1237 X 1203 X 0805 X 2239 X +USW00094728199007TSUN 280 X 243 X 711 X 856 X 420 X 617 X 786 X 477 X 298 X 318 X 33 X 0 X 0 X 64 X 406 X 719 X 781 X 757 X 693 X 732 X 165 X 198 X 191 X 206 X 815 X 431 X 210 X 205 X 367 X 320 X 477 X +USW00094728199007WDF1 10 X 350 X 220 X 260 X 270 X 60 X 60 X 170 X 230 X 310 X 60 X 40 X 40 X 60 X 180 X 260 X 240 X 160 X 290 X 220 X 320 X 100 X 180 X 40 X 30 X 60 X 40 X 40 X 50 X 80 X 340 X +USW00094728199007WDFG 180W X 90W X 203W X 225W X 270W X 45W X 360W X 180W X 225W X 225W X 360W X 45W X 90W X 45W X 180W X 225W X 225W X 225W X 225W X 225W X 45W X 135W X 180W X 315W X 45W X 68W X 45W X 45W X 45W X 45W X 315W X +USW00094728199007WSF1 40 X 58 X 54 X 76 X 76 X 63 X 54 X 67 X 58 X 63 X 36 X 67 X 67 X 45 X 58 X 63 X 58 X 54 X 45 X 63 X 40 X 36 X 58 X 45 X 58 X 58 X 67 X 63 X 54 X 40 X 54 X +USW00094728199007WSFG 82 X 103 X 87 X 113 X 108 X 5 X 72 X 93 X 103 X 87 X 57 X 108 X 103 X 72 X 103 X 93 X 72 X 77 X 67 X 93 X 57 X 51 X 103 X 72 X 82 X 82 X 87 X 87 X 62 X 57 X 77 X +USW00094728199007WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199007WT05 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199007WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728199007WT16 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00094728199008TMAX 294 0 317 0 339 0 333 0 261 0 289 0 294 0 306 0 278 0 244 0 289 0 317 0 300 0 294 0 294 0 306 0 328 0 317 0 278 0 200 0 206 0 256 0 206 0 217 0 283 0 317 0 322 0 311 0 300 0 289 0 283 0 +USW00094728199008TMIN 178 0 178 0 200 0 217 0 206 0 200 0 217 0 200 0 206 0 211 0 200 0 206 0 206 0 189 0 200 0 200 0 217 0 222 0 144 0 150 0 144 0 183 0 183 0 194 0 211 0 211 0 211 0 200 0 189 0 183 0 172 0 +USW00094728199008PRCP 0 0 0 0 0 0 0 0 28 0 584 0 343 0 0 0 15 0 1179 0 381 0 0 0 109 0 5 0 0 0 0 0 0 0 0 0 5 0 0T 0 18 0 0T 0 20 0 191 0 0T 0 0 0 112 0 94 0 56 0 0 0 0 0 +USW00094728199008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199008FMTM 1350 X 0650 X 1350 X 1550 X 1750 X 0850 X 0150 X 0750 X 1250 X 2150 X 1850 X 1850 X 1950 X 1550 X 1450 X 2250 X 1650 X 1550 X 1450 X 1750 X 1450 X 0250 X 0550 X 1250 X 1150 X 1850 X 2250 X 1150 X 0350 X 1150 X 1450 X +USW00094728199008PGTM 1335 X 1130 X 1313 X 1804 X 1443 X 0731 X 0312 X 0820 X 0713 X 1657 X 2050 X 1626 X 1950 X 0810 X 1438 X 1423 X 2222 X 2319 X 1537 X 1600 X 0858 X 0045 X 0050 X 1040 X 1216 X 1158 X 1425 X 2311 X 0046 X 0837 X 1430 X +USW00094728199008TSUN 832 X 791 X 843 X 696 X 4 X 40 X 156 X 597 X 231 X 0 X 261 X 723 X 602 X 758 X 787 X 524 X 771 X 821 X 47 X 0 X 0 X 81 X 0 X 0 X 353 X 592 X 491 X 455 X 530 X 730 X 741 X +USW00094728199008WDF1 360 X 290 X 320 X 180 X 140 X 150 X 150 X 50 X 60 X 180 X 330 X 150 X 250 X 260 X 270 X 220 X 140 X 190 X 40 X 50 X 50 X 50 X 40 X 50 X 300 X 140 X 280 X 270 X 220 X 350 X 50 X +USW00094728199008WDFG 360W X 45W X 45W X 135W X 135W X 180W X 225W X 45W X 23W X 180W X 135W X 135W X 225W X 270W X 270W X 270W X 225W X 225W X 45W X 45W X 45W X 90W X 45W X 45W X 315W X 315W X 225W X 270W X 315W X 360W X 45W X +USW00094728199008WSF1 58 X 54 X 40 X 67 X 63 X 63 X 45 X 54 X 63 X 40 X 45 X 40 X 76 X 58 X 63 X 40 X 54 X 54 X 76 X 94 X 72 X 94 X 54 X 54 X 40 X 36 X 36 X 54 X 45 X 58 X 40 X +USW00094728199008WSFG 103 X 72 X 62 X 77 X 77 X 93 X 87 X 62 X 67 X 62 X 72 X 51 X 144 X 82 X 82 X 57 X 82 X 77 X 139 X 123 X 108 X 103 X 72 X 93 X 51 X 41 X 159 X 134 X 118 X 67 X 67 X +USW00094728199008WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00094728199008WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199008WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 +USW00094728199009TMAX 300 0 317 0 261 0 244 0 267 0 283 0 300 0 211 0 217 0 272 0 300 0 278 0 278 0 272 0 272 0 217 0 161 0 194 0 189 0 217 0 217 0 178 0 200 0 167 0 222 0 233 0 250 0 256 0 256 0 233 0-9999 +USW00094728199009TMIN 178 0 206 0 189 0 144 0 172 0 217 0 211 0 139 0 122 0 183 0 183 0 211 0 211 0 200 0 178 0 133 0 94 0 67 0 94 0 128 0 100 0 150 0 117 0 89 0 100 0 150 0 139 0 144 0 161 0 161 0-9999 +USW00094728199009PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0T 0 43 0 25 0 66 0 0 0 64 0 0 0 0 0 262 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 64 0-9999 +USW00094728199009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199009FMTM 2250 X 0150 X 1150 X 0850 X 1250 X 1750 X 1450 X 1150 X 0950 X 1350 X 0950 X 1450 X 2350 X 2150 X 1450 X 1550 X 1950 X 1350 X 2050 X 1650 X 2250 X 0950 X 1450 X 1250 X 1650 X 0250 X 1150 X 1450 X 2350 X 2050 X-9999 +USW00094728199009PGTM 1748 X 1955 X 1008 X 1048 X 0828 X 1714 X 1503 X 0435 X 1820 X 0021 X 1555 X 1509 X 1210 X 2152 X 1311 X 2234 X 1127 X 1101 X 2129 X 1551 X 2220 X 0943 X 1320 X 1023 X 1751 X 0403 X 1503 X 2254 X 2330 X 1902 X-9999 +USW00094728199009TSUN 580 X 482 X 543 X 705 X 300 X 180 X 361 X 767 X 247 X 429 X 533 X 175 X 71 X 275 X 334 X 230 X 479 X 741 X 231 X 496 X 649 X 0 X 596 X 404 X 624 X 219 X 465 X 620 X 357 X 166 X-9999 +USW00094728199009WDF1 230 X 230 X 60 X 60 X 220 X 180 X 280 X 40 X 60 X 50 X 50 X 140 X 160 X 170 X 270 X 30 X 290 X 280 X 220 X 270 X-9999 180 X 280 X 270 X 200 X 190 X 70 X 230 X 230 X 320 X-9999 +USW00094728199009WDFG 180W X 270W X 45W X 45W X 270W X 180W X 315W X 45W X 135W X 180W X 135W X 135W X 90W X 180W X 270W X 360W X 270W X 293W X 270W X 270W X 180W X 180W X 270W X 270W X 180W X 180W X 45W X 225W X 225W X 225W X-9999 +USW00094728199009WSF1 40 X 54 X 80 X 54 X 45 X 36 X 63 X 72 X 45 X 45 X 40 X 54 X 40 X 54 X 72 X 54 X 72 X 67 X 63 X 67 X-9999 58 X 67 X 72 X 63 X 58 X 36 X 40 X 54 X 63 X-9999 +USW00094728199009WSFG 62 X 67 X 103 X 93 X 67 X 62 X 93 X 118 X 62 X 72 X 57 X 62 X 46 X 82 X 108 X 77 X 103 X 93 X 82 X 93 X 72 X 93 X 108 X 87 X 87 X 87 X 46 X 82 X 87 X 113 X-9999 +USW00094728199009WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728199009WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199009WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 +USW00094728199010TMAX 206 0 206 0 217 0 228 0 239 0 289 0 278 0 272 0 289 0 267 0 250 0 256 0 233 0 267 0 250 0 206 0 222 0 228 0 144 0 172 0 189 0 206 0 189 0 189 0 172 0 106 0 122 0 133 0 106 0 156 0 178 0 +USW00094728199010TMIN 111 0 133 0 100 0 139 0 117 0 161 0 167 0 194 0 200 0 200 0 194 0 189 0 206 0 200 0 144 0 111 0 111 0 111 0 83 0 56 0 83 0 139 0 161 0 111 0 78 0 44 0 17 0 72 0 56 0 44 0 89 0 +USW00094728199010PRCP 0 0 0 0 0 0 25 0 0 0 0 0 0 0 216 0 234 0 114 0 5 0 56 0 107 0 0 0 0 0 0 0 0 0 216 0 0 0 0 0 0 0 5 0 643 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728199010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199010FMTM 1550 X 1050 X 1250 X 1450 X 1550 X 1850 X 1350 X 0650 X 1150 X 0050 X 1350 X 1350 X 1750 X 1150 X 1550 X 1550 X 1550 X 1850 X 0850 X 0350 X 1550 X 0150 X 1550 X 1050 X 1850 X 1150 X 0650 X 1950 X 0750 X 0950 X 1250 X +USW00094728199010PGTM 1529 X 1356 X 2117 X 0830 X 1120 X 1920 X 0231 X 2234 X 1054 X 1443 X 1230 X 1103 X 0547 X 1002 X 1325 X 1408 X 2040 X 1833 X 1058 X 0406 X 1543 X 1057 X 1325 X 0835 X 2035 X 0813 X 0200 X 1834 X 0533 X 1908 X 0434 X +USW00094728199010TSUN 616 X 631 X 656 X 0 X 696 X 693 X 691 X 76 X 344 X 214 X 309 X 201 X 9 X 520 X 590 X 667 X 506 X 52 X 320 X 657 X 636 X 10 X 0 X 548 X 560 X 1 X 613 X 82 X 620 X 631 X 597 X +USW00094728199010WDF1 250 X 290 X 230 X 180 X 250 X 210 X 250 X 230 X 180 X 200 X 170 X 140 X 170 X 270 X 300 X 290 X 150 X 170 X 280 X 280 X 180 X 220 X 130 X 300 X 50 X 20 X 280 X 290 X 300 X 310 X 50 X +USW00094728199010WDFG 270W X 315W X 225W X 180W X 225W X 225W X 225W X 225W X 225W X 180W X 180W X 135W X 180W X 315W X 270W X 270W X 225W X 180W X 270W X 270W X 180W X 225W X 135W X 315W X 45W X 360W X 270W X 270W X 315W X 225W X 45W X +USW00094728199010WSF1 54 X 72 X 72 X 76 X 63 X 63 X 58 X 45 X 63 X 58 X 67 X 45 X 54 X 40 X 58 X 54 X 63 X 89 X 76 X 40 X 58 X 54 X 45 X 72 X 67 X 80 X 45 X 67 X 72 X 54 X 45 X +USW00094728199010WSFG 77 X 139 X 77 X 134 X 108 X 103 X 98 X 87 X 118 X 93 X 134 X 87 X 103 X 72 X 129 X 87 X 98 X 185 X 149 X 77 X 87 X 67 X 72 X 98 X 93 X 154 X 87 X 113 X 159 X 67 X 82 X +USW00094728199010WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199010WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728199011TMAX 189 0 228 0 256 0 228 0 178 0 172 0 122 0 94 0 106 0 167 0 94 0 89 0 56 0 100 0 194 0 217 0 150 0 67 0 100 0 122 0 128 0 133 0 106 0 106 0 183 0 133 0 178 0 206 0 206 0 72 0-9999 +USW00094728199011TMIN 78 0 122 0 144 0 144 0 117 0 72 0 50 0 22 0 0 0 72 0 44 0 22 0 11 0 6 0 50 0 117 0 50 0 6 0 -11 0 22 0 39 0 39 0 89 0 61 0 67 0 61 0 67 0 128 0 33 0 11 0-9999 +USW00094728199011PRCP 0 0 0 0 0 0 0 0 0T 0 48 0 0 0 0T 0 0T 0 432 0 0 0 0T 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 81 0 76 0 0T 0 0 0 0 0 0T 0 28 0 0 0-9999 +USW00094728199011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199011FMTM 2350 X 2350 X 1250 X 1550 X 1450 X 0850 X 0050 X 0950 X-9999 1050 X 2250 X 0550 X 1350 X 0850 X 1750 X 2150 X 1950 X 1550 X 0650 X 1750 X 2250 X 1450 X 0350 X 1350 X 1350 X 0050 X 2350 X 1250 X 1250 X 1050 X-9999 +USW00094728199011PGTM 1205 X 1953 X 1442 X 1514 X 1732 X 1359 X 2334 X 0933 X 1207 X 2209 X 2316 X 0004 X 1531 X 1027 X 0658 X 1916 X 2153 X 0955 X 0247 X 1818 X 0948 X 2311 X 0140 X 1021 X 1227 X 1217 X 0648 X 1233 X 0640 X 1132 X-9999 +USW00094728199011TSUN 231 X 326 X 580 X 310 X 481 X 582 X 386 X 465 X 427 X 0 X 549 X 441 X 584 X 584 X 593 X 519 X 4 X 530 X 556 X 479 X 490 X 267 X 0 X 117 X 266 X 571 X 269 X 249 X 0 X 522 X-9999 +USW00094728199011WDF1 240 X 220 X 260 X 250 X 70 X 270 X-9999 280 X 170 X 100 X 280 X 280 X 300 X 310 X 230 X 230 X 340 X 350 X 320 X 310 X 40 X 170 X 170 X 270 X 230 X 290 X 90 X 230 X 290 X 290 X-9999 +USW00094728199011WDFG 225W X 203W X 225W X 225W X 90W X 270W X 270W X 270W X 225W X 315W X 270W X 270W X 270W X 270W X 225W X 225W X 360W X 360W X 360W X 315W X 360W X 180W X 180W X 270W X 225W X 270W X 360W X 225W X 293W X 90W X-9999 +USW00094728199011WSF1 36 X 45 X 45 X 45 X 58 X 89 X-9999 76 X 45 X 80 X 112 X 98 X 94 X 72 X 54 X 67 X 89 X 76 X 72 X 67 X 36 X 45 X 58 X 72 X 72 X 54 X 45 X 76 X 72 X 63 X-9999 +USW00094728199011WSFG 62 X 82 X 57 X 67 X 87 X 149 X 72 X 113 X 67 X 149 X 206 X 190 X 159 X 134 X 98 X 108 X 134 X 134 X 108 X 113 X 72 X 93 X 77 X 134 X 113 X 93 X 62 X 103 X 108 X 108 X-9999 +USW00094728199011WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199011WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00094728199012TMAX 117 0 139 0 117 0 156 0 22 0 83 0 83 0 94 0 94 0 122 0 39 0 106 0 156 0 50 0 94 0 89 0 94 0 144 0 111 0 72 0 150 0 161 0 189 0 172 0 -6 0 22 0 -22 0 22 0 61 0 156 0 156 0 +USW00094728199012TMIN 22 0 56 0 33 0 17 0 0 0 -6 0 28 0 33 0 22 0 22 0 -11 0 17 0 50 0 -11 0 6 0 44 0 28 0 39 0 39 0 0 0 72 0 144 0 139 0 -17 0 -56 0 -39 0 -61 0 -44 0 17 0 44 0 -28 0 +USW00094728199012PRCP 0 0 0 0 307 0 241 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 119 0 66 0 0 0 112 0 0T 0 0 0 76 0 0T 0 69 0 112 0 0 0 0 0 18 0 267 0 0T 0 5 0 25 0 +USW00094728199012SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 168 0 0 0 0 0 0 0 +USW00094728199012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 178 0 25 0 0 0 0 0 +USW00094728199012FMTM 1550 X 2050 X 0450 X 1750 X 0750 X 1150 X 2350 X 2150 X 2250 X 1350 X 0050 X 2150 X 2050 X 0150 X 1450 X 1150 X 0450 X 0850 X 1350 X 1150 X 2050 X 0650 X 2250 X 1250 X 0250 X 0050 X 1850 X 0050 X 1850 X 0650 X 1050 X +USW00094728199012PGTM 2055 X 2317 X 1508 X 0510 X 1103 X 1256 X 1422 X 2110 X 2355 X 1818 X 0114 X 2155 X 2331 X 0129 X 1545 X 1942 X 0643 X 0614 X 1440 X 0714 X 0030 X 0210 X 0952 X 1403 X 0050 X 0350 X 2115 X 0700 X 1959 X 0715 X 0256 X +USW00094728199012TSUN 481 X 181 X 0 X 50 X 280 X 282 X 230 X 173 X 513 X 469 X 163 X 539 X 209 X 557 X 0 X 174 X 445 X 0 X 340 X 499 X 0 X 0 X 0 X 140 X 546 X 332 X 0 X 0 X 23 X 0 X 440 X +USW00094728199012WDF1 230 X 320 X 30 X 280 X 280 X 240 X 280 X 340 X 230 X 290 X 270 X 250 X 290 X 310 X 170 X 270 X 320 X 180 X 300 X 60 X 160 X 210 X 180 X 290 X 290 X 240 X 50 X 50 X 240 X 240 X 300 X +USW00094728199012WDFG 225W X 360W X 135W X 180W X 315W X 225W X 360W X 315W X 270W X 315W X 293W X 270W X 270W X 315W X 225W X 270W X 315W X 180W X 270W X 45W X 135W X 225W X 225W X 315W X 270W X 225W X 90W X 45W X 225W X 248W X 315W X +USW00094728199012WSF1 67 X 58 X 72 X 89 X 76 X 45 X 36 X 54 X 63 X 80 X 72 X 45 X 76 X 72 X 54 X 72 X 67 X 76 X 72 X 67 X 67 X 54 X 63 X 107 X 67 X 67 X 63 X 72 X 67 X 63 X 94 X +USW00094728199012WSFG 103 X 72 X 123 X 159 X 154 X 82 X 57 X 67 X 93 X 159 X 113 X 72 X 123 X 134 X 72 X 118 X 103 X 98 X 108 X 98 X 93 X 82 X 113 X 164 X 113 X 77 X 93 X 108 X 108 X 103 X 185 X +USW00094728199012WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199012WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728199012WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728199012WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00094728199012WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728199012WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00094728199012WT18-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728199101TMAX 39 0 100 0 44 0 22 0 50 0 67 0 39 0 -17 0 22 0 50 0 6 0 28 0 28 0 33 0 100 0 128 0 94 0 56 0 94 0 111 0 72 0 -67 0 17 0 39 0 -33 0 11 0 50 0 94 0 100 0 117 0 94 0 +USW00094728199101TMIN -39 0 17 0 0 0 -28 0 -28 0 28 0 -50 0 -72 0 -28 0 -22 0 -61 0 -6 0 -39 0 -56 0 11 0 33 0 44 0 28 0 17 0 56 0 -89 0 -122 0 -83 0 -33 0 -83 0 -67 0 -22 0 44 0 22 0 61 0 -33 0 +USW00094728199101PRCP 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 5 0 94 0 0 0 216 0 180 0 0 0 0 0 0 0 203 0 0T 0 0 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 56 0 28 0 +USW00094728199101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 8 0 0 0 145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728199101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 102 0 76 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199101FMTM 2250 X 1850 X 1750 X 2150 X 1850 X 0150 X 2350 X 2050 X 0050 X 1450 X 1250 X 0450 X 1350 X 1750 X 2050 X 1450 X 1050 X 1250 X 0050 X 0350 X 2050 X 0050 X 1650 X 1050 X 1250 X 1250 X 1450 X 0150 X 1750 X 0050 X 1950 X +USW00094728199101PGTM 2144 X 0023 X 1233 X 0700 X 1802 X 1235 X 2207 X 1501 X 0227 X 0933 X 1505 X 0501 X 0929 X 1450 X 2001 X 1336 X 1456 X 1006 X 0039 X 1455 X 0947 X 0043 X 0903 X 1000 X 0107 X 2310 X 2325 X 0142 X 2310 X 0039 X 1118 X +USW00094728199101TSUN 496 X 520 X 520 X 562 X 298 X 0 X 0 X 264 X 0 X 517 X 0 X 8 X 402 X 342 X 563 X 0 X 249 X 460 X 582 X 479 X 134 X 587 X 487 X 407 X 592 X 293 X 596 X 458 X 549 X 153 X 367 X +USW00094728199101WDF1 190 X 250 X 290 X 270 X 280 X 230 X 20 X 50 X 30 X 290 X 50 X 50 X 310 X 230 X 120 X 160 X 290 X 270 X 270 X 220 X 300 X 300 X 220 X 270 X 290 X 230 X 240 X 220 X 170 X 160 X 280 X +USW00094728199101WDFG 180W X 315W X 270W X 270W X 225W X 315W X 360W X 45W X 45W X 315W X 68W X 45W X 315W X 225W X 135W X 135W X 315W X 270W X 270W X 315W X 360W X 315W X 180W X 270W X 315W X 225W X 180W X 225W X 135W X 135W X 270W X +USW00094728199101WSF1 45 X 36 X 40 X 58 X 58 X 58 X 76 X 76 X 76 X 67 X 67 X 80 X 67 X 63 X 36 X 54 X 76 X 80 X 94 X 72 X 67 X 76 X 72 X 67 X 67 X 63 X 67 X 72 X 58 X 49 X 94 X +USW00094728199101WSFG 72 X 57 X 62 X 77 X 72 X 72 X 118 X 129 X 118 X 113 X 134 X 139 X 159 X 82 X 41 X 103 X 134 X 139 X 118 X 77 X 108 X 108 X 118 X 129 X 98 X 103 X 103 X 129 X 57 X 62 X 170 X +USW00094728199101WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199101WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199101WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199101WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199101WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 +USW00094728199101WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199101WT18-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199102TMAX 17 X 106 X 178 X 200 X 211 X 144 X 67 X 83 X 128 X 94 X 39 X -11 X 50 X 111 X 44 X -28 X 33 X 33 X 139 X 161 X 133 X 189 X 39 X 72 X 78 X 17 X 22 X 72 X-9999 -9999 -9999 +USW00094728199102TMIN -50 X 0 X 44 X 78 X 106 X 50 X 44 X 44 X 39 X 28 X -50 X -83 X -17 X 11 X -56 X -100 X -56 X 0 X 33 X 44 X 17 X 33 X -50 X -39 X 17 X -6 X -33 X 0 X-9999 -9999 -9999 +USW00094728199102PRCP 0 X 0 X 0 X 0 X 0T X 66 X 48 X 0 X 0 X 0 X 0 X 0 X 15 X 48 X 0T X 0 X 18 X 69 X 81 X 5 X 0 X 0 X 0 X 0 X 3 X 135 X 3 X 0 X-9999 -9999 -9999 +USW00094728199102SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0T X 0T X 0 X 5 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 213 X 13 X 0 X-9999 -9999 -9999 +USW00094728199102SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 25 X 229 X 178 X-9999 -9999 -9999 +USW00094728199102FMTM 0250 X 1450 X 1650 X 1150 X 1650 X 1250 X 1350 X 1050 X 1450 X 1450 X 1150 X 1050 X 0650 X 2050 X 1450 X 0850 X 0050 X 1850 X 2250 X 1950 X 2150 X 1550 X 0750 X 0250 X 2150 X 0750 X 1150 X 2050 X-9999 -9999 -9999 +USW00094728199102PGTM 0023 X 0750 X 0134 X 1159 X 1531 X 1310 X 0816 X 0025 X 1438 X 2300 X 2310 X 1040 X 0655 X 1826 X 2312 X 0251 X 0323 X 1604 X 2317 X 1923 X 2306 X 1752 X 0404 X 1146 X 0300 X 0410 X 1300 X 0025 X-9999 -9999 -9999 +USW00094728199102TSUN 541 X 533 X 612 X 614 X 598 X 0 X 0 X 364 X 625 X 613 X 425 X 633 X 215 X 0 X 253 X 611 X 448 X 0 X 0 X 100 X 473 X 636 X 655 X 374 X 107 X 0 X 470 X 389 X-9999 -9999 -9999 +USW00094728199102WDF1 270 X 230 X 240 X 310 X 270 X 60 X 40 X 350 X 290 X 300 X 300 X 290 X 220 X 250 X 250 X 270 X 260 X 60 X 230 X 300 X 210 X 280 X 220 X 70 X 40 X 10 X 280 X 130 X-9999 -9999 -9999 +USW00094728199102WDFG 270W X 225W X 270W X 315W X 225W X 45W X 45W X 360W X 270W X 315W X 315W X 270W X 225W X 225W X 315W X 270W X 225W X 45W X 225W X 315W X 225W X 270W X 315W X 135W X 45W X 45W X 270W X 225W X-9999 -9999 -9999 +USW00094728199102WSF1 76 X 63 X 58 X 54 X 40 X 67 X 67 X 58 X 54 X 54 X 76 X 80 X 54 X 72 X 67 X 89 X 58 X 45 X 36 X 67 X 54 X 103 X 72 X 54 X 58 X 54 X 72 X 54 X-9999 -9999 -9999 +USW00094728199102WSFG 98 X 103 X 77 X 67 X 57 X 82 X 82 X 82 X 67 X 77 X 180 X 123 X 93 X 139 X 123 X 175 X 87 X 62 X 72 X 108 X 82 X 170 X 154 X 77 X 57 X 62 X 113 X 93 X-9999 -9999 -9999 +USW00094728199102WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199102WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199102WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728199102WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728199103TMAX 156 0 217 0 183 0 144 0 111 0 144 0 117 0 56 0 67 0 67 0 50 0 83 0 61 0 39 0 39 0 128 0 161 0 100 0 133 0 133 0 89 0 83 0 44 0 111 0 111 0 133 0 117 0 250 0 161 0 83 0 89 0 +USW00094728199103TMIN 33 0 100 0 89 0 50 0 33 0 33 0 11 0 -22 0 -28 0 -28 0 -39 0 -44 0 -17 0 17 0 6 0 11 0 39 0 67 0 56 0 61 0 39 0 39 0 33 0 33 0 61 0 39 0 61 0 89 0 61 0 6 0 -6 0 +USW00094728199103PRCP 0 0 38 0 551 0 94 0 0 0 51 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 61 0 0 0 0 0 147 0 33 0 0 0 0 0 8 0 91 0 10 0 10 0 0 0 20 0 0 0 23 0 99 0 0 0 +USW00094728199103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 +USW00094728199103SNWD 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728199103FMTM 1850 X 0950 X 2050 X 0150 X 0450 X 1550 X 0950 X 2050 X 0250 X 1850 X 1850 X 1650 X 2150 X 0650 X 0150 X 1350 X 2250 X 1250 X 1650 X 1850 X 1350 X 2250 X 1950 X 1650 X 0250 X 2050 X 0850 X 1350 X 1650 X 1350 X 1850 X +USW00094728199103PGTM 1721 X 0918 X 2013 X 0146 X 0157 X 2305 X 1627 X 0242 X 1345 X 2043 X 1235 X 1508 X 2348 X 0643 X 0601 X 1627 X 2155 X 1230 X 1305 X 0920 X 1608 X 2218 X 0052 X 1657 X 0210 X 2105 X 1153 X 1410 X 2350 X 0519 X 1459 X +USW00094728199103TSUN 594 X 206 X 430 X 0 X 547 X 510 X 323 X 695 X 698 X 601 X 686 X 706 X 283 X 0 X 0 X 717 X 720 X 0 X 347 X 616 X 122 X 137 X 0 X 57 X 147 X 429 X 0 X 678 X 0 X 227 X 757 X +USW00094728199103WDF1 160 X 160 X 40 X 90 X 270 X 160 X 270 X 310 X 300 X 280 X 300 X 300 X 50 X 60 X 360 X 290 X 220 X 140 X 310 X 310 X 160 X 50 X 20 X 290 X 270 X 190 X 140 X 230 X 150 X 350 X 160 X +USW00094728199103WDFG 180W X 135W X 45W X 90W X 270W X 180W X 270W X 270W X 315W X 315W X 315W X 270W X 45W X 45W X 360W X 315W X 225W X 135W X 315W X 270W X 135W X 45W X 45W X 270W X 270W X 180W X 135W X 270W X 360W X 315W X 135W X +USW00094728199103WSF1 67 X 67 X 76 X 80 X 72 X 94 X 80 X 94 X 72 X 94 X 89 X 76 X 45 X 107 X 67 X 58 X 63 X 89 X 103 X 94 X 63 X 76 X 72 X 67 X 58 X 45 X 58 X 80 X 45 X 72 X 54 X +USW00094728199103WSFG 123 X 129 X 118 X 144 X 113 X 134 X 170 X 129 X 113 X 154 X 149 X 139 X 93 X 164 X 113 X 113 X 98 X 123 X 164 X 139 X 82 X 123 X 118 X 134 X 87 X 72 X 5 X 175 X 87 X 123 X 93 X +USW00094728199103WT14-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728199103WT16-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 +USW00094728199103WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728199104TMAX 94 0 106 0 139 0 183 0 178 0 250 0 306 0 322 0 300 0 239 0 156 0 150 0 111 0 139 0 111 0 244 0 161 0 106 0 139 0 100 0 78 0 133 0 211 0 172 0 233 0 244 0 261 0 200 0 167 0 172 0-9999 +USW00094728199104TMIN 28 0 28 0 22 0 44 0 78 0 117 0 172 0 189 0 200 0 94 0 56 0 33 0 44 0 44 0 61 0 100 0 78 0 72 0 44 0 61 0 50 0 44 0 78 0 100 0 89 0 106 0 133 0 117 0 100 0 100 0-9999 +USW00094728199104PRCP 20 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 0T 0 79 0 0T 0 86 0 0T 0 0 0 5 0 579 0 13 0 0 0 36 0 0 0 0 0 0 0 0 0 15 0 5 0-9999 +USW00094728199104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199104FMTM 1650 X 2350 X 0050 X 2150 X 1150 X 1650 X 1450 X 2150 X 1250 X 2250 X 0950 X 0050 X 2350 X 0650 X 1950 X 1350 X 2350 X 0050 X 2150 X 2250 X 0550 X 1750 X 1150 X 0950 X 0850 X 2150 X 1250 X 0750 X 1350 X 2250 X-9999 +USW00094728199104PGTM 0722 X 1553 X 0004 X 2217 X 1412 X 2008 X 1445 X 1411 X 2340 X 2204 X 1535 X 0133 X 2227 X 0707 X 2241 X 1207 X 2347 X 0115 X 0609 X 2158 X 0357 X 1324 X 1329 X 1149 X 0833 X 2035 X 0106 X 0316 X 1105 X 2335 X-9999 +USW00094728199104TSUN 44 X 295 X 762 X 769 X 229 X 713 X 728 X 582 X 477 X 706 X 787 X 790 X 105 X 370 X 0 X 604 X 14 X 27 X 618 X 0 X 0 X 79 X 747 X 112 X 805 X 701 X 386 X 469 X 60 X 70 X-9999 +USW00094728199104WDF1 270 X 310 X 310 X 230 X 220 X 160 X 250 X 230 X 250 X 260 X 260 X 310 X 40 X 50 X 230 X 280 X 80 X 50 X 140 X 50 X 360 X 210 X 210 X 140 X 320 X 220 X 190 X 50 X 50 X 50 X-9999 +USW00094728199104WDFG 90W X 270W X 315W X 225W X 225W X 270W X 248W X 225W X 180W X 270W X 270W X 270W X 45W X 45W X 270W X 270W X 90W X 45W X 90W X 45W X 23W X 270W X 270W X 158W X 315W X 225W X 225W X 45W X 135W X 45W X-9999 +USW00094728199104WSF1 54 X 80 X 40 X 63 X 80 X 45 X 67 X 63 X 63 X 89 X 89 X 63 X 67 X 72 X 45 X 72 X 67 X 80 X 63 X 80 X 76 X 76 X 63 X 63 X 58 X 63 X 40 X 76 X 58 X 31 X-9999 +USW00094728199104WSFG 77 X 108 X 67 X 93 X 108 X 62 X 108 X 108 X 118 X 159 X 164 X 108 X 113 X 123 X 82 X 129 X 103 X 139 X 98 X 144 X 134 X 129 X 103 X 87 X 82 X 113 X 87 X 144 X 87 X 67 X-9999 +USW00094728199104WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199104WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199104WT16 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00094728199105TMAX 206 0 206 0 172 0 228 0 211 0 172 0 206 0 239 0 178 0 211 0 267 0 317 0 289 0 289 0 289 0 306 0 283 0 233 0 183 0 228 0 278 0 322 0 256 0 294 0 339 0 272 0 317 0 322 0 317 0 322 0 328 0 +USW00094728199105TMIN 122 0 111 0 94 0 83 0 106 0 128 0 117 0 100 0 111 0 122 0 122 0 150 0 189 0 172 0 161 0 178 0 178 0 106 0 94 0 89 0 106 0 183 0 156 0 156 0 217 0 178 0 172 0 222 0 206 0 211 0 217 0 +USW00094728199105PRCP 0T 0 0 0 0T 0 0 0 0 0 353 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 140 0 109 0 0 0 8 0 28 0 +USW00094728199105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199105FMTM 1650 X 1350 X 1850 X 0150 X 1250 X 0850 X 1350 X 1350 X 2350 X 1250 X 2050 X 1750 X 1550 X 1850 X 1450 X 2050 X 1150 X 0150 X 1350 X 2350 X 2250 X 2350 X 1250 X 1450 X 0250 X 0950 X 1350 X 1250 X 0550 X 0650 X 1450 X +USW00094728199105PGTM 1757 X 1829 X 1153 X 1307 X 1619 X 1925 X-9999 -9999 1612 X 1114 X 1650 X 1353 X 1429 X 2307 X 1140 X 2026 X 1745 X 0304 X 1714 X 2100 X 2237 X 1147 X 1536 X 1407 X 2225 X 0853 X 2125 X 1653 X 0453 X 1943 X-9999 +USW00094728199105TSUN 576 X 490 X 524 X 844 X 846 X 0 X 625 X 852 X 182 X 464 X 857 X 700 X 696 X 656 X 723 X 869 X 360 X 296 X 660 X 876 X 867 X 648 X 662 X 444 X 745 X 838 X 420 X 699 X 727 X 446 X 553 X +USW00094728199105WDF1 170 X 290 X 280 X 300 X 140 X 140 X 270 X 270 X 50 X 350 X 220 X 250 X 140 X 130 X 70 X 170 X 230 X 360 X 160 X 230 X 240 X 50 X 70 X 140 X 240 X 50 X 170 X 300 X 40 X 50 X 350 X +USW00094728199105WDFG 135W X 270W X 270W X 270W X 180W X 315W X-9999 -9999 135W X 360W X 270W X 270W X 135W X 90W X 360W X 225W X 225W X 360W X 135W X 180W X 135W X 270W X 45W X 180W X 360W X 45W X 360W X 315W X 360W X 90W X-9999 +USW00094728199105WSF1 72 X 76 X 80 X 67 X 54 X 58 X 76 X 67 X 54 X 63 X 58 X 63 X 40 X 54 X 63 X 63 X 76 X 63 X 54 X 58 X 58 X 45 X 72 X 58 X 63 X 76 X 54 X 67 X 36 X 45 X 89 X +USW00094728199105WSFG 113 X 144 X 149 X 87 X 77 X 93 X-9999 -9999 62 X 103 X 72 X 103 X 72 X 82 X 103 X 87 X 93 X 108 X 62 X 82 X 77 X 77 X 103 X 82 X 82 X 113 X 72 X 93 X 51 X 57 X-9999 +USW00094728199105WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 +USW00094728199105WT16 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 +USW00094728199106TMAX 311 0 294 0 294 0 233 0 228 0 244 0 283 0 306 0 294 0 317 0 322 0 283 0 250 0 272 0 333 0 344 0 300 0 228 0 189 0 333 0 339 0 261 0 228 0 283 0 300 0 300 0 328 0 356 0 361 0 322 0-9999 +USW00094728199106TMIN 222 0 183 0 167 0 133 0 117 0 117 0 144 0 167 0 183 0 183 0 189 0 167 0 128 0 139 0 189 0 244 0 200 0 167 0 167 0 189 0 211 0 178 0 161 0 150 0 178 0 183 0 194 0 217 0 239 0 178 0-9999 +USW00094728199106PRCP 0 0 0 0 457 0 38 0 5 0 0 0 0 0 0 0 0 0 0 0 251 0 53 0 0 0 0 0 0 0 0 0 0 0 28 0 163 0 0 0 0 0 18 0 13 0 0 0 0 0 0 0 0 0 0 0 23 0 8 0-9999 +USW00094728199106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199106FMTM 1250 X 1650 X 2140 X 2145 X 1550 X 1350 X 1250 X 1850 X 0950 X 1450 X 1350 X 2350 X 2350 X 2250 X 1850 X 1350 X 2350 X 0250 X 0050 X 1550 X 1850 X 1050 X 0550 X 1850 X 2250 X 1150 X 2350 X 2150 X 2350 X 1850 X-9999 +USW00094728199106PGTM-9999 -9999 2140 X 2240 X 1428 X 1116 X 1111 X 1917 X 0646 X 1300 X 1657 X 1558 X 0257 X 0132 X 1118 X 1643 X 1837 X 1050 X 0208 X 1417 X 1353 X 0932 X 1131 X 0833 X 2105 X 2238 X 0425 X 2115 X 1845 X 1525 X-9999 +USW00094728199106TSUN 730 X 651 X 611 X 180 X 336 X 783 X 803 X 747 X 901 X 835 X 592 X 360 X 904 X 889 X 905 X 608 X 49 X 27 X 0 X 719 X 897 X 354 X 231 X 781 X 748 X 778 X 868 X 886 X 644 X 351 X-9999 +USW00094728199106WDF1 310 X 180 X 280 X 40 X 40 X 60 X 330 X 310 X 60 X 300 X 270 X 300 X 300 X 210 X 230 X 180 X 50 X 60 X 110 X 290 X 290 X 70 X 40 X 180 X 230 X 220 X 260 X 240 X 260 X 40 X-9999 +USW00094728199106WDFG-9999 -9999 270W X 45W X 45W X 315W X 45W X 315W X 360W X 270W X 270W X 360W X 315W X 315W X 225W X 270W X 45W X 45W X 45W X 225W X 225W X 68W X 23W X 45W X 225W X 225W X 270W X 225W X 270W X 90W X-9999 +USW00094728199106WSF1 80 X 67 X 63 X 67 X 58 X 58 X 45 X 58 X 54 X 63 X 67 X 72 X 72 X 54 X 63 X 58 X 58 X 72 X 58 X 40 X 40 X 72 X 63 X 58 X 45 X 63 X 54 X 80 X 76 X 63 X-9999 +USW00094728199106WSFG-9999 -9999 103 X 118 X 108 X 67 X 67 X 67 X 87 X 72 X 108 X 103 X 129 X 62 X 103 X 98 X 113 X 103 X 72 X 51 X 57 X 108 X 93 X 62 X 82 X 82 X 82 X 103 X 87 X 113 X-9999 +USW00094728199106WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199106WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199106WT16-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00094728199107TMAX 300 0 289 0 250 0 278 0 200 0 289 0 306 0 333 0 322 0 311 0 328 0 306 0 261 0 317 0 322 0 339 0 356 0 372 0 356 0 378 0 389 0 317 0 372 0 322 0 250 0 283 0 261 0 300 0 222 0 272 0 294 0 +USW00094728199107TMIN 172 0 194 0 189 0 172 0 178 0 183 0 217 0 222 0 206 0 178 0 200 0 189 0 183 0 200 0 183 0 194 0 217 0 239 0 233 0 244 0 233 0 228 0 222 0 206 0 200 0 206 0 200 0 183 0 183 0 194 0 200 0 +USW00094728199107PRCP 0 0 0T 0 8 0 0 0 48 0 0 0 18 0 0T 0 0 0 0 0 0 0 0T 0 119 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 117 0 48 0 135 0 0 0 147 0 470 0 0 0 0 0 48 0 0 0 0 0 +USW00094728199107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199107FMTM 0350 X 1550 X 1450 X 1650 X 1550 X 2250 X 1550 X 1250 X 1850 X 1150 X 1250 X 1850 X 1150 X 2150 X 1050 X 1650 X 0050 X 0050 X 1450 X 2350 X 1650 X 1650 X 1150 X 1550 X 0250 X 2350 X 0650 X 0650 X 1250 X 0950 X 1450 X +USW00094728199107PGTM 1120 X 1331 X 1345 X 0911 X 1413 X 1824 X 1405 X 1548 X 1502 X 1512 X 1934 X 1548 X 1703 X 1153 X 2340 X 2020 X 1257 X 1703 X 1841 X 2207 X 1635 X 1705 X 1622 X 1550 X 0247 X 1844 X 1531 X 1445 X 1506 X 0909 X 1055 X +USW00094728199107TSUN 766 X 310 X 8 X 647 X 0 X 328 X 299 X 555 X 886 X 844 X 747 X 783 X 0 X 476 X 874 X 887 X 886 X 879 X 808 X 816 X 499 X 460 X 334 X 824 X 0 X 8 X 122 X 841 X 155 X 436 X 332 X +USW00094728199107WDF1 50 X 170 X 50 X 180 X 90 X 140 X 260 X 240 X 280 X 250 X 310 X 180 X 150 X 330 X 20 X 150 X 230 X 220 X 140 X 230 X 350 X 170 X 230 X 230 X 230 X 350 X 330 X 40 X 50 X 120 X 230 X +USW00094728199107WDFG 315W X 135W X 45W X 45W X 45W X 135W X 270W X 270W X 270W X 225W X 360W X 180W X 225W X 360W X 225W X 158W X 225W X 180W X 315W X 225W X 360W X 135W X 270W X 225W X 225W X 360W X 360W X 45W X 45W X 90W X 225W X +USW00094728199107WSF1 45 X 45 X 45 X 54 X 54 X 54 X 45 X 63 X 45 X 45 X 54 X 58 X 54 X 45 X 54 X 67 X 63 X 54 X 63 X 54 X 89 X 40 X 54 X 72 X 54 X 36 X 45 X 45 X 63 X 45 X 40 X +USW00094728199107WSFG 72 X 62 X 62 X 67 X 82 X 62 X 72 X 87 X 77 X 67 X 82 X 72 X 82 X 57 X 62 X 77 X 93 X 87 X 108 X 51 X 123 X 87 X 139 X 72 X 77 X 51 X 62 X 62 X 72 X 57 X 57 X +USW00094728199107WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199107WT14-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199107WT16-9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00094728199108TMAX 322 0 339 0 300 0 311 0 289 0 289 0 306 0 322 0 244 0 289 0 272 0 294 0 328 0 328 0 278 0 328 0 322 0 317 0 267 0 244 0 283 0 289 0 317 0 256 0 261 0 272 0 306 0 333 0 333 0 344 0 317 0 +USW00094728199108TMIN 200 0 228 0 228 0 211 0 194 0 172 0 183 0 194 0 200 0 200 0 189 0 183 0 200 0 222 0 217 0 194 0 233 0 228 0 194 0 194 0 183 0 183 0 206 0 189 0 178 0 167 0 194 0 222 0 233 0 228 0 183 0 +USW00094728199108PRCP 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 762 0 0T 0 0 0 0 0 0 0 0T 0 36 0 0 0 0 0 20 0 643 0 302 0 3 0 0 0 3 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 +USW00094728199108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199108FMTM 1550 X 1450 X 1450 X 1950 X 1250 X 1350 X 1750 X 1850 X 0950 X 1150 X 1050 X 1250 X 2250 X 1650 X 1950 X 1050 X 1950 X 1950 X 0950 X 0950 X 1350 X 1450 X 0550 X 0850 X 0950 X 1650 X 2050 X 1950 X 1650 X 2250 X 2350 X +USW00094728199108PGTM 1550 X 1630 X 1514 X 1803 X 1742 X 0703 X 1811 X 1842 X 1105 X 1335 X 1707 X 1322 X 1744 X 2046 X 1425 X 0039 X 1542 X 1636 X 1209 X 1009 X 1805 X 1333 X 1801 X 1403 X 0657 X 1525 X 0111 X 1653 X 1705 X 1633 X 2147 X +USW00094728199108TSUN 856 X 802 X 294 X 270 X 600 X 715 X 743 X 756 X 0 X 681 X 745 X 610 X 700 X 555 X 116 X 826 X 811 X 353 X 195 X 8 X 283 X 811 X 661 X 296 X 787 X 538 X 790 X 796 X 794 X 749 X 530 X +USW00094728199108WDF1 220 X 260 X 170 X 310 X 320 X 40 X 160 X 180 X 150 X 290 X 280 X 40 X 200 X 220 X 250 X 250 X 170 X 150 X 350 X 50 X 220 X 210 X 230 X 60 X 90 X 130 X 220 X 240 X 180 X 230 X 350 X +USW00094728199108WDFG 225W X 270W X 180W X 225W X 315W X 360W X 158W X 180W X 135W X 315W X 315W X 360W X 180W X 225W X 225W X 225W X 180W X 225W X 315W X 45W X 270W X 270W X 315W X 45W X 45W X 180W X 225W X 225W X 135W X 135W X 360W X +USW00094728199108WSF1 76 X 54 X 63 X 45 X 58 X 40 X 45 X 45 X 67 X 54 X 58 X 45 X 45 X 54 X 54 X 45 X 67 X 58 X 63 X 72 X 40 X 67 X 54 X 54 X 63 X 45 X 45 X 54 X 54 X 54 X 76 X +USW00094728199108WSFG 77 X 82 X 72 X 113 X 77 X 67 X 57 X 51 X 129 X 72 X 82 X 62 X 62 X 87 X 82 X 57 X 103 X 93 X 149 X 118 X 62 X 82 X 82 X 77 X 103 X 72 X 77 X 72 X 67 X 67 X 113 X +USW00094728199108WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199108WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199108WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199109TMAX 222 0 233 0 261 0 267 0 261 0 272 0 294 0 311 0 289 0 289 0 283 0 250 0 261 0 233 0 239 0 333 0 339 0 283 0 272 0 194 0 183 0 211 0 200 0 239 0 206 0 217 0 178 0 178 0 228 0 172 0-9999 +USW00094728199109TMIN 139 0 117 0 139 0 183 0 183 0 172 0 172 0 183 0 200 0 206 0 178 0 139 0 144 0 172 0 161 0 211 0 250 0 217 0 117 0 106 0 78 0 100 0 128 0 133 0 144 0 133 0 94 0 72 0 78 0 67 0-9999 +USW00094728199109PRCP 0 0 0 0 0 0 36 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0T 0 183 0 33 0 0 0 0 0 0T 0 38 0 500 0 97 0 0 0 0 0 0T 0 0 0-9999 +USW00094728199109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199109FMTM 0450 X 2350 X 2250 X 1450 X 1250 X 1550 X 1150 X 0150 X 1250 X 0650 X 1450 X 0150 X 1750 X 2150 X 2150 X 1950 X 0450 X 2250 X 2050 X 1450 X 1350 X 1450 X 1750 X 2150 X 1450 X 2250 X 1650 X 1150 X 1650 X 0650 X-9999 +USW00094728199109PGTM 0500 X 1945 X 2205 X 0106 X 1037 X 1209 X 2248 X 0013 X 1615 X 1158 X 1235 X 0301 X 1723 X 1102 X 2235 X 2005 X 1502 X 2137 X 1030 X 0906 X 0939 X 1527 X 1412 X 2237 X 0716 X 1608 X 1336 X 1453 X 2310 X 0805 X-9999 +USW00094728199109TSUN 786 X 655 X 780 X 454 X 482 X 748 X 770 X 767 X 667 X 437 X 730 X 638 X 729 X 159 X 225 X 584 X 678 X 520 X 10 X 590 X 733 X 706 X 0 X 471 X 0 X 411 X 651 X 661 X 549 X 709 X-9999 +USW00094728199109WDF1 40 X 230 X 220 X 230 X 30 X 30 X 10 X 250 X 180 X 240 X 310 X 40 X 140 X 50 X 240 X 230 X 240 X 190 X 50 X 320 X 70 X 180 X 220 X 120 X 260 X 270 X 260 X 270 X 280 X 30 X-9999 +USW00094728199109WDFG 45W X 180W X 225W X 270W X 360W X 90W X 270W X 225W X 180W X 225W X 360W X 45W X 135W X 135W X 225W X 225W X 270W X 225W X 270W X 315W X 360W X 180W X 180W X 90W X 315W X 270W X 270W X 225W X 315W X 45W X-9999 +USW00094728199109WSF1 76 X 54 X 54 X 54 X 63 X 45 X 45 X 40 X 40 X 58 X 54 X 58 X 54 X 54 X 40 X 54 X 58 X 67 X 63 X 76 X 63 X 54 X 45 X 45 X 54 X 54 X 58 X 63 X 58 X 63 X-9999 +USW00094728199109WSFG 144 X 72 X 108 X 93 X 87 X 67 X 67 X 62 X 62 X 98 X 103 X 93 X 82 X 67 X 77 X 93 X 93 X 103 X 118 X 108 X 77 X 82 X 87 X 72 X 118 X 98 X 82 X 93 X 103 X 103 X-9999 +USW00094728199109WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199109WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00094728199110TMAX 233 0 267 0 256 0 256 0 228 0 206 0 150 0 183 0 200 0 228 0 161 0 172 0 172 0 150 0 178 0 178 0 117 0 228 0 239 0 128 0 144 0 222 0 222 0 217 0 211 0 217 0 239 0 178 0 122 0 172 0 133 0 +USW00094728199110TMIN 122 0 172 0 178 0 167 0 183 0 100 0 67 0 56 0 100 0 128 0 94 0 61 0 67 0 44 0 111 0 111 0 83 0 100 0 78 0 44 0 50 0 83 0 100 0 128 0 144 0 133 0 144 0 67 0 33 0 50 0 89 0 +USW00094728199110PRCP 0 0 0 0 0 0 0 0 165 0 46 0 0 0 0 0 0 0 0 0 58 0 0 0 0 0 0 0 79 0 0 0 193 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728199110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199110FMTM 0950 X 1150 X 2150 X 2050 X 1950 X 2350 X 1350 X 2050 X 0950 X 1150 X 1150 X 1550 X 1750 X 0250 X 1450 X 1350 X 1050 X 0250 X 1850 X 1050 X 1250 X 1550 X 2050 X 1950 X 1550 X 1650 X 1550 X 0750 X 0150 X 2250 X 0350 X +USW00094728199110PGTM 2324 X 0326 X 2139 X 1706 X 1948 X 2129 X 1458 X 0023 X 1225 X 2020 X 1801 X 1611 X 1653 X 2230 X 1643 X 2335 X 0929 X 1015 X 1932 X 1119 X 1656 X 0845 X 1422 X 1934 X 1527 X 1650 X 1257 X 1052 X 0405 X 2207 X 1820 X +USW00094728199110TSUN 464 X 460 X 315 X 654 X 15 X 0 X 501 X 688 X 677 X 503 X 1 X 642 X 420 X 640 X 0 X 233 X 0 X 553 X 487 X 657 X 562 X 651 X 649 X 367 X 147 X 125 X 193 X 615 X 634 X 580 X 2 X +USW00094728199110WDF1 230 X 230 X 230 X 120 X 200 X 300 X 290 X 230 X 230 X 230 X 60 X 270 X 270 X 320 X 120 X 20 X 40 X 320 X 310 X 320 X 130 X 230 X 150 X 140 X 140 X 230 X 170 X 10 X 40 X 20 X 30 X +USW00094728199110WDFG 270W X 225W X 225W X 135W X 180W X 315W X 270W X 270W X 180W X 225W X 270W X 270W X 270W X 180W X 135W X 45W X 45W X 270W X 315W X 360W X 135W X 225W X 135W X 135W X 135W X 225W X 225W X 45W X 45W X 45W X 360W X +USW00094728199110WSF1 54 X 58 X 36 X 45 X 112 X 76 X 103 X 63 X 63 X 72 X 54 X 45 X 54 X 45 X 58 X 58 X 76 X 54 X 67 X 63 X 58 X 45 X 36 X 40 X 31 X 40 X 36 X 72 X 72 X 67 X 76 X +USW00094728199110WSFG 93 X 98 X 62 X 77 X 170 X 149 X 154 X 108 X 82 X 77 X 82 X 62 X 67 X 57 X 103 X 93 X 129 X 57 X 103 X 82 X 77 X 51 X 51 X 46 X 41 X 41 X 46 X 129 X 103 X 113 X 118 X +USW00094728199110WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728199110WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199111TMAX 167 0 189 0 139 0 94 0 78 0 111 0 122 0 67 0 83 0 50 0 67 0 89 0 106 0 161 0 144 0 172 0 89 0 122 0 194 0 233 0 206 0 183 0 167 0 144 0 67 0 61 0 56 0 94 0 189 0 211 0-9999 +USW00094728199111TMIN 111 0 122 0 72 0 39 0 17 0 11 0 39 0 33 0 11 0 33 0 28 0 22 0 33 0 50 0 67 0 39 0 6 0 6 0 72 0 128 0 167 0 128 0 117 0 33 0 6 0 -6 0 -17 0 28 0 89 0 89 0-9999 +USW00094728199111PRCP 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 43 0 109 0 3 0 10 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 46 0 287 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00094728199111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199111FMTM 1050 X 1050 X 1950 X 2150 X 0650 X 1450 X 1350 X 1250 X 2250 X 0250 X 1850 X 1050 X 1350 X 1050 X 2250 X 1850 X 0250 X 2150 X 0022 X 1650 X 0750 X 2250 X 2350 X 1650 X 1650 X 1450 X 2050 X 0350 X 1350 X 1650 X-9999 +USW00094728199111PGTM 1015 X 0738 X 1916 X 2103 X 0222 X 1405 X 1225 X 1225 X 0104 X 1545 X 2301 X 1525 X 1213 X 1039 X 2015 X 1817 X 0207 X 2246 X 2225 X 2113 X 0050 X 2138 X 0045 X 2237 X 1436 X 1102 X 2216 X 0427 X 0910 X 1654 X-9999 +USW00094728199111TSUN 31 X 2 X 431 X 44 X 368 X 508 X 30 X 0 X 230 X 0 X 0 X 222 X 110 X 598 X 0 X 106 X 592 X 404 X 588 X 587 X 0 X 0 X 50 X 0 X 523 X 531 X 424 X 220 X 309 X 182 X-9999 +USW00094728199111WDF1 50 X 140 X 270 X 290 X 40 X 250 X 40 X 300 X 40 X 40 X 300 X 280 X 290 X 270 X 220 X 280 X 310 X 210 X 220 X 220 X 240 X 150 X 120 X 270 X 270 X 300 X 190 X 230 X 230 X 230 X-9999 +USW00094728199111WDFG 45W X-9999 270W X 270W X 45W X 270W X 45W X 45W X 360W X 45W X 315W X 270W X 270W X 270W X 270W X 270W X 315W X 225W X 225W X 225W X 225W X 180W X 225W X 270W X 270W X 315W X 225W X 225W X 270W X 225W X-9999 +USW00094728199111WSF1 54 X 40 X 54 X 40 X 72 X 54 X 45 X 76 X 80 X 89 X 58 X 76 X 63 X 54 X 45 X 94 X 76 X 40 X 49 X 67 X 63 X 63 X 54 X 76 X 80 X 63 X 67 X 58 X 58 X 67 X-9999 +USW00094728199111WSFG 82 X 67 X 72 X 51 X 77 X 62 X 57 X 93 X 103 X 144 X 108 X 98 X 77 X 77 X 82 X 159 X 113 X 67 X 82 X 103 X 93 X 87 X 82 X 108 X 123 X 98 X 93 X 93 X 72 X 113 X-9999 +USW00094728199111WT14 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199111WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728199111WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199112TMAX 189 0 111 0 89 0 72 0 6 0 67 0 100 0 150 0 178 0 100 0 117 0 122 0 133 0 161 0 44 0 11 0 56 0 39 0 -28 0 33 0 67 0 83 0 67 0 56 0 44 0 33 0 89 0 94 0 89 0 61 0 28 0 +USW00094728199112TMIN 100 0 39 0 44 0 -28 0 -44 0 -28 0 0 0 72 0 56 0 50 0 39 0 78 0 106 0 33 0 6 0 -44 0 -67 0 -78 0 -106 0 -44 0 6 0 22 0 33 0 -22 0 -22 0 -50 0 11 0 0 0 50 0 -28 0 -39 0 +USW00094728199112PRCP 61 0 157 0 318 0 0T 0 5 0 5 0 0 0 0 0 114 0 41 0 0 0 0 0 102 0 28 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 10 0 0 0 0T 0 0 0 0 0 0 0 203 0 38 0 0 0 +USW00094728199112SNOW 0 0 0 0 0 0 0T 0 13 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728199112SNWD 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199112FMTM 0350 X 2250 X 0150 X 1550 X 0150 X 1450 X 1550 X 2050 X 0850 X 0250 X 0650 X 1250 X 1150 X 2250 X 0250 X 1250 X 0050 X 2150 X 2250 X 0250 X 1550 X 1950 X 2350 X 1750 X 1650 X 0050 X 1150 X 1150 X 1850 X 1250 X 1050 X +USW00094728199112PGTM 0639 X 2306 X 1012 X 2135 X 0115 X 0407 X 1208 X 2048 X 0130 X 0418 X 0959 X 2346 X 1322 X 1844 X 0027 X 1235 X 2157 X 1903 X 0417 X 0057 X 1322 X 2005 X 2317 X 1307 X 1504 X 0153 X 1156 X 1055 X 1930 X 1902 X 1039 X +USW00094728199112TSUN 0 X 0 X 0 X 225 X 532 X 243 X 125 X 336 X 94 X 529 X 510 X 323 X 2 X 0 X 479 X 309 X 0 X 392 X 556 X 412 X 23 X 518 X 102 X 549 X 132 X 541 X 556 X 417 X 0 X 276 X 558 X +USW00094728199112WDF1 210 X 60 X 60 X 280 X-9999 260 X 230 X 150 X 230 X 20 X 220 X 70 X 240 X 280 X 290 X 300 X 260 X 310 X 300 X 290 X 280 X 220 X 280 X 280 X 300 X 340 X 350 X 270 X 280 X 360 X 50 X +USW00094728199112WDFG 225W X 45W X 90W X 315W X 315W X 180W X 225W X 135W X 180W X 360W X 180W X 158W X 225W X 270W X 270W X 315W X 315W X 315W X 360W X 315W X 315W X 225W X 270W X 270W X 270W X 315W X 360W X 270W X 315W X 360W X 45W X +USW00094728199112WSF1 45 X 63 X 72 X 89 X-9999 63 X 67 X 58 X 63 X 63 X 54 X 45 X 54 X 89 X 80 X 72 X 58 X 94 X 67 X 67 X 72 X 63 X 54 X 76 X 58 X 54 X 63 X 49 X 58 X 94 X 54 X +USW00094728199112WSFG 87 X 87 X 118 X 154 X 123 X 98 X 123 X 72 X 98 X 72 X 77 X 72 X 72 X 159 X 129 X 123 X 113 X 139 X 108 X 103 X 149 X 82 X 72 X 113 X 82 X 72 X 72 X 67 X 62 X 93 X 57 X +USW00094728199112WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199112WT16 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00094728199112WT18-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00094728199201TMAX 67 0 89 0 78 0 78 0 117 0 89 0 89 0 67 0 67 0 83 0 33 0 72 0 150 0 167 0 11 0 -22 0 11 0 6 0 -50 0 -17 0 39 0 44 0 144 0 100 0 -22 0 -6 0 17 0 50 0 94 0 89 0 78 0 +USW00094728199201TMIN -33 0 28 0 56 0 56 0 39 0 22 0 22 0 0 0 11 0 17 0 -11 0 0 0 44 0 11 0 -61 0 -89 0 -100 0 -100 0 -117 0 -89 0 -50 0 -6 0 17 0 -33 0 -61 0 -67 0 -50 0 -11 0 -6 0 0 0 28 0 +USW00094728199201PRCP 0 0 0 0 0 0 81 0 0 0 0 0 0 0 0 0 51 0 0T 0 0T 0 0 0 0 0 107 0 0 0 0T 0 0 0 0 0 0 0 8 0 0 0 0 0 127 0 13 0 8 0 33 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0T 0 0T 0 33 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0 0 0 0 0 0 0 0 +USW00094728199201FMTM 2150 X 2150 X 2150 X 0850 X 2250 X 0450 X 2250 X 0050 X 1550 X 1750 X 1650 X 2150 X 1950 X 2350 X 0150 X 1050 X 0550 X 1950 X 0350 X 1650 X 1550 X 0950 X 2150 X 0850 X 0450 X 1050 X 1350 X 0950 X 2050 X 2350 X 2150 X +USW00094728199201PGTM 1941 X 2133 X 2352 X 0808 X 1721 X 0256 X 2255 X 0158 X 1420 X 1707 X 1225 X 2310 X 0103 X 2005 X 0303 X 1050 X 1807 X 1503 X 0222 X 2106 X 0942 X 1753 X 1725 X 1346 X 0114 X 1059 X 1326 X 1320 X 1610 X 1402 X 2347 X +USW00094728199201TSUN 559 X 46 X 0 X 0 X 220 X 524 X 389 X 566 X 0 X 233 X 101 X 364 X 456 X 109 X 575 X 276 X 20 X 7 X 582 X 55 X 335 X 496 X 0 X 317 X 360 X 490 X 272 X 599 X 601 X 560 X 0 X +USW00094728199201WDF1 240 X 50 X 40 X 60 X 310 X 290 X 300 X 300 X 220 X 300 X 300 X 210 X 170 X 290 X 290 X 320 X 230 X 300 X 280 X 270 X 290 X 20 X 250 X 240 X 300 X 320 X 170 X 50 X 280 X 240 X 310 X +USW00094728199201WDFG 225W X 45W X 45W X 45W X 360W X 315W X 315W X 293W X 270W X 315W X 270W X 225W X 225W X 270W X 270W X 315W X 225W X 270W X 315W X 315W X 225W X 135W X 180W X 225W X 270W X 315W X 180W X 45W X 270W X 225W X 270W X +USW00094728199201WSF1 36 X 54 X 76 X 112 X 72 X 67 X 72 X 72 X 63 X 67 X 80 X 58 X 45 X 80 X 80 X 98 X 67 X 76 X 63 X 54 X 54 X 54 X 63 X 80 X 80 X 54 X 58 X 58 X 45 X 40 X 67 X +USW00094728199201WSFG 41 X 62 X 139 X 190 X 93 X 93 X 134 X 82 X 72 X 108 X 93 X 77 X 72 X 154 X 144 X 164 X 98 X 123 X 82 X 77 X 77 X 67 X 139 X 164 X 164 X 72 X 82 X 82 X 62 X 72 X 98 X +USW00094728199201WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199201WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199201WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199201WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199201WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199202TMAX 28 0 33 0 61 0 50 0 28 0 28 0 22 0 22 0 -6 0 -11 0 89 0 -22 0 11 0 67 0 94 0 117 0 106 0 67 0 106 0 106 0 111 0 83 0 178 0 56 0 28 0 56 0 94 0 100 0 100 0-9999 -9999 +USW00094728199202TMIN -56 0 -56 0 -44 0 -22 0 -39 0 -50 0 -22 0 -6 0 -72 0 -100 0 -33 0 -100 0 -72 0 -11 0 6 0 44 0 28 0 28 0 61 0 28 0 11 0 6 0 56 0 22 0 17 0 11 0 6 0 33 0 -72 0-9999 -9999 +USW00094728199202PRCP 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 30 0 0 0 0 0 0T 0 0 0 38 0 3 0 213 0 20 0 0 0 15 0 5 0 0T 0 0 0 0 0 0 0 8 0 89 0 53 0 0 0 0T 0 0T 0-9999 -9999 +USW00094728199202SNOW 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728199202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728199202FMTM 2250 X 1350 X 0050 X 2350 X 1250 X 1850 X 0950 X 2350 X 2250 X 0350 X 2250 X 0750 X 1050 X 1350 X 1850 X 2350 X 0050 X 1950 X 0950 X 1550 X 1650 X 0250 X 2050 X 2150 X 0650 X 1850 X 1450 X 2150 X 1550 X-9999 -9999 +USW00094728199202PGTM 1731 X 1009 X 0212 X 2105 X 0353 X 2013 X 1251 X 2307 X 1434 X 0141 X 2043 X 0243 X 0930 X 1302 X 2106 X 2008 X 0004 X 1857 X 0855 X 1528 X 1211 X 0245 X 2038 X 1657 X 0637 X 1838 X 1253 X 2139 X 0758 X-9999 -9999 +USW00094728199202TSUN 379 X 590 X 612 X 74 X 538 X 619 X 0 X 0 X 454 X 628 X 323 X 633 X 61 X 594 X 0 X 123 X 492 X 0 X 24 X 181 X 452 X 125 X 477 X 0 X 0 X 3 X 443 X 230 X 565 X-9999 -9999 +USW00094728199202WDF1 290 X 300 X 310 X 290 X 310 X 140 X 40 X 310 X 310 X 300 X 310 X 340 X 190 X 290 X 160 X 300 X 310 X 50 X 220 X 300 X 300 X 40 X 70 X 50 X 50 X 300 X 280 X 190 X 270 X-9999 -9999 +USW00094728199202WDFG 315W X 315W X 270W X 270W X 293W X 135W X 45W X 315W X 270W X 270W X 315W X 315W X 225W X 315W X 135W X 315W X 315W X 45W X 225W X 293W X 270W X 45W X 45W X 45W X 45W X 315W X 270W X 180W X 315W X-9999 -9999 +USW00094728199202WSF1 76 X 80 X 67 X 63 X 80 X 54 X 89 X 58 X 72 X 63 X 76 X 89 X 76 X 63 X 58 X 72 X 58 X 67 X 54 X 72 X 76 X 58 X 67 X 72 X 67 X 63 X 72 X 72 X 94 X-9999 -9999 +USW00094728199202WSFG 134 X 134 X 98 X 118 X 154 X 62 X 98 X 77 X 118 X 93 X 175 X 123 X 87 X 72 X 82 X 129 X 113 X 82 X 67 X 87 X 123 X 72 X 82 X 103 X 98 X 103 X 129 X 98 X 180 X-9999 -9999 +USW00094728199202WT04-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199202WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728199202WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00094728199202WT18-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199203TMAX 133 0 89 0 39 0 117 0 139 0 100 0 122 0 161 0 178 0 128 0 122 0 44 0 33 0 44 0 17 0 28 0 100 0 72 0 6 0 72 0 39 0 17 0 33 0 61 0 94 0 133 0 133 0 61 0 128 0 122 0 150 0 +USW00094728199203TMIN -72 0 17 0 11 0 11 0 28 0 33 0 28 0 94 0 67 0 50 0 -39 0 -44 0 -50 0 -44 0 -56 0 -83 0 -17 0 -6 0 -6 0 -11 0 -22 0 -39 0 -17 0 -44 0 0 0 67 0 61 0 6 0 17 0 50 0 44 0 +USW00094728199203PRCP 0 0 0 0 0T 0 0 0 0 0 15 0 124 0 0 0 0 0 99 0 99 0 0 0 0 0 0 0 0 0 0 0 0T 0 23 0 236 0 0 0 0 0 112 0 0T 0 0 0 0 0 251 0 13 0 0 0 0 0 36 0 28 0 +USW00094728199203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 157 0 0 0 0 0 81 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 152 0 0T 0 0T 0 76 0 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199203FMTM 1150 X 0750 X 1050 X 1950 X 0050 X 1850 X 0850 X 1450 X 0050 X 1850 X 1450 X 2150 X 2350 X 1350 X 1450 X 0450 X 0650 X 1850 X 0950 X 1850 X 1750 X 2352 X 1650 X 1650 X 1650 X 2250 X 0650 X 1750 X 0650 X 2250 X 1550 X +USW00094728199203PGTM 1145 X 0750 X 1038 X 1739 X 1955 X 1758 X 0144 X 1632 X 2256 X 1557 X 1709 X 2102 X 1010 X 1406 X 1603 X 0436 X 2320 X 0329 X 1500 X 1735 X 1726 X 2304 X 1525 X 1656 X 2009 X 2232 X 1221 X 1742 X 1555 X 2309 X 1551 X +USW00094728199203TSUN 558 X 291 X 0 X 684 X 594 X 109 X 0 X 123 X 505 X 3 X 74 X 706 X 666 X 639 X 715 X 717 X 263 X 559 X 0 X 545 X 662 X 405 X 186 X 660 X 654 X 151 X 203 X 386 X 705 X 58 X 523 X +USW00094728199203WDF1 240 X 40 X 50 X 160 X 240 X 90 X 50 X 290 X 300 X 170 X 260 X 270 X 300 X 220 X 310 X 290 X 240 X 170 X 50 X 310 X 300 X 40 X 310 X 300 X 160 X 70 X 240 X 290 X 300 X 40 X 310 X +USW00094728199203WDFG 225W X 45W X 45W X 135W X 225W X 90W X 45W X 270W X 135W X 135W X 270W X 270W X 270W X 270W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 45W X 315W X 293W X 180W X 90W X 225W X 270W X 315W X 45W X 315W X +USW00094728199203WSF1 80 X 72 X 67 X 45 X 54 X 76 X 67 X 54 X 54 X 76 X 80 X 72 X 76 X 76 X 80 X 72 X 72 X 58 X 76 X 72 X 72 X 63 X 58 X 54 X 72 X 76 X 67 X 112 X 116 X 54 X 63 X +USW00094728199203WSFG 134 X 103 X 82 X 67 X 67 X 103 X 103 X 77 X 62 X 98 X 134 X 118 X 108 X 108 X 103 X 93 X 98 X 103 X 123 X 87 X 98 X 93 X 72 X 82 X 108 X 144 X 195 X 149 X 164 X 67 X 82 X +USW00094728199203WT14-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728199203WT16-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 +USW00094728199203WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199204TMAX 144 0 100 0 72 0 117 0 122 0 156 0 156 0 178 0 156 0 217 0 100 0 139 0 106 0 150 0 150 0 83 0 78 0 83 0 83 0 133 0 228 0 217 0 256 0 272 0 139 0 161 0 183 0 161 0 167 0 167 0-9999 +USW00094728199204TMIN 50 0 11 0 6 0 11 0 22 0 33 0 78 0 89 0 72 0 83 0 44 0 33 0 -6 0 28 0 39 0 44 0 50 0 44 0 50 0 67 0 100 0 122 0 117 0 133 0 67 0 50 0 72 0 72 0 56 0 56 0-9999 +USW00094728199204PRCP 20 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 25 0 20 0 58 0 0T 0 0 0 0 0 0 0 89 0 48 0 23 0 8 0 0T 0 0T 0 23 0 0 0 89 0 13 0 30 0 0T 0 0 0 0 0 0 0-9999 +USW00094728199204SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199204FMTM 1150 X 1250 X 0850 X 0150 X 0950 X 0050 X 1450 X 1950 X 1850 X 1650 X 1050 X 1550 X 0050 X 1450 X 1850 X 1650 X 2050 X 0150 X 0350 X 0450 X 2150 X 0550 X 1650 X 0750 X 0150 X 0050 X 1450 X 1550 X 1650 X 1150 X-9999 +USW00094728199204PGTM 1225 X 1819 X 1306 X 1559 X 1425 X 1331 X 1441 X 1322 X 2042 X 1510 X 1122 X 1555 X 0134 X 1629 X 0750 X 1504 X 2124 X 0854 X 0346 X 1826 X 2143 X 0110 X 1503 X 1905 X 0149 X 0022 X 1555 X 1326 X 1700 X 0005 X-9999 +USW00094728199204TSUN 442 X 570 X 572 X 582 X 678 X 774 X 343 X 584 X 326 X 579 X 0 X 206 X 792 X 795 X 797 X 0 X 0 X 9 X 0 X 5 X 399 X 193 X 806 X 415 X 3 X 316 X 538 X 470 X 832 X 489 X-9999 +USW00094728199204WDF1 170 X 290 X 290 X 300 X 310 X 280 X 170 X 300 X 70 X 160 X 60 X 300 X 300 X 160 X 190 X 90 X 40 X 30 X 40 X 40 X 180 X 150 X 270 X 300 X 40 X 50 X 20 X 160 X 150 X 170 X-9999 +USW00094728199204WDFG 180W X 315W X 315W X 270W X 315W X 270W X 180W X 315W X 135W X 158W X 45W X 315W X 315W X 180W X 360W X 135W X 45W X 45W X 45W X 135W X 180W X 135W X 270W X 315W X 45W X 45W X 45W X 135W X 135W X 180W X-9999 +USW00094728199204WSF1 67 X 76 X 80 X 58 X 76 X 67 X 58 X 54 X 45 X 63 X 89 X 76 X 63 X 72 X 89 X 63 X 67 X 58 X 54 X 36 X 58 X 45 X 63 X 67 X 76 X 54 X 58 X 63 X 67 X 54 X-9999 +USW00094728199204WSFG 82 X 103 X 103 X 77 X 129 X 103 X 77 X 98 X 57 X 62 X 139 X 134 X 103 X 77 X 82 X 103 X 98 X 87 X 67 X 46 X 103 X 77 X 93 X 129 X 108 X 67 X 67 X 72 X 77 X 72 X-9999 +USW00094728199204WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199204WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199204WT16 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728199204WT18-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199205TMAX 217 0 300 0 239 0 156 0 139 0 156 0 156 0 122 0 217 0 172 0 222 0 211 0 239 0 272 0 211 0 133 0 206 0 233 0 222 0 244 0 317 0 339 0 333 0 278 0 161 0 161 0 183 0 222 0 250 0 211 0 161 0 +USW00094728199205TMIN 100 0 133 0 144 0 100 0 67 0 44 0 61 0 83 0 111 0 122 0 122 0 100 0 133 0 167 0 128 0 111 0 100 0 117 0 94 0 78 0 117 0 156 0 161 0 72 0 67 0 83 0 89 0 83 0 100 0 111 0 150 0 +USW00094728199205PRCP 15 0 0T 0 0 0 0 0 0T 0 0 0 0 0 188 0 23 0 102 0 0 0 0 0 5 0 0 0 0T 0 102 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 43 0 0T 0 30 0 3 0 0 0 0 0 5 0 505 0 +USW00094728199205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199205FMTM 1550 X 1550 X 1350 X 0950 X 1250 X 0950 X 1550 X 0750 X 1350 X 2350 X 1150 X 0450 X 0850 X 0750 X 0850 X 0550 X 0850 X 1850 X 0750 X 1550 X 1250 X 1550 X 1350 X 1550 X 0750 X 0850 X 2250 X 1650 X 1550 X 1050 X 0650 X +USW00094728199205PGTM 2357 X 2217 X 0909 X 2158 X 1343 X 0930 X 1203 X 1028 X 1703 X 2101 X 1038 X 0537 X 0800 X 0838 X 0915 X 0438 X 1457 X 1835 X 0715 X 0950 X 2118 X 1553 X 1411 X 1542 X 0059 X 1446 X 1354 X 1203 X 1614 X 1055 X 1258 X +USW00094728199205TSUN 655 X 589 X 608 X 574 X 212 X 836 X 659 X 11 X 632 X 0 X 859 X 753 X 409 X 796 X 512 X 0 X 684 X 243 X 874 X 876 X 878 X 880 X 881 X 656 X 338 X 415 X 467 X 663 X 874 X 539 X 0 X +USW00094728199205WDF1 160 X 270 X 310 X 60 X 40 X 40 X 50 X 20 X 170 X 50 X 100 X 40 X 50 X 330 X 50 X 40 X 70 X 50 X 60 X 160 X 40 X 40 X 190 X 30 X 50 X 50 X 310 X 140 X 170 X 130 X 150 X +USW00094728199205WDFG 225W X 45W X 315W X 90W X 90W X 45W X 45W X 45W X 180W X 90W X 90W X 45W X 45W X 315W X 45W X 90W X 158W X 45W X 45W X 45W X 225W X 45W X 180W X 45W X 45W X 180W X 225W X 360W X 135W X 135W X 90W X +USW00094728199205WSF1 45 X 67 X 67 X 63 X 67 X 67 X 76 X 103 X 54 X 36 X 76 X 72 X 40 X 58 X 63 X 67 X 45 X 72 X 76 X 45 X 36 X 36 X 40 X 72 X 67 X 54 X 54 X 58 X 54 X 54 X 54 X +USW00094728199205WSFG 77 X 103 X 103 X 82 X 77 X 87 X 139 X 154 X 82 X 51 X 108 X 77 X 51 X 62 X 93 X 77 X 46 X 87 X 118 X 62 X 46 X 51 X 62 X 118 X 87 X 57 X 72 X 62 X 67 X 72 X 77 X +USW00094728199205WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199205WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00094728199205WT16 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 +USW00094728199206TMAX 189 0 250 0 283 0 256 0 194 0 261 0 283 0 306 0 261 0 278 0 267 0 294 0 294 0 300 0 283 0 272 0 283 0 256 0 206 0 267 0 239 0 183 0 244 0 250 0 256 0 261 0 267 0 294 0 289 0 294 0-9999 +USW00094728199206TMIN 133 0 128 0 144 0 161 0 161 0 161 0 172 0 217 0 189 0 156 0 161 0 156 0 183 0 183 0 172 0 156 0 167 0 156 0 183 0 172 0 139 0 117 0 111 0 161 0 161 0 161 0 167 0 167 0 178 0 206 0-9999 +USW00094728199206PRCP 0T 0 0 0 0 0 0 0 711 0 25 0 0 0 201 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 0 5 0 0 0 0 0 0 0 109 0 0 0 0 0 53 0 0 0 0 0 0 0-9999 +USW00094728199206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199206FMTM 2050 X 2350 X 2250 X 1750 X 1750 X 0050 X 1550 X 1250 X 0750 X 2350 X 0750 X 2350 X 1150 X 0550 X 1250 X 1750 X 2150 X 1850 X 0150 X 2150 X 2150 X 1050 X 0850 X 2150 X 1450 X 1650 X 0650 X 0050 X 1950 X 0950 X-9999 +USW00094728199206PGTM 2117 X 0108 X 2223 X 1718 X 1208 X 0520 X 1333 X 1405 X 0247 X 1135 X 1029 X 1730 X 1305 X 1630 X 1240 X 2206 X 2334 X 2137 X 1426 X 2330 X 1845 X 1343 X 1132 X 2007 X 1349 X 1542 X 1646 X 0508 X 2134 X 0037 X-9999 +USW00094728199206TSUN 89 X 625 X 895 X 778 X 0 X 470 X 510 X 291 X 781 X 879 X 859 X 903 X 904 X 904 X 801 X 884 X 883 X 905 X 7 X 208 X 729 X 592 X 886 X 231 X 829 X 905 X 528 X 886 X 904 X 383 X-9999 +USW00094728199206WDF1 10 X 230 X 230 X 180 X 50 X 50 X 150 X 150 X 270 X 320 X 50 X 240 X 240 X 240 X 40 X 150 X 230 X 180 X 180 X 260 X-9999 310 X 280 X 210 X 260 X 170 X 40 X 300 X 160 X 230 X-9999 +USW00094728199206WDFG 360W X 360W X 225W X 180W X 45W X 45W X 180W X 270W X 315W X 315W X 45W X 135W X 225W X 180W X 45W X 225W X 225W X 180W X 180W X 315W X 270W X 315W X 270W X 180W X 270W X 180W X 315W X 270W X 225W X 225W X-9999 +USW00094728199206WSF1 54 X 40 X 58 X 63 X 58 X 45 X 54 X 36 X 45 X 40 X 54 X 54 X 54 X 54 X 76 X 45 X 67 X 58 X 54 X 40 X-9999 67 X 63 X 58 X 58 X 63 X 58 X 54 X 45 X 54 X-9999 +USW00094728199206WSFG 77 X 51 X 77 X 67 X 77 X 57 X 51 X 118 X 62 X 62 X 67 X 72 X 77 X 62 X 77 X 51 X 72 X 77 X 67 X 46 X 67 X 87 X 62 X 67 X 62 X 77 X 98 X 62 X 72 X 77 X-9999 +USW00094728199206WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199206WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199206WT16 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199207TMAX 317 0 261 0 233 0 272 0 261 0 283 0 283 0 289 0 328 0 317 0 306 0 278 0 328 0 339 0 333 0 261 0 222 0 289 0 294 0 317 0 306 0 278 0 211 0 211 0 261 0 233 0 289 0 256 0 311 0 272 0 250 0 +USW00094728199207TMIN 222 0 172 0 150 0 156 0 189 0 183 0 172 0 172 0 183 0 211 0 239 0 211 0 228 0 194 0 189 0 183 0 194 0 211 0 206 0 211 0 211 0 172 0 150 0 150 0 156 0 178 0 206 0 178 0 167 0 200 0 189 0 +USW00094728199207PRCP 0 0 0 0 119 0 84 0 15 0 38 0 0 0 51 0 165 0 0 0 0 0 13 0 0T 0 43 0 229 0 15 0 5 0 3 0 0 0 0 0 0 0 8 0 137 0 0T 0 0 0 28 0 0T 0 0 0 0 0 0 0 188 0 +USW00094728199207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199207FMTM 2150 X 0450 X 1750 X 0150 X 2050 X 1650 X 0350 X 2050 X 1550 X 1650 X 0950 X 0950 X 1150 X 1450 X 1850 X 1550 X 2050 X 0950 X 2250 X 1450 X 1350 X 0650 X 0650 X 0250 X 1150 X 2350 X 2350 X 0850 X 1750 X 0450 X 2050 X +USW00094728199207PGTM 2113 X 0348 X 2004 X 0247 X 2116 X 0014 X 1626 X 2004 X 0239 X 2332 X 1217 X 2219 X 1226 X 1616 X 1818 X 1704 X 1720 X 1226 X 1518 X 1513 X 1900 X 0637 X 1629 X 0109 X 0834 X 1930 X 2349 X 1055 X 1729 X 1626 X 1143 X +USW00094728199207TSUN 710 X 902 X 387 X 526 X 720 X 544 X 873 X 646 X 686 X 884 X 872 X 288 X 605 X 775 X 444 X 330 X 2 X 453 X 690 X 800 X 656 X 757 X 0 X 421 X 764 X 202 X 454 X 851 X 840 X 390 X 29 X +USW00094728199207WDF1 40 X 40 X 160 X 120 X 240 X 260 X 320 X 210 X 270 X 280 X 320 X 170 X 300 X 240 X 50 X 150 X 130 X 290 X 230 X 150 X 270 X 50 X 130 X 40 X-9999 230 X 260 X 300 X 230 X 280 X 170 X +USW00094728199207WDFG 45W X 360W X 135W X 135W X 225W X 225W X 315W X 225W X 180W X 225W X 315W X 180W X 270W X 270W X 45W X 135W X 135W X 225W X 180W X 135W X 360W X 45W X 45W X 45W X 45W X 180W X 270W X 270W X 225W X 158W X 180W X +USW00094728199207WSF1 45 X 72 X 45 X 54 X 54 X 45 X 54 X 4 X 72 X 63 X 67 X 40 X 72 X 63 X 76 X 58 X 45 X 54 X 40 X 45 X 45 X 72 X 63 X 54 X-9999 54 X 40 X 63 X 54 X 40 X 54 X +USW00094728199207WSFG 77 X 103 X 72 X 67 X 77 X 62 X 62 X 72 X 93 X 72 X 87 X 51 X 98 X 87 X 82 X 67 X 62 X 62 X 72 X 67 X 57 X 72 X 87 X 57 X 57 X 72 X 57 X 72 X 72 X 41 X 87 X +USW00094728199207WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199207WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728199207WT16-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 +USW00094728199208TMAX 267 0 294 0 283 0 289 0 272 0 300 0 294 0 250 0 289 0 283 0 328 0 283 0 256 0 244 0 189 0 189 0 200 0 272 0 289 0 256 0 261 0 278 0 300 0 294 0 328 0 322 0 311 0 294 0 250 0 267 0 283 0 +USW00094728199208TMIN 172 0 172 0 194 0 183 0 167 0 156 0 172 0 172 0 206 0 206 0 211 0 189 0 172 0 167 0 161 0 156 0 183 0 189 0 183 0 156 0 139 0 150 0 172 0 183 0 206 0 222 0 222 0 211 0 167 0 144 0 189 0 +USW00094728199208PRCP 0 0 0 0 0T 0 10 0 0 0 0 0 0 0 0T 0 79 0 0 0 51 0 0 0 25 0 66 0 23 0 155 0 386 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 8 0 0 0 0 0 0 0 +USW00094728199208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199208FMTM 1050 X 1950 X 1750 X 2150 X 0450 X 1550 X 1650 X 2345 X 0050 X 1750 X 1450 X 1050 X 2050 X 1850 X 2250 X 2050 X 1850 X 1750 X 1550 X 0850 X 0450 X 1050 X 1750 X 2250 X 1450 X 0345 X 1445 X 1650 X 1250 X 2250 X 1050 X +USW00094728199208PGTM 1115 X 2106 X 1633 X 1650 X 1336 X 1605 X 1645 X 2119 X 0135 X 1715 X 1519 X 1036 X 0541 X 0916 X 1335 X 0010 X 0913 X 1714 X 1502 X 1757 X 1612 X 1141 X 1538 X 1606 X 0137 X 1516 X 1711 X 2120 X 1536 X 1932 X 1253 X +USW00094728199208TSUN 852 X 663 X 508 X 247 X 765 X 849 X 807 X 148 X 159 X 397 X 336 X 716 X 198 X 281 X 0 X 0 X 0 X 180 X 455 X 712 X 814 X 616 X 809 X 799 X 592 X 419 X 327 X 372 X 614 X 771 X 646 X +USW00094728199208WDF1 320 X 220 X 140 X 270 X 280 X 180 X 150 X 160 X 180 X 140 X 250 X 300 X 110 X 100 X 50 X 70 X 40 X 180 X 330 X 320 X 300 X 270 X 130 X 230 X 220 X 310 X 200 X 140 X 250 X 240 X 260 X +USW00094728199208WDFG 315W X 225W X 180W X 270W X 315W X 180W X 135W X 135W X 180W X 180W X 225W X 315W X 45W X 45W X 45W X 360W X 45W X 180W X 315W X 270W X 225W X 315W X 135W X 180W X 270W X 225W X 135W X 180W X 270W X 225W X 270W X +USW00094728199208WSF1 80 X 63 X 63 X 45 X 58 X 54 X 58 X 63 X 58 X 54 X 45 X 54 X 45 X 54 X 94 X 58 X 45 X 31 X 54 X 54 X 40 X 22 X 54 X 40 X 36 X 31 X 40 X 72 X 67 X 72 X 72 X +USW00094728199208WSFG 129 X 67 X 72 X 87 X 62 X 62 X 57 X 67 X 62 X 46 X 77 X 62 X 62 X 62 X 98 X 67 X 51 X 46 X 77 X 57 X 41 X 41 X 51 X 57 X 46 X 62 X 57 X 144 X 103 X 82 X 87 X +USW00094728199208WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199208WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199208WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00094728199209TMAX 250 0 250 0 250 0 278 0 256 0 233 0 239 0 272 0 294 0 261 0 256 0 222 0 239 0 239 0 261 0 294 0 294 0 300 0 244 0 239 0 228 0 272 0 206 0 167 0 167 0 189 0 211 0 211 0 172 0 144 0-9999 +USW00094728199209TMIN 150 0 133 0 200 0 200 0 183 0 178 0 178 0 200 0 217 0 194 0 161 0 133 0 111 0 133 0 139 0 172 0 189 0 206 0 156 0 128 0 161 0 200 0 106 0 72 0 94 0 144 0 156 0 144 0 89 0 67 0-9999 +USW00094728199209PRCP 0 0 0 0 409 0 0 0 0T 0 0T 0 8 0 3 0 0 0 318 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 5 0 155 0 0 0 0 0 53 0 175 0 94 0 0 0 0T 0 0 0-9999 +USW00094728199209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199209FMTM 1450 X 2350 X 2050 X 1550 X 1650 X 1550 X 1350 X 2050 X 1750 X 1050 X 1150 X 1050 X 2150 X 2050 X 2250 X 2250 X 1750 X 1350 X 0250 X 0150 X 1250 X 1050 X 1250 X 0450 X 1650 X 0150 X 2050 X 0350 X 1750 X 0850 X-9999 +USW00094728199209PGTM 1453 X 1840 X 1936 X 1540 X 1505 X 1257 X 1217 X 2017 X 2238 X 1147 X 2019 X 0738 X 1410 X 1352 X 1150 X 2103 X 1453 X 2148 X 0615 X 1803 X 1611 X 1127 X 2220 X 0811 X 2356 X 0025 X 1529 X 0335 X 1148 X 1608 X-9999 +USW00094728199209TSUN 619 X 536 X 0 X 557 X 145 X 34 X 7 X 293 X 588 X 205 X 316 X 758 X 715 X 716 X 747 X 747 X 627 X 519 X 189 X 736 X 185 X 180 X 692 X 689 X 0 X 0 X 0 X 180 X 712 X 548 X-9999 +USW00094728199209WDF1 300 X 140 X 250 X 100 X 150 X 90 X 140 X 200 X 150 X 170 X 50 X 50 X 150 X 190 X 240 X 250 X 270 X 220 X 230 X 20 X 140 X 240 X 10 X 40 X 50 X 60 X 220 X 350 X 290 X 290 X-9999 +USW00094728199209WDFG 315W X 180W X 270W X 90W X 45W X 135W X 90W X 203W X 225W X 180W X 360W X 45W X 180W X 225W X 225W X 225W X 225W X 225W X 315W X 180W X 135W X 225W X 45W X 45W X 45W X 45W X 180W X 360W X 315W X 270W X-9999 +USW00094728199209WSF1 63 X 40 X 45 X 36 X 45 X 54 X 40 X 63 X 63 X 58 X 54 X 54 X 45 X 45 X 45 X 40 X 45 X 63 X 76 X 45 X 54 X 63 X 89 X 80 X 89 X 80 X 31 X 40 X 63 X 67 X-9999 +USW00094728199209WSFG 82 X 57 X 72 X 51 X 57 X 57 X 41 X 67 X 67 X 103 X 57 X 77 X 51 X 46 X 57 X 57 X 57 X 87 X 108 X 51 X 72 X 93 X 113 X 113 X 129 X 129 X 67 X 67 X 113 X 98 X-9999 +USW00094728199209WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199209WT14-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728199209WT16-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00094728199210TMAX 150 0 217 0 256 0 183 0 144 0 167 0 211 0 211 0 200 0 239 0 183 0 189 0 172 0 161 0 233 0 250 0 156 0 133 0 94 0 106 0 167 0 139 0 161 0 194 0 106 0 144 0 144 0 156 0 172 0 133 0 83 0 +USW00094728199210TMIN 39 0 78 0 128 0 117 0 72 0 44 0 61 0 94 0 156 0 150 0 133 0 100 0 117 0 83 0 106 0 156 0 72 0 44 0 33 0 11 0 83 0 61 0 44 0 89 0 44 0 28 0 78 0 56 0 89 0 78 0 56 0 +USW00094728199210PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 109 0 0T 0 74 0 0 0 0 0 15 0 0 0 3 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 58 0 10 0 0 0 0 0 0 0 0 0 3 0 23 0 +USW00094728199210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199210FMTM 1650 X 1450 X 1650 X 1050 X 1050 X 0450 X 1450 X 1650 X 2150 X 0050 X 1945 X 1945 X 1050 X 1850 X 0050 X 2350 X 0150 X 1450 X 1650 X 1950 X 0950 X 1150 X 2350 X 0850 X 0050 X 0150 X 0750 X 1650 X 2250 X 2150 X 0750 X +USW00094728199210PGTM 1155 X 1310 X 1811 X 2240 X 0949 X 0016 X 1401 X 1947 X 2108 X 0058 X 2226 X 1751 X 0218 X 1753 X 0837 X 2331 X 0658 X 1643 X 1941 X 0228 X 0710 X 0956 X 2340 X 0912 X 1805 X 1005 X 0754 X 1924 X 1116 X 0940 X 1012 X +USW00094728199210TSUN 649 X 704 X 701 X 459 X 657 X 693 X 691 X 591 X 0 X 584 X 0 X 565 X 495 X 199 X 507 X 347 X 612 X 324 X 11 X 404 X 139 X 641 X 649 X 107 X 101 X 475 X 561 X 459 X 68 X 0 X 0 X +USW00094728199210WDF1 240 X 240 X 240 X 50 X 30 X 10 X 200 X 170 X 180 X 310 X 190 X 260 X 340 X 80 X 60 X 310 X 300 X 170 X 290 X 260 X 220 X 30 X 250 X 240 X 300 X 290 X 310 X-9999 300 X 40 X 30 X +USW00094728199210WDFG 248W X 225W X 270W X 360W X 360W X 360W X 225W X 180W X 180W X 270W X 270W X 270W X 225W X 45W X 45W X 315W X 315W X 135W X 315W X 315W X 225W X 45W X 270W X 225W X 315W X 270W X 315W X 270W X 270W X 45W X 90W X +USW00094728199210WSF1 63 X 58 X 80 X 80 X 103 X 63 X 40 X 63 X 103 X 58 X 45 X 72 X 76 X 54 X 36 X 63 X 67 X 36 X 72 X 58 X 54 X 63 X 54 X 58 X 76 X 72 X 58 X-9999 40 X 54 X 67 X +USW00094728199210WSFG 103 X 103 X 129 X 93 X 149 X 87 X 67 X 93 X 170 X 118 X 87 X 123 X 113 X 77 X 62 X 113 X 93 X 41 X 108 X 72 X 93 X 87 X 62 X 72 X 113 X 82 X 77 X 62 X 57 X 77 X 82 X +USW00094728199210WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199210WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 +USW00094728199211TMAX 106 0 94 0 128 0 150 0 150 0 100 0 83 0 61 0 56 0 100 0 133 0 172 0 172 0 83 0 67 0 61 0 117 0 83 0 72 0 67 0 167 0 178 0 217 0 122 0 117 0 150 0 139 0 106 0 78 0 83 0-9999 +USW00094728199211TMIN 44 0 44 0 94 0 94 0 61 0 44 0 22 0 -11 0 -17 0 6 0 83 0 100 0 61 0 17 0 -6 0 -11 0 28 0 28 0 6 0 -6 0 39 0 144 0 111 0 83 0 83 0 111 0 72 0 39 0 33 0 22 0-9999 +USW00094728199211PRCP 0 0 97 0 554 0 0T 0 51 0 0T 0 0 0 0 0 0 0 0 0 0T 0 104 0 66 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 79 0 290 0 13 0 10 0 170 0 0 0 0 0 0T 0 0 0-9999 +USW00094728199211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199211FMTM 1250 X 1850 X 1350 X 1250 X 0750 X 0950 X 1650 X 1950 X 0650 X 2150 X 0550 X 2350 X 1050 X 1050 X 1950 X 0250 X 1250 X 1050 X 0950 X 0350 X 1550 X 0250 X 0650 X 1250 X 1950 X 0850 X 1150 X 0450 X 0545 X 1650 X-9999 +USW00094728199211PGTM 1256 X 2138 X 0130 X 1630 X 2110 X 1408 X 2130 X 1335 X 0846 X 2232 X 1046 X 2229 X 0011 X 0207 X 1418 X 1122 X 1300 X 0956 X 0603 X 0503 X 2247 X 0211 X 0643 X 0634 X 0305 X 2357 X 2148 X 0505 X 2152 X 1635 X-9999 +USW00094728199211TSUN 471 X 0 X 0 X 4 X 0 X 195 X 300 X 537 X 595 X 523 X 0 X 108 X 538 X 598 X 595 X 562 X 228 X 0 X 415 X 472 X 0 X 0 X 465 X 0 X 0 X 0 X 456 X 410 X 0 X 510 X-9999 +USW00094728199211WDF1 40 X 110 X 350 X-9999 290 X-9999 -9999 30 X 50 X 190 X 230 X 180 X 280 X 310 X 270 X 270 X 230 X 90 X 40 X 40 X 160 X 230 X 240 X 90 X 40 X-9999 280 X 40 X 310 X 260 X-9999 +USW00094728199211WDFG 45W X 135W X 90W X 180W X 270W X 270W X 45W X 360W X 45W X 180W X 225W X 180W X 135W X 270W X 270W X 270W X 225W X 45W X 45W X 45W X 225W X 225W X 225W X 45W X 45W X 225W X 360W X 45W X 270W X 270W X-9999 +USW00094728199211WSF1 72 X 67 X 58 X-9999 45 X-9999 -9999 58 X 58 X 40 X 76 X 89 X 107 X 58 X 63 X 54 X 58 X 63 X 72 X 63 X 72 X 67 X 67 X 58 X 54 X-9999 63 X 45 X 54 X 67 X-9999 +USW00094728199211WSFG 93 X 82 X 72 X 82 X 62 X 82 X 72 X 77 X 87 X 72 X 93 X 139 X 144 X 93 X 82 X 62 X 103 X 72 X 93 X 82 X 82 X 93 X 98 X 72 X 57 X 46 X 77 X 72 X 72 X 98 X-9999 +USW00094728199211WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199211WT14-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728199211WT16-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00094728199212TMAX 106 0 94 0 78 0 56 0 39 0 28 0 56 0 39 0 11 0 61 0 56 0 50 0 67 0 56 0 67 0 78 0 144 0 72 0 100 0 94 0 22 0 89 0 72 0 44 0 22 0 17 0 -6 0 61 0 83 0 106 0 161 0 +USW00094728199212TMIN 39 0 44 0 17 0 0 0 -17 0 -33 0 11 0 -28 0 -72 0 -39 0 28 0 6 0 6 0 11 0 -6 0 11 0 67 0 22 0 11 0 11 0 -22 0 6 0 28 0 -83 0 -83 0 -56 0 -78 0 -6 0 50 0 78 0 72 0 +USW00094728199212PRCP 0 0 43 0 0 0 3 0 36 0 0 0 0 0 0 0 0 0 112 0 612 0 117 0 36 0 0 0 0 0 0T 0 257 0 0 0 0 0 23 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 10 0 36 0 104 0 10 0 +USW00094728199212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199212FMTM 0050 X 2250 X 2050 X 1350 X 1750 X 1250 X 2350 X 1750 X 2145 X 2250 X 0850 X 0950 X 1450 X 0550 X 2250 X 0350 X 1550 X 1050 X 1350 X 2050 X 0250 X 0750 X 0850 X 1250 X 1950 X 1750 X 2350 X 1050 X 1050 X 2150 X 1650 X +USW00094728199212PGTM 0129 X 1325 X 1336 X 0100 X 1855 X 0000 X 2316 X 1228 X 2053 X 1950 X 1039 X 0130 X 2020 X 0506 X 2201 X 0330 X 2150 X 1631 X 1313 X 2023 X 0204 X 0744 X 1048 X 1052 X 1850 X 2050 X-9999 1321 X 0932 X 2145 X 1819 X +USW00094728199212TSUN 45 X 0 X 280 X 330 X 225 X 485 X 413 X 488 X 561 X 0 X 0 X 0 X 345 X 294 X 557 X 66 X 0 X 549 X 46 X 106 X 555 X 446 X 0 X 479 X 342 X 500 X 545 X 0 X 0 X 0 X 3 X +USW00094728199212WDF1 240 X 300 X 300 X 220 X 300 X 280 X 300 X 280 X 40 X 90 X 50 X 360 X 40 X 50 X 230 X 230 X 160 X 300 X 160 X 310 X 300 X 250 X 170 X 290 X 260 X 310 X 330 X 40 X 50 X 130 X 240 X +USW00094728199212WDFG 225W X 180W X 270W X 315W X 315W X 270W X 315W X 315W X 45W X 90W X 45W X 45W X 45W X 45W X 225W X 225W X 315W X 270W X 180W X 315W X 315W X 270W X 225W X 293W X 225W X 315W X-9999 45W X 45W X 135W X 225W X +USW00094728199212WSF1 45 X 45 X 67 X 72 X 103 X 72 X 72 X 67 X 58 X 94 X 174 X 103 X 103 X 112 X 54 X 72 X 63 X 80 X 54 X 72 X 63 X 67 X 58 X 94 X 98 X 116 X 98 X 63 X 45 X 40 X 72 X +USW00094728199212WSFG 72 X 87 X 154 X 93 X 164 X 123 X 118 X 129 X 87 X 149 X 288 X 175 X 144 X 139 X 87 X 93 X 129 X 139 X 87 X 164 X 108 X 98 X 98 X 195 X 139 X 159 X-9999 67 X 77 X 62 X 123 X +USW00094728199212WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199212WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00094728199212WT16-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00094728199212WT18-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199301TMAX 128 0 28 0 56 0 178 0 178 0 56 0 67 0 61 0 28 0 -28 0 6 0 28 0 39 0 22 0 44 0 39 0 50 0 33 0 22 0 61 0 61 0 117 0 78 0 128 0 61 0 17 0 67 0 44 0 50 0 22 0 78 0 +USW00094728199301TMIN -39 0 -39 0 -28 0 50 0 39 0 22 0 22 0 28 0 -39 0 -56 0 -50 0 6 0 17 0 -11 0 -6 0 -11 0 -11 0 -44 0 -61 0 -28 0 -17 0 50 0 39 0 33 0 -11 0 -39 0 -6 0 -28 0 -50 0 -56 0 -6 0 +USW00094728199301PRCP 0 0 0 0 10 0 0T 0 361 0 0 0 0 0 0T 0 0T 0 25 0 0T 0 79 0 137 0 41 0 10 0 0 0 0 0 0 0 0 0 0 0 51 0 137 0 0 0 23 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 +USW00094728199301SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 28 0 0T 0 0T 0 0T 0 5 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 +USW00094728199301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 25 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199301FMTM 0550 X 0850 X 0650 X 1550 X 1450 X 1350 X 1450 X 1850 X 0950 X 1850 X 0950 X 2050 X 1450 X 1450 X 1450 X 1850 X 2150 X 0350 X 1550 X 1250 X 2250 X 2050 X 1550 X 2250 X 0350 X 0850 X 2250 X 1945 X 1650 X 1650 X 1050 X +USW00094728199301PGTM 0300 X 1146 X 1900 X 1532 X 1427 X 0001 X 1450 X 1850 X 0948 X 0817 X 1618 X 2013 X-9999 -9999 1306 X 0918 X 2124 X 0107 X 1455 X 1041 X 0100 X 0633 X 1509 X 2245 X 0358 X 0028 X 1703 X 1948 X 1447 X 1157 X 1301 X +USW00094728199301TSUN 459 X 487 X 146 X 448 X 294 X 122 X 366 X 0 X 0 X 0 X 0 X 0 X 0 X 4 X 125 X 472 X 213 X 580 X 580 X 583 X 205 X 37 X 271 X 462 X 585 X 525 X 406 X 320 X 453 X 499 X 0 X +USW00094728199301WDF1 320 X 280 X 90 X 220 X 300 X 280 X 180 X 10 X 60 X 50 X 30 X 40 X 80 X 50 X 270 X 340 X 270 X 270 X 300 X 270 X 130 X 250 X 290 X 280 X 260 X 10 X 300 X 190 X 300 X 270 X 240 X +USW00094728199301WDFG 315W X 315W X 180W X 225W X 315W X 315W X 180W X 360W X 68W X 23W X 45W X 45W X-9999 -9999 270W X 360W X 270W X 270W X 315W X 270W X 45W X 90W X 270W X 270W X 270W X 293W X 293W X 180W X 270W X 270W X 270W X +USW00094728199301WSF1 94 X 67 X 58 X 103 X 103 X 45 X 54 X 72 X 76 X 89 X 58 X 54 X 63 X 45 X 40 X 40 X 63 X 72 X 67 X 63 X 58 X 67 X 63 X 80 X 67 X 54 X 58 X 63 X 98 X 72 X 63 X +USW00094728199301WSFG 129 X 72 X 51 X 154 X 175 X 51 X 51 X 72 X 93 X 103 X 72 X 62 X-9999 -9999 67 X 57 X 93 X 123 X 108 X 93 X 77 X 98 X 98 X 134 X 129 X 93 X 113 X 108 X 139 X 118 X 103 X +USW00094728199301WT04-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199301WT14-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199301WT16-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728199301WT18-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728199302TMAX 61 0 -11 0 111 0 67 0 133 0 78 0 6 0 67 0 22 0 106 0 72 0 22 0 33 0 39 0 61 0 100 0 61 0 17 0 -28 0 6 0 6 0 67 0 28 0 -17 0 -17 0 -28 0 17 0 22 0-9999 -9999 -9999 +USW00094728199302TMIN -128 0 -139 0 -44 0 -6 0 -11 0 -122 0 -139 0 -17 0 -67 0 -6 0 0 0 -11 0 -6 0 -28 0 -33 0 6 0 -22 0 -72 0 -111 0 -83 0 -50 0 0 0 -39 0 -78 0 -94 0 -61 0 -67 0 -61 0-9999 -9999 -9999 +USW00094728199302PRCP 0 0 0T 0 0 0 0T 0 0 0 53 0 0T 0 0 0 0 0 0 0 0 0 282 0 74 0 0T 0 0 0 170 0 0T 0 0 0 0 0 0 0 117 0 15 0 0T 0 0 0 0 0 3 0 0 0 0 0-9999 -9999 -9999 +USW00094728199302SNOW 0 0 0T 0 0 0 0T 0 0 0 48 0 0T 0 0 0 0 0 0 0 0 0 76 0 10 0 0T 0 0 0 25 0 0 0 0 0 0 0 0 0 109 0 0 0 0T 0 0 0 0 0 3 0 0 0 0 0-9999 -9999 -9999 +USW00094728199302SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 51 0 0T 0 0 0 0 0 0T 0 51 0 25 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 76 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0-9999 -9999 -9999 +USW00094728199302FMTM 1450 X 1050 X 2350 X 0950 X 1750 X 0350 X 2150 X 1050 X 0850 X 1050 X 2250 X 1150 X 0150 X 0350 X 0550 X 1450 X 0550 X 2150 X 0350 X 1950 X 1650 X 0150 X 1150 X 1050 X 0050 X 0850 X 1150 X 1450 X-9999 -9999 -9999 +USW00094728199302PGTM 0905 X 0926 X 2230 X 1140 X 1326 X 0854 X 2147 X 2029 X 0251 X 1244 X 2252 X 1130 X 2230 X 0220 X 0050 X 0937 X 0542 X 2127 X 0150 X 1347 X 2357 X 0152 X 1746 X 2055 X 0850 X 0820 X 1031 X 0209 X-9999 -9999 -9999 +USW00094728199302TSUN 588 X 610 X 549 X 565 X 520 X 110 X 573 X 623 X 625 X 574 X 37 X 0 X 0 X 551 X 551 X 0 X 515 X 496 X 650 X 561 X 62 X 35 X 497 X 510 X 665 X 7 X 606 X 435 X-9999 -9999 -9999 +USW00094728199302WDF1 310 X 330 X 230 X 300 X 240 X 40 X 180 X 280 X 50 X 230 X 70 X 50 X 20 X 270 X 260 X 70 X 290 X 300 X 300 X 300 X 60 X 50 X 240 X 260 X 270 X 40 X 40 X 340 X-9999 -9999 -9999 +USW00094728199302WDFG 315W X 360W X 225W X 293W X 225W X 45W X 180W X 360W X 45W X 225W X 90W X 45W X 270W X 270W X 270W X 135W X 270W X 270W X 90W X 248W X 360W X 45W X 270W X 293W X 270W X 45W X 45W X 45W X-9999 -9999 -9999 +USW00094728199302WSF1 72 X 89 X 63 X 94 X 67 X 72 X 80 X 58 X 58 X 54 X 80 X 98 X 67 X 76 X 54 X 58 X 89 X 72 X 63 X 45 X 80 X 63 X 67 X 67 X 67 X 45 X 76 X 63 X-9999 -9999 -9999 +USW00094728199302WSFG 134 X 134 X 98 X 144 X 113 X 118 X 103 X 93 X 103 X 82 X 118 X 144 X 134 X 123 X 77 X 103 X 134 X 118 X 118 X 77 X 108 X 113 X 113 X 123 X 103 X 77 X 123 X 113 X-9999 -9999 -9999 +USW00094728199302WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199302WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199302WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199302WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199302WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199302WT18-9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199303TMAX 61 0 100 0 100 0 56 0 22 0 56 0 111 0 133 0 89 0 44 0 50 0 56 0 44 0 39 0 6 0 72 0 83 0 -17 0 11 0 56 0 89 0 100 0 83 0 44 0 106 0 194 0 167 0 122 0 133 0 117 0 200 0 +USW00094728199303TMIN -56 0 6 0 33 0 11 0 -11 0 -11 0 6 0 44 0 22 0 0 0 -11 0 -17 0 -22 0 -83 0 -100 0 -33 0 -39 0 -106 0 -94 0 -33 0 11 0 22 0 11 0 28 0 33 0 78 0 78 0 83 0 100 0 78 0 78 0 +USW00094728199303PRCP 0 0 0 0 0 0 251 0 46 0 0T 0 0 0 0T 0 0 0 15 0 0 0 0 0 602 0 38 0 0 0 0 0 191 0 0T 0 0 0 0T 0 53 0 0 0 86 0 198 0 0 0 0 0 8 0 198 0 0T 0 0T 0 0 0 +USW00094728199303SNOW 0 0 0 0 0 0 0T 0 5 0 0T 0 0 0 0 0 0 0 8 0 0 0 0 0 259 0 10 0 0 0 0 0 20 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199303SNWD 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 203 0 203 0 178 0 102 0 51 0 51 0 51 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199303FMTM 0650 X 1550 X 0850 X 1650 X 0350 X 0550 X 1250 X 2050 X 1250 X 1350 X 1150 X 0950 X 1550 X 0750 X 0450 X 1550 X 1850 X 0950 X 0550 X 2050 X 1150 X 1150 X 1250 X 1950 X 0650 X 1050 X 2250 X 0350 X 1850 X 0850 X 1850 X +USW00094728199303PGTM 0724 X 1127 X 0833 X 1306 X 0342 X 0106 X 1611 X 2338 X 1215 X 1556 X 1156 X 0905 X 1515 X 2021 X 0011 X 1035 X 1727 X 0920 X 0216 X 1728 X 0518 X 1135 X 2125 X 2135 X 0047 X 1034 X 2334 X 0645 X 2340 X 0845 X 1626 X +USW00094728199303TSUN 360 X 627 X 484 X 0 X 0 X 160 X 693 X 278 X 550 X 314 X 699 X 612 X 0 X 468 X 686 X 717 X 0 X 668 X 725 X 147 X 60 X 698 X 365 X 0 X 190 X 664 X 338 X 10 X 0 X 35 X 658 X +USW00094728199303WDF1 290 X 350 X 360 X 60 X 70 X 40 X 280 X 270 X 280 X 170 X 300 X 310 X 40 X 280 X 270 X 160 X 350 X 20 X 40 X 150 X 240 X 300 X 140 X 40 X 20 X 50 X 60 X 90 X 30 X 40 X 150 X +USW00094728199303WDFG 270W X 315W X 360W X 45W X 90W X 360W X 225W X 270W X 270W X 135W X 315W X 270W X 45W X 315W X 315W X 180W X 270W X 360W X 360W X 135W X 225W X 315W X 135W X 45W X 45W X 45W X 45W X 45W X 360W X 45W X 135W X +USW00094728199303WSF1 58 X 54 X 36 X 228 X 139 X 45 X 63 X 40 X 72 X 58 X 80 X 72 X 143 X 125 X 67 X 63 X 58 X 72 X 67 X 54 X 45 X 54 X 63 X 72 X 67 X 45 X 54 X 80 X 58 X 72 X 58 X +USW00094728199303WSFG 93 X 82 X 62 X 129 X 185 X 93 X 82 X 77 X 113 X 87 X 113 X 82 X 278 X 190 X 144 X 129 X 98 X 144 X 118 X 82 X 82 X 82 X 82 X 113 X 98 X 67 X 72 X 123 X 93 X 108 X 82 X +USW00094728199303WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199303WT04-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199303WT14-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00094728199303WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00094728199303WT18-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199304TMAX 94 0 50 0 89 0 78 0 139 0 111 0 161 0 178 0 172 0 167 0 183 0 128 0 172 0 183 0 133 0 172 0 189 0 167 0 261 0 211 0 233 0 133 0 144 0 217 0 244 0 211 0 161 0 200 0 244 0 256 0-9999 +USW00094728199304TMIN 39 0 28 0 39 0 22 0 17 0 50 0 39 0 56 0 67 0 78 0 78 0 50 0 50 0 61 0 100 0 122 0 89 0 56 0 94 0 128 0 106 0 61 0 39 0 94 0 106 0 56 0 44 0 56 0 78 0 100 0-9999 +USW00094728199304PRCP 480 0 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 64 0 0T 0 0T 0 0T 0 0T 0 0T 0 61 0 0T 0 0 0 0 0 0 0 119 0 109 0 0T 0 0T 0 0 0 236 0 3 0 0 0 0 0 0 0-9999 +USW00094728199304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199304FMTM 0650 X 0350 X 1550 X 0250 X 1750 X 1050 X 0850 X 1350 X 1650 X 1150 X 0950 X 2150 X 2250 X 1550 X 2250 X 0650 X 1850 X 1150 X 1850 X 1750 X 0150 X 2350 X 1450 X 0150 X 0140 X 1550 X 1250 X 0950 X 0750 X 1550 X-9999 +USW00094728199304PGTM 1121 X 1821 X 1554 X 0014 X 1255 X 0943 X 1047 X 1338 X 1431 X 1530 X 1428 X 2005 X 0656 X 0822 X 1044 X 2124 X 0116 X 0914 X 1333 X 1946 X 1207 X 2118 X 1441 X 0007 X 0143 X 1840 X 0617 X 0910 X 0913 X 1618 X-9999 +USW00094728199304TSUN 0 X 0 X 120 X 486 X 680 X 25 X 776 X 771 X 445 X 0 X 611 X 370 X 619 X 468 X 0 X 12 X 170 X 554 X 780 X 646 X 286 X 0 X 103 X 533 X 706 X 0 X 685 X 830 X 797 X 728 X-9999 +USW00094728199304WDF1 40 X 40 X 280 X 320 X 170 X 50 X 60 X 50 X 150 X 150 X 300 X 320 X 20 X 150 X 160 X 160 X 280 X 280 X 230 X 160 X 140 X 290 X 310 X 280 X 180 X 50 X 30 X 100 X 40 X 150 X-9999 +USW00094728199304WDFG 90W X 45W X 270W X 315W X 180W X 68W X 45W X 45W X 90W X 135W X 270W X 315W X 270W X 360W X 135W X 180W X 180W X 270W X 225W X 180W X 225W X 315W X 315W X 270W X 180W X 315W X 45W X 90W X 90W X 90W X-9999 +USW00094728199304WSF1 94 X 98 X 76 X 63 X 45 X 85 X 72 X 54 X 58 X 67 X 76 X 80 X 63 X 45 X 54 X 72 X 67 X 72 X 67 X 58 X 45 X 67 X 89 X 67 X 63 X 89 X 76 X 45 X 54 X 40 X-9999 +USW00094728199304WSFG 134 X 113 X 129 X 98 X 82 X 139 X 113 X 77 X 93 X 113 X 103 X 118 X 103 X 67 X 77 X 144 X 129 X 113 X 108 X 108 X 72 X 113 X 164 X 123 X 103 X 144 X 134 X 77 X 87 X 67 X-9999 +USW00094728199304WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199304WT14-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728199304WT16 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728199305TMAX 278 0 261 0 206 0 206 0 206 0 261 0 256 0 228 0 317 0 256 0 333 0 306 0 206 0 206 0 233 0 267 0 228 0 217 0 133 0 144 0 211 0 233 0 272 0 267 0 300 0 244 0 244 0 261 0 239 0 256 0 211 0 +USW00094728199305TMIN 122 0 117 0 111 0 106 0 139 0 167 0 156 0 117 0 128 0 133 0 139 0 189 0 133 0 117 0 117 0 150 0 128 0 117 0 111 0 100 0 78 0 100 0 100 0 167 0 211 0 161 0 156 0 150 0 139 0 106 0 139 0 +USW00094728199305PRCP 0 0 0 0 0 0 0T 0 64 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 3 0 0 0 0 0 15 0 0 0 15 0 56 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 229 0 +USW00094728199305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199305FMTM 2250 X 0950 X 1350 X 0350 X 1350 X 0850 X 0950 X 1450 X 1550 X 0950 X 1150 X 1850 X 0750 X 0550 X 1550 X 1150 X 1550 X 1250 X 0850 X 1750 X 1055 X 1650 X 1550 X 2150 X 1550 X 1750 X 1350 X 2250 X 1850 X 0850 X 1550 X +USW00094728199305PGTM 1453 X 0905 X 1433 X 0700 X 1021 X 1315 X 1422 X 1638 X 2011 X 0558 X 1630 X 2023 X 0610 X 0356 X 1428 X 0011 X 0855 X 2347 X 0023 X 1616 X 1551 X 1808 X 1428 X 2342 X 1306 X 1539 X 1609 X 2300 X 0926 X 1029 X 1402 X +USW00094728199305TSUN 837 X 826 X 800 X 37 X 122 X 608 X 778 X 701 X 844 X 857 X 747 X 720 X 0 X 781 X 866 X 365 X 805 X 180 X 0 X 0 X 557 X 670 X 881 X 160 X 620 X 517 X 774 X 120 X 588 X 891 X 150 X +USW00094728199305WDF1 20 X 50 X 100 X 60 X 130 X 270 X 30 X 160 X 170 X 40 X 240 X 230 X 300 X 50 X 150 X 300 X 180 X 170 X 40 X 320 X 310 X 300 X 260 X 220 X 270 X 280 X 290 X 230 X 300 X 310 X 150 X +USW00094728199305WDFG 180W X 45W X 90W X 45W X 135W X 270W X 360W X 180W X 270W X 45W X 225W X 225W X 315W X 45W X 180W X 225W X 45W X 45W X 90W X 315W X 270W X 315W X 270W X 225W X 180W X 270W X 270W X 225W X 315W X 315W X 180W X +USW00094728199305WSF1 40 X 67 X 67 X 45 X 54 X 54 X 54 X 63 X 40 X 54 X 54 X 63 X 54 X 63 X 58 X 54 X 54 X 58 X 58 X 45 X 54 X 54 X 54 X 54 X 67 X 58 X 80 X 63 X 63 X 67 X 63 X +USW00094728199305WSFG 67 X 108 X 72 X 57 X 67 X 87 X 77 X 77 X 62 X 93 X 108 X 113 X 72 X 93 X 87 X 82 X 77 X 98 X 98 X 67 X 77 X 103 X 82 X 87 X 113 X 87 X 123 X 103 X 144 X 87 X 123 X +USW00094728199305WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199305WT14-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199305WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 +USW00094728199306TMAX 228 0 217 0 244 0 244 0 178 0 194 0 261 0 267 0 328 0 311 0 294 0 267 0 278 0 300 0 278 0 289 0 306 0 328 0 350 0 294 0 294 0 306 0 283 0 311 0 317 0 333 0 300 0 333 0 289 0 306 0-9999 +USW00094728199306TMIN 128 0 106 0 144 0 139 0 133 0 128 0 133 0 167 0 183 0 211 0 194 0 161 0 150 0 161 0 167 0 183 0 167 0 200 0 244 0 206 0 200 0 194 0 161 0 156 0 183 0 194 0 183 0 217 0 217 0 211 0-9999 +USW00094728199306PRCP 10 0 0 0 0 0 8 0 53 0 0 0 0 0 0 0 81 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 127 0 38 0 0 0 0 0 0 0 0 0 0 0 61 0 0 0 0T 0 0 0-9999 +USW00094728199306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199306FMTM 1750 X 2350 X 1450 X 1250 X 1050 X 1150 X 0950 X 2250 X 1250 X 1450 X 1850 X 0950 X 1550 X 1650 X 1450 X 1150 X 2350 X 1350 X 0050 X 1550 X 1450 X 2350 X 1145 X 2250 X 1450 X 1650 X 1350 X 2050 X 1250 X 0550 X-9999 +USW00094728199306PGTM 1128 X 2304 X 0056 X 0650 X 1309 X 1315 X 1253 X 1320 X 1519 X 1213 X 1017 X 0126 X 1413 X 1355 X 1445 X 2250 X 1900 X 1537 X 1746 X 1430 X 1750 X 2043 X 1104 X 2317 X 2336 X 1149 X 0422 X 2017 X 1124 X 1931 X-9999 +USW00094728199306TSUN 517 X 493 X 322 X 387 X 3 X 305 X 575 X 531 X 331 X 782 X 636 X 881 X 904 X 904 X 495 X 885 X 905 X 905 X 604 X 509 X 397 X 637 X 906 X 905 X 905 X 819 X 524 X 665 X 396 X 684 X-9999 +USW00094728199306WDF1 300 X 270 X 230 X 340 X 130 X 270 X 280 X 250 X 270 X 300 X 360 X 40 X 170 X 150 X 160 X 290 X 240 X 170 X 230 X 170 X 220 X 270 X 320 X 270 X 170 X 170 X 140 X 260 X 50 X 40 X-9999 +USW00094728199306WDFG 270W X 225W X 270W X 360W X 135W X 315W X 270W X 180W X 225W X 270W X 315W X 45W X 180W X 180W X 158W X 45W X 180W X 180W X 225W X 180W X 180W X 315W X 315W X 225W X 270W X 225W X 315W X 270W X 90W X 45W X-9999 +USW00094728199306WSF1 58 X 54 X 54 X 40 X 58 X 63 X 63 X 63 X 58 X 72 X 76 X 63 X 63 X 54 X 63 X 45 X 54 X 54 X 45 X 45 X 54 X 63 X 72 X 54 X 63 X 63 X 36 X 63 X 54 X 54 X-9999 +USW00094728199306WSFG 118 X 77 X 67 X 67 X 98 X 67 X 93 X 82 X 149 X 129 X 108 X 87 X 82 X 82 X 98 X 72 X 93 X 82 X 82 X 82 X 154 X 129 X 108 X 82 X 108 X 103 X 62 X 77 X 67 X 87 X-9999 +USW00094728199306WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199306WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199306WT16 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 +USW00094728199307TMAX 294 0 206 0 278 0 350 0 328 0 306 0 367 0 378 0 383 0 389 0 361 0 344 0 344 0 328 0 322 0 322 0 311 0 328 0 239 0 333 0 311 0 306 0 317 0 328 0 322 0 256 0 328 0 356 0 344 0 317 0 322 0 +USW00094728199307TMIN 189 0 183 0 189 0 228 0 217 0 206 0 239 0 267 0 256 0 267 0 222 0 256 0 239 0 217 0 217 0 183 0 189 0 183 0 183 0 189 0 206 0 189 0 189 0 194 0 200 0 189 0 206 0 222 0 222 0 222 0 200 0 +USW00094728199307PRCP 0 0 193 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 81 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 69 0 0 0 5 0 0 0 0 0 +USW00094728199307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199307FMTM 0850 X 0750 X 1350 X 1350 X 1750 X 1750 X 1650 X 1850 X 1450 X 1350 X 1750 X 1450 X 1450 X 2350 X 0950 X 1650 X 0950 X 1650 X 1650 X 1150 X 1550 X 0950 X 1450 X 1850 X 1950 X 1550 X 0550 X 1650 X 1850 X 1350 X 0450 X +USW00094728199307PGTM 0938 X 0622 X 0210 X 1253 X 1750 X 1658 X 1506 X 1649 X 1426 X 1456 X 1615 X 1508 X 1607 X 1927 X 1010 X 1643 X 1441 X 1757 X 1620 X 1315 X 1628 X 1121 X 1426 X 1443 X 1805 X 1238 X 0358 X 1516 X 1615 X 1601 X 1014 X +USW00094728199307TSUN 863 X 0 X 429 X 830 X 900 X 790 X 780 X 866 X 894 X 860 X 715 X 691 X 856 X 522 X 838 X 866 X 886 X 884 X 30 X 675 X 839 X 809 X 805 X 723 X 755 X 312 X 267 X 699 X 666 X 722 X 651 X +USW00094728199307WDF1 30 X 70 X 280 X 320 X 150 X 170 X 190 X 270 X 330 X 290 X 260 X 300 X 270 X 270 X 350 X 320 X 310 X 190 X 160 X 310 X 270 X 280 X 280 X 170 X 120 X 160 X 200 X 170 X 240 X 280 X 270 X +USW00094728199307WDFG 90W X 90W X 45W X 270W X 158W X 180W X 225W X 225W X 315W X 45W X 270W X 315W X 270W X 180W X 360W X 315W X 360W X 135W X 135W X 315W X 315W X 180W X 270W X 180W X 135W X 135W X 180W X 270W X 225W X 225W X 315W X +USW00094728199307WSF1 67 X 63 X 45 X 54 X 63 X 54 X 54 X 45 X 54 X 54 X 45 X 63 X 54 X 45 X 67 X 63 X 63 X 58 X 58 X 58 X 67 X 58 X 58 X 54 X 54 X 63 X 63 X 36 X 54 X 67 X 40 X +USW00094728199307WSFG 108 X 93 X 72 X 82 X 77 X 93 X 72 X 72 X 82 X 154 X 77 X 93 X 82 X 108 X 118 X 113 X 98 X 77 X 108 X 93 X 93 X 108 X 108 X 82 X 87 X 93 X 98 X 77 X 98 X 98 X 62 X +USW00094728199307WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728199307WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728199307WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 +USW00094728199308TMAX 333 0 344 0 344 0 356 0 300 0 239 0 228 0 300 0 283 0 289 0 278 0 244 0 289 0 322 0 339 0 300 0 239 0 250 0 283 0 278 0 289 0 278 0 300 0 289 0 344 0 356 0 356 0 350 0 311 0 294 0 294 0 +USW00094728199308TMIN 206 0 222 0 244 0 228 0 194 0 167 0 167 0 167 0 200 0 189 0 194 0 194 0 189 0 217 0 222 0 200 0 189 0 200 0 183 0 206 0 194 0 156 0 189 0 206 0 222 0 228 0 228 0 217 0 211 0 217 0 217 0 +USW00094728199308PRCP 3 0 0 0 0 0 0 0 0 0 130 0 53 0 8 0 0T 0 0 0 0 0 58 0 56 0 0 0 0 0 470 0 343 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 114 0 0 0 0 0 135 0 0 0 0 0 0 0 +USW00094728199308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199308FMTM 1450 X 1450 X 1550 X 1850 X 1450 X 1850 X 2050 X 1650 X 1650 X 1950 X 1650 X 1250 X 1250 X 1055 X 0750 X 1850 X 1850 X 1450 X 1550 X 1350 X 1550 X 1550 X 2150 X 1650 X 0150 X 1250 X 2250 X 2350 X 0150 X 2250 X 1150 X +USW00094728199308PGTM 1448 X 1114 X 1608 X 1703 X 1418 X 1717 X 2115 X 1544 X 1223 X 2052 X 1621 X 1710 X 1457 X 1549 X 2136 X 1932 X 0425 X 1411 X 1458 X 0028 X 1204 X 0723 X 1607 X 2337 X 0015 X 1833 X 2130 X 1620 X 0806 X 2049 X 1659 X +USW00094728199308TSUN 685 X 760 X 749 X 525 X 733 X 101 X 239 X 688 X 254 X 791 X 495 X 193 X 345 X 635 X 730 X 161 X 0 X 217 X 687 X 414 X 746 X 756 X 750 X 632 X 641 X 801 X 797 X 618 X 770 X 541 X 710 X +USW00094728199308WDF1 110 X 180 X 220 X 300 X 300 X 60 X 170 X 180 X 170 X 150 X 160 X 60 X 170 X 70 X 50 X 220 X 120 X 60 X 180 X 220 X 70 X 150 X 210 X 190 X 240 X 60 X 220 X 260 X 300 X 150 X 200 X +USW00094728199308WDFG 90W X 180W X 225W X 315W X 315W X 45W X 180W X 180W X 180W X 135W X 180W X 135W X 135W X 270W X 135W X 225W X 180W X 45W X 180W X 225W X 360W X 45W X 180W X 270W X 225W X 180W X 225W X 270W X 90W X 135W X 135W X +USW00094728199308WSF1 63 X 58 X 58 X 67 X 54 X 54 X 40 X 54 X 54 X 54 X 58 X 40 X 45 X 45 X 54 X 54 X 58 X 76 X 54 X 40 X 58 X 54 X 45 X 58 X 54 X 54 X 63 X 54 X 54 X 36 X 58 X +USW00094728199308WSFG 77 X 98 X 82 X 108 X 87 X 93 X 72 X 77 X 77 X 72 X 77 X 62 X 67 X 62 X 62 X 108 X 103 X 118 X 62 X 77 X 98 X 72 X 87 X 98 X 77 X 72 X 113 X 134 X 72 X 77 X 82 X +USW00094728199308WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00094728199308WT16 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00094728199309TMAX 322 0 244 0 350 0 261 0 300 0 294 0 261 0 200 0 256 0 272 0 206 0 239 0 289 0 300 0 322 0 206 0 183 0 178 0 228 0 178 0 167 0 178 0 217 0 228 0 233 0 256 0 244 0 194 0 189 0 139 0-9999 +USW00094728199309TMIN 228 0 211 0 244 0 194 0 189 0 178 0 194 0 183 0 189 0 167 0 128 0 117 0 183 0 189 0 206 0 133 0 133 0 150 0 111 0 67 0 111 0 139 0 156 0 128 0 111 0 122 0 156 0 111 0 111 0 83 0-9999 +USW00094728199309PRCP 3 0 0T 0 0T 0 76 0 0 0 0 0 0T 0 18 0 81 0 71 0 0 0 0 0 0 0 0 0 163 0 43 0 102 0 102 0 0 0 0 0 61 0 0T 0 56 0 0 0 66 0 361 0 127 0 0 0 0 0 5 0-9999 +USW00094728199309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199309FMTM 1250 X 0250 X 1150 X 1550 X 1650 X 1450 X 1950 X 1150 X 1950 X 0250 X 1450 X 1750 X 1150 X 2345 X 2345 X 1750 X 1050 X 0550 X 1050 X 0750 X 0450 X 0450 X 1650 X 0350 X 1650 X 1450 X 2250 X 0950 X 0550 X 1350 X-9999 +USW00094728199309PGTM 1444 X 2209 X 2108 X 1252 X 1453 X 1620 X 1355 X 0114 X 2345 X 1802 X 1007 X 1358 X 0808 X 2247 X 0119 X 1141 X 0040 X 2222 X 1247 X 0807 X 0407 X 1310 X 1251 X 0243 X 2016 X 0622 X 1507 X 1018 X 0920 X 0959 X-9999 +USW00094728199309TSUN 498 X 130 X 512 X 132 X 734 X 714 X 365 X 0 X 30 X 381 X 693 X 690 X 690 X 660 X 699 X 0 X 69 X 0 X 638 X 580 X 0 X 0 X 124 X 725 X 545 X 305 X 102 X 676 X 652 X 253 X-9999 +USW00094728199309WDF1 50 X 80 X 240 X 360 X 290 X 140 X 40 X 60 X 240 X 200 X 290 X 160 X 200 X 240 X 240 X 60 X 50 X 90 X 360 X 10 X 50 X 320 X 250 X 300 X 140 X 270 X 260 X 280 X 260 X 10 X-9999 +USW00094728199309WDFG 45W X 135W X 225W X 45W X 180W X 135W X 315W X 45W X 270W X 315W X 315W X 225W X 270W X 225W X 225W X 45W X 45W X 315W X 315W X 360W X 45W X 45W X 270W X 315W X 180W X 225W X 180W X 270W X 270W X 45W X-9999 +USW00094728199309WSF1 63 X 40 X 63 X 58 X 36 X 40 X 54 X 40 X 54 X 76 X 58 X 54 X 58 X 63 X 63 X 58 X 58 X 40 X 63 X 54 X 45 X 45 X 54 X 54 X 58 X 40 X 63 X 72 X 58 X 63 X-9999 +USW00094728199309WSFG 87 X 77 X 118 X 72 X 57 X 72 X 82 X 72 X 123 X 134 X 113 X 77 X 103 X 103 X 103 X 108 X 93 X 72 X 93 X 87 X 77 X 67 X 77 X 87 X 98 X 87 X 118 X 98 X 82 X 93 X-9999 +USW00094728199309WT03-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199309WT14-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199309WT16 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 +USW00094728199310TMAX 172 0 222 0 189 0 228 0 172 0 189 0 233 0 222 0 256 0 128 0 122 0 122 0 133 0 122 0 183 0 189 0 206 0 222 0 161 0 122 0 200 0 167 0 156 0 194 0 233 0 139 0 178 0 150 0 183 0 133 0 100 0 +USW00094728199310TMIN 61 0 128 0 117 0 106 0 83 0 67 0 117 0 150 0 128 0 56 0 44 0 83 0 61 0 33 0 117 0 111 0 144 0 117 0 83 0 106 0 122 0 83 0 67 0 72 0 106 0 106 0 83 0 78 0 67 0 72 0 50 0 +USW00094728199310PRCP 0 0 15 0 66 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 244 0 0 0 5 0 0T 0 0 0 5 0 0 0 28 0 185 0 157 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 246 0 180 0 +USW00094728199310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199310FMTM 1750 X 1650 X 1450 X 1450 X 1250 X 1850 X 0150 X 1450 X 2250 X 0550 X 0650 X 0950 X 1050 X 0250 X 1150 X 1750 X 1350 X 1450 X 2345 X 1045 X 2350 X 1150 X 0950 X 2050 X 2350 X 2350 X 0050 X 0950 X 2150 X 1950 X 1450 X +USW00094728199310PGTM 1740 X 1203 X 1520 X 1222 X 0234 X 2124 X 1056 X 0016 X 2058 X 1331 X 0910 X 1657 X 0915 X 1040 X 1210 X 1500 X 1305 X 0823 X 0937 X 1344 X 2315 X 2005 X 1216 X 1642 X 0103 X 2326 X 0042 X 1317 X 1252 X 2100 X 0545 X +USW00094728199310TSUN 707 X 694 X 490 X 699 X 696 X 694 X 691 X 225 X 605 X 574 X 681 X 0 X 664 X 13 X 276 X 250 X 0 X 642 X 319 X 0 X 10 X 621 X 649 X 646 X 644 X 0 X 340 X 532 X 425 X 0 X 0 X +USW00094728199310WDF1 160 X 170 X 330 X 240 X 310 X 180 X 270 X 200 X 330 X 340 X 30 X 70 X 340 X 50 X 300 X 140 X 170 X 320 X 100 X 60 X 270 X 290 X 320 X 220 X 70 X 60 X 50 X 280 X 220 X 10 X 40 X +USW00094728199310WDFG 180W X 180W X 270W X 270W X 315W X 225W X 315W X 360W X 225W X 315W X 45W X 360W X 315W X 45W X 315W X 180W X 180W X 315W X 90W X 90W X 270W X 315W X 315W X 225W X 225W X 45W X 45W X 270W X 180W X 45W X 45W X +USW00094728199310WSF1 67 X 58 X 63 X 67 X 54 X 58 X 58 X 67 X 63 X 63 X 63 X 67 X 54 X 45 X 36 X 40 X 54 X 63 X 40 X 63 X 67 X 67 X 54 X 58 X 63 X 94 X 107 X 89 X 45 X 76 X 72 X +USW00094728199310WSFG 108 X 93 X 113 X 108 X 87 X 77 X 82 X 77 X 98 X 108 X 93 X 98 X 98 X 57 X 51 X 82 X 57 X 15 X 62 X 93 X 93 X 93 X 77 X 113 X 82 X 159 X 164 X 118 X 82 X 118 X 113 X +USW00094728199310WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199310WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X +USW00094728199310WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 +USW00094728199311TMAX 100 0 117 0 100 0 139 0 156 0 156 0 89 0 100 0 111 0 144 0 150 0 178 0 150 0 222 0 267 0 156 0 178 0 161 0 139 0 133 0 89 0 144 0 150 0 139 0 44 0 61 0 156 0 189 0 100 0 89 0-9999 +USW00094728199311TMIN 39 0 22 0 56 0 50 0 100 0 61 0 22 0 11 0 44 0 39 0 44 0 72 0 56 0 122 0 139 0 94 0 89 0 94 0 89 0 6 0 0 0 44 0 67 0 44 0 -33 0 -39 0 39 0 67 0 33 0 22 0-9999 +USW00094728199311PRCP 0T 0 0 0 0 0 0 0 157 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 3 0 0 0 0 0 20 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 368 0 0 0 0 0-9999 +USW00094728199311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199311FMTM 1150 X 0550 X 1250 X 2150 X 1150 X 0550 X 1550 X 1150 X 1050 X 1050 X 1350 X 1150 X 2250 X 2250 X 1250 X 0150 X 1550 X 0550 X 0750 X 1550 X 2150 X 0350 X 1950 X 2250 X 0450 X 1650 X 1950 X 0450 X 0250 X 1350 X-9999 +USW00094728199311PGTM 1507 X 0155 X 1024 X 2025 X 0910 X 0518 X 0912 X 1146 X 1327 X 0952 X 2004 X 0134 X 1841 X 2153 X 1218 X 0143 X 1954 X 0145 X 2353 X 1424 X 2104 X 0703 X 1231 X 2301 X 0942 X 1736 X 1511 X 0113 X 0055 X 1105 X-9999 +USW00094728199311TSUN 20 X 625 X 0 X 531 X 0 X 120 X 558 X 611 X 280 X 541 X 559 X 466 X 15 X 490 X 470 X 594 X 10 X 590 X 0 X 377 X 585 X 582 X 493 X 50 X 512 X 420 X 28 X 0 X 547 X 532 X-9999 +USW00094728199311WDF1 270 X 280 X 180 X 240 X 180 X 250 X 310 X 250 X 230 X 30 X 230 X 300 X 210 X 210 X 250 X 330 X 170 X 290 X 50 X 270 X 220 X 240 X 100 X 10 X 350 X 40 X 90 X 120 X 280 X 280 X-9999 +USW00094728199311WDFG 270W X 270W X 225W X 225W X 180W X 270W X 270W X 270W X 225W X 45W X 180W X 225W X 180W X 225W X 270W X 315W X 225W X 270W X 270W X 270W X 225W X 225W X 90W X 360W X 45W X 45W X 90W X 135W X 270W X 315W X-9999 +USW00094728199311WSF1 89 X 54 X 63 X 58 X 76 X 72 X 63 X 54 X 45 X 54 X 58 X 58 X 67 X 63 X 103 X 103 X 54 X 72 X 54 X 72 X 58 X 58 X 36 X 63 X 67 X 40 X 72 X 94 X 54 X 54 X-9999 +USW00094728199311WSFG 164 X 108 X 98 X 98 X 103 X 98 X 103 X 87 X 62 X 57 X 113 X 103 X 129 X 103 X 170 X 149 X 154 X 103 X 77 X 134 X 82 X 87 X 57 X 98 X 98 X 62 X 108 X 164 X 77 X 93 X-9999 +USW00094728199311WT14 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199311WT16 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00094728199311WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199312TMAX 78 0 111 0 167 0 117 0 139 0 94 0 100 0 106 0 94 0 122 0 100 0 50 0 94 0 111 0 89 0 78 0 56 0 67 0 61 0 72 0 122 0 44 0 39 0 22 0 11 0 0 0 -67 0 -39 0 -28 0 -28 0 6 0 +USW00094728199312TMIN 11 0 61 0 72 0 67 0 56 0 28 0 44 0 44 0 33 0 67 0 -56 0 -50 0 -17 0 33 0 44 0 0 0 -28 0 0 0 33 0 28 0 28 0 11 0 -39 0 -67 0 -33 0 -94 0 -122 0 -67 0 -94 0 -67 0 -83 0 +USW00094728199312PRCP 0 0 0 0 0 0 203 0 325 0 0 0 0 0 0 0 0 0 43 0 117 0 0 0 0 0 0T 0 3 0 0T 0 0 0 5 0 74 0 3 0 419 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 61 0 5 0 0 0 +USW00094728199312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 74 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 94 0 8 0 0 0 +USW00094728199312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 102 0 102 0 +USW00094728199312FMTM 0150 X 1750 X 2150 X 2250 X 0950 X 0050 X 1150 X 1850 X 2250 X 1250 X 2350 X 0950 X 1150 X 1850 X 1250 X 1350 X 0350 X 0250 X 1750 X 2250 X 2050 X 1150 X 2050 X 1750 X 2050 X 2250 X 0050 X 2350 X 0650 X 0550 X 1850 X +USW00094728199312PGTM 0921 X 1306 X 2120 X 2157 X 1427 X 0135 X 1053 X 1849 X 2005 X 1535 X 1410 X 0107 X 1113 X 1716 X 2121 X 0808 X 0005 X 1130 X 1848 X 1828 X 1346 X 1141 X 1437 X 1413 X 2020 X 1150 X 0049 X 2345 X 0955 X 1045 X 1405 X +USW00094728199312TSUN 550 X 88 X 549 X 0 X 0 X 564 X 503 X 415 X 422 X 0 X 0 X 558 X 558 X 430 X 0 X 305 X 556 X 40 X 0 X 0 X 15 X 520 X 68 X 215 X 312 X 436 X 316 X 100 X 250 X 537 X 220 X +USW00094728199312WDF1 10 X 150 X 50 X 140 X 40 X 280 X 300 X 80 X 220 X 160 X 280 X 300 X 330 X 40 X 20 X 10 X 360 X 220 X 270 X 100 X 260 X 270 X 270 X 140 X 210 X 280 X 290 X 40 X 30 X 270 X 260 X +USW00094728199312WDFG 45W X 135W X 45W X 135W X 360W X 270W X 270W X 90W X 180W X 180W X 270W X 315W X 360W X 45W X 360W X 360W X 360W X 225W X 270W X 135W X 225W X 270W X 270W X 270W X 225W X 270W X 270W X 45W X 45W X 270W X 270W X +USW00094728199312WSF1 67 X 36 X 40 X 67 X 80 X 58 X 58 X 58 X 40 X 76 X 76 X 58 X 67 X 54 X 67 X 80 X 54 X 45 X 54 X 36 X 76 X 76 X 45 X 36 X 45 X 103 X 107 X 45 X 54 X 63 X 45 X +USW00094728199312WSFG 72 X 57 X 62 X 82 X 149 X 67 X 87 X 62 X 77 X 103 X 149 X 113 X 118 X 93 X 98 X 123 X 77 X 67 X 67 X 51 X 144 X 144 X 72 X 51 X 77 X 180 X 129 X 57 X 77 X 139 X 87 X +USW00094728199312WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199312WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199312WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00094728199401TMAX 61 0 100 0 6 0 39 0 11 0 -39 0 -22 0 -6 0 -39 0 -33 0 28 0 11 0 44 0 33 0 -67 0 -94 0 83 0 17 0 -122 0 -94 0 -56 0 0 0 0 0 94 0 56 0 0 0 -6 0 128 0 56 0 22 0 -6 0 +USW00094728199401TMIN -17 0 6 0 -22 0 -50 0 -61 0 -83 0 -61 0 -94 0 -106 0 -94 0 -67 0 -6 0 -6 0 -67 0 -139 0 -161 0 -111 0 -156 0 -189 0 -178 0 -144 0 -94 0 -78 0 -6 0 0 0 -150 0 -178 0 -6 0 17 0 -50 0 -83 0 +USW00094728199401PRCP 0 0 8 0 25 0 127 0 0T 0 0T 0 135 0 38 0 0 0 0 0 0 0 122 0 0 0 0T 0 0T 0 0 0 345 0 56 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 81 0 15 0 475 0 0 0 0 0 0 0 +USW00094728199401SNOW 0 0 0 0 10 0 15 0 0T 0 0T 0 23 0 8 0 0 0 0 0 0 0 74 0 0 0 0T 0 0T 0 0 0 33 0 25 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 114 0 3 0 0 0 0 0 0 0 0 0 +USW00094728199401SNWD 76 0 25 0 0T 0 25 0 25 0 25 0 25 0 51 0 51 0 51 0 51 0 51 0 127 0 102 0 76 0 76 0 76 0 127 0 127 0 127 0 127 0 127 0 127 0 127 0 76 0 178 0 178 0 152 0 25 0 25 0 25 0 +USW00094728199401FMTM 2150 X 2350 X 2250 X 0550 X 1650 X 1550 X 0950 X 2250 X 1450 X 0950 X 1350 X 2150 X 1450 X 2250 X 0350 X 1550 X 0950 X 2050 X 2150 X 0450 X 2350 X 1350 X 0350 X 1050 X 2350 X 0650 X 1750 X 1250 X 0250 X 2350 X 0750 X +USW00094728199401PGTM 1612 X 1247 X 2046 X 0851 X 1345 X 2135 X 2139 X 2047 X 1152 X 0105 X 1312 X 1751 X 0025 X 2251 X 2248 X 0127 X 1358 X 1727 X 0058 X 0330 X 2333 X 2109 X 0021 X 1751 X 2300 X 0731 X 1142 X 1237 X 0301 X 1404 X 0535 X +USW00094728199401TSUN 335 X 440 X 85 X 10 X 418 X 0 X 0 X 330 X 567 X 568 X 0 X 0 X 4 X 0 X 382 X 576 X 15 X 185 X 582 X 350 X 525 X 536 X 0 X 527 X 10 X 5 X 344 X 0 X 60 X 352 X 448 X +USW00094728199401WDF1 260 X 310 X 50 X 30 X 270 X 90 X 50 X 280 X 300 X 280 X 220 X 60 X 260 X 290 X 290 X 260 X 230 X 270 X 250 X 280 X 230 X 280 X 280 X 280 X 30 X 50 X 70 X 160 X 270 X 340 X 320 X +USW00094728199401WDFG 270W X 315W X 45W X 45W X 270W X 45W X 90W X 270W X 270W X 270W X 225W X 45W X 270W X 270W X 315W X 270W X 135W X 270W X 270W X 270W X 225W X 315W X 270W X 270W X 45W X 45W X 45W X 180W X 270W X 45W X 315W X +USW00094728199401WSF1 54 X 36 X 98 X 94 X 94 X 58 X 67 X 76 X 67 X 67 X 45 X 54 X 31 X 89 X 72 X 67 X 63 X 72 X 67 X 54 X 63 X 58 X 40 X 67 X 72 X 76 X 63 X 103 X 72 X 45 X 45 X +USW00094728199401WSFG 98 X 82 X 159 X 231 X 149 X 103 X 118 X 113 X 113 X 82 X 87 X 93 X 51 X 139 X 190 X 211 X 113 X 129 X 118 X 87 X 82 X 118 X 93 X 98 X 113 X 144 X 108 X 149 X 108 X 77 X 77 X +USW00094728199401WT04-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199401WT06-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728199401WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00094728199401WT15-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728199401WT16-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00094728199401WT17-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00094728199401WT18-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728199402TMAX -39 0 -11 0 28 0 39 0 78 0 61 0 67 0 -56 0 -72 0 -72 0 -39 0 -6 0 44 0 -11 0 17 0 39 0 89 0 150 0 161 0 167 0 117 0 89 0 17 0 61 0 22 0 0 0 -28 0 11 0-9999 -9999 -9999 +USW00094728199402TMIN -72 0 -89 0 -83 0 -61 0 0 0 -11 0 -56 0 -100 0 -100 0 -139 0 -94 0 -56 0 -28 0 -72 0 -78 0 -39 0 -56 0 17 0 0 0 67 0 56 0 17 0 -33 0 -17 0 -33 0 -94 0 -111 0 -100 0-9999 -9999 -9999 +USW00094728199402PRCP 10 0 0 0 0T 0 0 0 0 0 0 0 0 0 208 0 119 0 0 0 277 0 0T 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 102 0 79 0 0 0 20 0 0 0 0 0-9999 -9999 -9999 +USW00094728199402SNOW 15 0 0 0 0T 0 0 0 0 0 0 0 0 0 183 0 46 0 0 0 325 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 8 0 0 0 36 0 0 0 0 0-9999 -9999 -9999 +USW00094728199402SNWD 25 0 51 0 25 0 25 0 25 0 25 0 0T 0 0T 0 229 0 229 0 279 0 559 0 533 0 432 0 432 0 406 0 381 0 330 0 229 0 178 0 51 0 25 0 25 0 76 0 51 0 51 0 51 0 51 0-9999 -9999 -9999 +USW00094728199402FMTM 1550 X 2350 X 1350 X 1650 X 2350 X 2250 X 1450 X 1050 X 0850 X 1550 X 1450 X 1350 X 1950 X 1550 X 2350 X 1050 X 1750 X 0050 X 1550 X 0150 X 0050 X 2150 X 2250 X 0050 X 0250 X 0450 X 2050 X 0550 X-9999 -9999 -9999 +USW00094728199402PGTM 1444 X 2241 X 1508 X 2049 X 2351 X 2142 X 1840 X 1956 X 0128 X 0429 X 1830 X 1120 X 1914 X 1507 X 2342 X 1028 X 2051 X 0118 X 1750 X 0050 X 0034 X 2145 X 2142 X 1908 X 0245 X 1344 X 0925 X 0000 X-9999 -9999 -9999 +USW00094728199402TSUN 68 X 591 X 389 X 207 X 238 X 619 X 605 X 0 X 0 X 445 X 0 X 56 X 140 X 624 X 400 X 643 X 645 X 647 X 625 X 653 X 20 X 658 X 0 X 185 X 608 X 484 X 671 X 663 X-9999 -9999 -9999 +USW00094728199402WDF1 290 X-9999 270 X 160 X 270 X 230 X 280 X 40 X 40 X 30 X 50 X 50 X 300 X 300 X 270 X 300 X 240 X 230 X 210 X 230 X 220 X 50 X 50 X 60 X 270 X 50 X 300 X 290 X-9999 -9999 -9999 +USW00094728199402WDFG 270W X 270W X 270W X 225W X 270W X 225W X 360W X 45W X 45W X 270W X 360W X 45W X 315W X 270W X 270W X 315W X 180W X 225W X 225W X 270W X 225W X 45W X 45W X 270W X 270W X 270W X 270W X 270W X-9999 -9999 -9999 +USW00094728199402WSF1 40 X-9999 76 X 54 X 54 X 45 X 58 X 72 X 63 X 67 X 94 X 67 X 63 X 80 X 45 X 76 X 58 X 45 X 45 X 54 X 36 X 63 X 94 X 94 X 72 X 76 X 63 X 63 X-9999 -9999 -9999 +USW00094728199402WSFG 67 X 77 X 129 X 108 X 77 X 77 X 103 X 129 X 108 X 103 X 144 X 103 X 108 X 170 X 67 X 139 X 82 X 67 X 82 X 93 X 93 X 93 X 180 X 175 X 118 X 149 X 149 X 139 X-9999 -9999 -9999 +USW00094728199402WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199402WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199402WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199402WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199402WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199402WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199402WT18 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199403TMAX 33 0 -11 0 17 0 89 0 72 0 56 0 100 0 89 0 22 0 78 0 83 0 78 0 111 0 122 0 128 0 72 0 28 0 6 0 61 0 94 0 89 0 133 0 217 0 200 0 139 0 117 0 122 0 106 0 61 0 106 0 139 0 +USW00094728199403TMIN -44 0 -33 0 -28 0 -11 0 11 0 -11 0 6 0 17 0 -11 0 0 0 -6 0 -33 0 6 0 50 0 50 0 -44 0 -61 0 -39 0 -28 0 11 0 11 0 50 0 78 0 78 0 17 0 11 0 33 0 61 0 22 0 28 0 33 0 +USW00094728199403PRCP 0 0 102 0 157 0 0 0 0 0 0T 0 0 0 30 0 74 0 411 0 0 0 0 0 0T 0 0 0 28 0 0T 0 5 0 66 0 0 0 0 0 170 0 114 0 0 0 0 0 3 0 0 0 132 0 157 0 157 0 0T 0 0T 0 +USW00094728199403SNOW 0 0 102 0 25 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 +USW00094728199403SNWD 51 0 51 0 178 0 178 0 127 0 102 0 102 0 25 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 76 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199403FMTM 0150 X 1850 X 0150 X 1350 X 1050 X 2250 X 2150 X 2250 X 1650 X 2150 X 1450 X 1750 X 1950 X 1250 X 1550 X 1050 X 1550 X 1450 X 2250 X 0850 X 1750 X 1050 X 1650 X 1350 X 2250 X 0750 X 1550 X 1950 X 0250 X 1150 X 0750 X +USW00094728199403PGTM 1015 X 2349 X 0111 X 0513 X 1247 X 2146 X 0130 X 2150 X 2018 X 1956 X 1546 X 1658 X 0812 X 1308 X 1530 X 2303 X 1635 X 0029 X 1500 X 0756 X 2127 X 1404 X 1439 X 1625 X 1858 X 0125 X 1326 X 1914 X 1110 X 1731 X 1442 X +USW00094728199403TSUN 654 X 91 X 0 X 596 X 646 X 402 X 340 X 0 X 0 X 0 X 453 X 706 X 538 X 297 X 405 X 273 X 605 X 0 X 637 X 708 X 301 X 591 X 736 X 419 X 108 X 744 X 0 X 5 X 0 X 523 X 615 X +USW00094728199403WDF1 310 X 50 X 60 X 270 X 270 X 170 X 110 X 290 X 60 X 300 X 290 X 220 X 140 X 110 X 220 X 270 X 280 X 120 X 280 X 290 X 120 X 310 X 260 X 70 X 280 X 280 X 150 X 290 X 30 X 270 X 240 X +USW00094728199403WDFG 270W X 45W X 90W X 315W X 270W X 135W X 135W X 270W X 90W X 270W X 45W X 180W X 225W X 90W X 180W X 270W X 270W X 270W X 270W X 315W X 135W X 270W X 270W X 135W X 315W X 270W X 135W X 270W X 360W X 270W X 225W X +USW00094728199403WSF1 40 X 112 X 130 X 67 X 89 X 58 X 40 X 58 X 67 X 63 X 63 X 45 X 54 X 40 X 54 X 67 X 80 X 45 X 76 X 80 X 45 X 107 X 54 X 36 X 67 X 54 X 54 X 45 X 54 X 63 X 54 X +USW00094728199403WSFG 57 X 221 X 257 X 139 X 139 X 77 X 57 X 98 X 108 X 98 X 129 X 72 X 82 X 67 X 93 X 159 X 159 X 82 X 134 X 154 X 82 X 200 X 93 X 67 X 144 X 103 X 108 X 67 X 77 X 103 X 82 X +USW00094728199403WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199403WT04-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199403WT06-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199403WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728199403WT15-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199403WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00094728199403WT17-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199403WT18-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728199404TMAX 167 0 117 0 161 0 156 0 139 0 139 0 144 0 144 0 128 0 183 0 200 0 122 0 139 0 211 0 244 0 189 0 178 0 200 0 289 0 178 0 183 0 167 0 172 0 267 0 233 0 161 0 278 0 239 0 144 0 261 0-9999 +USW00094728199404TMIN 67 0 56 0 61 0 33 0 44 0 78 0 33 0 11 0 56 0 94 0 56 0 67 0 67 0 117 0 111 0 117 0 89 0 89 0 106 0 100 0 72 0 56 0 56 0 94 0 94 0 83 0 100 0 111 0 89 0 133 0-9999 +USW00094728199404PRCP 0 0 0 0 3 0 0 0 0 0 28 0 81 0 0 0 0 0 64 0 0 0 104 0 130 0 0 0 0 0 76 0 0T 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 0 0 0 5 0 0 0-9999 +USW00094728199404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199404FMTM 1650 X 0650 X 1150 X 1050 X 1450 X 1150 X 1450 X 2050 X 1150 X 1750 X 2150 X 1150 X 0350 X 0850 X 1750 X 1750 X 1650 X 0950 X 1650 X 1450 X 1350 X 1650 X 1650 X 1450 X 1950 X 1150 X 2250 X 0550 X 1850 X 1950 X-9999 +USW00094728199404PGTM 1300 X 0647 X 2104 X 0759 X 1756 X 1459 X 1442 X 0003 X 1443 X 1746 X 0209 X 1250 X 1925 X 1250 X 1743 X 1620 X 1058 X 0936 X 1645 X 1344 X 1346 X 1321 X 1602 X 1224 X 1529 X 1340 X 1612 X 0556 X 0157 X 2139 X-9999 +USW00094728199404TSUN 690 X 495 X 175 X 634 X 716 X 0 X 468 X 779 X 568 X 30 X 661 X 0 X 0 X 669 X 797 X 270 X 745 X 757 X 548 X 810 X 651 X 792 X 817 X 799 X 158 X 297 X 591 X 805 X 150 X 390 X-9999 +USW00094728199404WDF1 300 X 30 X 160 X 290 X 160 X 140 X 290 X 140 X 170 X 260 X 90 X 130 X 100 X 240 X 160 X 250 X 270 X 270 X 330 X 270 X 190 X 300 X 150 X 240 X 80 X 50 X 230 X 310 X 100 X 140 X-9999 +USW00094728199404WDFG 225W X 45W X 45W X 360W X 135W X 135W X 270W X 270W X 135W X 270W X 270W X 90W X 270W X 270W X 180W X 270W X 225W X 270W X 315W X 270W X 180W X 315W X 135W X 225W X 45W X 45W X 270W X 315W X 90W X 135W X-9999 +USW00094728199404WSF1 54 X 72 X 58 X 54 X 54 X 40 X 94 X 45 X 58 X 54 X 40 X 54 X 45 X 63 X 72 X 63 X 67 X 63 X 63 X 63 X 54 X 63 X 63 X 63 X 54 X 63 X 40 X 58 X 40 X 45 X-9999 +USW00094728199404WSFG 93 X 103 X 108 X 103 X 87 X 67 X 175 X 98 X 103 X 139 X 77 X 72 X 98 X 93 X 118 X 123 X 144 X 108 X 139 X 149 X 93 X 103 X 93 X 108 X 87 X 72 X 154 X 113 X 62 X 87 X-9999 +USW00094728199404WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199404WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199404WT16-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 +USW00094728199405TMAX 239 0 183 0 189 0 189 0 228 0 178 0 200 0 167 0 244 0 222 0 211 0 217 0 183 0 244 0 244 0 256 0 156 0 183 0 122 0 161 0 244 0 289 0 328 0 283 0 300 0 239 0 194 0 228 0 267 0 283 0 278 0 +USW00094728199405TMIN 100 0 67 0 83 0 94 0 94 0 89 0 83 0 100 0 94 0 117 0 94 0 100 0 72 0 78 0 128 0 111 0 94 0 100 0 83 0 72 0 78 0 111 0 133 0 161 0 167 0 167 0 94 0 83 0 128 0 156 0 172 0 +USW00094728199405PRCP 89 0 0 0 0 0 10 0 0T 0 20 0 208 0 175 0 0 0 0 0 0 0 28 0 0 0 0 0 0T 0 185 0 157 0 25 0 76 0 15 0 0 0 0 0 0 0 0 0 61 0 30 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199405FMTM 1850 X 1350 X 1650 X 2250 X 0650 X 1450 X 1450 X 0050 X 1450 X 0050 X 2250 X 2050 X 1950 X 0850 X 1150 X 1150 X 0250 X 2050 X 1450 X 0850 X 1750 X 1650 X 1550 X 2050 X 0350 X 1750 X 1050 X 1850 X 1150 X 1950 X 2350 X +USW00094728199405PGTM 1941 X 0057 X 1527 X 2203 X 0424 X 1212 X 1520 X 0104 X 1445 X 1549 X 2123 X 1830 X 1845 X 1318 X 1257 X 1821 X 0123 X 1720 X 1027 X 1045 X 1257 X 1436 X 1856 X 1951 X 1213 X 1745 X 0452 X 2038 X 1145 X 1921 X 2349 X +USW00094728199405TSUN 410 X 834 X 560 X 355 X 665 X 450 X 627 X 25 X 854 X 725 X 839 X 285 X 863 X 865 X 545 X 310 X 40 X 323 X 50 X 298 X 878 X 879 X 795 X 882 X 546 X 400 X 822 X 854 X 889 X 826 X 845 X +USW00094728199405WDF1 250 X 300 X 160 X 60 X 350 X 280 X 160 X 80 X 230 X 240 X 230 X 270 X 290 X 260 X 110 X 310 X 340 X 330 X 60 X 40 X 140 X 120 X 80 X 150 X 230 X 230 X 280 X 240 X 240 X 210 X 210 X +USW00094728199405WDFG 270W X 270W X 135W X 45W X 360W X 270W X 135W X 90W X 225W X 270W X 225W X 270W X 270W X 270W X 135W X 45W X 360W X 45W X 45W X 45W X 90W X 135W X 270W X 180W X 225W X 225W X 270W X 225W X 225W X 180W X 225W X +USW00094728199405WSF1 58 X 72 X 45 X 72 X 54 X 103 X 54 X 40 X 72 X 58 X 63 X 58 X 63 X 58 X 54 X 54 X 63 X 54 X 45 X 67 X 45 X 36 X 40 X 54 X 63 X 63 X 63 X 54 X 63 X 63 X 63 X +USW00094728199405WSFG 118 X 108 X 72 X 123 X 118 X 164 X 82 X 77 X 113 X 93 X 129 X 139 X 154 X 87 X 77 X 82 X 93 X 98 X 77 X 118 X 72 X 67 X 72 X 98 X 87 X 93 X 129 X 87 X 103 X 129 X 98 X +USW00094728199405WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199405WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199405WT16 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199406TMAX 300 0 233 0 261 0 294 0 267 0 267 0 322 0 267 0 278 0 289 0 239 0 261 0 289 0 333 0 356 0 278 0 322 0 333 0 367 0 300 0 256 0 300 0 322 0 272 0 311 0 317 0 294 0 294 0 283 0 272 0-9999 +USW00094728199406TMIN 172 0 128 0 122 0 150 0 172 0 183 0 211 0 167 0 122 0 161 0 167 0 189 0 194 0 222 0 200 0 194 0 206 0 222 0 239 0 206 0 200 0 206 0 206 0 189 0 183 0 200 0 211 0 211 0 200 0 178 0-9999 +USW00094728199406PRCP 0 0 0 0 0 0 0 0 0 0 79 0 5 0 0 0 0 0 0 0 5 0 61 0 0 0 0 0 20 0 0 0 0 0 0 0 8 0 0 0 8 0 8 0 0 0 231 0 0T 0 0 0 15 0 0T 0 249 0 127 0-9999 +USW00094728199406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199406FMTM 1450 X 2050 X 1450 X 2350 X 1450 X 2350 X 1250 X 1450 X 1650 X 1750 X 1950 X 1250 X 1850 X 1250 X 2250 X 0250 X 1550 X 1450 X 2150 X 1050 X 2250 X 1150 X 0850 X 2150 X 0350 X 1250 X 1350 X 1850 X 2050 X 1850 X-9999 +USW00094728199406PGTM 1417 X 1700 X 1121 X 1555 X 1512 X 2245 X 0105 X 1608 X 1824 X 1434 X 2351 X 1800 X 2345 X 0721 X 2346 X 0954 X 1403 X 1227 X 1406 X 0025 X 1013 X 1657 X 1638 X 2201 X 1818 X 1527 X 1407 X 0115 X 1217 X 1635 X-9999 +USW00094728199406TSUN 668 X 762 X 896 X 897 X 659 X 223 X 624 X 390 X 901 X 901 X 310 X 180 X 545 X 496 X 585 X 429 X 738 X 681 X 791 X 905 X 116 X 891 X 882 X 289 X 505 X 858 X 662 X 400 X 405 X 538 X-9999 +USW00094728199406WDF1 270 X 300 X 250 X 250 X 170 X 220 X 250 X 70 X 280 X 130 X 160 X 140 X 160 X 220 X 60 X 50 X 140 X 180 X 70 X 80 X 220 X 260 X 270 X 70 X 80 X 240 X 170 X 260 X 280 X 230 X-9999 +USW00094728199406WDFG 270W X 315W X 270W X 180W X 135W X 225W X 225W X 360W X 225W X 135W X 135W X 180W X 180W X 225W X 45W X 45W X 135W X 225W X 315W X 45W X 135W X 270W X 135W X 90W X 270W X 225W X 180W X 225W X 225W X 225W X-9999 +USW00094728199406WSF1 58 X 58 X 54 X 40 X 45 X 54 X 54 X 63 X 40 X 40 X 40 X 40 X 45 X 54 X 45 X 45 X 36 X 54 X 54 X 45 X 54 X 54 X 40 X 67 X 54 X 54 X 72 X 45 X 40 X 54 X-9999 +USW00094728199406WSFG 98 X 123 X 67 X 72 X 82 X 108 X 87 X 87 X 57 X 72 X 77 X 87 X 108 X 93 X 82 X 77 X 72 X 72 X 118 X 93 X 77 X 87 X 67 X 108 X 98 X 77 X 129 X 98 X 134 X 129 X-9999 +USW00094728199406WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 +USW00094728199406WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00094728199407TMAX 317 0 311 0 283 0 300 0 289 0 344 0 361 0 344 0 333 0 317 0 294 0 311 0 356 0 300 0 272 0 311 0 311 0 250 0 322 0 339 0 322 0 317 0 289 0 317 0 333 0 300 0 306 0 283 0 294 0 300 0 300 0 +USW00094728199407TMIN 189 0 206 0 222 0 206 0 200 0 233 0 244 0 228 0 222 0 228 0 178 0 194 0 228 0 206 0 194 0 211 0 206 0 206 0 206 0 239 0 244 0 250 0 217 0 211 0 222 0 211 0 211 0 217 0 200 0 228 0 233 0 +USW00094728199407PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 208 0 0 0 0 0 0 0 0 0 0 0 30 0 10 0 0 0 0 0 244 0 0 0 0 0 0 0 0T 0 112 0 10 0 3 0 53 0 170 0 140 0 0 0 0T 0 0 0 +USW00094728199407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199407FMTM 1550 X 2150 X 1050 X 0950 X 1750 X 1450 X 2250 X 2050 X 2050 X 2150 X 1050 X 1550 X 1450 X 1250 X 0150 X 1350 X 1650 X 1550 X 1550 X 1650 X 2350 X 2250 X 0150 X 1750 X 1450 X 1150 X 1750 X 1550 X 1250 X 1250 X 2250 X +USW00094728199407PGTM 1348 X 1732 X 0821 X 1700 X 2358 X 2103 X 2123 X 1424 X 1452 X 2149 X 1049 X 1320 X 1537 X 1245 X 0218 X 1153 X 1852 X 1121 X 1717 X 2158 X 2113 X 0320 X 0627 X 1700 X 1451 X 1537 X 2211 X 1104 X 1943 X 1622 X 2339 X +USW00094728199407TSUN 881 X 821 X 486 X 781 X 465 X 745 X 455 X 384 X 635 X 657 X 884 X 856 X 891 X 538 X 318 X 515 X 659 X 20 X 533 X 736 X 605 X 257 X 20 X 544 X 612 X 310 X 400 X 144 X 336 X 520 X 66 X +USW00094728199407WDF1 230 X 210 X 360 X 50 X 150 X 220 X 70 X 130 X 200 X 280 X 50 X 180 X 230 X 50 X 60 X 290 X 160 X 40 X 140 X 120 X 180 X 220 X 230 X 130 X 180 X 160 X 130 X 240 X 60 X 170 X 230 X +USW00094728199407WDFG 225W X 180W X 315W X 180W X 225W X 270W X 45W X 270W X 180W X 270W X 45W X 225W X 225W X 45W X 45W X 270W X 135W X 45W X 180W X 180W X 225W X 180W X 225W X 180W X 180W X 180W X 90W X 180W X 135W X 180W X 225W X +USW00094728199407WSF1 45 X 58 X 36 X 54 X 54 X 40 X 40 X 36 X 40 X 63 X 54 X 54 X 63 X 67 X 58 X 36 X 45 X 45 X 45 X 54 X 54 X 58 X 54 X 36 X 54 X 45 X 45 X 45 X 40 X 54 X 31 X +USW00094728199407WSFG 67 X 82 X 62 X 72 X 67 X 67 X 98 X 93 X 87 X 103 X 82 X 72 X 77 X 98 X 87 X 67 X 62 X 67 X 67 X 87 X 98 X 103 X 113 X 67 X 98 X 82 X 67 X 98 X 57 X 77 X 62 X +USW00094728199407WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199407WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199407WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00094728199408TMAX 289 0 300 0 311 0 317 0 278 0 239 0 272 0 278 0 300 0 272 0 272 0 267 0 328 0 328 0 256 0 283 0 261 0 311 0 256 0 306 0 294 0 222 0 233 0 250 0 272 0 300 0 311 0 306 0 256 0 256 0 250 0 +USW00094728199408TMIN 222 0 228 0 217 0 233 0 156 0 139 0 139 0 161 0 178 0 189 0 172 0 194 0 222 0 206 0 183 0 178 0 200 0 222 0 200 0 211 0 222 0 161 0 144 0 156 0 172 0 183 0 211 0 200 0 144 0 156 0 178 0 +USW00094728199408PRCP 0 0 0 0 10 0 0 0 117 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 193 0 135 0 0 0 0 0 254 0 89 0 20 0 0 0 297 0 470 0 3 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 +USW00094728199408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199408FMTM 1550 X 1950 X 1750 X 1550 X 0250 X 0650 X 1750 X 1750 X 1450 X 1650 X 1450 X 0550 X 2250 X 0950 X 0950 X 2350 X 2250 X 1350 X 2250 X 1250 X 2250 X 1750 X 1550 X 1750 X 1650 X 0350 X 1750 X 2050 X 0250 X 0950 X 1050 X +USW00094728199408PGTM 1637 X 1600 X 1622 X 1712 X 2022 X 0433 X 1109 X 2043 X 1421 X 1527 X 1747 X 1625 X 1522 X 1356 X 1224 X 1512 X 2115 X 1314 X 0012 X 1522 X 1617 X 0930 X 1354 X 2355 X 1411 X 1518 X 1414 X 1314 X 0854 X 0927 X 1503 X +USW00094728199408TSUN 248 X 205 X 661 X 628 X 56 X 849 X 847 X 845 X 842 X 302 X 140 X 85 X 295 X 386 X 524 X 486 X 5 X 131 X 140 X 667 X 231 X 6 X 726 X 802 X 771 X 720 X 520 X 586 X 323 X 758 X 143 X +USW00094728199408WDF1 160 X 210 X 160 X 220 X-9999 50 X 130 X 160 X 170 X 250 X 240 X 50 X 230 X 240 X 260 X 240 X 120 X 220 X 120 X 190 X 60 X 10 X 30 X 150 X 160 X 230 X 240 X 220 X 210 X 280 X 210 X +USW00094728199408WDFG 225W X 180W X 135W X 180W X 315W X 360W X 45W X 135W X 225W X 270W X 225W X 180W X 225W X 270W X 270W X 180W X 90W X 225W X 360W X 135W X 225W X 45W X 360W X 225W X 135W X 225W X 270W X 225W X 315W X 270W X 225W X +USW00094728199408WSF1 40 X 45 X 40 X 67 X-9999 63 X 40 X 36 X 40 X 45 X 40 X 40 X 54 X 72 X 45 X 40 X 45 X 63 X 36 X 45 X 63 X 72 X 54 X 36 X 45 X 40 X 40 X 54 X 54 X 63 X 54 X +USW00094728199408WSFG 67 X 62 X 67 X 93 X 113 X 118 X 62 X 67 X 72 X 67 X 67 X 57 X 103 X 129 X 72 X 67 X 108 X 98 X 57 X 87 X 98 X 159 X 98 X 57 X 87 X 72 X 62 X 118 X 87 X 77 X 103 X +USW00094728199408WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199408WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199408WT16-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728199409TMAX 272 0 233 0 239 0 222 0 239 0 256 0 267 0 283 0 283 0 233 0 222 0 256 0 306 0 250 0 267 0 250 0 311 0 244 0 250 0 261 0 272 0 194 0 194 0 217 0 222 0 239 0 211 0 222 0 178 0 194 0-9999 +USW00094728199409TMIN 161 0 133 0 133 0 133 0 122 0 122 0 150 0 150 0 172 0 139 0 117 0 122 0 189 0 211 0 189 0 189 0 200 0 144 0 133 0 122 0 150 0 150 0 150 0 172 0 189 0 183 0 178 0 144 0 122 0 117 0-9999 +USW00094728199409PRCP 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 84 0 0 0 0 0 0 0 0 0 5 0 0 0 0T 0 112 0 114 0 0 0 0 0 0 0 201 0 180 0 0 0 0 0 15 0 102 0 25 0 0 0 0 0-9999 +USW00094728199409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199409FMTM 1650 X 2150 X 1350 X 1950 X 1950 X 2050 X 1750 X 1250 X 1550 X 1650 X 1950 X 1750 X 1250 X 0450 X 1050 X 2350 X 1750 X 1250 X 1550 X 2350 X 1550 X 2250 X 0050 X 1250 X 1350 X 1850 X 0250 X 1750 X 1650 X 1350 X-9999 +USW00094728199409PGTM 1607 X 0238 X 1021 X 2030 X 1012 X 1620 X 1517 X 1357 X 1304 X 1732 X 1427 X 1139 X 1231 X 0429 X 0427 X 2314 X 1448 X 1745 X 1643 X 1818 X 1546 X 1703 X 0240 X 0319 X 1623 X 1603 X 0643 X 1751 X 1556 X 0941 X-9999 +USW00094728199409TSUN 490 X 717 X 702 X 569 X 526 X 756 X 629 X 758 X 605 X 634 X 738 X 758 X 641 X 93 X 625 X 7 X 336 X 557 X 697 X 736 X 558 X 0 X 0 X 55 X 0 X 23 X 0 X 382 X 367 X 646 X-9999 +USW00094728199409WDF1 280 X 40 X 40 X 50 X 250 X 250 X 270 X 250 X 250 X 290 X 310 X 270 X 260 X 250 X 80 X 240 X 230 X 280 X 300 X 240 X 130 X 40 X 70 X 280 X 130 X 80 X 90 X 260 X 260 X-9999 -9999 +USW00094728199409WDFG 270W X 315W X 45W X 45W X 315W X 270W X 315W X 270W X 225W X 270W X 315W X 270W X 270W X 270W X 45W X 225W X 225W X 315W X 270W X 180W X 135W X 45W X 45W X 315W X 135W X 135W X 90W X 270W X 270W X 270W X-9999 +USW00094728199409WSF1 63 X 45 X 45 X 67 X 40 X 40 X 54 X 45 X 67 X 67 X 54 X 40 X 63 X 54 X 54 X 45 X 54 X 54 X 67 X 36 X 36 X 80 X 94 X 36 X 36 X 54 X 45 X 54 X 72 X-9999 -9999 +USW00094728199409WSFG 98 X 62 X 77 X 108 X 87 X 93 X 87 X 93 X 98 X 87 X 93 X 77 X 103 X 72 X 82 X 72 X 77 X 98 X 82 X 57 X 51 X 164 X 170 X 57 X 57 X 5 X 77 X 93 X 118 X 123 X-9999 +USW00094728199409WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199409WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728199409WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728199410TMAX 139 0 194 0 178 0 183 0 161 0 183 0 217 0 228 0 233 0 172 0 161 0 172 0 189 0 189 0 172 0 189 0 211 0 228 0 228 0 189 0 222 0 222 0 167 0 211 0 189 0 133 0 156 0 178 0 194 0 239 0 228 0 +USW00094728199410TMIN 122 0 100 0 61 0 72 0 72 0 61 0 94 0 122 0 139 0 78 0 67 0 61 0 83 0 106 0 100 0 67 0 78 0 111 0 144 0 156 0 128 0 111 0 122 0 100 0 100 0 83 0 78 0 67 0 83 0 106 0 122 0 +USW00094728199410PRCP 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 94 0 0 0 0 0 155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728199410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199410FMTM 2250 X 1650 X 1450 X 0050 X 1050 X 0150 X 1650 X 1350 X 1950 X 1250 X 0850 X 0850 X 1750 X 2350 X 0850 X 1550 X 1150 X 1550 X 1350 X 0850 X 1150 X 1250 X 1950 X 1650 X 0550 X 1450 X 1050 X 2050 X 2050 X 0050 X 1350 X +USW00094728199410PGTM 1627 X 0928 X 1451 X 1338 X 1432 X 1318 X 2240 X 2241 X 2134 X 1300 X 1348 X 0932 X 1436 X 2230 X 0925 X 1647 X 0001 X 1700 X 1914 X 2221 X 1221 X 1251 X 1631 X 2238 X 0108 X 1303 X 1058 X 2300 X 2017 X 0031 X 1340 X +USW00094728199410TSUN 0 X 688 X 701 X 699 X 263 X 464 X 691 X 673 X 63 X 542 X 681 X 677 X 674 X 200 X 636 X 667 X 664 X 270 X 226 X 10 X 457 X 474 X 0 X 646 X 429 X 62 X 393 X 637 X 631 X 631 X 427 X +USW00094728199410WDF1 270 X 280 X 290 X 320 X 310 X 300 X 140 X 230 X 240 X 270 X 20 X 40 X 160 X 50 X 30 X-9999 30 X 110 X-9999 120 X 40 X 250 X 260 X 240 X-9999 290 X 270 X 240 X 240 X 240 X 160 X +USW00094728199410WDFG 90W X 315W X 270W X 315W X 315W X 270W X 225W X 225W X 315W X 270W X 45W X 360W X 135W X 45W X 45W X 360W X 360W X 135W X 90W X 270W X 360W X 225W X 135W X 225W X 225W X 225W X 270W X 270W X 225W X 225W X 180W X +USW00094728199410WSF1 36 X 45 X 54 X 63 X 63 X 40 X 40 X 54 X 54 X 54 X 58 X 58 X 36 X 45 X 72 X-9999 54 X 36 X-9999 31 X 58 X 31 X 31 X 54 X-9999 40 X 58 X 40 X 54 X 54 X 54 X +USW00094728199410WSFG 46 X 87 X 77 X 82 X 93 X 67 X 77 X 72 X 87 X 113 X 103 X 72 X 57 X 77 X 129 X 98 X 93 X 51 X 51 X 46 X 77 X 57 X 62 X 77 X 72 X 57 X 82 X 67 X 87 X 77 X 77 X +USW00094728199410WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728199410WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199411TMAX 189 0 144 0 211 0 244 0 228 0 211 0 161 0 211 0 211 0 133 0 117 0 117 0 167 0 172 0 206 0 111 0 128 0 150 0 172 0 117 0 167 0 161 0 83 0 50 0 122 0 94 0 61 0 189 0 139 0 117 0-9999 +USW00094728199411TMIN 111 0 78 0 78 0 144 0 139 0 161 0 83 0 89 0 117 0 50 0 33 0 33 0 83 0 94 0 111 0 89 0 72 0 106 0 83 0 67 0 83 0 33 0 -22 0 -39 0 28 0 6 0 -28 0 61 0 78 0 39 0-9999 +USW00094728199411PRCP 213 0 3 0 0 0 0 0 0 0 3 0 0 0 0 0 36 0 119 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 71 0 0 0 0 0 277 0 0 0 0T 0 0 0 0 0 0 0 114 0 267 0 0 0 0 0-9999 +USW00094728199411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199411FMTM 2150 X 1350 X 2250 X 2350 X 0650 X 1250 X 0250 X 1450 X 2150 X 1950 X 0050 X 0550 X 1550 X 2250 X 2250 X 1950 X 2250 X 0550 X 0950 X 1450 X 1750 X 2050 X 1550 X 0050 X 0350 X 1550 X 0550 X 0350 X 0950 X 1550 X-9999 +USW00094728199411PGTM 2242 X 1226 X 2054 X 2159 X 0608 X 2220 X 0839 X 0938 X 2305 X 1414 X 0704 X 0413 X 1330 X 2230 X 2216 X 2155 X 1156 X 0625 X 1012 X 0646 X 1535 X 1022 X 1603 X 0014 X 0412 X 1414 X 0401 X 1403 X 1115 X 1519 X-9999 +USW00094728199411TSUN 0 X 344 X 622 X 512 X 465 X 117 X 613 X 466 X 61 X 401 X 604 X 395 X 47 X 290 X 153 X 0 X 142 X 0 X 588 X 166 X 38 X 562 X 502 X 579 X 314 X 576 X 0 X 0 X 409 X 515 X-9999 +USW00094728199411WDF1 250 X 290 X 230 X 220 X 210 X 200 X 310 X 260 X 30 X 320 X 310 X 20 X 330 X 210 X 20 X 50 X 60 X 60 X 320 X 50 X 180 X 310 X 280 X 330 X 210 X 330 X 30 X 60 X 250 X 280 X-9999 +USW00094728199411WDFG 270W X 315W X 225W X 180W X 180W X 270W X 315W X 225W X 360W X 315W X 315W X 360W X 315W X 225W X 360W X 45W X 45W X 45W X 315W X 315W X 135W X 270W X 270W X 315W X 225W X 315W X 45W X 180W X 270W X 270W X-9999 +USW00094728199411WSF1 72 X 103 X 54 X 54 X 54 X 67 X 89 X 58 X 54 X 72 X 54 X 54 X 40 X 63 X 58 X 72 X 72 X 72 X 72 X 40 X 58 X 72 X 76 X 63 X 63 X 63 X 72 X 72 X 58 X 63 X-9999 +USW00094728199411WSFG 98 X 180 X 93 X 87 X 93 X 154 X 170 X 98 X 77 X 139 X 113 X 87 X 77 X 87 X 93 X 98 X 159 X 123 X 118 X 62 X 134 X 144 X 159 X 103 X 98 X 108 X 103 X 139 X 129 X 129 X-9999 +USW00094728199411WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199411WT16 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728199411WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199412TMAX 83 0 128 0 172 0 183 0 167 0 172 0 139 0 39 0 72 0 78 0 94 0 -6 0 33 0 44 0 61 0 44 0 78 0 94 0 72 0 78 0 122 0 139 0 111 0 111 0 150 0 94 0 100 0 128 0 67 0 6 0 61 0 +USW00094728199412TMIN 22 0 28 0 67 0 89 0 94 0 122 0 22 0 -22 0 -22 0 39 0 -17 0 -44 0 -39 0 22 0 11 0 0 0 39 0 39 0 11 0 0 0 22 0 39 0 56 0 56 0 50 0 17 0 17 0 39 0 -50 0 -72 0 -50 0 +USW00094728199412PRCP 0 0 0 0 0 0 0T 0 239 0 0 0 23 0 0 0 3 0 226 0 28 0 0 0 0T 0 0T 0 0T 0 0 0 48 0 0 0 0 0 0 0 0 0 0 0 46 0 107 0 0T 0 0 0 0 0 0 0 0 0 0 0 18 0 +USW00094728199412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199412FMTM 1150 X 1250 X 1950 X 0850 X 0550 X 1050 X 1950 X 0250 X 1750 X 1850 X 1950 X 0150 X 1850 X 1150 X 0650 X 0650 X 0250 X 1750 X 1550 X 1350 X 1650 X 2250 X 2150 X 0650 X 1550 X 0550 X 2150 X 1850 X 1850 X 0350 X 1450 X +USW00094728199412PGTM 1136 X 1117 X 0006 X 0722 X 0530 X 0300 X 2121 X 0215 X 1905 X 1623 X 1323 X 0125 X 1703 X 1013 X 1624 X 0908 X 0024 X 1754 X 1403 X 1213 X 2217 X 2157 X 1946 X 0438 X 1039 X 0245 X 1905 X 2357 X 0421 X 0324 X 1336 X +USW00094728199412TSUN 570 X 568 X 567 X 375 X 0 X 399 X 25 X 562 X 230 X 0 X 221 X 558 X 15 X 0 X 20 X 5 X 0 X 208 X 390 X 555 X 556 X 523 X 10 X 0 X 364 X 546 X 556 X 525 X 557 X 542 X 385 X +USW00094728199412WDF1 330 X 220 X 170 X 210 X 70 X 300 X 330 X 280 X 130 X 80 X 280 X 280 X 40 X 50 X 40 X 20 X 50 X 360 X 280 X 310 X 230 X 350 X 10 X 360 X 330 X 340 X 230 X 320 X 300 X 340 X 120 X +USW00094728199412WDFG 315W X 225W X 225W X 225W X 90W X 270W X 360W X 270W X 180W X 45W X 270W X 270W X 45W X 45W X 45W X 45W X 90W X 360W X 270W X 270W X 270W X 360W X 360W X 360W X 315W X 315W X 180W X 270W X 315W X 315W X 315W X +USW00094728199412WSF1 54 X 63 X 31 X 36 X 54 X 58 X 54 X 76 X 54 X 54 X 67 X 58 X 63 X 94 X 72 X 63 X 63 X 40 X 76 X 58 X 54 X 31 X 80 X 94 X 63 X 54 X 45 X 58 X 76 X 58 X 54 X +USW00094728199412WSFG 87 X 103 X 57 X 62 X 72 X 103 X 113 X 149 X 98 X 113 X 144 X 113 X 98 X 149 X 93 X 93 X 82 X 67 X 123 X 67 X 67 X 46 X 175 X 231 X 118 X 93 X 72 X 98 X 175 X 129 X 67 X +USW00094728199412WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199412WT16-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199412WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199501TMAX 117 0 78 0 0 0 17 0 -28 0 39 0 106 0 28 0 33 0 6 0 0 0 56 0 161 0 178 0 150 0 144 0 122 0 67 0 50 0 89 0 78 0 28 0 44 0 39 0 56 0 50 0 50 0 11 0 22 0 67 0 61 0 +USW00094728199501TMIN 33 0 -33 0 -50 0 -72 0 -94 0 -61 0 22 0 -6 0 -11 0 -33 0 -22 0 0 0 50 0 89 0 122 0 117 0 56 0 33 0 28 0 44 0 22 0 -11 0 -22 0 -6 0 6 0 0 0 -22 0 -67 0 -72 0 -33 0 -22 0 +USW00094728199501PRCP 84 0 89 0 0 0 0 0 0 0 79 0 188 0 0 0 0 0 0 0 15 0 3 0 0 0 28 0 13 0 91 0 3 0 0 0 0T 0 358 0 3 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199501SNOW 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199501FMTM 1950 X 2150 X 0250 X 1650 X 1150 X 0450 X 1550 X 0150 X 0950 X 0950 X 2050 X 0050 X 1550 X 2050 X 2250 X 0350 X 0850 X 1950 X 0250 X 1150 X 1350 X 1450 X 0050 X 2350 X 1450 X 1150 X 1950 X 1750 X 0650 X 2350 X 1750 X +USW00094728199501PGTM 1411 X 2145 X 0412 X 1413 X 0220 X 1907 X 1455 X 0929 X 1054 X 1037 X 0931 X 0451 X 1021 X 2305 X 1610 X 0012 X 1951 X 1029 X 2351 X 1306 X 1053 X 2153 X 0252 X 2036 X 1554 X 0933 X 0101 X 0726 X 0443 X 2342 X 2108 X +USW00094728199501TSUN 185 X 170 X 350 X 532 X 563 X 264 X 130 X 501 X 557 X 480 X 0 X 0 X 371 X 210 X 0 X 0 X 45 X 0 X 0 X 0 X 45 X 58 X 526 X 31 X 109 X 431 X 460 X 495 X 601 X 578 X 502 X +USW00094728199501WDF1 160 X 280 X 270 X 250 X 300 X 240 X 280 X 300 X 270 X 20 X 60 X 40 X 240 X 150 X 150 X 150 X 330 X 50 X 30 X 30 X 230 X 260 X 260 X 280 X 270 X 280 X 260 X 10 X 360 X 300 X 220 X +USW00094728199501WDFG 360W X 270W X 270W X 270W X 270W X 180W X 270W X 270W X 270W X 360W X 45W X 45W X 225W X 135W X 135W X 135W X 315W X 90W X 45W X 360W X 225W X 270W X 270W X 315W X 270W X 315W X 270W X 270W X 360W X 315W X 270W X +USW00094728199501WSF1 54 X 80 X 72 X 72 X 63 X 63 X 67 X 63 X 54 X 45 X 72 X 58 X 40 X 63 X 63 X 63 X 63 X 63 X 54 X 76 X 63 X 63 X 67 X 63 X 72 X 67 X 72 X 54 X 58 X 40 X 63 X +USW00094728199501WSFG 113 X 129 X 103 X 123 X 103 X 129 X 108 X 82 X 93 X 67 X 103 X 72 X 77 X 103 X 123 X 113 X 103 X 103 X 87 X 170 X 118 X 113 X 93 X 123 X 134 X 123 X 118 X 103 X 103 X 67 X 98 X +USW00094728199501WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199501WT04-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199501WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199501WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199501WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199501WT16 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199501WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199501WT18-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199502TMAX 89 0 56 0 11 0 22 0 -17 0 -67 0 -28 0 -17 0 -6 0 50 0 83 0 -17 0 -28 0 6 0 28 0 78 0 83 0 106 0 122 0 106 0 50 0 56 0 78 0 83 0 44 0 28 0 6 0 56 0-9999 -9999 -9999 +USW00094728199502TMIN 11 0 -44 0 -83 0 -28 0 -139 0 -144 0 -106 0 -83 0 -94 0 -33 0 -17 0 -122 0 -106 0 -61 0 -50 0 17 0 0 0 11 0 6 0 28 0 17 0 -28 0 22 0 -28 0 -50 0 -72 0 -28 0 6 0-9999 -9999 -9999 +USW00094728199502PRCP 0 0 0 0 0 0 320 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 0 10 0 0 0 0 0 0 0 0 0 18 0 0 0 0T 0 58 0 0 0 5 0 8 0 269 0-9999 -9999 -9999 +USW00094728199502SNOW 0 0 0 0 0 0 274 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 13 0 0T 0 0T 0-9999 -9999 -9999 +USW00094728199502SNWD 0 0 0 0 0 0 178 0 203 0 178 0 178 0 178 0 178 0 152 0 127 0 102 0 102 0 102 0 102 0 51 0 51 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0-9999 -9999 -9999 +USW00094728199502FMTM 1550 X 2350 X 0450 X 1950 X 2250 X 0050 X 0850 X 1350 X 1250 X 1250 X 2350 X 1350 X 1350 X 1050 X 1250 X 2350 X 0850 X 2350 X 1750 X 1050 X 1950 X 0750 X 0250 X 1450 X 0150 X 0850 X 1450 X 2250 X-9999 -9999 -9999 +USW00094728199502PGTM 0805 X 1509 X 0252 X 1028 X 0653 X 1634 X 0251 X 1705 X 1817 X 1934 X 2220 X 0603 X 1537 X 0920 X 1252 X 1309 X 0529 X 1712 X 1905 X 1024 X 1948 X 0741 X 0256 X 1120 X 1735 X 0823 X 1222 X 2215 X-9999 -9999 -9999 +USW00094728199502TSUN 284 X 590 X 531 X 0 X 515 X 294 X 536 X 557 X 472 X 123 X 615 X 633 X 635 X 637 X 5 X 175 X 633 X 508 X 650 X 653 X 0 X 658 X 0 X 270 X 631 X 0 X 0 X 0 X-9999 -9999 -9999 +USW00094728199502WDF1 230 X 310 X-9999 -9999 260 X-9999 230 X 290 X-9999 -9999 260 X 290 X 240 X-9999 160 X 360 X 330 X 140 X 210 X 50 X 290 X 280 X 210 X 260 X 280 X 30 X 30 X 350 X-9999 -9999 -9999 +USW00094728199502WDFG 225W X 270W X 315W X 45W X 270W X 270W X 270W X 270W X 225W X 180W X 270W X 270W X 270W X 270W X 180W X 270W X 360W X 180W X 225W X 45W X 270W X 270W X 225W X 270W X 270W X 360W X 45W X 360W X-9999 -9999 -9999 +USW00094728199502WSF1 63 X 58 X-9999 -9999 94 X-9999 58 X 72 X-9999 -9999 72 X 72 X 63 X-9999 54 X 54 X 45 X 36 X 40 X 72 X 63 X 63 X 63 X 76 X 72 X 58 X 72 X 40 X-9999 -9999 -9999 +USW00094728199502WSFG 93 X 108 X 113 X 200 X 170 X 159 X 103 X 134 X 113 X 113 X 144 X 164 X 103 X 82 X 98 X 87 X 67 X 57 X 57 X 118 X 103 X 113 X 77 X 149 X 123 X 108 X 113 X 72 X-9999 -9999 -9999 +USW00094728199502WT04-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199502WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199502WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728199502WT15-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728199502WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728199502WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728199502WT18-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728199503TMAX 67 0 56 0 39 0 33 0 83 0 122 0 106 0 172 0 33 0 39 0 67 0 94 0 217 0 172 0 222 0 144 0 172 0 150 0 117 0 122 0 167 0 106 0 106 0 78 0 133 0 161 0 139 0 128 0 144 0 106 0 111 0 +USW00094728199503TMIN 11 0 -22 0 -28 0 11 0 6 0 33 0 44 0 33 0 -56 0 -67 0 -11 0 22 0 33 0 61 0 61 0 67 0 61 0 39 0 44 0 39 0 83 0 61 0 50 0 28 0 6 0 39 0 39 0 39 0 33 0 56 0 50 0 +USW00094728199503PRCP 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 180 0 41 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 25 0 0 0 0 0 0 0 53 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 +USW00094728199503SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199503FMTM 0750 X 1750 X 2050 X 1750 X 1150 X 1050 X 2050 X 1650 X 1950 X 0350 X 2250 X 1950 X 1250 X 0350 X 2050 X 1950 X 2150 X 0250 X 0250 X 1550 X 2250 X 1450 X 2350 X 1350 X 1850 X 1450 X 0950 X 1550 X 0850 X 0850 X 1650 X +USW00094728199503PGTM 0123 X 1100 X 1956 X 1512 X 1024 X 1059 X 2037 X 1745 X 1956 X 0301 X 1839 X 1228 X 1239 X 0336 X 2106 X 1543 X 2252 X 0935 X 0333 X 1707 X 1828 X 1817 X 2246 X 1645 X 1841 X 1552 X 1633 X 1530 X 0813 X 2201 X 1420 X +USW00094728199503TSUN 0 X 516 X 480 X 0 X 371 X 83 X 55 X 120 X 631 X 700 X 423 X 447 X 660 X 660 X 467 X 383 X 147 X 723 X 515 X 443 X 127 X 159 X 259 X 292 X 741 X 744 X 746 X 707 X 728 X 21 X 388 X +USW00094728199503WDF1 320 X 30 X 110 X 30 X 40 X 230 X 140 X 80 X 320 X 350 X 120 X 60 X 220 X 240 X 170 X 100 X 320 X 340 X 40 X 170 X 260 X 280 X 290 X 320 X 300 X 290 X 350 X 30 X-9999 210 X 260 X +USW00094728199503WDFG 360W X 360W X 135W X 45W X 45W X 225W X 135W X 135W X 315W X 360W X 180W X 90W X 225W X 225W X 135W X 180W X 315W X 360W X 45W X 135W X 270W X 270W X 315W X 315W X 315W X 270W X 360W X 45W X 45W X 225W X 315W X +USW00094728199503WSF1 54 X 72 X 54 X 63 X 72 X 45 X 54 X 94 X 4 X 72 X 54 X 45 X 40 X 63 X 40 X 58 X 63 X 63 X 63 X 98 X 54 X 58 X 54 X 63 X 89 X 58 X 63 X 72 X-9999 45 X 54 X +USW00094728199503WSFG 72 X 108 X 67 X 93 X 113 X 67 X 82 X 159 X 170 X 118 X 77 X 77 X 51 X 87 X 57 X 72 X 113 X 108 X 98 X 123 X 98 X 118 X 93 X 118 X 144 X 123 X 113 X 108 X 98 X 77 X 98 X +USW00094728199503WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728199503WT16-9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728199503WT18-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199504TMAX 128 0 94 0 133 0 200 0 39 0 94 0 161 0 67 0 200 0 133 0 144 0 133 0 156 0 144 0 133 0 178 0 167 0 211 0 244 0 217 0 150 0 244 0 178 0 172 0 206 0 200 0 228 0 222 0 183 0 139 0-9999 +USW00094728199504TMIN 28 0 17 0 11 0 -22 0 -50 0 -22 0 61 0 39 0 50 0 11 0 50 0 67 0 56 0 56 0 50 0 50 0 56 0 72 0 106 0 111 0 106 0 100 0 72 0 61 0 78 0 94 0 117 0 133 0 100 0 78 0-9999 +USW00094728199504PRCP 0 0 0 0 0 0 10 0 0 0 0 0 0 0 36 0 142 0 0T 0 0 0 132 0 79 0 3 0 0 0 0 0 0 0 0T 0 8 0 0 0 30 0 5 0 0 0 3 0 0 0 0 0 0 0 10 0 0 0 124 0-9999 +USW00094728199504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199504FMTM 0850 X 0750 X 2050 X 1550 X 1050 X 1750 X 1050 X 1650 X 2050 X 0250 X 1850 X 2050 X 0650 X 1950 X 1650 X 1550 X 1950 X 1950 X 1350 X 0850 X 1550 X 2250 X 0250 X 1450 X 1850 X 0750 X 2050 X 1950 X 1550 X 2230 X-9999 +USW00094728199504PGTM 1642 X 1421 X 1615 X 1310 X 0125 X 1623 X 1132 X 1711 X 2022 X 0309 X 1503 X 2057 X 2307 X 1945 X 1635 X 1430 X 1655 X 1922 X 0535 X 0947 X 1454 X 1323 X 0033 X 0422 X 1749 X 0756 X 2037 X 0026 X 1601 X 2110 X-9999 +USW00094728199504TSUN 748 X 432 X 693 X 397 X 771 X 543 X 762 X 46 X 240 X 558 X 752 X 0 X 36 X 295 X 797 X 800 X 724 X 644 X 346 X 675 X 27 X 583 X 712 X 575 X 709 X 802 X 789 X 507 X 605 X 157 X-9999 +USW00094728199504WDF1 300 X 300 X 180 X 250 X 280 X 180 X 290 X 50 X 10 X 20 X 150 X 170 X 270 X 330 X 320 X 270 X 180 X 110 X 170 X 340 X 120 X 290 X 300 X-9999 170 X 310 X 220 X 320 X 200 X 60 X-9999 +USW00094728199504WDFG 270W X 180W X 180W X 225W X 315W X 180W X 270W X 45W X 360W X 360W X 135W X 180W X 315W X 315W X 315W X 270W X 180W X 90W X 180W X 360W X 135W X 270W X 270W X 45W X 180W X 315W X 225W X 225W X 180W X 45W X-9999 +USW00094728199504WSF1 54 X 45 X 63 X 94 X 80 X 63 X 67 X 58 X 76 X 76 X 63 X 58 X 54 X 63 X 80 X 76 X 54 X 63 X 54 X 54 X 54 X 72 X 67 X-9999 63 X 54 X 58 X 45 X 58 X 72 X-9999 +USW00094728199504WSFG 93 X 72 X 118 X 195 X 170 X 93 X 87 X 98 X 175 X 134 X 82 X 103 X 87 X 93 X 129 X 118 X 82 X 98 X 93 X 77 X 93 X 170 X 118 X 87 X 82 X 87 X 113 X 77 X 82 X 123 X-9999 +USW00094728199504WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199504WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199504WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 +USW00094728199504WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199505TMAX 167 0 111 0 228 0 222 0 167 0 194 0 200 0 194 0 222 0 150 0 139 0 167 0 222 0 189 0 211 0 267 0 189 0 239 0 144 0 250 0 278 0 244 0 233 0 306 0 222 0 167 0 250 0 200 0 267 0 222 0 300 0 +USW00094728199505TMIN 67 0 72 0 78 0 133 0 122 0 111 0 89 0 72 0 111 0 94 0 89 0 122 0 128 0 106 0 111 0 106 0 122 0 144 0 122 0 122 0 144 0 161 0 133 0 172 0 139 0 122 0 133 0 128 0 144 0 167 0 167 0 +USW00094728199505PRCP 117 0 30 0 0 0 5 0 0T 0 0 0 0 0 0 0 0T 0 66 0 8 0 3 0 0 0 0T 0 13 0 0 0 107 0 0T 0 46 0 0 0 0 0 0 0 0 0 20 0 38 0 71 0 0 0 25 0 173 0 0 0 0 0 +USW00094728199505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728199505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199505FMTM 0150 X 1650 X 1750 X 1550 X 1650 X 1650 X 1550 X 1150 X 1750 X 2250 X 0450 X 2050 X 0850 X 1450 X 1750 X 1150 X 0650 X 1550 X 0650 X 1350 X 1450 X 1650 X 1650 X 0750 X 1150 X 0250 X 1750 X 2250 X 0550 X 1250 X 1950 X +USW00094728199505PGTM 0140 X 1545 X 1608 X 1652 X 1912 X 1503 X 1740 X 1145 X 1949 X 2157 X 0542 X 1634 X 1815 X 1203 X 1529 X 1254 X 0612 X 2106 X 1445 X 1343 X 2240 X 1623 X 2058 X 1416 X 1555 X 0246 X 1751 X 2001 X 2108 X 1448 X 1939 X +USW00094728199505TSUN 250 X 0 X 635 X 110 X 80 X 848 X 850 X 852 X 653 X 0 X 0 X 31 X 552 X 400 X 162 X 704 X 5 X 168 X 0 X 809 X 706 X 879 X 833 X 786 X 97 X 70 X 587 X 125 X 92 X 350 X 892 X +USW00094728199505WDF1 50 X 40 X 310 X 160 X 320 X 310 X 290 X 30 X 150 X 60 X 80 X-9999 -9999 150 X-9999 220 X 60 X 320 X 50 X 280 X 230 X 290 X 160 X 220 X 50 X 50 X 140 X 180 X 170 X 300 X 250 X +USW00094728199505WDFG 45W X 45W X 360W X 180W X 315W X 315W X 270W X 45W X 180W X 45W X 45W X 270W X 90W X 135W X 45W X 225W X 45W X 315W X 315W X 270W X 225W X 270W X 180W X 225W X 45W X 45W X 135W X 135W X 180W X 315W X 270W X +USW00094728199505WSF1 67 X 72 X 45 X 45 X 40 X 72 X 76 X 63 X 40 X 63 X 72 X-9999 -9999 40 X-9999 40 X 45 X 40 X 40 X 36 X 45 X 45 X 45 X 72 X 63 X 45 X 45 X 54 X 54 X 54 X 40 X +USW00094728199505WSFG 129 X 118 X 77 X 62 X 77 X 154 X 134 X 118 X 72 X 82 X 113 X 41 X 72 X 67 X 51 X 72 X 72 X 57 X 72 X 57 X 98 X 72 X 87 X 82 X 72 X 67 X 72 X 72 X 87 X 77 X 57 X +USW00094728199505WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00094728199505WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728199505WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 +USW00094728199505WT16 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00094728199506TMAX 300 0 256 0 283 0 272 0 283 0 278 0 306 0 300 0 233 0 233 0 278 0 217 0 211 0 233 0 272 0 294 0 306 0 322 0 339 0 350 0 233 0 239 0 228 0 239 0 267 0 272 0 217 0 233 0 278 0 283 0-9999 +USW00094728199506TMIN 200 0 189 0 189 0 183 0 172 0 189 0 183 0 167 0 150 0 167 0 167 0 144 0 144 0 161 0 156 0 167 0 189 0 200 0 222 0 217 0 167 0 161 0 172 0 178 0 189 0 206 0 150 0 122 0 139 0 178 0-9999 +USW00094728199506PRCP 0 0 0T 0 64 0 0 0 0 0 10 0 28 0 3 0 0 0 0T 0 0 0 251 0 5 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 112 0 10 0 5 0 20 0 3 0 18 0 0 0 0 0 0 0-9999 +USW00094728199506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199506FMTM 1650 X 1550 X 1750 X 1150 X 2150 X 1650 X 0650 X 2050 X 0650 X 1450 X 2150 X 1350 X 1250 X 2150 X 2250 X 2350 X 1150 X 0050 X 1450 X 2250 X 0850 X 1850 X 0850 X 2250 X 0250 X 1850 X 1050 X 1650 X 2250 X 1350 X-9999 +USW00094728199506PGTM 2232 X 1652 X 1952 X 1013 X 2045 X 1256 X 1402 X 1848 X 0305 X 1205 X 0439 X 1416 X 0339 X 2125 X 1053 X 2125 X 1311 X 0041 X 1406 X 2233 X 1423 X 0833 X 0832 X 2257 X 1732 X 2042 X 0953 X 1649 X 1303 X 1745 X-9999 +USW00094728199506TSUN 814 X 36 X 220 X 537 X 897 X 588 X 417 X 577 X 709 X 63 X 281 X 7 X 26 X 36 X 638 X 831 X 905 X 899 X 906 X 885 X 40 X 144 X 182 X 110 X 248 X 174 X 107 X 831 X 828 X 750 X-9999 +USW00094728199506WDF1 160 X 170 X 190 X 350 X 210 X 130 X 360 X 350 X 20 X 140 X 140 X 10 X 50 X 310 X 130 X 220 X 210 X 230 X 240 X 50 X 50 X 90 X 50 X 50 X 40 X 100 X 60 X 150 X 200 X 170 X-9999 +USW00094728199506WDFG 180W X 180W X 180W X 360W X 180W X 180W X 315W X 360W X 360W X 135W X 135W X 360W X 360W X 315W X 270W X 225W X 225W X 225W X 270W X 45W X 45W X 45W X 45W X 45W X 135W X 135W X 45W X 135W X 180W X 180W X-9999 +USW00094728199506WSF1 45 X 40 X 40 X 54 X 45 X 45 X 45 X 54 X 54 X 36 X 36 X 54 X 54 X 36 X 40 X 40 X 45 X 40 X 54 X 94 X 98 X 72 X 80 X 63 X 58 X 76 X 112 X 54 X 58 X 67 X-9999 +USW00094728199506WSFG 72 X 67 X 123 X 82 X 77 X 72 X 67 X 82 X 72 X 57 X 62 X 93 X 72 X 51 X 62 X 67 X 67 X 72 X 77 X 129 X 134 X 103 X 103 X 82 X 93 X 103 X 170 X 82 X 82 X 103 X-9999 +USW00094728199506WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199506WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00094728199506WT16-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728199507TMAX 267 0 256 0 278 0 300 0 272 0 283 0 261 0 300 0 233 0 289 0 289 0 283 0 333 0 356 0 389 0 300 0 306 0 317 0 322 0 311 0 294 0 300 0 306 0 328 0 322 0 322 0 339 0 311 0 339 0 339 0 328 0 +USW00094728199507TMIN 206 0 189 0 156 0 178 0 217 0 211 0 217 0 189 0 161 0 183 0 178 0 200 0 217 0 250 0 289 0 222 0 206 0 206 0 217 0 222 0 233 0 233 0 233 0 228 0 250 0 250 0 256 0 217 0 261 0 250 0 239 0 +USW00094728199507PRCP 127 0 20 0 0 0 0 0 0 0 0 0 91 0 66 0 0 0 0 0 117 0 0 0 0 0 0 0 0 0 8 0 795 0 58 0 0 0 0 0 0T 0 0 0 168 0 0T 0 0 0 23 0 0 0 84 0 0 0 0 0 0 0 +USW00094728199507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199507FMTM 1450 X 2350 X 2050 X 1650 X 1550 X 1150 X 1950 X 1750 X 1150 X 2350 X 1750 X 1650 X 1350 X 1550 X 1550 X 1350 X 1950 X 1650 X 0850 X 1550 X 1450 X 1250 X 1950 X 1750 X 1650 X 1150 X 1350 X 0250 X 1350 X 0850 X 1850 X +USW00094728199507PGTM 1501 X 1613 X 0010 X 1602 X 1353 X 1309 X 1048 X 1704 X 0023 X 1506 X 0141 X 1347 X 1533 X 1152 X 2207 X 0242 X 2140 X 1853 X 1146 X 1153 X 0818 X 1135 X 1950 X 1644 X 1722 X 1232 X 1421 X 0237 X 0012 X 0854 X 1740 X +USW00094728199507TSUN 194 X 212 X 902 X 788 X 492 X 430 X 174 X 591 X 574 X 490 X 455 X 593 X 586 X 857 X 742 X 375 X 379 X 389 X 815 X 725 X 173 X 516 X 150 X 595 X 276 X 328 X 627 X 333 X 547 X 864 X 862 X +USW00094728199507WDF1 200 X 330 X 170 X 180 X 190 X 170 X 180 X 290 X 290 X 220 X 170 X 150 X 180 X 240 X 240 X 140 X 120 X 210 X 310 X 230 X 180 X 50 X 10 X 180 X 180 X 170 X 190 X 200 X 230 X 310 X 190 X +USW00094728199507WDFG 180W X 315W X 360W X 180W X 180W X 180W X 180W X 270W X 315W X 180W X 270W X 180W X 180W X 180W X 360W X 360W X 270W X 270W X 315W X 270W X 225W X 45W X 45W X 180W X 180W X 180W X 180W X 180W X 225W X 315W X 180W X +USW00094728199507WSF1 63 X 67 X 54 X 89 X 76 X 89 X 58 X 80 X 76 X 76 X 63 X 67 X 76 X 45 X 54 X 58 X 40 X 72 X 72 X 72 X 45 X 58 X 72 X 76 X 76 X 67 X 80 X 125 X 76 X 67 X 67 X +USW00094728199507WSFG 87 X 87 X 82 X 113 X 103 X 113 X 72 X 123 X 98 X 108 X 93 X 87 X 103 X 93 X 118 X 98 X 93 X 108 X 108 X 118 X 72 X 77 X 108 X 103 X 98 X 154 X 103 X 206 X 113 X 87 X 82 X +USW00094728199507WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00094728199507WT16 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 +USW00094728199508TMAX 344 0 356 0 322 0 356 0 306 0 244 0 261 0 278 0 289 0 300 0 306 0 344 0 328 0 333 0 311 0 328 0 322 0 333 0 283 0 300 0 350 0 294 0 289 0 328 0 267 0 283 0 322 0 261 0 289 0 294 0 317 0 +USW00094728199508TMIN 233 0 250 0 250 0 250 0 239 0 194 0 189 0 167 0 183 0 194 0 217 0 233 0 233 0 233 0 222 0 228 0 250 0 233 0 200 0 167 0 206 0 211 0 178 0 200 0 172 0 178 0 217 0 194 0 178 0 200 0 194 0 +USW00094728199508PRCP 0 0 0 0 0 0 3 0 33 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 +USW00094728199508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199508FMTM 1650 X 1650 X 1050 X 1650 X 1550 X 1350 X 1050 X 1050 X 1550 X 1650 X 2350 X 1650 X 2050 X 1450 X 0250 X 1450 X 1850 X 2350 X 0850 X 0750 X 2250 X 1150 X 2150 X 1550 X 1350 X 1550 X 2250 X 0750 X 0150 X 0750 X 1950 X +USW00094728199508PGTM 2310 X 1436 X 1649 X 1609 X 1730 X 1437 X 1140 X 0947 X 1538 X 1647 X 1400 X 1829 X 0923 X 1742 X 1506 X 1306 X 1018 X 1747 X 0925 X 0706 X 2206 X 1421 X 2138 X 1639 X 1348 X 2209 X 2006 X 0737 X 0307 X 0906 X 1943 X +USW00094728199508TSUN 852 X 858 X 666 X 720 X 167 X 0 X 626 X 829 X 842 X 735 X 678 X 583 X 822 X 760 X 311 X 653 X 177 X 821 X 819 X 816 X 798 X 811 X 784 X 806 X 804 X 713 X 482 X 680 X 737 X 791 X 674 X +USW00094728199508WDF1 180 X 190 X 60 X 250 X 110 X 30 X 40 X 50 X 170 X 150 X 210 X 250 X-9999 140 X 260 X 70 X 30 X 40 X 40 X 20 X 210 X 250 X 170 X 270 X 10 X 130 X 40 X 30 X 20 X 350 X 160 X +USW00094728199508WDFG 225W X 180W X 135W X 270W X 135W X 360W X 360W X 360W X 135W X 90W X 135W X 225W X 360W X 90W X 135W X 90W X 90W X 360W X 90W X 360W X 180W X 270W X 180W X 225W X 360W X 180W X 360W X 360W X 45W X 360W X 135W X +USW00094728199508WSF1 80 X 89 X 58 X 54 X 45 X 76 X 76 X 58 X 36 X 40 X 45 X 40 X-9999 54 X 31 X 45 X 58 X 76 X 72 X 54 X 40 X 63 X 54 X 58 X 54 X 54 X 63 X 80 X 40 X 67 X 58 X +USW00094728199508WSFG 113 X 113 X 108 X 93 X 103 X 118 X 129 X 113 X 72 X 72 X 87 X 77 X 72 X 93 X 57 X 72 X 108 X 108 X 108 X 72 X 87 X 103 X 77 X 123 X 98 X 93 X 134 X 108 X 62 X 123 X 113 X +USW00094728199508WT03-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199508WT16-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199509TMAX 294 0 267 0 283 0 289 0 300 0 300 0 328 0 239 0 244 0 256 0 239 0 261 0 278 0 322 0 250 0 228 0 217 0 250 0 228 0 250 0 250 0 222 0 167 0 194 0 189 0 194 0 233 0 244 0 211 0 206 0-9999 +USW00094728199509TMIN 233 0 200 0 172 0 183 0 206 0 194 0 211 0 183 0 178 0 139 0 117 0 133 0 200 0 183 0 139 0 133 0 156 0 156 0 117 0 117 0 183 0 144 0 117 0 106 0 128 0 144 0 133 0 139 0 106 0 100 0-9999 +USW00094728199509PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 15 0 8 0 0 0 3 0 282 0 0 0 0 0 0 0 0 0 211 0 0 0 0T 0 145 0 107 0 0 0 0 0 0 0 0 0-9999 +USW00094728199509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199509FMTM 1350 X 0950 X 1350 X 1450 X 1550 X 1550 X 2150 X 1050 X 0050 X 1550 X 0150 X 1450 X 2250 X 1450 X 1950 X 2250 X 0950 X 0850 X 1050 X 1050 X 0850 X 1750 X 1250 X 1450 X 2250 X 0950 X 2150 X 1750 X 1250 X 1550 X-9999 +USW00094728199509PGTM 1340 X 0939 X 0817 X 2130 X 1502 X 1846 X 2322 X 1418 X 0145 X 1321 X 0251 X 2117 X 2247 X 1513 X 1953 X 1327 X 1029 X 0811 X 1028 X 0917 X 0848 X 1626 X 0603 X 0844 X 0907 X 0602 X 2224 X 1528 X 1549 X 0743 X-9999 +USW00094728199509TSUN 578 X 430 X 756 X 713 X 705 X 774 X 659 X 161 X 77 X 758 X 760 X 720 X 39 X 444 X 685 X 89 X 62 X 679 X 331 X 451 X 81 X 0 X 87 X 483 X 5 X 0 X 485 X 715 X 580 X 692 X-9999 +USW00094728199509WDF1 250 X 40 X 40 X 140 X 110 X 130 X 210 X 20 X 30 X 270 X 10 X 120 X 200 X 240 X 30 X 140 X 70 X 10 X 20 X 30 X 210 X 250 X 260 X 30 X 30 X 50 X 210 X 10 X 30 X 30 X-9999 +USW00094728199509WDFG 225W X 360W X 90W X 180W X 135W X 90W X 180W X 360W X 360W X 270W X 360W X 135W X 180W X 225W X 360W X 90W X 45W X 360W X 360W X 45W X 180W X 135W X 270W X 360W X 360W X 45W X 180W X 360W X 360W X 360W X-9999 +USW00094728199509WSF1 54 X 54 X 40 X 36 X 45 X 45 X 45 X 89 X 54 X 58 X 54 X 54 X 54 X 63 X 67 X 54 X 103 X 80 X 54 X 45 X 45 X 67 X 54 X 58 X 54 X 45 X 58 X 45 X 58 X 45 X-9999 +USW00094728199509WSFG 108 X 103 X 67 X 82 X 77 X 82 X 103 X 118 X 82 X 118 X 93 X 129 X 98 X 134 X 93 X 103 X 159 X 103 X 93 X 72 X 72 X 149 X 98 X 87 X 87 X 87 X 108 X 103 X 103 X 87 X-9999 +USW00094728199509WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728199509WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199510TMAX 239 0 294 0 272 0 228 0 228 0 300 0 167 0 222 0 211 0 228 0 250 0 272 0 300 0 228 0 172 0 139 0 156 0 189 0 222 0 233 0 222 0 161 0 239 0 222 0 189 0 150 0 200 0 200 0 144 0 139 0 133 0 +USW00094728199510TMIN 100 0 139 0 156 0 200 0 178 0 167 0 144 0 128 0 100 0 117 0 133 0 139 0 156 0 156 0 106 0 89 0 78 0 94 0 117 0 144 0 94 0 72 0 111 0 133 0 94 0 83 0 89 0 122 0 67 0 56 0 89 0 +USW00094728199510PRCP 0 0 0 0 0 0 8 0 505 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 447 0 48 0 0 0 0 0 0 0 0 0 51 0 551 0 0 0 0 0 0T 0 0T 0 0 0 58 0 307 0 0T 0 0 0 5 0 +USW00094728199510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199510FMTM 1150 X 1950 X 1450 X 2050 X 1850 X 0850 X 0650 X 1050 X 1550 X 2050 X 1650 X 1250 X 1950 X 1250 X 1350 X 1450 X 1050 X 1850 X 1950 X 1650 X 0750 X 0950 X 2250 X 1350 X 0150 X 1950 X 1350 X 0350 X 0950 X 1250 X 0550 X +USW00094728199510PGTM 2245 X 1503 X 1457 X 0432 X 2337 X 0927 X 0002 X 1715 X 0722 X 2038 X 1510 X 1435 X 2025 X 2107 X 1343 X 1222 X 1003 X 1913 X 0253 X 1544 X 1215 X 1215 X 2255 X 2137 X 0124 X 1756 X 2130 X 0354 X 1630 X 1419 X 0700 X +USW00094728199510TSUN 682 X 704 X 606 X 0 X 0 X 585 X 0 X 458 X 686 X 614 X 625 X 677 X 674 X 5 X 325 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199510WDF1 300 X 220 X 120 X 180 X 40 X 220 X 80 X 270 X 210 X 150 X 140 X 240 X 210 X 140 X 250 X 270 X 330 X 180 X 130 X 80 X 80 X 200 X 190 X 120 X 240 X 180 X 140 X 140 X 230 X 200 X 20 X +USW00094728199510WDFG 225W X 180W X 135W X 180W X 135W X 225W X 360W X 315W X 270W X 135W X 180W X 225W X 180W X 270W X 270W X 225W X 270W X 180W X 135W X 90W X 135W X 180W X 180W X 180W X 225W X 135W X 135W X 135W X 225W X 225W X 360W X +USW00094728199510WSF1 36 X 36 X 40 X 40 X 67 X 67 X 54 X 54 X 27 X 40 X 31 X 40 X 45 X 54 X 72 X 94 X 76 X 58 X 31 X 72 X 67 X 63 X 45 X 45 X 54 X 31 X 80 X 67 X 67 X 45 X 45 X +USW00094728199510WSFG 57 X 77 X 67 X 93 X 134 X 134 X 98 X 82 X 57 X 67 X 57 X 67 X 87 X 164 X 129 X 134 X 98 X 103 X 67 X 134 X 144 X 108 X 103 X 93 X 108 X 51 X 129 X 129 X 139 X 93 X 67 X +USW00094728199510WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199510WT14-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199510WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 +USW00094728199511TMAX 139 0 206 0 222 0 128 0 78 0 100 0 111 0 94 0 50 0 111 0 172 0 167 0 50 0 94 0 106 0 61 0 67 0 83 0 83 0 89 0 122 0 67 0 67 0 50 0 39 0 83 0 139 0 178 0 33 0 28 0-9999 +USW00094728199511TMIN 106 0 128 0 128 0 28 0 11 0 22 0 44 0 22 0 0 0 6 0 106 0 6 0 -6 0 44 0 28 0 0 0 -6 0 28 0 44 0 28 0 33 0 11 0 0 0 6 0 -6 0 6 0 50 0 33 0 -11 0 -44 0-9999 +USW00094728199511PRCP 130 0 178 0 20 0 0T 0 0 0 0 0 173 0 0 0 0 0 0 0 358 0 132 0 0 0 295 0 23 0 0 0 0 0 48 0 5 0 0 0 0 0 0 0 25 0 13 0 0 0 0T 0 0 0 0T 0 69 0 0 0-9999 +USW00094728199511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 74 0 0 0-9999 +USW00094728199511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 25 0-9999 +USW00094728199511AWND 27 X 24 X 24 X 46 X 32 X 21 X 28 X 44 X 36 X 30 X 50 X 53 X 21 X 67 X 42 X 38 X 22 X 20 X 23 X 22 X 30 X 41 X 29 X 30 X 25 X 23 X 26 X 50 X 42 X 27 X-9999 +USW00094728199511FMTM 2126 X 1020 X 1937 X 0408 X 1009 X 2207 X 1218 X 1213 X 0924 X 2155 X 2234 X 1042 X 0028 X 2003 X 1831 X 1638 X 1304 X 2321 X 1953 X 2206 X 1431 X 1506 X 1037 X 2345 X 0024 X 1330 X 2019 X 1240 X 0910 X 0924 X-9999 +USW00094728199511PGTM 1437 X 1036 X 2344 X 1537 X 1152 X 2129 X 1218 X 1731 X 1129 X 2135 X 2229 X 0031 X 0100 X 1933 X 1829 X 1330 X 1303 X 2335 X 1940 X 2324 X 2315 X 1324 X 0936 X 2156 X 0216 X 1327 X 2019 X 1239 X 0909 X 0120 X-9999 +USW00094728199511WDF2 20 X 200 X 260 X 260 X 270 X 200 X 130 X 230 X 260 X 190 X 110 X 230 X 240 X 30 X 200 X 240 X 240 X 140 X 260 X 180 X 240 X 290 X 250 X 80 X 70 X 300 X 250 X 300 X 60 X 20 X-9999 +USW00094728199511WDF5 10 X 190 X 240 X 240 X 230 X 200 X 120 X 230 X 260 X 160 X 110 X 120 X 250 X 10 X 200 X 190 X 240 X 130 X 270 X 190 X 320 X 340 X 250 X 80 X 70 X 270 X 250 X 300 X 70 X 10 X-9999 +USW00094728199511WSF2 58 X 63 X 67 X 98 X 67 X 45 X 67 X 94 X 89 X 76 X 116 X 107 X 58 X 130 X 94 X 67 X 49 X 45 X 58 X 58 X 72 X 80 X 72 X 58 X 58 X 49 X 80 X 103 X 89 X 63 X-9999 +USW00094728199511WSF5 80 X 80 X 89 X 134 X 89 X 63 X 103 X 152 X 116 X 116 X 192 X 174 X 72 X 197 X 143 X 98 X 67 X 67 X 76 X 72 X 103 X 125 X 107 X 76 X 72 X 72 X 112 X 143 X 112 X 89 X-9999 +USW00094728199511WT01 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 +USW00094728199511WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199511WT16 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728199511WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728199511WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199512TMAX 106 0 89 0 128 0 111 0 89 0 89 0 50 0 17 0 22 0 0 0 -44 0 -33 0 -22 0 28 0 67 0 50 0 50 0 39 0 6 0 -50 0 -11 0 11 0 33 0 11 0 17 0 6 0 0 0 28 0 28 0 50 0 61 0 +USW00094728199512TMIN 11 0 6 0 -6 0 28 0 6 0 28 0 -11 0 -33 0 -17 0 -94 0 -94 0 -89 0 -67 0 -44 0 0 0 6 0 -6 0 -11 0 -56 0 -78 0 -72 0 -22 0 -17 0 -33 0 -33 0 -50 0 -61 0 -39 0 -33 0 -22 0 11 0 +USW00094728199512PRCP 0 0 0 0 3 0 0T 0 28 0 33 0 0 0 0 0 112 0 0 0 0 0 0 0 0 0 107 0 0 0 53 0 0 0 0 0 173 0 30 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 43 0 0 0 13 0 0 0 0 0 140 0 56 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199512SNWD 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 25 0 25 0 0 0 0 0 0 0 0T 0 178 0 178 0 178 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199512AWND 39 X 46 X 25 X 30 X 28 X 38 X 36 X 36 X 40 X 37 X 42 X 35 X 23 X 27 X 18 X 24 X 30 X 21 X 59 X 52 X 61 X 54 X 36 X 42 X 38 X 51 X 52 X 37 X 40 X 29 X 14 X +USW00094728199512FMTM 2306 X 0234 X 1655 X 1157 X 0823 X 1536 X 1434 X 0927 X 1822 X-9999 -9999 1125 X 2322 X 0942 X 0104 X 0737 X 1328 X 2345 X 1832 X 1859 X 1320 X 1209 X 1102 X 1112 X 0211 X 1454 X 1506 X 1534 X 1210 X 1643 X 0257 X +USW00094728199512PGTM 2305 X 0231 X 1107 X 0650 X 2135 X 1535 X 1433 X 1006 X 1812 X-9999 -9999 1009 X 2321 X 0941 X 0104 X 0736 X 1328 X 2345 X 2039 X 1917 X 1554 X 1130 X 1427 X 1942 X 1037 X 1514 X 1455 X 0934 X 1237 X 1330 X 0257 X +USW00094728199512WDF2 320 X 320 X 230 X 320 X 70 X 290 X 300 X 310 X 320 X-9999 -9999 300 X 70 X 130 X 260 X 80 X 320 X 50 X 70 X 330 X 300 X 320 X 320 X 320 X 320 X 320 X 320 X 320 X 330 X 250 X 300 X +USW00094728199512WDF5 330 X 300 X 220 X 350 X 160 X 300 X 300 X 310 X 340 X-9999 -9999 300 X 60 X 120 X 280 X 80 X 320 X 50 X 60 X 310 X 330 X 320 X 320 X 320 X 300 X 340 X 320 X 320 X 310 X 290 X 310 X +USW00094728199512WSF2 89 X 107 X 67 X 49 X 67 X 89 X 67 X 67 X 72 X-9999 -9999 67 X 49 X 67 X 40 X 67 X 72 X 49 X 112 X 98 X 107 X 94 X 67 X 89 X 72 X 89 X 89 X 67 X 80 X 58 X 36 X +USW00094728199512WSF5 134 X 165 X 107 X 94 X 89 X 116 X 94 X 89 X 112 X-9999 -9999 94 X 67 X 80 X 49 X 72 X 94 X 67 X 152 X 139 X 139 X 130 X 89 X 130 X 89 X 130 X 125 X 98 X 103 X 80 X 45 X +USW00094728199512WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199512WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199512WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199512WT16-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199512WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199512WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199601TMAX 56 0 39 0 -11 0 -50 0 -33 0 -78 0 -56 0 -50 0 -17 0 -6 0 -33 0 22 0 17 0 44 0 50 0 11 0 72 0 111 0 133 0 -11 0 0 0 50 0 61 0 122 0 56 0 78 0 122 0 17 0 39 0 61 0 39 0 +USW00094728199601TMIN 33 0 -33 0 -72 0 -106 0 -133 0 -144 0 -111 0 -89 0 -83 0 -61 0 -89 0 -44 0 -17 0 -6 0 -67 0 -89 0 6 0 6 0 -33 0 -56 0 -33 0 -17 0 6 0 44 0 -33 0 -44 0 6 0 -17 0 -28 0 11 0 -78 0 +USW00094728199601PRCP 0 0 104 0 69 0 0T 0 0 0 0 0 356 0 193 0 3 0 0 0 0 0 142 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 218 0 0 0 0T 0 0 0 0T 0 107 0 0 0 0 0 236 0 0 0 0T 0 0 0 5 0 +USW00094728199601SNOW 0 0 43 0 15 0 0T 0 0 0 0 0 345 0 168 0 8 0 0 0 0 0 61 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 23 0 +USW00094728199601AWND 25 X 33 X 42 X 34 X 46 X 34 X 72 X 62 X 30 X 44 X 27 X 58 X 39 X 38 X 38 X 37 X 27 X 27 X 58 X 33 X 35 X 22 X 32 X 42 X 47 X 35 X 63 X 53 X 34 X 25 X 37 X +USW00094728199601FMTM 1254 X 2156 X 0615 X 0803 X 1830 X 0043 X 2342 X 0005 X 1253 X 2121 X 0343 X 1500 X 1207 X 1514 X 2109 X 0058 X 1141 X 2341 X 1502 X 0034 X 0940 X 2327 X 2355 X 2159 X 0926 X 1454 X 1422 X 1038 X 2043 X 1429 X 0945 X +USW00094728199601PGTM 1106 X 2155 X 0301 X 0801 X 1830 X 0012 X 2342 X 0024 X 0931 X 1252 X 0252 X 1459 X 0927 X 2042 X 1441 X 0058 X 1140 X 2304 X 1502 X 0000 X 0922 X 2326 X 0140 X 1320 X 0942 X 1453 X 1421 X 0855 X 2042 X 1415 X 0943 X +USW00094728199601WDF2 60 X 80 X 90 X 310 X 320 X 310 X 60 X 70 X 300 X 320 X 310 X 90 X 320 X 240 X 60 X 60 X 270 X 200 X 200 X 320 X 80 X 260 X 230 X 300 X 320 X 180 X 190 X 320 X 260 X 270 X 10 X +USW00094728199601WDF5 60 X 70 X 90 X 320 X 330 X 310 X 60 X 60 X 310 X 300 X 300 X 90 X 320 X 260 X 10 X 60 X 260 X 200 X 190 X 320 X 60 X 270 X 250 X 190 X 350 X 200 X 200 X 330 X 270 X 260 X 30 X +USW00094728199601WSF2 67 X 80 X 103 X 72 X 98 X 72 X 152 X 179 X 63 X 80 X 76 X 139 X 89 X 76 X 76 X 80 X 72 X 63 X 143 X 98 X 72 X 63 X 76 X 89 X 107 X 72 X 116 X 107 X 67 X 58 X 72 X +USW00094728199601WSF5 89 X 107 X 152 X 103 X 139 X 94 X 201 X 237 X 89 X 116 X 107 X 179 X 116 X 98 X 112 X 107 X 98 X 107 X 215 X 161 X 112 X 80 X 103 X 139 X 152 X 98 X 170 X 170 X 94 X 89 X 98 X +USW00094728199601WT01-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 +USW00094728199601WT02-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199601WT08 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728199601WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 +USW00094728199601WT18-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 +USW00094728199601WT19-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199602TMAX -33 0 -17 0 -67 0 -83 0 -83 0 -33 0 17 0 50 0 83 0 83 0 94 0 28 0 -39 0 39 0 17 0 -11 0 0 0 0 0 56 0 111 0 111 0 150 0 117 0 133 0 167 0 139 0 144 0 156 0 6 0-9999 -9999 +USW00094728199602TMIN -100 0 -83 0 -106 0 -133 0 -150 0 -106 0 -61 0 -6 0 33 0 28 0 22 0 -100 0 -117 0 -44 0 -22 0 -56 0 -61 0 -56 0 -61 0 28 0 78 0 78 0 67 0 61 0 83 0 67 0 28 0 -6 0 -44 0-9999 -9999 +USW00094728199602PRCP 0 0 28 0 119 0 0 0 0 0 0 0 0 0 43 0 0T 0 0T 0 0T 0 0T 0 0 0 38 0 0T 0 130 0 3 0 0 0 0 0 30 0 127 0 10 0 0T 0 104 0 0 0 0 0 5 0 20 0 0 0-9999 -9999 +USW00094728199602SNOW 0 Z 38 0 152 0 0 Z 0 Z 0 Z 0 Z 25 0 0 Z 0 Z 0 Z 0T 0 0 Z 51 0 0T 0 251 0 20 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 +USW00094728199602SNWD-9999 -9999 178 Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199602AWND 31 X 30 X 52 X 42 X 36 X 31 X 32 X 31 X 50 X 38 X 42 X 57 X 55 X 30 X 23 X 53 X 44 X 38 X 32 X 34 X 22 X 16 X 23 X 52 X 86 X 41 X 21 X 43 X 51 X-9999 -9999 +USW00094728199602FMTM 1936 X 2339 X 0702 X 0356 X 1817 X 0842 X 2330 X 2224 X 1322 X 0340 X 1456 X 1535 X 1551 X 1621 X 0445 X 2121 X 1400 X 1245 X 1527 X 1807 X 0114 X 0225 X 2236 X 1153 X 1219 X 0942 X 1900 X 2201 X 0409 X-9999 -9999 +USW00094728199602PGTM 1553 X 2338 X 0430 X 0618 X 1816 X 0940 X 2329 X 2223 X 1321 X 0142 X 1455 X 0236 X 1005 X 1527 X 2207 X 2120 X 0934 X 1315 X 1219 X 2215 X 0114 X 0242 X 2233 X 1201 X 1218 X 0839 X 1835 X 2200 X 0535 X-9999 -9999 +USW00094728199602WDF2 270 X 40 X 30 X 20 X 270 X 290 X 260 X 250 X 320 X 320 X 300 X 320 X 300 X 300 X 70 X 360 X 330 X 320 X 180 X 170 X 180 X 60 X 170 X 290 X 300 X 310 X 190 X 330 X 330 X-9999 -9999 +USW00094728199602WDF5 280 X 50 X 50 X 20 X 250 X 300 X 260 X 220 X 310 X 300 X 330 X 340 X 320 X 280 X 10 X 360 X 300 X 290 X 180 X 180 X 180 X 250 X 200 X 320 X 300 X 310 X 180 X 340 X 330 X-9999 -9999 +USW00094728199602WSF2 58 X 80 X 98 X 89 X 72 X 63 X 72 X 67 X 94 X 80 X 103 X 98 X 94 X 63 X 49 X 94 X 98 X 80 X 63 X 72 X 72 X 45 X 63 X 130 X 148 X 89 X 49 X 139 X 112 X-9999 -9999 +USW00094728199602WSF5 80 X 112 X 143 X 116 X 103 X 80 X 103 X 94 X 143 X 130 X 143 X 143 X 148 X 94 X 63 X 134 X 130 X 112 X 89 X 98 X 103 X 63 X 76 X 183 X 201 X 125 X 72 X 201 X 165 X-9999 -9999 +USW00094728199602WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728199602WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199602WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728199602WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728199602WT18-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199603TMAX 11 0 17 0 17 0 17 0 161 0 100 0 11 0 -44 0 -44 0 6 0 56 0 100 0 144 0 172 0 156 0 89 0 94 0 150 0 83 0 83 0 89 0 50 0 61 0 128 0 156 0 144 0 56 0 44 0 50 0 128 0 167 0 +USW00094728199603TMIN -56 0 -17 0 -61 0 -72 0 0 0 11 0 -50 0 -100 0 -117 0 -89 0 -39 0 0 0 22 0 72 0 61 0 11 0 6 0 56 0 44 0 44 0 39 0 11 0 0 0 11 0 61 0 44 0 -22 0 0 0 -6 0 33 0 33 0 +USW00094728199603PRCP 0 0 84 0 3 0 0 0 56 0 130 0 206 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 0 0 0 0 0 0 213 0 13 0 3 0 0 0 0T 0 0 0 0 0 3 0 0 0 36 0 114 0 0 0 0 0 +USW00094728199603SNOW 0 Z 117 0 0T 0 0 Z 0 Z 0 Z 0T 0 114 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T 0 0 Z 0 Z 0 Z 0 Z 8 0 97 0 0 Z 0 Z +USW00094728199603SNWD-9999 25 Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199603AWND 28 X 31 X 56 X 44 X 39 X 37 X 32 X 38 X 42 X 25 X 19 X 31 X 23 X 30 X 31 X 50 X 25 X 21 X 66 X 36 X 30 X 42 X 57 X 33 X 36 X 42 X 38 X 39 X 50 X 26 X 27 X +USW00094728199603FMTM 1159 X 2211 X 1409 X 1630 X 1722 X 1208 X 0807 X 2329 X 0240 X 0021 X 0237 X 0840 X 0604 X 1530 X 2330 X 1036 X 1857 X 1730 X 2024 X 0420 X 2132 X 2112 X 1131 X 1221 X 1553 X 1359 X 0326 X 2341 X 0900 X 1100 X 2230 X +USW00094728199603PGTM 1507 X 2245 X 1326 X 1144 X 1721 X 1207 X 1334 X 1955 X 0019 X 0021 X 0236 X 0840 X 0610 X 1425 X 1839 X 0608 X 1614 X 1541 X 1943 X 0403 X 2220 X 1608 X 0952 X 0413 X 1734 X 1413 X 0142 X 2328 X 0859 X 1059 X 2230 X +USW00094728199603WDF2 240 X 240 X 300 X 290 X 300 X 90 X 80 X 300 X 300 X 290 X 250 X 40 X 350 X 170 X 320 X 320 X 260 X 180 X 80 X 200 X 330 X 300 X 300 X 300 X 180 X 300 X 310 X 90 X 70 X 60 X 260 X +USW00094728199603WDF5 260 X 230 X 310 X 290 X 290 X 70 X 70 X 310 X 310 X 290 X 270 X 30 X 350 X 240 X 350 X 330 X 260 X 210 X 70 X 190 X 290 X 310 X 300 X 340 X 190 X 310 X 310 X 70 X 60 X 70 X 260 X +USW00094728199603WSF2 67 X 63 X 134 X 80 X 80 X 103 X 67 X 76 X 72 X 49 X 45 X 67 X 49 X 67 X 67 X 89 X 49 X 49 X 165 X 76 X 72 X 72 X 112 X 72 X 80 X 98 X 80 X 80 X 112 X 67 X 63 X +USW00094728199603WSF5 94 X 94 X 206 X 125 X 130 X 148 X 89 X 125 X 107 X 67 X 58 X 89 X 72 X 89 X 103 X 139 X 72 X 72 X 232 X 103 X 98 X 103 X 161 X 103 X 112 X 125 X 125 X 112 X 152 X 89 X 89 X +USW00094728199603WT01-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728199603WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728199603WT08-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199603WT16-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 +USW00094728199603WT18-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728199603WT19-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199604TMAX 111 0 117 0 156 0 139 0 89 0 111 0 56 0 78 0 44 0 78 0 178 0 267 0 128 0 122 0 106 0 139 0 94 0 200 0 172 0 206 0 272 0 228 0 294 0 172 0 222 0 217 0 150 0 211 0 156 0 161 0-9999 +USW00094728199604TMIN 78 0 44 0 33 0 44 0 22 0 22 0 11 0 11 0 6 0 6 0 44 0 128 0 61 0 50 0 39 0 67 0 50 0 56 0 106 0 111 0 111 0 144 0 144 0 67 0 111 0 128 0 89 0 89 0 106 0 89 0-9999 +USW00094728199604PRCP 272 0 33 0 0 0 0 0 20 0 0T 0 175 0 33 0 137 0 79 0 0 0 0 0 38 0 0T 0 28 0 528 0 0 0 0 0 0 0 0 0 0 0 0T 0 36 0 0T 0 0 0 43 0 0T 0 0 0 104 0 81 0-9999 +USW00094728199604SNOW 0 Z 0 Z 0 Z 0 Z 0T 0 0 0 0T 0 0T 0 8 0 10 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728199604SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728199604AWND 35 X 59 X 34 X 27 X 34 X 38 X 46 X 30 X 40 X 61 X 53 X 40 X 45 X 47 X 42 X 42 X 47 X 34 X 23 X 31 X 30 X 39 X 34 X 57 X 37 X 40 X 35 X 35 X 36 X 41 X-9999 +USW00094728199604FMTM 2333 X 1400 X 1442 X 0902 X 0758 X 2205 X 1400 X 0816 X 1334 X 1216 X 1933 X 2244 X 2243 X 0443 X 1944 X 0019 X 1318 X 1008 X 0841 X 1558 X 1602 X 1657 X 1554 X 0825 X 1319 X 1438 X 0605 X 1239 X 2322 X 0012 X-9999 +USW00094728199604PGTM 2331 X 1241 X 1936 X 0901 X 0834 X 0658 X 1435 X 1826 X 1334 X 1215 X 1919 X 1217 X 0338 X 0405 X 2212 X 1622 X 1315 X 0856 X 0840 X 1557 X 1209 X 1617 X 1632 X 0844 X 2041 X 0103 X 0604 X 1509 X 1219 X 1608 X-9999 +USW00094728199604WDF2 50 X 320 X 300 X 70 X 70 X 170 X 90 X 10 X 70 X 330 X 330 X 70 X 80 X 80 X 170 X 130 X 300 X 290 X 190 X 190 X 300 X 190 X 250 X 320 X 240 X 200 X 320 X 300 X 90 X 80 X-9999 +USW00094728199604WDF5 60 X 320 X 20 X 60 X 60 X 60 X 60 X 300 X 70 X 350 X 320 X 250 X 60 X 70 X 140 X 300 X 290 X 290 X 200 X 190 X 250 X 190 X 270 X 340 X 220 X 200 X 330 X 290 X 200 X 180 X-9999 +USW00094728199604WSF2 76 X 94 X 63 X 72 X 72 X 76 X 94 X 63 X 94 X 125 X 103 X 80 X 80 X 103 X 80 X 98 X 98 X 67 X 63 X 80 X 72 X 80 X 98 X 112 X 89 X 89 X 80 X 89 X 80 X 94 X-9999 +USW00094728199604WSF5 125 X 143 X 89 X 80 X 98 X 112 X 134 X 72 X 116 X 170 X 139 X 112 X 112 X 130 X 125 X 125 X 148 X 94 X 94 X 103 X 107 X 116 X 161 X 161 X 143 X 112 X 116 X 116 X 116 X 130 X-9999 +USW00094728199604WT01 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 +USW00094728199604WT08 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199604WT16 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 +USW00094728199604WT18-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199604WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199605TMAX 189 0 211 0 144 0 144 0 217 0 122 0 178 0 183 0 156 0 233 0 294 0 172 0 144 0 178 0 200 0 122 0 233 0 178 0 317 0 356 0 339 0 267 0 272 0 244 0 233 0 189 0 172 0 156 0 172 0 189 0 250 0 +USW00094728199605TMIN 78 0 106 0 111 0 117 0 106 0 61 0 56 0 78 0 100 0 111 0 161 0 72 0 61 0 61 0 89 0 100 0 111 0 128 0 128 0 233 0 206 0 172 0 156 0 156 0 122 0 122 0 106 0 122 0 122 0 100 0 111 0 +USW00094728199605PRCP 0 0 0 0 122 0 0T 0 13 0 36 0 41 0 20 0 3 0 10 0 163 0 25 0 0 0 0 0 0 0 157 0 0 0 5 0 0 0 0 0 41 0 0T 0 0T 0 0T 0 0 0 5 0 28 0 0T 0 3 0 0 0 0 0 +USW00094728199605SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199605SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199605AWND 36 X 30 X 23 X 22 X 25 X 31 X 27 X 22 X 23 X 24 X 33 X 59 X 31 X 25 X 32 X 31 X 17 X 22 X 21 X 39 X 32 X 31 X 23 X 30 X 30 X 25 X 22 X 26 X 25 X 36 X 28 X +USW00094728199605FMTM 1709 X 1500 X 1116 X 1042 X 1018 X 1540 X 1528 X 0833 X 1344 X 2142 X 1654 X 1105 X 1705 X 2119 X 1828 X 1434 X 0621 X 1832 X 2135 X 1234 X 1611 X 1900 X 1403 X 1234 X 0205 X 0335 X 2213 X 1252 X 2235 X 1835 X 1439 X +USW00094728199605PGTM 1709 X 1121 X 1009 X 1340 X 1828 X 1614 X 1415 X 0833 X 1344 X 2142 X 1653 X 0034 X 1428 X 2118 X 1827 X 1433 X 0031 X 1912 X 2340 X 1233 X 1610 X 1845 X 2200 X 1722 X 0154 X 0334 X 2211 X 1252 X 2234 X 1041 X 1439 X +USW00094728199605WDF2 200 X 270 X 180 X 80 X 70 X 70 X 190 X 70 X 170 X 250 X 310 X 300 X 320 X 250 X 230 X 180 X 360 X 160 X 260 X 310 X 300 X 300 X 300 X 40 X 70 X 80 X 200 X 170 X 10 X 60 X 280 X +USW00094728199605WDF5 200 X 270 X 200 X 60 X 190 X 80 X 200 X 70 X 170 X 250 X 310 X 290 X 330 X 260 X 250 X 170 X 30 X 190 X 270 X 320 X 310 X 300 X 320 X 310 X 70 X 60 X 220 X 170 X 360 X 80 X 290 X +USW00094728199605WSF2 72 X 72 X 67 X 49 X 63 X 89 X 67 X 58 X 67 X 63 X 89 X 107 X 67 X 67 X 80 X 76 X 49 X 58 X 49 X 72 X 112 X 76 X 58 X 67 X 72 X 67 X 40 X 58 X 58 X 76 X 67 X +USW00094728199605WSF5 107 X 125 X 103 X 67 X 80 X 112 X 89 X 72 X 76 X 98 X 148 X 165 X 112 X 80 X 107 X 130 X 67 X 80 X 76 X 107 X 152 X 112 X 80 X 98 X 103 X 94 X 58 X 76 X 89 X 134 X 89 X +USW00094728199605WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199605WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199605WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199605WT16-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00094728199605WT19-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199606TMAX 267 0 233 0 161 0 239 0 256 0 256 0 244 0 289 0 267 0 250 0 283 0 267 0 272 0 306 0 311 0 278 0 272 0 256 0 200 0 200 0 283 0 261 0 278 0 261 0 289 0 267 0 278 0 256 0 250 0 194 0-9999 +USW00094728199606TMIN 150 0 144 0 122 0 156 0 172 0 172 0 172 0 206 0 194 0 200 0 200 0 194 0 200 0 206 0 217 0 206 0 189 0 200 0 161 0 167 0 183 0 200 0 178 0 178 0 200 0 167 0 156 0 178 0 178 0 161 0-9999 +USW00094728199606PRCP 0 0 0 0 765 0 46 0 8 0 0 0 0 0 0 0 0 0 3 0 0T 0 28 0 0T 0 0T 0 0 0 0 0 0T 0 38 0 150 0 119 0 0T 0 8 0 0 0 8 0 0 0 0 0 0 0 56 0 0T 0 224 0-9999 +USW00094728199606SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 0 0 0 0 Z 0 Z 0 Z-9999 +USW00094728199606SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 0 0 Z 0 Z-9999 +USW00094728199606AWND 31 X 32 X 32 X 27 X 25 X 28 X 26 X 25 X 21 X 25 X 18 X 20 X 20 X 24 X 19 X 26 X 16 X 26 X 38 X 30 X 24 X 21 X 29 X 25 X 35 X 26 X 19 X 28 X 20 X 27 X-9999 +USW00094728199606FMTM 2256 X 1709 X 2010 X 1618 X 1513 X 1645 X 1436 X 1622 X 1803 X 1625 X 1539 X 1658 X 1837 X 1541 X 1314 X 0812 X 1802 X 2210 X 1508 X 0604 X 1733 X 1616 X 1526 X 1458 X 1724 X 1024 X 1721 X 1350 X 2314 X 1207 X-9999 +USW00094728199606PGTM 2256 X 1707 X 2009 X 1616 X 1517 X 1601 X 0031 X 0128 X 1603 X 2033 X 1525 X 1658 X 1844 X 1541 X 1542 X 1502 X 1652 X 2210 X 1254 X 0603 X 1732 X 1615 X 1525 X 1545 X 1502 X 1023 X 1721 X 0950 X 2308 X 1218 X-9999 +USW00094728199606WDF2 250 X 180 X 90 X 170 X 280 X 200 X 180 X 200 X 200 X 190 X 190 X 200 X 300 X 300 X 290 X 80 X 260 X 140 X 110 X 80 X 320 X 200 X 310 X 190 X 330 X 320 X 300 X 360 X 250 X 210 X-9999 +USW00094728199606WDF5 270 X 200 X 70 X 180 X 260 X 190 X 250 X 240 X 190 X 200 X 220 X 200 X 300 X 300 X 310 X 200 X 180 X 140 X 70 X 60 X 330 X 200 X 320 X 220 X 340 X 320 X 290 X 360 X 290 X 190 X-9999 +USW00094728199606WSF2 67 X 63 X 72 X 63 X 67 X 67 X 63 X 72 X 49 X 58 X 45 X 49 X 63 X 58 X 49 X 72 X 49 X 58 X 67 X 72 X 72 X 63 X 67 X 58 X 80 X 72 X 54 X 67 X 49 X 58 X-9999 +USW00094728199606WSF5 98 X 103 X 94 X 103 X 94 X 103 X 80 X 94 X 80 X 72 X 76 X 89 X 89 X 76 X 72 X 89 X 72 X 76 X 94 X 89 X 107 X 98 X 89 X 76 X 139 X 107 X 72 X 76 X 80 X 98 X-9999 +USW00094728199606WT01-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00094728199606WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199606WT08-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199606WT16-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00094728199607TMAX 272 0 278 0 233 0 217 0 278 0 300 0 289 0 294 0 306 0 256 0 267 0 244 0 228 0 300 0 278 0 294 0 306 0 317 0 294 0 244 0 272 0 233 0 211 0 256 0 267 0 261 0 261 0 272 0 250 0 228 0 222 0 +USW00094728199607TMIN 178 0 200 0 172 0 172 0 172 0 194 0 217 0 206 0 211 0 183 0 167 0 189 0 200 0 200 0 217 0 211 0 233 0 228 0 222 0 183 0 172 0 189 0 178 0 172 0 200 0 194 0 189 0 178 0 200 0 194 0 183 0 +USW00094728199607PRCP 0 0 0 0 137 0 10 0 0 0 0 0 0 0 160 0 8 0 0 0 0 0 91 0 450 0 3 0 114 0 5 0 0T 0 0 0 43 0 0 0 0 0 5 0 61 0 0 0 0T 0 117 0 0 0 0 0 0 0 3 0 257 0 +USW00094728199607SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199607SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199607AWND 14 X 20 X 16 X 35 X 33 X 26 X 23 X 18 X-9999 33 X 21 X 19 X 44 X 17 X 32 X 30 X 24 X 25 X 39 X 48 X 38 X 14 X 20 X 19 X 27 X 13 X 23 X 15 X 20 X 25 X 33 X +USW00094728199607FMTM 1756 X 1731 X 1700 X 1816 X 1159 X 1332 X 1802 X 1819 X-9999 1655 X 2337 X 0039 X 0958 X 1827 X 1812 X 1821 X 1825 X 2116 X 1753 X 1734 X 1245 X 1131 X 0944 X 1512 X 1504 X 1702 X 1439 X 1807 X 1801 X 1942 X 1654 X +USW00094728199607WDF2 170 X 190 X 320 X 300 X 280 X 300 X 200 X 290 X-9999 330 X 260 X 260 X 170 X 190 X 250 X 260 X 290 X 260 X 300 X 330 X 310 X 270 X 80 X 170 X 190 X 330 X 290 X 170 X 120 X 160 X 80 X +USW00094728199607WDF5 190 X 180 X 310 X 280 X 290 X 250 X 210 X 270 X-9999 350 X 240 X 60 X 160 X 180 X 240 X 260 X 310 X 250 X 330 X 340 X 340 X 240 X 90 X 180 X 190 X 340 X 290 X 10 X 190 X 170 X 90 X +USW00094728199607WSF2 45 X 45 X 58 X 80 X 67 X 63 X 49 X 72 X-9999 63 X 63 X 58 X 107 X 72 X 80 X 67 X 49 X 58 X 89 X 98 X 76 X 40 X 49 X 67 X 72 X 58 X 63 X 40 X 45 X 49 X 58 X +USW00094728199607WSF5 63 X 63 X 80 X 107 X 89 X 94 X 80 X 112 X-9999 98 X 76 X 80 X 183 X 98 X 130 X 107 X 80 X 89 X 139 X 139 X 107 X 58 X 67 X 80 X 94 X 80 X 80 X 58 X 63 X 72 X 76 X +USW00094728199607WT01 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 +USW00094728199607WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728199607WT08 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199607WT13 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X +USW00094728199607WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 +USW00094728199608TMAX 250 0 267 0 244 0 283 0 294 0 294 0 272 0 289 0 278 0 283 0 261 0 222 0 206 0 272 0 272 0 244 0 278 0 289 0 289 0 272 0 244 0 306 0 322 0 289 0 289 0 311 0 283 0 244 0 283 0 278 0 289 0 +USW00094728199608TMIN 178 0 200 0 206 0 200 0 211 0 217 0 217 0 206 0 189 0 211 0 172 0 167 0 161 0 167 0 194 0 189 0 200 0 200 0 200 0 206 0 206 0 211 0 222 0 211 0 206 0 206 0 211 0 194 0 194 0 178 0 194 0 +USW00094728199608PRCP 23 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 208 0 0 0 0 0 18 0 191 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 15 0 0 0 8 0 10 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728199608SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199608SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199608AWND 17 X 14 X 19 X 17 X 9 X 12 X 17 X 24 X 21 X 27 X 24 X 21 X 35 X 10 X 14 X 21 X 8 X 17 X 20 X 27 X 27 X 15 X 24 X 21 X 21 X 23 X 20 X 37 X 20 X 19 X 17 X +USW00094728199608FMTM 0012 X 1616 X 1235 X 1916 X 1729 X 1417 X 1545 X 1434 X 1245 X 2130 X 0917 X 1426 X 1143 X 1835 X 1829 X 2006 X 1904 X 1310 X 0833 X 2320 X 0954 X 1656 X 1927 X 1816 X 2144 X 1704 X 2324 X 0714 X 1729 X 1140 X 1723 X +USW00094728199608WDF2 80 X 210 X 170 X 260 X 270 X 170 X 190 X 200 X 270 X 10 X 80 X 80 X 70 X 180 X 190 X 190 X 170 X 360 X 80 X 260 X 280 X 180 X 10 X 60 X 260 X 190 X 80 X 80 X 310 X 70 X 170 X +USW00094728199608WDF5 60 X 190 X 180 X 260 X 290 X 220 X 210 X 180 X 270 X 40 X 60 X 60 X 70 X 170 X 210 X 190 X 190 X 350 X 190 X 240 X 260 X 220 X 20 X 10 X 200 X 190 X 70 X 70 X 310 X 70 X 180 X +USW00094728199608WSF2 45 X 49 X 40 X 45 X 40 X 45 X 49 X 63 X 76 X 49 X 58 X 49 X 76 X 36 X 49 X 49 X 40 X 45 X 49 X 67 X 58 X 49 X 76 X 76 X 58 X 49 X 58 X 76 X 58 X 63 X 49 X +USW00094728199608WSF5 58 X 72 X 63 X 63 X 63 X 58 X 67 X 80 X 107 X 72 X 76 X 63 X 116 X 49 X 76 X 76 X 58 X 67 X 72 X 107 X 94 X 72 X 98 X 103 X 76 X 76 X 72 X 103 X 80 X 76 X 63 X +USW00094728199608WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00094728199608WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199608WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00094728199608WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00094728199608WT16 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199609TMAX 267 0 317 0 311 0 289 0 300 0 267 0 261 0 267 0 300 0 300 0 239 0 222 0 194 0 233 0 239 0 228 0 172 0 183 0 233 0 239 0 244 0 189 0 178 0 167 0 189 0 194 0 183 0 233 0 194 0 211 0-9999 +USW00094728199609TMIN 183 0 200 0 200 0 222 0 222 0 211 0 228 0 194 0 206 0 233 0 206 0 189 0 161 0 139 0 144 0 161 0 139 0 122 0 144 0 133 0 139 0 150 0 122 0 100 0 122 0 106 0 150 0 150 0 144 0 128 0-9999 +USW00094728199609PRCP 0 0 0 0 0 0 0T 0 0T 0 86 0 5 0 135 0 0 0 0 0 0 0 0 0 79 0 0 0 0 0 53 0 518 0 43 0 0 0 0 0 0 0 84 0 3 0 56 0 0 0 0 0 0 0 155 0 46 0 0 0-9999 +USW00094728199609SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728199609SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728199609AWND 27 X 24 X 17 X 17 X 20 X 34 X 35 X 24 X 11 X 23 X 28 X 46 X 34 X 30 X 20 X 21 X 44 X 0 X 0 X 13 X 18 X 21 X 29 X 15 X 25 X 20 X 34 X 42 X 21 X 18 X-9999 +USW00094728199609FMTM 1634 X 1545 X 1543 X 2316 X 1655 X 1641 X 1701 X 1437 X 1526 X 1444 X 0532 X 1241 X 0027 X 1656 X 1523 X 1706 X 1411 X-9999 -9999 -9999 2226 X 1518 X 1411 X 1610 X 1104 X 0758 X 2305 X 2140 X 2056 X 1039 X-9999 +USW00094728199609WDF2 70 X 280 X 260 X 260 X 190 X 140 X 180 X 270 X 270 X 290 X 70 X 80 X 70 X 300 X 290 X 260 X 70 X-9999 -9999 -9999 250 X 250 X 360 X 190 X 300 X 70 X 190 X 330 X 280 X 360 X-9999 +USW00094728199609WDF5 70 X 270 X 270 X 240 X 190 X 70 X 170 X 290 X 270 X 290 X 60 X 60 X 70 X 310 X 270 X 250 X 70 X-9999 -9999 -9999 240 X 160 X 330 X 190 X 280 X 70 X 180 X 200 X 280 X 300 X-9999 +USW00094728199609WSF2 58 X 58 X 40 X 40 X 45 X 67 X 67 X 94 X 72 X 49 X 63 X 76 X 80 X 72 X 49 X 58 X 103 X-9999 -9999 -9999 49 X 58 X 63 X 45 X 67 X 49 X 67 X 98 X 40 X 63 X-9999 +USW00094728199609WSF5 76 X 72 X 58 X 49 X 63 X 103 X 98 X 139 X 94 X 67 X 72 X 103 X 112 X 98 X 89 X 80 X 179 X-9999 -9999 -9999 76 X 80 X 89 X 72 X 89 X 67 X 94 X 130 X 63 X 80 X-9999 +USW00094728199609WT01 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00094728199609WT08-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199609WT13 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00094728199609WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728199610TMAX 222 0 217 0 183 0 117 0 128 0 144 0 189 0 156 0 194 0 156 0 122 0 144 0 178 0 233 0 144 0 228 0 244 0 161 0 144 0 150 0 144 0 161 0 194 0 189 0 194 0 183 0 211 0 178 0 150 0 183 0 150 0 +USW00094728199610TMIN 133 0 156 0 61 0 44 0 50 0 67 0 83 0 122 0 122 0 89 0 61 0 50 0 100 0 106 0 61 0 100 0 156 0 122 0 94 0 83 0 100 0 94 0 122 0 122 0 111 0 94 0 117 0 100 0 78 0 106 0 100 0 +USW00094728199610PRCP 0 0 20 0 0 0 0 0 0 0 0 0 0 0 480 0 18 0 64 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 1105 0 38 0 89 0 15 0 5 0 0 0 0 0 0 0 0 0 43 0 0 0 28 0 0 0 +USW00094728199610SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199610SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199610AWND 19 X 28 X 43 X 40 X 30 X 22 X 13 X 42 X 24 X 32 X 32 X 14 X 25 X 42 X 32 X 33 X 12 X 46 X 55 X 18 X 17 X 19 X 27 X 36 X 22 X 21 X 19 X 42 X 28 X 27 X 41 X +USW00094728199610FMTM 1619 X 2257 X 0922 X 0843 X 1314 X 1342 X 1820 X 1816 X 0005 X 1910 X 0039 X 1710 X 2042 X 1517 X 2303 X 0620 X 2309 X 2255 X 1230 X 1211 X 1029 X 2126 X 2341 X 1708 X 1219 X 2119 X 2037 X 2015 X 2359 X 0926 X 2337 X +USW00094728199610WDF2 190 X 230 X 10 X 70 X 70 X 70 X 200 X 50 X 10 X 330 X 330 X 250 X 260 X 320 X 270 X 270 X 80 X 100 X 110 X 150 X 260 X 270 X 250 X 290 X 290 X 270 X 250 X 330 X 320 X 190 X 290 X +USW00094728199610WDF5 200 X 240 X 340 X 70 X 70 X 80 X 200 X 20 X 360 X 300 X 330 X 240 X 260 X 330 X 320 X 240 X 190 X 140 X 140 X 210 X 250 X 270 X 250 X 300 X 260 X 270 X 250 X 320 X 340 X 180 X 300 X +USW00094728199610WSF2 45 X 49 X 80 X 89 X 72 X 49 X 40 X 116 X 76 X 80 X 76 X 45 X 49 X 89 X 63 X 63 X 36 X 76 X 103 X 45 X 45 X 45 X 67 X 63 X 49 X 40 X 49 X 94 X 80 X 76 X 76 X +USW00094728199610WSF5 67 X 72 X 116 X 112 X 94 X 72 X 67 X 206 X 125 X 116 X 107 X 63 X 94 X 134 X 94 X 98 X 58 X 112 X 152 X 67 X 58 X 63 X 94 X 98 X 76 X 49 X 80 X 134 X 116 X 130 X 112 X +USW00094728199610WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00094728199610WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199610WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728199610WT13-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 +USW00094728199610WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00094728199611TMAX 106 0 100 0 94 0 117 0 150 0 150 0 206 0 194 0 178 0 94 0 61 0 61 0 56 0 28 0 28 0 67 0 128 0 128 0 106 0 67 0 61 0 72 0 89 0 72 0 122 0 133 0 11 0 -6 0 50 0 89 0-9999 +USW00094728199611TMIN 50 0 33 0 17 0 28 0 72 0 117 0 122 0 167 0 78 0 39 0 11 0 0 0 -11 0 0 0 -22 0 -33 0 6 0 56 0 39 0 17 0 6 0 28 0 11 0 44 0 61 0 11 0 -39 0 -50 0 -28 0 11 0-9999 +USW00094728199611PRCP 5 0 0 0 0 0 0 0 0T 0 15 0 18 0 20 0 152 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 10 0 0T 0 0 0 0 0 0 0 0 0 5 0 485 0 0 0 0T 0 0 0 13 0-9999 +USW00094728199611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0-9999 +USW00094728199611AWND 33 X 31 X 39 X 32 X 19 X 31 X 33 X 50 X 38 X 32 X 35 X 40 X 28 X 29 X 36 X 17 X 10 X 10 X 31 X 33 X 33 X 35 X 21 X 21 X 19 X 39 X 49 X 27 X 25 X 25 X-9999 +USW00094728199611FMTM 1157 X 1627 X 1332 X 2152 X 1508 X 1420 X 2309 X 1622 X 0758 X 0220 X 1607 X 1159 X 1234 X 2126 X 1234 X 0811 X 0841 X 1420 X 1526 X 1621 X 1938 X 1319 X 1854 X 0941 X 1058 X 1931 X 0938 X 0008 X 0921 X 1523 X-9999 +USW00094728199611WDF2 300 X 320 X 340 X 250 X 180 X 70 X 190 X 200 X 250 X 250 X 300 X 330 X 300 X 50 X 70 X 350 X 70 X 70 X 320 X 320 X 320 X 320 X 240 X 70 X 280 X 320 X 320 X 10 X 310 X 190 X-9999 +USW00094728199611WDF5 290 X 10 X 340 X 210 X 180 X 80 X 180 X 200 X 220 X 230 X 290 X 330 X 300 X 30 X 60 X 310 X 60 X 80 X 330 X 320 X 310 X 10 X 280 X 80 X 270 X 330 X 330 X 360 X 300 X 190 X-9999 +USW00094728199611WSF2 76 X 72 X 72 X 63 X 49 X 58 X 67 X 103 X 94 X 72 X 67 X 80 X 63 X 58 X 76 X 45 X 36 X 40 X 72 X 89 X 63 X 76 X 63 X 49 X 49 X 107 X 112 X 58 X 63 X 67 X-9999 +USW00094728199611WSF5 112 X 107 X 98 X 98 X 67 X 72 X 103 X 174 X 139 X 98 X 94 X 112 X 76 X 80 X 116 X 49 X 40 X 49 X 98 X 116 X 98 X 107 X 89 X 72 X 76 X 170 X 152 X 72 X 76 X 98 X-9999 +USW00094728199611WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 +USW00094728199611WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728199611WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199611WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 +USW00094728199611WT16 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00094728199611WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728199612TMAX 144 0 139 0 89 0 89 0 78 0 78 0 72 0 83 0 50 0 61 0 78 0 72 0 72 0 44 0 72 0 72 0 144 0 122 0 78 0 0 0 0 0 33 0 78 0 172 0 72 0 61 0 94 0 106 0 128 0 117 0 22 0 +USW00094728199612TMIN 89 0 33 0 28 0 44 0 28 0 17 0 11 0 11 0 17 0 6 0 44 0 56 0 39 0 39 0 39 0 50 0 61 0 83 0 0 0 -61 0 -67 0 -28 0 22 0 67 0 -11 0 -22 0 28 0 33 0 89 0 22 0 -94 0 +USW00094728199612PRCP 251 0 216 0 0 0 8 0 0 0 305 0 358 0 5 0 0 0 0 0 66 0 8 0 5 0 226 0 0T 0 3 0 30 0 3 0 69 0 0 0 0 0 0 0 0 0 69 0 0 0 0T 0 0T 0 5 0 15 0 0 0 5 0 +USW00094728199612SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728199612AWND 48 X 40 X 25 X 25 X 27 X 48 X 33 X 30 X 30 X 34 X 22 X 60 X 58 X 51 X 43 X 31 X 33 X 21 X 32 X 57 X 30 X 31 X 17 X 41 X 48 X 17 X 20 X 28 X 30 X 40 X 43 X +USW00094728199612FMTM 2336 X 0054 X 1805 X 1654 X 2240 X 0708 X 2028 X 0501 X 1200 X 1841 X 1652 X 1640 X 1857 X 0012 X 1343 X 2330 X 1636 X 1018 X 2240 X 0309 X 1844 X 1353 X 1803 X 2159 X 0203 X 0036 X 1117 X 2003 X 1145 X 0830 X 1232 X +USW00094728199612WDF2 200 X 200 X 180 X 320 X 170 X 70 X 60 X 300 X 350 X 250 X 70 X 80 X 80 X 50 X 80 X 80 X 250 X 260 X 320 X 300 X 250 X 250 X 180 X 300 X 320 X 300 X 320 X 260 X 260 X 320 X 70 X +USW00094728199612WDF5 190 X 220 X 200 X 310 X 150 X 70 X 70 X 330 X 320 X 240 X 70 X 70 X 60 X 20 X 60 X 80 X 260 X 240 X 330 X 310 X 260 X 250 X 170 X 280 X 300 X 300 X 340 X 200 X 250 X 310 X 60 X +USW00094728199612WSF2 112 X 98 X 63 X 63 X 72 X 134 X 76 X 67 X 67 X 72 X 63 X 94 X 103 X 80 X 80 X 58 X 76 X 49 X 89 X 98 X 63 X 63 X 49 X 112 X 94 X 58 X 49 X 63 X 67 X 76 X 80 X +USW00094728199612WSF5 174 X 165 X 89 X 103 X 89 X 210 X 103 X 98 X 89 X 103 X 76 X 139 X 148 X 112 X 125 X 76 X 112 X 67 X 116 X 174 X 80 X 94 X 67 X 148 X 143 X 76 X 67 X 76 X 89 X 125 X 103 X +USW00094728199612WT01 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 +USW00094728199612WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199612WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199612WT13 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X +USW00094728199612WT16 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 +USW00094728199612WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728199612WT18-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199612WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728199701TMAX 0 0 67 0 167 0 111 0 139 0 117 0 22 0 22 0 28 0 39 0 11 0 -22 0 6 0 0 0 28 0 72 0 -44 0 -83 0 -67 0 6 0 33 0 106 0 111 0 72 0 111 0 17 0 44 0 94 0 -6 0 0 0 39 0 +USW00094728199701TMIN -117 0 -6 0 61 0 67 0 61 0 17 0 -28 0 -28 0 -39 0 11 0 -67 0 -83 0 -72 0 -50 0 -56 0 -44 0 -117 0 -139 0 -156 0 -78 0 -28 0 0 0 -22 0 -44 0 17 0 -50 0 -56 0 -6 0 -50 0 -72 0 -17 0 +USW00094728199701PRCP 0T 0 8 0 3 0 0T 0 0T 0 0 0 0 0 0 0 56 0 3 0 38 0 0 0 0 0 0 0 0 0 229 0 3 0 0 0 0 0 0 0 0 0 25 0 0 0 91 0 312 0 0 0 28 0 117 0 0 0 0 0 15 0 +USW00094728199701SNOW 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 89 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 +USW00094728199701AWND 30 X 23 X 30 X 27 X 23 X 55 X 58 X 55 X 29 X 38 X 49 X 44 X 46 X 37 X 29 X 46 X 62 X 48 X 39 X 37 X 28 X 40 X 39 X 52 X 39 X 45 X 30 X 45 X 36 X 48 X 26 X +USW00094728199701FMTM 0301 X 1130 X 0623 X 2222 X 0936 X 1021 X 1423 X 1108 X 2107 X 1539 X 1045 X 1324 X 1605 X 1137 X 2154 X 2204 X 0536 X 2329 X 0039 X 1408 X 0545 X 1108 X 2245 X 0620 X 1904 X 0903 X 2323 X 1317 X 0823 X 1508 X 0010 X +USW00094728199701WDF2 20 X 260 X 260 X 110 X 190 X 300 X 300 X 320 X 110 X 280 X 300 X 300 X 320 X 320 X 230 X 300 X 300 X 320 X 320 X 260 X 320 X 240 X 50 X 80 X 290 X 300 X 200 X 320 X 320 X 70 X 80 X +USW00094728199701WDF5 20 X 270 X 260 X 60 X 320 X 300 X 330 X 330 X 120 X 300 X 300 X 300 X 310 X 330 X 210 X 300 X 290 X 310 X 330 X 240 X 310 X 250 X 70 X 60 X 240 X 320 X 200 X 330 X 330 X 70 X 70 X +USW00094728199701WSF2 72 X 63 X 67 X 49 X 63 X 103 X 107 X 112 X 89 X 103 X 103 X 89 X 76 X 80 X 63 X 116 X 112 X 89 X 80 X 67 X 72 X 98 X 80 X 103 X 89 X 98 X 76 X 98 X 80 X 76 X 67 X +USW00094728199701WSF5 103 X 89 X 89 X 72 X 89 X 143 X 143 X 161 X 130 X 165 X 130 X 107 X 103 X 98 X 103 X 170 X 148 X 125 X 116 X 94 X 112 X 139 X 130 X 139 X 143 X 134 X 112 X 152 X 116 X 103 X 89 X +USW00094728199701WT01-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 +USW00094728199701WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199701WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199701WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199701WT13-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X +USW00094728199701WT16 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 +USW00094728199701WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199701WT18-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199701WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728199701WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199702TMAX 100 0 83 0 83 0 39 0 100 0 56 0 56 0 22 0 39 0 17 0 39 0 39 0 11 0 61 0 67 0 28 0 17 0 128 0 189 0 122 0 167 0 206 0 83 0 83 0 6 0 133 0 222 0 167 0-9999 -9999 -9999 +USW00094728199702TMIN 33 0 17 0 22 0 6 0 39 0 6 0 -6 0 -28 0 -44 0 -22 0 -28 0 -6 0 -50 0 -11 0 22 0 -33 0 -56 0 11 0 94 0 39 0 44 0 39 0 0 0 -28 0 -72 0 -6 0 83 0 61 0-9999 -9999 -9999 +USW00094728199702PRCP 5 0 5 0 3 0 41 0 244 0 0 0 0 0 46 0 0T 0 0 0 0 0 3 0 0 0 211 0 36 0 0T 0 8 0 0 0 0T 0 0 0 0T 0 23 0 0 0 0 0 0 0 18 0 5 0 0 0-9999 -9999 -9999 +USW00094728199702SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 66 0 0T 0 0 0 0 0 0T 0 0 0 30 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728199702AWND 35 X 24 X 21 X 44 X 43 X 43 X 28 X 44 X 30 X 33 X 26 X 37 X 42 X 33 X 32 X 30 X 34 X 46 X 46 X 44 X 34 X 48 X 37 X 49 X 42 X 40 X 47 X 28 X-9999 -9999 -9999 +USW00094728199702FMTM 1326 X 2328 X 1640 X 1823 X 1401 X 0926 X 1310 X 1218 X 0538 X 1020 X 0030 X 2345 X 0217 X 1315 X 1613 X 0314 X 0704 X 2237 X 2055 X 0258 X 1344 X 1541 X 0922 X 2231 X 0258 X 2358 X 2315 X 0015 X-9999 -9999 -9999 +USW00094728199702WDF2 300 X 270 X 330 X 110 X 300 X 320 X 330 X 80 X 360 X 330 X 30 X 330 X 320 X 70 X 330 X 320 X 10 X 250 X 300 X 320 X 240 X 300 X 330 X 330 X 330 X 250 X 300 X 300 X-9999 -9999 -9999 +USW00094728199702WDF5 310 X 270 X 60 X 60 X 310 X 330 X 330 X 70 X 10 X 340 X 10 X 250 X 310 X 70 X 340 X 350 X 10 X 200 X 310 X 320 X 260 X 300 X 320 X 340 X 330 X 250 X 260 X 300 X-9999 -9999 -9999 +USW00094728199702WSF2 80 X 49 X 72 X 72 X 80 X 80 X 63 X 94 X 63 X 63 X 63 X 80 X 98 X 72 X 80 X 72 X 80 X 76 X 130 X 103 X 89 X 112 X 80 X 98 X 89 X 89 X 103 X 107 X-9999 -9999 -9999 +USW00094728199702WSF5 116 X 72 X 107 X 103 X 125 X 116 X 72 X 125 X 94 X 94 X 80 X 130 X 152 X 89 X 107 X 98 X 112 X 130 X 183 X 165 X 116 X 161 X 139 X 134 X 134 X 116 X 152 X 139 X-9999 -9999 -9999 +USW00094728199702WT01 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728199702WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199702WT08 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199702WT13 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728199702WT16 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728199702WT18-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199702WT19-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199702WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199703TMAX 78 0 161 0 61 0 33 0 78 0 83 0 44 0 117 0 28 0 117 0 100 0 67 0 44 0 117 0 94 0 11 0 89 0 94 0 39 0 67 0 100 0 128 0 39 0 78 0 111 0 161 0 200 0 178 0 133 0 183 0 122 0 +USW00094728199703TMIN 44 0 56 0 6 0 0 0 22 0 22 0 0 0 11 0 -39 0 6 0 17 0 -11 0 -39 0 -17 0 -17 0 -39 0 -33 0 39 0 17 0 33 0 17 0 0 0 -28 0 -33 0 28 0 50 0 33 0 89 0 78 0 122 0 6 0 +USW00094728199703PRCP 64 0 5 0 107 0 23 0 28 0 18 0 0T 0 0T 0 0 0 112 0 0T 0 0 0 0 0 254 0 0T 0 0 0 0 0 0 0 0 0 18 0 0 0 3 0 0 0 0 0 0T 0 97 0 0 0 0 0 64 0 0 0 526 0 +USW00094728199703SNOW 0 0 0 0 25 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 13 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728199703AWND 25 X 24 X 46 X 31 X 28 X 67 X 50 X 42 X 42 X 34 X 38 X 51 X 44 X 43 X 55 X 44 X 32 X 30 X 39 X 35 X 36 X 45 X 41 X 31 X 35 X 53 X 32 X 29 X 25 X 43 X 61 X +USW00094728199703FMTM 1239 X 2144 X 2307 X 0233 X 2352 X 1016 X 1012 X 1942 X 0531 X 1008 X 2127 X 1728 X 0152 X 1745 X 1311 X 0918 X 1221 X 0820 X 0710 X 2116 X 1355 X 1553 X 1600 X 0316 X 1956 X 2117 X 1122 X 1229 X 1845 X 0922 X 0716 X +USW00094728199703WDF2 180 X 320 X 80 X 70 X 270 X 300 X 330 X 320 X 70 X 320 X 320 X 320 X 320 X 190 X 310 X 330 X 270 X 320 X 70 X 320 X 190 X 320 X 300 X 320 X 190 X 300 X 250 X 180 X 300 X 320 X 90 X +USW00094728199703WDF5 180 X 320 X 60 X 80 X 230 X 290 X 330 X 310 X 70 X 320 X 330 X 350 X 340 X 200 X 330 X 310 X 270 X 330 X 70 X 340 X 210 X 320 X 320 X 330 X 180 X 330 X 280 X 190 X 300 X 330 X 60 X +USW00094728199703WSF2 72 X 80 X 98 X 89 X 63 X 148 X 112 X 89 X 89 X 89 X 98 X 98 X 94 X 89 X 94 X 80 X 80 X 72 X 76 X 80 X 67 X 116 X 89 X 72 X 76 X 98 X 76 X 80 X 49 X 98 X 107 X +USW00094728199703WSF5 98 X 134 X 139 X 107 X 80 X 232 X 152 X 143 X 116 X 112 X 130 X 148 X 143 X 165 X 143 X 116 X 112 X 94 X 98 X 107 X 89 X 148 X 116 X 107 X 130 X 165 X 107 X 98 X 76 X 134 X 179 X +USW00094728199703WT01 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 +USW00094728199703WT02-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199703WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199703WT08-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728199703WT13 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X +USW00094728199703WT16 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 +USW00094728199703WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199703WT18-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199703WT19-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199704TMAX 106 0 150 0 178 0 200 0 133 0 178 0 233 0 144 0 56 0 94 0 122 0 122 0 194 0 133 0 150 0 189 0 139 0 72 0 122 0 150 0 156 0 178 0 161 0 144 0 178 0 194 0 194 0 167 0 222 0 228 0-9999 +USW00094728199704TMIN 0 0 39 0 50 0 133 0 83 0 83 0 106 0 44 0 -11 0 -22 0 22 0 67 0 83 0 56 0 39 0 67 0 72 0 22 0 33 0 50 0 61 0 78 0 100 0 61 0 67 0 94 0 100 0 89 0 94 0 111 0-9999 +USW00094728199704PRCP 64 0 0 0 0 0 0 0 0T 0 3 0 0 0 0T 0 3 0 0 0 0 0 244 0 0T 0 0 0 0 0 0 0 38 0 61 0 3 0 0 0 0 0 0 0 0 0 46 0 0T 0 0 0 8 0 259 0 0 0 0 0-9999 +USW00094728199704SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199704SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728199704AWND 54 X 46 X 21 X 38 X 32 X 27 X 48 X 49 X 54 X 46 X 27 X 33 X 39 X 51 X 27 X 32 X 22 X 51 X 47 X 27 X 31 X 24 X 18 X 40 X 24 X 28 X 29 X 42 X 30 X 34 X-9999 +USW00094728199704FMTM 1115 X 1642 X 1505 X 1053 X 0330 X 2029 X 1519 X 1358 X 1854 X 0756 X 1825 X 2154 X 1615 X 1011 X 2311 X 2309 X 2145 X 1554 X 1322 X 2228 X 1935 X 1212 X 2228 X 0836 X 1516 X 1505 X 2029 X 2136 X 0639 X 1704 X-9999 +USW00094728199704WDF2 360 X 320 X 180 X 330 X 90 X 240 X 300 X 310 X 320 X 320 X 250 X 190 X 300 X 320 X 270 X 260 X 360 X 320 X 40 X 320 X 260 X 70 X 70 X 70 X 50 X 340 X 190 X 330 X 320 X 190 X-9999 +USW00094728199704WDF5 10 X 20 X 180 X 330 X 80 X 220 X 260 X 290 X 320 X 310 X 260 X 200 X 310 X 330 X 270 X 220 X 270 X 320 X 70 X 330 X 330 X 60 X 70 X 50 X 70 X 340 X 200 X 340 X 350 X 210 X-9999 +USW00094728199704WSF2 112 X 116 X 58 X 89 X 89 X 72 X 98 X 103 X 98 X 94 X 63 X 67 X 94 X 107 X 58 X 67 X 58 X 112 X 94 X 49 X 58 X 72 X 67 X 89 X 58 X 72 X 80 X 80 X 76 X 80 X-9999 +USW00094728199704WSF5 197 X 165 X 72 X 125 X 125 X 94 X 130 X 165 X 152 X 134 X 89 X 98 X 134 X 148 X 67 X 103 X 76 X 143 X 139 X 76 X 80 X 94 X 98 X 116 X 80 X 107 X 116 X 116 X 112 X 116 X-9999 +USW00094728199704WT01 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728199704WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199704WT13 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00094728199704WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00094728199704WT18 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199705TMAX 233 0 200 0 183 0 172 0 200 0 211 0 133 0 178 0 150 0 172 0 206 0 250 0 178 0 211 0 233 0 161 0 189 0 189 0 283 0 211 0 167 0 172 0 217 0 233 0 183 0 211 0 178 0 233 0 206 0 206 0 239 0 +USW00094728199705TMIN 111 0 83 0 100 0 100 0 83 0 94 0 61 0 67 0 89 0 94 0 83 0 139 0 106 0 94 0 117 0 100 0 94 0 89 0 111 0 122 0 100 0 89 0 100 0 122 0 150 0 133 0 100 0 100 0 122 0 128 0 150 0 +USW00094728199705PRCP 76 0 0 0 196 0 0T 0 0 0 79 0 0T 0 13 0 79 0 0 0 0 0 0 0 0T 0 0T 0 15 0 0T 0 3 0 0 0 94 0 15 0 0T 0 0 0 0 0 0 0 193 0 0 0 0 0 0 0 0 0 13 0 0 0 +USW00094728199705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199705SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199705AWND 34 X 46 X 34 X 38 X 31 X 38 X 55 X 35 X 26 X 42 X 40 X 34 X 26 X 32 X 35 X 47 X 32 X 31 X 22 X 32 X 42 X 48 X 34 X 21 X 7 X 45 X 35 X 25 X 22 X 25 X 22 X +USW00094728199705FMTM 2219 X 0145 X 1238 X 1324 X 2153 X 1226 X 1520 X 1009 X 2343 X 1739 X 1317 X 1336 X 1825 X 1517 X 1607 X 1007 X 2307 X 1522 X 2134 X 1424 X 1501 X 1328 X 0822 X 2242 X 0041 X 2333 X 2358 X 1808 X 1313 X 1537 X 1642 X +USW00094728199705WDF2 300 X 300 X 190 X 330 X 210 X 300 X 330 X 280 X 320 X 330 X 300 X 260 X 330 X 230 X 270 X 300 X 320 X 190 X 300 X 330 X 330 X 320 X 320 X 250 X 240 X 80 X 70 X 210 X 190 X 190 X 100 X +USW00094728199705WDF5 300 X 300 X 200 X 330 X 200 X 300 X 340 X 250 X 330 X 330 X 310 X 260 X 360 X 250 X 250 X 310 X 320 X 340 X 300 X 10 X 320 X 330 X 320 X 240 X 250 X 70 X 70 X 210 X 200 X 200 X 70 X +USW00094728199705WSF2 89 X 112 X 94 X 98 X 67 X 130 X 112 X 67 X 63 X 80 X 98 X 94 X 58 X 72 X 89 X 107 X 89 X 63 X 112 X 67 X 94 X 107 X 72 X 67 X 49 X 89 X 94 X 58 X 63 X 67 X 45 X +USW00094728199705WSF5 143 X 170 X 139 X 139 X 112 X 179 X 174 X 94 X 98 X 112 X 139 X 130 X 89 X 103 X 139 X 148 X 125 X 107 X 179 X 94 X 152 X 165 X 103 X 103 X 76 X 130 X 139 X 89 X 89 X 89 X 67 X +USW00094728199705WT01 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 +USW00094728199705WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199705WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199705WT13 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00094728199705WT16 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00094728199706TMAX 244 0 167 0 161 0 194 0 228 0 189 0 178 0 211 0 250 0 317 0 317 0 294 0 256 0 261 0 244 0 228 0 217 0 206 0 283 0 294 0 322 0 328 0 300 0 272 0 339 0 328 0 289 0 300 0 322 0 311 0-9999 +USW00094728199706TMIN 167 0 111 0 94 0 117 0 106 0 117 0 122 0 122 0 128 0 161 0 206 0 222 0 200 0 178 0 139 0 139 0 144 0 172 0 178 0 183 0 228 0 233 0 206 0 194 0 222 0 206 0 200 0 189 0 211 0 217 0-9999 +USW00094728199706PRCP 0 0 251 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 0 0 0 0 0 0 0T 0 183 0 0 0 0 0 0 0 25 0 0 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0-9999 +USW00094728199706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199706SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728199706AWND 45 X 63 X 46 X 40 X 24 X 21 X 28 X 26 X 19 X 24 X 24 X 28 X 23 X 23 X 26 X 19 X 17 X 26 X 16 X 19 X 33 X 25 X 28 X 13 X 21 X 25 X 26 X 21 X 21 X 26 X-9999 +USW00094728199706FMTM 2343 X 1656 X 1057 X 1114 X 1804 X 1241 X 1212 X 1218 X 1536 X 1713 X 1627 X 1828 X 1535 X 1122 X 1010 X 1542 X 2100 X 2314 X 1828 X 2314 X 1523 X 1620 X 1309 X 1442 X 1528 X 1603 X 1134 X 1413 X 1739 X 2126 X-9999 +USW00094728199706WDF2 80 X 80 X 70 X 80 X 180 X 210 X 70 X 100 X 190 X 330 X 290 X 250 X 260 X 360 X 290 X 180 X 150 X 270 X 310 X 260 X 270 X 320 X 310 X 310 X 310 X 60 X 70 X 80 X 200 X 240 X-9999 +USW00094728199706WDF5 80 X 80 X 80 X 80 X 180 X 220 X 60 X 190 X 200 X 320 X 280 X 250 X 260 X 330 X 200 X 200 X 190 X 240 X 330 X 260 X 250 X 330 X 310 X 270 X 300 X 30 X 310 X 250 X 180 X 220 X-9999 +USW00094728199706WSF2 107 X 112 X 94 X 103 X 63 X 49 X 76 X 63 X 58 X 49 X 49 X 67 X 63 X 63 X 63 X 58 X 40 X 63 X 45 X 58 X 63 X 89 X 72 X 58 X 72 X 98 X 72 X 49 X 63 X 67 X-9999 +USW00094728199706WSF5 152 X 165 X 125 X 148 X 94 X 72 X 98 X 89 X 72 X 72 X 76 X 116 X 80 X 89 X 89 X 72 X 67 X 80 X 67 X 89 X 89 X 143 X 112 X 80 X 107 X 143 X 89 X 63 X 98 X 94 X-9999 +USW00094728199706WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199706WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199706WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199706WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728199706WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199707TMAX 278 0 250 0 267 0 294 0 272 0 283 0 283 0 294 0 311 0 267 0 294 0 306 0 333 0 344 0 361 0 311 0 356 0 328 0 283 0 272 0 283 0 267 0 250 0 200 0 267 0 294 0 294 0 317 0 272 0 267 0 300 0 +USW00094728199707TMIN 206 0 206 0 217 0 217 0 172 0 183 0 189 0 194 0 194 0 178 0 178 0 194 0 217 0 239 0 250 0 228 0 239 0 200 0 172 0 150 0 189 0 172 0 194 0 144 0 150 0 178 0 233 0 217 0 200 0 172 0 183 0 +USW00094728199707PRCP 0 0 20 0 41 0 0 0 0 0 0 0 102 0 0 0 267 0 3 0 0 0 0 0 0 0 0 0 43 0 0T 0 0 0 109 0 0 0 0 0 218 0 124 0 0 0 953 0 221 0 0 0 23 0 0 0 0 0 0 0 0 0 +USW00094728199707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199707SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199707AWND 25 X 17 X 29 X 38 X 23 X 21 X 28 X 23 X 30 X 26 X 12 X 13 X 21 X 20 X 25 X 20 X 25 X 21 X 41 X 25 X 28 X 25 X 28 X 59 X 27 X 14 X 23 X 25 X 28 X 22 X 21 X +USW00094728199707FMTM 1400 X 2331 X 1710 X 1514 X 0340 X 1509 X 1610 X 1638 X 1726 X 0831 X 1302 X 1640 X 1507 X 1411 X 1711 X 1556 X 2154 X 1909 X 1205 X 2304 X 2342 X 0719 X 2104 X 1358 X 1327 X 1242 X 2300 X 1733 X 1613 X 1234 X 0110 X +USW00094728199707WDF2 170 X 190 X 190 X 310 X 330 X 190 X 70 X 200 X 300 X 70 X 90 X 310 X 290 X 270 X 80 X 190 X 260 X 290 X 320 X 260 X 20 X 70 X 130 X 100 X 80 X 270 X 290 X 300 X 70 X 70 X 270 X +USW00094728199707WDF5 170 X 180 X 200 X 300 X 330 X 190 X 60 X 200 X 280 X 70 X 330 X 310 X 290 X 250 X 70 X 190 X 250 X 290 X 340 X 260 X 10 X 70 X 130 X 100 X 90 X 200 X 200 X 300 X 320 X 80 X 270 X +USW00094728199707WSF2 72 X 45 X 58 X 89 X 63 X 58 X 67 X 63 X 107 X 89 X 40 X 49 X 63 X 49 X 80 X 45 X 67 X 103 X 89 X 49 X 63 X 76 X 58 X 107 X 63 X 49 X 49 X 49 X 63 X 67 X 49 X +USW00094728199707WSF5 89 X 72 X 94 X 112 X 80 X 89 X 89 X 98 X 152 X 103 X 58 X 72 X 72 X 67 X 107 X 63 X 98 X 143 X 125 X 67 X 94 X 107 X 89 X 152 X 89 X 63 X 76 X 76 X 89 X 94 X 67 X +USW00094728199707WT01-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00094728199707WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199707WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199707WT13-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00094728199707WT16-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00094728199708TMAX 300 0 300 0 317 0 267 0 267 0 256 0 272 0 267 0 306 0 294 0 289 0 272 0 272 0 278 0 278 0 339 0 339 0 250 0 244 0 211 0 217 0 256 0 239 0 250 0 256 0 261 0 272 0 211 0 256 0 267 0 283 0 +USW00094728199708TMIN 211 0 222 0 222 0 183 0 167 0 156 0 167 0 172 0 200 0 217 0 211 0 217 0 217 0 217 0 211 0 222 0 222 0 167 0 161 0 156 0 167 0 167 0 161 0 156 0 178 0 183 0 189 0 172 0 183 0 172 0 194 0 +USW00094728199708PRCP 0 0 0T 0 0 0 38 0 178 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 25 0 0 0 0 0 46 0 5 0 155 0 0 0 193 0 114 0 0T 0 0 0 0 0 0 0 0 0 0 0 58 0 0T 0 0 0 0 0 +USW00094728199708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199708SNWD-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199708AWND 26 X 30 X 21 X 21 X 21 X 5 X 16 X 13 X 21 X 31 X 28 X 31 X 27 X 23 X 23 X 27 X 14 X 31 X 23 X 30 X 32 X 17 X 29 X 15 X 14 X 16 X 30 X 15 X 17 X 17 X 21 X +USW00094728199708FMTM 1734 X 1404 X 1601 X 2321 X 0726 X-9999 1555 X 2338 X 2229 X 2230 X 1611 X 0840 X 1425 X 0613 X 1943 X 1634 X 1617 X 0509 X 1509 X 2253 X 0319 X 1408 X 0927 X 1214 X 1300 X 1700 X 1816 X 0523 X 1609 X 1209 X 2312 X +USW00094728199708WDF2 310 X 280 X 340 X 320 X 80 X-9999 260 X 260 X 250 X 260 X 200 X 70 X 250 X 10 X 180 X 300 X 320 X 80 X 70 X 110 X 100 X 270 X 280 X 340 X 210 X 190 X 190 X 270 X 80 X 70 X 230 X +USW00094728199708WDF5 250 X 300 X 330 X 330 X 80 X-9999 300 X 270 X 230 X 260 X 190 X 70 X 190 X 250 X 210 X 310 X 350 X 80 X 60 X 100 X 110 X 180 X 290 X 350 X 70 X 250 X 190 X 240 X 70 X 100 X 210 X +USW00094728199708WSF2 63 X 67 X 63 X 45 X 72 X-9999 45 X 40 X 49 X 63 X 58 X 72 X 58 X 49 X 63 X 148 X 76 X 89 X 58 X 67 X 80 X 49 X 63 X 49 X 45 X 49 X 67 X 49 X 58 X 40 X 58 X +USW00094728199708WSF5 89 X 98 X 94 X 67 X 94 X-9999 67 X 58 X 80 X 89 X 80 X 98 X 89 X 67 X 89 X 255 X 125 X 116 X 80 X 103 X 107 X 67 X 80 X 72 X 63 X 72 X 98 X 72 X 72 X 58 X 89 X +USW00094728199708WT01-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 +USW00094728199708WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 +USW00094728199708WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199708WT13-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X +USW00094728199708WT16-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728199709TMAX 278 0 283 0 244 0 211 0 239 0 256 0 278 0 228 0 211 0 206 0 244 0 272 0 256 0 267 0 261 0 278 0 250 0 267 0 283 0 278 0 178 0 200 0 178 0 156 0 194 0 233 0 189 0 211 0 222 0 228 0-9999 +USW00094728199709TMIN 200 0 211 0 128 0 111 0 122 0 167 0 172 0 183 0 172 0 167 0 178 0 194 0 172 0 172 0 172 0 183 0 161 0 200 0 161 0 139 0 117 0 89 0 133 0 100 0 89 0 133 0 94 0 133 0 167 0 150 0-9999 +USW00094728199709PRCP 33 0 0 0 8 0 0 0 0 0 0 0 0 0 3 0 0T 0 0T 0 170 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 3 0 0 0 0T 0 0 0 0 0 178 0 130 0 0T 0-9999 +USW00094728199709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199709SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728199709AWND 13 X 17 X 38 X 27 X 22 X 20 X 14 X 28 X 38 X 40 X 37 X 17 X 21 X 18 X 22 X 23 X 24 X 24 X 21 X 37 X 34 X 22 X 30 X 26 X 25 X 29 X 22 X 42 X 41 X 42 X-9999 +USW00094728199709FMTM 1656 X 1541 X 1832 X 1704 X 0927 X 1938 X 1309 X 1805 X 0943 X 0430 X 1235 X 1634 X 1437 X 1400 X 1229 X 2300 X 2034 X 1243 X 1617 X 1159 X 1345 X 2336 X 2031 X 2116 X 1253 X 1131 X 0721 X 2342 X 1315 X 1453 X-9999 +USW00094728199709WDF2 170 X 250 X 320 X 320 X 300 X 240 X 260 X 80 X 70 X 90 X 190 X 310 X 300 X 310 X 330 X 70 X 180 X 80 X 200 X 280 X 320 X 250 X 310 X 250 X 250 X 10 X 70 X 90 X 300 X 300 X-9999 +USW00094728199709WDF5 150 X 240 X 320 X 10 X 290 X 260 X 260 X 70 X 70 X 60 X 170 X 210 X 340 X 300 X 340 X 320 X 180 X 30 X 250 X 330 X 310 X 230 X 320 X 270 X 250 X 10 X 70 X 70 X 310 X 300 X-9999 +USW00094728199709WSF2 49 X 58 X 76 X 67 X 58 X 49 X 45 X 58 X 72 X 76 X 72 X 45 X 49 X 49 X 58 X 49 X 58 X 58 X 63 X 72 X 72 X 49 X 63 X 49 X 58 X 72 X 58 X 89 X 107 X 103 X-9999 +USW00094728199709WSF5 67 X 94 X 112 X 103 X 72 X 67 X 63 X 80 X 94 X 103 X 125 X 67 X 67 X 67 X 80 X 72 X 80 X 76 X 89 X 116 X 112 X 72 X 89 X 72 X 76 X 116 X 72 X 134 X 152 X 152 X-9999 +USW00094728199709WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 +USW00094728199709WT08 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728199709WT13 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 +USW00094728199709WT16 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00094728199710TMAX 161 0 156 0 178 0 211 0 261 0 294 0 261 0 222 0 256 0 278 0 189 0 206 0 200 0 206 0 178 0 128 0 150 0 150 0 128 0 178 0 139 0 122 0 94 0 144 0 106 0 100 0 167 0 100 0 133 0 172 0 178 0 +USW00094728199710TMIN 72 0 56 0 117 0 150 0 161 0 172 0 156 0 167 0 156 0 161 0 111 0 94 0 122 0 144 0 117 0 106 0 78 0 94 0 100 0 78 0 72 0 44 0 28 0 67 0 72 0 33 0 78 0 56 0 39 0 83 0 89 0 +USW00094728199710PRCP 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 5 0 94 0 33 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 211 0 91 0 91 0 0 0 0 0 0 0 0 0 +USW00094728199710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199710SNWD 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199710AWND 38 X 26 X 25 X 22 X 12 X 21 X 16 X 17 X 18 X 32 X 26 X 17 X 12 X 24 X 34 X 33 X 24 X 28 X 38 X 29 X 31 X 28 X 22 X 21 X 38 X 29 X 38 X 46 X 25 X 14 X 20 X +USW00094728199710FMTM 1452 X 1309 X 1820 X 1814 X 1405 X 1639 X 1610 X 1443 X 2127 X 1319 X 0915 X 2045 X 1729 X 1544 X 0453 X 2059 X 1111 X 1315 X 1634 X 2003 X 0104 X 1529 X 1559 X 2029 X 0800 X 2229 X 2121 X 1159 X 1532 X 1343 X 1333 X +USW00094728199710WDF2 20 X 300 X 200 X 160 X 300 X 330 X 80 X 170 X 260 X 290 X 70 X 200 X 200 X 170 X 50 X 70 X 70 X 80 X 70 X 320 X 320 X 330 X 300 X 230 X 80 X 100 X 330 X 330 X 270 X 280 X 190 X +USW00094728199710WDF5 320 X 290 X 200 X 170 X 270 X 330 X 60 X 210 X 250 X 360 X 70 X 230 X 180 X 180 X 60 X 70 X 60 X 60 X 70 X 320 X 320 X 340 X 270 X 250 X 30 X 100 X 310 X 330 X 270 X 200 X 200 X +USW00094728199710WSF2 72 X 58 X 49 X 58 X 45 X 63 X 40 X 40 X 63 X 67 X 76 X 36 X 58 X 49 X 67 X 63 X 49 X 58 X 89 X 67 X 63 X 80 X 76 X 63 X 76 X 67 X 94 X 103 X 49 X 40 X 63 X +USW00094728199710WSF5 103 X 72 X 89 X 76 X 67 X 80 X 63 X 63 X 80 X 98 X 98 X 49 X 67 X 72 X 94 X 80 X 72 X 76 X 116 X 116 X 89 X 116 X 103 X 89 X 103 X 94 X 143 X 139 X 89 X 58 X 94 X +USW00094728199710WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 +USW00094728199710WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728199710WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00094728199710WT16-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728199710WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199711TMAX 167 0 161 0 183 0 172 0 133 0 128 0 128 0 94 0 94 0 117 0 117 0 94 0 56 0 33 0 28 0 39 0 50 0 61 0 89 0 106 0 150 0 83 0 61 0 56 0 50 0 122 0 94 0 89 0 111 0 94 0-9999 +USW00094728199711TMIN 150 0 83 0 78 0 61 0 44 0 67 0 83 0 78 0 72 0 61 0 39 0 28 0 0 0 0 0 0 0 -6 0 -11 0 -6 0 11 0 39 0 50 0 39 0 33 0 -11 0 -28 0 44 0 39 0 39 0 61 0 61 0-9999 +USW00094728199711PRCP 236 0 150 0 0 0 0 0 0 0 0T 0 3 0 208 0 196 0 0 0 0 0 0 0 13 0 168 0 3 0 3 0 0 0 0 0 0 0 0 0 43 0 135 0 0T 0 0 0 0 0 5 0 0 0 8 0 0 0 20 0-9999 +USW00094728199711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199711AWND 36 X 33 X 29 X 30 X 21 X 41 X 73 X 65 X 34 X 39 X 32 X 34 X 34 X 59 X 30 X 46 X 34 X 23 X 19 X 16 X 16 X 39 X 19 X 52 X 37 X 41 X 58 X 26 X 17 X 20 X-9999 +USW00094728199711FMTM 1558 X 1626 X 1038 X 2036 X 0530 X 1020 X 1305 X 0229 X 0357 X 0130 X 1425 X 1358 X 2318 X 1139 X 1017 X 1314 X 1045 X 0036 X 1834 X 1005 X 1925 X 0533 X 0029 X 1417 X 2110 X 1934 X 1122 X 1522 X 0910 X 1921 X-9999 +USW00094728199711WDF2 100 X 280 X 190 X 290 X 310 X 80 X 80 X 70 X 70 X 330 X 330 X 310 X 90 X 70 X 320 X 300 X 310 X 300 X 250 X 330 X 260 X 90 X 70 X 330 X 250 X 250 X 320 X 260 X 20 X 70 X-9999 +USW00094728199711WDF5 100 X 260 X 210 X 290 X 310 X 70 X 70 X 80 X 70 X 340 X 340 X 310 X 70 X 70 X 320 X 340 X 300 X 280 X 240 X 290 X 260 X 60 X 70 X 330 X 260 X 230 X 310 X 250 X 20 X 60 X-9999 +USW00094728199711WSF2 89 X 72 X 63 X 67 X 58 X 103 X 134 X 116 X 76 X 67 X 72 X 94 X 76 X 116 X 72 X 94 X 67 X 49 X 58 X 63 X 72 X 80 X 63 X 103 X 89 X 76 X 134 X 67 X 67 X 49 X-9999 +USW00094728199711WSF5 130 X 130 X 94 X 107 X 72 X 134 X 183 X 161 X 116 X 94 X 94 X 139 X 116 X 170 X 94 X 134 X 103 X 76 X 76 X 80 X 107 X 103 X 67 X 161 X 134 X 112 X 183 X 98 X 89 X 63 X-9999 +USW00094728199711WT01 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728199711WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199711WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199711WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728199711WT13 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728199711WT16 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 +USW00094728199711WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199711WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199711WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199712TMAX 72 0 61 0 106 0 117 0 94 0 39 0 50 0 67 0 50 0 56 0 17 0 39 0 33 0 61 0 56 0 122 0 117 0 72 0 100 0 100 0 39 0 22 0 50 0 50 0 100 0 94 0 50 0 33 0 50 0 39 0 17 0 +USW00094728199712TMIN 11 0 6 0 6 0 44 0 17 0 -11 0 -11 0 11 0 -6 0 6 0 6 0 6 0 6 0 -22 0 -33 0 22 0 33 0 11 0 39 0 39 0 -17 0 -39 0 17 0 33 0 28 0 44 0 6 0 0 0 -6 0 11 0 -83 0 +USW00094728199712PRCP 5 0 0 0 0T 0 36 0 23 0 0 0 0 0 0 0 0 0 165 0 13 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 36 0 160 0 20 0 211 0 0 0 56 0 0 0 318 0 10 0 0 0 +USW00094728199712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 +USW00094728199712AWND 63 X 52 X 24 X 18 X 33 X 34 X 43 X 37 X 8 X 27 X 34 X 20 X 32 X 42 X 24 X 13 X 6 X 5 X 24 X 13 X 5 X 3 X 18 X 27 X 31 X 34 X 28 X 28 X 47 X 48 X 55 X +USW00094728199712FMTM 1208 X 0940 X 2224 X 0214 X 1957 X 1600 X 1245 X 0953 X 0021 X 2120 X 1017 X 0043 X 1412 X 1459 X 2320 X 0018 X 1534 X 2240 X 1206 X 1544 X 0023 X 1353 X 0502 X 2212 X 1617 X 1428 X 1910 X 0316 X 2202 X 1457 X 0828 X +USW00094728199712WDF2 320 X 290 X 260 X 250 X 300 X 300 X 330 X 320 X 50 X 80 X 70 X 70 X 310 X 320 X 260 X 250 X 320 X 260 X 280 X 320 X 10 X 70 X 70 X 160 X 300 X 300 X 30 X 10 X 70 X 300 X 300 X +USW00094728199712WDF5 320 X 340 X 240 X 250 X 300 X 240 X 330 X 310 X 50 X 90 X 60 X 310 X 310 X 10 X 270 X 260 X 300 X 260 X 270 X 330 X 10 X 90 X 60 X 180 X 320 X 310 X 20 X 10 X 60 X 280 X 310 X +USW00094728199712WSF2 116 X 107 X 67 X 67 X 72 X 76 X 80 X 76 X 40 X 72 X 76 X 49 X 67 X 103 X 67 X 76 X 58 X 40 X 67 X 67 X 67 X 58 X 76 X 58 X 63 X 80 X 76 X 67 X 152 X 107 X 98 X +USW00094728199712WSF5 152 X 161 X 89 X 103 X 103 X 112 X 112 X 112 X 49 X 107 X 107 X 63 X 89 X 161 X 103 X 103 X 80 X 67 X 98 X 98 X 94 X 89 X 112 X 76 X 98 X 107 X 107 X 89 X 228 X 152 X 139 X +USW00094728199712WT01 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00094728199712WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199712WT08 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199712WT13 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00094728199712WT16 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 +USW00094728199712WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199712WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 +USW00094728199712WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728199801TMAX -17 0 106 0 156 0 167 0 100 0 150 0 150 0 183 0 172 0 94 0 100 0 50 0 100 0 6 0 33 0 39 0 39 0 28 0 33 0 33 0 39 0 22 0 83 0 89 0 39 0 56 0 39 0 33 0 100 0 83 0 72 0 +USW00094728199801TMIN -100 0 -17 0 78 0 67 0 56 0 61 0 50 0 56 0 83 0 44 0 39 0 -11 0 0 0 -50 0 -22 0 6 0 0 0 -6 0 6 0 -6 0 -22 0 -17 0 6 0 11 0 6 0 -6 0 0 0 6 0 17 0 28 0 11 0 +USW00094728199801PRCP 0 0 0 0 0T 0 0T 0 0 0 13 0 345 0 10 0 3 0 0 0 0 0 0 0 10 0 0 0 142 0 71 0 0 0 15 0 0 0 0 0 0 0 0 0 648 0 46 0 15 0 0 0 0 0 3 0 0 0 0 0 0 0 +USW00094728199801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00094728199801AWND 47 X 34 X 41 X 25 X 28 X 18 X 38 X 33 X 35 X 25 X 29 X 31 X 43 X 34 X 43 X 67 X 33 X 31 X 30 X 39 X 31 X 34 X 43 X 36 X 50 X 23 X 53 X 77 X 30 X 30 X 35 X +USW00094728199801FMTM 1903 X 0101 X 2045 X 2318 X 0142 X 1006 X 1628 X 2217 X 1502 X 0237 X 2335 X 2338 X 2239 X 0018 X 2344 X 1220 X 0639 X 0319 X 0438 X 1435 X 1024 X 1859 X 1807 X 2255 X 0911 X 0221 X 2259 X 1003 X 0605 X 2214 X 1153 X +USW00094728199801WDF2 270 X 270 X 260 X 90 X 80 X 270 X 90 X 250 X 260 X 300 X 20 X 200 X 330 X 320 X 70 X 70 X 30 X 70 X 80 X 320 X 360 X 80 X 80 X 320 X 330 X 310 X 80 X 60 X 360 X 330 X 30 X +USW00094728199801WDF5 260 X 240 X 250 X 80 X 80 X 260 X 90 X 250 X 300 X 320 X 360 X 200 X 340 X 340 X 80 X 70 X 10 X 70 X 70 X 330 X 360 X 70 X 80 X 20 X 330 X 280 X 70 X 70 X 30 X 340 X 60 X +USW00094728199801WSF2 94 X 76 X 67 X 80 X 76 X 63 X 98 X 67 X 98 X 63 X 58 X 58 X 98 X 107 X 103 X 125 X 72 X 80 X 58 X 89 X 67 X 67 X 116 X 72 X 112 X 49 X 98 X 134 X 67 X 76 X 72 X +USW00094728199801WSF5 139 X 103 X 98 X 98 X 103 X 94 X 125 X 94 X 161 X 98 X 72 X 89 X 148 X 143 X 148 X 165 X 107 X 112 X 67 X 130 X 89 X 89 X 139 X 98 X 179 X 67 X 134 X 174 X 98 X 107 X 98 X +USW00094728199801WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199801WT02-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199801WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199801WT13-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199801WT16-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728199801WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199801WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728199802TMAX 78 0 94 0 94 0 56 0 22 0 67 0 56 0 50 0 89 0 100 0 100 0 122 0 72 0 28 0 6 0 50 0 50 0 78 0 106 0 100 0 83 0 106 0 61 0 50 0 89 0 144 0 144 0 117 0-9999 -9999 -9999 +USW00094728199802TMIN -6 0 17 0 39 0 17 0 11 0 -6 0 -6 0 -17 0 -11 0 17 0 28 0 67 0 0 0 -44 0 -83 0 -28 0 22 0 44 0 39 0 61 0 50 0 44 0 39 0 17 0 28 0 56 0 22 0 56 0-9999 -9999 -9999 +USW00094728199802PRCP 0 0 0 0 0T 0 74 0 272 0 0 0 0 0 0 0 0 0 0 0 163 0 91 0 0 0 0 0 0 0 0 0 323 0 165 0 38 0 25 0 0 0 0 0 104 0 198 0 0T 0 0 0 0 0 23 0-9999 -9999 -9999 +USW00094728199802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728199802AWND 16 X 18 X 26 X 75 X 72 X 34 X 45 X 49 X 19 X 24 X 23 X 45 X 46 X 37 X 25 X 25 X 61 X 58 X 29 X 22 X 48 X 27 X 69 X 52 X 70 X 36 X 24 X 29 X-9999 -9999 -9999 +USW00094728199802FMTM 0554 X 1727 X 2057 X 2318 X 0040 X 0955 X 1328 X 0652 X 0008 X 2010 X 1901 X 1532 X 0125 X 1822 X 1245 X 1622 X 1600 X 0226 X 1645 X 2336 X 1440 X 0414 X 2032 X 0207 X 1619 X 0127 X 0217 X 2345 X-9999 -9999 -9999 +USW00094728199802WDF2 10 X 190 X 70 X 60 X 70 X 60 X 70 X 70 X 90 X 180 X 150 X 300 X 300 X 320 X 70 X 190 X 80 X 90 X 300 X 300 X 330 X 320 X 80 X 70 X 320 X 320 X 320 X 80 X-9999 -9999 -9999 +USW00094728199802WDF5 30 X 200 X 60 X 60 X 70 X 40 X 60 X 60 X 90 X 70 X 180 X 200 X 310 X 70 X 300 X 140 X 60 X 90 X 300 X 300 X 350 X 320 X 70 X 70 X 340 X 320 X 330 X 70 X-9999 -9999 -9999 +USW00094728199802WSF2 49 X 58 X 67 X 139 X 134 X 72 X 98 X 103 X 63 X 45 X 58 X 103 X 94 X 67 X 58 X 49 X 116 X 134 X 76 X 45 X 98 X 72 X 152 X 130 X 125 X 76 X 63 X 72 X-9999 -9999 -9999 +USW00094728199802WSF5 67 X 76 X 103 X 192 X 183 X 112 X 130 X 125 X 80 X 63 X 72 X 148 X 130 X 94 X 76 X 67 X 165 X 174 X 94 X 67 X 139 X 98 X 232 X 179 X 174 X 112 X 94 X 98 X-9999 -9999 -9999 +USW00094728199802WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728199802WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199802WT13-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728199802WT16-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00094728199802WT19-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199803TMAX 100 0 122 0 106 0 106 0 78 0 78 0 100 0 78 0 139 0 139 0 0 0 -6 0 28 0 67 0 56 0 67 0 72 0 39 0 61 0 94 0 56 0 22 0 83 0 94 0 100 0 194 0 283 0 267 0 272 0 278 0 300 0 +USW00094728199803TMIN 44 0 72 0 61 0 44 0 33 0 11 0 50 0 39 0 44 0 -22 0 -61 0 -72 0 -50 0 11 0 0 0 -22 0 0 0 17 0 33 0 33 0 6 0 -11 0 0 0 11 0 11 0 44 0 133 0 172 0 167 0 150 0 189 0 +USW00094728199803PRCP 0T 0 0 0 3 0 0T 0 0T 0 0 0 0 0 127 0 462 0 0 0 0 0 0 0 0 0 53 0 0 0 0 0 0 0 64 0 351 0 0 0 97 0 135 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199803AWND 21 X 17 X 26 X 33 X 30 X 29 X 28 X 65 X 51 X 54 X 55 X 50 X 30 X 51 X 33 X 31 X 33 X 38 X 38 X 33 X 78 X 32 X 31 X 25 X 27 X 35 X 42 X 42 X 35 X 29 X 38 X +USW00094728199803FMTM 0154 X 1541 X 0822 X 2016 X 1745 X 1736 X 0440 X 2309 X 1116 X 2116 X 1312 X 1452 X 1945 X 1755 X 1523 X 1411 X 1601 X 1955 X 2114 X 2115 X 0258 X 1931 X 1227 X 1604 X 2235 X 1228 X 1107 X 1318 X 1321 X 2240 X 2302 X +USW00094728199803WDF2 80 X 170 X 70 X 310 X 320 X 200 X 250 X 80 X 200 X 320 X 300 X 320 X 220 X 300 X 320 X 70 X 190 X 70 X 80 X 80 X 90 X 300 X 310 X 290 X 250 X 250 X 260 X 250 X 300 X 250 X 250 X +USW00094728199803WDF5 80 X 160 X 60 X 310 X 320 X 200 X 250 X 70 X 220 X 330 X 320 X 280 X 220 X 300 X 320 X 70 X 250 X 70 X 70 X 80 X 60 X 300 X 310 X 300 X 230 X 240 X 260 X 260 X 250 X 250 X 250 X +USW00094728199803WSF2 76 X 49 X 67 X 63 X 63 X 58 X 58 X 125 X 103 X 94 X 94 X 98 X 76 X 107 X 80 X 67 X 67 X 80 X 76 X 67 X 152 X 67 X 72 X 58 X 72 X 72 X 76 X 94 X 72 X 67 X 76 X +USW00094728199803WSF5 107 X 67 X 94 X 80 X 94 X 80 X 80 X 161 X 201 X 139 X 143 X 139 X 116 X 170 X 125 X 94 X 80 X 107 X 103 X 89 X 192 X 94 X 98 X 76 X 98 X 112 X 116 X 130 X 116 X 103 X 112 X +USW00094728199803WT01 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728199803WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199803WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199803WT08 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199803WT13 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728199803WT16 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199803WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199803WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199803WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199803WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199804TMAX 211 0 189 0 156 0 89 0 106 0 144 0 194 0 161 0 100 0 139 0 167 0 161 0 211 0 178 0 167 0 144 0 217 0 200 0 144 0 144 0 211 0 206 0 122 0 228 0 189 0 122 0 139 0 172 0 228 0 217 0-9999 +USW00094728199804TMIN 100 0 94 0 83 0 33 0 28 0 56 0 61 0 89 0 28 0 22 0 50 0 67 0 72 0 94 0 89 0 94 0 122 0 72 0 83 0 83 0 89 0 100 0 72 0 78 0 122 0 56 0 50 0 50 0 83 0 144 0-9999 +USW00094728199804PRCP 452 0 3 0 0 0 0 0 0T 0 0 0 0 0 5 0 472 0 74 0 0 0 0 0 0 0 0 0 23 0 0T 0 196 0 0 0 208 0 8 0 0 0 0 0 208 0 8 0 0 0 135 0 0 0 0 0 0 0 0T 0-9999 +USW00094728199804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199804SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728199804AWND 30 X 24 X 34 X 54 X 45 X 34 X 25 X 35 X 59 X 30 X 22 X 25 X 25 X 33 X 14 X 32 X 21 X 24 X 30 X 31 X 15 X 26 X 36 X 25 X 38 X 30 X 25 X 27 X 27 X 24 X-9999 +USW00094728199804FMTM 1700 X 2103 X 1338 X 1003 X 0041 X 1930 X 1021 X 2320 X 1739 X 1527 X 1539 X 1457 X 1341 X 1558 X 1922 X 1721 X 2343 X 0240 X 1842 X 1529 X 1259 X 1645 X 1935 X 2238 X 1054 X 1819 X 1439 X 1340 X 1336 X 0236 X-9999 +USW00094728199804PGTM 1928 W 2103 W 1241 W 2207 W 0040 W 1525 W 1104 W 2300 W 1738 W 0407 W 1538 W 1400 W 2305 W 1441 W 0259 W 1726 W 2307 W 0028 W 1902 W 1527 W 1357 W 1404 W 2010 W 2238 W 1324 W 1836 W 1438 W 1615 W 2233 W 0409 W-9999 +USW00094728199804TAVG 156 W 144 W 122 W 61 W 67 W 100 W 128 W 128 W 67 W 83 W 111 W 117 W 144 W 139 W 128 W 122 W 172 W 139 W 117 W 117 W 150 W 156 W 100 W 156 W 156 W 89 W 94 W 111 W 156 W 183 W-9999 +USW00094728199804WDF2 60 X 320 X 320 X 80 X 10 X 320 X 290 X 80 X 90 X 330 X 60 X 200 X 70 X 180 X 180 X 180 X 10 X 320 X 110 X 330 X 330 X 190 X 360 X 290 X 320 X 70 X 60 X 320 X 260 X 270 X-9999 +USW00094728199804WDF5 70 X 310 X 300 X 20 X 10 X 350 X 340 X 80 X 70 X 30 X 70 X 200 X 260 X 80 X 70 X 190 X 10 X 10 X 110 X 320 X 20 X 190 X 360 X 290 X 320 X 60 X 60 X 330 X 260 X 280 X-9999 +USW00094728199804WSF2 72 X 89 X 76 X 103 X 98 X 72 X 58 X 76 X 148 X 67 X 63 X 58 X 72 X 72 X 45 X 72 X 67 X 76 X 67 X 89 X 58 X 63 X 80 X 76 X 89 X 76 X 76 X 67 X 67 X 58 X-9999 +USW00094728199804WSF5 94 X 103 X 107 X 152 X 143 X 107 X 76 X 103 X 228 X 130 X 80 X 76 X 89 X 103 X 58 X 98 X 112 X 139 X 94 X 125 X 76 X 89 X 116 X 134 X 125 X 107 X 103 X 94 X 89 X 76 X-9999 +USW00094728199804WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199804WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199804WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199804WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728199804WT16 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 +USW00094728199805TMAX 189 0 217 0 194 0 167 0 167 0 189 0 194 0 139 0 150 0 144 0 139 0 172 0 178 0 222 0 294 0 294 0 194 0 289 0 306 0 256 0 272 0 211 0 239 0 267 0 206 0 261 0 244 0 294 0 289 0 294 0 289 0 +USW00094728199805TMIN 128 0 122 0 117 0 128 0 128 0 128 0 133 0 122 0 128 0 117 0 100 0 100 0 67 0 72 0 117 0 167 0 144 0 128 0 156 0 150 0 144 0 117 0 111 0 144 0 150 0 150 0 172 0 183 0 183 0 189 0 178 0 +USW00094728199805PRCP 147 0 64 0 25 0 0T 0 145 0 0T 0 0T 0 71 0 361 0 493 0 173 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 18 0 0T 0 0 0 0 0 0 0 107 0 0 0 0 0 0 0 43 0 0 0 117 0 +USW00094728199805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199805AWND 28 X 27 X 21 X 29 X 28 X 24 X 10 X 50 X 52 X 54 X 59 X 67 X 34 X 17 X 14 X 26 X 26 X 21 X 28 X 22 X 35 X 40 X 29 X 22 X 18 X 17 X 17 X 24 X 32 X 20 X 30 X +USW00094728199805FMTM 2257 X 1411 X 1623 X 0806 X 1938 X 1314 X 0153 X 1855 X 0015 X 1755 X 2221 X 0931 X 0500 X 1330 X 1459 X 1901 X 1305 X 1555 X 2027 X 1804 X 2201 X 0506 X 1355 X 2303 X 2035 X 1757 X 1538 X 2240 X 1828 X 1523 X-9999 +USW00094728199805PGTM 2257 W 1436 W 1306 W 0659 W 1952 W 1441 W 0016 W 2328 W 1853 W 1755 W 2337 W 0908 W 0044 W 1219 W 1422 W 1901 W 0433 W 1437 W 2232 W 1803 W 1904 W 0506 W 1601 W 2256 W 2035 W 1756 W 1801 W 2035 W 1828 W 0121 W-9999 +USW00094728199805TAVG 161 W 172 W 156 W 150 W 150 W 161 W 167 W 133 W 139 W 133 W 122 W 139 W 122 W 150 W 206 W 233 W 172 W 211 W 233 W 206 W 211 W 167 W 178 W 206 W 178 W 206 W 211 W 239 W 239 W 244 W-9999 +USW00094728199805WDF2 90 X 170 X 190 X 80 X 70 X 70 X 80 X 70 X 80 X 80 X 100 X 90 X 70 X 110 X 80 X 170 X 90 X 320 X 100 X 170 X 320 X 320 X 290 X 260 X 40 X 340 X 190 X 250 X 320 X 270 X 220 Z +USW00094728199805WDF5 80 X 180 X 180 X 130 X 80 X 70 X 80 X 70 X 70 X 70 X 70 X 70 X 80 X 100 X 70 X 160 X 70 X 320 X 160 X 160 X 330 X 330 X 330 X 270 X 30 X 360 X 190 X 240 X 300 X 270 X 70 Z +USW00094728199805WSF2 80 X 67 X 49 X 58 X 67 X 58 X 45 X 98 X 94 X 103 X 107 X 125 X 89 X 49 X 67 X 63 X 49 X 67 X 72 X 49 X 80 X 76 X 63 X 49 X 58 X 49 X 49 X 67 X 80 X 49 X 54 Z +USW00094728199805WSF5 112 X 89 X 72 X 76 X 80 X 72 X 58 X 139 X 143 X 130 X 165 X 165 X 112 X 67 X 94 X 76 X 72 X 112 X 103 X 67 X 134 X 116 X 80 X 76 X 76 X 72 X 67 X 98 X 134 X 72 X 139 Z +USW00094728199805WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00094728199805WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199805WT08 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00094728199805WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00094728199805WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 +USW00094728199806TMAX 228 0 217 0 194 0 206 0 206 0 217 0 194 0 189 0 217 0 222 0 211 0 183 0 211 0 211 0 217 0 283 0 267 0 278 0 289 0 306 0 283 0 228 0 228 0 289 0 322 0 333 0 289 0 256 0 244 0 278 0-9999 +USW00094728199806TMIN 150 0 128 0 139 0 117 0 122 0 122 0 122 0 111 0 122 0 133 0 161 0 161 0 172 0 167 0 178 0 189 0 189 0 189 0 194 0 211 0 200 0 194 0 200 0 211 0 222 0 239 0 206 0 172 0 183 0 183 0-9999 +USW00094728199806PRCP 175 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 328 0 399 0 86 0 23 0 10 0 76 0 89 0 0 0 25 0 0 0 0 0 0T 0 84 0 0 0 5 0 8 0 0 0 0T 0 201 0-9999 +USW00094728199806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199806SNWD-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728199806AWND 28 X 31 X 48 X 39 X 41 X 33 X 33 X 36 X 23 X 22 X 30 X 31 X 18 X 23 X 21 X 21 X 28 X 25 X 19 X 18 X 26 X 19 X 19 X 17 X 21 X 32 X 38 X 26 X 37 X 29 X-9999 +USW00094728199806FMTM-9999 1800 X 1616 X 1422 X 1122 X 1135 X 2224 X 1223 X 1731 X 1801 X 1955 X 1755 X 1554 X 0142 X 0907 X 2237 X 1853 X 1715 X 1313 X 1656 X 1529 X 1834 X 2213 X 1555 X 1842 X 1621 X 0935 X 2152 X 1305 X 1903 X-9999 +USW00094728199806PGTM-9999 1739 W 1556 W 1253 W 1356 W 1008 W 2121 W 1115 W 1827 W 1801 W 2115 W 1708 W 1555 W 0142 W 1552 W 2233 W 1930 W 1715 W 1213 W 1656 W 1501 W 1834 W 2023 W 1555 W 1955 W 1620 W 0953 W 2115 W 1202 W 1902 W-9999 +USW00094728199806TAVG 189 W 172 W 167 W 161 W 167 W 172 W 161 W 150 W 172 W 178 W 189 W 172 W 194 W 189 W 200 W 239 W 228 W 233 W 244 W 261 W 244 W 211 W 217 W 250 W 272 W 289 W 250 W 217 W 217 W 233 W-9999 +USW00094728199806WDF2-9999 190 X 330 X 320 X 290 X 300 X 300 X 330 X 160 X 170 X 180 X 170 X 70 X 70 X 160 X 300 X 20 X 80 X 270 X 280 X 170 X 160 X 190 X 290 X 270 X 260 X 300 X 240 X 260 X 320 X-9999 +USW00094728199806WDF5-9999 200 X 300 X 270 X 340 X 340 X 290 X 310 X 190 X 190 X 160 X 170 X 80 X 60 X 190 X 300 X 300 X 80 X 240 X 290 X 210 X 160 X 190 X 300 X 270 X 270 X 290 X 250 X 260 X 310 X-9999 +USW00094728199806WSF2-9999 72 X 89 X 89 X 80 X 72 X 63 X 72 X 58 X 58 X 58 X 67 X 58 X 67 X 49 X 67 X 58 X 125 X 49 X 80 X 58 X 45 X 40 X 67 X 58 X 76 X 89 X 63 X 67 X 89 X-9999 +USW00094728199806WSF5 0 W 112 X 143 X 130 X 107 X 107 X 94 X 107 X 72 X 76 X 76 X 98 X 76 X 80 X 76 X 98 X 89 X 143 X 67 X 103 X 76 X 58 X 63 X 76 X 80 X 112 X 139 X 89 X 107 X 148 X-9999 +USW00094728199806WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00094728199806WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199806WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00094728199806WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00094728199806WT16 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 +USW00094728199807TMAX 244 0 272 0 294 0 289 0 272 0 256 0 256 0 206 0 278 0 278 0 272 0 283 0 294 0 294 0 294 0 294 0 294 0 306 0 300 0 306 0 328 0 339 0 306 0 300 0 289 0 283 0 294 0 300 0 322 0 306 0 272 0 +USW00094728199807TMIN 178 0 178 0 200 0 200 0 189 0 178 0 189 0 178 0 178 0 200 0 167 0 178 0 200 0 211 0 222 0 233 0 233 0 222 0 217 0 233 0 222 0 256 0 244 0 222 0 194 0 200 0 211 0 222 0 233 0 222 0 178 0 +USW00094728199807PRCP 0T 0 0 0 0 0 13 0 81 0 0 0 0T 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0T 0 0 0 13 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 84 0 +USW00094728199807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199807SNWD 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199807AWND 42 X 22 X 21 X 16 X 34 X 25 X 20 X 20 X 18 X 30 X 35 X 17 X 27 X 33 X 28 X 17 X 12 X 20 X 28 X 29 X 16 X 30 X 22 X 25 X 17 X 25 X 30 X 34 X 28 X 16 X 30 X +USW00094728199807FMTM 1615 X 1355 X 1005 X 1734 X 1137 X 1724 X 1607 X 1757 X 1511 X 1732 X 1018 X 1337 X 2143 X 2308 X 1357 X 1519 X 1930 X 2344 X 2243 X 1434 X 1513 X 1423 X 1238 X 1406 X 1301 X 1001 X 2005 X 0500 X 1743 X 1542 X-9999 +USW00094728199807PGTM 1624 W 1354 W 1522 W 1726 W 1142 W 1901 W 1608 W 1755 W 1511 W 1731 W 1017 W 1658 W 2140 W 1444 W 1405 W 1512 W 1929 W 2330 W 2242 W 1759 W 1512 W 1603 W 1238 W 1403 W 1300 W 1457 W 2339 W 1955 W 1740 W 1442 W-9999 +USW00094728199807TAVG 211 W 228 W 250 W 244 W 233 W 217 W 222 W 194 W 228 W 239 W 222 W 233 W 250 W 256 W 261 W 267 W 267 W 267 W 261 W 272 W 278 W 300 W 278 W 261 W 244 W 244 W 256 W 261 W 278 W 267 W-9999 +USW00094728199807WDF2 300 X 60 X 80 X 250 X 70 X 180 X 170 X 70 X 330 X 320 X 320 X 70 X 240 X 260 X 190 X 190 X 320 X 80 X 260 X 300 X 280 X 320 X 300 X 290 X 290 X 80 X 200 X 250 X 10 X 170 X 80 Z +USW00094728199807WDF5 300 X 60 X 60 X 250 X 70 X 180 X 160 X 70 X 340 X 310 X 310 X 210 X 260 X 270 X 210 X 200 X 300 X 70 X 260 X 270 X 280 X 320 X 310 X 320 X 290 X 90 X 250 X 200 X 280 X 200 X 60 Z +USW00094728199807WSF2 98 X 63 X 49 X 49 X 72 X 49 X 58 X 45 X 49 X 67 X 89 X 45 X 63 X 63 X 58 X 49 X 58 X 49 X 58 X 67 X 67 X 67 X 89 X 58 X 45 X 63 X 67 X 67 X 76 X 45 X 67 Z +USW00094728199807WSF5 143 X 80 X 67 X 89 X 112 X 72 X 76 X 63 X 72 X 98 X 116 X 63 X 94 X 89 X 76 X 76 X 72 X 67 X 76 X 89 X 98 X 94 X 112 X 80 X 63 X 76 X 103 X 98 X 125 X 67 X 80 Z +USW00094728199807WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00094728199807WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199807WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00094728199807WT13-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00094728199807WT16 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728199808TMAX 272 0 283 0 306 0 306 0 300 0 306 0 289 0 294 0 300 0 294 0 311 0 300 0 250 0 244 0 289 0 306 0 261 0 306 0 228 0 261 0 289 0 289 0 294 0 322 0 328 0 311 0 294 0 278 0 306 0 311 0 289 0 +USW00094728199808TMIN 178 0 178 0 194 0 211 0 211 0 211 0 200 0 194 0 222 0 228 0 217 0 200 0 200 0 206 0 211 0 217 0 228 0 183 0 150 0 144 0 178 0 194 0 217 0 239 0 244 0 211 0 222 0 228 0 217 0 217 0 211 0 +USW00094728199808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 23 0 0 0 0 0 0 0 0 0 0 0 605 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 0T 0 0T 0 0 0 0 0 0 0 +USW00094728199808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199808SNWD 0 0 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199808AWND 21 X 20 X 21 X 20 X 14 X 17 X 26 X 27 X 24 X 31 X 21 X 32 X 31 X 30 X 22 X 13 X 22 X 27 X 38 X 19 X 16 X 25 X 24 X 37 X 25 X 19 X 31 X 51 X 25 X 18 X 23 X +USW00094728199808FMTM 0634 X 1545 X 1206 X 1457 X 1215 X 1759 X 1055 X 1420 X 1710 X 1836 X 0917 X 1536 X 0330 X 1601 X 1637 X 1622 X 1214 X 2214 X 1505 X 2135 X 0830 X 0945 X 2321 X 1509 X 1323 X 1138 X 1309 X 1457 X 1814 X 1512 X 1329 X +USW00094728199808PGTM 0634 W 1955 W 1202 W 1456 W 1323 W 1541 W 1054 W 1444 W 1904 W 1643 W 1829 W 2044 W 0330 W 1600 W 1637 W 1735 W 1213 W 2223 W 0316 W 2134 W 2159 W 0855 W 2341 W 1414 W 1323 W 1732 W 1302 W 1439 W 1856 W 1213 W 0817 W +USW00094728199808TAVG 228 W 233 W 250 W 261 W 256 W 261 W 244 W 244 W 261 W 261 W 267 W 250 W 228 W 228 W 250 W 261 W 244 W 244 W 189 W 206 W 233 W 244 W 256 W 283 W 289 W 261 W 261 W 256 W 261 W 267 W 250 W +USW00094728199808WDF2 80 X 200 X 90 X 70 X 200 X 170 X 70 X 200 X 190 X 200 X 300 X 70 X 70 X 210 X 190 X 170 X 70 X 70 X 70 X 250 X 290 X 70 X 250 X 260 X 290 X 270 X 70 X 80 X 310 X 270 X 80 X +USW00094728199808WDF5 60 X 200 X 70 X 70 X 180 X 190 X 70 X 180 X 160 X 190 X 270 X 70 X 70 X 210 X 180 X 180 X 70 X 30 X 70 X 240 X 70 X 100 X 240 X 260 X 300 X 250 X 70 X 70 X 310 X 300 X 70 X +USW00094728199808WSF2 67 X 58 X 45 X 67 X 49 X 45 X 63 X 63 X 58 X 67 X 49 X 72 X 67 X 63 X 58 X 45 X 49 X 80 X 76 X 49 X 45 X 49 X 58 X 72 X 80 X 63 X 67 X 112 X 58 X 40 X 49 X +USW00094728199808WSF5 80 X 80 X 72 X 89 X 72 X 72 X 98 X 80 X 76 X 98 X 72 X 94 X 94 X 98 X 89 X 58 X 67 X 107 X 107 X 72 X 58 X 67 X 94 X 107 X 116 X 80 X 80 X 161 X 72 X 58 X 72 X +USW00094728199808WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728199808WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199808WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00094728199808WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728199808WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728199809TMAX 278 0 256 0 256 0 267 0 267 0 322 0 317 0 233 0 200 0 217 0 256 0 306 0 272 0 256 0 283 0 300 0 250 0 228 0 256 0 272 0 289 0 239 0 189 0 200 0 217 0 261 0 317 0 239 0 217 0 228 0-9999 +USW00094728199809TMIN 189 0 172 0 156 0 200 0 172 0 194 0 183 0 144 0 122 0 133 0 139 0 183 0 200 0 194 0 211 0 217 0 194 0 172 0 167 0 183 0 206 0 167 0 111 0 94 0 156 0 167 0 206 0 150 0 117 0 156 0-9999 +USW00094728199809PRCP 0 0 175 0 0 0 0 0 0 0 0 0 526 0 91 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 38 0 18 0 0 0 0 0 13 0 0 0 10 0 0 0 0 0 3 0-9999 +USW00094728199809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199809SNWD 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728199809AWND 23 X 22 X 13 X 22 X 31 X 32 X 26 X 30 X 37 X 34 X 26 X 22 X 23 X 24 X 31 X 28 X 22 X 36 X 16 X 19 X 21 X 29 X 29 X 19 X 25 X 18 X 31 X 34 X 20 X 25 X-9999 +USW00094728199809FMTM 1938 X 1937 X 0058 X 1433 X 1022 X 2202 X 1336 X 1604 X 1425 X 1557 X 1644 X 1442 X 1729 X 2226 X 0503 X 1717 X 0825 X 0827 X 1324 X 2206 X 1328 X 1458 X 0902 X 1925 X 0956 X 1641 X 1516 X 1033 X 2045 X 2002 X-9999 +USW00094728199809PGTM 0937 W 1937 W 0035 W 1307 W 0902 W 1326 W 1335 W 1537 W 1424 W 0838 W 1643 W 1509 W 1758 W 2321 W 0503 W 1638 W 0656 W 0827 W 1324 W 2206 W 1327 W 2357 W 0830 W 1556 W 0955 W 1640 W 1513 W 1032 W 2052 W 1035 W-9999 +USW00094728199809TAVG 233 W-9999 206 W 233 W 222 W 261 W 250 W 189 W 161 W 178 W 200 W 244 W 239 W 228 W 250 W 261 W 222 W 200 W 211 W 228 W 250 W 206 W 150 W 150 W 189 W 217 W 261 W 194 W 167 W 194 W-9999 +USW00094728199809WDF2 190 X 300 X 310 X 130 X 320 X 270 X 320 X 320 X 330 X 320 X 270 X 300 X 190 X 250 X 250 X 60 X 70 X 80 X 200 X 230 X 260 X 360 X 10 X 200 X 260 X 260 X 260 X 320 X 230 X 260 X-9999 +USW00094728199809WDF5 80 X 320 X 320 X 70 X 310 X 260 X 320 X 340 X 330 X 360 X 270 X 290 X 190 X 250 X 250 X 90 X 60 X 80 X 200 X 210 X 260 X 260 X 350 X 190 X 260 X 250 X 270 X 320 X 220 X 180 X-9999 +USW00094728199809WSF2 45 X 80 X 45 X 58 X 67 X 67 X 103 X 67 X 89 X 72 X 58 X 63 X 45 X 63 X 63 X 49 X 58 X 94 X 45 X 45 X 58 X 58 X 72 X 63 X 58 X 45 X 72 X 89 X 49 X 58 X-9999 +USW00094728199809WSF5 67 X 98 X 67 X 80 X 98 X 98 X 170 X 103 X 134 X 107 X 67 X 76 X 67 X 94 X 94 X 76 X 76 X 116 X 63 X 67 X 76 X 89 X 107 X 89 X 89 X 67 X 107 X 125 X 72 X 94 X-9999 +USW00094728199809WT01-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 +USW00094728199809WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199809WT08-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00094728199809WT13-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00094728199809WT16-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 +USW00094728199810TMAX 233 0 189 0 156 0 139 0 200 0 144 0 167 0 211 0 178 0 172 0 222 0 178 0 161 0 189 0 167 0 178 0 183 0 233 0 228 0 189 0 139 0 122 0 167 0 222 0 222 0 161 0 150 0 172 0 133 0 139 0 144 0 +USW00094728199810TMIN 117 0 89 0 100 0 89 0 128 0 89 0 100 0 161 0 139 0 139 0 144 0 133 0 133 0 117 0 100 0 94 0 100 0 128 0 133 0 111 0 78 0 56 0 61 0 106 0 128 0 122 0 100 0 100 0 83 0 67 0 61 0 +USW00094728199810PRCP 246 0 0 0 30 0 5 0 0 0 0 0 0T 0 201 0 53 0 28 0 0 0 0T 0 15 0 84 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 38 0 0 0 0 0 0 0 +USW00094728199810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199810SNWD-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199810AWND 19 X 35 X 21 X 12 X 23 X 37 X 21 X 29 X 46 X 25 X 30 X 23 X 30 X 34 X 26 X 18 X 20 X 36 X 27 X 26 X 30 X 30 X 32 X 28 X 20 X 33 X 22 X 22 X 35 X 40 X 32 X +USW00094728199810FMTM-9999 1105 X 0136 X 0628 X 1039 X 0914 X 1607 X 1538 X 2226 X 0014 X 1020 X 0734 X 2314 X 1822 X 1332 X 1016 X 2020 X 1252 X 0931 X 1513 X 1917 X 2043 X 1130 X 1330 X 1333 X 0918 X 0644 X 2127 X 1444 X 1539 X 0036 X +USW00094728199810PGTM-9999 1104 W 0152 W 0431 W 1318 W 0122 W 1100 W 0520 W 2225 W 2359 W 1111 W 0118 W 2313 W 1821 W 1315 W 1015 W 1907 W 1804 W 1452 W 1221 W 1725 W 1201 W 1009 W 1709 W 0823 W 0917 W 0857 W 2127 W 1052 W 1426 W 0034 W +USW00094728199810TAVG 178 W 139 W 128 W 117 W 167 W 117 W 133 W 189 W 161 W 156 W 183 W 156 W 150 W 156 W 133 W 139 W 144 W 183 W 183 W 150 W 111 W 89 W 117 W 167 W 178 W 144 W 128 W 139 W 111 W 106 W 106 W +USW00094728199810WDF2-9999 300 X 300 X 70 X 80 X 70 X 210 X 190 X 80 X 70 X 20 X 80 X 200 X 300 X 330 X 60 X 220 X 250 X 300 X 310 X 320 X 330 X 300 X 300 X 300 X 80 X 80 X 300 X 320 X 330 X 320 X +USW00094728199810WDF5-9999 300 X 310 X 60 X 60 X 60 X 180 X 210 X 70 X 90 X 340 X 10 X 200 X 290 X 300 X 80 X 190 X 250 X 310 X 340 X 280 X 320 X 330 X 250 X 320 X 70 X 80 X 310 X 350 X 330 X 330 X +USW00094728199810WSF2-9999 80 X 49 X 58 X 49 X 67 X 49 X 58 X 89 X 67 X 67 X 49 X 63 X 63 X 63 X 49 X 45 X 67 X 67 X 63 X 63 X 67 X 58 X 58 X 40 X 72 X 49 X 67 X 80 X 89 X 63 X +USW00094728199810WSF5 0 W 134 X 67 X 72 X 72 X 94 X 76 X 103 X 116 X 98 X 89 X 89 X 94 X 80 X 98 X 67 X 67 X 98 X 94 X 98 X 89 X 103 X 76 X 76 X 58 X 94 X 63 X 94 X 130 X 143 X 89 X +USW00094728199810WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728199810WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199810WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728199810WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728199810WT16 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728199811TMAX 133 0 128 0 106 0 94 0 100 0 83 0 111 0 94 0 122 0 139 0 172 0 128 0 128 0 144 0 161 0 117 0 106 0 94 0 117 0 156 0 100 0 89 0 144 0 144 0 100 0 117 0 94 0 172 0 156 0 156 0-9999 +USW00094728199811TMIN 61 0 61 0 33 0 33 0 22 0 22 0 28 0 61 0 67 0 44 0 89 0 61 0 61 0 72 0 78 0 56 0 67 0 44 0 28 0 89 0 44 0 28 0 44 0 67 0 39 0 72 0 50 0 44 0 94 0 100 0-9999 +USW00094728199811PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 10 0 76 0 0 0 0T 0 0 0 0 0 0 0 18 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 246 0 0 0 0 0 0 0 0 0-9999 +USW00094728199811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199811AWND 23 X 40 X 26 X 33 X 18 X 30 X 29 X 28 X 17 X 34 X 38 X 32 X 26 X 28 X 38 X 24 X 30 X 24 X 21 X 21 X 40 X 29 X 42 X 45 X 25 X 43 X 49 X 30 X 18 X 24 X-9999 +USW00094728199811FMTM 1555 X 1327 X 1331 X 1324 X 2257 X 1703 X 1730 X 1009 X 1640 X 1929 X 0634 X 1010 X 1256 X 1006 X 1135 X 1759 X 1139 X 0811 X 2302 X 1755 X 1508 X 0113 X 0708 X 2020 X 2205 X 1535 X 1440 X 1614 X 2102 X 2301 X-9999 +USW00094728199811PGTM 1536 W 1719 W 1330 W 1325 W 2256 W 1745 W 1730 W 1008 W 1243 W 1942 W 0101 W 1009 W 1730 W 1532 W 1442 W 1921 W 2119 W 0810 W 2130 W 1705 W 1507 W 0121 W 0432 W 2020 W 2101 W 1534 W 1439 W 1613 W 2159 W 2318 W-9999 +USW00094728199811TAVG 100 W 94 W 72 W 67 W 61 W 56 W 72 W 78 W 94 W 94 W 133 W 94 W 94 W 111 W 122 W 89 W 89 W 72 W 72 W 122 W 72 W 61 W 94 W 106 W 72 W 94 W 72 W 111 W 128 W 128 W-9999 +USW00094728199811WDF2 320 X 330 X 320 X 330 X 70 X 320 X 320 X 320 X 310 X 160 X 290 X 300 X 290 X 250 X 330 X 190 X 90 X 70 X 240 X 320 X 300 X 320 X 260 X 320 X 190 X 300 X 330 X 270 X 140 X 250 X-9999 +USW00094728199811WDF5 330 X 320 X 320 X 330 X 70 X 320 X 330 X 330 X 320 X 170 X 190 X 300 X 270 X 210 X 310 X 200 X 360 X 80 X 240 X 10 X 300 X 330 X 240 X 330 X 210 X 300 X 320 X 270 X 120 X 230 X-9999 +USW00094728199811WSF2 67 X 80 X 63 X 67 X 67 X 72 X 72 X 58 X 40 X 76 X 89 X 67 X 67 X 63 X 89 X 58 X 63 X 63 X 63 X 58 X 80 X 67 X 67 X 107 X 58 X 103 X 94 X 63 X 49 X 67 X-9999 +USW00094728199811WSF5 125 X 107 X 80 X 94 X 89 X 98 X 98 X 76 X 63 X 112 X 130 X 98 X 98 X 94 X 130 X 67 X 80 X 89 X 89 X 80 X 116 X 103 X 98 X 148 X 76 X 139 X 130 X 89 X 72 X 94 X-9999 +USW00094728199811WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 +USW00094728199811WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00094728199811WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 +USW00094728199811WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199812TMAX 156 0 178 0 206 0 233 0 172 0 189 0 239 0 100 0 89 0 94 0 83 0 83 0 78 0 61 0 100 0 94 0 72 0 39 0 106 0 100 0 111 0 172 0 -17 0 0 0 6 0 6 0 44 0 72 0 44 0 39 0 -39 0 +USW00094728199812TMIN 94 0 72 0 117 0 150 0 111 0 100 0 100 0 72 0 39 0 44 0 33 0 28 0 50 0 17 0 11 0 56 0 33 0 6 0 28 0 78 0 78 0 -56 0 -78 0 -50 0 -44 0 -33 0 -22 0 33 0 28 0 -83 0 -83 0 +USW00094728199812PRCP 0 0 0 0 0 0 0 0 3 0 0T 0 3 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0T 0 0 0 13 0 8 0 28 0 0 0 0 0 0 0 0T 0 180 0 0T 0 0T 0 +USW00094728199812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00094728199812AWND 40 X 38 X 35 X 28 X 25 X 18 X 38 X 30 X 29 X 29 X 40 X 32 X 26 X 38 X 33 X 16 X 31 X 42 X 37 X 28 X 30 X 55 X 26 X 25 X 26 X 17 X 24 X 25 X 36 X 56 X 33 X +USW00094728199812FMTM 1310 X 1357 X 2314 X 1122 X 2219 X 0129 X 1315 X 0109 X 1100 X 1600 X 1219 X 1238 X 2340 X 0630 X 1613 X 0842 X 2313 X 1237 X 1015 X 1743 X 2138 X 1143 X 0114 X 1017 X 0042 X 1813 X 2001 X 1953 X 0809 X 1439 X 0438 X +USW00094728199812PGTM 1211 W 1353 W 1526 W 1052 W 2217 W 0129 W 1310 W 0112 W 0525 W 1559 W 1217 W 1142 W 2340 W 0605 W 2320 W 0631 W 2312 W 1237 W 1015 W 1741 W 2337 W 1142 W 0133 W 1034 W 0041 W 2213 W 2000 W 1953 W 1336 W 1915 W 1443 W +USW00094728199812TAVG 128 W 128 W 161 W 194 W 144 W 144 W 172 W 89 W 67 W 72 W 61 W 56 W 67 W 39 W 56 W 78 W 56 W 22 W 67 W 89 W 94 W 61 W -44 W -22 W -17 W -11 W 11 W 56 W 39 W -22 W -61 W +USW00094728199812WDF2 330 X 270 X 260 X 290 X 90 X 80 X 300 X 70 X 310 X 280 X 320 X 260 X 30 X 30 X 260 X 10 X 330 X 320 X 230 X 90 X 190 X 310 X 320 X 350 X 300 X 290 X 230 X 70 X 130 X 330 X 300 X +USW00094728199812WDF5 340 X 260 X 290 X 320 X 100 X 80 X 290 X 80 X 60 X 260 X 330 X 270 X 20 X 70 X 270 X 320 X 330 X 350 X 220 X 80 X 190 X 310 X 320 X 360 X 290 X 300 X 220 X 70 X 70 X 310 X 260 X +USW00094728199812WSF2 107 X 76 X 58 X 63 X 45 X 58 X 80 X 80 X 72 X 49 X 94 X 67 X 80 X 80 X 67 X 49 X 89 X 89 X 72 X 63 X 67 X 116 X 76 X 58 X 67 X 49 X 63 X 94 X 72 X 125 X 67 X +USW00094728199812WSF5 170 X 134 X 94 X 89 X 58 X 67 X 125 X 98 X 94 X 72 X 134 X 98 X 116 X 134 X 107 X 72 X 112 X 116 X 112 X 72 X 89 X 174 X 103 X 72 X 94 X 67 X 94 X 112 X 89 X 179 X 94 X +USW00094728199812WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728199812WT08-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199812WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728199812WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00094728199812WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199812WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199901TMAX -22 0 -39 0 106 0 0 0 -22 0 0 0 11 0 33 0 67 0 -17 0 -39 0 100 0 106 0 -56 0 28 0 72 0 117 0 128 0 94 0 83 0 83 0 56 0 133 0 156 0 50 0 56 0 94 0 56 0 44 0 39 0 0 0 +USW00094728199901TMIN -117 0 -128 0 -44 0 -67 0 -83 0 -72 0 -50 0 -61 0 -22 0 -50 0 -67 0 -39 0 -61 0 -94 0 -56 0 -56 0 39 0 33 0 39 0 28 0 17 0 39 0 39 0 50 0 11 0 -6 0 17 0 28 0 -11 0 -39 0 -78 0 +USW00094728199901PRCP 0 0 0 0 615 0 0 0 0 0 0 0 0 0 99 0 142 0 0 0 0 0 0 0 13 0 51 0 244 0 0 0 0 0 246 0 0 0 0 0 33 0 10 0 25 0 262 0 36 0 0 0 5 0 0T 0 3 0 0T 0 0 0 +USW00094728199901SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728199901AWND 46 X 30 X 48 X 41 X 34 X 37 X 44 X 32 X 36 X 31 X 40 X 31 X 43 X 72 X 41 X 34 X 21 X 31 X 32 X 25 X 26 X 55 X 43 X 35 X 34 X 31 X 19 X 36 X 32 X 32 X 37 X +USW00094728199901FMTM 1711 X 2309 X 0928 X 0556 X 0126 X 2043 X 1133 X 2341 X 2157 X 0132 X 1503 X 1405 X 2300 X 2252 X 0222 X 1356 X 0318 X 1757 X 1222 X 1406 X 2312 X 1413 X 0453 X 2235 X 0124 X 1552 X 2345 X 1502 X 0645 X 1742 X 0521 X +USW00094728199901PGTM 2028 W 2358 W 0927 W 0556 W 1256 W 1937 W 1129 W 2301 W 2157 W 0109 W 1236 W 0340 W 2210 W 1135 W 0310 W 2101 W 0014 W 1756 W 1434 W 0020 W 2312 W 1408 W 0453 W 0113 W 0123 W 1222 W 2345 W 1452 W 0701 W 1741 W 0026 W +USW00094728199901TAVG -67 W -83 W 33 W -33 W -50 W -33 W -17 W -11 W 22 W -33 W -50 W 33 W 22 W -72 W -11 W 11 W 78 W 83 W 67 W 56 W 50 W 50 W 89 W 106 W 33 W 28 W 56 W 44 W 17 W 0 W -39 W +USW00094728199901WDF2 330 X 100 X 170 X 310 X 290 X 250 X 330 X 260 X 320 X 320 X 310 X 260 X 30 X 90 X 100 X 250 X 290 X 300 X 260 X 260 X 80 X 80 X 80 X 320 X 320 X 310 X 80 X 70 X 320 X 50 X 70 X +USW00094728199901WDF5 340 X 320 X 180 X 310 X 10 X 250 X 320 X 220 X 320 X 310 X 300 X 240 X 60 X 70 X 80 X 270 X 240 X 290 X 320 X 290 X 70 X 70 X 70 X 210 X 310 X 320 X 70 X 70 X 330 X 60 X 60 X +USW00094728199901WSF2 98 X 67 X 103 X 80 X 67 X 76 X 80 X 72 X 107 X 72 X 80 X 58 X 89 X 130 X 116 X 63 X 58 X 139 X 76 X 49 X 89 X 98 X 89 X 76 X 72 X 63 X 49 X 72 X 76 X 98 X 103 X +USW00094728199901WSF5 134 X 98 X 192 X 112 X 89 X 125 X 116 X 103 X 179 X 107 X 112 X 94 X 134 X 170 X 161 X 98 X 80 X 197 X 116 X 98 X 112 X 130 X 116 X 130 X 107 X 80 X 67 X 89 X 103 X 139 X 139 X +USW00094728199901WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00094728199901WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199901WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199901WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728199901WT13-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00094728199901WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00094728199901WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199901WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00094728199901WT19-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199901WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199902TMAX 67 0 133 0 128 0 100 0 83 0 72 0 72 0 39 0 78 0 111 0 117 0 167 0 67 0 11 0 83 0 139 0 94 0 67 0 61 0 50 0 22 0 -28 0 -17 0 17 0 44 0 83 0 100 0 100 0-9999 -9999 -9999 +USW00094728199902TMIN -33 0 44 0 78 0 44 0 11 0 17 0 17 0 0 0 0 0 61 0 33 0 39 0 -11 0 -50 0 -39 0 28 0 39 0 28 0 6 0 -6 0 -39 0 -89 0 -100 0 -33 0 -28 0 -11 0 6 0 50 0-9999 -9999 -9999 +USW00094728199902PRCP 0 0 292 0 0 0 3 0 0 0 0T 0 41 0 38 0 0 0 0 0 0 0 20 0 0T 0 0 0 0 0 0 0 0 0 259 0 0 0 0 0 3 0 0 0 0 0 0 0 13 0 10 0 0 0 208 0-9999 -9999 -9999 +USW00094728199902SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 38 0 0T 0 0 0 0 0-9999 -9999 -9999 +USW00094728199902AWND 25 X 34 X 25 X 28 X 47 X 30 X 30 X 30 X 30 X 46 X 26 X 36 X 40 X 41 X 24 X 20 X 39 X 22 X 33 X 36 X 36 X 55 X 27 X 54 X 38 X 39 X 23 X 30 X-9999 -9999 -9999 +USW00094728199902FMTM 1506 X 1504 X 1331 X 2345 X 0510 X 2237 X 2336 X 0536 X 1236 X 1037 X 2141 X 2258 X 1510 X 0318 X 2358 X 1830 X 1327 X 0635 X 2104 X 0517 X 1736 X 1245 X 0341 X 1516 X 0359 X 1710 X 0844 X 1156 X-9999 -9999 -9999 +USW00094728199902PGTM 1620 W 1225 W 1331 W 2341 W 0637 W 2157 W 0156 W 0536 W 1217 W 0916 W 2140 W 2254 W 1512 W 1114 W 2128 W 1809 W 1326 W 1612 W 2103 W 1123 W 1735 W 1239 W 0411 W 1515 W 0358 W 1324 W 0843 W 0908 W-9999 -9999 -9999 +USW00094728199902TAVG 17 W 89 W 106 W 72 W 50 W 44 W 44 W 22 W 39 W 89 W 78 W 106 W 28 W-9999 22 W-9999 -9999 50 W 33 W 22 W -6 W -56 W -56 W -6 W 11 W 39 W 56 W 78 W-9999 -9999 -9999 +USW00094728199902WDF2 270 X 200 X 320 X 320 X 320 X 330 X 70 X 70 X 250 X 330 X 250 X 320 X 300 X 320 X 320 X 180 X 70 X 80 X 70 X 350 X 20 X 50 X 20 X 70 X 70 X 320 X 320 X 110 X-9999 -9999 -9999 +USW00094728199902WDF5 270 X 160 X 330 X 320 X 330 X 330 X 320 X 70 X 230 X 310 X 230 X 340 X 290 X 10 X 250 X 170 X 70 X 60 X 70 X 70 X 20 X 70 X 80 X 70 X 70 X 320 X 330 X 170 X-9999 -9999 -9999 +USW00094728199902WSF2 58 X 98 X 72 X 80 X 107 X 80 X 72 X 89 X 76 X 94 X 76 X 89 X 80 X 80 X 58 X 45 X 76 X 63 X 94 X 67 X 76 X 98 X 67 X 98 X 80 X 89 X 49 X 72 X-9999 -9999 -9999 +USW00094728199902WSF5 76 X 134 X 80 X 134 X 165 X 134 X 107 X 103 X 112 X 139 X 116 X 116 X 107 X 112 X 72 X 63 X 103 X 89 X 116 X 103 X 103 X 165 X 94 X 130 X 107 X 125 X 67 X 116 X-9999 -9999 -9999 +USW00094728199902WT01-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00094728199902WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199902WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199902WT13-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00094728199902WT16-9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728199902WT18-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728199902WT19-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199902WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199903TMAX 78 0 94 0 133 0 117 0 61 0 89 0 44 0 17 0 17 0 56 0 44 0 39 0 100 0 67 0 50 0 100 0 183 0 211 0 83 0 111 0 100 0 111 0 111 0 144 0 111 0 111 0 122 0 111 0 200 0 161 0 233 0 +USW00094728199903TMIN 28 0 11 0 56 0 6 0 -17 0 17 0 -72 0 -83 0 -67 0 -28 0 -33 0 -44 0 -28 0 0 0 0 0 0 0 56 0 67 0 33 0 11 0 22 0 28 0 22 0 72 0 28 0 6 0 28 0 39 0 72 0 89 0 94 0 +USW00094728199903PRCP 30 0 0 0 97 0 38 0 0 0 81 0 23 0 0 0 0 0 0 0 0 0 0T 0 0 0 183 0 94 0 0 0 0 0 0 0 0 0 0 0 183 0 173 0 0 0 18 0 0 0 0 0 36 0 64 0 0 0 0 0 0 0 +USW00094728199903SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 13 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199903AWND 36 X 41 X 39 X 61 X 33 X 36 X 55 X 42 X 29 X 36 X 55 X 51 X 36 X 30 X 52 X 49 X 30 X 55 X 52 X 31 X 41 X 51 X 32 X 21 X 35 X 34 X 52 X 53 X 39 X 41 X 42 X +USW00094728199903FMTM 0441 X 0957 X 2239 X 1030 X 0124 X 1110 X 1456 X 1526 X 0916 X 1237 X 2037 X 0855 X 0943 X 0019 X 2043 X 0534 X 1503 X 1444 X 1756 X 1108 X 2127 X 0312 X 1604 X 0224 X 2015 X 0953 X 1037 X 0440 X 1728 X 1207 X 1513 X +USW00094728199903PGTM 0443 W 1000 W 2327 W 1038 W 0122 W 1109 W 1220 W 1714 W 0122 W 2342 W 1413 W 1244 W 2300 W 1958 W 2011 W 2015 W 1709 W 1443 W 2003 W 0005 W 2215 W 0305 W 2358 W 0223 W 1952 W 0937 W 1120 W 2359 W 1840 W 1201 W 1708 W +USW00094728199903TAVG 56 W 56 W 94 W 61 W 22 W 56 W -11 W -33 W -22 W 17 W 6 W 0 W 39 W 33 W 28 W 50 W 122 W 139 W 61 W 61 W 61 W 72 W 67 W 111 W 72 W 61 W 78 W 78 W 139 W 128 W 167 W +USW00094728199903WDF2 300 X 310 X 170 X 260 X 310 X 160 X 310 X 320 X 60 X 70 X 330 X 320 X 10 X 70 X 320 X 300 X 260 X 300 X 320 X 320 X 160 X 160 X 170 X 250 X 10 X 60 X 70 X 70 X 320 X 320 X 260 X +USW00094728199903WDF5 320 X 310 X 160 X 260 X 330 X 170 X 320 X 310 X 350 X 320 X 330 X 320 X 20 X 80 X 320 X 260 X 260 X 310 X 320 X 310 X 190 X 150 X 280 X 250 X 20 X 70 X 70 X 70 X 340 X 350 X 250 X +USW00094728199903WSF2 72 X 98 X 107 X 112 X 89 X 80 X 94 X 76 X 58 X 67 X 98 X 94 X 72 X 63 X 98 X 89 X 67 X 116 X 89 X 67 X 98 X 98 X 67 X 63 X 67 X 80 X 125 X 112 X 89 X 103 X 89 X +USW00094728199903WSF5 112 X 134 X 165 X 179 X 116 X 112 X 143 X 107 X 80 X 94 X 134 X 139 X 103 X 89 X 143 X 116 X 98 X 179 X 139 X 107 X 139 X 143 X 98 X 94 X 94 X 116 X 152 X 161 X 116 X 139 X 125 X +USW00094728199903WT01-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728199903WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199903WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199903WT13-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728199903WT16 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728199903WT18-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199903WT19-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199903WT22-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199904TMAX 178 0 178 0 122 0 178 0 144 0 172 0 228 0 267 0 178 0 156 0 78 0 133 0 156 0 183 0 200 0 128 0 144 0 167 0 156 0 106 0 161 0 161 0 133 0 161 0 178 0 244 0 183 0 189 0 211 0 183 0-9999 +USW00094728199904TMIN 111 0 94 0 83 0 61 0 17 0 67 0 89 0 133 0 56 0 56 0 33 0 28 0 50 0 72 0 89 0 72 0 67 0 67 0 72 0 67 0 78 0 89 0 67 0 39 0 50 0 94 0 72 0 83 0 83 0 72 0-9999 +USW00094728199904PRCP 13 0 0T 0 0 0 38 0 0 0 8 0 0 0 0 0 97 0 13 0 56 0 28 0 0 0 0 0 0 0 91 0 0T 0 0 0 3 0 66 0 0 0 13 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199904SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 +USW00094728199904AWND 31 X 30 X 21 X 47 X 31 X 23 X 28 X 34 X 53 X 42 X 26 X-9999 14 X 48 X 30 X 30 X 38 X 34 X 27 X 25 X 29 X 21 X 37 X 36 X 30 X 40 X 43 X 30 X 43 X 32 X-9999 +USW00094728199904FMTM 1444 X 0845 X 2341 X 2154 X 0136 X 1821 X 0804 X 1027 X 1510 X 0010 X 0427 X-9999 -9999 1633 X 2002 X 0613 X 1556 X 1812 X 1420 X 1233 X 1742 X 2344 X 1126 X 1407 X 1252 X 1617 X 0114 X 0315 X 1506 X 0820 X-9999 +USW00094728199904PGTM 0552 W 0836 W 2341 W 2154 W 0330 W 1538 W 0803 W 1027 W 1509 W 1043 W 0426 W-9999 -9999 1523 W 2032 W 0310 W 1741 W 1331 W 1624 W 1211 W 1556 W 2302 W 1137 W 1257 W 1816 W 2204 W 0140 W 0340 W 1308 W 0819 W-9999 +USW00094728199904TAVG 144 W 139 W 106 W 122 W 83 W 122 W 161 W 200 W 117 W 106 W 56 W 83 W 106 W 128 W 144 W 100 W 106 W-9999 106 W 89 W-9999 128 W 100 W 100 W 117 W 172 W 128 W 139 W 150 W 128 W-9999 +USW00094728199904WDF2 240 X 90 X 260 X 60 X 30 X 180 X 300 X 260 X 80 X 60 X 80 X-9999 -9999 320 X 240 X 80 X 300 X 300 X 250 X 70 X 270 X 100 X 90 X 320 X 290 X 300 X 60 X 70 X 60 X 80 X-9999 +USW00094728199904WDF5 270 X 90 X 260 X 70 X 20 X 180 X 300 X 250 X 70 X 60 X 70 X-9999 -9999 300 X 240 X 70 X 320 X 240 X 310 X 70 X 250 X 70 X 80 X 330 X 300 X 20 X 60 X 60 X 60 X 80 X-9999 +USW00094728199904WSF2 63 X 76 X 67 X 125 X 76 X 76 X 80 X 80 X 98 X 98 X 72 X-9999 -9999 98 X 72 X 80 X 76 X 72 X 72 X 63 X 63 X 45 X 76 X 76 X 63 X 80 X 89 X 67 X 94 X 89 X-9999 +USW00094728199904WSF5 89 X 103 X 80 X 192 X 103 X 116 X 125 X 112 X 125 X 130 X 103 X 0 W 0 W 143 X 94 X 112 X 98 X 103 X 116 X 80 X 89 X 72 X 98 X 112 X 76 X 130 X 134 X 94 X 143 X 107 X-9999 +USW00094728199904WT01 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199904WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199904WT13 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199904WT16 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199905TMAX 194 0 200 0 156 0 167 0 222 0 189 0 144 0 172 0 228 0 228 0 206 0 239 0 217 0 189 0 211 0 200 0 222 0 189 0 183 0 233 0 256 0 256 0 178 0 178 0 211 0 228 0 228 0 272 0 306 0 311 0 317 0 +USW00094728199905TMIN 78 0 94 0 117 0 106 0 133 0 133 0 128 0 122 0 133 0 122 0 122 0 111 0 106 0 100 0 100 0 94 0 100 0 122 0 156 0 128 0 111 0 150 0 156 0 139 0 117 0 144 0 128 0 139 0 183 0 189 0 200 0 +USW00094728199905PRCP 0 0 0 0 0T 0 147 0 0 0 0 0 46 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 340 0 0 0 0 0 0 0 76 0 389 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199905SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199905AWND 34 X 52 X 61 X 19 X 15 X 24 X 29 X 22 X 19 X 30 X 30 X 23 X 31 X 30 X 22 X 30 X 24 X 33 X 22 X 32 X 15 X 23 X 26 X 22 X 35 X 40 X 29 X 16 X 22 X 13 X 14 X +USW00094728199905FMTM 1316 X 1019 X 0726 X 0200 X 1935 X 1531 X 1115 X 0825 X 1717 X 1416 X 0157 X 1633 X 0523 X 1140 X 1426 X 1315 X 1105 X 1156 X 2041 X 1538 X 1333 X 2042 X 0932 X 1707 X 1419 X 1036 X 1418 X 1654 X 1618 X 1336 X 1509 X +USW00094728199905PGTM 1158 W 1028 W 1003 W 0142 W 1934 W 1529 W 1114 W 0824 W 1606 W 1343 W 2204 W 1629 W 0522 W 1121 W 1425 W 1206 W 1224 W 1217 W 2040 W 1133 W 1440 W 1657 W 0931 W 1706 W 1417 W 1036 W 1428 W 1653 W 1618 W 1335 W 1611 W +USW00094728199905TAVG 139 W 150 W 139 W 139 W 178 W 161 W 139 W 150 W 183 W 178 W 167 W 178 W 161 W 144 W 156 W 150 W 161 W 156 W 172 W 183 W 183 W 206 W 167 W 161 W 167 W 189 W 178 W 206 W 244 W 250 W 261 W +USW00094728199905WDF2 70 X 90 X 80 X 70 X 170 X 200 X 80 X 80 X 300 X 20 X 70 X 190 X 70 X 80 X 80 X 70 X 80 X 70 X 60 X 30 X 340 X 170 X 180 X 260 X 280 X 260 X 310 X 320 X 290 X 70 X 190 X +USW00094728199905WDF5 60 X 80 X 70 X 70 X 180 X 180 X 80 X 80 X 300 X 360 X 250 X 190 X 70 X 70 X 60 X 80 X 80 X 70 X 80 X 350 X 330 X 150 X 170 X 280 X 260 X 270 X 330 X 330 X 300 X 80 X 180 X +USW00094728199905WSF2 67 X 125 X 130 X 67 X 49 X 49 X 63 X 58 X 49 X 63 X 72 X 63 X 76 X 76 X 67 X 67 X 63 X 72 X 63 X 72 X 45 X 58 X 58 X 76 X 89 X 89 X 72 X 49 X 63 X 45 X 63 X +USW00094728199905WSF5 89 X 174 X 170 X 98 X 63 X 67 X 80 X 76 X 76 X 89 X 94 X 80 X 103 X 107 X 94 X 80 X 89 X 94 X 107 X 139 X 67 X 80 X 72 X 143 X 130 X 170 X 103 X 76 X 98 X 63 X 94 X +USW00094728199905WT01-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199905WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199905WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199905WT13-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199905WT16-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199906TMAX 300 0 294 0 283 0 256 0 256 0 256 0 344 0 339 0 306 0 228 0 233 0 239 0 256 0 261 0 278 0 228 0 189 0 228 0 261 0 233 0 200 0 283 0 311 0 300 0 283 0 328 0 322 0 328 0 322 0 267 0-9999 +USW00094728199906TMIN 194 0 233 0 194 0 161 0 156 0 156 0 211 0 244 0 178 0 156 0 139 0 150 0 183 0 194 0 183 0 144 0 144 0 144 0 150 0 156 0 150 0 144 0 194 0 206 0 189 0 228 0 239 0 239 0 244 0 206 0-9999 +USW00094728199906PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 28 0 0 0 0 0 8 0 46 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 48 0 0T 0-9999 +USW00094728199906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199906SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z-9999 -9999 -9999 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728199906AWND 22 X 25 X 35 X 34 X 21 X 25 X 26 X 33 X 36 X 39 X 29 X 40 X 34 X 28 X 31 X 41 X 25 X 25 X 22 X 21 X 24 X 16 X 22 X 32 X 31 X 21 X 20 X 32 X 32 X 24 X-9999 +USW00094728199906FMTM 1254 X 1345 X 1441 X 1344 X 1811 X 2234 X 1519 X 1255 X 1806 X 0030 X 1244 X 1505 X 0300 X 2016 X 2341 X 0807 X 1542 X 1118 X 1901 X 1129 X 0921 X 2343 X 2003 X 2324 X 0039 X 2233 X 1615 X 1805 X 1343 X 0731 X-9999 +USW00094728199906PGTM 1254 W 1506 W 2116 W 1125 W 1456 W 2328 W 1345 W 1255 W 2219 W 1113 W 1243 W 1504 W 1713 W 2017 W 2332 W 0806 W 1540 W 1426 W 1839 W 1444 W 0744 W 1358 W 2002 W 1941 W 0037 W 0228 W 1617 W 1802 W 1808 W 0730 W-9999 +USW00094728199906TAVG 250 W 267 W 239 W 211 W 206 W 206 W 278 W 294 W 244 W 194 W 189 W 194 W 222 W 228 W 233 W 189 W 167 W 189 W 206 W 194 W 178 W 217 W 256 W 256 W 239 W 278 W 283 W 283 W 283 W 239 W-9999 +USW00094728199906WDF2 260 X 200 X 290 X 70 X 200 X 270 X 300 X 320 X 80 X 70 X 70 X 70 X 80 X 270 X 80 X 80 X 80 X 70 X 180 X 70 X 70 X 260 X 240 X 260 X 250 X 240 X 210 X 240 X 260 X 80 X-9999 +USW00094728199906WDF5 260 X 200 X 340 X 70 X 190 X 270 X 300 X 320 X 70 X 80 X 70 X 70 X 210 X 240 X 70 X 70 X 70 X 70 X 160 X 170 X 70 X 80 X 240 X 260 X 250 X 260 X 190 X 220 X 290 X 70 X-9999 +USW00094728199906WSF2 63 X 58 X 80 X 76 X 63 X 58 X 58 X 72 X 80 X 76 X 58 X 89 X 67 X 67 X 72 X 89 X 49 X 67 X 49 X 58 X 63 X 45 X 72 X 63 X 67 X 49 X 58 X 72 X 72 X 72 X-9999 +USW00094728199906WSF5 94 X 76 X 116 X 112 X 94 X 89 X 76 X 103 X 107 X 94 X 76 X 116 X 89 X 94 X 98 X 116 X 67 X 103 X 76 X 76 X 80 X 67 X 94 X 98 X 94 X 76 X 94 X 103 X 103 X 94 X-9999 +USW00094728199906WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00094728199906WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728199906WT08 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 +USW00094728199906WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00094728199906WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00094728199907TMAX 244 0 300 0 306 0 356 0 383 0 383 0 339 0 306 0 289 0 300 0 283 0 267 0 256 0 244 0 322 0 361 0 367 0 367 0 361 0 306 0 278 0 283 0 333 0 361 0 361 0 339 0 356 0 361 0 339 0 333 0 322 0 +USW00094728199907TMIN 217 0 239 0 233 0 261 0 278 0 283 0 250 0 222 0 217 0 189 0 161 0 167 0 172 0 178 0 172 0 228 0 250 0 261 0 250 0 200 0 217 0 228 0 222 0 261 0 250 0 239 0 233 0 217 0 233 0 228 0 239 0 +USW00094728199907PRCP 61 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 +USW00094728199907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199907SNWD-9999 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199907AWND 24 X 41 X 20 X 26 X 31 X 34 X 31 X 29 X 21 X 37 X 29 X 29 X 33 X 11 X 15 X 32 X 24 X 24 X 17 X 27 X 27 X 19 X 17 X 27 X 21 X 22 X 19 X 26 X 18 X 23 X 23 X +USW00094728199907FMTM 2335 X 1557 X 2233 X 1209 X 1418 X 2121 X 0905 X 1157 X 2258 X 0245 X 1452 X 1332 X 1027 X 1406 X 1705 X 1910 X 1503 X 2102 X 1707 X 0835 X 0607 X 0037 X 1744 X 1322 X 1816 X 1243 X 1455 X 1306 X 1559 X 1834 X 1508 X +USW00094728199907PGTM 1415 W 1008 W 2344 W 1101 W 1417 W 1655 W 0904 W 1257 W 2241 W 0025 W 0000 W 1318 W 1109 W 1923 W 1558 W 1904 W 1503 W 2101 W 1706 W 0834 W 2222 W 0037 W 1714 W 1521 W 1811 W 1315 W 1738 W 1306 W 1453 W 1800 W 1827 W +USW00094728199907TAVG 233 W 272 W 272 W 311 W 333 W 333 W 294 W 267 W 256 W 244 W 222 W 217 W 217 W 211 W 250 W 294 W 311 W 317 W 317 W 256 W 250 W 256 W 278 W 311 W 306 W 289 W 294 W 289 W 289 W 283 W 283 W +USW00094728199907WDF2 230 X 260 X 250 X 330 X 330 X 290 X 320 X 330 X 250 X 300 X 320 X 200 X 80 X 180 X 200 X 250 X 180 X 260 X 250 X 70 X 80 X 250 X 200 X 270 X 320 X 70 X 310 X 290 X 170 X 170 X 170 X +USW00094728199907WDF5 270 X 260 X 270 X 270 X 310 X 310 X 310 X 340 X 250 X 290 X 330 X 220 X 70 X 180 X 210 X 270 X 210 X 260 X 260 X 70 X 210 X 230 X 200 X 280 X 310 X 70 X 70 X 290 X 160 X 200 X 170 X +USW00094728199907WSF2 63 X 80 X 45 X 58 X 67 X 67 X 67 X 76 X 63 X 76 X 58 X 49 X 89 X 40 X 49 X 63 X 58 X 67 X 94 X 67 X 63 X 67 X 58 X 67 X 63 X 67 X 49 X 72 X 49 X 49 X 72 X +USW00094728199907WSF5 94 X 116 X 72 X 94 X 94 X 98 X 98 X 130 X 103 X 112 X 89 X 76 X 116 X 45 X 80 X 103 X 72 X 94 X 125 X 98 X 89 X 80 X 89 X 80 X 98 X 89 X 72 X 107 X 76 X 72 X 89 X +USW00094728199907WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728199907WT08 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 +USW00094728199907WT13 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00094728199907WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728199908TMAX 367 0 322 0 306 0 311 0 322 0 311 0 311 0 272 0 278 0 267 0 289 0 311 0 311 0 300 0 278 0 300 0 300 0 311 0 278 0 233 0 178 0 222 0 300 0 306 0 272 0 244 0 278 0 306 0 317 0 217 0 239 0 +USW00094728199908TMIN 261 0 217 0 206 0 211 0 200 0 200 0 200 0 228 0 183 0 167 0 206 0 228 0 233 0 206 0 200 0 194 0 222 0 228 0 206 0 156 0 150 0 156 0 161 0 200 0 206 0 206 0 200 0 211 0 183 0 150 0 156 0 +USW00094728199908PRCP 0 0 0 0 0 0 0 0 30 0 0 0 0 0 8 0 0 0 0 0 13 0 0 0 5 0 198 0 0T 0 0 0 0 0 0 0 0 0 66 0 13 0 0 0 0 0 0 0 0T 0 389 0 13 0 0 0 0 0 0 0 0 0 +USW00094728199908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199908SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199908AWND 28 X 32 X 27 X 23 X 20 X 27 X 28 X 30 X 34 X 18 X 25 X 23 X 30 X 19 X-9999 11 X 32 X 26 X 32 X 45 X 41 X 17 X 14 X 18 X 27 X 36 X 19 X 25 X 33 X 51 X 42 X +USW00094728199908FMTM 2236 X 2255 X 1425 X 1837 X 1507 X 1223 X 1738 X 0939 X 1307 X 1556 X 1833 X 0608 X 1436 X 1745 X-9999 -9999 2216 X 1516 X 1052 X 2332 X 0230 X 1340 X 1418 X 1636 X 1711 X 1318 X 0102 X 1644 X 2002 X 1220 X 0956 X +USW00094728199908PGTM 0037 W 2241 W 0723 W 1635 W 1506 W 1522 W 1720 W 1859 W 1655 W 1555 W 1831 W 1711 W 1432 W 1745 W-9999 -9999 2125 W 1419 W 0619 W 1945 W 0015 W 1339 W 1423 W 1532 W 1419 W 0543 W 0101 W 1704 W 1943 W 0401 W 0937 W +USW00094728199908TAVG 317 W 272 W 256 W 261 W 261 W 256 W 256 W 250 W 233 W 217 W 250 W 272 W 272 W 256 W 239 W 250 W 261 W 272 W 244 W 194 W 167 W 189 W 233 W 256 W 239 W 228 W 239 W 261 W 250 W 183 W 200 W +USW00094728199908WDF2 10 X 70 X 70 X 170 X 200 X 270 X 190 X 290 X 80 X 220 X 360 X 80 X 200 X 200 X-9999 -9999 250 X 320 X 80 X 80 X 70 X 60 X 260 X 200 X 170 X 80 X 80 X 280 X 20 X 70 X 80 X +USW00094728199908WDF5 210 X 60 X 90 X 150 X 190 X 200 X 190 X 280 X 300 X 210 X 350 X 200 X 190 X 210 X-9999 -9999 230 X 320 X 80 X 70 X 70 X 80 X 70 X 250 X 150 X 90 X 90 X 240 X 360 X 70 X 80 X +USW00094728199908WSF2 63 X 76 X 72 X 63 X 45 X 63 X 63 X 80 X 67 X 58 X 76 X 49 X 72 X 58 X-9999 -9999 58 X 58 X 72 X 80 X 80 X 45 X 49 X 58 X 58 X 76 X 72 X 58 X 72 X 94 X 103 X +USW00094728199908WSF5 89 X 107 X 94 X 94 X 67 X 94 X 94 X 116 X 94 X 89 X 112 X 72 X 107 X 80 X 0 W 0 W 80 X 98 X 89 X 130 X 112 X 58 X 67 X 89 X 76 X 103 X 80 X 76 X 107 X 130 X 143 X +USW00094728199908WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728199908WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728199908WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00094728199908WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728199908WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728199909TMAX 250 0 283 0 283 0 272 0 244 0 283 0 261 0 272 0 278 0 239 0 261 0 272 0 250 0 250 0 217 0 239 0 222 0 239 0 239 0 233 0 194 0 144 0 217 0 250 0 256 X 217 0 228 0 256 0 233 0 211 0-9999 +USW00094728199909TMIN 167 0 172 0 172 0 200 0 217 0 233 0 228 0 222 0 217 0 200 0 172 0 161 0 178 0 172 0 194 0 144 0 150 0 128 0 144 0 161 0 128 0 100 0 100 0 150 0 139 Z 117 0 150 0 189 0 200 0 144 0-9999 +USW00094728199909PRCP 0 0 0 0 0 0 0 0 61 0 0T 0 119 0 0 0 5 0 351 0 0 0 0 0 0 0 0T 0 107 0 1275 0 0 0 0 0 0 0 0 0 157 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 157 0-9999 +USW00094728199909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199909SNWD 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728199909AWND 45 X 28 X 16 X 34 X 37 X 28 X 31 X 18 X 19 X 15 X 25 X 16 X-9999 15 X 22 X 56 X 55 X 22 X 22 X 26 X 30 X 39 X 36 X 33 X 28 X 24 X 16 X 21 X 34 X 37 X-9999 +USW00094728199909FMTM 1311 X 1029 X 1256 X 1134 X 0920 X 0210 X 1059 X 2154 X 1939 X 1342 X 1204 X 1615 X-9999 -9999 1608 X 1045 X 0856 X 1202 X 1819 X 1825 X 2255 X 1741 X 1729 X 2105 X 2152 X 0820 X 1644 X 1454 X 1800 X 1108 X-9999 +USW00094728199909PGTM 1310 W 1337 W 1137 W 1159 W 0954 W 2236 W 1058 W 1214 W 1939 W 1342 W 1204 W 1545 W-9999 -9999 1607 W 1044 W 0855 W 1000 W 1643 W 2303 W 2131 W 1740 W 0926 W 2104 W 2101 W 0143 W 1856 W 2034 W 1629 W 0518 W-9999 +USW00094728199909TAVG 211 W 228 W 228 W 239 W 233 W 261 W 244 W 250 W 250 W 222 W 217 W 217 W-9999 -9999 206 W 194 W 189 W 183 W 194 W 200 W 161 W 122 W 161 W 200 W 200 W 167 W 189 W 222 W 217 W 178 W-9999 +USW00094728199909WDF2 80 X 80 X 80 X 80 X 80 X 170 X 200 X 240 X 180 X 70 X 320 X 190 X-9999 -9999 80 X 90 X 320 X 320 X 200 X 190 X 360 X 320 X 270 X 250 X 70 X 90 X 170 X 180 X 190 X 300 X-9999 +USW00094728199909WDF5 80 X 70 X 100 X 80 X 80 X 190 X 210 X 220 X 180 X 70 X 330 X 150 X-9999 -9999 70 X 90 X 310 X 340 X 200 X 220 X 340 X 330 X 290 X 250 X 80 X 70 X 200 X 200 X 200 X 250 X-9999 +USW00094728199909WSF2 98 X 72 X 45 X 63 X 76 X 63 X 76 X 49 X 58 X 49 X 63 X 45 X-9999 -9999 63 X 130 X 116 X 58 X 49 X 49 X 67 X 80 X 58 X 67 X 76 X 58 X 45 X 45 X 63 X 94 X-9999 +USW00094728199909WSF5 134 X 89 X 63 X 80 X 103 X 80 X 112 X 72 X 76 X 63 X 89 X 63 X-9999 0 W 89 X 183 X 165 X 76 X 80 X 76 X 98 X 125 X 80 X 94 X 103 X 76 X 58 X 63 X 98 X 130 X-9999 +USW00094728199909WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00094728199909WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199909WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00094728199909WT13-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00094728199909WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728199910TMAX 217 0 228 0 239 0 211 0 117 0 183 0 117 0 161 0 206 0 189 0 217 0 183 0 211 0 172 0 144 0 206 0 211 0 161 0 117 0 122 0 144 0 161 0 128 0 128 0 139 0 183 0 161 0 133 0 206 0 194 0 222 0 +USW00094728199910TMIN 106 0 122 0 161 0 94 0 83 0 67 0 39 0 67 0 144 0 161 0 128 0 100 0 122 0 72 0 50 0 100 0 139 0 78 0 56 0 106 0 72 0 89 0 72 0 56 0 56 0 83 0 72 0 44 0 89 0 111 0 128 0 +USW00094728199910PRCP 0 0 0 0 0 0 185 0 8 0 0 0 0 0 0 0 0T 0 140 0 0 0 0 0 23 0 64 0 0 0 0 0 76 0 8 0 3 0 142 0 0 0 30 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728199910SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728199910AWND 27 X 25 X 32 X 32 X 31 X 27 X 23 X 24 X 27 X 25 X 27 X 21 X 31 X 51 X 20 X 16 X 10 X 41 X 28 X 16 X 19 X 25 X 37 X 34 X 31 X 36 X 34 X 28 X 16 X 22 X 27 X +USW00094728199910FMTM 1543 X 2002 X 2355 X 2329 X 0804 X 1422 X 1206 X 2032 X 0222 X 1420 X 1425 X 1613 X 1424 X 0944 X 1639 X 1454 X 2337 X 1120 X 0136 X 2113 X 1209 X 2332 X 1844 X 1307 X 0028 X 1622 X 2300 X 0130 X 0041 X 2309 X 1919 X +USW00094728199910PGTM 1542 W 1831 W 0124 W 0711 W 0108 W 1918 W 1205 W 2327 W 0221 W 1355 W 1425 W 0933 W 1424 W 0952 W 1831 W 2144 W 2337 W 1059 W 0135 W 0341 W 1207 W 2332 W 1307 W 1306 W 0027 W 1500 W 2258 W 0125 W 0034 W 2308 W 1919 W +USW00094728199910TAVG 161 W 178 W 200 W 156 W 100 W 128 W 78 W 117 W 178 W 178 W 172 W 144 W 167 W 122 W 100 W 156 W 178 W 122 W 89 W 117 W 111 W 128 W 100 W 94 W 100 W 133 W 117 W 89 W 150 W 156 W 178 W +USW00094728199910WDF2 260 X 220 X 250 X 70 X 80 X 300 X 80 X 230 X 260 X 240 X 310 X 200 X 240 X 330 X 180 X 200 X 30 X 360 X 80 X 320 X 330 X 320 X 280 X 320 X 320 X 280 X 70 X 70 X 260 X 220 X 270 X +USW00094728199910WDF5 270 X 230 X 270 X 260 X 70 X 330 X 70 X 230 X 240 X 270 X 290 X 70 X 220 X 320 X 220 X 250 X 20 X 60 X 90 X 300 X 70 X 310 X 270 X 320 X 330 X 210 X 70 X 70 X 250 X 250 X 260 X +USW00094728199910WSF2 63 X 67 X 67 X 67 X 72 X 67 X 72 X 58 X 67 X 76 X 76 X 45 X 72 X 125 X 45 X 49 X 40 X 103 X 76 X 40 X 45 X 72 X 67 X 72 X 63 X 67 X 72 X 58 X 49 X 45 X 58 X +USW00094728199910WSF5 94 X 98 X 94 X 107 X 107 X 94 X 89 X 94 X 112 X 139 X 103 X 67 X 112 X 174 X 72 X 67 X 58 X 152 X 94 X 58 X 72 X 98 X 107 X 103 X 103 X 94 X 103 X 80 X 76 X 67 X 76 X +USW00094728199910WT01-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00094728199910WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728199910WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00094728199910WT13-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00094728199910WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199911TMAX 200 0 194 0 167 0 100 0 178 0 189 0 106 0 83 0 172 0 222 0 189 0 100 0 128 0 156 0 78 0 44 0 67 0 100 0 156 0 206 0 161 0 139 0 167 0 189 0 161 0 172 0 167 0 100 0 72 0 39 0-9999 +USW00094728199911TMIN 122 0 122 0 50 0 78 0 67 0 106 0 28 0 22 0 50 0 139 0 28 0 17 0 78 0 67 0 28 0 6 0 6 0 17 0 83 0 117 0 122 0 111 0 122 0 133 0 78 0 94 0 100 0 61 0 22 0 -22 0-9999 +USW00094728199911PRCP 0 0 287 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 102 0 102 0 76 0 0 0 0T 0 0 0-9999 +USW00094728199911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728199911AWND 20 X 39 X 42 X 36 X 36 X 32 X 43 X 25 X 32 X 37 X 45 X 26 X 22 X 33 X 56 X 56 X 43 X 25 X 27 X 26 X 14 X 13 X 13 X 27 X 31 X 41 X 31 X 41 X 31 X 46 X-9999 +USW00094728199911FMTM 1604 X 1933 X 1754 X 2208 X 1832 X 2159 X 1732 X 1240 X 1126 X 1959 X 1018 X 2142 X 0924 X 2217 X 1500 X 1349 X 1310 X 2143 X 2006 X 1901 X 1954 X 1552 X 2112 X 1542 X 2323 X 2348 X 1014 X 1525 X 1343 X 1856 X-9999 +USW00094728199911PGTM 1404 W 2027 W 1321 W 1633 W 2151 W 1315 W 1336 W 0951 W 2217 W 1950 W 0857 W 2141 W 0039 W 2125 W 1452 W 1338 W 1432 W 1204 W 2005 W 1900 W 1954 W 1554 W 2051 W 1512 W 0912 W 2310 W 1013 W 1524 W 1342 W 2141 W-9999 +USW00094728199911TAVG 161 W 161 W 111 W 89 W 122 W 150 W 67 W 56 W 111 W 183 W 111 W 61 W 106 W 111 W 56 W 28 W 39 W 61 W 122 W 161 W 144 W 128 W 144 W 161 W 122 W 133 W 133 W 83 W 50 W 11 W-9999 +USW00094728199911WDF2 200 X 170 X 270 X 260 X 250 X 320 X 330 X 320 X 240 X 290 X 70 X 260 X 330 X 330 X 330 X 320 X 320 X 260 X 210 X 280 X 160 X 80 X 170 X 240 X 90 X 200 X 330 X 330 X 300 X 20 X-9999 +USW00094728199911WDF5 230 X 190 X 240 X 300 X 270 X 290 X 320 X 330 X 280 X 260 X 70 X 260 X 260 X 350 X 300 X 330 X 320 X 300 X 190 X 270 X 150 X 70 X 200 X 260 X 70 X 210 X 340 X 330 X 310 X 80 X-9999 +USW00094728199911WSF2 49 X 103 X 76 X 67 X 67 X 72 X 80 X 58 X 67 X 72 X 98 X 63 X 63 X 103 X 103 X 107 X 72 X 54 X 58 X 63 X 45 X 36 X 36 X 67 X 67 X 72 X 72 X 80 X 76 X 94 X-9999 +USW00094728199911WSF5 72 X 161 X 125 X 94 X 103 X 98 X 130 X 76 X 98 X 112 X 143 X 98 X 94 X 170 X 148 X 165 X 94 X 76 X 80 X 89 X 54 X 40 X 54 X 94 X 98 X 107 X 98 X 112 X 107 X 134 X-9999 +USW00094728199911WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728199911WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199911WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199911WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728199911WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00094728199912TMAX 11 0 89 0 133 0 156 0 172 0 150 0 111 0 106 0 128 0 133 0 72 0 78 0 83 0 72 0 94 0 100 0 67 0 50 0 39 0 156 0 100 0 39 0 50 0 -11 0 -22 0 17 0 17 0 -17 0 22 0 100 0 61 0 +USW00094728199912TMIN -50 0 -28 0 44 0 72 0 106 0 111 0 22 0 11 0 39 0 61 0 22 0 17 0 17 0 33 0 61 0 28 0 11 0 17 0 6 0 11 0 22 0 0 0 -11 0 -56 0 -72 0 -39 0 -17 0 -67 0 -28 0 17 0 11 0 +USW00094728199912PRCP 0 0 0 0 0 0 20 0 0 0 234 0 3 0 0 0 0 0 43 0 0 0 0 0 71 0 157 0 15 0 0 0 0 0 0 0 0 0 257 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 18 0 +USW00094728199912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 +USW00094728199912AWND 50 X 28 X 25 X 26 X 30 X 21 X 53 X 19 X 16 X 34 X 68 X 28 X 19 X 70 X 44 X 36 X 31 X 23 X 51 X 51 X 29 X 26 X 34 X 37 X 29 X 44 X 41 X 31 X 45 X 37 X 21 X +USW00094728199912FMTM 0220 X 0026 X 2302 X 1519 X 1847 X 0018 X 1349 X 0017 X 1628 X 2127 X 1145 X 0133 X 2347 X 1401 X 1046 X 1801 X 1443 X 2230 X 1128 X 0952 X 1517 X 1607 X 2141 X 0106 X 0127 X 0545 X 0159 X 0154 X 0950 X 0211 X 0816 X +USW00094728199912PGTM 0341 W 0156 W 2358 W 1502 W 1907 W 0250 W 1035 W 1013 W 1627 W 2142 W 1144 W 0148 W 2338 W 1433 W 1051 W 1757 W 1456 W 2230 W 1350 W 0830 W 1516 W 1208 W 2137 W 0108 W 0957 W 2218 W 0158 W 0353 W 2317 W 0138 W 0816 W +USW00094728199912TAVG -17 W 33 W 89 W 117 W 139 W 133 W 67 W 61 W 83 W 100 W 50 W 50 W 50 W 56 W 78 W 67 W 39 W 33 W 22 W 83 W 61 W 22 W 22 W -33 W -44 W -11 W 0 W -39 W 0 W 61 W 39 W +USW00094728199912WDF2 20 X 10 X 270 X 310 X 210 X 230 X 320 X 320 X 190 X 320 X 330 X 300 X 50 X 80 X 80 X 300 X 300 X 70 X 70 X 90 X 320 X 300 X 310 X 320 X 320 X 240 X 300 X 330 X 300 X 250 X 70 X +USW00094728199912WDF5 60 X 350 X 280 X 330 X 250 X 250 X 330 X 350 X 180 X 330 X 340 X 310 X 70 X 70 X 70 X 310 X 300 X 70 X 70 X 70 X 320 X 290 X 290 X 330 X 320 X 310 X 300 X 330 X 260 X 270 X 70 X +USW00094728199912WSF2 98 X 63 X 54 X 72 X 67 X 67 X 89 X 45 X 45 X 116 X 112 X 76 X 54 X 139 X 98 X 80 X 72 X 63 X 80 X 94 X 63 X 54 X 72 X 72 X 67 X 98 X 80 X 72 X 89 X 80 X 63 X +USW00094728199912WSF5 156 X 98 X 72 X 98 X 103 X 98 X 125 X 63 X 58 X 192 X 183 X 107 X 72 X 206 X 139 X 125 X 103 X 76 X 103 X 130 X 80 X 72 X 116 X 107 X 80 X 134 X 130 X 94 X 134 X 116 X 72 X +USW00094728199912WT01-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728199912WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728199912WT13-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728199912WT16-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728199912WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 +USW00094728199912WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728199912WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728200001TMAX 100 0 156 0 178 0 156 0 83 0 56 0 94 0 33 0 106 0 144 0 111 0 83 0 39 0 -56 0 -11 0 78 0 -61 0 -72 0 -17 0 -22 0 -50 0 -67 0 -28 0 33 0 -11 0 -6 0 -56 0 -56 0 17 0 22 0 33 0 +USW00094728200001TMIN 11 0 61 0 106 0 78 0 -17 0 -22 0 17 0 -11 0 28 0 67 0 44 0 39 0 -78 0 -106 0 -83 0 -61 0 -139 0 -161 0 -122 0 -50 0 -122 0 -133 0 -78 0 -33 0 -39 0 -56 0 -111 0 -128 0 -83 0 -61 0 -17 0 +USW00094728200001PRCP 0 0 0 0 0 0 178 0 0T 0 0 0 0 0 0 0 5 0 213 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0T 0 0 0 185 0 5 0 0 0 0 0 0 0 99 0 91 0 +USW00094728200001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 0T 0 0 0 140 0 0 0 0 0 0 0 0 0 38 0 0 0 +USW00094728200001SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 51 Z 0 Z 0 Z 0 Z 51 Z 127 Z 0T Z 0 Z 0 Z 0 Z 0T Z +USW00094728200001AWND 26 X 21 X 30 X 35 X 51 X 30 X 42 X 35 X 26 X 41 X 49 X 39 X 51 X 72 X 31 X 52 X 63 X 33 X 29 X 41 X 68 X 50 X 21 X 22 X 65 X 46 X 59 X 57 X 30 X 20 X 40 X +USW00094728200001FMTM 1337 X 2314 X 0321 X 1840 X 0844 X 1834 X 1601 X 0114 X 0601 X 1758 X 1203 X 0610 X 0843 X 1350 X 0201 X 2219 X 0253 X 0540 X 1544 X 1744 X 1641 X 0917 X 1856 X 2349 X 0508 X 1046 X 1016 X 1409 X 0610 X 2259 X 1656 X +USW00094728200001PGTM 1337 W 2313 W 0320 W 1819 W 0843 W 1833 W 1521 W 0356 W 0022 W 1736 W 1203 W 0536 W 1539 W 1422 W 0241 W 2319 W 0250 W 0543 W 1607 W 1302 W 1506 W 0859 W 1856 W 2323 W 1218 W 1045 W 0937 W 1408 W 0740 W 2240 W 1648 W +USW00094728200001TAVG 56 W 111 W 144 W 117 W 33 W 17 W 56 W 11 W 67 W 106 W 78 W 61 W -17 W -78 W -44 W 11 W -100 W -117 W -67 W -33 W -83 W -100 W -50 W 0 W -22 W -28 W -83 W -89 W -33 W -17 W 11 W +USW00094728200001WDF2 250 X 260 X 260 X 320 X 330 X 220 X 300 X 330 X 270 X 280 X 300 X 330 X 90 X 330 X 320 X 320 X 330 X 10 X 330 X 70 X 330 X 300 X 70 X 60 X 60 X 320 X 320 X 300 X 320 X 100 X 300 X +USW00094728200001WDF5 230 X 260 X 250 X 350 X 340 X 250 X 310 X 310 X 270 X 260 X 310 X 330 X 10 X 340 X 330 X 300 X 310 X 10 X 320 X 70 X 340 X 310 X 70 X 70 X 80 X 330 X 330 X 300 X 310 X 70 X 310 X +USW00094728200001WSF2 72 X 72 X 67 X 67 X 107 X 67 X 103 X 72 X 63 X 94 X 112 X 94 X 103 X 125 X 80 X 125 X 134 X 72 X 63 X 89 X 125 X 107 X 67 X 94 X 98 X 98 X 98 X 94 X 67 X 76 X 89 X +USW00094728200001WSF5 94 X 112 X 94 X 107 X 143 X 98 X 156 X 98 X 89 X 139 X 174 X 161 X 143 X 165 X 130 X 170 X 201 X 107 X 80 X 116 X 183 X 143 X 80 X 134 X 161 X 134 X 139 X 134 X 89 X 103 X 116 X +USW00094728200001WT01 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 +USW00094728200001WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200001WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00094728200001WT08 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200001WT13 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X +USW00094728200001WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 +USW00094728200001WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00094728200001WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00094728200001WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00094728200001WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00094728200002TMAX 17 0 -17 0 6 0 0 0 22 0 28 0 61 0 -6 0 72 0 89 0 106 0 6 0 50 0 122 0 50 0 111 0 39 0 17 0 0 0 33 0 56 0 106 0 133 0 178 0 150 0 67 0 133 0 133 0 122 0-9999 -9999 +USW00094728200002TMIN -33 0 -61 0 -61 0 -28 0 -33 0 -22 0 -22 0 -72 0 -33 0 28 0 -17 0 -50 0 -39 0 33 0 0 0 6 0 -33 0 -22 0 -17 0 -11 0 -11 0 11 0 28 0 83 0 44 0 39 0 50 0 44 0 17 0-9999 -9999 +USW00094728200002PRCP 0 0 0 0 25 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 33 0 94 0 0 0 0 0 0 0 145 0 61 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 8 0 25 0 0 0-9999 -9999 +USW00094728200002SNOW 0 0 0 0 56 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728200002SNWD 0 Z 0 Z 0 Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 76 Z-9999 -9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 +USW00094728200002AWND 48 X 55 X 28 X 20 X 38 X 42 X 51 X 32 X 37 X 29 X 36 X 34 X 24 X 36 X 43 X 34 X 37 X 50 X 30 X 36 X 30 X 29 X 30 X 17 X 49 X 45 X 23 X 53 X 51 X-9999 -9999 +USW00094728200002FMTM 2353 X 0006 X 2033 X 0711 X 1600 X 0848 X 1457 X 2217 X 1635 X 1110 X 2029 X 0105 X 1655 X 1038 X 0900 X 1124 X 0459 X 1759 X 0650 X 1609 X 1303 X 1542 X 1512 X 2255 X 1322 X 0613 X 2321 X 1756 X 1252 X-9999 -9999 +USW00094728200002PGTM 2355 W 0004 W 2356 W 2356 W 2244 W 0847 W 1131 W 2356 W 0823 W 1023 W 2028 W 0041 W 1706 W 1038 W 0230 W 1956 W 0501 W 1758 W 0318 W 1544 W 1135 W 2211 W 1416 W 2301 W 2343 W 0737 W 2231 W 1754 W 1557 W-9999 -9999 +USW00094728200002TAVG -6 W -39 W -28 W -11 W -6 W 6 W 22 W -39 W 22 W 61 W 44 W -22 W 6 W 78 W 28 W 61 W 6 W 0 W -6 W 11 W 22 W 61 W 83 W 133 W 100 W 56 W 94 W 89 W 72 W-9999 -9999 +USW00094728200002WDF2 300 X 300 X 80 X 80 X 260 X 330 X 300 X 240 X 250 X 80 X 320 X 330 X 190 X 260 X 320 X 260 X 330 X 80 X 70 X 300 X 330 X 180 X 240 X 260 X 80 X 80 X 210 X 330 X 330 X-9999 -9999 +USW00094728200002WDF5 310 X 290 X 80 X 80 X 280 X 330 X 290 X 250 X 250 X 80 X 320 X 330 X 170 X 260 X 340 X 350 X 320 X 70 X 70 X 310 X 330 X 210 X 250 X 230 X 60 X 70 X 200 X 330 X 320 X-9999 -9999 +USW00094728200002WSF2 80 X 112 X 72 X 63 X 76 X 80 X 89 X 67 X 80 X 67 X 103 X 80 X 58 X 94 X 89 X 80 X 107 X 125 X 63 X 76 X 58 X 58 X 63 X 54 X 107 X 103 X 58 X 107 X 89 X-9999 -9999 +USW00094728200002WSF5 112 X 156 X 80 X 80 X 107 X 116 X 130 X 98 X 107 X 94 X 143 X 125 X 80 X 161 X 134 X 125 X 143 X 170 X 89 X 107 X 76 X 89 X 94 X 76 X 139 X 125 X 103 X 170 X 116 X-9999 -9999 +USW00094728200002WT01-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200002WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200002WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200002WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200002WT13-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728200002WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00094728200002WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200002WT18-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200002WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200002WT22-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200003TMAX 94 0 83 0 78 0 111 0 128 0 128 0 183 0 167 0 217 Z 161 0 67 0 94 0 89 0 117 0 172 0 183 0 117 0 33 0 61 0 83 0 56 0 106 0 178 0 206 0 178 0 172 0 144 0 144 0 128 0 144 0 139 0 +USW00094728200003TMIN 28 0 22 0 11 0 6 0 56 0 39 0 39 0 56 0 89 0 67 0 33 0 11 0 0 0 33 0 56 0 106 0 -22 0 -56 0 -6 0 11 0 28 0 33 0 33 0 89 0 100 0 100 0 61 0 83 0 67 0 61 0 39 0 +USW00094728200003PRCP 5 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 0T 0 0 0 282 0 46 0 0 0 0 0 0 0 76 0 175 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 3 0 0 0 236 0 0 0 0 0 0 0 +USW00094728200003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200003SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200003AWND 25 X 51 X 64 X 36 X 40 X 35 X 28 X 30 X 20 X 38 X 55 X 45 X 33 X 35 X 36 X 33 X 46 X 35 X 30 X 46 X 75 X 56 X 23 X 24 X 26 X 36 X 32 X 46 X 45 X 33 X 27 X +USW00094728200003FMTM 1550 X 1937 X 1534 X 0949 X 1943 X 1519 X 1404 X-9999 2056 X 1030 X 1656 X 2030 X 1211 X 0953 X 2016 X 1440 X 1155 X 0525 X 0732 X 1040 X 2133 X 0133 X 1237 X 2214 X 0834 X 1118 X 1628 X 1836 X 1746 X 1803 X 1419 X +USW00094728200003PGTM 1547 W 1802 W 1533 W 0000 W 1441 W 1144 W 1402 W-9999 2055 W 1018 W 1715 W 1806 W 1125 W 1459 W 1939 W 0036 W 1154 W 0531 W 0834 W 1157 W 1301 W 0059 W 1237 W 2202 W 1034 W 0849 W 1558 W 1842 W 1459 W 1803 W 1419 W +USW00094728200003TAVG 61 W 56 W 44 W 61 W 94 W 83 W 111 W-9999 150 W 117 W 50 W 56 W 44 W 78 W 117 W 144 W 50 W -11 W 28 W 50 W 44 W 72 W 106 W 150 W 139 W 139 W 106 W 117 W 100 W 106 W 89 W +USW00094728200003WDF2 160 X 330 X 320 X 330 X 320 X 320 X 270 X 50 Z 310 X 330 X 80 X 320 X 320 X 250 X 210 X 240 X 10 X 70 X 70 X 80 X 80 X 90 X 70 X 260 X 260 X 300 X 180 X 250 X 310 X 10 X 320 X +USW00094728200003WDF5 180 X 320 X 330 X 320 X 20 X 310 X 270 X 50 Z 290 X 320 X 80 X 320 X 320 X 200 X 230 X 250 X 360 X 70 X 70 X 70 X 70 X 80 X 70 X 260 X 220 X 300 X 180 X 270 X 270 X 10 X 340 X +USW00094728200003WSF2 63 X 107 X 103 X 76 X 76 X 80 X 63 X 58 Z 67 X 76 X 112 X 103 X 72 X 76 X 76 X 72 X 94 X 103 X 76 X 103 X 130 X 130 X 67 X 63 X 67 X 80 X 80 X 89 X 98 X 63 X 67 X +USW00094728200003WSF5 76 X 148 X 148 X 112 X 130 X 116 X 80 X 89 Z 107 X 116 X 143 X 148 X 103 X 103 X 134 X 103 X 143 X 156 X 94 X 130 X 183 X 179 X 80 X 94 X 94 X 112 X 116 X 130 X 161 X 89 X 89 X +USW00094728200003WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00094728200003WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200003WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200003WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00094728200003WT16 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00094728200003WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200003WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200003WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200004TMAX 183 0 194 0 178 0 183 0 89 0 217 0 178 0 217 0 100 0 122 0 61 0 100 0 111 0 122 0 161 0 239 0 122 0 89 0 161 0 178 0 94 0 100 0 94 0 206 0 133 0 94 0 111 0 150 0 189 0 183 0-9999 +USW00094728200004TMIN 50 0 106 0 128 0 89 0 50 0 44 0 111 0 100 0 -11 0 33 0 22 0 44 0 17 0 39 0 94 0 122 0 50 0 39 0 56 0 94 0 67 0 67 0 67 0 72 0 83 0 39 0 28 0 83 0 83 0 106 0-9999 +USW00094728200004PRCP 0 0 0 0 0 0 99 0 0 0 0T 0 0 0 0 0 94 0 0 0 41 0 0T 0 0 0 0 0 38 0 64 0 91 0 8 0 0 0 0 0 411 0 13 0 30 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0-9999 +USW00094728200004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200004SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z-9999 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200004AWND 22 X 39 X 22 X 42 X 49 X 28 X 34 X 40 X 60 X 37 X 36 X 41 X 26 X 27 X 15 X 21 X 49 X 80 X 41 X 28 X 67 X 38 X 30 X 36 X 48 X 46 X 22 X 21 X 25 X 34 X-9999 +USW00094728200004FMTM 1655 X 2042 X 2339 X 2114 X 0742 X 1948 X 2252 X 1523 X 1719 X 1557 X 1838 X 1606 X 0935 X 1509 X 2138 X 2137 X 2324 X 1339 X 0756 X 2043 X 1719 X 0042 X 1541 X 2055 X 0949 X 0615 X 2126 X 1003 X 0829 X 1401 X-9999 +USW00094728200004PGTM 1654 W 2041 W 0050 W 2344 W 1342 W 1948 W 1333 W 1429 W 1725 W 1502 W 1844 W 1552 W 0935 W 1845 W 2129 W 1813 W 2153 W 1349 W 0755 W 1940 W 1738 W 0042 W 1540 W 1146 W 0948 W 0615 W 2102 W 1458 W 0828 W 1336 W-9999 +USW00094728200004TAVG 117 W 150 W 156 W 139 W 72 W 133 W 144 W 161 W 44 W 78 W 44 W 72 W 67 W 83 W 128 W 183 W 89 W 67 W 111 W 139 W 83 W 83 W 83 W 139 W 111 W 67 W 72 W 117 W 139 W 144 W-9999 +USW00094728200004WDF2 220 X 250 X 170 X 300 X 310 X 320 X 160 X 200 X 300 X 300 X 80 X 330 X 70 X 170 X 190 X 70 X 90 X 80 X 70 X 180 X 80 X 80 X 330 X 70 X 80 X 80 X 260 X 250 X 70 X 320 X-9999 +USW00094728200004WDF5 200 X 260 X 270 X 330 X 310 X 330 X 230 X 200 X 290 X 310 X 80 X 330 X 80 X 210 X 190 X 70 X 80 X 100 X 70 X 190 X 80 W 70 X 330 X 290 X 60 X 70 X 270 X 60 X 60 X 320 X-9999 +USW00094728200004WSF2 63 X 89 X 58 X 94 X 103 X 89 X 63 X 89 X 125 X 72 X 76 X 98 X 76 X 63 X 40 X 80 X 103 X 130 X 89 X 63 X 156 X 139 X 76 X 76 X 98 X 125 X 58 X 45 X 89 X 89 X-9999 +USW00094728200004WSF5 89 X 125 X 76 X 112 X 143 X 112 X 89 X 134 X 179 X 112 X 98 X 134 X 94 X 80 X 58 X 112 X 143 X 174 X 116 X 80 X 219 W 201 X 107 X 116 X 134 X 143 X 76 X 63 X 107 X 134 X-9999 +USW00094728200004WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728200004WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200004WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200004WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728200004WT13-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00094728200004WT16-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200004WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200004WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200005TMAX 167 0 200 0 194 0 206 0 300 0 317 0 339 0 328 0 328 0 256 0 233 0 206 0 222 0 228 0 189 0 211 0 211 0 272 0 172 0 106 0 128 0 139 0 172 0 267 0 239 0 244 0 194 0 200 0 183 0 172 0 206 0 +USW00094728200005TMIN 83 0 128 0 106 0 111 0 156 0 200 0 161 0 211 0 233 0 106 0 111 0 139 0 128 0 133 0 111 0 106 0 150 0 150 0 83 0 78 0 106 0 111 0 111 0 128 0 150 0 150 0 139 0 133 0 117 0 100 0 100 0 +USW00094728200005PRCP 0 0 15 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 142 0 0 0 18 0 140 0 0 0 0 0 0 0 0 0 272 0 145 0 132 0 8 0 13 0 23 0 206 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200005SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200005AWND 26 X 27 X 36 X 34 X 18 X 17 X 20 X 21 X 37 X 39 X 30 X 32 X 30 X 32 X 21 X 23 X 25 X 28 X 50 X 30 X 19 X 23 X 25 X 25 X 29 X 30 X 23 X 27 X 40 X 36 X 17 X +USW00094728200005FMTM 1357 X 1246 X 1855 X 1701 X 1437 X 1520 X 2055 X 1553 X 1752 X 1128 X 1028 X 1526 X 0748 X 2328 X 2355 X 1519 X 0120 X 1801 X 0850 X 0637 X 1018 X 1117 X 1841 X 1743 X 1033 X 1628 X 1342 X 0833 X 1027 X 1156 X 1545 X +USW00094728200005PGTM 1524 W 1537 W 1906 W 1701 W 2017 W 1519 W 2040 W 1552 W 1430 W 1431 W 1020 W 1525 W 0731 W 2302 W 2354 W 1544 W 0116 W 1757 W 1244 W 0637 W 0930 W 1116 W 1850 W 1739 W 1033 W 1643 W 1341 W 0345 W 1044 W 0955 W 1043 W +USW00094728200005TAVG 128 W 167 W 150 W 161 W 228 W 261 W 250 W 272 W 283 W 183 W 172 W 172 W 178 W 183 W 150 W 161 W 183 W 211 W 128 W 94 W 117 W 128 W 144 W 200 W 194 W 200 W 167 W 167 W 150 W 139 W 156 W +USW00094728200005WDF2 190 X 10 X 190 X 210 X 20 X 270 X 330 X 200 X 260 X 90 X 320 X 80 X 90 X 360 X 30 X 190 X 250 X 330 X 90 X 80 X 70 X 90 X 180 X 300 X 300 X 330 X 260 X 110 X 80 X 80 X 170 X +USW00094728200005WDF5 180 X 310 X 180 X 210 X 60 X 280 X 320 X 190 X 250 X 110 X 310 X 80 X 60 X 360 X 350 X 200 X 240 X 350 X 80 X 70 X 70 X 80 X 190 X 290 X 290 X 340 X 250 X 70 X 60 X 80 X 80 X +USW00094728200005WSF2 72 X 80 X 63 X 67 X 58 X 58 X 76 X 63 X 67 X 89 X 80 X 80 X 67 X 67 X 63 X 67 X 63 X 103 X 112 X 67 X 40 X 63 X 63 X 80 X 94 X 72 X 58 X 54 X 80 X 80 X 45 X +USW00094728200005WSF5 98 X 103 X 80 X 103 X 80 X 80 X 112 X 89 X 116 X 112 X 116 X 103 X 98 X 125 X 98 X 98 X 98 X 143 X 161 X 89 X 54 X 80 X 103 X 139 X 130 X 107 X 76 X 72 X 134 X 112 X 67 X +USW00094728200005WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200005WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200005WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200005WT13-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200005WT16-9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200006TMAX 294 0 322 0 233 0 233 0 200 0 156 0 228 0 261 0 306 0 333 0 333 0 217 0 156 0 161 0 239 0 300 0 311 0 228 0 222 0 278 0 267 0 289 0 272 0 283 0 300 0 311 0 300 0 272 0 239 0 256 0-9999 +USW00094728200006TMIN 150 0 206 0 161 0 150 0 156 0 100 0 94 0 156 0 194 0 228 0 217 0 133 0 128 0 117 0 139 0 194 0 222 0 167 0 178 0 172 0 200 0 206 0 211 0 194 0 222 0 233 0 217 0 189 0 183 0 178 0-9999 +USW00094728200006PRCP 0 0 10 0 0 0 0 0 0 0 665 0 51 0 0 0 0 0 0 0 150 0 137 0 20 0 3 0 13 0 0 0 0T 0 102 0 0 0 0 0 41 0 13 0 0 0 0 0 0 0 0T 0 25 0 3 0 5 0 0 0-9999 +USW00094728200006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200006SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200006AWND 15 X 22 X 32 X 21 X 42 X 47 X 28 X 22 X 31 X 34 X 32 X 39 X 34 X 32 X 14 X 25 X 33 X 21 X 22 X 22 X 32 X 33 X 27 X 25 X 30 X 21 X 28 X 16 X 7 X-9999 -9999 +USW00094728200006FMTM 0644 X 1845 X 1457 X 1521 X 1449 X 1925 X 1233 X 1839 X 1323 X 1442 X 1916 X 1448 X 0316 X 0150 X 1522 X 2304 X 1717 X 0910 X 1048 X 1246 X 1356 X 1837 X 0926 X 1824 X 1240 X 1834 X 1419 X 1636 X 0648 X-9999 -9999 +USW00094728200006PGTM 0643 W 1838 W 0406 W 1545 W 1734 W 1924 W 0004 W 1647 W 1322 W 2308 W 1903 W 1449 W 0323 W 0149 W 1521 W 2303 W 1531 W 0756 W 1048 W 1217 W 1006 W 1634 W 0057 W 1919 W 2301 W 1833 W 1419 W 1558 W 0647 W-9999 -9999 +USW00094728200006TAVG 222 W 267 W 200 W 194 W 178 W 128 W 161 W 211 W 250 W 283 W 278 W 178 W 144 W 139 W 189 W 250 W 267 W 200 W 200 W 228 W 233 W 250 W 244 W 239 W 261 W 272 W 261 W 233 W 211 W 217 W-9999 +USW00094728200006WDF2 270 X 300 X 70 X 190 X 80 X 70 X 320 X 270 X 280 X 250 X 360 X 90 X 80 X 90 X 260 X 240 X 20 X 80 X 80 X 70 X 190 X 290 X 330 X 190 X 200 X 270 X 330 X 190 X 90 X 0 X-9999 +USW00094728200006WDF5 260 X 350 X 330 X 180 X 90 X 60 X 110 X 270 X 270 X 260 X 310 X 80 X 70 X 80 X 260 X 250 X 310 X 70 X 90 X 70 X 210 X 250 X 300 X 200 X 260 X 270 X 310 X 190 X 80 X 320 Z-9999 +USW00094728200006WSF2 54 X 89 X 76 X 63 X 76 X 116 X 63 X 63 X 67 X 63 X 80 X 80 X 67 X 58 X 45 X 67 X 72 X 54 X 67 X 54 X 72 X 67 X 58 X 58 X 67 X 67 X 80 X 45 X 40 X 72 Z-9999 +USW00094728200006WSF5 67 X 170 X 116 X 89 X 116 X 170 X 107 X 103 X 107 X 89 X 161 X 112 X 94 X 76 X 63 X 98 X 103 X 72 X 80 X 76 X 125 X 107 X 80 X 89 X 98 X 116 X 116 X 67 X 54 X 103 Z-9999 +USW00094728200006WT01-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 +USW00094728200006WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00094728200006WT13-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 +USW00094728200006WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200006WT16-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00094728200007TMAX 278 0 300 0 294 0 289 0 300 0 261 0 261 0 261 0 278 0 317 0 289 0 283 0 294 0 256 0 217 0 256 0 261 0 306 0 206 0 250 0 267 0 267 0 261 0 256 0 233 0 206 0 200 0 239 0 228 0 239 0 239 0 +USW00094728200007TMIN 183 0 200 0 206 0 211 0 211 0 178 0 172 0 144 0 183 0 217 0 194 0 189 0 194 0 183 0 189 0 189 0 206 0 206 0 161 0 172 0 172 0 178 0 172 0 194 0 183 0 172 0 183 0 178 0 189 0 194 0 189 0 +USW00094728200007PRCP 0 0 0 0 53 0 0 0 0 0 0 0 0 0 0 0 0T 0 20 0 0 0 0 0 0 0 150 0 353 0 0 0 0 0 0 0 28 0 0 0 18 0 18 0 0 0 3 0 0T 0 823 0 287 0 0 0 3 0 58 0 36 0 +USW00094728200007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200007SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200007AWND 30 X 34 X 38 X 28 X 42 X 38 X 51 X 43 X 47 X 55 X 40 X 38 X 42 X 46 X 55 X 31 X-9999 -9999 -9999 -9999 -9999 -9999 8 X 26 X 38 X 39 X 41 X 21 X 16 X 23 X 45 X +USW00094728200007FMTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1840 X 1310 X 1057 X 0812 X 0031 X 1330 X 1554 X 1811 X +USW00094728200007PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1839 W 1304 W 1108 W 1010 W 0029 W 1819 W 1504 W 1522 W +USW00094728200007TAVG 233 W 250 W 250 W 250 W 256 W 222 W 217 W 206 W 233 W 267 W 244 W 239 W 244 W 222 W 206 W 222 W 233 W 256 W 183 W 211 W 222 W 222 W 217 W 228 W 211 W 189 W 194 W 211 W 211 W 217 W 217 W +USW00094728200007WDF2-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 80 X 80 X 90 X 90 X 80 X 190 X 80 X 90 X +USW00094728200007WDF5-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 80 X 80 X 80 X 70 X 70 X 220 X 80 X 80 X +USW00094728200007WSF2-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 45 X 80 X 94 X 72 X 58 X 45 X 54 X 89 X +USW00094728200007WSF5 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 58 X 107 X 112 X 94 X 80 X 58 X 67 X 116 X +USW00094728200007WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 +USW00094728200007WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200007WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728200007WT13-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X +USW00094728200007WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 +USW00094728200008TMAX 244 0 294 0 272 0 267 0 267 0 244 0 317 0 311 0 322 0 294 0 261 0 217 0 222 0 200 0 267 0 283 0 233 0 206 0 244 0 222 0 233 0 250 0 228 0 267 0 272 0 278 0 278 0 239 0 244 0 261 0 283 0 +USW00094728200008TMIN 183 0 217 0 206 0 206 0 183 0 194 0 233 0 239 0 217 0 233 0 189 0 183 0 178 0 178 0 178 0 200 0 172 0 161 0 150 0 156 0 139 0 156 0 178 0 200 0 183 0 183 0 200 0 211 0 194 0 183 0 222 0 +USW00094728200008PRCP 109 0 0 0 178 0 5 0 0 0 3 0 0T 0 0 0 36 0 0 0 114 0 53 0 0 0 58 0 15 0 160 0 0 0 79 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 137 0 0 0 3 0 0 0 +USW00094728200008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200008SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200008AWND 33 X 20 X 24 X 20 X 20 X 22 X 36 X 21 X 29 X 18 X 23 X 43 X 56 X 34 X 21 X 34 X 29 X 13 X 16 X 23 X 18 X 18 X 27 X 9 X 20 X 13 X 22 X 26 X 46 X 27 X 29 X +USW00094728200008FMTM 0238 X 2300 X 1909 X 1416 X 1536 X 1641 X 0958 X 1338 X 1713 X 1502 X 1650 X 0915 X 1350 X 0801 X 1112 X 1659 X 1228 X 1530 X 1523 X 0857 X 1010 X 2357 X 1616 X 1808 X 1232 X 2148 X 2315 X 0949 X 1553 X 0154 X 1750 X +USW00094728200008PGTM 0239 W 2244 W 1841 W 0830 W 1535 W 1638 W 1456 W 2356 W 0516 W 1454 W 1649 W 0940 W 1636 W 0800 W 0850 W 1526 W 1119 W 2143 W 0832 W 0951 W 1005 W 2356 W 1621 W 1247 W 1115 W 2320 W 0130 W 0949 W 0633 W 0123 W 1428 W +USW00094728200008TAVG 217 W 256 W 239 W 239 W 228 W 222 W 278 W 278 W-9999 -9999 228 W 200 W 200 W 189 W 222 W 244 W 206 W 183 W 200 W 189 W 189 W 206 W 206 W 233 W 228 W 233 W 239 W 228 W 222 W 222 W 256 W +USW00094728200008WDF2 80 X 240 X 320 X 330 X 70 X 200 X 290 X 300 X 270 X 290 X 360 X 80 X 80 X 60 X 70 X 340 X 290 X 80 X 310 X 10 X 80 X 250 X 210 X 90 X 80 X 260 X 250 X 80 X 80 X 80 X 170 X +USW00094728200008WDF5 60 X 260 X 250 X 60 X 80 X 210 X 230 X 260 X 310 X 310 X 10 X 70 X 60 X 70 X 70 X 310 X 260 X 330 X 300 X 320 X 70 X 270 X 220 X 100 X 60 X 270 X 280 X 70 X 70 X 60 X 180 X +USW00094728200008WSF2 94 X 58 X 63 X 40 X 45 X 63 X 72 X 58 X 54 X 54 X 67 X 98 X 103 X 76 X 54 X 72 X 63 X 45 X 54 X 58 X 63 X 54 X 63 X 36 X 54 X 54 X 40 X 67 X 80 X 63 X 54 X +USW00094728200008WSF5 130 X 80 X 89 X 63 X 72 X 103 X 116 X 80 X 80 X 67 X 98 X 130 X 143 X 116 X 72 X 116 X 89 X 58 X 72 X 89 X 80 X 80 X 94 X 58 X 67 X 67 X 63 X 94 X 116 X 89 X 76 X +USW00094728200008WT01 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 +USW00094728200008WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200008WT08 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 +USW00094728200008WT13 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X +USW00094728200008WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200008WT16 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00094728200009TMAX 283 0 289 0 289 0 278 0 194 0 200 0 217 0 244 0 289 0 261 0 250 0 272 0 261 0 250 0 222 0 189 0 206 0 239 0 217 0 278 0 233 0 200 0 200 0 239 0 172 0 122 0 200 0 194 0 150 0 183 0-9999 +USW00094728200009TMIN 233 0 233 0 228 0 156 0 111 0 122 0 122 0 144 0 189 0 200 0 194 0 211 0 189 0 156 0 150 0 122 0 111 0 150 0 172 0 178 0 161 0 133 0 156 0 144 0 106 0 100 0 83 0 94 0 61 0 89 0-9999 +USW00094728200009PRCP 20 0 165 0 188 0 147 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 94 0 0 0 231 0 0 0 0 0 0 0 483 0 0T 0 0 0 0 0 23 0 0 0 20 0 84 0 0 0 0 0 0 0 0 0-9999 +USW00094728200009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200009SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200009AWND 16 X 18 X 17 X 30 X 42 X 34 X 16 X 30 X 16 X 21 X 26 X 28 X 24 X 26 X 29 X 30 X 33 X 22 X 19 X 29 X 38 X 24 X 18 X 25 X 40 X 43 X 15 X 35 X 21 X 13 X-9999 +USW00094728200009FMTM 1459 X 1613 X 1338 X 2308 X 0121 X 1123 X 2244 X 1413 X 1637 X 0818 X 1829 X 1227 X 0106 X 2349 X 1317 X 1530 X 2019 X 1500 X 1421 X 2328 X 1235 X 0746 X 2037 X 2330 X 0221 X 1035 X 1614 X 1436 X 0919 X 1200 X-9999 +USW00094728200009PGTM 1448 W 1612 W 1332 W 2305 W 0128 W 1244 W 2243 W 0835 W 1631 W 0924 W 1852 W 2038 W 0106 W 2359 W 1851 W 1557 W 2018 W 1539 W 1420 W 2332 W 0910 W 0756 W 2109 W 2329 W-9999 1034 W-9999 -9999 2359 W 1836 W-9999 +USW00094728200009TAVG 261 W 261 W 261 W 217 W 156 W 161 W 172 W 194 W 239 W 233 W 222 W 244 W 228 W 206 W 189 W 156 W 161 W 194 W 194 W 228 W 200 W 167 W 178 W 194 W 139 W 111 W 144 W 144 W 106 W 139 W-9999 +USW00094728200009TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00094728200009WDF2 170 X 190 X 80 X 60 X 70 X 70 X 260 X 260 X 60 X 70 X 170 X 260 X 260 X 190 X 310 X 300 X 290 X 250 X 80 X 260 X 300 X 320 X 190 X 70 X 80 X 70 X 270 X 80 X 70 X 210 X-9999 +USW00094728200009WDF5 160 X 200 X 70 X 70 X 70 X 70 X 250 X 280 X 60 X 80 X 160 X 230 X 240 X 190 X 340 X 300 X 290 X 280 X 80 X 240 X 290 X 300 X 200 X 70 X 0 W 70 X 0 W 0 W 70 X 220 X-9999 +USW00094728200009WSF2 45 X 54 X 54 X 94 X 112 X 72 X 63 X 58 X 63 X 63 X 54 X 63 X 63 X 54 X 67 X 67 X 67 X 54 X 80 X 63 X 76 X 54 X 54 X 76 X 72 X 98 X 58 X 72 X 63 X 54 X-9999 +USW00094728200009WSF5 67 X 76 X 72 X 148 X 165 X 103 X 94 X 80 X 89 X 72 X 76 X 94 X 89 X 89 X 98 X 103 X 94 X 67 X 98 X 94 X 125 X 72 X 72 X 94 X 0 W 143 X 0 W 0 W 80 X 72 X-9999 +USW00094728200009WT01-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200009WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200009WT13-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728200009WT16 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200010TMAX 206 0 206 0 261 0 222 0 189 0 217 0 161 0 122 0 100 0 100 0 189 0 206 0 222 0 250 0 244 0 189 0 139 0 150 0 178 0 183 0 228 0 172 0 150 0 189 0 222 0 211 0 189 0 167 0 78 0 100 0 144 0 +USW00094728200010TMIN 117 0 128 0 161 0 139 0 133 0 133 0 83 0 50 0 33 0 22 0 83 0 100 0 117 0 150 0 167 0 100 0 100 0 117 0 100 0 78 0 117 0 94 0 56 0 100 0 122 0 128 0 128 0 56 0 22 0 22 0 56 0 +USW00094728200010PRCP 0 0 0 0 0 0 13 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 3 0 114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 +USW00094728200010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728200010SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z +USW00094728200010AWND 15 X 11 X 21 X 18 X 29 X 22 X 28 X 26 X 28 X 32 X 33 X 18 X 20 X 21 X 18 X 42 X 35 X 25 X 31 X 21 X 25 X 34 X 29 X 26 X 16 X 7 X 9 X 40 X 40 X 35 X 40 X +USW00094728200010FMTM 1527 X 1131 X 1500 X 1200 X 1053 X 1729 X 2053 X 1523 X 1234 X 1624 X 1018 X 1407 X 1841 X 1934 X 2352 X 0327 X 1428 X 0612 X 1219 X 2224 X 1049 X 1012 X 0200 X 0821 X 1019 X 1613 X 1559 X 1625 X 0945 X 1430 X 1517 X +USW00094728200010PGTM 1529 W 1130 W 1327 W 1130 W 1143 W 2224 W 1826 W 1408 W 1350 W 1512 W 1120 W 1758 W 1840 W 1910 W 2359 W 0023 W 0957 W 1219 W-9999 2302 W 1535 W 0611 W 0159 W 0845 W 1018 W 1612 W 1350 W 1110 W 1032 W 1430 W 1516 W +USW00094728200010TAVG 161 W 167 W 211 W 183 W 161 W 178 W 122 W 89 W 67 W 61 W 139 W 156 W 172 W 200 W 206 W 144 W 122 W 133 W 139 W 133 W 172 W 133 W 106 W 144 W 172 W 172 W 161 W 111 W 50 W 61 W 100 W +USW00094728200010TSUN-9999 -9999 0 W-9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W-9999 0 W-9999 -9999 -9999 +USW00094728200010WDF2 180 X 80 X 300 X 180 X 80 X 320 X 300 X 320 X 350 X 300 X 300 X 310 X 280 X 270 X 90 X 80 X 70 X 110 X 320 X 260 X 280 X 70 X 70 X 270 X 70 X 180 X 90 X 320 X 330 X 350 X 70 X +USW00094728200010WDF5 210 X 70 X 320 X 190 X 70 X 320 X 350 X 310 X 70 X 310 X 310 X 260 X 280 X 270 X 70 X 70 X 70 X 80 X 0 W 260 X 260 X 60 X 80 X 260 X 80 X 180 X 90 X 350 X 330 X 10 X 70 X +USW00094728200010WSF2 40 X 40 X 58 X 54 X 67 X 63 X 58 X 63 X 63 X 80 X 72 X 45 X 54 X 45 X 63 X 80 X 63 X 58 X 76 X 54 X 58 X 76 X 72 X 58 X 67 X 36 X 31 X 80 X 89 X 80 X 98 X +USW00094728200010WSF5 58 X 58 X 80 X 80 X 89 X 94 X 80 X 94 X 94 X 125 X 103 X 58 X 76 X 72 X 94 X 130 X 80 X 76 X 0 W 72 X 76 X 107 X 94 X 72 X 80 X 54 X 36 X 134 X 125 X 125 X 143 X +USW00094728200010WT01-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200010WT08-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200010WT13-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728200010WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200010WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728200011TMAX 144 0 167 0 178 0 194 0 111 0 133 0 133 0 156 0 156 0 150 0 133 0 117 0 117 0 122 0 89 0 89 0 122 0 78 0 50 0 72 0 44 0 17 0 22 0 28 0 50 0 111 0 106 0 100 0 100 0 61 0-9999 +USW00094728200011TMIN 50 0 78 0 89 0 106 0 72 0 50 0 44 0 61 0 100 0 122 0 94 0 61 0 56 0 44 0 22 0 33 0 44 0 22 0 11 0 -6 0 -11 0 -28 0 -39 0 -50 0 -6 0 50 0 78 0 61 0 33 0 28 0-9999 +USW00094728200011PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 81 0 376 0 8 0 0 0 0 0 81 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 310 0 0 0 0 0 33 0 10 0-9999 +USW00094728200011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200011SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200011AWND 31 X 35 X 14 X 21 X 44 X 31 X 20 X 15 X 20 X 38 X 33 X 32 X 20 X 30 X 42 X 32 X 42 X 33 X 25 X 31 X 42 X 47 X 38 X 13 X 31 X 36 X 31 X 25 X 25 X 39 X-9999 +USW00094728200011FMTM 1142 X 1245 X 1041 X 2014 X 1120 X 1222 X 1354 X 0837 X 2311 X 0634 X 1529 X 0222 X 1832 X 1958 X 1647 X 2337 X 1516 X 1143 X 0410 X 2230 X 1435 X 2007 X 2357 X 1435 X 1758 X 1132 X 1320 X 2339 X 2046 X 1328 X-9999 +USW00094728200011PGTM 1116 W 1246 W 0358 W 1827 W 1117 W-9999 -9999 -9999 2330 W 1454 W 0146 W-9999 -9999 2224 W 1313 W 1644 W 1418 W 1443 W 1023 W 1853 W 1543 W 2006 W 2357 W 1434 W 1922 W 1132 W 1319 W 2339 W 2045 W 1432 W-9999 +USW00094728200011TAVG 100 W 122 W 133 W 150 W 94 W 94 W 89 W 111 W 128 W 139 W 117 W 89 W 89 W 83 W 56 W 61 W 83 W 50 W 33 W 33 W 17 W -6 W -6 W -11 W 22 W 83 W 94 W 83 W 67 W 44 W-9999 +USW00094728200011TSUN-9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200011WDF2 10 X 10 X 70 X 330 X 320 X 320 X 320 X 70 X 160 X 110 X 10 X 40 X 200 X 300 X 300 X 260 X 310 X 290 X 290 X 300 X 300 X 310 X 310 X 290 X 100 X 130 X 310 X 300 X 260 X 320 X-9999 +USW00094728200011WDF5 30 X 360 X 10 X 330 X 320 X 0 W 0 W 0 W 170 X 310 X 320 X 0 W 0 W 340 X 300 X 230 X 320 X 270 X 340 X 310 X 310 X 300 X 320 X 290 X 80 X 150 X 300 X 300 X 270 X 340 X-9999 +USW00094728200011WSF2 80 X 80 X 40 X 72 X 94 X 58 X 45 X 45 X 72 X 67 X 63 X 67 X 54 X 76 X 76 X 67 X 76 X 67 X 58 X 72 X 72 X 89 X 80 X 45 X 63 X 80 X 76 X 58 X 54 X 89 X-9999 +USW00094728200011WSF5 125 X 139 X 63 X 107 X 148 X 0 W 0 W 0 W 98 X 94 X 98 X 0 W 0 W 103 X 125 X 107 X 112 X 80 X 72 X 103 X 107 X 130 X 116 X 72 X 89 X 116 X 103 X 72 X 80 X 116 X-9999 +USW00094728200011WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 +USW00094728200011WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 +USW00094728200011WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 +USW00094728200012TMAX 44 0 17 0 17 0 72 0 78 0 0 0 17 0 -6 0 17 0 56 0 67 0 111 0 0 0 100 0 39 0 117 0 167 0 22 0 50 0 22 0 6 0 0 0 -11 0 -6 0 -28 0 -11 0 0 0 -28 0 -11 0 -6 0 -11 0 +USW00094728200012TMIN -6 0 -33 0 -56 0 -39 0 -6 0 -39 0 -22 0 -22 0 -22 0 -22 0 22 0 -39 0 -67 0 -11 0 0 0 22 0 0 0 -28 0 -22 0 -39 0 -56 0 -83 0 -100 0 -50 0 -94 0 -100 0 -61 0 -72 0 -83 0 -44 0 -39 0 +USW00094728200012PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 8 0 0 0 3 0 0 0 239 0 0 0 99 0 206 0 0 0 0 0 18 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 234 0 0T 0 +USW00094728200012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 305 0 0T 0 +USW00094728200012SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 25 Z 0 Z 0T Z 25 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 76 Z 254 Z +USW00094728200012AWND 39 X 30 X 24 X 15 X 42 X 40 X 34 X 24 X 24 X 24 X 13 X 67 X 26 X 37 X 30 X 39 X 51 X 44 X 26 X 49 X 25 X 30 X 37 X 29 X 62 X 48 X 36 X 45 X 25 X 22 X 77 B +USW00094728200012FMTM 1355 X 1942 X 0250 X 1054 X 1803 X 0242 X 1550 X 1204 X 1023 X 0342 X 2245 X 1035 X 0004 X 2133 X 0320 X 1500 X 2255 X 0326 X 2005 X 1205 X 1502 X 2213 X 0036 X 2258 X 1914 X 1523 X 1436 X 1111 X 0501 X 1203 X-9999 +USW00094728200012PGTM 1258 W 1200 W 2144 W 0915 W 2325 W 0203 W 1229 W 1203 W 1359 W 0343 W 2244 W 0900 W 0016 W 2250 W 0320 W 2159 W 2027 W 0208 W 1926 W 1205 W 1907 W 2215 W 0034 W 2239 W 1120 W 1605 W 1248 W 1219 W 0501 W 0618 W-9999 +USW00094728200012TAVG 22 W -6 W -17 W 17 W 39 W -17 W 0 W -11 W 0 W 17 W 44 W 39 W -33 W 44 W 22 W 72 W 83 W-9999 17 W -6 W -22 W -39 W -56 W -28 W -61 W -56 W -28 W -50 W -44 W -22 W -22 W +USW00094728200012TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W +USW00094728200012WDF2 330 X 360 X 360 X 360 X 300 X 300 X 320 X 80 X 320 X 90 X 200 X 290 X 320 X 320 X 320 X 90 X 280 X 280 X 70 X 300 X 170 X 330 X 320 X 300 X 330 X 300 X 320 X 330 X 360 X 20 X 0 W +USW00094728200012WDF5 290 X 360 X 10 X 360 X 310 X 300 X 300 X 80 X 60 X 90 X 200 X 300 X 310 X 330 X 310 X 160 X 290 X 260 X 70 X 300 X 240 X 330 X 310 X 290 X 320 X 310 X 300 X 330 X 10 X 350 X 0 W +USW00094728200012WSF2 67 X 63 X 58 X 40 X 94 X 89 X 76 X 67 X 63 X 58 X 63 X 143 X 76 X 76 X 67 X 72 X 107 X 98 X 72 X 94 X 58 X 103 X 89 X 72 X 112 X 94 X 76 X 103 X 67 X 76 X-9999 +USW00094728200012WSF5 94 X 94 X 76 X 58 X 143 X 130 X 107 X 80 X 80 X 67 X 103 X 210 X 103 X 130 X 94 X 94 X 174 X 165 X 94 X 134 X 76 X 139 X 125 X 112 X 148 X 139 X 107 X 139 X 89 X 130 X 0 W +USW00094728200012WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728200012WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728200012WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200012WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200012WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00094728200012WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200012WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200012WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728200012WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200012WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728200101TMAX 0 0 -28 0 -6 0 11 0 6 0 44 0 61 0 44 0 11 0 6 0 78 0 56 0 44 0 61 0 50 0 72 0 56 0 28 0 39 0 28 0 6 0 22 0 28 0 61 0 39 0 22 0 50 0 28 0 33 0 122 0 94 0 +USW00094728200101TMIN -50 0 -72 0 -78 0 -39 0 -44 0 -11 0 -17 0 11 0 -33 0 -56 0 -11 0 -11 0 -11 0 11 0 11 0 22 0 22 0 0 0 17 0 -11 0 -56 0 -56 0 -33 0 -11 0 -39 0 -61 0 -17 0 -17 0 -33 0 22 0 44 0 +USW00094728200101PRCP 0 0 0 0 0 0 0 0 48 0 0 0 0 0 81 0 0T 0 0T 0 0 0 0 0 0 0 0 0 71 0 0 0 0 0 8 0 211 0 61 0 117 0 0 0 0 0 0 0 0T 0 0 0 10 0 0 0 0 0 193 0 3 0 +USW00094728200101SNOW 0 0 0 0 0 0 0 0 46 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 152 0 0 0 0 I0 0 0 0T 0 0 0 13 0 0 0 0 0 0 0 0 0 +USW00094728200101SNWD 229 Z 178 Z 152 Z 127 Z-9999 203 Z 178 Z 178 Z-9999 -9999 152 Z-9999 127 Z 102 Z 51 Z 51 Z 0 Z 0 Z 0 Z 0 Z 152 Z 76 IZ 127 IZ 51 Z 51 Z 25 Z 25 Z 0T Z 0 Z 0 Z 0 Z +USW00094728200101AWND 58 X 46 X 28 X 30 X 23 X 26 X 21 X 28 X 42 X 39 X 36 X 26 X 17 X 13 X 23 X 35 X 29 X 28 X 13 X 51 X 44 X 25 X 14 X 25 X 31 X 30 X 40 X 40 X 26 X 31 X 34 X +USW00094728200101FMTM-9999 1511 X 2328 X 1455 X 1123 X 1656 X 1031 X 1816 X 2335 X 1101 X 1459 X 0216 X 2225 X 0053 X 1120 X 1408 X 1702 X 1404 X 2341 X 2339 X 1020 X 0900 X 2040 X 1740 X 1549 X 2157 X 2149 X 0104 X 1749 X 1448 X 1649 X +USW00094728200101PGTM-9999 1748 W 2327 W 1211 W 1119 W 1659 W 1030 W 1809 W 1726 W 1007 W 1450 W 0216 W 2237 W 0052 W 1052 W 1508 W 1108 W 1529 W 2341 W 1611 W 0344 W 0849 W 1125 W 1740 W 2114 W 0006 W 2118 W 0026 W 1749 W 1312 W 1334 W +USW00094728200101TAVG -22 W -50 W -39 W -11 W -17 W 17 W 22 W 28 W -11 W -22 W 33 W 22 W 17 W 39 W 33 W 50 W 39 W 17 W 28 W 11 W -22 W -17 W 0 W 28 W 0 W -17 W 17 W 6 W 0 W 72 W 72 W +USW00094728200101TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W +USW00094728200101WDF2 0 X 320 X 270 X 300 X 270 X 320 X 270 X 70 X 290 X 320 X 320 X 320 X 260 X 270 X 80 X 300 X 270 X 170 X 50 X 80 X 320 X 300 X 300 X 250 X 310 X 250 X 320 X 300 X 250 X 250 X 290 X +USW00094728200101WDF5 320 Z 330 X 250 X 300 X 250 X 310 X 270 X 80 X 310 X 320 X 330 X 310 X 240 X 260 X 70 X 290 X 310 X 190 X 60 X 70 X 350 X 300 X 270 X 250 X 10 X 310 X 330 X 310 X 260 X 360 X 310 X +USW00094728200101WSF2 94 Z 72 X 63 X 63 X 67 X 76 X 58 X 67 X 76 X 94 X 80 X 54 X 58 X 45 X 63 X 67 X 58 X 58 X 58 X 98 X 98 X 54 X 45 X 58 X 67 X 58 X 94 X 80 X 63 X 89 X 98 X +USW00094728200101WSF5 103 Z 98 X 94 X 80 X 98 X 107 X 76 X 89 X 116 X 116 X 125 X 67 X 76 X 63 X 80 X 94 X 76 X 76 X 94 X 134 X 139 X 72 X 63 X 72 X 98 X 80 X 130 X 130 X 89 X 116 X 143 X +USW00094728200101WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 +USW00094728200101WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200101WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200101WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 +USW00094728200101WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X +USW00094728200101WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728200101WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200101WT18-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00094728200101WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200101WT22-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728200102TMAX 94 0 72 0 6 0 28 0 22 0 72 0 67 0 50 0 144 0 161 0 0 0 17 0 94 0 83 0 83 0 44 0 33 0 0 0 61 0 128 0 111 0 -39 0 44 0 17 0 117 0 117 0 94 0 22 0-9999 -9999 -9999 +USW00094728200102TMIN 33 0 -28 0 -33 0 -44 0 0 0 22 0 11 0 0 0 22 0 -28 0 -67 0 -89 0 0 0 28 0 33 0 11 0 -61 0 -78 0 -33 0 39 0 -67 0 -83 0 -61 0 -39 0 6 0 17 0 -6 0 -33 0-9999 -9999 -9999 +USW00094728200102PRCP 0 0 5 0 0 0 0 0 178 0 0 0 0 0 0 0 0 0 3 0 0 0 5 0 0T 0 0 0 10 0 81 0 0 0 0 0 0 0 0T 0 0 0 79 0 3 0 0 0 132 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728200102SNOW 0 0 0T 0 0 0 0 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 140 0 8 0 0 0 0T 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728200102SNWD 0 Z-9999 -9999 -9999 -9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 152 Z 51 Z 0T Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728200102AWND 26 X 25 X 41 X 26 X 44 X 42 X 38 X 27 X 24 X 65 X 48 X 31 X 21 X 27 X 33 X 27 X 57 X 37 X 37 X 33 X 48 X 33 X 49 X 24 X 34 X 46 X 30 X 35 X-9999 -9999 -9999 +USW00094728200102FMTM 1353 X 2245 X 0355 X 1936 X 1233 X 1752 X 1221 X 1900 X 2343 X 0730 X 1538 X 1830 X 1232 X 0927 X 0738 X 1936 X 1327 X 0043 X 2213 X 0045 X 1549 X 0057 X 2128 X 0012 X 0838 X 1342 X 1258 X 1525 X-9999 -9999 -9999 +USW00094728200102PGTM 1352 W 2245 W 0410 W 1816 W 1143 W 0116 W 1255 W 1900 W 2355 W 1631 W 1539 W 2216 W 1258 W 0926 W 0517 W 0339 W 1640 W 0042 W 1319 W 0041 W 1608 W 0119 W 1530 W 0126 W 1544 W 1340 W 2312 W 1524 W-9999 -9999 -9999 +USW00094728200102TAVG 67 W 22 W -11 W -6 W 11 W 50 W 39 W 28 W 83 W 67 W -33 W -33 W 50 W 56 W 61 W 28 W -11 W -39 W 17 W 83 W 22 W -61 W -6 W -11 W 61 W 67 W 44 W -6 W-9999 -9999 -9999 +USW00094728200102TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 -9999 -9999 -9999 +USW00094728200102WDF2 280 X 320 X 320 X 190 X 70 X 280 X 320 X 190 X 250 X 300 X 320 X 180 X 310 X 210 X 320 X 70 X 330 X 320 X 250 X 250 X 320 X 310 X 320 X 320 X 160 X 320 X 300 X 320 X-9999 -9999 -9999 +USW00094728200102WDF5 290 X 340 X 340 X 210 X 70 X 300 X 320 X 200 X 260 X 300 X 320 X 250 X 320 X 200 X 320 X 70 X 310 X 350 X 240 X 270 X 10 X 310 X 310 X 320 X 360 X 330 X 10 X 320 X-9999 -9999 -9999 +USW00094728200102WSF2 67 X 98 X 98 X 58 X 98 X 76 X 72 X 58 X 58 X 112 X 98 X 63 X 58 X 63 X 72 X 45 X 125 X 72 X 76 X 72 X 112 X 67 X 76 X 89 X 76 X 94 X 67 X 76 X-9999 -9999 -9999 +USW00094728200102WSF5 89 X 148 X 125 X 76 X 139 X 125 X 103 X 76 X 80 X 174 X 134 X 80 X 76 X 80 X 98 X 67 X 183 X 107 X 125 X 112 X 148 X 89 X 116 X 134 X 103 X 139 X 89 X 103 X-9999 -9999 -9999 +USW00094728200102WT01-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200102WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200102WT04-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200102WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200102WT13-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200102WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200102WT18-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200102WT19-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200102WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200103TMAX 28 0 56 0 83 0 28 0 0 0 17 0 61 0 44 0 56 0 72 0 128 0 89 0 83 0 89 0 111 0 139 0 83 0 83 0 117 0 128 0 67 0 72 0 139 0 111 0 67 0 28 0 50 0 94 0 78 0 61 0 83 0 +USW00094728200103TMIN -44 0 -6 0 28 0 -17 0 -22 0 -39 0 0 0 0 0 11 0 11 0 0 0 -11 0 17 0 56 0 50 0 50 0 28 0 11 0 11 0 33 0 39 0 39 0 39 0 11 0 -11 0 -28 0 -44 0 -11 0 22 0 28 0 33 0 +USW00094728200103PRCP 0 0 10 0 0 0 13 0 109 0 36 0 0 0 0 0 94 0 0 0 0 0 3 0 323 0 0 0 0 0 43 0 53 0 0 0 0 0 0 0 262 0 325 0 0 0 0T 0 0 0 13 0 0 0 0 0 53 0 549 0 15 0 +USW00094728200103SNOW 0 0 0T 0 0 0 0T 0 51 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200103SNWD 0 Z 0T Z 0 Z 0 Z 0T Z 76 Z 76 Z 51 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200103AWND 28 X 22 X 23 X 54 X 57 X 42 X 29 X 28 X 37 X 45 X 39 X 35 X 31 X 50 X 22 X 26 X 34 X 42 X 34 X 31 X 86 X 48 X 67 X 47 X 42 X 40 X 35 X 29 X 38 X 69 X 21 X +USW00094728200103FMTM 1344 X 1426 X 2340 X 2358 X 0225 X 0106 X 1127 X 1843 X 2211 X 1308 X 1743 X 0153 X 0352 X 1213 X 1213 X 2328 X 0518 X 1432 X 1001 X 1627 X 1929 X 0122 X 1450 X 1839 X 0845 X 1958 X 1843 X 0847 X 2352 X 1024 X 2357 X +USW00094728200103PGTM 1406 W 1519 W 1908 W 2358 W 0224 W 1114 W 1215 W 2009 W 1955 W 0850 W 1743 W 0152 W 0350 W 1440 W 1213 W 2345 W 0408 W 2136 W 1000 W 0730 W 1924 W 0033 W 1550 W 1843 W 0854 W 1958 W 1843 W 0847 W 2345 W 1052 W 2356 W +USW00094728200103TAVG -6 W 28 W 56 W 6 W -11 W -11 W 33 W 22 W 33 W 44 W 67 W 39 W 50 W 72 W 83 W 94 W 56 W 50 W 67 W 83 W 56 W-9999 -9999 61 W 28 W 0 W 6 W 44 W 50 W 44 W 61 W +USW00094728200103TSUN-9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728200103WDF2 300 X 280 X 80 X 100 X 90 X 320 X 50 X 200 X 300 X 330 X 300 X 320 X 90 X 320 X 250 X 70 X 70 X 330 X 10 X 170 X 90 X 70 X 300 X 330 X 330 X 320 X 320 X 320 X 80 X 80 X 70 X +USW00094728200103WDF5 290 X 290 X 80 X 90 X 60 X 360 X 60 X 220 X 300 X 320 X 310 X 310 X 80 X 300 X 250 X 70 X 60 X 340 X 360 X 70 X 80 X 60 X 310 X 340 X 320 X 330 X 330 X 320 X 80 X 70 X 70 X +USW00094728200103WSF2 76 X 63 X 58 X 103 X 134 X 76 X 72 X 67 X 76 X 89 X 112 X 67 X 80 X 107 X 63 X 72 X 76 X 94 X 89 X 58 X 161 X 116 X 107 X 98 X 80 X 89 X 72 X 67 X 80 X 161 X 58 X +USW00094728200103WSF5 98 X 80 X 76 X 143 X 183 X 116 X 107 X 89 X 107 X 139 X 148 X 94 X 103 X 165 X 76 X 94 X 103 X 134 X 125 X 76 X 228 X 174 X 179 X 148 X 116 X 139 X 98 X 89 X 125 X 219 X 76 X +USW00094728200103WT01-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 +USW00094728200103WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728200103WT06-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200103WT13-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X +USW00094728200103WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00094728200103WT17-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200103WT18-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200103WT19-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200103WT22-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728200104TMAX 61 0 94 0 128 0 122 0 178 0 122 0 122 0 72 0 256 0 167 0 117 0 144 0 228 0 194 0 200 0 161 0 111 0 122 0 128 0 178 0 200 0 300 0 267 0 306 0 128 0 172 0 228 0 178 0 189 0 256 0-9999 +USW00094728200104TMIN 33 0 28 0 28 0 33 0 50 0 83 0 61 0 50 0 72 0 89 0 67 0 61 0 106 0 78 0 89 0 83 0 67 0 33 0 11 0 72 0 111 0 117 0 150 0 111 0 83 0 83 0 72 0 94 0 67 0 94 0-9999 +USW00094728200104PRCP 3 0 0 0 0 0 0 0 0 0 64 0 0 0 30 0 152 0 10 0 43 0 13 0 0 0 0 0 15 0 23 0 0T 0 3 0 0 0 0 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200104SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200104AWND 31 X 30 X 25 X 31 X 24 X 33 X 38 X 28 X 20 X 27 X 34 X 33 X 40 X 42 X 17 X 30 X 28 X 45 X 24 X 21 X 21 X 29 X 23 X 36 X 33 X 31 X 18 X 30 X 23 X 29 X-9999 +USW00094728200104FMTM 1233 X 2135 X 1032 X 1322 X 1243 X 1118 X 0456 X 1123 X 1810 X 1725 X 2332 X 0347 X 1900 X 0040 X 1546 X 0700 X 2353 X 1253 X 1436 X 1308 X 1707 X 1614 X 1433 X 1620 X 0828 X 0737 X 1731 X 1031 X 1647 X 2230 X-9999 +USW00094728200104PGTM 1233 W 1745 W 1036 W 1211 W 2328 W 0710 W 0459 W 0226 W 1809 W 1701 W 2310 W 0347 W 1921 W 0308 W 1953 W 0509 W 0735 W 0449 W 1330 W 1410 W 1707 W 1622 W 1416 W-9999 0934 W 0736 W 1730 W 1223 W 2201 W 1045 W-9999 +USW00094728200104TAVG 50 W 61 W 78 W 256 W 117 W 106 W 94 W 61 W 167 W 128 W 94 W 106 W 167 W 139 W 144 W 122 W 89 W 78 W 72 W 128 W 156 W 211 W 211 W 211 W 106 W 128 W 150 W 139 W 128 W 178 W-9999 +USW00094728200104TSUN-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W-9999 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00094728200104WDF2 70 X 330 X 330 X 70 X 290 X 260 X 80 X 60 X 20 X 170 W 70 X 70 X 330 X 330 X 170 X 80 X 50 X 320 X 280 X 180 X 180 X 270 X 170 X 320 X 70 X 90 X 330 X 60 X 200 X 270 X-9999 +USW00094728200104WDF5 70 X 340 X 320 X 60 X 260 X 280 X 70 X 170 X 10 X 190 X 90 X 60 X 340 X 330 X 180 X 70 X 270 X 360 X 290 X 180 X 180 X 280 X 170 X 300 Z 70 X 80 X 340 X 70 X 250 X 250 X-9999 +USW00094728200104WSF2 67 X 67 X 67 X 89 X 58 X 67 X 76 X 63 X 94 X 58 W 67 X 80 X 89 X 80 X 63 X 76 X 58 X 89 X 63 X 58 X 58 X 67 X 63 X 107 X 89 X 89 X 63 X 72 X 58 X 58 X-9999 +USW00094728200104WSF5 94 X 103 X 94 X 112 X 76 X 94 X 98 X 94 X 130 X 72 X 89 X 98 X 125 X 130 X 76 X 103 X 80 X 125 X 94 X 67 X 76 X 98 X 80 X 143 Z 125 X 125 X 89 X 107 X 80 X 89 X-9999 +USW00094728200104WT01 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200104WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200104WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200104WT13 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200104WT16 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200105TMAX 306 0 322 0 322 0 333 0 261 0 178 0 172 0 189 0 244 0 278 0 300 0 300 0 206 0 206 0 228 0 167 0 172 0 156 0 267 0 178 0 139 0 150 0 156 0 189 0 139 0 178 0 211 0 222 0 239 0 183 0 206 0 +USW00094728200105TMIN 172 0 189 0 200 0 217 0 156 0 94 0 61 0 83 0 111 0 156 0 172 0 144 0 122 0 100 0 100 0 117 0 117 0 117 0 150 0 122 0 117 0 128 0 128 0 128 0 117 0 117 0 139 0 139 0 144 0 122 0 100 0 +USW00094728200105PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 127 0 213 0 53 0 0 0 10 0 15 0 20 0 13 0 46 0 0 0 0 0 +USW00094728200105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200105SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200105AWND 22 X 26 X 22 X 24 X 37 X 47 X 25 X 21 X 15 X 21 X 19 X 27 X 40 X 27 X 40 X 36 X 24 X 27 X 16 X 29 X 39 X 51 X 41 X 46 X 54 X 30 X 30 X 25 X 21 X 37 X 35 X +USW00094728200105FMTM 1537 X 1426 X 1556 X 2257 X 2350 X 0011 X 1343 X 1454 X 1714 X 1246 X 1606 X 1914 X 1415 X 1731 X 2029 X 0854 X 1558 X 1056 X 2341 X 0414 X 1105 X 1628 X 1650 X 2358 X 1447 X 0521 X 0049 X 1534 X 1438 X 1550 X 1120 X +USW00094728200105PGTM 1537 W 1411 W 1558 W 2059 W 2349 W 0010 W 0226 W 1420 W 1713 W 1045 W 1622 W 1913 W 1819 W 1507 W 2028 W 0834 W 1541 W 0240 W 2340 W 0055 W 1159 W 1631 W 1742 W 2326 W 1446 W 0541 W 0047 W 1546 W 1437 W 1741 W 1119 W +USW00094728200105TAVG 239 W 256 W 261 W 278 W 211 W 139 W 117 W 139 W 178 W 217 W 239 W 222 W 167 W 156 W 167 W 144 W 144 W 139 W 211 W 150 W 128 W 139 W 144 W 161 W 128 W 150 W 178 W 183 W 194 W 156 W 156 W +USW00094728200105TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W 0 W-9999 -9999 -9999 0 W 0 W 0 W-9999 0 W-9999 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728200105WDF2 200 X 190 X 200 X 280 X 80 X 80 X 210 X 180 X 180 X 70 X 200 X 330 X 80 X 340 X 80 X 80 X 200 X 200 X 80 X 80 X 80 X 80 X 60 X 70 X 70 X 80 X 60 X 270 X 320 X 290 X 290 X +USW00094728200105WDF5 190 X 190 X 210 X 250 X 90 X 70 X 90 X 200 X 180 X 350 X 190 X 330 X 70 X 340 X 60 X 70 X 200 X 200 X 80 X 110 X 70 X 110 X 60 X 50 X 60 X 70 X 60 X 270 X 310 X 360 X 300 X +USW00094728200105WSF2 63 X 58 X 58 X 58 X 80 X 94 X 54 X 58 X 40 X 63 X 63 X 80 X 94 X 72 X 89 X 94 X 54 X 54 X 80 X 72 X 72 X 103 X 76 X 98 X 107 X 72 X 103 X 72 X 72 X 80 X 89 X +USW00094728200105WSF5 89 X 80 X 80 X 89 X 112 X 130 X 80 X 94 X 54 X 76 X 80 X 112 X 134 X 112 X 134 X 125 X 72 X 76 X 98 X 94 X 98 X 139 X 112 X 116 X 156 X 94 X 116 X 107 X 112 X 134 X 116 X +USW00094728200105WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00094728200105WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200105WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00094728200105WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00094728200106TMAX 200 0 222 0 228 0 233 0 244 0 239 0 250 0 267 0 267 0 267 0 272 0 283 0 261 0 283 0 283 0 283 0 250 0 289 0 300 0 311 0 228 0 261 0 250 0 239 0 278 0 311 0 317 0 328 0 278 0 328 0-9999 +USW00094728200106TMIN 100 0 144 0 156 0 133 0 150 0 183 0 161 0 167 0 161 0 167 0 178 0 178 0 206 0 200 0 211 0 211 0 183 0 194 0 211 0 206 0 194 0 194 0 206 0 178 0 183 0 200 0 228 0 239 0 233 0 239 0-9999 +USW00094728200106PRCP 208 0 165 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 84 0 0 0 0 0 0 0 0 0 5 0 389 0 0 0 0 0 0T 0 64 0 0 0 417 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00094728200106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200106SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200106AWND 24 X 16 X 28 X 24 X 21 X 18 X 22 X 28 X 18 X 17 X 21 X 17 X 23 X 24 X 21 X 29 X 31 X 19 X 30 X 28 X 34 X 31 X 24 X 19 X 17 X 14 X 28 X 28 X 27 X 32 X-9999 +USW00094728200106FMTM 2008 X 0240 X 1616 X 0842 X 1554 X 1719 X 1349 X 1148 X 1308 X 1301 X 2202 X 1807 X 1716 X 1142 X 2005 X 2349 X 0626 X 0748 X 2216 X 1823 X 1132 X 1213 X 1421 X 0504 X 1337 X 1207 X 1241 X 1346 X 2207 X 1638 X-9999 +USW00094728200106PGTM 2007 W 0241 W 1615 W 1606 W 1408 W 1406 W 1348 W 1323 W 1309 W 1300 W 2201 W 1347 W 1814 W 1619 W 1331 W 2322 W 0626 W 0756 W 2223 W 1822 W 1116 W 1241 W 0754 W 0504 W 1337 W 1206 W 1240 W 0958 W 2206 W 1706 W-9999 +USW00094728200106TAVG 150 W 183 W 194 W 183 W 200 W 211 W 206 W 217 W 217 W 217 W 228 W 233 W 233 W 244 W 250 W-9999 217 W 244 W 256 W 261 W 211 W 228 W 228 W 211 W 233 W 256 W 272 W 283 W 256 W 283 W-9999 +USW00094728200106TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 +USW00094728200106WDF2 180 X 190 X 280 X 280 X 290 X 280 X 70 X 310 X 70 X 280 X 320 X 190 X 70 X 70 X 170 X 80 X 60 X 310 X 250 X 310 X 70 X 180 X 250 X 290 X 60 X 60 X 290 X 310 X 250 X 260 X-9999 +USW00094728200106WDF5 190 X 210 X 290 X 290 X 320 X 310 X 60 X 290 X 70 X 280 X 320 X 260 X 70 X 180 X 210 X 70 X 60 X 330 X 250 X 280 X 70 X 200 X 180 X 290 X 60 X 50 X 290 X 300 X 250 X 220 X-9999 +USW00094728200106WSF2 58 X 67 X 76 X 63 X 58 X 54 X 63 X 63 X 67 X 63 X 103 X 45 X 67 X 54 X 45 X 40 X 89 X 45 X 67 X 72 X 67 X 76 X 67 X 45 X 58 X 45 X 72 X 58 X 58 X 72 X-9999 +USW00094728200106WSF5 94 X 98 X 125 X 80 X 80 X 80 X 76 X 94 X 80 X 80 X 165 X 67 X 76 X 63 X 72 X 54 X 130 X 67 X 94 X 116 X 94 X 112 X 98 X 63 X 72 X 67 X 98 X 98 X 80 X 107 X-9999 +USW00094728200106WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728200106WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200106WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00094728200106WT13 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728200106WT16 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728200107TMAX 306 0 228 0 244 0 261 0 283 0 222 0 261 0 228 0 306 0 306 0 272 0 256 0 250 0 261 0 272 0 294 0 294 0 267 0 244 0 267 0 294 0 289 0 311 0 333 0 344 0 256 0 244 0 267 0 250 0 244 0 289 0 +USW00094728200107TMIN 167 0 133 0 144 0 189 0 194 0 161 0 167 0 178 0 206 0 222 0 194 0 178 0 167 0 172 0 172 0 189 0 206 0 200 0 183 0 172 0 189 0 194 0 206 0 233 0 250 0 189 0 167 0 172 0 189 0 172 0 172 0 +USW00094728200107PRCP 61 0 0 0 0 0 79 0 20 0 0 0 0 0 142 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 157 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 56 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200107SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200107AWND 51 B 21 X 23 X 18 X 23 X 32 X 21 X 19 X 17 X 25 X 31 X 28 X 23 X 23 X 24 X 14 X 19 X 32 X 42 X 26 X 19 X 23 X 29 X 34 X 31 X 25 X 31 X 19 X 24 X 36 X 20 X +USW00094728200107FMTM 0014 X 1056 X 0954 X 2214 X 1921 X 1457 X 2239 X 0414 X 1519 X 1942 X 1436 X 1407 X 1823 X 1040 X 1242 X 1706 X 1720 X 2333 X 0818 X 1328 X 1810 X 1436 X 2231 X 1344 X 0333 X 1104 X 0006 X 2342 X 1615 X 0850 X 1409 X +USW00094728200107PGTM 0018 W 0956 W 1522 W 2213 W 1921 W 1456 W 2241 W 0052 W 1659 W 1941 W 0642 W 1404 W 1428 W 1727 W 1242 W 1659 W 1718 W 1100 W 0640 W 1327 W 2221 W 1455 W 2234 W-9999 0238 W 1038 W 0218 W 2135 W 1439 W 0845 W 1408 W +USW00094728200107TAVG 239 W 183 W 194 W 228 W -178 GW 194 W 217 W 206 W 256 W 267 W 233 W 217 W 211 W 217 W 222 W 244 W 250 W 233 W 217 W 222 W 244 W 244 W 261 W 283 W 300 W 222 W 206 W 222 W 222 W 211 W 233 W +USW00094728200107TSUN 0 W 0 W-9999 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200107WDF2 260 X 330 X 250 X 270 X 290 X 320 X 250 X 200 X 190 X 270 X 280 X 280 X 300 X 300 X 70 X 120 X 80 X 80 X 80 X 60 X 180 X 200 X 240 X 250 X 250 X 60 X 70 X 260 X 160 X 70 X 70 X +USW00094728200107WDF5 230 X 340 X 180 X 280 X 290 X 320 X 270 X 240 X 190 X 280 X 350 X 290 X 310 X 320 X 70 X 110 X 70 X 60 X 80 X 70 X 210 X 210 X 240 X 0 W 250 X 90 X 70 X 200 X 170 X 60 X 70 X +USW00094728200107WSF2 31 X 94 X 72 X 54 X 89 X 76 X 63 X 54 X 45 X 72 X 72 X 72 X 54 X 67 X 63 X 40 X 63 X 67 X 76 X 67 X 58 X 63 X 67 X 67 X 63 X 76 X 80 X 54 X 58 X 94 X 67 X +USW00094728200107WSF5 58 X 98 X 98 X 80 X 112 X 107 X 80 X 80 X 67 X 103 X 103 X 103 X 72 X 98 X 80 X 58 X 76 X 94 X 107 X 107 X 72 X 80 X 94 X 0 W 94 X 125 X 112 X 89 X 80 X 139 X 80 X +USW00094728200107WT01 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200107WT02-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200107WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200107WT13 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728200107WT16 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200107WT19-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200108TMAX 322 0 333 0 294 0 294 0 322 0 344 0 372 0 372 0 394 0 361 0 250 0 244 0 289 0 289 0 283 0 294 0 300 0 294 0 289 0 294 0 289 0 311 0 283 0 283 0 261 0 272 0 306 0 306 0 294 0 267 0 283 0 +USW00094728200108TMIN 206 0 217 0 228 0 222 0 211 0 239 0 256 0 261 0 278 0 239 0 206 0 222 0 222 0 189 0 194 0 194 0 228 0 211 0 222 0 222 0 217 0 200 0 200 0 194 0 183 0 172 0 217 0 217 0 194 0 200 0 228 0 +USW00094728200108PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 102 0 36 0 150 0 81 0 91 0 0 0 0 0 0 0 0 0 23 0 36 0 0 0 0 0 122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 +USW00094728200108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200108SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200108AWND 20 X 32 X 31 X 17 X 14 X 20 X 28 X 19 X 23 X 25 X 31 X 21 X 12 X 30 X 33 X 26 X 30 X 17 X 14 X 25 X 21 X 21 X 16 X 32 X 28 X 22 X 26 X 24 X 15 X 25 X 30 X +USW00094728200108FMTM 2343 X 2250 X 1133 X 1645 X 1704 X 2358 X 1616 X 1344 X 2231 X 1328 X 2149 X 2304 X 1344 X 1823 X-9999 1531 X 2024 X 1518 X 2146 X 1652 X 1342 X 1417 X 1231 X 1411 X 0949 X 2336 X 0010 X 1733 X 1122 X 1921 X 1529 X +USW00094728200108PGTM 2215 W 2249 W 0209 W 1800 W 1625 W 2338 W 1727 W 1538 W 1349 W 1326 W 2144 W 2251 W 1342 W 1821 W-9999 1910 W 1656 W 1322 W 1530 W 1651 W 1342 W 1416 W 1326 W 1350 W 1243 W 2301 W 0027 W 1732 W 1121 W 1928 W 1522 W +USW00094728200108TAVG 267 W 278 W 261 W 261 W 267 W 294 W 317 W 317 W-9999 300 W 228 W 233 W 256 W 239 W 239 W 244 W-9999 256 W 256 W 261 W 256 W 256 W 244 W 239 W 222 W 222 W 261 W 261 W 244 W -178 GW 256 W +USW00094728200108TSUN-9999 0 W 0 W 0 W-9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W +USW00094728200108WDF2 260 X 250 X 250 X 210 X 180 X 270 X 280 X 290 X 240 X 310 X 80 X 250 X 350 X 290 X 0 X 170 X 290 X 290 X 170 X 250 X 260 X 290 X 260 X 70 X 70 X 250 X 250 X 290 X 80 X 190 X 190 X +USW00094728200108WDF5 250 X 260 X 260 X 260 X 190 X 280 X 270 X 290 X 270 X 300 X 60 X 250 X 360 X 290 X 50 Z 190 X 250 X 240 X 190 X 250 X 280 X 290 X 190 X 80 X 60 X 230 X 250 X 280 X 60 X 180 X 200 X +USW00094728200108WSF2 45 X 63 X 63 X 54 X 54 X 54 X 58 X 58 X 63 X 89 X 58 X 45 X 67 X 72 X 54 Z 58 X 63 X 54 X 40 X 67 X 54 X 63 X 54 X 67 X 58 X 63 X 67 X 89 X 54 X 58 X 58 X +USW00094728200108WSF5 67 X 98 X 98 X 72 X 72 X 67 X 89 X 76 X 94 X 139 X 76 X 72 X 94 X 107 X 54 Z 98 X 98 X 76 X 63 X 103 X 72 X 76 X 67 X 94 X 72 X 98 X 94 X 134 X 67 X 94 X 94 X +USW00094728200108WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00094728200108WT08-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728200108WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X +USW00094728200108WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728200109TMAX 272 0 239 0 261 0 256 0 250 0 267 0 294 0 283 0 283 0 300 0 272 0 261 0 294 0 200 0 200 0 222 0 250 0 256 0 256 0 222 0 239 0 261 0 256 0 239 0 222 0 178 0 189 0 194 0 178 0 128 0-9999 +USW00094728200109TMIN 178 0 144 0 161 0 189 0 178 0 150 0 183 0 189 0 206 0 200 0 172 0 156 0 178 0 117 0 117 0 117 0 133 0 150 0 161 0 178 0 178 0 189 0 172 0 194 0 139 0 100 0 117 0 100 0 117 0 100 0-9999 +USW00094728200109PRCP 25 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 295 0 0 0 0 0 0 0 483 0 0 0 0 0 0 0 0 0 0 0 211 0 91 0 0 0 0 0 10 0 104 0 0 0 0 0 0T 0 0 0 91 0-9999 +USW00094728200109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200109SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200109AWND 31 X 28 X 18 X 23 X 28 X 21 X 26 X 27 X 26 X 29 X 20 X 25 X 31 X 25 X 25 X 12 X 16 X 17 X 25 X 27 X 18 X 17 X 15 X 28 X 31 X 29 X 22 X 25 X 51 X 52 X-9999 +USW00094728200109FMTM 1624 X 0957 X 1747 X 0959 X 1043 X 1755 X 2304 X 2136 X 1705 X 1830 X 1036 X 2257 X 2319 X 0031 X 0944 X 1218 X 1045 X 1301 X 1824 X 1847 X 0418 X 1544 X 0854 X 2350 X 0147 X 0922 X 1300 X 2258 X 2202 X 0834 X-9999 +USW00094728200109PGTM 2345 W 0128 W 2000 W 0743 W 0840 W 1735 W 2223 W 2135 W 1700 W 1829 W 0802 W 2317 W 2302 W 1110 W 0943 W 1023 W 2257 W 1301 W 1824 W 1436 W 0417 W 1543 W 0905 W 2303 W 0215 W 0921 W 1325 W 2331 W 2210 W 0833 W-9999 +USW00094728200109TAVG 228 W 194 W 211 W 222 W 217 W 211 W 239 W 239 W 244 W 250 W 222 W 211 W 239 W 161 W 161 W 172 W 194 W 206 W 211 W 200 W 211 W 228 W 217 W 217 W 183 W 139 W 156 W 150 W 150 W 117 W-9999 +USW00094728200109TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200109WDF2 310 X 70 X 190 X 250 X 60 X 180 X 260 X 230 X 170 X 270 X 300 X 240 X 60 X 70 X 70 X 70 X 60 X 70 X 170 X 230 X 230 X 180 X 70 X 170 X 180 X 280 X 250 X 60 X 70 X 60 X-9999 +USW00094728200109WDF5 60 X 70 X 190 X 250 X 60 X 190 X 250 X 240 X 180 X 260 X 310 X 250 X 60 X 70 X 70 X 70 X 260 X 60 X 180 X 230 X 210 X 180 X 60 X 180 X 200 X 280 X 260 X 70 X 50 X 50 X-9999 +USW00094728200109WSF2 63 X 72 X 54 X 58 X 67 X 40 X 58 X 58 X 63 X 67 X 54 X 54 X 76 X 94 X 72 X 45 X 40 X 54 X 63 X 72 X 63 X 45 X 45 X 72 X 89 X 67 X 63 X 67 X 98 X 98 X-9999 +USW00094728200109WSF5 94 X 94 X 76 X 72 X 103 X 58 X 80 X 98 X 89 X 103 X 72 X 76 X 103 X 125 X 94 X 72 X 54 X 58 X 89 X 125 X 98 X 63 X 58 X 112 X 143 X 94 X 89 X 89 X 143 X 143 X-9999 +USW00094728200109WT01 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200109WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200109WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200109WT13 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200109WT16 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 +USW00094728200110TMAX 144 0 233 0 272 0 272 0 261 0 211 0 133 0 117 0 156 0 194 0 228 0 239 0 244 0 189 0 211 0 200 0 144 0 133 0 172 0 211 0 222 0 222 0 194 0 261 0 239 0 144 0 111 0 106 0 139 0 161 0 144 0 +USW00094728200110TMIN 89 0 106 0 161 0 172 0 172 0 111 0 67 0 39 0 44 0 89 0 133 0 150 0 156 0 144 0 128 0 100 0 83 0 56 0 72 0 117 0 133 0 144 0 128 0 178 0 139 0 61 0 56 0 33 0 28 0 83 0 50 0 +USW00094728200110PRCP 23 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 71 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200110SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200110AWND 26 X 17 X 28 X 30 X 32 X 38 X 38 X 32 X 19 X 28 X 28 X 22 X 20 X 31 X 30 X 32 X 48 X 31 X 29 X 19 X 29 X 22 X 31 X 23 X 36 X 45 X 40 X 25 X 17 X 25 X 26 X +USW00094728200110FMTM 0123 X 1625 X 2038 X 1656 X 2238 X 0914 X 1321 X 0855 X 1646 X 1131 X 2110 X 2239 X 1854 X 2348 X 0311 X 2156 X 1339 X 0115 X 2015 X 0732 X 2201 X 0141 X 1512 X 0830 X 1310 X 1241 X 1849 X 1401 X 1754 X 2028 X 2050 X +USW00094728200110PGTM 0116 W 1516 W 2037 W 1656 W 2022 W 0815 W 1212 W 0920 W 2353 W-9999 2109 W 2238 W 1854 W 2248 W 0303 W 2133 W 1251 W 0126 W 2051 W 1619 W 1720 W 1809 W 1512 W 0136 W 1310 W 1240 W 1541 W 1410 W 1813 W 2027 W 2049 W +USW00094728200110TAVG 117 W 172 W 217 W 222 W 217 W 161 W 100 W 78 W 100 W 144 W 183 W 194 W 200 W 167 W 172 W 150 W 117 W 94 W 122 W 167 W 178 W 183 W 161 W 222 W 189 W 106 W 83 W 72 W 83 W 122 W 100 W +USW00094728200110TSUN 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W-9999 0 W 0 W-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00094728200110WDF2 50 X 280 X 240 X 260 X 210 X 280 X 290 X 300 X 250 X 250 X 260 X 260 X 160 X 160 X 290 X 290 X 290 X 280 X 230 X 260 X 250 X 250 X 190 X 240 X 280 X 280 X 310 X 70 X 260 X 50 X 240 X +USW00094728200110WDF5 50 X 290 X 240 X 270 X 250 X 250 X 300 X 310 X 250 X 260 Z 250 X 260 X 160 X 180 X 290 X 270 X 310 X 290 X 220 X 280 X 190 X 80 X 180 X 240 X 270 X 270 X 300 X 60 X 260 X 60 X 240 X +USW00094728200110WSF2 94 X 45 X 63 X 58 X 67 X 89 X 94 X 76 X 54 X 67 X 58 X 45 X 54 X 63 X 76 X 89 X 94 X 72 X 63 X 58 X 67 X 54 X 67 X 54 X 89 X 89 X 76 X 63 X 45 X 63 X 67 X +USW00094728200110WSF5 143 X 72 X 103 X 80 X 98 X 143 X 134 X 98 X 76 X 72 Z 89 X 67 X 67 X 94 X 112 X 125 X 143 X 107 X 98 X 72 X 103 X 67 X 112 X 76 X 156 X 134 X 116 X 98 X 72 X 94 X 94 X +USW00094728200110WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200110WT08-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200110WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200110WT16 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200111TMAX 200 0 239 0 206 0 161 0 100 0 128 0 178 0 144 0 133 0 156 0 117 0 94 0 117 0 156 0 194 0 217 0 117 0 144 0 161 0 150 0 78 0 128 0 144 0 161 0 189 0 167 0 139 0 183 0 139 0 194 0-9999 +USW00094728200111TMIN 111 0 139 0 117 0 89 0 67 0 56 0 83 0 50 0 56 0 61 0 28 0 11 0 28 0 56 0 106 0 117 0 61 0 61 0 72 0 33 0 11 0 33 0 67 0 100 0 133 0 106 0 78 0 117 0 83 0 133 0-9999 +USW00094728200111PRCP 0 0 0 0 13 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 84 0 206 0 0 0 0 0 0 0 13 0 0T 0-9999 +USW00094728200111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200111SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200111AWND 25 X 32 X 23 X 25 X 50 X 45 X 40 X 22 X 40 X 27 X 37 X 29 X 25 X 36 X 23 X 31 X 33 X 19 X 34 X 43 X 23 X 17 X 24 X 32 X 27 X 27 X 20 X 28 X 30 X 24 X-9999 +USW00094728200111FMTM 2144 X 2304 X 0222 X 2209 X 1607 X 1501 X 1255 X 2340 X 0735 X 1424 X 0844 X 1402 X 1933 X 1044 X 2346 X 0827 X 0752 X 1105 X 2352 X 0455 X 1914 X 0545 X 1854 X 0656 X 1317 X 2210 X 2149 X 2309 X 0353 X 1827 X-9999 +USW00094728200111PGTM-9999 2219 W 0204 W 2214 W 1044 W-9999 -9999 -9999 0734 W 1356 W-9999 -9999 1905 W-9999 2332 W-9999 0204 W 1456 W 2020 W 0455 W-9999 -9999 1600 W 0650 W 1320 W 2331 W 2148 W 2344 W 0411 W 1548 W-9999 +USW00094728200111TAVG 156 W 189 W 161 W 128 W 83 W 94 W 133 W 100 W 94 W 111 W 72 W 56 W 72 W 106 W 150 W 167 W 89 W 106 W 117 W 94 W 44 W 83 W 106 W 133 W 161 W 139 W 111 W 150 W 111 W 167 W-9999 +USW00094728200111TSUN 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 -9999 0 W 0 W-9999 0 W 0 W 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W-9999 +USW00094728200111WDF2 260 X 250 X 260 X 310 X 310 X 310 X 320 X 240 X 310 X 260 X 310 X 310 X 250 X 250 X 260 X 260 X 70 X 260 X 210 X 300 X 230 X 260 X 130 X 80 X 190 X 60 X 250 X 90 X 120 X 190 X-9999 +USW00094728200111WDF5 240 X 250 X 250 X 310 X 300 X 320 X 330 X 230 X 310 X 240 X 320 X 320 X 230 X 250 X 250 X 260 X 60 X 240 X 240 X 280 X 250 X 260 X 190 X 70 X 190 X 50 X 240 X 60 X 60 X 190 X-9999 +USW00094728200111WSF2 67 X 80 X 63 X 72 X 107 X 76 X 98 X 67 X 112 X 63 X 89 X 80 X 58 X 67 X 54 X 63 X 89 X 63 X 58 X 80 X 63 X 54 X 54 X 67 X 67 X 58 X 58 X 80 X 76 X 67 X-9999 +USW00094728200111WSF5 103 X 112 X 98 X 103 X 174 X 107 X 139 X 98 X 174 X 98 X 116 X 130 X 76 X 107 X 89 X 89 X 116 X 80 X 98 X 125 X 76 X 72 X 76 X 94 X 103 X 72 X 89 X 112 X 107 X 94 X-9999 +USW00094728200111WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00094728200111WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728200111WT13-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00094728200111WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728200111WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00094728200112TMAX 206 0 117 0 133 0 178 0 211 0 217 0 161 0 89 0 50 0 94 0 128 0 83 0 122 0 172 0 172 0 56 0 106 0 144 0 100 0 89 0 50 0 61 0 94 0 106 0 33 0 33 0 11 0 50 0 44 0 0 0 -6 0 +USW00094728200112TMIN 111 0 78 0 61 0 83 0 128 0 144 0 89 0 33 0 22 0 11 0 67 0 44 0 72 0 117 0 17 0 0 0 39 0 61 0 56 0 28 0 11 0 -6 0 6 0 11 0 -11 0 -17 0 -33 0 -33 0 -17 0 -56 0 -67 0 +USW00094728200112PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 20 0 165 0 38 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 66 0 109 0 0 0 0 0 0 0 0 0 10 0 130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200112SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200112AWND 33 X 21 X 25 X 14 X 21 X 38 X 22 X 36 X 30 X 17 X 25 X 42 X 27 X 22 X 50 X 23 X 24 X 51 X 27 X 46 X 56 X 26 X 20 X 31 X 26 X 23 X 44 X 38 X 34 X 46 X 43 X +USW00094728200112FMTM 1716 X 1619 X 1411 X 2355 X 2318 X 1123 X 1433 X 2312 X 0228 X 1608 X 2337 X 1644 X 2000 X 2356 X 0749 X 1353 X 2232 X 1228 X 1823 X 1712 X 1759 X 0021 X 1810 X 1635 X 0231 X 2336 X 1626 X 2136 X 2152 X 1659 X 1244 X +USW00094728200112PGTM 1715 W 1446 W 1718 W 2319 W 2309 W 1121 W 1432 W 2311 W 0214 W 1657 W 1513 W 1006 W 1944 W 2354 W 0446 W 1346 W 2231 W 1435 W 2000 W 1441 W 1516 W 0021 W 1924 W 1635 W 0231 W 2345 W 1631 W 2126 W 2106 W 2040 W 1055 W +USW00094728200112TAVG 161 W 100 W 100 W 133 W 172 W 183 W 128 W 61 W 39 W 56 W 100 W 67 W 100 W 144 W 94 W 28 W 72 W 106 W 78 W 61 W 33 W 28 W 50 W 61 W 11 W 11 W -11 W 11 W 17 W -28 W -33 W +USW00094728200112TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W +USW00094728200112WDF2 300 X 310 X 250 X 260 X 250 X 260 X 290 X 70 X 80 X 180 X 60 X 80 X 260 X 260 X 310 X 60 X 250 X 310 X 230 X 280 X 310 X 320 X 210 X 290 X 300 X 290 X 290 X 290 X 290 X 290 X 290 X +USW00094728200112WDF5 300 X 300 X 240 X 240 X 250 X 230 X 300 X 60 X 80 X 180 X 60 X 70 X 260 X 250 X 270 X 60 X 260 X 310 X 240 X 280 X 320 X 320 X 240 X 290 X 300 X 330 X 300 X 290 X 300 X 300 X 280 W +USW00094728200112WSF2 63 X 45 X 67 X 54 X 58 X 63 X 67 X 94 X 103 X 54 X 54 X 76 X 58 X 72 X 103 X 72 X 63 X 107 X 67 X 103 X 103 X 72 X 63 X 72 X 58 X 58 X 89 X 76 X 72 X 80 X 76 X +USW00094728200112WSF5 98 X 63 X 89 X 76 X 89 X 94 X 89 X 130 X 134 X 63 X 76 X 112 X 76 X 112 X 165 X 98 X 89 X 156 X 103 X 148 X 156 X 107 X 80 X 107 X 98 X 76 X 116 X 125 X 103 X 130 X 107 W +USW00094728200112WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200112WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200112WT16-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200112WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200201TMAX 17 0 28 0 17 0 39 0 61 0 56 0 28 0 17 0 56 0 111 0 94 0 78 0 67 0 67 0 100 0 56 0 83 0 33 0 -6 0 39 0 44 0 83 0 89 0 100 0 83 0 133 0 167 0 156 0 206 0 161 0 50 0 +USW00094728200201TMIN -61 0 -50 0 -33 0 -17 0 0 0 11 0 -33 0 -56 0 -6 0 44 0 44 0 39 0 28 0 11 0 22 0 22 0 17 0 -17 0 -33 0 -39 0 6 0 28 0 56 0 72 0 39 0 28 0 50 0 78 0 100 0 50 0 22 0 +USW00094728200201PRCP 0 0 0 0 0 0 0 0 0 0 157 0 18 0 0 0 20 0 0 0 69 0 0 0 5 0 0 0 0 0 0 0 0T 0 0 0 81 0 0T 0 38 0 0 0 0 0 79 0 0 0 0 0 0 0 0 0 0 0 8 0 15 0 +USW00094728200201SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 13 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 76 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200201SNWD 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0T Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0T Z-9999 0 Z 76 Z-9999 25 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200201AWND 42 X 35 X 30 X 31 X 30 X 31 X 30 X 27 X 36 X 28 X 30 X 36 X 53 X 31 X 32 X 36 X 38 X 40 X 30 X 23 X 26 X 36 X 43 X 28 X 47 X 38 X 22 X 31 X 30 X 30 X 43 X +USW00094728200201FMTM 2323 X 0143 X 2347 X 2359 X 2359 X 2010 X 1616 X 1947 X 1540 X 1321 X 2322 X 2115 X 1447 X 0127 X 1549 X 0812 X 1401 X 1424 X 2132 X 0009 X 1946 X 0945 X 1229 X 2256 X 0758 X 1025 X 2245 X 0904 X 1347 X 2350 X 0659 X +USW00094728200201PGTM 2100 W 0123 W-9999 2110 W 1716 W 2009 W 1616 W 2012 W 1553 W 1150 W 2321 W 2113 W 1225 W 0127 W 1548 W 0812 W 1514 W 1106 W 1948 W 0214 W 1946 W 2346 W 1229 W 2257 W-9999 0410 W 2242 W 0438 W 2326 W 2350 W 0700 W +USW00094728200201TAVG -22 W -11 W -6 W 11 W 33 W 33 W 0 W -17 W 28 W 78 W 72 W 61 W 50 W 39 W 61 W 39 W 50 W 11 W -17 W 0 W 28 W 56 W 72 W 89 W 61 W 83 W 111 W 117 W 156 W 106 W 39 W +USW00094728200201TSUN 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W-9999 -9999 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728200201WDF2 310 X 310 X 350 X 260 X 260 X 70 X 10 X 250 X 250 X 290 X 290 X 210 X 290 X 290 X 300 X 310 X 290 X 290 X 60 X 70 X 280 X 310 X 250 X 320 X 310 X 250 X 250 X 260 X 290 X 70 X 80 X +USW00094728200201WDF5 310 X 320 X 10 Z 250 X 250 X 60 X 360 X 240 X 230 X 250 X 300 X 220 X 290 X 290 X 300 X 330 X 280 X 290 X 60 X 70 X 280 X 250 X 250 X 310 X 290 Z 270 X 250 X 250 X 260 X 50 X 80 X +USW00094728200201WSF2 72 X 72 X 54 X 67 X 67 X 125 X 89 X 80 X 76 X 67 X 80 X 72 X 107 X 80 X 80 X 89 X 80 X 80 X 80 X 67 X 67 X 67 X 94 X 72 X 94 X 76 X 67 X 58 X 80 X 76 X 94 X +USW00094728200201WSF5 112 X 107 X 72 Z 112 X 94 X 170 X 116 X 112 X 112 X 107 X 134 X 116 X 174 X 107 X 116 X 130 X 112 X 130 X 107 X 89 X 107 X 94 X 156 X 98 X 116 Z 103 X 94 X 80 X 107 X 107 X 112 X +USW00094728200201WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728200201WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728200201WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728200201WT18-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200201WT19-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200202TMAX 128 0 44 0 61 0 61 0 6 0 61 0 78 0 117 0 83 0 128 0 128 0 72 0 56 0 39 0 100 0 133 0 94 0 72 0 117 0 122 0 172 0 106 0 78 0 83 0 111 0 144 0 100 0 44 0-9999 -9999 -9999 +USW00094728200202TMIN 33 0 -17 0 -6 0 -39 0 -72 0 -11 0 28 0 28 0 22 0 33 0 -44 0 -50 0 -50 0 -61 0 0 0 67 0 11 0 -11 0 -6 0 72 0 100 0 61 0 11 0 -6 0 33 0 56 0 -17 0 -33 0-9999 -9999 -9999 +USW00094728200202PRCP 38 0 0 0 0 0 0T 0 0 0 0 0 5 0 0 0 0 0 76 0 20 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 20 0 8 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0-9999 -9999 -9999 +USW00094728200202SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00094728200202SNWD 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 -9999 +USW00094728200202AWND 38 X 45 X 30 X 31 X 48 X 28 X 21 X 33 X 29 X 32 X 52 X 37 X 48 X 30 X 43 X 22 X 38 X 35 X 15 X 42 X 45 X 55 X 50 X 36 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200202FMTM 1909 X 0250 X 1209 X 2257 X 0304 X 0857 X 0226 X 2345 X 1036 X 1956 X 0955 X 1333 X 0949 X 2020 X 1449 X 1555 X 1646 X 1206 X 1419 X 0812 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200202PGTM 2337 W 0017 W 1214 W 2317 W 0258 W 1011 W 0225 W 2122 W 1035 W 1949 W 0822 W 1329 W 1205 W 2020 W 1449 W-9999 1947 W 1119 W 1418 W 0147 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200202TAVG 83 W 17 W 28 W 11 W -33 W 28 W 56 W 72 W 56 W 83 W 44 W 11 W 6 W -11 W 50 W 100 W 56 W 33 W 56 W 100 W 139 W 83 W 44 W 39 W 72 W 100 W 44 W 6 W-9999 -9999 -9999 +USW00094728200202TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W-9999 0 W 0 W 0 W-9999 0 W-9999 -9999 -9999 +USW00094728200202WDF2 290 X 310 X 240 X 310 X 310 X 290 X 260 X 310 X 60 X 210 X 310 X 260 X 310 X 240 X 240 X 300 X 310 X 60 X 250 X 160 X 0 X 0 X 0 X 0 X-9999 0 X-9999 -9999 -9999 -9999 -9999 +USW00094728200202WDF5 330 X 280 X 250 X 310 X 310 X 290 X 260 X 260 X 60 X 220 X 280 X 250 X 320 X 220 X 250 X 240 Z 320 X 50 X 250 X 250 X 270 Z 290 Z 330 Z 180 Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200202WSF2 116 X 103 X 76 X 94 X 112 X 67 X 58 X 58 X 76 X 72 X 107 X 103 X 98 X 72 X 80 X 54 X 89 X 72 X 45 X 54 X 89 Z 80 Z 76 Z 54 Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200202WSF5 156 X 161 X 103 X 139 X 170 X 94 X 80 X 80 X 112 X 107 X 161 X 139 X 130 X 103 X 125 X 80 Z 130 X 107 X 63 X 72 X 98 Z 103 Z 76 Z 54 Z 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00094728200202WT01 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200202WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200202WT13 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728200202WT16 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200202WT18-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200202WT19-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728200203TMAX 83 0 94 0 161 0 72 0 17 0 150 0 183 0 106 0 183 0 150 0 50 0 111 0 72 0 194 0 161 0 178 0 50 0 39 0 89 0 61 0 133 0 6 0 89 0 128 0 100 0 67 0 117 0 133 0 144 0 222 0 161 0 +USW00094728200203TMIN -22 0 22 0 72 0 -39 0 -72 0 6 0 67 0 50 0 61 0 -11 0 -28 0 22 0 44 0 61 0 89 0 28 0 -11 0 6 0 22 0 33 0 -17 0 -56 0 -33 0 33 0 22 0 33 0 33 0 17 0 67 0 94 0 83 0 +USW00094728200203PRCP 0 0 89 0 208 0 0 0 0 0 0 0 0 0 0 0 0T 0 20 0 0 0 0 0 71 0 0 0 0 0 0T 0 8 0 76 0 0 0 203 0 0T 0 0 0 0 0 0 0 5 0 71 0 76 0 0 0 0 0 0T 0 71 0 +USW00094728200203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200203SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200203AWND 46 X 52 X 66 X 73 X 55 X 42 X 21 X 35 X 37 X 71 X 36 X 20 X 36 X 25 X 24 X 32 X 39 X 40 X 25 X 37 X 40 X 57 X 44 X 26 X 40 X 43 X 38 X 25 X 38 X 34 X 17 X +USW00094728200203FMTM 1634 X-9999 -9999 -9999 -9999 2024 X 0127 X 0423 X 2224 X 1307 X 0239 X 0253 X 1020 X 2245 X 0106 X 2111 X 0122 X 2118 X 2328 X 1231 X 2235 X 0152 X 1633 X 1236 X 0607 X 2153 X 1023 X 2223 X 2000 X 1402 X 2129 X +USW00094728200203PGTM 1632 W-9999 -9999 -9999 -9999 1413 W 0044 W 0405 W-9999 1259 W 0336 W-9999 1116 W 2245 W 0105 W 2209 W 0125 W 1123 W-9999 1200 W 2040 W 0041 W 1705 W 1236 W-9999 2156 W 1009 W 0032 W-9999 0026 W 2059 W +USW00094728200203TAVG 33 W 61 W 117 W 17 W -28 W 78 W 128 W 78 W 122 W 72 W 11 W 67 W 61 W 128 W 128 W 106 W 22 W 22 W 56 W 50 W 61 W -22 W 28 W 83 W 61 W 50 W 78 W 78 W 106 W 161 W 122 W +USW00094728200203TSUN-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728200203WDF2 360 X-9999 -9999 -9999 0 W 220 X 230 X 50 X 170 X 270 X 280 X 230 X 60 X 190 X 220 X 40 X 30 X 50 X 100 X 130 X 300 X 300 X 240 X 210 X 30 X 280 X 310 X 250 X 180 X 250 X 140 X +USW00094728200203WDF5 360 X-9999 -9999 -9999 0 W 240 X 240 X 50 X 0 W 290 X 280 X 0 W 40 X 190 X 230 X 40 X 30 X 50 X 0 W 130 X 320 X 300 X 230 X 210 X 0 W 280 X 310 X 350 X 0 W 170 X 140 X +USW00094728200203WSF2 54 X-9999 -9999 -9999 0 W 89 X 63 X 72 X 80 X 116 X 89 X 67 X 76 X 54 X 72 X 80 X 98 X 72 X 58 X 89 X 107 X 125 X 103 X 72 X 98 X 112 X 76 X 54 X 80 X 76 X 54 X +USW00094728200203WSF5 67 X 0 W 0 W 0 W 0 W 130 X 107 X 98 X 0 W 197 X 116 X 0 W 103 X 80 X 112 X 125 X 148 X 103 X 0 W 112 X 170 X 201 X 161 X 103 X 0 W 161 X 116 X 76 X 0 W 125 X 72 X +USW00094728200203WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200203WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200203WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200203WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728200203WT13-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728200203WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 +USW00094728200203WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200203WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200204TMAX 156 0 133 0 250 0 106 0 72 0 83 0 89 0 150 0 244 0 194 0 156 0 139 0 228 0 239 0 278 0 333 0 356 0 328 0 317 0 200 0 139 0 128 0 133 0 167 0 111 0 156 0 178 0 133 0 122 0 156 0-9999 +USW00094728200204TMIN 72 0 39 0 56 0 28 0 0 0 -6 0 -11 0 50 0 111 0 89 0 78 0 67 0 128 0 133 0 150 0 206 0 233 0 244 0 172 0 128 0 94 0 56 0 39 0 44 0 61 0 56 0 44 0 89 0 61 0 50 0-9999 +USW00094728200204PRCP 15 0 0 0 13 0 0 0 0 0 0T 0 0 0 0 0 10 0 3 0 0 0 28 0 8 0 28 0 8 0 0 0 0 0 0 0 58 0 10 0 0T 0 89 0 0 0 0 0 140 0 0 0 3 0 417 0 0 0 38 0-9999 +USW00094728200204SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200204SNWD 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200204AWND 40 X 33 X 36 X 41 X 33 X 34 X 27 X 36 X 39 X 33 X 39 X 24 X 28 X 26 X 28 X 25 X 25 X 27 X 21 X 18 X 25 X 29 X 35 X 23 X 29 X 35 X 23 X 32 X 41 X 30 X-9999 +USW00094728200204FMTM 1438 X 1714 X 1606 X 0927 X 1617 X 1555 X 2349 X 0753 X 1749 X 0558 X 0550 X 1157 X 2302 X 1645 X 0306 X 1721 X 1438 X 1946 X 1708 X 0954 X 0045 X 2318 X 1128 X 2138 X 1105 X 0811 X 1708 X 1928 X 1945 X 0056 X-9999 +USW00094728200204PGTM 1438 W 1702 W 1526 W 0249 W 1433 W 1554 W 1805 W 0818 W 0854 W 0356 W-9999 1703 W 2224 W 1646 W 0305 W-9999 1438 W 1945 W 1705 W 2242 W 0414 W 2314 W 1034 W 2137 W 0932 W 0755 W 1921 W 1947 W 1945 W 0014 W-9999 +USW00094728200204TAVG 117 W 89 W 156 W 67 W 39 W 39 W 39 W 100 W 178 W 144 W 117 W 106 W 178 W 189 W 217 W 272 W 294 W 289 W 244 W 167 W 117 W 94 W 89 W 106 W 89 W 106 W 111 W 111 W 94 W 106 W-9999 +USW00094728200204TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 +USW00094728200204WDF2 280 X 180 X 300 X 270 X 280 X 300 X 250 X 230 X 220 X 300 X 60 X 170 X 240 X 150 X 280 X 170 X 160 X 220 X 300 W 40 X 300 X 310 X 290 X 190 X 160 X 300 X 170 X 50 X 300 X 300 X-9999 +USW00094728200204WDF5 290 X 170 X 280 X 290 X 270 X 290 X 170 X 230 X 230 X 310 X 80 Z 160 X 220 X 150 X 260 X 170 Z 150 X 240 X 280 X 330 X 330 X 300 X 350 X 200 X 160 X 270 X 180 X 290 X 280 X 270 X-9999 +USW00094728200204WSF2 103 X 80 X 94 X 76 X 67 X 94 X 67 X 72 X 89 X 76 X 80 X 54 X 63 X 72 X 72 X 58 X 63 X 63 X 148 W 54 X 63 X 72 X 72 X 67 X 76 X 80 X 58 X 76 X 89 X 67 X-9999 +USW00094728200204WSF5 139 X 116 X 170 X 125 X 89 X 134 X 94 X 98 X 134 X 112 X 103 Z 67 X 94 X 89 X 103 X 72 Z 80 X 94 X 210 X 72 X 89 X 107 X 107 X 94 X 125 X 125 X 76 X 107 X 125 X 103 X-9999 +USW00094728200204WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00094728200204WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200204WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200204WT13-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00094728200204WT16 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 +USW00094728200204WT18-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200205TMAX 200 0 144 0 161 0 200 0 217 0 239 0 267 0 222 0 133 0 239 0 217 0 150 0 117 0 167 0 200 0 267 0 261 0 128 0 150 0 144 0 167 0 200 0 233 0 283 0 217 0 206 0 250 0 244 0 256 0 261 0 300 0 +USW00094728200205TMIN 67 0 89 0 89 0 78 0 106 0 117 0 139 0 128 0 94 0 122 0 111 0 111 0 94 0 89 0 89 0 122 0 128 0 61 0 50 0 61 0 56 0 78 0 100 0 133 0 133 0 133 0 150 0 178 0 178 0 167 0 183 0 +USW00094728200205PRCP 0 0 109 0 0 0 0 0 0 0 0 0 0T 0 0 0 38 0 0 0 0 0 41 0 229 0 13 0 0 0 0 0 13 0 399 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 97 0 +USW00094728200205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200205SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200205AWND 20 X 27 X 51 X 28 X 29 X 30 X 19 X 33 X 26 X 34 X 24 X 21 X 46 X 44 X 50 X 38 X 38 X 41 X 28 X 26 X 24 X 24 X 26 X 30 X 30 X 22 X 24 X 16 X 22 X 21 X 26 X +USW00094728200205FMTM 1121 X 0742 X 1433 X 1539 X 1623 X-9999 1358 X 1411 X 1606 X 1812 X 1029 X 1309 X 1752 X 1409 X 1125 X 1423 X 2309 X 0701 X 1040 X 0956 X 1818 X 2156 X 1647 X 2155 X 1549 X 0706 X 1635 X 1431 X 1801 X 1550 X 1737 X +USW00094728200205PGTM 1235 W 0725 W 1432 W 2139 W 1607 W-9999 1630 W 0559 W 1606 W 1622 W 0316 W 1310 W 2132 W 1408 W 1124 W 1509 W 2309 W 0607 W-9999 1102 W-9999 2120 W 1900 W 2154 W-9999 0706 W 1634 W 1509 W 1744 W 1550 W 1927 W +USW00094728200205TAVG 133 W 117 W 128 W 139 W 161 W 178 W 206 W 178 W 117 W 183 W 167 W 133 W 106 W 128 W 144 W 194 W 194 W 94 W 100 W 106 W 111 W 139 W 167 W 211 W 178 W 172 W 200 W 211 W 217 W 217 W 244 W +USW00094728200205TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W-9999 0 W +USW00094728200205WDF2 290 X 150 X 310 X 170 X 170 X 170 Z 250 X 140 X 100 X 270 X 290 X 150 X 50 X 240 X 280 X 230 X 50 X 50 X 270 X 290 X 350 X 220 X 170 X 350 X 150 X 150 X 160 X 160 X 160 X 150 X 250 X +USW00094728200205WDF5 280 X 140 X 310 X 190 X 170 X 200 Z 210 X 60 X 70 X 280 X 290 X 150 X 30 X 240 X 280 X 260 X 50 X 60 X 290 X 50 X 300 Z 220 X 170 X 320 X 160 Z 140 X 170 X 180 X 150 X 160 X 350 X +USW00094728200205WSF2 76 X 76 X 116 X 63 X 63 X 58 Z 54 X 72 X 58 X 80 X 67 X 63 X 107 X 112 X 112 X 80 X 89 X 125 X 63 X 58 X 63 X 58 X 58 X 63 X 72 X 54 X 45 X 54 X 58 X 58 X 80 X +USW00094728200205WSF5 98 X 116 X 179 X 89 X 94 X 89 Z 76 X 98 X 72 X 125 X 107 X 98 X 161 X 197 X 165 X 116 X 112 X 170 X 89 X 89 X 72 Z 89 X 76 X 98 X 94 Z 72 X 67 X 72 X 89 X 80 X 112 X +USW00094728200205WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00094728200205WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00094728200205WT13-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00094728200205WT16-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728200206TMAX 294 0 256 0 233 0 222 0 294 0 256 0 200 0 217 0 283 0 267 0 317 0 294 0 189 0 172 0 172 0 244 0 250 0 256 0 261 0 272 0 272 0 306 0 306 0 311 0 283 0 333 0 317 0 289 0 294 0 306 0-9999 +USW00094728200206TMIN 178 0 167 0 133 0 156 0 183 0 144 0 133 0 117 0 133 0 183 0 178 0 156 0 139 0 133 0 128 0 150 0 150 0 144 0 167 0 172 0 183 0 194 0 211 0 239 0 233 0 239 0 211 0 211 0 206 0 211 0-9999 +USW00094728200206PRCP 0T 0 0 0 0 0 0 0 0T 0 429 0 178 0 0 0 0 0 0 0 0 0 53 0 0 0 160 0 23 0 61 0 5 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 178 0 0 0 0 0 0 0-9999 +USW00094728200206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200206SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200206AWND 30 X 39 X 25 X 39 X 26 X 36 X 50 X 25 X 25 X 25 X 28 X 41 X 25 X 42 X 25 X 18 X 21 X 19 X 13 X 21 X 25 X 26 X 42 X 30 X 28 X 25 X 17 X 28 X 25 X 19 X-9999 +USW00094728200206FMTM 1642 X 1257 X 1158 X 1631 X 2344 X 2212 X 1136 X 1753 X 1401 X 1846 X 1628 X 2055 X 0022 X 2148 X 0043 X 1647 X 2024 X 1633 X 1754 X 1554 X 2218 X 2201 X 0043 X 1700 X 0801 X 1240 X 1934 X 1637 X 1112 X 2135 X-9999 +USW00094728200206PGTM 1455 W-9999 1341 W 1535 W 2344 W 2211 W 1154 W-9999 1755 W 1518 W 1609 W 2245 W 0033 W 2053 W 0055 W 1646 W 2015 W 1537 W 1754 W 1606 W-9999 2149 W-9999 1700 W 0757 W 1239 W 1734 W 1301 W 1152 W 1613 W-9999 +USW00094728200206TAVG 239 W 211 W 183 W 189 W 239 W 200 W 167 W 167 W 211 W 228 W 250 W 228 W 167 W 156 W 150 W 200 W 200 W 200 W 217 W 222 W 228 W 250 W 261 W 278 W 261 W 289 W 267 W 250 W 250 W-9999 -9999 +USW00094728200206TSUN 0 W 0 W-9999 -9999 -9999 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W-9999 -9999 0 W-9999 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W 0 W 0 W-9999 -9999 +USW00094728200206WDF2 260 X 310 X 290 X 170 X 220 X 60 X 50 X 140 X 240 X 170 X 240 X 60 X 50 X 60 X 60 X 240 X 280 X 170 X 200 X 140 X 230 X 230 X 240 X 350 X 50 X 160 X 280 X 280 X 60 X 220 X-9999 +USW00094728200206WDF5 240 X 310 X 310 X 180 X 240 X 40 X 40 X 150 X 250 X 160 X 230 X 50 X 50 X 50 X 50 X 280 X 290 X 190 X 190 X 130 X 360 Z 220 X 250 Z 350 X 40 X 160 X 250 X 330 X 40 X 160 X-9999 +USW00094728200206WSF2 67 X 89 X 58 X 67 X 58 X 116 X 107 X 54 X 54 X 54 X 67 X 98 X 76 X 80 X 76 X 80 X 80 X 58 X 45 X 54 X 58 X 58 X 63 X 36 X 63 X 58 X 67 X 63 X 72 X 63 X-9999 +USW00094728200206WSF5 103 X 130 X 76 X 98 X 89 X 156 X 156 X 72 X 72 X 76 X 103 X 130 X 94 X 112 X 107 X 130 X 143 X 80 X 63 X 72 X 72 Z 89 X 89 Z 45 X 76 X 89 X 107 X 89 X 94 X 94 X-9999 +USW00094728200206WT01 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728200206WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200206WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200206WT13 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728200206WT16 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200207TMAX 306 0 350 0 350 0 356 0 300 0 278 0 306 0 322 0 344 0 283 0 256 0 272 0 278 0 278 0 333 0 311 0 317 0 350 0 317 0 294 0 272 0 328 0 344 0 267 0 256 0 217 0 239 0 289 0 356 0 350 0 350 0 +USW00094728200207TMIN 222 0 239 0 278 0 272 0 206 0 189 0 200 0 211 0 233 0 200 0 161 0 167 0 183 0 211 0 206 0 211 0 200 0 261 0 211 0 206 0 217 0 217 0 222 0 194 0 178 0 178 0 189 0 217 0 261 0 267 0 233 0 +USW00094728200207PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 8 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 3 0 160 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200207SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200207AWND 30 X 25 X 22 X 24 X 31 X 29 X 21 X 25 X 25 X 30 X 25 X 25 X 28 X 24 X 25 X 29 X 16 X 20 X 26 X 27 X 25 X 33 X 31 X 40 X 35 X 25 X 10 X 15 X 26 X 34 X 20 X +USW00094728200207FMTM 0041 X 1528 X 1627 X 1814 X 1157 X 1645 X 1634 X 1105 X 1627 X 0800 X 0856 X 1653 X 1510 X 2213 X 1524 X 1256 X 1639 X 1218 X 1649 X 1155 X 2154 X 1257 X 1658 X 0650 X 1428 X 1043 X 0836 X 1511 X 1543 X 1735 X 1433 X +USW00094728200207PGTM 0039 W 1527 W 1259 W 1813 W 1129 W 1201 W 1441 W 2239 W 1626 W 1845 W 0902 W 2312 W 1509 W 2338 W 1523 W 1649 W 1443 W 1217 W 1648 W 1155 W 1831 W 1352 W 1657 W 0650 W 1450 W 0814 W 1810 W 1510 W 1543 W 1517 W 1157 W +USW00094728200207TAVG 267 W 294 W 317 W 317 W 256 W 233 W 256 W 267 W 289 W 244 W 211 W 222 W 233 W 244 W 272 W 261 W 261 W 306 W 267 W 250 W 244 W 272 W 283 W 233 W 217 W 200 W 217 W 256 W 311 W 311 W 294 W +USW00094728200207TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200207WDF2 240 X 260 X 280 X 290 X 300 X 300 X 270 X 290 X 290 X 50 X 40 X 170 X 150 X 230 X 280 X 280 X 140 X 280 X 300 X 50 X 170 X 200 X 300 X 50 X 50 X 40 X 260 X 160 X 280 X 300 X 50 X +USW00094728200207WDF5 220 X 280 X 300 X 280 X 320 X 60 X 280 X 240 X 270 W 320 X 40 X 230 X 170 X 220 X 280 X 330 X 160 X 280 X 300 X 40 X 160 X 180 X 290 X 40 X 40 X 40 X 170 X 160 X 290 X 310 X 40 X +USW00094728200207WSF2 63 X 58 X 58 X 58 X 72 X 58 X 54 X 54 X 103 X 72 X 76 X 58 X 58 X 40 X 63 X 67 X 45 X 72 X 76 X 72 X 58 X 63 X 80 X 98 X 67 X 58 X 40 X 45 X 58 X 67 X 54 X +USW00094728200207WSF5 80 X 80 X 72 X 94 X 107 X 98 X 76 X 72 X 161 W 98 X 112 X 94 X 80 X 63 X 89 X 98 X 67 X 98 X 139 X 94 X 89 X 98 X 130 X 134 X 94 X 80 X 54 X 72 X 76 X 103 X 76 X +USW00094728200207WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728200207WT08-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728200207WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00094728200207WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200208TMAX 356 0 361 0 322 0 333 0 328 0 267 0 267 0 278 0 294 0 317 0 333 0 356 0 367 0 350 0 333 0 339 0 344 0 344 0 344 0 278 0 289 0 294 0 239 0 222 0 289 0 283 0 294 0 244 0 183 0 222 0 222 0 +USW00094728200208TMIN 244 0 211 0 211 0 250 0 256 0 183 0 161 0 178 0 189 0 200 0 211 0 228 0 267 0 256 0 239 0 233 0 233 0 256 0 239 0 189 0 200 0 206 0 206 0 189 0 172 0 194 0 194 0 172 0 156 0 156 0 172 0 +USW00094728200208PRCP 0 0 178 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 53 0 0 0 0 0 145 0 0 0 41 0 0 0 97 0 3 0 0 0 0 0 13 0 681 0 0 0 0T 0 +USW00094728200208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200208SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200208AWND 19 X 25 X 19 X 19 X 27 X 46 X 31 X 25 X 26 X 29 X 24 X 21 X 24 X 30 X 31 X 24 X 18 X 20 X 24 X 30 X 28 X 28 X 30 X 16 X 14 X 10 X 18 X 48 X 42 X 17 X 37 X +USW00094728200208FMTM 0905 X 1846 X 0225 X 1542 X 1557 X 1410 X 1133 X 1527 X 1347 X 2324 X 2158 X 1724 X 2306 X 2124 X 1637 X 1433 X 1733 X 1412 X 1507 X 1717 X 1034 X 1042 X 1738 X 1942 X 1159 X 1709 X 1329 X 0919 X 0950 X 1420 X 0949 X +USW00094728200208PGTM 0915 W 1845 W 1639 W 2351 W 1934 W 1409 W-9999 -9999 1105 W 1747 W-9999 1723 W 2305 W 2309 W-9999 1400 W 1733 W-9999 1533 W 1249 W-9999 1445 W 0934 W 1940 W 1158 W 1920 W 1353 W 1400 W 0726 W 1408 W-9999 +USW00094728200208TAVG 300 W 289 W 267 W 294 W 294 W 228 W 217 W 228 W 244 W 261 W 272 W 294 W -178 GW 306 W 289 W 289 W 289 W 300 W 294 W 233 W 244 W 250 W 222 W 206 W 233 W 239 W 244 W 211 W 172 W 189 W 200 W +USW00094728200208TSUN-9999 0 W-9999 -9999 0 W 0 W 0 W 0 W-9999 -9999 0 W-9999 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728200208WDF2 50 X 60 X 280 X 160 X 270 X 50 X 50 X 50 X 60 X 230 X 230 X 150 X 230 X 220 X 180 X 50 X 160 X 210 X 280 X 50 X 80 X 220 X 80 X 320 X 60 X 280 X 80 X 60 X 50 X 50 X 70 X +USW00094728200208WDF5 30 X 50 X 170 X 240 X 280 X 50 X 70 X 50 X 60 X 180 X 170 X 150 X 240 X 220 X 160 Z 350 X 170 X 220 Z 270 X 50 X 60 Z 170 X 40 X 310 X 50 X 170 X 60 X 40 X 70 X 60 X 80 X +USW00094728200208WSF2 54 X 89 X 54 X 58 X 67 X 89 X 76 X 63 X 63 X 58 X 58 X 54 X 63 X 67 X 63 X 72 X 63 X 58 X 67 X 67 X 63 X 63 X 54 X 45 X 45 X 36 X 58 X 89 X 89 X 45 X 98 X +USW00094728200208WSF5 72 X 130 X 63 X 72 X 76 X 134 X 112 X 89 X 94 X 89 X 89 X 72 X 94 X 98 X 98 Z 103 X 94 X 89 Z 94 X 98 X 76 Z 89 X 76 X 67 X 58 X 54 X 72 X 130 X 125 X 67 X 130 X +USW00094728200208WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728200208WT08-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200208WT13-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728200208WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200208WT16-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 +USW00094728200209TMAX 183 0 200 0 278 0 306 0 267 0 256 0 289 0 289 0 328 0 322 0 250 0 228 0 283 0 272 0 261 0 272 0 261 0 256 0 256 0 261 0 278 0 272 0 239 0 244 0 222 0 189 0 244 0 233 0 206 0 222 0-9999 +USW00094728200209TMIN 150 0 161 0 172 0 217 0 183 0 144 0 161 0 172 0 183 0 222 0 167 0 128 0 161 0 189 0 211 0 189 0 167 0 167 0 167 0 189 0 206 0 217 0 172 0 144 0 156 0 133 0 133 0 156 0 122 0 139 0-9999 +USW00094728200209PRCP 74 0 414 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 165 0 79 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 257 0 320 0 3 0 0 0 0 0-9999 +USW00094728200209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200209SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200209AWND 47 X 38 X 17 X 21 X 25 X 17 X 10 X 15 X 6 X 15 X 45 X 27 X 30 X 30 X 29 X 25 X 16 X 18 X 16 X 26 X 28 X 25 X 30 X 25 X 31 X 36 X 33 X 29 X 26 X 21 X-9999 +USW00094728200209FMTM 0837 X 1218 X 1626 X 1606 X 1647 X 0244 X 1557 X 1658 X 1835 X 1705 X 1320 X 0657 X 1206 X 2146 X 0913 X 1456 X 1330 X 1031 X 2238 X 2212 X 2208 X 1314 X 1927 X 0900 X 1218 X 2052 X 2237 X 0846 X 0101 X 2211 X-9999 +USW00094728200209PGTM 0740 W 1217 W 1625 W 1555 W-9999 0207 W 1557 W 1722 W 1706 W 1704 W 1518 W 1032 W-9999 2247 W 2330 W 0559 W-9999 1031 W-9999 2205 W 0002 W 1314 W 0858 W-9999 1217 W 2052 W 2236 W 0514 W 0058 W-9999 -9999 +USW00094728200209TAVG 167 W -178 GW -178 GW 261 W 228 W 200 W 228 W 233 W 256 W 272 W 211 W 178 W 222 W 233 W 239 W 233 W 217 W 211 W 211 W 228 W 244 W 244 W 206 W 194 W 189 W 161 W 189 W 194 W 167 W 183 W-9999 +USW00094728200209TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728200209WDF2 50 X 40 X 170 X 300 X 300 X 360 X 190 X 170 X 160 X 180 X 300 X 300 X 230 X 230 X 230 X 300 X 50 X 70 X 170 X 220 X 210 X 190 X 50 X 50 X 50 X 50 X 180 X 340 X 60 X 180 X-9999 +USW00094728200209WDF5 60 X 50 X 170 X 310 X 340 Z 60 X 180 X 160 X 170 X 190 X 300 X 310 X 240 Z 180 X 200 X 200 X 60 Z 70 X 140 Z 230 X 230 X 190 X 330 X 40 Z 40 X 40 X 170 X 290 X 40 X 240 X-9999 +USW00094728200209WSF2 80 X 72 X 45 X 63 X 58 X 54 X 45 X 40 X 36 X 45 X 125 X 63 X 72 X 72 X 63 X 63 X 54 X 54 X 45 X 63 X 54 X 58 X 67 X 58 X 76 X 67 X 94 X 72 X 63 X 54 X-9999 +USW00094728200209WSF5 112 X 103 X 72 X 89 X 89 Z 76 X 67 X 58 X 54 X 63 X 206 X 89 X 103 Z 98 X 94 X 80 X 72 Z 63 X 72 Z 89 X 94 X 80 X 98 X 76 Z 98 X 89 X 139 X 107 X 89 X 80 X-9999 +USW00094728200209WT01 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728200209WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200209WT13 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728200209WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728200210TMAX 256 0 289 0 272 0 222 0 278 0 194 0 244 0 161 0 178 0 172 0 167 0 167 0 161 0 139 0 139 0 156 0 156 0 139 0 167 0 150 0 133 0 133 0 122 0 94 0 100 0 144 0 156 0 117 0 78 0 67 0 100 0 +USW00094728200210TMIN 161 0 189 0 161 0 150 0 161 0 133 0 139 0 100 0 100 0 128 0 122 0 133 0 128 0 67 0 50 0 94 0 83 0 72 0 94 0 94 0 78 0 44 0 50 0 22 0 72 0 89 0 78 0 56 0 33 0 28 0 28 0 +USW00094728200210PRCP 0 0 0 0 18 0 13 0 15 0 0 0 0 0 0 0 0 0 48 0 777 0 325 0 15 0 0 0 0 0 315 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 221 0 0 0 0 0 8 0 28 0 0 0 +USW00094728200210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00094728200210SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200210AWND 29 X 25 X 32 X 30 X 35 X 31 X 29 X 22 X 29 X 26 X 48 X 50 X 21 X 29 X 34 X 51 X 23 X 29 X 35 X 22 X 21 X 22 X 29 X 11 X 27 X 33 X 27 X 24 X 35 X 45 X 21 X +USW00094728200210FMTM 1147 X 1912 X 1535 X 2157 X 1210 X 0945 X 1519 X 0838 X 1249 X 1750 X 1346 X 1122 X 2108 X 1031 X 0923 X 0918 X 1922 X 1235 X 0956 X 0138 X 2026 X 0028 X 1226 X 1050 X 1103 X 0127 X 0308 X 2248 X 2115 X 1056 X 0227 X +USW00094728200210PGTM 1244 W 1747 W 1535 W 2220 W 1143 W 1039 W 1726 W 0838 W-9999 1820 W 1329 W 1146 W 2107 W 0812 W 0922 W 0900 W 1917 W-9999 1403 W 1342 W 0911 W 0025 W 0944 W-9999 2313 W 0126 W 1814 W 1708 W 2059 W 0334 W 0227 W +USW00094728200210TAVG 211 W 239 W 217 W 189 W 222 W 167 W 194 W 133 W 139 W 150 W 144 W 150 W 144 W 106 W 94 W 128 W 122 W 106 W 133 W 122 W 106 W 89 W 89 W 61 W 89 W 117 W 117 W 89 W 56 W 50 W 67 W +USW00094728200210TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W-9999 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 0 W +USW00094728200210WDF2 250 X 230 X 40 X 170 X 280 X 60 X 280 X 50 X 150 X 70 X 60 X 50 X 270 X 340 X 70 X 40 X 270 X 270 X 230 X 270 X 50 X 50 X 40 X 50 X 60 X 90 X 290 X 50 X 50 X 50 X 40 X +USW00094728200210WDF5 210 X 230 X 30 X 170 X 240 X 60 X 320 X 60 X 140 Z 80 X 70 X 40 X 280 X 320 X 60 X 60 X 230 X 280 Z 230 X 280 X 350 X 50 X 60 X 40 Z 90 X 120 X 310 X 330 X 60 X 60 X 60 X +USW00094728200210WSF2 63 X 54 X 76 X 63 X 72 X 72 X 63 X 72 X 58 X 54 X 89 X 76 X 76 X 63 X 63 X 103 X 58 X 58 X 80 X 58 X 63 X 54 X 72 X 45 X 58 X 80 X 63 X 58 X 72 X 80 X 63 X +USW00094728200210WSF5 80 X 76 X 98 X 98 X 112 X 94 X 89 X 98 X 76 Z 72 X 130 X 112 X 112 X 89 X 89 X 156 X 98 X 72 Z 116 X 76 X 76 X 67 X 107 X 67 Z 76 X 125 X 89 X 72 X 98 X 107 X 94 X +USW00094728200210WT01 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200210WT08-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200210WT13 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728200210WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200210WT16-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00094728200210WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728200211TMAX 117 0 72 0 89 0 106 0 100 0 100 0 83 0 150 0 167 0 200 0 200 0 161 0 100 0 133 0 161 0 122 0 61 0 83 0 100 0 144 0 139 0 117 0 61 0 111 0 150 0 89 0 44 0 17 0 50 0 94 0-9999 +USW00094728200211TMIN 28 0 11 0 22 0 50 0 39 0 61 0 28 0 39 0 83 0 133 0 156 0 94 0 61 0 44 0 89 0 33 0 33 0 33 0 28 0 56 0 67 0 56 0 28 0 22 0 56 0 44 0 -28 0 -44 0 -22 0 50 0-9999 +USW00094728200211PRCP 0 0 0 0 0 0 8 0 64 0 117 0 0 0 0 0 0 0 13 0 13 0 241 0 23 0 0 0 0 0 168 0 361 0 20 0 3 0 0 0 64 0 94 0 3 0 0 0 0 0 0T 0 97 0 0 0 0 0 0 0-9999 +USW00094728200211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00094728200211SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0T Z 0 Z 0 Z 0 Z-9999 +USW00094728200211AWND 33 X 32 X 23 X 21 X 27 X 44 X 34 X 40 X 28 X 28 X 26 X 36 X 29 X 28 X 27 X 59 X 46 X 52 X 25 X 20 X 19 X 28 X 55 X 35 X 20 X 25 X 38 X 32 X 44 X 33 X-9999 +USW00094728200211FMTM 1704 X 1037 X 1300 X 1153 X 2138 X 2130 X 0856 X 1615 X 0010 X 1459 X 1305 X 1637 X 1956 X 1844 X 1945 X 1441 X 2359 X 1208 X 1854 X 2043 X 2344 X 2347 X 0539 X 1102 X 1957 X 2115 X 1701 X 1249 X 1538 X 2310 X-9999 +USW00094728200211PGTM 1704 W 1741 W 1259 W 1152 W 2115 W 2056 W 0831 W 1147 W 1932 W 2132 W 1304 W 1644 W 1542 W 1826 W 1944 W 1440 W 0315 W 1213 W 1853 W 0038 W 2344 W 2337 W 0418 W 1109 W 1957 W 2049 W 1955 W 1249 W 1551 W 2309 W-9999 +USW00094728200211TAVG 72 W 44 W 56 W 78 W 72 W 83 W 56 W 94 W 128 W 167 W 178 W 128 W 83 W 89 W 128 W 78 W 50 W 61 W 67 W 100 W 106 W 89 W 44 W 67 W 106 W 67 W 11 W -11 W 17 W 72 W-9999 +USW00094728200211TSUN 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200211WDF2 270 X 280 X 300 X 240 X 120 X 300 X 310 X 220 X 230 X 170 X 220 X 50 X 300 X 240 X 240 X 60 X 50 X 270 X 240 X 210 X 80 X 230 X 280 X 280 X 340 X 80 X 300 X 270 X 270 X 270 X-9999 +USW00094728200211WDF5 250 X 250 X 290 X 240 X 80 X 310 X 260 X 190 X 220 X 140 X 200 X 70 X 340 X 230 X 240 X 40 X 60 X 250 X 240 X 270 X 80 X 230 X 290 X 280 X 350 X 60 X 330 X 280 X 230 X 280 X-9999 +USW00094728200211WSF2 94 X 63 X 58 X 72 X 63 X 107 X 94 X 76 X 67 X 54 X 67 X 76 X 63 X 63 X 58 X 125 X 107 X 103 X 76 X 40 X 54 X 63 X 116 X 80 X 58 X 58 X 72 X 72 X 89 X 72 X-9999 +USW00094728200211WSF5 143 X 80 X 80 X 103 X 89 X 156 X 148 X 116 X 89 X 76 X 103 X 112 X 89 X 98 X 76 X 179 X 156 X 161 X 94 X 63 X 67 X 94 X 183 X 116 X 80 X 103 X 116 X 103 X 130 X 112 X-9999 +USW00094728200211WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200211WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200211WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728200211WT16-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200211WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200212TMAX 50 0 39 0 28 0 0 0 -6 0 17 0 22 0 72 0 -11 0 22 0 39 0 89 0 67 0 72 0 78 0 67 0 0 0 39 0 83 0 156 0 78 0 117 0 72 0 44 0 28 0 28 0 33 0 28 0 56 0 50 0 117 0 +USW00094728200212TMIN -17 0 -17 0 -72 0 -67 0 -33 0 -22 0 -39 0 -11 0 -72 0 -39 0 0 0 22 0 22 0 44 0 50 0 -28 0 -50 0 -56 0 6 0 50 0 33 0 39 0 33 0 11 0 -6 0 -17 0 0 0 -17 0 11 0 11 0 39 0 +USW00094728200212PRCP 0T 0 0 0 0T 0 0 0 89 0 0 0 0 0 0 0 0 0 0 0 282 0 5 0 117 0 58 0 0 0 3 0 0 0 0 0 8 0 127 0 0T 0 0 0 0 0 0T 0 330 0 8 0 0 0 0 0 0 0 3 0 3 0 +USW00094728200212SNOW 0T 0 0 0 0T 0 0 0 152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 127 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200212SNWD-9999 -9999 -9999 -9999 -9999 152 Z 152 Z-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 Z-9999 -9999 -9999 -9999 +USW00094728200212AWND 53 X 32 X 47 X 32 X 37 X 34 X 36 X 38 X 28 X 18 X 52 X 29 X 25 X 51 X 41 X 46 X 40 X 18 X 27 X 35 X 45 X 32 X 42 X 38 X 55 X 55 X 30 X 34 X 30 X 24 X 21 X +USW00094728200212FMTM 0833 X 1057 X 1201 X 0033 X 1358 X 1400 X 1311 X 2321 X 0019 X 0209 X 2000 X 0002 X 2202 X 0720 X 0057 X 1137 X 1918 X 0137 X 1052 X 2226 X 1352 X 2305 X 1503 X 0200 X 1128 X 0502 X 0246 X 1440 X 1209 X 2016 X 2302 X +USW00094728200212PGTM 0832 W-9999 0546 W 0032 W 1313 W 1247 W 1609 W 2321 W-9999 0338 W 1637 W 0001 W 2358 W 0431 W 0056 W-9999 1848 W 0137 W 1241 W 1839 W 1350 W 2304 W 1042 W 0751 W 1026 W 0521 W 0245 W 1302 W 1228 W 2027 W 2301 W +USW00094728200212TAVG 17 W 11 W -22 W -33 W -17 W 0 W -6 W 33 W -39 W -6 W 22 W 56 W 44 W 61 W 67 W 22 W -22 W -6 W 44 W 106 W 56 W 78 W 56 W 28 W 11 W 6 W 17 W 6 W 33 W 33 W 78 W +USW00094728200212TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W-9999 0 W 0 W 0 W-9999 0 W 0 W 0 W +USW00094728200212WDF2 280 X 240 X 300 X 300 X 40 X 300 X 250 X 300 X 300 X 240 X 40 X 30 X 60 X 60 X 300 X 300 X 40 X 360 X 240 X 280 X 270 X 280 X 280 X 300 X 60 X 310 X 300 X 280 X 300 X 140 X 250 X +USW00094728200212WDF5 290 X 220 Z 340 X 310 X 40 X 290 X 240 X 300 X 300 Z 230 X 60 X 40 X 60 X 40 X 310 X 300 Z 40 X 360 X 250 X 290 X 280 X 280 X 290 X 280 X 50 X 290 X 300 X 270 X 300 X 130 X 250 X +USW00094728200212WSF2 116 X 67 X 89 X 72 X 89 X 63 X 76 X 98 X 94 X 54 X 112 X 72 X 80 X 112 X 94 X 98 X 80 X 67 X 63 X 72 X 98 X 76 X 76 X 80 X 134 X 103 X 76 X 63 X 72 X 67 X 63 X +USW00094728200212WSF5 174 X 98 Z 143 X 98 X 116 X 80 X 112 X 156 X 134 Z 76 X 161 X 112 X 107 X 161 X 139 X 139 Z 134 X 80 X 89 X 107 X 143 X 107 X 112 X 125 X 170 X 161 X 107 X 94 X 98 X 76 X 98 X +USW00094728200212WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00094728200212WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200212WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 +USW00094728200212WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00094728200212WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 +USW00094728200212WT18 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200212WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200212WT22-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200301TMAX 100 0 28 0 11 0 22 0 22 0 11 0 -11 0 61 0 100 0 89 0 0 0 17 0 44 0 -22 0 -11 0 -17 0 -11 0 -61 0 -22 0 0 0 -33 0 -56 0 -67 0 -28 0 -6 0 11 0 -22 0 -39 0 6 0 11 0 33 0 +USW00094728200301TMIN 22 0 -17 0 -17 0 -6 0 0 0 -11 0 -33 0 -28 0 33 0 -6 0 -39 0 -50 0 -39 0 -67 0 -56 0 -72 0 -117 0 -139 0 -83 0 -72 0 -89 0 -117 0 -128 0 -139 0 -67 0 -28 0 -133 0 -139 0 -39 0 -39 0 0 0 +USW00094728200301PRCP 386 0 18 0 104 0 8 0 23 0 15 0 0T 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 3 0 8 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 8 0 3 0 0 0 0T 0 0 0 5 0 +USW00094728200301SNOW 0 0 0T 0 0T 0 0T 0 8 0 8 0 0T 0 25 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 3 0 13 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 25 0 25 0 0 0 13 0 0 0 0 0 +USW00094728200301SNWD-9999 -9999 -9999 0T Z-9999 -9999 0T Z 25 Z-9999 -9999 -9999 -9999 0 Z 0 Z-9999 -9999 25 Z-9999 0 Z 0 Z-9999 0 Z-9999 -9999 -9999 0 Z 25 Z-9999 0 Z-9999 0 Z +USW00094728200301AWND 42 X 44 X 69 X 34 X 21 X 17 X 40 X 37 X 43 X 41 X 46 X 42 X 44 X 38 X 34 X 35 X 37 X 25 X 33 X 47 X 43 X 59 X 50 X 52 X 38 X 22 X 54 X 26 X 10 X 31 X 37 X +USW00094728200301FMTM 1832 X 2231 X 1552 X 0509 X 0053 X 2228 X 1431 X 1628 X 0819 X 2028 X 1022 X 1318 X 2200 X 0001 X 1424 X 0046 X 1628 X 0333 X 1530 X 1233 X 2231 X 2254 X 1704 X 1548 X 2347 X 0004 X 1001 X 1927 X 0204 X 0428 X 1900 X +USW00094728200301PGTM 2008 W 0154 W 1128 W 0106 W 0038 W 2322 W 0911 W 1633 W 0717 W-9999 0117 W-9999 -9999 0011 W 1424 W 0523 W 1904 W-9999 2317 W 1537 W 2209 W-9999 1704 W 1113 W-9999 0004 W 1332 W 1843 W 0203 W-9999 1859 W +USW00094728200301TAVG 61 W 6 W 0 W 11 W 11 W 0 W -22 W 17 W 67 W 44 W -17 W -17 W 6 W -44 W -33 W -44 W -61 W -100 W -50 W -33 W -61 W -83 W -94 W -83 W -33 W -6 W -78 W -89 W -17 W -11 W 17 W +USW00094728200301TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W +USW00094728200301WDF2 50 X 50 X 60 X 330 X 290 X 10 X 310 X 280 X 270 X 280 X 270 X 290 X 300 X 290 X 280 X 280 X 310 X 300 X 280 X 280 X 310 X 300 X 290 X 320 X 210 X 210 X 290 X 230 X 240 X 50 X 60 X +USW00094728200301WDF5 40 X 60 X 70 X 330 X 310 X 340 X 290 X 270 X 280 X 270 Z 270 X 340 Z 210 Z 310 X 280 X 270 X 300 X 300 Z 230 X 290 X 290 X 300 Z 300 X 300 X 290 Z 210 X 290 X 240 X 230 X 40 X 70 X +USW00094728200301WSF2 107 X 80 X 107 X 72 X 63 X 54 X 89 X 80 X 98 X 89 X 103 X 80 X 94 X 80 X 89 X 72 X 89 X 72 X 76 X 107 X 89 X 98 X 94 X 94 X 72 X 63 X 94 X 58 X 45 X 67 X 76 X +USW00094728200301WSF5 148 X 130 X 156 X 98 X 94 X 76 X 116 X 107 X 170 X 125 Z 156 X 130 Z 130 Z 112 X 112 X 94 X 125 X 94 Z 107 X 143 X 125 X 143 Z 130 X 134 X 94 Z 103 X 139 X 89 X 63 X 80 X 94 X +USW00094728200301WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0 +USW00094728200301WT04-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200301WT06-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200301WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 +USW00094728200301WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X +USW00094728200301WT14-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200301WT15-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200301WT16 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200301WT17-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200301WT18-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00094728200301WT19-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728200301WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200302TMAX 28 0 72 0 100 0 89 0 28 0 0 0 6 0 -17 0 22 0 28 0 0 0 6 0 -44 0 -11 0 -11 0 -94 0 -33 0 11 0 50 0 100 0 100 0 56 0 67 0 17 0 11 0 -56 0 0 0 33 0-9999 -9999 -9999 +USW00094728200302TMIN 11 0 28 0 22 0 28 0 -33 0 -61 0 -44 0 -72 0 -56 0 -6 0 -94 0 -61 0 -83 0 -94 0 -106 0 -133 0 -100 0 -50 0 -17 0 22 0 11 0 22 0 -11 0 -39 0 -67 0 -89 0 -61 0 -22 0-9999 -9999 -9999 +USW00094728200302PRCP 5 0 0 0 0 0 46 0 0 0 0 0 99 0 0 0 0 0 38 0 0T 0 0T 0 0 0 0 0 0 0 66 0 378 0 8 0 0 0 0 0 0 0 378 0 137 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728200302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 135 0 0 0 0 0 25 0 0T 0 0T 0 0 0 0 0 0 0 89 0 414 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728200302SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 -9999 127 Z 51 Z 51 Z-9999 -9999 -9999 25 Z-9999 533 Z 483 Z 483 Z 254 Z 229 Z 178 Z-9999 76 Z 51 Z 51 Z 51 Z 51 Z-9999 -9999 -9999 +USW00094728200302AWND 39 X 53 X 25 X 38 X 49 X 25 X 26 X 33 X 34 X 20 X 38 X 52 X 43 X 33 X 45 X 48 X 78 X 22 X 26 X 22 X 21 X 43 X 50 X 30 X 42 X 34 X 38 X 31 X-9999 -9999 -9999 +USW00094728200302FMTM 1118 X 1321 X 0137 X 2142 X 1137 X 1823 X 2208 X 1815 X 1317 X 1048 X 0620 X 0944 X 0947 X 0943 X 2342 X 2311 X 0807 X 0335 X 2004 X 1836 X 1959 X 1542 X 1844 X 0011 X 0557 X 0858 X 2025 X 0943 X-9999 -9999 -9999 +USW00094728200302PGTM 0933 W 1241 W-9999 2138 W 1129 W 0420 W 2206 W-9999 1531 W 1052 W 0633 W 0941 W-9999 -9999 -9999 2310 W 0832 W 0335 W 1858 W 1832 W 2042 W 1538 W 1847 W 0020 W 0531 W 0857 W 1012 W-9999 -9999 -9999 -9999 +USW00094728200302TAVG 22 W 50 W 61 W 61 W 0 W -28 W -17 W -44 W -17 W 11 W -44 W -28 W -61 W -50 W -56 W -111 W -67 W -17 W 17 W 61 W 56 W 39 W 28 W -11 W -28 W -72 W -28 W 6 W-9999 -9999 -9999 +USW00094728200302TSUN 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W-9999 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 +USW00094728200302WDF2 40 X 330 X 300 X 280 X 310 X 250 X 300 X 240 X 260 X 180 X 280 X 280 X 350 X 290 X 40 X 40 X 50 X 40 X 250 X 220 X 250 X 50 X 280 X 280 X 300 X 50 X 70 X 60 X-9999 -9999 -9999 +USW00094728200302WDF5 30 X 320 X 290 Z 290 X 350 X 310 X 310 X 250 Z 280 X 170 X 310 X 280 X 300 Z 280 Z 30 Z 40 X 70 X 40 X 230 X 200 X 240 X 360 X 270 X 290 X 310 X 40 X 40 X 40 X-9999 -9999 -9999 +USW00094728200302WSF2 80 X 107 X 67 X 103 X 94 X 54 X 76 X 72 X 72 X 58 X 103 X 107 X 89 X 72 X 89 X 89 X 112 Z 54 X 63 X 58 X 58 X 112 X 125 X 89 X 89 X 72 X 76 X 80 X-9999 -9999 -9999 +USW00094728200302WSF5 103 X 170 X 116 Z 170 X 134 X 72 X 116 X 116 Z 103 X 72 X 161 X 148 X 125 Z 107 Z 107 Z 112 X 206 X 72 X 94 X 76 X 72 X 143 X 179 X 134 X 125 X 98 X 98 X 112 X-9999 -9999 -9999 +USW00094728200302WT01 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200302WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200302WT08-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200302WT13 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200302WT16 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200302WT18-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200302WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200302WT22-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200303TMAX 44 0 67 0 39 0 44 0 106 0 67 0 6 0 89 0 106 0 -17 0 39 0 106 0 94 0 33 0 122 0 200 0 206 0 183 0 67 0 106 0 183 0 194 0 150 0 156 0 133 0 194 0 167 0 156 0 206 0 133 0 61 0 +USW00094728200303TMIN 6 0 22 0 -117 0 -89 0 22 0 -72 0 -89 0 -11 0 -50 0 -72 0 -56 0 0 0 -11 0 -61 0 0 0 67 0 89 0 61 0 17 0 17 0 100 0 106 0 67 0 61 0 61 0 72 0 56 0 72 0 111 0 11 0 -6 0 +USW00094728200303PRCP 0 0 163 0 0T 0 0 0 109 0 145 0 0 0 0 0 0 0 0 0 0 0 0T 0 41 0 0 0 0 0 0 0 0T 0 0 0 0 0 274 0 160 0 0 0 0 0 0 0 0 0 74 0 0 0 0 0 152 0 43 0 0T 0 +USW00094728200303SNOW 0 0 0 0 0T 0 0 0 0 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 +USW00094728200303SNWD 51 Z 25 Z 0T Z 0T Z-9999 -9999 102 Z-9999 -9999 0 Z 0 Z 0 Z-9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 0 Z +USW00094728200303AWND 28 X 30 X 51 X 18 X 19 X 44 X 30 X 32 X 37 X 39 X 33 X 32 X 40 X 34 X 29 X 25 X 16 X 29 X 46 X 39 X 25 X 34 X 33 X 25 X 29 X 25 X 18 X 31 X 35 X 38 X 47 X +USW00094728200303FMTM 1747 X 2337 X 0754 X 1430 X 2359 X 0924 X 0602 X 2336 X 1545 X 1335 X 1928 X 1633 X 1625 X 0503 X 0926 X 1257 X 1026 X 2350 X 0603 X 2315 X 2352 X 2347 X 0131 X 1938 X 1514 X 1720 X 1724 X 1436 X 1428 X 1531 X 0850 X +USW00094728200303PGTM-9999 2145 W 0530 W 1516 W 1955 W 1851 W 0217 W 2303 W 1445 W-9999 1546 W 1633 W 2342 W 0322 W 0925 W 1635 W-9999 2306 W 0602 W 2307 W 0732 W 2347 W-9999 1931 W 1404 W 1719 W-9999 -9999 1653 W 1506 W 0849 W +USW00094728200303TAVG 28 W 44 W -39 W -22 W 67 W 0 W -39 W 39 W 28 W -44 W -6 W 56 W 44 W -11 W 61 W 133 W 150 W 122 W 44 W 61 W 144 W 150 W 111 W 128 W 100 W 133 W 111 W 117 W 161 W 72 W 28 W +USW00094728200303TSUN 0 W 0 W-9999 -9999 -9999 -9999 0 W-9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728200303WDF2 170 X 310 X 300 X 240 X 300 X 40 X 40 X 160 X 300 X 340 X 240 X 240 X 50 X 30 X 240 X 250 X 40 X 80 X 60 X 160 X 170 X 280 X 290 X 170 X 180 X 300 X 170 X 150 X 170 X 20 X 300 X +USW00094728200303WDF5 160 Z 290 X 330 X 250 X 270 X 350 X 40 X 180 X 340 X 270 Z 240 X 270 X 30 X 40 X 240 X 150 X 220 Z 90 X 60 X 170 X 230 X 280 X 270 Z 180 X 140 X 300 X 240 Z 160 Z 180 X 340 X 290 X +USW00094728200303WSF2 58 X 76 X 112 X 72 X 58 X 80 X 72 X 67 X 80 X 89 X 72 X 63 X 76 X 94 X 67 X 54 X 36 X 58 X 98 X 76 X 72 X 72 X 76 X 63 X 72 X 67 X 67 X 72 X 76 X 72 X 107 X +USW00094728200303WSF5 72 Z 107 X 161 X 94 X 89 X 107 X 94 X 116 X 112 X 130 Z 107 X 76 X 107 X 134 X 94 X 72 X 40 Z 72 X 134 X 116 X 89 X 98 X 116 Z 89 X 103 X 112 X 80 Z 103 Z 125 X 125 X 139 X +USW00094728200303WT01-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 +USW00094728200303WT02-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200303WT06-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200303WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200303WT13-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 +USW00094728200303WT16-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 +USW00094728200303WT17-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200303WT18-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728200303WT19-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728200303WT22-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200304TMAX 61 0 139 0 122 0 67 0 61 0 83 0 33 0 28 0 39 0 111 0 78 0 206 0 172 0 139 0 272 0 311 0 106 0 83 0 167 0 189 0 167 0 144 0 111 0 167 0 172 0 122 0 222 0 267 0 261 0 194 0-9999 +USW00094728200304TMIN -11 0 39 0 44 0 17 0 17 0 6 0 -11 0 -6 0 17 0 22 0 33 0 67 0 61 0 67 0 106 0 106 0 22 0 22 0 50 0 78 0 61 0 78 0 39 0 44 0 89 0 100 0 106 0 122 0 150 0 106 0-9999 +USW00094728200304PRCP 28 0 0T 0 0 0 0 0 15 0 0 0 142 0 0 0 76 0 0 0 168 0 157 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 3 0 69 0 0 0 0 0 15 0 130 0 0 0 0 0 8 0 0 0-9999 +USW00094728200304SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200304SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 102 Z-9999 -9999 -9999 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200304AWND 27 X 25 X 41 X 46 X 32 X 44 X 66 X 44 X 48 X 41 X 68 X 33 X 28 X 35 X 45 X 49 X 57 X 51 X 37 X 30 X 30 X 30 X 51 X 46 X 26 X 37 X 23 X 28 X 26 X 31 X-9999 +USW00094728200304FMTM 2359 X 2243 X 0755 X 1502 X 0120 X 0741 X 2314 X 0103 X 0948 X 2328 X 1229 X 0955 X 1700 X 2224 X 2113 X 2101 X 0829 X 1054 X 1021 X 1500 X 1617 X 0558 X 1955 X 1456 X 1354 X 1605 X 0930 X 2333 X 1216 X 0752 X-9999 +USW00094728200304PGTM 0258 W 2316 W 0720 W 2018 W 0119 W-9999 2216 W 0112 W 0948 W-9999 1417 W 1634 W-9999 -9999 -9999 -9999 0824 W 0812 W-9999 -9999 1528 W 2241 W-9999 -9999 1815 W 1634 W 1007 W 1905 W 1209 W-9999 -9999 +USW00094728200304TAVG 28 W 89 W 83 W 44 W 39 W 44 W 11 W 11 W 28 W 67 W 56 W 139 W 117 W 106 W 189 W 211 W 67 W 56 W 111 W 133 W 117 W 111 W 78 W 106 W 133 W 111 W 167 W 194 W 206 W 150 W-9999 +USW00094728200304TSUN 0 W-9999 0 W-9999 0 W 0 W-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W-9999 +USW00094728200304WDF2 280 X 60 X 50 X 70 X 80 X 300 X 70 X 60 X 40 X 60 X 50 X 330 X 300 X 240 X 210 X 50 X 60 X 60 X 50 X 150 X 130 X 40 X 300 X 300 X 170 X 60 X 340 X 230 X 300 X 60 X-9999 +USW00094728200304WDF5 270 X 70 X 60 X 70 X 70 X 320 Z 60 X 80 X 40 X 40 Z 70 X 290 X 30 Z 250 Z 240 Z 60 Z 40 X 70 X 40 Z 150 Z 150 X 320 X 300 Z 320 Z 150 X 80 X 340 X 210 X 300 X 180 X-9999 +USW00094728200304WSF2 67 X 89 X 72 X 94 X 76 X 94 X 103 X 98 X 80 X 76 X 130 X 76 X 58 X 76 X 72 X 98 X 107 X 89 X 80 X 63 X 63 X 63 X 98 X 94 X 76 X 98 X 58 X 63 X 98 X 67 X-9999 +USW00094728200304WSF5 94 X 112 X 98 X 130 X 107 X 139 Z 156 X 134 X 107 X 103 Z 183 X 112 X 80 Z 130 Z 116 Z 134 Z 143 X 116 X 107 Z 76 Z 80 X 94 X 161 Z 139 Z 103 X 134 X 72 X 103 X 139 X 80 X-9999 +USW00094728200304WT01 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 +USW00094728200304WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200304WT06-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200304WT08 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200304WT13 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 +USW00094728200304WT16 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00094728200304WT17-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200304WT18-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200304WT19 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200304WT22-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200305TMAX 222 0 239 0 183 0 172 0 150 0 161 0 261 0 156 0 189 0 217 0 178 0 183 0 161 0 189 0 206 0 161 0 167 0 178 0 244 0 261 0 178 0 133 0 133 0 133 0 167 0 133 0 206 0 206 0 239 0 261 0 200 0 +USW00094728200305TMIN 106 0 111 0 100 0 89 0 72 0 72 0 122 0 117 0 106 0 100 0 117 0 117 0 106 0 106 0 100 0 94 0 83 0 78 0 89 0 128 0 128 0 100 0 100 0 106 0 117 0 106 0 100 0 122 0 122 0 161 0 150 0 +USW00094728200305PRCP 10 0 74 0 0 0 0 0 13 0 0 0 41 0 48 0 5 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 69 0 0 0 38 0 23 0 3 0 325 0 0 0 10 0 0 0 48 0 150 0 +USW00094728200305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200305SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200305AWND 26 X 31 X 38 X 13 X 21 X 20 X 24 X 36 X 20 X 17 X 25 X 27 X 42 X 29 X 29 X 59 X 35 X 22 X 14 X 18 X 20 X 49 X 43 X 43 X 19 X 38 X 17 X 23 X 26 X 21 X 24 X +USW00094728200305FMTM 2222 X 1338 X 1346 X 1601 X 1826 X 0601 X 2319 X 0235 X 1338 X 2046 X 1350 X 1227 X 1504 X 1726 X 1917 X 1423 X 0344 X 0952 X 1500 X 2254 X 0420 X 1813 X 1837 X 0433 X 2224 X 1250 X 1455 X 1535 X 1310 X 1804 X 2040 X +USW00094728200305PGTM 2222 W 2226 W-9999 1704 W 1841 W 1407 W 2318 W 0234 W 1338 W 2034 W 1349 W 1800 W-9999 -9999 -9999 -9999 -9999 0951 W 1120 W 1927 W 0134 W 1432 W 1149 W 0433 W 2223 W 1316 W 2148 W 1535 W 1233 W 1803 W 2154 W +USW00094728200305TAVG 167 W 178 W 144 W 133 W 111 W 117 W 194 W 139 W 150 W 161 W 150 W 150 W 133 W 150 W 156 W 128 W 128 W 128 W 167 W 194 W 156 W 117 W 117 W 122 W 144 W 122 W 156 W 167 W 183 W 211 W 178 W +USW00094728200305TSUN 0 W 0 W 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W +USW00094728200305WDF2 180 X 160 X 40 X 150 X 160 X 90 X 50 X 70 X 220 X 220 X 130 X 250 X 270 X 290 X 100 X 60 X 50 X 60 X 170 X 230 X 280 X 60 X 70 X 60 X 130 X 60 X 140 X 240 X 280 X 240 X 80 X +USW00094728200305WDF5 170 X 350 X 40 Z 190 X 130 X 70 X 60 X 70 X 230 X 220 X 140 X 250 X 290 Z 290 Z 70 Z 70 Z 70 Z 60 X 80 X 190 X 250 X 60 X 70 X 50 X 130 X 70 X 170 X 240 X 220 X 230 X 160 X +USW00094728200305WSF2 54 X 76 X 72 X 45 X 58 X 45 X 63 X 76 X 54 X 54 X 67 X 94 X 76 X 63 X 63 X 103 X 80 X 72 X 45 X 58 X 54 X 89 X 72 X 94 X 54 X 116 X 45 X 76 X 58 X 58 X 63 X +USW00094728200305WSF5 76 X 98 X 116 Z 63 X 76 X 63 X 76 X 112 X 72 X 76 X 98 X 130 X 116 Z 80 Z 80 Z 143 Z 112 Z 94 X 72 X 80 X 67 X 116 X 98 X 112 X 67 X 165 X 67 X 116 X 80 X 80 X 94 X +USW00094728200305WT01 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 +USW00094728200305WT08 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 +USW00094728200305WT13 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00094728200305WT16 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 +USW00094728200306TMAX 183 0 222 0 206 0 139 0 217 0 244 0 194 0 200 0 239 0 267 0 256 0 267 0 194 0 283 0 267 0 211 0 194 0 200 0 217 0 206 0 172 0 194 0 311 0 339 0 333 0 339 0 328 0 283 0 267 0 294 0-9999 +USW00094728200306TMIN 122 0 100 0 111 0 100 0 139 0 139 0 139 0 144 0 139 0 167 0 189 0 194 0 144 0 150 0 178 0 128 0 117 0 150 0 178 0 167 0 150 0 139 0 139 0 200 0 217 0 261 0 228 0 200 0 194 0 228 0-9999 +USW00094728200306PRCP 351 0 0 0 53 0 699 0 3 0 0 0 229 0 0 0 0 0 0 0 5 0 218 0 132 0 173 0 0 0 0 0 0 0 218 0 23 0 107 0 302 0 81 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0-9999 +USW00094728200306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200306SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200306AWND 41 X 27 X 17 X 46 X 21 X 25 X 26 X 23 X 21 X 25 X 16 X 19 X 36 X 15 X 20 X 38 X 22 X 9 X 4 X 28 X 38 X 20 X 19 X 13 X 23 X 16 X 26 X 21 X 21 X 27 X-9999 +USW00094728200306FMTM 0548 X 1256 X 1516 X 1421 X 1804 X 1147 X 1731 X 0121 X 2320 X 1354 X 1310 X 2103 X 1259 X 1444 X 2303 X 0716 X 1532 X 1009 X 2341 X 1503 X 1913 X 1153 X 1916 X 1856 X 1610 X 1636 X 1820 X 1703 X 1625 X 1537 X-9999 +USW00094728200306PGTM 1810 W-9999 1338 W 1413 W 1804 W-9999 1725 W 0120 W 2153 W 1243 W 1309 W 2204 W 1440 W 1443 W 2322 W 0415 W 1450 W 1040 W 2341 W 1413 W 0838 W 1021 W 1835 W-9999 -9999 1636 W 1817 W-9999 1552 W 1641 W-9999 +USW00094728200306TAVG 156 W 161 W 161 W 122 W 178 W 194 W 167 W 172 W 189 W 217 W 222 W 233 W 172 W 217 W 222 W 172 W 156 W 178 W 200 W 189 W 161 W 167 W 228 W 272 W 278 W 300 W 278 W 244 W 233 W 261 W-9999 +USW00094728200306TSUN 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00094728200306WDF2 50 X 270 X 230 X 60 X 270 X 260 X 60 X 50 X 270 X 230 X 140 X 130 X 70 X 40 X 30 X 50 X 200 X 60 X 290 X 70 X 30 X 30 X 160 X 280 X 350 X 350 X 290 X 360 X 160 X 280 X-9999 +USW00094728200306WDF5 280 X 300 Z 200 X 50 X 280 X 280 Z 50 X 50 X 240 X 220 X 150 X 160 X 60 X 40 X 40 X 50 X 170 X 70 X 280 X 40 X 70 X 360 X 150 X 300 Z 340 Z 350 X 300 X 360 Z 160 X 280 X-9999 +USW00094728200306WSF2 89 X 67 X 63 X 89 X 63 X 58 X 76 X 54 X 54 X 58 X 40 X 58 X 72 X 72 X 58 X 80 X 45 X 40 X 36 X 67 X 80 X 72 X 45 X 36 X 54 X 40 X 58 X 54 X 54 X 63 X-9999 +USW00094728200306WSF5 116 X 98 Z 94 X 125 X 98 X 76 Z 125 X 67 X 72 X 72 X 54 X 76 X 98 X 103 X 80 X 107 X 72 X 45 X 45 X 98 X 125 X 98 X 67 X 54 Z 76 Z 54 X 107 X 72 Z 80 X 94 X-9999 +USW00094728200306WT01 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728200306WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200306WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00094728200306WT13 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728200306WT16 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728200307TMAX 289 0 289 0 222 0 333 0 344 0 317 0 317 0 311 0 283 0 206 0 278 0 283 0 272 0 244 0 272 0 300 0 283 0 267 0 272 0 289 0 283 0 283 0 261 0 272 0 311 0 300 0 317 0 283 0 272 0 272 0 261 0 +USW00094728200307TMIN 189 0 211 0 178 0 172 0 222 0 250 0 244 0 239 0 194 0 189 0 178 0 206 0 206 0 200 0 183 0 206 0 189 0 194 0 189 0 194 0 200 0 194 0 211 0 222 0 200 0 217 0 222 0 217 0 189 0 194 0 183 0 +USW00094728200307PRCP 0 0 0 0 10 0 0 0 0 0 0 0 3 0 0 0 51 0 30 0 130 0 0 0 0 0 0 0 0 0 5 0 0 0 30 0 0 0 0 0 196 0 353 0 76 0 8 0 0 0 0 0 30 0 0T 0 3 0 0 0 30 0 +USW00094728200307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200307SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200307AWND 15 X 26 X 27 X 21 X 33 X 23 X 19 X 26 X 26 X 32 X 21 X 29 X 20 X 14 X 20 X 27 X 22 X 17 X 16 X 21 X 29 X 19 X 20 X 27 X 13 X 24 X 43 X 27 X 25 X 18 X 39 X +USW00094728200307FMTM 1156 X 2234 X 1627 X 1658 X 1438 X 1501 X 1939 X 2059 X 1243 X 1155 X 1800 X 2019 X 1349 X 1627 X 2300 X 2341 X 1348 X 2112 X 1049 X 1803 X 2050 X 0239 X 0818 X 1608 X 1810 X 1641 X 1132 X 0157 X 1609 X 1407 X 1433 X +USW00094728200307PGTM 1014 W 2050 W 1541 W 2117 W 0924 W 1501 W 1939 W 1633 W 1326 W 0919 W 1800 W 1655 W 1141 W 1544 W 2300 W 0817 W 0019 W 2212 W 1049 W 1803 W 2050 W 0929 W 0817 W 1714 W 1809 W 1640 W 1710 W 0157 W-9999 -9999 1432 W +USW00094728200307TAVG 239 W 250 W 200 W 244 W 272 W 283 W 283 W 278 W 239 W 200 W 228 W 244 W 239 W 222 W 228 W 256 W 239 W 233 W 233 W 244 W 244 W 239 W 239 W 250 W 256 W 261 W 272 W 250 W 233 W 233 W 222 W +USW00094728200307TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W +USW00094728200307WDF2 50 X 200 X 60 X 270 X 270 X 280 X 260 X 260 X 50 X 60 X 260 X 230 X 280 X 90 X 230 X 300 X 250 X 180 X 50 X 170 X 280 X 150 X 230 X 230 X 280 X 270 X 250 X 280 X 160 X 140 X 60 X +USW00094728200307WDF5 40 X 200 X 50 X 240 X 270 X 280 X 240 X 240 X 360 X 50 X 250 X 230 X 280 X 80 X 240 X 240 X 320 X 160 X 70 X 170 X 270 X 240 X 230 X 260 X 270 X 280 X 230 X 280 X 160 Z 180 Z 70 X +USW00094728200307WSF2 54 X 63 X 67 X 58 X 67 X 63 X 58 X 58 X 63 X 63 X 67 X 67 X 58 X 40 X 63 X 54 X 58 X 45 X 63 X 63 X 67 X 58 X 54 X 63 X 40 X 67 X 80 X 58 X 54 X 54 X 76 X +USW00094728200307WSF5 72 X 103 X 94 X 80 X 103 X 89 X 80 X 80 X 80 X 80 X 103 X 103 X 76 X 58 X 89 X 80 X 80 X 67 X 80 X 89 X 107 X 72 X 76 X 80 X 58 X 89 X 125 X 80 X 72 Z 72 Z 103 X +USW00094728200307WT01-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 +USW00094728200307WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200307WT08-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200307WT13-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X +USW00094728200307WT16-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 +USW00094728200308TMAX 267 0 289 0 300 0 289 0 267 0 267 0 261 0 267 0 267 0 272 0 272 0 289 0 306 0 328 0 317 0 294 0 272 0 267 0 283 0 306 0 311 0 322 0 283 0 261 0 294 0 283 0 294 0 278 0 272 0 311 0 239 0 +USW00094728200308TMIN 200 0 228 0 239 0 228 0 222 0 211 0 217 0 217 0 222 0 222 0 228 0 233 0 239 0 239 0 222 0 239 0 178 0 178 0 200 0 211 0 228 0 244 0 194 0 161 0 189 0 206 0 222 0 200 0 200 0 189 0 161 0 +USW00094728200308PRCP 183 0 30 0 18 0 503 0 20 0 89 0 193 0 130 0 211 0 5 0 3 0 0 0 0 0 0 0 0 0 0 0 69 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 +USW00094728200308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200308SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200308AWND 17 X 21 X 25 X 21 X 22 X 17 X 16 X 18 X 21 X 19 X 22 X 10 X 13 X 22 X 13 X 25 X 16 X 10 X 19 X 22 X 24 X 28 X 24 X 22 X 25 X 15 X 25 X 16 X 22 X 30 X 25 X +USW00094728200308FMTM 1522 X 2317 X 1450 X 1338 X 1607 X 1546 X 1708 X 0448 X 1522 X 1256 X 2252 X 1604 X 1733 X-9999 1047 X 1533 X 1522 X 1426 X 2211 X 1809 X 2158 X 2219 X 1835 X 1702 X 1536 X 1457 X 1408 X 1224 X 0939 X 2344 X 2357 X +USW00094728200308PGTM 1522 W 2316 W 1449 W 1342 W 1605 W 0424 W 1432 W 0708 W 1853 W 1747 W 2058 W 1603 W 1736 W-9999 1744 W 1532 W 1522 W 1743 W 2212 W 1832 W 2158 W 1144 W-9999 -9999 -9999 -9999 1407 W-9999 1315 W 2322 W-9999 +USW00094728200308TAVG 233 W 261 W 272 W 261 W 244 W 239 W 239 W 244 W 244 W 250 W 250 W 261 W 272 W-9999 272 W 267 W 228 W 222 W 244 W 261 W 272 W 283 W 239 W 211 W 244 W 244 W 261 W 239 W 239 W 250 W 200 W +USW00094728200308TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728200308WDF2 240 X 220 X 170 X 160 X 170 X 190 X 130 X 50 X 140 X 170 X 170 X 170 X 270 X 310 Z 40 X 240 X 60 X 80 X 230 X 280 X 220 X 330 X 300 X 280 X 280 X 230 X 280 X 50 X 170 X 40 X 50 X +USW00094728200308WDF5 230 X 230 X 170 X 210 X 170 X 230 X 170 X 60 X 190 X 170 X 190 X 190 X 280 X 310 Z 270 X 230 X 70 X 150 X 240 X 280 X 230 X 200 X 300 Z 280 Z 210 Z 230 Z 280 X 50 Z 170 X 60 X 40 Z +USW00094728200308WSF2 54 Z 54 X 67 X 54 X 63 X 58 X 45 X 40 X 58 X 54 X 54 X 54 X 45 X 40 Z 40 X 63 X 63 X 45 X 54 X 54 X 58 X 58 X 63 X 54 X 63 X 54 X 54 X 54 X 58 X 76 X 72 X +USW00094728200308WSF5 72 X 80 X 103 X 89 X 94 X 80 X 63 X 58 X 76 X 72 X 80 X 76 X 63 X 40 Z 58 X 94 X 72 X 63 X 72 X 67 X 80 X 89 X 80 Z 54 Z 80 Z 54 Z 76 X 54 Z 76 X 116 X 76 Z +USW00094728200308WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00094728200308WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200308WT08-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 +USW00094728200308WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00094728200308WT16 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728200309TMAX 206 0 172 0 200 0 239 0 256 0 244 0 267 0 244 0 228 0 244 0 261 0 217 0 217 0 267 0 250 0 256 0 244 0 217 0 267 0 267 0 239 0 222 0 222 0 228 0 244 0 211 0 250 0 222 0 183 0 178 0-9999 +USW00094728200309TMIN 167 0 150 0 161 0 200 0 178 0 150 0 161 0 183 0 167 0 139 0 167 0 167 0 172 0 206 0 206 0 178 0 161 0 178 0 200 0 200 0 161 0 172 0 167 0 139 0 172 0 161 0 194 0 139 0 117 0 100 0-9999 +USW00094728200309PRCP 150 0 213 0 61 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 170 0 69 0 58 0 0 0 0 0 33 0 117 0 0 0 0 0 0 0 302 0 0 0 0 0 5 0 8 0 292 0 5 0 0 0-9999 +USW00094728200309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200309SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200309AWND 22 X 37 X 29 X 12 X 25 X 17 X 11 X 25 X 41 X 19 X 35 X 54 X 45 X 22 X 25 X 20 X 23 X 70 X 42 X 17 X 25 X 28 X 32 X 19 X 30 X 19 X 30 X 17 X 21 X 18 X-9999 +USW00094728200309FMTM 2158 X 0755 X 1439 X 0642 X 1445 X 1005 X 1653 X 0904 X 1419 X 1323 X 2223 X 0854 X 0300 X 1746 X 1436 X 0602 X 1157 X 1725 X 0304 X 2358 X 0741 X 1731 X 0843 X 2338 X 0850 X 1744 X 1641 X 1623 X 1558 X 1754 X-9999 +USW00094728200309PGTM 2203 W 0835 W 0614 W 0444 W 1447 W-9999 -9999 -9999 -9999 1353 W-9999 -9999 0112 W 1435 W 1349 W 0730 W-9999 0823 W 0304 W 2353 W 0741 W 1941 W 0843 W-9999 -9999 0244 W 1514 W 0412 W 1557 W-9999 -9999 +USW00094728200309TAVG 189 W 161 W 183 W 222 W 217 W 200 W 217 W 217 W 200 W 194 W 217 W 194 W 194 W 239 W 228 W 217 W 206 W 200 W 233 W 233 W 200 W 200 W 194 W 183 W 211 W 189 W 222 W 183 W 150 W 139 W-9999 +USW00094728200309TSUN 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728200309WDF2 50 X 50 X 100 X 240 X 290 X 50 X 290 X 60 X 60 X 40 X 60 X 60 X 60 X 160 X 120 X 300 X 90 X 60 X 100 X 60 X 50 X 110 X 180 X 190 X 220 X 80 X 150 X 330 X 270 X 260 X-9999 +USW00094728200309WDF5 50 X 60 X 100 X 220 X 300 X 60 Z 280 X 60 X 40 X 50 X 80 Z 40 Z 70 X 140 X 140 X 350 X 90 X 50 X 100 X 70 X 40 X 180 X 210 X 180 X 230 Z 60 X 160 X 230 X 280 X 250 Z-9999 +USW00094728200309WSF2 54 X 89 X 54 X 54 X 54 X 45 X 40 X 76 X 89 X 58 X 72 X 103 X 89 X 58 X 58 X 54 X 76 X 125 X 112 X 54 X 63 X 63 X 76 X 54 X 63 X 40 X 72 X 63 X 80 X 45 X-9999 +USW00094728200309WSF5 67 X 103 X 76 X 76 X 76 X 67 Z 54 X 98 X 125 X 80 X 103 Z 139 Z 125 X 94 X 80 X 76 X 98 X 170 X 174 X 67 X 80 X 89 X 143 X 76 X 94 Z 54 X 107 X 89 X 107 X 67 Z-9999 +USW00094728200309WT01 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728200309WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200309WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200309WT13 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728200309WT16 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00094728200310TMAX 156 0 150 0 139 0 150 0 156 0 150 0 178 0 211 0 250 0 172 0 211 0 200 0 217 0 194 0 178 0 178 0 139 0 133 0 128 0 144 0 217 0 133 0 78 0 106 0 156 0 200 0 172 0 150 0 144 0 156 0 194 0 +USW00094728200310TMIN 122 0 67 0 50 0 94 0 78 0 67 0 72 0 128 0 150 0 144 0 133 0 156 0 133 0 122 0 100 0 94 0 78 0 61 0 67 0 44 0 128 0 39 0 28 0 22 0 50 0 150 0 111 0 78 0 94 0 67 0 100 0 +USW00094728200310PRCP 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 157 0 64 0 0 0 71 0 0T 0 8 0 0 0 0 0 3 0 0 0 0 0 0 0 13 0 478 0 28 0 414 0 0 0 0 0 +USW00094728200310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200310SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200310AWND 18 X 27 X 26 X 33 X 24 X 10 X 15 X 23 X 7 X 38 X 46 X 28 X 24 X 33 X 57 X 35 X 13 X 13 X 25 X 23 X 34 X 30 X 36 X 25 X 25 X 30 X 30 X 18 X 34 X 24 X 19 X +USW00094728200310FMTM 0443 X 1527 X 2307 X 1014 X 1236 X 1603 X 2302 X 1001 X 0156 X 1101 X 1403 X 0323 X 1130 X 2340 X 0204 X 1309 X 1903 X 1456 X 1357 X 2008 X 1142 X 0708 X 1058 X 1230 X 1521 X 2332 X 1635 X 0038 X 0759 X 0014 X 2248 X +USW00094728200310PGTM-9999 -9999 -9999 1014 W-9999 -9999 -9999 1006 W 0155 W 1101 W-9999 0402 W 0144 W 2319 W 1316 W 1308 W 1855 W 1456 W 1453 W-9999 -9999 0041 W 1510 W 1230 W 1548 W 0625 W 1634 W 0038 W 0759 W-9999 -9999 +USW00094728200310TAVG 139 W 111 W 94 W 122 W 117 W 111 W 128 W 172 W 200 W 161 W 172 W 178 W 178 W 161 W 139 W 139 W 111 W 100 W 100 W 94 W 172 W 89 W 56 W 67 W 106 W 178 W 144 W 117 W 122 W 111 W 150 W +USW00094728200310TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W +USW00094728200310WDF2 240 X 280 X 230 X 190 X 280 X 360 X 230 X 230 X 260 X 50 X 70 X 50 X 290 X 120 X 270 X 270 X 310 X 310 X 340 X 230 X 220 X 50 X 300 X 290 X 160 X 220 X 280 X 300 X 300 X 280 X 220 X +USW00094728200310WDF5 230 Z 280 Z 210 Z 160 X 280 Z 60 Z 220 Z 230 X 260 X 40 X 80 Z 70 X 270 X 160 X 270 X 270 X 310 X 300 X 340 X 220 Z 240 Z 280 X 290 X 310 X 160 X 180 X 280 X 300 X 280 X 270 Z 220 Z +USW00094728200310WSF2 45 X 76 X 58 X 72 X 63 X 45 X 45 X 58 X 36 X 76 X 89 X 80 X 54 X 80 X 125 X 89 X 40 X 58 X 76 X 63 X 72 X 63 X 76 X 67 X 63 X 54 X 94 X 58 X 72 X 63 X 58 X +USW00094728200310WSF5 67 Z 130 Z 94 Z 112 X 103 Z 67 Z 80 Z 76 X 45 X 103 X 125 Z 107 X 76 X 134 X 197 X 125 X 63 X 76 X 107 X 98 Z 112 Z 94 X 112 X 112 X 98 X 94 X 143 X 76 X 107 X 80 Z 76 Z +USW00094728200310WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00094728200310WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200310WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00094728200310WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00094728200311TMAX 250 0 200 0 261 0 200 0 150 0 156 0 133 0 106 0 56 0 83 0 122 0 139 0 150 0 67 0 89 0 106 0 100 0 128 0 167 0 139 0 178 0 156 0 128 0 139 0 67 0 83 0 122 0 161 0 106 0 94 0-9999 +USW00094728200311TMIN 133 0 139 0 156 0 111 0 106 0 100 0 89 0 6 0 -17 0 6 0 39 0 100 0 39 0 17 0 28 0 39 0 78 0 72 0 128 0 61 0 61 0 83 0 61 0 67 0 22 0 22 0 56 0 106 0 39 0 28 0-9999 +USW00094728200311PRCP 0 0 0 0 0 0 0 0 66 0 64 0 5 0 0 0 0 0 0 0 0 0 71 0 20 0 0 0 0 0 0 0 3 0 0 0 457 0 147 0 0 0 0 0 0 0 41 0 8 0 0 0 0 0 180 0 0 0 0 0-9999 +USW00094728200311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200311SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z-9999 +USW00094728200311AWND 19 X 12 X 25 X 38 X 20 X 19 X 27 X 34 X 21 X 14 X 21 X 17 X 66 X 62 X 41 X 11 X 28 X 28 X 38 X 50 X 23 X 15 X 23 X 32 X 34 X 17 X 19 X 35 X 53 X 40 X-9999 +USW00094728200311FMTM 1842 X 1704 X 0830 X 1025 X 0724 X 1941 X 0847 X-9999 1254 X 1407 X 1722 X 2353 X 2108 X 1703 X 1211 X 2341 X 2152 X 1924 X 1706 X 1230 X 1218 X 0911 X 0815 X 2318 X 0023 X 1008 X 2153 X 2028 X 0854 X 1914 X-9999 +USW00094728200311PGTM-9999 1609 W 2320 W 1743 W 0713 W 1940 W 1835 W-9999 -9999 -9999 -9999 2329 W 2107 W-9999 -9999 -9999 2059 W 2323 W 1529 W 1341 W-9999 -9999 -9999 2301 W-9999 -9999 -9999 1952 W-9999 -9999 -9999 +USW00094728200311TAVG 194 W 172 W 211 W-9999 128 W 128 W 111 W 56 W 22 W 44 W 83 W 122 W 94 W 44 W 61 W 72 W 89 W 100 W 150 W 100 W 122 W 122 W 94 W 106 W 44 W 56 W 89 W 133 W 72 W 61 W-9999 +USW00094728200311TSUN 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728200311WDF2 230 X 160 X 240 X 70 X 50 X 350 X 290 X 300 Z 300 X 230 X 220 X 170 X 280 X 280 X 300 X 60 X 50 X 130 X 170 X 300 X 300 X 50 X 120 X 280 X 300 X 240 X 170 X 170 X 260 X 240 X-9999 +USW00094728200311WDF5 210 Z 150 X 230 X 80 X 50 X 330 X 290 X 290 Z 300 Z 230 Z 140 Z 150 X 280 X 280 Z 300 Z 60 Z 50 X 120 X 170 X 300 X 300 Z 60 Z 80 Z 320 X 310 Z 230 Z 170 Z 180 X 280 Z 230 Z-9999 +USW00094728200311WSF2 40 X 31 X 58 X 80 X 63 X 54 X 58 X 80 Z 54 X 54 X 54 X 54 X 143 X 130 X 94 X 36 X 45 X 67 X 89 X 98 X 63 X 58 X 54 X 94 X 80 X 54 X 54 X 94 X 103 X 76 X-9999 +USW00094728200311WSF5 80 Z 45 X 76 X 107 X 80 X 80 X 89 X 134 Z 54 Z 54 Z 89 Z 76 X 210 X 192 Z 125 Z 36 Z 63 X 80 X 156 X 161 X 63 Z 67 Z 67 Z 139 X 112 Z 67 Z 72 Z 139 X 165 Z 112 Z-9999 +USW00094728200311WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728200311WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728200311WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200311WT13-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728200311WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00094728200312TMAX 106 0 22 0 -6 0 50 0 28 0 -22 0 -17 0 28 0 33 0 111 0 144 0 50 0 11 0 50 0 39 0 89 0 122 0 22 0 17 0 33 0 39 0 111 0 122 0 133 0 78 0 56 0 111 0 106 0 122 0 111 0 78 0 +USW00094728200312TMIN 17 0 -50 0 -61 0 -33 0 -39 0 -50 0 -56 0 -50 0 -11 0 22 0 44 0 11 0 -17 0 -28 0 -11 0 0 0 17 0 0 0 -11 0 -28 0 -39 0 22 0 78 0 78 0 6 0 -6 0 33 0 6 0 33 0 44 0 28 0 +USW00094728200312PRCP 0 0 0T 0 0 0 0 0 135 0 102 0 0T 0 0 0 0 0 0 0 241 0 0 0 0 0 404 0 3 0 0 0 132 0 0 0 0 0 0 0 0 0 0 0 0 0 361 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00094728200312SNOW 0 0 0 0 0 0 0 0 203 0 152 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 147 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200312SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 178 Z 279 Z 203 Z 152 Z 102 Z 0 Z 0 Z 0 Z 152 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00094728200312AWND 46 X 51 X 37 X 21 X 57 X 62 X 54 X 33 X 17 X 8 X 58 X 45 X 33 X 56 X 39 X 20 X 37 X 49 X 30 X 34 X 32 X 36 X 22 X 30 X 34 X 44 X 35 X 18 X 33 X 42 X 35 X +USW00094728200312FMTM 1408 X 1450 X 1132 X 1642 X 1817 X 0210 X 1447 X 0125 X 1932 X 2359 X 1752 X 0114 X 1207 X 2210 X 1312 X 0017 X 2354 X 0026 X 1023 X 2000 X 1656 X 1916 X 2034 X 1300 X 1530 X 1713 X 0403 X 2357 X 2350 X 1408 X 1855 X +USW00094728200312PGTM-9999 -9999 -9999 -9999 2255 W 1345 W 1934 W-9999 -9999 -9999 1751 W-9999 -9999 2218 W 1324 W 2130 W 1949 W 0026 W 1104 W 2308 W 1530 W 2003 W 2034 W 1259 W 1530 W 1137 W 0402 W 2356 W 2343 W 1406 W 0021 W +USW00094728200312TAVG 61 W -11 W -33 W 11 W -6 W -33 W -33 W -11 W 11 W 67 W 94 W 33 W 0 W 11 W 17 W 44 W 72 W 11 W 6 W 6 W 0 W 67 W 100 W 106 W 44 W 28 W 72 W 56 W 78 W 78 W 56 W +USW00094728200312TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200312WDF2 290 X 300 X 300 X 260 X 50 X 50 X 300 X 300 X 90 X 100 X 280 X 280 X 300 X 60 X 280 X 260 X 280 X 280 X 310 X 310 X 220 X 220 X 150 X 180 X 280 X 280 X 300 X 230 X 220 X 270 X 230 X +USW00094728200312WDF5 280 Z 320 Z 290 Z 260 Z 40 X 340 X 300 X 310 Z 90 Z 140 Z 270 X 290 Z 300 Z 80 X 280 X 180 X 280 X 280 X 310 X 300 X 220 X 240 X 150 X 160 X 280 X 260 X 280 X 230 X 230 X 290 X 280 X +USW00094728200312WSF2 103 X 112 X 80 X 54 X 107 X 103 Z 94 X 76 X 36 X 58 X 125 X 103 X 63 X 107 X 112 X 63 X 103 X 103 X 58 X 76 X 76 X 72 X 54 X 94 X 76 X 76 X 67 X 54 X 72 X 112 X 89 X +USW00094728200312WSF5 170 Z 179 Z 130 Z 76 Z 148 X 156 X 130 X 116 Z 45 Z 134 Z 192 X 161 Z 89 Z 130 X 174 X 80 X 148 X 156 X 72 X 103 X 112 X 98 X 72 X 134 X 112 X 116 X 98 X 72 X 103 X 156 X 116 X +USW00094728200312WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200312WT02-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200312WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200312WT13-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200312WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728200312WT18-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200312WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200312WT22-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200401TMAX 72 0 89 0 144 0 144 0 39 0 39 0 -39 0 -11 0 -17 0 -94 0 -28 0 33 0 67 0 -83 0 -78 0 -44 0 11 0 11 0 -28 0 -28 0 -22 0 39 0 -67 0 -50 0 -72 0 -56 0 -44 0 -11 0 -28 0 -39 0 -22 0 +USW00094728200401TMIN 33 0 33 0 67 0 28 0 28 0 -50 0 -78 0 -56 0 -144 0 -172 0 -139 0 -44 0 -83 0 -128 0 -167 0 -172 0 -72 0 -33 0 -67 0 -78 0 -89 0 -67 0 -106 0 -128 0 -139 0 -89 0 -78 0 -72 0 -78 0 -100 0 -94 0 +USW00094728200401PRCP 0 0 0T 0 3 0 102 0 89 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 15 0 23 0 0 0 0T 0 142 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 119 0 46 0 0 0 0 0 0 0 +USW00094728200401SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 13 0 0T 0 64 0 81 0 0 0 0T 0 20 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 152 0 109 0 0 0 0 0 0 0 +USW00094728200401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 Z 127 Z 127 Z 102 Z 51 Z 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 51 0 305 0 229 0 178 0 178 0 +USW00094728200401AWND 28 X 18 X 21 X 26 X 36 X 48 X 55 X 30 X 37 X 36 X 32 X 30 X 49 X 38 X 51 X 62 X 36 X 23 X 49 X 52 X 39 X 42 X 51 X 42 X 37 X 41 X 53 X 44 X 49 X 43 X 50 X +USW00094728200401FMTM 0514 X 1128 X 1205 X 2025 X 0605 X 1741 X 1419 X 0006 X 1935 X 0026 X 2116 X 0227 X 2023 X 0058 X 1925 X 0154 X 0730 X 0624 X 0650 X 1640 X 0024 X 2331 X 1302 X 1631 X 0443 X 2344 X 1728 X 1340 X 1413 X 1654 X 2323 X +USW00094728200401PGTM-9999 -9999 1050 W 2037 W 0559 W-9999 -9999 -9999 1113 W 1953 W 2115 W 0226 W 2152 W 0057 W 1919 W 0049 W 1036 W 2303 W 1607 W-9999 -9999 2209 W-9999 -9999 -9999 2229 W 1727 W 1528 W-9999 -9999 -9999 +USW00094728200401TAVG 56 W 61 W 106 W 89 W 33 W -6 W -56 W -33 W -78 W -133 W -83 W -6 W -6 W -106 W -122 W -106 W -28 W -11 W -44 W -50 W -56 W -11 W -83 W -89 W -106 W -72 W -61 W -39 W -50 W -67 W -56 W +USW00094728200401TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W +USW00094728200401WDF2 310 X 230 X 250 X 40 X 50 X 280 X 280 X 270 X 330 X 320 X 230 X 240 X 300 X 300 X 300 X 280 X 290 X 220 X 270 X 300 X 280 X 310 X 270 X 300 X 290 X 70 X 60 X 280 X 280 X 300 X 290 X +USW00094728200401WDF5 310 Z 180 Z 230 X 40 X 70 X 270 Z 270 Z 270 Z 350 X 300 X 230 X 220 X 290 X 300 X 310 X 290 X 320 X 330 X 270 X 300 Z 320 Z 300 X 300 Z 310 Z 290 Z 80 X 50 X 270 X 270 Z 270 Z 290 Z +USW00094728200401WSF2 67 X 67 X 54 X 72 X 80 X 107 X 98 X 76 X 72 X 72 X 94 X 67 X 112 X 107 X 107 X 116 X 76 X 72 X 94 X 98 X 80 X 89 X 89 X 107 X 76 X 80 X 94 X 67 Z 98 X 72 X 80 X +USW00094728200401WSF5 98 Z 103 Z 67 X 98 X 116 X 148 Z 143 Z 103 Z 107 X 103 X 130 X 107 X 174 X 156 X 170 X 179 X 103 X 103 X 134 X 156 Z 107 Z 134 X 134 Z 139 Z 112 Z 112 X 134 X 139 X 148 Z 103 Z 125 Z +USW00094728200401WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728200401WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00094728200401WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200401WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200401WT13-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00094728200401WT16-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200401WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200401WT18-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728200401WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200401WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00094728200402TMAX 17 0 33 0 33 0 61 0 17 0 28 0 61 0 -6 0 61 0 89 0 50 0 39 0 56 0 50 0 11 0 0 0 6 0 56 0 72 0 56 0 111 0 56 0 83 0 44 0 61 0 61 0 72 0 139 0 150 0-9999 -9999 +USW00094728200402TMIN -61 0 -50 0 -11 0 6 0 -44 0 -22 0 -28 0 -72 0 -28 0 33 0 -11 0 -28 0 11 0 6 0 -78 0 -94 0 -56 0 -17 0 -11 0 11 0 17 0 11 0 -11 0 -11 0 -50 0 -22 0 -22 0 -11 0 56 0-9999 -9999 +USW00094728200402PRCP 0 0 0 0 244 0 0 0 0 0 404 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 3 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728200402SNOW 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728200402SNWD 178 0 178 0 152 0 127 0 51 0 51 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728200402AWND 35 X 22 X 37 X 38 X 25 X 26 X 34 X 48 X 40 X 32 X 45 X 25 X 39 X 39 X 45 X 35 X 36 X 36 X 36 X 27 X 45 X 55 X 25 X 21 X 28 X 35 X 38 X 26 X 28 X-9999 -9999 +USW00094728200402FMTM 1358 X 1020 X 1649 X 1015 X 0346 X 0342 X 2159 X 0724 X 1241 X 0153 X 1015 X 2205 X 1554 X 1856 X 2118 X 0737 X 0723 X 1322 X 1302 X 2326 X 1423 X 1357 X 0424 X 1713 X 1540 X 2237 X 1622 X 1634 X 1453 X-9999 -9999 +USW00094728200402PGTM-9999 -9999 1649 W-9999 -9999 0341 W 2031 W-9999 1109 W-9999 -9999 -9999 -9999 -9999 -9999 0737 W 0836 W 1354 W-9999 -9999 1512 W-9999 -9999 1710 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200402TAVG -22 W -6 W 11 W 33 W -11 W 6 W 17 W -39 W 17 W 61 W 22 W 6 W 33 W 28 W -33 W -44 W -22 W 22 W 33 W 33 W 67 W 33 W 39 W 17 W 6 W 22 W 28 W 67 W 106 W-9999 -9999 +USW00094728200402TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00094728200402WDF2 290 X 50 X 60 X 300 X 300 X 90 X 300 X 300 X 250 X 240 X 310 X 240 X 250 X 280 X 40 X 360 X 60 X 330 X 300 X 60 X 280 X 300 X 300 X 10 X 350 X 30 X 360 X 300 X 270 X-9999 -9999 +USW00094728200402WDF5 270 Z 50 Z 70 X 290 Z 290 Z 90 X 290 X 300 Z 250 X 240 Z 320 Z 240 Z 260 Z 280 Z 70 X 350 X 100 X 30 X 310 Z 90 Z 280 X 310 Z 290 Z 360 X 350 Z 20 Z 360 Z 300 Z 260 Z-9999 -9999 +USW00094728200402WSF2 63 X 45 X 76 X 76 X 80 X 72 X 94 X 103 X 89 X 72 X 76 X 63 X 72 X 72 X 76 X 67 X 72 X 76 X 89 X 72 X 94 X 103 X 58 X 54 X 76 X 72 X 80 X 76 X 67 X-9999 -9999 +USW00094728200402WSF5 94 Z 67 Z 112 X 130 Z 107 Z 94 X 134 X 161 Z 130 X 103 Z 112 Z 94 Z 103 Z 103 Z 130 X 94 X 89 X 107 X 134 Z 98 Z 134 X 148 Z 72 Z 72 X 103 Z 112 Z 125 Z 107 Z 98 Z-9999 -9999 +USW00094728200402WT01-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200402WT06-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200402WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200402WT13-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200402WT16-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200402WT17-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200402WT18-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200402WT19-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200402WT22-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200403TMAX 172 0 194 0 150 0 117 0 100 0 172 0 117 0 56 0 50 0 67 0 133 0 94 0 61 0 67 0 144 0 61 Z -6 0 44 0 50 0 83 0 94 0 22 0 78 0 156 0 111 0 183 0 211 0 139 0 106 0 61 0 78 0 +USW00094728200403TMIN 72 0 61 0 83 0 67 0 67 0 72 0 44 0 11 0 17 0 17 0 17 0 17 0 -11 0 -22 0 61 Z -17 0 -28 0 -22 0 0 0 0 0 -11 0 -44 0 -44 0 28 0 67 0 72 0 106 0 56 0 22 0 11 0 39 0 +USW00094728200403PRCP 0 0 5 0 0 0 53 0 0 0 104 0 3 0 97 0 8 0 0 0 0 0 0T 0 0 0 0T 0 0 0 102 0 30 0 30 0 36 0 15 0 25 0 0 0 0 0 0 0 30 0 0 0 43 0 0 0 0 0 5 0 173 0 +USW00094728200403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 13 0 20 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 102 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200403AWND 21 X 30 X 32 X 8 X 19 X 35 X 38 X 33 X 21 X 51 X 37 X 48 X 45 X 27 X 33 X 63 X 34 X 21 X 36 X 25 X 47 X 51 X 33 X 34 X 25 X 14 X 29 X 46 X 39 X 39 X 57 X +USW00094728200403FMTM 1839 X 2156 X 0952 X 0752 X 1111 X 2353 X 0019 X 1021 X 1618 X 1126 X 0609 X 0852 X 0837 X 1838 X 0906 X 1342 X 0010 X 2347 X 0447 X 1248 X 2000 X 0623 X 1501 X 1535 X 0443 X 1613 X 2211 X 2234 X 0119 X 1841 X 1320 X +USW00094728200403PGTM 1736 W 2211 W 1017 W 1009 W 1110 W 1526 W 0158 W 0755 W 1618 W 2253 W 0535 W 1024 W 0839 W 1714 W 0905 W 1943 W 0013 W 1807 W 1226 W 1236 W 1552 W-9999 -9999 -9999 0509 W-9999 2211 W-9999 -9999 2328 W 1800 W +USW00094728200403TAVG 122 W 128 W 117 W 94 W 83 W 122 W 83 W 33 W 33 W 44 W 78 W 56 W 28 W 22 W-9999 22 W -17 W 11 W 28 W 44 W 44 W -11 W 17 W 94 W 89 W 128 W 161 W 100 W 67 W 39 W 61 W +USW00094728200403TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728200403WDF2 150 X 310 X 300 X 160 X 140 X 300 X 300 X 60 X 150 X 70 X 360 X 280 X 300 X 170 X 280 X 60 X 30 X 70 X 70 X 210 X 300 X 300 X 240 X 170 X 170 X 150 X 360 X 50 X 60 X 50 X 70 X +USW00094728200403WDF5 160 X 300 X 300 X 150 X 140 X 290 X 320 X 70 X 160 X 40 X 360 X 290 X 310 X 170 X 290 X 70 X 60 X 170 X 350 X 180 X 260 X 270 Z 240 Z 160 Z 170 X 150 Z 360 X 50 Z 40 Z 70 X 80 X +USW00094728200403WSF2 63 X 76 X 89 X 45 X 67 X 98 X 103 X 72 X 63 X 94 X 72 X 103 X 107 X 72 X 89 X 139 X 76 X 54 X 80 X 72 X 112 X 94 X 94 X 76 X 63 X 54 X 76 X 98 X 80 X 67 X 103 X +USW00094728200403WSF5 89 X 112 X 116 X 58 X 89 X 148 X 143 X 98 X 76 X 130 X 103 X 161 X 156 X 103 X 125 X 174 X 112 X 72 X 107 X 98 X 170 X 130 Z 116 Z 107 Z 89 X 67 Z 112 X 125 Z 107 Z 80 X 130 X +USW00094728200403WT01-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 +USW00094728200403WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200403WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200403WT08-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200403WT13-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X +USW00094728200403WT16-9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 +USW00094728200403WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200403WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200403WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200403WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200404TMAX 106 0 89 0 106 0 111 0 61 0 122 0 194 0 144 0 167 0 167 0 122 0 122 0 133 0 139 0 156 0 178 0 256 0 233 0 294 0 244 0 172 0 278 0 189 0 206 0 139 0 144 0 200 0 150 0 256 0 239 0-9999 +USW00094728200404TMIN 61 0 56 0 44 0 0 0 -17 0 -6 0 72 0 50 0 72 0 67 0 67 0 50 0 50 0 78 0 56 0 56 0 89 0 100 0 89 0 128 0 94 0 111 0 83 0 83 0 67 0 78 0 106 0 50 0 106 0 133 0-9999 +USW00094728200404PRCP 58 0 0T 0 13 0 18 0 0 0 0 0 0T 0 20 0 0T 0 0 0 0T 0 140 0 297 0 58 0 18 0 0 0 0T 0 0 0 0 0 0 0 8 0 0T 0 41 0 3 0 20 0 328 0 5 0 18 0 0 0 0 0-9999 +USW00094728200404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200404AWND 63 X 51 X 21 X 40 X 71 X 46 X 29 X 17 X 28 X 26 X 22 X 47 X 52 X 27 X 48 X 29 X 36 X 30 X 29 X 31 X 36 X 19 X 45 X 34 X 31 X 16 X 26 X 36 X 35 X 34 X-9999 +USW00094728200404FMTM 1001 X 0955 X 0009 X 2205 X 1637 X 1504 X 1937 X 1453 X 1602 X 1307 X 0420 X 2218 X 0644 X 2339 X 1040 X 0746 X 0654 X 1635 X 2359 X 0622 X 1049 X 1203 X 0844 X 1041 X 0608 X 0439 X 2015 X 0145 X 2330 X 0204 X-9999 +USW00094728200404PGTM 1001 W 0954 W-9999 1903 W 1636 W 1414 W 1937 W 0056 W 1619 W 1248 W 0410 W 2217 W 0643 W 2350 W 1120 W 0740 W 0658 W 1709 W 1728 W 0009 W 1026 W 1554 W 0843 W 1526 W 0644 W 0216 W 2014 W 0144 W 2348 W 1925 W-9999 +USW00094728200404TAVG 83 W 72 W 78 W 56 W 22 W 61 W 133 W 100 W 122 W 117 W 94 W 89 W 94 W 111 W 106 W 117 W 172 W 167 W 194 W 189 W 133 W 194 W 139 W 144 W 106 W 111 W 156 W 100 W 183 W 189 W-9999 +USW00094728200404TSUN 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200404WDF2 60 X 50 X 50 X 300 X 300 X 300 X 350 X 240 X 310 X 270 X 50 X 60 X 60 X 20 X 360 X 350 X 230 X 70 X 280 X 300 X 130 X 220 X 70 X 310 X 50 X 160 X 300 X 300 X 230 X 230 X-9999 +USW00094728200404WDF5 70 X 50 X 50 Z 300 X 300 X 300 X 330 X 310 X 320 X 250 X 70 X 50 X 50 X 360 X 40 X 10 X 210 X 140 X 230 X 270 X 150 X 160 X 70 X 310 X 40 X 150 X 290 X 290 X 210 X 220 X-9999 +USW00094728200404WSF2 116 X 103 X 63 X 103 X 112 X 103 X 67 X 54 X 80 X 67 X 67 X 98 X 107 X 72 X 103 X 72 X 63 X 76 X 67 X 80 X 72 X 54 X 112 X 89 X 76 X 54 X 76 X 94 X 72 X 67 X-9999 +USW00094728200404WSF5 148 X 130 X 76 Z 165 X 170 X 143 X 112 X 72 X 116 X 103 X 98 X 130 X 134 X 112 X 143 X 107 X 89 X 103 X 107 X 125 X 103 X 67 X 148 X 134 X 107 X 72 X 112 X 130 X 103 X 103 X-9999 +USW00094728200404WT01 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200404WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200404WT13 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728200404WT16 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728200405TMAX 250 0 211 0 183 0 161 0 183 0 217 0 278 0 161 0 211 0 217 0 300 0 300 0 300 0 211 0 306 0 256 0 217 0 278 0 228 0 222 0 267 0 289 0 306 0 239 0 239 0 172 0 239 0 250 0 189 0 228 0 178 0 +USW00094728200405TMIN 139 0 144 0 72 0 56 0 94 0 89 0 128 0 89 0 89 0 122 0 161 0 183 0 156 0 128 0 156 0 172 0 139 0 161 0 150 0 144 0 167 0 172 0 156 0 150 0 139 0 128 0 133 0 167 0 122 0 106 0 139 0 +USW00094728200405PRCP 0 0 3 0 86 0 0T 0 41 0 0 0 33 0 0 0 5 0 58 0 165 0 368 0 0 0 0 0 295 0 23 0 0 0 0T 0 28 0 0T 0 0 0 0 0 0 0 0T 0 0 0 99 0 104 0 99 0 0 0 0 0 56 0 +USW00094728200405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200405AWND 27 X 31 X 32 X 34 X 24 X 21 X 35 X 39 X 13 X 22 X 18 X 4 X 23 X 22 X 21 X 20 X 28 X 25 X 20 X 24 X 15 X 23 X 19 X 26 X 26 X 23 X 26 X 22 X 34 X 20 X 35 X +USW00094728200405FMTM 1342 X 0942 X 2328 X 1300 X 1050 X 1547 X 1916 X 0600 X 0819 X 1606 X 0445 X 1505 X 1526 X 1306 X 1736 X 1720 X 0655 X 2143 X 1138 X 1415 X 1322 X 2036 X 2323 X 0208 X 2357 X 0125 X 0257 X 1407 X 1542 X 1352 X 2057 X +USW00094728200405PGTM 1534 W 0942 W 2356 W 2356 W 1049 W 0646 W 1910 W 0559 W 0132 W 1038 W 0444 W 1504 W 1506 W 0024 W 1736 W 1520 W 0634 W 2055 W 1138 W 1243 W 1325 W 2039 W 1403 W 0207 W 2357 W 2357 W 2250 W 1751 W 1406 W 1517 W 2056 W +USW00094728200405TAVG 194 W 178 W 128 W 111 W 139 W 156 W 206 W 128 W 150 W 172 W 233 W 244 W 228 W 172 W 233 W 217 W 178 W 222 W 189 W 183 W 217 W 233 W 233 W 194 W 189 W 150 W 189 W 211 W 156 W 167 W 161 W +USW00094728200405TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200405WDF2 140 X 180 X 290 X 270 X 230 X 240 X 350 X 60 X 250 X 140 X 300 X 300 X 130 X 70 X 240 X 300 X 50 X 260 X 20 X 140 X 60 X 50 X 80 X 70 X 140 X 120 X 70 X 320 X 300 X 290 X 70 X +USW00094728200405WDF5 180 X 180 X 350 X 350 X 230 X 70 X 330 X 70 X 170 X 180 X 310 X 280 W 140 X 90 X 230 X 290 X 70 X 250 X 20 X 170 X 60 X 60 X 230 X 70 X 130 X 130 X 200 X 340 X 300 X 250 X 60 X +USW00094728200405WSF2 63 X 67 X 72 X 80 X 80 X 45 X 67 X 89 X 45 X 58 X 72 X 72 X 67 X 45 X 72 X 45 X 63 X 72 X 54 X 63 X 54 X 63 X 54 X 76 X 63 X 63 X 58 X 63 X 72 X 58 X 67 X +USW00094728200405WSF5 89 X 107 X 125 X 125 X 103 X 76 X 107 X 116 X 72 X 80 X 107 X 125 W 89 X 63 X 89 X 63 X 76 X 112 X 67 X 89 X 72 X 72 X 67 X 98 X 107 X 107 X 76 X 98 X 139 X 72 X 89 X +USW00094728200405WT01-9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 +USW00094728200405WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200405WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200405WT13-9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00094728200405WT16-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 +USW00094728200406TMAX 200 0 267 0 244 0 233 0 183 0 156 0 267 0 300 0 328 0 278 0 217 0 250 0 244 0 272 0 306 0 311 0 306 0 311 0 278 0 228 0 267 0 239 0 278 0 272 0 272 0 256 0 250 0 256 0 250 0 278 0-9999 +USW00094728200406TMIN 133 0 144 0 156 0 150 0 156 0 133 0 150 0 200 0 211 0 178 0 172 0 139 0 161 0 183 0 222 0 233 0 222 0 217 0 172 0 139 0 156 0 194 0 211 0 194 0 183 0 189 0 156 0 178 0 161 0 189 0-9999 +USW00094728200406PRCP 58 0 3 0 3 0 0 0 0T 0 30 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 3 0 0 0 0 0 251 0 0 0 0 0 0 0 0 0 94 0 0 0 0 0 241 0 3 0 0 0 0 0 81 0 0 0-9999 +USW00094728200406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200406AWND 25 X 28 X 26 X 21 X 42 X 25 X 20 X 27 X 27 X 21 X 23 X 22 X 31 X 26 X 25 X 21 X 14 X 18 X 34 X 24 X 22 X 21 X 15 X 21 X 21 X 21 X 25 X 18 X 23 X 13 X-9999 +USW00094728200406FMTM 1557 X 1613 X 1541 X 1453 X 1739 X 0408 X 2354 X 1803 X 1902 X 1404 X 0553 X 0156 X 1859 X 0652 X 1253 X 0528 X 1457 X 1710 X 1604 X 0108 X 2332 X 0832 X 1326 X 1602 X 1920 X 1723 X 1319 X 1722 X 0106 X 1618 X-9999 +USW00094728200406PGTM 1557 W 1612 W 1540 W 1404 W 1738 W 0407 W 2343 W 1802 W 1823 W 1432 W 0435 W 0156 W 1859 W 0651 W 1253 W 0526 W 1456 W 1709 W 2202 W 0112 W 2048 W 0722 W 1326 W 1312 W 1920 W 1718 W 1318 W 1426 W 0053 W 1703 W-9999 +USW00094728200406TAVG 167 W 206 W 200 W 194 W 172 W 144 W 211 W 250 W 272 W 228 W 194 W 194 W 206 W 228 W 267 W 272 W 267 W 267 W 228 W 183 W 211 W 217 W 244 W 233 W 228 W 222 W 206 W 217 W 206 W 233 W-9999 +USW00094728200406TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 0 W-9999 -9999 -9999 -9999 -9999 +USW00094728200406WDF2 160 X 270 X 270 X 140 X 60 X 60 X 240 X 220 X 270 X 50 X 50 X 50 X 160 X 230 X 240 X 50 X 30 X 270 X 290 X 290 X 230 X 240 X 270 X 140 X 180 X 310 X 270 X 90 X 280 X 270 X-9999 +USW00094728200406WDF5 160 X 280 X 270 X 180 X 90 X 70 X 240 X 230 X 250 X 60 X 40 X 60 X 160 X 230 X 240 X 60 X 50 W 280 X 340 X 310 X 240 X 250 X 280 X 160 X 190 X 300 X 290 X 60 X 280 X 290 X-9999 +USW00094728200406WSF2 63 X 76 X 63 X 54 X 94 X 94 X 45 X 63 X 67 X 54 X 67 X 58 X 67 X 67 X 63 X 63 X 80 X 45 X 80 X 63 X 67 X 63 X 45 X 63 X 54 X 72 X 72 X 54 X 63 X 54 X-9999 +USW00094728200406WSF5 98 X 125 X 103 X 76 X 112 X 130 X 72 X 98 X 112 X 67 X 94 X 80 X 98 X 107 X 76 X 76 X 130 W 72 X 125 X 89 X 103 X 98 X 67 X 98 X 76 X 107 X 103 X 63 X 103 X 76 X-9999 +USW00094728200406WT01 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00094728200406WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200406WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200406WT13 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00094728200406WT16 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00094728200407TMAX 278 0 306 0 283 0 278 0 300 0 278 0 289 0 306 0 256 0 294 0 300 0 228 0 206 0 261 0 261 0 261 0 289 0 256 0 261 0 289 0 306 0 300 0 261 0 233 0 239 0 267 0 217 0 239 0 289 0 294 0 300 0 +USW00094728200407TMIN 200 0 211 0 194 0 206 0 211 0 200 0 194 0 228 0 200 0 183 0 206 0 178 0 172 0 194 0 194 0 183 0 206 0 194 0 200 0 211 0 217 0 222 0 217 0 189 0 194 0 178 0 200 0 194 0 189 0 217 0 233 0 +USW00094728200407PRCP 0 0 15 0 0 0 0 0 203 0 0 0 0 0 0 0 0 0 0 0 0 0 320 0 241 0 91 0 0 0 0 0 0 0 53 0 30 0 0 0 0 0 0 0 589 0 5 0 0 0 0 0 345 0 46 0 0 0 0T 0 0 0 +USW00094728200407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200407AWND 25 X 16 X 23 X 26 X 24 X 29 X 23 X 26 X 32 X 17 X 25 X 34 X 41 X 16 X 33 X 25 X 22 X 26 X 17 X 19 X 14 X 20 X 23 X 26 X 37 X 32 X 25 X 8 X 21 X 21 X 32 X +USW00094728200407FMTM 1501 X 1310 X 0842 X 1417 X 2348 X 0810 X 1746 X 1758 X 1044 X 1555 X 2244 X 2139 X 0742 X 1643 X 1340 X 1829 X 1818 X 1708 X 1440 X 1307 X 1742 X 1534 X 1532 X 2256 X 1200 X 1041 X 1135 X 2222 X 2126 X 2207 X 2325 X +USW00094728200407PGTM 1534 W 1731 W 0744 W 1607 W 2347 W 0809 W 1924 W 1757 W 1350 W 1554 W 1945 W 2326 W 0641 W 1819 W 1409 W 1635 W-9999 1708 W 1440 W 1422 W 1736 W 1420 W 1530 W 2254 W 1159 W 1140 W 1135 W 2222 W 2221 W 2138 W 2316 W +USW00094728200407TAVG 239 W 261 W 239 W 244 W 256 W 239 W 244 W 267 W 228 W 239 W 256 W 206 W 189 W 228 W 228 W 222 W 250 W 228 W 233 W 250 W 261 W 261 W 239 W 211 W 217 W 222 W 211 W 217 W 239 W 256 W 267 W +USW00094728200407TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200407WDF2 160 X 150 X 50 X 190 X 330 X 300 X 160 X 270 X 310 X 360 X 140 X 70 X 50 X 130 X 260 X 280 X 190 X 60 X 270 X 270 X 160 X 180 X 230 X 50 X 70 X 50 X 70 X 280 X 190 X 200 X 200 X +USW00094728200407WDF5 160 X 360 X 40 X 170 X 330 X 310 X 170 X 280 X 330 X 360 X 160 X 40 X 40 X 170 X 290 X 250 X 180 Z 70 X 270 X 330 X 150 X 200 X 240 X 70 X 60 X 40 X 60 X 260 X 210 X 210 X 240 X +USW00094728200407WSF2 58 X 54 X 54 X 63 X 58 X 63 X 63 X 76 X 67 X 45 X 54 X 72 X 89 X 58 X 76 X 58 X 54 X 89 X 54 X 45 X 40 X 58 X 63 X 67 X 76 X 80 X 63 X 40 X 40 X 58 X 63 X +USW00094728200407WSF5 89 X 80 X 72 X 98 X 80 X 94 X 80 X 130 X 98 X 63 X 76 X 98 X 130 X 80 X 112 X 80 X 76 Z 130 X 72 X 67 X 58 X 80 X 94 X 80 X 103 X 112 X 80 X 54 X 63 X 98 X 103 X +USW00094728200407WT01-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00094728200407WT08 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728200407WT13-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00094728200407WT16-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 +USW00094728200408TMAX 278 0 300 0 289 0 306 0 250 0 228 0 211 0 256 0 289 0 289 0 283 0 278 0 267 0 250 0 228 0 217 0 261 0 256 0 283 0 317 0 283 0 244 0 278 0 250 0 256 0 250 0 283 0 322 0 306 0 294 0 283 0 +USW00094728200408TMIN 228 0 239 0 233 0 228 0 194 0 167 0 150 0 144 0 183 0 217 0 200 0 211 0 211 0 200 0 200 0 178 0 161 0 194 0 222 0 244 0 178 0 150 0 172 0 189 0 178 0 178 0 211 0 222 0 233 0 233 0 211 0 +USW00094728200408PRCP 64 0 0 0 0 0 5 0 0 0 3 0 0T 0 0 0 0 0 0 0 231 0 0 0 41 0 56 0 86 0 117 0 0 0 0T 0 0 0 0 0 142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 23 0 +USW00094728200408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200408AWND 24 X 22 X 14 X 17 X 30 X 31 X 22 X 23 X 16 X 28 X 33 X 30 X 23 X 10 X 15 X 13 X 17 X 17 X 27 X 27 X 21 X 22 X 19 X 23 X 21 X 17 X 20 X 26 X 29 X 22 X 30 X +USW00094728200408FMTM 0444 X 0815 X 1629 X 0920 X 0507 X 1836 X 1550 X 1526 X 1331 X-9999 -9999 1517 X 1032 X 2320 X 0239 X 1916 X 1720 X 2310 X 1749 X 1240 X 1325 X 0839 X 1346 X 1355 X 1531 X 2026 X 1603 X 0109 X 1647 X 1444 X 0959 X +USW00094728200408PGTM 0447 W 0815 W 1629 W 2225 W 0637 W 1757 W 1545 W 1541 W 1226 W-9999 -9999 1550 W 1031 W 2320 W 0239 W 1915 W 1649 W 2320 W 1748 W 2200 W 1324 W 0702 W-9999 1353 W 1531 W 2025 W 1451 W 0541 W 1605 W 1444 W 1037 W +USW00094728200408TAVG 256 W 272 W 261 W 267 W 222 W 200 W 183 W 200 W 239 W-9999 -9999 244 W 239 W 228 W 217 W 200 W 211 W 228 W 256 W 283 W 233 W 200 W 228 W 222 W 217 W 217 W 250 W 272 W 272 W 267 W 250 W +USW00094728200408TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W +USW00094728200408WDF2 230 X 60 X 140 X 50 X 50 X 40 X 280 X 270 X 320 X 170 Z 50 Z 150 X 170 X 90 X 70 X 60 X 160 X 230 X 240 X 240 X 290 X 80 X 220 X 60 X 190 X 160 X 150 X 250 X 150 X 170 X 340 X +USW00094728200408WDF5 230 X 60 X 140 X 260 X 60 X 320 X 270 X 330 X 270 X 180 Z 160 Z 170 X 180 X 70 X 70 X 40 X 180 X 180 X 250 X 180 X 320 X 50 X 240 Z 50 X 170 X 170 X 190 X 220 X 150 X 170 X 320 X +USW00094728200408WSF2 58 X 63 X 54 X 58 X 80 X 45 X 58 X 58 X 54 X 67 Z 80 Z 72 X 58 X 45 X 54 X 72 X 40 X 63 X 58 X 58 X 76 X 63 X 54 X 54 X 54 X 40 X 54 X 58 X 58 X 58 X 76 X +USW00094728200408WSF5 89 X 80 X 67 X 80 X 103 X 72 X 76 X 80 X 72 X 94 Z 107 Z 98 X 89 X 58 X 63 X 107 X 63 X 80 X 89 X 76 X 130 X 80 X 72 Z 67 X 76 X 63 X 72 X 76 X 80 X 80 X 94 X +USW00094728200408WT01 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 +USW00094728200408WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200408WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200408WT13 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X +USW00094728200408WT16 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728200409TMAX 272 0 261 0 267 0 306 0 239 0 239 0 272 0 233 0 272 0 261 0 222 0 256 0 289 0 222 0 217 0 250 0 250 0 233 0 183 0 211 0 267 0 278 0 272 0 239 0 239 0 250 0 239 0 228 0 183 0 194 0-9999 +USW00094728200409TMIN 178 0 189 0 183 0 200 0 178 0 156 0 189 0 200 0 200 0 183 0 167 0 156 0 183 0 172 0 167 0 189 0 206 0 139 0 111 0 111 0 144 0 156 0 189 0 178 0 161 0 194 0 167 0 172 0 150 0 133 0-9999 +USW00094728200409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 18 0 958 0 104 0 0 0 0 0 0 0 0 0 0 0 48 0 3 0 28 0 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 975 0 208 0 25 0-9999 +USW00094728200409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200409AWND 22 X 28 X 16 X 14 X 41 X 33 X 17 X 34 X 38 X 38 X 17 X 8 X 16 X 27 X 25 X 13 X 22 X 42 X 37 X 25 X 18 X 20 X 18 X 15 X 23 X 13 X 17 X 30 X 38 X 11 X-9999 +USW00094728200409FMTM 1441 X 1005 X 2201 X 1245 X 1009 X 0104 X 0426 X 1357 X 2224 X 1511 X 0606 X 2203 X 2229 X 0734 X 0912 X 1405 X 2205 X 1150 X 0833 X 0842 X 2335 X 1502 X 2138 X 1533 X 1507 X 1241 X 1419 X 1823 X 0217 X 1155 X-9999 +USW00094728200409PGTM-9999 0829 W 1901 W 1245 W 1002 W 0028 W 0412 W 1021 W 0851 W 0246 W 0605 W 2150 W 2248 W 0749 W 0912 W 1404 W 2204 W 1009 W 0824 W 0842 W 2342 W 1501 W 2136 W 1728 W 1507 W 1240 W 1243 W 1902 W 0150 W 1154 W-9999 +USW00094728200409TAVG 228 W 228 W 228 W 256 W 211 W 200 W 233 W 217 W 239 W 222 W 194 W 206 W 239 W 200 W 194 W 222 W 228 W 189 W 150 W 161 W 206 W 217 W 233 W 211 W 200 W 222 W 206 W 200 W 167 W 167 W-9999 +USW00094728200409TSUN 0 W-9999 -9999 0 W-9999 -9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 0 W-9999 -9999 +USW00094728200409WDF2 340 X 70 X 210 X 50 X 60 X 90 X 60 X 130 X 270 X 300 X 50 X 230 X 50 X 70 X 60 X 280 X 150 X 70 X 10 X 40 X 280 X 290 X 150 X 160 X 230 X 50 X 170 X 60 X 50 X 260 X-9999 +USW00094728200409WDF5 340 Z 70 X 150 X 70 X 70 X 70 X 60 X 140 X 170 X 280 X 50 X 240 X 70 X 70 X 70 X 260 X 150 X 70 X 70 X 50 X 270 X 300 X 160 X 150 X 230 X 60 X 140 X 60 X 60 X 250 X-9999 +USW00094728200409WSF2 45 X 63 X 54 X 40 X 80 X 63 X 45 X 67 X 76 X 67 X 54 X 45 X 67 X 63 X 58 X 45 X 63 X 125 X 80 X 67 X 54 X 63 X 31 X 45 X 45 X 54 X 45 X 103 X 98 X 45 X-9999 +USW00094728200409WSF5 67 Z 89 X 67 X 58 X 107 X 89 X 63 X 103 X 139 X 112 X 67 X 63 X 89 X 89 X 67 X 58 X 76 X 201 X 125 X 103 X 67 X 107 X 45 X 58 X 63 X 67 X 72 X 134 X 156 X 67 X-9999 +USW00094728200409WT01-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00094728200409WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728200409WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200409WT13-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00094728200409WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00094728200410TMAX 222 0 200 0 194 0 211 0 156 0 172 0 233 0 239 0 211 0 189 0 156 0 172 0 200 0 161 0 172 0 150 0 122 0 139 0 106 0 128 0 122 0 144 0 117 0 117 0 128 0 156 0 161 0 133 0 144 0 167 0 217 0 +USW00094728200410TMIN 122 0 156 0 122 0 122 0 89 0 78 0 106 0 139 0 161 0 100 0 89 0 83 0 83 0 128 0 117 0 89 0 67 0 67 0 89 0 89 0 83 0 89 0 67 0 78 0 78 0 106 0 89 0 78 0 83 0 128 0 144 0 +USW00094728200410PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 15 0 61 0 8 0 0 0 5 0 178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 +USW00094728200410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200410AWND 14 X 17 X 26 X 23 X 25 X 19 X 9 X 13 X 31 X 27 X 31 X 37 X 12 X 23 X 19 X 34 X 39 X 21 X 47 X 46 X 41 X 42 X 37 X 22 X 15 X 22 X 23 X 28 X 23 X 23 X 36 X +USW00094728200410FMTM 2133 X 1213 X 0753 X 2247 X 1205 X 1508 X 1248 X 2326 X 0430 X 1548 X 0906 X 0636 X 1127 X 1004 X 1634 X 2202 X 2033 X 1011 X 1905 X 1147 X 1010 X 1811 X 2136 X 1206 X 0301 X 1313 X 1427 X 0927 X 0939 X 1239 X 1339 X +USW00094728200410PGTM 2049 W 1212 W 0743 W-9999 -9999 1507 W 0008 W 2324 W 1912 W 1704 W 0905 W 1510 W 1126 W 1003 W 1645 W 1928 W 2037 W 1010 W 1905 W 1105 W 1014 W 1811 W 2341 W 1205 W 0234 W 1312 W 2213 W 0926 W 0939 W 1239 W 1132 W +USW00094728200410TAVG 172 W 178 W 161 W 167 W 122 W 128 W 172 W 189 W 189 W 144 W 122 W 128 W 144 W 144 W 144 W 122 W 94 W 106 W 100 W 111 W 106 W-9999 -9999 100 W 106 W 133 W 128 W 106 W 117 W 150 W 183 W +USW00094728200410TSUN-9999 -9999 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200410WDF2 200 X 180 X 50 X 340 X 50 X 240 X 270 X 210 X 220 X 300 X 340 X 300 X 250 X 60 X 180 X 260 X 270 X 280 X 50 X 60 X 60 X 50 X 50 X 60 X 60 X 310 X 40 X 70 X 240 X 200 X 280 X +USW00094728200410WDF5 170 X 180 X 50 X 350 Z 60 Z 240 X 260 X 250 X 220 X 290 X 320 X 310 X 250 X 70 X 180 X 240 X 280 X 290 X 50 X 60 X 80 X 40 X 60 X 60 X 70 X 310 X 70 X 70 X 240 X 190 X 270 X +USW00094728200410WSF2 40 X 58 X 72 X 58 X 72 X 54 X 31 X 40 X 58 X 67 X 72 X 72 X 40 X 63 X 67 X 67 X 72 X 58 X 72 X 89 X 76 X 76 X 67 X 58 X 40 X 58 X 54 X 76 X 54 X 45 X 89 X +USW00094728200410WSF5 63 X 76 X 98 X 89 Z 107 Z 67 X 45 X 67 X 80 X 94 X 116 X 107 X 54 X 76 X 103 X 107 X 130 X 76 X 107 X 116 X 98 X 107 X 89 X 72 X 58 X 76 X 72 X 98 X 67 X 67 X 125 X +USW00094728200410WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00094728200410WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728200410WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00094728200410WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728200411TMAX 156 0 156 0 150 0 106 0 122 0 144 0 200 0 144 0 56 0 67 0 139 0 89 0 61 0 94 0 150 0 144 0 139 0 139 0 172 0 122 0 122 0 128 0 122 0 156 0 183 0 72 0 117 0 150 0 100 0 100 0-9999 +USW00094728200411TMIN 94 0 78 0 67 0 33 0 72 0 56 0 94 0 39 0 0 0 -17 0 56 0 22 0 0 0 -17 0 33 0 67 0 56 0 78 0 122 0 72 0 83 0 100 0 83 0 106 0 17 0 0 0 44 0 72 0 44 0 33 0-9999 +USW00094728200411PRCP 0 0 0 0 0T 0 257 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 239 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 91 0 0 0 3 0 0 0 102 0 107 0 0 0 0 0 234 0 0 0 0 0-9999 +USW00094728200411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200411AWND 34 X 25 X 41 X 18 X 55 X 38 X 34 X 42 X 33 X 24 X 31 X 40 X 43 X 29 X 21 X 17 X 13 X 17 X 21 X 31 X 10 X 13 X 22 X 30 X 43 X 34 X 34 X 53 X 27 X 19 X-9999 +USW00094728200411FMTM 0924 X 1630 X 0536 X 2338 X 0443 X 1248 X 1410 X 0452 X 1227 X 2252 X 0953 X 1637 X 1344 X 2129 X-9999 0040 X-9999 1746 X 2342 X 0412 X 2253 X 0946 X 0732 X 2321 X 1512 X 1502 X 2315 X 0859 X 1202 X 2343 X-9999 +USW00094728200411PGTM 0858 W 1354 W 0532 W 2321 W 1224 W 1248 W 1409 W 0332 W 1412 W 2341 W 0952 W 1707 W 0724 W 1517 W-9999 -9999 -9999 2151 W 2341 W 0516 W 2328 W 0951 W 1614 W 2348 W 2118 W 0318 W 2314 W 0859 W 1050 W 2345 W-9999 +USW00094728200411TAVG 128 W 117 W 111 W 72 W 100 W 100 W 150 W 94 W 28 W 28 W-9999 -9999 33 W 39 W-9999 106 W-9999 133 W 150 W 100 W 106 W 117 W 106 W 133 W 100 W 39 W 83 W 111 W 72 W 67 W-9999 +USW00094728200411TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 +USW00094728200411WDF2 300 X 160 X 300 X 250 X 280 X 240 X 220 X 300 X 340 X 220 X 240 X 50 X 340 X 300 X 300 Z 300 X 250 Z 230 X 60 X 60 X 240 X 50 X 70 X 160 X 300 X 280 X 120 X 130 X 290 X 170 X-9999 +USW00094728200411WDF5 280 X 170 X 290 X 260 X 290 X 230 X 200 X 290 X 290 X 250 X 230 X 60 X 80 X 300 X 300 Z 300 Z 240 Z 270 X 70 X 70 X 310 X 30 X 170 X 200 X 320 X 310 X 110 X 110 X 300 X 170 X-9999 +USW00094728200411WSF2 80 X 54 X 103 X 58 X 116 X 80 X 72 X 80 X 67 X 63 X 72 X 76 X 80 X 58 X 58 Z 58 X 36 Z 40 X 63 X 63 X 36 X 45 X 54 X 67 X 98 X 72 X 72 X 107 X 63 X 58 X-9999 +USW00094728200411WSF5 112 X 89 X 165 X 80 X 174 X 112 X 112 X 139 X 94 X 98 X 98 X 98 X 112 X 80 X 89 Z 76 Z 54 Z 54 X 76 X 80 X 45 X 63 X 63 X 94 X 143 X 103 X 112 X 179 X 89 X 80 X-9999 +USW00094728200411WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00094728200411WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200411WT13-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00094728200411WT16-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00094728200411WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200411WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200412TMAX 139 0 78 0 78 0 61 0 122 0 50 0 89 0 150 0 94 0 83 0 111 0 78 0 89 0 33 0 6 0 67 0 78 0 61 0 83 0 -61 0 28 0 117 0 150 0 50 0 6 0 6 0 -17 0 0 0 83 0 83 0 133 0 +USW00094728200412TMIN 61 0 39 0 17 0 -6 0 39 0 17 0 17 0 78 0 56 0 72 0 67 0 50 0 28 0 -28 0 -56 0 -22 0 0 0 -11 0 -61 0 -117 0 -111 0 17 0 50 0 -6 0 -39 0 -39 0 -72 0 -78 0 -6 0 50 0 56 0 +USW00094728200412PRCP 297 0 0 0 0 0 0 0 0 0 71 0 132 0 28 0 81 0 104 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 18 0 0 0 0 0 165 0 0 0 0 0 8 0 20 0 3 0 0 0 0 0 0 0 +USW00094728200412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 13 0 0 0 0 0 0 0 0 0 0 0 8 0 46 0 8 0 0 0 0 0 0 0 +USW00094728200412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 0 0 0 0 0 0 +USW00094728200412AWND 51 X 30 X 33 X 27 X 30 X 53 X 43 X 35 X 30 X 53 X 25 X 38 X 44 X 44 X 35 X 32 X 39 X 25 X 22 X 56 X 19 X 19 X 40 X 40 X 24 X 37 X 50 X 39 X 31 X 23 X 30 X +USW00094728200412FMTM 1440 X 2354 X 1952 X 2209 X 1247 X 1915 X 1055 X 1253 X 2324 X 2138 X 1911 X 1237 X 1446 X 0720 X 1513 X 2227 X 1521 X 0835 X 2258 X 1101 X 1115 X 2128 X 1726 X 0416 X 0711 X 2209 X 0906 X 2202 X 0046 X 2231 X 2231 X +USW00094728200412PGTM 1450 W 2353 W 1257 W 2049 W 0030 W 2112 W 1053 W 1253 W 1948 W 1444 W 1959 W-9999 -9999 -9999 -9999 2227 W 1405 W 2027 W 2034 W 1141 W 1115 W 2127 W 1725 W 0055 W 0953 W 1541 W 1524 W 2037 W 0137 W 1734 W 2149 W +USW00094728200412TAVG 100 W 61 W 50 W 28 W 83 W 33 W 56 W 117 W 78 W 78 W 89 W 67 W 61 W 6 W -22 W 22 W 39 W 28 W 11 W -89 W -39 W 67 W 100 W 22 W -17 W -17 W -44 W -39 W 39 W 67 W 94 W +USW00094728200412TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200412WDF2 270 X 290 X 300 X 220 X 280 X 60 X 50 X 280 X 70 X 70 X 250 X 280 X 280 X 290 X 300 X 240 X 300 X 70 X 290 X 300 X 220 X 200 X 240 X 290 X 350 X 340 X 300 X 230 X 220 X 150 X 230 X +USW00094728200412WDF5 280 X 290 X 290 X 190 X 230 X 80 X 70 X 290 X 70 X 70 X 280 X 290 Z 280 Z 310 Z 340 Z 240 X 280 X 70 X 290 X 280 X 220 X 240 X 220 X 290 X 30 X 360 X 290 X 210 X 230 X 190 X 240 X +USW00094728200412WSF2 130 X 72 X 80 X 67 X 67 X 103 X 98 X 112 X 58 X 98 X 63 X 89 X 89 X 89 X 67 X 72 X 72 X 54 X 89 X 103 X 63 X 58 X 116 X 80 X 63 X 67 X 103 X 72 X 76 X 45 X 72 X +USW00094728200412WSF5 179 X 116 X 125 X 103 X 98 X 130 X 134 X 161 X 76 X 139 X 89 X 116 Z 130 Z 125 Z 103 Z 98 X 116 X 67 X 130 X 143 X 94 X 80 X 206 X 125 X 76 X 98 X 148 X 112 X 103 X 67 X 107 X +USW00094728200412WT01 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200412WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728200412WT13 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728200412WT16 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200412WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728200412WT19-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200412WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728200501TMAX 156 0 100 0 144 0 106 0 78 0 50 0 56 0 50 0 44 0 89 0 44 0 39 0 150 0 189 0 11 0 -6 0 -22 0 -78 0 -33 0 -11 0 -67 0 -39 0 -33 0 -44 0 6 0 28 0 -78 0 -56 0 11 0 33 0 17 0 +USW00094728200501TMIN 44 0 28 0 94 0 78 0 17 0 11 0 22 0 17 0 6 0 39 0 17 0 17 0 33 0 11 0 -33 0 -28 0 -78 0 -128 0 -128 0 -67 0 -128 0 -144 0 -128 0 -133 0 -67 0 -83 0 -128 0 -150 0 -94 0 -44 0 -44 0 +USW00094728200501PRCP 0 0 0 0 114 0 15 0 71 0 157 0 0T 0 150 0 0 0 0 0 64 0 30 0 0 0 262 0 0 0 0 0 8 0 0T 0 8 0 0 0 0 0 236 0 64 0 0T 0 0 0 3 0 0 0 0 0 0 0 5 0 0 0 +USW00094728200501SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 20 0 0 0 0 0 216 0 135 0 0T 0 0 0 0T 0 0 0 0 0 0 0 5 0 0 0 +USW00094728200501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 330 0 356 0 330 0 330 0 330 0 279 0 279 0 279 0 279 0 +USW00094728200501AWND 38 X 35 X 25 X 19 X 29 X 39 X 32 X 24 X 25 X 36 X 31 X 46 X 27 X 40 X 25 X 40 X 38 X 49 X 26 X 34 X 32 X 47 X 53 X 42 X 26 X 29 X 45 X 22 X 21 X 30 X 28 X +USW00094728200501FMTM 2227 X 0906 X 0606 X 0547 X 1812 X 0708 X 0323 X 1416 X 0813 X 1449 X 2049 X 1012 X 2122 X 0822 X 0301 X 1157 X 1534 X 1252 X 1914 X 1029 X 2239 X 1858 X 1254 X 2352 X 1050 X 2347 X 0121 X 1135 X 2046 X 1943 X 0302 X +USW00094728200501PGTM 2227 W 2156 W 0531 W 0735 W 1811 W 0734 W 0321 W 1419 W-9999 -9999 2048 W 0600 W 1901 W 0808 W-9999 -9999 1604 W 1251 W 2202 W 0924 W 0818 W 1844 W 0850 W 0004 W 1050 W 2247 W-9999 -9999 -9999 1943 W 0301 W +USW00094728200501TAVG 100 W 67 W 122 W 94 W 50 W 33 W 39 W 33 W 28 W 67 W 33 W 28 W 94 W 100 W -11 W -17 W -50 W -100 W -78 W -39 W -94 W -89 W -78 W -89 W -28 W -28 W -100 W -100 W -39 W -6 W -11 W +USW00094728200501TSUN-9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W-9999 -9999 -9999 -9999 0 W 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W-9999 +USW00094728200501WDF2 40 X 80 X 230 X 40 X 40 X 60 X 280 X 60 X 50 X 310 X 70 X 60 X 170 X 300 X 300 X 60 X 300 X 290 X 220 X 300 X 340 X 60 X 340 X 300 X 270 X 350 X 330 X 30 X 240 X 40 X 20 X +USW00094728200501WDF5 50 X 190 X 230 X 20 X 60 X 50 X 280 X 70 X 30 X 300 Z 60 X 70 X 170 X 320 X 340 X 70 X 300 X 290 X 240 X 300 X 340 X 60 X 330 X 300 X 280 X 40 X 340 X 30 X 230 X 50 X 30 X +USW00094728200501WSF2 76 X 72 X 58 X 63 X 67 X 98 X 94 X 72 X 58 X 89 X 72 X 80 X 58 X 94 X 63 X 94 X 89 X 107 X 67 X 76 X 67 X 103 X 98 X 80 X 72 X 80 X 103 X 63 X 58 X 72 X 58 X +USW00094728200501WSF5 98 X 94 X 80 X 76 X 94 X 134 X 134 X 89 X 76 X 112 Z 103 X 107 X 94 X 156 X 89 X 116 X 134 X 139 X 103 X 125 X 103 X 139 X 156 X 116 X 94 X 125 X 148 X 94 X 67 X 112 X 98 X +USW00094728200501WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728200501WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200501WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200501WT13-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728200501WT16-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200501WT18-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 +USW00094728200501WT19-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200501WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200502TMAX 44 0 44 0 50 0 78 0 117 0 111 0 111 0 117 0 122 0 78 0 44 0 56 0 50 0 89 0 133 0 122 0 33 0 -6 0 0 0 28 0 17 0 61 0 44 0 -11 0 22 0 44 0 28 0 17 0-9999 -9999 -9999 +USW00094728200502TMIN -39 0 -22 0 -17 0 11 0 33 0 44 0 28 0 44 0 78 0 -11 0 -17 0 -11 0 0 0 -6 0 78 0 17 0 -6 0 -78 0 -89 0 -28 0 -22 0 0 0 -17 0 -50 0 -56 0 -39 0 -50 0 -11 0-9999 -9999 -9999 +USW00094728200502PRCP 0 0 0 0 5 0 69 0 0 0 0 0 0 0 0 0 8 0 25 0 0 0 0 0 0 0 241 0 33 0 56 0 0T 0 0T 0 0 0 33 0 104 0 0T 0 3 0 61 0 33 0 0T 0 0 0 102 0-9999 -9999 -9999 +USW00094728200502SNOW 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 38 0 89 0 0 0 0 0 102 0 51 0 0T 0 0 0 122 0-9999 -9999 -9999 +USW00094728200502SNWD 229 0 203 0 178 0 178 0 152 0 127 0 102 0 102 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 0 0 0 0 0 0 152 0 102 0 51 0 25 0-9999 -9999 -9999 +USW00094728200502AWND 12 X 23 X 34 X 30 X 28 X 21 X 17 X 19 X 23 X 43 X 59 X 41 X 32 X 40 X 38 X 22 X 38 X 52 X 39 X 27 X 39 X 21 X 35 X 40 X 28 X 27 X 30 X 51 X-9999 -9999 -9999 +USW00094728200502FMTM 1529 X 1224 X 1311 X 1159 X 1131 X 0558 X 0550 X 1934 X 2334 X 1656 X 0407 X 0053 X 0755 X 2102 X 1052 X 1650 X 1531 X 2155 X 0322 X 2338 X 1553 X 2242 X 1134 X 0942 X 0205 X 2059 X 0056 X 1658 X-9999 -9999 -9999 +USW00094728200502PGTM 1528 W 1159 W 0945 W 1114 W 0054 W 0558 W 0534 W 1418 W 2331 W 2125 W 0407 W 0052 W 0455 W 1914 W 0943 W 1649 W 1531 W 1355 W 0357 W 2337 W 1615 W 2242 W 1120 W 2320 W 0205 W 2343 W 0055 W 1505 W-9999 -9999 -9999 +USW00094728200502TAVG 6 W 11 W 17 W 44 W 78 W 78 W 72 W 83 W 100 W 33 W 17 W 22 W 28 W 44 W 106 W 72 W 17 W -39 W -44 W 0 W 0 W 33 W 17 W -28 W -17 W 6 W -11 W 6 W-9999 -9999 -9999 +USW00094728200502WDF2 350 X 60 X 70 X 40 X 20 X 60 X 60 X 230 X 150 X 300 X 310 X 270 X 300 X 360 X 320 X 300 X 350 X 300 X 360 X 120 X 60 X 270 X 350 X 80 X 30 X 290 X 300 X 60 X-9999 -9999 -9999 +USW00094728200502WDF5 350 X 40 X 40 X 50 X 40 X 70 X 60 X 240 X 160 X 280 X 290 X 260 X 360 X 360 X 310 X 280 X 350 X 280 X 350 X 130 X 60 X 270 X 320 X 360 X 30 X 340 X 300 X 70 X-9999 -9999 -9999 +USW00094728200502WSF2 31 X 63 X 76 X 67 X 58 X 63 X 45 X 45 X 58 X 103 X 103 X 94 X 72 X 72 X 63 X 94 X 76 X 103 X 76 X 63 X 76 X 63 X 76 X 76 X 63 X 63 X 67 X 130 X-9999 -9999 -9999 +USW00094728200502WSF5 45 X 76 X 94 X 107 X 89 X 80 X 67 X 67 X 76 X 156 X 143 X 134 X 107 X 134 X 103 X 148 X 112 X 148 X 107 X 80 X 107 X 94 X 107 X 98 X 98 X 98 X 103 X 174 X-9999 -9999 -9999 +USW00094728200502WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00094728200502WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728200502WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200502WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00094728200502WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200502WT18-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00094728200502WT19-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200502WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200503TMAX 56 0 39 0 6 0 22 0 56 0 89 0 172 0 139 0 -6 0 11 0 33 0 72 0 72 0 44 0 78 0 72 0 89 0 100 0 111 0 61 0 72 0 133 0 78 0 67 0 89 0 100 0 94 0 94 0 150 0 172 0 117 0 +USW00094728200503TMIN -11 0 -22 0 -50 0 -50 0 -28 0 -6 0 61 0 -78 0 -89 0 -61 0 -17 0 -11 0 11 0 -22 0 -22 0 0 0 6 0 28 0 11 0 44 0 39 0 22 0 6 0 6 0 39 0 22 0 33 0 28 0 72 0 67 0 56 0 +USW00094728200503PRCP 74 0 0T 0 0 0 0 0 0 0 0 0 0 0 81 0 0 0 0 0 8 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 3 0 0 0 203 0 25 0 0 0 0 0 10 0 757 0 0T 0 0 0 3 0 +USW00094728200503SNOW 74 0 0T 0 0 0 0 0 0 0 0 0 0 0 38 0 0 0 0 0 13 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200503SNWD 229 0 152 0 127 0 102 0 102 0 76 0 51 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200503AWND 27 X 51 X 51 X 34 X 25 X 12 X-9999 38 X 55 X 27 X 38 X 25 X 23 X 38 X 45 X 42 X 20 X 27 X 21 X 17 X 22 X 24 X 53 X 29 X 22 X 29 X 26 X 46 X 43 X 26 X 24 X +USW00094728200503FMTM 2157 X 2246 X 1509 X 1516 X 1606 X 1100 X-9999 1806 X 0118 X 1717 X 1128 X 1304 X 1407 X 1423 X 1409 X 1406 X 2341 X 1516 X 0907 X 1448 X 1954 X 1638 X 1943 X 0008 X 1304 X 0828 X 2132 X 2042 X 1409 X 0000 X 1531 X +USW00094728200503PGTM 1723 W 1938 W 1508 W 1817 W 1605 W 1059 W-9999 1931 W 0053 W 1025 W 1128 W 1258 W 1511 W 1538 W 1526 W 1421 W 2301 W 1515 W 0906 W 0109 W 2018 W 1702 W 1929 W 2358 W 1304 W 0827 W 2132 W 2039 W 1726 W 0000 W 1531 W +USW00094728200503TAVG 22 W 11 W -22 W -11 W 17 W 44 W 89 W 33 W -44 W -22 W 11 W 33 W 44 W 11 W 28 W 39 W 50 W 67 W 61 W 56 W 56 W 78 W 44 W 39 W 67 W 61 W 67 W 61 W 111 W 122 W 89 W +USW00094728200503WDF2 250 X 290 X 300 X 280 X 350 X 350 X-9999 290 X 350 X 330 X 80 X 270 X 290 X 290 X 270 X 300 X 230 X 270 X 40 X 120 X 350 X 170 X 50 X 30 X 270 X 50 X 60 X 60 X 350 X 10 X 160 X +USW00094728200503WDF5 220 X 280 X 310 X 260 X 350 X 350 X-9999 310 X 360 X 280 X 70 X 270 X 310 X 330 X 290 X 300 X 200 X 260 X 60 X 210 X 360 X 180 X 60 X 30 X 270 X 60 X 60 X 80 X 330 X 20 X 160 X +USW00094728200503WSF2 67 X 98 X 98 X 67 X 58 X 58 X-9999 125 X 116 X 67 X 76 X 72 X 67 X 80 X 80 X 72 X 45 X 72 X 58 X 40 X 67 X 63 X 130 X 72 X 67 X 76 X 58 X 89 X 94 X 67 X 63 X +USW00094728200503WSF5 134 X 139 X 156 X 98 X 76 X 72 X 0 W 201 X 179 X 94 X 98 X 103 X 94 X 116 X 125 X 103 X 67 X 98 X 72 X 63 X 89 X 80 X 197 X 107 X 76 X 103 X 72 X 130 X 130 X 98 X 89 X +USW00094728200503WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 +USW00094728200503WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200503WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200503WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X +USW00094728200503WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 +USW00094728200503WT18 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200503WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728200503WT22 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200504TMAX 117 0 139 0 100 0 144 0 200 0 239 0 256 0 172 0 172 0 233 0 156 0 144 0 139 0 189 0 139 0 161 0 250 0 250 0 250 0 306 0 222 0 139 0 150 0 133 0 122 0 200 0 189 0 189 0 178 0 150 0-9999 +USW00094728200504TMIN 50 0 44 0 44 0 56 0 67 0 111 0 94 0 61 0 72 0 61 0 61 0 28 0 44 0 67 0 50 0 56 0 56 0 122 0 100 0 178 0 100 0 83 0 89 0 67 0 44 0 100 0 106 0 94 0 83 0 94 0-9999 +USW00094728200504PRCP 5 0 457 0 23 0 0 0 0 0 0 0 119 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 251 0 41 0 3 0 0 0 124 0 0T 0 0T 0 102 0-9999 +USW00094728200504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200504AWND 21 X 59 X 42 X 42 X 31 X 17 X 29 X 26 X 30 X 11 X 38 X 30 X 33 X 37 X 43 X 37 X 19 X 24 X 24 X 32 X 38 X 30 X 39 X 30 X 37 X 34 X 22 X 36 X 25 X 21 X-9999 +USW00094728200504FMTM 2135 X 1942 X 0816 X 1220 X 1043 X 1855 X 1609 X 0929 X 0712 X 1325 X 0926 X 0729 X 1125 X 0815 X 0837 X 0922 X 1640 X 1632 X 1421 X 2135 X 0259 X 2032 X 2353 X 2353 X 1721 X 1450 X 0400 X 2224 X 1449 X 1140 X-9999 +USW00094728200504PGTM 2231 W 1942 W 1026 W 1219 W 0148 W 0818 W 1635 W 0929 W 0732 W 1324 W 0200 W 0147 W 0922 W 1441 W 0836 W 0921 W 1752 W 1652 W 1420 W 2131 W 1054 W 1149 W 1827 W 0019 W 1819 W 1430 W 2234 W 2223 W 1521 W 1141 W-9999 +USW00094728200504TAVG 83 W 94 W 72 W 100 W 133 W 178 W 178 W 117 W 122 W 150 W 111 W 89 W 94 W 128 W 94 W 111 W 156 W 189 W 178 W 244 W 161 W 111 W 122 W 100 W 83 W 150 W 150 W 144 W 133 W 122 W-9999 +USW00094728200504WDF2 110 X 130 X 220 X 280 X 270 X 140 X 240 X 30 X 40 X 40 X 40 X 20 X 40 X 40 X 60 X 50 X 160 X 150 X 150 X 270 X 290 X 90 X 150 X 150 X 250 X 170 X 150 X 270 X 170 X 140 X-9999 +USW00094728200504WDF5 50 X 140 X 230 X 270 X 300 X 240 X 230 X 30 X 30 X 40 X 30 X 70 X 60 X 140 X 60 X 30 X 190 X 140 X 160 X 260 X 60 X 170 X 150 X 160 X 270 X 170 X 60 X 290 X 150 X 150 X-9999 +USW00094728200504WSF2 58 X 116 X 76 X 94 X 67 X 45 X 89 X 72 X 76 X 63 X 67 X 67 X 72 X 72 X 112 X 89 X 58 X 67 X 63 X 89 X 80 X 67 X 72 X 72 X 76 X 89 X 58 X 45 X 63 X 63 X-9999 +USW00094728200504WSF5 72 X 215 X 125 X 148 X 94 X 63 X 116 X 112 X 98 X 76 X 116 X 107 X 98 X 98 X 148 X 125 X 72 X 98 X 94 X 139 X 125 X 98 X 112 X 112 X 116 X 125 X 76 X 67 X 80 X 80 X-9999 +USW00094728200504WT01 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 +USW00094728200504WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200504WT13 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 +USW00094728200504WT16 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00094728200505TMAX 178 0 183 0 150 0 167 0 172 0 122 0 172 0 178 0 217 0 200 0 228 0 206 0 178 0 228 0 250 0 211 0 206 0 211 0 211 0 139 0 217 0 172 0 178 0 178 0 117 0 150 0 261 0 261 0 239 0 239 0 261 0 +USW00094728200505TMIN 106 0 67 0 50 0 67 0 78 0 78 0 78 0 94 0 106 0 100 0 100 0 117 0 72 0 122 0 144 0 133 0 117 0 117 0 117 0 89 0 83 0 106 0 94 0 89 0 89 0 106 0 133 0 139 0 122 0 139 0 139 0 +USW00094728200505PRCP 38 0 58 0 0 0 0 0 0 0 5 0 3 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 28 0 66 0 25 0 0T 0 13 0 66 0 33 0 0T 0 38 0 0 0 0T 0 0 0 +USW00094728200505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200505AWND 28 X 22 X 22 X 21 X 25 X 43 X 41 X 46 X 25 X 18 X 20 X 38 X 28 X 27 X 18 X 22 X 22 X 21 X 25 X 31 X 27 X 20 X 15 X 47 X 47 X 35 X 18 X 24 X 28 X 21 X 23 X +USW00094728200505FMTM 1728 X 1742 X 1517 X 2317 X 0631 X 1540 X 2336 X 1116 X 1759 X 1434 X 1521 X 1152 X 0255 X 1716 X 2317 X 0532 X 2352 X 0957 X 0847 X 1704 X 1826 X 1113 X 1135 X 1541 X 1119 X 0720 X 1746 X 1731 X 1728 X 1414 X 1454 X +USW00094728200505PGTM 1726 W 1742 W 1517 W 2204 W 1617 W 2043 W 2336 W 1028 W 2119 W 1807 W 1520 W 1138 W 2145 W 1505 W 1603 W 0531 W 1518 W 1434 W 0950 W 0909 W 1823 W 1432 W 1134 W 1150 W 1405 W 0315 W 1746 W 1736 W 1740 W 1413 W 1048 W +USW00094728200505TAVG 144 W 128 W 100 W 117 W 128 W 100 W 128 W 139 W 161 W 150 W 167 W 161 W 128 W 178 W 200 W 172 W 161 W 167 W 167 W 117 W 150 W 139 W 139 W 133 W 106 W 128 W 200 W 200 W 183 W 189 W 200 W +USW00094728200505WDF2 270 X 260 X 260 X 70 X 50 X 50 X 340 X 20 X 150 X 160 X 150 X 50 X 50 X 130 X 220 X 50 X 50 X 40 X 50 X 40 X 300 X 40 X 50 X 50 X 50 X 40 X 350 X 260 X 270 X 250 X 150 X +USW00094728200505WDF5 280 X 260 X 270 X 60 X 180 X 60 X 350 X 20 X 170 X 190 X 150 X 30 X 210 X 150 X 220 X 30 X 300 X 260 X 70 X 170 X 280 X 70 X 50 X 60 X 40 X 60 X 320 X 230 X 250 X 250 X 50 X +USW00094728200505WSF2 72 X 72 X 63 X 54 X 58 X 98 X 80 X 89 X 54 X 58 X 54 X 80 X 72 X 58 X 54 X 67 X 54 X 63 X 63 X 67 X 89 X 58 X 54 X 94 X 94 X 80 X 72 X 76 X 67 X 67 X 58 X +USW00094728200505WSF5 107 X 98 X 76 X 72 X 76 X 134 X 130 X 148 X 72 X 72 X 67 X 107 X 98 X 76 X 76 X 80 X 76 X 80 X 80 X 94 X 139 X 72 X 72 X 139 X 134 X 143 X 107 X 107 X 98 X 98 X 76 X +USW00094728200505WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00094728200505WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200505WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00094728200505WT16 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00094728200506TMAX 200 0 206 0 211 0 278 0 311 0 300 0 306 0 339 0 311 0 278 0 294 0 306 0 311 0 328 0 289 0 256 0 233 0 244 0 222 0 250 0 278 0 278 0 256 0 289 0 328 0 333 0 256 0 306 0 294 0 278 0-9999 +USW00094728200506TMIN 122 0 122 0 128 0 161 0 189 0 194 0 189 0 228 0 217 0 211 0 217 0 222 0 239 0 256 0 167 0 161 0 150 0 167 0 161 0 150 0 156 0 183 0 161 0 172 0 206 0 233 0 217 0 217 0 222 0 217 0-9999 +USW00094728200506PRCP 0 0 0 0 56 0 33 0 0 0 147 0 0 0 0 0 0 0 119 0 117 0 0 0 0 0 0 0 0T 0 74 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 150 0 41 0 58 0 0T 0-9999 +USW00094728200506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200506AWND 24 X 17 X 18 X 17 X 14 X 20 X 25 X 21 X 23 X 21 X 22 X 27 X 25 X 33 X 27 X 21 X 28 X 22 X 32 X 19 X 16 X 24 X 30 X 30 X 31 X 24 X 22 X 23 X 32 X 19 X-9999 +USW00094728200506FMTM 1511 X 1749 X 2121 X 1108 X 1447 X 1603 X 1425 X 1724 X 1215 X 2319 X 1747 X 1112 X 2324 X 1122 X 1019 X 2046 X 1333 X 2328 X 0627 X 1530 X 1509 X 1654 X 0302 X 2331 X 0009 X 0310 X 2304 X 2245 X 1501 X 0859 X-9999 +USW00094728200506PGTM 1247 W 1825 W 1522 W 1106 W 1444 W 1601 W 1424 W 1729 W 1214 W 2318 W 1746 W 1412 W 2324 W 1048 W 0914 W 1653 W 1400 W 2332 W 0224 W 1529 W 1611 W 1654 W 0301 W 2255 W 0726 W 0310 W 2303 W 1937 W 1500 W 1719 W-9999 +USW00094728200506TAVG 161 W 167 W 172 W 222 W 250 W 250 W 250 W 283 W 267 W 244 W 256 W 267 W 278 W 294 W 228 W 211 W 194 W 206 W 194 W 200 W 217 W 233 W 211 W 233 W 267 W 283 W 239 W 261 W 261 W 250 W-9999 +USW00094728200506WDF2 170 X 160 X 50 X 50 X 270 X 270 X 270 X 170 X 130 X 220 X 260 X 230 X 230 X 270 X 60 X 290 X 260 X 50 X 50 X 140 X 160 X 60 X 40 X 210 X 230 X 250 X 70 X 240 X 230 X 70 X-9999 +USW00094728200506WDF5 180 X 170 X 100 X 60 X 260 X 260 X 260 X 180 X 140 X 240 X 260 X 240 X 250 X 250 X 80 X 280 X 260 X 30 X 60 X 140 X 180 X 40 X 20 X 240 X 220 X 240 X 70 X 220 X 280 X 190 X-9999 +USW00094728200506WSF2 54 X 45 X 45 X 45 X 40 X 76 X 67 X 58 X 63 X 58 X 63 X 58 X 58 X 76 X 63 X 67 X 63 X 63 X 72 X 58 X 54 X 72 X 63 X 67 X 63 X 63 X 54 X 54 X 76 X 45 X-9999 +USW00094728200506WSF5 72 X 72 X 63 X 63 X 58 X 107 X 107 X 80 X 89 X 80 X 89 X 76 X 76 X 112 X 76 X 107 X 89 X 80 X 103 X 80 X 72 X 98 X 76 X 94 X 94 X 80 X 89 X 80 X 112 X 63 X-9999 +USW00094728200506WT01 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00094728200506WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200506WT08 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 +USW00094728200506WT13 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00094728200506WT16-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00094728200507TMAX 278 0 278 0 261 0 283 0 272 0 278 0 228 0 189 0 272 0 322 0 328 0 294 0 250 0 278 0 294 0 278 0 272 0 317 0 328 0 317 0 328 0 339 0 294 0 311 0 328 0 356 0 361 0 278 0 300 0 311 0 283 0 +USW00094728200507TMIN 217 0 206 0 178 0 172 0 200 0 211 0 183 0 167 0 167 0 200 0 217 0 206 0 200 0 228 0 228 0 228 0 233 0 244 0 256 0 250 0 222 0 228 0 222 0 200 0 211 0 239 0 228 0 206 0 206 0 222 0 206 0 +USW00094728200507PRCP 3 0 0 0 0 0 0 0 8 0 386 0 0 0 371 0 0T 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 107 0 0 0 0T 0 0 0 0 0 0 0 3 0 0 0 8 0 0 0 10 0 0 0 0 0 0 0 0 0 +USW00094728200507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200507AWND 22 X 24 X 29 X 21 X 14 X 18 X 34 X 37 X 25 X 30 X 22 X 24 X 15 X 18 X 16 X 19 X 17 X 15 X 17 X 19 X 16 X 13 X 30 X 18 X 29 X 18 X 30 X 28 X 24 X 21 X 18 X +USW00094728200507FMTM 1852 X 2145 X 0848 X 1421 X 1459 X 2302 X 0821 X 1515 X 1411 X 1637 X 1309 X 1801 X 1850 X 1741 X 1507 X 1518 X 1525 X 1530 X 1942 X 1320 X 1703 X 2331 X 1237 X 2352 X 0704 X 1524 X 1649 X 0701 X 2214 X 1556 X 1428 X +USW00094728200507PGTM 1848 W 0826 W 0750 W 1538 W 1621 W 2245 W 0408 W 1511 W 1416 W 1050 W 1127 W 1711 W 1131 W 1725 W 1415 W 1430 W 1754 W 1701 W 1338 W 1319 W 1154 W 2214 W 1524 W 2351 W 0703 W 2353 W 1648 W 0722 W 2107 W 1601 W 1521 W +USW00094728200507TAVG 250 W 244 W 222 W 228 W 239 W 244 W 206 W 178 W 222 W 261 W 272 W 250 W 228 W 256 W 261 W 256 W 256 W 283 W 294 W 283 W 278 W 283 W 261 W 256 W 272 W 300 W 294 W 244 W 256 W 267 W 244 W +USW00094728200507WDF2 210 X 50 X 50 X 140 X 140 X 50 X 60 X 40 X 290 X 270 X 250 X 160 X 140 X 170 X 140 X 160 X 140 X 150 X 250 X 270 X 280 X 330 X 40 X 210 X 220 X 220 X 300 X 60 X 220 X 150 X 150 X +USW00094728200507WDF5 240 X 310 X 70 X 180 X 130 X 60 X 60 X 40 X 300 X 300 X 280 X 140 X 120 X 160 X 160 X 70 X 150 X 180 X 180 X 270 X 260 X 70 X 50 X 230 X 240 X 220 X 310 X 60 X 240 X 150 X 180 X +USW00094728200507WSF2 58 X 54 X 63 X 54 X 54 X 72 X 72 X 80 X 72 X 63 X 58 X 58 X 45 X 45 X 45 X 45 X 45 X 58 X 45 X 58 X 54 X 45 X 72 X 58 X 76 X 58 X 94 X 67 X 54 X 45 X 45 X +USW00094728200507WSF5 94 X 72 X 80 X 67 X 72 X 94 X 103 X 112 X 112 X 94 X 76 X 89 X 72 X 76 X 67 X 72 X 63 X 76 X 76 X 80 X 72 X 67 X 107 X 80 X 107 X 76 X 134 X 94 X 67 X 63 X 72 X +USW00094728200507WT01 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00094728200507WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200507WT08 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 +USW00094728200507WT13 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00094728200507WT16 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00094728200508TMAX 306 0 344 0 361 0 350 0 367 0 317 0 300 0 283 0 283 0 317 0 361 0 356 0 372 0 356 0 250 0 244 0 311 0 272 0 250 0 283 0 339 0 317 0 278 0 267 0 278 0 289 0 272 0 272 0 294 0 294 0 306 0 +USW00094728200508TMIN 200 0 239 0 239 0 256 0 261 0 222 0 233 0 233 0 228 0 228 0 239 0 250 0 267 0 222 0 211 0 200 0 200 0 200 0 211 0 222 0 244 0 217 0 194 0 194 0 183 0 200 0 211 0 228 0 233 0 239 0 222 0 +USW00094728200508PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 0T 0 0 0 0 0 0T 0 0 0 787 0 5 0 0T 0 0 0 0 0 191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 10 0 8 0 +USW00094728200508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200508AWND 18 X 18 X 12 X 21 X 33 X 19 X 17 X 16 X 21 X 17 X 16 X 21 X 26 X 24 X 25 X 20 X 23 X 30 X 22 X 18 X 25 X 21 X 21 X 30 X 26 X 23 X 23 X 19 X 17 X 20 X 38 X +USW00094728200508FMTM 1649 X 1405 X 1727 X 1420 X 1324 X 1359 X 2303 X 1730 X 1001 X 1603 X 2253 X 2103 X 2000 X 1759 X 2126 X 0709 X 1441 X 0332 X 0850 X 1435 X 1732 X 1555 X 2112 X 1450 X 0930 X 2340 X 1642 X 1143 X 1448 X 2337 X 1944 X +USW00094728200508WDF2 160 X 270 X 170 X 50 X 270 X 50 X 230 X 230 X 200 X 150 X 60 X 30 X 220 X 50 X 50 X 70 X 300 X 50 X 50 X 150 X 280 X 300 X 30 X 40 X 50 X 230 X 150 X 140 X 140 X 150 X 270 X +USW00094728200508WDF5 160 X 220 X 160 X 60 X 260 X 40 X 180 X 210 X 200 X 160 X 270 X 30 X 170 X 300 X 70 X 60 X 320 X 60 X 130 X 170 X 250 X 320 X 60 X 40 X 50 X 230 X 150 X 130 X 160 X 150 X 160 X +USW00094728200508WSF2 54 X 54 X 45 X 89 X 76 X 54 X 45 X 40 X 67 X 54 X 45 X 58 X 58 X 80 X 58 X 40 X 63 X 67 X 54 X 40 X 54 X 58 X 54 X 72 X 67 X 45 X 63 X 45 X 54 X 58 X 72 X +USW00094728200508WSF5 76 X 76 X 63 X 116 X 107 X 76 X 72 X 58 X 94 X 67 X 63 X 76 X 80 X 116 X 72 X 58 X 98 X 89 X 72 X 63 X 72 X 89 X 67 X 98 X 98 X 72 X 98 X 72 X 72 X 98 X 148 X +USW00094728200508WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 +USW00094728200508WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200508WT08 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728200508WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X +USW00094728200508WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 +USW00094728200509TMAX 289 0 317 0 278 0 278 0 272 0 278 0 278 0 306 0 272 0 283 0 267 0 322 0 333 0 283 0 294 0 278 0 294 0 283 0 294 0 278 0 283 0 294 0 306 0 217 0 217 0 256 0 250 0 233 0 239 0 194 0-9999 +USW00094728200509TMIN 211 0 194 0 194 0 183 0 183 0 172 0 167 0 178 0 194 0 178 0 144 0 183 0 217 0 211 0 239 0 228 0 211 0 183 0 194 0 222 0 183 0 200 0 206 0 150 0 156 0 200 0 161 0 139 0 122 0 100 0-9999 +USW00094728200509PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 25 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 0 0 0 0 15 0 0 0-9999 +USW00094728200509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200509AWND 29 X 24 X 24 X 28 X 26 X 21 X 16 X 15 X 21 X 18 X 24 X 26 X 17 X 21 X 18 X 30 X 17 X 21 X 14 X 30 X 26 X 30 X 29 X 38 X 21 X 31 X 30 X 24 X 38 X 21 X-9999 +USW00094728200509FMTM 1449 X 1535 X 1747 X 1458 X 0718 X 1210 X 1428 X 1641 X 1009 X 2258 X 2221 X 1050 X 2311 X 1831 X 1802 X 1522 X 1800 X 1534 X 2346 X 1156 X 2232 X 1746 X 2024 X 0148 X 2233 X 2155 X 0719 X 1946 X 1527 X 0242 X-9999 +USW00094728200509WDF2 270 X 270 X 290 X 40 X 50 X 60 X 170 X 170 X 40 X 60 X 210 X 260 X 220 X 170 X 150 X 50 X 260 X 270 X 240 X 240 X 240 X 160 X 30 X 40 X 180 X 230 X 290 X 150 X 280 X 300 X-9999 +USW00094728200509WDF5 280 X 280 X 270 X 70 X 60 X 180 X 180 X 160 X 50 X 50 X 230 X 230 X 200 X 170 X 150 X 50 X 280 X 280 X 240 X 240 Z 280 X 170 X 40 X 30 X 200 X 240 X 310 X 150 X 210 X 290 X-9999 +USW00094728200509WSF2 58 X 63 X 58 X 63 X 63 X 58 X 45 X 45 X 67 X 63 X 63 X 58 X 54 X 54 X 40 X 58 X 63 X 58 X 54 X 63 X 45 X 67 X 76 X 80 X 58 X 63 X 72 X 63 X 80 X 58 X-9999 +USW00094728200509WSF5 89 X 98 X 76 X 80 X 94 X 72 X 63 X 72 X 98 X 80 X 94 X 80 X 80 X 80 X 58 X 72 X 80 X 80 X 72 X 98 Z 72 X 98 X 107 X 112 X 80 X 98 X 103 X 98 X 139 X 80 X-9999 +USW00094728200509WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 +USW00094728200509WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200509WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 +USW00094728200509WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 +USW00094728200510TMAX 228 0 267 0 256 0 250 0 261 0 250 0 244 0 228 0 150 0 161 0 178 0 144 0 156 0 167 0 222 0 172 0 178 0 211 0 206 0 167 0 133 0 128 0 122 0 111 0 100 0 106 0 89 0 100 0 89 0 194 0 200 0 +USW00094728200510TMIN 122 0 139 0 156 0 183 0 172 0 178 0 211 0 117 0 117 0 133 0 139 0 111 0 133 0 144 0 139 0 117 0 117 0 111 0 106 0 94 0 111 0 83 0 72 0 56 0 39 0 39 0 44 0 56 0 50 0 72 0 89 0 +USW00094728200510PRCP 0 0 0 0 0 0 0 0 0 0 0 0 58 0 1082 0 3 0 18 0 33 0 1082 0 699 0 391 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 284 0 0 0 277 0 320 0 3 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200510AWND 12 X 12 X 15 X 10 X 13 X 12 X 27 X 38 X 25 X 28 X 35 X 55 X 61 X 39 X 34 X 52 X 38 X 35 X 33 X 19 X 7 X 50 X 27 X 39 X 53 X 40 X 24 X 22 X 26 X 31 X 25 X +USW00094728200510FMTM 1748 X 1605 X 1525 X 1702 X 1834 X 1535 X 2130 X 1335 X 2027 X 0558 X 2215 X 0343 X 1803 X 0211 X 1514 X 1408 X 1217 X 1346 X 1518 X 0114 X 2354 X 1535 X 1504 X 2233 X 0813 X 1141 X 1054 X 0742 X 1302 X 1114 X 2236 X +USW00094728200510WDF2 180 X 120 X 170 X 160 X 160 X 140 X 170 X 170 X 60 X 40 X 50 X 50 X 60 X 50 X 290 X 270 X 300 X 270 X 240 X 300 X 80 X 70 X 300 X 50 X 50 X 290 X 260 X 50 X 290 X 290 X 240 X +USW00094728200510WDF5 190 X 160 X 130 X 160 X 150 X 140 X 170 X 200 X 320 X 60 X 30 X 20 X 70 X 60 X 290 X 280 X 270 X 280 X 220 X 310 X 160 X 20 X 310 X 60 X 40 X 290 X 230 X 60 X 280 X 290 X 220 X +USW00094728200510WSF2 40 X 36 X 40 X 40 X 36 X 45 X 63 X 89 X 58 X 54 X 94 X 103 X 107 X 89 X 89 X 116 X 76 X 80 X 63 X 76 X 36 X 98 X 72 X 103 X 116 X 103 X 58 X 58 X 63 X 76 X 54 X +USW00094728200510WSF5 63 X 54 X 63 X 58 X 54 X 63 X 103 X 139 X 76 X 76 X 103 X 134 X 148 X 125 X 125 X 170 X 112 X 116 X 98 X 103 X 54 X 139 X 103 X 134 X 179 X 170 X 80 X 72 X 94 X 116 X 76 X +USW00094728200510WT01-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200510WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200510WT08-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200510WT13-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200510WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200511TMAX 206 0 139 0 183 0 200 0 222 0 206 0 167 0 172 0 167 0 167 0 83 0 133 0 183 0 183 0 167 0 200 0 78 0 50 0 78 0 139 0 117 0 89 0 22 0 94 0 6 0 56 0 111 0 167 0 172 0 172 0-9999 +USW00094728200511TMIN 111 0 78 0 78 0 106 0 133 0 117 0 111 0 94 0 83 0 50 0 44 0 33 0 89 0 100 0 89 0 78 0 22 0 0 0 6 0 39 0 72 0 17 0 -28 0 -44 0 -56 0 -22 0 44 0 89 0 144 0 67 0-9999 +USW00094728200511PRCP 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 71 0 20 0 0 0 0 0 0 0 0 0 5 0 213 0 8 0 0 0 0 0 0 0 140 0 213 0 0 0 25 0 0 0 0 0 0 0 0T 0 180 0 257 0-9999 +USW00094728200511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200511AWND 30 X 34 X 38 X 21 X 18 X 23 X 33 X 22 X 33 X 39 X 34 X 22 X 32 X 28 X 28 X 36 X 38 X 31 X 23 X 31 X 15 X 50 X 42 X 45 X 37 X 16 X 17 X 34 X 42 X 33 X-9999 +USW00094728200511FMTM 2049 X 0858 X 1412 X 1903 X 0559 X 2114 X 1157 X 0017 X 1806 X 1241 X 1043 X 2250 X 0155 X 2201 X 0422 X 1657 X 1852 X 0952 X 2146 X 2001 X 2359 X 2040 X 0952 X 1957 X 0208 X 1256 X 1750 X 1523 X 1524 X 0002 X-9999 +USW00094728200511WDF2 220 X 290 X 230 X 220 X 240 X 280 X 270 X 230 X 150 X 270 X 300 X 230 X 220 X 60 X 70 X 160 X 290 X 290 X 240 X 240 X 40 X 270 X 300 X 270 X 260 X 230 X 110 X 150 X 150 X 180 X-9999 +USW00094728200511WDF5 220 X 280 X 220 X 190 X 240 X 280 B 260 X 230 X 170 X 270 X 290 X 230 X 210 X 220 X 70 X 170 X 300 X 280 X 230 X 230 X 60 X 290 X 310 X 250 X 270 X 250 X 120 X 160 X 150 X 170 X-9999 +USW00094728200511WSF2 72 X 76 X 80 X 54 X 45 X 103 X 76 X 58 X 67 X 98 X 89 X 63 X 58 X 58 X 58 X 72 X 72 X 67 X 54 X 58 X 58 X 98 X 94 X 112 X 80 X 45 X 45 X 63 X 80 X 76 X-9999 +USW00094728200511WSF5 112 X 125 X 130 X 80 X 58 X 143 B 112 X 72 X 103 X 156 X 139 X 89 X 80 X 98 X 80 X 107 X 107 X 98 X 72 X 80 X 94 X 179 X 139 X 156 X 139 X 67 X 58 X 94 X 134 X 134 X-9999 +USW00094728200511WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00094728200511WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200511WT08-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728200511WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00094728200511WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00094728200511WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200512TMAX 83 0 61 0 22 0 11 0 17 0 28 0 0 0 0 0 33 0 22 0 39 0 28 0 -33 0 -44 0 33 0 122 0 50 0 44 0 28 0 22 0 6 0 28 0 106 0 128 0 122 0 117 0 61 0 100 0 106 0 83 0 22 0 +USW00094728200512TMIN 33 0 0 0 -17 0 -22 0 -6 0 -17 0 -33 0 -56 0 -17 0 -28 0 -6 0 -44 0 -83 0 -100 0 -78 0 28 0 6 0 0 0 -33 0 -56 0 -44 0 -22 0 11 0 61 0 39 0 39 0 22 0 11 0 83 0 6 0 0 0 +USW00094728200512PRCP 0 0 0 0 0 0 81 0 0T 0 18 0 0 0 0 0 188 0 0 0 0 0 0 0 0 0 0 0 61 0 401 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 213 0 28 0 0 0 0 0 142 0 0 0 36 0 +USW00094728200512SNOW 0 0 0 0 0 0 64 0 0T 0 25 0 0 0 0 0 147 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 +USW00094728200512SNWD 0 0 0 0 0 0 51 0 25 0 25 0 25 0 0 0 51 0 152 0 152 0 102 0 76 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200512AWND 27 X 46 X 41 X 26 X 17 X 34 X 45 X 24 X 34 X 30 X 30 X 34 X 31 X 30 X 31 X 38 X 31 X 19 X 33 X 37 X 29 X 35 X 37 X 16 X 23 X 40 X 47 X 27 X 24 X 47 X 24 X +USW00094728200512FMTM 0911 X 1233 X 1116 X 2013 X 2313 X 1430 X 1854 X 0114 X 1324 X 2353 X 0211 X 2203 X 1926 X 0202 X 1924 X 1313 X 1935 X 2013 X 1227 X 1739 X 1843 X 2319 X 0231 X 0453 X 1757 X 2355 X 0349 X 1554 X 2347 X 1350 X 1226 X +USW00094728200512WDF2 40 X 270 X 270 X 280 X 50 X 270 X 300 X 280 X 280 X 220 X 230 X 300 X 350 X 50 X 70 X 270 X 270 X 270 X 270 X 270 X 260 X 230 X 230 X 260 X 110 X 290 X 300 X 140 X 270 X 290 X 70 X +USW00094728200512WDF5 70 X 260 X 280 X 270 X 40 X 270 X 280 X 350 X 270 X 230 X 260 X 360 X 350 X 40 X 70 X 270 X 280 X 270 X 310 X 280 X 260 X 240 X 220 X 240 X 160 X 270 X 300 X 170 X 260 X 300 X 80 X +USW00094728200512WSF2 67 X 103 X 89 X 58 X 54 X 67 X 80 X 67 X 103 X 67 X 67 X 63 X 67 X 72 X 67 X 80 X 58 X 54 X 80 X 67 X 67 X 67 X 67 X 45 X 54 X 94 X 112 X 63 X 54 X 98 X 58 X +USW00094728200512WSF5 94 X 143 X 125 X 76 X 63 X 94 X 130 X 116 X 179 X 107 X 94 X 94 X 94 X 98 X 94 X 125 X 89 X 67 X 112 X 98 X 98 X 98 X 98 X 67 X 89 X 148 X 165 X 98 X 76 X 148 X 67 X +USW00094728200512WT01-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 +USW00094728200512WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 +USW00094728200512WT06-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200512WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200512WT13-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X +USW00094728200512WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00094728200512WT17-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200512WT18-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728200512WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200512WT22-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200601TMAX 56 0 89 0 44 0 33 0 100 0 61 0 17 0 78 0 156 0 94 0 111 0 139 0 122 0 139 0 0 0 0 0 67 0 144 0 83 0 161 0 172 0 61 0 44 0 78 0 56 0 17 0 61 0 144 0 117 0 178 0 56 0 +USW00094728200601TMIN 0 0 39 0 6 0 -17 0 28 0 -11 0 -39 0 11 0 61 0 50 0 56 0 72 0 61 0 -6 0 -89 0 -89 0 -33 0 22 0 11 0 56 0 33 0 6 0 17 0 17 0 11 0 -33 0 -44 0 28 0 67 0 50 0 39 0 +USW00094728200601PRCP 0 0 160 0 287 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 58 0 0 0 0 0 297 0 30 0 0 0 41 0 150 0 0 0 0 0 0 0 0 0 173 0 0 0 0 0 0 0 0 0 0 0 36 0 3 0 20 0 +USW00094728200601SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200601AWND 11 W 21 W 65 W 29 W 23 W 28 W 31 W 23 W 35 W 25 W 19 W 30 W 13 W 42 W 57 W 37 W 26 W 55 W 34 W 37 W 45 W 29 W 18 W-9999 45 W 60 W 35 W 27 W 21 W 36 W 46 W +USW00094728200601FMTM 1808 X 2210 X 0446 X 0127 X 1405 X 1752 X 0352 X 0522 X 2319 X 2324 X 2230 X 0315 X 2347 X 2304 X 1455 X 0334 X 2301 X 0829 X 0955 X 2238 X 1836 X 0107 X 0938 X 2200 X 2224 X 1403 X 0444 X 0657 X 1629 X 2350 X 0253 X +USW00094728200601PGTM 1844 W 2352 W 0506 W 0120 W 1620 W 1752 W 0124 W 0439 W 1650 W 2246 W 2230 W 0317 W 2346 W 2059 W 1201 W 0101 W 2312 W 0828 W 0232 W 0820 W 1836 W 2358 W 0937 W 2354 W 2101 W 1818 W 0035 W 0540 W 1730 W 2334 W 0252 W +USW00094728200601WDF2 280 X 60 X 50 X 40 X 260 X 300 X 280 X 240 X 290 X 210 X 230 X 270 X 150 X 340 X 290 X 270 X 90 X 170 X 250 X 230 X 300 X 290 X 50 X 150 X 290 X 290 X 290 X 230 X 140 X 60 X 70 X +USW00094728200601WDF5 270 X 40 X 80 X 30 X 280 X 270 X 310 X 190 X 260 X 230 X 210 X 280 X 160 X 340 X 330 X 340 X 80 X 150 X 260 X 240 X 300 X 300 X 60 X 280 X 300 X 300 X 290 X 250 X 160 X 60 X 60 X +USW00094728200601WSF2 40 X 80 X 125 X 67 X 67 X 76 X 67 X 58 X 67 X 45 X 63 X 67 X 54 X 80 X 139 X 72 X 63 X 125 X 76 X 72 X 116 X 67 X 63 X 63 X 98 X 94 X 72 X 58 X 58 X 89 X 107 X +USW00094728200601WSF5 45 X 107 X 183 X 89 X 94 X 112 X 103 X 76 X 107 X 72 X 94 X 89 X 76 X 161 X 174 X 107 X 89 X 183 X 103 X 103 X 174 X 103 X 76 X 80 X 143 X 134 X 98 X 94 X 89 X 125 X 148 X +USW00094728200601WT01-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00094728200601WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200601WT08 1 W-9999 -9999 1 W 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728200601WT13-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00094728200601WT16-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00094728200601WT18-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200601WT19-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200601WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200602TMAX 50 0 111 0 167 0 117 0 128 0 39 0 61 0 22 0 22 0 28 0 22 0 -22 0 22 0 50 0 133 0 150 0 144 0 17 0 -11 0 22 0 50 0 72 0 89 0 56 0 100 0 -17 0 -11 0 6 0-9999 -9999 -9999 +USW00094728200602TMIN 22 0 33 0 78 0 61 0 28 0 11 0 -6 0 -22 0 -50 0 -33 0 -22 0 -50 0 -72 0 -22 0 22 0 44 0 0 0 -94 0 -94 0 -56 0 -6 0 0 0 33 0 -22 0 -28 0 -78 0 -78 0 -56 0-9999 -9999 -9999 +USW00094728200602PRCP 0 0 0 0 147 0 58 0 38 0 0 0 0 0 0 0 0 0 0 0 51 0 422 0 0 0 0 0 0 0 0 0 15 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00094728200602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 612 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00094728200602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 305 Z 432 0 381 0 330 0 203 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728200602AWND 36 W 31 W 38 W 40 W 40 W 54 W 38 W 32 W 38 W 30 W 44 W 51 W 36 W 31 W 24 W 17 W 55 W 55 W 38 W 27 W 32 W 17 W 26 W 58 W 41 W 56 W 36 W 40 W-9999 -9999 -9999 +USW00094728200602FMTM 0632 X 1743 X 1408 X 1848 X 2202 X 1113 X 0331 X 0143 X 2350 X 0252 X 2058 X 0252 X 2334 X 1540 X 1606 X 2205 X 1225 X 2041 X 1712 X 1607 X 1546 X 1248 X 1739 X 1002 X 2053 X 1928 X 1456 X 1719 X-9999 -9999 -9999 +USW00094728200602PGTM 0655 W 1742 W 0839 W 1902 W 1840 W 1112 W 0300 W 2016 W 2350 W 0313 W 2201 W 0251 W 2333 W 1540 W 1606 W 2204 W 1255 W 2220 W 0122 W 1316 W 1227 W 1303 W 1738 W 0945 W 2338 W 1927 W 1454 W 1549 W-9999 -9999 -9999 +USW00094728200602WDF2 310 X 170 X 230 X 60 X 260 X 260 X 250 X 290 X 270 X 270 X 50 X 40 X 220 X 230 X 220 X 170 X 270 X 300 X 250 X 250 X 280 X 170 X 290 X 300 X 290 X 280 X 280 X 270 X-9999 -9999 -9999 +USW00094728200602WDF5 300 X 160 X 170 X 50 X 260 X 280 X 250 X 290 X 280 X 310 X 60 X 40 X 230 X 240 X 230 X 180 X 270 X 310 X 310 X 240 X 280 X 150 X 310 X 290 X 300 X 280 X 270 X 290 X-9999 -9999 -9999 +USW00094728200602WSF2 80 X 76 X 80 X 94 X 80 X 103 X 72 X 63 X 63 X 76 X 112 X 112 X 63 X 72 X 58 X 63 X 125 X 103 X 67 X 58 X 76 X 63 X 72 X 130 X 112 X 112 X 89 X 72 X-9999 -9999 -9999 +USW00094728200602WSF5 116 X 107 X 139 X 116 X 130 X 165 X 112 X 76 X 94 X 107 X 161 X 170 X 94 X 103 X 80 X 103 X 201 X 148 X 98 X 80 X 116 X 76 X 98 X 179 X 174 X 192 X 130 X 98 X-9999 -9999 -9999 +USW00094728200602WT01-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728200602WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200602WT08-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728200602WT13-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728200602WT16-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200602WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728200602WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200602WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728200603TMAX 50 0 17 0 6 0 39 0 72 0 61 0 67 0 94 0 106 0 233 0 172 0 128 0 167 0 167 0 72 0 89 0 78 0 56 0 56 0 50 0 67 0 78 0 122 0 111 0 83 0 106 0 144 0 133 0 172 0 194 0 211 0 +USW00094728200603TMIN -28 0 -17 0 -56 0 -44 0 -6 0 -6 0 -11 0 -17 0 50 0 83 0 83 0 94 0 100 0 39 0 28 0 17 0 -6 0 -17 0 -11 0 -28 0 -44 0 -6 0 11 0 39 0 33 0 28 0 33 0 56 0 44 0 72 0 100 0 +USW00094728200603PRCP 0 0 132 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 58 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200603SNOW 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200603SNWD 0 0 0 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200603AWND 32 W 23 W 56 W 49 W 43 W 21 W 26 W 24 W 32 W 46 W 24 W 20 W 17 W 51 W 59 W 41 W 40 W 43 W 46 W 38 W 29 W 42 W 36 W 31 W 38 W 31 W 31 W 22 W 25 W 24 W 37 W +USW00094728200603FMTM 0849 X 1959 X 1701 X 1156 X 0947 X 1112 X 2246 X 1704 X 1357 X 1905 X 0839 X 0902 X 1320 X 1527 X 0926 X 1538 X 2031 X 1441 X 1236 X 1817 X 0021 X 2048 X 0824 X 1832 X 0746 X 2054 X 1337 X 1714 X 2325 X 1558 X 0822 X +USW00094728200603PGTM 0204 W 2324 W 1523 W 1016 W 0929 W 0047 W 2134 W 1850 W 1400 W 1921 W 0502 W 1021 W 2207 W 1526 W 0925 W 0117 W 2027 W 1757 W 1546 W 1922 W 2353 W 2047 W 0826 W 1718 W 0745 W 1636 W 1437 W 1712 W 2327 W 2213 W 2049 W +USW00094728200603WDF2 290 X 330 X 290 X 300 X 290 X 50 X 340 X 150 X 150 X 280 X 300 X 170 X 160 X 270 X 270 X 290 X 310 X 300 X 270 X 290 X 290 X 300 X 290 X 90 X 60 X 290 X 300 X 140 X 230 X 180 X 220 X +USW00094728200603WDF5 280 X 280 X 300 X 300 X 290 X 270 X 340 X 170 X 150 X 280 X 290 X 160 X 340 X 270 X 270 X 300 X 300 X 300 X 310 X 280 X 280 X 290 X 280 X 70 X 50 X 330 X 310 X 160 X 230 X 230 X 180 X +USW00094728200603WSF2 80 X 67 X 107 X 94 X 98 X 63 X 54 X 58 X 94 X 107 X 63 X 58 X 63 X 107 X 116 X 80 X 89 X 89 X 94 X 89 X 63 X 89 X 80 X 67 X 76 X 67 X 72 X 54 X 58 X 67 X 67 X +USW00094728200603WSF5 130 X 89 X 165 X 148 X 139 X 76 X 72 X 72 X 130 X 156 X 94 X 80 X 125 X 174 X 165 X 134 X 139 X 130 X 134 X 134 X 89 X 130 X 112 X 89 X 98 X 116 X 98 X 72 X 76 X 94 X 98 X +USW00094728200603WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200603WT02-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200603WT06-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200603WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728200603WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200603WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200603WT17-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200603WT18-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200603WT22-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200604TMAX 239 0 200 0 144 0 128 0 83 0 117 0 189 0 172 0 144 0 167 0 200 0 178 0 256 0 194 0 267 0 194 0 172 0 222 0 239 0 283 0 167 0 83 0 167 0 167 0 217 0 156 0 233 0 178 0 178 0 211 0-9999 +USW00094728200604TMIN 117 0 83 0 83 0 61 0 6 0 39 0 72 0 28 0 28 0 50 0 72 0 100 0 128 0 122 0 111 0 106 0 83 0 83 0 106 0 128 0 83 0 56 0 67 0 83 0 89 0 50 0 89 0 83 0 72 0 67 0-9999 +USW00094728200604PRCP 0 0 0 0 165 0 18 0 46 0 0 0 3 0 155 0 0 0 0 0 0 0 0 0 0T 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 312 0 594 0 58 0 8 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200604SNOW 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200604AWND 30 W 25 W 33 W 43 W 30 W 31 W 26 W 33 W 32 W 26 W 23 W 40 W 28 W 13 W 25 W 33 W 42 W 34 W 31 W 28 W 42 W 50 W 36 W 21 W 23 W 29 W 21 W 33 W 31 W 17 W-9999 +USW00094728200604FMTM 1354 X 0434 X 1607 X 1333 X 1534 X 1554 X 0907 X 1223 X 0900 X 1637 X 1532 X 1643 X 1823 X 1705 X 2355 X 1309 X 1721 X 1524 X 1330 X 0949 X 0850 X 1103 X 0522 X 0418 X 1929 X 1721 X 1604 X 0630 X 1045 X 1140 X-9999 +USW00094728200604PGTM 1353 W 0456 W 1606 W 1221 W 1533 W 1553 W 0906 W 1222 W 0844 W 1725 W 1531 W 1654 W 1822 W 1000 W 2351 W 0019 W 1822 W 1523 W 1459 W 1751 W 0855 W 1102 W 0341 W 0825 W 1853 W 1721 W 1604 W 0629 W 1030 W 1139 W-9999 +USW00094728200604WDF2 280 X 290 X 110 X 300 X 290 X 250 X 170 X 30 X 40 X 160 X 170 X 170 X 290 X 130 X 280 X 290 X 20 X 360 X 40 X 40 X 60 X 90 X 50 X 90 X 330 X 170 X 290 X 40 X 60 X 80 X-9999 +USW00094728200604WDF5 270 X 300 X 120 X 300 X 290 X 250 X 160 X 40 X 30 X 160 X 180 X 180 X 280 X 280 X 310 X 290 X 20 X 340 X 10 X 190 X 40 X 90 X 50 X 80 X 290 X 170 X 300 X 30 X 60 X 70 X-9999 +USW00094728200604WSF2 112 X 72 X 89 X 94 X 89 X 72 X 72 X 80 X 76 X 63 X 72 X 94 X 94 X 54 X 72 X 80 X 76 X 94 X 76 X 58 X 76 X 94 X 89 X 67 X 76 X 63 X 67 X 76 X 76 X 67 X-9999 +USW00094728200604WSF5 148 X 103 X 103 X 143 X 130 X 98 X 103 X 148 X 112 X 80 X 103 X 143 X 143 X 67 X 112 X 130 X 116 X 134 X 116 X 76 X 94 X 134 X 125 X 80 X 130 X 89 X 89 X 112 X 98 X 94 X-9999 +USW00094728200604WT01-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200604WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200604WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200604WT13-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200604WT16-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200604WT18-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200604WT19-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200605TMAX 217 0 211 0 217 0 278 0 267 0 250 0 194 0 172 0 167 0 206 0 167 0 222 0 217 0 161 0 167 0 172 0 217 0 228 0 161 0 200 0 211 0 178 0 200 0 228 0 244 0 233 0 283 0 283 0 311 0 311 0 239 0 +USW00094728200605TMIN 106 0 94 0 111 0 117 0 178 0 100 0 78 0 117 0 117 0 117 0 128 0 144 0 117 0 106 0 106 0 111 0 122 0 139 0 100 0 100 0 100 0 89 0 72 0 111 0 139 0 150 0 178 0 189 0 189 0 194 0 178 0 +USW00094728200605PRCP 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 389 0 0 0 0 0 163 0 170 0 0 0 61 0 264 0 0 0 13 0 0 0 0 0 0 0 0 0 61 0 3 0 0 0 3 0 0 0 0 0 +USW00094728200605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200605AWND 47 W 26 W 23 W 17 W 22 W 32 W 18 W 31 W 34 W 25 W 35 W 34 W 36 W 34 W 44 W 23 W 31 W 23 W 21 W 35 W 36 W 41 W 34 W 23 W 18 W 10 W 21 W 21 W 18 W 24 W 25 W +USW00094728200605FMTM 0753 X 1645 X 1924 X 1533 X 2323 X 1729 X 0052 X 1552 X 1216 X 1040 X 2347 X 0153 X 1926 X 2113 X 0944 X 0618 X 1255 X 1653 X 1400 X 1404 X 1911 X 1659 X 1513 X 1110 X 1435 X 1101 X 1528 X 0754 X 1734 X 0832 X 1730 X +USW00094728200605PGTM 0753 W 0623 W 1924 W 1944 W 2151 W 1728 W 0819 W 1243 W 2213 W 1040 W 2346 W 0035 W 1648 W 2042 W 0944 W 0622 W 1357 W 1647 W 1400 W 1649 W 1911 W 1807 W 1805 W 1202 W 1322 W 1139 W 1436 W 0758 W 1747 W 0819 W 1726 W +USW00094728200605WDF2 60 X 90 X 30 X 150 X 50 X 330 X 330 X 60 X 50 X 50 X 110 X 120 X 50 X 60 X 60 X 50 X 220 X 220 X 240 X 270 X 300 X 280 X 290 X 280 X 210 X 130 X 40 X 50 X 60 X 50 X 170 X +USW00094728200605WDF5 70 X 70 X 30 X 170 X 30 X 340 X 50 X 70 X 60 X 30 X 150 X 120 X 40 X 40 X 60 X 60 X 230 X 230 X 230 X 330 X 300 X 320 X 300 X 300 X 220 X 170 X 60 X 40 X 30 X 70 X 170 X +USW00094728200605WSF2 116 X 63 X 72 X 58 X 54 X 72 X 58 X 63 X 89 X 63 X 72 X 72 X 94 X 72 X 116 X 72 X 63 X 63 X 89 X 72 X 80 X 80 X 80 X 63 X 54 X 40 X 58 X 63 X 63 X 63 X 54 X +USW00094728200605WSF5 148 X 103 X 98 X 67 X 67 X 107 X 76 X 89 X 125 X 80 X 107 X 125 X 130 X 94 X 161 X 107 X 94 X 94 X 134 X 107 X 130 X 116 X 139 X 80 X 76 X 63 X 80 X 72 X 72 X 76 X 72 X +USW00094728200605WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 W-9999 -9999 -9999 -9999 1 0 1 0-9999 1 W 1 W 1 W +USW00094728200605WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00094728200605WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 0 1 W-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 X 1 0 1 0 1 0 +USW00094728200605WT13-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728200605WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00094728200606TMAX 300 0 278 0 189 0 200 0 217 0 222 0 183 0 189 0 239 0 194 0 206 0 228 0 272 0 250 0 267 0 294 0 283 0 328 0 311 0 283 0 283 0 306 0 294 0 233 0 233 0 239 0 256 0 289 0 283 0 267 0-9999 +USW00094728200606TMIN 178 0 189 0 144 0 139 0 144 0 150 0 139 0 139 0 150 0 133 0 111 0 133 0 167 0 189 0 183 0 172 0 206 0 217 0 233 0 217 0 206 0 206 0 222 0 206 0 211 0 211 0 217 0 211 0 183 0 172 0-9999 +USW00094728200606PRCP 251 0 709 0 193 0 23 0 0 0 0 0 345 0 33 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 157 0 20 0 28 0 28 0 145 0 180 0 43 0-9999 +USW00094728200606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200606AWND 20 W 12 X 33 W 17 W 16 W 30 W 34 W 16 W 23 W 45 W 37 W 17 W 19 W 17 W 26 W 18 W 19 W 26 W 31 W 26 W 11 W 22 W 21 W 5 W 20 W 35 W 42 W 27 W 21 W 25 W-9999 +USW00094728200606FMTM 1854 X 1444 X 0145 X 2357 X 0610 X 1238 X 1902 X 1924 X 2028 X 1608 X 1308 X 1546 X 0940 X 2145 X 1508 X 1357 X 1832 X 2249 X 1556 X 1837 X 1556 X 1454 X 1702 X 1126 X 2231 X 1414 X 1637 X 0703 X 1750 X 1916 X-9999 +USW00094728200606PGTM 1854 W 1443 W 0120 W 2354 W 0609 W 1300 W 1911 W 1923 W 2027 W 1635 W 0719 W 0008 W 2026 W 2144 W 2040 W 1356 W 2056 W 1342 W 1148 W 1835 W 1756 W 0625 W 1555 W 1048 W 2359 W 1410 W 1526 W 0624 W 1749 W 1916 W-9999 +USW00094728200606WDF2 340 X 50 X 60 X 50 X 50 X 60 X 40 X 160 X 270 X 310 X 290 X 260 X 30 X 50 X 300 X 50 X 240 X 230 X 220 X 260 X 150 X 240 X 160 X 230 X 160 X 170 X 180 X 160 X 260 X 300 X-9999 +USW00094728200606WDF5 350 Z 40 X 70 X 50 X 60 X 60 X 20 X 160 X 270 X 350 X 300 X 270 X 190 X 60 X 30 X 40 X 360 X 250 X 240 X 280 X 160 X 240 X 180 X 230 X 150 X 180 X 170 X 120 X 250 X 350 X-9999 +USW00094728200606WSF2 31 X 80 X 76 X 72 X 45 X 72 X 67 X 36 X 80 X 80 X 72 X 45 X 45 X 58 X 67 X 58 X 54 X 54 X 67 X 58 X 54 X 54 X 45 X 40 X 58 X 63 X 80 X 67 X 98 X 89 X-9999 +USW00094728200606WSF5 76 Z 130 X 112 X 94 X 63 X 89 X 98 X 58 X 134 X 148 X 107 X 63 X 63 X 76 X 107 X 72 X 76 X 76 X 103 X 98 X 72 X 76 X 72 X 67 X 89 X 98 X 130 X 112 X 165 X 143 X-9999 +USW00094728200606WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00094728200606WT02-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728200606WT08 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728200606WT13 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00094728200606WT16 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00094728200607TMAX 283 0 306 0 306 0 306 0 261 0 250 0 267 0 278 0 283 0 278 0 311 0 289 0 283 0 306 0 283 0 333 0 350 0 350 0 300 0 272 0 289 0 267 0 256 0 294 0 278 0 294 0 311 0 317 0 317 0 317 0 322 0 +USW00094728200607TMIN 172 0 211 0 222 0 250 0 200 0 161 0 172 0 206 0 217 0 194 0 228 0 222 0 217 0 206 0 217 0 228 0 250 0 217 0 217 0 217 0 211 0 217 0 200 0 189 0 222 0 217 0 233 0 239 0 233 0 250 0 233 0 +USW00094728200607PRCP 0 0 8 0 0 0 0T 0 267 0 91 0 0 0 0 0 0 0 0 0 0 0 404 0 3 0 0 0 0T 0 0 0 0 0 175 0 0 0 0 0 495 0 41 0 3 0 0 0 0 0 0 0 0T 0 79 0 0 0 0 0 0 0 +USW00094728200607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200607AWND 27 W 34 W 21 W 23 W 13 W 19 W 17 W 17 W 26 W 26 W 24 W 19 W 27 W 15 W 8 W 18 W 18 W 22 W 28 W 36 W 17 W 23 W 17 W 19 W 28 W 22 W 13 W 15 W 25 W 21 W 20 W +USW00094728200607FMTM 1630 X 1917 X 1410 X 1534 X 1201 X 0310 X 1642 X 1524 X 2313 X 1139 X 1423 X 2152 X 1217 X 1215 X 1100 X 1452 X 1626 X 2107 X 1843 X 1401 X 1553 X 1305 X 0626 X 2347 X 1316 X 2333 X 1236 X 1455 X 1922 X 1604 X 2220 X +USW00094728200607PGTM 1630 W 1916 W 1802 W 1533 W 0827 W 0332 W 1642 W 1457 W 1516 W 2131 W 0318 W 2152 W 0650 W 1228 W 1154 W 1435 W 1537 W 2107 W 2337 W 1414 W 1552 W 1157 W 0003 W 1606 W 1603 W 1335 W 1213 W 1454 W 1921 W 1603 W 1610 W +USW00094728200607WDF2 250 X 270 X 230 X 260 X 270 X 50 X 50 X 90 X 300 X 230 X 350 X 350 X 270 X 170 X 130 X 50 X 240 X 250 X 80 X 70 X 160 X 210 X 290 X 220 X 160 X 220 X 210 X 240 X 260 X 290 X 230 X +USW00094728200607WDF5 240 X 250 X 240 X 270 X 310 X 60 X 60 X 40 X 150 X 180 X 230 X 10 X 220 X 180 X 170 X 30 X 280 X 250 X 80 X 30 X 190 X 150 X 240 X 180 X 100 X 170 X 200 X 230 X 250 X 280 X 160 X +USW00094728200607WSF2 63 X 72 X 58 X 76 X 40 X 72 X 63 X 45 X 63 X 58 X 58 X 76 X 58 X 54 X 40 X 72 X 45 X 80 X 63 X 89 X 67 X 63 X 54 X 54 X 58 X 54 X 58 X 89 X 58 X 54 X 45 X +USW00094728200607WSF5 94 X 103 X 72 X 112 X 58 X 107 X 89 X 63 X 107 X 80 X 80 X 125 X 80 X 76 X 54 X 103 X 67 X 139 X 80 X 125 X 116 X 103 X 76 X 76 X 80 X 76 X 80 X 125 X 80 X 72 X 89 X +USW00094728200607WT01-9999 1 W-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728200607WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728200607WT08-9999 -9999 -9999 1 0 1 0 1 W-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 W 1 0-9999 -9999 -9999 -9999 +USW00094728200607WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728200607WT16-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728200608TMAX 350 0 361 0 356 0 317 0 317 0 289 0 306 0 306 0 289 0 289 0 256 0 250 0 267 0 294 0 267 0 294 0 300 0 278 0 278 0 311 0 300 0 300 0 311 0 283 0 233 0 206 0 233 0 250 0 217 0 228 0 222 0 +USW00094728200608TMIN 261 0 283 0 256 0 244 0 222 0 222 0 239 0 222 0 194 0 194 0 183 0 167 0 156 0 189 0 206 0 194 0 206 0 211 0 206 0 217 0 206 0 206 0 200 0 189 0 189 0 172 0 167 0 211 0 178 0 167 0 161 0 +USW00094728200608PRCP 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 638 0 0 0 0 0 0 0 0 0 46 0 0 0 0 0 0 0 0T 0 15 0 0 0 0 0 0 0 208 0 28 0 198 0 170 0 89 0 112 0 38 0 0 0 +USW00094728200608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200608AWND 25 W 29 W 30 W 16 W 15 W 35 W 30 W 29 W 22 W 22 W 33 W 18 W 13 W 26 W 19 W 19 W 26 W 13 W 25 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728200608FMTM 1633 X 1428 X 1621 X 1349 X 2144 X 0816 X 0523 X 2003 X 1401 X 1814 X 0753 X 1605 X 1202 X 2356 X 0433 X 1452 X 1120 X 1514 X 1850 X 9999 XX 9999 XX 1501 X 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX +USW00094728200608PGTM 1728 W 2327 W 1620 W 1206 W 1631 W 0202 W 0512 W 1919 W 2333 W 1813 W 1248 W 1518 W 1805 W 2316 W 0056 W 1658 W 1146 W 2129 W 2226 W-9999 -9999 1512 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200608WDF2 250 X 360 X 350 X 30 X 40 X 40 X 200 X 40 X 70 X 50 X 50 X 360 X 260 X 220 X 220 X 360 X 60 X 130 X 100 X-9999 -9999 310 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200608WDF5 360 X 360 X 340 X 290 X 60 X 60 X 210 X 50 X 230 X 60 X 50 X 350 X 350 X 230 X 260 X 270 X 40 X 150 X 360 X-9999 -9999 260 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200608WSF2 58 X 58 X 76 X 63 X 58 X 67 X 67 X 58 X 76 X 139 X 67 X 54 X 58 X 63 X 63 X 45 X 54 X 45 X 54 X-9999 -9999 31 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200608WSF5 80 X 80 X 116 X 89 X 76 X 89 X 107 X 80 X 103 X 170 X 98 X 80 X 76 X 94 X 107 X 67 X 67 X 63 X 89 X-9999 -9999 40 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200608WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00094728200608WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200608WT08 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200608WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00094728200608WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00094728200609TMAX 194 0 189 0 239 0 239 0 206 0 239 0 267 0 272 0 278 0 228 0 211 0 211 0 194 0 194 0 194 0 256 0 267 0 283 0 267 0 217 0 200 0 206 0 239 0 261 0 222 0 228 0 228 0 239 0 189 0 189 0-9999 +USW00094728200609TMIN 156 0 150 0 172 0 156 0 161 0 156 0 161 0 189 0 194 0 167 0 133 0 111 0 133 0 178 0 178 0 178 0 172 0 183 0 194 0 144 0 111 0 117 0 172 0 194 0 167 0 139 0 133 0 167 0 117 0 94 0-9999 +USW00094728200609PRCP 28 0 315 0 0T 0 0 0 117 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 173 0 251 0 3 0 0 0 0 0 3 0 0 0 0 0 0 0 25 0 3 0 0 0 0 0 0 0 3 0 18 0 0T 0-9999 +USW00094728200609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200609AWND 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 4 W 30 W 16 W 14 W 22 W 28 W 29 W 16 W 17 W 22 W 20 W 16 W-9999 +USW00094728200609FMTM 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 0000 X 2249 X 1705 X 1024 X 2141 X 1323 X 1202 X 1038 X 1438 X 2312 X 1719 X 1202 X 1759 X-9999 +USW00094728200609PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0000 W 1613 W 1704 W 1024 W 2158 W 1115 W 1156 W 1036 W 1437 W 2017 W 1826 W 1457 W 2055 W-9999 +USW00094728200609WDF2-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 X 340 X 270 X 350 X 220 X 250 X 250 X 270 X 250 X 180 X 170 X 280 X 160 X-9999 +USW00094728200609WDF5-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 X 60 X 270 X 340 X 240 X 240 X 240 X 290 X 260 X 170 X 130 X 270 X 170 X-9999 +USW00094728200609WSF2-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 X 36 X 76 X 54 X 54 X 54 X 72 X 63 X 54 X 36 X 58 X 67 X 54 X-9999 +USW00094728200609WSF5-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 X 107 X 116 X 80 X 98 X 103 X 130 X 107 X 76 X 80 X 107 X 103 X 98 X-9999 +USW00094728200609WT01-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 W-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 W 1 0-9999 -9999 +USW00094728200609WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200609WT13-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728200609WT16 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00094728200610TMAX 200 0 200 0 261 0 256 0 189 0 139 0 172 0 217 0 256 0 244 0 172 0 200 0 128 0 150 0 144 0 161 0 161 0 222 0 200 0 189 0 139 0 150 0 128 0 111 0 128 0 100 0 106 0 194 0 117 0 156 0 200 0 +USW00094728200610TMIN 133 0 117 0 133 0 178 0 111 0 111 0 106 0 106 0 128 0 139 0 150 0 100 0 50 0 61 0 56 0 61 0 122 0 161 0 139 0 83 0 67 0 78 0 67 0 50 0 56 0 44 0 28 0 78 0 72 0 67 0 111 0 +USW00094728200610PRCP 89 0 0 0 0 0 157 0 13 0 0T 0 0T 0 0 0 0 0 0 0 409 0 79 0 0 0 0 0 0 0 0 0 277 0 0 0 13 0 114 0 0 0 0 0 0 0 0 0 0 0 0 0 81 0 564 0 0 0 0 0 0 0 +USW00094728200610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200610AWND 18 W 17 W 17 W 16 W 27 W 40 W 34 W 4 W 8 W 13 W 30 W 24 W 24 W 25 W 18 W 12 W 27 W 19 W 12 W 29 W 26 W 15 W 28 W 33 W 36 W 26 W 10 W 42 W 51 W 30 W 26 W +USW00094728200610FMTM 1919 X 1425 X 0937 X 2013 X 1104 X 1118 X 1111 X 2302 X 1505 X 2304 X 1838 X 2214 X 1530 X 1754 X 1142 X 1442 X 1817 X 0550 X 1523 X 1657 X 1113 X 2246 X 1104 X 1817 X 1619 X 1503 X 2359 X 2048 X 1450 X 1415 X 2224 X +USW00094728200610PGTM 1919 W 0700 W 1257 W 1959 W 0623 W 1117 W 1255 W 1843 W 0126 W 2304 W 1837 W 2214 W 1530 W 1505 W 1132 W 1718 W 2107 W 1509 W 1619 W 1408 W 1113 W 1708 W 1401 W 1249 W 1618 W 1216 W 0803 W 0629 W 1222 W 1047 W 2102 W +USW00094728200610WDF2 280 X 300 X 250 X 240 X 50 X 70 X 60 X 250 X 250 X 130 X 60 X 280 X 250 X 280 X 240 X 240 X 150 X 230 X 140 X 290 X 310 X 250 X 290 X 300 X 310 X 280 X 140 X 270 X 280 X 240 X 250 X +USW00094728200610WDF5 260 X 90 X 230 X 210 X 20 X 50 X 70 X 170 X 250 X 120 X 40 X 260 X 240 X 260 X 230 X 190 X 170 X 280 X 250 X 260 X 310 X 180 X 280 X 310 X 290 X 250 X 340 X 170 X 260 X 260 X 240 X +USW00094728200610WSF2 54 X 54 X 54 X 58 X 72 X 80 X 76 X 27 X 36 X 54 X 72 X 80 X 63 X 72 X 63 X 45 X 63 X 45 X 45 X 98 X 76 X 54 X 72 X 67 X 80 X 58 X 45 X 107 X 103 X 58 X 54 X +USW00094728200610WSF5 103 X 125 X 80 X 98 X 107 X 134 X 112 X 40 X 58 X 76 X 103 X 156 X 116 X 134 X 103 X 72 X 134 X 125 X 80 X 192 X 134 X 76 X 116 X 112 X 139 X 103 X 112 X 183 X 206 X 107 X 98 X +USW00094728200610WT01 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728200610WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728200610WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200610WT13 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00094728200610WT16 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728200611TMAX 206 0 156 0 83 0 83 0 100 0 133 0 150 0 150 0 200 0 156 0 189 0 161 0 161 0 161 0 172 0 206 0 178 0 117 0 89 0 72 0 78 0 78 0 67 0 144 0 117 0 150 0 178 0 144 0 150 0 206 0-9999 +USW00094728200611TMIN 139 0 61 0 22 0 17 0 28 0 50 0 83 0 133 0 133 0 106 0 94 0 89 0 111 0 122 0 133 0 150 0 89 0 61 0 56 0 33 0 17 0 33 0 44 0 50 0 44 0 72 0 83 0 106 0 100 0 144 0-9999 +USW00094728200611PRCP 3 0 66 0 0 0 0 0 0 0 0 0 5 0 914 0 0 0 0 0 0 0 74 0 109 0 20 0 0 0 185 0 0 0 0 0 0 0 0 0 0 0 3 0 437 0 48 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00094728200611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200611AWND 13 W 23 W 25 W 15 W 9 W 16 W 11 W 23 W 22 W 17 W 19 W 31 W 57 W 17 W 15 W 29 W 28 W 20 W 16 W 22 W 26 W 55 W 44 W 31 W 18 W 16 W 10 W 18 W 17 W 26 W-9999 +USW00094728200611FMTM 0050 X 0743 X 0820 X 1016 X 2144 X 0940 X 1325 X 1055 X 2245 X 0754 X 1356 X 0845 X 1026 X 0201 X 2116 X 2118 X 0019 X 2027 X 2125 X 2039 X 0944 X 1353 X 0225 X 1214 X 1550 X 1026 X 1737 X 2255 X 1737 X 1238 X-9999 +USW00094728200611PGTM 0732 W 0710 W 0109 W 1612 W 2143 W 1902 W 1433 W 1126 W 2212 W 1549 W 0943 W 1816 W 0647 W 1619 W 0848 W 1626 W 0019 W 0114 W 0656 W 0715 W 1013 W 1007 W 0145 W 0821 W 1550 W 1058 W 0709 W 0747 W 0733 W 2315 W-9999 +USW00094728200611WDF2 240 X 20 X 300 X 290 X 250 X 240 X 150 X 60 X 260 X 300 X 170 X 70 X 60 X 50 X 180 X 180 X 180 X 340 X 300 X 350 X 60 X 50 X 40 X 20 X 110 X 240 X 240 X 110 X 160 X 230 X-9999 +USW00094728200611WDF5 230 X 340 X 290 X 280 X 270 X 240 X 180 X 40 X 270 X 80 X 160 X 30 X 50 X 210 X 10 X 170 X 180 X 310 X 90 Z 30 X 360 X 40 X 40 X 10 X 360 X 230 X 240 X 330 Z 340 X 240 X-9999 +USW00094728200611WSF2 40 X 63 X 63 X 45 X 45 X 54 X 45 X 72 X 54 X 67 X 54 X 76 X 103 X 58 X 40 X 76 X 76 X 54 X 45 X 54 X 58 X 94 X 107 X 67 X 45 X 63 X 45 X 54 X 45 X 76 X-9999 +USW00094728200611WSF5 89 X 130 X 98 X 72 X 67 X 72 X 67 X 103 X 89 X 112 X 94 X 107 X 170 X 116 X 76 X 174 X 125 X 80 X 80 Z 80 X 76 X 139 X 156 X 130 X 130 X 98 X 80 X 85 Z 103 X 125 X-9999 +USW00094728200611WT01-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 W-9999 -9999 -9999 -9999 -9999 1 0 1 W-9999 -9999 -9999 1 W 1 0 1 0-9999 +USW00094728200611WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00094728200611WT13-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00094728200611WT16 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728200612TMAX 211 0 94 0 78 0 50 0 28 0 94 0 117 0 -17 0 33 0 122 0 139 0 94 0 128 0 139 0 111 0 106 0 133 0 150 0 72 0 72 0 122 0 94 0 150 0 111 0 72 0 117 0 61 0 89 0 89 0 83 0 72 0 +USW00094728200612TMIN 94 0 39 0 17 0 -6 0 -17 0 -6 0 -33 0 -78 0 -44 0 17 0 72 0 67 0 94 0 78 0 67 0 50 0 56 0 67 0 22 0 11 0 33 0 39 0 89 0 61 0 39 0 61 0 33 0 22 0 28 0 11 0 6 0 +USW00094728200612PRCP 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 119 0 198 0 0 0 94 0 20 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200612AWND 35 W 37 W 22 W 31 W 28 W 28 W 30 W 51 W 35 W 32 W 18 W 26 W 29 W 23 W 17 W 25 W 26 W 24 W 24 W 24 W 23 W 23 W 30 W 34 W 22 W 33 W 34 W 23 W 21 W 21 W 21 W +USW00094728200612FMTM 2342 X 2352 X 2029 X 1142 X 1342 X 1014 X 2209 X 1104 X 2202 X 1206 X 1621 X 0958 X 1317 X 1439 X 2247 X 1438 X 1021 X 2138 X 1748 X 1927 X 0009 X 0634 X 1848 X 1036 X 1952 X 2335 X 1331 X 0806 X 2240 X 2014 X 2353 X +USW00094728200612PGTM 2242 W 2352 W 2028 W 0916 W 1342 W 1524 W 2147 W 1104 W 2156 W 1132 W 1609 W 0705 W 1505 W 1611 W 2229 W 0700 W 0953 W 2201 W 1748 W 2329 W 0008 W 1523 W 1847 W 1038 W 0721 W 2005 W 1330 W 0200 W 2359 W 2001 W 0604 W +USW00094728200612WDF2 280 X 280 X 240 X 280 X 270 X 200 X 300 X 300 X 250 X 260 X 30 X 50 X 220 X 240 X 290 X 340 X 240 X 300 X 300 X 250 X 240 X 50 X 260 X 280 X 90 X 300 X 270 X 240 X 60 X 300 X 150 X +USW00094728200612WDF5 260 X 280 X 240 X 310 X 260 X 240 X 300 X 310 X 250 X 250 X 360 X 90 X 30 X 250 X 270 X 280 X 230 X 320 X 310 X 240 X 240 X 130 X 260 X 260 X 90 X 290 X 280 X 250 X 60 X 300 X 360 X +USW00094728200612WSF2 103 X 94 X 58 X 80 X 76 X 76 X 94 X 103 X 67 X 67 X 40 X 67 X 63 X 63 X 80 X 58 X 72 X 67 X 72 X 67 X 80 X 54 X 67 X 89 X 58 X 67 X 94 X 58 X 54 X 67 X 58 X +USW00094728200612WSF5 197 X 165 X 89 X 143 X 116 X 134 X 170 X 179 X 130 X 107 X 58 X 112 X 125 X 107 X 143 X 98 X 107 X 125 X 103 X 103 X 112 X 72 X 116 X 161 X 94 X 107 X 125 X 94 X 67 X 116 X 94 X +USW00094728200612WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200612WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200612WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728200612WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200701TMAX 133 0 100 0 111 0 133 0 167 0 222 0 122 0 133 0 67 0 22 0 33 0 89 0 133 0 78 0 139 0 128 0 -17 0 28 0 50 0 0 0 -17 0 6 0 22 0 44 0 11 0 -56 0 50 0 50 0 -11 0 17 0 6 0 +USW00094728200701TMIN 72 0 50 0 33 0 61 0 117 0 122 0 67 0 33 0 11 0 -17 0 -33 0 28 0 72 0 50 0 44 0 -56 0 -72 0 -39 0 -6 0 -61 0 -72 0 -28 0 -22 0 0 0 -94 0 -128 0 -67 0 -11 0 -61 0 -61 0 -39 0 +USW00094728200701PRCP 386 0 0 0 0 0 0 0 8 0 3 0 43 0 318 0 0 0 0T 0 0 0 3 0 15 0 23 0 15 0 0 0 0 0 23 0 23 0 3 0 0 0 0 0 0 0 0 0 3 0 0 0 3 0 13 0 3 0 25 0 15 0 +USW00094728200701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 3 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 10 0 3 0 25 0 15 0 +USW00094728200701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 25 0 +USW00094728200701AWND 17 W 38 W 26 W 36 W 26 W 34 W 27 W 36 W 31 W 36 W 26 W 34 W 26 W 19 W 17 W 43 W 29 W 14 W 34 W 51 W 16 W 8 W 28 W 26 W 22 W 10 W 17 W 17 W 39 W 22 W 36 W +USW00094728200701FMTM 0722 X 1035 X 2058 X 0650 X 0731 X 1827 X 0001 X 1956 X 1352 X 1127 X 2312 X 0559 X 0243 X 0741 X 0348 X 1723 X 0205 X 1230 X 1404 X 2024 X 0050 X 2350 X 1241 X 1250 X 1717 X 1625 X 1853 X 2311 X 1020 X 1210 X 1008 X +USW00094728200701PGTM 0721 W 1030 W 0724 W 0631 W 0730 W 1821 W 0000 W 1956 W 1224 W 1700 W 2311 W 0120 W 0414 W 1516 W 0347 W 2340 W 0114 W 1229 W 1403 W 1621 W 0050 W 2251 W 0852 W 1010 W 1546 W 1507 W 0752 W 2330 W 0822 W 1746 W 1127 W +USW00094728200701WDF2 170 X 310 X 240 X 240 X 240 X 270 X 300 X 280 X 250 X 290 X 220 X 230 X 240 X 50 X 50 X 300 X 300 X 180 X 280 X 300 X 310 X 270 X 280 X 260 X 300 X 310 X 240 X 40 X 300 X 240 X 300 X +USW00094728200701WDF5 180 X 300 X 360 X 240 X 240 X 290 X 320 X 270 X 260 X 280 X 230 X 230 X 250 X 330 X 50 X 310 X 310 X 180 X 300 X 320 X 300 X 270 X 310 X 320 X 310 X 280 X 180 X 20 X 300 X 230 X 310 X +USW00094728200701WSF2 63 X 80 X 67 X 72 X 76 X 98 X 72 X 89 X 80 X 80 X 72 X 72 X 58 X 54 X 58 X 94 X 94 X 54 X 98 X 98 X 63 X 31 X 63 X 58 X 67 X 76 X 54 X 63 X 80 X 72 X 76 X +USW00094728200701WSF5 107 X 148 X 125 X 112 X 125 X 148 X 130 X 143 X 125 X 139 X 116 X 125 X 103 X 134 X 89 X 156 X 148 X 80 X 165 X 183 X 94 X 54 X 98 X 89 X 112 X 148 X 89 X 94 X 143 X 125 X 125 X +USW00094728200701WT01 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 W 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 +USW00094728200701WT02 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200701WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 0 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 0 1 W-9999 -9999 +USW00094728200701WT13 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X +USW00094728200701WT16 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728200701WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 +USW00094728200701WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200701WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200702TMAX 11 0 33 0 17 0 -22 0 -78 0 -39 0 -39 0 -22 0 0 0 6 0 6 0 44 0 0 0 -17 0 -44 0 -17 0 17 0 11 0 -11 0 83 0 94 0 72 0 39 0 56 0 28 0 22 0 61 0 78 0-9999 -9999 -9999 +USW00094728200702TMIN -33 0 0 0 -50 0 -83 0 -133 0 -117 0 -111 0 -100 0 -78 0 -50 0 -72 0 -22 0 -56 0 -89 0 -94 0 -100 0 -72 0 -78 0 -111 0 -17 0 39 0 22 0 -56 0 -67 0 -44 0 -11 0 11 0 17 0-9999 -9999 -9999 +USW00094728200702PRCP 0 0 58 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 239 0 0 0 0 0 0 0 0 0 0 0 25 0 3 0 53 0 0 0 0 0 48 0 71 0 0T 0 0 0-9999 -9999 -9999 +USW00094728200702SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 15 0 0T 0 0 0-9999 -9999 -9999 +USW00094728200702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 51 0 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 51 0 0 0-9999 -9999 -9999 +USW00094728200702AWND 24 W 15 W 39 W 45 W 50 W 40 W 34 W 38 W 48 W 29 W 26 W 26 W 36 W 62 W 47 W 44 W 29 W 34 W 43 W 27 W 13 W 24 W 52 W 43 W 18 W 25 W 9 W 22 W-9999 -9999 -9999 +USW00094728200702FMTM 1211 X 2346 X 0805 X 2202 X 1530 X 0039 X 1620 X 1300 X 1206 X 1616 X 2015 X 1542 X 2327 X 0933 X 2230 X 1641 X 2153 X 2235 X 1108 X 1625 X 1449 X 2305 X 1245 X 0907 X 2359 X 0226 X 2009 X 0819 X-9999 -9999 -9999 +USW00094728200702PGTM 1112 W 2332 W 1455 W 2202 W 1537 W 1727 W 1407 W 1300 W 1631 W 1627 W 2003 W 1549 W 2327 W 2247 W 2238 W 1110 W 2233 W 2235 W 1108 W 1410 W 0637 W 2304 W 1649 W 0904 W 1615 W 0037 W 1641 W 1147 W-9999 -9999 -9999 +USW00094728200702WDF2 230 X 270 X 280 X 270 X 270 X 270 X 280 X 310 X 280 X 300 X 260 X 280 X 80 X 50 X 280 X 280 X 230 X 300 X 310 X 240 X 20 X 310 X 300 X 300 X 60 X 60 X 250 X 300 X-9999 -9999 -9999 +USW00094728200702WDF5 200 X 270 X 250 X 270 X 260 X 290 X 280 X 310 X 320 X 310 X 250 X 270 X 80 X 300 X 310 Z 260 X 230 X 290 X 310 X 230 Z 210 X 310 X 320 X 300 X 330 X 60 X 360 X 320 X-9999 -9999 -9999 +USW00094728200702WSF2 67 X 45 X 76 X 98 X 98 X 76 X 67 X 89 X 89 X 72 X 67 X 63 X 80 X 116 X 76 X 80 X 67 X 94 X 103 X 58 X 54 X 63 X 98 X 98 X 63 X 72 X 36 X 54 X-9999 -9999 -9999 +USW00094728200702WSF5 112 X 72 X 139 X 170 X 165 X 107 X 116 X 143 X 139 X 112 X 103 X 94 X 116 X 174 X 156 Z 139 X 98 X 174 X 165 X 107 Z 112 X 107 X 156 X 170 X 139 X 107 X 89 X 80 X-9999 -9999 -9999 +USW00094728200702WT01-9999 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200702WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200702WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200702WT08-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200702WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728200702WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200702WT18-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200702WT19-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200703TMAX 78 0 144 0 150 0 44 0 50 0 -61 0 -50 0 11 0 17 0 139 0 100 0 139 0 139 0 211 0 194 0 22 0 33 0 39 0 61 0 100 0 44 0 194 0 161 0 122 0 122 0 122 0 256 0 183 0 139 0 200 0 156 0 +USW00094728200703TMIN 6 0 17 0 44 0 6 0 -61 0 -117 0 -111 0 -78 0 -106 0 0 0 33 0 22 0 61 0 78 0 22 0 -33 0 -39 0 -28 0 -11 0 6 0 -33 0 44 0 106 0 56 0 33 0 39 0 100 0 72 0 33 0 39 0 61 0 +USW00094728200703PRCP 36 0 612 0 0 0 0 0 0T 0 0 0 10 0 0 0 0 0 18 0 41 0 0 0 0 0 0 0 81 0 516 0 8 0 0 0 0T 0 0 0 0 0 5 0 23 0 8 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 +USW00094728200703SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 140 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 127 0 76 0 25 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200703AWND 20 W 32 W 21 W 39 W 45 W 55 W 18 W 33 W 20 W 21 W 30 W 17 W 13 W 16 W 28 W 55 W 39 W 43 W 29 W 34 W 30 W 29 W 16 W 26 W 26 W 26 W 24 W 26 W 27 W 17 W 22 W +USW00094728200703FMTM 2012 X 1612 X 1540 X 2042 X 1339 X 0810 X 2334 X 1654 X 1557 X 2003 X 1503 X 2055 X 0454 X 1244 X 1702 X 2012 X 1930 X 1612 X 1259 X 1556 X 0132 X 1939 X 0002 X 0600 X 0531 X 1258 X 1327 X 1836 X 1310 X 1610 X 1550 X +USW00094728200703PGTM 0657 W 1611 W 1434 W 2358 W 2021 W 0415 W 2359 W 1648 W 2241 W 1718 W 1726 W 2054 W 0236 W 1703 W 1702 W 1529 W 1938 W 1612 W 1751 W 1555 W 0131 W 2259 W 0002 W 1629 W 0530 W 2151 W 1327 W 1924 W 1306 W 1436 W 1648 W +USW00094728200703WDF2 80 X 270 X 280 X 280 X 270 X 300 X 310 X 310 X 150 X 190 X 300 X 230 X 250 X 160 X 10 X 50 X 300 X 310 X 240 X 300 X 30 X 240 X 240 X 60 X 70 X 140 X 350 X 20 X 360 X 300 X 160 X +USW00094728200703WDF5 90 X 280 X 290 X 260 X 310 X 330 X 300 X 310 X 250 X 170 X 290 X 240 X 250 X 260 X 10 X 50 X 310 X 300 X 150 X 300 X 30 X 240 X 240 X 160 X 60 X 240 X 360 X 40 X 360 X 350 X 170 X +USW00094728200703WSF2 54 X 80 X 76 X 76 X 98 X 107 X 45 X 80 X 58 X 58 X 67 X 63 X 58 X 54 X 89 X 103 X 76 X 89 X 76 X 72 X 72 X 72 X 67 X 76 X 67 X 63 X 72 X 72 X 80 X 58 X 67 X +USW00094728200703WSF5 112 X 165 X 139 X 130 X 183 X 174 X 76 X 139 X 80 X 103 X 112 X 89 X 89 X 80 X 139 X 134 X 125 X 156 X 107 X 134 X 103 X 112 X 116 X 112 X 94 X 103 X 116 X 103 X 139 X 98 X 89 X +USW00094728200703WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 W 1 W 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200703WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200703WT08-9999 1 0-9999 -9999 1 W-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200703WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200703WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200703WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200703WT18-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200703WT19-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200704TMAX 100 0 133 0 172 0 56 0 67 0 56 0 61 0 50 0 94 0 106 0 100 0 67 0 94 0 133 0 128 0 89 0 106 0 106 0 161 0 217 0 261 0 256 0 300 0 244 0 194 0 161 0 133 0 217 0 194 0 267 0-9999 +USW00094728200704TMIN 56 0 56 0 56 0 44 0 11 0 -6 0 -6 0 -11 0 0 0 6 0 22 0 39 0 56 0 44 0 44 0 33 0 56 0 56 0 72 0 67 0 72 0 128 0 144 0 144 0 83 0 78 0 83 0 122 0 128 0 111 0-9999 +USW00094728200704PRCP 15 0 15 0 0 0 216 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 351 0 0 0 0 0 1923 Z 229 0 10 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 36 0 0T 0 518 0 0 0 0T 0 0T 0-9999 +USW00094728200704SNOW 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200704AWND 24 W 19 W 21 W 32 W 41 W 24 W 28 W 37 W 29 W 27 W 21 W 36 W 45 W 25 W 32 W 33 W 42 W 33 W 23 W 24 W 10 W 14 W 28 W 27 W 31 W 21 W 14 W 18 W 22 W 33 W-9999 +USW00094728200704FMTM 1812 X 2214 X 1816 X 1746 X 1529 X 0837 X 1824 X 1807 X 1835 X 1248 X 1201 X 1311 X 1330 X 0139 X 1835 X 1118 X 2319 X 0032 X 2027 X 1147 X 1352 X 1620 X 1557 X 1253 X 1854 X 1308 X 0312 X 1302 X 2337 X 1331 X-9999 +USW00094728200704PGTM 1826 W 2104 W 1815 W 1058 W 1807 W 0303 W 1823 W 1027 W 1755 W 1218 W 1149 W 0908 W 1219 W 0609 W 1834 W 0855 W 1455 W 0008 W 2005 W 1103 W 1442 W 1626 W 2206 W 0018 W 2214 W 1453 W 0311 W 1301 W 2318 W 1326 W-9999 +USW00094728200704WDF2 100 X 50 X 130 X 70 X 280 X 280 X 260 X 280 X 310 X 280 X 150 X 50 X 290 X 290 X 130 X 280 X 360 X 360 X 140 X 40 X 40 X 150 X 240 X 270 X 40 X 170 X 100 X 220 X 300 Z 280 X-9999 +USW00094728200704WDF5 70 X 120 X 140 X 100 X 280 X 260 X 250 X 270 X 300 X 290 X 160 X 90 X 270 X 280 X 110 X 300 X 40 X 30 X 150 X 30 X 270 X 160 X 230 X 240 X 30 X 170 X 110 X 240 X 280 Z 280 X-9999 +USW00094728200704WSF2 67 X 40 X 76 X 80 X 89 X 67 X 67 X 80 X 67 X 67 X 63 X 89 X 98 X 72 X 80 X 67 X 80 X 76 X 67 X 76 X 45 X 67 X 72 X 63 X 63 X 67 X 54 X 63 X 45 Z 94 X-9999 +USW00094728200704WSF5 80 X 58 X 112 X 116 X 165 X 107 X 107 X 134 X 103 X 107 X 94 X 134 X 161 X 107 X 139 X 112 X 134 X 130 X 94 X 103 X 63 X 98 X 134 X 107 X 80 X 98 X 80 X 107 X 80 Z 156 X-9999 +USW00094728200704WT01 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 0 1 0-9999 -9999 -9999 +USW00094728200704WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200704WT08-9999 1 0 1 0-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728200704WT13 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00094728200704WT16 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00094728200704WT18-9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200705TMAX 217 0 200 0 222 0 217 0 228 0 172 0 194 0 222 0 283 0 250 0 250 0 233 0 200 0 211 0 289 0 294 0 206 0 122 0 139 0 239 0 217 0 244 0 233 0 289 0 322 0 294 0 300 0 283 0 267 0 289 0 328 0 +USW00094728200705TMIN 106 0 100 0 106 0 100 0 106 0 78 0 67 0 83 0 139 0 161 0 156 0 117 0 94 0 94 0 133 0 150 0 122 0 89 0 100 0 106 0 117 0 117 0 128 0 144 0 178 0 217 0 189 0 194 0 161 0 161 0 178 0 +USW00094728200705PRCP 81 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 46 0 0 0 0 0 0 0 211 0 0 0 0T 0 53 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 +USW00094728200705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200705AWND 16 W 17 W 13 W 17 W 20 W 33 W 18 W 11 W 22 W 20 W 8 W 25 W 30 W 25 W 33 W 26 W 20 W 32 W 17 W 29 W 18 W 18 W 16 W 28 W 20 W 18 W 15 W 18 W 13 W 8 W 20 W +USW00094728200705FMTM 1341 X 1226 X 0903 X 1552 X 2346 X 0825 X 1109 X 1536 X 2212 X 1501 X 1557 X 1618 X 1335 X 2356 X 1317 X 1516 X 2353 X 0632 X 1024 X 1631 X 0223 X 1823 X 1514 X 2340 X 0024 X 1720 X 2323 X 2354 X 0800 X 2359 X 1943 X +USW00094728200705PGTM 2318 W 0041 W 1659 W 1526 W 2342 W 0151 W 1103 W 1257 W 2141 W 1453 W 1556 W 1618 W 1105 W 2356 W 1527 W 1508 W 0733 W 0457 W 1308 W 1631 W 0222 W 1822 W 2157 W 2318 W 2356 W 1628 W 2310 W 0211 W 0800 W 2337 W 1953 W +USW00094728200705WDF2 250 X 50 X 40 X 280 X 10 X 50 X 50 X 160 X 240 X 150 X 60 X 170 X 30 X 240 X 250 X 270 X 50 X 50 X 40 X 250 X 300 X 150 X 180 X 250 X 250 X 310 X 250 X 250 X 40 X 250 X 70 X +USW00094728200705WDF5 180 X 170 X 150 X 340 X 360 X 50 X 20 X 160 X 240 X 150 X 40 X 170 X 20 X 240 X 260 X 270 X 300 X 40 X 320 X 250 X 300 X 140 X 250 X 240 X 230 X 290 X 230 X 250 X 30 X 260 X 80 X +USW00094728200705WSF2 58 X 54 X 45 X 58 X 72 X 89 X 63 X 58 X 58 X 58 X 63 X 63 X 72 X 58 X 76 X 98 X 54 X 94 X 58 X 67 X 67 X 58 X 63 X 58 X 54 X 45 X 63 X 58 X 54 X 36 X 67 X +USW00094728200705WSF5 76 X 94 X 76 X 98 X 116 X 148 X 80 X 94 X 112 X 94 X 80 X 107 X 116 X 103 X 130 X 179 X 94 X 130 X 98 X 112 X 112 X 80 X 112 X 98 X 89 X 94 X 103 X 98 X 80 X 63 X 103 X +USW00094728200705WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200705WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728200705WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728200705WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00094728200706TMAX 311 0 317 0 261 0 211 0 272 0 217 0 239 0 294 0 278 0 222 0 289 0 283 0 189 0 178 0 233 0 272 0 300 0 289 0 267 0 256 0 267 0 233 0 233 0 272 0 267 0 328 0 322 0 306 0 250 0 272 0-9999 +USW00094728200706TMIN 178 0 217 0 172 0 156 0 189 0 133 0 122 0 178 0 183 0 167 0 172 0 183 0 139 0 133 0 150 0 156 0 189 0 200 0 189 0 194 0 156 0 161 0 133 0 139 0 194 0 222 0 211 0 211 0 194 0 172 0-9999 +USW00094728200706PRCP 0T 0 0 0 411 0 582 0 0 0 0 0 0 0 0 0 3 0 0T 0 8 0 300 0 0 0 0 0 0 0 10 0 0 0 0 0 84 0 36 0 46 0 0 0 0 0 0 0 0 0 0 0 175 0 8 0 0 0 3 0-9999 +USW00094728200706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200706AWND 13 W 17 W 21 W 24 W 27 W 22 W 9 W 11 W 26 W 10 W 19 W 10 W 31 W 24 W 16 W 13 W 17 W 18 W 16 W 21 W 21 W 29 W 20 W 14 W 18 W 20 W 17 W 23 W 12 W 13 W-9999 +USW00094728200706FMTM 1858 X 1952 X 1957 X 0711 X 1543 X 1312 X 1435 X 1559 X 1516 X 0804 X 2150 X 1533 X 2248 X 0041 X 1740 X 1606 X 1443 X 1312 X 1541 X 1701 X 1913 X 1923 X 1150 X 1725 X 1220 X 1549 X 2000 X 1732 X 0746 X 2348 X-9999 +USW00094728200706PGTM 1857 W 1451 W 1956 W 0625 W 1655 W 1311 W 1518 W 1559 W 1515 W 0946 W 1726 W 1531 W 2041 W 0041 W 1400 W 1557 W 1056 W 1511 W 1540 W 1531 W 1638 W 1216 W 1150 W 1724 W 0134 W 1542 W 2011 W 1732 W 0743 W 2348 W-9999 +USW00094728200706WDF2 10 X 200 X 110 X 60 X 260 X 270 X 160 X 170 X 50 X 50 X 50 X 350 X 60 X 50 X 150 X 240 X 290 X 150 X 160 X 310 X 360 X 290 X 270 X 280 X 220 X 170 X 360 X 300 X 30 X 340 X-9999 +USW00094728200706WDF5 20 X 180 X 120 X 50 X 270 X 280 X 180 X 170 X 30 X 110 X 40 X 40 X 100 X 50 X 150 X 250 X 260 X 160 X 170 X 290 X 250 X 280 X 260 X 260 X 250 X 170 X 20 X 320 X 20 X 10 X-9999 +USW00094728200706WSF2 45 X 54 X 63 X 72 X 67 X 80 X 45 X 58 X 67 X 40 X 76 X 63 X 67 X 67 X 45 X 45 X 54 X 54 X 58 X 58 X 67 X 72 X 63 X 45 X 54 X 54 X 76 X 63 X 45 X 45 X-9999 +USW00094728200706WSF5 76 X 103 X 134 X 107 X 134 X 116 X 89 X 80 X 98 X 58 X 125 X 107 X 103 X 94 X 72 X 76 X 89 X 76 X 98 X 107 X 112 X 156 X 103 X 72 X 94 X 89 X 143 X 107 X 67 X 89 X-9999 +USW00094728200706WT01-9999 -9999 1 0 1 0 1 W-9999 -9999 1 0 1 0-9999 1 W 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728200706WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200706WT08 1 W 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728200706WT13-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728200706WT16 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 +USW00094728200707TMAX 233 0 233 0 267 0 217 0 256 0 283 0 294 0 317 0 333 0 333 0 294 0 267 0 272 0 289 0 311 0 278 0 311 0 256 0 283 0 256 0 278 0 283 0 222 0 272 0 283 0 294 0 289 0 289 0 267 0 300 0 306 0 +USW00094728200707TMIN 161 0 139 0 156 0 183 0 194 0 194 0 194 0 217 0 244 0 233 0 211 0 189 0 206 0 189 0 222 0 217 0 206 0 206 0 211 0 194 0 172 0 200 0 156 0 144 0 194 0 217 0 217 0 217 0 222 0 211 0 222 0 +USW00094728200707PRCP 0 0 0 0 0 0 18 0 330 0 8 0 0 0 0 0 0 0 0 0 257 0 0 0 0 0 0 0 3 0 0 0 0 0 404 0 48 0 0 0 0 0 0 0 587 0 0 0 0 0 0 0 0 0 0T 0 97 0 0 0 0 0 +USW00094728200707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200707AWND 23 W 13 W 14 W 26 W 21 W 12 W 17 W 23 W 17 W 16 W 15 W 22 W 17 W 13 W 21 W 16 W 9 W 14 W 15 W 30 W 24 W 22 W 35 W 16 W 9 W 12 W 16 W 13 W 9 W 9 W 11 W +USW00094728200707FMTM 1036 X 0854 X 2337 X 0321 X 1609 X 1909 X 1346 X 1602 X 1704 X 1353 X 1547 X 1710 X 1307 X 1703 X 1257 X 0738 X 1830 X 0612 X 1618 X 1422 X 1349 X 1520 X 1359 X 1550 X 1823 X 1426 X 1641 X 1707 X 1017 X 2100 X 1406 X +USW00094728200707PGTM 0921 W 1146 W 1821 W 1633 W 1607 W 1513 W 1413 W 1034 W 1704 W 1453 W 1653 W 0059 W 1307 W 1603 W 1333 W 0356 W 1617 W 0607 W 1643 W 1308 W 1349 W 1532 W 1358 W 1541 W 1651 W 1432 W 1601 W 1656 W 1532 W 2059 W 1405 W +USW00094728200707WDF2 40 X 340 X 240 X 240 X 230 X 40 X 250 X 260 X 260 X 150 X 150 X 260 X 280 X 170 X 240 X 20 X 150 X 30 X 250 X 280 X 50 X 50 X 70 X 150 X 150 X 160 X 150 X 160 X 60 X 240 X 60 X +USW00094728200707WDF5 40 X 280 X 200 X 170 X 240 X 260 X 290 X 250 X 260 X 180 X 280 X 360 X 300 X 170 X 170 X 40 X 140 X 340 X 280 X 290 X 50 X 30 X 80 X 180 X 200 X 160 X 160 X 160 X 160 X 240 X 50 X +USW00094728200707WSF2 58 X 58 X 45 X 58 X 58 X 58 X 58 X 63 X 58 X 58 X 54 X 54 X 67 X 45 X 58 X 40 X 45 X 58 X 58 X 72 X 72 X 58 X 76 X 40 X 40 X 45 X 58 X 40 X 36 X 36 X 45 X +USW00094728200707WSF5 107 X 89 X 89 X 98 X 98 X 112 X 89 X 112 X 94 X 98 X 94 X 89 X 89 X 98 X 98 X 67 X 72 X 107 X 125 X 116 X 107 X 80 X 125 X 80 X 72 X 72 X 103 X 76 X 54 X 63 X 67 X +USW00094728200707WT01-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00094728200707WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728200707WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 +USW00094728200707WT13-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00094728200707WT16 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00094728200708TMAX 322 0 333 0 322 0 317 0 294 0 283 0 317 0 322 0 283 0 222 0 272 0 294 0 289 0 272 0 289 0 283 0 294 0 233 0 217 0 206 0 150 0 183 0 239 0 283 0 306 0 267 0 283 0 283 0 294 0 300 0 256 0 +USW00094728200708TMIN 217 0 239 0 189 0 206 0 211 0 222 0 239 0 228 0 222 0 139 0 139 0 200 0 211 0 183 0 194 0 233 0 167 0 150 0 156 0 144 0 133 0 133 0 167 0 189 0 228 0 222 0 194 0 200 0 194 0 211 0 206 0 +USW00094728200708PRCP 0 0 0 0 292 0 3 0 0 0 0T 0 0 0 635 0 0 0 325 0 0 0 0 0 10 0 0 0 0 0 3 0 188 0 0 0 30 0 15 0 323 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200708AWND 12 W 13 W 20 W 13 W 25 W 14 W 7 W 24 W 20 W 32 W 15 W 10 W 23 W 13 W 23 W 12 W 14 W 26 W 5 W 31 W 34 W 16 W 6 W 10 W 13 W 16 W 19 W 6 W 9 W 10 W 22 W +USW00094728200708FMTM 1330 X 2245 X 2209 X 1520 X 0732 X 0844 X 2216 X 1029 X 2239 X 1147 X 1555 X 1531 X 1655 X 1648 X 1337 X 2123 X 2227 X 0727 X 2319 X 0519 X 1315 X 1023 X 0954 X 1727 X 2216 X 0358 X 1332 X 1656 X 1505 X 1522 X 2346 X +USW00094728200708PGTM 1217 W 2245 W 2208 W 1537 W 0522 W 0840 W 2216 W 0504 W 2238 W 1134 W 0242 W 1447 W 2019 W 0223 W 1346 W 2121 W 2226 W 0714 W 1501 W 1100 W 1314 W 1027 W 2039 W 1725 W 2217 W 0358 W 0920 W 1800 W 1512 W 1521 W 2345 W +USW00094728200708WDF2 50 X 230 X 280 X 280 X 50 X 230 X 160 X 260 X 160 X 60 X 40 X 250 X 280 X 250 X 260 X 230 X 300 X 300 X 80 X 60 X 90 X 60 X 120 X 240 X 270 X 270 X 50 X 150 X 150 X 150 X 360 X +USW00094728200708WDF5 40 X 250 X 280 X 280 X 80 X 240 X 160 X 180 X 170 X 90 X 10 X 230 X 340 X 310 X 250 X 270 X 320 X 280 X 180 X 50 X 100 X 40 X 160 X 240 X 270 X 260 X 50 X 170 X 160 X 140 X 350 X +USW00094728200708WSF2 40 X 40 X 67 X 54 X 58 X 54 X 36 X 67 X 54 X 76 X 45 X 36 X 63 X 45 X 63 X 45 X 67 X 72 X 36 X 67 X 63 X 58 X 36 X 54 X 63 X 58 X 54 X 40 X 54 X 45 X 67 X +USW00094728200708WSF5 67 X 72 X 103 X 72 X 103 X 80 X 67 X 116 X 89 X 116 X 67 X 58 X 98 X 67 X 103 X 89 X 112 X 139 X 63 X 94 X 94 X 80 X 45 X 80 X 112 X 107 X 72 X 67 X 80 X 72 X 103 X +USW00094728200708WT01-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 W-9999 -9999 1 W 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200708WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200708WT08-9999 -9999 1 W 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00094728200708WT13-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200708WT16-9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200709TMAX 261 0 256 0 278 0 283 0 261 0 267 0 300 0 311 0 294 0 261 0 233 0 239 0 233 0 233 0 206 0 189 0 206 0 211 0 244 0 278 0 278 0 239 0 256 0 261 0 294 0 306 0 278 0 244 0 244 0 222 0-9999 +USW00094728200709TMIN 178 0 144 0 178 0 206 0 183 0 194 0 211 0 217 0 217 0 228 0 206 0 167 0 144 0 178 0 128 0 100 0 106 0 117 0 133 0 156 0 172 0 183 0 167 0 144 0 172 0 206 0 217 0 161 0 144 0 133 0-9999 +USW00094728200709PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 307 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0-9999 +USW00094728200709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200709AWND 30 W 13 W 24 W 18 W 13 W 13 W 22 W 23 W 20 W 14 W 21 W 24 W 8 W 15 W 23 W 11 W 15 W 15 W 8 W 8 W 8 W 6 W 13 W 13 W 25 W 23 W 17 W 21 W 22 W 16 W-9999 +USW00094728200709FMTM 1153 X 2222 X 1535 X 1221 X 0512 X 2122 X 2120 X 2301 X 1557 X 1325 X 0932 X 0847 X 1625 X 1150 X 1410 X 0902 X 1053 X 0940 X 1359 X 1904 X 1536 X 2254 X 1306 X 2243 X 1613 X 2311 X 1417 X 1708 X 0859 X 1905 X-9999 +USW00094728200709PGTM 0130 W 0857 W 1700 W 1308 W 0512 W 2121 W 1929 W 0617 W 1556 W 1641 W 2317 W 0847 W 0748 W 1746 W 1336 W 1113 W 1139 W 0941 W 1735 W 1906 W 1655 W 2114 W 1305 W 2243 W 2102 W 0255 W 1421 W 1708 W 1200 W 1658 W-9999 +USW00094728200709WDF2 60 X 240 X 260 X 30 X 50 X 210 X 220 X 240 X 150 X 80 X 240 X 260 X 150 X 150 X 300 X 50 X 60 X 50 X 70 X 240 X 160 X 230 X 280 X 240 X 230 X 240 X 150 X 300 X 350 X 140 X-9999 +USW00094728200709WDF5 360 X 360 X 240 X 30 X 40 X 240 X 190 X 240 X 160 X 200 X 280 X 270 X 50 X 170 X 320 X 300 X 50 X 40 X 170 X 240 X 170 X 250 X 280 X 240 X 230 X 240 X 170 X 290 X 30 X 150 X-9999 +USW00094728200709WSF2 63 X 45 X 58 X 58 X 45 X 58 X 54 X 54 X 54 X 40 X 72 X 67 X 45 X 58 X 67 X 45 X 54 X 54 X 36 X 45 X 36 X 36 X 54 X 63 X 54 X 54 X 54 X 72 X 67 X 40 X-9999 +USW00094728200709WSF5 94 X 107 X 94 X 76 X 63 X 103 X 103 X 94 X 80 X 89 X 116 X 112 X 72 X 94 X 125 X 63 X 67 X 76 X 45 X 80 X 58 X 67 X 80 X 98 X 98 X 89 X 98 X 116 X 98 X 89 X-9999 +USW00094728200709WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 W 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728200709WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200709WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 W-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200709WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728200709WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728200710TMAX 206 0 239 0 256 0 289 0 283 0 283 0 278 0 306 0 261 0 206 0 194 0 156 0 172 0 189 0 194 0 211 0 228 0 250 0 228 0 211 0 233 0 244 0 256 0 194 0 139 0 144 0 194 0 133 0 117 0 167 0 178 0 +USW00094728200710TMIN 150 0 144 0 183 0 206 0 194 0 189 0 194 0 194 0 156 0 161 0 150 0 89 0 72 0 94 0 94 0 133 0 144 0 172 0 183 0 156 0 133 0 150 0 189 0 111 0 94 0 111 0 133 0 61 0 33 0 78 0 94 0 +USW00094728200710PRCP 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 132 0 41 0 376 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 97 0 8 0 0 0 0 0 3 0 41 0 36 0 117 0 305 0 0 0 0 0 0 0 0 0 +USW00094728200710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200710AWND 12 W 16 W 10 W 8 W 7 W 11 W 17 W 19 W 26 W 17 W 27 W 35 W 20 W 21 W 12 W 3 W 5 W 12 W 19 W 26 W 21 W 20 W 27 W 21 W 33 W 33 W 25 W 30 W 13 W 13 W 20 W +USW00094728200710FMTM 1128 X 1646 X 1931 X 1520 X 1426 X 1421 X 1118 X 0828 X 1614 X 2031 X 1504 X 1600 X 1312 X 1512 X 1338 X 2235 X 2355 X 1235 X 2259 X 1434 X 1957 X 0532 X 1136 X 2003 X 0804 X 0944 X 1915 X 0720 X 1910 X 2158 X 2128 X +USW00094728200710PGTM 1619 W 1656 W-9999 1553 W-9999 1501 W 1609 W 1358 W 1547 W 0620 W 1659 W 0928 W 2245 W 1529 W 1530 W-9999 2208 W 1539 W 2259 W 1534 W 2147 W 0510 W 1127 W 1609 W 0003 W 0919 W 1938 W 1609 W 0653 W 0842 W 2047 W +USW00094728200710WDF2 150 X 150 X 180 X 180 X 150 X 260 X 40 X 260 X 140 X 60 X 60 X 290 X 260 X 300 X 280 X 250 X 250 X 240 X 280 X 260 X 250 X 240 X 230 X 40 X 50 X 60 X 270 X 300 X 260 X 250 X 200 X +USW00094728200710WDF5 120 X 270 X-9999 170 X-9999 230 X 190 X 290 X 360 X 90 X 60 X 300 X 280 X 320 X 210 X-9999 230 X 150 X 280 X 240 X 240 X 240 X 240 X 330 X 30 X 50 X 270 X 290 X 360 X 290 X 180 X +USW00094728200710WSF2 45 X 45 X 36 X 31 X 31 X 54 X 58 X 58 X 58 X 40 X 67 X 76 X 54 X 63 X 45 X 31 X 36 X 45 X 76 X 72 X 58 X 58 X 67 X 58 X 67 X 72 X 67 X 67 X 40 X 40 X 54 X +USW00094728200710WSF5 112 X 89 X-9999 63 X-9999 72 X 94 X 94 X 112 X 103 X 112 X 148 X 94 X 112 X 116 X-9999 76 X 98 X 139 X 116 X 98 X 116 X 130 X 143 X 107 X 103 X 112 X 125 X 107 X 72 X 143 X +USW00094728200710WT01-9999 -9999 1 0 1 0 1 0 1 0-9999 1 W 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 W 1 0 1 W-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200710WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200710WT08-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728200710WT13-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728200710WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200711TMAX 189 0 128 0 106 0 133 0 139 0 133 0 94 0 78 0 67 0 78 0 78 0 100 0 150 0 144 0 172 0 83 0 78 0 67 0 67 0 89 0 144 0 189 0 44 0 39 0 94 0 167 0 178 0 72 0 106 0 56 0-9999 +USW00094728200711TMIN 100 0 72 0 72 0 72 0 67 0 61 0 39 0 17 0 39 0 28 0 -6 0 33 0 83 0 72 0 61 0 28 0 17 0 39 0 11 0 44 0 61 0 44 0 -11 0 -33 0 11 0 44 0 61 0 17 0 50 0 17 0-9999 +USW00094728200711PRCP 0 0 0 0 0 0 0 0 0 0 132 0 0 0 0 0 104 0 33 0 0 0 28 0 56 0 0 0 97 0 0 0 0 0 0T 0 69 0 28 0 0 0 8 0 0 0 0 0 0 0 318 0 8 0 0 0 3 0 0 0-9999 +USW00094728200711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200711AWND 0 W 39 W 42 W 18 W 19 W 29 W 23 W 6 W 15 W 24 W 16 W 11 W 13 W 10 W 25 W 44 W 22 W 31 W 34 W 18 W 8 W 21 W 34 W 17 W 18 W 10 W 35 W 21 W 28 W 26 W-9999 +USW00094728200711FMTM 0911 X 0952 X 0328 X 1250 X 2316 X 2239 X 1002 X 0256 X 1550 X 0807 X 0329 X 2328 X 0139 X 1500 X 1321 X 1457 X 1052 X 1636 X 1107 X 1257 X 1231 X 1826 X 1450 X 2233 X 1718 X 1510 X 1449 X 0124 X 0935 X 2357 X-9999 +USW00094728200711PGTM 1448 W 0951 W 0747 W 1156 W 0635 W 2238 W 1002 W 0235 W 1552 W 0851 W 1317 W-9999 0753 W 0812 W 0859 W 1222 W 1546 W 0801 W 0902 W-9999 0720 W 2243 W 1613 W 0645 W 0756 W 1419 W 1443 W 0414 W 2210 W 2356 W-9999 +USW00094728200711WDF2 240 X 50 X 50 X 270 X 160 X 230 X 310 X 300 X 360 X 50 X 360 X 240 X 230 X 160 X 280 X 280 X 270 X 60 X 60 X 230 Z 150 X 270 X 300 X 230 X 230 X 60 X 270 X 280 X 240 X 240 X-9999 +USW00094728200711WDF5 250 X 60 X 40 X 280 X 330 X 250 X 320 X 300 X 330 X 60 X 300 X-9999 330 X 60 X 210 X 280 X 210 X 60 X 30 X-9999 90 X 310 X 300 X 30 X 90 X 210 X 280 X 300 X 270 X 240 X-9999 +USW00094728200711WSF2 63 X 72 X 89 X 45 X 54 X 63 X 72 X 36 X 63 X 72 X 45 X 54 X 54 X 45 X 67 X 89 X 67 X 67 X 72 X 45 Z 36 X 98 X 67 X 45 X 45 X 54 X 67 X 67 X 67 X 72 X-9999 +USW00094728200711WSF5 116 X 112 X 125 X 76 X 116 X 125 X 112 X 63 X 161 X 98 X 80 X-9999 165 X 125 X 130 X 156 X 112 X 116 X 112 X-9999 116 X 130 X 116 X 125 X 94 X 116 X 116 X 98 X 112 X 139 X-9999 +USW00094728200711WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 W-9999 -9999 -9999 -9999 +USW00094728200711WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728200711WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728200711WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00094728200711WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200711WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200712TMAX 33 0 22 0 83 0 11 0 6 0 6 0 17 0 67 0 44 0 44 0 72 0 111 0 22 0 56 0 22 0 33 0 6 0 28 0 61 0 67 0 39 0 50 0 161 0 100 0 61 0 39 0 61 0 94 0 106 0 61 0 67 0 +USW00094728200712TMIN -39 0 -67 0 0 0 -22 0 -22 0 -61 0 -22 0 11 0 11 0 28 0 17 0 11 0 -17 0 -6 0 -17 0 -17 0 -33 0 -17 0 11 0 17 0 22 0 17 0 50 0 28 0 17 0 0 0 22 0 44 0 56 0 17 0 17 0 +USW00094728200712PRCP 0 0 84 0 79 0 0 0 5 0 0 0 0T 0 0 0 81 0 20 0 3 0 0T 0 259 0 0 0 3 0 213 0 0 0 0 0 20 0 0 0 0 0 0 0 180 0 0 0 0 0 130 0 13 0 5 0 145 0 30 0 56 0 +USW00094728200712SNOW 0 0 36 0 0T 0 0 0 8 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 5 0 0 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 +USW00094728200712SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200712AWND 32 W 14 W 43 W 44 W 19 W 21 W 16 W 19 W 6 W 14 W 17 W 30 W 28 W 14 W 34 W 57 W 54 W 23 W 11 W 23 W 42 W 38 W 29 W 35 W 24 W 28 W 20 W 21 W 24 W 18 W 28 W +USW00094728200712FMTM 1208 X 0035 X 1252 X 1412 X 2222 X 1819 X 2342 X 1436 X 1948 X 1808 X 2357 X 1427 X 1521 X 2344 X 2135 X 1208 X 0549 X 1519 X 1639 X 1501 X 1248 X 1221 X 2344 X 1354 X 1406 X 2154 X 0039 X 2326 X 0350 X 2353 X 1427 X +USW00094728200712PGTM 0622 W 1421 W 1402 W 1519 W 0144 W 1538 W 2341 W 1536 W-9999 -9999 2336 W 1428 W 0743 W 2328 W 2134 W 2208 W 0953 W 0722 W 1638 W 1550 W 0955 W 1530 W 1532 W 1121 W 0739 W 2153 W 0052 W 2329 W 0923 W 2353 W 1238 W +USW00094728200712WDF2 300 X 360 X 270 X 310 X 340 X 250 X 240 X 310 X 100 X 360 X 240 X 300 X 50 X 300 X 60 X 70 X 280 X 250 X 230 X 300 X 70 X 60 X 260 X 250 X 300 X 60 X 50 X 130 X 140 X 60 X 270 X +USW00094728200712WDF5 310 X 120 X 280 X 280 X 260 X 330 X 240 X 280 X-9999 -9999 240 X 310 X 90 X 290 X 50 X 250 X 280 X 320 X 240 X 280 X 30 X 80 X 150 X 230 X 270 X 70 X 30 X 130 X 210 X 80 X 260 X +USW00094728200712WSF2 72 X 40 X 98 X 89 X 54 X 54 X 45 X 54 X 40 X 36 X 63 X 76 X 67 X 58 X 80 X 112 X 103 X 54 X 54 X 54 X 76 X 67 X 89 X 76 X 54 X 72 X 76 X 67 X 63 X 63 X 72 X +USW00094728200712WSF5 143 X 94 X 179 X 174 X 80 X 156 X 76 X 98 X-9999 -9999 103 X 143 X 103 X 103 X 125 X 183 X 174 X 94 X 80 X 130 X 125 X 170 X 210 X 134 X 116 X 107 X 107 X 98 X 116 X 80 X 116 X +USW00094728200712WT01-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 +USW00094728200712WT02-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200712WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200712WT08-9999 1 W-9999 -9999 1 0-9999 1 W 1 0-9999 -9999 1 0 1 W-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200712WT13-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X +USW00094728200712WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00094728200712WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200712WT18-9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728200712WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X +USW00094728200712WT22-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200801TMAX 83 0 33 0 -67 0 22 0 61 0 100 0 167 0 178 0 178 0 100 0 133 0 94 0 72 0 39 0 33 0 39 0 39 0 89 0 28 0 11 0 -33 0 39 0 44 0 11 0 6 0 11 0 39 0 56 0 61 0 94 0 33 0 +USW00094728200801TMIN 28 0 -83 0 -111 0 -89 0 0 0 22 0 72 0 117 0 83 0 50 0 44 0 56 0 22 0 11 0 0 0 -17 0 -11 0 17 0 0 0 -83 0 -94 0 -50 0 -11 0 -44 0 -61 0 -39 0 -11 0 -28 0 -11 0 0 0 -22 0 +USW00094728200801PRCP 43 0 0T 0 0 0 0 0 15 0 3 0 0 0 0 0 8 0 3 0 328 0 0 0 76 0 46 0 0T 0 0 0 64 0 117 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 20 0 0 0 +USW00094728200801SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00094728200801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200801AWND 29 W 41 W 29 W 25 W 16 W 8 W 19 W 30 W 38 W 16 W 23 W 20 W 36 W 29 W 37 W 34 W 26 W 40 W 0 W 49 W 36 W 31 W 36 W 23 W 37 W 17 W 32 W 30 W 17 W 46 W 31 W +USW00094728200801FMTM 0921 X 1641 X 1545 X 1221 X 2355 X 1808 X 2337 X 0041 X 1318 X 0725 X 2306 X 1354 X 2250 X 0324 X 2258 X 0103 X 1556 X 1452 X 1508 X 1934 X 0652 X 1136 X 1331 X 1937 X 0953 X 0119 X 1253 X 1308 X 1933 X 1233 X 0119 X +USW00094728200801PGTM 2233 W 1640 W 0547 W 2037 W 1609 W-9999 1314 W 1908 W 1318 W 0724 W 0906 W 1238 W 2233 W 0323 W 2257 W 0159 W 1555 W 1150 W 1536 W 1409 W 0650 W 1132 W 1318 W 2357 W 1331 W 0119 W 1252 W 1250 W 1409 W 1234 W 2341 W +USW00094728200801WDF2 150 X 300 X 300 X 240 X 240 X 170 X 240 X 240 X 280 X 340 X 280 X 270 X 70 X 50 X 290 X 290 X 150 X 270 X 270 X 270 X 260 X 230 X 280 X 290 X 270 X 250 X 30 X 300 X 130 X 270 X 270 X +USW00094728200801WDF5 240 X 290 X 310 X 110 X 240 Z-9999 250 Z 90 X 260 X 300 X 330 X 320 X 60 X 40 X 280 X 280 X 140 X 250 X 280 X 310 X 280 X 240 X 280 X 310 X 280 X 240 X 60 X 330 X 250 X 280 X 70 X +USW00094728200801WSF2 72 X 80 X 67 X 67 X 40 Z 54 X 63 X 67 X 107 X 76 X 54 X 45 X 89 X 67 X 72 X 76 X 58 X 80 X 63 X 98 X 76 X 80 X 80 X 63 X 76 X 54 X 63 X 63 X 45 X 134 X 63 X +USW00094728200801WSF5 112 X 143 X 130 X 116 X 76 Z-9999 80 Z 94 X 174 X 148 X 148 X 80 X 130 X 94 X 107 X 112 X 76 X 125 X 89 X 130 X 103 X 134 X 112 X 94 X 98 X 72 X 94 X 89 X 63 X 219 X 80 X +USW00094728200801WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00094728200801WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200801WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 0 1 0-9999 +USW00094728200801WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200801WT16 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00094728200801WT18-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 X-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200801WT19-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200802TMAX 117 0 61 0 94 0 56 0 111 0 200 0 94 0 72 0 67 0 67 0 -44 0 -6 0 122 0 44 0 83 0 11 0 117 0 178 0 50 0 0 0 6 0 11 0 11 0 39 0 89 0 83 0 67 0 -22 0 17 0-9999 -9999 +USW00094728200802TMIN 0 0 17 0 6 0 11 0 33 0 50 0 33 0 17 0 28 0 -94 0 -122 0 -83 0 -6 0 -22 0 -6 0 -50 0 -11 0 44 0 -22 0 -44 0 -67 0 -39 0 -22 0 -44 0 0 0 33 0 -56 0 -78 0 -83 0-9999 -9999 +USW00094728200802PRCP 414 0 0 0 0 0 18 0 13 0 10 0 13 0 0 0 15 0 0T 0 0 0 140 0 493 0 0 0 0 0 0 0 58 0 69 0 0 0 0 0 0 0 178 0 3 0 0 0 0 0 53 0 0 0 0 0 36 0-9999 -9999 +USW00094728200802SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 0-9999 -9999 +USW00094728200802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 127 0 102 0 102 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00094728200802AWND 53 W 40 W 11 W 35 W 25 W 24 W 30 W 22 W 22 W 53 W 57 W 22 W 27 W 34 W 36 W 26 W 35 W 39 W 43 W 33 W 29 W 27 W 20 W 22 W 24 W 19 W 47 W 48 W 32 W-9999 -9999 +USW00094728200802FMTM 1414 X 0124 X 0112 X 0549 X 0952 X 2240 X 1336 X 1521 X 1535 X 2148 X 0304 X 2156 X 1059 X 1022 X 1640 X 0002 X 2232 X 1438 X 1123 X 1121 X 0245 X 1620 X 2355 X 1930 X 1441 X 1726 X 2159 X 1659 X 2057 X-9999 -9999 +USW00094728200802PGTM 1414 W 0123 W 2359 W 0604 W 1614 W 1353 W 1335 W 1516 W 1535 W 2142 W 0303 W 2155 W 1126 W 0219 W 1603 W 0232 W 2213 W 1134 W 1122 W 0957 W 0250 W 1619 W 1934 W 1929 W 1441 W 1545 W 2158 W 0805 W 1509 W-9999 -9999 +USW00094728200802WDF2 50 X 250 X 250 X 70 X 220 X 50 X 270 X 270 X 130 X 290 X 270 X 60 X 180 X 290 X 270 X 300 X 150 X 240 X 270 X 270 X 280 X 40 X 290 X 230 X 270 X 150 X 290 X 300 X 140 X-9999 -9999 +USW00094728200802WDF5 70 X 270 X 270 X 60 X 250 X 250 X 270 X 270 X 130 X 320 X 280 X 50 X 190 X 280 X 270 X 330 X 150 X 240 X 280 X 280 X 290 X 50 X 290 X 230 X 270 X 120 X 320 X 260 X 160 X-9999 -9999 +USW00094728200802WSF2 112 X 76 X 40 X 72 X 63 X 94 X 80 X 58 X 63 X 125 X 112 X 63 X 80 X 72 X 76 X 67 X 72 X 72 X 107 X 89 X 63 X 63 X 54 X 58 X 58 X 72 X 94 X 80 X 72 X-9999 -9999 +USW00094728200802WSF5 156 X 116 X 54 X 89 X 89 X 125 X 112 X 80 X 89 X 183 X 161 X 76 X 116 X 116 X 112 X 103 X 107 X 112 X 148 X 116 X 89 X 80 X 72 X 72 X 72 X 107 X 130 X 116 X 107 X-9999 -9999 +USW00094728200802WT01 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00094728200802WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200802WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200802WT08-9999 -9999 -9999 1 W 1 0 1 0-9999 -9999 1 0 1 0-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 0 1 0-9999 -9999 1 W-9999 -9999 +USW00094728200802WT13 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 +USW00094728200802WT16 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728200802WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200802WT18-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728200802WT19 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728200802WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200803TMAX 78 0 61 0 128 0 172 0 139 0 94 0 72 0 139 0 56 0 72 0 94 0 83 0 72 0 133 0 133 0 83 0 100 0 67 0 117 0 144 0 72 0 100 0 89 0 100 0 89 0 161 0 94 0 89 0 83 0 94 0 139 0 +USW00094728200803TMIN 6 0 -22 0 22 0 72 0 28 0 11 0 22 0 22 0 -11 0 -28 0 17 0 17 0 -6 0 44 0 50 0 17 0 -11 0 17 0 50 0 22 0 6 0 11 0 -11 0 6 0 -6 0 61 0 67 0 33 0 6 0 -22 0 28 0 +USW00094728200803PRCP 36 0 0 0 0 0 48 0 76 0 0 0 307 0 191 0 0 0 0 0 0 0 0 0 0 0 5 0 28 0 10 0 0 0 0 0 241 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 36 0 +USW00094728200803SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200803AWND 41 W 41 W 27 W 30 W 47 W 25 W 35 W 36 W 54 W 34 W 24 W 41 W 24 W 28 W 38 W 34 W 38 W 34 W 27 W 55 W 56 W 32 W 26 W 29 W 36 W 31 W 11 W 35 W 41 W 28 W 32 W +USW00094728200803FMTM 2305 X 0132 X 0912 X 0713 X 0428 X 1336 X 1640 X 1911 X 0253 X 0039 X 2359 X 1429 X 1711 X 2339 X 0003 X 2112 X 0042 X 1852 X 0303 X 1320 X 0958 X 0901 X 1018 X 0747 X 2146 X 1457 X 2348 X 2245 X 1609 X 0314 X 2331 X +USW00094728200803PGTM 2257 W 0131 W 0911 W 0912 W 0427 W 1334 W 1640 W 1911 W 0027 W 0039 W 1636 W 1429 W 1533 W 2338 W 0158 W 2056 W 0042 W 1831 W 2332 W 1320 W 0959 W 0240 W 0922 W 2234 W 2145 W 0311 W 2126 W 2245 W 1243 W 0247 W 2330 W +USW00094728200803WDF2 270 X 310 X 200 X 220 X 170 X 160 X 60 X 250 X 260 X 290 X 190 X 280 X 160 X 60 X 60 X 290 X 290 X 160 X 160 X 300 X 300 X 300 X 290 X 40 X 160 X 270 X 110 X 290 X 290 X 50 X 210 X +USW00094728200803WDF5 270 X 310 X 230 X 210 X 160 X 150 X 70 X 240 X 260 X 290 X 170 X 270 X 150 X 70 X 60 X 300 X 270 X 140 X 160 X 290 X 300 X 290 X 280 X 20 X 170 X 210 X 80 X 290 X 270 X 60 X 180 X +USW00094728200803WSF2 103 X 94 X 72 X 72 X 98 X 54 X 72 X 143 X 116 X 76 X 63 X 103 X 67 X 98 X 94 X 80 X 80 X 67 X 63 X 116 X 103 X 63 X 63 X 63 X 80 X 80 X 45 X 72 X 76 X 63 X 67 X +USW00094728200803WSF5 143 X 134 X 103 X 112 X 156 X 67 X 94 X 215 X 206 X 116 X 94 X 156 X 94 X 134 X 116 X 139 X 125 X 94 X 80 X 183 X 156 X 89 X 80 X 94 X 112 X 130 X 63 X 103 X 112 X 80 X 103 X +USW00094728200803WT01 1 W-9999 -9999 1 W 1 W-9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00094728200803WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200803WT05 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 +USW00094728200803WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200803WT08-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00094728200803WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200803WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200803WT13 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728200803WT16 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X +USW00094728200803WT18 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200803WT19 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200804TMAX 194 0 122 0 100 0 117 0 150 0 106 0 106 0 144 0 144 0 239 0 161 0 244 0 133 0 144 0 161 0 200 0 228 0 289 0 233 0 178 0 172 0 222 0 256 0 261 0 217 0 178 0 133 0 144 0 139 0 139 0-9999 +USW00094728200804TMIN 122 0 28 0 6 0 56 0 100 0 56 0 50 0 50 0 44 0 89 0 94 0 89 0 61 0 33 0 56 0 72 0 78 0 106 0 111 0 94 0 83 0 89 0 117 0 172 0 133 0 106 0 83 0 83 0 78 0 56 0-9999 +USW00094728200804PRCP 76 0 0 0 13 0 160 0 20 0 0 0 0 0 0 0 5 0 0 0 20 0 86 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 10 0 300 0 10 0 0 0-9999 +USW00094728200804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200804AWND 38 W 47 W 21 W 27 W 29 W 59 W 48 W 39 W 21 W 16 W 30 W 22 W 38 W 28 W 24 W 21 W 17 W 14 W 32 W 44 W 51 W 27 W 20 W 25 W 25 W 34 W 19 W 31 W 31 W 29 W-9999 +USW00094728200804FMTM 2341 X 1004 X 1617 X 1125 X 1107 X 0731 X 0950 X 0258 X 1334 X 2309 X 1329 X 1636 X 2128 X 1352 X 1440 X 1741 X 2040 X 1615 X 1922 X 1008 X 1042 X 0841 X 1539 X 1039 X 1308 X 1221 X 2328 X 0915 X 1449 X 1323 X-9999 +USW00094728200804PGTM 2337 W 0945 W 1543 W 1124 W 1001 W 0731 W 0027 W 0007 W 0240 W 2309 W 1234 W 1703 W 2050 W 1430 W 1414 W 1800 W 2040 W 1500 W 1734 W 1007 W 1051 W 1459 W 1445 W 1011 W 1510 W 1051 W 2318 W 0914 W 1449 W 1322 W-9999 +USW00094728200804WDF2 290 X 300 X 170 X 50 X 290 X 50 X 40 X 70 X 170 X 60 X 140 X 230 X 360 X 280 X 50 X 150 X 160 X 140 X 140 X 60 X 60 X 60 X 150 X 40 X 160 X 100 X 110 X 80 X 300 X 290 X-9999 +USW00094728200804WDF5 300 X 300 X 190 X 50 X 310 X 70 X 60 X 70 X 80 X 60 X 140 X 210 X 320 X 330 X 40 Z 160 X 150 X 160 X 120 X 60 X 70 X 190 X 160 X 50 X 180 X 60 X 70 X 80 X 320 X 320 X-9999 +USW00094728200804WSF2 98 X 98 X 67 X 72 X 76 X 107 X 94 X 89 X 58 X 67 X 63 X 63 X 67 X 63 X 49 Z 67 X 63 X 54 X 67 X 76 X 103 X 58 X 58 X 58 X 58 X 72 X 45 X 72 X 80 X 67 X-9999 +USW00094728200804WSF5 165 X 161 X 94 X 89 X 107 X 148 X 116 X 107 X 72 X 94 X 89 X 89 X 98 X 80 X 89 Z 89 X 80 X 67 X 94 X 103 X 130 X 72 X 80 X 89 X 76 X 107 X 72 X 98 X 143 X 107 X-9999 +USW00094728200804WT01 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 +USW00094728200804WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200804WT05 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00094728200804WT07-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200804WT08 1 W-9999 -9999 1 X 1 X-9999 -9999 -9999 1 W 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728200804WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200804WT13 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 +USW00094728200804WT16 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00094728200805TMAX 156 0 122 0 144 0 217 0 228 0 261 0 244 0 228 0 178 0 189 0 167 0 122 0 222 0 244 0 239 0 167 0 222 0 189 0 150 0 133 0 200 0 156 0 206 0 217 0 250 0 267 0 283 0 200 0 239 0 278 0 244 0 +USW00094728200805TMIN 67 0 94 0 83 0 89 0 100 0 106 0 133 0 172 0 89 0 89 0 94 0 72 0 100 0 100 0 117 0 94 0 83 0 111 0 94 0 89 0 83 0 83 0 94 0 117 0 117 0 144 0 156 0 117 0 100 0 144 0 178 0 +USW00094728200805PRCP 15 0 38 0 0 0 8 0 0 0 0 0 0 0 8 0 323 0 0 0 0 0 84 0 0 0 0 0 0 0 241 0 10 0 38 0 0T 0 114 0 0T 0 20 0 0 0 0 0 0 0 0 0 58 0 0 0 0 0 0 0 61 0 +USW00094728200805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200805AWND 26 W 43 W 55 W 23 W 22 W 12 W 23 W 28 W 50 W 19 W 33 W 65 W 35 W 24 W 15 W 39 W 29 W 21 W 34 W 22 W 18 W 29 W 36 W 21 W 21 W 31 W 31 W 30 W 23 W 21 W 26 W +USW00094728200805FMTM 1558 X 1902 X 1503 X 0258 X 0720 X 1558 X 1542 X 0022 X 1007 X 1124 X 2357 X 0721 X 0819 X 1705 X 1737 X 1849 X 1952 X 2142 X 1224 X 1417 X 1331 X 1021 X 0953 X 1648 X 2320 X 0914 X 1648 X 1111 X 1156 X 2359 X 0004 X +USW00094728200805PGTM 1810 W 1710 W 1650 W 0409 W 0722 W 1557 W 1540 W 0836 W 1007 W 1208 W 2357 W 0757 W 0836 W 1620 W 1737 W 1848 W 1520 W 2235 W 1629 W 0042 W 1331 W 1020 W 0844 W 1208 W 2323 W 0913 W 1648 W 0417 W 1558 W 2349 W 0004 W +USW00094728200805WDF2 150 X 60 X 50 X 60 X 50 X 30 X 180 X 210 X 60 X 40 X 90 X 50 X 40 X 140 X 20 X 50 X 270 X 270 X 260 X 40 X 190 X 270 X 290 X 280 X 220 X 220 X 20 X 50 X 270 X 210 X 200 X +USW00094728200805WDF5 160 X 60 X 70 X 60 X 60 X 30 X 170 X 220 X 60 X 60 X 70 X 50 X 50 X 150 X 30 X 40 X 260 X 270 X 290 X 230 X 200 X 280 X 300 X 60 X 200 X 230 X 330 X 30 X 270 X 220 X 190 X +USW00094728200805WSF2 58 X 76 X 89 X 63 X 63 X 67 X 72 X 67 X 103 X 58 X 80 X 134 X 80 X 58 X 45 X 98 X 76 X 54 X 94 X 45 X 72 X 89 X 67 X 58 X 58 X 72 X 98 X 76 X 63 X 58 X 67 X +USW00094728200805WSF5 80 X 112 X 116 X 80 X 76 X 89 X 116 X 103 X 148 X 76 X 116 X 192 X 116 X 89 X 72 X 134 X 125 X 72 X 148 X 67 X 125 X 125 X 103 X 94 X 80 X 103 X 201 X 125 X 89 X 98 X 103 X +USW00094728200805WT01 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 X +USW00094728200805WT05 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00094728200805WT07-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200805WT08-9999 1 X 1 X 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 W +USW00094728200805WT13 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X +USW00094728200805WT16 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X +USW00094728200806TMAX 278 0 267 0 289 0 217 0 233 0 233 0 344 0 339 0 356 0 356 0 294 0 294 0 283 0 317 0 283 0 256 0 239 0 228 0 244 0 261 0 283 0 261 0 261 0 267 0 283 0 272 0 283 0 317 0 311 0 283 0-9999 +USW00094728200806TMIN 183 0 156 0 178 0 139 0 161 0 150 0 161 0 233 0 244 0 206 0 211 0 206 0 189 0 200 0 183 0 161 0 161 0 139 0 139 0 161 0 156 0 206 0 206 0 178 0 172 0 217 0 228 0 222 0 211 0 211 0-9999 +USW00094728200806PRCP 0 0 0 0 0T 0 170 0 3 0 0 0 0 0 25 0 0 0 10 0 0 0 0 0 0 0 511 0 20 0 53 0 0 0 18 0 0 0 51 0 0T 0 13 0 15 0 25 0 0 0 8 0 0 0 119 0 150 0 3 0-9999 +USW00094728200806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200806AWND 28 W 27 W 19 W 22 W 26 W 20 W 18 W 21 W 27 W 21 W 20 W 22 W 21 W 14 W 16 W 17 W 27 W 16 W 18 W 16 W 14 W 27 W 12 W 26 W 25 W 22 W 17 W 12 W 21 W 20 W-9999 +USW00094728200806FMTM 1348 X 1453 X 1545 X 2329 X 0449 X 1414 X 2053 X 1347 X 1416 X 2024 X 1131 X 1146 X 1508 X 1840 X 1708 X 1800 X 1514 X 1753 X 1852 X 2244 X 1823 X 1211 X 1601 X 1727 X 1710 X 1700 X 1919 X 1734 X 2257 X 1821 X-9999 +USW00094728200806PGTM 1130 W 1430 W 1545 W 0211 W 0447 W 2101 W 1614 W 1453 W 1437 W 2024 W 1143 W 1146 W 1437 W 1750 W 1706 W 1759 W 1513 W 1751 W 1855 W 2242 W 1850 W 1230 W 1600 W 1834 W 1710 W 1611 W 1919 W 1731 W 2256 W 1819 W-9999 +USW00094728200806WDF2 280 X 290 X 160 X 50 X 50 X 140 X 280 X 250 X 240 X 280 X 320 X 50 X 180 X 40 X 80 X 300 X 270 X 280 X 170 X 300 X 170 X 170 X 240 X 270 X 250 X 230 X 150 X 230 X 230 X 170 X-9999 +USW00094728200806WDF5 280 X 310 X 170 X 160 X 30 X 160 X 250 X 240 X 250 X 270 X 320 X 60 X 180 X 130 X 70 X 270 X 270 X 270 X 160 X 300 X 170 X 150 X 230 X 300 X 260 X 270 X 160 X 180 X 240 X 180 X-9999 +USW00094728200806WSF2 67 X 63 X 67 X 63 X 58 X 45 X 54 X 63 X 63 X 130 X 58 X 67 X 45 X 63 X 54 X 94 X 67 X 67 X 45 X 94 X 45 X 67 X 45 X 67 X 63 X 58 X 54 X 63 X 58 X 45 X-9999 +USW00094728200806WSF5 103 X 94 X 98 X 89 X 80 X 63 X 80 X 103 X 80 X 201 X 98 X 94 X 67 X 103 X 67 X 161 X 98 X 107 X 72 X 130 X 72 X 98 X 67 X 103 X 76 X 76 X 72 X 107 X 94 X 89 X-9999 +USW00094728200806WT01 1 W-9999 -9999 1 X 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 1 X 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 1 X 1 X 1 W-9999 +USW00094728200806WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00094728200806WT05-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 +USW00094728200806WT07-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00094728200806WT08-9999 -9999 -9999 1 W 1 W 1 X 1 X 1 W-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 W-9999 -9999 +USW00094728200806WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200806WT13-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 +USW00094728200806WT16-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 +USW00094728200807TMAX 294 0 294 0 317 0 256 0 233 0 261 0 278 0 317 0 294 0 294 0 306 0 294 0 289 0 272 0 317 0 333 0 339 0 344 0 356 0 344 0 333 0 306 0 267 0 272 0 300 0 306 0 283 0 300 0 317 0 306 0 317 0 +USW00094728200807TMIN 211 0 194 0 217 0 206 0 200 0 200 0 211 0 228 0 233 0 217 0 189 0 217 0 217 0 194 0 211 0 211 0 222 0 233 0 256 0 239 0 228 0 228 0 206 0 206 0 189 0 217 0 194 0 189 0 222 0 222 0 239 0 +USW00094728200807PRCP 0 0 0 0 0 0 81 0 64 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 119 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 3 0 254 0 168 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 +USW00094728200807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200807AWND 21 W 21 W 30 W 12 W 11 W 20 W 16 W 29 W 28 W 26 W 19 W 24 W 32 W 14 W 16 W 14 W 15 W 21 W 28 W 31 W 25 W 28 W 22 W 29 W 16 W 26 W 21 W 11 W 19 W 17 W 18 W +USW00094728200807FMTM 1356 X 1415 X 1644 X 1530 X 0837 X 1616 X 2146 X 2024 X 1932 X 1516 X 1636 X 1816 X 1623 X 1005 X 0846 X 1215 X 1031 X 1423 X 1601 X 2147 X 1311 X 2116 X 2115 X 1110 X 1228 X 1223 X 1405 X 1841 X 1324 X 2139 X 1548 X +USW00094728200807PGTM 1238 W 1335 W 1335 W 1529 W 2124 W 1516 W 2305 W 1804 W 1553 W 1515 W 2342 W 2103 W 1555 W 0107 W 1751 W 2345 W 1919 W 1638 W 2308 W 2032 W 1255 W 1551 W 2115 W 1110 W 1749 W 1923 W 1404 W 1841 W 1441 W 2138 W 1546 W +USW00094728200807WDF2 240 X 240 X 230 X 50 X 70 X 140 X 230 X 230 X 250 X 260 X 180 X 150 X 170 X 270 X 50 X 50 X 50 X 250 X 230 X 220 X 260 X 60 X 240 X 220 X 270 X 220 X 190 X 230 X 270 X 180 X 270 X +USW00094728200807WDF5 220 X 230 X 230 X 70 X 160 X 160 X 230 X 230 X 310 X 260 X 230 X 170 X 180 X 240 X 80 X 180 X 210 X 280 X 210 X 230 X 270 X 140 X 240 X 210 X 230 X 170 X 160 X 230 X 270 X 200 X 270 X +USW00094728200807WSF2 58 X 58 X 67 X 54 X 36 X 40 X 40 X 63 X 58 X 63 X 45 X 63 X 67 X 40 X 54 X 54 X 54 X 58 X 63 X 63 X 54 X 58 X 58 X 67 X 58 X 67 X 76 X 54 X 54 X 58 X 58 X +USW00094728200807WSF5 76 X 80 X 103 X 63 X 45 X 63 X 58 X 94 X 94 X 89 X 63 X 89 X 107 X 67 X 67 X 58 X 67 X 72 X 89 X 98 X 80 X 76 X 89 X 94 X 72 X 94 X 125 X 63 X 76 X 89 X 76 X +USW00094728200807WT01-9999 -9999 -9999 1 X 1 X 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00094728200807WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200807WT05-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200807WT07-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00094728200807WT08-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00094728200807WT13-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00094728200807WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728200808TMAX 322 0 272 0 289 0 294 0 300 0 306 0 300 0 267 0 272 0 272 0 228 0 278 0 283 0 300 0 267 0 272 0 283 0 306 0 283 0 256 0 278 0 283 0 272 0 278 0 294 0 267 0 261 0 289 0 272 0 283 0 289 0 +USW00094728200808TMIN 233 0 194 0 178 0 200 0 206 0 211 0 189 0 178 0 172 0 183 0 150 0 156 0 178 0 178 0 178 0 172 0 183 0 211 0 183 0 144 0 167 0 189 0 189 0 200 0 194 0 161 0 161 0 172 0 194 0 194 0 183 0 +USW00094728200808PRCP 0 0 130 0 0 0 0 0 10 0 84 0 20 0 43 0 0 0 10 0 300 0 0T 0 0 0 127 0 140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 554 0 0 0 +USW00094728200808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200808AWND 15 W 14 W 27 W 26 W 22 W 24 W 19 W 22 W 19 W 21 W 19 W 25 W 16 W 14 W 10 W 14 W 20 W 28 W 29 W 19 W 15 W 14 W 17 W 22 W 26 W 27 W 23 W 18 W 22 W 11 W 17 W +USW00094728200808FMTM 1831 X 1038 X 1858 X 1506 X 2022 X 1704 X 2259 X 1524 X 0325 X 1326 X 0942 X 1519 X 1744 X 1535 X 1721 X 1805 X 1305 X 2152 X 2358 X 0014 X 1745 X 1501 X 1608 X 2219 X 1531 X 1050 X 1155 X 0939 X 1206 X 2303 X 1023 X +USW00094728200808PGTM 1557 W 1038 W 1508 W 1000 W 2017 W 1719 W 2147 W 1522 W 0049 W 1326 W 1249 W 1304 W 1437 W 1533 W 1624 W 1429 W 1307 W 2151 W 1607 W 0003 W 1654 W 1253 W 1519 W 2119 W 2015 W 0122 W 1209 W 1359 W 1205 W 2012 W 1022 W +USW00094728200808WDF2 260 X 270 X 340 X 290 X 150 X 300 X 50 X 260 X 270 X 160 X 260 X 280 X 170 X 350 X 40 X 260 X 260 X 230 X 40 X 50 X 140 X 160 X 160 X 220 X 300 X 50 X 50 X 60 X 60 X 290 X 50 X +USW00094728200808WDF5 290 X 280 X 290 X 300 X 160 X 270 X 190 X 280 X 250 X 160 X 260 X 300 X 170 X 40 X 280 X 260 X 260 X 220 X 300 X 50 X 150 X 170 X 150 X 220 X 340 X 340 X 60 X 190 X 60 X 280 X 50 X +USW00094728200808WSF2 45 X 76 X 58 X 63 X 54 X 67 X 58 X 72 X 45 X 58 X 76 X 54 X 45 X 67 X 63 X 54 X 54 X 58 X 67 X 72 X 40 X 54 X 45 X 58 X 58 X 67 X 63 X 58 X 45 X 36 X 58 X +USW00094728200808WSF5 72 X 130 X 89 X 98 X 72 X 107 X 72 X 112 X 72 X 94 X 112 X 76 X 80 X 103 X 80 X 80 X 67 X 89 X 98 X 103 X 63 X 76 X 76 X 89 X 76 X 94 X 76 X 67 X 67 X 58 X 72 X +USW00094728200808WT01-9999 1 X-9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 X-9999 -9999 1 X 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728200808WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200808WT05-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728200808WT07-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200808WT08-9999 1 W-9999 -9999 -9999 1 X-9999 1 W-9999 -9999 1 W-9999 -9999 1 X 1 X 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00094728200808WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200808WT13-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728200808WT16-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00094728200809TMAX 289 0 311 0 283 0 322 0 300 0 272 0 267 0 272 0 239 0 228 0 222 0 211 0 272 0 311 0 283 0 211 0 233 0 228 0 189 0 206 0 267 0 233 0 211 0 206 0 183 0 189 0 206 0 217 0 233 0 206 0-9999 +USW00094728200809TMIN 178 0 200 0 200 0 211 0 222 0 211 0 194 0 178 0 183 0 150 0 161 0 172 0 183 0 211 0 183 0 161 0 139 0 150 0 111 0 106 0 133 0 156 0 122 0 128 0 128 0 133 0 172 0 189 0 161 0 150 0-9999 +USW00094728200809PRCP 0 0 0 0 0 0 0 0 71 0 828 0 0 0 0 0 114 0 0 0 0 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 594 0 3 0 43 0 0 0 0T 0-9999 +USW00094728200809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200809AWND 18 W 22 W 22 W 21 W 30 W 34 W 30 W 17 W 22 W 24 W 20 W 22 W 7 W 22 W 35 W 18 W 10 W 33 W 39 W 16 W 10 W 32 W 25 W 26 W 52 W 51 W 30 W 8 W 21 W 9 W-9999 +USW00094728200809FMTM 1449 X 1812 X 0150 X 1635 X 1428 X 2006 X 0446 X 2306 X 0955 X 0837 X 1931 X 1448 X 2318 X 2134 X 0422 X 0015 X 0922 X 1556 X 0947 X 0811 X 2358 X 1856 X 1020 X 1457 X 2005 X 0722 X 0824 X 1836 X 1139 X 1952 X-9999 +USW00094728200809PGTM 1448 W 1814 W 2028 W 1957 W 1644 W 2102 W 0159 W 2305 W 0919 W 0836 W 1938 W 1505 W 2233 W 2359 W 0421 W 0721 W 1026 W 1245 W 0945 W 0810 W 2357 W 1837 W 1019 W 1513 W 2014 W 0707 W 0957 W 0642 W 1013 W 1857 W-9999 +USW00094728200809WDF2 30 X 50 X 130 X 160 X 170 X 40 X 270 X 230 X 270 X 50 X 170 X 170 X 150 X 220 X 250 X 330 X 50 X 40 X 50 X 60 X 50 X 60 X 50 X 50 X 60 X 60 X 50 X 350 X 340 X 140 X-9999 +USW00094728200809WDF5 60 X 60 X 170 X 170 X 170 X 30 X 280 X 230 X 170 X 60 X 180 X 170 X 170 X 240 X 270 X 70 X 60 X 60 X 60 X 60 X 30 X 60 X 50 X 60 X 70 X 50 X 60 X 80 X 80 X 170 X-9999 +USW00094728200809WSF2 54 X 54 X 45 X 45 X 67 X 80 X 67 X 45 X 67 X 67 X 45 X 54 X 36 X 63 X 80 X 54 X 36 X 80 X 76 X 54 X 58 X 63 X 72 X 76 X 107 X 98 X 63 X 36 X 63 X 40 X-9999 +USW00094728200809WSF5 76 X 67 X 72 X 72 X 98 X 130 X 103 X 76 X 112 X 89 X 72 X 80 X 58 X 94 X 130 X 67 X 54 X 125 X 107 X 63 X 67 X 80 X 98 X 98 X 156 X 161 X 89 X 54 X 80 X 58 X-9999 +USW00094728200809WT01-9999 -9999 -9999 -9999 1 W 1 X-9999 -9999 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 X 1 W-9999 1 W-9999 +USW00094728200809WT02-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00094728200809WT05-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00094728200809WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200809WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728200809WT16-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00094728200810TMAX 217 0 167 0 167 0 161 0 167 0 178 0 172 0 178 0 239 0 222 0 206 0 211 0 233 0 200 0 211 0 239 0 156 0 144 0 128 0 156 0 161 0 117 0 117 0 139 0 183 0 167 0 178 0 83 0 78 0 89 0 161 0 +USW00094728200810TMIN 139 0 111 0 106 0 83 0 111 0 83 0 67 0 83 0 144 0 144 0 111 0 117 0 144 0 144 0 139 0 128 0 100 0 61 0 56 0 50 0 72 0 50 0 44 0 39 0 117 0 89 0 78 0 39 0 33 0 22 0 44 0 +USW00094728200810PRCP 76 0 0 0 0 0 0T 0 81 0 0 0 0 0 3 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 239 0 0 0 20 0 488 0 0T 0 0 0 0 0 +USW00094728200810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200810AWND 14 W 33 W 26 W 15 W 19 W 23 W 14 W 19 W 28 W 14 W 13 W 14 W 16 W 18 W 10 W 24 W 30 W 40 W 36 W 21 W 38 W 43 W 23 W 14 W 38 W 24 W 19 W 50 W 42 W 31 W 26 W +USW00094728200810FMTM 1622 X 0830 X 1205 X 1357 X 0632 X 1600 X 1255 X 2122 X 0611 X 1309 X 0957 X 2320 X 0231 X 1329 X 1117 X 1844 X 1040 X 1043 X 1103 X 2143 X 1650 X 1820 X 0449 X 1826 X 1614 X 2245 X 2232 X 0602 X 1514 X 0904 X 1828 X +USW00094728200810PGTM 1621 W 1114 W 1226 W 1639 W 0631 W 1634 W 1200 W 2354 W 0610 W 1303 W 1002 W 2320 W 0230 W 1620 W 0818 W 1930 W 0803 W 1015 W 0654 W 0204 W 1650 W 1844 W 0829 W 1645 W 1843 W 2245 W 2257 W 1318 W 1514 W 0946 W 2048 W +USW00094728200810WDF2 280 X 280 X 240 X 270 X 270 X 50 X 280 X 230 X 240 X 270 X 70 X 250 X 250 X 140 X 40 X 290 X 50 X 70 X 50 X 240 X 270 X 40 X 40 X 160 X 150 X 230 X 40 X 50 X 270 X 290 X 250 X +USW00094728200810WDF5 270 X 260 X 260 X 200 X 280 X 40 X 270 X 240 X 230 X 280 X 70 X 250 X 250 X 180 X 310 X 320 X 40 X 40 X 60 X 30 X 260 X 60 X 60 X 160 X 140 X 230 X 70 X 310 X 270 Z 270 X 250 X +USW00094728200810WSF2 54 X 76 X 76 X 40 X 67 X 63 X 45 X 58 X 63 X 40 X 63 X 40 X 54 X 54 X 40 X 58 X 76 X 80 X 76 X 45 X 112 X 72 X 63 X 40 X 94 X 45 X 67 X 103 X 67 X 72 X 54 X +USW00094728200810WSF5 80 X 125 X 107 X 58 X 98 X 80 X 67 X 94 X 98 X 63 X 80 X 63 X 72 X 67 X 63 X 80 X 103 X 103 X 112 X 76 X 156 X 125 X 80 X 72 X 156 X 72 X 107 X 148 X 116 Z 107 X 76 X +USW00094728200810WT01 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 W 1 X-9999 -9999 -9999 +USW00094728200810WT05 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00094728200810WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200810WT08 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200810WT13 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00094728200810WT16 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00094728200811TMAX 189 0 100 0 144 0 172 0 178 0 167 0 178 0 156 0 133 0 106 0 106 0 100 0 144 0 178 0 194 0 156 0 83 0 50 0 28 0 33 0 33 0 0 0 22 0 100 0 83 0 72 0 67 0 94 0 78 0 61 0-9999 +USW00094728200811TMIN 100 0 33 0 72 0 94 0 122 0 144 0 144 0 117 0 83 0 56 0 28 0 44 0 72 0 139 0 144 0 44 0 22 0 -17 0 -33 0 -11 0 -39 0 -50 0 -44 0 6 0 22 0 22 0 17 0 39 0 17 0 22 0-9999 +USW00094728200811PRCP 0 0 0 0 3 0 0 0 74 0 33 0 0 0 76 0 0T 0 0 0 0 0 0 0 135 0 25 0 188 0 38 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 41 0 104 0 0 0 0 0 0 0 0 0 183 0-9999 +USW00094728200811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00094728200811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200811AWND 20 W 35 W 7 W 6 W 41 W 47 W 12 W 23 W 30 W 39 W 31 W 15 W 23 W 14 W 29 W 50 W 29 W 37 W 34 W 26 W 31 W 47 W 27 W 33 W 27 W 30 W 26 W 33 W 24 W 47 W-9999 +USW00094728200811FMTM 2350 X 0914 X 1420 X 2356 X 1325 X 0305 X 0218 X 1129 X 1314 X 1111 X 1922 X 1736 X 1921 X 2007 X 1323 X 1123 X 0126 X 0937 X 0022 X 1750 X 2209 X 1316 X 0136 X 1227 X 0027 X 1935 X 1156 X 1152 X 1438 X 1712 X-9999 +USW00094728200811PGTM 0053 W 0914 W 1422 W 1536 W 2249 W 0305 W 0218 W 1105 W 1511 W 1548 W 1859 W 1734 W 1805 W 2017 W 1024 W 0415 W 0125 W 2355 W 0020 W 1750 W 2208 W 1424 W 0048 W 1226 W 0455 W 1105 W 1125 W 1121 W 0300 W 1853 W-9999 +USW00094728200811WDF2 40 X 50 X 220 X 60 X 60 X 60 X 30 X 180 X 240 X 270 X 290 X 140 X 150 X 230 X 170 X 270 X 270 X 350 X 330 X 270 X 290 X 300 X 270 X 170 X 170 X 260 X 280 X 270 X 260 X 60 X-9999 +USW00094728200811WDF5 230 X 50 X 220 X 160 X 60 X 60 X 70 X 180 X 260 X 240 X 290 X 160 X 140 X 250 X 150 X 250 X 260 X 350 X 320 X 270 X 290 X 300 X 270 X 180 X 220 X 270 X 260 X 270 X 260 X 50 X-9999 +USW00094728200811WSF2 40 X 72 X 40 X 31 X 89 X 98 X 40 X 58 X 63 X 72 X 58 X 45 X 58 X 63 X 76 X 94 X 67 X 72 X 76 X 63 X 80 X 94 X 67 X 72 X 63 X 63 X 63 X 89 X 54 X 112 X-9999 +USW00094728200811WSF5 72 X 103 X 63 X 54 X 112 X 148 X 63 X 98 X 94 X 103 X 80 X 67 X 98 X 80 X 116 X 143 X 112 X 112 X 125 X 76 X 134 X 130 X 98 X 107 X 89 X 98 X 89 X 134 X 72 X 143 X-9999 +USW00094728200811WT01-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 X 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 +USW00094728200811WT05-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00094728200811WT07-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200811WT08-9999 -9999 -9999 1 W-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200811WT13-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00094728200811WT16-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 0-9999 +USW00094728200811WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728200812TMAX 128 0 72 0 56 0 100 0 50 0 22 0 22 0 -11 0 144 0 183 0 61 0 67 0 0 0 94 0 194 0 144 0 56 0 56 0 28 0 -6 0 28 0 -28 0 -6 0 144 0 139 0 50 0 89 0 183 0 83 0 61 0 17 0 +USW00094728200812TMIN 61 0 17 0 0 0 39 0 0 0 -22 0 -67 0 -72 0 -11 0 61 0 28 0 0 0 -28 0 -17 0 89 0 -11 0 0 0 22 0 -17 0 -56 0 -39 0 -106 0 -78 0 -6 0 6 0 0 0 50 0 83 0 28 0 6 0 -78 0 +USW00094728200812PRCP 28 0 0 0 0 0 8 0 0 0 5 0 0T 0 0 0 0 0 69 0 597 0 236 0 0 0 0 0 3 0 71 0 107 0 0 0 236 0 10 0 147 0 0 0 0 0 117 0 33 0 5 0 0T 0 0 0 0 0 0 0 10 0 +USW00094728200812SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 102 0 13 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 +USW00094728200812SNWD 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 76 0 76 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200812AWND 38 W 31 W 28 W 33 W 22 W 22 W 48 W 33 W 33 W 37 W 53 W 40 W 33 W 29 W 30 W 34 W 31 W 18 W 46 W 39 W 43 W 62 W 26 W 32 W 44 W 23 W 23 W 42 W 32 W 43 W 58 W +USW00094728200812FMTM 1835 X 0406 X 2321 X 0812 X 0125 X 1927 X 1628 X 0014 X 2253 X 0429 X 1743 X 1613 X 1036 X 2229 X 2148 X 0231 X 0355 X 0821 X 1631 X 0128 X 2203 X 0018 X 2204 X 2328 X 1006 X 0715 X 0746 X 1721 X 0234 X 0426 X 1717 X +USW00094728200812PGTM 1850 W 0622 W 2159 W 0811 W 0156 W 1928 W 1628 W 0014 W 2143 W 0428 W 1757 W 1613 W 1034 W 2228 W 1424 W 0612 W 0355 W 0824 W 1630 W 2009 W 2203 W 0338 W 2125 W 2339 W 0302 W 0720 W 0746 W 1720 W 2344 W 0406 W 1659 W +USW00094728200812WDF2 240 X 240 X 230 X 230 X 290 X 150 X 280 X 280 X 200 X 180 X 60 X 290 X 290 X 230 X 220 X 300 X 80 X 300 X 40 X 40 X 270 X 270 X 220 X 210 X 300 X 70 X 230 X 270 X 290 X 270 X 290 X +USW00094728200812WDF5 250 X 230 X 200 X 220 X 280 X 160 X 280 X 270 X 160 X 180 X 70 X 310 X 280 X 240 X 230 X 300 X 70 X 300 X 40 X 30 X 290 X 280 X 200 X 220 X 260 X 60 X 230 X 260 X 210 X 280 X 300 X +USW00094728200812WSF2 76 X 67 X 67 X 76 X 63 X 58 X 107 X 80 X 76 X 76 X 103 X 98 X 89 X 72 X 72 X 80 X 72 X 45 X 94 X 76 X 98 X 103 X 72 X 80 X 94 X 63 X 63 X 94 X 67 X 103 X 116 X +USW00094728200812WSF5 130 X 98 X 98 X 130 X 89 X 72 X 161 X 130 X 130 X 134 X 130 X 148 X 134 X 107 X 125 X 116 X 98 X 63 X 116 X 98 X 148 X 165 X 103 X 134 X 139 X 80 X 80 X 143 X 103 X 174 X 192 X +USW00094728200812WT01 1 X-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 X-9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W +USW00094728200812WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200812WT05 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200812WT07-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00094728200812WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 X 1 W-9999 -9999 1 W 1 W-9999 1 X-9999 -9999 -9999 1 X +USW00094728200812WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200812WT13 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00094728200812WT16 1 X-9999 -9999 1 X-9999 1 0-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 0 1 X-9999 1 0 1 0 1 0-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 0 +USW00094728200812WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200812WT18-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728200812WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200901TMAX -33 0 11 0 33 0 56 0 61 0 33 0 33 0 33 0 0 0 -11 0 -6 0 6 0 50 0 22 0 -56 0 -89 0 -56 0 17 0 6 0 -17 0 -33 0 28 0 83 0 78 0 -28 0 -17 0 -17 0 50 0 22 0 17 0 -28 0 +USW00094728200901TMIN -94 0 -50 0 -17 0 -39 0 33 0 -6 0 -6 0 -17 0 -33 0 -50 0 -44 0 -61 0 -22 0 -89 0 -94 0 -128 0 -144 0 -56 0 -33 0 -72 0 -83 0 -67 0 -6 0 -83 0 -106 0 -72 0 -39 0 -44 0 -33 0 -33 0 -67 0 +USW00094728200901PRCP 0 0 0T 0 0T 0 0 0 0T 0 20 0 302 0 0 0 0 0 36 0 48 0 0 0 0 0 0 0 13 0 0 0 0 0 46 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 246 0 0 0 0T 0 0 0 +USW00094728200901SNOW 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 25 0 0 0 0 0 56 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 0 0 0T 0 0 0 +USW00094728200901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0 0 0 0 25 0 0 0 0 0 0T 0 76 0 102 0 76 0 76 0 51 0 0 0 0 0 0 0 0 0 76 0 25 0 25 0 25 0 +USW00094728200901AWND 50 W 28 W 45 W 34 W 31 W 30 W 47 W 51 W 43 W 30 W 31 W 28 W 24 W 38 W 34 W 41 W 25 W 24 W 10 W 27 W 37 W 30 W 22 W 51 W 28 W 22 W 19 W 43 W 38 W 30 W 38 W +USW00094728200901FMTM 0615 X 0959 X 1209 X 0013 X 1023 X 2318 X 0609 X 1813 X 1542 X 2338 X 0047 X 1123 X 1430 X 0446 X 0416 X 2301 X 2208 X 1625 X 2317 X 1520 X 1319 X 1430 X 2025 X 1236 X 1930 X 2340 X 2221 X 2359 X 0000 X 2208 X 1059 X +USW00094728200901PGTM 0047 W 0852 W 1106 W 2353 W 1129 W 2329 W 0604 W 1605 W 1431 W 2135 W 1305 W 1018 W 1429 W 0610 W 1812 W 1646 W 2144 W 0208 W 2249 W 1519 W 0908 W 1344 W 2044 W 0853 W 1355 W 2335 W 2300 W 2358 W 2358 W 2211 W 1225 W +USW00094728200901WDF2 300 X 230 X 290 X 270 X 290 X 70 X 60 X 270 X 290 X 60 X 50 X 300 X 200 X 300 X 70 X 280 X 190 X 80 X 270 X 350 X 270 X 270 X 240 X 290 X 270 X 280 X 60 X 270 X 280 X 280 X 280 X +USW00094728200901WDF5 310 X 220 X 280 X 270 X 300 X 60 X 60 X 280 X 270 X 60 X 310 X 300 X 160 Z 310 X 280 X 280 X 170 X 170 X 270 X 340 X 270 X 280 X 220 X 300 X 210 X 270 X 60 X 280 X 280 X 260 X 280 X +USW00094728200901WSF2 103 X 76 X 76 X 89 X 63 X 67 X 112 X 94 X 80 X 72 X 80 X 63 X 67 X 89 X 72 X 67 X 72 X 54 X 40 X 67 X 72 X 67 X 72 X 98 X 63 X 45 X 58 X 94 X 94 X 72 X 89 X +USW00094728200901WSF5 165 X 134 X 116 X 112 X 94 X 80 X 143 X 139 X 130 X 107 X 98 X 89 X 98 Z 130 X 98 X 98 X 112 X 76 X 58 X 98 X 89 X 103 X 112 X 156 X 89 X 63 X 72 X 143 X 143 X 112 X 130 X +USW00094728200901WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728200901WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728200901WT05-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728200901WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 +USW00094728200901WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 X-9999 +USW00094728200901WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200901WT16-9999 1 0-9999 -9999 1 X 1 X 1 X-9999 -9999 1 0 1 X-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00094728200901WT17-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728200901WT18-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 +USW00094728200901WT19-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200901WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200902TMAX 111 0 117 0 11 0 -11 0 -50 0 0 0 100 0 144 0 72 0 100 0 183 0 139 0 67 0 50 0 56 0 44 0 44 0 67 0 100 0 6 0 56 0 67 0 11 0 28 0 56 0 100 0 161 0 122 0-9999 -9999 -9999 +USW00094728200902TMIN -33 0 11 0 -39 0 -83 0 -111 0 -94 0 -22 0 33 0 6 0 17 0 72 0 67 0 -6 0 -22 0 -22 0 -22 0 -44 0 0 0 -28 0 -50 0 -33 0 -6 0 -44 0 -56 0 -44 0 17 0 61 0 -6 0-9999 -9999 -9999 +USW00094728200902PRCP 0 0 0T 0 89 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 8 0 30 0 0 0 0 0 0 0 0 0 0 0 81 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 10 0 0 0-9999 -9999 -9999 +USW00094728200902SNOW 0 0 0T 0 109 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728200902SNWD 25 0 0 0 0 0 76 0 76 0 51 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00094728200902AWND 34 W 23 W 36 W 34 W 43 W 24 W 17 W 43 W 26 W 17 W 20 W 60 W 54 W 28 W 32 W 24 W 22 W 25 W 41 W 61 W 34 W 40 W 60 W 43 W 19 W 21 W 36 W 42 W-9999 -9999 -9999 +USW00094728200902FMTM 0241 X 2357 X 0743 X 2012 X 1919 X 0402 X 2346 X 1614 X 0244 X 1359 X 0630 X 1207 X 0752 X 0926 X 1330 X 0946 X 0852 X 1501 X 1934 X 1428 X 0244 X 2311 X 2243 X 0827 X 2218 X 0542 X 1635 X 0601 X-9999 -9999 -9999 +USW00094728200902PGTM 0144 W 2158 W 0743 W 2019 W 1918 W 0026 W 2327 W 1613 W 0239 W 1427 W 2331 W 0746 W 0750 W 0925 W 0845 W 1222 W 0002 W 1518 W 1933 W 0007 W 0244 W 2309 W 2015 W 0035 W 2217 W 0542 W 1210 W 0519 W-9999 -9999 -9999 +USW00094728200902WDF2 230 X 20 X 40 X 290 X 290 X 270 X 240 X 300 X 290 X 150 X 240 X 280 X 280 X 300 X 290 X 40 X 310 X 170 X 270 X 270 X 280 X 270 X 300 X 300 X 200 X 240 X 160 X 290 X-9999 -9999 -9999 +USW00094728200902WDF5 230 X 50 X 30 X 290 X 310 X 270 X 230 X 310 X 280 X 180 X 160 X 280 X 320 X 300 X 270 X 60 X 330 X 160 X 280 X 280 X 280 X 280 X 310 X 290 X 200 X 250 X 140 X 290 X-9999 -9999 -9999 +USW00094728200902WSF2 67 X 72 X 72 X 76 X 89 X 63 X 80 X 94 X 67 X 58 X 54 X 134 X 98 X 63 X 67 X 67 X 54 X 76 X 107 X 103 X 76 X 89 X 103 X 89 X 54 X 63 X 67 X 89 X-9999 -9999 -9999 +USW00094728200902WSF5 112 X 98 X 98 X 103 X 112 X 89 X 107 X 148 X 112 X 76 X 67 X 215 X 161 X 80 X 94 X 89 X 76 X 112 X 170 X 170 X 112 X 156 X 170 X 125 X 80 X 89 X 112 X 116 X-9999 -9999 -9999 +USW00094728200902WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200902WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200902WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728200902WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200902WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200902WT09-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200902WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200902WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728200902WT18-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200902WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200902WT22-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200903TMAX 22 0 -22 0 -33 0 11 0 61 0 128 0 211 0 178 0 94 0 83 0 144 0 67 0 44 0 106 0 106 0 83 0 128 0 178 0 117 0 78 0 94 0 122 0 67 0 100 0 111 0 72 0 172 0 144 0 111 0 117 0 156 0 +USW00094728200903TMIN -22 0 -89 0 -111 0 -78 0 -22 0 33 0 106 0 94 0 33 0 28 0 50 0 0 0 -28 0 0 0 56 0 44 0 22 0 50 0 56 0 6 0 -6 0 17 0 -17 0 -28 0 17 0 56 0 67 0 67 0 56 0 50 0 33 0 +USW00094728200903PRCP 38 0 124 0 0 0 0 0 0 0 3 0 0 0 0T 0 25 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 10 0 0 0 0 0 0 0 0 0 0 0 102 0 0 0 13 0 94 0 0 0 0 0 +USW00094728200903SNOW 46 0 165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200903SNWD 0 0 178 0 203 0 203 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200903AWND 44 W 49 W 52 W 26 W 18 W 36 W 20 W 32 W 35 W 23 W 33 W 41 W 28 W 22 W 10 W 28 W 26 W 36 W 20 W 34 W 30 W 38 W 39 W 36 W 25 W 21 W 21 W 35 W 34 W 54 W 32 W +USW00094728200903FMTM 0452 X 1521 X 1152 X 1247 X 2045 X 0721 X 1721 X 2046 X 0837 X 2328 X 2225 X 0156 X 1117 X 1753 X 0054 X 0942 X 0404 X 1534 X 0824 X 1515 X 2317 X 1650 X 1718 X 1125 X 1937 X 0814 X 2019 X 1654 X 1903 X 2059 X 0411 X +USW00094728200903PGTM 0450 W 1147 W 2052 W 1246 W 2235 W 0748 W 2318 W 0223 W 0836 W 2312 W 2229 W 0129 W 0206 W 2158 W 0053 W 0904 W 0405 W 1149 W 0823 W 1515 W 2339 W 1649 W 1718 W 0037 W 1936 W 0814 W 1632 W 1654 W 1903 W 1340 W 0411 W +USW00094728200903WDF2 60 X 340 X 290 X 270 X 190 X 220 X 150 X 50 X 60 X 160 X 290 X 300 X 70 X 160 X 230 X 60 X 70 X 230 X 40 X 30 X 220 X 290 X 290 X 340 X 160 X 250 X 170 X 60 X 270 X 290 X 290 X +USW00094728200903WDF5 60 X 350 X 300 X 290 X 200 X 240 X 210 X 230 X 60 X 170 X 280 X 330 X 320 X 230 X 220 X 50 X 60 X 240 X 30 X 30 X 180 X 290 X 270 X 40 X 160 X 240 X 150 X 60 X 260 X 260 X 300 X +USW00094728200903WSF2 89 X 89 X 80 X 58 X 67 X 80 X 67 X 80 X 94 X 63 X 80 X 94 X 58 X 58 X 45 X 94 X 76 X 72 X 76 X 67 X 67 X 76 X 94 X 89 X 58 X 58 X 45 X 76 X 116 X 98 X 76 X +USW00094728200903WSF5 112 X 143 X 112 X 76 X 94 X 112 X 107 X 103 X 125 X 89 X 125 X 156 X 89 X 76 X 58 X 125 X 94 X 112 X 98 X 94 X 98 X 116 X 134 X 134 X 72 X 80 X 72 X 94 X 161 X 161 X 107 X +USW00094728200903WT01 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 +USW00094728200903WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200903WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 +USW00094728200903WT07 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200903WT08 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728200903WT09-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200903WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 +USW00094728200903WT16 1 0-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 +USW00094728200903WT18 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200903WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728200903WT22 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200904TMAX 94 0 178 0 161 0 122 0 183 0 128 0 94 0 89 0 172 0 150 0 100 0 94 0 139 0 111 0 139 0 178 0 217 0 261 0 172 0 100 0 150 0 133 0 139 0 222 0 311 0 333 0 289 0 322 0 206 0 161 0-9999 +USW00094728200904TMIN 61 0 67 0 89 0 83 0 72 0 72 0 39 0 17 0 50 0 72 0 50 0 22 0 11 0 56 0 56 0 67 0 56 0 122 0 83 0 56 0 89 0 83 0 61 0 83 0 111 0 194 0 144 0 206 0 94 0 89 0-9999 +USW00094728200904PRCP 91 0 3 0 231 0 0 0 0 0 142 0 0 0 0T 0 0 0 0T 0 142 0 0 0 0 0 43 0 51 0 0 0 0 0 0 0 0 0 455 0 23 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00094728200904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200904AWND 30 W 25 W 37 W 66 W 34 W 28 W 43 W 28 W 22 W 22 W 38 W 44 W 29 W 40 W 42 W 30 W 16 W 21 W 36 W 53 W 30 W 24 W 38 W 18 W 20 W 18 W 27 W 40 W 33 W 19 W-9999 +USW00094728200904FMTM 1159 X 1219 X 2219 X 0526 X 0931 X 0730 X 1330 X 1218 X 1343 X 2306 X 0347 X 1519 X 0929 X 2238 X 1027 X 0852 X 1757 X 2109 X 1100 X 2239 X 0604 X 2350 X 1743 X 1631 X 1641 X 1501 X 0730 X 1646 X 0253 X 1159 X-9999 +USW00094728200904PGTM 1135 W 1217 W 2218 W 1446 W 0046 W 0414 W 1329 W 1122 W 1343 W 2126 W 1026 W 1023 W 0929 W 2237 W 0810 W 0852 W 1757 W 2107 W 1059 W 1618 W 0244 W 2350 W 1617 W 1549 W 1640 W 1458 W 0716 W 1703 W 0049 W 1701 W-9999 +USW00094728200904WDF2 140 X 70 X 280 X 270 X 300 X 90 X 270 X 270 X 260 X 70 X 40 X 290 X 290 X 50 X 70 X 60 X 270 X 50 X 60 X 60 X 60 X 270 X 300 X 160 X 230 X 180 X 70 X 240 X 30 X 150 X-9999 +USW00094728200904WDF5 140 X 50 X 280 X 270 X 310 X 70 X 290 X 280 X 260 X 70 X 60 X 300 X 280 X 50 X 50 X 70 X 260 X 30 X 70 X 50 X 50 X 270 X 300 X 160 X 220 X 160 X 60 X 210 X 40 X 150 X-9999 +USW00094728200904WSF2 67 X 54 X 89 X 116 X 98 X 72 X 76 X 72 X 67 X 76 X 80 X 94 X 63 X 80 X 107 X 80 X 58 X 72 X 76 X 94 X 72 X 76 X 80 X 58 X 67 X 58 X 67 X 72 X 76 X 63 X-9999 +USW00094728200904WSF5 98 X 67 X 130 X 170 X 161 X 107 X 112 X 107 X 98 X 98 X 116 X 148 X 89 X 112 X 156 X 103 X 80 X 94 X 98 X 134 X 98 X 112 X 116 X 80 X 112 X 76 X 94 X 107 X 148 X 80 X-9999 +USW00094728200904WT01 1 W 1 W 1 X-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00094728200904WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200904WT05 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00094728200904WT07-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200904WT08-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200904WT09-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200904WT13 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728200904WT16 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728200904WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200905TMAX 217 0 200 0 156 0 139 0 122 0 183 0 211 0 233 0 244 0 211 0 189 0 206 0 194 0 194 0 244 0 217 0 189 0 144 0 206 0 278 0 300 0 289 0 228 0 283 0 272 0 189 0 183 0 161 0 233 0 250 0 272 0 +USW00094728200905TMIN 117 0 122 0 111 0 106 0 106 0 94 0 106 0 133 0 144 0 122 0 100 0 100 0 94 0 133 0 156 0 144 0 111 0 94 0 61 0 111 0 156 0 167 0 156 0 156 0 172 0 117 0 117 0 133 0 128 0 156 0 139 0 +USW00094728200905PRCP 107 0 28 0 104 0 89 0 79 0 292 0 269 0 0 0 157 0 0 0 0 0 0 0 0 0 13 0 0 0 41 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 15 0 109 0 0 0 0T 0 +USW00094728200905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200905AWND 31 W 22 W 14 W 20 W 41 W 22 W 15 W 13 W 21 W 45 W 21 W 15 W 24 W 34 W 13 W 22 W 29 W 23 W 19 W 22 W 30 W 28 W-9999 -9999 -9999 -9999 10 W 1 W 7 W-9999 -9999 +USW00094728200905FMTM 1052 X 2321 X 1735 X 2158 X 0858 X 2147 X 1352 X 2210 X 2228 X 0952 X 0702 X 1721 X 1956 X 1357 X 1204 X 1404 X 0553 X 1058 X 1757 X 2211 X 2209 X 0010 X 0911 X 9999 XX 9999 XX 0937 X 0658 X 1535 X 2353 X 2353 X 1656 X +USW00094728200905PGTM 1117 W-9999 1400 W 2214 W 0835 W 2340 W 1351 W 2204 W 2227 W 0838 W 0030 W 1717 W 2116 W 0919 W 1203 W 1355 W 0625 W 1014 W 1809 W 2147 W 1835 W 0010 W 0810 W-9999 -9999 0906 W 0657 W 1534 W 2346 W 1030 W 1651 W +USW00094728200905WDF2 210 X 280 Z 140 X 50 X 60 X 120 X 280 X 230 X 280 X 300 X 290 X 50 X 150 X 160 X 70 X 150 X 290 X 50 X 160 X 240 X 220 X 220 X 50 X-9999 -9999 60 X 50 X 60 X 280 X 280 X 270 X +USW00094728200905WDF5 230 X-9999 180 X 70 X 60 X 100 X 280 X 230 X 270 X 320 X 310 X 60 X 170 X 170 X 70 X 170 X 310 X 30 X 160 X 200 X 240 X 240 X 60 X-9999 -9999 70 X 50 X 50 X 290 X 280 X 290 X +USW00094728200905WSF2 67 X 45 Z 40 X 72 X 80 X 58 X 72 X 45 X 98 X 94 X 63 X 80 X 58 X 67 X 54 X 58 X 72 X 63 X 54 X 58 X 63 X 58 X 89 X-9999 -9999 76 X 45 X 54 X 36 X 36 X 67 X +USW00094728200905WSF5 94 X-9999 63 X 98 X 116 X 72 X 107 X 76 X 134 X 148 X 98 X 148 X 80 X 112 X 63 X 89 X 103 X 89 X 76 X 76 X 89 X 94 X 112 X-9999 -9999 103 X 67 X 67 X 54 X 63 X 112 X +USW00094728200905WT01 1 X 1 W 1 W 1 W 1 W 1 W 1 X-9999 1 X-9999 -9999 -9999 -9999 1 W 1 W 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 +USW00094728200905WT02-9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200905WT05 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 +USW00094728200905WT07 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 +USW00094728200905WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 W 1 X-9999 -9999 +USW00094728200905WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00094728200905WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X +USW00094728200906TMAX 217 0 267 0 222 0 200 0 156 0 244 0 278 0 239 0 217 0 194 0 178 0 267 0 228 0 228 0 222 0 211 0 200 0 178 0 250 0 217 0 256 0 239 0 267 0 244 0 267 0 283 0 272 0 278 0 272 0 289 0-9999 +USW00094728200906TMIN 100 0 161 0 122 0 128 0 128 0 139 0 172 0 167 0 156 0 150 0 150 0 167 0 161 0 144 0 139 0 133 0 128 0 156 0 172 0 172 0 172 0 183 0 189 0 183 0 178 0 178 0 172 0 178 0 183 0 183 0-9999 +USW00094728200906PRCP 0 0 15 0 127 0 137 0 239 0 0 0 0T 0 5 0 465 0 0 0 41 0 155 0 33 0 5 0 127 0 0 0 0T 0 584 0 0 0 71 0 114 0 0T 0 0T 0 76 0 0 0 185 0 5 0 0 0 0 0 168 0-9999 +USW00094728200906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200906AWND 23 W 18 W 16 W 11 W 32 W 16 W 19 W 26 W 23 W 27 W 29 W 13 W 19 W 21 W 14 W 26 W 22 W 28 W 14 W 16 W 28 W 33 W 23 W 12 W 13 W-9999 -9999 -9999 24 W 16 W-9999 +USW00094728200906FMTM 0057 X 0122 X 1401 X 0406 X 1536 X 2356 X 1452 X 1005 X 0711 X 0527 X 0221 X 1525 X 0819 X 1312 X 1604 X 0711 X 1459 X 1326 X 0811 X 2342 X 1501 X 1408 X 1812 X 1210 X 1955 X 1717 X 9999 XX 2342 X 1725 X 1608 X-9999 +USW00094728200906PGTM 0108 W 0152 W 1400 W 0252 W 1536 W 2222 W 1715 W 1034 W 0711 W 0515 W 0221 W 1520 W 0819 W 1800 W 1603 W 1153 W 1454 W 1326 W 2338 W 2353 W 1500 W 1653 W 1806 W 0939 W 2029 W 1716 W-9999 2341 W 1654 W 1458 W-9999 +USW00094728200906WDF2 330 X 210 X 340 X 60 X 60 X 240 X 140 X 60 X 280 X 70 X 60 X 50 X 50 X 80 X 80 X 50 X 140 X 170 X 60 X 50 X 40 X 320 X 80 X 60 X 170 X 340 X-9999 270 X 270 X 280 X-9999 +USW00094728200906WDF5 340 X 200 X 320 X 70 X 70 X 230 X 160 X 60 X 260 X 70 X 50 X 60 X 60 X 160 X 70 X 40 X 140 X 170 X 340 X 40 X 50 X 60 X 30 X 50 X 160 X 320 X-9999 260 X 240 X 150 X-9999 +USW00094728200906WSF2 63 X 54 X 58 X 40 X 98 X 40 X 58 X 54 X 72 X 54 X 67 X 45 X 63 X 45 X 63 X 63 X 54 X 72 X 40 X 54 X 103 X 67 X 67 X 58 X 40 X 76 X-9999 45 X 58 X 67 X-9999 +USW00094728200906WSF5 80 X 76 X 80 X 54 X 134 X 72 X 76 X 67 X 107 X 72 X 89 X 72 X 76 X 63 X 89 X 80 X 76 X 116 X 54 X 63 X 148 X 98 X 98 X 72 X 72 X 116 X-9999 72 X 76 X 103 X-9999 +USW00094728200906WT01-9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 X 1 W 1 W 1 X 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 X 1 W-9999 -9999 1 X-9999 +USW00094728200906WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 X-9999 +USW00094728200906WT05-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 +USW00094728200906WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200906WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728200906WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200906WT13-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00094728200906WT16-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 +USW00094728200907TMAX 272 0 244 0 256 0 261 0 261 0 283 0 261 0 250 0 228 0 256 0 256 0 272 0 261 0 261 0 278 0 289 0 300 0 283 0 272 0 272 0 217 0 278 0 250 0 256 0 283 0 289 0 283 0 294 0 283 0 294 0 294 0 +USW00094728200907TMIN 189 0 189 0 183 0 189 0 161 0 172 0 161 0 144 0 161 0 156 0 172 0 178 0 161 0 161 0 172 0 211 0 200 0 200 0 178 0 194 0 178 0 178 0 178 0 172 0 189 0 194 0 200 0 217 0 211 0 222 0 194 0 +USW00094728200907PRCP 0 0 152 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 84 0 5 0 0 0 0 0 0 0 0 0 53 0 5 0 0 0 0 0 290 0 0 0 99 0 5 0 0 0 361 0 152 0 0 0 386 0 0 0 180 0 +USW00094728200907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200907AWND 23 W 19 W 22 W 32 W 20 W 17 W 23 W 22 W 35 W 20 W 25 W 22 W 14 W 22 W 16 W 22 W 19 W 29 W 21 W 20 W 28 W 13 W 34 W 21 W 22 W 21 W 17 W 13 W 22 W 24 W 21 W +USW00094728200907FMTM 2009 X 0132 X 1727 X 1504 X 1412 X 2336 X 1745 X 0938 X 1813 X 1331 X 2229 X 1303 X 1628 X 1345 X 1240 X 0756 X 1256 X 1653 X 1210 X 1703 X 1237 X 1743 X 1950 X 1743 X 1922 X 2023 X 1629 X 1758 X 1754 X 1535 X 1345 X +USW00094728200907PGTM 2008 W 0210 W 1726 W 1326 W 1321 W 2309 W 2245 W 1647 W 1720 W 1330 W 2248 W 1222 W 1521 W 1345 W 1336 W 0331 W 2015 W 2011 W 1306 W 1738 W 1209 W 1806 W 1959 W 1620 W 2323 W 1720 W 1321 W 1754 W 1754 W 0021 W 1433 W +USW00094728200907WDF2 50 X 100 X 270 X 260 X 240 X 220 X 60 X 60 X 60 X 140 X 210 X 290 X 160 X 280 X 260 X 210 X 160 X 250 X 230 X 170 X 60 X 170 X 60 X 160 X 150 X 230 X 200 X 170 X 210 X 250 X 240 X +USW00094728200907WDF5 60 X 70 X 280 X 280 X 210 X 240 X 330 X 300 X 60 X 130 X 240 X 310 X 150 X 270 X 240 X 230 X 160 X 260 X 210 X 170 X 60 X 190 X 80 X 160 X 170 X 230 X 160 X 180 X 220 X 250 X 330 X +USW00094728200907WSF2 67 X 54 X 63 X 63 X 58 X 58 X 63 X 63 X 63 X 54 X 58 X 58 X 54 X 72 X 63 X 63 X 54 X 63 X 58 X 45 X 67 X 45 X 94 X 40 X 58 X 63 X 54 X 54 X 80 X 45 X 67 X +USW00094728200907WSF5 98 X 67 X 94 X 98 X 80 X 80 X 103 X 76 X 76 X 76 X 94 X 94 X 80 X 98 X 94 X 103 X 72 X 89 X 76 X 67 X 98 X 67 X 134 X 67 X 89 X 103 X 80 X 89 X 134 X 72 X 107 X +USW00094728200907WT01 1 W 1 X-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 X-9999 1 W-9999 1 X +USW00094728200907WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 W +USW00094728200907WT05-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0 +USW00094728200907WT07 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200907WT08 1 X 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W +USW00094728200907WT13 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X +USW00094728200907WT16-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 1 X +USW00094728200908TMAX 283 0 233 0 289 0 283 0 294 0 250 0 261 0 256 0 261 0 328 0 306 0 261 0 222 0 300 0 311 0 328 0 333 0 322 0 322 0 317 0 317 0 272 0 289 0 278 0 283 0 294 0 256 0 222 0 222 0 272 0 222 0 +USW00094728200908TMIN 183 0 194 0 211 0 200 0 228 0 189 0 178 0 172 0 211 0 200 0 244 0 217 0 200 0 194 0 211 0 228 0 239 0 200 0 217 0 239 0 222 0 211 0 228 0 206 0 206 0 211 0 194 0 178 0 194 0 189 0 167 0 +USW00094728200908PRCP 0 0 267 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 132 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 163 0 0 0 0T 0 33 0 188 0 5 0 0 0 0 0 8 0 0 0 130 0 140 0 0T 0 0 0 +USW00094728200908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200908AWND 19 W 24 W 10 W 19 W 18 W 13 W 22 W 21 W 15 W 27 W 21 W 29 W 26 W 12 W 14 W 15 W 17 W 22 W 18 W 14 W 22 W 13 W 8 W 14 W 15 W 25 W 16 W 26 W 24 W 24 W 22 W +USW00094728200908FMTM 2139 X 1427 X 1708 X 2311 X 1530 X 2105 X 1241 X 0457 X 0628 X 2026 X 1202 X 1240 X 0754 X 1757 X 2132 X 2303 X 2206 X 2103 X 0437 X 2123 X 1508 X 0129 X 1721 X 0900 X 1450 X 1436 X 1336 X 1510 X 1125 X 1653 X 1703 X +USW00094728200908PGTM 1542 W 1618 W 1707 W 1957 W 1517 W 0226 W 1240 W 0511 W 2041 W 2025 W 1201 W 1244 W 0717 W 1818 W 1723 W 1657 W 1441 W 2103 W 0400 W 1759 W 1530 W 0128 W 1725 W 0925 W 1449 W 1332 W 1242 W 1652 W 1113 W 2304 W 1703 W +USW00094728200908WDF2 170 X 150 X 260 X 230 X 290 X 260 X 350 X 40 X 160 X 340 X 290 X 50 X 50 X 170 X 220 X 240 X 250 X 270 X 230 X 210 X 300 X 260 X 160 X 340 X 240 X 270 X 250 X 50 X 70 X 280 X 40 X +USW00094728200908WDF5 160 X 160 X 270 X 200 X 290 X 350 X 340 X 30 X 240 X 320 X 290 X 70 X 60 X 180 X 170 X 170 X 280 X 270 X 230 X 170 X 270 X 250 X 160 X 290 X 240 X 280 X 60 X 80 X 60 X 300 X 30 X +USW00094728200908WSF2 40 X 54 X 45 X 54 X 58 X 40 X 67 X 45 X 40 X 76 X 54 X 67 X 72 X 40 X 45 X 45 X 40 X 112 X 45 X 45 X 72 X 67 X 45 X 40 X 45 X 67 X 36 X 63 X 63 X 58 X 58 X +USW00094728200908WSF5 67 X 72 X 72 X 76 X 76 X 58 X 103 X 63 X 58 X 112 X 72 X 94 X 98 X 58 X 67 X 63 X 58 X 179 X 67 X 67 X 107 X 112 X 63 X 58 X 67 X 94 X 54 X 80 X 76 X 76 X 76 X +USW00094728200908WT01-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 X-9999 -9999 1 W-9999 1 W-9999 -9999 1 X-9999 -9999 1 X 1 X 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W-9999 +USW00094728200908WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200908WT05-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 +USW00094728200908WT07-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200908WT08-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00094728200908WT13-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00094728200908WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 +USW00094728200909TMAX 233 0 250 0 256 0 283 0 289 0 239 0 233 0 233 0 244 0 200 0 189 0 194 0 261 0 244 0 256 0 211 0 172 0 233 0 211 0 228 0 239 0 228 0 267 0 278 0 206 0 194 0 200 0 222 0 189 0 156 0-9999 +USW00094728200909TMIN 139 0 139 0 161 0 167 0 206 0 172 0 156 0 167 0 172 0 156 0 133 0 172 0 178 0 161 0 172 0 172 0 128 0 133 0 117 0 122 0 139 0 178 0 206 0 189 0 133 0 122 0 150 0 144 0 122 0 94 0-9999 +USW00094728200909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 213 0 8 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 36 0 262 0 46 0 0 0 0 0-9999 +USW00094728200909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200909AWND 17 W 10 W 16 W 18 W 16 W 40 W 18 W 8 W 37 W 56 W 61 W 23 W 19 W 22 W 18 W 46 W 26 W 26 W 17 W 16 W 18 W 13 W 25 W 21 W 33 W 29 W 21 W 29 W 32 W 35 W-9999 +USW00094728200909FMTM 1125 X 1214 X 1357 X 1003 X 2339 X 1041 X 0811 X 1249 X 2053 X 1233 X 1059 X 1423 X 1332 X 1517 X 1323 X 1100 X 0621 X 1518 X 0716 X 1641 X 1826 X 1708 X 1618 X 1630 X 1047 X 0203 X 2041 X 1723 X 1330 X 0715 X-9999 +USW00094728200909PGTM 1303 W 1148 W 1356 W 1012 W 1043 W 0928 W 0838 W 1248 W 2047 W 2136 W 1007 W 1423 W 1830 W 1516 W 0918 W 2145 W 1032 W 1609 W 0106 W 1641 W 1825 W 1708 W 1603 W 0127 W 1046 W 1259 W 1957 W 1722 W 1251 W 0709 W-9999 +USW00094728200909WDF2 50 X 40 X 50 X 40 X 50 X 50 X 60 X 70 X 60 X 60 X 60 X 60 X 340 X 270 X 280 X 50 X 50 X 270 X 330 X 170 X 170 X 170 X 210 X 290 X 40 X 80 X 250 X 240 X 230 X 270 X-9999 +USW00094728200909WDF5 30 X 40 X 40 X 70 X 70 X 40 X 70 X 70 X 60 X 60 X 50 X 60 X 300 X 280 X 280 X 60 X 60 X 250 X 340 X 200 X 180 X 170 X 220 X 230 X 30 X 150 X 210 X 260 X 250 X 260 X-9999 +USW00094728200909WSF2 63 X 40 X 58 X 63 X 40 X 76 X 58 X 45 X 98 X 112 X 125 X 63 X 54 X 54 X 45 X 89 X 72 X 58 X 45 X 40 X 45 X 45 X 54 X 54 X 80 X 58 X 63 X 76 X 80 X 72 X-9999 +USW00094728200909WSF5 76 X 63 X 67 X 80 X 67 X 116 X 72 X 67 X 125 X 161 X 170 X 76 X 67 X 76 X 72 X 112 X 94 X 80 X 72 X 63 X 67 X 67 X 76 X 80 X 116 X 76 X 94 X 116 X 125 X 107 X-9999 +USW00094728200909WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 +USW00094728200909WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00094728200909WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728200909WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728200909WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728200910TMAX 128 0 178 0 211 0 233 0 194 0 189 0 206 0 172 0 206 0 189 0 178 0 117 0 178 0 117 0 83 0 78 0 89 0 72 0 128 0 183 0 200 0 233 0 178 0 183 0 167 0 156 0 128 0 139 0 139 0 150 0 217 0 +USW00094728200910TMIN 83 0 83 0 172 0 139 0 117 0 100 0 139 0 111 0 150 0 100 0 78 0 61 0 78 0 50 0 28 0 28 0 56 0 50 0 28 0 72 0 111 0 122 0 94 0 117 0 106 0 78 0 100 0 106 0 94 0 111 0 128 0 +USW00094728200910PRCP 0 0 15 0 74 0 0 0 0 0 0 0 41 0 0 0 8 0 0T 0 0 0 0 0 0 0 0 0 150 0 13 0 8 0 74 0 0 0 0 0 0 0 0 0 48 0 460 0 0 0 0 0 157 0 328 0 0 0 0 0 43 0 +USW00094728200910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200910AWND 22 W 21 W 13 W 19 W 32 W 20 W 49 W 26 W 18 W 22 W 25 W 12 W 27 W 13 W 51 W 41 W 42 W 40 W 17 W 17 W 5 W 28 W 40 W 30 W 27 W 20 W 31 W 39 W 24 W 25 W 31 W +USW00094728200910FMTM 1335 X 1642 X 0014 X 2250 X 1519 X 2204 X 1205 X 1500 X 0825 X 1025 X 1454 X 0856 X 1648 X 0011 X 2013 X 2354 X 2150 X 1903 X 1004 X 0726 X 1409 X 0913 X 0923 X 2352 X 0848 X 0945 X 2242 X 0435 X 0556 X 1957 X 1958 X +USW00094728200910PGTM 1307 W 1442 W 0026 W 2223 W 1442 W 2325 W 1234 W 0019 W 0835 W 1230 W 1820 W 0855 W 1810 W 1002 W 2331 W 0050 W 1934 W 1248 W 1003 W 1343 W 1408 W 1328 W 0902 W 1950 W 0728 W 0934 W 2228 W 0856 W 2358 W 2315 W 1957 W +USW00094728200910WDF2 270 X 140 X 140 X 270 X 280 X 170 X 280 X 270 X 230 X 300 X 270 X 50 X 290 X 280 X 50 X 60 X 50 X 50 X 40 X 260 X 50 X 230 X 50 X 270 X 290 X 50 X 70 X 70 X 50 X 160 X 260 X +USW00094728200910WDF5 290 X 160 X 120 X 270 X 310 X 160 X 280 X 260 X 230 X 280 X 280 X 70 X 270 X 80 X 40 X 60 X 60 X 20 X 60 X 230 X 50 X 260 X 60 X 230 X 300 X 30 X 60 X 60 X 50 X 160 X 270 X +USW00094728200910WSF2 54 X 63 X 45 X 58 X 63 X 54 X 130 X 63 X 58 X 80 X 63 X 54 X 76 X 58 X 94 X 80 X 76 X 76 X 54 X 40 X 31 X 58 X 76 X 63 X 63 X 67 X 67 X 76 X 63 X 45 X 80 X +USW00094728200910WSF5 72 X 98 X 58 X 80 X 94 X 72 X 197 X 103 X 80 X 125 X 80 X 76 X 134 X 72 X 130 X 107 X 112 X 125 X 76 X 63 X 40 X 76 X 107 X 94 X 94 X 94 X 98 X 103 X 98 X 80 X 125 X +USW00094728200910WT01-9999 1 W 1 X 1 W-9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W +USW00094728200910WT05-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 +USW00094728200910WT07-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200910WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200910WT13-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X +USW00094728200910WT16-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X +USW00094728200911TMAX 144 0 128 0 156 0 111 0 117 0 100 0 117 0 206 0 194 0 183 0 139 0 100 0 128 0 139 0 189 0 150 0 128 0 117 0 150 0 161 0 139 0 128 0 100 0 144 0 106 0 139 0 100 0 100 0 150 0 139 0-9999 +USW00094728200911TMIN 94 0 78 0 61 0 50 0 56 0 28 0 17 0 83 0 94 0 133 0 89 0 72 0 89 0 111 0 122 0 94 0 78 0 56 0 83 0 89 0 78 0 72 0 67 0 89 0 94 0 100 0 61 0 56 0 39 0 44 0-9999 +USW00094728200911PRCP 3 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 10 0 124 0 5 0 0 0 0 0 0 0 46 0 127 0 0 0 0 0 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 69 0-9999 +USW00094728200911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728200911AWND 26 W 37 W 21 W 22 W 20 W 32 W 22 W 11 W 18 W 21 W 49 W 64 W 70 W 30 W 15 W 23 W 33 W 33 W 28 W 31 W 21 W 31 W 50 W 33 W 24 W 21 W 43 W 51 W 23 W 31 W-9999 +USW00094728200911FMTM 1859 X 1029 X 1657 X 0027 X 2329 X 0825 X 1302 X 0126 X 2159 X 2318 X 2342 X 2214 X 1923 X 0719 X 1554 X 2357 X 0752 X 2244 X 1906 X 1434 X 2100 X 2242 X 1416 X 0115 X 0757 X 2250 X 2214 X 1125 X 2049 X 0401 X-9999 +USW00094728200911PGTM 1913 W 1049 W 1657 W 0259 W 2328 W 0848 W 1920 W 0125 W 2159 W 2317 W 1050 W 2213 W 1530 W 2357 W 0701 W 2356 W 0136 W 1305 W 0026 W 1343 W 0010 W 2325 W 1258 W 0114 W 0756 W 2257 W 2257 W 1311 W 2147 W 0400 W-9999 +USW00094728200911WDF2 50 X 50 X 340 X 300 X 290 X 290 X 240 X 220 X 230 X 40 X 60 X 50 X 50 X 50 X 290 X 40 X 50 X 60 X 50 X 300 X 350 X 80 X 50 X 50 X 60 X 40 X 270 X 270 X 220 X 230 X-9999 +USW00094728200911WDF5 40 X 60 X 330 X 280 X 280 X 290 X 190 X 220 X 240 X 30 X 60 X 60 X 60 X 30 X 310 X 40 X 30 X 50 X 60 X 290 X 250 X 80 X 70 X 40 X 60 X 70 X 270 X 270 X 210 X 220 X-9999 +USW00094728200911WSF2 63 X 89 X 72 X 58 X 72 X 76 X 58 X 58 X 58 X 54 X 94 X 103 X 116 X 76 X 40 X 63 X 72 X 63 X 58 X 67 X 45 X 76 X 98 X 76 X 58 X 58 X 94 X 94 X 67 X 80 X-9999 +USW00094728200911WSF5 80 X 112 X 107 X 80 X 103 X 116 X 89 X 80 X 80 X 76 X 130 X 143 X 174 X 103 X 58 X 89 X 98 X 76 X 76 X 107 X 72 X 98 X 125 X 107 X 72 X 76 X 161 X 156 X 98 X 116 X-9999 +USW00094728200911WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 +USW00094728200911WT05-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00094728200911WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200911WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728200911WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00094728200911WT16 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00094728200912TMAX 83 0 133 0 189 0 111 0 72 0 33 0 39 0 67 0 117 0 78 0 -17 0 28 0 111 0 78 0 111 0 56 0 -6 0 -11 0 -11 0 11 0 22 0 22 0 -11 0 39 0 33 0 122 0 128 0 61 0 -6 0 0 0 17 0 +USW00094728200912TMIN 17 0 50 0 94 0 67 0 6 0 6 0 0 0 11 0 6 0 -28 0 -61 0 -39 0 11 0 44 0 56 0 -22 0 -67 0 -89 0 -61 0 -61 0 -22 0 -50 0 -67 0 -44 0 6 0 28 0 44 0 -11 0 -89 0 -72 0 -17 0 +USW00094728200912PRCP 0 0 114 0 185 0 0 0 163 0 0 0 0 0 0 0 376 0 0 0 0 0 0 0 241 0 0 0 0 0 0 0 0 0 0 0 155 0 33 0 0 0 0 0 0 0 0 0 61 0 376 0 84 0 0 0 0T 0 0 0 58 0 +USW00094728200912SNOW 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 231 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 38 0 +USW00094728200912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 254 0 178 0 178 0 127 0 102 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728200912AWND 32 W 22 W 44 W 24 W 33 W 32 W 20 W 33 W 37 W 55 W 57 W 34 W 27 W 24 W 31 W 49 W 51 W 24 W 48 W 44 W 48 W 41 W 43 W 25 W 42 W 55 W 34 W 40 W 64 W 26 W 16 W +USW00094728200912FMTM 1226 X 2359 X 0126 X 0959 X 1835 X 1050 X 2357 X 1015 X 0704 X 2333 X 1550 X 1134 X 1449 X 2258 X 2327 X 2010 X 0429 X 0121 X 2320 X 2300 X 1547 X 2109 X 2021 X 1019 X 2058 X 1545 X 0038 X 2213 X 1250 X 0000 X 0113 X +USW00094728200912PGTM 1237 W 2350 W 0704 W 1644 W 2049 W 0928 W 2350 W 0142 W 0657 W 2140 W 0422 W 1134 W 1618 W 0034 W 2341 W 1949 W 0428 W 0208 W 2319 W 1635 W 1547 W 2109 W 2136 W 0846 W 2057 W 0057 W 0059 W 1804 W 1251 W 2359 W 0451 W +USW00094728200912WDF2 260 X 140 X 140 X 270 X 330 X 290 X 270 X 290 X 80 X 270 X 280 X 300 X 140 X 180 X 270 X 300 X 290 X 340 X 350 X 290 X 300 X 300 X 290 X 30 X 70 X 70 X 140 X 270 X 290 X 300 X 240 X +USW00094728200912WDF5 270 X 140 X 260 X 290 X 310 X 290 X 270 X 260 X 60 X 280 X 250 X 320 X 170 X 310 X 260 X 300 Z 300 X 350 X 350 X 310 X 290 X 300 X 290 X 30 X 60 X 80 X 130 X 270 X 300 X 310 X 250 X +USW00094728200912WSF2 76 X 72 X 94 X 54 X 72 X 72 X 58 X 63 X 89 X 103 X 107 X 76 X 72 X 63 X 89 X 76 X 98 X 63 X 94 X 94 X 98 X 98 X 76 X 67 X 89 X 94 X 72 X 80 X 130 X 63 X 58 X +USW00094728200912WSF5 107 X 112 X 156 X 67 X 107 X 103 X 80 X 89 X 134 X 156 X 161 X 103 X 98 X 103 X 116 X 156 Z 143 X 76 X 139 X 148 X 156 X 130 X 112 X 116 X 134 X 134 X 130 X 130 X 179 X 98 X 76 X +USW00094728200912WT01-9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W +USW00094728200912WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728200912WT05-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728200912WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W +USW00094728200912WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00094728200912WT13-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728200912WT16-9999 1 X 1 X-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 0 +USW00094728200912WT18-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X +USW00094728200912WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00094728200912WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728201001TMAX 44 0 11 0 -56 0 -11 0 -11 0 11 0 28 0 6 0 -11 0 -22 0 -6 0 17 0 17 0 56 0 100 0 94 0 78 0 100 0 89 0 50 0 50 0 67 0 44 0 100 0 139 0 94 0 39 0 56 0 -50 0 -67 0 -11 0 +USW00094728201001TMIN 6 0 -83 0 -83 0 -72 0 -67 0 -33 0 -11 0 -50 0 -78 0 -100 0 -61 0 -44 0 -44 0 -11 0 17 0 33 0 17 0 28 0 44 0 11 0 -6 0 0 0 -22 0 0 0 94 0 17 0 -6 0 -67 0 -89 0 -106 0 -100 0 +USW00094728201001PRCP 8 0 5 0 0T 0 0 0 0T 0 0T 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 145 0 13 0 0T 0 0 0 0 0 0 0 0 0 5 0 318 0 0T 0 0 0 23 0 0 0 0 0 0 0 +USW00094728201001SNOW 0T 0 5 0 0T 0 0 0 0T 0 0T 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 +USW00094728201001SNWD 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728201001AWND 15 W 56 W 64 W 48 W 44 W 43 W 39 W 34 W 39 W 31 W 32 W 42 W 36 W 15 W 35 W 29 W 17 W-9999 -9999 28 W 14 W 29 W 14 W 11 W-9999 39 W 31 W 38 W 52 W 40 W 28 W +USW00094728201001FMTM 2355 X 2349 X 1254 X 0249 X 2206 X 2141 X 1150 X 1805 X 0825 X 1750 X 0511 X 2125 X 0441 X 2237 X 1553 X 1106 X 1121 X 9999 XX 2002 X 1623 X 0935 X 1356 X 0310 X 1141 X 1438 X 1419 X 1535 X 2050 X 1645 X 0402 X 2339 X +USW00094728201001PGTM 2359 W 2349 W 1055 W 1722 W 1047 W 2021 W 1009 W 1844 W 0824 W 1805 W 1922 W 2323 W 0057 W 2236 W 1757 W 1155 W 1035 W-9999 1754 W 1558 W 0943 W 1355 W 0757 W 1134 W 1432 W 1434 W 1712 W 2051 W 1645 W 0401 W 2003 W +USW00094728201001WDF2 290 X 270 X 290 X 290 X 290 X 290 X 290 X 290 X 300 X 290 X 270 X 290 X 290 X 240 X 290 X 270 X 70 X 340 W 270 X 290 X 40 X 40 X 40 X 80 X 150 X 270 X 270 X 290 X 300 X 280 X 230 X +USW00094728201001WDF5 260 X 280 X 310 X 280 X 270 X 310 X 310 X 290 X 300 X 300 X 250 X 310 X 300 X 230 X 300 X 250 X 50 X-9999 270 X 300 X 60 X 30 X 40 X 70 X 180 X 280 X 270 X 290 X 300 X 290 X 270 X +USW00094728201001WSF2 72 X 98 X 116 X 76 X 76 X 89 X 72 X 98 X 76 X 58 X 63 X 80 X 76 X 54 X 72 X 63 X 67 X 58 W 58 X 63 X 54 X 63 X 54 X 45 X 72 X 89 X 72 X 112 X 103 X 76 X 54 X +USW00094728201001WSF5 98 X 156 X 174 X 107 X 107 X 134 X 98 X 134 X 107 X 76 X 76 X 125 X 112 X 76 X 98 X 89 X 89 X-9999 72 X 103 X 63 X 89 X 67 X 63 X 116 X 116 X 89 X 174 X 143 X 116 X 80 X +USW00094728201001WT01 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00094728201001WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 X-9999 -9999 -9999 +USW00094728201001WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728201001WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201001WT08-9999 1 W 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201001WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728201001WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201001WT16 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 0-9999 -9999 -9999 +USW00094728201001WT18 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728201001WT19 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201001WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728201002TMAX 17 0 6 0 39 0 28 0 22 0 6 0 11 0 28 0 56 0 11 0 28 0 28 0 0 0 39 0 44 0 6 0 17 0 44 0 61 0 67 0 78 0 72 0 33 0 56 0 33 0 6 0 33 0 44 0-9999 -9999 -9999 +USW00094728201002TMIN -39 0 -28 0 -17 0 -22 0 -17 0 -67 0 -83 0 -50 0 -22 0 -11 0 -22 0 -33 0 -44 0 -22 0 -28 0 -17 0 -33 0 0 0 17 0 17 0 6 0 -17 0 17 0 22 0 -28 0 -33 0 -17 0 6 0-9999 -9999 -9999 +USW00094728201002PRCP 0 0 8 0 15 0 0 0 0 0 0T 0 0 0 0 0 0T 0 338 0 0 0 0 0 0 0 0 0 3 0 109 0 0 0 0 0 0 0 0 0 0 0 8 0 305 0 107 0 508 0 297 0 3 0 0T 0-9999 -9999 -9999 +USW00094728201002SNOW 0 0 20 0 5 0 0 0 0 0 0T 0 0 0 0 0 0T 0 254 0 0 0 0 0 0 0 0 0 0T 0 127 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 239 0 292 0 0T 0 0T 0-9999 -9999 -9999 +USW00094728201002SNWD 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 254 0 203 0 203 0 203 0 178 0 152 0 254 0 203 0 152 0 102 0 76 0 0 0 0 0 0 0 0 0 356 0 533 0 381 0-9999 -9999 -9999 +USW00094728201002AWND 36 W 19 W 23 W 40 W 21 W 61 W 45 W 44 W 23 W 55 W 53 W 37 W 39 W 41 W 31 W 25 W 36 W 45 W 51 W 36 W 43 W 27 W 63 W 35 W 15 W 31 W 20 W 17 W-9999 -9999 -9999 +USW00094728201002FMTM 0455 X 0542 X 2250 X 0435 X 2359 X 0518 X 2100 X 1358 X 2130 X 1324 X 1236 X 1050 X 2045 X 1218 X 0402 X 2217 X 1731 X 1004 X 0257 X 1212 X 1527 X 2314 X 1214 X 0206 X 2032 X 1648 X 2320 X 2350 X-9999 -9999 -9999 +USW00094728201002PGTM 1014 W 0021 W 2249 W 0407 W 2358 W 0519 W 1532 W 1558 W 0435 W 2337 W 0637 W 0047 W 2204 W 1151 W 0421 W 2130 W 2256 W 1316 W 0257 W 1247 W 1749 W 2314 W 1658 W 0133 W 2038 W 1632 W 2320 W 2349 W-9999 -9999 -9999 +USW00094728201002WDF2 270 X 330 X 290 X 300 X 60 X 60 X 290 X 300 X 250 X 40 X 290 X 290 X 280 X 270 X 250 X 270 X 270 X 300 X 270 X 300 X 290 X 100 X 60 X 50 X 270 X 290 X 240 X 270 X-9999 -9999 -9999 +USW00094728201002WDF5 290 X 230 X 290 X 300 X 50 X 50 X 280 X 310 X 260 X 310 X 290 X 310 X 260 X 280 X 230 X 270 X 270 X 270 X 270 X 280 X 300 X 50 X 60 X 30 X 280 X 300 X 240 X 290 X-9999 -9999 -9999 +USW00094728201002WSF2 72 X 45 X 72 X 76 X 76 X 130 X 76 X 80 X 58 X 107 X 94 X 67 X 80 X 80 X 67 X 58 X 67 X 80 X 103 X 76 X 76 X 63 X 116 X 107 X 67 X 36 X 54 X 54 X-9999 -9999 -9999 +USW00094728201002WSF5 103 X 67 X 107 X 116 X 103 X 165 X 112 X 112 X 76 X 148 X 143 X 98 X 130 X 116 X 98 X 89 X 94 X 116 X 156 X 116 X 134 X 94 X 179 X 143 X 89 X 54 X 67 X 80 X-9999 -9999 -9999 +USW00094728201002WT01-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 X 1 X 1 W-9999 -9999 -9999 -9999 +USW00094728201002WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728201002WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201002WT08-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201002WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728201002WT13-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728201002WT16-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728201002WT18-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728201002WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201002WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728201003TMAX 89 0 83 0 50 0 83 0 94 0 122 0 139 0 161 0 161 0 139 0 117 0 61 0 78 0 100 0 78 0 172 0 189 0 206 0 222 0 233 0 178 0 139 0 117 0 156 0 167 0 111 0 67 0 94 0 117 0 100 0 139 0 +USW00094728201003TMIN 22 0 22 0 11 0 17 0 11 0 0 0 28 0 50 0 67 0 67 0 56 0 39 0 33 0 61 0 50 0 50 0 61 0 100 0 94 0 122 0 106 0 100 0 72 0 61 0 89 0 11 0 -17 0 22 0 89 0 50 0 72 0 +USW00094728201003PRCP 0 0 3 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 980 0 61 0 84 0 0T 0 0 0 0 0 0 0 0 0 0 0 340 0 28 0 0 0 0T 0 36 0 0 0 86 0 401 0 622 0 3 0 +USW00094728201003SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728201003SNWD 279 0 178 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728201003AWND 44 W 24 W 47 W 35 W 34 W 32 W 32 W 32 W 20 W 22 W 40 W 62 W 102 W 61 W 52 W 34 W 11 W 15 W 15 W 22 W 29 W 25 W 27 W 52 W 19 W 47 W 34 W 36 W 29 W 48 W 26 W +USW00094728201003FMTM 0922 X 2257 X 0826 X 2007 X 1435 X 2106 X 1155 X 1501 X 1153 X 0823 X 1655 X 2126 X 1623 X 0020 X 2039 X 0825 X 1509 X 1505 X 1332 X 1412 X 0734 X 2252 X 2341 X 1636 X 2202 X 1233 X 0105 X 1700 X 0602 X 0447 X 0125 X +USW00094728201003PGTM 1329 W 2359 W 0825 W 2009 W 2233 W 2254 W 1155 W 1501 W 1324 W 0822 W 1652 W 1849 W 1545 W 0200 W 2038 W 0230 W 1632 W 1505 W 1614 W 1412 W 0734 W 2252 W 2341 W 1532 W 2201 W 1238 W 0519 W 1657 W 0417 W 0446 W 1145 W +USW00094728201003WDF2 290 X 50 X 40 X 30 X 360 X 280 X 310 X 270 X 280 X 50 X 40 X 50 X 60 X 50 X 30 X 30 X 250 X 270 X 220 X 240 X 70 X 140 X 280 X 290 X 220 X 40 X 40 X 150 X 160 X 20 X 340 X +USW00094728201003WDF5 300 X 60 X 30 X 30 X 70 X 300 X 310 X 280 X 330 X 60 X 60 X 70 X 60 X 60 X 40 X 60 X 270 X 260 X 150 X 230 X 60 X 140 X 290 X 280 X 210 X 50 X 20 X 150 X 170 X 30 X 330 X +USW00094728201003WSF2 94 X 63 X 94 X 76 X 63 X 63 X 72 X 76 X 67 X 54 X 80 X 112 X 165 X 134 X 103 X 80 X 54 X 58 X 58 X 67 X 67 X 63 X 80 X 98 X 63 X 94 X 76 X 80 X 72 X 107 X 63 X +USW00094728201003WSF5 134 X 80 X 148 X 107 X 103 X 98 X 89 X 103 X 80 X 67 X 103 X 183 X 237 X 192 X 143 X 134 X 58 X 72 X 72 X 94 X 103 X 94 X 125 X 148 X 94 X 143 X 103 X 130 X 112 X 161 X 80 X +USW00094728201003WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W +USW00094728201003WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00094728201003WT07-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201003WT08-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201003WT13-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X +USW00094728201003WT16-9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00094728201003WT18-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201003WT19-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201004TMAX 211 0 200 0 194 0 244 0 239 0 256 0 333 0 267 0 200 0 167 0 244 0 194 0 133 0 194 0 228 0 139 0 122 0 139 0 172 0 211 0 206 0 222 0 200 0 200 0 111 0 117 0 144 0 133 0 206 0 256 0-9999 +USW00094728201004TMIN 89 0 89 0 83 0 83 0 133 0 144 0 133 0 178 0 67 0 56 0 111 0 111 0 83 0 72 0 100 0 78 0 78 0 56 0 78 0 83 0 117 0 106 0 67 0 78 0 78 0 89 0 50 0 44 0 72 0 133 0-9999 +USW00094728201004PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 3 0 0 0 0 0 0 0 8 0 0T 0 0 0 0T 0 406 0 175 0 13 0 0 0 0 0 0 0-9999 +USW00094728201004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728201004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728201004AWND 21 W 20 W 22 W 12 W 29 W 18 W 31 W 28 W 34 W 44 W 30 W 24 W 22 W 23 W 30 W 33 W 30 W 32 W 31 W 22 W 30 W 26 W 29 W 25 W 31 W 36 W 33 W 43 W 40 W 23 W-9999 +USW00094728201004FMTM 0621 X 1436 X 1622 X 1450 X 1526 X 1045 X 1344 X 1637 X 1702 X 0054 X 2158 X 2237 X 0737 X 1321 X 2038 X 1750 X 1520 X 1506 X 1154 X 2325 X 1608 X 1706 X 1455 X 2228 X 2135 X 2216 X 1752 X 1626 X 1554 X 1333 X-9999 +USW00094728201004PGTM 0620 W 1731 W 1622 W 1449 W 1505 W 1103 W 1519 W 1728 W 2014 W 0225 W 0143 W 2236 W 0654 W 1103 W 2111 W 0741 W 1646 W 1506 W 1248 W 2324 W 1607 W 1433 W 1453 W 1543 W 2034 W 2324 W 1751 W 1500 W 1558 W 1332 W-9999 +USW00094728201004WDF2 50 X 170 X 160 X 270 X 150 X 60 X 230 X 160 X 290 X 300 X 30 X 260 Z 60 X 50 X 80 X 80 X 270 X 300 X 290 X 230 X 190 X 270 X 280 X 230 X 40 X 60 X 290 X 300 X 270 X 220 X-9999 +USW00094728201004WDF5 70 X 150 X 150 X 260 X 170 X 110 X 230 X 170 X 290 X 310 X 240 X 260 Z 70 X 60 X 60 X 140 X 260 X 290 X 290 X 230 X 190 X 260 X 280 X 170 X 60 X 60 X 290 X 300 X 260 X 200 X-9999 +USW00094728201004WSF2 63 X 58 X 63 X 45 X 67 X 58 X 80 X 67 X 76 X 80 X 58 X 58 Z 58 X 54 X 72 X 63 X 67 X 72 X 67 X 54 X 80 X 67 X 72 X 58 X 67 X 76 X 89 X 94 X 94 X 54 X-9999 +USW00094728201004WSF5 89 X 72 X 89 X 58 X 98 X 67 X 116 X 107 X 116 X 134 X 94 X 76 Z 80 X 76 X 98 X 89 X 103 X 107 X 98 X 72 X 134 X 116 X 107 X 89 X 94 X 98 X 130 X 161 X 148 X 72 X-9999 +USW00094728201004WT01-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 +USW00094728201004WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728201004WT07-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00094728201004WT08-9999 -9999 -9999 1 W-9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728201004WT13-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728201004WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728201004WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728201005TMAX 294 0 311 0 267 0 272 0 267 0 256 0 228 0 244 0 111 0 161 0 133 0 89 0 194 0 267 0 228 0 222 0 233 0 167 0 178 0 261 0 294 0 233 0 217 0 228 0 278 0 333 0 283 0 211 0 250 0 289 0 300 0 +USW00094728201005TMIN 178 0 189 0 194 0 167 0 144 0 150 0 111 0 94 0 67 0 50 0 61 0 67 0 61 0 128 0 156 0 122 0 128 0 100 0 100 0 128 0 161 0 139 0 144 0 156 0 161 0 183 0 128 0 133 0 161 0 194 0 206 0 +USW00094728201005PRCP 0 0 0T 0 328 0 0T 0 0 0 0T 0 0 0 10 0 0 0 0 0 8 0 109 0 0 0 10 0 0 0 0 0 0 0 277 0 0T 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 +USW00094728201005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728201005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728201005AWND 18 W 23 W 22 W 23 W 23 W 33 W 22 W 45 W 51 W 36 W 15 W 31 W 22 W 29 W 33 W 19 W 13 W 40 W 17 W 13 W 22 W 28 W 36 W 23 W 15 W 20 W 26 W 13 W 25 W 26 W 17 W +USW00094728201005FMTM 1555 X 1549 X 1435 X 1507 X 1446 X 1649 X 1620 X 1652 X 0625 X 1414 X 0931 X 1631 X 2213 X 0128 X 0819 X 1126 X 2331 X 2022 X 1322 X 2256 X 1658 X 1850 X 0727 X 1106 X 1413 X 2155 X 0555 X 1654 X 0442 X 1718 X 1400 X +USW00094728201005PGTM 1830 W 1513 W 1434 W 1541 W 1454 W 1648 W 1525 W 2009 W 0625 W 1413 W 0929 W 0516 W 2212 W 0100 W 0818 W 1114 W 2301 W 2021 W 0239 W 1630 W 1507 W 1336 W 1333 W 1106 W 1415 W 1508 W 0555 W 1654 W 0441 W 1649 W 1706 W +USW00094728201005WDF2 140 X 240 X 270 X 280 X 160 X 260 X 160 X 260 X 270 X 290 X 50 X 60 X 220 X 220 X 290 X 50 X 230 X 40 X 270 X 240 X 160 X 130 X 50 X 70 X 180 X 280 X 60 X 140 X 220 X 260 X 130 X +USW00094728201005WDF5 170 X 220 X 270 X 280 X 160 X 290 X 160 X 280 X 280 X 310 X 60 X 140 X 200 X 190 X 300 X 20 X 240 X 30 X 30 X 180 X 150 X 50 X 70 X 70 X 180 X 270 X 70 X 140 X 230 X 280 X 150 X +USW00094728201005WSF2 58 X 58 X 94 X 98 X 63 X 89 X 54 X 112 X 112 X 80 X 63 X 58 X 63 X 72 X 76 X 63 X 45 X 94 X 54 X 40 X 45 X 54 X 67 X 67 X 45 X 40 X 80 X 40 X 58 X 58 X 67 X +USW00094728201005WSF5 89 X 80 X 148 X 134 X 98 X 130 X 76 X 179 X 179 X 125 X 76 X 89 X 89 X 98 X 116 X 89 X 72 X 139 X 76 X 72 X 72 X 89 X 80 X 98 X 67 X 72 X 125 X 58 X 89 X 94 X 89 X +USW00094728201005WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W +USW00094728201005WT05-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728201005WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00094728201005WT13-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00094728201005WT16-9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728201006TMAX 294 0 306 0 306 0 311 0 311 0 317 0 239 0 239 0 200 0 233 0 217 0 261 0 256 0 261 0 272 0 239 0 233 0 300 0 272 0 317 0 306 0 306 0 317 0 333 0 306 0 317 0 328 0 339 0 328 0 261 0-9999 +USW00094728201006TMIN 189 0 194 0 194 0 222 0 244 0 161 0 139 0 144 0 139 0 144 0 144 0 161 0 183 0 178 0 178 0 178 0 183 0 156 0 178 0 217 0 217 0 217 0 217 0 244 0 217 0 217 0 217 0 244 0 211 0 167 0-9999 +USW00094728201006PRCP 0T 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 226 0 64 0 0 0 0 0 76 0 3 0 0 0 0 0 114 0 0 0 0 0 0T 0 0 0 69 0 0 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0-9999 +USW00094728201006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728201006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728201006AWND 20 W 15 W 21 W 17 W 33 W 38 W 31 W 23 W 19 W 16 W 19 W 21 W 28 W 11 W 24 W 22 W 32 W 15 W 22 W 17 W 17 W 17 W 27 W 29 W 21 W 16 W 17 W 31 W 29 W 26 W-9999 +USW00094728201006FMTM 1648 X 1731 X 1622 X 2256 X 1513 X 1457 X 1447 X 1630 X 1703 X 0134 X 0755 X 1009 X 2224 X 1830 X 0917 X 1317 X 0835 X 2344 X 1429 X 1443 X 1259 X 1836 X 1511 X 1335 X 1602 X 1407 X 1706 X 1409 X 1452 X 1539 X-9999 +USW00094728201006PGTM 1647 W 1753 W 1625 W 2301 W 1411 W 1533 W 1604 W 1629 W 1716 W 2102 W 1535 W 1009 W 2223 W 1829 W 0917 W 1003 W 0834 W 1620 W 1801 W 1441 W 1258 W 1824 W 0949 W 1334 W 0007 W 1307 W 1704 W 1410 W 1451 W 1537 W-9999 +USW00094728201006WDF2 260 X 170 X 280 X 220 X 270 X 230 X 270 X 330 X 160 X 50 X 60 X 200 X 60 X 70 X 60 X 160 X 290 X 250 X 140 X 300 X 270 X 150 X 260 X 290 X 250 X 250 X 270 X 300 X 260 X 270 X-9999 +USW00094728201006WDF5 280 X 190 X 270 X 180 X 260 X 240 X 260 X 330 X 160 X 320 X 140 X 210 X 60 X 70 X 50 X 190 X 290 X 170 X 170 X 290 X 270 X 160 X 270 X 290 X 300 X 280 X 280 X 300 X 280 X 320 X-9999 +USW00094728201006WSF2 89 X 54 X 63 X 54 X 72 X 94 X 67 X 72 X 58 X 45 X 54 X 54 X 54 X 36 X 58 X 58 X 76 X 40 X 58 X 63 X 63 X 58 X 67 X 80 X 45 X 54 X 54 X 72 X 67 X 63 X-9999 +USW00094728201006WSF5 116 X 76 X 89 X 76 X 107 X 143 X 94 X 98 X 80 X 63 X 67 X 76 X 72 X 45 X 80 X 107 X 134 X 63 X 76 X 98 X 80 X 89 X 103 X 148 X 72 X 80 X 76 X 112 X 107 X 94 X-9999 +USW00094728201006WT01 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 X 1 W-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201006WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201006WT05 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728201006WT07-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728201006WT08 1 W-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728201006WT13 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728201006WT16 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728201007TMAX 250 0 278 0 317 0 356 0 372 0 394 0 378 0 317 0 322 0 283 0 344 0 344 0 283 0 261 0 306 0 339 0 344 0 344 0 333 0 317 0 339 0 322 0 306 0 361 0 339 0 306 0 328 0 317 0 317 0 294 0 294 0 +USW00094728201007TMIN 167 0 161 0 183 0 228 0 244 0 272 0 267 0 250 0 239 0 228 0 217 0 228 0 228 0 228 0 222 0 233 0 244 0 256 0 222 0 233 0 244 0 233 0 228 0 267 0 211 0 200 0 211 0 233 0 233 0 189 0 189 0 +USW00094728201007PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0T 0 0T 0 213 0 114 0 0 0 0 0 0 0 0 0 38 0 0 0 0 0 0 0 178 0 0 0 89 0 0 0 0 0 0 0 23 0 0 0 0 0 +USW00094728201007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728201007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728201007AWND 27 W 22 W 15 W 24 W 14 W 15 W 21 W 16 W 25 W 17 W 16 W 20 W 22 W 19 W 24 W 22 W 24 W 25 W 16 W 16 W 18 W 30 W 7 W 24 W 25 W 29 W 19 W 29 W 26 W 22 W 22 W +USW00094728201007FMTM 1856 X 1435 X 0942 X 1819 X 1408 X 1014 X 1512 X 1522 X 1815 X 1144 X 1620 X 1548 X 1245 X 2234 X 1439 X 2002 X 1830 X 1526 X 1814 X 1244 X 1558 X 1053 X 1940 X 2230 X 1406 X 1654 X 1619 X 2328 X 0115 X 0952 X 0723 X +USW00094728201007PGTM 1849 W 1109 W 1006 W 1525 W 1229 W 1013 W 1007 W 1609 W 1525 W 1132 W 1619 W 1547 W 1115 W 2233 W 1848 W 1725 W 1523 W 1806 W 1817 W 1244 W 1941 W 1012 W 1939 W 2229 W-9999 1654 W 1618 W 2345 W 0114 W 1813 W 2028 W +USW00094728201007WDF2 320 X 50 X 270 X 260 X 70 X 50 X 140 X 170 X 150 X 350 X 330 X 160 X 160 X 60 X 70 X 260 X 260 X 270 X 350 X 280 X 250 X 300 X 280 X 220 X 290 Z 290 X 160 X 210 X 220 X 40 X 40 X +USW00094728201007WDF5 340 X 60 X 290 X 270 X 280 X 30 X 50 X 150 X 180 X 340 X 340 X 150 X 150 X 70 X 150 X 250 X 280 X 270 X 350 X 270 X 40 X 260 X 290 X 210 X-9999 290 X 150 X 220 X 220 X 290 X 160 X +USW00094728201007WSF2 63 X 63 X 45 X 54 X 40 X 54 X 63 X 58 X 58 X 54 X 54 X 67 X 58 X 72 X 45 X 63 X 67 X 63 X 67 X 45 X 63 X 76 X 80 X 58 X 45 Z 67 X 45 X 58 X 63 X 54 X 45 X +USW00094728201007WSF5 98 X 94 X 63 X 76 X 63 X 67 X 94 X 76 X 89 X 72 X 80 X 103 X 94 X 98 X 63 X 98 X 98 X 89 X 103 X 63 X 98 X 116 X 139 X 89 X-9999 112 X 63 X 89 X 98 X 72 X 63 X +USW00094728201007WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 X 1 X 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 +USW00094728201007WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201007WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00094728201007WT07-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201007WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00094728201007WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00094728201007WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00094728201008TMAX 267 0 294 0 300 0 328 0 350 0 322 0 306 0 317 0 344 0 333 0 339 0 244 0 278 0 278 0 250 0 300 0 328 0 300 0 328 0 322 0 294 0 267 0 211 0 211 0 206 0 278 0 261 0 283 0 344 0 333 0 356 0 +USW00094728201008TMIN 211 0 206 0 222 0 239 0 250 0 211 0 200 0 228 0 233 0 256 0 244 0 200 0 200 0 183 0 194 0 206 0 233 0 222 0 200 0 228 0 189 0 206 0 183 0 178 0 178 0 183 0 161 0 167 0 194 0 222 0 244 0 +USW00094728201008PRCP 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0T 0 0 0 41 0 28 0 0 0 0 0 0 0 0 0 0 0 429 0 267 0 5 0 254 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728201008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728201008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728201008AWND 15 W 22 W 31 W 24 W 30 W 22 W 16 W 30 W 26 W 15 W 23 W 26 W 33 W 24 W 21 W 18 W 14 W 20 W 11 W 25 W 23 W 29 W 36 W 44 W 16 W 25 W 18 W 16 W 15 W 16 W 16 W +USW00094728201008FMTM 1245 X 2307 X 0125 X 0129 X 1454 X 1657 X 1758 X 1841 X 1650 X 0102 X 1128 X 1916 X 0444 X 1205 X 1537 X 1258 X 1444 X 1147 X 1924 X 1938 X 0158 X 1253 X 1635 X 1615 X 0047 X 1700 X 0959 X 1314 X 1506 X 1144 X 1631 X +USW00094728201008PGTM 1419 W 2145 W 2228 W 0054 W 1233 W 1657 W 1756 W 1912 W 1521 W 0102 W 0900 W 1916 W 0451 W 1443 W 1512 W 0640 W 0146 W 1235 W 1748 W 1937 W 2329 W 1253 W 1620 W 1553 W 0045 W 1602 W-9999 1001 W 1506 W 1051 W 1631 W +USW00094728201008WDF2 140 X 220 X 220 X 230 X 240 X 280 X 170 X 170 X 170 X 220 X 50 X 60 X 70 X 140 X 170 X 210 X 250 X 90 X 180 X 60 X 60 X 140 X 50 X 50 X 30 X 270 X 290 Z 50 X 270 X 60 X 270 X +USW00094728201008WDF5 150 X 230 X 220 X 230 X 260 X 280 X 190 X 160 X 170 X 230 X 50 X 70 X 70 X 150 X 180 X 210 X 240 X 130 X 170 X 50 X 70 X 140 X 60 X 30 X 50 X 250 X-9999 70 X 280 X 30 X 280 X +USW00094728201008WSF2 45 X 63 X 63 X 54 X 67 X 63 X 45 X 58 X 58 X 58 X 58 X 54 X 67 X 58 X 54 X 54 X 45 X 58 X 40 X 67 X 58 X 72 X 89 X 80 X 54 X 63 X 40 Z 54 X 45 X 54 X 45 X +USW00094728201008WSF5 63 X 98 X 80 X 76 X 112 X 112 X 72 X 94 X 89 X 72 X 76 X 72 X 94 X 80 X 80 X 76 X 67 X 67 X 63 X 80 X 76 X 125 X 130 X 116 X 80 X 94 X-9999 72 X 63 X 72 X 58 X +USW00094728201008WT01-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201008WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201008WT05-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201008WT07-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201008WT08-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201008WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201008WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201008WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201009TMAX 356 0 344 0 294 0 272 0 256 0 267 0 317 0 322 0 211 0 233 0 261 0 194 0 250 0 244 0 222 0 222 0 217 0 211 0 272 0 233 0 233 0 306 0 272 0 294 0 317 0 222 0 222 0 228 0 256 0 239 0-9999 +USW00094728201009TMIN 244 0 256 0 239 0 178 0 161 0 156 0 200 0 189 0 161 0 161 0 150 0 150 0 150 0 156 0 139 0 139 0 150 0 144 0 161 0 150 0 122 0 178 0 189 0 194 0 194 0 172 0 161 0 211 0 172 0 206 0-9999 +USW00094728201009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 38 0 33 0 0 0 0 0 117 0 13 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0T 0 338 0 84 0 0 0 279 0-9999 +USW00094728201009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728201009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728201009AWND 14 W 27 W 27 W 47 W 23 W 19 W 28 W 37 W 31 W 25 W 24 W 28 W 15 W 22 W 26 W 24 W 20 W 15 W 12 W 30 W 22 W 26 W 22 W 16 W 32 W 38 W 6 W-9999 19 W-9999 -9999 +USW00094728201009FMTM 2150 X 1607 X 1411 X 1704 X 0834 X 2303 X 0948 X 1922 X 1602 X 1701 X 1207 X 1155 X 1834 X 1346 X 1144 X 1638 X 0853 X 1724 X 2354 X 1556 X 2134 X 1900 X 1718 X 2126 X 1348 X 2145 X 0142 X 1555 X 1414 X 1616 X-9999 +USW00094728201009PGTM 2149 W 1636 W 1439 W 1655 W 0449 W 2300 W 1413 W 1919 W 1332 W 1306 W 1144 W 1146 W-9999 1451 W 1204 W 1638 W 0853 W 1739 W 2350 W 1316 W 2132 W 1900 W 1718 W 2237 W 1529 W 2323 W 0140 W 1524 W 2355 W 0942 W-9999 +USW00094728201009WDF2 210 X 160 X 50 X 270 X 270 X 220 X 230 X 290 X 290 X 340 X 40 X 120 X 170 X 270 X 290 X 270 X 340 X 150 X 330 X 50 X 210 X 290 X 150 X 230 X 280 X 50 X 50 X 160 X 250 X 170 X-9999 +USW00094728201009WDF5 220 X 170 X 60 X 260 X 240 X 220 X 190 X 310 X 280 X 260 X 20 X 80 X-9999 290 X 300 X 280 X 320 X 150 X 310 X 60 X 200 X 300 X 150 X 230 X 280 X 60 X 70 X 180 X 210 X 200 X-9999 +USW00094728201009WSF2 45 X 54 X 80 X 89 X 63 X 54 X 58 X 76 X 67 X 58 X 58 X 63 X 40 X 72 X 67 X 67 X 58 X 40 X 40 X 67 X 67 X 89 X 58 X 58 X 67 X 89 X 76 X 58 X 40 X 80 X-9999 +USW00094728201009WSF5 89 X 76 X 103 X 134 X 103 X 80 X 80 X 134 X 112 X 94 X 80 X 89 X-9999 107 X 103 X 107 X 76 X 67 X 58 X 98 X 107 X 139 X 72 X 98 X 98 X 112 X 112 X 103 X 63 X 148 X-9999 +USW00094728201009WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 X 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 X-9999 1 X-9999 +USW00094728201009WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728201009WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 +USW00094728201009WT07-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201009WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 1 W-9999 -9999 1 W-9999 +USW00094728201009WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00094728201009WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 +USW00094728201009WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 +USW00094728201010TMAX 233 0 189 0 178 0 128 0 161 0 178 0 217 0 228 0 222 0 206 0 239 0 206 0 178 0 172 0 139 0 144 0 206 0 156 0 150 0 150 0 167 0 117 0 178 0 200 0 233 0 222 0 239 0 233 0 139 0 139 0 144 0 +USW00094728201010TMIN 150 0 111 0 100 0 111 0 117 0 122 0 117 0 122 0 122 0 78 0 139 0 122 0 89 0 100 0 94 0 100 0 89 0 100 0 83 0 83 0 94 0 78 0 67 0 117 0 122 0 172 0 183 0 133 0 83 0 56 0 56 0 +USW00094728201010PRCP 625 0 0 0 8 0 86 0 0T 0 0 0 0T 0 0 0 0 0 0 0 287 0 23 0 0 0 155 0 5 0 0 0 0 0 0 0 8 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 48 0 0 0 0 0 0 0 0 0 +USW00094728201010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728201010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00094728201010AWND-9999 19 W 51 W 44 W 35 W 25 W 34 W 28 W 25 W 18 W 10 W 17 W 20 W 15 W 51 W 47 W 23 W 26 W 12 W 16 W 33 W 34 W 23 W 15 W 21 W 28 W 26 W 31 W 43 W 33 W 38 W +USW00094728201010FMTM 0907 X 2357 X 1353 X 0649 X 0640 X 2253 X 1126 X 1804 X 1257 X 1346 X 1937 X 2138 X 0401 X 1141 X 1807 X 0939 X 1604 X 1520 X 1932 X 2249 X 1222 X 1430 X 1409 X 1731 X 2348 X 0604 X 1316 X 1417 X 1918 X 2204 X 1432 X +USW00094728201010PGTM 1350 W 2357 W 1236 W 0009 W 0242 W 2253 W 1424 W 1759 W 1256 W 1345 W 1936 W 2106 W 0646 W 1017 W 1645 W 1120 W 2004 W 1520 W 2146 W 2042 W 1327 W 1410 W 1755 W-9999 2311 W 0009 W 1218 W 1217 W 1914 W 2029 W 1142 W +USW00094728201010WDF2 30 X 50 X 60 X 40 X 50 X 230 X 270 X 250 X 290 X 230 X 280 X 40 X 50 X 70 X 270 X 290 X 300 X 240 X 210 X 230 X 270 X 270 X 230 X 60 X 210 X 220 X 220 X 250 X 290 X 220 X 290 X +USW00094728201010WDF5 300 X 30 X 60 X 60 X 60 X 200 X 270 X 250 X 320 X 230 X 290 X 40 X 30 X 130 X 280 X 270 X 320 X 240 X 260 X 230 X 280 X 300 X 250 X-9999 230 X 220 X 200 X 220 X 300 X 230 X 300 X +USW00094728201010WSF2 67 X 63 X 89 X 89 X 72 X 58 X 76 X 58 X 67 X 63 X 80 X 45 X 54 X 54 X 94 X 98 X 67 X 63 X 40 X 54 X 76 X 80 X 58 X 31 Z 67 X 54 X 58 X 67 X 80 X 72 X 76 X +USW00094728201010WSF5 112 X 76 X 134 X 125 X 103 X 72 X 125 X 89 X 94 X 94 X 116 X 72 X 76 X 80 X 156 X 143 X 103 X 89 X 63 X 72 X 107 X 125 X 72 X-9999 89 X 80 X 98 X 112 X 134 X 107 X 130 X +USW00094728201010WT01 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 +USW00094728201010WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201010WT05 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00094728201010WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201010WT08 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201010WT13 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728201010WT16 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728201011TMAX 94 0 100 0 122 0 106 0 111 0 106 0 106 0 72 0 122 0 133 0 133 0 167 0 178 0 161 0 139 0 150 0 156 0 128 0 89 0 128 0 89 0 183 0 161 0 100 0 78 0 117 0 56 0 83 0 89 0 139 0-9999 +USW00094728201011TMIN 28 0 22 0 50 0 83 0 72 0 44 0 22 0 44 0 50 0 78 0 56 0 72 0 78 0 78 0 100 0 111 0 106 0 72 0 44 0 50 0 39 0 72 0 100 0 50 0 39 0 33 0 11 0 11 0 17 0 67 0-9999 +USW00094728201011PRCP 0 0 0 0 0 0 277 0 13 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 114 0 53 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 41 0 0 0 0 0 0 0 23 0-9999 +USW00094728201011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728201011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00094728201011AWND 26 W 14 W 17 W 30 W 24 W 24 W 31 W 46 W 36 W 34 W 30 W 26 W 14 W 16 W 25 W 30 W 48 W 32 W 26 W 34 W 27 W 27 W 31 W 43 W 16 W 31 W 43 W 20 W 12 W 32 W-9999 +USW00094728201011FMTM 2249 X 1014 X 1448 X 0703 X 1852 X 1829 X 2212 X 1017 X 1340 X 1358 X 0908 X 0846 X 1410 X 2126 X 0926 X 2239 X 1305 X 0131 X 1159 X 0338 X 0853 X 1423 X 2329 X 0224 X 1233 X 1200 X 1121 X 0009 X 1604 X 2302 X-9999 +USW00094728201011PGTM 0307 W 0028 W 1448 W 1205 W 1603 W 1039 W 2246 W 0856 W 1414 W 1311 W 0912 W 0850 W 0112 W 2120 W 0924 W 2239 W 1318 W 1122 W 0742 W 0319 W 0824 W 0953 W 2326 W 0224 W 2111 W 1250 W 1234 W 0009 W 1901 W 2258 W-9999 +USW00094728201011WDF2 330 X 50 X 150 X 60 X 250 X 20 X 290 X 290 X 330 X 40 X 50 X 50 X 50 X 140 X 60 X 120 X 260 X 300 X 270 X 220 X 60 X 220 X 290 X 300 X 240 X 270 X 270 X 290 X 140 X 150 X-9999 +USW00094728201011WDF5 280 X 320 X 160 X 70 X 260 X 70 X 300 X 290 X 320 X 50 X 50 X 60 X 40 X 140 X 70 X 130 X 280 X 300 X 290 X 210 X 60 X 200 X 300 X 300 X 170 X 260 X 260 X 320 X 150 X 140 X-9999 +USW00094728201011WSF2 54 X 45 X 58 X 76 X 54 X 58 X 72 X 94 X 76 X 67 X 80 X 58 X 36 X 54 X 54 X 76 X 103 X 63 X 67 X 76 X 58 X 67 X 80 X 89 X 58 X 89 X 103 X 67 X 45 X 67 X-9999 +USW00094728201011WSF5 89 X 76 X 76 X 107 X 80 X 94 X 103 X 143 X 125 X 103 X 107 X 72 X 54 X 72 X 67 X 125 X 192 X 98 X 98 X 112 X 76 X 107 X 125 X 139 X 72 X 112 X 148 X 98 X 58 X 103 X-9999 +USW00094728201011WT01-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 +USW00094728201011WT05-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00094728201011WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201011WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201011WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 +USW00094728201011WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00094728201011WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201012TMAX 156 0 56 0 44 0 44 0 17 0 17 0 22 0 11 0 -11 0 33 0 78 0 133 0 94 0 -50 0 -28 0 -11 0 22 0 22 0 28 0 28 0 33 0 33 0 17 0 44 0 0 0 -11 0 -22 0 33 0 28 0 44 0 72 0 +USW00094728201012TMIN 44 0 11 0 6 0 0 0 -11 0 -11 0 -11 0 -28 0 -50 0 -56 0 11 0 44 0 -61 0 -72 0 -67 0 -50 0 -50 0 -22 0 -11 0 -39 0 -22 0 -22 0 -11 0 -17 0 -39 0 -61 0 -67 0 -44 0 -6 0 -22 0 22 0 +USW00094728201012PRCP 305 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 351 0 10 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 277 0 132 0 0 0 0 0 0 0 0 0 +USW00094728201012SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 310 0 198 0 0 0 0 0 0 0 0 0 +USW00094728201012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 508 0 457 0 406 0 356 0 330 0 +USW00094728201012AWND 51 W 33 W 27 W 37 W 44 W 48 W 45 W 43 W 36 W 20 W 19 W 33 W 45 W 49 W 45 W 28 W 30 W 16 W 22 W 39 W 43 W 42 W 54 W 33 W 17 W 47 W 76 W 41 W 35 W 18 W 27 W +USW00094728201012FMTM 1241 X 0131 X 2205 X 1541 X 1914 X 1211 X 1204 X 0222 X 1154 X 0852 X 2352 X 1335 X 2032 X 1754 X 1402 X 0222 X 1150 X 1302 X 2347 X 1622 X 0547 X 2354 X 0700 X 0830 X 0919 X 2303 X 1406 X 1110 X 1426 X 2121 X 2124 X +USW00094728201012PGTM 1314 W 0102 W 1909 W 1140 W 1909 W 1759 W 1155 W 1641 W 1414 W 1954 W 2352 W 1027 W 2337 W 1511 W 1402 W 0221 W 1501 W 1301 W 2326 W 1609 W 1340 W 2325 W 1747 W 0830 W 0803 W 2144 W 1405 W 2353 W 1425 W 2120 W 2117 W +USW00094728201012WDF2 150 X 270 X 290 X 300 X 270 X 270 X 270 X 270 X 300 X 70 X 90 X 170 X 300 X 280 X 300 X 230 X 290 X 280 X 360 X 290 X 290 X 290 X 290 X 340 X 330 X 330 X 290 X 270 X 290 X 230 X 240 X +USW00094728201012WDF5 190 X 280 X 280 X 290 X 260 X 270 X 280 X 300 X 300 X 170 X 90 X 150 X 300 X 320 X 310 X 220 X 290 X 280 X 30 X 310 X 270 X 290 X 260 X 330 X 20 X 330 X 300 X 290 X 310 X 250 X 260 X +USW00094728201012WSF2 103 X 80 X 54 X 76 X 89 X 94 X 89 X 89 X 80 X 45 X 54 X 94 X 94 X 80 X 94 X 67 X 63 X 54 X 54 X 89 X 76 X 76 X 98 X 72 X 54 X 103 X 134 X 98 X 72 X 54 X 58 X +USW00094728201012WSF5 183 X 116 X 76 X 125 X 116 X 134 X 134 X 130 X 112 X 63 X 67 X 165 X 125 X 130 X 130 X 103 X 89 X 63 X 80 X 130 X 116 X 125 X 139 X 112 X 72 X 161 X 192 X 143 X 98 X 72 X 89 X +USW00094728201012WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00094728201012WT02 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728201012WT05 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201012WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 +USW00094728201012WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X +USW00094728201012WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728201012WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201012WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00094728201012WT18-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728201012WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728201101TMAX 117 X 111 X 22 X 44 X 39 X 6 X 6 X -6 X 0 X 17 X -6 X -6 X -11 X -11 X 33 X 28 X -28 X 50 X 50 X 17 X 0 X -44 X -44 X -44 X 28 X 17 X 22 X 11 X 22 X 39 X -6 X +USW00094728201101TMIN 44 X 17 X -22 X -11 X -17 X -33 X -39 X -50 X -33 X -44 X -50 X -44 X -78 X -78 X -50 X -33 X -72 X -44 X 17 X -11 X -78 X -106 X -117 X -144 X -44 X -11 X -17 X -22 X -17 X -28 X -56 X +USW00094728201101PRCP 0 X 3 X 0 X 0 X 0 X 0 X 48 X 0T X 0 X 0 X 64 X 155 Z 0 X 0 X 0 X 0 X 0T X 323 X 18 X 0 X 104 X 0 X 0 X 0 X 13 X 328 X 196 X 0T X 3 X 0 X 0T X +USW00094728201101SNOW 0 X 0 X 0 X 0 X 0 X 0 X 43 X 0T X 0 X 0 X 76 X 155 X 0 X 0 X 0 X 0 X 0T X 25 X 0 X 0 X 107 X 0 X 0 X 0 X 25 X 312 Z 170 X 0T X 0T X 0 X 0T X +USW00094728201101SNWD 305 X 229 X 152 X 127 X 102 X 51 X 25 X 76 X 51 X 51 X 51 X 229 X 203 X 178 X 152 X 127 X 102 X 127 X 51 X 25 X 152 X 152 X 152 X 152 X 152 X 102 X 584 X 508 X 483 X 457 X 432 X +USW00094728201101AWND 14 W 23 W 39 W 28 W 28 W 12 W 22 W 18 W 50 W 39 W 26 W 51 W 47 W 26 W 21 W 36 W 31 W 44 W 25 W 30 W 40 W 26 W 43 W 26 W 17 W 42 W 15 W 16 W 19 W 25 W 26 W +USW00094728201101FMTM 0001 X 2232 X 0222 X 1715 X 0247 X 1821 X 1835 X 2257 X 0500 X 1109 X 2028 X 1559 X 0441 X 2115 X 1756 X 1127 X 0253 X 1518 X 2002 X 1055 X 1112 X 0137 X 1141 X 0042 X 0416 X 1935 X 1228 X 1711 X 1029 X 1443 X 2139 X +USW00094728201101PGTM 1310 W 2319 W 0219 W 1448 W 1459 W 1820 W 0545 W 2256 W 0453 W 0519 W 2028 W 2015 W 1832 W 2146 W 1241 W 1118 W 0252 W 1517 W 2127 W 0420 W 1611 W 0259 W 1729 W 0042 W 0340 W 1935 W 1227 W 1248 W 1455 W 1516 W 2014 W +USW00094728201101WDF2 250 X 290 X 290 X 250 X 270 X 260 X 270 X 260 X 290 X 290 X 50 X 270 X 290 X 280 X 230 X 290 X 330 X 60 X 270 X 260 X 300 X 300 X 290 X 280 X 230 X 20 X 300 X 140 X 270 X 270 X 60 X +USW00094728201101WDF5 200 X 270 X 280 X 200 X 300 X 270 X 120 X 260 X 300 X 270 X 50 X 300 X 290 X 280 X 230 X 320 X 320 X 60 X 310 X 290 X 290 X 270 X 290 X 300 X 210 X 20 X 290 X 240 X 240 X 250 X 40 X +USW00094728201101WSF2 54 X 89 X 94 X 58 X 67 X 40 X 54 X 54 X 94 X 80 X 67 X 94 X 76 X 45 X 72 X 76 X 63 X 98 X 63 X 63 X 94 X 63 X 89 X 63 X 63 X 98 X 63 X 45 X 54 X 67 X 54 X +USW00094728201101WSF5 72 X 125 X 134 X 80 X 89 X 58 X 72 X 67 X 130 X 116 X 80 X 134 X 112 X 63 X 107 X 107 X 89 X 139 X 80 X 98 X 125 X 89 X 116 X 80 X 89 X 165 X 98 X 63 X 72 X 94 X 72 X +USW00094728201101WT01-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 +USW00094728201101WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728201101WT08 1 X 1 W-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00094728201101WT13-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00094728201101WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728201101WT17-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201101WT18-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00094728201101WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201101WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00094728201102TMAX -11 X 33 X 11 X 11 X 61 X 72 X 72 X 50 X -17 X -17 X 28 X 44 X 78 X 144 X 28 X 89 X 172 X 194 X 122 X 44 X 28 X 22 X 44 X 67 X 139 X 61 X 100 X 156 X-9999 -9999 -9999 +USW00094728201102TMIN -39 X -28 X -44 X -50 X -6 X 28 X 22 X -78 X -94 X -56 X -72 X -11 X -22 X 28 X -39 X -33 X 78 X 78 X -50 X -61 X -44 X -89 X -61 X -11 X 11 X -6 X 33 X 44 X-9999 -9999 -9999 +USW00094728201102PRCP 43 X 178 X 0 X 0 X 53 X 0 X 33 X 28 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 86 X 0 X 0 X 13 X 335 X 0 X 0 X 112 X-9999 -9999 -9999 +USW00094728201102SNOW 28 X 13 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 81 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 -9999 -9999 +USW00094728201102SNWD 457 X 432 X 406 X 406 X 381 X 381 X 330 X 279 Z 254 X 254 X 203 X 203 X 203 X 178 X 127 X 102 X 51 X 0 X 0 X 0 X 76 X 76 X 51 X 0 X 0 X 0 X 0 X 0 X-9999 -9999 -9999 +USW00094728201102AWND 40 W 29 W 40 W 27 W 25 W 31 W 21 W 55 W 36 W 35 W 27 W 38 W 35 W 59 W 52 W 21 W 19 W 32 W 71 W 39 W 37 W 32 W 16 W 18 W-9999 -9999 29 W 43 W-9999 -9999 -9999 +USW00094728201102FMTM 2208 X 2126 X 0828 X 1143 X 2112 X 0118 X 1430 X 1832 X 0427 X 0906 X 1142 X 1630 X 2355 X 2155 X 0414 X 1349 X 0137 X 2312 X 1910 X 0047 X 2248 X 0134 X 0034 X 1500 X 1533 X 2046 X 1031 X 1917 X-9999 -9999 -9999 +USW00094728201102PGTM 2142 W 2051 W 0826 W 1517 W 2111 W 0057 W 1828 W 2104 W 0156 W 0918 W 1400 W 1527 W 2354 W 2154 W 0201 W 1314 W 0052 W 2311 W 2055 W 0251 W 2247 W 0519 W 0343 W 1233 W 1544 W 2111 W 1030 W 1155 W-9999 -9999 -9999 +USW00094728201102WDF2 40 X 270 X 290 X 230 X 240 X 250 X 140 X 300 X 270 X 290 X 240 X 270 X 220 X 290 X 290 X 230 X 230 X 270 X 290 X 290 X 30 X 40 X 340 X 150 X 270 X 150 X 300 X 300 X-9999 -9999 -9999 +USW00094728201102WDF5 50 X 270 X 290 X 270 X 220 X 230 X 170 X 270 X 290 X 300 X 200 X 270 X 220 X 290 X 280 X 260 X 240 X 280 X 300 X 300 X 40 X 330 X 40 X 180 X 290 X 160 X 290 X 190 X-9999 -9999 -9999 +USW00094728201102WSF2 72 X 98 X 89 X 72 X 89 X 98 X 58 X 103 X 72 X 72 X 67 X 89 X 76 X 139 X 125 X 72 X 58 X 103 X 139 X 98 X 80 X 80 X 45 X 54 X 94 X 58 X 72 X 89 X-9999 -9999 -9999 +USW00094728201102WSF5 98 X 170 X 116 X 98 X 134 X 148 X 72 X 174 X 125 X 98 X 89 X 156 X 112 X 192 X 170 X 112 X 80 X 161 X 210 X 139 X 112 X 107 X 67 X 76 X 143 X 72 X 103 X 139 X-9999 -9999 -9999 +USW00094728201102WT01 1 W 1 W-9999 -9999 1 X-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 X-9999 -9999 1 W-9999 -9999 -9999 +USW00094728201102WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201102WT08-9999 -9999 -9999 -9999 1 X-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 W-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728201102WT13-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00094728201102WT16 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00094728201102WT17 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201102WT18 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201102WT19 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201102WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201103TMAX 78 X 117 X 6 X 50 X 161 X 122 X 117 X 89 X 72 X 117 X 128 X 133 X 117 X 72 X 83 X 139 X 183 X 250 X 150 X 106 X 72 X 100 X 44 X 67 X 56 X 44 X 72 X 72 X 94 X 117 X 61 X +USW00094728201103TMIN 6 X -39 X -67 X -28 X 50 X 100 X 11 X -17 X 11 X 33 X 44 X 33 X 50 X 28 X 11 X 33 X 67 X 106 X 33 X 11 X 22 X 44 X 0 X -11 X -22 X -33 X -22 X -33 X -6 X 22 X 28 X +USW00094728201103PRCP 0 X 0 X 0 X 0 X 3 X 513 X 20 X 0 X 0T X 272 X 231 X 0 X 0 X 0 X 0 X 142 X 0 X 0 X 0 X 0 X 112 Z 0T X 221 X 23 X 0 X 0 X 0 X 0 X 0 X 3 X 33 X +USW00094728201103SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0T X 25 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X +USW00094728201103SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 25 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201103AWND 30 W 49 W 25 W 35 W 40 W 38 W 46 W 21 W 48 W 48 W 38 W 37 W 42 W 23 W 23 W 13 W 25 W 36 W 39 W 29 W 22 W 38 W 30 W 29 W 31 W 40 W 38 W 42 W 35 W 20 W 48 W +USW00094728201103FMTM 1033 X 1931 X 0026 X 1729 X 1423 X 2230 X 1443 X 0821 X 1733 X 2357 X 0120 X 0942 X 0712 X 2021 X 1844 X 0805 X 2322 X 1358 X 0602 X 2337 X 0842 X 1406 X 2137 X 0025 X 1609 X 1529 X 2342 X 2234 X 1538 X 1612 X 1724 X +USW00094728201103PGTM 0850 W 1740 W 0118 W 1650 W 1712 W 2059 W 1300 W 0949 W 1913 W 2333 W 0120 W 0142 W 0717 W 0801 W 2016 W 0804 W 2321 W 1211 W 1621 W 0712 W 0842 W 1351 W 2136 W 1132 W 1737 W 1508 W 1932 W 0025 W 1702 W 1617 W 1723 W +USW00094728201103WDF2 350 X 290 X 330 X 150 X 180 X 170 X 290 X 330 X 110 X 130 X 140 X 260 X 270 X 30 X 130 X 60 X 240 X 280 X 290 X 180 X 160 X 290 X 50 X 80 X 280 X 270 X 300 X 300 X 290 X 160 X 60 X +USW00094728201103WDF5 320 X 270 X 260 X 190 X 170 X 150 X 300 X 30 X 70 X 140 X 160 X 270 X 280 X 290 X 160 X 50 X 240 X 270 X 320 X 30 X 130 X 290 X 60 X 340 X 270 X 290 X 310 X 270 X 290 X 170 X 70 X +USW00094728201103WSF2 72 X 94 X 67 X 67 X 80 X 80 X 94 X 58 X 89 X 103 X 103 X 76 X 94 X 54 X 63 X 76 X 63 X 98 X 80 X 63 X 67 X 72 X 76 X 67 X 72 X 72 X 76 X 76 X 72 X 67 X 94 X +USW00094728201103WSF5 116 X 143 X 103 X 98 X 130 X 148 X 139 X 72 X 116 X 183 X 174 X 103 X 148 X 76 X 80 X 103 X 107 X 148 X 107 X 94 X 98 X 112 X 103 X 94 X 98 X 125 X 125 X 130 X 107 X 89 X 125 X +USW00094728201103WT01-9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 X 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00094728201103WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X +USW00094728201103WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728201103WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00094728201103WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201103WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00094728201104TMAX 67 X 128 X 144 X 172 X 194 X 128 X 111 X 94 X 144 X 133 X 272 X 222 X 100 X 206 X 133 X 128 X 161 X 172 X 117 X 183 X 172 X 106 X 161 X 267 X 239 X 283 X 239 X 222 X 206 X 194 X-9999 +USW00094728201104TMIN 17 X 33 X 56 X 61 X 50 X 33 X 56 X 56 X 44 X 78 X 100 X 72 X 61 X 89 X 50 X 50 X 100 X 83 X 83 X 72 X 61 X 44 X 61 X 122 X 133 X 122 X 161 X 161 X 122 X 100 X-9999 +USW00094728201104PRCP 46 X 0 X 0T X 15 X 41 X 23 X 5 X 0 X 0 X 0 X 0T X 277 X 97 X 0 X 0 X 368 X 84 X 0 X 8 X 0 X 0 X 0 X 191 X 127 X 0 X 0 X 0T X 79 X 0 X 0 X-9999 +USW00094728201104SNOW 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201104SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201104AWND 34 W 46 W 36 W 30 W 47 W 30 W 29 W 20 W 22 W 18 W 31 W 48 W 53 W 26 W 43 W 55 W 42 W 31 W 28 W 26 W 46 W 32 W 25 W 15 W 24 W 28 W 31 W 32 W 29 W 22 W-9999 +USW00094728201104FMTM 1814 X 1315 X 1333 X 0858 X 1021 X 1302 X 0832 X 0927 X 1604 X 1811 X 2355 X 2346 X 0754 X 2318 X 0736 X 1623 X 0015 X 1732 X 2346 X 0010 X 1734 X 1548 X 0730 X 1417 X 1954 X 1607 X 1534 X 1121 X 1458 X 1316 X-9999 +USW00094728201104PGTM 2013 W 1503 W 1125 W 0750 W 1348 W 1302 W 0831 W 1541 W 1343 W 2201 W 0545 W 2345 W 0754 W 2317 W 0735 W 1632 W 1535 W 1752 W 2345 W 0150 W 1335 W 1447 W 0754 W 1417 W 1932 W 1310 W 1506 W 1221 W 1717 W 1309 W-9999 +USW00094728201104WDF2 270 X 270 X 290 X 160 X 290 X 240 X 60 X 60 X 130 X 150 X 250 X 50 X 60 X 30 X 60 X 90 X 170 X 170 X 70 X 50 X 290 X 160 X 140 X 150 X 60 X 160 X 150 X 140 X 260 X 50 X-9999 +USW00094728201104WDF5 270 X 280 X 290 X 160 X 310 X 230 X 40 X 200 X 140 X 140 X 240 X 60 X 60 X 30 X 60 X 110 X 250 X 210 X 60 X 70 X 300 X 100 Z 120 X 150 X 70 X 200 X 150 X 270 X 250 X 50 X-9999 +USW00094728201104WSF2 76 X 80 X 76 X 76 X 94 X 80 X 72 X 58 X 54 X 58 X 63 X 116 X 143 X 72 X 98 X 107 X 98 X 63 X 72 X 76 X 89 X 58 X 63 X 58 X 54 X 72 X 67 X 67 X 72 X 67 X-9999 +USW00094728201104WSF5 103 X 112 X 130 X 107 X 148 X 107 X 98 X 72 X 72 X 72 X 98 X 148 X 179 X 125 X 125 X 174 X 156 X 103 X 98 X 107 X 143 X 98 Z 94 X 72 X 72 X 116 X 94 X 112 X 103 X 98 X-9999 +USW00094728201104WT01 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 X-9999 1 W-9999 -9999 -9999 +USW00094728201104WT08-9999 -9999 -9999 -9999 1 W 1 W-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 W-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728201104WT13 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00094728201104WT16 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00094728201104WT19 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201105TMAX 206 X 172 X 239 X 178 X 183 X 222 X 222 X 233 X 217 X 239 X 217 X 233 X 194 X 178 X 206 X 167 X 156 X 194 X 239 X 178 X 256 X 144 X 194 X 272 X 289 X 256 X 283 X 289 X 278 X 300 X 317 X +USW00094728201105TMIN 100 X 100 X 128 X 78 X 78 X 100 X 128 X 111 X 122 X 117 X 111 X 111 X 111 X 139 X 144 X 117 X 111 X 122 X 156 X 139 X 128 X 122 X 128 X 189 X 183 X 178 X 183 X 194 X 194 X 211 X 206 X +USW00094728201105PRCP 0 X 0 X 0 X 127 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 226 X 43 X 170 X 554 X 0 X 61 X 18 X 0 X 25 X 0 X 0 X 0 X 0 X 0 X 0 X 74 X 0 X +USW00094728201105SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201105SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201105AWND 24 W 23 W 30 W 27 W 38 W 26 W 26 W 22 W 32 W 25 W 26 W 22 W 14 W 24 W 19 W 43 W 57 W 33 W 19 W 5 W 14 W 24 W 24 W 24 W 16 W 22 W 23 W 24 W 23 W 20 W 21 W +USW00094728201105FMTM 2054 X 1331 X 2250 X 1904 X 1608 X 1427 X 1604 X 1747 X 1242 X 1231 X 0743 X 1429 X 1720 X 1817 X 0550 X 2326 X 0437 X 0011 X 1530 X 1014 X 1716 X 2356 X 1018 X 1527 X 2104 X 1116 X 1342 X 1704 X 2253 X 0533 X 1103 X +USW00094728201105PGTM 2141 W 0225 W 2035 W 0651 W 1540 W 1842 W 1601 W 1744 W 1550 W 1223 W 0701 W 1710 W 1911 W 1803 W 0548 W 2110 W 0436 W 0029 W-9999 -9999 1659 W 1338 W 1017 W 1428 W 2204 W 1320 W 1430 W 1703 W 2252 W-9999 -9999 +USW00094728201105WDF2 150 X 130 X 270 X 300 X 280 X 170 X 300 X 30 X 50 X 50 X 40 X 140 X 150 X 150 X 80 X 60 X 60 X 60 X 80 Z-9999 60 X 130 X 150 X 240 X 150 X 150 X 150 Z 160 X 210 X 210 Z 100 Z +USW00094728201105WDF5 140 X 160 X 160 X 310 X 320 X 160 X 300 X 30 X 70 X 30 X 50 X 160 X 160 X 180 X 90 X 70 X 70 X 70 X-9999 -9999 60 X 150 X 160 X 280 X 180 X 140 X 220 Z 180 X 240 X-9999 -9999 +USW00094728201105WSF2 58 X 45 X 63 X 63 X 80 X 63 X 76 X 58 X 80 X 76 X 72 X 63 X 45 X 45 X 45 X 80 X 103 X 94 X 45 Z 27 W 63 X 45 X 54 X 58 X 45 X 63 X 40 Z 76 X 54 X 45 Z 45 Z +USW00094728201105WSF5 80 X 72 X 89 X 103 X 125 X 94 X 130 X 76 X 112 X 103 X 98 X 89 X 63 X 67 X 63 X 112 X 143 X 125 X-9999 -9999 80 X 67 X 80 X 80 X 76 X 94 X 72 X 112 X 80 X-9999 -9999 +USW00094728201105WT01-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W 1 W 1 W 1 X 1 W 1 W 1 W 1 X 1 X-9999 1 W 1 W 1 W 1 W 1 W 1 W +USW00094728201105WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201105WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 1 X +USW00094728201105WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X +USW00094728201105WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728201106TMAX 322 X 267 X 244 X 239 X 211 X 272 X 306 X 344 X 350 X 306 X 222 X 233 X 228 X 222 X 283 X 289 W 244 W 283 X 283 X 272 X 278 X 267 X 217 X 211 X 267 X 261 X 278 X 283 X 278 X 278 X-9999 +USW00094728201106TMIN 206 X 167 X 139 X 150 X 133 X 156 X 189 X 228 X 206 X 211 X 150 X 144 X 156 X 144 X 133 X 167 W 178 W 178 X 206 X 194 X 211 X 217 X 189 X 183 X 178 X 189 X 189 X 222 X 206 X 183 X-9999 +USW00094728201106PRCP 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 18 X 0 X 140 X 13 X 13 Z 13 X 0 X 0 W 462 W 0 X 0 X 0 X 0 X 69 X 66 X 8 X 0 X 0 X 0 X 0 X 25 X 0 X-9999 +USW00094728201106SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 W 0 W 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201106SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 W 0 W 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201106AWND 26 W 38 W 30 W 22 W 18 W 18 W 23 W 17 W 16 W 21 W 45 W 26 W 20 W 21 W 22 W 20 W 12 W 8 W 18 W 15 W 19 W 14 W 29 W 24 W 18 W 19 W 10 W 11 W 17 W 22 W-9999 +USW00094728201106FMTM 2227 X 1243 X 1249 X 1241 X 0107 X 2250 X 1421 X 1639 X 1712 X 2355 X 1459 X 0253 X 1440 X 0823 X 1250 X 9999 XX 9999 XX 1259 X 1146 X 2226 X 0234 X 1118 X 1617 X 1947 X 2042 X 1403 X 2013 X 1333 X 1433 X 1528 X-9999 +USW00094728201106PGTM 2009 W 1243 W 1249 W 1241 W 1755 W 2249 W 1219 W 2006 W 1714 W 2136 W 1909 W 0252 W 1634 W 0813 W 1249 W-9999 -9999 1231 W 1145 W 1801 W 2247 W 1622 W 1617 W 2009 W 1916 W 1401 W 2013 W 1329 W 1433 W 1258 W-9999 +USW00094728201106WDF2 280 X 290 X 280 X 270 X 90 X 240 X 260 X 230 X 350 X 70 X 70 X 50 X 290 X 60 X 40 X 260 W 120 W 270 X 50 X 230 X 240 X 70 X 40 X 50 X 260 X 280 X 160 X 150 X 310 X 270 X-9999 +USW00094728201106WDF5 230 X 300 X 270 X 270 X 120 X 230 X 220 X 230 X 320 X 140 X 60 X 50 X 280 X 60 X 70 X-9999 -9999 310 X 60 X 160 X 220 X 150 X 30 X 60 X 270 X 270 X 150 X 150 X 280 X 250 X-9999 +USW00094728201106WSF2 63 X 89 X 80 X 63 X 58 X 54 X 63 X 40 X 80 X 54 X 94 X 67 X 58 X 67 X 58 X 40 W 36 W 40 X 54 X 40 X 54 X 58 X 72 X 54 X 45 X 45 X 40 X 45 X 63 X 54 X-9999 +USW00094728201106WSF5 98 X 148 X 116 X 89 X 67 X 72 X 98 X 63 X 139 X 72 X 130 X 94 X 80 X 80 X 76 X-9999 -9999 63 X 72 X 67 X 72 X 76 X 103 X 63 X 67 X 67 X 58 X 72 X 89 X 72 X-9999 +USW00094728201106WT01 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 X 1 W-9999 -9999 -9999 1 W 1 X 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 +USW00094728201106WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201106WT08 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00094728201106WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00094728201106WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728201107TMAX 283 X 300 X 233 X 300 X 306 X 317 X 333 X 294 X 311 X 300 X 328 X 339 X 300 X 289 X 306 X 322 X 328 X 350 X 344 X 317 X 361 X 400 X 378 X 328 X 267 X 322 X 289 X 306 X 289 X 328 X 328 X +USW00094728201107TMIN 172 X 200 X 206 X 211 X 211 X 228 X 233 X 200 X 194 X 200 X 233 X 256 X 206 X 178 X 189 X 211 X 222 X 239 X 239 X 239 X 239 X 289 X 283 X 256 X 200 X 206 X 200 X 217 X 217 X 233 X 217 X +USW00094728201107PRCP 0 X 0 X 213 X 0 X 0 X 0T X 0 X 102 X 0 X 0 X 0 X 0 X 28 X 0 X 0 X 0 X 0 X 28 X 0 X 0 X 0 X 0 X 0 X 8 X 81 X 36 X 0 X 0 X 274 X 0 X 0T X +USW00094728201107SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201107SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201107AWND 16 W 15 W 15 W 11 W 18 W 19 W 17 W 15 W 20 W 9 W 23 W 32 W 25 W 31 W 19 W 21 W 26 W 24 W 18 W 16 W 26 W 20 W 18 W 16 W 24 W 16 W 19 W 14 W 17 W 24 W 13 W +USW00094728201107FMTM 1241 X 1824 X 0508 X 1337 X 1343 X 1734 X 2338 X 2323 X 1648 X 1604 X 2356 X 1232 X 1824 X 1307 X 1102 X 2322 X 1324 X 1239 X 1634 X 1600 X 2039 X 1443 X 1721 X 1439 X 1227 X 1934 X 0908 X 2226 X 1806 X 1718 X 2225 X +USW00094728201107PGTM 1239 W 1915 W 0535 W 1512 W 1311 W 1444 W 1532 W 2308 W 1647 W 1831 W 2356 W 0008 W 1821 W 1314 W 1350 W 2030 W 2213 W 1540 W 1416 W 1821 W 1319 W 0129 W 0857 W 1437 W 1226 W 1934 W 1224 W 1545 W 1806 W 1514 W 2225 W +USW00094728201107WDF2 50 X 170 X 250 X 250 X 280 X 230 X 210 X 60 X 290 X 230 X 220 X 270 X 290 X 50 X 60 X 240 X 280 X 270 X 50 X 140 X 210 X 280 X 270 X 50 X 160 X 330 X 290 X 210 X 70 X 290 X 260 X +USW00094728201107WDF5 50 X 160 X 220 X 230 X 310 X 130 X 170 X 60 X 290 X 150 X 220 X 220 X 290 X 90 X 290 X 220 X 230 X 250 X 40 X 150 X 250 X 220 X 290 X 30 X 180 X 320 X 270 X 120 X 70 X 290 X 270 X +USW00094728201107WSF2 54 X 45 X 63 X 58 X 54 X 58 X 45 X 58 X 58 X 45 X 63 X 67 X 72 X 76 X 45 X 45 X 58 X 63 X 54 X 45 X 67 X 54 X 54 X 58 X 58 X 67 X 58 X 45 X 58 X 58 X 45 X +USW00094728201107WSF5 72 X 89 X 80 X 80 X 72 X 80 X 76 X 76 X 76 X 58 X 89 X 103 X 112 X 103 X 80 X 76 X 80 X 89 X 76 X 67 X 98 X 76 X 80 X 76 X 94 X 112 X 76 X 67 X 72 X 80 X 72 X +USW00094728201107WT01-9999 -9999 1 X 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 +USW00094728201107WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728201107WT08-9999 -9999 1 W 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 W-9999 1 W-9999 -9999 1 X-9999 -9999 +USW00094728201107WT13-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00094728201107WT16-9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00094728201108TMAX 344 X 328 X 311 X 289 X 300 X 294 X 317 X 322 X 283 X 300 X 278 X 289 X 294 X 222 X 250 X 256 X 300 X 283 X 289 X 294 X 289 X 250 X 261 X 267 X 256 X 283 X 256 X 239 X 250 X 278 X 294 X +USW00094728201108TMIN 217 X 228 X 194 X 194 X 211 X 222 X 228 X 233 X 217 X 211 X 206 X 178 X 206 X 194 X 200 X 183 X 189 X 194 X 183 X 178 X 211 X 183 X 161 X 194 X 222 X 217 X 217 X 183 X 150 X 161 X 172 X +USW00094728201108PRCP 5 X 0 X 193 X 0 X 0 X 48 X 41 X 0 X 531 X 0 X 0 X 0 X 0T X 1476 Z 142 X 5 X 0 X 18 X 315 X 0 X 170 X 0 X 0 X 0 X 124 X 0 X 732 X 1013 X 0 X 0 X 0 X +USW00094728201108SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201108SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201108AWND 14 W 17 W 14 W 21 W 20 W 26 W 16 W 19 W 20 W 24 W 16 W 13 W 13 W 22 W 19 W 21 W 8 W 22 W 15 W 10 W 22 W 31 W 17 W 33 W 29 W 9 W 34 W 63 W 18 W 15 W 10 W +USW00094728201108FMTM 1539 X 1710 X 1832 X 1413 X 1449 X 1822 X 0647 X 1601 X 1433 X 1641 X 1559 X 1205 X 2138 X 2100 X 2359 X 0503 X 2349 X 2128 X 1822 X 2253 X 1549 X 1105 X 1707 X 1646 X 2016 X 1010 X 2357 X 0259 X 0916 X 1138 X 1149 X +USW00094728201108PGTM 1538 W 1710 W 1620 W 1413 W 2204 W 1800 W 2001 W 1601 W 1431 W 1640 W 1517 W 0956 W 1810 W 2059 W 2352 W 0116 W 2324 W 2127 W 1821 W 2256 W 1600 W 1104 W 1324 W 1545 W 2016 W 1007 W 2100 W 0258 W 0844 W 1136 W 1148 W +USW00094728201108WDF2 100 X 260 X 120 X 50 X 160 X 160 X 200 X 30 X 150 X 270 X 270 X 240 X 240 X 130 X 60 X 60 X 220 X 210 X 260 X 230 X 150 X 280 X 260 X 180 X 220 X 50 X 60 X 70 X 300 X 60 X 50 X +USW00094728201108WDF5 110 X 280 X 170 X 50 X 180 X 180 X 350 X 60 X 170 X 260 X 270 X 270 X 200 X 130 X 60 X 70 X 240 X 210 X 280 X 230 X 160 X 270 X 280 X 180 X 220 X 50 X 70 X 70 X 300 X 70 X 50 X +USW00094728201108WSF2 76 X 58 X 54 X 67 X 58 X 58 X 58 X 76 X 45 X 67 X 58 X 45 X 45 X 67 X 45 X 58 X 40 X 63 X 80 X 40 X 58 X 63 X 45 X 63 X 67 X 40 X 98 X 143 X 54 X 58 X 40 X +USW00094728201108WSF5 103 X 80 X 72 X 76 X 80 X 89 X 89 X 103 X 76 X 94 X 80 X 67 X 76 X 107 X 58 X 76 X 72 X 98 X 130 X 63 X 98 X 107 X 72 X 103 X 103 X 58 X 165 X 268 X 72 X 76 X 54 X +USW00094728201108WT01 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 X 1 W 1 X 1 X-9999 -9999 -9999 +USW00094728201108WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00094728201108WT08-9999 1 W-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728201108WT13-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00094728201108WT16 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00094728201109TMAX 283 X 256 X 283 X 300 X 272 X 239 X 200 X 261 X 289 X 267 X 217 X 267 X 278 X 294 X 244 X 183 X 183 X 200 X 200 X 200 X 228 X 267 X 228 X 244 X 267 X 267 X 250 X 233 X 228 X 244 X-9999 +USW00094728201109TMIN 189 X 183 X 189 X 222 X 222 X 156 X 167 X 172 X 194 X 200 X 178 X 189 X 194 X 211 X 117 X 106 X 117 X 117 X 111 X 161 X 172 X 200 X 206 X 211 X 211 X 200 X 206 X 200 X 161 X 144 X-9999 +USW00094728201109PRCP 0 X 0 X 0 X 0 X 0T X 818 X 307 X 229 X 0 X 0T X 3 X 0 X 0 X 0 X 18 X 0 X 0 X 0 X 0 X 15 X 15 X 5 X 663 X 0 X 0 X 0 X 0 X 28 X 102 X 183 X-9999 +USW00094728201109SNOW 0 X 0 X 0 X 0 X 0 X 0 W 0 W 0 W 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201109SNWD 0 X 0 X 0 X 0 X 0 X 0 W 0 W 0 W 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201109AWND 16 W 16 W 20 W 23 W 23 W 38 W 48 W 30 W 20 W 17 W 20 W 9 W 21 W 22 W 21 W 24 W 24 W 33 W 22 W 18 W 10 W 7 W 19 W 9 W 4 W 5 W 16 W 26 W 21 W 17 W-9999 +USW00094728201109FMTM 1619 X 0828 X 1514 X 1048 X 0226 X 0815 X 2137 X 2050 X 1139 X 1116 X 0800 X 1641 X 1803 X 2059 X 1744 X 1042 X 0931 X 1124 X 0928 X 1205 X 2012 X 1441 X 2215 X 0354 X 1009 X 1634 X 1812 X 1512 X 1438 X 1758 X-9999 +USW00094728201109PGTM 1558 W 2301 W 2351 W 1047 W 0045 W 2122 W 2229 W 1111 W 1537 W 1116 W 0404 W 1641 W 1936 W 2121 W 1709 W 0900 W 0930 W 0921 W 1506 W 0811 W 1341 W 1606 W 2351 W 0359 W 0934 W 1633 W 1809 W 1026 W 1438 W 1106 W-9999 +USW00094728201109WDF2 140 X 50 X 220 X 230 X 230 X 50 X 60 X 60 X 60 X 50 X 60 X 160 X 230 X 230 X 340 X 280 X 70 X 60 X 50 X 130 X 120 X 170 X 150 X 330 X 40 X 140 X 140 X 130 X 250 X 260 X-9999 +USW00094728201109WDF5 150 X 220 X 220 X 220 X 240 X 70 X 60 X 50 X 230 X 50 X 60 X 160 X 200 X 240 X 300 X 340 X 80 X 70 X 230 X 220 X 170 X 150 X 160 X 310 X 60 X 140 X 140 X 80 X 250 X 150 X-9999 +USW00094728201109WSF2 45 X 45 X 45 X 58 X 58 X 80 X 80 X 76 X 45 X 54 X 45 X 40 X 58 X 54 X 67 X 58 X 72 X 76 X 45 X 58 X 40 X 40 X 45 X 40 X 31 X 40 X 54 X 58 X 76 X 54 X-9999 +USW00094728201109WSF5 72 X 58 X 67 X 80 X 94 X 112 X 116 X 103 X 63 X 72 X 72 X 67 X 80 X 80 X 112 X 94 X 94 X 116 X 67 X 89 X 72 X 67 X 67 X 67 X 45 X 54 X 67 X 80 X 130 X 76 X-9999 +USW00094728201109WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 X-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 X 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 +USW00094728201109WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201109WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 W-9999 -9999 +USW00094728201109WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00094728201109WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00094728201110TMAX 194 X 178 X 144 X 172 X 217 X 194 X 189 X 250 X 289 X 272 X 228 X 172 X 189 X 211 X 183 X 189 X 183 X 200 X 167 X 194 X 133 X 156 X 150 X 161 X 167 X 167 X 161 X 94 X 72 X 78 X 117 X +USW00094728201110TMIN 100 X 100 X 89 X 94 X 117 X 83 X 89 X 122 X 156 X 161 X 167 X 144 X 144 X 139 X 122 X 122 X 139 X 122 X 156 X 122 X 100 X 83 X 100 X 100 X 100 X 106 X 33 X 22 X 6 X 6 X 28 X +USW00094728201110PRCP 99 X 15 X 13 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 114 X 86 X 259 X 0 X 0 X 0T X 3 X 284 X 3 X 0 X 0 X 0 X 0 X 0 X 0 X 160 X 0 X 508 X 3 X 0 X +USW00094728201110SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 74 X 0T X 0 X +USW00094728201110SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201110AWND 22 W 22 W 11 W 21 W 33 W 13 W 9 W 12 W 12 W 7 W 28 W 45 W 33 W 26 W 34 W 35 W 35 W 16 W 49 W 36 W 30 W 19 W 9 W 17 W 29 W 13 W 29 W 22 W 39 W 26 W 9 W +USW00094728201110WDF2 40 X 150 X 190 X 290 X 290 X 60 X 240 X 250 X 270 X 50 X 60 X 60 X 50 X 230 X 230 X 260 X 230 X 150 X 50 Z 200 Z 240 X 270 X-9999 140 X 270 X 230 X 330 X 60 X 50 X 290 X 140 X +USW00094728201110WDF5 30 X 160 X 150 X 300 X 60 X 270 X 250 X 240 X 300 X 290 X 70 X 50 X 30 X 260 X 250 X 180 X 220 X 150 X 70 X 240 X 90 X-9999 -9999 190 X 310 X 230 X 330 X 60 X 60 X 270 X 140 X +USW00094728201110WSF2 58 X 63 X 40 X 58 X 72 X 45 X 45 X 54 X 36 X 36 X 58 X 94 X 58 X 58 X 89 X 80 X 67 X 40 X 94 Z 67 Z 45 X 45 X 27 W 45 X 72 X 45 X 76 X 58 X 98 X 63 X 40 X +USW00094728201110WSF5 80 X 103 X 58 X 80 X 98 X 63 X 63 X 72 X 45 X 45 X 72 X 130 X 89 X 112 X 134 X 116 X 103 X 58 X 165 X 139 X 94 X-9999 -9999 76 X 116 X 67 X 112 X 76 X 134 X 98 X 63 X +USW00094728201110WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728201110WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 +USW00094728201110WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 +USW00094728201110WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00094728201111TMAX 128 X 139 X 150 X 117 X 94 X 122 X 167 X 200 X 183 X 194 X 89 X 139 X 161 X 206 X 183 X 150 X 117 X 78 X 106 X 183 X 150 X 100 X 117 X 122 X 161 X 183 X 172 X 211 X 189 X 111 X-9999 +USW00094728201111TMIN 72 X 56 X 78 X 50 X 22 X 33 X 72 X 117 X 106 X 83 X 50 X 39 X 83 X 122 X 144 X 117 X 44 X 22 X 33 X 94 X 78 X 61 X 39 X 28 X 78 X 100 X 83 X 133 X 106 X 61 X-9999 +USW00094728201111PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 5 X 5 X 0 X 0 X 0 X 0T X 185 X 18 X 0 X 0 X 0 X 30 X 295 X 117 X 0 X 0 X 0 X 0 X 0 X 119 X 0 X-9999 +USW00094728201111SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201111SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201111AWND 27 W 9 W 26 W 37 W 22 W 18 W 20 W 10 W 16 W 15 W 37 W 33 W 25 W 31 W 23 W 15 W 30 W 31 W 30 W 38 W 22 W 34 W 31 W 23 W 26 W 14 W 22 W 25 W 33 W 40 W-9999 +USW00094728201111WDF2 60 X 230 X 230 X 40 X 40 X 230 X 240 X 50 X 150 X 280 X 270 X 210 X 210 X 210 X 200 X 330 X 300 X 230 X 200 X 230 X 30 X 90 X 80 X 260 X 230 X 230 X 180 X 200 X 180 X 290 X-9999 +USW00094728201111WDF5 60 X 230 X 220 X 40 X 50 X 220 X 240 X 50 X 140 X 280 X 310 X 200 X 220 X 230 X 220 X 340 X 300 X 270 X 200 X 220 X 50 X 130 X 330 X 260 X 240 X 230 X 170 X 170 X 190 X 240 X-9999 +USW00094728201111WSF2 72 X 36 X 63 X 94 X 67 X 54 X 45 X 54 X 45 X 63 X 80 X 63 X 63 X 67 X 72 X 45 X 72 X 67 X 72 X 72 X 67 X 76 X 80 X 54 X 58 X 40 X 58 X 58 X 76 X 76 X-9999 +USW00094728201111WSF5 89 X 58 X 80 X 134 X 98 X 72 X 67 X 58 X 67 X 98 X 139 X 98 X 94 X 103 X 112 X 67 X 107 X 103 X 103 X 116 X 89 X 112 X 112 X 72 X 80 X 63 X 94 X 80 X 134 X 116 X-9999 +USW00094728201111WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00094728201111WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00094728201111WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728201111WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728201112TMAX 100 X 111 X 83 X 128 X 150 X 167 X 167 X 72 X 111 X 78 X 39 X 67 X 83 X 100 X 150 X 150 X 56 X -6 X 83 X 89 X 167 X 144 X 94 X 22 X 78 X 72 X 139 X 100 X 33 X 106 X 122 X +USW00094728201112TMIN 28 X 39 X 28 X 56 X 83 X 133 X 56 X 22 X 22 X 0 X -17 X 6 X 0 X 22 X 83 X 50 X -6 X -56 X -22 X 50 X 56 X 89 X 17 X -17 X -6 X 33 X 33 X -6 X -44 X 28 X 78 X +USW00094728201112PRCP 0 X 0 X 0 X 0 X 0 X 51 X 427 X 41 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 3 X 28 X 15 X 191 X 0 X 0 X 0 X 259 X 0 X 0 X 0 X 3 X +USW00094728201112SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 W +USW00094728201112SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201112AWND 34 W 24 W 19 W 17 W 13 W 18 W 20 W 41 W 23 W 28 W 17 W 18 W 20 W 16 W 36 W 34 W-9999 20 W 34 W 22 W 27 W 24 W 30 W 24 W 26 W 40 W 36 W 52 W 31 W 15 W 24 W +USW00094728201112WDF2 290 X 290 X 40 X 210 X 210 X 190 X 290 X 280 X 170 X 280 X 240 X 230 X 320 X 160 X 230 X 290 X 290 X 330 X 210 X 280 X 270 X 280 X 290 X 290 X 230 X 290 X 150 X 290 X 270 X 150 X 260 X +USW00094728201112WDF5 270 X 290 X 60 X 180 X 220 X 220 X 310 X 300 X 170 X 330 X 240 X 220 X 320 X-9999 220 X 300 X 320 X 30 X 220 X 310 X 280 X 280 X 300 X 300 X 210 X 300 X 120 X 260 X 270 X 170 X 260 X +USW00094728201112WSF2 76 X 67 X 45 X 63 X 63 X 67 X 76 X 94 X 63 X 67 X 45 X 40 X 58 X 36 X 76 X 103 X 63 X 63 X 76 X 63 X 107 X 67 X 72 X 67 X 72 X 80 X 94 X 98 X 72 X 45 X 58 X +USW00094728201112WSF5 112 X 98 X 67 X 94 X 76 X 94 X 139 X 174 X 94 X 98 X 63 X 63 X 76 X-9999 103 X 148 X 98 X 89 X 112 X 103 X 156 X 98 X 103 X 89 X 98 X 125 X 165 X 156 X 103 X 63 X 76 X +USW00094728201112WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00094728201112WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201112WT08-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201112WT13-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728201112WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X +USW00094728201201TMAX 111 X 100 X 6 X -28 X 44 X 117 X 167 X 78 X 50 X 83 X 89 X 72 X 100 X 0 X -28 X 28 X 117 X 122 X 28 X 22 X -17 X 11 X 117 X 117 X 67 X 44 X 150 X 78 X 67 X 44 X 150 X +USW00094728201201TMIN 50 X 6 X -94 X -106 X -28 X 17 X 78 X 6 X -6 X 6 X 28 X 50 X -22 X -28 X -94 X -94 X 22 X -44 X -67 X -44 X -56 X -78 X 11 X 56 X 22 X 6 X 44 X 33 X 11 X 11 X 33 X +USW00094728201201PRCP 13 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 18 X 351 X 23 X 0T X 0 X 10 X 48 X 0 X 0 X 0 X 99 X 0 X 94 X 0 X 0 X 46 X 119 X 0 X 0 X 0 X 0 X +USW00094728201201SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0T X 0 X 0T X 0T X 0 X 0 X 0 X 109 X 0 X 0T X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X +USW00094728201201SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 25 X 76 X 51 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201201AWND 27 W 46 W 47 W 34 W 28 W 31 W 31 W 35 W 16 W 33 W 26 W 41 W 51 W 39 W 39 W 21 W 36 W 47 W 30 W 32 W 43 W 38 W 33 W 37 W 30 W 17 W 38 W-9999 -9999 -9999 -9999 +USW00094728201201WDF2 150 X 270 X 290 X 290 X 300 X 230 X 250 X 290 X 240 X 270 X 70 X 50 X 230 X 270 X 280 X 220 X 210 X 270 X 250 X 290 X 40 X 30 X 160 X 250 X 290 X 90 X 280 X 290 W-9999 -9999 220 W +USW00094728201201WDF5 150 X 270 X 280 X 310 X 320 X 230 X 280 X 300 X 230 X 270 X 70 X 70 X 240 X 270 X 280 X 220 X 190 X 280 X 220 X 280 X 60 X 30 X 250 X 220 X 320 X 110 X 300 X 290 W-9999 -9999 220 W +USW00094728201201WSF2 67 X 112 X 89 X 72 X 72 X 63 X 67 X 72 X 63 X 63 X 63 X 134 X 112 X 76 X 76 X 76 X 76 X 98 X 72 X 80 X 76 X 72 X 76 X 63 X 72 X 58 X 112 X 76 W-9999 -9999 58 W +USW00094728201201WSF5 98 X 143 X 134 X 98 X 98 X 98 X 103 X 107 X 89 X 80 X 89 X 179 X 161 X 112 X 112 X 116 X 116 X 156 X 107 X 107 X 107 X 98 X 125 X 98 X 112 X 76 X 161 X 116 W-9999 -9999 80 Z +USW00094728201201WT01 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00094728201201WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728201201WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201201WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201201WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728201201WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728201201WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728201201WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728201201WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201202TMAX 167 X 100 X 67 X 78 X 44 X 106 X 94 X 33 X 78 X 72 X 33 X 0 X 67 X 83 X 78 X 67 X 100 X 89 X 67 X 78 X 78 X 139 X 144 X 78 X 72 X 72 X 150 X 100 X 56 X-9999 -9999 +USW00094728201202TMIN 89 X 17 X -11 X 17 X 0 X 6 X 33 X -6 X -6 X 11 X 0 X -67 X -22 X 22 X 39 X 22 X 50 X 17 X 17 X -6 X 0 X 61 X 78 X 22 X 6 X -17 X 22 X 44 X 33 X-9999 -9999 +USW00094728201202PRCP 8 X 0 X 0 X 0 X 0 X 0 X 0 X 3 X 0T X 0 X 20 X 3 X 0 X 5 X 3 X 48 X 8 X 5 X 0 X 0 X 0 X 0 X 0 X 152 X 0T X 0 X 0 X 0 X 94 X-9999 -9999 +USW00094728201202SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0T X 0 X 0T X 5 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0T X 0 X 0 X 0 X 0 X-9999 -9999 +USW00094728201202SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 -9999 +USW00094728201202AWND 36 W 31 W 30 W 23 W 27 W 36 W 28 W 19 W 30 W 27 W 26 W 44 W 36 W 19 W 16 W 20 W 30 W 29 W 31 W 33 W 33 W 29 W 36 W 36 W 67 W 39 W 14 W 25 W 17 W-9999 -9999 +USW00094728201202WDF2 270 X 290 X 290 X 40 X 290 X 230 X 280 X 60 X 290 X 230 X 330 X 260 X 270 X 220 X 290 X 150 X 290 X 220 X 40 X 20 X 170 X 270 X 260 X 270 X 260 X 290 Z 220 X 290 X 130 X-9999 -9999 +USW00094728201202WDF5 280 X 290 X 290 X 60 X 30 X 230 X 290 X 60 X 300 X 220 X 320 X 330 X 270 X 220 X 270 X 170 X 300 X 270 X 20 X 30 X 160 X 240 X 270 X 310 X 280 X 270 Z 220 X 310 X 110 X-9999 -9999 +USW00094728201202WSF2 89 X 72 X 72 X 67 X 45 X 72 X 72 X 58 X 67 X 67 X 67 X 103 X 80 X 89 X 45 X 54 X 72 X 72 X 80 X 76 X 72 X 72 X 94 X 94 X 98 X 58 Z 63 X 94 X 67 X-9999 -9999 +USW00094728201202WSF5 125 X 116 X 103 X 89 X 76 X 98 X 98 X 67 X 89 X 89 X 98 X 143 X 125 X 112 X 63 X 80 X 116 X 98 X 103 X 112 X 121 X 107 X 134 X 143 X 183 X 103 Z 98 X 156 X 94 X-9999 -9999 +USW00094728201202WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00094728201202WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201202WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728201202WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728201202WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201203TMAX 50 X 56 X 133 X 72 X 67 X 67 X 167 X 217 X 178 X 61 X 161 X 217 X 233 X 211 X 111 X 106 X 167 X 178 X 233 X 228 X 194 X 256 X 244 X 183 X 111 X 122 X 106 X 194 X 161 X 139 X 61 X +USW00094728201203TMIN 28 X 6 X 56 X 22 X -22 X -39 X 28 X 117 X 28 X -17 X 22 X 83 X 122 X 100 X 61 X 61 X 72 X 78 X 128 X 128 X 139 X 133 X 144 X 83 X 72 X 11 X -11 X 67 X 61 X 44 X 33 X +USW00094728201203PRCP 33 X 41 X 30 X 0 X 0 X 0 X 0 X 0 X 5 X 0 X 0 X 0 X 10 X 0 X 0 X 8 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 3 X 15 X 0 X 0 X 5 X 0 X 28 X 66 X +USW00094728201203SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201203SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201203AWND 9 W 36 W 18 W 31 W 38 W 32 W 37 W 30 W 39 W 30 W 34 W 19 W 26 W 20 W 30 W 15 W 22 W 13 W 18 W 13 W 17 W 15 W 19 W 34 W 31 W 34 W 24 W 26 W 40 W 20 W 31 W +USW00094728201203WDF2 70 X 130 X 280 X 260 X 290 X 220 X 230 X 210 X 280 X 280 X 240 X 250 X 220 X 60 X 50 X 100 X 160 X 230 X 160 X 160 X 150 X 170 X 160 X 60 X 60 X 300 X 350 X 240 X 290 X 160 X 50 X +USW00094728201203WDF5 30 X 140 X 280 X 280 X 290 X 220 X 210 X 220 X 300 X 280 X 250 X 260 X 220 X 280 X 90 X 70 X 160 X 240 X 150 X 150 X 150 X 170 X 50 X 80 X 60 X 300 X 290 X 240 X 300 X 170 X 60 X +USW00094728201203WSF2 45 X 80 X 72 X 72 X 76 X 63 X 72 X 76 X 80 X 76 X 80 X 58 X 63 X 76 X 58 X 45 X 54 X 54 X 54 X 45 X 45 X 54 X 63 X 67 X 72 X 103 X 63 X 76 X 80 X 63 X 89 X +USW00094728201203WSF5 67 X 112 X 125 X 130 X 107 X 103 X 107 X 139 X 139 X 143 X 107 X 98 X 89 X 98 X 76 X 63 X 80 X 76 X 76 X 67 X 63 X 85 X 94 X 107 X 103 X 192 X 107 X 116 X 139 X 103 X 116 X +USW00094728201203WT01 1 W 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W +USW00094728201203WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201203WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201203WT13 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00094728201203WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X +USW00094728201204TMAX 111 X 139 X 178 X 200 X 144 X 150 X 161 X 194 X 178 X 156 X 117 X 161 X 183 X 222 X 250 X 311 X 256 X 167 X 211 X 217 X 217 X 122 X 122 X 150 X 167 X 161 X 133 X 156 X 172 X 167 X-9999 +USW00094728201204TMIN 56 X 44 X 44 X 83 X 56 X 33 X 44 X 67 X 94 X 72 X 61 X 61 X 61 X 100 X 144 X 183 X 161 X 94 X 83 X 122 X 122 X 78 X 56 X 50 X 61 X 72 X 50 X 33 X 67 X 61 X-9999 +USW00094728201204PRCP 130 X 10 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0T X 0 X 0 X 0T X 0T X 0 X 0 X 3 X 10 X 0 X 56 X 622 X 56 X 0 X 0T X 8 X 10 X 0 X 0 X 0 X-9999 +USW00094728201204SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201204SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201204AWND 11 W 35 W 26 W 26 W 23 W 30 W 25 W 35 W 49 W 25 W 22 W 22 W 15 W 15 W 16 W 25 W 25 W 22 W 9 W 22 W 22 W 39 W 30 W 28 W 10 W 26 W 42 W 27 W 25 W 18 W-9999 +USW00094728201204WDF2 250 X 300 X 300 X 340 X 30 X 340 X 360 X 290 X 270 X 270 X 350 X 330 X 270 X 230 X 270 X 150 X 290 X 20 X 160 X 160 X 280 X 50 X 240 X 240 X 300 X 150 X 300 X 260 X 280 X 170 X-9999 +USW00094728201204WDF5 240 X 310 X 290 X 360 X 10 X 330 X 360 Z 280 X 280 X 250 X 350 X 320 X 280 X-9999 260 X 150 X 300 X 350 X 160 X 170 X 280 Z 40 X 50 X 220 X 320 X 170 X 270 X 230 X 280 X 170 X-9999 +USW00094728201204WSF2 54 X 76 X 67 X 76 X 67 X 67 X 72 X 76 X 103 X 72 X 54 X 58 X 54 X 36 X 67 X 67 X 63 X 58 X 58 X 63 X 98 X 103 X 72 X 76 X 54 X 45 X 80 X 58 X 72 X 58 X-9999 +USW00094728201204WSF5 67 X 139 X 116 X 121 X 103 X 103 X 125 Z 148 X 183 X 112 X 94 X 98 X 72 X-9999 103 X 130 X 103 X 85 X 85 X 98 X 156 Z 152 X 125 X 121 X 98 X 89 X 143 X 89 X 121 X 103 X-9999 +USW00094728201204WT01 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00094728201204WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201204WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728201204WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728201205TMAX 200 X 117 X 144 X 228 X 172 X 183 X 183 X 189 X 206 X 178 X 200 X 256 X 272 X 211 X 183 X 256 X 222 X 222 X 267 X 256 X 167 X 211 X 239 X 189 X 239 X 289 X 272 X 317 X 317 X 244 X 261 X +USW00094728201205TMIN 106 X 100 X 100 X 122 X 133 X 117 X 111 X 128 X 139 X 111 X 94 X 117 X 172 X 172 X 161 X 161 X 117 X 122 X 117 X 139 X 139 X 156 X 178 X 167 X 156 X 194 X 178 X 217 X 200 X 200 X 189 X +USW00094728201205PRCP 157 X 20 X 119 X 25 X 0 X 0 X 3 X 10 X 84 X 48 X 0 X 0 X 0 X 0T X 137 X 23 X 0 X 0 X 0 X 0 X 356 X 58 X 8 X 241 X 0T X 5 X 15 X 0 X 53 X 3 X 0 X +USW00094728201205SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201205SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201205AWND 18 W 26 W 11 W 9 W 14 W 16 W 16 W 22 W 13 W 26 W 25 W 18 W 20 W 18 W 15 W 9 W 19 W 19 W 14 W 27 W 32 W 21 W 13 W 18 W 16 W 12 W 7 W 12 W 20 W 14 W 22 W +USW00094728201205WDF2 170 X 80 X 150 X 350 X 70 X 160 X 190 X 180 X 290 X 310 X 270 X 250 X 230 X 250 X 170 X 350 X 350 X 150 X 50 X 60 X 70 X 50 X 160 X 60 X 60 X 50 X 90 X 240 X 360 X 250 X 360 X +USW00094728201205WDF5 180 X 40 X 170 X 260 X 80 X 150 X 180 X 180 X 230 X 320 X 280 X 240 X 240 X 250 X 180 X 360 X 360 X 150 X 100 X 50 X 70 X 60 X 170 X-9999 160 X 10 X-9999 250 X 250 X 240 X 290 X +USW00094728201205WSF2 58 X 58 X 36 X 45 X 40 X 45 X 45 X 67 X 45 X 58 X 72 X 54 X 54 X 63 X 45 X 40 X 67 X 54 X 45 X 67 X 76 X 58 X 54 X 31 X 40 X 45 X 31 X 54 X 54 X 40 X 54 X +USW00094728201205WSF5 98 X 80 X 63 X 72 X 58 X 76 X 103 X 121 X 76 X 134 X 134 X 89 X 85 X 98 X 89 X 76 X 112 X 76 X 76 X 94 X 98 X 80 X 85 X-9999 67 X 85 X-9999 85 X 112 X 58 X 80 X +USW00094728201205WT01-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 W-9999 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 +USW00094728201205WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201205WT08 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 W-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201205WT13 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 +USW00094728201205WT16 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00094728201206TMAX 233 X 239 X 244 X 172 X 178 X 222 X 256 X 272 X 256 X 289 X 250 X 222 X 206 X 250 X 267 X 267 X 228 X 222 X 250 X 344 X 344 X 322 X 289 X 289 X 233 X 222 X 272 X 311 X 339 X 339 X-9999 +USW00094728201206TMIN 167 X 161 X 144 X 122 X 106 X 122 X 144 X 156 X 178 X 189 X 178 X 183 X 178 X 167 X 156 X 156 X 144 X 139 X 172 X 211 X 261 X 211 X 206 X 189 X 167 X 144 X 167 X 200 X 200 X 250 X-9999 +USW00094728201206PRCP 64 X 99 X 3 X 46 X 3 X 3 X 3 X 0 X 0T X 0T X 0 X 259 X 81 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 89 X 0T X 15 X 38 X 0 X 0 X 0 X 53 X 0 X-9999 +USW00094728201206SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201206SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201206AWND 36 W 23 W 24 W 34 W 17 W 10 W 13 W 14 W 13 W 7 W 24 W 25 W 25 W 27 W 18 W 20 W 20 W 14 W 12 W 16 W 21 W 12 W 18 W 13 W 16 W 28 W 30 W 24 W 17 W 21 W-9999 +USW00094728201206WDF2 130 X 280 X 290 X 60 X 350 X 230 X 50 X 280 X 300 X 170 X 140 X 160 X 30 X 70 X 60 X 160 X 150 X 170 X 250 X 280 X 290 X 340 X 280 X 50 X 60 X 300 X 280 X 270 X 250 X 280 X-9999 +USW00094728201206WDF5 110 X 140 X 280 X 50 X 350 X 250 X 210 X 300 X 330 X 160 X 180 X 170 X 30 Z 70 X 140 X 150 X 160 X 170 X 210 X 290 X 280 X 310 X 260 X 180 X 290 X 280 X 290 X 250 X 260 X 270 X-9999 +USW00094728201206WSF2 67 X 58 X 76 X 72 X 54 X 40 X 40 X 54 X 40 X 45 X 63 X 58 X 63 X 67 X 45 X 54 X 40 X 40 X 40 X 54 X 58 X 63 X 54 X 40 X 45 X 72 X 67 X 54 X 54 X 63 X-9999 +USW00094728201206WSF5 107 X 98 X 143 X 103 X 85 X 76 X 76 X 89 X 72 X 76 X 103 X 85 X 112 Z 103 X 85 X 80 X 76 X 72 X 63 X 72 X 103 X 98 X 89 X 72 X 103 X 125 X 112 X 94 X 76 X 89 X-9999 +USW00094728201206WT01 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728201206WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00094728201206WT13 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00094728201206WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00094728201207TMAX 344 X 311 X 317 X 333 X 350 X 339 X 361 X 333 X 300 X 306 X 294 X 317 X 317 X 294 X 317 X 328 X 356 X 378 X 244 X 222 X 256 X 283 X 300 X 328 X 294 X 311 X 306 X 272 X 267 X 272 X 267 X +USW00094728201207TMIN 233 X 222 X 217 X 211 X 250 X 222 X 222 X 222 X 228 X 206 X 217 X 211 X 233 X 228 X 217 X 211 X 233 X 228 X 200 X 161 X 161 X 183 X 217 X 233 X 194 X 200 X 217 X 200 X 200 X 200 X 211 X +USW00094728201207PRCP 0 X 0 X 0 X 15 X 0 X 0 X 127 X 23 X 0 X 0 X 0 X 0 X 0 X 0T X 66 X 0 X 0 X 447 X 5 X 147 X 0 X 0 X 38 X 0 X 0 X 152 X 0 X 46 X 3 X 0 X 0 X +USW00094728201207SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201207SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201207AWND 21 W 20 W 13 W 19 W 23 W 12 W 18 W 14 W 17 W 17 W 12 W 12 W 13 W 19 W 16 W 21 W 19 W 13 W 21 W 33 W 19 W 11 W 18 W 29 W 19 W 24 W 20 W 23 W 16 W 14 W 17 W +USW00094728201207WDF2 260 X 350 X 290 X 280 X 60 X 230 X 330 X 50 X 80 X 60 X 160 X 190 X 250 X 230 X 270 X 280 X 240 X 230 X 60 X 50 X 60 X 160 X 250 X 280 X 40 X 310 X 280 X 110 X 50 X 150 X 110 X +USW00094728201207WDF5 250 X-9999 280 X 350 X 340 X 250 X 10 X 50 X 170 X 190 X 160 X 180 X 170 X 240 X 290 X 290 X 240 X 230 Z 80 X 40 X 50 X 150 X 150 X 320 X 10 X 290 Z 240 X 50 X 60 X 170 X 50 X +USW00094728201207WSF2 63 X 40 X 63 X 54 X 45 X 45 X 54 X 54 X 45 X 54 X 45 X 45 X 40 X 58 X 63 X 40 X 63 X 58 X 76 X 80 X 54 X 45 X 45 X 63 X 63 X 94 X 54 X 54 X 40 X 45 X 45 X +USW00094728201207WSF5 94 X-9999 89 X 85 X 72 X 89 X 107 X 72 X 72 X 72 X 72 X 89 X 63 X 98 X 112 X 72 X 107 X 103 Z 98 X 116 X 72 X 80 X 85 X 103 X 98 X 156 Z 76 X 85 X 58 X 76 X 67 X +USW00094728201207WT01-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 X-9999 1 W-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 W-9999 -9999 +USW00094728201207WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201207WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728201207WT13-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 +USW00094728201207WT16-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 +USW00094728201208TMAX 256 X 306 X 317 X 322 X 328 X 300 X 283 X 300 X 311 X 267 X 306 X 306 X 300 X 261 X 278 X 294 X 311 X 261 X 233 X 256 X 278 X 278 X 294 X 306 X 300 X 289 X 272 X 306 X 261 X 278 X 328 X +USW00094728201208TMIN 211 X 211 X 239 X 239 X 228 X 222 X 200 X 228 X 228 X 211 X 239 X 228 X 206 X 222 X 194 X 189 X 183 X 172 X 167 X 183 X 189 X 200 X 206 X 206 X 211 X 200 X 211 X 228 X 194 X 161 X 206 X +USW00094728201208PRCP 163 X 0 X 0 X 0 X 56 X 3 X 0 X 0 X 0 X 61 X 0 X 0 X 0 X 3 X 145 X 0 X 38 X 81 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 155 X 36 X 0 X 0 X 0 X +USW00094728201208SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201208SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201208AWND 10 X 12 X 16 X 14 X 27 X 16 X 9 X 5 X 13 X 19 X 20 X 21 X 19 X 10 X 13 X 15 X 18 X 15 X 5 X 5 X 14 X 9 X 9 X 9 X 16 X 21 X 17 X 28 X 20 X 16 X 21 X +USW00094728201208WDF2 170 X 230 X 180 X 160 X 260 X 290 X 180 X 110 X 160 X 160 X 190 X 250 X 290 X 190 X 140 X 270 X 240 X 60 X 60 X 160 X 140 X 90 X 160 X 50 X 110 X 160 X 250 X 270 X 50 X 290 X 250 X +USW00094728201208WDF5 160 X 240 X 180 X 160 X 270 X 300 X 170 X 180 X 170 X 160 X 180 X 270 X 270 X 170 X 170 X 260 X 200 X 50 X 40 X 150 X 150 X 170 X 180 X 230 X 60 X 80 X 270 X 320 X 60 X 260 X 240 X +USW00094728201208WSF2 40 X 54 X 40 X 54 X 76 X 63 X 36 X 36 X 58 X 54 X 58 X 58 X 54 X 40 X 45 X 54 X 54 X 54 X 36 X 31 X 36 X 40 X 40 X 36 X 54 X 45 X 54 X 63 X 63 X 45 X 63 X +USW00094728201208WSF5 67 X 85 X 76 X 94 X 121 X 94 X 67 X 63 X 85 X 89 X 94 X 89 X 85 X 80 X 80 X 80 X 89 X 67 X 54 X 54 X 54 X 72 X 72 X 58 X 76 X 80 X 94 X 103 X 94 X 72 X 103 X +USW00094728201208WT01-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 X 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 +USW00094728201208WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728201208WT08-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201208WT13 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00094728201208WT16 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00094728201209TMAX 328 X 278 X 261 X 267 X 267 X 267 X 306 X 272 X 256 X 222 X 228 X 267 X 272 X 267 X 228 X 239 X 256 X 239 X 211 X 206 X 239 X 244 X 200 X 194 X 222 X 250 X 239 X 206 X 183 X 200 X-9999 +USW00094728201209TMIN 233 X 217 X 217 X 211 X 217 X 206 X 217 X 172 X 172 X 144 X 122 X 150 X 172 X 178 X 156 X 133 X 139 X 194 X 139 X 122 X 156 X 156 X 128 X 117 X 122 X 172 X 172 X 156 X 139 X 128 X-9999 +USW00094728201209PRCP 0 X 0 X 0T X 33 X 18 X 0 X 0 X 99 X 0T X 0 X 0 X 0 X 0 X 0 X 3 X 0 X 0 X 391 X 0T X 0 X 0 X 56 X 0 X 0 X 0 X 3 X 15 X 498 X 0 X 0T X-9999 +USW00094728201209SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201209SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201209AWND 22 X 12 X 30 X 17 X 17 X 11 X 13 X 20 X 14 X 23 X 13 X 14 X 11 X 17 X 20 X 9 X 13 W 28 X 23 X 25 X 21 X 14 X 28 X 18 X 27 X 19 X 12 X 19 X 12 X 13 X-9999 +USW00094728201209WDF2 150 X 170 X 140 X 200 X 260 X 260 X 240 X 280 X 360 X 350 X 360 X 170 X 170 X 260 X 300 X 280 X 190 W 250 X 300 X 150 X 80 X 160 X 300 X 280 X 260 X 230 X 60 X 60 X 20 X 290 X-9999 +USW00094728201209WDF5 260 X 180 X 110 X 180 X 230 X 240 X 240 X 280 X 20 X 330 X 20 X 180 X 150 X 260 X 300 X 270 X-9999 180 X 290 Z 140 X 140 X 160 X 310 X 260 X 240 X 250 X 240 X 150 X 330 X 270 X-9999 +USW00094728201209WSF2 54 X 36 X 54 X 45 X 54 X 40 X 45 X 80 X 45 X 63 X 40 X 40 X 40 X 45 X 58 X 40 X 36 W 98 X 54 X 54 X 45 X 63 X 58 X 54 X 67 X 54 X 45 X 45 X 36 X 58 X-9999 +USW00094728201209WSF5 89 X 58 X 76 X 85 X 98 X 58 X 76 X 152 X 72 X 107 X 72 X 76 X 72 X 80 X 103 X 63 X-9999 156 X 98 Z 72 X 76 X 103 X 94 X 67 X 107 X 94 X 76 X 72 X 54 X 89 X-9999 +USW00094728201209WT01-9999 -9999 -9999 1 W 1 W-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 X 1 W-9999 -9999 +USW00094728201209WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728201209WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201209WT13-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00094728201209WT16-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 +USW00094728201210TMAX 211 X 206 X 228 X 233 X 256 X 250 X 122 X 128 X 144 X 189 X 150 X 133 X 117 X 211 X 217 X 150 X 161 X 183 X 189 X 206 X 183 X 189 X 183 X 150 X 167 X 183 X 183 X 150 X 167 X 122 X 100 X +USW00094728201210TMIN 111 X 167 X 172 X 189 X 161 X 122 X 78 X 67 X 100 X 117 X 83 X 56 X 33 X 117 X 150 X 89 X 67 X 100 X 161 X 122 X 94 X 94 X 122 X 133 X 128 X 139 X 150 X 128 X 111 X 83 X 67 X +USW00094728201210PRCP 0 X 97 X 0 X 0T X 0 X 0 X 48 X 0 X 8 X 64 X 0 X 0 X 0 X 0 X 51 X 0 X 0 X 0T X 226 X 0 X 0 X 0 X 8 X 0T X 0 X 0 X 0 X 0 X 170 X 69 X 3 X +USW00094728201210SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201210SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201210AWND 20 X 13 X 7 X 5 X 15 X 25 X 9 X 14 X 29 X 26 X 25 X 26 X 16 X 28 X 22 X 25 X 8 X 19 X 23 X 16 X 26 X 19 X 6 X 23 X 14 X 7 X 29 X 52 X 84 X 34 X 23 X +USW00094728201210WDF2 280 X 60 X 110 X 100 X 250 X 310 X 290 X 50 X 70 X 280 X 280 X 10 X 240 X 240 X 230 X 310 X 250 X 160 X 170 X 280 X 270 X 280 X 70 X 60 X 80 X 140 X 70 X 50 X 50 X 160 X 240 X +USW00094728201210WDF5 280 X 70 X 40 X 120 X 240 X 310 X 290 X 290 X 50 X 290 X 270 X 310 X 250 X 250 X 190 X 300 X 250 X 140 X 180 X 270 X 280 Z 280 X 60 X 50 X 60 X 150 X 80 X 60 X 50 X 160 X 240 Z +USW00094728201210WSF2 67 X 45 X 27 X 36 X 36 X 72 X 40 X 36 X 58 X 67 X 63 X 72 X 54 X 67 X 58 X 80 X 36 X 58 X 58 X 63 X 63 X 58 X 36 X 45 X 36 X 27 X 67 X 107 X 170 X 94 X 58 X +USW00094728201210WSF5 107 X 67 X 40 X 54 X 67 X 121 X 63 X 58 X 76 X 116 X 116 X 112 X 85 X 116 X 98 X 139 X 63 X 103 X 107 X 107 X 98 Z 98 X 45 X 58 X 45 X 40 X 89 X 170 X 277 X 170 X 89 Z +USW00094728201210WT01-9999 1 X 1 X-9999 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 X 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201210WT08-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00094728201210WT13-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00094728201210WT16-9999 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00094728201211TMAX 106 X 117 X 106 X 106 X 72 X 56 X 50 X 89 X 117 X 128 X 178 X 189 X 167 X 83 X 72 X 78 X 106 X 94 X 83 X 106 X 117 X 122 X 133 X 100 X 44 X 89 X 56 X 50 X 61 X 78 X-9999 +USW00094728201211TMIN 61 X 56 X 44 X 39 X 17 X -6 X -6 X 0 X 22 X 56 X 100 X 89 X 44 X 28 X 17 X 33 X 39 X 33 X 28 X 44 X 44 X 50 X 61 X 17 X 6 X 22 X 11 X 11 X 11 X 33 X-9999 +USW00094728201211PRCP 0 X 0 X 0 X 0 X 0 X 0 X 284 X 15 X 0 X 0 X 0 X 0 X 23 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 3 X 0 X 0 X 0 X 135 X 0 X 0 X 0 X-9999 +USW00094728201211SNOW 0 X 0 X 0 X 0 X 0 X 0 X 109 X 10 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X-9999 +USW00094728201211SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 102 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00094728201211AWND 26 X 30 X 38 X 30 X 21 X 25 X 47 X 32 X 36 X 7 X 12 X 17 X 27 X 29 X 21 X 21 X 23 X 29 X 25 X 18 X 20 X 12 X 22 X 46 X 30 X 24 X 26 X 25 X 30 X 25 X-9999 +USW00094728201211WDF2 260 X 290 X 300 X 290 X 60 X 40 X 20 X 300 X 300 X 290 X 160 X 180 X 50 X 60 X 80 X 30 X 30 X 60 X 60 X 40 X 70 X 70 X 250 X 290 X 240 X 280 X 20 X 280 X 240 X 70 X-9999 +USW00094728201211WDF5 260 Z 280 X 310 X 340 X 300 X 10 X 40 X 310 X 290 X 30 X 240 X 180 X 290 X 30 X 50 X 30 X 30 X 60 X 90 X 30 X 50 X 60 X 170 X 290 X 240 X 290 X 50 X 290 X 240 X 50 X-9999 +USW00094728201211WSF2 63 X 72 X 80 X 63 X 58 X 54 X 98 X 72 X 72 X 40 X 36 X 67 X 58 X 67 X 58 X 58 X 54 X 58 X 63 X 40 X 45 X 40 X 54 X 94 X 67 X 67 X 58 X 63 X 67 X 80 X-9999 +USW00094728201211WSF5 89 Z 130 Z 130 X 85 X 89 X 89 X 148 X 125 X 116 X 98 X 72 X 107 X 98 X 94 X 76 X 80 X 72 X 76 X 89 X 54 X 67 X 54 X 76 X 152 X 125 X 98 X 89 X 94 X 116 X 112 X-9999 +USW00094728201211WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00094728201211WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201211WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201211WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728201211WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728201211WT18-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728201211WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00094728201212TMAX 50 X 111 X 156 X 167 X 144 X 44 X 78 X 100 X 100 X 150 X 144 X 61 X 78 X 89 X 83 X 83 X 61 X 122 X 83 X 83 X 133 X 33 X 56 X 44 X 50 X 39 X 39 X 28 X 11 X 11 X 33 X +USW00094728201212TMIN 22 X 50 X 94 X 83 X 17 X -17 X 17 X 67 X 56 X 67 X 50 X 22 X 22 X 28 X 33 X 56 X 44 X 61 X 39 X 17 X 22 X 22 X 17 X 6 X 0 X -22 X -11 X -11 X -11 X -22 X -22 X +USW00094728201212PRCP 0 X 10 X 0 X 18 X 0T X 0 X 36 X 91 X 46 X 8 X 15 X 0 X 0 X 0 X 0 X 102 X 74 X 130 X 0 X 5 X 178 X 0T X 0 X 18 X 15 X 251 X 157 X 0 X 66 X 0 X 0 X +USW00094728201212SNOW 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0T X 0 X 10 X 0T X 0 X 0T X 0 X 0 X +USW00094728201212SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201212AWND 40 X 13 X 17 X 13 X 36 X 15 X 11 X 14 X 30 X 18 X 25 X 15 X 7 X 23 X 17 X 40 X 41 X 33 X 42 X 24 X 46 X 55 X 31 X 16 X 25 X 62 X 56 X 33 X 27 X 51 X 34 X +USW00094728201212WDF2 70 X 230 X 310 X 180 X 310 X 310 X 250 X 250 X 10 X 60 X 300 X 280 X 50 X 260 X 100 X 70 X 70 X 290 X 310 X 110 X 150 X 290 X 290 X 60 X 50 X 70 X 70 X 310 X 60 X 310 X 240 X +USW00094728201212WDF5 80 X 250 X 250 X 180 X 310 X 310 X 250 X 250 X 20 X 60 X 300 X 360 X 50 X 240 X 130 X 60 X 70 X 280 Z 310 X 100 X 160 X 300 X 300 X 280 X 320 X 70 X 40 X 300 X 310 X 280 X 270 X +USW00094728201212WSF2 80 X 63 X 54 X 36 X 80 X 67 X 54 X 45 X 67 X 54 X 67 X 45 X 54 X 72 X 45 X 94 X 80 X 80 X 80 X 67 X 107 X 107 X 72 X 54 X 63 X 134 X 130 X 76 X 67 X 98 X 67 X +USW00094728201212WSF5 112 X 116 X 85 X 72 X 148 X 94 X 76 X 63 X 103 X 76 X 107 X 72 X 63 X 107 X 63 X 134 X 112 X 125 Z 143 X 130 X 179 X 192 X 103 X 76 X 98 X 201 X 197 X 130 X 94 X 183 X 112 X +USW00094728201212WT01 1 W 1 X-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 X 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 X 1 W-9999 1 X-9999 -9999 +USW00094728201212WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00094728201212WT08-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201212WT13 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00094728201212WT16-9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 +USW00094728201212WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 +USW00094728201212WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728201301TMAX 44 X 6 X 0 X 28 X 56 X 78 X 72 X 89 X 94 X 83 X 78 X 83 X 100 X 133 X 33 X 28 X 61 X 17 X 106 X 117 X 0 X -28 X -67 X -56 X -44 X -28 X 11 X 22 X 94 X 150 X 161 X +USW00094728201301TMIN -33 X -56 X -44 X -11 X 0 X 11 X 28 X 17 X 39 X 44 X 28 X 56 X 61 X 33 X 17 X 0 X 17 X -39 X -11 X -11 X -33 X -106 X -117 X -111 X -106 X -94 X -72 X -17 X 22 X 39 X -11 X +USW00094728201301PRCP 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 140 X 5 X 0 X 23 X 30 X 175 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 18 X 0 X 0 X 56 X 15 X 10 X 229 X +USW00094728201301SNOW 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 38 X 0 X 0 X 0T X 0 X 0 X 0 X +USW00094728201301SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 51 X 25 X 25 X 0 X 0 X 0 X +USW00094728201301AWND 31 X 26 X 20 X 36 X 30 X 30 X 24 X 29 X 18 X 30 X 20 X 17 X 12 X 22 W 31 X 22 X 25 X 30 X 44 X 49 X 23 X 47 X 35 X 38 X 30 X 30 X 26 X 21 X 20 X 23 X 55 X +USW00094728201301WDF2 310 X 310 X 260 X 290 X 310 X 290 X 310 X 250 X 270 X 310 X 120 X 350 X 180 X 310 X 20 X 310 X 310 X 240 X 250 X 280 X 310 X 290 X 280 X 300 X 280 X 300 X 280 X 250 X 140 X 170 X 280 X +USW00094728201301WDF5 300 X 340 X 260 X 250 X 310 X 270 X 310 X 260 X 250 X 290 X 180 X 350 X 170 X 320 X 60 X 310 X 280 X 240 X 260 X 280 X 320 X 290 X 280 X 320 X 290 X 290 X 290 X 250 Z-9999 170 X 290 Z +USW00094728201301WSF2 67 X 67 X 58 X 80 X 76 X 58 X 72 X 76 X 63 X 67 X 45 X 45 X 54 X 63 X 58 X 72 X 58 X 63 X 89 X 103 X 67 X 89 X 76 X 89 X 67 X 76 X 63 X 58 X 45 X 67 X 116 X +USW00094728201301WSF5 116 X 98 X 89 X 125 X 116 X 89 X 112 X 112 X 98 X 98 X 63 X 63 X 80 X 94 X 85 X 121 X 89 X 103 X 143 X 165 X 98 X 130 X 116 X 139 X 103 X 121 X 94 X 94 Z-9999 103 X 197 Z +USW00094728201301WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00094728201301WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00094728201301WT08-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00094728201301WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X +USW00094728201301WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00094728201301WT18-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00094728201301WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00094728201302TMAX -6 X -17 X -11 X -11 X 0 X 39 X 0 X 11 X 0 X 22 X 72 X 67 X 67 X 78 X 128 X 50 X 0 X 17 X 94 X 33 X 11 X 33 X 56 X 83 X 72 X 67 X 83 X 106 X-9999 -9999 -9999 +USW00094728201302TMIN -44 X -72 X -44 X -50 X -22 X -17 X -33 X -28 X -61 X -78 X 11 X 22 X 6 X 6 X 28 X -6 X -78 X -83 X 6 X -39 X -44 X -39 X 22 X 11 X 0 X 17 X 22 X 39 X-9999 -9999 -9999 +USW00094728201302PRCP 0 X 5 X 5 X 0 X 5 X 0 X 0 X 292 X 97 X 0 X 124 X 0 X 8 X 0T X 0 X 5 X 0 X 0 X 38 X 0 X 0 X 0 X 66 X 3 X 0 X 36 X 396 X 0T X-9999 -9999 -9999 +USW00094728201302SNOW 0 X 3 X 8 X 0 X 10 X 0 X 0 X 160 X 130 X 0 X 0 X 0 X 0T X 0T X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 -9999 -9999 +USW00094728201302SNWD 0 X 0 X 0T X 0 X 0T X 0 X 0 X 0 X 279 Z 254 X 229 X 102 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 -9999 -9999 +USW00094728201302AWND 38 X 29 X 16 X 33 X 22 X 21 X 26 X 61 X 38 X 14 X 16 X 38 X 15 X 18 X 27 X 32 X 55 X 37 X 30 X 54 X 45 X 32 X 40 X 32 X 21 X 34 X 50 X 20 X-9999 -9999 -9999 +USW00094728201302WDF2 290 X 290 X 300 X 260 X 60 X 310 X 80 X 70 X 320 X 310 X 310 X 290 X 40 X 30 X 310 X 10 X 310 X 290 X 290 X 290 X 310 X 40 X 60 X 310 X 310 X 70 X 70 X 290 X-9999 -9999 -9999 +USW00094728201302WDF5 290 X 250 X 290 X 290 X 60 X 300 Z 90 X 80 X 310 X 330 X 170 X 300 X 40 X 250 X 300 X 20 X 320 X 290 X 290 X 280 X 270 X 40 X 70 X 320 X 20 X 80 X 50 X 280 X-9999 -9999 -9999 +USW00094728201302WSF2 67 X 72 X 45 X 76 X 58 X 67 X 45 X 112 X 80 X 58 X 45 X 76 X 54 X 58 X 72 X 67 X 112 X 76 X 80 X 98 X 94 X 72 X 94 X 76 X 54 X 89 X 107 X 54 X-9999 -9999 -9999 +USW00094728201302WSF5 143 X 116 X 67 X 143 X 67 X 103 Z 58 X 165 X 139 X 89 X 80 X 143 X 80 X 80 X 107 X 112 X 179 X 139 X 125 X 152 X 143 X 107 X 134 X 143 X 80 X 125 X 165 X 85 X-9999 -9999 -9999 +USW00094728201302WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00094728201302WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201302WT08-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00094728201302WT13-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00094728201302WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201302WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00094728201302WT18-9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201302WT19-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201302WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201303TMAX 72 X 44 X 44 X 56 X 94 X 56 X 33 X 56 X 128 X 100 X 122 X 139 X 111 X 50 X 83 X 50 X 33 X 17 X 61 X 72 X 44 X 50 X 78 X 83 X 44 X 117 X 117 X 106 X 128 X 150 X 122 X +USW00094728201303TMIN 22 X -6 X -17 X -28 X -6 X 33 X 6 X -6 X 17 X 22 X 44 X 61 X 33 X -17 X -11 X 0 X -17 X -22 X 6 X 0 X -11 X -22 X 0 X 6 X 22 X 28 X 22 X 28 X 44 X 44 X 67 X +USW00094728201303PRCP 0 X 0T X 0T X 0 X 0 X 0 X 48 X 137 X 0 X 0 X 0 X 201 X 0 X 0 X 0 X 30 X 0 X 165 X 91 X 0T X 0T X 0 X 0 X 0 X 43 X 0 X 0 X 0T X 0 X 0 X 20 X +USW00094728201303SNOW 0 X 0T X 0T X 0 X 0 X 0 X 0T X 102 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 8 X 0 X 76 X 0 X 0T X 0T X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201303SNWD 0 X 0 X 0 X 0 X 0 X 0 X 0 X 51 X 51 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 51 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00094728201303AWND 24 X 34 X 34 X 46 X 32 X 69 X 45 X 34 X 27 X 21 X 29 X 36 X 28 X 51 X 35 X 17 X 27 X 43 X 43 X 34 X 29 X 40 X 43 X 23 X 40 X 21 X 25 X 26 X 25 X 19 X 28 X +USW00094728201303WDF2 310 X 310 X 310 X 310 X 310 X 60 X 40 X 30 X 340 X 160 X 180 X 190 X 280 X 280 X 290 X 310 X 320 X 70 X 70 X 290 X 320 X 290 X 320 X 50 X 70 X 340 X 310 X 310 X 310 X 300 X 170 X +USW00094728201303WDF5 300 X 300 X 310 X 310 X 310 X 50 X 50 X 20 X 50 X 170 X 180 X 180 X 280 X 320 Z 280 X 310 X 300 X 50 X 50 X 280 X 320 X 300 X 270 X 320 X 60 X 10 X 300 X 350 X 340 X 280 X 130 X +USW00094728201303WSF2 67 X 58 X 72 X 80 X 67 X 134 X 116 X 76 X 72 X 58 X 72 X 89 X 76 X 94 X 72 X 58 X 63 X 76 X 103 X 89 X 63 X 76 X 80 X 58 X 107 X 58 X 72 X 58 X 67 X 54 X 72 X +USW00094728201303WSF5 103 X 85 X 112 X 130 X 112 X 206 X 165 X 121 X 103 X 72 X 107 X 165 X 121 X 156 Z 116 X 85 X 103 X 107 X 148 X 125 X 103 X 116 X 139 X 80 X 161 X 89 X 107 X 103 X 107 X 76 X 107 X +USW00094728201303WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 W-9999 -9999 -9999 1 X-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00094728201303WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201303WT08-9999 1 W 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201303WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00094728201303WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X +USW00094728201303WT18-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201303WT19-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201303WT22-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201304TMAX 167 W 61 W 78 W 117 W 178 W 111 W 128 W 228 W 278 W 233 W 156 W 83 W 144 W 139 W 150 W 172 W 217 W 150 W 217 W 156 W 128 W 128 W 117 W 206 W 189 W 194 W 217 W 206 W 139 W 200 W-9999 +USW00094728201304TMIN 28 W 6 W 6 W 6 W 50 W 17 W 44 W 106 W 106 W 128 W 83 W 50 W 50 W 78 W 67 W 83 W 128 W 106 W 128 W 61 W 28 W 50 W 50 W 67 W 78 W 100 W 89 W 106 W 111 W 106 W-9999 +USW00094728201304PRCP 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 124 W 0T W 160 W 3 W 0 W 0 W 0 W 5 W 3 W 13 W 15 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 10 W 0 W-9999 +USW00094728201304SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201304SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201304AWND 29 W 43 W 48 W 26 W 25 W 27 W 32 W 19 W 22 W 22 W 28 W 50 W 13 W 26 W 26 W 29 W 24 W 27 W 32 W 38 W 22 W 43 W 39 W 22 W 24 W 15 W 21 W 20 W 23 W 24 W-9999 +USW00094728201304WDF2 280 W 280 W 310 W 230 W 310 W 310 W 190 W 170 W 300 W 310 W 60 W 70 W 20 W 280 W 60 W 170 W 60 W 150 W 170 W 310 W 60 W 70 W 80 W 160 W 310 W 30 W 60 W 160 W 180 W 60 W-9999 +USW00094728201304WDF5 290 W 280 W 310 W 290 W 290 W 330 W 170 W 170 W 300 W 290 W 130 W 100 W 10 W 300 W 180 W 170 W 260 W 170 W 180 W 300 W 360 W 50 W 60 W 180 W 310 W 20 W 180 W 170 W 180 W-9999 -9999 +USW00094728201304WSF2 89 W 81 W 67 W 58 W 76 W 89 W 63 W 72 W 76 W 72 W 67 W 103 W 58 W 72 W 63 W 81 W 54 W 76 W 72 W 72 W 67 W 94 W 89 W 54 W 72 W 58 W 58 W 63 W 58 W 45 W-9999 +USW00094728201304WSF5 139 W 134 W 139 W 98 W 130 W 139 W 139 W 116 W 139 W 143 W 103 W 152 W 85 W 107 W 81 W 116 W 85 W 121 W 116 W 134 W 103 W 116 W 139 W 85 W 125 W 103 W 81 W 94 W 98 W-9999 -9999 +USW00094728201304WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00094728201304WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201305TMAX 206 W 222 W 189 W 206 W 178 W 206 W 233 W 172 W 200 W 261 W 211 W 211 W 144 W 161 W 206 W 261 W 222 W 183 W 150 W 261 W 300 W 256 W 267 W 183 W 122 W 189 W 228 W 200 W 278 W 322 W 322 W +USW00094728201305TMIN 83 W 94 W 94 W 89 W 78 W 78 W 111 W 128 W 122 W 150 W 161 W 106 W 72 W 56 W 111 W 167 W 144 W 133 W 128 W 144 W 200 W 150 W 178 W 72 W 72 W 89 W 106 W 133 W 144 W 222 W 239 W +USW00094728201305PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 767 W 127 W 3 W 277 W 0T W 0 W 0 W 0 W 0 W 0 W 3 W 152 W 0 W 0 W 0 W 460 W 76 W 36 W 0 W 0 W 132 W 0 W 0 W 0 W +USW00094728201305SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201305SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201305AWND 21 W 16 W 29 W 26 W 25 W 16 W 26 W 25 W 16 W 17 W 14 W 35 W 32 W 20 W 45 W 16 W 16 W 9 W 21 W 7 W 24 W 15 W 24 W 24 W 41 W 38 W 17 W 12 W 7 W 23 W 18 W +USW00094728201305WDF2 60 W 110 W 60 W 70 W 60 W 60 W 70 W 70 W 60 W 160 W 180 W 280 W 280 W 290 W 170 W 240 W 360 W 190 W 150 W 260 W 240 W 60 W 210 W 310 W 310 W 310 W 250 W 240 W 250 W 270 W 260 W +USW00094728201305WDF5 50 W 190 W 80 W 40 W 70 W 170 W 60 W 170 W 240 W 160 W 250 W 270 W 280 W 290 W 160 W 250 W 320 W 190 W 150 W 260 W 250 W 60 W 250 W 300 W 300 W 270 W 250 W 250 W 260 W 260 W 180 W +USW00094728201305WSF2 72 W 40 W 76 W 72 W 63 W 54 W 45 W 54 W 40 W 45 W 45 W 72 W 67 W 45 W 98 W 58 W 76 W 40 W 54 W 45 W 58 W 72 W 54 W 67 W 76 W 89 W 54 W 45 W 45 W 45 W 45 W +USW00094728201305WSF5 116 W 63 W 121 W 98 W 89 W 72 W 63 W 76 W 58 W 89 W 81 W 130 W 112 W 76 W 125 W 103 W 116 W 72 W 81 W 67 W 98 W 107 W 98 W 134 W 148 W 130 W 94 W 76 W 72 W 76 W 81 W +USW00094728201305WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 +USW00094728201305WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00094728201306TMAX 322 W 311 W 256 W 239 W 233 W 211 W 172 W 250 W 267 W 211 W 267 W 244 W 206 W 222 W 267 W 267 W 289 W 289 W 250 W 267 W 278 W 289 W 311 W 333 W 328 W 294 W 300 W 294 W 283 W 300 W-9999 +USW00094728201306TMIN 228 W 206 W 189 W 139 W 144 W 150 W 150 W 139 W 172 W 167 W 178 W 183 W 128 W 117 W 161 W 183 W 206 W 178 W 150 W 167 W 178 W 183 W 211 W 233 W 228 W 233 W 228 W 228 W 217 W 228 W-9999 +USW00094728201306PRCP 0 W 216 W 221 W 0 W 0 W 33 W 1057 W 122 W 0 W 351 W 23 W 0 W 320 W 97 W 0 W 0 W 3 W 51 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 13 W 61 W 0T W 0 W 0T W-9999 +USW00094728201306SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201306SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201306AWND 17 W 27 W 15 W 22 W 17 W 23 W 38 W 17 W 10 W 26 W 29 W 24 W 30 W 23 W 17 W 17 W 12 W 16 W 23 W 17 W 22 W 18 W 21 W 19 W 15 W 17 W 18 W 23 W 17 W 14 W-9999 +USW00094728201306WDF2 250 W 250 W 250 W 10 W 160 W 150 W 70 W 60 W 250 W 140 W 250 W 310 W 70 W 60 W 260 W 260 W 250 W 80 W 50 W 220 W 240 W 190 W 210 W 240 W 260 W 250 W 230 W 250 W 180 W 160 W-9999 +USW00094728201306WDF5 260 W 270 W 250 W 340 W 210 W 180 W 80 W 40 W 270 W 150 W 270 W 310 W 70 W 60 W 270 W 240 W 260 W 60 W 50 W 250 W 260 W 200 W 230 W 250 W 260 W 250 W 250 W 250 W 180 W 180 W-9999 +USW00094728201306WSF2 54 W 67 W 54 W 58 W 45 W 58 W 89 W 67 W 45 W 63 W 72 W 72 W 89 W 81 W 54 W 67 W 45 W 54 W 58 W 54 W 45 W 45 W 63 W 58 W 63 W 54 W 58 W 54 W 54 W 45 W-9999 +USW00094728201306WSF5 89 W 116 W 85 W 94 W 85 W 94 W 143 W 89 W 76 W 112 W 134 W 130 W 139 W 125 W 94 W 130 W 103 W 72 W 85 W 89 W 94 W 89 W 107 W 89 W 125 W 85 W 107 W 98 W 81 W 89 W-9999 +USW00094728201306WT01-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201306WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00094728201307TMAX 250 W 278 W 283 W 306 W 322 W 333 W 333 W 317 W 311 W 294 W 289 W 250 W 272 W 322 W 344 W 344 W 361 W 367 W 356 W 339 W 317 W 300 W 306 W 283 W 200 W 283 W 278 W 256 W 294 W 283 W 283 W +USW00094728201307TMIN 222 W 222 W 228 W 239 W 244 W 256 W 256 W 228 W 233 W 239 W 244 W 200 W 194 W 233 W 256 W 250 W 261 W 272 W 283 W 272 W 244 W 239 W 228 W 200 W 178 W 183 W 211 W 211 W 206 W 194 W 194 W +USW00094728201307PRCP 213 W 20 W 135 W 0 W 0 W 0 W 0 W 56 W 58 W 0T W 0T W 64 W 15 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 15 W 79 W 0 W 3 W 0 W 0 W 61 W 3 W 0 W 0 W +USW00094728201307SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201307SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201307AWND 14 W 12 W 19 W 19 W 22 W 20 W 19 W 21 W 14 W 19 W 17 W 43 W 24 W 18 W 16 W 21 W 15 W 17 W 23 W 26 W 21 W 22 W 19 W 20 W 40 W 23 W 15 W 9 W 17 W 18 W 13 W +USW00094728201307WDF2 230 W 240 W 240 W 240 W 250 W 280 W 270 W 250 W 190 W 250 W 50 W 70 W 70 W 250 W 60 W 50 W 250 W 250 W 250 W 250 W 80 W 70 W 260 W 30 W 50 W 70 W 160 W 160 W 280 W 290 W 230 W +USW00094728201307WDF5 210 W 250 W 250 W 250 W 250 W 260 W 290 W 250 W 170 W 250 W 240 W 70 W 70 W 240 W 10 W 60 W 240 W 280 W 260 W 250 W 50 W 70 W 270 W 20 W 50 W 30 W 180 W 170 W 270 W 270 W 260 W +USW00094728201307WSF2 63 W 54 W 54 W 63 W 58 W 58 W 58 W 58 W 67 W 58 W 45 W 81 W 58 W 45 W 40 W 63 W 40 W 40 W 67 W 67 W 54 W 54 W 63 W 63 W 76 W 58 W 54 W 58 W 63 W 45 W 36 W +USW00094728201307WSF5 116 W 98 W 81 W 103 W 89 W 94 W 103 W 107 W 112 W 89 W 76 W 121 W 81 W 72 W 72 W 94 W 72 W 67 W 112 W 116 W 76 W 76 W 103 W 98 W 112 W 81 W 94 W 89 W 98 W 76 W 76 W +USW00094728201307WT01-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 +USW00094728201307WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201308TMAX 244 W 283 W 256 W 267 W 256 W 278 W 267 W 272 W 294 W 283 W 272 W 278 W 250 W 233 W 256 W 278 W 289 W 244 W 261 W 311 W 322 W 256 W 278 W 267 W 283 W 289 W 306 W 300 W 267 W 294 W 300 W +USW00094728201308TMIN 189 W 194 W 200 W 189 W 167 W 178 W 211 W 211 W 233 W 211 W 183 W 211 W 200 W 161 W 150 W 178 W 178 W 200 W 189 W 200 W 222 W 217 W 217 W 183 W 178 W 200 W 217 W 217 W 217 W 211 W 228 W +USW00094728201308PRCP 165 W 0 W 15 W 0 W 0 W 0 W 0T W 117 W 13 W 0 W 0 W 13 W 216 W 0 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 64 W 0 W 0 W 0 W 10 W 3 W 109 W 0T W 0 W 0 W +USW00094728201308SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201308SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201308AWND 13 W 20 W 15 W 23 W 15 W 12 W 23 W 20 W 19 W 22 W 11 W 9 W 12 W 29 W 16 W 9 W 9 W 13 W 15 W 13 W 11 W 17 W 25 W 22 W 18 W 26 W 21 W 12 W 22 W 19 W 22 W +USW00094728201308WDF2 160 W 270 W 260 W 310 W 360 W 210 W 160 W 170 W 250 W 270 W 280 W 100 W 300 W 310 W 290 W 280 W 110 W 70 W 250 W 280 W 180 W 260 W 40 W 50 W 290 W 260 W 40 W 290 W 80 W 260 W 220 W +USW00094728201308WDF5 180 W 250 W 250 W 280 W 50 W 170 W 190 W 170 W 260 W 270 W 280 W 100 W 290 W 310 W 260 W 180 W 200 W 50 W 250 W 280 W 250 W 280 W 30 W 50 W 270 W 260 W 40 W 280 W 80 W 260 W 230 W +USW00094728201308WSF2 45 W 58 W 58 W 58 W 45 W 40 W 58 W 45 W 72 W 63 W 40 W 36 W 54 W 67 W 45 W 36 W 36 W 45 W 40 W 40 W 36 W 45 W 58 W 63 W 45 W 63 W 54 W 40 W 54 W 58 W 58 W +USW00094728201308WSF5 72 W 112 W 81 W 98 W 72 W 76 W 98 W 85 W 98 W 94 W 63 W 58 W 81 W 125 W 72 W 58 W 49 W 67 W 76 W 63 W 63 W 72 W 85 W 89 W 85 W 98 W 76 W 63 W 81 W 89 W 107 W +USW00094728201308WT01-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728201308WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00094728201309TMAX 289 W 278 W 278 W 278 W 267 W 222 W 267 W 283 W 228 W 306 W 356 W 306 W 250 W 194 W 228 W 228 W 183 W 222 W 256 W 261 W 250 W 206 W 189 W 228 W 228 W 217 W 206 W 228 W 222 W 239 W-9999 +USW00094728201309TMIN 239 W 233 W 200 W 183 W 178 W 139 W 150 W 178 W 139 W 200 W 250 W 211 W 150 W 122 W 106 W 133 W 100 W 106 W 128 W 156 W 161 W 122 W 100 W 83 W 111 W 144 W 139 W 133 W 139 W 133 W-9999 +USW00094728201309PRCP 0 W 13 W 8 W 0 W 0 W 0 W 0 W 0T W 0 W 3 W 0 W 406 W 15 W 0 W 0 W 8 W 0 W 0 W 0 W 0 W 183 W 114 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201309SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201309SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201309AWND 11 W 4 W 13 W 24 W 25 W 16 W 15 W 29 W 19 W 26 W 20 W 18 W 23 W 21 W 17 W 21 W 21 W 12 W 11 W 14 W 20 W 26 W 18 W 18 W 8 W 16 W 21 W 20 W 14 W 15 W-9999 +USW00094728201309WDF2 240 W 150 W 300 W 250 W 310 W 60 W 270 W 30 W 60 W 240 W 260 W 290 W 290 W 290 W 290 W 20 W 60 W 250 W 270 W 220 W 180 W 300 W 360 W 270 W 280 W 70 W 70 W 60 W 70 W 250 W-9999 +USW00094728201309WDF5 260 W 140 W 280 W 250 W 20 W 50 W 270 W 20 W 180 W 250 W 250 W 290 W 300 W 270 W 160 W 20 W 40 W 240 W 170 W 160 W 180 W 290 W 290 W 290 W 30 W 20 W 60 W 80 W 60 W 260 W-9999 +USW00094728201309WSF2 45 W 54 W 54 W 54 W 58 W 54 W 45 W 67 W 54 W 54 W 54 W 67 W 63 W 54 W 40 W 63 W 76 W 40 W 36 W 40 W 72 W 63 W 54 W 54 W 31 W 45 W 45 W 54 W 40 W 54 W-9999 +USW00094728201309WSF5 76 W 76 W 85 W 81 W 89 W 76 W 63 W 112 W 76 W 98 W 94 W 107 W 107 W 85 W 63 W 94 W 112 W 67 W 58 W 72 W 125 W 107 W 85 W 76 W 49 W 72 W 63 W 76 W 63 W 76 W-9999 +USW00094728201309WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201309WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201310TMAX 278 W 283 W 256 W 300 W 244 W 211 W 244 W 194 W 167 W 183 W 200 W 222 W 183 W 189 W 222 W 194 W 228 W 200 W 178 W 172 W 189 W 194 W 128 W 122 W 117 W 128 W 144 W 161 W 133 W 156 W 189 W +USW00094728201310TMIN 150 W 178 W 172 W 189 W 178 W 183 W 156 W 122 W 117 W 122 W 156 W 156 W 133 W 111 W 117 W 133 W 161 W 128 W 111 W 100 W 100 W 106 W 72 W 50 W 44 W 50 W 78 W 61 W 67 W 83 W 117 W +USW00094728201310PRCP 0 W 0 W 0 W 0T W 0 W 0T W 64 W 0 W 0 W 0T W 5 W 0 W 0 W 0 W 0 W 0 W 5 W 0 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 15 W +USW00094728201310SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201310SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201310AWND 9 W 18 W 7 W 13 W 16 W 26 W 26 W 27 W 38 W 40 W 42 W 50 W 38 W 11 W 13 W 14 W 12 W 30 W 15 W 25 W 17 W 20 W 20 W 30 W 23 W 28 W 23 W 20 W 22 W 9 W 16 W +USW00094728201310WDF2 280 W 270 W 260 W 60 W 150 W 140 W 270 W 60 W 60 W 70 W 70 W 60 W 70 W 60 W 180 W 80 W 190 W 290 W 260 W 280 W 210 W 250 W 60 W 290 W 310 W 250 W 300 W 270 W 60 W 260 W 250 W +USW00094728201310WDF5 260 W 270 W 260 W 290 W 160 W 140 W 260 W 30 W 70 W 40 W 80 W 70 W 80 W 180 W 180 W 180 W 250 W 280 W 260 W 290 W 230 W 250 W 310 W 290 W 260 W 250 W 280 W 280 W 50 W 260 W 240 W +USW00094728201310WSF2 45 W 58 W 31 W 40 W 36 W 45 W 67 W 58 W 81 W 72 W 76 W 94 W 76 W 36 W 36 W 36 W 40 W 67 W 45 W 63 W 45 W 54 W 63 W 67 W 67 W 76 W 58 W 58 W 45 W 40 W 58 W +USW00094728201310WSF5 67 W 94 W 54 W 63 W 63 W 76 W 130 W 85 W 121 W 112 W 112 W 130 W 116 W 54 W 58 W 54 W 81 W 116 W 89 W 103 W 85 W 85 W 94 W 103 W 103 W 116 W 98 W 94 W 63 W 58 W 103 W +USW00094728201310WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201310WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00094728201311TMAX 211 W 200 W 128 W 78 W 128 W 161 W 178 W 100 W 100 W 161 W 117 W 111 W 39 W 111 W 139 W 156 W 156 W 183 W 106 W 67 W 111 W 139 W 122 W -10 W 17 W 83 W 167 W 17 W 39 W 39 W-9999 +USW00094728201311TMIN 150 W 128 W 28 W 17 W 50 W 94 W 67 W 44 W 33 W 67 W 61 W -5 W -16 W 6 W 67 W 72 W 106 W 106 W 22 W 0 W 17 W 106 W -5 W -49 W -49 W 6 W 17 W -10 W -16 W -38 W-9999 +USW00094728201311PRCP 33 W 0 W 0 W 0 W 0 W 0 W 33 W 0 W 0 W 0T W 0 W 8 W 0 W 0 W 0 W 13 W 8 W 56 W 0 W 0 W 0 W 18 W 0T W 0 W 0 W 130 W 503 W 0 W 0 W 0 W-9999 +USW00094728201311SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0T W 0 W 0 W 0 W 0 W-9999 +USW00094728201311SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201311AWND 22 W 17 W 28 W 29 W 18 W 16 W 30 W 39 W 22 W 34 W 29 W 28 W 27 W 36 W 21 W 12 W 16 W 33 W 41 W 31 W 22 W 28 W 43 W 54 W 26 W 19 W 43 W 32 W 17 W 23 W-9999 +USW00094728201311WDF2 280 W 290 W 340 W 50 W 100 W 210 W 310 W 290 W 250 W 280 W 290 W 340 W 290 W 250 W 250 W 250 W 170 W 280 W 310 W 20 W 60 W 260 W 290 W 310 W 250 W 60 W 280 W 280 W 360 W 60 W-9999 +USW00094728201311WDF5 260 W 290 W 350 W 40 W 100 W 190 W 310 W 270 W 250 W 250 W 240 W 340 W 300 W 250 W 250 W 250 W 180 W 280 W 320 W 10 W 240 W 280 W 310 W 300 W 250 W 250 W 180 W 290 W 20 W 50 W-9999 +USW00094728201311WSF2 103 W 45 W 67 W 67 W 45 W 40 W 67 W 72 W 58 W 81 W 72 W 72 W 63 W 76 W 58 W 54 W 45 W 89 W 89 W 67 W 45 W 54 W 94 W 112 W 67 W 54 W 89 W 98 W 58 W 54 W-9999 +USW00094728201311WSF5 197 W 81 W 94 W 107 W 63 W 85 W 107 W 125 W 103 W 148 W 116 W 130 W 98 W 139 W 103 W 76 W 72 W 139 W 139 W 103 W 63 W 81 W 152 W 192 W 103 W 94 W 165 W 174 W 85 W 72 W-9999 +USW00094728201311WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00094728201312TMAX 94 W 94 W 117 W 111 W 156 W 167 W 50 W 6 W 39 W 28 W 6 W -10 W 17 W 11 W 44 W 6 W 0 W 28 W 83 W 117 W 183 W 217 W 178 W 56 W -5 W 22 W 44 W 128 W 89 W 72 W 0 W +USW00094728201312TMIN 22 W 50 W 33 W 50 W 89 W 28 W 0 W -16 W -5 W -10 W -27 W -49 W -49 W -55 W -10 W -38 W -43 W -49 W -10 W 50 W 106 W 161 W 56 W -32 W -71 W -10 W -5 W 22 W 50 W -49 W -60 W +USW00094728201312PRCP 0 W 0 W 0 W 0 W 3 W 185 W 36 W 20 W 76 W 58 W 0 W 0 W 0 W 185 W 183 W 0 W 48 W 0 W 0 W 0 W 3 W 0T W 130 W 0T W 0 W 0T W 0 W 0 W 305 W 0 W 0T W +USW00094728201312SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0T W 18 W 0T W 36 W 0 W 0 W 0 W 127 W 0 W 0 W 38 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0T W 0 W 0 W 0 W 0 W 0T W +USW00094728201312SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 80 W 80 W 80 W 100 W 80 W 80 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201312AWND 8 W 14 W 14 W 13 W 11 W 26 W 27 W 28 W 30 W 29 W 34 W 33 W 25 W 45 W 39 W 35 W 27 W 30 W 22 W 23 W 35 W 25 W 21 W 37 W 21 W 24 W 26 W 32 W 27 W 28 W 26 W +USW00094728201312WDF2 270 W 70 W 260 W 60 W 270 W 10 W 310 W 70 W 70 W 270 W 250 W 260 W 250 W 70 W 60 W 260 W 20 W 290 W 240 W 240 W 250 W 250 W 360 W 310 W 300 W 290 W 290 W 250 W 60 W 300 W 290 W +USW00094728201312WDF5 300 W 80 W 240 W 140 W 170 W 10 W 280 W 60 W 60 W 270 W 250 W 310 W 270 W 70 W 40 W 290 W 60 W 270 W 240 W 240 W 240 W 250 W 350 W 310 W 300 W 240 W 250 W 240 W 320 W 300 W 280 W +USW00094728201312WSF2 31 W 36 W 36 W 36 W 40 W 67 W 58 W 67 W 98 W 63 W 67 W 72 W 81 W 94 W 94 W 76 W 58 W 63 W 67 W 72 W 72 W 72 W 76 W 81 W 94 W 63 W 54 W 72 W 72 W 67 W 76 W +USW00094728201312WSF5 45 W 49 W 54 W 54 W 76 W 98 W 98 W 89 W 139 W 107 W 112 W 116 W 130 W 139 W 125 W 116 W 76 W 107 W 107 W 121 W 116 W 121 W 130 W 130 W 157 W 103 W 89 W 121 W 116 W 112 W 125 W +USW00094728201312WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00094728201312WT08-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728201401TMAX 6 W 6 W -77 W -16 W 44 W 128 W -71 W -55 W 0 W 28 W 144 W 122 W 106 W 111 W 83 W 56 W 67 W 50 W 33 W 78 W -5 W -82 W -66 W -66 W -21 W 11 W 67 W -60 W -49 W -10 W 39 W +USW00094728201401TMIN -43 W -77 W -127 W -132 W -27 W -71 W -155 W -127 W -55 W -10 W 28 W 33 W 28 W 67 W 39 W 22 W 6 W -16 W -43 W -5 W -116 W -149 W -138 W -121 W -71 W -82 W -60 W -110 W -99 W -88 W -38 W +USW00094728201401PRCP 0 W 84 W 74 W 0 W 36 W 91 W 0 W 0 W 0 W 28 W 127 W 13 W 0 W 97 W 0 W 0 W 0 W 18 W 0 W 0 W 117 W 5 W 0 W 0 W 10 W 0 W 0 W 0 W 10 W 0 W 0 W +USW00094728201401SNOW 0 W 79 W 84 W 0 W 0T W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 279 W 13 W 0 W 0 W 25 W 0T W 0 W 0 W 20 W 0 W 0 W +USW00094728201401SNWD 0 W 0 W 150 W 150 W 100 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 280 W 180 W 150 W 100 W 100 W 80 W 30 W 50 W 25 Z 30 W +USW00094728201401AWND 25 W 55 W 47 W 22 W 17 W 38 W 59 W 32 W 13 W 15 W 32 W 37 W 23 W 22 W 13 W 18 W 16 W 32 W 33 W 33 W 47 W 39 W 32 W 36 W 34 W-9999 35 W 27 W 29 W 17 W 22 W +USW00094728201401WDF2 280 W 50 W 360 W 260 W 70 W 290 W 280 W 290 W 350 W 50 W 180 W 290 W 180 W 230 W 160 W 10 W 170 W 290 W 260 W 270 W 30 W 360 W 290 W 250 W 230 W 280 W 300 W 310 W 260 W 270 W 260 W +USW00094728201401WDF5 300 W 50 W 310 W 240 W 240 W 300 W 270 W 290 W 320 W 160 W 170 W 290 W 170 W 250 W 190 W 50 W 180 W 300 W 250 W 280 W 40 W 350 W 280 W 240 W 240 W 280 W 300 W 280 W 250 W 270 W 260 W +USW00094728201401WSF2 63 W 94 W 94 W 40 W 31 W 81 W 103 W 67 W 54 W 36 W 76 W 89 W 63 W 58 W 54 W 45 W 54 W 67 W 94 W 76 W 89 W 98 W 72 W 76 W 76 W 72 W 76 W 67 W 67 W 40 W 63 W +USW00094728201401WSF5 103 W 125 W 130 W 89 W 76 W 130 W 170 W 103 W 72 W 49 W 125 W 139 W 107 W 98 W 76 W 63 W 85 W 112 W 152 W 134 W 134 W 134 W 116 W 134 W 134 W 116 W 134 W 107 W 103 W 72 W 94 W +USW00094728201401WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201402TMAX 72 W 133 W 61 W 17 W 11 W 0 W 0 W -16 W -5 W -16 W -32 W -38 W 22 W 44 W 28 W -10 W 0 W 39 W 72 W 106 W 94 W 122 W 122 W 67 W 6 W -5 W 11 W -43 W-9999 -9999 -9999 +USW00094728201402TMIN 22 W 39 W -27 W -55 W -16 W -60 W -43 W -60 W -60 W -60 W -88 W -105 W -43 W -5 W -27 W -60 W -77 W -32 W 11 W 28 W 22 W 44 W 61 W -27 W -43 W -66 W -99 W -127 W-9999 -9999 -9999 +USW00094728201402PRCP 0 W 0T W 297 W 0 W 363 W 0 W 0 W 0 W 25 W 0 W 0 W 0 W 452 W 76 W 33 W 0 W 0 W 41 W 66 W 8 W 23 W 0 W 0T W 0 W 0 W 8 W 0 W 0 W-9999 -9999 -9999 +USW00094728201402SNOW 0 W 0 W 203 W 0 W 102 W 0 W 0 W 0 W 30 W 0 W 0 W 0 W 241 W 76 W 41 W 0 W 0 W 38 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 5 W 0 W 0 W-9999 -9999 -9999 +USW00094728201402SNWD 30 W 30 W 30 W 200 W 230 W 230 W 230 W 230 W 200 W 250 W 250 W 250 W 300 W 460 W 460 W 460 W 430 W 460 W 430 W 380 W 330 W 250 W 230 W 150 W 150 W 150 W 150 W 150 W-9999 -9999 -9999 +USW00094728201402AWND 16 W 14 W 30 W 10 W 32 W 18 W 30 W 22 W 16 W 32 W 24 W 26 W 56 W 47 W 42 W 40 W 24 W 23 W 23 W 22 W 33 W 32 W 24 W 42 W 31 W 24 W 38 W 21 W-9999 -9999 -9999 +USW00094728201402WDF2 180 W 360 W 20 W 60 W 60 W 310 W 280 W 280 W 270 W 310 W 280 W 60 W 60 W 290 W 60 W 310 W 310 W 280 W 150 W 160 W 290 W 260 W 290 W 320 W 280 W 320 W 290 W 280 W-9999 -9999 -9999 +USW00094728201402WDF5 190 W 360 W 20 W-9999 70 W 310 W 270 W 270 W 270 W 320 W 270 W 50 W 80 W 280 W 310 W 300 W 300 W 280 W 290 W 180 W 290 W 260 W 300 W 280 W 280 W 300 W 290 W 330 W-9999 -9999 -9999 +USW00094728201402WSF2 58 W 45 W 45 W 31 W 67 W 58 W 67 W 54 W 54 W 67 W 63 W 63 W 112 W 98 W 81 W 81 W 72 W 72 W 72 W 63 W 94 W 76 W 81 W 76 W 81 W 76 W 94 W 67 W-9999 -9999 -9999 +USW00094728201402WSF5 85 W 67 W 72 W-9999 125 W 85 W 107 W 76 W 89 W 116 W 89 W 85 W 174 W 170 W 130 W 139 W 107 W 134 W 116 W 89 W 143 W 130 W 134 W 125 W 121 W 130 W 174 W 112 W-9999 -9999 -9999 +USW00094728201402WT08 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00094728201403TMAX 28 W 44 W 0 W -16 W 39 W -5 W 28 W 139 W 67 W 106 W 189 W 133 W 0 W 78 W 144 W 56 W 17 W 61 W 78 W 122 W 106 W 172 W 56 W 17 W 39 W 22 W 67 W 167 W 150 W 94 W 133 W +USW00094728201403TMIN -66 W 0 W -82 W -105 W -32 W -88 W -32 W 17 W 22 W 22 W 72 W 0 W -77 W -55 W 56 W -10 W -49 W -21 W 0 W 44 W 39 W 50 W -27 W -60 W -32 W -43 W -55 W 28 W 61 W 39 W 22 W +USW00094728201403PRCP 0 W 0T W 10 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 89 W 0 W 0 W 0 W 0 W 0 W 0 W 234 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 10 W 460 W 89 W 41 W +USW00094728201403SNOW 0 W 0T W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W +USW00094728201403SNWD 150 W 130 W 130 W 130 W 100 W 100 W 100 W 80 W 50 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201403AWND 20 W 17 W 30 W 21 W 23 W 38 W 35 W 26 W 28 W 24 W 21 W 24 W 63 W 25 W 40 W 34 W 36 W 31 W 32 W 36 W 34 W 31 W 33 W 30 W 26 W 53 W 30 W 24 W 48 W 45 W 37 W +USW00094728201403WDF2 260 W 260 W 360 W 40 W 30 W 50 W 60 W 290 W 320 W 260 W 250 W 310 W 310 W 260 W 290 W 310 W 40 W 60 W 110 W 280 W 310 W 280 W 310 W 350 W 50 W 310 W 210 W 240 W 70 W 10 W 340 W +USW00094728201403WDF5 260 W 250 W 340 W 40 W 40 W 10 W 50 W 290 W 310 W 250 W 250 W 320 W 320 W 250 W 300 W 310 W 10 W 60 W 130 W 280 W 280 W 270 W 310 W 10 W 60 W 310 W 240 W 260 W 60 W 30 W 10 W +USW00094728201403WSF2 54 W 58 W 72 W 58 W 76 W 76 W 72 W 76 W 67 W 67 W 58 W 89 W 103 W 63 W 94 W 72 W 67 W 89 W 67 W 89 W 72 W 81 W 67 W 67 W 72 W 103 W 63 W 58 W 103 W 94 W 58 W +USW00094728201403WSF5 72 W 89 W 107 W 85 W 112 W 103 W 98 W 121 W 98 W 125 W 98 W 157 W 179 W 103 W 148 W 125 W 103 W 112 W 94 W 143 W 130 W 143 W 103 W 121 W 98 W 170 W 116 W 98 W 157 W 134 W 112 W +USW00094728201403WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W +USW00094728201403WT08-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201404TMAX 156 W 122 W 194 W 83 W 122 W 161 W 117 W 178 W 161 W 144 W 239 W 228 W 250 W 239 W 172 W 94 W 89 W 94 W 200 W 156 W 194 W 217 W 161 W 167 W 172 W 194 W 150 W 194 W 111 W 111 W-9999 +USW00094728201404TMIN 39 W 56 W 78 W 44 W 44 W 22 W 61 W 78 W 72 W 56 W 133 W 100 W 122 W 150 W 6 W -5 W 22 W 17 W 50 W 72 W 50 W 106 W 67 W 56 W 67 W 78 W 83 W 72 W 61 W 50 W-9999 +USW00094728201404PRCP 0 W 0 W 18 W 53 W 0 W 0 W 132 W 86 W 0 W 0 W 0 W 0 W 0 W 0 W 180 W 13 W 0 W 0 W 0 W 0 W 0 W 3 W 0 W 0 W 5 W 234 W 0 W 0 W 8 W 1262 W-9999 +USW00094728201404SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201404SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201404AWND 21 W 9 W 17 W 38 W 38 W 19 W 27 W 31 W 31 W 31 W 26 W 19 W 26 W 33 W 39 W 34 W 35 W 24 W 25 W 28 W 19 W 25 W 42 W 38 W 22 W 24 W 26 W 19 W 40 W 37 W-9999 +USW00094728201404WDF2 20 W 230 W 190 W 90 W 280 W 280 W 70 W 290 W 310 W 170 W 270 W 210 W 180 W 180 W 310 W 310 W 60 W 70 W 50 W 70 W 150 W 240 W 310 W 310 W 170 W 170 W 10 W 30 W 110 W 70 W-9999 +USW00094728201404WDF5 20 W 240 W 190 W 140 W 290 W 310 W 50 W 250 W 310 W 180 W 260 W 180 W 180 W 180 W 320 W 300 W 50 W 40 W 50 W 60 W 150 W 240 W 300 W 310 W 180 W 290 W 300 W 40 W 140 W 110 W-9999 +USW00094728201404WSF2 76 W 40 W 45 W 67 W 89 W 58 W 72 W 76 W 76 W 72 W 58 W 63 W 67 W 76 W 76 W 72 W 76 W 63 W 72 W 72 W 58 W 58 W 94 W 81 W 72 W 63 W 72 W 63 W 72 W 81 W-9999 +USW00094728201404WSF5 107 W 63 W 67 W 103 W 161 W 81 W 103 W 134 W 139 W 125 W 98 W 94 W 103 W 134 W 134 W 139 W 98 W 89 W 94 W 112 W 81 W 94 W 161 W 139 W 103 W 94 W 98 W 89 W 116 W 116 W-9999 +USW00094728201404WT01-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00094728201405TMAX 256 W 211 W 217 W 183 W 211 W 217 W 206 W 150 W 172 W 283 W 278 W 294 W 228 W 217 W 217 W 200 W 211 W 194 W 222 W 256 W 233 W 194 W 217 W 211 W 267 W 300 W 300 W 178 W 189 W 239 W 228 W +USW00094728201405TMIN 106 W 133 W 122 W 122 W 100 W 111 W 100 W 117 W 128 W 139 W 156 W 178 W 117 W 111 W 144 W 144 W 117 W 106 W 94 W 117 W 172 W 150 W 133 W 139 W 128 W 189 W 178 W 122 W 106 W 128 W 139 W +USW00094728201405PRCP 30 W 0T W 20 W 5 W 0 W 0 W 0 W 104 W 10 W 94 W 8 W 0 W 0 W 3 W 38 W 391 W 0 W 0 W 0 W 0 W 0 W 61 W 231 W 102 W 0 W 0 W 0T W 0 W 0 W 0T W 13 W +USW00094728201405SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201405SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201405AWND 20 W 20 W 15 W 37 W 33 W 17 W 18 W 20 W 14 W 20 W 14 W 8 W 32 W 21 W 24 W 29 W 22 W 26 W 21 W 14 W 11 W 14 W 19 W 16 W 9 W 22 W 19 W 34 W 19 W 11 W 26 W +USW00094728201405WDF2 290 W 290 W 280 W 280 W 310 W 310 W 180 W 60 W 70 W 320 W 270 W 170 W 60 W 70 W 160 W 160 W 250 W 300 W 310 W 290 W 290 W 120 W 260 W 60 W 60 W 260 W 260 W 60 W 60 W 50 W 60 W +USW00094728201405WDF5 300 W 280 W 290 W 290 W 310 W 10 W 180 W-9999 80 W 270 W 290 W 150 W 80 W 40 W 170 W 170 W 250 W 50 W 280 W 270 W 270 W 120 W 250 W 20 W 290 W 290 W 270 W 70 W 180 W 50 W 50 W +USW00094728201405WSF2 58 W 72 W 54 W 94 W 72 W 58 W 58 W 36 W 58 W 76 W 58 W 45 W 89 W 45 W 58 W 72 W 58 W 54 W 63 W 58 W 45 W 45 W 58 W 54 W 45 W 63 W 72 W 72 W 58 W 72 W 89 W +USW00094728201405WSF5 89 W 116 W 89 W 152 W 125 W 98 W 89 W-9999 76 W 139 W 85 W 81 W 125 W 72 W 98 W 139 W 89 W 85 W 125 W 98 W 67 W 67 W 89 W 63 W 72 W 94 W 130 W 98 W 89 W 94 W 125 W +USW00094728201405WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201405WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00094728201406TMAX 250 W 267 W 306 W 278 W 244 W 244 W 278 W 300 W 228 W 250 W 211 W 228 W 261 W 233 W 267 W 272 W 317 W 317 W 250 W 261 W 256 W 261 W 272 W 272 W 294 W 294 W 283 W 306 W 283 W 289 W-9999 +USW00094728201406TMIN 128 W 150 W 183 W 172 W 161 W 161 W 156 W 189 W 172 W 183 W 161 W 156 W 183 W 156 W 150 W 172 W 217 W 244 W 200 W 178 W 167 W 178 W 183 W 200 W 211 W 211 W 194 W 189 W 200 W 206 W-9999 +USW00094728201406PRCP 0 W 0 W 30 W 0 W 221 W 0 W 0 W 0 W 406 W 0 W 5 W 18 W 325 W 0 W 0 W 0 W 0 W 0 W 38 W 0 W 0 W 0 W 0 W 0 W 20 W 18 W 0 W 0 W 0 W 0 W-9999 +USW00094728201406SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201406SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201406AWND 16 W 20 W 18 W 16 W 25 W 20 W 13 W 13 W 19 W 15 W 32 W 25 W 16 W 21 W 19 W 13 W 18 W 26 W 17 W 20 W 22 W 9 W 12 W 22 W 22 W 21 W 13 W 13 W 12 W 12 W-9999 +USW00094728201406WDF2 250 W 170 W 160 W 70 W 10 W 310 W 240 W 250 W 70 W 110 W 80 W 60 W 310 W 310 W 360 W 160 W 240 W 310 W 10 W 50 W 70 W 160 W 260 W 170 W 180 W 70 W 120 W 170 W 190 W 160 W-9999 +USW00094728201406WDF5 250 W 150 W 170 W 150 W 310 W 290 W 240 W 260 W 140 W 110 W 50 W 90 W 310 W 290 W 290 W 180 W 260 W 290 W 40 W 320 W 50 W 170 W 170 W 170 W 250 W 60 W 140 W 160 W 160 W 180 W-9999 +USW00094728201406WSF2 45 W 45 W 58 W 45 W 58 W 45 W 40 W 58 W 40 W 36 W 72 W 45 W 40 W 63 W 54 W 54 W 40 W 63 W 45 W 54 W 58 W 40 W 54 W 54 W 54 W 58 W 58 W 54 W 54 W 45 W-9999 +USW00094728201406WSF5 81 W 85 W 98 W 72 W 89 W 89 W 67 W 85 W 67 W 49 W 103 W 67 W 76 W 116 W 81 W 81 W 72 W 107 W 76 W 85 W 81 W 67 W 85 W 94 W 107 W 76 W 81 W 89 W 81 W 89 W-9999 +USW00094728201406WT01-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728201407TMAX 317 W 328 W 306 W 233 W 272 W 289 W 322 W 328 W 311 W 283 W 300 W 294 W 283 W 289 W 300 W 272 W 272 W 272 W 244 W 267 W 294 W 300 W 311 W 267 W 278 W 272 W 294 W 278 W 244 W 267 W 278 W +USW00094728201407TMIN 222 W 222 W 206 W 183 W 172 W 189 W 222 W 217 W 217 W 222 W 217 W 217 W 222 W 222 W 222 W 200 W 194 W 178 W 200 W 189 W 194 W 217 W 222 W 211 W 189 W 206 W 217 W 200 W 178 W 172 W 200 W +USW00094728201407PRCP 0 W 244 W 452 W 36 W 0 W 0 W 10 W 99 W 23 W 0 W 0 W 0 W 8 W 117 W 330 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 48 W 0 W 0 W 0 W 5 W 48 W 0 W 0 W 0 W +USW00094728201407SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201407SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201407AWND 23 W 17 W 13 W 24 W 30 W 22 W 26 W 21 W 19 W 13 W 18 W 15 W 23 W 20 W 12 W 17 W 18 W 18 W 23 W 18 W 9 W 17 W 22 W 22 W 19 W 19 W 15 W 33 W 22 W 13 W 15 W +USW00094728201407WDF2 150 W 30 W 320 W 310 W 290 W 250 W 260 W 240 W 250 W 80 W 70 W 180 W 160 W 180 W 280 W 20 W 290 W 30 W 80 W 10 W 260 W 240 W 260 W 360 W 360 W 250 W 230 W 290 W 300 W 240 W 250 W +USW00094728201407WDF5 240 W 160 W 280 W 290 W 310 W 250 W 240 W 260 W 330 W 170 W 80 W 200 W 250 W 280 W 290 W 290 W 290 W-9999 -9999 50 W 250 W 240 W 240 W 50 W 240 W 180 W 230 W 290 W 280 W 180 W 240 W +USW00094728201407WSF2 63 W 67 W 54 W 63 W 67 W 76 W 63 W 67 W 58 W 45 W 45 W 45 W 40 W 54 W 58 W 45 W 45 W 40 W 31 W 54 W 36 W 54 W 72 W 45 W 40 W 40 W 54 W 72 W 63 W 45 W 54 W +USW00094728201407WSF5 103 W 116 W 112 W 112 W 107 W 103 W 112 W 148 W 94 W 76 W 63 W 89 W 72 W 94 W 85 W 72 W 72 W-9999 -9999 67 W 63 W 89 W 112 W 72 W 76 W 81 W 76 W 130 W 98 W 63 W 89 W +USW00094728201407WT01-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00094728201408TMAX 289 W 233 W 244 W 289 W 322 W 283 W 283 W 283 W 306 W 311 W 306 W 261 W 278 W 250 W 228 W 256 W 278 W 272 W 283 W 289 W 283 W 261 W 250 W 267 W 311 W 317 W 322 W 278 W 267 W 267 W 322 W +USW00094728201408TMIN 217 W 172 W 189 W 211 W 217 W 211 W 189 W 183 W 189 W 200 W 217 W 211 W 200 W 172 W 161 W 172 W 189 W 172 W 172 W 211 W 183 W 183 W 194 W 178 W 178 W 211 W 211 W 189 W 161 W 183 W 228 W +USW00094728201408PRCP 0 W 104 W 18 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 48 W 135 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 89 W 15 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 157 W +USW00094728201408SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201408SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201408AWND 17 W 27 W 10 W 15 W 11 W 13 W 19 W 14 W 13 W 13 W 14 W 26 W 25 W 21 W 24 W 18 W 16 W 20 W 17 W 10 W 16 W 21 W 21 W 14 W 12 W 10 W 15 W 24 W 15 W 10 W 15 W +USW00094728201408WDF2 160 W 60 W 60 W 180 W 260 W 40 W 360 W 10 W 340 W 240 W 200 W 140 W 140 W 280 W 280 W 260 W 250 W 300 W 60 W 150 W 160 W 110 W 60 W 60 W 60 W 240 W 50 W 300 W 60 W 180 W 280 W +USW00094728201408WDF5 160 W 80 W 60 W 170 W 260 W 40 W 350 W 10 W 40 W 240 W 170 W 170 W 170 W 250 W 260 W 250 W 270 W 290 W 180 W 160 W 160 W 140 W 70 W 20 W 350 W 170 W 180 W 280 W 50 W 180 W 260 W +USW00094728201408WSF2 54 W 76 W 40 W 40 W 54 W 67 W 58 W 40 W 40 W 36 W 40 W 67 W 72 W 58 W 58 W 45 W 54 W 40 W 40 W 45 W 54 W 45 W 58 W 45 W 45 W 31 W 45 W 58 W 54 W 36 W 67 W +USW00094728201408WSF5 89 W 107 W 54 W 67 W 72 W 103 W 98 W 63 W 67 W 63 W 85 W 116 W 134 W 89 W 89 W 103 W 89 W 76 W 63 W 63 W 85 W 63 W 81 W 72 W 63 W 63 W 85 W 94 W 81 W 76 W 134 W +USW00094728201408WT01-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201408WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728201409TMAX 311 W 333 W 300 W 306 W 306 W 328 W 272 W 239 W 228 W 267 W 283 W 256 W 206 W 217 W 217 W 211 W 228 W 244 W 189 W 239 W 239 W 217 W 217 W 217 W 178 W 250 W 283 W 289 W 261 W 217 W-9999 +USW00094728201409TMIN 239 W 250 W 222 W 206 W 222 W 194 W 183 W 183 W 172 W 172 W 206 W 167 W 144 W 117 W 128 W 144 W 128 W 139 W 122 W 139 W 194 W 128 W 111 W 144 W 139 W 144 W 156 W 178 W 194 W 167 W-9999 +USW00094728201409PRCP 0 W 0 W 0 W 0 W 0 W 28 W 0 W 0 W 0 W 0 W 0 W 0 W 66 W 0 W 0 W 94 W 0 W 0 W 0 W 0 W 38 W 0T W 0 W 0 W 81 W 0 W 0 W 0 W 0 W 0T W-9999 +USW00094728201409SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201409SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201409AWND 13 W 24 W 15 W 12 W 13 W 21 W 21 W 34 W 35 W 26 W 21 W 23 W 23 W 14 W 13 W 10 W 12 W 12 W 34 W 13 W 7 W 30 W 8 W 25 W 37 W 19 W 11 W 8 W 3 W 21 W-9999 +USW00094728201409WDF2 250 W 250 W 290 W 240 W 240 W 310 W 50 W 70 W 70 W 70 W 20 W 50 W 120 W 360 W 50 W 310 W 290 W 50 W 60 W 170 W 280 W 280 W 200 W 60 W 70 W 30 W 40 W 270 W 260 W 70 W-9999 +USW00094728201409WDF5 250 W 260 W 280 W 170 W 200 W 250 W 50 W 60 W 50 W 60 W 340 W 40 W 50 W 330 W 50 W 290 W 290 W 40 W 60 W 210 W 270 W 280 W 210 W 270 W 70 W 40 W 30 W 250 W 240 W 50 W-9999 +USW00094728201409WSF2 45 W 67 W 58 W 45 W 45 W 58 W 54 W 63 W 67 W 63 W 54 W 54 W 54 W 45 W 40 W 40 W 40 W 58 W 72 W 54 W 40 W 67 W 36 W 63 W 72 W 58 W 40 W 40 W 40 W 58 W-9999 +USW00094728201409WSF5 67 W 157 W 94 W 85 W 76 W 98 W 76 W 94 W 103 W 81 W 94 W 81 W 81 W 76 W 63 W 72 W 54 W 89 W 103 W 94 W 72 W 103 W 72 W 85 W 103 W 89 W 63 W 67 W 63 W 76 W-9999 +USW00094728201409WT01-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 +USW00094728201409WT08-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 +USW00094728201410TMAX 183 W 211 W 217 W 206 W 161 W 206 W 217 W 228 W 200 W 178 W 156 W 172 W 183 W 244 W 250 W 217 W 217 W 211 W 133 W 156 W 194 W 144 W 117 W 172 W 194 W 172 W 172 W 222 W 222 W 150 W 128 W +USW00094728201410TMIN 161 W 161 W 133 W 111 W 78 W 100 W 172 W 167 W 128 W 111 W 100 W 89 W 111 W 172 W 206 W 161 W 150 W 133 W 67 W 56 W 128 W 100 W 100 W 106 W 100 W 117 W 89 W 117 W 106 W 83 W 72 W +USW00094728201410PRCP 5 W 0 W 0 W 300 W 0 W 0 W 15 W 10 W 0 W 0T W 84 W 0 W 13 W 0 W 175 W 282 W 0 W 0 W 0 W 0 W 28 W 384 W 155 W 0 W 3 W 0T W 0 W 0 W 0T W 0 W 13 W +USW00094728201410SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201410SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201410AWND 27 W 21 W 19 W 30 W 25 W 17 W 21 W 32 W 25 W 10 W 20 W 12 W 12 W 21 W 23 W 18 W 20 W 28 W 34 W 17 W 16 W 42 W 34 W 20 W 26 W 35 W 23 W 13 W 22 W 16 W 29 W +USW00094728201410WDF2 60 W 60 W 70 W 280 W 270 W 160 W 170 W 260 W 280 W 290 W 40 W 30 W 160 W 180 W 170 W 250 W 250 W 280 W 300 W 240 W 140 W 30 W 40 W 310 W 300 W 310 W 270 W 240 W 310 W 310 W 70 W +USW00094728201410WDF5 40 W 50 W 180 W 290 W 260 W 160 W 240 W 240 W 290 W 280 W 40 W 30 W 170 W 180 W 190 W 170 W 260 W 290 W 300 W 260 W 150 W 50 W 40 W 300 W 260 W 310 W 270 W 200 W 310 W-9999 70 W +USW00094728201410WSF2 63 W 58 W 45 W 72 W 67 W 67 W 45 W 67 W 81 W 31 W 45 W 58 W 36 W 58 W 63 W 58 W 63 W 67 W 76 W 54 W 54 W 81 W 54 W 54 W 58 W 81 W 58 W 54 W 63 W 45 W 67 W +USW00094728201410WSF5 81 W 72 W 89 W 121 W 103 W 107 W 94 W 116 W 143 W 49 W 76 W 85 W 72 W 103 W 112 W 89 W 103 W 103 W 125 W 85 W 81 W 134 W 112 W 85 W 116 W 143 W 94 W 89 W 107 W-9999 103 W +USW00094728201410WT01 1 W-9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00094728201410WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00094728201411TMAX 83 W 89 W 161 W 200 W 178 W 139 W 117 W 89 W 139 W 161 W 178 W 183 W 89 W 56 W 56 W 72 W 111 W 72 W 22 W 72 W 28 W 67 W 139 W 206 W 200 W 106 W 33 W 28 W 72 W 128 W-9999 +USW00094728201411TMIN 56 W 50 W 39 W 117 W 133 W 89 W 44 W 22 W 78 W 67 W 94 W 83 W 22 W 17 W 6 W 17 W 44 W -43 W -55 W -5 W -21 W -21 W 61 W 117 W 106 W 11 W 11 W -16 W -27 W 72 W-9999 +USW00094728201411PRCP 89 W 0 W 0 W 0 W 0 W 94 W 0 W 0 W 0 W 0 W 0 W 0 W 51 W 15 W 0 W 8 W 391 W 0 W 0 W 0 W 0 W 0 W 0 W 178 W 0 W 315 W 5 W 0 W 0 W 0 W-9999 +USW00094728201411SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 5 W 0T W 0 W 0 W 0 W-9999 +USW00094728201411SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201411AWND 40 W 48 W 26 W 21 W 20 W 14 W 33 W 27 W 12 W 11 W 15 W 12 W 16 W 32 W 16 W 17 W 17 W 45 W 32 W 32 W 34 W 22 W 17 W 24 W 23 W 39 W 23 W 26 W 16 W 19 W-9999 +USW00094728201411WDF2 30 W 350 W 280 W 230 W 290 W 70 W 310 W 280 W 250 W 250 W 170 W 350 W 280 W 300 W 300 W 260 W 280 W 280 W 250 W 290 W 290 W 240 W 260 W 180 W 280 W 40 W 310 W 310 W 260 W 250 W-9999 +USW00094728201411WDF5 20 W 20 W 260 W 240 W 240 W 240 W 310 W 280 W 250 W 180 W 180 W 300 W 280 W 300 W 290 W 250 W 290 W 290 W 250 W 270 W 320 W 260 W 240 W 170 W 270 W 30 W 290 W 290 W 260 W 250 W-9999 +USW00094728201411WSF2 94 W 94 W 72 W 58 W 63 W 40 W 76 W 72 W 63 W 40 W 45 W 45 W 40 W 63 W 54 W 45 W 63 W 98 W 72 W 76 W 76 W 67 W 63 W 76 W 63 W 81 W 54 W 76 W 45 W 58 W-9999 +USW00094728201411WSF5 139 W 161 W 116 W 98 W 94 W 67 W 139 W 98 W 98 W 58 W 85 W 98 W 67 W 107 W 89 W 81 W 98 W 148 W 112 W 125 W 116 W 116 W 103 W 143 W 103 W 152 W 89 W 112 W 72 W 103 W-9999 +USW00094728201411WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00094728201411WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00094728201412TMAX 183 W 61 W 78 W 72 W 67 W 100 W 56 W 28 W 56 W 44 W 33 W 33 W 67 W 78 W 89 W 94 W 122 W 56 W 33 W 6 W 22 W 67 W 78 W 144 W 167 W 100 W 128 W 122 W 67 W 11 W 0 W +USW00094728201412TMIN 56 W 17 W 50 W 28 W 11 W 39 W -10 W -43 W 22 W 0 W -5 W 0 W 11 W 33 W 28 W 33 W 56 W 28 W -5 W -10 W -5 W 17 W 61 W 67 W 67 W 44 W 67 W 61 W 11 W -21 W -27 W +USW00094728201412PRCP 23 W 20 W 15 W 0 W 130 W 310 W 10 W 0 W 645 W 20 W 3 W 0 W 0 W 0 W 0 W 51 W 5 W 0 W 0 W 0 W 0T W 10 W 41 W 203 W 23 W 0 W 0 W 25 W 0 W 0 W 0 W +USW00094728201412SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 25 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201412SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201412AWND 30 W 41 W 34 W 26 W 27 W 18 W 53 W 51 W 46 W 37 W 34 W 36 W 40 W 27 W 12 W 17 W 26 W 39 W 32 W 22 W 22 W 27 W 37 W 26 W 43 W 26 W 20 W 26 W 23 W 19 W 25 W +USW00094728201412WDF2 250 W 60 W 280 W 280 W 60 W 10 W 30 W 70 W 50 W 290 W 270 W 300 W 300 W 310 W 250 W 110 W 280 W 290 W 300 W 40 W 10 W 70 W 70 W 70 W 290 W 290 W 240 W 240 W 310 W 10 W 280 W +USW00094728201412WDF5 250 W 60 W 300 W 280 W 60 W 20 W 10 W 70 W 60 W 310 W 260 W 300 W 300 W 300 W 300 W 150 W 290 W 300 W 310 W 60 W 10 W 40 W 80 W 180 W 300 W 250 W 250 W 250 W 320 W 300 W 280 W +USW00094728201412WSF2 63 W 76 W 72 W 58 W 76 W 76 W 112 W 89 W 98 W 72 W 76 W 67 W 72 W 58 W 36 W 54 W 72 W 72 W 63 W 54 W 40 W 54 W 76 W 54 W 89 W 58 W 63 W 67 W 67 W 45 W 63 W +USW00094728201412WSF5 103 W 116 W 116 W 89 W 94 W 134 W 179 W 130 W 143 W 107 W 112 W 112 W 125 W 89 W 54 W 63 W 116 W 130 W 107 W 67 W 58 W 72 W 116 W 76 W 143 W 81 W 112 W 98 W 112 W 76 W 94 W +USW00094728201412WT01-9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 +USW00094728201412WT08-9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201501TMAX 39 W 56 W 56 W 133 W 94 W -55 W -49 W -60 W 6 W -49 W 28 W 39 W 22 W 0 W 17 W 61 W 0 W 56 W 56 W 44 W 22 W 44 W 39 W 39 W 56 W -5 W -10 W 11 W 22 W 33 W -32 W +USW00094728201501TMIN -27 W 17 W 6 W 50 W -60 W -71 W -127 W -132 W -71 W -88 W -77 W 17 W -82 W -88 W -38 W -66 W -82 W -5 W 22 W 0 W -38 W -5 W -21 W 6 W -5 W -55 W -66 W -88 W -71 W -71 W -105 W +USW00094728201501PRCP 0 W 0 W 180 W 76 W 0 W 13 W 0 W 0 W 18 W 0 W 0 W 91 W 0 W 0 W 0 W 0 W 0 W 533 W 0 W 0 W 0 W 0 W 0 W 183 W 0 W 122 W 91 W 0 W 5 W 15 W 0 W +USW00094728201501SNOW 0 W 0 W 0T W 0 W 0 W 25 W 0 W 0 W 38 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 91 W 0 W 140 W 109 W 0 W 0T W 25 W 0 W +USW00094728201501SNWD 0 W 0 W 0 W 0 W 0 W 0 W 30 W 0T W 0T W 30 W 30 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 80 W 50 W 50 W 200 W 200 W 150 W 180 W 180 W +USW00094728201501AWND 32 W 32 W 29 W 29 W 47 W 18 W 57 W 39 W 39 W 36 W 27 W 17 W 38 W 28 W 21 W 44 W 27 W 17 W 34 W 26 W 19 W 25 W 25 W 27 W 28 W 57 W 37 W 34 W 17 W 47 W 55 W +USW00094728201501WDF2 260 W 260 W 80 W 280 W 280 W 320 W 310 W 310 W 280 W 250 W 230 W 260 W 30 W 70 W 250 W 310 W 310 W 270 W 290 W 290 W 350 W 310 W 250 W 290 W 250 W 60 W 10 W 310 W 190 W 310 W 310 W +USW00094728201501WDF5 250 W 310 W 70 W 260 W 300 W 280 W 300 W 310 W 290 W 230 W 250 W 260 W 40 W 80 W 290 W 320 W 190 W 210 W 270 W 280 W 20 W 300 W 250 W 290 W 260 W 50 W 330 W 310 W 180 W 300 W 290 W +USW00094728201501WSF2 76 W 67 W 54 W 130 W 107 W 63 W 98 W 81 W 94 W 81 W 63 W 54 W 81 W 63 W 67 W 94 W 63 W 45 W 72 W 58 W 45 W 63 W 63 W 63 W 76 W 103 W 76 W 72 W 63 W 98 W 107 W +USW00094728201501WSF5 139 W 112 W 81 W 206 W 170 W 107 W 174 W 139 W 134 W 112 W 107 W 89 W 112 W 76 W 89 W 143 W 103 W 89 W 148 W 89 W 67 W 98 W 85 W 107 W 134 W 152 W 134 W 107 W 89 W 161 W 197 W +USW00094728201501WT01-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 +USW00094728201501WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00094728201501WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201501WT08-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 +USW00094728201502TMAX 22 W 11 W -32 W 61 W 56 W -27 W 44 W 28 W -16 W 44 W 11 W 44 W -60 W 0 W -38 W -60 W -27 W 6 W -27 W -71 W 0 W 61 W 33 W -43 W 28 W 0 W -10 W -16 W-9999 -9999 -9999 +USW00094728201502TMIN -66 W -99 W -105 W -43 W -99 W -110 W -38 W -16 W -38 W -32 W -55 W -88 W -132 W -88 W -155 W -160 W -99 W -71 W -132 W -166 W -105 W 0 W -132 W -155 W -66 W -60 W -77 W -105 W-9999 -9999 -9999 +USW00094728201502PRCP 8 W 259 W 0 W 0 W 0 W 0 W 5 W 0 W 23 W 3 W 0 W 0T W 0 W 5 W 0T W 0 W 36 W 0T W 0 W 0 W 155 W 25 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00094728201502SNOW 8 W 127 W 0 W 0 W 0 W 0 W 0T W 0 W 0T W 3 W 0 W 0T W 0 W 23 W 0T W 0 W 84 W 0T W 0 W 0 W 76 W 25 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00094728201502SNWD 150 W 180 W 200 W 200 W 200 W 200 W 200 W 200 W 200 W 200 W 200 W 200 W 200 W 200 W 230 W 230 W 300 W 230 W 230 W 230 W 230 W 330 W 300 W 300 W 300 W 280 W 280 W 280 W-9999 -9999 -9999 +USW00094728201502AWND 17 W 44 W 32 W 19 W 38 W 32 W 17 W 38 W 49 W 47 W 29 W 33 W 41 W 24 W 65 W 31 W 21 W 19 W 51 W 46 W 20 W 13 W 50 W 26 W 29 W 32 W 27 W 16 W-9999 -9999 -9999 +USW00094728201502WDF2 250 W 70 W 310 W 260 W 360 W 270 W 260 W 70 W 60 W 30 W 50 W 310 W 310 W 10 W 300 W 310 W 50 W 250 W 280 W 290 W 200 W 290 W 310 W 170 W 280 W 50 W 310 W 350 W-9999 -9999 -9999 +USW00094728201502WDF5 260 W 310 W 310 W 250 W 310 W 240 W 250 W 60 W 50 W 30 W 60 W 320 W 300 W 250 W 310 W 320 W 30 W 260 W 280 W 290 W 180 W 280 W 320 W 180 W 280 W 50 W 300 W 350 W-9999 -9999 -9999 +USW00094728201502WSF2 54 W 98 W 76 W 58 W 89 W 76 W 54 W 81 W 89 W 81 W 81 W 98 W 98 W 63 W 103 W 94 W 54 W 67 W 89 W 98 W 63 W 54 W 76 W 63 W 67 W 67 W 58 W 54 W-9999 -9999 -9999 +USW00094728201502WSF5 76 W 143 W 121 W 85 W 134 W 116 W 81 W 116 W 130 W 125 W 116 W 174 W 165 W 103 W 188 W 165 W 72 W 94 W 139 W 161 W 103 W 76 W 130 W 103 W 107 W 89 W 89 W 81 W-9999 -9999 -9999 +USW00094728201502WT01 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201502WT02-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201502WT06-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201502WT08 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728201503TMAX -5 W 39 W 28 W 72 W 44 W -27 W 33 W 94 W 122 W 117 W 150 W 83 W 61 W 106 W 67 W 111 W 139 W 39 W 61 W 33 W 83 W 61 W 33 W 72 W 94 W 167 W 78 W 44 W 78 W 122 W 83 W +USW00094728201503TMIN -43 W -27 W -55 W 17 W -71 W -110 W -77 W 28 W 44 W 39 W 67 W 22 W -5 W 44 W 22 W 17 W 11 W -16 W -16 W -16 W -16 W -21 W -49 W -32 W 11 W 56 W 39 W -32 W -38 W 22 W 17 W +USW00094728201503PRCP 132 W 0 W 170 W 64 W 193 W 0 W 0 W 0 W 3 W 117 W 3 W 0 W 0 W 206 W 0 W 0 W 5 W 0 W 0 W 102 W 0T W 0 W 0 W 0 W 13 W 81 W 69 W 0T W 0 W 0T W 43 W +USW00094728201503SNOW 122 W 0 W 46 W 0 W 191 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 114 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0T W 0T W +USW00094728201503SNWD 250 W 380 W 360 W 330 W 330 W 480 W 460 W 410 W 330 W 280 W 150 W 100 W 50 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W 130 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201503AWND 10 W 36 W 22 W 27 W 26 W 28 W 23 W 23 W 21 W 16 W 31 W 37 W 29 W 25 W 51 W 17 W 43 W 43 W 26 W 35 W 24 W 34 W 30 W 18 W 20 W 13 W 19 W 34 W 28 W 35 W 24 W +USW00094728201503WDF2 170 W 310 W 240 W 250 W 310 W 250 W 250 W 280 W 290 W 180 W 320 W 350 W 170 W 160 W 310 W 310 W 310 W 310 W 280 W 60 W 310 W 310 W 310 W 360 W 160 W 30 W 360 W 10 W 230 W 290 W 280 W +USW00094728201503WDF5 170 W 300 W 250 W 250 W 300 W 250 W 250 W 270 W 290 W 170 W 330 W 310 W 190 W 170 W 320 W 310 W 310 W 290 W 310 W 70 W 320 W 310 W 280 W 360 W 180 W 360 W 290 W 310 W 250 W 280 W 280 W +USW00094728201503WSF2 67 W 81 W 63 W 67 W 63 W 63 W 72 W 89 W 72 W 54 W 63 W 89 W 58 W 67 W 103 W 58 W 107 W 89 W 63 W 76 W 72 W 81 W 72 W 58 W 58 W 63 W 54 W 67 W 63 W 107 W 58 W +USW00094728201503WSF5 89 W 152 W 107 W 112 W 89 W 89 W 107 W 134 W 112 W 76 W 98 W 148 W 89 W 98 W 183 W 89 W 192 W 157 W 98 W 98 W 121 W 134 W 121 W 76 W 98 W 103 W 81 W 103 W 98 W 197 W 89 W +USW00094728201503WT01 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W +USW00094728201503WT02 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201503WT06-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201503WT08 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 +USW00094728201504TMAX 106 W 194 W 178 W 156 W 161 W 172 W 167 W 72 W 61 W 133 W 139 W 189 W 200 W 183 W 222 W 178 W 217 W 267 W 178 W 139 W 183 W 206 W 111 W 111 W 167 W 178 W 167 W 217 W 256 W 194 W-9999 +USW00094728201504TMIN 0 W 50 W 150 W 56 W 56 W 56 W 56 W 28 W 28 W 39 W 67 W 61 W 100 W 128 W 106 W 111 W 128 W 150 W 89 W 78 W 111 W 89 W 50 W 39 W 33 W 78 W 94 W 100 W 100 W 89 W-9999 +USW00094728201504PRCP 0 W 0 W 10 W 3 W 0 W 0 W 38 W 0 W 0 W 43 W 0 W 0 W 0 W 3 W 0 W 0 W 20 W 0 W 0 W 348 W 51 W 13 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201504SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201504SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201504AWND 23 W 28 W 30 W 45 W 22 W 19 W 31 W 51 W 40 W 21 W 39 W 15 W 21 W 17 W 28 W 29 W 23 W 19 W 38 W 33 W 27 W 29 W 41 W 38 W 25 W 23 W 26 W 35 W 25 W 36 W-9999 +USW00094728201504WDF2 280 W 250 W 250 W 310 W 280 W 250 W 60 W 70 W 60 W 290 W 310 W 250 W 170 W 240 W 40 W 170 W 240 W 350 W 180 W 130 W 290 W 270 W 310 W 310 W 50 W 50 W 310 W 20 W 60 W 60 W-9999 +USW00094728201504WDF5 280 W 260 W 250 W 310 W 290 W 250 W 50 W 60 W 60 W 290 W 300 W 260 W 180 W 240 W 40 W 170 W 250 W 360 W 170 W 110 W 290 W 290 W 320 W 20 W 280 W 40 W 310 W 10 W 50 W 60 W-9999 +USW00094728201504WSF2 67 W 89 W 72 W 107 W 81 W 54 W 76 W 98 W 81 W 63 W 76 W 58 W 67 W 58 W 94 W 72 W 67 W 67 W 67 W 72 W 72 W 89 W 94 W 76 W 63 W 58 W 72 W 76 W 76 W 67 W-9999 +USW00094728201504WSF5 103 W 139 W 112 W 183 W 134 W 81 W 112 W 143 W 112 W 98 W 130 W 94 W 107 W 98 W 157 W 94 W 112 W 112 W 98 W 121 W 107 W 148 W 148 W 148 W 98 W 94 W 125 W 116 W 103 W 94 W-9999 +USW00094728201504WT01-9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201504WT08-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201505TMAX 172 W 233 W 267 W 294 W 294 W 228 W 267 W 278 W 211 W 283 W 289 W 300 W 211 W 228 W 239 W 239 W 283 W 239 W 267 W 194 W 167 W 233 W 211 W 272 W 294 W 311 W 294 W 294 W 294 W 294 W 306 W +USW00094728201505TMIN 94 W 89 W 106 W 139 W 189 W 150 W 133 W 133 W 139 W 161 W 211 W 178 W 117 W 100 W 128 W 139 W 178 W 156 W 150 W 122 W 111 W 128 W 94 W 133 W 178 W 194 W 211 W 211 W 183 W 194 W 139 W +USW00094728201505PRCP 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 76 W 5 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 20 W 0 W 0 W 0 W 371 W +USW00094728201505SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201505SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201505AWND 23 W 13 W 11 W 24 W 18 W 22 W 10 W 13 W 19 W 16 W 17 W 24 W 33 W 17 W 15 W 9 W 9 W 21 W 11 W 31 W 12 W 27 W 20 W 17 W 22 W 23 W 23 W 18 W 18 W 25 W 25 W +USW00094728201505WDF2 50 W 160 W 180 W 230 W 250 W 60 W 180 W 160 W 60 W 230 W 250 W 240 W 300 W 250 W 160 W 260 W 10 W 70 W 350 W 300 W 270 W 290 W 300 W 240 W 240 W 230 W 170 W 30 W 50 W 180 W 80 W +USW00094728201505WDF5 160 W 160 W 180 W 210 W 250 W 50 W 170 W 170 W 170 W 240 W 240 W 270 W 300 W 240 W 180 W 260 W 20 W 70 W 300 W 320 W 250 W 280 W 300 W 250 W 200 W 250 W 160 W 310 W 160 W 180 W 60 W +USW00094728201505WSF2 63 W 67 W 45 W 67 W 58 W 63 W 45 W 58 W 40 W 58 W 58 W 67 W 67 W 58 W 58 W 45 W 31 W 63 W 63 W 63 W 54 W 81 W 67 W 45 W 58 W 54 W 67 W 54 W 54 W 63 W 89 W +USW00094728201505WSF5 81 W 98 W 81 W 103 W 94 W 103 W 76 W 94 W 58 W 103 W 112 W 125 W 116 W 89 W 98 W 72 W 49 W 81 W 116 W 121 W 72 W 130 W 112 W 81 W 94 W 89 W 103 W 89 W 76 W 112 W 125 W +USW00094728201505WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W +USW00094728201505WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00094728201505WT08-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W +USW00094728201506TMAX 144 W 128 W 211 W 183 W 211 W 244 W 233 W 261 W 283 W 278 W 317 W 311 W 300 W 311 W 283 W 261 W 278 W 217 W 306 W 239 W 311 W 306 W 322 W 289 W 283 W 272 W 217 W 228 W 244 W 278 W-9999 +USW00094728201506TMIN 106 W 100 W 111 W 122 W 128 W 156 W 128 W 172 W 200 W 183 W 222 W 228 W 222 W 189 W 178 W 183 W 189 W 178 W 200 W 178 W 217 W 211 W 239 W 200 W 183 W 206 W 144 W 167 W 172 W 200 W-9999 +USW00094728201506PRCP 183 W 94 W 0 W 0 W 33 W 48 W 0 W 15 W 3 W 0 W 0 W 0 W 0 W 91 W 145 W 69 W 0T W 0 W 0 W 0T W 163 W 0 W 5 W 0 W 0 W 0 W 284 W 74 W 0 W 10 W-9999 +USW00094728201506SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201506SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201506AWND 46 W 28 W 21 W 23 W 13 W 21 W 17 W 27 W 22 W 14 W 20 W 20 W 24 W 12 W 21 W 10 W 17 W 16 W 17 W 24 W 20 W 22 W 26 W 21 W 14 W 20 W 33 W 24 W 22 W 22 W-9999 +USW00094728201506WDF2 70 W 60 W 150 W 60 W 80 W 330 W 190 W 250 W 290 W 230 W 250 W 170 W 360 W 230 W 70 W 290 W 160 W 200 W 60 W 80 W 300 W 260 W 250 W 340 W 240 W 60 W 60 W 60 W 250 W 170 W-9999 +USW00094728201506WDF5 70 W 50 W 180 W 80 W 50 W 50 W 180 W 240 W 280 W 250 W 250 W 240 W 320 W 210 W 60 W 310 W 50 W 170 W 30 W 60 W 310 W 260 W 250 W 360 W 250 W 80 W 80 W 90 W 250 W 170 W-9999 +USW00094728201506WSF2 72 W 63 W 45 W 54 W 40 W 40 W 54 W 67 W 67 W 58 W 63 W 58 W 63 W 45 W 76 W 36 W 54 W 36 W 45 W 67 W 72 W 58 W 72 W 58 W 58 W 72 W 72 W 81 W 54 W 63 W-9999 +USW00094728201506WSF5 130 W 85 W 72 W 72 W 63 W 98 W 103 W 121 W 112 W 89 W 85 W 103 W 98 W 81 W 112 W 58 W 76 W 67 W 72 W 98 W 130 W 85 W 121 W 85 W 98 W 94 W 107 W 112 W 89 W 112 W-9999 +USW00094728201506WT01 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 +USW00094728201506WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201507TMAX 278 W 267 W 278 W 239 W 283 W 283 W 311 W 311 W 261 W 289 W 311 W 317 W 311 W 278 W 272 W 267 W 272 W 294 W 339 W 344 W 317 W 294 W 300 W 306 W 311 W 322 W 300 W 350 W 356 W 306 W 317 W +USW00094728201507TMIN 206 W 206 W 189 W 206 W 200 W 222 W 239 W 250 W 200 W 222 W 206 W 222 W 228 W 228 W 222 W 178 W 194 W 217 W 256 W 278 W 233 W 206 W 200 W 211 W 206 W 233 W 217 W 239 W 256 W 244 W 222 W +USW00094728201507PRCP 99 W 0 W 0 W 0T W 0 W 0 W 30 W 0T W 76 W 0 W 0 W 0 W 0 W 107 W 30 W 0 W 0 W 81 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0T W 91 W 0 W 0 W 495 W 0 W +USW00094728201507SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201507SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201507AWND 19 W 5 W 13 W 15 W 7 W 13 W 22 W 14 W 21 W 21 W 11 W 9 W 12 W 12 W 20 W 25 W 17 W 20 W 14 W 20 W 11 W 26 W 17 W 9 W 14 W 20 W 13 W 12 W 17 W 19 W 15 W +USW00094728201507WDF2 260 W 40 W 60 W 100 W 180 W 160 W 240 W 280 W 70 W 20 W 40 W 240 W 160 W 160 W 10 W 50 W 180 W 260 W 260 W 270 W 290 W 290 W 280 W 40 W 160 W 180 W 10 W 60 W 250 W 220 W 290 W +USW00094728201507WDF5 270 W 50 W 20 W 50 W 170 W 160 W 250 W 270 W 170 W 300 W 50 W 250 W 180 W 180 W 10 W 60 W 190 W 240 W 260 W 290 W 260 W 290 W 280 W 360 W 170 W 220 W 30 W 170 W 260 W 260 W 250 W +USW00094728201507WSF2 63 W 36 W 40 W 40 W 31 W 54 W 58 W 58 W 54 W 54 W 45 W 31 W 45 W 36 W 58 W 67 W 54 W 45 W 63 W 54 W 45 W 63 W 58 W 45 W 45 W 54 W 89 W 40 W 45 W 54 W 54 W +USW00094728201507WSF5 139 W 54 W 58 W 63 W 54 W 81 W 103 W 98 W 81 W 94 W 67 W 54 W 81 W 72 W 98 W 103 W 94 W 85 W 98 W 85 W 85 W 103 W 85 W 67 W 85 W 103 W 98 W 54 W 76 W 98 W 81 W +USW00094728201507WT01 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W +USW00094728201507WT08 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W +USW00094728201508TMAX 317 W 317 W 322 W 317 W 306 W 283 W 289 W 278 W 294 W 289 W 272 W 294 W 283 W 311 W 333 W 339 W 350 W 322 W 306 W 300 W 306 W 300 W 294 W 306 W 322 W 294 W 278 W 278 W 306 W 322 W 328 W +USW00094728201508TMIN 239 W 217 W 239 W 206 W 222 W 194 W 206 W 200 W 200 W 211 W 217 W 217 W 194 W 194 W 228 W 244 W 256 W 228 W 250 W 250 W 217 W 206 W 211 W 228 W 228 W 194 W 194 W 172 W 194 W 222 W 244 W +USW00094728201508PRCP 0 W 0 W 0 W 109 W 0 W 0 W 0 W 0 W 0 W 0 W 297 W 0 W 0 W 0 W 0 W 0 W 0 W 74 W 0 W 3 W 81 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 33 W 0 W +USW00094728201508SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201508SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201508AWND 20 W 9 W 22 W 24 W 13 W 11 W 24 W 17 W 17 W 20 W 19 W 21 W 14 W 13 W 15 W 7 W 15 W 18 W 18 W 25 W 19 W 20 W 18 W 11 W 17 W 17 W 14 W 11 W 9 W 18 W 20 W +USW00094728201508WDF2 290 W 260 W 250 W 290 W 300 W 290 W 130 W 60 W 80 W 160 W 250 W 280 W 330 W 250 W 250 W 140 W 260 W 250 W 140 W 170 W 340 W 60 W 120 W 200 W 290 W 250 W 290 W 290 W 230 W 240 W 250 W +USW00094728201508WDF5 270 W 250 W 250 W 290 W 270 W 280 W 50 W 70 W 160 W 160 W 160 W 300 W 290 W 180 W 180 W 120 W 240 W 240 W 180 W 170 W 240 W 50 W 120 W 200 W 250 W 240 W 300 W 30 W 240 W 230 W 250 W +USW00094728201508WSF2 63 W 54 W 54 W 103 W 54 W 40 W 58 W 54 W 45 W 58 W 54 W 54 W 45 W 40 W 36 W 40 W 45 W 63 W 54 W 72 W 54 W 45 W 45 W 40 W 45 W 54 W 45 W 36 W 54 W 54 W 58 W +USW00094728201508WSF5 98 W 76 W 94 W 165 W 94 W 63 W 81 W 67 W 76 W 89 W 94 W 85 W 67 W 81 W 72 W 76 W 67 W 112 W 98 W 112 W 72 W 72 W 63 W 81 W 81 W 85 W 76 W 63 W 94 W 89 W 94 W +USW00094728201508WT01-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00094728201508WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00094728201509TMAX 322 W 328 W 339 W 294 W 283 W 306 W 333 W 361 W 322 W 261 W 272 W 261 W 267 W 250 W 289 W 311 W 317 W 306 W 283 W 261 W 228 W 217 W 267 W 278 W 244 W 222 W 217 W 256 W 283 W 261 W-9999 +USW00094728201509TMIN 244 W 233 W 233 W 222 W 194 W 183 W 211 W 244 W 244 W 211 W 189 W 206 W 167 W 150 W 167 W 189 W 200 W 200 W 200 W 178 W 150 W 167 W 150 W 156 W 172 W 161 W 133 W 183 W 222 W 150 W-9999 +USW00094728201509PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 401 W 0 W 74 W 10 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 28 W 320 W-9999 +USW00094728201509SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201509SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201509AWND 10 W 8 W 9 W 31 W 18 W 6 W 19 W 22 W 17 W 28 W 23 W 19 W 28 W 29 W 10 W 6 W 10 W 9 W 12 W 35 W 34 W 31 W 13 W 19 W 28 W 27 W 22 W 15 W 12 W 37 W-9999 +USW00094728201509WDF2 60 W 180 W 50 W 60 W 60 W 150 W 250 W 240 W 180 W 60 W 60 W 160 W 280 W 290 W 260 W 260 W 250 W 160 W 230 W 50 W 60 W 60 W 60 W 60 W 60 W 60 W 50 W 180 W 170 W 10 W-9999 +USW00094728201509WDF5 180 W 150 W 40 W 50 W 60 W 180 W 270 W 250 W 180 W 30 W 20 W 160 W 270 W 290 W 270 W 260 W 180 W 170 W 240 W 40 W 50 W 60 W 60 W 60 W 50 W 60 W 60 W 170 W 150 W 20 W-9999 +USW00094728201509WSF2 40 W 40 W 45 W 76 W 63 W 40 W 45 W 58 W 58 W 54 W 63 W 63 W 67 W 63 W 36 W 31 W 54 W 40 W 54 W 67 W 76 W 63 W 40 W 58 W 58 W 81 W 40 W 40 W 45 W 72 W-9999 +USW00094728201509WSF5 58 W 67 W 63 W 112 W 76 W 72 W 85 W 98 W 112 W 81 W 85 W 98 W 112 W 103 W 58 W 49 W 67 W 72 W 89 W 103 W 107 W 81 W 58 W 81 W 81 W 116 W 63 W 67 W 81 W 121 W-9999 +USW00094728201509WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00094728201509WT08-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201510TMAX 178 W 139 W 128 W 172 W 194 W 228 W 228 W 222 W 256 W 183 W 206 W 250 W 222 W 206 W 178 W 178 W 133 W 100 W 117 W 211 W 244 W 239 W 183 W 139 W 200 W 144 W 150 W 206 W 228 W 161 W 133 W +USW00094728201510TMIN 133 W 89 W 94 W 117 W 111 W 111 W 144 W 150 W 161 W 100 W 117 W 133 W 161 W 139 W 106 W 117 W 56 W 33 W 17 W 89 W 139 W 144 W 72 W 44 W 89 W 78 W 72 W 117 W 139 W 89 W 56 W +USW00094728201510PRCP 23 W 274 W 89 W 0 W 0 W 0 W 0 W 0 W 226 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 13 W 0 W 0 W 356 W 10 W 0 W 0 W +USW00094728201510SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201510SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201510AWND 39 W 56 W 51 W 48 W 28 W 7 W 13 W 15 W 18 W 11 W 17 W 17 W 16 W 17 W 18 W 24 W 26 W 22 W 17 W 27 W 10 W 21 W 30 W 18 W 22 W 17 W 20 W 30 W 29 W 26 W 13 W +USW00094728201510WDF2 30 W 60 W 60 W 60 W 60 W 70 W 300 W 150 W 290 W 300 W 260 W 160 W 250 W 290 W 260 W 300 W 310 W 300 W 250 W 250 W 250 W 260 W 60 W 70 W 360 W 60 W 120 W 100 W 280 W 320 W 10 W +USW00094728201510WDF5 40 W 60 W 50 W 80 W 50 W 60 W 290 W 160 W 270 W 310 W 250 W 160 W 260 W 290 W 250 W 290 W 270 W 300 W 250 W 250 W 240 W 260 W 290 W 60 W 20 W 30 W 60 W 190 W 280 W 310 W 40 W +USW00094728201510WSF2 72 W 103 W 94 W 94 W 67 W 40 W 36 W 40 W 76 W 54 W 45 W 45 W 45 W 54 W 45 W 58 W 58 W 72 W 63 W 63 W 54 W 54 W 63 W 45 W 58 W 54 W 45 W 63 W 76 W 58 W 45 W +USW00094728201510WSF5 107 W 143 W 139 W 130 W 94 W 54 W 67 W 67 W 125 W 98 W 76 W 76 W 72 W 85 W 76 W 98 W 107 W 112 W 107 W 107 W 81 W 85 W 98 W 67 W 98 W 85 W 67 W 125 W 134 W 107 W 72 W +USW00094728201510WT01 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 +USW00094728201510WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201511TMAX 183 W 172 W 222 W 211 W 217 W 233 W 222 W 133 W 150 W 139 W 144 W 161 W 144 W 94 W 144 W 194 W 111 W 144 W 178 W 178 W 117 W 128 W 67 W 78 W 100 W 156 W 178 W 178 W 94 W 83 W-9999 +USW00094728201511TMIN 122 W 122 W 89 W 133 W 133 W 189 W 117 W 78 W 61 W 106 W 94 W 106 W 78 W 56 W 39 W 106 W 44 W 78 W 139 W 78 W 56 W 56 W 6 W 0 W 22 W 50 W 106 W 72 W 33 W 6 W-9999 +USW00094728201511PRCP 0 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 0 W 66 W 109 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 318 W 0 W 0 W 8 W 0 W 0 W 0 W 0 W 0 W 5 W 0 W 0 W-9999 +USW00094728201511SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201511SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201511AWND 22 W 9 W 11 W 11 W 9 W 21 W 20 W 16 W 9 W 44 W 22 W 25 W 48 W 35 W 21 W 18 W 28 W 23 W 25 W 26 W 29 W 28 W 26 W 17 W 12 W 13 W 17 W-9999 -9999 25 W-9999 +USW00094728201511WDF2 240 W 290 W 240 W 150 W 240 W 240 W 310 W 310 W 270 W 70 W 60 W 290 W 290 W 310 W 240 W 50 W 60 W 140 W 160 W 290 W 60 W 360 W 310 W 260 W 70 W 180 W 240 W-9999 -9999 60 W-9999 +USW00094728201511WDF5 240 W 240 W 250 W 170 W 250 W 240 W 310 W 310 W 270 W 60 W 70 W 280 W 280 W 320 W 250 W 50 W 50 W 150 W 160 W 320 W 30 W 20 W 300 W 250 W 60 W 160 W 99 W-9999 -9999 240 W-9999 +USW00094728201511WSF2 72 W 36 W 36 W 40 W 40 W 63 W 54 W 67 W 40 W 103 W 58 W 76 W 89 W 94 W 58 W 63 W 76 W 58 W 76 W 67 W 72 W 58 W 58 W 54 W 40 W 36 W 40 W-9999 -9999 58 W-9999 +USW00094728201511WSF5 103 W 63 W 58 W 63 W 72 W 116 W 85 W 103 W 58 W 152 W 81 W 125 W 165 W 143 W 98 W 89 W 94 W 94 W 134 W 98 W 98 W 94 W 103 W 72 W 58 W 63 W 81 W-9999 -9999 85 W-9999 +USW00094728201511WT01-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 +USW00094728201511WT08-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201512TMAX 106 W 139 W 128 W 106 W 106 W 117 W 122 W 94 W 128 W 156 W 161 W 189 W 194 W 194 W 200 W 117 W 150 W 139 W 44 W 61 W 133 W 167 W 178 W 222 W 189 W 150 W 161 W 78 W 78 W 89 W 89 W +USW00094728201512TMIN 67 W 78 W 67 W 56 W 44 W 39 W 56 W 50 W 44 W 106 W 100 W 128 W 128 W 117 W 117 W 78 W 100 W 33 W 17 W 11 W 39 W 117 W 111 W 172 W 139 W 83 W 78 W 11 W 11 W 33 W 56 W +USW00094728201512PRCP 84 W 36 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0T W 0 W 84 W 23 W 10 W 307 W 0T W 0 W 0 W 0 W 48 W 394 W 3 W 3 W 0T W 30 W 8 W 114 W 48 W 8 W +USW00094728201512SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W +USW00094728201512SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201512AWND 30 W 13 W 38 W 19 W 10 W 15 W 17 W 20 W 19 W 19 W 21 W 9 W 15 W 21 W 47 W 24 W 22 W 30 W 42 W 27 W 32 W 22 W 16 W 20 W 4 W 36 W 26 W 37 W 31 W 18 W 24 W +USW00094728201512WDF2 110 W 270 W 290 W 280 W 260 W 260 W 350 W 20 W 170 W 260 W 250 W 190 W 130 W 160 W 290 W 360 W 170 W 310 W 290 W 310 W 250 W 180 W 180 W 270 W 310 W 40 W 310 W 90 W 100 W 120 W 300 W +USW00094728201512WDF5 110 W 260 W 300 W 310 W 250 W 260 W 270 W 40 W 190 W 270 W 250 W 250 W 140 W 180 W 310 W 350 W 170 W 320 W 280 W 320 W 240 W 260 W 170 W 210 W 310 W 40 W 320 W 100 W 120 W 110 W 300 W +USW00094728201512WSF2 54 W 40 W 72 W 54 W 40 W 54 W 45 W 58 W 58 W 54 W 58 W 40 W 54 W 58 W 94 W 63 W 54 W 76 W 89 W 76 W 76 W 63 W 45 W 67 W 36 W 67 W 67 W 81 W 81 W 40 W 63 W +USW00094728201512WSF5 85 W 76 W 121 W 81 W 54 W 72 W 72 W 81 W 98 W 81 W 89 W 72 W 81 W 85 W 152 W 98 W 81 W 116 W 134 W 116 W 130 W 89 W 76 W 121 W 54 W 98 W 116 W 125 W 107 W 58 W 89 W +USW00094728201512WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W +USW00094728201512WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 +USW00094728201512WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 +USW00094728201601TMAX 56 W 44 W 72 W 22 W -16 W 50 W 78 W 78 W 83 W 150 W 44 W 67 W -10 W 33 W 106 W 111 W 56 W -5 W -21 W 28 W 22 W -10 W -27 W 17 W 39 W 89 W 83 W 56 W 50 W 39 W 133 W +USW00094728201601TMIN 11 W 0 W 17 W -99 W -116 W -38 W -5 W -5 W 44 W 44 W -32 W -38 W -55 W -55 W 11 W 56 W -10 W -77 W -88 W -27 W -32 W -60 W -43 W -66 W -21 W 33 W 11 W 0 W -10 W -21 W 22 W +USW00094728201601PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 457 W 0 W 0 W 0 W 0 W 0T W 61 W 13 W 0T W 0 W 0 W 0 W 3 W 587 W 0T W 0 W 0 W 0T W 0 W 0 W 0 W 0 W +USW00094728201601SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0T W 0 W 0 W 10 W 0T W 0 W 0 W 0 W 5 W 693 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201601SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0T W 0 W 0 W 150 W 560 W 480 W 430 W 230 W 150 W 150 W 150 W 100 W +USW00094728201601AWND 34 W 30 W 35 W 38 W 23 W 16 W 11 W 19 W 36 W 44 W 47 W 27 W 44 W 22 W 23 W 30 W 25 W 53 W 49 W 25 W 27 W 29 W 70 W 26 W 15 W 29 W 30 W 20 W 35 W 31 W 23 W +USW00094728201601WDF2 290 W 290 W 270 W 40 W 10 W 250 W 260 W 80 W 70 W 280 W 280 W 290 W 280 W 260 W 170 W 310 W 60 W 290 W 280 W 310 W 310 W 50 W 30 W 10 W 190 W 230 W 290 W 250 W 310 W 240 W 250 W +USW00094728201601WDF5 300 W 270 W 240 W 40 W 20 W 250 W-9999 80 W 80 W 290 W 280 W 280 W 260 W 280 W 170 W 270 W 10 W 280 W 280 W 290 W 10 W 30 W 40 W 20 W 180 W 250 W 320 W 260 W 320 W 250 W 240 W +USW00094728201601WSF2 76 W 67 W 76 W 94 W 89 W 58 W 31 W 63 W 67 W 98 W 89 W 98 W 94 W 67 W 54 W 67 W 58 W 98 W 89 W 63 W 67 W 72 W 112 W 76 W 40 W 72 W 67 W 63 W 76 W 72 W 63 W +USW00094728201601WSF5 116 W 103 W 116 W 139 W 134 W 81 W-9999 94 W 89 W 157 W 157 W 157 W 157 W 103 W 81 W 98 W 85 W 157 W 152 W 98 W 103 W 98 W 192 W 125 W 76 W 130 W 112 W 98 W 143 W 112 W 98 W +USW00094728201601WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201601WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201601WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201602TMAX 150 W 100 W 150 W 150 W 67 W 44 W 83 W 39 W 22 W 39 W -5 W -27 W -55 W -93 W 17 W 122 W 39 W 22 W 39 W 161 W 128 W 111 W 44 W 156 W 161 W 39 W 50 W 156 W 161 W-9999 -9999 +USW00094728201602TMIN 67 W 33 W 56 W 67 W -5 W -10 W 6 W -21 W -27 W -5 W -77 W -93 W -143 W -182 W -105 W 17 W 17 W -27 W -43 W 39 W 67 W 33 W 17 W 22 W 28 W -27 W -32 W 33 W 83 W-9999 -9999 +USW00094728201602PRCP 3 W 0 W 185 W 0T W 135 W 0 W 0 W 13 W 0 W 3 W 0T W 0 W 0 W 0 W 112 W 257 W 0 W 0 W 0 W 0 W 8 W 0 W 76 W 310 W 5 W 0 W 0 W 0 W 13 W-9999 -9999 +USW00094728201602SNOW 0 W 0 W 0 W 0 W 64 W 0 W 0 W 3 W 0T W 0T W 0T W 0 W 0 W 0 W 36 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00094728201602SNWD 50 W 0T W 0 W 0 W 30 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00094728201602AWND 26 W 16 W 29 W 26 W 37 W 25 W 24 W 47 W 18 W 26 W 45 W 30 W 55 W 28 W 24 W 35 W 33 W 32 W 24 W 33 W 22 W 23 W 65 W 47 W 40 W 39 W 27 W 33 W 38 W-9999 -9999 +USW00094728201602WDF2 250 W 170 W 180 W 20 W 310 W 250 W 60 W 60 W 60 W 250 W 290 W 290 W 290 W 310 W 60 W 170 W 320 W 30 W 170 W 240 W 60 W 70 W 70 W 180 W 260 W 290 W 250 W 230 W 260 W-9999 -9999 +USW00094728201602WDF5 260 W 20 W 170 W 20 W 300 W 240 W 90 W 40 W 60 W 240 W 290 W 300 W 290 W 300 W 60 W 170 W 310 W 300 W 180 W 240 W 40 W 80 W 60 W 190 W 250 W 290 W 250 W 200 W 270 W-9999 -9999 +USW00094728201602WSF2 63 W 54 W 81 W 63 W 76 W 63 W 81 W 94 W 63 W 72 W 89 W 67 W 103 W 89 W 54 W 81 W 63 W 67 W 63 W 72 W 63 W 72 W 107 W 94 W 89 W 98 W 67 W 76 W 67 W-9999 -9999 +USW00094728201602WSF5 94 W 76 W 134 W 94 W 130 W 98 W 116 W 139 W 85 W 107 W 165 W 121 W 179 W 148 W 76 W 179 W 98 W 103 W 103 W 134 W 94 W 98 W 161 W 165 W 161 W 152 W 107 W 139 W 116 W-9999 -9999 +USW00094728201602WT01-9999 -9999 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201602WT02-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201602WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201602WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201602WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201603TMAX 111 W 128 W 22 W 39 W 50 W 67 W 156 W 194 W 250 W 261 W 200 W 150 W 167 W 106 W 139 W 183 W 172 W 139 W 78 W 61 W 100 W 133 W 217 W 128 W 222 W 128 W 128 W 167 W 117 W 133 W 228 W +USW00094728201603TMIN 39 W -16 W -32 W -10 W -21 W 0 W 22 W 83 W 67 W 172 W 89 W 44 W 100 W 44 W 67 W 89 W 72 W 56 W 22 W 0 W 0 W 17 W 89 W 67 W 67 W 33 W 61 W 56 W 44 W 28 W 94 W +USW00094728201603PRCP 0 W 36 W 0 W 28 W 0 W 0 W 0 W 0 W 0 W 0 W 15 W 0 W 0T W 74 W 0 W 5 W 0T W 0 W 0 W 18 W 15 W 0 W 0 W 0 W 10 W 0 W 0 W 97 W 0 W 0 W 0 W +USW00094728201603SNOW 0 W 0 W 0 W 10 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 13 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201603SNWD 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201603AWND 34 W 47 W 26 W 39 W 19 W 15 W 35 W 15 W 10 W 22 W 27 W 23 W 16 W 63 W 24 W 16 W 22 W 39 W 23 W 43 W 36 W 31 W 27 W 41 W 17 W 29 W 25 W 45 W 52 W 24 W 30 W +USW00094728201603WDF2 170 W 310 W 310 W 30 W 360 W 50 W 230 W 170 W 240 W 250 W 40 W 250 W 30 W 70 W 70 W 190 W 300 W 290 W 40 W 60 W 280 W 260 W 250 W 60 W 290 W 60 W 170 W 290 W 290 W 190 W 240 W +USW00094728201603WDF5 250 W 300 W 320 W 20 W 360 W 50 W 240 W 170 W 210 W-9999 10 W 250 W 30 W 60 W 70 W 170 W 300 W 270 W 40 W 80 W 290 W 240 W 260 W 70 W 360 W 190 W 180 W 270 W 280 W 160 W 250 W +USW00094728201603WSF2 67 W 103 W 72 W 72 W 58 W 58 W 76 W 63 W 45 W 54 W 76 W 67 W 54 W 125 W 103 W 58 W 89 W 98 W 67 W 81 W 89 W 67 W 67 W 89 W 63 W 63 W 58 W 112 W 116 W 72 W 72 W +USW00094728201603WSF5 112 W 179 W 112 W 107 W 81 W 67 W 134 W 85 W 98 W-9999 116 W 103 W 81 W 179 W 165 W 81 W 143 W 179 W 107 W 107 W 148 W 103 W 116 W 116 W 98 W 94 W 89 W 201 W 192 W 107 W 125 W +USW00094728201603WT01-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 +USW00094728201603WT08-9999 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 +USW00094728201604TMAX 261 W 161 W 100 W 72 W 61 W 89 W 144 W 100 W 61 W 100 W 183 W 150 W 144 W 167 W 183 W 200 W 239 W 278 W 228 W 206 W 228 W 261 W 217 W 200 W 206 W 156 W 167 W 150 W 144 W 183 W-9999 +USW00094728201604TMIN 161 W 94 W 11 W -16 W -32 W -10 W 89 W 44 W 22 W -5 W 61 W 72 W 44 W 61 W 56 W 61 W 67 W 106 W 128 W 94 W 94 W 167 W 122 W 83 W 100 W 83 W 78 W 89 W 72 W 78 W-9999 +USW00094728201604PRCP 5 W 41 W 23 W 119 W 0 W 0 W 23 W 3 W 28 W 0 W 3 W 51 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 41 W 0 W 0 W 61 W 0 W 0 W 13 W 0 W-9999 +USW00094728201604SNOW 0 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201604SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201604AWND 30 W 22 W 57 W 32 W 37 W 27 W 31 W 32 W 29 W 22 W 31 W 26 W 20 W 29 W 17 W 22 W 13 W 17 W 34 W 27 W 25 W 19 W 32 W 26 W 18 W 32 W 19 W 21 W 26 W 26 W-9999 +USW00094728201604WDF2 260 W 190 W 280 W 50 W 20 W 180 W 250 W 280 W 310 W 260 W 260 W 310 W 40 W 50 W 60 W 50 W 180 W 170 W 350 W 50 W 260 W 170 W 30 W 30 W 150 W 70 W 240 W 50 W 60 W 270 W-9999 +USW00094728201604WDF5 250 W 190 W 280 W 30 W 20 W 180 W 260 W 300 W 320 W 320 W 240 W 320 W 40 W 50 W 60 W 40 W 160 W 170 W 340 W 50 W 150 W 240 W 10 W 40 W 100 W 60 W 210 W 60 W 90 W 170 W-9999 +USW00094728201604WSF2 54 W 40 W 112 W 72 W 98 W 76 W 89 W 58 W 63 W 58 W 58 W 94 W 72 W 49 W 58 W 72 W 40 W 63 W 72 W 72 W 63 W 45 W 72 W 67 W 40 W 76 W 54 W 58 W 63 W 54 W-9999 +USW00094728201604WSF5 134 W 89 W 201 W 112 W 139 W 161 W 152 W 130 W 112 W 107 W 98 W 134 W 112 W 89 W 85 W 89 W 67 W 98 W 125 W 94 W 94 W 81 W 112 W 112 W 63 W 116 W 89 W 81 W 89 W 81 W-9999 +USW00094728201604WT01-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 +USW00094728201604WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728201605TMAX 106 W 156 W 133 W 111 W 139 W 122 W 156 W 189 W 222 W 172 W 244 W 267 W 183 W 228 W 150 W 189 W 178 W 200 W 228 W 244 W 189 W 211 W 256 W 228 W 311 W 322 W 306 W 333 W 306 W 278 W 294 W +USW00094728201605TMIN 72 W 72 W 106 W 89 W 78 W 89 W 89 W 94 W 111 W 100 W 100 W 133 W 139 W 133 W 78 W 61 W 111 W 111 W 122 W 117 W 122 W 111 W 133 W 144 W 161 W 206 W 228 W 217 W 211 W 200 W 217 W +USW00094728201605PRCP 41 W 10 W 155 W 3 W 0 W 137 W 0 W 41 W 0 W 0 W 0 W 0 W 64 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 10 W 23 W 5 W 46 W 0 W 0 W 0 W 0 W 0T W 419 W 0 W +USW00094728201605SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201605SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201605AWND 22 W 10 W 27 W 39 W 37 W 35 W 20 W 21 W 23 W 22 W 11 W 15 W-9999 -9999 -9999 -9999 17 W-9999 6 W 20 W 17 W 16 W 11 W 9 W 19 W 16 W 17 W 20 W 22 W 14 W 14 W +USW00094728201605WDF2 70 W 60 W 60 W 60 W 60 W 80 W 80 W 310 W 260 W 60 W 250 W 70 W-9999 -9999 -9999 -9999 99 W-9999 190 W 50 W 150 W 60 W 180 W 20 W 240 W 180 W 160 W 230 W 170 W 240 W 70 W +USW00094728201605WDF5 170 W 300 W 70 W 60 W 40 W 60 W 60 W 300 W 270 W 250 W 250 W 5 W-9999 -9999 -9999 -9999 -9999 -9999 180 W 250 W 150 W 50 W 170 W 30 W 250 W 190 W 250 W 240 W 170 W 330 W 210 W +USW00094728201605WSF2 58 W 40 W 63 W 76 W 67 W 81 W 63 W 89 W 81 W 58 W 45 W 54 W-9999 -9999 -9999 -9999 27 W-9999 45 W 54 W 54 W 45 W 40 W 40 W 45 W 45 W 58 W 54 W 58 W 54 W 54 W +USW00094728201605WSF5 89 W 54 W 85 W 107 W 103 W 125 W 85 W 139 W 134 W 89 W 76 W 81 W-9999 -9999 -9999 -9999 -9999 -9999 94 W 72 W 85 W 63 W 72 W 63 W 72 W 76 W 89 W 103 W 107 W 134 W 89 W +USW00094728201605WT01 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W +USW00094728201605WT08 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W +USW00094728201606TMAX 283 W 256 W 211 W 283 W 217 W 283 W 294 W 194 W 217 W 250 W 311 W 283 W 233 W 261 W 294 W 233 W 256 W 306 W 311 W 289 W 306 W 300 W 283 W 289 W 300 W 306 W 283 W 244 W 283 W 294 W-9999 +USW00094728201606TMIN 189 W 167 W 172 W 189 W 183 W 183 W 178 W 111 W 122 W 139 W 150 W 167 W 139 W 144 W 167 W 183 W 172 W 161 W 189 W 178 W 222 W 200 W 206 W 194 W 178 W 194 W 194 W 200 W 194 W 194 W-9999 +USW00094728201606PRCP 0 W 0 W 10 W 102 W 231 W 0 W 0T W 114 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 56 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 114 W 30 W 3 W 0 W-9999 +USW00094728201606SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201606SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201606AWND 27 W 21 W 6 W 11 W 15 W 25 W 23 W 34 W 40 W 24 W 15 W 36 W 33 W 19 W 11 W 8 W 21 W 12 W 13 W 14 W 22 W 18 W 9 W 28 W 16 W 11 W 22 W 16 W 10 W 13 W-9999 +USW00094728201606WDF2 60 W 60 W 90 W 160 W 280 W 250 W 310 W 290 W 290 W 300 W 270 W 290 W 280 W 20 W 260 W 150 W 70 W 160 W 170 W 160 W 300 W 290 W 70 W 60 W 170 W 160 W 160 W 160 W 270 W 160 W-9999 +USW00094728201606WDF5 60 W 50 W 140 W 180 W 270 W 290 W 300 W 280 W 280 W 310 W 270 W 290 W 320 W 290 W 250 W 20 W 180 W 160 W 170 W 170 W 300 W 270 W 60 W 40 W 160 W 170 W 190 W 170 W 250 W 250 W-9999 +USW00094728201606WSF2 58 W 54 W 36 W 40 W 81 W 58 W 76 W 76 W 94 W 63 W 67 W 94 W 63 W 45 W 54 W 36 W 58 W 40 W 54 W 54 W 67 W 76 W 36 W 67 W 40 W 45 W 54 W 54 W 45 W 36 W-9999 +USW00094728201606WSF5 76 W 72 W 45 W 58 W 170 W 98 W 134 W 125 W 143 W 107 W 112 W 161 W 121 W 76 W 81 W 72 W 85 W 72 W 89 W 76 W 121 W 116 W 54 W 98 W 67 W 76 W 98 W 76 W 76 W 67 W-9999 +USW00094728201606WT01-9999 -9999 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 +USW00094728201606WT08-9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201607TMAX 261 W 244 W 256 W 289 W 300 W 328 W 317 W 300 W 222 W 267 W 272 W 278 W 294 W 311 W 311 W 322 W 317 W 339 W 283 W 294 W 322 W 344 W 356 W 344 W 339 W 317 W 328 W 350 W 294 W 289 W 256 W +USW00094728201607TMIN 189 W 172 W 178 W 189 W 206 W 239 W 250 W 194 W 183 W 189 W 183 W 200 W 217 W 228 W 261 W 239 W 239 W 222 W 228 W 200 W 217 W 233 W 267 W 239 W 228 W 222 W 233 W 239 W 206 W 228 W 217 W +USW00094728201607PRCP 211 W 0 W 0 W 124 W 168 W 0 W 10 W 20 W 135 W 0T W 0 W 0 W 0 W 157 W 0 W 0T W 0 W 89 W 0 W 0 W 0 W 0 W 0 W 0 W 254 W 0 W 0 W 0T W 277 W 64 W 274 W +USW00094728201607SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201607SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201607AWND 15 W 24 W 14 W 14 W 13 W 11 W 9 W 24 W 18 W 19 W 15 W 19 W 21 W 13 W 20 W 19 W 12 W 26 W 22 W 14 W 23 W 29 W 22 W 18 W 15 W 19 W 9 W 14 W 19 W 16 W 19 W +USW00094728201607WDF2 170 W 310 W 250 W 260 W 280 W 170 W 260 W 60 W 150 W 290 W 60 W 170 W 230 W 280 W 280 W 210 W 280 W 250 W 320 W 80 W 220 W 280 W 290 W 240 W 60 W 290 W 250 W 250 W 60 W 160 W 120 W +USW00094728201607WDF5 160 W 290 W 270 W 250 W 280 W 180 W 170 W 60 W 140 W 290 W 50 W 170 W 250 W 290 W 290 W 210 W 170 W 280 W 320 W 80 W 240 W 240 W 280 W 240 W 30 W 290 W 280 W 240 W 60 W 180 W 120 W +USW00094728201607WSF2 58 W 58 W 40 W 54 W 54 W 36 W 40 W 58 W 45 W 54 W 45 W 58 W 45 W 89 W 58 W 58 W 45 W 58 W 54 W 45 W 54 W 72 W 67 W 40 W 81 W 54 W 36 W 58 W 58 W 45 W 63 W +USW00094728201607WSF5 98 W 107 W 72 W 94 W 72 W 72 W 81 W 81 W 72 W 98 W 67 W 85 W 89 W 161 W 94 W 103 W 72 W 98 W 103 W 63 W 94 W 116 W 107 W 81 W 139 W 98 W 49 W 103 W 81 W 89 W 89 W +USW00094728201607WT01 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W +USW00094728201607WT08 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W +USW00094728201608TMAX 267 W 261 W 267 W 272 W 283 W 306 W 300 W 300 W 306 W 300 W 328 W 339 W 356 W 344 W 333 W 306 W 294 W 294 W 311 W 283 W 300 W 261 W 278 W 311 W 300 W 322 W 317 W 317 W 328 W 300 W 317 W +USW00094728201608TMIN 206 W 200 W 189 W 194 W 206 W 222 W 211 W 217 W 217 W 239 W 233 W 228 W 272 W 256 W 250 W 256 W 250 W 222 W 233 W 211 W 228 W 183 W 161 W 200 W 206 W 239 W 228 W 222 W 233 W 206 W 233 W +USW00094728201608PRCP 0T W 0 W 0 W 0 W 0 W 13 W 0 W 0 W 0 W 23 W 38 W 81 W 0 W 15 W 0 W 28 W 3 W 8 W 3 W 208 W 79 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 0 W 0 W 0T W +USW00094728201608SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201608SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201608AWND 22 W 31 W 13 W 9 W 17 W 23 W 18 W 6 W 12 W 18 W 20 W 23 W 18 W 17 W 13 W 18 W 24 W 7 W 10 W 21 W 19 W 26 W 8 W-9999 -9999 -9999 12 W 11 W 24 W 14 W 15 W +USW00094728201608WDF2 60 W 70 W 180 W 250 W 240 W 290 W 330 W 60 W 220 W 260 W 290 W 250 W 260 W 280 W 290 W 230 W 240 W 50 W 40 W 160 W 200 W 310 W 290 W 280 W-9999 -9999 180 W 99 W 50 W 60 W 230 W +USW00094728201608WDF5 60 W 60 W 170 W 200 W 240 W 300 W 300 W 30 W 200 W 250 W 280 W 270 W 170 W 250 W 290 W 250 W 250 W 40 W 20 W 160 W 180 W 300 W 250 W-9999 -9999 -9999 170 W-9999 10 W 70 W 240 W +USW00094728201608WSF2 58 W 72 W 40 W 36 W 45 W 63 W 45 W 36 W 45 W 54 W 58 W 58 W 54 W 54 W 40 W 58 W 76 W 40 W 54 W 72 W 54 W 63 W 40 W 27 W-9999 -9999 45 W 31 W 45 W 54 W 40 W +USW00094728201608WSF5 76 W 89 W 72 W 67 W 85 W 98 W 81 W 49 W 81 W 89 W 89 W 98 W 85 W 98 W 63 W 107 W 148 W 58 W 72 W 103 W 94 W 130 W 76 W-9999 -9999 -9999 76 W-9999 85 W 72 W 76 W +USW00094728201608WT01 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201608WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201608WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00094728201609TMAX 261 W 272 W 239 W 267 W 289 W 267 W 294 W 317 W 328 W 322 W 283 W 256 W 283 W 328 W 233 W 228 W 250 W 278 W 244 W 278 W 289 W 300 W 306 W 217 W 211 W 233 W 233 W 206 W 178 W 150 W-9999 +USW00094728201609TMIN 206 W 189 W 189 W 183 W 183 W 217 W 217 W 217 W 239 W 233 W 194 W 167 W 178 W 194 W 161 W 161 W 150 W 211 W 206 W 200 W 200 W 183 W 178 W 144 W 122 W 122 W 178 W 133 W 139 W 133 W-9999 +USW00094728201609PRCP 127 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 56 W 0T W 0 W 0 W 0 W 142 W 0 W 0 W 0 W 0 W 173 W 0 W 0 W 0 W 3 W 51 W 0 W 0 W 56 W 0 W 0 W 102 W-9999 +USW00094728201609SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201609SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201609AWND 8 W 27 W 30 W 30 W 34 W 43 W 29 W 12 W 17 W 18 W 26 W 19 W 18 W 22 W 22 W 12 W 15 W 16 W 11 W 10 W 17 W 11 W 8 W 23 W 13 W 20 W 14 W 36 W 50 W 43 W-9999 +USW00094728201609WDF2 350 W 50 W 60 W 60 W 30 W 60 W 70 W 260 W 280 W 220 W 310 W 60 W 220 W 50 W 60 W 160 W 160 W 250 W 280 W 60 W 30 W 160 W 40 W 60 W 50 W 160 W 260 W 60 W 70 W 80 W-9999 +USW00094728201609WDF5 340 W 30 W 50 W 50 W 20 W 60 W 30 W 250 W 280 W 210 W 280 W 200 W 240 W 280 W 40 W 160 W 200 W 200 W 200 W 360 W 30 W 180 W 40 W 50 W 60 W 170 W 250 W 70 W 90 W 60 W-9999 +USW00094728201609WSF2 45 W 58 W 67 W 67 W 72 W 81 W 63 W 45 W 45 W 45 W 72 W 40 W 58 W 67 W 67 W 40 W 45 W 54 W 54 W 40 W 54 W 36 W 54 W 63 W 45 W 54 W 45 W 81 W 94 W 72 W-9999 +USW00094728201609WSF5 72 W 81 W 107 W 94 W 121 W 134 W 98 W 85 W 76 W 94 W 125 W 72 W 103 W 125 W 107 W 76 W 85 W 81 W 81 W 54 W 76 W 63 W 76 W 103 W 67 W 89 W 81 W 121 W 139 W 125 W-9999 +USW00094728201609WT01 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 +USW00094728201609WT08 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 +USW00094728201610TMAX 167 W 172 W 222 W 206 W 194 W 228 W 239 W 200 W 183 W 178 W 172 W 189 W 194 W 167 W 183 W 206 W 272 W 272 W 294 W 211 W 206 W 139 W 161 W 167 W 111 W 106 W 128 W 106 W 178 W 244 W 122 W +USW00094728201610TMIN 133 W 139 W 156 W 156 W 117 W 128 W 139 W 144 W 106 W 83 W 78 W 117 W 117 W 83 W 72 W 117 W 172 W 194 W 183 W 167 W 139 W 83 W 72 W 83 W 61 W 33 W 44 W 56 W 39 W 122 W 67 W +USW00094728201610PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 58 W 140 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 282 W 74 W 0 W 0T W 0 W 0 W 358 W 0 W 0 W 142 W 0 W +USW00094728201610SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201610SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201610AWND 34 W 12 W 10 W 34 W 21 W 9 W 11 W 9 W 33 W 21 W 16 W 5 W 13 W 21 W 14 W 18 W 12 W 18 W 20 W 28 W 10 W 47 W 38 W 27 W 29 W 18 W 23 W 37 W 19 W 17 W 22 W +USW00094728201610WDF2 70 W 80 W 60 W 70 W 60 W 160 W 160 W 300 W 30 W 350 W 60 W 170 W 340 W 50 W 160 W 250 W 280 W 230 W 250 W 110 W 300 W 280 W 290 W 300 W 310 W 310 W 110 W 300 W 250 W 10 W 10 W +USW00094728201610WDF5 50 W 40 W 290 W 60 W 60 W 170 W 180 W 300 W 30 W 360 W 60 W 170 W-9999 350 W 160 W 240 W 210 W 230 W 240 W 110 W 310 W 280 W 290 W 310 W 310 W 320 W 120 W 310 W 270 W 20 W 310 W +USW00094728201610WSF2 72 W 40 W 31 W 67 W 58 W 31 W 40 W 36 W 72 W 67 W 40 W 36 W 54 W 54 W 40 W 45 W 36 W 63 W 58 W 54 W 54 W 89 W 98 W 72 W 72 W 58 W 58 W 89 W 63 W 81 W 54 W +USW00094728201610WSF5 103 W 54 W 49 W 103 W 76 W 58 W 72 W 49 W 125 W 103 W 67 W 58 W-9999 85 W 63 W 85 W 63 W 103 W 94 W 76 W 76 W 157 W 161 W 134 W 121 W 85 W 94 W 157 W 98 W 165 W 103 W +USW00094728201610WT01 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 +USW00094728201610WT08-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201611TMAX 144 W 211 W 222 W 161 W 167 W 150 W 117 W 189 W 150 W 133 W 172 W 100 W 161 W 167 W 133 W 161 W 161 W 178 W 172 W 56 W 50 W 50 W 72 W 89 W 122 W 100 W 100 W 111 W 156 W 144 W-9999 +USW00094728201611TMIN 44 W 122 W 139 W 83 W 67 W 72 W 50 W 50 W 94 W 44 W 50 W 28 W 50 W 78 W 83 W 72 W 94 W 67 W 28 W 11 W 22 W 28 W 17 W 33 W 72 W 44 W 39 W 33 W 106 W 100 W-9999 +USW00094728201611PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 15 W 0 W 0 W 0 W 0 W 0 W 460 W 0 W 0 W 0 W 64 W 79 W 0 W 0 W 0 W 8 W 5 W 0 W 0 W 0 W 559 W 185 W-9999 +USW00094728201611SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201611SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201611AWND 14 W 14 W 23 W 21 W 14 W 34 W 24 W 11 W 16 W 26 W 37 W 24 W 24 W 16 W 25 W 18 W 19 W 11 W 22 W 46 W 59 W 43 W 22 W 20 W 9 W 20 W 21 W 15 W 22 W 28 W-9999 +USW00094728201611WDF2 150 W 270 W 250 W 300 W 300 W 20 W 70 W 260 W 30 W 260 W 310 W 340 W 240 W 270 W 30 W 240 W 10 W 310 W 280 W 280 W 280 W 310 W 300 W 80 W 280 W 310 W 310 W 210 W 180 W 80 W-9999 +USW00094728201611WDF5 170 W 250 W 250 W 310 W 310 W 20 W 40 W 260 W 30 W 260 W 300 W 360 W 250 W 260 W 20 W 270 W 350 W 360 W 300 W 280 W 290 W 290 W 290 W 120 W 270 W 300 W 320 W 200 W 160 W 80 W-9999 +USW00094728201611WSF2 45 W 45 W 67 W 54 W 58 W 72 W 63 W 36 W 63 W 63 W 81 W 54 W 58 W 58 W 76 W 45 W 58 W 36 W 81 W 112 W 98 W 94 W 54 W 40 W 40 W 63 W 67 W 45 W 58 W 81 W-9999 +USW00094728201611WSF5 76 W 76 W 121 W 81 W 89 W 116 W 89 W 58 W 103 W 125 W 157 W 89 W 85 W 89 W 130 W 76 W 89 W 58 W 143 W 174 W 174 W 165 W 89 W 63 W 58 W 94 W 107 W 76 W 116 W 112 W-9999 +USW00094728201611WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 +USW00094728201611WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201611WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 +USW00094728201612TMAX 122 W 106 W 83 W 83 W 94 W 78 W 78 W 72 W 39 W 17 W 17 W 78 W 61 W 56 W 11 W -27 W 39 W 144 W -5 W 6 W 44 W 94 W 83 W 83 W 100 W 100 W 156 W 44 W 78 W 44 W 67 W +USW00094728201612TMIN 56 W 44 W 50 W 39 W 33 W 28 W 44 W 17 W -16 W -21 W -21 W 11 W 17 W 11 W -71 W -82 W -43 W -5 W -49 W -66 W -10 W 28 W 33 W 33 W 22 W 6 W 44 W 11 W 6 W 6 W -5 W +USW00094728201612PRCP 18 W 0 W 0T W 0 W 48 W 89 W 23 W 0 W 0 W 0 W 8 W 127 W 0 W 0 W 0 W 0 W 185 W 10 W 0 W 0 W 0 W 0 W 0 W 119 W 0 W 5 W 0 W 0 W 99 W 3 W 0 W +USW00094728201612SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 10 W 0 W 0 W 0 W 0T W 0 W 71 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W +USW00094728201612SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 50 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201612AWND 34 W 39 W 39 W 22 W 25 W 24 W 17 W-9999 -9999 27 W 18 W 28 W 18 W 25 W 49 W 27 W 19 W 33 W 30 W 14 W 13 W 28 W 29 W 22 W 28 W 29 W 32 W 23 W 24 W 42 W 31 W +USW00094728201612WDF2 280 W 290 W 310 W 20 W 290 W 60 W 70 W-9999 310 W 300 W 260 W 280 W 250 W 290 W 310 W 280 W 240 W 300 W 340 W 250 W 240 W 290 W 250 W 240 W 70 W 90 W 280 W 310 W 270 W 290 W 250 W +USW00094728201612WDF5 290 W 290 W 300 W 310 W 260 W 70 W 80 W-9999 320 W 290 W 260 W 250 W 270 W 280 W 290 W 300 W 240 W 310 W 50 W 250 W 250 W 300 W 260 W 250 W 300 W 270 W 260 W 300 W 170 W 280 W 210 W +USW00094728201612WSF2 89 W 76 W 76 W 54 W 67 W 67 W 67 W-9999 94 W 63 W 54 W 58 W 58 W 63 W 112 W 67 W 67 W 81 W 63 W 67 W 58 W 72 W 67 W 67 W 63 W 63 W 89 W 63 W 67 W 81 W 67 W +USW00094728201612WSF5 148 W 125 W 148 W 89 W 107 W 98 W 94 W-9999 161 W 89 W 72 W 94 W 85 W 103 W 179 W 112 W 116 W 139 W 89 W 98 W 85 W 121 W 98 W 98 W 89 W 107 W 148 W 94 W 112 W 130 W 112 W +USW00094728201612WT01 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 +USW00094728201612WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201612WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201612WT08-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728201701TMAX 89 W 50 W 61 W 111 W 11 W 6 W -32 W -38 W -49 W 78 W 111 W 189 W 167 W 11 W 33 W 61 W 56 W 50 W 94 W 72 W 94 W 89 W 67 W 33 W 106 W 133 W 61 W 39 W 61 W 28 W 11 W +USW00094728201701TMIN 44 W 28 W 39 W 11 W -27 W -38 W -66 W -88 W -99 W -60 W 56 W 83 W 0 W -21 W -10 W -10 W 33 W 33 W 39 W 44 W 50 W 61 W 22 W 17 W 22 W 61 W 22 W 11 W 17 W -10 W -32 W +USW00094728201701PRCP 0T W 53 W 147 W 0 W 0 W 13 W 81 W 0 W 0 W 0 W 132 W 13 W 0 W 30 W 0 W 0 W 89 W 15 W 0 W 25 W 0 W 13 W 295 W 300 W 0 W 5 W 0 W 0 W 0 W 0 W 15 W +USW00094728201701SNOW 0 W 0T W 0 W 0 W 0 W 30 W 130 W 0 W 0 W 0 W 0 W 0 W 0 W 15 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 25 W +USW00094728201701SNWD 0 W 0 W 0 W 0 W 0 W 30 W 0T W 100 W 80 W 80 W 0 W 0 W 0 W 0 W 30 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201701AWND 25 W 41 W 48 W 36 W 35 W 21 W 34 W 39 W 23 W 21 W 26 W 34 W 32 W 19 W 19 W 21 W 22 W 26 W 16 W 18 W 17 W 30 W 82 W 45 W 30 W 30 W 40 W 35 W 26 W 28 W 18 W +USW00094728201701WDF2 260 W 70 W 70 W 280 W 250 W 360 W 350 W 290 W 250 W 180 W 250 W 250 W 300 W 280 W 310 W 250 W 70 W 60 W 320 W 60 W 270 W 60 W 70 W 50 W 310 W 290 W 290 W 270 W 260 W 310 W 80 W +USW00094728201701WDF5 310 W 70 W 60 W 290 W 290 W 20 W 330 W 280 W 250 W 170 W 240 W 250 W 300 W 60 W 300 W 250 W 70 W 60 W 310 W 110 W 270 W 50 W 40 W 50 W 280 W 270 W 260 W 260 W 260 W 330 W 80 W +USW00094728201701WSF2 67 W 76 W 94 W 107 W 76 W 45 W 76 W 81 W 58 W 63 W 72 W 72 W 76 W 40 W 45 W 58 W 67 W 63 W 54 W 45 W 54 W 94 W 148 W 107 W 81 W 94 W 81 W 72 W 67 W 67 W 54 W +USW00094728201701WSF5 103 W 112 W 134 W 161 W 121 W 72 W 112 W 134 W 98 W 107 W 148 W 107 W 125 W 54 W 67 W 85 W 89 W 85 W 85 W 63 W 81 W 148 W 210 W 161 W 116 W 170 W 148 W 121 W 107 W 98 W 67 W +USW00094728201701WT01-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00094728201701WT02-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00094728201701WT04-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201701WT08 1 W-9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00094728201702TMAX 83 W 72 W 6 W 11 W 61 W 94 W 56 W 167 W 67 W 0 W 89 W 44 W 39 W 50 W 83 W 17 W 50 W 172 W 183 W 128 W 83 W 139 W 183 W 211 W 172 W 67 W 122 W 150 W-9999 -9999 -9999 +USW00094728201702TMIN 6 W 0 W -32 W -55 W -5 W 22 W 22 W 33 W -71 W -71 W -10 W -10 W -5 W -21 W 17 W -21 W -32 W 17 W 117 W 39 W 11 W 56 W 67 W 144 W 67 W 22 W 17 W 83 W-9999 -9999 -9999 +USW00094728201702PRCP 0 W 0 W 0 W 0 W 0 W 0 W 69 W 8 W 295 W 0T W 0 W 117 W 5 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 137 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00094728201702SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 239 W 0T W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00094728201702SNWD 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 50 W 200 W 130 W 50 W 50 W 50 W 0T W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00094728201702AWND 26 W 24 W 30 W 38 W 32 W 23 W 30 W 21 W 55 W 38 W 18 W 32 W 55 W 24 W 29 W 47 W 38 W 26 W 25 W 33 W 26 W 13 W 16 W 27 W 30 W 40 W 25 W 18 W-9999 -9999 -9999 +USW00094728201702WDF2 260 W 280 W 310 W 310 W 230 W 170 W 60 W 360 W 310 W 280 W 240 W 70 W 310 W 250 W 280 W 310 W 290 W 250 W 270 W 60 W 170 W 240 W 240 W 150 W 190 W 310 W 250 W 160 W-9999 -9999 -9999 +USW00094728201702WDF5 250 W 300 W 310 W 310 W 240 W 270 W 70 W 30 W 320 W 260 W 240 W 60 W 310 W 310 W 280 W 310 W 290 W 240 W 330 W 40 W 240 W 210 W 240 W 170 W 200 W 300 W 250 W 160 W-9999 -9999 -9999 +USW00094728201702WSF2 72 W 72 W 76 W 72 W 72 W 58 W 67 W 58 W 103 W 72 W 58 W 76 W 125 W 58 W 81 W 76 W 72 W 72 W 63 W 81 W 63 W 54 W 58 W 63 W 89 W 81 W 72 W 45 W-9999 -9999 -9999 +USW00094728201702WSF5 116 W 125 W 130 W 116 W 125 W 89 W 94 W 76 W 165 W 139 W 89 W 103 W 215 W 89 W 130 W 130 W 125 W 125 W 98 W 112 W 98 W 76 W 89 W 94 W 125 W 130 W 116 W 85 W-9999 -9999 -9999 +USW00094728201702WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201702WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201702WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201702WT08-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201703TMAX 211 W 178 W 39 W -10 W 28 W 72 W 133 W 150 W 161 W 83 W -16 W -16 W 22 W 0 W -32 W 39 W 83 W 39 W 83 W 111 W 150 W 100 W 56 W 139 W 167 W 56 W 117 W 78 W 156 W 111 W 61 W +USW00094728201703TMIN 122 W 17 W -43 W -82 W -99 W -32 W 56 W 83 W 83 W -49 W -82 W -71 W -66 W -60 W -66 W -43 W -16 W 11 W 11 W 6 W 56 W -43 W -49 W 22 W 56 W 28 W 28 W 50 W 56 W 33 W 28 W +USW00094728201703PRCP 30 W 0 W 0 W 0 W 0 W 0 W 25 W 5 W 0 W 79 W 0 W 0 W 0 W 500 W 0 W 0 W 0 W 20 W 0 W 0 W 0 W 0 W 0 W 0T W 3 W 36 W 66 W 183 W 0 W 3 W 384 W +USW00094728201703SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 53 W 0 W 0 W 0T W 193 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201703SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 30 W 0T W 0 W 100 W 150 W 130 W 100 W 80 W 80 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201703AWND 27 W 51 W 37 W 40 W 24 W 15 W 19 W 34 W 39 W 34 W 43 W 40 W 20 W 60 W 52 W 35 W 29 W 39 W 37 W 23 W 18 W 51 W 22 W 28 W 30 W 37 W 19 W 26 W 35 W 26 W 46 W +USW00094728201703WDF2 250 W 270 W 310 W 310 W 350 W 180 W 160 W 250 W 280 W 310 W 290 W 280 W 170 W 60 W 280 W 290 W 280 W 70 W 60 W 40 W 270 W 310 W 310 W 250 W 30 W 70 W 60 W 70 W 30 W 60 W 70 W +USW00094728201703WDF5 260 W 290 W 300 W 260 W 300 W 180 W 160 W 270 W 270 W 290 W 330 W 300 W 180 W 40 W 290 W 280 W 290 W 60 W 70 W 40 W 270 W 310 W 310 W 240 W 260 W 70 W 50 W 60 W 40 W 60 W 60 W +USW00094728201703WSF2 72 W 116 W 81 W 89 W 63 W 45 W 58 W 76 W 103 W 89 W 81 W 76 W 63 W 125 W 94 W 89 W 67 W 89 W 81 W 63 W 58 W 107 W 58 W 67 W 72 W 81 W 54 W 63 W 81 W 67 W 116 W +USW00094728201703WSF5 139 W 210 W 157 W 152 W 103 W 72 W 89 W 139 W 174 W 148 W 143 W 112 W 98 W 170 W 161 W 152 W 98 W 121 W 130 W 98 W 81 W 188 W 76 W 103 W 107 W 107 W 76 W 94 W 121 W 89 W 183 W +USW00094728201703WT01 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W +USW00094728201703WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201703WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00094728201704TMAX 89 W 172 W 172 W 106 W 183 W 117 W 106 W 139 W 194 W 233 W 267 W 244 W 183 W 189 W 183 W 306 W 233 W 183 W 122 W 189 W 117 W 139 W 189 W 156 W 122 W 156 W 211 W 294 W 294 W 194 W-9999 +USW00094728201704TMIN 28 W 44 W 89 W 72 W 72 W 44 W 44 W 44 W 72 W 117 W 161 W 144 W 89 W 89 W 106 W 150 W 144 W 83 W 72 W 100 W 89 W 94 W 78 W 89 W 94 W 117 W 139 W 144 W 178 W 111 W-9999 +USW00094728201704PRCP 0 W 0 W 8 W 300 W 0 W 185 W 0T W 0 W 0 W 0 W 0 W 5 W 0 W 0 W 0 W 0T W 0T W 0 W 0T W 43 W 74 W 28 W 0 W 0T W 231 W 86 W 0 W 0T W 15 W 0 W-9999 +USW00094728201704SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201704SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201704AWND 34 W 24 W 22 W 31 W 15 W 41 W 47 W 37 W 22 W 27 W 25 W 13 W 23 W 17 W 25 W 33 W 30 W 31 W 25 W 18 W 33 W 16 W 22 W 16 W 59 W 22 W 13 W 14 W 23 W 30 W-9999 +USW00094728201704WDF2 70 W 290 W 170 W 80 W 120 W 60 W 290 W 310 W 240 W 160 W 260 W 40 W 350 W 180 W 180 W 310 W 360 W 170 W 180 W 140 W 70 W 20 W 160 W 60 W 70 W 70 W 160 W 210 W 280 W 80 W-9999 +USW00094728201704WDF5 60 W 310 W 180 W 90 W 170 W 70 W 290 W 300 W 240 W 230 W 240 W 300 W 310 W 180 W 240 W 310 W 340 W 170 W 160 W 150 W 50 W 310 W 20 W 60 W 60 W 60 W 160 W 190 W 290 W 150 W-9999 +USW00094728201704WSF2 116 W 63 W 81 W 81 W 63 W 98 W 76 W 76 W 58 W 58 W 63 W 45 W 63 W 45 W 54 W 94 W 63 W 67 W 72 W 58 W 63 W 45 W 54 W 45 W 112 W 81 W 72 W 54 W 103 W 63 W-9999 +USW00094728201704WSF5 174 W 107 W 107 W 112 W 112 W 134 W 134 W 125 W 103 W 89 W 103 W 94 W 103 W 81 W 85 W 165 W 107 W 107 W 103 W 89 W 85 W 72 W 76 W 63 W 174 W 107 W 98 W 85 W 165 W 98 W-9999 +USW00094728201704WT01 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 +USW00094728201704WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00094728201705TMAX 233 W 239 W 183 W 178 W 150 W 194 W 133 W 139 W 172 W 172 W 167 W 183 W 117 W 194 W 200 W 261 W 322 W 333 W 328 W 183 W 206 W 161 W 206 W 206 W 150 W 228 W 217 W 217 W 161 W 156 W 239 W +USW00094728201705TMIN 94 W 167 W 106 W 83 W 106 W 111 W 83 W 67 W 83 W 94 W 106 W 89 W 72 W 78 W 117 W 133 W 183 W 239 W 189 W 128 W 111 W 117 W 133 W 133 W 133 W 133 W 150 W 144 W 133 W 128 W 144 W +USW00094728201705PRCP 0 W 0T W 0 W 0 W 767 W 46 W 3 W 0 W 0 W 0 W 0 W 0 W 409 W 5 W 0 W 0 W 0 W 0 W 0 W 3 W 0 W 150 W 0 W 10 W 147 W 25 W 0 W 0 W 33 W 15 W 8 W +USW00094728201705SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201705SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201705AWND 23 W 35 W 37 W 24 W 29 W 27 W 25 W 26 W 20 W 15 W 16 W 18 W 34 W 24 W 40 W 19 W 25 W 25 W 28 W 18 W 18 W 12 W 10 W 22 W 36 W 22 W 14 W 20 W 23 W 12 W 11 W +USW00094728201705WDF2 180 W 270 W 310 W 170 W 70 W 180 W 280 W 290 W 50 W 330 W 170 W 80 W 50 W 310 W 300 W 300 W 250 W 250 W 40 W 60 W 170 W 140 W 20 W 60 W 50 W 290 W 120 W 160 W 60 W 160 W 60 W +USW00094728201705WDF5 180 W 240 W 310 W 160 W 50 W 170 W 270 W 290 W 60 W-9999 -9999 160 W 50 W 290 W 310 W 290 W 240 W 200 W 40 W 60 W 170 W 140 W 20 W 80 W 80 W 270 W 290 W 170 W 80 W 150 W 50 W +USW00094728201705WSF2 54 W 89 W 81 W 58 W 72 W 67 W 63 W 67 W 54 W 31 W 31 W 54 W 81 W 67 W 81 W 54 W 54 W 63 W 72 W 72 W 54 W 45 W 45 W 63 W 72 W 72 W 36 W 54 W 54 W 54 W 54 W +USW00094728201705WSF5 94 W 143 W 139 W 98 W 103 W 116 W 98 W 116 W 76 W-9999 -9999 76 W 139 W 134 W 152 W 81 W 103 W 103 W 112 W 103 W 85 W 72 W 67 W 85 W 125 W 112 W 58 W 94 W 63 W 76 W 76 W +USW00094728201705WT01 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W +USW00094728201705WT02-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201705WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201706TMAX 261 W 244 W 228 W 211 W 194 W 144 W 194 W 206 W 267 W 294 W 322 W 339 W 344 W 289 W 244 W 200 W 233 W 294 W 311 W 283 W 283 W 283 W 283 W 289 W 283 W 261 W 250 W 256 W 278 W 311 W-9999 +USW00094728201706TMIN 150 W 139 W 128 W 133 W 144 W 111 W 106 W 128 W 117 W 189 W 222 W 244 W 250 W 206 W 178 W 172 W 189 W 211 W 211 W 217 W 217 W 200 W 244 W 217 W 200 W 178 W 156 W 161 W 200 W 228 W-9999 +USW00094728201706PRCP 0T W 3 W 3 W 23 W 5 W 15 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 74 W 0 W 0 W 353 W 0T W 343 W 8 W 0 W 0 W 10 W 328 W 0 W 0 W 46 W 0 W 0 W 0T W-9999 +USW00094728201706SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201706SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201706AWND 17 W 20 W 16 W 10 W 22 W 32 W 15 W 17 W 21 W 16 W 23 W 17 W 14 W 21 W 19 W 23 W 10 W 16 W 17 W 23 W 21 W 10 W 22 W 24 W 11 W 14 W 16 W 22 W 24 W 26 W-9999 +USW00094728201706WDF2 280 W 280 W 300 W 180 W 70 W 80 W 50 W 160 W 280 W 250 W 270 W 270 W 250 W 50 W 170 W 120 W 170 W 180 W 250 W 290 W 270 W 240 W 240 W 290 W 350 W 270 W 290 W 260 W 240 W 230 W-9999 +USW00094728201706WDF5 270 W 260 W 320 W 150 W 60 W 80 W 60 W 140 W 300 W 260 W 270 W 260 W 250 W 50 W 160 W 120 W 140 W 170 W 290 W 250 W 270 W 180 W 270 W 280 W 280 W 180 W 290 W 260 W 240 W 250 W-9999 +USW00094728201706WSF2 58 W 72 W 58 W 36 W 72 W 58 W 54 W 40 W 58 W 63 W 63 W 54 W 45 W 58 W 54 W 45 W 31 W 45 W 58 W 67 W 58 W 36 W 67 W 76 W 54 W 54 W 54 W 67 W 54 W 58 W-9999 +USW00094728201706WSF5 98 W 107 W 107 W 63 W 98 W 103 W 76 W 67 W 94 W 103 W 116 W 81 W 89 W 85 W 85 W 76 W 49 W 94 W 152 W 107 W 103 W 85 W 116 W 125 W 98 W 85 W 89 W 98 W 98 W 107 W-9999 +USW00094728201706WT01-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00094728201706WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201706WT08-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201707TMAX 294 W 306 W 311 W 294 W 294 W 250 W 267 W 289 W 272 W 289 W 294 W 311 W 322 W 228 W 289 W 306 W 294 W 311 W 333 W 344 W 333 W 333 W 261 W 228 W 217 W 250 W 256 W 294 W 250 W 278 W 311 W +USW00094728201707TMIN 217 W 222 W 217 W 211 W 211 W 217 W 200 W 206 W 194 W 200 W 239 W 250 W 228 W 183 W 200 W 200 W 228 W 228 W 250 W 250 W 244 W 217 W 217 W 172 W 167 W 183 W 183 W 217 W 194 W 178 W 189 W +USW00094728201707PRCP 58 W 0 W 114 W 0 W 0 W 0T W 452 W 0 W 0 W 0 W 0 W 0 W 0T W 89 W 0 W 0 W 0 W 0 W 0 W 3 W 0 W 145 W 15 W 188 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W +USW00094728201707SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201707SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201707AWND 18 W 22 W 8 W 12 W 22 W 16 W 24 W 15 W 16 W 15 W 14 W 23 W 22 W 21 W 15 W 12 W 12 W 13 W 14 W 13 W 17 W 11 W 12 W 30 W 23 W 17 W 11 W 13 W 42 W 19 W 9 W +USW00094728201707WDF2 260 W 270 W 340 W 260 W 160 W 160 W 70 W 280 W 270 W 150 W 260 W 270 W 260 W 70 W 280 W 160 W 160 W 230 W 280 W 280 W 280 W 170 W 150 W 70 W 60 W 70 W 260 W 50 W 60 W 60 W 70 W +USW00094728201707WDF5 200 W 260 W 320 W 80 W 180 W 150 W 310 W 260 W 290 W 170 W 260 W 260 W 270 W 70 W 290 W 150 W 170 W 240 W 280 W 250 W 260 W 150 W 160 W 80 W 60 W 180 W 240 W 30 W 60 W 50 W 260 W +USW00094728201707WSF2 63 W 54 W 72 W 36 W 54 W 45 W 63 W 72 W 54 W 45 W 58 W 72 W 63 W 58 W 54 W 40 W 54 W 45 W 54 W 54 W 45 W 36 W 45 W 67 W 45 W 40 W 40 W 54 W 76 W 54 W 40 W +USW00094728201707WSF5 107 W 85 W 125 W 49 W 85 W 63 W 98 W 103 W 76 W 89 W 98 W 112 W 98 W 76 W 76 W 72 W 94 W 81 W 72 W 76 W 81 W 58 W 76 W 103 W 63 W 76 W 76 W 76 W 112 W 72 W 63 W +USW00094728201707WT01 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201707WT02-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201707WT08 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201708TMAX 333 W 300 W 306 W 289 W 256 W 244 W 217 W 256 W 294 W 283 W 278 W 250 W 283 W 267 W 233 W 306 W 283 W 278 W 300 W 272 W 306 W 317 W 272 W 267 W 256 W 256 W 256 W 244 W 200 W 256 W 272 W +USW00094728201708TMIN 217 W 206 W 200 W 206 W 206 W 178 W 178 W 183 W 178 W 200 W 206 W 178 W 217 W 211 W 200 W 211 W 206 W 228 W 228 W 206 W 217 W 222 W 211 W 183 W 172 W 167 W 172 W 172 W 161 W 156 W 178 W +USW00094728201708PRCP 0 W 23 W 0 W 38 W 76 W 0 W 193 W 0 W 0 W 0 W 0T W 28 W 0 W 0 W 114 W 0 W 0 W 224 W 0 W 0 W 0 W 76 W 0T W 0 W 0 W 0 W 0 W 0 W 74 W 3 W 0 W +USW00094728201708SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201708SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201708AWND 12 W 7 W 8 W 19 W 20 W 17 W 11 W 13 W 6 W 10 W 12 W 15 W 17 W 10 W 5 W 10 W 14 W 15 W 13 W 20 W 15 W 23 W 18 W 14 W 11 W 17 W 20 W 28 W 36 W 23 W 17 W +USW00094728201708WDF2 150 W 310 W 160 W 160 W 290 W 280 W 150 W 60 W 180 W 160 W 160 W 140 W 20 W 250 W 230 W 60 W 160 W 250 W 260 W 290 W 240 W 250 W 280 W 360 W 60 W 40 W 70 W 70 W 80 W 40 W 270 W +USW00094728201708WDF5 240 W 320 W 150 W 140 W 290 W 330 W 170 W 20 W 200 W 150 W 160 W 180 W 280 W 170 W 250 W 290 W 160 W 240 W 260 W 340 W 250 W 270 W 310 W 280 W 50 W 60 W 60 W 50 W 90 W 30 W 270 W +USW00094728201708WSF2 36 W 54 W 40 W 58 W 63 W 45 W 40 W 40 W 36 W 40 W 54 W 40 W 45 W 40 W 36 W 45 W 45 W 45 W 54 W 45 W 54 W 63 W 45 W 45 W 40 W 40 W 58 W 72 W 72 W 58 W 63 W +USW00094728201708WSF5 63 W 85 W 85 W 98 W 98 W 72 W 81 W 67 W 63 W 72 W 81 W 72 W 76 W 58 W 58 W 67 W 72 W 85 W 76 W 81 W 85 W 112 W 89 W 67 W 67 W 63 W 76 W 98 W 112 W 81 W 103 W +USW00094728201708WT01-9999 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00094728201708WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201708WT08-9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201709TMAX 217 W 200 W 206 W 267 W 294 W 222 W 217 W 217 W 211 W 222 W 244 W 256 W 283 W 272 W 272 W 278 W 272 W 228 W 256 W 261 W 267 W 278 W 306 W 328 W 311 W 289 W 306 W 261 W 200 W 189 W-9999 +USW00094728201709TMIN 128 W 122 W 150 W 161 W 206 W 161 W 150 W 144 W 128 W 139 W 128 W 150 W 178 W 211 W 194 W 211 W 200 W 200 W 206 W 217 W 217 W 189 W 200 W 206 W 211 W 200 W 206 W 150 W 128 W 122 W-9999 +USW00094728201709PRCP 0 W 135 W 188 W 0 W 0T W 107 W 3 W 0 W 0 W 0 W 0 W 0 W 15 W 5 W 0 W 0 W 0 W 0 W 56 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201709SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201709SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201709AWND 22 W 25 W 25 W 21 W 14 W 17 W 22 W 17 W 18 W 26 W 9 W 6 W 11 W 10 W 7 W 13 W 12 W 31 W 44 W 28 W 25 W 32 W 21 W 7 W 13 W 9 W 17 W 26 W 11 W 28 W-9999 +USW00094728201709WDF2 300 W 120 W 100 W 240 W 290 W 60 W 250 W 280 W 70 W 50 W 10 W 260 W 250 W 150 W 250 W 150 W 170 W 70 W 60 W 10 W 50 W 20 W 60 W 30 W 50 W 70 W 60 W 300 W 270 W 60 W-9999 +USW00094728201709WDF5 280 W 110 W 120 W 270 W 280 W 30 W 260 W 280 W 40 W 60 W 30 W 260 W 260 W 240 W 250 W 160 W 170 W 80 W 50 W 30 W 10 W 30 W 40 W 30 W 150 W 60 W 50 W 310 W 280 W 30 W-9999 +USW00094728201709WSF2 45 W 45 W 54 W 54 W 67 W 63 W 63 W 58 W 54 W 67 W 40 W 36 W 40 W 45 W 36 W 40 W 36 W 58 W 94 W 67 W 58 W 63 W 54 W 40 W 40 W 36 W 54 W 67 W 40 W 76 W-9999 +USW00094728201709WSF5 85 W 76 W 85 W 98 W 112 W 98 W 116 W 98 W 81 W 94 W 54 W 67 W 76 W 81 W 54 W 63 W 58 W 81 W 130 W 112 W 89 W 103 W 81 W 54 W 63 W 54 W 72 W 107 W 67 W 103 W-9999 +USW00094728201709WT01-9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 +USW00094728201709WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728201710TMAX 200 W 228 W 217 W 239 W 283 W 278 W 272 W 250 W 250 W 272 W 250 W 178 W 194 W 222 W 233 W 206 W 144 W 222 W 217 W 228 W 256 W 244 W 233 W 233 W 194 W 144 W 167 W 206 W 194 W 161 W 139 W +USW00094728201710TMIN 100 W 111 W 139 W 133 W 183 W 200 W 189 W 222 W 217 W 189 W 156 W 128 W 111 W 161 W 183 W 78 W 56 W 100 W 133 W 139 W 133 W 139 W 161 W 194 W 139 W 100 W 83 W 128 W 156 W 78 W 72 W +USW00094728201710PRCP 0 W 0 W 0 W 0 W 0T W 0 W 0 W 56 W 66 W 0 W 15 W 18 W 0 W 20 W 0 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 51 W 0 W 0 W 0 W 0 W 770 W 64 W 0 W +USW00094728201710SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201710SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201710AWND 13 W 11 W 14 W 22 W 22 W 11 W 18 W 22 W 22 W 13 W 26 W 39 W 27 W 11 W 19 W 30 W 18 W 17 W 20 W 18 W 10 W 7 W 16 W 25 W 9 W 27 W 17 W 22 W 30 W 39 W 26 W +USW00094728201710WDF2 50 W 60 W 150 W 260 W 260 W 280 W 150 W 240 W 170 W 290 W 60 W 60 W 60 W 70 W 240 W 300 W 250 W 250 W 250 W 310 W 260 W 150 W 150 W 180 W 280 W 280 W 260 W 180 W 260 W 280 W 260 W +USW00094728201710WDF5 50 W 180 W 260 W 260 W 250 W 290 W 150 W 240 W 150 W 320 W 90 W 80 W 120 W 60 W 260 W 99 W 250 W 240 W 250 W 300 W 250 W 170 W 160 W 180 W 300 W 310 W 210 W 210 W 260 W 270 W 260 W +USW00094728201710WSF2 45 W 36 W 40 W 63 W 63 W 45 W 45 W 54 W 54 W 40 W 63 W 81 W 54 W 36 W 67 W 58 W 45 W 45 W 58 W 54 W 36 W 36 W 36 W 72 W 40 W 58 W 45 W 54 W 81 W 89 W 76 W +USW00094728201710WSF5 58 W 58 W 76 W 98 W 103 W 72 W 72 W 94 W 112 W 72 W 85 W 121 W 72 W 49 W 103 W 89 W 76 W 72 W 81 W 85 W 63 W 54 W 89 W 134 W 76 W 103 W 76 W 98 W 161 W 157 W 112 W +USW00094728201710WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 +USW00094728201710WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00094728201710WT08-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00094728201711TMAX 150 W 222 W 233 W 133 W 161 W 189 W 94 W 94 W 128 W 106 W 33 W 78 W 83 W 89 W 106 W 139 W 83 W 133 W 150 W 83 W 144 W 133 W 61 W 100 W 139 W 106 W 106 W 122 W 172 W 117 W-9999 +USW00094728201711TMIN 61 W 144 W 106 W 78 W 106 W 78 W 44 W 39 W 39 W -38 W -43 W 0 W 39 W 17 W 28 W 61 W 28 W 11 W 33 W 22 W 56 W 17 W -5 W 17 W 61 W 44 W 39 W 22 W 56 W 33 W-9999 +USW00094728201711PRCP 0 W 0 W 0 W 0 W 5 W 3 W 178 W 0 W 0T W 3 W 0 W 0 W 18 W 0 W 0 W 51 W 0 W 25 W 58 W 0T W 0 W 53 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 8 W-9999 +USW00094728201711SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201711SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201711AWND 11 W 11 W 25 W 26 W 19 W 22 W 29 W 24 W 15 W 42 W 21 W 8 W 16 W 22 W 23 W 29 W 35 W 15 W 43 W 30 W 23 W 30 W 21 W 17 W 18 W 30 W 29 W 20 W 24 W 20 W-9999 +USW00094728201711WDF2 140 W 160 W 310 W 50 W 120 W 310 W 50 W 50 W 280 W 310 W 50 W 260 W 50 W 70 W 130 W 290 W 300 W 180 W 290 W 290 W 220 W 310 W 320 W 250 W 250 W 310 W 320 W 240 W 310 W 80 W-9999 +USW00094728201711WDF5 130 W 200 W 300 W 70 W 100 W 310 W 40 W 50 W 260 W 290 W 320 W 260 W 50 W 50 W 150 W 280 W 320 W 170 W 290 W 260 W 240 W 300 W 300 W 260 W 250 W 310 W 290 W 250 W 320 W 100 W-9999 +USW00094728201711WSF2 45 W 40 W 67 W 58 W 54 W 58 W 58 W 63 W 45 W 81 W 58 W 45 W 54 W 54 W 45 W 67 W 54 W 36 W 89 W 72 W 63 W 76 W 40 W 40 W 40 W 76 W 63 W 58 W 67 W 63 W-9999 +USW00094728201711WSF5 72 W 76 W 98 W 81 W 76 W 94 W 98 W 94 W 81 W 148 W 89 W 63 W 67 W 72 W 76 W 134 W 139 W 81 W 174 W 121 W 103 W 130 W 98 W 81 W 112 W 125 W 107 W 103 W 134 W 81 W-9999 +USW00094728201711WT01-9999 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201711WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00094728201712TMAX 111 W 89 W 89 W 106 W 161 W 150 W 67 W 39 W 17 W 39 W 50 W 100 W -5 W 0 W -21 W 39 W 33 W 83 W 128 W 106 W 39 W 100 W 89 W 50 W 33 W -21 W -43 W -77 W -55 W -49 W -60 W +USW00094728201712TMIN 56 W 39 W 56 W 44 W 100 W 44 W 28 W 11 W -10 W -16 W 6 W -16 W -66 W -55 W -66 W -49 W 0 W 11 W 72 W 11 W 0 W 17 W 33 W 22 W -21 W -49 W -82 W -116 W -116 W -82 W -127 W +USW00094728201712PRCP 0 W 0 W 0 W 0 W 191 W 0 W 0 W 0 W 117 W 0 W 0 W 0T W 0 W 23 W 28 W 0 W 0 W 5 W 0 W 0 W 0 W 0 W 124 W 3 W 58 W 0 W 0 W 0 W 0 W 13 W 0 W +USW00094728201712SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 117 W 0 W 0 W 0T W 0T W 30 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 18 W 0 W +USW00094728201712SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 100 W 50 W 0T W 0 W 30 W 30 W 50 W 30 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W +USW00094728201712AWND 24 W 14 W 9 W 16 W 30 W 34 W 30 W 22 W 19 W 29 W 24 W 33 W 48 W 26 W 17 W 30 W 13 W 22 W 34 W 33 W 18 W 18 W 22 W 35 W 49 W 39 W 28 W 36 W 30 W 24 W 41 W +USW00094728201712PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1509 W +USW00094728201712TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201712WDF2 80 W 80 W 100 W 150 W 170 W 260 W 290 W 280 W 40 W 260 W 240 W 280 W 290 W 310 W 270 W 240 W 350 W 250 W 250 W 310 W 320 W 150 W 300 W 70 W 290 W 280 W 280 W 310 W 290 W 290 W 300 W +USW00094728201712WDF5 20 W 70 W 100 W 180 W 170 W 290 W 250 W 290 W 40 W 250 W 260 W 300 W 290 W 310 W 250 W 240 W 10 W 250 W 260 W 330 W 290 W 180 W 310 W 310 W 280 W 260 W 310 W 300 W 280 W 250 W 300 W +USW00094728201712WSF2 54 W 54 W 40 W 45 W 63 W 72 W 76 W 54 W 45 W 67 W 58 W 76 W 98 W 72 W 54 W 76 W 40 W 58 W 72 W 72 W 45 W 45 W 58 W 67 W 107 W 81 W 63 W 76 W 58 W 63 W 76 W +USW00094728201712WSF5 89 W 67 W 40 W 72 W 98 W 121 W 139 W 81 W 72 W 107 W 98 W 148 W 179 W 107 W 85 W 143 W 54 W 89 W 134 W 125 W 67 W 67 W 89 W 103 W 174 W 134 W 98 W 134 W 94 W 103 W 121 W +USW00094728201712WT01-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 +USW00094728201712WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201712WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00094728201801TMAX -71 W -32 W -10 W -16 W -71 W -105 W -77 W -5 W 67 W 61 W 117 W 161 W 144 W -38 W -10 W 22 W 22 W 0 W 50 W 111 W 100 W 94 W 156 W 67 W 11 W 33 W 133 W 128 W 83 W 22 W 6 W +USW00094728201801TMIN -138 W -105 W -88 W -71 W -127 W -143 W -149 W -82 W -10 W -10 W 50 W 67 W -71 W -93 W -88 W -38 W -55 W -77 W -43 W 33 W 56 W 33 W 33 W -27 W -49 W -32 W 17 W 78 W 17 W -43 W -77 W +USW00094728201801PRCP 0 W 0 W 0 W 193 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 137 W 13 W 0 W 0 W 0 W 48 W 0 W 0 W 0 W 0 W 3 W 76 W 0 W 0 W 0 W 0 W 53 W 0T W 28 W 0 W +USW00094728201801SNOW 0 W 0 W 0 W 249 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 10 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 3 W 23 W 0 W +USW00094728201801SNWD 0T W 0 W 0T W 30 W 180 W 150 W 150 W 130 W 130 W 100 W 80 W 0T W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201801AWND 35 W 36 W 14 W 56 W 58 W 49 W 29 W 26 W 30 W 19 W 14 W 31 W 43 W 36 W 36 W 18 W 27 W 35 W 24 W 38 W 13 W 24 W 28 W 42 W 30 W 17 W 29 W 17 W 41 W 34 W 30 W +USW00094728201801WDF2 300 W 260 W 260 W 310 W 280 W 310 W 250 W 250 W 310 W 150 W 160 W 170 W 310 W 20 W 50 W 50 W 310 W 310 W 250 W 290 W 280 W 60 W 280 W 290 W 310 W 170 W 250 W 250 W 60 W 310 W 250 W +USW00094728201801WDF5 300 W 250 W 270 W 310 W 280 W 310 W 250 W 240 W 330 W 180 W 170 W 170 W 280 W 330 W 50 W 90 W 300 W 320 W 260 W 250 W 270 W 50 W 290 W 280 W 320 W 180 W 240 W 250 W 50 W 300 W 240 W +USW00094728201801WSF2 67 W 72 W 63 W 107 W 94 W 89 W 72 W 67 W 67 W 45 W 54 W 63 W 81 W 67 W 72 W 36 W 58 W 63 W 58 W 89 W 40 W 63 W 98 W 72 W 67 W 58 W 67 W 58 W 94 W 76 W 67 W +USW00094728201801WSF5 112 W 125 W 98 W 192 W 157 W 139 W 125 W 121 W 121 W 63 W 85 W 112 W 134 W 103 W 94 W 49 W 89 W 94 W 103 W 130 W 63 W 81 W 170 W 116 W 112 W 89 W 116 W 85 W 125 W 139 W 121 W +USW00094728201801WT01-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 +USW00094728201801WT02-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201801WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W +USW00094728201802TMAX 72 W 50 W -5 W 78 W 44 W 28 W 72 W 6 W 39 W 100 W 167 W 167 W 33 W 117 W 167 W 144 W 44 W 67 W 94 W 194 W 256 W 150 W 56 W 128 W 67 W 111 W 133 W 161 W-9999 -9999 -9999 +USW00094728201802TMIN 0 W -82 W -88 W -10 W -32 W -32 W -10 W -38 W -32 W 39 W 72 W 0 W -32 W 17 W 78 W 22 W -21 W 6 W 22 W 83 W 128 W 28 W 22 W 56 W 44 W 61 W 39 W 56 W-9999 -9999 -9999 +USW00094728201802PRCP 13 W 46 W 0 W 244 W 0T W 0 W 216 W 0 W 0 W 147 W 307 W 0 W 0 W 20 W 41 W 23 W 132 W 3 W 10 W 0 W 15 W 43 W 15 W 20 W 185 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00094728201802SNOW 0 W 0T W 0 W 0T W 0 W 0 W 13 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 112 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00094728201802SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 80 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00094728201802AWND 17 W 41 W 34 W 18 W 34 W 18 W 30 W 30 W 22 W 10 W 14 W 32 W 25 W 24 W 23 W 31 W 20 W 26 W 19 W 27 W 26 W 37 W 28 W 24 W 28 W 20 W 20 W 23 W-9999 -9999 -9999 +USW00094728201802WDF2 250 W 290 W 230 W 230 W 310 W 260 W 310 W 310 W 160 W 180 W 180 W 360 W 360 W 250 W 250 W 320 W 170 W 310 W 160 W 260 W 250 W 50 W 250 W 260 W 50 W 270 W 240 W 260 W-9999 -9999 -9999 +USW00094728201802WDF5 250 W 280 W 270 W 240 W 280 W 260 W 310 W 310 W 300 W 200 W 160 W 300 W 10 W 240 W 250 W 300 W 310 W 320 W 190 W 260 W 240 W 10 W 260 W 270 W 60 W 300 W 250 W 250 W-9999 -9999 -9999 +USW00094728201802WSF2 58 W 89 W 72 W 63 W 76 W 63 W 76 W 81 W 58 W 36 W 45 W 67 W 67 W 63 W 58 W 89 W 67 W 63 W 54 W 67 W 67 W 72 W 63 W 63 W 72 W 45 W 63 W 67 W-9999 -9999 -9999 +USW00094728201802WSF5 94 W 148 W 125 W 103 W 134 W 85 W 125 W 121 W 94 W 63 W 76 W 98 W 94 W 89 W 94 W 165 W 94 W 121 W 81 W 94 W 116 W 103 W 94 W 98 W 107 W 81 W 98 W 116 W-9999 -9999 -9999 +USW00094728201802WT01-9999 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728201802WT02-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201802WT06-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201802WT08-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201803TMAX 156 W 67 W 94 W 67 W 61 W 83 W 39 W 39 W 56 W 44 W 72 W 61 W 44 W 50 W 89 W 44 W 89 W 61 W 83 W 39 W 39 W 100 W 94 W 106 W 72 W 100 W 83 W 111 W 117 W 167 W 144 W +USW00094728201803TMIN 67 W 11 W 22 W 11 W 6 W 0 W 6 W 6 W -10 W -5 W 0 W 0 W 6 W -5 W 0 W -10 W -27 W -21 W 6 W -10 W -5 W 0 W 17 W 17 W 6 W 11 W 11 W 33 W 94 W 67 W 39 W +USW00094728201803PRCP 97 W 472 W 0 W 0 W 0 W 0T W 358 W 0T W 0 W 0 W 0 W 20 W 71 W 3 W 0 W 0 W 0 W 0 W 0 W 0T W 251 W 15 W 0T W 0 W 0 W 0 W 3 W 8 W 8 W 8 W 0 W +USW00094728201803SNOW 0 W 0T W 0 W 0 W 0 W 0 W 81 W 0T W 0 W 0 W 0 W 0T W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 208 W 5 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201803SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 80 W 50 W 0T W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 200 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201803AWND 23 W 47 W 50 W 43 W 32 W 21 W 45 W 27 W 35 W 38 W 24 W 38 W 38 W 49 W 45 W 44 W 34 W 28 W 26 W 40 W 48 W 30 W 25 W 27 W 37 W 26 W 15 W 18 W 13 W 18 W 29 W +USW00094728201803WDF2 70 W 50 W 30 W 20 W 40 W 160 W 60 W 280 W 270 W 280 W 310 W 70 W 290 W 260 W 250 W 280 W 280 W 310 W 50 W 70 W 50 W 310 W 20 W 40 W 70 W 50 W 50 W 240 W 150 W 300 W 170 W +USW00094728201803WDF5 60 W 360 W 30 W 10 W 40 W 170 W 70 W 280 W 260 W 270 W 310 W 50 W 280 W 250 W 280 W 280 W 280 W 310 W 20 W 60 W 60 W 320 W 350 W 10 W 50 W 60 W 60 W 250 W 160 W 290 W 300 W +USW00094728201803WSF2 58 W 94 W 112 W 98 W 72 W 67 W 98 W 63 W 76 W 76 W 58 W 76 W 72 W 89 W 76 W 89 W 76 W 72 W 58 W 72 W 98 W 63 W 63 W 54 W 89 W 94 W 45 W 54 W 40 W 67 W 72 W +USW00094728201803WSF5 76 W 157 W 192 W 139 W 112 W 103 W 157 W 94 W 116 W 112 W 89 W 107 W 125 W 139 W 139 W 188 W 121 W 116 W 81 W 103 W 148 W 103 W 94 W 85 W 130 W 125 W 63 W 76 W 72 W 107 W 112 W +USW00094728201803WT01 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 +USW00094728201803WT02-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201803WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00094728201804TMAX 156 W 61 W 61 W 133 W 72 W 167 W 94 W 78 W 94 W 106 W 106 W 172 W 278 W 250 W 67 W 156 W 83 W 128 W 94 W 100 W 172 W 194 W 200 W 189 W 156 W 211 W 150 W 200 W 150 W 106 W-9999 +USW00094728201804TMIN 61 W 6 W 39 W 44 W 11 W 28 W 28 W 0 W 0 W 33 W 28 W 78 W 156 W 67 W 33 W 39 W 39 W 28 W 33 W 28 W 39 W 67 W 78 W 78 W 111 W 128 W 106 W 100 W 83 W 67 W-9999 +USW00094728201804PRCP 0 W 150 W 66 W 10 W 0 W 28 W 0 W 0 W 0T W 3 W 0 W 0 W 0 W 0 W 119 W 716 W 0T W 0 W 38 W 0 W 0 W 0 W 0 W 13 W 241 W 25 W 13 W 25 W 20 W 0T W-9999 +USW00094728201804SNOW 0 W 140 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201804SNWD 0 W 130 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201804AWND 30 W 26 W 21 W 38 W 39 W 22 W 33 W 38 W 24 W 22 W 17 W 25 W 25 W 33 W 55 W 51 W 38 W 29 W 34 W 38 W 26 W 19 W 20 W 19 W 17 W 22 W 11 W 15 W 26 W 23 W-9999 +USW00094728201804WDF2 250 W 20 W 60 W 280 W 280 W 250 W 300 W 290 W 310 W 10 W 170 W 250 W 250 W 60 W 70 W 60 W 280 W 250 W 300 W 310 W 280 W 180 W 160 W 170 W 150 W 290 W 90 W 160 W 310 W 310 W-9999 +USW00094728201804WDF5 180 W 10 W 60 W 260 W 270 W 250 W 290 W 290 W 310 W 320 W 180 W 260 W 250 W 60 W 100 W 50 W 270 W 250 W 290 W 300 W 280 W 170 W 150 W 170 W 150 W 280 W 110 W 160 W 290 W 320 W-9999 +USW00094728201804WSF2 63 W 72 W 54 W 98 W 89 W 67 W 72 W 81 W 63 W 54 W 58 W 67 W 81 W 94 W 98 W 125 W 76 W 81 W 81 W 89 W 67 W 58 W 67 W 67 W 54 W 67 W 45 W 63 W 67 W 72 W-9999 +USW00094728201804WSF5 112 W 98 W 72 W 188 W 139 W 121 W 107 W 134 W 94 W 89 W 85 W 103 W 139 W 121 W 143 W 197 W 130 W 121 W 130 W 134 W 98 W 103 W 94 W 103 W 89 W 98 W 76 W 103 W 112 W 125 W-9999 +USW00094728201804WT01-9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 +USW00094728201804WT02-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201804WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201804WT08-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00094728201805TMAX 267 W 322 W 333 W 289 W 244 W 189 W 250 W 233 W 250 W 189 W 228 W 172 W 122 W 217 W 311 W 178 W 217 W 194 W 133 W 272 W 261 W 200 W 272 W 283 W 300 W 317 W 267 W 206 W 317 W 256 W 200 W +USW00094728201805TMIN 89 W 183 W 211 W 222 W 161 W 133 W 122 W 117 W 122 W 122 W 156 W 106 W 111 W 111 W 161 W 133 W 133 W 133 W 94 W 133 W 144 W 128 W 150 W 172 W 183 W 222 W 133 W 133 W 172 W 161 W 172 W +USW00094728201805PRCP 0 W 0 W 5 W 0T W 0T W 0T W 0 W 0 W 0 W 64 W 0T W 56 W 25 W 8 W 147 W 86 W 56 W 0 W 165 W 0T W 0 W 74 W 74 W 0 W 0 W 0 W 112 W 0 W 0 W 0 W 25 W +USW00094728201805SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201805SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201805AWND 19 W 24 W 24 W 16 W 22 W 17 W 9 W 8 W 10 W 12 W 16 W 16 W 11 W 6 W 12 W 11 W 5 W 26 W 18 W 17 W 11 W 4 W 11 W 13 W 23 W 9 W 37 W 8 W 5 W 10 W 9 W +USW00094728201805WDF2 320 W 250 W 250 W 280 W 310 W 70 W 160 W 170 W 150 W 180 W 310 W 350 W 70 W 150 W 300 W 110 W 250 W 70 W 70 W 260 W 240 W 160 W 300 W 240 W 260 W 250 W 70 W 70 W 250 W 140 W 160 W +USW00094728201805WDF5 330 W 260 W 250 W 250 W 290 W 70 W 180 W 160 W 150 W 180 W 310 W 340 W 110 W 150 W 290 W 110 W 250 W 70 W 70 W 260 W 240 W 160 W 290 W 260 W 260 W 240 W 70 W 70 W 250 W 180 W 160 W +USW00094728201805WSF2 63 W 72 W 67 W 81 W 63 W 63 W 45 W 36 W 45 W 40 W 58 W 54 W 45 W 40 W 67 W 40 W 36 W 72 W 63 W 58 W 45 W 40 W 40 W 54 W 63 W 63 W 72 W 40 W 36 W 40 W 36 W +USW00094728201805WSF5 94 W 139 W 125 W 134 W 116 W 98 W 72 W 63 W 81 W 76 W 85 W 76 W 63 W 58 W 134 W 67 W 45 W 112 W 98 W 94 W 76 W 67 W 67 W 94 W 121 W 89 W 121 W 63 W 58 W 72 W 58 W +USW00094728201805WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W 1 W +USW00094728201805WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W +USW00094728201806TMAX 272 W 306 W 189 W 217 W 239 W 217 W 217 W 278 W 283 W 228 W 228 W 239 W 256 W 289 W 244 W 294 W 328 W 328 W 311 W 283 W 283 W 239 W 189 W 289 W 272 W 256 W 228 W 283 W 317 W 339 W-9999 +USW00094728201806TMIN 183 W 189 W 106 W 106 W 144 W 144 W 156 W 156 W 194 W 144 W 144 W 139 W 172 W 194 W 172 W 178 W 189 W 228 W 239 W 206 W 183 W 167 W 167 W 189 W 194 W 161 W 189 W 211 W 211 W 222 W-9999 +USW00094728201806PRCP 69 W 20 W 64 W 41 W 0T W 0 W 0 W 0 W 0 W 3 W 0 W 0 W 10 W 0T W 0 W 0 W 0 W 20 W 18 W 23 W 150 W 25 W 0T W 0T W 0 W 0 W 3 W 345 W 0 W 0 W-9999 +USW00094728201806SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201806SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201806AWND 4 W 17 W 26 W 17 W 17 W 12 W 11 W 13 W 8 W 5 W 14 W 15 W 16 W 31 W 14 W 10 W 8 W 25 W 17 W 7 W 9 W 21 W 22 W 10 W 22 W 17 W 16 W 13 W 12 W 10 W-9999 +USW00094728201806WDF2 310 W 30 W 110 W 60 W 280 W 20 W 170 W 250 W 40 W 80 W 150 W 190 W 260 W 300 W 300 W 290 W 240 W 240 W 40 W 170 W 10 W 140 W 60 W 270 W 350 W 160 W 180 W 360 W 280 W 220 W-9999 +USW00094728201806WDF5 290 W 40 W 130 W 60 W 270 W 170 W 160 W 250 W 30 W 100 W 170 W 160 W 260 W 290 W 290 W 280 W 250 W 260 W 240 W 160 W 20 W 70 W 70 W 230 W 340 W 170 W 180 W 340 W 300 W 240 W-9999 +USW00094728201806WSF2 31 W 63 W 63 W 54 W 67 W 36 W 40 W 40 W 36 W 40 W 40 W 45 W 54 W 67 W 58 W 36 W 40 W 63 W 54 W 36 W 36 W 45 W 58 W 40 W 67 W 40 W 45 W 58 W 45 W 40 W-9999 +USW00094728201806WSF5 67 W 103 W 103 W 81 W 112 W 58 W 76 W 72 W 67 W 72 W 76 W 85 W 81 W 121 W 89 W 54 W 76 W 107 W 89 W 63 W 63 W 72 W 89 W 94 W 107 W 85 W 94 W 89 W 76 W 67 W-9999 +USW00094728201806WT01 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00094728201806WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201806WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201806WT08 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201807TMAX 356 W 350 W 333 W 300 W 322 W 267 W 256 W 289 W 306 W 339 W 311 W 289 W 289 W 311 W 283 W 322 W 311 W 294 W 283 W 278 W 261 W 261 W 267 W 278 W 250 W 294 W 300 W 294 W 278 W 256 W 278 W +USW00094728201807TMIN 261 W 261 W 250 W 250 W 244 W 206 W 167 W 167 W 194 W 222 W 233 W 178 W 200 W 211 W 206 W 239 W 211 W 189 W 189 W 206 W 183 W 211 W 228 W 239 W 222 W 222 W 200 W 211 W 211 W 200 W 200 W +USW00094728201807PRCP 0 W 0 W 3 W 0 W 0 W 58 W 0 W 0 W 0 W 0 W 0 W 180 W 0 W 91 W 163 W 0 W 569 W 0 W 0 W 0 W 160 W 269 W 43 W 5 W 185 W 8 W 64 W 0 W 0 W 94 W 0 W +USW00094728201807SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201807SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201807AWND 13 W 9 W 5 W 5 W 13 W 18 W 24 W 9 W 12 W 17 W 12 W 6 W 9 W 16 W 15 W 10 W 12 W 15 W 10 W 9 W 26 W 15 W 20 W 23 W 17 W 15 W 11 W 5 W 9 W 6 W 7 W +USW00094728201807WDF2 220 W 160 W 350 W 170 W 150 W 10 W 80 W 160 W 160 W 290 W 360 W 110 W 260 W 240 W 260 W 160 W 300 W 50 W 70 W 160 W 60 W 140 W 170 W 170 W 240 W 250 W 310 W 270 W 280 W 100 W 160 W +USW00094728201807WDF5 230 W 150 W 290 W 180 W 180 W 10 W 80 W 150 W 180 W 290 W 30 W 340 W 160 W 310 W 250 W 170 W 300 W 30 W 70 W 160 W 100 W 130 W 170 W 170 W 240 W 250 W 320 W 250 W 290 W 160 W 150 W +USW00094728201807WSF2 40 W 45 W 40 W 31 W 45 W 72 W 67 W 36 W 40 W 45 W 54 W 40 W 40 W 58 W 45 W 36 W 72 W 54 W 40 W 36 W 67 W 63 W 54 W 63 W 58 W 36 W 54 W 36 W 40 W 31 W 36 W +USW00094728201807WSF5 76 W 89 W 58 W 54 W 81 W 103 W 107 W 58 W 63 W 76 W 85 W 67 W 72 W 98 W 81 W 72 W 121 W 98 W 63 W 72 W 98 W 134 W 116 W 116 W 143 W 54 W 94 W 54 W 58 W 54 W 67 W +USW00094728201807WT01-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 +USW00094728201807WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201807WT03-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00094728201807WT08-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 +USW00094728201808TMAX 289 W 300 W 294 W 289 W 328 W 333 W 322 W 322 W 300 W 300 W 267 W 289 W 239 W 278 W 300 W 311 W 306 W 294 W 222 W 233 W 261 W 278 W 250 W 278 W 267 W 283 W 311 W 344 W 333 W 322 W 256 W +USW00094728201808TMIN 233 W 244 W 228 W 222 W 228 W 250 W 233 W 244 W 228 W 222 W 211 W 222 W 217 W 217 W 211 W 244 W 222 W 217 W 194 W 194 W 189 W 217 W 183 W 183 W 200 W 206 W 233 W 261 W 272 W 256 W 206 W +USW00094728201808PRCP 25 W 130 W 61 W 188 W 0 W 0 W 13 W 0 W 155 W 0T W 737 W 0T W 168 W 201 W 0 W 0 W 264 W 18 W 5 W 0T W 28 W 183 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 8 W +USW00094728201808SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201808SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201808AWND 11 W 12 W 10 W 12 W 5 W 9 W 17 W 7 W 13 W 6 W 9 W 13 W 15 W 13 W 19 W 13 W 13 W 17 W 21 W 12 W 16 W 18 W 17 W 5 W 8 W 15 W 11 W 17 W 22 W 20 W 17 W +USW00094728201808WDF2 290 W 230 W 260 W 280 W 240 W 260 W 300 W 250 W 290 W 250 W 240 W 70 W 60 W 290 W 290 W 270 W 290 W 340 W 70 W 70 W 140 W 360 W 350 W 270 W 170 W 260 W 260 W 280 W 270 W 350 W 60 W +USW00094728201808WDF5 300 W 240 W 160 W 250 W 270 W 280 W 310 W 160 W 280 W 280 W 270 W 70 W 80 W 300 W 300 W 260 W 280 W 340 W 70 W 70 W 130 W 360 W 340 W 180 W 130 W 240 W 270 W 250 W 260 W 240 W 70 W +USW00094728201808WSF2 58 W 45 W 40 W 40 W 31 W 45 W 45 W 36 W 54 W 36 W 45 W 45 W 54 W 76 W 54 W 54 W 63 W 45 W 58 W 45 W 40 W 54 W 45 W 36 W 31 W 58 W 36 W 54 W 63 W 54 W 45 W +USW00094728201808WSF5 103 W 89 W 94 W 58 W 54 W 76 W 98 W 63 W 94 W 54 W 85 W 76 W 89 W 112 W 76 W 76 W 116 W 89 W 89 W 76 W 72 W 89 W 72 W 63 W 54 W 81 W 54 W 89 W 89 W 76 W 81 W +USW00094728201808WT01 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00094728201808WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201808WT03-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201808WT08-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201809TMAX 256 W 272 W 322 W 333 W 317 W 339 W 239 W 217 W 167 W 178 W 233 W 250 W 244 W 239 W 267 W 289 W 261 W 261 W 272 W 222 W 222 W 233 W 189 W 206 W 228 W 278 W 222 W 183 W 222 W 211 W-9999 +USW00094728201809TMIN 206 W 200 W 239 W 250 W 250 W 228 W 206 W 161 W 128 W 122 W 167 W 217 W 206 W 200 W 194 W 194 W 200 W 211 W 200 W 183 W 194 W 167 W 156 W 139 W 150 W 206 W 161 W 133 W 144 W 122 W-9999 +USW00094728201809PRCP 0 W 0 W 0 W 0 W 0 W 91 W 0T W 5 W 114 W 236 W 5 W 38 W 33 W 0T W 0 W 0 W 3 W 302 W 0T W 0 W 0 W 0 W 0T W 0 W 495 W 53 W 0T W 196 W 0 W 0 W-9999 +USW00094728201809SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201809SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201809AWND 11 W 9 W 12 W 9 W 6 W 13 W 28 W 28 W 27 W 31 W 6 W 1 W-9999 -9999 -9999 -9999 0 W 9 W 16 W 11 W 9 W 23 W 14 W 32 W 15 W 8 W 19 W 17 W 11 W 11 W-9999 +USW00094728201809WDF2 120 W 150 W 270 W 360 W 230 W 10 W 60 W 40 W 40 W 60 W 30 W 30 W-9999 -9999 -9999 -9999 170 W 50 W 60 W 60 W 170 W 40 W 60 W 50 W 50 W 290 W 10 W 50 W 330 W 270 W-9999 +USW00094728201809WDF5 110 W 140 W 180 W 300 W 190 W 30 W 50 W 50 W 60 W 60 W 20 W 40 W-9999 -9999 -9999 -9999 150 W 240 W 20 W 50 W 200 W 220 W 40 W 90 W 90 W 260 W 20 W 30 W 300 W 40 W-9999 +USW00094728201809WSF2 36 W 40 W 40 W 31 W 27 W 72 W 63 W 67 W 58 W 58 W 36 W 22 W-9999 -9999 -9999 -9999 31 W 45 W 45 W 45 W 36 W 45 W 40 W 72 W 54 W 45 W 58 W 63 W 36 W 36 W-9999 +USW00094728201809WSF5 67 W 63 W 58 W 49 W 72 W 139 W 89 W 94 W 98 W 94 W 49 W 31 W-9999 -9999 -9999 -9999 58 W 98 W 76 W 72 W 76 W 98 W 58 W 103 W 98 W 85 W 85 W 89 W 58 W 54 W-9999 +USW00094728201809WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 +USW00094728201809WT03-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728201809WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00094728201810TMAX 244 W 250 W 233 W 244 W 217 W 200 W 261 W 233 W 250 W 267 W 250 W 200 W 128 W 144 W 200 W 156 W 161 W 100 W 156 W 167 W 106 W 100 W 172 W 122 W 106 W 100 W 106 W 111 W 133 W 128 W 178 W +USW00094728201810TMIN 172 W 183 W 172 W 161 W 156 W 172 W 194 W 178 W 189 W 217 W 206 W 106 W 78 W 83 W 111 W 83 W 78 W 56 W 61 W 106 W 39 W 39 W 94 W 67 W 44 W 33 W 67 W 72 W 83 W 56 W 67 W +USW00094728201810PRCP 0 W 175 W 0 W 10 W 0 W 0 W 0 W 0 W 0T W 0 W 213 W 109 W 25 W 0 W 13 W 3 W 0 W 0 W 0 W 15 W 0T W 0 W 0T W 0 W 0 W 0T W 323 W 18 W 8 W 0 W 0 W +USW00094728201810SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201810SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201810AWND 9 W 9 W 11 W 4 W 16 W 5 W 11 W 18 W 3 W 12 W 6 W 26 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201810WDF2 240 W 300 W 290 W 230 W 20 W 240 W 270 W 50 W 230 W 260 W 280 W 290 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201810WDF5 230 W 310 W 300 W 200 W 50 W 260 W 250 W 60 W 220 W 230 W 260 W 300 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201810WSF2 40 W 63 W 40 W 40 W 58 W 31 W 36 W 54 W 40 W 36 W 40 W 72 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201810WSF5 72 W 107 W 67 W 63 W 81 W 54 W 63 W 76 W 67 W 63 W 67 W 134 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201810WT01-9999 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 +USW00094728201810WT03-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201810WT08-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728201811TMAX 211 W 222 W 183 W 128 W 117 W 150 W 167 W 133 W 111 W 100 W 78 W 94 W 100 W 61 W 44 W 72 W 83 W 67 W 100 W 83 W 67 W -21 W 0 W 94 W 128 W 117 W 72 W 56 W 78 W 61 W-9999 +USW00094728201811TMIN 139 W 178 W 89 W 61 W 89 W 94 W 106 W 72 W 44 W 11 W 6 W 28 W 61 W 0 W -21 W 11 W 28 W 39 W 50 W 39 W -27 W -82 W -93 W -5 W 72 W 72 W 28 W 22 W 33 W 33 W-9999 +USW00094728201811PRCP 0 W 56 W 94 W 0 W 76 W 173 W 0 W 0 W 196 W 8 W 0 W 10 W 269 W 0 W 295 W 79 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 246 W 206 W 216 W 8 W 0 W 0 W 5 W-9999 +USW00094728201811SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 163 W 0T W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201811SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 100 W 50 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201811WT01-9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 +USW00094728201811WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201811WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201812TMAX 78 W 133 W 128 W 78 W 28 W 44 W 39 W 22 W 22 W 39 W 50 W 50 W 44 W 106 W 111 W 78 W 78 W 44 W 56 W 83 W 161 W 122 W 61 W 61 W 44 W 61 W 67 W 156 W 139 W 44 W 89 W +USW00094728201812TMIN 22 W 56 W 78 W -5 W -21 W -10 W -21 W -43 W -21 W -16 W -16 W 6 W 6 W 44 W 78 W 17 W 28 W -21 W -32 W 28 W 83 W 44 W 22 W 22 W 6 W 0 W 28 W 61 W 39 W 6 W 22 W +USW00094728201812PRCP 13 W 150 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 8 W 25 W 36 W 363 W 8 W 0 W 0 W 56 W 409 W 5 W 0 W 30 W 0 W 0 W 0 W 292 W 0 W 0T W 259 W +USW00094728201812SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0T W 0 W +USW00094728201812SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201812WT01 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W +USW00094728201901TMAX 144 W 44 W 67 W 83 W 83 W 94 W 11 W 72 W 72 W 11 W -10 W 11 W 6 W 0 W 22 W 39 W 6 W 39 W 28 W 56 W -99 W -5 W 111 W 150 W 44 W 17 W 94 W 33 W 61 W 17 W -88 W +USW00094728201901TMIN 39 W 17 W 28 W 17 W 50 W -5 W -38 W 11 W 11 W -21 W -60 W -66 W -38 W -55 W -38 W -10 W -43 W -16 W 0 W -99 W -155 W -105 W -5 W 17 W -21 W -43 W 0 W -38 W -38 W -143 W -166 W +USW00094728201901PRCP 15 W 0 W 0 W 0 W 127 W 0T W 0 W 43 W 15 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 13 W 74 W 224 W 0 W 0 W 0T W 338 W 0 W 0 W 0 W 0 W 58 W 3 W 0 W +USW00094728201901SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 13 W 5 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 10 W 0 W +USW00094728201901SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201901WT01 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00094728201901WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201902TMAX -60 W 11 W 117 W 161 W 183 W 78 W 67 W 128 W 0 W 17 W 33 W 22 W 50 W 78 W 150 W 83 W 33 W 56 W 22 W 6 W 111 W 67 W 56 W 83 W 61 W 22 W -5 W 28 W-9999 -9999 -9999 +USW00094728201902TMIN -116 W -88 W 6 W 50 W 67 W 17 W 39 W 0 W -49 W -49 W -10 W -32 W 6 W 6 W 56 W 0 W -32 W -32 W -49 W -32 W 6 W 22 W 0 W 22 W -21 W -38 W -49 W -27 W-9999 -9999 -9999 +USW00094728201902PRCP 0 W 0 W 0 W 0 W 0 W 114 W 18 W 94 W 0 W 0 W 0T W 191 W 20 W 0T W 0 W 0 W 10 W 23 W 0 W 145 W 25 W 0 W 3 W 147 W 0T W 0 W 0T W 8 W-9999 -9999 -9999 +USW00094728201902SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 30 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 33 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 3 W-9999 -9999 -9999 +USW00094728201902SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W-9999 -9999 -9999 +USW00094728201902WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201902WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201902WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201902WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201903TMAX 17 W 50 W 56 W 33 W 0 W -32 W 0 W 39 W 94 W 61 W 117 W 67 W 94 W 139 W 239 W 144 W 72 W 78 W 106 W 117 W 78 W 94 W 89 W 156 W 133 W 94 W 83 W 117 W 150 W 211 W 183 W +USW00094728201903TMIN -32 W -5 W 6 W -21 W -66 W -71 W -77 W -43 W 11 W 17 W 39 W 11 W 0 W 56 W 94 W 28 W 11 W 0 W 17 W 28 W 50 W 33 W 17 W 33 W 56 W 6 W 11 W 28 W 94 W 111 W 39 W +USW00094728201903PRCP 28 W 135 W 132 W 74 W 0 W 0T W 0 W 0 W 0 W 137 W 0 W 0 W 0 W 0 W 99 W 0 W 0 W 0 W 0 W 0 W 191 W 173 W 0 W 0 W 0T W 0 W 0 W 0T W 0T W 0 W 15 W +USW00094728201903SNOW 36 W 102 W 76 W 51 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201903SNWD 30 W 100 W 30 W 100 W 50 W 30 W 30 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201903AWND-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 41 W 40 W 11 W 13 W 10 W 45 W 28 W 9 W 14 W 13 W 35 W 48 W 44 W 20 W 19 W 35 W 18 W 7 W 9 W 15 W 26 W +USW00094728201903WDF2-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 340 W 290 W 130 W 140 W 270 W 280 W 280 W 310 W 260 W 200 W 50 W 40 W 270 W 260 W 20 W 10 W 30 W 150 W 250 W 170 W 290 W +USW00094728201903WDF5-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 20 W 290 W 140 W 150 W 230 W 280 W 280 W 280 W 280 W 180 W 40 W 40 W 260 W 260 W 20 W 360 W 20 W 150 W 230 W 170 W 290 W +USW00094728201903WSF2-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 76 W 76 W 36 W 45 W 63 W 89 W 63 W 45 W 45 W 45 W 76 W 94 W 103 W 58 W 58 W 72 W 67 W 40 W 45 W 40 W 72 W +USW00094728201903WSF5-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 116 W 134 W 67 W 85 W 103 W 148 W 98 W 85 W 81 W 89 W 112 W 174 W 161 W 103 W 76 W 112 W 94 W 76 W 72 W 85 W 125 W +USW00094728201903WT01 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201903WT02 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201903WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201903WT08 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00094728201904TMAX 78 W 111 W 194 W 156 W 72 W 200 W 189 W 261 W 106 W 156 W 128 W 200 W 250 W 228 W 183 W 189 W 172 W 167 W 267 W 178 W 189 W 178 W 250 W 206 W 189 W 150 W 144 W 117 W 156 W 156 W-9999 +USW00094728201904TMIN 6 W 39 W 50 W 67 W 33 W 39 W 106 W 94 W 78 W 72 W 44 W 78 W 150 W 156 W 78 W 67 W 89 W 106 W 144 W 128 W 117 W 111 W 133 W 128 W 89 W 106 W 83 W 72 W 50 W 89 W-9999 +USW00094728201904PRCP 0 W 0T W 0 W 0 W 51 W 0 W 0 W 66 W 8 W 0 W 0 W 160 W 61 W 3 W 244 W 0T W 3 W 0T W 3 W 178 W 0 W 61 W 20 W 0T W 5 W 262 W 18 W 3 W 3 W 10 W-9999 +USW00094728201904SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201904SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201904AWND 32 W 20 W 33 W 30 W 26 W 15 W 7 W 16 W 13 W 29 W 14 W 17 W 13 W 7 W 38 W 42 W 14 W 16 W 15 W 17 W 15 W 20 W 9 W 26 W 15 W 22 W 31 W 17 W 12 W 9 W-9999 +USW00094728201904WDF2 270 W 50 W 270 W 290 W 50 W 300 W 190 W 50 W 90 W 300 W 20 W 50 W 260 W 240 W 270 W 280 W 50 W 130 W 160 W 160 W 150 W 360 W 140 W 300 W 40 W 50 W 270 W 360 W 140 W 60 W-9999 +USW00094728201904WDF5 310 W 50 W 270 W 300 W 60 W 300 W 190 W 250 W 140 W 290 W 20 W 190 W 190 W 170 W 280 W 270 W 190 W 140 W 140 W-9999 150 W 50 W 220 W 300 W 60 W 270 W 290 W 360 W 160 W 60 W-9999 +USW00094728201904WSF2 72 W 63 W 98 W 67 W 72 W 58 W 40 W 67 W 45 W 63 W 63 W 40 W 40 W 40 W 107 W 76 W 54 W 45 W 40 W 31 W 45 W 54 W 40 W 67 W 45 W 63 W 94 W 54 W 45 W 45 W-9999 +USW00094728201904WSF5 130 W 94 W 170 W 121 W 98 W 85 W 89 W 103 W 76 W 112 W 98 W 72 W 98 W 72 W 174 W 139 W 72 W 89 W 81 W-9999 85 W 89 W 72 W 107 W 72 W 103 W 152 W 89 W 72 W 63 W-9999 +USW00094728201904WT01-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W-9999 +USW00094728201904WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728201904WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201904WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00094728201905TMAX 133 W 256 W 133 W 217 W 144 W 233 W 211 W 217 W 161 W 228 W 206 W 150 W 89 W 111 W 206 W 228 W 244 W 239 W 244 W 294 W 217 W 233 W 222 W 228 W 217 W 300 W 267 W 217 W 211 W 211 W 267 W +USW00094728201905TMIN 100 W 100 W 100 W 117 W 106 W 106 W 111 W 128 W 117 W 133 W 133 W 61 W 56 W 67 W 67 W 111 W 156 W 133 W 156 W 189 W 133 W 122 W 128 W 161 W 128 W 150 W 178 W 167 W 133 W 139 W 172 W +USW00094728201905PRCP 0 W 3 W 15 W 28 W 333 W 0 W 28 W 0 W 0 W 10 W 10 W 335 W 178 W 76 W 3 W 30 W 8 W 0 W 15 W 0T W 0 W 0 W 122 W 0 W 0 W 51 W 0 W 43 W 203 W 241 W 0T W +USW00094728201905SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201905SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201905AWND 11 W 12 W 11 W 5 W 32 W 18 W 6 W 20 W 25 W 7 W 14 W 38 W 25 W 10 W 17 W 12 W 22 W 12 W 13 W 24 W 26 W 19 W 18 W 34 W 18 W 19 W 16 W 19 W 21 W 9 W 12 W +USW00094728201905WDF2 140 W 130 W 40 W 50 W 50 W 40 W 360 W 30 W 50 W 130 W 280 W 60 W 50 W 280 W 250 W 280 W 250 W 140 W 140 W 240 W 290 W 50 W 240 W 300 W 150 W 280 W 40 W 60 W 90 W 140 W 250 W +USW00094728201905WDF5 140 W 140 W 90 W 80 W 50 W 40 W 150 W 50 W 50 W 140 W 300 W 50 W 50 W 280 W 300 W 270 W 230 W 140 W 150 W 210 W 300 W 70 W 230 W 320 W 150 W 260 W 70 W 150 W 110 W 160 W 290 W +USW00094728201905WSF2 40 W 54 W 40 W 31 W 76 W 58 W 40 W 45 W 72 W 45 W 45 W 81 W 67 W 36 W 45 W 58 W 58 W 40 W 54 W 81 W 67 W 58 W 63 W 81 W 54 W 54 W 58 W 54 W 54 W 40 W 45 W +USW00094728201905WSF5 72 W 94 W 58 W 49 W 116 W 85 W 67 W 76 W 112 W 94 W 76 W 139 W 103 W 58 W 89 W 85 W 94 W 72 W 98 W 143 W 130 W 76 W 89 W 143 W 98 W 85 W 76 W 81 W 81 W 67 W 67 W +USW00094728201905WT01 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 1 W 1 W 1 W 1 W +USW00094728201905WT03-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W-9999 +USW00094728201905WT08-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 +USW00094728201906TMAX 267 W 272 W 211 W 211 W 272 W 283 W 272 W 272 W 256 W 211 W 250 W 233 W 183 W 228 W 272 W 267 W 244 W 228 W 217 W 256 W 250 W 261 W 283 W 289 W 289 W 306 W 317 W 317 W 328 W 283 W-9999 +USW00094728201906TMIN 172 W 161 W 144 W 122 W 178 W 200 W 189 W 172 W 156 W 156 W 172 W 150 W 128 W 144 W 156 W 183 W 206 W 194 W 189 W 183 W 183 W 161 W 178 W 194 W 222 W 222 W 217 W 228 W 222 W 206 W-9999 +USW00094728201906PRCP 0 W 218 W 0 W 0 W 0T W 10 W 0 W 0 W 0 W 157 W 114 W 0 W 152 W 0 W 0 W 10 W 0T W 201 W 28 W 107 W 135 W 0 W 0 W 0 W 218 W 0 W 0 W 0 W 20 W 15 W-9999 +USW00094728201906SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201906SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201906AWND 12 W 17 W 24 W 17 W 20 W 21 W 10 W 28 W 29 W 30 W 28 W 18 W 26 W 27 W 20 W 23 W 6 W 8 W 13 W 14 W 23 W 25 W 21 W 8 W 9 W 14 W 12 W 11 W 21 W 23 W-9999 +USW00094728201906WDF2 150 W 260 W 280 W 250 W 230 W 50 W 60 W 50 W 60 W 50 W 300 W 140 W 50 W 270 W 220 W 230 W 30 W 60 W 70 W 240 W 300 W 300 W 280 W 200 W 270 W 250 W 230 W 210 W 230 W 330 W-9999 +USW00094728201906WDF5 150 W 220 W 270 W 240 W 240 W 270 W 20 W 60 W 130 W 50 W 280 W 160 W 50 W 290 W 220 W 220 W 40 W 160 W 140 W 230 W 290 W 300 W 210 W 230 W 250 W 220 W 300 W 220 W 220 W 360 W-9999 +USW00094728201906WSF2 40 W 54 W 67 W 54 W 63 W 54 W 36 W 72 W 63 W 67 W 67 W 54 W 98 W 76 W 67 W 67 W 45 W 45 W 36 W 36 W 67 W 67 W 54 W 36 W 36 W 40 W 45 W 45 W 63 W 94 W-9999 +USW00094728201906WSF5 72 W 112 W 107 W 103 W 116 W 94 W 58 W 112 W 89 W 89 W 116 W 89 W 139 W 116 W 112 W 103 W 76 W 63 W 58 W 63 W 112 W 107 W 89 W 76 W 54 W 67 W 85 W 67 W 98 W 165 W-9999 +USW00094728201906WT01-9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 +USW00094728201906WT02-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201906WT03-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 +USW00094728201906WT08 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201907TMAX 294 W 294 W 306 W 322 W 300 W 322 W 300 W 256 W 306 W 311 W 306 W 306 W 294 W 317 W 294 W 328 W 339 W 261 W 328 W 350 W 350 W 322 W 233 W 283 W 289 W 311 W 294 W 311 W 322 W 333 W 306 W +USW00094728201907TMIN 183 W 217 W 239 W 233 W 222 W 244 W 222 W 200 W 206 W 233 W 228 W 222 W 211 W 244 W 200 W 222 W 228 W 217 W 217 W 278 W 267 W 222 W 194 W 194 W 211 W 206 W 222 W 217 W 228 W 256 W 211 W +USW00094728201907PRCP 0 W 5 W 0T W 0 W 0 W 0T W 0 W 10 W 0 W 0 W 201 W 0 W 0 W 0 W 0 W 0 W 462 W 130 W 0 W 0 W 0T W 422 W 135 W 5 W 0 W 0 W 0 W 3 W 0 W 3 W 91 W +USW00094728201907SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201907SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201907AWND 20 W 11 W 8 W 12 W 13 W 15 W 22 W 12 W 12 W 11 W 20 W 23 W 17 W 22 W 13 W 13 W 16 W 22 W 16 W 19 W 20 W 12 W 18 W 13 W 8 W 7 W 13 W 24 W 20 W 15 W 13 W +USW00094728201907WDF2 280 W 270 W 60 W 150 W 140 W 220 W 50 W 50 W 240 W 240 W 150 W 300 W 280 W 270 W 290 W 230 W 290 W 50 W 240 W 230 W 280 W 10 W 360 W 60 W 50 W 50 W 220 W 280 W 250 W 230 W 280 W +USW00094728201907WDF5 60 W 330 W 70 W 160 W 150 W 230 W 50 W 70 W 250 W 230 W 130 W 300 W 310 W 260 W 290 W 230 W 300 W 50 W 230 W 240 W 240 W 340 W 10 W 50 W 50 W 50 W 220 W 290 W 250 W 220 W 250 W +USW00094728201907WSF2 45 W 40 W 45 W 58 W 40 W 45 W 67 W 36 W 45 W 54 W 54 W 54 W 45 W 58 W 40 W 45 W 63 W 67 W 58 W 58 W 63 W 63 W 54 W 54 W 45 W 40 W 54 W 58 W 54 W 54 W 63 W +USW00094728201907WSF5 67 W 63 W 58 W 94 W 76 W 76 W 103 W 49 W 63 W 81 W 94 W 94 W 85 W 98 W 67 W 81 W 121 W 89 W 94 W 94 W 94 W 112 W 76 W 67 W 63 W 58 W 85 W 112 W 76 W 85 W 94 W +USW00094728201907WT01-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W +USW00094728201907WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201907WT03-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W +USW00094728201907WT08 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201908TMAX 306 W 289 W 300 W 306 W 278 W 261 W 289 W 289 W 283 W 272 W 267 W 294 W 261 W 289 W 294 W 261 W 306 W 322 W 322 W 311 W 306 W 322 W 233 W 244 W 250 W 233 W 239 W 233 W 272 W 300 W 272 W +USW00094728201908TMIN 211 W 228 W 200 W 206 W 211 W 217 W 206 W 194 W 200 W 189 W 172 W 200 W 217 W 228 W 211 W 200 W 228 W 211 W 222 W 239 W 233 W 217 W 183 W 178 W 172 W 161 W 167 W 194 W 183 W 194 W 206 W +USW00094728201908PRCP 0 W 0 W 53 W 0 W 0 W 10 W 300 W 51 W 20 W 0 W 0 W 0 W 18 W 0T W 0 W 0 W 0T W 163 W 0 W 0 W 25 W 257 W 23 W 0 W 0 W 0 W 0 W 20 W 0 W 0 W 0 W +USW00094728201908SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201908SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201908AWND 10 W 16 W 16 W 12 W 20 W 14 W 12 W 21 W 16 W 23 W 14 W 16 W 16 W 16 W 18 W 12 W 15 W 10 W 13 W 13 W 13 W 17 W 15 W 23 W 40 W 28 W 14 W 17 W 18 W 18 W 26 W +USW00094728201908WDF2 20 W 140 W 360 W 40 W 120 W 140 W 270 W 300 W 300 W 280 W 270 W 230 W 230 W 30 W 50 W 50 W 70 W 240 W 120 W 140 W 240 W 290 W 360 W 50 W 50 W 50 W 190 W 60 W 280 W 220 W 50 W +USW00094728201908WDF5 30 W 160 W 340 W 30 W 150 W 140 W 250 W 300 W 320 W 270 W 250 W 210 W 240 W 70 W 150 W 130 W 40 W 230 W 150 W 140 W 250 W 280 W 10 W 40 W 50 W 50 W 230 W 40 W 290 W 240 W 40 W +USW00094728201908WSF2 40 W 40 W 81 W 54 W 58 W 40 W 58 W 72 W 63 W 63 W 54 W 54 W 45 W 45 W 45 W 40 W 40 W 67 W 58 W 40 W 54 W 89 W 40 W 63 W 76 W 67 W 36 W 45 W 63 W 67 W 58 W +USW00094728201908WSF5 63 W 72 W 116 W 85 W 98 W 63 W 103 W 134 W 103 W 116 W 94 W 76 W 81 W 67 W 76 W 98 W 76 W 107 W 89 W 67 W 85 W 161 W 58 W 94 W 116 W 94 W 63 W 67 W 98 W 103 W 85 W +USW00094728201908WT01 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201908WT02-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201908WT03-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201908WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201909TMAX 256 W 233 W 278 W 306 W 233 W 194 W 239 W 250 W 256 W 244 W 311 W 272 W 222 W 233 W 278 W 250 W 244 W 206 W 211 W 256 W 289 W 300 W 317 W 244 W 261 W 283 W 244 W 278 W 267 W 217 W-9999 +USW00094728201909TMIN 172 W 206 W 194 W 200 W 183 W 144 W 133 W 172 W 178 W 189 W 206 W 161 W 139 W 161 W 200 W 200 W 167 W 139 W 111 W 133 W 161 W 194 W 211 W 172 W 144 W 172 W 150 W 183 W 183 W 156 W-9999 +USW00094728201909PRCP 0 W 76 W 0 W 0 W 0 W 81 W 5 W 0 W 0T W 3 W 0 W 43 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 28 W 0 W 0 W 5 W 0 W 0 W 0 W 0 W-9999 +USW00094728201909SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201909SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00094728201909AWND 20 W 11 W 15 W 17 W 23 W 37 W 20 W 10 W 20 W 13 W 23 W 22 W 29 W 13 W 10 W 9 W 25 W 29 W 13 W 21 W 12 W 16 W 24 W 26 W 15 W 16 W 16 W 13 W 28 W 31 W-9999 +USW00094728201909WDF2 50 W 150 W 50 W 350 W 40 W 60 W 340 W 50 W 50 W 180 W 240 W 60 W 50 W 160 W 280 W 60 W 50 W 50 W 40 W 270 W 240 W 220 W 280 W 280 W 250 W 300 W 140 W 220 W 60 W 50 W-9999 +USW00094728201909WDF5 160 W 140 W 140 W 230 W 60 W 60 W 320 W 40 W 50 W 210 W 270 W 40 W 50 W 150 W 270 W 60 W 40 W 60 W 40 W 260 W 220 W 220 W 240 W 270 W 270 W 300 W 160 W 210 W 20 W 60 W-9999 +USW00094728201909WSF2 54 W 40 W 40 W 54 W 67 W 89 W 63 W 58 W 54 W 54 W 58 W 63 W 72 W 40 W 40 W 54 W 72 W 58 W 40 W 45 W 31 W 45 W 58 W 67 W 40 W 67 W 45 W 40 W 63 W 63 W-9999 +USW00094728201909WSF5 67 W 76 W 63 W 85 W 107 W 130 W 103 W 67 W 67 W 94 W 94 W 85 W 94 W 81 W 63 W 67 W 98 W 81 W 58 W 76 W 58 W 76 W 98 W 103 W 67 W 112 W 76 W 67 W 107 W 94 W-9999 +USW00094728201909WT01-9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00094728201909WT03-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201909WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201910TMAX 272 W 339 W 172 W 189 W 161 W 211 W 261 W 178 W 150 W 217 W 178 W 194 W 194 W 222 W 178 W 189 W 139 W 144 W 156 W 150 W 194 W 172 W 183 W 194 W 183 W 172 W 194 W 172 W 150 W 172 W 217 W +USW00094728201910TMIN 172 W 172 W 117 W 100 W 72 W 139 W 150 W 139 W 106 W 117 W 128 W 128 W 117 W 144 W 106 W 111 W 106 W 83 W 61 W 94 W 106 W 128 W 122 W 100 W 111 W 111 W 128 W 128 W 122 W 144 W 156 W +USW00094728201910PRCP 0 W 8 W 86 W 0T W 0 W 3 W 51 W 5 W 137 W 0T W 0 W 0 W 0T W 0 W 0 W 465 W 0 W 0 W 0 W 137 W 0T W 145 W 3 W 0 W 0 W 3 W 351 W 0 W 18 W 15 W 137 W +USW00094728201910SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201910SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00094728201910AWND 17 W 29 W 28 W 31 W 22 W 13 W 18 W 35 W 47 W 43 W 41 W 16 W 9 W 18 W 13 W 29 W 52 W 39 W 12 W 20 W 18 W 20 W 28 W 14 W 13 W 15 W 22 W 16 W 18 W 14 W 23 W +USW00094728201910WDF2 220 W 240 W 50 W 40 W 30 W 160 W 260 W 50 W 40 W 60 W 50 W 40 W 50 W 240 W 50 W 280 W 270 W 300 W 240 W 40 W 40 W 140 W 280 W 250 W 240 W 40 W 140 W 40 W 70 W 60 W 240 W +USW00094728201910WDF5 220 W 230 W 30 W 50 W 20 W 200 W 230 W 40 W 30 W 50 W 50 W 20 W 280 W 230 W 50 W 270 W 270 W 290 W 240 W 50 W 20 W 140 W 280 W 230 W 230 W 40 W 120 W 40 W 120 W 40 W 140 W +USW00094728201910WSF2 58 W 63 W 67 W 81 W 58 W 45 W 58 W 72 W 76 W 76 W 89 W 54 W 36 W 67 W 40 W 94 W 103 W 76 W 40 W 63 W 54 W 58 W 67 W 54 W 45 W 54 W 63 W 58 W 40 W 45 W 67 W +USW00094728201910WSF5 107 W 98 W 103 W 125 W 98 W 85 W 98 W 116 W 116 W 125 W 130 W 72 W 54 W 103 W 58 W 174 W 183 W 139 W 58 W 85 W 81 W 98 W 103 W 94 W 76 W 76 W 112 W 81 W 63 W 67 W 125 W +USW00094728201910WT01-9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W +USW00094728201910WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00094728201911TMAX 217 W 117 W 122 W 133 W 161 W 122 W 139 W 50 W 50 W 106 W 167 W 139 W 11 W 72 W 106 W 56 W 61 W 56 W 89 W 94 W 117 W 117 D 72 D 78 D 117 D 161 D 150 D 117 D 44 D 61 D-9999 +USW00094728201911TMIN 56 W 44 W 56 W 50 W 106 W 72 W 50 W -16 W -27 W 33 W 78 W -38 W -49 W -21 W 28 W -5 W -10 W 28 W 44 W 44 W 39 W 33 D 11 D 44 D 39 D 67 D 94 D 28 D -11 D -6 D-9999 +USW00094728201911PRCP 28 W 0 W 0 W 0 W 0 W 0 W 25 W 0 W 0 W 0 W 0 W 10 W 0 W 0 W 0 W 0 W 0 W 122 W 46 W 0 W 0 W 18 D 8 D 229 D 0 D 0 D 10 D 0T D 0 D 0 D-9999 +USW00094728201911SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D-9999 +USW00094728201911SNWD 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D-9999 +USW00094728201911AWND 42 W 17 W 22 W 14 W 13 W 22 W 21 W 34 W 14 W 17 W 11 W 42 W 24 W 19 W 19 W 46 W 47 W 27 W 20 W 23 W 20 W 33 W 19 W 36 W 23 W 19 W 19 W 51 W 28 W 19 W-9999 +USW00094728201911WDF2 280 W 280 W 280 W 150 W 280 W 250 W 220 W 300 W 230 W 240 W 140 W 290 W 300 W 260 W 300 W 60 W 50 W 40 W 360 W 300 W 220 W 310 W 270 W 280 W 260 W 220 W 280 W 300 W 300 W 340 W-9999 +USW00094728201911WDF5 280 W 280 W 290 W 180 W 240 W 300 W 230 W 300 W 210 W 210 W 270 W 310 W 300 W 230 W 290 W 50 W 60 W 50 W 270 W 300 W 210 W 270 W 280 W 290 W 270 W 240 W 260 W 310 W 360 W 330 W-9999 +USW00094728201911WSF2 98 W 45 W 58 W 58 W 45 W 54 W 58 W 81 W 54 W 63 W 45 W 76 W 81 W 54 W 54 W 89 W 89 W 67 W 54 W 72 W 54 W 81 W 54 W 76 W 58 W 45 W 98 W 103 W 63 W 58 W-9999 +USW00094728201911WSF5 157 W 76 W 81 W 94 W 81 W 81 W 85 W 134 W 94 W 94 W 98 W 130 W 130 W 89 W 81 W 143 W 125 W 103 W 72 W 112 W 85 W 152 W 81 W 130 W 85 W 81 W 157 W 165 W 107 W 76 W-9999 +USW00094728201911WT01 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201911WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201912TMAX 39 D 28 D 22 D 39 D 56 D 100 D 33 D 78 D 128 D 144 D 44 D 22 D 89 D 133 D 94 D 28 D 17 D 22 D -39 D 6 D 17 D 78 D 139 D 83 D 83 D 78 D 122 D 106 D 67 D 50 D 72 D +USW00094728201912TMIN -11 D -6 D -11 D 0 D 22 D 11 D -11 D -22 D 56 D 39 D -6 D -33 D 6 D 72 D 28 D 6 D 0 D -61 D -89 D -56 D -50 D -11 D 50 D 22 D 0 D 22 D 78 D 61 D 39 D 28 D 22 D +USW00094728201912PRCP 157 D 122 D 5 D 0T D 0 D 0 D 0 D 0 D 399 D 33 D 66 D 0 D 206 D 295 D 0 D 25 D 229 D 8 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 64 D 188 D 5 D +USW00094728201912SNOW 0T D 33 D 8 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 5 D 0 D 0 D 0 D 0 D 0 D 0 D 18 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D +USW00094728201912SNWD 0 D 0 D 25 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0T W 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0T D 0T D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D +USW00094728201912AWND 44 W 38 W 32 W 24 W 42 W 33 W 31 W 12 W 20 W 31 W 28 W 21 W 26 W 27 W 43 W 17 W 39 W 40 W 47 W 27 W 13 W 21 W 21 W 26 W 16 W 26 W 20 W 18 W 22 W 57 W 23 W +USW00094728201912WDF2 50 W 40 W 310 W 250 W 270 W 300 W 300 W 180 W 240 W 280 W 270 W 340 W 50 W 250 W 270 W 310 W 60 W 300 W 280 W 360 W 20 W 220 W 240 W 360 W 220 W 50 W 250 W 300 W 90 W 70 W 40 W +USW00094728201912WDF5 80 W 30 W 280 W 220 W 280 W 300 W 290 W 150 W 250 W 270 W 240 W 340 W 60 W 230 W 280 W 260 W 50 W 310 W 270 W 290 W 10 W 230 W 230 W 30 W 230 W 60 W 220 W 290 W 80 W 60 W 30 W +USW00094728201912WSF2 103 W 89 W 76 W 58 W 89 W 89 W 67 W 45 W 63 W 76 W 76 W 67 W 63 W 89 W 94 W 54 W 76 W 89 W 89 W 54 W 58 W 63 W 63 W 67 W 40 W 58 W 63 W 45 W 45 W 112 W 72 W +USW00094728201912WSF5 157 W 134 W 134 W 89 W 148 W 134 W 103 W 85 W 107 W 125 W 130 W 89 W 81 W 134 W 174 W 89 W 116 W 139 W 143 W 81 W 89 W 94 W 89 W 89 W 63 W 76 W 89 W 81 W 58 W 174 W 107 W +USW00094728201912WT01 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W 1 W +USW00094728201912WT06 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728201912WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 +USW00094728202001TMAX 50 D 94 D 94 D 106 D 56 D 72 D 72 D 56 D 11 D 128 D 206 D 200 D 78 D 78 D 100 D 94 D 6 D 28 D 61 D -6 D 6 D 33 D 83 D 106 D 106 D 78 D 72 D-9999 -9999 -9999 -9999 +USW00094728202001TMIN 11 D 6 D 67 D 50 D 17 D 0 D 22 D -22 D -50 D 6 D 106 D 61 D 28 D 39 D 50 D 6 D -61 D -67 D -28 D -67 D -67 D -39 D 6 D 28 D 33 D 33 D 28 D-9999 -9999 -9999 -9999 +USW00094728202001PRCP 0 D 0 D 38 D 69 D 0T D 10 D 0T D 0T D 0 D 0 D 0 D 13 D 0 D 18 D 0T D 28 D 0 D 94 D 0T D 0 D 0 D 0 D 0 D 0 D 216 D 0 D 0 D-9999 -9999 -9999 -9999 +USW00094728202001SNOW 0 D 0 D 0 D 0 D 0 D 5 D 0 D 0T D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0T D 0 D 53 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D-9999 -9999 -9999 -9999 +USW00094728202001SNWD 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 25 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D-9999 -9999 -9999 -9999 +USW00094728202001AWND 38 W 24 W 15 W 20 W 51 W 27 W 23 W 43 W-9999 28 W 24 W 39 W 20 W 17 W 23 W 46 W 48 W 22 W 40 W 35 W 19 W-9999 -9999 -9999 -9999 -9999 28 W-9999 -9999 -9999 -9999 +USW00094728202001PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 1923 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728202001WDF2 270 W 230 W 250 W 300 W 300 W 250 W 230 W 270 W-9999 240 W 230 W 260 W 50 W 140 W 270 W 290 W 300 W 250 W 270 W 300 W 360 W-9999 -9999 -9999 -9999 -9999 300 W-9999 -9999 -9999 -9999 +USW00094728202001WDF5 260 W 220 W 230 W 330 W 300 W 230 W 240 W 280 W-9999 220 W 210 W 240 W 70 W 140 W 280 W 270 W 310 W 230 W 300 W 310 W 300 W-9999 -9999 -9999 -9999 -9999 310 W-9999 -9999 -9999 -9999 +USW00094728202001WSF2 76 W 58 W 45 W 67 W 112 W 72 W 72 W 94 W-9999 63 W 67 W 98 W 63 W 54 W 58 W 98 W 107 W 76 W 76 W 81 W 58 W-9999 -9999 -9999 -9999 -9999 45 W-9999 -9999 -9999 -9999 +USW00094728202001WSF5 130 W 98 W 67 W 107 W 192 W 103 W 121 W 157 W-9999 112 W 130 W 152 W 81 W 63 W 85 W 179 W 188 W 116 W 121 W 125 W 85 W-9999 -9999 -9999 -9999 -9999 76 W-9999 -9999 -9999 -9999 +USW00094728202001WT01-9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00094728202001WT02-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00094728202001WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/PASADENA.dly b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/PASADENA.dly new file mode 100755 index 000000000..68567ea86 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/PASADENA.dly @@ -0,0 +1,7344 @@ +USC00046719189301TMAX 244 6 272 6 278 6 267 6 272 6 233 6 250 6 267 6 250 6 194 6 156 6 244 6 228 6 200 6 206 6 156 6 144 6 200 6 233 6 206 6 244 6 239 6 261 6 261 6 211 6 111 6 144 6 156 6 139 6 122 6 144 6 +USC00046719189301TMIN 61 6 78 6 78 6 94 6 67 6 50 6 33 6 78 6 50 6 39 6 33 6 56 6 78 6 50 6 94 6 72 6 28 6 17 6 44 6 61 6 50 6 61 6 78 6 61 6 44 6 28 6 89 6 56 6 61 6 100 6 94 6 +USC00046719189301PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 8 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 64 6 478 6 3 6 5 6 798 6 559 6 +USC00046719189301SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189302TMAX 156 6 133 6 156 6 144 6 144 6 156 6 150 6 144 6 133 6 178 6 233 6 211 6 144 6 139 6 167 6 156 6 194 6 233 6 233 6 244 6 250 6 222 6 250 6 228 6 200 6 161 6 144 6 161 6-9999 -9999 -9999 +USC00046719189302TMIN 72 6 28 6 61 6 56 6 89 6 44 6 56 6 100 6 100 6 94 6 61 6 61 6 61 6 67 6 28 6 22 6-9999 56 6 67 6 78 6 61 6 78 6 72 6 61 6 61 6 72 6 17 6 22 6-9999 -9999 -9999 +USC00046719189302PRCP 3 6 0 6 0 6 0T 6 147 6 0 6 0T 6 56 6 513 6 8 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 43 6 0 6 0 6-9999 -9999 -9999 +USC00046719189302SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 -9999 -9999 +USC00046719189303TMAX 144 6 133 6 161 6 100 6 111 6 128 6 133 6 83 6 139 6 144 6 94 6 139 6 194 6 156 6 172 6 167 6 178 6 200 6 144 6 133 6 156 6 167 6 183 6 194 6 222 6 189 6 278 6 294 6 211 6 206 6 211 6 +USC00046719189303TMIN 39 6 56 6 33 6 61 6 56 6 28 6 6 6 39 6 22 6 -6 6 28 6 6 6 11 6 28 6 44 6 39 6 39 6 50 6 89 6 100 6 83 6 28 6 39 6 56 6 56 6 72 6 94 6 106 6 72 6 78 6 83 6 +USC00046719189303PRCP 0T 6 20 6 0 6 320 6 498 6 117 6 0 6 351 6 81 6 0 6 155 6 0 6 0 6 76 6 170 6 0 6 0 6 0 6 3 6 635 6 231 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 +USC00046719189303SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189304TMAX 167 6 161 6 189 6 189 6 139 6 139 6 161 6 183 6 189 6 167 6 183 6 206 6 211 6 239 6 244 6 217 6 200 6 228 6 256 6 311 6 294 6 267 6 228 6 211 6 228 6 250 6 222 6 200 6 211 6 211 6-9999 +USC00046719189304TMIN 94 6 106 6 83 6 50 6 100 6 56 6 22 6 11 6 39 6 72 6 28 6 56 6 44 6 61 6 94 6 50 6 89 6 83 6 106 6 106 6 128 6 111 6 133 6 72 6 56 6 61 6 89 6 78 6 39 6 44 6-9999 +USC00046719189304PRCP 0T 6 10 6 0 6 0 6 8 6 104 6 0 6 0 6 0 6 8 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 3 6 0 6 0 6 0 6 0 6 36 6 0 6 0 6-9999 +USC00046719189304SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719189305TMAX 233 6 267 6 244 6 206 6 200 6 239 6 244 6 156 6 206 6 244 6 267 6 239 6 183 6 239 6 244 6 222 6 222 6 233 6 256 6 222 6 267 6 294 6 311 6 222 6 222 6 233 6 222 6 239 6 244 6 239 6 228 6 +USC00046719189305TMIN 44 6 72 6 78 6 83 6 94 6 72 6 67 6 94 6 122 6 83 6 111 6 122 6 128 6 122 6 122 6 106 6 100 6 50 6 72 6 61 6 67 6 161 6 128 6 72 6 100 6 72 6 56 6 78 6 56 6 67 6 56 6 +USC00046719189305PRCP 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 5 6 0T 6 0 6 3 6 33 6 10 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189305SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189306TMAX 250 6 278 6 261 6 256 6 261 6 289 6 256 6 244 6 250 6 233 6 228 6 206 6 228 6 289 6 328 6 306 6 289 6 256 6 278 6 256 6 289 6 272 6 278 6 261 6 283 6 294 6 278 6 289 6 294 6 278 6-9999 +USC00046719189306TMIN 83 6 94 6 122 6 122 6 133 6 100 6 100 6 106 6 111 6 117 6 106 6 117 6 78 6 78 6 128 6 117 6 100 6 106 6 94 6 89 6 106 6 100 6 78 6 89 6 100 6 94 6 94 6 106 6 111 6 94 6-9999 +USC00046719189306PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 15 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719189306SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719189307PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 3 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189307SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189308TMAX 317 6 322 6 328 6 306 6 311 6 317 6 333 6 311 6 350 6 333 6 328 6 333 6 317 6 306 6 283 6 261 6 278 6 267 6 278 6 267 6 267 6 283 6 294 6 311 6 256 6 261 6 250 6 272 6 261 6 267 6 267 6 +USC00046719189308TMIN 128 6 150 6 150 6 139 6 167 6 150 6 133 6 144 6 167 6 178 6 178 6 172 6 167 6 150 6 144 6 117 6 111 6 128 6 100 6 111 6 122 6 100 6 133 6 144 6 128 6 128 6 128 6 122 6 128 6 122 6 111 6 +USC00046719189308PRCP 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189309TMAX 289 6 306 6 328 6 289 6 244 6 228 6 228 6 256 6 244 6 233 6 244 6 239 6 239 6 233 6 217 6 272 6 222 6 228 6 211 6 239 6 267 6 239 6 244 6 244 6 267 6 244 6 222 6 222 6 239 6 228 6-9999 +USC00046719189309TMIN 133 6 144 6 178 6 156 6 139 6 144 6 78 6 89 6 100 6 83 6 83 6 133 6 94 6 83 6 100 6 78 6 94 6 117 6 94 6 72 6 89 6 89 6 111 6 89 6 100 6 100 6 94 6 100 6 111 6 106 6-9999 +USC00046719189309PRCP 0 6 0 6 0 6 0 6 8 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0P 6 0 6 3 6 0P 6-9999 +USC00046719189309SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719189310TMAX 239 6 261 6 272 6 233 6 256 6 261 6 250 6 244 6 222 6 211 6 272 6 283 6 289 6 261 6 194 6 189 6 178 6 183 6 178 6 211 6 200 6 156 6 200 6 167 6 178 6 239 6 267 6 222 6 189 6 156 6 178 6 +USC00046719189310TMIN 94 6 100 6 111 6 89 6 106 6 89 6 100 6 111 6 89 6 111 6 72 6 122 6 128 6 106 6 72 6 72 6 61 6 83 6 111 6 61 6 61 6 61 6 94 6 100 6 61 6 78 6 111 6 83 6 72 6 44 6 89 6 +USC00046719189310PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 38 6 30 6 112 6 0 6 0 6 0 6 0 6 0T 6 0T 6 0T 6 +USC00046719189310SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189311TMAX 161 6 183 6 194 6 228 6 200 6 194 6 211 6 200 6 194 6 228 6 233 6 228 6 256 6 261 6 250 6 183 6 133 6 156 6 139 6 139 6 139 6 156 6 189 6 172 6 189 6 167 6 189 6 122 6 161 6 172 6-9999 +USC00046719189311TMIN 67 6 72 6 44 6 72 6 72 6 89 6 67 6 61 6 56 6 50 6 106 6 78 6 100 6 128 6 94 6 67 6 39 6 39 6 17 6 33 6 56 6 39 6 61 6 44 6 83 6 56 6 61 6 56 6 39 6 44 6-9999 +USC00046719189311PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 41 6 0 6 0 6 0 6 0 6 0 6 0T 6 0T 6 0 6 0 6 3 6 3 6 0 6 0 6-9999 +USC00046719189312TMAX 250 6 272 6 239 6 250 6 256 6 239 6 244 6 250 6 228 6 194 6 167 6 139 6 167 6 156 6 183 6 239 6 222 6 194 6 156 6 150 6 128 6 111 6 150 6 89 6 128 6 83 6 122 6 111 6 133 6 156 6 156 6 +USC00046719189312TMIN 100 6 94 6 111 6 78 6 89 6 100 6 89 6 117 6 100 6 72 6 39 6 61 6 72 6 83 6 39 6 72 6 117 6 83 6 56 6 39 6 50 6 67 6 56 6 56 6 22 6 56 6 56 6 11 6 11 6 33 6 39 6 +USC00046719189312PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 122 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 119 6 3 6 155 6 23 6 292 6 323 6 0 6 0 6 0 6 0 6 +USC00046719189401TMAX 150 6 128 6 111 6 117 6 83 6 67 6 100 6 117 6 122 6 139 6 156 6 200 6 161 6 128 6 122 6 156 6 139 6 111 6 128 6 128 6 167 6 167 6 211 6 211 6 233 6 217 6 233 6 239 6 200 6 139 6 122 6 +USC00046719189401TMIN 44 6 67 6 11 6 0 6 6 6 -22 6 -22 6 0 6 0 6 6 6 17 6 44 6 44 6 11 6 11 6 83 6 11 6 44 6 33 6 33 6 28 6 56 6 50 6 78 6 61 6 72 6 56 6 72 6 61 6 44 6 39 6 +USC00046719189401PRCP 0 6 104 6 13 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 91 6 0 6 43 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 3 6 114 6 +USC00046719189402TMAX 122 6 150 6 133 6 156 6 139 6 172 6 156 6 144 6 144 6 94 6 144 6 139 6 178 6 206 6 194 6 117 6 150 6 139 6 150 6 139 6 167 6 156 6 178 6 217 6 217 6 228 6 228 6 167 6-9999 -9999 -9999 +USC00046719189402TMIN 22 6 22 6 28 6 56 6 33 6 67 6 28 6 33 6 22 6 56 6 17 6 6 6 28 6 33 6 44 6 39 6 6 6 6 6 28 6 83 6 94 6 67 6 39 6 67 6 50 6 50 6 61 6 33 6-9999 -9999 -9999 +USC00046719189402PRCP 0 6 0 6 0 6 0 6 0 6 10 6 0 6 0 6 0 6 114 6 0 6 0 6 0 6 0 6 0 6 64 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 -9999 -9999 +USC00046719189402SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 -9999 -9999 +USC00046719189407TMAX 306 6 306 6 317 6 317 6 311 6 300 6 306 6 333 6 311 6 311 6 289 6 289 6 306 6 317 6 322 6 311 6 311 6 322 6 350 6 350 6 322 6 339 6 333 6 306 6 356 6 344 6 311 6 289 6 278 6 311 6 356 6 +USC00046719189407TMIN 117 6 111 6 117 6 144 6 128 6 94 6 72 6 89 6 139 6 161 6 100 6 100 6 111 6 128 6 117 6 106 6 83 6 122 6 133 6 156 6 128 6 128 6 117 6 106 6 128 6 133 6 106 6 117 6 106 6 100 6 106 6 +USC00046719189407PRCP 13 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189407SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189408TMAX 317 6 289 6 267 6 261 6 256 6 267 6 267 6 283 6 272 6 283 6 317 6 311 6 294 6 300 6 278 6 278 6 300 6 306 6 306 6 333 6 322 6 333 6 333 6 339 6 411 6 400 6 356 6 333 6 328 6 311 6 283 6 +USC00046719189408TMIN 128 6 111 6 117 6 111 6 117 6 128 6 133 6 128 6 144 6 139 6 122 6 117 6 122 6 128 6 100 6 89 6 117 6 117 6 117 6 144 6 150 6 161 6 161 6 150 6 189 6 206 6 194 6 172 6 161 6 144 6 167 6 +USC00046719189408PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 3 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 10 6 0T 6 0T 6 0T 6 0P 6 0P 6 0P 6 +USC00046719189408SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189409TMAX 278 6 256 6 278 6 256 6 261 6 244 6 283 6 328 6 339 6 356 6 333 6 233 6 261 6 339 6 356 6 333 6 328 6 306 6 300 6 311 6 322 6 300 6 289 6 300 6 322 6 300 6 217 6 233 6 228 6 189 6-9999 +USC00046719189409TMIN 156 6 161 6 144 6 144 6 150 6 122 6 111 6 117 6 128 6 167 6 183 6 122 6 156 6 128 6 200 6 189 6 178 6 156 6 144 6 122 6 156 6 144 6 122 6 100 6 156 6 133 6 122 6 83 6 89 6 89 6-9999 +USC00046719189409PRCP 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 185 6-9999 +USC00046719189410TMAX 206 6 300 6 333 6 344 6 311 6 250 6 283 6 278 6 256 6 211 6 222 6 333 6 278 6 239 6 278 6 306 6 222 6 206 6 206 6 200 6 211 6 267 6 222 6 222 6 256 6 194 6 206 6 261 6 267 6 272 6 233 6 +USC00046719189410TMIN 67 6 111 6 167 6 189 6 178 6 122 6 89 6 117 6 117 6 111 6 128 6 133 6 144 6 83 6 111 6 100 6 122 6 83 6 89 6 83 6 122 6 100 6 122 6 128 6 106 6 122 6 100 6 72 6 122 6 128 6 94 6 +USC00046719189410PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 5 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189411TMAX 239 6 261 6 228 6 250 6 272 6 306 6 289 6 217 6 250 6 272 6 300 6 261 6 306 6 294 6 178 6 206 6 228 6 222 6 267 6 200 6 139 6 172 6 206 6 267 6 256 6 161 6 178 6 183 6 156 6 167 6-9999 +USC00046719189411TMIN 100 6 117 6 100 6 89 6 100 6 133 6 150 6 44 6 78 6 111 6 122 6 139 6 128 6 144 6 61 6 94 6 94 6 67 6 111 6 94 6 28 6 94 6 61 6 106 6 128 6 56 6 72 6 61 6 50 6 89 6-9999 +USC00046719189411PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 3 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719189412TMAX 167 6 189 6 206 6 178 6 100 6 161 6 133 6 133 6 128 6 150 6 150 6 144 6 167 6 156 6 150 6 150 6 156 6 161 6 139 6 128 6 133 6 167 6 133 6 139 6 167 6 139 6 172 6 150 6 167 6 156 6 161 6 +USC00046719189412TMIN 50 6 61 6 78 6 67 6 83 6 94 6 39 6 72 6 44 6 78 6 56 6 50 6 78 6 67 6 83 6 50 6 56 6 89 6 111 6 33 6 33 6 89 6 44 6 39 6 72 6 83 6 94 6 100 6 106 6 106 6 72 6 +USC00046719189412PRCP 0 6 0 6 0 6 0 6 0 6 244 6 147 6 3 6 340 6 13 6 0T 6 5 6 0T 6 0 6 3 6 0 6 0 6 0T 6 516 6 13 6 0 6 0 6 0 6 0 6 0 6 0T 6 0T 6 0T 6 173 6 36 6 5 6 +USC00046719189412SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189501TMAX 144 6 144 6 139 6 144 6 133 6 128 6 133 6 167 6 194 6 217 6 222 6 200 6 178 6 139 6 139 6 133 6 128 6 106 6 89 6 122 6 144 6 133 6 133 6 133 6 144 6 122 6 133 6 133 6 133 6 144 6 156 6 +USC00046719189501TMIN 44 6 56 6 50 6 67 6 72 6 61 6 33 6 61 6 72 6 83 6 89 6 94 6 83 6 94 6 106 6 100 6 44 6 67 6 50 6 22 6 33 6 33 6 44 6 33 6 33 6 11 6 11 6 33 6 17 6 22 6 22 6 +USC00046719189501PRCP 0 6 0 6 0 6 13 6 356 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 193 6 264 6 76 6 124 6 312 6 467 6 79 6 0 6 0 6 3 6 0 6 0 6 0 6 0 6 33 6 0 6 0 6 0 6 +USC00046719189503TMAX 267 6 228 6 206 6 222 6 178 6 178 6 183 6 178 6 156 6 178 6 150 6 156 6 172 6 111 6 133 6 144 6 167 6 139 6 167 6 167 6 172 6 189 6 183 6 256 6 278 6 250 6 183 6 167 6 172 6 172 6 200 6 +USC00046719189503TMIN 111 6 56 6 128 6 83 6 33 6 61 6 44 6 100 6 106 6 100 6 83 6 67 6 11 6 17 6 22 6 44 6 44 6 44 6 33 6 33 6 44 6 44 6 56 6 67 6 111 6 122 6 122 6 111 6 56 6 111 6 56 6 +USC00046719189503PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 216 6 0T 6 0 6 0 6 99 6 0 6 0 6 8 6 0 6 0 6 0 6 0 6 0 6 0 6 254 6 508 6 0 6 0 6 0 6 +USC00046719189503SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189504TMAX 211 6 200 6 206 6 211 6 217 6 222 6 256 6 233 6 200 6 217 6 233 6 272 6 239 6 194 6 217 6 244 6 244 6 222 6 194 6 200 6 211 6 222 6 156 6 178 6 178 6 167 6 183 6 178 6 200 6 206 6-9999 +USC00046719189504TMIN 56 6 67 6 78 6 89 6 50 6 67 6 72 6 78 6 56 6 50 6 61 6 78 6 89 6 89 6 44 6 78 6 89 6 78 6 111 6 117 6 106 6 111 6 111 6 111 6 106 6 100 6 78 6 100 6 89 6 106 6-9999 +USC00046719189504PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 23 6 0 6 0 6 0 6 0 6 0 6 13 6 0T 6 0 6 0 6 8 6 0 6 0 6 0 6 48 6 3 6 61 6 0 6-9999 +USC00046719189504SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719189507TMAX 267 6 250 6 244 6 267 6 289 6 322 6 311 6 289 6 278 6 261 6 244 6 261 6 278 6 317 6 322 6 306 6 311 6 300 6 294 6 267 6 278 6 294 6 300 6 311 6 300 6 272 6 272 6 289 6 283 6 289 6 306 6 +USC00046719189507TMIN 128 6 133 6 139 6 111 6 111 6 133 6 128 6 144 6 144 6 128 6 122 6 106 6 122 6 122 6 122 6 128 6 139 6 139 6 122 6 122 6 111 6 106 6 117 6 133 6 128 6 133 6 156 6 133 6 106 6 133 6 117 6 +USC00046719189507PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189507SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189508TMAX 322 6 317 6 311 6 328 6 317 6 300 6 289 6 278 6 283 6 283 6 283 6 283 6 311 6 322 6 328 6 333 6 333 6 311 6 294 6 294 6 300 6 278 6 289 6 283 6 267 6 228 6 233 6 233 6 244 6 261 6 261 6 +USC00046719189508TMIN 144 6 156 6 144 6 161 6 144 6 156 6 133 6 133 6 156 6 133 6 128 6 117 6 133 6 139 6 139 6 156 6 144 6 122 6 122 6 133 6 133 6 117 6 122 6 111 6 106 6 122 6 133 6 111 6 89 6 94 6 94 6 +USC00046719189508PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719189509TMAX 278 6 272 6 267 6 256 6 256 6 294 6 283 6 267 6 250 6 256 6 339 6 344 6 300 6 283 6 272 6 278 6 267 6 244 6 244 6 244 6 272 6 306 6 311 6 328 6 350 6 333 6 339 6 306 6 328 6 272 6-9999 +USC00046719189509TMIN 111 6 111 6 117 6 117 6 89 6 111 6 133 6 100 6 133 6 122 6 133 6 194 6 194 6 128 6 111 6 111 6 100 6 83 6 83 6 100 6 94 6 111 6 122 6 156 6 156 6 150 6 133 6 172 6 161 6 144 6-9999 +USC00046719189509PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719190604PRCP 0P 6 0P 6 0P 6 41 6 0P 6 267 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 140 6 41 6 0P 6-9999 +USC00046719190604WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190605PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 165 6 0P 6 328 6 0P 6 0P 6 0P 6 +USC00046719190605WT01-9999 -9999 -9999 -9999 -9999 1 6 1 6 1 6 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190605WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6 1 6-9999 -9999 -9999 -9999 +USC00046719190606WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6 1 6 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190607PRCP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 10 6-9999 -9999 -9999 -9999 -9999 +USC00046719190607WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6 1 6-9999 -9999 +USC00046719190608WT01-9999 -9999 -9999 1 6-9999 1 6 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190609WT01 1 6 1 6 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190611PRCP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 41 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190612PRCP 64 6-9999 239 6-9999 -9999 -9999 -9999 -9999 -9999 165 6-9999 927 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 902 6-9999 135 6-9999 -9999 +USC00046719190612WT16 1 6-9999 -9999 -9999 -9999 -9999 -9999 1 6 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6 1 6 1 6 1 6-9999 -9999 +USC00046719190701PRCP-9999 -9999 -9999 -9999 -9999 -9999 -9999 986 6-9999 1008 6-9999 -9999 -9999 38 6-9999 -9999 64 6-9999 -9999 -9999 572 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 173 6-9999 -9999 +USC00046719190701WT16-9999 -9999 -9999 -9999 -9999 -9999 1 6 1 6 1 6 1 6-9999 -9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190703WT16-9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6-9999 1 6-9999 1 6 1 6-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190704PRCP 0P 6 76 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719190704WT16-9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190706PRCP-9999 -9999 -9999 -9999 8 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190707WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6 1 6 1 6 1 6 1 6 1 6 +USC00046719190708WT01-9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6 1 6 1 6-9999 -9999 -9999 -9999 +USC00046719190710PRCP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 13 6 140 6-9999 -9999 -9999 -9999 102 6 20 6-9999 -9999 122 6-9999 -9999 -9999 -9999 -9999 +USC00046719190710WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6 1 6-9999 -9999 -9999 -9999 -9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190712PRCP-9999 -9999 -9999 -9999 -9999 -9999 130 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 5 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 61 6-9999 -9999 -9999 18 6 +USC00046719190801PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 254 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 589 6 470 6 251 6 132 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719190801WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190801WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6 1 6 1 6 1 6-9999 -9999 -9999 -9999 -9999 +USC00046719190802PRCP 422 6 0P 6 272 6 0P 6 0P 6 0P 6 0P 6 0P 6 424 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 124 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 94 6 0P 6 0P 6-9999 -9999 +USC00046719190802WT16 1 6-9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190803PRCP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 140 6-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190804PRCP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 132 6 46 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190804WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190805TMAX-9999 -9999 -9999 -9999 -9999 256 6 233 6 217 6 239 6 228 6 167 6 178 6 211 6 233 6 228 6 239 6 283 6 294 6 244 6 256 6 244 6 239 6 261 6 261 6 261 6 228 6 267 6 294 6 289 6 206 6 233 6 +USC00046719190805TMIN-9999 -9999 -9999 -9999 -9999 72 6 72 6 56 6 50 6 56 6 67 6 78 6 83 6 61 6 100 6 50 6 50 6 78 6 78 6 67 6 89 6 111 6 100 6 128 6 117 6 122 6 122 6 78 6 89 6 117 6 50 6 +USC00046719190805PRCP-9999 -9999 -9999 -9999 -9999 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190805SNOW-9999 -9999 -9999 -9999 -9999 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190805SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190805WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190806TMAX 250 6 200 6 206 6 239 6 228 6 194 6 250 6 267 6 272 6 272 6 278 6 272 6 294 6 261 6 283 6 250 6 233 6 278 6 261 6 256 6 256 6 289 6 344 6 322 6 333 6 328 6 311 6 328 6 317 6 311 6-9999 +USC00046719190806TMIN 56 6 72 6 78 6 61 6 72 6 78 6 122 6 72 6 89 6 111 6 117 6 111 6 100 6 106 6 72 6 89 6 111 6 89 6 94 6 122 6 94 6 94 6 100 6 117 6 100 6 94 6 106 6 128 6 128 6 94 6-9999 +USC00046719190806TOBS 167 6 139 6 161 6 167 6 161 6 156 6 183 6 189 6 194 6 194 6 200 6 206 6 206 6 194 6 200 6 183 6 178 6 200 6 183 6 183 6 189 6 233 6 250 6 244 6 256 6 272 6 256 6 244 6 239 6 228 6-9999 +USC00046719190806PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719190806SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719190807TMAX 306 6 317 6 328 6 333 6 311 6 333 6 356 6 378 6 372 6 356 6 317 6 322 6 311 6 306 6 339 6 344 6 350 6 306 6 333 6 356 6 333 6 311 6 322 6 311 6 294 6 278 6 283 6 283 6 300 6 344 6 389 6 +USC00046719190807TMIN 100 6 106 6 117 6 100 6 83 6 106 6 122 6 161 6 150 6 139 6 144 6 128 6 111 6 94 6 89 6 128 6 161 6 139 6 144 6 139 6 156 6 144 6 156 6 167 6 167 6 161 6 144 6 139 6 133 6 156 6 189 6 +USC00046719190807TOBS 244 6 239 6 244 6 283 6 250 6 256 6 317 6 311 6 283 6 261 6 244 6 256 6 222 6 239 6 272 6 267 6 272 6 233 6 261 6 267 6 294 6 239 6 256 6 261 6 217 6 222 6 206 6 217 6 256 6 289 6 328 6 +USC00046719190807PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190807SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190808TMAX 378 6 322 6 306 6 311 6 306 6 300 6 300 6 322 6 328 6 322 6 306 6 306 6 289 6 283 6 289 6 294 6 328 6 350 6 367 6 356 6 339 6 333 6 344 6 339 6 294 6 294 6 289 6 289 6 267 6 289 6 283 6 +USC00046719190808TMIN 194 6 194 6 172 6 172 6 161 6 167 6 161 6 167 6 172 6 200 6 167 6 139 6 150 6 139 6 128 6 111 6 117 6 128 6 167 6 156 6 122 6 122 6 117 6 106 6 111 6 117 6 106 6 94 6 133 6 139 6 117 6 +USC00046719190808TOBS 294 6 267 6 239 6 228 6 244 6 228 6 233 6 256 6 261 6 272 6 244 6 239 6 222 6 211 6 217 6 228 6 261 6 294 6 278 6 267 6 261 6 233 6 261 6 250 6 228 6 217 6 206 6 211 6 222 6 228 6 206 6 +USC00046719190808PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 5 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190808SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190809TMAX 300 6 322 6 322 6 333 6 356 6 322 6 322 6 317 6 344 6 367 6 361 6 394 6 333 6 289 6 261 6 244 6 256 6 261 6 250 6 244 6 272 6 356 6 267 6 311 6 206 I6 256 6 311 6 328 6 333 6 344 6-9999 +USC00046719190809TMIN 128 6 133 6 139 6 144 6 139 6 133 6 172 6 139 6 122 6 167 6 167 6 172 6 156 6 111 6 100 6 144 6 72 6 83 6 94 6 106 6 78 6 111 6 156 6 133 6 139 6 89 6 111 6 100 6 133 6 111 6-9999 +USC00046719190809TOBS 233 6 239 6 261 6 250 6 283 6 239 6 250 6 244 6 278 6 272 6 278 6 306 6 267 6 211 6 206 6 167 6 189 6 211 6 200 6 183 6 206 6 272 6 217 6 233 I6 144 6 206 6 239 6 233 6 244 6 261 6-9999 +USC00046719190809PRCP 0 6 0 6 0 6 0 6 0 6 25 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 8 6 0 6 460 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719190809WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719190810TMAX 306 6 206 I6 211 6 239 6 289 6 328 6 333 6 339 6 339 6 317 6 211 I6 206 6 239 6 206 6 150 6 211 6 194 6 228 6 194 6 233 6 239 6 256 6 267 6 289 6 294 6 317 6 311 6 278 6 278 6 244 6 278 6 +USC00046719190810TMIN 106 6 117 6 72 6 67 6 72 6 94 6 100 6 106 6 117 6 122 6 100 6 128 6 72 6 83 6 122 6 100 6 122 I6 44 6 50 6 56 6 39 6 56 6 61 6 111 6 100 6 78 6 67 6 61 6 44 6 50 6 44 6 +USC00046719190810TOBS 239 I6 156 6 144 6 161 6 189 6 222 6 261 6 261 6 256 6 244 I6 156 6 150 6 178 6 144 6 139 6 144 6 111 I6 133 6 128 6 139 6 161 6 183 6 200 6 211 6 217 6 233 6 233 6 206 6 200 6 189 6 206 6 +USC00046719190810PRCP 0 6 5 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 25 6 0 6 36 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190811TMAX 261 6 294 6 300 6 228 6 244 6 300 6 250 6 228 6 150 I6 172 6 211 6 239 6 233 6 228 6 161 I6 294 6 300 6 272 6 267 6 222 6 200 6 156 6 183 6 156 6 150 6 183 6 194 6 194 6 178 6 183 6-9999 +USC00046719190811TMIN 33 6 78 6 111 6 56 6 72 6 78 6 94 6 94 6 106 6 117 I6 106 6 50 6 39 6 44 6 50 6 44 6 72 6 78 6 61 6 50 6 50 6 67 6 106 6 67 6 0 6 67 6 56 6 17 6 0 6 6 6-9999 +USC00046719190811TOBS 200 6 206 6 217 6 167 6 178 6 217 6 189 6 161 I6 106 I6 128 6 150 6 167 6 167 6 172 I6 100 6 172 6 222 6 206 6 200 6 122 6 117 6 111 6 128 6 122 6 94 6 111 6 117 6 100 6 78 6 94 6-9999 +USC00046719190811PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 8 6 8 6 8 6 8 6 8 6 8 6 8 6 8 6 8 6 8 6 8 6 8 6 8 6 8 6 25 6 0 6 0 6 168 6 0 6 0 6 0 6 0 6-9999 +USC00046719190811SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719190811SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719190812TMAX 178 6 128 6 172 6 172 6 167 6 189 6 211 6 206 6 161 6 172 6 228 6 178 6 194 6 161 6 150 6 133 6 144 6 150 6 167 6 200 6 161 6 172 6 167 6 228 6 244 6 228 6 217 6 239 6 256 6 228 6 256 6 +USC00046719190812TMIN 33 6 83 6 100 6 89 6 83 6 33 6 44 6 33 6 17 6 50 6 39 6 61 6 33 6 56 6 50 6 11 6 0 6 -22 6 0 6 22 6 22 6 33 6 -11 6 11 6 44 6 50 6 28 6 33 6 61 6 67 6 78 6 +USC00046719190812TOBS 100 6 122 6 128 6 117 6 100 6 111 6 122 6 117 6 111 6 122 6 161 6 106 6 128 6 106 6 72 6 56 6 61 6 67 6 83 6 122 6 100 6 100 6 89 6 139 6 156 6 144 6 139 6 122 6 183 6 156 6 178 6 +USC00046719190812PRCP 0 6 191 6 211 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190812SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190812SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190901TMAX 211 6 178 6 194 6 194 6 222 6 189 6 211 6 150 6 133 6 144 6 183 6 122 6 178 6 144 6 206 6 228 6 267 6 222 6 167 6 133 6 139 6 139 6 111 6 144 6 150 6 172 6 128 6 189 6 206 6 161 6 167 6 +USC00046719190901TMIN 22 6 67 6 39 6 56 6 72 6 89 6 44 6 56 6 83 6 56 6 28 6 56 6 106 6 128 6 83 6 61 6 83 6 72 6 61 6 72 6 100 6 72 6 0 6 17 6 28 6 33 6 56 6 17 6 22 6 11 6 78 6 +USC00046719190901TOBS 128 6 117 6 128 6 139 6 150 6 111 6 122 6 128 6 117 6 78 6 117 6 111 6 144 6 133 6 139 6 161 6 206 6 167 6 100 6 122 6 100 6 72 6 44 6 83 6 111 6 117 6 72 6 122 6 144 6 100 6 106 6 +USC00046719190901PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 262 6 0 6 0 6 43 6 124 6 99 6 0 6 0 6 0 6 0 6 0 6 20 6 965 6 490 6 0 6 0 6 229 6 0 6 422 6 0 6 0 6 0 6 0 6 +USC00046719190901SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190902TMAX 217 6 233 6 128 6 150 6 100 6 111 6 128 6 139 6 150 6 144 6 122 6 122 6 172 6 206 6 228 6 239 6 206 6 178 6 167 6 161 6 156 6 172 6 167 6 200 6 183 6 156 6 211 6 206 6-9999 -9999 -9999 +USC00046719190902TMIN 22 6 67 6 56 6 17 6 17 6 39 6 50 6 11 6 28 6 22 6 33 6 72 6 28 6 33 6 67 6 67 6 72 6 61 6 56 6 44 6 44 6 28 6 17 6 22 6 22 6 22 6 28 6 28 6-9999 -9999 -9999 +USC00046719190902TOBS 128 6 106 6 94 6 89 6 67 6 50 6 100 6 89 6 94 6 83 6 100 6 72 6 122 6 144 6 161 6 167 6 144 6 122 6 117 6 111 6 100 6 122 6 117 6 139 6 128 6 100 6 156 6 150 6-9999 -9999 -9999 +USC00046719190902PRCP 0 6 0 6 20 6 0 6 25 6 140 6 549 6 20 6 0 6 0 6 305 6 549 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 69 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 -9999 -9999 +USC00046719190902SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 -9999 -9999 +USC00046719190903TMAX 222 6 256 6 189 6 178 6 161 6 128 6 194 6 189 6 183 6 200 6 183 6 194 6 217 6 239 6 222 6 178 6 183 6 167 6 167 6 161 6 111 6 122 6 144 6 183 6 167 6 172 6 172 6 156 6 128 6 200 6 256 6 +USC00046719190903TMIN 44 6 67 6 78 6 100 6 72 6 56 6 22 6 28 6 33 6 67 6 44 6 39 6 17 6 33 6 44 6 61 6 33 6 83 6 44 6 72 6 56 6 44 6 44 6 44 6 39 6 83 6 44 6 72 6 72 6 39 6 67 6 +USC00046719190903TOBS 167 6 189 6 117 6 111 6 100 6 83 6 133 6 122 6 117 6 139 6 133 6 133 6 144 6 161 6 144 6 128 6 133 6 106 6 100 6 111 6 72 6 78 6 100 6 122 6 128 6 122 6 111 6 106 6 83 6 144 6-9999 +USC00046719190903PRCP 0 6 0 6 13 6 0 6 0 6 76 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 533 6 325 6 0 6 0 6 0 6 48 6 218 6 0 6 53 6 0 6 0 6 +USC00046719190903SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190903SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190904TMAX 300 6 317 6 244 6 178 6 200 6 217 6 261 6 278 6 294 6 239 6 189 6 211 6 222 6 211 6 200 6 200 6 222 6 167 6 178 6 211 6 183 6 222 6 222 6 261 6 300 6 289 6 228 6 178 6 183 6 278 6-9999 +USC00046719190904TMIN 83 6 100 6 100 6 106 6 44 6 44 6 56 6 61 6 61 6 67 6 83 6 44 6 56 6 100 6 111 6 106 6 111 6 100 6 111 6 61 6 94 6 50 6 44 6 78 6 67 6 78 6 111 6 106 6 94 6 61 6-9999 +USC00046719190904TOBS 217 6 211 6 178 6 139 6 139 6 150 6 211 6 217 6 206 6 189 6 128 6 150 6 144 6 156 6 150 6 139 6 161 6 106 6 133 6 150 6 133 6 161 6 161 6 200 6 233 6 228 6 156 6 128 6 139 6 211 6-9999 +USC00046719190904PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 18 6 0 6 0 6-9999 +USC00046719190904SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719190905TMAX 267 6 211 6 217 6 222 6 228 6 194 6 211 6 222 6 233 6 228 6 217 6 206 6 172 6 239 6 228 6 222 6 217 6 217 6 178 6 194 6 206 6 183 6 194 6 233 6 261 6 267 6 239 6 211 6 228 6 350 6 394 6 +USC00046719190905TMIN 72 6 100 6 100 6 111 6 117 6 117 6 111 6 111 6 89 6 83 6 94 6 56 6 56 6 72 6 89 6 100 6 67 6 78 6 83 6 111 6 100 6 83 6 78 6 83 6 72 6 78 6 89 6 117 6 67 6 100 6 139 6 +USC00046719190905TOBS 194 6 156 6 167 6 156 6 156 6 150 6 161 6 156 6 178 6 167 6 172 6 144 6 139 6 178 6 172 6 167 6 156 6 167 6 156 6 150 6 144 6 167 6 150 6 167 6 206 6 200 6 167 6 161 6 167 6 289 6 322 6 +USC00046719190905PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190906TMAX 400 6 383 6 328 6 267 6 272 6 228 6 233 6 228 6 233 6 250 6 267 6 272 6 239 6 239 6 261 6 278 6 261 6 228 6 244 6 267 6 289 6 283 6 289 6 278 6 267 6 267 6 294 6 311 6 328 6 367 6-9999 +USC00046719190906TMIN 156 6 156 6 139 6 144 6 133 6 117 6 122 6 133 6 83 6 89 6 111 6 111 6 128 6 122 6 83 6 100 6 89 6 122 6 83 6 89 6 100 6 122 6 133 6 139 6 144 6 150 6 100 6 117 6 117 6 150 6-9999 +USC00046719190906TOBS 317 6 300 6 217 6 206 6 206 6 167 6 172 6 167 6 172 6 183 6 200 6 200 6 183 6 189 6 200 6 217 6 211 6 178 6 200 6 189 6 211 6 206 6 228 6 217 6 217 6 206 6 222 6 256 6 261 6 283 6-9999 +USC00046719190906PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 51 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719190907TMAX 367 6 333 6 322 6 283 6 272 6 283 6 283 6 278 6 278 6 294 6 306 6 306 6 289 6 300 6 306 6 294 6 311 6 317 6 311 6 317 6 322 6 317 6 317 6 311 6 283 6 244 6 261 6 294 6 328 6 333 6 322 6 +USC00046719190907TMIN 178 6 172 6 172 6 150 6 144 6 111 6 117 6 144 6 111 6 122 6 128 6 150 6 144 6 144 6 122 6 117 6 117 6 133 6 139 6 111 6 128 6 128 6 139 6 139 6 144 6 139 6 133 6 106 6 83 6 111 6 100 6 +USC00046719190907TOBS 300 6 289 6 267 6 222 6 211 6 228 6 233 6 211 6 228 6 233 6 239 6 244 6 228 6 233 6 239 6 233 6 244 6 244 6 239 6 244 6 250 6 256 6 261 6 250 6 217 6 194 6 211 6 228 6 261 6 261 6 256 6 +USC00046719190907PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 30 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190908TMAX 283 6 306 6 328 6 339 6 350 6 322 6 317 6 328 6 322 6 322 6 350 6 350 6 306 6 339 6 356 6 356 6 317 6 333 6 356 6 333 6 333 6 339 6 356 6 328 6 317 6 333 6 361 6 372 6 411 6 372 6 300 6 +USC00046719190908TMIN 94 6 89 6 100 6 128 6 139 6 144 6 139 6 128 6 100 6 106 6 111 6 106 6 89 6 100 6 117 6 128 6 156 6 128 6 167 6 161 6 156 6 144 6 150 6 111 6 89 6 89 6 94 6 83 6 206 6 244 6 206 6 +USC00046719190908TOBS 261 6 256 6 261 6 267 6 272 6 256 6 250 6 256 6 261 6 256 6 272 6 278 6 250 6 267 6 278 6 283 6 239 6 267 6 278 6 272 6 267 6 272 6 283 6 267 6 256 6 261 6 283 6 294 6 317 6 300 6 233 6 +USC00046719190908PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 15 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190909TMAX 294 6 289 6 267 6 261 6 283 6 250 6 306 6 311 6 322 6 322 6 328 6 322 6 350 6 378 6 394 6 400 6 361 6 350 6 294 6 294 6 283 6 278 6 267 6 233 6 244 6 261 6 267 6 256 6 278 6 261 6-9999 +USC00046719190909TMIN 156 6 139 6 122 6 122 6 106 6 133 6 122 6 111 6 122 6 128 6 117 6 78 6 106 6 122 6 161 6 183 6 172 6 122 6 122 6 94 6 89 6 128 6 150 6 144 6 94 6 89 6 83 6 128 6 56 6 94 6-9999 +USC00046719190909TOBS 239 6 206 6 183 6 178 6 211 6 200 6 200 6 206 6 239 6 233 6 206 6 233 6 256 6 300 6 289 6 322 6 289 6 250 6 222 6 211 6 189 6 194 6 189 6 167 6 178 6 178 6 200 6 167 6 183 6 172 6-9999 +USC00046719190909PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 20 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719190909SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719190910TMAX 244 6 194 6 217 6 244 6 244 6 256 6 250 6 322 6 344 6 350 6 328 6 272 6 267 6 283 6 206 6 222 6 233 6 222 6 228 6 244 6 244 6 333 6 367 6 378 6 344 6 328 6 261 6 206 6 217 6 217 6 272 6 +USC00046719190910TMIN 128 6 111 6 94 6 67 6 72 6 106 6 122 6 89 6 100 6 111 6 133 6 83 6 111 6 78 6 100 6 117 6 78 6 72 6 72 6 72 6 78 6 61 6 89 6 94 6 100 6 94 6 56 6 94 6 89 6 44 6 39 6 +USC00046719190910TOBS 178 6 150 6 156 6 161 6 167 6 183 6 189 6 244 6 239 6 244 6 228 6 200 6 200 6 206 6 156 6 161 6 167 6 172 6 172 6 156 6 172 6 233 6 256 6 272 6 261 6 228 6 183 6 133 6 128 6 133 6 150 6 +USC00046719190910PRCP 0P 6 157 6 8 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190911TMAX 306 6 350 6 350 6 256 6 217 6 211 6 267 6 256 6 178 6 194 6 161 6 200 6 178 6 139 6 183 6 217 6 261 6 278 6 211 6 217 6 183 6 250 6 267 6 222 6 156 6 161 6 183 6 206 6 206 6 206 6-9999 +USC00046719190911TMIN 50 6 78 6 89 6 56 6 72 6 94 6 39 6 50 6 106 6 56 6 50 6 61 6 28 6 72 6 6 6 11 6 39 6 50 6 50 6 56 6 83 6 89 6 72 6 61 6 89 6 78 6 11 6 28 6 22 6 33 6-9999 +USC00046719190911TOBS 167 6 228 6 189 6 161 6 150 6 156 6 178 6 178 6 122 6 133 6 122 6 117 6 106 6 100 6 94 6 122 6 150 6 172 6 122 6 117 6 128 6 139 6 150 6 128 6 122 6 78 6 72 6 94 6 89 6 94 6-9999 +USC00046719190911PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 102 6 0 6 36 6 10 6 0 6 229 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 20 6 175 6 0 6 0 6 0 6 0 6-9999 +USC00046719190912TMAX 200 6 139 6 161 6 150 6 100 6 133 6 139 6 161 6 144 6 161 6 189 6 206 6 206 6 228 6 217 6 228 6 156 6 139 6 144 6 83 6 128 6 117 6 161 6 161 6 178 6 167 6 178 6 189 6 211 6 222 6 161 6 +USC00046719190912TMIN 39 6 61 6 6 6 -11 6 28 6 6 6 50 6 83 6 111 6 50 6 28 6 28 6 44 6 44 6 67 6 28 6 33 6 39 6 -11 6 50 6 6 6 56 6 56 6 6 6 22 6 6 6 0 6 50 6 50 6 122 6 111 6 +USC00046719190912TOBS 106 6 72 6 83 6 100 6 44 6 94 6 111 6 128 6 111 6 106 6 100 6 106 6 100 6 78 6 122 6 111 6 117 6 56 6 61 6 61 6 83 6 78 6 100 6 78 6 100 6 78 6 89 6 106 6 144 6 161 6 133 I6 +USC00046719190912PRCP 0 6 13 6 0 6 0 6 119 6 0 6 13 6 102 6 795 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 91 6 203 6 10 6 20 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 833 6 +USC00046719190912SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719190912SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191001TMAX 122 I6 100 6 117 6 117 6 117 6 139 6 161 6 178 6 144 6 144 6 161 6 189 6 178 6 156 6 128 6 122 6 167 6 206 6 167 6 228 6 250 6 283 6 228 6 156 6 150 6 183 6 244 6 244 6 233 6 244 6 211 6 +USC00046719191001TMIN 22 6 11 6 -6 6 -22 6 -28 6 -22 6 -17 6 6 6 6 6 50 6 44 6 22 6 39 6 50 6 78 6 33 6 11 6 6 6 -6 6 33 6 111 6 89 6 61 6 44 6 11 6 11 6 28 6 56 6 44 6 50 6 50 6 +USC00046719191001TOBS 33 6 39 6 50 6 44 6 44 6 67 6 72 6 100 6 89 6 61 6 89 6 100 6 100 6 117 6 94 6 56 6 56 6 100 6 89 6 167 6 178 6 178 6 144 6 100 6 100 6 122 6 167 6 161 6 161 6 161 6 128 6 +USC00046719191001PRCP 429 6 274 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 25 6 0 6 0 6 0 6 10 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 13 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191001SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191001SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191002TMAX 122 6 128 6 167 6 211 6 206 6 178 6 167 6 206 6 178 6 217 6 217 6 283 6 272 6 161 6 172 6 167 6 172 6 178 6 128 6 117 6 156 6 144 6 200 6 200 6 222 6 250 6 239 6 250 6-9999 -9999 -9999 +USC00046719191002TMIN 33 6 -11 6 -11 6 11 6 17 6 11 6 39 6 28 6 28 6 33 6 56 6 67 6 67 6 78 6 33 6 17 6 11 6 17 6 39 6 22 6 56 6 44 6 33 6 61 6 78 6 39 6 61 6 72 6-9999 -9999 -9999 +USC00046719191002TOBS 78 6 72 6 117 6 111 6 139 6 122 6 117 6 133 6 128 6 150 6 161 6 189 6 161 6 117 6 144 6 128 6 117 6 128 6 100 6 111 6 106 6 111 6 100 6 94 6 183 6 178 6 172 6 178 6-9999 -9999 -9999 +USC00046719191002PRCP 43 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 30 6 5 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 -9999 -9999 +USC00046719191002SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 -9999 -9999 +USC00046719191002SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 -9999 -9999 +USC00046719191003TMAX 317 6 322 6 311 6 283 6 217 6 211 6 178 6 144 6 172 6 256 6 256 6 211 6 178 6 178 6 217 6 233 6 239 6 261 6 172 6 189 6 178 6 144 6 178 6 189 6 144 6 156 6 122 6 167 6 211 6 272 6 278 6 +USC00046719191003TMIN 89 6 100 6 100 6 100 6 61 6 72 6 78 6 83 6 89 6 89 6 33 6 67 6 72 6 72 6 100 6 89 6 100 6 111 6 111 6 106 6 94 6 67 6 67 6 33 6 56 6 56 6 28 6-9999 44 6 67 6 78 6 +USC00046719191003TOBS 211 6 239 6 233 6 217 6 156 6 117 6 133 6 133 6 139 6 183 6 211 6 128 6 128 6 144 6 161 6 156 6 156 6 117 6 128 6 128 6 139 6 139 6 139 6 133 6 106 6 122 6 61 6 139 6 189 6 206 6 233 6 +USC00046719191003PRCP 0 6 0 6 0 6 0 6 3 6 3 6 0 6 0 6 0 6 0 6 0 6 3 6 0 6 56 6 0 6 0 6 104 6 5 6 0 6 0 6 0 6 185 6 0 6 0 6 10 6 0 6 241 6 41 6 0 6 0 6 0 6 +USC00046719191003SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191003SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191004TMAX 289 6 211 6 161 6 250 6 206 6 178 6 222 6 228 6 189 6 194 6 161 6 189 6 200 6 200 6 261 6 289 6 339 6 333 6 272 6 261 6 339 6 367 6 383 6 372 6 317 6 261 6 283 6 244 6 233 6 228 6-9999 +USC00046719191004TMIN 72 6 67 6 122 6 117 6 117 6 111 6 67 6 67 6 117 6 61 6 61 6 44 6 83 6 72 6 89 6 78 6 83 6 89 6 89 6 61 6 61 6 111 6 139 6 144 6 117 6 78 6 106 6 89 6 56 6 50 6-9999 +USC00046719191004TOBS 211 6 150 6 150 6 206 6 133 6 139 6 167 6 144 6 167 6 128 6 133 6 161 6 161 6 133 6 217 6 239 6 267 6 244 6 211 6 233 6 317 6 322 6 328 6 317 6 211 6 206 6 206 6 172 6 172 6 167 6-9999 +USC00046719191004PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 5 6 0 6 76 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191004SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191004SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191005TMAX 172 6 228 6 206 6 200 6 250 6 289 6 294 6 294 6 283 6 278 6 267 6 267 6 256 6 250 6 261 6 306 6 261 6 256 6 228 6 172 6 228 6 272 6 267 6 256 6 294 6 300 6 306 6 333 6 350 6 344 6 356 6 +USC00046719191005TMIN 117 6 83 6 78 6 72 6 78 6 61 6 83 6 94 6 111 6 106 6 83 6 94 6 94 6 117 6 122 6 133 6 117 6 117 6 94 6 94 6 94 6 83 6 83 6 117 6 100 6 106 6 106 6 128 6 128 6 133 6 156 6 +USC00046719191005TOBS 156 6 178 6 156 6 167 6 206 6 217 6 200 6 217 6 250 6 217 6 211 6 206 6 233 6 200 6 217 6 200 6 183 6 172 6 161 6 144 6 167 6 183 6 189 6 189 6 156 6 250 6 261 6 278 6 267 6 272 6 278 6 +USC00046719191005PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191005SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191005SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191006TMAX 306 6 244 6 250 6 261 6 256 6 267 6 272 6 289 6 328 6 339 6 333 6 294 6 261 6 217 6 183 6 261 6 289 6 300 6 300 6 278 6 272 6 250 6 250 6 278 6 283 6 306 6 283 6 256 6 261 6 272 6-9999 +USC00046719191006TMIN 128 6 139 6 117 6 89 6 100 6 89 6 94 6 94 6 89 6 133 6 133 6 89 6 133 6 117 6 117 6 94 6 100 6 106 6 94 6 89 6 94 6 117 6 128 6 100 6 117 6 128 6 111 6 144 6 128 6 89 6-9999 +USC00046719191006TOBS 244 6 200 6 206 6 194 6 217 6 194 6 222 6 244 6 272 6 272 6 272 6 250 6 217 6 183 6 183 6 233 6 267 6 261 6 267 6 233 6 217 6 206 6 206 6 228 6 244 6 239 6 217 6 211 6 211 6 239 6-9999 +USC00046719191006PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 5 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191006SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191006SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191007TMAX 289 6 278 6 272 6 311 6 361 6 378 6 372 6 328 6 306 6 311 6 311 6 322 6 306 6 306 6 322 6 344 6 378 6 356 6 361 6 383 6 406 6 306 6 289 6 289 6 311 6 300 6 294 6 294 6 278 6 289 6 300 6 +USC00046719191007TMIN 106 6 122 6 128 6 94 6 94 6 139 6 156 6 133 6 139 6 133 6 133 6 122 6 128 6 144 6 144 6 178 6 206 6 178 6 178 6 183 6 156 6 150 6 156 6 133 6 161 6 144 6 150 6 133 6 128 6 144 6 139 6 +USC00046719191007TOBS 233 6 239 6 228 6 228 6 283 6 339 6 294 6 200 6 228 6 211 6 256 6 267 6 256 6 267 6 294 6 294 6 289 6 267 6 333 6 339 6 228 6 256 6 228 6 206 6 267 6 233 6 239 6 222 6 222 6 228 6 211 6 +USC00046719191007PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 5 6 0 6 +USC00046719191007SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191007SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191008TMAX 306 6 306 6 289 6 294 6 306 6 306 6 300 6 289 6 278 6 289 6 294 6 311 6 306 6 300 6 283 6 289 6 300 6 322 6 333 6 361 6 339 6 356 6 356 6 333 6 333 6 350 6 356 6 328 6 294 6 333 6 350 6 +USC00046719191008TMIN 111 6 144 6 128 6 122 6 100 6 111 6 122 6 122 6 122 6 122 6 139 6 117 6 100 6 83 6 117 6 117 6 111 6 89 6 128 6 161 6 156 6 144 6 150 6 156 6 128 6 139 6 133 6 122 6 100 6 117 6 144 6 +USC00046719191008TOBS 217 6 250 6 222 6 228 6 228 6 217 6 228 6 217 6 222 6 228 6 250 6 256 6 244 6 244 6 228 6 228 6 256 6 261 6 289 6 278 6 283 6 300 6 272 6 267 6 267 6 294 6 300 6 267 6 211 6 267 6 294 6 +USC00046719191008PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191008SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191008SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191009TMAX 367 6 317 6 278 6 261 6 250 6 233 6 272 6 350 6 400 6 394 6 328 6 317 6 350 6 344 6 283 6 311 6 344 6 361 6 339 6 333 6 339 6 311 6 294 6 300 6 272 6 283 6 283 6 272 6 356 6 333 6-9999 +USC00046719191009TMIN 161 6 144 6 122 6 94 6 117 6 94 6 100 6 72 6 150 6 172 6 139 6 128 6 139 6 206 6 183 6 178 6 139 6 128 6 128 6 100 6 106 6 100 6 117 6 100 6 128 6 100 6 106 6 122 6 100 6 150 6-9999 +USC00046719191009TOBS 294 6 256 6 206 6 200 6 178 6 178 6 194 6 272 6 322 6 311 6 217 6 200 6 272 6 256 6 256 6 211 6 267 6 267 6 250 6 267 6 267 6 250 6 239 6 228 6 217 6 211 6 211 6 217 6 278 6 267 6-9999 +USC00046719191009PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 5 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 3 6 3 6 0 6 0 6 3 6-9999 +USC00046719191009SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191009SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191010TMAX 294 6 283 6 311 6 278 6 333 6 378 6 372 6 378 6 372 6 306 6 194 6 200 6 206 6 194 6 189 6 206 6 217 6 294 6 317 6 317 6 311 6 272 6 294 6 372 6 311 6 267 6 300 6 289 6 167 6 222 6 267 6 +USC00046719191010TMIN 128 6 122 6 100 6 117 6 139 6 122 6 133 6 150 6 139 6 111 6 83 6 56 6 78 6 72 6 67 6 72 6 72 6 100 6 117 6 94 6 100 6 100 6 78 6 133 6 122 6 94 6 133 6 133 6 144 6 106 6 83 6 +USC00046719191010TOBS 228 6 211 6 211 6 206 6 228 6 289 6 300 6 294 6 272 6 194 6 156 6 150 6 144 6 111 6 144 6 156 6 178 6 233 6 211 6 233 6 222 6 200 6 211 6 267 6 206 6 161 6 206 6 172 6 156 6 172 6 167 6 +USC00046719191010PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 38 6 0 6 0 6 97 6 48 6 3 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 5 6 0 6 0 6 +USC00046719191010SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191010SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191011TMAX 211 6 256 6 194 6 206 6 244 6 283 6 211 6 161 6 233 6 250 6 156 6 172 6 178 6 206 6 156 6 217 6 206 6 156 6 228 6 261 6 244 6 256 6 250 6 222 6 144 6 167 6 200 6 256 6 300 6 289 6-9999 +USC00046719191011TMIN 83 6 100 6 111 6 122 6 83 6 72 6 61 6 106 6 50 6 67 6 61 6 117 6 89 6 89 6 111 6 61 6 50 6 94 6 28 6 39 6 50 6 72 6 67 6 44 6 89 6 33 6 17 6 28 6 44 6 56 6-9999 +USC00046719191011TOBS 156 6 172 6 178 6 161 6 144 6 178 6 133 6 117 6 144 6 156 6 128 6 122 6 133 6 156 6 133 6 139 6 133 6 117 6 133 6 161 6 150 6 156 6 139 6 128 6 100 6 117 6 117 6 139 6 150 6 167 6-9999 +USC00046719191011PRCP 0 6 0 6 15 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 36 6 15 6 0 6 5 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191011SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191011SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191012TMAX 256 6 289 6 228 6 222 6 289 6 261 6 250 6 272 6 267 6 167 6 178 6 233 6 261 6 261 6 256 6 272 6 172 6 172 6 150 6 128 6 156 6 183 6 256 6 200 6 161 6 178 6 144 6 178 6 211 6 189 6 172 6 +USC00046719191012TMIN 94 6 72 6 67 6 72 6 83 6 72 6 61 6 72 6 72 6 89 6 117 6 50 6 50 6 61 6 61 6 56 6 28 6 33 6 39 6 28 6 50 6 22 6 39 6 22 6 50 6 22 6 28 6 6 6 17 6 6 6 11 6 +USC00046719191012TOBS 139 6 167 6 156 6 144 6 167 6 139 6 150 6 167 6 161 6 150 6 139 6 150 6 167 6 167 6 161 6 172 6 83 6 106 6 78 6 94 6 106 6 117 6 161 6 128 6 106 6 89 6 94 6 89 6 128 6 89 6 83 6 +USC00046719191012PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 13 6 0 6 0 6 0 6 0 6 0 6 10 6 0 6 15 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191012SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191012SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191101TMAX 183 6 206 6 211 6 261 6 289 6 272 6 244 6 228 6 128 I6 128 6 139 6 161 6 156 6 106 6 122 6 161 6 189 6 211 6 228 6 189 6 128 6 206 6 211 6 133 6 128 6 122 6 144 6 122 6 211 6 206 6 156 I6 +USC00046719191101TMIN -6 6 6 6 11 6 39 6 44 6 61 6 50 6 33 6 94 6 78 6 6 6 6 6 11 6 39 6 94 6 22 6 17 6 28 6 28 6 17 6 78 6 67 6 106 6 111 6 100 6 78 6 61 6 94 6 122 6 122 6 111 6 +USC00046719191101TOBS 83 6 100 6 106 6 156 6 161 6 161 6 128 6 150 I6 100 6 78 6 78 6 100 6 100 6 100 6 106 6 94 6 94 6 111 6 117 6 106 6 117 6 117 6 139 6 117 6 111 6 100 6 111 6 122 6 172 6 167 I6 117 6 +USC00046719191101PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 74 6 345 6 0 6 0 6 0 6 0 6 325 6 8 6 0 6 0 6 0 6 0 6 5 6 5 6 0 6 89 6 312 6 10 6 0 6 348 6 605 6 0 6 368 6 +USC00046719191101SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191101SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191102TMAX 178 6 172 6 133 6 144 6 156 6 167 6 167 6 211 6 217 6 161 6 94 I6 144 6 100 6 139 6 117 6 139 6 172 6 183 6 161 6 139 6 183 6 228 6 194 6 167 6 150 6 122 6 100 6 128 6-9999 -9999 -9999 +USC00046719191102TMIN 33 6 28 6 106 6 89 6 61 6 33 6 17 6 33 6 39 6 11 6 72 6 6 6 33 6 50 6 6 6 22 6 -11 6 11 6 28 6 61 6 11 6 17 6 33 6 39 6 11 6 -6 6 39 6 39 6-9999 -9999 -9999 +USC00046719191102TOBS 122 6 133 6 128 6 111 6 122 6 122 6 111 6 133 6 150 6 106 I6 72 6 100 6 89 6 78 6 83 6 72 6 100 6 111 6 106 6 72 6 128 6 156 6 106 6 128 6 100 6 89 6 56 6 78 6-9999 -9999 -9999 +USC00046719191102PRCP 0 6 0 6 145 6 356 6 0 6 0 6 0 6 0 6 0 6 0 6 160 6 0 6 51 6 104 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 33 6 0 6 0 6 221 6 124 6-9999 -9999 -9999 +USC00046719191102SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 -9999 -9999 +USC00046719191102SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 -9999 -9999 +USC00046719191103TMAX 150 6 167 6 128 6 156 6 133 6 172 6 128 6 150 6 144 6 133 6 172 6 244 6 256 6 278 6 278 6 250 6 200 6 178 6 178 6 167 6 167 6 189 6 183 6 228 6 200 6 167 6 217 6 261 6 267 6 211 6 150 6 +USC00046719191103TMIN 39 6 56 6 89 6 78 6 78 6 83 6 78 6 106 6 122 6 67 6 28 6 44 6 72 6 83 6 100 6 89 6 67 6 106 6 111 6 111 6 106 6 106 6 67 6 72 6 56 6 106 6 111 6 72 6 83 6 106 6 106 6 +USC00046719191103TOBS 111 6 117 6 117 6 111 6 100 6 128 6 106 6 144 6 128 6 89 6 128 6 211 6 183 6 222 6 211 6 183 6 156 6 128 6 133 6 139 6 122 6 167 6 156 6 206 6 156 6 144 6 156 6 217 6 211 6 150 6 144 6 +USC00046719191103PRCP 64 6 0 6 292 6 107 6 188 6 43 6 208 6 109 6 777 6 132 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 8 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191103SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191103SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191104TMAX 139 6 144 6 156 6 178 6 150 6 189 6 144 6 183 6 189 6 206 6 200 6 194 6 217 6 250 6 278 6 283 6 267 6 250 6 200 6 189 6 217 6 228 6 172 6 194 6 150 6 133 6 172 6 183 6 194 6 256 6-9999 +USC00046719191104TMIN 83 6 83 6 111 6 111 6 106 6 106 6 111 6 94 6 78 6 72 6 50 6 44 6 28 6 50 6 44 6 61 6 56 6 61 6 106 6 111 6 117 6 56 6 111 6 117 6 111 6 106 6 72 6 33 6 39 6 50 6-9999 +USC00046719191104TOBS 139 6 139 6 128 6 139 6 128 6 144 6 128 6 156 6 150 6 133 6 144 6 128 6 156 6 183 6 206 6 200 6 183 6 172 6 167 6 156 6 161 6 167 6 156 6 139 6 128 6 128 6 139 6 144 6 156 6 211 6-9999 +USC00046719191104PRCP 84 6 3 6 0 6 0 6 0 6 28 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 3 6 13 6 0 6 0 6 0 6 0 6 3 6 48 6 0 6 0 6 0 6 0 6-9999 +USC00046719191104SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191104SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191105TMAX 233 6 233 6 233 6 228 6 200 6 222 6 267 6 250 6 228 6 294 6 250 6 211 6 178 6 178 6 183 6 222 6 211 6 228 6 256 6 322 6 350 6 317 6 228 6 222 6 194 6 228 6 250 6 233 6 200 6 194 6 206 6 +USC00046719191105TMIN 50 6 56 6 78 6 89 6 117 6 61 6 67 6 72 6 78 6 61 6 117 6 111 6 89 6 100 6 72 6 44 6 78 6 72 6 100 6 117 6 111 6 100 6 122 6 122 6 111 6 44 6 56 6 78 6 117 6 106 6 78 6 +USC00046719191105TOBS 161 6 167 6 167 6 189 6 167 6 183 6 206 6 178 6 183 6 228 6 172 6 161 6 139 6 128 6 133 6 156 6 167 6 183 6 211 6 267 6 283 6 206 6 167 6 161 6 156 6 183 6 211 6 156 6 161 6 156 6 156 6 +USC00046719191105PRCP 0 6 0 6 0 6 0 6 5 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191105SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191105SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191106TMAX 228 6 233 6 244 6 261 6 306 6 311 6 267 6 267 6 267 6 272 6 300 6 367 6 289 6 228 6 228 6 233 6 233 6 261 6 217 6 206 6 200 6 228 6 228 6 244 6 294 6 322 6 278 6 278 6 300 6 289 6-9999 +USC00046719191106TMIN 61 6 94 6 89 6 83 6 61 6 144 6 78 6 72 6 67 6 78 6 94 6 122 6 122 6 117 6 111 6 100 6 89 6 111 6 122 6 128 6 117 6 61 6 56 6 61 6 83 6 106 6 128 6 133 6 133 6 128 I6-9999 +USC00046719191106TOBS 172 6 194 6 194 6 222 6 217 6 222 6 200 6 211 6 211 6 172 6 256 6 289 6 183 6 172 6 194 6 183 6 183 6 200 6 194 6 183 6 200 6 194 6 189 6 222 6 267 6 250 6 233 6 222 6 200 6 117 I6-9999 +USC00046719191106PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 8 6 0 6 0 6 0 6 0 6 0 6 5 6 3 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191106SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191106SNWD 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191107TMAX 256 6 256 6 272 6 306 6 322 6 306 6 283 6 261 6 256 6 228 6 289 6 322 6 328 6 294 6 367 6 356 6 300 6 294 6 278 6 272 6 244 6 278 6 294 6 322 6 372 6 322 6 328 6 322 6 339 6 367 6 350 6 +USC00046719191107TMIN 100 6 139 6 128 6 106 6 117 6 111 6 122 6 128 6 122 6 122 6 117 6 117 6 133 6 133 6 183 6 189 6 161 6 150 6 156 6 144 6 139 6 133 6 128 6 117 6 128 6 133 6 128 6 106 6 133 6 128 6 139 6 +USC00046719191107TOBS 189 6 206 6 200 6 200 6 267 6 256 6 233 6 228 6 206 6 178 6 250 6 294 6 272 6 278 6 311 6 233 6 239 6 244 6 239 6 233 6 222 6 256 6 256 6 267 6 289 6 267 6 267 6 267 6 289 6 317 6 283 6 +USC00046719191107PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191107SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191108TMAX 317 6 278 6 278 6 272 6 267 6 283 6 278 6 294 6 283 6 289 6 289 6 294 6 311 6 333 6 333 6 322 6 361 6 378 6 372 6 361 6 311 6 300 6 306 6 267 6 306 6 278 6 272 6 289 6 333 6 361 6 383 6 +USC00046719191108TMIN 128 6 144 6 128 6 128 6 111 6 106 6 117 6 100 6 111 6 106 6 83 6 72 6 83 6 106 6 111 6 100 6 122 6 139 6 144 6 133 6 117 6 117 6 106 6 133 6 111 6 100 6 89 6 100 6 89 6 106 6 128 6 +USC00046719191108TOBS 244 6 239 6 217 6 211 6 211 6 222 6 211 6 228 6 222 6 222 6 222 6 228 6 261 6 261 6 256 6 278 6 289 6 278 6 283 6 278 6 222 6 239 6 217 6 233 6 211 6 172 6 194 6 189 6 267 6 267 6 278 6 +USC00046719191108PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191109TMAX 322 6 278 6 278 6 244 6 244 6 267 6 294 6 289 6 278 6 294 6 300 6 317 6 306 6 311 6 306 6 333 6 283 6 300 6 289 6 283 6 300 6 278 6 300 6 294 6 239 6 239 6 278 6 178 6 233 6 233 6-9999 +USC00046719191109TMIN 106 6 133 6 100 6 128 6 139 6 72 6 78 6 61 6 72 6 72 6 100 6 100 6 100 6 89 6 83 6 78 6 72 6 106 6 67 6 61 6 89 6 111 6 94 6 100 6 89 6 56 6 50 6 100 6 150 6 144 6-9999 +USC00046719191109TOBS 233 6 183 6 200 6 156 6 167 6 178 6 183 6 183 6 178 6 217 6 233 6 239 6 244 6 239 6 228 6 233 6 206 6 211 6 211 6 206 6 211 6 189 6 211 6 211 6 183 6 156 6 178 6 144 6 211 6 167 6-9999 +USC00046719191109PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 13 6 447 6 0 6-9999 +USC00046719191109SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191110TMAX 206 6 222 6 289 6 272 6 228 6 311 6 328 6 300 6 261 6 289 6 256 6 300 6 289 6 294 6 317 6 294 6 333 6 239 6 233 6 200 6 272 6 278 6 278 6 256 6 256 6 183 6 156 6 200 6 206 6 222 6 172 6 +USC00046719191110TMIN 94 6 72 6 50 6 94 6 44 6 61 6 106 6 100 6 67 6 61 6 50 6 56 6 67 6 56 6 67 6 78 6 100 6 44 6 83 6 111 6 61 6 72 6 44 6 89 6 56 6 89 6 94 6 44 6 100 6 72 6 39 6 +USC00046719191110TOBS 172 6 161 6 211 6 183 6 183 6 233 6 239 6 167 6 156 6 161 6 167 6 161 6 156 6 156 6 167 6 189 6 172 6 128 6 128 6 122 6 128 6 156 6 161 6 167 6 172 6 128 6 128 6 150 6 144 6 150 6 133 6 +USC00046719191110PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 13 6 15 6 0 6 0 6 0 6 +USC00046719191111TMAX 211 6 267 6 278 6 267 6 222 6 250 6 211 6 206 6 211 6 161 6 189 6 200 6 200 6 217 6 211 6 239 6 272 6 300 6 317 6 283 6 200 6 222 6 261 6 272 6 311 6 317 6 289 6 228 6 233 6 278 6-9999 +USC00046719191111TMIN 50 6 50 6 56 6 56 6 44 6 44 6 50 6 94 6 83 6 117 6 39 6 33 6 44 6 56 6 50 6 56 6 56 6 67 6 72 6 78 6 56 6 44 6 22 6 33 6 33 6 61 6 50 6 33 6 0 6 28 6-9999 +USC00046719191111TOBS 128 6 161 6 150 6 128 6 128 6 167 6 122 6 156 6 161 6 139 6 128 6 150 6 144 6 133 6 128 6 139 6 144 6 156 6 200 6 139 6 128 6 117 6 128 6 128 6 156 6 167 6 161 6 100 6 106 6 100 6-9999 +USC00046719191111PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 20 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191111SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191112TMAX 300 6 294 6 200 6 183 6 200 6 122 6 189 6 228 6 206 6 200 6 222 6 222 6 211 6 189 6 189 6 178 6 144 6 189 6 172 6 172 6 167 6 183 6 172 6 133 6 156 6 161 6 189 6 122 6 139 6 144 6 139 6 +USC00046719191112TMIN 44 6 72 6 67 6 89 6 33 6 50 6 39 6 72 6 28 6 61 6 28 6 44 6 22 6 17 6 11 6 17 6 61 6 0 6 -6 6 28 6 72 6 0 6 6 6 39 6 33 6 -17 6 -11 6 6 6 0 6 -17 6 -17 6 +USC00046719191112TOBS 156 6 128 6 100 6 100 6 106 6 100 6 111 6 144 6 111 6 100 6 100 6 94 6 89 6 83 6 100 6 106 6 94 6 78 6 83 6 106 6 67 6 78 6 94 6 72 6 67 6 61 6 72 6 67 6 72 6 61 6 67 6 +USC00046719191112PRCP 0 6 0 6 0 6 18 6 0 6 147 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 5 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 71 6 0 6 0 6 0 6 +USC00046719191112SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191201TMAX 150 6 161 6 172 6 167 6 239 6 250 6 200 6 211 6 222 6 128 6 144 6 233 6 289 6 300 6 244 6 167 6 183 6 178 6 222 6 278 6 278 6 233 6 189 6 244 6 228 6 128 6 189 6 211 6 250 6 272 6 267 6 +USC00046719191201TMIN 33 6 22 6 0 6 28 6 44 6 28 6 44 6 44 6 44 6 72 6 83 6 33 6 67 6 83 6 72 6 78 6 50 6 44 6 28 6 50 6 83 6 61 6 50 6 50 6 33 6 61 6 17 6 17 6 28 6 44 6 39 6 +USC00046719191201TOBS 100 6 83 6 78 6 111 6 128 6 133 6 128 6 128 6 122 6 111 6 111 6 144 6 183 6 194 6 133 6 106 6 117 6 94 6 111 6 161 6 167 6 122 6 133 6 139 6 128 6 100 6 122 6 128 6 167 6 133 6 139 6 +USC00046719191201PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 25 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 20 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191202TMAX 289 6 278 6 256 6 228 6 250 6 189 6 161 6 206 6 217 6 183 6 200 6 233 6 217 6 183 6 206 6 267 6 278 6 256 6 267 6 233 6 200 6 228 6 183 6 183 6 189 6 217 6 250 6 267 6 222 6-9999 -9999 +USC00046719191202TMIN 50 6 50 6 39 6 28 6 28 6 22 6 56 6 39 6 50 6 67 6 72 6 44 6 39 6 39 6 39 6 67 6 72 6 67 6 72 6 61 6 28 6 100 6 39 6 78 6 6 6 11 6 44 6 50 6 33 6-9999 -9999 +USC00046719191202TOBS 156 6 156 6 139 6 133 6 144 6 111 6 117 6 156 6 144 6 133 6 144 6 128 6 133 6 139 6 156 6 178 6 183 6 178 6 156 6 117 6 133 6 144 6 122 6 122 6 100 6 94 6 144 6 172 6 133 6-9999 -9999 +USC00046719191202PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 -9999 +USC00046719191202SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 -9999 +USC00046719191203TMAX 139 6 161 6 128 6 156 6 172 6 139 6 150 6 144 6 111 6 139 6 161 6 100 I6 128 6 183 6 172 6 167 6 183 6 217 6 189 6 139 6 128 6 183 6 200 6 211 6 128 6 139 6 161 6 183 6 139 6 161 6 167 6 +USC00046719191203TMIN 83 6 56 6 44 6 94 6 111 6 117 6 39 6 44 6 83 6 72 6 28 6 50 6 28 6 11 6 33 6 50 6 50 6 56 6 44 6 83 6 56 6 22 6 39 6 39 6 72 6 67 6 33 6 67 6 83 6 28 6 39 6 +USC00046719191203TOBS 111 6 122 6 117 6 128 6 122 6 117 6 106 6 106 6 100 6 100 6 111 I6 89 6 72 6 128 6 111 6 117 6 128 6 128 6 128 6 100 6 89 6 128 6 128 6 122 6 94 6 106 6 122 6 128 6 94 6 122 6 144 6 +USC00046719191203PRCP 33 6 0 6 5 6 688 6 163 6 315 6 10 6 0 6 389 6 653 6 0 6 325 6 208 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 97 6 0 6 0 6 38 6 81 6 0 6 +USC00046719191203SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191204TMAX 200 6 206 6 194 6 161 6 156 6 211 6 211 6 128 6 122 6 128 6 100 6 133 6 156 6 178 6 206 6 183 6 183 6 217 6 189 6 200 6 200 6 228 6 267 6 206 6 206 6 172 6 211 6 211 6 189 6 211 6-9999 +USC00046719191204TMIN 50 6 50 6 56 6 78 6 78 6 67 6 83 6 94 6 56 6 67 6 50 6 39 6 22 6 72 6 44 6 67 6 100 6 61 6 78 6 72 6 56 6 44 6 67 6 72 6 67 6 61 6 67 6 56 6 72 6 117 6-9999 +USC00046719191204TOBS 128 6 139 6 122 6 111 6 128 6 128 6 133 6 106 6 100 6 100 6 56 6 94 6 100 6 128 6 156 6 139 6 111 6 156 6 139 6 144 6 133 6 161 6 206 6 161 6 156 6 122 6 156 6 150 6 133 6 156 6-9999 +USC00046719191204PRCP 0 6 0 6 0 6 18 6 8 6 0 6 0 6 13 6 274 6 97 6 231 6 25 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191205TMAX 211 6 239 6 228 6 250 6 217 6 156 6 217 6 189 I6 172 6 189 6 217 6 228 6 300 6 306 6 322 6 306 6 289 6 250 6 244 6 211 6 217 6 206 6 239 6 267 6 156 6 211 6 261 6 317 6 250 6 256 6 339 6 +USC00046719191205TMIN 67 6 78 6 61 6 67 6 56 6 106 6 94 6 111 6 106 6 111 6 122 6 106 6 117 6 106 6 117 6 100 6 83 6 72 6 94 6 122 6 83 6 61 6 56 6 78 6 100 6 72 6 94 6 117 6 128 6 133 6 111 6 +USC00046719191205TOBS 167 6 194 6 189 6 178 6 156 6 128 6 200 I6 156 6 150 6 139 6 144 6 156 6 239 6 239 6 267 6 239 6 233 6 211 6 178 6 178 6 156 6 139 6 161 6 156 6 133 6 167 6 206 6 233 6 183 6 189 6 211 6 +USC00046719191205PRCP 0 6 0 6 0 6 0 6 0 6 0 6 5 6 15 6 0 6 8 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 20 6 0 6 0 6 0 6 0 6 8 6 0 6 +USC00046719191206TMAX 311 6 317 6 294 6 300 6 289 6 267 6 267 6 256 6 244 6 228 6 244 6 194 6 183 6 239 6 250 6 267 6 339 6 356 6 278 6 272 6 267 6 211 6 228 6 267 6 278 6 300 6 311 6 294 6 306 6 289 6-9999 +USC00046719191206TMIN 117 6 100 6 128 6 122 6 122 6 117 6 89 6 89 6 111 6 100 6 100 6 133 6 139 6 128 6 128 6 117 6 122 6 89 6 133 6 122 6 117 6 133 6 94 6 72 6 61 6 72 6 100 6 94 6 100 6 89 6-9999 +USC00046719191206TOBS 217 6 211 6 217 6 206 6 211 6 194 6 183 6 194 6 183 6 172 6 167 6 183 6 167 6 183 6 200 6 211 6 294 6 267 6 239 6 222 6 211 6 167 6 206 6 217 6 239 6 256 6 267 6 239 6 222 6 222 6-9999 +USC00046719191206PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191207TMAX 267 6 189 I6 206 6 222 6 311 6 278 6 272 6 272 6 300 6 317 6 317 6 322 6 306 6 344 6 372 6 361 6 294 6 356 6 339 6 339 6 311 6 283 6 300 6 306 6 283 6 300 6 283 6 267 6 256 6 294 6 300 6 +USC00046719191207TMIN 78 6 100 6 128 6 83 6 94 6 106 6 139 6 117 6 89 6 128 6 139 6 111 6 111 6 117 6 167 6 156 6 172 6 178 6 167 6 150 6 128 6 139 6 100 6 94 6 89 6 100 6 106 6 117 6 150 6 111 6 94 6 +USC00046719191207TOBS 211 I6 167 6 167 6 217 6 244 6 233 6 211 6 217 6 239 6 261 6 239 6 239 6 244 6 278 6 294 6 278 6 272 6 272 6 261 6 256 6 222 6 217 6 217 6 222 6 211 6 211 6 211 6 211 6 217 6 233 6 228 6 +USC00046719191207PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 +USC00046719191208TMAX 267 6 272 6 283 6 339 6 361 6 361 6 350 6 322 6 306 6 283 6 289 6 300 6 283 6 267 6 278 6 267 6 222 6 250 6 272 6 294 6 283 6 294 6 311 6 300 6 306 6 267 6 289 6 278 6 278 6 244 6 244 6 +USC00046719191208TMIN 94 6 94 6 89 6 89 6 111 6 117 6 139 6 117 6 106 6 117 6 117 6 128 6 117 6 128 6 128 6 122 6 139 6 150 6 111 6 128 6 111 6 106 6 117 6 111 6 117 6 133 6 111 6 61 6 139 6 67 6 78 6 +USC00046719191208TOBS 211 6 206 6 233 6 261 6 278 6 294 6 294 6 267 6 239 6 228 6 211 6 228 6 211 6 206 6 211 6 211 6 183 6 194 6 200 6 217 6 211 6 217 6 211 6 206 6 211 6 189 6 183 6 200 6 178 6 139 6 133 6 +USC00046719191208PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191208SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191209TMAX 256 6 250 6 222 6 228 6 256 6 261 6 244 6 239 6 278 6 328 6 344 6 344 6 294 6 233 6 250 6 261 6 344 6 350 6 361 6 350 6 344 6 317 6 250 6 194 6 317 6 289 6 294 6 267 6 272 6 356 6-9999 +USC00046719191209TMIN 117 6 139 6 111 6 61 6 67 6 67 6 72 6 111 6 83 6 83 6 100 6 94 6 83 6 100 6 128 6 100 6 89 6 122 6 144 6 139 6 128 6 111 6 128 6 117 6 83 6 94 6 83 6 83 6 94 6 117 6-9999 +USC00046719191209TOBS 156 6 161 6 156 6 150 6 156 6 156 6 156 6 161 6 211 6 233 6 244 6 250 6 211 6 156 6 167 6 172 6 239 6 244 6 294 6 250 6 222 6 183 6 150 6 156 6 183 6 167 6 156 6 167 6 167 6 239 I6-9999 +USC00046719191209PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191210TMAX 228 I6 194 6 150 6 139 6 161 6 189 6 228 6 222 6 178 6 222 6 261 6 294 6 322 6 339 6 333 6 317 6 333 6 278 6 222 6 206 6 239 6 256 6 228 6 233 6 233 6 228 6 183 6 206 6 211 6 217 6 244 6 +USC00046719191210TMIN 111 6 94 6 94 6 100 6 44 6 50 6 44 6 44 6 83 6 39 6 44 6 67 6 78 6 100 6 117 6 133 6 111 6 100 6 128 6 128 6 100 6 67 6 72 6 89 6 78 6 106 6 78 6 28 6 39 6 50 6 44 6 +USC00046719191210TOBS 139 6 156 6 139 6 100 6 111 6 144 6 139 6 150 6 128 6 133 6 156 6 183 6 211 6 222 6 217 6 222 6 222 6 178 6 139 6 144 6 144 6 156 6 139 6 144 6 156 6 144 6 128 6 111 6 117 6 128 6 139 6 +USC00046719191210PRCP 15 6 3 6 86 6 69 6 3 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191211TMAX 261 6 161 6 167 6 167 6 194 6 244 6 294 6 289 6 239 6 161 6 200 6 261 6 289 6 256 6 272 6 294 6 283 6 267 6 244 6 239 6 267 6 294 6 311 6 278 6 294 6 294 6 306 6 278 6 250 6 167 6-9999 +USC00046719191211TMIN 61 6 106 6 39 6 72 6 44 6 56 6 67 6 106 6 72 6 89 6 44 6 33 6 44 6 61 6 50 6 56 6 72 6 83 6 61 6 61 6 72 6 56 6 56 6 44 6 61 6 56 6 61 6 78 6 56 6 106 6-9999 +USC00046719191211TOBS 167 6 122 6 111 6 111 6 111 6 128 6 183 6 144 6 122 6 94 6 128 6 156 6 156 6 128 6 156 6 183 6 167 6 156 6 128 6 206 6 150 6 156 6 150 6 144 6 144 6 150 6 161 6 150 6 133 6 128 6-9999 +USC00046719191211PRCP 0 6 0 6 48 6 0 6 0 6 0 6 0 6 0 6 0 6 76 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 18 6-9999 +USC00046719191212TMAX 167 6 161 6 211 6 183 6 156 6 156 6 183 6 189 6 156 6 172 6 200 6 233 6 222 6 211 6 156 6 167 6 244 6 261 6 250 6 217 6 156 6 150 6 189 6 206 6 183 6 189 6 206 6 183 6 211 6 200 6 189 6 +USC00046719191212TMIN 94 6 61 6 11 6 17 6 56 6 11 6 22 6 17 6 61 6 11 6 0 6 56 6 28 6 22 6 44 6 0 6 33 6 56 6 39 6 22 6 0 6 -6 6 0 6 6 6 -11 6 0 6 -6 6 -6 6 6 6 22 6 22 6 +USC00046719191212PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 64 6 0 6 0 6 0 6 0 6 0 6 13 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191301TMAX 217 6 267 6 294 6 144 6 83 6 61 6 100 6 144 6 111 6 111 6 128 6 156 6 200 6 139 6 89 6 106 6 144 6 139 6 139 6 178 6 178 6 111 6 150 6 206 6 250 6 244 6 239 6 250 6 206 6 194 6 222 6 +USC00046719191301TMIN 44 6 44 6 67 6 22 6 -6 6 -39 6 -61 6 -39 6 17 6 11 6 -28 6 -11 6 22 6 17 6 61 6 44 6 67 6 22 6 56 6 17 6 -6 6 -6 6 0 6 6 6 50 6 39 6 39 6 89 6 50 6 28 6 44 6 +USC00046719191301TOBS 106 6 156 6 128 6 61 6 11 6 6 6 17 6 67 6 33 6 28 6 33 6 50 6 94 6 89 6 78 6 78 6 89 6 94 6 78 6 94 6 78 6 78 6 83 6 83 6 144 6 156 6 139 6 144 6 133 6 128 6 139 6 +USC00046719191301PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 43 6 89 6 0 6 0 6 0 6 0 6 358 6 201 6 104 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191302TMAX 144 6 178 6 183 6 189 6 167 6 217 6 133 6 156 6 211 6 206 6 167 6 183 6 222 6 217 6 261 6 244 6 194 6 172 6 128 6 139 6 83 6 128 6 100 6 100 6 100 6 89 6 144 6 167 6-9999 -9999 -9999 +USC00046719191302TMIN 56 6 72 6 22 6 33 6 56 6 100 6 106 6 89 6 50 6 56 6 33 6 78 6 22 6 44 6 56 6 67 6 61 6 50 6 50 6 -17 6 17 6 6 6 11 6 61 6 78 I6 28 6 11 6 0 6-9999 -9999 -9999 +USC00046719191302TOBS 89 6 128 6 111 6 122 6 139 6 139 6 111 6 117 6 161 6 128 6 117 6 122 6 156 6 156 6 183 6 156 6 111 6 100 6 72 6 78 6 67 6 78 6 61 6 83 6 67 I6 72 6 100 6 111 6-9999 -9999 -9999 +USC00046719191302PRCP 0 6 0 6 0 6 0 6 0 6 20 6 132 6 333 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 25 6 23 6 43 6 1588 6 653 6 28 6 0 6 0 6-9999 -9999 -9999 +USC00046719191303TMAX 167 6 178 6 239 6 261 6 278 6 294 6 278 6 261 6 233 6 189 6 128 6 161 6 172 6 206 6 200 6 256 6 250 6 167 6 167 6 178 6 178 6 128 6 122 6 139 6 161 6 206 6 233 6 222 6 239 6 283 6 222 6 +USC00046719191303TMIN 11 6 39 6 28 6 67 6 72 6 78 6 78 6 61 6 56 6 56 6 72 6 11 6 39 6 50 6 22 6 44 6 56 6 78 6 67 6 28 6 33 6 28 6 22 6 39 6 0 6 11 6 22 6 39 6 44 6 78 6 83 6 +USC00046719191303TOBS 111 6 128 6 156 6 183 6 200 6 211 6 206 6 183 6 156 6 106 6 78 6 106 6 100 6 128 6 128 6 156 6 133 6 122 6 117 6 128 6 122 6 100 6 100 6 106 6 111 6 139 6 161 6 172 6 178 6 200 6 161 I6 +USC00046719191303PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 10 6 0 6 0 6 0 6 0 6 0 6 0 6 8 6 0 6 0 6 0 6 15 6 0 6 56 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191304TMAX 150 I6 200 6 211 6 261 6 228 6 189 6 194 6 206 6 283 6 311 6 328 6 283 6 211 6 144 6 200 6 194 6 172 6 150 6 211 6 178 6 244 6 211 6 244 6 300 6 322 6 333 6 294 6 233 6 222 6 178 6-9999 +USC00046719191304TMIN 94 6 67 6 39 6 50 6 67 6 72 6 28 6 33 6 56 6 83 6 94 6 94 6 72 6 50 6 28 6 28 6 39 6 72 6 50 6 94 6 61 6 72 6 117 6 72 6 83 6 111 6 78 6 94 6 78 6 67 6-9999 +USC00046719191304TOBS 117 6 156 6 150 6 178 6 156 6 128 6 122 6 150 6 211 6 222 6 211 6 183 6 128 6 100 6 128 6 128 6 106 6 122 6 128 6 139 6 156 6 156 6 161 6 211 6 233 6 239 6 200 6 156 6 150 6 133 6-9999 +USC00046719191304PRCP 3 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 107 6 0 6 0 6 51 6 74 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191305TMAX 206 6 217 6 233 6 256 6 278 6 239 6 211 6 222 6 233 6 244 6 278 6 244 6 228 6 256 6 278 6 278 6 261 6 200 6 194 6 217 6 250 6 261 6 283 6 278 6 217 6 178 6 161 6 200 6 233 6 267 6 239 6 +USC00046719191305TMIN 44 6 44 6 50 6 78 6 61 6 83 6 78 6 61 6 94 6 67 6 72 6 72 6 78 6 67 6 72 6 72 6 128 6 128 6 122 6 94 6 89 6 100 6 117 6 128 6 128 6 122 6 117 6 106 6 111 6 106 6 122 6 +USC00046719191305TOBS 156 6 161 6 167 6 167 6 106 6 100 6 144 6 156 6 161 6 172 6 189 6 172 6 167 6 189 6 206 6 211 6 178 6 161 6 167 6 167 6 183 6 183 6 200 6 206 6 156 6 144 6 144 6 161 6 183 6 194 6 150 6 +USC00046719191305PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 3 6 10 6 20 6 0 6 0 6 0 6 +USC00046719191306TMAX 217 6 172 6 183 6 194 6 228 6 250 6 244 6 211 6 206 6 222 6 267 6 289 6 267 6 283 6 278 6 233 6 272 6 267 6 289 6 333 6 344 6 294 6 267 6 250 6 167 I6 172 6 206 6 244 6 350 6 339 6-9999 +USC00046719191306TMIN 128 6 122 6 122 6 128 6 94 6 133 6 122 6 117 6 128 6 83 6 67 6 89 6 133 6 133 6 128 6 133 6 122 6 89 6 94 6 100 6 117 6 106 6 133 6 150 6 150 6 128 6 128 6 106 6 106 6 133 6-9999 +USC00046719191306TOBS 161 6 156 6 167 6 172 6 194 6 194 6 183 6 172 6 150 6 172 6 206 6 211 6 200 6 206 6 206 6 200 6 200 6 228 6 261 6 272 6 256 6 222 6 217 6 211 I6 161 6 144 6 183 6 217 6 311 6 289 6-9999 +USC00046719191306PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 10 6 43 6 140 6 0 6 0 6 0 6-9999 +USC00046719191307TMAX 339 6 322 6 283 6 311 6 350 6 333 6 361 6 328 6 317 6 344 6 317 6 278 6 267 6 256 6 272 6 283 6 294 6 283 6 278 6 261 6 294 6 311 6 267 6 250 6 233 6 183 6 250 6 211 6 250 6 250 6 283 6 +USC00046719191307TMIN 133 6 139 6 156 6 150 6 139 6 167 6 161 6 144 6 139 6 133 6 139 6 133 6 150 6 150 6 122 6 122 6 128 6 133 6 106 6 150 6 150 6 122 6 117 6 111 6 83 6 139 6 100 6 139 6 144 6 78 6 94 6 +USC00046719191307TOBS 289 6 272 6 239 6 267 6 283 6 294 6 267 6 267 6 267 6 278 6 239 6 194 6 206 6 194 6 189 6 200 6 200 6 206 6 211 6 206 6 256 6 233 6 200 6 189 6 183 6 156 6 183 6 200 6 211 6 211 6 222 6 +USC00046719191307PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 3 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191308TMAX 328 6 322 6 350 6 378 6 350 6 322 6 289 6 267 6 244 6 267 6 322 6 328 6 294 6 267 6 267 6 267 6 283 6 300 6 283 6 317 6 339 6 344 6 367 6 328 6 350 6 350 6 361 6 339 6 317 6 322 6 206 6 +USC00046719191308TMIN 128 6 133 6 144 6 144 6 111 6 111 6 128 6 128 6 133 6 100 6 106 6 89 6 83 6 78 6 83 6 67 6 72 6 72 6 72 6 117 6 150 6 156 6 156 6 183 6 172 6 156 6 189 6 167 6 156 6 156 6 156 6 +USC00046719191308TOBS 289 6 300 6 322 6 294 6 267 6 261 6 211 6 206 6 206 6 222 6 239 6 233 6 222 6 211 6 200 6 200 6 211 6 206 6 211 6 233 6 283 6 256 6 256 6 283 6 256 6 267 6 261 6 267 6 228 6 211 6 178 6 +USC00046719191308PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 15 6 0 6 0 6 0 6 0 6 +USC00046719191309TMAX 200 6 217 6 256 6 311 6 311 6 294 6 289 6 294 6 322 6 350 6 350 6 383 6 389 6 350 6 378 6 406 6 428 6 344 6 300 6 306 6 322 6 267 6 211 6 272 6 278 6 306 6 328 6 322 6 267 6 283 6-9999 +USC00046719191309TMIN 144 6 133 6 83 6 106 6 100 6 128 6 133 6 111 6 100 6 111 6 133 6 144 6 167 6 128 6 111 6 133 6 178 6 161 6 133 6 139 6 161 6 111 6 144 6 128 6 72 6 83 6 89 6 83 6 72 6 117 6-9999 +USC00046719191309TOBS 167 6 161 6 128 6 206 6 183 6 172 6 178 6 211 6 244 6 272 6 278 6 278 6 256 6 239 6 256 6 300 6 317 6 194 6 211 6 211 6 211 6 183 6 161 6 183 6 200 6 222 6 178 6 211 6 217 6 189 6-9999 +USC00046719191309PRCP 23 6 13 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191310TMAX 278 6 272 6 222 6 211 6 222 6 244 6 272 6 250 6 217 6 250 6 322 6 322 6 278 6 267 6 239 6 267 6 328 6 339 6 350 6 339 6 300 6 250 6 239 6 222 6 206 6 322 6 228 6 228 6 222 6 200 6 222 6 +USC00046719191310TMIN 100 6 106 6 111 6 139 6 72 6 33 6 56 6 50 6 56 6 89 6 72 6 78 6 67 6 56 6 61 6 50 6 61 6 100 6 117 6 111 6 89 6 111 6 89 6 100 6 89 6 72 6 44 6 78 6 100 6 67 6 61 6 +USC00046719191310TOBS 183 6 194 6 178 6 139 6 156 6 156 6 161 6 156 6 156 6 167 6 211 6 206 6 128 6 128 6 128 6 139 6 178 6 172 6 183 6 211 6 161 6 156 6 144 6 128 6 133 6 156 6 128 6 139 6 161 6 122 6 128 6 +USC00046719191310PRCP 0 6 3 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191311TMAX 222 6 211 6 200 6 228 6 222 6 250 6 306 6 333 6 328 6 272 6 206 6 172 6 161 6 178 6 228 6 211 6 200 6 139 6 156 6 167 6 172 6 217 6 267 6 183 6 194 6 206 6 183 6 211 6 194 6 172 6-9999 +USC00046719191311TMIN 61 6 128 6 111 I6 50 6 44 6 50 6 61 6 89 6 100 6 78 6 117 6 100 6 72 6 44 6 39 6 44 6 39 6 67 6 50 6 44 6 61 6 22 6 22 6 61 6 61 6 33 6 44 6 56 6 56 6 50 6-9999 +USC00046719191311TOBS 133 6 128 6 100 I6 111 6 106 6 117 6 144 6 144 6 183 6 156 6 139 6 117 6 100 6 106 6 156 6 128 6 100 6 111 6 128 6 122 6 94 6 100 6 156 6 128 6 122 6 106 6 133 6 128 6 117 6 128 6-9999 +USC00046719191311PRCP 0 6 69 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 84 6 170 6 13 6 0 6 0 6 0 6 114 6 361 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 3 6 0 6-9999 +USC00046719191312TMAX 172 6 172 6 167 6 172 6 167 6 217 6 261 6 244 6 256 6 239 6 233 6 239 6 189 6 167 6 222 6 156 6 167 6 150 6 144 6 150 6 144 6 106 6 144 6 150 6 117 6 161 6 178 6 189 6 167 6 106 6 156 6 +USC00046719191312TMIN 39 6 17 6 6 6 0 6 0 6 6 6 44 6 44 6 50 6 44 6 33 6 39 6 39 6 61 6 39 6 28 6 50 6 17 6 33 6 39 6 22 6 56 6 33 6 28 6 72 6 39 6 22 6 33 6 17 6 78 6 83 6 +USC00046719191312TOBS 72 6 72 6 78 6 67 6 78 6 100 6 133 6 144 6 128 6 128 6 111 6 117 6 122 6 100 6 106 6 117 6 89 6 100 6 94 6 100 6 100 6 78 6 67 6 89 6 100 6 83 6 100 6 72 6 111 6 100 6 111 6 +USC00046719191312PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 46 6 0 6 0 6 0 6 0 6 0 6 3 6 0 6 178 6 0 6 0 6 97 6 0 6 0 6 0 6 0 6 127 6 18 6 +USC00046719191401TMAX 128 6 156 6 172 6 267 6 278 6 283 6 250 6 161 6 167 6 161 6 222 6 206 6 211 6 156 6 106 6 122 6 100 6 111 6 144 6 156 6 167 6 111 6 133 6 106 6 117 6 133 6 128 6 150 6 183 6 206 6 239 6 +USC00046719191401TMIN 67 6 61 6 94 6 61 6 72 6 67 6 72 6 61 6 11 6 22 6 6 6 28 6 6 6 11 6 72 6 94 6 61 6 72 6 39 6 -6 6 6 6 28 6 72 6 83 6 100 6 89 6 56 6 -6 6 11 6 28 6 39 6 +USC00046719191401TOBS 111 6 117 6 117 6 156 6 167 6 167 6 117 6 100 6 72 6 100 6 117 6 83 6 100 6 78 6 100 6 100 6 83 6 106 6 50 6 67 6 83 6 83 6 100 6 100 6 106 6 111 6 78 6 72 6 100 6 128 6 128 6 +USC00046719191401PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 94 6 366 6 231 6 56 6 1212 6 5 6 0 6 0 6 0 6 18 6 218 6 414 6 1031 6 183 6 0 6 0 6 0 6 0 6 +USC00046719191402TMAX 194 6 200 6 172 6 156 6 156 6 172 6 194 6 217 6 244 6 250 6 228 6 256 6 261 6 256 6 211 6 239 6 178 6 122 6 161 6 139 6 144 6 161 6 189 6 217 6 211 6 233 6 222 6 272 6-9999 -9999 -9999 +USC00046719191402TMIN 28 6 22 6 17 6 44 6 61 6 33 6 22 6 17 6 28 6 39 6 44 6 50 6 61 6 72 6 78 6 78 6 94 6 94 6 100 6 122 6 100 6 28 6 44 6 50 6 61 6 50 6 50 6 56 6-9999 -9999 -9999 +USC00046719191402PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 1334 6 399 6 775 6 399 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 -9999 -9999 +USC00046719191403TMAX 189 6 211 6 239 6 250 6 289 6 300 6 317 6 311 6 261 6 211 6 233 6 294 6 300 6 300 6 250 6 333 6 339 6 322 6 239 6 217 6 206 6 217 6 167 6 139 6 161 6 133 6 150 6 172 6 139 6 167 6 200 6 +USC00046719191403TMIN 56 6 67 6 50 6 67 6 61 6 94 6 94 6 89 6 83 6 56 6 78 6 61 6 83 6 72 6 61 6 106 6 150 6 106 6 83 6 100 6 111 6 78 6 94 6 100 6 61 6 72 6 39 6 44 6 44 6 33 6 44 6 +USC00046719191403TOBS 139 6 156 6 167 6 189 6 222 6 228 6 239 6 228 6 161 6 156 6 144 6 211 6 211 6 167 6 172 6 239 6 272 6 239 6 161 6 144 6 144 6 133 6 128 6 117 6 117 6 111 6 111 6 128 6 72 6 122 6 133 6 +USC00046719191403PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 8 6 0 6 66 6 0 6 135 6 0 6 +USC00046719191404TMAX 228 6 228 6 233 6 200 6 200 6 217 6 211 6 228 6 194 6 250 6 233 6 294 6 311 6 322 6 294 6 250 6 294 6 339 6 361 6 278 6 150 6 150 6 183 6 200 6 189 6 217 6 211 6 194 6 156 6 144 6-9999 +USC00046719191404TMIN 39 6 72 6 61 6 117 6 139 6 111 6 94 6 78 6 100 6 106 6 89 6 61 6 89 6 122 6 111 6 78 6 72 6 100 6 117 6 106 6 94 6 50 6 56 6 50 6 44 6 72 6 56 6 83 6 78 6 83 6-9999 +USC00046719191404TOBS 161 6 156 6 167 6 172 6 156 6 156 6 167 6 189 6 161 6 183 6 167 6 211 6 211 6 233 6 222 6 189 6 211 6 256 6 267 6 156 6 94 6 117 6 122 6 128 6 128 6 156 6 144 6 117 6 111 6 122 6-9999 +USC00046719191404PRCP 0 6 0 6 0 6 0 6 56 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 30 6 104 6 0 6 0 6 3 6 0 6 0 6 0 6 30 6 10 6-9999 +USC00046719191405TMAX 144 6 217 6 156 6 144 6 222 6 222 6 228 6 250 6 183 6 222 6 250 6 256 6 150 6 161 6 161 6 222 6 228 6 228 6 239 6 272 6 206 6 206 6 211 6 194 6 178 6 250 6 239 6 256 6 206 6 239 6 250 6 +USC00046719191405TMIN 67 6 50 6 111 6 111 6 89 6 72 6 100 6 56 6 106 6 106 6 67 6 78 6 106 6 106 6 111 6 100 6 72 6 89 6 111 6 83 6 106 6 111 6 94 6 117 6 78 6 67 6 100 6 94 6 100 6 122 6 122 6 +USC00046719191405TOBS 117 6 144 6 133 6 139 6 156 6 156 6 161 6 183 6 144 6 183 6 161 6 150 6 133 6 128 6 139 6 144 6 156 6 161 6 167 6 200 6 156 6 156 6 156 6 161 6 156 6 167 6 189 6 172 6 150 6 172 6 161 6 +USC00046719191405PRCP 66 6 0P 6 0P 6 13 6 0P 6 0P 6 3 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 20 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 15 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719191406TMAX 244 6 189 6 244 6 239 6 183 6 194 6 189 6 244 6 294 6 306 6 272 6 294 6 328 6 283 6 278 6 272 6 278 6 278 6 267 6 222 6 244 6 272 6 267 6 278 6 267 6 350 6 350 6 356 6 333 6 306 6-9999 +USC00046719191406TMIN 133 6 139 6 100 6 111 6 122 6 67 6 106 6 83 6 83 6 89 6 78 6 78 6 94 6 94 6 89 6 89 6 94 6 94 6 100 6 117 6 89 6 94 6 78 6 83 6 111 6 106 6 122 6 139 6 133 6 106 6-9999 +USC00046719191406TOBS 161 6 183 6 194 6 183 6 150 6 156 6 150 6 172 6 211 6 217 6 194 6 211 6 211 6 206 6 183 6 200 6 189 6 222 6 194 6 167 6 189 6 183 6 206 6 211 6 217 6 250 6 267 6 272 6 239 6 211 6-9999 +USC00046719191406PRCP 0T 6 5 6 0 6 0 6 18 6 0 6 15 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191407TMAX 300 6 283 6 278 6 267 6 322 6 294 6 317 6 333 6 300 6 289 6 278 6 294 6 306 6 300 6 289 6 272 6 311 6 300 6 311 6 300 6 289 6 283 6 294 6 267 6 278 6 278 6 283 6 294 6 328 6 317 6 328 6 +USC00046719191407TMIN 117 6 128 6 106 6 117 6 111 6 111 6 117 6 111 6 128 6 111 6 133 6 100 6 94 6 128 6 156 6 161 6 150 6 161 6 144 6 156 6 133 6 133 6 111 6 111 6 128 6 106 6 111 6 89 6 83 6 122 6 144 6 +USC00046719191407PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 10 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191408TMAX 356 6 322 6 344 6 344 6 322 6 361 6 306 6 300 6 289 6 294 6 294 6 317 6 339 6 333 6 361 6 372 6 339 6 300 6 306 6 294 6 294 6 294 6 294 6 317 6 328 6 317 6 306 6 283 6 256 6 256 6 261 6 +USC00046719191408TMIN 156 6 144 6 128 6 122 6 144 6 172 6 156 6 161 6 122 6 128 6 144 6 128 6 139 6 161 6 161 6 167 6 161 6 183 6 150 6 100 6 122 6 133 6 139 6 128 6 122 6 106 6 106 6 111 6 133 6 156 6 139 6 +USC00046719191408TOBS 272 6 233 6 233 6 217 6 233 6 211 6 200 6 194 6 189 6 178 6 178 6 189 6 194 6 222 6 250 6 244 6 206 6 211 6 200 6 194 6 189 6 189 6 200 6 217 6 211 6 217 6 217 6 206 6 194 6 189 6 183 6 +USC00046719191408PRCP 0 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719191409TMAX 239 6 289 6 344 6 356 6 317 6 278 6 289 6 283 6 300 6 306 6 306 6 272 6 256 6 267 6 283 6 317 6 350 6 350 6 333 6 300 6 261 6 278 6 344 6 317 6 350 6 328 6 311 6 322 6 294 6 228 6-9999 +USC00046719191409TMIN 167 6 100 6 100 6 133 6 128 6 111 6 106 6 106 6 111 6 111 6 100 6 122 6 144 6 94 6 89 6 89 6 111 6 189 6 167 6 139 6 161 6 139 6 106 6 144 6 150 6 161 6 144 6 106 6 122 6 106 6-9999 +USC00046719191409PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 10 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191410TMAX 256 6 261 6 200 6 250 6 256 6 256 6 228 6 206 6 261 6 289 6 283 6 367 6 383 6 378 6 361 6 322 6 261 6 256 6 239 6 233 6 217 6 233 6 317 6 333 6 350 6 350 6 344 6 333 6 278 6 244 6 250 6 +USC00046719191410TMIN 133 6 111 6 139 6 128 6 111 6 117 6 139 6 128 6 111 6 100 6 94 6 100 6 122 6 139 6 128 6 111 6 106 6 94 6 89 6 139 6 133 6 83 6 72 6 122 6 117 6 150 6 156 6 139 6 161 6 128 6 111 6 +USC00046719191410PRCP 0 6 0 6 43 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 33 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 97 6 5 6 +USC00046719191411TMAX 183 6 289 6 350 6 356 6 344 6 294 6 278 6 328 6 211 6 211 6 172 6 233 6 194 6 189 6 267 6 283 6 283 6 289 6 317 6 306 6 289 6 267 6 289 6 317 6 311 6 294 6 250 6 228 6 217 6 206 6-9999 +USC00046719191411TMIN 144 6 94 6 111 6 128 6 133 6 133 6 94 6 133 6 156 6 144 6 122 6 100 6 61 6 89 6 61 6 56 6 72 6 67 6 67 6 78 6 94 6 72 6 56 6 72 6 78 6 78 6 78 6 117 6 50 6 22 6-9999 +USC00046719191411TOBS 167 6 178 6 217 6 222 6 222 6 178 6 178 6 217 6 183 6 167 6 156 6 161 6 144 6 144 6 172 6 167 6 156 6 183 6 189 6 167 6 172 6 156 6 156 6 167 6 178 6 161 6 150 6 128 6 111 6 100 6-9999 +USC00046719191411PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 51 6 13 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191412TMAX 117 6 178 6 183 6 150 6 144 6 161 6 161 6 172 6 167 6 133 6 89 6 156 6 161 6 161 6 156 6 78 6 122 6 139 6 156 6 83 6 189 6 156 6 178 6 194 6 200 6 133 6 167 6 172 6 161 6 233 6 183 6 +USC00046719191412TMIN 56 6 17 6 44 6 72 6 39 6 33 6 28 6 22 6 33 6 61 6 17 6 11 6 11 6 -11 6 6 6 44 6 67 6 67 6 33 6 33 6 39 6 72 6 50 6 28 6 28 6 56 6 39 6 28 6 67 6 33 6 61 6 +USC00046719191412TOBS 72 6 94 6 111 6 94 6 100 6 100 6 89 6 100 6 94 6 78 6 67 6 72 6 100 6 72 6 78 6 72 6 89 6 94 6 89 6 67 6 150 6 106 6 128 6 122 6 128 6 111 6 106 6 122 6 100 6 128 6 133 6 +USC00046719191412PRCP 155 6 0 6 0 6 20 6 28 6 28 6 0 6 0 6 0 6 109 6 112 6 5 6 0 6 0 6 0 6 81 6 323 6 0 6 0 6 168 6 33 6 38 6 0 6 0 6 0 6 0 6 3 6 0 6 0 6 0 6 0 6 +USC00046719191501TMAX 228 6 250 6 211 6 161 6 178 6 150 6 178 6 156 6 172 6 222 6 211 6 167 6 161 6 139 6 161 6 167 6 172 6 211 6 233 6 217 6 172 6 178 6 189 6 133 6 167 6 200 6 156 6 122 I6 122 6 156 6 178 6 +USC00046719191501TMIN 72 6 50 6 50 6 61 6 17 6 33 6 17 6 33 6 17 6 28 6 44 6 50 6 22 6 72 6 44 6 22 6 0 6 11 6 33 6 44 6 78 6 50 6 17 6 28 6 78 6 44 6 89 6 100 6 83 6 56 6 50 6 +USC00046719191501TOBS 122 6 144 6 128 6 144 6 111 6 100 6 106 6 89 6 100 6 128 6 133 6 111 6 122 6 133 6 128 6 122 6 111 6 122 6 144 6 144 6 128 6 139 6 133 6 89 6 122 6 133 6 139 I6 106 6 83 6 117 6 128 6 +USC00046719191501PRCP 0 6 0 6 0 6 99 6 0 6 13 6 0 6 18 6 3 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 48 6 0 6 18 6 58 6 0 6 0 6 419 6 922 6 147 6 0 6 +USC00046719191502TMAX 156 6 133 6 144 6 172 6 217 6 217 6 222 6 200 6 122 6 172 6 139 6 156 6 189 6 211 6 183 6 128 6 161 6 178 6 167 6 106 6 156 6 172 6 183 6 122 6 167 6 183 6 200 6 144 6-9999 -9999 -9999 +USC00046719191502TMIN 83 6 78 6 6 6 11 6 22 6 50 6 39 6 22 6 89 6 100 6 56 6 11 6 11 6 28 6 50 6 89 6 100 6 89 6 67 6 72 6 11 6 17 6 33 6 72 6 56 6 50 6 56 6 72 6-9999 -9999 -9999 +USC00046719191502TOBS 133 6 78 6 100 6 106 6 133 6 144 6 128 6 111 6 117 6 128 6 100 6 111 6 128 6 144 6 128 6 117 6 111 6 106 6 100 6 72 6 83 6 89 6 111 6 89 6 111 6 122 6 128 6 83 6-9999 -9999 -9999 +USC00046719191502PRCP 0 6 323 6 43 6 0 6 0 6 0 6 0 6 0 6 516 6 66 6 0 6 0 6 0 6 0 6 0 6 33 6 38 6 0 6 0 6 140 6 0 6 0 6 0 6 246 6 0 6 0 6 0 6 84 6-9999 -9999 -9999 +USC00046719191503TMAX 133 6 156 6 178 6 178 6 178 6 206 6 194 6 189 6 161 6 194 6 200 6 206 6 222 6 272 6 294 6 328 6 300 6 261 6 272 6 283 6 294 6 300 6 294 6 239 6 183 6 211 6 206 6 139 6 178 6 167 6 172 6 +USC00046719191503TMIN 44 6 17 6 33 6 78 6 72 6 39 6 83 6 56 6 56 6 83 6 50 6 61 6 94 6 78 6 111 6 106 6 100 6 89 6 78 6 83 6 89 6 117 6 83 6 67 6 117 6 100 6 67 6 100 6 39 6 56 6 67 6 +USC00046719191503PRCP 28 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 56 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 137 6 0 6 0 6 0 6 +USC00046719191504TMAX 283 6 244 6 233 6 183 6 183 6 194 6 189 6 211 6 261 6 311 6 317 6 267 6 189 6 194 6 194 6 206 6 156 6 200 6 217 6 194 6 139 6 178 6 139 6 178 6 183 6 172 6 222 6 139 6 144 6 122 6-9999 +USC00046719191504TMIN 83 6 100 6 72 6 117 6 106 6 61 6 67 6 94 6 67 6 83 6 122 6 89 6 111 6 44 6 61 6 67 6 111 6 122 6 122 6 111 6 100 6 106 6 89 6 50 6 94 6 94 6 94 6 106 6 83 6 39 6-9999 +USC00046719191504PRCP 0 6 0 6 0 6 13 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 3 6 0 6 0 6 0 6 0 6 0 6 10 6 175 6 0 6 18 6 0 6 0 6 5 6 5 6 135 6 25 6 20 6-9999 +USC00046719191505TMAX 128 6 122 6 183 6 150 6 139 6 161 6 194 6 194 6 206 6 222 6 256 6 250 6 206 6 228 6 311 6 278 6 183 6 217 6 217 6 222 6 228 6 239 6 217 6 217 6 217 6 300 6 350 6 306 6 222 6 256 6 272 6 +USC00046719191505TMIN 0 6 44 6 56 6 67 6 39 6 61 6 89 6 83 6 83 6 117 6 94 6 89 6 111 6 72 6 78 6 89 6 122 6 78 6 56 6 56 6 61 6 72 6 89 6 117 6 83 6 78 6 133 6 133 6 111 6 122 6 100 6 +USC00046719191505PRCP 64 6 170 6 0 6 130 6 3 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191506TMAX 244 6 250 6 233 6 239 6 272 6 306 6 311 6 322 6 289 6 256 6 244 6 289 6 278 6 344 6 333 6 328 6 328 6 294 6 267 6 283 6 289 6 283 6 289 6 283 6 272 6 289 6 278 6 306 6 317 6 300 6-9999 +USC00046719191506TMIN 133 6 133 6 133 6 139 6 89 6 111 6 133 6 117 6 111 6 128 6 139 6 78 6 83 6 111 6 111 6 106 6 144 6 100 6 94 6 106 6 100 6 94 6 89 6 94 6 94 6 83 6 122 6 111 6 106 6 128 6-9999 +USC00046719191506PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6-9999 +USC00046719191507TMAX 322 6 300 6 278 6 244 6 261 6 317 6 311 6 306 6 289 6 283 6 311 6 339 6 322 6 283 6 283 6 289 6 306 6 311 6 311 6 350 6 333 6 350 6 356 6 328 6 283 6 267 6 300 6 289 6 272 6 272 6 261 6 +USC00046719191507TMIN 156 6 128 6 106 6 122 6 122 6 83 6 111 6 117 6 133 6 144 6 139 6 111 6 111 6 122 6 117 6 106 6 117 6 117 6 139 6 144 6 150 6 167 6 161 6 150 6 161 6 156 6 161 6 122 6 122 6 122 6 128 6 +USC00046719191507PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191508TMAX 283 6 306 6 317 6 339 6 322 6 333 6 333 6 344 6 350 6 378 6 383 6 322 6 283 6 289 6 294 6 311 6 344 6 367 6 372 6 344 6 300 6 289 6 261 6 272 6 283 6 356 6 367 6 356 6 367 6 378 6 350 6 +USC00046719191508TMIN 117 6 144 6 139 6 150 6 161 6 106 6 100 6 106 6 111 6 117 6 150 6 122 6 144 6 150 6 122 6 100 6 94 6 111 6 117 6 128 6 111 6 139 6 117 6 100 6 89 6 100 6 194 6 178 6 167 6 172 6 178 6 +USC00046719191508PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191509TMAX 306 6 278 6 272 6 283 6 306 6 311 6 283 6 306 6 289 6 283 6 289 6 250 6 228 6 228 6 267 6 311 6 328 6 278 6 267 6 250 6 306 6 339 6 300 6 206 6 167 6 222 6 272 6 267 6 244 6 256 6-9999 +USC00046719191509TMIN 161 6 172 6 167 6 144 6 117 6 133 6 106 6 106 6 117 6 144 6 156 6 83 6 144 6 117 6 78 6 94 6 100 6 111 6 100 6 117 6 83 6 106 6 106 6 100 6 106 6 83 6 61 6 56 6 94 6 61 6-9999 +USC00046719191509PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0T 6 0 6-9999 +USC00046719191510TMAX 233 6 222 6 244 6 278 6 317 6 317 6 261 6 267 6 294 6 222 6 233 6 244 6 178 6 189 6 211 6 267 6 306 6 311 6 294 6 278 6 261 6 250 6 267 6 283 6 289 6 294 6 339 6 361 6 294 6 272 6 250 6 +USC00046719191510TMIN 78 6 83 6 106 6 72 6 56 6 78 6 50 6 61 6 50 6 61 6 78 6 44 6 61 6 100 6 56 6 39 6 61 6 72 6 50 6 44 6 33 6 67 6 50 6 61 6 72 6 67 6 100 6 122 6 94 6 78 6 61 6 +USC00046719191510PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191511TMAX 256 6 211 6 228 6 228 6 222 6 128 6 156 6 167 6 156 6 161 6 200 6 211 6 206 6 222 6 250 6 194 6 261 6 294 6 300 6 289 6 267 6 256 6 167 6 200 6 239 6 222 6 228 6 250 6 261 6 278 6-9999 +USC00046719191511TMIN 72 6 61 6 100 6 89 6 83 6 117 6 111 6 61 6 78 6 28 6 17 6 17 6 22 6 11 6 22 6 44 6 56 6 61 6 78 6 83 6 78 6 67 6 44 6 67 6 33 6 44 6 33 6 44 6 61 6 67 6-9999 +USC00046719191511PRCP 0 6 0 6 0 6 0 6 15 6 445 6 0 6 0 6 56 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191512TMAX 272 6 272 6 178 6 111 6 167 6 228 6 267 6 261 6 117 6 161 6 167 6 161 6 156 6 133 6 133 6 156 6 150 6 144 6 194 6 228 6 250 6 261 6 267 6 278 6 211 6 189 6 178 6 156 6 139 6 72 6 122 6 +USC00046719191512TMIN 67 6 89 6 106 6 72 6 22 6 33 6 67 6 61 6 50 6 56 6 83 6 56 6 39 6 89 6 33 6 -6 6 0 6 28 6 22 6 28 6 39 6 72 6 67 6 83 6 67 6 39 6 22 6 17 6 61 6 22 6 -17 6 +USC00046719191512PRCP 0 6 0 6 0 6 432 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 152 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 175 6 0 6 +USC00046719191512SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 +USC00046719191601TMAX 72 6 111 6 156 6 111 6 139 6 139 6 172 6 150 6 122 6 106 6 128 6 128 6 122 6 78 6 150 6 122 6 150 6 133 6 94 6 133 6 133 6 172 6 133 6 128 6 156 6 133 6 133 6 111 6 72 6 122 6 133 6 +USC00046719191601TMIN 11 6 61 6 39 6 83 6 106 6 17 6 0 6 22 6 78 6 50 6 17 6 -17 6 6 6 44 6 78 6 78 6 122 6 83 6 44 6 11 6 33 6 39 6 72 6 78 6 100 6 44 6 72 6 39 6 33 6 0 6 -11 6 +USC00046719191601PRCP 56 6 414 6 0 6 71 6 38 6 38 6 0 6 3 6 213 6 218 6 0 6 0 6 0 6 102 6 28 6 104 6 1189 6 627 6 191 6 0 6 0 6 0 6 3 6 10 6 137 6 0 6 655 6 3 6 79 6 0 6 0 6 +USC00046719191602TMAX 156 6 189 6 150 6 144 6 161 6 206 6 200 6 200 6 178 6 183 6 206 6 244 6 289 6 306 6 311 6 289 6 278 6 289 6 272 6 161 6 156 6 222 6 244 6 267 6 239 6 178 6 167 6 167 6 139 6-9999 -9999 +USC00046719191602TMIN -11 6 11 6 6 6 67 6 72 6 67 6 61 6 56 6 61 6 28 6 61 6 72 6 78 6 89 6 78 6 89 6 89 6 83 6 94 6 72 6 94 6 28 6 61 6 61 6 83 6 111 6 111 6 89 6 100 6-9999 -9999 +USC00046719191602PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 51 6 0 6 0 6 0 6 0 6 142 6 229 6 8 6 69 6-9999 -9999 +USC00046719191603TMAX 122 6 172 6 206 6 167 6 172 6 200 6 272 6 311 6 283 6 367 6 350 6 283 6 172 6 283 6 289 6 233 6 233 6 244 6 267 6 150 6 222 6 167 6 139 6 183 6 211 6 272 6 261 6 178 6 194 6 228 6 261 6 +USC00046719191603TMIN 61 6 33 6 56 6 83 6 89 6 39 6 56 6 78 6 111 6 128 6 139 6 122 6 111 6-9999 56 6 67 6 106 6 94 6 94 6 133 6 117 6 100 6 56 6 11 6 17 6 44 6 72 6 56 6 100 6 72 6 50 6 +USC00046719191603PRCP 5 6 0P 6 0P 6 0P 6 117 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 224 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719191604TMAX 250 6 172 6 144 6 167 6 206 6 244 6 289 6 294 6 289 6 167 6 128 6 178 6 222 6 217 6 211 6 239 6 267 6 200 6 233 6 306 6 289 6 256 6 261 6 267 6 261 6 233 6 256 6 278 6 239 6 278 6-9999 +USC00046719191604TMIN 61 6 100 6 72 6 89 6 44 6 72 6 78 6 72 6 78 6 100 6 106 6 39 6 56 6 44 6 89 6 56 6 72 6 89 6 56 6 72 6 89 6 78 6 72 6 89 6 72 6 78 6 72 6 78 6 83 6 111 6-9999 +USC00046719191604PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 33 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191605TMAX 261 6 261 6 261 6 278 6 239 6 222 6 261 6 278 6 250 6 272 6 267 6 222 6 211 6 239 6 278 6 244 6 228 6 167 6 167 6 206 6 250 6 261 6 194 6 167 6 194 6 278 6 250 6 222 6 211 6 200 6 200 6 +USC00046719191605TMIN 72 6 61 6 72 6 78 6 61 6 78 6 72 6 72 6 78 6 83 6 78 6 78 6 78 6 50 6 61 6 72 6 100 6 100 6 89 6 100 6 72 6 78 6 106 6 39 6 28 6 50 6 67 6 78 6 83 6 67 6 72 6 +USC00046719191605PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 25 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191606TMAX 222 6 244 6 206 6 267 6 267 6 256 6 256 6 261 6 244 6 233 6 228 6 250 6 294 6 322 6 322 6 322 6 278 6 267 6 256 6 211 6 200 6 256 6 278 6 283 6 289 6 283 6 278 6 278 6 289 6 300 6-9999 +USC00046719191606TMIN 50 6 72 6 56 6 67 6 89 6 100 6 128 6 128 6 111 6 122 6 111 6 117 6 83 6 89 6 106 6 111 6 106 6 67 6 78 6 117 6 106 6 78 6 89 6 100 6 106 6 117 6 122 6 106 6 106 6 100 6-9999 +USC00046719191606PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191607TMAX 306 6 272 6 289 6 272 6 300 6 278 6 294 6 294 6 317 6 300 6 300 6 317 6 306 6 294 6 272 6 283 6 289 6 272 6 283 6 278 6 272 6 294 6 283 6 300 6 283 6 289 6 294 6 311 6 328 6 333 6 344 6 +USC00046719191607TMIN 111 6 128 6 106 6 122 6 128 6 117 6 122 6 133 6 100 6 122 6 172 6 150 6-9999 172 6 150 6 117 6 133 6 150 6 128 6 144 6 144 6 133 6 150 6 144 6 111 6 172 6 117 6 117 6 111 6 122 6 144 6 +USC00046719191607PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191608TMAX 378 6 367 6 333 6 294 6 294 6 300 6 294 6 283 6 261 6 261 6 261 6 278 6 278 6 261 6 228 6 233 6 228 6 244 6 250 6 256 6 261 6 300 6 294 6 350 6 344 6 317 6 317 6 317 6 306 6 322 6 322 6 +USC00046719191608TMIN 178 6 183 6 167 6 156 6 144 6 128 6 122 6 83 6 89 6 122 6 106 6 94 6 100 6 100 6 122 6 122 6 100 6 106 6 89 6 100 6 144 6 122 6 156 6 161 6 183 6 172 6 156 6 156 6 139 6 128 6 111 6 +USC00046719191608PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191609TMAX 300 6 267 6 294 6 283 6 244 6 267 6 283 6 289 6 272 6 278 6 311 6 328 6 350 6 344 6 322 6 278 6 289 6 289 6 339 6 328 6 283 6 222 6 244 6 267 6 200 6 267 6 311 6 333 6 317 6 211 6-9999 +USC00046719191609TMIN 100 6 94 6 83 6 78 6 117 6 89 6 94 6 78 6 111 6 111 6 94 6 67 6 72 6 100 6 106 6 100 6 94 6 94 6 111 6 133 6 122 6 106 6 117 6 61 6 111 6 133 6 50 6 106 6 167 6 161 6-9999 +USC00046719191609PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 119 6-9999 +USC00046719191610TMAX 172 6 150 6 183 6 172 6 200 6 150 6 194 6 211 6 206 6 183 6 189 6 206 6 178 6 178 6 211 6 228 6 261 6 150 6 222 6 250 6 194 6 161 6 200 6 239 6 311 6 306 6 211 6 200 6 178 6 233 6 278 6 +USC00046719191610TMIN 133 6 139 6 67 6 56 6 50 6 94 6 50 6 61 6 94 6 106 6 78 6 72 6 106 6 122 6 89 6 133 6 78 6 106 6 106 6 61 6 61 6 111 6 78 6 33 6 61 6 61 6 44 6 78 6 44 6 33 6 28 6 +USC00046719191610PRCP 368 6 284 6 0 6 0 6 43 6 155 6 0 6 0 6 0 6 152 6 0 6 0 6 8 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191611TMAX 283 6 172 6 178 6 144 6 172 6 178 6 156 6 228 6 272 6 278 6 200 6 183 6 189 6 228 6 250 6 233 6 272 6 272 6 178 6 222 6 244 6 206 6 194 6 200 6 256 6 189 6 250 6 167 6 261 6 250 6-9999 +USC00046719191611TMIN 56 6 56 6 89 6 28 6 67 6 28 6 44 6 22 6 44 6 56 6 39 6 100 6 11 6 -17 6 22 6 22 6 17 6 61 6 17 6 56 6 44 6 22 6 17 6 -6 6 17 6 39 6 22 6 28 6 39 6 50 6-9999 +USC00046719191611PRCP 0 6 0 6 0 6 0 6 74 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191612TMAX 150 6 128 6 128 6 150 6 128 6 156 6 161 6 156 6 156 6 200 6 206 6 222 6 222 6 250 6 239 6 222 6 189 6 211 6 128 6 111 6 167 6 150 6 128 6 106 6 100 6 56 6 72 6 72 6 122 6 167 6 139 6 +USC00046719191612TMIN 61 6 67 6 94 6 111 6 67 6 67 6 -11 6 -11 6 -6 6 0 6 11 6 0 6 33 6 28 6 17 6 0 6 -11 6 0 6 -17 6 72 6 0 6 33 6 6 6 72 6 17 6 6 6 -39 6 -6 6 44 6 -11 6 -6 6 +USC00046719191612PRCP 28 6 3 6 234 6 0 6 0 6 5 6 5 6 5 6 5 6 5 6 5 6 5 6 5 6 5 6 5 6 5 6 5 6 5 6 5 6 5 6 5 6 5 6 5 6 681 6 0 6 0 6 10 6 36 6 41 6 10 6-9999 +USC00046719191612SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 +USC00046719191612SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 6 +USC00046719191701TMAX 133 6 106 6 128 6 128 6 167 6 178 6 167 6 133 6 228 6 239 6 211 6 122 6 167 6 122 6 89 6 94 6 61 6 100 6 89 6 61 6 94 6 133 6 133 6 172 6 206 6 167 6 156 6 122 6 150 6 78 6 156 6 +USC00046719191701TMIN 50 6 -6 6 50 6 0 6 11 6 11 6 0 6 39 6 17 6 44 6 33 6 56 6 83 6 39 6 44 6 -6 6 -28 6 -17 6 44 6 33 6 0 6 0 6 -17 6 0 6 11 6 11 6 11 6 56 6 56 6 0 6 6 6 +USC00046719191701PRCP 0 6 13 6 94 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 84 6 0 6 0 6 51 6 0 6 5 6 84 6 333 6 122 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191701SNOW-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0T 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719191702TMAX 200 6 217 6 267 6 261 6 256 6 228 6 228 6 228 6 200 6 161 6 144 6 156 6 144 6 178 6 200 6 200 6 111 6 100 6 89 6 94 6 106 6 161 6 128 6 172 6 139 6 161 6 161 6 183 6-9999 -9999 -9999 +USC00046719191702TMIN 6 6 6 6 22 6 50 6 56 6 44 6 33 6 33 6 33 6 11 6 33 6 28 6 28 6 33 6 33 6 33 6 67 6 33 6 44 6 72 6 83 6 89 6 44 6 50 6 94 6 28 6 11 6 11 6-9999 -9999 -9999 +USC00046719191702PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 33 6 0 6 0 6 0 6 0 6 229 6 18 6 66 6 152 6 198 6 264 6 0 6 0 6 226 6 0 6 0 6 0 6-9999 -9999 -9999 +USC00046719191703TMAX 172 6 167 6 189 6 233 6 228 6 233 6 244 6 222 6 106 6 117 6 117 6 144 6 150 6 122 6 161 6 206 6 233 6 233 6 178 6 178 6 139 6 200 6 233 6 261 6 261 6 283 6 272 6 278 6 194 6 172 6 172 6 +USC00046719191703TMIN 11 6 22 6 6 6 22 6 61 6 39 6 39 6 39 6 61 6 28 6 -11 6 6 6 -6 6 22 6 -11 6 11 6 17 6 39 6 33 6 50 6 33 6 33 6 22 6 39 6 50 6 56 6 72 6 83 6 50 6 94 6 22 6 +USC00046719191703PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 97 6 3 6 0 6 0 6 0 6 25 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191704TMAX 194 6 233 6 250 6 272 6 300 6 267 6 228 6 167 6 111 6 144 6 194 6 200 6 239 6 194 6 156 6 128 6 111 6 150 6 222 6 261 6 256 6 206 6 211 6 228 6 228 6 128 6 144 6 111 6 156 6 206 6-9999 +USC00046719191704TMIN 6 6 33 6 44 6 67 6 67 6 61 6 67 6 100 6 67 6 17 6 28 6 50 6 44 6 39 6 33 6 39 6 28 6 -6 6 17 6 56 6 67 6 28 6 89 6 67 6 78 6 100 6 94 6 94 6 56 6 39 6-9999 +USC00046719191704PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 61 6 0 6 0 6 0 6 0 6 0 6 0 6 76 6 3 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 18 6 81 6 36 6 0 6 0 6-9999 +USC00046719191705TMAX 211 6 189 6 178 6 211 6 278 6 289 6 161 6 133 6 128 6 206 6 228 6 244 6 267 6 239 6 217 6 233 6 211 6 139 6 178 6 194 6 228 6 156 6 128 6 111 6 128 6 206 6 228 6 200 6 150 6 156 6 211 6 +USC00046719191705TMIN 56 6 89 6 72 6 44 6 56 6 89 6 89 6 72 6 94 6 100 6 61 6 72 6 72 6 67 6 100 6 50 6 56 6 100 6 78 6 50 6 78 6 100 6 106 6 94 6 78 6 28 6 50 6 50 6 83 6 106 6 100 6 +USC00046719191705PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 25 6 30 6 3 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 114 6 0 6 0 6 0 6 0 6 10 6 36 6 3 6 0 6 0 6 0 6 0 6 5 6 0 6 +USC00046719191705SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191706TMAX 261 6 278 6 239 6 200 6 233 6 233 6 250 6 294 6 250 6 222 6 244 6 311 6 356 6 411 6 417 6 422 6 450 6 350 6 328 6 311 6 306 6 283 6 306 6 300 6 306 6 289 6 300 6 311 6 333 6 361 6-9999 +USC00046719191706TMIN 72 6 72 6 83 6 106 6 67 6 67 6 89 6 89 6 89 6 100 6 100 6 72 6 106 6 150 6 167 6 156 6 217 6 150 6 139 6 128 6 117 6 100 6 94 6 100 6 106 6 94 6 122 6 106 6 117 6 122 6-9999 +USC00046719191707TMAX 344 6 333 6 317 6 311 6 311 6 306 6 306 6 311 6 350 6 356 6 328 6 328 6 311 6 311 6 311 6 339 6 294 6 350 6 328 6 317 6 328 6 317 6 311 6 328 6 333 6 333 6 317 6 322 6 322 6 328 6 267 6 +USC00046719191707TMIN 144 6 161 6 139 6 133 6 122 6 161 6 144 6 128 6 117 6 150 6 172 6 156 6 156 6 144 6 150 6 150 6 161 6 167 6 150 6 139 6 133 6 156 6 172 6 156 6 161 6 178 6 178 6 172 6 172 6 150 6 139 6 +USC00046719191707PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191708TMAX 289 6 322 6 333 6 339 6 328 6 344 6 339 6 339 6 372 6 322 6 294 6 278 6 267 6 283 6 300 6 311 6 311 6 311 6 283 6 289 6 306 6 300 6 272 6 322 6 306 6 294 6 306 6 328 6 311 6 289 6 283 6 +USC00046719191708TMIN 144 6 139 6 167 6 172 6 172 6 161 6 139 6 128 6 161 6 156 6 167 6 156 6 111 6 117 6 122 6 133 6 117 6 100 6 89 6 117 6 94 6 94 6 106 6 122 6 128 6 111 6 100 6 106 6 89 6 83 6 111 6 +USC00046719191708PRCP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0T 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719191709TMAX 294 6 339 6 350 6 333 6 339 6 328 6 311 6 311 6 361 6 361 6 350 6 317 6 278 6 311 6 372 6 350 6 383 6 378 6 328 6 294 6 272 6 239 6 250 6 256 6 294 6 350 6 378 6 356 6 350 6 294 6-9999 +USC00046719191709TMIN 94 6 122 6 156 6 161 6 150 6 128 6 89 6 78 6 100 6 128 6 133 6 122 6 83 6 100 6 117 6 117 6 111 6 156 6 139 6 139 6 128 6 111 6 83 6 72 6 78 6 106 6 128 6 139 6 156 6 117 6-9999 +USC00046719191709PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6-9999 +USC00046719191710TMAX 283 6 350 6 372 6 339 6 356 6 344 6 300 6 300 6 322 6 317 6 272 6 172 6 178 6 194 6 206 6 183 6 211 6 294 6 317 6 350 6 339 6 361 6 361 6 289 6 289 6 239 6 217 6 200 6 267 6 267 6 328 6 +USC00046719191710TMIN 106 6 117 6 150 6 139 6 139 6 128 6 100 6 100 6 100 6 133 6 128 6 144 6 144 6 144 6 133 6 111 6 139 6 72 6 39 6 72 6 100 6 100 6 106 6 89 6 67 6 61 6 89 6 72 6 50 6 39 6 56 6 +USC00046719191710PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191711TMAX 311 6 339 6 289 6 233 6 200 6 167 6 167 6 211 6 239 6 228 6 189 6 194 6 244 6 217 6 233 6 272 6 289 6 283 6 306 6 306 6 306 6 306 6 261 6 189 6 194 6 244 6 256 6 211 6 244 6 244 6-9999 +USC00046719191711TMIN 89 6 89 6 83 6 72 6 117 6 111 6 61 6 33 6 50 6 72 6 78 6 78 6 50 6 44 6 28 6 33 6 50 6 56 6 56 6 67 6 67 6 78 6 78 6 50 6 50 6 28 6 44 6 44 6 33 6 39 6-9999 +USC00046719191711PRCP 0 6 0 6 0 6 0 6 0 6 84 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191712TMAX 183 6 150 6 189 6 244 6 261 6 244 6 228 6 250 6 261 6 239 6 217 6 228 6 244 6 217 6 222 6 206 6 267 6 306 6 300 6 289 6 311 6 261 6 156 6 178 6 178 6 228 6 256 6 300 6 306 6 283 6 306 6 +USC00046719191712TMIN 44 6 39 6 22 6 17 6 44 6 61 6 28 6 17 6 33 6 28 6 22 6 11 6 28 6 28 6 11 6 17 6 33 6 72 6 78 6 67 6 78 6 56 6 6 6 67 6 39 6 33 6 39 6 78 6 72 6 72 6 67 6 +USC00046719191712PRCP 0 6 13 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191801TMAX 300 6 233 6 183 6 233 6 250 6 239 6 189 6 178 6 183 6 144 6 183 6 161 6 183 6 150 6 172 6 211 6 250 6 211 6 189 6 178 6 161 6 183 6 206 6 222 6 156 6 178 6 150 6 183 6 172 6 150 6 172 6 +USC00046719191801TMIN 61 6 44 6 17 6 17 6 33 6 22 6 44 6 61 6 17 6 17 6 0 6 11 6 39 6 56 6 44 6 22 6 44 6 50 6 33 6 39 6 -11 6 -11 6 -6 6 33 6 89 6 56 6 6 6 -11 6 -6 6 17 6 17 6 +USC00046719191801PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 69 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 20 6 3 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191802TMAX 194 6 178 6 239 6 261 6 206 6 194 6 183 6 233 6 256 6 267 6 211 6 172 6 183 6 172 6 183 6 217 6 150 6 128 6 94 6 111 6 139 6 139 6 178 6 172 6 111 6 122 6 156 6 183 6-9999 -9999 -9999 +USC00046719191802TMIN 0 6 0 6 22 6 28 6 33 6 33 6 78 6 28 6 22 6 39 6 17 6 44 6 44 6 39 6 17 6 11 6 17 6 28 6 -17 6 61 6 72 6 100 6 72 6 72 6 61 6 50 6 28 6 28 6-9999 -9999 -9999 +USC00046719191802PRCP 0 6 0 6 0 6 0 6 0 6 0 6 81 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 76 6 231 6 8 6 112 6 671 6 643 6 0 6 0 6 203 6 94 6 0 6 0 6-9999 -9999 -9999 +USC00046719191803TMAX 217 6 244 6 211 6 172 6 128 6 111 6 111 6 139 6 200 6 117 I6 161 6 128 6 178 6 222 6 256 6 261 6 244 6 172 6 106 6 139 6 178 6 189 6 211 6 200 6 222 6 161 6 172 6 250 6 267 6 311 6 250 6 +USC00046719191803TMIN 28 6 44 6 50 6 44 6 89 6 89 6 39 6 17 6 11 6 50 6 128 I6 67 6 22 6 33 6 56 6 61 6 111 6 89 6 67 6 67 6 67 6 56 6 56 6 100 6 78 6 106 6 106 6 56 6 67 6 106 6 89 6 +USC00046719191803PRCP 0 6 0 6 0 6 0 6 46 6 279 6 625 6 0 6 0 6 318 6 490 6 348 6 0 6 0 6 0 6 0 6 0 6 0 6 290 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191804TMAX 139 6 144 6 150 6 189 6 222 6 222 6 217 6 311 6 272 6 217 6 211 6 172 6 183 6 189 6 222 6 261 6 272 6 289 6 278 6 300 6 278 6 250 6 211 6 200 6 178 6 211 6 222 6 217 6 256 6 267 6-9999 +USC00046719191804TMIN 106 6 94 6 61 6 17 6 39 6 72 6 39 6 72 6 117 6 67 6 72 6 111 6 94 6 17 6 33 6 50 6 67 6 83 6 128 6 83 6 83 6 78 6 83 6 111 6 100 6 106 6 106 6 106 6 72 6 72 6-9999 +USC00046719191804PRCP 18 6 43 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 3 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191805TMAX 317 6 333 6 300 6 239 6 200 6 206 6 161 6 167 6 183 6 189 6 239 6 289 6 278 6 244 6 211 6 183 6 178 6 206 6 228 6 211 6 211 6 217 6 211 6 183 6 189 6 189 6 200 6 172 6 156 6 211 6 217 6 +USC00046719191805TMIN 83 6 111 6 111 6 128 6 128 6 128 6 106 6 61 6 94 6 33 6 44 6 72 6 83 6 56 6 89 6 89 6 94 6 89 6 50 6 106 6 106 6 56 6 61 6 89 6 111 6 61 6 89 6 89 6 56 6 72 6 100 6 +USC00046719191805PRCP 0 6 0 6 0 6 0 6 25 6 0T 6 0 6 13 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 231 6 0 6 3 6 0 6 +USC00046719191806TMAX 261 6 272 6 278 6 256 6 272 6 278 6 283 6 317 6 328 6 333 6 311 6 306 6 322 6 333 6 300 6 339 6 350 6 361 6 317 6 333 6 328 6 283 6 256 6 278 6 294 6 294 6 300 6 283 6 283 6 256 6-9999 +USC00046719191806TMIN 72 6 94 6 128 6 128 6 94 6 100 6 94 6 117 6 128 6 167 6 156 6 144 6 144 6 139 6 161 6 183 6 172 6 200 6 189 6 183 6 161 6 150 6 156 6 133 6 111 6 128 6 128 6 128 6 150 6 161 6-9999 +USC00046719191806PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6-9999 +USC00046719191807TMAX 294 6 306 6 317 6 311 6 333 6 333 6 294 6 317 6 322 6 328 6 306 6 272 6 244 6 267 6 250 6 294 6 328 6 361 6 372 6 350 6 311 6 289 6 289 6 272 6 272 6 267 6 267 6 294 6 328 6 339 6 372 6 +USC00046719191807TMIN 167 6 150 6 144 6 139 6 133 6 133 6 139 6 133 6 133 6 128 6 106 6 128 6 150 6 161 6 144 6 94 6 94 6 133 6 167 6 144 6 122 6 156 6 128 6 106 6 122 6 117 6 128 6 83 6 111 6 133 6 167 6 +USC00046719191807PRCP 114 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719191808TMAX 339 6 394 6 417 6 333 6 311 6 328 6 300 6 294 6 261 6 256 6 278 6 272 6 233 6 233 6 211 6 250 6 261 6 283 6 283 6 283 6 272 6 289 6 322 6 339 6 333 6 350 6 350 6 361 6 350 6 333 6 317 6 +USC00046719191808TMIN 194 6 189 6 206 6 167 6 156 6 161 6 167 6 161 6 150 6 161 6 156 6 133 6 122 6 128 6 128 6 100 6 83 6 83 6 78 6 89 6 117 6 83 6 89 6 139 6 144 6 144 6 178 6 178 6 178 6 172 6 161 6 +USC00046719191808PRCP 0P 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 5 6 0 6 0 6 0 6 0 6 10 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191809TMAX 322 6 328 6 272 6 294 6 322 6 322 6 300 6 283 6 283 6 350 6 389 6 344 6 272 6 250 6 200 6 233 6 267 6 283 6 250 6 306 6 250 6 244 6 250 6 283 6 289 6 306 6 261 6 344 6 356 6 339 6-9999 +USC00046719191809TMIN 122 6 122 6 122 6 117 6 111 6 117 6 117 6 106 6 72 6 111 6 178 6 189 6 211 6 189 6 167 6 133 6 161 6 161 6 161 6 94 6 128 6 167 6 122 6 89 6 100 6 106 6 172 6 194 6 178 6 189 6-9999 +USC00046719191809PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 61 6 99 6 5 6 0 6 0 6 0 6 0 6 0 6 0 6 20 6 0 6 0 6 0 6 0 6 119 6 0 6 0 6 0 6-9999 +USC00046719191810TMAX 317 6 322 6 228 6 261 6 239 6 250 6 261 6 206 6 250 6 311 6 361 6 378 6 322 6 294 6 239 6 250 6 239 6 261 6 300 6 256 6 256 6 244 6 267 6 250 6 256 6 267 6 289 6 306 6 339 6 350 6 367 6 +USC00046719191810TMIN 178 6 161 6 183 6 178 6 178 6 139 6 106 6 172 6 167 6 100 6 122 6 144 6 144 6 156 6 128 6 94 6 72 6 72 6 106 6 122 6 89 6 144 6 89 6 67 6 100 6 67 6 61 6 78 6 61 6 122 6 106 6 +USC00046719191810PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191811TMAX 311 6 250 6 217 6 172 6 189 6 189 6 211 6 233 6 278 6 294 6 283 6 250 6 139 6 200 6 189 6 228 6 206 6 161 6 150 6 211 6 233 6 217 6 144 6 183 6 172 6 189 6 150 6 156 6 194 6 206 6-9999 +USC00046719191811TMIN 94 6 61 6 117 6 83 6 22 6 17 6 17 6 17 6 22 6 33 6 33 6 44 6 94 6 56 6 67 6 61 6 67 6 106 6 100 6 61 6 72 6 44 6 61 6 100 6 94 6 28 6 44 6 33 6 6 6 11 6-9999 +USC00046719191811PRCP 0 6 0 6 0 6 10 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 64 6 41 6 0 6 0 6 0 6 257 6 25 6 0 6 0 6 0 6 69 6 91 6 0 6 0 6 0 6 0 6 0 6 0 6-9999 +USC00046719191812TMAX 244 6 261 6 300 6 261 6 244 6 144 6 100 6 161 6 172 6 189 6 172 6 156 6 206 6 228 6 211 6 194 6 156 6 189 6 172 6 139 6 117 6 161 6 161 6 156 6 161 6 178 6 244 6 244 6 150 6 133 6 133 6 +USC00046719191812TMIN 33 6 28 6 61 6 72 6 50 6 83 6 72 6 28 6 72 6 17 6 28 6 28 6 17 6 33 6 39 6 56 6 17 6 28 6 17 6 28 6 28 6 17 6 6 6 -6 6 -17 6 -11 6 11 6 28 6 17 6 0 6 -33 6 +USC00046719191812PRCP 0 6 0 6 0 6 0 6 0 6 51 6 396 6 0 6 0 6 3 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191901TMAX 122 6 144 6 217 6 250 6 239 6 233 6 261 6 244 6 239 6 239 6 211 6 200 6 222 6 211 6 211 6 200 6 222 6 228 6 128 6 144 6 189 6 256 6 272 6 261 6 217 6 233 6 250 6 244 6 228 6 200 6 139 6 +USC00046719191901TMIN -39 6 -33 6 -17 6 6 6 33 6 11 6 11 6 22 6 33 6 89 6 83 6 17 6 17 6 0 6 0 6 28 6 22 6 33 6 94 6 78 6 33 6 50 6 56 6 33 6 44 6 22 6 39 6 33 6 44 6 44 6 72 I6 +USC00046719191901PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0T 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 30 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 310 6 +USC00046719191902TMAX 61 I6 100 6 150 6 156 6 150 6 161 6 172 6 200 6 133 6 156 6 150 6 156 6 178 6 156 6 183 6 222 6 167 6 172 6 167 6 150 6 161 6 122 6 128 6 167 6 194 6 156 6 172 6 156 6-9999 -9999 -9999 +USC00046719191902TMIN 33 6 0 6 0 6 6 6 33 6 67 6 72 6 50 6 72 6 100 6 83 6 11 6 6 6 17 6 22 6 72 6 33 6 17 6 17 6 50 6 22 6 11 6 28 6 11 6 6 6 0 6 56 6 17 6-9999 -9999 -9999 +USC00046719191902PRCP 94 6 56 6 3 6 0 6 0 6 0 6 0 6 0 6 0 6 23 6 345 6 0 6 0 6 0 6 3 6 0 6 0 6 8 6 0 6 0 6 0 6 10 6 30 6 0 6 0 6 13 6 58 6 0 6-9999 -9999 -9999 +USC00046719191903TMAX 167 6 139 6 139 6 200 6 194 6 211 6 211 6 211 6 189 6 217 6 228 6 206 6 128 6 83 6 156 6 183 6 256 6 211 6 122 6 94 6 144 6 167 6 172 6 156 6 183 6 144 6 161 6 150 6 178 6 211 6 267 6 +USC00046719191903TMIN 22 6 33 6 33 6 17 6 22 6 33 6 50 6 28 6 11 6 17 6 22 6 11 6 44 6 28 6 -11 6 11 6 28 6 56 6 78 6 28 6 6 6 11 6 22 6 83 6 67 6 67 6 78 6 94 6 61 6 67 6 56 6 +USC00046719191903PRCP 0 6 0 6 36 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 325 6 193 6 18 6 0 6 0 6 0 6 56 6 71 6 5 6 28 6 8 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719191904TMAX 283 6 211 6 228 6 211 6 200 6 217 6 194 6 200 6 211 6 244 6 256 6 233 6 233 6 267 6 294 6 294 6 272 6 250 6 217 6 244 6 244 6 267 6 211 6 194 6 183 6 117 6 144 6 189 6 222 6 228 6-9999 +USC00046719191904TMIN 72 6 89 6 106 6 89 6 89 6 56 6 83 6 39 6 44 6 44 6 61 6 78 6 67 6 56 6 83 6 78 6 56 6 56 6 72 6 72 6 61 6 67 6 72 6 100 6 50 6 83 6 56 6 106 6 67 6 100 6-9999 +USC00046719191904PRCP 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 152 6 3 6 3 6 0 6 0 6-9999 +USC00046719191905TMAX 244 6 150 6 139 6 150 6 156 6 189 6 172 6 211 6 217 6 222 6 272 6 267 6 267 6 239 6 217 6 217 6 250 6 222 6 189 6 222 6 178 6 183 6 167 6 178 6 233 6 267 6 306 6 244 6 206 6 194 6 244 6 +USC00046719191905TMIN 100 6 106 6 106 6 106 6 72 6 56 6 78 6 111 6 72 6 94 6 72 6 78 6 89 6 117 6 106 6 78 6 67 6 94 6 117 6 117 6 117 6 83 6 122 6 111 6 72 6 78 6 144 6 150 6 144 6 133 6 133 6 +USC00046719191905PRCP 0P 6 0T 6 0P 6 41 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 3 6 0P 6 30 6 3 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 8 6 5 6 3 6 +USC00046719191906TMAX 311 6 361 6 378 6 350 6 322 6 278 6 256 6 267 6 289 6 267 6 233 6 244 6 267 6 283 6 272 6 272 6 289 6 356 6 372 6 339 6 339 6 372 6 383 6 356 6 322 6 344 6 333 6 322 6 317 6 322 6-9999 +USC00046719191906TMIN 89 6 111 6 139 6 128 6 89 6 72 6 111 6 111 6 111 6 117 6 150 6 78 6 67 6 78 6 83 6 83 6 78 6 83 6 100 6 89 6 94 6 94 6 128 6 117 6 94 6 100 6 94 6 100 6 100 6 94 6-9999 +USC00046719191906PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719191907TMAX 306 6 328 6 322 6 322 6 306 6 317 6 350 6 333 6 356 6 361 6 333 6 322 6 328 6 333 6 328 6 344 6 333 6 317 6 306 6 294 6 322 6 350 6 378 6 372 6 344 6 311 6 311 6 289 6 294 6 306 6 306 6 +USC00046719191907TMIN 83 6 94 6 94 6 94 6 94 6 100 6 111 6 156 6 150 6 150 6 150 6 167 6 144 6 150 6 156 6 167 6 172 6 156 6 172 6 156 6 150 6 144 6 167 6 167 6 156 6 133 6 156 6 150 6 106 6 83 6 111 6 +USC00046719191908TMAX 289 6 306 6 294 6 294 6 289 6 300 6 311 6 317 6 322 6 328 6 339 6 378 6 361 6 356 6 333 6 344 6 344 6 328 6 339 6 333 6 339 6 328 6 333 6 300 6 350 6 333 6 328 6 300 6 306 6 306 6 350 6 +USC00046719191908TMIN 122 6 139 6 106 6 111 6 128 6 128 6 111 6 117 6 106 6 111 6 89 6 100 6 106 6 94 6 111 6 144 6 172 6 156 6 144 6 144 6 144 6 139 6 144 6 150 6 172 6 167 6 133 6 133 6 128 6 150 6 156 6 +USC00046719191909TMAX 317 6 317 6 322 6 306 6 322 6 272 6 278 6 261 6 294 6 322 6 356 6 378 6 367 6 356 6 339 6 328 6 294 6 267 6 283 6 272 6 250 6 311 6 372 6 367 6 339 6 300 6 172 6-9999 167 6 206 6-9999 +USC00046719191909TMIN 128 6 111 6 100 6 89 6 78 6 150 6 139 6 122 6 106 6 100 6 89 6 106 6 128 6 89 6 89 6 106 6 83 6 128 6 117 6 150 6 139 6 139 6 106 6 144 6 106 6 144 6 161 6 150 6 133 6 133 6-9999 +USC00046719191909PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 292 6 0P 6 315 6 79 6-9999 +USC00046719191910TMAX 228 6 217 6 239 6 261 6 289 6 306 6 306 6 261 6 194 6 244 6 300 6 294 6 261 6 233 6 267 6 322 6 311 6 244 6 244 6 267 6 278 6 244 6 183 6 161 6 167 6 156 6 211 6 228 6 217 6 194 6 228 6 +USC00046719191910TMIN 67 6 78 6 100 6 61 6 61 6 72 6 83 6 72 6 139 6 133 6 94 6 83 6 83 6 111 6 83 6 72 6 83 6 72 6 50 6 50 6 33 6 83 6 100 6 111 6 61 6 33 6 22 6 22 6 28 6 56 6 22 6 +USC00046719191910PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 152 6 5 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719191911TMAX 261 6 256 6 244 6 211 6 206 6 211 6 189 6 194 6 206 6 228 6 233 6 267 6 278 6 272 6 283 6 300 6 272 6 267 6 189 6 239 6 283 6 261 6 244 6 272 6 150 6 122 6 94 I6 122 6 161 6 156 6-9999 +USC00046719191911TMIN 11 6 22 6 39 6 33 6 72 6 44 6 100 6 72 6 17 6 17 6 11 6 39 6 28 6 33 6 33 6 56 6 61 6 56 6 28 6 61 6 106 6 128 6 128 6 89 6 67 6 111 I6 11 6 -33 6 -17 6 -6 6-9999 +USC00046719191911PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 142 6 168 6 0P 6 0P 6 0P 6-9999 +USC00046719191912TMAX 161 6 167 6 194 6 128 6 128 6 139 6 50 I6 150 6 156 6 183 6 128 6 117 6 156 6 194 6 183 6 233 6 228 6 222 6 206 6 244 6 244 6 228 6 228 6 289 6 261 6 261 6 278 6 289 6 267 6 222 6 172 6 +USC00046719191912TMIN 39 6 33 6 17 6 94 6 61 6 72 I6 11 6 28 6 17 6 0 6 17 6 83 6 17 6 0 6 22 6 6 6 33 6 33 6 28 6 44 6 56 6 61 6 28 6 50 6 72 6 50 6 22 6 61 6 44 6 33 6 6 6 +USC00046719191912PRCP 0P 6 0P 6 0P 6 460 6 135 6 51 6 0P 6 0P 6 0P 6 0P 6 0P 6 102 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192001TMAX 172 6 217 6 167 6 178 6 156 6 150 6 133 6 133 6 156 6 178 6 167 6 161 6 183 6 211 6 167 6 200 6 300 6 278 6 239 6 133 6 122 6 111 6 183 6 217 6 250 6 222 6 217 6 222 6 211 6 172 6 139 6 +USC00046719192001TMIN 33 6 61 6 61 6 94 6 83 6 56 6 -6 6 -6 6 0 6 -17 6 50 6 0 6 6 6 11 6 0 6 6 6 67 6 61 6 78 6 83 6 94 6 89 6 72 6 39 6 50 6 61 6 50 6 39 6 33 6 33 6 72 6 +USC00046719192001PRCP 0P 6 0P 6 13 6 81 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 25 6 10 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 +USC00046719192002TMAX 150 6 161 6 211 6 206 6 244 6 272 6 256 6 161 6 161 6 150 6 178 6 183 6 172 6 233 6 189 6 183 6 167 6 206 6 111 6 144 6 161 6 144 6 156 6 161 6 189 6 206 6 150 6 189 6 156 6-9999 -9999 +USC00046719192002TMIN 61 6 78 6 67 6 50 6 44 6 61 6 78 6 111 6 106 6 28 6 11 6 11 6 44 6 22 6 17 6 72 6 39 6 56 6 89 6 83 6 89 6 106 6 50 6 28 6 33 6 28 6 28 6 117 6 89 6-9999 -9999 +USC00046719192002PRCP 0P 6 5 6 3 6 0P 6 0P 6 0P 6 0P 6 48 6 79 6 56 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 180 6 165 6 25 6 307 6 0P 6 0P 6 0P 6 0P 6 0T 6 8 6 36 6-9999 -9999 +USC00046719192003TMAX 178 6 167 6 183 6 200 6 250 6 239 6 211 6 161 6 144 6 178 6 206 6 261 6 267 6 194 6 178 6 106 6 150 6 200 6 222 6 239 6 156 6 133 6 139 6 178 6 144 6 117 6 150 6 200 6 211 6 233 6 167 6 +USC00046719192003TMIN 128 6 83 6 22 6 22 6 22 6 56 6 39 6 89 6 94 6 39 6 33 6 50 6 72 6 94 6 11 6 50 6 22 6 6 6 17 6 33 6 89 6 89 6 50 6 22 6 83 6 72 6 11 6 17 6 28 6 39 6 72 6 +USC00046719192003PRCP 46 6 368 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 132 6 0P 6 0P 6 0P 6 0P 6 0P 6 119 6 91 6 0P 6 0P 6 0P 6 254 6 287 6 61 6 0P 6 0P 6 229 6 0P 6 0P 6 0P 6 0P 6 0T 6 +USC00046719192004TMAX 194 6 200 6 228 6 272 6 261 6 244 6 194 6 189 6 144 6 178 6 217 6 222 6 178 6 161 6 128 6 161 6 194 6 233 6 228 6 178 6 167 6 211 6 217 6 222 6 256 6 294 6 300 6 261 6 228 6 178 6-9999 +USC00046719192004TMIN 44 6 39 6 56 6 67 6 78 6 67 6 106 6 106 6 67 6 33 6 33 6 56 6 72 6 100 6 89 6 89 6 67 6 111 6 50 6 89 6 44 6 22 6 28 6 50 6 50 6 61 6 61 6 61 6 106 6 111 6-9999 +USC00046719192004PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 30 6 46 6 0P 6 0P 6 0P 6 10 6 104 6 147 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 10 6-9999 +USC00046719192005TMAX 211 6 178 6 150 6 183 6 222 6 250 6 244 6 189 6 156 6 189 6 222 6 200 6 156 6 206 6 256 6 322 6 367 6 322 6 283 6 272 6 156 6 211 6 244 6 267 6 267 6 328 6 350 6 356 6 283 6 267 6 250 6 +USC00046719192005TMIN 100 6 78 6 78 6 83 6 28 6 44 6 89 6 100 6 111 6 111 6 111 6 56 6 111 6 111 6 61 6 100 6 89 6 100 6 117 6 122 6 117 6 122 6 72 6 72 6 67 6 83 6 106 6 117 6 100 6 139 6 133 6 +USC00046719192005PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 48 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192006TMAX 244 6 272 6 300 6 306 6 272 6 267 6 306 6 289 6 278 6 244 6 256 6 250 6 239 6 206 6 206 6 250 6 289 6 339 6 322 6 300 6 289 6 256 6 300 6 306 6 272 6 250 6 217 6 200 6 256 6 261 6-9999 +USC00046719192006TMIN 122 6 128 6 117 6 89 6 117 6 133 6 133 6 106 6 117 6 122 6 106 6 100 6 133 6 139 6 106 6 111 6 100 6 117 6 128 6 128 6 144 6 139 6 128 6 122 6 139 6 128 6 133 6 128 6 83 6 94 6-9999 +USC00046719192006PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192007TMAX 272 6 261 6 289 6 311 6 322 6 328 6 328 6 339 6 367 6 350 6 322 6 283 6 278 6 317 6 339 6 339 6 378 6 383 6 361 6 356 6 361 6 333 6 328 6 328 6 328 6 328 6 328 6 333 6 367 6 378 6 361 6 +USC00046719192007TMIN 150 6 128 6 94 6 100 6 117 6 128 6 144 6 144 6 106 6 144 6 128 6 156 6 144 6 94 6 122 6 133 6 150 6 156 6 117 6 117 6 128 6 150 6 167 6 144 6 117 6 128 6 122 6 122 6 139 6 167 6 178 6 +USC00046719192007PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192008TMAX 350 6 350 6 344 6 361 6 356 6 361 6 367 6 333 6 333 6 339 6 328 6 322 6 361 6 350 6 367 6 344 6 311 6 294 6 278 6 289 6 294 6 317 6 322 6 256 6 217 6 244 6 256 6 283 6 283 6 283 6 300 6 +USC00046719192008TMIN 172 6 178 6 167 6 156 6 150 6 139 6 144 6 161 6 144 6 144 6 156 6 150 6 156 6 167 6 178 6 167 6 156 6 156 6 156 6 139 6 122 6 128 6 117 6 133 6 156 6 106 6 89 6 111 6 167 6 150 6 156 6 +USC00046719192008PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192008SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719192009TMAX 328 6 344 6 333 6 306 6 267 6 250 6 200 6 256 6 250 6 250 6 300 6 278 6 300 6 333 6 283 6 300 6 306 6 317 6 361 6 289 6 278 6 233 6 239 6 239 6 256 6 306 6 339 6 344 6 306 6 283 6-9999 +USC00046719192009TMIN 133 6 128 6 144 6 139 6 150 6 156 6 156 6 117 6 89 6 89 6 94 6 117 6 111 6 94 6 122 6 167 6 144 6 133 6 128 6 117 6 94 6 139 6 117 6 117 6 78 6 83 6 111 6 111 6 89 6 111 6-9999 +USC00046719192009PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 18 6 0P 6 0P 6 0P 6 0P 6 0P 6 3 6-9999 +USC00046719192010TMAX 261 6 261 6 267 6 244 6 256 6 244 6 261 6 250 6 228 6 244 6 256 6 239 6 250 6 267 6 267 6 239 6 206 6 178 6 183 6 189 6 211 6 250 6 261 6 261 6 294 6 283 6 256 6 244 6 178 6 189 6 194 6 +USC00046719192010TMIN 139 6 122 6 100 6 111 6 111 6 89 6 94 6 78 6 72 6 67 6 78 6 100 6 83 6 44 6 61 6 50 6 111 6 83 6 72 6 22 6 28 6 44 6 61 6 67 6 61 6 44 6 61 6 67 6 56 6 72 6 61 6 +USC00046719192010PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 36 6 74 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 150 6 0P 6 +USC00046719192011TMAX 217 6 244 6 256 6 228 6 178 6 144 6 106 6 194 6 200 6 233 6 206 6 183 6 206 6 261 6 178 6 206 6 261 6 222 6 183 6 211 6 178 6 189 6 200 6 161 6 194 6 233 6 189 6 250 6 261 6 250 6-9999 +USC00046719192011TMIN 39 6 39 6 39 6 50 6 72 6 50 6 50 6 67 6 56 6 33 6 72 6 22 6 89 6 56 6 106 6 89 6 67 6 56 6 100 6 78 6 39 6 89 6 28 6 39 6 56 6 39 6 44 6 44 6 33 6 61 6-9999 +USC00046719192011PRCP 0P 6 0P 6 0P 6 0P 6 0T 6 51 6 213 6 20 6 0P 6 0P 6 0T 6 0P 6 0P 6 0P 6 8 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192012TMAX 217 6 156 6 206 6 194 6 194 6 206 6 139 6 161 6 178 6 167 6 122 6 161 6 189 6 228 6 206 6 228 6 194 6 178 6 150 6 139 6 144 6 139 6 178 6 133 6 172 6 194 6 211 6 222 6 194 6 133 6 172 6 +USC00046719192012TMIN 44 6 72 6 39 6 22 6 6 6 6 6 28 6 11 6 22 6 61 6 78 6 39 6 6 6 22 6 39 6 56 6 28 6 28 6 67 6 50 6 -11 6 28 6 22 6 22 6 61 6 28 6 50 6 44 6 44 6 28 6 61 6 +USC00046719192012PRCP 0P 6 33 6 0P 6 0P 6 0P 6 0P 6 84 6 0P 6 0P 6 0T 6 10 6 5 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 236 6 0P 6 0P 6 0P 6 0P 6 3 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192101TMAX 239 6 233 6 194 6 200 6 194 6 128 6 172 6 228 6 200 6 122 6 122 6 150 6 178 6 250 6 256 6 189 6 156 6 122 6 144 6 133 6 133 6 139 6 128 6 167 6 194 6 183 6 150 6 144 6 167 6 106 6 189 6 +USC00046719192101TMIN 44 6 44 6 44 6 22 6 28 6 61 6 0 6 11 6 11 6 50 6 -17 6 -17 6 11 6 33 6 44 6 50 6 94 6 83 6 67 6 11 6 11 6 11 6 39 6 11 6 11 6 44 6 78 6 44 6 22 6 33 6 33 6 +USC00046719192101PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 66 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 76 6 671 6 122 6 0P 6 102 6 0P 6 122 6 0P 6 0P 6 5 6 74 6 3 6 0P 6 15 6 5 6 +USC00046719192102TMAX 200 6 211 6 206 6 167 6 172 6 172 6 172 6 189 6 200 6 250 6 289 6 261 6 194 6 117 6 133 6 189 6 94 6 156 6 194 6 200 6 111 6 244 6 283 6 322 6 322 6 222 6 172 6 200 6-9999 -9999 -9999 +USC00046719192102TMIN 33 6 39 6 33 6 56 6 44 6 28 6 -6 6 6 6 17 6 39 6 61 6 78 6 61 6 83 6 -6 6 -6 6 39 6 0 6 6 6 -6 6 39 6 28 6 50 6 89 6 94 6 50 6 67 6 44 6-9999 -9999 -9999 +USC00046719192102PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 185 6 0P 6 0P 6 76 6 0P 6 0P 6 0P 6 18 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 -9999 -9999 +USC00046719192103TMAX 250 6 178 6 183 6 206 6 183 6 172 6 183 6 167 6 183 6 128 6 150 6 139 6 128 6 189 6 228 6 278 6 283 6 156 6 183 6 206 6 200 6 178 6 211 6 272 6 256 6 211 6 250 6 278 6 283 6 239 6 228 6 +USC00046719192103TMIN 44 6 72 6 100 6 56 6 72 6 89 6 61 6 78 6 61 6 83 6 100 6 89 6 111 6 100 6 50 6 72 6 94 6 83 6 56 6 39 6 44 6 83 6 44 6 67 6 67 6 67 6 50 6 50 6 67 6 67 6 106 6 +USC00046719192103PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 13 6 0P 6 0P 6 0P 6 38 6 0T 6 234 6 399 6 254 6 0P 6 0P 6 0P 6 8 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192104TMAX 244 6 206 6 128 6 156 6 167 6 172 6 211 6 267 6 239 6 189 6 156 6 194 6 167 6 178 6 194 6 211 6 222 6 233 6 206 6 222 6 294 6 289 6 144 6 211 6 228 6 278 6 350 6 361 6 322 6 250 6-9999 +USC00046719192104TMIN 72 6 50 6 78 6 44 6 6 6 6 6 50 6 44 6 61 6 100 6 44 6 44 6 100 6 28 6 17 6 22 6 28 6 33 6 39 6 50 6 67 6 78 6 100 6 28 6 33 6 50 6 83 6 100 6 122 6 106 6-9999 +USC00046719192104PRCP 0P 6 0P 6 0P 6 74 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 66 6 0P 6 3 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192105TMAX 233 6 217 6 183 6 194 6 122 6 139 6 156 6 194 6 161 6 239 6 278 6 261 6 256 6 261 6 217 6 150 6 189 6 194 6 189 6 150 6 139 6 178 6 161 6 178 6 233 6 211 6 161 6 178 6 211 6 200 6 228 6 +USC00046719192105TMIN 117 6 111 6 89 6 100 6 56 6 61 6 44 6 61 6 106 6 56 6 89 6 94 6 122 6 122 6 111 6 122 6 117 6 72 6 61 6 100 6 111 6 100 6 94 6 117 6 83 6 117 6 133 6 122 6 106 6 67 6 61 6 +USC00046719192105PRCP 0P 6 0P 6 0P 6 0P 6 99 6 249 6 13 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 20 6 0P 6 0P 6 0P 6 188 6 417 6 300 6 51 6 0P 6 0P 6 0P 6 8 6 18 6 0P 6 0P 6 0P 6 +USC00046719192106TMAX 244 6 222 6 189 6 233 6 261 6 289 6 283 6 272 6 250 6 261 6 261 6 244 6 228 6 189 6 222 6 217 6 233 6 306 6 328 6 333 6 306 6 272 6 261 6 256 6 261 6 278 6 306 6 283 6 283 6 306 6-9999 +USC00046719192106TMIN 78 6 100 6 117 6 133 6 139 6 139 6 139 6 139 6 139 6 150 6 144 6 144 6 133 6 139 6 122 6 83 6 83 6 89 6 122 6 139 6 128 6 144 6 156 6 144 6 133 6 128 6 117 6 133 6 122 6 122 6-9999 +USC00046719192106PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192107TMAX 306 6 289 6 256 6 317 6 350 6 328 6 322 6 328 6 339 6 322 6 317 6 339 6 322 6 328 6 322 6 333 6 322 6 333 6 333 6 300 6 328 6 339 6 333 6 322 6 317 6 306 6 289 6 294 6 289 6 278 6 250 6 +USC00046719192107TMIN 144 6 150 6 144 6 156 6 156 6 128 6 128 6 150 6 117 6 150 6 150 6 156 6 156 6 150 6 139 6 161 6 139 6 122 6 128 6 189 6 167 6 172 6 150 6 144 6 161 6 156 6 156 6 156 6 167 6 156 6 133 6 +USC00046719192107PRCP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192108TMAX 272 6 294 6 333 6 317 6 311 6 283 6 256 6 294 6 289 6 289 6 289 6 300 6 306 6 306 6 294 6 300 6 306 6 328 6 317 6 328 6 339 6 328 6 317 6 300 6 322 6 317 6 339 6 344 6 356 6 339 6 317 6 +USC00046719192108TMIN 139 6 139 6 94 6 128 6 133 6 150 6 167 6 150 6 144 6 139 6 128 6 89 6 106 6 106 6 133 6 139 6 128 6 106 6 111 6 122 6 117 6 139 6 167 6 139 6 128 6 128 6 139 6 156 6 150 6 156 6 128 6 +USC00046719192108PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192109TMAX 306 6 272 6 289 6 339 6 339 6 328 6 294 6 278 6 278 6 261 6 261 6 239 6 256 6 250 6 267 6 256 6 239 6 256 6 272 6 289 6 306 6 306 6 306 6 339 6 400 6 411 6 400 6 339 6 311 6 233 6-9999 +USC00046719192109TMIN 117 6 133 6 94 6 106 6 122 6 117 6 100 6 117 6 122 6 122 6 106 6 111 6 83 6 106 6 83 6 72 6 94 6 111 6 117 6 100 6 100 6 89 6 94 6 100 6 128 6 139 6 156 6 144 6 150 6 183 6-9999 +USC00046719192109PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 64 6-9999 +USC00046719192110TMAX 189 6 244 6 244 6 189 6 189 6 244 6 261 6 294 6 294 6 311 6 272 6 244 6 239 6 206 6 250 6 272 6 311 6 367 6 361 6 356 6 239 6 217 6 133 I6 183 6 211 6 217 6 250 6 317 6 339 6 333 6 306 6 +USC00046719192110TMIN 156 6 128 6 144 6 150 6 150 6 122 6 100 6 100 6 122 6 139 6 100 6 94 6 133 6 139 6 94 6 100 6 111 6 122 6 122 6 128 6 83 6 144 I6 106 6 50 6 44 6 44 6 56 6 61 6 72 6 89 6 83 6 +USC00046719192110PRCP 216 6 0P 6 0P 6 5 6 15 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 147 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192111TMAX 317 6 333 6 339 6 311 6 317 6 289 6 283 6 261 6 267 6 300 6 283 6 239 6 194 6 178 6 144 6 183 6 178 6 194 6 222 6 256 6 261 6 250 6 222 6 167 6 194 6 250 6 222 6 172 6 183 6 161 6-9999 +USC00046719192111TMIN 72 6 89 6 83 6 111 6 100 6 83 6 67 6 50 6 72 6 56 6 61 6 83 6 100 6 61 6 117 6 100 6 67 6 0 6 6 6 22 6 28 6 78 6 56 6 117 6 72 6 44 6 50 6 83 6 44 6 56 6-9999 +USC00046719192111PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 5 6 0P 6 15 6 0P 6 0P 6 0P 6-9999 +USC00046719192112TMAX 144 6 194 6 200 6 222 6 239 6 261 6 189 6 200 6 261 6 278 6 261 6 267 6 239 6 239 6 206 6 256 6 228 6 144 6 150 6 150 6 161 6 128 6 144 6 139 6 100 6 150 6 144 6 189 6 228 6 233 6 233 6 +USC00046719192112TMIN 72 6 61 6 78 6 33 6 28 6 44 6 50 6 72 6 50 6 22 6 28 6 22 6 33 6 89 6 44 6 28 6 39 6 94 6 133 6 144 6 111 6 72 6 39 6 61 6 83 6 94 6 128 6 100 6 111 6 100 6 111 6 +USC00046719192112PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 213 6 704 6 853 6 284 6 206 6 23 6 0P 6 170 6 196 6 513 6 0P 6 0P 6 3 6 0P 6 +USC00046719192201TMAX 172 6 128 6 150 6 144 6 167 6 161 6 144 6 178 6 156 6 194 6 233 6 228 6 250 6 222 6 206 6 178 6 156 6 128 6 122 6 111 6 156 6 178 6 206 6 211 6 244 6 233 6 156 6 133 6 56 6 106 6 122 6 +USC00046719192201TMIN 133 6 100 6 39 6 -6 6 17 6 17 6 39 6 33 6 17 6 11 6 44 6 22 6 11 6 17 6 22 6 22 6 67 6 44 6 11 6 -56 6 -39 6 -28 6 -22 6 -11 6 6 6 6 6 6 6 17 6 0 6 11 6 6 6 +USC00046719192201PRCP 145 6 528 6 23 6 0P 6 0P 6 0P 6 84 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 483 6 277 6 109 6 +USC00046719192201SNOW-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0T 6-9999 -9999 +USC00046719192202TMAX 133 6 133 6 150 6 139 6 167 6 217 6 200 6 133 6 133 6 144 6 161 6 161 6 178 6 228 6 239 6 228 6 172 6 150 6 172 6 100 6 128 6 128 6 133 6 133 6 194 6 139 6 167 6 172 6-9999 -9999 -9999 +USC00046719192202TMIN 0 6 -17 6 -28 6 -11 6 0 6 22 6 67 6 78 6 122 6 39 6 83 6 39 6 17 6 39 6 61 6 44 6 33 6 106 6 50 6 56 6 33 6 61 6 72 6 33 6 61 6 67 6 39 6 17 6-9999 -9999 -9999 +USC00046719192202PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 439 6 262 6 15 6 168 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 371 6 0P 6 10 6 0P 6 46 6 8 6 0P 6 5 6 0P 6-9999 -9999 -9999 +USC00046719192203TMAX 161 6 194 6 167 6 161 6 178 6 206 6 211 6 183 6 194 6 133 6 111 6 156 6 189 6 222 6 200 6 122 6 172 6 200 6 272 6 278 6 211 6 206 6 167 6 133 6 156 6 172 6 161 6 150 6 156 6 222 6 172 6 +USC00046719192203TMIN -6 6 0 6 22 6 28 6 39 6 17 6 44 6 72 6 6 6 44 6 33 6 -17 6 6 6-9999 67 6 83 6 44 6 11 6 44 6 67 6 67 6 72 6 67 6 89 6 83 6 67 6 67 6 61 6 100 6 89 6 89 6 +USC00046719192203PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 302 6 0P 6 0P 6 0P 6 0P 6 203 6 36 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 13 6 0P 6 0P 6 0P 6 0P 6 15 6 0P 6 18 6 +USC00046719192204TMAX 228 6 250 6 222 6 122 6 156 6 161 6 189 6 139 6 194 6 217 6 172 6 150 6 183 6 222 6 211 6 211 6 217 6 256 6 306 6 317 6 267 6 217 6 178 6 150 6 150 6 167 6 211 6 200 6 183 6 189 6-9999 +USC00046719192204TMIN 56 6 67 6 61 6 100 6 39 6 22 6 28 6 94 6 22 6 11 6 22 6 44 6 11 6 33 6 67 6 17 6 44 6 33 6 50 6 83 6 100 6 50 6 94 6 94 6 106 6 106 6 89 6 67 6 89 6 106 6-9999 +USC00046719192204PRCP 0P 6 0P 6 0P 6 56 6 0P 6 0P 6 0P 6 15 6 0P 6 0P 6 0P 6 10 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192205TMAX 222 6 217 6 244 6 267 6 244 6 172 6 150 6 178 6 156 6 183 6 261 6 306 6 344 6 294 6 261 6 272 6 217 6 200 6 233 6 217 6 267 6 306 6 300 6 267 6 250 6 300 6 300 6 311 6 311 6 267 6 217 6 +USC00046719192205TMIN 83 6 56 6 106 6 89 6 78 6 106 6 106 6 106 6 78 6 17 6 39 6 83 6 117 6 117 6 117 6 122 6 117 6 94 6 111 6 94 6 83 6 89 6 111 6 94 6 133 6 83 6 94 6 94 6 94 6 89 6 128 6 +USC00046719192205PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 5 6 0T 6 226 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192206TMAX 172 6 228 6 244 6 261 6 256 6 267 6 283 6 272 6 250 6 239 6 233 6 233 6 233 6 289 6 361 6 350 6 350 6 333 6 372 6 322 6 328 6 350 6 328 6 361 6 361 6 306 6 300 6 289 6 283 6 272 6-9999 +USC00046719192206TMIN 128 6 122 6 106 6 83 6 83 6 100 6 83 6 89 6 94 6 111 6 83 6 89 6 100 6 89 6 128 6 128 6 122 6 106 6 139 6 150 6 122 6 128 6 128 6 156 6 172 6 167 6 161 6 161 6 150 6 133 6-9999 +USC00046719192206PRCP 15 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192207TMAX 283 6 283 6 294 6 344 6 322 6 289 6 267 6 267 6 283 6 311 6 317 6 311 6 322 6 328 6 339 6 311 6 306 6 306 6 311 6 306 6 300 6 300 6 289 6 300 6 311 6 300 6 317 6 322 6 328 6 311 6 317 6 +USC00046719192207TMIN 122 6 139 6 150 6 150 6 156 6 144 6 150 6 150 6 161 6 139 6 117 6 117 6 150 6 139 6 156 6 144 6 139 6 144 6 167 6 139 6 128 6 117 6 117 6 133 6 128 6 128 6 122 6 139 6 144 6 144 6 172 6 +USC00046719192207PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 3 6 +USC00046719192208TMAX 306 6 322 6 333 6 322 6 339 6 344 6 328 6 328 6 322 6 344 6 361 6 356 6 300 6 272 6 283 6 283 6 306 6 306 6 317 6 317 6 311 6 306 6 306 6 356 6 367 6 350 6 367 6 361 6 361 6 356 6 356 6 +USC00046719192208TMIN 139 6 161 6 117 6 156 6 150 6 144 6 156 6 150 6 183 6 156 6 161 6 167 6 128 6 156 6 122 6 122 6 122 6 133 6 106 6 117 6 106 6 100 6 106 6 161 6 189 6 183 6 183 6 189 6 167 6 156 6 144 6 +USC00046719192208PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192209TMAX 339 6 328 6 328 6 322 6 306 6 317 6 333 6 317 6 306 6 300 6 328 6 322 6 306 6 322 6 350 6 411 6 422 6 383 6 339 6 350 6 344 6 317 6 322 6 344 6 378 6 333 6 267 6 256 6 272 6 322 6-9999 +USC00046719192209TMIN 133 6 128 6 122 6 100 6 94 6 111 6 156 6 183 6 139 6 133 6 128 6 144 6 161 6 172 6 144 6 150 6 178 6 167 6 150 6 150 6 139 6 133 6 128 6 128 6 144 6 144 6 139 6 156 6 111 6 83 6-9999 +USC00046719192209PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192210TMAX 322 6 300 6 267 6 261 6 256 6 289 6 261 6 267 6 261 6 244 6 239 6 228 6 217 6 233 6 256 6 256 6 256 6 294 6 283 6 256 6 267 6 317 6 322 6 328 6 306 6 267 6 144 6 211 6 206 6 228 6 222 6 +USC00046719192210TMIN 133 6 117 6 89 6 78 6 78 6 89 6 89 6 128 6 89 6 61 6 83 6 106 6 94 6 94 6 78 6 83 6 89 6 89 6 78 6 106 6 78 6 78 6 100 6 78 6 83 6 83 6 117 6 72 6 33 6 22 6 33 6 +USC00046719192210PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 137 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192211TMAX 206 6 194 6 183 6 183 6 217 6 222 6 194 6 161 6 144 6 144 6 189 6 222 6 211 6 211 6 244 6 233 6 217 6 250 6 239 6 228 6 244 6 244 6 239 6 261 6 267 6 278 6 250 6 144 6 117 6 128 6-9999 +USC00046719192211TMIN 44 6 44 6 17 6 0 6 17 6 22 6 56 6 111 6 106 6 44 6 28 6 22 6 39 6 17 6 50 6 39 6 28 6 78 6 50 6 44 6 61 6 56 6 50 6 56 6 56 6 56 6 72 6 50 6 39 6 6 6-9999 +USC00046719192211PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 25 6 401 6 20 6 3 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 8 6 5 6 0P 6-9999 +USC00046719192211WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6 1 6 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192212TMAX 156 6 150 6 183 6 178 6 172 6 128 6 161 6 150 6 150 6 139 6 167 6 139 6 156 6 156 6 156 6 144 6 150 6 222 6 233 6 261 6 250 6 256 6 256 6 222 6 167 6 233 6 250 6 133 6 150 6 189 6 139 6 +USC00046719192212TMIN 44 6 100 6 89 6 89 6 72 6 61 6 89 6 33 6 22 6 50 6 106 6 111 6 122 6 106 6 111 6 67 6 106 6 56 6 61 6 56 6 56 6 56 6 50 6 44 6 39 6 44 6 50 6 61 6 39 6 39 6 56 6 +USC00046719192212PRCP 8 6 99 6 56 6 0P 6 0P 6 79 6 51 6 43 6 0P 6 94 6 8 6 81 6 513 6 191 6 3 6 5 6 33 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 0P 6 0P 6 0P 6 +USC00046719192301TMAX 178 6 200 6 228 6 189 6 194 6 244 6 278 6 317 6 317 6 300 6 250 6 267 6 161 6 228 6 256 6 256 6 200 6 233 6 156 6 156 6 206 6 133 6 156 6 106 6 122 6 150 6 161 6 144 6 89 6 83 6 72 6 +USC00046719192301TMIN 39 6 22 6 17 6 11 6 33 6 33 6 50 6 72 6 89 6 78 6 50 6 17 6 72 6 11 6 44 6 67 6 56 6 72 6 94 6 83 6 28 6 72 6 83 6 83 6 39 6 11 6 6 6 0 6 50 6-9999 17 6 +USC00046719192301PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 66 6 3 6 86 6 61 6 0P 6 0P 6 0P 6 64 6 213 6 36 6 +USC00046719192302TMAX 72 6 144 6 128 6 178 6 178 6 206 6 200 6 139 6 128 6 139 6 89 6 139 6 133 6 211 6 250 6 278 6 300 6 300 6 256 6 233 6 200 6 239 6 250 6 261 6 194 6 189 6 217 6 239 6-9999 -9999 -9999 +USC00046719192302TMIN -17 6 -6 6 -17 6 -6 6 22 6 6 6 6 6 11 6 6 6 -11 6 22 6 11 6 56 6 17 6 33 6 56 6 61 6 83 6 89 6 94 6 72 6 78 6 61 6 72 6 100 6 83 6 50 6 56 6-9999 -9999 -9999 +USC00046719192302PRCP 10 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 51 6 25 6 0P 6 145 6 3 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 -9999 -9999 +USC00046719192302WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192303TMAX 217 6 178 6 117 6 144 6 167 6 200 6 250 6 194 6 161 6 194 6 194 6 250 6 244 6 211 6 211 6 239 6 233 6 272 6 267 6 206 6 211 6 228 6 267 6 272 6 294 6 289 6 289 6 278 6 261 6 256 6 222 6 +USC00046719192303TMIN 94 6 56 6 78 6-9999 0 6 22 6 44 6 89 6 94 6 11 6 33 6 39 6 61 6 67 6 22 6 28 6 50 6 78 6 61 6 50 6 61 6 33 6 61 6 61 6 44 6 94 6 94 6 72 6 78 6 67 6 67 6 +USC00046719192303PRCP 38 6 8 6 56 6 46 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192303WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192304TMAX 156 6 139 6 189 6 178 6 161 6 200 6 200 6 211 6 217 6 200 6 178 6 217 6 183 6 267 6 239 6 178 6 189 6 161 6 167 6 178 6 178 6 200 6 217 6 211 6 178 6 167 6 200 6 222 6 222 6 222 6-9999 +USC00046719192304TMIN 89 6 78 6 89 6 56 6 117 6 122 6 50 6 44 6 72 6 111 6 106 6 83 6 117 6 122 6 89 6 128 6 106 6 72 6 50 6 106 6 117 6 33 6 33 6 50 6 89 6 89 6 83 6 61 6 83 6 56 6-9999 +USC00046719192304PRCP 76 6 56 6 25 6 0P 6 18 6 188 6 0P 6 0P 6 0P 6 188 6 0P 6 0P 6 0P 6 0P 6 0P 6 10 6 0P 6 79 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192305TMAX 256 6 272 6 306 6 261 6 267 6 306 6 344 6 367 6 378 6 278 6 239 6 194 6 178 6 261 6 250 6 194 6 194 6 233 6 228 6 194 6 217 6 261 6 300 6 283 6 267 6 244 6 250 6 239 6 244 6 189 6 217 6 +USC00046719192305TMIN 72 6 78 6 94 6 111 6 78 6 89 6 117 6 139 6 156 6 122 6 100 6 128 6 133 6 122 6 94 6 122 6 117 6 89 6 72 6 100 6 89 6 72 6 94 6 94 6 111 6 78 6 67 6 72 6 89 6 128 6 72 6 +USC00046719192305PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192305WT08-9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192306TMAX 233 6 239 6 228 6 194 6 189 6 206 6 217 6 250 6 294 6 306 6 306 6 239 6 250 6 244 6 200 6 228 6 261 6 228 6 194 6 172 6 222 6 239 6 256 6 261 6 256 6 272 6 317 6 339 6 350 6 328 6-9999 +USC00046719192306TMIN 61 6 56 6 89 6 117 6 128 6 94 6 78 6 106 6 94 6 122 6 128 6 128 6 89 6 83 6 111 6 61 6 78 6 89 6 128 6 122 6 111 6 133 6 89 6 122 6 111 6 111 6 78 6 100 6 128 6 117 6-9999 +USC00046719192306PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 5 6 0P 6 0P 6 0P 6 5 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192307TMAX 311 6 311 6 311 6 283 6 256 6 261 6 250 6 256 6 256 6 283 6 300 6 311 6 311 6 311 6 300 6 311 6 317 6 311 6 317 6 344 6 328 6 317 6 328 6 306 6 322 6 344 6 306 6 339 6 311 6 328 6 261 6 +USC00046719192307TMIN 111 6 111 6 133 6 117 6 144 6 144 6 144 6 150 6 100 6 106 6 94 6 111 6 122 6 133 6 117 6 106 6 106 6 111 6 111 6 128 6 128 6 128 6 172 6 167 6 139 6 122 6 150 6 161 6 150 6 150 6 178 6 +USC00046719192307PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192308TMAX 322 6 306 6 294 6 300 6 283 6 278 6 278 6 294 6 272 6 300 6 311 6 294 6 283 6 283 6 317 6 317 6 322 6 278 6 289 6 289 6 300 6 322 6 339 6 300 6 339 6 311 6 289 6 289 6 294 6 306 6 317 6 +USC00046719192308TMIN 150 6 144 6 133 6 122 6 111 6 111 6 139 6 139 6 139 6 133 6 133 6 167 6 144 6 139 6 139 6 161 6 150 6 161 6 150 6 128 6 144 6 111 6 128 6 144 6 172 6 144 6 150 6 133 6 117 6 122 6 128 6 +USC00046719192308PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192309TMAX 328 6 356 6 328 6 339 6 361 6 367 6 367 6 378 6 328 6 311 6 272 6 222 6 267 6 261 6 256 6 222 6 211 6 272 6 300 6 328 6 300 6 300 6 222 6 244 6 244 6 244 6 272 6 317 6 322 6 294 6-9999 +USC00046719192309TMIN 122 6 144 6 167 6 206 6 167 6 172 6 172 6 172 6 156 6 183 6 183 6 178 6 167 6 156 6 156 6 150 6 156 6 128 6 111 6 106 6 122 6 139 6 89 6 72 6 78 6 150 6 78 6 89 6 106 6 111 6-9999 +USC00046719192309PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 8 6 25 6 0P 6 0P 6 0P 6 0P 6 25 6 0P 6 0P 6 0P 6 0P 6 79 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192310TMAX 250 6 256 6 261 6 222 6 256 6 194 6 222 6 206 6 228 6 267 6 306 6 322 6 333 6 322 6 233 6 272 6 344 6 356 6 350 6 322 6 256 6 222 6 233 6 256 6 261 6 272 6 261 6 239 6 250 6 239 6 161 6 +USC00046719192310TMIN 89 6 72 6 94 6 117 6 128 6 100 6 122 6 72 6 61 6 67 6 89 6 94 6 128 6 100 6 78 6 89 6 94 6 122 6 111 6 111 6 117 6 139 6 67 6 61 6 61 6 78 6 78 6 67 6 56 6 67 6 122 6 +USC00046719192310PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 33 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 127 6 +USC00046719192311TMAX 211 6 228 6 283 6 294 6 283 6 283 6 272 6 217 6 200 6 200 6 228 6 261 6 272 6 283 6 283 6 283 6 261 6 272 6 250 6 239 6 272 6 267 6 289 6 250 6 261 6 233 6 261 6 222 6 206 6 161 6-9999 +USC00046719192311TMIN 67 6 61 6 72 6 83 6 94 6 89 6 89 6 89 6 111 6 106 6 61 6 61 6 78 6 72 6 100 6 111 6 78 6 78 6 83 6 122 6 83 6 72 6 78 6 78 6 83 6 56 6 67 6 61 6 33 6 89 6-9999 +USC00046719192311PRCP 25 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 3 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192312TMAX 228 6 239 6 244 6 261 6 222 6 233 6 178 6 161 6 133 6 172 6 178 6 150 6 117 6 217 6 250 6 261 6 244 6 206 6 178 6 167 6 178 6 178 6 217 6 233 6 239 6 161 6 178 6 217 6 139 6 156 6 128 6 +USC00046719192312TMIN 72 6 72 6 56 6 39 6 33 6 33 6 56 6 67 6 72 6 83 6 39 6 -6 6 22 6 72 6 56 6 56 6 67 6 50 6 61 6 17 6 11 6 6 6 6 6 39 6 50 6 39 6 94 6 72 6 72 6 78 6 0 6 +USC00046719192312PRCP 10 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 41 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 84 6 0P 6 18 6 0P 6 13 6 +USC00046719192401TMAX 128 6 111 6 167 6 228 6 261 6 267 6 239 6 178 6 183 6 228 6 228 6 244 6 222 6 211 6 194 6 178 6 183 6 178 6 239 6 233 6 239 6 222 6 194 6 189 6 228 6 211 6 183 6 194 6 211 6 244 6 244 6 +USC00046719192401TMIN 17 6 -33 6 -11 6 28 6 22 6 22 6 44 6 17 6 22 6 33 6 33 6 39 6 22 6 33 6 22 6 22 6 17 6 11 6 11 6 17 6 17 6 28 6 6 6 17 6 17 6 28 6 50 6 117 6 67 6 50 6 50 6 +USC00046719192401PRCP 81 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 122 6 127 6 0P 6 0P 6 0P 6 +USC00046719192401SNOW 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 0 6 +USC00046719192402TMAX 233 6 156 6 228 6 250 6 233 6 233 6 211 6 194 6 178 6 200 6 267 6 300 6 317 6 206 6 200 6 189 6 272 6 289 6 256 6 222 6 211 6 239 6 239 6 239 6 267 6 233 6 256 6 261 6 283 6-9999 -9999 +USC00046719192402TMIN 39 6 56 6 33 6 61 6 61 6 50 6 50 6 89 6 94 6 44 6 44 6 39 6 83 6 89 6 83 6 106 6 50 6 78 6 72 6 50 6 44 6 50 6 44 6 89 6 56 6 61 6 56 6 61 6 56 6-9999 -9999 +USC00046719192402PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 28 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 -9999 +USC00046719192402WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192403TMAX 206 6 156 6 172 6 161 6 211 6 239 6 194 6 200 6 206 6 200 6 228 6 228 6 228 6 222 6 161 6 200 6 128 6 178 6 194 6 144 6 161 6 172 6 100 6 150 6 167 6 128 6 150 6 150 6 172 6 206 6 239 6 +USC00046719192403TMIN 61 6 94 6 72 6 50 6 39 6 50 6 56 6 72 6 39 6 56 6 61 6 44 6 44 6 44 6 100 6 39 6 83 6 50 6 33 6 72 6 11 6 11 6 67 6 39 6 11 6 72 6 50 6 28 6 39 6 33 6 61 6 +USC00046719192403PRCP 0P 6 236 6 152 6 89 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 66 6 0P 6 3 6 0P 6 0P 6 198 6 56 6 0P 6 353 6 51 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192404TMAX 194 6 178 6 167 6 167 6 272 6 250 6 189 6 161 6 156 6 183 6 144 6 211 6 189 6 156 6 178 6 200 6 261 6 311 6 317 6 250 6 228 6 189 6 172 6 189 6 217 6 233 6 172 6 200 6 233 6 250 6-9999 +USC00046719192404TMIN 50 6 50 6 83 6 89 6 78 6 122 6 78 6 94 6 111 6 122 6 117 6 111 6 111 6 117 6 50 6 50 6 28 6 72 6 100 6 78 6 106 6 78 6 72 6 78 6 94 6 83 6 100 6 72 6 67 6 83 6-9999 +USC00046719192404PRCP 0P 6 104 6 0P 6 10 6 0P 6 15 6 114 6 0T 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 140 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192405TMAX 228 6 167 6 211 6 222 6 228 6 261 6 344 6 311 6 239 6 211 6 233 6 217 6 217 6 256 6 333 6 344 6 300 6 283 6 256 6 250 6 239 6 211 6 178 6 222 6 228 6 183 6 217 6 300 6 256 6 256 6 294 6 +USC00046719192405TMIN 117 6 133 6 133 6 128 6 106 6 94 6 106 6 117 6 117 6 128 6 128 6 106 6 78 6 78 6 122 6 144 6 139 6 139 6 122 6 83 6 94 6 100 6 128 6 94 6 94 6 117 6 128 6 89 6 117 6 156 6 106 6 +USC00046719192405PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192406TMAX 328 6 328 6 306 6 278 6 272 6 222 6 228 6 222 6 228 6 283 6 311 6 328 6 306 6 322 6 328 6 317 6 278 6 278 6 328 6 339 6 272 6 283 6 250 6 272 6 306 6 294 6 317 6 328 6 339 6 328 6-9999 +USC00046719192406TMIN 111 6 144 6 139 6 144 6 144 6 122 6 133 6 100 6 139 6-9999 94 6 111 6 117 6 106 6 117 6 111 6 111 6 106 6 100 6 117 6 117 6 133 6 122 6 111 6 100 6 111 6 139 6 144 6 133 6 150 6-9999 +USC00046719192406PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192407TMAX 344 6 333 6 328 6 311 6 300 6 294 6 278 6 300 6 317 6 322 6 311 6 283 6 317 6 322 6 306 6 289 6 283 6 278 6 261 6 267 6 283 6 289 6 289 6 289 6 322 6 367 6 344 6 306 6 311 6 333 6 328 6 +USC00046719192407TMIN 178 6 178 6 144 6 150 6 150 6 133 6 150 6 128 6 128 6 161 6 128 6 94 6 133 6 133 6 111 6 133 6 117 6 133 6 144 6 150 6 122 6 133 6 117 6 122 6 144 6 178 6 172 6 161 6 150 6 122 6 128 6 +USC00046719192407PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192408TMAX 322 6 306 6 300 6 294 6 311 6 322 6 339 6 311 6 317 6 344 6 344 6 333 6 339 6 300 6 289 6 278 6 289 6 289 6 267 6 217 6 250 6 250 6 289 6 333 6 333 6 322 6 311 6 317 6 294 6 306 6 306 6 +USC00046719192408TMIN 144 6 122 6 122 6 144 6 94 6 111 6 139 6 144 6 156 6 161 6 167 6 161 6 167 6 139 6 144 6 144 6 117 6 111 6 122 6 144 6 144 6 133 6 117 6 122 6 139 6 150 6 122 6 128 6 133 6 144 6 139 6 +USC00046719192408PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192409TMAX 306 6 333 6 350 6 361 6 356 6 339 6 283 6 300 6 333 6 322 6 333 6 328 6 322 6 356 6 361 6 333 6 306 6 244 6 200 6 239 6 311 6 283 6 261 6 244 6 244 6 311 6 339 6 378 6 394 6 367 6-9999 +USC00046719192409TMIN 139 6 167 6 178 6 183 6 183 6 178 6 128 6 111 6 133 6 128 6 139 6 133 6 167 6 172 6 172 6 139 6 139 6 128 6 133 6 139 6 94 6 94 6 72 6 83 6 100 6 100 6 128 6 144 6 161 6 189 6-9999 +USC00046719192409PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192410TMAX 300 6 294 6 261 6 217 6 178 6 167 6 200 6 250 6 200 6 178 6 200 6 272 6 267 6 256 6 261 6 200 6 233 6 311 6 322 6 256 6 272 6 267 6 233 6 283 6 244 6 244 6 200 6 217 6 178 6 217 6 289 6 +USC00046719192410TMIN 150 6 106 6 94 6 128 6 133 6 133 6 78 6 78 6 83 6 106 6 33 6 56 6 78 6 94 6 83 6 94 6 56 6 89 6 139 6 111 6 78 6 89 6 44 6 78 6 89 6 94 6 89 6 72 6 117 6 61 6 89 6 +USC00046719192410PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 15 6 15 6 0P 6 0P 6 0T 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 224 6 0P 6 0P 6 +USC00046719192411TMAX 317 6 322 6 261 6 206 6 156 6 178 6 189 6 206 6 139 6 172 6 183 6 161 6 211 6 217 6 239 6 222 6 200 6 222 6 261 6 294 6 350 6 311 6 300 6 283 6 261 6 256 6 283 6 317 6 300 6 256 6-9999 +USC00046719192411TMIN 117 6 133 6 106 6 72 6-9999 44 6 39 6 56 6 106 6 122 6 100 6 39 6 83 6 50 6 67 6 89 6 61 6 61 6 89 6 106 6 128 6 150 6 172 6 72 6 67 6 72 6 83 6 100 6 111 6 89 6-9999 +USC00046719192411PRCP 0P 6 0P 6 0P 6 0P 6 48 6 0P 6 0P 6 0P 6 241 6 152 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192412TMAX 222 6 194 6 228 6 217 6 122 6 128 6 111 6 144 6 217 6 233 6 272 6 283 6 244 6 233 6 261 6 111 6 94 6 111 6 139 6 183 6 178 6 122 6 150 6 122 6 150 6 167 6 161 6 167 6 233 6 139 6 189 6 +USC00046719192412TMIN 56 6 50 6 72 6 61 6 89 6 72 6 56 6 78 6 61 6 83 6 111 6 100 6 89 6 67 6 89 6 83 6 6 6 0 6 -6 6 6 6 39 6 44 6 39 6 33 6 -22 6 -11 6 0 6 33 6 39 6 72 6 67 6 +USC00046719192412PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 173 6 0P 6 25 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 203 6 15 6 0P 6 0P 6 0P 6 0P 6 25 6 25 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192501TMAX 167 6 211 6 228 6 239 6 244 6 200 6 178 6 172 6 178 6 172 6 167 6 189 6 189 6 89 6 167 6 167 6 211 6 222 6 261 6 239 6 244 6 239 6 222 6 200 6 144 6 200 6 211 6 222 6 239 6 150 6 167 6 +USC00046719192501TMIN 56 6 44 6 28 6 44 6 56 6 56 6 17 6 22 6 17 6 17 6 11 6 11 6 22 6 22 6 17 6 22 6 22 6 44 6 72 6 89 6 50 6 61 6 106 6 44 6 44 6 78 6 72 6 67 6 89 6 56 6 67 6 +USC00046719192501PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 56 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 13 6 10 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192502TMAX 200 6 256 6 256 6 206 6 172 6 133 6 172 6 122 6 194 6 256 6 239 6 128 6 161 6 156 6 172 6 183 6 217 6 222 6 200 6 133 6 178 6 189 6 139 6 194 6 267 6 267 6 283 6 289 6-9999 -9999 -9999 +USC00046719192502TMIN 39 6 67 6 78 6 56 6 44 6 56 6 56 6 72 6 83 6 67 6 78 6 44 6 50 6 67 6 72 6 50 6 44 6 50 6 83 6 94 6 39 6 56 6 67 6 50 6 67 6 89 6 89 6 78 6-9999 -9999 -9999 +USC00046719192502PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 18 6 8 6 15 6 0P 6 0P 6 0P 6 84 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 23 6 56 6 30 6 0P 6 13 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 -9999 -9999 +USC00046719192503TMAX 300 6 283 6 272 6 289 6 167 6 139 6 139 6 144 6 167 6 144 6 172 6 183 6 222 6 256 6 272 6 267 6 233 6 278 6 306 6 306 6 261 6 233 6 178 6 239 6 239 6 178 6 156 6 167 6 117 6 167 6 128 6 +USC00046719192503TMIN 83 6 83 6 61 6 89 6 78 6 100 6 56 6 17 6 39 6 39 6 39 6 22 6 22 6 78 6 83 6 78 6 61 6 89 6 100 6 100 6 100 6 83 6 78 6 94 6 78 6 94 6 106 6 111 6 72 6 22 6 39 6 +USC00046719192503PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 36 6 122 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 36 6 0P 6 0P 6 216 6 5 6 127 6 +USC00046719192504TMAX 156 6 222 6 183 6 139 6 133 6 156 6 206 6 211 6 239 6 289 6 261 6 261 6 278 6 333 6 306 6 289 6 239 6 233 6 217 6 144 6 150 6 100 6 156 6 228 6 250 6 233 6 194 6 156 6 172 6 200 6-9999 +USC00046719192504TMIN 39 6 33 6 50 6 94 6 61 6 89 6 56 6 78 6 94 6 78 6 106 6 94 6 89 6 122 6 133 6 139 6 89 6 72 6 78 6 100 6 33 6 61 6 61 6 44 6 83 6 83 6 106 6 117 6 106 6 111 6-9999 +USC00046719192504PRCP 0P 6 0P 6 0P 6 447 6 323 6 3 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 13 6 48 6 43 6 84 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192505TMAX 278 6 272 6 250 6 244 6 222 6 244 6 228 6 222 6 200 6 178 6 217 6 222 6 172 6 217 6 189 6 211 6 283 6 289 6 233 6 217 6 239 6 256 6 228 6 244 6 228 6 239 6 256 6 250 6 256 6 233 6 211 6 +USC00046719192505TMIN 83 6 94 6 106 6 100 6 106 6 111 6 117 6 122 6 122 6 106 6 78 6 78 6 89 6 83 6 89 6 100 6-9999 100 6 122 6 133 6 106 6 117 6 133 6 133 6 117 6 139 6 117 6 100 6 111 6 133 6 128 6 +USC00046719192505PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 76 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 5 6 91 6 0P 6 0P 6 0P 6 0P 6 0P 6 5 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192506TMAX 211 6 194 6 150 6 200 6 189 6 250 6 300 6 300 6 294 6 272 6 250 6 278 6 256 6 228 6 233 6 261 6 233 6 278 6 344 6 294 6 283 6 322 6 356 6 317 6 361 6 389 6 389 6 344 6 300 6 350 6-9999 +USC00046719192506TMIN 122 6 128 6 106 6 111 6 89 6 72 6 117 6 128 6 100 6 139 6 139 6 117 6 139 6 133 6 139 6 94 6 122 6 139 6 122 6 128 6 122 6 100 6 122 6 144 6 150 6 183 6 194 6 183 6 178 6 172 6-9999 +USC00046719192506PRCP 0P 6 0P 6 51 6 23 6 23 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192507TMAX 294 6 300 6 294 6 283 6 283 6 300 6 300 6 289 6 289 6 306 6 339 6 372 6 367 6 372 6 372 6 394 6 400 6 344 6 333 6 317 6 294 6 294 6 306 6 317 6 328 6 333 6 317 6 311 6 306 6 311 6 317 6 +USC00046719192507TMIN 178 6 161 6 150 6 139 6 133 6 111 6 122 6 117 6 111 6 128 6 133 6 161 6 217 6 222 6 211 6 222 6 233 6 194 6 178 6 194 6 156 6 144 6 128 6 128 6 144 6 150 6 144 6 139 6 156 6 167 6 161 6 +USC00046719192507PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192508TMAX 328 6 317 6 317 6 328 6 306 6 306 6 294 6 278 6 272 6 267 6 278 6 294 6 322 6 328 6 322 6 306 6 322 6 328 6 344 6 333 6 317 6 328 6 300 6 322 6 339 6 350 6 322 6 300 6 300 6 289 6 289 6 +USC00046719192508TMIN 178 6 178 6 161 6 150 6 156 6 161 6 144 6 139 6 139 6 117 6 128 6 117 6 122 6 144 6 139 6 111 6 111 6 128 6 144 6 133 6 139 6 161 6 128 6 133 6 156 6 172 6 144 6 122 6 94 6 111 6 111 6 +USC00046719192508PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192509TMAX 294 6 256 6 283 6 278 6 289 6 317 6 267 6 283 6 289 6 311 6 311 6 261 6 283 6 311 6 311 6 278 6 289 6 272 6 278 6 256 6 322 6 350 6 361 6 361 6 322 6 278 6 250 6 256 6 300 6 344 6-9999 +USC00046719192509TMIN 117 6 144 6 133 6 117 6 117 6 128 6 150 6 100 6 111 6 111 6 117 6 122 6 117 6 106 6 122 6 122 6 117 6 172 6 94 6 100 6 111 6 133 6 150 6 167 6 150 6 106 6 133 6 144 6 94 6 128 6-9999 +USC00046719192509PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192510TMAX 317 6 294 6 289 6 183 6 217 6 217 6 239 6 272 6 239 6 206 6 189 6 156 6 183 6 217 6 222 6 222 6 217 6 256 6 306 6 306 6 272 6 244 6 228 6 311 6 300 6 250 6 272 6 239 6 200 6 222 6 222 6 +USC00046719192510TMIN 133 6 106 6 100 6 139 6 144 6 100 6 89 6 100 6 111 6 117 6 117 6 100 6 72 6 78 6 89 6 61 6 94 6 83 6 122 6 150 6 122 6 150 6 117 6 106 6 128 6 94 6 94 6 100 6 128 6 89 6 139 6 +USC00046719192510PRCP 0P 6 0P 6 0P 6 0T 6 107 6 3 6 0P 6 0P 6 0P 6 0P 6 0P 6 56 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192511TMAX 222 6 200 6 178 6 178 6 211 6 217 6 233 6 256 6 256 6 222 6 228 6 222 6 228 6 222 6 256 6 233 6 233 6 267 6 272 6 267 6 256 6 244 6 228 6 144 6 206 6 211 6 189 6 189 6 233 6 222 6-9999 +USC00046719192511TMIN 128 6 106 6 44 6 39 6 56 6 56 6 50 6 89 6 83 6 67 6 67 6 83 6 78 6 78 6 44 6 67 6 50 6 78 6 50 6 89 6 100 6 106 6 144 6 111 6 89 6 89 6 94 6 100 6 94 6 133 6-9999 +USC00046719192511PRCP 0P 6 0P 6 0T 6 5 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 229 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192512TMAX 222 6 200 6 211 6 211 6 256 6 256 6 267 6 244 6 239 6 233 6 233 6 194 6 200 6 194 6 211 6 233 6 206 6 139 6 150 6 194 6 206 6 233 6 250 6 267 6 256 6 272 6 228 6 211 6 239 6 222 6 217 6 +USC00046719192512TMIN 144 6 117 6 111 6 61 6 89 6 122 6 94 6 94 6 89 6 78 6 78 6 78 6 44 6 44 6 44 6 67 6 67 6 83 6 61 6 50 6 67 6 67 6 94 6 44 6 89 6 83 6 111 6 117 6 106 6 94 6 111 6 +USC00046719192512PRCP 251 6 394 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 180 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 13 6-9999 -9999 -9999 +USC00046719192601TMAX 217 6 194 6 194 6 206 6 228 6 250 6 244 6 239 6 250 6 239 6 244 6 244 6 233 6 200 6 194 6 178 6 183 6 178 6 172 6 172 6 172 6 206 6 200 6 183 6 200 6 217 6 233 6 189 6 133 6 194 6 117 6 +USC00046719192601TMIN 78 6 83 6 67 6 44 6 56 6 67 6 106 6 78 6 72 6 56 6 56 6 72 6 83 6 44 6 61 6 56 6 56 6 56 6 28 6 61 6 17 6 33 6 61 6 50 6 56 6 33 6 39 6 33 6 56 6 61 6 83 6 +USC00046719192601PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 20 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 0P 6 638 6 +USC00046719192602TMAX 161 6 144 6 189 6 183 6 244 6 233 6 256 6 283 6 267 6 161 6 172 6 128 6 128 6 156 6 161 6 194 6 206 6 239 6 244 6 189 6 178 6 194 6 211 6 239 6 283 6 317 6 294 6 289 6-9999 -9999 -9999 +USC00046719192602TMIN 78 6 72 6 78 6 67 6 78 6 100 6 100 6 100 6 100 6 83 6 83 6 89 6 83 6 67 6 61 6 83 6 39 6 61 6 78 6 67 6 56 6 61 6 67 6 72 6 83 6 117 6 100 6 106 6-9999 -9999 -9999 +USC00046719192602PRCP 18 6 33 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 424 6 340 6 25 6 18 6 13 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192603TMAX 272 6 272 6 217 6 150 6 189 6 178 6 211 6 206 6 183 6 200 6 233 6 272 6 317 6 306 6 256 6 228 6 222 6 189 6 150 6 189 6 222 6 289 6 317 6 239 6 156 6 211 6 217 6 161 6 206 6 172 6 150 6 +USC00046719192603TMIN 111 6 111 6 89 6 117 6 117 6 117 6 83 6 72 6 67 6 56 6 56 6 78 6 133 6 117 6 100 6 111 6 128 6 83 6 106 6 72 6 106 6 94 6 128 6 100 6 128 6 83 6 106 6 111 6 94 6 111 6 100 6 +USC00046719192603PRCP 0P 6 0P 6 0P 6 15 6 0P 6 0P 6 0T 6 5 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 112 6 0P 6 0P 6 0P 6 0P 6 0P 6 20 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192604TMAX 161 6 189 6 189 6 172 6 167 6 194 6 144 6 167 6 194 6 189 6 211 6 261 6 261 6 267 6 283 6 272 6 172 6 183 6 233 6 250 6 278 6 272 6 322 6 328 6 294 6 244 6 206 6 233 6 206 6 167 6-9999 +USC00046719192604TMIN 94 6 94 6 100 6 100 6 122 6 128 6 128 6 100 6 67 6 117 6 94 6 94 6 122 6 111 6 128 6 117 6 133 6 122 6 72 6 89 6 111 6 117 6 122 6 133 6 128 6 144 6 150 6 144 6 133 6 139 6-9999 +USC00046719192604PRCP 5 6-9999 20 6 20 6 968 6 366 6 645 6 399 6 25 6-9999 56 6 8 6-9999 -9999 -9999 15 6 18 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 5 6-9999 -9999 -9999 +USC00046719192605TMAX 178 6 200 6 256 6 200 6 200 6 200 6 194 6 200 6 217 6 294 6 322 6 328 6 306 6 278 6 278 6 283 6 278 6 289 6 267 6 272 6 283 6 228 6 183 6 217 6 222 6 256 6 244 6 300 6 317 6 300 6 300 6 +USC00046719192605TMIN 133 6 139 6 111 6 128 6 133 6 106 6 89 6 78 6 72 6 83 6 128 6 133 6 133 6 100 6 100 6 106 6 117 6 128 6 139 6 133 6 122 6 150 6 144 6 72 6 94 6 83 6 117 6 111 6 133 6 117 6 133 6 +USC00046719192605PRCP 0P 6 46 6 0P 6 0P 6 38 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192606TMAX-9999 -9999 -9999 -9999 283 6-9999 -9999 -9999 -9999 -9999 -9999 267 6 261 6 261 6 256 6 250 6 261 6 261 6 278 6 278 6 294 6 300 6 300 6 272 6 306 6 356 6 367 6 367 6 328 6 300 6-9999 +USC00046719192606TMIN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 156 6 156 6 111 6-9999 128 6 117 6 128 6 111 6 133 6 117 6 133 6 117 6 122 6 128 6 139 6 122 6 178 6 161 6 167 6 128 6-9999 +USC00046719192606PRCP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0T 6-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192607TMAX 289 6 300 6 322 6 328 6 283 6 372 6 278 6 239 6 189 6 261 6 278 6 283 6 317 6 328 6 339 6-9999 317 6 333 6 367 6 333 6 306 6 317 6 339 6 306 6 328 6 322 6-9999 -9999 372 6-9999 -9999 +USC00046719192607TMIN 128 6 128 6 128 6 128 6 161 6 117 6 111 6 122 6 139 6 128 6 111 6 144 6 128 6 133 6 156 6 167 6 167 6 167 6 178 6 167 6 150 6 128 6 128 6 133 6 144 6 144 6 167 6 150 6 122 6 150 6 139 6 +USC00046719192607PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 8 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192608TMAX 294 6 317 6 328 6 333 6 306 6 294 6 300 6 306 6 311 6 311 6 317 6 328 6 328 6 328 6 333 6 306 6 283 6 289 6 289 6 261 6 256 6 333 6 378 6 406 6 406 6 350 6 317 6 294 6 289 6 289 6 333 6 +USC00046719192608TMIN 150 6 161 6 156 6 178 6 161 6 172 6 150 6 128 6 128 6 133 6 117 6 106 6 106 6 117 6 122 6 133 6 150 6 139 6 150 6 172 6 167 6 139 6 139 6 156 6 206 6 194 6 161 6 161 6 150 6 106 6 122 6 +USC00046719192608PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 3 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192609TMAX 311 6 317 6 300 6 283 6 306 6 300 6 317 6 339 6 339 6 333 6 306 6 306 6 300 6 289 6 250 6 233 6 256 6 278 6 322 6 317 6 317 6 306 6 300 6 283 6 256 6 256 6 322 6 272 6 222 6 278 6-9999 +USC00046719192609TMIN 128 6 133 6 128 6 122 6 117 6 133 6 94 6 128 6 156 6-9999 122 6 111 6 117 6 111 6 133 6 117 6 111 6 94 6 100 6 100 6 100 6 106 6-9999 83 6 106 6 72 6 72 6 133 6 133 6 106 6-9999 +USC00046719192609PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192610TMAX 244 6 217 6 289 6 339 6 367 6 361 6 322 6 261 6 228 6 256 6 278 6 350 6 328 6 289 6 322 6 350 6 328 6 239 6 256 6 222 6 233 6 239 6 244 6 317 6 344 6 283 6 283 6 239 6 217 6 267 6 283 6 +USC00046719192610TMIN 106 6 128 6 111 6 122 6 150 6 144 6 144 6 117 6 144 6 72 6 94 6-9999 122 6 106 6 122 6 139 6 139 6 128 6 144 6 128 6 94 6 89 6 94 6 83 6 117 6 122 6-9999 67 6 72 6 89 6 150 6 +USC00046719192610PRCP 0P 6 23 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192611TMAX 306 6 328 6 317 6 322 6 311 6 294 6 328 6 322 6 306 6 250 6 211 6 144 6 211 6-9999 289 6 294 6 300 6 311 6 244 6 294 6 294 6 244 6 233 6 144 6 172 6 144 6 178 6 200 6 233 6 289 6-9999 +USC00046719192611TMIN 100 6 122 6 111 6 100 6 139 6 111 6 106 6 122 6 111 6 122 6 89 6 122 6 72 6 61 6 72 6 100 6 122 6 94 6 111 6 94 6 106 6 100 6 100 6 122 6 83 6 122 6 111 6 72 6 89 6 117 6-9999 +USC00046719192611PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 20 6 3 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 704 6 5 6 335 6 226 6 0P 6 0P 6 0P 6-9999 +USC00046719192612TMAX 256 6 200 6 117 6 150 6 194 6 150 6 178 6 122 6 172 6 222 6 200 6 167 6-9999 172 6 183 6 233 6 217 6 117 6 178 6 133 6-9999 128 6 72 6 133 6 128 6 128 6 122 6 189 6 194 6 244 6 272 6 +USC00046719192612TMIN 106 6 94 6 106 6 -11 S6-9999 122 6 67 6 56 6 56 6 106 6 67 6 89 6 72 6 28 6 28 6 33 6 56 6 67 6 89 6 39 6-9999 11 6 0 6 17 6 -17 6 6 6 0 6 0 6 17 6 6 6 56 6 +USC00046719192612PRCP 0P 6 0P 6 109 6 3 6 0P 6 0P 6 0P 6 353 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 46 6 0P 6 0P 6 102 6 0P 6 66 6 0P 6 0P 6 8 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192701TMAX 256 6 239 6 267 6 256 6 194 6 111 6 178 6 217 6 256 6 178 6 156 6 172 6 200 6 222 6 200 6 161 6 156 6 161 6 156 6 106 6 156 6 183 6 183 6 200 6 189 6 156 6 178 6 189 6 167 6 228 6 211 6 +USC00046719192701TMIN 61 6 72 6 72 6 94 6 50 6 67 6 39 6 78 6 89 6 72 6 72 6 39 6 44 6 72 6 72 6 56 6 44 6 33 6 39 6 83 6 72 6 33 6 39 6 22 6 22 6 50 6 33 6 44 6 39 6 56 6 67 6 +USC00046719192701PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 23 6 0P 6 0P 6 0P 6 48 6 28 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 89 6 58 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192702TMAX 228 6 167 6 178 6 133 6 139 6 194 6 200 6 222 6 200 6 178 6 156 6 156 6 106 6 117 6 133 6 139 6 183 6 139 6 194 6 178 6 156 6 156 6 167 6 156 6 250 6 167 6 178 6 228 6-9999 -9999 -9999 +USC00046719192702TMIN 50 6 44 6 22 6 94 6 61 6 33 6 39 6 50 6 50 6 50 6 72 6 50 6 61 6 89 6 83 6 94 6 72 6 106 6 67 6 89 6 106 6 117 6 106 6 111 6 89 6 94 6 111 6 50 6-9999 -9999 -9999 +USC00046719192702PRCP 0P 6 0P 6 0P 6 401 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 33 6 0T 6 170 6 853 6 518 6 945 6 0P 6 28 6 5 6 0P 6 0P 6 13 6 0P 6 5 6 0P 6 0P 6 10 6 0P 6-9999 -9999 -9999 +USC00046719192703TMAX 250 6 211 6 100 6 100 6 178 6 217 6 194 6 133 6 117 6 183 6 194 6 228 6 250 6 167 6 172 6 206 6 200 6 183 6 194 6 222 6 244 6 283 6 322 6 267 6 178 6 183 6 144 6 183 6 167 6 139 6 144 6 +USC00046719192703TMIN 67 6 67 6 67 6 44 6 33 6 56 6 67 6 94 6 78 6 33 6 33 6 50 6 67 6 78 6 56 6 28 6 44 6 56 6 61 6 39 6 56 6 72 6 89 6 100 6 94 6 117 6 83 6 72 6 67 6 44 6 83 6 +USC00046719192703PRCP 0P 6 0P 6 404 6 89 6 0P 6 0P 6 0P 6 5 6 104 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 51 6 30 6 86 6 +USC00046719192704TMAX 200 6 233 6 183 6 211 6 244 6 222 6 217 6 167 6 156 6 106 6 117 6 144 6 172 6 161 6 150 6 178 6 250 6 172 6 172 6 250 6 328 6 333 6 317 6 317 6 306 6 267 6 233 6 228 6 156 6 228 6-9999 +USC00046719192704TMIN 33 6 61 6 106 6 106 6 72 6 72 6 72 6 106 6 56 6 6 6 17 6 17 6 22 6 50 6 100 6 61 6 61 6 50 6 100 6 50 6 100 6 128 6 117 6 111 6 83 6 100 6 117 6 100 6 111 6 122 6-9999 +USC00046719192704PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 15 6 0P 6 203 6 107 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 5 6 0P 6-9999 +USC00046719192705TMAX 256 6 294 6 294 6 278 6 172 6 150 6 178 6 161 6 206 6 250 6 250 6 350 6 394 6 378 6 328 6 278 6 272 6 256 6 211 6 189 6 233 6 250 6 300 6 294 6 256 6 228 6 217 6 222 6 261 6 250 6 250 6 +USC00046719192705TMIN 89 6 106 6 106 6 94 6 122 6 122 6 78 6 83 6 72 6 67 6 72 6 100 6 156 6 172 6 139 6 117 6 117 6 100 6 128 6 111 6 50 6 56 6 78 6 122 6 106 6 122 6 89 6 106 6 67 6 78 6 67 6 +USC00046719192705PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 46 6 5 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 3 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192706TMAX 217 6 228 6 250 6 250 6 267 6 283 6 272 6 250 6 233 6 178 6 178 6-9999 278 6 294 6 322 6 294 6 233 6 228 6 267 6 267 6 278 6 300 6 344 6 350 6 339 6 317 6 283 6 283 6 311 6 306 6-9999 +USC00046719192706TMIN 83 6 100 6 78 6 100 6 106 6 89 6 100 6 89 6 122 6 111 6 128 6 133 6 128 6 111 6 122 6 133 6 144 6 144 6 144 6 117 6 122 6 111 6 133 6 139 6 150 6 139 6 111 6 111 6 144 6 139 6-9999 +USC00046719192706PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192707TMAX 283 6 306 6 322 6 322 6 350 6 350 6 344 6 350 6 350 6 350 6 322 6 306 6 311 6 289 6 294 6 311 6 389 6 400 6 328 6 328 6 367 6 367 6 356 6 367 6 350 6 339 6 350 6 350 6 333 6 322 6 322 6 +USC00046719192707TMIN 133 6 128 6 111 6 106 6 128 6 150 6 161 6 156 6 156 6 167 6 128 6 122 6 139 6 133 6 139 6 139 6 128 6 167 6 161 6 183 6 183 6 194 6 183 6 178 6 167 6 167 6 156 6 156 6 144 6 139 6 106 6 +USC00046719192707PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192708TMAX 300 6 306 6 322 6 317 6 333 6 328 6 322 6 328 6 350 6 361 6 322 6 306 6 306 6 311 6 311 6 317 6 311 6 339 6 350 6 339 6 328 6 322 6 339 6 372 6 344 6 328 6 317 6 289 6 300 6 333 6 339 6 +USC00046719192708TMIN 111 6 117 6 106 6 117 6 150 6 139 6 139 6 128 6 144 6 150 6 139 6 144 6 144 6 150 6 111 6 139 6 150 6 144 6 144 6 161 6 144 6 144 6 139 6 150 6 144 6 128 6 133 6 144 6 156 6 122 6 133 6 +USC00046719192708PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 +USC00046719192709TMAX 317 6 317 6 294 6 339 6 344 6 317 6 294 6 283 6 283 6 317 6 317 6 261 6 261 6 250 6 272 6 217 6 272 6 289 6 322 6 333 6 339 6 339 6 311 6 250 6 261 6 300 6 306 6 261 6 244 6 267 6-9999 +USC00046719192709TMIN 117 6 106 6 139 6 144 6 144 6 122 6 156 6 161 6 139 6 94 6 128 6 122 6 139 6 139 6 89 6 139 6 111 6 111 6 122 6 144 6 139 6 133 6 122 6 139 6 150 6 83 6 89 6 106 6 139 6 117 6-9999 +USC00046719192709PRCP 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0T 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192710TMAX 311 6 306 6 322 6 272 6 211 6 256 6 317 6 344 6 333 6 300 6 294 6 322 6 317 6 272 6 311 6 300 6-9999 356 6 372 6 361 6 322 6 322 6 278 6 261 6 211 6 200 6 161 6 194 6 222 6 189 6 139 6 +USC00046719192710TMIN 111 6 100 6 117 6 100 6 139 6 100 6 83 6 89 6 122 6-9999 83 6 117 6 122 6 89 6 83 6-9999 -9999 122 6-9999 156 6 139 6 111 6 111 6 111 6 150 6 156 6-9999 94 6-9999 94 6 122 6 +USC00046719192710PRCP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 33 6 69 6 5 6-9999 -9999 -9999 +USC00046719192711TMAX 244 6 289 6 317 6 306 6 272 6 222 6 206 6 194 6 189 6 217 6 256 6 206 6 161 6 200 6 283 6 300 6 322 6 294 6 272 6 222 6 161 6 194 6 228 6 250 6 261 6 211 6 244 6 256 6 239 6 250 6-9999 +USC00046719192711TMIN 106 6 100 6 128 6 133 6 139 6 139 6 128 6 106 6 128 6 128 6 72 6 94 6 111 6 72 6 72 6 111 6 122 6 117 6 106 6 83 6 122 6 72 6 33 6 28 6 67 6 89 6 78 6 78 6 83 6 72 6-9999 +USC00046719192711PRCP 3 6 0P 6 0P 6 0P 6 0P 6 13 6 0P 6 0P 6 0P 6 104 6 0P 6 0P 6 58 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6 0P 6-9999 +USC00046719192712TMAX 250 0 294 0 294 0 228 0 228 0 189 0 194 0 211 0 167 0 94 0 106 0 156 0 144 0 117 0 183 0 189 0 178 0 161 0 194 0 178 0 111 0 167 0 167 0 144 0 117 0 117 0 156 0 144 0 117 0 161 0 178 0 +USC00046719192712TMIN 78 0 100 0 106 0 100 0 78 0 44 0 89 0 33 0 22 0 67 0 44 0 22 0 61 0 89 0 44 0 33 0 33 0 6 0 28 0 11 0 28 0 17 0 22 0 22 0 83 0 78 0 61 0 56 0 83 0 67 0 61 0 +USC00046719192712PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 274 0 53 0 0 0 0 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 135 0 0 0 0 0 0 0 152 0 183 0 0 0 0 0 8 0 36 0 0 0 +USC00046719192801TMAX 211 0 244 0 261 0 272 0 261 0 244 0 267 0 267 0 272 0 272 0 272 0 294 0 228 0 161 0 139 0 133 0 139 0 172 0 206 0 239 0 200 0 161 0 178 0 200 0 217 0 244 0 267 0 267 0 244 0 222 0 211 0 +USC00046719192801TMIN 39 0 83 0 83 0 89 0 83 0 78 0 72 0 94 0 78 0 78 0 78 0 94 0 83 0 100 0 22 0 0 0 28 0 -11 0 0 0 17 0 22 0 17 0 39 0 11 0 11 0 50 0 72 0 89 0 89 0 67 0 56 0 +USC00046719192801PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192801WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192802TMAX 250 0 267 0 178 0 100 I0 172 0 222 0 250 0 256 0 189 0 222 0 200 0 172 0 189 0 189 0 133 0 172 0 233 0 272 0 272 0 256 0 178 0 200 0 200 0 189 0 189 0 244 0 267 0 183 0 200 0-9999 -9999 +USC00046719192802TMIN 72 0 89 0 117 I0 72 0 28 0 33 0 67 0 72 0 89 0 83 0 50 0 50 0 61 0 67 0 50 0 22 0 33 0 61 0 83 0 78 0 39 0 61 0 50 0 50 0 50 0 50 0 67 0 56 0 72 0-9999 -9999 +USC00046719192802PRCP 0 0 0 0 102 0 749 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719192802SNOW-9999 -9999 -9999 0T 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192802WT05-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192802WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192803TMAX 211 0 172 0 144 0 178 0 111 0 206 0 183 0 194 0 222 0 244 0 178 0 144 0 161 0 222 0 250 0 256 0 272 0 306 0 272 0 311 0 278 0 189 0 161 0 156 0 172 0 228 0 172 0 189 0 228 0 256 0 267 0 +USC00046719192803TMIN 89 0 83 0 94 0 78 0 61 0 83 0 67 0 83 0 72 0 72 0 89 0 106 0 117 0 106 0 61 0 72 0 72 0 89 0 56 0 78 0 94 0 61 0 100 0 117 0 100 0 128 0 111 0 50 0 39 0 50 0 72 0 +USC00046719192803PRCP 0 0 5 0 127 0 0 0 157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 163 0 5 0 0 0 107 0 0 0 0 0 0 0 0 0 +USC00046719192804TMAX 211 0 183 0 161 0 211 0 239 0 261 0 283 0 278 0 267 0 239 0 233 0 278 0 261 0 272 0 272 0 239 0 228 0 239 0 228 0 228 0 244 0 283 0 244 0 217 0 261 0 306 0 294 0 278 0 333 0 317 0-9999 +USC00046719192804TMIN 72 0 89 0 94 0 33 0 39 0 67 0 72 0 78 0 106 0 78 0 106 0 89 0 94 0 83 0 78 0 67 0 61 0 56 0 56 0 61 0 67 0 89 0 67 0 78 0 61 0 83 0 111 0 100 0 106 0 106 0-9999 +USC00046719192804PRCP 0 0 0 0 188 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719192805TMAX 294 0 256 0 272 0 350 0 350 0 261 0 172 0 178 0 133 0 161 0 239 0 267 0 267 0 178 0 172 0 206 0 244 0 256 0 250 0 222 0 233 0 267 0 283 0 311 0 289 0 272 0 267 0 289 0 256 0 256 0 261 0 +USC00046719192805TMIN 133 0 89 0 106 0 100 0 156 0 128 0 128 0 94 0 111 0 111 0 117 0 106 0 122 0 122 0 106 0 100 0 83 0 100 0 128 0 133 0 139 0 139 0 117 0 128 0 133 0 122 0 139 0 122 0 139 0 139 0 139 0 +USC00046719192805PRCP 0 0 0 0 0 0 0 0 0 0 0 0 8 0 58 0 46 0 0 0 0 0 0 0 0 0 18 0 3 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192806TMAX 256 0 283 0 272 0 306 0 300 0 306 0 200 0 217 0 261 0 217 0 244 0 244 0 278 0 289 0 306 0 306 0 261 0 183 0 172 0 228 0 283 0 306 0 300 0 300 0 311 0 306 0 289 0 278 0 283 0 261 0-9999 +USC00046719192806TMIN 100 0 111 0 139 0 144 0 133 0 139 0 150 0 144 0 150 0 117 0 78 0 94 0 100 0 106 0 111 0 117 0 106 0 128 0 128 0 133 0 89 0 117 0 111 0 117 0 117 0 122 0 106 0 100 0 111 0 122 0-9999 +USC00046719192806PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719192806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719192806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719192807TMAX 283 0 283 0 294 0 311 0 311 0 294 0 300 0 289 0 306 0 311 0 311 0 317 0 322 0 350 0 339 0 333 0 344 0 328 0 306 0 294 0 300 0 283 0 306 0 322 0 350 0 333 0 344 0 350 0 350 0 300 0 328 0 +USC00046719192807TMIN 128 0 100 0 106 0 106 0 117 0 122 0 139 0 144 0 133 0 111 0 117 0 111 0 133 0 161 0 167 0 161 0 156 0 128 0 128 0 144 0 156 0 117 0 111 0 117 0 139 0 150 0 144 0 139 0 150 0 144 0 161 0 +USC00046719192807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192808TMAX 306 0 261 0 222 0 267 0 289 0 322 0 333 0 372 0 344 0 322 0 344 0 333 0 322 0 311 0 294 0 306 0 344 0 333 0 344 0 344 0 350 0 317 0 306 0 300 0 283 0 278 0 317 0 339 0 339 0 344 0 344 0 +USC00046719192808TMIN 144 0 156 0 144 0 133 0 111 0 117 0 122 0 144 0 172 0 139 0 150 0 144 0 150 0 133 0 133 0 139 0 122 0 139 0 144 0 161 0 139 0 128 0 150 0 144 0 128 0 133 0 111 0 139 0 156 0 133 0 106 0 +USC00046719192808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192809TMAX 372 0 372 0 350 0 361 0 383 0 394 0 378 0 339 0 294 0 244 0 256 0 261 0 344 0 372 0 344 0 356 0 383 0 372 0 339 0 317 0 400 0 378 0 339 0 294 0 222 0 250 0 278 0 350 0 328 0 306 0-9999 +USC00046719192809TMIN 128 0 156 0 156 0 144 0 156 0 172 0 183 0 161 0 117 0 128 0 128 0 100 0 117 0 144 0 150 0 144 0 150 0 150 0 122 0 111 0 122 0 144 0 144 0 144 0 156 0 117 0 106 0 111 0 133 0 117 0-9999 +USC00046719192809PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719192810TMAX 278 0 217 0 222 0 261 0 306 0 311 0 317 0 328 0 333 0 256 0 194 0 122 0 183 0 200 0 261 0 294 0 306 0 300 0 294 0 244 0 250 0 311 0 283 0 261 0 261 0 189 0 217 0 244 0 222 0 194 0 239 0 +USC00046719192810TMIN 111 0 117 0 133 0 94 0 94 0 111 0 111 0 122 0 128 0 94 0 122 0 61 0 33 0 39 0 61 0 94 0 128 0 117 0 122 0 100 0 78 0 83 0 122 0 133 0 78 0 61 0 89 0 72 0 67 0 111 0 72 0 +USC00046719192810PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 81 0 86 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192811TMAX 261 0 261 0 194 0 233 0 272 0 211 0 217 0 222 0 278 0 278 0 261 0 211 0 172 0 150 0 189 0 211 0 217 0 217 0 228 0 294 0 261 0 261 0 261 0 233 0 267 0 256 0 139 0 194 0 200 0 200 0-9999 +USC00046719192811TMIN 78 0 89 0 117 0 117 0 83 0 78 0 89 0 89 0 78 0 83 0 72 0 61 0 78 0 78 0 50 0 50 0 50 0 44 0 33 0 89 0 83 0 83 0 78 0 128 0 100 0 100 0 67 0 44 0 56 0 33 0-9999 +USC00046719192811PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 160 0 330 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719192812TMAX 183 0 150 0 156 0 189 0 200 0 233 0 244 0 244 0 217 0 161 0 167 0 150 0 128 0 139 0 144 0 144 0 150 0 161 0 200 0 200 0 239 0 244 0 244 0 228 0 228 0 267 0 183 0 206 0 206 0 256 0 250 0 +USC00046719192812TMIN 28 0 61 0 94 0 100 0 72 0 89 0 83 0 83 0 72 0 50 0 61 0 22 0 50 0 22 0 11 0 6 0 0 0 6 0 22 0 17 0 22 0 33 0 39 0 33 0 72 0 78 0 78 0 44 0 50 0 50 0 61 0 +USC00046719192812PRCP 0 0 0 0 297 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 137 0 0 0 325 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192901TMAX 239 0 217 0 167 0 200 0 211 0 139 0 183 0 183 0 172 0 222 0 261 0 267 0 244 0 189 0 111 0 133 0 156 0 156 0 144 0 89 0 139 0 133 0 150 0 156 0 150 0 156 0 128 0 172 0 194 0 217 0 156 0 +USC00046719192901TMIN 50 0 44 0 39 0 39 0 50 0 83 0 39 0 22 0 94 0 50 0 56 0 72 0 78 0 28 0 72 0 50 0 22 0 44 0 78 0 44 0 22 0 17 0 22 0 17 0 6 0 6 0 67 0 50 0 33 0 50 0 72 0 +USC00046719192901PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 160 0 0 0 0 0 18 0 193 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192902TMAX 117 0 167 0 178 0 178 0 161 0 111 0 133 0 122 0 106 0 161 0 156 0 172 0 206 0 161 0 200 0 194 0 144 0 144 0 172 0 183 0 211 0 267 0 200 0 211 0 183 0 194 0 211 0 233 0-9999 -9999 -9999 +USC00046719192902TMIN 100 0 100 0 83 0 100 0 56 0 78 0 -6 0 -6 0 -33 0 -17 0 6 0 0 0 28 0 39 0 28 0 22 0 28 0 56 0 28 0 22 0 28 0 67 0 61 0 78 0 44 0 89 0 28 0 28 0-9999 -9999 -9999 +USC00046719192902PRCP 91 0 84 0 0 0 15 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 292 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719192903TMAX 256 0 211 0 239 0 289 0 267 0 217 0 172 0 183 0 178 0 139 0 172 0 172 0 194 0 178 0 189 0 211 0 178 0 139 0 233 0 272 0 178 0 117 0 117 0 144 0 194 0 228 0 267 0 283 0 250 0 189 0 239 0 +USC00046719192903TMIN 78 0 56 0 56 0 67 0 72 0 83 0 100 0 83 0 50 0 89 0 22 0 33 0 61 0 39 0 39 0 44 0 39 0 89 0 67 0 72 0 67 0 100 0 0 0 -6 0 -6 0 56 0 67 0 83 0 89 0 94 0 67 0 +USC00046719192903PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 678 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192903SNOW-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0T 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192903WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192904TMAX 267 0 228 0 161 0 144 0 144 0 156 0 183 0 183 0 178 0 228 0 217 0 194 0 172 0 222 0 294 0 244 0 200 0 144 0 183 0 206 0 217 0 194 0 211 0 194 0 222 0 156 0 150 0 200 0 222 0 261 0-9999 +USC00046719192904TMIN 72 0 56 0 100 0 89 0 72 0 22 0 17 0 22 0 28 0 28 0 39 0 39 0 83 0 39 0 83 0 83 0 100 0 106 0 89 0 67 0 61 0 100 0 50 0 50 0 78 0 106 0 106 0 106 0 94 0 78 0-9999 +USC00046719192904PRCP 0 0 0 0 18 0 838 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0-9999 +USC00046719192904WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192905TMAX 333 0 328 0 294 0 250 0 239 0 233 0 244 0 267 0 272 0 267 0 306 0 339 0 311 0 244 0 244 0 250 0 211 0 261 0 261 0 233 0 244 0 272 0 233 0 250 0 183 0 222 0 228 0 272 0 294 0 267 0 217 0 +USC00046719192905TMIN 111 0 133 0 122 0 89 0 122 0 111 0 122 0 72 0 89 0 94 0 100 0 111 0 128 0 89 0 128 0 94 0 128 0 100 0 78 0 100 0 100 0 122 0 133 0 139 0 128 0 111 0 100 0 72 0 83 0 72 0 122 0 +USC00046719192905PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192906TMAX 256 0 306 0 289 0 244 0 222 0 189 0 183 0 206 0 250 0 239 0 272 0 300 0 311 0 289 0 244 0 206 0 256 0 350 0 400 0 389 0 378 0 322 0 328 0 339 0 350 0 300 0 294 0 306 0 311 0 311 0-9999 +USC00046719192906TMIN 67 0 78 0 94 0 122 0 111 0 78 0 94 0 78 0 100 0 111 0 83 0 111 0 117 0 117 0 139 0 144 0 94 0 106 0 150 0 172 0 167 0 139 0 133 0 128 0 133 0 150 0 150 0 139 0 150 0 139 0-9999 +USC00046719192906PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719192906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719192906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719192907TMAX 311 0 339 0 350 0 311 0 294 0 311 0 283 0 289 0 294 0 306 0 300 0 300 0 328 0 361 0 394 0 367 0 339 0 339 0 322 0 344 0 350 0 356 0 372 0 361 0 333 0 311 0 289 0 278 0 289 0 283 0 311 0 +USC00046719192907TMIN 144 0 144 0 139 0 150 0 161 0 156 0 156 0 156 0 156 0 156 0 150 0 133 0 117 0 156 0 167 0 178 0 172 0 150 0 139 0 144 0 161 0 172 0 172 0 156 0 144 0 167 0 161 0 144 0 144 0 133 0 144 0 +USC00046719192907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192908TMAX 344 0 344 0 367 0 361 0 361 0 356 0 361 0 361 0 328 0 289 0 294 0 328 0 367 0 367 0 344 0 350 0 350 0 356 0 372 0 344 0 350 0 328 0 328 0 333 0 350 0 350 0 367 0 389 0 378 0 400 0 417 0 +USC00046719192908TMIN 122 0 144 0 172 0 189 0 189 0 178 0 161 0 156 0 167 0 167 0 144 0 139 0 161 0 194 0 200 0 183 0 167 0 161 0 167 0 167 0 167 0 150 0 156 0 150 0 122 0 122 0 150 0 178 0 178 0 183 0 200 0 +USC00046719192908PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192908WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719192909TMAX 361 0 328 0 267 0 239 0 211 0 206 0 200 0 294 0 300 0 300 0 328 0 367 0 378 0 372 0 350 0 411 0 350 0 272 0 294 0 244 0 228 0 250 0 261 0 272 0 267 0 267 0 272 0 278 0 294 0 322 0-9999 +USC00046719192909TMIN 189 0 183 0 178 0 172 0 156 0 156 0 156 0 117 0 117 0 128 0 139 0 144 0 150 0 150 0 133 0 156 0 233 0 189 0 167 0 172 0 172 0 150 0 100 0 106 0 122 0 111 0 106 0 72 0 78 0 89 0-9999 +USC00046719192909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719192910TMAX 322 0 306 0 333 0 350 0 344 0 339 0 311 0 272 0 244 0 261 0 311 0 294 0 289 0 261 0 256 0 233 0 217 0 239 0 344 0 372 0 378 0 372 0 333 0 294 0 289 0 278 0 233 0 228 0 261 0 244 0 250 0 +USC00046719192910TMIN 111 0 156 0 161 0 150 0 150 0 156 0 161 0 106 0 106 0 111 0 100 0 100 0 133 0 150 0 150 0 150 0 150 0 144 0 100 0 139 0 172 0 156 0 133 0 117 0 100 0 89 0 78 0 111 0 72 0 67 0 56 0 +USC00046719192910PRCP 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192911TMAX 283 0 311 0 328 0 322 0 272 0 228 0 244 0 261 0 250 0 228 0 211 0 222 0 217 0 256 0 283 0 294 0 306 0 317 0 283 0 256 0 233 0 256 0 233 0 239 0 228 0 256 0 267 0 272 0-9999 206 0-9999 +USC00046719192911TMIN 78 0 94 0 117 0 122 0 89 0 67 0 94 0 83 0 72 0 56 0 78 0 61 0 50 0 61 0 89 0 89 0 94 0 106 0 83 0 72 0 50 0 61 0 50 0 72 0 61 0 50 0 78 0 89 0-9999 67 0-9999 +USC00046719192911PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0-9999 +USC00046719192912TMAX 161 0 217 0 267 0 272 0 261 0 244 0 194 0 194 0 200 0 189 0 200 0 189 0 233 0 278 0 228 0 217 0 250 0 272 0 256 0 250 0 222 0 222 0 239 0 267 0 239 0 244 0 244 0 283 0 278 0 206 0 217 0 +USC00046719192912TMIN 89 0 44 0 78 0 94 0 94 0 89 0 39 0 94 0 67 0 117 0 56 0 94 0 67 0 94 0 83 0 61 0 83 0 117 0 94 0 133 0 61 0 44 0 44 0 56 0 72 0 56 0 56 0 78 0 78 0 89 0 67 0 +USC00046719192912PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719192912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193001TMAX 233 0 244 0 244 0 194 0 106 0 122 0 122 0 133 0 72 0 78 0 106 0 67 0 100 0 78 I0 117 0 194 0 161 0 183 0 172 0 172 0 200 0 194 0 200 0 222 0 150 0 161 0 167 0 200 0 200 0 244 0 228 0 +USC00046719193001TMIN 44 0 50 0 50 0 39 0 83 0 39 0 11 0 0 0 33 0 17 0 11 0 17 0 -6 0 44 0 89 I0 83 0 72 0 106 0 61 0 44 0 50 0 39 0 28 0 56 0 100 0 72 0 89 0 61 0 78 0 56 0 78 0 +USC00046719193001PRCP 0 0 0 0 0 0 0 0 132 0 0T 0 193 0 0 0 152 0 145 0 300 0 173 0 0 0 84 0 305 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 99 0 0 0 0 0 0 0 0 0 +USC00046719193002TMAX 244 0 239 0 272 0 239 0 256 0 239 0 272 0 222 0 256 0 211 0 233 0 217 0 244 0 233 0 289 0 300 0 322 0 278 0 217 0 150 0 161 0 144 0 178 0 189 0 183 0 167 0 139 0 167 0-9999 -9999 -9999 +USC00046719193002TMIN 78 0 78 0 78 0 78 0 78 0 67 0 67 0 61 0 44 0 50 0 33 0 44 0 67 0 61 0 56 0 111 0 117 0 106 0 61 0 106 0 78 0 83 0 78 0 33 0 33 0 56 0 33 0 17 0-9999 -9999 -9999 +USC00046719193002PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 20 0 84 0 0 0 0 0 25 0 0 0 0 0-9999 -9999 -9999 +USC00046719193002SNOW-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0T 0-9999 -9999 0T 0-9999 -9999 -9999 -9999 -9999 +USC00046719193002WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719193003TMAX 222 0 211 0 172 0 194 0 139 0 172 0 206 0 178 0 167 0 244 0 267 0 256 0 172 0 122 0 139 0 167 0 178 0 183 0 222 0 228 0 200 0 217 0 294 0 317 0 322 0 317 0 289 0 256 0 228 0 161 0 150 0 +USC00046719193003TMIN 22 0 44 0 94 0 78 0 89 0 50 0 44 0 50 0 83 0 44 0 67 0 72 0 89 0 56 0 33 0 50 0 44 0 56 0 39 0 56 0 72 0 94 0 78 0 150 0 133 0 111 0 106 0 89 0 89 0 111 0 83 0 +USC00046719193003PRCP 0 0 0 0 0 0 10 0 185 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 432 0 599 0 102 0 15 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 0 +USC00046719193003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193003WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USC00046719193003WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193004TMAX 150 0 206 0 222 0 272 0 328 0 344 0 289 0 239 0 211 0 233 0 239 0 261 0 200 0 206 0 228 0 272 0 272 0 267 0 306 0 328 0 294 0 306 0 256 0 239 0 217 0 222 0 233 0 200 0 167 0 117 0-9999 +USC00046719193004TMIN 50 0 56 0 61 0 44 0 94 0 122 0 100 0 122 0 122 0 122 0 67 0 100 0 100 0 67 0 50 0 50 0 61 0 67 0 100 0 122 0 122 0 117 0 139 0 122 0 111 0 67 0 67 0 72 0 72 0 89 0-9999 +USC00046719193004PRCP 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 145 0-9999 +USC00046719193004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193005TMAX 206 0 172 0 144 0 122 0 172 0 194 0 183 0 172 0 183 0 228 0 250 0 267 0 278 0 244 0 189 0 172 0 156 0 239 0 306 0 322 0 272 0 328 0 328 0 300 0 283 0 283 0 278 0 261 0 228 0 211 0 250 0 +USC00046719193005TMIN 67 0 89 0 100 0 50 0 56 0 72 0 83 0 28 0 33 0 39 0 61 0 61 0 67 0 67 0 89 0 83 0 100 0 72 0 89 0 122 0 100 0 111 0 128 0 106 0 83 0 83 0 100 0 94 0 100 0 83 0 72 0 +USC00046719193005PRCP 38 0 53 0 302 0 127 0 25 0 0 0 3 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193005WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193006TMAX 239 0 189 0 239 0 306 0 367 0 344 0 328 0 322 0 311 0 278 0 261 0 244 0 239 0 267 0 283 0 289 0 256 0 239 0 178 0 244 0 256 0 272 0 272 0 294 0 294 0 300 0 306 0 311 0 306 0 306 0-9999 +USC00046719193006TMIN 72 0 89 0 100 0 89 0 122 0 139 0 111 0 122 0 122 0 139 0 139 0 150 0 144 0 144 0 144 0 139 0 144 0 144 0 133 0 139 0 117 0 100 0 100 0 89 0 100 0 106 0 111 0 117 0 117 0 117 0-9999 +USC00046719193006PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193007TMAX 311 0 300 0 322 0 328 0 317 0 311 0 283 0 272 0 300 0 317 0 333 0 378 0 378 0 383 0 400 0 394 0 367 0 328 0 300 0 306 0 294 0 283 0 289 0 306 0 311 0 317 0 333 0 333 0 378 0 394 0 389 0 +USC00046719193007TMIN 111 0 117 0 117 0 117 0 122 0 106 0 111 0 111 0 139 0 122 0 139 0 156 0 194 0 194 0 211 0 206 0 183 0 150 0 144 0 122 0 128 0 128 0 111 0 106 0 111 0 122 0 122 0 117 0 139 0 183 0 206 0 +USC00046719193007PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193008TMAX 361 0 322 0 322 0 339 0 322 0 322 0 278 0 250 0 289 0 283 0 278 0 306 0 328 0 283 0 272 0 283 0 283 0 294 0 333 0 367 0 378 0 372 0 367 0 350 0 361 0 361 0 350 0 372 0 361 0 300 0 306 0 +USC00046719193008TMIN 194 0 172 0 156 0 139 0 144 0 144 0 161 0 167 0 167 0 172 0 172 0 172 0 139 0 167 0 156 0 144 0 139 0 128 0 128 0 139 0 156 0 156 0 161 0 172 0 167 0 161 0 156 0 161 0 156 0 128 0 144 0 +USC00046719193008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193009TMAX 317 0 333 0 361 0 383 0 350 0 289 0 211 0 244 0 267 0 256 0 267 0 272 0 267 0 306 0 300 0 289 0 283 0 272 0 278 0 294 0 256 0 228 0 256 0 244 0 272 0 283 0 283 0 206 0 194 0 217 0-9999 +USC00046719193009TMIN 139 0 128 0 150 0 167 0 161 0 128 0 144 0 144 0 94 0 94 0 117 0 111 0 100 0 100 0 106 0 128 0 111 0 100 0 106 0 100 0 94 0 100 0 117 0 117 0 106 0 117 0 94 0 139 0 144 0 89 0-9999 +USC00046719193009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USC00046719193009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193010TMAX 222 0 267 0 311 0 339 0 356 0 361 0 283 0 211 0 194 0 211 0 228 0 261 0 294 0 244 0 217 0 256 0 317 0 289 0 244 0 217 0 244 0 311 0 339 0 294 0 233 0 261 0 294 0 317 0 306 0 328 0 333 0 +USC00046719193010TMIN 72 0 72 0 94 0 128 0 156 0 161 0 133 0 156 0 122 0 72 0 78 0 72 0 94 0 83 0 106 0 72 0 100 0 78 0 128 0 111 0 72 0 83 0 117 0 100 0 106 0 72 0 94 0 100 0 100 0 94 0 128 0 +USC00046719193010PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193011TMAX 333 0 333 0 339 0 322 0 322 0 328 0 317 0 311 0 267 0 289 0 300 0 294 0 178 0 161 0 156 0 156 0 183 0 172 0 167 0 211 0 239 0 161 0 233 0 267 0 272 0 244 0 183 0 189 0 200 0 233 0-9999 +USC00046719193011TMIN 133 0 117 0 122 0 122 0 106 0 133 0 133 0 117 0 100 0 89 0 128 0 100 0 83 0 78 0 22 0 72 0 117 0 44 0 17 0 22 0 44 0 78 0 61 0 94 0 78 0 94 0 122 0 106 0 78 0 78 0-9999 +USC00046719193011PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 10 0 0 0 28 0 328 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 145 0 25 0 0 0 0 0-9999 +USC00046719193011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193011WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193012TMAX 239 0 222 0 194 0 217 0 222 0 222 0 239 0 256 0 239 0 211 0 211 0 244 0 211 0 244 0 239 0 222 0 200 0 200 0 194 0 172 0 183 0 189 0 217 0 178 0 161 0 189 0 183 0 217 0 233 0 178 0 167 0 +USC00046719193012TMIN 72 0 72 0 61 0 67 0 56 0 56 0 56 0 89 0 78 0 56 0 44 0 61 0 61 0 72 0 56 0 56 0 39 0 28 0 28 0 22 0 17 0 11 0 28 0 28 0 22 0 44 0 22 0 33 0 28 0 22 0 33 0 +USC00046719193012PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193101TMAX 139 0 172 0 178 0 194 0 178 0 144 0 144 0 106 0 172 0 178 0 189 0 211 0 178 0 167 0 200 0 189 0 217 0 200 0 222 0 228 0 200 0 233 0 178 0 250 0 256 0 272 0 278 0 278 0 278 0 233 0 144 0 +USC00046719193101TMIN 39 0 100 0 56 0 39 0 50 0 39 0 33 0 50 0 39 0 39 0 39 0 39 0 39 0 72 0 33 0 39 0 33 0 39 0 22 0 39 0 39 0 39 0 94 0 111 0 106 0 72 0 106 0 89 0 106 0 106 0 94 0 +USC00046719193101PRCP 15 0 284 0 0 0 0 0 117 0 64 0 203 0 124 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 287 0 +USC00046719193101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193101WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USC00046719193102TMAX 183 0 211 0 189 0 139 0 183 0 211 0 211 0 194 0 211 0 183 0 189 0 161 0 200 0 211 0 200 0 178 0 194 0 244 0 183 0 189 0 206 0 200 0 211 0 228 0 239 0 211 0 194 0 233 0-9999 -9999 -9999 +USC00046719193102TMIN 56 0 78 0 128 0 111 0 89 0 100 0 111 0 83 0 72 0 78 0 111 0 94 0 89 0 106 0 89 0 50 0 61 0 56 0 72 0 44 0 39 0 56 0 33 0 50 0 50 0 50 0 89 0 61 0-9999 -9999 -9999 +USC00046719193102PRCP 0 0 0 0 358 0 592 0 147 0 0 0 127 0 0 0 0 0 0 0 38 0 66 0 38 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719193103TMAX 261 0 289 0 300 0 250 0 194 0 217 0 211 0 256 0 250 0 228 0 222 0 183 0 217 0 283 0 300 0 294 0 261 0 222 0 267 0 328 0 344 0 322 0 283 0 189 0 244 0 228 0 222 0 200 0 233 0 267 0 311 0 +USC00046719193103TMIN 72 0 83 0 100 0 89 0 117 0 44 0 33 0 50 0 56 0 44 0 44 0 94 0 83 0 61 0 89 0 106 0 89 0 100 0 106 0 122 0 133 0 128 0 106 0 128 0 94 0 106 0 44 0 67 0 50 0 67 0 89 0 +USC00046719193103PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193104TMAX 289 0 261 0 261 0 311 0 283 0 344 0 311 0 300 0 317 0 317 0 278 0 261 0 233 0 239 0 267 0 322 0 306 0 272 0 283 0 283 0 328 0 172 0 144 0 178 0 211 0 167 0 189 0 211 0 194 0 200 0-9999 +USC00046719193104TMIN 100 0 78 0 117 0 83 0 122 0 117 0 122 0 111 0 94 0 106 0 106 0 78 0 106 0 72 0 78 0 94 0 100 0 133 0 89 0 106 0 94 0 128 0 106 0 111 0 100 0 111 0 106 0 78 0 133 0 133 0-9999 +USC00046719193104PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 130 0 173 0 0 0 693 0 15 0 0 0 0 0 0 0-9999 +USC00046719193104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193105TMAX 261 0 267 0 267 0 267 0 272 0 261 0 250 0 289 0 294 0 278 0 294 0 272 0 239 0 244 0 228 0 256 0 267 0 289 0 322 0 306 0 294 0 283 0 250 0 194 0 194 0 222 0 289 0 322 0 311 0 289 0 278 0 +USC00046719193105TMIN 106 0 122 0 150 0 144 0 128 0 144 0 128 0 111 0 133 0 144 0 144 0 128 0 144 0 111 0 122 0 144 0 111 0 122 0 111 0 122 0 106 0 89 0 106 0 133 0 117 0 89 0 100 0 117 0 133 0 150 0 122 0 +USC00046719193105PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 183 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193106TMAX 267 0 267 0 272 0 239 0 189 0 211 0 244 0 228 0 250 0 272 0 278 0 239 0 267 0 283 0 250 0 261 0 283 0 283 0 289 0 289 0 294 0 378 0 367 0 350 0 361 0 350 0 339 0 350 0 339 0 328 0-9999 +USC00046719193106TMIN 117 0 111 0 100 0 106 0 122 0 100 0 122 0 117 0 139 0 111 0 122 0 156 0 150 0 117 0 133 0 128 0 100 0 111 0 111 0 106 0 111 0 128 0 161 0 161 0 183 0 156 0 161 0 144 0 128 0 117 0-9999 +USC00046719193106PRCP 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USC00046719193106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193106WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193107TMAX 361 0 378 0 361 0 333 0 344 0 311 0 311 0 339 0 333 0 372 0 322 0 333 0 333 0 322 0 317 0 328 0 328 0 361 0 356 0 344 0 356 0 339 0 339 0 361 0 394 0 378 0 361 0 356 0 333 0 322 0 333 0 +USC00046719193107TMIN 128 0 167 0 161 0 178 0 156 0 156 0 183 0 156 0 161 0 183 0 167 0 183 0 183 0 172 0 178 0 172 0 150 0 150 0 178 0 189 0 178 0 183 0 183 0 178 0 178 0 189 0 194 0 183 0 194 0 200 0 189 0 +USC00046719193107PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193108TMAX 339 0 339 0 339 0 317 0 306 0 311 0 317 0 322 0 317 0 317 0 306 0 244 0 233 0 267 0 333 0 356 0 339 0 339 0 350 0 356 0 361 0 383 0 417 0 411 0 406 0 372 0 339 0 339 0 356 0 333 0 306 0 +USC00046719193108TMIN 172 0 150 0 150 0 150 0 144 0 139 0 139 0 144 0 144 0 167 0 183 0 178 0 178 0 183 0 161 0 156 0 161 0 156 0 150 0 156 0 150 0 156 0 189 0 194 0 189 0 172 0 172 0 172 0 206 0 189 0 161 0 +USC00046719193108PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 10 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 +USC00046719193108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193108WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USC00046719193109TMAX 283 0 289 0 250 0 339 0 378 0 361 0 333 0 294 0 283 0 267 0 328 0 322 0 317 0 244 0 267 0 294 0 272 0 278 0 267 0 300 0 344 0 306 0 278 0 361 0 306 0 317 0 322 0 294 0 289 0 367 0-9999 +USC00046719193109TMIN 183 0 161 0 178 0 156 0 178 0 183 0 156 0 133 0 106 0 83 0 100 0 111 0 111 0 122 0 89 0 100 0 117 0 83 0 133 0 106 0 133 0 111 0 128 0 100 0 178 0 178 0 167 0 111 0 89 0 111 0-9999 +USC00046719193109PRCP 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193109WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193110TMAX 322 0 339 0 328 0 300 0 294 0 256 0 250 0 211 0 172 0 222 0 256 0 306 0 317 0 300 0 294 0 311 0 256 0 161 0 222 0 189 0 211 0 178 0 222 0 283 0 211 0 228 0 294 0 333 0 344 0 328 0 300 0 +USC00046719193110TMIN 194 0 156 0 150 0 122 0 117 0 94 0 139 0 139 0 122 0 61 0 83 0 89 0 122 0 94 0 122 0 122 0 111 0 111 0 94 0 122 0 106 0 78 0 83 0 94 0 94 0 128 0 89 0 133 0 133 0 133 0 122 0 +USC00046719193110PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 122 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193110WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193111TMAX 289 0 311 0 322 0 328 0 289 0 306 0 217 0 194 0 228 0 167 0 150 0 206 0 200 0 167 0 161 0 161 0 172 0 189 0 217 0 194 0 156 0 111 0 122 0 167 0 167 0 111 0 106 0 144 0 161 0 183 0-9999 +USC00046719193111TMIN 94 0 100 0 111 0 117 0 133 0 128 0 128 0 144 0 122 0 67 0 94 0 50 0 33 0 22 0 94 0 22 0 39 0 44 0 33 0 50 0 78 0 11 0 -17 0 -11 0 17 0 28 0 44 0 11 0 22 0 33 0-9999 +USC00046719193111PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 20 0 30 0 0 0 0 0 0 0 320 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 8 0 429 0 0 0 0 0 0 0-9999 +USC00046719193112TMAX 183 0 206 0 206 0 222 0 206 0 217 0 206 0 122 0 139 0 150 0 128 0 144 0 117 0 56 0 156 0 189 0 233 0 222 0 211 0 144 0 133 0 122 0 144 0 183 0 117 0 150 0 156 0 122 0 150 0 161 0 139 0 +USC00046719193112TMIN 33 0 28 0 33 0 39 0 33 0 33 0 50 0 61 0 39 0 28 0 50 0 6 0 -6 0 6 0 0 0 11 0 28 0 61 0 61 0 56 0 89 0 61 0 50 0 39 0 72 0 28 0 28 0 61 0 50 0 33 0 39 0 +USC00046719193112PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 185 0 0 0 64 0 0 0 0 0 152 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 0 0 0 0 0 0 320 0 0 0 0 0 732 0 0 0 0 0 36 0 +USC00046719193201TMAX 167 0 128 0 150 0 172 0 189 0 178 0 211 0 233 0 233 0 222 0 217 0 139 0 111 0 89 0 61 0 139 0 189 0 239 0 156 0 161 0 161 0 167 0 183 0 167 0 133 0 128 0 156 0 150 0 139 0 111 0 106 0 +USC00046719193201TMIN 67 0 33 0 22 0 33 0 33 0 28 0 39 0 61 0 61 0 61 0 78 0 67 0 6 0 -28 0 0 0 0 0 11 0 39 0 39 0 22 0 11 0 11 0 6 0 0 0 6 0 50 0 33 0 17 0 11 0 17 0 78 0 +USC00046719193201PRCP 20 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 46 0 0 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 356 0 +USC00046719193201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193202TMAX 100 0 122 0 133 0 200 0 194 0 189 0 133 0 133 0 139 0 133 0 172 0 200 0 122 0 117 0 139 0 61 0 150 0 117 0 167 0 178 0 206 0 233 0 267 0 272 0 283 0 300 0 283 0 244 0 139 0-9999 -9999 +USC00046719193202TMIN 50 0 28 0 -17 0 22 0 56 0 100 0 89 0 100 0 117 0 50 0 50 0 39 0 78 0 28 0 17 0 22 0 11 0 33 0 0 0 22 0 33 0 33 0 67 0 72 0 83 0 117 0 117 0 78 0 94 0-9999 -9999 +USC00046719193202PRCP 528 0 74 0 0 0 0 0 0 0 5 0 38 0 640 0 368 0 0 0 0 0 0 0 8 0 69 0 18 0 221 0 76 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719193202SNOW-9999 0T 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193202WT05-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193203TMAX 178 0 206 0 161 0 200 0 244 0 261 0 233 0 211 0 200 0 206 0 217 0 272 0 250 0 194 0 183 0 200 0 222 0 261 0 200 0 206 0 228 0 256 0 239 0 283 0 278 0 294 0 300 0 261 0 222 0 261 0 289 0 +USC00046719193203TMIN 100 0 50 0 72 0 39 0 50 0 50 0 83 0 67 0 89 0 72 0 67 0 67 0 106 0 67 0 72 0 67 0 94 0 78 0 94 0 100 0 44 0 61 0 67 0 72 0 78 0 94 0 89 0 94 0 100 0 67 0 83 0 +USC00046719193203PRCP 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 5 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193204TMAX 278 0 217 0 239 0 256 0 239 0 278 0 289 0 294 0 322 0 333 0 317 0 311 0 244 0 244 0 278 0 228 0 244 0 300 0 272 0 178 0 178 0 200 0 211 0 189 0 167 0 156 0 167 0 211 0 244 0 244 0-9999 +USC00046719193204TMIN 78 0 78 0 61 0 67 0 67 0 56 0 89 0 78 0 100 0 111 0 128 0 100 0 111 0 72 0 89 0 78 0 83 0 83 0 100 0 117 0 17 0 22 0 56 0 56 0 89 0 39 0 39 0 89 0 72 0 78 0-9999 +USC00046719193204PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 43 0 84 0 0 0 0 0 0 0 0 0-9999 +USC00046719193205TMAX 261 0 211 0 200 0 189 0 172 0 156 0 211 0 283 0 250 0 228 0 261 0 267 0 250 0 200 0 228 0 239 0 261 0 261 0 256 0 272 0 239 0 272 0 339 0 328 0 294 0 283 0 256 0 217 0 222 0 233 0 233 0 +USC00046719193205TMIN 78 0 78 0 83 0 61 0 78 0 78 0 106 0 78 0 89 0 122 0 133 0 122 0 128 0 122 0 106 0 89 0 106 0 111 0 89 0 94 0 128 0 72 0 117 0 128 0 111 0 122 0 117 0 128 0 111 0 78 0 89 0 +USC00046719193205PRCP 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193206TMAX 228 0 172 0 161 0 144 0 183 0 233 0 300 0 311 0 306 0 289 0 294 0 283 0 267 0 244 0 250 0 200 0 211 0 283 0 350 0 389 0 356 0 333 0 328 0 333 0 311 0 289 0 300 0 311 0 311 0 311 0-9999 +USC00046719193206TMIN 111 0 83 0 117 0 117 0 122 0 111 0 78 0 94 0 111 0 100 0 83 0 83 0 94 0 111 0 78 0 100 0 111 0 89 0 133 0 150 0 117 0 117 0 128 0 133 0 139 0 139 0 100 0 94 0 117 0 122 0-9999 +USC00046719193206PRCP 0 0 0 0 20 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193207TMAX 300 0 289 0 261 0 267 0 278 0 311 0 294 0 306 0 283 0 289 0 283 0 256 0 267 0 322 0 322 0 328 0 311 0 278 0 300 0 300 0 317 0 333 0 322 0 322 0 322 0 300 0 317 0 328 0 339 0 322 0 317 0 +USC00046719193207TMIN 128 0 133 0 144 0 150 0 144 0 139 0 150 0 156 0 144 0 139 0 133 0 128 0 89 0 117 0 117 0 117 0 111 0 139 0 106 0 111 0 111 0 128 0 122 0 117 0 111 0 139 0 133 0 128 0 133 0 122 0 117 0 +USC00046719193207PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193208TMAX 317 0 328 0 339 0 333 0 328 0 322 0 306 0 311 0 272 0 261 0 272 0 283 0 272 0 261 0 283 0 311 0 356 0 383 0 350 0 344 0 344 0 367 0 372 0 350 0 344 0 289 0 211 0 261 0 206 0 256 0 294 0 +USC00046719193208TMIN 117 0 128 0 117 0 133 0 128 0 133 0 156 0 133 0 150 0 144 0 106 0 106 0 111 0 122 0 106 0 100 0 117 0 144 0 167 0 139 0 139 0 139 0 161 0 156 0 144 0 150 0 161 0 144 0 117 0 150 0 106 0 +USC00046719193208PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193209TMAX 339 0 322 0 333 0 350 0 378 0 356 0 339 0 339 0 267 0 278 0 278 0 289 0 306 0 283 0 300 0 289 0 267 0 250 0 228 0 261 0 267 0 283 0 283 0 306 0 267 0 250 0 261 0 239 0 256 0 211 0-9999 +USC00046719193209TMIN 117 0 128 0 111 0 128 0 150 0 161 0 133 0 122 0 144 0 167 0 150 0 128 0 94 0 128 0 122 0 106 0 117 0 128 0 139 0 128 0 117 0 117 0 100 0 117 0 128 0 128 0 128 0 106 0 128 0 144 0-9999 +USC00046719193209PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 5 0-9999 +USC00046719193209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193209WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USC00046719193210TMAX 250 0 239 0 244 0 283 0 322 0 250 0 189 0 239 0 167 0 283 0 339 0 244 0 239 0 250 0 339 0 228 0 228 0 244 0 244 0 267 0 267 0 256 0 244 0 256 0 256 0 289 0 317 0 278 0 244 0 206 0 278 0 +USC00046719193210TMIN 122 0 156 0 133 0 139 0 111 0 133 0 133 0 111 0 117 0 117 0 117 0 106 0 128 0 100 0 111 0 89 0 117 0 94 0 94 0 111 0 111 0 78 0 72 0 78 0 89 0 89 0 111 0 94 0 94 0 83 0 72 0 +USC00046719193210PRCP 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 13 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193211TMAX 228 0 200 0 194 0 261 0 272 0 300 0 294 0 311 0 294 0 294 0 283 0 294 0 278 0 233 0 300 0 272 0 300 0 306 0 306 0 283 0 267 0 239 0 289 0 261 0 267 0 272 0 222 0 228 0 200 0 194 0-9999 +USC00046719193211TMIN 94 0 111 0 67 0 67 0 78 0 106 0 100 0 111 0 100 0 89 0 100 0 83 0 89 0 56 0 72 0 106 0 133 0 150 0 133 0 100 0 94 0 67 0 89 0 111 0 117 0 122 0 100 0 67 0 67 0 100 0-9999 +USC00046719193211PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193212TMAX 194 0 239 0 267 0 267 0 222 0 189 0 150 0 167 0 100 0 111 0 56 0 50 0 128 0 83 0 156 0 183 0 178 0 194 0 167 0 189 0 139 0 172 0 139 0 156 0 183 0 194 0 228 0 161 0 161 0 206 0 211 0 +USC00046719193212TMIN 44 0 44 0 78 0 89 0 67 0 83 0 44 0 89 0 56 0 22 0 -11 0 50 0 11 0 22 0 6 0 22 0 33 0 28 0 39 0 22 0 50 0 17 0 17 0 22 0 11 0 22 0 39 0 33 0 17 0 17 0 33 0 +USC00046719193212PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 81 0 0 0 99 0 155 0 18 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193212WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193301TMAX 206 0 200 0 172 0 233 0 239 0 239 0 250 0 267 0 278 0 228 0 178 0 228 0 250 0 244 0 139 0 89 0 106 0 111 0 83 0 83 0 133 0 106 0 106 0 139 0 89 0 167 0 172 0 128 0 72 0 122 0 156 0 +USC00046719193301TMIN 22 0 33 0 17 0 28 0 50 0 50 0 61 0 56 0 78 0 50 0 50 0 33 0 78 0 61 0 56 0 56 0 33 0 -6 0 50 0 0 0 0 0 56 0 44 0 11 0 6 0 11 0 22 0 -6 0 22 0 17 0 11 0 +USC00046719193301PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 937 0 147 0 0 0 1201 0 193 0 5 0 117 0 218 0 0 0 28 0 3 0 0 0 53 0 277 0 5 0 0 0 +USC00046719193301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193302TMAX 156 0 189 0 172 0 189 0 222 0 172 0 156 0 150 0 150 0 156 0 178 0 178 0 183 0 200 0 228 0 194 0 200 0 183 0 194 0 233 0 233 0 250 0 206 0 172 0 167 0 200 0 211 0 222 0-9999 -9999 -9999 +USC00046719193302TMIN 17 0 28 0 44 0 28 0 44 0 33 0 39 0 -6 0 -6 0 -6 0 22 0 39 0 33 0 22 0 33 0 33 0 44 0 33 0 22 0 39 0 44 0 50 0 44 0 50 0 89 0 28 0 28 0 56 0-9999 -9999 -9999 +USC00046719193302PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719193302WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193303TMAX 194 0 189 0 233 0 278 0 256 0 261 0 256 0 239 0 244 0 233 0 244 0 194 0 200 0 239 0 189 0-9999 -9999 -9999 -9999 267 0 211 0 217 0 167 0 228 0 239 0 222 0 239 0 156 0 194 0 244 0 267 0 +USC00046719193303TMIN 33 0 33 0 39 0 67 0 83 0 72 0 72 0 78 0 78 0 61 0 72 0 72 0 39 0 44 0 44 0-9999 -9999 -9999 -9999 100 0 78 0 44 0 61 0 11 0 50 0 17 0 44 0 56 0 39 0 44 0 67 0 +USC00046719193303PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 +USC00046719193303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193304TMAX 267 0 278 0 228 0 161 0 244 0 211 0 150 0 194 0 211 0 256 0 283 0 267 0 272 0 294 0 289 0 217 0 167 0 144 0 189 0 167 0 250 0 250 0 233 0 144 0 128 0 200 0 217 0 156 0 111 0 172 0-9999 +USC00046719193304TMIN 83 0 83 0 72 0 100 0 111 0 106 0 89 0 94 0 61 0 44 0 83 0 72 0 61 0 94 0 89 0 67 0 78 0 17 0 11 0 78 0 44 0 67 0 72 0 83 0 100 0 78 0 89 0 83 0 94 0 28 0-9999 +USC00046719193304PRCP 0 0 0 0 0 0 10 0 10 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 46 0 13 0 38 0 86 0 0 0-9999 +USC00046719193305TMAX 206 0 200 0 250 0 244 0 194 0 200 0 206 0 200 0 178 0 133 0 161 0 161 0 217 0 256 0 250 0 211 0 228 0 239 0 244 0 244 0 194 0 222 0 306 0 333 0 322 0 306 0 283 0 261 0 233 0 161 0 183 0 +USC00046719193305TMIN 50 0 83 0 106 0 67 0 83 0 50 0 44 0 89 0 50 0 67 0 33 0 67 0 89 0 67 0 78 0 89 0 89 0 67 0 67 0 67 0 78 0 39 0 61 0 117 0 111 0 111 0 94 0 111 0 117 0 111 0 106 0 +USC00046719193305PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 10 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 +USC00046719193306TMAX 200 0 217 0 233 0 233 0 172 0 172 0 256 0 278 0 283 0 289 0 311 0 322 0 361 0 367 0 361 0 294 0 289 0 300 0 317 0 317 0 294 0 283 0 278 0 267 0 278 0 294 0 272 0 278 0 283 0 283 0-9999 +USC00046719193306TMIN 67 0 83 0 67 0 89 0 100 0 89 0 83 0 89 0 117 0 122 0 94 0 106 0 111 0 133 0 122 0 122 0 122 0 89 0 89 0 106 0 100 0 128 0 122 0 117 0 122 0 111 0 117 0 106 0 111 0 100 0-9999 +USC00046719193306PRCP 0 0 0 0 0 0 30 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193307TMAX 272 0 272 0 283 0 317 0 306 0 289 0 306 0 294 0 289 0 328 0 333 0 333 0 322 0 294 0 289 0 311 0 300 0 311 0 317 0 322 0 311 0 306 0 328 0 361 0 400 0 406 0 361 0 294 0 350 0 311 0 272 0 +USC00046719193307TMIN 117 0 111 0 89 0 106 0 128 0 133 0 133 0 106 0 106 0 72 0 128 0 128 0 139 0 139 0 144 0 150 0 139 0 139 0 144 0 144 0 128 0 133 0 133 0 139 0 183 0 194 0 183 0 200 0 172 0 161 0 156 0 +USC00046719193307PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193308TMAX 289 0 278 0 289 0 283 0 289 0 283 0 283 0 317 0 333 0 356 0 417 0 367 0 389 0 350 0 350 0 344 0 344 0 328 0 311 0 289 0 294 0 306 0 322 0 344 0 294 0 283 0 283 0 289 0 294 0 311 0 283 0 +USC00046719193308TMIN 161 0 117 0 106 0 122 0 111 0 106 0 122 0 100 0 128 0 150 0 167 0 161 0 183 0 172 0 178 0 178 0 178 0 161 0 156 0 167 0 156 0 128 0 144 0 167 0 133 0 128 0 128 0 139 0 117 0 100 0 100 0 +USC00046719193308PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193309TMAX 256 0 250 0 283 0 328 0 328 0 328 0 283 0 228 0 256 0 256 0 217 0 228 0 261 0 261 0 272 0 300 0 250 0 300 0 317 0 294 0 294 0 267 0 250 0 211 0 222 0 267 0 250 0 267 0 261 0 289 0-9999 +USC00046719193309TMIN 106 0 122 0 111 0 117 0 122 0 100 0 144 0 133 0 133 0 83 0 100 0 122 0 83 0 94 0 106 0 78 0 100 0 72 0 117 0 100 0 94 0 94 0 100 0 111 0 111 0 100 0 111 0 133 0 128 0 122 0-9999 +USC00046719193309PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193310TMAX 289 0-9999 -9999 394 0 372 0 283 0 283 0 239 0 228 0 178 0 178 0 306 0 289 0 250 0 267 0 350 0 361 0 356 0 317 0 256 0 233 0 300 0 328 0 283 0 239 0 233 0 200 0 183 0 183 0 206 0 206 0 +USC00046719193310TMIN 139 0-9999 -9999 206 0 167 0 139 0 139 0 133 0 139 0 139 0 139 0 100 0 117 0 111 0 106 0 117 0 144 0 178 0 133 0 72 0 100 0 72 0 100 0 89 0 78 0 61 0 106 0 106 0 89 0 72 0 111 0 +USC00046719193310PRCP 0 0-9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 122 0 +USC00046719193310WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USC00046719193311TMAX 261 0 289 0 289 0 233 0 233 0 239 0 261 0 278 0 294 0 294 0 306 0 322 0 344 0 322 0 261 0 233 0 200 0 278 0 289 0 217 0 267 0 306 0 322 0 333 0 322 0 267 0 222 0 117 0 156 0 133 0-9999 +USC00046719193311TMIN 56 0 100 0 100 0 67 0 72 0 61 0 61 0 72 0 83 0 94 0 106 0 139 0 139 0 128 0 94 0 56 0 39 0 61 0 61 0 39 0 56 0 83 0 122 0 122 0 111 0 117 0 94 0 78 0 -6 0 39 0-9999 +USC00046719193311PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0-9999 +USC00046719193312TMAX 167 0 211 0 139 0 161 0 200 0 244 0 239 0 272 0 261 0 233 0 183 0 128 0 156 0 122 0 128 0 144 0 172 0 200 0 233 0 261 0 261 0 272 0 244 0 194 0 233 0 217 0 106 0 161 0 189 0 161 0 128 0 +USC00046719193312TMIN 17 0 39 0 33 0 50 0 22 0 44 0 56 0 72 0 100 0 78 0 39 0 56 0 111 0 56 0 44 0 33 0 6 0 39 0 39 0 50 0 72 0 72 0 44 0 33 0 28 0 61 0 89 0 89 0 39 0 89 0 94 0 +USC00046719193312PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 869 0 13 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 122 0 1567 0 +USC00046719193312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193312WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193401TMAX 133 0 161 0 228 0 244 0 217 0 244 0 228 0 222 0 217 0 206 0 194 0 172 0 217 0 233 0 239 0 256 0 250 0 244 0 239 0 156 0 222 0 261 0 217 0 189 0 194 0 206 0 244 0 256 0 228 0 189 0 172 0 +USC00046719193401TMIN 106 0 56 0 56 0 78 0 72 0 61 0 94 0 22 0 44 0 50 0 33 0 28 0 39 0 50 0 44 0 61 0 50 0 56 0 61 0 33 0 39 0 67 0 72 0 61 0 28 0 44 0 78 0 61 0 67 0 44 0 78 0 +USC00046719193401PRCP 1577 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193402TMAX 211 0 206 0 206 0 206 0 211 0 178 0 172 0 167 0 206 0 228 0 250 0 267 0 239 0 200 0 161 0 194 0 200 0 228 0 156 0 172 0 211 0 150 0 156 0 167 0 150 0 144 0 189 0 239 0-9999 -9999 -9999 +USC00046719193402TMIN 39 0 39 0 50 0 94 0 56 0 106 0 89 0 83 0 61 0 56 0 61 0 39 0 83 0 78 0 72 0 56 0 67 0 72 0 94 0 111 0 89 0 117 0 106 0 61 0 61 0 61 0 78 0 61 0-9999 -9999 -9999 +USC00046719193402PRCP 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 5 0 0 0 0 0 13 0 124 0 0 0 64 0 251 0 325 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719193402SNOW-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0T 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193402WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193403TMAX 272 0 272 0 278 0 272 0 272 0 250 0 244 0 283 0 311 0 322 0 311 0 272 0 278 0 278 0 278 0 200 0 250 0 267 0 278 0 278 0 228 0 183 0 183 0 211 0 194 0 217 0 283 0 278 0 306 0 333 0 261 0 +USC00046719193403TMIN 100 0 89 0 100 0 78 0 106 0 78 0 94 0 94 0 83 0 111 0 117 0 106 0 78 0 89 0 100 0 78 0 106 0 78 0 94 0 94 0 78 0 106 0 106 0 117 0 94 0 122 0 78 0 78 0 100 0 122 0 150 0 +USC00046719193403PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193404TMAX 228 0 211 0 239 0 250 0 283 0 306 0 322 0 278 0 283 0 283 0 261 0 256 0 211 0 144 0 161 0 167 0 256 0 256 0 289 0 272 0 267 0 256 0 244 0 250 0 272 0 339 0 328 0 294 0 294 0 256 0-9999 +USC00046719193404TMIN 128 0 106 0 72 0 44 0 56 0 83 0 94 0 83 0 100 0 83 0 83 0 106 0 106 0 122 0 122 0 122 0 117 0 72 0 100 0 106 0 117 0 122 0 133 0 72 0 78 0 94 0 106 0 100 0 83 0 117 0-9999 +USC00046719193404PRCP 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193405TMAX 222 0 244 0 256 0 294 0 328 0 300 0 267 0 278 0 339 0 383 0 356 0 311 0 294 0 322 0 311 0 278 0 272 0 272 0 278 0 317 0 317 0 272 0 267 0 267 0 244 0 217 0 239 0 256 0 256 0 272 0 239 0 +USC00046719193405TMIN 100 0 61 0 83 0 100 0 106 0 111 0 139 0 122 0 128 0 161 0 161 0 122 0 156 0 111 0 106 0 100 0 89 0 100 0 100 0 111 0 111 0 144 0 144 0 122 0 106 0 100 0 83 0 94 0 100 0 100 0 122 0 +USC00046719193405PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193406TMAX 272 0 261 0 222 0 228 0 183 0 189 0 250 0 261 0 183 0 244 0 267 0 256 0 200 0 194 0 256 0 261 0 256 0 256 0 267 0 194 0 267 0 311 0 272 0 228 0 244 0 278 0 300 0 328 0 322 0 272 0-9999 +USC00046719193406TMIN 106 0 83 0 128 0 128 0 106 0 78 0 83 0 100 0 139 0 144 0 94 0 89 0 100 0 139 0 144 0 117 0 150 0 139 0 94 0 133 0 133 0 106 0 128 0 144 0 133 0 83 0 106 0 106 0 111 0 161 0-9999 +USC00046719193406PRCP 0 0 0 0 0 0 0 0 89 0 3 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193407TMAX 289 0 289 0 283 0 272 0 283 0 283 0 311 0 344 0 350 0 356 0 394 0 333 0 300 0 294 0 322 0 311 0 317 0 306 0 311 0 289 0 306 0 328 0 294 0 306 0 350 0 411 0 433 0 328 0 372 0 361 0 350 0 +USC00046719193407TMIN 150 0 139 0 156 0 156 0 156 0 128 0 133 0 100 0 133 0 150 0 161 0 139 0 144 0 150 0 128 0 144 0 150 0 139 0 150 0 172 0 161 0 133 0 161 0 117 0 117 0 161 0 211 0 194 0 206 0 189 0 167 0 +USC00046719193407PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193408TMAX 350 0 328 0 311 0 322 0 317 0 339 0 339 0 311 0 322 0 350 0 333 0 333 0 322 0 306 0 322 0 344 0 356 0 344 0 294 0 328 0 311 0 311 0 294 0 300 0 300 0 322 0 333 0 361 0 333 0 322 0 339 0 +USC00046719193408TMIN 161 0 139 0 128 0 156 0 150 0 139 0 144 0 156 0 150 0 139 0 122 0 122 0 128 0 133 0 117 0 122 0 144 0 156 0 161 0 161 0 150 0 144 0 128 0 133 0 144 0 122 0 122 0 128 0 133 0 144 0 139 0 +USC00046719193408PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193409TMAX 356 0 361 0 356 0 356 0 361 0 333 0 294 0 256 0 267 0 272 0 289 0 311 0 350 0 372 0 333 0 361 0 322 0 378 0 367 0 317 0 256 0 222 0 178 0 206 0 244 0 289 0 306 0 344 0 372 0 367 0-9999 +USC00046719193409TMIN 178 0 167 0 144 0 150 0 156 0 161 0 144 0 150 0 156 0 167 0 156 0 100 0 117 0 122 0 161 0 183 0 183 0 189 0 183 0 156 0 156 0 156 0 139 0 100 0 67 0 78 0 83 0 106 0 128 0 144 0-9999 +USC00046719193409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193410TMAX 344 0 300 0 272 0 272 0 311 0 278 0 283 0 344 0 350 0 361 0 328 0 300 0 228 0 167 0 217 0 189 0 150 0 161 0 211 0 267 0 261 0 233 0 267 0 306 0 322 0 317 0 278 0 244 0 200 0 244 0 178 0 +USC00046719193410TMIN 156 0 133 0 94 0 133 0 100 0 172 0 128 0 111 0 139 0 128 0 156 0 117 0 111 0 128 0 94 0 100 0 117 0 111 0 72 0 78 0 89 0 78 0 78 0 94 0 128 0 128 0 106 0 100 0 117 0 94 0 89 0 +USC00046719193410PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 828 0 196 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193410WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193411TMAX 206 0 222 0 233 0 256 0 306 0 300 0 261 0 267 0 244 0 244 0 200 0 161 0 178 0 222 0 200 0 172 0 161 0 156 0 156 0 189 0 200 0 211 0 189 0 189 0 217 0 206 0 200 0 206 0 189 0 222 0-9999 +USC00046719193411TMIN 133 0 72 0 78 0 94 0 117 0 128 0 111 0 106 0 111 0 94 0 83 0 106 0 111 0 61 0 106 0 106 0 106 0 89 0 100 0 50 0 50 0 56 0 61 0 56 0 39 0 50 0 56 0 39 0 50 0 56 0-9999 +USC00046719193411PRCP 53 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 292 0 10 0 76 0 137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193412TMAX 183 0 178 0 200 0 200 0 161 0 206 0 178 0 156 0 206 0 222 0 222 0 161 0 133 I0 139 0 161 0 200 0 206 0 200 0 200 0 233 0 261 0 189 0 217 0 222 0 217 0 189 0 122 0 122 0 133 0 133 0 189 0 +USC00046719193412TMIN 33 0 22 0 6 0 44 0 111 0 50 0 61 0 106 0 111 0 100 0 150 0 144 I0 117 0 122 0 67 0 50 0 50 0 44 0 33 0 72 0 89 0 89 0 56 0 44 0 50 0 44 0 72 0 72 0 17 0 11 0 17 0 +USC00046719193412PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 241 0 3 0 0 0 25 0 137 0 645 0 213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 244 0 0 0 0 0 0 0 +USC00046719193412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193501TMAX 200 0 172 0 200 0 133 0 150 0 144 0 144 0 117 0 106 0 167 0 139 0 172 0 133 0 167 0 144 0 133 0 150 0 144 0 117 0 128 0 167 0 194 0 239 0 283 0 283 0 239 0 233 0 211 0 206 0 267 0 294 0 +USC00046719193501TMIN 11 0 39 0 33 0 50 0 83 0 17 0 39 0 61 0 72 0 78 0 78 0 33 0 50 0 33 0 72 0 -6 0 28 0 11 0 11 0 -22 0 -6 0 22 0 78 0 72 0 78 0 89 0 72 0 44 0 61 0 67 0 78 0 +USC00046719193501PRCP 0 0 0 0 0 0 91 0 409 0 0 0 0 0 0 0 84 0 43 0 0 0 0 0 0 0 0 0 343 0 0 0 0 0 0 0 23 0 122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193501WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USC00046719193502TMAX 294 0 272 0 222 0 144 0 150 0 117 0 156 0 150 0 183 0 189 0 200 0 217 0 167 0 156 0 194 0 217 0 256 0 294 0 283 0 233 0 217 0 228 0 178 0 161 0 183 0 200 0 244 0 200 0-9999 -9999 -9999 +USC00046719193502TMIN 94 0 144 0 128 0 122 0 122 0 89 0 67 0 89 0 39 0 50 0 78 0 72 0 39 0 83 0 44 0 33 0 44 0 89 0 100 0 78 0 39 0 50 0 72 0 33 0 22 0 11 0 17 0 33 0-9999 -9999 -9999 +USC00046719193502PRCP 0 0 0 0 0 0 127 0 343 0 135 0 0 0 43 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719193502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719193502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719193503TMAX 211 0 133 0 156 0 156 0 167 0 178 0 100 0 117 0 139 0 178 0 200 0 261 0 294 0 250 0 200 0 233 0 211 0 161 0 150 0 178 0 133 0 172 0 172 0 172 0 200 0 211 0 233 0 228 0 178 0 144 0 150 0 +USC00046719193503TMIN 56 0 61 0 50 0 61 0 17 0 50 0 56 0 22 0 -6 0 6 0 6 0 22 0 89 0 67 0 89 0 61 0 39 0 33 0 44 0 6 0 50 0 17 0 17 0 22 0 17 0 33 0 44 0 78 0 89 0 100 0 100 0 +USC00046719193503PRCP 0 0 389 0 0 0 0 0 0 0 0 0 147 0 20 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 10 0 0 0 0 0 10 0 170 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 +USC00046719193503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193504TMAX 144 0 183 0 178 0 200 0 189 0 228 0 144 0 167 0 167 0 222 0 261 0 256 0 250 0 272 0 222 0 178 0 222 0 272 0 289 0 267 0 233 0 222 0 172 0 250 0 294 0 256 0 189 0 172 0 139 0 156 0-9999 +USC00046719193504TMIN 94 0 100 0 67 0 94 0 100 0 83 0 100 0 106 0 17 0 28 0 50 0 61 0 83 0 117 0 117 0 56 0 72 0 78 0 83 0 89 0 89 0 111 0 111 0 117 0 72 0 122 0 100 0 122 0 111 0 56 0-9999 +USC00046719193504PRCP 0 0 0 0 30 0 15 0 0 0 0 0 56 0 683 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 188 0 137 0-9999 +USC00046719193504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193505TMAX 189 0 200 0 256 0 294 0 300 0 256 0 217 0 189 0 211 0 178 0 172 0 156 0 161 0 194 0 189 0 183 0 200 0 233 0 283 0 311 0 322 0 289 0 267 0 256 0 261 0 261 0 178 0 178 0 167 0 200 0 233 0 +USC00046719193505TMIN 44 0 111 0 83 0 94 0 94 0 94 0 122 0 111 0 94 0 94 0 117 0 106 0 106 0 67 0 111 0 111 0 78 0 67 0 83 0 100 0 100 0 111 0 117 0 122 0 111 0 67 0 117 0 117 0 117 0 100 0 100 0 +USC00046719193505PRCP 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193506TMAX 272 0 300 0 294 0 317 0 283 0 244 0 261 0 283 0 294 0 322 0 289 0 278 0 289 0 267 0 256 0 228 0 283 0 300 0 289 0 294 0 300 0 294 0 267 0 289 0 300 0 283 0 283 0 278 0 239 0 244 0-9999 +USC00046719193506TMIN 83 0 89 0 100 0 111 0 122 0 122 0 139 0 128 0 83 0 100 0 122 0 139 0 139 0 133 0 133 0 128 0 111 0 133 0 128 0 128 0 133 0 144 0 122 0 128 0 128 0 144 0 133 0 122 0 117 0 133 0-9999 +USC00046719193506PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193507TMAX 167 0 206 0 250 0 289 0 294 0 278 0 294 0 300 0 294 0 306 0 328 0 317 0 344 0 367 0 394 0 389 0 361 0 322 0 311 0 306 0 300 0 289 0 306 0 300 0 317 0 344 0 356 0 356 0 361 0 356 0 328 0 +USC00046719193507TMIN 139 0 133 0 100 0 106 0 111 0 100 0 111 0 106 0 106 0 111 0 111 0 144 0 156 0 178 0 189 0 189 0 183 0 161 0 139 0 117 0 111 0 111 0 111 0 117 0 117 0 128 0 150 0 161 0 172 0 161 0 144 0 +USC00046719193507PRCP 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193508TMAX 317 0 294 0 300 0 294 0 311 0 328 0 350 0 378 0 389 0 372 0 361 0 361 0 333 0 328 0 211 0 272 0 289 0 317 0 344 0 356 0 372 0 383 0 361 0 361 0 367 0 311 0 244 0 272 0 300 0 294 0 272 0 +USC00046719193508TMIN 128 0 144 0 128 0 117 0 111 0 111 0 128 0 156 0 178 0 228 0 178 0 183 0 172 0 167 0 167 0 161 0 122 0 139 0 89 0 144 0 167 0 178 0 161 0 200 0 233 0 217 0 200 0 183 0 161 0 150 0 167 0 +USC00046719193508PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 10 0 8 0 0 0 0 0 0 0 0 0 +USC00046719193508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193509TMAX 250 0 283 0 311 0 317 0 311 0 283 0 267 0 267 0 289 0 317 0 344 0 350 0 356 0 300 0 328 0 361 0 317 0 339 0 289 0 294 0 294 0 300 0 278 0 256 0 244 0 256 0 250 0 283 0 272 0 267 0-9999 +USC00046719193509TMIN 172 0 161 0 144 0 139 0 161 0 150 0 133 0 100 0 111 0 122 0 128 0 139 0 156 0 167 0 150 0 156 0 150 0 139 0 144 0 150 0 156 0 139 0 122 0 139 0 139 0 128 0 122 0 133 0 128 0 133 0-9999 +USC00046719193509PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USC00046719193509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193510TMAX 172 0 239 0 256 0 244 0 250 0 250 0 239 0 256 0 289 0 317 0 250 0 244 0 222 0 222 0 228 0 272 0 317 0 317 0 261 0 267 0 233 0 272 0 250 0 283 0 306 0 328 0 339 0 289 0 200 0 200 0 222 0 +USC00046719193510TMIN 150 0 150 0 83 0 106 0 117 0 117 0 111 0 100 0 106 0 111 0 111 0 133 0 106 0 139 0 94 0 67 0 94 0 128 0 117 0 128 0 100 0 67 0 94 0 44 0 72 0 100 0 106 0 111 0 128 0 61 0 39 0 +USC00046719193510PRCP 8 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 64 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193510WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193511TMAX 233 0 167 0 161 0 211 0 239 0 267 0 272 0 217 0 150 0 217 0 239 0 239 0 189 0 228 0 250 0 222 0 128 0 172 0 222 0 244 0 267 0 183 0 222 0 172 0 178 0 200 0 244 0 272 0 278 0 272 0-9999 +USC00046719193511TMIN 50 0 78 0 56 0 17 0 17 0 39 0 61 0 56 0 106 0 61 0 39 0 39 0 39 0 28 0 33 0 39 0 83 0 67 0 33 0 72 0 61 0 106 0 94 0 106 0 83 0 89 0 39 0 61 0 67 0 83 0-9999 +USC00046719193511PRCP 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 198 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193512TMAX 256 0 244 0 156 0 172 0 183 0 178 0 189 0 139 0 239 0 228 0 222 0 156 0 206 0 222 0 217 0 228 0 250 0 244 0 250 0 222 0 217 0 206 0 200 0 233 0 217 0 211 0 161 0 178 0 156 0 150 0 167 0 +USC00046719193512TMIN 61 0 94 0 89 0 89 0 39 0 39 0 39 0 33 0 50 0 72 0 61 0 67 0 22 0 11 0 6 0 6 0 6 0 28 0 39 0 106 0 61 0 50 0 39 0 44 0 50 0 33 0 89 0 61 0 100 0 39 0 78 0 +USC00046719193512PRCP 0 0 0 0 0 0 69 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 124 0 0 0 3 0 +USC00046719193512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193601TMAX 200 0 189 0 211 0 194 0 206 0 178 0 161 0 172 0 139 0 178 0 144 0 233 0 183 0 189 0 178 0 183 0 167 0 183 0 239 0 244 0 250 0 256 0 261 0 250 0 222 0 256 0 261 0 194 0 150 0 222 0 178 0 +USC00046719193601TMIN 33 0 33 0 50 0 61 0 56 0 39 0 39 0 28 0 50 0 72 0 94 0 28 0 50 0 61 0 50 0 100 0 39 0 22 0 33 0 39 0 50 0 39 0 44 0 44 0 33 0 78 0 78 0 111 0 106 0 39 0 78 0 +USC00046719193601PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 56 0 13 0 0 0 +USC00046719193601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193602TMAX 144 0 156 0 156 0 156 0 156 0 161 0 161 0 200 0 211 0 178 0 144 0 133 0 133 0 139 0 150 0 161 0 150 0 150 0 128 0 150 0 211 0 211 0 150 0 156 0 167 0 244 0 261 0 233 0 283 0-9999 -9999 +USC00046719193602TMIN 100 0 122 0 17 0 17 0 28 0 11 0 22 0 39 0 39 0 61 0 89 0 100 0 67 0 61 0 78 0 100 0 56 0 67 0 89 0 100 0 72 0 111 0 106 0 61 0 28 0 28 0 50 0 56 0 111 0-9999 -9999 +USC00046719193602PRCP 300 0 259 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 470 0 452 0 97 0 66 0 262 0 239 0 0 0 114 0 3 0 0T 0 0 0 0 0 201 0 30 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719193602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719193602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719193602WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193603TMAX 294 0 300 0 228 0 206 0 178 0 189 0 183 0 256 0 233 0 233 0 300 0 250 0 200 0 200 0 211 0 267 0 200 0 211 0 300 0 239 0 156 0 183 0 178 0 106 0 128 0 178 0 189 0 200 0 150 0 133 0 167 0 +USC00046719193603TMIN 139 0 133 0 78 0 83 0 83 0 100 0 67 0 39 0 61 0 72 0 78 0 83 0 100 0 111 0 61 0 78 0 111 0 117 0 89 0 122 0 117 0 83 0 39 0 50 0 22 0 11 0 28 0 33 0 56 0 89 0 78 0 +USC00046719193603PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 74 0 0 0 0 0 0 0 0 0 0 0 0 0 549 0 +USC00046719193603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193604TMAX 172 0 211 0 122 0 156 0 217 0 233 0 283 0 250 0 294 0 322 0 344 0 289 0 211 0 206 0 211 0 233 0 217 0 161 0 222 0 200 0 233 0 222 0 222 0 233 0 211 0 217 0 167 0 200 0 206 0 211 0-9999 +USC00046719193604TMIN 28 0 33 0 61 0 83 0 33 0 50 0 83 0 94 0 78 0 94 0 122 0 111 0 94 0 83 0 83 0 89 0 89 0 111 0 100 0 94 0 117 0 100 0 106 0 111 0 111 0 111 0 117 0 122 0 100 0 67 0-9999 +USC00046719193604PRCP 0 0 0 0 13 0 216 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0-9999 +USC00046719193604SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193604WT05-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193605TMAX 278 0 289 0 267 0 256 0 233 0 244 0 300 0 300 0 306 0 283 0 278 0 267 0 294 0 294 0 267 0 261 0 239 0 244 0 244 0 250 0 261 0 289 0 267 0 206 0 222 0 167 0 211 0 222 0 222 0 200 0 211 0 +USC00046719193605TMIN 94 0 94 0 111 0 111 0 128 0 117 0 139 0 100 0 111 0 117 0 106 0 100 0 111 0 133 0 111 0 111 0 133 0 122 0 117 0 100 0 94 0 133 0 144 0 133 0 133 0 133 0 133 0 83 0 128 0 72 0 89 0 +USC00046719193605PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 +USC00046719193606TMAX 217 0 200 0 200 0 233 0 244 0 239 0 244 0 267 0 289 0 339 0 294 0 306 0 278 0 283 0 294 0 278 0 311 0 333 0 339 0 311 0 300 0 300 0 306 0 317 0 344 0 361 0 311 0 294 0 278 0 278 0-9999 +USC00046719193606TMIN 122 0 106 0 117 0 78 0 106 0 100 0 144 0 106 0 111 0 133 0 144 0 150 0 133 0 128 0 122 0 128 0 139 0 144 0 150 0 161 0 167 0 156 0 156 0 156 0 150 0 172 0 172 0 172 0 161 0 150 0-9999 +USC00046719193606PRCP 0 0 0 0 3 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193606WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193607TMAX 289 0 283 0 306 0 328 0 333 0 322 0 328 0 256 0 239 0 239 0 278 0 322 0 328 0 367 0 389 0 383 0 400 0 378 0 339 0 356 0 339 0 339 0 344 0 311 0 294 0 239 0 256 0 278 0 294 0 317 0 328 0 +USC00046719193607TMIN 122 0 128 0 144 0 156 0 178 0 178 0 167 0 156 0 161 0 161 0 128 0 150 0 167 0 161 0 183 0 183 0 200 0 217 0 211 0 211 0 194 0 183 0 183 0 172 0 172 0 183 0 189 0 161 0 167 0 167 0 172 0 +USC00046719193607PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USC00046719193607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193608TMAX 311 0 317 0 328 0 328 0 333 0 344 0 350 0 350 0 300 0 294 0 289 0 289 0 306 0 333 0 322 0 322 0 317 0 333 0 306 0 283 0 294 0 322 0 350 0 322 0 306 0 317 0 328 0 300 0 322 0 350 0 350 0 +USC00046719193608TMIN 139 0 156 0 156 0 167 0 183 0 178 0 178 0 206 0 194 0 172 0 139 0 144 0 156 0 150 0 156 0 183 0 161 0 167 0 144 0 122 0 111 0 117 0 144 0 156 0 167 0 161 0 167 0 161 0 156 0 150 0 156 0 +USC00046719193608PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193609TMAX 322 0 233 0 228 0 228 0 300 0 361 0 361 0 350 0 333 0 317 0 289 0 261 0 244 0 272 0 306 0 306 0 306 0 306 0 306 0 317 0 311 0 322 0 333 0 339 0 267 0 272 0 294 0 306 0 339 0 283 0-9999 +USC00046719193609TMIN 133 0 161 0 144 0 139 0 111 0 133 0 144 0 150 0 161 0 150 0 161 0 156 0 144 0 111 0 111 0 122 0 122 0 111 0 139 0 150 0 161 0 144 0 144 0 150 0 133 0 161 0 111 0 100 0 106 0 106 0-9999 +USC00046719193609PRCP 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193610TMAX 244 0 200 0 250 0 294 0 278 0 339 0 372 0 372 0 350 0 344 0 350 0 289 0 306 0 294 0 200 0 172 0 161 0 200 0 206 0 206 0 228 0 217 0 261 0 278 0 256 0 294 0 306 0 311 0 217 0 183 0 189 0 +USC00046719193610TMIN 156 0 144 0 94 0 106 0 111 0 111 0 128 0 139 0 139 0 122 0 117 0 106 0 117 0 100 0 133 0 133 0 133 0 128 0 94 0 133 0 117 0 94 0 133 0 89 0 78 0 83 0 94 0 89 0 106 0 128 0 111 0 +USC00046719193610PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 183 0 145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 122 0 122 0 +USC00046719193610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193611TMAX 183 0 206 0 211 0 261 0 256 0 233 0 239 0 250 0 272 0 294 0 300 0 306 0 317 0 322 0 322 0 289 0 317 0 339 0 300 0 294 0 294 0 211 0 256 0 267 0 272 0 278 0 256 0 222 0 189 0 211 0-9999 +USC00046719193611TMIN 111 0 56 0 50 0 39 0 61 0 56 0 39 0 50 0 61 0 67 0 100 0 83 0 89 0 83 0 106 0 111 0 100 0 111 0 106 0 106 0 122 0 144 0 128 0 72 0 78 0 83 0 89 0 50 0 94 0 67 0-9999 +USC00046719193611PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193612TMAX 222 0 211 0 156 0 144 0 178 0 217 0 233 0 228 0 256 0 239 0 244 0 261 0 222 0 200 0 161 0 183 0 222 0 267 0 217 0 244 0 233 0 267 0 244 0 133 0 150 0 150 0 133 0 111 0 139 0 78 0 117 0 +USC00046719193612TMIN 89 0 28 0 50 0 72 0 17 0 28 0 39 0 39 0 33 0 44 0 22 0 33 0 67 0 100 0 94 0 117 0 67 0 61 0 89 0 89 0 67 0 72 0 72 0 44 0 72 0 33 0 78 0 44 0 11 0 -6 0 56 0 +USC00046719193612PRCP 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 533 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 163 0 8 0 632 0 284 0 66 0 211 0 434 0 +USC00046719193612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193701TMAX 128 0 156 0 161 0 161 0 106 0 117 0 111 0 83 0 117 0 144 0 122 0 89 0 128 0 128 0 161 0 150 0 133 0 122 0 117 0 106 0 106 0 83 0 67 0 89 0 150 0 133 0 139 0 128 0 139 0 100 0 161 0 +USC00046719193701TMIN 6 0 22 0 6 0 0 0 17 0 44 0 -6 0 -17 0 -44 0 -33 0 -22 0 44 0 22 0 17 0 6 0 28 0 0 0 0 0 39 0 -11 0 -39 0 -44 0 -50 0 -22 0 0 0 -11 0 0 0 22 0 67 0 33 0 11 0 +USC00046719193701PRCP 0 0 0 0 0 0 0 0 8 0 188 0 5 0 0 0 0 0 0 0 0 0 81 0 41 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 142 0 277 0 0 0 +USC00046719193701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193702TMAX 183 0 150 0 178 0 194 0 144 0 128 0 144 0 144 0 172 0 194 0 161 0 167 0 139 0 122 0 139 0 161 0 233 0 150 0 200 0 217 0 239 0 250 0 222 0 150 0 78 I0 139 0 206 0 228 0-9999 -9999 -9999 +USC00046719193702TMIN 17 0 33 0 28 0 28 0 61 0 106 0 50 0 11 0 17 0 11 0 61 0 89 0 89 0 83 0 94 0 67 0 28 0 33 0 44 0 44 0 61 0 56 0 61 0 89 I0 44 0 11 0 17 0 44 0-9999 -9999 -9999 +USC00046719193702PRCP 0 0 0 0 0 0 0 0 0 0 759 0 51 0 0 0 0 0 0 0 0 0 8 0 140 0 775 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 254 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719193702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719193702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719193703TMAX 239 0 233 0 278 0 267 0 272 0 250 0 244 0 239 0 239 0 256 0 267 0 167 0 161 0 183 0 150 0 200 0 167 0 161 0 183 0 189 0 172 0 111 0 161 0 106 0 144 0 156 0 156 0 189 0 189 0 200 0 222 0 +USC00046719193703TMIN 61 0 61 0 78 0 56 0 78 0 72 0 61 0 61 0 61 0 78 0 94 0 111 0 94 0 50 0 89 0 78 0 111 0 56 0 22 0 39 0 44 0 44 0 17 0 50 0 39 0 56 0 33 0 44 0 72 0 67 0 56 0 +USC00046719193703PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 224 0 211 0 0 0 71 0 401 0 3 0 5 0 0 0 0 0 0 0 302 0 0 0 69 0 41 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USC00046719193703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193703WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193703WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193704TMAX 161 0 183 0 206 0 211 0 244 0 200 0 261 0 244 0 206 0 194 0 211 0 194 0 239 0 300 0 261 0 233 0 272 0 267 0 250 0 311 0 261 0 244 0 244 0 306 0 283 0 206 0 161 0 167 0 200 0 278 0-9999 +USC00046719193704TMIN 72 0 89 0 89 0 56 0 72 0 67 0 78 0 89 0 67 0 106 0 61 0 72 0 67 0 94 0 100 0 122 0 72 0 89 0 78 0 89 0 106 0 122 0 78 0 72 0 106 0 72 0 67 0 50 0 50 0 61 0-9999 +USC00046719193704PRCP 0 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0-9999 +USC00046719193704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193705TMAX 317 0 322 0 256 0 239 0 217 0 178 0 206 0 233 0 189 0 211 0 311 0 333 0 333 0 333 0 294 0 261 0 256 0 233 0 250 0 250 0 228 0 161 0 161 0 161 0 183 0 211 0 233 0 167 0 150 0 150 0 228 0 +USC00046719193705TMIN 100 0 117 0 111 0 94 0 111 0 111 0 128 0 78 0 111 0 111 0 89 0 133 0 150 0 144 0 139 0 144 0 139 0 139 0 94 0 94 0 133 0 133 0 122 0 122 0 128 0 111 0 100 0 133 0 122 0 122 0 111 0 +USC00046719193705PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 13 0 10 0 0 0 20 0 0 0 8 0 10 0 0T 0 0 0 +USC00046719193705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193705WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719193706TMAX 289 0 289 0 256 0 167 0 183 0 233 0 256 0 228 0 239 0 244 0 233 0 278 0 250 0 244 0 267 0 256 0 250 0 272 0 311 0 339 0 311 0 294 0 294 0 311 0 311 0 306 0 283 0 267 0 328 0 356 0-9999 +USC00046719193706TMIN 117 0 133 0 139 0 144 0 133 0 128 0 94 0 117 0 122 0 106 0 100 0 100 0 117 0 139 0 128 0 139 0 128 0 122 0 144 0 150 0 156 0 144 0 133 0 139 0 128 0 133 0 150 0 150 0 128 0 156 0-9999 +USC00046719193706PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193707TMAX 383 0 356 0 344 0 317 0 311 0 333 0 322 0 289 0 300 0 283 0 306 0 300 0 278 0 289 0 289 0 278 0 272 0 283 0 306 0 311 0 322 0 306 0 322 0 317 0 322 0 356 0 361 0 344 0 311 0 256 0 283 0 +USC00046719193707TMIN 178 0 178 0 178 0 167 0 167 0 150 0 122 0 111 0 106 0 117 0 128 0 133 0 139 0 144 0 144 0 150 0 161 0 139 0 122 0 156 0 161 0 156 0 167 0 172 0 167 0 178 0 189 0 189 0 194 0 194 0 156 0 +USC00046719193707PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 +USC00046719193707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193708TMAX 283 0 300 0 350 0 344 0 344 0 333 0 333 0 333 0 344 0 306 0 306 0 306 0 278 0 306 0 289 0 283 0 300 0 306 0 300 0 294 0 317 0 322 0 300 0 311 0 317 0 356 0 372 0 317 0 306 0 289 0 294 0 +USC00046719193708TMIN 144 0 122 0 128 0 144 0 161 0 144 0 144 0 139 0 150 0 150 0 150 0 156 0 144 0 161 0 156 0 150 0 156 0 150 0 156 0 172 0 172 0 167 0 172 0 161 0 156 0 161 0 167 0 161 0 156 0 150 0 144 0 +USC00046719193708PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193709TMAX 278 0 300 0 344 0 344 0 350 0 333 0 294 0 328 0 350 0 350 0 372 0 378 0 367 0 344 0 383 0 372 0 350 0 317 0 289 0 289 0 250 0 206 0 261 0 311 0 383 0 289 0 228 0 256 0 217 0 233 0-9999 +USC00046719193709TMIN 111 0 122 0 122 0 150 0 133 0 122 0 144 0 122 0 144 0 183 0 172 0 200 0 206 0 189 0 172 0 183 0 189 0 167 0 128 0 150 0 161 0 161 0 139 0 106 0 128 0 128 0 161 0 167 0 128 0 156 0-9999 +USC00046719193709PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193709WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193710TMAX 261 0 206 0 200 0 244 0 244 0 278 0 311 0 350 0 328 0 339 0 333 0 333 0 294 0 233 0 244 0 283 0 306 0 317 0 344 0 344 0 350 0 322 0 272 0 278 0 289 0 228 0 256 0 256 0 217 0 211 0 217 0 +USC00046719193710TMIN 100 0 111 0 117 0 89 0 83 0 89 0 94 0 100 0 117 0 133 0 150 0 133 0 133 0 117 0 133 0 100 0 117 0 128 0 133 0 122 0 122 0 117 0 106 0 94 0 94 0 111 0 94 0 83 0 117 0 117 0 122 0 +USC00046719193710PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193711TMAX 261 0 272 0 189 0 194 0 200 0 161 0 211 0 217 0 239 0 211 0 200 0 233 0 211 0 200 0 222 0 222 0 183 0 233 0 244 0 250 0 228 0 300 0 211 0 200 0 239 0 244 0 289 0 261 0 244 0 272 0-9999 +USC00046719193711TMIN 78 0 89 0 89 0 122 0 94 0 128 0 89 0 50 0 56 0 50 0 61 0 94 0 72 0 78 0 89 0 72 0 83 0 89 0 67 0 83 0 72 0 89 0 67 0 122 0 67 0 61 0 72 0 56 0 50 0 72 0-9999 +USC00046719193711PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193712TMAX 206 0 233 0 250 0 267 0 278 0 289 0 261 0 172 0 161 0 156 0 161 0 211 0 200 0 228 0 233 0 250 0 239 0 278 0 256 0 211 0 217 0 172 0 156 0 161 0 183 0 133 0 228 0 239 0 267 0 256 0 239 0 +USC00046719193712TMIN 72 0 78 0 83 0 67 0 61 0 72 0 56 0 50 0 89 0 111 0 150 0 117 0 61 0 67 0 61 0 67 0 67 0 78 0 61 0 106 0 50 0 28 0 94 0 28 0 33 0 94 0 94 0 56 0 72 0 78 0 78 0 +USC00046719193712PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 119 0 566 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 168 0 0 0 0 0 208 0 43 0 0 0 0 0 0 0 0 0 +USC00046719193712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193801TMAX 228 0 189 0 194 0 222 0 239 0 239 0 239 0 239 0 239 0 228 0 244 0 239 0 272 0 217 0 189 0 189 0 172 0 133 0 156 0 189 0 244 0 250 0 250 0 228 0 250 0 278 0 267 0 178 0 150 0 178 0 139 0 +USC00046719193801TMIN 100 0 106 0 106 0 56 0 61 0 44 0 56 0 44 0 44 0 61 0 61 0 78 0 72 0 83 0 122 0 56 0 78 0 83 0 56 0 56 0 39 0 61 0 50 0 33 0 28 0 44 0 56 0 50 0 78 0 22 0 44 0 +USC00046719193801PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 363 0 0 0 0T 0 38 0 20 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 23 0 0 0 0 0 +USC00046719193801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193802TMAX 172 0 122 0 122 0 150 0 156 0 211 0 211 0 194 0 128 0 156 0 128 0 144 0 156 0 100 0 150 0 172 0 189 0 133 0 189 0 206 0 211 0 244 0 250 0 244 0 244 0 233 0 144 0 150 0-9999 -9999 -9999 +USC00046719193802TMIN 83 0 44 0 78 0 94 0 17 0 17 0 39 0 61 0 78 0 94 0 100 0 44 0 11 0 44 0 56 0 56 0 22 0 61 0 61 0 28 0 44 0 61 0 67 0 61 0 78 0 67 0 106 0 122 0-9999 -9999 -9999 +USC00046719193802PRCP 498 0 46 0 246 0 99 0 0 0 0 0 0 0 0T 0 353 0 38 0 318 0 51 0 0 0 25 0 3 0 0 0 0 0 3 0 94 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 437 0 643 0-9999 -9999 -9999 +USC00046719193802SNOW 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719193802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719193802WT05-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193803TMAX 189 0 156 0 150 0 172 0 161 0 183 0 194 0 150 0 139 0 250 0 222 0 178 0 156 0 183 0 222 0 206 0 206 0 222 0 228 0 189 0 178 0 200 0 217 0 183 0 189 0 211 0 217 0 156 0 150 0 178 0 211 0 +USC00046719193803TMIN 122 0 122 0 89 0 39 0 39 0 72 0 89 0 83 0 56 0 56 0 78 0 100 0 106 0 28 0 44 0 61 0 67 0 44 0 56 0 72 0 50 0 28 0 56 0 56 0 56 0 67 0 67 0 78 0 83 0 22 0 28 0 +USC00046719193803PRCP 554 0 1956 0 173 0 0 0 0 0 3 0 0 0 117 0 0 0 0 0 8 0 295 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193804TMAX 261 0 267 0 222 0 200 0 194 0 233 0-9999 294 0 272 0 239 0 206 0 144 0 156 0 167 0 206 0 239 0 328 0 328 0 283 0 172 0 222 0 233 0 172 0 150 0 156 0 200 0 217 0 217 0 139 0 122 0-9999 +USC00046719193804TMIN 44 0 78 0 67 0 94 0 100 0 89 0 72 0 117 0 89 0 56 0 106 0 78 0 72 0 50 0 44 0 61 0 106 0 139 0 139 0 133 0 133 0 100 0 122 0 117 0 89 0 67 0 72 0 89 0 111 0 56 0-9999 +USC00046719193804PRCP 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 66 0 0 0 0 0 0 0 8 0 43 0-9999 +USC00046719193804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193805TMAX 150 0 172 0 217 0 239 0 250 0 278 0 283 0 283 0 289 0 272 0 244 0 233 0 256 0 256 0 144 0 150 0 167 0 167 0 183 0 189 0 200 0 294 0 344 0 322 0 300 0 300 0 256 0 233 0 244 0 294 0 333 0 +USC00046719193805TMIN 106 0 106 0 44 0 61 0 72 0 94 0 100 0 106 0 100 0 89 0 117 0 111 0 117 0 122 0 128 0 111 0 117 0 100 0 122 0 106 0 83 0 83 0 122 0 128 0 122 0 133 0 128 0 133 0 94 0 106 0 128 0 +USC00046719193805PRCP 15 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193806TMAX 283 0 272 0 306 0 256 0 278 0 256 0 250 0 189 0 178 0 178 0 200 0 194 0 256 0 311 0 261 0 278 0 244 0 239 0 194 0 239 0 272 0 300 0 289 0 272 0 306 0 317 0 306 0 239 0 244 0 239 0-9999 +USC00046719193806TMIN 150 0 156 0 144 0 133 0 94 0 122 0 122 0 139 0 139 0 122 0 133 0 111 0 89 0 111 0 128 0 133 0 133 0 144 0 133 0 106 0 100 0 128 0 150 0 156 0 156 0 139 0 117 0 139 0 139 0 133 0-9999 +USC00046719193806PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193807TMAX 256 0 261 0 261 0 267 0 261 0 272 0 272 0 278 0 306 0 300 0 306 0 306 0 328 0 300 0 306 0 317 0 333 0 328 0 317 0 300 0 289 0 322 0 317 0 294 0 300 0 306 0 311 0 339 0 317 0 322 0 344 0 +USC00046719193807TMIN 117 0 128 0 128 0 122 0 128 0 128 0 128 0 122 0 111 0 117 0 128 0 139 0 161 0 150 0 150 0 128 0 139 0 172 0 167 0 156 0 161 0 167 0 172 0 167 0 167 0 167 0 161 0 161 0 161 0 167 0 167 0 +USC00046719193807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193808TMAX 394 0 389 0 356 0 344 0 306 0 306 0 278 0 278 0 300 0 333 0 361 0 378 0 300 0 278 0 267 0 261 0 217 0 267 0 294 0 333 0 350 0 322 0 322 0 322 0 344 0 339 0 344 0 350 0 378 0 344 0 333 0 +USC00046719193808TMIN 172 0 178 0 178 0 178 0 172 0 178 0 178 0 178 0 133 0 128 0 156 0 172 0 178 0 161 0 167 0 156 0 133 0 156 0 117 0 128 0 178 0 167 0 156 0 150 0 156 0 156 0 172 0 178 0 183 0 194 0 178 0 +USC00046719193808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193809TMAX 328 0 333 0 322 0 322 0 294 0 283 0 267 0 278 0 300 0 311 0 317 0 350 0 406 0 344 0 356 0 322 0 294 0 300 0 339 0 372 0 356 0 333 0 322 0 306 0 311 0 367 0 328 0 311 0 311 0 339 0-9999 +USC00046719193809TMIN 161 0 156 0 144 0 133 0 144 0 156 0 161 0 122 0 128 0 133 0 128 0 144 0 161 0 189 0 194 0 161 0 172 0 178 0 167 0 167 0 217 0 161 0 156 0 133 0 122 0 128 0 178 0 189 0 172 0 161 0-9999 +USC00046719193809PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193809WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193810TMAX 294 0 244 0 267 0 239 0 211 0 211 0 200 0 233 0 278 0 289 0 306 0 333 0 294 0 272 0 217 0 194 0 256 0 294 0 278 0 306 0 328 0 300 0 283 0 289 0 294 0 294 0 256 0 239 0 233 0 167 0 194 0 +USC00046719193810TMIN 139 0 133 0 106 0 94 0 94 0 122 0 83 0 106 0 89 0 106 0 106 0 122 0 189 0 172 0 144 0 72 0 50 0 72 0 89 0 94 0 100 0 89 0 106 0 133 0 100 0 94 0 106 0 100 0 94 0 117 0 133 0 +USC00046719193810PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 +USC00046719193810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193811TMAX 150 0 233 0 250 0 250 0 222 0 217 0 250 0 278 0 206 0 167 0 172 0 178 0 217 0 261 0 267 0 267 0 261 0 267 0 289 0 256 0 211 0 239 0 256 0 256 0 278 0 267 0 267 0 272 0 217 0 194 0-9999 +USC00046719193811TMIN 117 0 67 0 67 0 67 0 56 0 44 0 33 0 50 0 39 0 56 0 61 0 11 0 -11 0 33 0 50 0 56 0 44 0 67 0 44 0 61 0 33 0 22 0 50 0 11 0 33 0 50 0 50 0 56 0 56 0 111 0-9999 +USC00046719193811PRCP 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193812TMAX 239 0 244 0 239 0 300 0 300 0 322 0 306 0 333 0 261 0 167 0 189 0 211 0 239 0 194 0 200 0 194 0 211 0 156 0 144 0 128 0 144 0 172 0 183 0 211 0 200 0 211 0 200 0 178 0 222 0 239 0 233 0 +USC00046719193812TMIN 94 0 56 0 100 0 89 0 100 0 100 0 117 0 111 0 106 0 111 0 106 0 67 0 50 0 111 0 106 0 94 0 67 0 106 0 100 0 100 0 67 0 50 0 28 0 50 0 50 0 39 0 44 0 33 0 50 0 50 0 61 0 +USC00046719193812PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 648 0 160 0 0 0 617 0 668 0 274 0 114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193812WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193901TMAX 228 0 150 0 144 0 167 0 106 0 183 0 189 0 139 0 178 0 206 0 228 0 194 0 211 0 189 0 144 0 172 0 206 0 239 0 239 0 156 0 100 0 117 0 194 0 261 0 222 0 239 0 150 0 172 0 139 0 117 0 117 0 +USC00046719193901TMIN 67 0 56 0 44 0 56 0 78 0 44 0 56 0 44 0 56 0 33 0 44 0 39 0 72 0 39 0 28 0 56 0 39 0 50 0 56 0 100 0 89 0 44 0 39 0 72 0 39 0 44 0 39 0 83 0 33 0 50 0 22 0 +USC00046719193901PRCP 0 0 0 0 0 0 0 0 508 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 460 0 10 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 69 0 69 0 +USC00046719193901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193902TMAX 128 0 128 0 67 0 117 0 139 0 128 0 133 0 111 0 117 0 83 0 172 0 189 0 189 0 194 0 256 0 161 0 194 0 161 0 122 0 189 0 217 0 256 0 183 0 183 0 183 0 183 0 172 0 150 0-9999 -9999 -9999 +USC00046719193902TMIN 0 0 -11 0 33 0 50 0 0 0 11 0 56 0 61 0 11 0 11 0 17 0 17 0 22 0 28 0 44 0 128 0 117 0 28 0 50 0 33 0 33 0 28 0 39 0 44 0 33 0 44 0 17 0 11 0-9999 -9999 -9999 +USC00046719193902PRCP 0 0 0 0 173 0 46 0 0 0 0 0 8 0 84 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719193902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719193902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719193902WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193903TMAX 178 0 183 0 156 0 156 0 194 0 211 0 150 0 172 0 150 0 156 0 206 0 217 0 200 0 206 0 289 0 261 0 206 0 211 0 183 0 178 0 139 0 150 0 133 0 183 0 133 0 122 0 150 0 133 0 178 0 217 0 272 0 +USC00046719193903TMIN 11 0 11 0 28 0 22 0 22 0 44 0 33 0 83 0 28 0 50 0 33 0 44 0 56 0 78 0 72 0 83 0 72 0 94 0 83 0 106 0 106 0 100 0 100 0 106 0 111 0 100 0 94 0 78 0 72 0 78 0 94 0 +USC00046719193903PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 0 0 5 0 81 0 91 0 13 0 0 0 0 0 0 0 +USC00046719193903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193904TMAX 261 0 172 0 200 0 211 0 272 0 317 0 311 0 300 0 256 0 261 0 194 0 172 0 139 0 161 0 194 0 239 0 317 0 333 0 272 0 272 0 233 0 167 0 167 0 178 0 172 0 211 0 250 0 250 0 217 0 250 0-9999 +USC00046719193904TMIN 117 0 100 0 117 0 117 0 89 0 122 0 106 0 106 0 106 0 106 0 128 0 128 0 106 0 56 0 61 0 72 0 78 0 139 0 106 0 100 0 111 0 117 0 100 0 94 0 83 0 89 0 89 0 111 0 122 0 94 0-9999 +USC00046719193904PRCP 0 0 94 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193905TMAX 222 0 217 0 261 0 256 0 200 0 211 0 244 0 239 0 239 0 206 0 183 0 244 0 161 0 161 0 172 0 194 0 211 0 211 0 233 0 239 0 217 0 228 0 239 0 294 0 333 0 328 0 294 0 289 0 267 0 222 0 206 0 +USC00046719193905TMIN 89 0 111 0 72 0 89 0 117 0 111 0 78 0 100 0 94 0 117 0 111 0 89 0 128 0 122 0 128 0 128 0 133 0 94 0 78 0 78 0 72 0 89 0 78 0 89 0 122 0 144 0 122 0 111 0 128 0 139 0 144 0 +USC00046719193905PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193905WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719193906TMAX 256 0 272 0 256 0 222 0 228 0 239 0 267 0 317 0 306 0 289 0 294 0 306 0 289 0 239 0 233 0 222 0 239 0 283 0 267 0 267 0 278 0 250 0 250 0 250 0 267 0 283 0 289 0 306 0 328 0 328 0-9999 +USC00046719193906TMIN 133 0 122 0 156 0 150 0 106 0 89 0 100 0 111 0 128 0 122 0 122 0 122 0 133 0 100 0 122 0 111 0 100 0 106 0 111 0 144 0 133 0 133 0 139 0 150 0 139 0 111 0 117 0 122 0 139 0 156 0-9999 +USC00046719193906PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193907TMAX 294 0 272 0 256 0 239 0 228 0 283 0 306 0 289 0 306 0 300 0 361 0 367 0 317 0 317 0 300 0 294 0 278 0 272 0 294 0 294 0 306 0 294 0 311 0 322 0 317 0 333 0 311 0 311 0 306 0 278 0 289 0 +USC00046719193907TMIN 167 0 144 0 150 0 156 0 139 0 122 0 133 0 150 0 150 0 156 0 172 0 183 0 172 0 144 0 133 0 150 0 156 0 156 0 156 0 144 0 167 0 156 0 167 0 183 0 156 0 133 0 150 0 161 0 172 0 156 0 144 0 +USC00046719193907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193908TMAX 306 0 317 0 317 0 322 0 300 0 283 0 278 0 272 0 294 0 294 0 294 0 339 0 317 0 294 0 289 0 294 0 339 0 322 0 306 0 294 0 306 0 306 0 317 0 333 0 350 0 344 0 333 0 328 0 328 0 344 0 356 0 +USC00046719193908TMIN 150 0 167 0 200 0 189 0 172 0 172 0 167 0 156 0 144 0 133 0 128 0 150 0 161 0 161 0 156 0 139 0 156 0 161 0 167 0 161 0 139 0 156 0 172 0 172 0 178 0 183 0 167 0 144 0 144 0 139 0 150 0 +USC00046719193908PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193909TMAX 328 0 289 0 267 0 283 0 294 0 306 0 300 0 356 0 350 0 350 0 311 0 228 0 222 0 267 0 350 0 367 0 383 0 406 0 406 0 417 0 411 0 394 0 389 0 272 0 222 0 222 0 233 0 233 0 267 0 261 0-9999 +USC00046719193909TMIN 156 0 128 0 139 0 117 0 144 0 189 0 189 0 172 0 189 0 217 0 222 0 183 0 150 0 89 0 117 0 144 0 167 0 217 0 222 0 228 0 233 0 217 0 244 0 211 0 172 0 161 0 128 0 150 0 117 0 128 0-9999 +USC00046719193909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 8 0 0 0 109 0 1245 0 130 0 0 0 0 0 0 0 0 0-9999 +USC00046719193909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193910TMAX 228 0 217 0 200 0 256 0 250 0 189 0 172 0 211 0 283 0 300 0 322 0 350 0 344 0 333 0 333 0 317 0 306 0 278 0 250 0 333 0 344 0 372 0 261 0 206 0 211 0 211 0 267 0 311 0 339 0 361 0 333 0 +USC00046719193910TMIN 161 0 144 0 106 0 78 0 106 0 122 0 111 0 78 0 94 0 106 0 111 0 122 0 139 0 133 0 144 0 128 0 122 0 106 0 89 0 100 0 117 0 144 0 117 0 133 0 111 0 67 0 67 0 94 0 89 0 111 0 139 0 +USC00046719193910PRCP 0 0 0T 0 0 0 0 0 0 0 13 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193911TMAX 267 0 239 0 233 0 256 0 211 0 239 0 261 0 167 0 206 0 267 0 283 0 272 0 278 0 267 0 267 0 267 0 267 0 278 0 294 0-9999 289 0 300 0 300 0 239 0 222 0 211 0 211 0 211 0 211 0 233 0-9999 +USC00046719193911TMIN 94 0 100 0 94 0 106 0 133 0 144 0 94 0 139 0 128 0 89 0 94 0 78 0 111 0 89 0 100 0 78 0 72 0 67 0 72 0-9999 72 0 83 0 72 0 122 0 89 0 94 0 61 0 72 0 56 0 67 0-9999 +USC00046719193911PRCP 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 36 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719193912TMAX 278 0 272 0 294 0 322 0 272 0 239 0 239 0 211 0 194 0 211 0 194 0 267 0 267 0 272 0 283 0 278 0 267 0 289 0 289 0 256 0 233 0 189 0 122 0 167 0 178 0 167 0 172 0 206 0 222 0 228 0 161 0 +USC00046719193912TMIN 67 0 89 0 100 0 106 0 94 0 139 0 100 0 94 0 117 0 89 0 133 0 67 0 83 0 67 0 72 0 67 0 61 0 61 0 83 0 61 0 50 0 44 0 50 0 22 0 22 0 39 0 28 0 67 0 61 0 72 0 61 0 +USC00046719193912PRCP 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719193912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194001TMAX 172 0 144 0 156 0 150 0 178 0 156 0 133 0 150 0 161 0 139 0 150 0 183 0 189 0 206 0 239 0 239 0 222 0 183 0 206 0 200 0 211 0 178 0 150 0 172 0 189 0 206 0 256 0 272 0 250 0 172 0 183 0 +USC00046719194001TMIN 72 0 106 0 122 0 117 0 56 0 72 0 100 0 100 0 111 0 122 0 122 0 122 0 44 0 11 0 11 0 22 0 28 0 22 0 28 0 39 0 39 0 61 0 83 0 39 0 89 0 94 0 89 0 89 0 106 0 106 0 111 0 +USC00046719194001PRCP 0T 0 0T 0 0T 0 206 0 0 0 46 0 140 0 572 0 38 0 102 0 117 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 99 0 0 0 5 0 0 0 0 0 0 0 0 0 56 0 +USC00046719194001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194002TMAX 144 0 150 0 122 0 183 0 222 0 211 0 200 0 200 0 211 0 211 0 183 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 250 0 222 0 139 0 206 0 233 0 167 0 172 0 194 0 206 0 183 0-9999 -9999 +USC00046719194002TMIN 106 0 72 0 106 0 67 0 78 0 78 0 78 0 83 0 50 0 44 0 39 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 28 0 111 0 106 0 78 0 89 0 111 0 122 0 106 0 72 0 94 0-9999 -9999 +USC00046719194002PRCP 452 0 297 0 196 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 15 0 3 0 0 0 373 0 64 0 0 0 0 0 137 0-9999 -9999 +USC00046719194002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719194002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719194003TMAX 211 0 239 0 228 0 244 0 256 0 278 0 272 0 239 0 183 0 161 0 172 0 200 0 244 0 278 0 272 0 222 0 206 0 217 0 189 0 211 0 194 0 206 0 206 0 206 0 178 0 167 0 189 0 178 0 194 0 217 0 161 0 +USC00046719194003TMIN 50 0 61 0 78 0 61 0 78 0 83 0 83 0 72 0 72 0 111 0 50 0 39 0 28 0 44 0 83 0 56 0 94 0 117 0 117 0 106 0 111 0 117 0 106 0 72 0 117 0 128 0 122 0 111 0 117 0 122 0 111 0 +USC00046719194003PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 3 0 0 0 0 0 0 0 3 0 18 0 48 0 0 0 0 0 0 0 307 0 +USC00046719194003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194004TMAX 178 0 183 0 189 0 172 0 200 0 211 0 194 0 206 0 233 0 289 0 328 0 350 0 356 0 261 0 178 0 206 0 244 0 272 0 250 0 239 0 228 0 183 0 194 0 200 0 167 0 139 0 167 0 200 0 239 0 278 0-9999 +USC00046719194004TMIN 72 0 72 0 89 0 89 0 78 0 72 0 72 0 94 0 133 0 94 0 117 0 144 0 156 0 133 0 133 0 67 0 78 0 94 0 106 0 106 0 111 0 117 0 139 0 128 0 117 0 89 0 67 0 78 0 89 0 106 0-9999 +USC00046719194004PRCP 124 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 386 0 8 0 0 0 0 0 0 0-9999 +USC00046719194004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194005TMAX 333 0 261 0 233 0 228 0 217 0 222 0 250 0 350 0 361 0 333 0 289 0 278 0 278 0 283 0 283 0 250 0 211 0 206 0 256 0 222 0 233 0 244 0 250 0 261 0 261 0 206 0 194 0 228 0 244 0 267 0 267 0 +USC00046719194005TMIN 144 0 122 0 100 0 83 0 89 0 83 0 83 0 117 0 144 0 150 0 139 0 128 0 122 0 122 0 122 0 133 0 128 0 100 0 133 0 144 0 139 0 150 0 144 0 128 0 128 0 144 0 133 0 139 0 106 0 89 0 94 0 +USC00046719194005PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194005WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194006TMAX 272 0 261 0 250 0 228 0 222 0 239 0 189 0 233 0 261 0 283 0 267 0 283 0 306 0 261 0 239 0 228 0 283 0 278 0 300 0 283 0 256 0 261 0 267 0 256 0 300 0 267 0 294 0 289 0 261 0 283 0-9999 +USC00046719194006TMIN 122 0 122 0 106 0 133 0 144 0 111 0 144 0 144 0 128 0 139 0 144 0 128 0 128 0 150 0 150 0 144 0 111 0 111 0 100 0 117 0 133 0 139 0 139 0 128 0 122 0 133 0 133 0 139 0 139 0 133 0-9999 +USC00046719194006PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194007TMAX 272 0 272 0 283 0 322 0 344 0 344 0 322 0 328 0 367 0 361 0 361 0 361 0 361 0 328 0 283 0 261 0 233 0 261 0 278 0 294 0 306 0 328 0 350 0 344 0 300 0 278 0 261 0 250 0 272 0 289 0 300 0 +USC00046719194007TMIN 128 0 139 0 139 0 133 0 144 0 144 0 150 0 150 0 167 0 178 0 172 0 150 0 167 0 172 0 133 0 106 0 111 0 144 0 106 0 106 0 106 0 128 0 161 0 167 0 150 0 150 0 161 0 156 0 122 0 133 0 133 0 +USC00046719194007PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194008TMAX 306 0 306 0 311 0 300 0 294 0 294 0 317 0 311 0 333 0 350 0 328 0 283 0 272 0 267 0 256 0 272 0 306 0 333 0 372 0 333 0 294 0 267 0 278 0 272 0 261 0 267 0 283 0 289 0 306 0 306 0 317 0 +USC00046719194008TMIN 144 0 139 0 161 0 139 0 150 0 150 0 150 0 156 0 156 0 172 0 178 0 172 0 167 0 167 0 161 0 117 0 122 0 144 0 172 0 172 0 133 0 150 0 150 0 139 0 139 0 117 0 128 0 128 0 139 0 139 0 156 0 +USC00046719194008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194009TMAX 300 0 256 0 250 0 256 0 267 0 289 0 306 0 322 0 317 0 306 0 289 0 289 0 283 0 283 0 256 0 283 0 272 0 250 0 244 0 267 0 272 0 267 0 283 0 283 0 350 0 344 0 339 0 272 0 272 0 294 0-9999 +USC00046719194009TMIN 167 0 161 0 161 0 122 0 117 0 122 0 111 0 139 0 139 0 117 0 133 0 133 0 117 0 117 0 139 0 128 0 117 0 122 0 161 0 111 0 117 0 133 0 117 0 122 0 111 0 156 0 167 0 128 0 150 0 100 0-9999 +USC00046719194009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USC00046719194009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194010TMAX 267 0 239 0 239 0 272 0 244 0 311 0 272 0 228 0 239 0 317 0 350 0 361 0 294 0 278 0 322 0 317 0 339 0 378 0 383 0 322 0 278 0 272 0 267 0 244 0 172 0 178 0 189 0 217 0 206 0 228 0 261 0 +USC00046719194010TMIN 106 0 122 0 106 0 94 0 111 0 94 0 111 0 150 0 122 0 111 0 139 0 133 0 128 0 122 0 117 0 117 0 144 0 161 0 161 0 144 0 128 0 144 0 111 0 122 0 133 0 100 0 67 0 72 0 83 0 72 0 83 0 +USC00046719194010PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 239 0 157 0 86 0 0 0 0 0 0 0 0 0 +USC00046719194010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194011TMAX 272 0 250 0 211 0 228 0 239 0 267 0 239 0 211 0 189 0 217 0 211 0 267 0 283 0 278 0 311 0 267 0 167 0 200 0 200 0 189 0 156 0 189 0 194 0 200 0 233 0 233 0 256 0 283 0 289 0 261 0-9999 +USC00046719194011TMIN 94 0 94 0 117 0 67 0 67 0 67 0 72 0 139 0 128 0 61 0 56 0 72 0 94 0 89 0 83 0 94 0 83 0 111 0 56 0 39 0 39 0 44 0 39 0 28 0 50 0 56 0 39 0 67 0 83 0 72 0-9999 +USC00046719194011PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194012TMAX 283 0 300 0 306 0 294 0 256 0 272 0 317 0 300 0 189 0 183 0 150 0 172 0 172 0 161 0 167 0 117 0 189 0 167 0 183 0 217 0 239 0 217 0 161 0 167 0 167 0 211 0 211 0 189 0 167 0 194 0 178 0 +USC00046719194012TMIN 72 0 78 0 100 0 94 0 100 0 67 0 72 0 83 0 117 0 122 0 106 0 94 0 56 0 67 0 22 0 89 0 94 0 78 0 61 0 61 0 67 0 100 0 100 0 111 0 50 0 50 0 72 0 83 0 100 0 61 0 50 0 +USC00046719194012PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 53 0 0 0 0 0 0 0 236 0 597 0 152 0 25 0 0 0 0 0 3 0 528 0 244 0 0T 0 0 0 0 0 0 0 56 0 0 0 66 0 +USC00046719194012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194012WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719194101TMAX 206 0 194 0 189 0 139 0 122 0 156 0 167 0 206 0 183 0 167 0 189 0 206 0 178 0 183 0 178 0 189 0 217 0 233 0 194 0 172 0 150 0 167 0 133 0 156 0 167 0 150 0 228 0 189 0 206 0 206 0 222 0 +USC00046719194101TMIN 56 0 39 0 28 0 56 0 50 0 72 0 100 0 67 0 128 0 111 0 72 0 56 0 67 0 100 0 33 0 33 0 50 0 50 0 56 0 67 0 61 0 72 0 61 0 89 0 72 0 106 0 78 0 150 0 78 0 94 0 67 0 +USC00046719194101PRCP 0 0 0 0 0 0 0T 0 8 0 5 0 18 0 0 0 0T 0 58 0 0 0 0 0 0 0 89 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 94 0 8 0 338 0 0 0 53 0 0T 0 0 0 0 0 0 0 0 0 +USC00046719194101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194102TMAX 194 0 244 0 244 0 256 0 217 0 172 0 172 0 167 0 172 0 217 0 144 0 178 0 211 0 144 0 128 0 156 0 172 0 200 0 167 0 150 0 156 0 189 0 178 0 167 0 189 0 194 0 244 0 206 0-9999 -9999 -9999 +USC00046719194102TMIN 56 0 61 0 61 0 78 0 72 0 100 0 39 0 100 0 78 0 117 0 106 0 72 0 67 0 78 0 94 0 94 0 111 0 83 0 94 0 122 0 122 0 100 0 83 0 100 0 100 0 83 0 89 0 111 0-9999 -9999 -9999 +USC00046719194102PRCP 0 0 0 0 0 0 0 0 0 0 307 0 0 0 10 0 0 0 0 0 175 0 18 0 0 0 312 0 335 0 91 0 333 0 0 0 193 0 1107 0 394 0 406 0 0 0 86 0 0T 0 5 0 0 0 485 0-9999 -9999 -9999 +USC00046719194102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194102WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194103TMAX 150 0 161 0 172 0 128 0 194 0 233 0 250 0 261 0 283 0 261 0 228 0 150 0 167 0 178 0 211 0 211 0 200 0 206 0 178 0 206 0 222 0 222 0 217 0 222 0 217 0 222 0 217 0 189 0 189 0 211 0 133 0 +USC00046719194103TMIN 100 0 83 0 50 0 78 0 56 0 56 0 67 0 83 0 100 0 122 0 117 0 128 0 106 0 111 0 72 0 72 0 94 0 106 0 89 0 106 0 72 0 67 0 72 0 72 0 67 0 67 0 94 0 122 0 94 0 67 0 106 0 +USC00046719194103PRCP 343 0 229 0 0 0 765 0 152 0 0 0 0 0 0 0 0 0 0 0 0 0 394 0 132 0 107 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0 521 0 0 0 198 0 +USC00046719194103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194103WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USC00046719194104TMAX 150 0 167 0 178 0 161 0 217 0 222 0 211 0 239 0 161 0 144 0 144 0 128 0 189 0 194 0 167 0 228 0 189 0 189 0 200 0 239 0 267 0 239 0 233 0 261 0 194 0 194 0 211 0 233 0 189 0 128 0-9999 +USC00046719194104TMIN 78 0 83 0 67 0 111 0 61 0 50 0 61 0 78 0 83 0 72 0 67 0 72 0 83 0 117 0 83 0 83 0 61 0 61 0 56 0 61 0 94 0 72 0 83 0 106 0 128 0 133 0 100 0 122 0 128 0 106 0-9999 +USC00046719194104PRCP 333 0 43 0 0 0 18 0 203 0 0 0 0 0 0 0 0 0 43 0 229 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 378 0-9999 +USC00046719194104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194104WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194105TMAX 206 0 167 0 178 0 239 0 283 0 322 0 356 0 333 0 328 0 294 0 272 0 244 0 222 0 211 0 239 0 256 0 233 0 250 0 278 0 306 0 322 0 294 0 283 0 272 0 289 0 283 0 239 0 183 0 211 0 244 0 244 0 +USC00046719194105TMIN 72 0 133 0 128 0 111 0 111 0 128 0 150 0 150 0 150 0 144 0 150 0 122 0 106 0 106 0 100 0 111 0 133 0 128 0 94 0 117 0 133 0 139 0 144 0 139 0 128 0 139 0 106 0 122 0 133 0 106 0 106 0 +USC00046719194105PRCP 5 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194106TMAX 261 0 250 0 239 0 194 0 233 0 206 0 211 0 206 0 256 0 278 0 306 0 306 0 256 0 178 0 250 0 283 0 278 0 278 0 278 0 272 0 289 0 289 0 272 0 239 0 250 0 222 0 239 0 250 0 256 0 244 0-9999 +USC00046719194106TMIN 111 0 111 0 111 0 139 0 156 0 122 0 144 0 111 0 94 0 117 0 128 0 139 0 144 0 150 0 150 0 111 0 100 0 111 0 150 0 144 0 117 0 111 0 117 0 111 0 117 0 111 0 128 0 111 0 122 0 144 0-9999 +USC00046719194106PRCP 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0-9999 +USC00046719194106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194107TMAX 261 0 278 0 311 0 322 0 333 0 333 0 317 0 322 0 306 0 306 0 289 0 289 0 306 0 344 0 339 0 344 0 344 0 333 0 339 0 339 0 339 0 289 0 300 0 256 0 211 0 244 0 250 0 278 0 294 0 306 0 306 0 +USC00046719194107TMIN 144 0 128 0 122 0 122 0 133 0 144 0 150 0 150 0 156 0 156 0 150 0 128 0 122 0 133 0 156 0 144 0 167 0 183 0 156 0 139 0 161 0 156 0 161 0 178 0 178 0 161 0 167 0 133 0 133 0 144 0 139 0 +USC00046719194107PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194108TMAX 300 0 289 0 283 0 289 0 267 0 283 0 300 0 283 0 272 0 211 0 267 0 322 0 356 0 344 0 261 0 333 0 306 0 328 0 328 0 317 0 278 0 283 0 267 0 261 0 211 0 228 0 250 0 250 0 261 0 272 0 278 0 +USC00046719194108TMIN 150 0 156 0 156 0 128 0 150 0 144 0 156 0 156 0 150 0 161 0 178 0 139 0 178 0 183 0 194 0 194 0 161 0 150 0 161 0 150 0 133 0 161 0 167 0 161 0 167 0 144 0 133 0 156 0 150 0 122 0 111 0 +USC00046719194108PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194109TMAX 283 0 272 0 267 0 283 0 300 0 283 0 250 0 272 0 267 0 289 0 294 0 283 0 228 0 211 0 267 0 289 0 261 0 233 0 244 0 239 0 272 0 278 0 272 0 289 0 256 0 250 0 244 0 244 0 239 0 344 0-9999 +USC00046719194109TMIN 100 0 117 0 167 0 133 0 144 0 156 0 150 0 139 0 133 0 150 0 111 0 117 0 128 0 128 0 100 0 117 0 128 0 139 0 94 0 111 0 83 0 133 0 100 0 100 0 111 0 83 0 83 0 128 0 122 0 111 0-9999 +USC00046719194109PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USC00046719194109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194110TMAX 322 0 272 0 300 0 239 0 217 0 239 0 228 0 217 0 328 0 322 0 322 0 211 0 233 0 306 0 333 0 339 0 306 0 261 0 183 0 161 0 167 0 183 0 172 0 189 0 206 0 200 0 161 0 200 0 206 0 250 0 256 0 +USC00046719194110TMIN 144 0 150 0 194 0 94 0 139 0 89 0 89 0 106 0 83 0 133 0 133 0 139 0 111 0 89 0 111 0 139 0 156 0 117 0 144 0 83 0 94 0 106 0 106 0 117 0 78 0 128 0 94 0 89 0 72 0 78 0 89 0 +USC00046719194110PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 46 0 33 0 117 0 69 0 15 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 +USC00046719194110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194111TMAX 217 0 217 0 250 0 289 0 322 0 322 0 328 0 311 0 250 0 289 0 278 0 261 0 222 0 283 0 294 0 183 0 194 0 183 0 178 0 172 0 211 0 194 0 239 0 278 0 250 0 283 0 206 0 228 0 183 0 233 0-9999 +USC00046719194111TMIN 83 0 83 0 106 0 117 0 139 0 133 0 128 0 128 0 106 0 94 0 117 0 139 0 117 0 94 0 106 0 89 0 111 0 44 0 28 0 22 0 44 0 33 0 28 0 28 0 56 0 61 0 72 0 61 0 100 0 111 0-9999 +USC00046719194111PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 3 0-9999 +USC00046719194111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194111WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194112TMAX 272 0 261 0 128 0 189 0 250 0 261 0 272 0 222 0 128 0 117 0 167 0 150 0 167 0 161 0 194 0 189 0 178 0 222 0 278 0 172 0 167 0 183 0 139 0 139 0 94 0 133 0 111 0 128 0 150 0 128 0 133 0 +USC00046719194112TMIN 83 0 94 0 117 0 50 0 39 0 50 0 56 0 72 0 111 0 100 0 44 0 89 0 44 0 72 0 72 0 78 0 89 0 61 0 67 0 67 0 61 0 28 0 61 0 56 0 0 0 39 0 33 0 50 0 83 0 83 0 72 0 +USC00046719194112PRCP 0 0 0 0 163 0 0 0 0 0 0 0 0 0 0 0 23 0 681 0 0 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 0 0 38 0 104 0 0 0 135 0 323 0 74 0 0 0 +USC00046719194112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194201TMAX 117 0 139 0 128 0 156 0 133 0 178 0 194 0 183 0 267 0 256 0 239 0 256 0 244 0 256 0 233 0 178 0 172 0 222 0 250 0 244 0 222 0 178 0 189 0 172 0 156 0 239 0 156 0 172 0 189 0 206 0 189 0 +USC00046719194201TMIN 50 0 6 0 6 0 22 0 39 0 39 0 50 0 56 0 61 0 61 0 89 0 94 0 61 0 78 0 89 0 50 0 72 0 61 0 50 0 50 0 83 0 100 0 56 0 72 0 83 0 89 0 106 0 44 0 39 0 72 0 50 0 +USC00046719194201TOBS 72 0 17 0 22 0 122 0 56 0 56 0 72 0 78 0 89 0 100 0 122 0 122 0 100 0 111 0 133 0 72 0 89 0 139 0 100 0 117 0 144 0 122 0 89 0 106 0 111 0 111 0 106 0 72 0 72 0 100 0 100 0 +USC00046719194201PRCP 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 56 0 0 0 0 0 0T 0 0 0 0 0 5 0 0 0 0 0 0 0 +USC00046719194201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194201WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USC00046719194201WT11 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194201WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USC00046719194202TMAX 211 0 189 0 183 0 178 0 178 0 189 0 183 0 222 0 222 0 200 0 206 0 178 0 133 0 139 0 144 0 167 0 172 0 222 0 200 0 222 0 100 0 156 0 172 0 156 0 189 0 189 0 178 0 194 0-9999 -9999 -9999 +USC00046719194202TMIN 61 0 67 0 72 0 61 0 89 0 100 0 44 0 44 0 33 0 44 0 33 0 28 0 39 0 22 0 -17 0 -6 0 28 0 61 I0 39 0 44 0 44 0 61 0 28 0 39 0 39 0 50 0 83 0 50 0-9999 -9999 -9999 +USC00046719194202TOBS 111 0 72 0 111 0 89 0 111 0 111 0 83 0 83 0 44 0 111 0 33 0 39 0 44 0 28 0 -6 0 28 0 39 I0 178 0 50 0 50 0 67 0 67 0 39 0 39 0 50 0 106 0 89 0 56 0-9999 -9999 -9999 +USC00046719194202PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 150 0 127 0 0 0 0 0 0 0 0 0 8 0 0 0-9999 -9999 -9999 +USC00046719194202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194202WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194202WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194203TMAX 233 0 239 0 189 0 267 0 244 0 211 0 228 0 239 0 217 0 172 0 161 0 161 0 161 0 139 0 156 0 178 0 244 0-9999 183 0 211 0 239 0 217 0 189 0 172 0 178 0 228 0 244 0 261 0 272 0 261 0 233 0 +USC00046719194203TMIN 44 0 67 0 61 0 61 0 78 0 94 0 67 0 56 0 56 0 72 0 106 0 106 0 100 0 39 0 11 0 33 0 56 0-9999 78 0 56 0 39 0 50 0 39 0 72 0 56 0 50 0 39 0 83 0 72 0 72 0 89 0 +USC00046719194203TOBS 211 0 189 0 178 0 244 0 211 0 172 0 178 0 200 0 172 0 161 0 139 0 150 0 139 0 72 0 133 0 172 0 222 0-9999 178 0 200 0 217 0 189 0 144 0 156 0 156 0 222 0 222 0 228 0 244 0 233 0 194 0 +USC00046719194203PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 97 0 13 0 0 0 221 0 58 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194204TMAX 206 0 228 0 239 0 189 0 167 0 167 0 222 0 172 0 172 0 183 0 178 0 172 0 150 0 167 0 217 0 183 0 189 0 256 0 278 0 194 0 167 0 167 0 206 0 228 0 194 0 172 0 172 0 172 0 211 0 200 0-9999 +USC00046719194204TMIN 83 0 100 0 111 0 106 0 89 0 89 0 61 0 122 0 117 0 111 0 111 0 117 0 122 0 106 0 61 0 111 0 89 0 83 0 89 0 122 0 122 0 61 0 100 0 83 0 78 0 117 0 117 0 106 0 83 0 61 0-9999 +USC00046719194204PRCP 0 0 0 0 0T 0 152 0 0 0 91 0 0 0 0 0 0T 0 145 0 56 0 3 0 0 0 104 0 0 0 0 0 91 0 0 0 0 0 0 0 81 0 25 0 3 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0-9999 +USC00046719194204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194204WT14-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194205TMAX 183 0 239 0 261 0 261 0 272 0 222 0 222 0 233 0 194 0 178 0 172 0 194 0 183 0 233 0 217 0 194 0 217 0 261 0 350 0 389 0 267 0 222 0 228 0 222 0 200 0 228 0 256 0 222 0 211 0 217 0 233 0 +USC00046719194205TMIN 106 0 67 0 89 0 106 0 94 0 122 0 122 0 89 0 100 0 100 0 106 0 61 0 67 0 78 0 83 0 106 0 83 0 94 0 139 0 161 0 144 0 139 0 133 0 111 0 106 0 117 0 89 0 100 0 111 0 94 0 94 0 +USC00046719194205PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194206TMAX 244 0 228 0 228 0 261 0 239 0 233 0 222 0 239 0 244 0 233 0 194 0 206 0 239 0 239 0 233 0 244 0 256 0 267 0 261 0 289 0 306 0 306 0 294 0 278 0 256 0 244 0 256 0 272 0 278 0 278 0-9999 +USC00046719194206TMIN 100 0 111 0 106 0 111 0 128 0 128 0 128 0 128 0 117 0 139 0 139 0 139 0 106 0 128 0 139 0 144 0 139 0 144 0 150 0 133 0 133 0 133 0 139 0 144 0 139 0 150 0 122 0 150 0 117 0 139 0-9999 +USC00046719194206PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194206WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194207TMAX 289 0 289 0 272 0 300 0 356 0 356 0 361 0 344 0 294 0 300 0 300 0 311 0 317 0 311 0 300 0 283 0 283 0 289 0 294 0 283 0 317 0 356 0 350 0 333 0 317 0 328 0 311 0 300 0 300 0 311 0 317 0 +USC00046719194207TMIN 133 0 133 0 139 0 144 0 144 0 167 0 178 0 172 0 156 0 139 0 144 0 144 0 144 0 156 0 161 0 167 0 172 0 150 0 144 0 156 0 150 0 172 0 178 0 189 0 178 0 156 0 150 0 156 0 128 0 128 0 133 0 +USC00046719194207PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194208TMAX 317 0 300 0 322 0 311 0 328 0 333 0 317 0 322 0 278 0 289 0 306 0 306 0 289 0 278 0 289 0 317 0 350 0 317 0 322 0 317 0 289 0 322 0 300 0 289 0 278 0 283 0 278 0 239 0 239 0 250 0 211 0 +USC00046719194208TMIN 128 0 128 0 144 0 156 0 156 0 144 0 161 0 150 0 178 0 178 0 161 0 167 0 156 0 144 0 144 0 156 0 161 0 172 0 167 0 161 0 161 0 150 0 150 0 139 0 150 0 144 0 117 0 122 0 150 0 128 0 122 0 +USC00046719194208PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194208WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719194209TMAX 233 0 228 0 244 0 272 0 272 0 300 0 300 0 272 0 250 0 233 0 239 0 328 0 328 0 328 0 322 0 272 0 239 0 250 0 272 0 328 0 361 0 367 0 317 0 289 0 261 0 278 0 261 0 250 0 261 0 267 0-9999 +USC00046719194209TMIN 139 0 100 0 100 0 94 0 111 0 94 0 106 0 106 0 106 0 128 0 150 0 117 0 122 0 128 0 139 0 144 0 144 0 144 0 100 0 111 0 150 0 150 0 150 0 150 0 133 0 117 0 139 0 111 0 128 0 106 0-9999 +USC00046719194209PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194209WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USC00046719194210TMAX 250 0 261 0 261 0 289 0 289 0 261 0 250 0 228 0 239 0 222 0 211 0 222 0 228 0 272 0 261 0 317 0 300 0 322 0 328 0 356 0 356 0 311 0 239 0 189 0 239 0 239 0 172 0 122 I0 206 0 222 0 289 0 +USC00046719194210TMIN 128 0 150 0 144 0 122 0 117 0 128 0 139 0 156 0 156 0 133 0 100 0 122 0 78 0 89 0 106 0 117 0 139 0 128 0 144 0 144 0 144 0 117 0 111 0 150 0 100 0 89 0 133 I0 83 0 50 0 78 0 78 0 +USC00046719194210PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 226 0 8 0 0 0 0 0 +USC00046719194210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194210WT01 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194211TMAX 306 0 289 0 200 0 222 0 211 0 228 0 244 0 228 0 272 0 311 0 317 0 317 0 311 0 239 0 161 0 194 0 200 0 189 0 172 0 189 0 228 0 278 0 283 0 233 0 211 0 178 0 128 0 194 0 261 0 228 0-9999 +USC00046719194211TMIN 106 0 100 0 78 0 83 0 72 0 83 0 72 0 61 0 72 0 94 0 100 0 117 0 117 0 111 0 128 0 61 0 61 0 72 0 122 0 28 0 33 0 61 0 100 0 78 0 61 0 56 0 78 0 83 0 67 0 94 0-9999 +USC00046719194211PRCP 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194211WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USC00046719194212TMAX 222 0 183 0 139 0 150 0 167 0 161 0 178 0 139 0 222 0 233 0 256 0 261 0 250 0 283 0 294 0 278 0 183 0 150 0 189 0 183 0 167 0 183 0 172 0 144 0 178 0 194 0 233 0 239 0 217 0 211 0 272 0 +USC00046719194212TMIN 83 0 50 0 89 0 106 0 67 0 22 0 28 0 61 0 17 0 44 0 61 0 61 0 61 0 56 0 89 0 72 0 67 0 78 0 44 0 33 0 94 0 39 0 67 0 111 0 94 0 22 0 39 0 61 0 61 0 50 0 67 0 +USC00046719194212PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 109 0 206 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194301TMAX 222 0 228 0 244 0 244 0 233 0 206 0 228 0 256 0 228 0 228 0 217 0 222 0 244 0 289 0 217 0 144 0 144 0 161 0 183 0 144 0 117 0 133 0 139 0 161 0 133 0 144 0 206 0 172 0 139 0 111 0 150 0 +USC00046719194301TMIN 67 0 44 0 39 0 44 0 44 0 50 0 50 0 61 0 50 0 56 0 39 0 33 0 39 0 67 0 61 0 111 0 67 0 33 0 -11 0 11 0 94 0 89 0 106 0 78 0 72 0 89 0 83 0 50 0 89 0 89 0 78 0 +USC00046719194301PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 1798 0 1488 0 48 0 0T 0 104 0 127 0 0 0 0 0 213 0 351 0 +USC00046719194301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194302TMAX 211 0 161 0 167 0 183 0 211 0 244 0 200 0 139 0 144 0 194 0 267 0 300 0 300 0 317 0 311 0 250 0 228 0 267 0 283 0 189 0 161 0 144 0 117 0 156 0 156 0 200 0 183 0 211 0-9999 -9999 -9999 +USC00046719194302TMIN 67 0 61 0 78 0 33 0 50 0 78 0 61 0 94 0 33 0 17 0 39 0 100 0 72 0 78 0 89 0 89 0 67 0 72 0 100 0 106 0 111 0 111 0 89 0 94 0 50 0 39 0 39 0 44 0-9999 -9999 -9999 +USC00046719194302PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 208 0 671 0 157 0 173 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194303TMAX 200 0 200 0 128 0 156 0 161 0 183 0 172 0 189 0 167 0 200 0 200 0 222 0 172 0 156 0 167 0 206 0 139 0 156 0 161 0 222 0 172 0 183 0 217 0 250 0 228 0 206 0 211 0 200 0 167 0 206 0 283 0 +USC00046719194303TMIN 61 0 61 0 106 0 117 0 117 0 72 0 106 0 89 0 133 0 128 0 89 0 72 0 89 0 111 0 78 0 61 0 78 0 89 0 50 0 44 0 89 0 100 0 56 0 67 0 78 0 94 0 83 0 83 0 117 0 94 0 67 0 +USC00046719194303PRCP 0 0 0 0 297 0 1135 0 58 0 10 0 0 0 0 0 13 0 10 0 18 0 0 0 0 0 3 0 20 0 0 0 0T 0 127 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194303WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USC00046719194303WT03-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194304TMAX 306 0 289 0 267 0 228 0 194 0 139 0 156 0 156 0 156 0 150 0 189 0 233 0 261 0 206 0 161 0 172 0 222 0 239 0 206 0 189 0 233 0 250 0 261 0 250 0 194 0 200 0 228 0 233 0 267 0 306 0-9999 +USC00046719194304TMIN 89 0 106 0 100 0 89 0 122 0 83 0 100 0 106 0 50 0 78 0 61 0 111 0 78 0 122 0 122 0 122 0 106 0 83 0 106 0 122 0 94 0 106 0 117 0 139 0 83 0 67 0 89 0 100 0 106 0 111 0-9999 +USC00046719194304PRCP 0 0 0 0 0 0 0 0 3 0 208 0 0 0 64 0 0 0 36 0 0 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194304WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194304WT14-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194305TMAX 306 0 289 0 194 0 161 0 228 0 228 0 200 0 283 0 300 0 294 0 278 0 267 0 250 0 206 0 200 0 217 0 228 0 306 0 317 0 300 0 283 0 294 0 272 0 233 0 222 0 183 0 172 0 239 0 217 0 228 0 233 0 +USC00046719194305TMIN 100 0 133 0 139 0 128 0 122 0 94 0 133 0 122 0 117 0 122 0 106 0 128 0 117 0 83 0 89 0 67 0 78 0 83 0 139 0 128 0 117 0 144 0 139 0 139 0 139 0 139 0 133 0 139 0 111 0 128 0 139 0 +USC00046719194305PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 +USC00046719194305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194305WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194305WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194306TMAX 189 0 194 0 194 0 189 0 217 0 250 0 239 0 239 0 228 0 233 0 189 0 156 0 178 0 244 0 317 0 344 0 328 0 306 0 294 0 300 0 311 0 317 0 294 0 278 0 289 0 333 0 333 0 294 0 272 0 261 0-9999 +USC00046719194306TMIN 133 0 144 0 128 0 89 0 89 0 83 0 106 0 117 0 117 0 117 0 122 0 122 0 89 0 78 0 94 0 139 0 139 0 133 0 122 0 133 0 128 0 128 0 122 0 111 0 111 0 122 0 122 0 117 0 117 0 106 0-9999 +USC00046719194306PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194307TMAX 272 0 267 0 272 0 272 0 283 0 278 0 300 0 322 0 328 0 311 0 272 0 261 0 272 0 250 0 233 0 244 0 256 0 272 0 256 0 256 0 289 0 339 0 333 0 339 0 367 0 394 0 378 0 322 0 311 0 339 0 317 0 +USC00046719194307TMIN 111 0 111 0 122 0 122 0 133 0 133 0 139 0 133 0 144 0 139 0 150 0 144 0 150 0 150 0 144 0 133 0 111 0 122 0 133 0 122 0 117 0 156 0 172 0 161 0 167 0 194 0 194 0 189 0 183 0 167 0 172 0 +USC00046719194307PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194308TMAX 333 0 311 0 294 0 294 0 289 0 311 0 300 0 306 0 306 0 306 0 300 0 289 0 283 0 300 0 306 0 317 0 322 0 300 0 294 0 283 0 283 0 272 0 278 0 289 0 306 0 311 0 339 0 328 0 317 0 300 0 311 0 +USC00046719194308TMIN 172 0 167 0 167 0 189 0 172 0 161 0 161 0 150 0 150 0 161 0 161 0 139 0 144 0 150 0 144 0 167 0 161 0 144 0 128 0 139 0 144 0 144 0 139 0 117 0 106 0 106 0 133 0 150 0 133 0 133 0 139 0 +USC00046719194308PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194308WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USC00046719194309TMAX 289 0 283 0 300 0 300 0 294 0 294 0 306 0 294 0 322 0 333 0 361 0 356 0 328 0 294 0 289 0 289 0 328 0 339 0 333 0 383 0 383 0 417 0 328 0 311 0 206 0 244 0 328 0 272 0 339 0 350 0-9999 +USC00046719194309TMIN 122 0 133 0 133 0 128 0 128 0 122 0 111 0 100 0 133 0 139 0 161 0 167 0 139 0 117 0 100 0 111 0 117 0 122 0 122 0 150 0 161 0 183 0 156 0 172 0 161 0 167 0 128 0 161 0 122 0 150 0-9999 +USC00046719194309PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194309WT01 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194310TMAX 350 0 317 0 367 0 356 0 367 0 300 0 272 0 256 0 256 0 311 0 267 0 294 0 278 0 283 0 278 0 244 0 233 0 167 0 206 0 211 0 217 0 222 0 261 0 300 0 294 0 239 0 183 0 206 0 194 0 217 0 250 0 +USC00046719194310TMIN 172 0 150 0 156 0 172 0 172 0 161 0 167 0 150 0 156 0 139 0 133 0 122 0 139 0 122 0 111 0 100 0 133 0 133 0 56 0 122 0 111 0 89 0 83 0 106 0 111 0 100 0 106 0 67 0 89 0 67 0 72 0 +USC00046719194310PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 74 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 18 0 0 0 0 0 +USC00046719194310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194310WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194311TMAX 283 0 278 0 294 0 294 0 256 0 283 0 261 0 283 0 294 0 306 0 283 0 261 0 244 0 239 0 300 0 244 0 206 0 256 0 189 0 194 0 183 0 194 0 211 0 228 0 244 0 250 0 239 0 250 0 267 0 222 0-9999 +USC00046719194311TMIN 78 0 78 0 67 0 72 0 83 0 78 0 67 0 67 0 72 0 72 0 83 0 72 0 56 0 56 0 67 0 117 0 167 0 122 0 106 0 106 0 94 0 61 0 39 0 56 0 50 0 72 0 61 0 56 0 61 0 50 0-9999 +USC00046719194311PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194312TMAX 200 0 244 0 256 0 261 0 150 0 172 0 194 0 228 0 172 0 117 0 167 0 167 0 178 0 206 0 222 0 228 0 189 0 178 0 139 0 139 0 156 0 172 0 206 0 200 0 161 0 206 0 178 0 117 0 128 0 89 0 167 0 +USC00046719194312TMIN 100 0 50 0 61 0 83 0 67 0 67 0 50 0 50 0 39 0 83 0 111 0 94 0 56 0 39 0 50 0 56 0 83 0 111 0 117 0 128 0 78 0 56 0 61 0 50 0 89 0 78 0 33 0 33 0 67 0 56 0 28 0 +USC00046719194312PRCP 0 0 0 0 0 0 0 0 5 0 165 0 0 0 0 0 0T 0 409 0 163 0 0T 0 0 0 0 0 0 0 0 0 0 0 173 0 244 0 244 0 211 0 0 0 0 0 0 0 0 0 0 0 0 0 97 0 140 0 86 0 71 0 +USC00046719194312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194401TMAX 161 0 111 0 144 0 156 0 172 0 183 0 194 0 172 0 178 0 144 0 178 0 222 0 233 0 222 0 233 0 278 0 233 0 283 0 317 0 239 0 222 0 211 0 128 0 122 0 144 0 133 0 156 0 194 0 172 0 144 0 183 0 +USC00046719194401TMIN 22 0 83 0 50 0 67 0 50 0 72 0 39 0 17 0 6 0 22 0 28 0 33 0 39 0 28 0 33 0 56 0 56 0 72 0 61 0 83 0 61 0 100 0 67 0 67 0 33 0 17 0 72 0 44 0 56 0 106 0 111 0 +USC00046719194401PRCP 0 0 10 0 10 0 8 0 0 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 69 0 0 0 0 0 5 0 0 0 0 0 10 0 18 0 +USC00046719194401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194401WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194402TMAX 172 0 211 0 128 0 183 0 250 0 233 0 194 0 122 0 167 0 206 0 217 0 183 0 167 0 139 0 167 0 167 0 133 0 167 0 128 0 78 0 94 0 106 0 161 0 183 0 139 0 106 0 167 0 156 0 144 0-9999 -9999 +USC00046719194402TMIN 94 0 61 0 72 0 83 0 61 0 78 0 89 0 111 0 33 0 28 0 28 0 22 0 28 0 11 0 44 0 28 0 78 0 11 0 22 0 61 0 44 0 78 0 39 0 61 0 50 0 67 0 6 0 28 0 44 0-9999 -9999 +USC00046719194402PRCP 8 0 0 0 23 0 84 0 0 0 0 0 0 0 89 0 8 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 71 0 0 0 114 0 721 0 284 0 1133 0 51 0 36 0 0 0 64 0 5 0 0 0 0 0-9999 -9999 +USC00046719194402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719194402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719194402WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194402WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194403TMAX 122 0 117 0 150 0 122 0 194 0 217 0 239 0 278 0 283 0 261 0 183 0 156 0 117 0 133 0 178 0 211 0 239 0 206 0 133 0 211 0 222 0 222 0 239 0 233 0 206 0 239 0 233 0 233 0 250 0 283 0 250 0 +USC00046719194403TMIN 83 0 72 0 78 0 61 0 83 0 50 0 67 0 72 0 72 0 94 0 94 0 122 0 106 0 28 0 22 0 39 0 83 0 67 0 106 0 56 0 39 0 61 0 61 0 61 0 72 0 56 0 50 0 72 0 67 0 72 0 72 0 +USC00046719194403PRCP 168 0 577 0 20 0 33 0 112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 10 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194404TMAX 239 0 256 0 250 0 206 0 211 0 233 0 211 0 161 0 222 0 206 0 206 0 178 0 178 0 194 0 211 0 211 0 222 0 222 0 200 0 183 0 206 0 228 0 233 0 178 0 189 0 183 0 144 0 139 0 211 0 189 0-9999 +USC00046719194404TMIN 89 0 100 0 94 0 111 0 106 0 78 0 83 0 100 0 89 0 61 0 83 0 106 0 61 0 61 0 61 0 94 0 56 0 61 0 67 0 78 0 67 0 67 0 100 0 100 0 44 0 94 0 78 0 83 0 83 0 100 0-9999 +USC00046719194404PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 310 0 23 0 0 0 0 0-9999 +USC00046719194404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USC00046719194404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194404WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719194404WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USC00046719194405TMAX 222 0 178 0 267 0 328 0 328 0 283 0 228 0 222 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 233 0 228 0 172 0 183 0 189 0 206 0 222 0 256 0 244 0 261 0 217 0 172 0 183 0 +USC00046719194405TMIN 111 0 117 0 111 0 100 0 122 0 100 0 117 0 128 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 72 0 111 0 128 0 133 0 122 0 89 0 78 0 111 0 139 0 122 0 128 0 128 0 133 0 +USC00046719194405PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194405WT01 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719194406TMAX 178 0 178 0 222 0 306 0 311 0 278 0 256 0 172 0 183 0 211 0 222 0 206 0 217 0 206 0 183 0 194 0 233 0 250 0 244 0 228 0 222 0 244 0 217 0 233 0 228 0 228 0 267 0 267 0 283 0 311 0-9999 +USC00046719194406TMIN 117 0 122 0 128 0 94 0 117 0 144 0 139 0 133 0 128 0 117 0 133 0 144 0 144 0 128 0 111 0 78 0 78 0 83 0 89 0 83 0 100 0 100 0 133 0 83 0 89 0 133 0 106 0 133 0 128 0 122 0-9999 +USC00046719194406PRCP 0 0 5 0 5 0 0 0 0 0 0 0 0 0 8 0 28 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194407TMAX 294 0 267 0 267 0 272 0 278 0 283 0 261 0 239 0 228 0 244 0 239 0 261 0 256 0 261 0 267 0 294 0 311 0 322 0 333 0 311 0 300 0 283 0 267 0 267 0 261 0 267 0 256 0 278 0 283 0 272 0 278 0 +USC00046719194407TMIN 122 0 133 0 144 0 128 0 111 0 117 0 128 0 133 0 111 0 111 0 122 0 122 0 128 0 139 0 128 0 117 0 117 0 128 0 133 0 122 0 111 0 128 0 133 0 133 0 122 0 133 0 150 0 144 0 133 0 144 0 150 0 +USC00046719194407PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194407WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USC00046719194408TMAX 272 0 289 0 311 0 294 0 328 0 339 0 306 0 267 0 289 0 317 0 328 0 344 0 311 0 322 0 311 0 300 0 300 0 300 0 294 0 328 0 344 0 328 0 289 0 278 0 311 0 400 0 367 0 372 0 378 0 306 0 256 0 +USC00046719194408TMIN 139 0 122 0 111 0 122 0 117 0 128 0 144 0 128 0 144 0 161 0 167 0 178 0 167 0 172 0 150 0 167 0 150 0 133 0 139 0 139 0 156 0 150 0 133 0 122 0 117 0 144 0 156 0 167 0 172 0 144 0 144 0 +USC00046719194408PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194408WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USC00046719194409TMAX 256 0 244 0 278 0 294 0 322 0 378 0 394 0 394 0 289 0 267 0 283 0 278 0 239 0 211 0 239 0 256 0 211 0 228 0 250 0 222 0 239 0 333 0 406 0 378 0 333 0 289 0 278 0 250 0 233 0 211 0-9999 +USC00046719194409TMIN 150 0 156 0 144 0 122 0 128 0 133 0 189 0 206 0 161 0 161 0 161 0 156 0 156 0 156 0 156 0 144 0 156 0 144 0 139 0 100 0 100 0 94 0 139 0 150 0 156 0 144 0 144 0 150 0 150 0 144 0-9999 +USC00046719194409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194409WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194410TMAX 239 0 294 0 300 0 283 0 256 0 256 0 222 0 239 0 267 0 233 0 267 0 272 0 244 0 239 0 222 0 261 0 244 0 289 0 267 0 250 0 233 0 233 0 289 0 283 0 289 0 261 0 306 0 278 0 244 0 200 0 189 0 +USC00046719194410TMIN 100 0 100 0 111 0 94 0 94 0 106 0 117 0 117 0 83 0 111 0 78 0 78 0 89 0 89 0 111 0 83 0 106 0 106 0 83 0 83 0 128 0 111 0 122 0 150 0 133 0 111 0 122 0 117 0 111 0 128 0 117 0 +USC00046719194410PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194410WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719194411TMAX 228 0 228 0 222 0 172 0 172 0 206 0 189 0 222 0 206 0 156 0 150 0 161 0 139 0 167 0 183 0 194 0 200 0 178 0 189 0 211 0 239 0 256 0 228 0 200 0 200 0 178 0 206 0 239 0 200 0 206 0-9999 +USC00046719194411TMIN 150 0 133 0 94 0 83 0 122 0 67 0 122 0 78 0 94 0 122 0 128 0 78 0 56 0 89 0 56 0 50 0 50 0 44 0 50 0 50 0 56 0 56 0 56 0 72 0 33 0 39 0 50 0 50 0 61 0 89 0-9999 +USC00046719194411PRCP 23 0 0 0 0 0 0 0 119 0 5 0 0 0 0 0 0 0 376 0 335 0 325 0 61 0 145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194412TMAX 167 0 183 0 183 0 211 0 256 0 261 0 261 0 217 0 267 0 239 0 239 0 267 0 250 0 172 0 228 0 206 0 206 0 272 0 239 0 267 0 222 0 211 0 183 0 144 0 206 0 200 0 167 0 150 0 156 0 178 0 211 0 +USC00046719194412TMIN 94 0 94 0 94 0 44 0 50 0 61 0 61 0 67 0 72 0 44 0 61 0 39 0 39 0 61 0 78 0 50 0 44 0 50 0 78 0 72 0 94 0 133 0 89 0 61 0 61 0 50 0 44 0 61 0 78 0 17 0 6 0 +USC00046719194412PRCP 0 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 142 0 74 0 0 0 0 0 +USC00046719194412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194412WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USC00046719194501TMAX 222 0 233 0 244 0 244 0 228 0 217 0 250 0 244 0 172 0 128 0 172 0 233 0 250 0 261 0 111 0 194 0 167 0 167 0 139 0 144 0 150 0 178 0 161 0 189 0 206 0 172 0 161 0 206 0 228 0 222 0 133 0 +USC00046719194501TMIN 28 0 39 0 44 0 39 0 44 0 61 0 61 0 72 0 56 0 94 0 78 0 50 0 56 0 72 0 67 0 50 0 33 0 33 0 50 0 22 0 28 0 67 0 17 0 22 0 44 0 94 0 44 0 28 0 33 0 28 0 89 0 +USC00046719194501PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 +USC00046719194501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194501WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194501WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194502TMAX 128 0 139 0 178 0 194 0 161 0 206 0 272 0 250 0 239 0 272 0 233 0 228 0 172 0 122 0 167 0 172 0 139 0 161 0 139 0 156 0 183 0 206 0 211 0 156 0 167 0 194 0 94 0 100 0-9999 -9999 -9999 +USC00046719194502TMIN 83 0 111 0 72 0 89 0 72 0 94 0 83 0 83 0 128 0 72 0 89 0 83 0 83 0 106 0 83 0 83 0 78 0 72 0 39 0 6 0 39 0 28 0 39 0 78 0 22 0 44 0 39 0 33 0-9999 -9999 -9999 +USC00046719194502PRCP 409 0 594 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 51 0 102 0-9999 -9999 -9999 +USC00046719194502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194502WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194503TMAX 111 0 172 0 128 0 72 0 144 0 144 0 211 0 228 0 239 0 211 0 194 0 194 0 144 0 161 0 156 0 139 0 133 0 183 0 244 0 250 0 100 0 106 0 156 0 172 0 167 0 150 0 172 0 194 0 206 0 278 0 294 0 +USC00046719194503TMIN 17 0 56 0 33 0 33 0 6 0 22 0 22 0 44 0 44 0 50 0 56 0 61 0 100 0 106 0 94 0 17 0 72 0 56 0 44 0 78 0 83 0 78 0 50 0 61 0 33 0 61 0 17 0 28 0 39 0 144 0 94 0 +USC00046719194503PRCP 8 0 229 0 13 0 145 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 274 0 0 0 81 0 0 0 0 0 0 0 64 0 18 0 84 0 0 0 0 0 91 0 15 0 0 0 0 0 0 0 0 0 +USC00046719194503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194503WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194503WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USC00046719194504TMAX 161 0 189 0 183 0 222 0 256 0 278 0 283 0 206 0 156 0 167 0 172 0 189 0 194 0 233 0 233 0 228 0 222 0 233 0 233 0 211 0 183 0 156 0 239 0 189 0 156 0 183 0 233 0 278 0 289 0 239 0-9999 +USC00046719194504TMIN 61 0 78 0 44 0 44 0 44 0 72 0 94 0 78 0 50 0 22 0 33 0 72 0 50 0 78 0 78 0 61 0 78 0 89 0 100 0 111 0 111 0 100 0 117 0 111 0 111 0 100 0 56 0 78 0 100 0 117 0-9999 +USC00046719194504PRCP 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0-9999 +USC00046719194504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194504WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194504WT11-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194505TMAX 239 0 267 0 250 0 244 0 250 0 222 0 211 0 167 0 211 0 233 0 217 0 194 0 206 0 228 0 300 0 322 0 239 0 211 0 200 0 228 0 261 0 250 0 233 0 239 0 256 0 233 0 211 0 222 0 200 0 172 0 200 0 +USC00046719194505TMIN 122 0 100 0 117 0 94 0 89 0 83 0 100 0 117 0 122 0 83 0 122 0 133 0 117 0 111 0 111 0 139 0 117 0 78 0 61 0 67 0 78 0 89 0 78 0 83 0 78 0 78 0 83 0 89 0 111 0 111 0 117 0 +USC00046719194505PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USC00046719194505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194505WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194506TMAX 239 0 228 0 228 0 194 0 200 0 200 0 211 0 222 0 233 0 189 0 267 0 289 0 283 0 233 0 267 0 289 0 333 0 311 0 278 0 256 0 167 0 183 0 256 0 183 0 233 0 250 0 183 0 239 0 261 0 261 0-9999 +USC00046719194506TMIN 100 0 122 0 128 0 128 0 133 0 122 0 89 0 94 0 89 0 128 0 128 0 128 0 117 0 139 0 144 0 111 0 128 0 128 0 133 0 150 0 150 0 133 0 128 0 117 0 144 0 117 0 144 0 150 0 122 0 144 0-9999 +USC00046719194506PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 5 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0-9999 +USC00046719194506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194506WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USC00046719194507TMAX 267 0 256 0 278 0 278 0 289 0 283 0 261 0 289 0 322 0 300 0 300 0 322 0 306 0 300 0 294 0 278 0 278 0 278 0 311 0 339 0 339 0 322 0 317 0 306 0 322 0 328 0 306 0 311 0 306 0 311 0 322 0 +USC00046719194507TMIN 139 0 144 0 139 0 139 0 139 0 144 0 150 0 161 0 144 0 167 0 156 0 150 0 161 0 144 0 139 0 139 0 144 0 139 0 128 0 150 0 172 0 183 0 167 0 172 0 167 0 172 0 183 0 172 0 161 0 161 0 172 0 +USC00046719194507PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194507WT01 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USC00046719194507WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194508TMAX 328 0 333 0 328 0 333 0 317 0 306 0 311 0 333 0 322 0 317 0 317 0 311 0 328 0 317 0 317 0 339 0 350 0 278 0 294 0 317 0 311 0 333 0 361 0 350 0 339 0 289 0 272 0 278 0 261 0 306 0 333 0 +USC00046719194508TMIN 194 0 206 0 189 0 178 0 167 0 183 0 144 0 139 0 139 0 167 0 150 0 150 0 139 0 122 0 122 0 139 0 194 0 228 0 194 0 172 0 156 0 161 0 161 0 183 0 156 0 139 0 167 0 167 0 156 0 111 0 133 0 +USC00046719194508PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 112 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194508WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194508WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194509TMAX 344 0 378 0 389 0 378 0 356 0 333 0 344 0 294 0 333 0 333 0 344 0 344 0 328 0 328 0 306 0 283 0 278 0 200 0 244 0 217 0 194 0 233 0 250 0 294 0 317 0 294 0 267 0 300 0 328 0 339 0-9999 +USC00046719194509TMIN 183 0 200 0 217 0 211 0 194 0 172 0 161 0 172 0 189 0 194 0 200 0 178 0 172 0 172 0 167 0 167 0 172 0 156 0 172 0 122 0 150 0 111 0 94 0 100 0 122 0 122 0 139 0 117 0 128 0 111 0-9999 +USC00046719194509PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194509WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194510TMAX 372 0 378 0 378 0 233 0 261 0 250 0 267 0 267 0 233 0 239 0 233 0 250 0 256 0 250 0 256 0 211 0 183 0 239 0 261 0 194 0 261 0 206 0 300 0 317 0 350 0 283 0 228 0 206 0 194 0 206 0 211 0 +USC00046719194510TMIN 128 0 150 0 172 0 139 0 156 0 128 0 156 0 156 0 156 0 117 0 117 0 100 0 111 0 150 0 156 0 156 0 150 0 156 0 106 0 133 0 133 0 144 0 100 0 72 0 89 0 89 0 106 0 94 0 139 0 150 0 89 0 +USC00046719194510PRCP 0 0 0 0 0 0 0 0 0 0 8 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 81 0 81 0 0 0 +USC00046719194510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194510WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194511TMAX 256 0 306 0 333 0 322 0 194 0 161 0 178 0 189 0 217 0 206 0 189 0 200 0 272 0 267 0 189 0 200 0 200 0 250 0 261 0 272 0 278 0 278 0 272 0 228 0 194 0 267 0 294 0 233 0 139 0 172 0-9999 +USC00046719194511TMIN 83 0 100 0 122 0 139 0 128 0 133 0 56 0 33 0 28 0 50 0 78 0 50 0 50 0 78 0 117 0 56 0 44 0 39 0 56 0 56 0 67 0 56 0 78 0 50 0 50 0 56 0 67 0 61 0 78 0 22 0-9999 +USC00046719194511PRCP 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0-9999 +USC00046719194511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194511WT14-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USC00046719194512TMAX 194 0 228 0 239 0 206 0 172 0 217 0 206 0 194 0 228 0 217 0 167 0 161 0 139 0 178 0 211 0 222 0 222 0 167 0 211 0 183 0 144 0 150 0 194 0 139 0 156 0 189 0 172 0 183 0 211 0 306 0 294 0 +USC00046719194512TMIN 78 0 28 0 44 0 50 0 61 0 50 0 28 0 39 0 33 0 22 0 72 0 17 0 11 0 6 0 44 0 33 0 33 0 83 0 33 0 56 0 100 0 128 0 133 0 100 0 94 0 83 0 56 0 83 0 67 0 83 0 78 0 +USC00046719194512PRCP 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 81 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 208 0 1097 0 358 0-9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194512DAPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194512MDPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 23 0-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194512WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USC00046719194512WT14-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194601TMAX 244 0 128 0 178 0 161 0 189 0 189 0 200 0 183 0 194 0 183 0 167 0 194 0 244 0 222 0 200 0 228 0 233 0 178 0 150 0 167 0 228 0 233 0 289 0 289 0 244 0 250 0 261 0 200 0 194 0 183 0 206 0 +USC00046719194601TMIN 72 0 89 0 83 0 44 0 94 0 83 0 17 0 22 0 67 0 11 0 11 0 39 0 28 0 50 0 22 0 28 0 44 0 39 0 78 0 56 0 33 0 50 0 67 0 89 0 83 0 72 0 44 0 44 0 56 0 6 0 0 0 +USC00046719194601PRCP 0 0 0 0 36 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194601WT11-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194601WT14-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194602TMAX 233 0 178 0 106 0 122 0 178 0 200 0 183 0 200 0 194 0 178 0 139 0 156 0 189 0 228 0 194 0 161 0 194 0 239 0 200 0 194 0 183 0 244 0 239 0 161 0 144 0 206 0 217 0 211 0-9999 -9999 -9999 +USC00046719194602TMIN 11 0 28 0 72 0 28 0 -6 0 22 0 28 0 39 0 17 0 17 0 39 0 6 0 28 0 28 0 56 0 17 0 28 0 39 0 67 0 44 0 83 0 56 0 56 0 50 0 89 0 61 0 56 0 61 0-9999 -9999 -9999 +USC00046719194602PRCP 0 0 0 0 495 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194602WT14-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194603TMAX 300 0 278 0 183 0 211 0 183 0 189 0 256 0 289 0 300 0 222 0 211 0 217 0 128 0 206 0 194 0 244 0 228 0 178 0 128 0 106 0 150 0 200 0 194 0 178 0 250 0 272 0 206 0 161 0 150 0 106 0 167 0 +USC00046719194603TMIN 61 0 111 0 83 0 61 0 33 0 72 0 50 0 94 0 94 0 67 0 94 0 56 0 72 0 56 0 39 0 50 0 78 0 100 0 78 0 44 0 44 0 44 0 50 0 94 0 56 0 78 0 78 0 83 0 89 0 100 0 78 0 +USC00046719194603PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0T 0 292 0 109 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 124 0 69 0 635 0 36 0 +USC00046719194603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194603WT11-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194604TMAX 183 0 178 0 239 0 233 0 217 0 183 0 172 0 189 0 206 0 311 0 328 0 267 0 194 0 206 0 222 0 233 0 217 0 206 0 211 0 217 0 239 0 328 0 333 0 267 0 272 0 261 0 239 0 217 0 206 0 244 0-9999 +USC00046719194604TMIN 44 0 72 0 50 0 83 0 67 0 100 0 106 0 78 0 50 0 67 0 111 0 122 0 100 0 111 0 83 0 117 0 122 0 117 0 111 0 106 0 83 0 89 0 111 0 122 0 122 0 144 0 128 0 128 0 111 0 106 0-9999 +USC00046719194604PRCP 0 0 117 0 0 0 0 0 0 0 13 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194604WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194605TMAX 217 0 222 0 211 0 250 0 261 0 250 0 261 0 222 0 161 0 150 0 178 0 217 0 183 0 167 0 178 0 167 0 217 0 156 0 178 0 161 0 183 0 183 0 183 0 222 0 200 0 172 0 211 0 239 0 289 0 289 0 289 0 +USC00046719194605TMIN 111 0 128 0 106 0 83 0 94 0 128 0 122 0 117 0 122 0 117 0 128 0 83 0 117 0 122 0 122 0 117 0 78 0 122 0 128 0 128 0 117 0 83 0 117 0 100 0 111 0 128 0 106 0 78 0 89 0 106 0 111 0 +USC00046719194605PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 3 0 0T 0 10 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194605WT14 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719194606TMAX 256 0 294 0 294 0 322 0 322 0 294 0 267 0 261 0 261 0 294 0 300 0 289 0 283 0 294 0 300 0 300 0 283 0 317 0 311 0 283 0 244 0 256 0 250 0 289 0 294 0 272 0 267 0 272 0 272 0 283 0-9999 +USC00046719194606TMIN 122 0 133 0 128 0 144 0 139 0 128 0 111 0 111 0 111 0 117 0 133 0 117 0 117 0 128 0 128 0 139 0 117 0 122 0 139 0 150 0 144 0 150 0 128 0 117 0 128 0 150 0 150 0 144 0 144 0 144 0-9999 +USC00046719194606PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194607TMAX 267 0 267 0 272 0 272 0 267 0 267 0 278 0 289 0 306 0 311 0 322 0 322 0 317 0 333 0 328 0 328 0 300 0 283 0 289 0 306 0 328 0 328 0 333 0 322 0 328 0 328 0 344 0 322 0 311 0 311 0 356 0 +USC00046719194607TMIN 161 0 161 0 144 0 150 0 156 0 139 0 122 0 133 0 144 0 161 0 161 0 167 0 167 0 161 0 156 0 128 0 144 0 167 0 167 0 178 0 172 0 167 0 189 0 200 0 194 0 183 0 172 0 156 0 161 0 156 0 150 0 +USC00046719194607PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194608TMAX 361 0 344 0 322 0 311 0 306 0 300 0 283 0 300 0 311 0 344 0 356 0 328 0 322 0 300 0 311 0 328 0 356 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 283 0 283 0 289 0 306 0 283 0 +USC00046719194608TMIN 156 0 172 0 156 0 172 0 156 0 167 0 156 0 150 0 167 0 183 0 183 0 178 0 172 0 144 0 144 0 139 0 150 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 133 0 150 0 122 0 128 0 133 0 +USC00046719194608PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 +USC00046719194608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 +USC00046719194608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 +USC00046719194609TMAX 278 0 289 0 356 0 344 0 317 0 306 0 278 0 278 0 294 0 311 0 356 0 361 0 378 0 344 0 300 0 256 0 306 0 344 0 311 0 300 0 300 0 289 0 317 0 339 0 356 0 333 0 356 0 339 0 361 0 300 0-9999 +USC00046719194609TMIN 156 0 128 0 167 0 172 0 150 0 133 0 117 0 122 0 139 0 117 0 133 0 189 0 189 0 167 0 139 0 156 0 122 0 156 0 156 0 189 0 133 0 156 0 150 0 144 0 156 0 150 0 156 0 172 0 167 0 200 0-9999 +USC00046719194609PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0-9999 +USC00046719194609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194609WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194609WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USC00046719194610TMAX 200 0 244 0 211 0 267 0 211 0 261 0 289 0 250 0 294 0 311 0 317 0 311 0 317 0 244 0 189 0 200 0 222 0 256 0 267 0 272 0 289 0 267 0 256 0 344 0 322 0 283 0 172 0 156 0 189 0 217 0 250 0 +USC00046719194610TMIN 172 0 111 0 94 0 89 0 106 0 94 0 94 0 83 0 89 0 100 0 111 0 128 0 94 0 89 0 117 0 111 0 61 0 78 0 78 0 78 0 83 0 83 0 83 0 94 0 128 0 117 0 144 0 117 0 61 0 33 0 50 0 +USC00046719194610PRCP 196 0 0 0 8 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 81 0 3 0 0 0 0 0 0 0 +USC00046719194610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194610WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194610WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USC00046719194611TMAX 228 0 228 0 222 0 250 0 250 0 261 0 211 0 189 0 183 0 178 0 117 0 106 0 150 0 167 0 200 0 239 0 267 0 233 0 172 0 150 0 211 0 217 0 150 0 200 0 222 0 267 0 317 0 272 0 278 0 250 0-9999 +USC00046719194611TMIN 67 0 78 0 33 0 67 0 72 0 61 0 78 0 78 0 50 0 50 0 78 0 72 0 94 0 67 0 33 0 39 0 56 0 67 0 56 0 56 0 72 0 56 0 122 0 72 0 39 0 61 0 72 0 78 0 83 0 72 0-9999 +USC00046719194611PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 64 0 569 0 904 0 188 0 0 0 0 0 0 0 0 0 0 0 536 0 3 0 0 0 315 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194611WT11-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194611WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194612TMAX 200 0 272 0 233 0 233 0 178 0 139 0 172 0 167 0 211 0 222 0 233 0 222 0 206 0 206 0 139 0 156 0 194 0 189 0-9999 -9999 -9999 -9999 -9999 -9999 139 0 156 0 133 0 156 0 183 0 189 0 189 0 +USC00046719194612TMIN 83 0 44 0 94 0 139 0 94 0 117 0 28 0 33 0 28 0 44 0 56 0 50 0 39 0 50 0 39 0 56 0 67 0 50 0-9999 -9999 -9999 -9999 -9999 -9999 122 0 117 0 111 0 50 0 22 0 39 0 17 0 +USC00046719194612PRCP 0 0 0 0 0 0 0 0 0 0 124 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 457 0 719 0 163 0 0 0 0 0 0 0 0 0 +USC00046719194612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194612WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194612WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719194701TMAX 178 0 172 0 172 0 228 0 239 0 172 0 211 0 239 0 261 0 250 0 211 0 128 0 156 0 150 0 161 0 194 0 222 0 211 0 200 0 267 0 261 0 250 0 206 0 239 0 294 0 239 0 172 0 128 0 150 0 178 0 233 0 +USC00046719194701TMIN 22 0 44 0 0 0 11 0 39 0 44 0 28 0 33 0 39 0 44 0 56 0 72 0 67 0 33 0 17 0 -6 0 44 0 33 0 11 0 22 0 50 0 56 0 28 0 39 0 61 0 61 0 39 0 78 0 6 0 11 0 22 0 +USC00046719194701PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 117 0 0 0 0 0 0 0 +USC00046719194701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194701WT11-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194702TMAX 267 0 267 0 272 0 289 0 267 0 256 0 172 0 183 0 172 0 206 0 228 0 206 0 256 0 294 0 283 0 189 0 161 0 178 0 183 0 194 0 217 0 261 0 289 0 283 0 228 0 161 0 156 0 178 0-9999 -9999 -9999 +USC00046719194702TMIN 61 0 72 0 72 0 106 0 83 0 72 0 67 0 94 0 94 0 61 0 50 0 83 0 72 0 72 0 83 0 83 0 61 0 39 0 39 0 106 0 50 0 50 0 67 0 83 0 78 0 111 0 100 0 56 0-9999 -9999 -9999 +USC00046719194702PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 -9999 -9999 +USC00046719194702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194702WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USC00046719194703TMAX 194 0 206 0 189 0 172 0 189 0 211 0 178 0 167 0-9999 -9999 -9999 -9999 278 0 306 0 289 0 233 0 256 0 144 0 172 0 150 0 200 0 161 0 183 0 294 0 311 0 272 0 217 0 200 0 211 0 200 0 217 0 +USC00046719194703TMIN 61 0 117 0 50 0 44 0 83 0 39 0 56 0 94 0-9999 -9999 -9999 -9999 83 0 89 0 78 0 83 0 122 0 122 0 122 0 117 0 100 0 111 0 117 0 61 0 100 0 89 0 100 0 122 0 94 0 83 0 89 0 +USC00046719194703PRCP 0 0 10 0 0 0 13 0 20 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0T 0 23 0 25 0 30 0 18 0 0T 0 0 0 0 0 0 0 0 0 104 0 0 0 0 0 0 0 +USC00046719194703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194703WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194703WT14-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194704TMAX 194 0 189 0 178 0 206 0 206 0 211 0 272 0 222 0 233 0 267 0 333 0 333 0 328 0 328 0 306 0 294 0 261 0 217 0 233 0 172 0 189 0 167 0 194 0 183 0 194 0 172 0 178 0 189 0 222 0 322 0-9999 +USC00046719194704TMIN 94 0 106 0 67 0 28 0 67 0 56 0 61 0 83 0 78 0 72 0 89 0 161 0 128 0 122 0 117 0 117 0 117 0 133 0 128 0 128 0 122 0 83 0 72 0 117 0 122 0 94 0 100 0 100 0 117 0 89 0-9999 +USC00046719194704PRCP 0T 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 10 0 8 0 33 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 +USC00046719194704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194704WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194704WT14 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719194705TMAX 339 0 367 0 344 0 300 0 256 0 244 0 228 0 222 0 233 0 206 0 189 0 222 0 250 0 156 0 211 0 228 0 256 0 267 0 211 0 261 0 211 0 167 0 217 0 261 0 278 0 167 0 167 0 233 0 239 0 161 0 217 0 +USC00046719194705TMIN 133 0 156 0 139 0 128 0 144 0 139 0 117 0 106 0 83 0 106 0 122 0 122 0 83 0 122 0 128 0 100 0 133 0 128 0 133 0 133 0 144 0 128 0 139 0 111 0 122 0 122 0 128 0 83 0 106 0 128 0 100 0 +USC00046719194705PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 13 0 97 0 0 0 0 0 10 0 0 0 +USC00046719194705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194705WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194705WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194706TMAX 244 0 233 0 222 0 228 0 228 0 256 0 261 0 233 0 244 0 256 0 250 0 317 0 300 0 267 0 283 0 300 0 278 0 272 0 239 0 206 0 244 0 278 0 261 0 228 0 200 0 239 0 233 0 261 0 278 0 311 0-9999 +USC00046719194706TMIN 128 0 128 0 117 0 100 0 106 0 144 0 144 0 156 0 128 0 122 0 144 0 117 0 122 0 156 0 167 0 128 0 139 0 150 0 156 0 150 0 139 0 128 0 139 0 150 0 161 0 128 0 144 0 144 0 128 0 111 0-9999 +USC00046719194706PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194706WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194707TMAX 306 0 328 0 339 0 317 0 306 0 283 0 289 0 333 0 344 0 317 0 294 0 300 0 306 0 311 0 283 0 300 0 311 0 339 0 372 0 333 0 300 0 278 0 294 0 306 0 328 0 367 0 372 0 361 0 356 0 350 0 350 0 +USC00046719194707TMIN 122 0 128 0 161 0 144 0 122 0 117 0 122 0 122 0 139 0 128 0 128 0 128 0 122 0 133 0 133 0 144 0 128 0 156 0 167 0 156 0 156 0 156 0 133 0 133 0 161 0 150 0 178 0 194 0 189 0 172 0 161 0 +USC00046719194707PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194708TMAX 339 0 317 0 339 0 339 0 350 0 339 0 344 0 328 0 328 0 300 0 311 0 311 0 300 0 300 0 289 0 278 0 278 0 294 0 267 0 250 0 250 0 272 0 278 0 272 0 272 0 250 0 256 0 261 0 272 0 328 0 383 0 +USC00046719194708TMIN 156 0 167 0 183 0 172 0 161 0 172 0 183 0 222 0 194 0 211 0 183 0 144 0 133 0 128 0 128 0 133 0 139 0 156 0 144 0 117 0 122 0 111 0 111 0 117 0 122 0 133 0 167 0 111 0 106 0 111 0 139 0 +USC00046719194708PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194708WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194709TMAX 389 0 372 0 378 0 356 0 322 0 289 0 272 0 250 0 233 0 261 0 272 0 328 0 328 0 322 0 350 0 289 0 194 0 250 0 300 0 339 0 267 0 339 0 361 0 361 0 350 0 367 0 333 0 311 0 289 0 261 0-9999 +USC00046719194709TMIN 150 0 206 0 183 0 167 0 133 0 128 0 139 0 156 0 161 0 117 0 144 0 139 0 139 0 133 0 150 0 167 0 161 0 144 0 100 0 144 0 183 0 156 0 178 0 189 0 172 0 172 0 156 0 139 0 133 0 139 0-9999 +USC00046719194709PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 10 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194709WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194710TMAX 261 0 267 0 328 0 356 0 289 0 239 0 256 0 233 0 239 0 217 0 217 0 228 0 239 0 244 0 244 0 233 0 222 0 306 0 339 0 217 0 250 0 283 0 267 0 317 0 283 0 272 0 267 0 233 0 178 0 244 0 311 0 +USC00046719194710TMIN 100 0 100 0 117 0 139 0 139 0 128 0 117 0 122 0 106 0 117 0 128 0 128 0 122 0 89 0 122 0 117 0 139 0 111 0 128 0 139 0 128 0 83 0 83 0 100 0 106 0 100 0 94 0 122 0 133 0 122 0 94 0 +USC00046719194710PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 +USC00046719194710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194710WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194711TMAX 211 0 211 0 239 0 233 0 211 0 222 0 239 0 250 0 200 0 222 0 194 0 183 0 228 0 194 0 150 0 206 0 211 0 206 0 194 0 178 0 172 0 156 0 183 0 194 0 228 0 289 0 272 0 272 0 244 0 211 0-9999 +USC00046719194711TMIN 89 0 67 0 61 0 56 0 61 0 39 0 39 0 67 0 50 0 44 0 39 0 67 0 78 0 61 0 72 0 72 0 56 0 44 0 61 0 33 0 44 0 61 0 0 0 22 0 39 0 67 0 83 0 78 0 78 0 61 0-9999 +USC00046719194711PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 69 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USC00046719194711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194711WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194711WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194712TMAX 161 0 189 0 172 0 122 0 111 0 144 0 161 0 178 0 167 0 167 0 206 0 189 0 222 0 194 0 178 0 256 0 194 0 200 0 228 0 178 0 167 0 233 0 250 0 283 0 294 0 289 0 294 0 228 0 161 0 150 0 167 0 +USC00046719194712TMIN 106 0 67 0 44 0 106 0 67 0 61 0 33 0 56 0 22 0 22 0 11 0 28 0 28 0 22 0 33 0 39 0 78 0 44 0 39 0 67 0 83 0 33 0 39 0 56 0 89 0 61 0 72 0 61 0 56 0 72 0 -6 0 +USC00046719194712PRCP 41 0 0 0 0 0 76 0 305 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194712WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USC00046719194801TMAX 161 0 172 0 200 0 217 0 222 0 228 0 267 0 256 0 272 0 294 0 267 0 289 0 278 0 278 0 278 0 267 0 267 0 178 0 206 0 217 0 239 0 222 0 256 0 133 0 122 0 172 0 150 0 150 0 172 0 183 0 222 0 +USC00046719194801TMIN 28 0 17 0 39 0 50 0 56 0 67 0 78 0 83 0 89 0 89 0 83 0 61 0 56 0 44 0 39 0 61 0 50 0 22 0 39 0 17 0 17 0 44 0 56 0 44 0 83 0 89 0 -6 0 -17 0 0 0 11 0 11 0 +USC00046719194801PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194802TMAX 150 0 144 0 156 0 161 0 111 0 133 0 156 0 189 0 206 0 172 0 156 0 156 0 156 0 228 0 228 0 267 0 289 0 222 0 189 0 183 0 228 0 189 0 183 0 211 0 217 0 172 0 139 0 133 0 178 0-9999 -9999 +USC00046719194802TMIN 17 0 39 0 -6 0 6 0 72 0 44 0 0 0 22 0 28 0 61 0 50 0 -6 0 -17 0 33 0 33 0 72 0 128 0 67 0 44 0 83 0 44 0 67 0 72 0 61 0 94 0 33 0 78 0 78 0 28 0-9999 -9999 +USC00046719194802PRCP 0 0 0 0 0 0 0 0 338 0 160 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0-9999 -9999 +USC00046719194802SNOW 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719194802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719194802WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194802WT05-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194803TMAX 156 0 161 0 167 0 189 0 206 0 194 0 194 0 178 0 189 0 200 0 228 0 228 0 178 0 117 0 178 0 167 0 133 0 172 0 111 0 172 0 206 0 206 0 206 0 100 0 150 0 222 0 244 0 206 0 194 0 189 0 217 0 +USC00046719194803TMIN 67 0 22 0 39 0 22 0 28 0 28 0 28 0 28 0 72 0 39 0 44 0 39 0 56 0 50 0 33 0 33 0 61 0 17 0 72 0 56 0 28 0 50 0 33 0 83 0 44 0 28 0 56 0 89 0 111 0 106 0 100 0 +USC00046719194803PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 211 0 15 0 0 0 203 0 15 0 38 0 0 0 0 0 0 0 0 0 366 0 3 0 0 0 0 0 0 0 5 0 0 0 0 0 +USC00046719194803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194804TMAX 217 0 128 0 161 0 172 0 172 0 172 0 183 0 217 0 244 0 178 0 183 0 211 0 244 0 300 0 317 0 339 0 283 0 233 0 244 0 217 0 156 0 172 0 233 0 239 0 244 0 233 0 272 0 150 0 167 0 183 0-9999 +USC00046719194804TMIN 78 0 106 0 89 0 50 0 83 0 83 0 56 0 61 0 78 0 122 0 106 0 44 0 50 0 94 0 128 0 128 0 128 0 94 0 106 0 100 0 106 0 100 0 100 0 67 0 100 0 94 0 94 0 122 0 56 0 72 0-9999 +USC00046719194804PRCP 23 0 53 0 0 0 0 0 10 0 48 0 0 0 0 0 0 0 150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 18 0 211 0 0 0-9999 +USC00046719194804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194804WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719194805TMAX 200 0 206 0 283 0 289 0 306 0 267 0 189 0 217 0 217 0 222 0 228 0 278 0 278 0 289 0 311 0 294 0 272 0 178 0 156 0 183 0 222 0 267 0 233 0 211 0 211 0 211 0 172 0 222 0 222 0 206 0 228 0 +USC00046719194805TMIN 61 0 67 0 78 0 111 0 122 0 128 0 128 0 89 0 83 0 72 0 78 0 89 0 111 0 100 0 128 0 117 0 117 0 100 0 89 0 50 0 50 0 78 0 122 0 122 0 122 0 117 0 128 0 111 0 78 0 89 0 128 0 +USC00046719194805PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0T 0 0 0 +USC00046719194805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194806TMAX 200 0 172 0 228 0 167 0 217 0 250 0 289 0 244 0 250 0 250 0 261 0 261 0 261 0 256 0 250 0 267 0 278 0 256 0 250 0 278 0 217 0 200 0 256 0 250 0 244 0 233 0 250 0 272 0 289 0 283 0-9999 +USC00046719194806TMIN 122 0 117 0 117 0 117 0 117 0 83 0 139 0 122 0 111 0 122 0 117 0 122 0 128 0 111 0 117 0 117 0 111 0 133 0 144 0 122 0 144 0 139 0 128 0 161 0 156 0 144 0 144 0 128 0 133 0 144 0-9999 +USC00046719194806TOBS 156 0 128 0 128 0 139 0 139 0 150 0 161 0 178 0 167 0 172 0 194 0 144 0 156 0 167 0 144 0 172 0 178 0 167 0 156 0 194 0 144 0 144 0 117 I0 172 0 172 0 156 0 156 0 150 0 183 0 172 0-9999 +USC00046719194806PRCP 5 0 99 0 0 0 3 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194806WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USC00046719194807TMAX 306 0 283 0 283 0 267 0 300 0 311 0 311 0 311 0 328 0 333 0 300 0 289 0 272 0 306 0 306 0 278 0 294 0 278 0 261 0 267 0 289 0 272 0 267 0 283 0 294 0 294 0 278 0 267 0 283 0 311 0 328 0 +USC00046719194807TMIN 150 0 150 0 144 0 106 0 94 0 100 0 100 0 128 0 133 0 150 0 144 0 139 0 144 0 144 0 122 0 144 0 144 0 150 0 150 0 156 0 150 0 139 0 144 0 122 0 111 0 128 0 144 0 144 0 144 0 122 0 150 0 +USC00046719194807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194807WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194808TMAX 317 0 300 0 294 0 294 0 311 0 306 0 289 0 289 0 294 0 289 0 283 0 278 0 272 0 289 0 289 0 294 0 311 0 311 0 333 0 306 0 278 0 272 0 289 0 294 0 289 0 267 0 283 0 317 0 350 0 378 0 350 0 +USC00046719194808TMIN 156 0 167 0 167 0 161 0 128 0 133 0 139 0 100 0 106 0 111 0 117 0 111 0 133 0 133 0 128 0 106 0 117 0 117 0 117 0 122 0 144 0 144 0 106 0 117 0 122 0 150 0 122 0 111 0 139 0 172 0 172 0 +USC00046719194808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194808WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USC00046719194809TMAX 378 0 383 0 378 0 317 0 311 0 294 0 289 0 322 0 350 0 417 0 383 0 350 0 328 0 372 0 328 0 306 0 289 0 261 0 267 0 261 0 200 0 244 0 233 0 228 0 222 0 289 0 350 0 328 0 306 0 283 0-9999 +USC00046719194809TMIN 156 0 178 0 178 0 167 0 133 0 111 0 111 0 117 0 139 0 167 0 200 0 167 0 161 0 172 0 167 0 167 0 172 0 178 0 111 0 122 0 144 0 94 0 106 0 150 0 83 0 67 0 94 0 117 0 106 0 83 0-9999 +USC00046719194809PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194809WT01 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194810TMAX 306 0 339 0 306 0 244 0 228 0 294 0 367 0 350 0 250 0 233 0 200 0 222 0 228 0 222 0 228 0 244 0 222 0 206 0 200 0 250 0 283 0 333 0 328 0 317 0 272 0 217 0 150 0 200 0 161 0 194 0 217 0 +USC00046719194810TMIN 106 0 122 0 144 0 111 0 144 0 111 0 133 0 156 0 144 0 122 0 117 0 139 0 111 0 78 0 89 0 128 0 111 0 144 0 139 0 117 0 94 0 111 0 133 0 122 0 111 0 122 0 128 0 128 0 117 0 89 0 61 0 +USC00046719194810PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 117 0 0 0 +USC00046719194810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194810WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719194810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719194810WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USC00046719194811TMAX 278 0 256 0 150 0 233 0 267 0 300 0 272 0 239 0 278 0 261 0 261 0 272 0 283 0 267 0 228 0 233 0 194 0 239 0 217 0 211 0 222 0 233 0 250 0 228 0 200 0 183 0 206 0 267 0 278 0 261 0-9999 +USC00046719194811TMIN 78 0 83 0 94 0 89 0 61 0 78 0 72 0 56 0 56 0 50 0 61 0 67 0 67 0 67 0 56 0 56 0 56 0 56 0 56 0 50 0 67 0 44 0 50 0 61 0 61 0 67 0 22 0 33 0 44 0 50 0-9999 +USC00046719194811PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194811WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719194812TMAX 239 0 250 0 167 0 161 0 172 0 172 0 217 0 228 0 283 0 222 0 178 0 189 0 161 0 156 0 150 0 100 0 117 0 183 0 200 0 189 0 144 0 100 0 122 0 139 0 156 0 150 0 128 0 172 0 200 0 194 0 194 0 +USC00046719194812TMIN 39 0 56 0 33 0 6 0 11 0 22 0 33 0 50 0 61 0 56 0 50 0 39 0 33 0 72 0 0 0 22 0 50 0 28 0 11 0 28 0 22 0 72 0 22 0 -6 0 -6 0 22 0 39 0 22 0 17 0 67 0 83 0 +USC00046719194812PRCP 0 0 0 0 5 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 3 0 328 0 3 0 0 0 0 0 0 0 76 0 0 0 0 0 0 0 38 0 239 0 0T 0 0 0 0 0 0 0 +USC00046719194812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194812WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194901TMAX 139 0 144 0 89 0 94 0 161 0 206 0 194 0 144 0 106 0 67 0 67 0 133 0 89 0 83 0 144 0 139 0 144 0 133 0 72 0 111 0 106 0 72 0 94 0 128 0 106 0 128 0 133 0 161 0-9999 -9999 156 0 +USC00046719194901TMIN 39 0 56 0 6 0 -50 0 -39 0 6 0 22 0 6 0 44 0 -17 0 -11 0 -11 0 33 0 33 0 -6 0 44 0 -11 0 28 0 61 0 50 0 61 0 61 0 17 0 -11 0 39 0 0 0 6 0 6 0-9999 -9999 6 0 +USC00046719194901PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 10 0 91 0 53 0 135 0 53 0 0 0 0 0 0 0 0 0 61 0 305 0 0 0 119 0 38 0 8 0 0 0 0 0 0 0 0 0-9999 -9999 0 0 +USC00046719194901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 0 0 +USC00046719194901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 76 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 +USC00046719194901WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194901WT11-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USC00046719194902TMAX 128 0 139 0 117 0 128 0 117 0 139 0-9999 -9999 -9999 228 0 117 0 117 0 94 0 128 0 156 0 233 0 239 0 211 0 128 0 156 0 222 0 250 0 217 0 128 0 144 0 111 0 144 0 150 0-9999 -9999 -9999 +USC00046719194902TMIN 6 0 44 0 17 0 11 0 50 0 33 0-9999 -9999 -9999 28 0 61 0 -11 0 6 0 -22 0 -6 0 28 0 44 0 61 0 50 0 78 0 50 0 67 0 72 0 94 0 78 0 83 0 67 0 78 0-9999 -9999 -9999 +USC00046719194902PRCP 0T 0 0 0 66 0 0 0 13 0 0 0-9999 -9999 -9999 0 0 56 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 23 0 76 0 74 0 5 0-9999 -9999 -9999 +USC00046719194902SNOW 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194902SNWD 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719194902WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194903TMAX 178 0 133 0 178 0 139 0 167 0 183 0 144 0 172 0 194 0 189 0 161 0 161 0 206 0 222 0 228 0 178 0 194 0 206 0 189 0 194 0 217 0 156 0 167 0 133 0 172 0 189 0 211 0 178 0 189 0 172 0 161 0 +USC00046719194903TMIN 50 0 89 0 94 0 50 0 50 0 33 0 89 0 39 0 56 0 39 0 89 0 33 0 44 0 72 0 89 0 56 0 72 0 56 0 56 0 61 0 50 0 83 0 61 0 67 0 39 0 72 0 67 0 83 0 72 0 39 0 56 0 +USC00046719194903PRCP 0 0 0T 0 13 0 41 0 74 0 0 0 23 0 0 0 0 0 0 0 206 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 5 0 0 0 0T 0 3 0 0T 0 18 0 0 0 0 0 0T 0 0 0 0 0 5 0 +USC00046719194903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194903WT07-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194903WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USC00046719194903WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USC00046719194904TMAX 167 0 128 0 222 0 267 0 283 0 228 0 222 0 206 0 278 0 311 0 311 0 250 0 233 0 144 0 156 0 228 0 211 0 144 0 161 0 261 0 306 0 306 0 272 0 222 0 233 0 222 0 228 0 222 0 194 0 239 0-9999 +USC00046719194904TMIN 61 0 61 0 44 0 67 0 100 0 150 0 111 0 94 0 78 0 106 0 117 0 111 0 100 0 106 0 111 0 61 0 111 0 111 0 111 0 78 0 122 0 128 0 122 0 128 0 122 0 122 0 117 0 100 0 122 0 78 0-9999 +USC00046719194904PRCP 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 15 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194904WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194905TMAX 239 0 194 0 189 0 211 0 300 0 311 0 294 0 244 0 211 0 222 0 244 0 239 0 161 0 183 0 161 0 150 0 139 0 161 0 150 0 217 0 267 0 306 0 350 0 328 0 278 0 250 0 239 0 206 0 206 0 211 0 217 0 +USC00046719194905TMIN 94 0 133 0 128 0 106 0 83 0 133 0 128 0 106 0 111 0 83 0 106 0 128 0 122 0 111 0 122 0 117 0 111 0 106 0 100 0 67 0 83 0 106 0 128 0 144 0 128 0 139 0 144 0 139 0 133 0 111 0 78 0 +USC00046719194905PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 13 0 51 0 61 0 175 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USC00046719194905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194905WT14-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194906TMAX 256 0 289 0 322 0 283 0 289 0 278 0 283 0 267 0 283 0 289 0 256 0 272 0 256 0 283 0 278 0 261 0 256 0 211 0 261 0 289 0 344 0 367 0 311 0 261 0 244 0 200 0 211 0 228 0 256 0 294 0-9999 +USC00046719194906TMIN 89 0 111 0 139 0 122 0 133 0 128 0 133 0 133 0 139 0 133 0 144 0 139 0 150 0 156 0 144 0 139 0 144 0 144 0 150 0 94 0 122 0 200 0 178 0 161 0 150 0 161 0 150 0 150 0 106 0 111 0-9999 +USC00046719194906PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USC00046719194906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194906WT11-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194907TMAX 300 0 333 0 294 0 278 0 267 0 272 0 278 0 283 0 283 0 289 0 272 0 283 0 294 0 311 0 317 0 356 0 317 0 317 0 306 0 311 0 300 0 300 0 294 0 294 0 283 0 267 0 278 0 267 0 267 0 278 0 306 0 +USC00046719194907TMIN 133 0 178 0 156 0 128 0 150 0 117 0 117 0 122 0 139 0 144 0 161 0 161 0 139 0 150 0 156 0 161 0 167 0 161 0 161 0 167 0 156 0 122 0 144 0 150 0 139 0 150 0 144 0 144 0 139 0 150 0 167 0 +USC00046719194907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194908TMAX 317 0 356 0-9999 -9999 -9999 -9999 -9999 -9999 244 0 244 0 256 0 272 0 272 0 261 0 267 0 272 0 278 0 306 0 311 0 344 0 356 0 289 0 306 0 339 0 350 0 333 0 361 0 328 0 322 0 350 0 333 0 +USC00046719194908TMIN 144 0 172 0-9999 -9999 -9999 -9999 -9999 -9999 156 0 144 0 117 0 100 0 117 0 150 0 139 0 111 0 111 0 128 0 128 0 128 0 178 0 189 0 161 0 122 0 139 0 150 0 194 0 156 0 167 0 172 0 144 0 +USC00046719194908PRCP 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194908SNOW 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194908SNWD 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194908WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194908WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194909TMAX 333 0 294 0 294 0 294 0 322 0 367 0 400 0 372 0 328 0 294 0 272 0 272 0 283 0 278 0 306 0 283 0 278 0 311 0 306 0 317 0 322 0 383 0 406 0 361 0 267 0 250 0 278 0 294 0 361 0 328 0-9999 +USC00046719194909TMIN 150 0 139 0 144 0 133 0 122 0 144 0 172 0 200 0 206 0 133 0 144 0 128 0 100 0 106 0 117 0 133 0 150 0 144 0 144 0 156 0 156 0 178 0 200 0 183 0 144 0 139 0 94 0 100 0 122 0 133 0-9999 +USC00046719194909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194909WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194909WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194910TMAX 278 0 272 0 256 0 244 0 178 0 194 0 217 0 217 0 217 0 239 0 328 0 350 0 278 0 267 0 283 0 217 0 178 0 167 0 178 0 183 0 217 0 256 0 256 0 300 0 317 0 294 0 283 0 333 0 328 0 344 0 328 0 +USC00046719194910TMIN 156 0 139 0 111 0 117 0 128 0 133 0 144 0 83 0 56 0 72 0 100 0 128 0 122 0 144 0 128 0 139 0 144 0 122 0 56 0 44 0 44 0 67 0 67 0 89 0 89 0 94 0 56 0 89 0 117 0 122 0 117 0 +USC00046719194910PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194910WT01 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719194911TMAX 333 0 356 0 361 0 356 0 328 0 322 0 211 0 178 0 156 0 161 0 222 0 283 0 333 0 339 0 317 0 322 0 339 0 317 0 283 0 256 0 250 0 211 0 300 0 322 0 267 0 233 0 183 0 200 0 289 0 278 0-9999 +USC00046719194911TMIN 117 0 122 0 144 0 117 0 133 0 139 0 106 0 122 0 117 0 117 0 56 0 78 0 78 0 94 0 117 0 100 0 111 0 117 0 106 0 100 0 83 0 72 0 72 0 106 0 94 0 94 0 78 0 100 0 78 0 89 0-9999 +USC00046719194911PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 79 0 569 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719194912TMAX 272 0 289 0 289 0 278 0 244 0 200 0 156 0 139 0 206 0 128 0 133 0 150 0 200 0 211 0 144 0 161 0 139 0 111 0 128 0 133 0 150 0 206 0 233 0 194 0 211 0 233 0 272 0 261 0 228 0 228 0 239 0 +USC00046719194912TMIN 83 0 83 0 72 0 89 0 61 0 39 0 94 0 94 0 61 0 78 0 17 0 -28 0 0 0 22 0 56 0 50 0 61 0 83 0 72 0 33 0 -11 0 11 0 22 0 22 0 22 0 17 0 44 0 39 0 50 0 28 0 61 0 +USC00046719194912PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 211 0 5 0 0T 0 0 0 0 0 0 0 0 0 10 0 0 0 0T 0 605 0 254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719194912WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195001TMAX 150 0 128 0 122 0 122 0 156 0 167 0 156 0 100 0 144 0 150 0 78 0 72 0 117 0 78 0 161 0 172 0 189 0 206 0 261 0 256 0 239 0 233 0 206 0 156 0 128 0 144 0 156 0 106 0 133 0 150 0 150 0 +USC00046719195001TMIN 56 0 72 0 22 0 -22 0 -11 0 -17 0 -22 0 50 0 6 0 0 0 22 0 6 0 -17 0 22 0 11 0 17 0 39 0 61 0 83 0 94 0 83 0 94 0 78 0 61 0 33 0 -6 0 -11 0 6 0 78 0 22 0 6 0 +USC00046719195001PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 183 0 152 0 0 0 218 0 51 0 0 0 30 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0 112 0 0 0 0 0 +USC00046719195001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195001WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195001WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195002TMAX 161 0 194 0 233 0 200 0 167 0 144 0 172 0 200 0 206 0 111 0 206 0 211 0 239 0 244 0 278 0 256 0 239 0 222 0 194 0 111 0 189 0 200 0 156 0 206 0 250 0 111 0 172 0 233 0-9999 -9999 -9999 +USC00046719195002TMIN 0 0 39 0 50 0 72 0 111 0 111 0 106 0 33 0 44 0 100 0 78 0 44 0 50 0 61 0 67 0 78 0 67 0 56 0 50 0 78 0 89 0 39 0 61 0 72 0 67 0 61 0 83 0 61 0-9999 -9999 -9999 +USC00046719195002PRCP 0T 0 0 0 0 0 0 0 10 0 445 0 5 0 0 0 0 0 137 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0-9999 -9999 -9999 +USC00046719195002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195002WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719195003TMAX 172 0 167 0 206 0 272 0 194 0 200 0 250 0 206 0 183 0 178 0 156 0 189 0 211 0 189 0 178 0 228 0 200 0 233 0 239 0 222 0 256 0 217 0 206 0 172 0 144 0 172 0 167 0 267 0 300 0 267 0 244 0 +USC00046719195003TMIN 106 0 106 0 50 0 72 0 72 0 67 0 50 0 83 0 78 0 67 0 56 0 33 0 44 0 28 0 67 0 44 0 61 0 72 0 89 0 100 0 78 0 100 0 94 0 67 0 50 0 39 0 94 0 50 0 106 0 144 0 100 0 +USC00046719195003PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 30 0 297 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195003WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195004TMAX 256 0 272 0 233 0 222 0 206 0 228 0 183 0 144 0 172 0 228 0 256 0 256 0 206 0 228 0 272 0 300 0 311 0 300 0 283 0 256 0 189 0 156 0 178 0 206 0 211 0 178 0 156 0 178 0 194 0 178 0-9999 +USC00046719195004TMIN 100 0 94 0 94 0 94 0 122 0 78 0 89 0 106 0 117 0 44 0 67 0 72 0 94 0 83 0 78 0 100 0 117 0 117 0 122 0 122 0 128 0 122 0 122 0 117 0 89 0 122 0 122 0 117 0 111 0 111 0-9999 +USC00046719195004PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 104 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USC00046719195004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195004WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195004WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195005TMAX 183 0 183 0 167 0 189 0 222 0 222 0 189 0 233 0 289 0 306 0 272 0 233 0 211 0 189 0 194 0 167 0 133 0 183 0 222 0 239 0 228 0 172 0 167 0 178 0 228 0 250 0 267 0 239 0 256 0 222 0 233 0 +USC00046719195005TMIN 111 0 106 0 89 0 50 0 56 0 72 0 67 0 50 0 72 0 100 0 111 0 111 0 111 0 111 0 122 0 111 0 111 0 111 0 72 0 106 0 106 0 117 0 117 0 122 0 72 0 106 0 106 0 128 0 133 0 139 0 128 0 +USC00046719195005PRCP 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195006TMAX 239 0 222 0 239 0 311 0 244 0 167 0 222 0 289 0 300 0 272 0 244 0 244 0 228 0 233 0 222 0 222 0 233 0 261 0 267 0 250 0 250 0 239 0 206 0 217 0 267 0 300 0 322 0 339 0 356 0 361 0-9999 +USC00046719195006TMIN 128 0 139 0 139 0 111 0 144 0 128 0 67 0 78 0 100 0 111 0 117 0 100 0 111 0 128 0 94 0 117 0 111 0 94 0 128 0 139 0 144 0 133 0 128 0 128 0 94 0 106 0 111 0 133 0 156 0 167 0-9999 +USC00046719195006PRCP 0 0 0T 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195007TMAX 322 0 322 0 328 0 322 0 322 0 339 0 317 0 306 0 272 0 283 0 294 0 300 0 300 0 300 0 289 0 283 0 267 0 278 0 289 0 306 0 306 0 300 0 300 0 306 0 311 0 289 0 300 0 283 0 272 0 256 0 239 0 +USC00046719195007TMIN 172 0 150 0 156 0 161 0 161 0 206 0 194 0 183 0 178 0 189 0 167 0 161 0 161 0 172 0 178 0 167 0 161 0 167 0 161 0 144 0 150 0 161 0 150 0 161 0 167 0 167 0 150 0 139 0 144 0 156 0 150 0 +USC00046719195007PRCP 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195007WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195008TMAX 267 0 317 0 289 0 283 0 289 0 294 0 306 0 333 0 356 0 328 0 289 0 278 0 267 0 300 0 328 0 333 0 328 0 378 0 367 0 294 0 289 0 256 0 272 0 283 0 294 0 278 0 289 0 300 0 333 0 294 0 311 0 +USC00046719195008TMIN 156 0 128 0 133 0 139 0 111 0 100 0 111 0 133 0 156 0 150 0 106 0 133 0 133 0 122 0 128 0 128 0 139 0 139 0 156 0 150 0 144 0 144 0 133 0 150 0 156 0 156 0 156 0 150 0 161 0 156 0 156 0 +USC00046719195008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195008WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195009TMAX 339 0 311 0 367 0 356 0 267 0 256 0 200 0 244 0 244 0 244 0 233 0 256 0 261 0 233 0 244 0 211 0 200 0 239 0 256 0 344 0 278 0 311 0 283 0 278 0 261 0 278 0 283 0 278 0 222 0 239 0-9999 +USC00046719195009TMIN 156 0 156 0 161 0 172 0 178 0 178 0 167 0 161 0 128 0 111 0 122 0 150 0 100 0 150 0 133 0 139 0 150 0 122 0 100 0 111 0 122 0 128 0 117 0 117 0 128 0 111 0 128 0 139 0 144 0 111 0-9999 +USC00046719195009PRCP 0 0 0 0 0T 0 0 0 0 0 8 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195009WT01 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USC00046719195009WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195010TMAX 239 0 322 0 344 0 322 0 300 0 272 0 350 0 289 0 256 0 317 0 356 0 400 0 411 0 328 0 289 0 294 0 283 0 317 0 300 0 244 0 217 0 244 0 294 0 256 0 228 0 244 0 217 0 267 0 278 0 228 0 228 0 +USC00046719195010TMIN 106 0 89 0 117 0 111 0 122 0 133 0 122 0 122 0 128 0 106 0 139 0 172 0 206 0 161 0 133 0 111 0 100 0 100 0 111 0 94 0 122 0 94 0 167 0 150 0 111 0 122 0 150 0 100 0 100 0 111 0 144 0 +USC00046719195010PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 0 0 109 0 0 0 0 0 0 0 10 0 +USC00046719195010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195010WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719195011TMAX 317 0 333 0 344 0 344 0 306 0 278 0 272 0 217 0 211 0 272 0 261 0 217 0 122 0 133 0 183 0 206 0 211 0 150 0 167 0 189 0 228 0 322 0 328 0 311 0 272 0 217 0 250 0 300 0 228 0 133 0-9999 +USC00046719195011TMIN 94 0 128 0 150 0 133 0 117 0 111 0 89 0 78 0 106 0 56 0 28 0 28 0 83 0 100 0 33 0 50 0 61 0 122 0 144 0 156 0 111 0 144 0 100 0 94 0 72 0 67 0 61 0 72 0 61 0 72 0-9999 +USC00046719195011PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 69 0 69 0 0 0 0 0 0 0 79 0 193 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195011WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719195012TMAX 183 0 183 0 189 0 156 0 256 0 261 0 228 0 233 0 317 0 339 0 272 0 261 0 217 0 189 0 228 0 283 0 289 0 278 0 261 0 267 0 222 0 233 0 300 0 306 0 233 0 172 0 194 0 211 0 244 0 189 0 167 0 +USC00046719195012TMIN 106 0 72 0 89 0 117 0 78 0 78 0 100 0 67 0 72 0 78 0 94 0 100 0 94 0 89 0 139 0 83 0 83 0 83 0 78 0 72 0 67 0 67 0 67 0 78 0 61 0 89 0 67 0 33 0 50 0 72 0 78 0 +USC00046719195012PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195012WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USC00046719195101TMAX 183 0 156 0 161 0 172 0 189 0 250 0 244 0 222 0 189 0 128 0 106 0 172 0 178 0 211 0 200 0 172 0 144 0 122 0 167 0 172 0 206 0 206 0 289 0 311 0 317 0 222 0 139 0 128 0 150 0 139 0 156 0 +USC00046719195101TMIN 78 0 17 0 50 0 44 0 39 0 39 0 22 0 39 0 28 0 50 0 33 0 11 0 33 0 22 0 39 0 61 0 17 0 83 0 100 0 44 0 50 0 61 0 78 0 94 0 100 0 89 0 100 0 106 0 83 0 67 0 22 0 +USC00046719195101PRCP 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 122 0 251 0 0 0 0 0 0 0 0 0 74 0 0 0 0T 0 178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 297 0 0 0 0 0 +USC00046719195101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195101WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195101WT11 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195102TMAX 183 0 217 0 233 0 211 0 178 0 283 0 233 0 244 0 306 0 167 0 150 0 194 0 233 0 222 0 211 0 189 0 189 0 161 0 189 0 211 0 161 0 128 0 106 0 172 0 161 0 128 0 133 0 133 0-9999 -9999 -9999 +USC00046719195102TMIN 22 0 22 0 39 0 56 0 61 0 72 0 94 0 94 0 83 0 78 0 89 0 78 0 44 0 67 0 50 0 78 0 44 0 83 0 44 0 33 0 17 0 56 0 39 0 39 0 33 0 50 0 22 0 0 0-9999 -9999 -9999 +USC00046719195102PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 58 0 64 0 0 0 0T 0 160 0 10 0-9999 -9999 -9999 +USC00046719195102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195102WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195102WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195102WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195103TMAX 89 0 128 0 150 0 161 0 139 0 139 0 189 0 211 0 122 0 172 0 239 0 272 0 294 0 300 0 272 0 178 0 222 0 250 0 272 0 267 0 250 0 239 0 228 0 283 0 239 0 172 0 206 0 222 0 189 0 183 0 172 0 +USC00046719195103TMIN 33 0 6 0 28 0 11 0 56 0 89 0 39 0 44 0 61 0 78 0 44 0 61 0 72 0 100 0 100 0 94 0 100 0 61 0 72 0 94 0 72 0 72 0 56 0 67 0 67 0 122 0 78 0 89 0 106 0 111 0 56 0 +USC00046719195103PRCP 206 0 25 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 +USC00046719195103SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195103WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195103WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195104TMAX 211 0 217 0 167 0 178 0 156 0 139 0 189 0 217 0 233 0 189 0 267 0 300 0 272 0 211 0 200 0 194 0 189 0 194 0 189 0 178 0 211 0 239 0 183 0 194 0 117 0 183 0 222 0 144 0 167 0 211 0-9999 +USC00046719195104TMIN 39 0 72 0 100 0 106 0 106 0 100 0 111 0 72 0 111 0 122 0 128 0 83 0 83 0 111 0 117 0 117 0 111 0 94 0 117 0 117 0 122 0 78 0 117 0 111 0 100 0 94 0 67 0 83 0 67 0 50 0-9999 +USC00046719195104PRCP 0 0 0 0 0 0 91 0 10 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0T 0 5 0 0 0 0 0 0 0 0T 0 0 0 221 0 0 0 0 0 41 0 224 0 0 0-9999 +USC00046719195104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USC00046719195104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195104WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USC00046719195104WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719195105TMAX 178 0 228 0 206 0 228 0 211 0 206 0 228 0 233 0 261 0 233 0 183 0 211 0 200 0 222 0 211 0 228 0 250 0 278 0 278 0 217 0 183 0 228 0 217 0 278 0 322 0 306 0 289 0 294 0 283 0 250 0 222 0 +USC00046719195105TMIN 72 0 61 0 72 0 72 0 89 0 89 0 72 0 89 0 94 0 117 0 122 0 61 0 89 0 83 0 117 0 83 0 100 0 106 0 100 0 106 0 117 0 122 0 94 0 100 0 128 0 133 0 122 0 122 0 100 0 111 0 128 0 +USC00046719195105PRCP 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195105WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195106TMAX 256 0 322 0 294 0 239 0 211 0 183 0 189 0 189 0 233 0 256 0 272 0 250 0 267 0 272 0 256 0 250 0 233 0 250 0 256 0 239 0 200 0 222 0 228 0 244 0 250 0 261 0 283 0 294 0 289 0 278 0-9999 +USC00046719195106TMIN 100 0 117 0 128 0 133 0 133 0 133 0 128 0 133 0 83 0 106 0 117 0 139 0 139 0 122 0 144 0 139 0 144 0 144 0 150 0 139 0 139 0 111 0 133 0 139 0 128 0 111 0 117 0 128 0 133 0 144 0-9999 +USC00046719195106PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195106WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USC00046719195107TMAX 256 0 244 0 239 0 272 0 294 0 339 0 350 0 322 0 278 0 261 0 267 0 283 0 300 0 294 0 311 0 322 0 344 0 344 0 339 0 333 0 300 0 283 0 278 0 311 0 283 0 317 0 322 0 333 0 322 0 344 0 339 0 +USC00046719195107TMIN 150 0 150 0 150 0 133 0 100 0 133 0 161 0 156 0 150 0 144 0 156 0 111 0 117 0 117 0 156 0 183 0 200 0 200 0 194 0 183 0 172 0 156 0 156 0 150 0 156 0 161 0 172 0 178 0 178 0 183 0 178 0 +USC00046719195107PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195108TMAX 328 0 300 0 283 0 306 0 344 0 361 0 317 0 289 0 267 0 272 0 283 0 328 0 339 0 328 0 322 0 322 0 311 0 317 0 311 0 306 0 283 0 283 0 344 0 300 0 294 0 311 0 333 0 261 0 167 0 222 0 256 0 +USC00046719195108TMIN 183 0 156 0 156 0 139 0 139 0 156 0 133 0 128 0 150 0 156 0 139 0 128 0 156 0 172 0 161 0 161 0 156 0 167 0 161 0 144 0 128 0 133 0 139 0 133 0 133 0 128 0 156 0 161 0 161 0 150 0 128 0 +USC00046719195108PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 48 0 5 0 0 0 +USC00046719195108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195108WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 +USC00046719195109TMAX 267 0 272 0 289 0 289 0 278 0 283 0 311 0 322 0 317 0 294 0 289 0 289 0 306 0 367 0 333 0 378 0 378 0 367 0 350 0 344 0 333 0 306 0 256 0 256 0 250 0 256 0 278 0 250 0 267 0 300 0-9999 +USC00046719195109TMIN 106 0 122 0 117 0 117 0 117 0 133 0 117 0 128 0 133 0 133 0 144 0 144 0 139 0 144 0 150 0 156 0 167 0 194 0 178 0 178 0 172 0 156 0 161 0 167 0 150 0 128 0 128 0 144 0 111 0 117 0-9999 +USC00046719195109PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195109WT01-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USC00046719195109WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USC00046719195110TMAX 283 0 244 0 244 0 239 0 311 0 339 0 361 0 361 0 350 0 306 0 267 0 256 0 328 0 294 0 250 0 228 0 250 0 339 0 322 0 244 0 239 0 256 0 289 0 239 0 178 0 200 0 261 0 289 0 300 0 217 0 200 0 +USC00046719195110TMIN 133 0 139 0 133 0 106 0 122 0 100 0 111 0 144 0 156 0 167 0 161 0 89 0 94 0 111 0 100 0 122 0 117 0 106 0 117 0 100 0 106 0 83 0 100 0 89 0 89 0 61 0 78 0 94 0 100 0 122 0 139 0 +USC00046719195110PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 168 0 3 0 0 0 0 0 0 0 0T 0 0 0 +USC00046719195110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195110WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195110WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195111TMAX 206 0 289 0 300 0 289 0 272 0 322 0 278 0 233 0 239 0 206 0 194 0 183 0 211 0 217 0 239 0 244 0 250 0 261 0 183 0 139 0 156 0 150 0 161 0 161 0 200 0 228 0 244 0 239 0 244 0 161 0-9999 +USC00046719195111TMIN 83 0 89 0 83 0 83 0 78 0 89 0 128 0 83 0 56 0 83 0 122 0 122 0 89 0 72 0 83 0 72 0 44 0 67 0 78 0 94 0 72 0 61 0 56 0 22 0 28 0 50 0 72 0 67 0 72 0 50 0-9999 +USC00046719195111PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 462 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195111WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719195112TMAX 178 0 183 0 167 0 167 0 161 0 111 0 139 0 144 0 161 0 211 0 178 0 161 0 178 0 206 0 211 0 200 0 206 0 156 0 156 0 156 0 194 0 194 0 211 0 167 0 156 0 217 0 228 0 144 0 128 0 117 0 128 0 +USC00046719195112TMIN 72 0 78 0 50 0 78 0 83 0 11 0 50 0 -17 0 -28 0 6 0 44 0 100 0 50 0 39 0 33 0 33 0 56 0 44 0 83 0 17 0 17 0 28 0 39 0 72 0 72 0 56 0 50 0 122 0 111 0 89 0 0 0 +USC00046719195112PRCP 10 0 86 0 3 0 5 0 305 0 0 0 0 0 0 0 0 0 0 0 0T 0 307 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 483 0 396 0 0T 0 +USC00046719195112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195112WT11-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195201TMAX 133 0 128 0 150 0 156 0 178 0 150 0 144 0 128 0 189 0 200 0 133 0 106 0 122 0 122 0 83 0 133 0 122 0 133 0 161 0 128 0 150 0 206 0 222 0 183 0 144 0 172 0 239 0 256 0 206 0 228 0 183 0 +USC00046719195201TMIN 0 0 -22 0 -11 0 -11 0 -11 0 6 0 50 0 11 0 -11 0 17 0 6 0 61 0 67 0 17 0 61 0 83 0 72 0 72 0 44 0 33 0 33 0 28 0 61 0 89 0 89 0 83 0 44 0 44 0 83 0 44 0 50 0 +USC00046719195201PRCP 0 0 0 0 0 0 0 0 0 0 0 0 183 0 20 0 0 0 0 0 0 0 361 0 361 0 0T 0 198 0 1171 0 249 0 1097 0 0 0 0 0 0 0 0 0 0 0 0 0 160 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195202TMAX 217 0 200 0 233 0 256 0 272 0 267 0 239 0 200 0 183 0 172 0 156 0 183 0 200 0 189 0 206 0 189 0 144 0 144 0 156 0 139 0 144 0 156 0 144 0 222 0 239 0 189 0 239 0 200 0 156 0-9999 -9999 +USC00046719195202TMIN 50 0 94 0 67 0 72 0 61 0 56 0 72 0 89 0 100 0 67 0 94 0 50 0 50 0 22 0 28 0 44 0 89 0 6 0 11 0 44 0 44 0 33 0 61 0 56 0 56 0 67 0 100 0 50 0 72 0-9999 -9999 +USC00046719195202PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 0T 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 150 0-9999 -9999 +USC00046719195202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719195202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719195203TMAX 128 0 161 0 167 0 150 0 150 0 139 0 89 0 122 0 161 0 100 0 150 0 133 0 122 0 111 0 100 0 111 0 144 0 139 0 156 0 178 0 178 0 189 0 194 0 211 0 267 0 261 0 283 0 278 0 222 0 156 0 150 0 +USC00046719195203TMIN 89 0 17 0 11 0 50 0 33 0 56 0 61 0 17 0 6 0 72 0 28 0 11 0 17 0 39 0 72 0 28 0 6 0 67 0 78 0 28 0 72 0 44 0 22 0 44 0 78 0 89 0 94 0 106 0 83 0 100 0 100 0 +USC00046719195203PRCP 89 0 0 0 0 0 0T 0 0 0 0 0 932 0 41 0 0 0 79 0 18 0 30 0 64 0 5 0 592 0 279 0 3 0 0T 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195203WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195203WT11 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195204TMAX 250 0 217 0 306 0 317 0 272 0 200 0 144 0 161 0 194 0 150 0 156 0 189 0 161 0 206 0 272 0 289 0 283 0 206 0 200 0 189 0 183 0 233 0 250 0 211 0 133 0 156 0 200 0 167 0 178 0 222 0-9999 +USC00046719195204TMIN 56 0 94 0 83 0 111 0 111 0 106 0 100 0 61 0 78 0 94 0 78 0 94 0 100 0 50 0 61 0 72 0 94 0 106 0 111 0 89 0 117 0 78 0 83 0 111 0 100 0 56 0 61 0 106 0 106 0 78 0-9999 +USC00046719195204PRCP 0 0 0 0 0 0 0 0 0 0 0 0 79 0 234 0 0 0 130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 145 0 0 0 0 0 0 0 0 0 0 0 84 0 48 0-9999 -9999 58 0 0 0-9999 +USC00046719195204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195204DAPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 +USC00046719195204MDPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 18 0-9999 -9999 -9999 +USC00046719195204WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195205TMAX 278 0 300 0 250 0 261 0 256 0 239 0 217 0 217 0 228 0 272 0 283 0 272 0 272 0 250 0 222 0 222 0 261 0 300 0 294 0 283 0 250 0 272 0 311 0 294 0 272 0 278 0 261 0 278 0 256 0 222 0 189 0 +USC00046719195205TMIN 94 0 133 0 117 0 89 0 72 0 78 0 122 0 106 0 78 0 100 0 100 0 100 0 100 0 111 0 133 0 133 0 106 0 117 0 128 0 128 0 128 0 128 0 117 0 122 0 122 0 128 0 133 0 133 0 122 0 128 0 117 0 +USC00046719195205PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195205WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195206TMAX 228 0 222 0 222 0 244 0 183 0 206 0 222 0 217 0 228 0 244 0 239 0 250 0 261 0 267 0 283 0 344 0 278 0 267 0 272 0 272 0 256 0 244 0 233 0 194 0 189 0 172 0 233 0 172 0 244 0 278 0-9999 +USC00046719195206TMIN 128 0 100 0 133 0 117 0 133 0 133 0 94 0 83 0 89 0 100 0 100 0 94 0 89 0 100 0 111 0 128 0 128 0 139 0 111 0 111 0 128 0 133 0 144 0 133 0 128 0 128 0 128 0 100 0 133 0 111 0-9999 +USC00046719195206PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 +USC00046719195206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195206WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195207TMAX 289 0 289 0 283 0 317 0 306 0 294 0 300 0 306 0 339 0 322 0 300 0 306 0 289 0 289 0 272 0 272 0 283 0 289 0 300 0 317 0 317 0 328 0 322 0 333 0 344 0 344 0 356 0 339 0 322 0 317 0 328 0 +USC00046719195207TMIN 111 0 122 0 117 0 117 0 144 0 117 0 117 0 117 0 144 0 150 0 133 0 128 0 133 0 139 0 133 0 144 0 150 0 139 0 128 0 133 0 139 0 150 0 161 0 178 0 194 0 200 0 200 0 194 0 194 0 183 0 178 0 +USC00046719195207PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195208TMAX 317 0 322 0 311 0 311 0 300 0 322 0 306 0 300 0 283 0 256 0 261 0 272 0 272 0 294 0 328 0 333 0 322 0 328 0 306 0 300 0 317 0 344 0 356 0 311 0 333 0 322 0 339 0 350 0 344 0 356 0 361 0 +USC00046719195208TMIN 167 0 167 0 150 0 144 0 156 0 172 0 178 0 161 0 167 0 144 0 139 0 139 0 128 0 128 0 133 0 156 0 144 0 156 0 156 0 144 0 139 0 144 0 150 0 144 0 156 0 172 0 183 0 178 0 178 0 183 0 178 0 +USC00046719195208PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USC00046719195208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195209TMAX 367 0 361 0 339 0 339 0 372 0 367 0 378 0 328 0 294 0 233 0 228 0 261 0 344 0 356 0 317 0 339 0 361 0 350 0 272 0 311 0 339 0 339 0 333 0 344 0 317 0 289 0 239 0 256 0 278 0 283 0-9999 +USC00046719195209TMIN 183 0 194 0 183 0 183 0 194 0 206 0 206 0 172 0 128 0 128 0 100 0 100 0 128 0 150 0 122 0 133 0 139 0 161 0 194 0 167 0 183 0 189 0 183 0 189 0 178 0 167 0 150 0 156 0 161 0 139 0-9999 +USC00046719195209PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 5 0 0 0 0 0 0 0 0 0 0T 0 8 0 0T 0 0 0 0 0 0 0-9999 +USC00046719195209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195209WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USC00046719195209WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719195210TMAX 272 0 306 0 339 0 339 0 311 0 300 0 306 0 294 0 289 0 261 0 256 0 272 0 250 0 244 0 256 0 283 0 244 0 261 0 267 0 272 0 244 0 228 0 228 0 239 0 222 0 244 0 294 0 311 0 267 0 222 0 194 0 +USC00046719195210TMIN 128 0 133 0 156 0 167 0 150 0 144 0 144 0 133 0 117 0 106 0 122 0 89 0 106 0 111 0 94 0 144 0 128 0 144 0 100 0 100 0 94 0 122 0 106 0 67 0 100 0 72 0 83 0 122 0 111 0 128 0 128 0 +USC00046719195210PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195210WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719195211TMAX 178 0 211 0 306 0 306 0 283 0 278 0 178 0 200 0 228 0 256 0 250 0 194 0 178 0 139 0 111 0 156 0 172 0 206 0 222 0 233 0 172 0 128 0 150 0 161 0 156 0 161 0 161 0 156 0 139 0 144 0-9999 +USC00046719195211TMIN 94 0 94 0 94 0 122 0 122 0 117 0 150 0 122 0 89 0 106 0 72 0 67 0 83 0 106 0 50 0 50 0 44 0 44 0 50 0 61 0 61 0 94 0 44 0 33 0 28 0 50 0 33 0 28 0 28 0 72 0-9999 +USC00046719195211PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 163 0 0 0 0 0 0 0 0 0 0 0 328 0 442 0 130 0 0 0 0 0 0 0 0 0 0 0 0T 0 185 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0-9999 +USC00046719195211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195211WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195212TMAX 122 0 161 0 167 0 189 0 172 0 139 0 133 0 172 0 206 0 233 0 233 0 267 0 283 0 272 0 233 0 150 0 133 0 156 0 139 0 111 0 150 0 189 0 161 0 133 0 167 0 194 0 117 0 133 0 172 0 122 0 139 0 +USC00046719195212TMIN 78 0 44 0 39 0 28 0 33 0 78 0 50 0 83 0 50 0 78 0 72 0 78 0 94 0 100 0 100 0 78 0 111 0 67 0 100 0 78 0 28 0 33 0 33 0 33 0 39 0 33 0 39 0 44 0 28 0 44 0 28 0 +USC00046719195212PRCP 25 0 318 0 0 0 0 0 0 0 8 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 20 0 0 0 0 0 462 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 147 0 0 0 114 0 53 0 +USC00046719195212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195212WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USC00046719195301TMAX 167 0 233 0 278 0 261 0 206 0 106 0 156 0 194 0 261 0 294 0 244 0 156 0 122 0 161 0 194 0 194 0 178 0 178 0 150 0 117 0 183 0 228 0 294 0 244 0 206 0 178 0 239 0 278 0 278 0 272 0 272 0 +USC00046719195301TMIN 39 0 61 0 67 0 72 0 67 0 89 0 100 0 128 0 106 0 111 0 106 0 106 0 106 0 56 0 67 0 44 0 50 0 67 0 56 0 72 0 56 0 67 0 89 0 111 0 83 0 61 0 44 0 39 0 89 0 89 0 100 0 +USC00046719195301PRCP 0 0 0 0 0 0 0 0 0 0 56 0 86 0 58 0 0 0 0 0 0 0 0 0 135 0 51 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195302TMAX 256 0 278 0 250 0 206 0 217 0 300 0 289 0 189 0 189 0 189 0 200 0 206 0 222 0 211 0 206 0 272 0 261 0 200 0 156 0 156 0 189 0 189 0 72 0 156 0 206 0 244 0 222 0 144 0-9999 -9999 -9999 +USC00046719195302TMIN 100 0 78 0 72 0 67 0 83 0 100 0 117 0 61 0 78 0 56 0 50 0 39 0 67 0 56 0 50 0 50 0 67 0 117 0 67 0 28 0 17 0 22 0 39 0 22 0 33 0 56 0 61 0 44 0-9999 -9999 -9999 +USC00046719195302PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195302WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195303TMAX 122 0 150 0 183 0 222 0 261 0 278 0 283 0 233 0 194 0 150 0 178 0 161 0 189 0 233 0 228 0 217 0 189 0 172 0 178 0 178 0 200 0 267 0 306 0 267 0 211 0 211 0 228 0 144 0 156 0 189 0 239 0 +USC00046719195303TMIN 22 0 6 0 17 0 44 0 67 0 83 0 78 0 83 0 50 0 78 0 56 0 67 0 56 0 50 0 50 0 56 0 89 0 78 0 89 0 78 0 50 0 67 0 100 0 117 0 83 0 94 0 61 0 106 0 61 0 72 0 61 0 +USC00046719195303PRCP 38 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195303WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195303WT11 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195304TMAX 233 0 206 0 217 0 183 0 139 0 144 0 178 0 156 0 178 0 172 0 194 0 206 0 200 0 222 0 261 0 206 0 206 0 217 0 194 0 172 0 200 0 206 0 178 0 228 0 228 0 228 0 128 0 200 0 156 0 178 0-9999 +USC00046719195304TMIN 83 0 100 0 100 0 78 0 94 0 106 0 61 0 33 0 22 0 28 0 33 0 56 0 67 0 61 0 89 0 72 0 100 0 78 0 100 0 100 0 89 0 83 0 117 0 94 0 111 0 111 0 111 0 89 0 83 0 67 0-9999 +USC00046719195304PRCP 0 0 0 0 0 0 0 0 3 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 99 0 28 0 0 0 0 0 0 0 0 0 0 0 56 0 109 0 0T 0 5 0-9999 +USC00046719195304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195305TMAX 211 0 267 0 300 0 306 0 322 0 300 0 228 0 211 0 233 0 250 0 261 0 272 0 256 0 206 0 161 0 156 0 228 0 250 0 239 0 206 0 217 0 239 0 211 0 194 0 194 0 206 0 194 0 133 0 211 0 244 0 206 0 +USC00046719195305TMIN 67 0 72 0 111 0 117 0 133 0 156 0 94 0 94 0 111 0 78 0 156 0 133 0 100 0 111 0 94 0 100 0 78 0 94 0 106 0 133 0 122 0 100 0 100 0 94 0 78 0 56 0 67 0 100 0 67 0 89 0 122 0 +USC00046719195305PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 +USC00046719195305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195305WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USC00046719195305WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195306TMAX 161 0 222 0 244 0 233 0 217 0 183 0 217 0 222 0 228 0 256 0 283 0 289 0 311 0 289 0 261 0 172 0 194 0 172 0 206 0 267 0 306 0 317 0 322 0 306 0 306 0 289 0 283 0 289 0 317 0 311 0-9999 +USC00046719195306TMIN 106 0 67 0 83 0 111 0 122 0 122 0 133 0 122 0 100 0 89 0 94 0 117 0 128 0 122 0 122 0 128 0 128 0 133 0 139 0 100 0 128 0 128 0 139 0 133 0 144 0 139 0 122 0 122 0 133 0 133 0-9999 +USC00046719195306PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 5 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195307TMAX 328 0 339 0 328 0 361 0 339 0 311 0 311 0 339 0 339 0 361 0 378 0 361 0 367 0 344 0 317 0 306 0 300 0 289 0 306 0 311 0 306 0 306 0 311 0 278 0 306 0 300 0 306 0 306 0 300 0 306 0 289 0 +USC00046719195307TMIN 133 0 139 0 139 0 144 0 167 0 144 0 161 0 178 0 189 0 178 0 189 0 217 0 217 0 206 0 189 0 172 0 167 0 156 0 150 0 161 0 161 0 167 0 156 0 150 0 150 0 156 0 167 0 167 0 144 0 167 0 172 0 +USC00046719195307PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195308TMAX 272 0 267 0 267 0 289 0 300 0 311 0 311 0 317 0 294 0 272 0 272 0 306 0 300 0 322 0 322 0 322 0 322 0 344 0 333 0 306 0 311 0 333 0 328 0 322 0 328 0 317 0 294 0 261 0 233 0 233 0 250 0 +USC00046719195308TMIN 172 0 150 0 122 0 122 0 117 0 144 0 150 0 144 0 156 0 167 0 156 0 156 0 156 0 156 0 133 0 133 0 133 0 144 0 161 0 150 0 133 0 144 0 139 0 128 0 139 0 144 0 122 0 139 0 144 0 128 0 144 0 +USC00046719195308PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195308WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195309TMAX 272 0 272 0 256 0 272 0 306 0 339 0 350 0 350 0 350 0 378 0 372 0 372 0 367 0 306 0 294 0 283 0 244 0 261 0 294 0 239 0 261 0 272 0 322 0 344 0 306 0 233 0 222 0 250 0 278 0 267 0-9999 +USC00046719195309TMIN 122 0 128 0 161 0 156 0 139 0 144 0 167 0 172 0 172 0 189 0 200 0 211 0 183 0 167 0 144 0 139 0 144 0 150 0 122 0 106 0 106 0 100 0 111 0 122 0 111 0 122 0 128 0 106 0 111 0 111 0-9999 +USC00046719195309PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195309WT01-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719195310TMAX 256 0 261 0 372 0 378 0 378 0 367 0 344 0 300 0 333 0 289 0 239 0 217 0 217 0 228 0 244 0 250 0 256 0 228 0 250 0 239 0 239 0 206 0 217 0 233 0 261 0 294 0 306 0 311 0 278 0 233 0 289 0 +USC00046719195310TMIN 117 0 117 0 128 0 150 0 189 0 178 0 172 0 172 0 161 0 150 0 106 0 144 0 117 0 106 0 89 0 100 0 94 0 94 0 139 0 94 0 89 0 100 0 72 0 67 0 78 0 111 0 117 0 117 0 117 0 94 0 94 0 +USC00046719195310TOBS 133 0 128 0 233 0 261 0 267 0 244 0 239 0 267 0 256 0 200 0 139 0 156 0 156 0 150 0 156 0 144 0 161 0 172 0 167 0 167 0 178 0 156 0 144 0 156 0 161 0 200 0 194 0 200 0 194 0 117 0 167 0 +USC00046719195310PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195310WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719195311TMAX 283 0 244 0 222 0 183 0 161 0 206 0 289 0 289 0 283 0 239 0 256 0 206 0 222 0 144 0 250 0 278 0 200 0 178 0 189 0 150 0 172 0 183 0 200 0 300 0 317 0 278 0 261 0 300 0 306 0 244 0-9999 +USC00046719195311TMIN 122 0 161 0 100 0 100 0 111 0 67 0 72 0 106 0 128 0 161 0 106 0 106 0 78 0 111 0 100 0 122 0 100 0 67 0 39 0 50 0 28 0 50 0 56 0 67 0 111 0 111 0 144 0 111 0 100 0 100 0-9999 +USC00046719195311PRCP 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 264 0 51 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195311WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195311WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195312TMAX 167 0 200 0 189 0 156 0 178 0 200 0 161 0 194 0 233 0 250 0 194 0 239 0 289 0 289 0 256 0 222 0 222 0 206 0 239 0 228 0 244 0 189 0 172 0 183 0 194 0 206 0 172 0 178 0 167 0 200 0 222 0 +USC00046719195312TMIN 94 0 56 0 50 0 100 0 33 0 33 0 33 0 50 0 67 0 72 0 61 0 61 0 78 0 83 0 100 0 128 0 78 0 67 0 78 0 83 0 67 0 67 0 28 0 22 0 11 0 11 0 44 0 50 0 28 0 39 0 28 0 +USC00046719195312PRCP 0 0 0 0 0 0 86 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195312WT11-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USC00046719195401TMAX 167 0 161 0 161 0 239 0 272 0 239 0 167 0 139 0 189 0 200 0 144 0 94 0 167 0 172 0 150 0 172 0 139 0 128 0 111 0 139 0 161 0 194 0 139 0 139 0 111 0 139 0 222 0 233 0 194 0 250 0 294 0 +USC00046719195401TMIN 17 0 33 0 22 0 22 0 83 0 111 0 67 0 94 0 39 0 28 0 22 0 72 0 22 0 39 0 33 0 28 0 39 0 94 0 100 0 44 0 44 0 44 0 39 0 106 0 89 0 44 0 33 0 89 0 83 0 72 0 106 0 +USC00046719195401PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 10 0 173 0 23 0 0 0 0 0 0 0 0 0 71 0 673 0 124 0 0 0 0 0 0 0 249 0 371 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195401WT01-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195402TMAX 300 0 294 0 300 0 294 0 283 0 294 0 311 0 294 0 233 0 194 0 217 0 161 0 106 0 144 0 167 0 194 0 183 0 189 0 222 0 261 0 289 0 306 0 322 0 311 0 306 0 183 0 228 0 256 0-9999 -9999 -9999 +USC00046719195402TMIN 106 0 94 0 89 0 83 0 100 0 89 0 94 0 100 0 117 0 100 0 56 0 50 0 94 0 78 0 28 0 61 0 67 0 50 0 44 0 67 0 83 0 89 0 100 0 100 0 100 0 83 0 106 0 89 0-9999 -9999 -9999 +USC00046719195402PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 495 0 287 0 0 0 0 0 0T 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195402WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719195402WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195403TMAX 211 0 206 0 172 0 200 0 211 0 228 0 272 0 239 0 211 0 178 0 167 0 183 0 206 0 228 0 211 0 150 0 150 0 167 0 133 0 128 0 150 0 133 0 144 0 128 0 150 0 211 0 239 0 189 0 122 0 128 0 206 0 +USC00046719195403TMIN 78 0 83 0 106 0 83 0 72 0 106 0 72 0 122 0 117 0 117 0 56 0 50 0 22 0 33 0 56 0 61 0 39 0 44 0 72 0 94 0 94 0 89 0 44 0 56 0 50 0 39 0 61 0 72 0 94 0 61 0 72 0 +USC00046719195403PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 267 0 8 0 0 0 216 0 69 0 140 0 0T 0 58 0 99 0 0 0 0 0 0 0 5 0 257 0 0 0 +USC00046719195403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195403WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195403WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195403WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195404TMAX 228 0 228 0 228 0 222 0 217 0 167 0 233 0 239 0 239 0 217 0 167 0 228 0 239 0 189 0 256 0 311 0 322 0 222 0 222 0 194 0 206 0 217 0 150 0 156 0 172 0 183 0 167 0 200 0 167 0 178 0-9999 +USC00046719195404TMIN 56 0 56 0 61 0 78 0 111 0 117 0 67 0 83 0 83 0 89 0 122 0 72 0 89 0 111 0 128 0 111 0 133 0 117 0 122 0 122 0 122 0 117 0 111 0 106 0 89 0 106 0 111 0 106 0 117 0 106 0-9999 +USC00046719195404PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 5 0 0 0 0 0 0 0 51 0 0 0 0T 0-9999 +USC00046719195404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195404WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195405TMAX 194 0 272 0 300 0 261 0 256 0 239 0 211 0 178 0 183 0 211 0 256 0 250 0 239 0 244 0 161 0 239 0 228 0 261 0 278 0 256 0 183 0 250 0 256 0 272 0 233 0 233 0 222 0 211 0 178 0 233 0 267 0 +USC00046719195405TMIN 61 0 67 0 106 0 100 0 94 0 111 0 111 0 117 0 117 0 106 0 94 0 117 0 117 0 117 0 117 0 117 0 111 0 139 0 133 0 122 0 133 0 128 0 111 0 117 0 122 0 128 0 128 0 111 0 133 0 128 0 106 0 +USC00046719195405PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 3 0 5 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195405WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195406TMAX 261 0 267 0 200 0 222 0 222 0 272 0 289 0 233 0 206 0 239 0 278 0 239 0 156 0 267 0 272 0 206 0 244 0 272 0 294 0 333 0 283 0 261 0 283 0 283 0 233 0 200 0 250 0 272 0 283 0 283 0-9999 +USC00046719195406TMIN 133 0 144 0 144 0 139 0 100 0 100 0 117 0 100 0 122 0 78 0 106 0 106 0 128 0 111 0 128 0 144 0 156 0 117 0 139 0 144 0 139 0 156 0 144 0 161 0 156 0 150 0 150 0 122 0 133 0 133 0-9999 +USC00046719195406PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 0 0-9999 +USC00046719195406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195406WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195407TMAX 289 0 306 0 328 0 306 0 328 0 350 0 378 0 333 0 317 0 311 0 317 0 328 0 344 0 344 0 361 0 356 0 344 0 339 0 333 0 294 0 283 0 289 0 300 0 267 0 306 0 333 0 350 0 350 0 356 0 361 0 317 0 +USC00046719195407TMIN 117 0 122 0 139 0 150 0 128 0 156 0 194 0 167 0 150 0 150 0 144 0 161 0 183 0 200 0 200 0 211 0 194 0 206 0 206 0 189 0 183 0 178 0 183 0 183 0 189 0 194 0 206 0 206 0 200 0 206 0 189 0 +USC00046719195407PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195407WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195408TMAX 278 0 311 0 267 0 278 0 261 0 283 0 289 0 300 0 289 0 289 0 283 0 256 0 267 0 278 0 306 0 311 0 300 0 289 0 278 0 278 0 256 0 272 0 267 0 267 0 256 0 256 0 267 0 339 0 367 0 367 0 361 0 +USC00046719195408TMIN 183 0 178 0 183 0 178 0 178 0 161 0 156 0 150 0 150 0 144 0 133 0 156 0 167 0 139 0 117 0 128 0 133 0 133 0 161 0 150 0 150 0 133 0 144 0 161 0 150 0 156 0 122 0 161 0 183 0 194 0 222 0 +USC00046719195408PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195409TMAX 333 0 339 0 317 0 294 0 294 0 311 0 306 0 311 0 311 0 306 0 283 0 278 0 289 0 294 0 289 0 272 0 306 0 339 0 344 0 356 0 328 0 322 0 311 0 344 0 367 0 356 0 328 0 256 0 222 0 239 0-9999 +USC00046719195409TMIN 233 0 206 0 178 0 156 0 122 0 128 0 133 0 133 0 139 0 144 0 122 0 117 0 106 0 100 0 128 0 117 0 117 0 122 0 122 0 122 0 128 0 150 0 122 0 122 0 150 0 161 0 167 0 144 0 150 0 117 0-9999 +USC00046719195409PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USC00046719195409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195409WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195410TMAX 233 0 222 0 189 0 244 0 228 0 228 0 261 0 267 0 261 0 261 0 228 0 244 0 250 0 356 0 367 0 333 0 322 0 317 0 283 0 311 0 278 0 244 0 211 0 206 0 228 0 261 0 267 0 289 0 250 0 261 0 211 0 +USC00046719195410TMIN 83 0 133 0 89 0 128 0 94 0 144 0 89 0 100 0 89 0 100 0 106 0 106 0 122 0 117 0 156 0 144 0 139 0 122 0 122 0 122 0 117 0 89 0 100 0 106 0 72 0 78 0 89 0 89 0 78 0 78 0 78 0 +USC00046719195410PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195410WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195411TMAX 172 0 172 0 206 0 294 0 306 0 289 0 244 0 233 0 283 0 228 0 183 0 211 0 239 0 250 0 189 0 200 0 250 0 294 0 289 0 311 0 300 0 306 0 283 0 272 0 233 0 256 0 183 0 144 0 178 0 161 0-9999 +USC00046719195411TMIN 111 0 117 0 83 0 78 0 128 0 106 0 100 0 78 0 89 0 144 0 128 0 139 0 94 0 100 0 78 0 78 0 67 0 83 0 89 0 94 0 100 0 111 0 111 0 106 0 94 0 94 0 72 0 61 0 106 0 33 0-9999 +USC00046719195411PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 406 0 117 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0-9999 +USC00046719195411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195411WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USC00046719195412TMAX 178 0 211 0 139 0 178 0 172 0 161 0 178 0 206 0 167 0 150 0 183 0 206 0 211 0 211 0 217 0 239 0 217 0 250 0 267 0 267 0 256 0 244 0 222 0 189 0 133 0 144 0 144 0 133 0 156 0 167 0 144 0 +USC00046719195412TMIN 56 0 72 0 117 0 89 0 61 0 50 0 56 0 67 0 89 0 61 0 33 0 56 0 94 0 72 0 106 0 72 0 56 0 50 0 61 0 61 0 61 0 56 0 61 0 50 0 33 0 39 0 44 0 -6 0 11 0 33 0 39 0 +USC00046719195412PRCP 0 0 0 0 33 0 130 0 0 0 0 0 0 0 0 0 0T 0 135 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195501TMAX 100 0 139 0 122 0 150 0 144 0 83 0 144 0 150 0 144 0 117 0 161 0 178 0 183 0 161 0 150 0 111 0 178 0 78 0 122 0 139 0 139 0 172 0 194 0 233 0 222 0 222 0 250 0 261 0 239 0 189 0 144 0 +USC00046719195501TMIN 67 0 61 0 44 0 22 0 28 0 67 0 17 0 28 0 17 0 56 0 39 0 17 0 17 0 22 0 50 0 72 0 28 0 72 0 17 0 17 0 17 0 22 0 44 0 33 0 72 0 56 0 44 0 44 0 61 0 67 0 56 0 +USC00046719195501PRCP 53 0 135 0 0T 0 0 0 0T 0 132 0 0T 0 0 0 0 0 409 0 5 0 0 0 0 0 0 0 0 0 185 0 0 0 399 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 135 0 +USC00046719195501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195501WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USC00046719195502TMAX 167 0 139 0 156 0 144 0 161 0 189 0 211 0 250 0 222 0 250 0 233 0 250 0 283 0 222 0 267 0 206 0 172 0 172 0 156 0 167 0 167 0 183 0 206 0 194 0 172 0 144 0 150 0 167 0-9999 -9999 -9999 +USC00046719195502TMIN 72 0 50 0 22 0 0 0 17 0 22 0 39 0 50 0 50 0 72 0 39 0 61 0 72 0 106 0 89 0 128 0 117 0 78 0 0 0 11 0 11 0 22 0 28 0 28 0 50 0 67 0 67 0 33 0-9999 -9999 -9999 +USC00046719195502PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 109 0 3 0-9999 -9999 -9999 +USC00046719195502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195503TMAX 206 0 183 0 172 0 156 0 189 0 261 0 289 0 272 0 217 0 161 0 189 0 194 0 206 0 183 0 172 0 172 0 206 0 233 0 211 0 200 0 194 0 217 0 222 0 261 0 294 0 300 0 267 0 228 0 222 0 217 0 289 0 +USC00046719195503TMIN 28 0 44 0 56 0 67 0 50 0 56 0 67 0 94 0 100 0 106 0 106 0 94 0 83 0 100 0 94 0 61 0 33 0 56 0 50 0 67 0 44 0 50 0 44 0 72 0 89 0 111 0 122 0 111 0 111 0 106 0 89 0 +USC00046719195503PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 239 0 0 0 0 0 0 0 0 0 114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195503WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195504TMAX 272 0 200 0 206 0 183 0 222 0 244 0 261 0 267 0 289 0 244 0 272 0 289 0 294 0 233 0 244 0 256 0 222 0 178 0 194 0 217 0 156 0 189 0 211 0 167 0 183 0 178 0 228 0 239 0 189 0 122 0-9999 +USC00046719195504TMIN 94 0 78 0 50 0 50 0 44 0 61 0 72 0 72 0 89 0 100 0 83 0 106 0 111 0 78 0 78 0 72 0 83 0 94 0 50 0 61 0 67 0 89 0 78 0 83 0 106 0 83 0 39 0 72 0 72 0 100 0-9999 +USC00046719195504PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 236 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 142 0-9999 +USC00046719195504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195505TMAX 150 0 156 0 233 0 233 0 189 0 217 0 183 0 161 0 233 0 233 0 272 0 272 0 233 0 194 0 217 0 239 0 261 0 322 0 317 0 261 0 222 0 172 0 161 0 144 0 183 0 217 0 250 0 317 0 283 0 156 0 178 0 +USC00046719195505TMIN 61 0 83 0 50 0 89 0 106 0 111 0 106 0 94 0 78 0 106 0 117 0 111 0 117 0 117 0 61 0 72 0 89 0 139 0 133 0 122 0 128 0 128 0 133 0 122 0 100 0 117 0 106 0 117 0 139 0 133 0 122 0 +USC00046719195505PRCP 452 0 5 0 0 0 0 0 0T 0 0 0 114 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 5 0 3 0 0T 0 0 0 0 0 0 0 0 0 18 0 8 0 +USC00046719195505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195505WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195506TMAX 206 0 256 0 306 0 300 0 283 0 261 0 278 0 272 0 261 0 222 0 233 0 222 0 167 0 194 0 222 0 250 0 283 0 300 0 289 0 294 0 322 0 317 0 300 0 267 0 211 0 194 0 250 0 244 0 206 0 228 0-9999 +USC00046719195506TMIN 72 0 83 0 111 0 128 0 139 0 139 0 139 0 128 0 133 0 133 0 139 0 128 0 122 0 133 0 100 0 100 0 111 0 122 0 122 0 111 0 117 0 133 0 133 0 133 0 139 0 139 0 128 0 122 0 139 0 144 0-9999 +USC00046719195506PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 0 0 0 0-9999 +USC00046719195506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195506WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195507TMAX 233 0 228 0 244 0 244 0 267 0 267 0 294 0 283 0 272 0 256 0 261 0 294 0 333 0 317 0 333 0 328 0 328 0 328 0 328 0 322 0 306 0 283 0 283 0 283 0 272 0 283 0 300 0 311 0 306 0 306 0 317 0 +USC00046719195507TMIN 133 0 139 0 128 0 111 0 100 0 100 0 117 0 133 0 144 0 133 0 144 0 139 0 144 0 172 0 172 0 161 0 161 0 161 0 211 0 194 0 172 0 156 0 144 0 156 0 150 0 156 0 117 0 117 0 139 0 139 0 128 0 +USC00046719195507PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195507WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USC00046719195508TMAX 317 0 356 0 300 0 267 0 333 0 361 0 339 0 328 0 322 0 328 0 311 0 328 0 306 0 317 0 322 0 317 0 322 0 322 0 339 0 333 0 317 0 322 0 311 0 289 0 300 0 333 0 356 0 322 0 361 0 350 0 394 0 +USC00046719195508TMIN 156 0 183 0 194 0 189 0 194 0 194 0 178 0 178 0 178 0 183 0 178 0 194 0 172 0 178 0 183 0 183 0 167 0 161 0 172 0 167 0 161 0 156 0 161 0 161 0 133 0 128 0 150 0 144 0 156 0 178 0 217 0 +USC00046719195508PRCP 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195508WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195509TMAX 422 0 417 0 406 0 406 0 422 0 422 0 389 0 356 0 333 0 344 0 372 0 372 0 367 0 367 0 294 0 267 0 233 0 228 0 233 0 306 0 261 0 239 0 183 0 233 0 233 0 250 0 239 0 244 0 256 0 283 0-9999 +USC00046719195509TMIN 256 0 239 0 222 0 211 0 200 0 211 0 211 0 200 0 161 0 172 0 167 0 194 0 189 0 183 0 156 0 133 0 161 0 150 0 106 0 106 0 133 0 150 0 144 0 139 0 100 0 133 0 122 0 133 0 106 0 72 0-9999 +USC00046719195509PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195509WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USC00046719195510TMAX 328 0 289 0 244 0 217 0 217 0 344 0 333 0 272 0 261 0 200 0 233 0 228 0 217 0 217 0 183 0 217 0 178 0 211 0 206 0 167 0 167 0 206 0 289 0 272 0 228 0 183 0 250 0 306 0 339 0 311 0 206 0 +USC00046719195510TMIN 94 0 106 0 111 0 117 0 117 0 89 0 117 0 111 0 133 0 139 0 128 0 106 0 111 0 128 0 133 0 100 0 100 0 128 0 122 0 89 0 133 0 128 0 89 0 111 0 106 0 111 0 117 0 100 0 111 0 133 0 106 0 +USC00046719195510PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195510WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195511TMAX 206 0 261 0 278 0 267 0 267 0 317 0 317 0 278 0 294 0 300 0 172 0 206 0 161 0 156 0 167 0 144 0 144 0 206 0 283 0 200 0 133 0 161 0 178 0 206 0 189 0 244 0 256 0 244 0 128 0 133 0-9999 +USC00046719195511TMIN 100 0 72 0 83 0 89 0 106 0 117 0 128 0 122 0 117 0 111 0 100 0 117 0 100 0 78 0 44 0 44 0 83 0 50 0 83 0 94 0 94 0 33 0 33 0 39 0 50 0 50 0 78 0 94 0 100 0 106 0-9999 +USC00046719195511PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 262 0 0 0 0 0 38 0 0 0 0 0 0 0 157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195512TMAX 122 0 156 0 139 0 100 0 144 0 128 0 194 0 228 0 167 0 217 0 250 0 256 0 222 0 206 0 156 0 128 0 111 0 133 0 156 0 211 0 211 0 150 0 144 0 156 0 150 0 183 0 178 0 139 0 117 0 133 0 144 0 +USC00046719195512TMIN 100 0 61 0 28 0 61 0 83 0 106 0 106 0 61 0 89 0 72 0 100 0 89 0 78 0 72 0 56 0 61 0 61 0 50 0 28 0 50 0 61 0 78 0 122 0 117 0 117 0 106 0 111 0 67 0 61 0 11 0 33 0 +USC00046719195512PRCP 86 0 71 0 0 0 109 0 5 0 10 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 10 0 69 0 0T 0 10 0 0 0 0 0 0 0 5 0 +USC00046719195512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195512WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195601TMAX 156 0 200 0 261 0 228 0 194 0 206 0 189 0 211 0 200 0 194 0 222 0 250 0 200 0 117 0 156 0 183 0 200 0 211 0 172 0 117 0 178 0 128 0 167 0 150 0 117 0 133 0 150 0 144 0 144 0 156 0 161 0 +USC00046719195601TMIN 33 0 39 0 44 0 67 0 72 0 39 0 56 0 33 0 44 0 50 0 83 0 94 0 83 0 89 0 100 0 106 0 44 0 56 0 67 0 89 0 94 0 72 0 100 0 72 0 89 0 106 0 106 0 33 0 33 0 39 0 72 0 +USC00046719195601PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 13 0 0 0 269 0 1654 0 254 0 0 0 0 0 0 0 109 0 +USC00046719195601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195601WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195602TMAX 167 0 161 0 178 0 194 0 133 0 189 0 178 0 183 0 194 0 217 0 222 0 172 0 122 0 128 0 133 0 133 0 150 0 144 0 150 0 189 0 206 0 150 0 117 0 133 0 139 0 172 0 183 0 200 0 178 0-9999 -9999 +USC00046719195602TMIN 28 0 11 0 17 0 22 0 39 0 39 0 33 0 67 0 22 0 28 0 44 0 33 0 67 0 78 0 72 0 39 0 17 0 33 0 44 0 22 0 33 0 44 0 100 0 39 0 17 0 39 0 28 0 39 0 39 0-9999 -9999 +USC00046719195602PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 287 0 20 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719195602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719195602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719195602WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195603TMAX 211 0 239 0 217 0 189 0 161 0 178 0 189 0 244 0 233 0 222 0 150 0 189 0 194 0 189 0 239 0 278 0 283 0 250 0 200 0 244 0 261 0 200 0 289 0 283 0 222 0 217 0 261 0 283 0 278 0 233 0 156 0 +USC00046719195603TMIN 44 0 61 0 67 0 56 0 89 0 61 0 33 0 44 0 72 0 67 0 83 0 44 0 33 0 44 0 56 0 67 0 128 0 78 0 61 0 94 0 83 0 111 0 72 0 83 0 106 0 106 0 78 0 94 0 89 0 72 0 94 0 +USC00046719195603PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195603WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719195604TMAX 156 0 161 0 189 0 233 0 228 0 261 0 256 0 211 0 222 0 161 0 144 0 94 0 133 0 172 0 189 0 183 0 156 0 150 0 256 0 306 0 289 0 294 0 206 0 206 0 200 0 167 0 189 0 206 0 217 0 194 0-9999 +USC00046719195604TMIN 39 0 22 0 50 0 44 0 56 0 78 0 72 0 94 0 106 0 111 0 72 0 78 0 56 0 44 0 72 0 78 0 111 0 111 0 89 0 111 0 144 0 128 0 128 0 117 0 117 0 106 0 100 0 78 0 100 0 100 0-9999 +USC00046719195604PRCP 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 74 0 414 0 269 0 13 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 157 0 23 0 0 0 0 0 0 0-9999 +USC00046719195604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195604WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195604WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195605TMAX 211 0 228 0 233 0 217 0 228 0 206 0 217 0 217 0 167 0 183 0 183 0 211 0 267 0 294 0 344 0 372 0 267 0 306 0 278 0 256 0 267 0 256 0 211 0 156 0 161 0 178 0 167 0 194 0 183 0 228 0 250 0 +USC00046719195605TMIN 122 0 94 0 111 0 117 0 122 0 122 0 94 0 78 0 111 0 89 0 83 0 106 0 83 0 111 0 133 0 172 0 189 0 150 0 117 0 100 0 117 0 133 0 117 0 117 0 128 0 128 0 133 0 117 0 111 0 94 0 83 0 +USC00046719195605PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 218 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USC00046719195605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195605WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195606TMAX 294 0 283 0 294 0 256 0 244 0 256 0 272 0 283 0 294 0 300 0 339 0 350 0 328 0 261 0 244 0 256 0 261 0 244 0 256 0 239 0 256 0 261 0 283 0 283 0 289 0 361 0 328 0 333 0 306 0 278 0-9999 +USC00046719195606TMIN 94 0 139 0 100 0 106 0 128 0 106 0 111 0 117 0 139 0 133 0 139 0 150 0 167 0 133 0 139 0 106 0 133 0 144 0 156 0 133 0 122 0 139 0 144 0 133 0 122 0 128 0 178 0 178 0 172 0 156 0-9999 +USC00046719195606PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195606WT01-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195607TMAX 278 0 244 0 239 0 267 0 278 0 294 0 311 0 306 0 322 0 311 0 300 0 283 0 289 0 289 0 306 0 306 0 311 0 317 0 311 0 322 0 317 0 333 0 328 0 317 0 328 0 322 0 317 0 328 0 333 0 322 0 311 0 +USC00046719195607TMIN 161 0 156 0 122 0 117 0 117 0 128 0 133 0 133 0 128 0 144 0 133 0 150 0 144 0 139 0 117 0 122 0 133 0 161 0 167 0 161 0 178 0 178 0 183 0 183 0 167 0 172 0 172 0 178 0 172 0 161 0 150 0 +USC00046719195607TOBS 244 0 211 0 239 0 250 0 267 0 289 0 306 0 294 0 306 0 300 0 283 0 261 0 272 0 289 0 289 0 294 0 300 0 306 0 306 0 306 0 311 0 328 0 311 0 294 0 306 0 306 0 300 0 328 0 322 0 311 0 283 0 +USC00046719195607PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195607WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195608TMAX 283 0 272 0 261 0 283 0 311 0 300 0 300 0 311 0 328 0 328 0 311 0 289 0 300 0 317 0 322 0 311 0 289 0 289 0 300 0 306 0 333 0 378 0 400 0 361 0 328 0 306 0 261 0 200 0 261 0 256 0 267 0 +USC00046719195608TMIN 156 0 156 0 150 0 117 0 122 0 133 0 139 0 133 0 133 0 128 0 144 0 144 0 128 0 139 0 144 0 150 0 167 0 156 0 150 0 122 0 122 0 167 0 194 0 167 0 161 0 167 0 161 0 150 0 133 0 139 0 150 0 +USC00046719195608TOBS 272 0 256 0 250 0 283 0 294 0 289 0 294 0 306 0 322 0 311 0 272 0 289 0 283 0 300 0 311 0 289 0 278 0 289 0 289 0 294 0 322 0 361 0 361 0 328 0 306 0 261 0 183 0 194 0 250 0 250 0 261 0 +USC00046719195608PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 +USC00046719195608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195609TMAX 317 0 317 0 322 0 322 0 317 0 322 0 339 0 367 0 394 0 389 0 367 0 311 0 311 0 344 0 350 0 350 0 344 0 350 0 333 0 306 0 322 0 311 0 350 0 367 0 356 0 361 0 361 0 361 0 350 0 317 0-9999 +USC00046719195609TMIN 144 0 144 0 144 0 128 0 144 0 144 0 133 0 144 0 200 0 206 0 183 0 128 0 122 0 139 0 144 0 139 0 172 0 183 0 172 0 133 0 133 0 139 0 150 0 172 0 172 0 178 0 183 0 194 0 194 0 150 0-9999 +USC00046719195609TOBS 317 0 300 0 311 0 317 0 294 0 306 0 306 0 344 0 383 0 367 0 311 0 283 0 300 0 328 0 333 0 344 0 333 0 333 0 306 0 261 0 306 0 306 0 339 0 339 0 339 0 344 0 328 0 350 0 317 0 272 0-9999 +USC00046719195609PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195609WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195610TMAX 272 0 261 0 278 0 244 0 244 0 233 0 250 0 283 0 278 0 267 0 228 0 233 0 261 0 267 0 294 0 244 0 244 0 211 0 261 0 317 0 300 0 278 0 217 0 206 0 261 0 261 0 217 0 172 0 183 0 206 0 206 0 +USC00046719195610TMIN 161 0 178 0 150 0 172 0 144 0 139 0 133 0 117 0 106 0 122 0 133 0 111 0 100 0 94 0 100 0 111 0 122 0 111 0 106 0 111 0 122 0 144 0 156 0 78 0 83 0 83 0 78 0 100 0 44 0 61 0 83 0 +USC00046719195610PRCP 0 0 0 0 0 0 150 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USC00046719195610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195610WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195611TMAX 217 0 233 0 217 0 217 0 256 0 333 0 333 0 344 0 344 0 333 0 311 0 283 0 239 0 228 0 244 0 278 0 283 0 256 0 233 0 189 0 261 0 306 0 278 0 289 0 283 0 294 0 267 0 272 0 272 0 278 0-9999 +USC00046719195611TMIN 78 0 61 0 67 0 50 0 67 0 106 0 117 0 122 0 133 0 128 0 122 0 100 0 89 0 94 0 50 0 56 0 89 0 83 0 78 0 33 0 44 0 72 0 78 0 78 0 83 0 94 0 128 0 89 0 83 0 94 0-9999 +USC00046719195611PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195612TMAX 256 0 244 0 233 0 178 0 150 0 150 0 156 0 156 0 233 0 217 0 194 0 233 0 256 0 233 0 228 0 233 0 250 0 239 0 233 0 228 0 183 0 178 0 206 0 250 0 256 0 261 0 278 0 278 0 272 0 267 0 228 0 +USC00046719195612TMIN 72 0 67 0 67 0 50 0 83 0 67 0 72 0 11 0 11 0 33 0 61 0 67 0 89 0 78 0 56 0 67 0 67 0 61 0 61 0 56 0 39 0 50 0 39 0 56 0 78 0 72 0 72 0 78 0 78 0 72 0 61 0 +USC00046719195612TOBS 228 0 222 0 178 0 150 0 122 0 117 0 128 0 144 0 200 0 167 0 172 0 206 0 206 0 200 0 211 0 200 0 211 0 200 0 206 0 183 0 150 0 156 0 183 0 222 0 233 0 228 0 228 0 239 0 267 0 194 0 200 0 +USC00046719195612PRCP 0 0 0 0 0 0 0 0 18 0 58 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195612WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195701TMAX 200 0 228 0 206 0 156 0 161 0 189 0 172 0 167 0 189 0 172 0 172 0 167 0 161 0 156 0 172 0 228 0 217 0 211 0 189 0 183 0 156 0 156 0 122 0 117 0 144 0 128 0 83 0 78 0 83 0 133 0 161 0 +USC00046719195701TMIN 89 0 67 0 72 0 94 0 83 0 67 0 89 0 100 0 44 0 89 0 89 0 117 0 128 0 50 0 44 0 50 0 44 0 33 0 39 0 39 0 22 0 28 0 33 0 67 0 83 0 61 0 11 0 -17 0 33 0 39 0 11 0 +USC00046719195701TOBS 183 0 200 0 156 0 106 0 144 0 172 0 106 0 133 0 172 0 128 0 150 0 144 0 156 0 133 0 150 0 194 0 194 0 189 0 183 0 89 0 128 0 122 0 83 0 117 0 128 0 78 0 56 0 67 0 78 0 117 0 144 0 +USC00046719195701PRCP 0 0 0 0 0 0 5 0 224 0 0 0 38 0 13 0 0 0 114 0 0 0 28 0 681 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 0 0 0 0 23 0 53 0 8 0 91 0 43 0 20 0 97 0 0 0 0 0 +USC00046719195701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195701WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195701WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USC00046719195702TMAX 178 0 150 0 172 0 206 0 217 0 228 0 194 0 161 0 211 0 250 0 244 0 311 0 306 0 278 0 244 0 144 0 144 0 156 0 150 0 167 0 183 0 194 0 189 0 200 0 211 0 222 0 217 0 183 0-9999 -9999 -9999 +USC00046719195702TMIN 28 0 33 0 28 0 33 0 50 0 72 0 56 0 117 0 94 0 122 0 156 0 144 0 144 0 128 0 117 0 117 0 117 0 111 0 117 0 100 0 67 0 89 0 111 0 106 0 89 0 83 0 117 0 122 0-9999 -9999 -9999 +USC00046719195702TOBS 150 0 128 0 161 0 178 0 200 0 194 0 150 0 150 0 194 0 233 0 233 0 272 0 278 0 244 0 144 0 144 0 133 0 144 0 133 0 156 0 161 0 183 0 183 0 194 0 194 0 183 0 183 0 139 0-9999 -9999 -9999 +USC00046719195702PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 5 0 0 0 0T 0 0 0 0 0 0 0 0T 0 8 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 610 0 3 0 0 0 0 0 0 0 168 0-9999 -9999 -9999 +USC00046719195702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195702WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195703TMAX 189 0 144 0 183 0 211 0 189 0 250 0 289 0 267 0 178 0 200 0 194 0 183 0 194 0 239 0 222 0 183 0 128 0 178 0 228 0 222 0 194 0 206 0 222 0 244 0 250 0 244 0 289 0 267 0 244 0 228 0 233 0 +USC00046719195703TMIN 89 0 100 0 89 0 78 0 111 0 111 0 106 0 100 0 106 0 61 0 61 0 111 0 67 0 61 0 61 0 78 0 78 0 72 0 111 0 100 0 111 0 72 0 50 0 61 0 83 0 61 0 100 0 150 0 117 0 117 0 83 0 +USC00046719195703TOBS 144 0 144 0 172 0 189 0 167 0 228 0 267 0 178 0 117 0 194 0 172 0 156 0 183 0 222 0 183 0 128 0 122 0 156 0 194 0 194 0 156 0 178 0 206 0 233 0 222 0 217 0 250 0 244 0 206 0 211 0 194 0 +USC00046719195703PRCP 168 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 109 0 3 0 0 0 0 0 0 0 0 0 0 0 191 0 0 0 0 0 5 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195703WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195704TMAX 206 0 244 0 239 0 244 0 256 0 239 0 228 0 250 0 222 0 194 0 178 0 200 0 228 0 217 0 211 0 189 0 172 0 172 0 167 0 150 0 150 0 150 0 161 0 206 0 233 0 278 0 294 0 306 0 278 0 256 0-9999 +USC00046719195704TMIN 89 0 133 0 78 0 83 0 89 0 106 0 111 0 67 0 72 0 117 0 117 0 111 0 89 0 106 0 128 0 106 0 94 0 78 0 94 0 78 0 39 0 78 0 94 0 106 0 78 0 100 0 117 0 111 0 111 0 117 0-9999 +USC00046719195704TOBS 200 0 222 0 211 0 239 0 239 0 144 0 206 0 222 0 194 0 178 0 161 0 183 0 211 0 183 0 189 0 167 0 133 0 150 0 150 0 89 0 106 0 122 0 150 0 183 0 228 0 244 0 261 0 278 0 256 0 217 0-9999 +USC00046719195704PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 224 0 0T 0 180 0 119 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195704WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195704WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195705TMAX 228 0 222 0 261 0 267 0 250 0 228 0 206 0 206 0 200 0 194 0 194 0 189 0 189 0 200 0 228 0 256 0 250 0 239 0 217 0 211 0 217 0 217 0 233 0 222 0 283 0 317 0 294 0 250 0 206 0 222 0 272 0 +USC00046719195705TMIN 100 0 106 0 100 0 111 0 139 0 139 0 128 0 128 0 83 0 111 0 106 0 94 0 128 0 122 0 72 0 106 0 106 0 139 0 139 0 111 0 111 0 122 0 111 0 100 0 100 0 133 0 144 0 139 0 139 0 100 0 106 0 +USC00046719195705TOBS 206 0 211 0 244 0 250 0 228 0 206 0 161 0 194 0 183 0 194 0 128 0 178 0 183 0 161 0 217 0 250 0 233 0 178 0 206 0 172 0 211 0 211 0 172 0 217 0 272 0 294 0 250 0 161 0 206 0 217 0 261 0 +USC00046719195705PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 74 0 66 0 0T 0 5 0 56 0 0 0 0 0 0 0 137 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USC00046719195705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195705WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195706TMAX 311 0 350 0 367 0 372 0 339 0 289 0 267 0 228 0 206 0 206 0 256 0 272 0 272 0 217 0 239 0 328 0 367 0 389 0 367 0 356 0 311 0 294 0 339 0 339 0 322 0 322 0 311 0 289 0 272 0 283 0-9999 +USC00046719195706TMIN 128 0 161 0 178 0 183 0 144 0 139 0 139 0 139 0 150 0 144 0 144 0 133 0 161 0 150 0 156 0 122 0 156 0 206 0 178 0 161 0 161 0 161 0 150 0 150 0 172 0 172 0 156 0 150 0 161 0 167 0-9999 +USC00046719195706TOBS 300 0 339 0 339 0 339 0 289 0 267 0 228 0 189 0 206 0 189 0 244 0 272 0 189 0 206 0 228 0 322 0 356 0 367 0 356 0 300 0 294 0 278 0 317 0 322 0 244 0 311 0 289 0 261 0 261 0 278 0-9999 +USC00046719195706PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 +USC00046719195706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195706WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719195707TMAX 328 0 344 0 372 0 394 0 389 0 333 0 339 0 344 0 333 0 306 0 356 0 344 0 317 0 339 0 344 0 333 0 311 0 289 0 294 0 300 0 283 0 289 0 311 0 322 0 317 0 283 0 300 0 317 0 344 0 361 0 367 0 +USC00046719195707TMIN 128 0 178 0 178 0 189 0 194 0 178 0 167 0 167 0 167 0 172 0 178 0 167 0 144 0 150 0 167 0 161 0 172 0 161 0 156 0 156 0 156 0 133 0 128 0 150 0 172 0 156 0 144 0 150 0 150 0 183 0 200 0 +USC00046719195707TOBS 317 0 328 0 361 0 389 0 333 0 294 0 339 0 333 0 306 0 289 0 344 0 300 0 311 0 322 0 333 0 311 0 267 0 278 0 283 0 283 0 272 0 278 0 300 0 317 0 283 0 272 0 294 0 306 0 339 0 356 0 361 0 +USC00046719195707PRCP 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195707WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195708TMAX 361 0 344 0 317 0 300 0 300 0 283 0 283 0 306 0 317 0 317 0 317 0 333 0 339 0 339 0 339 0 356 0 361 0 344 0 328 0 322 0 317 0 356 0 350 0 333 0 333 0 317 0 356 0 339 0 294 0 250 0 283 0 +USC00046719195708TMIN 189 0 172 0 161 0 156 0 156 0 150 0 150 0 144 0 150 0 161 0 178 0 161 0 178 0 172 0 178 0 194 0 189 0 189 0 189 0 183 0 194 0 178 0 183 0 172 0 139 0 156 0 167 0 161 0 128 0 122 0 133 0 +USC00046719195708TOBS 339 0 317 0 300 0 300 0 272 0 272 0 267 0 289 0 294 0 300 0 300 0 322 0 328 0 311 0 333 0 333 0 344 0 322 0 317 0 317 0 283 0 339 0 333 0 328 0 267 0 306 0 339 0 294 0 244 0 239 0 278 0 +USC00046719195708PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195708WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195709TMAX 317 0 300 0 294 0 306 0 311 0 356 0 350 0 328 0 306 0 283 0 289 0 278 0 278 0 267 0 272 0 261 0 250 0 267 0 256 0 261 0 328 0 361 0 344 0 350 0 328 0 294 0 311 0 322 0 317 0 300 0-9999 +USC00046719195709TMIN 139 0 139 0 128 0 128 0 128 0 156 0 194 0 172 0 167 0 144 0 117 0 156 0 144 0 161 0 122 0 139 0 161 0 128 0 122 0 139 0 117 0 122 0 150 0 167 0 172 0 133 0 128 0 150 0 172 0 144 0-9999 +USC00046719195709TOBS 289 0 289 0 283 0 294 0 300 0 350 0 311 0 306 0 283 0 267 0 272 0 278 0 261 0 261 0 261 0 228 0 233 0 250 0 244 0 250 0 317 0 344 0 333 0 328 0 294 0 283 0 306 0 311 0 272 0 267 0-9999 +USC00046719195709PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195709WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195710TMAX 272 0 250 0 233 0 239 0 250 0 239 0 250 0 261 0 289 0 256 0 206 0 189 0 178 0 211 0 206 0 250 0 278 0 228 0 183 0 194 0 194 0 211 0 239 0 283 0 306 0 256 0 289 0 272 0 267 0 239 0 217 0 +USC00046719195710TMIN 117 0 106 0 150 0 117 0 100 0 94 0 100 0 100 0 106 0 122 0 133 0 100 0 139 0 128 0 150 0 144 0 122 0 161 0 144 0 128 0 78 0 83 0 89 0 100 0 122 0 172 0 139 0 139 0 128 0 144 0 144 0 +USC00046719195710TOBS 244 0 217 0 211 0 206 0 239 0 211 0 222 0 256 0 256 0 206 0 167 0 178 0 144 0 183 0 189 0 217 0 228 0 178 0 183 0 189 0 161 0 183 0 200 0 256 0 256 0 244 0 272 0 194 0 239 0 217 0 189 0 +USC00046719195710PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 130 0 0 0 38 0 145 0 0 0 0 0 0 0 0 0 3 0 5 0 107 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 71 0 +USC00046719195710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195710WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195711TMAX 189 0 178 0 161 0 178 0 183 0 194 0 206 0 211 0 244 0 217 0 194 0 200 0 183 0 172 0 178 0 167 0 183 0 189 0 200 0 272 0 250 0 211 0 239 0 278 0 289 0 244 0 222 0 217 0 233 0 228 0-9999 +USC00046719195711TMIN 150 0 128 0 56 0 61 0 83 0 44 0 67 0 67 0 72 0 78 0 89 0 78 0 89 0 89 0 83 0 50 0 39 0 50 0 67 0 94 0 89 0 67 0 78 0 67 0 61 0 78 0 67 0 61 0 61 0 39 0-9999 +USC00046719195711TOBS 172 0 128 0 133 0 144 0 111 0 161 0 178 0 172 0 211 0 194 0 172 0 183 0 161 0 161 0 161 0 139 0 172 0 172 0 178 0 233 0 211 0 167 0 206 0 250 0 244 0 194 0 189 0 206 0 189 0 211 0-9999 +USC00046719195711PRCP 3 0 15 0 114 0 0T 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195711WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USC00046719195711WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195712TMAX 244 0 261 0 272 0 233 0 172 0 183 0 239 0 272 0 278 0 272 0 272 0 244 0 233 0 200 0 172 0 167 0 172 0 156 0 194 0 211 0 183 0 161 0 200 0 194 0 244 0 228 0 189 0 200 0 217 0 228 0 233 0 +USC00046719195712TMIN 61 0 72 0 56 0 89 0 83 0 50 0 61 0 83 0 94 0 100 0 89 0 94 0 89 0 89 0 117 0 150 0 89 0 72 0 67 0 61 0 61 0 83 0 50 0 50 0 61 0 72 0 61 0 56 0 67 0 67 0 83 0 +USC00046719195712TOBS 211 0 256 0 233 0 172 0 100 0 161 0 217 0 239 0 244 0 233 0 239 0 211 0 200 0 172 0 161 0 156 0 156 0 128 0 172 0 183 0 161 0 150 0 172 0 178 0 228 0 183 0 161 0 172 0 200 0 194 0 206 0 +USC00046719195712PRCP 0 0 0 0 0 0 0T 0 376 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 257 0 117 0 203 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195712WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195801TMAX 217 0 194 0 206 0 228 0 244 0 233 0 250 0 233 0 206 0-9999 178 0 200 0 183 0 206 0 233 0 256 0 256 0 244 0 211 0 200 0 172 0 183 0 189 0 172 0 167 0 156 0 194 0 200 0 189 0 161 0 211 0 +USC00046719195801TMIN 72 0 39 0 50 0 50 0 72 0 67 0 89 0 78 0 78 0-9999 50 0 44 0 56 0 50 0 56 0 72 0 72 0 67 0 50 0 50 0 44 0 28 0 33 0 44 0 72 0 111 0 72 0 78 0 72 0 94 0 50 0 +USC00046719195801TOBS 194 0 144 0 183 0 211 0 233 0 189 0 233 0 194 0 183 0 150 0 167 0 183 0 150 0 194 0 222 0 233 0 244 0 211 0 194 0 172 0 139 0 161 0 172 0 106 0 156 0 144 0 183 0 189 0 150 0 150 0 200 0 +USC00046719195801PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 28 0 572 0 0 0 0 0 0 0 25 0 0 0 +USC00046719195801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195802TMAX 233 0 228 0 144 0 139 0 183 0 194 0 183 0 172 0 194 0 189 0 217 0 206 0 206 0 200 0 211 0 283 0 272 0 233 0 156 0 211 0 239 0 222 0 183 0 183 0 183 0 200 0 200 0 189 0-9999 -9999 -9999 +USC00046719195802TMIN 117 0 61 0 117 0 106 0 83 0 72 0 78 0 111 0 72 0 83 0 67 0 78 0 89 0 67 0 72 0 78 0 72 0 106 0 94 0 67 0 89 0 89 0 122 0 117 0 100 0 83 0 39 0 50 0-9999 -9999 -9999 +USC00046719195802TOBS 228 0 144 0 139 0 106 0 172 0 167 0 161 0 144 0 183 0 172 0 206 0 144 0 183 0 178 0 194 0 272 0 233 0 156 0 144 0 200 0 222 0 156 0 183 0 172 0 156 0 183 0 172 0 139 0-9999 -9999 -9999 +USC00046719195802PRCP 0 0 15 0 701 0 706 0 10 0 0 0 0T 0 13 0 0 0 0 0 0 0 3 0 30 0 0 0 0 0 0 0 0 0 0 0 747 0 79 0 0 0 0 0 0 0 0 0 249 0 0 0 0 0 0T 0-9999 -9999 -9999 +USC00046719195802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719195802WT03-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195803TMAX 206 0 183 0 178 0 222 0 217 0 189 0 150 0 178 0 183 0 178 0 150 0 139 0 133 0 150 0 150 0 194 0 183 0 194 0 239 0 228 0 183 0 194 0 178 0 194 0 189 0 206 0 167 0 161 0 183 0 178 0 150 0 +USC00046719195803TMIN 50 0 50 0 22 0 44 0 50 0 78 I0 33 0 56 0 33 0 33 0 50 0 44 0 39 0 78 0 106 0 106 0 117 0 94 0 72 0 106 0 94 0 94 0 72 0 72 0 78 0 72 0 100 0 67 0 83 0 61 0 78 0 +USC00046719195803TOBS 178 0 128 0 161 0 211 0 189 0 67 I0 133 0 144 0 167 0 150 0 133 0 111 0 106 0 150 0 111 0 183 0 167 0 178 0 228 0 122 0 172 0 178 0 144 0 161 0 161 0 167 0 128 0 144 0 178 0 139 0 139 0 +USC00046719195803PRCP 0T 0 0 0 0 0 0 0 0 0 109 0 3 0 0 0 0 0 0 0 53 0 8 0 10 0 36 0 137 0 511 0 23 0 0 0 0 0 51 0 130 0 147 0 0 0 0 0 0 0 0 0 206 0 5 0 0 0 0 0 79 0 +USC00046719195803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195803WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195804TMAX 139 0 139 0 139 0 156 0 183 0 178 0 161 0 222 0 244 0 283 0 300 0 289 0 278 0 300 0 311 0 294 0 244 0 239 0 328 0 356 0 328 0 306 0 228 0 222 0 222 0 228 0 239 0 228 0 206 0 172 0-9999 +USC00046719195804TMIN 94 0 50 0 50 0 50 0 50 0 56 0 50 0 56 0 72 0 94 0 106 0 122 0 106 0 133 0 122 0 128 0 144 0 128 0 133 0 178 0 161 0 133 0 117 0 94 0 100 0 89 0 94 0 117 0 128 0 133 0-9999 +USC00046719195804TOBS 94 0 117 0 128 0 128 0 178 0 117 0 161 0 200 0 233 0 256 0 278 0 272 0 250 0 272 0 294 0 233 0 222 0 222 0 311 0 328 0 306 0 217 0 206 0 211 0 200 0 217 0 228 0 206 0 172 0 167 0-9999 +USC00046719195804PRCP 617 0 10 0 295 0 41 0 0 0 155 0 310 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195804WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195804WT03 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195805TMAX 178 0 183 0 239 0 317 0 311 0 283 0 233 0 211 0 206 0 194 0 194 0 217 0 233 0 294 0 300 0 283 0 278 0 278 0 289 0 283 0 283 0 278 0 267 0 278 0 283 0 289 0 283 0 311 0 294 0 278 0 256 0 +USC00046719195805TMIN 128 0 133 0 117 0 111 0 128 0 117 0 128 0 128 0 111 0 133 0 111 0 100 0 83 0 111 0 122 0 117 0 133 0 122 0 122 0 144 0 117 0 133 0 156 0 128 0 111 0 117 0 122 0 133 0 144 0 139 0 144 0 +USC00046719195805TOBS 172 0 178 0 233 0 311 0 283 0 233 0 183 0 206 0 178 0 194 0 167 0 206 0 228 0 289 0 283 0 267 0 261 0 267 0 283 0 283 0 272 0 267 0 261 0 267 0 272 0 272 0 278 0 294 0 278 0 256 0 244 0 +USC00046719195805PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195805WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195806TMAX 244 0 244 0 250 0 261 0 256 0 250 0 250 0 250 0 256 0 244 0 239 0 239 0 250 0 322 0 306 0 311 0 294 0 300 0 289 0 294 0 294 0 311 0 311 0 294 0 294 0 300 0 322 0 317 0 306 0 278 0-9999 +USC00046719195806TMIN 117 0 139 0 139 0 128 0 144 0 139 0 111 0 144 0 128 0 128 0 133 0 139 0 117 0 133 0 144 0 139 0 144 0 144 0 144 0 133 0 144 0 156 0 156 0 139 0 144 0 172 0 167 0 156 0 150 0 133 0-9999 +USC00046719195806TOBS 233 0 239 0 244 0 256 0 244 0 233 0 239 0 239 0 239 0 239 0 222 0 233 0 239 0 306 0 289 0 294 0 272 0 289 0 278 0 283 0 267 0 306 0 294 0 278 0 289 0 278 0 311 0 306 0 272 0 267 0-9999 +USC00046719195806PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195806WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USC00046719195807TMAX 272 0 272 0 283 0 283 0 289 0 283 0 317 0 350 0 367 0 372 0 372 0 333 0 322 0 300 0 272 0 278 0 278 0 289 0 294 0 294 0 289 0 278 0 278 0 300 0 306 0 294 0 294 0 300 0 306 0 344 0 333 0 +USC00046719195807TMIN 133 0 150 0 133 0 133 0 144 0 144 0 144 0 139 0 167 0 189 0 172 0 167 0 172 0 172 0 161 0 144 0 128 0 128 0 133 0 133 0 150 0 156 0 144 0 139 0 139 0 156 0 156 0 178 0 156 0 178 0 200 0 +USC00046719195807TOBS 261 0 261 0 278 0 267 0 278 0 283 0 317 0 344 0 350 0 372 0 333 0 317 0 289 0 267 0 267 0 261 0 261 0 272 0 289 0 272 0 272 0 267 0 267 0 294 0 283 0 283 0 289 0 294 0 294 0 322 0 294 0 +USC00046719195807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195807WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719195808TMAX 317 0 317 0 322 0 317 0 306 0 311 0 306 0 311 0 317 0 344 0 333 0 344 0 328 0 333 0 322 0 322 0 311 0 294 0 294 0 294 0 289 0 289 0 289 0 306 0 328 0-9999 -9999 -9999 289 0 311 0 328 0 +USC00046719195808TMIN 183 0 183 0 178 0 156 0 172 0 178 0 178 0 167 0 172 0 189 0 183 0 183 0 211 0 200 0 200 0 189 0 189 0 194 0 178 0 178 0 161 0 150 0 156 0 156 0 167 0-9999 -9999 -9999 156 0 150 0 144 0 +USC00046719195808TOBS 294 0 306 0 311 0 300 0 294 0 300 0 283 0 306 0 317 0 322 0 317 0 328 0 294 0 322 0 278 0 311 0 289 0 278 0 283 0 283 0 267 0 283 0 283 0 289 0 300 0-9999 -9999 -9999 283 0 306 0 322 0 +USC00046719195808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 0 0 0 0 0 0 +USC00046719195808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 0 0 0 0 0 0 +USC00046719195808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 0 0 0 0 0 0 +USC00046719195808WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719195808WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195809TMAX 322 0 300 0 289 0 306 0 356 0 367 0 361 0 344 0 344 0 333 0 317 0 306 0 267 0 333 0 367 0 378 0 361 0 356 0 361 0 344 0 333 0 300 0 244 0 272 0 322 0 356 0 344 0 339 0 306 0 311 0-9999 +USC00046719195809TMIN 161 0 178 0 172 0 156 0 167 0 211 0 217 0 206 0 178 0 161 0 150 0 144 0 122 0 139 0 161 0 183 0 178 0 156 0 172 0 161 0 161 0 156 0 167 0 122 0 133 0 167 0 172 0 189 0 172 0 156 0-9999 +USC00046719195809TOBS 300 0 272 0 289 0 300 0 328 0 361 0 328 0 339 0 333 0 311 0 300 0 267 0 244 0 317 0 356 0 361 0 339 0 339 0 344 0 333 0 300 0 244 0 172 0 256 0 317 0 344 0 339 0 300 0 278 0 289 0-9999 +USC00046719195809PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195809WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195810TMAX 333 0 389 0 367 0 350 0 311 0 261 0 256 0 267 0 278 0 272 0 283 0 333 0 361 0 356 0 378 0 389 0 383 0 328 0 294 0 272 0 278 0 261 0 206 0 217 0 200 0 222 0 233 0 283 0 306 0 283 0 261 0 +USC00046719195810TMIN 167 0 172 0 183 0 189 0 167 0 172 0 150 0 122 0 139 0 122 0 150 0 122 0 167 0 178 0 189 0 194 0 189 0 200 0 150 0 150 0 122 0 128 0 150 0 156 0 133 0 111 0 111 0 111 0 139 0 128 0 122 0 +USC00046719195810TOBS 278 0 350 0 328 0 311 0 261 0 233 0 222 0 222 0 222 0 233 0 261 0 300 0 322 0 322 0 311 0 356 0 328 0 294 0 267 0 239 0 244 0 206 0 178 0 189 0 189 0 189 0 206 0 244 0 272 0 239 0 217 0 +USC00046719195810PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 246 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195810WT01-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195811TMAX 267 0 289 0 289 0 283 0 261 0 300 0 244 0 250 0 222 0 194 0 167 0 206 0 217 0 206 0 172 0 144 0 161 0 211 0 267 0 272 0 278 0 278 0 283 0 239 0 239 0 206 0 211 0 239 0 250 0 250 0-9999 +USC00046719195811TMIN 106 0 94 0 111 0 128 0 111 0 117 0 111 0 128 0 111 0 150 0 111 0 94 0 78 0 89 0 61 0 44 0 6 0 22 0 44 0 83 0 100 0 89 0 89 0 83 0 133 0 133 0 94 0 72 0 61 0 72 0-9999 +USC00046719195811TOBS 228 0 250 0 256 0 244 0 228 0 244 0 217 0 217 0 194 0 156 0 161 0 178 0 189 0 172 0 117 0 128 0 139 0 194 0 233 0 244 0 228 0 239 0 239 0 194 0 183 0 172 0 183 0 206 0 222 0 217 0-9999 +USC00046719195811PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 13 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195811WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USC00046719195812TMAX 256 0 317 0 339 0 278 0 200 0 211 0 244 0 200 0 200 0 317 0 311 0 278 0 294 0 278 0 267 0 289 0 294 0 261 0 211 0 233 0 206 0 178 0 189 0 194 0 178 0 189 0 167 0 206 0 217 0 222 0 256 0 +USC00046719195812TMIN 67 0 78 0 122 0 106 0 111 0 94 0 56 0 61 0 67 0 106 0 122 0 117 0 100 0 100 0 72 0 67 0 72 0 72 0 56 0 72 0 61 0 78 0 72 0 56 0 56 0 61 0 72 0 56 0 56 0 56 0 83 0 +USC00046719195812TOBS 222 0 267 0 278 0 200 0 178 0 183 0 200 0 161 0 178 0 278 0 244 0 239 0 256 0 261 0 206 0 233 0 222 0 206 0 161 0 200 0 178 0 167 0 161 0 178 0 167 0 167 0 144 0 194 0 194 0 189 0 211 0 +USC00046719195812PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USC00046719195812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195901TMAX 222 0 206 0 172 0 183 0 161 0 161 0 172 0 211 0 228 0 211 0 256 0 233 0 194 0-9999 -9999 283 0 294 0 283 0 217 0 178 0 200 0 206 0 256 0 239 0 211 0 200 0 244 0 211 0 244 0 222 0 211 0 +USC00046719195901TMIN 72 0 78 0 50 0 39 0 83 0 78 0 72 0 83 0 94 0 111 0 100 0 94 0 94 0-9999 -9999 100 0 100 0 94 0 78 0 67 0 61 0 50 0 56 0 67 0 67 0 78 0 78 0 56 0 78 0 61 0 44 0 +USC00046719195901TOBS 206 0 156 0 161 0 161 0 122 0 133 0 156 0 183 0 200 0 206 0 233 0 189 0 167 0-9999 -9999 267 0 283 0 217 0 117 0 172 0 189 0 183 0 239 0 211 0 161 0 194 0 211 0 194 0 222 0 178 0 194 0 +USC00046719195901PRCP 0 0 0 0 0 0 0 0 0T 0 716 0 5 0 0 0 0 0 0T 0 0T 0 0 0 0 0-9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195902TMAX 194 0 189 0 206 0 194 0 206 0 189 0 172 0 117 0 144 0 139 0 122 0 150 0 172 0 178 0 172 0 161 0 172 0 183 0 178 0 167 0 139 0 161 0 189 0 217 0 233 0 250 0 261 0-9999 -9999 -9999 -9999 +USC00046719195902TMIN 56 0 61 0 44 0 39 0 56 0 56 0 106 0 78 0 33 0 61 0 89 0 61 0 28 0 39 0 83 0 89 0 117 0 72 0 56 0 72 0 61 0 28 0 44 0 56 0 56 0 83 0 72 0-9999 -9999 -9999 -9999 +USC00046719195902TOBS 161 0 178 0 189 0 178 0 189 0 172 0 117 0 106 0 139 0 111 0 122 0 144 0 161 0 167 0 161 0 156 0 161 0 144 0 150 0 139 0 83 0 150 0 183 0 206 0 217 0 228 0 244 0-9999 -9999 -9999 -9999 +USC00046719195902PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 5 0 119 0 36 0 23 0 434 0 56 0 0 0 0 0 0T 0 526 0 5 0 0T 0 0T 0 0 0 122 0 20 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 +USC00046719195902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 +USC00046719195902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 +USC00046719195902WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195903TMAX-9999 -9999 -9999 -9999 -9999 -9999 217 0 278 0 272 0 272 0 300 0 306 0 278 0 228 0 272 0 283 0 267 0 239 0 233 0 294 0 278 0 256 0 189 0 211 0 228 0 222 0 217 0 228 0 233 0 211 0 272 0 +USC00046719195903TMIN-9999 -9999 -9999 -9999 -9999 -9999 72 0 78 0 100 0 83 0 106 0 100 0 94 0 111 0 89 0 100 0 117 0 78 0 111 0 117 0 128 0 106 0 106 0 78 0 61 0 78 0 83 0 78 0 72 0 89 0 89 0 +USC00046719195903TOBS-9999 -9999 -9999 -9999 -9999 -9999 200 0 272 0 239 0 250 0 283 0 278 0 222 0 217 0 261 0 267 0 239 0 211 0 217 0 267 0 244 0 183 0 167 0 200 0 206 0 183 0 194 0 217 0 211 0 167 0 256 0 +USC00046719195903PRCP-9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195903SNOW-9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195903SNWD-9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195904TMAX 339 0 317 0 300 0 250 0 244 0 178 0 189 0 239 0 261 0 289 0 317 0 294 0 294 0 267 0 217 0 217 0 194 0 189 0 200 0 250 0 256 0 289 0 272 0 233 0 194 0 222 0 272 0 300 0 344 0 322 0-9999 +USC00046719195904TMIN 133 0 139 0 133 0 128 0 100 0 117 0 128 0 122 0 83 0 94 0 111 0 122 0 106 0 100 0 122 0 117 0 128 0 117 0 117 0 94 0 128 0 94 0 144 0 133 0 111 0 133 0 106 0 117 0 139 0 139 0-9999 +USC00046719195904TOBS 317 0 300 0 211 0 244 0 178 0 156 0 178 0 206 0 250 0 261 0 289 0 261 0 267 0 217 0 194 0 194 0 167 0 183 0 178 0 228 0 222 0 250 0 233 0 189 0 156 0 217 0 256 0 289 0 322 0 239 0-9999 +USC00046719195904PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 127 0 0 0 0 0 0 0 0 0-9999 +USC00046719195904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195905TMAX 239 0 206 0 200 0 217 0 261 0 278 0 278 0 272 0 250 0 256 0 256 0 233 0 233 0 244 0 244 0 261 0 256 0 228 0 239 0 233 0 233 0 211 0 217 0 211 0 206 0 206 0 217 0 239 0 239 0 239 0 239 0 +USC00046719195905TMIN 144 0 100 0 94 0 72 0 78 0 100 0 117 0 144 0 128 0 100 0 128 0 133 0 144 0 106 0 111 0 106 0 139 0 139 0 94 0 106 0 139 0 128 0 106 0 100 0 117 0 133 0 133 0 94 0 111 0 128 0 111 0 +USC00046719195905TOBS 194 0 200 0 189 0 206 0 244 0 267 0 272 0 250 0 200 0 256 0 233 0 200 0 222 0 239 0 233 0 256 0 228 0 211 0 233 0 233 0 211 0 172 0 211 0 189 0 200 0 189 0 217 0 233 0 228 0 228 0 228 0 +USC00046719195905PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195906TMAX 256 0 283 0 267 0 272 0 278 0 278 0 250 0 272 0 261 0 272 0 300 0 294 0 300 0 328 0 317 0 294 0 311 0 333 0 344 0 339 0 333 0 322 0 328 0 311 0 300 0 267 0 267 0 233 0 300 0 328 0-9999 +USC00046719195906TMIN 117 0 111 0 122 0 128 0 150 0 156 0 156 0 122 0 144 0 156 0 128 0 139 0 139 0 133 0 133 0 122 0 139 0 150 0 156 0 167 0 172 0 172 0 167 0 172 0 172 0 172 0 178 0 161 0 161 0 139 0-9999 +USC00046719195906TOBS 239 0 267 0 256 0 267 0 278 0 250 0 250 0 261 0 250 0 272 0 283 0 278 0 289 0 317 0 294 0 278 0 306 0 306 0 322 0 333 0 311 0 317 0 311 0 300 0 256 0 267 0 228 0 222 0 272 0 311 0-9999 +USC00046719195906PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0-9999 +USC00046719195906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195907TMAX 328 0 333 0 333 0 322 0 317 0 317 0 322 0 356 0 383 0 406 0 383 0 344 0 339 0 311 0 317 0 317 0 317 0 300 0 322 0 317 0 300 0 278 0 344 0 367 0 367 0 344 0 311 0 311 0 317 0 339 0 372 0 +USC00046719195907TMIN 183 0 189 0 183 0 172 0 156 0 156 0 150 0 161 0 189 0 233 0 206 0 189 0 178 0 178 0 183 0 172 0 172 0 172 0 178 0 183 0 183 0 183 0 178 0 189 0 206 0 200 0 178 0 183 0 172 0 178 0 206 0 +USC00046719195907TOBS 306 0 311 0 311 0 311 0 311 0 300 0 294 0 339 0 356 0 383 0 344 0 333 0 311 0 306 0 300 0 300 0 294 0 294 0 317 0 278 0 261 0 278 0 322 0 339 0 344 0 300 0 294 0 289 0 306 0 322 0 356 0 +USC00046719195907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195908TMAX 383 0 372 0 322 0 311 0 300 0 322 0 339 0 344 0 344 0 339 0 317 0 317 0 311 0 294 0 289 0 283 0 272 0 261 0 256 0 261 0 311 0 367 0 356 0 300 0 289 0 283 0 300 0 294 0 322 0 350 0 344 0 +USC00046719195908TMIN 228 0 206 0 183 0 167 0 150 0 156 0 178 0 194 0 194 0 183 0 167 0 167 0 178 0 178 0 178 0 144 0 150 0 161 0 172 0 144 0 122 0 183 0 222 0 194 0 206 0 189 0 167 0 156 0 133 0 133 0 144 0 +USC00046719195908TOBS 372 0 317 0 311 0 278 0 294 0 311 0 322 0 333 0 339 0 306 0 300 0 311 0 283 0 278 0 283 0 272 0 250 0 256 0 222 0 256 0 294 0 356 0 294 0 289 0 261 0 272 0 294 0 289 0 322 0 344 0 328 0 +USC00046719195908PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195908WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USC00046719195909TMAX 328 0 311 0 294 0 311 0 328 0 317 0 306 0 306 0 339 0 372 0 378 0 333 0 333 0 317 0 272 0 233 0 256 0 272 0 267 0 267 0 261 0 244 0 256 0 294 0 283 0 278 0 267 0 239 0 267 0 228 0-9999 +USC00046719195909TMIN 156 0 178 0 156 0 144 0 167 0 167 0 172 0 183 0 144 0 183 0 250 0 244 0 211 0 189 0 144 0 133 0 139 0 144 0 144 0 172 0 161 0 144 0 144 0 122 0 156 0 144 0 156 0 139 0 128 0 139 0-9999 +USC00046719195909TOBS 311 0 283 0 283 0 300 0 317 0 300 0 283 0 294 0 322 0 344 0 333 0 317 0 317 0 272 0 233 0 194 0 233 0 250 0 250 0 250 0 244 0 228 0 228 0 283 0 267 0 267 0 233 0 211 0 228 0 183 0-9999 +USC00046719195909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195909WT01 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195910TMAX 244 0 267 0 294 0 311 0 300 0 267 0 256 0 272 0 278 0 311 0 311 0 278 0 344 0 333 0 339 0 333 0 333 0 294 0 256 0 244 0 256 0 339 0 361 0 328 0 256 0 206 0 194 0 239 0 222 0 222 0 217 0 +USC00046719195910TMIN 122 0 100 0 111 0 117 0 128 0 117 0 117 0 111 0 128 0 133 0 128 0 144 0 144 0 139 0 150 0 139 0 133 0 122 0 139 0 128 0 122 0 117 0 156 0 139 0 167 0 167 0 161 0 122 0 106 0 106 0 89 0 +USC00046719195910TOBS 222 0 233 0 256 0 272 0 267 0 233 0 222 0 228 0 250 0 261 0 239 0 261 0 311 0 294 0 272 0 278 0 294 0 256 0 211 0 211 0 206 0 300 0 306 0 256 0 206 0 172 0 183 0 200 0 189 0 183 0 189 0 +USC00046719195910PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USC00046719195910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195910WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195910WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719195910WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USC00046719195911TMAX 250 0 206 0 206 0 206 0 272 0 306 0 306 0 311 0 317 0 283 0 283 0 244 0 239 0 211 0 172 0 239 0 289 0 272 0 217 0 278 0 272 0 272 0 294 0 322 0 272 0 294 0 272 0 283 0 294 0 300 0-9999 +USC00046719195911TMIN 117 0 122 0 122 0 94 0 89 0 67 0 83 0 100 0 106 0 100 0 100 0 89 0 94 0 83 0 133 0 72 0 94 0 139 0 89 0 78 0 100 0 100 0 111 0 111 0 111 0 100 0 78 0 72 0 83 0 72 0-9999 +USC00046719195911TOBS 194 0 172 0 156 0 172 0 239 0 261 0 256 0 256 0 267 0 244 0 244 0 206 0 194 0 172 0 161 0 200 0 233 0 217 0 178 0 239 0 222 0 239 0 256 0 267 0 228 0 261 0 244 0 250 0 256 0 239 0-9999 +USC00046719195911PRCP 8 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719195912TMAX 317 0 294 0 244 0 244 0 267 0 283 0 233 0 194 0 211 0 183 0 239 0 239 0 200 0 189 0 217 0 222 0 206 0 239 0 228 0 217 0 183 0 156 0 183 0 167 0 156 0 172 0 183 0 200 0 206 0 167 0 139 0 +USC00046719195912TMIN 72 0 94 0 94 0 67 0 83 0 67 0 106 0 117 0 100 0 100 0 67 0 78 0 67 0 78 0 56 0 67 0 78 0 72 0 117 0 117 0 100 0 78 0 83 0 111 0 100 0 33 0 39 0 61 0 56 0 44 0 61 0 +USC00046719195912TOBS 261 0 239 0 211 0 189 0 228 0 228 0 194 0 156 0 178 0 161 0 189 0 200 0 117 0 156 0 178 0 178 0 172 0 183 0 217 0 172 0 156 0 150 0 167 0 117 0 144 0 144 0 156 0 183 0 167 0 133 0 106 0 +USC00046719195912PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0 0 0 0 0 292 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719195912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196001TMAX 122 0 139 0 117 0 156 0 183 0 189 0 189 0 189 0 161 0 117 0 144 0 144 0 144 0 111 0 111 0 150 0 144 0 156 0 178 0 200 0 194 0 183 0 228 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 217 0 +USC00046719196001TMIN 17 0 -11 0 -6 0 28 0 22 0 33 0 44 0 39 0 61 0 89 0 33 0 56 0 0 0 17 0 22 0 6 0 11 0 22 0 39 0 44 0 50 0 111 0 83 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 67 0 +USC00046719196001TOBS 106 0 106 0 100 0 128 0 156 0 150 0 161 0 161 0 111 0 117 0 117 0 122 0 111 0 78 0 83 0 122 0 128 0 133 0 161 0 183 0 156 0 172 0 183 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 150 0 +USC00046719196001PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 348 0 0 0 259 0 0 0 76 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 +USC00046719196001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 +USC00046719196001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 +USC00046719196002TMAX 150 0 200 0 183 0 194 0 200 0 200 0 211 0 183 0 167 0 161 0 217 0 233 0 222 0 222 0 233 0 228 0 239 0 200 0 172 0 194 0 189 0 183 0 178 0 172 0 150 0 144 0 150 0 144 0 133 0-9999 -9999 +USC00046719196002TMIN 106 0 83 0 67 0 67 0 78 0 111 0 83 0 106 0 83 0 72 0 61 0 67 0 78 0 72 0 61 0 56 0 67 0 56 0 50 0 33 0 39 0 72 0 61 0 39 0 33 0 89 0 83 0 78 0 83 0-9999 -9999 +USC00046719196002TOBS 111 0 183 0 133 0 189 0 161 0 194 0 183 0 122 0 150 0 144 0 200 0 222 0 178 0 211 0 206 0 206 0 200 0 133 0 150 0 161 0 172 0 156 0 161 0 144 0 122 0 128 0 144 0 106 0 128 0-9999 -9999 +USC00046719196002PRCP 28 0 216 0 5 0 0 0 0 0 0 0 0 0 33 0 97 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 132 0-9999 -9999 +USC00046719196002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719196002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719196003TMAX 161 0 183 0 189 0 228 0 233 0 250 0 222 0 200 0 200 0 222 0 200 0 211 0 211 0 239 0 256 0 256 0 261 0 300 0 317 0 294 0 289 0 289 0 206 0 194 0 189 0 211 0 189 0 189 0 217 0 200 0 250 0 +USC00046719196003TMIN 83 0 44 0 67 0 67 0 78 0 94 0 89 0 111 0 78 0 94 0 67 0 106 0 122 0 94 0 89 0 83 0 94 0 94 0 117 0 122 0 111 0 89 0 117 0 106 0 111 0 128 0 117 0 106 0 67 0 78 0 83 0 +USC00046719196003TOBS 133 0 161 0 167 0 200 0 194 0 222 0 189 0 178 0 172 0 200 0 189 0 172 0 183 0 228 0 217 0 239 0 233 0 278 0 289 0 283 0 289 0 206 0 156 0 189 0 150 0 189 0 133 0 178 0 200 0 172 0 233 0 +USC00046719196003PRCP 74 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 66 0 0 0 0 0 0 0 +USC00046719196003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196003WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196004TMAX 317 0 317 0 322 0 328 0 328 0 289 0 261 0 228 0 239 0 233 0 222 0 244 0 278 0 256 0 261 0 294 0 306 0 300 0 278 0 283 0 256 0 189 0 189 0 189 0 194 0 194 0 167 0 189 0 211 0 261 0-9999 +USC00046719196004TMIN 100 0 156 0 167 0 139 0 139 0 139 0 100 0 128 0 100 0 117 0 94 0 78 0 83 0 100 0 89 0 94 0 106 0 122 0 111 0 117 0 133 0 122 0 61 0 56 0 56 0 67 0 83 0 78 0 67 0 78 0-9999 +USC00046719196004TOBS 306 0 294 0 294 0 311 0 278 0 261 0 211 0 211 0 211 0 222 0 161 0 222 0 239 0 222 0 233 0 256 0 289 0 278 0 239 0 256 0 183 0 189 0 139 0 172 0 189 0 167 0 139 0 183 0 200 0 244 0-9999 +USC00046719196004PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 8 0 0 0 0 0 0 0 381 0 48 0 0 0 0 0-9999 +USC00046719196004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196004WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196005TMAX 300 0 283 0 206 0 172 0 233 0 311 0 311 0 294 0 300 0 339 0 344 0 322 0 306 0 272 0 172 0 217 0 244 0 239 0 294 0 306 0 283 0 222 0 206 0 222 0 250 0 300 0 306 0 306 0 283 0 244 0 261 0 +USC00046719196005TMIN 117 0 111 0 111 0 117 0 67 0 100 0 139 0 144 0 133 0 144 0 156 0 139 0 128 0 139 0 133 0 122 0 100 0 128 0 117 0 128 0 117 0 106 0 67 0 78 0 89 0 122 0 139 0 150 0 144 0 144 0 150 0 +USC00046719196005TOBS 283 0 206 0 139 0 161 0 228 0 300 0 294 0 289 0 294 0 322 0 322 0 306 0 272 0 161 0 167 0 211 0 228 0 222 0 289 0 283 0 222 0 206 0 194 0 206 0 239 0 272 0 300 0 283 0 239 0 239 0 250 0 +USC00046719196005PRCP 0 0 0 0 5 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196006TMAX 278 0 294 0 289 0 239 0 233 0 206 0 244 0 250 0 267 0 267 0 294 0 289 0-9999 -9999 -9999 -9999 -9999 -9999 300 0 317 0 356 0 350 0 328 0 306 0 294 0 294 0 311 0 311 0 333 0 339 0-9999 +USC00046719196006TMIN 150 0 150 0 156 0 156 0 150 0 156 0 156 0 133 0 111 0 111 0 133 0 133 0-9999 -9999 -9999 -9999 -9999 -9999 133 0 133 0 167 0 183 0 150 0 128 0 122 0 117 0 128 0 122 0 139 0 156 0-9999 +USC00046719196006TOBS 256 0 289 0 239 0 233 0 200 0 206 0 244 0 239 0 256 0 250 0 283 0 289 0-9999 -9999 -9999 -9999 -9999 -9999 294 0 317 0 328 0 328 0 283 0 283 0 289 0 289 0 294 0 306 0 328 0 339 0-9999 +USC00046719196006PRCP 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196006WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196007TMAX 350 0 328 0 306 0 283 0 278 0 289 0 294 0 294 0 283 0 294 0 311 0 317 0 328 0 344 0 394 0 383 0 372 0 367 0 400 0 411 0 367 0 367 0 356 0 333 0 333 0 322 0 339 0 339 0 333 0 322 0 328 0 +USC00046719196007TMIN 200 0 161 0 128 0 128 0 128 0 128 0 133 0 133 0 139 0 144 0 133 0 150 0 139 0 156 0 167 0 183 0 189 0 178 0 194 0 228 0 211 0 211 0 200 0 189 0 178 0 183 0 194 0 200 0 189 0 178 0 178 0 +USC00046719196007TOBS 328 0 306 0 272 0 272 0 267 0 272 0 278 0 283 0 272 0 283 0 294 0 300 0 322 0 344 0 378 0 372 0 361 0 361 0 344 0 356 0 367 0 350 0 333 0 333 0 317 0 311 0 328 0 328 0 317 0 311 0 311 0 +USC00046719196007PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196008TMAX 339 0 356 0 356 0 333 0 322 0 311 0 311 0 300 0 300 0 300 0 344 0 317 0 317 0 317 0 306 0 294 0 306 0 350 0 339 0 322 0 322 0 289 0 272 0 272 0 283 0 278 0 289 0 300 0 300 0 317 0 328 0 +USC00046719196008TMIN 167 0 172 0 167 0 156 0 133 0 144 0 156 0 150 0 156 0 178 0 200 0 189 0 172 0 156 0 150 0 167 0 161 0 156 0 183 0 150 0 161 0 161 0 161 0 133 0 150 0 167 0 156 0 128 0 133 0 139 0 133 0 +USC00046719196008TOBS 328 0 333 0 328 0 322 0 294 0 289 0 294 0 289 0 294 0 278 0 317 0 306 0 311 0 300 0 294 0 278 0 289 0 339 0 317 0 306 0 289 0 256 0 239 0 261 0 278 0 272 0 278 0 283 0 283 0 289 0 300 0 +USC00046719196008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196008WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196009TMAX 300 0 344 0 350 0 356 0 356 0 333 0 333 0 356 0 356 0 372 0 378 0 389 0 383 0 367 0 306 0 272 0 278 0 300 0 322 0 306 0 289 0 256 0 333 0 367 0 372 0 367 0 344 0 300 0 261 0 261 0-9999 +USC00046719196009TMIN 161 0 167 0 206 0 200 0 178 0 144 0 144 0 194 0 194 0 206 0 222 0 233 0 228 0 189 0 183 0 161 0 144 0 122 0 144 0 150 0 156 0 139 0 122 0 150 0 167 0 161 0 161 0 133 0 156 0 156 0-9999 +USC00046719196009TOBS 294 0 328 0 328 0 328 0 333 0 322 0 328 0 356 0 339 0 344 0 372 0 383 0 367 0 306 0 272 0 256 0 267 0 261 0 306 0 289 0 244 0 250 0 322 0 361 0 367 0 317 0 294 0 261 0 233 0 217 0-9999 +USC00046719196009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196010TMAX 250 0 278 0 300 0 322 0 344 0 339 0 317 0 250 0 194 0 200 0 222 0 233 0 211 0 233 0 272 0 278 0 283 0 261 0 294 0 328 0 333 0 322 0 267 0 222 0 261 0 211 0 244 0 256 0 244 0 294 0 250 0 +USC00046719196010TMIN 128 0 111 0 117 0 139 0 167 0 206 0 178 0 156 0 128 0 83 0 83 0 89 0 83 0 106 0 150 0 128 0 128 0 106 0 106 0 128 0 139 0 133 0 150 0 94 0 106 0 111 0 128 0 94 0 111 0 100 0 106 0 +USC00046719196010TOBS 233 0 244 0 256 0 289 0 294 0 317 0 250 0 194 0 161 0 183 0 194 0 206 0 183 0 211 0 250 0 267 0 261 0 200 0 256 0 278 0 283 0 267 0 217 0 200 0 211 0 183 0 206 0 211 0 211 0 250 0 222 0 +USC00046719196010PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196010WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 +USC00046719196011TMAX 239 0 217 0 189 0 183 0 183 0 167 0 183 0 194 0 244 0 233 0 206 0 172 0 172 0 183 0 222 0 244 0 267 0 239 0 244 0 267 0 250 0 267 0 239 0 244 0 206 0 172 0 156 0 194 0 200 0 222 0-9999 +USC00046719196011TMIN 89 0 117 0 122 0 67 0 122 0 122 0 89 0 72 0 72 0 83 0 78 0 117 0 72 0 94 0 56 0 61 0 72 0 78 0 83 0 61 0 78 0 78 0 67 0 83 0 56 0 83 0 28 0 33 0 72 0 44 0-9999 +USC00046719196011TOBS 206 0 189 0 122 0 172 0 156 0 150 0 150 0 178 0 200 0 189 0 172 0 117 0 144 0 161 0 194 0 206 0 217 0 189 0 233 0 233 0 211 0 211 0 200 0 206 0 172 0 83 0 128 0 167 0 167 0 194 0-9999 +USC00046719196011PRCP 0 0 0 0 157 0 30 0 102 0 297 0 10 0 0 0 0 0 0 0 0 0 114 0 94 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 211 0 18 0 0 0 0 0 0 0-9999 +USC00046719196011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196012TMAX 244 0 206 0 178 0 161 0 178 0 161 0 167 0 139 0 150 0 139 0 183 0 233 0 217 0 200 0 178 0 211 0 233 0 267 0 272 0 283 0 256 0 272 0 278 0 256 0 244 0 261 0 211 0 194 0 228 0 211 0 206 0 +USC00046719196012TMIN 94 0 106 0 50 0 50 0 61 0 39 0 56 0 28 0 11 0 44 0 83 0 67 0 67 0 56 0 56 0 44 0 56 0 67 0 72 0 94 0 83 0 89 0 83 0 78 0 61 0 72 0 61 0 78 0 94 0 50 0 39 0 +USC00046719196012TOBS 206 0 139 0 144 0 150 0 156 0 122 0 128 0 100 0 122 0 117 0 150 0 200 0 183 0 150 0 144 0 183 0 206 0 222 0 239 0 239 0 211 0 233 0 217 0 200 0 206 0 211 0 172 0 156 0 200 0 206 0 156 0 +USC00046719196012PRCP 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196101TMAX 189 0 206 0 222 0 222 0 233 0 244 0 250 0 256 0 261 0 272 0 272 0 250 0 261 0 289 0 289 0 294 0 300 0 300 0 278 0 256 0 228 0 211 0 222 0 206 0 178 0 144 0 183 0 189 0 178 0 233 0 217 0 +USC00046719196101TMIN 44 0 44 0 33 0 33 0 33 0 39 0 44 0 61 0 50 0 67 0 94 0 72 0 72 0 83 0 94 0 106 0 100 0 89 0 89 0 117 0 94 0 111 0 67 0 61 0 122 0 117 0 67 0 67 0 61 0 56 0 72 0 +USC00046719196101TOBS 167 0 167 0 200 0 183 0 200 0 200 0 206 0 233 0 244 0 244 0 239 0 206 0 211 0 261 0 261 0 272 0 272 0 272 0 256 0 194 0 211 0 178 0 183 0 178 0 144 0 122 0 161 0 178 0 161 0 217 0 172 0 +USC00046719196101PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 363 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196101WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196102TMAX 200 0 183 0 228 0 244 0 233 0 222 0 189 0 200 0 239 0 272 0 228 0 206 0 183 0 256 0 233 0 200 0 189 0 189 0 228 0 272 0 283 0 256 0 244 0 250 0 233 0 206 0 217 0 256 0-9999 -9999 -9999 +USC00046719196102TMIN 89 0 83 0 72 0 83 0 83 0 83 0 89 0 72 0 83 0 94 0 106 0 100 0 56 0 61 0 67 0 111 0 78 0 56 0 56 0 83 0 100 0 94 0 78 0 72 0 78 0 72 0 50 0 61 0-9999 -9999 -9999 +USC00046719196102TOBS 172 0 161 0 211 0 228 0 222 0 167 0 167 0 161 0 211 0 228 0 194 0 183 0 183 0 233 0 183 0 172 0 167 0 167 0 217 0 239 0 256 0 244 0 222 0 228 0 200 0 189 0 189 0 228 0-9999 -9999 -9999 +USC00046719196102PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196102WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196103TMAX 294 0 256 0 194 0 172 0 183 0 194 0 228 0 261 0 250 0 228 0 211 0 244 0 261 0 244 0 217 0 200 0 178 0 228 0 233 0 228 0 217 0 222 0 200 0 167 0 167 0 194 0 178 0 194 0 233 0 211 0 189 0 +USC00046719196103TMIN 106 0 89 0 94 0 89 0 50 0 100 0 44 0 72 0 78 0 61 0 61 0 72 0 78 0 83 0 100 0 67 0 78 0 72 0 61 0 72 0 72 0 83 0 94 0 89 0 67 0 50 0 61 0 100 0 89 0 72 0 106 0 +USC00046719196103TOBS 256 0 189 0 172 0 106 0 156 0 172 0 222 0 239 0 228 0 206 0 183 0 206 0 228 0 217 0 150 0 167 0 167 0 200 0 206 0 211 0 194 0 200 0 139 0 144 0 156 0 167 0 150 0 161 0 211 0 189 0 172 0 +USC00046719196103PRCP 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 145 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 43 0 0T 0 0 0 0 0 +USC00046719196103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196103WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196104TMAX 267 0 322 0 372 0 328 0 261 0 172 0 194 0 244 0 233 0 200 0 261 0 222 0 217 0 256 0 311 0 328 0 300 0 267 0 206 0 200 0 206 0 183 0 183 0 206 0 206 0 256 0 256 0 289 0 267 0 261 0-9999 +USC00046719196104TMIN 78 0 117 0 139 0 144 0 128 0 122 0 111 0 83 0 78 0 111 0 78 0 83 0 78 0 72 0 106 0 144 0 122 0 122 0 117 0 100 0 72 0 89 0 56 0 67 0 61 0 78 0 78 0 83 0 106 0 100 0-9999 +USC00046719196104TOBS 239 0 294 0 328 0 261 0 161 0 156 0 172 0 228 0 200 0 183 0 222 0 167 0 189 0 233 0 289 0 289 0 267 0 189 0 178 0 150 0 183 0 172 0 161 0 189 0 194 0 228 0 228 0 261 0 228 0 244 0-9999 +USC00046719196104PRCP 0 0 0 0 0 0 0 0 0 0 41 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196105TMAX 244 0 256 0 239 0 178 0 211 0 200 0 228 0 311 0 311 0 283 0 233 0 228 0 222 0 233 0 233 0 222 0 217 0 211 0 206 0 233 0 244 0 233 0 233 0 239 0 228 0 222 0 239 0 222 0 217 0 233 0 222 0 +USC00046719196105TMIN 106 0 100 0 122 0 111 0 100 0 83 0 100 0 94 0 122 0 106 0 94 0 78 0 83 0 83 0 89 0 111 0 117 0 117 0 117 0 89 0 106 0 122 0 106 0 94 0 122 0 122 0 100 0 122 0 111 0 83 0 111 0 +USC00046719196105TOBS 233 0 239 0 150 0 167 0 200 0 172 0 206 0 289 0 283 0 233 0 206 0 222 0 217 0 222 0 222 0 206 0 211 0 206 0 200 0 233 0 233 0 211 0 228 0 228 0 200 0 217 0 222 0 183 0 206 0 222 0 183 0 +USC00046719196105PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USC00046719196105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196105WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196106TMAX 183 0 217 0 250 0 239 0 233 0 239 0 256 0 244 0 239 0 244 0 261 0 256 0 300 0 328 0 350 0 344 0 311 0 306 0 317 0 306 0 278 0 294 0 333 0 322 0 311 0 306 0 300 0 339 0 333 0 328 0-9999 +USC00046719196106TMIN 100 0 83 0 106 0 117 0 128 0 122 0 122 0 139 0 139 0 117 0 128 0 133 0 133 0 133 0 144 0 150 0 144 0 144 0 139 0 144 0 144 0 150 0 161 0 167 0 161 0 144 0 144 0 156 0 161 0 161 0-9999 +USC00046719196106TOBS 183 0 211 0 233 0 233 0 200 0 233 0 244 0 211 0 233 0 233 0 239 0 250 0 267 0 294 0 344 0 289 0 289 0 294 0 306 0 278 0 267 0 289 0 311 0 306 0 294 0 294 0 289 0 328 0 317 0 317 0-9999 +USC00046719196106PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196106WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196107TMAX 317 0 289 0 239 0 261 0 267 0 294 0 344 0 372 0 350 0 333 0 339 0 311 0 339 0 311 0 311 0 328 0 322 0 333 0 339 0 317 0 278 0 278 0 283 0 300 0 300 0 306 0 328 0 306 0 294 0 289 0 300 0 +USC00046719196107TMIN 150 0 156 0 156 0 150 0 133 0 133 0 156 0 183 0 206 0 183 0 178 0 167 0 161 0 172 0 178 0 172 0 172 0 183 0 189 0 178 0 178 0 178 0 156 0 172 0 167 0 172 0 167 0 161 0 172 0 172 0 161 0 +USC00046719196107TOBS 289 0 217 0 239 0 250 0 261 0 294 0 333 0 350 0 333 0 311 0 311 0 283 0 300 0 294 0 306 0 311 0 311 0 328 0 317 0 278 0 272 0 267 0 278 0 278 0 283 0 294 0 300 0 294 0 283 0 289 0 283 0 +USC00046719196107PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196108TMAX 289 0 306 0 317 0 356 0 344 0 333 0 322 0 322 0 306 0 317 0 322 0 311 0 317 0 306 0 311 0 311 0 344 0 344 0 333 0 356 0 378 0 350 0 333 0 317 0 311 0 311 0 300 0 283 0 272 0 278 0 278 0 +USC00046719196108TMIN 156 0 156 0 178 0 200 0 206 0 211 0 200 0 167 0 167 0 178 0 183 0 167 0 161 0 156 0 144 0 167 0 156 0 167 0 194 0 194 0 222 0 206 0 189 0 172 0 161 0 144 0 133 0 150 0 133 0 139 0 128 0 +USC00046719196108TOBS 283 0 306 0 317 0 344 0 333 0 311 0 311 0 306 0 261 0 289 0 311 0 311 0 294 0 294 0 300 0 300 0 317 0 317 0 322 0 350 0 344 0 333 0 317 0 311 0 294 0 300 0 283 0 272 0 261 0 256 0 261 0 +USC00046719196108PRCP 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196108WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 +USC00046719196109TMAX 306 0 300 0 350 0 372 0 372 0 350 0 311 0 283 0 283 0 356 0 356 0 339 0 294 0 278 0 267 0 267 0 244 0 261 0 256 0 244 0 217 0 194 0 244 0 300 0 306 0 344 0 339 0 317 0 278 0 278 0-9999 +USC00046719196109TMIN 133 0 133 0 128 0 172 0 161 0 161 0 133 0 111 0 128 0 144 0 156 0 144 0 139 0 156 0 150 0 172 0 156 0 122 0 117 0 161 0 156 0 150 0 106 0 117 0 128 0 133 0 183 0 150 0 122 0 117 0-9999 +USC00046719196109TOBS 300 0 272 0 339 0 361 0 350 0 311 0 283 0 244 0 272 0 339 0 339 0 294 0 267 0 267 0 267 0 194 0 228 0 244 0 244 0 217 0 167 0 189 0 233 0 244 0 272 0 300 0 306 0 267 0 244 0 256 0-9999 +USC00046719196109PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196109WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196110TMAX 272 0 361 0 367 0 350 0 294 0 272 0 239 0 233 0 217 0 244 0 272 0 300 0 372 0 383 0 389 0 356 0 306 0 267 0 267 0 222 0 178 0 233 0 244 0 267 0 289 0 239 0 222 0 217 0 206 0 200 0 183 0 +USC00046719196110TMIN 117 0 117 0 150 0 150 0 122 0 128 0 144 0 94 0 83 0 89 0 89 0 106 0 150 0 167 0 222 0 206 0 161 0 144 0 144 0 156 0 144 0 89 0 78 0 83 0 94 0 128 0 100 0 111 0 94 0 61 0 72 0 +USC00046719196110TOBS 233 0 328 0 339 0 289 0 272 0 239 0 178 0 194 0 194 0 206 0 233 0 283 0 344 0 361 0 356 0 306 0 256 0 239 0 222 0 178 0 172 0 206 0 200 0 222 0 239 0 183 0 183 0 178 0 167 0 161 0 156 0 +USC00046719196110PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196110WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196111TMAX 178 0 206 0 239 0 267 0 311 0 294 0 283 0 289 0 267 0 217 0 183 0 261 0 244 0 250 0 211 0 167 0-9999 -9999 -9999 -9999 189 0 206 0 211 0 172 0 139 0 194 0 233 0 256 0 211 0 178 0-9999 +USC00046719196111TMIN 78 0 78 0 72 0 83 0 100 0 172 0 111 0 106 0 100 0 78 0 100 0 67 0 122 0 67 0 56 0 106 0-9999 -9999 -9999 -9999 50 0 44 0 44 0 61 0 83 0 89 0 61 0 67 0 78 0 111 0-9999 +USC00046719196111TOBS 144 0 167 0 194 0 233 0 261 0 261 0 250 0 239 0 211 0 183 0 156 0 228 0 206 0 211 0 150 0 133 0-9999 -9999 -9999 -9999 156 0 167 0 172 0 139 0 94 0 156 0 194 0 211 0 139 0 150 0-9999 +USC00046719196111PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 -9999 5 0 0 0 0 0 0 0 193 0 58 0 0 0 0 0 0 0 28 0-9999 +USC00046719196111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196111WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196112TMAX 172 0 150 0 156 0 194 0 228 0 244 0 228 0 183 0 150 0 139 0 150 0 133 0 161 0 122 0 172 0 172 0 144 0 150 0 189 0 233 0 189 0 267 0 278 0 267 0 222 0 194 0 239 0 206 0 244 0 250 0 222 0 +USC00046719196112TMIN 111 0 117 0 78 0 44 0 50 0 61 0 56 0 33 0 50 0 67 0 28 0 28 0 28 0 72 0 28 0 61 0 50 0 78 0 61 0 72 0 61 0 61 0 67 0 78 0 61 0 39 0 39 0 56 0 61 0 61 0 94 0 +USC00046719196112TOBS 150 0 122 0 133 0 161 0 183 0 178 0 183 0 128 0 122 0 111 0 122 0 111 0 122 0 94 0 133 0 133 0 128 0 133 0 167 0 189 0 128 0 233 0 244 0 222 0 172 0 167 0 200 0 189 0 222 0 222 0 183 0 +USC00046719196112PRCP 0T 0 465 0 155 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 51 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196201TMAX 256 0 233 0 211 0 233 0 250 0 256 0 311 0 278 0 267 0 239 0 178 0 150 0 150 0 161 0 172 0 194 0 172 0 167 0 150 0 122 0 106 0 50 0 144 0 189 0 161 0 206 0 244 0 294 0 283 0 278 0 283 0 +USC00046719196201TMIN 128 0 78 0 56 0 50 0 61 0 78 0 133 0 111 0 94 0 83 0 28 0 11 0 44 0 6 0 11 0 44 0 44 0 33 0 44 0 83 0 17 0 22 0 39 0 67 0 67 0 39 0 61 0 89 0 78 0 83 0 94 0 +USC00046719196201TOBS 217 0 183 0 172 0 200 0 217 0 222 0 267 0 239 0 239 0 178 0 150 0 106 0 122 0 144 0 144 0 161 0 139 0 150 0 122 0 106 0 50 0 39 0 122 0 144 0 139 0 178 0 233 0 267 0 278 0 267 0 244 0 +USC00046719196201PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 503 0 58 0 206 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196201WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196202TMAX 272 0 256 0 244 0 211 0 178 0 161 0 128 0 122 0 139 0 133 0 133 0 172 0 189 0 172 0 156 0 161 0 167 0 167 0 133 0 111 0 156 0 161 0 150 0 139 0 133 0 122 0 133 0 150 0-9999 -9999 -9999 +USC00046719196202TMIN 83 0 83 0 72 0 61 0 39 0 83 0 100 0 94 0 117 0 117 0 111 0 100 0 56 0 89 0 106 0 78 0 44 0 50 0 67 0 44 0 56 0 28 0 78 0 83 0 6 0 17 0 28 0 6 0-9999 -9999 -9999 +USC00046719196202TOBS 233 0 233 0 211 0 178 0 161 0 122 0 106 0 117 0 133 0 122 0 128 0 161 0 156 0 156 0 117 0 133 0 150 0 133 0 72 0 72 0 122 0 144 0 128 0 94 0 100 0 100 0 122 0 128 0-9999 -9999 -9999 +USC00046719196202PRCP 0 0 0 0 0 0 0 0 0 0 0 0 61 0 559 0 302 0 290 0 780 0 361 0 0 0 8 0 323 0 58 0 8 0 0 0 460 0 51 0 43 0 0T 0 0 0 3 0 28 0 5 0 0 0 0 0-9999 -9999 -9999 +USC00046719196202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196203TMAX 156 0 156 0 183 0 222 0 211 0 156 0 161 0 172 0 156 0 150 0 172 0 189 0 189 0 189 0 189 0 167 0 161 0 150 0 156 0 128 0 183 0 161 0 189 0 228 0 278 0 272 0 239 0 189 0 122 0 217 0 261 0 +USC00046719196203TMIN 11 0 50 0 56 0 39 0 78 0 61 0 39 0 44 0 83 0 11 0 28 0 33 0 39 0 44 0 39 0 56 0 61 0 50 0 50 0 83 0 44 0 94 0 44 0 50 0 67 0 89 0 83 0 89 0 94 0 83 0 67 0 +USC00046719196203TOBS 133 0 128 0 156 0 211 0 156 0 133 0 139 0 156 0 122 0 144 0 156 0 172 0 167 0 161 0 167 0 133 0 150 0 106 0 128 0 100 0 161 0 117 0 178 0 206 0 250 0 239 0 189 0 122 0 122 0 194 0 233 0 +USC00046719196203PRCP 0 0 0 0 0 0 0 0 0 0 178 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 18 0 114 0 5 0 41 0 0T 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196204TMAX 250 0 217 0 167 0 194 0 278 0 333 0 322 0 300 0 278 0 233 0 294 0 328 0 328 0 294 0 311 0 272 0 278 0 283 0 244 0 256 0 283 0 328 0 339 0 244 0 183 0 217 0 228 0 189 0 206 0 278 0-9999 +USC00046719196204TMIN 83 0 100 0 117 0 111 0 78 0 139 0 144 0 128 0 128 0 128 0 94 0 111 0 133 0 128 0 94 0 94 0 106 0 128 0 117 0 83 0 89 0 106 0 133 0 122 0 111 0 78 0 89 0 117 0 106 0 78 0-9999 +USC00046719196204TOBS 217 0 167 0 144 0 178 0 261 0 306 0 278 0 278 0 161 0 211 0 278 0 283 0 289 0 267 0 222 0 250 0 261 0 244 0 194 0 228 0 256 0 300 0 244 0 183 0 150 0 200 0 189 0 167 0 189 0 267 0-9999 +USC00046719196204PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196205TMAX 294 0 317 0 317 0 289 0 283 0 283 0 261 0 244 0 256 0 239 0 222 0 211 0 183 0 178 0 172 0 150 0 222 0 244 0 233 0 217 0 228 0 289 0 278 0 217 0 206 0 200 0 161 0 189 0 228 0 217 0 250 0 +USC00046719196205TMIN 117 0 128 0 144 0 122 0 122 0 122 0 117 0 106 0 100 0 122 0 89 0 89 0 83 0 89 0 72 0 94 0 67 0 94 0 94 0 111 0 72 0 100 0 111 0 111 0 83 0 106 0 94 0 83 0 128 0 100 0 133 0 +USC00046719196205TOBS 272 0 294 0 289 0 272 0 283 0 261 0 239 0 222 0 239 0 206 0 211 0 144 0 172 0 128 0 150 0 100 0 194 0 233 0 217 0 189 0 211 0 278 0 217 0 178 0 200 0 161 0 139 0 178 0 217 0 189 0 239 0 +USC00046719196205PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 147 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196206TMAX 283 0 278 0 267 0 189 0 222 0 217 0 211 0 233 0 228 0 217 0 244 0 239 0 217 0 200 0 167 0 189 0 283 0 333 0 317 0 322 0 300 0 311 0 311 0 328 0 317 0 339 0 328 0 278 0 283 0 283 0-9999 +USC00046719196206TMIN 100 0 128 0 139 0 122 0 94 0 100 0 133 0 117 0 117 0 122 0 122 0 106 0 122 0 117 0 106 0 117 0 100 0 133 0 150 0 139 0 139 0 133 0 128 0 133 0 133 0 156 0 144 0 144 0 144 0 122 0-9999 +USC00046719196206TOBS 272 0 267 0 178 0 189 0 217 0 211 0 206 0 228 0 217 0 211 0 239 0 217 0 200 0 156 0 156 0 189 0 272 0 311 0 306 0 278 0 283 0 300 0 294 0 306 0 317 0 328 0 278 0 250 0 278 0 278 0-9999 +USC00046719196206PRCP 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196206WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196207TMAX 289 0 311 0 300 0 294 0 294 0 300 0 328 0 333 0 328 0 317 0 311 0 300 0 250 0 267 0 256 0 261 0 256 0 283 0 289 0 306 0 328 0 311 0 300 0 311 0 311 0 306 0 306 0 300 0 294 0 289 0 311 0 +USC00046719196207TMIN 117 0 128 0 133 0 139 0 139 0 133 0 128 0 150 0 144 0 144 0 150 0 167 0 139 0 144 0 156 0 161 0 144 0 128 0 128 0 128 0 150 0 150 0 150 0 156 0 150 0 144 0 161 0 150 0 133 0 122 0 117 0 +USC00046719196207TOBS 283 0 300 0 278 0 283 0 272 0 294 0 322 0 328 0 300 0 306 0 294 0 250 0 244 0 256 0 250 0 250 0 244 0 272 0 272 0 289 0 311 0 294 0 289 0 300 0 306 0 283 0 278 0 283 0 278 0 283 0 306 0 +USC00046719196207PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196208TMAX 306 0 289 0 289 0 278 0 294 0 333 0 344 0 356 0 344 0 322 0 322 0 361 0 356 0 367 0 344 0 367 0 361 0 344 0 328 0 333 0 322 0 294 0 300 0 344 0 350 0 356 0 333 0 339 0 322 0 283 0 317 0 +USC00046719196208TMIN 133 0 150 0 150 0 144 0 122 0 150 0 167 0 183 0 194 0 150 0 139 0 150 0 167 0 183 0 189 0 200 0 200 0 183 0 167 0 156 0 144 0 133 0 150 0 144 0 172 0 172 0 167 0 161 0 150 0 167 0 139 0 +USC00046719196208TOBS 289 0 272 0 267 0 272 0 289 0 311 0 322 0 339 0 322 0 306 0 306 0 356 0 344 0 339 0 344 0 361 0 328 0 322 0 322 0 322 0 294 0 267 0 289 0 322 0 350 0 333 0 306 0 322 0 278 0 278 0 300 0 +USC00046719196208PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196209TMAX 350 0 339 0 350 0 339 0 339 0 333 0 317 0 256 0 272 0 272 0 278 0 272 0 289 0 300 0 289 0 306 0 306 0 322 0 344 0 333 0 311 0 333 0 361 0 339 0 322 0 283 0 250 0 228 0 272 0 306 0-9999 +USC00046719196209TMIN 144 0 156 0 144 0 128 0 128 0 128 0 144 0 150 0 161 0 139 0 139 0 144 0 128 0 111 0 128 0 133 0 144 0 150 0 161 0 139 0 117 0 128 0 200 0 206 0 156 0 161 0 161 0 144 0 117 0 133 0-9999 +USC00046719196209TOBS 328 0 328 0 339 0 306 0 333 0 317 0 256 0 222 0 267 0 261 0 256 0 256 0 267 0 283 0 283 0 294 0 272 0 311 0 333 0 294 0 300 0 328 0 333 0 322 0 283 0 250 0 228 0 211 0 261 0 294 0-9999 +USC00046719196209PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196210TMAX 317 0 311 0 256 0 239 0 217 0 239 0 228 0 283 0 289 0 267 0 244 0 267 0 256 0 244 0 211 0 222 0 250 0 222 0 194 0 278 0 333 0 306 0 272 0 239 0 217 0 233 0 278 0 311 0 350 0 350 0 344 0 +USC00046719196210TMIN 139 0 150 0 144 0 150 0 111 0 111 0 106 0 100 0 106 0 111 0 122 0 117 0 100 0 128 0 117 0 89 0 106 0 133 0 144 0 94 0 122 0 117 0 122 0 106 0 111 0 94 0 83 0 94 0 133 0 156 0 139 0 +USC00046719196210TOBS 311 0 256 0 239 0 167 0 206 0 228 0 228 0 261 0 267 0 244 0 239 0 250 0 244 0 161 0 200 0 211 0 222 0 172 0 189 0 261 0 306 0 272 0 239 0 211 0 206 0 228 0 267 0 256 0 306 0 311 0 289 0 +USC00046719196210PRCP 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196210WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719196211TMAX 322 0 283 0 250 0 194 0 189 0 244 0 311 0 306 0 244 0 211 0 267 0 267 0 250 0 167 0 211 0 211 0 211 0 222 0 228 0 244 0 250 0 211 0 194 0 206 0 211 0 239 0 194 0 172 0 200 0 217 0-9999 +USC00046719196211TMIN 133 0 144 0 128 0 100 0 122 0 78 0 94 0 106 0 89 0 106 0 78 0 94 0 122 0 133 0 78 0 50 0 61 0 44 0 50 0 67 0 67 0 67 0 83 0 128 0 67 0 61 0 50 0 89 0 78 0 33 0-9999 +USC00046719196211TOBS 256 0 250 0 194 0 178 0 167 0 194 0 256 0 244 0 211 0 172 0 228 0 239 0 144 0 150 0 172 0 178 0 178 0 194 0 200 0 211 0 211 0 161 0 167 0 167 0 172 0 183 0 172 0 144 0 161 0 183 0-9999 +USC00046719196211PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USC00046719196211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196211WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196212TMAX 194 0 217 0 194 0 272 0 272 0 267 0 256 0 222 0 211 0 211 0 200 0 172 0 222 0 206 0 211 0 211 0 217 0 194 0 206 0 233 0 256 0 217 0 167 0 144 0 150 0 172 0 189 0 178 0 228 0 222 0 189 0 +USC00046719196212TMIN 50 0 61 0 56 0 72 0 83 0 94 0 61 0 61 0 61 0 50 0 72 0 94 0 56 0 28 0 89 0 83 0 117 0 128 0 100 0 67 0 72 0 61 0 83 0 94 0 22 0 11 0 6 0 11 0 28 0 44 0 33 0 +USC00046719196212TOBS 161 0 167 0 178 0 244 0 211 0 211 0 189 0 183 0 183 0 172 0 156 0 144 0 178 0 178 0 183 0 183 0 194 0 167 0 178 0 194 0 206 0 167 0 122 0 117 0 122 0 133 0 150 0 150 0 200 0 178 0 167 0 +USC00046719196212PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196212WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196301TMAX 200 0 178 0 183 0 189 0 217 0 244 0 256 0 233 0 189 0 167 0 156 0 144 0 139 0 183 0 206 0 189 0 189 0 161 0 167 0 194 0 233 0 194 0 200 0 161 0 144 0 189 0 167 0 144 0 139 0 172 0 150 0 +USC00046719196301TMIN 67 0 111 0 94 0 89 0 61 0 56 0 61 0 106 0 117 0 106 0 61 0 39 0 -28 0 -11 0 22 0 22 0 28 0 17 0 39 0 22 0 33 0 28 0 39 0 44 0 89 0 83 0 56 0 94 0 72 0 94 0 111 0 +USC00046719196301TOBS 178 0 144 0 150 0 172 0 194 0 222 0 233 0 189 0 144 0 128 0 128 0 117 0 128 0 167 0 183 0 156 0 161 0 111 0 150 0 178 0 194 0 167 0 161 0 144 0 106 0 167 0 133 0 128 0 128 0 150 0 122 0 +USC00046719196301PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 +USC00046719196301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196301WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196302TMAX 161 0 233 0 317 0 294 0 300 0 306 0 294 0 211 0 161 0 128 0 178 0 211 0 194 0 206 0 200 0 189 0 183 0 183 0 222 0 194 0 228 0 217 0 294 0 289 0 300 0 261 0 272 0 267 0-9999 -9999 -9999 +USC00046719196302TMIN 117 0 133 0 111 0 128 0 106 0 122 0 100 0 106 0 100 0 89 0 94 0 78 0 106 0 117 0 83 0 78 0 72 0 72 0 61 0 89 0 94 0 78 0 172 0 94 0 94 0 106 0 94 0 89 0-9999 -9999 -9999 +USC00046719196302TOBS 156 0 233 0 272 0 261 0 272 0 294 0 211 0 161 0 128 0 111 0 161 0 183 0 172 0 178 0 189 0 161 0 172 0 172 0 183 0 167 0 211 0 217 0 289 0 261 0 261 0 228 0 261 0 244 0-9999 -9999 -9999 +USC00046719196302PRCP 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 292 0 673 0 13 0 0 0 3 0 178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196302WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196303TMAX 272 0 244 0 183 0 200 0 211 0 217 0 200 0 206 0 178 0 183 0 194 0 178 0 244 0 211 0 178 0 144 0 128 0 167 0 228 0 261 0 233 0 206 0 178 0 211 0 256 0 233 0 244 0 222 0 200 0 211 0 194 0 +USC00046719196303TMIN 89 0 78 0 39 0 72 0 50 0 44 0 61 0 67 0 94 0 44 0 78 0 111 0 61 0 67 0 56 0 39 0 11 0 6 0 89 0 67 0 72 0 89 0 94 0 61 0 78 0 78 0 89 0 72 0 72 0 67 0 78 0 +USC00046719196303TOBS 244 0 172 0 172 0 183 0 178 0 200 0 161 0 178 0 150 0 150 0 156 0 150 0 211 0 178 0 144 0 83 0 100 0 156 0 211 0 233 0 206 0 178 0 161 0 189 0 222 0 194 0 222 0 139 0 167 0 183 0 178 0 +USC00046719196303PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 28 0 8 0 343 0 33 0 0 0 0 0 0 0 0 0 53 0 0 0 0 0 0 0 0 0 127 0 0 0 0 0 0 0 +USC00046719196303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196304TMAX 178 0 172 0 244 0 261 0 267 0 239 0 222 0 194 0 189 0 200 0 206 0 244 0 256 0 222 0 194 0 189 0 161 0 172 0 150 0 161 0 172 0 228 0 244 0 222 0 206 0 133 0 200 0 261 0 289 0 272 0-9999 +USC00046719196304TMIN 78 0 28 0 50 0 89 0 94 0 100 0 117 0 122 0 94 0 78 0 72 0 61 0 94 0 117 0 94 0 72 0 61 0 72 0 56 0 83 0 44 0 44 0 78 0 61 0 100 0 67 0 61 0 67 0 94 0 111 0-9999 +USC00046719196304TOBS 78 0 156 0 222 0 244 0 222 0 222 0 189 0 178 0 161 0 167 0 189 0 233 0 222 0 139 0 156 0 150 0 122 0 150 0 111 0 139 0 156 0 217 0 222 0 206 0 133 0 122 0 178 0 244 0 272 0 250 0-9999 +USC00046719196304PRCP 13 0 3 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 140 0 8 0 0 0 13 0 0 0 0T 0 0T 0 107 0 0 0 0 0 0 0 0 0 173 0 5 0 0 0 0 0 0 0-9999 +USC00046719196304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196305TMAX 250 0 233 0 222 0 217 0 244 0 294 0 283 0 256 0 250 0 217 0 211 0 239 0 244 0 233 0 244 0 267 0 261 0 233 0 200 0 244 0 239 0 228 0 211 0 194 0 211 0 217 0 211 0 167 0 206 0 194 0 189 0 +USC00046719196305TMIN 117 0 128 0 133 0 133 0 89 0 117 0 133 0 144 0 133 0 128 0 89 0 83 0 94 0 83 0 89 0 106 0 128 0 139 0 139 0 144 0 139 0 139 0 139 0 139 0 111 0 100 0 100 0 133 0 133 0 133 0 117 0 +USC00046719196305TOBS 194 0 222 0 194 0 206 0 244 0 283 0 256 0 244 0 211 0 206 0 200 0 222 0 233 0 222 0 233 0 250 0 233 0 200 0 172 0 239 0 211 0 194 0 194 0 183 0 206 0 211 0 161 0 156 0 194 0 189 0 172 0 +USC00046719196305PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USC00046719196305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196305WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USC00046719196306TMAX 200 0 211 0 206 0 233 0 222 0 172 0 211 0 228 0 222 0 194 0 189 0 222 0 222 0 261 0 294 0 294 0 289 0 278 0 272 0 261 0 250 0 217 0 222 0 272 0 300 0 289 0 267 0 283 0 300 0 300 0-9999 +USC00046719196306TMIN 144 0 144 0 128 0 133 0 128 0 122 0 111 0 100 0 111 0 128 0 117 0 133 0 139 0 117 0 139 0 156 0 167 0 156 0 150 0 139 0 144 0 144 0 139 0 100 0 122 0 133 0 139 0 117 0 117 0 128 0-9999 +USC00046719196306TOBS 200 0 194 0 172 0 222 0 172 0 156 0 200 0 222 0 194 0 144 0 161 0 222 0 211 0 244 0 278 0 289 0 278 0 250 0 244 0 250 0 217 0 189 0 206 0 261 0 289 0 267 0 261 0 261 0 283 0 294 0-9999 +USC00046719196306PRCP 0 0 0T 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196306WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719196307TMAX 294 0 300 0 300 0 294 0 278 0 267 0 272 0 294 0 300 0 294 0 300 0 311 0 333 0 333 0 311 0 294 0 306 0 322 0 317 0 317 0 322 0 311 0 317 0 339 0 333 0 328 0 289 0 300 0 300 0 300 0 300 0 +USC00046719196307TMIN 128 0 122 0 128 0 122 0 133 0 133 0 144 0 133 0 150 0 150 0 150 0 128 0 167 0 167 0 167 0 150 0 156 0 156 0 150 0 156 0 150 0 167 0 161 0 150 0 167 0 167 0 161 0 133 0 122 0 144 0 161 0 +USC00046719196307TOBS 278 0 272 0 294 0 278 0 267 0 256 0 261 0 283 0 294 0 278 0 289 0 306 0 317 0 311 0 272 0 289 0 294 0 311 0 300 0 300 0 306 0 306 0 306 0 333 0 328 0 283 0 272 0 294 0 283 0 278 0 272 0 +USC00046719196307PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196307WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USC00046719196308TMAX 289 0 300 0 306 0 306 0 300 0 306 0 294 0 317 0 328 0 322 0 306 0 333 0 367 0 356 0 333 0 333 0 317 0 322 0 333 0 333 0 322 0 283 0 278 0 294 0 322 0 322 0 322 0 350 0 339 0 306 0 283 0 +USC00046719196308TMIN 156 0 161 0 156 0 133 0 144 0 150 0 183 0 200 0 172 0 161 0 161 0 156 0 161 0 194 0 200 0 194 0 167 0 161 0 156 0 172 0 161 0 172 0 172 0 133 0 133 0 139 0 122 0 133 0 161 0 144 0 150 0 +USC00046719196308TOBS 272 0 278 0 283 0 289 0 289 0 294 0 283 0 311 0 311 0 300 0 294 0 317 0 350 0 322 0 328 0 311 0 311 0 311 0 322 0 322 0 283 0 261 0 256 0 289 0 306 0 311 0 317 0 339 0 306 0 278 0 272 0 +USC00046719196308PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196308WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719196309TMAX 306 0 306 0 294 0 256 0 300 0 311 0 344 0 372 0 361 0 378 0 400 0 383 0 339 0 322 0 294 0 267 0 256 0 228 0 233 0 256 0 311 0 300 0 311 0 367 0 422 0 422 0 411 0 417 0 389 0 372 0-9999 +USC00046719196309TMIN 150 0 178 0 161 0 178 0 150 0 178 0 156 0 172 0 183 0 178 0 183 0 211 0 228 0 150 0 178 0 167 0 150 0 172 0 172 0 133 0 139 0 156 0 144 0 144 0 178 0 239 0 233 0 222 0 222 0 194 0-9999 +USC00046719196309TOBS 283 0 294 0 256 0 183 0 283 0 306 0 328 0 339 0 356 0 350 0 378 0 339 0 317 0 294 0 256 0 250 0 189 0 217 0 228 0 250 0 300 0 289 0 294 0 350 0 422 0 406 0 394 0 383 0 372 0 300 0-9999 +USC00046719196309PRCP 0 0 0 0 0 0 104 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 135 0 30 0 109 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196309WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719196310TMAX 300 0 272 0 250 0 244 0 256 0 300 0 311 0 300 0 294 0 306 0 289 0 261 0 294 0 278 0 267 0 200 0 228 0 222 0 217 0 211 0 283 0 278 0 250 0 267 0 306 0 283 0 294 0 278 0 256 0 239 0 256 0 +USC00046719196310TMIN 189 0 189 0 167 0 167 0 139 0 133 0 139 0 139 0 139 0 133 0 139 0 106 0 106 0 111 0 139 0 122 0 122 0 122 0 139 0 156 0 106 0 133 0 128 0 133 0 117 0 133 0 139 0 161 0 117 0 122 0 94 0 +USC00046719196310TOBS 272 0 250 0 244 0 206 0 244 0 283 0 300 0 261 0 278 0 289 0 228 0 256 0 278 0 267 0 200 0 178 0 211 0 217 0 200 0 189 0 278 0 250 0 211 0 244 0 278 0 256 0 250 0 239 0 206 0 200 0 239 0 +USC00046719196310PRCP 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 140 0 0 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196311TMAX 283 0 250 0 206 0 217 0 222 0 194 0 211 0 222 0 283 0 311 0 300 0 267 0 222 0 194 0 172 0 194 0 194 0 206 0 189 0 156 0 167 0 200 0 217 0 194 0 239 0 244 0 250 0 256 0 278 0 278 0-9999 +USC00046719196311TMIN 100 0 111 0 144 0 122 0 89 0 106 0 94 0 83 0 89 0 122 0 122 0 117 0 128 0 106 0 133 0 61 0 50 0 44 0 56 0 100 0 67 0 50 0 61 0 78 0 78 0 67 0 72 0 100 0 94 0 111 0-9999 +USC00046719196311TOBS 250 0 200 0 178 0 183 0 194 0 144 0 200 0 189 0 244 0 272 0 261 0 222 0 156 0 172 0 144 0 178 0 167 0 172 0 156 0 133 0 128 0 178 0 172 0 167 0 200 0 217 0 211 0 222 0 244 0 233 0-9999 +USC00046719196311PRCP 0 0 0 0 0 0 0T 0 0 0 132 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 132 0 8 0 0 0 0 0 0 0 287 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196311WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196312TMAX 239 0 256 0 261 0 261 0 261 0 244 0 278 0 261 0 194 0 194 0 183 0 167 0 194 0 211 0 222 0 228 0 233 0 217 0 178 0 189 0 178 0 211 0 244 0 233 0 194 0 217 0 239 0 294 0 294 0 261 0 283 0 +USC00046719196312TMIN 83 0 78 0 61 0 72 0 67 0 72 0 78 0 78 0 67 0 28 0 28 0 17 0 28 0 50 0 56 0 61 0 56 0 56 0 56 0 56 0 44 0 50 0 33 0 39 0 44 0 33 0 61 0 100 0 100 0 122 0 72 0 +USC00046719196312TOBS 217 0 222 0 217 0 217 0 217 0 194 0 233 0 194 0 194 0 133 0 144 0 139 0 156 0 172 0 189 0 194 0 189 0 156 0 156 0 161 0 156 0 172 0 211 0 183 0 172 0 178 0 206 0 261 0 261 0 206 0 250 0 +USC00046719196312PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196401TMAX 294 0 250 0 233 0 233 0 222 0 200 0 183 0 206 0 211 0 178 0 178 0 189 0 189 0 161 0 200 0 194 0 200 0 150 0 161 0 150 0 133 0 144 0 150 0 178 0 206 0 189 0 217 0 206 0 194 0 178 0 278 0 +USC00046719196401TMIN 94 0 50 0 61 0 50 0 89 0 39 0 67 0 44 0 39 0 33 0 39 0 28 0 22 0 33 0 39 0 28 0 28 0 89 0 56 0 56 0 94 0 72 0 22 0 33 0 33 0 50 0 39 0 50 0 44 0 44 0 61 0 +USC00046719196401TOBS 250 0 194 0 206 0 183 0 200 0 161 0 167 0 178 0 178 0 150 0 167 0 178 0 161 0 133 0 183 0 161 0 150 0 117 0 139 0 122 0 133 0 128 0 144 0 167 0 189 0 133 0 189 0 189 0 172 0 172 0 244 0 +USC00046719196401PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 411 0 264 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196402TMAX 261 0 250 0 222 0 217 0 200 0 200 0 211 0 250 0 278 0 261 0 228 0 200 0 183 0 183 0 178 0 178 0 211 0 261 0 272 0 261 0 233 0 217 0 233 0 206 0 167 0 189 0 200 0 183 0 183 0-9999 -9999 +USC00046719196402TMIN 72 0 72 0 56 0 50 0 44 0 67 0 50 0 67 0 44 0 67 0 67 0 61 0 33 0 28 0 28 0 61 0 56 0 56 0 78 0 83 0 56 0 50 0 111 0 50 0 89 0 44 0 22 0 33 0 50 0-9999 -9999 +USC00046719196402TOBS 233 0 222 0 189 0 183 0 183 0 178 0 200 0 228 0 261 0 228 0 178 0 178 0 161 0 178 0 128 0 178 0 189 0 239 0 261 0 217 0 211 0 194 0 206 0 167 0 144 0 178 0 183 0 150 0 167 0-9999 -9999 +USC00046719196402PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 10 0-9999 -9999 +USC00046719196402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719196402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719196403TMAX 189 0 161 0 206 0 206 0 189 0 178 0 161 0 189 0 183 0 183 0 194 0 183 0 183 0 244 0 244 0 239 0 289 0 278 0 217 0 244 0 228 0 128 0 106 0 94 0 194 0 222 0 267 0 289 0 294 0 267 0 178 0 +USC00046719196403TMIN 56 0 78 0 61 0 39 0 61 0 67 0 28 0 6 0 28 0 78 0 56 0 94 0 67 0 50 0 72 0 133 0 139 0 106 0 111 0 89 0 106 0 33 0 44 0 33 0 33 0 50 0 67 0 83 0 111 0 89 0 89 0 +USC00046719196403TOBS 161 0 122 0 200 0 183 0 167 0 161 0 111 0 178 0 156 0 172 0 183 0 100 0 161 0 217 0 228 0 233 0 278 0 211 0 194 0 228 0 128 0 106 0 78 0 94 0 178 0 194 0 244 0 267 0 267 0 161 0 122 0 +USC00046719196403PRCP 0 0 51 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 28 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 300 0 64 0 5 0 0 0 0 0 0 0 0 0 0 0 53 0 +USC00046719196403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196404TMAX 144 0 167 0 178 0 200 0 167 0 178 0 239 0 272 0 289 0 256 0 228 0 267 0 328 0 350 0 344 0 311 0 211 0 178 0 150 0 194 0 222 0 200 0 167 0 178 0 189 0 217 0 228 0 217 0 139 0 178 0-9999 +USC00046719196404TMIN 106 0 50 0 44 0 61 0 94 0 39 0 44 0 83 0 94 0 100 0 106 0 100 0 106 0 139 0 150 0 100 0 122 0 117 0 67 0 61 0 67 0 106 0 89 0 72 0 56 0 61 0 83 0 111 0 106 0 106 0-9999 +USC00046719196404TOBS 128 0 156 0 156 0 167 0 111 0 150 0 211 0 250 0 256 0 228 0 194 0 250 0 306 0 339 0 311 0 206 0 178 0 150 0 122 0 172 0 200 0 161 0 156 0 150 0 161 0 200 0 217 0 128 0 133 0 167 0-9999 +USC00046719196404PRCP 297 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 53 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 20 0 15 0 0 0-9999 +USC00046719196404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196405TMAX 167 0 189 0 189 0 172 0 156 0 156 0 178 0 211 0 261 0 289 0 272 0 250 0 239 0 250 0 244 0 228 0 228 0 256 0 272 0 272 0 289 0 278 0 228 0 278 0 294 0 278 0 211 0 233 0 244 0 267 0 272 0 +USC00046719196405TMIN 94 0 61 0 67 0 83 0 44 0 78 0 44 0 94 0 83 0 117 0 100 0 100 0 111 0 106 0 94 0 94 0 100 0 106 0 106 0 106 0 122 0 117 0 122 0 133 0 172 0 111 0 89 0 94 0 94 0 106 0 122 0 +USC00046719196405TOBS 133 0 183 0 172 0 144 0 133 0 144 0 156 0 194 0 250 0 261 0 244 0 239 0 211 0 217 0 217 0 217 0 217 0 250 0 256 0 267 0 278 0 228 0 211 0 244 0 278 0 211 0 194 0 217 0 228 0 250 0 267 0 +USC00046719196405PRCP 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196406TMAX 267 0 250 0 244 0 239 0 256 0 250 0 239 0 206 0 194 0 194 0 244 0 244 0 267 0 278 0 272 0 211 0 239 0 228 0 217 0 222 0 250 0 283 0 294 0 300 0 356 0 344 0 311 0 306 0 306 0 322 0-9999 +USC00046719196406TMIN 122 0 122 0 128 0 128 0 128 0 128 0 139 0 111 0 106 0 78 0 89 0 117 0 133 0 133 0 139 0 139 0 128 0 117 0 133 0 111 0 106 0 117 0 128 0 133 0 150 0 139 0 133 0 122 0 106 0 128 0-9999 +USC00046719196406TOBS 250 0 244 0 228 0 222 0 244 0 239 0 206 0 172 0 189 0 183 0 233 0 228 0 261 0 272 0 206 0 211 0 228 0 217 0 217 0 222 0 239 0 272 0 283 0 294 0 344 0 261 0 294 0 300 0 300 0 300 0-9999 +USC00046719196406PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196407TMAX 317 0 322 0 306 0 289 0 294 0 306 0 317 0 317 0 306 0 339 0 339 0 350 0 350 0 339 0 311 0 322 0 317 0 317 0 317 0 322 0 306 0 306 0 300 0 300 0 322 0 328 0 328 0 344 0 328 0 311 0 306 0 +USC00046719196407TMIN 128 0 144 0 139 0 122 0 122 0 133 0 128 0 122 0 144 0 161 0 183 0 178 0 172 0 156 0 150 0 150 0 150 0 150 0 150 0 144 0 144 0 161 0 156 0 156 0 167 0 189 0 194 0 183 0 183 0 161 0 150 0 +USC00046719196407TOBS 300 0 306 0 289 0 272 0 289 0 300 0 306 0 306 0 306 0 322 0 322 0 333 0 339 0 311 0 283 0 311 0 294 0 294 0 306 0 306 0 278 0 283 0 283 0 294 0 322 0 322 0 317 0 328 0 311 0 294 0 300 0 +USC00046719196407PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196408TMAX 300 0 294 0 306 0 328 0 322 0 328 0 344 0 367 0 339 0 311 0 300 0 311 0 289 0 278 0 278 0 317 0 322 0 322 0 333 0 317 0 311 0 322 0 344 0 344 0 333 0 317 0 278 0 256 0 267 0 256 0 256 0 +USC00046719196408TMIN 167 0 156 0 144 0 178 0 183 0 200 0 178 0 194 0 200 0 189 0 183 0 172 0 178 0 178 0 172 0 128 0 139 0 189 0 172 0 150 0 150 0 144 0 161 0 172 0 178 0 167 0 167 0 161 0 161 0 161 0 156 0 +USC00046719196408TOBS 278 0 283 0 283 0 322 0 300 0 306 0 322 0 339 0 311 0 300 0 283 0 289 0 278 0 267 0 267 0 311 0 311 0 317 0 317 0 289 0 311 0 294 0 339 0 322 0 317 0 278 0 250 0 250 0 256 0 256 0 194 0 +USC00046719196408PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196409TMAX 261 0 317 0 322 0 311 0 300 0 272 0 283 0 306 0 361 0 344 0 328 0 322 0 306 0 272 0 267 0 289 0 256 0 222 0 289 0 272 0 267 0 333 0 350 0 344 0 322 0 267 0 267 0 283 0 261 0 294 0-9999 +USC00046719196409TMIN 144 0 117 0 133 0 128 0 106 0 150 0 133 0 106 0 139 0 144 0 156 0 167 0 144 0 133 0 144 0 139 0 150 0 150 0 111 0 111 0 150 0 111 0 144 0 189 0 167 0 172 0 156 0 122 0 106 0 106 0-9999 +USC00046719196409TOBS 239 0 300 0 306 0 300 0 272 0 267 0 278 0 294 0 344 0 311 0 306 0 306 0 272 0 244 0 256 0 256 0 222 0 211 0 261 0 261 0 261 0 322 0 339 0 322 0 267 0 239 0 244 0 261 0 261 0 283 0-9999 +USC00046719196409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196410TMAX 306 0 361 0 350 0 372 0 372 0 378 0 356 0 333 0 317 0 306 0 317 0 294 0 283 0 267 0 239 0 250 0 261 0 294 0 356 0 350 0 339 0 300 0 233 0 200 0 206 0 211 0 267 0 239 0 228 0 239 0 289 0 +USC00046719196410TMIN 122 0 150 0 156 0 178 0 172 0 200 0 189 0 178 0 144 0 133 0 128 0 128 0 144 0 150 0 139 0 139 0 161 0 133 0 128 0 144 0 167 0 144 0 150 0 150 0 128 0 144 0 94 0 150 0 144 0 94 0 94 0 +USC00046719196410TOBS 294 0 344 0 339 0 367 0 350 0 356 0 328 0 317 0 283 0 294 0 294 0 283 0 239 0 233 0 228 0 228 0 256 0 283 0 344 0 328 0 300 0 233 0 178 0 172 0 172 0 183 0 189 0 222 0 194 0 211 0 244 0 +USC00046719196410PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 99 0 0 0 0 0 +USC00046719196410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196411TMAX 244 0 222 0 278 0 306 0 294 0 294 0 261 0 222 0 189 0 150 0 144 0 128 0 150 0 156 0 133 0 139 0 106 0 156 0 183 0 211 0 233 0 239 0 261 0 261 0 233 0 200 0 178 0 194 0 300 0 311 0-9999 +USC00046719196411TMIN 128 0 83 0 94 0 106 0 106 0 128 0 106 0 128 0 122 0 106 0 72 0 100 0 67 0 28 0 39 0 22 0 50 0 22 0 17 0 22 0 33 0 61 0 61 0 83 0 94 0 100 0 83 0 61 0 89 0 106 0-9999 +USC00046719196411TOBS 144 0 189 0 250 0 250 0 261 0 261 0 189 0 189 0 150 0 128 0 122 0 128 0 122 0 122 0 117 0 106 0 50 0 128 0 144 0 183 0 217 0 200 0 233 0 222 0 200 0 150 0 144 0 172 0 267 0 256 0-9999 +USC00046719196411PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 361 0 137 0 3 0 18 0 3 0 0 0 0 0 0 0 178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196412TMAX 256 0 178 0 178 0 206 0 200 0 211 0 194 0 194 0 217 0 211 0 161 0 189 0 206 0 244 0 206 0 172 0 178 0 139 0 117 0 128 0 200 0 172 0 139 0 178 0 189 0 172 0 144 0 133 0 139 0 117 0 133 0 +USC00046719196412TMIN 89 0 111 0 94 0 56 0 50 0 56 0 56 0 39 0 61 0 67 0 94 0 78 0 33 0 33 0 50 0 50 0 78 0 44 0 83 0 100 0 100 0 94 0 117 0 133 0 128 0 111 0 111 0 78 0 22 0 17 0 39 0 +USC00046719196412TOBS 161 0 161 0 144 0 172 0 172 0 172 0 161 0 178 0 178 0 161 0 117 0 172 0 178 0 206 0 172 0 128 0 139 0 106 0 111 0 128 0 172 0 139 0 133 0 161 0 172 0 144 0 117 0 106 0 111 0 100 0 111 0 +USC00046719196412PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 43 0 163 0 23 0 0 0 3 0 0T 0 0 0 0 0 165 0 41 0 0 0 3 0 0 0 +USC00046719196412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196501TMAX 133 0 144 0 156 0 189 0 189 0 206 0 172 0 167 0 211 0 250 0 239 0 183 0 250 0 267 0 233 0 278 0 289 0 272 0 239 0 194 0 156 0 150 0 183 0 167 0 167 0 200 0 194 0 261 0 272 0 267 0 233 0 +USC00046719196501TMIN 6 0 17 0 33 0 28 0 56 0 78 0 94 0 22 0 28 0 61 0 61 0 50 0 67 0 72 0 89 0 111 0 117 0 128 0 106 0 111 0 111 0 78 0 67 0 100 0 33 0 28 0 61 0 61 0 78 0 89 0 83 0 +USC00046719196501TOBS 111 0 128 0 128 0 144 0 161 0 172 0 106 0 133 0 189 0 239 0 178 0 167 0 233 0 233 0 156 0 256 0 261 0 239 0 194 0 156 0 139 0 128 0 150 0 133 0 144 0 183 0 172 0 239 0 256 0 233 0 200 0 +USC00046719196501PRCP 0 0 0 0 0 0 0 0 0 0 0 0 114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 104 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196502TMAX 200 0 189 0 222 0 206 0 172 0 128 0 172 0 194 0 172 0 172 0 167 0 172 0 211 0 183 0 200 0 211 0 244 0 283 0 294 0 272 0 256 0 206 0 211 0 244 0 267 0 250 0 200 0 217 0-9999 -9999 -9999 +USC00046719196502TMIN 72 0 67 0 67 0 67 0 67 0 94 0 50 0 39 0 61 0 33 0 17 0 17 0 28 0 33 0 50 0 44 0 50 0 83 0 94 0 89 0 72 0 100 0 72 0 67 0 78 0 72 0 89 0 94 0-9999 -9999 -9999 +USC00046719196502TOBS 161 0 172 0 150 0 172 0 128 0 106 0 161 0 172 0 139 0 144 0 139 0 156 0 183 0 150 0 183 0 189 0 222 0 267 0 267 0 250 0 206 0 139 0 194 0 217 0 217 0 200 0 167 0 194 0-9999 -9999 -9999 +USC00046719196502PRCP 0 0 0 0 0 0 0 0 0T 0 122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196503TMAX 244 0 233 0 217 0 222 0 200 0 189 0 194 0 200 0 183 0 183 0 156 0 144 0 156 0 200 0 183 0 156 0 178 0 200 0 222 0 261 0 278 0 239 0 194 0 144 0 178 0 194 0 172 0 189 0 228 0 233 0 194 0 +USC00046719196503TMIN 67 0 61 0 50 0 94 0 72 0 61 0 94 0 61 0 94 0 67 0 61 0 89 0 72 0 61 0 83 0 106 0 100 0 78 0 72 0 83 0 117 0 106 0 100 0 100 0 67 0 83 0 100 0 72 0 78 0 78 0 106 0 +USC00046719196503TOBS 233 0 206 0 194 0 194 0 178 0 144 0 156 0 172 0 161 0 156 0 122 0 133 0 139 0 183 0 122 0 139 0 172 0 183 0 194 0 250 0 239 0 194 0 144 0 128 0 150 0 172 0 139 0 183 0 200 0 194 0 128 0 +USC00046719196503PRCP 0 0 0 0 0 0 0 0 0 0 0 0 38 0 3 0 0 0 0 0 18 0 0T 0 94 0 0 0 66 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 155 0 +USC00046719196503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196504TMAX 128 0 139 0 117 0 117 0 161 0 156 0 161 0 144 0 100 0 139 0 139 0 106 0 183 0 194 0 239 0 244 0 244 0 256 0 311 0 306 0 289 0 261 0 272 0 322 0 322 0 317 0 306 0 344 0 339 0 300 0-9999 +USC00046719196504TMIN 78 0 89 0 78 0 67 0 94 0 61 0 72 0 72 0 56 0 33 0 22 0 50 0 78 0 56 0 67 0 78 0 106 0 94 0 128 0 128 0 133 0 111 0 100 0 128 0 139 0 139 0 128 0 139 0 150 0 144 0-9999 +USC00046719196504TOBS 111 0 100 0 117 0 106 0 133 0 133 0 144 0 72 0 94 0 111 0 78 0 83 0 167 0 183 0 211 0 228 0 222 0 239 0 289 0 278 0 261 0 228 0 256 0 300 0 306 0 306 0 289 0 339 0 300 0 250 0-9999 +USC00046719196504PRCP 287 0 140 0 216 0 94 0 3 0 0 0 38 0 401 0 211 0 320 0 0T 0 18 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196505TMAX 250 0 233 0 206 0 211 0 217 0 206 0 200 0 222 0 244 0 267 0 256 0 228 0 161 0 183 0 272 0 306 0 289 0 267 0 261 0 250 0 239 0 194 0 172 0 156 0 222 0 256 0 322 0 333 0 322 0 261 0 228 0 +USC00046719196505TMIN 128 0 128 0 89 0 83 0 100 0 94 0 72 0 72 0 83 0 111 0 122 0 133 0 122 0 117 0 89 0 128 0 133 0 139 0 128 0 128 0 128 0 89 0 83 0 106 0 78 0 100 0 106 0 122 0 144 0 128 0 111 0 +USC00046719196505TOBS 233 0 189 0 172 0 194 0 206 0 172 0 200 0 206 0 239 0 250 0 228 0 161 0 156 0 178 0 272 0 289 0 267 0 244 0 244 0 239 0 194 0 161 0 156 0 144 0 211 0 244 0 317 0 322 0 261 0 228 0 144 0 +USC00046719196505PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 +USC00046719196505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196506TMAX 144 0 194 0 211 0 228 0 239 0 244 0 233 0 200 0 228 0 250 0 267 0 250 0 233 0 228 0 217 0 206 0 217 0 239 0 228 0 233 0 233 0 222 0 217 0 206 0 211 0 222 0 289 0 294 0 289 0 283 0-9999 +USC00046719196506TMIN 117 0 111 0 89 0 128 0 122 0 128 0 128 0 122 0 106 0 111 0 139 0 139 0 144 0 133 0 139 0 122 0 128 0 117 0 133 0 144 0 128 0 133 0 139 0 144 0 139 0 100 0 100 0 122 0 122 0 122 0-9999 +USC00046719196506TOBS 133 0 167 0 206 0 217 0 228 0 233 0 200 0 178 0 211 0 233 0 250 0 233 0 206 0 211 0 194 0 144 0 211 0 222 0 211 0 222 0 222 0 206 0 172 0 200 0 144 0 217 0 283 0 289 0 272 0 272 0-9999 +USC00046719196506PRCP 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196507TMAX 306 0 311 0 328 0 339 0 339 0 339 0 300 0 289 0 278 0 278 0 278 0 272 0 267 0 283 0 289 0 289 0 311 0 294 0 294 0 289 0 294 0 289 0 283 0 272 0 261 0 272 0 311 0 333 0 322 0 328 0 322 0 +USC00046719196507TMIN 122 0 133 0 139 0 150 0 161 0 144 0 144 0 133 0 133 0 144 0 150 0 150 0 133 0 144 0 161 0 172 0 172 0 150 0 150 0 139 0 128 0 122 0 128 0 144 0 156 0 150 0 128 0 144 0 178 0 189 0 183 0 +USC00046719196507TOBS 300 0 306 0 328 0 333 0 339 0 294 0 283 0 278 0 267 0 267 0 256 0 256 0 261 0 272 0 283 0 283 0 289 0 283 0 272 0 272 0 283 0 267 0 267 0 261 0 222 0 261 0 289 0 322 0 278 0 322 0 294 0 +USC00046719196507PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 +USC00046719196507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196508TMAX 322 0 311 0 311 0 300 0 322 0 328 0 328 0 389 0 383 0 378 0 356 0 356 0 367 0 350 0 333 0 317 0 306 0 294 0 289 0 300 0 294 0 283 0 294 0 294 0 339 0 361 0 328 0 322 0 317 0 306 0 294 0 +USC00046719196508TMIN 172 0 150 0 133 0 150 0 156 0 150 0 150 0 206 0 194 0 211 0 211 0 211 0 228 0 217 0 200 0 194 0 183 0 189 0 194 0 189 0 183 0 172 0 144 0 144 0 156 0 161 0 144 0 167 0 167 0 156 0 139 0 +USC00046719196508TOBS 306 0 300 0 294 0 278 0 317 0 322 0 322 0 378 0 372 0 356 0 356 0 333 0 350 0 322 0 317 0 283 0 289 0 278 0 278 0 294 0 278 0 278 0 278 0 278 0 322 0 300 0 311 0 311 0 306 0 294 0 272 0 +USC00046719196508PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196508WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196509TMAX 289 0 289 0 300 0 294 0 283 0 217 0 233 0 272 0 283 0 278 0 272 0 283 0 311 0 333 0 322 0 278 0 194 0 211 0 244 0 278 0 322 0 322 0 300 0 289 0 272 0 244 0 244 0 222 0 294 0 322 0-9999 +USC00046719196509TMIN 133 0 139 0 150 0 139 0 172 0 156 0 122 0 117 0 117 0 133 0 117 0 117 0 117 0 156 0 144 0 150 0 144 0 133 0 122 0 106 0 122 0 144 0 139 0 128 0 150 0 150 0 150 0 117 0 106 0 128 0-9999 +USC00046719196509TOBS 278 0 278 0 272 0 283 0 217 0 167 0 222 0 250 0 278 0 261 0 256 0 272 0 300 0 322 0 278 0 183 0 189 0 150 0 233 0 272 0 294 0 300 0 289 0 272 0 244 0 244 0 200 0 211 0 283 0 306 0-9999 +USC00046719196509PRCP 0 0 0 0 0 0 0 0 5 0 127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 41 0 91 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196509WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719196510TMAX 361 0 361 0 361 0 350 0 294 0 311 0 272 0 250 0 222 0 228 0 300 0 294 0 283 0 217 0 228 0 244 0 239 0 261 0 283 0 350 0 367 0 367 0 367 0 361 0 361 0 350 0 350 0 350 0 339 0 328 0 306 0 +USC00046719196510TMIN 150 0 150 0 161 0 139 0 128 0 133 0 128 0 156 0 156 0 150 0 117 0 128 0 150 0 156 0 144 0 122 0 83 0 94 0 100 0 139 0 161 0 161 0 172 0 172 0 156 0 144 0 150 0 156 0 144 0 144 0 128 0 +USC00046719196510TOBS 356 0 350 0 350 0 294 0 278 0 272 0 244 0 222 0 206 0 222 0 283 0 283 0 217 0 194 0 206 0 239 0 233 0 239 0 272 0 339 0 350 0 367 0 361 0 361 0 333 0 322 0 339 0 333 0 328 0 294 0 294 0 +USC00046719196510PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196511TMAX 294 0 261 0 283 0 306 0 272 0 228 0 222 0 222 0 211 0 206 0 222 0 194 0 183 0 172 0 150 0 150 0 161 0 206 0 200 0 172 0 178 0 172 0 178 0 156 0 133 0 183 0 217 0 222 0 222 0 200 0-9999 +USC00046719196511TMIN 128 0 106 0 94 0 111 0 122 0 106 0 106 0 100 0 89 0 122 0 78 0 100 0 111 0 122 0 117 0 133 0 133 0 144 0 117 0 94 0 117 0 122 0 144 0 128 0 94 0 33 0 50 0 50 0 44 0 67 0-9999 +USC00046719196511TOBS 228 0 222 0 244 0 261 0 228 0 200 0 178 0 200 0 183 0 172 0 194 0 172 0 172 0 122 0 150 0 139 0 150 0 178 0 172 0 144 0 161 0 167 0 156 0 128 0 128 0 161 0 194 0 200 0 194 0 167 0-9999 +USC00046719196511PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 320 0 424 0 726 0 277 0 0 0 0 0 0 0 739 0 480 0 323 0 122 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196512TMAX 233 0 272 0 300 0 311 0 283 0 267 0 267 0 233 0 189 0 144 0 178 0 150 0 150 0 128 0 128 0 133 0 172 0 172 0 200 0 233 0 189 0 139 0 150 0 172 0 167 0 178 0 200 0 172 0 139 0 133 0 133 0 +USC00046719196512TMIN 67 0 72 0 83 0 83 0 100 0 100 0 100 0 117 0 128 0 100 0 89 0 72 0 44 0 61 0 11 0 72 0 28 0 22 0 17 0 28 0 67 0 67 0 11 0 22 0 22 0 56 0 50 0 44 0 94 0 33 0 67 0 +USC00046719196512TOBS 194 0 222 0 283 0 261 0 244 0 217 0 233 0 189 0 133 0 133 0 150 0 100 0 128 0 72 0 100 0 106 0 133 0 144 0 167 0 189 0 139 0 89 0 128 0 139 0 128 0 161 0 172 0 128 0 133 0 117 0 122 0 +USC00046719196512PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 231 0 0 0 130 0 0 0 89 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 1146 0 51 0 20 0 +USC00046719196512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196601TMAX 150 0 172 0 194 0 172 0 189 0 250 0 278 0 250 0 228 0 206 0 211 0 228 0 256 0 250 0 250 0 211 0 183 0 189 0 161 0 172 0 178 0 161 0 156 0 167 0 200 0 183 0 178 0 200 0 178 0 150 0 150 0 +USC00046719196601TMIN 44 0 11 0 11 0 22 0 33 0 44 0 72 0 89 0 56 0 56 0 50 0 50 0 61 0 72 0 72 0 100 0 106 0 39 0 61 0 33 0 17 0 17 0 17 0 17 0 28 0 39 0 72 0 28 0 39 0 67 0 22 0 +USC00046719196601TOBS 122 0 150 0 161 0 150 0 167 0 228 0 250 0 211 0 206 0 156 0 189 0 211 0 228 0 211 0 211 0 156 0 161 0 161 0 100 0 156 0 150 0 133 0 144 0 144 0 183 0 150 0 161 0 178 0 150 0 100 0 139 0 +USC00046719196601PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 206 0 28 0 +USC00046719196601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196602TMAX 139 0 178 0 211 0 194 0 178 0 161 0 139 0 167 0 156 0 144 0 194 0 183 0 183 0 189 0 189 0 211 0 217 0 200 0 189 0 228 0 267 0 256 0 250 0 189 0 172 0 178 0 200 0 217 0-9999 -9999 -9999 +USC00046719196602TMIN 56 0 44 0 67 0 83 0 61 0 106 0 78 0 22 0 28 0 44 0 39 0 28 0 39 0 17 0 39 0 56 0 44 0 50 0 33 0 44 0 67 0 106 0 94 0 100 0 67 0 56 0 44 0 44 0-9999 -9999 -9999 +USC00046719196602TOBS 106 0 161 0 189 0 161 0 161 0 111 0 111 0 144 0 128 0 139 0 183 0 144 0 172 0 167 0 183 0 189 0 200 0 183 0 183 0 211 0 250 0 250 0 189 0 161 0 150 0 156 0 178 0 178 0-9999 -9999 -9999 +USC00046719196602PRCP 0T 0 30 0 0 0 0 0 0 0 330 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196603TMAX 178 0 133 0 150 0 194 0 222 0 278 0 250 0 222 0 222 0 206 0 244 0 239 0 228 0 206 0 206 0 206 0 261 0 283 0 250 0 244 0 211 0 267 0 256 0 233 0 178 0 156 0 183 0 228 0 233 0 311 0 350 0 +USC00046719196603TMIN 61 0 50 0 50 0 28 0 83 0 100 0 78 0 72 0 50 0 61 0 78 0 83 0 100 0 89 0 100 0 111 0 78 0 100 0 94 0 89 0 89 0 78 0 94 0 133 0 100 0 100 0 100 0 122 0 106 0 111 0 122 0 +USC00046719196603TOBS 128 0 128 0 139 0 189 0 217 0 250 0 211 0 172 0 189 0 189 0 233 0 222 0 206 0 183 0 167 0 194 0 244 0 239 0 233 0 211 0 194 0 256 0 222 0 178 0 156 0 144 0 167 0 206 0 228 0 272 0 311 0 +USC00046719196603PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 165 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196604TMAX 311 0 278 0 211 0 272 0 289 0 267 0 228 0 211 0 200 0 217 0 233 0 211 0 267 0 328 0 361 0 333 0 217 0 178 0 183 0 233 0 233 0 222 0 300 0 294 0 278 0 256 0 244 0 239 0 211 0 239 0-9999 +USC00046719196604TMIN 133 0 122 0 117 0 133 0 111 0 89 0 106 0 111 0 117 0 122 0 94 0 89 0 83 0 111 0 156 0 128 0 133 0 111 0 100 0 72 0 83 0 83 0 89 0 117 0 117 0 111 0 117 0 128 0 111 0 94 0-9999 +USC00046719196604TOBS 278 0 211 0 200 0 239 0 267 0 222 0 206 0 200 0 172 0 194 0 211 0 189 0 250 0 322 0 333 0 217 0 178 0 133 0 161 0 206 0 194 0 206 0 283 0 278 0 256 0 228 0 239 0 206 0 200 0 239 0-9999 +USC00046719196604PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196605TMAX 294 0 306 0 300 0 250 0 250 0 278 0 272 0 244 0 144 0 156 0 167 0 239 0 261 0 256 0 228 0 239 0 278 0 261 0 289 0 272 0 244 0 228 0 228 0 244 0 233 0 211 0 206 0 233 0 217 0 222 0 222 0 +USC00046719196605TMIN 100 0 122 0 139 0 139 0 111 0 117 0 128 0 128 0 117 0 111 0 117 0 128 0 106 0 133 0 128 0 139 0 117 0 111 0 122 0 139 0 139 0 139 0 117 0 111 0 128 0 128 0 128 0 133 0 133 0 122 0 89 0 +USC00046719196605TOBS 289 0 300 0 250 0 217 0 222 0 272 0 244 0 144 0 117 0 150 0 156 0 228 0 256 0 222 0 217 0 228 0 250 0 244 0 272 0 244 0 228 0 200 0 222 0 233 0 211 0 172 0 206 0 217 0 211 0 217 0 211 0 +USC00046719196605PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 36 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 8 0 0 0 0 0 0 0 0 0 +USC00046719196605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196606TMAX 233 0 239 0 256 0 278 0 278 0 289 0 267 0 222 0 200 0 272 0 278 0 306 0 350 0 311 0 272 0 256 0 283 0 306 0 328 0 317 0 289 0 267 0 272 0 272 0 278 0 278 0 306 0 306 0 306 0 283 0-9999 +USC00046719196606TMIN 94 0 117 0 106 0 111 0 128 0 128 0 144 0 144 0 139 0 156 0 150 0 167 0 150 0 167 0 156 0 156 0 156 0 139 0 172 0 156 0 156 0 133 0 128 0 156 0 161 0 167 0 156 0 139 0 156 0 150 0-9999 +USC00046719196606TOBS 228 0 222 0 244 0 261 0 272 0 267 0 222 0 183 0 189 0 256 0 267 0 289 0 311 0 256 0 244 0 250 0 278 0 289 0 317 0 278 0 267 0 250 0 267 0 256 0 267 0 272 0 278 0 278 0 283 0 278 0-9999 +USC00046719196606PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196607TMAX 289 0 278 0 294 0 306 0 333 0 317 0 317 0 322 0 311 0 317 0 317 0 306 0 289 0 294 0 317 0 328 0 339 0 333 0 328 0 294 0 300 0 328 0 333 0 344 0 333 0 322 0 306 0 306 0 261 0 300 0 322 0 +USC00046719196607TMIN 156 0 144 0 139 0 133 0 144 0 156 0 150 0 178 0 183 0 156 0 139 0 139 0 128 0 128 0 128 0 144 0 150 0 156 0 150 0 161 0 144 0 167 0 178 0 172 0 178 0 178 0 167 0 167 0 172 0 189 0 178 0 +USC00046719196607TOBS 278 0 272 0 283 0 289 0 311 0 300 0 317 0 306 0 300 0 300 0 294 0 289 0 283 0 278 0 311 0 311 0 328 0 328 0 289 0 283 0 289 0 322 0 322 0 317 0 322 0 306 0 283 0 261 0 233 0 267 0 306 0 +USC00046719196607PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196608TMAX 333 0 328 0 339 0 333 0 333 0 322 0 339 0 339 0 328 0 317 0 306 0 317 0 328 0 328 0 356 0 350 0 339 0 333 0 322 0 311 0 311 0 294 0 311 0 361 0 350 0 339 0 311 0 311 0 294 0 278 0 261 0 +USC00046719196608TMIN 183 0 211 0 206 0 183 0 189 0 183 0 178 0 167 0 167 0 172 0 167 0 156 0 156 0 167 0 183 0 194 0 189 0 189 0 178 0 183 0 178 0 144 0 144 0 144 0 167 0 161 0 133 0 167 0 172 0 144 0 144 0 +USC00046719196608TOBS 322 0 328 0 322 0 317 0 322 0 311 0 339 0 306 0 306 0 306 0 283 0 294 0 300 0 317 0 339 0 333 0 222 0 322 0 311 0 283 0 294 0 278 0 300 0 339 0 339 0 300 0 311 0 294 0 267 0 261 0 222 0 +USC00046719196608PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196609TMAX 250 0 278 0 333 0 328 0 300 0 289 0 278 0 333 0 350 0 328 0 294 0 267 0 289 0 322 0 344 0 361 0 350 0 333 0 233 0 261 0 333 0 350 0 367 0 344 0 300 0 278 0 267 0 339 0 311 0 261 0-9999 +USC00046719196609TMIN 156 0 139 0 156 0 161 0 167 0 161 0 156 0 133 0 167 0 133 0 150 0 156 0 106 0 106 0 133 0 172 0 189 0 178 0 150 0 117 0 128 0 167 0 200 0 172 0 139 0 150 0 156 0 150 0 183 0 156 0-9999 +USC00046719196609TOBS 244 0 267 0 328 0 300 0 289 0 267 0 272 0 322 0 328 0 294 0 256 0 250 0 283 0 306 0 333 0 344 0 333 0 233 0 161 0 244 0 306 0 339 0 344 0 300 0 278 0 250 0 244 0 311 0 183 0 250 0-9999 +USC00046719196609PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 18 0-9999 +USC00046719196609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196610TMAX 261 0 256 0 228 0 250 0 272 0 256 0 244 0 289 0 306 0 278 0 211 0 211 0 250 0 278 0 272 0 289 0 289 0 339 0 350 0 317 0 250 0 272 0 344 0 344 0 344 0 322 0 294 0 233 0 328 0 361 0 339 0 +USC00046719196610TMIN 156 0 150 0 161 0 128 0 150 0 139 0 156 0 128 0 139 0 150 0 144 0 150 0 133 0 94 0 89 0 78 0 100 0 106 0 122 0 122 0 106 0 89 0 111 0 139 0 144 0 139 0 128 0 128 0 106 0 128 0 128 0 +USC00046719196610TOBS 256 0 228 0 217 0 228 0 244 0 239 0 239 0 278 0 278 0 206 0 206 0 206 0 239 0 267 0 250 0 278 0 272 0 328 0 317 0 250 0 222 0 256 0 328 0 333 0 322 0 294 0 211 0 217 0 322 0 333 0 300 0 +USC00046719196610PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196611TMAX 361 0 339 0 283 0 211 0 222 0 189 0 150 0 117 0 189 0 200 0 200 0 228 0 267 0 222 0 194 0 183 0 233 0 267 0 283 0 250 0 189 0 178 0 178 0 189 0 189 0 200 0 222 0 222 0 239 0 267 0-9999 +USC00046719196611TMIN 161 0 144 0 117 0 133 0 100 0 128 0 117 0 72 0 72 0 67 0 83 0 78 0 89 0 89 0 89 0 128 0 139 0 106 0 100 0 117 0 83 0 78 0 56 0 50 0 44 0 44 0 67 0 144 0 94 0 94 0-9999 +USC00046719196611TOBS 339 0 283 0 189 0 183 0 189 0 150 0 117 0 106 0 167 0 172 0 172 0 200 0 222 0 183 0 178 0 172 0 194 0 233 0 250 0 156 0 156 0 150 0 150 0 161 0 156 0 172 0 189 0 189 0 189 0 217 0-9999 +USC00046719196611PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 864 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 20 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0-9999 +USC00046719196611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196612TMAX 217 0 150 0 167 0 150 0 156 0 156 0 167 0 178 0 217 0 222 0 250 0 261 0 222 0 239 0 261 0 250 0 239 0 267 0 278 0 233 0 183 0 233 0 233 0 211 0 183 0 156 0 156 0 167 0 161 0 178 0 194 0 +USC00046719196612TMIN 78 0 117 0 139 0 83 0 111 0 156 0 67 0 44 0 50 0 56 0 72 0 72 0 78 0 72 0 72 0 72 0 72 0 78 0 78 0 67 0 94 0 61 0 67 0 50 0 67 0 78 0 17 0 22 0 28 0 44 0 33 0 +USC00046719196612TOBS 139 0 139 0 150 0 139 0 156 0 156 0 139 0 150 0 178 0 194 0 211 0 206 0 189 0 206 0 217 0 211 0 189 0 228 0 233 0 167 0 156 0 206 0 189 0 183 0 144 0 128 0 128 0 128 0 139 0 156 0 161 0 +USC00046719196612PRCP 0 0 13 0 759 0 0 0 368 0 381 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196701TMAX 183 0 206 0 217 0 244 0 189 0 167 0 183 0 183 0 228 0 261 0 261 0 233 0 239 0 261 0 283 0 244 0 250 0 256 0 239 0 189 0 167 0 122 0 144 0 117 0 150 0 211 0 256 0 239 0 194 0 167 0 183 0 +USC00046719196701TMIN 28 0 33 0 33 0 39 0 50 0 39 0 28 0 28 0 28 0 61 0 78 0 89 0 78 0 72 0 83 0 61 0 67 0 56 0 72 0 56 0 67 0 100 0 67 0 61 0 61 0 50 0 61 0 72 0 67 0 106 0 89 0 +USC00046719196701TOBS 156 0 178 0 189 0 189 0 133 0 150 0 156 0 167 0 200 0 233 0 233 0 200 0 211 0 233 0 244 0 172 0 217 0 239 0 189 0 161 0 122 0 117 0 117 0 100 0 128 0 194 0 239 0 194 0 167 0 133 0 161 0 +USC00046719196701PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 521 0 295 0 643 0 173 0 0 0 0 0 0 0 0 0 0 0 43 0 +USC00046719196701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196702TMAX 183 0 233 0 261 0 278 0 272 0 250 0 256 0 250 0 228 0 217 0 294 0 278 0 261 0 222 0 200 0 200 0 244 0 228 0 206 0 217 0 250 0 278 0 283 0 261 0 178 0 217 0 278 0 306 0-9999 -9999 -9999 +USC00046719196702TMIN 67 0 50 0 106 0 83 0 89 0 78 0 67 0 78 0 67 0 72 0 72 0 94 0 122 0 117 0 44 0 44 0 56 0 61 0 67 0 50 0 44 0 44 0 72 0 94 0 89 0 56 0 67 0 106 0-9999 -9999 -9999 +USC00046719196702TOBS 172 0 206 0 233 0 272 0 222 0 211 0 233 0 217 0 200 0 194 0 278 0 261 0 222 0 144 0 167 0 194 0 228 0 206 0 150 0 206 0 222 0 244 0 261 0 178 0 156 0 206 0 267 0 283 0-9999 -9999 -9999 +USC00046719196702PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196703TMAX 311 0 272 0 222 0 144 0 183 0 228 0 233 0 239 0 206 0 150 0 133 0 133 0 139 0 172 0 228 0 244 0 239 0 200 0 200 0 217 0 239 0 278 0 244 0 211 0 217 0 189 0 261 0 206 0 150 0 178 0 156 0 +USC00046719196703TMIN 106 0 83 0 106 0 67 0 28 0 50 0 50 0 67 0 106 0 100 0 100 0 100 0 106 0 78 0 78 0 133 0 128 0 122 0 89 0 78 0 78 0 94 0 111 0 111 0 67 0 89 0 83 0 89 0 83 0 33 0 67 0 +USC00046719196703TOBS 272 0 222 0 133 0 128 0 172 0 194 0 200 0 206 0 150 0 128 0 128 0 122 0 122 0 167 0 211 0 206 0 200 0 167 0 156 0 183 0 211 0 244 0 183 0 178 0 189 0 156 0 206 0 150 0 133 0 156 0 122 0 +USC00046719196703PRCP 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0T 0 117 0 241 0 330 0 86 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 135 0 +USC00046719196703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196704TMAX 139 0 178 0 217 0 194 0 183 0 200 0 183 0 200 0 217 0 200 0 133 0 172 0 161 0 172 0 156 0 189 0 194 0 167 0 94 0 150 0 133 0 150 0 172 0 178 0 211 0 239 0 211 0 178 0 189 0 189 0-9999 +USC00046719196704TMIN 44 0 33 0 56 0 67 0 56 0 56 0 83 0 39 0 61 0 78 0 61 0 39 0 100 0 100 0 89 0 44 0 56 0 78 0 33 0 39 0 61 0 44 0 44 0 78 0 67 0 83 0 72 0 89 0 44 0 50 0-9999 +USC00046719196704TOBS 83 0 167 0 194 0 106 0 161 0 178 0 150 0 178 0 200 0 133 0 117 0 161 0 144 0 156 0 122 0 178 0 167 0 78 0 83 0 133 0 106 0 117 0 150 0 144 0 178 0 211 0 178 0 133 0 150 0 178 0-9999 +USC00046719196704PRCP 119 0 124 0 0 0 43 0 0T 0 0 0 43 0 0 0 0 0 0 0 231 0 18 0 0 0 0 0 8 0 0 0 0 0 196 0 104 0 8 0 104 0 155 0 0 0 99 0 0 0 0 0 0 0 0T 0 28 0 0 0-9999 +USC00046719196704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196705TMAX 244 0 233 0 222 0 211 0 189 0 244 0 311 0 278 0 256 0 200 0 200 0 206 0 278 0 311 0 344 0 378 0 356 0 294 0 278 0 294 0 322 0 339 0 322 0 294 0 261 0 200 0 206 0 172 0 167 0 172 0 161 0 +USC00046719196705TMIN 56 0 83 0 83 0 106 0 100 0 72 0 117 0 144 0 128 0 117 0 94 0 72 0 83 0 128 0 150 0 167 0 150 0 139 0 128 0 128 0 128 0 150 0 144 0 172 0 144 0 128 0 122 0 133 0 128 0 128 0 122 0 +USC00046719196705TOBS 228 0 222 0 211 0 189 0 150 0 233 0 278 0 256 0 172 0 183 0 183 0 194 0 267 0 300 0 339 0 356 0 294 0 244 0 267 0 261 0 289 0 317 0 289 0 261 0 183 0 194 0 172 0 167 0 156 0 161 0 133 0 +USC00046719196705PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 28 0 +USC00046719196705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196706TMAX 194 0 228 0 244 0 239 0 222 0 233 0 250 0 233 0 167 0 189 0 172 0 150 0 211 0 233 0 261 0 256 0 189 0 250 0 261 0 300 0 317 0 300 0 272 0 272 0 278 0 306 0 317 0 306 0 289 0 294 0-9999 +USC00046719196706TMIN 89 0 67 0 83 0 89 0 100 0 106 0 111 0 139 0 128 0 128 0 128 0 128 0 128 0 122 0 106 0 139 0 128 0 128 0 133 0 128 0 144 0 156 0 150 0 139 0 139 0 133 0 128 0 128 0 150 0 139 0-9999 +USC00046719196706TOBS 189 0 217 0 239 0 217 0 217 0 222 0 233 0 161 0 156 0 172 0 150 0 144 0 183 0 228 0 256 0 189 0 150 0 233 0 250 0 294 0 300 0 267 0 250 0 256 0 272 0 283 0 306 0 289 0 267 0 272 0-9999 +USC00046719196706PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 23 0 0T 0 0 0 0 0 0 0 5 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196707TMAX 300 0 322 0 283 0 278 0 278 0 289 0 311 0 328 0 328 0 333 0 339 0 339 0 328 0 328 0 322 0 306 0 294 0 306 0 322 0 339 0 344 0 344 0 328 0 328 0 350 0 328 0 344 0 339 0 322 0 322 0 317 0 +USC00046719196707TMIN 144 0 150 0 150 0 156 0 161 0 167 0 161 0 156 0 150 0 150 0 161 0 194 0 200 0 172 0 178 0 161 0 161 0 144 0 139 0 156 0 178 0 178 0 189 0 178 0 183 0 183 0 194 0 211 0 194 0 178 0 183 0 +USC00046719196707TOBS 289 0 256 0 278 0 272 0 256 0 267 0 289 0 317 0 317 0 311 0 328 0 328 0 311 0 294 0 306 0 278 0 272 0 289 0 317 0 322 0 328 0 328 0 317 0 317 0 328 0 317 0 322 0 311 0 317 0 311 0 294 0 +USC00046719196707PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196708TMAX 317 0 311 0 311 0 311 0 311 0 294 0 294 0 306 0 306 0 344 0 350 0 356 0 372 0 361 0 350 0 333 0 356 0 350 0 339 0 333 0 328 0 322 0 339 0 350 0 339 0 344 0 361 0 383 0 400 0 400 0 394 0 +USC00046719196708TMIN 178 0 189 0 178 0 167 0 183 0 178 0 167 0 183 0 178 0 167 0 183 0 194 0 200 0 200 0 206 0 206 0 211 0 211 0 206 0 200 0 189 0 189 0 189 0 200 0 211 0 189 0 183 0 189 0 217 0 239 0 256 0 +USC00046719196708TOBS 306 0 294 0 289 0 300 0 294 0 283 0 256 0 278 0 278 0 328 0 339 0 344 0 356 0 350 0 311 0 322 0 339 0 328 0 311 0 328 0 294 0 311 0 322 0 339 0 317 0 328 0 350 0 372 0 389 0 394 0 361 0 +USC00046719196708PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196709TMAX 361 0 344 0 311 0 311 0 311 0 317 0 311 0 322 0 322 0 328 0 344 0 317 0 289 0 311 0 311 0 300 0 294 0 283 0 272 0 289 0 289 0 278 0 294 0 283 0 261 0 283 0 300 0 289 0 261 0 256 0-9999 +USC00046719196709TMIN 244 0 239 0 194 0 189 0 194 0 167 0 161 0 167 0 150 0 189 0 172 0 200 0 183 0 172 0 156 0 172 0 178 0 167 0 178 0 167 0 161 0 167 0 150 0 172 0 183 0 161 0 178 0 178 0 183 0 172 0-9999 +USC00046719196709TOBS 344 0 311 0 283 0 300 0 306 0 300 0 294 0 306 0 311 0 328 0 317 0 289 0 272 0 300 0 300 0 294 0 283 0 206 0 244 0 283 0 272 0 261 0 283 0 206 0 250 0 272 0 289 0 244 0 256 0 256 0-9999 +USC00046719196709PRCP 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 3 0 51 0 0 0 0 0-9999 +USC00046719196709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196710TMAX 289 0 283 0 272 0 272 0 256 0 311 0 344 0 339 0 311 0 306 0 328 0 322 0 322 0 322 0 367 0 361 0 372 0 361 0 333 0 311 0 283 0 250 0 300 0 294 0 289 0 256 0 272 0 256 0 289 0 294 0 339 0 +USC00046719196710TMIN 167 0 167 0 156 0 167 0 122 0 106 0 128 0 144 0 133 0 133 0 128 0 139 0 111 0 128 0 150 0 117 0 128 0 150 0 133 0 128 0 128 0 117 0 106 0 122 0 106 0 111 0 106 0 144 0 133 0 122 0 128 0 +USC00046719196710TOBS 272 0 272 0 261 0 250 0 233 0 306 0 333 0 311 0 256 0 283 0 311 0 306 0 306 0 300 0 350 0 344 0 361 0 333 0 311 0 283 0 211 0 250 0 267 0 289 0 256 0 239 0 256 0 211 0 267 0 256 0 289 0 +USC00046719196710PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196711TMAX 328 0 267 0 289 0 244 0 217 0 244 0 256 0 256 0 278 0 278 0 311 0 278 0 311 0 289 0 278 0 239 0 261 0 239 0 189 0 183 0 144 0 206 0 206 0 250 0 256 0 250 0 217 0 189 0 178 0 139 0-9999 +USC00046719196711TMIN 128 0 106 0 111 0 122 0 117 0 111 0 100 0 106 0 94 0 106 0 117 0 144 0 117 0 150 0 128 0 144 0 122 0 111 0 139 0 133 0 128 0 100 0 111 0 89 0 94 0 122 0 78 0 111 0 33 0 89 0-9999 +USC00046719196711TOBS 267 0 233 0 239 0 211 0 189 0 200 0 211 0 222 0 228 0 244 0 272 0 244 0 256 0 250 0 222 0 200 0 228 0 189 0 150 0 144 0 128 0 178 0 183 0 217 0 228 0 194 0 178 0 150 0 139 0 117 0-9999 +USC00046719196711PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 932 0 399 0 564 0 46 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 165 0-9999 +USC00046719196711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196712TMAX 161 0 211 0 206 0 189 0 183 0 194 0 161 0 183 0 194 0 217 0 228 0 172 0 139 0 94 0 156 0 139 0 150 0 117 0 89 0 122 0 144 0 206 0 250 0 261 0 261 0 261 0 250 0 228 0 189 0 189 0 194 0 +USC00046719196712TMIN 33 0 33 0 33 0 33 0 83 0 72 0 61 0 89 0 44 0 50 0 33 0 72 0 33 0 22 0 22 0 61 0 44 0 61 0 50 0 0 0 6 0 22 0 56 0 67 0 83 0 100 0 100 0 72 0 94 0 44 0 44 0 +USC00046719196712TOBS 139 0 178 0 178 0 150 0 144 0 161 0 122 0 156 0 161 0 189 0 172 0 139 0 44 0 67 0 117 0 117 0 117 0 89 0 61 0 94 0 117 0 178 0 222 0 228 0 228 0 222 0 228 0 139 0 167 0 172 0 172 0 +USC00046719196712PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 254 0 114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196801TMAX 172 0 139 0 167 0 189 0 178 0 217 0 206 0 156 0 178 0 144 0 172 0 217 0 244 0 256 0 244 0 183 0 206 0 239 0 250 0 272 0 267 0 256 0 278 0 272 0 250 0 194 0 128 0 133 0 150 0 161 0 167 0 +USC00046719196801TMIN 33 0 72 0 39 0 33 0 33 0 28 0 33 0 28 0 56 0 94 0 100 0 78 0 61 0 61 0 83 0 100 0 56 0 44 0 67 0 89 0 100 0 89 0 89 0 89 0 72 0 67 0 83 0 11 0 17 0 17 0 67 0 +USC00046719196801TOBS 139 0 106 0 144 0 156 0 150 0 206 0 156 0 128 0 144 0 106 0 156 0 200 0 222 0 244 0 183 0 144 0 189 0 217 0 217 0 244 0 239 0 250 0 250 0 250 0 194 0 128 0 106 0 117 0 133 0 128 0 150 0 +USC00046719196801PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 122 0 71 0 0 0 0 0 36 0 +USC00046719196801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196802TMAX 222 0 233 0 272 0 272 0 256 0 256 0 228 0 194 0 183 0 156 0 150 0 150 0 139 0 172 0 194 0 200 0 172 0 233 0 256 0 211 0 172 0 244 0 289 0 306 0 300 0 283 0 194 0 250 0 278 0-9999 -9999 +USC00046719196802TMIN 61 0 89 0 72 0 94 0 100 0 94 0 89 0 83 0 111 0 89 0 61 0 67 0 100 0 78 0 72 0 83 0 122 0 122 0 94 0 122 0 128 0 111 0 106 0 111 0 122 0 133 0 128 0 117 0 89 0-9999 -9999 +USC00046719196802TOBS 189 0 211 0 267 0 256 0 211 0 228 0 189 0 183 0 111 0 150 0 128 0 133 0 117 0 150 0 178 0 172 0 144 0 211 0 211 0 150 0 161 0 200 0 256 0 289 0 283 0 194 0 133 0 217 0 250 0-9999 -9999 +USC00046719196802PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 25 0 0 0 0 0 74 0 20 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0-9999 -9999 +USC00046719196802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719196802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719196803TMAX 250 0 256 0 294 0 306 0 267 0 189 0 161 0 178 0 183 0 222 0 228 0 206 0 167 0 194 0 206 0 189 0 189 0 189 0 222 0 244 0 267 0 261 0 244 0 283 0 244 0 244 0 300 0 311 0 300 0 256 0 228 0 +USC00046719196803TMIN 78 0 117 0 100 0 122 0 100 0 111 0 89 0 89 0 72 0 72 0 67 0 83 0 72 0 61 0 50 0 78 0 61 0 39 0 72 0 78 0 83 0 100 0 72 0 78 0 94 0 83 0 94 0 106 0 100 0 122 0 122 0 +USC00046719196803TOBS 167 0 228 0 267 0 267 0 183 0 161 0 100 0 156 0 167 0 200 0 206 0 167 0 122 0 167 0 178 0 156 0 183 0 161 0 200 0 239 0 233 0 244 0 211 0 233 0 211 0 222 0 267 0 283 0 256 0 228 0 167 0 +USC00046719196803PRCP 0 0 0 0 0 0 0 0 0 0 18 0 20 0 737 0 0 0 0 0 0 0 0 0 43 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196804TMAX 183 0 194 0 217 0 250 0 239 0 211 0 250 0 294 0 311 0 328 0 311 0 233 0 217 0 261 0 244 0 200 0 189 0 211 0 200 0 189 0 189 0 206 0 261 0 261 0 289 0 261 0 217 0 272 0 300 0 289 0-9999 +USC00046719196804TMIN 111 0 78 0 67 0 78 0 94 0 94 0 83 0 94 0 122 0 128 0 133 0 128 0 111 0 100 0 83 0 106 0 78 0 72 0 61 0 100 0 78 0 67 0 67 0 100 0 100 0 111 0 128 0 100 0 94 0 100 0-9999 +USC00046719196804TOBS 111 0 167 0 183 0 239 0 189 0 206 0 222 0 272 0 300 0 311 0 233 0 172 0 194 0 244 0 183 0 133 0 144 0 178 0 189 0 156 0 172 0 194 0 233 0 222 0 261 0 211 0 211 0 261 0 289 0 233 0-9999 +USC00046719196804PRCP 99 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196805TMAX 233 0 217 0 211 0 222 0 206 0 217 0 239 0 194 0 211 0 206 0 194 0 172 0 150 0 206 0 239 0 244 0 294 0 311 0 300 0 272 0 244 0 217 0 217 0 233 0 272 0 350 0 350 0 333 0 289 0 256 0 250 0 +USC00046719196805TMIN 117 0 128 0 133 0 122 0 111 0 111 0 94 0 106 0 117 0 89 0 128 0 94 0 100 0 67 0 78 0 89 0 111 0 128 0 139 0 133 0 133 0 111 0 89 0 94 0 117 0 139 0 167 0 156 0 161 0 150 0 150 0 +USC00046719196805TOBS 206 0 211 0 189 0 206 0 150 0 206 0 194 0 156 0 189 0 194 0 172 0 150 0 133 0 183 0 233 0 239 0 278 0 289 0 272 0 244 0 211 0 206 0 206 0 222 0 261 0 344 0 333 0 289 0 256 0 200 0 239 0 +USC00046719196805PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196806TMAX 289 0 306 0 289 0 256 0 206 0 200 0 178 0 172 0 228 0 289 0 306 0 289 0 283 0 294 0 300 0 306 0 300 0 300 0 317 0 339 0 344 0 333 0 317 0 278 0 256 0 261 0 244 0 233 0 222 0 267 0-9999 +USC00046719196806TMIN 122 0 133 0 144 0 156 0 139 0 106 0 128 0 128 0 128 0 106 0 128 0 133 0 139 0 128 0 133 0 139 0 133 0 128 0 128 0 150 0 150 0 172 0 161 0 156 0 156 0 150 0 139 0 150 0 133 0 139 0-9999 +USC00046719196806TOBS 272 0 289 0 256 0 189 0 194 0 178 0 150 0 161 0 222 0 278 0 289 0 272 0 272 0 278 0 300 0 300 0 261 0 278 0 289 0 311 0 328 0 317 0 278 0 239 0 250 0 239 0 233 0 206 0 222 0 256 0-9999 +USC00046719196806PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0-9999 +USC00046719196806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196807TMAX 267 0 289 0 306 0 306 0 317 0 294 0 306 0 317 0 350 0 367 0 356 0 350 0 339 0 267 0 278 0 289 0 317 0 344 0 333 0 333 0 328 0 322 0 322 0 317 0 306 0 317 0 300 0 322 0 317 0 311 0 294 0 +USC00046719196807TMIN 133 0 128 0 122 0 139 0 150 0 167 0 167 0 200 0 183 0 172 0 189 0 189 0 156 0 156 0 156 0 156 0 150 0 156 0 167 0 172 0 178 0 161 0 167 0 178 0 167 0 161 0 172 0 189 0 200 0 189 0 161 0 +USC00046719196807TOBS 244 0 267 0 289 0 300 0 294 0 261 0 300 0 289 0 339 0 339 0 339 0 339 0 267 0 256 0 261 0 278 0 300 0 317 0 322 0 322 0 311 0 294 0 317 0 300 0 283 0 294 0 300 0 294 0 294 0 278 0 272 0 +USC00046719196807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 +USC00046719196807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196808TMAX 311 0 311 0 317 0 311 0 311 0 317 0 328 0 317 0 322 0 317 0 306 0 294 0 261 0 267 0 272 0 256 0 233 0 272 0 267 0 261 0 261 0 283 0 367 0 344 0 339 0 333 0 339 0 361 0 356 0 322 0 300 0 +USC00046719196808TMIN 167 0 161 0 161 0 161 0 156 0 161 0 189 0 172 0 156 0 156 0 156 0 139 0 161 0 133 0 133 0 156 0 161 0 128 0 139 0 161 0 150 0 117 0 139 0 161 0 167 0 178 0 172 0 167 0 172 0 172 0 161 0 +USC00046719196808TOBS 289 0 289 0 300 0 294 0 294 0 306 0 311 0 306 0 311 0 300 0 294 0 256 0 250 0 244 0 256 0 217 0 222 0 261 0 250 0 244 0 239 0 272 0 344 0 328 0 322 0 300 0 317 0 339 0 322 0 300 0 261 0 +USC00046719196808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196809TMAX 322 0 322 0 278 0 278 0 311 0 350 0 372 0 367 0 389 0 372 0 328 0 322 0 300 0 267 0 228 0 289 0 322 0 283 0 256 0 228 0 256 0 311 0 344 0 383 0 389 0 361 0 333 0 300 0 250 0 211 0-9999 +USC00046719196809TMIN 156 0 172 0 161 0 161 0 139 0 156 0 183 0 183 0 194 0 178 0 150 0 133 0 139 0 161 0 167 0 167 0 133 0 150 0 156 0 144 0 100 0 106 0 133 0 161 0 167 0 156 0 139 0 150 0 156 0 150 0-9999 +USC00046719196809TOBS 322 0 278 0 206 0 261 0 294 0 339 0 356 0 350 0 372 0 328 0 306 0 300 0 267 0 228 0 211 0 267 0 283 0 256 0 178 0 183 0 239 0 306 0 322 0 356 0 361 0 333 0 300 0 250 0 211 0 172 0-9999 +USC00046719196809PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196810TMAX 189 0 233 0 222 0 189 0 272 0 244 0 200 0 239 0 244 0 228 0 228 0 244 0 244 0 233 0 261 0 300 0 311 0 306 0 294 0 272 0 283 0 328 0 361 0 372 0 350 0 322 0 333 0 294 0 233 0 211 0 200 0 +USC00046719196810TMIN 156 0 117 0 144 0 139 0 100 0 128 0 139 0 128 0 122 0 128 0 117 0 128 0 106 0 133 0 106 0 94 0 122 0 122 0 111 0 94 0 94 0 111 0 111 0 144 0 150 0 128 0 128 0 117 0 106 0 150 0 100 0 +USC00046719196810TOBS 183 0 222 0 189 0 178 0 244 0 189 0 194 0 211 0 228 0 217 0 222 0 233 0 233 0 183 0 250 0 283 0 306 0 261 0 272 0 250 0 256 0 317 0 344 0 339 0 294 0 294 0 294 0 222 0 194 0 183 0 172 0 +USC00046719196810PRCP 0 0 0 0 10 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 61 0 0 0 +USC00046719196810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196811TMAX 206 0 244 0 200 0 211 0 222 0 261 0 239 0 272 0 294 0 317 0 294 0 239 0 217 0 200 0 156 0 211 0 222 0 239 0 261 0 283 0 267 0 244 0 272 0 250 0 200 0 217 0 228 0 233 0 222 0 178 0-9999 +USC00046719196811TMIN 122 0 83 0 89 0 117 0 78 0 67 0 100 0 117 0 117 0 117 0 128 0 111 0 89 0 56 0 72 0 106 0 83 0 78 0 83 0 106 0 111 0 83 0 83 0 100 0 72 0 106 0 72 0 39 0 44 0 61 0-9999 +USC00046719196811TOBS 172 0 189 0 183 0 178 0 183 0 211 0 222 0 239 0 261 0 294 0 239 0 178 0 178 0 156 0 133 0 178 0 183 0 200 0 217 0 250 0 228 0 200 0 250 0 156 0 161 0 183 0 167 0 194 0 167 0 150 0-9999 +USC00046719196811PRCP 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196812TMAX 183 0 200 0 228 0 267 0 233 0 233 0 239 0 233 0 239 0 194 0 194 0 194 0 200 0 178 0 172 0 172 0 161 0 167 0 133 0 106 0 117 0 161 0 217 0 183 0 128 0 144 0 144 0 144 0 161 0 228 0 244 0 +USC00046719196812TMIN 44 0 56 0 50 0 61 0 44 0 44 0 61 0 72 0 56 0 72 0 94 0 33 0 33 0 50 0 111 0 89 0 33 0 33 0 28 0 28 0 -22 0 -11 0 22 0 33 0 83 0 67 0 11 0 39 0 50 0 33 0 56 0 +USC00046719196812TOBS 150 0 161 0 200 0 211 0 189 0 200 0 206 0 200 0 189 0 144 0 150 0 167 0 178 0 156 0 144 0 139 0 133 0 128 0 106 0 67 0 89 0 133 0 183 0 128 0 100 0 106 0 117 0 117 0 133 0 200 0 217 0 +USC00046719196812PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 10 0 66 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 64 0 61 0 0 0 0 0 3 0 0 0 0 0 +USC00046719196812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196901TMAX 261 0 256 0 289 0 250 0 300 0 294 0 233 0 183 0 150 0 178 0 172 0 167 0 150 0 161 0 189 0 161 0 144 0 144 0 122 0 133 0 150 0 167 0 150 0 133 0 156 0 150 0 144 0 128 0 133 0 144 0 161 0 +USC00046719196901TMIN 72 0 72 0 83 0 117 0 106 0 150 0 83 0 83 0 72 0 67 0 72 0 61 0 100 0 106 0 117 0 83 0 72 0 67 0 67 0 94 0 133 0 106 0 61 0 94 0 117 0 128 0 39 0 28 0 11 0 6 0 17 0 +USC00046719196901TOBS 239 0 200 0 250 0 244 0 283 0 233 0 183 0 111 0 139 0 161 0 139 0 150 0 117 0 156 0 156 0 133 0 139 0 106 0 122 0 133 0 139 0 139 0 133 0 122 0 150 0 128 0 128 0 72 0 117 0 122 0 156 0 +USC00046719196901PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 376 0 0T 0 0 0 0 0 10 0 282 0 559 0 668 0 348 0 0T 0 320 0 1173 0 409 0 0 0 94 0 0T 0 0 0 0 0 +USC00046719196901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196902TMAX 167 0 206 0 228 0 206 0 156 0 128 0 161 0 194 0 183 0 200 0 189 0 144 0 183 0 167 0 133 0 189 0 217 0 167 0 100 0 122 0 133 0 111 0 100 0 139 0 128 0 167 0 189 0 150 0-9999 -9999 -9999 +USC00046719196902TMIN 22 0 22 0 44 0 61 0 67 0 83 0 33 0 44 0 39 0 50 0 83 0 100 0 44 0 67 0 94 0 44 0 61 0 78 0 33 0 39 0 72 0 39 0 56 0 83 0 100 0 44 0 44 0 44 0-9999 -9999 -9999 +USC00046719196902TOBS 150 0 200 0 206 0 156 0 117 0 89 0 144 0 178 0 172 0 189 0 128 0 122 0 161 0 133 0 100 0 183 0 167 0 100 0 78 0 106 0 100 0 89 0 100 0 128 0 111 0 144 0 150 0 94 0-9999 -9999 -9999 +USC00046719196902PRCP 0 0 0 0 0 0 0 0 257 0 483 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 89 0 160 0 0 0 117 0 94 0 20 0 0 0 183 0 429 0 422 0 572 0 0T 0 0 0 41 0-9999 -9999 -9999 +USC00046719196902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719196903TMAX 183 0 200 0 194 0 194 0 194 0 178 0 183 0 167 0 156 0 139 0 156 0 133 0 150 0 206 0 222 0 233 0 217 0 222 0 256 0 239 0 183 0 206 0 194 0 261 0 278 0 294 0 311 0 278 0 278 0 283 0 267 0 +USC00046719196903TMIN 39 0 39 0 67 0 67 0 50 0 61 0 50 0 50 0 39 0 44 0 22 0 33 0 28 0 33 0 50 0 50 0 67 0 78 0 72 0 83 0 89 0 50 0 67 0 67 0 72 0 89 0 117 0 100 0 100 0 122 0 133 0 +USC00046719196903TOBS 178 0 194 0 144 0 156 0 161 0 161 0 167 0 128 0 139 0 94 0 133 0 122 0 139 0 189 0 206 0 206 0 189 0 178 0 239 0 183 0 83 0 194 0 167 0 239 0 261 0 267 0 267 0 250 0 261 0 267 0 211 0 +USC00046719196903PRCP 76 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 109 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 178 0 64 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196904TMAX 211 0 200 0 183 0 228 0 194 0 172 0 222 0 211 0 178 0 172 0 194 0 178 0 222 0 206 0 222 0 244 0 272 0 239 0 261 0 294 0 272 0 200 0 200 0 222 0 261 0 278 0 294 0 294 0 267 0 250 0-9999 +USC00046719196904TMIN 106 0 117 0 83 0 67 0 89 0 50 0 56 0 61 0 89 0 106 0 117 0 133 0 94 0 83 0 83 0 89 0 100 0 94 0 83 0 117 0 111 0 117 0 117 0 67 0 78 0 100 0 122 0 111 0 117 0 122 0-9999 +USC00046719196904TOBS 156 0 167 0 167 0 189 0 144 0 150 0 194 0 178 0 150 0 156 0 183 0 172 0 206 0 183 0 200 0 222 0 239 0 189 0 239 0 272 0 200 0 167 0 172 0 200 0 239 0 267 0 289 0 267 0 250 0 211 0-9999 +USC00046719196904PRCP 0 0 0 0 69 0 0 0 5 0 122 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196905TMAX 211 0 206 0 172 0 167 0 200 0 189 0 178 0 272 0 317 0 294 0 272 0 250 0 239 0 239 0 250 0 294 0 294 0 267 0 256 0 244 0 239 0 233 0 250 0 250 0 256 0 272 0 261 0 289 0 311 0 261 0 261 0 +USC00046719196905TMIN 122 0 122 0 117 0 78 0 83 0 122 0 117 0 100 0 133 0 150 0 139 0 144 0 128 0 117 0 94 0 117 0 117 0 133 0 122 0 144 0 133 0 122 0 133 0 128 0 128 0 128 0 122 0 133 0 139 0 150 0 144 0 +USC00046719196905TOBS 167 0 167 0 144 0 161 0 189 0 144 0 167 0 261 0 294 0 272 0 239 0 239 0 217 0 222 0 233 0 267 0 267 0 239 0 239 0 233 0 228 0 228 0 239 0 244 0 250 0 250 0 244 0 272 0 261 0 250 0 217 0 +USC00046719196905PRCP 0 0 0 0 13 0 13 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196906TMAX 217 0 194 0 228 0 233 0 222 0 228 0 217 0 222 0 217 0 200 0 172 0 194 0 250 0 239 0 233 0 194 0 206 0 256 0 256 0 244 0 239 0 228 0 244 0 239 0 228 0 261 0 244 0 278 0 317 0 344 0-9999 +USC00046719196906TMIN 144 0 133 0 122 0 133 0 128 0 144 0 144 0 144 0 133 0 122 0 133 0 139 0 144 0 139 0 150 0 139 0 139 0 150 0 122 0 139 0 139 0 128 0 122 0 150 0 144 0 144 0 117 0 144 0 133 0 139 0-9999 +USC00046719196906TOBS 167 0 183 0 211 0 217 0 211 0 217 0 194 0 217 0 200 0 172 0 161 0 183 0 239 0 233 0 194 0 167 0 189 0 250 0 244 0 239 0 183 0 228 0 239 0 183 0 217 0 250 0 228 0 261 0 294 0 333 0-9999 +USC00046719196906PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 18 0 28 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196907TMAX 356 0 339 0 339 0 333 0 289 0 256 0 256 0 278 0 300 0 317 0 311 0 311 0 311 0 306 0 317 0 317 0 311 0 333 0 317 0 317 0 328 0 322 0 322 0 306 0 300 0 294 0 294 0 306 0 306 0 344 0 350 0 +USC00046719196907TMIN 150 0 150 0 178 0 156 0 161 0 144 0 133 0 144 0 122 0 122 0 139 0 167 0 172 0 156 0 156 0 161 0 167 0 178 0 183 0 183 0 178 0 178 0 167 0 150 0 150 0 144 0 167 0 161 0 167 0 183 0 200 0 +USC00046719196907TOBS 322 0 328 0 333 0 289 0 256 0 194 0 244 0 278 0 289 0 311 0 222 0 306 0 306 0 300 0 306 0 300 0 306 0 317 0 306 0 306 0 306 0 311 0 306 0 283 0 294 0 289 0 289 0 300 0 300 0 328 0 339 0 +USC00046719196907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196908TMAX 350 0 350 0 350 0 356 0 361 0 361 0 361 0 350 0 350 0 350 0 344 0 344 0 333 0 322 0 333 0 333 0 322 0 306 0 328 0 378 0 400 0 400 0 372 0 350 0 344 0 322 0 317 0 306 0 278 0 300 0 317 0 +USC00046719196908TMIN 183 0 200 0 167 0 167 0 183 0 172 0 178 0 206 0 194 0 200 0 189 0 183 0 178 0 178 0 172 0 178 0 183 0 161 0 128 0 133 0 172 0 183 0 178 0 183 0 178 0 156 0 139 0 156 0 161 0 156 0 144 0 +USC00046719196908TOBS 333 0 344 0 333 0 339 0 350 0 317 0 344 0 300 0 333 0 322 0 317 0 328 0 317 0 311 0 317 0 317 0 300 0 283 0 317 0 361 0 378 0 372 0 350 0 328 0 311 0 294 0 306 0 278 0 278 0 278 0 294 0 +USC00046719196908PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196909TMAX 350 0 361 0 350 0 339 0 333 0 344 0 344 0 350 0 367 0 361 0 350 0 311 0 306 0 289 0 278 0 283 0 272 0 289 0 278 0 244 0 239 0 289 0 283 0 289 0 289 0 272 0 300 0 350 0 372 0 344 0-9999 +USC00046719196909TMIN 172 0 194 0 183 0 161 0 156 0 183 0 194 0 150 0 194 0 150 0 128 0 128 0 133 0 150 0 161 0 167 0 128 0 144 0 139 0 150 0 133 0 122 0 128 0 133 0 150 0 144 0 144 0 117 0 167 0 167 0-9999 +USC00046719196909TOBS 328 0 333 0 322 0 317 0 306 0 328 0 328 0 333 0 333 0 350 0 300 0 306 0 289 0 250 0 256 0 256 0 256 0 272 0 239 0 228 0 233 0 244 0 267 0 267 0 244 0 250 0 289 0 339 0 339 0 317 0-9999 +USC00046719196909PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196910TMAX 333 0 322 0 244 0 289 0 300 0 306 0 328 0 311 0 294 0 261 0 272 0 278 0 261 0 239 0 239 0 256 0 233 0 217 0 228 0 267 0 261 0 239 0 239 0 217 0 228 0 228 0 233 0 217 0 294 0 317 0 311 0 +USC00046719196910TMIN 156 0 156 0 128 0 94 0 100 0 100 0 111 0 111 0 117 0 128 0 122 0 94 0 89 0 94 0 94 0 139 0 139 0 94 0 78 0 89 0 128 0 133 0 111 0 117 0 94 0 89 0 89 0 106 0 89 0 106 0 122 0 +USC00046719196910TOBS 311 0 200 0 222 0 278 0 289 0 250 0 311 0 289 0 244 0 250 0 261 0 250 0 233 0 211 0 211 0 217 0 217 0 206 0 217 0 256 0 211 0 217 0 211 0 161 0 211 0 200 0 194 0 178 0 261 0 256 0 256 0 +USC00046719196910PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USC00046719196910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196911TMAX 322 0 317 0 311 0 272 0 239 0 156 0 178 0 217 0 200 0 261 0 289 0 289 0 289 0 261 0 178 0 200 0 228 0 222 0 267 0 233 0 250 0 244 0 267 0 278 0 289 0 272 0 289 0 261 0 256 0 217 0-9999 +USC00046719196911TMIN 128 0 122 0 111 0 106 0 122 0 111 0 83 0 94 0 100 0 117 0 122 0 128 0 133 0 122 0 144 0 117 0 72 0 56 0 67 0 67 0 67 0 56 0 72 0 56 0 72 0 94 0 78 0 78 0 72 0 106 0-9999 +USC00046719196911TOBS 278 0 294 0 239 0 239 0 150 0 111 0 128 0 200 0 150 0 206 0 250 0 244 0 217 0 167 0 161 0 189 0 167 0 167 0 222 0 194 0 189 0 211 0 244 0 217 0 239 0 228 0 239 0 217 0 217 0 183 0-9999 +USC00046719196911PRCP 0 0 0 0 0 0 0 0 0 0 170 0 180 0 0T 0 0T 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719196912TMAX 239 0 272 0 267 0 217 0 206 0 222 0 211 0 200 0 167 0 189 0 211 0 272 0 278 0 261 0 256 0 211 0 189 I0 167 0 172 0 222 0 222 0 217 0 200 0 183 0 183 0 183 0 178 0 161 0 161 0 194 0 206 0 +USC00046719196912TMIN 100 0 89 0 128 0 100 0 111 0 78 0 50 0 56 0 56 0 44 0 39 0 33 0 67 0 56 0 56 0 56 0 83 0 78 0 89 0 117 0 89 0 128 0 83 0 94 0 72 0 72 0 61 0 61 0 39 0 17 0 17 0 +USC00046719196912TOBS 194 0 222 0 194 0 172 0 167 0 178 0 189 0 133 0 139 0 156 0 161 0 194 0 222 0 211 0 178 0 200 I0 156 0 150 0 144 0 156 0 161 0 172 0 161 0 161 0 150 0 133 0 139 0 122 0 139 0 139 0 139 0 +USC00046719196912PRCP 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719196912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197001TMAX 206 0 189 0 200 0 178 0 183 0 206 0 228 0 194 0 178 0 178 0 156 0 172 0 178 0 156 0 172 0 150 0 206 0 189 0 183 0 183 0 183 0 167 0 222 0 183 0 206 0 200 0 172 0 222 0 233 0 206 0 228 0 +USC00046719197001TMIN 28 0 11 0 6 0 -6 0 22 0 22 0 61 0 50 0 78 0 67 0 94 0 94 0 83 0 106 0 83 0 94 0 106 0 67 0 89 0 111 0 78 0 89 0 67 0 106 0 94 0 61 0 78 0 50 0 33 0 33 0 67 0 +USC00046719197001TOBS 167 0 144 0 167 0 156 0 156 0 172 0 189 0 178 0 111 0 156 0 111 0 167 0 156 0 122 0 150 0 133 0 189 0 144 0 167 0 161 0 167 0 156 0 183 0 150 0 172 0 172 0 139 0 217 0 211 0 167 0 194 0 +USC00046719197001PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 140 0 51 0 5 0 0 0 23 0 36 0 180 0 0T 0 0 0 3 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197002TMAX 211 0 228 0 250 0 217 0 200 0 267 0 294 0 278 0 244 0 161 0 178 0 178 0 194 0 217 0 250 0 256 0 217 0 222 0 211 0 217 0 200 0 222 0 244 0 239 0 267 0 267 0 211 0 167 0-9999 -9999 -9999 +USC00046719197002TMIN 67 0 72 0 67 0 94 0 72 0 61 0 89 0 111 0 117 0 117 0 117 0 89 0 78 0 61 0 67 0 78 0 72 0 78 0 106 0 139 0 44 0 44 0 72 0 89 0 83 0 100 0 78 0 100 0-9999 -9999 -9999 +USC00046719197002TOBS 189 0 217 0 217 0 167 0 183 0 228 0 278 0 233 0 139 0 139 0 178 0 156 0 144 0 206 0 233 0 211 0 200 0 211 0 183 0 172 0 183 0 189 0 206 0 211 0 256 0 211 0 167 0 111 0-9999 -9999 -9999 +USC00046719197002PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 323 0 173 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 620 0-9999 -9999 -9999 +USC00046719197002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197003TMAX 128 0 144 0 156 0 144 0 189 0 233 0 239 0 211 0 183 0 178 0 200 0 211 0 272 0 300 0 283 0 278 0 239 0 211 0 222 0 233 0 250 0 272 0 283 0 256 0 250 0 222 0 233 0 239 0 200 0 183 0 206 0 +USC00046719197003TMIN 100 0 89 0 83 0 72 0 44 0 56 0 78 0 78 0 78 0 83 0 56 0 61 0 100 0 106 0 94 0 100 0 83 0 100 0 44 0 78 0 78 0 83 0 72 0 78 0 100 0 111 0 89 0 67 0 100 0 106 0 50 0 +USC00046719197003TOBS 128 0 139 0 144 0 106 0 172 0 217 0 211 0 178 0 156 0 172 0 178 0 200 0 256 0 283 0 250 0 239 0 194 0 200 0 211 0 222 0 228 0 244 0 256 0 211 0 222 0 133 0 217 0 200 0 172 0 139 0 189 0 +USC00046719197003PRCP 394 0 104 0 0 0 3 0 312 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 76 0 +USC00046719197003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197004TMAX 222 0 239 0 256 0 283 0 300 0 283 0 233 0 222 0 267 0 283 0 272 0 272 0 256 0 178 0 200 0 167 0 178 0 206 0 206 0 222 0 178 0 194 0 239 0 244 0 267 0 239 0 178 0 189 0 200 0 233 0-9999 +USC00046719197004TMIN 78 0 50 0 78 0 78 0 83 0 106 0 122 0 94 0 83 0 106 0 106 0 89 0 117 0 44 0 50 0 83 0 83 0 67 0 78 0 83 0 67 0 44 0 50 0 67 0 89 0 100 0 83 0 28 0 33 0 61 0-9999 +USC00046719197004TOBS 211 0 211 0 233 0 250 0 278 0 228 0 194 0 200 0 239 0 250 0 239 0 239 0 167 0 161 0 172 0 133 0 161 0 183 0 183 0 167 0 150 0 167 0 217 0 206 0 239 0 144 0 156 0 167 0 194 0 228 0-9999 +USC00046719197004PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0-9999 +USC00046719197004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197005TMAX 294 0 306 0 333 0 328 0 289 0 244 0 206 0 206 0 239 0 222 0 222 0 233 0 256 0 344 0 367 0 361 0 356 0 350 0 267 0 256 0 256 0 272 0 239 0 233 0 228 0 172 0 178 0 178 0 244 0 267 0 283 0 +USC00046719197005TMIN 89 0 133 0 144 0 128 0 100 0 94 0 72 0 72 0 94 0 117 0 94 0 83 0 83 0 111 0 161 0 156 0 150 0 133 0 117 0 122 0 122 0 106 0 128 0 128 0 133 0 128 0 128 0 128 0 122 0 106 0 133 0 +USC00046719197005TOBS 278 0 294 0 328 0 278 0 244 0 183 0 194 0 178 0 217 0 211 0 222 0 217 0 250 0 344 0 361 0 356 0 344 0 267 0 250 0 222 0 233 0 239 0 211 0 222 0 167 0 161 0 178 0 161 0 233 0 261 0 250 0 +USC00046719197005PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197006TMAX 356 0 356 0 356 0 289 0 244 0 267 0 256 0 256 0 217 0 233 0 256 0 244 0 194 0 228 0 239 0 233 0 261 0 283 0 300 0 300 0 300 0 294 0 311 0 317 0 367 0 333 0 311 0 294 0 278 0 322 0-9999 +USC00046719197006TMIN 122 0 128 0 156 0 144 0 139 0 144 0 133 0 139 0 144 0 139 0 133 0 139 0 122 0 94 0 106 0 122 0 111 0 100 0 128 0 139 0 144 0 161 0 156 0 139 0 183 0 194 0 133 0 133 0 139 0 128 0-9999 +USC00046719197006TOBS 322 0 356 0 289 0 244 0 239 0 233 0 233 0 194 0 200 0 228 0 244 0 156 0 172 0 222 0 228 0 211 0 256 0 278 0 272 0 267 0 283 0 278 0 294 0 306 0 322 0 311 0 278 0 272 0 244 0 306 0-9999 +USC00046719197006PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197007TMAX 322 0 378 0 367 0 383 0 372 0 350 0 322 0 317 0 317 0 289 0 289 0 289 0 317 0 311 0 311 0 333 0 333 0 344 0 350 0 344 0 322 0 322 0 311 0 300 0 300 0 317 0 317 0 317 0 339 0 333 0 339 0 +USC00046719197007TMIN 139 0 172 0 178 0 211 0 222 0 178 0 167 0 161 0 178 0 150 0 139 0 133 0 133 0 150 0 144 0 150 0 172 0 178 0 189 0 178 0 178 0 161 0 144 0 139 0 139 0 133 0 133 0 144 0 161 0 161 0 150 0 +USC00046719197007TOBS 311 0 344 0 350 0 372 0 350 0 317 0 306 0 294 0 289 0 278 0 272 0 278 0 306 0 306 0 300 0 311 0 322 0 317 0 322 0 294 0 317 0 306 0 294 0 283 0 278 0 300 0 317 0 278 0 322 0 328 0 333 0 +USC00046719197007PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197008TMAX 361 0 339 0 328 0 311 0 294 0 350 0 394 0 389 0 367 0 361 0 344 0 339 0 344 0 333 0 339 0 339 0 333 0 317 0 294 0 294 0 300 0 300 0 328 0 344 0 344 0 333 0 322 0 322 0 317 0 328 0 328 0 +USC00046719197008TMIN 161 0 167 0 144 0 150 0 139 0 133 0 189 0 183 0 172 0 172 0 161 0 189 0 183 0 172 0 172 0 189 0 189 0 161 0 150 0 156 0 144 0 144 0 150 0 172 0 183 0 122 0 183 0 172 0 156 0 144 0 133 0 +USC00046719197008TOBS 333 0 294 0 306 0 283 0 289 0 344 0 389 0 367 0 356 0 317 0 322 0 322 0 322 0 322 0 322 0 322 0 300 0 294 0 294 0 278 0 294 0 289 0 311 0 339 0 322 0 311 0 317 0 300 0 294 0 294 0 306 0 +USC00046719197008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197009TMAX 322 0 322 0 289 0 289 0 272 0 344 0 333 0 311 0 328 0 339 0 333 0 317 0 256 0 239 0 278 0 322 0 333 0 322 0 311 0 289 0 278 0 350 0 339 0 311 0 361 0 367 0 389 0 383 0 328 0 333 0-9999 +USC00046719197009TMIN 144 0 128 0 144 0 111 0 139 0 122 0 139 0 133 0 144 0 156 0 161 0 167 0 150 0 139 0 111 0 122 0 133 0 133 0 117 0 117 0 117 0 133 0 150 0 133 0 133 0 122 0 161 0 172 0 178 0 167 0-9999 +USC00046719197009TOBS 317 0 278 0 272 0 272 0 244 0 333 0 294 0 289 0 311 0 333 0 317 0 256 0 194 0 233 0 267 0 306 0 322 0 311 0 289 0 267 0 261 0 339 0 311 0 294 0 361 0 367 0 378 0 322 0 322 0 322 0-9999 +USC00046719197009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197010TMAX 350 0 339 0 306 0 300 0 267 0 222 0 239 0 300 0 300 0 283 0 300 0 294 0 244 0 233 0 239 0 261 0 267 0 256 0 250 0 222 0 222 0 217 0 222 0 211 0 233 0 233 0 261 0 289 0 317 0 289 0 278 0 +USC00046719197010TMIN 150 0 150 0 178 0 156 0 156 0 144 0 133 0 94 0 106 0 100 0 111 0 133 0 139 0 139 0 100 0 100 0 106 0 100 0 133 0 139 0 117 0 106 0 94 0 122 0 83 0 61 0 78 0 67 0 83 0 106 0 83 0 +USC00046719197010TOBS 333 0 306 0 261 0 267 0 222 0 189 0 228 0 289 0 283 0 261 0 294 0 244 0 228 0 228 0 233 0 250 0 256 0 233 0 222 0 206 0 194 0 200 0 194 0 189 0 194 0 211 0 233 0 278 0 272 0 222 0 239 0 +USC00046719197010PRCP 0 0 0 0 0T 0 3 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197011TMAX 328 0 272 0 239 0 211 0 206 0 211 0 222 0 278 0 278 0 239 0 222 0 222 0 278 0 267 0 267 0 267 0 267 0 233 0 261 0 217 0 200 0 211 0 278 0 250 0 194 0 183 0 178 0 144 0 133 0 150 0-9999 +USC00046719197011TMIN 89 0 94 0 78 0 100 0 106 0 128 0 111 0 83 0 106 0 94 0 94 0 122 0 83 0 94 0 89 0 89 0 83 0 72 0 83 0 89 0 89 0 56 0 61 0 72 0 106 0 117 0 78 0 83 0 100 0 61 0-9999 +USC00046719197011TOBS 244 0 239 0 200 0 189 0 189 0 128 0 200 0 256 0 239 0 211 0 189 0 183 0 233 0 222 0 239 0 228 0 233 0 183 0 222 0 183 0 189 0 178 0 228 0 194 0 128 0 156 0 144 0 122 0 100 0 128 0-9999 +USC00046719197011PRCP 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 97 0 0 0 30 0 1410 0 89 0-9999 +USC00046719197011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197012TMAX 178 0 156 0 200 0 217 0 272 0 272 0 267 0 211 0 189 0 222 0 239 0 250 0 206 0 178 0 172 0 161 0 133 0 122 0 128 0 106 0 117 0 144 0 161 0 150 0 194 0 172 0 167 0 156 0 178 0 211 0 244 0 +USC00046719197012TMIN 72 0 78 0 39 0 56 0 78 0 94 0 100 0 78 0 106 0 50 0 67 0 61 0 44 0 61 0 61 0 67 0 78 0 33 0 44 0 39 0 56 0 44 0 33 0 50 0 33 0 39 0 33 0 28 0 33 0 44 0 89 0 +USC00046719197012TOBS 139 0 128 0 167 0 194 0 233 0 239 0 211 0 150 0 172 0 194 0 156 0 206 0 167 0 144 0 161 0 111 0 106 0 78 0 72 0 72 0 89 0 128 0 139 0 128 0 172 0 128 0 133 0 150 0 161 0 194 0 183 0 +USC00046719197012PRCP 0 0 130 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 5 0 0 0 23 0 94 0 20 0 490 0 13 0 566 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USC00046719197012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197012WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197101TMAX 200 0 167 0 133 0 128 0 139 0 139 0 139 0 139 0 150 0 150 0 139 0 111 0 100 0 161 0 256 0 289 0 317 0 339 0 328 0 267 0 200 0 183 0 183 0 167 0 222 0 311 0 300 0 294 0 311 0 300 0 267 0 +USC00046719197101TMIN 89 0 72 0 17 0 -11 0 -6 0 17 0 -6 0 11 0 22 0 28 0 28 0 78 0 44 0 56 0 28 0 50 0 106 0 128 0 139 0 117 0 106 0 106 0 83 0 50 0 39 0 61 0 94 0 94 0 111 0 100 0 78 0 +USC00046719197101TOBS 156 0 122 0 100 0 106 0 106 0 128 0 117 0 128 0 133 0 139 0 100 0 100 0 94 0 139 0 211 0 228 0 294 0 317 0 272 0 200 0 128 0 161 0 167 0 122 0 211 0 272 0 289 0 256 0 300 0 267 0 150 0 +USC00046719197101PRCP 0 0 28 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 140 0 180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197102TMAX 150 0 139 0 189 0 200 0 183 0 189 0 228 0 200 0 278 0 311 0 317 0 322 0 306 0 256 0 194 0 189 0 156 0 183 0 167 0 178 0 194 0 172 0 178 0 222 0 206 0 189 0 183 0 150 0-9999 -9999 -9999 +USC00046719197102TMIN 83 0 100 0 50 0 50 0 50 0 50 0 50 0 44 0 56 0 78 0 122 0 128 0 122 0 106 0 111 0 100 0 72 0 61 0 61 0 44 0 39 0 56 0 67 0 50 0 50 0 56 0 22 0 72 0-9999 -9999 -9999 +USC00046719197102TOBS 139 0 128 0 178 0 172 0 172 0 178 0 200 0 178 0 244 0 272 0 306 0 300 0 256 0 194 0 150 0 117 0 133 0 167 0 122 0 161 0 172 0 139 0 156 0 189 0 189 0 167 0 150 0 133 0-9999 -9999 -9999 +USC00046719197102PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 264 0 3 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197103TMAX 150 0 178 0 233 0 217 0 189 0 228 0 244 0 228 0 194 0 178 0 189 0 172 0 189 0 200 0 239 0 289 0 239 0 256 0 256 0 250 0 211 0 233 0 206 0 183 0 156 0 217 0 189 0 261 0 322 0 289 0 239 0 +USC00046719197103TMIN 44 0 11 0 33 0 67 0 61 0 56 0 67 0 61 0 89 0 78 0 56 0 89 0 83 0 44 0 56 0 94 0 83 0 94 0 94 0 67 0 83 0 72 0 78 0 100 0 100 0 117 0 117 0 94 0 100 0 89 0 89 0 +USC00046719197103TOBS 139 0 167 0 217 0 178 0 178 0 228 0 228 0 194 0 178 0 128 0 172 0 144 0 161 0 167 0 228 0 239 0 222 0 250 0 250 0 194 0 178 0 211 0 183 0 156 0 150 0 178 0 178 0 239 0 289 0 183 0 211 0 +USC00046719197103PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197104TMAX 289 0 283 0 322 0 328 0 322 0 278 0 239 0 211 0 233 0 256 0 256 0 244 0 239 0 194 0 222 0 206 0 150 0 189 0 183 0 172 0 178 0 189 0 211 0 206 0 161 0 150 0 194 0 183 0 206 0 239 0-9999 +USC00046719197104TMIN 100 0 106 0 100 0 139 0 133 0 106 0 89 0 78 0 89 0 89 0 94 0 89 0 100 0 106 0 83 0 117 0 100 0 44 0 61 0 94 0 78 0 44 0 67 0 83 0 56 0 50 0 56 0 67 0 100 0 78 0-9999 +USC00046719197104TOBS 272 0 256 0 306 0 300 0 278 0 239 0 183 0 183 0 206 0 222 0 222 0 228 0 194 0 139 0 206 0 144 0 117 0 183 0 156 0 133 0 161 0 178 0 206 0 150 0 139 0 144 0 183 0 172 0 206 0 222 0-9999 +USC00046719197104PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 74 0 3 0 5 0 18 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197105TMAX 222 0 222 0 206 0 178 0 161 0 144 0 200 0 183 0 228 0 233 0 239 0 239 0 261 0 256 0 239 0 244 0 294 0 294 0 300 0 283 0 239 0 178 0 228 0 278 0 267 0 261 0 194 0 178 0 172 0 167 0 189 0 +USC00046719197105TMIN 94 0 72 0 100 0 89 0 106 0 100 0 89 0 100 0 83 0 100 0 122 0 133 0 106 0 111 0 122 0 128 0 117 0 128 0 128 0 106 0 106 0 94 0 83 0 106 0 117 0 122 0 94 0 100 0 100 0 111 0 111 0 +USC00046719197105TOBS 183 0 189 0 156 0 161 0 144 0 111 0 156 0 144 0 222 0 211 0 228 0 228 0 256 0 228 0 233 0 239 0 294 0 278 0 278 0 239 0 156 0 167 0 211 0 267 0 261 0 183 0 172 0 128 0 167 0 156 0 183 0 +USC00046719197105PRCP 0 0 0 0 0 0 0T 0 0T 0 53 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 3 0 5 0 0 0 +USC00046719197105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197106TMAX 211 0 200 0 183 0 244 0 250 0 244 0 233 0 200 0 189 0 156 0 228 0 283 0 294 0 328 0 339 0 333 0 300 0 294 0 311 0 350 0 350 0 317 0 322 0 294 0 278 0 272 0 267 0 261 0 272 0 272 0-9999 +USC00046719197106TMIN 72 0 94 0 111 0 83 0 106 0 128 0 133 0 128 0 128 0 122 0 128 0 117 0 122 0 133 0 156 0 150 0 156 0 133 0 139 0 161 0 161 0 150 0 144 0 156 0 167 0 161 0 156 0 156 0 122 0 133 0-9999 +USC00046719197106TOBS 200 0 172 0 178 0 228 0 228 0 228 0 194 0 189 0 156 0 150 0 228 0 283 0 294 0 328 0 333 0 300 0 289 0 278 0 294 0 344 0 311 0 300 0 294 0 267 0 272 0 267 0 250 0 256 0 267 0 267 0-9999 +USC00046719197106PRCP 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 3 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197107TMAX 272 0 283 0 300 0 289 0 289 0 294 0 294 0 311 0 322 0 344 0 372 0 361 0 350 0 333 0 311 0 311 0 333 0 328 0 317 0 322 0 322 0 317 0 311 0 306 0 306 0 306 0 317 0 311 0 350 0 344 0 350 0 +USC00046719197107TMIN 122 0 139 0 150 0 150 0 144 0 144 0 150 0 139 0 156 0 172 0 178 0 178 0 172 0 183 0 167 0 167 0 183 0 183 0 178 0 161 0 183 0 178 0 178 0 172 0 172 0 156 0 161 0 167 0 172 0 183 0 194 0 +USC00046719197107TOBS 261 0 272 0 289 0 278 0 267 0 283 0 283 0 300 0 317 0 333 0 361 0 333 0 333 0 300 0 283 0 300 0 306 0 306 0 300 0 306 0 311 0 311 0 306 0 294 0 294 0 289 0 311 0 294 0 328 0 339 0 333 0 +USC00046719197107PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197108TMAX 356 0 367 0 367 0 361 0 361 0 367 0 361 0 372 0 378 0 356 0 356 0 333 0 322 0 311 0 322 0 322 0 328 0 317 0 317 0 306 0 300 0 300 0 306 0 300 0 322 0 361 0 367 0 367 0 356 0 333 0 289 0 +USC00046719197108TMIN 194 0 217 0 217 0 200 0 228 0 206 0 194 0 194 0 217 0 211 0 200 0 194 0 183 0 172 0 178 0 172 0 172 0 178 0 172 0 178 0 183 0 178 0 156 0 172 0 161 0 156 0 172 0 194 0 183 0 150 0 133 0 +USC00046719197108TOBS 350 0 361 0 356 0 344 0 350 0 356 0 350 0 361 0 344 0 344 0 311 0 322 0 306 0 300 0 300 0 311 0 306 0 300 0 306 0 300 0 289 0 283 0 294 0 283 0 300 0 339 0 339 0 344 0 333 0 283 0 289 0 +USC00046719197108PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197109TMAX 306 0 294 0 294 0 328 0 333 0 328 0 344 0 372 0 361 0 367 0 406 0 428 0 428 0 411 0 367 0 294 0 267 0 322 0 339 0 317 0 256 0 283 0 328 0 317 0 306 0 244 0 256 0 256 0 256 0 244 0-9999 +USC00046719197109TMIN 144 0 167 0 172 0 150 0 156 0 172 0 194 0 206 0 211 0 194 0 200 0 217 0 267 0 217 0 194 0 183 0 194 0 178 0 150 0 122 0 156 0 139 0 122 0 133 0 122 0 122 0 111 0 111 0 100 0 117 0-9999 +USC00046719197109TOBS 294 0 267 0 278 0 311 0 322 0 322 0 333 0 356 0 350 0 356 0 383 0 406 0 411 0 367 0 300 0 267 0 233 0 300 0 317 0 256 0 250 0 283 0 311 0 306 0 228 0 211 0 233 0 239 0 239 0 222 0-9999 +USC00046719197109PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197110TMAX 283 0 294 0 322 0 350 0 372 0 389 0 378 0 350 0 372 0 394 0 389 0 372 0 322 0 300 0 228 0 178 0 172 0 217 0 256 0 294 0 294 0 322 0 289 0 250 0 206 0 211 0 194 0 183 0 172 0 217 0 211 0 +USC00046719197110TMIN 83 0 106 0 111 0 144 0 189 0 200 0 183 0 150 0 161 0 183 0 183 0 156 0 144 0 150 0 133 0 83 0 61 0 72 0 72 0 89 0 83 0 117 0 78 0 117 0 61 0 78 0 117 0 94 0 33 0 28 0 39 0 +USC00046719197110TOBS 267 0 283 0 300 0 339 0 367 0 378 0 350 0 328 0 356 0 356 0 372 0 322 0 300 0 233 0 178 0 172 0 139 0 206 0 239 0 239 0 283 0 289 0 250 0 156 0 194 0 194 0 144 0 144 0 156 0 206 0 183 0 +USC00046719197110PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USC00046719197110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197111TMAX 261 0 300 0 328 0 317 0 250 0 256 0 194 0 228 0 256 0 261 0 200 0 200 0 206 0 222 0 194 0 217 0 206 0 167 0 244 0 239 0 211 0 211 0 239 0 250 0 194 0 200 0 206 0 172 0 206 0 183 0-9999 +USC00046719197111TMIN 61 0 78 0 89 0 106 0 100 0 72 0 83 0 67 0 72 0 78 0 94 0 117 0 83 0 94 0 44 0 67 0 50 0 61 0 100 0 61 0 50 0 78 0 44 0 67 0 61 0 50 0 89 0 72 0 111 0 89 0-9999 +USC00046719197111TOBS 211 0 267 0 278 0 250 0 206 0 183 0 167 0 189 0 222 0 189 0 183 0 161 0 194 0 189 0 150 0 178 0 167 0 144 0 206 0 172 0 167 0 167 0 183 0 183 0 167 0 161 0 172 0 150 0 183 0 150 0-9999 +USC00046719197111PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197112TMAX 222 0 183 0 144 0 183 0 222 0 183 0 167 0 150 0 156 0 150 0 178 0 172 0 150 0 161 0 167 0 194 0 211 0 189 0 189 0 183 0 144 0 144 0 161 0 161 0 139 0 139 0 117 0 106 0 144 0 172 0 194 0 +USC00046719197112TMIN 61 0 61 0 39 0 44 0 67 0 44 0 67 0 28 0 6 0 39 0 11 0 22 0 44 0 17 0 44 0 28 0 33 0 67 0 50 0 28 0 44 0 89 0 111 0 111 0 122 0 56 0 44 0 33 0 17 0 11 0 44 0 +USC00046719197112TOBS 183 0 128 0 111 0 156 0 178 0 139 0 117 0 117 0 117 0 117 0 139 0 117 0 117 0 111 0 122 0 150 0 178 0 139 0 144 0 139 0 139 0 139 0 156 0 128 0 133 0 117 0 72 0 72 0 117 0 139 0 172 0 +USC00046719197112PRCP 0 0 0 0 30 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 302 0 0 0 676 0 160 0 94 0 391 0 102 0 0 0 0 0 0 0 +USC00046719197112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197201TMAX 239 0 256 0 200 0 156 0 211 0 250 0 228 0 167 0 194 0 222 0 256 0 217 0 189 0 244 0 272 0 267 0 239 0 178 0 144 0 172 0 156 0 183 0 156 0 244 0 228 0 139 0 133 0 200 0 217 0 217 0 206 0 +USC00046719197201TMIN 39 0 56 0 39 0 11 0 6 0 39 0 67 0 39 0 11 0 33 0 50 0 61 0 39 0 44 0 83 0 67 0 39 0 61 0 72 0 50 0 50 0 50 0 61 0 44 0 44 0 72 0 22 0 22 0 39 0 39 0 22 0 +USC00046719197201TOBS 211 0 200 0 156 0 139 0 189 0 228 0 167 0 128 0 167 0 206 0 217 0 172 0 156 0 217 0 239 0 239 0 178 0 144 0 133 0 156 0 133 0 156 0 133 0 228 0 139 0 117 0 106 0 183 0 200 0 200 0 156 0 +USC00046719197201PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 +USC00046719197201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197202TMAX 161 0 183 0 194 0 183 0 167 0 178 0 233 0 217 0 217 0 239 0 244 0 256 0 261 0 239 0 217 0 250 0 261 0 244 0 244 0 256 0 228 0 217 0 200 0 211 0 222 0 244 0 294 0 278 0 200 0-9999 -9999 +USC00046719197202TMIN 33 0 39 0 22 0 39 0 72 0 72 0 50 0 78 0 100 0 61 0 78 0 56 0 78 0 56 0 78 0 78 0 78 0 89 0 89 0 72 0 78 0 94 0 89 0 61 0 72 0 78 0 94 0 72 0 100 0-9999 -9999 +USC00046719197202TOBS 139 0 172 0 183 0 161 0 139 0 144 0 217 0 194 0 200 0 200 0 233 0 239 0 228 0 200 0 194 0 222 0 206 0 183 0 222 0 228 0 194 0 183 0 178 0 194 0 189 0 222 0 278 0 200 0 156 0-9999 -9999 +USC00046719197202PRCP 0T 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719197202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719197202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719197203TMAX 239 0 278 0 267 0 333 0 322 0 294 0 178 0 228 0 233 0 267 0 250 0 233 0 217 0 228 0 272 0 283 0 233 0 211 0 233 0 222 0 256 0 239 0 222 0 283 0 267 0 228 0 194 0 200 0 206 0 239 0 267 0 +USC00046719197203TMIN 89 0 106 0 100 0 128 0 139 0 111 0 111 0 117 0 94 0 94 0 100 0 100 0 122 0 117 0 100 0 89 0 106 0 111 0 89 0 117 0 111 0 106 0 72 0 83 0 94 0 117 0 61 0 56 0 50 0 61 0 67 0 +USC00046719197203TOBS 222 0 256 0 256 0 322 0 289 0 167 0 167 0 217 0 211 0 233 0 228 0 217 0 189 0 211 0 244 0 233 0 178 0 200 0 206 0 200 0 239 0 189 0 172 0 267 0 228 0 150 0 178 0 178 0 167 0 217 0 244 0 +USC00046719197203PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197204TMAX 256 0 250 0 239 0 267 0 267 0 244 0 244 0 256 0 256 0 228 0 194 0 200 0 206 0 222 0 272 0 272 0 256 0 183 0 150 0 222 0 267 0 267 0 261 0 233 0 239 0 311 0 306 0 278 0 239 0 278 0-9999 +USC00046719197204TMIN 89 0 94 0 100 0 111 0 139 0 111 0 83 0 111 0 139 0 122 0 94 0 78 0 100 0 83 0 72 0 89 0 72 0 100 0 78 0 44 0 78 0 89 0 89 0 100 0 94 0 94 0 111 0 106 0 117 0 122 0-9999 +USC00046719197204TOBS 206 0 222 0 217 0 267 0 211 0 222 0 217 0 228 0 222 0 194 0 167 0 183 0 194 0 200 0 239 0 244 0 183 0 128 0 150 0 206 0 250 0 250 0 233 0 194 0 222 0 294 0 283 0 233 0 228 0 272 0-9999 +USC00046719197204PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197204WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197204WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197205TMAX 272 0 278 0 267 0 222 0 206 0 183 0 206 0 222 0 222 0 261 0 294 0 306 0 344 0 350 0 344 0 283 0 239 0 211 0 167 0 167 0 228 0 250 0 250 0 233 0 211 0 244 0 306 0 350 0 339 0 344 0 322 0 +USC00046719197205TMIN 106 0 100 0 100 0 122 0 122 0 117 0 111 0 106 0 94 0 89 0 106 0 128 0 156 0 150 0 128 0 133 0 133 0 122 0 100 0 72 0 61 0 89 0 100 0 100 0 133 0 89 0 111 0 178 0 156 0 167 0 161 0 +USC00046719197205TOBS 256 0 267 0 217 0 206 0 128 0 156 0 194 0 211 0 217 0 250 0 283 0 300 0 333 0 344 0 283 0 239 0 211 0 161 0 122 0 150 0 206 0 233 0 239 0 200 0 172 0 239 0 300 0 317 0 333 0 311 0 317 0 +USC00046719197205PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197206TMAX 317 0 311 0 278 0 294 0 356 0 283 0 267 0 217 0 200 0 250 0 317 0 311 0 300 0 283 0 289 0 294 0 289 0 289 0 289 0 289 0 300 0 283 0 217 0 244 0 250 0 267 0 294 0 317 0 344 0 328 0-9999 +USC00046719197206TMIN 150 0 161 0 167 0 144 0 156 0 172 0 161 0 150 0 150 0 133 0 117 0 139 0 139 0 133 0 133 0 133 0 167 0 161 0 133 0 133 0 172 0 150 0 144 0 133 0 128 0 106 0 111 0 133 0 156 0 156 0-9999 +USC00046719197206TOBS 311 0 272 0 261 0 278 0 283 0 250 0 217 0 200 0 194 0 244 0 294 0 300 0 261 0 278 0 278 0 289 0 278 0 283 0 272 0 217 0 278 0 189 0 217 0 239 0 244 0 261 0 283 0 300 0 328 0 283 0-9999 +USC00046719197206PRCP 0 0 0 0 0 0 0 0 0 0 0 0 74 0 25 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197206WT03-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197207TMAX 300 0 283 0 306 0 344 0 339 0 328 0 328 0 322 0 322 0 322 0 350 0 344 0 350 0 339 0 300 0 311 0 306 0 289 0 283 0 239 0 267 0 306 0 356 0 350 0 350 0 372 0 394 0 411 0 389 0 406 0 394 0 +USC00046719197207TMIN 161 0 139 0 128 0 150 0 167 0 172 0 167 0 178 0 156 0 156 0 156 0 161 0 167 0 161 0 167 0 172 0 167 0 172 0 161 0 167 0 161 0 128 0 139 0 156 0 156 0 178 0 206 0 211 0 239 0 233 0 228 0 +USC00046719197207TOBS 283 0 283 0 289 0 322 0 328 0 317 0 322 0 311 0 306 0 311 0 344 0 322 0 339 0 294 0 294 0 300 0 289 0 272 0 239 0 222 0 250 0 300 0 339 0 333 0 339 0 361 0 378 0 356 0 344 0 356 0 367 0 +USC00046719197207PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197208TMAX 383 0 356 0 300 0 306 0 350 0 356 0 339 0 333 0 317 0 339 0 328 0 306 0 267 0 283 0 278 0 289 0 300 0 283 0 289 0 322 0 361 0 394 0 367 0 333 0 278 0 283 0 294 0 339 0 378 0 339 0 339 0 +USC00046719197208TMIN 211 0 183 0 178 0 178 0 172 0 194 0 167 0 183 0 172 0 178 0 189 0 161 0 172 0 178 0 133 0 139 0 139 0 167 0 161 0 139 0 161 0 189 0 178 0 183 0 167 0 150 0 167 0 167 0 194 0 228 0 189 0 +USC00046719197208TOBS 356 0 294 0 294 0 294 0 339 0 322 0 328 0 306 0 300 0 317 0 306 0 228 0 261 0 267 0 261 0 278 0 278 0 250 0 267 0 306 0 333 0 372 0 333 0 217 0 272 0 272 0 289 0 328 0 344 0 333 0 289 0 +USC00046719197208PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197208WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USC00046719197209TMAX 300 0 317 0 311 0 361 0 356 0 294 0 267 0 278 0 267 0 244 0 256 0 278 0 294 0 294 0 289 0 283 0 278 0 283 0 261 0 344 0 378 0 344 0 339 I0 278 0 261 0 278 0 283 0 289 0 322 0 361 0-9999 +USC00046719197209TMIN 183 0 156 0 156 0 200 0 200 0 194 0 189 0 183 0 178 0 172 0 161 0 111 0 117 0 117 0 111 0 111 0 111 0 128 0 117 0 122 0 156 0 172 0 144 0 167 0 144 0 128 0 144 0 144 0 156 0 161 0-9999 +USC00046719197209TOBS 283 0 250 0 233 0 328 0 294 0 267 0 250 0 267 0 244 0 217 0 244 0 261 0 278 0 267 0 267 0 272 0 278 0 250 0 244 0 328 0 344 0 350 I0 278 0 211 0 250 0 261 0 233 0 272 0 289 0 350 0-9999 +USC00046719197209PRCP 0 0 5 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197210TMAX 350 0 272 0 228 0 272 0 344 0 356 0 328 0 217 0 222 0 244 0 278 0 261 0 272 0 244 0 261 0 256 0 222 0 217 0 233 0 178 0 250 0 256 0 278 0 267 0 261 0 239 0 189 0 239 0 233 0 222 0 211 0 +USC00046719197210TMIN 178 0 144 0 128 0 133 0 139 0 178 0 183 0 167 0 161 0 111 0 100 0 117 0 111 0 106 0 111 0 106 0 122 0 128 0 100 0 111 0 94 0 106 0 106 0 117 0 94 0 100 0 117 0 106 0 94 0 111 0 56 0 +USC00046719197210TOBS 272 0 217 0 211 0 228 0 322 0 328 0 211 0 200 0 206 0 228 0 250 0 250 0 244 0 211 0 250 0 200 0 211 0 211 0 172 0 178 0 239 0 233 0 261 0 228 0 233 0 183 0 178 0 217 0 217 0 178 0 178 0 +USC00046719197210PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 +USC00046719197210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197211TMAX 217 0 267 0 283 0 239 0 233 0 256 0 217 0 228 0 239 0 206 0 183 0 189 0 183 0 150 0 156 0 156 0 189 0 200 0 183 0 211 0 217 0 206 0 222 0 211 0 250 0 272 0 267 0 256 0 261 0 278 0-9999 +USC00046719197211TMIN 67 0 67 0 89 0 111 0 94 0 72 0 128 0 83 0 72 0 78 0 100 0 50 0 83 0 94 0 89 0 94 0 83 0 61 0 61 0 56 0 56 0 67 0 72 0 56 0 50 0 100 0 94 0 94 0 83 0 72 0-9999 +USC00046719197211TOBS 178 0 206 0 233 0 167 0 194 0 217 0 161 0 183 0 200 0 156 0 156 0 183 0 150 0 122 0 144 0 100 0 161 0 178 0 150 0 172 0 156 0 172 0 200 0 189 0 228 0 256 0 244 0 206 0 222 0 222 0-9999 +USC00046719197211PRCP 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 196 0 0 0 0 0 284 0 0T 0 323 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197211WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197212TMAX 300 0 233 0 211 0 150 0 133 0 139 0 139 0 139 0 106 0 89 0 139 0 139 0 156 0 183 0 200 0 222 0 211 0 267 0 222 0 278 0 283 0 233 0 250 0 233 0 272 0 272 0 250 0 200 0 172 0 189 0 183 0 +USC00046719197212TMIN 72 0 61 0 61 0 106 0 28 0 17 0 61 0 50 0 -6 0 22 0 -11 0 -6 0 22 0 28 0 17 0 61 0 94 0 83 0 83 0 100 0 100 0 89 0 111 0 67 0 144 0 78 0 83 0 72 0 44 0 22 0 17 0 +USC00046719197212TOBS 233 0 211 0 144 0 117 0 100 0 117 0 106 0 94 0 83 0 83 0 94 0 100 0 111 0 139 0 156 0 200 0 183 0 217 0 183 0 239 0 228 0 194 0 233 0 206 0 256 0 222 0 200 0 111 0 139 0 156 0 150 0 +USC00046719197212PRCP 0 0 0 0 0 0 371 0 0 0 0 0 150 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197301TMAX 178 0 183 0 144 0 128 0 161 0 167 0 156 0 139 0 133 0 161 0 211 0 222 0 294 0 278 0 256 0 161 0 172 0 156 0 139 0 156 0 167 0 200 0 206 0 211 0 172 0 172 0 211 0 222 0 217 0 189 0 183 0 +USC00046719197301TMIN 89 0 44 0 50 0 33 0 0 0 6 0 11 0 28 0 72 0 56 0 56 0 72 0 83 0 100 0 89 0 106 0 56 0 72 0 61 0 17 0 33 0 33 0 28 0 39 0 50 0 50 0 39 0 44 0 61 0 78 0 44 0 +USC00046719197301TOBS 167 0 144 0 117 0 78 0 128 0 150 0 133 0 117 0 122 0 150 0 183 0 206 0 278 0 244 0 156 0 117 0 150 0 100 0 117 0 139 0 139 0 178 0 172 0 167 0 106 0 150 0 194 0 211 0 189 0 133 0 172 0 +USC00046719197301PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 53 0 23 0 0 0 0 0 0 0 0 0 0 0 201 0 239 0 94 0 366 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 64 0 0T 0 +USC00046719197301SNOW 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197301WT04-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197302TMAX 211 0 194 0 183 0 167 0 189 0 167 0 139 0 189 0 183 0 156 0 133 0 144 0 156 0 161 0 189 0 228 0 228 0 233 0 250 0 250 0 222 0 211 0 211 0 194 0 233 0 233 0 194 0 178 0-9999 -9999 -9999 +USC00046719197302TMIN 56 0 78 0 106 0 89 0 61 0 94 0 106 0 56 0 94 0 94 0 78 0 78 0 56 0 67 0 50 0 56 0 67 0 61 0 61 0 83 0 122 0 78 0 100 0 106 0 94 0 83 0 100 0 106 0-9999 -9999 -9999 +USC00046719197302TOBS 189 0 183 0 117 0 156 0 161 0 128 0 128 0 150 0 156 0 111 0 122 0 133 0 144 0 139 0 172 0 211 0 206 0 211 0 239 0 217 0 194 0 172 0 194 0 167 0 222 0 183 0 172 0 161 0-9999 -9999 -9999 +USC00046719197302PRCP 0 0 0 0 170 0 25 0 3 0 279 0 452 0 0 0 0 0 152 0 1046 0 147 0 114 0 0 0 61 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 3 0 378 0-9999 -9999 -9999 +USC00046719197302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197302WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197303TMAX 189 0 206 0 217 0 206 0 183 0 156 0 189 0 161 0 194 0 178 0 144 0 156 0 178 0 206 0 228 0 233 0 206 0 194 0 200 0 161 0 133 0 194 0 194 0 211 0 194 0 150 0 117 0 189 0 222 0 211 0 189 0 +USC00046719197303TMIN 83 0 83 0 67 0 78 0 61 0 83 0 50 0 89 0 44 0 72 0 100 0 39 0 39 0 61 0 56 0 78 0 67 0 78 0 56 0 67 0 33 0 44 0 50 0 67 0 72 0 61 0 83 0 89 0 78 0 67 0 89 0 +USC00046719197303TOBS 178 0 194 0 194 0 183 0 150 0 133 0 156 0 100 0 167 0 139 0 122 0 122 0 161 0 194 0 200 0 206 0 167 0 183 0 156 0 117 0 94 0 183 0 178 0 194 0 139 0 111 0 111 0 161 0 211 0 183 0 156 0 +USC00046719197303PRCP 0 0 0 0 0 0 13 0 0 0 71 0 97 0 201 0 3 0 0 0 168 0 130 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 249 0 5 0 124 0 0 0 0 0 0 0 33 0 3 0 5 0 0 0 0 0 0 0 +USC00046719197303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197303WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197304TMAX 183 0 233 0 250 0 244 0 267 0 267 0 228 0 261 0 272 0 267 0 244 0 239 0 200 0 194 0 183 0 233 0 211 0 222 0 217 0 222 0 250 0 289 0 256 0 228 0 239 0 278 0 239 0 183 0 161 0 167 0-9999 +USC00046719197304TMIN 72 0 72 0 94 0 144 0 94 0 89 0 111 0 100 0 100 0 106 0 78 0 83 0 106 0 72 0 72 0 94 0 100 0 83 0 89 0 72 0 78 0 100 0 106 0 106 0 89 0 94 0 111 0 106 0 106 0 94 0-9999 +USC00046719197304TOBS 161 0 211 0 239 0 228 0 261 0 217 0 222 0 250 0 261 0 183 0 211 0 194 0 167 0 172 0 156 0 211 0 144 0 211 0 200 0 183 0 233 0 256 0 228 0 200 0 222 0 211 0 183 0 139 0 161 0 139 0-9999 +USC00046719197304PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USC00046719197304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197305TMAX 239 0 300 0 300 0 272 0 217 0 200 0 233 0 267 0 300 0 311 0 278 0 239 0 206 0 217 0 256 0 272 0 267 0 267 0 256 0 222 0 233 0 244 0 256 0 233 0 228 0 250 0 350 0 383 0 372 0 294 0 244 0 +USC00046719197305TMIN 106 0 106 0 133 0 111 0 100 0 106 0 83 0 94 0 117 0 117 0 111 0 128 0 111 0 122 0 128 0 111 0 122 0 128 0 133 0 133 0 128 0 100 0 106 0 117 0 128 0 111 0 117 0 161 0 161 0 144 0 144 0 +USC00046719197305TOBS 222 0 283 0 272 0 217 0 172 0 189 0 217 0 256 0 289 0 272 0 233 0 194 0 172 0 211 0 250 0 211 0 256 0 256 0 222 0 178 0 217 0 233 0 233 0 222 0 167 0 239 0 344 0 367 0 289 0 244 0 167 0 +USC00046719197305PRCP 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 8 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 +USC00046719197305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197306TMAX 172 I0 194 0 194 0 261 0 333 0 350 0 344 0 344 0 317 0 300 0 278 0 261 0 244 0 222 0 239 0 250 0 256 0 322 0 389 0 400 0 406 0 394 0 367 I0 339 0 328 0 350 0 328 0 294 0 294 0 306 0-9999 +USC00046719197306TMIN 139 0 133 0 128 0 128 0 128 0 161 0 150 0 156 0 144 0 144 0 150 0 139 0 144 0 139 0 150 0 106 0 117 0 117 0 150 0 178 0 289 S0 183 0 172 0 150 0 144 0 156 0 161 0 150 0 150 0 167 0-9999 +USC00046719197306TOBS 183 I0 189 0 194 0 250 0 278 0 322 0 339 0 311 0 300 0 278 0 239 0 244 0 222 0 211 0 233 0 233 0 239 0 322 0 361 0 389 0 394 0 378 I0 333 0 322 0 306 0 328 0 278 0 289 0 283 0 306 0-9999 +USC00046719197306PRCP 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197307TMAX 317 0 344 0 389 0 367 0 322 0 294 0 267 0 289 0 306 0 311 0 311 0 289 I0 272 0 278 0 272 0 289 0 289 0 283 0 289 0 272 0 256 0 267 0 294 0 356 0 361 0 328 I0 333 0 322 0 311 0 311 0 333 0 +USC00046719197307TMIN 150 0 156 0 183 0 167 0 167 0 167 0 161 0 161 0 139 0 150 0 150 0 156 0 161 0 167 0 139 0 139 0 139 0 139 0 133 0 133 0 144 0 144 0 133 0 150 0 172 0 178 0 161 0 156 0 150 0 150 0 167 0 +USC00046719197307TOBS 306 0 339 0 367 0 317 0 294 0 250 0 256 0 272 0 278 0 294 0 300 I0 267 0 261 0 272 0 261 0 272 0 272 0 261 0 272 0 250 0 244 0 250 0 283 0 339 0 339 I0 322 0 322 0 289 0 300 0 294 0 306 0 +USC00046719197307PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197308TMAX 328 0 317 0 317 0 311 0 283 0 278 0 278 0 300 0 317 0 294 0 306 0 322 0 322 0 322 0 322 0 317 0 322 0 356 0 367 0 361 0 333 0 333 0 322 0 300 0 289 0 261 0 267 0 283 0 306 0 306 0 267 0 +USC00046719197308TMIN 172 0 178 0 178 0 178 0 172 0 161 0 139 0 144 0 150 0 156 0 161 0 156 0 161 0 172 0 167 0 178 0 172 0 183 0 200 0 206 0 206 0 172 0 144 0 133 0 161 0 156 0 144 0 128 0 133 0 150 0 139 0 +USC00046719197308TOBS 272 0 294 0 311 0 239 0 272 0 261 0 261 0 272 0 294 0 278 0 278 0 311 0 294 0 322 0 294 0 294 0 311 0 350 0 361 0 289 0 317 0 322 0 289 0 289 0 256 0 239 0 244 0 256 0 294 0 256 0 244 0 +USC00046719197308PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197309TMAX 272 0 283 0 283 0 244 0 261 0 294 0 294 0 267 0 267 0 261 0 272 0 272 0 272 0 256 0 261 0 261 0 272 0 267 0 267 0 256 0 278 0 267 0 244 0 267 0 289 0 350 0 367 0 367 0 339 0 317 0-9999 +USC00046719197309TMIN 128 0 128 0 139 0 144 0 156 0 122 0 133 0 156 0 167 0 156 0 161 0 133 0 156 0 156 0 144 0 133 0 122 0 122 0 122 0 133 0 122 0 156 0 133 0 111 0 150 0 150 0 167 0 156 0 156 0 144 0-9999 +USC00046719197309TOBS 267 0 283 0 239 0 200 0 239 0 294 0 267 0 256 0 261 0 194 0 250 0 267 0 239 0 244 0 256 0 256 0 256 0 250 0 256 0 239 0 267 0 200 0 233 0 244 0 283 0 344 0 344 0 339 0 317 0 272 0-9999 +USC00046719197309PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197310TMAX 272 0 239 0 239 0 317 0 283 0 239 0 217 0 222 0 239 0 256 0 267 0 289 0 333 0 344 0 344 0 333 0 356 0 344 0 339 0 322 0 256 0 239 0 217 0 283 0 283 0 300 0 350 0 344 0 311 0 317 0 322 0 +USC00046719197310TMIN 139 0 133 0 117 0 111 0 111 0 111 0 133 0 117 0 94 0 89 0 89 0 106 0 128 0 139 0 122 0 128 0 144 0 172 0 156 0 133 0 128 0 122 0 139 0 89 0 94 0 100 0 111 0 128 0 122 0 128 0 133 0 +USC00046719197310TOBS 233 0 222 0 233 0 283 0 239 0 183 0 206 0 194 0 228 0 228 0 244 0 267 0 322 0 339 0 300 0 322 0 322 0 317 0 322 0 256 0 239 0 206 0 206 0 267 0 256 0 294 0 333 0 300 0 272 0 261 0 256 0 +USC00046719197310PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197312TMAX 161 0 178 0 206 0 189 0 222 0 261 0 261 0 294 0 294 0 283 0 244 0 183 0 167 0 156 0 267 0 272 0 233 0 228 0 233 0 239 0 200 0 178 0 178 0 206 0 189 0 183 0 144 0 161 0 194 0 183 0 183 0 +USC00046719197312TMIN 83 0 61 0 50 0 44 0-9999 56 0 78 0 83 0 89 0 83 0 78 0 61 0 72 0 100 0 61 0 56 0 78 0 61 0 78 0 56 0 72 0 67 0 56 0 61 0 78 0 50 0 78 0 106 0 89 0 94 0 67 0 +USC00046719197312TOBS 122 0 161 0 172 0 156 0 178 0 206 0 261 0 256 0 278 0 244 0 183 0 156 0 133 0 144 0 222 0 222 0 183 0 183 0 194 0 200 0 156 0 144 0 150 0 189 0 133 0 144 0 122 0 156 0 167 0 172 0 167 0 +USC00046719197312PRCP 112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197401TMAX 167 0 139 0 111 0 83 0 94 0 94 0 100 0 106 0 111 0 139 0 150 0 206 0 239 0 261 0 278 0 272 0 178 0 211 0 211 0 144 0 183 0 206 0 228 0 233 0 222 0 183 0 206 0 206 0 222 0 194 0 194 0 +USC00046719197401TMIN 61 0 17 0 22 0 56 0 33 0 50 0 78 0 67 0 67 0 50 0 33 0 89 0 78 0 72 0 83 0 94 0 122 0 106 0 100 0 78 0 67 0 56 0 56 0 67 0 56 0 78 0 28 0 33 0 56 0 44 0 50 0 +USC00046719197401TOBS 100 0 111 0 83 0 78 0 83 0 89 0 89 0 100 0 89 0 111 0 133 0 200 0 233 0 261 0 267 0 172 0 144 0 206 0 144 0 128 0 178 0 200 0 211 0 222 0 183 0 111 0 194 0 200 0 194 0 172 0 178 0 +USC00046719197401PRCP 36 0 0 0 5 0 427 0 140 0 447 0 856 0 561 0 10 0 0 0 0 0 3 0 0 0 0 0 0 0 0T 0 94 0 3 0 0 0 69 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197402TMAX 178 0 228 0 261 0 272 0 256 0 228 0 228 0 222 0 244 0 261 0 256 0 211 0 167 0 217 0 244 0 228 0 239 0 194 0 172 0 217 0 228 0 217 0 261 0 278 0 278 0 283 0 233 0 222 0-9999 -9999 -9999 +USC00046719197402TMIN 83 0 50 0 72 0 67 0 56 0 67 0 50 0 44 0 50 0 56 0 67 0 56 0 56 0 39 0 72 0 67 0 56 0 61 0 61 0 89 0 56 0 50 0 67 0 72 0 72 0 67 0 56 0 78 0-9999 -9999 -9999 +USC00046719197402TOBS 128 0 222 0 256 0 256 0 222 0 183 0 217 0 206 0 239 0 256 0 211 0 161 0 161 0 183 0 228 0 183 0 200 0 172 0 150 0 206 0 206 0 211 0 261 0 261 0 272 0 233 0 222 0 122 0-9999 -9999 -9999 +USC00046719197402PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0-9999 -9999 -9999 +USC00046719197402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197403TMAX 222 0 211 0 161 0 206 0 233 0 222 0 194 0 117 0 144 0 167 0 228 0 239 0 256 0-9999 -9999 256 0 256 0 256 0 172 0 150 0 189 0 183 0 150 0 206 0 200 0 156 0 200 0 200 0 222 0 217 0 211 0 +USC00046719197403TMIN 106 0 89 0 61 0 22 0 44 0 56 0 72 0 61 0 56 0 122 0 44 0 67 0 78 0 94 0 100 0 83 0 133 0 117 0 106 0 111 0 89 0 100 0 100 0 67 0 78 0 100 0 94 0 78 0 128 0 94 0 78 0 +USC00046719197403TOBS 206 0 150 0 128 0 194 0 222 0 189 0 111 0 78 0 122 0 167 0 211 0 206 0-9999 244 0 261 0 239 0 250 0 172 0 144 0 144 0 183 0 139 0 133 0 194 0 144 0 144 0 200 0 161 0 217 0 156 0 211 0 +USC00046719197403PRCP 5 0 165 0 127 0 0 0 0 0 0 0 191 0 564 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 112 0 0 0 0 0 5 0 0 0 +USC00046719197403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197404TMAX 206 0 222 0 211 0 272 0 289 0 267 0 283 0 289 0 244 0 222 0 250 0 261 0 278 0 294 0 294 0 272 0 250 0 228 0 211 0 278 0 278 0 272 0 244 0 200 0 206 0 217 0 244 0 250 0 289 0 317 0-9999 +USC00046719197404TMIN 78 0 94 0 72 0 72 0 100 0 111 0 117 0 111 0 100 0 78 0 67 0 89 0 100 0 100 0 106 0 106 0 94 0 94 0 72 0 72 0 111 0 89 0 100 0 89 0 56 0 72 0 117 0 111 0 100 0 122 0-9999 +USC00046719197404TOBS 150 0 206 0 206 0 267 0 267 0 222 0 278 0 244 0 156 0 217 0 233 0 239 0 267 0 278 0 267 0 250 0 222 0 178 0 200 0 211 0 267 0 244 0 178 0 189 0 194 0 200 0 239 0 239 0 267 0 294 0-9999 +USC00046719197404PRCP 0 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197405TMAX 294 0 239 0 228 0 167 0 217 0 244 0 244 0 228 0 228 0 211 0 233 0 228 0 194 0 183 0 161 0 183 0 200 0 183 0 200 0 244 0 294 0 294 0 267 0 278 0 361 0 350 0 333 0 267 0 244 0 222 0 183 0 +USC00046719197405TMIN 122 0 117 0 117 0 111 0 100 0 117 0 100 0 128 0 133 0 122 0 133 0 117 0 122 0 128 0 128 0 128 0 111 0 122 0 117 0 78 0 111 0 111 0 117 0 117 0 117 0 167 0 139 0 139 0 144 0 128 0 128 0 +USC00046719197405TOBS 239 0 228 0 167 0 144 0 211 0 244 0 222 0 222 0 172 0 211 0 233 0 200 0 178 0 156 0 144 0 161 0 189 0 178 0 200 0 233 0 267 0 261 0 233 0 256 0 350 0 328 0 261 0 244 0 217 0 172 0 183 0 +USC00046719197405PRCP 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197405WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197406TMAX 222 0 222 0 228 0 244 0 256 0 250 0 239 0 256 0 267 0 283 0 272 0 278 0 283 0 300 0 339 0 322 0 267 0 256 0 267 0 306 0 300 0 311 0 333 0 344 0 344 0 361 0 361 0 372 0 356 0 333 0-9999 +USC00046719197406TMIN 117 0 133 0 122 0 133 0 139 0 150 0 133 0 161 0 161 0 139 0 156 0 144 0 139 0 133 0 161 0 144 0 117 0 144 0 117 0 128 0 139 0 133 0 144 0 172 0 172 0 167 0 172 0 172 0 189 0 178 0-9999 +USC00046719197406TOBS 211 0 211 0 228 0 244 0 250 0 239 0 167 0 256 0 261 0 261 0 261 0 267 0 283 0 289 0 322 0 261 0 256 0 222 0 250 0 289 0 294 0 289 0 333 0 333 0 344 0 350 0 350 0 356 0 333 0 278 0-9999 +USC00046719197406PRCP 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197407TMAX 272 0 267 0 294 0 328 0 311 0 294 0 278 0 261 0 267 0 261 0 261 0 311 0 322 0 317 0 328 0 344 0 350 0 361 0 350 0 339 0 322 0 317 0 350 0 350 0 339 0 311 0 311 I0 328 0 322 0 317 0 311 0 +USC00046719197407TMIN 156 0 150 0 133 0 139 0 144 0 144 0 150 0 144 0 139 0 156 0 133 0 144 0 156 0 144 0 178 0 161 0 161 0 172 0 189 0 222 0 211 0 167 0 194 0 211 0 206 0 183 0 172 0 183 0 183 0 189 0 183 0 +USC00046719197407TOBS 256 0 256 0 233 0 306 0 294 0 272 0 250 0 250 0 261 0 239 0 250 0 289 0 311 0 311 0 322 0 328 0 328 0 322 0 339 0 300 0 283 0 306 0 311 0 339 0 311 0 300 0 322 I0 306 0 294 0 306 0 306 0 +USC00046719197407PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197407WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197408TMAX 317 0 311 0 283 0 306 0 311 0 317 0 306 0 294 0 272 0 267 0 272 0 272 0 272 0 283 0 289 0 300 0 311 0 306 0 300 0 272 0 283 0 283 0 328 0 317 0 333 0 328 0 317 0 317 0 317 0 306 0 311 0 +USC00046719197408TMIN 189 0 183 0 189 0 172 0 183 0 172 0 172 0 178 0 167 0 167 0 161 0 156 0 167 0 150 0 144 0 128 0 128 0 144 0 161 0 161 0 150 0 144 0 144 0 150 0 139 0 144 0 133 0 139 0 133 0 139 0 161 0 +USC00046719197408TOBS 294 0 278 0 283 0 278 0 289 0 300 0 294 0 267 0 250 0 267 0 272 0 256 0 256 0 272 0 278 0 289 0 300 0 300 0 267 0 272 0 261 0 278 0 317 0 300 0 328 0 311 0 294 0 300 0 306 0 289 0 311 0 +USC00046719197408PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197409TMAX 344 0 344 0 350 0 361 0 350 0 333 0 333 0 328 0 328 0 322 0 317 0 272 0 283 0 278 0 300 0 317 0 294 0 306 0 294 0 317 0 356 0 356 0 356 0 311 0 272 0 250 0 239 0 261 0 289 0 322 0-9999 +USC00046719197409TMIN 178 0 167 0 172 0 183 0 189 0 189 0 172 0 178 0 172 0 161 0 172 0 172 0 156 0 167 0 122 0 133 0 133 0 144 0 144 0 144 0 161 0 183 0 183 0 156 0 167 0 156 0 144 0 122 0 122 0 139 0-9999 +USC00046719197409TOBS 344 0 322 0 328 0 339 0 333 0 317 0 306 0 311 0 317 0 311 0 272 0 256 0 256 0 256 0 289 0 294 0 283 0 289 0 267 0 294 0 344 0 339 0 306 0 256 0 250 0 233 0 222 0 256 0 283 0 317 0-9999 +USC00046719197409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USC00046719197409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197410TMAX 317 0 256 0 250 0 228 0 244 0 261 0 256 0 200 0 239 0 239 0 239 0 289 0 272 I0 328 0 367 0 372 0 356 0 333 0 278 0 256 0 228 0 222 0 211 0 250 0 250 0 200 0 217 0 200 0 183 0 200 0 167 0 +USC00046719197410TMIN 150 0 156 0 133 0 139 0 139 0 161 0 133 0 144 0 133 0 100 0 117 0 122 0 117 0 100 0 139 0 167 0 161 0 150 0 161 0 133 0 144 0 128 0 139 0 122 0 133 0 122 0 111 0 111 0 78 0 72 0 78 0 +USC00046719197410TOBS 256 0 250 0 228 0 200 0 228 0 239 0 167 0 194 0 228 0 222 0 233 0 283 I0 272 0 311 0 339 0 350 0 333 0 278 0 244 0 222 0 206 0 211 0 178 0 211 0 206 0 206 0 200 0 167 0 133 0 167 0 144 0 +USC00046719197410PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 30 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 191 0 0T 0 0 0 0 0 +USC00046719197410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197410WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197411TMAX 178 0 161 0 189 0 217 0 233 0 256 0 272 0 233 0 261 0 289 0 328 0 333 0 317 0 267 0 206 0 189 0 200 0 194 0 222 0 267 0 200 0 211 0 239 0 267 0-9999 283 0 228 0 200 0 244 0 211 0-9999 +USC00046719197411TMIN 100 0 106 0 111 0 67 0 67 0 94 0 83 0 72 0 83 0 94 0 100 0 117 0 128 0 111 0 100 0 100 0 122 0 78 0 89 0 83 0 117 0 94 0 100 0 122 0 89 0 72 0 67 0 72 0 44 0 67 0-9999 +USC00046719197411TOBS 156 0 161 0 183 0 178 0 189 0 217 0 222 0 178 0 244 0 267 0 283 0 289 0 267 0 200 0 172 0 189 0 167 0 161 0 200 0 200 0 156 0 161 0 228 0 261 0-9999 222 0 178 0 194 0 211 0 172 0-9999 +USC00046719197411PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197412TMAX 217 0 189 0 150 0 150 0 178 0 228 0 244 0 233 0 217 0 194 0 194 0 206 0 200 0 206 0 217 0 272 0 233 0 244 0 222 0 239 0 228 0 200 0 144 0 139 0 156 0 161 0 161 0 133 0 144 0 156 0 133 0 +USC00046719197412TMIN 89 0 44 0 89 0 106 0 56 0 56 0 67 0 61 0 50 0 44 0 44 0 56 0 72 0 67 0 94 0 72 0 89 0 56 0 61 0 72 0 78 0 61 0 44 0 0 0 11 0 -11 0 22 0 44 0 78 0 17 0 72 0 +USC00046719197412TOBS 172 0 150 0 144 0 139 0 156 0 189 0 222 0 211 0 167 0 156 0 183 0 172 0 172 0 200 0 211 0 228 0 194 0 194 0 183 0 200 0 200 0 133 0 111 0 133 0 156 0 133 0 133 0 111 0 144 0 106 0 111 0 +USC00046719197412PRCP 0 0 0 0 0 0 688 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 147 0 160 0 0 0 0T 0 +USC00046719197412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197501TMAX 178 0 178 0 183 0 183 0 206 0 211 0 172 0 156 0 167 0 144 0 217 0 211 0 278 0 317 0 289 0 239 0 294 0 300 0 306 0 294 0 256 0 233 0 244 0 250 0 256 0 250 0 183 0 144 0 139 0 111 0 122 0 +USC00046719197501TMIN 44 0 17 0 17 0 28 0 44 0 17 0 89 0 100 0 78 0 50 0 50 0 56 0 44 0 83 0 89 0 94 0 89 0 83 0 94 0 94 0 72 0 78 0 67 0 72 0 83 0 72 0 56 0 11 0 0 0 39 0 22 0 +USC00046719197501TOBS 161 0 133 0 156 0 178 0 211 0 172 0 156 0 122 0 144 0 133 0 206 0 56 0 244 0 289 0 233 0 211 0 267 0 278 0 289 0 217 0 222 0 206 0 194 0 233 0 250 0 183 0 106 0 128 0 106 0 61 0 89 0 +USC00046719197501PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 5 0 0 0 13 0 0 0 +USC00046719197501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197502TMAX 128 0 128 0 128 0 133 0 161 0 217 0 206 0 172 0 156 0 167 0 200 0 211 0 206 0 172 0 183 0 172 0 172 0-9999 189 0 172 0 183 0 189 0 228 0 278 0 261 0 228 0 228 0 250 0-9999 -9999 -9999 +USC00046719197502TMIN 39 0 22 0 11 0 56 0 89 0 72 0 83 0 78 0 83 0 89 0 61 0 83 0 67 0 100 0 56 0 28 0 22 0 28 0 44 0 61 0 72 0 44 0 44 0 6 0 72 0 61 0 78 0 83 0-9999 -9999 -9999 +USC00046719197502TOBS 122 0 122 0 106 0 117 0 144 0 206 0 161 0 156 0 128 0 150 0 172 0 200 0 144 0 161 0 172 0 128 0 167 0 172 0 172 0 144 0 172 0 178 0 222 0 261 0 200 0 222 0 222 0 233 0-9999 -9999 -9999 +USC00046719197502PRCP 0 0 0 0 414 0 46 0 5 0 0 0 0 0 0 0 142 0 56 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197502WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197503TMAX 233 0 228 0 261 0 239 0 161 0 167 0 183 0 167 0 133 0 144 0 128 0 156 0 150 0 172 0 178 0 183 0 194 0 233 0 244 0 239 0 183 0 167 0 206 0 228 0 228 0 178 0 178 0 178 0 183 0 228 0 239 0 +USC00046719197503TMIN 56 0 67 0 78 0 100 0 106 0 94 0 106 0 106 0 100 0 83 0 67 0 56 0 89 0 17 0 33 0 122 0 56 0 61 0 89 0 78 0 78 0 83 0 56 0 72 0 106 0 61 0 44 0 44 0 61 0 56 0 78 0 +USC00046719197503TOBS 211 0 189 0 239 0 161 0 106 0 156 0 161 0 133 0 133 0 100 0 128 0 144 0 100 0 150 0 156 0 133 0 189 0 222 0 244 0 178 0 150 0 156 0 167 0 228 0 156 0 172 0 167 0 167 0 178 0 222 0 117 0 +USC00046719197503PRCP 0 0 0 0 0 0 0 0 91 0 612 0 64 0 241 0 28 0 104 0 5 0 3 0 43 0 109 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 155 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USC00046719197503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197503WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197504TMAX 189 0 222 0 217 0 200 0 156 0 167 0 139 0 133 0 183 0 172 0 144 0 200 0 194 0 189 0 122 0 167 0 172 0 189 0 194 0 211 0 239 0 167 0 183 0 189 0 194 0 200 0 239 0 228 0 261 0 256 0-9999 +USC00046719197504TMIN 44 0 44 0 61 0 67 0 89 0 89 0 17 0 50 0 61 0 78 0 83 0 94 0 100 0 106 0 89 0 78 0 61 0 50 0 67 0 78 0 100 0 106 0 89 0 72 0 106 0 100 0 94 0 67 0 78 0 94 0-9999 +USC00046719197504TOBS 167 0 211 0 200 0 150 0 117 0 89 0 122 0 106 0 150 0 122 0 133 0 161 0 156 0 122 0 122 0 150 0 167 0 183 0 183 0 217 0 161 0 139 0 178 0 172 0 183 0 161 0 167 0 217 0 256 0 211 0-9999 +USC00046719197504PRCP 15 0 0 0 0 0 0 0 71 0 130 0 56 0 3 0 94 0 5 0 0 0 0 0 0 0 0 0 43 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197504WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197505TMAX 211 0 250 0 233 0 211 0 200 0 211 0 233 0 233 0 272 0 272 0 267 0 294 0 267 0 244 0 217 0 194 0 244 0 233 0 222 0 156 0 189 0 211 0 250 0 267 0 244 0 256 0 206 0 261 0 272 0 278 0 256 I0 +USC00046719197505TMIN 111 0 89 0 100 0 106 0 61 0 67 0 83 0 78 0 106 0 133 0 144 0 78 0 128 0 128 0 106 0 117 0 144 0 167 0 117 0 94 0 67 0 78 0 94 0 117 0 139 0 133 0 133 0 128 0 139 0 133 0 133 0 +USC00046719197505TOBS 200 0 239 0 183 0 178 0 178 0 194 0 222 0 222 0 256 0 261 0 261 0 256 0 244 0 211 0 183 0 150 0 189 0 189 0 156 0 122 0 183 0 200 0 250 0 222 0 211 0 211 0 200 0 250 0 244 0 267 I0 239 0 +USC00046719197505PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197506TMAX 256 0 250 0 244 0 217 0 244 0 256 0 239 0 233 0 261 0 267 0 311 0 300 0 261 0 244 0 250 0 244 0 183 0 178 0 167 0 222 0 233 0 278 0 267 0 239 0 283 0 317 0 306 0 311 0 300 0 294 0-9999 +USC00046719197506TMIN 133 0 117 0 78 0 128 0 122 0 122 0 122 0 111 0 128 0 117 0 128 0 139 0 139 0 128 0 128 0 139 0 133 0 117 0 117 0 89 0 106 0 139 0 94 0 139 0 106 0 133 0 117 0 144 0 133 0 128 0-9999 +USC00046719197506TOBS 233 0 239 0 200 0 217 0 233 0 228 0 200 0 194 0 250 0 250 0 294 0 250 0 239 0 211 0 211 0 178 0 167 0 161 0 167 0 211 0 233 0 267 0 228 0 228 0 272 0 300 0 283 0 233 0 244 0 283 0-9999 +USC00046719197506PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197507TMAX 306 0 289 0 278 0 289 0 317 0 328 0 322 0 300 0 344 0 333 0 344 0 339 0 272 0 283 0 289 0 283 0 278 0 272 0 283 0 300 0 306 0 322 0 306 0 328 0 317 0 311 0 317 0 311 0 289 0 283 0 289 0 +USC00046719197507TMIN 133 0 128 0 128 0 150 0 189 0 144 0 144 0 156 0 178 0 189 0 194 0 178 0 167 0 161 0 139 0 139 0 161 0 150 0 156 0 167 0 150 0 150 0 150 0 156 0 156 0 156 0 172 0 167 0 161 0 156 0 144 0 +USC00046719197507TOBS 278 0 272 0 256 0 244 0 261 0 272 0 300 0 289 0 322 0 328 0 333 0 256 0 267 0 272 0 267 0 272 0 267 0 261 0 244 0 294 0 294 0 294 0 278 0 289 0 294 0 267 0 267 0 283 0 272 0 278 0 278 0 +USC00046719197507PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197508TMAX 306 0 328 0 322 0 333 0 339 0 350 0 356 0 356 0 322 0 317 0 317 0 294 0 283 0 283 0 272 0 300 0 283 0 267 0 272 0 267 0 256 0 300 0 339 0 333 0 328 0 300 0 300 0 300 0 300 0 311 0 306 0 +USC00046719197508TMIN 139 0 133 0 156 0 161 0 161 0 183 0 200 0 189 0 194 0 178 0 156 0 156 0 139 0 133 0 128 0 122 0 128 0 133 0 150 0 144 0 144 0 133 0 133 0 128 0 139 0 133 0 122 0 122 0 133 0 144 0 128 0 +USC00046719197508TOBS 289 0 311 0 317 0 328 0 322 0 350 0 356 0 311 0 278 0 300 0 294 0 278 0 261 0 267 0 261 0 267 0 256 0 256 0 261 0 256 0 250 0 289 0 328 0 322 0 300 0 294 0 294 0 289 0 294 0 300 0 300 0 +USC00046719197508PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197509TMAX 306 0 311 0 339 0 339 0 333 0 328 0 311 0 306 0 267 0 233 0 239 0 250 0 261 0 289 0 333 0 356 0 356 0 328 0 328 0 311 0 350 0 389 0 389 0 394 0 378 0 350 0 322 0 283 0 278 0 278 0-9999 +USC00046719197509TMIN 128 0 122 0 150 0 172 0 178 0 161 0 194 0 172 0 161 0 150 0 133 0 122 0 156 0 128 0 139 0 194 0 206 0 189 0 161 0 167 0 172 0 183 0 206 0 200 0 189 0 172 0 144 0 133 0 139 0 150 0-9999 +USC00046719197509TOBS 278 0 300 0 328 0 333 0 311 0 300 0 283 0 261 0 189 0 228 0 228 0 244 0 256 0 267 0 328 0 350 0 322 0 317 0 306 0 300 0 333 0 372 0 372 0 367 0 350 0 322 0 272 0 267 0 256 0 256 0-9999 +USC00046719197509PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197510TMAX 289 0 317 0 356 0 356 0 333 I0 322 0 217 0 250 0 239 0 239 0 233 0 211 0 228 0 272 0 300 0 322 0 306 0 250 0 211 0 239 0 228 0 183 0 233 0 239 0 250 0 244 0 222 0 256 0 278 0 217 0 217 0 +USC00046719197510TMIN-9999 150 0 167 0 167 0 156 0 156 0 139 0 94 0 111 0 128 0 128 0 117 0 83 0 94 0 122 0 122 0 111 0 106 0 122 0 117 0 117 0 133 0 100 0 67 0 78 0 61 0 111 0 78 0 89 0 78 0 72 0 +USC00046719197510TOBS 267 0 311 0 350 0 344 I0 322 0 178 0 211 0 239 0 222 0 228 0 189 0 178 0 217 0 267 0 283 0 306 0 239 0 189 0 200 0 228 0 178 0 183 0 222 0 233 0 244 0 206 0 211 0 200 0 217 0 150 0 189 0 +USC00046719197510PRCP 0 0 0 0 0 0 0 0 0 0 10 0 28 0 0 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 +USC00046719197510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197511TMAX 261 0 267 0 306 0 311 0 228 0 206 0 244 0 206 0 256 0 222 0 250 0 294 0 300 0 278 0 256 0 211 I0 189 0 172 0 200 0 200 0 228 0 244 0 278 0 261 0 261 0 239 0 200 0 133 0 150 0 172 0-9999 +USC00046719197511TMIN 78 0 89 0 94 0 111 0 83 0 111 0 78 0 94 0 94 0 78 0 78 0 83 0 100 0 106 0 78 0 67 0 67 0 56 0 39 0 50 0 50 0 67 0 67 0 94 0 106 0 89 0 83 0 56 0 44 0 28 0-9999 +USC00046719197511TOBS 244 0 239 0 244 0 233 0 172 0 172 0 200 0 172 0 217 0 172 0 217 0 256 0 261 0 217 0 222 I0 189 0 150 0 139 0 161 0 161 0 200 0 222 0 256 0 228 0 228 0 200 0 133 0 100 0 122 0 156 0-9999 +USC00046719197511PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 18 0 0 0 0 0-9999 +USC00046719197511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197512TMAX 244 0 261 0 222 0 172 0 178 0 239 0 278 0 306 0 289 0 228 0 161 0 139 0 133 0 167 0 217 0 194 0 211 0 228 0 183 0 211 0 167 I0 189 0 194 0 217 0 222 0 239 0 183 0 250 0 228 0 194 0 156 0 +USC00046719197512TMIN 44 0 100 0 67 0 83 0 83 0 56 0 72 0 67 0 106 0 72 0 94 0 94 0 44 0 17 0 17 0 22 0 28 0 50 0 44 0 44 0 67 0 61 0 67 0 67 0 56 0 72 0 83 0 94 0 83 0 67 0 61 0 +USC00046719197512TOBS 206 0 206 0 172 0 139 0 150 0 222 0 256 0 256 0 228 0 161 0 133 0 100 0 111 0 144 0 172 0 161 0 172 0 183 0 144 0 150 0 178 I0 156 0 167 0 206 0 206 0 183 0 172 0 222 0 194 0 156 0 144 0 +USC00046719197512PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197601TMAX 156 0 150 0 172 0 194 0 189 0 172 0 211 0 233 0 200 0 183 0 222 0 206 0 244 0 272 0 294 0 294 0 300 0 300 0 267 0 267 0 256 0 261 0 206 0 178 0 211 0 250 0 278 0 283 0 272 0 256 0 294 0 +USC00046719197601TMIN 11 0 11 0 11 0 22 0 44 0 28 0 33 0 44 0 61 0 50 0 50 0 50 0 61 0 67 0 72 0 111 0 122 0 94 0 83 0 89 0 89 0 83 0 67 0 94 0 28 0 39 0 72 0 94 0 106 0 83 0 89 0 +USC00046719197601TOBS 139 0 128 0 161 0 178 0 167 0 139 0 183 0 200 0 150 0 172 0 206 0 172 0 233 0 239 0 256 0 272 0 311 I0 206 0 244 0 244 0 244 0 206 0 178 0 156 0 200 0 228 0 239 0 261 0 222 0 222 0 278 0 +USC00046719197601PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197602TMAX 289 0 261 0 228 0 150 0 100 0 133 0 133 0 139 0 144 0 183 0 217 0 211 0 183 0 172 0 150 0 167 0 194 0 222 0 178 0 206 0 228 0 244 0 239 0 183 0 217 0 233 0 244 0 239 0 228 0-9999 -9999 +USC00046719197602TMIN 100 0 83 0 61 0 94 0 67 0 50 0 83 0 72 0 78 0 94 0 56 0 78 0 67 0 89 0 50 0 44 0 56 0 61 0 72 0 44 0 44 0 56 0 61 0 67 0 56 0 61 0 83 0 83 0 89 0-9999 -9999 +USC00046719197602TOBS 256 0 228 0 150 0 100 0 83 0 122 0 117 0 133 0 117 0 144 0 211 0 183 0 156 0 133 0 122 0 156 0 183 0 178 0 139 0 189 0 217 0 222 0 178 0 161 0 206 0 200 0 233 0 228 0 161 0-9999 -9999 +USC00046719197602PRCP 0 0 0 0 0 0 58 0 112 0 363 0 117 0 137 0 389 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719197602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719197602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719197602WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197603TMAX 156 0 122 0 128 0 144 0 167 0 194 0 194 0 178 0 161 0 133 0 139 0 222 0 239 0 250 0 267 0 272 0 267 0 233 0 206 0 256 0 289 0 294 0 256 0 222 0 217 0 261 0 233 0 200 0 217 0 256 0 256 0 +USC00046719197603TMIN 100 0 17 0 17 0 11 0 50 0 56 0 33 0 72 0 44 0 56 0 89 0 44 0 67 0 67 0 61 0 117 0 144 0 83 0 89 0 78 0 89 0 117 0 89 0 100 0 111 0 94 0 111 0 89 0 83 0 94 0 94 0 +USC00046719197603TOBS 117 0 78 0 111 0 128 0 156 0 167 0 161 0 156 0 133 0 117 0 122 0 211 0 200 0 211 0 244 0 261 0 233 0 178 0 189 0 239 0 272 0 256 0 211 0 189 0 206 0 233 0 194 0 189 0 200 0 217 0 217 0 +USC00046719197603PRCP 345 0 3 0 216 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197604TMAX 217 0 217 0 183 0 144 0 139 0 189 0 228 0 194 0 206 0 194 0 178 0 167 0 144 0 172 0 156 0 167 0 194 0 200 0 272 0 294 0 261 0 222 0 206 0 211 0 244 0 239 0 211 0 206 0 228 0 317 0-9999 +USC00046719197604TMIN 83 0 61 0 83 0 44 0 61 0 72 0 67 0 83 0 61 0 72 0 67 0 61 0 67 0 50 0 94 0 44 0 50 0 67 0 78 0 111 0 111 0 117 0 122 0 100 0 111 0 78 0 117 0 111 0 78 0 94 0-9999 +USC00046719197604TOBS 194 0 189 0 122 0 111 0 139 0 156 0 194 0 144 0 178 0 172 0 167 0 139 0 122 0 150 0 128 0 156 0 172 0 189 0 239 0 256 0 222 0 167 0 194 0 211 0 233 0 211 0 156 0 183 0 222 0 306 0-9999 +USC00046719197604PRCP 0 0 0 0 0 0 81 0 0T 0 0 0 0 0 38 0 0 0 0 0 0 0 0T 0 163 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197605TMAX 317 0 306 0 239 0 228 0 206 0 150 0 200 0 239 0 256 0 261 0 300 0 339 0 361 0 356 0 283 0 256 0 272 0 289 0 256 0 244 0 233 0 233 0 244 0 228 0 211 0 278 0 261 0 228 0 189 0 200 0 250 0 +USC00046719197605TMIN 122 0 117 0 117 0 117 0 117 0 111 0 94 0 111 0 100 0 117 0 128 0 150 0 128 0 133 0 139 0 133 0 117 0 106 0 111 0 128 0 128 0 111 0 100 0 83 0 133 0 100 0 128 0 139 0 128 0 128 0 111 0 +USC00046719197605TOBS 306 0 239 0 172 0 211 0 144 0 144 0 194 0 222 0 239 0 250 0 289 0 317 0 356 0 278 0 244 0 239 0 272 0 256 0 239 0 228 0 211 0 217 0 228 0 206 0 211 0 261 0 228 0 172 0 167 0 200 0 250 0 +USC00046719197605PRCP 0 0 0 0 0T 0 3 0 0T 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197606TMAX 283 0 272 0 244 0 244 0 250 0 250 0 244 0 233 0 206 0 189 0 228 0 272 0 283 0 339 0 356 0 322 0 278 0 306 0 306 0 300 0 289 0 278 0 367 0 389 0 367 0 372 0 411 0 400 0 350 0 328 0-9999 +USC00046719197606TMIN 117 0 144 0 156 0 128 0 106 0 117 0 106 0 117 0 122 0 111 0 106 0 117 0 122 0 139 0 150 0 144 0 133 0 128 0 150 0 156 0 133 0 128 0 117 0 200 0 167 0 189 0 194 0 206 0 178 0 139 0-9999 +USC00046719197606TOBS 272 0 244 0 233 0 239 0 239 0 233 0 228 0 206 0 183 0 172 0 228 0 261 0 278 0 339 0 322 0 272 0 272 0 278 0 289 0 283 0 272 0 272 0 350 0 367 0 350 0 361 0 400 0 350 0 328 0 300 0-9999 +USC00046719197606PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197607TMAX 300 0 278 0 283 0 300 0 317 0 350 0 356 0 344 0 333 0 311 0 300 0 283 0 267 0 272 0 267 0 278 0 289 0 283 0 294 0 300 0 289 0 289 0 300 0 311 0 311 0 300 0 322 0 300 0 289 0 278 0 272 0 +USC00046719197607TMIN 144 0 156 0 150 0 139 0 144 0 150 0 139 0 178 0 167 0 178 0 167 0 172 0 183 0 172 0 167 0 150 0 156 0 150 0 156 0 161 0 156 0 172 0 167 0 156 0 161 0 139 0 183 0 161 0 167 0 156 0 167 0 +USC00046719197607TOBS 272 0 250 0 272 0 294 0 306 0 339 0 350 0 333 0 300 0 278 0 283 0 261 0 261 0 267 0 244 0 261 0 256 0 272 0 283 0 294 0 289 0 256 0 294 0 300 0 294 0 239 0 300 0 283 0 267 0 267 0 267 0 +USC00046719197607PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197608TMAX 267 0 256 0 261 0 283 0 294 0 289 0 300 0 300 0 294 0 300 0 328 0 322 0 294 0 272 0 244 0 233 0 256 0 261 0 267 0 283 0 289 0 289 0 322 0 322 0 322 0 333 0 333 0 356 0 394 0 394 0 383 0 +USC00046719197608TMIN 144 0 133 0 133 0 117 0 150 0 161 0 139 0 133 0 133 0 133 0 133 0 139 0 150 0 156 0 128 0 144 0 144 0 133 0 133 0 161 0 144 0 139 0 156 0 144 0 150 0 150 0 150 0 167 0 189 0 206 0 189 0 +USC00046719197608TOBS 256 0 239 0 239 0 272 0 289 0 278 0 283 0 283 0 283 0 294 0 322 0 294 0 267 0 239 0 206 0 222 0 244 0 250 0 256 0 267 0 278 0 272 0 311 0 306 0 311 0 311 0 306 0 350 0 372 0 383 0 339 0 +USC00046719197608PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197609TMAX 339 0 322 0 339 0 333 0 328 0 289 0 328 0 350 0 328 0 306 0 222 0 233 0 272 0 267 0 244 0 239 0 256 0 256 0 256 0 250 0 256 0 250 0 261 0 261 0 211 0 222 0 256 0 256 0 261 0 261 0-9999 +USC00046719197609TMIN 178 0 172 0 189 0 183 0 178 0 167 0 172 0 183 0 200 0 167 0 150 0 150 0 139 0 172 0 167 0 161 0 144 0 133 0 139 0 172 0 172 0 144 0 167 0 178 0 167 0 156 0 156 0 139 0 167 0 167 0-9999 +USC00046719197609TOBS 289 0 311 0 300 0 322 0 272 0 278 0 267 0 328 0 306 0 217 0 167 0 217 0 267 0 244 0 178 0 228 0 233 0 244 0 222 0 233 0 250 0 239 0 244 0 206 0 206 0 222 0 239 0 250 0 256 0 250 0-9999 +USC00046719197609PRCP 0 0 0 0 0T 0 71 0 0 0 58 0 5 0 0 0 0 0 279 0 549 0 0T 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197609WT03-9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197610TMAX 250 0 239 0 267 0 300 0 328 0 317 0 350 0 350 0 367 0 333 I0 328 0 339 0 328 0 317 0 278 0 256 0 267 0 239 0 261 0 256 0 256 0 233 0 233 0 228 0 239 0 250 0 267 0 283 0 256 0 256 0 289 0 +USC00046719197610TMIN 156 0 144 0 133 0 128 0 139 0 144 0 156 0 161 0 172 0 167 0 139 0 133 0 139 0 144 0 156 0 144 0 139 0 161 0 122 0 156 0 172 0 156 0 133 0 111 0 111 0 100 0 133 0 117 0 89 0 83 0 89 0 +USC00046719197610TOBS 233 0 222 0 261 0 283 0 300 0 294 0 328 0 344 0 344 I0 317 0 272 0 328 0 317 0-9999 239 0 250 0 244 0 228 0 244 0 256 0 206 0 217 0 211 0 222 0 222 0 250 0 256 0 256 0 239 0 244 0 278 0 +USC00046719197610PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 366 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197610WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197611TMAX 322 0 339 0 356 0 344 0 328 0 317 0 322 0 311 0 278 0 244 0 200 0 189 0 194 0 178 0 244 0 311 0 289 0 289 0 267 0 250 0 250 0 261 0 272 0 278 0 244 0 200 0 183 0 178 0 217 0 250 0-9999 +USC00046719197611TMIN 117 0 128 0 156 0 139 0 150 0 133 0 128 0 133 0 139 0 94 0 139 0 111 0 83 0 128 0 94 0 122 0 133 0 122 0 122 0 94 0 94 0 94 0 106 0 100 0 83 0 117 0 111 0 22 0 -6 0 56 0-9999 +USC00046719197611TOBS 283 0 300 0 272 0 300 0 289 0 278 0 294 0 256 0 239 0 200 0 178 0 156 0 172 0 144 0 211 0 267 0 244 0 250 0 222 0 217 0 222 0 217 0 222 0 222 0 200 0 178 0 172 0 167 0 178 0 211 0-9999 +USC00046719197611PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 211 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197612TMAX 278 0 256 0 267 0 211 0 217 0 228 0 256 0 250 0 194 0 211 0 244 0 250 0 239 0 250 0 261 0 261 0 233 0 200 0 206 0 217 0 228 0 217 0 183 0 183 0 228 0 244 0 239 0 233 0 189 0 150 0 156 0 +USC00046719197612TMIN 67 0 83 0 61 0 56 0 72 0 67 0 61 0 61 0 56 0 67 0 67 0 67 0 72 0 72 0 78 0 89 0 78 0 67 0 72 0 67 0 61 0 50 0 56 0 39 0 50 0 72 0 50 0 56 0 56 0 94 0 83 0 +USC00046719197612TOBS 228 0 211 0 211 0 189 0 200 0 172 0 206 0 194 0 161 0 178 0 228 0 239 0 206 0 206 0 228 0 222 0 189 0 183 0 194 0 161 0 194 0 178 0 183 0 161 0 211 0 228 0 183 0 189 0 150 0 117 0 139 0 +USC00046719197612PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 114 0 +USC00046719197612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197701TMAX 167 0 144 0 161 0 156 0 128 0 94 0 117 0 156 0 167 0 167 0 206 0 178 0 189 0 206 0 217 0 256 0 267 0 261 0 250 0 217 0 189 0 189 0 206 0 222 0 206 0 206 0 200 0 183 0 206 0 239 0 228 0 +USC00046719197701TMIN 78 0 78 0 44 0 39 0 50 0 56 0 78 0 39 0 39 0 22 0 39 0 50 0 61 0 44 0 61 0 61 0 83 0 106 0 117 0 122 0 111 0 100 0 78 0 78 0 100 0 89 0 72 0 100 0 83 0 67 0 56 0 +USC00046719197701TOBS 144 0 111 0 139 0 128 0 83 0 94 0 106 0 150 0 156 0 139 0 178 0 150 0 156 0 189 0 206 0 239 0 261 0 250 0 217 0 161 0 172 0 172 0 194 0 206 0 178 0 189 0 183 0 156 0 189 0 228 0 194 0 +USC00046719197701PRCP 0 0 5 0 450 0 0 0 30 0 246 0 348 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197701WT03-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197702TMAX 194 0 200 0 228 0 239 0 239 0 244 0 261 0 239 0 206 0 256 0 283 0 300 0 300 0 306 0 306 0 317 0 289 0 261 0 294 0 267 0 228 0 233 0 211 0 117 0 194 0 200 0 244 0 244 0-9999 -9999 -9999 +USC00046719197702TMIN 94 0 56 0 72 0 67 0 78 0 67 0 78 0 89 0 78 0 89 0 100 0 111 0 111 0 106 0 111 0 122 0 117 0 94 0 94 0 89 0 94 0 100 0 94 0 89 I0 44 0 44 0 61 0 83 0-9999 -9999 -9999 +USC00046719197702TOBS 150 0 178 0 217 0 217 0 222 0 233 0 239 0 200 0 194 0 233 0 267 0 289 0 283 0 289 0 289 0 289 0 261 0 244 0 272 0 222 0 189 0 211 0 117 0 78 I0 189 0 200 0 233 0 200 0-9999 -9999 -9999 +USC00046719197702PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 15 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197703TMAX 200 0 178 0 183 0 200 0 228 0 250 0 250 0 239 0 211 0 206 0 217 0 222 0 200 0 172 0 178 0 167 0 161 0 194 0 211 0 211 0 278 0 261 0 228 0 150 0 106 0 217 0 189 I0 194 0 178 0 178 0 167 0 +USC00046719197703TMIN 67 0 33 0 44 0 56 0 56 0 61 0 78 0 100 0 61 0 72 0 78 0 61 0 67 0 39 0 28 0 56 0 28 0 39 0 56 0 56 0 72 0 89 0 111 0 83 0 50 0 28 0 61 0 94 0 67 0 50 0 39 0 +USC00046719197703TOBS 139 0 150 0 161 0 194 0 217 0 228 0 217 0 211 0 172 0 194 0 206 0 200 0 161 0 144 0 161 0 117 0 150 0 183 0 183 0 194 0 256 0 228 0 139 0 106 0 89 0 200 I0 167 0 167 0 156 0 128 0 139 0 +USC00046719197703PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 165 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 272 0 13 0 0 0 0 0 0 0 0 0 0T 0 +USC00046719197703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197704TMAX 167 0 167 0 194 0 250 0 283 0 306 0 267 0 228 0 194 0 200 0 200 0 261 0 228 0 222 0 244 0 244 0 244 0 233 0 256 0 267 0 278 0 294 0 306 0 278 0 267 0 244 0 233 0 217 0 244 0 233 0-9999 +USC00046719197704TMIN 56 0 94 0 78 0 72 0 83 0 128 0 100 0 100 0 94 0 78 0 78 0 83 0 89 0 122 0 94 0 111 0 117 0 117 0 100 0 83 0 89 0 117 0 122 0 111 0 100 0 111 0 117 0 128 0 89 0 111 0-9999 +USC00046719197704TOBS 150 0 150 0 189 0 217 0 261 0 267 0 228 0 189 0 167 0 194 0 178 0 228 0 206 0 206 0 217 0 228 0 228 0 200 0 244 0 256 0 256 0 289 0 278 0 261 0 244 0 233 0 206 0 211 0 228 0 217 0-9999 +USC00046719197704PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197705TMAX 222 0 239 0 239 0 233 0 217 0 172 0 172 0 156 0 133 0 178 0 178 0 178 0 200 0 200 0 178 0 189 0 211 0 228 0 239 0 278 0 272 0 256 0 233 0 183 0 200 0 222 0 239 0 239 0 244 0 289 0 311 0 +USC00046719197705TMIN 122 0 94 0 100 0 106 0 106 0 89 0 78 0 78 0 72 0 83 0 83 0 94 0 89 0 111 0 106 0 111 0 67 0 72 0 100 0 111 0 117 0 111 0 122 0 100 0 89 0 89 0 100 0 106 0 111 0 117 0 133 0 +USC00046719197705TOBS 217 0 239 0 200 0 217 0 167 0 139 0 150 0 122 0 117 0 172 0 178 0 156 0 200 0 156 0 167 0 178 0 200 0 211 0 233 0 261 0 256 0 222 0 128 0 161 0 194 0 211 0 222 0 233 0 239 0 267 0 278 0 +USC00046719197705PRCP 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 381 0 462 0 28 0 0 0 15 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 23 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197705WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197706TMAX 294 0 289 0 289 0 300 0 294 0 306 0 283 0 250 0 228 0 239 0 239 0 244 0 233 0 250 0 272 0 289 0 283 0 278 0 256 0 250 0 261 0 272 0 289 0 317 0 311 0 289 0 300 0 300 0 317 0 311 0-9999 +USC00046719197706TMIN 128 0 133 0 139 0 133 0 150 0 161 0 161 0 156 0 139 0 144 0 111 0 100 0 117 0 139 0 111 0 117 0 111 0 128 0 139 0 133 0 133 0 150 0 156 0 150 0 150 0 139 0 144 0 150 0 167 0 167 0-9999 +USC00046719197706TOBS 272 0 272 0 261 0 289 0 283 0 272 0 250 0 228 0 183 0 217 0 222 0 233 0 228 0 233 0 261 0 283 0 272 0 261 0 244 0 244 0 250 0 261 0 272 0 311 0 278 0 283 0 278 0 272 0 283 0 300 0-9999 +USC00046719197706PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197707TMAX 300 0 311 0 294 0 289 0 278 0 322 0 306 0 311 0 311 0 311 0 294 0 283 0 283 0 294 0 322 0 328 0 328 0 322 0 300 0 300 0 317 0 350 0 333 0 333 0 344 0 378 0 372 0 361 0 367 0 344 0 328 0 +USC00046719197707TMIN 156 0 167 0 161 0 150 0 156 0 133 0 139 0 139 0 144 0 139 0 139 0 133 0 139 0 122 0 144 0 178 0 189 0 178 0 150 0 161 0 156 0 156 0 111 0 161 0 172 0 183 0 189 0 178 0 194 0 178 0 189 0 +USC00046719197707TOBS 283 0 283 0 289 0 261 0 278 0 289 0 289 0 294 0 278 0 300 0 283 0 272 0 272 0 289 0 311 0-9999 311 0 300 0 283 0 283 0 300 0 333 0 289 0 317 0 333 0 367 0 361 0 344 0 339 0 322 0 311 0 +USC00046719197707PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197708TMAX 322 0 339 0 344 0 333 0 317 0 322 0 317 0 328 0 306 0 306 0 317 0 311 0 311 0 333 0 350 0 322 0 278 0 272 0 322 0 339 0 322 0 289 0 294 0 294 0 283 0 278 0 289 0 317 0 317 0 294 0 283 0 +USC00046719197708TMIN 189 0 194 0 194 0 183 0 178 0 161 0 150 0 156 0 139 0 144 0 144 0 167 0 161 0 156 0 167 0 233 0 200 0 189 0 183 0 200 0 178 0 167 0 194 0 178 0 156 0 167 0 183 0 178 0 178 0 183 0 172 0 +USC00046719197708TOBS 289 0 328 0 333 0 311 0 306 0 306 0 300 0 300 0 294 0 289 0 300 0 289 0 300 0 328 0 311 0 278 0 217 0 272 0 311 0 322 0 272 0 267 0 278 0 283 0 278 0 261 0 278 0 311 0 294 0 283 0 267 0 +USC00046719197708PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 549 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197709TMAX 283 0 294 0 311 0 356 0 367 0 367 0 372 0 367 0 344 0 317 0 300 0 283 0 261 0 261 0 239 0 233 0 244 0 278 0 267 0 261 0 294 0 267 0 261 0 300 0 289 0 250 0 256 0 261 0 261 0 267 0-9999 +USC00046719197709TMIN 150 0 161 0 156 0 150 0 161 0 189 0 200 0 211 0 172 0 167 0 161 0 161 0 144 0 139 0 122 0 139 0 122 0 122 0 128 0 139 0 133 0 133 0 133 0 133 0 133 0 150 0 156 0 128 0 161 0 161 0-9999 +USC00046719197709TOBS 278 0 283 0 289 0 317 0 344 0 344 0 344 0 344 0 306 0 289 0 278 0 256 0 261 0 239 0 228 0 228 0 239 0 261 0 250 0 250 0 272 0 250 0 239 0 289 0 244 0 228 0 250 0 261 0 222 0 244 0-9999 +USC00046719197709PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0-9999 +USC00046719197709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197710TMAX 317 0 294 0 300 0 306 0 311 0 300 0 311 0 311 0 294 0 267 0 306 0 333 0 317 0 311 0 328 0 306 0 278 0 267 0 228 0 183 0 222 0 283 0 278 0 289 0 300 0 289 0 256 0 233 0 222 0 228 0 233 0 +USC00046719197710TMIN 139 0 139 0 128 0 150 0 144 0 161 0 144 0 172 0 156 0 128 0 133 0 144 0 144 0 133 0 133 0 111 0 139 0 128 0 139 0 106 0 133 0 106 0 122 0 128 0 139 0 133 0 139 0 117 0 100 0 106 0 89 0 +USC00046719197710TOBS 300 0 283 0 294 0 289 0 300 0 261 0 272 0 294 0 250 0 256 0 294 0 317 0 300 0 306 0 306 0 272 0 267 0 228 0 172 0 172 0 211 0 267 0 261 0 278 0 289 0 256 0 211 0 194 0 206 0 211 0 200 0 +USC00046719197710PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USC00046719197710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197711TMAX 311 0 311 0 278 0 244 0 200 0 228 0 222 0 244 0 250 0 289 0 272 0 272 0 233 0 261 0 294 0 289 0 267 0 222 0 183 0 178 0 200 0 194 0 244 0 306 0 333 0 317 0 267 0 294 0 289 0 272 0-9999 +USC00046719197711TMIN 106 0 128 0 122 0 122 0 128 0 94 0 72 0 83 0 83 0 89 0 117 0 117 0 78 0 67 0 117 0 117 0 106 0 128 0 122 0 67 0 72 0 67 0 67 0 106 0 128 0 133 0 139 0 128 0 139 0 122 0-9999 +USC00046719197711TOBS 278 0 256 0 244 0 200 0 133 0 200 0 194 0 194 0 222 0 244 0 217 0 239 0 194 0 222 0 244 0 256 0 222 0 161 0 167 0 167 0 161 0 161 0 211 0 294 0 278 0 267 0 228 0 261 0 244 0 239 0-9999 +USC00046719197711PRCP 0 0 0 0 0 0 0 0 28 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197712TMAX 272 0 267 0 256 0 233 0 261 0 272 0 222 0 194 0 183 0 222 0 178 0 183 0 256 0 250 0 206 0 194 0 172 0 172 0 183 0 189 0 183 0 189 0 167 0 189 0 194 0 189 0 172 0 161 0 172 0 183 0 161 0 +USC00046719197712TMIN 122 0 106 0 94 0 94 0 94 0 94 0 72 0 94 0 78 0 83 0 111 0 111 0 83 0 89 0 100 0 72 0 117 0 94 0 44 0 67 0 122 0 106 0 117 0 106 0 133 0 122 0 100 0 122 0 117 0 122 0 94 0 +USC00046719197712TOBS 217 0 217 0 233 0 194 0 217 0 222 0 150 0 167 0 167 0 172 0 156 0 167 0 222 0 206 0 167 0 167 0 122 0 139 0 144 0 183 0 139 0 167 0 150 0 189 0 183 0 133 0 161 0 144 0 150 0 167 0 139 0 +USC00046719197712PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 132 0 0 0 0 0 5 0 5 0 25 0 0T 0 0 0 427 0 109 0 749 0 5 0 5 0 8 0 +USC00046719197712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197801TMAX 189 0 178 0 172 0 139 0 161 0 150 0 211 0 222 0 200 0 128 0 183 0 161 0 211 0 178 0 167 0 144 0 150 0 167 0 178 0 189 0 206 0 200 0 178 0 178 0 206 0 222 0 228 0 233 0 239 0 233 0 150 0 +USC00046719197801TMIN 61 0 83 0 83 0 94 0 61 0 117 0 94 0 83 0 78 0 89 0 67 0 83 0 94 0 111 0 100 0 94 0 83 0 67 0 72 0 67 0 61 0 78 0 67 0 33 0 39 0 61 0 89 0 89 0 100 0 100 0 111 0 +USC00046719197801TOBS 161 0 172 0 111 0 111 0 133 0 150 0 194 0 194 0 111 0 111 0 156 0 156 0 172 0 111 0 133 0 122 0 150 0 150 0 167 0 172 0 194 0 172 0 156 0 161 0 194 0 194 0 222 0 211 0 228 0 144 0 150 0 +USC00046719197801PRCP 0 0 0 0 23 0 389 0 20 0 91 0 0 0 0 0 188 0 363 0 23 0 0 0 0 0 102 0 490 0 221 0 262 0 0 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 +USC00046719197801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197801WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197802TMAX 189 0 206 0 256 0 244 0 217 0 183 0 161 0 172 0 161 0 139 0 144 0 133 0 139 0 178 0 178 0 183 0 200 0 211 0 228 0 244 0 267 0 272 0 267 0 222 0 194 0 178 0 167 0 167 0-9999 -9999 -9999 +USC00046719197802TMIN 72 0 61 0 78 0 111 0 122 0 122 0 111 0 72 0 94 0 89 0 39 0 33 0 67 0 28 0 50 0 56 0 56 0 61 0 78 0 89 0 83 0 94 0 100 0 100 0 78 0 94 0 94 0 122 0-9999 -9999 -9999 +USC00046719197802TOBS 167 0 189 0 239 0 222 0 133 0 161 0 144 0 156 0 139 0 122 0 133 0 89 0 106 0 161 0 150 0 167 0 178 0 183 0 211 0 222 0 239 0 267 0 222 0 189 0 156 0 161 0 150 0 150 0-9999 -9999 -9999 +USC00046719197802PRCP 0 0 0 0 0 0 0 0 135 0 97 0 142 0 30 0 775 0 386 0 0 0 13 0 323 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 450 0-9999 -9999 -9999 +USC00046719197802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197802WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197803TMAX 150 0 139 0 156 0 161 0 156 0 194 0 239 0 228 0 200 0 161 0 156 0 189 0 200 0 217 0 278 0 300 0 311 0 311 0 233 0 200 I0 189 0 178 0 200 0 250 0 311 0 289 0 272 0 244 0 228 0 172 0 183 0 +USC00046719197803TMIN 111 0 -50 S0 100 0 100 0 100 0 78 0 78 0 94 0 106 0 83 0 111 0 72 0 61 0 67 0 83 0 133 0 122 0 150 0 122 0 122 0 128 0 128 0 117 0 89 0 117 0 139 0 122 0 106 0 122 0 128 0 111 0 +USC00046719197803TOBS 139 0 133 0 122 0 150 0 133 0 183 0 222 0 194 0 128 0 156 0 133 0 167 0 183 0 211 0 267 0 294 0 306 0 217 0 211 I0 189 0 139 0 150 0 183 0 239 0 289 0 267 0 194 0 222 0 150 0 172 0 161 0 +USC00046719197803PRCP 1265 0 384 0 56 0 823 0 203 0 5 0 0 0 0 0 3 0 0 0 33 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 170 0 5 0 0 0 0 0 0 0 0 0 0 0 3 0 30 0 203 0 +USC00046719197803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197803WT03 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719197805TMAX 211 0 233 0 228 0 206 0 211 0 244 0 272 0 300 0 294 0 267 0 250 0 350 0 350 0 322 0 256 0 267 0 300 0 328 0 322 0 311 0 261 0 239 0 222 0 222 0 217 0 228 0 289 0 356 0 378 0 350 0 283 0 +USC00046719197805TMIN 83 0 89 0 117 0 128 0 111 0 100 0 94 0 128 0 139 0 122 0 128 0 128 0 167 0 144 0 156 0 122 0 128 0 133 0 156 0 133 0 122 0 122 0 133 0 89 0 89 0 89 0 106 0 144 0 189 0 167 0 144 0 +USC00046719197805TOBS 211 0 211 0 206 0 167 0 206 0 233 0 267 0 278 0 267 0 211 0 239 0 333 0 311 0 256 0 239 0 261 0 283 0 311 0 311 0 256 0 228 0 222 0 189 0 206 0 183 0 217 0 267 0 344 0 350 0 283 0 244 0 +USC00046719197805PRCP 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197806TMAX 244 0 233 0 256 0 267 0 272 0 311 0 311 0 333 0 322 0 300 0 294 0 322 0 344 0 328 0 294 0 289 0 344 0 322 0 333 0 328 0 350 0 328 0 344 0 344 0 322 0 283 0 250 0 250 0 261 0 289 0-9999 +USC00046719197806TMIN 144 0 122 0 106 0 122 0 144 0 150 0 150 0 156 0 156 0 161 0 150 0 156 0 172 0 161 0 122 0 128 0 150 0 172 0 178 0 167 0 161 0 167 0 178 0 183 0 161 0 139 0 144 0 128 0 133 0 139 0-9999 +USC00046719197806TOBS 222 0 222 0 244 0 250 0 256 0 261 0 294 0 300 0 300 0 250 0 272 0 311 0 328 0 294 0 283 0 272 0 322 0 311 0 300 0 317 0 322 0 306 0 339 0 317 0 278 0 244 0 233 0 239 0 256 0 278 0-9999 +USC00046719197806PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USC00046719197806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197807TMAX 289 0 283 0 278 0 289 0 283 0 294 0 306 0 322 0 311 0 294 0 294 0 322 0 367 0 378 0 383 0 378 0 317 0 317 0 317 0 317 0 306 0 322 0 339 0 328 0 333 0 328 0 333 0 339 0 322 0 328 0 311 0 +USC00046719197807TMIN 144 0 133 0 128 0 133 0 128 0 139 0 144 0 139 0 133 0 133 0 144 0 144 0 167 0 189 0 206 0 194 0 161 0 156 0 150 0 161 0 144 0 150 0 167 0 167 0 172 0 189 0 178 0 183 0 172 0 156 0 156 0 +USC00046719197807TOBS 278 0 278 0 261 0 278 0 261 0 278 0 289 0 306 0 294 0 278 0 289 0 300 0 350 0 367 0 378 0 317 0 294 0 289 0 311 0 306 0 300 0 311 0 322 0 317 0 311 0 317 0 328 0 317 0 306 0 317 0 283 0 +USC00046719197807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197808TMAX 311 0 306 0 300 0 361 0 356 0 367 0 350 0 322 0 317 0 317 0 294 0 294 0 283 0 283 0 306 0 294 0 283 0 300 0 300 0 311 0 306 0 283 0 283 0 289 0 278 0 289 0 306 0 328 0 317 0 300 0 317 0 +USC00046719197808TMIN 156 0 161 0 161 0 172 0 189 0 183 0 183 0 172 0 183 0 183 0 172 0 167 0 161 0 156 0 150 0 122 0 128 0 128 0 133 0 139 0 144 0 133 0 128 0 117 0 122 0 133 0 144 0 161 0 161 0 183 0 161 0 +USC00046719197808TOBS 306 0 278 0 283 0 328 0 344 0 350 0 322 0 289 0 311 0 294 0 283 0 289 0 267 0 283 0 289 0 283 0 272 0 272 0 294 0 306 0 283 0 267 0 267 0 278 0 267 0 272 0 294 0 300 0 289 0 289 0 311 0 +USC00046719197808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197809TMAX 311 0 328 0 339 0 333 0 311 0 211 0 256 0 283 0 278 0 267 0 272 0 250 0 244 0 233 0 256 0 267 0 239 0 256 0 300 0 317 0 344 0 361 0 394 0 411 0 406 0 394 0 372 0 378 0 372 0 344 0-9999 +USC00046719197809TMIN 111 0 156 0 178 0 206 0 194 0 178 0 144 0 133 0 156 0 133 0 150 0 144 0 161 0 161 0 122 0 122 0 156 0 117 0 150 0 128 0 144 0 150 0 183 0 206 0 139 0 211 0 217 0 206 0 206 0 178 0-9999 +USC00046719197809TOBS 300 0 317 0 322 0 300 0 206 0 211 0 244 0 278 0 256 0 256 0 250 0 244 0 194 0 222 0 239 0 239 0 200 0 233 0 289 0 311 0 317 0 350 0 389 0 400 0 372 0 372 0 361 0 372 0 344 0 311 0-9999 +USC00046719197809PRCP 0 0 0 0 0 0 0 0 64 0 114 0 0T 0 0 0 0 0 0 0 0 0 0 0 15 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197810TMAX 311 0 283 0 311 0 294 0 278 0 294 0 300 0 294 0 317 0 317 0 328 0 339 0 356 0 350 0 322 0 294 0 250 0 267 0 283 0 272 0 239 0 267 0 317 0 311 0 239 0 272 0 283 0 272 0 267 0 222 0 211 0 +USC00046719197810TMIN 172 0 172 0 150 0 161 0 161 0 156 0 150 0 150 0 150 0 144 0 156 0 144 0 156 0 150 0 150 0 133 0 150 0 122 0 128 0 161 0 150 0 156 0 172 0 144 0 161 0 117 0 117 0 117 0 117 0 139 0 100 0 +USC00046719197810TOBS 272 0 272 0 294 0 267 0 267 0 278 0 289 0 278 0 311 0 294 0 317 0 322 0 350 0 322 0 294 0 244 0 239 0 250 0 272 0 222 0 217 0 256 0 311 0 239 0 228 0 250 0 272 0 267 0 222 0 156 0 172 0 +USC00046719197810PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 13 0 +USC00046719197810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197811TMAX 200 0 211 0 283 0 300 0 283 0 306 0 306 0 317 0 261 0 178 0 139 0 150 0 139 0 161 0 194 0 206 0 206 0 239 0 217 0 183 0 156 0 133 0 194 0 194 0 178 0 178 0 200 0 200 0 206 0 228 0-9999 +USC00046719197811TMIN 94 0 78 0 89 0 106 0 106 0 94 0 122 0 117 0 117 0 122 0 78 0 28 0 50 0 44 0 39 0 44 0 56 0 78 0 72 0 94 0 106 0 72 0 67 0 89 0 78 0 67 0 50 0 56 0 67 0 72 0-9999 +USC00046719197811TOBS 161 0 172 0 239 0 283 0 211 0 261 0 250 0 261 0 178 0 139 0 89 0 133 0 94 0 133 0 161 0 167 0 172 0 200 0 183 0 156 0 111 0 111 0 183 0 167 0 144 0 167 0 167 0 161 0 178 0 194 0-9999 +USC00046719197811PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 122 0 51 0 30 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 193 0 43 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197812TMAX 194 0 178 0 189 0 200 0 156 0 133 0 111 0 117 0 167 0 239 0 239 0 256 0 244 0 239 0 200 0 200 0 178 0 183 0 117 0 150 0 178 0 211 0 189 0 211 0 200 0 194 0 161 0 133 0 161 0 183 0 178 0 +USC00046719197812TMIN 78 0 67 0 44 0 50 0 50 0 56 0 11 0 -22 0 6 0 44 0 89 0 72 0 61 0 72 0 67 0 67 0 83 0 72 0 28 0 17 0 22 0 50 0 44 0 50 0 50 0 50 0 39 0 61 0 67 0 50 0 28 0 +USC00046719197812TOBS 128 0 156 0 167 0 156 0 133 0 78 0 83 0 89 0 139 0 211 0 206 0 189 0 206 0 200 0 172 0 178 0 117 0 83 0 94 0 128 0 144 0 167 0 167 0 200 0 167 0 150 0 122 0 122 0 161 0 156 0 167 0 +USC00046719197812PRCP 15 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 155 0 198 0 137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197901TMAX 178 0 167 0 200 0 183 0 167 0 178 0 172 0 178 0 178 0 189 0 178 0 206 0 194 0 178 0 111 0 161 0 161 0 144 0 156 0 183 0 161 0 150 0 183 0 172 0 161 0 156 0 156 0 139 0 117 0 94 0 111 0 +USC00046719197901TMIN 6 0 44 0 50 0 56 0 61 0 78 0 83 0 78 0 94 0 56 0 72 0 94 0 50 0 89 0 67 0 83 0 83 0 56 0 28 0 44 0 78 0 56 0 50 0 94 0 78 0 11 0 17 0 22 0 -17 0 22 0 44 0 +USC00046719197901TOBS 156 0 139 0 172 0 167 0 106 0 156 0 144 0 139 0 150 0 167 0 156 0 167 0 178 0 89 0 100 0 144 0 144 0 111 0 139 0 161 0 139 0 133 0 172 0 161 0 111 0 139 0 139 0 67 0 94 0 50 0 78 0 +USC00046719197901PRCP 0 0 0 0 0 0 0 0 414 0 201 0 0 0 0T 0 41 0 0 0 0 0 0 0 0 0 91 0 259 0 269 0 10 0 41 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 0T 0 61 0 526 0 +USC00046719197901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USC00046719197901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197901WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USC00046719197901WT06-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USC00046719197902TMAX 122 0 94 0 172 0 189 0 189 0 189 0 189 0 233 0 228 0 244 0 250 0 244 0 228 0 183 0 161 0 144 0 217 0 222 0 183 0 144 0 122 0 144 0 167 0 211 0 233 0 206 0 206 0 194 0-9999 -9999 -9999 +USC00046719197902TMIN 56 0 44 0 22 0 0 0 39 0 44 0 56 0 61 0 56 0 61 0 78 0 83 0 67 0 78 0 56 0 67 0 50 0 61 0 78 0 94 0 78 0 44 0 61 0 56 0 78 0 72 0 56 0 56 0-9999 -9999 -9999 +USC00046719197902TOBS 94 0 44 0 167 0 178 0 178 0 183 0 178 0 200 0 206 0 217 0 233 0 228 0 183 0 156 0 144 0 139 0 211 0 183 0 144 0 111 0 100 0 117 0 156 0 206 0 206 0 139 0 167 0 167 0-9999 -9999 -9999 +USC00046719197902PRCP 203 0 168 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 0 0 0T 0 0 0 0 0 8 0 23 0 488 0 23 0 76 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719197904TMAX 233 0 233 0 244 0 278 0 289 0 244 0 194 0 222 0 206 0 211 0 217 0 250 0 278 0 278 0 261 0 233 0 183 0 200 0 233 0 261 0 267 0 244 0 222 0 233 0 256 0 267 0 239 0 228 0 239 0 222 0-9999 +USC00046719197904TMIN 78 0 28 0 78 0 94 0 111 0 106 0 117 0 111 0 117 0 111 0 83 0 89 0 111 0 122 0 50 0 133 0 111 0 67 0 61 0 78 0 89 0 56 0 78 0 89 0 100 0 133 0 106 0 111 0 100 0 122 0-9999 +USC00046719197904TOBS 206 0 217 0 217 0 256 0 244 0 189 0 172 0 206 0 178 0 200 0 206 0 244 0 244 0 256 0 233 0 172 0 161 0 167 0 211 0 239 0 244 0 222 0 189 0 211 0 222 0 239 0 194 0 211 0 222 0 167 0-9999 +USC00046719197904PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197905TMAX 183 0 189 0 228 0 261 0 256 0 206 0 189 0 211 0 222 0 256 0 306 0 350 0 367 0 356 0 311 0 233 0 239 0 233 0 256 0 239 0 228 0 289 0 306 0 272 0 272 0 267 0 261 0 194 0 206 0 228 0 228 0 +USC00046719197905TMIN 117 0 106 0 117 0 94 0 106 0 72 0 39 0 94 0 78 0 83 0 122 0 167 0 144 0 94 0 117 0 133 0 122 0 122 0 94 0 128 0 139 0 111 0 150 0 150 0 139 0 156 0 150 0 106 0 67 0 122 0 111 0 +USC00046719197905TOBS 172 0 183 0 211 0 250 0 206 0 172 0 178 0 200 0 217 0 233 0 283 0 333 0 356 0 311 0 233 0 206 0 228 0 222 0 239 0 189 0 222 0 283 0 272 0 239 0 256 0 261 0 194 0 194 0 200 0 222 0 217 0 +USC00046719197905PRCP 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 0 0 0 0 +USC00046719197905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197906TMAX 250 0 250 0 250 0 250 0 244 0 239 0 189 0 311 0 350 0 400 0 406 0 406 0 367 0 333 0 311 0 272 0 250 0 233 0 294 0 300 0 272 0 278 0 294 0 283 0 294 0 333 0 383 0 367 0 339 0 344 0-9999 +USC00046719197906TMIN 111 0 128 0 144 0 111 0 150 0 150 0 133 0 144 0 133 0 172 0 211 0 206 0 211 0 178 0 133 0 139 0 89 0 61 0 117 0 122 0 122 0 111 0 106 0 150 0 139 0 150 0 172 0 139 0 89 0 161 0-9999 +USC00046719197906TOBS 228 0 233 0 250 0 244 0 239 0 183 0 167 0 289 0 344 0 389 0 383 0 367 0 333 0 317 0 267 0 250 0 211 0 228 0 272 0 261 0 256 0 267 0 261 0 272 0 289 0 322 0 367 0 339 0 339 0 300 0-9999 +USC00046719197906PRCP 0 0 0 0 0T 0 0 0 0 0 3 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197907TMAX 300 0 267 0 239 0 267 0 272 0 283 0 317 0 350 0 344 0 328 0 311 0 322 0 306 0 317 0 328 0 333 0 356 0 361 0 350 0 283 0 306 0 300 0 322 0 322 0 311 0 311 0 317 0 333 0 333 0 333 0 361 0 +USC00046719197907TMIN 150 0 150 0 144 0 122 0 133 0 133 0 144 0 144 0 111 0 150 0 161 0 156 0 172 0 111 0 128 0 100 0 189 0 172 0 183 0 200 0 189 0 161 0 172 0 167 0 161 0 150 0 144 0 161 0 117 0 89 0 178 0 +USC00046719197907TOBS 267 0 222 0 233 0 244 0 250 0 278 0 311 0 328 0 322 0 311 0 294 0 306 0 250 0 289 0 306 0 322 0 350 0 339 0 283 0 267 0 300 0 294 0 322 0 311 0 300 0 294 0 300 0 328 0 317 0 317 0 339 0 +USC00046719197907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197908TMAX 339 0 306 0 294 0 311 0 322 0 322 0 328 0 328 0 339 0 333 0 311 0 294 0 250 0 272 0 283 0 294 0 294 0 278 0 272 0 261 0 283 0 322 0 344 0 344 0 322 I0 317 0 322 0 311 0 239 0 278 0 289 0 +USC00046719197908TMIN 161 0 161 0 161 0 150 0 106 0 122 0 194 0 194 0 183 0 167 0 178 0 172 0 172 0 128 0 139 0 156 0 167 0 161 0 117 0 172 0 144 0 122 0 167 0 172 0 183 0 139 0 133 0 178 0 178 0 167 0 144 0 +USC00046719197908TOBS 306 0 278 0 272 0 306 0 311 0 311 0 322 0 311 0 333 0 300 0 294 0 222 0 244 0 261 0 278 0 289 0 278 0 267 0 261 0 250 0 278 0 306 0 333 0 333 I0 317 0 311 0 311 0 239 0 228 0 272 0 272 0 +USC00046719197908PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197909TMAX 294 0 317 0 328 0 322 0 328 0 322 0 344 0 394 0 411 0 389 0 378 0 356 0 356 0 361 0 394 0 372 0 339 0 367 0 372 0 361 0 339 0 344 0 344 0 322 0 317 0 322 0 306 0 294 0 261 0 261 0-9999 +USC00046719197909TMIN 167 0 133 0 167 0 144 0 150 0 156 0 167 0 189 0 128 0 206 0 200 0 189 0 200 0 211 0 211 0 150 0 144 0 194 0 194 0 178 0 161 0 161 0 172 0 178 0 167 0 156 0 156 0 150 0 161 0 128 0-9999 +USC00046719197909TOBS 289 0 306 0 322 0 306 0 322 0 306 0 333 0 378 0 389 0 367 0 350 0 333 0 339 0 350 0 372 0 328 0 317 0 361 0 361 0 322 0 311 0 344 0 322 0 278 0 294 0 294 0 294 0 261 0 233 0 250 0-9999 +USC00046719197909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197910TMAX 272 0 333 0 317 0 317 0 311 0 306 0 294 0 267 0 272 0 267 0 261 0 261 0 256 0 250 0 244 0 233 0 211 0 200 0 200 0 206 0 233 0 267 0 278 0 261 0 256 0 256 0 267 0 261 0 233 0 244 0 222 0 +USC00046719197910TMIN 133 0 133 0 167 0 161 0 161 0 150 0 94 0 100 0 139 0 128 0 144 0 117 0 122 0 156 0 139 0 150 0 133 0 156 0 144 0 156 0 100 0 72 0 128 0 106 0 106 0 122 0 100 0 150 0 89 0 89 0 72 0 +USC00046719197910TOBS 261 0 317 0 272 0 294 0 289 0 294 0 267 0 239 0 261 0 250 0 244 0 239 0 250 0 244 0 222 0 206 0 200 0 200 0 167 0 206 0 222 0 256 0 250 0 244 0 239 0 228 0 261 0 228 0 211 0 189 0 183 0 +USC00046719197910PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 3 0 231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197911TMAX 256 0 272 0 222 0 217 0 256 0 250 0 200 0 200 0 194 0 222 0 211 0 272 0 283 0 278 0 289 0 278 0 233 0 200 0 200 0 183 0 194 0 194 0 200 0 233 0 228 0 206 0 228 0 256 0 239 0 278 0-9999 +USC00046719197911TMIN 83 0 94 0 100 0 83 0 78 0 94 0 89 0 78 0 89 0 72 0 44 0 78 0 89 0 111 0 94 0 106 0 117 0 78 0 50 0 50 0 17 0 44 0 11 0 78 0 83 0 89 0 94 0 89 0 83 0 72 0-9999 +USC00046719197911TOBS 206 0 217 0 211 0 183 0 222 0 200 0 139 0 161 0 167 0 206 0 200 0 233 0 244 0 228 0 244 0 233 0 178 0 167 0 167 0 144 0 144 0 178 0 172 0 211 0 211 0 161 0 194 0 211 0 211 0 228 0-9999 +USC00046719197911PRCP 0 0 0 0 0 0 3 0 0 0 0 0 5 0 66 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719197912TMAX 283 0 256 0 283 0 311 0 306 0 289 0 278 0 267 0 250 0 217 0 183 0 200 0 244 0 244 0 256 0 267 0 283 0 261 0 206 0 194 0 144 0 183 0 161 0 172 0 167 0 178 0 183 0 183 0 211 0 222 0 211 0 +USC00046719197912TMIN 106 0 67 0 117 0 89 0 111 0 128 0 106 0 100 0 100 0 56 0 111 0 28 0 50 0 61 0 67 0 61 0 78 0 100 0 72 0 56 0 100 0 67 0 28 0 56 0 89 0 56 0 44 0 39 0 67 0 39 0 83 0 +USC00046719197912TOBS 256 0 228 0 239 0 261 0 244 0 244 0 233 0 244 0 217 0 139 0 156 0 167 0 189 0 206 0 222 0 244 0 233 0 194 0 172 0 144 0 128 0 161 0 133 0 111 0 156 0 150 0 150 0 156 0 200 0 200 0 211 0 +USC00046719197912PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 46 0 147 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719197912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198001TMAX 239 0 256 0 233 0 228 0 233 0 211 0 189 0 161 0 150 0 139 0 172 0 178 0 178 0 172 0 183 0 161 0 139 0 161 0 167 0 183 0 217 0 222 0 228 0 222 0 211 0 167 0 150 0 139 0 133 0 200 0 228 0 +USC00046719198001TMIN 22 0 83 0 83 0 61 0 67 0 100 0 94 0 117 0 117 0 111 0 106 0 133 0 94 0 72 0 117 0 117 0 117 0 83 0 33 0 33 0 28 0 67 0 67 0 67 0 56 0 111 0 106 0 106 0 100 0 83 0 111 0 +USC00046719198001TOBS 222 0 217 0 206 0 200 0 211 0 189 0 139 0 144 0 128 0 139 0 161 0 178 0 156 0 156 0 156 0 139 0 128 0 150 0 161 0 178 0 183 0 200 0 194 0 211 0 156 0 150 0 139 0 122 0 122 0 183 0 200 0 +USC00046719198001PRCP 0 0 0 0 0 0 0 0 0 0 0 0 28 0 13 0 612 0 216 0 267 0 124 0 46 0 175 0 3 0 5 0 28 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 218 0 1001 0 33 0 3 0 +USC00046719198001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198002TMAX 261 0 278 0 267 0 267 0 278 0 267 0 233 0 222 0 233 0 228 0 211 0 222 0 200 0 139 0 161 0 156 0 189 0 189 0 172 0 144 0 167 0 183 0 206 0 244 0 272 0 283 0 278 0 217 0 228 0-9999 -9999 +USC00046719198002TMIN 100 0 144 0 139 0 106 0 133 0 106 0 117 0 111 0 72 0 61 0 56 0 56 0 61 0 111 0 106 0 117 0 122 0 133 0 117 0 94 0 100 0 67 0 89 0 111 0 67 0 117 0 117 0 111 0 83 0-9999 -9999 +USC00046719198002TOBS 256 0 233 0 244 0 239 0 233 0 233 0 172 0 189 0 228 0 211 0 189 0 206 0 133 0 133 0 156 0 122 0 161 0 172 0 139 0 111 0 167 0 167 0 189 0 233 0 261 0 278 0 211 0 189 0 217 0-9999 -9999 +USC00046719198002PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 376 0 892 0 897 0 861 0 513 0 505 0 594 0 94 0 272 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719198002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719198002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719198003TMAX 222 0 178 0 150 0 183 0 167 0 144 0 172 0 217 0 256 0 244 0 222 0 217 0 250 0 250 0 233 0 244 0 256 0 228 0 217 0 222 0 200 0 228 0 222 0 206 0 178 0 211 0 211 0 244 0 267 0 233 0 222 0 +USC00046719198003TMIN 106 0 100 0 89 0 106 0 100 0 94 0 100 0 56 0 72 0 111 0 83 0 83 0 78 0 83 0 139 0 128 0 78 0 83 0 56 0 67 0 94 0 56 0 128 0 61 0 67 0 50 0 89 0 83 0 78 0 83 0 89 0 +USC00046719198003TOBS 172 0 111 0 150 0 167 0 122 0 139 0 167 0 200 0 244 0 150 0 194 0 206 0 233 0 228 0 206 0 239 0 228 0 83 0 194 0 200 0 150 0 211 0 206 0 167 0 133 0 211 0 178 0 233 0 233 0 222 0 189 0 +USC00046719198003PRCP 0 0 191 0 404 0 0T 0 91 0 297 0 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 259 0 25 0 0 0 0 0 5 0 0 0 0 0 0T 0 147 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198003WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198004TMAX 217 0 206 0 206 0 228 0 206 0 233 0 272 0 311 0 294 0 272 0 294 0 289 0 306 0 283 0 289 0 339 0 322 0 317 0 322 0 300 0 228 0 156 0 150 0 194 0 217 0 217 0 228 0 206 0 189 0 156 0-9999 +USC00046719198004TMIN 72 0 83 0 78 0 78 0 117 0 150 0 78 0 111 0 111 0 100 0 117 0 106 0 94 0 94 0 106 0 128 0 139 0 128 0 128 0 111 0 111 0 78 0 67 0 78 0 83 0 139 0 144 0 94 0 89 0 106 0-9999 +USC00046719198004TOBS 206 0 172 0 189 0 200 0 189 0 211 0 239 0 278 0 272 0 256 0 272 0 267 0 289 0 250 0 261 0 283 0 300 0 289 0 300 0 228 0 156 0 139 0 150 0 183 0 200 0 194 0 206 0 133 0 150 0 139 0-9999 +USC00046719198004PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 8 0 8 0 0 0 0 0 0 0 0 0 43 0 41 0 46 0-9999 +USC00046719198004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198004WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198005TMAX 178 0 278 0 289 0 283 0 272 0 256 0 244 0 189 0 206 0 200 0 194 0 194 0 206 0 200 0 178 0 239 0 267 0 278 0 278 0 272 0 172 0 167 0 194 0 200 0 206 0 206 0 211 0 183 0 222 0 217 0 167 0 +USC00046719198005TMIN 117 0 94 0 133 0 128 0 133 0 139 0 122 0 128 0 128 0 122 0 117 0 72 0 83 0 106 0 94 0 106 0 111 0 133 0 139 0 150 0 117 0 117 0 122 0 117 0 128 0 133 0 72 0 106 0 83 0 100 0 117 0 +USC00046719198005TOBS 172 0 256 0 267 0 272 0 222 0 244 0 189 0 172 0 194 0 178 0 183 0 167 0 200 0 167 0 178 0 228 0 250 0 267 0 272 0 161 0 161 0 156 0 189 0 189 0 189 0 206 0 167 0 183 0 217 0 161 0 167 0 +USC00046719198005PRCP 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 3 0 66 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198006TMAX 189 0 183 0 211 0 250 0 239 0 228 0 278 0 300 0 300 0 278 0 272 0 283 0 267 0 272 0 322 0 306 0 272 0 267 0 289 0 289 0 289 0 300 0 294 0 283 0 294 0 328 0 361 0 344 0 344 0 306 I0-9999 +USC00046719198006TMIN 122 0 111 0 122 0 106 0 106 0 89 0 183 0 189 0 106 0 128 0 128 0 122 0 111 0 117 0 144 0 133 0 144 0 150 0 128 0 128 0 122 0 139 0 117 0 128 0 122 0 150 0 200 0 194 0 200 0 189 0-9999 +USC00046719198006TOBS 189 0 172 0 206 0 239 0 228 0 222 0 278 0 289 0 278 0 244 0 267 0 261 0 256 0 261 0 306 0 267 0 256 0 267 0 283 0 278 0 278 0 294 0 267 0 272 0 283 0 322 0 344 0 322 0 317 I0 278 0-9999 +USC00046719198006PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198007TMAX 289 0 272 0 289 0 311 0 333 0 333 0 311 0 311 0 322 0 333 0 344 0 328 0 317 0 317 0 356 0 350 0 328 0 311 0 311 0 311 0 300 0 328 0 333 0 339 0 339 0 344 0 356 0 367 0 383 0 378 0 356 0 +USC00046719198007TMIN 178 0 178 0 167 0 200 0 211 0 217 0 150 0 156 0 144 0 161 0 178 0 161 0 144 0 144 0 161 0 189 0 172 0 156 0 189 0 183 0 133 0 156 0 183 0 172 0 178 0 194 0 200 0 206 0 211 0 222 0 222 0 +USC00046719198007TOBS 267 0 267 0 267 0 306 0 322 0 306 0 300 0 294 0 306 0 317 0 322 0 317 0 278 0 306 0 322 0 328 0 311 0 294 0 283 0 300 0 289 0 322 0 311 0 333 0 322 0 322 0 350 0 356 0 372 0 339 0 356 0 +USC00046719198007PRCP 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198008TMAX 361 0 344 0 339 0 317 0 311 0 333 0 350 0 356 0 367 0 356 0 361 0 339 0 300 0 289 0 256 0 272 0 278 0 278 0 256 0 272 0 300 0 283 0 294 0 294 0 311 0 317 0 311 0 311 0 317 0 306 0 283 0 +USC00046719198008TMIN 222 0 233 0 194 0 172 0 183 0 167 0 172 0 189 0 189 0 189 0 194 0 200 0 189 0 189 0 172 0 183 0 167 0 150 0 161 0 128 0 128 0 139 0 167 0 139 0 156 0 144 0 144 0 139 0 150 0 167 0 161 0 +USC00046719198008TOBS 317 0 339 0 317 0 283 0 272 0 322 0 339 0 344 0 339 0 339 0 339 0 300 0 289 0 244 0 239 0 261 0 278 0 228 0 250 0 267 0 283 0 256 0 283 0 283 0 289 0 294 0 306 0 294 0 300 0 278 0 272 0 +USC00046719198008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198009TMAX 278 0 272 0 300 0 300 0 300 0 311 0 294 0 244 0 256 0 261 0 283 0 272 0 267 0 244 0 250 0 289 0 372 0 333 0 283 I0 272 0 261 0 261 0 278 0 328 0 311 0 311 0 306 0 306 0 383 0 406 0-9999 +USC00046719198009TMIN 172 0 139 0 139 0 133 0 156 0 156 0 144 0 144 0 122 0 133 0 150 0 144 0 161 0 150 0 111 0 133 0 178 0 172 0 139 0 139 0 150 0 117 0 117 0 111 0 128 0 133 0 139 0 139 0 111 0 178 0-9999 +USC00046719198009TOBS 272 0 267 0 294 0 300 0 283 0 294 0 239 0 239 0 217 0 239 0 267 0 261 0 222 0 244 0 228 0 278 0 333 0 294 I0 267 0 256 0 256 0 239 0 272 0 311 0 306 0 300 0 294 0 300 0 350 0 394 0-9999 +USC00046719198009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198010TMAX 394 0 356 0 328 0 306 0 278 0 294 0 328 0 311 0 283 0 272 0 306 0 294 0 250 0 228 0 206 0 200 0 222 0 278 0 306 0 317 0 306 0 311 0 311 0 322 0 306 0 228 0 244 0 267 0 283 0 311 0 294 0 +USC00046719198010TMIN 172 0 139 0 150 0 150 0 139 0 128 0 133 0 139 0 144 0 139 0 150 0 161 0 117 0 139 0 94 0 89 0 83 0 83 0 128 0 128 0 122 0 106 0 111 0 111 0 111 0 111 0 89 0 100 0 83 0 100 0 133 0 +USC00046719198010TOBS 344 0 328 0 306 0 278 0 267 0 289 0 311 0 283 0 256 0 261 0 294 0 250 0 206 0 200 0 183 0 200 0 211 0 261 0 283 0 294 0 283 0 256 0 294 0 300 0 200 0 200 0 233 0 233 0 244 0 272 0 261 0 +USC00046719198010PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198011TMAX 300 0 289 0 317 0 333 0 278 0 233 0 228 0 228 0 228 0 211 0 189 0 211 0 222 0 239 0 217 0 222 0 194 0 222 0 239 0 261 0 250 0 206 0 206 0 211 0 222 0 250 0 283 0 306 0 278 0 233 0-9999 +USC00046719198011TMIN 111 0 111 0 106 0 122 0 106 0 117 0 94 0 106 0 83 0 78 0 122 0 117 0 78 0 78 0 61 0 144 0 67 0 61 0 61 0 78 0 72 0 89 0 83 0 67 0 67 0 67 0 106 0 106 0 128 0 78 0-9999 +USC00046719198011TOBS 261 0 267 0 261 0 278 0 189 0 211 0 178 0 206 0 211 0 167 0 172 0 167 0 206 0 189 0 206 0 183 0 178 0 172 0 194 0 206 0 194 0 172 0 178 0 189 0 194 0 211 0 267 0 283 0 239 0 194 I0-9999 +USC00046719198011PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198012TMAX 183 I0 206 0 161 0 144 0 172 0 161 0 161 0 183 0 189 0 233 0 256 0 206 0 206 0 244 0 272 0 294 0 250 0 211 0 183 0 250 0 256 0 222 0 267 0 261 0 283 0 294 0 244 0 256 0 300 0 294 0 267 0 +USC00046719198012TMIN 83 0 67 0 83 0 94 0 100 0 50 0 44 0 44 0 44 0 44 0 61 0 89 0 83 0 78 0 67 0 117 0 128 0 100 0 83 0 89 0 83 0 83 0 89 0 111 0 94 0 94 0 89 0 111 0 100 0 117 0 117 0 +USC00046719198012TOBS 156 0 161 0 144 0 133 0 133 0 139 0 144 0 150 0 167 0 189 0 206 0 183 0 194 0 228 0 239 0 250 0 211 0 144 0 167 0 233 0 222 0 189 0 233 0 239 0 250 0 244 0 189 0 217 0 261 0 261 0 222 0 +USC00046719198012PRCP 0 0 0 0 0 0 226 0 13 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198101TMAX 261 0 217 0 217 0 200 0 267 0 250 0 217 0 183 0 233 0 256 0 239 0 200 0 222 0 228 0 217 0 200 0 222 0 239 0 217 0 206 0 239 0 228 0 172 0 194 0 206 0 200 0 161 0 139 0 133 0 150 0 167 0 +USC00046719198101TMIN 111 0 100 0 111 0 94 0 94 0 83 0 83 0 56 0 67 0 78 0 72 0 122 0 106 0 89 0 89 0 89 0 94 0 94 0 89 0 89 0 94 0 117 0 106 0 72 0 72 0 50 0 78 0 83 0 67 0 33 0 39 0 +USC00046719198101TOBS 206 0 167 0 200 0 183 0 233 0 217 0 183 0 156 0 206 0 239 0 178 0 183 0 194 0 183 0 178 0 183 0 200 0 217 0 178 0 178 0 228 0 167 0 150 0 156 0 200 0 161 0 133 0 133 0 100 0 106 0 144 0 +USC00046719198101PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 84 0 0 0 0 0 0 0 0 0 312 0 356 0 5 0 0 0 +USC00046719198101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198102TMAX 206 0 217 0 217 0 200 0 217 0 183 0 206 0 194 0 161 0 189 0 167 0 256 0 250 0 278 0 289 0 300 0 283 0 311 0 300 0 261 0 272 0 289 0 278 0 228 0 167 0 172 0 206 0 189 0-9999 -9999 -9999 +USC00046719198102TMIN 44 0 44 0 56 0 44 0 50 0 67 0 83 0 111 0 89 0 111 0 83 0 94 0 94 0 122 0 117 0 111 0 106 0 122 0 133 0 111 0 89 0 139 0 94 0 83 0 83 0 39 0 50 0 78 0-9999 -9999 -9999 +USC00046719198102TOBS 194 0 194 0 200 0 178 0 183 0 161 0 194 0 106 0 150 0 167 0 111 0 244 0 244 0 256 0 256 0 278 0 261 0 278 0 261 0 250 0 256 0 278 0 222 0 144 0 133 0 150 0 189 0 117 0-9999 -9999 -9999 +USC00046719198102PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 119 0 0 0 53 0-9999 -9999 -9999 +USC00046719198102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719198102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719198103TMAX 128 0 194 0 194 0 167 0 128 0 139 0 178 0 233 0 256 0 256 0 233 0 206 0 178 0 189 0 228 0 233 0 217 0 217 0 183 0 167 0 178 0 222 0 233 0 256 0 222 0 200 0 194 0 200 0 189 0 200 0 239 0 +USC00046719198103TMIN 78 0 78 0 56 0 100 0 78 0 78 0 100 0 67 0 61 0 100 0 89 0 122 0 94 0 106 0 133 0 83 0 78 0 78 0 117 0 78 0 83 0 89 0 100 0 89 0 106 0 106 0 61 0 78 0 78 0 72 0 78 0 +USC00046719198103TOBS 122 0 139 0 167 0 128 0 117 0 128 0 172 0 222 0 239 0 228 0 206 0 178 0 156 0 183 0 211 0 211 0 200 0 183 0 150 0 106 0 144 0 194 0 206 0 217 0 200 0 122 0 167 0 183 0 156 0 172 0 200 0 +USC00046719198103PRCP 498 0 198 0 0T 0 0 0 257 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 279 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198104TMAX 200 0 156 I0 189 0 267 0 300 0 289 0 244 0 200 0 222 0 200 0 222 0 233 0 233 0 233 0 244 0 256 0 233 0 206 0 144 0 206 0 256 0 289 0 272 0 244 0 228 0 222 0 233 0 344 0 350 0 322 0-9999 +USC00046719198104TMIN 78 0 72 0 61 0 67 0 111 0 106 0 111 0 111 0 83 0 111 0 111 0 106 0 94 0 89 0 106 0 100 0 122 0 122 0 94 0 94 0 94 0 94 0 94 0 144 0 133 0 133 0 106 0 150 0 150 0 156 0-9999 +USC00046719198104TOBS 167 I0 144 0 161 0 256 0 289 0 244 0 161 0 183 0 194 0 161 0 194 0 228 0 211 0 217 0 217 0 233 0 206 0 144 0 117 0 189 0 244 0 272 0 244 0 222 0 222 0 189 0 228 0 317 0 322 0 250 0-9999 +USC00046719198104PRCP 0 0 28 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 36 0 8 0 3 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0-9999 +USC00046719198104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198105TMAX 250 0 233 0 211 0 200 0 222 0 233 0 267 0 272 0 333 0 328 0 311 0 272 0 239 0 233 0 211 0 217 0 272 0 267 0 250 0 211 0 228 0 244 0 261 0 267 0 272 0 250 0 239 0 250 0 244 0 256 0 267 0 +USC00046719198105TMIN 144 0 150 0 128 0 117 0 100 0 106 0 106 0 106 0 106 0 100 0 100 0 139 0 144 0 139 0 133 0 133 0 100 0 122 0 117 0 106 0 89 0 94 0 94 0 89 0 94 0 161 0 156 0 150 0 167 0 161 0 156 0 +USC00046719198105TOBS 222 0 178 0 194 0 183 0 211 0 217 0 244 0 256 0 328 0 311 0 267 0 228 0 228 0 172 0 189 0 189 0 256 0 250 0 194 0 183 0 217 0 233 0 250 0 261 0 233 0 233 0 222 0 239 0 228 0 256 0 261 0 +USC00046719198105PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 3 0 0 0 0 0 0 0 +USC00046719198105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198106TMAX 272 0 250 0 283 0 367 0 356 0 300 0 306 0 311 0 294 0 294 0 283 0 278 0 294 0 350 0 372 0 400 0 389 0 383 0 344 0 328 0 328 0 333 0 333 0 339 0 350 0 344 0 328 0 294 0 294 0 311 0-9999 +USC00046719198106TMIN 150 0 156 0 150 0 150 0 172 0 172 0 167 0 161 0 172 0 178 0 178 0 161 0 139 0 150 0 194 0 183 0 211 0 183 0 172 0 172 0 161 0 156 0 189 0 189 0 189 0 172 0 167 0 194 0 161 0 161 0-9999 +USC00046719198106TOBS 244 0 217 0 278 0 356 0 278 0 289 0 294 0 294 0 278 0 278 0 256 0 261 0 289 0 344 0 367 0 383 0 383 0 339 0 328 0 328 0 317 0 311 0 317 0 333 0 339 0 328 0 294 0 283 0 289 0 300 0-9999 +USC00046719198106PRCP 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198107TMAX 306 0 333 0 378 0 372 0 339 0 333 0 322 0 322 0 311 0 311 0 311 0 322 0 339 0 356 0 328 0 322 0 322 0 322 0 344 0 350 0 344 0 339 0 339 0 339 0 311 0 300 0 300 0 306 0 306 0 294 0 294 0 +USC00046719198107TMIN 156 0 161 0 178 0 172 0 200 0 189 0 194 0 194 0 183 0 172 0 167 0 161 0 150 0 172 0 194 0 183 0 178 0 178 0 161 0 156 0 178 0 172 0 167 0 167 0 172 0 172 0 156 0 150 0 156 0 150 0 156 0 +USC00046719198107TOBS 294 0 322 0 372 0 333 0 328 0 317 0 317 0 306 0 294 0 289 0 294 0 306 0 322 0 311 0 317 0 311 0 311 0 311 0 333 0 322 0 333 0 322 0 300 0 300 0 294 0 289 0 283 0 289 0 278 0 278 0 289 0 +USC00046719198107PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198108TMAX 311 0 322 0 317 0 311 0 328 0 322 0 322 0 350 0 328 0 328 0 311 0 294 0 317 0 328 0 328 0 317 0 311 0 283 0 306 0 356 0 367 0 361 0 344 0 356 0 389 0 389 0 417 0 389 0 367 0 356 0 317 0 +USC00046719198108TMIN 144 0 139 0 139 0 156 0 150 0 178 0 183 0 194 0 172 0 183 0 183 0 183 0 183 0 189 0 189 0 183 0 178 0 189 0 189 0 161 0 183 0 150 0 144 0 144 0 144 0 222 0 222 0 228 0 200 0 167 0 156 0 +USC00046719198108PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198109TMAX 306 0 306 0 289 0 333 0 278 0 300 0 328 0 350 0 333 0 311 0 317 0 328 0 322 0 317 0 328 0 344 0 367 0 356 0 356 0 339 0 333 0 300 0 278 0 261 0 261 0 283 0 289 0 283 0 261 0 261 0-9999 +USC00046719198109TMIN 161 0 156 0 161 0 156 0 150 0 167 0 167 0 156 0 189 0 172 0 161 0 150 0 144 0 144 0 167 0 183 0 194 0 206 0 200 0 194 0 161 0 144 0 139 0 156 0 144 0 133 0 133 0 133 0 133 0 144 0-9999 +USC00046719198109TOBS 294 0 283 0 272 0 272 0 272 0 294 0 317 0 317 0 311 0 294 0 300 0 317 0 306 0 294 0 306 0 317 0 239 0 328 0 333 0 322 0 294 0 278 0 261 0 233 0 244 0 278 0 267 0 261 0 206 0 183 0-9999 +USC00046719198109PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0-9999 +USC00046719198109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198110TMAX 211 0 222 0 200 0 239 0 261 0 306 0 294 0 250 0 244 0 239 0 217 0 217 0 194 0 206 0 217 0 244 0 278 0 311 0 339 0 322 0 278 0 317 0 317 0 317 0 244 0 222 0 200 0 222 0 217 0 256 0 300 0 +USC00046719198110TMIN 150 0 161 0 144 0 133 0 111 0 139 0 133 0 156 0 133 0 150 0 139 0 100 0 83 0 78 0 83 0 83 0 83 0 106 0 172 0 144 0 128 0 117 0 128 0 100 0 100 0 94 0 94 0 122 0 89 0 89 0 100 0 +USC00046719198110TOBS 211 0 194 0 189 0 222 0 250 0 294 0 244 0 233 0 228 0 211 0 200 0 194 0 178 0 194 0 194 0 228 0 261 0 300 0 317 0 283 0 250 0 294 0 300 0 222 0 222 0 189 0 183 0 161 0 183 0 228 0 283 0 +USC00046719198110PRCP 132 0 3 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 3 0 0 0 0 0 +USC00046719198110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198110WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198111TMAX 322 0 317 0 311 0 283 0 283 0 206 0 222 0 294 0 294 0 261 0 267 0 250 0 200 0 211 0 239 0 244 0 228 0 244 0 267 0 272 0 233 0 217 0 233 0 189 0 200 0 178 0 128 0 122 0 167 0 172 0-9999 +USC00046719198111TMIN 106 0 117 0 128 0 100 0 100 0 139 0 94 0 111 0 133 0 111 0 100 0 106 0 133 0 122 0 100 0 94 0 106 0 94 0 94 0 94 0 94 0 83 0 94 0 94 0 89 0 67 0 56 0 67 0 44 0 44 0-9999 +USC00046719198111TOBS 306 0 272 0 250 0 189 0 189 0 172 0 189 0 267 0 239 0 217 0 250 0 189 0 178 0 206 0 228 0 211 0 172 0 206 0 222 0 206 0 211 0 200 0 189 0 167 0 178 0 128 0 106 0 106 0 139 0 150 0-9999 +USC00046719198111PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 198 0 434 0 0T 0 0 0-9999 +USC00046719198111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198111WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USC00046719198112TMAX 206 0 250 0 267 0 239 0 233 0 222 0 261 0 272 0 256 0 206 0 183 0 178 0 161 0 244 0 239 0 222 0 244 0 244 0 228 0 200 0 200 0 194 0 194 0 200 0 178 0 178 0 178 0 172 0 172 0 150 0 167 0 +USC00046719198112TMIN 50 0 50 0 94 0 100 0 89 0 78 0 78 0 78 0 111 0 100 0 94 0 89 0 83 0 83 0 94 0 89 0 100 0 94 0 111 0 72 0 78 0 61 0 50 0 44 0 56 0 56 0 61 0 61 0 61 0 78 0 106 0 +USC00046719198112TOBS 89 0 111 0 128 0 128 0 100 0 94 0 111 0 133 0 139 0 122 0 111 0 111 0 139 0 111 0 122 0 111 0 128 0 122 0 122 0 78 0 106 0 89 0 67 0 56 0 83 0 72 0 106 0 78 0 78 0 111 0 106 0 +USC00046719198112PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 168 0 0T 0 +USC00046719198112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198201TMAX 156 0 139 0 122 0 128 0 128 0 144 0 150 0 200 0 244 0 217 0 206 0 172 0 206 0 206 0 233 0 244 0 222 0 206 0 150 0 128 0 122 0 133 0 189 0 250 0 250 0 250 0 161 0 144 0 183 0 206 0 217 0 +USC00046719198201TMIN 94 0 56 0 11 0 22 0 56 0 78 0 17 0 6 0 61 0 100 0 106 0 89 0 61 0 61 0 56 0 72 0 61 0 61 0 67 0 72 0 44 0 28 0 33 0 28 0 22 0 22 0 94 0 94 0 56 0 39 0 44 0 +USC00046719198201TOBS 128 0 111 0 122 0 94 0 122 0 122 0 128 0 183 0 217 0 167 0 172 0 150 0 189 0 189 0 206 0 228 0 194 0 128 0 128 0 100 0 111 0 117 0 183 0 244 0 200 0 139 0 144 0 94 0 172 0 194 0 200 0 +USC00046719198201PRCP 140 0 43 0 0T 0 5 0 147 0 3 0 0P 0 0P 0 0P 0 0T 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 378 0 145 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198201SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198201SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198202TMAX 222 0 228 0 200 0 178 0 183 0 194 0 183 0 161 0 161 0 122 0 178 0 206 0 206 0 194 0 200 0 217 0 222 0 256 0 272 0 283 0 278 0 267 0 211 0 183 I0 200 0 200 0 222 0 250 0-9999 -9999 -9999 +USC00046719198202TMIN 61 0 61 0 56 0 78 0 61 0 67 0 67 0 67 0 94 0 83 0 94 0 89 0 78 0 83 0 78 0 78 0 106 0 94 0 106 0 111 0 111 0 94 0 117 0 111 0 122 0 78 0 61 0 61 0-9999 -9999 -9999 +USC00046719198202TOBS 161 0 194 0 172 0 139 0 167 0 156 0 139 0 139 0 117 0 111 0 150 0 189 0 194 0 200 0 161 0 167 0 211 0 244 0 250 0 256 0 267 0 194 0 206 I0 150 0 178 0 172 0 222 0 233 0-9999 -9999 -9999 +USC00046719198202PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 119 0 46 0 0P 0 0P 0 0P 0 0T 0 25 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198202SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198202SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198203TMAX 233 0 167 0 194 0 206 0 206 0 244 0 233 0 217 0 244 0 244 0 228 0 206 0 183 0 150 0 167 0 133 0 122 0 133 0 161 0 183 0 211 0 239 0 239 0 233 0 211 0 183 0 211 0 178 0 128 0 161 0 189 0 +USC00046719198203TMIN 61 0 94 0 67 0 56 0 50 0 50 0 56 0 111 0 89 0 133 0 150 I0 111 0 106 0 106 0 94 0 78 0 72 0 50 0 33 0 39 0 33 0 33 0 78 0 72 0 100 0 89 0 83 0 83 0 50 0 44 0 56 0 +USC00046719198203TOBS 133 0 150 0 178 0 172 0 200 0 228 0 206 0 206 0 206 0 222 0 139 I0 183 0 150 0 117 0 128 0 83 0 89 0 111 0 156 0 178 0 206 0 211 0 217 0 211 0 144 0 139 0 178 0 128 0 94 0 156 0 167 0 +USC00046719198203PRCP 25 0 43 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 79 0 91 0 3 0 249 0 5 0 259 0 465 0 152 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 69 0 0P 0 0P 0 61 0 191 0 3 0 +USC00046719198203SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198203SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198204TMAX 167 0 172 0 194 0 200 0 189 0 172 0 189 0 194 0 233 0 211 0 206 0 206 0 206 0 206 0 211 0 206 0 233 0 272 0 294 0 306 0 294 0 289 0 289 0 267 0 244 0 239 0 250 0 250 0 250 0 233 0-9999 +USC00046719198204TMIN 83 0 28 0 61 0 100 0 89 0 89 0 44 0 61 0 106 0 133 0 128 0 94 0 78 0 78 0 100 0 94 0 89 0 89 0 89 0 89 0 150 0 117 0 117 0 122 0 106 0 100 0 111 0 133 0 133 0 139 0-9999 +USC00046719198204TOBS 100 0 156 0 167 0 178 0 161 0 172 0 167 0 167 0 194 0 194 0 200 0 189 0 172 0 178 0 189 0 189 0 200 0 150 0 272 0 289 0 261 0 261 0 261 0 239 0 233 0 228 0 239 0 228 0 222 0 228 0-9999 +USC00046719198204PRCP 566 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 13 0 175 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198204SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198204SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198205TMAX 239 0 244 0 244 0 222 0 183 0 267 0 261 0 228 0 167 0 194 0 194 0 228 0 233 0 228 0 244 0 306 0 311 0 283 0 250 0 261 0 228 0 239 0 261 0 256 0 244 0 206 0 172 0 217 0 217 0 239 0 233 0 +USC00046719198205TMIN 144 0 117 0 111 0 139 0 133 0 133 0 128 0 128 0 111 0 100 0 78 0 83 0 128 0 106 0 111 0 122 0 144 0 150 0 133 0 133 0 144 0 144 0 144 0 139 0 156 0 167 I0 139 0 139 0 117 0 111 0 100 0 +USC00046719198205TOBS 217 0 239 0 222 0 156 0 178 0 244 0 222 0 156 0 144 0 178 0 189 0 217 0 228 0 217 0 244 0 300 0 278 0 222 0 233 0 228 0 200 0 222 0 256 0 239 0 200 0 156 I0 167 0 211 0 178 0 233 0 211 0 +USC00046719198205PRCP 0P 0 0P 0 0P 0 41 0 10 0 0P 0 0P 0 10 0 0P 0 0P 0 0P 0 38 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 3 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198205SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198205SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198206TMAX 233 0 222 0 239 0 250 0 239 0 256 0 250 0 250 0 250 0 244 0 244 0 233 0 222 0 217 0 256 0 239 0 233 0 161 0 239 0 239 0 239 0 222 0 233 0 244 0 267 0 300 0 311 0 294 0 267 0 228 0-9999 +USC00046719198206TMIN 94 0 106 0 94 0 111 0 106 0 111 0 117 0 100 0 111 0 111 0 122 0 117 0 117 0 111 0 122 0 139 0 144 0 139 0 144 0 128 0 128 0 139 0 150 0 133 0 128 0 128 0 144 0 150 0 156 0 139 0-9999 +USC00046719198206TOBS 217 0 194 0 228 0 228 0 222 0 244 0 222 0 228 0 228 0 233 0 228 0 217 0 200 0 200 0 233 0 228 0 156 0 161 0 233 0 222 0 194 0 217 0 222 0 239 0 261 0 278 0 300 0 261 0 211 0 206 0-9999 +USC00046719198206PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 20 0 28 0 3 0 0P 0 0T 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198206SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198206SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198207TMAX 272 0 311 0 283 0 272 0 289 0 311 0 294 0 300 0 306 0 322 0 339 0 339 0 322 0 328 0 328 0 294 0 300 0 306 0 328 0 361 0 367 0 356 0 344 0 333 0 328 0 339 0 333 0 328 0 339 0 339 0 344 0 +USC00046719198207TMIN 122 0 144 0 150 0 144 0 144 0 133 0 139 0 139 0 144 0 150 0 161 0 161 0 150 0 156 0 167 0 161 0 161 0 144 0 161 0 172 0 194 0 183 0 200 0 183 0 178 0 172 0 189 0 183 0 194 0 194 0 183 0 +USC00046719198207TOBS 244 0 261 0 200 0 200 0 200 0 289 0 278 0 289 0 289 0 300 0 333 0 317 0 306 0 306 0 289 0 272 0 278 0 289 0 317 0 339 0 350 0 339 0 333 0 322 0 322 0 306 0 317 0 306 0 311 0 311 0 333 0 +USC00046719198207PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198207SNOW 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198207SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198208TMAX 361 0 294 I0 300 0 317 0 350 0 383 0 378 0 367 0 350 0 350 0 328 0 289 0 311 0 289 0 289 0 311 0 333 0 333 0 372 0 367 0 383 0 378 0 333 0 306 0 317 0 333 0 333 0 306 0 311 0 328 0 328 0 +USC00046719198208TMIN 178 0 189 0 172 0 150 0 144 0 206 0 194 0 183 0 183 0 172 0 172 0 167 0 161 0 139 0 133 0 133 0 122 0 161 0 200 0 200 0 228 0 217 0 194 0 183 0 183 0 200 0 200 0 189 0 178 0 172 0 172 0 +USC00046719198208TOBS 344 I0 283 0 289 0 311 0 344 0 378 0 344 0 350 0 333 0 328 0 289 0 261 0 261 0 283 0 283 0 306 0 328 0 311 0 367 0 339 0 372 0 333 0 294 0 256 0 283 0 306 0 300 0 294 0 300 0 317 0-9999 +USC00046719198208PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198208SNOW 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198208SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198209TMAX 383 0 422 0 400 0 394 0 378 0 361 0 356 0 322 0 306 0 239 0 278 0 278 0 267 0 244 0 222 0 211 0 261 0 278 0 283 0 306 0 333 0 361 0 383 0 322 0 322 0 256 0 233 0 244 0 222 0 244 0-9999 +USC00046719198209TMIN 194 0 194 0 222 0 211 0 189 0 183 0 161 0 150 0 117 0 194 0 167 0 161 0 150 0 172 0 161 0 156 0 139 0 183 0 156 0 139 0 144 0 167 0 189 0 211 0 217 0 189 0 133 0 139 0 144 0 106 0-9999 +USC00046719198209PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 30 0 3 0 3 0 3 0 0P 0 0P 0 5 0 3 0 0P 0 71 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 376 0 10 0 0P 0 0P 0 0P 0-9999 +USC00046719198209SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198209SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198210TMAX 244 0 317 0 300 0 294 0 272 0 289 0 267 0 306 0 306 0 300 0 300 0 311 0 322 0 317 0 328 0 317 0 306 0 267 0 256 0 267 0 272 0 311 0 322 0 317 0 306 0 233 0 244 0 256 0 261 0 250 0 228 0 +USC00046719198210TMIN 106 0 117 0 111 0 100 0 133 0 122 0 133 0 117 0 133 0 139 0 128 0 139 0 133 0 144 0 150 0 139 0 128 0 128 0 150 0 128 0 133 0 156 0 106 0 178 0 156 0 167 0 78 0 89 0 117 0 117 0 100 0 +USC00046719198210PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 97 0 0P 0 0P 0 0P 0 18 0 0P 0 +USC00046719198210SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198210SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198211TMAX 250 0 278 0 283 0 278 0 267 0 250 0 244 0 200 0 161 0 139 0 172 0 206 0 233 0 239 0 239 0 222 0 211 0 167 0 200 0 189 0 178 0 167 0 189 0 217 0 244 0 239 0 228 0 217 0 178 0 156 0-9999 +USC00046719198211TMIN 100 0 111 0 94 0 72 0 72 0 94 0 72 0 72 0 72 0 61 0 44 0 44 0 56 0 50 0 56 0 111 0 100 0 94 0 94 0 89 0 72 0 83 0 61 0 67 0 61 0 61 0 56 0 56 0 56 0 111 0-9999 +USC00046719198211PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 356 0 345 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 185 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 53 0 25 0-9999 +USC00046719198211SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198211SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198212TMAX 156 0 167 0 194 0 222 0 239 0 228 0 183 0 167 0 178 0 189 0 206 0 217 0 183 0 200 0 200 0 217 0 206 0 222 0 239 0 228 0 178 0 139 0 144 0 128 0 156 0 178 0 161 0 172 0 150 0 150 0 167 0 +USC00046719198212TMIN 61 0 50 0 56 0 61 0 67 0 61 0 67 0 67 0 111 0 94 0 78 0 83 0 94 0 50 0 61 0 50 0 39 0 44 0 39 0 39 0 33 0 111 0 61 0 61 0 44 0 33 0 44 0 78 0 72 0 28 0 17 0 +USC00046719198212PRCP 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 5 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 249 0 124 0 0P 0 0P 0 0P 0 0P 0 10 0 10 0 0P 0 0P 0 +USC00046719198212SNOW 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198212SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198212WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198212WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198301TMAX 172 0 178 0 211 0 228 0 250 0 228 0 233 0 272 0 283 0 283 0 283 0 278 0 278 0 267 0 256 0 217 0 183 0 183 0 172 0 172 0 139 0 128 0 167 0 139 0 183 0 194 0 167 0 144 0 156 0 172 0 178 0 +USC00046719198301TMIN 28 0 28 0 50 0 39 0 83 0 83 0 78 0 100 0 83 0 72 0 106 0 94 0 111 0 111 0 100 0 83 0 67 0 72 0 67 0 44 0 39 0 78 0 94 0 106 0 72 0 83 0 94 0 56 0 67 0 56 0 44 0 +USC00046719198301TOBS 150 0 161 0 183 0 206 0 211 0 189 0 211 0 256 0 272 0 261 0 250 0 244 0 261 0 244 0 217 0 183 0 172 0 161 0 139 0 144 0 128 0 106 0 139 0 133 0 172 0 167 0 111 0 133 0 150 0 167 0 172 0 +USC00046719198301PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 224 0 0P 0 0P 0 89 0 538 0 262 0 3 0 749 0 0P 0 0P 0 386 0 0P 0 0P 0 +USC00046719198301SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198301SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198302TMAX 183 0 183 0 150 0 172 0 156 0 122 0 128 0 178 0 200 0 200 0 233 0 228 0 217 0 233 0 239 0 222 I0 261 0 239 0 233 0 261 0 267 0 261 0 239 0 178 0 172 0 178 0 156 0 156 0-9999 -9999 -9999 +USC00046719198302TMIN 50 0 78 0 67 0 61 0 56 0 56 0 50 0 78 0 78 0 72 0 83 0 83 0 106 0 78 0 72 0 78 0 67 0 100 0 67 0 61 0 50 0 44 0 111 0 106 0 94 0 89 0 83 0 78 0-9999 -9999 -9999 +USC00046719198302TOBS 167 0 83 0 144 0 150 0 111 0 117 0 117 0 161 0 183 0 200 0 222 0 217 0 200 0 206 0 233 I0 194 0 239 0 194 0 228 0 250 0 250 0 239 0 167 0 128 0 133 0 156 0 150 0 150 0-9999 -9999 -9999 +USC00046719198302PRCP 0P 0 99 0 160 0 0P 0 53 0 0T 0 56 0 152 0 0P 0 0P 0 0P 0 0P 0 13 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 18 0 48 0 211 0 356 0 406 0-9999 -9999 -9999 +USC00046719198302SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198302SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198302WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USC00046719198303TMAX 144 0 133 0 122 0 189 0 183 0 194 0 200 0 239 0 289 0 256 0 206 0 217 0 222 0 233 0 217 0 228 0 194 0 161 0 183 0 172 0 150 0 150 0 172 0 156 0 194 0 194 0 194 0 189 0 217 0 272 0 283 0 +USC00046719198303TMIN 78 0 111 0 89 0 72 0 72 0 111 0 111 0 111 0 106 0 128 0 128 0 94 0 83 0 72 0 72 0 67 0 94 0 78 0 56 0 100 0 39 0 72 0 72 0 78 0 67 0 56 0 72 0 111 0 78 0 94 0 78 0 +USC00046719198303TOBS 128 0 117 0 117 0 178 0 161 0 189 0 189 0 233 0 261 0 194 0 194 0 211 0 156 0 217 0 206 0 189 0 156 0 122 0 167 0 150 0 139 0 111 0 133 0 122 0 172 0 172 0 167 0 172 0 206 0 239 0 261 0 +USC00046719198303PRCP 1003 0 1052 0 168 0 10 0 0P 0 20 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 142 0 0P 0 0P 0 114 0 46 0 38 0 0P 0 262 0 5 0 46 0 241 0 0P 0 0P 0 0P 0 43 0 0P 0 0P 0 0P 0 +USC00046719198303SNOW 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198303SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198304TMAX 289 0 289 0 256 0 222 0 211 0 222 0 233 0 233 0 194 0 178 I0 172 0 178 0 189 0 222 0 244 0 278 0 272 0 172 0 194 0 178 0 172 0 200 0 194 0 206 0 200 0 194 0 206 0 200 0 178 0 183 0-9999 +USC00046719198304TMIN 67 0 106 0 83 0 67 0 67 0 67 0 56 0 50 0 189 I0 78 0 56 0 44 0 50 0 39 0 83 0 83 0 94 0 106 0 111 0 100 0 106 0 111 0 100 0 83 0 72 0 94 0 78 0 67 0 61 0 83 0-9999 +USC00046719198304PRCP 0P 0 0P 0 0P 0 0P 0 23 0 0P 0 0P 0 0P 0 0P 0 0P 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 538 0 15 0 599 0 170 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 13 0 432 0 175 0-9999 +USC00046719198304SNOW 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198304SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198305TMAX 183 0 211 0 244 0 233 0 194 0 206 0 261 0 256 0 239 0 217 0 228 0 250 0 233 0 244 0 244 0 239 0 306 0 322 0 294 0 306 0 272 I0 283 0 283 0 272 0 283 0 278 0 328 0 294 0 283 0 272 0 244 0 +USC00046719198305TMIN 78 0 61 0 94 0 94 0 106 0 89 0 89 0 94 0 111 0 111 0 89 0 100 0 94 0 122 0 117 0 100 0 117 0 139 0 144 0 139 0 133 0 117 0 100 0 139 0 150 0 161 0 172 0 150 0 139 0 133 0 144 0 +USC00046719198305TOBS 139 0 206 0 233 0 189 0 167 0 194 0 256 0 244 0 217 0 189 0 222 0 233 0 167 0 239 0 239 0 228 0 300 0 278 0 256 0 294 I0 267 0 261 0 267 0 267 0 272 0 272 0 289 0 278 0 272 0 250 0 161 0 +USC00046719198305PRCP 33 0 33 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 8 0 +USC00046719198305SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198305SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198306TMAX 194 0 194 0 222 0 239 0 261 0 289 0 267 0 244 0 239 0 261 0 250 0 211 0 328 0 333 0 322 0 300 0 289 0 278 0 272 0 267 0 261 0 278 0 272 0 267 0 256 0 261 0 244 0 250 0 239 0 239 0-9999 +USC00046719198306TMIN 139 0 128 0 111 0 111 0 100 0 83 0 161 0 156 0 139 0 128 0 150 0 106 0 111 0 144 0 156 0 161 0 161 0 161 0 167 0 161 0 161 0 167 0 150 0 144 0 150 0 133 0 122 0 106 0 139 0 150 0-9999 +USC00046719198306TOBS 189 0 172 0 217 0 239 0 261 0 267 0 228 0 233 0 228 0 250 0 172 0 200 0 322 0 322 0 283 0 283 0 278 0 261 0 267 0 244 0 256 0 261 0 256 0 256 0 250 0 244 0 211 0 228 0 233 0 194 0-9999 +USC00046719198306PRCP 13 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 8 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198306SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198306SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198307TMAX 233 0 228 0 267 0 289 0 294 0 300 0 311 0 317 0 322 0 383 0 378 0 372 0 372 0 367 0 333 0 283 0 289 0 311 0 333 0 356 0 339 0 322 0 322 0 317 0 283 0 289 0 294 0 300 0 328 0 328 0 350 0 +USC00046719198307TMIN 150 0 144 0 106 0 167 0 144 0 133 0 144 0 139 0 122 0 150 0 178 0 183 0 200 0 194 0 178 0 167 0 133 0 100 0 83 0 156 0 167 0 144 0 139 0 167 0 133 0 139 0 144 0 161 0 144 0 156 0 178 0 +USC00046719198307PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198307SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198307SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198308TMAX 328 0 328 0 328 0 333 0 383 0 406 0 394 0 361 0 344 0 328 0 339 0 361 0 389 0 383 0 361 0 350 0 328 0 278 0 217 0 261 0 267 0 272 0 283 0 283 0 306 0 350 0 372 0 367 0 367 0 344 0 344 0 +USC00046719198308TMIN 172 0 172 0 178 0 150 0 183 0 228 0 172 0 133 0 217 0 206 0 189 0 183 0 233 0 178 0 172 0 233 0 222 0 206 0 189 0 172 0 161 0 150 0 139 0 144 0 150 0 156 0 167 0 133 0 100 0 189 0 178 0 +USC00046719198308TOBS 306 0 322 0 311 0 333 0 367 0 394 0 328 0 350 0 317 0 322 0 333 0 350 0 383 0 356 0 350 0 322 0 283 0 211 0 200 0 256 0 256 0 267 0 272 0 272 0 300 0 333 0 367 0 356 0 339 0 333 0 317 0 +USC00046719198308PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 76 0 0T 0 107 0 36 0 264 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198308SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198308SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198309TMAX 344 0 361 0 356 0 350 0 322 0 339 0 328 0 344 0 350 0 383 0 406 0 400 0 361 0 361 0 333 0 328 0 339 0 344 0 350 0 306 0 317 0 300 0 283 0 289 0 300 0 294 0 261 0 239 0 222 0 189 0-9999 +USC00046719198309TMIN 194 0 167 0 139 0 167 0 172 0 56 S0 172 0 178 0 150 0 228 0 211 0 206 0 194 0 200 0 178 0 183 0 189 0 183 0 150 0 206 0 183 0 206 0 183 0 189 0 156 0 139 0 172 0 161 0 161 0 150 0-9999 +USC00046719198309TOBS 322 0 350 0 350 0 322 0 300 0 328 0 317 0 328 0 322 0 361 0 400 0 344 0 344 0 311 0 328 0 300 0 328 0 333 0 306 0 239 0 300 0 261 0 272 0 267 0 289 0 239 0 239 0 217 0 183 0 150 0-9999 +USC00046719198309PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 8 0 43 0 0T 0 0P 0 0P 0 0P 0 25 0 0T 0 0P 0 69 0 409 0-9999 +USC00046719198309SNOW 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198309SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198310TMAX 228 0 250 0 283 0 278 0 250 0 300 0 283 0 239 0 244 0 283 0 350 0 350 0 328 0 250 0 233 0 256 0 228 I0 278 0 294 0 278 0 311 0 328 0 311 0 306 0 328 0 333 0 328 0 300 0 261 I0 250 0 244 0 +USC00046719198310TMIN 128 0 111 0 89 0 150 0 167 0 150 0 178 0 100 0 178 0 128 0 139 0 172 0 144 0 139 0 156 0 122 0 100 0 133 0 133 0 139 0 128 0 144 0 139 0 117 0 133 0 150 0 172 0 167 0 144 0 133 0 100 0 +USC00046719198310TOBS 217 0 244 0 278 0 222 0 217 0 267 0 239 0 211 0 244 0 278 0 344 0 328 0 244 0 228 0 217 0 244 I0 222 0 261 0 278 0 250 0 294 0 311 0 278 0 294 0 328 0 328 0 294 0 289 I0 250 0 200 0 211 0 +USC00046719198310PRCP 234 0 0T 0 0P 0 0P 0 61 0 0P 0 23 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198310SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198310SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198311TMAX 211 0 250 0 322 0 289 0 250 0 250 0 250 0 233 0 244 0 239 0 206 0 183 0 206 0 222 0 256 0 228 0 200 0 200 0 217 0 189 0 167 0 167 0 172 0 161 0 156 0 172 0 194 0 200 0 167 0 183 0-9999 +USC00046719198311TMIN 150 0 117 0 83 0 133 0 156 0 133 0 122 0 144 0 100 0 111 0 122 0 89 0 67 0 50 0 100 0 94 0 133 0 117 0 83 0 56 0 33 0 33 0 17 0 0 0 94 0 72 0 61 0 33 0 50 0 78 0-9999 +USC00046719198311TOBS 172 0 217 0 278 0 256 0 233 0 250 0 194 0 200 0 206 0 200 0 156 0 161 0 172 0 211 0 217 0 194 0 178 0 178 0 189 0 139 0 122 0 133 0 144 0 128 0 139 0 144 0 167 0 167 0 161 0 150 0-9999 +USC00046719198311PRCP 30 0 130 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 36 0 147 0 18 0 0P 0 0P 0 0P 0 0P 0 0P 0 36 0 30 0 0P 0 0P 0 0P 0 0P 0 307 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198311SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198311SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198312TMAX 194 0 183 0 161 0 161 0 167 0 194 0 239 0 244 0 211 0 161 0 161 0 178 0 172 0 239 0 211 0 189 0 156 0 178 0 194 0 172 0 144 0 167 0 161 0 150 0 167 0 161 0 172 0 178 0 200 0 239 0 244 0 +USC00046719198312TMIN 117 0 89 0 111 0 44 0 33 0 56 0 78 0 83 0 89 0 61 0 44 0 61 0 83 0 89 0 89 0 89 0 111 0 61 0 33 0 89 0 61 0 83 0 78 0 100 0 117 0 78 0 106 0 89 0 78 0 89 0 100 0 +USC00046719198312TOBS 167 0 156 0 117 0 139 0 144 0 172 0 211 0 211 0 122 0 161 0 161 0 150 0 161 0 200 0 189 0 144 0 144 0 172 0 133 0 133 0 133 0 133 0 144 0 139 0 156 0 150 0 150 0 156 0 178 0 200 0 244 0 +USC00046719198312PRCP 20 0 0P 0 160 0 0P 0 0P 0 0P 0 0P 0 0P 0 137 0 84 0 5 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 653 0 43 0 8 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198312SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198312SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198401TMAX 244 0 244 0 228 0 244 0 239 0 222 0 183 0 172 0 200 0 239 0 211 0 194 0 178 0 167 0 167 0 156 0 167 0 178 0 167 0 211 0 194 0 200 0 206 0 244 0 261 0 222 0 261 0 278 0 278 0 272 0 256 0 +USC00046719198401TMIN 83 0 89 0 61 0 78 0 106 0 89 0 72 0 106 0 61 0 83 0 72 0 89 0 72 0 61 0 56 0 50 0 44 0 33 0 39 0 44 0 83 0 56 0 56 0 94 0 111 0 83 0 178 0 128 0 150 0 172 0 128 0 +USC00046719198401TOBS 244 0 228 0 189 0 222 0 194 0 189 0 172 0 122 0 167 0 211 0 183 0 178 0 150 0 144 0 156 0 100 0 150 0 150 0 150 0 194 0 172 0 172 0 183 0 239 0 222 0 189 0 244 0 250 0 261 0 256 0 228 0 +USC00046719198401PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 51 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198401SNOW 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198401SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198402TMAX 261 0 206 0 239 0 256 0 250 0 272 0 283 0 239 0 206 0 206 0 194 0 217 0 217 0 217 0 239 0 194 0 200 0 211 0 233 0 233 0 222 0 206 0 217 0 200 0 206 0 233 0 244 0 250 0 228 0-9999 -9999 +USC00046719198402TMIN 94 0 89 0 111 0 100 0 89 0 89 0 100 0 83 0 78 0 94 0 56 0 67 0 83 0 61 0 78 0 83 0 72 0 94 0 111 0 111 0 83 0 72 0 50 0 56 0 72 0 56 0 78 0 83 0 72 0-9999 -9999 +USC00046719198402TOBS 161 0 189 0 217 0 233 0 228 0 261 0 239 0 206 0 172 0 183 0 167 0 206 0 194 0 200 0 194 0 144 0 178 0 194 0 228 0 217 0 200 0 189 0 200 0 183 0 194 0 217 0 233 0 206 0 194 0-9999 -9999 +USC00046719198402PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USC00046719198402SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719198402SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719198403TMAX 211 0 233 0 256 0 256 0 228 0 250 0 261 0 239 0 228 0 261 0 244 0 228 0 211 0 194 0 194 0 217 0 228 0 261 0 294 0 300 0 272 0 250 0 278 0 261 0 261 0 228 0 256 0 272 0 250 0 222 0 178 I0 +USC00046719198403TMIN 83 0 89 0 83 0 78 0 78 0 67 0 83 0 39 0 89 0 139 0 150 0 111 0 122 0 111 0 100 0 89 0 89 0 83 0 94 0 83 0 106 0 100 0 100 0 100 0 83 0 100 0 100 0 106 0 100 0 83 0 122 0 +USC00046719198403TOBS 194 0 206 0 228 0 211 0 217 0 217 0 211 0 206 0 200 0 228 0 233 0 206 0 189 0 172 0 178 0 200 0 200 0 244 0 278 0 272 0 206 0 239 0 250 0 222 0 211 0 150 0 222 0 233 0 222 0 194 I0 156 0 +USC00046719198403PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 122 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198403SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198403SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198404TMAX 189 0 206 0 244 0 228 0 206 0 206 0 206 0 206 0 222 0 244 0 244 0 283 0 339 0 344 0 322 0 300 0 300 0 217 0 206 0 239 0 278 0 311 0 317 0 317 0 222 0 194 0 178 0 211 0 200 0 211 0-9999 +USC00046719198404TMIN 111 0 61 0 72 0 89 0 94 0 100 0 100 0 89 0 78 0 94 0 111 0 94 0 100 0 128 0 122 0 111 0 117 0 111 0 139 0 89 0 194 0 222 S0 117 0 122 0 117 0 83 0 83 0 56 0 100 0 117 0-9999 +USC00046719198404TOBS 178 0 189 0 217 0 161 0 183 0 178 0 200 0 183 0 194 0 222 0 211 0 256 0 317 0 317 0 300 0 283 0 217 0 183 0 194 0 222 0 256 0 283 0 289 0 206 0 194 0 178 0 100 0 194 0 189 0 200 0-9999 +USC00046719198404PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 18 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 69 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 38 0 0T 0 0P 0 0P 0-9999 +USC00046719198404SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198404SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198404WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USC00046719198405TMAX 211 0 244 0 300 0 322 0 306 0 283 0 350 0 361 0 344 0 322 0 289 0 289 0 317 0 300 0 228 0 272 0 278 0 289 0 300 0 283 0 272 0 278 0 283 0 283 0 289 0 306 0 328 0 367 0 383 0 361 0 311 0 +USC00046719198405TMIN 83 0 100 0 100 0 156 0 128 0 161 0 150 0 144 0 156 0 139 0 133 0 178 0 183 0 139 0 78 0 94 0 100 0 122 0 111 0 122 0 139 0 150 0 161 0 156 0 150 0 139 0 161 0 200 0 211 0 167 0 161 0 +USC00046719198405TOBS 200 0 233 0 300 0 300 0 256 0 272 0 328 0 344 0 322 0 283 0 267 0 261 0 306 0 228 0 211 0 250 0 261 0 283 0 283 0 272 0 222 0 261 0 267 0 267 0 272 0 294 0 311 0 356 0 361 0 311 0 267 0 +USC00046719198405PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198405SNOW 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198405SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198405WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719198406TMAX 272 0 267 0 244 0 239 0 217 0 211 0 228 0 261 0 294 0 289 0 261 0 244 0 256 0 250 0 239 0 283 0 306 0 306 0 283 0 272 0 278 0 283 0 339 0 317 0 322 0 317 0 333 0 328 0 311 0 306 0-9999 +USC00046719198406TMIN 156 0 156 0 150 0 150 0 150 0 144 0 133 0 111 0 167 0 161 0 161 0 161 0 144 0 150 0 144 0 133 0 139 0 156 0 144 0 156 0 144 0 139 0 144 0 172 0 194 0 167 0 172 0 161 0 172 0 172 0-9999 +USC00046719198406TOBS 267 0 233 0 211 0 217 0 211 0 183 0 217 0 256 0 283 0 256 0 244 0 228 0 244 0 228 0 228 0 272 0 272 0 272 0 256 0 261 0 256 0 272 0 311 0 272 0 306 0 306 0 317 0 300 0 289 0 289 0-9999 +USC00046719198406PRCP 0P 0 0P 0 0P 0 0P 0 8 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 23 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198406SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198406SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198407TMAX 333 0 339 0 328 0 322 0 322 0 328 0 322 0 344 0 361 0 344 0 344 0 356 0 356 0 356 0 361 0 356 0 344 0 328 0 322 0 306 0 294 0 278 0 300 0 300 0 333 0 339 0 339 0 339 0 356 0 317 0 311 0 +USC00046719198407TMIN 161 0 172 0 189 0 178 0 178 0 172 0 183 0 200 0 189 0 183 0 189 0 172 0 167 0 211 0 250 0 200 0 206 0 200 0 206 0 183 0 183 0 183 0 183 0 167 0 161 0 200 0 206 0 206 0 200 0 144 0 183 0 +USC00046719198407TOBS 322 0 322 0 311 0 317 0 311 0 294 0 311 0 339 0 344 0 339 0 339 0 344 0 344 0 322 0 356 0 317 0 328 0 294 0 294 0 289 0 278 0 222 0 278 0 289 0 322 0 333 0 322 0 294 0 311 0 300 0 289 0 +USC00046719198407PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198407SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198407SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198408TMAX 311 0 311 0 306 0 322 0 317 0 317 0 333 0 333 0 311 0 306 0 306 0 333 0 322 0 317 0 311 0 333 0 333 0 328 0 300 0 311 0 311 0 317 0 328 0 333 0 311 0 317 0 339 0 339 0 361 0 350 0 339 0 +USC00046719198408TMIN 172 0 172 0 167 0 167 0 167 0 150 0 161 0 167 0 172 0 178 0 172 0 183 0 183 0 189 0 183 0 200 0 206 0 206 0 200 0 194 0 189 0 194 0 189 0 178 0 167 0 194 0 189 0 206 0 211 0 206 0 200 0 +USC00046719198408TOBS 300 0 300 0 306 0 300 0 300 0 306 0 317 0 306 0 294 0 289 0 300 0 306 0 300 0 294 0 306 0 317 0 317 0 256 0 283 0 272 0 300 0 300 0 311 0 311 0 289 0 306 0 322 0 322 0 339 0 333 0 322 0 +USC00046719198408PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 160 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198408SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198408SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198409TMAX 322 0 339 0 361 0 406 0 417 0 394 0 378 0 394 0 394 0 367 0 317 0 261 0 328 0 339 0 383 0 394 0 378 0 378 0 372 0 356 0 306 0 250 0 256 0 261 0 339 0 339 0 322 0 361 0 361 0 350 0-9999 +USC00046719198409TMIN 183 0 172 0 189 0 217 0 272 0 239 0 211 0 206 0 228 0 233 0 200 0 189 0 183 0 178 0 200 0 206 0 211 0 217 0 222 0 200 0 172 0 183 0 172 0 172 0 139 0 183 0 172 0 178 0 167 0 161 0-9999 +USC00046719198409TOBS 300 0 328 0 350 0 394 0 389 0 367 0 361 0 389 0 311 0 283 0 200 0 256 0 317 0 322 0 361 0 367 0 322 0 356 0 356 0 306 0 239 0 244 0 233 0 256 0 283 0 311 0 306 0 350 0 333 0 261 0-9999 +USC00046719198409PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 61 0 3 0 0P 0 0P 0 0P 0 0P 0 117 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198409SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198409SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198409WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198409WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198409WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198410TMAX 278 0 244 0 250 0 244 0 250 0 278 0 333 0 317 0 278 0 272 0 256 0 272 0 294 0 294 0 261 0 250 0 244 0 239 0 233 0 233 0 233 0 267 0 261 0 267 0 272 0 261 0 239 0 228 0 211 0 239 0 211 0 +USC00046719198410TMIN 144 0 133 0 122 0 139 0 133 0 122 0 139 0 139 0 150 0 161 0 167 0 133 0 133 0 139 0 122 0 106 0 106 0 83 0 111 0 111 0 122 0 94 0 89 0 111 0 122 0 117 0 122 0 89 0 89 0 94 0 111 0 +USC00046719198410TOBS 217 0 233 0 228 0 233 0 239 0 250 0 322 0 267 0 267 0 250 0 206 0 256 0 306 I0 256 0 244 0 239 0 200 0 233 0 217 0 222 0 211 0 250 0 244 0 250 0 261 0 233 0 194 0 189 0 194 0 194 0 178 0 +USC00046719198410PRCP 0P 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0P 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719198410SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198410SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198410WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198410WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198411TMAX 283 0 261 0 233 0 272 0 256 0 217 0 206 0 194 0 211 0 244 0 267 0 267 0 200 0 172 0 183 0 161 0 200 0 172 0 217 0 239 0 194 0 161 0 183 0 167 0 167 0 161 0 189 0 161 0 178 0 200 0-9999 +USC00046719198411TMIN 83 0 100 0 89 0 89 0 94 0 133 0 128 0 111 0 78 0 72 0 100 0 83 0 106 0 78 0 61 0 89 0 72 0 89 0 61 0 72 0 78 0 44 0 56 0 61 0 39 0 17 0 44 0 67 0 39 0 61 0-9999 +USC00046719198411TOBS 228 0 211 0 222 0 256 0 211 0 178 0 167 0 172 0 200 0 222 0 256 0 189 0 172 0 167 0 161 0 128 0 172 0 139 0 194 0 189 0 106 0 133 0 167 0 94 0 139 0 139 0 156 0 133 0 167 0 172 0-9999 +USC00046719198411PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 328 0 0P 0 0P 0 0P 0 0P 0 145 0 0P 0 0P 0 3 0 10 0 0P 0 0P 0 0P 0 130 0 3 0 0P 0 130 0 33 0 0P 0 0P 0 13 0 0P 0 0P 0-9999 +USC00046719198411SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198411SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198412TMAX 172 0 189 0 178 0 172 0 150 0 228 0 217 0 189 0 200 0 178 0 172 0 172 0 144 0 156 0 133 0 128 0 128 0 111 0 122 0 128 0 139 0 144 0 189 0 211 0 200 0 183 0 133 0 167 0 161 0 178 0 189 0 +USC00046719198412TMIN 67 0 61 0 83 0 50 0 89 0 106 0 106 0 94 0 72 0 89 0 94 0 72 0 67 0 44 0 28 0 33 0 22 0 33 0 67 0 39 0 28 0 33 0 28 0 28 0 39 0 39 0 78 0 56 0 72 0 44 0 50 0 +USC00046719198412TOBS 156 0 178 0 117 0 139 0 144 0 189 0 183 0 150 0 178 0 122 0 156 0 133 0 122 0 128 0 122 0 106 0 111 0 111 0 83 0 111 0 117 0 133 0 167 0 183 0 183 0 89 0 122 0 150 0 150 0 161 0 178 0 +USC00046719198412PRCP 0P 0 0P 0 43 0 0P 0 5 0 0P 0 0P 0 137 0 0P 0 5 0 287 0 0T 0 0P 0 0P 0 0P 0 340 0 0P 0 191 0 429 0 104 0 0P 0 0P 0 0P 0 0P 0 0P 0 20 0 343 0 61 0 0P 0 0P 0 0P 0 +USC00046719198412SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198412SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198412WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198501TMAX 200 0 194 0 200 0 217 0 228 0 228 0 183 0 150 0 156 0 172 0 194 0 194 0 194 0 206 0 211 0 200 0 228 0 206 0 189 0 156 0 139 0 172 0 189 0 194 0 194 0 178 0 172 0 156 0 139 0 156 0 133 0 +USC00046719198501TMIN 50 0 44 0 50 0 44 0 56 0 61 0 78 0 44 0 56 0 44 0 39 0 67 0 56 0 39 0 39 0 56 0 61 0 50 0 78 0 61 0 78 0 78 0 61 0 72 0 61 0 78 0 61 0 44 0 28 0 33 0 33 0 +USC00046719198501TOBS 189 0 178 0 183 0 200 0 211 0 167 0 94 0 139 0 133 0 161 0 167 0 150 0 172 0 183 0 200 0 178 0 178 0 189 0 156 0 139 0 117 0 144 0 167 0 178 0 178 0 150 0 156 0 83 0 128 0 139 0 117 0 +USC00046719198501PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 20 0 135 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 74 0 15 0 0P 0 0P 0 +USC00046719198501SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198501SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198501WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198501WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198502TMAX 139 0 133 0 133 0 128 0 150 0 156 0 167 0 161 0 150 0 183 0 244 0 283 0 300 0 294 0 300 0 294 0 256 0 211 0 194 0 178 0 217 0 211 0 233 0 244 0 250 0 261 0 256 0 222 0-9999 -9999 -9999 +USC00046719198502TMIN 11 0 39 0 0 0 33 0 17 0 28 0 33 0 44 0 89 0 28 0 44 0 67 0 83 0 100 0 94 0 100 0 83 0 89 0 83 0 78 0 89 0 61 0 72 0 78 0 72 0 78 0 67 0 61 0-9999 -9999 -9999 +USC00046719198502TOBS 122 0 100 0 117 0 133 0 128 0 144 0 161 0 106 0 144 0 183 0 239 0 267 0 283 0 283 0 289 0 256 0 178 0 189 0 167 0 156 0 211 0 172 0 222 0 211 0 217 0 256 0 211 0 194 0-9999 -9999 -9999 +USC00046719198502PRCP 0P 0 69 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 394 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 15 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198502SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198502SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198502WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198503TMAX 200 0 167 0 167 0 178 0 161 0 156 0 150 0 206 0 222 0 206 0 189 0 189 0 239 0 222 0 161 0 183 0 211 0 228 0 200 0 239 0 211 0 217 0 278 0 267 0 239 0 178 0 150 0 167 0 206 0 222 0 278 0 +USC00046719198503TMIN 61 0 61 0 50 0 72 0 67 0 61 0 72 0 61 0 61 0 111 0 100 0 56 0 61 0 106 0 89 0 89 0 67 0 61 0 44 0 67 0 83 0 83 0 89 0 106 0 94 0 72 0 72 0 83 0 78 0 72 0 78 0 +USC00046719198503TOBS 161 0 111 0 139 0 161 0 144 0 144 0 133 0 189 0 189 0 172 0 167 0 172 0 222 0 161 0 139 0 167 0 206 0 111 0 183 0 206 0 194 0 211 0 267 0 239 0 161 0 150 0 139 0 144 0 194 0 206 0 261 0 +USC00046719198503PRCP 0P 0 5 0 0P 0 0P 0 0P 0 20 0 38 0 0P 0 0P 0 0T 0 20 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 76 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 142 0 61 0 0P 0 0P 0 0P 0 +USC00046719198503SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198503SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198503WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198504TMAX 328 0 333 0 311 0 250 0 222 0 222 0 272 0 272 0 256 0 233 0 250 0 300 0 367 0 339 0 289 0 239 0 200 0 189 0 183 0 172 0 172 0 189 0 300 0 289 0 261 0 256 0 283 0 283 0 250 0 278 0-9999 +USC00046719198504TMIN 128 0 139 0 139 0 117 0 133 0 133 0 117 0 106 0 106 0 106 0 89 0 111 0 133 0 144 0 117 0 106 0 111 0 94 0 50 0 83 0 78 0 117 0 89 0 106 0 167 0 133 0 156 0 144 0 100 0 106 0-9999 +USC00046719198504TOBS 317 0 311 0 244 0 222 0 206 0 189 0 250 0 256 0 233 0 222 0 239 0 272 0 339 0 289 0 233 0 200 0 183 0 156 0 172 0 150 0 156 0 178 0 267 0 261 0 239 0 244 0 267 0 222 0 239 0 261 0-9999 +USC00046719198504PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198504SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198504SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198505TMAX 289 0 278 0 244 0 244 0 244 0 200 0 200 0 217 0 194 0 200 0 178 0 222 0 294 0 294 0 289 0 250 0 233 0 256 0 256 0 239 0 261 0 306 0 300 0 294 0 244 I0 244 0 233 0 250 0 244 0 256 0 256 0 +USC00046719198505TMIN 117 0 111 0 94 0 117 0 133 0 117 0 94 0 89 0 117 0 94 0 106 0 94 0 94 0 111 0 117 0 128 0 111 0 94 0 122 0 122 0 122 0 128 0 133 0 144 0 122 0 128 0 133 0 111 0 106 0 122 0 133 0 +USC00046719198505TOBS 278 0 228 0 228 0 239 0 189 0 194 0 183 0 189 0 172 0 172 0 156 0 211 0 283 0 289 0 244 0 222 0 217 0 244 0 200 0 222 0 250 0 294 0 289 0 267 I0 239 0 206 0 222 0 239 0 233 0 244 0 200 0 +USC00046719198505PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 13 0 0P 0 0P 0 58 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198505SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198505SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198505WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198506TMAX 233 0 222 0 228 0 267 0 289 0 367 0 361 0 361 0 356 0 322 0 306 0 294 0 289 0 300 0 311 0 317 0 322 0 300 0 294 0 283 0 261 0 289 0 294 0 278 0 239 0 367 0 383 0 383 0 350 0 383 0-9999 +USC00046719198506TMIN 100 0 111 0 117 0 106 0 139 0 156 0 172 0 167 0 161 0 156 0 144 0 133 0 144 0 144 0 156 0 156 0 150 0 144 0 144 0 128 0 139 0 128 0 133 0 139 0 128 0 122 0 161 0 178 0 167 0 194 0-9999 +USC00046719198506TOBS 211 0 211 0 211 0 256 0 289 0 356 0 344 0 344 0 317 0 300 0 278 0 272 0 278 0 294 0 306 0 311 0 289 0 283 0 278 0 256 0 250 0 283 0 278 0 211 0 228 0 356 0 378 0 344 0 317 0 367 0-9999 +USC00046719198506PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198506SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198506SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198507TMAX 417 0 400 0 394 0 394 0 328 0 311 0 350 0 367 0 361 0 361 0 344 0 333 0 339 0 356 0 339 0 344 0 333 0 322 0 322 0 311 0 322 0 322 0 306 0 300 0 306 0 344 0 356 0 356 0 317 0 289 0 300 0 +USC00046719198507TMIN 206 0 206 0 211 0 156 0 178 0 167 0 172 0 194 0 200 0 178 0 156 0 194 0 172 0 178 0 178 0 206 0 178 0 178 0 206 0 206 0 183 0 178 0 161 0 172 0 178 0 178 0 183 0 161 0 161 0 144 0 150 0 +USC00046719198507TOBS 400 0 389 0 389 0 328 0 289 0 300 0 344 0 356 0 350 0 311 0 328 0 322 0 322 0 339 0 267 0 322 0 306 0 294 0 306 0 306 0 300 0 294 0 294 0 289 0 283 0 328 0 356 0 317 0 278 0 272 0 289 0 +USC00046719198507PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198507SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198507SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198508TMAX 294 0 311 0 322 0 328 0 328 0 328 0 322 0 306 0 306 0 306 0 294 0 278 0 272 0 289 0 311 0 300 0 272 0 289 0 306 0 300 0 317 0 344 0 367 0 389 0 417 0 406 0 356 0 372 0 394 0 389 0 389 0 +USC00046719198508TMIN 144 0 139 0 139 0 133 0 150 0 161 0 139 0 150 0 161 0 167 0 156 0 144 0 133 0 122 0 144 0 150 0 150 0 161 0 133 0 139 0 139 0 139 0 167 0 183 0 206 0 189 0 200 0 189 0 189 0 211 0 222 0 +USC00046719198508TOBS 283 0 300 0 311 0 317 0 317 0 322 0 294 0 294 0 294 0 278 0 256 0 261 0 256 0 272 0 300 0 267 0 256 0 289 0 294 0 289 0 306 0 339 0 356 0 378 0 406 0 350 0 344 0 339 0 367 0 372 0 350 0 +USC00046719198508PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198508SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198508SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198509TMAX 372 0 339 0 300 0 222 0 233 0 261 0 267 0 272 0 272 0 256 0 244 0 317 0 339 0 322 0 311 0 306 0 272 0 239 0 261 0 306 0 344 0 344 0 339 0 361 0 322 0 289 0 256 0 239 0 228 0 267 0-9999 +USC00046719198509TMIN 200 0 189 0 178 0 144 0 150 0 133 0 150 0 150 0 161 0 133 0 117 0 106 0 156 0 144 0 139 0 144 0 167 0 133 0 128 0 128 0 117 0 144 0 161 0 183 0 156 0 183 0 167 0 139 0 167 0 167 0-9999 +USC00046719198509TOBS 322 0 283 0 217 0 189 0 200 0 239 0 261 0 272 0 256 0 200 0 222 0 311 0 322 0 311 0 300 0 256 0 233 0 211 0 244 0 294 0 322 0 311 0 322 0 322 0 289 0 222 0 228 0 228 0 222 0 261 0-9999 +USC00046719198509PRCP 0P 0 0P 0 0P 0 0T 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 30 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198509SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198509SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198509WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198510TMAX 294 0 344 0 367 0 350 0 350 0 344 0 261 0 222 0 222 0 278 0 267 0 250 0 256 0 300 0 311 0 306 0 272 0 261 0 283 0 278 0 233 0 222 0 283 0 300 0 283 0 294 0 289 0 228 0 233 0 206 0 239 0 +USC00046719198510TMIN 122 0 139 0 183 0 178 0 183 0 189 0 161 0 150 0 128 0 106 0 117 0 106 0 106 0 128 0 144 0 111 0 156 0 144 0 106 0 106 0 139 0 111 0 100 0 117 0 122 0 94 0 122 0 150 0 117 0 94 0 133 0 +USC00046719198510TOBS 278 0 333 0 344 0 267 0 344 0 261 0 222 0 189 0 217 0 256 0 250 0 217 0 233 0 289 0 306 0 272 0 228 0 250 0 278 0 233 0 144 0 211 0 278 0 283 0 261 0 289 0 211 0 200 0 206 0 178 0 217 0 +USC00046719198510PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 10 0 41 0 8 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 15 0 109 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198510SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198510SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198510WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719198510WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198511TMAX 283 0 317 0 317 0 272 0 222 0 289 0 256 0 211 0 200 0 172 0 144 0 128 0 161 0 194 0 233 0 217 0 206 0 189 0 194 0 211 0 189 0 183 0 167 0 150 0 167 0 194 0 167 0 156 0 144 0 156 0-9999 +USC00046719198511TMIN 106 0 122 0 111 0 128 0 89 0 94 0 56 0 100 0 122 0 100 0 78 0 33 0 33 0 44 0 50 0 39 0 72 0 56 0 50 0 44 0 78 0 78 0 67 0 100 0 94 0 111 0 117 0 106 0 89 0 56 0-9999 +USC00046719198511TOBS 244 0 289 0 267 0 200 0 194 0 244 0 211 0 178 0 167 0 144 0 111 0 111 0 144 0 167 0 183 0 194 0 167 0 150 0 178 0 189 0 167 0 167 0 133 0 122 0 150 0 161 0 150 0 139 0 117 0 144 0-9999 +USC00046719198511PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 330 0 30 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 20 0 328 0 102 0 0P 0 274 0 3 0 0P 0-9999 +USC00046719198511SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198511SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198512TMAX 172 0 144 0 194 0 222 0 217 0 211 0 222 0 200 0 167 0 144 0 150 0 156 0 172 0 200 0 222 0 250 0 256 0 272 0 272 0 272 0 267 0 239 0 239 0 300 0 283 0 239 0 211 0 206 0 211 0 211 0 178 I0 +USC00046719198512TMIN 67 0 83 0 94 0 78 0 111 0 72 0 83 0 78 0 39 0 17 0 -6 0 11 0 11 0 33 0 50 0 83 0 67 0 78 0 83 0 89 0 89 0 89 0 94 0 83 0 94 0 72 0 61 0 67 0 106 0 133 0 94 0 +USC00046719198512TOBS 144 0 100 0 178 0 206 0 189 0 189 0 200 0 156 0 144 0 100 0 117 0 128 0 144 0 178 0 189 0 211 0 222 0 228 0 233 0 233 0 239 0 228 0 206 0 233 0 239 0 194 0 189 0 183 0 200 0 189 I0 172 0 +USC00046719198512PRCP 0P 0 36 0 20 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198512SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198512SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198601TMAX 167 0 172 0 183 0 189 0 189 0 228 0 233 0 222 0 244 0 278 0 283 0 289 0 267 0 244 0 189 0 194 0 222 0 289 0 278 0 233 0 200 0 194 0 189 0 244 0 283 0 289 0 294 0 272 0 233 0 172 0 167 0 +USC00046719198601TMIN 72 0 106 0 111 0 111 0 128 0 117 0 94 0 67 0 33 0 78 0 100 0 94 0 117 0 144 0 111 0 78 0 78 0 100 0 111 0 117 0 78 0 94 0 67 0 67 0 83 0 89 0 89 0 89 0 89 0 89 0 100 0 +USC00046719198601TOBS 144 0 150 0 167 0 183 0 167 0 194 0 200 0 206 0 233 0 250 0 261 0 261 0 244 0 189 0 167 0 178 0 206 0 278 0 233 0 161 0 183 0 189 0 167 0 222 0 272 0 278 0 272 0 222 0 172 0 133 0 128 0 +USC00046719198601PRCP 0P 0 0P 0 0P 0 23 0 61 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 711 0 117 0 +USC00046719198601SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198601SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198601WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198602TMAX 172 0 178 0 194 0 222 0 211 0 189 0 150 0 150 0 178 0 172 0 144 0 144 0 144 0 172 0 178 0 183 0 178 0 178 0 194 0 206 0 228 0 267 0 267 I0 328 0 317 0 322 0 294 0 244 0-9999 -9999 -9999 +USC00046719198602TMIN 78 0 100 0 83 0 67 0 56 0 67 0 39 0 50 0 33 0 22 0 33 0 78 0 83 0 117 0 89 0 122 0 117 0 122 0 133 0 89 0 67 0 83 0 94 0 133 0 139 0 133 0 111 0 122 0-9999 -9999 -9999 +USC00046719198602TOBS 167 0 167 0 156 0 211 0 178 0 150 0 122 0 122 0 167 0 144 0 122 0 139 0 133 0 150 0 144 0 167 0 139 0 167 0 178 0 189 0 222 0 261 0 294 I0 317 0 294 0 289 0 250 0 239 0-9999 -9999 -9999 +USC00046719198602PRCP 41 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 56 0 0P 0 0P 0 0P 0 0T 0 208 0 109 0 650 0 58 0 79 0 3 0 262 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198602SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198602SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198603TMAX 244 0 183 0 250 0 289 0 272 0 239 0 194 0 156 0 156 0 144 0 189 0 189 0 172 0 183 0 161 0 117 0 194 0 233 0 256 0 289 0 306 0 311 0 289 0 289 0 272 0 328 0 333 0 306 0 228 0 244 0 222 0 +USC00046719198603TMIN 133 0 128 0 117 0 111 0 106 0 122 0 133 0 122 0 67 0 78 0 61 0 83 0 83 0 44 0 61 0 61 0 39 0 72 0 72 0 94 0 122 0 128 0 122 0 122 0 111 0 89 0 128 0 133 0 133 0 106 0 122 0 +USC00046719198603TOBS 167 0 172 0 233 0 256 0 233 0 189 0 144 0 122 0 144 0 111 0 172 0 161 0 100 0 167 0 117 0 106 0 183 0 211 0 233 0 272 0 294 0 289 0 267 0 250 0 250 0 300 0 306 0 172 0 222 0 222 0 206 0 +USC00046719198603PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 343 0 150 0 234 0 23 0 20 0 241 0 69 0 8 0 668 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 +USC00046719198603SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198603SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198603WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198604TMAX 211 0 233 0 233 0 222 0 206 0 178 0 206 0 217 0 256 0 244 0 233 0 189 0 244 0 239 0 228 0 194 0 217 0 272 0 306 0 333 0 328 0 289 0 244 0 222 0 222 0 244 0 300 0 306 0 300 0 256 0-9999 +USC00046719198604TMIN 117 0 94 0 67 0 78 0 111 0 94 0 100 0 83 0 83 0 117 0 106 0 122 0 83 0 100 0 89 0 83 0 72 0 78 0 106 0 128 0 144 0 128 0 122 0 122 0 117 0 111 0 122 0 139 0 128 0 139 0-9999 +USC00046719198604TOBS 161 0 228 0 200 0 200 0 144 0 167 0 183 0 194 0 228 0 233 0 189 0 178 0 239 0 200 0 183 0 172 0 200 0 250 0 289 0 306 0 289 0 228 0 222 0 200 0 194 0 217 0 294 0 300 0 250 0 222 0-9999 +USC00046719198604PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 147 0 18 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198604SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198604SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198605TMAX 272 0 278 0 267 0 233 0 228 0 206 0 233 0 244 0 289 0 289 0 272 0 228 0 233 0 222 0 211 0 250 0 333 0 350 0 339 0 289 I0 261 0 250 0 244 0 300 0 339 0 311 0 294 0 289 0 283 0 267 0 261 0 +USC00046719198605TMIN 122 0 117 0 122 0 89 0 89 0 111 0 78 0 89 0 106 0 117 0 128 0 122 0 111 0 117 0 117 0 128 0 128 0 150 0 150 0 133 0 139 0 117 0 117 0 111 0 144 0 139 0 144 0 139 0 144 0 156 0 133 0 +USC00046719198605TOBS 233 0 261 0 228 0 228 0 189 0 172 0 211 0 228 0 283 0 261 0 228 0 217 0 217 0 183 0 189 0 233 0 333 0 344 0 317 I0 256 0 217 0 217 0 233 0 294 0 311 0 267 0 278 0 272 0 261 0 233 0 233 0 +USC00046719198605PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198605SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198605SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198606TMAX 261 0 244 0 267 0 261 0 256 0 256 0 256 0 278 0 311 0 289 0 283 0 300 0 294 0 289 0 294 0 289 0 283 0 289 0 306 0 294 0 300 0 300 0 278 0 283 0 294 0 317 0 339 0 344 0 339 0 344 0-9999 +USC00046719198606TMIN 150 0 150 0 144 0 144 0 156 0 161 0 122 0 139 0 139 0 161 0 156 0 133 0 128 0 117 0 133 0 139 0 139 0 133 0 144 0 122 0 144 0 161 0 139 0 144 0 133 0 133 0 167 0 150 0 172 0 194 0-9999 +USC00046719198606TOBS 233 0 228 0 261 0 244 0 222 0 250 0 250 0 261 0 289 0 278 0 272 0 289 0 272 0 278 0 283 0 272 0 278 0 278 0 289 0 278 0 283 0 278 0 267 0 278 0 272 0 311 0 328 0 333 0 328 0 333 0-9999 +USC00046719198606PRCP 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198606SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198606SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198607TMAX 333 0 322 0 311 0 300 0 278 0 278 0 300 0 317 0 311 0 300 0 300 0 306 0 344 0 339 0 322 0 283 0 294 0 311 0 328 0 344 0 344 0 294 0 294 0 283 0 278 0 278 0 283 0 300 0 322 0 333 0 333 0 +USC00046719198607TMIN 189 0 189 0 189 0 172 0 156 0 156 0 133 0 144 0 122 0 139 0 128 0 172 0 144 0 183 0 189 0 156 0 167 0 139 0 144 0 150 0 167 0 161 0 172 0 161 0 150 0 133 0 128 0 128 0 139 0 156 0 156 0 +USC00046719198607TOBS 322 0 311 0 300 0 278 0 267 0 272 0 294 0 306 0 300 0 278 0 289 0 294 0 328 0 317 0 256 0 272 0 272 0 300 0 322 0 344 0 261 0 267 0 267 0 278 0 267 0 267 0 278 0 289 0 317 0 328 0 322 0 +USC00046719198607PRCP 0P 0 0P 0 0P 0 0P 0 10 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 18 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198607SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198607SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198607WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198608TMAX 322 0 339 0 339 0 322 0 311 0 311 0 311 0 311 0 322 0 333 0 328 0 322 0 311 0 317 0 311 0 317 0 367 0 383 0 378 0 378 0 361 0 356 0 322 0 328 0 350 0 356 0 350 0 344 0 361 0 344 0 367 0 +USC00046719198608TMIN 144 0 156 0 178 0 167 0 156 0 172 0 161 0 156 0 139 0 167 0 167 0 161 0 150 0 156 0 144 0 139 0 150 0 194 0 217 0 228 0 217 0 183 0 144 0 144 0 183 0 150 0 189 0 172 0 139 0 161 0 167 0 +USC00046719198608TOBS 311 0 328 0 322 0 311 0 289 0 289 0 294 0 300 0 306 0 328 0 322 0 306 0 300 0 289 0 278 0 306 0 356 0 372 0 339 0 356 0 356 0 317 0 300 0 311 0 333 0 328 0 333 0 333 0 344 0 317 0 289 0 +USC00046719198608PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198608SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198608SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198609TMAX 294 0 283 0 294 0 322 0 322 0 328 0 328 0 322 0 278 0 272 0 272 0 272 0 250 0 256 0 261 0 278 0 294 0 283 0 250 0 239 0 261 0 256 0 239 0 211 0 206 0 211 0 217 0 222 0 272 0 283 0-9999 +USC00046719198609TMIN 172 0 167 0 161 0 144 0 161 0 178 0 161 0 161 0 156 0 161 0 139 0 122 0 100 0 133 0 117 0 122 0 133 0 139 0 122 0 106 0 106 0 100 0 106 0 122 0 111 0 100 0 111 0 117 0 106 0 122 0-9999 +USC00046719198609TOBS 278 0 278 0 272 0 311 0 300 0 317 0 322 0 272 0 256 0 261 0 272 0 244 0 222 0 239 0 239 0 267 0 283 0 239 0 222 0 222 0 261 0 233 0 211 0 139 0 194 0 194 0 189 0 217 0 256 0 261 0-9999 +USC00046719198609PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 196 0 307 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198609SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198609SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198609WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198610TMAX 267 0 222 0 233 0 306 0 344 0 333 0 306 0 289 0 256 0 233 0 206 0 261 0 294 0 311 0 294 0 272 0 233 0 233 0 244 0 272 0 289 0 283 0 272 0 256 0 344 0 333 0 311 0 294 0 278 0 261 0 233 0 +USC00046719198610TMIN 139 0 122 I0 83 0 111 0 144 0 128 0 150 0 156 0 161 0 156 0 156 0 128 0 111 0 111 0 89 0 111 0 122 0 111 0 89 0 94 0 111 0 94 0 106 0 106 0 111 0 150 0 133 0 100 0 128 0 128 0 122 0 +USC00046719198610TOBS 189 0 100 I0 228 0 300 0 333 0 300 0 289 0 256 0 233 0 206 0 189 0 256 0 283 0 294 0 272 0 233 0 211 0 217 0 239 0 261 0 267 0 272 0 217 0 228 0 322 0 267 0 283 0 233 0 256 0 222 0 211 0 +USC00046719198610PRCP 0P 0 381 0 28 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198610SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198610SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198610WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198611TMAX 272 0 278 0 294 0 272 0 278 0 233 0 206 0 211 I0 267 0 294 0 294 0 311 0 289 0 233 0 239 0 239 0 250 0 194 0 183 0 250 0 206 0 244 0 239 0 256 0 244 0 250 0 267 0 261 0 222 0 244 0-9999 +USC00046719198611TMIN 106 0 144 0 133 0 100 0 100 0 89 0 83 0 89 0 83 0 89 0 89 0 106 0 111 0 83 0 117 0 128 0 161 0 150 0 122 0 106 0 144 0 100 0 106 0 94 0 78 0 94 0 94 0 89 0 94 0 72 0-9999 +USC00046719198611TOBS 256 0 272 0 261 0 267 0 228 0 178 0 178 0 233 I0 250 0 267 0 267 0 289 0 228 0 206 0 217 0 233 0 189 0 178 0 178 0 206 0 178 0 217 0 222 0 200 0 217 0 222 0 233 0 222 0 189 0 222 0-9999 +USC00046719198611PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 15 0 0P 0 3 0 320 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198611SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198611SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198612TMAX 261 0 267 0 261 0 217 0 183 0 172 0 144 0 194 0 189 0 206 0 194 0 194 0 206 0 194 0 200 0 206 0 228 0 200 0 183 0 183 0 228 0 228 0 183 0 211 0 206 0 206 0 178 0 206 0 228 0 233 0 200 0 +USC00046719198612TMIN 61 0 83 0 89 0 111 0 100 0 94 0 83 0 56 0 61 0 50 0 50 0 44 0 61 0 72 0 72 0 83 0 83 0 83 0 78 0 78 0 67 0 72 0 94 0 67 0 50 0 56 0 50 0 56 0 56 0 61 0 72 0 +USC00046719198612TOBS 222 0 233 0 217 0 178 0 172 0 128 0 139 0 161 0 167 0 161 0 172 0 172 0 183 0 172 0 167 0 178 0 183 0 167 0 150 0 167 0 200 0 178 0 156 0 178 0 183 0 178 0 167 0 194 0 194 0 200 0 178 0 +USC00046719198612PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 114 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198612SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198612SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198701TMAX 183 0 200 0 189 0 172 0 150 0 172 0 156 0 172 0 178 0 217 0 256 0 256 0 228 0 206 0 183 0 117 0 133 0 161 0 178 0 167 0 189 0 228 0 189 0 189 0 256 0 289 0 261 0 194 0 172 0 167 0 206 0 +USC00046719198701TMIN 11 0 72 0 72 0 106 0 61 0 44 0 67 0 39 0 44 0 39 0 44 0 56 0 78 0 56 0 61 0 22 0 11 0 39 0 61 0 44 0 33 0 33 0 67 0 50 0 72 0 83 0 128 0 100 0 106 0 94 0 50 0 +USC00046719198701TOBS 161 0 189 0 172 0 111 0 133 0 89 0 128 0 144 0 156 0 194 0 61 0 228 0 183 0 178 0 100 0 89 0 122 0 156 0 156 0 133 0 161 0 189 0 139 0 183 0 250 0 256 0 189 0 167 0 39 I0 144 0 194 0 +USC00046719198701PRCP 0P 0 0P 0 0P 0 366 0 109 0 51 0 38 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 +USC00046719198701SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198701SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198701WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198702TMAX 239 0 233 0 206 0 233 0 267 0 283 0 283 0 261 0 239 0 211 0 206 0 200 0 144 I0 206 0 194 0 228 0 228 0 211 0 217 0 200 0 211 0 183 0 172 0 128 0 117 0 172 0 194 0 194 0-9999 -9999 -9999 +USC00046719198702TMIN 67 0 72 0 89 0 89 0 67 0 50 0 133 0 128 0 133 0 122 0 100 0 117 0 117 0 67 0 100 0 83 0 67 0 67 0 100 0 94 0 72 0 83 0 44 0 28 0 22 0 17 0 28 0 44 0-9999 -9999 -9999 +USC00046719198702TOBS 228 0 200 0 183 0 211 0 250 0 267 0 233 0 217 0 156 0 200 0 178 0 183 I0 144 0 189 0 133 0 222 0 200 0 189 0 200 0 183 0 183 0 172 0 111 0 61 0 78 0 161 0 172 0 183 0-9999 -9999 -9999 +USC00046719198702PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 64 0 0P 0 0P 0 157 0 114 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 10 0 5 0 66 0 61 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198702SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198702SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198702WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198702WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198703TMAX 211 0 194 0 278 0 289 0 283 0 178 0 167 0 189 0 194 0 200 0 222 0 222 0 200 I0 178 0 172 0 206 0 217 0 200 0 189 0 194 0 183 0 189 0 194 0 200 0 244 0 256 0 239 0 244 0 261 0 272 0 289 0 +USC00046719198703TMIN 50 0 67 0 67 0 117 0 94 0 117 0 122 0 117 0 106 0 89 0 94 0 111 0 106 0 106 0 67 0 50 0 61 0 67 0 89 0 44 0 78 0 22 0 67 0 50 0 67 0 56 0 39 0 78 0 78 0 100 0 94 0 +USC00046719198703TOBS 183 0 189 0 267 0 272 0 178 0 156 0 161 0 189 0 178 0 178 0 200 0 211 I0 172 0 156 0 167 0 183 0 200 0 172 0 161 0 178 0 94 0 167 0 139 0 167 0 233 0 228 0 211 0 233 0 250 0 250 0 267 0 +USC00046719198703PRCP 0P 0 0P 0 0P 0 0P 0 20 0 157 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 64 0 0P 0 0P 0 0P 0 0P 0 0P 0 137 0 0T 0 3 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198703SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198703SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198704TMAX 267 0 244 0 206 0 194 0 228 0 256 0 300 0 322 0 322 0 317 0 283 0 228 0 306 0 333 0 350 0 322 0 294 0 217 0 267 0 306 0 339 0 350 0 322 0 283 0 272 0 267 0 267 0 278 0 228 0 217 0-9999 +USC00046719198704TMIN 83 0 83 0 100 0 78 0 89 0 89 0 106 0 122 0 139 0 133 0 128 0 117 0 117 0 139 0 144 0 150 0 117 0 122 0 94 0 111 0 133 0 122 0 139 0 128 0 128 0 133 0 128 0 117 0 161 0 128 0-9999 +USC00046719198704TOBS 211 0 206 0 144 0 172 0 217 0 244 0 278 0 306 0 311 0 278 0 194 0 222 0 294 0 311 0 322 0 294 0 211 0 206 0 267 0 300 0 328 0 322 0 278 0 272 0 244 0 256 0 250 0 228 0 161 0 200 0-9999 +USC00046719198704PRCP 0P 0 0P 0 20 0 56 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 8 0-9999 +USC00046719198704SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198704SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198705TMAX 233 0 250 0 311 0 344 0 344 0 339 0 306 0 322 0 289 0 289 0 300 0 328 0 317 0 289 0 278 0 256 0 244 0 239 0 228 0 178 0 200 0 239 0 233 0 228 0 222 0 189 0 178 0 239 0 239 0 278 0 311 0 +USC00046719198705TMIN 111 0 117 0 111 0 128 0 161 0 150 0 156 0 139 0 156 0 156 0 161 0 167 0 167 0 167 0 156 0 156 0 156 0 150 0 139 0 122 0 94 0 94 0 89 0 106 0 128 0 106 0 122 0 106 0 106 0 106 0 128 0 +USC00046719198705TOBS 217 0 239 0 294 0 322 0 317 0 306 0 283 0 278 0 283 0 283 0 278 0 317 0 228 0 272 0 244 0 222 0 239 0 228 0 172 0 150 0 178 0 228 0 217 0 211 0 172 0 178 0 172 0 233 0 233 0 267 0 311 0 +USC00046719198705PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 18 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198705SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198705SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198706TMAX 333 0 333 0 317 0 322 0 344 0 328 0 261 0 250 0 278 0 283 0 278 0 267 0 272 0 250 I0 256 0 278 0 283 0 283 0 278 0 250 0 256 0 300 0 294 0 306 0 300 0 294 0 294 0 278 0 278 0 261 0-9999 +USC00046719198706TMIN 144 0 144 0 144 0 150 0 167 0 172 0 161 0 156 0 144 0 167 0 167 0 161 0 144 0 139 0 167 0 122 0 122 0 117 0 128 0 139 0 144 0 133 0 150 0 161 0 161 0 156 0 133 0 128 0 122 0 128 0-9999 +USC00046719198706TOBS 322 0 311 0 294 0 317 0 328 0 211 0 250 0 244 0 272 0 278 0 261 0 256 0 267 I0 244 0 244 0 267 0 272 0 267 0 244 0 239 0 250 0 283 0 278 0 300 0 294 0 261 0 278 0 278 0 256 0 239 0-9999 +USC00046719198706PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 23 0 0T 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198706SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198706SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198707TMAX 261 0 278 0 283 0 283 0 283 0 283 0 278 0 278 0 256 0 261 0 272 0 311 0 306 0 317 0 306 0 278 0 233 0 261 0 294 0 289 0 261 0 267 0 289 0 300 0 317 0 339 0 328 0 317 0 328 0 339 0 367 0 +USC00046719198707TMIN 122 0 133 0 139 0 139 0 150 0 156 0 194 0 156 0 156 0 156 0 144 0 139 0 144 0 150 0 172 0 167 0 144 0 144 0 133 0 133 0 133 0 122 0 128 0 128 0 128 0 139 0 150 0 156 0 150 0 144 0 156 0 +USC00046719198707TOBS 256 0 267 0 283 0 272 0 278 0 261 0 272 0 239 0 256 0 206 0 272 0 289 0 300 0 300 0 267 0 194 0 228 0 261 0 294 0 256 0 244 0 261 0 278 0 283 0 311 0 333 0 306 0 306 0 306 0 328 0 361 0 +USC00046719198707PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 38 0 0T 0 10 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198707SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198707SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198708TMAX-9999 367 0 350 0 344 0 333 0 333 0 328 0 322 0 322 0 311 0 306 0 300 0 283 0 244 0 267 0 289 0 289 0 278 0 311 0 306 0 306 0 306 0 306 0 294 0 283 0 289 0 322 0 333 0 322 0 322 0 333 0 +USC00046719198708TMIN-9999 189 0 194 0 172 0 183 0 178 0 167 0 161 0 150 0 167 0 161 0 161 0 144 0 156 0 156 0 128 0 128 0 139 0 139 0 144 0 144 0 167 0 133 0 122 0 139 0 106 0 144 0 156 0 161 0 156 0 161 0 +USC00046719198708TOBS-9999 344 0 328 0 333 0 306 0 328 0 306 0 311 0 300 0 294 0 289 0 289 0 244 0 178 0 261 0 278 0 267 0 272 0 289 0 294 0 289 0 289 0 294 0 283 0 261 0 278 0 289 0 322 0 294 0 317 0 328 0 +USC00046719198708PRCP 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 25 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198708SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198708SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198709TMAX 411 0 400 0 372 0 311 0 300 0 306 0 322 0 350 0 333 0 333 0 294 0 272 0 217 0 278 0 300 0 294 0 294 0 294 0 322 0 317 0 417 0 350 0 322 0 294 0 283 0 283 0 317 0 328 0 339 0 361 0-9999 +USC00046719198709TMIN 200 0 244 0 178 0 167 0 156 0 161 0 144 0 78 0 178 0 150 0 139 0 156 0 161 0 133 0 144 0 144 0 161 0 144 0 144 0 144 0 156 0 167 0 156 0 161 0 167 0 167 0 167 0 150 0 167 0 189 0-9999 +USC00046719198709TOBS 394 0 372 0 294 0 294 0 289 0 300 0 317 0 328 0 333 0 289 0 267 0 200 0 206 0 267 0 289 0 278 0 278 0 283 0 300 0 311 0 328 0 311 0 267 0 283 0 278 0 278 0 306 0 322 0 317 0 350 0-9999 +USC00046719198709PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 25 0 18 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198709SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198709SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198710TMAX 389 0 378 0 400 0 406 0 378 I0 317 0 278 I0 256 I0 256 0 283 0 278 0 233 I0 217 0 244 0 244 0 278 0 283 0 267 0 239 0 233 0 278 0 233 0 228 0 239 0 261 0 317 0 328 0 267 0 233 0 239 0 217 0 +USC00046719198710TMIN 161 0 189 0 200 0 211 0 200 0 167 0 161 0 139 0 139 0 139 0 144 0 128 0 122 0 133 0 122 0 117 0 167 0 161 0 133 0 117 0 133 0 156 0 144 0 144 0 139 0 156 0 156 0 172 0 156 0 122 0 167 I0 +USC00046719198710TOBS 372 0 356 0 383 0 389 I0 322 0 294 I0 272 I0 239 0 250 0 283 0 244 I0 183 0 206 0 239 0 239 0 278 0 244 0 233 0 222 0 217 0 233 0 178 0 200 0 233 0 256 0 294 0 222 0 222 0 189 0 206 0 139 I0 +USC00046719198710PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 25 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 208 0 191 0 3 0 0P 0 0P 0 0T 0 5 0 132 0 0P 0 284 0 +USC00046719198710SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198710SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198711TMAX 189 0 200 0 217 0 206 0 167 0 211 0 222 0 267 0 272 0 289 0 294 0 278 0 233 0 211 0 206 0 211 0 194 0 222 0 267 0 267 0 211 0 211 0 217 0 239 0 206 0 211 0 228 0 194 I0 189 0 167 0-9999 +USC00046719198711TMIN 144 0 139 0 133 0 122 0 111 0 94 0 128 0 83 0 139 0 122 0 122 0 122 0 111 0 122 0 72 0 78 0 100 0 111 0 100 0 83 0 106 0 78 0 67 0 78 0 72 0 61 0 56 0 61 0 67 0 72 0-9999 +USC00046719198711TOBS 183 0 156 0 206 0 156 0 128 0 178 0 206 0 239 0 256 0 261 0 267 0 233 0 178 0 178 0 178 0 189 0 150 0 222 0 244 0 206 0 194 0 200 0 194 0 200 0 178 0 183 0 233 I0 172 0 172 0 150 0-9999 +USC00046719198711PRCP 251 0 33 0 0P 0 99 0 203 0 23 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 18 0 0P 0 0P 0 0T 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198711SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198711SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198712TMAX 167 0 172 0 239 0 194 0 161 0 189 0 183 0 189 0 178 0 267 0 244 0 222 0 167 0 128 0 111 0 117 0 117 0 178 0 167 0 144 I0 194 0 178 0 144 0 111 0 117 0 133 0 139 0 133 0 128 0 122 0 161 0 +USC00046719198712TMIN 78 0 78 0 100 0 133 I0 106 0 94 0 117 0 111 0 100 0 122 0 111 0 128 0 56 0 61 0 22 0 22 0 39 0 39 0 56 0 44 0 50 0 56 0 50 0 33 0 33 0 0 0 17 0 11 0 44 0 17 0 11 0 +USC00046719198712TOBS 167 0 167 0 194 0 122 I0 156 0 172 0 178 0 167 0 172 0 222 0 217 0 156 0 122 0 111 0 106 0 67 0 111 0 144 0 122 0 156 I0 178 0 144 0 106 0 78 0 106 0 117 0 128 0 128 0 89 0 100 0 117 0 +USC00046719198712PRCP 0P 0 0P 0 0P 0 25 0 381 0 0P 0 13 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 130 0 130 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 30 0 0P 0 0P 0 +USC00046719198712SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198712SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198801TMAX 189 0 183 0 178 0 206 0 172 0 150 0 172 0 161 0 178 0 250 0 228 0 200 0 228 0 267 0 228 0 144 0 133 0 167 0 172 0 167 0 189 0 189 0 239 0 283 0 261 I0 278 0 272 0 256 0 217 0 167 0 167 0 +USC00046719198801TMIN 22 0 33 0 39 0 78 0 94 0 39 0 61 0 56 0 61 0 78 0 83 0 83 0 67 0 67 0 78 0 72 0 67 0 56 0 50 0 22 0 28 0 50 0 56 0 78 0 83 0 83 0 117 0 111 0 78 0 83 0 89 0 +USC00046719198801TOBS 167 0 167 0 167 0 172 0 100 0 144 0 144 0 150 0 167 0 233 0 161 0 183 0 211 0 233 0 139 0 89 0 78 0 122 0 150 0 150 0 167 0 178 0 217 0 278 I0 239 0 250 0 250 0 217 0 167 0 150 0 156 0 +USC00046719198801PRCP 0P 0 0P 0 0P 0 0P 0 48 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 559 0 53 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198801SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198801SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198801WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198802TMAX 156 0 133 0 194 0 222 0 250 0 261 0 267 0 278 0 300 0 306 0 294 0 300 0 283 0 289 0 289 0 244 0 233 0 222 0 233 0 267 0 278 0 244 0 222 0 261 0 289 0 244 0 217 0 194 0 183 0-9999 -9999 +USC00046719198802TMIN 72 0 61 0 44 0 44 0 67 0 56 0 72 0 78 0 100 0 106 0 117 0 89 0 83 0 83 0 89 0 78 0 94 0 61 0 72 0 78 0 89 0 78 0 72 0 67 0 94 0 111 0 133 0 106 0 111 0-9999 -9999 +USC00046719198802TOBS 133 0 128 0 178 0 206 0 233 0 244 0 256 0 261 0 278 0 283 0 278 0 289 0 239 0 250 0 244 0 206 0 222 0 194 0 222 0 233 0 244 0 222 0 217 0 228 0 244 0 178 0 178 0 183 0 111 0-9999 -9999 +USC00046719198802PRCP 0P 0 226 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 25 0 104 0 196 0-9999 -9999 +USC00046719198802SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719198802SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719198802WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198803TMAX 144 0 211 0 233 0 211 0 222 0 167 I0 222 0 250 0 250 0 244 0 211 0 233 0 244 0 250 0 222 0 183 0 261 0 289 0 317 0 322 0 289 0 256 0 256 0 333 0 356 0 356 0 333 0 261 I0 278 0 239 0 256 0 +USC00046719198803TMIN 89 0 67 0 72 0 111 0 72 0 100 0 106 0 89 0 67 0 83 0 50 0 56 0 56 0 72 0 56 0 100 0 56 0 94 0 111 0 133 0 100 0 61 0 94 0 106 0 144 0 122 0 144 0 122 0 111 0 89 0 100 0 +USC00046719198803TOBS 133 0 194 0 211 0 183 0 189 I0 156 0 211 0 228 0 233 0 194 0 194 0 211 0 239 0 217 0 161 0 178 0 239 0 267 0 306 0 289 0 250 0 228 0 239 0 322 0 339 0 339 0 278 I0 261 0 239 0 222 0 239 0 +USC00046719198803PRCP 140 0 102 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198803SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198803SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198803WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USC00046719198804TMAX 272 0 267 0 283 0 250 0 333 0 339 0 328 0 289 0 333 0 344 0 339 0 317 0 294 0 211 0 178 0 172 0 200 0 211 0 211 0 183 0 178 0 194 0 183 0 233 0 250 0 267 0 261 0 222 0 244 0 233 0-9999 +USC00046719198804TMIN 94 0 94 0 89 0 106 0 89 0 144 0 122 0 122 0 122 0 139 0 156 0 133 0 139 0 117 0 72 0 89 0 117 0 122 0 117 0 44 0 61 0 50 0 94 0 50 0 78 0 100 0 111 0 106 0 83 0 100 0-9999 +USC00046719198804TOBS 244 0 239 0 233 0 211 0 311 0 328 0 283 0 278 0 317 0 333 0 317 0 289 0 211 0 117 0 167 0 144 0 167 0 200 0 183 0 117 0 128 0 178 0 156 0 222 0 244 0 256 0 217 0 206 0 228 0 217 0-9999 +USC00046719198804PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 99 0 81 0 0T 0 0P 0 0P 0 0P 0 508 0 0P 0 0P 0 122 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198804SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198804SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198805TMAX 239 0 272 0 278 0 272 0 222 0 183 0 183 0 211 0 267 0 339 0 328 0 339 0 339 0 306 0 300 0 278 0 244 0 267 0 328 0 350 0 350 0 344 0 300 0 289 0 272 0 278 0 267 0 250 0 239 0 239 0 267 0 +USC00046719198805TMIN 83 0 83 0 100 0 106 0 100 0 72 0 83 0 94 0 139 0 122 0 156 0 161 0 139 0 133 0 117 0 133 0 128 0 83 0 128 0 128 0 150 0 117 0 167 0 139 0 122 0 106 0 117 0 128 0 111 0 94 0 100 0 +USC00046719198805TOBS 239 0 261 0 261 0 222 0 156 0 172 0 156 0 206 0 261 0 311 0 328 0 333 0 272 0 294 0 278 0 239 0 217 0 222 0 311 0 350 0 339 0 294 0 283 0 272 0 261 0 267 0 239 0 183 0 222 0 228 0 261 0 +USC00046719198805PRCP 0P 0 0P 0 0 0 0 0 0 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 10 0 0P 0 0P 0 +USC00046719198805SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198805SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198806TMAX 306 0 333 0 333 0 317 0 222 I0-9999 222 0 272 0 294 0 283 0 278 0 256 0 283 0 294 0 283 0 272 0 261 0 289 0 278 0 250 0 278 0 294 0 272 0 272 0 289 0 328 0 339 0 333 0 311 0 317 0-9999 +USC00046719198806TMIN 128 0 150 0 156 0 144 0 111 0-9999 78 0 94 0 83 0 106 0 128 0 133 0 106 0 128 0 128 0 133 0 122 0 128 0 139 0 122 0 111 0 144 0 106 0 133 0 133 0 144 0 161 0 167 0 161 0 172 0-9999 +USC00046719198806TOBS 289 0 317 0 311 0 261 I0 200 0 194 0 217 0 133 0 267 0 272 0 244 0 244 0 261 0 233 0 272 0 256 0 211 0 267 0 233 0 233 0 261 0 267 0 244 0 261 0 272 0 211 0 333 0 300 0 294 0 300 0-9999 +USC00046719198806PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0P 0 0 0 0P 0 0P 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719198806SNOW 0P 0 0P 0 0P 0 0P 0 0P 0-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198806SNWD 0 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198807TMAX 311 0 294 0 300 0 300 0 300 0 339 0 339 0 328 0 322 0 300 0 294 0 300 0 294 0 294 0 306 0 350 0 361 0 339 0 311 0 378 0 383 0 367 0 361 0 350 0 361 0 344 0 328 0 300 0 322 0 322 0 322 0 +USC00046719198807TMIN 139 0 156 0 156 0 144 0 117 0 156 0 150 0 156 0 150 0 156 0 128 0 156 0 139 0 156 0 161 0 156 0 178 0 172 0 150 0 167 0 206 0 200 0 194 0 178 0 156 0 178 0 156 0 167 0 178 0 183 0 183 0 +USC00046719198807TOBS 283 0 278 0 289 0 283 0 294 0 328 0 328 0 322 0 294 0 289 0 283 0 294 0 289 0 283 0 294 0 333 0 339 0 300 0 306 0 372 0 333 0 356 0 333 0 333 0 339 0 322 0 300 0 300 0 317 0 306 0 289 0 +USC00046719198807PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198807SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198807SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198808TMAX 300 0 289 0 294 0 294 0 311 0 300 0 306 0 294 0 300 0 300 0 294 0 283 0 311 0 322 0 311 0 311 0 317 0 311 0 300 0 300 0 294 0 306 0 350 0 328 0 350 0 350 0 344 0 339 0 344 0 361 0 344 0 +USC00046719198808TMIN 183 0 178 0 156 0 133 0 156 0 144 0 122 0 133 0 133 0 139 0 139 0 133 0 133 0 128 0 133 0 139 0 133 0 144 0 144 0 156 0 139 0 128 0 183 0 144 0 144 0 161 0 189 0 183 0 189 0 194 0 183 0 +USC00046719198808TOBS 289 0 283 0 289 0 289 0 300 0 289 0 294 0 283 0 294 0 294 0 267 0 272 0 300 0 311 0 306 0 294 0 300 0 294 0 289 0 267 0 289 0 283 0 322 0 294 0 333 0 339 0 322 0 328 0 339 0 344 0 311 0 +USC00046719198808PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 15 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198808SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198808SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198809TMAX 339 0 372 0 428 0 433 0 417 0 383 0 361 0 317 0 306 0 294 0 278 0 278 0 283 0 294 0-9999 278 0 272 0 278 0 278 0 256 0 222 0 272 0 289 0 283 0 294 0 272 0 283 0 383 0 378 0 300 0-9999 +USC00046719198809TMIN 106 0 178 0 172 0 244 0 222 0 211 0 183 0 178 0 167 0 156 0 128 0 100 0 122 0 133 0-9999 144 0 139 0 111 0 122 0 144 0 122 0 111 0 128 0 144 0 106 0 89 0 111 0 128 0 167 0 161 0-9999 +USC00046719198809TOBS 322 0 356 0 417 0 417 0 378 0 361 0 311 0 306 0 278 0 278 0 256 0 267 0 272 0 267 0-9999 267 0 267 0 278 0 239 0 167 0 183 0 250 0 278 0 244 0 244 0 261 0 272 0 378 0 278 0 244 0-9999 +USC00046719198809PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0 0 0P 0 0P 0 0P 0 0P 0 18 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198809SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198809SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198810TMAX 289 0 294 0 306 0 311 0 283 0 256 0 289 0 344 0 378 0 378 0 350 0 300 0 267 0 250 0 306 0 372 0 350 0 333 0 261 0 250 0 267 0 250 0 244 0 250 0 250 0 228 0 222 0 222 0 244 0 283 0 333 0 +USC00046719198810TMIN 144 0 150 0 139 0 122 0 144 0 144 0 133 0 139 0 144 0 183 0 161 0 144 0 139 0 144 0 94 0 144 0 150 0 150 0 156 0 156 0 133 0 128 0 144 0 139 0 133 0 128 0 111 0 128 0 117 0 122 0 144 0 +USC00046719198810TOBS 278 0 272 0 306 0 283 0 250 0 244 0 278 0 339 0 367 0 350 0 300 0 267 0 228 0 222 0 294 0 350 0 333 0 239 0 244 0 244 0 244 0 233 0 244 0 244 0 228 0 222 0 194 0 194 0 233 0 261 0 267 0 +USC00046719198810PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198810SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198810SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198811TMAX 267 0 200 0 244 0 289 0 322 0 289 0 200 0 200 0 217 0 194 0 228 0 233 0 206 0 183 0 189 0 239 0 206 0 206 0 194 0 222 0 244 0 239 0 183 0 156 0 144 0 183 0 222 0 228 0 261 0 267 0-9999 +USC00046719198811TMIN 144 0 122 0 111 0 117 0 150 0 133 0 111 0 111 0 94 0 111 0 128 0 94 0 106 0 106 0 50 0 61 0 78 0 61 0 61 0 39 0 56 0 83 0 83 0 83 0 56 0 78 0 61 0 61 0 83 0 83 0-9999 +USC00046719198811TOBS 172 0 189 0 228 0 272 0 289 0 200 0 167 0 172 0 183 0 178 0 189 0 200 0 178 0 161 0 167 0 194 0 172 0 178 0 172 0 206 0 222 0 183 0 139 0 144 0 128 0 167 0 206 0 206 0 228 0 228 0-9999 +USC00046719198811PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 246 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 18 0 132 0 51 0 0T 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198811SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198811SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198812TMAX 261 0 256 0 233 0 244 0 261 0 283 0 239 0 239 0 250 0 256 0 256 0 283 0 244 0 206 0 133 0 128 0 161 0 139 0 139 0 128 0 161 0 144 0 144 0 128 0 122 0 122 0 133 0 122 0 128 0 150 0 122 0 +USC00046719198812TMIN 94 0 78 0 89 0 78 0 78 0 100 0 94 0 150 0 100 0 67 0 67 0 89 0 94 0 67 0 83 0 78 0 61 0 44 0 39 0 44 0 33 0 33 0 44 0 61 0 33 0 6 0 6 0 6 0 -28 0 11 0 28 0 +USC00046719198812TOBS 233 0 222 0 228 0 244 0 228 0 233 0 206 0 206 0 183 0 211 0 217 0 233 0 206 0 133 0 117 0 117 0 139 0 128 0 122 0 117 0 144 0 122 0 128 0 89 0 89 0 106 0 100 0 106 0 111 0 122 0 94 0 +USC00046719198812PRCP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 241 0 513 0-9999 -9999 10 0 0T 0 262 0-9999 -9999 58 0 155 0 3 0-9999 3 0-9999 -9999 3 0 +USC00046719198812SNWD 0 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198812WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198901TMAX 172 0 189 0 206 0 133 0 128 0 133 0 94 I0 150 0 189 0 200 0 172 0 161 0 167 0 150 I0 194 0 222 0 256 0 267 0 267 0 244 0 244 0 239 0 211 0 150 0 183 0 228 0 200 0 167 0 222 0 250 0 233 0 +USC00046719198901TMIN 28 0 33 0 61 0 72 0 72 0 33 0 28 0 -6 0 17 0 56 0 28 0 28 0 22 0 11 0 22 0 28 0 50 0 61 0 56 0 50 0 128 0 89 0 33 0 50 0 44 0 44 0 44 0 67 0 44 0 28 0 56 0 +USC00046719198901TOBS 150 0 167 0 133 0 128 0 89 0 94 0 111 I0 133 0 172 0 167 0 156 0 144 0 144 0 183 I0 189 0 217 0 239 0 256 0 239 0 228 0 222 0 211 0 100 0 144 0 172 0 200 0 167 0 167 0 222 0 217 0 211 0 +USC00046719198901PRCP 23 0 0P 0 15 0 25 0 38 0 155 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198901SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198901SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198902TMAX 211 0 150 0 133 0 100 0 128 0 111 0 117 0 117 0 122 0 178 0 172 0 172 0 172 0 167 0 194 0 189 0 233 0 200 0 172 0 206 0 278 0 294 0 300 0 294 0 300 0 294 0 283 0 239 0-9999 -9999 -9999 +USC00046719198902TMIN 61 0 67 0 72 0 56 0 22 0 -11 0 6 0 17 0 61 0 78 0 33 0 39 0 22 0 22 0 28 0 33 0 44 0 56 0 89 0 67 0 89 0 100 0 117 0 128 0 72 0 117 0 56 0 83 0-9999 -9999 -9999 +USC00046719198902TOBS 150 0 133 0 89 0 100 0 89 0 106 0 117 0 117 0 117 0 161 0 167 0 167 0 72 0 144 0 183 0 161 0 200 0 172 0 122 0 200 0 267 0 283 0 267 0 272 0 289 0 283 0 239 0 183 0-9999 -9999 -9999 +USC00046719198902PRCP 0P 0 18 0 15 0 259 0 13 0 0P 0 0P 0 91 0 213 0 3 0 0P 0 10 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198902SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198902SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719198903TMAX 183 0 161 0 183 0 189 0 222 I0 283 0 267 0 261 0 244 0 244 0 233 0 267 0 256 0 228 0 239 0 222 0 211 0 239 0 261 0 294 0 300 0 278 0 239 0 211 0 178 0 189 0 206 0 244 0 244 0 300 0 317 0 +USC00046719198903TMIN 100 0 89 0 39 0 39 0 61 0 94 0 128 0 133 0 83 0 83 0 89 0 89 0 94 0 100 0 83 0 100 0 78 0 78 0 83 0 106 0 100 0 89 0 100 0 100 0 94 0 72 0 67 0 83 0 94 0 94 0 122 0 +USC00046719198903TOBS 161 0 111 0 178 0 172 0 244 I0 267 0 239 0 228 0 228 0 194 0 228 0 256 0 222 0 217 0 222 0 172 0 183 0 239 0 261 0 278 0 272 0 233 0 206 0 172 0 156 0 189 0 200 0 233 0 228 0 289 0 294 0 +USC00046719198903PRCP 0P 0 127 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 155 0 13 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198903SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198903SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198904TMAX 300 0 272 0 278 0 372 0 383 0 406 0 400 0 372 0 344 0 278 0 256 0 189 0 256 0 256 0 244 0 239 0 244 0 272 0 283 0 289 0 283 0 244 0 244 0 244 0 194 0 200 0 233 0 261 0 272 0 267 0-9999 +USC00046719198904TMIN 100 0 94 0 94 0 117 0 167 0 117 0 172 0 156 0 117 0 144 0 128 0 100 0 128 0 133 0 122 0 122 0 128 0 67 0 122 0 89 0 111 0 111 0 89 0 94 0 67 0 67 0 72 0 89 0 89 0 89 0-9999 +USC00046719198904TOBS 239 0 261 0 267 0 372 0 378 0 394 0 361 0 344 0 278 0 250 0 183 0 167 0 233 0 233 0 239 0 217 0 239 0 267 0 267 0 278 0 239 0 244 0 244 0 178 0 172 0 189 0 217 0 250 0 261 0 250 0-9999 +USC00046719198904PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 13 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198904SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198904SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198905TMAX 267 0 283 0 300 0 311 0 294 0 294 0 300 0 306 0 261 0 172 I0 194 0 167 0 194 0 183 0 183 0 228 0 233 0 233 0 256 0 294 0 294 0 278 0 267 0 256 0 261 0 283 0 267 0 250 0 256 0 250 0 300 0 +USC00046719198905TMIN 106 0 106 0 100 0 111 0 128 0 139 0 150 0 122 0 144 0 117 0 72 0 111 0 106 0 111 0 100 0 106 0 122 0 128 0 106 0 106 0 111 0 111 0 111 0 83 0 106 0 100 0 106 0 100 0 128 0 100 0 111 0 +USC00046719198905TOBS 244 0 272 0 289 0 289 0 278 0 278 0 289 0 261 0 206 I0 167 0 167 0 156 0 167 0 178 0 161 0 222 0 183 0 222 0 250 0 272 0 272 0 267 0 239 0 250 0 250 0 261 0 244 0 244 0 222 0 233 0 289 0 +USC00046719198905PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 43 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198905SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198905SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198906TMAX 294 0 272 0 239 0 222 0 239 0 239 0 239 0 206 0 200 0 194 0 250 0 283 0 306 0 339 0 333 0 294 0 344 0 350 0 367 0 356 0 356 0 328 0 294 0 250 0 267 0 294 0 294 0 294 0 283 0 294 0-9999 +USC00046719198906TMIN 117 0 139 0 122 0 111 0 139 0 111 0 117 0 106 0 106 0 128 0 128 0 106 0 122 0 144 0 144 0 150 0 200 0 189 0 167 0 183 0 167 0 156 0 156 0 139 0 133 0 128 0 128 0 128 0 83 0 78 0-9999 +USC00046719198906TOBS 267 0 233 0 156 0 189 0 228 0 228 0 200 0 189 0 194 0 194 0 250 0 256 0 289 0 333 0 283 0 289 0 333 0 344 0 306 0 356 0 328 0 294 0 217 0 222 0 261 0 283 0 289 0 283 0 261 0 283 0-9999 +USC00046719198906PRCP 0P 0 0P 0 10 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198906SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198906SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198907TMAX 306 0 311 0 344 0 400 0 378 0 328 0 328 0 317 0 300 0 289 0 289 0 300 0 322 0 339 0 333 0 322 0 311 0 311 0 350 0 350 0 339 0 333 0 317 0 294 0 306 0 339 0-9999 339 0 344 0 328 0 322 0 +USC00046719198907TMIN 150 0 139 0 150 0 156 0 172 0 139 0 150 0 156 0 161 0 167 0 167 0 150 0 156 0 150 0 172 0 144 0 161 0 156 0 161 0 178 0 194 0 167 0 161 0 156 0 144 0 144 0 178 0 156 0 144 0 133 0 150 0 +USC00046719198907TOBS 306 0 261 0 328 0 367 0 317 0 322 0 311 0 300 0 289 0 272 0 283 0 289 0 311 0 322 0 300 0 306 0 294 0 311 0 344 0 322 0 328 0 317 0 294 0 278 0 294 0 322 0 311 0 333 0 322 0 322 0 306 0 +USC00046719198907PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198907SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198907SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198908TMAX 311 0 322 0 317 0 328 0 328 0 333 0 317 0 306 0 322 0 328 0 333 0 344 0 344 0 344 0 328 0 317 0 300 0 283 0 289 0 278 0 272 0 283 0 272 0 283 0 278 0 278 0 294 0 311 0 317 0 306 0 311 0 +USC00046719198908TMIN 122 0 139 0 133 0 133 0 167 0 167 0 128 0 167 0 172 0 172 0 172 0 150 0 167 0 139 0 156 0 150 0 150 0 144 0 139 0 106 0 139 0 122 0 144 0 144 0 150 0 144 0 128 0 144 0 122 0 128 0 122 0 +USC00046719198908TOBS 300 0 311 0 311 0 317 0 317 0 306 0 306 0 283 0 311 0 317 0 311 0 311 0 328 0 322 0 317 0 294 0 272 0 278 0 278 0 250 0 256 0 256 0 267 0 278 0 267 0 272 0 289 0 306 0 306 0 294 0 300 0 +USC00046719198908PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198908SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198908SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198909TMAX 328 0 344 0 339 0 344 0 378 0 361 0 322 0 317 0 272 0 267 0 294 0 294 0 339 0 383 0 367 0 311 0 267 0 244 0 239 0 294 0 361 0 383 0 367 0 367 0 361 0 361 0 350 0 339 0 328 0 300 0-9999 +USC00046719198909TMIN 106 0 139 0 111 0 111 0 167 0 161 0 133 0 144 0 139 0 150 0 111 0 156 0 144 0 172 0 189 0 222 0 156 0 128 0 106 0 111 0 144 0 133 0 150 0 156 0 144 0 172 0 189 0 172 0 172 0 144 0-9999 +USC00046719198909TOBS 322 0 339 0 333 0 339 0 361 0 322 0 289 0 272 0 267 0 239 0 267 0 289 0 322 0 361 0 311 0 256 0 244 0 233 0 206 0 289 0 344 0 361 0 333 0 333 0 317 0 350 0 311 0 306 0 294 0 283 0-9999 +USC00046719198909PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 61 0 0P 0 183 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198909SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198909SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198910TMAX 283 0 272 0 244 0 306 0 306 0 289 0 322 0 361 0 339 0 283 0 289 0 289 0 256 0 256 0 256 0 278 0 333 0 361 0 344 0 317 0 217 0 217 0 233 0 239 0 228 0 233 0 244 0 267 0 267 0 256 0 267 0 +USC00046719198910TMIN 111 0 117 0 94 0 106 0 122 0 122 0 128 0 122 0 172 0 117 0 111 0 106 0 111 0 117 0 83 0 106 0 117 0 144 0 161 0 117 0 122 0 94 0 150 0 100 0 106 0 78 0 78 0 50 0 89 0 72 0 78 0 +USC00046719198910TOBS 267 0 222 0 233 0 300 0 283 0 261 0 311 0 333 0 283 0 278 0 283 0 256 0 244 0 200 0 222 0 267 0 333 0 344 0 317 0 167 0 217 0 217 0 222 0 228 0 200 0 222 0 228 0 261 0 256 0 233 0 233 0 +USC00046719198910PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 13 0 89 0 13 0 0P 0 20 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198910SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198910SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198910WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719198911TMAX 289 0 289 0 294 0 283 0 272 0 228 0 211 0 278 0 306 0 328 0 306 0 283 0 217 0 217 0 294 0 294 0 267 0 306 0 317 0 306 0 250 0 233 0 200 0 189 0 167 0 183 0 228 0 217 0 233 0 228 0-9999 +USC00046719198911TMIN 67 0 72 0 89 0 100 0 89 0 78 0 83 0 72 0 83 0 67 0 106 0 106 0 89 0 128 0 89 0 111 0 100 0 106 0 128 0 144 0 78 0 44 0 56 0 67 0 100 0 106 0 56 0 22 0 44 0 61 0-9999 +USC00046719198911TOBS 283 0 272 0 261 0 272 0 228 0 189 0 194 0 261 0 267 0 294 0 283 0 211 0 194 0 200 0 267 0 261 0 222 0 289 0 300 0 239 0 211 0 189 0 189 0 167 0 161 0 172 0 200 0 194 0 200 0 183 0-9999 +USC00046719198911PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 112 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198911SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198911SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719198912TMAX 250 0 272 0 267 0 267 0 294 0 256 0 283 0 278 0 239 0 200 0 189 0 194 0 183 0 217 0 217 0 194 0 206 0 172 0 183 0 200 0 172 I0 239 0 267 0 267 0 222 0 256 0 211 0 172 0 189 0 228 0 239 0 +USC00046719198912TMIN 50 0 67 0 78 0 61 0 78 0 78 0 78 0 94 0 67 0 50 0 50 0 28 0 44 0 44 0 72 0 56 0 33 0 50 0 50 0 17 0 50 0 56 0 72 0 89 0 56 0 67 0 72 0 61 0 56 0 50 0 44 0 +USC00046719198912TOBS 217 0 244 0 239 0 222 0 233 0 217 0 239 0 228 0 194 0 150 0 172 0 161 0 167 0 200 0 178 0 178 0 172 0 139 0 167 0 172 0 189 I0 211 0 244 0 222 0 206 0 206 0 172 0 150 0 144 0 167 0 189 0 +USC00046719198912PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198912SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719198912SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199001TMAX 200 0 144 0 167 0 183 0 217 0 289 0 256 0 211 0 289 0 283 0 256 0 211 0 183 0 167 0 156 0 150 0 128 0 150 0 150 0 211 0 200 0 244 0 250 0 261 0 256 0 239 0 239 0 261 0 239 0 211 0 183 0 +USC00046719199001TMIN 44 0 56 0 22 0 28 0 39 0 56 0 56 0 67 0 78 0 128 0 94 0 94 0 56 0 72 0 67 0 61 0 33 0 33 0 33 0 33 0 28 0 56 0 61 0 67 0 67 0 67 0 61 0 44 0 44 0 50 0 44 0 +USC00046719199001TOBS 133 0 128 0 144 0 156 0 183 0 256 0 167 0 183 0 250 0 250 0 211 0 172 0 144 0 144 0 150 0 117 0 117 0 139 0 128 0 167 0 161 0 222 0 222 0 233 0 211 0 206 0 222 0 211 0 206 0 128 0 167 0 +USC00046719199001PRCP 0P 0 74 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 231 0 173 0 13 0 69 0 160 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199001SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199001SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199002TMAX 172 0 200 0 206 0 178 0 183 0 200 0 167 0 189 0 200 0 244 0 278 0 239 0 161 0 144 0 139 0 128 0 106 0 122 0 156 0 200 0 217 0 278 0 294 0 289 0 267 0 250 0 233 0 228 0-9999 -9999 -9999 +USC00046719199002TMIN 78 0 33 0 50 0 33 0 28 0 33 0 56 0 61 0 33 0 61 0 89 0 94 0 61 0 -28 0 -11 0 11 0 6 0 6 0 11 0 17 0 22 0 67 0 89 0 100 0 111 0 106 0 61 0 78 0-9999 -9999 -9999 +USC00046719199002TOBS 150 0 194 0 172 0 122 0 172 0 167 0 144 0 183 0 178 0 244 0 239 0 144 0 133 0 100 0 128 0 100 0 106 0 111 0 144 0 167 0 206 0 244 0 272 0 250 0 250 0 222 0 206 0 217 0-9999 -9999 -9999 +USC00046719199002PRCP 28 0 0P 0 0P 0 152 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 20 0 0P 0 0P 0 787 0 102 0 15 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199002SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199002SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199003TMAX 222 0 200 0 183 0 183 0 194 0 228 0 250 0 233 0 194 0 183 0 167 0 161 0 161 0 200 0 267 0 272 0 272 0 294 0 317 0 317 0 306 0 283 0 267 0 244 0 222 0 244 0 233 0 139 0 167 0 206 0 217 0 +USC00046719199003TMIN 83 0 94 0 67 0 50 0 44 0 50 0 61 0 61 0 89 0 67 0 56 0 22 0 0 0 33 0 78 0 94 0 256 I0 78 0 111 0 144 0 106 0 133 0 106 0 106 0 94 0 83 0 100 0 50 0 56 0 83 0 78 0 +USC00046719199003TOBS 194 0 172 0 172 0 144 0 189 0 211 0 228 0 194 0 150 0 161 0 117 0 61 0 156 0 178 0 256 0 228 I0 256 0 278 0 306 0 294 0 283 0 261 0 233 0 200 0 211 0 228 0 133 0 128 0 133 0 183 0 200 0 +USC00046719199003PRCP 0P 0 0P 0 0P 0 10 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 36 0 33 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199003SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199003SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199004TMAX 206 0 250 0 272 0 244 0 194 0 194 0 200 0 211 I0 267 0 311 0 311 0 322 0 306 0 267 0 250 0 211 0 200 0 189 0 222 0 228 0 239 0 239 0 183 0 233 0 267 0 289 0 294 0 278 0 261 0 211 0-9999 +USC00046719199004TMIN 83 0 78 0 67 0 111 0 111 0 83 0 106 0 83 0 72 0 117 0 133 0 111 0 128 0 117 0 117 0 128 0 94 0 122 0 117 0 117 0 106 0 117 0 78 0 83 0 94 0 122 0 106 0 133 0 111 0 67 0-9999 +USC00046719199004TOBS 189 0 239 0 244 0 194 0 172 0 156 0 194 0 222 I0 261 0 306 0 294 0 306 0 256 0 244 0 211 0 144 0 183 0 183 0 217 0 217 0 239 0 172 0 139 0 222 0 261 0 283 0 272 0 250 0 206 0 156 0-9999 +USC00046719199004PRCP 0P 0 0T 0 0P 0 58 0 3 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 25 0 102 0 20 0 0P 0 0P 0 0P 0 0P 0 15 0 48 0 0P 0 0P 0 0P 0 0P 0 10 0 20 0-9999 +USC00046719199004SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199004SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199005TMAX 244 0 244 0 261 0 339 0 383 0 383 0 356 0 272 0 250 0 239 0 206 0 239 0 250 0 250 0 228 0 283 0 272 0 244 0 233 0 239 0 256 0 300 0 278 0 250 0 267 0 267 0 250 0 211 0 206 0 222 0 233 0 +USC00046719199005TMIN 78 0 89 0 83 0 100 0 144 0 156 0 133 0 94 0 111 0 61 0 111 0 122 0 89 0 128 0 117 0 89 0 100 0 94 0 100 0 89 0 89 0 100 0 100 0 117 0 94 0 33 0 100 0 78 0 56 0 78 0 94 0 +USC00046719199005TOBS 228 0 217 0 244 0 333 0 367 0 356 0 267 0 250 0 239 0 178 0 167 0 228 0 244 0 183 0 211 0 261 0 244 0 228 0 194 0 222 0 244 0 278 0 250 0 244 0 256 0 244 0 206 0 206 0 178 0 217 0 222 0 +USC00046719199005PRCP 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 368 0 5 0 0P 0 0P 0 +USC00046719199005SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199005SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199006TMAX 250 0 339 0 367 0 350 0 339 0 322 0 311 0 361 0 361 0 283 0 289 0 289 0 267 0 222 0 217 0 267 0 278 0 278 0 317 0 322 0 306 0 306 0 333 0 356 0 383 0 428 0 433 0 417 0 356 0 344 0-9999 +USC00046719199006TMIN 83 0 78 0 139 0 122 0 133 0 111 0 117 0 128 0 117 0 133 0 122 0 133 0 122 0 117 0 111 0 100 0 117 0 128 0 178 0 133 0 161 0 133 0 122 0 128 0 144 0 172 0 228 0 189 0 128 0 150 0-9999 +USC00046719199006TOBS 233 0 339 0 350 0 339 0 322 0 278 0 311 0 361 0 267 0 222 0 283 0 267 0 200 0 217 0 167 0 256 0 261 0 272 0 300 0 300 0 294 0 294 0 328 0 339 0 356 0 428 0 417 0 356 0 311 0 322 0-9999 +USC00046719199006PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199006SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199006SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199007TMAX 344 0 328 0 322 0 333 0 339 0 328 0 322 0 294 0 317 0 383 0 383 0 378 0 383 0 378 0 367 0 317 0 322 0 333 0 356 0 361 0 361 0 344 0 339 0 311 0 311 0 306 0 328 0 333 0 344 0 361 0 350 0 +USC00046719199007TMIN 161 0 133 0 133 0 150 0 106 0 139 0 150 0 156 0 139 0 183 0 233 0 189 0 206 0 150 0 172 0 183 0 172 0 183 0 161 0 178 0 172 0 167 0 183 0 161 0 161 0 189 0 144 0 144 0 144 0 100 0 167 0 +USC00046719199007TOBS 311 0 317 0 311 0 317 0 322 0 317 0 289 0 278 0 311 0 383 0 367 0 378 0 367 0 367 0 317 0 311 0 322 0 333 0 350 0 350 0 317 0 339 0 306 0 278 0 278 0 289 0 311 0 328 0 339 0 339 0 322 0 +USC00046719199007PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199007SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199007SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199008TMAX 328 0 306 0 294 0 317 0 350 0 361 0 356 0 344 0 333 0 328 0 361 0 356 0 344 0 289 0 233 0 294 0 300 0 306 0 306 0 289 0 306 0 311 0 306 0 289 0-9999 278 0 328 0 356 0 356 0 333 0 328 0 +USC00046719199008TMIN 150 0 144 0 139 0 144 0 128 0 200 0 189 0 167 0 183 0 172 0 178 0 189 0 172 0 156 0 133 0 139 0 100 0 167 0 133 0 150 0 133 0 144 0 144 0 122 0-9999 133 0 111 0 150 0 139 0 128 0 144 0 +USC00046719199008TOBS 300 0 278 0 283 0 306 0 339 0 344 0 344 0 322 0 322 0 311 0 333 0 333 0 278 0 233 0 222 0 283 0 289 0 294 0 283 0 283 0 300 0 306 0 289 0 267 0-9999 278 0 322 0 350 0 328 0 322 0 300 0 +USC00046719199008PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 23 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 13 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199008SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199008SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199009TMAX 317 0 328 0 344 0 350 0 356 0 361 0 372 0 383 0 394 0 400 0 394 0 389 0 367 0 339 0 328 0 322 0 294 0 278 0 239 0 267 0 283 0 289 0 283 0 283 0 306 0 306 0 294 0 272 0 272 0 328 0-9999 +USC00046719199009TMIN 128 0 133 0 150 0 139 0 156 0 156 0 172 0 178 0 178 0 183 0 167 0 178 0 167 0 167 0 161 0 128 0 128 0 172 0 150 0 167 0 161 0 144 0 133 0 156 0 139 0 172 0 167 0 189 0 144 0 144 0-9999 +USC00046719199009TOBS 306 0 322 0 333 0 344 0 350 0 350 0 356 0 372 0 378 0 383 0 378 0 361 0 339 0 317 0 317 0 294 0 272 0 233 0 211 0 261 0 272 0 283 0 278 0 267 0 294 0 289 0 272 0 256 0 256 0 328 0-9999 +USC00046719199009PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 20 0-9999 +USC00046719199009SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199009SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199010TMAX 328 0 278 0 333 0 367 0 361 0 294 0 283 0 350 0 356 0 356 0 333 0 328 0 300 0 289 0 283 0 278 0 278 0 261 0 294 0 317 0 328 0 350 0 367 0 356 0 339 0 333 0 328 0 322 0 289 0-9999 222 0 +USC00046719199010TMIN 133 0 94 0 78 0 167 0 156 0 128 0 117 0 106 0 111 0 100 0 106 0 122 0 106 0 139 0 72 0 122 0 144 0 161 0 117 0 122 0 128 0 144 0 150 0 161 0 139 0 133 0 128 0 122 0 128 0-9999 111 0 +USC00046719199010TOBS 278 0 228 0 311 0 361 0 294 0 283 0 272 0 322 0 350 0 333 0 317 0 294 0 289 0 261 0 267 0 261 0 256 0 228 0 283 0 311 0 300 0 322 0 356 0 328 0 311 0 322 0 300 0 278 0 244 0-9999 211 0 +USC00046719199010PRCP 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0 0 0P 0 +USC00046719199010SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199010SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199011TMAX 228 0 239 0 228 0 278 0 256 0 228 0 228 0 272 0 328 0 344 0 328 0 333 0 317 0 272 0 244 0 261 0 244 0 217 0 217 0 194 0 194 0 256 0 300 0 278 0 239 0 189 0 183 0 239 0 244 0 239 0-9999 +USC00046719199011TMIN 172 0 94 0 78 0 72 0 83 0 78 0 117 0 83 0 117 0 122 0 144 0 150 0 139 0 111 0 111 0 111 0 122 0 106 0 94 0 94 0 83 0 67 0 94 0 94 0 56 0 83 0 44 0 56 0 61 0 78 0-9999 +USC00046719199011TOBS 211 0 200 0 211 0 222 0 222 0 200 0 200 0 244 0 289 0 317 0 272 0 289 0 272 0 228 0 228 0 194 0 217 0 217 0 156 0 178 0 161 0 228 0 261 0 239 0 183 0 150 0 156 0 206 0 211 0 194 0-9999 +USC00046719199011PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 168 0 0P 0 0P 0 0P 0 0P 0 0P 0 20 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199011SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199011SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199012TMAX 244 0 278 0 256 0 256 0 250 0 272 0 261 0 283 0 272 0 261 0 228 0 178 0 167 0 172 0 178 0 161 0 172 0 167 0 139 0 150 0 133 0 106 0 117 0 167 0 206 0 183 0 172 0 178 0 200 0 178 0 200 0 +USC00046719199012TMIN 72 0 78 0 72 0 67 0 94 0 83 0 72 0 61 0 78 0 83 0 106 0 111 0 78 0 56 0 39 0 33 0 28 0 33 0 67 0 28 0 11 0 -33 0 -33 0 -22 0 0 0 17 0 33 0 22 0 78 0 22 0 11 0 +USC00046719199012TOBS 206 0 233 0 222 0 217 0 222 0 239 0 222 0 244 0 239 0 200 0 178 0 122 0 144 0 150 0 144 0 139 0 144 0 139 0 117 0 106 0 72 0 50 0 100 0 144 0 167 0 167 0 167 0 144 0 133 0 150 0 183 0 +USC00046719199012PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 23 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199012SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199012SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199101TMAX 233 0 194 0 183 0 144 0 189 0 172 0 172 0 161 0 150 0 172 0 211 0 233 0 272 0 272 0 267 0 244 0 228 0 239 0 211 0 200 0 194 0 206 0 211 0 194 0 172 0 194 0 189 0 167 0 189 0 228 0 244 0 +USC00046719199101TMIN 44 0 89 0 106 0 111 0 117 0 39 0 89 0 61 0 89 0 50 0 67 0 78 0 94 0 100 0 100 0 111 0 89 0 94 0 67 0 61 0 78 0 39 0 39 0 44 0 44 0 44 0 44 0 61 0 50 0 50 0 56 0 +USC00046719199101TOBS 194 0 183 0 128 0 139 0 167 0 161 0 150 0 150 0 111 0 156 0 194 0 217 0 250 0 244 0 244 0 211 0 200 0 200 0 183 0 161 0 167 0 178 0 183 0 172 0 156 0 156 0 144 0 150 0 167 0 217 0 222 0 +USC00046719199101PRCP 0P 0 0P 0 130 0 249 0 46 0 0P 0 0P 0 0P 0 86 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199101SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199101SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199101WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719199102TMAX 261 0 244 0 217 0 283 0 244 0 267 0 261 0 267 0 300 0 294 0 300 0 300 0 267 0 311 0 289 0 222 0 211 0 239 0 267 0 300 0 300 0 256 0 239 0 233 0 261 0 228 0 222 0 139 0-9999 -9999 -9999 +USC00046719199102TMIN 78 0 61 0 61 0 78 0 100 0 167 0 89 0 83 0 89 0 94 0 133 0 106 0 100 0 89 0 150 0 128 0 89 0 94 0 89 0 89 0 94 0 83 0 89 0 106 0 78 0 89 0 111 0 100 0-9999 -9999 -9999 +USC00046719199102TOBS 244 0 167 0 194 0 239 0 222 0 244 0 222 0 250 0 283 0 283 0 278 0 261 0 250 0 289 0 222 0 167 0 189 0 217 0 228 0 272 0 256 0 211 0 206 0 206 0 217 0 211 0 128 0 133 0-9999 -9999 -9999 +USC00046719199102PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 203 0 1143 0-9999 -9999 -9999 +USC00046719199102SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199102SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199103TMAX 144 0 200 0 217 0 228 0 194 0 194 0 222 0 244 0 233 0 222 0 211 0 211 0 206 0 183 0 150 0 172 0 189 0 194 0 161 0 156 0 178 0 183 0 183 0 167 0 167 0 144 0 139 0 200 0 211 0 267 0 267 0 +USC00046719199103TMIN 106 0 67 0 83 0 117 0 117 0 72 0 50 0 61 0 72 0 72 0 50 0 44 0 72 0 50 0 44 0 11 0 56 0 100 0 61 0 67 0 33 0 50 0 56 0 61 0 78 0 50 0 50 0 50 0 61 0 72 0 100 0 +USC00046719199103TOBS 128 0 200 0 200 0 194 0 156 0 178 0 206 0 217 0 200 0 194 0 183 0 194 0 111 0 150 0 72 0 144 0 167 0 150 0 150 0 122 0 172 0 172 0 161 0 161 0 144 0 83 0 139 0 200 0 194 0 239 0 222 0 +USC00046719199103PRCP 556 0 5 0 0P 0 0P 0 114 0 0T 0 0P 0 0P 0 0P 0 0P 0 30 0 0P 0 84 0 8 0 36 0 5 0 0P 0 0P 0 584 0 267 0 0T 0 0P 0 0P 0 0P 0 290 0 160 0 404 0 0T 0 0P 0 0P 0 0P 0 +USC00046719199103SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199103SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199104TMAX 222 0 228 0 289 0 333 0 328 0 322 0 256 0 267 0 306 0 278 0 267 0-9999 233 0 244 0 233 0 211 0 200 0 211 0 217 0 217 0 200 0 206 0 200 0 189 0 222 0 239 0 289 0 300 0 300 0 294 0-9999 +USC00046719199104TMIN 94 0 78 0 89 0 117 0 139 0 117 0 128 0 89 0 128 0 117 0 167 0-9999 83 0 89 0 111 0 94 0 94 0 67 0 83 0 89 0 106 0 106 0 100 0 117 0 117 0 106 0 100 0 133 0 133 0 111 0-9999 +USC00046719199104TOBS 161 0 200 0 267 0 300 0 311 0 250 0 217 0 256 0 278 0 256 0 189 0-9999 222 0 233 0 206 0 200 0 172 0 194 0 211 0 161 0 200 0 183 0 178 0 172 0 217 0 228 0 272 0 300 0 283 0 278 0-9999 +USC00046719199104PRCP 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0T 0 0T 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199104SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199104SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199105TMAX 278 0 206 0 211 0 300 0 339 0 339 0 328 0 322 0 278 0 261 0 228 0 244 0 244 0 239 0 294 0 283 0 278 0 239 0 228 0 239 0 222 0 239 0 278 0 283 0 283 0 267 0 233 0 244 0 239 0 228 0 233 0 +USC00046719199105TMIN 117 0 72 0 78 0 72 0 133 0 156 0 144 0 150 0 122 0 89 0 100 0 94 0 83 0 117 0 106 0 100 0 106 0 83 0 83 0 89 0 111 0 111 0 106 0 117 0 106 0 122 0 122 0 94 0 89 0 122 0 89 0 +USC00046719199105TOBS 172 0 178 0 200 0 300 0 339 0 317 0 317 0 278 0 228 0 167 0 156 0 244 0 239 0 217 0 283 0 278 0 222 0 222 0 233 0 222 0 167 0 228 0 272 0 278 0 250 0 222 0 183 0 239 0 228 0 156 0 211 0 +USC00046719199105PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 10 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199105SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199105SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199106TMAX 239 0-9999 289 0 278 0 272 0 261 0 294 0 289 0 300 0 294 0 272 0 272 0 272 0 244 0 261 0 294 0 317 0 306 0 256 0 267 0 267 0 261 0 256 0 250 0 250 0 278 0 239 0 261 0 333 0-9999 -9999 +USC00046719199106TMIN 139 0-9999 111 0 128 0 128 0 122 0 111 0 117 0 133 0 128 0 139 0 139 0 139 0 139 0 133 0 106 0 133 0 150 0 150 0 133 0 150 0 150 0 128 0 122 0 133 0 122 0 144 0 128 0 128 0-9999 -9999 +USC00046719199106TOBS 244 0-9999 272 0 267 0 244 0 256 0 283 0 244 0 289 0 267 0 261 0 267 0 233 0 200 0 244 0 283 0 300 0 233 0 244 0 261 0 244 0 228 0 244 0 244 0 239 0 233 0 228 0 233 0 289 0-9999 -9999 +USC00046719199106PRCP 0P 0 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719199106SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199106SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199107TMAX 328 0 306 0 306 0 306 0 333 0 339 0 328 0 311 0 283 0 278 0 283 0 294 0 306 0 322 0 306 0 294 0 278 0 267 0 217 0 261 0 272 0 283 0 283 0 283 0 283 0 278 0 322 0 328 0 328 0 322 0 317 0 +USC00046719199107TMIN 122 0 161 0 150 0 144 0 161 0 172 0 178 0 178 0 150 0 150 0 161 0 156 0 150 0 150 0 172 0 150 0 156 0 156 0 161 0 139 0 122 0 150 0 161 0 161 0 172 0 172 0 144 0 156 0 167 0 161 0 183 0 +USC00046719199107TOBS 306 0 294 0 300 0 278 0 311 0 311 0 300 0 233 0 267 0 261 0 283 0 283 0 306 0 300 0 278 0 278 0 261 0 211 0 194 0 178 0 183 0 272 0 278 0 278 0 272 0 267 0 239 0 322 0 322 0 317 0 267 0 +USC00046719199107PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 53 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199107SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199107SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199108TMAX 306 0 300 0 294 0 294 0 278 0 272 0 317 0 344 0 350 0 328 0 328 0 322 0 317 0 294 0 294 0 306 0 300 0 306 0 317 0 322 0 350 0 344 0 356 0 367 0 367 0 311 0 306 0 306 0 328 0 328 0 328 0 +USC00046719199108TMIN 150 0 161 0 161 0 156 0 156 0 156 0 133 0 161 0 150 0 161 0 178 0 178 0 217 0 189 0 172 0 167 0 178 0 167 0 156 0 144 0 172 0 178 0 183 0 183 0 172 0 172 0 156 0 139 0 139 0 139 0 144 0 +USC00046719199108TOBS 294 0 289 0 294 0 278 0 261 0 272 0 300 0 339 0 322 0 311 0 294 0 294 0 294 0 256 0 294 0 289 0 294 0 300 0 306 0 317 0 333 0 339 0 350 0 367 0 311 0 289 0 294 0 300 0 317 0 317 0 311 0 +USC00046719199108PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 20 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199108SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199108SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199109TMAX 361 0 356 0 344 0 339 0 333 0 300 0 300 0 283 0 283 0 256 0 272 0 272 0 267 0 267 0 306 0 339 0 356 0 344 0 344 0 350 0 350 0 361 0 367 0 394 0 383 0 367 0 344 0 328 0 322 0 367 0-9999 +USC00046719199109TMIN 161 0 172 0 172 0 167 0 172 0 156 0 161 0 139 0 150 0 144 0 128 0 139 0 150 0 156 0 167 0 144 0 161 0 150 0 172 0 189 0 183 0 189 0 200 0 211 0 211 0 200 0 183 0 172 0 167 0 172 0-9999 +USC00046719199109TOBS 344 0 322 0 333 0 333 0 294 0 294 0 278 0 278 0 244 0 244 0 261 0 261 0 256 0 267 0 300 0 294 0 339 0 294 0 328 0 339 0 333 0 344 0 339 0 383 0 367 0 322 0 328 0 322 0 278 0 361 0-9999 +USC00046719199109PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 38 0 0P 0 0P 0-9999 +USC00046719199109SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199109SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199110TMAX 400 0 394 0 383 0 339 0 300 0 333 0 372 0 361 0 400 0 411 I0 422 0 339 0 344 0 344 0 339 0 311 0 306 0 361 0 361 0 356 0 294 0 244 0 222 0 222 0 222 0 228 0 222 0 228 0 217 0 228 0 250 0 +USC00046719199110TMIN 211 0 206 0 194 0 150 0 150 0 144 0 156 0 183 0 189 0 200 0 211 0 189 0 178 0 167 0 144 0 144 0 139 0 144 0 167 0 139 0 167 0 156 0 156 0 111 0 111 0 133 0 78 0 78 0 83 0 89 0 72 0 +USC00046719199110TOBS 367 0 383 0 339 0 294 0 272 0 322 0 361 0 333 0 389 0 422 I0 333 0 328 0 322 0 339 0 311 0 294 0 278 0 333 0 356 0 294 0 244 0 189 0 217 0 211 0 217 0 156 0 206 0 194 0 194 0 189 0 222 0 +USC00046719199110PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 10 0 0P 0 0P 0 0P 0 33 0 254 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199110SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199110SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199111TMAX 283 0 278 0 317 0 328 0 333 0 339 0 306 0 289 0 244 0 244 0 306 0 311 0 300 0 267 0 206 0 217 0 206 0 222 0 256 0 272 0 244 0 278 0 278 0 289 0 306 0 300 0 256 0 189 0 183 0 178 0-9999 +USC00046719199111TMIN 83 0 94 0 106 0 128 0 144 0 150 0 150 0 150 0 128 0 139 0 122 0 133 0 150 0 122 0 89 0 50 0 44 0 89 0 78 0 83 0 100 0 83 0 83 0 72 0 106 0 111 0 89 0 100 0 56 0 78 0-9999 +USC00046719199111TOBS 239 0 267 0 267 0 300 0 300 0 306 0 289 0 244 0 200 0 222 0 267 0 283 0 267 0 167 0 172 0 206 0 200 0 206 0 222 0 222 0 222 0 228 0 233 0 239 0 244 0 256 0 189 0 178 0 133 0 144 0-9999 +USC00046719199111PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 8 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199111SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199111SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199111WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USC00046719199112TMAX 183 0 178 0 244 0 261 0 233 0 228 0 172 0 167 0 222 0 206 0 194 0 211 0 228 0 261 0 261 0 239 0 222 0 189 0 161 0 222 0 228 0 200 0 217 0 211 0 183 0 194 0 206 0 172 0 128 0 156 0 178 0 +USC00046719199112TMIN 44 0 33 0 50 0 89 0 94 0 67 0 61 0 44 0 100 0 83 0 111 0 78 0 61 0 72 0 83 0 106 0 111 0 106 0 83 0 89 0 83 0 67 0 89 0 67 0 50 0 50 0 61 0 89 0 94 0 61 0 50 0 +USC00046719199112TOBS 150 0 156 0 206 0 206 0 228 0 167 0 122 0 139 0 206 0 167 0 172 0 183 0 194 0 228 0 206 0 222 0 189 0 161 0 144 0 200 0 200 0 178 0 194 0 172 0 167 0 172 0 172 0 122 0 106 0 139 0 161 0 +USC00046719199112PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 13 0 3 0 28 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 10 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 246 0 406 0 229 0 0P 0 +USC00046719199112SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199112SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199112WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USC00046719199201TMAX 200 0 206 0 200 0 183 0 172 0 133 0 117 0 172 0 206 0 239 0 233 0 200 0 200 0 217 0 228 0 239 0 217 0 189 0 200 0 228 0 211 0 233 0 267 0 294 0 283 0 244 0 250 0 233 0 283 0 283 0 278 0 +USC00046719199201TMIN 50 0 78 0 83 0 83 0 83 0 56 0 50 0 33 0 44 0 72 0 78 0 67 0 50 0 39 0 72 0 56 0 61 0 56 0 67 0 50 0 72 0 39 0 61 0 78 0 89 0 67 0 67 0 94 0 100 0 83 0 94 0 +USC00046719199201TOBS 178 0 200 0 111 0 167 0 89 0 117 0 78 0 156 0 189 0 206 0 200 0 178 0 167 0 189 0 206 0 206 0 189 0 194 0 200 0 194 0 194 0 217 0 256 0 283 0 244 0 189 0 233 0 222 0 272 0 272 0 256 0 +USC00046719199201PRCP 0P 0 0P 0 137 0 5 0 386 0 51 0 114 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199201SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199201SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199202TMAX 256 0 250 0 278 0 256 0 239 0 172 0 156 0 183 0 183 0 167 0 133 0 133 0 139 0 156 0 133 0 144 0 167 0 222 0 228 0 194 0 233 0 283 0 294 0 300 0 306 0 306 0 300 0 294 0 272 0-9999 -9999 +USC00046719199202TMIN 100 0 72 0 122 0 78 0 106 0 117 0 111 0 78 0 89 0 94 0 100 0 106 0 83 0 67 0 83 0 56 0 83 0 67 0 78 0 122 0 122 0 106 0 128 0 100 0 111 0 128 0 117 0 122 0 122 0-9999 -9999 +USC00046719199202TOBS 189 0 239 0 250 0 239 0 172 0 128 0 150 0 167 0 150 0 117 0 128 0 133 0 122 0 128 0 117 0 117 0 167 0 206 0 194 0 178 0 217 0 244 0 289 0 289 0 306 0 267 0 289 0 278 0 222 0-9999 -9999 +USC00046719199202PRCP 0P 0 0P 0 0P 0 0P 0 0T 0 152 0 508 0 0P 0 0P 0 348 0 838 0 815 0 183 0 0P 0 312 0 8 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719199202SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719199202SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719199203TMAX 228 0 183 0 167 0 189 0 178 0 167 0 183 0 167 0 172 0 233 0 256 0 250 0 239 0 211 0 217 0 217 0 217 0 206 0 228 0 206 0 172 0 167 0 183 0 233 0 233 0 228 0 211 0 189 0 194 0 194 0 200 0 +USC00046719199203TMIN 106 0 106 0 100 0 83 0 106 0 100 0 56 0 67 0 78 0 83 0 89 0 83 0 117 0 94 0 78 0 83 0 89 0 94 0 83 0 100 0 94 0 56 0 100 0 78 0 100 0 122 0 117 0 122 0 117 0 128 0 111 0 +USC00046719199203TOBS 183 0 133 0 156 0 178 0 156 0 156 0 161 0 167 0 172 0 200 0 228 0 233 0 211 0 206 0 206 0 194 0 200 0 183 0 206 0 122 0 167 0 128 0 144 0 228 0 167 0 211 0 161 0 178 0 172 0 183 0 189 0 +USC00046719199203PRCP 0P 0 191 0 572 0 0P 0 0P 0 155 0 5 0 23 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 279 0 356 0 71 0 381 0 0P 0 0P 0 0P 0 269 0 20 0 0P 0 0P 0 0P 0 +USC00046719199203SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199203SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199204TMAX 228 0 256 0 267 0 256 0 211 0 217 0 250 0 256 0 244 0 239 0 250 0 256 0 256 0 244 0 239 0 261 0 278 0 294 0 306 0 306 0 294 0 267 0 306 0 333 0 339 0 333 0 333 0 328 0 322 0 289 0-9999 +USC00046719199204TMIN 106 0 94 0 128 0 133 0 133 0 133 0 111 0 111 0 117 0 128 0 122 0 94 0 89 0 128 0 122 0 106 0 133 0 128 0 133 0 133 0 83 0 139 0 139 0 150 0 161 0 156 0 156 0 156 0 144 0 133 0-9999 +USC00046719199204TOBS 144 0 244 0 256 0 211 0 194 0 194 0 239 0 244 0 228 0 233 0 244 0 244 0 239 0 228 0 200 0 250 0 267 0 294 0 300 0 289 0 261 0 261 0 294 0 300 0 317 0 317 0 317 0 322 0 256 0 261 0-9999 +USC00046719199204PRCP 61 0 13 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199204SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199204SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199205TMAX 267 0 300 0 289 0 278 0 256 0 244 0 239 0 250 0 244 0 256 0 239 0 261 0 272 0 272 0 244 0 256 0 272 0 289 0 278 0 261 0 256 0 272 0 267 0 250 0 256 0 244 0 250 0 239 0 250 0 289 0 300 0 +USC00046719199205TMIN 128 0 139 0 133 0 144 0 144 0 156 0 150 0 156 0 122 0 144 0 150 0 133 0 117 0 128 0 133 0 122 0 128 0 128 0 150 0 144 0 139 0 133 0 128 0 144 0 150 0 156 0 144 0 139 0 156 0 133 0 144 0 +USC00046719199205TOBS 261 0 267 0 278 0 250 0 217 0 189 0 233 0 244 0 183 0 233 0 183 0 244 0 267 0 244 0 239 0 256 0 256 0 278 0 261 0 233 0 244 0 267 0 239 0 244 0 239 0 244 0 239 0 233 0 233 0 278 0 300 0 +USC00046719199205PRCP 0P 0 0P 0 0P 0 0P 0 10 0 5 0 3 0 0P 0 13 0 5 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199205SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199205SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199206TMAX 300 0 294 0 300 0 278 0 256 0 222 0 250 0 256 0 278 0 267 0 250 0 256 0 261 0 250 0 239 0 261 0 294 0 283 0 278 0 283 0 300 0 317 0 350 0 344 0 328 0 294 0 306 0 328 0 322 0 328 0-9999 +USC00046719199206TMIN 144 0 144 0 144 0 150 0 144 0 139 0 122 0 128 0 139 0 156 0 150 0 133 0 111 0 122 0 117 0 117 0 139 0 128 0 117 0 133 0 139 0 150 0 200 0 194 0 161 0 144 0 156 0 178 0 172 0 144 0-9999 +USC00046719199206TOBS 289 0 278 0 278 0 256 0 189 0 189 0 233 0 250 0 261 0 200 0 244 0 244 0 244 0 228 0 228 0 256 0 278 0 267 0 267 0 272 0 283 0 289 0 344 0 328 0 294 0 278 0 294 0 322 0 256 0 256 0-9999 +USC00046719199206PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199206SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199206SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199207TMAX 267 0 294 0 278 0 294 0 339 0 356 0 361 0 317 0 333 0 317 0 289 0 228 0 272 0 306 0 322 0 328 0 333 0 361 0 356 0 339 0 322 0 283 0 283 0 283 0 294 0 306 0 322 0 322 0 328 0 328 0 333 0 +USC00046719199207TMIN 139 0 133 0 150 0 150 0 156 0 189 0 211 0 200 0 211 0 183 0 194 0 189 0 189 0 178 0 172 0 194 0 183 0 200 0 183 0 189 0 172 0 178 0 172 0 172 0 178 0 167 0 178 0 172 0 161 0 161 0 167 0 +USC00046719199207TOBS 244 0 272 0 239 0 283 0 328 0 350 0 278 0 311 0 306 0 283 0 211 0 200 0 267 0 306 0 311 0 317 0 333 0 350 0 333 0 322 0 283 0 261 0 267 0 278 0 289 0 300 0 317 0 317 0 306 0 311 0 317 0 +USC00046719199207PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 20 0 3 0 0T 0 69 0 114 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199207SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199207SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199208TMAX 350 0 344 0 339 0 328 0 322 0 317 0 328 0 328 0 361 0 350 0 339 0 367 0 378 0 378 0 372 0 389 0 389 0 389 0 378 0 372 0 367 0 317 0 344 0 344 0 300 0 328 0 344 0 344 0 322 0 300 0 267 0 +USC00046719199208TMIN 161 0 178 0 183 0 183 0 183 0 172 0 178 0 189 0 172 0 183 0 189 0 194 0 183 0 172 0 228 0 222 0 222 0 194 0 211 0 206 0 178 0 189 0 156 0 178 0 167 0 161 0 150 0 172 0 172 0 294 I0 144 0 +USC00046719199208TOBS 322 0 328 0 322 0 306 0 306 0 306 0 322 0 322 0 350 0 328 0 333 0 350 0 372 0 333 0 356 0 372 0 383 0 356 0 367 0 367 0 317 0 283 0 344 0 267 0 294 0 311 0 333 0 311 0 300 0 150 0 250 0 +USC00046719199208PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199208SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199208SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199209TMAX 267 0 261 0 289 0 289 0 339 0 322 0 306 0 300 0 289 0 294 0 294 0 306 0 311 0 311 0 311 0 339 0 344 0 339 0 356 0 344 0 367 0 372 0 389 0 372 0 344 0 356 0 372 0 378 0 378 0 378 0-9999 +USC00046719199209TMIN 150 0 167 0 161 0 139 0 150 0 150 0 150 0 150 0 150 0 150 0 139 0 144 0 150 0 144 0 150 0 161 0 189 0 189 0 150 0 156 0 161 0 144 0 206 0 167 0 178 0 167 0 172 0 194 0 183 0 194 0-9999 +USC00046719199209TOBS 256 0 250 0 283 0 283 0 322 0 289 0 300 0 283 0 283 0 283 0 283 0 294 0 289 0 306 0 289 0 328 0 322 0 317 0 339 0 333 0 361 0 367 0 372 0 344 0 317 0 339 0 344 0 356 0 372 0 361 0-9999 +USC00046719199209PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199209SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199209SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199210TMAX 367 0 339 0 267 0 294 0 317 0 333 0 356 0 339 0 317 0 322 0 300 0 289 0 283 0 217 0 222 0 239 0 272 0 244 0 256 0 267 0 256 0-9999 311 0 283 0 250 0 283 0 261 0 228 0 217 0 189 0 239 0 +USC00046719199210TMIN 194 0 156 0 122 0 133 0 139 0 144 0 144 0 161 0 156 0 144 0 139 0 133 0 144 0 161 0 144 0 117 0 117 0 122 0 139 0 128 0 167 0-9999 133 0 156 0 150 0 117 0 156 0 139 0 150 0 133 0 106 0 +USC00046719199210TOBS 228 0 267 0 239 0 278 0 300 0 328 0 328 0 311 0 311 0 300 0 278 0 283 0 206 0 200 0 217 0 239 0 244 0 244 0 250 0 256 0 183 0-9999 283 0 233 0 222 0 261 0 228 0 194 0 189 0 167 0 211 0 +USC00046719199210PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 13 0 0 0 0T 0 41 0 0P 0 0P 0 0P 0 0P 0 0P 0 368 0 3 0 +USC00046719199210SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199210SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199211TMAX 289 0 283 0 289 0 267 0 256 0 267 0 267 0 239 0 206 0 217 0 222 0 261 0 283 0 294 0 278 0 244 0 211 0 206 0 222 0 206 0 194 0 194 0 194 0 178 0 200 0 217 0 233 0 206 0 256 0 211 0-9999 +USC00046719199211TMIN 106 0 122 0 128 0 94 0 111 0 106 0 111 0 100 0 111 0 106 0 72 0 78 0 94 0 111 0 111 0 117 0 106 0 106 0 89 0 117 0 61 0 67 0 67 0 67 0 67 0 61 0 72 0 100 0 72 0 61 0-9999 +USC00046719199211TOBS 256 0 250 0 261 0 206 0 250 0 250 0 211 0 167 0 178 0 206 0 211 0 222 0 256 0 267 0 222 0 206 0 183 0 183 0 200 0 194 0 167 0 172 0 167 0 167 0 172 0 194 0 206 0 194 0 189 0 194 0-9999 +USC00046719199211PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199211SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199211SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199212TMAX 239 0 211 0 167 0 150 0 167 0 178 0 167 0 156 0 156 0 206 0 189 0 161 0 183 0 167 0 144 0-9999 156 0 139 0 139 0 150 0 167 0 183 0 217 0 222 0 211 0 211 0 200 0 194 0 133 0 150 0 172 0 +USC00046719199212TMIN 56 0 72 0 78 0 83 0 33 0 72 0 72 0 50 0 50 0 67 0 78 0 61 0 67 0 28 0 33 0-9999 44 0 39 0 17 0 11 0 22 0 22 0 44 0 61 0 61 0 61 0 72 0 83 0 106 0 50 0 44 0 +USC00046719199212TOBS 211 0 161 0 150 0 122 0 133 0 167 0 100 0 139 0 144 0 178 0 100 0 133 0 161 0 144 0 133 0-9999 122 0 128 0 111 0 133 0 150 0 178 0 194 0 206 0 189 0 200 0 144 0 128 0 117 0 139 0 161 0 +USC00046719199212PRCP 0P 0 0P 0 0P 0 13 0 0P 0 0P 0 889 0 20 0 0P 0 0P 0 51 0 3 0 0P 0 0P 0 0P 0 0 0 0P 0 137 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 155 0 279 0 91 0 0P 0 +USC00046719199212SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199212SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199212WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719199301TMAX 167 0 144 0 139 0 133 0 156 0 106 I0 67 I0 156 0 133 0 128 0 139 0 128 0 128 0 156 0 156 0 144 0 150 0 150 0 150 0 172 0 194 0 194 0 222 0 239 0 244 0 261 0 256 0 233 0 211 0 150 I0 178 0 +USC00046719199301TMIN 39 0 72 0 17 0 11 0 28 0 50 0 156 I0 72 0 56 0 89 0 67 0 39 0 56 0 67 0 89 0 128 0 144 I0 72 0 39 0 78 0 72 0 78 0 61 0 44 0 78 0 89 0 83 0 72 0 67 0 67 0 56 0 +USC00046719199301TOBS 144 0 128 0 122 0 122 0 144 I0 100 0 150 0 106 0 117 0 117 0 122 0 78 0 122 0 150 0 133 0 111 I0 100 0 72 0 106 0 144 0 183 0 167 0 211 0 228 0 233 0 250 0 233 0 206 0 189 I0 156 0 178 0 +USC00046719199301PRCP 0P 0 135 0 0P 0 0P 0 0P 0 450 0 508 0 508 0 33 0 43 0 10 0 155 0 437 0 279 0 320 0 137 0 478 0 556 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 13 0 +USC00046719199301SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199301SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199301WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719199302TMAX 200 0 228 0 222 0 244 0 222 0 244 0 244 0 156 0 156 0 178 0 183 0 183 0 222 0 211 0 178 0 161 0 194 0 189 0 183 0 161 0 167 0 161 0 139 0 161 0 156 0 144 0 150 0 178 0-9999 -9999 -9999 +USC00046719199302TMIN 50 0 72 0 89 0 83 0 111 0 83 0 122 0 72 0 89 0 56 0 50 0 72 0 72 0 78 0 61 0 78 0 83 0 89 0 117 0 78 0 56 0 56 0 100 0 72 0 78 0 72 0 67 0 33 0-9999 -9999 -9999 +USC00046719199302TOBS 189 0 217 0 194 0 211 0 194 0 233 0 139 0 122 0 139 0 172 0 156 0 139 0 211 0 167 0 161 0 128 0 183 0 133 0 156 0 128 0 139 0 133 0 117 0 139 0 133 0 122 0 128 0 150 0-9999 -9999 -9999 +USC00046719199302PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 15 0 813 0 124 0 3 0 0P 0 0P 0 0P 0 0P 0 58 0 0P 0 0P 0 368 0 406 0 216 0 0P 0 0T 0 297 0 0P 0 0P 0 28 0 5 0 0T 0-9999 -9999 -9999 +USC00046719199302SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199302SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199303TMAX 189 0 206 0 189 0 250 0 278 0 300 0 300 0 278 0 272 0 256 0 250 0 283 0 272 0 244 0 239 0 250 0 256 0 244 0 278 0 244 0 250 0 278 0 261 0 200 0 183 0 144 0 172 0 167 0 200 0 222 0 244 0 +USC00046719199303TMIN 56 0 56 0 56 0 78 0 94 0 117 0 122 0 117 0 94 0 89 0 78 0 117 0 122 0 144 0 128 0 94 0 139 0 133 0 106 0 133 0 117 0 106 0 100 0 128 0 128 0 83 0 94 0 78 0 56 0 100 0 89 0 +USC00046719199303TOBS 167 0 189 0 167 0 239 0 256 0 294 0 272 0 261 0 239 0 217 0 239 0 261 0 228 0 222 0 217 0 228 0 239 0 217 0 239 0 233 0 239 0 261 0 189 0 183 0 139 0 133 0 161 0 161 0 178 0 206 0 222 0 +USC00046719199303PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 36 0 899 0 5 0 104 0 0T 0 0P 0 0P 0 +USC00046719199303SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199303SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199304TMAX 222 0 261 0 294 0 272 0 250 0 217 0 272 0 283 0 283 0 261 0 256 0 239 0 272 0 267 0 233 0 228 0 211 0 228 0 294 0 317 0 317 0 294 0 261 0 244 0 300 0 294 0 278 0-9999 294 0 283 0-9999 +USC00046719199304TMIN 94 0 83 0 122 0 117 0 133 0 78 0 78 0 111 0 111 0 106 0 106 0 117 0 106 0 106 0 122 0 100 0 117 0 100 0 94 0 144 0 133 0 117 0 106 0 106 0 117 0 139 0 272 I0-9999 122 0 117 0-9999 +USC00046719199304TOBS 194 0 256 0 272 0 250 0 178 0 206 0 261 0 283 0 244 0 244 0 239 0 233 0 267 0 228 0 222 0 200 0 183 0 206 0 283 0 278 0 294 0 261 0 217 0 228 0 289 0 278 0 122 I0-9999 278 0 267 0-9999 +USC00046719199304PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0 0 0P 0 0P 0-9999 +USC00046719199304SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199304SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199305TMAX 311 0 306 0 256 0 222 0 222 I0 244 0 250 0 283 0 356 0 350 0 306 0 239 0 278 0 311 0 306 0 294 0 272 0 267 0 283 0 261 0 261 0 267 0 244 0 250 0 256 0 256 0 256 0 250 0 267 0 300 0 283 0 +USC00046719199305TMIN 156 0 156 0 144 0 128 0 117 0 111 0 117 0 117 0 139 0 161 0 133 0 128 0 100 0 94 0 139 0 150 0 156 0 133 0 128 0 161 0 144 0 122 0 150 0 150 0 139 0 139 0 117 0 128 0 122 0 133 0 150 0 +USC00046719199305TOBS 306 0 256 0 200 0 211 0 233 I0 239 0 239 0 272 0 339 0 300 0 233 0 217 0 261 0 300 0 289 0 256 0 261 0 261 0 261 0 250 0 244 0 244 0 178 0 233 0 250 0 256 0 228 0 233 0 256 0 272 0 250 0 +USC00046719199305PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199305SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199305SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199306TMAX 267 0 256 0 256 0 228 0 222 0 200 0 206 0 272 0 339 0 333 0 333 0 300 0 317 0 306 0 328 0 328 0 306 0 350 0 356 0 300 0 289 0 278 0 328 0 356 0 333 0 322 0 300 0 306 0 317 0 317 0-9999 +USC00046719199306TMIN 161 0 144 0 144 0 144 0 128 0 111 0 111 0 117 0 150 0 172 0 161 0 161 0 161 0 161 0 156 0 161 0 167 0 256 S0 178 0 167 0 150 0 144 0 150 0 167 0 178 0 183 0 167 0 144 0 156 0 150 0-9999 +USC00046719199306TOBS 250 0 256 0 228 0 217 0 167 0 194 0 206 0 256 0 322 0 328 0 300 0 289 0 283 0 289 0 322 0 294 0 289 0 356 0 283 0 283 0 256 0 256 0 311 0 333 0 322 0 300 0 294 0 294 0 311 0 306 0-9999 +USC00046719199306PRCP 0P 0 0P 0 0P 0 0P 0 318 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199306SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199306SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199307TMAX 311 0 294 0 289 0 267 0 289 0 294 0 300 0 283 0 289 0 306 0 311 0 311 0 289 0 272 0 278 0 272 0 283 0 294 0 283 0 283 0 272 0 272 0 272 0 267 0 261 0 256 0 272 0 278 0 283 0 317 0 361 0 +USC00046719199307TMIN 167 0 183 0 167 0 167 0 161 0 167 0 167 0 172 0 172 0 161 0 161 0 172 0 161 0 150 0 161 0 161 0 139 0 167 0 161 0 156 0 167 0 150 0 167 0 167 0 178 0 178 0 161 0 161 0 172 0 156 0 167 0 +USC00046719199307TOBS 294 0 289 0 267 0 228 0 278 0 289 0 283 0 278 0 289 0 306 0 311 0 289 0 261 0 267 0 267 0 261 0 272 0 278 0 261 0 267 0 233 0 267 0 267 0 256 0 244 0 239 0 272 0 256 0 272 0 306 0 328 0 +USC00046719199307PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199307SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199307SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199308TMAX 367 0 344 0 322 0 322 0-9999 333 0 322 0 306 0 322 0 317 0 322 0 328 0 278 0 267 0 272 0 283 0 294 0 306 0 300 0 306 0 328 0 322 0 317 0 317 0 344 0 339 0 333 0 306 0 300 0 300 0 306 0 +USC00046719199308TMIN 189 0 189 0 161 0 183 0-9999 183 0 178 0 161 0 189 0 156 0 156 0 150 0 156 0 156 0 161 0 144 0 133 0 156 0 161 0 139 0 133 0 144 0 144 0 133 0 167 0 194 0 194 0 178 0 172 0 172 0 161 0 +USC00046719199308TOBS 339 0 317 0 294 0 306 0-9999 328 0 294 0 289 0 317 0 294 0 317 0 278 0 267 0 250 0 261 0 272 0 289 0 294 0 289 0 306 0 322 0 317 0 306 0 306 0 339 0 333 0 289 0 294 0 278 0 278 0 294 0 +USC00046719199308PRCP 0P 0 0P 0 0P 0 0P 0 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199308SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199308SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199309TMAX 333 0 333 0 350 0 356 0 339 0 322 0 361 0 372 0 378 0 367 0 328 0 317 0 261 0 267 0 261 0 244 0 233 0 272 0 294 0 294 0 250 0 261 0 283 0 333 0 350 0 389 0 389 0 389 0 378 0 344 0-9999 +USC00046719199309TMIN 172 0 183 0 183 0 239 0 167 0 167 0 167 0 178 0 178 0 167 0 167 0 156 0 156 0 161 0 144 0 144 0 161 0 111 0 122 0 133 0 156 0 133 0 122 0 111 0 139 0 150 0 183 0 178 0 167 0 178 0-9999 +USC00046719199309TOBS 328 0 311 0 333 0 339 0 300 0 311 0 356 0 350 0 344 0 328 0 317 0 256 0 233 0 256 0 244 0 200 0 217 0 261 0 289 0 244 0 244 0 256 0 278 0 300 0 339 0 378 0 361 0 372 0 322 0 328 0-9999 +USC00046719199309PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199309SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199309SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199310TMAX 367 0 356 0 344 0 317 0 261 0 256 0 239 0 239 0 244 0 267 0 272 0 278 0 261 0 244 0 244 0 222 0 222 0 239 0 278 0 317 0 300 0 322 0 311 0 294 0 294 0 328 0 317 0 317 0 278 0 300 0 278 0 +USC00046719199310TMIN 189 0 183 0 167 0 172 0 167 0 128 0 128 0 150 0 139 0 133 0 156 0 161 0 133 0 144 0 156 0 156 0 128 0 122 0 106 0 122 0 150 0 172 0 128 0 128 0 117 0 100 0 122 0 144 0 122 0 117 0 144 0 +USC00046719199310TOBS 344 0 339 0 311 0 233 0 244 0 228 0 222 0 206 0 244 0 267 0 244 0 256 0 239 0 233 0 222 0 194 0 211 0 228 0 272 0 300 0 283 0 300 0 294 0 289 0 283 0 311 0 289 0 272 0 267 0 278 0 239 0 +USC00046719199310PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 46 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199310SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199310SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199311TMAX 256 0 317 0 300 0 267 0 267 0 278 0 256 0 228 0 261 0 250 0 200 0 183 0 183 0 172 0 228 0 222 0 222 0 233 0 261 0 250 0 217 0 222 0 206 0 200 0 239 0 239 0 222 0 222 0 217 0 194 0-9999 +USC00046719199311TMIN 133 0 122 0 128 0 111 0 89 0 100 0 111 0 100 0 83 0 111 0 111 0 94 0 67 0 83 0 106 0 78 0 89 0 78 0 78 0 78 0 83 0 128 0 117 0 94 0 61 0 67 0 78 0 117 0 100 0 94 0-9999 +USC00046719199311TOBS 244 0 294 0 256 0 250 0 239 0 256 0 200 0 217 0 244 0 200 0 178 0 161 0 167 0 156 0 194 0 194 0 200 0 194 0 239 0 211 0 194 0 183 0 178 0 167 0 211 0 222 0 194 0 200 0 194 0 178 0-9999 +USC00046719199311PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 145 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 150 0-9999 +USC00046719199311SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199311SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199311WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USC00046719199312TMAX 222 0 272 0 256 0 239 0 222 0 194 0 183 0 200 0 178 0 239 0 183 0 150 0 194 0 172 0 150 0 150 0 172 0 167 0 167 0 189 0 178 0 211 0 200 0 200 0 222 0 200 0 183 0 217 0 222 0 211 0 211 0 +USC00046719199312TMIN 83 0 106 0 106 0 89 0 78 0 100 0 67 0 67 0 67 0 72 0 89 0 50 0 50 0 50 0 28 0 39 0 56 0 50 0 83 0 50 0 39 0 50 0 61 0 50 0 72 0 100 0 83 0 67 0 67 0 72 0 61 0 +USC00046719199312TOBS 200 0 256 0 222 0 206 0 194 0 156 0 172 0 167 0 172 0 183 0 89 0 133 0 172 0 106 0 139 0 144 0 161 0 144 0 150 0 172 0 167 0 178 0 194 0 189 0 200 0 156 0 172 0 194 0 211 0 194 0 200 0 +USC00046719199312PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 188 0 15 0 0P 0 30 0 89 0 0P 0 0P 0 0P 0 20 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199312SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199312SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199401TMAX 211 0 256 0 272 0 256 0 211 0 194 0 200 0 206 0 189 0 217 0 217 0 239 0 250 0 250 0 228 0 233 0 261 0 283 0 272 0 239 0 250 0 267 0 250 0 194 0 161 0 167 0 161 0 178 0 206 0 200 0 200 0 +USC00046719199401TMIN 67 0 83 0 78 0 100 0 100 0 72 0 50 0 56 0 39 0 56 0 50 0 67 0 89 0 89 0 83 0 67 0 78 0 100 0 89 0 78 0 72 0 122 0 78 0 100 0 56 0 44 0 67 0 39 0 39 0 39 0 56 0 +USC00046719199401TOBS 194 0 239 0 256 0 211 0 183 0 183 0 189 0 189 0 172 0 189 0 206 0 217 0 244 0 217 0 206 0 200 0 233 0 261 0 222 0 217 0 211 0 239 0 189 0 150 0 133 0 156 0 144 0 156 0 178 0 194 0 183 0 +USC00046719199401PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 102 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199401SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199401SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199402TMAX 183 0 189 0 172 0 156 0 172 0 183 0 172 0 167 0 189 0 183 0 194 0 228 0 233 0 239 0 250 0 244 0 194 0 150 0 156 0 156 0 172 0 194 0 228 0 244 0 239 0 239 0 194 0 250 0-9999 -9999 -9999 +USC00046719199402TMIN 56 0 61 0 67 0 61 0 89 0 78 0 78 0 78 0 56 0 61 0 67 0 39 0 33 0 61 0 61 0 67 0 44 0 39 0 33 0 56 0 39 0 61 0 67 0 78 0 72 0 100 0 111 0 83 0-9999 -9999 -9999 +USC00046719199402TOBS 156 0 172 0 144 0 133 0 156 0 156 0 144 0 150 0 183 0 167 0 183 0 200 0 222 0 228 0 239 0 189 0 144 0 122 0 133 0 144 0 156 0 189 0 217 0 233 0 239 0 189 0 178 0 233 0-9999 -9999 -9999 +USC00046719199402PRCP 0P 0 0P 0 0P 0 241 0 0P 0 0P 0 163 0 168 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 191 0 0P 0 0P 0 318 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199402SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199402SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199403TMAX 283 0 306 0 294 0 239 0 200 0 194 0 172 0 167 0 217 0 222 0 217 0 278 0 317 0 311 0 289 0 278 0 244 0 250 0 239 0 217 0 233 0 222 0 194 0 172 0 161 0 206 0 239 0 261 0 250 0 250 0 256 0 +USC00046719199403TMIN 106 0 117 0 94 0 94 0 111 0 106 0 89 0 106 0 100 0 94 0 100 0 83 0 133 0 133 0 117 0 100 0 106 0 128 0 111 0 122 0 94 0 89 0 33 0 22 0 17 0 39 0 67 0 89 0 78 0 100 0 106 0 +USC00046719199403TOBS 278 0 294 0 239 0 200 0 144 0 167 0 167 0 144 0 206 0 206 0 200 0 272 0 300 0 267 0 272 0 211 0 222 0 233 0 144 0 178 0 217 0 183 0 167 0 106 0 139 0 178 0 217 0 239 0 239 0 244 0 239 0 +USC00046719199403PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 36 0 10 0 10 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 188 0 15 0 0P 0 0P 0 0P 0 10 0 282 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199403SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199403SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199404TMAX 239 0 250 0 233 0 244 0 256 0 244 0 228 0 194 0 206 0 228 0 339 0 322 0 322 0 289 0 289 0 278 0 294 0 311 0 306 0 278 0 261 0 228 0 222 0 200 0 194 0 144 0 150 0 194 0 228 0 222 0-9999 +USC00046719199404TMIN 94 0 128 0 122 0 111 0 100 0 89 0 122 0 111 0 100 0 78 0 89 0 122 0 100 0 117 0 117 0 122 0 139 0 139 0 133 0 122 0 139 0 111 0 106 0 72 0 94 0 78 0 61 0 67 0 78 0 100 0-9999 +USC00046719199404TOBS 233 0 233 0 211 0 217 0 244 0 228 0 189 0 183 0 194 0 217 0 283 0 283 0 289 0 217 0 278 0 244 0 294 0 300 0 278 0 250 0 217 0 206 0 183 0 183 0 144 0 89 0 128 0 189 0 217 0 222 0-9999 +USC00046719199404PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 86 0 74 0 10 0 69 0 0P 0 0P 0-9999 +USC00046719199404SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199404SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199405TMAX 222 0 233 0 233 0 256 0 250 0 222 0 206 0 222 0 244 0 244 0 256 0 233 0 183 0 256 0 239 0 211 0 200 0 167 0 217 0 289 0 283 0 278 0 267 0 256 0 211 0 211 0 272 0 300 0 344 0 344 0 256 0 +USC00046719199405TMIN 111 0 117 0 89 0 106 0 100 0 61 0 78 0 106 0 89 0 100 0 100 0 122 0 128 0 133 0 139 0 122 0 94 0 78 0 89 0 94 0 94 0 106 0 128 0 117 0 128 0 133 0 117 0 122 0 128 0 144 0 128 0 +USC00046719199405TOBS 222 0 222 0 228 0 244 0 211 0 122 0 172 0 217 0 233 0 244 0 222 0 178 0 172 0 239 0 161 0 183 0 128 0 150 0 200 0 233 0 272 0 233 0 256 0 206 0 150 0 200 0 272 0 300 0 344 0 206 0 233 0 +USC00046719199405PRCP 0P 0 0P 0 0P 0 0P 0 0T 0 38 0 15 0 13 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0T 0 5 0 20 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 8 0 0T 0 0P 0 0P 0 0P 0 0P 0 0T 0 +USC00046719199405SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199405SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199406TMAX 317 0 317 0 311 0 311 0 300 0 267 0 272 0 317 0 344 0 333 0 294 0 267 0 278 0 261 0 233 0 267 0 289 0 311 0 317 0 328 0 322 0 339 0 372 0 367 0 350 0 411 0 406 0 361 0 344 0 344 0-9999 +USC00046719199406TMIN 128 0 144 0 128 0 133 0 133 0 128 0 122 0 133 0 128 0 156 0 150 0 139 0 144 0 150 0 139 0 133 0 122 0 133 0 128 0 133 0 117 0 133 0 156 0 150 0 178 0 194 0 183 0 172 0 178 0 144 0-9999 +USC00046719199406TOBS 306 0 294 0 294 0 283 0 261 0 244 0 261 0 261 0 333 0 294 0 267 0 256 0 256 0 217 0 178 0 261 0 278 0 300 0 294 0 294 0 311 0 339 0 356 0 344 0 344 0 406 0 344 0 333 0 339 0 294 0-9999 +USC00046719199406PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 13 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199406SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199406SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199406WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719199407TMAX 344 0 311 0 289 0 283 0 283 0 289 0 289 0 306 0 300 0 322 0 322 0 306 0 300 0 294 0 300 0 328 0 322 0 300 0 278 0 283 0 306 0 294 0 306 0 328 0 339 0 344 0 333 0 333 0 333 0 294 0 300 0 +USC00046719199407TMIN 144 0 128 0 161 0 161 0 150 0 144 0 122 0 139 0 139 0 156 0 122 0 94 0 133 0 117 0 133 0 128 0 133 0 150 0 122 0 139 0 144 0 150 0 139 0 150 0 156 0 139 0 172 0 172 0 172 0 172 0 167 0 +USC00046719199407TOBS 306 0 289 0 278 0 272 0 272 0 267 0 272 0 300 0 294 0 317 0 294 0 289 0 278 0 278 0 294 0 317 0 294 0 256 0 261 0 272 0 283 0 272 0 283 0 317 0 322 0 322 0 311 0 328 0 267 0 283 0 283 0 +USC00046719199407PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199407SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199407SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199408TMAX 317 0 344 0 339 0 333 0 394 0 389 0 372 0 328 0 356 0 356 0 383 0 400 0 406 0 389 0 372 0 361 0 344 0 333 0 339 0 333 0 322 0 306 0 322 0 344 0 350 0 333 0 344 0 350 0 344 0 328 0 294 0 +USC00046719199408TMIN 156 0 156 0 172 0 156 0 167 0 194 0 183 0 178 0 189 0 200 0 217 0 222 0 233 0 228 0 222 0 206 0 200 0 189 0 189 0 178 0 183 0 156 0 150 0 161 0 167 0 183 0 200 0 183 0 161 0 161 0 178 0 +USC00046719199408TOBS 283 0 322 0 317 0 328 0 389 0 367 0 306 0 306 0 350 0 350 0 361 0 394 0 389 0 344 0 328 0 317 0 328 0 328 0 322 0 317 0 294 0 283 0 306 0 328 0 328 0 278 0 322 0 328 0 322 0 289 0 272 0 +USC00046719199408PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199408SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199408SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199409TMAX 300 0 306 0 317 0 328 0 356 0 361 0 344 0 339 0 361 0 339 0 306 0 272 0 261 0 322 0 356 0 339 0 322 0 317 0 317 0 300 0 300 0 333 0 311 0 306 0 344 0 344 0 361 0 356 0 322 0 317 0-9999 +USC00046719199409TMIN 161 0 156 0 139 0 156 0 156 0 178 0 178 0 161 0 150 0 167 0 150 0 150 0 144 0 128 0 150 0 161 0 156 0 161 0 156 0 133 0 133 0 150 0 133 0 161 0 150 0 139 0 133 0 144 0 94 0 117 0-9999 +USC00046719199409TOBS 289 0 294 0 306 0 322 0 350 0 333 0 339 0 317 0 328 0 294 0 261 0 239 0 239 0 294 0 339 0 317 0 311 0 317 0 278 0 294 0 278 0 300 0 283 0 283 0 333 0 294 0 344 0 311 0 300 0 283 0-9999 +USC00046719199409PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199409SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199409SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199410TMAX 289 0 267 0 256 0 206 0 233 0 244 0 294 0 356 0 361 0 356 0 322 0 294 0 283 0 222 0 244 0 244 0 261 0 256 0 267 0 267 0 289 0 278 0 256 0 261 0 256 0 256 0 294 0 283 0 250 0 244 0 311 0 +USC00046719199410TMIN 122 0 150 0 156 0 133 0 183 I0 144 0 117 0 133 0 128 0 122 0 100 0 128 0 106 0 111 0 117 0 94 0 89 0 106 0 100 0 89 0 89 0 122 0 106 0 133 0 122 0 117 0 106 0 111 0 133 0 106 0 111 0 +USC00046719199410TOBS 261 0 256 0 200 0 167 I0 217 0 222 0 278 0 344 0 350 0 306 0 294 0 278 0 222 0 211 0 233 0 233 0 228 0 244 0 244 0 256 0 278 0 244 0 233 0 244 0 217 0 244 0 278 0 244 0 206 0 239 0 294 0 +USC00046719199410PRCP 56 0 122 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199410SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199410SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199411TMAX 294 0 239 0 200 0 200 0 217 0 228 0 200 0 172 0 217 0 172 0 189 0 178 0 194 0 217 0 222 0 178 0 172 0 144 0 150 0 172 0 189 0 233 0 239 0 239 0 194 0 150 0 178 0 200 0 222 0 261 0-9999 +USC00046719199411TMIN 100 0 122 0 67 0 56 0 61 0 78 0 72 0 61 0 78 0 89 0 50 0 50 0 56 0 50 0 56 0 94 0 56 0 61 0 11 0 17 0 39 0 67 0 56 0 67 0 56 0 83 0 22 0 39 0 56 0 78 0-9999 +USC00046719199411TOBS 233 0 167 0 167 0 150 0 200 0 194 0 167 0 144 0 172 0 133 0 172 0 161 0 183 0 200 0 178 0 150 0 144 0 111 0 133 0 156 0 150 0 206 0 217 0 194 0 139 0 122 0 156 0 172 0 206 0 233 0-9999 +USC00046719199411PRCP 0P 0 10 0 0P 0 0P 0 0P 0 0P 0 0P 0 20 0 114 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 15 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199411SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199411SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199412TMAX 239 0 200 0 194 0 167 0 206 0 161 0 178 0 183 0 189 0 178 0 172 0 167 0 156 0 161 0 167 0 217 0 239 0 228 0 228 0 250 0-9999 239 0 217 0 200 0 139 0 228 0 217 0 183 0 144 0 139 0 161 0 +USC00046719199412TMIN 83 0 67 0 67 0 89 0 94 0 89 0 89 0 56 0 22 0 56 0 33 0 56 0 72 0 50 0 56 0 56 0 61 0 50 0 72 0 78 0-9999 72 0 117 0 72 0 61 0 72 0 89 0 100 0 33 0 28 0 39 0 +USC00046719199412TOBS 200 0 161 0 161 0 144 0 161 0 144 0 156 0 156 0 161 0 167 0 144 0 133 0 133 0 133 0 161 0 194 0 222 0 178 0 194 0 233 0-9999 178 0 200 0 139 0 133 0 211 0 183 0 117 0 139 0 133 0 144 0 +USC00046719199412PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 56 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0 0 0P 0 0P 0 20 0 178 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199412SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199412SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199501TMAX 183 0 178 0 161 0 133 0 156 0 156 0 150 0 144 0 161 0 156 0 150 0 161 0 156 0 161 0 150 0 144 0 161 0 183 0 189 0 178 0 156 0 172 0 156 0 150 0 133 0 150 0 167 0 222 0 244 0 250 0 272 0 +USC00046719199501TMIN 78 0 44 0 72 0 61 0 39 0 50 0 72 0 106 0 128 0 100 0 83 0 72 0 78 0 111 0 78 0 33 0 28 0 22 0 50 0 44 0 67 0 72 0 61 0 56 0 61 0 72 0 56 0 44 0 78 0 100 0 117 0 +USC00046719199501TOBS 167 0 156 0 94 0 61 0 139 0 150 0 111 0 144 0 150 0 122 0 144 0 150 0 144 0 144 0 117 0 128 0 128 0 172 0 178 0 139 0 144 0 156 0 111 0 122 0 117 0 133 0 144 0 189 0 222 0 239 0 261 0 +USC00046719199501PRCP 0P 0 0P 0 122 0 483 0 305 0 0P 0 211 0 302 0 163 0 1346 0 310 0 122 0 0P 0 0T 0 102 0 5 0 28 0 0P 0 0P 0 0P 0 10 0 0P 0 122 0 508 0 508 0 43 0 0T 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199501SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199501SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199502TMAX 317 0 322 0 317 0 311 0 311 0 278 0 200 0 178 0 189 0 200 0 167 0 183 0 167 0 156 0 200 0 239 0 244 0 283 0 322 0 333 0 328 0 217 0 211 0 239 0 217 0 211 0 200 0 172 0-9999 -9999 -9999 +USC00046719199502TMIN 128 0 117 0 128 0 117 0 106 0 72 0 56 0 78 0 94 0 56 0 106 0 39 0 72 0 72 0 100 0 89 0 100 0 94 0 117 0 144 0 122 0 111 0 83 0 83 0 94 0 94 0 117 0 89 0-9999 -9999 -9999 +USC00046719199502TOBS 278 0 311 0 311 0 311 0 278 0 200 0 172 0 128 0 144 0 161 0 144 0 150 0 133 0 144 0 172 0 194 0 233 0 278 0 322 0 322 0 211 0 194 0 183 0 217 0 150 0 200 0 167 0 156 0-9999 -9999 -9999 +USC00046719199502PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 53 0 495 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199502SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199502SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199503TMAX 167 0 150 0 167 0 189 0 161 0 228 0 233 0 233 0 244 0 211 0 189 0 200 0 239 0 272 0 278 0 267 0 244 0 239 0 222 0 239 0 183 0 172 0 178 0 178 0 200 0 228 0 239 0 239 0 250 0 256 0 278 0 +USC00046719199503TMIN 106 0 100 0 67 0 78 0 94 0 83 0 83 0 83 0 106 0 89 0 17 0 61 0 94 0 100 0 117 0 122 0 133 0 139 0 122 0 139 0 94 0 44 0 72 0 39 0 61 0 44 0 61 0 39 0 39 0 56 0 56 0 +USC00046719199503TOBS 150 0 144 0 167 0 156 0 150 0 200 0 206 0 222 0 211 0 161 0 128 0 189 0 200 0 261 0 250 0 239 0 217 0 217 0 222 0 178 0 156 0 172 0 111 0 161 0 178 0 206 0 228 0 206 0 233 0 222 0 250 0 +USC00046719199503PRCP 0P 0 20 0 338 0 0P 0 417 0 241 0 0P 0 0P 0 0P 0 61 0 798 0 130 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 201 0 0P 0 305 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199503SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199503SNWD 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199504TMAX 256 0 244 0 294 0 294 0 272 0 233 0 206 0 233 0 233 0 256 0 283 0 278 0 306 0 233 0 211 0 189 0 178 0 161 0 172 0 178 0 211 0 283 0 300 0 311 0 311 0 261 0 244 0 206 0 244 0 -111 G0-9999 +USC00046719199504TMIN 78 0 94 0 94 0 56 0 78 0 100 0 67 0 72 0 83 0 94 0 106 0 117 0 111 0 78 0 39 0 28 0 33 0 72 0 39 0 67 0 72 0 83 0 106 0 117 0 128 0 100 0 117 0 122 0 122 0 144 0-9999 +USC00046719199504TOBS 239 0 228 0 278 0 272 0 233 0 200 0 189 0 206 0 222 0 244 0 261 0 267 0 233 0 211 0 183 0 78 0 139 0 144 0 172 0 150 0 194 0 261 0 289 0 306 0 261 0 239 0 206 0 194 0 217 0 217 0-9999 +USC00046719199504PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 295 0 0T 0 81 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0-9999 +USC00046719199504SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199504SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199505TMAX 256 0 250 0 239 0 233 0 183 0 178 0 183 0 194 0 239 0 239 0 239 0 222 0 206 0 200 0 194 0 211 0 222 0 239 0 278 0 256 0 228 0 206 0 172 0 156 0 189 0 244 0 244 0 256 0 317 0 300 0 306 0 +USC00046719199505TMIN 128 0 133 0 117 0 111 0 100 0 78 0 67 0 111 0 89 0 94 0 128 0 122 0 106 0 94 0 106 0 94 0 106 0 117 0 122 0 117 0 111 0 117 0 117 0 111 0 111 0 94 0 117 0 133 0 133 0 144 0 133 0 +USC00046719199505TOBS 244 0 211 0 228 0 183 0 156 0 161 0 161 0 172 0 211 0 233 0 222 0 206 0 178 0 183 0 189 0 183 0 211 0 233 0 256 0 222 0 194 0 161 0 156 0 144 0 189 0 239 0 222 0 250 0 289 0 294 0 261 0 +USC00046719199505PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 3 0 25 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199505SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199505SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199506TMAX 272 0 206 0 200 0 261 0 256 0 261 0 250 0 228 0 272 0 333 0 356 0 356 0 328 0 289 0 250 0 156 0 222 0 278 0 278 0 272 0 278 0 306 0 322 0 322 0 322 0 300 0 306 0 300 0 300 0 306 0-9999 +USC00046719199506TMIN 111 0 89 0 117 0 100 0 122 0 100 0 117 0 111 0 100 0 139 0 172 0 178 0 156 0 150 0 139 0 100 0 78 0 122 0 128 0 133 0 128 0 139 0 139 0 139 0 156 0 156 0 161 0 144 0 150 0 144 0-9999 +USC00046719199506TOBS 133 0 183 0 189 0 244 0 228 0 244 0 206 0 206 0 267 0 322 0 350 0 322 0 283 0 244 0 156 0 100 0 217 0 267 0 267 0 256 0 267 0 294 0 306 0 311 0 267 0 278 0 294 0 289 0 283 0 289 0-9999 +USC00046719199506PRCP 10 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 20 0 401 0 56 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199506SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199506SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199507TMAX 289 0 294 0 294 0 267 0 306 0 300 0 328 0 333 0 344 0 350 0 333 0 322 0 317 0 328 0 333 0 328 0 333 0 339 0 322 0 333 0 328 0 311 0 311 0 311 0 328 0 367 0 394 0 394 0 411 0 361 0 333 0 +USC00046719199507TMIN 133 0 144 0 122 0 128 0 156 0 144 0 122 0-9999 -9999 211 0 183 0 167 0 144 0 150 0 156 0 89 0 144 0 167 0 144 0 144 0 161 0 144 0-9999 133 0 150 0 161 0 189 0 194 0 183 0 194 0 183 0 +USC00046719199507TOBS 256 0 283 0 256 0 256 0 289 0 278 0 322 0 322 0 322 0 322 0 322 0 311 0 294 0 317 0 311 0 317 0 311 0 317 0 306 0 317 0 306 0 283 0 294 0 300 0 322 0 350 0 350 0 367 0 361 0 317 0 317 0 +USC00046719199507PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199507SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199507SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199508TMAX 344 0 344 0 356 0 344 0 339 0 350 0 350 0 361 0 350 0 322 0 356 0 361 0 361 0 356 0 322 0 300 0 306 0 322 0 328 0 317 0 322 0 339 0 333 0 350 0 344 0 350 0 372 0 389 0 394 0 389 0 383 0 +USC00046719199508TMIN 183 0 189 0 189 0 167 0 156 0 167 0 172 0 189 0 172 0 161 0 167 0 156 0 172 0 161 0 150 0 133 0 139 0 117 0-9999 156 0 161 0 200 0 183 0 167 0 167 0 161 0 150 0 200 0 211 0 211 0 206 0 +USC00046719199508TOBS 322 0 333 0 339 0 317 0 322 0 339 0 344 0 350 0 322 0 317 0 339 0 344 0 350 0 322 0 300 0 272 0 283 0 306 0 311 0 294 0 317 0 311 0 322 0 333 0 328 0 333 0 356 0 367 0 383 0 378 0 356 0 +USC00046719199508PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199508SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199508SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199509TMAX 383 0 378 0 383 0 372 0 389 0 389 0 367 0 344 0 317 0 317 0 344 0 361 0 367 0 389 0 383 0 361 0 306 0 311 0 322 0 317 0 311 0 317 0 311 0 311 0 306 0 294 0 278 0 267 0 261 0 339 0-9999 +USC00046719199509TMIN 211 0 217 0 233 0 200 0 194 0 211 0 217 0 178 0 144 0 139 0 161 0 178 0 200 0 189 0 194 0 183 0 167 0 156 0 161 0 167 0 150 0 150 0 150 0 156 0 161 0 167 0 161 0 156 0 144 0 133 0-9999 +USC00046719199509TOBS 378 0 367 0 367 0 361 0 383 0 367 0 339 0 311 0 294 0 306 0 333 0 350 0 344 0 378 0 356 0 294 0 294 0 294 0 306 0 289 0 289 0 300 0 278 0 300 0 294 0 256 0 261 0 200 0 261 0 322 0-9999 +USC00046719199509PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199509SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199509SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199510TMAX 339 0 372 0 356 0 339 0 333 0 328 0 300 0 278 0 289 0 311 0 317 0 272 0 306 0 317 0 311 0 261 0 289 0 283 0 306 0 289 0 283 0 256 0 278 0 278 0 272 0 289 0 311 0 306 0 244 0 244 0 200 0 +USC00046719199510TMIN 150 0 161 0 172 0 156 0 150 0 150 0 144 0 139 0 150 0 128 0 133 0 144 0 128 0 133 0 139 0 139 0 122 0 122 0 144 0 133 0 128 0 139 0 106 0 106 0 100 0 111 0 133 0 122 0 139 0 156 0 128 0 +USC00046719199510TOBS 333 0 356 0 339 0 300 0 322 0 300 0 256 0 250 0 267 0 311 0 222 0 244 0 300 0 311 0 250 0 233 0 278 0 244 0 261 0 283 0 222 0 239 0 261 0 267 0 261 0 261 0 300 0 228 0 222 0 200 0 161 0 +USC00046719199510PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199510SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199510SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199511TMAX 189 0 222 0 250 0 261 0 283 0 239 0 267 0 272 0 228 0 222 0 283 0 272 0 283 0 222 0 211 0 211 0 250 0 267 0 256 0 267 0 228 0 239 0 294 0 300 0 272 0 233 0 222 0 244 0 278 0 267 0-9999 +USC00046719199511TMIN 133 0 111 0 156 0 100 0 94 0 139 0 133 0 122 0 222 S0 122 0 122 0 117 0 117 0 100 0 117 0 111 0 89 0 83 0 94 0 111 0 89 0 89 0 100 0 128 0 128 0 83 0 89 0 94 0 111 0 117 0-9999 +USC00046719199511TOBS 167 0 183 0 239 0 200 0 228 0 194 0 244 0 228 0 106 I0 217 0 272 0 244 0 222 0 189 0 189 0 206 0 211 0 222 0 222 0 217 0 183 0 206 0 256 0 272 0 233 0 178 0 206 0 217 0 261 0 244 0-9999 +USC00046719199511PRCP 18 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199511SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199511SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199512TMAX 244 0 222 0 200 0 217 0 256 0-9999 228 0 222 0 239 0 239 0 200 0 161 0 167 0 189 0 206 0 189 0 189 0 178 0 178 0 206 0 167 0 161 0 150 0 133 0 189 0 211 0 206 0 183 0 194 0 189 0 183 0 +USC00046719199512TMIN 100 0 94 0 72 0 83 0 111 0-9999 106 0 94 0 89 0 89 0 83 0 111 0 111 0 89 0 83 0 83 0 50 0 56 0 72 0 78 0 44 0 61 0 61 0 33 0 61 0 61 0 61 0 56 0 67 0 83 0 94 0 +USC00046719199512TOBS 206 0 178 0 183 0 206 0 206 0-9999 178 0 211 0 211 0 183 0 161 0 150 0 156 0 178 0 183 0 150 0 161 0 167 0 144 0 144 0 144 0 150 0 89 0 122 0 172 0 189 0 183 0 156 0 172 0 178 0 167 0 +USC00046719199512PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 127 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 180 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 315 0 +USC00046719199512SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199512SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199601TMAX 222 0 228 0 211 0 172 0 161 0 217 0 261 0 261 0 244 0 239 0 272 0 283 0 256 0 217 0 228 0 194 0 200 0 189 0 178 0 200 0 183 0 150 0 156 0 156 0 156 0 172 0 150 0 183 0 172 0 167 0 150 0 +USC00046719199601TMIN 89 0 111 0 78 0 61 0 78 0 67 0 61 0 106 0 89 0 72 0 106 0 100 0 94 0 72 0 100 0 100 0 94 0 78 0 94 0 56 0 56 0 39 0 22 0 39 0 72 0 72 0 61 0 78 0 94 0 89 0 83 0 +USC00046719199601TOBS 200 0 194 0 167 0 161 0 150 0 183 0 206 0 239 0 200 0 217 0 267 0 256 0 217 0 189 0 194 0 144 0 178 0 161 0 167 0 161 0 106 0 133 0 139 0 144 0 128 0 150 0 133 0 167 0 156 0 150 0 139 0 +USC00046719199601PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 30 0 114 0 0P 0 25 0 0P 0 114 0 10 0 10 0 0P 0 0T 0 0P 0 0P 0 10 0 0T 0 0P 0 498 0 +USC00046719199601SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199601SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199602TMAX 194 0 172 0 150 0 233 0 233 0 244 0 311 0 294 0 278 0 206 0 222 0 239 0 239 0 244 0 233 0 239 0 217 0 217 0 189 0 150 0 144 0 172 0 206 0 211 0 150 0 144 0 117 0 161 0 194 0-9999 -9999 +USC00046719199602TMIN 83 0 111 0 111 0 94 0 122 0 100 0 128 0 128 0 111 0 122 0 106 0 133 0 122 0 106 0 94 0 122 0 128 0 128 0 133 0 128 0 122 0 56 0 50 0 44 0 56 0 28 0 11 0 22 0 44 0-9999 -9999 +USC00046719199602TOBS 156 0 144 0 144 0 211 0 222 0 233 0 294 0 278 0 178 0 167 0 178 0 194 0 211 0 228 0 189 0 211 0 183 0 189 0 139 0 139 0 128 0 139 0 200 0 144 0 117 0 94 0 78 0 150 0 161 0-9999 -9999 +USC00046719199602PRCP 163 0 165 0 41 0 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 20 0 940 0 419 0 170 0 0P 0 0P 0 58 0 18 0 20 0 114 0 0P 0-9999 -9999 +USC00046719199602SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719199602SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719199603TMAX 228 0 250 0 233 0 189 0 189 0 222 0 278 0 300 0 278 0 256 0 211 0 183 0 156 0 200 0 222 0 233 0 217 0 267 0 289 0 283 0 267 0 217 0 211 0 217 0 206 0 239 0 233 0 222 0 200 0 239 0 261 0 +USC00046719199603TMIN 78 0 83 0 106 0 89 0 106 0 89 0 100 0 100 0 128 0 94 0 122 0 106 0 83 0 61 0 72 0 83 0 83 0 122 0 100 0 117 0 122 0 122 0 100 0 67 0 78 0 78 0 83 0 100 0 56 0 78 0 78 0 +USC00046719199603TOBS 222 0 228 0 189 0 133 0 144 0 217 0 267 0 272 0 250 0 206 0 178 0 117 0 128 0 172 0 222 0 200 0 183 0 239 0 267 0 267 0 211 0 178 0 206 0 200 0 183 0 228 0 222 0 150 0 189 0 217 0 222 0 +USC00046719199603PRCP 0P 0 0P 0 0P 0 25 0 216 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 193 0 119 0 196 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 +USC00046719199603SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199603SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199604TMAX 239 0 211 0 217 0 272 0 306 0-9999 322 0 311 0 261 0 211 0 239 0 233 0 256 0 306 0 294 0 267 0 222 0 244 0 239 0 233 0 239 0 294 0 339 0 317 0 311 0 339 0 322 0 306 0 356 0 356 0-9999 +USC00046719199604TMIN 94 0 94 0 89 0 83 0 144 0-9999 133 0 100 0 100 0 94 0 89 0 94 0 100 0 111 0 128 0 100 0 94 0 106 0 83 0 94 0 83 0 100 0 100 0 156 0 150 0 133 0 156 0 156 0 150 0 156 0-9999 +USC00046719199604TOBS 194 0 194 0 183 0 256 0 300 0-9999 311 0 256 0 211 0 194 0 222 0 233 0 239 0 289 0 267 0 156 0 183 0 228 0 217 0 222 0 211 0 283 0 306 0 289 0 306 0 317 0 272 0 300 0 344 0 344 0-9999 +USC00046719199604PRCP 0P 0 0P 0 0T 0 0P 0 0P 0-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 18 0 94 0 61 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199604SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199604SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199605TMAX 344 0 311 0 278 0 267 0 289 0 294 0 278 0 272 0 272 0 322 0 356 0 356 0 317 0 289 0 267 0 261 0 272 0 267 0 267 0 261 0 267 0 256 0 239 0 233 0 211 0 256 0 233 0 261 0 256 0 222 0 272 0 +USC00046719199605TMIN 156 0 144 0 150 0 128 0 122 0 133 0 122 0 122 0 122 0 133 0 128 0 156 0 139 0 156 0 156 0 156 0 144 0 150 0 139 0 122 0 128 0 144 0 106 0 111 0 111 0 106 0 117 0 111 0 111 0 122 0 100 0 +USC00046719199605TOBS 311 0 272 0 261 0 261 0 267 0 267 0 256 0 256 0 261 0 311 0 356 0 317 0 278 0 267 0 256 0 222 0 261 0 239 0 239 0 244 0 250 0 211 0 217 0 206 0 178 0 228 0 194 0 250 0 217 0 206 0 256 0 +USC00046719199605PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199605SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199605SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199606TMAX 361 0 378 0 350 0 322 0 328 0 300 0 306 0 317 0 328 0 317 0 306 0 278 0 289 0 283 0 294 0 289 0 306 0 333 0 328 0 311 0 278 0 261 0 278 0 267 0 278 0 222 0 239 0 300 0 389 0 378 0-9999 +USC00046719199606TMIN 133 0 167 0 178 0 133 0 156 0 156 0 161 0 156 0 156 0 156 0 156 0 156 0 150 0 150 0 139 0 133 0 128 0 150 0 150 0 144 0 156 0 150 0 133 0 150 0 144 0 133 0 122 0 117 0 156 0 183 0-9999 +USC00046719199606TOBS 339 0 339 0 311 0 317 0 300 0 300 0 294 0 306 0 300 0 300 0 278 0 267 0 272 0 267 0 278 0 261 0 294 0 311 0 311 0 283 0 250 0 244 0 256 0 250 0 217 0 211 0 228 0 283 0 356 0 350 0-9999 +USC00046719199606PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719199606SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199606SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199607TMAX 389 0 378 0 339 0 356 0 344 0 344 0 350 0 294 0 317 0 311 0 328 0 317 0 306 0 300 0 306 0 306 0 289 0 322 0 339 0 333 0 344 0 333 0 317 0 322 0 333 0 389 0 367 0 356 0 378 0 400 0 372 0 +USC00046719199607TMIN 178 0 167 0 189 0 144 0 172 0 178 0 161 0 150 0 144 0 161 0 156 0 144 0 156 0 156 0 156 0 167 0 150 0 133 0 139 0 133 0 150 0 144 0 150 0 156 0 144 0 183 0 156 0 128 0 194 0 206 0 122 0 +USC00046719199607TOBS 350 0 333 0 278 0 317 0 344 0 328 0 283 0 278 0 306 0 306 0 289 0 300 0 294 0 267 0 300 0 289 0 272 0 289 0 267 0 272 0 267 0 261 0 294 0 306 0 311 0 361 0 328 0 344 0 356 0 367 0 356 0 +USC00046719199607PRCP 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199607SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199607SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199608TMAX-9999 328 0 322 0 294 0 283 0 272 0 306 0 333 0 361 0 344 0 339 0 367 0 378 0 378 0 367 0 339 0 339 0 306 0 311 0 333 0 361 0 350 0 367 0 372 0 372 0 367 0 356 0 383 0 400 0 372 0 367 0 +USC00046719199608TMIN-9999 161 0 178 0 167 0 156 0 150 0 139 0 144 0 161 0 161 0 167 0 178 0 183 0 206 0 194 0 167 0 161 0 156 0 150 0 139 0 144 0 144 0 144 0 167 0 161 0 172 0 150 0 150 0 156 0 144 0 139 0 +USC00046719199608TOBS-9999 311 0 289 0 272 0 261 0 261 0 278 0 311 0 344 0 333 0 328 0 356 0 356 0 350 0 317 0 328 0 306 0 278 0 283 0 322 0 333 0 339 0 356 0 361 0 356 0 322 0 333 0 372 0 361 0 367 0 356 0 +USC00046719199608PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199608SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199608SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199609TMAX 361 0 328 0 317 0 317 0 317 0 339 0 344 0 344 0 350 0 356 0 339 0 317 0 289 0 272 0 278 0 267 0 300 0 294 0 322 0 328 0 317 0 311 0 289 0 272 0 267 0 256 0 278 0 333 0 333 0 328 0-9999 +USC00046719199609TMIN 150 0 139 0 156 0 144 0 150 0 161 0 156 0 172 0 156 0 161 0 144 0 133 0 144 0 122 0 111 0 133 0 128 0 133 0 139 0 144 0 128 0 144 0 128 0 133 0 133 0 133 0 144 0 122 0 133 0 133 0-9999 +USC00046719199609TOBS 306 0 300 0 311 0 306 0 306 0 322 0 328 0 317 0 328 0 339 0 317 0 283 0 222 0 272 0 233 0 244 0 278 0 272 0 306 0 300 0 306 0 233 0 261 0 261 0 250 0 222 0 278 0 306 0 311 0 272 0-9999 +USC00046719199609PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719199609SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199609SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199610TMAX 272 0 261 0 322 0 339 0 339 0 361 0 383 0 367 0 339 0 333 0 317 0 306 0 300 0 272 0 261 0 267 0 256 0 261 0 244 0 239 0 250 0 256 0 261 0 256 0 239 0 261 0 233 0 211 0 200 0 117 I0 178 0 +USC00046719199610TMIN 122 0 139 0 122 0 139 0 133 0 144 0 133 0 139 0 128 0 133 0 122 0 111 0 100 0 106 0 117 0 139 0 133 0 106 0 106 0 78 0 78 0 72 0 78 0 83 0 89 0 78 0 72 0 67 0 72 0 67 0 56 0 +USC00046719199610TOBS 244 0 256 0 283 0 339 0 328 0 333 0 356 0 339 0 289 0 311 0 300 0 289 0 250 0 244 0 256 0 222 0 256 0 228 0 183 0 244 0 233 0 250 0 250 0 211 0 222 0 200 0 156 0 167 0 144 I0 117 0 156 0 +USC00046719199610PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 300 0 0P 0 +USC00046719199610SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199610SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199611TMAX 244 0 239 0 206 0 217 0 194 0 222 0 283 0 317 0 333 0 317 0 311 0 317 0 267 0 244 0 178 0 189 0 189 0 228 0 211 0 222 0 200 0 194 0 206 0 244 0 239 0 250 0 239 0 200 0 206 0 189 0-9999 +USC00046719199611TMIN 61 0 78 0 83 0 89 0 89 0 67 0 72 0 94 0 100 0 111 0 94 0 117 0 111 0 78 0 94 0 61 0 56 0 83 0 72 0 117 0 144 0 94 0 94 0 78 0 100 0 94 0 72 0 61 0 78 0 44 0-9999 +USC00046719199611TOBS 233 0 206 0 156 0 178 0 156 0 206 0 244 0 278 0 300 0 250 0 278 0 267 0 239 0 150 0 144 0 156 0 144 0 206 0 167 0 167 0 156 0 156 0 178 0 200 0 211 0 233 0 200 0 206 0 150 0 172 0-9999 +USC00046719199611PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 363 0 241 0 10 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199611SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199611SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199611WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719199612TMAX 189 0 211 0 211 0 211 0 194 0 167 0 194 0 250 0 206 0 150 0 156 0 200 0 194 0 239 0 228 0 222 0 244 0 211 0 211 0 211 0 183 0 156 0 172 0 189 0 222 0 206 0 144 0 167 0 183 0 183 0 189 0 +USC00046719199612TMIN 39 0 44 0 50 0 56 0 67 0 78 0 61 0 83 0 72 0 72 0 78 0 133 0 94 0 83 0 72 0 56 0 78 0 56 0 56 0 50 0 61 0 100 0 50 0 50 0 44 0 33 0 89 0 94 0 89 0 106 0 83 0 +USC00046719199612TOBS 144 0 167 0 167 0 178 0 122 0 161 0 183 0 206 0 128 0 144 0 144 0 172 0 167 0 217 0 172 0 183 0 200 0 161 0 178 0 183 0 128 0 139 0 150 0 161 0 200 0 133 0 117 0 150 0 156 0 167 0 167 0 +USC00046719199612PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 53 0 0T 0 140 0 432 0 508 0 58 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 145 0 0P 0 0P 0 0P 0 0P 0 91 0 58 0 0P 0 0P 0 0P 0 +USC00046719199612SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199612SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199701TMAX 194 0 183 0 189 0 183 0 189 0 178 0 189 0 200 0 183 0 167 0 161 0 139 0 133 0 122 0 117 0 172 0 200 0 239 0 217 0 194 0 133 0 128 0 172 0 183 0 178 0 189 0 206 0 239 0 256 0 261 0 250 0 +USC00046719199701TMIN 89 0 89 0 128 0 94 0 94 0 89 0 78 0 50 0 44 0 61 0 67 0 78 0 56 0 61 0 56 0 44 0 44 0 61 0 78 0 94 0 44 0 83 0 94 0 100 0 106 0 100 0 94 0 100 0 122 0 106 0 100 0 +USC00046719199701TOBS 178 0 161 0 183 0 156 0 133 0 133 0 161 0 167 0 167 0 161 0 133 0 89 0 106 0 111 0 100 0 156 0 189 0 211 0 194 0 128 0 100 0 122 0 156 0 167 0 111 0 139 0 183 0 217 0 228 0 239 0 222 0 +USC00046719199701PRCP 3 0 86 0 122 0 0T 0 18 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 193 0 170 0 64 0 257 0 0T 0 0P 0 0P 0 0P 0 102 0 5 0 102 0 218 0 0P 0 81 0 312 0 43 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199701SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199701SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199701WT11-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719199702TMAX 233 0 217 0 239 0 222 0 206 0 211 0 200 0 200 0 200 0 194 0 200 0 194 0 222 0 250 0 267 0 256 0 211 0 267 0 278 0 261 0 250 0 233 0 228 0 200 0 250 0 244 0 178 0 200 0-9999 -9999 -9999 +USC00046719199702TMIN 89 0 106 0 67 0 67 0 61 0 67 0 72 0 78 0 72 0 78 0 78 0 89 0 72 0 72 0 89 0 133 0 78 0 78 0 94 0 133 0 94 0 78 0 67 0 83 0 106 0 94 0 78 0 56 0-9999 -9999 -9999 +USC00046719199702TOBS 200 0 161 0 206 0 189 0 178 0 189 0 194 0 178 0 183 0 139 0 178 0 144 0 211 0 239 0 244 0 206 0 100 0 256 0 250 0 239 0 206 0 222 0 194 0 172 0 239 0 178 0 144 0 183 0-9999 -9999 -9999 +USC00046719199702PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 28 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 30 0 0P 0-9999 -9999 -9999 +USC00046719199702SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199702SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199703TMAX 211 0 206 0 189 0 217 0 317 0 289 0 283 0 250 0 328 0 339 0 317 0 261 0 278 0 272 0 244 0 211 0 239 0 333 0 356 0 350 0 317 0 261 0 150 I0 228 0 311 0 278 0 211 I0 189 0 272 0 250 0 211 0 +USC00046719199703TMIN 44 0 56 0 56 0 72 0 83 0 94 0 89 0 78 0 89 0 100 0 133 0 94 0 83 0 56 0 94 0 67 0 78 0 94 0 139 0 122 0 117 0 89 0 117 0 106 0 100 0 89 0 111 0 122 0 100 0 106 0 100 0 +USC00046719199703TOBS 156 0 167 0 161 0 211 0 278 0 250 0 239 0 233 0 306 0 311 0 267 0 228 0 261 0 217 0 211 0 167 0 211 0 311 0 333 0 317 0 256 0 206 I0 144 0 211 0 278 0 233 I0 183 0 167 0 256 0 161 0 189 0 +USC00046719199703PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199703SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199703SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199704TMAX 222 0 200 0 206 0 200 0 189 0 222 0 228 0 233 0 222 0 228 0 233 0 250 0 278 0 272 0 294 0 300 0 289 0 289 0 233 0 300 0 333 0 333 0 317 0 289 0 289 0 328 0 311 0 283 0 222 0 256 0-9999 +USC00046719199704TMIN 78 0 56 0 50 0 89 0 94 0 61 0 83 0 94 0 83 0 78 0 56 0 78 0 111 0 100 0 117 0 117 0 117 0 100 0 133 0 117 0 144 0 144 0 161 0 89 0 122 0 100 0 133 0 106 0 94 0 106 0-9999 +USC00046719199704TOBS 189 0 167 0 178 0 172 0 150 0 206 0 211 0 206 0 200 0 217 0 217 0 222 0 244 0 256 0 283 0 278 0 289 0 228 0 211 0 283 0 322 0 294 0 272 0 272 0 289 0 300 0 278 0 222 0 183 0 239 0-9999 +USC00046719199704PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199704SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199704SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199705TMAX 272 0 300 0 317 0 322 0 322 0 317 0 322 0 317 0 322 0 306 0 289 0 294 0 300 0 300 0 328 0 317 0 306 0 278 0 256 0 261 0 272 0 272 0 283 0 272 0 272 0 317 0 356 0 361 0 356 0 361 0 322 I0 +USC00046719199705TMIN 111 0 111 0 117 0 133 0 133 0 172 0 144 0 133 0 100 0 106 0 122 0 133 0 167 0 100 0 133 0 94 0 150 0 94 0 117 0 156 0 133 0 150 0 111 0 156 0 133 0 89 0 156 0 189 0 150 0 183 0 128 0 +USC00046719199705TOBS 261 0 289 0 294 0 294 0 283 0 300 0 311 0 267 0 306 0 289 0 250 0 272 0 283 0 289 0 317 0 278 0 256 0 244 0 233 0 256 0 256 0 261 0 256 0 256 0 267 0 311 0 344 0 350 0 339 0 333 I0 294 0 +USC00046719199705PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199705SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199705SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199706TMAX 311 0 289 0 289 0 283 0 272 0 278 0 261 0 278 0 289 0 300 0 294 0 267 0 222 0 217 0 278 0 300 0 322 0 322 0 317 0 311 0 294 0 278 0 272 0 294 0 317 0 311 0 294 0 289 0 300 0 300 0-9999 +USC00046719199706TMIN 144 0 156 0 117 0 122 0 94 0 94 0 133 0 89 0 111 0 117 0 144 0 156 0 133 0 144 0 144 0 150 0 167 0 167 0 178 0 178 0 167 0 167 0 150 0 156 0 161 0 167 0 172 0 161 0 133 0 133 0-9999 +USC00046719199706TOBS 278 0 278 0 283 0 267 0 217 0 256 0 211 0 267 0 267 0 294 0 261 0 211 0 211 0 189 0 239 0 289 0 311 0 306 0 311 0 289 0 222 0 244 0 261 0 283 0 311 0 267 0 272 0 267 0 294 0 256 0-9999 +USC00046719199706PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 30 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199706SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199706SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199707TMAX 350 0 339 0 372 0 367 0 361 0 344 0 311 0 306 0 311 0 306 0 283 0 267 0 300 0 322 0 317 0 344 0 322 0 317 0 294 0 294 0 289 0 267 0 311 0 306 0 300 0 294 0 300 0 278 0 267 0 294 0 333 0 +USC00046719199707TMIN 144 0 167 0 161 0 172 0 156 0 167 0 172 0 178 0 178 0 183 0 178 0 161 0 144 0 150 0 156 0 189 0 178 0 167 0 178 0 167 0 161 0 178 0 161 0 156 0 167 0 156 0 128 0 144 0 150 0 144 0 139 0 +USC00046719199707TOBS 311 0 317 0 344 0 350 0 311 0 300 0 294 0 289 0 300 0 278 0 256 0 250 0 289 0 306 0 283 0 311 0 306 0 294 0 278 0 261 0 256 0 256 0 306 0 283 0 289 0 267 0 267 0 256 0 250 0 272 0 322 0 +USC00046719199707PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199707SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199707SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199708TMAX-9999 394 0 394 0 383 0 417 0 406 0 378 0 333 0 317 0 300 0 283 0 294 0 322 0 311 0 361 0 250 0 306 0 339 0 333 0 344 0 350 0 344 0 367 0 356 0 344 0 339 0 356 0 333 0 333 0 328 0 350 0 +USC00046719199708TMIN-9999 161 0 206 0 206 0 222 0 228 0 206 0 200 0 183 0 172 0 161 0 144 0 156 0 150 0 144 0 172 0 172 0 156 0 194 0 206 0 172 0 183 0 200 0 194 0 178 0 167 0 172 0 167 0 161 0 161 0 167 0 +USC00046719199708TOBS-9999 383 0 356 0 367 0 394 0 378 0 328 0 317 0 289 0 261 0 267 0 272 0 311 0 300 0 250 0 239 0 283 0 322 0 322 0 317 0 328 0 311 0 344 0 322 0 328 0 322 0 317 0 311 0 311 0 322 0 311 0 +USC00046719199708PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199708SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199708SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199709TMAX 361 0 361 0 367 0 394 0 372 0 361 0 367 0 367 0 372 0 361 0 344 0 311 0 322 0 322 0 322 0 328 0 333 0 328 0 317 0 294 0 344 0 372 0 383 0 367 0 339 0 244 0 339 0 383 0 367 0 322 0-9999 +USC00046719199709TMIN 178 0 211 0 217 0 228 0 211 0 200 0 178 0 189 0 211 0 206 0 178 0 178 0 183 0 161 0 206 0 200 0 206 0 183 0 167 0 144 0 144 0 167 0 183 0 194 0 200 0 189 0 172 0 122 0 194 0 183 0-9999 +USC00046719199709TOBS 328 0 339 0 350 0 367 0 339 0 339 0 306 0 339 0 361 0 344 0 311 0 294 0 317 0 311 0 300 0 283 0 289 0 311 0 289 0 278 0 317 0 344 0 361 0 333 0 244 0 228 0 322 0 339 0 317 0 256 0-9999 +USC00046719199709PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 175 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199709SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199709SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199710TMAX 311 0 306 0 300 0 300 0 306 0 278 0 261 0 261 0 289 0-9999 272 0 272 0 322 0 367 0 367 0 378 0 367 0 306 0 306 0 250 0 239 0 256 0 233 0 233 0 250 0 278 0 250 0 261 0 256 0 294 0 306 0 +USC00046719199710TMIN 183 0 183 0 178 0 161 0 178 0 172 0 133 0 117 0 128 0-9999 111 0 89 0 117 0 139 0 156 0 167 0 167 0 133 0 122 0 156 0 139 0 128 0 156 0 189 I0 106 0 100 0 94 0 89 0 94 0 111 0 128 0 +USC00046719199710TOBS 294 0 267 0 283 0 294 0 267 0 222 0 228 0 244 0 272 0-9999 239 0 244 0 311 0 350 0 361 0 367 0 289 0 283 0 244 0 200 0 189 0 228 0 183 0 144 I0 244 0 228 0 206 0 200 0 211 0 244 0 278 0 +USC00046719199710PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199710SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199710SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199711TMAX 361 0 367 0 361 0 306 0 267 0 278 0-9999 239 0 244 0 211 0 183 0 206 0 172 0 189 0 194 0 211 0 211 0 228 0 217 0 211 0 239 0 250 0 250 0 211 0 211 0 183 0 167 0 206 0 183 0 161 0-9999 +USC00046719199711TMIN 150 0 150 0 161 0 156 0 122 0 122 0-9999 133 0 106 0 122 0 100 0 122 0 106 0 61 0 83 0 117 0 72 0 78 0 89 0 122 0 89 0 117 0 94 0 100 0 117 0 111 0 61 0 67 0 67 0 106 0-9999 +USC00046719199711TOBS 317 0 322 0 283 0 244 0 261 0 222 0-9999 189 0 206 0 133 0 150 0 167 0 133 0 156 0 167 0 156 0 189 0 178 0 183 0 194 0 217 0 228 0 211 0 178 0 183 0 111 0 156 0 167 0 150 0 111 0-9999 +USC00046719199711PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 284 0 56 0 0P 0 102 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 178 0 28 0 0P 0 0P 0 74 0-9999 +USC00046719199711SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199711SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199712TMAX 172 0 183 0 183 0 206 0 178 0 161 0 167 0 156 0 167 0 178 0 178 0 172 0 172 0 206 0 194 0 206 0 211 0 200 0 194 0 183 0 161 0 172 0 178 0 150 0 144 0-9999 178 0 222 0 217 0 261 0 239 0 +USC00046719199712TMIN 89 0 78 0 83 0 72 0 100 0 106 0 83 0 61 0 33 0 72 0 100 0 39 0 50 0 61 0 72 0 78 0 78 0 94 0 67 0 44 0 67 0 78 0 50 0 56 0 61 0-9999 22 0 50 0 89 0 117 0 111 0 +USC00046719199712TOBS 167 0 161 0 178 0 178 0 156 0 133 0 133 0 133 0 144 0 167 0 167 0 156 0 178 0 172 0 167 0 172 0 200 0 111 0 178 0 156 0 133 0 156 0 150 0 111 0 139 0-9999 161 0 206 0 211 0 217 0 211 0 +USC00046719199712PRCP 56 0 0P 0 0P 0 0P 0 64 0 503 0 56 0 25 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 229 0 10 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199712SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199712SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199712WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719199801TMAX 244 0 222 0 156 0 150 0 144 0 167 0 167 0 172 0 156 0 150 0 183 0 161 0 183 0 178 0 106 I0 200 0 217 0 211 0 167 0 156 0 183 0 211 0 222 0-9999 256 0 233 0 217 0 200 0 183 0 200 0 200 0 +USC00046719199801TMIN 106 0 78 0 106 0 67 0 22 0 33 0 44 0 72 0 100 0 89 0 78 0 83 0 100 0 72 0 156 0 111 0 94 0 94 0 89 0 72 0 61 0 61 0 67 0-9999 89 0 72 0 67 0 61 0 100 0 61 0 89 0 +USC00046719199801TOBS 222 0 156 0 144 0 94 0 128 0 144 0 150 0 156 0 128 0 144 0 156 0 150 0 150 0 156 0 150 0 194 0 200 0 161 0 144 0 144 0 150 0 167 0 183 0-9999 211 0 183 0 194 0 183 0 156 0 194 0 128 0 +USC00046719199801PRCP 0P 0 0P 0 66 0 132 0 0T 0 0P 0 0P 0 0P 0 178 0 264 0 0P 0 0P 0 53 0 0P 0 18 0 10 0 0P 0 0P 0 81 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 224 0 3 0 5 0 +USC00046719199801SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199801SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199802TMAX 178 0 150 0 150 0 172 0 172 0 167 0 150 0 167 0 183 0 206 0 194 0 189 0 194 0 183 0 183 0 172 0 178 0 200 0 167 0 183 0 189 0 167 0 150 0 172 0 200 0 194 0 206 0 239 0-9999 -9999 -9999 +USC00046719199802TMIN 56 0 100 0 89 0 56 0 72 0 89 0 72 0 78 0 56 0 61 0 78 0 72 0 67 0 100 0 56 0 44 0 67 0 50 0 72 0 50 0 56 0 89 0 106 0 61 0 67 0 61 0 61 0 56 0-9999 -9999 -9999 +USC00046719199802TOBS 150 0 139 0 94 0 150 0 156 0 111 0 133 0 139 0 172 0 150 0 167 0 156 0 178 0 117 0 167 0 150 0 172 0 167 0 111 0 178 0 167 0 144 0 133 0 156 0 167 0 189 0 156 0 211 0-9999 -9999 -9999 +USC00046719199802PRCP 0P 0 25 0 533 0 5 0 0P 0 559 0 91 0 699 0 127 0 0P 0 0P 0 0P 0 3 0 414 0 20 0 152 0 3 0 0P 0 0P 0 157 0 3 0 389 0 635 0 470 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199802SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199802SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199803TMAX 244 0 222 0 194 0 183 0 183 0 178 0 200 0 222 0 256 0 278 0 300 0 272 0 217 0 233 0 239 0 222 0 189 0 239 0 244 0 261 0 228 0 278 0 289 0 256 0 239 0 183 0 189 0 144 0 172 0 189 0 150 0 +USC00046719199803TMIN 89 0 78 0 111 0 89 0 106 0 78 0 44 0 67 0 78 0 83 0 106 0 111 0 111 0 89 0 89 0 128 0 128 0 128 0 106 0 94 0 94 0 106 0 117 0 106 0 100 0 67 0 100 0 67 0 28 0 39 0 61 0 +USC00046719199803TOBS 200 0 194 0 150 0 156 0 156 0 178 0 167 0 172 0 233 0 256 0 267 0 211 0 167 0 183 0 211 0 150 0 172 0 211 0 217 0 206 0 200 0 239 0 256 0 239 0 122 0 167 0 139 0 111 0 122 0 150 0 106 0 +USC00046719199803PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 89 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 165 0 0P 0 3 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 592 0 5 0 25 0 127 0 0P 0 0P 0 25 0 +USC00046719199803SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199803SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199804TMAX 111 0 178 0 161 0 150 0 189 0 183 0 183 0 217 0 233 0 261 0 222 0 200 0 178 0 167 0 189 0 211 0 256 0 317 0 300 0 333 0 344 0 333 0 244 0-9999 233 0 267 0 306 0 322 0 306 0 278 0-9999 +USC00046719199804TMIN 44 0 39 0 78 0 39 0 67 0 67 0 67 0 67 0 78 0 83 0 94 0 72 0 83 0 56 0 50 0 56 0 83 0 89 0 117 0 117 0 150 0 133 0 122 0-9999 106 0 94 0 117 0 128 0 133 0 117 0-9999 +USC00046719199804TOBS 106 0 150 0 144 0 94 0 156 0 156 0 172 0 200 0 211 0 211 0 117 0 172 0 133 0 150 0 178 0 189 0 222 0 278 0 267 0 306 0 333 0 244 0 189 0-9999 211 0 233 0 283 0 278 0 272 0 233 0-9999 +USC00046719199804PRCP 279 0 8 0 0P 0 38 0 56 0 0P 0 0P 0 0P 0 0P 0 0P 0 71 0 66 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199804SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199804SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199805TMAX 244 0 244 0 239 0 222 0 206 0 217 0 211 0 206 0 189 0 228 0 194 0 167 0 167 0 189 0 233 0 222 0 256 0 278 0 267 0 267 0 233 0 233 0 244 0 272 0 228 0 200 0 222 0 244 0 244 0 256 0 261 0 +USC00046719199805TMIN 111 0 128 0 139 0 128 0 128 0 117 0 100 0 122 0 122 0 122 0 100 0 94 0 72 0 94 0 89 0 94 0 94 0 94 0 100 0 111 0 117 0 94 0 122 0 128 0 139 0 100 0 83 0 106 0 133 0 106 0 111 0 +USC00046719199805TOBS 228 0 222 0 211 0 172 0 194 0 211 0 200 0 167 0 178 0 167 0 156 0 106 0 133 0 172 0 211 0 206 0 233 0 267 0 250 0 217 0 211 0 233 0 211 0 211 0 172 0 178 0 222 0 239 0 211 0 233 0 233 0 +USC00046719199805PRCP 0P 0 0P 0 107 0 36 0 274 0 127 0 0P 0 0P 0 5 0 0P 0 0P 0 213 0 330 0 25 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199805SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199805SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199806TMAX 267 0 272 0 239 0 211 0 261 0 250 0 206 0 222 0 228 0 222 0 211 0 200 0 256 0 289 0 278 0 267 0 278 0 283 0 289 0 272 0 283 0 278 0 267 0 267 0 278 0 283 0 306 0 317 0 322 0 317 0-9999 +USC00046719199806TMIN 117 0 117 0 128 0 122 0 117 0 133 0 94 0 144 0 139 0 122 0 139 0 128 0 50 0 122 0 144 0 144 0 139 0 133 0 144 0 150 0 128 0 122 0 139 0 133 0 139 0 144 0 161 0 156 0 150 0 161 0-9999 +USC00046719199806TOBS 261 0 228 0 206 0 194 0 239 0 167 0 161 0 217 0 211 0 206 0 183 0 183 0 217 0 261 0 256 0 161 0 267 0 272 0 250 0 261 0 261 0 261 0 239 0 256 0 267 0 272 0 272 0 272 0 300 0 306 0-9999 +USC00046719199806PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 36 0 46 0 0P 0 0P 0 0P 0 15 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199806SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199806SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199807TMAX 306 0 294 0 278 0 283 0 300 0 356 0 356 0 328 0 322 0 339 0 339 0 344 0 322 0 328 0 344 0 394 0 383 0 389 0 367 0 322 0 306 0 300 0 300 0 300 0 339 0 389 0 383 0 372 0 356 0 306 0 322 0 +USC00046719199807TMIN 161 0 150 0 156 0 150 0 150 0 161 0 183 0 178 0 178 0 172 0 161 0 156 0 167 0 161 0 156 0 194 0 206 0 194 0 183 0 172 0 178 0 178 0 178 0 172 0 172 0 178 0 206 0 200 0 183 0 172 0 144 0 +USC00046719199807TOBS 289 0 272 0 239 0 272 0 289 0 350 0 322 0 311 0 311 0 333 0 322 0 322 0 311 0 306 0 322 0 378 0 372 0 367 0 311 0 300 0 300 0 283 0 278 0 283 0 328 0 378 0 367 0 356 0 306 0 283 0 311 0 +USC00046719199807PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199807SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199807SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199808TMAX 356 0 367 0 389 0 383 0 356 0 322 0 344 0 383 0 383 0 383 0 361 0 372 0 367 0 361 0 333 0 328 0 300 0 306 0 306 0 322 0 367 0 394 0 400 0 372 0 339 0 333 0 350 0 372 0 411 0 417 0 400 0 +USC00046719199808TMIN 167 0 167 0 178 0 200 0 178 0 178 0 172 0 178 0 194 0 239 0 211 0 211 0 211 0 200 0 194 0 189 0 178 0 167 0 144 0 150 0 172 0 189 0 211 0 200 0 189 0 183 0 178 0 172 0 228 0 239 0 228 0 +USC00046719199808TOBS 333 0 350 0 378 0 356 0 317 0 306 0 317 0 361 0 378 0 344 0 356 0 344 0 339 0 328 0 311 0 267 0 278 0 289 0 283 0 300 0 339 0 372 0 367 0 333 0 306 0 311 0 317 0 356 0 372 0 394 0 367 0 +USC00046719199808PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 122 0 +USC00046719199808SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199808SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199808WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USC00046719199809TMAX 400 0 406 0 394 0 389 0 283 0 317 0-9999 317 0 300 0 306 0 300 0 322 0 311 0 311 0 306 0 300 0 311 0 300 0 306 0 306 0 228 0 239 0 244 0 239 0 256 0 244 0 239 0 250 0 239 0 244 0-9999 +USC00046719199809TMIN 228 0 222 0 222 0 200 0 206 0 189 0-9999 178 0 172 0 178 0 150 0 144 0 144 0 150 0 144 0 144 0 139 0 133 0 139 0 172 0 167 0 161 0 144 0 122 0 156 0 122 0 150 0 144 0 128 0 144 0-9999 +USC00046719199809TOBS 361 0 367 0 389 0 228 0 233 0 294 0-9999 300 0 283 0 289 0 289 0 294 0 267 0 289 0 289 0 294 0 289 0 289 0 283 0 217 0 206 0 211 0 222 0 222 0 228 0 211 0 211 0 228 0 222 0 222 0-9999 +USC00046719199809PRCP 0P 0 0P 0 0P 0 10 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199809SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199809SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199810TMAX 261 0 244 0 244 0 267 0 317 0 344 0 339 0 311 0 289 0 267 0 283 0 289 0 283 0 244 0 233 0 244 0 283 0 300 0 306 0 311 0 289 0 306 0 317 0 294 0 261 0 222 0 228 0 256 0 211 0 228 0 228 0 +USC00046719199810TMIN 139 0 144 0 150 0 117 0 122 0 133 0 128 0 128 0 117 0 133 0 117 0 117 0 122 0 117 0 128 0 106 0 100 0 94 0 111 0 111 0 111 0 122 0 144 0 161 0 122 0 100 0 106 0 100 0 117 0 89 0 106 0 +USC00046719199810TOBS 244 0 200 0 228 0 250 0 306 0 333 0 300 0 283 0 256 0 256 0 272 0 278 0 244 0 206 0 222 0 222 0 272 0 283 0 278 0 283 0 256 0 289 0 289 0 222 0 183 0 200 0 183 0 200 0 178 0 172 0 200 0 +USC00046719199810PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199810SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199811TMAX 239 0 222 0 233 0 272 0 233 0-9999 217 0 194 0 200 0 206 0 178 0 222 0 256 0 261 0 233 0 228 0 194 0 200 0 239 0 250 0 256 0 244 0 217 0 206 0 239 0 256 0 222 0 172 0 167 0-9999 -9999 +USC00046719199811TMIN 100 0 106 0 94 0 94 0 89 0-9999 83 0 111 0 89 0 67 0 89 0 72 0 89 0 89 0 78 0 78 0 117 0 72 0 67 0 72 0 89 0 78 0 89 0 83 0 83 0 100 0 83 0 100 0 67 0-9999 -9999 +USC00046719199811TOBS 183 0 183 0 206 0 228 0 178 0-9999 161 0 144 0 167 0 178 0 144 0 194 0 222 0 200 0 200 0 183 0 150 0 167 0 228 0 206 0 194 0 206 0 194 0 167 0 217 0 222 0 167 0 111 0 150 0-9999 -9999 +USC00046719199811PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 132 0 0P 0 0P 0 25 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 229 0 0P 0 0P 0-9999 +USC00046719199811SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199811SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199812TMAX 194 0 167 0 150 0 144 0 161 0 139 0 150 0 167 0 172 0 183 0 200 0 233 0 261 0 222 0 261 0 278 0 278 0 233 0 156 0 133 0 111 0 133 0 139 0 172 0 217 0 217 0 222 0 244 0 256 0 256 0 244 0 +USC00046719199812TMIN 72 0 94 0 100 0 83 0 56 0 39 0 11 0 28 0 56 0 33 0 44 0 61 0 83 0 67 0 94 0 111 0 111 0 111 0 106 0 83 0 17 0 0 0 6 0 11 0 33 0 67 0 67 0 72 0 89 0 89 0 72 0 +USC00046719199812TOBS 133 0 144 0 133 0 122 0 106 0 100 0 122 0 150 0 172 0 172 0 189 0 217 0 222 0 150 0 244 0 250 0 233 0 144 0 128 0 89 0 94 0 106 0 100 0 156 0 183 0 200 0 200 0 200 0 211 0 244 0 139 0 +USC00046719199812PRCP 33 0 41 0 0P 0 23 0 38 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199812SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199812SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199901TMAX 206 0 250 0 244 0 239 0 250 0 256 0 200 0 194 0 244 0 244 0 228 0 194 0 189 0 256 0 250 0 217 0 183 0 178 0 156 0 161 0 189 0 211 0 206 0 172 0 139 0 122 0 156 0 183 0 206 0 217 0 167 0 +USC00046719199901TMIN 56 0 67 0 78 0 61 0 72 0 89 0 56 0 78 0 56 0 78 0 106 0 67 0 56 0 78 0 100 0 89 0 100 0 78 0 100 0 117 0 100 0 61 0 72 0 89 0 50 0 56 0 33 0 33 0 50 0 56 0 83 0 +USC00046719199901TOBS 200 0 206 0 211 0 211 0 200 0 194 0 161 0 183 0 178 0 206 0 194 0 161 0 156 0 244 0 206 0 167 0 156 0 144 0 139 0 156 0 183 0 189 0 167 0 133 0 117 0 94 0 139 0 167 0 200 0 161 0 122 0 +USC00046719199901PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 51 0 58 0 0P 0 0P 0 0P 0 127 0 117 0 69 0 0P 0 0P 0 0P 0 152 0 +USC00046719199901SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199901SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199902TMAX 183 0 233 0 239 0 200 0 133 0 172 0 183 0 161 0 156 0 150 0 178 0 244 0 256 0 233 0 189 0 178 0 206 0 189 0 178 0 261 0 256 0 250 0 300 0 278 0 239 0 194 0 244 0 278 0-9999 -9999 -9999 +USC00046719199902TMIN 44 0 50 0 61 0 83 0 72 0 94 0 67 0 111 0 106 0 44 0 78 0 28 0 61 0 56 0 78 0 67 0 78 0 78 0 100 0 72 0 89 0 61 0 78 0 100 0 78 0 83 0 78 0 78 0-9999 -9999 -9999 +USC00046719199902TOBS 172 0 211 0 200 0 122 0 122 0 139 0 122 0 144 0 117 0 128 0 161 0 233 0 222 0 139 0 167 0 156 0 189 0 139 0 144 0 256 0 167 0 222 0 256 0 233 0 183 0 172 0 200 0 239 0-9999 -9999 -9999 +USC00046719199902PRCP 0P 0 0P 0 0P 0 0P 0 76 0 0P 0 0P 0 0P 0 107 0 76 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199902SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199902SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719199902WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719199903TMAX 250 0 267 0 211 0 183 0 206 0 206 0 178 0 183 0 161 0 156 0 156 0 206 0 250 0 222 0 178 0 167 0 150 0 206 0 217 0 211 0 206 0 211 0 183 0 206 0 200 0 206 0 206 0 228 0 267 0 228 0 178 0 +USC00046719199903TMIN 100 0 94 0 72 0 94 0 72 0 67 0 72 0 72 0 67 0 56 0 61 0 39 0 50 0 67 0 61 0 44 0 83 0 78 0 72 0 89 0 56 0 67 0 83 0 61 0 72 0 56 0 94 0 72 0 78 0 83 0 78 0 +USC00046719199903TOBS 233 0 211 0 183 0 156 0 194 0 122 0 144 0 156 0 150 0 122 0 122 0 189 0 217 0 178 0 106 0 128 0 133 0 189 0 200 0 161 0 167 0 183 0 144 0 178 0 94 0 183 0 183 0 194 0 228 0 172 0 128 0 +USC00046719199903PRCP 0P 0 0P 0 0P 0 18 0 3 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 157 0 3 0 0P 0 0P 0 0P 0 56 0 0P 0 0P 0 0P 0 0P 0 114 0 13 0 0P 0 0P 0 0P 0 0P 0 8 0 +USC00046719199903SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199903SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199904TMAX 150 0 161 0 161 0 194 0 178 0 167 0 150 0 156 0 183 0 228 0 250 0 156 0 200 0 294 0 317 0 333 0 344 0 350 0 333 0 311 0 261 0 206 0 194 0 200 0 222 0 233 0 228 0 206 0 194 0 167 0-9999 +USC00046719199904TMIN 50 0 33 0 83 0 39 0 44 0 67 0 50 0 67 0 39 0 33 0 72 0 67 0 72 0 83 0 100 0 94 0 156 0 150 0 150 0 133 0 122 0 106 0 94 0 117 0 89 0 83 0 111 0 100 0 56 0 89 0-9999 +USC00046719199904TOBS 94 0 122 0 111 0 172 0 167 0 89 0 128 0 133 0 156 0 222 0 83 0 144 0 200 0 289 0 300 0 311 0 317 0 328 0 311 0 256 0 200 0 133 0 178 0 150 0 200 0 222 0 206 0 156 0 150 0 111 0-9999 +USC00046719199904PRCP 8 0 38 0 0P 0 0P 0 218 0 173 0 0P 0 0P 0 0P 0 25 0 76 0 191 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0T 0-9999 +USC00046719199904SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199904SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199905TMAX 222 0 206 0 161 0 217 0 289 0 306 0 283 0 256 0 206 0 233 0 267 0 272 0 256 0 244 0 228 0 256 0 300 0 306 0 267 0 244 0 222 0 183 0 211 0 244 0 261 0 272 0 278 0 272 0 267 0 228 0 256 0 +USC00046719199905TMIN 67 0 78 0 94 0 94 0 78 0 111 0 122 0 122 0 117 0 106 0 100 0 117 0 128 0 128 0 122 0 89 0 111 0 122 0 139 0 133 0 117 0 106 0 117 0 111 0 128 0 139 0 133 0 139 0 128 0 133 0 111 0 +USC00046719199905TOBS 194 0 156 0 144 0 200 0 289 0 278 0 256 0 200 0 167 0 206 0 256 0 244 0 200 0 206 0 206 0 228 0 294 0 256 0 233 0 206 0 167 0 172 0 211 0 222 0 244 0 250 0 267 0 244 0 228 0 217 0 228 0 +USC00046719199905PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 13 0 30 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199905SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199905SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199906TMAX 239 0 211 0 200 0 194 0 244 0 278 0 256 0 250 0 239 0 239 0 250 0 294 0 306 0 356 0 350 0 300 0 294 0 311 0 333 0 322 0 278 0 294 0 306 0 317 0 311 0 328 0 300 0 306 0 322 0 317 0-9999 +USC00046719199906TMIN 111 0 106 0 100 0 72 0 83 0 106 0 117 0 111 0 133 0 128 0 122 0 122 0 133 0 156 0 150 0 144 0 139 0 139 0 128 0 139 0 144 0 144 0 133 0 139 0 144 0 144 0 144 0 133 0 144 0 144 0-9999 +USC00046719199906TOBS 211 0 156 0 161 0 156 0 222 0 250 0 233 0 228 0 222 0 211 0 244 0 261 0 294 0 344 0 289 0 283 0 278 0 306 0 289 0 272 0 256 0 267 0 294 0 300 0 294 0 278 0 283 0 306 0 311 0 300 0-9999 +USC00046719199906PRCP 229 0 58 0 13 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199906SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199906SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199907TMAX 311 0 361 0 278 0 317 0 333 0 328 0 328 0 311 0 322 0 361 0 378 0 389 0 367 0 344 0 317 0 306 0 350 0 344 0 317 0 322 0 317 0 328 0 322 0 344 0 339 0 317 0 306 0 283 0 311 0 317 0 339 0 +USC00046719199907TMIN 156 0 161 0 144 0 161 0 150 0 161 0 156 0 183 0 194 0 189 0 206 0 211 0 206 0 194 0 172 0 167 0 156 0 150 0 150 0 156 0 144 0 139 0 161 0 139 0 133 0 144 0 133 0 139 0 150 0 156 0 161 0 +USC00046719199907TOBS 289 0 250 0 250 0 283 0 322 0 317 0 311 0 239 0 306 0 328 0 361 0 361 0 333 0 311 0 289 0 267 0 317 0 300 0 306 0 306 0 300 0 311 0 300 0 300 0 278 0 289 0 261 0 256 0 294 0 300 0 300 0 +USC00046719199907PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199907SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199907SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199908TMAX 339 0 356 0 361 0 361 0 306 0 278 0 300 0 300 0 294 0 272 0 289 0 317 0 333 0 328 0 333 0 339 0 339 0 333 0 339 0 339 0-9999 378 0 367 0 361 0 372 0 372 0 367 0 367 0 367 0 333 0 306 0 +USC00046719199908TMIN 144 0 167 0 172 0 167 0 161 0 156 0 133 0 139 0 133 0 144 0 133 0 150 0 161 0 144 0 144 0 139 0 172 0 167 0 150 0 150 0-9999 139 0 161 0 178 0 194 0 211 0 189 0 172 0 144 0 139 0 139 0 +USC00046719199908TOBS 272 0 333 0 350 0 300 0 272 0 228 0 261 0 272 0 267 0 250 0 267 0 300 0 311 0 294 0 294 0 322 0 328 0 306 0 317 0 317 0-9999 311 0 356 0 333 0 356 0 356 0 333 0 339 0 333 0 300 0 294 0 +USC00046719199908PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199908SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199908SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199909TMAX 300 0 267 0 261 0 311 0 300 0 294 0 322 0 317 0 328 0 311 0 333 0 333 0 333 0 322 0 300 0 261 0 267 0 294 0 283 0 322 0 350 0 328 0 294 0-9999 317 0 317 0 311 0 361 0 400 0 389 0-9999 +USC00046719199909TMIN 156 0 150 0 150 0 139 0 133 0 144 0 133 0 144 0 156 0 150 0 128 0 128 0 161 0 128 0 133 0 133 0 144 0 139 0 144 0 117 0 167 0 206 0 172 0-9999 156 0 139 0 156 0 144 0 172 0 183 0-9999 +USC00046719199909TOBS 256 0 244 0 239 0 239 0 256 0 267 0 283 0 278 0 272 0 294 0 261 0 289 0 317 0 300 0 256 0 244 0 244 0 183 0 156 0 289 0 300 0 300 0 244 0-9999 294 0 278 0 256 0 350 0 389 0 383 0-9999 +USC00046719199909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719199909SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199909SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199910TMAX 383 0 311 0 339 0 311 0 306 0 278 0 322 0 361 0 383 0 378 0 356 0 361 0 372 0 339 0 306 0 272 0 311 0 311 0 356 0 361 0 356 0 339 0 328 0 344 0 322 0 317 0 267 0 244 0 300 0 339 0 350 0 +USC00046719199910TMIN 161 0 133 0 122 0 128 0 133 0 128 0 122 0 156 0 167 0 172 0 167 0 150 0 172 0 156 0 139 0 133 0 111 0 128 0 133 0 167 0 167 0 144 0 117 0 144 0 161 0 144 0 117 0 122 0 128 0 122 0 122 0 +USC00046719199910TOBS 300 0 267 0 267 0 283 0 278 0 228 0 306 0 350 0 328 0 356 0 322 0 339 0 339 0 306 0 244 0 261 0 289 0 267 0 344 0 311 0 322 0 311 0 294 0 294 0 311 0 267 0 239 0 222 0 278 0 283 0 289 0 +USC00046719199910PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719199910SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199910SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199910WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USC00046719199911TMAX 322 0 283 0 256 0 222 0 222 0 239 0 239 0 194 0 222 0 239 0 283 0 300 0 294 0 256 0 244 0 233 0 206 0 200 0 189 0 178 0 233 0 206 0 211 0 222 0 239 0 256 0 233 0 244 0 278 0 222 0-9999 +USC00046719199911TMIN 144 0 122 0 94 0 89 0 100 0 89 0 122 0 128 0 72 0 83 0 83 0 106 0 111 0 100 0 111 0 117 0 128 0 89 0 78 0 117 0 56 0 67 0 56 0 56 0 72 0 94 0 94 0 67 0 111 0 100 0-9999 +USC00046719199911TOBS 244 0 239 0 189 0 178 0 167 0 178 0 178 0 167 0 183 0 194 0 222 0 267 0 222 0 189 0 211 0 183 0 167 0 167 0 172 0 161 0 161 0 167 0 172 0 178 0 167 0 206 0 211 0 217 0 222 0 167 0-9999 +USC00046719199911PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 94 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 15 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199911SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199911SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719199912TMAX 172 0 217 0 189 0 217 0 217 0 211 0 189 0 183 0 183 0 172 0 200 0 228 0 194 0 211 0 228 0 256 0 272 0 250 0 256 0 261 0 244 0-9999 244 0 250 0-9999 244 0 250 0 250 0 233 0 222 0 172 0 +USC00046719199912TMIN 94 0 72 0 72 0 56 0 44 0 56 0 61 0 61 0 67 0 50 0 44 0 61 0 50 0 44 0 50 0 83 0 94 0 94 0 78 0 100 0 89 0-9999 67 0 89 0-9999 78 0 89 0 78 0 78 0 61 0 67 0 +USC00046719199912TOBS 156 0 172 0 178 0 172 0 183 0 189 0 161 0 161 0 144 0 133 0 161 0 172 0 139 0 172 0 200 0 217 0 233 0 167 0 233 0 228 0 194 0-9999 156 0 211 0-9999 211 0 206 0 200 0 183 0 150 0 94 0 +USC00046719199912PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 89 0 +USC00046719199912SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719199912SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200001TMAX 144 0 183 0 183 0 200 0 206 0 200 0 183 0 217 0 206 0 183 0 189 0 178 0 244 0 261 0 261 0 239 0 206 0 244 0 256 0 217 0 183 0 183 0 200 0 228 0 217 0 206 0 206 0 217 0 217 0 178 0 167 0 +USC00046719200001TMIN 61 0 61 0 39 0 61 0 61 0 56 0 56 0 33 0 50 0 61 0 67 0 83 0 78 0 111 0 128 0 133 0 133 0 139 0 111 0 128 0 117 0 100 0 78 0 117 0 122 0 83 0 72 0 61 0 67 0 100 0 111 0 +USC00046719200001TOBS 117 0 117 0 167 0 167 0 194 0 172 0 156 0 200 0 167 0 172 0 156 0 161 0 239 0 244 0 217 0 161 0 183 0 200 0 217 0 183 0 161 0 161 0 156 0 211 0 144 0 167 0 172 0 161 0 178 0 133 0 150 0 +USC00046719200001PRCP 25 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 13 0 0T 0 0P 0 0P 0 0T 0 0P 0 0P 0 0T 0 163 0 10 0 0T 0 0P 0 0P 0 0P 0 64 0 +USC00046719200001SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200001SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200002TMAX 244 0 267 0 267 0 239 0 211 0 250 0-9999 267 0 239 0 194 0 183 0 178 0 156 0 167 0 194 0 167 0 172 0 222 0 250 0 239 0 133 0 139 0 128 0 161 0 150 0 217 0 206 0 172 0 183 0-9999 -9999 +USC00046719200002TMIN 133 0 111 0 94 0 89 0 106 0 67 0-9999 156 0 100 0 106 0 50 0 94 0 94 0 106 0 89 0 100 0 72 0 61 0 78 0 94 0 67 0 72 0 78 0 28 0 83 0 56 0 83 0 44 0 72 0-9999 -9999 +USC00046719200002TOBS 211 0 261 0 228 0 167 0 161 0 217 0-9999 200 0 172 0 122 0 139 0 106 0 111 0 167 0 167 0 117 0 156 0 206 0 222 0 128 0 94 0 122 0 100 0 117 0 139 0 189 0 111 0 100 0 144 0-9999 -9999 +USC00046719200002PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 0P 0 0P 0 198 0 58 0 234 0 71 0 64 0 3 0 267 0 51 0 0P 0 0P 0 239 0 495 0 51 0 470 0 15 0 3 0 0P 0 104 0 140 0 3 0-9999 -9999 +USC00046719200002SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719200002SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719200003TMAX 194 0 222 0 200 0 150 0 128 0-9999 150 0 150 0 183 0 239 0 289 0 272 0 256 0 283 0 272 0 256 0 261 0 306 0 294 0 222 0 239 0 261 0 233 0 239 0 228 0 267 0 211 0 189 0 178 0 222 0 278 0 +USC00046719200003TMIN 67 0 72 0 172 I0 72 0 61 0-9999 44 0 44 0 61 0 61 0 83 0 94 0 100 0 100 0 100 0 117 0 122 0 100 0 111 0 117 0 122 0 83 0 78 0 89 0 72 0 72 0 111 0 106 0 106 0 89 0 100 0 +USC00046719200003TOBS 161 0 200 0 94 0 117 0 94 0-9999 144 0 117 0 144 0 222 0 261 0 256 0 217 0 267 0 217 0 228 0 239 0 278 0 222 0 194 0 222 0 211 0 206 0 200 0 172 0 206 0 183 0 150 0 144 0 183 0 211 0 +USC00046719200003PRCP 0P 0 0P 0 0P 0 107 0 559 0 13 0 0T 0 191 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200003SNOW 0P 0 0P 0 0P 0 0P 0 0P 0-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200003SNWD 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200004TMAX 306 0 311 0 283 0 294 0 278 0 283 0 256 0 306 0 294 0 256 0 306 0 322 0 294 0 256 0 222 0 228 0 200 0 183 0 228 0 289 0 256 0 206 0 222 0 289 0 311 0 350 0 339 0 256 0 283 0 328 0-9999 +USC00046719200004TMIN 167 0 117 0 106 0 122 0 111 0 111 0 117 0 106 0 100 0 100 0 117 0 133 0 144 0 106 0 111 0 111 0 106 0 78 0 78 0 100 0 111 0 117 0 117 0 100 0 128 0 150 0 133 0 133 0 94 0 117 0-9999 +USC00046719200004TOBS 289 0 272 0 267 0 272 0 239 0 244 0 233 0 283 0 239 0 206 0 283 0 294 0 256 0 156 0 200 0 194 0 144 0 172 0 222 0 256 0 178 0 183 0 189 0 283 0 294 0 333 0 250 0 200 0 250 0 300 0-9999 +USC00046719200004PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 427 0 259 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0-9999 +USC00046719200004SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200004SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200005TMAX 322 0 306 0 289 0 278 0 256 0 267 0 267 0 250 0 267 0 250 0 250 0 300 0 306 0 317 0 261 0 256 0 217 0 300 0 328 0 361 0 372 0 344 0 283 0 217 0 189 0 267 0 372 0 361 0 328 0 328 0 283 0 +USC00046719200005TMIN 144 0 133 0 139 0 150 0 144 0 139 0 128 0 144 0 139 0 133 0 94 0 100 0 117 0 106 0 106 0 100 0 100 0 117 0 144 0 156 0 156 0 144 0 144 0 150 0 144 0 133 0 150 0 178 0 183 0 156 0 161 0 +USC00046719200005TOBS 306 0 272 0 261 0 244 0 200 0 228 0 244 0 222 0 250 0 211 0 228 0 278 0 289 0 261 0 222 0 194 0 211 0 267 0 300 0 333 0 344 0 278 0 200 0 183 0 172 0 256 0 333 0 294 0 328 0 256 0 267 0 +USC00046719200005PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 43 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200005SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200005SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200006TMAX 300 0 300 0 328 0 339 0 311 0 317 0 306 0 278 0 261 0 300 0 317 0 311 0 333 0 333 0 322 0 300 0 311 0 306 0 289 0 300 0 317 0 306 0 306 0 333 0 356 0 350 0 350 0 339 0 328 0 311 0-9999 +USC00046719200006TMIN 150 0 144 0 128 0 144 0 150 0 133 0 139 0 128 0 111 0 122 0 122 0 139 0 167 0 167 0 156 0 161 0 161 0 161 0 156 0 156 0 150 0 161 0 172 0 178 0 172 0 194 0 217 0 172 0 178 0 167 0-9999 +USC00046719200006TOBS 283 0 289 0 306 0 306 0 300 0 306 0 278 0 211 0 233 0 256 0 289 0 289 0 317 0 317 0 300 0 261 0 244 0 272 0 267 0 283 0 283 0 289 0 278 0 267 0 333 0 344 0 333 0 317 0 300 0 289 0-9999 +USC00046719200006PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719200006SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200006SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200007TMAX 328 0 328 0 322 0 283 0 283 0 294 0 289 0 306 0 300 0 272 0 283 0 289 0 311 0 317 0 328 0 322 0 317 0 361 0 378 0 361 0 350 0 350 0-9999 339 0 344 0 333 0 344 0 356 0 367 0 367 0 361 0 +USC00046719200007TMIN 167 0 167 0 156 0 139 0 133 0 133 0 133 0 139 0 133 0 139 0 139 0 133 0 133 0 150 0 156 0 150 0 139 0 178 0 189 0 172 0 161 0 161 0-9999 183 0 183 0 167 0 161 0 167 0 167 0 167 0 178 0 +USC00046719200007TOBS 317 0 283 0 256 0 267 0 261 0 272 0 267 0 267 0 256 0 261 0 256 0 272 0 294 0 300 0 283 0 283 0 294 0 344 0 361 0 350 0 289 0 317 0-9999 322 0 322 0 322 0 322 0 339 0 289 0 294 0 344 0 +USC00046719200007PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200007SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200007SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200008TMAX 367 0 344 0 344 0 344 0 378 0 372 0 317 0 328 0 339 0 367 0 389 0 411 0 406 0 356 0 361 0 383 0 361 0 367 0 378 0 350 0 311 0 306 0 328 0 333 0 328 0 356 0 356 0 289 0 283 0 244 0 267 0 +USC00046719200008TMIN 211 0 183 0 183 0 189 0 183 0 172 0 183 0 161 0 172 0 183 0 194 0 178 0 178 0 194 0 200 0 206 0 206 0 189 0 172 0 156 0 167 0 161 0 161 0 172 0 194 0 172 0 156 0 172 0 167 0 167 0 178 0 +USC00046719200008TOBS 322 0 322 0 317 0 333 0 339 0 317 0 300 0 300 0 322 0 356 0 378 0 361 0 339 0 333 0 328 0 361 0 344 0 328 0 306 0 300 0 300 0 294 0 311 0 317 0 317 0 311 0 283 0 272 0 189 0 233 0 239 0 +USC00046719200008PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 10 0 0T 0 0P 0 +USC00046719200008SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200008SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200009TMAX 256 0 294 0 311 0 339 0 317 0 328 0 339 0 328 0 350 0 361 0 378 0 411 0 417 0 367 0 361 0 422 0 417 0 372 0 317 0 306 0 278 0 217 0 239 0 344 0 344 0 311 0 289 0 267 0 272 0 306 0-9999 +USC00046719200009TMIN 156 0 128 0 128 0 133 0 139 0 139 0 167 0 156 0 117 0 128 0 144 0 183 0 211 0 178 0 183 0 200 0 189 0 189 0 172 0 172 0 167 0 167 0 144 0 122 0 139 0 156 0 167 0 167 0 156 0 139 0-9999 +USC00046719200009TOBS 250 0 250 0 283 0 283 0 294 0 328 0 328 0 300 0 300 0 322 0 367 0 411 0 367 0 317 0 339 0 383 0 367 0 317 0 300 0 278 0 189 0 194 0 200 0 300 0 306 0 278 0 239 0 244 0 256 0 261 0-9999 +USC00046719200009PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 13 0 3 0 0P 0 81 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200009SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200009SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200010TMAX-9999 300 0 283 0 244 0 272 0 250 0 233 0 267 0 244 0 228 0 206 0 211 0 261 0 306 0 294 0 317 0 317 0 306 0 261 0 250 0 250 0 272 0 244 0 244 0 250 0 233 0 189 0 217 0 228 0 194 0 206 0 +USC00046719200010TMIN-9999 133 0 144 0 150 0 172 0 161 0 161 0 122 0 128 0 133 0 106 0 94 0 89 0 100 0 106 0 111 0 122 0 133 0 139 0 117 0 144 0 117 0 122 0 128 0 128 0 117 0 117 0 128 0 117 0 78 0 83 0 +USC00046719200010TOBS-9999 278 0 239 0 194 0 244 0 194 0 206 0 233 0 228 0 183 0 189 0 200 0 211 0 228 0 239 0 289 0 306 0 222 0 244 0 228 0 189 0 244 0 222 0 233 0 228 0 178 0 167 0 194 0 128 0 161 0 189 0 +USC00046719200010PRCP-9999 0P 0 0P 0 3 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0 20 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0 0 0T 0 0P 0 0P 0 76 0 76 0 0P 0 33 0 117 0 0P 0 +USC00046719200010SNOW-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200010SNWD-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200011TMAX 222 0 239 0 250 0 272 0 239 0 183 0 222 0 217 0 183 0 156 0 183 0 200 0 194 0 161 0 161 0 167 0 194 0 228 0-9999 256 0 250 0 244 0 211 0 211 0 267 0 256 0 233 0 244 0 250 0 228 0-9999 +USC00046719200011TMIN 72 0 94 0 111 0 72 0 89 0 128 0 89 0 78 0 106 0 78 0 44 0 33 0 33 0 33 0 33 0 33 0 44 0 50 0-9999 56 0 111 0 83 0 56 0 72 0 78 0 83 0 83 0 94 0 83 0 72 0-9999 +USC00046719200011TOBS 183 0 222 0 239 0 217 0 133 0 178 0 194 0 183 0 128 0 133 0 128 0 133 0 156 0 133 0 139 0 144 0 183 0 167 0-9999 222 0 222 0 150 0 172 0 200 0 228 0 222 0 211 0 222 0 178 0 178 0-9999 +USC00046719200011PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200011SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200011SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200012TMAX 194 0 239 0 250 0 261 0 289 0 267 0 256 0 222 0 200 0 189 0 178 0 178 0-9999 156 0 167 0 256 0 256 0-9999 261 0 244 0 250 0 222 0 217 0-9999 228 0 233 0 244 0 228 0 267 0 272 0 256 0 +USC00046719200012TMIN 78 0 72 0 78 0 94 0 133 0 133 0 139 0 111 0 117 0 106 0 72 0 89 0-9999 50 0 67 0 72 0 56 0-9999 72 0 72 0 72 0 56 0 61 0-9999 56 0 72 0 61 0 72 0 78 0 72 0 72 0 +USC00046719200012TOBS 156 0 200 0 178 0 222 0 261 0 206 0 217 0 161 0 167 0 156 0 150 0 139 0-9999 144 0 150 0 239 0 228 0-9999 233 0 206 0 206 0 178 0 194 0-9999 206 0 194 0 200 0 228 0 256 0 222 0 217 0 +USC00046719200012PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200012SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200012SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200101TMAX 256 0 267 0 256 0 261 0 239 0 233 0 233 0 194 0 178 0 144 0 111 0 122 0 172 0 172 0 150 0 144 0 161 0 172 0 172 0 233 0 233 0 194 0 172 0 150 0 139 0 133 0 161 0 167 0 144 0 178 0 189 0 +USC00046719200101TMIN 94 0 83 0 89 0 83 0 100 0 106 0 72 0 72 0 78 0 61 0 56 0 61 0 50 0 39 0 44 0 28 0 50 0 39 0 56 0 72 0 72 0 89 0 56 0 67 0 33 0 56 0 33 0 33 0 33 0 39 0 50 0 +USC00046719200101TOBS 233 0 89 0 233 0 239 0 206 0 178 0 194 0 111 0 144 0 106 0 100 0 111 0 156 0 150 0 106 0 117 0 122 0 156 0 161 0 217 0 194 0 144 0 150 0 122 0 128 0 83 0 128 0 144 0 122 0 161 0 172 0 +USC00046719200101PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 23 0 0T 0 51 0 927 0 71 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 99 0 0P 0 89 0 25 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200101SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200101SNWD-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200102TMAX 211 0 239 0 289 0 322 0 289 0 256 0 150 0 150 0 139 0 144 0 156 0 106 0 106 0 144 0 167 0 200 0 200 0 194 0 172 0 172 0 206 0 183 0 144 0 128 0 122 0 167 0 133 0 106 0-9999 -9999 -9999 +USC00046719200102TMIN 50 0 61 0-9999 72 0 139 0 111 0 56 0 22 0 39 0 61 0 33 0 56 0 61 0 28 0 28 0 44 0 78 0 100 0 94 0 56 0 56 0 78 0 50 0 39 0 67 0 72 0 78 0 67 0-9999 -9999 -9999 +USC00046719200102TOBS 206 0 183 0 278 0 283 0 250 0 150 0 72 0 128 0 122 0 139 0 106 0 94 0 89 0 111 0 133 0 172 0 178 0 161 0 128 0 150 0 183 0 144 0 106 0 94 0 122 0 128 0 94 0 106 0-9999 -9999 -9999 +USC00046719200102PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 43 0 0P 0 0P 0 43 0 10 0 376 0 584 0 97 0 0P 0 0P 0 0P 0 20 0 36 0 20 0 0P 0 0P 0 33 0 99 0 249 0 340 0 102 0 89 0-9999 -9999 -9999 +USC00046719200102SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200102SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200103TMAX 189 0 178 0 183 0 161 0 183 0 194 0 200 0 206 0 189 0 172 0 161 0 222 0 239 0 217 0 217 0 206 0 256 0 306 0 317 0 311 0 294 0 206 0 211 0 233 0 233 0 233 0 261 0 239 0 239 0 294 0 256 0 +USC00046719200103TMIN 50 0 56 0 83 0 94 0 100 0 94 0 100 0 89 0 106 0 61 0 89 0 83 0 72 0 78 0 100 0 100 0 78 0 106 0 133 0 144 0 106 0 117 0 111 0 94 0 100 0 122 0 100 0 111 0 128 0 128 0 128 0 +USC00046719200103TOBS 167 0 144 0 161 0 150 0 144 0 156 0 183 0 183 0 128 0 156 0 128 0 211 0 211 0 183 0 178 0 156 0 222 0 272 0 283 0 294 0 206 0 178 0 200 0 217 0 189 0 228 0 222 0 228 0 211 0 250 0 228 0 +USC00046719200103PRCP 0P 0 0P 0 0P 0 0P 0 84 0 165 0 0P 0 0P 0 8 0 76 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200103SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200103SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200104TMAX 239 0 200 0 189 0 144 0 183 0 178 0 161 0 183 0 167 0 189 0 189 0 178 0 244 0 244 0 250 0 267 0 289 0 267 0 211 0 200 0 206 0 244 0 300 0 339 0 322 0 311 0 256 0 233 0-9999 278 0-9999 +USC00046719200104TMIN 122 0 111 0 106 0 83 0 83 0 61 0 72 0 33 0 161 I0 39 0 89 0 78 0 67 0 72 0 72 0 94 0 94 0 122 0 111 0 89 0 61 0 72 0 100 0 100 0 161 0 122 0 128 0 117 0-9999 111 0-9999 +USC00046719200104TOBS 167 0 178 0 144 0 133 0 156 0 144 0 150 0 167 0 61 I0 183 0 133 0 178 0 228 0 211 0 206 0 244 0 267 0 211 0 194 0 144 0 206 0 228 0 289 0 317 0 311 0 256 0 222 0 189 0-9999 256 0-9999 +USC00046719200104PRCP 0P 0 0P 0 0P 0 36 0 0P 0 0P 0 348 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 157 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 0P 0-9999 +USC00046719200104SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200104SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200105TMAX 261 0 239 0 283 0 283 0 306 0 322 0 328 0 350 0 339 0 306 0 294 0 283 0 256 0 261 0 272 0 267 0 289 0 256 0-9999 278 0 267 0 317 0 350 0 339 0 289 0 278 0 256 0 211 0 289 0 306 0 322 0 +USC00046719200105TMIN 117 0 122 0 111 0 106 0 111 0 122 0 133 0 156 0 161 0 144 0 133 0 139 0 133 0 106 0 133 0 139 0 144 0 150 0-9999 111 0 144 0 150 0 156 0 150 0 156 0 167 0 144 0 144 0 128 0 139 0 150 0 +USC00046719200105TOBS 239 0 183 0 278 0 261 0 278 0 289 0 300 0 333 0 300 0 278 0 256 0 244 0 156 0 239 0 261 0 256 0 250 0 244 0-9999 222 0 250 0 306 0 333 0 256 0 256 0 244 0 200 0 200 0 261 0 278 0 244 0 +USC00046719200105PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200105SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200105SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200106TMAX 272 0 283 0 250 0 250 0 261 0 300 0 306 0 306 0 333 0 322 0-9999 322 0-9999 -9999 -9999 367 0 356 0 333 0 344 0 344 0 344 0 350 0-9999 367 0 317 0 300 0 306 0 317 0 322 0 356 0-9999 +USC00046719200106TMIN 161 0 150 0 144 0 133 0 128 0 139 0 150 0 156 0 156 0 156 0-9999 144 0-9999 -9999 -9999 133 0 144 0 161 0 161 0 167 0 172 0 189 0-9999 150 0 156 0 156 0 150 0 156 0 161 0 156 0-9999 +USC00046719200106TOBS 256 0 200 0 233 0 239 0 244 0 278 0 283 0 278 0 300 0 311 0-9999 233 0-9999 -9999 -9999 344 0 333 0 317 0 300 0 311 0 344 0 344 0-9999 317 0 272 0 267 0 289 0 294 0 306 0 339 0-9999 +USC00046719200106PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200106SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200106SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200107TMAX 350 0 356 0 344 0 367 0 311 I0 311 0 350 0 339 0 294 I0 278 I0 289 0 317 0 322 0 350 0 322 0 272 0 278 0 289 0 289 0 289 0 328 0 339 0 294 I0 289 0-9999 311 0 317 0 350 0 344 0 306 I0 283 0 +USC00046719200107TMIN 172 0 183 0 200 0 211 0 200 0 189 0 178 0 167 0 150 0 139 0 128 0 122 0 144 0 144 0 161 0 156 0 133 0 133 0 139 0 133 0 139 0 133 0 133 0 144 0-9999 144 0 150 0 144 0 150 0 156 0 156 0 +USC00046719200107TOBS 311 0 333 0 317 0 333 I0 300 0 289 0 322 0 311 I0 300 I0 272 0 267 0 289 0 311 0 300 0 278 0 256 0 261 0 267 0 278 0 283 0 328 0 328 I0 272 0 283 0-9999 294 0 306 0 333 0 328 I0 261 0 261 0 +USC00046719200107PRCP 0P 0 0P 0 0P 0 15 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200107SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200107SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200108TMAX 289 0 300 0 300 0 344 0 378 0 361 0 361 0 356 0 317 0 322 0 350 0 356 0 333 0 361 0 361 0 356 0 350 0 383 0 389 0 356 0 306 0 272 0 294 0 317 0 328 0 306 0 339 0 317 0 311 0 294 0 300 0 +USC00046719200108TMIN 150 0 150 0 139 0 122 0 144 0 178 0 194 0 178 0 150 0 156 0 167 0 161 0 167 0 183 0 172 0 172 0 172 0 183 0 189 0 167 0 156 0 161 0 139 0 156 0 178 0 183 0 167 0 161 0 150 0 167 0 150 0 +USC00046719200108TOBS 267 0 272 0 289 0 322 0 361 0 350 0 350 0 300 0 294 0 289 0 344 0 322 0 300 0 339 0 344 0 350 0 333 0 378 0 356 0 300 0 272 0 256 0 267 0 300 0 306 0 294 0 317 0 306 0 267 0 278 0 283 0 +USC00046719200108PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200108SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200108SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200109TMAX 350 0 361 0 300 0 322 0 317 0 294 0 267 0 283 0 294 0 272 0 278 0 289 0 322 0 350 0 361 0 333 0 306 0 283 0 294 0 283 0 317 0 350 0 344 0 367 0 367 0 356 0 350 0 339 0 389 0 411 0-9999 +USC00046719200109TMIN 150 0 189 0 183 0 172 0 172 0 172 0 161 0 156 0 150 0 133 0 150 0 144 0 128 0 139 0 139 0 133 0 156 0 139 0 133 0 128 0 133 0 150 0 139 0 161 0 189 0 172 0 172 0 156 0 150 0 189 0-9999 +USC00046719200109TOBS 311 0 294 0 289 0 306 0 289 0 256 0 239 0 256 0 256 0 261 0 256 0 267 0 311 0 339 0 306 0 306 0 267 0 267 0 278 0 267 0 311 0 317 0 322 0 350 0 333 0 344 0 333 0 322 0 378 0 361 0-9999 +USC00046719200109PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200109SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200109SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200110TMAX 361 0 333 0 311 0 294 0 272 0-9999 -9999 272 0 222 0 289 0 278 0 311 0 356 0 372 0 322 I0 317 0 294 0 289 0 283 0 272 0 283 0 233 0 233 0 267 0 278 0 289 0 306 0 256 0 233 0 200 0 211 0 +USC00046719200110TMIN 183 0 189 0 156 0 144 0 156 0-9999 -9999 117 0 144 0 117 0 111 0 117 0 144 0 128 0 139 0 150 0 117 0 122 0 128 0 161 0 122 0 133 0 111 0 117 0 117 0 133 0 122 0 133 0 122 0 122 0 117 0 +USC00046719200110TOBS 322 0 300 0 283 0 272 0 217 0-9999 -9999 200 0 206 0 272 0 239 0 300 0 306 0 333 I0 311 0 283 0 261 0 272 0 250 0 222 0 222 0 222 0 206 0 256 0 250 0 256 0 244 0 200 0 206 0 167 0 200 0 +USC00046719200110PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 15 0 0P 0 +USC00046719200110SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200110SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200111TMAX 228 0 211 0 272 0 261 0 278 0 261 0 233 0 300 0 294 0 239 0 244 0-9999 189 0 228 0 261 0 244 0 272 0 272 0 272 0 267 0 222 0 200 0 206 0 194 0-9999 200 0 161 I0 156 0 150 0 161 0-9999 +USC00046719200111TMIN 111 0 111 0 94 0 144 0 122 0 117 0 122 0 117 0 128 0 139 0 133 0-9999 72 0 72 0 100 0 100 0 100 0 89 0 100 0 106 0 111 0 111 0 106 0 100 0-9999 111 0 56 0 33 0 72 0 56 0-9999 +USC00046719200111TOBS 189 0 189 0 194 0 256 0 261 0 189 0 211 0 283 0 211 0 222 0 200 0-9999 189 0 211 0 233 0 239 0 233 0 233 0 228 0 222 0 194 0 200 0 194 0-9999 -9999 178 I0 156 0 144 0 106 0 144 0-9999 +USC00046719200111PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 165 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 457 0 0P 0 0P 0 0P 0 0P 0 38 0 0P 0-9999 +USC00046719200111SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200111SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200112TMAX 200 0 194 0 161 0 167 0 167 0 222 0 256 0 272 0 239 0 150 0 161 0 161 0 161 0 156 0 172 0 183 0 178 0 222 0 211 0 239 0 161 0 172 0-9999 183 0 206 0 233 0-9999 217 0 206 0 183 0 183 0 +USC00046719200112TMIN 50 0 61 0 89 0 61 0 44 0 67 0 72 0 78 0 56 0 44 0 39 0 56 0 39 0 56 0 61 0 39 0 39 0 39 0 56 0 67 0 61 0 44 0-9999 44 0 44 0 56 0-9999 78 0 100 0 94 0 106 0 +USC00046719200112TOBS 178 0 161 0 144 0 156 0 150 0 206 0 239 0 228 0 150 0 122 0 144 0 150 0 144 0 72 0 100 0 117 0 144 0 200 0 200 0 144 0 156 0 172 0-9999 172 0 194 0 206 0-9999 189 0 139 0 178 0 178 0 +USC00046719200112PRCP 0P 0 0P 0 38 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 43 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 165 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 58 0 0P 0 13 0 +USC00046719200112SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200112SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200201TMAX 178 0 172 0 161 0 178 0 228 0 244 0 256 0 261 0 222 0 217 0 244 0 278 0 256 0 244 0 167 0 161 0 167 0 172 0 206 0 200 0 200 0 183 0 167 0 189 0 239 0 256 0 178 0 128 0 122 0 150 0 156 0 +USC00046719200201TMIN 83 0 78 0 94 0 56 0 67 0 89 0 100 0 100 0 94 0 78 0 83 0 89 0 67 0 61 0 100 0 94 0 56 0 39 0 44 0 28 0 44 0 61 0 44 0 33 0 50 0 50 0 72 0 33 0 11 0 22 0 11 0 +USC00046719200201TOBS 172 0 150 0 156 0 172 0 211 0 222 0 239 0 222 0 150 0 206 0 244 0 244 0 244 0 167 0 144 0 144 0 144 0 161 0 156 0 183 0 183 0 133 0 144 0 178 0 228 0 178 0 111 0 111 0 106 0 128 0 144 0 +USC00046719200201PRCP 0P 0 8 0 18 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 33 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 89 0 330 0 0P 0 0P 0 0P 0 +USC00046719200201SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200201SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200202TMAX 172 0 189 0 239 0 228 0 239 0 228 0 217 0 194 0 267 0 272 0 261 0 267 0 267 0 200 0 222 0 239 0 206 0 167 0 178 0 217 0 306 0 317 0 328 0 261 0 294 0 306 0 300 0 278 0-9999 -9999 -9999 +USC00046719200202TMIN 22 0 50 0 22 0 50 0 61 0 56 0 56 0 56 0 72 0 56 0 67 0 83 0 94 0 72 0 72 0 89 0 83 0 44 0 56 0 67 0 67 0 122 0 117 0 111 0 83 0 106 0 128 0 89 0-9999 -9999 -9999 +USC00046719200202TOBS 167 0 178 0 228 0 217 0 211 0 211 0 194 0 178 0 256 0 250 0 250 0 267 0 194 0 189 0 206 0 189 0 94 0 150 0 167 0 200 0 283 0 306 0 233 0 233 0 278 0 306 0 278 0 183 0-9999 -9999 -9999 +USC00046719200202PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 104 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200202SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200202SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200203TMAX 217 0 250 0 250 0 267 0 250 0 211 0 194 0 183 0 256 0 261 0 272 0 256 0 228 0 189 0 183 0-9999 183 0 206 0 239 0 283 0 289 0 261 0 206 0 222 0 217 0 250 0 239 0 178 0 194 0 244 0 272 0 +USC00046719200203TMIN 106 0 67 0 50 0 56 0 78 0 78 0 111 0 78 0 61 0 61 0 83 0 100 0 117 0 67 0 44 0-9999 78 0 44 0 44 0 78 0 106 0 78 0 100 0 78 0 61 0 78 0 72 0 106 0 94 0 106 0 89 0 +USC00046719200203TOBS 206 0 233 0 250 0 244 0 211 0 161 0 150 0 183 0 244 0 239 0 256 0 222 0 183 0 172 0 172 0-9999 144 0 189 0 222 0 267 0 256 0 200 0 144 0 161 0 189 0 233 0 167 0 144 0 183 0 194 0 217 0 +USC00046719200203PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 46 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 61 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200203SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200203SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200204TMAX 244 0 228 0 200 0 222 0 194 0-9999 206 0 194 0 228 0 250 0 267 0 261 0 344 0 311 0 267 0 189 0 194 0 200 0 206 0 239 0 289 0 306 0 289 0 256 0 222 0 211 0 189 0 261 0 228 0 206 0-9999 +USC00046719200204TMIN 94 0 106 0 100 0 106 0 72 0-9999 100 0 111 0 83 0 94 0 100 0 117 0 111 0 117 0 261 I0 89 0 100 0 61 0 67 0 67 0 78 0 94 0 106 0 100 0 111 0 100 0 89 0 72 0 83 0 94 0-9999 +USC00046719200204TOBS 228 0 178 0 172 0 189 0 167 0-9999 189 0 183 0 217 0 244 0 244 0 233 0 306 0 267 0 117 0 172 0 178 0 183 0 183 0 222 0 244 0 283 0 256 0 189 0 194 0 144 0 178 0 222 0 200 0 189 0-9999 +USC00046719200204PRCP 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 13 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 25 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200204SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200204SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200204WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719200205TMAX 194 0 222 0 239 0 261 0 261 0 250 0 233 0 228 0 256 0 228 0 261 0 356 0 333 0 317 0 267 0 233 0 261 0 267 0 239 0 200 0 206 0 250 0 256 0 267 0 289 0 267 0 256 0 278 0 333 0 333 0 300 0 +USC00046719200205TMIN 83 0 72 0 83 0 83 0 100 0 117 0 122 0 117 0 100 0 111 0 94 0 106 0 156 0 139 0 128 0 128 0 106 0 117 0 122 0 117 0 78 0 83 0 100 0 106 0 189 0 122 0 111 0 111 0 128 0 133 0 150 0 +USC00046719200205TOBS 178 0 200 0 222 0 250 0 250 0 228 0 167 0 206 0 222 0 217 0 250 0 322 0 294 0 267 0 228 0 194 0 239 0 222 0 200 0 144 0 200 0 228 0 233 0 256 0 222 0 256 0 233 0 261 0 333 0 289 0 294 0 +USC00046719200205PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 13 0 51 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200205SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200205SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200206TMAX 328 0 256 0 233 0 300 0 356 0 344 0 311 0 283 0 283 0 256 0-9999 294 0 278 0 294 0 356 0 372 0 328 0 306 0 300 0 278 0 261 0 311 0-9999 306 0 311 0 300 0 289 0 289 0 333 0 356 0-9999 +USC00046719200206TMIN 144 0 133 0 133 0 122 0 139 0 144 0 150 0 144 0 117 0 139 0-9999 117 0 133 0 122 0 139 0 144 0 139 0 150 0 156 0 167 0 144 0 133 0-9999 128 0 150 0 128 0 128 0 139 0 150 0 150 0-9999 +USC00046719200206TOBS 256 0 233 0 228 0 278 0 344 0 306 0 250 0 256 0 228 0 239 0-9999 261 0 256 0 261 0 267 0 328 0 294 0 294 0 278 0 256 0 200 0 267 0-9999 289 0 289 0 283 0 272 0 283 0 306 0 294 0-9999 +USC00046719200206PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 25 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200206SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200206SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200207TMAX 294 0 333 0 333 0 333 0 261 0 261 0 294 0 306 0 339 0 350 0 339 0 311 0 333 0 317 0 333 0 322 0 306 0 300 0 289 0 283 0 283 0 272 0 289 0 328 0 350 0-9999 322 0 300 0 289 0 289 0 311 0 +USC00046719200207TMIN 161 0 167 0 150 0 150 0 156 0 167 0 167 0 167 0 156 0 172 0 194 0 206 0 200 0 183 0 178 0 183 0 178 0 178 0 178 0 172 0 178 0 172 0 150 0 172 0 189 0-9999 189 0 172 0 167 0 156 0 167 0 +USC00046719200207TOBS 283 0 322 0 333 0 250 0 256 0 250 0 261 0 289 0 317 0 328 0 294 0 306 0 311 0 294 0 322 0 300 0 294 0 289 0 278 0 267 0 261 0 256 0 272 0 317 0 339 0-9999 300 0 261 0 283 0 278 0 278 0 +USC00046719200207PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200207SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200207SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200208TMAX 300 0 294 0 283 0 272 0 300 0 300 0 294 0 300 0 339 0 361 0 350 0 350 0 333 0 322 0 311 0 294 0 289 0 278 0 272 0 256 0 244 0 272 0 294 0 306 0 322 0 311 0 311 0 278 0 294 0 322 0 344 0 +USC00046719200208TMIN 167 0 167 0 172 0 172 0 156 0 172 0 172 0 150 0 167 0 189 0 194 0 200 0 194 0 183 0 178 0 161 0 172 0 172 0 172 0 178 0 156 0 150 0 156 0 161 0 167 0 178 0 156 0 167 0 161 0 150 0 178 0 +USC00046719200208TOBS 289 0 278 0 272 0 272 0 283 0 283 0 289 0 294 0 322 0 328 0 333 0 317 0 317 0 306 0 283 0 289 0 278 0 272 0 239 0 222 0 244 0 261 0 283 0 294 0 294 0 311 0 272 0 261 0 278 0 311 0 339 0 +USC00046719200208PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 8 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200208SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200208SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200209TMAX 411 0 400 0 372 0 350 0 328 0-9999 278 0 300 0 328 0 328 0 317 0 306 0 322 0 328 0 344 0 333 0 283 0 278 0 328 0 317 0 339 0 383 0 383 0 356 0 339 0 294 0 244 0 228 0 222 0 222 0-9999 +USC00046719200209TMIN 250 0 256 0 222 0 200 0 211 0-9999 172 0 144 0 172 0 189 0 194 0 183 0 183 0 183 0 189 0 161 0 189 0 172 0 156 0 150 0 178 0 189 0 183 0 200 0 183 0 167 0 150 0-9999 150 0 128 0-9999 +USC00046719200209TOBS 394 0 367 0 350 0 322 0 306 0-9999 261 0 289 0 306 0 300 0 294 0 300 0 306 0 328 0 333 0 272 0 261 0 267 0 311 0 306 0 322 0 367 0 356 0 333 0 294 0 239 0 228 0 178 0 217 0 189 0-9999 +USC00046719200209PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 15 0 145 0 0P 0 0P 0-9999 +USC00046719200209SNOW 0P 0 0P 0 0P 0 0P 0 0P 0-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200209SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200210TMAX 194 0 211 0 256 0 272 0 300 0 339 0 344 0 328 0 294 0 283 0 239 0 233 0 278 0 244 0 217 0 189 0 206 0 200 0 239 0 222 0 217 0 194 0 200 0 183 0 172 0 194 0 200 0 217 0 206 0 200 0 189 0 +USC00046719200210TMIN 150 0 111 0 117 0 128 0 144 0 156 0 183 0 178 0 139 0 144 0 144 0 139 0 122 0 133 0 133 0 144 0 144 0 144 0 128 0 117 0 139 0 150 0 122 0 133 0 133 0 117 0 133 0 106 0 133 0 133 0 122 0 +USC00046719200210TOBS 167 0 189 0 250 0 261 0 289 0 328 0 328 0 289 0 283 0 239 0 206 0 194 0 233 0 217 0 178 0 172 0 183 0 189 0 217 0 217 0 194 0 172 0 183 0 172 0 150 0 178 0 172 0 206 0 189 0 172 0 167 0 +USC00046719200210PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200210SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200210SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200211TMAX 189 0 211 0 256 0 222 0 256 0 272 0 233 0 172 0 172 0 217 0 261 0 278 0 267 0 261 0 289 0 289 0 278 0 278 0 294 0 317 0 311 0 278 0 217 0 172 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719200211TMIN 122 0 94 0 94 0 100 0 106 0 117 0 111 0 111 0 156 0 106 0 106 0 133 0 128 0 117 0 128 0 128 0 128 0 106 0 117 0 156 0 167 0 144 0 111 0 150 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719200211TOBS 172 0 122 0 222 0 200 0 228 0 233 0 172 0 167 0 161 0 194 0 244 0 267 0 228 0 244 0 272 0 278 0 217 0 267 0 278 0 300 0 278 0 217 0 172 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719200211PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 356 0 152 0 64 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719200211SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200211SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200211DAPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 6 0-9999 +USC00046719200211MDPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 64 0-9999 +USC00046719200211WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USC00046719200212TMAX 189 0 189 0 189 0 206 0-9999 217 0 178 0 222 0 206 0 183 0 206 0 206 0 194 0 178 0 178 0 156 0 144 0 156 0 144 0 150 0 133 0 156 0 156 0 156 0 156 0 178 0 206 0 200 0 156 0 161 0 156 0 +USC00046719200212TMIN 89 0 89 0 94 0 83 0-9999 106 0 117 0 89 0 117 0 83 0 111 0 100 0 94 0 111 0 122 0 106 0 83 0 72 0 50 0 78 0 83 0 78 0 67 0 67 0 50 0 78 0 72 0 89 0 67 0-9999 83 0 +USC00046719200212TOBS 178 0 178 0 156 0 194 0-9999 172 0 161 0 194 0 183 0 167 0 189 0 194 0 178 0 117 0 156 0 117 0 117 0 144 0 128 0 128 0 122 0 144 0 139 0 139 0 150 0 150 0 200 0 150 0 139 0 156 0 128 0 +USC00046719200212PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 254 0 76 0 0P 0 0P 0 340 0 3 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 66 0 0P 0 +USC00046719200212SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200212SNWD-9999 -9999 -9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200301TMAX 194 0 233 0 278 0 272 0 278 0 267 0 267 0 261 0 178 0 167 0 178 0 194 0 244 0 211 0 261 0 267 0 283 0 267 0 239 0 233 0 189 0 194 0 244 0 250 0 250 0 200 0 261 0 250 0 239 0 300 0 328 0 +USC00046719200301TMIN 72 0 83 0 128 0 128 0 128 0 183 0 200 0 139 0 133 0 94 0 89 0 89 0 83 0 100 0 94 0 89 0 106 0 122 0 106 0 117 0 122 0 100 0 128 0 117 0 200 0 200 0 200 0 122 0 100 0 128 0 150 0 +USC00046719200301TOBS 189 0 222 0 250 0 250 0 261 0 228 0 256 0 178 0 167 0 150 0 172 0 178 0 206 0 183 0 239 0 250 0 267 0 239 0 233 0 189 0 172 0 178 0 239 0 239 0 200 0 200 0 250 0 211 0 211 0 294 0 294 0 +USC00046719200301PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200301SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200301SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200302TMAX 294 0 222 0 228 0 228 0 217 0 194 0 189 0 194 0 183 0 194 0 200 0 200 0 139 0 172 0 189 0 178 0 183 0 183 0 200 0 200 0 217 0 233 0 211 0 194 0 150 0 161 0 150 0 172 0-9999 -9999 -9999 +USC00046719200302TMIN 161 0 111 0 83 0 83 0 83 0 78 0 61 0 78 0 78 0 67 0 94 0 94 0 117 0 122 0 111 0 111 0 128 0 117 0 89 0 89 0 94 0 100 0 94 0 117 0 78 0 83 0 89 0 72 0-9999 -9999 -9999 +USC00046719200302TOBS 222 0 200 0 217 0 217 0 194 0 183 0 183 0 183 0 161 0 189 0 200 0 122 0 133 0 167 0 178 0 161 0 161 0 172 0 194 0 150 0 44 I0 206 0 189 0 150 0 133 0 150 0 144 0 161 0-9999 -9999 -9999 +USC00046719200302PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 191 0 1031 0 160 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 10 0 328 0 13 0 36 0 20 0-9999 -9999 -9999 +USC00046719200302SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200302SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200303TMAX 167 0 200 0 183 0 156 0 194 0 200 0 211 0 222 0 256 0 261 0 250 0 244 0 239 0 211 0 178 0 189 0 178 0 222 0 217 0 211 0 233 0 256 0 233 0 206 0 283 0 294 0 283 0 261 0 256 0 311 0 322 0 +USC00046719200303TMIN 83 0 72 0 78 0 83 0 61 0 89 0 89 0 78 0 100 0 100 0 117 0 106 0 128 0 128 0 122 0 117 0 117 0 106 0 83 0 94 0 94 0 122 0 111 0 122 0 106 0 139 0 161 0 139 0 111 0 128 0 156 0 +USC00046719200303TOBS 139 0 183 0 150 0 122 0 183 0 178 0 189 0 222 0 228 0 244 0 222 0 206 0 211 0 178 0 133 0 161 0 178 0 211 0 206 0 172 0 211 0 233 0 206 0 161 0 272 0 283 0 261 0 233 0 256 0 306 0 283 0 +USC00046719200303PRCP 0P 0 0P 0 0P 0 30 0 36 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 508 0 442 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200303SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200303SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200304TMAX 283 0 194 0 167 0 161 0 200 0 200 0 272 0 300 0 294 0 267 0 217 0 206 0 189 0-9999 172 0 189 0 189 0 172 0 233 0 244 0-9999 161 0 178 0 194 0 194 0 211 0 206 0 206 0 189 0 194 0-9999 +USC00046719200304TMIN 128 0 106 0 72 0 72 0 72 0 72 0 100 0 144 0 144 0 122 0 117 0 122 0 128 0-9999 72 0 72 0 78 0 111 0 89 0 122 0-9999 72 0 106 0 100 0 117 0 94 0 100 0 100 0 89 0 89 0-9999 +USC00046719200304TOBS 194 0 156 0 161 0 128 0 189 0 189 0-9999 294 0 261 0 217 0 206 0 189 0 167 0-9999 172 0 178 0 133 0 161 0 222 0 228 0-9999 150 0 161 0 183 0 189 0 200 0 194 0 183 0 172 0 183 0-9999 +USC00046719200304PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0T 0 241 0 79 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200304SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200304SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200305TMAX 206 0 206 0 183 0 211 0 206 0 194 0 178 0 178 0 206 0 222 0 256 0 267 0 239 0 233 0 217 0 272 0 261 0 239 0 289 0 322 0 344 0 339 0 294 0 244 0 189 0 250 0 322 0 339 0 322 0 267 0 267 0 +USC00046719200305TMIN 100 0 117 0 94 0 117 0 106 0 128 0 117 0 117 0 94 0 89 0 117 0 128 0-9999 133 0 111 0 128 0 150 0 133 0 139 0 161 0 183 0 167 0 139 0 144 0 139 0 128 0 150 0 183 0 161 0 161 0 150 0 +USC00046719200305TOBS 194 0 183 0 161 0 206 0 189 0 172 0 161 0 161 0 189 0 206 0 233 0 239 0 222 0 161 0 211 0 261 0 239 0 239 0 267 0 311 0 333 0 294 0 244 0 167 0 189 0 233 0 322 0 322 0 261 0 256 0 256 0 +USC00046719200305PRCP 0P 0 0P 0 254 0 10 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200305SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200305SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200306TMAX 283 0 278 0 256 0 239 0 239 0 211 0 239 0 233 0 211 0 178 0 211 0 206 0 239 0 278 0 289 0 272 0-9999 256 0 233 0 189 0 167 0 178 0 222 0 244 0 328 0 344 0 317 0 294 0 311 0 317 0-9999 +USC00046719200306TMIN 150 0 156 0 150 0 144 0 156 0 156 0 156 0 161 0 150 0 139 0 156 0 128 0 139 0 144 0 150 0 161 0-9999 167 0 144 0 144 0 139 0 150 0 144 0 156 0 150 0 172 0 167 0 161 0 156 0 167 0-9999 +USC00046719200306TOBS 272 0 256 0 200 0 233 0 189 0 206 0 233 0 211 0 172 0 178 0 200 0 189 0 233 0 261 0 267 0 261 0-9999 233 0 189 0 161 0 156 0 167 0 206 0 228 0 283 0 306 0 289 0 278 0 283 0 311 0-9999 +USC00046719200306PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 43 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 58 0 33 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200306SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200306SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200307TMAX 322 0 328 0 328 0 339 0 344 0 344 0 294 0 294 0 306 0 306 0 339 0 333 0 328 0 333 0 333 0 333 0 339 0 333 0 317 0 333 0 339 0 317 0 317 0 306 0 300 0-9999 300 0 294 0 317 0 333 0 300 0 +USC00046719200307TMIN 183 0 200 0 206 0 189 0 194 0 167 0 178 0 172 0 178 0 183 0 183 0 189 0 211 0 200 0 206 0 211 0 206 0 222 0 217 0 217 0 206 0 194 0 194 0 200 0 189 0-9999 189 0 189 0 194 0 189 0 206 0 +USC00046719200307TOBS 317 0 306 0 322 0 328 0 344 0 294 0 278 0 267 0 294 0 306 0 311 0 328 0 306 0 317 0 328 0 278 0 322 0 272 0 311 0 333 0 317 0 250 0 300 0 294 0 283 0-9999 283 0 289 0 294 0 294 0 289 0 +USC00046719200307PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 10 0 0P 0 0P 0 +USC00046719200307SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200307SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200308TMAX 294 0 300 0 294 0 317 0 317 0 311 0 333 0 350 0 367 0 378 0 361 0 367 0 372 0 378 0 367 0 361 0 344 0 344 0 328 0 317 0 311 0 289 0 317 0 361 0-9999 328 0 333 0 328 0 317 0 311 0 311 0 +USC00046719200308TMIN 189 0 189 0 178 0 183 0 172 0 178 0 178 0 194 0 206 0 217 0 233 0 228 0 211 0 217 0 228 0 222 0 211 0 211 0 189 0 194 0 194 0 178 0 172 0 200 0-9999 206 0 206 0 206 0 189 0 178 0 183 0 +USC00046719200308TOBS 278 0 294 0 283 0 300 0 306 0 300 0 328 0 339 0 356 0 361 0 339 0 350 0 328 0 350 0 356 0 333 0 339 0 322 0 300 0 311 0 283 0 272 0 294 0 328 0-9999 311 0 322 0 311 0 311 0 289 0 311 0 +USC00046719200308PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200308SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200308SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200309TMAX 311 0 322 0 311 0 356 0 367 0 361 0 339 0 322 0 278 0 278 0 311 0 306 0 294 0 300 0 300 0 289 0 278 0 322 0 311 0 322 0 361 0 344 0 339 0 272 0 283 0 294 0 300 0 289 0 300 0 289 0-9999 +USC00046719200309TMIN 183 0 183 0 194 0 206 0 233 0 217 0 200 0 172 0 172 0 167 0 172 0 161 0 167 0 172 0 167 0 156 0 156 0 156 0 172 0 172 0 178 0 183 0 172 0 167 0 167 0 167 0 144 0 161 0 167 0 178 0-9999 +USC00046719200309TOBS 294 0 306 0 294 0 344 0 361 0 333 0 317 0 278 0 244 0 272 0 300 0 289 0 294 0 283 0 278 0 267 0 261 0 300 0 300 0 311 0 333 0 339 0 267 0 239 0 261 0 283 0 283 0 250 0 289 0 261 0-9999 +USC00046719200309PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200309SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200309SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200310TMAX 267 0 267 0 222 0 244 0 267 0 267 0 272 0 306 0 283 0 228 0 289 0 306 0 339 0 333 0 261 0 306 0 339 0 361 0 372 0 367 0 383 0 378 0 344 0 344 0 328 0 333 0 344 0 322 0 283 0 217 0 172 0 +USC00046719200310TMIN 178 0 144 0 156 0 139 0 139 0 161 0 167 0 161 0 167 0 172 0 150 0 167 0 172 0 150 0 150 0 122 0 150 0 206 0 178 0 189 0 206 0 206 0 189 0 183 0 156 0 200 0 194 0 167 0 150 0 150 0 111 0 +USC00046719200310TOBS 261 0 222 0 200 0 222 0 244 0 250 0 256 0 283 0 211 0 228 0 272 0 294 0 333 0 261 0 239 0 294 0 317 0 356 0 333 0 350 0 372 0 339 0 339 0 300 0 306 0 311 0 322 0 283 0 217 0 167 0 144 0 +USC00046719200310PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 152 0 +USC00046719200310SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200310SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200311TMAX 183 0 183 0 167 0 178 0 189 0 222 0 222 0 222 0 194 0-9999 217 0 217 0 217 0 194 0 167 0 178 0 167 0 261 0 289 0 250 0 183 0 172 0 200 0 189 0 172 0 172 0 217 0 228 0 228 0 228 0-9999 +USC00046719200311TMIN 106 0 83 0 89 0 83 0 83 0 117 0 106 0 111 0 150 0-9999 122 0 122 0 122 0 100 0 94 0 83 0 89 0 94 0 122 0 111 0 122 0 94 0 50 0 72 0 78 0 78 0 72 0 106 0 111 0 94 0-9999 +USC00046719200311TOBS 183 0 167 0 122 0 178 0 161 0 194 0 189 0 194 0 178 0-9999 200 0 200 0 200 0 167 0 144 0 167 0 161 0 244 0 250 0 183 0 144 0 161 0 189 0 167 0 150 0 150 0 206 0 211 0 217 0 200 0-9999 +USC00046719200311PRCP 152 0 0P 0 15 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 18 0 97 0 0P 0 0P 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0 0-9999 +USC00046719200311SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200311SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200312TMAX 200 0 211 0 228 0 228 0 217 0 200 0 183 0 150 0 139 0 172 0 156 0 156 0 172 0-9999 178 0 200 0 222 0 250 0 239 0 189 0 172 0 217 0 206 0 156 0 150 0 139 0 128 0 150 0 139 0 167 0 183 0 +USC00046719200312TMIN 100 0 83 0 89 0 111 0 106 0 106 0 139 0 139 0 139 0 133 0 100 0 61 0 72 0-9999 50 0 50 0 67 0 94 0 100 0 122 0 100 0 83 0 117 0 100 0 122 0 50 0 33 0 22 0 50 0 83 0 67 0 +USC00046719200312TOBS 183 0 194 0 211 0 194 0 189 0 183 0 150 0 139 0 139 0 133 0 133 0 150 0 161 0-9999 167 0 189 0 206 0 239 0 189 0 161 0 161 0 206 0 128 0 150 0 139 0 122 0 122 0 139 0 128 0 156 0 150 0 +USC00046719200312PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 3 0 5 0 3 0 0P 0 0P 0-9999 -9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 10 0 0P 0 511 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200312SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200312SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200312DAPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 2 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719200312MDPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719200401TMAX 161 0 156 0 150 0 156 0 178 0 178 0 206 0 233 0 233 0 267 0 256 0 228 0 256 0 256 0 228 0 178 0 194 0 167 0 178 0 156 0 194 0 222 0 211 0 183 0 161 0 167 0 167 0 178 0 194 0 189 0 178 0 +USC00046719200401TMIN 67 0 89 0 50 0 39 0 56 0 72 0 100 0 78 0 100 0 100 0 106 0 83 0 106 0 122 0 117 0 83 0 100 0 78 0 94 0 94 0 89 0 100 0 94 0 78 0 78 0 72 0 72 0 94 0 78 0 83 0 89 0 +USC00046719200401TOBS 150 0 100 0 128 0 139 0 167 0 172 0 172 0 183 0 217 0 250 0 228 0 183 0 250 0 228 0 178 0 150 0 167 0 150 0 156 0 139 0 183 0 211 0 183 0 122 0 161 0 156 0 150 0 167 0 183 0 161 0 172 0 +USC00046719200401PRCP 0P 0 0P 0 61 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 +USC00046719200401SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200401SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200402TMAX 183 0 167 0 156 0 183 0 189 0 206 0 222 0 206 0 200 0 206 0 206 0 211 0 206 0 189 0 189 0 211 0 256 0 228 0 161 0 144 0 128 0 139 0 139 0 144 0 156 0 156 0 161 0 178 0 167 0-9999 -9999 +USC00046719200402TMIN 61 0 78 0 50 0 61 0 61 0 78 0 83 0 67 0 67 0 94 0 78 0 89 0 67 0 78 0 67 0 106 0 117 0 83 0 72 0 111 0 89 0 89 0 89 0 94 0 100 0 100 0 72 0 72 0 78 0-9999 -9999 +USC00046719200402TOBS 161 0 144 0 144 0 178 0 172 0 189 0 200 0 194 0 189 0 194 0 200 0 200 0 167 0 172 0 161 0 189 0 228 0 89 0 144 0 122 0 100 0 133 0 133 0 133 0 144 0 150 0 144 0 156 0 156 0-9999 -9999 +USC00046719200402PRCP 0P 0 0P 0 417 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 81 0 30 0 23 0 104 0 84 0 51 0 3 0 1288 0 0P 0 3 0 3 0-9999 -9999 +USC00046719200402SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719200402SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719200403TMAX 156 0 156 0 183 0 172 0 194 0 250 0 278 0 333 0 322 0 311 0 300 0 278 0 233 0 256 0 256 0 328 0 328 0 294 0 244 0 272 0 244 0 267 0 233 0 200 0 222 0 206 0 244 0 317 0 328 0 311 0 233 0 +USC00046719200403TMIN 94 0 61 0 72 0 111 0 78 0 100 0 117 0 161 0 172 0 144 0 156 0 128 0 133 0 111 0 122 0 128 0 133 0 122 0 122 0 106 0 117 0 122 0 133 0 139 0 117 0 133 0 100 0 133 0 156 0 150 0 117 0 +USC00046719200403TOBS 111 0 111 0 111 0 172 0 172 0 172 0 172 0 322 0 294 0 289 0 278 0 189 0 211 0 217 0 222 0 317 0 289 0 239 0 233 0 211 0 228 0 228 0 189 0 200 0 189 0 183 0 233 0 317 0 311 0 233 0 206 0 +USC00046719200403PRCP 66 0 257 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200403SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200403SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200404TMAX 206 0 189 0-9999 217 0 217 0 206 0 211 0 200 0 228 0 222 0 278 0 261 0 239 0 233 0 228 0 217 0 206 0 189 0 200 0 217 0 217 0 222 0 306 0 311 0 339 0 378 0 372 0 350 0 228 0 239 0-9999 +USC00046719200404TMIN 133 0 100 0-9999 133 0 128 0 128 0 128 0 117 0 144 0 133 0 139 0 133 0 100 0 100 0 117 0 128 0 94 0 78 0 94 0 100 0 117 0 128 0 156 0 144 0 161 0 194 0 206 0 172 0 139 0 122 0-9999 +USC00046719200404TOBS 133 0 178 0-9999 206 0-9999 200 0 200 0 194 0 217 0 194 0 250 0 233 0 233 0 211 0 211 0 194 0 139 0 178 0 183 0 211 0 211 0 206 0 289 0 300 0 328 0 361 0 350 0 222 0 211 0 233 0-9999 +USC00046719200404PRCP 20 0 109 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200404SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200404SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200405TMAX 333 0 367 0 383 0 372 0 333 0 322 0 311 0 300 0 283 0 272 0 233 0 233 0 283 0 311 0 294 0 272 0 256 0 228 0 239 0 228 0 217 0 222 0 217 0 211 0 211 0 222 0 222 0 217 0 239 0 311 0 322 0 +USC00046719200405TMIN 144 0 178 0 228 0 217 0 161 0 150 0 183 0 156 0 150 0 150 0 133 0 139 0 139 0 156 0 156 0 161 0 156 0 161 0 133 0 144 0 144 0 139 0 150 0 144 0 144 0 144 0 122 0 144 0 156 0 144 0 161 0 +USC00046719200405TOBS 311 0 361 0 372 0 333 0 294 0 311 0 300 0 283 0 267 0 228 0 217 0 222 0 283 0 294 0 267 0 244 0 217 0 217 0 222 0 217 0 206 0 200 0 206 0 194 0 172 0 211 0 200 0 183 0 228 0 306 0 311 0 +USC00046719200405PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200405SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200405SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200406TMAX 322 0 294 0 289 0 306 0 289 0 289 0 267 0 211 0 228 0 244 0 261 0 261 0 283 0 278 0 267 0 267 0 239 0 250 0 244 0 256 0 250 0 250 0 283 0 283 0 311 0 311 0 300 0 261 0 250 0 239 0-9999 +USC00046719200406TMIN 167 0 156 0 167 0 161 0 156 0 161 0 161 0 161 0 144 0 133 0 144 0 161 0 161 0 167 0 167 0 167 0 167 0 150 0 156 0 161 0 156 0 167 0 172 0 156 0 156 0 161 0 161 0 172 0 156 0 161 0-9999 +USC00046719200406TOBS 278 0 278 0 272 0 289 0 278 0 261 0 189 0 206 0 217 0 228 0 250 0 256 0 267 0 261 0 250 0 200 0 228 0 244 0 211 0 244 0 239 0 244 0 256 0 272 0 294 0 300 0 250 0 233 0 239 0 233 0-9999 +USC00046719200406PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200406SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200406SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200407TMAX 250 0 261 0 250 0 283 0 289 0 289 0 261 0 250 0 289 0 317 0 333 0 339 0 361 0 350 0 333 0 333 0 344 0 344 0 339 0 339 0 328 0 311 0 306 0 311 0 328 0 328 0 328 0 306 0 289 0 289 0 306 0 +USC00046719200407TMIN 139 0 150 0 167 0 161 0 161 0 156 0 161 0-9999 150 0 150 0 167 0 183 0 189 0 194 0 222 0 206 0 211 0 206 0 211 0 206 0 200 0 172 0 172 0 172 0 189 0 189 0 172 0 172 0 161 0 167 0 161 0 +USC00046719200407TOBS 244 0 244 0 250 0 283 0 272 0 244 0 244 0 244 0 272 0 300 0 311 0 328 0 344 0 333 0 322 0 311 0 311 0 328 0 328 0 328 0 306 0 294 0 272 0 306 0 328 0 311 0 306 0 283 0 283 0 278 0 300 0 +USC00046719200407PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200407SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200407SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200408TMAX 300 0 278 0 283 0 283 0 289 0 317 0 333 0 328 0 328 0 344 0 344 0 344 0 311 0 306 0 294 0 306 0 306 0 300 0 294 0 283 0 267 0 283 0 283 0 261 0 283 0 283 0 294 0 300 0 317 0 317 0 350 0 +USC00046719200408TMIN 172 0 178 0 167 0 150 0 167 0 167 0 178 0 194 0 206 0 211 0 211 0 206 0 194 0 194 0 178 0 178 0 178 0 167 0 167 0 172 0 172 0 161 0 156 0 156 0 167 0 178 0 183 0 167 0 161 0 156 0 172 0 +USC00046719200408TOBS 272 0 272 0 278 0 272 0 283 0 300 0 322 0 322 0 211 0 344 0 344 0 289 0 300 0 278 0 294 0 283 0 300 0 272 0 278 0 267 0 256 0 283 0 239 0 261 0 283 0 278 0 278 0 283 0 283 0 306 0 350 0 +USC00046719200408PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200408SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200408SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200409TMAX 361 0 350 0 322 0 339 0 383 0 383 0 367 0 361 0 344 0 356 0 350 0 333 0 306 0 272 0 283 0 289 0 283 0 283 0 256 0 222 0-9999 317 0 333 0 339 0 339 0 333 0 306 0 294 0 239 0 206 0-9999 +USC00046719200409TMIN 189 0 206 0 194 0 167 0 200 0 194 0 189 0 222 0 217 0 222 0 228 0 206 0 194 0 189 0 189 0 200 0 167 0 178 0 167 0 133 0-9999 178 0 178 0 178 0 172 0 167 0 150 0 150 0 167 0 161 0-9999 +USC00046719200409TOBS 350 0 311 0 250 0 339 0 378 0 333 0 350 0 322 0 344 0 339 0 333 0 306 0 267 0 256 0 272 0 278 0 278 0 256 0 222 0 200 0-9999 311 0 317 0 322 0 328 0 306 0 294 0 239 0 206 0 194 0-9999 +USC00046719200409PRCP 0 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200409SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200409SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200410TMAX 250 0 272 0 278 0 278 0 278 0 300 0 306 0 328 0 317 0 244 0 267 0 311 0 306 0 344 0 322 0 217 0 211 0 183 0 172 0 167 0 189 0 211 0 228 0 206 0-9999 194 0 156 0 189 0 206 0 228 0 228 0 +USC00046719200410TMIN 150 0 144 0 144 0 150 0 139 0 150 0 150 0 183 0 144 0 156 0 133 0 150 0 167 0 144 0 156 0 144 0 144 0 150 0 144 0 133 0 94 0 117 0 117 0 117 0-9999 139 0 106 0 106 0 100 0 100 0 100 0 +USC00046719200410TOBS 244 0 250 0 272 0 261 0 272 0 289 0 294 0 311 0 244 0 222 0 267 0 300 0 244 0 311 0 211 0 189 0 183 0 156 0 156 0 156 0 178 0 206 0 206 0 200 0-9999 156 0 156 0 178 0 194 0 217 0 200 0 +USC00046719200410PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 69 0 51 0 1306 0 0 0 0 0 0 0 0 0 0P 0 0 0 739 0 5 0 0 0 0 0 0 0 +USC00046719200410SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200410SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200411TMAX 233 0 244 0 244 0 206 0 189 0 200 0 189 0 178 0 167 0 200 0 189 0 206 0-9999 -9999 244 0 228 0 239 0 239 0 206 0 189 0 161 0-9999 161 0 200 0 206 0 183 0 178 0 172 0 144 0 161 0-9999 +USC00046719200411TMIN 94 0 100 0 106 0 83 0 83 0 94 0 106 0 122 0 117 0 100 0 117 0 100 0-9999 -9999 139 0 128 0 117 0 117 0 111 0 133 0 61 0-9999 67 0 83 0 94 0 100 0 94 0 67 0 39 0 33 0-9999 +USC00046719200411TOBS 217 0 233 0 206 0 167 0 183 0 189 0 172 0 156 0 161 0 189 0 167 0 200 0-9999 -9999 211 0 206 0 217 0 206 0 178 0 161 0 122 0-9999 156 0 183 0 167 0 178 0 128 0 144 0 133 0 139 0-9999 +USC00046719200411PRCP 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 307 0 0 0 0 0 0 0 0 0 0 0 38 0 58 0 0 0 0 0-9999 +USC00046719200411SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200411SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200412TMAX 167 0 178 0 183 0 178 0 178 0 133 0-9999 -9999 189 0 278 0 278 0 256 0 200 0 261 0 250 0 239 0 233 0 261 0 250 0 239 0 194 0 161 0 156 0 156 0 156 0 156 0 156 0 150 0 133 0 144 0 133 0 +USC00046719200412TMIN 33 0 39 0 50 0 56 0 83 0 50 0-9999 -9999 89 0 100 0 133 0 100 0 100 0 100 0 117 0 111 0 94 0 89 0 100 0 106 0 111 0 89 0 89 0 89 0 89 0 89 0 111 0 100 0 94 0 111 0 106 0 +USC00046719200412TOBS 156 0 161 0 178 0 122 0 89 0 128 0-9999 -9999 178 0 256 0 256 0 167 0 183 0 250 0 228 0 217 0 217 0 244 0 239 0 194 0 156 0 156 0 156 0 156 0 156 0 156 0 150 0 133 0 122 0 133 0 122 0 +USC00046719200412PRCP 0P 0 0P 0 0P 0 0P 0 132 0 20 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 991 0 935 0 3 0 343 0 +USC00046719200412SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200412SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200501TMAX 133 0 122 0 117 0 111 0 128 0 133 0 122 0 133 0 156 0 150 0 150 0 167 0 178 0 217 0 239 0 267 0 272 0 267 0 278 0 272 0 222 0-9999 256 0 239 0 206 0 189 0 161 0 150 0 172 0 167 0 206 0 +USC00046719200501TMIN 61 0 83 0 89 0 61 0 50 0 50 0 72 0 100 0 128 0 133 0 94 0 61 0 61 0 72 0 83 0 100 0 122 0 122 0 128 0 133 0 117 0-9999 122 0 122 0 133 0 133 0 94 0 100 0 67 0 167 0 133 0 +USC00046719200501TOBS 122 0 100 0 111 0 89 0 122 0 122 0 106 0 128 0 150 0 150 0 122 0 156 0 172 0 200 0 228 0 256 0 256 0 256 0 272 0 217 0 200 0-9999 239 0 200 0 189 0 144 0 150 0 128 0 167 0 167 0 200 0 +USC00046719200501PRCP 0P 0 66 0 424 0 107 0 3 0 0P 0 358 0 419 0 1313 0 912 0 274 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 46 0 15 0 97 0 3 0 0P 0 0P 0 +USC00046719200501SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200501SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200502TMAX 222 0 217 0 217 0 233 0 233 0 194 0 150 0 183 0 211 0 206 0 183 0 178 0 178 0 172 0-9999 -9999 222 0 150 0 144 0 156 0 139 0 133 0 167 0 189 0 183 0 189 0 189 0 178 0-9999 -9999 -9999 +USC00046719200502TMIN 94 0 100 0 89 0 106 0 106 0 106 0 106 0 83 0 100 0 117 0 117 0 117 0 128 0 122 0-9999 -9999 139 0 117 0 89 0 100 0 100 0 83 0 89 0 94 0 94 0 122 0 100 0 94 0-9999 -9999 -9999 +USC00046719200502TOBS 217 0 211 0 206 0 233 0 194 0 128 0 139 0 178 0 200 0 167 0 128 0 156 0 161 0 161 0-9999 -9999 144 0 139 0 128 0 128 0 111 0 111 0 111 0 178 0 161 0 161 0 167 0 172 0-9999 -9999 -9999 +USC00046719200502PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 25 0 0P 0 3 0 0P 0 625 0 218 0 0P 0 0P 0 0P 0-9999 -9999 -9999 274 0 815 0 348 0 1054 0 310 0 251 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200502SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200502SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200502MDPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 43 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719200503TMAX 194 0 178 0 183 0 167 0 189 0 211 0 239 0 228 0 261 0 267 0 272 0 228 0 178 0 222 0 228 0 211 0-9999 -9999 -9999 -9999 206 0 183 0 167 0 139 0 189 0 233 0 239 0 206 0 206 0 228 0 261 0 +USC00046719200503TMIN 100 0 111 0 122 0 100 0 89 0 100 0 111 0 106 0 111 0 106 0 111 0 133 0 117 0 128 0 94 0 100 0-9999 -9999 -9999 -9999 100 0-9999 83 0 111 0 67 0 83 0 117 0 122 0 100 0 100 0 117 0 +USC00046719200503TOBS 172 0 144 0 167 0 122 0 172 0 189 0 222 0 200 0 233 0 250 0 222 0 178 0 133 0 211 0 206 0-9999 -9999 -9999 -9999 -9999 183 0 122 0 139 0 111 0 172 0 211 0 206 0 189 0 194 0 217 0 250 0 +USC00046719200503PRCP 0P 0 0P 0 81 0 262 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0-9999 -9999 -9999 23 0 0P 0 41 0 323 0 10 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200503SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 -9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200503SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200503MDPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 69 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719200504TMAX 278 0 272 0 244 0 206 0-9999 200 0 294 0 194 0 200 0 239 0 256 0 256 0 250 0 250 0 272 0 289 0 283 0 228 0 194 0 211 0 267 0 256 0 206 0 189 0 194 0 233 0 211 0 189 0 194 0 228 0-9999 +USC00046719200504TMIN 117 0 133 0 100 0 111 0-9999 122 0 122 0 89 0 100 0 89 0-9999 128 0 117 0 111 0 122 0 128 0 111 0 122 0 117 0 94 0 111 0 139 0 94 0 122 0 111 0 106 0 122 0 111 0 100 0 111 0-9999 +USC00046719200504TOBS 272 0 244 0 189 0-9999 -9999 -9999 167 0 194 0 189 0 211 0 233 0 250 0 228 0 239 0 267 0 272 0 228 0 150 0 172 0 211 0 256 0 161 0 183 0 183 0 194 0 206 0 178 0 178 0 189 0 222 0-9999 +USC00046719200504PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 10 0 0P 0 0P 0 0P 0 0P 0 353 0 0P 0-9999 +USC00046719200504SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200504SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200505TMAX-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 250 0 294 0 317 0 311 0 300 0 289 0 233 0 250 0 300 0 317 0 278 I0 339 0 328 0 278 0 289 0 278 0 244 0 250 0 289 0 250 0 261 0 +USC00046719200505TMIN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 172 0 133 0 156 0 156 0 167 0 150 0 139 0 139 0 156 0 183 0 178 0 183 0 161 0 161 0 161 0 144 0 139 0 150 0 156 0 144 0 144 0 +USC00046719200505TOBS-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 239 0 283 0 306 0 289 0 289 0 183 0 222 0 250 0 294 0 294 0 333 0 322 0 267 0 244 0 256 0 244 0 244 0 228 0 217 0 233 0 244 0 +USC00046719200505PRCP-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200505SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200505SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200505MDPR-9999 -9999 -9999 10 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719200506TMAX 244 0 239 0 239 0 239 0 233 0 233 0 244 0 250 0 239 0 239 0 239 0 239 0 317 0 300 0 267 0-9999 228 0 244 0 272 0 311 0 317 0 322 0 300 0 294 0 283 I0 261 0 267 0 250 0 283 0 283 0-9999 +USC00046719200506TMIN 150 0 150 0 150 0 150 0 156 0 139 0 122 0 133 0 156 0 156 0 161 0 161 0 139 0 156 0 161 0-9999 139 0 139 0 128 0 144 0 161 0 178 0 150 0 144 0 133 0 150 0 144 0 150 0 156 0 156 0-9999 +USC00046719200506TOBS 233 0 189 0 228 0 233 0 206 0 217 0 222 0 233 0 206 0 239 0 211 0 233 0 294 0 267 0 256 0-9999 233 0 233 0 250 0 294 0 300 0 300 0 272 0 294 I0 239 0 250 0 233 0 244 0 261 0 267 0-9999 +USC00046719200506PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200506SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200506SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200507TMAX 294 0 300 0 283 0 300 0 289 0 283 0 289 0 294 0 283 0 283 0 300 0 306 0 350 0 344 0 311 0 311 0 322 0 311 0 333 0 356 0 356 0 361 0 350 0 317 0 317 0 317 0 317 0 317 0 317 0 328 0 328 0 +USC00046719200507TMIN 139 0 161 0 144 0 150 0 144 0 150 0 150 0 156 0 167 0 167 0 167 0 178 0 183 0 194 0 178 0 172 0 183 0 178 0 194 0 233 0 233 0 244 0 217 0 217 0 206 0-9999 194 0 206 0 200 0 200 0 206 0 +USC00046719200507TOBS 289 0 272 0 278 0 272 0 283 0 272 0 278 0 283 0 261 0 283 0 272 0 306 0 344 0 311 0 289 0 306 0 300 0 294 0 328 0 356 0 322 0 344 0 306 0 311 0 294 0 306 0 306 0 311 0 300 0 306 0 311 0 +USC00046719200507PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200507SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200507SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200508TMAX 322 0 311 0 311 0 322 0 322 0 333 0 322 0 333 0 317 0 306 0 306 0 300 0 283 0 267 0 272 0 278 0 283 0 283 0 278 0 306 0 322 0 317 0 306 0 328 0 367 0 367 0 367 0 372 0 356 0 344 0 311 0 +USC00046719200508TMIN 178 0 167 0 172 0 189 0 194 0 194 0 200 0 194 0 194 0 189 0 178 0 172 0 183 0 172 0 172 0 172 0 161 0 144 0 156 0 167 0 161 0 167 0 167 0 161 0 200 0 211 0 222 0 222 0 217 0 206 0 183 0 +USC00046719200508TOBS 306 0 289 0 306 0 306 0 317 0 306 0 306 0 317 0 306 0 283 0 300 0 283 0 267 0 261 0 250 0 278 0 278 0 272 0 272 0 300 0 311 0 278 0 267 0 322 0 361 0 356 0 350 0 350 0 283 0 311 0 283 0 +USC00046719200508PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 5 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200508SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200508SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200509TMAX 300 0 300 0 317 0 317 0 333 0 322 0 317 0 306 0 283 0 233 0-9999 -9999 239 0-9999 -9999 -9999 -9999 -9999 283 0 272 0 300 0 306 0 306 0 256 0 283 0 294 0 294 0 350 0 372 0 367 0-9999 +USC00046719200509TMIN 161 0 156 0 150 0 150 0 150 0 167 0 156 0 144 0 156 0 172 0-9999 -9999 150 0-9999 -9999 -9999 -9999 -9999 150 0 189 0 156 0 167 0 161 0 161 0 117 0 156 0 167 0 167 0 194 0 194 0-9999 +USC00046719200509TOBS 283 0 278 0 306 0 300 0 322 0 317 0 300 0 278 0 217 0 206 0-9999 -9999 211 0-9999 -9999 -9999 -9999 -9999 272 0 256 0 289 0 289 0 256 0 233 0 278 0 294 0 283 0 350 0 361 0 322 0-9999 +USC00046719200509PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 66 0 23 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200509SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200509SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200510TMAX 322 0 289 0 256 0 267 0 328 0 350 0 339 0 294 0 239 0 283 0 278 0 272 0 344 0 344 0 328 0 222 0 206 0 172 0 217 0 256 0 244 0 211 0 206 0 206 0 189 0 206 0 200 0 217 0 217 0 244 0 311 0 +USC00046719200510TMIN 189 0 144 0 144 0 128 0 161 0 161 0 172 0 144 0 122 0 139 0 139 0 133 0 150 0 183 0 156 0 128 0 139 0 133 0 122 0 128 0 133 0 150 0 156 0 156 0 139 0 117 0 144 0 139 0 117 0 117 0 128 0 +USC00046719200510TOBS 283 0 250 0 233 0 267 0 322 0 328 0 294 0 200 0 228 0 278 0 239 0 261 0 339 0 328 0 217 0 200 0 139 0 156 0 217 0 244 0 206 0 183 0 200 0 172 0 172 0 200 0 172 0 194 0 211 0 211 0 306 0 +USC00046719200510PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 33 0 99 0 43 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 20 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200510SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200510SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200511TMAX 311 0 289 0 217 0 200 0 228 0 228 0 222 0 217 0 178 0 183 0 183 0-9999 -9999 283 0 289 0 278 0 278 0 294 0 294 0 289 0 283 0 283 0 256 0 239 0 217 0 211 0 194 0 194 0 189 0 200 0-9999 +USC00046719200511TMIN 156 0 144 0 139 0 117 0 106 0 117 0 133 0 144 0 144 0 144 0 111 0-9999 -9999 128 0 139 0 117 0 117 0 133 0 111 0 128 0 128 0 144 0 144 0 117 0 117 0 111 0 83 0 72 0 83 0 89 0-9999 +USC00046719200511TOBS 289 0 211 0 200 0 200 0 222 0 222 0 217 0 172 0 161 0 172 0 167 0-9999 -9999 239 0 278 0 244 0 272 0 272 0 256 0 267 0 261 0 256 0 228 0 217 0 172 0 172 0 172 0 172 0 167 0 183 0-9999 +USC00046719200511PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 25 0 18 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200511SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200511SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200512TMAX 200 0 178 0 178 0 189 0 206 0 211 0 189 0-9999 -9999 -9999 -9999 183 0 178 0 189 0 178 0 150 0 144 0 150 0 228 0 250 0 272 0 244 0 233 0 283 0 250 0 156 0 189 0 178 0 172 0 178 0 161 0 +USC00046719200512TMIN 106 0 122 0 78 0 56 0 56 0 67 0 89 0-9999 -9999 -9999 -9999 89 0 72 0 78 0 89 0 67 0 106 0 100 0 89 0 117 0 139 0 133 0 122 0 133 0 89 0 117 0 94 0 100 0 94 0 89 0 94 0 +USC00046719200512TOBS 178 0 150 0 167 0 178 0 189 0 189 0 89 0-9999 -9999 -9999 -9999 172 0 161 0 172 0 150 0 139 0 133 0 150 0 211 0 233 0 239 0 189 0 228 0 250 0 150 0 156 0 178 0 156 0 150 0 161 0 128 0 +USC00046719200512PRCP 0P 0 3 0 18 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 18 0 0P 0 0P 0 0P 0 0P 0 152 0 +USC00046719200512SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200512SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200601TMAX 139 0 139 0 161 0 244 0 272 0 278 0 272 0 211 0 233 0 222 0 217 0 206 0 228 0 194 0 156 0 172 0 206 0 172 0 167 0 189 0 194 0 206 0 217 0 239 0 228 0 167 0 183 0 178 0 178 0 183 0 178 0 +USC00046719200601TMIN 111 0 106 0 78 0 89 0 106 0 117 0 106 0 78 0 94 0 89 0 89 0 89 0 106 0 106 0 56 0 61 0 78 0 72 0 83 0 56 0 50 0 61 0 128 0 128 0 89 0 89 0 78 0 72 0 78 0 78 0 100 0 +USC00046719200601TOBS 128 0 128 0 144 0 217 0 256 0 272 0 200 0 189 0 222 0 217 0 178 0 200 0 194 0 122 0 144 0 167 0 172 0 133 0 100 0 167 0 189 0 189 0 206 0 222 0 150 0 144 0 172 0 172 0 172 0 167 0 167 0 +USC00046719200601PRCP 150 0 259 0 221 0 180 0 76 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 43 0 3 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200601SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200601SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200602TMAX 200 0 189 0 272 0 261 0 283 0 278 0 278 0 283 0 289 0 256 0 267 0 289 0 294 0 272 0 172 0 156 0 139 0 133 0 133 0 144 0 178 0 194 0 222 0 217 0 233 0 233 0 222 0 178 0-9999 -9999 -9999 +USC00046719200602TMIN 100 0 89 0 100 0 94 0 128 0 111 0 111 0 111 0 117 0 94 0 83 0 111 0 128 0 111 0 117 0 67 0 67 0 50 0 56 0 39 0 50 0 50 0 67 0 78 0 78 0 128 0 100 0 94 0-9999 -9999 -9999 +USC00046719200602TOBS 178 0 189 0 261 0 200 0 278 0 267 0 272 0 267 0 256 0 222 0 250 0 278 0 272 0 172 0 139 0 139 0 122 0 122 0 122 0 128 0 172 0 183 0 217 0 194 0 217 0 222 0 100 0 161 0-9999 -9999 -9999 +USC00046719200602PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 13 0 0P 0 0P 0 74 0 79 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 46 0 808 0-9999 -9999 -9999 +USC00046719200602SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200602SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200603TMAX 189 0 178 0-9999 161 0 183 0 172 0 167 0 189 0 172 0 144 0 106 0 122 0 144 0 178 0 178 0 194 0 161 0 156 0 150 0 144 0 161 0 211 0 261 0 261 0 244 0 200 0 194 0 167 0 167 0 178 0 161 0 +USC00046719200603TMIN 72 0 67 0-9999 50 0 61 0 100 0 106 0 78 0 89 0 67 0 44 0 56 0 67 0 83 0 94 0 78 0 56 0 67 0 61 0 56 0 100 0 117 0 100 0 117 0 100 0 111 0 111 0 94 0 61 0 100 0 100 0 +USC00046719200603TOBS 167 0 161 0-9999 150 0 172 0 128 0 150 0 167 0 144 0 100 0 89 0 106 0 139 0 167 0 167 0 161 0 117 0 128 0 139 0 133 0 133 0 133 0 239 0 244 0 167 0 189 0 167 0 106 0 139 0 161 0 122 0 +USC00046719200603PRCP 0 0 0 0 0P 0 0 0 0 0 8 0 61 0 0 0 0 0 5 0 168 0 0 0-9999 -9999 -9999 -9999 -9999 3 0 13 0 0 0 290 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 0 0 0 0 0 0 +USC00046719200603SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200603SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200603DAPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 5 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 6 0-9999 -9999 -9999 +USC00046719200603MDPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 10 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 8 0-9999 -9999 -9999 +USC00046719200604TMAX 167 0 200 0 189 0 183 0 144 0 178 0 189 0 200 0 194 0 167 0 189 0 222 0 306 0 289 0 183 0 183 0 194 0 267 0 261 0 267 0 244 0 194 0 161 0 183 0 178 0 172 0 172 0 172 0 222 0 250 0-9999 +USC00046719200604TMIN 100 0 67 0 128 0 122 0 83 0 72 0 83 0 100 0 89 0 94 0 117 0 100 0 111 0 128 0 122 0 117 0 106 0 94 0 122 0 122 0 139 0 122 0 100 0 100 0 106 0 117 0 117 0 128 0 150 0 122 0-9999 +USC00046719200604TOBS 150 0 189 0-9999 139 0 133 0 178 0 178 0 183 0 167 0 139 0 189 0 217 0 283 0 139 0 172 0 172 0 189 0 256 0 250 0 239 0 194 0 144 0 150 0 178 0 167 0 117 0 172 0 172 0 217 0 228 0-9999 +USC00046719200604PRCP 0P 0 0P 0 140 0 361 0 356 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 180 0 81 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 0P 0 0P 0 0P 0 8 0 0P 0 0P 0 0P 0-9999 +USC00046719200604SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200604SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200605TMAX-9999 233 0 222 0 183 0 211 0 206 0 228 0 228 0 217 0 289 0 267 0 250 0 256 0 278 0 267 0 272 0 272 0 256 0 272 0 267 0 250 0 178 0 250 0 289 0 311 0 267 0 217 0 250 0 267 0 300 0 317 0 +USC00046719200605TMIN-9999 150 0 133 0 139 0 133 0 128 0 144 0 128 0 139 0 133 0 139 0 150 0 156 0 144 0 156 0 161 0 156 0 161 0 161 0 167 0 161 0 128 0 117 0 150 0 156 0 161 0 150 0 111 0 128 0 144 0 161 0 +USC00046719200605PRCP 0P 0 0 0 5 0 0 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200605SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200605SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200605DAPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 18 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719200605MDPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 234 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719200606TMAX 306 0 317 0 356 0 350 0 328 0 267 0 261 0 244 0 250 0 256 0 233 0 239 0 256 0 300 0 294 0 356 0 344 0 322 0 300 0 283 0 294 0 300 0 311 0 322 0 372 0 372 0 328 0 372 0 350 0 344 0-9999 +USC00046719200606TMIN 167 0 167 0 200 0 200 0 183 0 178 0 183 0 178 0 172 0 167 0 161 0 156 0 139 0 150 0 172 0 178 0 178 0 183 0 178 0 167 0 150 0 172 0 161 0 167 0 206 0 200 0 200 0 233 0 206 0 211 0-9999 +USC00046719200606TOBS 294 0 317 0 350 0 328 0 261 0 256 0 233 0 239 0 250 0 233 0 222 0 233 0 244 0 289 0 272 0 333 0 322 0 300 0 278 0 272 0 283 0 272 0 294 0 283 0 367 0 317 0 317 0 344 0 344 0 339 0-9999 +USC00046719200606PRCP 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 3 0 8 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200606SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200606SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200607TMAX 367 0 350 0 344 0 328 0 317 0 322 0 311 0 217 S0 217 S0 317 0 333 0 339 0 350 0 361 0 383 0 389 0 356 0 333 0-9999 317 0 367 0 428 0 417 0 383 0 389 0 361 0 350 0 322 0 300 0 278 0 272 0 +USC00046719200607TMIN 217 0 217 0 217 0 200 0 194 0 189 0 217 0 217 0 217 0 217 0 183 0 200 0 206 0 211 0 217 0 217 0 211 0 222 0-9999 206 0 222 0 256 0 244 0 244 0 233 0 217 0 239 0 228 0 222 0 206 0 194 0 +USC00046719200607TOBS 283 0 344 0 322 0 300 0 300 0 311 0 217 0 217 0 217 0 317 0 317 0 328 0 339 0 339 0 383 0 328 0 300 0 317 0-9999 306 0 367 0 400 0 350 0 367 0 322 0 350 0 317 0 300 0 278 0 261 0 250 0 +USC00046719200607PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200607SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200607SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200608TMAX 272 0 289 0 283 0 278 0 289 0 278 0 289 0 322 0 356 0 339 0 328 0 306 0 294 0 283 0 278 0 278 0 306 0 306 0 300 0 294 0 317 0 356 0 350 0 333 0 322 0 311 0 344 0 333 0-9999 333 0 333 0 +USC00046719200608TMIN 200 0 189 0 189 0 189 0 167 0 167 0 167 0 167 0 183 0 200 0 189 0 172 0 161 0 156 0 150 0 156 0 167 0 161 0 150 0 161 0 194 0 206 0 200 0 178 0 156 0 183 0 183 0 189 0-9999 183 0 194 0 +USC00046719200608TOBS 261 0 283 0 239 0 278 0 267 0 256 0 289 0 311 0 339 0 328 0 306 0 289 0 278 0 267 0 267 0 267 0 283 0 300 0 267 0 278 0 306 0 333 0 317 0 322 0 289 0 294 0 328 0 206 0-9999 328 0 322 0 +USC00046719200608PRCP 0 0-9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200608SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200608SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200608DAPR-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719200608MDPR-9999 -9999 -9999 3 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719200609TMAX 344 0 356 0-9999 -9999 378 0 367 0 339 0 294 0 272 0 289 0 322 0 322 0 311 0 272 0 228 0 278 0 344 0 339 0 306 0 300 0 267 0 244 0 278 0 317 0 311 0 300 0 300 0 322 0 311 0 289 0-9999 +USC00046719200609TMIN 189 0 194 0-9999 -9999 233 0 206 0 189 0 183 0 178 0 150 0 172 0 194 0 189 0 167 0 161 0 139 0 144 0 172 0 167 0 156 0 156 0 161 0 144 0 139 0 156 0 161 0 156 0 161 0 167 0 161 0-9999 +USC00046719200609TOBS 333 0 344 0-9999 -9999 367 0 339 0 294 0 272 0 256 0 289 0 317 0 311 0 272 0 194 0 217 0 272 0 322 0 300 0 300 0 256 0 244 0 206 0 267 0 300 0 294 0 267 0 289 0 306 0 283 0 250 0-9999 +USC00046719200609PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719200609SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200609SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200610TMAX 250 0 283 0 272 0 250 0 244 0 222 0 233 0 239 0 228 0 233 0 256 0 250 0 217 0 217 0 206 0 183 0 211 0 272 0 289 0 311 0 317 0 322 0 317 0 317 0 239 0 278 0 306 0 300 0 289 0 206 0 200 0 +USC00046719200610TMIN 172 0 183 0 161 0-9999 128 0 117 0 117 0 122 0 156 0 156 0 122 0 128 0 139 0 133 0 144 0 156 0 128 0 117 0 133 0 150 0 139 0 156 0 178 0 156 0 128 0 133 0 122 0 139 0 106 0 139 0 144 0 +USC00046719200610TOBS 239 0 267 0 244 0 244 0 217 0 194 0 222 0 222 0 217 0 206 0 239 0 200 0 200 0 206 0 172 0 178 0 206 0 267 0 278 0 289 0 306 0 317 0 311 0 239 0 211 0 272 0 300 0 289 0 206 0 200 0 172 0 +USC00046719200610PRCP 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200610SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200610SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200611TMAX 228 0 244 0 233 0 256 0 306 0 333 0 339 0 322 0 267 0 278 0 278 0 228 0 239 0 228 0 283 0 278 0 267 0 294 0 317 0 306 0 272 0 211 0 206 0 194 0 189 0 178 0 161 0 167 0 167 0 167 0-9999 +USC00046719200611TMIN 106 0 122 0 133 0 139 0 139 0 156 0 178 0 161 0 144 0 117 0 128 0 106 0 111 0 133 0 122 0 139 0 133 0 139 0 144 0 150 0 128 0 111 0 117 0 94 0 133 0 89 0 106 0 106 0 56 0 50 0-9999 +USC00046719200611TOBS 206 0 233 0 228 0 250 0 306 0 322 0 317 0 267 0 222 0 278 0 183 0 222 0 222 0 194 0 278 0 267 0 256 0 289 0 311 0 272 0 200 0 200 0 194 0 172 0 161 0 156 0 139 0 150 0 156 0 161 0-9999 +USC00046719200611PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0-9999 +USC00046719200611SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200611SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200612TMAX 228 0 250 0 228 0 239 0 239 0 256 0 272 0-9999 -9999 161 0 178 0 206 0 228 0 244 0 233 0 167 0 128 0 139 0 150 0 150 0 161 0 189 0 206 0 189 0-9999 -9999 -9999 133 0 194 0 178 0 167 0 +USC00046719200612TMIN 61 0 83 0 72 0-9999 78 0 78 0 94 0-9999 -9999 94 0 89 0 94 0 100 0 117 0 111 0 106 0 44 0 39 0 39 0 39 0 50 0 72 0 72 0 89 0-9999 -9999 -9999 89 0 78 0 61 0 61 0 +USC00046719200612TOBS 217 0 228 0 211 0 222 0 217 0 217 0 250 0-9999 -9999 144 0 172 0 178 0 217 0 233 0 167 0 111 0 117 0 122 0 139 0 133 0 139 0 189 0 189 0 89 0-9999 -9999 -9999 133 0 178 0 167 0 144 0 +USC00046719200612PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 5 0 0 0 0 0 0 0 0 0 28 0 23 0 5 0 0 0 0 0 0 0 13 0 0 0 0 0-9999 -9999 -9999 -9999 8 0 0 0 0 0 +USC00046719200612SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200612SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200612MDPR-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 94 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 13 0-9999 -9999 -9999 +USC00046719200701TMAX 189 0 228 0 217 0 200 0 150 0 189 0 222 0 283 0 272 0 256 0 189 0 117 0 111 0 111 0 139 0 161 0 144 0 189 0 183 0 167 0 178 0 189 0 206 0 211 0 244 0 228 0 161 0 172 0 178 0 167 0 139 0 +USC00046719200701TMIN 67 0 89 0 100 0 78 0 83 0 39 0 78 0 94 0 111 0 100 0 94 0 61 0 17 0 -6 0 17 0 22 0 28 0 39 0 78 0 56 0 61 0 56 0 67 0 78 0 106 0 94 0 106 0 89 0 83 0 111 0 94 0 +USC00046719200701TOBS 178 0 200 0 200 0 144 0 144 0 178 0 222 0 267 0 256 0 189 0 117 0 94 0 100 0 106 0 128 0 144 0 111 0 178 0 167 0 133 0 167 0 178 0 172 0 200 0 228 0 161 0 122 0 167 0 167 0 117 0 128 0 +USC00046719200701PRCP 0 0 0 0 0 0 0 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 25 0 0 0 48 0 10 0 +USC00046719200701SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200701SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200702TMAX 139 0 189 0 239 0 300 0 300 0 250 0 228 0 194 0 194 0 211 0 189 0 161 0 172 0 206 0 222 0 278 0 294 0 278 0 183 0 183 0 194 0 183 0 156 0 183 0 172 0 156 0 150 0 161 0-9999 -9999 -9999 +USC00046719200702TMIN 94 0 72 0 67 0 94 0 139 0 122 0 100 0 78 0 106 0 111 0 117 0 117 0 83 0 72 0 67 0 106 0 144 0 144 0 100 0 94 0 89 0 106 0 56 0 50 0 56 0 94 0 100 0 56 0-9999 -9999 -9999 +USC00046719200702TOBS 128 0 183 0 222 0 300 0 250 0 228 0 172 0 189 0 172 0 183 0 156 0 150 0 161 0 183 0 194 0 267 0 272 0 183 0 161 0 161 0 183 0 106 0 144 0 172 0 133 0 144 0 117 0 150 0-9999 -9999 -9999 +USC00046719200702PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 0 0 0 0 0 20 0 61 0 0 0 0 0 0 0 168 0 0 0-9999 -9999 -9999 +USC00046719200702SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200702SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200703TMAX 172 0 200 0 239 0 256 0 278 0 289 0 261 0 222 0 206 0 244 0 339 0 333 0 306 0 267 0 261 0 289 0 272 0 222 0 172 0 183 0 167 0 267 0 256 0 217 0 222 0 206 0 178 0 194 0 228 0 250 0-9999 +USC00046719200703TMIN 44 0 56 0 89 0 89 0 122 0 167 0 167 0 106 0 100 0 89 0 128 0 161 0 150 0 122 0 106 0 128 0 100 0 122 0 128 0 117 0 111 0 89 0 128 0 133 0 111 0 122 0 89 0 94 0 89 0 106 0-9999 +USC00046719200703TOBS 150 0 189 0 222 0 244 0 256 0 256 0 211 0 206 0 189 0 233 0 328 0 306 0 267 0 217 0 233 0 272 0 217 0 167 0 167 0 133 0 161 0 256 0 217 0 200 0 200 0 156 0 144 0 189 0 211 0 233 0-9999 +USC00046719200703PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 10 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0P 0 +USC00046719200703SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200703SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200704TMAX-9999 -9999 233 0 250 0 239 0 222 0 200 0 161 0 211 0 228 0 222 0 194 0 250 0 250 0 194 0 200 0 200 0 200 0 217 0-9999 183 0 178 0 206 0 250 0 278 0 261 0 322 0 306 0 300 0 256 0-9999 +USC00046719200704TMIN-9999 -9999 -9999 128 0 128 0 128 0 128 0 133 0 128 0 122 0 111 0-9999 122 0 106 0 100 0 100 0 106 0 106 0 89 0-9999 67 0 100 0 106 0 100 0 133 0 117 0 139 0 139 0 139 0 144 0-9999 +USC00046719200704TOBS-9999 -9999 217 0 217 0 222 0 189 0 150 0 161 0 194 0 211 0 194 0 183 0 228 0 194 0 161 0 194 0 189 0 194 0 200 0-9999 178 0 144 0 189 0 239 0 256 0 228 0 300 0 294 0 256 0 228 0-9999 +USC00046719200704PRCP 0P 0 0P 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 3 0 0 0 114 0 3 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719200704SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200704SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 -9999 -9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200705TMAX 239 0 217 0 217 0 200 0 211 0 283 0 333 0-9999 -9999 317 0 283 0-9999 250 0 244 0 228 0 228 0 228 0 239 0 250 0 239 0 222 0 200 0 239 0 261 0 250 0 250 0 244 0 244 0 239 0 244 0 239 0 +USC00046719200705TMIN 139 0 144 0 128 0 106 0 122 0 156 0 167 0-9999 -9999 228 0 139 0-9999 111 0 117 0 128 0 128 0 133 0 133 0 133 0 133 0 133 0 139 0 133 0 128 0 139 0 139 0 139 0 139 0 139 0 122 0 128 0 +USC00046719200705TOBS 217 0 200 0 200 0 183 0 189 0 267 0 322 0-9999 -9999 278 0 250 0-9999 222 0 228 0 211 0 206 0 222 0 222 0 233 0 217 0 156 0 194 0 233 0 244 0 233 0 211 0 244 0 222 0 228 0 222 0 228 0 +USC00046719200705PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0P 0 0P 0 0 0 0 0 0P 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200705SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200705SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200706TMAX 233 0 244 0 244 0 239 0-9999 222 0 250 0 261 0 256 0 261 0 272 0 289 0 317 0 311 0 306 0 294 0 283 0 272 0 289 0 317 0 311 0 317 0 306 0 278 0 294 0 300 0 294 0 317 0 300 0 322 0-9999 +USC00046719200706TMIN 128 0 144 0 150 0 139 0-9999 144 0 122 0 133 0 139 0 122 0 144 0 150 0-9999 156 0 161 0 156 0 150 0 150 0 150 0 144 0 167 0 172 0 161 0 161 0 150 0 161 0 161 0 167 0 172 0 189 0-9999 +USC00046719200706TOBS 200 0 228 0 239 0 144 0-9999 211 0 239 0 244 0 233 0 239 0 250 0 283 0 311 0 306 0 289 0 278 0 250 0 267 0 289 0 311 0 294 0 306 0 267 0 261 0 278 0 283 0 294 0 300 0 294 0 317 0-9999 +USC00046719200706PRCP 0 0 0 0 0 0 0 0 0P 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719200706SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200706SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200707TMAX 322 0 339 0 344 0 333 0 306 0 322 0 306 0 289 0 283 0 278 0 272 0 306 0-9999 328 0 328 0 311 0 289 0 294 0 317 0 306 0 300 0 306 0 322 0 322 0 333 0 344 0 344 0-9999 -9999 333 0 300 0 +USC00046719200707TMIN-9999 200 0 194 0 200 0 189 0 178 0 178 0 172 0 183 0 178 0 172 0 156 0-9999 211 0 267 0 178 0 172 0 172 0 189 0 172 0 178 0 178 0 189 0 194 0 189 0 206 0 211 0-9999 -9999 189 0 189 0 +USC00046719200707TOBS 311 0 333 0 328 0 300 0 300 0 294 0 289 0 272 0 272 0 228 0 256 0 294 0-9999 328 0 294 0 283 0 272 0 272 0 300 0 278 0 289 0 278 0 322 0 306 0 322 0 339 0 333 0-9999 -9999 283 0 289 0 +USC00046719200707PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0P 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 3 0 0 0 0 0 0 0 0P 0 0P 0 0 0 0 0 +USC00046719200707SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200707SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200708TMAX 306 0 294 0 322 0 311 0 289 0-9999 272 0 289 0 294 0-9999 306 0 339 0 356 0 372 0 372 0 356 0 356 0 350 0 344 0 344 0 344 0 333 0 300 0 294 0 283 0 300 0 278 0 322 0 372 0 372 0 389 0 +USC00046719200708TMIN 194 0 178 0 183 0 189 0 189 0-9999 189 0 161 0 167 0-9999 167 0 178 0 194 0-9999 211 0 217 0 222 0 217 0 211 0 194 0 189 0 189 0 189 0 178 0 172 0 194 0 194 0 222 0 233 0-9999 244 0 +USC00046719200708TOBS 283 0 289 0 306 0 289 0-9999 -9999 256 0 272 0 283 0-9999 289 0 333 0 356 0 361 0 344 0 356 0 333 0 339 0 328 0 333 0 333 0 294 0 289 0 272 0 272 0 267 0 222 0 322 0 361 0 350 0 378 0 +USC00046719200708PRCP 0 0 0 0 0 0 0 0 0 0 0P 0 0 0 0 0 0 0 0P 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 +USC00046719200708SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200708SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200709TMAX 389 0 411 0 411 0 394 0 356 0 300 0 272 0 278 0 278 0 306 0 328 0 322 0 317 0 306 0 294 0 278 0 272 0 256 0 244 0 211 0 244 0 217 0 217 0 272 0 289 0 328 0 300 0 278 0-9999 283 0-9999 +USC00046719200709TMIN 256 0 256 0 283 0 233 0 189 0 178 0 167 0 161 0 161 0 161 0 183 0 183 0 189 0 161 0 150 0 150 0 150 0 144 0 161 0 133 0 122 0 139 0 122 0 133 0 150 0 167 0 172 0 167 0-9999 144 0-9999 +USC00046719200709TOBS 378 0 411 0 389 0 350 0 289 0 256 0 256 0 256 0 256 0 283 0 317 0 311 0 306 0 283 0 272 0 267 0 233 0 244 0 200 0 200 0 217 0 178 0 211 0 267 0 278 0 300 0 278 0 178 0-9999 283 0-9999 +USC00046719200709PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 18 0 0 0 381 0 0 0 0 0 0 0 0 0 0 0 0 0 0P 0 0 0-9999 +USC00046719200709SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200709SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200710TMAX-9999 311 0 300 0 283 0 228 0 233 0 278 0 300 0 289 0 256 0-9999 222 0 200 0 233 0 211 0 206 0 211 0 283 0 322 0 306 0 283 0 306 0 333 0 356 0 344 0 311 0 261 0 317 0 294 0 244 0 261 0 +USC00046719200710TMIN-9999 161 0 167 0 150 0 144 0 106 0 133 0 144 0 139 0 111 0-9999 -9999 128 0 128 0 128 0 139 0 122 0 117 0 161 0 150 0 139 0 139 0 167 0 178 0 194 0 156 0 144 0 178 0 183 0 139 0 128 0 +USC00046719200710TOBS-9999 300 0 283 0 228 0 200 0 228 0 278 0 289 0 256 0 217 0-9999 200 0 194 0 211 0 167 0 189 0 206 0 278 0 306 0 244 0 278 0 300 0 333 0 344 0 311 0 261 0 256 0 294 0 244 0 211 0 244 0 +USC00046719200710PRCP 0P 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0P 0 0 0 142 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200710SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200710SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200711TMAX 244 0 267 0 311 0 311 0 211 0 211 0 217 0 178 0 189 0 200 0 183 0 261 0 306 0 311 0 311 0 278 0 217 0 217 0 239 0 217 0 211 0 200 0 178 0 233 0 217 0 239 0 222 0 239 0 228 0 217 0-9999 +USC00046719200711TMIN 128 0 122 0 117 0 128 0 122 0 111 0 111 0 133 0 128 0 94 0 106 0 111 0 133 0 161 0 167 0 139 0 139 0 100 0 100 0 106 0 94 0 83 0 100 0 178 0 94 0 106 0 117 0 117 0 106 0 106 0-9999 +USC00046719200711TOBS 217 0 267 0 306 0 211 0 194 0 172 0 178 0 150 0 167 0 183 0 161 0 244 0 278 0 300 0 278 0 189 0 194 0 194 0 217 0 178 0 200 0 161 0 178 0 217 0 167 0 217 0 211 0 217 0 217 0 128 0-9999 +USC00046719200711PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 208 0-9999 +USC00046719200711SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200711SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200712TMAX 144 0 156 0 250 0-9999 272 0 222 I0 156 0 139 0 167 0 161 0 167 0 167 0 167 0 161 0 189 0 194 0 161 0 139 0 161 0 150 0 156 0 172 0 228 0 233 0 206 0 178 0 144 0 128 0 139 0 161 0 222 0 +USC00046719200712TMIN 89 0 56 0 72 0-9999 100 0 106 0 106 0 67 0 56 0 56 0 61 0 56 0 56 0 50 0 67 0 72 0 61 0 106 0 111 0 100 0 89 0 44 0 67 0 106 0 83 0 56 0 72 0 61 0 72 0 61 0 72 0 +USC00046719200712TOBS 117 0 144 0 228 0-9999 250 I0 156 0 122 0 111 0 156 0 144 0 156 0 156 0 156 0 156 0 178 0 161 0 139 0 117 0 150 0 117 0 144 0 161 0 222 0 206 0 178 0 144 0 117 0 117 0 133 0 144 0 211 0 +USC00046719200712PRCP 28 0 0 0 0 0 0P 0 0 0 5 0 272 0 3 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 381 0 8 0 10 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 +USC00046719200712SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200712SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200801TMAX 211 0 217 0 211 0 172 0 139 0 128 0 156 0 144 0 144 0 183 0 211 0 244 0 228 0 222 0 206 0 189 0 178 0 178 0 194 0 178 0 150 0 133 0 128 0 106 0 139 0 189 0 183 0 133 0 144 0 161 0 172 0 +USC00046719200801TMIN 78 0-9999 106 0 106 0 106 0 94 0 67 0 72 0 61 0 72 0 83 0 94 0 94 0 94 0 89 0 67 0 56 0 61 0 72 0 50 0 78 0 72 0 72 0 44 0 78 0 61 0 117 0 94 0 56 0 56 0 61 0 +USC00046719200801TOBS 189 0 211 0 172 0 111 0 128 0 106 0 144 0 133 0 139 0 178 0 200 0 228 0 222 0 206 0 189 0 178 0 161 0 167 0 178 0 150 0 100 0 117 0 89 0 100 0 133 0 183 0 128 0 117 0 128 0 150 0 161 0 +USC00046719200801PRCP 0 0 0 0 0 0 41 0 1321 0 185 0 213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 20 0 15 0 345 0 544 0 0 0 688 0 127 0 0 0 0 0 0 0 +USC00046719200801SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200801SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200802TMAX 161 0 144 0 133 0 156 0 167 0 167 0 228 0 256 0 278 0 267 0 256 0 272 0 261 0 150 0 178 0 194 0 183 0 189 0 156 0 139 0 144 0 144 0 156 0 144 0 200 0 267 0 272 0 256 0 211 0-9999 -9999 +USC00046719200802TMIN 56 0 67 0 72 0 61 0 44 0 50 0 61 0 94 0 106 0 111 0 106 0 122 0 122 0 72 0 106 0 61 0 78 0 89 0 106 0 100 0 72 0 83 0 67 0 89 0 67 0 94 0 117 0 117 0 106 0-9999 -9999 +USC00046719200802TOBS 128 0 133 0 111 0 139 0 156 0 161 0 200 0 233 0 261 0 250 0 250 0 261 0 133 0 144 0 167 0 167 0 161 0 150 0 128 0 122 0 128 0 128 0 128 0 122 0 200 0 267 0 250 0 211 0 183 0-9999 -9999 +USC00046719200802PRCP 0 0 0 0 104 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 3 0 43 0 0 0 89 0 41 0 23 0 25 0 18 0 10 0 0 0 0 0-9999 -9999 +USC00046719200802SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719200802SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 +USC00046719200803TMAX 189 0 206 0 228 0 222 0 222 0 228 0 256 0 222 0 256 0 272 0 272 0 272 0 239 0 239 0 178 0 189 0 217 0 228 0 217 0 206 0 272 0 300 0 306 0 300 0 283 0 244 0 228 0 211 0 183 I0 172 I0 183 0 +USC00046719200803TMIN 111 0 100 0 83 0 94 0 83 0 94 0 106 0 106 0 100 0 139 0 133 0 128 0 128 0 128 0 89 0 72 0 128 0 89 0 83 0 83 0 94 0 122 0 139 0 144 0 128 0 117 0 106 0 100 0 100 0 106 0 67 0 +USC00046719200803TOBS 117 0 194 0 217 0 222 0 211 0 200 0 222 0 211 0 239 0 256 0 272 0 233 0 228 0 178 0 122 0 167 0 194 0 211 0 200 0 200 0 267 0 300 0 300 0 283 0 233 0 217 0 206 0 206 I0 189 I0 144 0 167 0 +USC00046719200803PRCP 3 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 +USC00046719200803SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200803SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200804TMAX 172 0 183 0 189 0 228 0 222 0 189 0 194 0 189 0 194 0 250 0 306 0 328 0 350 0 339 0 283 0 217 0 283 0 283 0 272 0 189 0 200 0 222 0 206 0 217 0 311 0 339 0 339 0 344 0 328 0 256 0-9999 +USC00046719200804TMIN 78 0 83 0 117 0 94 0 117 0 117 0 100 0 89 0 72 0 83 0 128 0 150 0 167 0 172 0 117 0 100 0 117 0 144 0 117 0 100 0 83 0 100 0 100 0 94 0 150 0 161 0 189 0 194 0 161 0 133 0-9999 +USC00046719200804TOBS 167 0 178 0 183 0 217 0 161 0 178 0 189 0 150 0 183 0 244 0 294 0 328 0 339 0 278 0 189 0 200 0 272 0 267 0 172 0 178 0 189 0 200 0 194 0 211 0 294 0 333 0 339 0 328 0 256 0 183 0-9999 +USC00046719200804PRCP 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719200804SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200804SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200805TMAX 228 0 289 0 283 0 256 0 206 0 183 0 172 0 222 0 217 0 228 0 222 0 211 0 239 0 283 0 328 0 350 0 361 0 361 0 344 0 328 0 278 0 267 0 156 0 167 0 167 0 189 0 217 0 222 0 239 0 244 0 244 0 +USC00046719200805TMIN 144 0 128 0 133 0 133 0 128 0 122 0 122 0 128 0 117 0 133 0 117 0 128 0 122 0 133 0 172 0 183 0 206 0 222 0 211 0 161 0 150 0 139 0 111 0 106 0 111 0 100 0 106 0 106 0 117 0 133 0 128 0 +USC00046719200805TOBS 217 0 278 0 250 0 206 0 183 0 167 0 156 0 211 0 167 0 222 0 211 0 144 0 217 0 278 0 328 0 344 0 344 0 333 0 322 0 244 0 267 0 156 0 128 0 156 0 156 0 178 0 200 0 222 0 233 0 244 0 228 0 +USC00046719200805PRCP 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 132 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200805SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200805SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200806TMAX 250 0 244 0 239 0 233 0 267 0 289 0 278 0 283 0 311 0 311 0 267 0 278 0 283 0 283 0 322 0 333 0 339 0 356 0 378 0 378 0 389 0 400 0 361 0 311 0 289 0 272 0 272 0 294 0 317 0 333 0-9999 +USC00046719200806TMIN 128 0 139 0 133 0 139 0 128 0 150 0 150 0 144 0 150 0 156 0 156 0 167 0 156 0 156 0 172 0 194 0 183 0 183 0 200 0 217 0 228 0 239 0 206 0 178 0 172 0 178 0 178 0 156 0 167 0 189 0-9999 +USC00046719200806TOBS 239 0 239 0 233 0 189 0 267 0 272 0 250 0 272 0 311 0 250 0 244 0 244 0 256 0 267 0 311 0 311 0 306 0 344 0 367 0 372 0 367 0 361 0 306 0 283 0 267 0 267 0 267 0 272 0 311 0 311 0-9999 +USC00046719200806PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719200806SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200806SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200807TMAX 322 0 317 0 322 0 356 0 339 0 328 0 322 0 317 0 294 0 294 0 294 0 317 0 322 0 311 0 317 0 317 0 311 0 306 0 289 0 278 0 306 0 300 0 306 0 306 0 272 I0 272 0 272 0 283 0 278 0 300 0 306 0 +USC00046719200807TMIN 183 0 183 0 178 0 200 0 194 0 178 0 172 0 178 0 172 0 178 0 194 0 189 0 200 0 189 0 194 0 200 0 200 0 183 0 178 0 172 0 167 0 178 0 167 0 161 0 172 0 178 0 178 0 178 0 172 0 172 0 178 0 +USC00046719200807TOBS 317 0 317 0 311 0 328 0 322 0 306 0 311 0 272 0 283 0 278 0 278 0 300 0 294 0 289 0 311 0 300 0 306 0 283 0 272 0 278 0 294 0 306 0 283 0 294 I0 256 0 267 0 261 0 267 0 267 0 300 0 300 0 +USC00046719200807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200807SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200807SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200808TMAX 322 0 317 0 339 0 333 0 322 0 333 0 339 0 328 0 317 0 294 0 306 0 317 0 328 0 356 0 344 0 317 0 311 0 300 0 294 0 294 0 300 0 294 0 311 0 361 0 350 0 350 0 328 0 311 0 350 0 328 0 322 0 +USC00046719200808TMIN 167 0 183 0 183 0 217 0 211 0 206 0 217 0 211 0 194 0 183 0 172 0 167 0 167 0 194 0 200 0 183 0 183 0 183 0 167 0 172 0 178 0 183 0 178 0 178 0 211 0 206 0 189 0 178 0 178 0 211 0 194 0 +USC00046719200808TOBS 317 0 306 0 328 0 306 0 322 0 317 0 328 0 317 0 294 0 294 0 294 0 311 0 317 0 333 0 300 0 311 0 294 0 283 0 283 0 278 0 294 0 278 0 306 0 344 0 339 0 328 0 306 0 294 0 294 0 311 0 289 0 +USC00046719200808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200808SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200808SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200809TMAX 306 0 339 0 344 0 339 0 344 0 339 0 344 0 317 0 294 0 289 0 272 0 261 0 267 0 294 0 344 0 328 0 306 0 311 0 311 0 283 0 261 0 278 0 311 0 344 0 361 0 350 0 328 0 322 0 328 0 383 0-9999 +USC00046719200809TMIN 194 0 183 0 194 0 206 0 206 0 200 0 189 0 183 0 183 0 178 0 156 0 172 0 178 0 150 0 183 0 211 0 178 0 183 0 189 0 156 0 150 0 161 0 161 0 183 0 200 0 189 0 189 0 178 0 194 0 211 0-9999 +USC00046719200809TOBS 294 0 322 0 339 0 322 0 328 0 339 0 317 0 283 0 289 0 256 0 261 0 233 0 267 0 278 0 322 0 267 0 300 0 300 0 283 0 250 0 256 0 272 0 300 0 339 0 344 0 328 0 311 0 294 0 311 0 378 0-9999 +USC00046719200809PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0-9999 +USC00046719200809SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200809SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200810TMAX 378 0 361 0 300 0 239 0 244 0 328 0 361 0 367 0 350 0 261 0 217 0 228 0 256 0 294 0 339 0 333 0 350 0 322 0 267 0 256 0 322 0 356 0 361 0 328 0 339 0 317 0 350 0 356 0 344 0 322 0 278 0 +USC00046719200810TMIN 239 0 211 0 167 0 161 0 156 0 150 0 183 0 206 0 172 0 144 0 117 0 100 0 122 0 133 0 161 0 178 0 167 0 167 0 133 0 128 0 139 0 167 0 167 0 161 0 144 0 144 0 156 0 189 0 183 0 178 0 183 0 +USC00046719200810TOBS 356 0 294 0 239 0 172 0 228 0 322 0 356 0 350 0 256 0 211 0 189 0 217 0 256 0 289 0 317 0 322 0 322 0 261 0 250 0 233 0 322 0 344 0 322 0 311 0 306 0 306 0 333 0 344 0 317 0 250 0 256 0 +USC00046719200810PRCP 0 0 0 0 0 0 15 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200810SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200810SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200811TMAX 256 0 217 0 206 0 200 0 239 0 267 0 294 0 283 0 250 0 194 0 222 0 267 0 294 0 322 0 322 0 311 0 317 0 311 0 289 0 267 0 294 0 278 0 239 0 250 0 233 0 211 0 189 0 178 0 222 0 267 0-9999 +USC00046719200811TMIN 183 0 156 0 144 0 128 0 106 0 111 0 139 0 144 0 133 0 100 0 100 0 122 0 144 0 161 0 167 0 150 0 150 0 161 0 156 0 139 0 150 0 156 0 106 0 106 0 122 0 122 0 106 0 122 0 106 0 111 0-9999 +USC00046719200811TOBS 189 0 206 0 178 0 178 0 211 0 233 0 267 0 250 0 178 0 172 0 189 0 239 0 261 0 300 0 306 0 289 0 289 0 283 0 256 0 239 0 278 0 239 0 189 0 178 0 211 0 156 0 178 0 167 0 194 0 244 0-9999 +USC00046719200811PRCP 20 0 3 0 0 0 33 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 648 0 196 0 0 0 0 0 0 0-9999 +USC00046719200811SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200811SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200812TMAX 278 0 233 0 206 0 194 0 239 0 239 0 217 0 167 0 194 0 228 0 250 0 222 0 172 0 133 0 122 0 133 0 117 0 117 0 139 0 144 0 183 0 172 0 133 0 122 0 122 0 122 0 139 0 189 0 228 0 233 0 228 0 +USC00046719200812TMIN 133 0 111 0 106 0 111 0 89 0 106 0 150 0 122 0 89 0 83 0 111 0 111 0 117 0 67 0 72 0 44 0 61 0 33 0 44 0 39 0 61 0 89 0 56 0 78 0 89 0 39 0 33 0 39 0 78 0 100 0 89 0 +USC00046719200812TOBS 233 0 161 0 194 0 178 0 228 0 217 0 161 0 150 0 178 0 206 0 222 0 172 0 122 0 122 0 100 0 117 0 67 0 117 0 122 0 139 0 172 0 111 0 122 0 117 0 100 0 111 0 133 0 183 0 217 0 228 0 189 0 +USC00046719200812PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 442 0 175 0 102 0 53 0 0 0 0 0 0 0 25 0 0 0 0 0 157 0 3 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200812SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200812SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200901TMAX 228 0 194 0 144 0 161 0 156 0 167 0 217 0 217 0 217 0 222 0 261 0 289 0 289 0 289 0 283 0 267 0 272 0 267 0 267 0 272 0 272 0 228 0 189 0 150 0 161 0 150 0 183 0 233 0 267 0 267 0 261 0 +USC00046719200901TMIN 83 0 67 0 94 0 72 0 44 0 61 0 78 0 94 0 78 0 72 0 100 0 117 0 139 0 128 0 122 0 106 0 106 0 111 0 144 0 139 0 178 0 161 0 133 0 128 0 111 0 56 0 61 0 61 0 100 0 100 0 111 0 +USC00046719200901TOBS 194 0 106 0 139 0 156 0 133 0 167 0 211 0 178 0 211 0 217 0 250 0 289 0 278 0 283 0 267 0 256 0 267 0 261 0 261 0 272 0 228 0 189 0 144 0 144 0 150 0 139 0 178 0 222 0 261 0 256 0 239 0 +USC00046719200901PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 119 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200901SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200901SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200902TMAX 256 0 272 0 278 0 278 0 244 0 133 0 144 0 133 0 128 0 144 0 150 0 156 0 144 0 139 0 150 0 144 0 139 0 189 0 233 0 244 0 233 0 217 0 233 0 222 0 206 0 194 0 206 0 283 0-9999 -9999 -9999 +USC00046719200902TMIN 83 0 100 0 111 0 128 0 106 0 100 0 83 0 94 0 67 0 39 0 44 0 61 0 56 0 33 0 50 0 72 0 72 0 72 0 72 0 89 0 106 0 144 0 156 0 106 0 106 0 78 0 111 0 106 0-9999 -9999 -9999 +USC00046719200902TOBS 239 0 267 0 272 0 244 0 106 0 133 0 128 0 128 0 94 0 133 0 133 0 144 0 72 0 133 0 144 0 111 0 128 0 178 0 222 0 228 0 206 0 194 0 222 0 206 0 172 0 183 0 206 0 272 0-9999 -9999 -9999 +USC00046719200902PRCP 0 0 0 0 0 0 0 0 89 0 635 0 208 0 3 0 155 0 0 0 0 0 0 0 124 0 3 0 0 0 434 0 102 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USC00046719200902SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200902SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719200903TMAX 289 0 283 0 206 I0 178 0 178 0 167 0 189 0 183 0 172 0 200 0 200 0 183 0 211 0 206 0 189 0 239 0 283 0 300 0 300 0 256 0 211 0 167 0 200 0 244 0 267 0 250 0 256 0 278 0 278 0 211 0 250 0 +USC00046719200903TMIN 139 0 106 0 122 0 83 0 67 0 56 0 72 0 67 0 106 0 94 0 72 0 94 0 72 0 106 0 117 0 83 0 117 0 133 0 144 0 106 0 117 0 100 0 67 0 100 0 100 0 106 0 106 0 117 0 106 0 117 0 94 0 +USC00046719200903TOBS 272 0 272 I0 178 0 133 0 156 0 128 0 183 0 167 0 156 0 200 0 161 0 172 0 206 0 189 0 167 0 228 0 278 0 294 0 256 0 200 0 167 0 144 0 194 0 233 0 250 0 211 0 244 0 278 0 178 0 206 0 228 0 +USC00046719200903PRCP 0 0 0 0 0 0 79 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200903SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200903SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200904TMAX 228 0 200 0 189 0 217 0 272 0 294 0 283 0 211 0 194 0 178 0 189 0 239 0 272 0 261 0 167 0 206 0 261 0 306 0 356 0 383 0 367 0 356 0 239 0 217 0 217 0 211 0 211 0 200 0 211 0 239 0-9999 +USC00046719200904TMIN 106 0 111 0 117 0 89 0 100 0 128 0 111 0 94 0 94 0 117 0 100 0 89 0 117 0 128 0 78 0 67 0 94 0 117 0 156 0 194 0 206 0 167 0 133 0 133 0 111 0 89 0 117 0 122 0 100 0 106 0-9999 +USC00046719200904TOBS 194 0 172 0 178 0 217 0 256 0 278 0 206 0 156 0 172 0 150 0 161 0 217 0 256 0 167 0 167 0 183 0 239 0 289 0 350 0 350 0 356 0 239 0 206 0 172 0 194 0 211 0 200 0 172 0 189 0 239 0-9999 +USC00046719200904PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719200904SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200904SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200905TMAX 250 0 267 0 256 0 272 0 272 0 328 0 350 0 344 0 294 0 267 0 261 0 256 0 261 0 283 0 289 0 300 0 322 0 306 0 306 0 306 0 306 0 267 0 256 0 244 0 233 0 256 0 261 0 261 0 250 0 222 0 222 0 +USC00046719200905TMIN 133 0 144 0 133 0 150 0 139 0 156 0 167 0 172 0 144 0 150 0 139 0 144 0 139 0 144 0 144 0 150 0 161 0 161 0 156 0 156 0 144 0 150 0 144 0 144 0 139 0 139 0 144 0 156 0 161 0 150 0 150 0 +USC00046719200905TOBS 250 0 194 0 250 0 250 0 267 0 328 0 333 0 294 0 250 0 256 0 250 0 239 0 250 0 272 0 272 0 272 0 300 0 283 0 294 0 300 0 261 0 250 0 233 0 233 0 228 0 244 0 250 0 244 0 178 0 222 0 217 0 +USC00046719200905PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200905SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200905SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200906TMAX 239 0 278 0 278 0 239 0 222 0 211 0 211 0 211 0 217 0 194 0 189 0 194 0 206 0 244 0 239 0 256 0 261 0 283 0 289 0 278 0 256 0 261 0 272 0 267 0 267 0 294 0 322 0 344 0 328 0 289 0-9999 +USC00046719200906TMIN 156 0 156 0 150 0 144 0 144 0 128 0 144 0 139 0 150 0 150 0 150 0 156 0 156 0 144 0 156 0 161 0 150 0 156 0 167 0 167 0 167 0 139 0 144 0 150 0 144 0 144 0 161 0 178 0 172 0 183 0-9999 +USC00046719200906TOBS 228 0 272 0 161 0 217 0 189 0 211 0 200 0 206 0 189 0 189 0 183 0 183 0 206 0 239 0 206 0 244 0 239 0 278 0 278 0 200 0 228 0 256 0 250 0 244 0 256 0 283 0 311 0 322 0 261 0 283 0-9999 +USC00046719200906PRCP 0 0 0 0 3 0 10 0 15 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719200906SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200906SNWD-9999 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200907TMAX 306 0 311 0 306 0 339 0 311 0 306 0 300 0 306 0 311 0 339 0 344 0 350 0 356 0 344 0 328 0 333 0 339 0 367 0 383 0 361 0 361 0 350 0 350 0 333 0 317 0 339 0 339 0 322 0 317 0 317 0 322 0 +USC00046719200907TMIN 167 0 172 0 161 0 161 0 161 0 150 0 161 0 161 0 150 0 167 0 194 0 194 0 206 0 194 0 189 0 189 0 211 0 200 0 211 0 228 0 217 0 211 0 200 0 189 0 194 0 200 0 194 0 178 0 183 0 183 0 178 0 +USC00046719200907TOBS 294 0 306 0 278 0 311 0 272 0 300 0 278 0 289 0 289 0 317 0 328 0 344 0 333 0 328 0 311 0 317 0 328 0 339 0 344 0 361 0 350 0 344 0 322 0 300 0 317 0 311 0 322 0 311 0 289 0 300 0 294 0 +USC00046719200907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200907SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200907SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200908TMAX 311 0 322 0 339 0 356 0 350 0 328 0 278 0 294 0 294 0 311 0 300 0 322 0 317 0 294 0 289 0 289 0 294 0 289 0 294 0 300 0 300 0 311 0 322 0 322 0 350 0 378 0 406 0 400 0 406 0 406 0 383 0 +USC00046719200908TMIN 178 0 172 0 189 0 200 0 211 0 172 0 161 0 167 0 172 0 167 0 167 0 167 0 167 0 172 0 178 0 167 0 156 0 156 0 167 0 150 0 183 0 222 0 194 0 183 0 194 0 194 0 206 0 233 0 239 0 228 0 228 0 +USC00046719200908TOBS 272 0 311 0 306 0 350 0 328 0 272 0 256 0 289 0 283 0 289 0 289 0 317 0 289 0 272 0 272 0 267 0 289 0 289 0 294 0 294 0 250 0 306 0 306 0 311 0 333 0 333 0 383 0 356 0 406 0 383 0 350 0 +USC00046719200908PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200908SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200908SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200909TMAX 378 0 372 0 372 0 372 0 344 0 328 0 317 0 306 0 322 0 367 0 339 0 317 0 289 0 256 0 278 0 306 0 339 0 356 0 356 0 333 0 328 0 383 0 383 0 389 0 394 0 378 0 367 0 339 0 283 0 272 0-9999 +USC00046719200909TMIN 222 0 222 0 233 0 222 0 211 0 178 0 172 0 183 0 178 0 189 0 217 0 189 0 178 0 183 0 161 0 172 0 200 0 200 0 189 0 178 0 178 0 183 0 211 0 217 0 211 0 217 0 206 0 172 0 167 0 156 0-9999 +USC00046719200909TOBS 356 0 356 0 344 0 339 0 328 0 306 0 294 0 300 0 317 0 328 0 306 0 289 0 250 0 250 0 267 0 294 0 328 0 356 0 294 0 306 0 311 0 372 0 372 0 378 0 378 0 339 0 339 0 272 0 239 0 267 0-9999 +USC00046719200909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719200909SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200909SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200910TMAX 328 0 339 0 300 0 261 0 217 0 233 0 222 0 244 0 244 0 250 0 233 0 206 0 172 0 206 0 306 0 367 0 361 0 339 0 272 0 239 0 289 0 306 0 328 0 306 0 311 0 328 0 322 0 217 0 217 0 250 0 294 0 +USC00046719200910TMIN 156 0 161 0 144 0 139 0 111 0 117 0 122 0 122 0 139 0 133 0 144 0 128 0 139 0 150 0 156 0 183 0 200 0 172 0 167 0 133 0 139 0 144 0 156 0 161 0 144 0 167 0 150 0 117 0 94 0 100 0 117 0 +USC00046719200910TOBS 322 0 300 0 261 0 200 0 200 0 211 0 200 0 228 0 239 0 228 0 206 0 167 0 167 0 206 0 300 0 356 0 339 0 272 0 211 0 233 0 272 0 289 0 306 0 283 0 306 0 317 0 217 0 194 0 206 0 233 0 283 0 +USC00046719200910PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719200910SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200910SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200911TMAX 283 0 317 0 333 0 289 0 233 0 217 0 217 0 239 0 278 0 294 0 267 0 222 0 206 0 200 0 233 0 267 0 278 0 222 0 256 0 228 0 189 0 222 0 256 0 244 0 267 0 283 0 256 0 189 0 222 0 250 0-9999 +USC00046719200911TMIN 144 0 144 0 150 0 139 0 133 0 133 0 111 0 106 0 111 0 133 0 172 0 133 0 128 0 94 0 83 0 89 0 106 0 83 0 89 0 100 0 94 0 83 0 100 0 106 0 106 0 100 0 106 0 100 0 111 0 106 0-9999 +USC00046719200911TOBS 283 0 267 0 289 0 233 0 194 0 200 0 189 0 211 0 250 0 267 0 222 0 183 0 178 0 172 0 222 0 239 0 222 0 189 0 228 0 183 0 172 0 189 0 233 0 217 0 233 0 256 0 189 0 156 0 211 0 222 0-9999 +USC00046719200911PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719200911SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200911SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719200912TMAX 222 0 183 0 189 0 211 0 194 0 139 0 122 0 122 0 133 0 167 0 139 0 150 0 156 0 167 0 206 0 222 0 233 0 261 0 256 0 228 0 206 0 167 0 178 0 194 0 200 0 156 0 161 0 183 0 178 0 161 0 189 0 +USC00046719200912TMIN 94 0 128 0 83 0 83 0 72 0 100 0 78 0 28 0 44 0 50 0 89 0 111 0 100 0 83 0 78 0 89 0 94 0 106 0 117 0 111 0 117 0 100 0 67 0 56 0 61 0 61 0 44 0 94 0 89 0 83 0 72 0 +USC00046719200912TOBS 172 0 156 0 156 0 194 0 133 0 122 0 100 0 106 0 122 0 139 0 122 0 144 0 133 0 156 0 194 0 200 0 217 0 233 0 228 0 206 0 167 0 128 0 161 0 167 0 156 0 139 0 150 0 178 0 161 0 106 0 178 0 +USC00046719200912PRCP 0 0 0 0 0 0 0 0 0 0 0 0 155 0 91 0 0 0 0 0 211 0 208 0 533 0 155 0 10 0 3 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 +USC00046719200912SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719200912SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201001TMAX 217 0 261 0 256 0 239 0 250 0 244 0 239 0 250 0 233 0 244 0 250 0 250 0 211 0 217 0 222 0 211 0 189 0 139 0 139 0 122 0 117 0 106 0 150 0 172 0 189 0 172 0 194 0 211 0 200 0 183 0 194 0 +USC00046719201001TMIN 89 0 94 0 94 0 100 0 89 0 117 0 94 0 128 0 111 0 117 0 111 0 128 0 106 0 89 0 94 0 111 0 94 0 111 0 83 0 83 0 83 0 67 0 33 0 50 0 67 0 78 0 100 0 111 0 89 0 72 0 72 0 +USC00046719201001TOBS 194 0 239 0 233 0 222 0 228 0 217 0 228 0 233 0 222 0 217 0 250 0 211 0 156 0 200 0 211 0 189 0 139 0 139 0 117 0 89 0 106 0 72 0 139 0 167 0 172 0 111 0 111 0 200 0 183 0 178 0 172 0 +USC00046719201001PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 0 0 0 0 0 0 8 0 696 0 231 0 417 0 295 0 361 0 5 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 +USC00046719201001SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201001SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201002TMAX 200 0 189 0 200 0 194 0 156 0 139 0 172 0 178 0 167 0 178 0 178 0 206 0 261 0 283 0 283 0 283 0 278 0 239 0 189 0 178 0 178 0 194 0 194 0 172 0 222 0 228 0 206 0 200 0-9999 -9999 -9999 +USC00046719201002TMIN 83 0 94 0 78 0 117 0 106 0 111 0 56 0 78 0 83 0 33 0 67 0 83 0 83 0 106 0 117 0 122 0 133 0 111 0 117 0 89 0 111 0 94 0 67 0 106 0 117 0 122 0 100 0 67 0-9999 -9999 -9999 +USC00046719201002TOBS 183 0 178 0 189 0 156 0 111 0 128 0 161 0 167 0 89 0 172 0 167 0 189 0 239 0 267 0 278 0 272 0 239 0 189 0 139 0 167 0 144 0 189 0 172 0 144 0 200 0 206 0 106 0 172 0-9999 -9999 -9999 +USC00046719201002PRCP 0 0 0 0 0 0 0 0 104 0 892 0 3 0 0 0 114 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 25 0 13 0 0 0 0 0 5 0 0 0 381 0 3 0-9999 -9999 -9999 +USC00046719201002SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719201002SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 -9999 -9999 +USC00046719201003TMAX 228 0 189 0 183 0 183 0 200 0 172 0 189 0 189 0 156 0 178 0 200 0 222 0 200 0 228 0 278 0 300 0 311 0 289 0 250 0 289 0 283 0 261 0 256 0 256 0 244 0 244 0 283 0 294 0 289 0 278 0 206 0 +USC00046719201003TMIN 94 0 117 0 111 0 78 0 67 0 106 0 78 0 106 0 72 0 61 0 67 0 78 0 83 0 78 0 100 0 139 0 144 0 139 0 117 0 117 0 128 0 111 0 117 0 106 0 117 0 100 0 100 0 111 0 128 0 122 0 111 0 +USC00046719201003TOBS 183 0 167 0 178 0 161 0 161 0 133 0 172 0 156 0 144 0 167 0 189 0 200 0 167 0 200 0 261 0 294 0 283 0 244 0 250 0 283 0 261 0 206 0 228 0 239 0 194 0 228 0 272 0 283 0 272 0 200 0 172 0 +USC00046719201003PRCP 0 0 0 0 5 0 38 0 0 0 41 0 229 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 +USC00046719201003SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201003SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201004TMAX 183 0 200 0 211 0 189 0 178 0 244 0 289 0 283 0 278 0 244 0 206 0 172 0 200 0 228 0 250 0 233 0 261 0 267 0 272 0 233 0 161 0 150 0 217 0 239 0 267 0 267 0 244 0 211 0 211 0 239 0-9999 +USC00046719201004TMIN 89 0 78 0 83 0 111 0 94 0 78 0 117 0 128 0 117 0 122 0 117 0 83 0 78 0 94 0 100 0 106 0 111 0 117 0 128 0 128 0 72 0 61 0 78 0 128 0 111 0 111 0 128 0 133 0 106 0 94 0-9999 +USC00046719201004TOBS 161 0 178 0 178 0 167 0 172 0 222 0 283 0 278 0 233 0 206 0 150 0 144 0 183 0 211 0 206 0 211 0 250 0 261 0 233 0 133 0 139 0 128 0 200 0 211 0 222 0 233 0 200 0 172 0 206 0 222 0-9999 +USC00046719201004PRCP 0 0 0 0 0 0 0 0 211 0 0 0 0 0 0 0 0 0 0 0 0 0 300 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 61 0 3 0 15 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0-9999 +USC00046719201004SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719201004SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719201005TMAX 239 0 233 0 294 0 283 0 289 0 250 0 289 0 283 0 244 0 194 0 206 0 250 0 256 0 250 0 272 0 256 0 233 0 206 0 244 0 267 0 272 0 217 0 211 0 211 0 233 0 228 0 217 0 217 0 300 0 306 0 294 0 +USC00046719201005TMIN 100 0 128 0 128 0 139 0 139 0 139 0 133 0 133 0 122 0 100 0 94 0 100 0 139 0 128 0 133 0 133 0 128 0 117 0 133 0 133 0 139 0 117 0 111 0 117 0 106 0 122 0 139 0 106 0 117 0 128 0 144 0 +USC00046719201005TOBS 233 0 217 0 283 0 272 0 233 0 222 0 283 0 244 0 189 0 189 0 194 0 239 0 239 0 228 0 250 0 233 0 156 0 189 0 228 0 267 0 206 0 194 0 206 0 189 0 206 0 217 0 167 0 211 0 289 0 294 0 244 0 +USC00046719201005PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719201005SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201005SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201006TMAX 250 0 256 0 278 0 283 0 306 0 300 0 294 0 278 0 256 0 250 0 217 0 244 0 278 0 311 0 311 0 289 0 272 0 272 0 278 0 278 0 278 0 278 0 289 0 289 0 283 0 278 0 283 0 272 0 272 0 294 0-9999 +USC00046719201006TMIN 144 0 144 0 144 0 156 0 156 0 172 0 172 0 167 0 167 0 161 0 144 0 150 0 139 0 161 0 156 0 156 0 139 0 156 0 139 0 139 0 144 0 150 0 150 0 144 0 156 0 156 0 156 0 167 0 161 0 167 0-9999 +USC00046719201006TOBS 228 0 239 0 278 0 283 0 294 0 294 0 278 0 250 0 250 0 211 0 194 0 233 0 250 0 289 0 283 0 244 0 256 0 256 0 239 0 278 0 239 0 250 0 272 0 278 0 278 0 261 0 272 0 267 0 239 0 278 0-9999 +USC00046719201006PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719201006SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719201006SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719201007TMAX 278 0 294 0 278 0 267 0 261 0 261 0 244 0 239 0 283 0 289 0 289 0 294 0 333 0 372 0 378 0 378 0 378 0 356 0 333 0 300 0 294 0 289 0 300 0 300 0 300 0 283 0 272 0 272 0 289 0 294 0 300 0 +USC00046719201007TMIN 150 0 156 0 150 0 150 0 156 0 161 0 144 0 156 0 144 0 161 0 167 0 167 0 178 0 211 0 222 0 233 0 228 0 200 0 183 0 178 0 172 0 178 0 161 0 172 0 161 0 156 0 144 0 150 0 150 0 161 0 161 0 +USC00046719201007TOBS 256 0 272 0 267 0 250 0 256 0 233 0 239 0 239 0 278 0 272 0 283 0 272 0 317 0 361 0 356 0 367 0 350 0 333 0 300 0 283 0 278 0 272 0 289 0 283 0 283 0 267 0 256 0 256 0 272 0 278 0 289 0 +USC00046719201007PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719201007SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201007SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201008TMAX 294 0 333 0 328 0 328 0 306 0 300 0 294 0 278 0 289 0 300 0 300 0 283 0 294 0 311 0 328 0 344 0 367 0 367 0 350 0 350 0 339 0 356 0 389 0 383 0 389 0 383 0 372 0 311 0 250 0 250 0 300 0 +USC00046719201008TMIN 156 0 156 0 178 0 156 0 156 0 150 0 150 0 156 0 139 0 144 0 144 0 139 0 156 0 150 0 150 0 172 0 211 0 228 0 228 0 200 0 189 0 200 0 194 0 217 0 233 0 250 0 194 0 161 0 156 0 139 0 156 0 +USC00046719201008TOBS 294 0 322 0 322 0 306 0 283 0 283 0 267 0 261 0 283 0 289 0 289 0 272 0 283 0 294 0 328 0 344 0 367 0 339 0 328 0 339 0 328 0 344 0 372 0 367 0 378 0 372 0 311 0 250 0 239 0 233 0 289 0 +USC00046719201008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USC00046719201008SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201008SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201009TMAX 333 0 356 0 356 0 394 0 372 0 322 0 278 0 200 0 244 0 283 0 283 0 306 0 317 0 317 0 300 0 294 0 289 0 300 0 311 0 300 0 283 0 222 0 300 0 367 0 406 0 417 0 439 0 428 0 372 0 372 0-9999 +USC00046719201009TMIN 172 0 172 0 178 0 206 0 189 0 161 0 167 0 161 0 144 0 133 0 144 0 139 0 161 0 167 0 161 0 156 0 133 0 139 0 139 0 161 0 156 0 161 0 128 0 161 0 194 0 206 0 261 0 244 0 222 0 211 0-9999 +USC00046719201009TOBS 322 0 328 0 356 0 361 0 317 0 272 0 194 0 183 0 244 0 256 0 283 0 300 0 306 0 300 0 294 0 272 0 278 0 289 0 294 0 278 0 217 0 222 0 267 0 350 0 372 0 411 0 428 0 367 0 317 0 350 0-9999 +USC00046719201009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USC00046719201009SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719201009SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719201010TMAX 350 0 333 0 328 0 278 0 178 0 161 0 222 0 283 0 328 0 350 0 333 0 317 0 350 0 322 0 250 0 244 0 200 0 178 0 222 0 200 0 178 0 194 0 206 0 211 0 239 0 239 0 278 0 294 0 294 0 239 0 233 0 +USC00046719201010TMIN 211 0 194 0 183 0 150 0 133 0 133 0 133 0 122 0 139 0 167 0 178 0 156 0 156 0 161 0 167 0 167 0 161 0 150 0 156 0 150 0 150 0 144 0 144 0 144 0 156 0 122 0 117 0 128 0 133 0 117 0 111 0 +USC00046719201010TOBS 322 0 328 0 272 0 150 0 161 0 139 0 217 0 272 0 311 0 333 0 311 0 306 0 311 0 250 0 239 0 200 0 167 0 178 0 200 0 161 0 172 0 189 0 194 0 200 0 233 0 222 0 272 0 289 0 239 0 200 0 233 0 +USC00046719201010PRCP 0 0 3 0 0 0 53 0 15 0 79 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 127 0 20 0 20 0 0 0 0 0 61 0 0 0 0 0 0 0 0 0 89 0 0 0 +USC00046719201010SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201010SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201011TMAX 306 0 339 0 367 0 383 0 356 0 311 0 200 0 206 0 206 0 194 0 239 0 261 0 272 0 267 0 250 0 239 0 272 0 256 0 200 0 150 0 150 0 161 0 156 0 150 0 172 0 206 0 178 0 144 0 167 0 144 I0-9999 +USC00046719201011TMIN 122 0 161 0 172 0 206 0 183 0 156 0 139 0 133 0 83 0 89 0 100 0 89 0 106 0 128 0 117 0 117 0 94 0 122 0 122 0 117 0 83 0 61 0 61 0 83 0 44 0 39 0 50 0 67 0 44 0 39 0-9999 +USC00046719201011TOBS 289 0 322 0 367 0 350 0 306 0 189 0 183 0 172 0 172 0 167 0 217 0 228 0 239 0 233 0 239 0 200 0 244 0 200 0 144 0 139 0 128 0 133 0 128 0 128 0 150 0 178 0 133 0 117 0 144 0 172 I0-9999 +USC00046719201011PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 74 0 41 0 13 0 8 0 5 0 3 0 3 0 3 0 0 0 3 0 3 0-9999 +USC00046719201011SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719201011SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0-9999 +USC00046719201012TMAX 244 0 250 0 233 0 189 0 200 0 200 0 256 0 256 0 222 0 217 0 267 0 300 0 283 0 239 0 144 0 167 0 144 0 144 0 156 0 150 0 144 0 139 0 144 0 217 0 189 0 144 0 206 0 200 0 167 0 128 0 128 0 +USC00046719201012TMIN 56 0 89 0 100 0 100 0 100 0 94 0 89 0 100 0 100 0 111 0 117 0 139 0 139 0 106 0 111 0 111 0 106 0 122 0 128 0 117 0 100 0 94 0 78 0 83 0 83 0 78 0 61 0 78 0 89 0 56 0 17 0 +USC00046719201012TOBS 217 0 217 0 189 0 167 0 183 0 178 0 228 0 211 0 200 0 206 0 244 0 267 0 239 0 144 0 139 0 144 0 122 0 128 0 150 0 144 0 122 0 100 0 144 0 189 0 144 0 139 0 178 0 167 0 111 0 100 0 111 0 +USC00046719201012PRCP 0 0 0 0 0 0 0 0 0 0 157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 25 0 224 0 871 0 462 0 330 0 1232 0 76 0 0 0 0 0 226 0 0 0 0 0 221 0 0 0 0 0 +USC00046719201012SNOW 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201012SNWD 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 0P 0 +USC00046719201101TMAX 139 K 128 K 128 K 178 K 183 K 50 IK 189 K 156 K 150 K 172 K 172 K 239 K 250 K 283 K 283 K 294 K 317 K 300 K 267 K 244 K 239 K 233 K 244 K 244 K 244 K 244 K 244 K 239 K 228 K 178 K 178 K +USC00046719201101TMIN 39 K 67 K 72 K 50 K 56 K 83 K 100 K 100 K 89 K 78 K 83 K 89 K 94 K 117 K 117 K 133 K 150 K 144 K 128 K 100 K 94 K 94 K 106 K 89 K 111 K 117 K 94 K 106 K 83 K 100 K 72 K +USC00046719201101TOBS 128 K 78 K 117 K 156 K 167 K 189 K 150 K 133 K 139 K 156 K 167 K 206 K 228 K 250 K 250 K 272 K 267 K 267 K 178 K 239 K 233 K 217 K 233 K 222 K 233 K 244 K 228 K 228 K 178 K 117 K 172 K +USC00046719201101PRCP 0 K 41 K 183 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 28 K 0 K +USC00046719201102TMAX 172 K 172 K 167 K 189 K 211 K 256 K 256 K 228 K 200 K 206 K 244 K 267 K 267 K 206 K 178 K 167 K 150 K 150 K 128 K 139 K 150 K 167 K 156 K 150 K 139 K 122 K 144 K 183 K-9999 -9999 -9999 +USC00046719201102TMIN 72 K 56 K 39 K 56 K 78 K 100 K 133 K 100 K 78 K 72 K 67 K 89 K 106 K 78 K 106 K 117 K 50 K 78 K 61 K 33 K 50 K 56 K 56 K 61 K 78 K 67 K 17 K 44 K-9999 -9999 -9999 +USC00046719201102TOBS 167 K 161 K 156 K 167 K 200 K 244 K 228 K 172 K 200 K 189 K 233 K 256 K 206 K 172 K 167 K 128 K 139 K 106 K 83 K 128 K 139 K 156 K 128 K 133 K 89 K 106 K 133 K 167 K-9999 -9999 -9999 +USC00046719201102PRCP 0 K 0 K 8 K 0 K 0 K 0 K 0 K 8 K 0 K 8 K 0 K 0 K 0 K 0 K 5 K 310 K 0 K 5 K 244 K 147 K 117 K 3 K 0 K 0 K 13 K 117 K 64 K 58 K-9999 -9999 -9999 +USC00046719201103TMAX 183 K 189 K 200 K 256 K 267 K 244 K 189 K 222 K 289 K 278 K 250 K 194 K 217 K 233 K 267 K 250 K 222 K 228 K 194 K 144 K 128 K 167 K 167 K 156 K 161 K 161 K 167 K 200 K 244 K 300 K 339 K +USC00046719201103TMIN 61 K 83 K 111 K 83 K 128 K 106 K 111 K 94 K 111 K 128 K 117 K 94 K 100 K 111 K 122 K 122 K 133 K 89 K 100 K 83 K 72 K 61 K 61 K 56 K 89 K 94 K 100 K 89 K 94 K 122 K 161 K +USC00046719201103TOBS 161 K 178 K 178 K 250 K 244 K 161 K 183 K 206 K 278 K 250 K 194 K 178 K 261 IK 222 K 233 K 211 K 222 K 189 K 133 K 106 K 117 K 156 K 122 K 144 K 156 K 122 K 156 K 183 K 233 K 294 K 333 K +USC00046719201103PRCP 0 K 15 K 5 K 3 K 3 K 3 K 3 K 5 K 3 K 5 K 5 K 3 K 0 K 0 K 0 K 0 K 0 K 0 K 46 K 658 K 43 K 23 K 0 K 97 K 193 K 0 K 30 K 0 K 0 K 0 K 0 K +USC00046719201104TMAX 339 K 306 K 189 K 283 K 283 K 217 K 217 K 139 K 161 K 211 K 233 K 222 K 206 K 244 K 306 K 322 K 317 K 256 K 200 K 200 K 217 K 206 K 206 K 206 K 233 K 256 K 300 K 283 K 267 K 261 K-9999 +USC00046719201104TMIN 178 K 144 K 128 K 106 K 122 K 128 K 133 K 56 K 44 K 78 K 106 K 106 K 117 K 89 K 139 K 161 K 156 K 144 K 128 K 139 K 117 K 133 K 128 K 133 K 128 K 133 K 133 K 156 K 122 K 111 K-9999 +USC00046719201104TOBS 306 K 183 K 167 K 272 K 217 K 211 K 133 K 133 K 144 K 189 K 211 K 206 K 172 K 239 K 300 K 317 K 256 K 167 K 200 K 189 K 200 K 189 K 200 K 178 K 222 K 239 K 278 K 267 K 217 K 261 K-9999 +USC00046719201104PRCP 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K-9999 +USC00046719201105TMAX 278 K 306 K 339 K 339 K 328 K 294 K 250 K 217 K 183 K 206 K 244 K 272 K 267 K 267 K 183 K 183 K 189 K 178 K 217 K 228 K 256 K 244 K 222 K 222 K 256 K 244 K 256 K 244 K 222 K 267 K 256 K +USC00046719201105TMIN 144 K 144 K 156 K 172 K 167 K 128 K 139 K 128 K 117 K 94 K 122 K 128 K 139 K 144 K 106 K 89 K 94 K 94 K 100 K 111 K 122 K 139 K 139 K 100 K 128 K 122 K 133 K 144 K 122 K 111 K 117 K +USC00046719201105TOBS 267 K 278 K 328 K 322 K 294 K 244 K 211 K 183 K 161 K 200 K 228 K 261 K 261 K 183 K 167 K 161 K 172 K 167 K 194 K 222 K 239 K 217 K 189 K 217 K 239 K 222 K 244 K 211 K 200 K 239 K 239 K +USC00046719201105PRCP 0 K 0 K 0 K 0 K 0 K 0 K 0 K 15 K 0 K 0 K 0 K 0 K 0 K 0 K 33 K 0 K 13 K 74 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K +USC00046719201106TMAX 244 K 250 K 250 K 239 K 256 K 228 K 244 K 233 K 211 K 228 K 239 K 228 K 256 K 283 K 283 K 267 K 244 K 256 K 244 K 294 K 328 K 328 K 300 K 283 K 300 K 300 K 322 K 311 K 272 K 300 K-9999 +USC00046719201106TMIN 106 K 111 K 117 K 133 K 122 K 128 K 122 K 144 K 139 K 133 K 150 K 139 K 144 K 144 K 144 K 144 K 144 K 156 K 139 K 150 K 144 K 156 K 150 K 167 K 156 K 150 K 167 K 161 K 167 K 156 K-9999 +USC00046719201106TOBS 206 K 239 K 239 K 211 K 228 K 217 K 233 K 200 K 211 K 228 K 200 K 222 K 244 K 267 K 267 K 244 K 233 K 239 K 217 K 283 K 328 K 294 K 283 K 283 K 272 K 289 K 311 K 267 K 250 K 289 K-9999 +USC00046719201106PRCP 8 K 0 K 0 K 0 K 0 K 5 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 10 K 0 K 0 K 0 K 0 K 8 K 0 K 0 K 8 K 0 K 0 K 0 K 8 K 0 K-9999 +USC00046719201107TMAX 344 K 350 K 339 K 344 K 339 K 344 K 333 K 322 K 317 K 322 K 289 K 272 K 267 K 256 K 261 K 272 K 306 K 322 K 333 K 333 K 311 K 294 K 306 K 317 K 322 K 322 K 317 K 294 K 289 K 289 K 333 K +USC00046719201107TMIN 183 K 194 K 183 K 194 K 217 K 222 K 217 K 206 K 189 K 178 K 178 K 172 K 172 K 167 K 167 K 144 K 150 K 167 K 183 K 161 K 156 K 161 K 167 K 161 K 200 K 200 K 178 K 172 K 172 K 167 K 183 K +USC00046719201107TOBS 344 K 333 K 317 K 333 K 317 K 306 K 306 K 317 K 311 K 278 K 272 K 250 K 256 K 228 K 244 K 261 K 289 K 311 K 322 K 306 K 294 K 272 K 289 K 300 K 311 K 311 K 267 K 283 K 261 K 272 K 328 K +USC00046719201107PRCP 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K +USC00046719201108TMAX 350 K 339 K 356 K 333 K 322 K 300 K 317 K 317 K 300 K 294 K 272 K 294 K 300 K 322 K 322 K 322 K 333 K 339 K 328 K 294 K 306 K 311 K 344 K 339 K 361 K 394 K 394 K 389 K 361 K 344 K 311 K +USC00046719201108TMIN 194 K 211 K 194 K 167 K 167 K 156 K 150 K 156 K 161 K 167 K 178 K 167 K 167 K 167 K 167 K 172 K 172 K 183 K 172 K 172 K 161 K 167 K 194 K 194 K 200 K 228 K 233 K 228 K 206 K 172 K 161 K +USC00046719201108TOBS 333 K 311 K 333 K 322 K 300 K 300 K 311 K 289 K 289 K 267 K 272 K 283 K 289 K 300 K 311 K 306 K 328 K 322 K 289 K 278 K 283 K 294 K 328 K 333 K 361 K 383 K 389 K 344 K 344 K 311 K 289 K +USC00046719201108PRCP 0 K 0 K 3 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K +USC00046719201109TMAX 311 K 311 K 311 K 328 K 356 K 372 K 394 K 372 K 344 K 294 K 289 K 311 K 311 K 278 K 283 K 267 K 256 K 317 K 311 K 306 K 306 K 344 K 306 K 289 K 244 K 261 K 367 K 361 K 306 K 306 K-9999 +USC00046719201109TMIN 150 K 167 K 161 K 172 K 189 K 239 K 256 K 244 K 189 K 167 K 167 K 156 K 183 K 172 K 167 K 172 K 161 K 144 K 172 K 156 K 161 K 156 K 167 K 167 K 167 K 156 K 167 K 167 K 167 K 156 K-9999 +USC00046719201109TOBS 311 K 289 K 294 K 317 K 356 K 350 K 367 K 344 K 289 K 239 K 272 K 289 K 267 K 261 K 267 K 222 K 256 K 311 K 283 K 278 K 272 K 306 K 289 K 244 K 228 K 250 K 361 K 278 K 300 K 294 K-9999 +USC00046719201109PRCP 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K-9999 +USC00046719201110TMAX 344 K 317 K 300 K 256 K 200 K 200 K 233 K 267 K 289 K 283 K 306 K 378 K 383 K 350 K 311 K 278 K 294 K 289 K 267 K 233 K 250 K 333 K 322 K 278 K 211 K 222 K 256 K 278 K 294 K 317 K 289 K +USC00046719201110TMIN 172 K 194 K 178 K 150 K 128 K 94 K 106 K 117 K 150 K 144 K 150 K 189 K 211 K 194 K 161 K 150 K 161 K 150 K 139 K 144 K 144 K 144 K 156 K 139 K 139 K 133 K 106 K 111 K 117 K 133 K 139 K +USC00046719201110TOBS 317 K 300 K 256 K 200 K 161 K 200 K 217 K 267 K 283 K 261 K 294 K 378 K 350 K 300 K 256 K 261 K 283 K 267 K 233 K 222 K 233 K 322 K 278 K 211 K 167 K 200 K 244 K 272 K 289 K 283 K 267 K +USC00046719201110PRCP 0 K 0 K 0 K 0 K 411 K 5 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 10 K 0 K 0 K 0 K 0 K 0 K 0 K +USC00046719201111TMAX 267 K 272 K 261 K 217 K 161 K 239 K 172 K 239 K 244 K 228 K 239 K 194 K 217 K 172 IK 194 K 222 K 239 K 206 K 161 K 144 K 167 K 206 K 194 K 178 K 194 K 272 K 272 K 278 K 272 K 256 K-9999 +USC00046719201111TMIN 111 K 128 K 117 K 94 K 61 K 72 K 56 K 72 K 72 K 111 K 144 K 111 K 122 K 56 K 133 K 94 K 117 K 122 K 122 K 94 K 67 K 72 K 89 K 111 K 72 K 100 K 117 K 117 K 144 K 111 K-9999 +USC00046719201111TOBS 233 K 261 K 217 K 117 K 156 K 139 K 156 K 206 K 228 K 211 K 194 K 161 K 194 IK 161 K 172 K 206 K 206 K 144 K 144 K 100 K 150 K 194 K 178 K 150 K 183 K 250 K 256 K 250 K 250 K 178 K-9999 +USC00046719201111PRCP 0 K 0 K 0 K 127 K 8 K 66 K 107 K 0 K 0 K 0 K 0 K 43 K 0 K 3 K 0 K 0 K 0 K 0 K 0 K 249 K 46 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K-9999 +USC00046719201112TMAX 178 K 183 K 172 K 161 K 178 K 172 K 200 K 206 K 222 K 222 K 183 K 128 K 161 K 161 K 144 K 200 K 183 K 167 K 144 K 178 K 178 K 178 K 189 K 222 K 228 K 228 K 222 K 267 K 256 K 233 K 272 K +USC00046719201112TMIN 128 K 89 K 72 K 44 K 50 K 39 K 44 K 61 K 78 K 100 K 61 K 83 K 78 K 67 K 61 K 61 K 117 K 83 K 106 K 72 K 72 K 83 K 44 K 67 K 72 K 78 K 78 K 94 K 117 K 111 K 100 K +USC00046719201112TOBS 167 K 150 K 150 K 150 K 156 K 150 K 178 K 189 K 194 K 183 K 128 K 83 K 139 K 144 K 94 K 183 K 161 K 144 K 133 K 167 K 161 K 156 K 178 K 200 K 211 K 211 K 206 K 244 K 233 K 200 K 244 K +USC00046719201112PRCP 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 213 K 41 K 0 K 38 K 0 K 0 K 5 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K +USC00046719201201TMAX 283 K 294 K 283 K 306 K 289 K 261 K 211 K 211 K 233 K 217 K 222 K 239 K 244 K 233 K 194 K 156 K 156 K 189 K 200 K 172 K 178 K 178 K 156 K 194 K 272 K 283 K 267 K 250 K 267 K 267 K 200 K +USC00046719201201TMIN 122 K 122 K 128 K 128 K 139 K 117 K 83 K 89 K 106 K 89 K 94 K 117 K 83 K 94 K 83 K 78 K 67 K 56 K 67 K 78 K 106 K 72 K 89 K 67 K 106 K 128 K 122 K 89 K 83 K 89 K 83 K +USC00046719201201TOBS 267 K 272 K 261 K 289 K 261 K 211 K 167 K 178 K 217 K 200 K 206 K 228 K 233 K 189 K 156 K 122 K 139 K 189 K 167 K 161 K 178 K 156 K 111 K 183 K 261 K 256 K 244 K 250 K 267 K 189 K 161 K +USC00046719201201PRCP 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 3 K 20 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 178 K 0 K 119 K 3 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K +USC00046719201202TMAX 211 K 206 K 222 K 217 K 228 K 222 K 206 K 239 K 272 K 250 K 222 K 178 K 150 K 156 K 144 K 194 K 222 K 206 K 161 K 167 K 228 K 278 K 272 K 272 K 228 K 200 K 178 K 139 K 156 K-9999 -9999 +USC00046719201202TMIN 94 K 83 K 89 K 83 K 78 K 94 K 139 K 106 K 122 K 111 K 122 K 94 K 111 K 56 K 72 K 61 K 83 K 67 K 100 K 83 K 72 K 111 K 117 K 106 K 117 K 83 K 89 K 44 K 56 K-9999 -9999 +USC00046719201202TOBS 172 K 189 K 206 K 211 K 222 K 206 K 156 K 233 K 244 K 217 K 144 K 150 K 133 K 139 K 94 K 189 K 206 K 161 K 144 K 161 K 206 K 256 K 272 K 228 K 167 K 172 K 94 K 133 K 133 K-9999 -9999 +USC00046719201202PRCP 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 5 K 15 K 0 K 124 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 0 K 43 K 0 K 0 K-9999 -9999 +USC00046719201203TMAX 178 7 222 7 267 7 322 7 317 7 267 7 183 7 244 7 283 7 261 7 233 7 211 7 200 7 206 7 206 7 200 7 150 7 133 7 161 7 217 7 261 7 244 7 228 7 206 7 200 7 172 7 200 7 206 7 211 7 222 7 217 7 +USC00046719201203TMIN 100 7 72 7 89 7 111 7 150 7 100 7 78 7 61 7 106 7 100 7 106 7 106 7 100 7 89 7 111 7 117 7 89 7 50 7 56 7 67 7 100 7 117 7 111 7 111 7 94 7 72 7 78 7 78 7 117 7 111 7 117 7 +USC00046719201203PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 302 7 58 7 0 7 0 7 0 7 0 7 0 7 0 7 180 7 130 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201204TMAX 200 7 256 7 256 7 256 7 239 7 239 7 294 7 283 7 278 7 261 7 194 7 167 7 150 7 172 7 217 7 272 7 289 7 272 7 272 7 350 7 322 7 278 7 233 7 217 7 289 7 267 7 228 7 289 7 272 7 239 7-9999 +USC00046719201204TMIN 67 7 94 7 117 7 117 7 106 7 78 7 106 7 128 7 117 7 94 7 100 7 83 7 89 7 61 7 78 7 106 7 133 7 144 7 128 7 144 7 144 7 144 7 128 7 128 7 144 7 133 7 133 7 122 7 128 7 156 7-9999 +USC00046719201204PRCP 53 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 208 7 5 7 213 7 25 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 15 7 0 7 0 7 274 7 3 7 0 7 0 7 0 7-9999 +USC00046719201205TMAX 211 Z 161 Z 194 Z 211 Z 250 Z 256 Z 272 Z 289 Z 306 Z 283 Z 256 Z 261 Z 261 Z 272 Z 267 Z 311 Z 294 Z 272 Z 272 Z 328 Z 328 Z 311 Z 289 Z 261 Z 239 Z 206 Z 256 Z 289 Z 289 Z 289 Z 317 Z +USC00046719201205TMIN 139 Z 128 Z 133 Z 128 Z 106 Z 128 Z 139 Z 128 Z 161 Z 150 Z 139 Z 144 Z 128 Z 133 Z 128 Z 150 Z 156 Z 150 Z 133 Z 144 Z 161 Z 156 Z 161 Z 156 Z 144 Z 100 Z 106 Z 144 Z 144 Z 144 Z 144 Z +USC00046719201205PRCP 8 Z 30 Z 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 8 Z 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201206TMAX 294 7 278 7 272 7 267 7 244 7 272 7 306 7 300 7 256 7 256 7 278 7 283 7 272 7 261 7 250 7 261 7 328 7 317 7 272 7 278 7 283 7 278 7 272 7 294 7 294 7 306 7 322 7 317 7 311 7 311 7-9999 +USC00046719201206TMIN 156 7 161 7 161 7 161 7 156 7 133 7 150 7 156 7 161 7 161 7 156 7 150 7 161 7 150 7 150 7 161 7 167 7 161 7 156 7 150 7 156 7 150 7 144 7 150 7 133 7 139 7 156 7 156 7 161 7 161 7-9999 +USC00046719201206PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201207TMAX 300 7 294 7 278 7 261 7 267 7 289 7 311 7 322 7 350 7 361 7 367 7 344 7 333 7 333 7 322 7 289 7 267 7 300 7 356 7 350 7 333 7 328 7 306 7 306 7 306 7 294 7 289 7 311 7 306 7 311 7 311 7 +USC00046719201207TMIN 156 7 167 7 172 7 172 7 172 7 161 7 156 7 139 7 178 7 200 7 194 7 189 7 222 7 183 7 172 7 161 7 167 7 161 7 211 7 206 7 189 7 178 7 167 7 150 7 139 7 139 7 139 7 144 7 156 7 167 7 183 7 +USC00046719201207PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201208TMAX 322 Z 322 Z 311 Z 294 Z 328 Z 378 Z 378 Z 383 Z 378 Z 367 Z 389 Z 383 Z 372 Z 361 Z 350 Z 372 Z 378 Z 372 Z 356 Z 344 Z 339 Z 311 Z 300 Z 300 Z 289 Z 300 Z 356 Z 367 Z 367 Z 367 Z 333 Z +USC00046719201208TMIN 172 Z 183 Z 172 Z 178 Z 178 Z 189 Z 222 Z 217 Z 233 Z 228 Z 239 Z 250 Z 239 Z 233 Z 206 Z 233 Z 239 Z 239 Z 228 Z 217 Z 211 Z 194 Z 194 Z 189 Z 183 Z 167 Z 178 Z 217 Z 233 Z 222 Z 211 Z +USC00046719201208TOBS 322 7 300 7 283 7 283 7 322 7 356 7 350 7 356 7 344 7 361 7 378 7 367 7 350 7 350 7 322 7 339 7 372 7 339 7 322 7 333 7 311 7 300 7 289 7 283 7 278 7 300 7 333 7 350 7 367 7 300 7 322 7 +USC00046719201208PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 5 Z +USC00046719201209TMAX 344 Z 350 Z 356 Z 361 Z 361 Z 322 Z 317 Z 344 Z 367 Z 361 Z 328 Z 317 Z 367 Z 411 Z 394 Z 383 Z 333 Z 322 Z 339 Z 361 Z 356 Z 361 Z 383 Z 350 Z 311 Z 300 Z 328 Z 333 Z 339 Z 389 Z-9999 +USC00046719201209TMIN 178 Z 167 Z 183 Z 206 Z 228 Z 206 Z 206 Z 211 Z 222 Z 222 Z 228 Z 211 Z 189 Z 217 Z 244 Z 222 Z 189 Z 183 Z 189 Z 200 Z 194 Z 211 Z 222 Z 206 Z 167 Z 161 Z 172 Z 183 Z 194 Z 200 Z-9999 +USC00046719201209TOBS 306 7 333 7 344 7 356 7 306 7 294 7 300 7 328 7 344 7 322 7 283 7 294 7 344 7 389 7 383 7 328 7 300 7 317 7 328 7 344 7 317 7 339 7 344 7 306 7 278 7 261 7 306 7 317 7 322 7 372 7-9999 +USC00046719201209PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201210TMAX 411 7 389 7 356 7 311 7 272 7 278 7 283 7 272 7 261 7 244 7 222 7 217 7 267 7 344 7 344 7 350 7 378 7 372 7 278 7 256 7 239 7 222 7 222 7 239 7 278 7 306 7 339 7 333 7 317 7 289 7 267 7 +USC00046719201210TMIN 211 7 228 7 200 7 167 7 156 7 156 7 167 7 161 7 150 7 156 7 133 7 106 7 122 7 150 7 183 7 183 7 189 7 211 7 167 7 172 7 172 7 161 7 144 7 133 7 122 7 144 7 144 7 156 7 144 7 133 7 117 7 +USC00046719201210TOBS 389 7 356 7 306 7 267 7 261 7 272 7 272 7 261 7 244 7 211 7 139 7 200 7 261 7 328 7 333 7 317 7 372 7 267 7 256 7 206 7 222 7 194 7 206 7 217 7 272 7 294 7 328 7 300 7 289 7 261 7 239 7 +USC00046719201210PRCP 0 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 30 7 74 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 3 7 0 7 0 7 10 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201211TMAX 239 Z 228 Z 300 Z 333 7 350 Z 311 Z 267 Z 222 Z 178 Z 172 Z 200 Z 233 Z 289 Z 278 Z 244 Z 211 Z 200 Z 200 Z 217 Z 239 Z 211 Z 239 Z 294 Z 311 Z 256 Z 211 Z 228 Z 194 7 172 Z 183 Z-9999 +USC00046719201211TMIN 122 Z 122 Z 117 Z 144 Z 167 Z 161 Z 139 Z 144 Z 117 Z 72 Z 50 Z 72 Z 94 Z 117 Z 128 7 133 Z 139 Z 144 Z 111 Z 106 Z 106 Z 106 Z 122 Z 128 Z 117 7 122 Z 111 Z 117 7 133 Z 150 Z-9999 +USC00046719201211TOBS 211 7 228 7 283 7 328 7 311 7 267 7 222 7 150 7 139 7 150 7 189 7 222 7 278 7 244 7 189 7 200 7 167 7 178 7 183 7 194 7 194 7 211 7 261 7 256 7 194 7 183 7 172 7 172 7 172 7 178 7-9999 +USC00046719201211PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 33 Z 0 Z 0 7 0 7 0 7 0 7 0 7 5 Z 28 Z 71 Z 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 Z 64 Z 81 Z-9999 +USC00046719201212TMAX 194 7 167 7 200 7 211 7 217 7 200 7 228 7 206 7 211 7 239 7 233 7 200 7 156 7 133 7 156 7 133 7 183 7 156 7 150 7 189 7 189 7 172 7 167 7 161 7 156 7 161 7 167 7 167 7 144 7 133 7 144 7 +USC00046719201212TMIN 156 7 144 7 144 7 128 7 106 7 122 7 106 7 94 7 94 7 106 7 100 7 122 7 111 7 61 7 67 7 106 7 106 7 117 7 50 7 44 7 44 7 61 7 106 7 106 7 100 7 89 7 67 7 50 7 56 7 44 7 39 7 +USC00046719201212TOBS 167 7 161 7 189 7 194 7 178 7 183 7 194 7 183 7 194 7 211 7 200 7 144 7 133 7 111 7 133 7 117 7 156 7 128 7 133 7 167 7 167 7 144 7 144 7 156 7 150 7 144 7 144 7 144 7 100 7 111 7 128 7 +USC00046719201212PRCP 23 7 97 7 124 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 3 7 79 7 3 7 30 7 0 7 3 7 175 7 0 7 0 7 0 7 0 7 0 7 147 7 0 7 107 7 0 7 0 7 69 7 0 7 0 7 +USC00046719201301TMAX 161 7 189 7 206 7 194 7 194 7 161 7 206 7 239 7 211 7 189 7 122 7 133 7 133 7 133 7 161 7 206 7 256 7 261 7 261 7 267 7 278 7 267 7 250 7 217 7 189 7 200 7 194 7 156 7 167 7 217 7 261 7 +USC00046719201301TMIN 56 7 56 7 67 7 61 7 61 7 78 7 67 7 89 7 100 7 89 7 56 7 28 7 17 7 6 7 22 7 61 7 83 7 83 7 78 7 78 7 89 7 94 7 144 7 122 7 144 7 144 7 111 7 56 7 56 7 67 7 89 7 +USC00046719201301TOBS 144 7 167 7 189 7 172 7 161 7 106 7 172 7 211 7 189 7 117 7 111 7 117 7 106 7 117 7 139 7 194 7 250 7 261 7 244 7 261 7 261 7 244 7 217 7 189 7 167 7 194 7 133 7 144 7 144 7 189 7 233 7 +USC00046719201301PRCP 0 7 0 7 0 7 0 7 0 7 18 7 3 7 0 7 0 7 38 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 290 7 71 7 15 7 33 7 5 7 0 7 0 7 0 7 +USC00046719201302TMAX 244 7 239 7 250 7 233 7 211 7 183 7 172 7 139 7 144 7 133 7 178 7 189 7 217 7 250 7 267 7 283 7 256 7 194 7 183 7 183 7 167 7 194 7 189 7 200 7 211 7 233 7 244 7 267 7-9999 -9999 -9999 +USC00046719201302TMIN 117 7 144 7 133 7 106 7 94 7 111 7 78 7 78 7 28 7 50 7 50 7 44 7 56 7 72 7 100 7 94 7 89 7 100 7 89 7 39 7 56 7 50 7 61 7 67 7 67 7 56 7 83 7 94 7-9999 -9999 -9999 +USC00046719201302TOBS 228 7 228 7 228 7 211 7 150 7 172 7 139 7 106 7 133 7 111 7 144 7 167 7 200 7 239 7 261 7 256 7 189 7 172 7 94 7 161 7 167 7 178 7 178 7 183 7 183 7 228 7 228 7 244 7-9999 -9999 -9999 +USC00046719201302PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 36 7 0 7 20 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 58 7 66 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 -9999 -9999 +USC00046719201303TMAX 300 7 300 7 267 7 217 7 211 7 172 7 156 7 139 7 183 7 222 7 267 7 300 7 328 7 333 7 306 7 267 7 222 7 222 7 217 7 217 7 239 7 233 7 244 7 261 7 267 7 256 7 228 7 256 7 267 7 250 7 228 7 +USC00046719201303TMIN 111 7 133 7 150 7 122 7 111 7 100 7 100 7 61 7 83 7 72 7 94 7 111 7 144 7 144 7 139 7 117 7 111 7 122 7 106 7 128 7 117 7 117 7 94 7 106 7 117 7 117 7 128 7 128 7 117 7 128 7 122 7 +USC00046719201303TOBS 294 7 256 7 194 7 211 7 150 7 156 7 139 7 117 7 172 7 222 7 261 7 283 7 322 7 300 7 267 7 217 7 222 7 178 7 206 7 217 7 228 7 206 7 239 7 250 7 256 7 211 7 206 7 217 7 239 7 222 7 167 7 +USC00046719201303PRCP 0 7 0 7 0 7 0 7 0 7 0 7 46 7 300 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201304TMAX 194 7 239 7 272 7 278 7 244 7 228 7 244 7 233 7 261 7 278 7 267 7 256 7 239 7 194 7 167 7 211 7 239 7 267 7 294 7 317 7 306 7 306 7 261 7 272 7 228 7 256 7 278 7 294 7 283 7 256 7-9999 +USC00046719201304TMIN 111 7 122 7 117 7 128 7 139 7 133 7 117 7 133 7 122 7 122 7 128 7 128 7 128 7 117 7 111 7 100 7 117 7 106 7 128 7 128 7 139 7 139 7 133 7 133 7 139 7 117 7 133 7 128 7 139 7 139 7-9999 +USC00046719201304TOBS 167 7 228 7 256 7 244 7 211 7 228 7 222 7 206 7 228 7 256 7 244 7 239 7 194 7 161 7 161 7 200 7 222 7 244 7 289 7 300 7 306 7 250 7 261 7 156 7 217 7 250 7 261 7 283 7 250 7 217 7-9999 +USC00046719201304PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201305TMAX 278 7 339 7 344 7 333 7 244 7 178 7 211 7 206 7 239 7 283 7 344 7 367 7 372 7 367 7 278 7 250 7 233 7 256 7 261 7 317 7 306 7 283 7 244 7 244 7 244 7 244 7 261 7 261 7 294 7 294 7 294 7 +USC00046719201305TMIN 144 7 133 7 178 7 144 7 144 7 122 7 122 7 144 7 117 7 144 7 156 7 189 7 228 7 172 7 144 7 150 7 156 7 150 7 133 7 144 7 167 7 161 7 150 7 133 7 139 7 139 7 144 7 156 7 161 7 161 7 167 7 +USC00046719201305TOBS 272 7 328 7 333 7 228 7 167 7 167 7 194 7 189 7 200 7 267 7 317 7 356 7 356 7 267 7 250 7 222 7 217 7 244 7 256 7 306 7 283 7 244 7 228 7 222 7 233 7 228 7 239 7 261 7 283 7 283 7 283 7 +USC00046719201305PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 18 7 0 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201306TMAX 333 7 311 7 267 7 267 7 261 7 261 7 272 7 272 7 278 7 267 7 311 7 267 7 289 7 283 7 278 7 289 7 294 7 294 7 283 7 294 7 294 7 289 7 283 7 261 7 261 7 322 7 361 7 361 7 378 7 361 7-9999 +USC00046719201306TMIN 161 7 178 7 161 7 161 7 156 7 144 7 150 7 161 7 167 7 161 7 156 7 167 7 161 7 156 7 161 7 150 7 156 7 161 7 156 7 156 7 161 7 161 7 172 7 161 7 167 7 178 7 194 7 194 7 228 7 239 7-9999 +USC00046719201306TOBS 311 7 256 7 261 7 261 7 256 7 256 7 272 7 250 7 261 7 244 7 250 7 261 7 278 7 272 7 250 7 267 7 289 7 267 7 267 7 289 7 278 7 283 7 261 7 233 7 250 7 317 7 350 7 350 7 356 7 289 7-9999 +USC00046719201306PRCP 0 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201307TMAX 361 7 361 7 311 7 333 7 306 7 322 7 306 7 339 7 339 7 328 7 267 7 317 7 317 7 328 7 328 7 328 7 322 7 317 7 322 7 306 7 244 7 311 7 300 7 300 7 311 7 289 7 317 7 294 7 294 7 294 7 272 7 +USC00046719201307TMIN 211 7 222 7 194 7 183 7 183 7 183 7 183 7 189 7 211 7 206 7 206 7 189 7 167 7 178 7 189 7 167 7 172 7 178 7 183 7 178 7 183 7 189 7 189 7 172 7 172 7 178 7 183 7 161 7 167 7 161 7 150 7 +USC00046719201307TOBS 350 7 300 7 311 7 306 7 283 7 289 7 306 7 328 7 311 7 256 7 250 7 300 7 300 7 328 7 311 7 311 7 306 7 311 7 306 7 244 7 233 7 294 7 278 7 283 7 289 7 278 7 294 7 278 7 294 7 267 7 250 7 +USC00046719201307PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201308TMAX 278 7 283 7 300 7 294 7 311 7 300 7 294 7 294 7 283 7 278 7 294 7 311 7 317 7 344 7 350 7 333 7 339 7 333 7 322 7 333 7 344 7 356 7 356 7 339 7 339 7 344 7 344 7 361 7 383 7 367 7 344 7 +USC00046719201308TMIN 150 7 150 7 172 7 156 7 150 7 161 7 150 7 156 7 150 7 161 7 156 7 161 7 167 7 161 7 178 7 194 7 200 7 178 7 178 7 167 7 183 7 200 7 194 7 178 7 178 7 222 7 233 7 233 7 239 7 278 7 261 7 +USC00046719201308TOBS 267 7 283 7 278 7 283 7 294 7 278 7 272 7 278 7 267 7 261 7 283 7 278 7 317 7 317 7 333 7 322 7 333 7 311 7 311 7 322 7 317 7 344 7 333 7 333 7 328 7 333 7 333 7 333 7 350 7 339 7 328 7 +USC00046719201308PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201309TMAX 328 7 328 7 372 7 383 7 383 7 389 7 383 7 350 7 317 7 289 7 289 7 333 7 328 7 356 7 372 7 361 7 333 7 283 7 300 7 278 7 261 7 261 7 344 7 344 7 300 7 261 7 283 7 328 7 322 7 311 7-9999 +USC00046719201309TMIN 228 7 228 7 239 7 239 7 250 7 244 7 250 7 211 7 189 7 161 7 167 7 167 7 189 7 200 7 200 7 200 7 167 7 161 7 161 7 178 7 167 7 144 7 156 7 178 7 161 7 161 7 133 7 150 7 156 7 156 7-9999 +USC00046719201309TOBS 306 7 306 7 350 7 361 7 367 7 367 7 344 7 317 7 289 7 267 7 261 7 328 7 311 7 333 7 328 7 333 7 283 7 256 7 278 7 228 7 250 7 250 7 344 7 300 7 244 7 228 7 267 7 300 7 311 7 283 7-9999 +USC00046719201309PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 8 7 0 7 0 7 0 7 0 7-9999 +USC00046719201310TMAX 294 7 294 7 261 7 317 7 333 7 339 7 333 7 294 7 233 7 217 7 256 7 256 7 244 7 294 7 300 7 300 7 289 7 306 7 317 7 300 7 278 7 283 7 278 7 222 7 256 7 294 7 272 7 233 7 183 7 222 7 272 7 +USC00046719201310TMIN 161 7 161 7 161 7 161 7 150 7 161 7 172 7 133 7 133 7 94 7 111 7 122 7 144 7 122 7 144 7 156 7 139 7 144 7 150 7 133 7 111 7 128 7 139 7 150 7 122 7 128 7 133 7 133 7 100 7 100 7 106 7 +USC00046719201310TOBS 283 7 261 7 233 7 317 7 333 7 333 7 294 7 233 7 150 7 183 7 239 7 244 7 211 7 289 7 300 7 289 7 261 7 294 7 300 7 256 7 272 7 278 7 217 7 222 7 250 7 272 7 233 7 167 7 172 7 217 7 256 7 +USC00046719201310PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 36 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 8 7 0 7 0 7 +USC00046719201311TMAX 306 7 306 7 250 7 206 7 244 7 289 7 300 7 283 7 261 7 289 7 283 7 267 7 344 7 328 7 289 7 178 7 206 7 206 7 183 7 172 7 178 7 167 7 178 7 194 7 222 7 250 7 239 7 217 7 178 7 239 7-9999 +USC00046719201311TMIN 133 7 156 7 133 7 133 7 106 7 100 7 133 7 128 7 106 7 122 7 117 7 139 7 150 7 161 7 144 7 133 7 111 7 106 7 139 7 133 7 133 7 117 7 89 7 83 7 89 7 100 7 139 7 111 7 117 7 106 7-9999 +USC00046719201311TOBS 300 7 250 7 206 7 172 7 222 7 261 7 283 7 244 7 233 7 211 7 233 7 250 7 317 7 289 7 178 7 161 7 178 7 172 7 167 7 161 7 161 7 150 7 167 7 178 7 183 7 228 7 211 7 178 7 156 7 211 7-9999 +USC00046719201311PRCP 0 7 0 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 180 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 91 7 0 7-9999 +USC00046719201312TMAX 267 7 239 7 206 7 161 7 156 7 144 7 122 7 133 7 156 7 189 7 228 7 206 7 183 7 233 7 272 7 294 7 294 7 250 7 183 7 172 7 161 7 217 7 233 7 256 7 267 7 261 7 283 7 239 7 233 7 239 7 228 7 +USC00046719201312TMIN 111 7 117 7 94 7 72 7 61 7 56 7 78 7 44 7 33 7 28 7 50 7 83 7 67 7 72 7 83 7 122 7 150 7 156 7 89 7 56 7 72 7 72 7 100 7 100 7 94 7 94 7 100 7 122 7 83 7 83 7 89 7 +USC00046719201312TOBS 239 7 206 7 156 7 128 7 128 7 122 7 100 7 117 7 133 7 167 7 200 7 167 7 167 7 206 7 239 7 261 7 250 7 183 7 94 7 156 7 144 7 183 7 211 7 239 7 233 7 239 7 239 7 200 7 217 7 211 7 206 7 +USC00046719201312PRCP 0 7 0 7 0 7 0 7 0 7 0 7 36 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 114 7 89 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201401TMAX 250 7 272 7 244 7 211 7 244 7 250 7 228 7 200 7 189 7 228 7 250 7 206 7 267 7 283 7 289 7 300 7 300 7 306 7 278 7 278 7 278 7 267 7 239 7 228 7 256 7 222 7 217 7 239 7 250 7 244 7 178 7 +USC00046719201401TMIN 83 7 111 7 111 7 100 7 100 7 89 7 94 7 83 7 83 7 89 7 100 7 89 7 89 7 111 7 122 7 122 7 122 7 117 7 111 7 106 7 133 7 139 7 100 7 122 7 161 7 111 7 111 7 100 7 111 7 122 7 111 7 +USC00046719201401TOBS 222 7 244 7 206 7 183 7 228 7 228 7 194 7 189 7 156 7 211 7 206 7 194 7 244 7 261 7 272 7 272 7 283 7 256 7 250 7 278 7 250 7 233 7 222 7 211 7 222 7 178 7 194 7 206 7 244 7 139 7 156 7 +USC00046719201401PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 3 7 +USC00046719201402TMAX 194 7 172 7 172 7 167 7 183 7 156 7 161 7 194 7 189 7 222 7 256 7 283 7 289 7 289 7 278 7 256 7 244 7 222 7 217 7 289 7 283 7 267 7 244 7 250 7 233 7 189 7 211 7 211 7-9999 -9999 -9999 +USC00046719201402TMIN 78 7 67 7 78 7 72 7 78 7 100 7 94 7 94 7 111 7 106 7 100 7 122 7 133 7 122 7 133 7 133 7 122 7 122 7 100 7 100 7 128 7 111 7 106 7 100 7 117 7 133 7 122 7 117 7-9999 -9999 -9999 +USC00046719201402TOBS 172 7 133 7 144 7 156 7 156 7 117 7 156 7 167 7 178 7 206 7 228 7 267 7 272 7 278 7 239 7 244 7 206 7 178 7 189 7 283 7 267 7 228 7 239 7 222 7 189 7 178 7 194 7 122 7-9999 -9999 -9999 +USC00046719201402PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 257 7 671 7-9999 -9999 -9999 +USC00046719201403TMAX 144 7 150 7 222 7 211 7 256 7 239 7 233 7 283 7 300 7 278 7 267 7 267 7 261 7 250 7 300 7 322 7 311 7 261 7 272 7 261 7 233 7 211 7 233 7 228 7 217 7 183 7 206 7 217 7 261 7 233 7 217 7 +USC00046719201403TMIN 106 7 94 7 100 7 111 7 111 7 133 7 133 7 122 7 156 7 144 7 122 7 117 7 128 7 100 7 111 7 156 7 139 7 128 7 117 7 122 7 122 7 128 7 106 7 133 7 139 7 117 7 94 7 106 7 117 7 133 7 100 7 +USC00046719201403TOBS 111 7 144 7 189 7 200 7 228 7 222 7 211 7 261 7 278 7 267 7 244 7 250 7 222 7 239 7 294 7 311 7 250 7 261 7 250 7 233 7 206 7 189 7 228 7 206 7 167 7 156 7 183 7 211 7 217 7 217 7 178 7 +USC00046719201403PRCP 297 7 147 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201404TMAX 183 7 172 7 217 7 206 7 206 7 283 7 322 7 344 7 339 7 333 7 289 7 289 7 211 7 306 7 289 7 278 7 244 7 233 7 256 7 283 7 289 7 289 7 239 7 278 7 272 7 200 7 222 7 278 7 350 7 339 7-9999 +USC00046719201404TMIN 94 7 83 7 78 7 94 7 89 7 100 7 139 7 161 7 167 7 144 7 150 7 128 7 128 7 111 7 139 7 122 7 133 7 139 7 128 7 133 7 139 7 144 7 111 7 128 7 133 7 94 7 106 7 117 7 172 7 178 7-9999 +USC00046719201404TOBS 156 7 128 7 194 7 183 7 194 7 250 7 300 7 333 7 333 7 272 7 289 7 200 7 206 7 289 7 272 7 239 7 222 7 217 7 244 7 261 7 289 7 217 7 228 7 267 7 189 7 189 7 206 7 278 7 333 7 328 7-9999 +USC00046719201404PRCP 89 7 8 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201405TMAX 339 7 367 7 344 7 328 7 306 7 233 7 217 7 228 7 244 7 244 7 294 7 333 7 356 7 389 7 400 7 372 7 361 7 306 7 261 7 250 7 233 7 239 7 233 7 228 7 289 7 289 7 317 7 306 7 294 7 306 7 311 7 +USC00046719201405TMIN 183 7 183 7 183 7 161 7 128 7 117 7 117 7 128 7 128 7 139 7 128 7 172 7 183 7 189 7 222 7 211 7 189 7 167 7 161 7 144 7 128 7 139 7 161 7 150 7 167 7 167 7 172 7 172 7 167 7 156 7 150 7 +USC00046719201405TOBS 333 7 344 7 322 7 300 7 233 7 183 7 200 7 222 7 233 7 217 7 294 7 322 7 350 7 383 7 372 7 356 7 300 7 261 7 244 7 200 7 233 7 194 7 222 7 206 7 272 7 272 7 283 7 289 7 278 7 300 7 311 7 +USC00046719201405PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201406TMAX 317 7 306 7 311 7 317 7 306 7 294 7 283 7 306 7 328 7 317 7 283 7 283 7 283 7 294 7 283 7 278 7 278 7 278 7 311 7 328 7 322 7 311 7 300 7 294 7 289 7 283 7 289 7 311 7 322 7 311 7-9999 +USC00046719201406TMIN 150 7 150 7 139 7 150 7 161 7 150 7 150 7 156 7 161 7 172 7 167 7 156 7 150 7 161 7 167 7 167 7 150 7 156 7 156 7 167 7 178 7 167 7 178 7 172 7 178 7 178 7 178 7 189 7 183 7 194 7-9999 +USC00046719201406TOBS 300 7 267 7 300 7 306 7 294 7 261 7 261 7 283 7 317 7 256 7 272 7 261 7 278 7 283 7 278 7 278 7 267 7 267 7 306 7 317 7 306 7 300 7 272 7 278 7 278 7 267 7 278 7 289 7 300 7 294 7-9999 +USC00046719201406PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201407TMAX 311 7 317 7 350 7 350 7 350 7 339 7 350 7 333 7 328 7 317 7 311 7 311 7 333 7 328 7 300 7 294 7 283 7 283 7 267 7 289 7 300 7 317 7 350 7 378 7 367 7 339 7 339 7 344 7 356 7 356 7 356 7 +USC00046719201407TMIN 178 7 172 7 178 7 194 7 211 7 206 7 206 7 194 7 200 7 183 7 178 7 183 7 200 7 200 7 200 7 194 7 178 7 167 7 172 7 183 7 178 7 178 7 200 7 206 7 200 7 217 7 211 7 217 7 211 7 217 7 211 7 +USC00046719201407TOBS 294 7 300 7 344 7 339 7 322 7 328 7 322 7 317 7 306 7 294 7 294 7 300 7 322 7 278 7 283 7 283 7 250 7 267 7 250 7 278 7 283 7 306 7 333 7 361 7 322 7 317 7 339 7 322 7 339 7 344 7 344 7 +USC00046719201407PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201408TMAX 350 7 344 7 333 7 328 7 317 7 317 7 306 7 317 7 322 7 339 7 333 7 328 7 317 7 344 7 356 7 356 7 356 7 350 7 339 7 300 7 311 7 322 7 317 7 328 7 306 7 328 7 350 7 361 7 356 7 361 7 356 7 +USC00046719201408TMIN 194 7 194 7 244 7 211 7 167 7 167 7 167 7 178 7 189 7 183 7 194 7 200 7 178 7 183 7 189 7 211 7 206 7 194 7 194 7 194 7 189 7 200 7 189 7 183 7 172 7 183 7 206 7 217 7 206 7 189 7 194 7 +USC00046719201408TOBS 333 7 328 7 300 7 311 7 306 7 306 7 278 7 294 7 311 7 322 7 306 7 306 7 300 7 328 7 350 7 344 7 339 7 339 7 289 7 278 7 306 7 311 7 294 7 306 7 283 7 311 7 333 7 339 7 339 7 350 7 333 7 +USC00046719201408PRCP 0 7 0 7 8 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201409TMAX 339 7 339 7 328 7 311 7 339 7 372 7 378 7 372 7 339 7 356 7 356 7 378 7 389 7 411 7 406 7 417 7 389 7 367 7 294 7 289 7 300 7 311 7 344 7 367 7 367 7 333 7 278 7 267 7 289 7 322 7-9999 +USC00046719201409TMIN 206 7 194 7 194 7 183 7 167 7 194 7 228 7 211 7 217 7 189 7 211 7 217 7 222 7 250 7 256 7 267 7 283 7 200 7 194 7 183 7 172 7 167 7 178 7 189 7 222 7 200 7 156 7 167 7 156 7 172 7-9999 +USC00046719201409TOBS 333 7 328 7 289 7 283 7 322 7 350 7 367 7 300 7 311 7 350 7 328 7 344 7 361 7 394 7 394 7 389 7 350 7 283 7 272 7 272 7 272 7 306 7 333 7 367 7 333 7 278 7 239 7 244 7 289 7 306 7-9999 +USC00046719201409PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 36 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 102 7 0 7 0 7-9999 +USC00046719201410TMAX 317 7 372 7 383 7 389 7 383 7 367 7 361 7 350 7 306 7 289 7 317 7 306 7 317 7 300 7 261 7 261 7 256 7 267 7 272 7 272 7 272 7 317 7 322 7 328 7 317 7 278 7 267 7 289 7 328 7 300 7 233 7 +USC00046719201410TMIN 167 7 178 7 194 7 211 7 200 7 194 7 200 7 189 7 183 7 167 7 156 7 167 7 156 7 156 7 178 7 156 7 150 7 150 7 144 7 161 7 150 7 156 7 167 7 167 7 183 7 139 7 156 7 144 7 156 7 156 7 139 7 +USC00046719201410TOBS 294 7 372 7 350 7 372 7 356 7 350 7 350 7 306 7 267 7 272 7 294 7 294 7 300 7 250 7 244 7 250 7 228 7 256 7 261 7 267 7 256 7 300 7 311 7 311 7 272 7 250 7 250 7 283 7 300 7 233 7 194 7 +USC00046719201410PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201411TMAX 194 7 217 7 244 7 267 7 311 7 333 7 328 7 339 7 300 7 250 7 206 7 206 7 211 7 222 7 222 7 239 7 256 7 256 7 239 7 217 7 222 7 228 7 267 7 267 7 267 7 317 7 322 7 289 7 256 7 211 7-9999 +USC00046719201411TMIN 128 7 94 7 100 7 111 7 139 7 161 7 172 7 167 7 150 7 150 7 161 7 156 7 128 7 150 7 133 7 117 7 117 7 106 7 122 7 111 7 122 7 106 7 122 7 106 7 111 7 122 7 144 7 133 7 111 7 139 7-9999 +USC00046719201411TOBS 167 7 206 7 211 7 233 7 278 7 294 7 278 7 300 7 250 7 206 7 178 7 183 7 178 7 200 7 194 7 211 7 233 7 233 7 200 7 156 7 194 7 194 7 239 7 244 7 239 7 283 7 289 7 256 7 211 7 156 7-9999 +USC00046719201411PRCP 0 7 0 7 3 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 20 7-9999 +USC00046719201412TMAX 206 7 194 7 178 7 211 7 200 7 228 7 250 7 261 7 250 7 228 7 206 7 172 7 183 7 183 7 178 7 167 7 167 7 172 7 189 7 161 7 200 7 256 7 283 7 256 7 206 7 167 7 161 7 161 7 167 7 150 7 133 7 +USC00046719201412TMIN 133 7 133 7 133 7 122 7 128 7 122 7 128 7 128 7 128 7 122 7 144 7 111 7 78 7 83 7 89 7 111 7 100 7 89 7 94 7 94 7 94 7 106 7 133 7 122 7 100 7 61 7 39 7 50 7 50 7 78 7 56 7 +USC00046719201412TOBS 194 7 133 7 172 7 189 7 189 7 206 7 228 7 233 7 217 7 206 7 172 7 133 7 161 7 161 7 167 7 128 7 139 7 161 7 161 7 150 7 178 7 228 7 256 7 206 7 150 7 150 7 144 7 150 7 150 7 89 7 117 7 +USC00046719201412PRCP 0 7 478 7 147 7 56 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 869 7 0 7 0 7 0 7 102 7 206 7 0 7 0 7 0 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 41 7 46 7 +USC00046719201501TMAX 150 7 156 7 161 7 217 7 272 7 289 7 294 7 244 7 217 7 200 7 156 7 178 7 200 7 228 7 233 7 256 7 256 7 250 7 239 7 222 7 222 7 222 7 239 7 283 7 278 7 250 7 228 7 233 7 239 7 222 7 222 7 +USC00046719201501TMIN 17 7 39 7 39 7 56 7 89 7 111 7 122 7 122 7 139 7 117 7 128 7 100 7 117 7 94 7 94 7 89 7 111 7 122 7 111 7 106 7 117 7 117 7 94 7 128 7 117 7 172 7 133 7 128 7 161 7 150 7 139 7 +USC00046719201501TOBS 128 7 139 7 150 7 200 7 256 7 272 7 244 7 200 7 200 7 156 7 150 7 178 7 189 7 194 7 222 7 233 7 244 7 222 7 222 7 167 7 211 7 211 7 228 7 278 7 250 7 194 7 211 7 217 7 217 7 167 7 211 7 +USC00046719201501PRCP 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 18 7 287 7 3 7 0 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 64 7 0 7 0 7 5 7 3 7 +USC00046719201502TMAX 256 7 267 7 256 7 256 7 289 7 261 7 239 7 261 7 256 7 278 7 300 7 306 7 317 7 306 7 289 7 267 7 244 7 261 7 250 7 244 7 211 7 172 7 161 7 233 7 239 7 222 7 200 7 183 7-9999 -9999 -9999 +USC00046719201502TMIN 106 7 117 7 111 7 94 7 117 7 111 7 111 7 133 7 128 7 117 7 128 7 139 7 139 7 156 7 128 7 117 7 139 7 111 7 122 7 117 7 128 7 128 7 100 7 72 7 89 7 100 7 122 7 117 7-9999 -9999 -9999 +USC00046719201502TOBS 244 7 239 7 244 7 233 7 244 7 239 7 156 7 256 7 233 7 272 7 294 7 306 7 289 7 289 7 261 7 228 7 228 7 228 7 244 7 211 7 167 7 128 7 111 7 222 7 211 7 200 7 150 7 161 7-9999 -9999 -9999 +USC00046719201502PRCP 0 7 0 7 0 7 3 7 0 7 0 7 18 7 20 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 81 7 259 7 5 7 0 7 0 7 0 7 0 7-9999 -9999 -9999 +USC00046719201503TMAX 167 7 156 7 200 7 222 7 261 7 300 7 300 7 283 7 267 7 289 7 283 7 306 7 322 7 339 7 344 7 328 7 311 7 272 7 261 7 294 7 267 7 261 7 233 7 250 7 311 7 344 7 339 7 322 7 311 7 300 7 278 7 +USC00046719201503TMIN 94 7 83 7 72 7 83 7 94 7 89 7 122 7 117 7 111 7 117 7 167 7 139 7 172 7 178 7 206 7 189 7 167 7 161 7 156 7 128 7 139 7 150 7 122 7 122 7 133 7 172 7 178 7 150 7 139 7 144 7 133 7 +USC00046719201503TOBS 144 7 133 7 167 7 211 7 239 7 289 7 283 7 239 7 250 7 283 7 228 7 300 7 311 7 333 7 317 7 311 7 272 7 233 7 239 7 267 7 261 7 217 7 228 7 233 7 300 7 328 7 311 7 311 7 289 7 278 7 244 7 +USC00046719201503PRCP 241 7 173 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 10 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201504TMAX 256 7 244 7 300 7 294 7 278 7 217 7 189 7 217 7 250 7 239 7 244 7 272 7 272 7 250 7 272 7 278 7 311 7 300 7 283 7 250 7 217 7 194 7 189 7 183 7 178 7 244 7 289 7 339 7 350 7 333 7-9999 +USC00046719201504TMIN 144 7 117 7 122 7 156 7 122 7 122 7 83 7 72 7 100 7 106 7 111 7 117 7 117 7 139 7 128 7 133 7 128 7 144 7 128 7 128 7 139 7 139 7 122 7 133 7 133 7 100 7 139 7 150 7 178 7 183 7-9999 +USC00046719201504TOBS 239 7 233 7 289 7 272 7 217 7 183 7 161 7 189 7 239 7 217 7 222 7 256 7 244 7 233 7 267 7 256 7 261 7 267 7 244 7 217 7 194 7 172 7 172 7 167 7 139 7 239 7 272 7 317 7 333 7 322 7-9999 +USC00046719201504PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 5 7 0 7 0 7 0 7 0 7-9999 +USC00046719201505TMAX 328 7 317 7 278 7 228 7 211 7 183 7 189 7 183 7 178 7 267 7 272 7 272 7 239 7 211 7 189 7 200 7 222 7 222 7 222 7 233 7 233 7 206 7 211 7 206 7 222 7 233 7 239 7 278 7 294 7 306 7 300 7 +USC00046719201505TMIN 183 7 183 7 144 7 122 7 128 7 133 7 133 7 106 7 122 7 111 7 139 7 133 7 128 7 117 7 100 7 111 7 139 7 144 7 111 7 139 7 139 7 133 7 139 7 144 7 128 7 139 7 144 7 133 7 144 7 150 7 150 7 +USC00046719201505TOBS 317 7 278 7 228 7 211 7 178 7 172 7 161 7 167 7 167 7 256 7 272 7 228 7 206 7 133 7 172 7 189 7 217 7 178 7 222 7 228 7 200 7 172 7 206 7 200 7 217 7 217 7 233 7 267 7 289 7 300 7 256 7 +USC00046719201505PRCP 0 7 0 7 0 7 3 7 0 7 0 7 0 7 36 7 0 7 0 7 0 7 0 7 0 7 145 7 119 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201506TMAX 272 7 272 7 267 7 244 7 239 7 244 7 322 7 378 7 367 7 289 7 261 7 261 7 256 7 300 7 311 7 311 7 317 7 339 7 339 7 339 7 328 7 317 7 328 7 328 7 328 7 328 7 300 7 367 7 367 7 367 7-9999 +USC00046719201506TMIN 144 7 139 7 150 7 156 7 144 7 133 7 144 7 172 7 211 7 183 7 167 7 178 7 167 7 167 7 167 7 156 7 156 7 161 7 161 7 183 7 172 7 183 7 183 7 183 7 178 7 178 7 178 7 211 7 217 7 211 7-9999 +USC00046719201506TOBS 261 7 261 7 217 7 183 7 222 7 233 7 294 7 361 7 289 7 250 7 261 7 233 7 244 7 283 7 294 7 300 7 311 7 322 7 328 7 322 7 289 7 311 7 322 7 322 7 328 7 294 7 261 7 344 7 339 7 317 7-9999 +USC00046719201506PRCP 0 7 0 7 3 7 0 7 3 7 0 7 0 7 0 7 3 7 3 7 5 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201507TMAX 339 7 322 7 328 7 306 7 289 7 278 7 289 7 278 7 256 7 256 7 283 7 306 7 317 7 322 7 311 7 311 7 333 7 328 7 344 7 317 7 311 7 289 7 311 7 333 7 339 7 328 7 306 7 328 7 328 7 344 7 328 7 +USC00046719201507TMIN 222 7 217 7 189 7 172 7 172 7 178 7 172 7 178 7 178 7 161 7 161 7 167 7 178 7 172 7 183 7 183 7 167 7 194 7 194 7 206 7 211 7 206 7 189 7 194 7 194 7 194 7 189 7 183 7 183 7 211 7 206 7 +USC00046719201507TOBS 289 7 317 7 294 7 289 7 278 7 261 7 278 7 233 7 233 7 244 7 283 7 289 7 306 7 306 7 300 7 289 7 328 7 200 7 317 7 294 7 256 7 283 7 300 7 322 7 322 7 306 7 278 7 311 7 306 7 317 7 328 7 +USC00046719201507PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 33 7 69 7 58 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201508TMAX 328 7 311 7 328 7 311 7 328 7 361 7 372 7 289 7 283 7 256 7-9999 -9999 294 7 367 7 378 7 383 7 317 7 322 7 317 7 306 7 306 7 289 7 311 7 339 7 344 7 328 7 367 7 372 7 400 7 372 7 339 7 +USC00046719201508TMIN-9999 -9999 133 7 144 7-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 178 7-9999 -9999 -9999 -9999 -9999 -9999 178 7 189 7 189 7 194 7 172 7 200 7 211 7 211 7 228 7 211 7 206 7 183 7 +USC00046719201508TOBS 167 7 194 7 206 7 217 7 239 7 233 7-9999 -9999 -9999 -9999 -9999 178 7 211 7 239 7-9999 -9999 -9999 144 7-9999 189 7 189 7 194 7 194 7 200 7 211 7 233 7 250 7 256 7 239 7 233 7 194 7 +USC00046719201508PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201509TMAX 311 7 306 7 289 7 283 7 272 7 300 7 350 7 367 7 394 7 394 7 367 7 367 7 322 7 344 7 344 7 278 7 272 7 289 7 350 7 367 7 400 7 400 7 311 7 328 7 367 7 356 7 361 7 350 7 328 7 328 7-9999 +USC00046719201509TMIN 189 7 189 7 172 7 178 7 172 7 172 7 194 7 228 7 228 7 250 7 244 7 228 7 206 7 189 7 189 7 167 7 156 7 156 7 183 7 206 7 228 7 194 7 183 7 194 7 200 7 228 7 217 7 189 7 167 7 183 7-9999 +USC00046719201509TOBS 200 7 194 7 178 7 178 7 172 7 194 7 244 7 267 7 289 7 278 7 272 7 250 7 233 7 211 7 194 7 183 7 183 7 189 7 222 7 239 7 267 7 211 7 206 7 222 7 228 7 244 7 217 7 206 7 194 7 206 7-9999 +USC00046719201509PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 381 7 102 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201510TMAX 344 7 306 7 294 7 350 7 239 7 239 7 261 7 306 7 350 7 394 7 372 7 383 7 356 7 339 7 311 7 289 7 239 7 283 7 261 7 233 7 267 7 278 7 272 7 294 7 322 7 294 7 322 7 300 7 272 7 289 7 294 7 +USC00046719201510TMIN 183 7 183 7 183 7 189 7 150 7 139 7 156 7 156 7 200 7 200 7 222 7 211 7 228 7 211 7 206 7 194 7 194 7 183 7 167 7 139 7 150 7 150 7 144 7 156 7 178 7 150 7 150 7 167 7 183 7 172 7 156 7 +USC00046719201510TOBS 200 7 183 7 189 7 194 7 161 7 161 7 178 7 200 7 239 7 239 7 244 7 228 7 256 7 233 7 211 7 194 7 200 7 189 7 172 7 150 7 178 7 156 7 156 7 178 7 194 7 167 7 167 7 194 7 183 7 178 7 161 7 +USC00046719201510PRCP 0 7 0 7 0 7 140 7 51 7 5 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 18 7 0 7 0 7 0 7 41 7 8 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201511TMAX 322 7 311 7 228 7 200 7 194 7 222 7 256 7 267 7 250 7 194 7 200 7 228 7 250 7 267 7 261 7 200 7 167 7 222 7 256 7 300 7 306 7 306 7 294 7 278 7 211 7 178 7 167 7 172 7 178 7 189 7-9999 +USC00046719201511TMIN 144 7 133 7 100 7 78 7 78 7 89 7 89 7 94 7 100 7 78 7 67 7 61 7 72 7 100 7 83 7 89 7 56 7 56 7 111 7 122 7 150 7 117 7 122 7 94 7 78 7 67 7 72 7 50 7 72 7 50 7-9999 +USC00046719201511TOBS 222 7 183 7 139 7 139 7 128 7 139 7 144 7 156 7 144 7 122 7 122 7 128 7 100 7 139 7 122 7 106 7 117 7 122 7 156 7 167 7 150 7 150 7 156 7 122 7 94 7 106 7 83 7 72 7 89 7 83 7-9999 +USC00046719201511PRCP 0 7 0 7 30 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 18 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201512TMAX 189 7 222 7 256 7 250 7 183 7 239 7 272 7 283 7 294 7 261 7 200 7 167 7 183 7 189 7 144 7 156 7 161 7 194 7 222 7 178 7 161 7 156 7 144 7 183 7 183 7 150 7 156 7 156 7 167 7 161 7 167 7 +USC00046719201512TMIN 56 7 56 7 94 7 83 7 117 7 106 7 111 7 122 7 122 7 100 7 89 7 61 7 56 7 78 7 28 7 28 7 39 7 61 7 78 7 61 7 56 7 50 7 94 7 67 7 78 7 56 7 22 7 11 7 17 7 11 7 33 7 +USC00046719201512TOBS 89 7 111 7 139 7 117 7 122 7 128 7 139 7 144 7 144 7 122 7 111 7 72 7 78 7 83 7 50 7 50 7 72 7 83 7 89 7 61 7 83 7 111 7 106 7 78 7 78 7 83 7 67 7 39 7 50 7 61 7 50 7 +USC00046719201512PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 8 7 0 7 0 7 97 7 3 7 0 7 0 7 0 7 0 7 25 7 0 7 102 7 43 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201601TMAX 178 7 172 7 178 7 189 7 200 7 122 7 111 7 139 7 161 7 139 7 150 7 172 7 211 7 194 7 172 7 167 7 183 7 222 7 156 7 178 7 217 7 250 7 217 7 183 7 183 7 217 7 233 7 228 7 256 7 222 7 222 7 +USC00046719201601TMIN 44 7 44 7 67 7 72 7 106 7 56 7 56 7 50 7 50 7 78 7 72 7 50 7 50 7 72 7 78 7 94 7 78 7 78 7 94 7 111 7 89 7 89 7 100 7 61 7 72 7 72 7 72 7 89 7 89 7 83 7 56 7 +USC00046719201601TOBS 50 7 67 7 72 7 122 7 117 7 83 7 67 7 56 7 78 7 94 7 94 7 61 7 89 7 89 7 106 7 100 7 150 7 94 7 111 7 133 7 117 7 111 7 111 7 72 7 83 7 111 7 111 7 128 7 133 7 122 7 111 7 +USC00046719201601PRCP 0 7 0 7 0 7 3 7 25 7 498 7 305 7 0 7 0 7 5 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 8 7 0 7 0 7 8 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201602TMAX 228 7 144 7 161 7 183 7 206 7 239 7 250 7 294 7 311 7 322 7 322 7 311 7 306 7 272 7 300 7 322 7 333 7 333 7 211 7 211 7 239 7 256 7 278 7 289 7 278 7 306 7 283 7 261 7 272 7-9999 -9999 +USC00046719201602TMIN 61 7 22 7 44 7 56 7 50 7 72 7 89 7 122 7 117 7 133 7 133 7 122 7 117 7 106 7 144 7 150 7 133 7 111 7 89 7 78 7 83 7 89 7 122 7 111 7 122 7 117 7 100 7 106 7 122 7-9999 -9999 +USC00046719201602TOBS 89 7 72 7 94 7 106 7 106 7 111 7 128 7 172 7 167 7 161 7 189 7 167 7 156 7 161 7 183 7 211 7 183 7 122 7 139 7 122 7 139 7 172 7 172 7 167 7 189 7 178 7 167 7 156 7 183 7-9999 -9999 +USC00046719201602PRCP 218 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 203 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 -9999 +USC00046719201603TMAX 272 7 278 7 250 7 244 7 222 7 183 7 194 7 150 7 228 7 244 7 267 7 194 7 194 7 194 7 217 7 283 7 306 7 283 7 250 7 250 7 244 7 222 7 222 7 261 7 283 7 267 7 272 7 256 7 178 7 183 7 178 7 +USC00046719201603TMIN 122 7 117 7 111 7 89 7 111 7 111 7 61 7 61 7 83 7 122 7 111 7 50 7 78 7 83 7 100 7 117 7 139 7 122 7 122 7 100 7 100 7 100 7 94 7 111 7 111 7 106 7 106 7 122 7 61 7 67 7 67 7 +USC00046719201603TOBS 178 7 172 7 150 7 111 7 139 7 128 7 72 7 139 7 156 7 194 7 150 7 111 7 83 7 128 7 117 7 156 7 156 7 128 7 128 7 111 7 111 7 117 7 122 7 144 7 139 7 117 7 122 7 133 7 94 7 94 7 106 7 +USC00046719201603PRCP 0 7 0 7 0 7 0 7 0 7 338 7 445 7 5 7 3 7 0 7 0 7 122 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 13 7 0 7 +USC00046719201604TMAX 222 7 244 7 283 7 289 7 289 7 333 7 344 7 278 7 150 7 156 7 206 7 239 7 239 7 239 7 228 7 267 7 283 7 317 7 328 7 322 7 311 7 289 7 239 7 244 7 244 7 211 7 222 7 217 7 217 7 222 7-9999 +USC00046719201604TMIN 89 7 106 7 122 7 128 7 133 7 133 7 133 7 106 7 122 7 117 7 122 7 111 7 111 7 117 7 106 7 128 7 128 7 133 7 167 7 144 7 139 7 122 7 111 7 106 7 111 7 78 7 100 7 106 7 111 7 111 7-9999 +USC00046719201604TOBS 122 7 139 7 150 7 156 7 167 7 178 7 161 7 139 7 139 7 128 7 144 7 144 7 133 7 133 7 128 7 156 7 183 7 194 7 194 7 189 7 189 7 150 7 139 7 150 7 133 7 117 7 133 7 128 7 128 7 128 7-9999 +USC00046719201604PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 20 7 79 7 46 7 5 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 5 7 0 7 0 7 0 7 0 7-9999 +USC00046719201605TMAX 206 7 267 7 283 7 300 7 300 7 183 7 189 7 183 7 189 7 200 7 233 7 261 7 289 7 294 7 294 7 239 7 200 7 244 7 239 7 244 7 206 7 200 7 233 7 228 7 217 7 206 7 233 7 261 7 256 7 239 7 250 7 +USC00046719201605TMIN 106 7 111 7 117 7 128 7 122 7 122 7 111 7 100 7 117 7 106 7 128 7 122 7 133 7 150 7 128 7 133 7 144 7 133 7 133 7 139 7 106 7 89 7 106 7 133 7 122 7 106 7 117 7 117 7 133 7 117 7 122 7 +USC00046719201605TOBS 139 7 150 7 178 7 139 7 156 7 133 7 122 7 144 7 144 7 133 7 139 7 156 7 161 7 156 7 133 7 156 7 150 7 150 7 139 7 144 7 144 7 144 7 139 7 144 7 156 7 167 7 156 7 150 7 139 7 156 7 144 7 +USC00046719201605PRCP 0 7 0 7 0 7 0 7 0 7 0 7 152 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201606TMAX 256 7 272 7 328 7 372 7 372 7 300 7 283 7 278 7 289 7 256 7 283 7 283 7 239 7 239 7 250 7 261 7 272 7 322 7 356 7 411 7 422 7 328 7 322 7 300 7 300 7 322 7 367 7 378 7 339 7 344 7-9999 +USC00046719201606TMIN 122 7 150 7 144 7 167 7 128 7 128 7 133 7 133 7 139 7 156 7 156 7 150 7 144 7 133 7 128 7 122 7 128 7 183 7 189 7 239 7 206 7 183 7 189 7 161 7 161 7 161 7 156 7 167 7 178 7 172 7-9999 +USC00046719201606TOBS 167 7 200 7 189 7 228 7 156 7 150 7 156 7 161 7 178 7 172 7 161 7 156 7 156 7 150 7 156 7 183 7 222 7 239 7 289 7 333 7 239 7 217 7 206 7 172 7 200 7 222 7 217 7 222 7 222 7 217 7-9999 +USC00046719201606PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201607TMAX 322 7 294 7 306 7 278 7 272 7 283 7 283 7 306 7 311 7 322 7 322 7 306 7 300 7 333 7 322 7 322 7 322 7 322 7 328 7 356 7 361 7 378 7 389 7 389 7 378 7 378 7 356 7 367 7 361 7 344 7 339 7 +USC00046719201607TMIN 178 7 167 7 156 7 144 7 156 7 156 7 156 7 156 7 156 7 156 7 156 7 161 7 167 7 167 7 161 7 161 7 156 7 167 7 161 7 172 7 183 7 211 7 222 7 200 7 194 7 183 7 206 7 183 7 178 7 194 7 194 7 +USC00046719201607TOBS 211 7 189 7 172 7 161 7 178 7 167 7 172 7 172 7 200 7 189 7 183 7 167 7 194 7 211 7 172 7 194 7 172 7 183 7 222 7 233 7 256 7 261 7 244 7 244 7 256 7 261 7 244 7 239 7 244 7 228 7 228 7 +USC00046719201607PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201608TMAX 328 7 339 7 333 7 328 7 311 7 311 7 311 7 311 7 300 7 300 7 300 7 311 7 306 7 344 7 378 7 389 7 383 7 367 7 356 7 333 7 300 7 317 7 328 7 328 7 322 7 294 7 278 7 278 7 322 7 350 7 361 7 +USC00046719201608TMIN 172 7 178 7 178 7 183 7 178 7 161 7 161 7 167 7 156 7 161 7 156 7 172 7 183 7 194 7 183 7 172 7 178 7 172 7 161 7 167 7 172 7 167 7 172 7 167 7 167 7 172 7 150 7 156 7 178 7 178 7 183 7 +USC00046719201608TOBS 189 7 194 7 194 7 206 7 189 7 178 7 183 7 172 7 178 7 183 7 183 7 194 7 217 7 222 7 228 7 222 7 233 7 206 7 189 7 194 7 189 7 189 7 206 7 200 7 183 7 172 7 161 7 178 7 194 7 194 7 217 7 +USC00046719201608PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201609TMAX 356 7 328 7 328 7 328 7 328 7 322 7 328 7 328 7 283 7 306 7 328 7 317 7 311 7 211 7 239 7 283 7 283 7 322 7 372 7 389 7 317 7 311 7 322 7 267 7 339 7 372 7 400 7 367 7 339 7 344 7-9999 +USC00046719201609TMIN 178 7 172 7 167 7 167 7 156 7 156 7 150 7 133 7 161 7 167 7 156 7 156 7 144 7 117 7 133 7 122 7 133 7 156 7 183 7 200 7 183 7 172 7 183 7 150 7 178 7 183 7 200 7 200 7 206 7 200 7-9999 +USC00046719201609TOBS 200 7 183 7 172 7 172 7 167 7 161 7 161 7 178 7 172 7 189 7 172 7 161 7 167 7 156 7 161 7 156 7 161 7 206 7 222 7 256 7 200 7 183 7 211 7 189 7 217 7 222 7 244 7 222 7 233 7 217 7-9999 +USC00046719201609PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201610TMAX 344 7 344 7 344 7 261 7 261 7 256 7 317 7 339 7 344 7 350 7 317 7 239 7 228 7 261 7 261 7 256 7 239 7 233 7 250 7 328 7 361 7 344 7 344 7 344 7 239 7 278 7 244 7 289 7 250 7 278 7 189 7 +USC00046719201610TMIN 167 7 144 7 128 7 128 7 133 7 122 7 150 7 156 7 156 7 161 7 139 7 128 7 117 7 128 7 128 7 144 7 156 7 128 7 122 7 156 7 172 7 150 7 150 7 156 7 133 7 139 7 128 7 172 7 150 7 167 7 128 7 +USC00046719201610TOBS 189 7 156 7 150 7 156 7 144 7 150 7 189 7 189 7 178 7 189 7 156 7 139 7 128 7 133 7 144 7 178 7 156 7 156 7 161 7 183 7 211 7 161 7 178 7 172 7 144 7 156 7 178 7 183 7 172 7 167 7 133 7 +USC00046719201610PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 38 7 0 7 0 7 0 7 0 7 0 7 0 7 13 7 15 7 0 7 0 7 0 7 0 7 0 7 25 7 +USC00046719201611TMAX 211 7 244 7 272 7 322 7 294 7 294 7 289 7 294 7 339 7 333 7 328 7 333 7 278 7 350 7 322 7 294 7 283 7 272 7 250 7 239 7 172 7 194 7 211 7 217 7 261 7 261 7 167 7 139 7 183 7 189 7-9999 +USC00046719201611TMIN 117 7 100 7 100 7 156 7 133 7 117 7 106 7 117 7 172 7 156 7 144 7 156 7 144 7 156 7 139 7 111 7 100 7 89 7 89 7 111 7 111 7 89 7 89 7 83 7 72 7 67 7 83 7 61 7 67 7 67 7-9999 +USC00046719201611TOBS 133 7 144 7 172 7 167 7 144 7 161 7 183 7 211 7 239 7 194 7 183 7 189 7 189 7 183 7 178 7 156 7 156 7 144 7 128 7 139 7 122 7 117 7 106 7 106 7 106 7 89 7 89 7 94 7 100 7 100 7-9999 +USC00046719201611PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 203 7 5 7 0 7 0 7 0 7 0 7 51 7 51 7 0 7 0 7-9999 +USC00046719201612TMAX 194 7 183 7 161 7 194 7 211 7 233 7 189 7 178 7 194 7 172 7 183 7 167 7 183 7 194 7 228 7 194 7 144 7 144 7 172 7 200 7 244 7 183 7 178 7 144 7 128 7 128 7 156 7 183 7 156 7 144 7 178 7 +USC00046719201612TMIN 67 7 83 7 50 7 67 7 78 7 72 7 72 7 89 7 83 7 78 7 100 7 117 7 89 7 94 7 106 7 100 7 50 7 28 7 39 7 44 7 83 7 100 7 106 7 67 7 22 7 44 7 44 7 56 7 44 7 44 7 106 7 +USC00046719201612TOBS 100 7 133 7 67 7 100 7 100 7 117 7 117 7 111 7 106 7 100 7 139 7 133 7 117 7 106 7 139 7 133 7 56 7 44 7 78 7 83 7 150 7 106 7 111 7 72 7 44 7 67 7 61 7 100 7 72 7 106 7 111 7 +USC00046719201612PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 445 7 3 7 0 7 0 7 0 7 0 7 180 7 8 7 356 7 0 7 0 7 0 7 0 7 0 7 25 7 97 7 +USC00046719201701TMAX 117 7 139 7 122 7 139 7 150 7 139 7 172 7 189 7 206 7 144 7 128 7 172 7 111 7 161 7 200 7 161 7 183 7 200 7 156 7 161 7 122 7 161 7 106 7 106 7 128 7 150 7 161 7 150 7 228 7 239 7 256 7 +USC00046719201701TMIN 33 7 33 7 67 7 72 7 61 7 89 7 94 7 100 7 111 7 83 7 94 7 94 7 83 7 67 7 61 7 83 7 89 7 61 7 89 7 94 7 83 7 78 7 67 7 22 7 22 7 33 7 39 7 44 7 61 7 83 7 83 7 +USC00046719201701TOBS 50 7 94 7 83 7 111 7 111 7 94 7 100 7 122 7 111 7 94 7 122 7 94 7 94 7 72 7 83 7 94 7 111 7 122 7 94 7 100 7 89 7 83 7 72 7 50 7 44 7 67 7 72 7 83 7 83 7 111 7 133 7 +USC00046719201701PRCP 56 7 0 7 0 7 0 7 191 7 5 7 38 7 3 7 160 7 38 7 330 7 274 7 229 7 0 7 0 7 0 7 0 7 0 7 206 7 114 7 81 7 25 7 521 7 76 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201702TMAX 222 7 244 7 189 7 139 7 117 7 128 7 139 7 144 7 200 7 261 7 172 7 222 7 222 7 239 7 244 7 267 7 211 7 122 7 161 7 133 7 161 7 189 7 183 7 183 7 178 7 167 7 150 7 139 7-9999 -9999 -9999 +USC00046719201702TMIN 67 7 72 7 106 7 100 7 100 7 100 7 100 7 94 7 122 7 117 7 111 7 78 7 72 7 72 7 78 7 111 7 117 7 83 7 94 7 94 7 100 7 83 7 44 7 39 7 39 7 61 7 78 7 56 7-9999 -9999 -9999 +USC00046719201702TOBS 89 7 106 7 111 7 117 7 100 7 100 7 128 7 128 7 161 7 144 7 128 7 128 7 156 7 161 7 167 7 167 7 117 7 94 7 106 7 100 7 139 7 89 7 89 7 100 7 94 7 78 7 100 7 106 7-9999 -9999 -9999 +USC00046719201702PRCP 0 7 0 7 13 7 23 7 0 7 140 7 51 7 89 7 0 7 0 7 117 7 15 7 0 7 0 7 0 7 0 7 0 7 660 7 3 7 10 7 3 7 13 7 0 7 0 7 0 7 41 7 0 7 0 7-9999 -9999 -9999 +USC00046719201703TMAX 183 7 239 7 261 7 272 7 200 7 150 7 239 7 256 7 300 7 311 7 278 7 289 7 322 7 339 7 322 7 306 7 267 7 289 7 261 7 267 7 278 7 167 7 189 7 211 7 222 7 206 7 211 7 239 7 256 7 294 7 239 7 +USC00046719201703TMIN 61 7 72 7 83 7 100 7 100 7 28 7 56 7 61 7 128 7 133 7 122 7 122 7 122 7 150 7 161 7 133 7 133 7 111 7 117 7 100 7 111 7 122 7 89 7 83 7 94 7 89 7 94 7 100 7 122 7 122 7 111 7 +USC00046719201703TOBS 133 7 156 7 183 7 128 7 111 7 94 7 133 7 189 7 206 7 178 7 194 7 172 7 161 7 161 7 178 7 156 7 156 7 122 7 144 7 117 7 128 7 128 7 111 7 100 7 111 7 106 7 122 7 128 7 161 7 156 7 128 7 +USC00046719201703PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 53 7 5 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201704TMAX 228 7 250 7 267 7 272 7 283 7 300 7 267 7 189 7 222 7 261 7 267 7 239 7 222 7 211 7 211 7 261 7 261 7 267 7 250 7 239 7 322 7 339 7 333 7 278 7 267 7 256 7 272 7 283 7 289 7 283 7-9999 +USC00046719201704TMIN 89 7 117 7 111 7 122 7 128 7 139 7 122 7 89 7 39 7 56 7 83 7 106 7 117 7 83 7 89 7 111 7 106 7 111 7 117 7 111 7 128 7 144 7 133 7 128 7 117 7 122 7 139 7 144 7 161 7 133 7-9999 +USC00046719201704TOBS 139 7 144 7 122 7 161 7 156 7 167 7 133 7 122 7 117 7 122 7 139 7 133 7 167 7 111 7 139 7 167 7 167 7 167 7 161 7 144 7 200 7 167 7 161 7 150 7 156 7 161 7 161 7 172 7 200 7 189 7-9999 +USC00046719201704PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 13 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201705TMAX 311 7 328 7 322 7 317 7 267 7 161 7 167 7 306 7 239 7 222 7 200 7 233 7 250 7 233 7 233 7 228 7 233 7 200 7 267 7 300 7 339 7 339 7 322 7 317 7 289 7 211 7 200 7 233 7 278 7 267 7 256 7 +USC00046719201705TMIN 139 7 133 7 144 7 144 7 139 7 89 7 61 7 72 7 117 7 106 7 117 7 106 7 106 7 94 7 83 7 89 7 100 7 100 7 111 7 128 7 161 7 156 7 144 7 133 7 133 7 139 7 111 7 117 7 122 7 139 7 150 7 +USC00046719201705TOBS 194 7 167 7 172 7 172 7 161 7 144 7 106 7 117 7 144 7 156 7 161 7 122 7 139 7 150 7 128 7 122 7 128 7 144 7 128 7 228 7 228 7 156 7 150 7 156 7 139 7 144 7 144 7 172 7 144 7 150 7 150 7 +USC00046719201705PRCP 0 7 0 7 0 7 0 7 0 7 0 7 66 7 191 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201706TMAX 278 7 283 7 278 7 278 7 311 7 283 7 267 7 261 7 233 7 267 7 222 7 222 7 233 7 267 7 317 7 328 7 344 7 333 7 339 7 356 7 361 7 350 7 300 7 289 7 300 7 383 7 378 7 372 7 306 7 289 7-9999 +USC00046719201706TMIN 133 7 139 7 161 7 156 7 139 7 161 7 150 7 156 7 128 7 156 7 133 7 128 7 117 7 144 7 161 7 161 7 156 7 161 7 189 7 183 7 189 7 156 7 161 7 161 7 172 7 211 7 211 7 150 7 156 7 161 7-9999 +USC00046719201706TOBS 139 7 167 7 194 7 206 7 167 7 172 7 156 7 167 7 161 7 161 7 167 7 156 7 178 7 222 7 222 7 222 7 222 7 222 7 239 7 256 7 267 7 178 7 189 7 194 7 217 7 300 7 211 7 194 7 178 7 167 7-9999 +USC00046719201706PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201707TMAX 267 7 278 7 339 7 350 7 344 7 333 7 361 7 394 7 394 7 383 7 383 7 350 7 333 7 322 7 350 7 322 7 339 7 322 7 322 7 328 7 344 7 344 7 322 7 322 7 328 7 300 7 317 7 333 7 322 7 328 7 311 7 +USC00046719201707TMIN 167 7 172 7 144 7 183 7 178 7 178 7 211 7 228 7 211 7 200 7 194 7 200 7 183 7 178 7 211 7 211 7 189 7 178 7 183 7 183 7 167 7 167 7 178 7 172 7 183 7 172 7 183 7 172 7 167 7 183 7 167 7 +USC00046719201707TOBS 172 7 178 7 211 7 200 7 200 7 222 7 250 7 289 7 233 7 228 7 233 7 211 7 211 7 211 7 233 7 228 7 217 7 222 7 211 7 217 7 211 7 261 7 211 7 206 7 200 7 211 7 228 7 211 7 194 7 206 7 211 7 +USC00046719201707PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201708TMAX 322 7 389 7 367 7 350 7 328 7 317 7 322 7 322 7 344 7 344 7 339 7 339 7 333 7 339 7 267 7 267 7 283 7 289 7 294 7 283 7 300 7 283 7 294 7 311 7 294 7 339 7 383 7 367 7 378 7 400 7 389 7 +USC00046719201708TMIN 200 7 206 7 239 7 211 7 183 7 183 7 178 7 183 7 172 7 167 7 178 7 172 7 167 7 172 7 178 7 172 7 161 7 172 7 178 7 172 7 156 7 161 7 172 7 167 7 172 7 183 7 183 7 172 7 211 7 217 7 233 7 +USC00046719201708TOBS 206 7 244 7 267 7 233 7 194 7 200 7 200 7 206 7 211 7 206 7 200 7 189 7 183 7 178 7 183 7 178 7 183 7 189 7 178 7 194 7 183 7 183 7 178 7 183 7 183 7 217 7 206 7 217 7 239 7 261 7 272 7 +USC00046719201708PRCP 0 7 13 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201709TMAX 428 7 411 7 400 7 367 7 372 7 344 7 322 7 328 7 311 7 322 7 367 7 367 7 306 7 272 7 244 7 250 7 261 7 278 7 267 7 239 7 267 7 228 7 239 7 250 7 300 7 300 7 311 7 328 7 344 7 339 7-9999 +USC00046719201709TMIN 228 7 256 7 272 7 200 7 200 7 183 7 178 7 178 7 167 7 183 7 211 7 200 7 156 7 156 7 161 7 144 7 167 7 144 7 167 7 167 7 161 7 117 7 111 7 117 7 144 7 139 7 144 7 156 7 161 7 156 7-9999 +USC00046719201709TOBS 300 7 283 7 306 7 228 7 217 7 189 7 200 7 200 7 183 7 211 7 233 7 222 7 172 7 161 7 183 7 167 7 167 7 167 7 183 7 178 7 172 7 150 7 139 7 144 7 194 7 183 7 172 7 194 7 211 7 211 7-9999 +USC00046719201709PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 3 7 18 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201710TMAX 339 7 333 7 339 7 300 7 289 7 367 7 361 7 344 7 283 7 311 7 317 7 322 7 272 7 322 7 344 7 356 7 367 7 361 7 367 7 267 7 239 7 272 7 350 7 400 7 400 7 378 7 344 7 333 7 300 7 239 7 233 7 +USC00046719201710TMIN 156 7 156 7 144 7 128 7 117 7 139 7 139 7 139 7 144 7 133 7 122 7 128 7 128 7 133 7 178 7 161 7 122 7 139 7 150 7 161 7 128 7 150 7 133 7 206 7 178 7 178 7 161 7 144 7 133 7 139 7 133 7 +USC00046719201710TOBS 178 7 172 7 178 7 178 7 167 7 178 7 139 7 156 7 178 7 167 7 161 7 128 7 144 7 183 7 189 7 183 7 200 7 183 7 167 7 172 7 150 7 156 7 206 7 239 7 200 7 200 7 172 7 144 7 139 7 150 7 139 7 +USC00046719201710PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 5 7 3 7 +USC00046719201711TMAX 200 7 222 7 172 7 206 7 228 7 222 7 233 7 244 7 267 7 200 7 228 7 222 7 228 7 239 7 267 7 283 7 228 7 239 7 261 7 267 7 267 7 328 7 356 7 339 7 317 7 306 7 256 7 200 7 233 7 244 7-9999 +USC00046719201711TMIN 139 7 139 7 133 7 106 7 111 7 128 7 139 7 144 7 100 7 117 7 128 7 128 7 89 7 89 7 111 7 117 7 156 7 106 7-9999 100 7 106 7 117 7-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USC00046719201711TOBS 156 7 144 7 144 7 111 7 144 7 150 7 150 7 150 7 150 7 139 7 139 7 156 7 144 7 150 7 172 7 178 7 167 7 139 7 117 7 178 7 183 7 217 7 189 7 161 7 178 7 128 7 133 7 122 7 117 7 100 7-9999 +USC00046719201711PRCP 5 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 5 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201712TMAX 256 7 239 7 211 7 267 7 222 7 239 7 256 7 256 7 272 7 278 7 267 7 256 7 278 7 300 7 272 7 272 7 194 7 211 7 217 7 211 7 161 7 161 7 183 7 194 7 256 7 222 7 206 7 267 7 294 7 306 7 256 7 +USC00046719201712TMIN-9999 89 7 94 7-9999 -9999 -9999 -9999 -9999 83 7 100 7 111 7 72 7 83 7 89 7 100 7 94 7 100 7 72 7 78 7 67 7 50 7 50 7 56 7 78 7 72 7 72 7 94 7 89 7 94 7 94 7 89 7 +USC00046719201712TOBS 89 7 144 7 111 7 106 7 139 7 128 7 150 7 111 7 133 7 111 7 133 7 117 7 122 7 122 7 122 7 100 7 133 7 106 7 106 7 83 7 67 7 56 7 78 7 94 7 83 7 94 7 111 7 111 7 122 7 117 7 94 7 +USC00046719201712PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201801TMAX 217 7 228 7 272 7 228 7 228 7 217 7 239 7 256 7 178 7 122 7 211 7 222 7 239 7 283 7 283 7 244 7 233 7 261 7 156 7 167 7 156 7 172 7 194 7 233 7 239 7 161 7 183 7 222 7 300 7 300 7 267 7 +USC00046719201801TMIN 83 7 89 7 117 7 111 7 128 7 117 7 133 7 128 7 106 7 67 7 72 7 78 7 106 7 117 7 100 7 111 7 106 7 122 7 89 7 39 7 44 7 50 7 72 7 78 7 61 7 50 7 61 7 83 7 133 7 133 7 117 7 +USC00046719201801TOBS 89 7 133 7 144 7 133 7 133 7 161 7 133 7 150 7 106 7 83 7 106 7 122 7 117 7 139 7 122 7 117 7 133 7 122 7 100 7 50 7 106 7 111 7 89 7 94 7 100 7 61 7 83 7 133 7 172 7 172 7 161 7 +USC00046719201801PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 13 7 445 7 254 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 10 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201802TMAX 261 7 278 7 272 7 278 7 294 7 300 7 289 7 283 7 300 7 250 7 183 7-9999 -9999 189 7 200 7 217 7 233 7 250 7 256 7 139 7 156 7 161 7 156 7 161 7 172 7 211 7 189 7 139 7-9999 -9999 -9999 +USC00046719201802TMIN 111 7 133 7 139 7 133 7 72 7 83 7 94 7 106 7 111 7 111 7 83 7 128 7-9999 106 7 89 7 94 7 78 7 89 7 83 7 17 7 28 7 39 7 50 7 39 7 39 7 61 7 39 7 28 7-9999 -9999 -9999 +USC00046719201802TOBS 156 7 183 7 172 7 156 7 100 7 106 7 156 7 161 7 172 7 111 7 128 7-9999 106 7 117 7 139 7 111 7 139 7 133 7 94 7 78 7 78 7 78 7 83 7 89 7 100 7 128 7 89 7 94 7-9999 -9999 -9999 +USC00046719201802PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 8 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 56 7 0 7-9999 -9999 -9999 +USC00046719201803TMAX 167 7 178 7 117 7 150 7 178 7 228 7 267 7 222 7 244 7 222 7 156 7 183 7 244 7 200 7 200 7-9999 161 7 172 7 189 7 239 7 222 7 167 7 156 7 167 7 167 7 211 7 217 7 250 7 267 7 283 7 250 7 +USC00046719201803TMIN 72 7 83 7 89 7 33 7 56 7 78 7 106 7 94 7 100 7 128 7 117 7 111 7 117 7 106 7 72 7 83 7 83 7 44 7 56 7 83 7 122 7 106 7 117 7 111 7 94 7 61 7 78 7 100 7 106 7 133 7 133 7 +USC00046719201803TOBS 100 7 89 7 100 7 56 7 133 7 167 7 144 7 156 7 167 7 133 7 122 7 117 7 139 7 111 7 83 7 100 7 83 7 56 7 89 7 144 7 144 7 150 7 128 7 111 7 94 7 78 7 111 7 128 7 133 7 150 7 150 7 +USC00046719201803PRCP 0 7 28 7 211 7 20 7 0 7 0 7 0 7 0 7 0 7 0 7 20 7 0 7 0 7 99 7 165 7 3 7 66 7 3 7 0 7 0 7 5 7 208 7 249 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201804TMAX 233 7 289 7 244 7 239 7 239 7 228 7 233 7 250 7 261 7 344 7 361 7 333 7 294 7 278 7 306 7 306 7 267 7 222 7 239 7 211 7 244 7 317 7 294 7 289 7 289 7 300 7 222 7 228 7 211 7 256 7-9999 +USC00046719201804TMIN 100 7 111 7 100 7 106 7 117 7 111 7 128 7 117 7 128 7 128 7 139 7 144 7 133 7 100 7 117 7 94 7 106 7 83 7 61 7 72 7 106 7 133 7 128 7 111 7 106 7 106 7 117 7 111 7 111 7 100 7-9999 +USC00046719201804TOBS 122 7 117 7 111 7 117 7 122 7 133 7 139 7 128 7 183 7 183 7 161 7 156 7 161 7 167 7 150 7 111 7 133 7 144 7 94 7 117 7 144 7 172 7 144 7 128 7 133 7 133 7 128 7 111 7 128 7 128 7-9999 +USC00046719201804PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201805TMAX 183 7 133 7 233 7 244 7 328 7 333 7 311 7 283 7 289 7 289 7 272 7 167 7 172 7 200 7 217 7 228 7 244 7 228 7 211 7 200 7 194 7 206 7 172 7 222 7 206 7 211 7 256 7 267 7 283 7 261 7 194 7 +USC00046719201805TMIN 100 7 100 7 100 7 100 7 156 7 161 7 122 7 133 7 133 7 133 7 133 7 111 7 111 7 100 7 106 7 100 7 100 7 133 7 133 7 139 7 122 7 122 7 122 7 133 7 128 7 111 7 133 7 139 7 117 7 139 7 139 7 +USC00046719201805TOBS 106 7 106 7 100 7 189 7 211 7 189 7 161 7 178 7 150 7 144 7 139 7 111 7 133 7 133 7 139 7 156 7 161 7 139 7 139 7 139 7 128 7 122 7 133 7 144 7 144 7 133 7 150 7 144 7 150 7 139 7 144 7 +USC00046719201805PRCP 3 7 8 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 3 7 30 7 15 7 0 7 0 7 0 7 0 7 0 7 3 7 0 7 0 7 41 7 5 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 20 7 +USC00046719201806TMAX 228 7 244 7 289 7 306 7 267 7 294 7 272 7 311 7 300 7 300 7 294 7 317 7 344 7 328 7 350 7 311 7 233 7 233 7 239 7 272 7 356 7 306 7 278 7 272 7 306 7 289 7 306 7 306 7 294 7 267 7-9999 +USC00046719201806TMIN 111 7 150 7 133 7 139 7 156 7 156 7 139 7 117 7 111 7 100 7 117 7 111 7 122 7 128 7 156 7 161 7 150 7 144 7 139 7 150 7 178 7 178 7 172 7 161 7 150 7 144 7 150 7 150 7 161 7 161 7-9999 +USC00046719201806TOBS 167 7 167 7 189 7 211 7 156 7 161 7 200 7 194 7 172 7 167 7 206 7 200 7 200 7 211 7 211 7 161 7 150 7 144 7 150 7 178 7 183 7 183 7 183 7 172 7 189 7 167 7 167 7 178 7 167 7 172 7-9999 +USC00046719201806PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201807TMAX 283 7 294 7 278 7 283 7 306 7 356 7 450 7 411 7 383 7 372 7 344 7 350 7 344 7 333 7 339 7 350 7 339 7 311 7 306 7 322 7 317 7 344 7 344 7 389 7 383 7 372 7 350 7 333 7 367 7 372 7 350 7 +USC00046719201807TMIN 161 7 156 7 161 7 161 7 156 7-9999 -9999 -9999 228 7 217 7 206 7 206 7 194 7 194 7 189 7 178 7 183 7 211 7 206 7 217 7 194 7 200 7 183 7 211 7 211 7 194 7 183 7 194 7 217 7 222 7 206 7 +USC00046719201807TOBS 178 7 172 7 172 7 161 7 233 7 211 7 211 7 244 7 289 7 228 7 250 7 222 7 239 7 228 7 228 7 217 7 211 7 211 7 217 7 217 7 211 7 244 7 267 7 211 7 239 7 244 7 211 7 244 7 239 7 244 7 250 7 +USC00046719201807PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201808TMAX 361 7 356 7 339 7 350 7 350 7 344 7 378 7 389 7 372 7 389 7 350 7 339 7 333 7 322 7 311 7 328 7 322 7 328 7 328 7 333 7 311 7 322 7 328 7 317 7 300 7 294 7 300 7 306 7 300 7 328 7 333 7 +USC00046719201808TMIN 217 7 217 7-9999 183 7-9999 -9999 211 7 206 7 211 7 217 7 183 7 206 7 189 7 178 7 183 7 194 7 178 7 194 7 189 7 189 7 194 7 194 7 178 7 161 7 183 7 194 7 161 7 161 7 178 7 167 7 161 7 +USC00046719201808TOBS 256 7 233 7 206 7 189 7 183 7 222 7 239 7 267 7 256 7 250 7 250 7 228 7 206 7 206 7 206 7 211 7 211 7 206 7 206 7 200 7 206 7 211 7 200 7 189 7 200 7 200 7 172 7 178 7 200 7 206 7 200 7 +USC00046719201808PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201809TMAX 322 7 300 7 289 7 294 7 283 7 283 7 289 7 350 7 344 7 367 7 367 7 306 7 306 7 328 7 361 7 322 7 333 7 333 7 317 7 300 7 311 7 322 7 294 7 333 7 278 7 261 7 328 7 328 7 300 7 300 7-9999 +USC00046719201809TMIN 167 7 178 7 183 7 183 7 178 7 161 7 161 7 183 7 172 7 172 7 172 7 172 7 156 7 167 7 161 7 161 7 156 7 144 7 133 7 139 7 156 7 178 7 167 7 156 7 150 7 144 7 161 7 161 7 167 7 139 7-9999 +USC00046719201809TOBS 183 7 183 7 189 7 200 7 189 7 178 7 200 7 183 7 172 7 194 7 183 7 189 7 183 7 183 7 206 7 206 7 194 7 189 7 161 7 161 7 178 7 183 7 167 7 178 7 161 7 172 7 194 7 172 7 172 7 172 7-9999 +USC00046719201809PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201810TMAX 311 7 339 7 272 7 244 7 261 7 261 7 233 7 250 7 250 7 261 7 239 7 283 7 200 7 233 7 294 7 278 7 294 7 289 7 306 7 294 7 322 7 283 7 267 7 272 7 294 7 278 7 333 7 333 7 339 7 267 7 244 7 +USC00046719201810TMIN-9999 211 7 178 7 156 7 161 7 156 7 156 7 133 7 128 7 133 7 128 7 156 7 133 7 144 7 128 7 111 7 128 7 133 7 150 7 144 7 133 7 144 7 133 7 133 7 133 7 139 7 150 7 133 7 133 7 144 7 117 7 +USC00046719201810TOBS 228 7 222 7 189 7 172 7 161 7 167 7 172 7 150 7 167 7 156 7 156 7-9999 156 7 161 7 189 7 133 7 178 7 183 7 178 7 172 7 144 7 150 7 133 7 161 7 139 7 172 7 183 7 144 7 150 7 144 7 128 7 +USC00046719201810PRCP 0 7 0 7 0 7 5 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 81 7 13 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201811TMAX 272 7 294 7 311 7 311 7 294 7 261 7 250 7 233 7 267 7 250 7 244 7 239 7 278 7 239 7 261 7 272 7 244 7 228 7 250 7 228 7 233 7 211 7 194 7 200 7 200 7 244 7 244 7 244 7 200 7 167 7-9999 +USC00046719201811TMIN 128 7 128 7 144 7 144 7 50 7 150 7 133 7 139 7 100 7 100 7 89 7 83 7 78 7 117 7 111 7 106 7 89 7 100 7 111 7 100 7 94 7 117 7 94 7 94 7 94 7 106 7 111 7 89 7 106 7 89 7-9999 +USC00046719201811TOBS 144 7 183 7 156 7 172 7 183 7 167 7 161 7 139 7 122 7 111 7 94 7 94 7 133 7 150 7 144 7 150 7 144 7 128 7 139 7 133 7 128 7 128 7 117 7 128 7 139 7 139 7 144 7 106 7 128 7 100 7-9999 +USC00046719201811PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 20 7 13 7 0 7 0 7 0 7 0 7 0 7 234 7 241 7-9999 +USC00046719201812TMAX 172 7 167 7 183 7 211 7 200 7 133 7 167 7 200 7 211 7 211 7 211 7 211 7 178 7 256 7 222 7 217 7 239 7 222 7 200 7 250 7 256 7 206 7 217 7 200 7 189 7 183 7 183 7 178 7 161 7 183 7 172 7 +USC00046719201812TMIN 67 7 67 7 72 7 89 7 78 7 94 7 78 7 78 7 89 7 111 7 83 7 78 7 78 7 78 7 89 7 78 7 72 7 78 7 83 7 83 7 117 7 78 7 72 7 78 7 100 7 61 7 67 7 61 7 22 7 50 7 78 7 +USC00046719201812TOBS 72 7 94 7 106 7 111 7 106 7 111 7 94 7 106 7 117 7 133 7 122 7 106 7 139 7 133 7 89 7 78 7 117 7 106 7 122 7 139 7 139 7 94 7 94 7 100 7 111 7 83 7 89 7 100 7 72 7 89 7 94 7 +USC00046719201812PRCP 0 7 0 7 0 7 0 7 3 7 318 7 330 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 13 7 18 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201901TMAX 178 7 156 7 167 7 189 7 161 7 144 7 194 7 156 7 206 7 211 7 183 7 167 7 167 7 156 7 111 7 139 7 139 7 178 7 228 7 211 7 156 7 244 7 189 7 206 7 250 7 250 7 261 7 261 7 239 7 228 7 206 7 +USC00046719201901TMIN 28 7 28 7 44 7 78 7 78 7 78 7 50 7 83 7 78 7 78 7 67 7 72 7 56 7 94 7 83 7 83 7 117 7 100 7 100 7 94 7 61 7 61 7 61 7 72 7 78 7 94 7 106 7 100 7 128 7 111 7 106 7 +USC00046719201901TOBS 133 7 56 7 78 7 78 7 89 7 100 7 89 7 106 7 94 7 83 7 78 7 89 7 94 7 94 7 111 7 117 7 139 7 106 7 100 7 106 7 106 7 83 7 72 7 122 7 106 7 117 7 133 7 133 7 139 7 122 7 117 7 +USC00046719201901PRCP 0 7 0 7 0 7 0 7 0 7 208 7 28 7 25 7 0 7 0 7 0 7 203 7 0 7 30 7 318 7 152 7 572 7 183 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201902TMAX 161 7 122 7 128 7 167 7 122 7 117 7 139 7 161 7 167 7 167 7 106 7 211 7 194 7 194 7 139 7 156 7 122 7 139 7 150 7 156 7 122 7 144 7 172 7 194 7 206 7 200 7 200 7 189 7-9999 -9999 -9999 +USC00046719201902TMIN 78 7 78 7 94 7 72 7 67 7 28 7 22 7 39 7 56 7 56 7 22 7 56 7 44 7 44 7 56 7 50 7 28 7 22 7 22 7 33 7 28 7 33 7 28 7 39 7 72 7 67 7 100 7 106 7-9999 -9999 -9999 +USC00046719201902TOBS 78 7 106 7 100 7 100 7 72 7 78 7 83 7 61 7 94 7 78 7 61 7 61 7 117 7 139 7 83 7 56 7 44 7 22 7 78 7 61 7 61 7 106 7 111 7 128 7 128 7 122 7 106 7 122 7-9999 -9999 -9999 +USC00046719201902PRCP 234 7 163 7 813 7 191 7 259 7 25 7 0 7 0 7 91 7 38 7 56 7 0 7 0 7 386 7 381 7 114 7 0 7 25 7 0 7 0 7 25 7 0 7 0 7 0 7 0 7 0 7 0 7 13 7-9999 -9999 -9999 +USC00046719201903TMAX 178 7 144 7 150 7 206 7 178 7 211 7 133 7 161 7 150 7 133 7 161 7 194 7 222 7 211 7 217 7 250 7 278 7 294 7 289 7 294 7 172 7 161 7 172 7 189 7 233 7 261 7 256 7 228 7 256 7 267 7 256 7 +USC00046719201903TMIN 117 7 117 7 100 7 94 7 78 7 33 7 94 7 56 7 72 7 67 7 61 7 61 7 72 7 72 7 72 7 72 7 117 7 117 7 111 7 117 7 89 7 67 7 94 7 83 7 89 7 89 7 100 7 100 7 94 7 100 7 117 7 +USC00046719201903TOBS 128 7 122 7 122 7 144 7 128 7 100 7 111 7 100 7 72 7 72 7 78 7 100 7 83 7 100 7 94 7 144 7 139 7 178 7 122 7 128 7 94 7 94 7 106 7 94 7 128 7 128 7 111 7 122 7 133 7 133 7 139 7 +USC00046719201903PRCP 5 7 127 7 28 7 0 7 0 7 178 7 241 7 0 7 0 7 0 7 0 7 8 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 56 7 13 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201904TMAX 294 7 289 7 222 7 200 7 200 7 206 7 228 7 300 7 317 7 267 7 261 7 272 7 261 7 261 7 250 7 228 7 261 7 261 7 306 7 272 7 272 7 217 7 244 7 278 7 283 7 289 7 256 7 261 7 233 7 200 7-9999 +USC00046719201904TMIN 139 7 122 7 117 7 106 7 100 7 106 7 106 7 106 7 144 7 122 7 106 7 100 7 106 7 100 7 100 7 111 7 100 7 117 7 128 7 122 7 111 7 100 7 89 7 128 7 122 7 128 7 128 7 128 7 117 7 100 7-9999 +USC00046719201904TOBS 167 7 144 7 122 7 122 7 122 7 122 7 133 7 206 7 172 7 156 7 150 7 167 7 150 7 139 7 144 7 133 7 122 7 167 7 172 7 128 7 128 7 122 7 167 7 161 7 150 7 139 7 128 7 139 7 128 7 128 7-9999 +USC00046719201904PRCP 0 7 0 7 0 7 0 7 8 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 30 7 8 7-9999 +USC00046719201905TMAX 206 7 222 7 228 7 239 7 256 7 233 7 211 7 167 7 161 7 178 7 183 7 183 7 156 7 233 7 261 7 206 7 206 7 217 7 233 7 183 7 233 7 206 7 194 7 239 7 206 7 194 7 200 7 233 7 261 7 272 7 267 7 +USC00046719201905TMIN 100 7 106 7 111 7 117 7 122 7 117 7 122 7 128 7 128 7 133 7 122 7 117 7 111 7 150 7 139 7 122 7 94 7 94 7 89 7 89 7 122 7 122 7 94 7 122 7 111 7 89 7 89 7 100 7 128 7 133 7 139 7 +USC00046719201905TOBS 133 7 139 7 133 7 133 7 139 7 144 7 133 7 128 7 133 7 150 7 150 7 144 7 156 7 156 7 156 7 122 7 139 7 156 7 100 7 139 7 133 7 128 7 122 7 133 7 122 7 111 7 150 7 144 7 167 7 139 7 150 7 +USC00046719201905PRCP 0 7 0 7 0 7 0 7 0 7 0 7 5 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 89 7 56 7 0 7 51 7 13 7 0 7 0 7 64 7 0 7 0 7 25 7 56 7 0 7 0 7 0 7 0 7 +USC00046719201906TMAX 244 7 178 7 206 7 244 7 272 7 283 7 283 7 256 7 294 7 356 7 383 7 372 7 350 7 322 7 244 7 267 7 256 7 250 7 250 7 294 7 317 7 294 7 256 7 289 7 267 7 239 7 256 7 278 7 289 7 317 7-9999 +USC00046719201906TMIN 139 7 139 7 139 7 133 7 139 7 144 7 144 7 144 7 150 7 194 7 178 7 178 7 178 7 156 7 150 7 144 7 156 7 144 7 150 7 156 7 139 7 139 7 128 7 150 7 156 7 156 7 139 7 150 7 139 7 156 7-9999 +USC00046719201906TOBS 139 7 144 7 150 7 150 7 161 7 167 7 161 7 161 7 194 7 250 7 233 7 233 7 200 7 161 7 178 7 156 7 161 7 161 7 172 7 167 7 150 7 156 7 156 7 167 7 167 7 156 7 156 7 194 7 206 7 217 7-9999 +USC00046719201906PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 15 7 10 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7-9999 +USC00046719201907TMAX 328 7 317 7 300 7 272 7 283 7 300 7 289 7 272 7 267 7 294 7 306 7 322 7 328 7 333 7 339 7 333 7 333 7 294 7 311 7 283 7 289 7 322 7 372 7 378 7 372 7 356 7 356 7 367 7 333 7 322 7 311 7 +USC00046719201907TMIN 161 7 156 7 161 7 144 7 144 7 106 7 172 7 156 7 161 7 150 7 167 7 161 7 172 7 172 7 167 7 189 7 172 7 172 7 156 7 156 7 172 7 167 7 200 7 206 7 228 7 206 7 200 7 194 7 172 7 183 7 167 7 +USC00046719201907TOBS 239 7 200 7 172 7 211 7 172 7 172 7 178 7 161 7 172 7 200 7 206 7 211 7 222 7 222 7 233 7 250 7 206 7 211 7 167 7 178 7 194 7 206 7 267 7 278 7 272 7 244 7 233 7 239 7 189 7 206 7 183 7 +USC00046719201907PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201908TMAX 317 7 333 7 344 7 344 7 350 7 356 7 367 7 317 7 311 7 322 7 300 7 306 7 311 7 333 7 356 7 350 7 317 7 300 7 300 7 317 7 333 7 350 7 350 7 300 7 339 7 339 7 344 7 339 7 317 7 339 7 344 7 +USC00046719201908TMIN 172 7 161 7 172 7 172 7 178 7 172 7 167 7 150 7 161 7 150 7 156 7 161 7 150 7 150 7 156 7 150 7 167 7 161 7 156 7 161 7 172 7 178 7 167 7 172 7 178 7 178 7 200 7 183 7 189 7 194 7 178 7 +USC00046719201908TOBS 200 7 200 7 206 7 200 7 233 7 194 7 189 7 200 7 189 7 250 7 183 7 178 7 189 7 206 7 194 7 167 7 167 7 178 7 172 7 189 7 228 7 183 7 178 7 206 7 217 7 211 7 222 7 194 7 211 7 233 7 200 7 +USC00046719201908PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201909TMAX 356 7 339 7 333 7 350 7 378 7 361 7 350 7 333 7 283 7 289 7 256 7 289 7 367 7 372 7 339 7 378 7 306 7 289 7 294 7 272 7 283 7 339 7 356 7 289 7 333 7 311 7 228 7 211 7 211 7 233 7-9999 +USC00046719201909TMIN 183 7 206 7 222 7 217 7 233 7 211 7 200 7 150 7 156 7 167 7 150 7 156 7 194 7 200 7 183 7 172 7 150 7 156 7 167 7 156 7 144 7 167 7 178 7 156 7 167 7 183 7 172 7 172 7 133 7 106 7-9999 +USC00046719201909TOBS 211 7 239 7 267 7 256 7 261 7 239 7 228 7 178 7 189 7 178 7 183 7 200 7 222 7 228 7 206 7 183 7 172 7 178 7 183 7 178 7 167 7 194 7 183 7 178 7 194 7 194 7 178 7 172 7 150 7 133 7-9999 +USC00046719201909PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 3 7 0 7 0 7-9999 +USC00046719201910TMAX 239 7 244 7 289 7 283 7 278 7 311 7 350 7 333 7 300 7 261 7 300 7 294 7 256 7 317 7 244 7 322 7 339 7 261 7 267 7 272 7 311 7 339 7 361 7 344 7 361 7 361 7 328 7 228 7 244 7 228 7 233 7 +USC00046719201910TMIN 106 7 117 7 122 7 117 7 144 7 144 7 150 7 144 7 139 7 150 7 139 7 139 7 117 7 122 7 117 7 122 7 150 7 122 7 111 7 117 7 122 7 178 7 161 7 172 7 161 7 156 7 128 7 94 7 89 7 94 7 56 7 +USC00046719201910TOBS 139 7 144 7 144 7 144 7 144 7 172 7 200 7 172 7 150 7 161 7 144 7 150 7 133 7 139 7 122 7 189 7 156 7 128 7 122 7 122 7 194 7 206 7 189 7 217 7 206 7 161 7 150 7 100 7 111 7 106 7 78 7 +USC00046719201910PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 +USC00046719201911TMAX 250 7 294 7 278 7 294 7 294 7 294 7 306 7 333 7 333 7 328 7 261 7 261 7 289 7 250 7 239 7 217 7 300 7 328 7 333 7 267 7 128 7 189 7 211 7 228 7 250 7 211 7 178 7 100 7 128 7 133 7-9999 +USC00046719201911TMIN 78 7 122 7 122 7 94 7 111 7 106 7 94 7 139 7 150 7 161 7 128 7 111 7 106 7 100 7 100 7 94 7 133 7 139 7 150 7 117 7 89 7 89 7 89 7 78 7 78 7 83 7 83 7 50 7 44 7 56 7-9999 +USC00046719201911TOBS 122 7 122 7 167 7 172 7 178 7 172 7 150 7 233 7 217 7 183 7 139 7 150 7 150 7 117 7 122 7 139 7 167 7 200 7 172 7 128 7 117 7 117 7 128 7 139 7 94 7 106 7 94 7 56 7 56 7 89 7-9999 +USC00046719201911PRCP 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 43 7 0 7 0 7 0 7 0 7 0 7 51 7 363 7 191 7 0 7-9999 +USC00046719201912TMAX 172 7 156 7 206 7 189 7 139 7 178 7 183 7 183 7 161 7 189 7 194 7 189 7 211 7 228 7 156 7 167 7 194 7 183 7 167 7 194 7 228 7 217 7 183 7 167 7 117 7 167 7 106 7 150 7 144 7 167 7 161 7 +USC00046719201912TMIN 78 7 28 7 100 7 106 7 89 7 94 7 128 7 139 7 78 7 72 7 72 7 94 7 100 7 117 7 72 7 50 7 39 7 50 7 44 7 67 7 72 7 83 7 83 7 67 7 56 7 39 7 39 7 44 7 44 7 39 7 94 7 +USC00046719201912TOBS 89 7 111 7 122 7 111 7 117 7 139 7 150 7 150 7 94 7 83 7 106 7 111 7 122 7 122 7 106 7 89 7 61 7 83 7 72 7 111 7 139 7 128 7 89 7 67 7 89 7 56 7 44 7 56 7 67 7 94 7 133 7 +USC00046719201912PRCP 0 7 0 7 0 7 119 7 165 7 0 7-9999 -9999 64 7 0 7 0 7 0 7 0 7 3 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 0 7 284 7 18 7 0 7 533 7 13 7 0 7 0 7 0 7 0 7 +USC00046719202001TMAX-9999 -9999 -9999 233 H 211 H 211 H-9999 -9999 -9999 100 H 183 H 167 H 172 H 167 H-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 233 H 228 H 161 H-9999 -9999 -9999 -9999 +USC00046719202001TMIN-9999 -9999 -9999 139 H 100 H 72 H-9999 -9999 -9999 56 H 50 H 61 H 61 H 56 H-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 94 H 106 H 72 H-9999 -9999 -9999 -9999 +USC00046719202001TOBS-9999 -9999 -9999 178 H 117 H 94 H-9999 -9999 -9999 67 H 61 H 72 H 94 H 72 H-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 106 H 117 H 94 H-9999 -9999 -9999 -9999 +USC00046719202001PRCP-9999 -9999 -9999 0 H 0 H 0 H-9999 -9999 -9999 -9999 0 H 0 H 0 H 0 H-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 H 0 H 0 H-9999 -9999 -9999 -9999 diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/SAN DIEGO.dly b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/SAN DIEGO.dly new file mode 100755 index 000000000..bce1e3b40 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/SAN DIEGO.dly @@ -0,0 +1,13575 @@ +USW00023188193907TMAX 244 0 233 0 217 0 217 0 222 0 222 0 239 0 239 0 244 0 244 0 267 0 261 0 228 0 233 0 217 0 211 0 206 0 222 0 233 0 233 0 250 0 244 0 244 0 256 0 261 0 256 0 239 0 250 0 239 0 244 0 244 0 +USW00023188193907TMIN 172 0 183 0 167 0 172 0 178 0 183 0 161 0 172 0 183 0 183 0 172 0 178 0 172 0 167 0 156 0 150 0 156 0 167 0 156 0 189 0 172 0 178 0 178 0 183 0 194 0 178 0 178 0 172 0 183 0 183 0 189 0 +USW00023188193907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188193907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188193907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188193907WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188193908TMAX 239 0 256 0 278 0 261 0 256 0 239 0 239 0 233 0 233 0 228 0 239 0 250 0 228 0 244 0 239 0 233 0 261 0 250 0 250 0 239 0 239 0 250 0 256 0 250 0 289 0 272 0 261 0 267 0 261 0 278 0 278 0 +USW00023188193908TMIN 183 0 183 0 194 0 183 0 189 0 183 0 178 0 183 0 183 0 183 0 178 0 183 0 178 0 178 0 178 0 178 0 178 0 194 0 183 0 194 0 183 0 178 0 189 0 178 0 189 0 189 0 183 0 183 0 189 0 156 0 156 0 +USW00023188193908PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188193908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188193908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188193908WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188193909TMAX 261 0 239 0 228 0 239 0 256 0 222 0 250 0 261 0 267 0 250 0 267 0 222 0 228 0 228 0 300 0 311 0 339 0 350 0 361 0 378 0 411 0 389 0 311 0 294 0 211 0 233 0 228 0 222 0 222 0 222 0-9999 +USW00023188193909TMIN 172 0 167 0 178 0 178 0 183 0 178 0 172 0 183 0 194 0 206 0 194 0 167 0 161 0 128 0 133 0 161 0 189 0 211 0 217 0 233 0 244 0 228 0 244 0 217 0 189 0 178 0 156 0 167 0 144 0 150 0-9999 +USW00023188193909PRCP 0 0 0 0 0 0 0 0 135 0 150 0 64 0 0 0 20 0 94 0 8 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 61 0 0 0 0 0 0 0 0T 0 206 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00023188193909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188193909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188193909WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188193909WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188193910TMAX 233 0 211 0 211 0 217 0 222 0 217 0 183 0 211 0 267 0 306 0 311 0 344 0 328 0 322 0 306 0 256 0 261 0 228 0 222 0 228 0 267 0 222 0 239 0 211 0 206 0 206 0 233 0 294 0 300 0 317 0 272 0 +USW00023188193910TMIN 167 0 183 0 161 0 106 0 128 0 161 0 133 0 111 0 122 0 139 0 133 0 144 0 150 0 156 0 150 0 139 0 133 0 133 0 156 0 144 0 111 0 133 0 161 0 172 0 144 0 128 0 100 0 122 0 122 0 150 0 161 0 +USW00023188193910PRCP 0T 0 0T 0 0T 0 0 0 0 0 23 0 135 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188193910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188193910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188193910WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188193911TMAX 222 0 200 0 206 0 200 0 200 0 211 0 233 0 189 0 194 0 211 0 228 0 267 0 244 0 228 0 211 0 211 0 228 0 250 0 267 0 283 0 250 0 272 0 267 0 222 0 217 0 194 0 194 0 200 0 200 0 200 0-9999 +USW00023188193911TMIN 133 0 144 0 139 0 144 0 167 0 150 0 133 0 156 0 150 0 111 0 94 0 89 0 122 0 106 0 106 0 111 0 94 0 106 0 94 0 106 0 106 0 94 0 100 0 156 0 117 0 106 0 100 0 117 0 100 0 94 0-9999 +USW00023188193911PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 201 0 0 0 0 0-9999 +USW00023188193911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188193911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188193911WT01 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188193911WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188193911WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188193912TMAX 222 0 244 0 283 0 261 0 239 0 222 0 233 0 211 0 206 0 233 0 189 0 244 0 244 0 233 0 233 0 222 0 200 0 200 0 228 0 222 0 217 0 189 0 178 0 167 0 178 0 200 0 183 0 183 0 194 0 194 0 189 0 +USW00023188193912TMIN 100 0 106 0 94 0 100 0 133 0 144 0 117 0 133 0 161 0 111 0 122 0 100 0 106 0 106 0 100 0 100 0 94 0 94 0 89 0 78 0 78 0 106 0 94 0 83 0 78 0 61 0 67 0 78 0 83 0 94 0 111 0 +USW00023188193912PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 104 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188193912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188193912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188193912WT01-9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188193912WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194001TMAX 194 0 183 0 189 0 172 0 172 0 150 0 172 0 178 0 178 0 183 0 200 0 172 0 178 0 183 0 206 0 222 0 189 0 172 0 178 0 172 0 183 0 183 0 211 0 178 0 183 0 194 0 206 0 194 0 222 0 183 0 194 0 +USW00023188194001TMIN 139 0 128 0 144 0 144 0 128 0 117 0 122 0 133 0 128 0 133 0 139 0 122 0 78 0 50 0 44 0 50 0 67 0 67 0 72 0 61 0 56 0 83 0 106 0 117 0 100 0 100 0 106 0 128 0 117 0 122 0 128 0 +USW00023188194001PRCP 0 0 0 0 3 0 69 0 0 0 48 0 58 0 175 0 8 0 3 0 23 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188194001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194002TMAX 161 0 183 0 178 0 183 0 189 0 211 0 183 0 189 0 206 0 189 0 178 0 189 0 194 0 167 0 167 0 183 0 183 0 167 0 211 0 244 0 194 0 172 0 206 0 228 0 183 0 183 0 189 0 194 0 172 0-9999 -9999 +USW00023188194002TMIN 100 0 111 0 133 0 128 0 94 0 100 0 111 0 78 0 67 0 67 0 72 0 94 0 72 0 78 0 94 0 56 0 67 0 94 0 78 0 67 0 117 0 128 0 144 0 128 0 133 0 122 0 111 0 94 0 128 0-9999 -9999 +USW00023188194002PRCP 249 0 66 0 236 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 5 0 13 0 0 0 0 0 33 0 51 0 0 0 0 0 165 0 0T 0 0 0 3 0 30 0-9999 -9999 +USW00023188194002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188194002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188194002WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188194002WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194002WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194002WT14-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194003TMAX 189 0 206 0 233 0 233 0 250 0 256 0 250 0 211 0 172 0 178 0 161 0 194 0 217 0 272 0 250 0 211 0 194 0 189 0 211 0 189 0 167 0 189 0 183 0 194 0 200 0 183 0 189 0 189 0 200 0 206 0 189 0 +USW00023188194003TMIN 100 0 83 0 83 0 100 0 94 0 94 0 100 0 89 0 111 0 122 0 94 0 61 0 61 0 67 0 78 0 78 0 128 0 122 0 128 0 133 0 144 0 133 0 133 0 139 0 144 0 144 0 144 0 111 0 139 0 128 0 111 0 +USW00023188194003PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 25 0 0 0 0 0 0 0 178 0 +USW00023188194003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194003WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194003WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194003WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188194004TMAX 172 0 194 0 189 0 194 0 200 0 189 0 200 0 200 0 194 0 206 0 322 0 328 0 350 0 200 0 178 0 194 0 211 0 233 0 200 0 217 0 211 0 217 0 194 0 200 0 194 0 189 0 194 0 194 0 206 0 239 0-9999 +USW00023188194004TMIN 106 0 122 0 100 0 106 0 111 0 111 0 111 0 133 0 144 0 144 0 106 0 133 0 144 0 156 0 133 0 117 0 117 0 117 0 111 0 128 0 139 0 150 0 144 0 133 0 139 0 122 0 122 0 128 0 133 0 128 0-9999 +USW00023188194004PRCP 43 0 0 0 0 0 13 0 0T 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 53 0 3 0 0 0 0 0 0 0-9999 +USW00023188194004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194004WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194004WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194005TMAX 256 0 228 0 211 0 200 0 200 0 206 0 222 0 250 0 267 0 228 0 228 0 222 0 211 0 222 0 228 0 217 0 206 0 200 0 211 0 194 0 194 0 217 0 222 0 217 0 217 0 206 0 183 0 194 0 211 0 222 0 217 0 +USW00023188194005TMIN 139 0 144 0 139 0 139 0 133 0 133 0 122 0 133 0 144 0 161 0 150 0 156 0 156 0 156 0 156 0 156 0 150 0 156 0 161 0 161 0 167 0 167 0 167 0 156 0 150 0 150 0 150 0 139 0 133 0 133 0 128 0 +USW00023188194005PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 +USW00023188194005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194005WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194005WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188194006TMAX 239 0 217 0 211 0 206 0 217 0 200 0 189 0 217 0 200 0 217 0 206 0 211 0 222 0 211 0 222 0 206 0 206 0 228 0 228 0 200 0 217 0 222 0 222 0 211 0 211 0 206 0 233 0 217 0 222 0 211 0-9999 +USW00023188194006TMIN 139 0 139 0 156 0 156 0 156 0 161 0 156 0 161 0 161 0 161 0 156 0 150 0 150 0 150 0 150 0 156 0 156 0 144 0 139 0 156 0 156 0 161 0 167 0 161 0 161 0 150 0 161 0 150 0 156 0 172 0-9999 +USW00023188194006PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194006WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194006WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194007TMAX 211 0 211 0 211 0 222 0 239 0 239 0 244 0 256 0 278 0 300 0 294 0 272 0 272 0 250 0 222 0 222 0 222 0 222 0 228 0 217 0 233 0 239 0 250 0 278 0 250 0 233 0 211 0 233 0 239 0 228 0 239 0 +USW00023188194007TMIN 161 0 167 0 161 0 144 0 150 0 156 0 156 0 156 0 144 0 167 0 167 0 167 0 172 0 172 0 167 0 156 0 172 0 161 0 156 0 144 0 144 0 150 0 167 0 178 0 178 0 178 0 178 0 178 0 172 0 183 0 172 0 +USW00023188194007PRCP 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188194007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194007WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194007WT08 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194007WT14-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188194008TMAX 250 0 239 0 250 0 250 0 239 0 239 0 244 0 244 0 239 0 256 0 256 0 239 0 239 0 217 0 239 0 233 0 244 0 256 0 267 0 239 0 233 0 228 0 222 0 228 0 222 0 233 0 228 0 228 0 233 0 233 0 256 0 +USW00023188194008TMIN 161 0 172 0 178 0 161 0 178 0 178 0 189 0 194 0 189 0 183 0 178 0 183 0 178 0 172 0 178 0 178 0 167 0 167 0 172 0 167 0 167 0 167 0 167 0 172 0 156 0 150 0 178 0 172 0 161 0 172 0 172 0 +USW00023188194008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188194008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194008WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194008WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 +USW00023188194009TMAX 228 0 211 0 244 0 233 0 228 0 239 0 239 0 256 0 250 0 250 0 233 0 233 0 244 0 244 0 239 0 244 0 250 0 250 0 244 0 228 0 228 0 222 0 228 0 239 0 250 0 339 0 283 0 239 0 244 0 239 0-9999 +USW00023188194009TMIN 178 0 172 0 167 0 156 0 150 0 139 0 161 0 167 0 167 0 156 0 172 0 167 0 161 0 144 0 172 0 144 0 183 0 167 0 172 0 167 0 161 0 172 0 178 0 161 0 139 0 183 0 194 0 178 0 167 0 144 0-9999 +USW00023188194009PRCP 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0-9999 +USW00023188194009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194009WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00023188194009WT14-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194010TMAX 239 0 239 0 222 0 233 0 228 0 228 0 222 0 222 0 222 0 250 0 289 0 300 0 239 0 228 0 233 0 244 0 261 0 328 0 322 0 228 0 211 0 222 0 228 0 222 0 217 0 200 0 200 0 200 0 206 0 211 0 244 0 +USW00023188194010TMIN 156 0 161 0 144 0 161 0 156 0 133 0 167 0 167 0 156 0 139 0 133 0 150 0 156 0 150 0 156 0 161 0 144 0 167 0 167 0 150 0 172 0 161 0 144 0 156 0 144 0 133 0 128 0 94 0 106 0 111 0 111 0 +USW00023188194010PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 203 0 74 0 99 0 0 0 0 0 0 0 0 0 +USW00023188194010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194010WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194010WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194011TMAX 244 0 222 0 206 0 200 0 200 0 217 0 217 0 217 0 183 0 200 0 206 0 239 0 267 0 267 0 317 0 256 0 189 0 189 0 200 0 189 0 178 0 200 0 206 0 200 0 194 0 239 0 233 0 244 0 256 0 222 0-9999 +USW00023188194011TMIN 111 0 122 0 133 0 106 0 94 0 94 0 100 0 150 0 144 0 111 0 94 0 94 0 128 0 111 0 117 0 133 0 128 0 150 0 111 0 78 0 72 0 83 0 50 0 67 0 100 0 72 0 78 0 89 0 94 0 89 0-9999 +USW00023188194011PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 69 0 56 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194011WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194011WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188194012TMAX 217 0 267 0 289 0 261 0 239 0 228 0 267 0 222 0 239 0 206 0 189 0 183 0 189 0 206 0 217 0 194 0 206 0 194 0 194 0 211 0 228 0 206 0 172 0 183 0 183 0 189 0 206 0 206 0 178 0 178 0 183 0 +USW00023188194012TMIN 89 0 94 0 111 0 128 0 117 0 89 0 83 0 78 0 122 0 117 0 133 0 117 0 100 0 111 0 94 0 128 0 139 0 111 0 117 0 100 0 111 0 111 0 144 0 144 0 94 0 67 0 78 0 100 0 122 0 117 0 117 0 +USW00023188194012PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 23 0 0 0 5 0 0 0 0 0 0 0 76 0 272 0 0 0 0 0 0 0 0 0 0 0 587 0 373 0 0 0 0 0 0 0 71 0 137 0 0 0 0 0 +USW00023188194012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194012WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194012WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194012WT08 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188194101TMAX 200 0 194 0 183 0 178 0 167 0 183 0 211 0 217 0 200 0 194 0 183 0 194 0 172 0 172 0 183 0 183 0 200 0 217 0 189 0 172 0 178 0 172 0 161 0 178 0 183 0 183 0 194 0 189 0 194 0 183 0 178 0 +USW00023188194101TMIN 94 0 83 0 72 0 78 0 106 0 111 0 94 0 89 0 133 0 133 0 117 0 89 0 89 0 100 0 83 0 94 0 83 0 83 0 72 0 83 0 78 0 100 0 89 0 117 0 100 0 100 0 89 0 133 0 128 0 100 0 94 0 +USW00023188194101PRCP 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 0T 0 185 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 109 0 3 0 157 0 0 0 0T 0 13 0 8 0 3 0 0 0 0 0 +USW00023188194101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194101WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188194101WT14-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194102TMAX 183 0 217 0 233 0 233 0 200 0 161 0 172 0 189 0 194 0 194 0 178 0 178 0 178 0 194 0 194 0 206 0 189 0 194 0 206 0 194 0 200 0 189 0 194 0 172 0 183 0 206 0 261 0 233 0-9999 -9999 -9999 +USW00023188194102TMIN 111 0 89 0 89 0 94 0 89 0 111 0 89 0 89 0 94 0 117 0 122 0 122 0 94 0 100 0 133 0 128 0 133 0 128 0 122 0 150 0 133 0 111 0 106 0 128 0 117 0 111 0 117 0 133 0-9999 -9999 -9999 +USW00023188194102PRCP 0 0 0 0 0 0 0 0 0 0 173 0 3 0 0 0 0 0 0 0 74 0 3 0 0 0 104 0 3 0 3 0 8 0 0 0 3 0 114 0 61 0 381 0 0T 0 41 0 25 0 0T 0 0 0 356 0-9999 -9999 -9999 +USW00023188194102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194102WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194102WT14-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194103TMAX 183 0 189 0 189 0 183 0 189 0 211 0 256 0 278 0 272 0 250 0 211 0 206 0 183 0 194 0 206 0 211 0 206 0 206 0 194 0 189 0 211 0 228 0 228 0 206 0 228 0 217 0 217 0 211 0 211 0 228 0 200 0 +USW00023188194103TMIN 122 0 106 0 83 0 128 0 128 0 89 0 94 0 111 0 128 0 139 0 133 0 139 0 133 0 139 0 139 0 106 0 144 0 133 0 133 0 122 0 94 0 94 0 100 0 122 0 122 0 117 0 150 0 139 0 139 0 111 0 111 0 +USW00023188194103PRCP 74 0 30 0 79 0 61 0 18 0 0 0 0 0 0 0 0 0 3 0 0T 0 279 0 325 0 246 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 81 0 0T 0 0 0 300 0 +USW00023188194103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194103WT03-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194104TMAX 194 0 183 0 206 0 222 0 200 0 217 0 211 0 211 0 194 0 189 0 172 0 161 0 200 0 206 0 189 0 206 0 211 0 194 0 200 0 250 0 233 0 228 0 206 0 206 0 194 0 194 0 200 0 217 0 217 0 172 0-9999 +USW00023188194104TMIN 122 0 128 0 106 0 117 0 117 0 89 0 94 0 106 0 128 0 122 0 94 0 83 0 122 0 111 0 133 0 122 0 117 0 100 0 78 0 94 0 106 0 111 0 128 0 144 0 150 0 150 0 150 0 156 0 156 0 111 0-9999 +USW00023188194104PRCP 36 0 10 0 0 0 48 0 3 0 0 0 0 0 0 0 10 0 86 0 300 0 160 0 10 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 188 0-9999 +USW00023188194104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194104WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194105TMAX 206 0 189 0 200 0 222 0 250 0 278 0 294 0 272 0 222 0 222 0 244 0 244 0 233 0 228 0 233 0 233 0 211 0 200 0 272 0 289 0 294 0 239 0 239 0 233 0 300 0 267 0 239 0 228 0 222 0 222 0 239 0 +USW00023188194105TMIN 100 0 144 0 150 0 133 0 139 0 139 0 156 0 161 0 161 0 161 0 167 0 167 0 150 0 156 0 144 0 161 0 156 0 150 0 122 0 133 0 144 0 156 0 172 0 161 0 156 0 156 0 144 0 167 0 161 0 156 0 144 0 +USW00023188194105PRCP 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194105WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194105WT14-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194106TMAX 239 0 233 0 228 0 200 0 233 0 222 0 206 0 211 0 222 0 228 0 233 0 233 0 189 0 211 0 233 0 233 0 233 0 233 0 233 0 222 0 239 0 250 0 261 0 233 0 244 0 228 0 233 0 228 0 233 0 222 0-9999 +USW00023188194106TMIN 144 0 150 0 161 0 156 0 161 0 167 0 161 0 150 0 128 0 144 0 156 0 161 0 156 0 156 0 161 0 167 0 156 0 161 0 161 0 161 0 133 0 161 0 156 0 150 0 144 0 167 0 144 0 144 0 161 0 156 0-9999 +USW00023188194106PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194106WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194107TMAX 239 0 233 0 239 0 239 0 244 0 239 0 244 0 244 0 250 0 256 0 239 0 233 0 239 0 261 0 256 0 256 0 256 0 261 0 261 0 261 0 244 0 250 0 261 0 250 0 217 0 233 0 239 0 256 0 250 0 250 0 250 0 +USW00023188194107TMIN 161 0 156 0 156 0 144 0 144 0 161 0 172 0 167 0 178 0 178 0 167 0 161 0 156 0 172 0 167 0 167 0 178 0 178 0 178 0 167 0 167 0 178 0 178 0 189 0 178 0 167 0 183 0 183 0 167 0 178 0 172 0 +USW00023188194107PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 13 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194107WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194107WT08-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194107WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188194108TMAX 250 0 250 0 244 0 250 0 256 0 250 0 250 0 256 0 250 0 222 0 239 0 272 0 294 0 222 0 267 0 278 0 261 0 267 0 272 0 261 0 250 0 250 0 256 0 222 0 239 0 256 0 256 0 256 0 250 0 250 0 250 0 +USW00023188194108TMIN 172 0 172 0 172 0 161 0 172 0 172 0 183 0 183 0 183 0 183 0 183 0 178 0 167 0 172 0 189 0 178 0 200 0 189 0 172 0 189 0 189 0 183 0 178 0 183 0 178 0 189 0 183 0 183 0 178 0 144 0 150 0 +USW00023188194108PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194108WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194109TMAX 256 0 239 0 250 0 244 0 250 0 250 0 239 0 239 0 244 0 244 0 250 0 261 0 228 0 239 0 239 0 239 0 239 0 244 0 233 0 233 0 244 0 272 0 261 0 239 0 233 0 233 0 228 0 239 0 233 0 250 0-9999 +USW00023188194109TMIN 150 0 167 0 183 0 183 0 178 0 167 0 167 0 183 0 183 0 167 0 161 0 172 0 144 0 133 0 139 0 156 0 178 0 167 0 161 0 161 0 128 0 122 0 111 0 133 0 156 0 144 0 144 0 167 0 156 0 133 0-9999 +USW00023188194109PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194109WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194109WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194110TMAX 261 0 222 0 217 0 233 0 217 0 228 0 228 0 228 0 250 0 289 0 294 0 244 0 233 0 272 0 317 0 311 0 278 0 233 0 211 0 200 0 189 0 200 0 167 0 211 0 217 0 222 0 222 0 211 0 211 0 233 0 261 0 +USW00023188194110TMIN 144 0 167 0 150 0 122 0 156 0 128 0 117 0 156 0 122 0 139 0 150 0 156 0 150 0 133 0 133 0 144 0 156 0 161 0 156 0 122 0 117 0 133 0 139 0 133 0 117 0 144 0 122 0 144 0 122 0 100 0 106 0 +USW00023188194110PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 114 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 51 0 58 0 231 0 224 0 48 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 +USW00023188194110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194110WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194111TMAX 222 0 222 0 222 0 239 0 322 0 272 0 311 0 278 0 239 0 250 0 289 0 222 0 222 0 244 0 228 0 189 0 189 0 189 0 200 0 194 0 206 0 189 0 233 0 256 0 256 0 272 0 256 0 250 0 244 0 222 0-9999 +USW00023188194111TMIN 100 0 128 0 128 0 133 0 144 0 139 0 139 0 128 0 117 0 117 0 144 0 144 0 156 0 133 0 122 0 128 0 133 0 100 0 78 0 56 0 44 0 61 0 61 0 89 0 78 0 106 0 106 0 94 0 128 0 117 0-9999 +USW00023188194111PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 130 0 434 0 0 0 0 0 0 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00023188194111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194111WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194111WT08 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194112TMAX 233 0 206 0 178 0 194 0 228 0 244 0 256 0 206 0 183 0 178 0 183 0 189 0 189 0 189 0 217 0 194 0 189 0 200 0 239 0 183 0 178 0 183 0 172 0 156 0 167 0 161 0 144 0 183 0 178 0 167 0 150 0 +USW00023188194112TMIN 111 0 111 0 128 0 89 0 67 0 78 0 100 0 100 0 122 0 111 0 83 0 111 0 100 0 89 0 89 0 117 0 106 0 78 0 89 0 78 0 89 0 67 0 78 0 72 0 67 0 89 0 78 0 72 0 117 0 94 0 94 0 +USW00023188194112PRCP 0 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 203 0 201 0 5 0 3 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 0 0 0 0 30 0 8 0 99 0 43 0 0 0 18 0 28 0 23 0 23 0 +USW00023188194112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194112WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194112WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194112WT08 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194201TMAX 139 0 161 0 156 0 167 0 150 0 178 0 194 0 172 0 228 0 250 0 244 0 233 0 189 0 261 0 239 0 183 0 178 0 222 0 250 0 267 0 244 0 200 0 206 0 189 0 200 0 211 0 167 0 183 0 189 0 200 0 200 0 +USW00023188194201TMIN 56 0 22 0 44 0 56 0 61 0 78 0 67 0 78 0 83 0 89 0 100 0 89 0 89 0 89 0 111 0 100 0 106 0 83 0 72 0 83 0 106 0 106 0 78 0 100 0 83 0 122 0 128 0 106 0 72 0 83 0 67 0 +USW00023188194201PRCP 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 +USW00023188194201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194201WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194201WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00023188194201WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188194202TMAX 194 0 178 0 189 0 200 0 206 0 189 0 200 0 194 0 217 0 228 0 217 0 172 0 167 0 144 0 150 0 161 0 172 0 178 0 183 0 217 0 172 0 156 0 167 0 178 0 183 0 228 0 156 0 189 0-9999 -9999 -9999 +USW00023188194202TMIN 94 0 106 0 89 0 83 0 100 0 111 0 100 0 67 0 67 0 67 0 67 0 56 0 61 0 44 0 22 0 78 0 72 0 61 0 67 0 78 0 67 0 89 0 44 0 83 0 78 0 100 0 100 0 100 0-9999 -9999 -9999 +USW00023188194202PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 28 0 41 0 0 0 0 0 0 0 0 0 107 0 5 0 0 0 8 0 0 0 3 0 74 0 0 0-9999 -9999 -9999 +USW00023188194202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194202WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194202WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194202WT08 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188194203TMAX 211 0 233 0 189 0 228 0 211 0 183 0 217 0 228 0 194 0 172 0 183 0 167 0 167 0 150 0 161 0 178 0 228 0 206 0 194 0 211 0 233 0 206 0 178 0 156 0 183 0 222 0 244 0 228 0 228 0 217 0 189 0 +USW00023188194203TMIN 67 0 83 0 100 0 83 0 89 0 100 0 72 0 72 0 89 0 94 0 128 0 122 0 117 0 89 0 83 0 72 0 72 0 94 0 106 0 83 0 67 0 72 0 89 0 100 0 94 0 67 0 78 0 72 0 89 0 78 0 106 0 +USW00023188194203PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 74 0 46 0 0 0 353 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194203WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194203WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194203WT08-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00023188194204TMAX 172 0 200 0 267 0 206 0 189 0 189 0 206 0 178 0 206 0 206 0 200 0 194 0 178 0 189 0 200 0 200 0 183 0 222 0 189 0 194 0 183 0 194 0 211 0 222 0 189 0 194 0 167 0 178 0 189 0 194 0-9999 +USW00023188194204TMIN 94 0 128 0 106 0 128 0 106 0 106 0 94 0 133 0 117 0 128 0 122 0 128 0 139 0 117 0 100 0 128 0 117 0 117 0 106 0 144 0 122 0 111 0 128 0 100 0 117 0 139 0 133 0 111 0 117 0 78 0-9999 +USW00023188194204PRCP 0 0 0 0 5 0 30 0 15 0 28 0 0 0 0 0 0 0 89 0 5 0 0 0 0 0 0T 0 0 0 3 0 58 0 0T 0 0 0 13 0 79 0 5 0 0 0 0 0 0 0 0 0 5 0 18 0 3 0 0 0-9999 +USW00023188194204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194204WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194204WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188194205TMAX 189 0 211 0 244 0 244 0 194 0 206 0 211 0 200 Z 200 Z 189 Z 183 Z 200 Z 200 Z 211 Z 211 Z 206 0 211 0 222 0 261 0 306 0 189 0 222 0 206 0 217 0 206 0 211 0 239 0 211 0 217 0 222 0 211 0 +USW00023188194205TMIN 111 0 106 0 111 0 111 0 133 0 133 0 144 0 133 Z 144 Z 139 Z 133 Z 122 Z 111 Z 111 Z 144 Z 133 0 139 0 133 0 128 0 150 0 150 0 150 0 156 0 156 0 156 0 139 0 111 0 144 0 139 0 128 0 139 0 +USW00023188194205PRCP 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194205WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194205WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188194205WT14-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194206TMAX 217 0 217 0 217 0 222 0 189 0 200 0 194 0 222 0 217 0 183 0 189 0 211 0 211 0 222 0 217 0 211 0 200 0 189 0 217 0 222 0 222 0 239 0 233 0 233 0 217 0 222 0 228 0 228 0 217 0 222 0-9999 +USW00023188194206TMIN 139 0 144 0 150 0 150 0 144 0 150 0 144 0 150 0 156 0 156 0 150 0 150 0 156 0 156 0 150 0 150 0 156 0 144 0 150 0 150 0 144 0 150 0 133 0 156 0 161 0 161 0 156 0 150 0 161 0 161 0-9999 +USW00023188194206PRCP 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194206WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188194206WT14-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194207TMAX 222 0 222 0 228 0 233 0 278 0 272 0 283 0 289 0 217 0 233 0 233 0 250 0 250 0 244 0 250 0 233 0 250 0 250 0 244 0 233 0 244 0 256 0 267 0 267 0 267 0 250 0 239 0 239 0 239 0 239 0 250 0 +USW00023188194207TMIN 156 0 156 0 156 0 144 0 144 0 167 0 183 0 172 0 172 0 167 0 167 0 161 0 161 0 172 0 178 0 178 0 178 0 178 0 178 0 172 0 178 0 172 0 183 0 178 0 172 0 183 0 178 0 178 0 172 0 172 0 172 0 +USW00023188194207PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194207WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194207WT08 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194208TMAX 239 0 233 0 239 0 233 0 267 0 272 0 261 0 222 0 267 0 267 0 256 0 250 0 244 0 233 0 250 0 250 0 267 0 256 0 267 0 267 0 244 0 256 0 250 0 256 0 250 0 244 0 244 0 233 0 217 0 239 0 217 0 +USW00023188194208TMIN 161 0 172 0 172 0 167 0 167 0 161 0 167 0 178 0 189 0 194 0 172 0 183 0 172 0 172 0 183 0 178 0 183 0 189 0 189 0 194 0 178 0 178 0 178 0 178 0 178 0 172 0 161 0 172 0 172 0 178 0 144 0 +USW00023188194208PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194208WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194208WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194208WT08 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194209TMAX 233 0 233 0 233 0 244 0 244 0 244 0 239 0 239 0 239 0 233 0 233 0 239 0 244 0 239 0 239 0 239 0 217 0 228 0 233 0 261 0 267 0 283 0 228 0 233 0 228 0 233 0 228 0 233 0 228 0 233 0-9999 +USW00023188194209TMIN 183 0 167 0 161 0 167 0 161 0 133 0 150 0 156 0 161 0 172 0 172 0 144 0 161 0 144 0 167 0 178 0 167 0 156 0 133 0 139 0 144 0 144 0 156 0 167 0 167 0 167 0 161 0 167 0 167 0 156 0-9999 +USW00023188194209PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194209WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194209WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188194210TMAX 228 0 206 0 228 0 233 0 233 0 228 0 200 0 200 0 233 0 233 0 228 0 206 0 217 0 239 0 222 0 256 0 250 0 278 0 300 0 322 0 322 0 289 0 222 0 222 0 222 0 222 0 189 0 183 0 211 0 206 0 272 0 +USW00023188194210TMIN 161 0 161 0 156 0 144 0 161 0 161 0 172 0 172 0 150 0 150 0 161 0 139 0 128 0 117 0 128 0 128 0 128 0 128 0 150 0 150 0 144 0 150 0 150 0 156 0 144 0 128 0 161 0 111 0 89 0 111 0 100 0 +USW00023188194210PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 +USW00023188194210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194210WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194210WT08 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194210WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194211TMAX 283 0 222 0 206 0 206 0 200 0 206 0 222 0 211 0 222 0 228 0 300 0 256 0 233 0 217 0 194 0 200 0 200 0 206 0 178 0 189 0 217 0 261 0 256 0 200 0 183 0 183 0 167 0 200 0 233 0 206 0-9999 +USW00023188194211TMIN 117 0 111 0 133 0 128 0 100 0 106 0 106 0 100 0 106 0 100 0 111 0 111 0 117 0 122 0 139 0 117 0 100 0 111 0 111 0 78 0 56 0 83 0 94 0 83 0 106 0 100 0 111 0 111 0 94 0 111 0-9999 +USW00023188194211PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0-9999 +USW00023188194211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194211WT01 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188194211WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194211WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188194212TMAX 189 0 189 0 161 0 161 0 172 0 172 0 178 0 150 0 194 0 222 0 228 0 244 0 206 0 183 0 250 0 250 0 200 0 183 0 183 0 183 0 189 0 183 0 183 0 161 0 172 0 189 0 222 0 228 0 206 0 189 0 233 0 +USW00023188194212TMIN 111 0 89 0 128 0 111 0 100 0 67 0 89 0 78 0 56 0 72 0 78 0 83 0 83 0 78 0 83 0 83 0 117 0 100 0 89 0 100 0 100 0 78 0 100 0 133 0 72 0 56 0 61 0 78 0 94 0 78 0 72 0 +USW00023188194212PRCP 0 0 0 0 0 0 0T 0 0 0 3 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 8 0 0 0 0 0 0 0 0 0 0 0 109 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194212WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00023188194212WT08 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188194301TMAX 194 0 183 0 283 0 239 0 222 0 233 0 228 0 244 0 228 0 194 0 194 0 206 0 206 0 217 0 156 0 156 0 156 0 172 0 183 0 161 0 150 0 150 0 167 0 183 0 161 0 172 0 183 0 172 0 178 0 172 0 156 0 +USW00023188194301TMIN 72 0 61 0 72 0 78 0 78 0 61 0 94 0 78 0 72 0 72 0 72 0 67 0 56 0 72 0 78 0 128 0 111 0 72 0 50 0 44 0 106 0 128 0 117 0 100 0 89 0 117 0 117 0 94 0 117 0 117 0 94 0 +USW00023188194301PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0 0 0 0 0 5 0 274 0 566 0 8 0 3 0 396 0 140 0 0 0 0 0 81 0 107 0 +USW00023188194301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194301WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194301WT08 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188194301WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188194302TMAX 183 0 178 0 178 0 194 0 194 0 244 0 211 0 156 0 156 0 189 0 239 0 300 0 306 0 294 0 294 0 244 0 200 0 222 0 250 0 183 0 183 0 167 0 178 0 178 0 178 0 189 0 183 0 200 0-9999 -9999 -9999 +USW00023188194302TMIN 100 0 106 0 100 0 67 0 94 0 89 0 89 0 106 0 67 0 56 0 72 0 106 0 122 0 111 0 106 0 111 0 111 0 106 0 94 0 122 0 150 0 128 0 94 0 100 0 94 0 78 0 89 0 78 0-9999 -9999 -9999 +USW00023188194302PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 157 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 20 0 51 0 99 0 0 0 25 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194302WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194302WT08 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188194303TMAX 189 0 194 0 178 0 189 0 200 0 194 0 206 0 217 0 222 0 228 0 194 0 200 0 178 0 189 0 172 0 189 0 183 0 172 0 183 0 194 0 206 0 183 0 206 0 217 0 194 0 200 0 194 0 194 0 178 0 200 0 239 0 +USW00023188194303TMIN 100 0 94 0 133 0 139 0 139 0 122 0 122 0 117 0 150 0 144 0 133 0 111 0 111 0 133 0 106 0 83 0 117 0 94 0 78 0 89 0 117 0 111 0 89 0 94 0 111 0 117 0 122 0 122 0 133 0 122 0 100 0 +USW00023188194303PRCP 0 0 0 0 185 0 51 0 0 0 13 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 20 0 3 0 0 0 33 0 79 0 0 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00023188194303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194303WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194303WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188194303WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188194304TMAX 272 0 244 0 200 0 194 0 183 0 172 0 178 0 172 0 167 0 167 0 200 0 217 0 206 0 194 0 194 0 183 0 206 0 200 0 189 0 189 0 206 0 206 0 228 0 239 0 200 0 194 0 211 0 206 0 228 0 244 0-9999 +USW00023188194304TMIN 106 0 111 0 89 0 128 0 128 0 117 0 122 0 122 0 100 0 94 0 89 0 94 0 106 0 139 0 144 0 139 0 139 0 122 0 122 0 133 0 133 0 122 0 133 0 133 0 122 0 111 0 111 0 128 0 133 0 122 0-9999 +USW00023188194304PRCP 0 0 0 0 0 0 0 0 97 0 13 0 5 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194304WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188194304WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194304WT14-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194305TMAX 239 0 239 0 217 0 217 0 206 0 189 0 211 0 222 0 272 0 294 0 267 0 256 0 233 0 200 0 200 0 211 0 217 0 272 0 306 0 261 0 200 0 211 0 233 0 217 0 217 0 189 0 217 0 228 0 211 0 217 0 211 0 +USW00023188194305TMIN 122 0 117 0 144 0 144 0 144 0 144 0 144 0 144 0 117 0 133 0 139 0 139 0 133 0 139 0 133 0 117 0 111 0 100 0 128 0 128 0 144 0 144 0 150 0 150 0 156 0 144 0 150 0 161 0 150 0 150 0 161 0 +USW00023188194305PRCP 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194305WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194305WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194305WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188194306TMAX 211 0 200 0 194 0 200 0 200 0 217 0 211 0 211 0 211 0 206 0 183 0 189 0 200 0 211 0 250 0 256 0 244 0 228 0 228 0 256 0 250 0 261 0 256 0 250 0 250 0 267 0 261 0 239 0 228 0 233 0-9999 +USW00023188194306TMIN 156 0 150 0 139 0 133 0 128 0 128 0 139 0 144 0 150 0 156 0 139 0 133 0 128 0 100 0 117 0 139 0 150 0 156 0 150 0 128 0 150 0 144 0 150 0 150 0 122 0 144 0 167 0 161 0 161 0 139 0-9999 +USW00023188194306PRCP 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194306WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00023188194306WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194306WT14 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194307TMAX 228 0 233 0 228 0 233 0 228 0 228 0 239 0 239 0 239 0 233 0 217 0 228 0 233 0 233 0 233 0 228 0 233 0 239 0 233 0 239 0 283 0 278 0 272 0 261 0 289 0 294 0 267 0 267 0 261 0 267 0 267 0 +USW00023188194307TMIN 156 0 156 0 156 0 161 0 161 0 156 0 161 0 156 0 139 0 156 0 150 0 161 0 161 0 178 0 167 0 172 0 161 0 167 0 172 0 161 0 144 0 161 0 167 0 167 0 167 0 183 0 183 0 183 0 189 0 178 0 189 0 +USW00023188194307PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194307WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188194307WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 +USW00023188194308TMAX 300 0 256 0 283 0 256 0 278 0 261 0 250 0 256 0 261 0 250 0 250 0 244 0 239 0 250 0 294 0 256 0 272 0 256 0 244 0 239 0 233 0 244 0 250 0 256 0 261 0 250 0 256 0 261 0 256 0 228 0 250 0 +USW00023188194308TMIN 189 0 194 0 194 0 194 0 194 0 194 0 183 0 178 0 183 0 178 0 172 0 189 0 189 0 189 0 194 0 194 0 189 0 183 0 178 0 172 0 178 0 161 0 161 0 161 0 161 0 161 0 167 0 167 0 178 0 167 0 167 0 +USW00023188194308PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194308WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188194308WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188194309TMAX 244 0 239 0 244 0 250 0 256 0 250 0 244 0 250 0 256 0 289 0 294 0 272 0 244 0 233 0 228 0 233 0 239 0 244 0 256 0 244 0 239 0 222 0 239 0 244 0 206 0 239 0 233 0 233 0 256 0 256 0-9999 +USW00023188194309TMIN 167 0 161 0 167 0 167 0 167 0 161 0 156 0 144 0 161 0 172 0 178 0 178 0 161 0 161 0 156 0 144 0 133 0 139 0 161 0 161 0 156 0 161 0 156 0 178 0 172 0 172 0 183 0 167 0 150 0 161 0-9999 +USW00023188194309PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194309WT08-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00023188194309WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194310TMAX 261 0 256 0 261 0 239 0 244 0 228 0 244 0 228 0 233 0 261 0 211 0 233 0 244 0 244 0 233 0 239 0 211 0 189 0 200 0 211 0 217 0 217 0 222 0 250 0 261 0 222 0 228 0 211 0 206 0 211 0 206 0 +USW00023188194310TMIN 161 0 178 0 167 0 167 0 156 0 167 0 167 0 172 0 161 0 150 0 172 0 156 0 161 0 156 0 156 0 150 0 156 0 144 0 144 0 139 0 144 0 133 0 111 0 111 0 122 0 117 0 128 0 133 0 117 0 111 0 94 0 +USW00023188194310PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 0T 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 +USW00023188194310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194310WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188194310WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00023188194310WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194311TMAX 278 0 250 0 256 0 244 0 211 0 250 0 256 0 256 0 261 0 256 0 244 0 239 0 206 0 189 0 217 0 283 0 250 0 239 0 222 0 211 0 183 0 194 0 189 0 200 0 217 0 239 0 256 0 239 0 239 0 200 0-9999 +USW00023188194311TMIN 100 0 94 0 100 0 89 0 83 0 100 0 111 0 106 0 89 0 78 0 83 0 78 0 83 0 100 0 83 0 117 0 150 0 150 0 156 0 133 0 111 0 94 0 78 0 89 0 83 0 83 0 83 0 78 0 72 0 72 0-9999 +USW00023188194311PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194311WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188194311WT08 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188194311WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194312TMAX 194 0 228 0 261 0 256 0 172 0 156 0 178 0 200 0 189 0 150 0 167 0 183 0 189 0 211 0 239 0 244 0 206 0 217 0 189 0 183 0 178 0 183 0 194 0 183 0 194 0 194 0 189 0 178 0 156 0 161 0 161 0 +USW00023188194312TMIN 117 0 78 0 89 0 83 0 89 0 83 0 83 0 61 0 94 0 94 0 117 0 106 0 89 0 78 0 78 0 89 0 117 0 133 0 144 0 139 0 106 0 100 0 83 0 83 0 106 0 67 0 67 0 83 0 94 0 78 0 83 0 +USW00023188194312PRCP 0 0 0 0 0 0 0 0 3 0 109 0 8 0 0 0 196 0 650 0 310 0 257 0 0 0 0 0 0 0 0 0 15 0 53 0 89 0 79 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 36 0 20 0 15 0 +USW00023188194312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194312WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194312WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194312WT08 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194401TMAX 172 0 172 0 161 0 156 0 189 0 172 0 200 0 189 0 172 0 161 0 183 0 211 0 217 0 206 0 206 0 244 0 233 0 256 0 267 0 244 0 211 0 200 0 167 0 144 0 150 0 150 0 178 0 189 0 194 Z 189 0 194 0 +USW00023188194401TMIN 61 0 83 0 89 0 89 0 67 0 89 0 61 0 50 0 44 0 44 0 78 0 56 0 61 0 50 0 56 0 61 0 89 0 89 0 94 0 89 0 78 0 122 0 117 0 89 0 61 0 56 0 89 0 78 0 83 0 122 0 111 0 +USW00023188194401PRCP 0 0 8 0 3 0 3 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 107 0 104 0 30 0 13 0 20 0 0 0 0 0 0 0 0 0 +USW00023188194401SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194401WT01-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194401WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194402TMAX 189 0 211 0 167 0 156 0 211 0 194 0 189 0 172 0 167 0 217 0 211 0 172 0 178 0 167 0 167 0 167 0 156 0 172 0 178 0 139 0 161 0 167 0 161 0 156 0 156 0 150 0 172 0 178 0 172 0-9999 -9999 +USW00023188194402TMIN 122 0 94 0 83 0 100 0 78 0 94 0 122 0 106 0 89 0 56 0 56 0 50 0 50 0 44 0 78 0 50 0 72 0 44 0 50 0 83 0 89 0 111 0 89 0 83 0 89 0 61 0 50 0 61 0 72 0-9999 -9999 +USW00023188194402PRCP 0T 0 0 0 61 0 28 0 0 0 0T 0 3 0 13 0 0T 0 0 0 0 0 0 0 0 0 5 0 25 0 0 0 15 0 0 0 0T 0 315 0 28 0 157 0 79 0 99 0 33 0 66 0 0 0 0 0 0 0-9999 -9999 +USW00023188194402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188194402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188194402WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194402WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194403TMAX 178 0 167 0 167 0 178 0 178 0 217 0 228 0 261 0 278 0 217 0 189 0 178 0 150 0 156 0 172 0 217 0 244 0 183 0 194 0 183 0 200 0 217 0 228 0 211 0 194 0 211 0 217 0 261 0 244 0 256 0 222 0 +USW00023188194403TMIN 78 0 83 0 94 0 67 0 100 0 72 0 83 0 83 0 89 0 111 0 111 0 128 0 89 0 78 0 83 0 72 0 89 0 122 0 117 0 94 0 67 0 67 0 78 0 94 0 122 0 100 0 100 0 89 0 72 0 94 0 83 0 +USW00023188194403PRCP 0 0 124 0 8 0 8 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 46 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194403WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 +USW00023188194404TMAX 206 0 206 0 211 0 206 0 206 0 211 0 200 0 183 0 200 0 206 0 200 0 183 0 189 0 194 0 206 0 194 0 206 0 200 0 189 0 172 0 189 0 206 0 200 0 178 0 189 0 194 0 172 0 194 0 189 0 206 0-9999 +USW00023188194404TMIN 128 0 122 0 117 0 133 0 117 0 94 0 111 0 122 0 111 0 83 0 100 0 117 0 122 0 100 0 117 0 106 0 83 0 106 0 106 0 128 0 106 0 78 0 100 0 122 0 117 0 106 0 100 0 94 0 111 0 133 0-9999 +USW00023188194404PRCP 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 5 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 140 0 0 0 0 0 0 0-9999 +USW00023188194404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194404WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194405TMAX 206 0 189 0 211 0 289 0 272 0 228 0 200 0 206 0 206 0 183 0 206 0 211 0 200 0 206 0 211 0 183 0 206 0 189 0 206 0 189 0 200 0 194 0 189 0 206 0 206 Z 211 Z 211 Z 228 Z 217 Z 206 Z 200 Z +USW00023188194405TMIN 128 0 128 0 128 0 128 0 128 0 128 0 133 0 139 0 144 0 139 0 122 0 111 0 133 0 133 0 122 0 117 0 128 0 122 0 106 0 139 0 150 0 144 0 144 0 139 0 144 Z 144 Z 128 Z 144 Z 156 Z 150 Z 156 Z +USW00023188194405PRCP 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 8 0 8 0 20 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00023188194405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00023188194405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z +USW00023188194405WT01 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194406TMAX 206 Z 206 Z 211 0 244 0 217 0 233 0 222 0 172 0 217 0 211 0 206 0 194 0 211 0 206 0 200 0 211 0 211 0 222 0 222 0 222 0 217 0 222 0 228 0 217 0 222 0 217 0 222 0 217 0 211 0 211 0-9999 +USW00023188194406TMIN 150 Z 128 Z 139 0 122 0 144 0 156 0 150 0 150 0 144 0 150 0 156 0 156 0 150 0 150 0 144 0 133 0 122 0 128 0 144 0 139 0 144 0 133 0 139 0 128 0 139 0 150 0 150 0 144 0 156 0 150 0-9999 +USW00023188194406PRCP 0T Z 13 Z 0T 0 0 0 0 0 0 0 0 0 0T 0 8 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194406SNOW 0 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194406SNWD 0 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194406WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188194407TMAX 222 0 206 0 228 0 222 0 222 0 222 0 222 0 222 0 228 0 228 0 228 0 222 0 222 0 222 0 222 0 233 0 233 0 244 0 244 0 239 0 239 0 233 0 222 0 233 0 239 0 233 0 233 0 228 0 233 0 239 0 239 0 +USW00023188194407TMIN 139 0 139 0 150 0 144 0 144 0 150 0 156 0 150 0 156 0 167 0 156 0 161 0 156 0 144 0 144 0 161 0 167 0 161 0 161 0 156 0 161 0 156 0 156 0 161 0 167 0 172 0 172 0 167 0 161 0 161 0 161 0 +USW00023188194407PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 +USW00023188194407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194407WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188194408TMAX 233 0 239 0 239 0 228 0 228 0 250 0 222 0 217 0 244 0 261 0 272 0 283 0 239 0 267 0 261 0 256 0 250 0 244 0 244 0 250 0 278 0 272 0 250 0 250 0 250 0 256 0 267 0 278 0 294 0 233 0 222 0 +USW00023188194408TMIN 156 0 150 0 144 0 156 0 156 0 144 0 139 0 144 0 161 0 172 0 172 0 178 0 178 0 178 0 172 0 172 0 167 0 183 0 178 0 172 0 167 0 161 0 172 0 167 0 167 0 161 0 156 0 156 0 183 0 161 0 150 0 +USW00023188194408PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194408WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188194409TMAX 222 0 233 0 239 0 233 0 228 0 250 0 289 0 272 0 217 0 228 0 250 0 222 0 206 0 200 0 222 0 211 0 200 0 222 0 222 0 228 0 228 0 256 0 228 0 239 0 244 0 228 0 228 0 228 0 217 0 211 0-9999 +USW00023188194409TMIN 167 0 172 0 172 0 172 0 172 0 167 0 156 0 172 0 167 0 178 0 178 0 178 0 172 0 167 0 161 0 150 0 156 0 156 0 139 0 128 0 139 0 117 0 133 0 128 0 150 0 144 0 156 0 167 0 167 0 150 0-9999 +USW00023188194409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194409WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188194410TMAX 228 0 239 0 256 0 228 0 211 0 217 0 222 0 222 0 228 0 222 0 217 0 211 0 228 0 217 0 217 0 206 0 217 0 200 0 211 0 206 0 228 0 211 0 222 0 222 0 211 0 211 0 239 0 211 0 200 0 200 0 222 0 +USW00023188194410TMIN 144 0 128 0 133 0 144 0 139 0 144 0 156 0 139 0 133 0 156 0 133 0 111 0 128 0 133 0 133 0 122 0 144 0 144 0 133 0 144 0 156 0 167 0 161 0 150 0 156 0 150 0 150 0 150 0 150 0 150 0 161 0 +USW00023188194410PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188194410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194410WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188194411TMAX 211 0 211 0 200 0 211 0 178 0 194 0 211 0 206 0 211 0 200 0 189 0 172 0 183 0 167 0 200 0 200 0 206 0 194 0 194 0 217 0 222 0 222 0 189 0 200 0 206 0 200 0 206 0 222 0 206 0 200 0-9999 +USW00023188194411TMIN 144 0 139 0 122 0 150 0 128 0 139 0 117 0 100 0 128 0 139 0 128 0 111 0 100 0 106 0 111 0 100 0 94 0 94 0 100 0 83 0 83 0 106 0 111 0 106 0 89 0 67 0 89 0 72 0 89 0 94 0-9999 +USW00023188194411PRCP 0T 0 0 0 0 0 0T 0 269 0 13 0 0 0 0 0 0 0 10 0 498 0 155 0 20 0 284 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194411WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194411WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194412TMAX 189 0 172 0 178 0 189 0 233 0 233 0 217 0 183 0 233 0 244 0 261 0 256 0 239 0 211 0 222 0 200 0 189 0 239 0 233 0 233 0 233 0 200 0 183 0 194 0 194 0 194 0 183 0 172 0 161 0 167 0 200 0 +USW00023188194412TMIN 100 0 94 0 67 0 56 0 61 0 72 0 72 0 61 0 94 0 83 0 94 0 78 0 83 0 94 0 100 0 83 0 72 0 67 0 83 0 89 0 106 0 133 0 128 0 111 0 100 0 83 0 78 0 83 0 67 0 50 0 44 0 +USW00023188194412PRCP 0 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 244 0 30 0 0 0 0 0 53 0 0T 0 0 0 0 0 +USW00023188194412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194412WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194412WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194501TMAX 206 0 222 0 222 0 217 0 206 0 189 0 217 0 194 0 150 0 161 0 178 0 189 0 222 0 183 0 167 0 172 0 183 0 178 0 161 0 156 0 100 0 150 0 161 0 167 0 189 0 167 0 161 0 194 0 206 0 211 0 172 0 +USW00023188194501TMIN 67 0 61 0 72 0 67 0 61 0 94 0 83 0 83 0 100 0 122 0 100 0 78 0 72 0 83 0 111 0 83 0 61 0 78 0 78 0 83 0 61 0 39 0 50 0 50 0 83 0 94 0 67 0 72 0 61 0 56 0 94 0 +USW00023188194501PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 10 0 0 0 97 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188194501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194501WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00023188194502TMAX 167 0 161 0 178 0 178 0 172 0 183 0 250 0 256 0 244 0 261 0 206 0 183 0 156 0 167 0 172 0 183 0 189 0 167 0 161 0 167 0 194 0 206 0 200 0 167 0 172 0 178 0 139 0 150 0-9999 -9999 -9999 +USW00023188194502TMIN 122 0 133 0 106 0 94 0 83 0 106 0 94 0 89 0 94 0 106 0 94 0 83 0 111 0 122 0 100 0 72 0 111 0 111 0 67 0 50 0 78 0 56 0 67 0 100 0 61 0 56 0 67 0 72 0-9999 -9999 -9999 +USW00023188194502PRCP 30 0 127 0 18 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0T 0 28 0 0 0 0 0 0 0 0 0 79 0 0T 0 0 0 74 0 112 0-9999 -9999 -9999 +USW00023188194502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194502WT01-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194502WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194503TMAX 144 0 139 0 167 0 144 0 161 0 167 0 183 0 211 0 206 0 189 0 183 0 178 0 172 0 150 0 156 0 161 0 156 0 183 0 233 0 239 0 156 0 156 0 156 0 172 0 167 0 161 0 167 0 178 0 178 0 250 0 289 0 +USW00023188194503TMIN 61 0 78 0 67 0 83 0 67 0 78 0 56 0 67 0 72 0 78 0 94 0 106 0 122 0 122 0 111 0 100 0 100 0 83 0 78 0 89 0 106 0 106 0 100 0 72 0 56 0 94 0 78 0 61 0 67 0 89 0 111 0 +USW00023188194503PRCP 10 0 86 0 61 0 61 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 109 0 0 0 8 0 0 0 0 0 0 0 69 0 5 0 38 0 0 0 0T 0 48 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188194503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194503WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188194503WT05-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194504TMAX 150 0 178 0 194 0 222 0 244 0 256 0 256 0 211 0 150 0 178 0 167 0 183 0 189 0 222 0 222 0 178 0 189 0 183 0 172 0 172 0 156 0 178 0 200 0 183 0 167 0 167 0 194 0 206 0 200 0 178 0-9999 +USW00023188194504TMIN 117 0 89 0 50 0 61 0 61 0 94 0 106 0 78 0 106 0 89 0 67 0 111 0 94 0 67 0 72 0 106 0 122 0 117 0 117 0 122 0 122 0 117 0 133 0 133 0 133 0 106 0 89 0 111 0 122 0 128 0-9999 +USW00023188194504PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 5 0 0 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0-9999 +USW00023188194504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194504WT01 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188194505TMAX 200 0 222 0 211 0 211 0 206 0 200 0 200 0 183 0 200 0 206 0 183 0 194 0 217 0 217 0 228 0 267 0 211 0 200 0 206 0 211 0 222 0 211 0 206 0 222 0 211 0 200 0 194 0 194 0 194 0 200 0 200 0 +USW00023188194505TMIN 128 0 122 0 133 0 133 0 128 0 117 0 144 0 150 0 139 0 144 0 139 0 139 0 133 0 144 0 139 0 133 0 150 0 144 0 133 0 111 0 117 0 139 0 128 0 106 0 122 0 128 0 128 0 144 0 133 0 144 0 128 0 +USW00023188194505PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0T 0 +USW00023188194505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194505WT01-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194506TMAX 211 0 183 0 211 0 222 0 194 0 206 0 211 0 200 0 211 0 194 0 217 0 217 0 233 0 200 0 222 0 222 0 228 0 222 0 211 0 200 0 194 0 211 0 228 0 194 0 222 0 206 0 217 0 217 0 228 0 233 0-9999 +USW00023188194506TMIN 139 0 144 0 150 0 144 0 139 0 139 0 156 0 150 0 144 0 150 0 156 0 156 0 150 0 156 0 167 0 156 0 161 0 156 0 156 0 161 0 156 0 156 0 150 0 156 0 161 0 156 0 156 0 167 0 167 0 167 0-9999 +USW00023188194506PRCP 0 0 0 0 0 0 30 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00023188194506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194506WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194507TMAX 200 0 211 0 217 0 228 0 228 0 228 0 211 0 239 0 250 0 250 0 239 0 233 0 239 0 233 0 244 0 228 0 233 0 239 0 239 0 261 0 283 0 239 0 228 0 239 0 233 0 228 0 267 0 261 0 256 0 261 Z 250 Z +USW00023188194507TMIN 167 0 161 0 161 0 161 0 167 0 167 0 161 0 156 0 156 0 172 0 178 0 178 0 172 0 167 0 172 0 167 0 172 0 161 0 161 0 172 0 183 0 172 0 172 0 178 0 189 0 178 0 183 0 194 0 200 0 194 Z 194 Z +USW00023188194507PRCP 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0T Z +USW00023188194507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 Z +USW00023188194507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 Z +USW00023188194507WT01-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194508TMAX 256 Z 278 Z 278 Z 278 Z 272 Z 256 Z 250 0 250 0 244 0 278 0 244 0 250 0 256 0 250 0 250 0 261 0 300 0 261 0 267 0 244 0 261 0 244 0 256 0 267 0 267 0 228 0 239 0 239 0 239 0 250 0 250 0 +USW00023188194508TMIN 200 Z 206 Z 200 Z 200 Z 200 Z 194 Z 189 0 183 0 189 0 183 0 194 0 189 0 183 0 183 0 178 0 172 0 200 0 200 0 194 0 183 0 178 0 172 0 189 0 189 0 172 0 167 0 183 0 183 0 172 0 167 0 178 0 +USW00023188194508PRCP 0 Z 0T Z 0 Z 0 Z 0 Z 0 Z 0 0 0 0 0 0 8 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 211 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188194508SNOW 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194508SNWD 0 Z 0 Z 0 Z 0 Z 0 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194508WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00023188194509TMAX 267 0 289 0 300 0 322 0 278 0 233 0 250 0 244 0 272 0 289 0 294 0 267 0 250 0 267 0 261 0 244 0 244 0 233 0 233 0 228 0 233 0 233 0 233 0 233 0 267 0 256 0 239 0 261 0 311 0 322 0-9999 +USW00023188194509TMIN 189 0 200 0 200 0 194 0 183 0 172 0 178 0 200 0 200 0 200 0 194 0 189 0 178 0 183 0 189 0 194 0 189 0 189 0 189 0 189 0 183 0 161 0 139 0 128 0 144 0 144 0 156 0 133 0 139 0 144 0-9999 +USW00023188194509PRCP 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194509WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188194509WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194510TMAX 311 0 344 0 289 0 222 0 239 0 244 0 239 0 211 0 233 0 233 0 233 0 233 0 233 0 233 0 222 0 206 0 189 0 211 0 189 0 211 0 211 0 222 0 233 0 283 0 267 0 228 0 222 0 206 0 261 0 256 0 211 0 +USW00023188194510TMIN 156 0 167 0 178 0 178 0 161 0 150 0 172 0 167 0 167 0 161 0 144 0 144 0 144 0 183 0 183 0 178 0 172 0 156 0 144 0 167 0 167 0 172 0 150 0 117 0 117 0 106 0 122 0 133 0 167 0 172 0 156 0 +USW00023188194510PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 +USW00023188194510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194510WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188194511TMAX 222 0 267 0 322 0 250 0 200 0 194 0 183 0 183 0 211 0 211 0 183 0 189 0 250 0 239 0 189 0 189 0 194 0 200 0 217 0 222 0 272 0 239 0 222 0 189 0 194 0 200 0 250 0 194 0 167 0 178 0-9999 +USW00023188194511TMIN 128 0 106 0 139 0 139 0 156 0 156 0 117 0 94 0 67 0 78 0 100 0 72 0 78 0 106 0 133 0 100 0 78 0 78 0 72 0 78 0 83 0 94 0 78 0 67 0 78 0 83 0 67 0 78 0 106 0 117 0-9999 +USW00023188194511PRCP 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0-9999 +USW00023188194511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194511WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188194512TMAX 167 0 206 0 233 0 200 0 189 0 183 0 183 0 183 0 217 0 200 0 156 0 156 0 161 0 167 0 200 0 200 0 211 0 178 0 239 0 222 0 206 0 161 0 183 0 172 0 183 0 183 0 183 0 189 0 156 0 167 0 233 0 +USW00023188194512TMIN 94 0 67 0 78 0 89 0 117 0 100 0 78 0 61 0 78 0 72 0 94 0 72 0 44 0 44 0 89 0 56 0 78 0 100 0 89 0 100 0 139 0 144 0 122 0 100 0 117 0 111 0 100 0 111 0 100 0 94 0 94 0 +USW00023188194512PRCP 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 122 0 660 0 94 0 5 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194512WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 +USW00023188194601TMAX 144 0 167 0 167 0 167 0 178 0 183 0 200 0 183 0 189 0 189 0 167 0 206 0 233 0 172 0 167 0 222 0 183 0 167 0 167 0 167 0 200 0 217 0 239 0 244 0 222 0 261 0 222 0 178 0 167 0 189 0 200 0 +USW00023188194601TMIN 94 0 122 0 111 0 89 0 122 0 83 0 61 0 89 0 44 0 44 0 56 0 78 0 50 0 61 0 61 0 56 0 72 0 78 0 100 0 83 0 67 0 67 0 83 0 94 0 89 0 78 0 83 0 78 0 72 0 44 0 33 0 +USW00023188194601PRCP 0 0 0 0 107 0 25 0 71 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194601WT01 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188194602TMAX 228 0 167 0 150 0 150 0 161 0 189 0 172 0 217 0 183 0 167 0 139 0 161 0 172 0 228 0 194 0 156 0 183 0 200 0 183 0 183 0 178 0 178 0 178 0 144 0 178 0 189 0 200 0 189 0-9999 -9999 -9999 +USW00023188194602TMIN 50 0 61 0 94 0 67 0 39 0 44 0 61 0 72 0 61 0 39 0 50 0 33 0 56 0 44 0 94 0 94 0 50 0 61 0 83 0 61 0 100 0 72 0-9999 94 0 111 0 100 0 83 0 100 0-9999 -9999 -9999 +USW00023188194602PRCP 0 0 0 0 109 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 23 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194602WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188194603TMAX 211 0 194 0 178 0 178 0 161 0 172 0 189 0 256 0 256 0 178 0 167 0 194 0 156 0 167 0 178 0 200 0 167 0 183 0 161 0 133 0 156 0 172 0 178 0 167 0 200 0 256 0 194 0 183 0 167 0 178 0 189 0 +USW00023188194603TMIN 89 0 94 0 122 0 78 0 67 0 89 0 72 0 94 0 94 0 100 0 100 0 78 0 106 0 94 0 61 0 72 0 100 0 122 0 89 0 78 0 94 0 72 0 94 0 111 0 83 0 94 0 100 0 122 0 128 0 128 0 100 0 +USW00023188194603PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 25 0 150 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 61 0 48 0 254 0 124 0 +USW00023188194603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194603WT01 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188194604TMAX 200 0 183 0 200 0 167 0 211 0 206 0 189 0 178 0 194 0 261 0 294 0 256 0 200 0 206 0 189 0 178 0 189 0 194 0 211 0 211 0 211 0 222 0 217 0 250 0 200 0 217 0 222 0 200 0 206 0 222 0-9999 +USW00023188194604TMIN 111 0 106 0 78 0 111 0 111 0 111 0 128 0 111 0 100 0 100 0 122 0 128 0 144 0 139 0 139 0 139 0 133 0 128 0 139 0 128 0 128 0 117 0 144 0 150 0 156 0 150 0 156 0 156 0 156 0 144 0-9999 +USW00023188194604PRCP 97 0 5 0 0 0 0 0 0 0 28 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194604WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194605TMAX 222 0 211 0 200 0 222 0 211 0 206 0 211 0 194 0 183 0 189 0 200 0 206 0 189 0 211 0 172 0 200 0 206 0 194 0 211 0 194 0 200 0 194 0 200 0 206 0 217 0 211 0 206 0 222 0 228 0 250 0 239 0 +USW00023188194605TMIN 156 0 144 0 156 0 156 0 150 0 150 0 144 0 150 0 150 0 150 0 150 0 150 0 150 0 144 0 150 0 128 0 106 0 156 0 156 0 150 0 144 0 133 0 144 0 144 0 144 0 150 0 139 0 122 0 139 0 156 0 156 0 +USW00023188194605PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188194605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194605WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194606TMAX 233 0 239 0 228 0 239 0 239 0 261 0 222 0 228 0 233 0 244 0 256 0 244 0 228 0 239 0 261 0 267 0 267 0 250 0 228 0 228 0 222 0 239 0 228 0 239 0 250 0 239 0 233 0 239 0 239 0 217 0-9999 +USW00023188194606TMIN 156 0 161 0 161 0 144 0 144 0 156 0 161 0 156 0 156 0 144 0 156 0 150 0 156 0 161 0 178 0 172 0 167 0 172 0 161 0 161 0 161 0 172 0 167 0 161 0 150 0 156 0 156 0 172 0 172 0 172 0-9999 +USW00023188194606PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194606WT01-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00023188194607TMAX 211 0 233 0 244 0 228 0 233 0 233 0 233 0 239 0 228 0 256 0 256 0 267 0 261 0 278 0 272 0 267 0-9999 239 0 250 0 244 0 250 0 250 0 272 0 256 0 267 0 278 0 283 0 267 0 267 0 261 0 233 0 +USW00023188194607TMIN 172 0 172 0 167 0 167 0 161 0 167 0 167 0 167 0 167 0 172 0 183 0 183 0 178 0 167 0 183 0 178 0 183 0 178 0 183 0 189 0 183 0 194 0 189 0 206 0 194 0 189 0 183 0 189 0 178 0 172 0 189 0 +USW00023188194607PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194607WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00023188194608TMAX 272 0 283 0 261 0 256 0 261 0 256 0 244 0 261 0 267 0 278 0 294 0 311 0 278 0 267 0 256 0 256 0 261 0 267 0 267 0 267 0 267 0 261 0 256 0 250 0 244 0 250 0 256 0 244 0 250 0 267 0 239 0 +USW00023188194608TMIN 167 0 194 0 189 0 183 0 183 0 183 0 183 0 200 0 189 0 189 0 189 0 200 0 206 0 194 0 189 0 178 0 183 0 189 0 178 0 200 0 200 0 194 0 194 0 183 0 172 0 172 0 178 0 172 0 172 0 178 0 172 0 +USW00023188194608PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194608WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188194609TMAX 244 0 256 0 300 0 283 0 267 0 256 0 250 0 222 0 239 0 239 0 256 0 289 0 300 0 278 0 256 0 228 0 250 0 322 0 239 0 244 0 233 0 233 0 239 0 239 0 244 0 250 0 250 0 261 0 300 0 272 0-9999 +USW00023188194609TMIN 167 0 167 0 167 0 183 0 178 0 167 0 167 0 172 0 161 0 161 0 172 0 200 0 189 0 172 0 178 0 167 0 150 0 200 0 189 0 178 0 178 0 178 0 178 0 172 0 172 0 172 0 167 0 178 0 189 0 211 0-9999 +USW00023188194609PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00023188194609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194609WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188194610TMAX 211 0 239 0 228 0 233 0 200 0 233 0 267 0 211 0 239 0 267 0 300 0 294 0 261 0 228 0 222 0 206 0 206 0 217 0 222 0 217 0 239 0 217 0 222 0 272 0 289 0 200 0 194 0 167 0 194 0 194 0 206 0 +USW00023188194610TMIN 167 0 144 0 150 0 133 0 139 0 111 0 122 0 128 0 133 0 133 0 139 0 133 0 117 0 139 0 161 0 144 0 106 0 94 0 111 0 111 0 111 0 133 0 144 0 128 0 133 0 150 0 161 0 122 0 111 0 89 0 83 0 +USW00023188194610PRCP 8 0 0 0 3 0 3 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 23 0 3 0 0T 0 0 0 0 0 +USW00023188194610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194610WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188194611TMAX 211 0 233 0 200 0 222 0 222 0 239 0 200 0 167 0 183 0 183 0 172 0 178 0 167 0 172 0 183 0 217 0 222 0 217 0 183 0 156 0 206 0 172 0 167 0 178 0 200 0 222 0 239 0 183 0 211 0 161 0-9999 +USW00023188194611TMIN 94 0 89 0 83 0 72 0 89 0 94 0 100 0 89 0 83 0 89 0 122 0 117 0 122 0 100 0 78 0 78 0 78 0 83 0 78 0 128 0 133 0 128 0 128 0 106 0 72 0 78 0 100 0 94 0 83 0 78 0-9999 +USW00023188194611PRCP 0 0 0 0 0 0 0 0 0 0 0 0 13 0 132 0 0 0 0 0 10 0 15 0 224 0 69 0 0 0 0 0 0 0 0 0 0 0 51 0 0T 0 0 0 130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194611WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188194612TMAX 167 0 183 0 200 0 211 0 206 0 183 0 161 0 167 0 178 0 194 0 222 0 194 0 161 0 156 0 167 0 144 0 161 0 167 0 194 0 239 0 194 0 200 0 211 0 200 0 183 0 183 0 167 0 167 0 178 0 183 0 189 0 +USW00023188194612TMIN 94 0 67 0 100 0 133 0 128 0 122 0 100 0 83 0 56 0 67 0 72 0 94 0 89 0 89 0 83 0 94 0 94 0 78 0 61 0 72 0 83 0 111 0 133 0 139 0 133 0 139 0 117 0 89 0 67 0 83 0 61 0 +USW00023188194612PRCP 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 38 0 112 0 137 0 0 0 0 0 0 0 0 0 +USW00023188194612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194612WT01 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194701TMAX 161 0 183 0 183 0 194 0 211 0 150 0 200 0 211 0 233 0 233 0 172 0 150 0 144 0 150 0 161 0 161 0 189 0 194 0 172 0 189 0 217 0 178 0 167 0 194 0 256 0 194 0 156 0 144 0 156 0 167 0 194 0 +USW00023188194701TMIN 67 0 56 0 50 0 39 0 61 0 78 0 67 0 56 0 56 0 67 0 72 0 111 0 83 0 83 0 44 0 11 0 22 0 33 0 50 0 44 0 56 0 44 0 39 0 44 0 44 0 44 0 67 0 100 0 67 0 39 0 44 0 +USW00023188194701PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 74 0 0 0 0 0 0 0 +USW00023188194701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194701WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188194702TMAX 250 0 239 0 256 0 278 0 239 0 200 0 172 0 189 0 189 0 189 0 200 0 206 0 200 0 222 0 211 0 161 0 167 0 178 0 178 0 183 0 178 0 183 0 211 0 206 0 194 0 161 0 183 0 183 0-9999 -9999 -9999 +USW00023188194702TMIN 67 0 89 0 89 0 117 0 94 0 78 0 106 0 89 0 111 0 111 0 72 0 89 0 94 0 100 0 89 0 111 0 100 0 89 0 67 0 100 0 78 0 111 0 67 0 83 0 106 0 122 0 117 0 106 0-9999 -9999 -9999 +USW00023188194702PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 79 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0-9999 -9999 -9999 +USW00023188194702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194702WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194703TMAX 189 0 194 0 183 0 167 0 167 0 183 0 183 0 178 0 189 0 189 0 206 0 289 0 278 0 267 0 239 0 194 0 211 0 156 0 156 0 189 0 178 0 189 0 189 0 261 0 300 0 267 0 217 0 211 0 211 0 206 0 206 0 +USW00023188194703TMIN 106 0 117 0 106 0 106 0 94 0 72 0 89 0 100 0 100 0 94 0 117 0 100 0 100 0 100 0 100 0 106 0 122 0 139 0 133 0 122 0 111 0 100 0 128 0 100 0 111 0 122 0 139 0 144 0 144 0 128 0 117 0 +USW00023188194703PRCP 0 0 3 0 3 0 8 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 51 0 89 0 0T 0 0 0 0 0 0 0 0 0 0 0 15 0 41 0 3 0 0T 0 +USW00023188194703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194703WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194704TMAX 183 0 189 0 178 0 189 0 194 0-9999 -9999 -9999 194 0 233 0 289 0 333 0 333 0 267 0 244 0 239 0 217 0 183 0 211 0 194 0 200 0 189 0 194 0 200 0 189 0 200 0 200 0 194 0 200 0 228 0-9999 +USW00023188194704TMIN 128 0 122 0 122 0 100 0 106 0-9999 -9999 -9999 122 0 89 0 117 0 139 0 167 0 144 0 139 0 133 0 139 0 139 0 144 0 150 0 133 0 89 0 106 0 139 0 128 0 139 0 133 0 128 0 128 0 111 0-9999 +USW00023188194704PRCP 0 0 0 0 0T 0 0 0 0 0-9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 91 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0-9999 +USW00023188194704SNOW 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194704SNWD 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194704WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188194705TMAX 261 0 278 0 200 0 211 0 211 0 211 0 211 0 222 0 217 0 183 0 206 0 211 0 211 0 189 0 200 0 200 0 211 0 211 0 211 0 211 0 222 0 200 0 222 0 222 0 217 0 189 0 211 0 228 0 206 0 217 0 217 0 +USW00023188194705TMIN 133 0 139 0 139 0 133 0 139 0 150 0 156 0 150 0 144 0 133 0 128 0 133 0 122 0 133 0 139 0 139 0 144 0 139 0 144 0 144 0 150 0 144 0 156 0 144 0 156 0 144 0 133 0 122 0 144 0 150 0 144 0 +USW00023188194705PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 23 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 8 0 13 0 0 0 0T 0 0 0 0 0 +USW00023188194705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194705WT01 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188194705WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194706TMAX 228 0 244 0 222 0 222 0 233 0 228 0 228 0 239 0 239 0 217 0 211 0 250 0 222 0 217 0 239 0 222 0 217 0 211 0 222 0 211 0 228 0 244 0 239 0 206 0 228 0 244 0 228 0 239 0 244 0 228 0-9999 +USW00023188194706TMIN 156 0 156 0 156 0 150 0 139 0 156 0 167 0 167 0 161 0 156 0 161 0 139 0 167 0 167 0 156 0 161 0 161 0 161 0 161 0 156 0 156 0 139 0 161 0 161 0 161 0 167 0 161 0 161 0 156 0 144 0-9999 +USW00023188194706PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194706WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188194707TMAX 233 0 256 0 261 0 256 0 244 0 239 0 239 0 256 0 289 0 261 0 256 0 239 0 250 0 233 0 222 0 239 0 244 0 267 0 250 0 222 0 239 0 233 0 250 0 261 0 272 0 283 0 300 0 300 0 289 0 283 0 289 0 +USW00023188194707TMIN 161 0 161 0 161 0 150 0 161 0 156 0 156 0 150 0 156 0 144 0 156 0 150 0 156 0 156 0 156 0 156 0 150 0 150 0 156 0 150 0 150 0 161 0 161 0 161 0 156 0 161 0 172 0 183 0 183 0 194 0 172 0 +USW00023188194707PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194707WT01 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194708TMAX 250 0 267 0 272 0 267 0 256 0 267 0 278 0 294 0 306 0 289 0 278 0 272 0 244 0 256 0 244 0 244 0 256 0 244 0 228 0 239 0 244 0 244 0 250 0 239 0 239 0 217 0 239 0 239 0 250 0 261 0 294 0 +USW00023188194708TMIN 183 0 183 0 172 0 183 0 183 0 189 0 194 0 211 0 228 0 206 0 194 0 172 0 178 0 178 0 178 0 178 0 161 0 178 0 178 0 172 0 167 0 156 0 150 0 161 0 161 0 161 0 167 0 150 0 150 0 144 0 172 0 +USW00023188194708PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194709TMAX 311 0 311 0 289 0 267 0 244 0 244 0 228 0 228 0 228 0 250 0 244 0 239 0 244 0 256 0 317 0 272 0 217 0 239 0 244 0 278 0 267 0 300 0 283 0 294 0 278 0 272 0 256 0 239 0 244 0 239 0-9999 +USW00023188194709TMIN 189 0 194 0 194 0 178 0 167 0 167 0 167 0 178 0 172 0 167 0 183 0 167 0 156 0 161 0 161 0 183 0 189 0 167 0 144 0 167 0 178 0 178 0 183 0 183 0 178 0 178 0 183 0 167 0 161 0 178 0-9999 +USW00023188194709PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 0T 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194709WT01-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188194710TMAX 239 0 239 0 244 0 239 0 250 0 244 0 256 0 239 0 239 0 239 0 222 0 239 0 233 0 244 0 222 0 222 0 244 0 228 0 239 0 194 0 233 0 239 0 228 0 261 0 250 0 256 0 233 0 222 0 222 0 222 0 256 0 +USW00023188194710TMIN 161 0 156 0 161 0 150 0 183 0 178 0 156 0 172 0 144 0 156 0 150 0 122 0 150 0 128 0 133 0 144 0 156 0 167 0 144 0 144 0 150 0 128 0 133 0 133 0 122 0 111 0 133 0 156 0 150 0 156 0 128 0 +USW00023188194710PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 18 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 +USW00023188194710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194710WT01-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 +USW00023188194710WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194711TMAX 228 0 200 0 222 0 228 0 206 0 211 0 228 0 217 0 178 0 200 0 189 0 189 0 200 0 178 0 167 0 183 0 222 0 183 0 183 0 189 0 172 0 161 0 178 0 189 0 200 0 244 0 200 0 211 0 189 0 167 0-9999 +USW00023188194711TMIN 144 0 133 0 100 0 100 0 117 0 89 0 83 0 111 0 100 0 83 0 78 0 94 0 67 0 111 0 122 0 111 0 89 0 94 0 111 0 89 0 72 0 72 0 44 0 44 0 67 0 89 0 83 0 133 0 128 0 117 0-9999 +USW00023188194711PRCP 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 150 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00023188194711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194711WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188194711WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194712TMAX 161 0 178 0 178 0 150 0 167 0 161 0 156 0 161 0 172 0 167 0 167 0 206 0 200 0 156 0 161 0 233 0 178 0 178 0 206 0 194 0 178 0 161 0 228 0 244 0 267 0 256 0 256 0 194 0 161 0 156 0 161 0 +USW00023188194712TMIN 111 0 117 0 94 0 122 0 106 0 94 0 89 0 78 0 50 0 72 0 39 0 50 0 56 0 50 0 61 0 61 0 56 0 78 0 78 0 94 0 100 0 72 0 61 0 78 0 100 0 89 0 100 0 78 0 89 0 44 0 33 0 +USW00023188194712PRCP 218 0 0T 0 0 0 226 0 267 0 38 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00023188194712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 +USW00023188194712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194712WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194712WT03 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194801TMAX 161 0 167 0 189 0 150 0 183 0 206 0 189 0 233 0 244 0 244 0 156 0 211 0 267 0 250 0 239 0 267 0 211 0 167 0 200 0 200 0 183 0 178 0 178 0 139 0 150 0 189 0 156 0 156 0 156 0 167 0 178 0 +USW00023188194801TMIN 44 0 50 0 111 0 106 0 89 0 89 0 78 0 83 0 100 0 100 0 72 0 78 0 78 0 83 0 78 0 72 0 50 0 39 0 39 0 50 0 44 0 50 0 78 0 111 0 122 0 106 0 44 0 22 0 50 0 44 0 44 0 +USW00023188194801PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194801WT01-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188194801WT08-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X +USW00023188194801WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188194802TMAX 167 0 156 0 150 0 161 0 144 0 156 0 150 0 183 0 183 0 161 0 161 0 144 0 156 0 178 0 189 0 256 0 244 0 194 0 167 0 172 0 183 0 161 0 156 0 183 0 189 0 161 0 172 0 161 0 156 0-9999 -9999 +USW00023188194802TMIN 56 0 67 0 61 0 72 0 83 0 78 0 56 0 33 0 50 0 89 0 50 0 39 0 28 0 72 0 56 0 78 0 111 0 89 0 89 0 94 0 78 0 94 0 94 0 56 0 78 0 100 0 111 0 94 0 83 0-9999 -9999 +USW00023188194802PRCP 0 0 13 0 0 0 0 0 188 0 25 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 18 0-9999 -9999 +USW00023188194802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188194802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188194802WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194802WT05-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194802WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194802WT16-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188194803TMAX 156 0 161 0 172 0 194 0 206 0 167 0 172 0 167 0 161 0 183 0 222 0 217 0 178 0 172 0 167 0 172 0 161 0 167 0 150 0 161 0 183 0 194 0 178 0 167 0 161 0 206 0 233 0 194 0 206 0 172 0 200 0 +USW00023188194803TMIN 83 0 61 0 100 0 72 0 56 0 56 0 72 0 78 0 117 0 106 0 72 0 72 0 78 0 94 0 94 0 72 0 89 0 78 0 106 0 89 0 50 0 72 0 72 0 94 0 83 0 61 0 78 0 117 0 128 0 111 0 117 0 +USW00023188194803PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 15 0 0 0 0 0 0 0 23 0 43 0 43 0 0 0 122 0 5 0 30 0 0T 0 0 0 0 0 0 0 119 0 0T 0 0 0 0 0 0 0 3 0 0T 0 0 0 +USW00023188194803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194803WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188194803WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 +USW00023188194803WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00023188194804TMAX 189 0 178 0 167 0 167 0 183 0 183 0 183 0 233 0 250 0 211 0 178 0 183 0 233 0 289 0 322 0 306 0 256 0 178 0 189 0 189 0 178 0 206 0 189 0 211 0 256 0 211 0 206 0 189 0 183 0 194 0-9999 +USW00023188194804TMIN 128 0 128 0 122 0 100 0 78 0 111 0 89 0 83 0 100 0 117 0 100 0 67 0 89 0 111 0 139 0 144 0 139 0 128 0 122 0 128 0 133 0 133 0 133 0 117 0 106 0 133 0 128 0 133 0 111 0 83 0-9999 +USW00023188194804PRCP 0 0 0T 0 13 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0-9999 +USW00023188194804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194804WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194804WT08-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194804WT16-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188194805TMAX 200 0 206 0 217 0 272 0 189 0 211 0 200 0 200 0 206 0 206 0 211 0 222 0 244 0 250 0 239 0 239 0 228 0 172 0 200 0 189 0 200 0 217 0 206 0 211 0 200 0 206 0 211 0 200 0 206 0 211 0 206 0 +USW00023188194805TMIN 111 0 111 0 106 0 128 0 139 0 139 0 139 0 133 0 117 0 128 0 117 0 122 0 122 0 133 0 144 0 122 0 122 0 111 0 117 0 111 0 94 0 117 0 133 0 139 0 133 0 139 0 139 0 133 0 128 0 144 0 144 0 +USW00023188194805PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194805WT01-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194805WT08-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188194805WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188194806TMAX 189 0 222 0 206 0 183 0 206 0 206 0 217 0 222 0 217 0 217 0 233 0 228 0 233 0 217 0 222 0 233 0 228 0 200 0 222 0 228 0 200 0 206 0 228 0 228 0 206 0 194 0 222 0 211 0 222 0 211 0-9999 +USW00023188194806TMIN 139 0 139 0 139 0 144 0 128 0 111 0 139 0 144 0 128 0 150 0 144 0 156 0 150 0 144 0 156 0 156 0 156 0 150 0 150 0 133 0 150 0 144 0 156 0 167 0 161 0 161 0 156 0 156 0 156 0 156 0-9999 +USW00023188194806PRCP 0T 0 5 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0-9999 +USW00023188194806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194806WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188194806WT08-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 +USW00023188194806WT16 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 +USW00023188194807TMAX 244 0 222 0 228 0 222 0 239 0 256 0 250 0 244 0 267 0 261 0 239 0 200 0 233 0 228 0 222 0 217 0 222 0 228 0 200 0 233 0 222 0 233 0 239 0 233 0 228 0 233 0 211 0 211 0 250 0 244 0 256 0 +USW00023188194807TMIN 156 0 156 0 150 0 144 0 128 0 139 0 139 0 150 0 139 0 156 0 156 0 156 0 144 0 150 0 161 0 156 0 161 0 161 0 156 0 150 0 161 0 167 0 167 0 167 0 161 0 172 0 167 0 167 0 167 0 156 0 172 0 +USW00023188194807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194807WT01 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194807WT08 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00023188194807WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194808TMAX 239 0 239 0 233 0 239 0 239 0 233 0 233 0 233 0 239 0 239 0 239 0 233 0 228 0 228 0 239 0 239 0 233 0 233 0 250 0 244 0 233 0 222 0 244 0 244 0 228 0 233 0 228 0 228 0 228 0 272 0 267 0 +USW00023188194808TMIN 172 0 172 0 172 0 183 0 172 0 172 0 167 0 156 0 156 0 156 0 167 0 167 0 167 0 161 0 161 0 161 0 161 0 167 0 161 0 172 0 172 0 167 0 167 0 161 0 167 0 161 0 172 0 167 0 167 0 156 0 161 0 +USW00023188194808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194808WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188194808WT08 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188194809TMAX 256 0 267 0 294 0 244 0 244 0 228 0 222 0 239 0 244 0 261 0 272 0 261 0 250 0 228 0 294 0 267 0 267 0 239 0 233 0 233 0 233 0 233 0 217 0 222 0 228 0 233 0 267 0 261 0 228 0 217 0-9999 +USW00023188194809TMIN 167 0 172 0 172 0 172 0 167 0 161 0 156 0 156 0 161 0 156 0 172 0 161 0 161 0 167 0 161 0 183 0 194 0 167 0 156 0 167 0 172 0 156 0 150 0 161 0 128 0 106 0 128 0 139 0 122 0 133 0-9999 +USW00023188194809PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194809WT01 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188194809WT08 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188194809WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194810TMAX 217 0 244 0 250 0 194 0 217 0 233 0 300 0 272 0 217 0 200 0 194 0 228 0 217 0 211 0 211 0 211 0 211 0 206 0 211 0 222 0 206 0 239 0 217 0 206 0 200 0 200 0 189 0 200 0 194 0 178 0 206 0 +USW00023188194810TMIN 144 0 156 0 144 0 161 0 156 0 156 0 122 0 144 0 161 0 156 0 150 0 133 0 144 0 122 0 139 0 133 0 133 0 156 0 144 0 161 0 144 0 133 0 133 0 117 0 133 0 133 0 144 0 156 0 144 0 111 0 83 0 +USW00023188194810PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 33 0 0T 0 0 0 +USW00023188194810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194810WT01 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 0 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188194810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194810WT08 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188194810WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 +USW00023188194811TMAX 233 0 239 0 178 0 211 0 244 0 261 0 217 0 233 0 250 0 239 0 222 0 250 0 261 0 250 0 206 0 194 0 194 0 244 0 211 0 189 0 222 0 233 0 217 0 200 0 194 0 178 0 178 0 228 0 228 0 217 0-9999 +USW00023188194811TMIN 106 0 117 0 139 0 128 0 100 0 106 0 100 0 94 0 83 0 94 0 89 0 94 0 94 0 72 0 83 0 83 0 89 0 78 0 94 0 100 0 72 0 100 0 78 0 72 0 100 0 100 0 44 0 56 0 78 0 61 0-9999 +USW00023188194811PRCP 0 0 0 0 13 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0-9999 +USW00023188194811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194811WT01 1 X-9999 -9999 -9999 -9999 1 0 1 X 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188194811WT08 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188194811WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188194812TMAX 233 0 244 0 172 0 150 0 161 0 161 0 183 0 194 0 244 0 172 0 156 0 167 0 172 0 161 0 150 0 128 0 156 0 172 0 194 0 161 0 156 0 122 0 139 0 150 0 144 0 172 0 156 0 156 0 183 0 194 0 178 0 +USW00023188194812TMIN 61 0 72 0 78 0 83 0 33 0 61 0 67 0 72 0 72 0 67 0 94 0 94 0 78 0 100 0 67 0 50 0 100 0 72 0 56 0 50 0 61 0 100 0 61 0 28 0 39 0 67 0 89 0 61 0 50 0 94 0 89 0 +USW00023188194812PRCP 0 0 0 0 33 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 0T 0 183 0 0 0 0 0 0 0 0 0 170 0 5 0 0 0 0 0 163 0 38 0 0 0 0 0 0 0 0 0 +USW00023188194812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194812WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 X +USW00023188194812WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188194812WT16-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188194901TMAX 156 0 150 0 117 0 111 0 150 0 200 0 161 0 150 0 117 0 89 0 78 0 128 0 106 0 122 0 139 0 144 0 144 0 139 0 128 0 139 0 117 0 122 0 122 0 111 0 106 0 133 0 150 0 172 0 161 0 139 0 156 0 +USW00023188194901TMIN 78 0 61 0 11 0 -17 0 -11 0 28 0 39 0 28 0 50 0 39 0 28 0 28 0 61 0 56 0 33 0 28 0 28 0 28 0 72 0 89 0 78 0 89 0 67 0 50 0 22 0 22 0 61 0 33 0 39 0 11 0 56 0 +USW00023188194901PRCP 8 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 28 0 36 0 165 0 277 0 71 0 64 0 0 0 0 0 0 0 0 0 8 0 58 0 5 0 28 0 13 0 86 0 56 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188194901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194901WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194901WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00023188194901WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194902TMAX 156 0 133 0 128 0 139 0 150 0 150 0 117 0 144 0 172 0 211 0 156 0 128 0 100 0 144 0 156 0 217 0 233 0 172 0 122 0 172 0 194 0 222 0 178 0 172 0 167 0 150 0 144 0 172 0-9999 -9999 -9999 +USW00023188194902TMIN 33 0 78 0 61 0 67 0 67 0 44 0 89 0 61 0 44 0 44 0 56 0 72 0 39 0 28 0 22 0 50 0 67 0 72 0 100 0 89 0 78 0 83 0 78 0 122 0 106 0 106 0 94 0 100 0-9999 -9999 -9999 +USW00023188194902PRCP 0T 0 20 0 23 0 10 0 23 0 0 0 69 0 0 0 0 0 0 0 69 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 5 0 33 0 173 0 15 0-9999 -9999 -9999 +USW00023188194902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188194902WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188194902WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194902WT16 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188194903TMAX 172 0 178 0 183 0 189 0 178 0 178 0 167 0 172 0 183 0 172 0 178 0 172 0 183 0 200 0 211 0 194 0 178 0 200 0 194 0 178 0 194 0 167 0 156 0 150 0 167 0 178 0 189 0 156 0 172 0 167 0 167 0 +USW00023188194903TMIN 78 0 111 0 78 0 100 0 100 0 67 0 100 0 94 0 67 0 72 0 100 0 83 0 72 0 89 0 100 0 100 0 106 0 106 0 89 0 106 0 83 0 111 0 106 0 94 0 67 0 100 0 89 0 100 0 94 0 67 0 72 0 +USW00023188194903PRCP 0 0 0 0 0 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0 3 0 15 0 81 0 0 0 0 0 0 0 0T 0 0T 0 28 0 13 0 +USW00023188194903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194903WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 X 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194903WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188194903WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194903WT16-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00023188194904TMAX 172 0 156 0 189 0 228 0 267 0 233 0 200 0 183 0 222 0 278 0 294 0 189 0 183 0 178 0 183 0 200 0 211 0 161 0 189 0 211 0 267 0 206 0 178 0 183 0 183 0 189 0 211 0 206 0 178 0 200 0-9999 +USW00023188194904TMIN 106 0 106 0 72 0 94 0 117 0 133 0 128 0 117 0 106 0 111 0 111 0 122 0 117 0 128 0 117 0 106 0 122 0 128 0 128 0 117 0 128 0 133 0 133 0 133 0 144 0 139 0 139 0 139 0 133 0 133 0-9999 +USW00023188194904PRCP 0 0 5 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 18 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00023188194904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194904WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194904WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188194904WT16-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188194905TMAX 200 0 206 0 183 0 200 0 222 0 283 0 272 0 206 0 194 0 200 0 200 0 206 0 178 0 194 0 200 0 167 0 167 0 183 0 200 0 211 0 222 0 256 0 261 0 206 0 206 0 217 0 217 0 217 0 217 0 217 0 211 0 +USW00023188194905TMIN 117 0 117 0 128 0 106 0 117 0 122 0 122 0 144 0 133 0 128 0 150 0 144 0 133 0 144 0 133 0 128 0 128 0 122 0 128 0 111 0 117 0 128 0 122 0 156 0 156 0 150 0 156 0 156 0 150 0 150 0 150 0 +USW00023188194905PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 5 0 5 0 33 0 30 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00023188194905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194905WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 X 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194905WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194905WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188194906TMAX 228 0 233 0 222 0 261 0 250 0 239 0 222 0 211 0 222 0 239 0 211 0 222 0 222 0 222 0 217 0 217 0 228 0 228 0 228 0 239 0 294 0 244 0 239 0 211 0 211 0 211 0 239 0 228 0 228 0 233 0-9999 +USW00023188194906TMIN 133 0 150 0 156 0 144 0 150 0 156 0 167 0 161 0 156 0 156 0 161 0 156 0 161 0 167 0 167 0 167 0 167 0 161 0 150 0 144 0 167 0 183 0 178 0 161 0 161 0 172 0 172 0 167 0 172 0 167 0-9999 +USW00023188194906PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194906WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194906WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188194906WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194907TMAX 244 0 250 0 250 0 233 0 239 0 233 0 228 0 228 0 239 0 239 0 211 0 244 0 239 0 239 0 239 0 256 0 239 0 250 0 244 0 256 0 250 0 250 0 250 0 250 0 244 0 239 0 239 0 239 0 233 0 233 0 244 0 +USW00023188194907TMIN 156 0 178 0 183 0 172 0 161 0 161 0 150 0 156 0 156 0 167 0 172 0 178 0 172 0 167 0 172 0 178 0 178 0 178 0 183 0 178 0 178 0 183 0 178 0 183 0 183 0 178 0 178 0 183 0 189 0 178 0 178 0 +USW00023188194907PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00023188194907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194907WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194907WT08 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188194907WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188194908TMAX 256 0 278 0 278 0 256 0 250 0 239 0 233 0 228 0 228 0 233 0 244 0 233 0 228 0 233 0 239 0 233 0 233 0 228 0 239 0 244 0 278 0 233 0 261 0 261 0 272 0 278 0 317 0 272 0 256 0 267 0 250 0 +USW00023188194908TMIN 183 0 178 0 189 0 183 0 183 0 183 0 178 0 178 0 172 0 167 0 167 0 156 0 156 0 167 0 161 0 156 0 150 0 167 0 167 0 161 0 178 0 189 0 183 0 167 0 167 0 178 0 189 0 194 0 194 0 178 0 161 0 +USW00023188194908PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194908WT01-9999 1 0 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 0 1 X-9999 -9999 -9999 1 X 1 X +USW00023188194908WT08-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 +USW00023188194908WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194909TMAX 250 0 244 0 250 0 244 0 244 0 294 0 333 0 311 0 278 0 267 0 244 0 239 0 239 0 233 0 239 0 239 0 206 0 244 0 217 0 256 0 244 0 267 0 233 0 289 0 217 0 233 0 239 0 239 0 272 0 211 0-9999 +USW00023188194909TMIN 183 0 178 0 183 0 183 0 183 0 178 0 178 0 217 0 194 0 194 0 172 0 167 0 156 0 161 0 161 0 183 0 172 0 178 0 189 0 189 0 189 0 167 0 161 0 167 0 161 0 144 0 128 0 133 0 139 0 150 0-9999 +USW00023188194909PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00023188194909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194909WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00023188194909WT08 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00023188194909WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188194910TMAX 217 0 228 0 228 0 211 0 222 0 211 0 206 0 206 0 206 0 222 0 283 0 239 0 200 0 217 0 211 0 189 0 183 0 183 0 172 0 183 0 206 0 239 0 233 0 244 0 272 0 283 0 222 0 267 0 294 0 300 0 294 0 +USW00023188194910TMIN 161 0 167 0 167 0 167 0 172 0 178 0 161 0 133 0 111 0 100 0 117 0 133 0 150 0 156 0 161 0 172 0 156 0 122 0 100 0 78 0 72 0 89 0 100 0 100 0 117 0 122 0 106 0 89 0 128 0 128 0 139 0 +USW00023188194910PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194910WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 +USW00023188194910WT08 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00023188194910WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194911TMAX 294 0 272 0 333 0 333 0 300 0 322 0 222 0 194 0 194 0 167 0 211 0 256 0 317 0 306 0 272 0 267 0 294 0 300 0 217 0 228 0 183 0 178 0 217 0 233 0 200 0 194 0 194 0 189 0 228 0 200 0-9999 +USW00023188194911TMIN 133 0 128 0 111 0 139 0 133 0 156 0 144 0 139 0 133 0 128 0 106 0 100 0 117 0 128 0 133 0 111 0 122 0 139 0 117 0 106 0 89 0 100 0 94 0 83 0 111 0 128 0 122 0 117 0 100 0 100 0-9999 +USW00023188194911PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 36 0 244 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188194911WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00023188194911WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188194911WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188194912TMAX 183 0 194 0 189 0 250 0 189 0 183 0 178 0 183 0 211 0 150 0 144 0 150 0 172 0 200 0 161 0 161 0 167 0 156 0 167 0 133 0 150 0 200 0 194 0 156 0 200 0 200 0 228 0 200 0 200 0 189 0 200 0 +USW00023188194912TMIN 106 0 94 0 94 0 100 0 100 0 67 0 89 0 117 0 106 0 89 0 44 0 22 0 33 0 50 0 61 0 111 0 94 0 106 0 111 0 56 0 28 0 39 0 61 0 61 0 61 0 44 0 56 0 72 0 56 0 39 0 67 0 +USW00023188194912PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 76 0 0 0 13 0 0 0 0 0 0 0 0 0 20 0 13 0 0T 0 10 0 86 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188194912WT01 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 X 1 X +USW00023188194912WT08 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188194912WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195001TMAX 161 0 144 0 128 0 139 0 161 0 167 0 144 0 156 0 150 0 144 0 139 0 139 0 139 0 139 0 144 0 161 0 172 0 167 0 183 0 189 0 206 0 228 0 206 0 150 0 139 0 167 0 156 0 150 0 128 0 150 0 139 0 +USW00023188195001TMIN 106 0 100 0 61 0 33 0 44 0 17 0 22 0 83 0 72 0 39 0 39 0 61 0 50 0 56 0 72 0 50 0 78 0 100 0 83 0 89 0 78 0 100 0 94 0 106 0 56 0 28 0 28 0 39 0 100 0 72 0 56 0 +USW00023188195001PRCP 0 0 13 0 0 0 0 0 0 0 0 0 0 0 117 0 8 0 0 0 46 0 102 0 0 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 36 0 470 0 0 0 0 0 +USW00023188195001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195001WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 X 1 0 1 0 1 X 1 X 1 X 1 0-9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 +USW00023188195001WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195001WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188195001WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188195002TMAX 144 0 161 0 222 0 211 0 211 0 156 0 172 0 183 0 172 0 167 0 167 0 189 0 222 0 206 0 206 0 194 0 167 0 156 0 139 0 156 0 167 0 167 0 161 0 156 0 167 0 139 0 194 0 194 0-9999 -9999 -9999 +USW00023188195002TMIN 33 0 78 0 83 0 83 0 78 0 111 0 83 0 61 0 72 0 106 0 100 0 72 0 78 0 83 0 78 0 72 0 56 0 89 0 89 0 111 0 100 0 78 0 111 0 106 0 89 0 89 0 111 0 89 0-9999 -9999 -9999 +USW00023188195002PRCP 0 0 0 0 0 0 0 0 0 0 333 0 13 0 0 0 0 0 56 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0-9999 -9999 -9999 +USW00023188195002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195002WT01-9999 -9999 -9999 -9999 1 X 1 0 1 0-9999 1 0 1 X 1 0-9999 -9999 1 0 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 0 1 0 1 X-9999 -9999 -9999 +USW00023188195002WT08-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00023188195002WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188195003TMAX 167 0 178 0 178 0 183 0 183 0 178 0 183 0 189 0 178 0 183 0 161 0 200 0 189 0 167 0 167 0 178 0 172 0 183 0 228 0 194 0 217 0 194 0 189 0 172 0 150 0 156 0 178 0 189 0 289 0 256 0 222 0 +USW00023188195003TMIN 128 0 122 0 122 0 106 0 106 0 106 0 89 0 100 0 89 0 100 0 100 0 78 0 61 0 61 0 100 0 89 0 100 0 111 0 94 0 117 0 106 0 111 0 128 0 111 0 94 0 117 0 106 0 89 0 106 0 133 0 111 0 +USW00023188195003PRCP 18 0 3 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 165 0 64 0 0T 0 3 0 0 0 0 0 0 0 0 0 +USW00023188195003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195003WT01-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188195003WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195003WT08-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188195003WT16 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188195004TMAX 233 0 211 0 178 0 167 0 211 0 211 0 161 0 183 0 167 0 200 0 211 0 222 0 189 0 194 0 244 0 256 0 261 0 194 0 200 0 189 0 167 0 189 0 194 0 178 0 194 0 178 0 178 0 172 0 194 0 183 0-9999 +USW00023188195004TMIN 111 0 106 0 111 0 128 0 128 0 117 0 111 0 100 0 100 0 83 0 94 0 100 0 122 0 111 0 100 0 111 0 128 0 128 0 139 0 139 0 133 0 144 0 128 0 144 0 144 0 144 0 139 0 128 0 117 0 139 0-9999 +USW00023188195004PRCP 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 56 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 0T 0 0T 0 0T 0 0T 0 3 0 0 0 0 0-9999 +USW00023188195004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195004WT01 1 0 1 X 1 X 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 1 X-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188195004WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195004WT16-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188195005TMAX 183 0 189 0 172 0 183 0 200 0 200 0 189 0 222 0 222 0 228 0 222 0 194 0 194 0 183 0 200 0 161 0 183 0 189 0 189 0 200 0 167 0 167 0 200 0 200 0 200 0 194 0 206 0 172 0 189 0 206 0 200 0 +USW00023188195005TMIN 122 0 128 0 122 0 106 0 89 0 117 0 122 0 100 0 106 0 111 0 128 0 128 0 133 0 144 0 150 0 144 0 139 0 133 0 139 0 117 0 144 0 139 0 150 0 133 0 117 0 144 0 144 0 139 0 144 0 133 0 156 0 +USW00023188195005PRCP 0 0 3 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 +USW00023188195005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195005WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 +USW00023188195005WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188195005WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00023188195006TMAX 189 0 189 0 200 0 217 0 183 0 183 0 206 0 228 0 239 0 222 0 211 0 206 0 206 0 206 0 211 0 194 0 206 0 211 0 189 0 211 0 217 0 200 0 206 0 217 0 217 0 222 0 222 0 244 0 239 0 261 0-9999 +USW00023188195006TMIN 150 0 144 0 144 0 144 0 144 0 144 0 128 0 111 0 122 0 150 0 150 0 139 0 139 0 144 0 150 0 150 0 156 0 150 0 150 0 150 0 156 0 156 0 156 0 150 0 133 0 156 0 144 0 133 0 156 0 156 0-9999 +USW00023188195006PRCP 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00023188195006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195006WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188195006WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188195006WT16 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188195007TMAX 256 0 228 0 222 0 250 0 228 0 278 0 272 0 272 0 250 0 239 0 244 0 233 0 222 0 244 0 211 0 222 0 228 0 239 0 233 0 239 0 239 0 256 0 250 0 250 0 250 0 250 0 244 0 233 0 239 0 233 0 228 0 +USW00023188195007TMIN 167 0 161 0 161 0 167 0 178 0 194 0 178 0 183 0 194 0 178 0 178 0 178 0 167 0 172 0 172 0 183 0 183 0 167 0 167 0 178 0 178 0 183 0 183 0 183 0 183 0 178 0 172 0 178 0 178 0 178 0 172 0 +USW00023188195007PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195007WT01 1 0 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195007WT08-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195007WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195008TMAX 233 0 244 0 228 0 233 0 239 0 233 0 244 0 272 0 272 0 250 0 228 0 228 0 222 0 233 0 239 0 256 0 228 0 244 0 233 0 222 0 222 0 211 0 222 0 239 0 217 0 233 0 222 0 244 0 244 0 233 0 233 0 +USW00023188195008TMIN 172 0 156 0 178 0 167 0 167 0 144 0 156 0 161 0 178 0 172 0 161 0 167 0 156 0 156 0 156 0 156 0 167 0 161 0 167 0 167 0 178 0 172 0 172 0 178 0 183 0 178 0 167 0 161 0 167 0 178 0 172 0 +USW00023188195008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195008WT01-9999 1 X 1 X 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188195008WT08-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188195009TMAX 228 0 228 0 233 0 206 0 228 0 217 0 222 0 233 0 233 0 233 0 222 0 233 0 228 0 233 0 228 0 217 0 233 0 233 0 239 0 272 0 244 0 256 0 239 0 228 0 217 0 228 0 217 0 217 0 222 0 228 0-9999 +USW00023188195009TMIN 178 0 167 0 178 0 183 0 189 0 183 0 178 0 161 0 156 0 150 0 150 0 156 0 150 0 161 0 172 0 167 0 172 0 156 0 144 0 139 0 172 0 150 0 156 0 172 0 161 0 161 0 150 0 161 0 172 0 167 0-9999 +USW00023188195009PRCP 0 0 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195009WT01 1 X 1 X 1 X 1 X-9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188195009WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195009WT08 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188195009WT16-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195010TMAX 222 0 239 0 278 0 261 0 233 0 206 0 222 0 222 0 228 0 222 0 256 0 322 0 311 0 233 0 244 0 222 0 239 0 244 0 244 0 206 0 206 0 239 0 244 0 239 0 233 0 233 0 244 0 228 0 239 0 217 0 222 0 +USW00023188195010TMIN 139 0 122 0 144 0 150 0 150 0 161 0 150 0 156 0 156 0 144 0 139 0 172 0 183 0 167 0 161 0 167 0 139 0 128 0 111 0 139 0 144 0 122 0 172 0 167 0 156 0 128 0 156 0 139 0 128 0 156 0 133 0 +USW00023188195010PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 +USW00023188195010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195010WT01-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 0-9999 1 X 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188195010WT08-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195010WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188195011TMAX 228 0 311 0 333 0 328 0 294 0 222 0 206 0 183 0 194 0 244 0 239 0 206 0 189 0 183 0 194 0 194 0 200 0 189 0 183 0 222 0 183 0 278 0 300 0 194 0 189 0 172 0 183 0 189 0 178 0 161 0-9999 +USW00023188195011TMIN 117 0 139 0 172 0 167 0 139 0 117 0 122 0 122 0 139 0 111 0 78 0 61 0 100 0 133 0 106 0 94 0 100 0 144 0 156 0 150 0 144 0 128 0 128 0 94 0 111 0 122 0 94 0 83 0 89 0 117 0-9999 +USW00023188195011PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 282 0 3 0 0 0 0 0 0 0 13 0 15 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195011WT01-9999 -9999 -9999 -9999 -9999 1 0 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 X 1 0 1 0 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188195011WT08 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188195011WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195012TMAX 183 0 178 0 194 0 194 0 211 0 244 0 217 0 217 0 272 0 289 0 222 0 222 0 183 0 194 0 228 0 206 0 244 0 217 0 211 0 200 0 161 0 183 0 222 0 250 0 183 0 172 0 178 0 178 0 222 0 167 0 156 0 +USW00023188195012TMIN 128 0 111 0 89 0 128 0 106 0 100 0 100 0 100 0 94 0 100 0 117 0 122 0 139 0 128 0 133 0 106 0 89 0 106 0 106 0 78 0 106 0 100 0 67 0 72 0 67 0 128 0 94 0 100 0 72 0 89 0 72 0 +USW00023188195012PRCP 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0T 0 5 0 +USW00023188195012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195012WT01 1 0-9999 -9999 1 0 1 X-9999 1 0 1 0-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 0 1 X-9999 1 0 1 X 1 X 1 X-9999 +USW00023188195012WT08-9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00023188195012WT16 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X +USW00023188195101TMAX 161 0 156 0 167 0 172 0 183 0 222 0 217 0 183 0 178 0 161 0 156 0 156 0 178 0 194 0 200 0 156 0 161 0 183 0 161 0 161 0 200 0 200 0 250 0 278 0 272 0 150 0 150 0 156 0 144 0 139 0 150 0 +USW00023188195101TMIN 39 0 50 0 89 0 72 0 94 0 72 0 61 0 67 0 83 0 106 0 100 0 83 0 56 0 61 0 72 0 89 0 67 0 89 0 100 0 61 0 72 0 83 0 94 0 111 0 111 0 83 0 128 0 128 0 117 0 61 0 44 0 +USW00023188195101PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 71 0 23 0 0 0 0 0 0 0 30 0 0 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 180 0 5 0 0 0 +USW00023188195101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195101WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 X 1 0 1 X-9999 1 X 1 0-9999 -9999 1 0-9999 -9999 +USW00023188195101WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195101WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188195102TMAX 172 0 194 0 189 0 189 0 194 0 189 0 189 0 194 0 178 0 161 0 183 0 172 0 211 0 228 0 222 0 183 0 189 0 150 0 178 0 189 0 167 0 150 0 156 0 183 0 172 0 161 0 128 0 150 0-9999 -9999 -9999 +USW00023188195102TMIN 61 0 50 0 56 0 67 0 106 0 111 0 100 0 78 0 78 0 100 0 117 0 100 0 78 0 89 0 89 0 111 0 89 0 117 0 72 0 61 0 61 0 89 0 67 0 72 0 72 0 89 0 78 0 56 0-9999 -9999 -9999 +USW00023188195102PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 0 0 0 0 0 0 13 0 0 0 25 0 0 0 0 0 0T 0 3 0 0T 0 0 0 0 0 58 0 10 0 0 0-9999 -9999 -9999 +USW00023188195102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195102WT01-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195102WT08-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195102WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188195103TMAX 150 0 139 0 167 0 161 0 167 0 178 0 178 0 178 0 172 0 167 0 211 0 250 0 278 0 283 0 267 0 156 0 189 0 256 0 256 0 228 0 228 0 206 0 183 0 206 0 172 0 172 0 183 0 206 0 189 0 161 0 172 0 +USW00023188195103TMIN 72 0 78 0 83 0 50 0 67 0 106 0 78 0 72 0 111 0 100 0 72 0 94 0 89 0 111 0 111 0 117 0 117 0 89 0 94 0 117 0 89 0 106 0 111 0 106 0 122 0 128 0 122 0 128 0 117 0 122 0 111 0 +USW00023188195103PRCP 122 0 3 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 +USW00023188195103SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195103WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195103WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195103WT05 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195103WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188195103WT16 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188195104TMAX 183 0 189 0 189 0 189 0 194 0 172 0 172 0 194 0 183 0 178 0 228 0 233 0 189 0 189 0 189 0 200 0 183 0 200 0 206 0 189 0 194 0 194 0 194 0 211 0 167 0 183 0 194 0 183 0 167 0 183 0-9999 +USW00023188195104TMIN 78 0 111 0 133 0 122 0 128 0 139 0 139 0 139 0 133 0 128 0 139 0 133 0 122 0 128 0 139 0 144 0 139 0 122 0 133 0 150 0 139 0 139 0 139 0 133 0 128 0 122 0 111 0 128 0 106 0 100 0-9999 +USW00023188195104PRCP 0 0 0 0 61 0 53 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 5 0 0T 0 0 0 0 0 5 0 5 0 218 0 5 0 0 0 56 0 86 0 0T 0-9999 +USW00023188195104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195104WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195104WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195104WT16-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00023188195105TMAX 178 0 194 0 194 0 206 0 206 0 200 0 211 0 217 0 183 0 183 0 200 0 206 0 189 0 189 0 200 0 206 0 200 0 200 0 194 0 189 0 194 0 206 0 194 0 211 0 222 0 222 0 206 0 211 0 211 0 222 0 200 0 +USW00023188195105TMIN 117 0 100 0 122 0 106 0 128 0 117 0 128 0 122 0 133 0 139 0 139 0 133 0 139 0 128 0 133 0 111 0 128 0 128 0 139 0 139 0 144 0 144 0 144 0 144 0 139 0 139 0 144 0 156 0 156 0 150 0 144 0 +USW00023188195105PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195105WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188195105WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188195106TMAX 217 0 278 0 206 0 200 0 206 0 206 0 200 0 206 0 222 0 211 0 217 0 194 0 217 0 222 0 211 0 217 0 228 0 217 0 217 0 217 0 217 0 206 0 206 0 217 0 211 0 217 0 222 0 222 0 222 0 217 0-9999 +USW00023188195106TMIN 144 0 133 0 156 0 156 0 156 0 156 0 156 0 156 0 156 0 156 0 156 0 150 0 150 0 156 0 156 0 161 0 156 0 167 0 172 0 167 0 172 0 172 0 167 0 161 0 167 0 167 0 167 0 161 0 156 0 167 0-9999 +USW00023188195106PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195106WT01-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188195106WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188195106WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195107TMAX 211 0 206 0 228 0 222 0 222 0 261 0 267 0 217 0 217 0 217 0 222 0 233 0 222 0 222 0 233 0 222 0 278 0 283 0 306 0 261 0 256 0 233 0 222 0 228 0 244 0 244 0 250 0 267 0 256 0 250 0 244 0 +USW00023188195107TMIN 167 0 161 0 167 0 167 0 167 0 150 0 161 0 167 0 167 0 156 0 161 0 167 0 156 0 167 0 178 0 172 0 183 0 189 0 194 0 189 0 183 0 178 0 172 0 167 0 183 0 183 0 189 0 189 0 189 0 194 0 183 0 +USW00023188195107PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195107WT01-9999 -9999 -9999 -9999 -9999 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188195107WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 +USW00023188195108TMAX 250 0 239 0 239 0 244 0 283 0 283 0 228 0 228 0 211 0 222 0 228 0 233 0 239 0 256 0 256 0 250 0 250 0 244 0 250 0 239 0 228 0 233 0 228 0 228 0 222 0 228 0 250 0 233 0 200 0 228 0 233 0 +USW00023188195108TMIN 183 0 178 0 172 0 156 0 156 0 178 0 156 0 161 0 161 0 167 0 161 0 167 0 167 0 183 0 183 0 183 0 183 0 183 0 183 0 183 0 183 0 178 0 178 0 172 0 161 0 167 0 172 0 189 0 161 0 167 0 172 0 +USW00023188195108PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 193 0 18 0 5 0 0 0 +USW00023188195108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195108WT01-9999 -9999 -9999 1 X 1 0-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 0 1 0 1 0-9999 +USW00023188195108WT08-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188195108WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188195109TMAX 233 0 228 0 222 0 222 0 228 0 228 0 233 0 233 0 239 0 233 0 244 0 228 0 222 0 228 0 222 0 239 0 261 0 283 0 294 0 306 0 250 0 217 0 194 0 222 0 206 0 217 0 222 X 217 X 228 X 233 X-9999 +USW00023188195109TMIN 167 0 167 0 167 0 156 0 150 0 156 0 156 0 156 0 150 0 161 0 172 0 167 0 178 0 167 0 167 0 161 0 161 0 167 0 178 0 183 0 183 0 172 0 172 0 167 0 172 0 161 0 167 X 150 X 128 X 128 X-9999 +USW00023188195109PRCP 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T X 10 X 0 X 0 X-9999 +USW00023188195109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 X 0 X 0 X-9999 +USW00023188195109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 X 0 X 0 X-9999 +USW00023188195109WT01-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 0 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188195109WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188195109WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 X-9999 -9999 1 X-9999 +USW00023188195109WT16-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188195110TMAX 250 X 228 X 228 X 222 0 228 0 306 0 328 0 322 0 294 0 261 0 222 0 222 0 211 0 239 0 217 0 200 0 228 0 256 0 244 0 194 0 217 0 217 0 283 0 217 0 200 0 206 0 228 0 256 0 222 0 200 0 206 0 +USW00023188195110TMIN 183 X 172 X 167 X 161 0 156 0 133 0 156 0 167 0 183 0 172 0 167 0 150 0 139 0 133 0 156 0 161 0 161 0 144 0 139 0 144 0 167 0 139 0 122 0 111 0 128 0 122 0 117 0 122 0 133 0 161 0 144 0 +USW00023188195110PRCP 3 X 0T X 8 X 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 160 0 0 0 0 0 0 0 0T 0 0T 0 0 0 +USW00023188195110SNOW 0 X 0 X 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195110SNWD 0 X 0 X 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195110WT01-9999 -9999 1 X-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188195110WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188195110WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00023188195111TMAX 217 0 294 0 267 0 233 0 217 0 267 0 228 0 211 0 200 0 194 0 194 0 200 0 200 0 206 0 211 0 250 0 244 0 256 0 206 0 189 0 194 0 183 0 156 0 172 0 183 0 206 0 222 0 194 0 183 0 183 0-9999 +USW00023188195111TMIN 144 0 122 0 111 0 100 0 117 0 117 0 139 0 139 0 133 0 122 0 144 0 128 0 139 0 122 0 122 0 117 0 122 0 111 0 128 0 139 0 128 0 111 0 94 0 94 0 61 0 78 0 94 0 94 0 94 0 111 0-9999 +USW00023188195111PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 102 0 13 0 97 0 61 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195111WT01-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188195111WT08-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188195111WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195112TMAX 194 0 178 0 178 0 183 0 167 0 144 0 161 0 161 0 156 0 200 0 133 0 178 0 183 0 194 0 200 0 156 0 183 0 167 0 156 0 156 0 178 0 183 0 189 0 172 0 172 0 194 0 206 0 189 0 172 0 150 0 144 0 +USW00023188195112TMIN 106 0 100 0 83 0 122 0 128 0 72 0 56 0 33 0 28 0 61 0 106 0 111 0 94 0 72 0 72 0 61 0 94 0 78 0 117 0 72 0 61 0 61 0 72 0 122 0 94 0 78 0 78 0 133 0 144 0 111 0 83 0 +USW00023188195112PRCP 30 0 74 0 0T 0 18 0 81 0 25 0 0 0 0 0 0 0 0T 0 104 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 64 0 498 0 13 0 +USW00023188195112SNOW 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195112WT01 1 X 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 X-9999 -9999 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 0-9999 +USW00023188195112WT05-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195112WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188195112WT16 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00023188195201TMAX 144 0 150 0 144 0 144 0 161 0 139 0 150 0 150 0 172 0 172 0 150 0 144 0 139 0 150 0 161 0 133 0 172 0 156 0 172 0 150 0 150 0 178 0 211 0 206 0 172 0 167 0 267 0 244 0 222 0 206 0 161 0 +USW00023188195201TMIN 56 0 39 0 22 0 28 0 39 0 61 0 89 0 67 0 44 0 67 0 56 0 100 0 89 0 72 0 67 0 117 0 122 0 111 0 106 0 111 0 89 0 61 0 83 0 94 0 111 0 106 0 83 0 89 0 111 0 83 0 89 0 +USW00023188195201PRCP 3 0 0 0 0 0 0 0 0 0 0T 0 58 0 18 0 0 0 0 0 0 0 8 0 328 0 0 0 0 0 130 0 132 0 320 0 0 0 3 0 8 0 0 0 0 0 0 0 71 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195201WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 X 1 X +USW00023188195201WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188195201WT16 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195202TMAX 167 0 183 0 233 0 250 0 261 0 283 0 261 0 167 0 167 0 183 0 167 0 167 0 183 0 189 0 206 0 178 0 172 0 150 0 156 0 156 0 172 0 156 0 156 0 194 0 244 0 206 0 217 0 194 0 172 0-9999 -9999 +USW00023188195202TMIN 83 0 106 0 83 0 94 0 94 0 100 0 117 0 117 0 122 0 94 0 122 0 94 0 83 0 67 0 72 0 72 0 106 0 89 0 72 0 78 0 83 0 78 0 100 0 89 0 83 0 100 0 128 0 106 0 94 0-9999 -9999 +USW00023188195202PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 41 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 84 0-9999 -9999 +USW00023188195202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188195202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188195202WT01 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195202WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195202WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188195203TMAX 156 0 150 0 156 0 156 0 167 0 156 0 144 0 156 0 156 0 150 0 150 0 156 0 139 0 150 0 167 0 144 0 167 0 156 0 167 0 156 0 178 0 206 0 183 0 183 0 244 0 244 0 278 0 239 0 183 0 156 0 183 0 +USW00023188195203TMIN 94 0 83 0 56 0 94 0 94 0 83 0 94 0 72 0 78 0 111 0 100 0 100 0 78 0 56 0 100 0 67 0 67 0 106 0 94 0 94 0 56 0 72 0 56 0 72 0 100 0 111 0 128 0 144 0 133 0 133 0 122 0 +USW00023188195203PRCP 64 0 3 0 0 0 3 0 0 0 0 0 536 0 74 0 3 0 71 0 30 0 18 0 53 0 0T 0 180 0 216 0 10 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195203WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195203WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188195203WT16 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195204TMAX 183 0 183 0 244 0 222 0 178 0 189 0 189 0 183 0 167 0 161 0 178 0 172 0 183 0 194 0 217 0 233 0 172 0 183 0 167 0 178 0 183 0 206 0 189 0 172 0 183 0 178 0 172 0 178 0 189 0 200 0-9999 +USW00023188195204TMIN 111 0 128 0 100 0 122 0 100 0 133 0 122 0 128 0 128 0 122 0 106 0 128 0 128 0 117 0 106 0 117 0 111 0 128 0 106 0 94 0 133 0 128 0 139 0 144 0 128 0 100 0 111 0 122 0 133 0 128 0-9999 +USW00023188195204PRCP 0 0 0 0 0 0 0 0 0 0 0 0 46 0 8 0 0 0 262 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 58 0 0 0 0T 0 18 0 0 0 0 0-9999 +USW00023188195204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195204WT01-9999 1 X 1 X 1 X 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188195204WT08 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195204WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00023188195205TMAX 228 0 250 0 228 0 228 0 211 0 217 0 211 0 194 0 200 0 222 0 239 0 211 0 228 0 194 0 183 0 194 0 211 0 217 0 228 0 239 0 200 0 217 0 228 0 222 0 222 0 217 0 206 0 217 0 189 0 183 0 189 0 +USW00023188195205TMIN 122 0 133 0 144 0 128 0 128 0 128 0 144 0 144 0 122 0 139 0 139 0 128 0 139 0 139 0 144 0 144 0 150 0 150 0 150 0 144 0 156 0 150 0 156 0 156 0 150 0 144 0 156 0 150 0 150 0 150 0 144 0 +USW00023188195205PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195205WT01 1 X 1 0-9999 1 X-9999 -9999 -9999 -9999 -9999 1 0 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195205WT08 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188195206TMAX 206 0 189 0 178 0 211 0 172 0 211 0 217 0 206 0 217 0 217 0 206 0 217 0 217 0 222 0 233 0 206 0 200 0 211 0 206 0 217 0 200 0 200 0 217 0 194 0 183 0 194 0 211 0 211 0 217 0 217 0-9999 +USW00023188195206TMIN 150 0 156 0 144 0 161 0 156 0 156 0 150 0 144 0 133 0 128 0 156 0 144 0 128 0 139 0 139 0 139 0 150 0 144 0 150 0 144 0 144 0 161 0 161 0 161 0 156 0 139 0 139 0 156 0 150 0 144 0-9999 +USW00023188195206PRCP 0 0 0T 0 33 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0-9999 +USW00023188195206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195206WT01-9999 -9999 1 0-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195206WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195206WT16-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188195207TMAX 211 0 217 0 211 0 222 0 217 0 222 0 217 0 228 0 250 0 239 0 239 0 250 0 233 0 217 0 211 0 211 0 228 0 222 0 222 0 233 0 244 0 250 0 250 0 267 0 289 0 283 0 283 0 256 0 239 0 256 0 250 0 +USW00023188195207TMIN 156 0 150 0 144 0 156 0 156 0 156 0 144 0 150 0 144 0 156 0 144 0 144 0 144 0 161 0 156 0 150 0 156 0 167 0 161 0 161 0 178 0 178 0 178 0 189 0 189 0 194 0 189 0 189 0 194 0 194 0 189 0 +USW00023188195207PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195207WT01 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195207WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00023188195207WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195208TMAX 239 0 239 0 233 0 228 0 244 0 239 0 250 0 228 0 233 0 222 0 217 0 228 0 211 0 228 0 261 0 256 0 244 0 233 0 228 0 233 0 250 0 250 0 239 0 256 0 278 0 283 0 278 0 289 0 289 0 283 0 300 0 +USW00023188195208TMIN 189 0 183 0 178 0 167 0 167 0 178 0 183 0 172 0 178 0 167 0 172 0 167 0 167 0 161 0 167 0 183 0 167 0 183 0 167 0 178 0 167 0 172 0 172 0 167 0 178 0 189 0 194 0 189 0 194 0 189 0 189 0 +USW00023188195208PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195208WT01 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188195208WT08 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 +USW00023188195208WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195209TMAX 289 0 306 0 278 0 278 0 294 0 322 0 278 0 261 0 250 0 222 0 217 0 228 0 289 0 239 0 228 0 256 0 278 0 233 0 322 0 244 0 261 0 272 0 256 0 239 0 239 0 217 0 200 0 211 0 228 0 228 0-9999 +USW00023188195209TMIN 183 0 200 0 200 0 183 0 189 0 194 0 189 0 178 0 161 0 172 0 144 0 128 0 133 0 128 0 150 0 156 0 161 0 172 0 189 0 178 0 183 0 183 0 183 0 178 0 172 0 178 0 172 0 172 0 172 0 167 0-9999 +USW00023188195209PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0-9999 +USW00023188195209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195209WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188195209WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188195209WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188195210TMAX 217 0 222 0 256 0 244 0 233 0 244 0 256 0 244 0 239 0 222 0 217 0 200 0 200 0 200 0 200 0 217 0 211 0 233 0 211 0 211 0 200 0 206 0 194 0 206 0 200 0 217 0 239 0 233 0 200 0 206 0 200 0 +USW00023188195210TMIN 156 0 150 0 156 0 167 0 167 0 156 0 156 0 150 0 139 0 156 0 150 0 156 0 144 0 144 0 150 0 144 0 167 0 156 0 128 0 144 0 139 0 150 0 139 0 139 0 156 0 150 0 144 0 128 0 144 0 161 0 156 0 +USW00023188195210PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195210WT01 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188195210WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188195210WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195211TMAX 200 0 200 0 267 0 300 0 289 0 250 0 200 0 206 0 206 0 228 0 217 0 194 0 200 0 183 0 156 0 161 0 183 0 206 0 217 0 222 0 183 0 172 0 167 0 178 0 172 0 172 0 183 0 167 0 167 0 172 0-9999 +USW00023188195211TMIN 161 0 133 0 111 0 133 0 150 0 128 0 167 0 144 0 139 0 94 0 94 0 106 0 117 0 133 0 111 0 111 0 78 0 78 0 78 0 89 0 89 0 128 0 83 0 50 0 72 0 94 0 72 0 61 0 67 0 106 0-9999 +USW00023188195211PRCP 0 0 0 0 0 0 0 0 0 0 0 0 5 0 53 0 0 0 0 0 0 0 0 0 0 0 46 0 130 0 51 0 0 0 0 0 0 0 0 0 0 0 33 0 28 0 0 0 0 0 0 0 0 0 0 0 64 0 56 0-9999 +USW00023188195211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195211WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195211WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188195211WT08 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195211WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188195212TMAX 183 0 167 0 172 0 217 0 172 0 167 0 167 0 189 0 194 0 217 0 233 0 272 0 272 0 239 0 211 0 172 0 178 0 178 0 161 0 144 0 156 0 183 0 189 0 167 0 178 0 194 0 161 0 144 0 178 0 156 0 156 0 +USW00023188195212TMIN 83 0 94 0 67 0 67 0 78 0 89 0 72 0 111 0 78 0 89 0 94 0 100 0 111 0 117 0 100 0 89 0 106 0 89 0 122 0 117 0 72 0 56 0 72 0 83 0 89 0 56 0 61 0 72 0 50 0 67 0 83 0 +USW00023188195212PRCP 28 0 69 0 0 0 0 0 0 0 18 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0 201 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 104 0 0 0 89 0 15 0 +USW00023188195212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00023188195212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195212WSFG-9999 -9999 -9999 -9999 156 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195212WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195212WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188195212WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00023188195212WT16 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X +USW00023188195301TMAX 172 0 222 0 267 0 267 0 161 0 150 0 156 0 222 0 222 0 311 0 239 0 156 0 172 0 167 0 183 0 200 0 183 0 183 0 172 0 172 0 172 0 228 0 272 0 228 0 194 0 178 0 206 0 256 0 267 0 261 0 278 0 +USW00023188195301TMIN 61 0 78 0 89 0 100 0 89 0 122 0 128 0 139 0 117 0 117 0 128 0 122 0 133 0 128 0 83 0 72 0 72 0 89 0 100 0 128 0 100 0 78 0 94 0 100 0 100 0 89 0 72 0 72 0 94 0 106 0 117 0 +USW00023188195301PRCP 0 0 0 0 0 0 0 0 0 0 79 0 30 0 15 0 0T 0 0 0 0 0 0 0 23 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195301WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 0 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188195301WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 +USW00023188195301WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195302TMAX 239 0 228 0 206 0 200 0 189 0 261 0 289 0 183 0 183 0 194 0 200 0 200 0 228 0 183 0 178 0 233 0 250 0 183 0 167 0 161 0 206 0 222 0 117 0 150 0 183 0 228 0 194 0 161 0-9999 -9999 -9999 +USW00023188195302TMIN 100 0 89 0 72 0 83 0 106 0 111 0 128 0 100 0 78 0 61 0 72 0 61 0 83 0 78 0 72 0 78 0 94 0 89 0 67 0 33 0 39 0 56 0 61 0 50 0 72 0 67 0 72 0 83 0-9999 -9999 -9999 +USW00023188195302PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 147 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00023188195302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195302WT01-9999 1 0 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195302WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195302WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195302WT08-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188195302WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188195303TMAX 144 0 144 0 167 0 211 0 239 0 233 X 211 0 183 0 161 0 183 0 178 0 167 0 167 0 189 0 189 0 183 0 178 0 189 0 178 0 161 0 178 0 261 0 283 0 217 0 183 0 178 0 194 0 167 0 156 0 178 0 189 0 +USW00023188195303TMIN 67 0 72 0 61 0 61 0 83 0 94 X 89 0 78 0 94 0 122 0 100 0 100 0 100 0 78 0 89 0 78 0 106 0 117 0 117 0 111 0 94 0 106 0 117 0 111 0 128 0 111 0 94 0 128 0 89 0 111 0 89 0 +USW00023188195303PRCP 150 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 +USW00023188195303SNOW 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00023188195303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195303WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195303WT05 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188195303WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195303WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188195304TMAX 172 0 172 0 161 0 156 0 161 0 156 0 178 0 156 0 172 0 167 0 178 0 211 0 183 0 194 0 194 0 183 0 183 0 194 0 189 0 183 0 189 0 200 0 183 0 194 0 200 0 200 0 189 0 178 0 183 0 178 0-9999 +USW00023188195304TMIN 100 0 122 0 122 0 133 0 133 0 122 0 117 0 94 0 67 0 83 0 83 0 72 0 89 0 106 0 111 0 122 0 133 0 106 0 133 0 122 0 122 0 117 0 144 0 144 0 150 0 144 0 144 0 139 0 122 0 128 0-9999 +USW00023188195304PRCP 0 0 0 0 0 0 0 0 3 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 13 0 3 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 8 0 3 0-9999 +USW00023188195304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195304WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 +USW00023188195304WT08 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188195304WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 +USW00023188195305TMAX 194 0 244 0 322 0 322 0 356 0 294 0 211 0 200 0 200 0 206 0 228 0 250 0 200 0 172 0 144 0 178 0 194 0 200 0 194 0 183 0 200 0 217 0 194 0 189 0 189 0 189 0 183 0 194 0 200 0 194 0 194 0 +USW00023188195305TMIN 117 0 106 0 117 0 144 0 144 0 161 0 144 0 144 0 117 0 111 0 122 0 117 0 128 0 128 0 117 0 128 0 133 0 128 0 133 0 144 0 144 0 133 0 139 0 133 0 117 0 111 0 122 0 133 0 117 0 117 0 139 0 +USW00023188195305PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 20 0 0 0 0T 0 0 0 0 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00023188195305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195305WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195305WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195305WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188195306TMAX 189 0 194 0 206 0 194 0 194 0 194 0 211 0 194 0 206 0 211 0 217 0 233 0 250 0 228 0 206 0 183 0 194 0 200 0 206 0 222 0 228 0 211 0 233 0 233 0 233 0 222 0 228 0 228 0 244 0 239 0-9999 +USW00023188195306TMIN 133 0 133 0 133 0 128 0 144 0 150 0 150 0 156 0 144 0 144 0 133 0 150 0 133 0 150 0 156 0 150 0 156 0 144 0 161 0 156 0 156 0 150 0 156 0 150 0 156 0 161 0 167 0 161 0 156 0 167 0-9999 +USW00023188195306PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 20 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195306WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188195306WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188195306WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195307TMAX 239 0 228 0 228 0 222 0 239 0 211 0 239 0 283 0 267 0 272 0 267 0 283 0 289 0 250 0 261 0 250 0 244 0 239 0 244 0 244 0 239 0 250 0 250 0 239 0 239 0 233 0 239 0 244 0 239 0 222 0 244 0 +USW00023188195307TMIN 167 0 172 0 178 0 156 0 161 0 161 0 156 0 189 0 183 0 189 0 189 0 200 0 211 0 194 0 183 0 194 0 194 0 189 0 189 0 183 0 183 0 189 0 194 0 189 0 183 0 183 0 189 0 183 0 189 0 189 0 194 0 +USW00023188195307PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 +USW00023188195307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195307WT01-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195307WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195307WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188195308TMAX 239 0 244 0 239 0 239 0 239 0 250 0 239 0 239 0 233 0 233 0 228 0 228 0 233 0 244 0 244 0 250 0 250 0 239 0 228 0 244 0 256 0 250 0 250 0 256 0 272 0 261 0 239 0 239 0 228 0 233 0 228 0 +USW00023188195308TMIN 194 0 194 0 178 0 167 0 172 0 172 0 183 0 178 0 178 0 189 0 189 0 183 0 183 0 183 0 178 0 183 0 172 0 178 0 183 0 183 0 178 0 183 0 172 0 167 0 183 0 189 0 178 0 183 0 172 0 172 0 156 0 +USW00023188195308PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 +USW00023188195308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195308WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195308WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195308WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188195309TMAX 228 0 217 0 211 0 222 0 228 0 250 0 267 0 267 0 250 0 278 0 300 0 306 0 272 0 239 0 228 0 228 0 206 0 239 0 239 0 228 0 233 0 239 0 250 0 233 0 217 0 206 0 228 0 222 0 206 0 206 0-9999 +USW00023188195309TMIN 167 0 178 0 178 0 178 0 172 0 167 0 172 0 178 0 172 0 178 0 183 0 189 0 178 0 172 0 178 0 167 0 172 0 172 0 156 0 150 0 156 0 139 0 133 0 128 0 144 0 139 0 150 0 133 0 156 0 161 0-9999 +USW00023188195309PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195309WT01-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188195309WT08-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00023188195309WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195310TMAX 222 0 211 0 344 0 344 0 322 0 289 0 267 0 267 0 283 0 256 0 211 0 217 0 228 0 228 0 222 0 228 0 228 0 222 0 211 0 222 0 222 0 200 0 206 0 217 0 228 0 283 0 294 0 283 0 239 0 217 0 261 0 +USW00023188195310TMIN 167 0 150 0 133 0 156 0 194 0 178 0 161 0 167 0 161 0 167 0 167 0 172 0 167 0 156 0 144 0 133 0 144 0 139 0 144 0 117 0 122 0 156 0 133 0 100 0 106 0 122 0 133 0 133 0 133 0 144 0 128 0 +USW00023188195310PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195310WT01-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188195310WT08 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00023188195310WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195311TMAX 244 0 267 0 222 0 183 0 183 0 200 0 256 0 278 0 300 0 244 0 206 0 222 0 200 0 200 0 217 0 250 0 183 0 178 0 194 0 167 0 178 0 189 0 206 0 233 0 317 0 239 0 256 0 228 0 294 0 222 0-9999 +USW00023188195311TMIN 139 0 161 0 133 0 133 0 133 0 117 0 106 0 128 0 139 0 150 0 128 0 128 0 144 0 133 0 150 0 133 0 139 0 100 0 72 0 94 0 72 0 78 0 83 0 83 0 111 0 122 0 144 0 128 0 111 0 111 0-9999 +USW00023188195311PRCP 0 0 0T 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 0 58 0 0 0 0T 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195311WT01 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188195311WT08 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188195311WT16-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195312TMAX 178 0 200 0 194 0 167 0 189 0 194 0 178 0 189 0 228 0 206 0 228 0 217 0 239 0 283 0 233 0 267 0 222 0 194 0 200 0 206 0 222 0 211 0 217 0 206 0 178 0 167 0 167 0 211 0 183 0 200 0 200 0 +USW00023188195312TMIN 111 0 89 0 78 0 94 0 56 0 67 0 67 0 94 0 78 0 100 0 83 0 72 0 72 0 100 0 117 0 117 0 94 0 89 0 78 0 78 0 78 0 83 0 72 0 44 0 50 0 39 0 83 0 89 0 61 0 61 0 61 0 +USW00023188195312PRCP 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195312WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195312WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188195312WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195401TMAX 167 0 156 0 156 0 194 0 228 0 222 0 178 0 161 0 178 0 200 0 167 0 139 0 172 0 189 0 178 0 178 0 172 0 161 0 144 0 150 0 167 0 172 0 172 0 150 0 144 0 156 0 178 0 189 0 194 0 172 0 183 0 +USW00023188195401TMIN 56 0 61 0 72 0 61 0 78 0 111 0 100 0 106 0 89 0 56 0 61 0 94 0 83 0 61 0 61 0 61 0 83 0 122 0 106 0 100 0 94 0 72 0 78 0 128 0 89 0 56 0 61 0 83 0 100 0 94 0 78 0 +USW00023188195401PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 56 0 191 0 56 0 0 0 0 0 0 0 0 0 15 0 130 0 86 0 0 0 0 0 0T 0 89 0 79 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195401WT01-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 0 1 X 1 0 1 0-9999 -9999 1 X 1 X 1 X 1 X +USW00023188195401WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195401WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00023188195401WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195402TMAX 200 0 278 0 294 0 261 0 244 0 194 0 311 0 294 0 172 0 194 0 178 0 178 0 161 0 167 0 167 0 183 0 189 0 172 0 211 0 250 0 261 0 250 0 294 0 306 0 250 0 156 0 194 0 222 0-9999 -9999 -9999 +USW00023188195402TMIN 89 0 89 0 128 0 100 0 100 0 89 0 89 0 144 0 128 0 100 0 89 0 106 0 122 0 122 0 78 0 89 0 78 0 106 0 72 0 89 0 94 0 94 0 106 0 111 0 106 0 111 0 122 0 94 0-9999 -9999 -9999 +USW00023188195402PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 241 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195402WT01 1 X 1 0-9999 -9999 1 0 1 X 1 0-9999 1 0-9999 1 X 1 X 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 0-9999 -9999 -9999 +USW00023188195402WT08 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188195402WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195403TMAX 183 0 178 0 178 0 189 0 183 0 200 0 194 0 217 0 233 0 178 0 156 0 172 0 194 0 211 0 189 0 172 0 144 0 156 0 161 0 172 0 161 0 150 0 139 0 150 0 161 0 194 0 206 0 178 0 161 0 172 0 183 0 +USW00023188195403TMIN 100 0 122 0 117 0 111 0 122 0 122 0 111 0 106 0 128 0 128 0 117 0 100 0 61 0 67 0 78 0 83 0 89 0 78 0 89 0 122 0 122 0 117 0 94 0 83 0 100 0 78 0 83 0 106 0 117 0 122 0 89 0 +USW00023188195403PRCP 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 5 0 0T 0 0 0 0 0 0 0 0 0 185 0 28 0 0T 0 0 0 23 0 168 0 353 0 102 0 124 0 43 0 0 0 0 0 0 0 5 0 58 0 0 0 +USW00023188195403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195403WT01 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188195403WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195403WT08 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188195403WT16-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00023188195404TMAX 183 0 183 0 194 0 200 0 206 0 189 0 206 0 211 0 206 0 183 0 189 0 194 0 200 0 167 0 206 0 233 0 206 0 194 0 200 0 172 0 194 0 167 0 183 0 183 0 194 0 200 0 194 0 200 0 194 0 167 0-9999 +USW00023188195404TMIN 111 0 111 0 111 0 100 0 128 0 122 0 106 0 122 0 117 0 133 0 133 0 133 0 133 0 139 0 139 0 139 0 133 0 128 0 133 0 144 0 139 0 133 0 139 0 144 0 133 0 117 0 128 0 133 0 139 0 128 0-9999 +USW00023188195404PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 20 0 0T 0 3 0-9999 +USW00023188195404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195404WT01 1 X 1 X 1 X-9999 1 0-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188195404WT08 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195404WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00023188195405TMAX 189 0 239 0 256 0 211 0 206 0 200 0 194 0 178 0 211 0 206 0 206 0 189 0 200 0 194 0 172 0 200 0 178 0 194 0 217 0 206 0 172 0 211 0 211 0 211 0 189 0 200 0 200 0 200 0 206 0 206 0 222 0 +USW00023188195405TMIN 111 0 100 0 122 0 117 0 139 0 139 0 139 0 139 0 144 0 144 0 133 0 139 0 144 0 144 0 144 0 139 0 144 0 150 0 156 0 156 0 150 0 150 0 150 0 144 0 139 0 150 0 156 0 150 0 156 0 144 0 139 0 +USW00023188195405PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195405WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195405WT08-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195405WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195406TMAX 206 0 200 0 200 0 206 0 200 0 222 0 233 0 206 0 194 0 211 0 222 0 194 0 189 0 217 0 206 0 211 0 217 0 228 0 222 0 200 0 222 0 222 0 211 0 206 0 211 0 217 0 228 0 233 0 228 0 228 0-9999 +USW00023188195406TMIN 161 0 150 0 156 0 167 0 144 0 122 0 139 0 156 0 139 0 122 0 133 0 156 0 144 0 128 0 161 0 156 0 161 0 167 0 161 0 150 0 156 0 161 0 167 0 172 0 167 0 167 0 172 0 161 0 156 0 167 0-9999 +USW00023188195406PRCP 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00023188195406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195406WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188195406WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188195406WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188195407TMAX 228 0 228 0 233 0 228 0 244 0 272 0 300 0 272 0 222 0 239 0 250 0 267 0 272 0 278 0 289 0 256 0 283 0 278 0 250 0 239 0 228 0 233 0 244 0 228 0 256 0 283 0 289 0 267 0 278 0 250 0 233 0 +USW00023188195407TMIN 167 0 161 0 167 0 172 0 167 0 161 0 178 0 183 0 178 0 167 0 178 0 189 0 206 0 200 0 200 0 200 0 194 0 206 0 200 0 194 0 189 0 189 0 189 0 200 0 200 0 200 0 206 0 200 0 189 0 189 0 194 0 +USW00023188195407PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195407WT01-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X +USW00023188195407WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195407WT08 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 +USW00023188195407WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195407WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195408TMAX 233 0 256 0 256 0 244 0 244 0 250 0 244 0 250 0 244 0 239 0 239 0 239 0 244 0 244 0 256 0 256 0 244 0 239 0 239 X 233 X 228 X 239 X 233 X 244 X 222 X 233 X 233 X 278 X 306 0 311 0 283 0 +USW00023188195408TMIN 194 0 189 0 206 0 200 0 194 0 194 0 194 0 194 0 189 0 189 0 194 0 194 0 178 0 156 0 172 0 178 0 178 0 178 0 172 X 172 X 183 X 183 X 194 X 189 X 178 X 167 X 161 X 178 X 178 0 206 0 194 0 +USW00023188195408PRCP 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 0 0 0 0 0 +USW00023188195408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 0 0 0 0 0 +USW00023188195408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 0 0 0 0 0 +USW00023188195408WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195408WT08 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195408WT16 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188195409TMAX 306 0 283 0 250 0 250 0 239 0 250 0 267 0 250 0 239 0 244 0 244 0 233 0 239 0 239 0 239 0 233 0 244 0 267 0 272 0 256 0 244 0 261 0 217 0 228 0 256 0 289 0 256 0 217 0 222 0 222 0-9999 +USW00023188195409TMIN 222 0 206 0 200 0 183 0 189 0 183 0 178 0 172 0 183 0 178 0 189 0 161 0 156 0 161 0 144 0 167 0 144 0 139 0 150 0 133 0 128 0 156 0 161 0 156 0 161 0 156 0 167 0 172 0 144 0 139 0-9999 +USW00023188195409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195409WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188195409WT08-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00023188195410TMAX 206 0 211 0 189 0 228 0 194 0 217 0 222 0 222 0 222 0 211 0 200 0 194 0 211 0 222 0 250 0 233 0 256 0 261 0 250 0 206 0 206 0 211 0 183 0 206 0 211 0 228 0 261 0 256 0 222 0 211 0 206 0 +USW00023188195410TMIN 167 0 161 0 150 0 139 0 167 0 167 0 156 0 144 0 139 0 144 0 139 0 144 0 144 0 139 0 139 0 117 0 133 0 144 0 139 0 128 0 144 0 133 0 150 0 144 0 117 0 106 0 111 0 117 0 111 0 111 0 122 0 +USW00023188195410PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195410WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188195410WT08 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00023188195411TMAX 206 0 200 0 200 0 239 0 289 0 256 0 211 0 250 0 272 0 217 0 211 0 211 0 233 0 228 0 206 0 206 0 239 0 278 0 283 0 294 0 300 0 283 0 239 0 222 0 178 0 183 0 183 0 167 0 178 0 189 0-9999 +USW00023188195411TMIN 128 0 144 0 133 0 111 0 122 0 122 0 117 0 122 0 117 0 150 0 161 0 156 0 133 0 117 0 106 0 128 0 106 0 117 0 122 0 128 0 128 0 122 0 128 0 117 0 128 0 100 0 111 0 106 0 117 0 106 0-9999 +USW00023188195411PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 97 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0-9999 +USW00023188195411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195411WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188195411WT08-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188195411WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188195412TMAX 206 0 194 0 222 0 200 0 189 0 183 0 194 0 189 0 189 0 167 0 189 0 222 0 206 0 233 0 200 0 228 0 228 0 233 0 267 0 278 0 233 0 217 0 206 0 200 0 172 0 167 0 178 0 156 0 150 0 172 0 167 0 +USW00023188195412TMIN 94 0 111 0 139 0 117 0 89 0 111 0 111 0 83 0 128 0 94 0 67 0 78 0 100 0 94 0 122 0 106 0 94 0 78 0 89 0 106 0 100 0 83 0 78 0 78 0 94 0 83 0 50 0 33 0 39 0 50 0 72 0 +USW00023188195412PRCP 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 137 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195412WT01-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195412WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188195412WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195501TMAX 156 0 156 0 150 0 156 0 156 0 139 0 156 0 144 0 156 0 150 0 161 0 172 0 183 0 167 0 139 0 139 0 156 0 133 0 144 0 150 0 156 0 161 0 189 0 200 0 183 0 206 0 239 0 267 0 200 0 183 0 178 0 +USW00023188195501TMIN 111 0 100 0 94 0 72 0 72 0 72 0 72 0 67 0 44 0 94 0 83 0 50 0 61 0 61 0 83 0 89 0 44 0 89 0 72 0 67 0 50 0 56 0 61 0 61 0 78 0 56 0 83 0 78 0 89 0 111 0 111 0 +USW00023188195501PRCP 104 0 25 0 0T 0 10 0 3 0 23 0 3 0 0 0 5 0 333 0 10 0 0 0 0 0 0 0 0T 0 91 0 0 0 175 0 30 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 81 0 10 0 +USW00023188195501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195501WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00023188195501WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00023188195501WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188195502TMAX 167 0 144 0 161 0 156 0 156 0 172 0 194 0 211 0 183 0 239 0 261 0 222 0 217 0 239 0 233 0 183 0 161 0 172 0 150 0 172 0 161 0 172 0 194 0 200 0 178 0 156 0 161 0 161 0-9999 -9999 -9999 +USW00023188195502TMIN 111 0 72 0 33 0 33 0 39 0 39 0 56 0 61 0 72 0 50 0 83 0 89 0 83 0 100 0 117 0 128 0 133 0 78 0 33 0 44 0 44 0 50 0 61 0 83 0 111 0 106 0 117 0 94 0-9999 -9999 -9999 +USW00023188195502PRCP 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 43 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 64 0 0 0-9999 -9999 -9999 +USW00023188195502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195502WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195502WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195502WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188195503TMAX 178 0 167 0 172 0 172 0 172 0 256 0 272 0 250 0 189 0 183 0 189 0 183 0 183 0 183 0 167 0 161 0 183 0 217 0 183 0 178 0 200 0 194 0 194 0 200 0 233 0 244 0 217 0 211 0 200 0 194 0 272 0 +USW00023188195503TMIN 67 0 83 0 106 0 106 0 111 0 89 0 106 0 106 0 122 0 139 0 133 0 117 0 139 0 133 0 122 0 106 0 78 0 72 0 83 0 106 0 78 0 78 0 78 0 100 0 100 0 122 0 122 0 150 0 133 0 133 0 111 0 +USW00023188195503PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195503WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188195503WT08-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188195503WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195504TMAX 244 0 183 0 178 0 172 0 189 0 217 0 206 0 200 0 233 0 194 0 217 0 278 0 256 0 211 0 206 0 211 0 183 0 161 0 178 0 183 0 183 0 172 0 183 0 194 0 178 0 172 0 189 0 200 0 183 0 183 0-9999 +USW00023188195504TMIN 122 0 117 0 89 0 100 0 78 0 89 0 100 0 117 0 106 0 122 0 117 0 111 0 139 0 122 0 111 0 106 0 128 0 111 0 89 0 78 0 83 0 111 0 111 0 128 0 133 0 122 0 89 0 100 0 133 0 111 0-9999 +USW00023188195504PRCP 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 71 0 0 0 0T 0 0 0 15 0 0 0 0 0 0T 0 127 0-9999 +USW00023188195504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195504WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X 1 0 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188195504WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195504WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 +USW00023188195505TMAX 172 0 172 0 200 0 189 0 183 0 206 0 194 0 189 0 200 0 200 0 200 0 200 0 167 0 183 0 194 0 206 0 211 0 272 0 267 0 200 0 194 0 189 0 200 0 167 0 183 0 200 0 206 0 211 0 211 0 178 0 172 0 +USW00023188195505TMIN 106 0 111 0 94 0 122 0 133 0 128 0 133 0 128 0 139 0 144 0 144 0 139 0 133 0 128 0 117 0 106 0 128 0 133 0 150 0 144 0 150 0 144 0 144 0 128 0 122 0 144 0 150 0 139 0 156 0 150 0 133 0 +USW00023188195505PRCP 69 0 30 0 0 0 0 0 0 0 0 0 20 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 3 0 0T 0 +USW00023188195505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195505WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 +USW00023188195505WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188195505WT16 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00023188195506TMAX 189 0 206 0 239 0 217 0 211 0 217 0 217 0 206 0 206 0 183 0 200 0 200 0 211 0 211 0 211 0 217 0 217 0 228 0 217 0 217 0 233 0 256 0 222 0 200 0 206 0 211 0 217 0 211 0 194 0 211 0-9999 +USW00023188195506TMIN 128 0 139 0 128 0 150 0 150 0 156 0 161 0 156 0 144 0 150 0 150 0 156 0 150 0 156 0 156 0 156 0 150 0 144 0 144 0 150 0 161 0 150 0 156 0 156 0 150 0 156 0 150 0 161 0 156 0 156 0-9999 +USW00023188195506PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00023188195506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195506WT01-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195506WT08-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195506WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188195507TMAX 206 0 211 0 211 0 211 0 222 0 233 0 217 0 222 0 217 0 206 0 206 0 228 0 239 0 256 0 244 0 250 0 222 0 267 0 250 0 261 0 239 0 228 0 233 0 222 0 217 0 233 0 239 0 244 0 239 0 233 0 239 0 +USW00023188195507TMIN 161 0 167 0 172 0 156 0 156 0 156 0 156 0 156 0 156 0 167 0 172 0 161 0 178 0 183 0 183 0 183 0 167 0 156 0 206 0 200 0 183 0 178 0 178 0 172 0 167 0 178 0 178 0 178 0 172 0 178 0 183 0 +USW00023188195507PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195507WT08-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 +USW00023188195507WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195508TMAX 239 0 272 0 222 0 272 0 283 0 278 0 244 0 244 0 261 0 267 0 256 0 244 0 239 0 256 0 261 0 261 0 267 0 261 0 272 0 267 0 256 0 250 0 244 0 244 0 261 0 256 0 267 0 244 0 250 0 267 0 367 0 +USW00023188195508TMIN 178 0 189 0 189 0 189 0 206 0 200 0 194 0 189 0 194 0 200 0 206 0 194 0 189 0 189 0 206 0 200 0 206 0 200 0 200 0 189 0 178 0 172 0 189 0 189 0 178 0 156 0 172 0 172 0 161 0 178 0 189 0 +USW00023188195508PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 +USW00023188195508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195508WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 0 +USW00023188195508WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00023188195508WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188195509TMAX 400 0 372 0 322 0 289 0 294 0 306 0 294 0 267 0 244 0 261 0 289 0 278 0 294 0 300 0 261 0 228 0 217 0 211 0 228 0 233 0 206 0 206 0 194 0 211 0 217 0 217 0 217 0 222 0 217 0 211 0-9999 +USW00023188195509TMIN 211 0 244 0 222 0 200 0 194 0 200 0 200 0 194 0 194 0 200 0 189 0 189 0 194 0 200 0 189 0 183 0 172 0 156 0 139 0 161 0 172 0 167 0 172 0 150 0 144 0 167 0 172 0 167 0 156 0 144 0-9999 +USW00023188195509PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00023188195509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195509WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188195509WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188195509WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188195510TMAX 222 0 217 0 200 0 189 0 194 0 222 0 233 0 194 0 200 0 183 0 206 0 200 0 189 0 183 0 200 0 194 0 183 0 200 0 206 0 206 0 194 0 200 0 194 0 200 0 189 0 200 0 206 0 272 0 289 0 250 0 183 0 +USW00023188195510TMIN 139 0 156 0 144 0 150 0 139 0 122 0 133 0 156 0 150 0 150 0 139 0 128 0 150 0 150 0 150 0 156 0 156 0 156 0 150 0 144 0 144 0 139 0 139 0 133 0 139 0 144 0 133 0 106 0 128 0 128 0 117 0 +USW00023188195510PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195510WT01 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 +USW00023188195510WT08 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 +USW00023188195510WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195511TMAX 189 0 194 0 239 0 228 0 239 0 250 0 272 0 289 0 272 0 233 0 178 0 194 0 183 0 167 0 167 0 172 0 144 0 200 0 222 0 200 0 167 0 178 0 183 0 178 0 189 0 217 0 211 0 189 0 150 0 167 0-9999 +USW00023188195511TMIN 144 0 106 0 100 0 100 0 89 0 117 0 128 0 150 0 117 0 133 0 139 0 144 0 139 0 122 0 94 0 67 0 106 0 83 0 111 0 111 0 122 0 94 0 72 0 67 0 94 0 72 0 83 0 94 0 133 0 139 0-9999 +USW00023188195511PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 99 0 0 0 0 0 23 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195511WT01-9999 -9999 1 X 1 X 1 X 1 0 1 X-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188195511WT08-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188195511WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195512TMAX 172 0 161 0 156 0 156 0 178 0 172 0 183 0 228 0 183 0 183 0 233 0 239 0 217 0 178 0 156 0 144 0 167 0 139 0 156 0 206 0 167 0 183 0 194 0 167 0 189 0 211 0 172 0 156 0 144 0 144 0 167 0 +USW00023188195512TMIN 133 0 100 0 100 0 94 0 111 0 133 0 106 0 83 0 111 0 94 0 78 0 100 0 89 0 89 0 106 0 94 0 106 0 89 0 83 0 83 0 117 0 117 0 139 0 133 0 133 0 117 0 128 0 89 0 94 0 61 0 44 0 +USW00023188195512PRCP 5 0 3 0 0 0 51 0 0T 0 10 0 5 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 +USW00023188195512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195512WT01 1 0-9999 -9999 -9999 -9999 1 0 1 X 1 X 1 0 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188195512WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188195512WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188195601TMAX 167 0 183 0 228 0 200 0 178 0 161 0 156 0 161 0 167 0 161 0 206 0 200 0 194 0 139 0 150 0 161 0 183 0 200 0 156 0 139 0 172 0 150 0 156 0 161 0 150 0 172 0 167 0 156 0 161 0 172 0 150 0 +USW00023188195601TMIN 61 0 67 0 50 0 72 0 61 0 61 0 61 0 83 0 72 0 72 0 94 0 111 0 117 0 111 0 117 0 100 0 78 0 78 0 78 0 122 0 117 0 106 0 128 0 100 0 89 0 139 0 122 0 106 0 83 0 61 0 94 0 +USW00023188195601PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 23 0 5 0 0T 0 15 0 0 0 0T 0 56 0 234 0 0T 0 0 0 0 0 86 0 +USW00023188195601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195601WT01-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 0 1 X 1 X 1 0-9999 1 X-9999 1 0-9999 1 0-9999 -9999 +USW00023188195601WT08-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195601WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00023188195602TMAX 183 0 183 0 178 0 172 0 144 0 167 0 167 0 172 0 189 0 194 0 194 0 167 0 139 0 161 0 156 0 139 0 150 0 150 0 150 0 161 0 172 0 172 0 167 0 144 0 150 0 150 0 167 0 172 0 172 0-9999 -9999 +USW00023188195602TMIN 78 0 50 0 39 0 50 0 83 0 89 0 72 0 89 0 61 0 61 0 67 0 78 0 111 0 122 0 117 0 61 0 33 0 72 0 72 0 61 0 72 0 78 0 117 0 78 0 50 0 78 0 56 0 72 0 72 0-9999 -9999 +USW00023188195602PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 3 0 0 0 0 0 0 0 0T 0 13 0 38 0 0 0 3 0 0 0 0 0 0 0-9999 -9999 +USW00023188195602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188195602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188195602WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195602WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188195602WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188195603TMAX 167 0 217 0 183 0 167 0 167 0 161 0 206 0 211 0 189 0 178 0 156 0 189 0 189 0 161 0 222 0 261 0 267 0 211 0 178 0 189 0 183 0 183 0 194 0 200 0 172 0 183 0 206 0 206 0 211 0 194 0 167 0 +USW00023188195603TMIN 67 0 83 0 94 0 111 0 122 0 89 0 78 0 72 0 89 0 94 0 106 0 89 0 61 0 94 0 72 0 89 0 106 0 67 0 100 0 94 0 111 0 117 0 100 0 122 0 122 0 128 0 111 0 106 0 89 0 111 0 122 0 +USW00023188195603PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188195603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195603WT01-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00023188195603WT08 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00023188195603WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188195604TMAX 150 0 172 0 167 0 206 0 178 0 189 0 183 0 156 0 172 0 150 0 167 0 178 0 161 0 178 0 178 0 161 0 178 0 161 0 200 0 200 0 211 0 206 0 178 0 178 0 183 0 194 0 189 0 189 0 189 0 200 0-9999 +USW00023188195604TMIN 72 0 67 0 100 0 83 0 122 0 111 0 111 0 128 0 128 0 111 0 94 0 100 0 94 0 100 0 111 0 128 0 128 0 133 0 128 0 128 0 122 0 133 0 128 0 133 0 133 0 139 0 133 0 122 0 144 0 144 0-9999 +USW00023188195604PRCP 91 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 211 0 46 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 20 0 18 0 0T 0 0T 0 0 0-9999 +USW00023188195604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195604WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195604WT05 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195604WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195604WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188195605TMAX 194 0 189 0 200 0 222 0 211 0 206 0 200 0 200 0 189 0 194 0 194 0 194 0 228 0 306 0 328 0 333 0 344 0 239 0 211 0 206 0 200 0 194 0 178 0 183 0 178 0 211 0 183 0 189 0 194 0 200 0 206 0 +USW00023188195605TMIN 144 0 150 0 144 0 133 0 150 0 150 0 139 0 122 0 144 0 139 0 139 0 133 0 117 0 144 0 144 0 156 0 178 0 156 0 144 0 128 0 144 0 150 0 144 0 139 0 150 0 156 0 144 0 139 0 156 0 144 0 150 0 +USW00023188195605PRCP 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 23 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 +USW00023188195605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195605WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195605WT08-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195605WT16-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188195606TMAX 228 0 267 0 211 0 211 0 189 0 217 0 206 0 211 0 211 0 217 0 239 0 267 0 267 0 211 0 200 0 211 0 200 0 211 0 222 0 217 0 200 0 217 0 217 0 228 0 222 0 239 0 267 0 250 0 228 0 233 0-9999 +USW00023188195606TMIN 128 0 156 0 150 0 150 0 144 0 144 0 150 0 150 0 156 0 156 0 144 0 139 0 161 0 161 0 156 0 161 0 156 0 167 0 172 0 167 0 156 0 156 0 161 0 167 0 161 0 139 0 172 0 178 0 183 0 183 0-9999 +USW00023188195606PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195606WT01-9999 1 0 1 X 1 0-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188195606WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188195606WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195607TMAX 233 0 222 0 228 0 233 0 233 0 239 0 228 0 228 0 233 0 239 0 228 0 217 0 233 0 239 0 228 0 233 0 239 0 244 0 250 0 244 0 250 0 250 0 250 0 233 0 256 0 250 0 250 0 261 0 256 0 256 0 239 0 +USW00023188195607TMIN 172 0 167 0 161 0 156 0 161 0 172 0 172 0 167 0 178 0 178 0 167 0 167 0 167 0 178 0 172 0 178 0 172 0 178 0 172 0 178 0 183 0 183 0 183 0 178 0 183 0 194 0 194 0 189 0 189 0 183 0 172 0 +USW00023188195607PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195607WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 +USW00023188195607WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195608TMAX 228 0 222 0 222 0 239 0 250 0 244 0 239 0 244 0 244 0 250 0 228 0 233 0 250 0 244 0 256 0 228 0 239 0 244 0 244 0 244 0 250 0 278 0 289 0 244 0 256 0 217 0 222 0 228 0 239 0 228 0 233 0 +USW00023188195608TMIN 172 0 178 0 161 0 156 0 167 0 178 0 172 0 172 0 178 0 172 0 178 0 183 0 178 0 183 0 172 0 183 0 183 0 183 0 178 0 178 0 178 0 161 0 189 0 183 0 189 0 183 0 183 0 172 0 178 0 194 0 183 0 +USW00023188195608PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188195608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195608WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195608WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00023188195608WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188195609TMAX 250 0 244 0 250 0 250 0 250 0 250 0 272 0 272 0 356 0 328 0 272 0 256 0 250 0 272 0 289 0 283 0 283 0 294 0 278 0 233 0 239 0 244 0 261 0 278 0 272 0 272 0 283 0 306 0 278 0 233 0-9999 +USW00023188195609TMIN 183 0 183 0 183 0 178 0 178 0 172 0 144 0 167 0 183 0 211 0 189 0 178 0 167 0 167 0 161 0 178 0 172 0 167 0 183 0 172 0 156 0 167 0 172 0 178 0 178 0 172 0 178 0 183 0 178 0 172 0-9999 +USW00023188195609PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00023188195609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195609WT01-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 +USW00023188195609WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188195609WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188195610TMAX 239 0 272 0 244 0 233 0 233 0 233 0 239 0 233 0 239 0 239 0 222 0 222 0 222 0 222 0 217 0 222 0 217 0 206 0 217 0 272 0 289 0 217 0 206 0 200 0 250 0 217 0 200 0 183 0 183 0 200 0 194 0 +USW00023188195610TMIN 183 0 200 0 194 0 189 0 178 0 167 0 144 0 144 0 161 0 156 0 161 0 156 0 133 0 167 0 156 0 156 0 156 0 156 0 150 0 133 0 161 0 167 0 161 0 128 0 106 0 111 0 133 0 117 0 100 0 94 0 117 0 +USW00023188195610PRCP 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 0 0 0 0 0 0 152 0 10 0 0 0 0 0 +USW00023188195610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195610WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195610WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195610WT16 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188195611TMAX 194 0 206 0 211 0 200 0 233 0 267 0 317 0 317 0 356 0 328 0 278 0 211 0 156 0 200 0 228 0 250 0 272 0 206 0 217 0 211 0 233 0 256 0 228 0 261 0 261 0 294 0 272 0 233 0 256 0 267 0-9999 +USW00023188195611TMIN 100 0 94 0 106 0 78 0 89 0 106 0 144 0 139 0 150 0 156 0 139 0 106 0 133 0 117 0 78 0 78 0 106 0 106 0 117 0 83 0 72 0 89 0 128 0 94 0 122 0 111 0 133 0 117 0 106 0 111 0-9999 +USW00023188195611PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195611WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195611WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188195612TMAX 244 0 217 0 200 0 189 0 183 0 172 0 167 0 206 0 206 0 211 0 194 0 211 0 261 0 189 0 194 0 233 0 272 0 233 0 217 0 228 0 178 0 189 0 194 0 250 0 267 0 256 0 294 0 267 0 256 0 206 0 206 0 +USW00023188195612TMIN 94 0 89 0 78 0 100 0 111 0 128 0 89 0 56 0 50 0 67 0 89 0 89 0 111 0 128 0 117 0 89 0 78 0 100 0 111 0 89 0 89 0 78 0 61 0 78 0 89 0 94 0 94 0 106 0 94 0 83 0 78 0 +USW00023188195612PRCP 0 0 0 0 0 0 0 0 0 0 38 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195612WT01-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 +USW00023188195612WT08-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188195612WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195701TMAX 200 0 189 0 194 0 156 0 178 0 200 0 139 0 156 0 178 0 161 0 178 0 194 0 194 0 172 0 172 0 222 0 217 0 211 0 211 0 167 0 161 0 161 0 144 0 156 0 167 0 128 0 133 0 128 0 150 0 150 0 167 0 +USW00023188195701TMIN 111 0 83 0 139 0 122 0 122 0 100 0 122 0 128 0 122 0 128 0 122 0 139 0 144 0 117 0 94 0 83 0 100 0 78 0 78 0 72 0 89 0 72 0 67 0 100 0 128 0 89 0 67 0 56 0 78 0 78 0 56 0 +USW00023188195701PRCP 0 0 0T 0 0T 0 8 0 119 0 0 0 323 0 53 0 48 0 74 0 0T 0 10 0 165 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 0 0 0 0 33 0 23 0 69 0 51 0 46 0 175 0 10 0 0 0 +USW00023188195701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195701WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0 1 X-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188195701WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188195701WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188195701WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195701WT16-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188195702TMAX 172 0 150 0 167 0 194 0 206 0 206 0 172 0 194 0 228 0 256 X 261 0 267 0 283 0 211 0 150 0 161 0 156 0 161 0 183 0 183 0 183 0 183 0 189 0 200 0 194 0 178 0 189 0 172 0-9999 -9999 -9999 +USW00023188195702TMIN 61 0 72 0 89 0 78 0 72 0 83 0 83 0 122 0 139 0 133 X 144 0 144 0 128 0 117 0 133 0 139 0 139 0 128 0 133 0 128 0 122 0 111 0 139 0 122 0 117 0 133 0 128 0 144 0-9999 -9999 -9999 +USW00023188195702PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0T 0 3 0 0T 0 0T 0 0T 0 0T 0 89 0 0 0 0 0 0 0 0 0 33 0-9999 -9999 -9999 +USW00023188195702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195702WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 X 1 0 1 X-9999 1 X-9999 -9999 -9999 +USW00023188195702WT08-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188195702WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188195703TMAX 183 0 183 0 183 0 194 0 189 0 200 0 239 0 183 0 167 0 183 0 178 0 189 0 183 0 194 0 189 0 161 0 161 0 161 0 178 0 189 0 161 0 189 0 211 0 222 0 228 0 206 0 244 0 244 0 256 0 194 0 194 0 +USW00023188195703TMIN 128 0 128 0 122 0 117 0 133 0 139 0 128 0 122 0 128 0 94 0 100 0 128 0 111 0 89 0 106 0 100 0 89 0 94 0 122 0 100 0 122 0 72 0 61 0 83 0 100 0 117 0 117 0 139 0 133 0 133 0 128 0 +USW00023188195703PRCP 51 0 0T 0 15 0 0T 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 0 0 0T 0 25 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 +USW00023188195703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195703WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188195703WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 +USW00023188195703WT16 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188195704TMAX 194 0 206 0 206 0 217 0 206 0 167 0 183 0 250 0 178 0 183 0 183 0 194 0 206 0 222 0 194 0 189 0 211 0 183 0 183 0 167 0 161 0 156 0 167 0 200 0 200 0 217 0 211 0 222 0 200 0 206 0-9999 +USW00023188195704TMIN 133 0 100 0 106 0 122 0 133 0 139 0 117 0 106 0 117 0 139 0 139 0 139 0 117 0 128 0 144 0 128 0 106 0 139 0 117 0 89 0 83 0 100 0 133 0 133 0 139 0 128 0 128 0 117 0 139 0 150 0-9999 +USW00023188195704PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 5 0 0 0 0 0 74 0 0T 0 97 0 10 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195704WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188195704WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195704WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188195704WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195705TMAX 200 0 206 0 217 0 194 0 189 0 200 0 200 0 211 0 206 0 194 0 189 0 194 0 206 0 194 0 206 0 222 0 200 0 211 0 200 0 194 0 194 0 200 0 183 0 200 0 233 0 228 0 200 0 200 0 206 0 206 0 217 0 +USW00023188195705TMIN 133 0 128 0 150 0 144 0 150 0 156 0 156 0 150 0 139 0 133 0 133 0 117 0 139 0 139 0 133 0 128 0 161 0 161 0 156 0 144 0 139 0 128 0 139 0 139 0 139 0 150 0 144 0 161 0 156 0 150 0 139 0 +USW00023188195705PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 20 0 20 0 107 0 0T 0 0T 0 10 0 0T 0 0 0 0 0 0 0 23 0 3 0 41 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00023188195705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195705WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188195705WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 +USW00023188195705WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188195706TMAX 228 0 244 0 267 0 256 0 233 0 217 0 194 0 200 0 206 0 200 X 217 0 217 0 200 0 206 0 211 0 244 0 339 0 361 0 322 0 233 0 222 0 222 0 239 0 239 0 244 0 244 0 222 0 217 0 222 0 233 0-9999 +USW00023188195706TMIN 156 0 150 0 156 0 150 0 161 0 156 0 156 0 156 0 167 0 156 X 167 0 167 0 156 0 167 0 156 0 156 0 156 0 183 0 183 0 172 0 178 0 178 0 167 0 183 0 183 0 167 0 161 0 178 0 178 0 167 0-9999 +USW00023188195706PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 30 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195706WT01 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188195706WT08 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188195706WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195707TMAX 250 0 283 0 283 0 317 0 239 0 239 0 261 0 244 0 233 0 250 0 256 0 239 0 256 0 267 0 272 0 233 0 233 0 239 0 239 0 256 0 239 0 244 0 250 0 250 0 228 0 233 0 250 0 250 0 256 0 289 0 294 0 +USW00023188195707TMIN 172 0 183 0 189 0 189 0 183 0 189 0 183 0 178 0 178 0 189 0 183 0 178 0 172 0 178 0 172 0 178 0 189 0 183 0 183 0 194 0 189 0 178 0 167 0 183 0 183 0 183 0 189 0 189 0 183 0 189 0 194 0 +USW00023188195707PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195707WT01-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188195707WT03-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195707WT08 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00023188195707WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195708TMAX 278 0 267 0 267 0 239 0 239 0 233 0 250 0 250 0 244 0 233 0 250 0 272 0 283 0 278 0 289 0 272 0 272 0 256 0 261 0 283 0 289 0 289 0 289 0 278 0 278 0 306 0 289 0 250 0 233 0 239 0 250 0 +USW00023188195708TMIN 200 0 194 0 194 0 189 0 183 0 178 0 161 0 167 0 183 0 178 0 189 0 183 0 189 0 194 0 206 0 211 0 206 0 211 0 206 0 217 0 217 0 206 0 217 0 206 0 206 0 211 0 200 0 189 0 183 0 172 0 161 0 +USW00023188195708PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195708WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195708WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188195708WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188195709TMAX 256 0 250 0 244 0 244 0 244 0 261 0 250 0 267 0 256 0 244 0 250 0 256 0 239 0 244 0 239 0 239 0 239 0 239 0 233 0 233 0 233 0 244 0 256 0 256 0 250 0 233 0 244 0 267 0 250 0 250 0-9999 +USW00023188195709TMIN 172 0 183 0 178 0 189 0 183 0 172 0 189 0 189 0 189 0 183 0 167 0 167 0 189 0 189 0 167 0 183 0 183 0 167 0 189 0 172 0 156 0 161 0 161 0 172 0 183 0 167 0 156 0 172 0 178 0 161 0-9999 +USW00023188195709PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 94 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195709WT01-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00023188195709WT03-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195709WT05-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195709WT08-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00023188195709WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195710TMAX 233 0 228 0 222 0 233 0 228 0 217 0 233 0 228 0 228 0 222 0 211 0 211 0 217 0 211 0 211 0 228 0 228 0 200 0 206 0 206 0 200 0 217 0 222 0 233 0 283 0 233 0 217 0 217 0 256 0 239 0 211 0 +USW00023188195710TMIN 156 0 161 0 156 0 133 0 128 0 144 0 128 0 133 0 150 0 156 0 161 0 150 0 156 0 156 0 172 0 156 0 156 0 172 0 167 0 161 0 133 0 117 0 128 0 128 0 139 0 150 0 161 0 161 0 139 0 167 0 161 0 +USW00023188195710PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 58 0 61 0 91 0 3 0 0 0 0 0 0T 0 0T 0 8 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 0 0 173 0 5 0 +USW00023188195710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195710WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X +USW00023188195710WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 0-9999 +USW00023188195710WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 +USW00023188195710WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X +USW00023188195711TMAX 200 0 200 0 189 0 178 0 183 0 189 0 206 0 206 0 206 0 206 0 200 0 206 0 206 0 194 0 189 0 172 0 183 0 194 0 206 0 239 0 272 0 222 0 222 0 250 0 278 0 217 0 206 0 200 0 250 0 233 0-9999 +USW00023188195711TMIN 161 0 144 0 128 0 117 0 117 0 89 0 94 0 100 0 106 0 117 0 133 0 111 0 122 0 128 0 133 0 100 0 72 0 78 0 94 0 106 0 111 0 117 0 94 0 100 0 106 0 106 0 111 0 94 0 89 0 78 0-9999 +USW00023188195711PRCP 0 0 13 0 0T 0 71 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195711WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188195711WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195711WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195711WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188195711WT16-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195712TMAX 217 0 239 0 256 0 206 0 172 0 189 0 239 0 278 0 289 0 267 0 272 0 222 0 211 0 211 0 211 0 200 0 194 0 189 0 200 0 217 0 194 0 194 0 189 0 200 0 233 0 206 0 189 0 200 0 217 0 222 0 228 0 +USW00023188195712TMIN 78 0 94 0 89 0 144 0 133 0 106 0 83 0 106 0 128 0 122 0 111 0 111 0 94 0 111 0 144 0 167 0 128 0 106 0 111 0 89 0 94 0 117 0 111 0 100 0 83 0 100 0 122 0 94 0 89 0 89 0 106 0 +USW00023188195712PRCP 0 0 0 0 0 0 5 0 211 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 0T 0 86 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195712WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00023188195712WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 +USW00023188195712WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195801TMAX 194 0 189 0 194 0 228 0 261 0 256 0 272 0 233 0 206 0 206 0 189 0 178 0 189 0 217 0 233 0 244 0 244 0 217 0 200 0 206 0 172 0 194 0 200 0 167 0 167 0 183 0 194 0 206 0 189 0 183 0 222 0 +USW00023188195801TMIN 89 0 106 0 89 0 78 0 122 0 117 0 111 0 100 0 100 0 111 0 100 0 78 0 100 0 83 0 83 0 89 0 100 0 83 0 83 0 83 0 83 0 67 0 61 0 83 0 122 0 128 0 128 0 106 0 111 0 122 0 94 0 +USW00023188195801PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 86 0 66 0 3 0 0 0 0 0 0T 0 0 0 +USW00023188195801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195801WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 X-9999 -9999 +USW00023188195801WT08 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188195801WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00023188195802TMAX 267 0 206 0 172 0 178 0 194 0 194 0 194 0 194 0 194 0 200 0 200 0 189 0 189 0 194 0 206 0 222 0 228 0 183 0 172 0 200 0 239 X 194 X 200 X 200 X 183 X 183 X 194 0 183 0-9999 -9999 -9999 +USW00023188195802TMIN 128 0 111 0 139 0 122 0 122 0 100 0 106 0 122 0 128 0 117 0 106 0 133 0 128 0 100 0 100 0 106 0 106 0 128 0 128 0 117 0 111 X 150 X 139 X 144 X 139 X 106 X 83 0 89 0-9999 -9999 -9999 +USW00023188195802PRCP 0 0 0T 0 348 0 145 0 15 0 0 0 0 0 10 0 0 0 0 0 0 0 15 0 28 0 0 0 0 0 0 0 0 0 0 0 178 0 3 0 0 X 0 X 0 X 0 X 58 X 0 X 0 0 0 0-9999 -9999 -9999 +USW00023188195802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 X 0 X 0 X 0 X 0 X 0 0 0 0-9999 -9999 -9999 +USW00023188195802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 X 0 X 0 X 0 X 0 X 0 0 0 0-9999 -9999 -9999 +USW00023188195802WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 0-9999 -9999 1 X 1 X 1 X 1 0-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195802WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195802WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195802WT16-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195803TMAX 194 0 178 0 189 0 200 0 211 0 144 0 172 0 178 0 178 0 189 0 156 0 167 0 172 0 183 0 172 0 172 0 189 0 189 0 206 0 178 0 200 0 194 0 183 0 194 0 183 0 183 0 167 0 189 0 189 0 194 0 189 0 +USW00023188195803TMIN 78 0 100 0 83 0 89 0 78 0 72 0 56 0 100 0 94 0 83 0 89 0 89 0 83 0 83 0 111 0 128 0 122 0 117 0 122 0 117 0 128 0 122 0 100 0 111 0 111 0 117 0 111 0 106 0 111 0 100 0 117 0 +USW00023188195803PRCP 0 0 3 0 0 0 0 0 0 0 175 0 3 0 0T 0 0 0 33 0 89 0 13 0 0 0 0 0 3 0 335 0 5 0 0 0 0 0 28 0 48 0 97 0 0T 0 36 0 0 0 0 0 86 0 46 0 0T 0 10 0 3 0 +USW00023188195803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195803WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188195803WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195803WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195803WT16-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00023188195804TMAX 167 0 183 0 178 0 172 0 183 0 183 0 172 0 194 0 206 0 250 0 278 0 283 0 261 0 294 0 294 0 211 0 217 0 217 0 244 0 300 0 289 0 217 0 217 0 206 0 206 0 211 0 211 0 200 0 206 0 194 0-9999 +USW00023188195804TMIN 117 0 111 0 128 0 106 0 83 0 83 0 117 0 100 0 111 0 117 0 128 0 139 0 128 0 133 0 139 0 161 0 167 0 161 0 156 0 156 0 167 0 167 0 144 0 117 0 111 0 117 0 122 0 144 0 156 0 150 0-9999 +USW00023188195804PRCP 196 0 8 0 48 0 43 0 0 0 36 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195804WT01 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195804WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195804WT05-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195804WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195804WT16 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195805TMAX 200 0 200 0 217 0 250 0 222 0 206 0 194 0 206 0 206 0 217 0 206 0 211 0 211 0 228 0 228 0 217 0 233 0 222 0 222 0 228 0 228 0 267 0 250 0 233 0 233 0 239 0 239 0 250 0 256 0 217 0 217 0 +USW00023188195805TMIN 156 0 150 0 150 0 150 0 156 0 150 0 150 0 156 0 167 0 156 0 139 0 150 0 122 0 128 0 144 0 156 0 161 0 156 0 161 0 161 0 156 0 144 0 172 0 156 0 150 0 144 0 150 0 144 0 150 0 167 0 161 0 +USW00023188195805PRCP 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 86 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195805WT01-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195805WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195805WT08 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188195805WT16 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195806TMAX 217 0 228 0 233 0 222 0 222 0 233 0 222 0 222 0 228 0 217 0 222 0 222 0 233 0 228 0 233 0 228 0 233 0 244 0 239 0 239 0 244 0 256 0 250 0 228 0 228 0 222 0 239 0 233 0 233 0 233 0-9999 +USW00023188195806TMIN 156 0 161 0 167 0 150 0 167 0 167 0 156 0 167 0 156 0 172 0 167 0 167 0 167 0 156 0 172 0 183 0 178 0 172 0 172 0 167 0 172 0 178 0 178 0 178 0 178 0 172 0 161 0 178 0 172 0 167 0-9999 +USW00023188195806PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195806WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00023188195806WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188195806WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195807TMAX 228 0 228 0 233 0 233 0 233 0 239 0 250 0 256 0 272 0 250 0 228 0 239 0 233 0 217 0 239 0 239 0 239 0 244 0 239 0 250 0 244 0 244 0 244 0 244 0 239 0 239 0 239 0 244 0 256 0 278 0 278 0 +USW00023188195807TMIN 167 0 167 0 183 0 183 0 178 0 178 0 183 0 183 0 178 0 178 0 167 0 172 0 172 0 172 0 189 0 178 0 183 0 178 0 172 0 172 0 183 0 183 0 178 0 178 0 183 0 183 0 183 0 189 0 183 0 189 0 206 0 +USW00023188195807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195807WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195807WT08-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 +USW00023188195807WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195808TMAX 256 0 261 0 239 0 233 0 228 0 239 0 239 0 256 0 278 0 278 0 267 0 256 0 311 0 289 0 300 0 267 0 256 0 267 0 250 0 244 0 261 0 250 0 250 0 250 0 261 0 256 0 250 0 250 0 244 0 256 0 256 0 +USW00023188195808TMIN 194 0 189 0 183 0 178 0 183 0 183 0 194 0 183 0 189 0 194 0 194 0 194 0 206 0 211 0 211 0 217 0 211 0 211 0 211 0 206 0 194 0 194 0 194 0 200 0 200 0 200 0 206 0 206 0 194 0 189 0 194 0 +USW00023188195808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195808WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195808WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195808WT08-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 +USW00023188195808WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195809TMAX 256 0 256 0 261 0 261 0 278 0 306 0 328 0 289 0 289 0 261 0 256 0 256 0 244 0 267 0 294 0 311 0 272 0 272 0 267 0 278 0 233 0 211 0 211 0 239 0 294 0 300 0 294 0 278 0 261 0 256 0-9999 +USW00023188195809TMIN 189 0 200 0 194 0 189 0 189 0 211 0 217 0 211 0 200 0 194 0 178 0 178 0 178 0 161 0 172 0 183 0 183 0 167 0 156 0 161 0 183 0 183 0 183 0 178 0 144 0 161 0 178 0 194 0 183 0 183 0-9999 +USW00023188195809PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 122 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195809WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188195809WT08 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188195809WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195810TMAX 267 0 289 0 250 0 306 0 239 0 250 0 239 0 250 0 239 0 233 0 244 0 239 0 294 0 267 0 328 0 361 0 367 0 322 0 250 0 228 0 228 0 239 0 211 0 217 0 217 0 228 0 233 0 239 0 267 0 300 0 261 0 +USW00023188195810TMIN 183 0 183 0 183 0 172 0 200 0 194 0 183 0 178 0 183 0 183 0 178 0 178 0 161 0 178 0 183 0 200 0 200 0 194 0 172 0 178 0 156 0 156 0 172 0 144 0 139 0 133 0 161 0 144 0 139 0 139 0 150 0 +USW00023188195810PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195810WT01 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188195810WT08 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195810WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195811TMAX 244 0 250 0 261 0 250 0 239 0 228 0 217 0 217 0 200 0 211 0 189 0 206 0 217 0 211 0 161 0 150 0 178 0 200 0 233 0 244 0 244 0 228 0 233 0 222 0 206 0 194 0 206 0 250 0 244 0 239 0-9999 +USW00023188195811TMIN 133 0 122 0 128 0 139 0 128 0 128 0 139 0 156 0 133 0 156 0 128 0 139 0 111 0 128 0 100 0 56 0 50 0 61 0 72 0 94 0 100 0 106 0 83 0 100 0 139 0 139 0 122 0 100 0 100 0 100 0-9999 +USW00023188195811PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 81 0 0 0 0 0 0 0 10 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00023188195811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195811WT01-9999 -9999 -9999 1 0 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188195811WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195811WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195811WT08-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188195811WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188195812TMAX 228 0 261 0 294 0 200 0 194 0 194 0 200 0 178 0 200 0 272 0 289 0 244 0 206 0 272 0 272 0 272 0 244 0 228 0 217 0 217 0 200 0 189 0 200 0 194 0 194 0 194 0 194 0 189 0 239 0 239 0 267 0 +USW00023188195812TMIN 94 0 100 0 128 0 111 0 133 0 133 0 117 0 94 0 111 0 117 0 139 0 133 0 128 0 117 0 128 0 89 0 89 0 67 0 78 0 94 0 89 0 128 0 128 0 89 0 94 0 94 0 106 0 111 0 83 0 111 0 89 0 +USW00023188195812PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 0 0 0 0 0 0 +USW00023188195812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195812WT01-9999 -9999 1 0-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 0 1 X 1 0-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00023188195812WT08-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188195812WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188195901TMAX 206 0 183 0 183 0 183 0 167 0 189 0 194 0 206 0 206 0 206 0 233 0 206 0 183 0 194 0 228 0 250 0 244 0 211 0 161 0 194 0 222 0 211 0 211 0 206 0 183 0 200 0 239 0 200 0 206 0 189 0 217 0 +USW00023188195901TMIN 100 0 133 0 106 0 94 0 100 0 122 0 94 0 122 0 122 0 122 0 100 0 106 0 128 0 111 0 89 0 111 0 100 0 106 0 128 0 117 0 100 0 83 0 89 0 89 0 94 0 117 0 94 0 89 0 100 0 83 0 89 0 +USW00023188195901PRCP 0 0 0 0 0 0 0 0 0T 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195901WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00023188195901WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00023188195901WT16-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195902TMAX 178 0 178 0 183 0 172 0 183 0 178 0 178 0 156 0 161 0 172 0 156 0 161 0 167 0 189 0 206 0 194 0 178 0 189 0 189 0 183 0 133 0 172 0 178 0 211 0 222 0 222 0 217 0 228 0-9999 -9999 -9999 +USW00023188195902TMIN 83 0 83 0 72 0 72 0 94 0 89 0 122 0 106 0 94 0 89 0 122 0 94 0 61 0 72 0 89 0 111 0 144 0 122 0 122 0 100 0 89 0 89 0 72 0 89 0 89 0 89 0 100 0 106 0-9999 -9999 -9999 +USW00023188195902PRCP 0 0 0 0 0 0 0 0 0 0 0 0 36 0 140 0 0T 0 0 0 218 0 53 0 0 0 0 0 3 0 229 0 0T 0 0 0 0 0 0 0 262 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188195902WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195902WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195902WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188195902WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195903TMAX 250 0 206 0 194 0 261 0 256 0 200 0 183 0 206 0 211 0 228 0 311 0 272 0 200 0 200 0 239 0 278 0 256 0 200 0 206 0 261 0 250 0 189 0 200 0 183 0 211 0 211 0 200 0 211 0 211 0 194 0 228 0 +USW00023188195903TMIN 128 0 122 0 128 0 122 0 128 0 106 0 128 0 106 0 111 0 106 0 128 0 122 0 122 0 144 0 128 0 128 0 128 0 128 0 144 0 122 0 139 0 144 0 133 0 128 0 100 0 100 0 128 0 111 0 111 0 144 0 144 0 +USW00023188195903PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00023188195903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195903WT01 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195903WT08 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195903WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188195904TMAX 283 0 289 0 244 0 233 0 200 0 183 0 189 0 211 0 211 0 217 0 222 0 206 0 222 0 194 0 189 0 189 0 189 0 189 0 189 0 206 0 217 0 228 0 217 0 200 0 211 0 211 0 222 0 256 0 233 0 211 0-9999 +USW00023188195904TMIN 128 0 144 0 150 0 150 0 150 0 139 0 144 0 161 0 156 0 150 0 128 0 144 0 150 0 144 0 139 0 139 0 144 0 144 0 150 0 144 0 156 0 139 0 156 0 156 0 144 0 156 0 156 0 139 0 156 0 156 0-9999 +USW00023188195904PRCP 0 0 0 0 0 0 0 0 0T 0 18 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 41 0 0 0 0 0 0 0 0 0-9999 +USW00023188195904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195904WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 X-9999 -9999 +USW00023188195904WT08-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188195904WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188195905TMAX 206 0 183 0 194 0 194 0 228 0 244 0 211 0 233 0 189 0 211 0 211 0 206 0 222 0 222 0 206 0 217 0 211 0 206 0 206 0 211 0 206 0 194 0 206 0 200 0 206 0 206 0 211 0 206 0 200 0 211 0 222 0 +USW00023188195905TMIN 161 0 144 0 122 0 133 0 106 0 128 0 139 0 156 0 150 0 128 0 156 0 172 0 156 0 156 0 161 0 156 0 156 0 167 0 144 0 156 0 150 0 161 0 161 0 156 0 161 0 167 0 150 0 139 0 150 0 156 0 156 0 +USW00023188195905PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195905WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195906TMAX 228 0 239 0 211 0 217 0 211 0 211 0 222 0 211 0 211 0 211 0 217 0 239 0 233 0 256 0 239 0 239 0 261 0 244 0 244 0 250 0 256 0 267 0 233 0 228 0 211 0 228 0 217 0 217 0 233 0 261 0-9999 +USW00023188195906TMIN 150 0 167 0 172 0 167 0 161 0 167 0 172 0 161 0 167 0 161 0 156 0 161 0 172 0 167 0 178 0 172 0 167 0 167 0 172 0 178 0 183 0 183 0 178 0 172 0 183 0 183 0 183 0 172 0 172 0 178 0-9999 +USW00023188195906PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195906WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195906WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195906WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195907TMAX 267 0 256 0 256 0 267 0 256 0 261 0 272 0 289 0 267 0 339 0 317 0 267 0 250 0 250 0 261 0 250 0 256 0 256 0 256 0 233 0 233 0 256 0 267 0 289 0 261 0 250 0 233 0 244 0 256 0 261 0 294 0 +USW00023188195907TMIN 200 0 200 0 200 0 194 0 189 0 189 0 194 0 194 0 183 0 222 0 217 0 206 0 200 0 200 0 200 0 200 0 200 0 200 0 200 0 194 0 194 0 194 0 200 0 194 0 206 0 206 0 200 0 194 0 194 0 200 0 211 0 +USW00023188195907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195907WT01-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188195907WT08-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 +USW00023188195907WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195908TMAX 311 0 272 0 272 0 256 0 261 0 256 0 272 0 289 0 283 0 267 0 261 0 267 0 261 0 244 0 250 0 256 0 250 0 239 0 244 0 244 0 261 0 300 0 261 0 256 0 239 0 244 0 256 0 250 0 256 0 267 0 278 0 +USW00023188195908TMIN 211 0 206 0 206 0 194 0 194 0 194 0 194 0 222 0 211 0 211 0 206 0 206 0 206 0 194 0 183 0 200 0 206 0 200 0 194 0 183 0 161 0 200 0 211 0 206 0 211 0 206 0 200 0 189 0 189 0 189 0 194 0 +USW00023188195908PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195908WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188195908WT08 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 +USW00023188195908WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188195909TMAX 250 0 256 0 256 0 267 0 267 0 244 0 244 0 239 0 261 0 294 0 389 0 256 0 272 0 250 0 228 0 228 0 233 0 250 0 261 0 222 0 228 0 233 0 239 0 244 0 239 0 228 0 228 0 239 0 233 0 211 0-9999 +USW00023188195909TMIN 194 0 194 0 194 0 194 0 189 0 189 0 189 0 189 0 183 0 217 0 228 0 222 0 211 0 194 0 189 0 178 0 178 0 178 0 189 0 189 0 183 0 183 0 178 0 178 0 183 0 178 0 183 0 194 0 178 0 167 0-9999 +USW00023188195909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0-9999 +USW00023188195909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195909WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195909WT08-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188195909WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188195910TMAX 228 0 239 0 256 0 278 0 261 0 239 0 222 0 239 0 233 0 239 0 244 0 239 0 261 0 294 0 311 0 250 0 233 0 228 0 211 0 217 0 222 0 250 0 261 0 233 0 206 0 206 0 200 0 217 0 217 0 206 0 217 0 +USW00023188195910TMIN 161 0 139 0 144 0 150 0 150 0 167 0 167 0 139 0 150 0 161 0 172 0 172 0 167 0 133 0 150 0 144 0 156 0 167 0 172 0 161 0 161 0 150 0 150 0 161 0 178 0 178 0 172 0 178 0 111 0 106 0 111 0 +USW00023188195910PRCP 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 0 0 36 0 0 0 0T 0 +USW00023188195910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195910WT01-9999 -9999 -9999 1 X 1 0 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188195910WT08-9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195910WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X +USW00023188195911TMAX 217 0 200 0 211 0 206 0 272 0 278 0 283 0 289 0 294 0 256 0 233 0 239 0 222 0 211 0 183 0 206 0 244 0 222 0 206 0 217 0 261 0 272 0 250 0 289 0 222 0 256 0 267 0 250 0 278 0 283 0-9999 +USW00023188195911TMIN 106 0 139 0 144 0 150 0 133 0 122 0 117 0 122 0 128 0 133 0 133 0 117 0 139 0 128 0 144 0 106 0 128 0 161 0 156 0 133 0 117 0 100 0 122 0 139 0 128 0 94 0 117 0 100 0 111 0 117 0-9999 +USW00023188195911PRCP 0T 0 5 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188195911WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 0-9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188195911WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188195911WT16 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195912TMAX 283 0 283 0 228 0 233 0 267 0 267 0 244 0 211 0 200 0 194 0 211 0 217 0 167 0 183 0 211 0 194 0 206 0 200 0 261 0 178 0 183 0 183 0 189 0 178 0 172 0 183 0 200 0 183 0 183 0 172 0 150 0 +USW00023188195912TMIN 117 0 128 0 111 0 94 0 100 0 94 0 122 0 133 0 128 0 122 0 106 0 94 0 100 0 72 0 78 0 89 0 94 0 106 0 117 0 144 0 133 0 111 0 139 0 128 0 122 0 89 0 72 0 83 0 72 0 78 0 106 0 +USW00023188195912PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 56 0 0 0 3 0 224 0 28 0 0 0 0 0 0 0 0 0 0T 0 0T 0 +USW00023188195912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188195912WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195912WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188195912WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00023188196001TMAX 133 0 144 0 150 0 172 0 172 0 189 0 183 0 178 0 172 0 150 0 161 0 150 0 144 0 156 0 128 0 144 0 161 0 167 0 172 0 200 0 194 0 206 0 189 0 194 0 183 0 183 0 183 0 217 0 261 0 206 0 172 0 +USW00023188196001TMIN 56 0 33 0 33 0 72 0 44 0 61 0 72 0 78 0 100 0 122 0 106 0 83 0 61 0 56 0 61 0 44 0 44 0 67 0 61 0 72 0 83 0 89 0 94 0 117 0 117 0 128 0 111 0 83 0 111 0 100 0 89 0 +USW00023188196001PRCP 8 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 119 0 8 0 307 0 3 0 140 0 86 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 53 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196001WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 0-9999 -9999 -9999 1 0 1 0 +USW00023188196001WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00023188196001WT16 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196002TMAX 172 0 183 0 172 0 189 0 183 0 194 0 178 0 172 0 172 0 156 0 194 0 222 0 183 0 211 0 228 0 206 0 233 0 178 0 156 0 172 0 172 0 172 0 178 0 167 0 161 0 156 0 178 0 150 0 167 0-9999 -9999 +USW00023188196002TMIN 117 0 117 0 89 0 117 0 100 0 133 0 128 0 128 0 122 0 106 0 72 0 78 0 83 0 72 0 83 0 72 0 94 0 83 0 106 0 67 0 67 0 117 0 94 0 56 0 61 0 94 0 100 0 89 0 111 0-9999 -9999 +USW00023188196002PRCP 170 0 8 0 0T 0 3 0 0 0 0T 0 0 0 20 0 8 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 64 0-9999 -9999 +USW00023188196002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188196002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188196002WT01-9999 -9999 -9999 1 0 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196002WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196002WT16 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188196003TMAX 161 0 178 0 178 0 178 0 239 0 206 0 161 0 200 0 172 0 183 0 172 0 183 0 172 0 194 0 222 0 239 0 261 0 278 0 278 0 233 0 194 0 172 0 200 0 194 0 161 0 189 0 161 0 189 0 194 0 189 0 206 0 +USW00023188196003TMIN 117 0 106 0 89 0 100 0 89 0 89 0 100 0 117 0 111 0 111 0 106 0 111 0 128 0 100 0 106 0 100 0 117 0 111 0 122 0 117 0 111 0 117 0 128 0 122 0 144 0 150 0 133 0 128 0 89 0 106 0 122 0 +USW00023188196003PRCP 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 18 0 48 0 0 0 0 0 0 0 +USW00023188196003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196003WT01-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 0-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188196003WT08-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00023188196003WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188196004TMAX 250 0 333 0 317 0 283 0 272 0 228 0 211 0 206 0 211 0 206 0 178 0 194 0 233 0 239 0 217 0 217 0 239 0 250 0 222 0 206 0 178 0 161 0 167 0 178 0 189 0 183 0 178 0 172 0 194 0 217 0-9999 +USW00023188196004TMIN 117 0 144 0 150 0 144 0 139 0 117 0 111 0 150 0 150 0 139 0 139 0 122 0 100 0 122 0 128 0 128 0 128 0 133 0 128 0 144 0 139 0 128 0 94 0 94 0 89 0 106 0 128 0 128 0 106 0 111 0-9999 +USW00023188196004PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 15 0 0 0 0 0 97 0 0 0 0 0 0 0-9999 +USW00023188196004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196004WT01-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188196004WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196004WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188196005TMAX 256 0 183 0 161 0 172 0 211 0 261 0 283 0 267 0 233 0 261 0 272 0 244 0 206 0 194 0 183 0 200 0 211 0 200 0 244 0 267 0 211 0 189 0 189 0 200 0 217 0 256 0 267 0 206 0 200 0 200 0 200 0 +USW00023188196005TMIN 133 0 139 0 128 0 122 0 106 0 122 0 139 0 150 0 161 0 144 0 161 0 161 0 156 0 156 0 144 0 144 0 150 0 156 0 150 0 150 0 144 0 128 0 122 0 128 0 128 0 139 0 156 0 156 0 156 0 156 0 161 0 +USW00023188196005PRCP 0 0 0 0 33 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196005WT01-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196005WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188196005WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196006TMAX 217 0 217 0 211 0 211 0 189 0 206 0 228 0 217 0 217 0 217 0 222 0 217 0 211 0 194 0 200 0 211 0 233 0 222 0 222 0 239 0 267 0 250 0 233 0 228 0 228 0 233 0 239 0 250 0 256 0 289 0-9999 +USW00023188196006TMIN 167 0 167 0 161 0 167 0 161 0 161 0 161 0 156 0 156 0 150 0 156 0 156 0 161 0 150 0 150 0 156 0 156 0 167 0 156 0 144 0 139 0 161 0 156 0 156 0 161 0 156 0 150 0 156 0 150 0 167 0-9999 +USW00023188196006PRCP 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196006WT01-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 +USW00023188196006WT08 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188196006WT16-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196007TMAX 272 0 250 0 222 0 222 0 233 0 233 0 233 0 228 0 233 0 233 0 239 0 239 0 239 0 239 0 233 0 233 0 239 0 267 0 272 0 300 0 289 0 306 0 317 0 283 0 283 0 267 0 272 0 283 0 272 0 267 0 267 0 +USW00023188196007TMIN 183 0 161 0 150 0 150 0 156 0 156 0 156 0 156 0 144 0 150 0 172 0 156 0 156 0 156 0 156 0 167 0 161 0 172 0 189 0 194 0 200 0 206 0 211 0 206 0 206 0 217 0 211 0 206 0 206 0 206 0 200 0 +USW00023188196007PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188196007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196007WT01-9999 1 0-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196007WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196007WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188196008TMAX 267 0 289 0 283 0 250 0 244 0 256 0 250 0 244 0 250 0 267 0 278 0 272 0 256 0 256 0 244 0 228 0 250 0 267 0 256 0 261 0 256 0 239 0 244 0 244 0 239 0 233 0 244 0 244 0 244 0 244 0 256 0 +USW00023188196008TMIN 189 0 167 0 189 0 183 0 183 0 172 0 178 0 194 0 189 0 189 0 194 0 200 0 194 0 183 0 178 0 178 0 178 0 183 0 172 0 178 0 183 0 183 0 183 0 178 0 178 0 172 0 172 0 183 0 178 0 189 0 178 0 +USW00023188196008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196008WT01-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196008WT08 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188196009TMAX 267 0 267 0 294 0 294 0 283 0 261 0 267 0 294 0 306 0 317 0 306 0 322 0 317 0 261 0 239 0 233 0 239 0 256 0 261 0 256 0 233 0 233 0 250 0 250 0 256 0 250 0 244 0 256 0 222 X 222 X-9999 +USW00023188196009TMIN 183 0 183 0 194 0 200 0 194 0 183 0 178 0 194 0 200 0 222 0 217 0 217 0 217 0 189 0 183 0 178 0 183 0 183 0 189 0 178 0 178 0 172 0 150 0 156 0 144 0 156 0 150 0 156 0 172 X 167 X-9999 +USW00023188196009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 X-9999 +USW00023188196009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 X-9999 +USW00023188196009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 X-9999 +USW00023188196009WT01-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188196009WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196009WT08-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188196009WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196010TMAX 228 X 239 X 239 X 283 0 328 0 300 0 256 0 211 0 206 0 206 0 211 0 211 0 206 0 211 0 261 0 261 0 244 0 211 0 233 0 267 0 272 0 239 0 222 0 206 0 211 0 200 0 211 0 194 0 206 0 228 0 211 0 +USW00023188196010TMIN 161 X 144 X 139 X 150 0 178 0 206 0 189 0 167 0 161 0 144 0 122 0 122 0 128 0 133 0 117 0 128 0 133 0 133 0 122 0 139 0 139 0 139 0 167 0 144 0 128 0 156 0 150 0 128 0 144 0 133 0 139 0 +USW00023188196010PRCP 0 X 0 X 0 X 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196010SNOW 0 X 0 X 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196010SNWD 0 X 0 X 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196010WT01-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00023188196010WT08-9999 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188196010WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196011TMAX 206 0 194 0 178 0 200 0 217 0 206 0 194 0 206 0 222 0 211 0 194 0 172 X 194 X 194 0 200 0 228 0 250 0 222 0 217 0 244 0 228 0 206 0 222 0 206 0 183 0 161 0 172 0 206 0 206 0 194 0-9999 +USW00023188196011TMIN 133 0 144 0 150 0 133 0 167 0 144 0 128 0 117 0 111 0 111 0 122 0 139 X 122 X 100 0 94 0 100 0 100 0 106 0 128 0 106 0 106 0 89 0 83 0 83 0 72 0 111 0 100 0 67 0 94 0 94 0-9999 +USW00023188196011PRCP 0T 0 0 0 36 0 0T 0 41 0 30 0 0 0 0 0 0 0 0 0 0 0 15 X 0T X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 135 0 0 0 0 0 0 0 0 0-9999 +USW00023188196011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X 0 X 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196011WT01 1 X-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196011WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00023188196011WT16 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196012TMAX 217 0 183 0 172 0 178 0 189 0 178 0 156 0 128 0 139 0 156 0 172 0 194 0 217 0 189 0 178 0 172 0 200 0 194 0 211 0 272 0 244 0 256 0 250 0 194 0 183 0 228 0 156 0 183 0 228 0 200 0 156 0 +USW00023188196012TMIN 122 0 111 0 89 0 78 0 78 0 67 0 50 0 39 0 17 0 72 0 94 0 78 0 83 0 83 0 78 0 72 0 67 0 56 0 56 0 78 0 94 0 94 0 100 0 83 0 67 0 56 0 72 0 111 0 78 0 83 0 83 0 +USW00023188196012PRCP 0 0 18 0 13 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 +USW00023188196012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196012WT01-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 0-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 0 1 X +USW00023188196012WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 +USW00023188196012WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188196101TMAX 156 0 178 0 206 0 200 0 200 0 228 0 222 0 239 0 233 0 250 0 256 0 228 0 222 0 244 0 267 0 272 0 278 0 267 0 267 0 211 0 211 0 200 0 206 0 189 0 200 0 156 0 178 0 183 0 183 0 211 0 194 0 +USW00023188196101TMIN 89 0 61 0 61 0 78 0 78 0 83 0 83 0 72 0 83 0 94 0 106 0 100 0 78 0 83 0 106 0 117 0 117 0 117 0 133 0 139 0 117 0 139 0 106 0 100 0 139 0 139 0 122 0 100 0 94 0 106 0 111 0 +USW00023188196101PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0T 0 0 0 0 0 0 0 0T 0 246 0 30 0 0 0 0 0 0 0 0T 0 +USW00023188196101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196101WT01-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 0-9999 -9999 -9999 -9999 1 X +USW00023188196101WT08 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 +USW00023188196101WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00023188196102TMAX 194 0 172 0 183 0 233 0 239 0 194 0 183 0 183 0 206 0 228 0 194 0 178 0 183 0 200 0 189 0 178 0 183 0 178 0 194 0 222 0 239 0 211 0 233 0 228 0 217 0 183 0 200 0 217 0-9999 -9999 -9999 +USW00023188196102TMIN 122 0 111 0 122 0 100 0 83 0 89 0 111 0 89 0 100 0 100 0 106 0 111 0 83 0 83 0 94 0 117 0 106 0 106 0 72 0 78 0 94 0 100 0 106 0 94 0 89 0 122 0 83 0 83 0-9999 -9999 -9999 +USW00023188196102PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196102WT01-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196102WT08 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188196102WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196103TMAX 261 0 189 0 172 0 161 0 178 0 178 0 194 0 239 0 211 0 200 0 189 0 194 0 217 0 189 0 183 0 189 0 172 0 189 0 206 0 194 0 183 0 183 0 183 0 172 0 172 0 178 0 183 0 150 0 178 0 183 0 189 0 +USW00023188196103TMIN 106 0 100 0 117 0 111 0 111 0 117 0 94 0 89 0 106 0 117 0 122 0 122 0 106 0 122 0 128 0 117 0 106 0 89 0 83 0 100 0 128 0 128 0 128 0 117 0 117 0 100 0 111 0 100 0 83 0 117 0 128 0 +USW00023188196103PRCP 0 0 0T 0 0 0 102 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 18 0 0 0 28 0 38 0 0 0 0 0 0 0 +USW00023188196103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196103WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188196103WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196103WT16-9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00023188196104TMAX 194 0 278 0 272 0 183 0 189 0 200 0 200 0 222 0 194 0 189 0 211 0 194 0 194 0 200 0 278 0 261 0 200 0 189 0 189 0 183 0 189 0 200 0 189 0 189 0 194 0 211 0 222 0 239 0 200 0 211 0-9999 +USW00023188196104TMIN 106 0 122 0 133 0 133 0 144 0 156 0 133 0 106 0 117 0 133 0 117 0 128 0 122 0 111 0 122 0 139 0 139 0 139 0 133 0 117 0 117 0 133 0 106 0 106 0 106 0 106 0 122 0 106 0 122 0 128 0-9999 +USW00023188196104PRCP 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196104WT01-9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 X-9999 +USW00023188196104WT08 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 +USW00023188196104WT16-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196105TMAX 211 0 189 0 178 0 172 0 189 0 189 0 194 0 244 0 244 0 211 0 194 0 194 0 189 0 194 0 194 0 189 0 189 0 189 0 200 0 194 0 194 0 189 0 189 0 189 0 189 0 200 0 189 0 183 0 189 0 200 0 189 0 +USW00023188196105TMIN 144 0 139 0 128 0 122 0 122 0 139 0 139 0 122 0 133 0 139 0 139 0 144 0 133 0 128 0 133 0 133 0 128 0 133 0 144 0 133 0 128 0 133 0 133 0 133 0 128 0 139 0 133 0 133 0 117 0 122 0 133 0 +USW00023188196105PRCP 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 +USW00023188196105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196105WT01-9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196105WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196105WT16-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X +USW00023188196106TMAX 189 0 194 0 194 0 183 0 189 0 194 0 200 0 178 0 194 0 183 0 194 0 189 0 200 0 206 0 239 0 200 0 206 0 228 0 217 0 206 0 200 0 222 0 244 0 244 0 239 0 244 0 233 0 250 0 261 0 278 0-9999 +USW00023188196106TMIN 128 0 133 0 144 0 139 0 139 0 144 0 144 0 139 0 144 0 139 0 133 0 133 0 139 0 139 0 139 0 156 0 150 0 156 0 156 0 156 0 161 0 161 0 167 0 172 0 172 0 167 0 167 0 167 0 167 0 156 0-9999 +USW00023188196106PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196106WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188196106WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188196106WT16-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196107TMAX 211 0 211 0 211 0 222 0 233 0 239 0 261 0 272 0 239 0 244 0 233 0 239 0 250 0 244 0 239 0 239 0 239 0 267 0 278 0 239 0 228 0 228 0 239 0 250 0 250 0 250 0 250 0 244 0 233 0 239 0 250 0 +USW00023188196107TMIN 156 0 172 0 167 0 172 0 167 0 172 0 161 0 189 0 178 0 172 0 178 0 183 0 189 0 189 0 183 0 183 0 189 0 183 0 189 0 189 0 178 0 178 0 189 0 189 0 194 0 194 0 194 0 189 0 183 0 194 0 194 0 +USW00023188196107PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00023188196107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196107WT01 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188196107WT08 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00023188196107WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188196108TMAX 250 0 250 0 250 0 283 0 311 0 294 0 283 0 250 0 250 0 272 0 261 0 250 0 244 0 244 0 239 0 250 0 250 0 250 0 278 0 278 0 289 0 261 0 250 0 256 0 261 0 256 0 250 0 244 0 244 0 250 0 244 0 +USW00023188196108TMIN 189 0 189 0 189 0 194 0 211 0 211 0 206 0 189 0 189 0 194 0 189 0 183 0 189 0 183 0 183 0 183 0 189 0 189 0 194 0 200 0 200 0 200 0 189 0 189 0 189 0 189 0 189 0 189 0 183 0 183 0 178 0 +USW00023188196108PRCP 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196108WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196108WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196108WT08-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00023188196108WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196109TMAX 256 0 233 0 289 0 350 0 322 0 272 0 250 0 239 0 239 0 272 0 272 0 256 0 250 0 239 0 239 0 222 0 244 0 239 0 239 0 239 0 228 0 233 0 239 0 239 0 233 0 233 0 239 0 244 0 244 0 233 0-9999 +USW00023188196109TMIN 172 0 178 0 161 0 172 0 178 0 161 0 178 0 167 0 144 0 156 0 183 0 183 0 183 0 183 0 172 0 178 0 172 0 156 0 172 0 183 0 183 0 161 0 144 0 144 0 150 0 144 0 144 0 144 0 172 0 161 0-9999 +USW00023188196109PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196109WT01-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188196109WT08 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188196109WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196110TMAX 233 0 250 0 244 0 233 0 222 0 222 0 206 0 200 0 211 0 222 0 228 0 250 0 300 0 417 0 361 0 328 0 233 0 233 0 228 0 228 0 233 0 222 0 228 0 228 0 250 0 222 0 211 0 211 0 206 0 211 0 206 0 +USW00023188196110TMIN 161 0 156 0 144 0 150 0 144 0 161 0 167 0 117 0 106 0 106 0 111 0 128 0 133 0 161 0 228 0 194 0 178 0 178 0 178 0 178 0 167 0 144 0 122 0 111 0 117 0 133 0 139 0 139 0 89 0 122 0 106 0 +USW00023188196110PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 +USW00023188196110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196110WT01 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196110WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196110WT08 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00023188196110WT16-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X +USW00023188196111TMAX 194 0 194 0 211 0 206 0 261 0 278 0 278 0 283 0 239 0 194 0 189 0 217 0 250 0 244 0 189 0 189 0 183 0 194 0 178 0 167 0 178 0 189 0 194 0 172 0 172 0 189 0 183 0 200 0 183 0 200 0-9999 +USW00023188196111TMIN 139 0 128 0 100 0 111 0 106 0 144 0 156 0 144 0 133 0 122 0 122 0 94 0 78 0 89 0 94 0 133 0 106 0 89 0 72 0 106 0 94 0 67 0 67 0 83 0 122 0 111 0 100 0 89 0 100 0 128 0-9999 +USW00023188196111PRCP 8 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 81 0 0T 0 0 0 0 0 13 0 91 0 5 0 0 0 0 0 0T 0 0 0-9999 +USW00023188196111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196111WT01-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 X 1 X 1 X 1 X-9999 +USW00023188196111WT08-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188196111WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00023188196112TMAX 211 0 178 0 172 0 183 0 183 0 172 0 206 0 172 0 178 0 156 0 167 0 161 0 172 0 144 0 172 0 156 0 161 0 161 0 178 0 194 0 161 0 200 0 189 0 200 0 161 0 161 0 183 0 239 0 228 0 200 0 194 0 +USW00023188196112TMIN 100 0 128 0 100 0 83 0 78 0 72 0 89 0 106 0 106 0 100 0 94 0 72 0 100 0 100 0 100 0 100 0 72 0 106 0 83 0 89 0 106 0 83 0 72 0 72 0 72 0 83 0 67 0 61 0 72 0 67 0 67 0 +USW00023188196112PRCP 8 0 208 0 23 0 0 0 0 0 0 0 0 0 0 0 0T 0 30 0 10 0 0 0 0 0 48 0 8 0 33 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196112WT01 1 X 1 0-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X +USW00023188196112WT08 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188196112WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196201TMAX 228 0 183 0 189 0 183 0 228 0 244 0 272 0 228 0 239 0 239 0 167 0 161 0 156 0 161 0 156 0 167 0 167 0 167 0 167 0 139 0 133 0 133 0 167 0 133 0 161 0 178 0 189 0 283 0 272 0 267 0 272 0 +USW00023188196201TMIN 117 0 83 0 89 0 78 0 78 0 78 0 106 0 106 0 94 0 83 0 56 0 44 0 78 0 56 0 44 0 72 0 72 0 67 0 67 0 100 0 78 0 78 0 89 0 72 0 61 0 61 0 72 0 67 0 139 0 94 0 94 0 +USW00023188196201PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 348 0 41 0 193 0 0T 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196201WT01 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188196201WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 +USW00023188196201WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196202TMAX 194 0 194 0 178 0 178 0 172 0 172 0 167 0 172 0 189 0 189 0 189 0 183 0 178 0 183 0 183 0 172 0 172 0 172 0 150 0 161 0 156 0 172 0 172 0 156 0 150 0 139 0 150 0 156 0-9999 -9999 -9999 +USW00023188196202TMIN 94 0 67 0 67 0 83 0 94 0 111 0 128 0 133 0 133 0 144 0 144 0 122 0 83 0 117 0 106 0 122 0 94 0 94 0 100 0 100 0 89 0 67 0 111 0 100 0 100 0 83 0 72 0 61 0-9999 -9999 -9999 +USW00023188196202PRCP 0 0 0 0 0 0 0 0 0 0 0 0 84 0 58 0 3 0 0T 0 94 0 0 0 0 0 0 0 38 0 25 0 0T 0 0 0 249 0 97 0 46 0 0 0 0T 0 46 0 0T 0 41 0 3 0 0 0-9999 -9999 -9999 +USW00023188196202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196202WT01 1 0 1 X 1 X 1 X 1 X-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196202WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196202WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196202WT08-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196202WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188196203TMAX 156 0 172 0 172 0 222 0 200 0 161 0 172 0 167 0 161 0 156 0 161 0 167 0 183 0 189 0 178 0 178 0 172 0 156 0 156 0 167 0 178 0 172 0 167 0 189 0 211 0 211 0 172 0 161 0 167 0 183 0 189 0 +USW00023188196203TMIN 78 0 78 0 106 0 72 0 100 0 106 0 100 0 83 0 78 0 89 0 83 0 67 0 61 0 61 0 61 0 72 0 78 0 78 0 111 0 111 0 94 0 111 0 94 0 67 0 72 0 89 0 94 0 111 0 100 0 117 0 106 0 +USW00023188196203PRCP 0 0 0 0 0 0 0 0 0T 0 41 0 0 0 0 0 5 0 8 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 71 0 5 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 +USW00023188196203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196203WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 0-9999 1 X +USW00023188196203WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 +USW00023188196203WT16-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188196204TMAX 172 0 178 0 167 0 178 0 189 0 289 0 294 0 211 0 183 0 194 0 194 0 228 0 239 0 211 0 206 0 206 0 206 0 228 0 200 0 194 0 233 0 278 0 222 0 183 0 183 0 194 0 189 0 183 0 183 0 233 0-9999 +USW00023188196204TMIN 100 0 122 0 128 0 117 0 122 0 106 0 133 0 122 0 133 0 139 0 117 0 111 0 106 0 106 0 106 0 111 0 117 0 139 0 133 0 122 0 100 0 122 0 139 0 139 0 128 0 133 0 128 0 133 0 128 0 122 0-9999 +USW00023188196204PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0-9999 +USW00023188196204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196204WT01 1 X-9999 -9999 -9999 1 X 1 X 1 0 1 X 1 0-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196204WT08 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196204WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188196205TMAX 250 0 256 0 200 0 211 0 217 0 239 0 222 0 217 0 217 0 211 0 206 0 189 0 194 0 194 0 183 0 178 0 200 0 200 0 189 0 189 0 200 0 239 0 194 0 183 0 194 0 183 0 172 0 194 0 194 0 183 0 211 0 +USW00023188196205TMIN 122 0 128 0 139 0 144 0 156 0 144 0 156 0 156 0 156 0 156 0 139 0 133 0 111 0 111 0 122 0 117 0 100 0 133 0 144 0 128 0 117 0 122 0 150 0 139 0 139 0 139 0 128 0 139 0 150 0 144 0 150 0 +USW00023188196205PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 10 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 3 0 25 0 0 0 0 0 0T 0 0 0 +USW00023188196205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196205WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196205WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196205WT08 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188196205WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00023188196206TMAX 217 0 200 0 172 0 194 0 206 0 211 0 206 0 194 0 172 0 183 0 206 0 200 0 200 0 178 0 194 0 206 0 211 0 222 0 194 0 217 0 228 0 222 0 217 0 228 0 239 0 217 0 206 0 222 0 222 0 222 0-9999 +USW00023188196206TMIN 150 0 144 0 139 0 144 0 156 0 156 0 150 0 156 0 150 0 150 0 150 0 150 0 150 0 139 0 133 0 139 0 144 0 144 0 144 0 150 0 144 0 150 0 156 0 133 0 133 0 150 0 156 0 156 0 161 0 161 0-9999 +USW00023188196206PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 8 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00023188196206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196206WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196206WT08 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188196206WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188196207TMAX 222 0 239 0 222 0 228 0 233 0 244 0 250 0 250 0 250 0 256 0 250 0 233 0 228 0 217 0 211 0 194 0 211 0 233 0 239 0 244 0 244 0 239 0 233 0 239 0 239 0 239 0 244 0 233 0 233 0 233 0 228 0 +USW00023188196207TMIN 156 0 161 0 156 0 161 0 167 0 167 0 161 0 167 0 167 0 167 0 178 0 172 0 167 0 167 0 156 0 178 0 172 0 172 0 172 0 172 0 178 0 172 0 172 0 172 0 172 0 172 0 172 0 172 0 167 0 167 0 161 0 +USW00023188196207PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196207WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196207WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188196207WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196208TMAX 228 0 233 0 228 0 228 0 244 0 267 0 272 0 289 0 300 0 244 0 239 0 244 0 267 0 261 0 261 0 278 0 244 0 244 0 233 0 250 0 244 0 233 0 239 0 256 0 272 0 244 0 250 0 250 0 261 0 239 0 244 0 +USW00023188196208TMIN 167 0 161 0 172 0 178 0 167 0 161 0 178 0 183 0 183 0 178 0 172 0 167 0 172 0 183 0 189 0 189 0 178 0 183 0 178 0 183 0 178 0 172 0 178 0 178 0 167 0 178 0 178 0 183 0 178 0 183 0 183 0 +USW00023188196208PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196208WT01-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196208WT08 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188196208WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196209TMAX 250 0 256 0 250 0 250 0 250 0 256 0 222 0 200 0 217 0 244 0 222 0 228 0 233 0 239 0 222 0 233 0 228 0 228 0 261 0 250 0 233 0 261 0 317 0 272 0 233 0 211 0 211 0 217 0 228 0 222 0-9999 +USW00023188196209TMIN 178 0 172 0 167 0 167 0 156 0 167 0 161 0 156 0 150 0 156 0 172 0 167 0 172 0 167 0 172 0 167 0 172 0 172 0 167 0 161 0 167 0 167 0 189 0 183 0 172 0 161 0 156 0 156 0 156 0 156 0-9999 +USW00023188196209PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196209WT01 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00023188196209WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00023188196210TMAX 228 0 211 0 211 0 200 0 211 0 211 0 206 0 211 0 217 0 222 0 206 0 222 0 222 0 222 0 211 0 206 0 211 0 206 0 217 0 228 0 261 0 211 0 211 0 211 0 206 0 211 0 211 0 222 0 239 0 317 0 283 0 +USW00023188196210TMIN 144 0 156 0 161 0 161 0 150 0 156 0 144 0 122 0 139 0 139 0 144 0 133 0 133 0 156 0 139 0 139 0 122 0 144 0 156 0 128 0 139 0 133 0 150 0 156 0 150 0 150 0 133 0 117 0 100 0 133 0 133 0 +USW00023188196210PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196210WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00023188196210WT08 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188196210WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196211TMAX 222 0 239 0 200 0 178 0 183 0 194 0 200 0 217 0 194 0 189 0 200 0 228 0 178 0 194 0 194 0 189 0 206 0 206 0 217 0 217 0 217 0 161 0 189 0 194 0 200 0 183 0 183 0 178 0 183 0 183 0-9999 +USW00023188196211TMIN 117 0 167 0 156 0 150 0 117 0 100 0 100 0 89 0 139 0 122 0 100 0 94 0 150 0 144 0 128 0 94 0 83 0 72 0 72 0 83 0 72 0 78 0 139 0 133 0 117 0 100 0 106 0 117 0 117 0 83 0-9999 +USW00023188196211PRCP 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196211WT01 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188196211WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188196211WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196212TMAX 178 0 183 0 183 0 250 0 244 0 217 0 178 0 178 0 161 0 167 0 167 0 161 0 167 0 178 0 183 0 200 0 217 0 172 0 183 0 178 0 206 0 172 0 150 0 167 0 178 0 172 0 167 0 178 0 183 0 183 0 167 0 +USW00023188196212TMIN 100 0 78 0 106 0 78 0 83 0 67 0 72 0 72 0 117 0 106 0 106 0 94 0 94 0 94 0 128 0 106 0 139 0 133 0 100 0 89 0 67 0 67 0 106 0 100 0 83 0 83 0 56 0 61 0 44 0 61 0 44 0 +USW00023188196212PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 23 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196212WT01-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 0 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188196212WT08-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00023188196212WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196301TMAX 183 0 167 0 172 0 189 0 200 0 233 0 272 0 228 0 178 0 167 0 156 0 156 0 156 0 156 0 178 0 183 0 167 0 150 0 178 0 161 0 183 0 167 0 161 0 156 0 150 0 167 0 156 0 167 0 172 0 178 0 200 0 +USW00023188196301TMIN 89 0 100 0 100 0 94 0 78 0 72 0 89 0 144 0 139 0 117 0 106 0 28 0 -6 0 17 0 39 0 44 0 61 0 61 0 61 0 33 0 50 0 61 0 61 0 78 0 106 0 111 0 94 0 117 0 106 0 100 0 106 0 +USW00023188196301PRCP 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 8 0 15 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 +USW00023188196301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196301WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188196301WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188196301WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X +USW00023188196302TMAX 194 0 267 0 294 0 278 0 267 0 244 0 172 0 172 0 167 0 172 0 178 0 189 0 189 0 172 0 172 0 172 0 178 0 183 0 183 0 194 0 178 0 189 0 250 0 267 0 244 0 244 0 217 0 250 0-9999 -9999 -9999 +USW00023188196302TMIN 144 0 139 0 122 0 139 0 128 0 122 0 117 0 122 0 128 0 133 0 133 0 111 0 106 0 117 0 111 0 111 0 122 0 111 0 100 0 111 0 111 0 106 0 83 0 94 0 94 0 89 0 106 0 100 0-9999 -9999 -9999 +USW00023188196302PRCP 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 163 0 114 0 28 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196302WT01 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 0-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 0 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196302WT08 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188196302WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196303TMAX 239 0 189 0 172 0 189 0 206 0 194 0 189 0 183 0 178 0 178 0 178 0 183 0 189 0 178 0 161 0 161 0 150 0 161 0 211 0 222 0 189 0 183 0 183 0 189 0 206 0 200 0 233 0 183 0 189 0 189 0 178 0 +USW00023188196303TMIN 94 0 117 0 117 0 89 0 78 0 78 0 100 0 83 0 117 0 106 0 94 0 111 0 89 0 94 0 94 0 83 0 78 0 61 0 67 0 78 0 94 0 122 0 122 0 83 0 100 0 89 0 94 0 117 0 100 0 89 0 89 0 +USW00023188196303PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 107 0 160 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 56 0 0 0 0 0 0 0 +USW00023188196303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196303WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 X-9999 1 0-9999 -9999 1 X +USW00023188196303WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 +USW00023188196303WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188196304TMAX 172 0 178 0 200 0 233 0 200 0 189 0 189 0 189 0 189 0 189 0 194 0 200 0 211 0 178 0 194 0 178 0 167 0 172 0 178 0 178 0 172 0 194 0 217 0 200 0 189 0 172 0 183 0 206 0 228 0 217 0-9999 +USW00023188196304TMIN 111 0 89 0 83 0 100 0 100 0 128 0 133 0 133 0 111 0 117 0 83 0 89 0 117 0 122 0 122 0 106 0 89 0 89 0 94 0 122 0 100 0 72 0 78 0 89 0 117 0 111 0 106 0 100 0 111 0 133 0-9999 +USW00023188196304PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0T 0 64 0 8 0 0T 0 5 0 15 0 0 0 0 0 0 0 0 0 64 0 0T 0 0 0 0 0 0 0-9999 +USW00023188196304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196304WT01-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188196304WT08-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188196304WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188196305TMAX 189 0 194 0 194 0 206 0 206 0 228 0 239 0 217 0 228 0 211 0 200 0 217 0 206 0 206 0 206 0 200 0 211 0 183 0 206 0 217 0 217 0 211 0 206 0 211 0 211 0 206 0 211 0 194 0 211 0 211 0 194 0 +USW00023188196305TMIN 133 0 144 0 139 0 150 0 139 0 133 0 144 0 150 0 150 0 150 0 133 0 106 0 122 0 128 0 122 0 133 0 150 0 150 0 150 0 156 0 161 0 156 0 156 0 144 0 144 0 156 0 150 0 139 0 144 0 156 0 150 0 +USW00023188196305PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 3 0 8 0 0 0 13 0 +USW00023188196305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196305WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196305WT08 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188196305WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X +USW00023188196306TMAX 211 0 200 0 189 0 217 0 200 0 200 0 211 0 200 0 189 0 200 0 189 0 211 0 211 0 222 0 222 0 211 0 211 0 217 0 228 0 211 0 200 0 200 0 211 0 228 0 228 0 222 0 217 0 239 0 261 0 261 0-9999 +USW00023188196306TMIN 150 0 156 0 150 0 156 0 156 0 144 0 122 0 150 0 144 0 150 0 139 0 139 0 150 0 144 0 161 0 161 0 150 0 156 0 167 0 161 0 156 0 156 0 144 0 133 0 139 0 150 0 156 0 150 0 139 0 156 0-9999 +USW00023188196306PRCP 0T 0 0T 0 0T 0 0 0 0T 0 0 0 3 0 0T 0 0 0 0T 0 66 0 3 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196306WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196306WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 +USW00023188196306WT16 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196307TMAX 239 0 250 0 244 0 222 0 222 0 206 0 222 0 228 0 217 0 211 0 228 0 233 0 244 0 244 0 211 0 233 0 244 0 256 0 239 0 239 0 239 0 239 0 244 0 256 0 233 0 228 0 239 0 239 0 244 0 250 0 239 0 +USW00023188196307TMIN 156 0 156 0 156 0 161 0 161 0 161 0 156 0 161 0 156 0 150 0 161 0 156 0 167 0 172 0 167 0 161 0 172 0 156 0 172 0 178 0 167 0 172 0 172 0 172 0 178 0 172 0 178 0 183 0 183 0 189 0 183 0 +USW00023188196307PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196307WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196307WT08-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00023188196308TMAX 244 0 250 0 244 0 250 0 239 0 250 0 261 0 289 0 272 0 256 0 244 0 250 0 267 0 272 0 278 0 272 0 261 0 267 0 278 0 267 0 261 0 250 0 244 0 250 0 267 0 267 0 267 0 267 0 261 0 250 0 244 0 +USW00023188196308TMIN 189 0 183 0 189 0 189 0 183 0 183 0 189 0 194 0 183 0 183 0 189 0 189 0 183 0 178 0 194 0 200 0 194 0 194 0 194 0 183 0 194 0 189 0 183 0 161 0 178 0 172 0 172 0 183 0 189 0 172 0 189 0 +USW00023188196308PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196308WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188196308WT08-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 +USW00023188196308WT16 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196309TMAX 233 0 228 0 239 0 267 0 244 0 256 0 278 0 294 0 272 0 311 0 317 0 311 0 333 0 239 0 233 0 256 0 228 0 222 0 244 0 244 0 250 0 261 0 250 0 267 0 356 0 439 0 400 0 372 0 278 0 267 0-9999 +USW00023188196309TMIN 183 0 183 0 183 0 183 0 189 0 189 0 178 0 178 0 189 0 189 0 194 0 206 0 200 0 189 0 189 0 189 0 183 0 183 0 172 0 172 0 183 0 194 0 178 0 172 0 172 0 228 0 228 0 228 0 200 0 200 0-9999 +USW00023188196309PRCP 0 0 0 0 10 0 218 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 122 0 104 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196309WT01-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00023188196309WT08-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00023188196309WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196310TMAX 250 0 239 0 233 0 239 0 250 0 261 0 267 0 267 0 250 0 272 0 250 0 233 0 239 0 239 0 228 0 194 0 228 0 233 0 228 0 228 0 239 0 244 0 211 0 233 0 272 0 272 0 272 0 250 0 244 0 222 0 217 0 +USW00023188196310TMIN 200 0 200 0 194 0 189 0 178 0 167 0 167 0 167 0 167 0 167 0 161 0 144 0 133 0 161 0 161 0 133 0 117 0 156 0 178 0 161 0 139 0 150 0 167 0 156 0 144 0 150 0 144 0 167 0 144 0 150 0 133 0 +USW00023188196310PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196310WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188196310WT08 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00023188196310WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196311TMAX 228 0 217 0 217 0 228 0 217 0 211 0 194 0 206 0 222 0 228 0 228 0 200 0 200 0 206 0 200 0 200 0 206 0 200 0 194 0 156 0 167 0 183 0 194 0 189 0 244 0 244 0 228 0 244 0 272 0 261 0-9999 +USW00023188196311TMIN 156 0 156 0 144 0 150 0 122 0 128 0 111 0 94 0 100 0 117 0 122 0 117 0 144 0 117 0 150 0 111 0 78 0 78 0 72 0 117 0 89 0 72 0 72 0 106 0 89 0 106 0 89 0 94 0 122 0 111 0-9999 +USW00023188196311PRCP 3 0 0 0 0 0 0T 0 0 0 28 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 371 0 10 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196311WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188196311WT08 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188196311WT16 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196312TMAX 228 0 239 0 228 0 222 0 244 0 217 0 261 0 250 0 183 0 167 0 183 0 167 0 189 0 189 0 189 0 211 0 233 0 200 0 183 0 189 0 183 0 211 0 222 0 200 0 194 0 206 0 206 0 261 0 311 0 278 0 250 0 +USW00023188196312TMIN 89 0 94 0 72 0 83 0 78 0 78 0 72 0 83 0 122 0 94 0 72 0 61 0 61 0 50 0 61 0 67 0 67 0 61 0 94 0 78 0 89 0 72 0 72 0 67 0 61 0 61 0 72 0 78 0 106 0 122 0 89 0 +USW00023188196312PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196312WT01 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188196312WT08-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188196312WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196401TMAX 244 0 183 0 228 0 206 0 222 0 200 0 194 0 211 0 189 0 172 0 183 0 194 0 183 0 161 0 178 0 194 0 172 0 161 0 167 0 178 0 150 0 161 0 150 0 167 0 178 0 167 0 178 0 183 0 167 0 178 0 239 0 +USW00023188196401TMIN 94 0 100 0 83 0 50 0 61 0 61 0 89 0 72 0 56 0 61 0 61 0 50 0 50 0 61 0 39 0 50 0 72 0 111 0 106 0 78 0 100 0 106 0 72 0 67 0 50 0 67 0 83 0 72 0 94 0 78 0 72 0 +USW00023188196401PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0T 0 15 0 0T 0 5 0 208 0 71 0 5 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196401WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188196401WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196401WT08 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00023188196401WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196402TMAX 211 0 206 0 200 0 194 0 189 0 228 0 200 0 222 0 239 0 233 0 172 0 194 0 178 0 178 0 167 0 178 0 194 0 217 0 250 0 261 0 217 0 183 0 239 0 183 0 172 0 183 0 178 0 172 0 156 0-9999 -9999 +USW00023188196402TMIN 78 0 78 0 67 0 67 0 67 0 78 0 61 0 72 0 72 0 67 0 111 0 72 0 61 0 67 0 50 0 89 0 67 0 67 0 83 0 83 0 67 0 72 0 83 0 72 0 106 0 78 0 67 0 67 0 94 0-9999 -9999 +USW00023188196402PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 86 0-9999 -9999 +USW00023188196402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188196402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188196402WT08 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196402WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188196403TMAX 167 0 156 0 172 0 183 0 178 0 172 0 161 0 178 0 172 0 172 0 183 0 172 0 178 0 228 0 217 0 261 0 294 0 183 0 189 0 194 0 161 0 150 0 161 0 156 0 167 0 194 0 206 0 217 0 239 0 189 0 189 0 +USW00023188196403TMIN 67 0 111 0 78 0 67 0 83 0 122 0 83 0 56 0 61 0 111 0 94 0 117 0 111 0 83 0 89 0 100 0 133 0 111 0 139 0 122 0 117 0 100 0 100 0 94 0 72 0 67 0 83 0 94 0 122 0 106 0 133 0 +USW00023188196403PRCP 0 0 36 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 102 0 46 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 +USW00023188196403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196403WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188196403WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196403WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188196403WT16-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188196404TMAX 183 0 167 0 183 0 172 0 167 0 172 0 217 0 228 0 228 0 194 0 178 0 194 0 256 0 328 0 306 0 189 0 194 0 167 0 172 0 183 0 194 0 178 0 167 0 172 0 178 0 194 0 194 0 189 0 189 0 167 0-9999 +USW00023188196404TMIN 117 0 106 0 94 0 106 0 117 0 111 0 83 0 94 0 117 0 106 0 133 0 133 0 122 0 139 0 150 0 144 0 144 0 117 0 100 0 100 0 128 0 128 0 117 0 106 0 94 0 89 0 111 0 133 0 139 0 128 0-9999 +USW00023188196404PRCP 13 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 0 0 0 0 0T 0 0T 0 20 0 0 0 0 0 0 0 0T 0 0T 0 3 0-9999 +USW00023188196404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196404WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196404WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196404WT16 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188196405TMAX 172 0 172 0 178 0 167 0 172 0 156 0 167 0 183 0 211 0 211 0 189 0 183 0 189 0 189 0 189 0 206 0 194 0 200 0 200 0 206 0 200 0 183 0 194 0 222 0 250 0 194 0 206 0 211 0 206 0 211 0 206 0 +USW00023188196405TMIN 122 0 122 0 128 0 111 0 117 0 100 0 94 0 106 0 100 0 122 0 117 0 117 0 133 0 133 0 133 0 133 0 133 0 122 0 133 0 133 0 144 0 139 0 144 0 144 0 156 0 133 0 117 0 117 0 122 0 150 0 150 0 +USW00023188196405PRCP 0 0 0T 0 0 0 10 0 3 0 23 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196405WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196405WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188196405WT16-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196406TMAX 200 0 200 0 200 0 206 0 200 0 211 0 183 0 172 0 194 0 206 0 211 0 200 0 200 0 183 0 183 0 211 0 211 0 189 0 200 0 194 0 200 0 222 0 222 0 222 0 222 0 228 0 222 0 233 0 239 0 250 0-9999 +USW00023188196406TMIN 144 0 144 0 144 0 144 0 144 0 150 0 144 0 139 0 133 0 117 0 133 0 150 0 144 0 144 0 150 0 161 0 156 0 150 0 150 0 156 0 156 0 156 0 161 0 161 0 156 0 161 0 161 0 139 0 144 0 144 0-9999 +USW00023188196406PRCP 0 0 0 0 0T 0 0 0 0 0 0T 0 3 0 0T 0 18 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196406WT01 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188196406WT08 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188196406WT16-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196407TMAX 239 0 261 0 233 0 222 0 222 0 222 0 217 0 233 0 222 0 272 0 278 0 267 0 244 0 239 0 239 0 228 0 239 0 239 0 244 0 239 0 217 0 233 0 239 0 239 0 244 0 256 0 261 0 267 0 256 0 244 0 244 0 +USW00023188196407TMIN 156 0 139 0 156 0 167 0 167 0 161 0 161 0 161 0 150 0 178 0 183 0 178 0 178 0 167 0 167 0 167 0 172 0 172 0 172 0 172 0 161 0 172 0 178 0 183 0 183 0 189 0 189 0 189 0 189 0 189 0 172 0 +USW00023188196407PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196407WT01-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196407WT08-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188196408TMAX 228 0 233 0 250 0 250 0 244 0 261 0 250 0 250 0 228 0 250 0 250 0 244 0 228 0 233 0 233 0 244 0 256 0 261 0 283 0 250 0 256 0 256 0 256 0 250 0 272 0 250 0 233 0 228 0 222 0 228 0 211 0 +USW00023188196408TMIN 167 0 178 0 189 0 194 0 189 0 194 0 194 0 189 0 183 0 189 0 183 0 183 0 183 0 178 0 189 0 194 0 189 0 200 0 194 0 183 0 183 0 172 0 172 0 194 0 183 0 194 0 183 0 172 0 178 0 178 0 178 0 +USW00023188196408PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196408WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196408WT08-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196408WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196409TMAX 239 0 256 0 261 0 250 0 228 0 228 0 228 0 250 0 278 0 272 0 261 0 239 0 233 0 211 0 222 0 222 0 206 0 217 0 228 0 211 0 217 0 228 0 250 0 261 0 233 0 228 0 222 0 222 0 222 0 217 0-9999 +USW00023188196409TMIN 178 0 150 0 150 0 167 0 167 0 167 0 167 0 144 0 161 0 167 0 167 0 178 0 167 0 161 0 161 0 167 0 172 0 161 0 139 0 167 0 161 0 144 0 144 0 167 0 172 0 172 0 172 0 167 0 167 0 150 0-9999 +USW00023188196409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196409WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196409WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188196410TMAX 228 0 250 0 283 0 289 0 294 0 300 0 278 0 256 0 228 0 228 0 222 0 217 0 222 0 228 0 294 0 217 0 233 0 244 0 361 0 350 0 250 0 228 0 222 0 222 0 200 0 211 0 217 0 244 0 222 0 211 0 217 0 +USW00023188196410TMIN 150 0 139 0 144 0 172 0 178 0 189 0 183 0 172 0 167 0 167 0 156 0 161 0 167 0 172 0 167 0 172 0 161 0 150 0 144 0 172 0 167 0 156 0 178 0 156 0 156 0 144 0 128 0 150 0 156 0 144 0 111 0 +USW00023188196410PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00023188196410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196410WT01 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188196410WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196410WT08 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00023188196410WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188196411TMAX 211 0 206 0 250 0 294 0 289 0 300 0 206 0 217 0 194 0 189 0 178 0 194 0 167 0 150 0 150 0 161 0 139 0 150 0 178 0 194 0 194 0 200 0 228 0 239 0 222 0 156 0 172 0 178 0 256 0 294 0-9999 +USW00023188196411TMIN 161 0 139 0 106 0 111 0 100 0 128 0 128 0 128 0 133 0 128 0 106 0 122 0 111 0 67 0 33 0 67 0 83 0 61 0 50 0 33 0 61 0 67 0 72 0 83 0 89 0 128 0 106 0 72 0 83 0 111 0-9999 +USW00023188196411PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 51 0 8 0 84 0 0T 0 0 0 0 0 18 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0-9999 +USW00023188196411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196411WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196411WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00023188196411WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196412TMAX 156 0 172 0 172 0 178 0 194 0 211 0 189 0 206 0 178 0 161 0 161 0 183 0 194 0 211 0 172 0 161 0 167 0 139 0 156 0 194 0 189 0 156 0 161 0 178 0 172 0 161 0 150 0 161 0 139 0 133 0 150 0 +USW00023188196412TMIN 94 0 133 0 106 0 83 0 67 0 72 0 67 0 50 0 67 0 78 0 111 0 133 0 67 0 33 0 67 0 106 0 94 0 89 0 94 0 111 0 94 0 106 0 133 0 139 0 128 0 122 0 122 0 89 0 61 0 39 0 67 0 +USW00023188196412PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 97 0 0 0 0 0 0 0 3 0 0T 0 0T 0 0T 0 0T 0 183 0 15 0 0 0 0 0 0T 0 +USW00023188196412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196412WT01 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188196412WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196412WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00023188196501TMAX 133 0 150 0 150 0 133 0 167 0 178 0 144 0 150 0 161 0 194 0 167 0 167 0 206 0 244 0 200 0 250 0 272 0 256 0 194 0 172 0 161 0 172 0 167 0 156 0 156 0 189 0 206 0 228 0 267 0 228 0 211 0 +USW00023188196501TMIN 67 0 44 0 67 0 44 0 67 0 78 0 67 0 44 0 44 0 39 0 61 0 100 0 72 0 72 0 111 0 94 0 117 0 128 0 106 0 122 0 111 0 100 0 78 0 94 0 67 0 61 0 61 0 67 0 72 0 83 0 83 0 +USW00023188196501PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196501ACMH 10 X 30 X 60 X 70 X 80 X 90 X 60 X 30 X 50 X 0 X 40 X 40 X 30 X 100 X 60 X 70 X 50 X 60 X 40 X 90 X 90 X 60 X 50 X 50 X 0 X 0 X 50 X 0 X 10 X 20 X 30 X +USW00023188196501ACSH 10 X 70 X 90 X 90 X 100 X 90 X 90 X 50 X 60 X 0 X 20 X 40 X 20 X 100 X 80 X 60 X 40 X 70 X 50 X 70 X 100 X 60 X 40 X 50 X 0 X 0 X 90 X 0 X 10 X 40 X 20 X +USW00023188196501PSUN 100 X 93 X 83 X 19 X 55 X 37 X 26 X 92 X 79 X 100 X 100 X 74 X 89 X 41 X 35 X 99 X 100 X 84 X 80 X 62 X 50 X 64 X 68 X 78 X 100 X 100 X 85 X 100 X 100 X 100 X 100 X +USW00023188196501TSUN 606 X 558 X 498 X 114 X 336 X 222 X 156 X 558 X 480 X 612 X 612 X 450 X 540 X 252 X 216 X 612 X 618 X 522 X 498 X 384 X 312 X 402 X 426 X 486 X 630 X 630 X 534 X 630 X 630 X 636 X 636 X +USW00023188196501WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 360W X 315W X 45W X 315W X 360W X 315W X 315W X 270W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188196501WSFM 58 X 45 X 40 X 54 X 45 X 45 X 107 X 85 X 58 X 54 X 40 X 40 X 54 X 40 X 54 X 54 X 49 X 49 X 54 X 72 X 45 X 45 X 54 X 103 X 63 X 76 X 54 X 72 X 49 X 58 X 63 X +USW00023188196501WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188196501WT02-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196501WT08-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188196501WT16 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196502TMAX 156 0 156 0 194 0 178 0 172 0 156 0 161 0 189 0 161 0 161 0 167 0 161 0 194 0 156 0 189 0 189 0 194 0 233 0 267 0 211 0 178 0 172 0 200 0 211 0 217 0 206 0 178 0 178 0-9999 -9999 -9999 +USW00023188196502TMIN 83 0 100 0 83 0 89 0 94 0 111 0 94 0 67 0 78 0 33 0 67 0 33 0 44 0 67 0 67 0 67 0 67 0 78 0 100 0 94 0 78 0 106 0 94 0 78 0 78 0 89 0 94 0 117 0-9999 -9999 -9999 +USW00023188196502PRCP 0 0 0 0 0 0 0 0 79 0 53 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 -9999 -9999 +USW00023188196502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196502ACMH 60 X 40 X 80 X 70 X 100 X 80 X 30 X 20 X 60 X 0 X 10 X 0 X 10 X 40 X 0 X 10 X 0 X 0 X 0 X 40 X 100 X 100 X 10 X 60 X 70 X 40 X 90 X 30 X-9999 -9999 -9999 +USW00023188196502ACSH 80 X 40 X 100 X 70 X 100 X 80 X 20 X 0 X 80 X 0 X 10 X 0 X 0 X 50 X 0 X 10 X 0 X 0 X 0 X 20 X 100 X 100 X 20 X 90 X 80 X 60 X 70 X 10 X-9999 -9999 -9999 +USW00023188196502PSUN 78 X 79 X 51 X 64 X 50 X 34 X 93 X 100 X 41 X 100 X 100 X 100 X 100 X 66 X 100 X 100 X 100 X 100 X 100 X 97 X 80 X 18 X 100 X 90 X 92 X 100 X 88 X 100 X-9999 -9999 -9999 +USW00023188196502TSUN 492 X 510 X 324 X 408 X 324 X 216 X 600 X 648 X 270 X 654 X 654 X 654 X 660 X 432 X 660 X 666 X 666 X 666 X 672 X 648 X 540 X 120 X 678 X 612 X 630 X 684 X 606 X 690 X-9999 -9999 -9999 +USW00023188196502WDFM 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X-9999 -9999 -9999 +USW00023188196502WSFM 40 X 67 X 72 X 72 X 54 X 76 X 58 X 49 X 80 X 45 X 58 X 80 X 67 X 49 X 58 X 76 X 72 X 54 X 67 X 54 X 67 X 45 X 54 X 45 X 63 X 54 X 63 X 67 X-9999 -9999 -9999 +USW00023188196502WT01 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188196502WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188196502WT08 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188196502WT16-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188196503TMAX 228 0 222 0 228 0 228 0 189 0 183 0 178 0 183 0 183 0 178 0 167 0 178 0 178 0 178 0 167 0 172 0 178 0 194 0 194 0 267 0 239 0 194 0 189 0 167 0 178 0 183 0 161 0 178 0 194 0 189 0 172 0 +USW00023188196503TMIN 83 0 78 0 72 0 94 0 67 0 94 0 111 0 94 0 94 0 100 0 94 0 89 0 111 0 89 0 106 0 111 0 111 0 122 0 117 0 94 0 111 0 139 0 133 0 111 0 117 0 128 0 128 0 111 0 89 0 106 0 128 0 +USW00023188196503PRCP 0 0 0 0 0 0 0 0 0 0 18 0 8 0 0 0 0 0 0 0 185 0 0 0 58 0 15 0 30 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 0 0 0 0 0T 0 0 0 0 0 127 0 +USW00023188196503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196503ACMH 0 X 0 X 10 X 30 X 30 X 60 X 50 X 20 X 50 X 60 X 70 X 80 X 50 X 50 X 80 X 80 X 70 X 40 X 50 X 70 X 80 X 90 X 90 X 100 X 70 X 50 X 100 X 40 X 20 X 60 X 90 X +USW00023188196503ACSH 0 X 0 X 0 X 30 X 50 X 40 X 60 X 10 X 50 X 80 X 80 X 70 X 70 X 20 X 80 X 90 X 60 X 40 X 60 X 80 X 90 X 90 X 80 X 100 X 70 X 40 X 100 X 30 X 20 X 50 X 100 X +USW00023188196503PSUN 100 X 100 X 100 X 93 X 97 X 85 X 80 X 94 X 65 X 70 X 65 X 67 X 50 X 91 X 48 X 15 X 35 X 73 X 68 X 97 X 57 X 61 X 67 X 52 X 59 X 75 X 6 X 80 X 96 X 97 X 8 X +USW00023188196503TSUN 690 X 690 X 696 X 642 X 678 X 594 X 564 X 660 X 456 X 498 X 462 X 474 X 354 X 654 X 342 X 108 X 258 X 534 X 498 X 708 X 414 X 444 X 492 X 384 X 432 X 552 X 48 X 594 X 714 X 720 X 60 X +USW00023188196503WDFM 315W X 315W X 225W X 225W X 315W X 315W X 225W X 315W X 315W X 225W X 225W X 270W X 360W X 315W X 180W X 270W X 315W X 315W X 270W X 315W X 315W X 270W X 270W X 270W X 225W X 270W X 270W X 315W X 315W X 225W X 180W X +USW00023188196503WSFM 76 X 58 X 63 X 63 X 58 X 58 X 67 X 63 X 76 X 58 X 67 X 58 X 40 X 72 X 58 X 49 X 76 X 54 X 49 X 76 X 54 X 49 X 67 X 76 X 54 X 54 X 58 X 76 X 72 X 49 X 98 X +USW00023188196503WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196503WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196503WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X +USW00023188196504TMAX 178 0 172 0 172 0 156 0 178 0 172 0 172 0 167 0 172 0 161 0 156 0 161 0 183 0 194 0 200 0 217 0 217 0 233 0 272 0 272 0 228 0 211 0 211 0 256 0 206 0 211 0 233 0 267 0 222 0 217 0-9999 +USW00023188196504TMIN 111 0 117 0 100 0 94 0 117 0 94 0 106 0 89 0 89 0 100 0 72 0 67 0 89 0 94 0 94 0 106 0 128 0 139 0 144 0 133 0 133 0 128 0 139 0 139 0 144 0 156 0 139 0 128 0 144 0 156 0-9999 +USW00023188196504PRCP 58 0 3 0 140 0 58 0 18 0 0 0 145 0 307 0 124 0 8 0 46 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196504ACMH 80 X 90 X 90 X 90 X 60 X 80 X 70 X 100 X 90 X 50 X 60 X 70 X 10 X 20 X 0 X 40 X 60 X 30 X 10 X 60 X 70 X 60 X 50 X 20 X 60 X 40 X 40 X 40 X 80 X 70 X-9999 +USW00023188196504ACSH 70 X 90 X 100 X 100 X 60 X 100 X 70 X 100 X 100 X 60 X 70 X 60 X 0 X 30 X 0 X 40 X 30 X 10 X 10 X 80 X 90 X 40 X 50 X 20 X 60 X 40 X 30 X 30 X 60 X 50 X-9999 +USW00023188196504PSUN 54 X 51 X 38 X 6 X 61 X 13 X 58 X 5 X 33 X 66 X 44 X 55 X 100 X 96 X 100 X 98 X 91 X 89 X 97 X 99 X 75 X 63 X 68 X 100 X 78 X 78 X 71 X 77 X 45 X 61 X-9999 +USW00023188196504TSUN 402 X 384 X 288 X 42 X 462 X 102 X 444 X 42 X 258 X 510 X 336 X 420 X 774 X 744 X 780 X 762 X 708 X 696 X 762 X 786 X 594 X 504 X 570 X 798 X 624 X 624 X 570 X 618 X 360 X 492 X-9999 +USW00023188196504WDFM 135W X 225W X 180W X 225W X 315W X 315W X 270W X 180W X 180W X 315W X 270W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 315W X 315W X 225W X 315W X-9999 +USW00023188196504WSFM 125 X 76 X 89 X 76 X 58 X 67 X 58 X 148 X 143 X 107 X 98 X 85 X 58 X 67 X 98 X 80 X 67 X 80 X 63 X 89 X 67 X 54 X 80 X 54 X 54 X 49 X 67 X 80 X 49 X 63 X-9999 +USW00023188196504WT01-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00023188196504WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00023188196504WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188196504WT16 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196505TMAX 211 0 200 0 206 0 194 0 194 0 194 0 206 0 200 0 200 0 211 0 183 0 194 0 200 0 194 0 211 0 211 0 211 0 200 0 206 0 217 0 206 0 183 0 183 0 172 0 200 0 200 0 217 0 244 0 200 0 183 0 183 0 +USW00023188196505TMIN 150 0 139 0 139 0 122 0 133 0 128 0 122 0 94 0 139 0 144 0 150 0 144 0 122 0 144 0 128 0 150 0 156 0 150 0 150 0 150 0 144 0 139 0 133 0 133 0 122 0 133 0 139 0 144 0 144 0 139 0 150 0 +USW00023188196505PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188196505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196505ACMH 50 X 70 X 40 X 60 X 60 X 50 X 20 X 10 X 50 X 90 X 100 X 70 X 70 X 80 X 10 X 50 X 80 X 60 X 60 X 50 X 70 X 90 X 90 X 90 X 40 X 60 X 50 X 70 X 80 X 100 X 90 X +USW00023188196505ACSH 30 X 70 X 40 X 80 X 50 X 40 X 10 X 0 X 40 X 80 X 100 X 70 X 70 X 80 X 0 X 40 X 80 X 40 X 50 X 20 X 70 X 90 X 80 X 100 X 50 X 80 X 50 X 70 X 70 X 90 X 90 X +USW00023188196505PSUN 78 X 67 X 67 X 85 X 81 X 78 X 95 X 97 X 79 X 59 X 9 X 59 X 57 X 57 X 100 X 77 X 41 X 64 X 78 X 85 X 63 X 49 X 47 X 20 X 78 X 66 X 68 X 77 X 51 X 37 X 54 X +USW00023188196505TSUN 630 X 540 X 546 X 690 X 660 X 636 X 780 X 792 X 654 X 486 X 78 X 486 X 474 X 474 X 828 X 642 X 342 X 534 X 648 X 714 X 534 X 408 X 396 X 162 X 660 X 558 X 576 X 648 X 438 X 312 X 462 X +USW00023188196505WDFM 315W X 270W X 270W X 225W X 180W X 270W X 315W X 225W X 315W X 225W X 270W X 225W X 315W X 225W X 315W X 225W X 180W X 225W X 270W X 315W X 315W X 225W X 225W X 180W X 315W X 315W X 315W X 315W X 225W X 225W X 180W X +USW00023188196505WSFM 54 X 63 X 63 X 58 X 54 X 76 X 72 X 54 X 58 X 58 X 54 X 58 X 72 X 49 X 67 X 40 X 63 X 49 X 54 X 63 X 76 X 67 X 58 X 76 X 72 X 58 X 76 X 80 X 45 X 49 X 54 X +USW00023188196505WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188196505WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188196505WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188196506TMAX 189 0 189 0 200 0 194 0 206 0 200 0 200 0 200 0 200 0 211 0 211 0 211 0 189 0 222 0 189 0 189 0 206 0 200 0 194 0 200 0 189 0 178 0 200 0 211 0 183 0 194 0 222 0 222 0 217 0 222 0-9999 +USW00023188196506TMIN 144 0 139 0 144 0 156 0 161 0 156 0 150 0 156 0 139 0 156 0 156 0 161 0 156 0 150 0 150 0 139 0 133 0 167 0 161 0 161 0 161 0 156 0 156 0 156 0 150 0 144 0 128 0 156 0 150 0 144 0-9999 +USW00023188196506PRCP 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00023188196506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196506ACMH 90 X 100 X 70 X 90 X 90 X 70 X 100 X 80 X 60 X 80 X 70 X 90 X 80 X 80 X 80 X 90 X 50 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 40 X 0 X 30 X 50 X 40 X-9999 +USW00023188196506ACSH 100 X 100 X 60 X 80 X 80 X 60 X 100 X 80 X 60 X 70 X 40 X 80 X 70 X 70 X 90 X 90 X 50 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 50 X 0 X 20 X 30 X 30 X-9999 +USW00023188196506PSUN 55 X 41 X 69 X 32 X 49 X 69 X 41 X 38 X 61 X 60 X 69 X 33 X 48 X 69 X 38 X 33 X 64 X 14 X 19 X 22 X 7 X 0 X 9 X 42 X 23 X 66 X 100 X 87 X 79 X 79 X-9999 +USW00023188196506TSUN 468 X 348 X 588 X 276 X 420 X 588 X 348 X 330 X 528 X 516 X 588 X 282 X 414 X 588 X 324 X 288 X 546 X 120 X 162 X 192 X 66 X 0 X 78 X 360 X 198 X 570 X 858 X 744 X 684 X 678 X-9999 +USW00023188196506WDFM 225W X 270W X 315W X 270W X 315W X 270W X 225W X 270W X 270W X 270W X 225W X 270W X 180W X 180W X 180W X 180W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 225W X 315W X 225W X 270W X 315W X-9999 +USW00023188196506WSFM 49 X 54 X 76 X 54 X 58 X 54 X 54 X 58 X 54 X 54 X 49 X 49 X 76 X 63 X 94 X 63 X 63 X 63 X 54 X 76 X 72 X 49 X 58 X 85 X 72 X 49 X 63 X 49 X 58 X 54 X-9999 +USW00023188196506WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196506WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188196506WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196507TMAX 233 0 222 0 222 0 233 0 239 0 228 0 222 0 233 0 211 0 200 0 189 0 211 0 222 0 228 0 217 0 233 0 244 0 233 0 239 0 228 0 233 0 228 0 222 0 217 0 217 0 228 0 261 0 256 0 211 0 283 0 250 0 +USW00023188196507TMIN 156 0 156 0 156 0 156 0 161 0 156 0 161 0 167 0 161 0 156 0 150 0 161 0 167 0 172 0 178 0 183 0 183 0 178 0 172 0 167 0 167 0 167 0 178 0 172 0 172 0 183 0 156 0 167 0 183 0 183 0 183 0 +USW00023188196507PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 +USW00023188196507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196507ACMH 30 X 40 X 50 X 40 X 70 X 60 X 60 X 60 X 80 X 60 X 100 X 70 X 80 X 80 X 100 X 60 X 40 X 20 X 30 X 40 X 50 X 80 X 80 X 60 X 80 X 40 X 0 X 50 X 90 X 20 X 30 X +USW00023188196507ACSH 20 X 20 X 40 X 30 X 50 X 40 X 40 X 40 X 60 X 40 X 100 X 50 X 70 X 90 X 100 X 50 X 40 X 10 X 10 X 20 X 20 X 70 X 80 X 60 X 70 X 40 X 0 X 60 X 100 X 0 X 30 X +USW00023188196507PSUN 82 X 83 X 84 X 77 X 78 X 74 X 78 X 76 X 50 X 71 X 44 X 58 X 62 X 59 X 19 X 81 X 76 X 99 X 93 X 83 X 80 X 63 X 32 X 51 X 33 X 65 X 100 X 81 X 1 X 95 X 74 X +USW00023188196507TSUN 702 X 714 X 714 X 660 X 666 X 630 X 666 X 648 X 426 X 606 X 372 X 498 X 522 X 498 X 162 X 684 X 636 X 834 X 786 X 696 X 672 X 528 X 270 X 432 X 276 X 546 X 834 X 672 X 6 X 792 X 612 X +USW00023188196507WDFM 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 225W X 225W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X +USW00023188196507WSFM 72 X 76 X 76 X 72 X 49 X 45 X 45 X 54 X 45 X 54 X 49 X 49 X 58 X 67 X 67 X 63 X 58 X 67 X 72 X 63 X 72 X 63 X 58 X 54 X 58 X 76 X 72 X 67 X 49 X 49 X 85 X +USW00023188196507WT01-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X +USW00023188196507WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188196507WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188196508TMAX 233 0 239 0 228 0 233 0 250 0 233 0 239 0 289 0 317 0 256 0 278 0 311 0 317 0 289 0 289 0 272 0 256 0 217 0 244 0 239 0 222 0 233 0 233 0 244 0 250 0 256 0 239 0 239 0 250 0 250 0 233 0 +USW00023188196508TMIN 183 0 172 0 172 0 172 0 178 0 172 0 172 0 200 0 206 0 194 0 200 0 222 0 228 0 222 0 217 0 206 0 189 0 189 0 189 0 178 0 178 0 183 0 178 0 189 0 183 0 178 0 189 0 183 0 189 0 189 0 189 0 +USW00023188196508PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196508ACMH 50 X 90 X 50 X 60 X 40 X 60 X 70 X 40 X 30 X 30 X 40 X 50 X 20 X 30 X 20 X 50 X 70 X 100 X 100 X 100 X 90 X 70 X 50 X 50 X 30 X 50 X 70 X 60 X 50 X 40 X 50 X +USW00023188196508ACSH 30 X 80 X 30 X 30 X 20 X 40 X 60 X 20 X 20 X 40 X 40 X 50 X 0 X 30 X 10 X 20 X 50 X 100 X 100 X 100 X 80 X 50 X 40 X 20 X 20 X 40 X 50 X 30 X 20 X 20 X 10 X +USW00023188196508PSUN 76 X 60 X 74 X 66 X 83 X 70 X 74 X 93 X 86 X 87 X 86 X 90 X 100 X 87 X 90 X 85 X 68 X 1 X 8 X 24 X 47 X 51 X 64 X 81 X 90 X 78 X 70 X 78 X 81 X 82 X 89 X +USW00023188196508TSUN 624 X 498 X 612 X 546 X 678 X 570 X 606 X 756 X 702 X 702 X 696 X 732 X 804 X 702 X 720 X 678 X 546 X 6 X 60 X 192 X 366 X 402 X 504 X 636 X 702 X 612 X 546 X 606 X 630 X 636 X 690 X +USW00023188196508WDFM 315W X 225W X 225W X 225W X 225W X 225W X 315W X 180W X 270W X 180W X 180W X 315W X 315W X 180W X 315W X 270W X 225W X 270W X 225W X 225W X 180W X 225W X 315W X 270W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X +USW00023188196508WSFM 76 X 54 X 54 X 49 X 45 X 40 X 67 X 54 X 76 X 67 X 49 X 54 X 76 X 58 X 54 X 54 X 45 X 45 X 58 X 49 X 58 X 49 X 54 X 72 X 63 X 63 X 49 X 49 X 58 X 72 X 72 X +USW00023188196508WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196508WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188196508WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196509TMAX 233 0 239 0 239 0 250 0 239 0 194 0 228 0 244 0 233 0 233 0 233 0 233 0 244 0 267 0 239 0 206 0 211 0 217 0 228 0 261 0 278 0 289 0 233 0 222 0 222 0 228 0 222 0 228 0 256 0 311 0-9999 +USW00023188196509TMIN 189 0 178 0 183 0 183 0 183 0 167 0 172 0 144 0 156 0 172 0 167 0 156 0 167 0 178 0 167 0 178 0 167 0 161 0 150 0 150 0 139 0 156 0 183 0 178 0 178 0 183 0 183 0 161 0 133 0 139 0-9999 +USW00023188196509PRCP 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 38 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00023188196509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196509ACMH 40 X 50 X 30 X 50 X 100 X 100 X 40 X 0 X 40 X 40 X 40 X 60 X 10 X 10 X 60 X 100 X 90 X 70 X 20 X 0 X 0 X 10 X 40 X 70 X 70 X 60 X 90 X 40 X 0 X 0 X-9999 +USW00023188196509ACSH 20 X 30 X 20 X 50 X 90 X 100 X 40 X 0 X 20 X 20 X 20 X 50 X 10 X 0 X 30 X 100 X 100 X 80 X 10 X 0 X 0 X 0 X 20 X 70 X 50 X 40 X 90 X 40 X 0 X 0 X-9999 +USW00023188196509PSUN 86 X 74 X 89 X 64 X 25 X 0 X 70 X 100 X 85 X 87 X 80 X 95 X 100 X 100 X 73 X 0 X 32 X 64 X 98 X 100 X 100 X 100 X 87 X 46 X 57 X 74 X 41 X 80 X 100 X 100 X-9999 +USW00023188196509TSUN 660 X 570 X 684 X 492 X 192 X 0 X 528 X 756 X 642 X 654 X 600 X 714 X 750 X 744 X 540 X 6 X 234 X 468 X 720 X 732 X 732 X 732 X 630 X 330 X 414 X 534 X 294 X 576 X 714 X 714 X-9999 +USW00023188196509WDFM 315W X 180W X 225W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 180W X 180W X 225W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188196509WSFM 63 X 49 X 45 X 49 X 49 X 49 X 80 X 76 X 72 X 72 X 72 X 76 X 85 X 76 X 49 X 76 X 63 X 76 X 54 X 89 X 98 X 76 X 67 X 45 X 58 X 58 X 76 X 58 X 76 X 63 X-9999 +USW00023188196509WT01-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196509WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196509WT08-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196509WT16-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188196510TMAX 339 0 328 0 278 0 239 0 239 0 217 0 211 0 200 0 222 0 217 0 233 0 217 0 211 0 222 0 222 0 217 0 222 0 228 0 222 0 300 0 383 0 400 0 339 0 344 0 300 0 283 0 294 0 283 0 289 0 261 0 239 0 +USW00023188196510TMIN 156 0 156 0 150 0 133 0 144 0 150 0 167 0 167 0 183 0 167 0 144 0 161 0 172 0 183 0 167 0 133 0 106 0 117 0 122 0 133 0 172 0 200 0 178 0 161 0 161 0 150 0 139 0 133 0 139 0 122 0 111 0 +USW00023188196510PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196510ACMH 0 X 0 X 0 X 50 X 70 X 50 X 90 X 100 X 100 X 60 X 0 X 90 X 100 X 80 X 80 X 0 X 0 X 0 X 10 X 10 X 10 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 20 X 40 X +USW00023188196510ACSH 0 X 0 X 0 X 50 X 70 X 40 X 90 X 100 X 100 X 80 X 0 X 80 X 100 X 60 X 90 X 0 X 0 X 0 X 20 X 10 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 20 X +USW00023188196510PSUN 100 X 100 X 100 X 87 X 82 X 67 X 25 X 0 X 0 X 29 X 100 X 44 X 19 X 51 X 23 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 93 X 87 X +USW00023188196510TSUN 714 X 708 X 708 X 612 X 576 X 468 X 174 X 0 X 0 X 198 X 690 X 306 X 132 X 348 X 156 X 684 X 678 X 678 X 678 X 672 X 672 X 672 X 666 X 666 X 666 X 666 X 660 X 660 X 660 X 612 X 570 X +USW00023188196510WDFM 315W X 315W X 315W X 315W X 225W X 180W X 225W X 225W X 315W X 315W X 315W X 180W X 180W X 180W X 225W X 315W X 180W X 315W X 315W X 315W X 135W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188196510WSFM 76 X 80 X 63 X 67 X 40 X 54 X 40 X 45 X 72 X 76 X 63 X 45 X 63 X 45 X 63 X 76 X 45 X 54 X 76 X 72 X 63 X 63 X 80 X 49 X 58 X 54 X 49 X 58 X 54 X 72 X 76 X +USW00023188196510WT01-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188196510WT02-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188196510WT08-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188196510WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196511TMAX 222 0 206 0 217 0 239 0 211 0 194 0 194 0 200 0 206 0 206 0 200 0 189 0 183 0 167 0 194 0 189 0 200 0 206 0 194 0 178 0 194 0 183 0 194 0 200 0 161 0 167 0 183 0 211 0 200 0 189 0-9999 +USW00023188196511TMIN 139 0 139 0 122 0 117 0 117 0 156 0 144 0 128 0 133 0 133 0 100 0 100 0 117 0 133 0 144 0 150 0 156 0 156 0 139 0 122 0 139 0 150 0 161 0 139 0 111 0 78 0 72 0 78 0 78 0 89 0-9999 +USW00023188196511PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 272 0 318 0 36 0 89 0 0 0 0T 0 30 0 389 0 142 0 33 0 69 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196511ACMH 50 X 40 X 30 X 50 X 80 X 60 X 80 X 20 X 80 X 40 X 10 X 70 X 90 X 100 X 100 X 100 X 100 X 60 X 60 X 90 X 100 X 100 X 90 X 90 X 60 X 30 X 30 X 10 X 60 X 30 X-9999 +USW00023188196511ACSH 20 X 30 X 20 X 40 X 100 X 40 X 50 X 10 X 70 X 50 X 0 X 90 X 100 X 100 X 100 X 100 X 100 X 70 X 60 X 100 X 100 X 100 X 100 X 100 X 70 X 20 X 40 X 10 X 80 X 30 X-9999 +USW00023188196511PSUN 75 X 75 X 83 X 76 X 48 X 66 X 75 X 90 X 78 X 73 X 95 X 59 X 28 X 0 X 1 X 0 X 37 X 59 X 95 X 6 X 29 X 0 X 14 X 12 X 45 X 88 X 87 X 100 X 81 X 83 X-9999 +USW00023188196511TSUN 492 X 492 X 540 X 492 X 306 X 426 X 480 X 576 X 498 X 468 X 606 X 378 X 174 X 0 X 6 X 0 X 234 X 372 X 594 X 36 X 180 X 0 X 84 X 78 X 276 X 540 X 534 X 612 X 492 X 504 X-9999 +USW00023188196511WDFM 315W X 270W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 180W X 225W X 90W X 180W X 180W X 315W X 315W X 270W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188196511WSFM 72 X 49 X 58 X 80 X 76 X 36 X 63 X 63 X 67 X 45 X 40 X 45 X 36 X 76 X 63 X 76 X 98 X 67 X 67 X 58 X 31 X 125 X 72 X 58 X 94 X 76 X 58 X 58 X 49 X 36 X-9999 +USW00023188196511WT01 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196511WT02 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196511WT08 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196511WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196512TMAX 194 0 222 0 228 0 239 0 283 0 250 0 228 0 194 0 167 0 167 0 172 0 161 0 161 0 128 0 144 0 133 0 156 0 161 0 161 0 183 0 167 0 150 0 144 0 156 0 156 0 156 0 172 0 161 0 167 0 150 0 144 0 +USW00023188196512TMIN 83 0 78 0 83 0 83 0 94 0 94 0 111 0 117 0 111 0 111 0 111 0 106 0 83 0 72 0 50 0 78 0 78 0 50 0 50 0 61 0 67 0 94 0 50 0 44 0 50 0 78 0 67 0 72 0 128 0 78 0 72 0 +USW00023188196512PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 330 0 546 0 3 0 53 0 119 0 267 0 53 0 119 0 0 0 0 0 0 0 0 0 41 0 38 0 0 0 0 0 0T 0 0 0 0 0 0 0 86 0 0 0 20 0 +USW00023188196512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196512ACMH 0 X 0 X 0 X 0 X 40 X 50 X 60 X 80 X 100 X 100 X 40 X 60 X 70 X 60 X 60 X 100 X 40 X 0 X 60 X 30 X 60 X 70 X 0 X 0 X 60 X 50 X 30 X 80 X 100 X 20 X 80 X +USW00023188196512ACSH 0 X 0 X 0 X 0 X 60 X 40 X 80 X 80 X 100 X 90 X 30 X 70 X 60 X 100 X 80 X 100 X 30 X 0 X 90 X 20 X 50 X 80 X 0 X 0 X 70 X 30 X 30 X 100 X 100 X 20 X 90 X +USW00023188196512PSUN 100 X 100 X 100 X 100 X 100 X 87 X 82 X 16 X 0 X 29 X 75 X 48 X 48 X 7 X 35 X 5 X 80 X 100 X 80 X 100 X 61 X 28 X 100 X 100 X 73 X 80 X 100 X 42 X 6 X 85 X 43 X +USW00023188196512TSUN 612 X 606 X 606 X 606 X 606 X 522 X 498 X 96 X 0 X 180 X 456 X 288 X 288 X 48 X 210 X 30 X 480 X 600 X 480 X 600 X 366 X 168 X 600 X 600 X 438 X 480 X 600 X 252 X 36 X 516 X 258 X +USW00023188196512WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 45W X 315W X 225W X 270W X 360W X 360W X 225W X 90W X 180W X 315W X 315W X 315W X 180W X 270W X 225W X 315W X 315W X 315W X 315W X 225W X 180W X 315W X 315W X +USW00023188196512WSFM 54 X 45 X 54 X 40 X 76 X 45 X 49 X 36 X 54 X 85 X 45 X 63 X 80 X 76 X 72 X 67 X 31 X 63 X 49 X 49 X 54 X 107 X 36 X 31 X 76 X 54 X 49 X 49 X 139 X 63 X 76 X +USW00023188196512WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00023188196512WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196512WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196512WT08 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188196512WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X +USW00023188196601TMAX 144 0 156 0 161 0 156 0 167 0 211 0 250 0 183 0 172 0 178 0 161 0 206 0 228 0 222 0 233 0 167 0 172 0 167 0 144 0 161 0 167 0 144 0 150 0 156 0 178 0 172 0 172 0 167 0 161 0 150 0 161 0 +USW00023188196601TMIN 72 0 39 0 39 0 44 0 50 0 61 0 72 0 106 0 61 0 72 0 89 0 56 0 67 0 72 0 83 0 122 0 100 0 78 0 83 0 83 0 39 0 39 0 61 0 50 0 50 0 67 0 94 0 67 0 61 0 67 0 78 0 +USW00023188196601PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 3 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 112 0 0 0 0 0 203 0 3 0 +USW00023188196601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196601ACMH 20 X 0 X 0 X 0 X 50 X 10 X 20 X 70 X 40 X 90 X 80 X 20 X 0 X 0 X 20 X 80 X 60 X 20 X 70 X 30 X 0 X 10 X 20 X 10 X 20 X 60 X 60 X 10 X 70 X 80 X 50 X +USW00023188196601ACSH 20 X 0 X 0 X 10 X 80 X 0 X 10 X 60 X 0 X 80 X 70 X 0 X 0 X 0 X 20 X 100 X 60 X 10 X 80 X 20 X 0 X 20 X 30 X 20 X 10 X 70 X 80 X 0 X 100 X 80 X 60 X +USW00023188196601PSUN 98 X 100 X 100 X 100 X 100 X 100 X 100 X 65 X 99 X 76 X 48 X 100 X 100 X 100 X 100 X 35 X 75 X 87 X 18 X 85 X 100 X 100 X 92 X 100 X 100 X 91 X 65 X 100 X 85 X 57 X 82 X +USW00023188196601TSUN 594 X 606 X 606 X 606 X 606 X 606 X 606 X 396 X 600 X 462 X 294 X 612 X 612 X 612 X 612 X 216 X 462 X 534 X 114 X 528 X 624 X 624 X 570 X 624 X 630 X 570 X 414 X 630 X 534 X 360 X 522 X +USW00023188196601WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 45W X 225W X 180W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 135W X 315W X 315W X 225W X 270W X 270W X +USW00023188196601WSFM 76 X 58 X 67 X 49 X 72 X 67 X 54 X 40 X 54 X 63 X 54 X 54 X 58 X 58 X 49 X 94 X 54 X 45 X 49 X 67 X 58 X 49 X 67 X 27 X 54 X 45 X 103 X 63 X 36 X 116 X 49 X +USW00023188196601WT01-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188196601WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196601WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188196601WT08-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00023188196601WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X +USW00023188196602TMAX 156 0 167 0 194 0 178 0 178 0 139 0 150 0 144 0 156 0 144 0 178 0 156 0 167 0 167 0 178 0 183 0 183 0 172 0 172 0 172 0 233 0 233 0 211 0 172 0 161 0 156 0 172 0 200 0-9999 -9999 -9999 +USW00023188196602TMIN 78 0 94 0 67 0 78 0 83 0 111 0 89 0 61 0 56 0 89 0 61 0 50 0 44 0 39 0 94 0 56 0 56 0 67 0 78 0 72 0 67 0 122 0 94 0 117 0 100 0 89 0 67 0 67 0-9999 -9999 -9999 +USW00023188196602PRCP 0T 0 3 0 0 0 0 0 0 0 173 0 20 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0-9999 -9999 -9999 +USW00023188196602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196602ACMH 80 X 60 X 30 X 70 X 80 X 100 X 80 X 40 X 30 X 60 X 10 X 20 X 0 X 10 X 30 X 0 X 10 X 30 X 10 X 30 X 80 X 70 X 70 X 80 X 60 X 50 X 0 X 30 X-9999 -9999 -9999 +USW00023188196602ACSH 70 X 40 X 10 X 80 X 100 X 100 X 70 X 50 X 50 X 90 X 20 X 40 X 0 X 0 X 20 X 0 X 0 X 30 X 0 X 20 X 60 X 90 X 100 X 80 X 90 X 60 X 0 X 10 X-9999 -9999 -9999 +USW00023188196602PSUN 78 X 98 X 95 X 84 X 61 X 6 X 70 X 87 X 100 X 36 X 100 X 87 X 100 X 100 X 87 X 100 X 100 X 85 X 100 X 85 X 92 X 86 X 82 X 75 X 80 X 74 X 100 X 95 X-9999 -9999 -9999 +USW00023188196602TSUN 498 X 630 X 612 X 540 X 390 X 36 X 456 X 570 X 654 X 234 X 654 X 570 X 660 X 660 X 576 X 666 X 666 X 570 X 672 X 570 X 618 X 582 X 558 X 510 X 546 X 504 X 684 X 654 X-9999 -9999 -9999 +USW00023188196602WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 225W X 45W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X-9999 -9999 -9999 +USW00023188196602WSFM 49 X 67 X 54 X 72 X 80 X 58 X 98 X 67 X 45 X 103 X 103 X 58 X 76 X 58 X 67 X 72 X 63 X 67 X 80 X 80 X 63 X 67 X 63 X 58 X 58 X 94 X 76 X 67 X-9999 -9999 -9999 +USW00023188196602WT01-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196602WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196602WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196602WT08-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196602WT16 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196603TMAX 150 0 133 0 144 0 178 0 222 0 233 0 206 0 167 0 161 0 172 0 189 0 189 0 161 0 172 0 167 0 172 0 189 0 194 0 211 0 183 0 178 0 194 0 278 0 183 0 189 0 156 0 178 0 189 0 161 0 194 0 211 0 +USW00023188196603TMIN 106 0 78 0 56 0 61 0 100 0 83 0 89 0 106 0 94 0 89 0 111 0 117 0 122 0 117 0 117 0 117 0 89 0 100 0 100 0 111 0 117 0 89 0 117 0 122 0 117 0 133 0 128 0 128 0 128 0 122 0 106 0 +USW00023188196603PRCP 0T 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 +USW00023188196603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196603ACMH 90 X 50 X 0 X 30 X 80 X 0 X 20 X 90 X 70 X 90 X 80 X 90 X 90 X 80 X 80 X 80 X 20 X 50 X 60 X 50 X 40 X 10 X 90 X 50 X 30 X 100 X 90 X 70 X 100 X 70 X 40 X +USW00023188196603ACSH 100 X 40 X 0 X 50 X 100 X 0 X 30 X 100 X 40 X 90 X 70 X 80 X 80 X 60 X 80 X 80 X 10 X 70 X 100 X 30 X 30 X 10 X 100 X 50 X 30 X 100 X 80 X 50 X 100 X 50 X 10 X +USW00023188196603PSUN 36 X 77 X 100 X 96 X 49 X 100 X 100 X 61 X 71 X 73 X 77 X 61 X 78 X 67 X 48 X 71 X 100 X 98 X 89 X 85 X 81 X 88 X 39 X 91 X 86 X 9 X 50 X 74 X 0 X 59 X 95 X +USW00023188196603TSUN 246 X 534 X 696 X 666 X 342 X 702 X 702 X 426 X 504 X 516 X 552 X 438 X 552 X 480 X 348 X 510 X 720 X 708 X 648 X 618 X 594 X 648 X 288 X 666 X 636 X 66 X 366 X 552 X 0 X 444 X 714 X +USW00023188196603WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 225W X 225W X 180W X 180W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188196603WSFM 85 X 130 X 49 X 72 X 67 X 80 X 67 X 80 X 76 X 63 X 49 X 63 X 76 X 58 X 63 X 76 X 72 X 49 X 63 X 45 X 40 X 45 X 89 X 116 X 67 X 63 X 67 X 76 X 54 X 80 X 63 X +USW00023188196603WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188196603WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188196603WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00023188196603WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188196604TMAX 194 0 150 0 167 0 194 0 206 0 189 0 183 0 183 0 183 0 189 0 200 0 189 0 200 0 272 0 244 0 178 0 178 0 167 0 183 0 211 0 217 0 189 0 228 0 206 0 211 0 194 0 194 0 194 0 194 0 200 0-9999 +USW00023188196604TMIN 111 0 122 0 139 0 144 0 117 0 133 0 139 0 128 0 144 0 133 0 122 0 128 0 122 0 117 0 133 0 144 0 150 0 128 0 117 0 100 0 122 0 128 0 117 0 122 0 128 0 133 0 139 0 144 0 133 0 133 0-9999 +USW00023188196604PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196604ACMH 80 X 100 X 100 X 90 X 90 X 70 X 90 X 70 X 90 X 70 X 20 X 70 X 20 X 0 X 30 X 80 X 100 X 100 X 60 X 80 X 20 X 30 X 0 X 0 X 30 X 60 X 80 X 90 X 50 X 40 X-9999 +USW00023188196604ACSH 70 X 100 X 100 X 90 X 80 X 50 X 80 X 40 X 90 X 70 X 20 X 70 X 0 X 0 X 10 X 70 X 90 X 100 X 70 X 90 X 10 X 30 X 0 X 0 X 10 X 30 X 60 X 80 X 50 X 50 X-9999 +USW00023188196604PSUN 53 X 1 X 10 X 58 X 72 X 65 X 62 X 64 X 33 X 65 X 86 X 62 X 100 X 100 X 94 X 76 X 22 X 9 X 57 X 91 X 89 X 78 X 100 X 100 X 92 X 72 X 61 X 71 X 58 X 67 X-9999 +USW00023188196604TSUN 402 X 6 X 72 X 444 X 546 X 498 X 474 X 492 X 252 X 498 X 660 X 474 X 774 X 780 X 732 X 594 X 174 X 72 X 444 X 714 X 702 X 618 X 792 X 798 X 732 X 582 X 492 X 570 X 468 X 540 X-9999 +USW00023188196604WDFM 180W X 180W X 180W X 315W X 315W X 315W X 225W X 315W X 315W X 270W X 270W X 225W X 315W X 315W X 180W X 180W X 180W X 225W X 315W X 315W X 315W X 225W X 315W X 180W X 315W X 315W X 225W X 225W X 225W X 315W X-9999 +USW00023188196604WSFM 58 X 76 X 58 X 63 X 72 X 76 X 45 X 54 X 67 X 80 X 63 X 58 X 89 X 85 X 58 X 85 X 76 X 72 X 76 X 85 X 72 X 54 X 80 X 49 X 72 X 54 X 49 X 49 X 54 X 76 X-9999 +USW00023188196604WT01 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196604WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196604WT08 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196604WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196605TMAX 206 0 200 0 200 0 200 0 194 0 211 0 189 0 183 0 189 0 200 0 211 0 200 0 206 0 178 0 194 0 206 0 206 0 206 0 200 0 189 0 194 0 178 0 200 0 211 0 183 0 189 0 200 0 200 0 200 0 200 0 194 0 +USW00023188196605TMIN 133 0 139 0 150 0 144 0 139 0 139 0 156 0 150 0 150 0 150 0 150 0 150 0 156 0 150 0 150 0 156 0 144 0 144 0 156 0 156 0 156 0 161 0 161 0 161 0 161 0 156 0 156 0 161 0 167 0 161 0 150 0 +USW00023188196605PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196605ACMH 60 X 90 X 70 X 60 X 60 X 10 X 100 X 100 X 90 X 80 X 70 X 60 X 80 X 100 X 80 X 10 X 40 X 40 X 60 X 100 X 70 X 100 X 70 X 90 X 100 X 100 X 100 X 70 X 90 X 70 X 30 X +USW00023188196605ACSH 50 X 90 X 50 X 60 X 80 X 10 X 100 X 100 X 90 X 90 X 60 X 60 X 70 X 100 X 70 X 0 X 30 X 20 X 70 X 100 X 50 X 100 X 60 X 80 X 100 X 100 X 100 X 60 X 90 X 50 X 30 X +USW00023188196605PSUN 62 X 24 X 54 X 37 X 26 X 99 X 2 X 5 X 21 X 19 X 57 X 62 X 33 X 6 X 48 X 100 X 75 X 84 X 57 X 0 X 40 X 0 X 45 X 21 X 0 X 0 X 0 X 60 X 48 X 68 X 89 X +USW00023188196605TSUN 504 X 192 X 438 X 306 X 210 X 810 X 18 X 36 X 174 X 156 X 468 X 516 X 270 X 48 X 402 X 834 X 624 X 702 X 480 X 0 X 342 X 0 X 378 X 174 X 0 X 0 X 0 X 504 X 408 X 576 X 756 X +USW00023188196605WDFM 315W X 180W X 270W X 270W X 315W X 315W X 225W X 180W X 180W X 315W X 270W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X +USW00023188196605WSFM 76 X 45 X 54 X 45 X 58 X 58 X 58 X 49 X 76 X 58 X 58 X 76 X 89 X 58 X 58 X 76 X 67 X 80 X 63 X 45 X 49 X 45 X 58 X 67 X 54 X 49 X 54 X 49 X 67 X 89 X 76 X +USW00023188196605WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196605WT08 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196605WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196606TMAX 206 0 211 0 222 0 233 0 211 0 244 0 222 0 211 0 189 0 217 0 194 0 217 0 228 0 194 0 194 0 211 0 222 0 222 0 217 0 222 0 222 0 217 0 228 0 211 0 206 0 211 0 228 0 222 0 239 0 217 0-9999 +USW00023188196606TMIN 139 0 156 0 133 0 144 0 156 0 150 0 161 0 167 0 167 0 172 0 167 0 172 0 167 0 172 0 167 0 172 0 178 0 172 0 178 0 178 0 178 0 178 0 172 0 172 0 167 0 172 0 178 0 178 0 178 0 167 0-9999 +USW00023188196606PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196606ACMH 50 X 40 X 0 X 10 X 30 X 40 X 40 X 90 X 100 X 70 X 100 X 30 X 50 X 100 X 100 X 80 X 40 X 70 X 100 X 70 X 60 X 30 X 50 X 50 X 70 X 100 X 80 X 90 X 70 X 60 X-9999 +USW00023188196606ACSH 50 X 30 X 0 X 0 X 30 X 30 X 20 X 80 X 100 X 50 X 100 X 20 X 50 X 100 X 100 X 60 X 20 X 50 X 100 X 60 X 50 X 30 X 40 X 30 X 60 X 90 X 70 X 80 X 70 X 40 X-9999 +USW00023188196606PSUN 67 X 77 X 100 X 98 X 95 X 100 X 86 X 60 X 8 X 64 X 6 X 88 X 82 X 2 X 6 X 49 X 89 X 67 X 43 X 58 X 56 X 75 X 77 X 77 X 53 X 31 X 53 X 50 X 66 X 60 X-9999 +USW00023188196606TSUN 570 X 654 X 852 X 840 X 816 X 852 X 738 X 510 X 66 X 552 X 48 X 756 X 708 X 12 X 54 X 420 X 762 X 576 X 366 X 498 X 480 X 642 X 660 X 660 X 456 X 270 X 450 X 432 X 564 X 516 X-9999 +USW00023188196606WDFM 225W X 225W X 315W X 270W X 270W X 315W X 315W X 270W X 225W X 315W X 180W X 225W X 315W X 225W X 225W X 225W X 315W X 315W X 360W X 315W X 225W X 180W X 225W X 180W X 225W X 225W X 225W X 315W X 225W X 180W X-9999 +USW00023188196606WSFM 54 X 49 X 45 X 45 X 45 X 54 X 67 X 58 X 49 X 76 X 54 X 49 X 63 X 54 X 58 X 63 X 49 X 76 X 63 X 58 X 49 X 67 X 49 X 54 X 54 X 54 X 54 X 49 X 54 X 45 X-9999 +USW00023188196606WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188196606WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188196606WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196607TMAX 222 0 217 0 217 0 233 0 228 0 239 0 250 0 256 0 250 0 250 0 239 0 244 0 228 0 233 0 228 0 239 0 244 0 250 0 222 0 217 0 228 0 244 0 250 0 256 0 244 0 239 0 233 0 222 0 206 0 233 0 244 0 +USW00023188196607TMIN 167 0 172 0 172 0 167 0 178 0 189 0 178 0 189 0 189 0 178 0 178 0 178 0 156 0 167 0 178 0 167 0 172 0 167 0 172 0 172 0 172 0 178 0 183 0 178 0 189 0 189 0 178 0 183 0 183 0 194 0 194 0 +USW00023188196607PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00023188196607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196607ACMH 60 X 50 X 30 X 40 X 30 X 30 X 0 X 60 X 50 X 0 X 0 X 0 X 40 X 40 X 30 X 10 X 30 X 40 X 70 X 50 X 30 X 30 X 20 X 20 X 70 X 70 X 90 X 100 X 100 X 70 X 70 X +USW00023188196607ACSH 40 X 30 X 20 X 30 X 30 X 30 X 10 X 80 X 60 X 0 X 0 X 0 X 20 X 20 X 20 X 10 X 20 X 20 X 50 X 40 X 20 X 30 X 10 X 10 X 60 X 60 X 90 X 100 X 100 X 70 X 50 X +USW00023188196607PSUN 71 X 76 X 82 X 71 X 79 X 78 X 100 X 45 X 64 X 100 X 100 X 100 X 85 X 83 X 85 X 94 X 85 X 84 X 64 X 61 X 74 X 88 X 87 X 85 X 65 X 63 X 58 X 32 X 0 X 73 X 71 X +USW00023188196607TSUN 612 X 654 X 702 X 606 X 678 X 666 X 852 X 384 X 540 X 852 X 852 X 852 X 720 X 702 X 720 X 798 X 720 X 708 X 546 X 510 X 618 X 738 X 732 X 714 X 546 X 528 X 486 X 264 X 0 X 606 X 582 X +USW00023188196607WDFM 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 180W X 315W X 315W X 315W X 315W X 180W X 180W X 225W X 180W X 225W X 180W X 315W X +USW00023188196607WSFM 49 X 49 X 45 X 76 X 76 X 72 X 94 X 58 X 72 X 89 X 103 X 80 X 72 X 54 X 67 X 76 X 58 X 49 X 49 X 45 X 58 X 58 X 67 X 67 X 45 X 54 X 54 X 67 X 36 X 49 X 54 X +USW00023188196607WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188196607WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196607WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196607WT08-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188196607WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188196608TMAX 250 0 283 0 261 0 267 0 256 0 239 0 261 0 261 0 256 0 250 0 250 0 256 0 244 0 256 0 267 0 272 0 267 0 272 0 267 0 256 0 250 0 244 0 244 0 256 0 278 0 261 0 233 0 233 0 250 0 239 0 233 0 +USW00023188196608TMIN 189 0 211 0 200 0 200 0 183 0 183 0 194 0 200 0 189 0 189 0 194 0 200 0 200 0 200 0 200 0 206 0 206 0 200 0 200 0 194 0 194 0 183 0 189 0 194 0 200 0 200 0 194 0 189 0 194 0 194 0 189 0 +USW00023188196608PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196608ACMH 40 X 40 X 20 X 40 X 80 X 50 X 30 X 30 X 50 X 50 X 60 X 50 X 40 X 20 X 0 X 30 X 30 X 30 X 50 X 60 X 30 X 40 X 40 X 30 X 10 X 20 X 50 X 70 X 50 X 40 X 80 X +USW00023188196608ACSH 40 X 50 X 20 X 20 X 60 X 50 X 20 X 10 X 20 X 30 X 20 X 20 X 30 X 10 X 0 X 10 X 30 X 10 X 30 X 40 X 20 X 20 X 20 X 20 X 0 X 0 X 20 X 50 X 30 X 30 X 90 X +USW00023188196608PSUN 90 X 91 X 91 X 93 X 84 X 70 X 100 X 94 X 83 X 74 X 81 X 83 X 76 X 85 X 100 X 89 X 87 X 94 X 73 X 71 X 81 X 81 X 84 X 84 X 100 X 99 X 91 X 87 X 81 X 77 X 25 X +USW00023188196608TSUN 738 X 750 X 750 X 762 X 684 X 576 X 816 X 762 X 678 X 600 X 660 X 672 X 612 X 684 X 804 X 714 X 696 X 750 X 582 X 564 X 642 X 636 X 660 X 666 X 786 X 774 X 708 X 672 X 630 X 594 X 192 X +USW00023188196608WDFM 315W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 270W X 225W X 315W X 315W X 315W X 225W X 180W X 180W X 180W X 225W X 315W X 225W X 225W X +USW00023188196608WSFM 76 X 63 X 72 X 54 X 49 X 58 X 58 X 58 X 49 X 49 X 54 X 72 X 76 X 76 X 76 X 67 X 40 X 40 X 45 X 49 X 63 X 72 X 76 X 45 X 49 X 54 X 49 X 49 X 67 X 54 X 58 X +USW00023188196608WT08-9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196609TMAX 244 0 239 0 250 0 244 0 233 0 239 0 233 0 250 0 256 0 228 0 217 0 239 0 228 0 256 0 267 0 278 0 289 0 272 0 217 0 233 0 250 0 267 0 261 0 239 0 233 0 228 0 222 0 239 0 222 0 250 0-9999 +USW00023188196609TMIN 183 0 189 0 172 0 189 0 183 0 194 0 183 0 167 0 172 0 178 0 172 0 172 0 156 0 133 0 139 0 189 0 194 0 194 0 172 0 161 0 167 0 189 0 189 0 189 0 178 0 178 0 172 0 172 0 194 0 183 0-9999 +USW00023188196609PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0-9999 +USW00023188196609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196609ACMH 90 X 50 X 20 X 70 X 60 X 80 X 50 X 20 X 30 X 60 X 80 X 30 X 0 X 0 X 0 X 0 X 10 X 60 X 90 X 30 X 0 X 0 X 10 X 50 X 60 X 70 X 70 X 70 X 100 X 30 X-9999 +USW00023188196609ACSH 90 X 60 X 30 X 50 X 40 X 70 X 50 X 40 X 20 X 40 X 60 X 20 X 0 X 0 X 0 X 0 X 0 X 60 X 90 X 40 X 0 X 0 X 0 X 30 X 30 X 30 X 70 X 60 X 100 X 30 X-9999 +USW00023188196609PSUN 14 X 58 X 89 X 58 X 69 X 58 X 65 X 100 X 82 X 65 X 52 X 84 X 100 X 100 X 100 X 100 X 100 X 68 X 31 X 81 X 100 X 100 X 100 X 76 X 75 X 71 X 59 X 63 X 1 X 100 X-9999 +USW00023188196609TSUN 108 X 444 X 684 X 444 X 528 X 438 X 492 X 756 X 618 X 486 X 396 X 630 X 750 X 744 X 744 X 744 X 738 X 504 X 228 X 594 X 732 X 732 X 726 X 552 X 540 X 516 X 420 X 450 X 6 X 714 X-9999 +USW00023188196609WDFM 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X 225W X 270W X-9999 +USW00023188196609WSFM 63 X 58 X 76 X 67 X 76 X 76 X 85 X 80 X 80 X 45 X 49 X 49 X 76 X 94 X 58 X 45 X 63 X 67 X 49 X 63 X 85 X 98 X 80 X 76 X 45 X 49 X 58 X 49 X 63 X 58 X-9999 +USW00023188196609WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196609WT08-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00023188196609WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 +USW00023188196610TMAX 256 0 239 0 239 0 228 0 233 0 222 0 228 0 228 0 211 0 211 0 222 0 211 0 217 0 272 0 256 0 222 0 267 0 294 0 306 0 233 0 211 0 206 0 261 0 306 0 317 0 250 0 211 0 217 0 217 0 250 0 244 0 +USW00023188196610TMIN 172 0 183 0 172 0 178 0 178 0 183 0 178 0 167 0 183 0 167 0 167 0 178 0 172 0 139 0 111 0 122 0 128 0 133 0 139 0 139 0 156 0 144 0 117 0 128 0 167 0 150 0 161 0 167 0 139 0 128 0 133 0 +USW00023188196610PRCP 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196610ACMH 50 X 60 X 50 X 80 X 70 X 100 X 50 X 60 X 90 X 70 X 70 X 100 X 40 X 0 X 0 X 0 X 0 X 10 X 20 X 90 X 70 X 20 X 30 X 10 X 0 X 30 X 90 X 80 X 50 X 50 X 20 X +USW00023188196610ACSH 20 X 60 X 30 X 90 X 50 X 100 X 50 X 40 X 90 X 90 X 60 X 90 X 50 X 0 X 0 X 0 X 0 X 10 X 10 X 100 X 70 X 0 X 10 X 0 X 0 X 10 X 90 X 90 X 40 X 20 X 10 X +USW00023188196610PSUN 100 X 76 X 82 X 40 X 71 X 21 X 58 X 68 X 22 X 23 X 62 X 41 X 61 X 100 X 100 X 95 X 100 X 100 X 99 X 53 X 53 X 96 X 98 X 100 X 100 X 96 X 61 X 36 X 77 X 86 X 100 X +USW00023188196610TSUN 714 X 540 X 582 X 282 X 504 X 144 X 408 X 474 X 150 X 156 X 426 X 282 X 414 X 684 X 684 X 648 X 678 X 678 X 666 X 360 X 354 X 642 X 654 X 666 X 666 X 636 X 402 X 234 X 510 X 570 X 654 X +USW00023188196610WDFM 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188196610WSFG-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 180 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196610WSFM 54 X 63 X 67 X 72 X 76 X 72 X 58 X 54 X 49 X 49 X 89 X 67 X 67 X 80 X 49 X 76 X 89 X 76 X 63 X 54 X 40 X 58 X 63 X 72 X 63 X 80 X 80 X 49 X 72 X 76 X 67 X +USW00023188196610WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188196610WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188196610WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196610WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196610WT08-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X +USW00023188196610WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196611TMAX 361 0 322 0 217 0 206 0 200 0 183 0 194 0 183 0 194 0 200 0 194 0 194 0 194 0 189 0 206 0 200 0 211 0 211 0 233 0 189 0 194 0 189 0 172 0 167 0 172 0 200 0 228 0 222 0 200 0 172 0-9999 +USW00023188196611TMIN 139 0 161 0 161 0 172 0 161 0 167 0 133 0 128 0 117 0 100 0 111 0 100 0 106 0 150 0 144 0 167 0 144 0 122 0 100 0 128 0 133 0 106 0 100 0 72 0 72 0 83 0 83 0 144 0 133 0 106 0-9999 +USW00023188196611PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 140 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 0T 0 8 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0-9999 +USW00023188196611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196611ACMH 0 X 40 X 70 X 90 X 70 X 100 X 100 X 70 X 20 X 0 X 20 X 10 X 50 X 90 X 80 X 100 X 50 X 40 X 30 X 100 X 40 X 60 X 30 X 10 X 0 X 30 X 70 X 80 X 10 X 70 X-9999 +USW00023188196611ACSH 0 X 10 X 20 X 80 X 60 X 100 X 100 X 60 X 0 X 0 X 30 X 10 X 20 X 100 X 60 X 100 X 30 X 50 X 10 X 100 X 20 X 80 X 40 X 10 X 0 X 50 X 90 X 90 X 0 X 50 X-9999 +USW00023188196611PSUN 100 X 97 X 80 X 39 X 56 X 0 X 0 X 47 X 100 X 100 X 92 X 100 X 81 X 54 X 74 X 31 X 77 X 98 X 100 X 14 X 95 X 53 X 78 X 99 X 100 X 91 X 77 X 54 X 96 X 86 X-9999 +USW00023188196611TSUN 654 X 630 X 522 X 252 X 366 X 0 X 0 X 300 X 642 X 636 X 588 X 636 X 510 X 336 X 462 X 192 X 486 X 612 X 624 X 84 X 594 X 330 X 480 X 606 X 618 X 558 X 474 X 330 X 588 X 522 X-9999 +USW00023188196611WDFM 45W X 180W X 315W X 315W X 315W X 180W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 180W X-9999 +USW00023188196611WSFM 67 X 40 X 54 X 63 X 63 X 63 X 148 X 58 X 58 X 58 X 63 X 76 X 72 X 63 X 80 X 76 X 80 X 80 X 49 X 67 X 76 X 45 X 54 X 58 X 76 X 63 X 58 X 54 X 76 X 40 X-9999 +USW00023188196611WT01-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188196611WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188196611WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196611WT08-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188196611WT16-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 +USW00023188196612TMAX 183 0 183 0 172 0 172 0 178 0 183 0 172 0 183 0 194 0 194 0 217 0 228 0 239 0 206 0 183 0 233 0 222 0 206 0 233 0 183 0 178 0 183 0 194 0 167 0 167 0 156 0 161 0 156 0 161 0 150 0 167 0 +USW00023188196612TMIN 111 0 128 0 150 0 150 0 156 0 144 0 128 0 94 0 78 0 72 0 83 0 89 0 89 0 100 0 83 0 89 0 100 0 94 0 72 0 78 0 100 0 83 0 83 0 78 0 89 0 89 0 50 0 33 0 33 0 89 0 61 0 +USW00023188196612PRCP 0 0 0T 0 132 0 102 0 340 0 185 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 0 0 +USW00023188196612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196612ACMH 80 X 100 X 100 X 100 X 100 X 100 X 40 X 10 X 10 X 0 X 40 X 10 X 50 X 70 X 60 X 30 X 60 X 40 X 10 X 20 X 40 X 30 X 60 X 30 X 30 X 30 X 0 X 0 X 10 X 60 X 0 X +USW00023188196612ACSH 90 X 100 X 100 X 100 X 100 X 100 X 30 X 10 X 30 X 10 X 50 X 30 X 60 X 90 X 20 X 40 X 100 X 30 X 0 X 0 X 70 X 20 X 70 X 30 X 10 X 20 X 0 X 0 X 10 X 80 X 0 X +USW00023188196612PSUN 26 X 57 X 11 X 4 X 0 X 0 X 70 X 97 X 100 X 100 X 90 X 96 X 85 X 94 X 86 X 100 X 66 X 86 X 100 X 93 X 74 X 85 X 95 X 82 X 100 X 82 X 100 X 100 X 100 X 48 X 100 X +USW00023188196612TSUN 162 X 348 X 66 X 24 X 0 X 0 X 420 X 588 X 606 X 606 X 546 X 576 X 510 X 564 X 516 X 600 X 396 X 516 X 600 X 558 X 444 X 510 X 570 X 492 X 600 X 492 X 600 X 600 X 600 X 288 X 600 X +USW00023188196612WDFM 315W X 315W X 180W X 180W X 225W X 225W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 180W X 315W X 315W X 180W X 225W X 315W X 270W X 315W X 315W X 360W X 45W X +USW00023188196612WSFM 54 X 49 X 85 X 76 X 103 X 116 X 72 X 58 X 40 X 67 X 40 X 58 X 67 X 36 X 45 X 45 X 45 X 63 X 54 X 45 X 36 X 76 X 76 X 45 X 45 X 107 X 49 X 67 X 58 X 130 X 103 X +USW00023188196612WT01 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196612WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196612WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188196612WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188196612WT08 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196612WT16-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188196701TMAX 172 0 178 0 189 0 194 0 161 0 178 0 189 0 183 0 183 0 228 0 250 0 183 0 189 0 194 0 194 0 150 0 172 0 200 0 189 0 172 0 161 0 156 0 156 0 144 0 161 0 183 0 194 0 189 0 161 0 178 0 172 0 +USW00023188196701TMIN 44 0 61 0 56 0 56 0 61 0 78 0 33 0 50 0 44 0 67 0 83 0 100 0 83 0 78 0 67 0 72 0 89 0 67 0 56 0 50 0 78 0 111 0 100 0 78 0 100 0 72 0 72 0 78 0 100 0 133 0 111 0 +USW00023188196701PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 389 0 10 0 140 0 3 0 0 0 0 0 0 0 0 0 3 0 15 0 +USW00023188196701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196701ACMH 10 X 20 X 0 X 10 X 90 X 20 X 20 X 10 X 10 X 0 X 20 X 20 X 60 X 10 X 40 X 70 X 50 X 0 X 20 X 30 X 70 X 100 X 50 X 90 X 30 X 10 X 10 X 80 X 90 X 90 X 60 X +USW00023188196701ACSH 10 X 30 X 10 X 0 X 100 X 10 X 40 X 10 X 20 X 0 X 30 X 20 X 80 X 10 X 0 X 70 X 40 X 0 X 10 X 50 X 80 X 100 X 50 X 100 X 30 X 10 X 10 X 90 X 70 X 90 X 50 X +USW00023188196701PSUN 100 X 92 X 100 X 100 X 42 X 89 X 91 X 98 X 99 X 100 X 90 X 83 X 86 X 99 X 100 X 67 X 74 X 100 X 100 X 95 X 81 X 0 X 84 X 14 X 90 X 100 X 100 X 89 X 66 X 51 X 79 X +USW00023188196701TSUN 606 X 558 X 606 X 606 X 252 X 540 X 552 X 600 X 606 X 612 X 552 X 510 X 528 X 606 X 612 X 414 X 456 X 618 X 618 X 588 X 504 X 0 X 528 X 84 X 564 X 630 X 630 X 564 X 420 X 324 X 498 X +USW00023188196701WDFM 315W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 315W X 315W X 315W X 180W X 180W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 225W X 180W X 270W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188196701WSFM 54 X 76 X 54 X 58 X 49 X 63 X 72 X 49 X 58 X 63 X 72 X 49 X 40 X 67 X 63 X 31 X 40 X 54 X 67 X 63 X 40 X 103 X 58 X 112 X 89 X 67 X 72 X 54 X 94 X 72 X 76 X +USW00023188196701WT01-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00023188196701WT02-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188196701WT08-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188196701WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00023188196702TMAX 167 0 206 0 239 0 222 0 172 0 200 0 189 0 233 0 189 0 167 0 250 0 228 0 189 0 167 0 172 0 183 0 217 0 189 0 156 0 200 0 211 0 228 0 211 0 194 0 172 0 167 0 244 0 267 0-9999 -9999 -9999 +USW00023188196702TMIN 94 0 94 0 89 0 83 0 89 0 83 0 78 0 83 0 72 0 83 0 83 0 83 0 111 0 100 0 83 0 78 0 72 0 67 0 100 0 78 0 50 0 61 0 72 0 100 0 117 0 83 0 89 0 100 0-9999 -9999 -9999 +USW00023188196702PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196702ACMH 60 X 30 X 0 X 0 X 20 X 30 X 0 X 30 X 30 X 50 X 20 X 70 X 90 X 100 X 10 X 20 X 0 X 0 X 80 X 0 X 0 X 60 X 50 X 90 X 80 X 0 X 20 X 0 X-9999 -9999 -9999 +USW00023188196702ACSH 70 X 20 X 0 X 0 X 20 X 20 X 10 X 60 X 30 X 30 X 0 X 80 X 80 X 100 X 0 X 30 X 0 X 0 X 100 X 0 X 0 X 80 X 40 X 100 X 90 X 0 X 40 X 0 X-9999 -9999 -9999 +USW00023188196702PSUN 81 X 85 X 100 X 100 X 87 X 89 X 100 X 100 X 98 X 83 X 100 X 90 X 88 X 21 X 100 X 100 X 100 X 100 X 27 X 100 X 100 X 81 X 100 X 68 X 66 X 100 X 100 X 100 X-9999 -9999 -9999 +USW00023188196702TSUN 516 X 546 X 642 X 642 X 564 X 570 X 648 X 648 X 642 X 546 X 654 X 594 X 576 X 138 X 660 X 666 X 666 X 666 X 180 X 672 X 672 X 546 X 678 X 468 X 450 X 684 X 684 X 690 X-9999 -9999 -9999 +USW00023188196702WDFM 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 135W X 315W X 315W X 315W X 315W X-9999 -9999 -9999 +USW00023188196702WSFM 85 X 63 X 80 X 76 X 63 X 72 X 58 X 54 X 49 X 40 X 54 X 58 X 58 X 67 X 72 X 76 X 63 X 58 X 58 X 80 X 72 X 63 X 67 X 49 X 72 X 80 X 54 X 76 X-9999 -9999 -9999 +USW00023188196702WT01-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196702WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196702WT08 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196703TMAX 267 0 189 0 161 0 156 0 167 0 178 0 183 0 178 0 178 0 178 0 183 0 183 0 172 0 189 0 211 0 244 0 194 0 183 0 183 0 189 0 194 0 189 0 194 0 178 0 183 0 178 0 194 0 194 0 161 0 167 0 144 0 +USW00023188196703TMIN 106 0 89 0 117 0 100 0 72 0 72 0 72 0 111 0 122 0 133 0 139 0 139 0 133 0 117 0 94 0 128 0 139 0 139 0 139 0 122 0 106 0 133 0 144 0 133 0 106 0 128 0 122 0 128 0 106 0 67 0 100 0 +USW00023188196703PRCP 0 0 0 0 3 0 25 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 99 0 38 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 13 0 0 0 112 0 +USW00023188196703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196703ACMH 0 X 70 X 100 X 70 X 10 X 0 X 0 X 70 X 90 X 100 X 80 X 70 X 100 X 80 X 50 X 60 X 80 X 90 X 50 X 50 X 20 X 80 X 90 X 70 X 50 X 100 X 100 X 90 X 60 X 10 X 70 X +USW00023188196703ACSH 0 X 60 X 100 X 70 X 10 X 0 X 0 X 50 X 80 X 90 X 70 X 80 X 100 X 90 X 70 X 80 X 80 X 100 X 30 X 60 X 10 X 80 X 80 X 80 X 60 X 100 X 100 X 90 X 60 X 10 X 90 X +USW00023188196703PSUN 100 X 95 X 16 X 53 X 99 X 100 X 100 X 84 X 71 X 28 X 50 X 88 X 13 X 48 X 67 X 84 X 70 X 27 X 77 X 81 X 95 X 38 X 57 X 36 X 82 X 9 X 51 X 58 X 77 X 99 X 27 X +USW00023188196703TSUN 690 X 654 X 108 X 366 X 690 X 702 X 702 X 594 X 504 X 198 X 354 X 624 X 96 X 342 X 480 X 606 X 504 X 198 X 558 X 588 X 690 X 276 X 420 X 270 X 600 X 66 X 378 X 432 X 576 X 744 X 204 X +USW00023188196703WDFM 315W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 180W X 180W X 180W X 315W X 315W X 315W X 315W X 270W X 225W X 315W X 315W X 270W X 315W X 225W X 270W X 270W X 315W X 225W X 315W X 270W X 180W X +USW00023188196703WSFM 67 X 40 X 63 X 85 X 63 X 80 X 72 X 49 X 49 X 85 X 76 X 76 X 103 X 58 X 63 X 80 X 85 X 45 X 49 X 76 X 76 X 80 X 63 X 58 X 49 X 54 X 54 X 58 X 112 X 58 X 89 X +USW00023188196703WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X +USW00023188196703WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196703WT08 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196703WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X +USW00023188196704TMAX 161 0 167 0 178 0 183 0 183 0 183 0 183 0 172 0 183 0 167 0 133 0 161 0 178 0 178 0 183 0 167 0 172 0 172 0 167 0 167 0 161 0 167 0 172 0 178 0 178 0 194 0 183 0 178 0 167 0 172 0-9999 +USW00023188196704TMIN 89 0 94 0 83 0 106 0 100 0 78 0 111 0 106 0 100 0 117 0 94 0 100 0 106 0 111 0 111 0 89 0 78 0 106 0 106 0 89 0 89 0 111 0 94 0 106 0 100 0 94 0 117 0 117 0 100 0 89 0-9999 +USW00023188196704PRCP 99 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 145 0 20 0 0 0 0 0 0T 0 0 0 0 0 61 0 33 0 30 0 61 0 25 0 0 0 71 0 0 0 0 0 0 0 5 0 3 0 0 0-9999 +USW00023188196704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196704ACMH 60 X 40 X 60 X 70 X 30 X 0 X 60 X 40 X 0 X 90 X 90 X 60 X 60 X 90 X 60 X 20 X 10 X 90 X 60 X 30 X 80 X 40 X 20 X 60 X 20 X 0 X 40 X 50 X 30 X 10 X-9999 +USW00023188196704ACSH 60 X 60 X 70 X 90 X 30 X 0 X 70 X 60 X 0 X 100 X 100 X 70 X 70 X 100 X 50 X 20 X 10 X 90 X 60 X 50 X 80 X 40 X 20 X 70 X 20 X 0 X 30 X 30 X 30 X 0 X-9999 +USW00023188196704PSUN 62 X 83 X 73 X 37 X 83 X 100 X 62 X 87 X 100 X 9 X 10 X 55 X 63 X 17 X 67 X 99 X 97 X 20 X 60 X 64 X 37 X 79 X 87 X 60 X 89 X 100 X 81 X 85 X 81 X 96 X-9999 +USW00023188196704TSUN 468 X 630 X 552 X 282 X 636 X 762 X 468 X 672 X 768 X 72 X 78 X 426 X 492 X 132 X 522 X 780 X 762 X 156 X 474 X 504 X 294 X 630 X 696 X 480 X 708 X 798 X 648 X 678 X 654 X 768 X-9999 +USW00023188196704WDFM 225W X 315W X 270W X 135W X 315W X 315W X 315W X 315W X 225W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 270W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X-9999 +USW00023188196704WSFM 89 X 80 X 63 X 116 X 85 X 85 X 76 X 72 X 54 X 63 X 125 X 107 X 58 X 63 X 76 X 76 X 72 X 89 X 80 X 54 X 94 X 76 X 76 X 76 X 76 X 63 X 67 X 89 X 89 X 72 X-9999 +USW00023188196704WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188196704WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196704WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188196704WT16 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188196705TMAX 200 0 211 0 194 0 194 0 189 0 189 0 222 0 244 0 217 0 189 0 189 0 194 0 211 0 283 0 311 0 328 0 200 0 206 0 206 0 211 0 189 0 228 0 233 0 194 0 183 0 194 0 183 0 194 0 200 0 183 0 172 0 +USW00023188196705TMIN 89 0 100 0 133 0 128 0 128 0 100 0 117 0 161 0 150 0 139 0 128 0 106 0 106 0 133 0 144 0 172 0 144 0 144 0 156 0 156 0 144 0 161 0 167 0 156 0 156 0 156 0 156 0 156 0 144 0 133 0 144 0 +USW00023188196705PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 3 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 +USW00023188196705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196705ACMH 10 X 10 X 40 X 50 X 40 X 0 X 50 X 80 X 80 X 70 X 50 X 20 X 0 X 10 X 10 X 20 X 80 X 50 X 70 X 60 X 100 X 70 X 90 X 100 X 100 X 90 X 100 X 80 X 90 X 90 X 80 X +USW00023188196705ACSH 0 X 0 X 20 X 30 X 40 X 10 X 50 X 70 X 90 X 70 X 70 X 30 X 0 X 10 X 10 X 30 X 80 X 40 X 40 X 40 X 100 X 70 X 100 X 100 X 100 X 90 X 100 X 70 X 90 X 90 X 90 X +USW00023188196705PSUN 97 X 99 X 88 X 81 X 70 X 100 X 89 X 95 X 64 X 68 X 82 X 80 X 100 X 100 X 100 X 100 X 36 X 61 X 65 X 70 X 0 X 66 X 17 X 15 X 0 X 29 X 9 X 50 X 26 X 30 X 18 X +USW00023188196705TSUN 786 X 798 X 720 X 660 X 576 X 816 X 732 X 780 X 528 X 564 X 678 X 660 X 828 X 828 X 828 X 834 X 300 X 504 X 546 X 588 X 0 X 552 X 144 X 132 X 6 X 240 X 72 X 420 X 222 X 258 X 156 X +USW00023188196705WDFM 315W X 315W X 225W X 315W X 270W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 270W X 315W X 180W X 315W X 315W X 180W X 180W X 315W X 225W X 180W X 180W X 180W X 225W X +USW00023188196705WSFM 89 X 54 X 45 X 72 X 67 X 72 X 76 X 72 X 54 X 76 X 72 X 63 X 80 X 103 X 85 X 63 X 49 X 49 X 45 X 49 X 49 X 72 X 76 X 58 X 63 X 58 X 45 X 45 X 76 X 76 X 80 X +USW00023188196705WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00023188196705WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196705WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196705WT08-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196705WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X +USW00023188196706TMAX 189 0 200 0 200 0 200 0 211 0 211 0 211 0 200 0 194 0 183 0 172 0 189 0 194 0 206 0 189 0 178 0 200 0 206 0 206 0 206 0 211 0 206 0 206 0 211 0 206 0 228 0 250 0 233 0 222 0 222 0-9999 +USW00023188196706TMIN 122 0 106 0 133 0 133 0 133 0 150 0 150 0 150 0 150 0 144 0 150 0 133 0 139 0 150 0 150 0 144 0 150 0 161 0 156 0 156 0 144 0 144 0 139 0 150 0 150 0 161 0 156 0 161 0 156 0 167 0-9999 +USW00023188196706PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 36 0 5 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196706ACMH 20 X 0 X 20 X 30 X 30 X 50 X 80 X 90 X 100 X 100 X 100 X 100 X 90 X 80 X 100 X 100 X 90 X 60 X 60 X 80 X 90 X 90 X 70 X 60 X 70 X 30 X 10 X 10 X 50 X 60 X-9999 +USW00023188196706ACSH 10 X 0 X 10 X 20 X 30 X 30 X 70 X 90 X 90 X 100 X 100 X 100 X 90 X 60 X 100 X 100 X 80 X 50 X 60 X 70 X 80 X 80 X 40 X 30 X 50 X 20 X 10 X 0 X 30 X 30 X-9999 +USW00023188196706PSUN 89 X 100 X 100 X 95 X 81 X 76 X 44 X 28 X 31 X 8 X 0 X 10 X 35 X 48 X 1 X 0 X 22 X 59 X 55 X 46 X 32 X 29 X 63 X 72 X 56 X 84 X 93 X 100 X 77 X 75 X-9999 +USW00023188196706TSUN 756 X 852 X 852 X 810 X 690 X 648 X 378 X 240 X 264 X 72 X 0 X 84 X 300 X 414 X 12 X 0 X 192 X 504 X 474 X 396 X 276 X 252 X 540 X 630 X 474 X 726 X 792 X 858 X 660 X 648 X-9999 +USW00023188196706WDFM 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 270W X 180W X 225W X 225W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X-9999 +USW00023188196706WSFM 76 X 89 X 76 X 76 X 85 X 67 X 58 X 49 X 58 X 45 X 63 X 63 X 54 X 72 X 54 X 40 X 58 X 72 X 72 X 67 X 45 X 40 X 49 X 49 X 49 X 58 X 72 X 58 X 67 X 45 X-9999 +USW00023188196706WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188196706WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188196706WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196707TMAX 222 0 217 0 217 0 217 0 233 0 228 0 239 0 228 0 233 0 233 0 256 0 250 0 250 0 244 0 239 0 217 0 233 0 239 0 244 0 256 0 233 0 278 0 256 0 256 0 244 0 261 0 300 0 289 0 256 0 244 0 239 0 +USW00023188196707TMIN 172 0 167 0 167 0 172 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 189 0 183 0 183 0 178 0 172 0 178 0 178 0 172 0 167 0 178 0 183 0 200 0 200 0 194 0 194 0 206 0 211 0 194 0 194 0 189 0 +USW00023188196707PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196707ACMH 80 X 80 X 90 X 100 X 80 X 50 X 50 X 60 X 60 X 70 X 60 X 60 X 70 X 80 X 50 X 70 X 60 X 60 X 30 X 40 X 50 X 40 X 10 X 30 X 50 X 90 X 20 X 0 X 30 X 80 X 80 X +USW00023188196707ACSH 70 X 70 X 90 X 90 X 70 X 40 X 20 X 40 X 40 X 60 X 80 X 80 X 60 X 70 X 30 X 50 X 30 X 40 X 20 X 40 X 60 X 50 X 20 X 20 X 40 X 90 X 20 X 0 X 20 X 60 X 70 X +USW00023188196707PSUN 36 X 44 X 25 X 25 X 47 X 82 X 84 X 69 X 73 X 75 X 82 X 57 X 75 X 84 X 87 X 56 X 71 X 71 X 81 X 85 X 65 X 71 X 96 X 86 X 73 X 48 X 100 X 100 X 96 X 57 X 47 X +USW00023188196707TSUN 312 X 378 X 216 X 216 X 396 X 702 X 720 X 588 X 624 X 636 X 696 X 486 X 630 X 708 X 738 X 480 X 600 X 600 X 684 X 714 X 546 X 594 X 804 X 714 X 606 X 402 X 834 X 828 X 798 X 474 X 390 X +USW00023188196707WDFM 270W X 180W X 180W X 180W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 225W X 270W X 315W X 315W X 225W X 180W X 225W X 270W X 315W X 180W X 180W X 315W X 315W X 315W X 270W X 180W X +USW00023188196707WSFM 49 X 49 X 58 X 45 X 54 X 58 X 58 X 67 X 54 X 54 X 58 X 49 X 49 X 72 X 72 X 45 X 49 X 67 X 67 X 40 X 58 X 45 X 49 X 72 X 54 X 45 X 63 X 76 X 58 X 54 X 54 X +USW00023188196707WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196707WT08 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188196707WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196708TMAX 250 0 244 0 239 0 239 0 239 0 239 0 250 0 250 0 233 0 244 0 267 0 261 0 267 0 261 0 261 0 250 0 261 0 278 0 278 0 272 0 244 0 244 0 256 0 256 0 256 0 250 0 267 0 278 0 300 0 300 0 306 0 +USW00023188196708TMIN 194 0 194 0 183 0 178 0 183 0 189 0 194 0 194 0 194 0 194 0 194 0 200 0 206 0 189 0 200 0 200 0 206 0 211 0 206 0 200 0 189 0 189 0 194 0 206 0 206 0 206 0 189 0 200 0 206 0 206 0 211 0 +USW00023188196708PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 36 0 +USW00023188196708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196708ACMH 80 X 70 X 100 X 90 X 90 X 100 X 70 X 100 X 100 X 40 X 20 X 30 X 40 X 50 X 50 X 30 X 10 X 20 X 10 X 60 X 80 X 50 X 30 X 60 X 30 X 30 X 30 X 0 X 0 X 30 X 80 X +USW00023188196708ACSH 60 X 50 X 100 X 80 X 90 X 100 X 60 X 90 X 100 X 30 X 10 X 10 X 20 X 30 X 40 X 20 X 10 X 20 X 10 X 40 X 60 X 40 X 20 X 40 X 30 X 10 X 20 X 0 X 0 X 30 X 80 X +USW00023188196708PSUN 50 X 59 X 12 X 37 X 40 X 25 X 67 X 44 X 10 X 80 X 86 X 83 X 84 X 71 X 61 X 87 X 92 X 89 X 95 X 75 X 60 X 66 X 81 X 75 X 79 X 88 X 84 X 100 X 100 X 81 X 25 X +USW00023188196708TSUN 414 X 486 X 96 X 300 X 324 X 204 X 546 X 354 X 78 X 648 X 696 X 672 X 678 X 570 X 492 X 696 X 732 X 708 X 756 X 594 X 480 X 516 X 636 X 594 X 624 X 684 X 660 X 780 X 774 X 624 X 192 X +USW00023188196708WDFM 225W X 315W X 315W X 225W X 180W X 225W X 225W X 225W X 315W X 315W X 225W X 315W X 315W X 180W X 180W X 315W X 315W X 315W X 225W X 315W X 225W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188196708WSFM 45 X 67 X 49 X 45 X 49 X 45 X 45 X 49 X 72 X 72 X 49 X 72 X 76 X 54 X 72 X 63 X 76 X 67 X 54 X 54 X 45 X 49 X 72 X 76 X 72 X 72 X 85 X 76 X 76 X 58 X 58 X +USW00023188196708WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188196708WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188196708WT08 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00023188196708WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188196709TMAX 311 0 267 0 272 0 250 0 250 0 250 0 244 0 250 0 261 0 306 0 278 0 267 0 250 0 239 0 244 0 228 0 233 0 228 0 233 0 272 0 261 0 244 0 239 0 228 0 228 0 222 0 228 0 239 0 239 0 222 0-9999 +USW00023188196709TMIN 222 0 206 0 206 0 200 0 194 0 194 0 183 0 189 0 183 0 189 0 206 0 217 0 206 0 194 0 189 0 189 0 189 0 194 0 194 0 189 0 183 0 183 0 189 0 189 0 194 0 194 0 200 0 194 0 194 0 194 0-9999 +USW00023188196709PRCP 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 10 0 0T 0-9999 +USW00023188196709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196709ACMH 90 X 80 X 60 X 90 X 60 X 30 X 40 X 40 X 70 X 30 X 30 X 60 X 80 X 70 X 70 X 70 X 60 X 100 X 90 X 30 X 0 X 20 X 90 X 90 X 90 X 100 X 100 X 100 X 90 X 100 X-9999 +USW00023188196709ACSH 100 X 80 X 60 X 80 X 20 X 20 X 30 X 30 X 90 X 40 X 40 X 40 X 60 X 60 X 40 X 50 X 40 X 100 X 100 X 30 X 0 X 20 X 90 X 80 X 90 X 100 X 100 X 100 X 80 X 100 X-9999 +USW00023188196709PSUN 46 X 45 X 60 X 57 X 75 X 80 X 67 X 80 X 58 X 95 X 68 X 70 X 55 X 60 X 58 X 64 X 68 X 15 X 21 X 95 X 97 X 95 X 20 X 31 X 21 X 8 X 0 X 20 X 56 X 0 X-9999 +USW00023188196709TSUN 360 X 348 X 462 X 432 X 570 X 606 X 504 X 606 X 438 X 720 X 510 X 522 X 414 X 444 X 432 X 474 X 504 X 108 X 156 X 702 X 708 X 690 X 150 X 228 X 156 X 54 X 0 X 144 X 402 X 0 X-9999 +USW00023188196709WDFM 315W X 180W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 180W X 225W X 225W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188196709WSFM 76 X 89 X 54 X 49 X 76 X 49 X 63 X 49 X 58 X 40 X 67 X 67 X 76 X 72 X 54 X 45 X 58 X 72 X 54 X 54 X 54 X 76 X 49 X 45 X 72 X 45 X 40 X 49 X 76 X 76 X-9999 +USW00023188196709WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188196709WT08-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188196709WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188196710TMAX 228 0 244 0 228 0 228 0 228 0 239 0 317 0 283 0 239 0 228 0 233 0 261 0 228 0 228 0 300 0 328 0 317 0 300 0 272 0 222 0 217 0 211 0 233 0 233 0 222 0 211 0 211 0 211 0 239 0 272 0 283 0 +USW00023188196710TMIN 189 0 178 0 189 0 183 0 156 0 128 0 144 0 144 0 139 0 144 0 150 0 139 0 156 0 161 0 150 0 144 0 167 0 156 0 133 0 133 0 172 0 156 0 139 0 150 0 122 0 156 0 161 0 167 0 150 0 144 0 139 0 +USW00023188196710PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196710ACMH 80 X 30 X 50 X 40 X 10 X 0 X 0 X 10 X 20 X 30 X 20 X 50 X 40 X 50 X 30 X 0 X 0 X 10 X 40 X 60 X 80 X 40 X 30 X 30 X 40 X 70 X 80 X 80 X 20 X 20 X 10 X +USW00023188196710ACSH 60 X 20 X 30 X 30 X 0 X 0 X 10 X 20 X 10 X 20 X 30 X 10 X 20 X 0 X 10 X 0 X 0 X 0 X 10 X 50 X 70 X 30 X 10 X 40 X 40 X 80 X 60 X 60 X 20 X 40 X 20 X +USW00023188196710PSUN 63 X 84 X 77 X 78 X 98 X 100 X 100 X 100 X 90 X 90 X 79 X 87 X 84 X 91 X 94 X 100 X 100 X 100 X 100 X 66 X 50 X 67 X 91 X 85 X 68 X 73 X 50 X 62 X 100 X 89 X 100 X +USW00023188196710TSUN 450 X 594 X 546 X 552 X 690 X 702 X 702 X 696 X 624 X 630 X 546 X 600 X 576 X 624 X 642 X 684 X 678 X 678 X 678 X 444 X 342 X 450 X 612 X 564 X 450 X 480 X 336 X 408 X 660 X 582 X 654 X +USW00023188196710WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 315W X 315W X 270W X 315W X 270W X 315W X 315W X 315W X +USW00023188196710WSFM 80 X 58 X 63 X 76 X 67 X 85 X 76 X 58 X 45 X 45 X 54 X 54 X 54 X 54 X 72 X 72 X 80 X 40 X 45 X 45 X 45 X 72 X 40 X 54 X 76 X 40 X 45 X 54 X 76 X 58 X 63 X +USW00023188196710WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196710WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196710WT08 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00023188196711TMAX 244 0 211 0 211 0 211 0 233 0 222 0 206 0 206 0 217 0 211 0 228 0 222 0 250 0 228 0 228 0 222 0 233 0 228 0 200 0 217 0 200 0 183 0 200 0 222 0 228 0 194 0 211 0 183 0 183 0 172 0-9999 +USW00023188196711TMIN 139 0 144 0 167 0 167 0 172 0 172 0 161 0 161 0 139 0 139 0 122 0 161 0 128 0 128 0 144 0 161 0 161 0 156 0 167 0 167 0 144 0 144 0 128 0 117 0 133 0 144 0 122 0 117 0 89 0 106 0-9999 +USW00023188196711PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 155 0 86 0 310 0 170 0 0 0 0 0 0 0 127 0 0 0 0T 0 0 0 48 0-9999 +USW00023188196711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196711ACMH 20 X 60 X 60 X 80 X 80 X 40 X 60 X 80 X 10 X 30 X 40 X 60 X 50 X 40 X 30 X 70 X 50 X 60 X 90 X 60 X 80 X 90 X 20 X 0 X 60 X 90 X 10 X 60 X 30 X 70 X-9999 +USW00023188196711ACSH 0 X 30 X 30 X 60 X 60 X 30 X 60 X 100 X 20 X 20 X 70 X 40 X 60 X 60 X 20 X 90 X 40 X 30 X 80 X 50 X 90 X 100 X 20 X 0 X 60 X 100 X 0 X 80 X 50 X 100 X-9999 +USW00023188196711PSUN 94 X 74 X 74 X 73 X 51 X 69 X 70 X 45 X 87 X 85 X 84 X 91 X 91 X 93 X 94 X 51 X 66 X 77 X 51 X 72 X 11 X 4 X 96 X 100 X 55 X 0 X 93 X 25 X 54 X 1 X-9999 +USW00023188196711TSUN 612 X 480 X 480 X 474 X 330 X 444 X 450 X 288 X 558 X 546 X 534 X 576 X 582 X 588 X 594 X 318 X 414 X 480 X 318 X 444 X 66 X 30 X 594 X 618 X 336 X 0 X 570 X 156 X 330 X 6 X-9999 +USW00023188196711WDFM 180W X 180W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 135W X 180W X 180W X 180W X 135W X 315W X 315W X 135W X 90W X 315W X 315W X 135W X 180W X-9999 +USW00023188196711WSFM 40 X 40 X 40 X 49 X 58 X 67 X 63 X 85 X 49 X 40 X 58 X 72 X 76 X 76 X 76 X 63 X 58 X 58 X 116 X 80 X 112 X 54 X 45 X 58 X 45 X 89 X 49 X 107 X 40 X 76 X-9999 +USW00023188196711WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196711WT02 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196711WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196711WT08-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196711WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 +USW00023188196712TMAX 167 0 189 0 183 0 183 0 183 0 189 0 183 0 183 0 189 0 194 0 200 0 178 0 144 0 133 0 122 0 150 0 161 0 144 0 133 0 133 0 156 0 200 0 222 0 222 0 239 0 211 0 228 0 144 0 189 0 183 0 183 0 +USW00023188196712TMIN 89 0 61 0 67 0 78 0 83 0 111 0 117 0 117 0 83 0 67 0 72 0 139 0 33 0 33 0 44 0 83 0 111 0 94 0 94 0 72 0 56 0 44 0 67 0 78 0 89 0 106 0 100 0 111 0 111 0 83 0 67 0 +USW00023188196712PRCP 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 28 0 0T 0 284 0 56 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196712ACMH 50 X 0 X 0 X 10 X 20 X 60 X 80 X 30 X 10 X 20 X 30 X 80 X 80 X 60 X 60 X 90 X 50 X 100 X 80 X 50 X 0 X 0 X 10 X 0 X 0 X 0 X 10 X 90 X 40 X 10 X 0 X +USW00023188196712ACSH 70 X 0 X 0 X 10 X 30 X 50 X 70 X 50 X 20 X 50 X 0 X 90 X 90 X 40 X 70 X 90 X 20 X 100 X 90 X 50 X 0 X 0 X 10 X 0 X 0 X 0 X 0 X 80 X 20 X 0 X 0 X +USW00023188196712PSUN 94 X 100 X 100 X 92 X 83 X 63 X 41 X 94 X 100 X 96 X 100 X 54 X 41 X 83 X 45 X 38 X 88 X 0 X 30 X 60 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 37 X 100 X 100 X 100 X +USW00023188196712TSUN 570 X 606 X 606 X 558 X 504 X 384 X 252 X 570 X 606 X 576 X 600 X 324 X 246 X 498 X 270 X 228 X 528 X 0 X 180 X 360 X 600 X 600 X 600 X 600 X 600 X 600 X 600 X 222 X 600 X 600 X 600 X +USW00023188196712WDFM 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 45W X 135W X 135W X 180W X 270W X 180W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 180W X 315W X 45W X 315W X +USW00023188196712WSFM 67 X 58 X 36 X 45 X 58 X 54 X 49 X 58 X 49 X 63 X 49 X 76 X 94 X 58 X 36 X 76 X 80 X 143 X 103 X 72 X 49 X 45 X 49 X 72 X 49 X 36 X 54 X 40 X 45 X 36 X 58 X +USW00023188196712WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X +USW00023188196712WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 +USW00023188196712WT08-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X +USW00023188196712WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196712WT18-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196801TMAX 161 0 144 0 167 0 178 0 172 0 178 0 167 0 167 0 183 0 178 0 189 0 228 0 239 0 200 0 194 0 183 0 178 0 211 0 222 0 239 0 233 0 239 0 267 0 256 0 194 0 172 0 156 0 156 0 150 0 150 0 183 0 +USW00023188196801TMIN 61 0 111 0 94 0 61 0 50 0 56 0 56 0 50 0 89 0 117 0 100 0 106 0 89 0 78 0 83 0 128 0 89 0 78 0 83 0 89 0 94 0 94 0 117 0 111 0 106 0 122 0 122 0 89 0 61 0 50 0 106 0 +USW00023188196801PRCP 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 69 0 10 0 0 0 0 0 3 0 +USW00023188196801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196801ACMH 30 X 100 X 30 X 0 X 40 X 20 X 0 X 60 X 100 X 70 X 70 X 90 X 40 X 20 X 40 X 70 X 30 X 20 X 20 X 20 X 0 X 30 X 0 X 20 X 60 X 80 X 90 X 30 X 10 X 50 X 70 X +USW00023188196801ACSH 20 X 100 X 10 X 0 X 70 X 40 X 0 X 60 X 100 X 80 X 50 X 100 X 80 X 20 X 20 X 70 X 60 X 10 X 30 X 30 X 10 X 40 X 0 X 10 X 80 X 80 X 90 X 30 X 0 X 50 X 70 X +USW00023188196801PSUN 94 X 0 X 94 X 100 X 96 X 92 X 100 X 69 X 75 X 53 X 80 X 69 X 85 X 99 X 89 X 79 X 90 X 100 X 100 X 99 X 100 X 96 X 100 X 98 X 76 X 55 X 50 X 94 X 100 X 89 X 71 X +USW00023188196801TSUN 564 X 0 X 570 X 606 X 582 X 558 X 606 X 420 X 456 X 324 X 486 X 420 X 522 X 612 X 546 X 486 X 558 X 618 X 618 X 618 X 624 X 600 X 624 X 612 X 474 X 348 X 312 X 594 X 630 X 564 X 456 X +USW00023188196801WDFM 180W X 270W X 315W X 360W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 225W X 315W X 315W X 315W X 225W X +USW00023188196801WSFM 36 X 36 X 63 X 54 X 58 X 54 X 63 X 31 X 36 X 45 X 58 X 58 X 67 X 31 X 63 X 58 X 67 X 58 X 63 X 54 X 45 X 49 X 49 X 49 X 54 X 72 X 67 X 58 X 76 X 63 X 36 X +USW00023188196801WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00023188196801WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196801WT08-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196801WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X +USW00023188196802TMAX 194 0 200 0 211 0 261 0 217 0 228 0 189 0 178 0 167 0 167 0 172 0 178 0 178 0 189 0 206 0 200 0 200 0 200 0 183 0 183 0 178 0 194 0 250 0 244 0 211 0 172 0 189 0 200 0 200 0-9999 -9999 +USW00023188196802TMIN 89 0 106 0 89 0 111 0 106 0 117 0 100 0 106 0 128 0 117 0 106 0 111 0 117 0 128 0 133 0 128 0 133 0 133 0 122 0 133 0 144 0 139 0 122 0 122 0 122 0 133 0 150 0 144 0 122 0-9999 -9999 +USW00023188196802PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 10 0 0 0 0T 0 43 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188196802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188196802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188196802ACMH 40 X 10 X 20 X 50 X 70 X 70 X 60 X 100 X 100 X 80 X 100 X 80 X 80 X 80 X 90 X 80 X 90 X 60 X 100 X 100 X 100 X 60 X 40 X 50 X 60 X 100 X 100 X 100 X 50 X-9999 -9999 +USW00023188196802ACSH 40 X 0 X 40 X 90 X 100 X 90 X 90 X 100 X 100 X 90 X 100 X 70 X 70 X 80 X 90 X 60 X 100 X 50 X 100 X 100 X 100 X 40 X 30 X 30 X 30 X 100 X 100 X 100 X 30 X-9999 -9999 +USW00023188196802PSUN 95 X 100 X 100 X 86 X 69 X 85 X 86 X 44 X 0 X 55 X 23 X 89 X 67 X 77 X 74 X 68 X 13 X 88 X 35 X 15 X 5 X 92 X 100 X 99 X 73 X 29 X 0 X 80 X 74 X-9999 -9999 +USW00023188196802TSUN 606 X 642 X 642 X 552 X 450 X 546 X 558 X 288 X 0 X 360 X 150 X 588 X 438 X 504 X 492 X 450 X 90 X 594 X 234 X 102 X 36 X 624 X 678 X 672 X 498 X 198 X 0 X 552 X 504 X-9999 -9999 +USW00023188196802WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 45W X 225W X 135W X 180W X 270W X 315W X 180W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X-9999 -9999 +USW00023188196802WSFM 72 X 80 X 63 X 54 X 40 X 36 X 67 X 36 X 58 X 58 X 54 X 45 X 80 X 63 X 40 X 49 X 45 X 80 X 72 X 63 X 54 X 76 X 67 X 58 X 49 X 58 X 54 X 80 X 63 X-9999 -9999 +USW00023188196802WT01-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00023188196802WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196802WT08 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188196802WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196803TMAX 183 0 200 0 256 0 283 0 200 0 183 0 183 0 178 0 167 0 183 0 211 0 183 0 194 0 178 0 194 0 189 0 172 0 172 0 194 0 228 0 244 0 256 0 200 0 211 0 211 0 200 0 200 0 211 0 200 0 189 0 189 0 +USW00023188196803TMIN 117 0 139 0 128 0 128 0 128 0 144 0 111 0 133 0 122 0 106 0 89 0 106 0 117 0 117 0 94 0 128 0 122 0 111 0 78 0 83 0 94 0 128 0 89 0 100 0 128 0 128 0 133 0 128 0 117 0 133 0 144 0 +USW00023188196803PRCP 0 0 0 0 0 0 0 0 0 0 0 0 15 0 338 0 8 0 0 0 0 0 0 0 13 0 0 0 0 0 20 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196803ACMH 90 X 50 X 0 X 10 X 60 X 80 X 80 X 100 X 70 X 10 X 70 X 80 X 80 X 30 X 70 X 70 X 60 X 30 X 0 X 0 X 40 X 50 X 0 X 60 X 60 X 50 X 40 X 40 X 60 X 70 X 100 X +USW00023188196803ACSH 90 X 60 X 10 X 0 X 70 X 90 X 80 X 100 X 70 X 0 X 80 X 100 X 60 X 20 X 80 X 50 X 60 X 40 X 0 X 0 X 50 X 50 X 0 X 90 X 70 X 30 X 30 X 30 X 40 X 50 X 100 X +USW00023188196803PSUN 34 X 87 X 95 X 100 X 81 X 35 X 53 X 13 X 45 X 97 X 96 X 49 X 65 X 92 X 80 X 83 X 80 X 69 X 100 X 100 X 93 X 72 X 100 X 86 X 79 X 77 X 80 X 84 X 76 X 62 X 15 X +USW00023188196803TSUN 234 X 600 X 660 X 696 X 564 X 246 X 372 X 90 X 318 X 690 X 684 X 348 X 462 X 654 X 576 X 594 X 576 X 504 X 726 X 726 X 684 X 528 X 732 X 630 X 582 X 570 X 594 X 624 X 564 X 468 X 114 X +USW00023188196803WDFM 180W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 180W X 225W X 225W X +USW00023188196803WSFM 63 X 76 X 76 X 85 X 63 X 72 X 54 X 143 X 76 X 85 X 54 X 54 X 63 X 58 X 80 X 76 X 80 X 63 X 76 X 80 X 76 X 85 X 67 X 76 X 58 X 49 X 45 X 63 X 45 X 45 X 54 X +USW00023188196803WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188196803WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188196803WT08 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188196803WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196804TMAX 189 0 178 0 189 0 200 0 194 0 194 0 211 0 244 0 322 0 294 0 211 0 206 0 194 0 206 0 194 0 167 0 178 0 200 0 189 0 178 0 189 0 200 0 250 0 222 0 211 0 206 0 194 0 211 0 206 0 194 0-9999 +USW00023188196804TMIN 128 0 133 0 117 0 117 0 133 0 139 0 117 0 122 0 133 0 144 0 150 0 156 0 150 0 128 0 150 0 133 0 128 0 94 0 100 0 128 0 128 0 117 0 111 0 117 0 117 0 133 0 150 0 156 0 133 0 139 0-9999 +USW00023188196804PRCP 81 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196804ACMH 90 X 80 X 10 X 0 X 80 X 30 X 0 X 0 X 0 X 10 X 50 X 90 X 60 X 40 X 90 X 100 X 70 X 0 X 20 X 70 X 70 X 10 X 0 X 0 X 30 X 50 X 90 X 50 X 80 X 80 X-9999 +USW00023188196804ACSH 100 X 80 X 10 X 0 X 80 X 10 X 0 X 0 X 0 X 0 X 40 X 80 X 50 X 40 X 90 X 100 X 70 X 0 X 0 X 60 X 70 X 0 X 0 X 0 X 0 X 50 X 90 X 30 X 60 X 60 X-9999 +USW00023188196804PSUN 27 X 35 X 92 X 100 X 59 X 89 X 100 X 100 X 100 X 100 X 91 X 55 X 76 X 95 X 46 X 1 X 58 X 100 X 96 X 60 X 61 X 100 X 100 X 96 X 100 X 65 X 31 X 79 X 64 X 61 X-9999 +USW00023188196804TSUN 204 X 264 X 696 X 756 X 444 X 672 X 762 X 768 X 768 X 768 X 708 X 426 X 588 X 738 X 354 X 6 X 450 X 786 X 756 X 474 X 480 X 792 X 792 X 768 X 798 X 516 X 246 X 630 X 516 X 498 X-9999 +USW00023188196804WDFM 180W X 270W X 225W X 315W X 225W X 315W X 225W X 315W X 45W X 315W X 180W X 270W X 315W X 315W X 225W X 270W X 225W X 225W X 225W X 270W X 225W X 315W X 315W X 315W X 180W X 180W X 270W X 315W X 315W X 315W X-9999 +USW00023188196804WSFM 116 X 85 X 49 X 63 X 49 X 63 X 49 X 89 X 112 X 67 X 63 X 49 X 67 X 80 X 58 X 76 X 76 X 63 X 54 X 49 X 72 X 89 X 103 X 76 X 49 X 63 X 45 X 85 X 72 X 76 X-9999 +USW00023188196804WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188196804WT08-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00023188196804WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196805TMAX 206 0 206 0 183 0 194 0 189 0 189 0 183 0 217 0 200 0 167 0 189 0 167 0 183 0 189 0 200 0 206 0 222 0 256 0 222 0 228 0 211 0 206 0 206 0 211 0 228 0 261 0 217 0 222 0 217 0 206 0 217 0 +USW00023188196805TMIN 144 0 156 0 156 0 156 0 150 0 128 0 111 0 156 0 144 0 150 0 144 0 133 0 133 0 133 0 111 0 133 0 144 0 150 0 156 0 161 0 156 0 156 0 150 0 150 0 144 0 156 0 161 0 167 0 167 0 167 0 167 0 +USW00023188196805PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196805ACMH 100 X 90 X 100 X 90 X 100 X 60 X 70 X 90 X 40 X 100 X 100 X 100 X 60 X 20 X 0 X 40 X 30 X 20 X 50 X 50 X 90 X 60 X 30 X 20 X 0 X 0 X 30 X 70 X 70 X 90 X 70 X +USW00023188196805ACSH 90 X 90 X 100 X 80 X 100 X 70 X 90 X 80 X 20 X 100 X 100 X 100 X 60 X 20 X 0 X 30 X 20 X 30 X 60 X 30 X 80 X 40 X 10 X 10 X 0 X 0 X 10 X 50 X 50 X 90 X 60 X +USW00023188196805PSUN 47 X 33 X 0 X 51 X 32 X 64 X 66 X 31 X 83 X 5 X 13 X 15 X 67 X 91 X 100 X 85 X 88 X 80 X 79 X 78 X 36 X 84 X 95 X 92 X 100 X 100 X 90 X 74 X 66 X 29 X 61 X +USW00023188196805TSUN 378 X 264 X 0 X 414 X 258 X 522 X 540 X 252 X 678 X 42 X 108 X 126 X 552 X 750 X 828 X 708 X 732 X 666 X 660 X 660 X 300 X 708 X 798 X 774 X 846 X 846 X 762 X 624 X 558 X 252 X 522 X +USW00023188196805WDFM 180W X 180W X 315W X 315W X 225W X 225W X 270W X 315W X 270W X 270W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 180W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 180W X 180W X 225W X 180W X 225W X +USW00023188196805WSFM 58 X 49 X 72 X 89 X 58 X 58 X 58 X 58 X 67 X 54 X 67 X 85 X 72 X 85 X 67 X 54 X 76 X 49 X 45 X 63 X 54 X 76 X 58 X 67 X 63 X 63 X 49 X 58 X 54 X 58 X 54 X +USW00023188196805WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188196805WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196805WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188196805WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196806TMAX 217 0 222 0 217 0 194 0 194 0 194 0 189 0 189 0 194 0 222 0 222 0 211 0 228 0 239 0 217 0 222 0 222 0 228 0 239 0 244 0 256 0 222 0 217 0 217 0 200 0 211 0 200 0 217 0 206 0 217 0-9999 +USW00023188196806TMIN 167 0 172 0 167 0 167 0 161 0 156 0 150 0 144 0 156 0 150 0 150 0 150 0 150 0 161 0 167 0 161 0 167 0 172 0 161 0 161 0 150 0 156 0 156 0 167 0 172 0 172 0 167 0 161 0 156 0 150 0-9999 +USW00023188196806PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0 0-9999 +USW00023188196806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196806ACMH 80 X 70 X 90 X 100 X 80 X 80 X 90 X 90 X 90 X 0 X 50 X 60 X 40 X 40 X 60 X 60 X 80 X 50 X 30 X 30 X 30 X 60 X 100 X 90 X 100 X 100 X 100 X 90 X 60 X 40 X-9999 +USW00023188196806ACSH 60 X 50 X 80 X 100 X 80 X 90 X 100 X 100 X 100 X 0 X 30 X 40 X 20 X 20 X 30 X 70 X 80 X 30 X 20 X 10 X 10 X 30 X 100 X 80 X 100 X 100 X 100 X 90 X 50 X 30 X-9999 +USW00023188196806PSUN 74 X 73 X 47 X 1 X 65 X 12 X 16 X 24 X 12 X 100 X 71 X 75 X 83 X 85 X 80 X 84 X 81 X 71 X 85 X 89 X 91 X 88 X 50 X 31 X 0 X 12 X 1 X 37 X 66 X 75 X-9999 +USW00023188196806TSUN 624 X 624 X 396 X 12 X 552 X 102 X 132 X 204 X 102 X 858 X 612 X 642 X 708 X 726 X 684 X 720 X 702 X 612 X 726 X 762 X 786 X 756 X 432 X 264 X 0 X 108 X 12 X 318 X 564 X 648 X-9999 +USW00023188196806WDFM 225W X 225W X 225W X 180W X 225W X 225W X 180W X 225W X 315W X 315W X 315W X 180W X 315W X 180W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 180W X 225W X 315W X 315W X 225W X 225W X 180W X-9999 +USW00023188196806WSFM 54 X 49 X 58 X 76 X 58 X 63 X 67 X 49 X 58 X 76 X 54 X 49 X 63 X 45 X 49 X 49 X 76 X 76 X 80 X 85 X 76 X 58 X 54 X 76 X 45 X 76 X 54 X 49 X 63 X 49 X-9999 +USW00023188196806WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196806WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196806WT08 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188196806WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00023188196807TMAX 217 0 211 0 228 0 222 0 222 0 217 0 256 0 300 0 300 0 311 0 294 0 278 0 217 0 222 0 233 0 239 0 239 0 250 0 256 0 261 0 256 0 250 0 256 0 250 0 250 0 256 0 244 0 250 0 272 0 261 0 250 0 +USW00023188196807TMIN 144 0 172 0 167 0 172 0 167 0 178 0 189 0 194 0 200 0 200 0 194 0 194 0 189 0 183 0 183 0 183 0 183 0 178 0 194 0 200 0 200 0 200 0 200 0 200 0 200 0 206 0 206 0 211 0 211 0 200 0 194 0 +USW00023188196807PRCP 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 +USW00023188196807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196807ACMH 40 X 60 X 30 X 70 X 90 X 100 X 90 X 20 X 30 X 0 X 0 X 0 X 90 X 80 X 70 X 60 X 50 X 40 X 50 X 50 X 80 X 50 X 80 X 40 X 50 X 40 X 80 X 90 X 50 X 30 X 20 X +USW00023188196807ACSH 40 X 50 X 20 X 50 X 90 X 100 X 100 X 10 X 40 X 0 X 0 X 0 X 80 X 60 X 50 X 30 X 40 X 20 X 60 X 50 X 70 X 40 X 70 X 30 X 30 X 20 X 100 X 100 X 40 X 10 X 20 X +USW00023188196807PSUN 72 X 55 X 78 X 51 X 56 X 1 X 8 X 96 X 96 X 100 X 100 X 100 X 45 X 58 X 66 X 73 X 69 X 86 X 95 X 97 X 81 X 68 X 74 X 75 X 81 X 89 X 40 X 13 X 79 X 88 X 86 X +USW00023188196807TSUN 618 X 474 X 672 X 438 X 474 X 12 X 66 X 816 X 822 X 852 X 852 X 852 X 384 X 492 X 564 X 618 X 588 X 726 X 804 X 816 X 678 X 570 X 618 X 630 X 678 X 738 X 336 X 108 X 654 X 726 X 708 X +USW00023188196807WDFM 315W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 180W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X 270W X +USW00023188196807WSFM 67 X 67 X 54 X 54 X 45 X 58 X 72 X 103 X 80 X 85 X 72 X 72 X 54 X 58 X 49 X 49 X 45 X 58 X 72 X 45 X 49 X 49 X 49 X 49 X 45 X 58 X 63 X 58 X 76 X 54 X 49 X +USW00023188196807WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188196807WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188196808TMAX 250 0 250 0 244 0 239 0 239 0 250 0 261 0 256 0 261 0 256 0 256 0 244 0 244 0 239 0 244 0 239 0 233 0 239 0 239 0 250 0 250 0 244 0 317 0 289 0 272 0 289 0 278 0 300 0 244 0 250 0 239 0 +USW00023188196808TMIN 200 0 194 0 183 0 189 0 189 0 183 0 200 0 194 0 183 0 194 0 200 0 200 0 200 0 194 0 194 0 194 0 183 0 167 0 178 0 200 0 183 0 156 0 172 0 200 0 211 0 211 0 200 0 189 0 194 0 200 0 194 0 +USW00023188196808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196808ACMH 50 X 60 X 60 X 60 X 50 X 20 X 40 X 10 X 30 X 50 X 40 X 60 X 70 X 40 X 80 X 100 X 50 X 20 X 40 X 40 X 10 X 0 X 20 X 60 X 50 X 50 X 0 X 10 X 70 X 50 X 70 X +USW00023188196808ACSH 10 X 30 X 30 X 30 X 30 X 0 X 40 X 10 X 20 X 30 X 10 X 50 X 50 X 30 X 70 X 90 X 50 X 10 X 40 X 40 X 10 X 0 X 20 X 70 X 70 X 50 X 0 X 10 X 70 X 30 X 70 X +USW00023188196808PSUN 86 X 65 X 74 X 71 X 68 X 100 X 84 X 88 X 80 X 69 X 84 X 70 X 66 X 76 X 42 X 34 X 74 X 92 X 63 X 64 X 90 X 100 X 99 X 91 X 87 X 80 X 100 X 97 X 45 X 74 X 49 X +USW00023188196808TSUN 708 X 540 X 606 X 588 X 558 X 816 X 684 X 714 X 648 X 558 X 678 X 570 X 528 X 612 X 336 X 276 X 594 X 738 X 498 X 504 X 708 X 792 X 780 X 714 X 678 X 630 X 780 X 756 X 354 X 576 X 378 X +USW00023188196808WDFM 225W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 180W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 315W X 315W X +USW00023188196808WSFM 54 X 58 X 54 X 54 X 54 X 49 X 49 X 80 X 54 X 63 X 67 X 63 X 54 X 63 X 49 X 49 X 49 X 54 X 49 X 63 X 80 X 76 X 63 X 49 X 76 X 76 X 58 X 58 X 72 X 54 X 76 X +USW00023188196808WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00023188196808WT08 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188196808WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196809TMAX 244 0 244 0 239 0 244 0 239 0 272 0 283 0 283 0 294 0 294 0 250 0 239 0 239 0 228 0 228 0 244 0 239 0 233 0 222 0 222 0 228 0 261 0 317 0 339 0 311 0 250 0 239 0 222 0 228 0 206 0-9999 +USW00023188196809TMIN 194 0 194 0 200 0 200 0 194 0 189 0 200 0 200 0 206 0 200 0 194 0 183 0 183 0 183 0 178 0 194 0 194 0 189 0 183 0 172 0 150 0 150 0 156 0 167 0 172 0 161 0 167 0 172 0 183 0 183 0-9999 +USW00023188196809PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196809ACMH 50 X 80 X 90 X 50 X 50 X 30 X 10 X 0 X 0 X 0 X 60 X 60 X 90 X 100 X 100 X 80 X 60 X 70 X 100 X 70 X 10 X 0 X 0 X 0 X 0 X 30 X 60 X 90 X 80 X 100 X-9999 +USW00023188196809ACSH 20 X 70 X 80 X 20 X 50 X 20 X 0 X 0 X 0 X 0 X 30 X 30 X 80 X 100 X 100 X 70 X 30 X 50 X 100 X 80 X 0 X 0 X 0 X 0 X 0 X 20 X 20 X 90 X 80 X 100 X-9999 +USW00023188196809PSUN 77 X 39 X 26 X 80 X 47 X 87 X 97 X 99 X 100 X 100 X 71 X 67 X 46 X 24 X 12 X 52 X 73 X 56 X 4 X 47 X 100 X 100 X 100 X 100 X 100 X 88 X 77 X 18 X 40 X 0 X-9999 +USW00023188196809TSUN 588 X 300 X 204 X 618 X 354 X 660 X 738 X 756 X 756 X 756 X 534 X 498 X 342 X 180 X 90 X 390 X 540 X 408 X 36 X 342 X 732 X 732 X 726 X 726 X 726 X 630 X 558 X 132 X 288 X 0 X-9999 +USW00023188196809WDFM 225W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 180W X 225W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X-9999 +USW00023188196809WSFM 49 X 58 X 49 X 76 X 76 X 80 X 76 X 76 X 67 X 76 X 54 X 72 X 49 X 63 X 45 X 49 X 85 X 58 X 45 X 63 X 49 X 85 X 80 X 63 X 67 X 54 X 54 X 49 X 45 X 67 X-9999 +USW00023188196809WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196809WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196809WT08 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188196809WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196810TMAX 217 0 228 0 233 0 228 0 228 0 211 0 217 0 228 0 233 0 222 0 228 0 217 0 222 0 217 0 222 0 272 0 283 0 267 0 233 0 217 0 222 0 228 0 294 0 306 0 244 0 233 0 222 0 228 0 228 0 211 0 211 0 +USW00023188196810TMIN 167 0 150 0 167 0 172 0 172 0 167 0 178 0 161 0 156 0 178 0 178 0 161 0 144 0 161 0 156 0 133 0 150 0 150 0 156 0 156 0 128 0 128 0 122 0 128 0 150 0 133 0 122 0 122 0 139 0 139 0 122 0 +USW00023188196810PRCP 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 +USW00023188196810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196810ACMH 80 X 80 X 90 X 50 X 70 X 100 X 80 X 50 X 80 X 70 X 80 X 40 X 20 X 90 X 20 X 0 X 0 X 50 X 40 X 30 X 40 X 50 X 30 X 20 X 80 X 50 X 40 X 70 X 80 X 70 X 30 X +USW00023188196810ACSH 80 X 80 X 100 X 30 X 60 X 100 X 80 X 40 X 90 X 50 X 100 X 50 X 0 X 100 X 20 X 10 X 0 X 40 X 10 X 20 X 10 X 20 X 20 X 0 X 90 X 20 X 20 X 40 X 60 X 80 X 50 X +USW00023188196810PSUN 21 X 36 X 4 X 81 X 51 X 14 X 36 X 58 X 10 X 46 X 33 X 61 X 87 X 4 X 82 X 97 X 100 X 82 X 87 X 84 X 94 X 93 X 93 X 96 X 77 X 94 X 96 X 78 X 75 X 27 X 66 X +USW00023188196810TSUN 150 X 258 X 24 X 570 X 360 X 96 X 252 X 408 X 66 X 318 X 228 X 420 X 600 X 24 X 564 X 660 X 678 X 558 X 582 X 570 X 636 X 618 X 618 X 642 X 510 X 624 X 636 X 516 X 492 X 180 X 432 X +USW00023188196810WDFM 315W X 315W X 315W X 315W X 315W X 225W X 180W X 270W X 270W X 315W X 315W X 315W X 270W X 225W X 315W X 360W X 315W X 180W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X +USW00023188196810WSFM 63 X 63 X 58 X 89 X 49 X 49 X 45 X 54 X 67 X 58 X 63 X 58 X 45 X 76 X 76 X 80 X 103 X 40 X 40 X 63 X 58 X 72 X 72 X 67 X 49 X 49 X 67 X 58 X 98 X 49 X 40 X +USW00023188196810WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00023188196810WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188196810WT08-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188196810WT16 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188196811TMAX 211 0 206 0 206 0 200 0 206 0 228 0 222 0 267 0 267 0 244 0 256 0 217 0 200 0 194 0 167 0 194 0 194 0 206 0 194 0 267 0 228 0 189 0 194 0 183 0 178 0 200 0 211 0 211 0 206 0 178 0-9999 +USW00023188196811TMIN 133 0 128 0 139 0 156 0 128 0 117 0 133 0 117 0 128 0 122 0 122 0 156 0 144 0 117 0 133 0 150 0 122 0 122 0 117 0 117 0 128 0 111 0 100 0 128 0 111 0 89 0 78 0 72 0 83 0 78 0-9999 +USW00023188196811PRCP 0 0 0 0 3 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 69 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0-9999 +USW00023188196811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196811ACMH 50 X 30 X 70 X 90 X 20 X 40 X 60 X 20 X 0 X 20 X 100 X 90 X 80 X 40 X 100 X 60 X 50 X 70 X 60 X 30 X 20 X 60 X 60 X 90 X 0 X 0 X 60 X 0 X 40 X 50 X-9999 +USW00023188196811ACSH 70 X 30 X 70 X 70 X 20 X 70 X 80 X 40 X 0 X 20 X 100 X 90 X 80 X 40 X 100 X 70 X 30 X 50 X 40 X 0 X 20 X 20 X 30 X 100 X 0 X 0 X 80 X 0 X 60 X 50 X-9999 +USW00023188196811PSUN 74 X 90 X 85 X 60 X 87 X 95 X 95 X 100 X 100 X 100 X 76 X 58 X 55 X 98 X 0 X 82 X 79 X 71 X 67 X 100 X 96 X 80 X 81 X 25 X 100 X 100 X 94 X 100 X 100 X 68 X-9999 +USW00023188196811TSUN 480 X 588 X 552 X 390 X 558 X 612 X 612 X 642 X 642 X 636 X 486 X 372 X 348 X 618 X 0 X 516 X 498 X 444 X 420 X 624 X 594 X 498 X 504 X 156 X 618 X 618 X 576 X 612 X 612 X 414 X-9999 +USW00023188196811WDFM 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 180W X 180W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 360W X 315W X 225W X 315W X 315W X 315W X-9999 +USW00023188196811WSFM 80 X 76 X 76 X 63 X 54 X 67 X 45 X 72 X 49 X 54 X 40 X 45 X 72 X 58 X 121 X 49 X 76 X 76 X 72 X 67 X 49 X 58 X 45 X 49 X 116 X 94 X 40 X 63 X 85 X 72 X-9999 +USW00023188196811WT01-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196811WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196811WT08-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196811WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188196812TMAX 172 0 183 0 200 0 228 0 211 0 200 0 206 0 200 0 189 0 172 0 172 0 194 0 200 0 194 0 194 0 172 0 161 0 172 0 161 0 133 0 128 0 161 0 183 0 172 0 150 0 144 0 156 0 150 0 161 0 200 0 228 0 +USW00023188196812TMIN 117 0 89 0 78 0 78 0 78 0 56 0 72 0 78 0 61 0 89 0 100 0 83 0 67 0 78 0 100 0 106 0 61 0 50 0 106 0 56 0 28 0 22 0 44 0 67 0 83 0 100 0 78 0 67 0 100 0 72 0 78 0 +USW00023188196812PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 3 0 15 0 0 0 0 0 0 0 0 0 91 0 28 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196812ACMH 70 X 10 X 0 X 0 X 30 X 30 X 30 X 80 X 90 X 100 X 80 X 20 X 60 X 90 X 90 X 60 X 10 X 60 X 60 X 50 X 0 X 0 X 30 X 60 X 80 X 70 X 60 X 50 X 40 X 10 X 30 X +USW00023188196812ACSH 70 X 0 X 0 X 0 X 10 X 30 X 40 X 80 X 90 X 100 X 100 X 40 X 90 X 100 X 90 X 80 X 0 X 80 X 70 X 70 X 0 X 0 X 70 X 70 X 100 X 80 X 90 X 50 X 50 X 20 X 50 X +USW00023188196812PSUN 50 X 100 X 100 X 100 X 100 X 93 X 100 X 72 X 62 X 34 X 54 X 100 X 82 X 65 X 85 X 48 X 100 X 82 X 52 X 54 X 100 X 100 X 97 X 77 X 7 X 41 X 86 X 97 X 77 X 100 X 96 X +USW00023188196812TSUN 306 X 606 X 606 X 606 X 606 X 558 X 606 X 438 X 378 X 210 X 330 X 600 X 498 X 390 X 510 X 288 X 600 X 492 X 312 X 324 X 600 X 600 X 582 X 462 X 42 X 246 X 516 X 582 X 462 X 600 X 582 X +USW00023188196812WDFM 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 180W X 315W X 225W X 315W X 315W X 315W X 315W X +USW00023188196812WSFM 76 X 67 X 49 X 58 X 36 X 45 X 72 X 63 X 63 X 40 X 94 X 63 X 63 X 58 X 67 X 72 X 67 X 49 X 85 X 116 X 49 X 54 X 63 X 80 X 98 X 121 X 36 X 63 X 67 X 63 X 45 X +USW00023188196812WT01-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196812WT02-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196812WT08-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X +USW00023188196812WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196901TMAX 222 0 228 0 233 0 300 0 267 0 222 0 161 0 161 0 161 0 172 0 172 0 167 0 161 0 161 0 172 0 167 0 167 0 167 0 167 0 172 0 189 0 178 0 178 0 161 0 167 0 167 0 167 0 150 0 133 0 144 0 150 0 +USW00023188196901TMIN 78 0 83 0 89 0 111 0 111 0 111 0 89 0 111 0 133 0 117 0 89 0 100 0 139 0 139 0 128 0 111 0 122 0 111 0 128 0 133 0 144 0 133 0 128 0 128 0 156 0 128 0 106 0 94 0 67 0 33 0 61 0 +USW00023188196901PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 33 0 511 0 0T 0 0 0 0 0 41 0 15 0 64 0 84 0 0T 0 0T 0 152 0 178 0 102 0 3 0 25 0 3 0 5 0 0T 0 +USW00023188196901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196901ACMH 10 X 40 X 20 X 40 X 50 X 0 X 60 X 100 X 100 X 70 X 60 X 80 X 100 X 100 X 70 X 80 X 70 X 90 X 90 X 100 X 80 X 80 X 90 X 100 X 100 X 100 X 40 X 80 X 10 X 10 X 0 X +USW00023188196901ACSH 20 X 20 X 30 X 50 X 80 X 0 X 30 X 100 X 100 X 90 X 70 X 80 X 100 X 100 X 60 X 100 X 40 X 90 X 90 X 100 X 100 X 80 X 90 X 100 X 100 X 100 X 40 X 90 X 0 X 0 X 0 X +USW00023188196901PSUN 100 X 94 X 98 X 91 X 94 X 100 X 77 X 29 X 9 X 60 X 66 X 47 X 2 X 0 X 67 X 5 X 81 X 49 X 65 X 18 X 42 X 49 X 50 X 0 X 0 X 33 X 84 X 51 X 100 X 100 X 100 X +USW00023188196901TSUN 606 X 570 X 594 X 546 X 570 X 606 X 468 X 174 X 54 X 366 X 402 X 288 X 18 X 0 X 414 X 30 X 498 X 306 X 408 X 114 X 264 X 306 X 312 X 0 X 0 X 210 X 528 X 324 X 630 X 636 X 636 X +USW00023188196901WDFM 315W X 315W X 315W X 45W X 315W X 315W X 315W X 180W X 180W X 315W X 315W X 315W X 180W X 180W X 315W X 225W X 315W X 270W X 225W X 180W X 180W X 270W X 315W X 180W X 180W X 315W X 315W X 315W X 270W X 315W X 315W X +USW00023188196901WSFM 36 X 45 X 58 X 67 X 40 X 31 X 67 X 49 X 45 X 63 X 54 X 54 X 63 X 107 X 49 X 49 X 67 X 49 X 67 X 94 X 134 X 49 X 49 X 107 X 121 X 80 X 67 X 103 X 107 X 76 X 76 X +USW00023188196901WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188196901WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196901WT08-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196901WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188196902TMAX 161 0 178 0 211 0 172 0 161 0 150 0 161 0 167 0 167 0 172 0 161 0 167 0 167 0 167 0 150 0 167 0 178 0 144 0 150 0 150 0 150 0 128 0 144 0 161 0 150 0 161 0 161 0 178 0-9999 -9999 -9999 +USW00023188196902TMIN 50 0 61 0 72 0 89 0 133 0 111 0 89 0 72 0 78 0 78 0 122 0 117 0 111 0 94 0 122 0 100 0 106 0 100 0 78 0 78 0 100 0 61 0 89 0 128 0 106 0 89 0 72 0 89 0-9999 -9999 -9999 +USW00023188196902PRCP 0 0 0 0 0 0 0T 0 0T 0 244 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 18 0 0 0 0 0 119 0 244 0 20 0 0T 0 201 0 36 0 53 0 142 0 3 0 0 0 20 0-9999 -9999 -9999 +USW00023188196902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188196902ACMH 0 X 0 X 20 X 70 X 70 X 90 X 50 X 50 X 20 X 20 X 100 X 100 X 50 X 80 X 100 X 50 X 90 X 80 X 80 X 50 X 90 X 80 X 100 X 100 X 100 X 30 X 50 X 70 X-9999 -9999 -9999 +USW00023188196902ACSH 0 X 0 X 10 X 70 X 70 X 100 X 80 X 80 X 10 X 0 X 100 X 100 X 50 X 90 X 100 X 30 X 90 X 100 X 80 X 40 X 90 X 70 X 100 X 100 X 100 X 10 X 60 X 50 X-9999 -9999 -9999 +USW00023188196902PSUN 100 X 100 X 95 X 92 X 74 X 21 X 93 X 100 X 94 X 100 X 47 X 33 X 57 X 66 X 14 X 89 X 62 X 32 X 49 X 82 X 53 X 58 X 29 X 37 X 3 X 91 X 88 X 67 X-9999 -9999 -9999 +USW00023188196902TSUN 636 X 642 X 612 X 588 X 480 X 138 X 606 X 648 X 612 X 654 X 306 X 216 X 378 X 438 X 96 X 594 X 414 X 210 X 330 X 552 X 360 X 390 X 198 X 252 X 18 X 624 X 606 X 462 X-9999 -9999 -9999 +USW00023188196902WDFM 270W X 315W X 45W X 315W X 180W X 180W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 180W X 180W X 315W X 315W X 315W X 225W X 315W X 180W X 180W X 180W X 180W X 180W X 315W X 315W X 180W X-9999 -9999 -9999 +USW00023188196902WSFM 45 X 63 X 54 X 49 X 112 X 134 X 67 X 76 X 76 X 72 X 67 X 63 X 49 X 49 X 76 X 72 X 40 X 107 X 76 X 67 X 89 X 116 X 116 X 130 X 156 X 67 X 54 X 63 X-9999 -9999 -9999 +USW00023188196902WT01-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00023188196902WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196902WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188196902WT16-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00023188196903TMAX 161 0 178 0 156 0 156 0 172 0 156 0 156 0 156 0 156 0 139 0 150 0 150 0 128 0 167 0 183 0 194 0 172 0 178 0 167 0 161 0 161 0 189 0 167 0 222 0 256 0 256 0 250 0 211 0 206 0 217 0 222 0 +USW00023188196903TMIN 94 0 72 0 94 0 94 0 78 0 106 0 89 0 78 0 89 0 89 0 72 0 78 0 78 0 72 0 67 0 78 0 94 0 100 0 122 0 117 0 89 0 78 0 100 0 100 0 106 0 111 0 122 0 117 0 122 0 106 0 128 0 +USW00023188196903PRCP 3 0 0 0 0 0 25 0 0 0 0 0 0 0 0T 0 18 0 36 0 0 0 20 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 94 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196903ACMH 30 X 10 X 50 X 30 X 10 X 60 X 30 X 20 X 50 X 80 X 10 X 50 X 70 X 10 X 0 X 10 X 40 X 50 X 90 X 90 X 80 X 50 X 50 X 60 X 10 X 0 X 0 X 60 X 60 X 80 X 80 X +USW00023188196903ACSH 30 X 0 X 50 X 30 X 0 X 80 X 50 X 0 X 60 X 80 X 20 X 50 X 80 X 0 X 0 X 10 X 30 X 50 X 80 X 80 X 80 X 40 X 30 X 40 X 10 X 0 X 0 X 30 X 40 X 80 X 80 X +USW00023188196903PSUN 97 X 100 X 88 X 93 X 100 X 85 X 83 X 100 X 99 X 65 X 100 X 94 X 59 X 100 X 100 X 100 X 76 X 84 X 68 X 69 X 55 X 78 X 71 X 100 X 100 X 100 X 100 X 80 X 74 X 79 X 76 X +USW00023188196903TSUN 672 X 690 X 606 X 648 X 696 X 594 X 582 X 702 X 696 X 462 X 708 X 672 X 420 X 714 X 720 X 720 X 546 X 612 X 498 X 504 X 396 X 576 X 522 X 738 X 738 X 738 X 744 X 594 X 552 X 588 X 570 X +USW00023188196903WDFM 315W X 315W X 315W X 315W X 315W X 270W X 270W X 225W X 180W X 315W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X +USW00023188196903WSFM 80 X 80 X 103 X 80 X 54 X 80 X 76 X 54 X 58 X 103 X 58 X 89 X 103 X 76 X 72 X 63 X 49 X 63 X 58 X 45 X 80 X 58 X 45 X 72 X 76 X 76 X 58 X 63 X 85 X 67 X 58 X +USW00023188196903WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188196903WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 +USW00023188196903WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196903WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196903WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00023188196903WT16 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196904TMAX 189 0 183 0 172 0 183 0 206 0 167 0 183 0 183 0 167 0 172 0 183 0 189 0 200 0 189 0 194 0 206 0 217 0 183 0 217 0 211 0 194 0 189 0 189 0 194 0 206 0 250 0 278 0 250 0 222 0 189 0-9999 +USW00023188196904TMIN 139 0 139 0 117 0 100 0 117 0 122 0 94 0 117 0 133 0 122 0 144 0 150 0 144 0 144 0 133 0 111 0 128 0 144 0 128 0 133 0 150 0 150 0 150 0 139 0 111 0 122 0 139 0 144 0 128 0 139 0-9999 +USW00023188196904PRCP 0 0 0T 0 13 0 0 0 28 0 3 0 0 0 0 0 0 0 10 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196904ACMH 100 X 80 X 40 X 0 X 60 X 50 X 50 X 50 X 100 X 90 X 90 X 100 X 80 X 70 X 20 X 0 X 10 X 90 X 10 X 10 X 90 X 90 X 70 X 20 X 0 X 0 X 0 X 0 X 20 X 70 X-9999 +USW00023188196904ACSH 100 X 90 X 40 X 0 X 70 X 50 X 80 X 40 X 100 X 100 X 90 X 100 X 70 X 50 X 10 X 0 X 0 X 100 X 10 X 10 X 90 X 90 X 50 X 20 X 0 X 0 X 0 X 0 X 0 X 50 X-9999 +USW00023188196904PSUN 44 X 67 X 81 X 100 X 82 X 80 X 100 X 94 X 30 X 16 X 25 X 16 X 64 X 69 X 90 X 100 X 100 X 29 X 100 X 100 X 24 X 45 X 60 X 93 X 100 X 100 X 100 X 100 X 100 X 62 X-9999 +USW00023188196904TSUN 330 X 504 X 618 X 756 X 624 X 612 X 762 X 720 X 228 X 120 X 192 X 126 X 498 X 534 X 702 X 780 X 786 X 228 X 786 X 786 X 192 X 354 X 474 X 738 X 798 X 798 X 804 X 804 X 804 X 498 X-9999 +USW00023188196904WDFM 225W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 225W X-9999 +USW00023188196904WSFM 58 X 58 X 72 X 63 X 67 X 98 X 67 X 58 X 76 X 49 X 58 X 72 X 72 X 58 X 76 X 72 X 58 X 54 X 72 X 54 X 58 X 45 X 72 X 80 X 76 X 80 X 76 X 76 X 49 X 67 X-9999 +USW00023188196904WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196904WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188196904WT16-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196905TMAX 183 0 172 0 183 0 156 0 172 0 178 0 194 0 211 0 239 0 206 0 194 0 194 0 194 0 200 0 206 0 200 0 211 0 200 0 183 0 200 0 206 0 194 0 200 0 211 0 206 0 211 0 217 0 211 0 200 0 194 0 183 0 +USW00023188196905TMIN 139 0 139 0 128 0 106 0 128 0 139 0 139 0 150 0 144 0 150 0 144 0 144 0 144 0 150 0 150 0 150 0 144 0 144 0 139 0 150 0 150 0 156 0 156 0 156 0 150 0 156 0 161 0 156 0 144 0 156 0 156 0 +USW00023188196905PRCP 0 0 0 0 0T 0 10 0 10 0 23 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196905ACMH 80 X 100 X 80 X 100 X 90 X 80 X 60 X 10 X 0 X 60 X 100 X 90 X 90 X 50 X 50 X 80 X 100 X 70 X 100 X 70 X 80 X 100 X 100 X 90 X 80 X 40 X 60 X 60 X 90 X 100 X 100 X +USW00023188196905ACSH 70 X 100 X 60 X 100 X 100 X 100 X 60 X 10 X 0 X 50 X 90 X 90 X 90 X 40 X 30 X 60 X 90 X 60 X 100 X 60 X 60 X 100 X 100 X 80 X 60 X 30 X 50 X 40 X 80 X 90 X 100 X +USW00023188196905PSUN 73 X 13 X 46 X 63 X 32 X 31 X 45 X 96 X 100 X 62 X 31 X 30 X 44 X 80 X 84 X 69 X 28 X 53 X 23 X 56 X 59 X 21 X 27 X 38 X 61 X 72 X 58 X 72 X 48 X 39 X 24 X +USW00023188196905TSUN 588 X 108 X 372 X 516 X 264 X 252 X 366 X 786 X 822 X 510 X 258 X 246 X 360 X 666 X 702 X 576 X 234 X 438 X 192 X 474 X 492 X 180 X 228 X 318 X 516 X 612 X 486 X 606 X 408 X 336 X 204 X +USW00023188196905WDFM 225W X 270W X 225W X 225W X 315W X 180W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 225W X 315W X 315W X 315W X 180W X 180W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 180W X 180W X 180W X 225W X +USW00023188196905WSFM 54 X 54 X 76 X 76 X 72 X 45 X 67 X 76 X 76 X 49 X 49 X 49 X 63 X 63 X 40 X 54 X 72 X 63 X 49 X 54 X 63 X 49 X 63 X 54 X 54 X 76 X 49 X 45 X 54 X 49 X 49 X +USW00023188196905WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188196905WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00023188196905WT16-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196906TMAX 200 0 194 0 206 0 200 0 189 0 211 0 206 0 206 0 206 0 194 0 206 0 200 0 217 0 194 0 194 0 200 0 189 0 217 0 217 0 211 0 211 0 194 0 189 0 189 0 206 0 217 0 206 0 228 0 244 0 244 0-9999 +USW00023188196906TMIN 150 0 167 0 172 0 167 0 161 0 161 0 167 0 156 0 167 0 161 0 167 0 167 0 167 0 167 0 161 0 156 0 156 0 172 0 172 0 178 0 172 0 172 0 167 0 161 0 167 0 167 0 178 0 178 0 167 0 156 0-9999 +USW00023188196906PRCP 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 5 0 0T 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00023188196906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196906ACMH 90 X 100 X 100 X 100 X 100 X 70 X 90 X 90 X 80 X 100 X 90 X 90 X 90 X 100 X 100 X 100 X 100 X 50 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 100 X 40 X 30 X 0 X-9999 +USW00023188196906ACSH 90 X 100 X 100 X 100 X 100 X 50 X 90 X 90 X 70 X 100 X 90 X 90 X 90 X 100 X 100 X 100 X 100 X 30 X 70 X 100 X 100 X 100 X 100 X 100 X 90 X 50 X 100 X 40 X 30 X 0 X-9999 +USW00023188196906PSUN 27 X 14 X 21 X 0 X 3 X 58 X 37 X 40 X 49 X 23 X 25 X 35 X 35 X 0 X 16 X 22 X 0 X 78 X 43 X 12 X 18 X 0 X 0 X 4 X 27 X 60 X 2 X 69 X 77 X 100 X-9999 +USW00023188196906TSUN 228 X 120 X 180 X 0 X 24 X 498 X 318 X 342 X 426 X 198 X 216 X 294 X 300 X 0 X 138 X 186 X 0 X 666 X 372 X 108 X 156 X 0 X 0 X 36 X 234 X 510 X 18 X 588 X 660 X 858 X-9999 +USW00023188196906WDFM 180W X 225W X 270W X 315W X 315W X 225W X 225W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 180W X 180W X 270W X 315W X 270W X 315W X 315W X 225W X 180W X 225W X 180W X 180W X 315W X 315W X 180W X 315W X-9999 +USW00023188196906WSFM 45 X 49 X 63 X 67 X 67 X 49 X 54 X 54 X 72 X 58 X 54 X 58 X 63 X 45 X 58 X 80 X 40 X 80 X 76 X 72 X 58 X 40 X 54 X 58 X 67 X 63 X 40 X 67 X 49 X 63 X-9999 +USW00023188196906WT01-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188196906WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188196906WT08 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00023188196906WT16-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188196907TMAX 239 0 250 0 222 0 217 0 200 0 206 0 211 0 222 0 228 0 228 0 244 0 250 0 250 0 233 0 239 0 211 0 239 0 250 0 250 0 233 0 250 0 250 0 239 0 239 0 228 0 228 0 233 0 239 0 239 0 250 0 272 0 +USW00023188196907TMIN 178 0 167 0 161 0 172 0 167 0 161 0 172 0 167 0 172 0 167 0 178 0 183 0 183 0 178 0 172 0 172 0 172 0 189 0 194 0 194 0 189 0 189 0 189 0 189 0 189 0 189 0 189 0 189 0 194 0 194 0 194 0 +USW00023188196907PRCP 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196907ACMH 40 X 60 X 60 X 80 X 80 X 80 X 70 X 40 X 40 X 30 X 60 X 10 X 0 X 30 X 40 X 90 X 50 X 60 X 70 X 80 X 20 X 60 X 80 X 50 X 60 X 100 X 80 X 100 X 50 X 70 X 30 X +USW00023188196907ACSH 30 X 70 X 50 X 60 X 70 X 80 X 50 X 20 X 30 X 20 X 80 X 20 X 0 X 20 X 20 X 80 X 30 X 70 X 70 X 100 X 30 X 70 X 80 X 20 X 30 X 90 X 60 X 100 X 50 X 80 X 20 X +USW00023188196907PSUN 83 X 60 X 67 X 60 X 48 X 32 X 57 X 91 X 80 X 87 X 36 X 98 X 100 X 85 X 91 X 44 X 83 X 77 X 88 X 34 X 85 X 84 X 74 X 77 X 66 X 54 X 73 X 50 X 74 X 75 X 100 X +USW00023188196907TSUN 714 X 510 X 570 X 510 X 408 X 270 X 492 X 774 X 678 X 738 X 306 X 834 X 846 X 720 X 768 X 372 X 702 X 648 X 738 X 282 X 714 X 702 X 618 X 648 X 552 X 456 X 612 X 420 X 612 X 618 X 828 X +USW00023188196907WDFM 315W X 315W X 180W X 180W X 180W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 225W X 315W X 315W X 315W X 180W X +USW00023188196907WSFM 54 X 49 X 54 X 49 X 58 X 63 X 54 X 54 X 76 X 67 X 58 X 63 X 76 X 72 X 49 X 49 X 36 X 54 X 72 X 76 X 63 X 58 X 58 X 76 X 67 X 54 X 49 X 58 X 67 X 58 X 54 X +USW00023188196907WT01 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188196907WT08 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00023188196907WT16-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196908TMAX 250 0 261 0 239 0 250 0 272 0 261 0 289 0 278 0 283 0 289 0 261 0 261 0 250 0 261 0 256 0 239 0 250 0 244 0 244 0 267 0 306 0 317 0 283 0 272 0 256 0 244 0 239 0 239 0 233 0 233 0 233 0 +USW00023188196908TMIN 194 0 194 0 189 0 178 0 183 0 183 0 200 0 200 0 200 0 211 0 206 0 194 0 194 0 200 0 206 0 194 0 194 0 200 0 194 0 183 0 189 0 194 0 206 0 194 0 194 0 189 0 189 0 183 0 178 0 183 0 189 0 +USW00023188196908PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196908ACMH 90 X 30 X 70 X 40 X 60 X 70 X 50 X 70 X 40 X 30 X 20 X 50 X 50 X 60 X 80 X 60 X 60 X 50 X 50 X 40 X 20 X 0 X 20 X 10 X 50 X 60 X 50 X 70 X 70 X 70 X 80 X +USW00023188196908ACSH 90 X 10 X 50 X 30 X 30 X 90 X 60 X 80 X 30 X 10 X 10 X 20 X 40 X 30 X 80 X 30 X 30 X 20 X 30 X 30 X 10 X 0 X 10 X 10 X 30 X 40 X 40 X 40 X 40 X 50 X 90 X +USW00023188196908PSUN 64 X 91 X 72 X 77 X 77 X 87 X 88 X 26 X 95 X 97 X 92 X 83 X 76 X 78 X 38 X 72 X 83 X 79 X 82 X 86 X 94 X 100 X 99 X 100 X 75 X 75 X 68 X 78 X 67 X 59 X 51 X +USW00023188196908TSUN 528 X 744 X 594 X 630 X 636 X 708 X 708 X 210 X 774 X 792 X 750 X 666 X 618 X 624 X 300 X 570 X 660 X 636 X 648 X 678 X 744 X 792 X 786 X 786 X 582 X 588 X 534 X 612 X 516 X 456 X 390 X +USW00023188196908WDFM 180W X 225W X 315W X 315W X 180W X 180W X 315W X 225W X 225W X 315W X 315W X 180W X 225W X 315W X 45W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 270W X 315W X +USW00023188196908WSFM 63 X 49 X 49 X 76 X 54 X 89 X 49 X 40 X 45 X 63 X 72 X 45 X 49 X 72 X 63 X 58 X 49 X 80 X 67 X 63 X 72 X 94 X 67 X 54 X 40 X 40 X 45 X 54 X 40 X 58 X 72 X +USW00023188196908WT01 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196908WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196908WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188196908WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196909TMAX 256 0 256 0 256 0 256 0 250 0 261 0 256 0 244 0 244 0 239 0 244 0 250 0 244 0 233 0 233 0 233 0 211 0 228 0 217 0 211 0 228 0 233 0 233 0 228 0 211 0 206 0 228 0 244 0 278 0 283 0-9999 +USW00023188196909TMIN 183 0 200 0 194 0 183 0 189 0 189 0 200 0 194 0 172 0 161 0 183 0 189 0 189 0 178 0 172 0 178 0 183 0 172 0 167 0 172 0 172 0 189 0 183 0 178 0 172 0 172 0 172 0 178 0 178 0 183 0-9999 +USW00023188196909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196909ACMH 30 X 10 X 30 X 20 X 10 X 10 X 0 X 10 X 50 X 60 X 60 X 80 X 50 X 100 X 60 X 90 X 100 X 100 X 90 X 100 X 80 X 90 X 90 X 90 X 100 X 100 X 80 X 60 X 20 X 20 X-9999 +USW00023188196909ACSH 30 X 0 X 10 X 20 X 10 X 10 X 0 X 0 X 20 X 30 X 30 X 70 X 30 X 100 X 60 X 80 X 100 X 100 X 80 X 100 X 60 X 80 X 70 X 80 X 100 X 100 X 60 X 40 X 20 X 20 X-9999 +USW00023188196909PSUN 81 X 100 X 90 X 80 X 97 X 100 X 98 X 97 X 85 X 76 X 89 X 75 X 76 X 24 X 63 X 46 X 0 X 33 X 43 X 22 X 62 X 46 X 57 X 45 X 10 X 2 X 59 X 82 X 84 X 98 X-9999 +USW00023188196909TSUN 630 X 768 X 696 X 618 X 738 X 762 X 744 X 732 X 642 X 576 X 672 X 564 X 570 X 174 X 468 X 342 X 0 X 240 X 318 X 162 X 450 X 336 X 414 X 330 X 72 X 12 X 420 X 588 X 606 X 696 X-9999 +USW00023188196909WDFM 315W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 225W X 315W X 315W X 315W X 270W X 225W X 180W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188196909WSFM 63 X 63 X 54 X 67 X 72 X 63 X 94 X 80 X 89 X 58 X 63 X 40 X 54 X 54 X 49 X 63 X 67 X 72 X 49 X 58 X 49 X 58 X 72 X 49 X 40 X 40 X 80 X 85 X 80 X 54 X-9999 +USW00023188196909WT01-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188196909WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188196909WT08 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188196909WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196910TMAX 228 0 222 0 228 0 239 0 244 0 261 0 294 0 261 0 222 0 222 0 239 0 244 0 222 0 217 0 217 0 222 0 217 0 200 0 206 0 222 0 211 0 211 0 211 0 206 0 206 0 200 0 194 0 189 0 211 0 272 0 278 0 +USW00023188196910TMIN 172 0 178 0 183 0 161 0 144 0 139 0 144 0 144 0 167 0 178 0 178 0 139 0 133 0 144 0 156 0 144 0 172 0 150 0 122 0 122 0 156 0 156 0 167 0 167 0 150 0 139 0 156 0 150 0 139 0 117 0 139 0 +USW00023188196910PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196910ACMH 80 X 100 X 70 X 0 X 0 X 30 X 10 X 20 X 70 X 60 X 30 X 0 X 0 X 50 X 30 X 30 X 70 X 40 X 0 X 10 X 50 X 60 X 60 X 100 X 30 X 70 X 80 X 90 X 50 X 0 X 0 X +USW00023188196910ACSH 70 X 100 X 70 X 0 X 0 X 50 X 10 X 20 X 50 X 50 X 20 X 0 X 0 X 50 X 10 X 0 X 50 X 50 X 0 X 10 X 60 X 40 X 20 X 100 X 20 X 70 X 80 X 70 X 40 X 0 X 0 X +USW00023188196910PSUN 48 X 34 X 60 X 100 X 100 X 99 X 98 X 100 X 68 X 68 X 89 X 100 X 100 X 72 X 97 X 100 X 56 X 57 X 100 X 100 X 59 X 77 X 70 X 42 X 75 X 38 X 47 X 47 X 74 X 100 X 100 X +USW00023188196910TSUN 342 X 240 X 426 X 708 X 702 X 696 X 690 X 696 X 474 X 468 X 612 X 690 X 690 X 492 X 666 X 684 X 384 X 390 X 678 X 672 X 396 X 516 X 468 X 282 X 498 X 252 X 312 X 312 X 486 X 654 X 654 X +USW00023188196910WDFM 180W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 180W X 180W X 270W X 270W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X +USW00023188196910WSFM 58 X 63 X 45 X 67 X 80 X 76 X 72 X 72 X 58 X 54 X 54 X 54 X 63 X 76 X 76 X 94 X 63 X 67 X 72 X 58 X 72 X 40 X 76 X 76 X 76 X 67 X 63 X 36 X 58 X 72 X 72 X +USW00023188196910WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188196910WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196910WT08 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188196910WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196911TMAX 261 0 250 0 217 0 211 0 200 0 206 0 200 0 194 0 200 0 228 0 289 0 272 0 272 0 206 0 189 0 200 0 200 0 211 0 239 0 244 0 211 0 200 0 244 0 244 0 250 0 250 0 261 0 267 0 256 0 228 0-9999 +USW00023188196911TMIN 128 0 128 0 122 0 128 0 156 0 133 0 144 0 117 0 156 0 144 0 150 0 161 0 172 0 161 0 150 0 150 0 128 0 89 0 89 0 117 0 106 0 106 0 89 0 94 0 111 0 111 0 117 0 106 0 106 0 133 0-9999 +USW00023188196911PRCP 0 0 0 0 0 0 0 0 0 0 107 0 18 0 0 0 20 0 3 0 3 0 0 0 0 0 0 0 51 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0-9999 +USW00023188196911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188196911ACMH 0 X 20 X 40 X 30 X 90 X 100 X 20 X 60 X 90 X 60 X 50 X 30 X 30 X 70 X 100 X 70 X 10 X 10 X 0 X 70 X 30 X 0 X 0 X 20 X 60 X 70 X 40 X 0 X 40 X 50 X-9999 +USW00023188196911ACSH 0 X 0 X 20 X 10 X 90 X 100 X 30 X 100 X 100 X 60 X 40 X 50 X 40 X 80 X 100 X 70 X 10 X 0 X 0 X 90 X 10 X 0 X 0 X 10 X 80 X 80 X 60 X 0 X 20 X 80 X-9999 +USW00023188196911PSUN 100 X 100 X 77 X 96 X 25 X 15 X 94 X 51 X 0 X 65 X 72 X 70 X 96 X 46 X 0 X 47 X 85 X 100 X 100 X 43 X 100 X 100 X 100 X 96 X 97 X 85 X 85 X 100 X 91 X 75 X-9999 +USW00023188196911TSUN 654 X 648 X 498 X 624 X 162 X 96 X 600 X 330 X 0 X 414 X 456 X 444 X 606 X 294 X 0 X 300 X 534 X 624 X 624 X 270 X 624 X 618 X 618 X 594 X 600 X 522 X 522 X 612 X 558 X 456 X-9999 +USW00023188196911WDFM 315W X 315W X 315W X 315W X 180W X 270W X 225W X 225W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 360W X 315W X 180W X 315W X 315W X 315W X 360W X 315W X 315W X 45W X 90W X 315W X-9999 +USW00023188196911WSFM 67 X 63 X 54 X 63 X 49 X 107 X 63 X 72 X 58 X 40 X 54 X 54 X 72 X 72 X 72 X 40 X 76 X 49 X 54 X 54 X 36 X 67 X 49 X 54 X 49 X 58 X 54 X 80 X 76 X 54 X-9999 +USW00023188196911WT01-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196911WT02-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196911WT08-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196911WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188196912TMAX 222 0 278 0 217 0 206 0 200 0 206 0 189 0 183 0 183 0 183 0 189 0 206 0 217 0 183 0 183 0 200 0 194 0 189 0 206 0 206 0 189 0 189 0 172 0 183 0 194 0 183 0 150 0 178 0 167 0 167 0 172 0 +USW00023188196912TMIN 128 0 139 0 150 0 144 0 133 0 111 0 100 0 111 0 128 0 111 0 89 0 89 0 89 0 89 0 67 0 83 0 128 0 133 0 139 0 150 0 150 0 144 0 133 0 100 0 106 0 117 0 78 0 72 0 44 0 50 0 56 0 +USW00023188196912PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 84 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188196912ACMH 40 X 80 X 80 X 30 X 30 X 40 X 10 X 80 X 60 X 20 X 0 X 20 X 0 X 30 X 40 X 100 X 60 X 80 X 100 X 70 X 90 X 70 X 90 X 40 X 40 X 20 X 30 X 0 X 0 X 0 X 0 X +USW00023188196912ACSH 60 X 80 X 100 X 10 X 30 X 70 X 10 X 90 X 60 X 30 X 0 X 40 X 0 X 10 X 20 X 100 X 60 X 100 X 90 X 30 X 90 X 70 X 100 X 50 X 20 X 30 X 50 X 0 X 10 X 0 X 0 X +USW00023188196912PGTM 1236 X 1548 X 1930 X 1236 X 1312 X 1154 X 1518 X 2136 X 1548 X 1412 X 1548 X 1318 X 1512 X 1418 X 1248 X 1430 X 1248 X 1200 X 1348 X 1400 X 1424 X 1206 X 0900 X 1524 X 1236 X 1306 X 1324 X 0542 X 1212 X 1336 X 1424 X +USW00023188196912PSUN 89 X 59 X 0 X 90 X 82 X 98 X 100 X 21 X 64 X 87 X 97 X 100 X 100 X 96 X 96 X 83 X 72 X 39 X 30 X 78 X 12 X 50 X 0 X 77 X 93 X 87 X 75 X 100 X 100 X 100 X 100 X +USW00023188196912TSUN 546 X 360 X 30 X 546 X 492 X 594 X 606 X 132 X 384 X 522 X 582 X 600 X 600 X 576 X 576 X 498 X 432 X 234 X 180 X 468 X 72 X 300 X 0 X 462 X 558 X 522 X 450 X 600 X 600 X 600 X 600 X +USW00023188196912WDFG 315W X 180W X 180W X 225W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 180W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 270W X 135W X 270W X 315W X 315W X 315W X 360W X 225W X 315W X 315W X +USW00023188196912WDFM 315W X 180W X 180W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 90W X 315W X 270W X 315W X 315W X +USW00023188196912WSFG 77 X 123 X 62 X 93 X 67 X 62 X 82 X 93 X 87 X 72 X 98 X 93 X 51 X 87 X 62 X 72 X 77 X 98 X 103 X 98 X 108 X 72 X 62 X 72 X 98 X 134 X 98 X 129 X 82 X 72 X 72 X +USW00023188196912WSFM 63 X 94 X 45 X 63 X 45 X 49 X 72 X 49 X 58 X 54 X 76 X 76 X 27 X 72 X 45 X 54 X 49 X 76 X 76 X 80 X 80 X 49 X 31 X 58 X 76 X 103 X 72 X 94 X 58 X 67 X 63 X +USW00023188196912WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196912WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196912WT08-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188196912WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197001TMAX 172 0 172 0 161 0 156 0 161 0 200 0 200 0 172 0 172 0 161 0 161 0 172 0 172 0 172 0 178 0 172 0 178 0 178 0 178 0 189 0 172 0 172 0 172 0 183 0 178 0 161 0 178 0 189 0 211 0 189 0 178 0 +USW00023188197001TMIN 61 0 56 0 39 0 72 0 67 0 44 0 78 0 67 0 89 0 106 0 133 0 133 0 122 0 139 0 144 0 144 0 139 0 106 0 139 0 144 0 122 0 128 0 106 0 128 0 122 0 89 0 100 0 100 0 83 0 61 0 83 0 +USW00023188197001PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 58 0 20 0 5 0 0 0 0T 0 10 0 94 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197001ACMH 0 X 20 X 80 X 40 X 60 X 40 X 80 X 90 X 90 X 100 X 100 X 100 X 80 X 100 X 100 X 100 X 70 X 70 X 70 X 80 X 100 X 100 X 100 X 100 X 70 X 60 X 90 X 10 X 10 X 10 X 10 X +USW00023188197001ACSH 0 X 30 X 90 X 50 X 70 X 30 X 80 X 100 X 90 X 90 X 100 X 100 X 90 X 100 X 90 X 100 X 70 X 90 X 50 X 90 X 100 X 90 X 100 X 100 X 90 X 30 X 90 X 20 X 10 X 0 X 20 X +USW00023188197001PGTM 2342 X 1224 X 1324 X 1230 X 1530 X 1606 X 1348 X 1754 X 1930 X 1030 X 2042 X 1254 X 1236 X 1348 X 0930 X 1518 X 1130 X 1206 X 1448 X 1336 X 1424 X 1142 X 1406 X 1712 X 1218 X 1130 X 1430 X 1306 X 1542 X 1412 X 1142 X +USW00023188197001PSUN 100 X 100 X 80 X 88 X 100 X 94 X 82 X 54 X 44 X 43 X 21 X 37 X 58 X 28 X 53 X 0 X 56 X 70 X 65 X 34 X 27 X 49 X 45 X 41 X 46 X 77 X 61 X 90 X 100 X 98 X 100 X +USW00023188197001TSUN 606 X 606 X 486 X 528 X 606 X 570 X 498 X 330 X 270 X 264 X 126 X 228 X 360 X 168 X 324 X 0 X 342 X 432 X 402 X 210 X 168 X 306 X 282 X 258 X 288 X 486 X 384 X 564 X 630 X 624 X 636 X +USW00023188197001WDFG 90W X 270W X 315W X 225W X 315W X 315W X 315W X 180W X 135W X 180W X 135W X 225W X 315W X 315W X 180W X 180W X 270W X 270W X 270W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188197001WDFM 315W X 315W X 315W X 225W X 315W X 315W X 315W X 90W X 315W X 180W X 180W X 315W X 315W X 315W X 315W X 180W X 315W X 270W X 315W X 360W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X +USW00023188197001WSFG 72 X 62 X 72 X 57 X 77 X 77 X 93 X 51 X 82 X 77 X 72 X 62 X 82 X 62 X 57 X 87 X 82 X 67 X 93 X 77 X 82 X 87 X 82 X 93 X 72 X 72 X 77 X 87 X 103 X 93 X 82 X +USW00023188197001WSFM 49 X 49 X 54 X 40 X 67 X 67 X 76 X 27 X 49 X 63 X 36 X 45 X 72 X 45 X 45 X 54 X 72 X 45 X 72 X 72 X 67 X 72 X 67 X 76 X 63 X 54 X 67 X 72 X 76 X 76 X 63 X +USW00023188197001WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197001WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197001WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188197001WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197002TMAX 172 0 222 0 206 0 161 0 178 0 183 0 250 0 244 0 206 0 206 0 189 0 178 0 167 0 178 0 228 0 211 0 172 0 194 0 228 0 189 0 183 0 189 0 211 0 206 0 256 0 211 0 178 0 178 0-9999 -9999 -9999 +USW00023188197002TMIN 89 0 83 0 83 0 117 0 94 0 89 0 78 0 100 0 139 0 150 0 139 0 128 0 128 0 117 0 100 0 100 0 128 0 94 0 111 0 83 0 100 0 78 0 89 0 128 0 117 0 133 0 117 0 133 0-9999 -9999 -9999 +USW00023188197002PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 206 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 417 0-9999 -9999 -9999 +USW00023188197002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197002ACMH 30 X 20 X 80 X 90 X 10 X 60 X 10 X 70 X 100 X 100 X 70 X 80 X 90 X 40 X 10 X 20 X 70 X 0 X 10 X 30 X 10 X 20 X 40 X 80 X 70 X 60 X 80 X 100 X-9999 -9999 -9999 +USW00023188197002ACSH 50 X 30 X 90 X 100 X 10 X 80 X 0 X 100 X 100 X 100 X 80 X 90 X 90 X 50 X 0 X 0 X 80 X 0 X 10 X 20 X 0 X 30 X 40 X 70 X 70 X 50 X 90 X 100 X-9999 -9999 -9999 +USW00023188197002PGTM 1448 X 1112 X 1500 X 0948 X 1306 X 1324 X 1448 X 1324 X 1354 X 1412 X 1306 X 1542 X 1242 X 1442 X 1400 X 1612 X 1524 X 1454 X 0030 X 1254 X 1500 X 1448 X 1406 X 1236 X 1448 X 1418 X 0848 X 1406 X-9999 -9999 -9999 +USW00023188197002PSUN 90 X 96 X 51 X 3 X 100 X 92 X 98 X 79 X 18 X 4 X 73 X 25 X 63 X 84 X 100 X 94 X 49 X 100 X 100 X 97 X 97 X 93 X 96 X 76 X 99 X 80 X 68 X 20 X-9999 -9999 -9999 +USW00023188197002TSUN 570 X 612 X 324 X 18 X 642 X 594 X 636 X 516 X 120 X 24 X 480 X 168 X 414 X 558 X 660 X 624 X 330 X 666 X 672 X 654 X 654 X 630 X 654 X 516 X 678 X 546 X 462 X 138 X-9999 -9999 -9999 +USW00023188197002WDFG 315W X 45W X 360W X 180W X 270W X 315W X 315W X 180W X 180W X 225W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 45W X 180W X 315W X 315W X 315W X 225W X 315W X 270W X 180W X 180W X-9999 -9999 -9999 +USW00023188197002WDFM 315W X 315W X 315W X 180W X 315W X 315W X 315W X 180W X 180W X 180W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 315W X 315W X 315W X 225W X 315W X 315W X 225W X 180W X-9999 -9999 -9999 +USW00023188197002WSFG 82 X 103 X 67 X 51 X 82 X 87 X 77 X 77 X 216 X 118 X 72 X 93 X 82 X 87 X 82 X 82 X 77 X 98 X 82 X 139 X 77 X 87 X 87 X 72 X 62 X 77 X 93 X 180 X-9999 -9999 -9999 +USW00023188197002WSFM 72 X 80 X 54 X 45 X 76 X 76 X 63 X 49 X 152 X 85 X 54 X 76 X 63 X 76 X 67 X 67 X 58 X 76 X 54 X 116 X 54 X 63 X 63 X 45 X 40 X 58 X 58 X 143 X-9999 -9999 -9999 +USW00023188197002WT01-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 +USW00023188197002WT08-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197002WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188197003TMAX 161 0 156 0 172 0 161 0 161 0 189 0 194 0 178 0 172 0 167 0 178 0 189 0 244 0 239 0 206 0 194 0 183 0 228 0 222 0 228 0 222 0 211 0 217 0 189 0 189 0 161 0 200 0 211 0 189 0 183 0 194 0 +USW00023188197003TMIN 139 0 128 0 117 0 122 0 117 0 94 0 106 0 111 0 122 0 128 0 117 0 100 0 117 0 122 0 122 0 128 0 117 0 144 0 117 0 100 0 106 0 128 0 122 0 133 0 139 0 144 0 133 0 122 0 133 0 144 0 133 0 +USW00023188197003PRCP 119 0 91 0 0 0 155 0 3 0 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188197003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197003ACMH 90 X 100 X 60 X 100 X 30 X 0 X 60 X 70 X 80 X 80 X 60 X 60 X 70 X 40 X 50 X 40 X 80 X 20 X 30 X 0 X 50 X 60 X 10 X 60 X 70 X 100 X 10 X 10 X 70 X 90 X 20 X +USW00023188197003ACSH 100 X 100 X 70 X 100 X 30 X 0 X 80 X 70 X 90 X 90 X 80 X 70 X 80 X 60 X 30 X 30 X 90 X 10 X 20 X 0 X 40 X 60 X 0 X 50 X 40 X 100 X 10 X 0 X 70 X 100 X 10 X +USW00023188197003PGTM 0912 X 0918 X 1130 X 2236 X 0136 X 1354 X 1248 X 1354 X 1548 X 1548 X 1448 X 1318 X 1424 X 1312 X 1242 X 1312 X 1342 X 1354 X 1530 X 1318 X 1348 X 1242 X 1312 X 1206 X 1300 X 1942 X 1612 X 1254 X 1154 X 0912 X 1300 X +USW00023188197003PSUN 6 X 29 X 70 X 40 X 84 X 100 X 98 X 74 X 57 X 35 X 92 X 91 X 96 X 100 X 88 X 82 X 54 X 98 X 96 X 100 X 96 X 88 X 96 X 71 X 68 X 0 X 91 X 100 X 61 X 44 X 97 X +USW00023188197003TSUN 42 X 198 X 486 X 276 X 588 X 702 X 684 X 522 X 402 X 246 X 654 X 642 X 690 X 714 X 636 X 588 X 390 X 714 X 696 X 726 X 696 X 642 X 702 X 522 X 498 X 0 X 672 X 744 X 450 X 330 X 726 X +USW00023188197003WDFG 180W X 315W X 225W X 180W X 270W X 315W X 315W X 225W X 315W X 270W X 270W X 315W X 315W X 315W X 180W X 315W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 270W X 180W X 315W X 270W X 225W X 225W X 315W X +USW00023188197003WDFM 180W X 315W X 225W X 180W X 315W X 315W X 315W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 270W X 180W X 315W X 315W X 180W X 180W X 315W X +USW00023188197003WSFG 113 X 103 X 82 X 144 X 129 X 77 X 67 X 77 X 103 X 129 X 77 X 93 X 87 X 87 X 77 X 67 X 82 X 98 X 98 X 103 X 67 X 93 X 98 X 82 X 77 X 72 X 93 X 93 X 93 X 113 X 113 X +USW00023188197003WSFM 89 X 80 X 54 X 116 X 94 X 63 X 49 X 49 X 76 X 94 X 49 X 63 X 72 X 76 X 45 X 45 X 58 X 76 X 76 X 76 X 45 X 76 X 76 X 58 X 49 X 63 X 72 X 58 X 67 X 85 X 76 X +USW00023188197003WT01-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197003WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197003WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197003WT16 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X +USW00023188197004TMAX 228 0 222 0 194 0 244 0 250 0 206 0 189 0 194 0 200 0 244 0 200 0 200 0 178 0 167 0 172 0 150 0 161 0 178 0 172 0 183 0 167 0 172 0 206 0 200 0 206 0 172 0 156 0 156 0 183 0 194 0-9999 +USW00023188197004TMIN 111 0 111 0 111 0 117 0 117 0 117 0 144 0 128 0 122 0 128 0 156 0 150 0 133 0 117 0 106 0 117 0 111 0 122 0 139 0 128 0 122 0 106 0 100 0 106 0 133 0 139 0 117 0 111 0 89 0 100 0-9999 +USW00023188197004PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 0 0 0 0-9999 +USW00023188197004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197004ACMH 0 X 50 X 10 X 0 X 0 X 70 X 60 X 40 X 50 X 70 X 30 X 70 X 70 X 30 X 30 X 100 X 60 X 60 X 90 X 60 X 60 X 10 X 0 X 10 X 30 X 80 X 60 X 30 X 0 X 0 X-9999 +USW00023188197004ACSH 0 X 80 X 10 X 0 X 0 X 80 X 60 X 50 X 80 X 80 X 20 X 40 X 90 X 30 X 20 X 100 X 60 X 40 X 80 X 50 X 60 X 10 X 0 X 10 X 10 X 80 X 70 X 30 X 0 X 0 X-9999 +USW00023188197004PGTM 1612 X 1512 X 1318 X 1624 X 1412 X 1024 X 1342 X 1424 X 1306 X 2306 X 1536 X 2248 X 1348 X 1006 X 1342 X 2254 X 1430 X 0830 X 1312 X 0942 X 1430 X 0118 X 1230 X 1318 X 1336 X 0630 X 1412 X 1030 X 1324 X 1230 X-9999 +USW00023188197004PSUN 100 X 95 X 92 X 100 X 100 X 82 X 71 X 95 X 64 X 100 X 84 X 79 X 62 X 89 X 95 X 6 X 65 X 76 X 55 X 74 X 65 X 91 X 100 X 100 X 89 X 45 X 47 X 90 X 100 X 100 X-9999 +USW00023188197004TSUN 750 X 714 X 696 X 756 X 762 X 624 X 546 X 726 X 492 X 768 X 648 X 612 X 480 X 690 X 744 X 42 X 510 X 600 X 432 X 582 X 516 X 720 X 792 X 798 X 714 X 366 X 378 X 726 X 804 X 804 X-9999 +USW00023188197004WDFG 315W X 315W X 315W X 315W X 315W X 225W X 270W X 270W X 270W X 225W X 315W X 180W X 270W X 315W X 270W X 360W X 315W X 180W X 225W X 180W X 225W X 270W X 315W X 225W X 225W X 180W X 270W X 315W X 315W X 225W X-9999 +USW00023188197004WDFM 315W X 315W X 315W X 315W X 315W X 180W X 225W X 270W X 315W X 225W X 315W X 180W X 315W X 315W X 270W X 360W X 315W X 225W X 225W X 270W X 315W X 270W X 315W X 225W X 225W X 180W X 315W X 315W X 270W X 315W X-9999 +USW00023188197004WSFG 108 X 93 X 87 X 103 X 103 X 67 X 93 X 103 X 103 X 77 X 87 X 93 X 129 X 134 X 108 X 72 X 113 X 98 X 93 X 93 X 144 X 123 X 129 X 87 X 82 X 118 X 144 X 154 X 108 X 87 X-9999 +USW00023188197004WSFM 80 X 76 X 67 X 76 X 85 X 49 X 58 X 63 X 72 X 45 X 67 X 72 X 89 X 94 X 72 X 49 X 76 X 58 X 63 X 58 X 98 X 76 X 107 X 63 X 58 X 80 X 125 X 94 X 67 X 49 X-9999 +USW00023188197004WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197004WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188197005TMAX 222 0 300 0 311 0 194 0 172 0 167 0 178 0 194 0 189 0 189 0 189 0 200 0 211 0 239 0 256 0 222 0 228 0 206 0 200 0 189 0 189 0 200 0 189 0 183 0 183 0 183 0 183 0 183 0 206 0 206 0 200 0 +USW00023188197005TMIN 117 0 144 0 156 0 139 0 128 0 133 0 128 0 133 0 144 0 144 0 144 0 144 0 139 0 139 0 144 0 144 0 139 0 144 0 150 0 150 0 150 0 150 0 150 0 144 0 156 0 156 0 150 0 156 0 161 0 167 0 161 0 +USW00023188197005PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 +USW00023188197005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197005ACMH 0 X 10 X 20 X 80 X 70 X 100 X 50 X 50 X 80 X 80 X 40 X 30 X 10 X 30 X 60 X 30 X 50 X 50 X 60 X 60 X 40 X 80 X 100 X 100 X 100 X 100 X 100 X 90 X 60 X 80 X 90 X +USW00023188197005ACSH 0 X 20 X 20 X 90 X 60 X 100 X 40 X 50 X 70 X 70 X 30 X 20 X 10 X 20 X 30 X 30 X 60 X 40 X 30 X 40 X 20 X 70 X 100 X 100 X 100 X 100 X 100 X 90 X 50 X 60 X 90 X +USW00023188197005PGTM 1436 X 1400 X 1348 X 1000 X 1442 X 1424 X 1206 X 1400 X 1442 X 1524 X 1330 X 1730 X 1348 X 1312 X 1206 X 1312 X 1418 X 1448 X 1300 X 1624 X 1054 X 1154 X 1200 X 1242 X 1442 X 1424 X 1154 X 1224 X 1300 X 1048 X 1254 X +USW00023188197005PSUN 100 X 100 X 100 X 91 X 78 X 49 X 98 X 85 X 48 X 59 X 83 X 91 X 97 X 87 X 76 X 84 X 78 X 80 X 78 X 75 X 91 X 56 X 44 X 48 X 20 X 14 X 0 X 28 X 68 X 54 X 47 X +USW00023188197005TSUN 810 X 810 X 810 X 744 X 642 X 402 X 798 X 696 X 390 X 486 X 684 X 750 X 804 X 720 X 636 X 702 X 648 X 672 X 654 X 630 X 768 X 474 X 366 X 402 X 174 X 120 X 0 X 240 X 570 X 462 X 396 X +USW00023188197005WDFG 315W X 315W X 315W X 270W X 270W X 270W X 225W X 315W X 270W X 225W X 315W X 315W X 270W X 315W X 180W X 180W X 315W X 270W X 270W X 225W X 270W X 225W X 225W X 225W X 270W X 315W X 315W X 225W X 270W X 270W X 225W X +USW00023188197005WDFM 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 180W X 180W X 315W X 315W X 225W X 180W X 225W X 225W X 180W X 225W X 270W X 315W X 315W X 270W X 315W X 225W X 315W X +USW00023188197005WSFG 118 X 123 X 108 X 87 X 98 X 113 X 93 X 98 X 93 X 82 X 93 X 93 X 103 X 82 X 77 X 72 X 87 X 82 X 87 X 87 X 77 X 87 X 77 X 93 X 87 X 77 X 82 X 77 X 98 X 82 X 93 X +USW00023188197005WSFM 89 X 94 X 89 X 67 X 67 X 76 X 58 X 54 X 54 X 54 X 63 X 67 X 67 X 63 X 58 X 45 X 67 X 49 X 54 X 63 X 54 X 49 X 63 X 67 X 40 X 58 X 58 X 49 X 63 X 49 X 58 X +USW00023188197005WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197005WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197005WT08-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00023188197005WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188197006TMAX 211 0 211 0 206 0 189 0 200 0 206 0 189 0 178 0 211 0 189 0 211 0 189 0 194 0 206 0 200 0 200 0 211 0 222 0 217 0 211 0 189 0 194 0 217 0 222 0 278 0 261 0 233 0 200 0 211 0 211 0-9999 +USW00023188197006TMIN 161 0 156 0 156 0 156 0 161 0 167 0 161 0 161 0 161 0 167 0 167 0 150 0 156 0 139 0 161 0 161 0 156 0 167 0 167 0 167 0 161 0 167 0 167 0 189 0 183 0 189 0 178 0 172 0 161 0 178 0-9999 +USW00023188197006PRCP 0 0 0 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197006ACMH 90 X 70 X 100 X 100 X 90 X 100 X 100 X 100 X 80 X 100 X 60 X 90 X 40 X 50 X 70 X 60 X 40 X 60 X 80 X 60 X 100 X 100 X 60 X 50 X 20 X 0 X 10 X 90 X 40 X 50 X-9999 +USW00023188197006ACSH 80 X 60 X 100 X 100 X 80 X 100 X 100 X 100 X 60 X 100 X 40 X 90 X 40 X 50 X 50 X 60 X 50 X 40 X 70 X 40 X 100 X 100 X 50 X 40 X 10 X 0 X 0 X 80 X 30 X 50 X-9999 +USW00023188197006PGTM 1312 X 1312 X 1412 X 1654 X 1230 X 1254 X 1418 X 1300 X 1630 X 2336 X 2148 X 1354 X 1612 X 1154 X 1212 X 1330 X 1130 X 1206 X 0954 X 1230 X 1006 X 1006 X 1118 X 1124 X 1430 X 1448 X 1400 X 1142 X 1142 X 1318 X-9999 +USW00023188197006PSUN 49 X 77 X 37 X 22 X 43 X 16 X 9 X 1 X 72 X 8 X 77 X 58 X 74 X 73 X 65 X 69 X 69 X 76 X 65 X 71 X 14 X 26 X 75 X 64 X 94 X 100 X 99 X 45 X 80 X 71 X-9999 +USW00023188197006TSUN 420 X 654 X 318 X 186 X 366 X 138 X 72 X 6 X 618 X 72 X 654 X 492 X 636 X 630 X 564 X 588 X 594 X 654 X 564 X 606 X 114 X 222 X 642 X 552 X 810 X 858 X 852 X 384 X 684 X 612 X-9999 +USW00023188197006WDFG 270W X 315W X 180W X 180W X 180W X 270W X 315W X 270W X 270W X 180W X 180W X 180W X 270W X 270W X 225W X 225W X 270W X 270W X 315W X 270W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 180W X-9999 +USW00023188197006WDFM 315W X 315W X 225W X 225W X 180W X 315W X 270W X 225W X 315W X 225W X 180W X 225W X 180W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 180W X 225W X 180W X-9999 +USW00023188197006WSFG 108 X 93 X 72 X 77 X 77 X 82 X 82 X 72 X 93 X 87 X 98 X 123 X 108 X 108 X 82 X 98 X 103 X 108 X 93 X 82 X 87 X 82 X 87 X 108 X 93 X 103 X 98 X 72 X 82 X 77 X-9999 +USW00023188197006WSFM 80 X 63 X 40 X 63 X 63 X 58 X 54 X 49 X 76 X 49 X 72 X 94 X 63 X 63 X 49 X 58 X 58 X 76 X 63 X 49 X 54 X 63 X 49 X 85 X 72 X 76 X 76 X 54 X 63 X 49 X-9999 +USW00023188197006WT01-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197006WT08 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197006WT16-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197007TMAX 228 0 250 0 294 0 289 0 228 0 222 0 244 0 233 0 228 0 228 0 228 0 222 0 228 0 222 0 222 0 233 0 222 0 244 0 256 0 256 0 272 0 228 0 228 0 228 0 233 0 233 0 233 0 239 0 250 0 261 0 267 0 +USW00023188197007TMIN 167 0 172 0 189 0 206 0 194 0 183 0 183 0 183 0 189 0 183 0 183 0 178 0 172 0 183 0 178 0 178 0 178 0 178 0 200 0 200 0 206 0 189 0 189 0 183 0 178 0 189 0 183 0 189 0 194 0 194 0 183 0 +USW00023188197007PRCP 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197007ACMH 40 X 70 X 20 X 30 X 60 X 70 X 60 X 70 X 90 X 90 X 60 X 60 X 70 X 70 X 70 X 60 X 60 X 60 X 30 X 70 X 80 X 40 X 60 X 80 X 60 X 50 X 70 X 50 X 10 X 30 X 50 X +USW00023188197007ACSH 40 X 70 X 20 X 40 X 50 X 70 X 60 X 80 X 80 X 80 X 30 X 40 X 60 X 50 X 50 X 60 X 60 X 60 X 20 X 70 X 80 X 40 X 30 X 60 X 30 X 20 X 50 X 40 X 20 X 60 X 80 X +USW00023188197007PGTM 0742 X 1418 X 1124 X 1006 X 0948 X 1030 X 1248 X 1030 X 1136 X 1054 X 1136 X 1218 X 1348 X 1354 X 1254 X 1524 X 1236 X 0842 X 1600 X 1330 X 1400 X 1454 X 1300 X 1542 X 1324 X 1048 X 1406 X 1142 X 1230 X 1442 X 1312 X +USW00023188197007PSUN 73 X 56 X 95 X 85 X 81 X 64 X 73 X 53 X 51 X 51 X 76 X 70 X 74 X 60 X 61 X 62 X 67 X 82 X 100 X 84 X 60 X 71 X 84 X 60 X 66 X 76 X 66 X 87 X 99 X 100 X 100 X +USW00023188197007TSUN 630 X 474 X 810 X 732 X 696 X 546 X 624 X 450 X 432 X 438 X 648 X 594 X 630 X 504 X 516 X 522 X 564 X 690 X 840 X 702 X 504 X 600 X 702 X 504 X 546 X 636 X 546 X 720 X 822 X 828 X 828 X +USW00023188197007WDFG 180W X 315W X 45W X 315W X 180W X 180W X 180W X 225W X 225W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 225W X 180W X 315W X 225W X 270W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188197007WDFM 315W X 315W X 315W X 315W X 225W X 180W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 225W X 180W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188197007WSFG 72 X 103 X 72 X 87 X 82 X 98 X 87 X 72 X 82 X 82 X 103 X 93 X 93 X 82 X 98 X 77 X 82 X 72 X 72 X 77 X 87 X 77 X 87 X 77 X 103 X 93 X 103 X 82 X 87 X 113 X 113 X +USW00023188197007WSFM 49 X 76 X 54 X 63 X 54 X 49 X 67 X 54 X 54 X 58 X 76 X 63 X 63 X 72 X 67 X 49 X 49 X 54 X 54 X 58 X 63 X 45 X 54 X 54 X 63 X 76 X 72 X 58 X 67 X 85 X 85 X +USW00023188197007WT01-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197007WT08 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197007WT16-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197008TMAX 256 0 233 0 228 0 222 0 233 0 239 0 289 0 289 0 283 0 267 0 256 0 267 0 267 0 267 0 267 0 278 0 267 0 256 0 250 0 244 0 239 0 233 0 239 0 250 0 261 0 256 0 250 0 233 0 239 0 239 0 244 0 +USW00023188197008TMIN 178 0 189 0 183 0 183 0 183 0 189 0 200 0 194 0 194 0 211 0 200 0 206 0 211 0 211 0 211 0 211 0 217 0 211 0 206 0 206 0 200 0 200 0 200 0 206 0 206 0 206 0 206 0 200 0 194 0 200 0 194 0 +USW00023188197008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197008ACMH 50 X 60 X 70 X 70 X 60 X 40 X 30 X 20 X 30 X 40 X 70 X 30 X 30 X 30 X 10 X 0 X 20 X 100 X 90 X 80 X 60 X 50 X 30 X 70 X 50 X 70 X 40 X 70 X 60 X 40 X 40 X +USW00023188197008ACSH 50 X 40 X 50 X 50 X 40 X 40 X 10 X 0 X 10 X 10 X 60 X 40 X 20 X 10 X 20 X 0 X 10 X 100 X 90 X 70 X 40 X 40 X 20 X 50 X 30 X 70 X 30 X 40 X 40 X 20 X 20 X +USW00023188197008PGTM 1618 X 2048 X 1312 X 1242 X 1512 X 1230 X 1106 X 1506 X 1236 X 1518 X 1118 X 1454 X 1242 X 1230 X 1230 X 1518 X 1536 X 1518 X 1218 X 1542 X 1412 X 1142 X 1430 X 1206 X 1300 X 1236 X 1424 X 1318 X 1342 X 1200 X 1524 X +USW00023188197008PSUN 90 X 83 X 74 X 61 X 64 X 70 X 100 X 100 X 85 X 89 X 81 X 93 X 90 X 90 X 90 X 100 X 98 X 40 X 43 X 52 X 66 X 71 X 81 X 80 X 82 X 67 X 82 X 72 X 71 X 77 X 77 X +USW00023188197008TSUN 744 X 678 X 606 X 498 X 522 X 576 X 816 X 816 X 690 X 726 X 660 X 756 X 726 X 726 X 720 X 798 X 786 X 318 X 342 X 414 X 528 X 558 X 642 X 624 X 642 X 528 X 636 X 558 X 552 X 594 X 594 X +USW00023188197008WDFG 315W X 225W X 225W X 225W X 270W X 315W X 315W X 180W X 225W X 315W X 270W X 225W X 270W X 270W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 270W X 315W X 270W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X +USW00023188197008WDFM 315W X 180W X 225W X 225W X 315W X 315W X 180W X 180W X 180W X 225W X 225W X 225W X 270W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X +USW00023188197008WSFG 82 X 87 X 72 X 77 X 82 X 87 X 87 X 82 X 67 X 87 X 72 X 77 X 77 X 72 X 77 X 82 X 87 X 87 X 82 X 87 X 93 X 82 X 82 X 82 X 93 X 82 X 72 X 93 X 93 X 93 X 87 X +USW00023188197008WSFM 58 X 54 X 45 X 49 X 58 X 63 X 54 X 54 X 45 X 49 X 40 X 49 X 54 X 49 X 54 X 54 X 58 X 67 X 67 X 67 X 67 X 58 X 58 X 67 X 54 X 58 X 54 X 49 X 63 X 67 X 76 X +USW00023188197008WT01 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197008WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197008WT08 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00023188197009TMAX 239 0 222 0 222 0 222 0 206 0 233 0 233 0 239 0 233 0 244 0 239 0 211 0 211 0 222 0 233 0 228 0 233 0 233 0 244 0 222 0 217 0 272 0 228 0 244 0 239 0 328 0 361 0 339 0 294 0 294 0-9999 +USW00023188197009TMIN 183 0 178 0 178 0 178 0 178 0 150 0 178 0 189 0 183 0 189 0 189 0 178 0 178 0 172 0 150 0 150 0 167 0 167 0 139 0 161 0 172 0 156 0 150 0 161 0 161 0 150 0 194 0 194 0 194 0 194 0-9999 +USW00023188197009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197009ACMH 60 X 60 X 30 X 50 X 50 X 20 X 30 X 10 X 0 X 0 X 80 X 100 X 90 X 20 X 10 X 30 X 50 X 50 X 40 X 30 X 30 X 10 X 20 X 30 X 50 X 50 X 90 X 60 X 30 X 20 X-9999 +USW00023188197009ACSH 20 X 20 X 10 X 30 X 50 X 10 X 20 X 20 X 0 X 0 X 60 X 100 X 80 X 0 X 20 X 30 X 30 X 40 X 30 X 10 X 20 X 20 X 30 X 10 X 60 X 50 X 90 X 60 X 20 X 20 X-9999 +USW00023188197009PGTM 1318 X 1342 X 1318 X 1106 X 0606 X 1406 X 1130 X 1212 X 1148 X 1218 X 2048 X 1242 X 1336 X 1048 X 1012 X 1100 X 1254 X 1330 X 1248 X 1312 X 0606 X 1348 X 1000 X 1200 X 1154 X 1418 X 1336 X 1400 X 1430 X 1148 X-9999 +USW00023188197009PSUN 77 X 81 X 87 X 79 X 60 X 96 X 84 X 85 X 100 X 100 X 62 X 36 X 49 X 95 X 92 X 85 X 77 X 80 X 76 X 91 X 93 X 100 X 85 X 95 X 82 X 54 X 25 X 68 X 95 X 100 X-9999 +USW00023188197009TSUN 594 X 618 X 672 X 600 X 456 X 726 X 642 X 642 X 756 X 756 X 468 X 270 X 366 X 708 X 684 X 630 X 570 X 594 X 558 X 666 X 684 X 732 X 624 X 684 X 594 X 390 X 180 X 486 X 678 X 714 X-9999 +USW00023188197009WDFG 315W X 270W X 270W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 180W X 270W X 225W X 270W X 315W X 225W X 315W X 315W X 315W X 270W X 180W X 315W X 180W X 270W X 315W X 315W X 90W X 45W X 225W X 315W X-9999 +USW00023188197009WDFM 315W X 225W X 315W X 315W X 180W X 180W X 315W X 315W X 315W X 315W X 180W X 180W X 225W X 270W X 315W X 225W X 315W X 315W X 315W X 225W X 180W X 315W X 180W X 315W X 315W X 315W X 45W X 45W X 225W X 315W X-9999 +USW00023188197009WSFG 98 X 87 X 82 X 82 X 108 X 72 X 87 X 93 X 77 X 77 X 87 X 93 X 93 X 98 X 77 X 67 X 87 X 93 X 108 X 67 X 103 X 108 X 82 X 77 X 87 X 77 X 113 X 134 X 67 X 93 X-9999 +USW00023188197009WSFM 76 X 49 X 54 X 58 X 67 X 58 X 72 X 72 X 58 X 54 X 58 X 45 X 54 X 72 X 54 X 45 X 67 X 76 X 80 X 45 X 63 X 80 X 40 X 63 X 72 X 58 X 72 X 85 X 45 X 76 X-9999 +USW00023188197009WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197009WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197009WT08 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00023188197009WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197010TMAX 283 0 239 0 228 0 233 0 206 0 200 0 200 0 272 0 261 0 217 0 228 0 222 0 228 0 217 0 217 0 211 0 217 0 211 0 200 0 211 0 211 0 200 0 211 0 194 0 200 0 206 0 256 0 244 0 261 0 244 0 217 0 +USW00023188197010TMIN 183 0 183 0 200 0 183 0 189 0 178 0 161 0 133 0 139 0 150 0 144 0 178 0 183 0 183 0 183 0 183 0 172 0 161 0 172 0 167 0 150 0 144 0 156 0 156 0 144 0 117 0 111 0 106 0 100 0 117 0 128 0 +USW00023188197010PRCP 0 0 0T 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197010ACMH 10 X 60 X 80 X 80 X 100 X 100 X 50 X 0 X 0 X 20 X 40 X 70 X 80 X 90 X 70 X 90 X 70 X 90 X 80 X 80 X 70 X 70 X 80 X 90 X 10 X 0 X 0 X 0 X 50 X 60 X 0 X +USW00023188197010ACSH 0 X 70 X 100 X 70 X 100 X 90 X 50 X 0 X 0 X 10 X 20 X 50 X 50 X 80 X 60 X 80 X 40 X 90 X 80 X 80 X 80 X 90 X 60 X 100 X 10 X 0 X 10 X 0 X 80 X 90 X 0 X +USW00023188197010PGTM 2042 X 1424 X 1142 X 1324 X 1242 X 1206 X 0700 X 1430 X 1336 X 1436 X 1236 X 1330 X 1330 X 1330 X 1306 X 1324 X 1218 X 1054 X 0748 X 1412 X 1212 X 1400 X 1442 X 1236 X 0930 X 1154 X 1154 X 1300 X 1218 X 1536 X 1400 X +USW00023188197010PSUN 97 X 63 X 17 X 45 X 0 X 34 X 86 X 100 X 100 X 91 X 79 X 64 X 57 X 36 X 63 X 65 X 75 X 67 X 45 X 41 X 64 X 74 X 65 X 38 X 88 X 97 X 100 X 100 X 61 X 72 X 100 X +USW00023188197010TSUN 690 X 444 X 120 X 318 X 0 X 240 X 600 X 696 X 696 X 636 X 546 X 444 X 396 X 246 X 426 X 444 X 510 X 456 X 306 X 276 X 432 X 498 X 432 X 252 X 588 X 648 X 660 X 660 X 396 X 474 X 654 X +USW00023188197010WDFG 135W X 180W X 225W X 315W X 315W X 270W X 225W X 315W X 225W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 270W X 270W X 270W X 270W X 315W X 180W X 270W X 225W X 315W X 315W X 315W X 315W X +USW00023188197010WDFM 225W X 180W X 225W X 315W X 315W X 270W X 225W X 315W X 315W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 270W X 180W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 270W X 315W X 315W X 315W X 315W X +USW00023188197010WSFG 77 X 87 X 72 X 93 X 93 X 77 X 82 X 108 X 82 X 82 X 93 X 93 X 93 X 103 X 118 X 98 X 93 X 82 X 77 X 93 X 98 X 103 X 98 X 72 X 93 X 82 X 72 X 87 X 62 X 93 X 87 X +USW00023188197010WSFM 45 X 54 X 40 X 63 X 72 X 45 X 58 X 85 X 58 X 54 X 72 X 63 X 58 X 67 X 72 X 67 X 72 X 45 X 54 X 63 X 76 X 67 X 76 X 54 X 58 X 63 X 58 X 67 X 45 X 76 X 76 X +USW00023188197010WT01 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197010WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197010WT08 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X +USW00023188197010WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197011TMAX 228 0 200 0 183 0 194 0 206 0 217 0 200 0 211 0 250 0 200 0 189 0 200 0 239 0 250 0 267 0 233 0 206 0 183 0 172 0 183 0 194 0 189 0 183 0 178 0 178 0 183 0 167 0 178 0 167 0 167 0-9999 +USW00023188197011TMIN 111 0 128 0 144 0 144 0 128 0 161 0 144 0 111 0 122 0 133 0 139 0 150 0 111 0 139 0 128 0 111 0 100 0 106 0 133 0 133 0 128 0 111 0 94 0 106 0 139 0 139 0 128 0 139 0 122 0 117 0-9999 +USW00023188197011PRCP 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 142 0 0 0 46 0 234 0 23 0-9999 +USW00023188197011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197011ACMH 60 X 70 X 80 X 80 X 40 X 80 X 40 X 10 X 40 X 40 X 90 X 50 X 60 X 70 X 40 X 50 X 30 X 50 X 40 X 70 X 50 X 30 X 20 X 90 X 100 X 80 X 60 X 100 X 100 X 40 X-9999 +USW00023188197011ACSH 30 X 50 X 70 X 80 X 20 X 70 X 60 X 0 X 10 X 10 X 80 X 50 X 60 X 60 X 60 X 80 X 20 X 30 X 30 X 90 X 50 X 20 X 10 X 80 X 100 X 90 X 30 X 100 X 100 X 50 X-9999 +USW00023188197011PGTM 1206 X 1300 X 1112 X 1242 X 1442 X 1306 X 1224 X 1300 X 1412 X 1230 X 1412 X 1542 X 1530 X 1042 X 1412 X 1312 X 1518 X 0912 X 1400 X 0906 X 1300 X 1442 X 1224 X 2200 X 2206 X 0348 X 1400 X 2312 X 1206 X 0324 X-9999 +USW00023188197011PSUN 81 X 50 X 28 X 52 X 90 X 81 X 76 X 100 X 99 X 91 X 70 X 70 X 92 X 90 X 96 X 100 X 100 X 76 X 90 X 86 X 70 X 96 X 96 X 76 X 34 X 30 X 91 X 13 X 0 X 69 X-9999 +USW00023188197011TSUN 528 X 324 X 186 X 336 X 582 X 522 X 486 X 642 X 636 X 582 X 444 X 444 X 582 X 570 X 606 X 624 X 630 X 474 X 558 X 534 X 438 X 594 X 594 X 468 X 210 X 186 X 564 X 78 X 0 X 420 X-9999 +USW00023188197011WDFG 315W X 225W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X 315W X 180W X 180W X 135W X 315W X 315W X 315W X 180W X 180W X 315W X 225W X 180W X 135W X 315W X-9999 +USW00023188197011WDFM 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 270W X 315W X 315W X 315W X 180W X 180W X 315W X 270W X 180W X 180W X 315W X-9999 +USW00023188197011WSFG 82 X 62 X 82 X 67 X 77 X 82 X 77 X 103 X 82 X 62 X 87 X 82 X 62 X 77 X 82 X 57 X 62 X 72 X 72 X 72 X 82 X 98 X 82 X 77 X 93 X 103 X 72 X 98 X 180 X 134 X-9999 +USW00023188197011WSFM 67 X 45 X 63 X 58 X 63 X 58 X 49 X 80 X 67 X 49 X 63 X 67 X 49 X 63 X 72 X 49 X 45 X 45 X 58 X 45 X 76 X 76 X 67 X 49 X 72 X 85 X 40 X 76 X 148 X 89 X-9999 +USW00023188197011WT01 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00023188197011WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197011WT08 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197011WT16-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00023188197012TMAX 178 0 161 0 167 0 183 0 222 0 217 0 211 0 172 0 156 0 183 0 206 0 183 0 161 0 167 0 167 0 156 0 133 0 139 0 150 0 133 0 139 0 144 0 150 0 139 0 156 0 144 0 150 0 150 0 144 0 178 0 194 0 +USW00023188197012TMIN 100 0 111 0 89 0 89 0 94 0 111 0 111 0 133 0 122 0 89 0 78 0 72 0 72 0 117 0 83 0 89 0 117 0 83 0 111 0 89 0 106 0 94 0 61 0 89 0 94 0 89 0 94 0 94 0 72 0 67 0 100 0 +USW00023188197012PRCP 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0T 0 0 0 15 0 38 0 33 0 191 0 76 0 124 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197012ACMH 30 X 70 X 10 X 10 X 20 X 60 X 40 X 100 X 60 X 0 X 0 X 10 X 40 X 40 X 30 X 80 X 90 X 60 X 80 X 70 X 80 X 30 X 20 X 100 X 90 X 90 X 60 X 60 X 40 X 50 X 70 X +USW00023188197012ACSH 20 X 100 X 20 X 30 X 30 X 100 X 20 X 100 X 70 X 0 X 0 X 20 X 40 X 40 X 50 X 100 X 100 X 50 X 70 X 60 X 90 X 40 X 0 X 100 X 100 X 100 X 40 X 80 X 80 X 50 X 80 X +USW00023188197012PGTM 1206 X 1218 X 1236 X 1336 X 1554 X 1254 X 1142 X 1430 X 1312 X 1336 X 1354 X 1224 X 2330 X 1142 X 1430 X 0948 X 1248 X 1548 X 0118 X 1336 X 0648 X 0112 X 1412 X 1300 X 1500 X 0754 X 1212 X 1548 X 1306 X 1618 X 1506 X +USW00023188197012PSUN 91 X 22 X 100 X 86 X 98 X 70 X 81 X 26 X 37 X 100 X 100 X 100 X 81 X 79 X 100 X 52 X 4 X 86 X 65 X 48 X 33 X 79 X 100 X 11 X 27 X 6 X 70 X 73 X 66 X 90 X 49 X +USW00023188197012TSUN 552 X 138 X 606 X 522 X 594 X 426 X 486 X 156 X 222 X 606 X 600 X 600 X 492 X 474 X 600 X 312 X 24 X 516 X 390 X 288 X 198 X 474 X 600 X 66 X 162 X 36 X 420 X 438 X 396 X 540 X 294 X +USW00023188197012WDFG 315W X 180W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 225W X 315W X 180W X 135W X 225W X 180W X 270W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X 315W X +USW00023188197012WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 180W X 180W X 225W X 180W X 270W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X 315W X +USW00023188197012WSFG 98 X 82 X 93 X 77 X 72 X 57 X 72 X 57 X 113 X 77 X 77 X 51 X 77 X 103 X 93 X 62 X 108 X 118 X 139 X 139 X 164 X 82 X 77 X 51 X 51 X 51 X 72 X 82 X 72 X 77 X 72 X +USW00023188197012WSFM 76 X 40 X 76 X 63 X 58 X 54 X 63 X 36 X 76 X 63 X 58 X 36 X 54 X 76 X 72 X 36 X 89 X 76 X 94 X 112 X 130 X 58 X 67 X 45 X 45 X 40 X 54 X 72 X 58 X 58 X 58 X +USW00023188197012WT01-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188197012WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188197012WT08-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00023188197012WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197101TMAX 167 0 133 0 122 0 106 0 117 0 128 0 117 0 133 0 128 0 133 0 122 0 139 0 139 0 144 0 172 0 194 0 217 0 272 0 206 0 150 0 133 0 144 0 161 0 122 0 144 0 211 0 250 0 272 0 256 0 250 0 150 0 +USW00023188197101TMIN 94 0 83 0 44 0 22 0 6 0 33 0 11 0 33 0 50 0 72 0 72 0 106 0 89 0 78 0 61 0 78 0 94 0 117 0 133 0 117 0 122 0 128 0 117 0 100 0 89 0 61 0 100 0 117 0 122 0 100 0 83 0 +USW00023188197101PRCP 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197101ACMH 80 X 80 X 0 X 0 X 10 X 20 X 20 X 50 X 50 X 30 X 90 X 100 X 70 X 60 X 30 X 50 X 20 X 10 X 30 X 100 X 100 X 100 X 70 X 100 X 70 X 20 X 60 X 80 X 50 X 0 X 70 X +USW00023188197101ACSH 80 X 90 X 0 X 0 X 10 X 0 X 30 X 60 X 50 X 40 X 90 X 100 X 60 X 50 X 50 X 70 X 10 X 0 X 20 X 100 X 100 X 100 X 60 X 100 X 40 X 10 X 80 X 80 X 60 X 0 X 100 X +USW00023188197101PGTM 2306 X 0842 X 0248 X 1230 X 1324 X 1436 X 1348 X 1330 X 1330 X 1554 X 1254 X 1718 X 1312 X 1606 X 1424 X 1424 X 1248 X 1518 X 1400 X 2206 X 0954 X 1312 X 1354 X 1136 X 1300 X 1024 X 1400 X 1836 X 1648 X 1348 X 1612 X +USW00023188197101PSUN 73 X 22 X 100 X 100 X 100 X 91 X 97 X 89 X 75 X 72 X 5 X 26 X 82 X 99 X 100 X 94 X 100 X 100 X 91 X 0 X 0 X 0 X 72 X 0 X 79 X 100 X 92 X 66 X 87 X 100 X 21 X +USW00023188197101TSUN 438 X 138 X 606 X 606 X 606 X 552 X 588 X 546 X 456 X 438 X 30 X 162 X 498 X 612 X 612 X 576 X 618 X 618 X 564 X 0 X 0 X 0 X 450 X 0 X 498 X 630 X 582 X 414 X 552 X 636 X 132 X +USW00023188197101WDFG 180W X 270W X 360W X 225W X 315W X 360W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 180W X 360W X 180W X 180W X 135W X 225W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 270W X +USW00023188197101WDFM 180W X 270W X 360W X 225W X 315W X 45W X 270W X 315W X 315W X 315W X 315W X 180W X 270W X 315W X 315W X 315W X 180W X 360W X 180W X 180W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188197101WSFG 82 X 195 X 93 X 72 X 82 X 134 X 87 X 98 X 67 X 62 X 57 X 93 X 67 X 87 X 77 X 77 X 36 X 72 X 67 X 77 X 98 X 62 X 93 X 62 X 82 X 72 X 72 X 51 X 77 X 82 X 57 X +USW00023188197101WSFM 45 X 134 X 76 X 45 X 67 X 85 X 67 X 76 X 45 X 40 X 49 X 72 X 49 X 76 X 67 X 76 X 27 X 58 X 31 X 45 X 49 X 36 X 72 X 45 X 63 X 63 X 58 X 40 X 67 X 72 X 49 X +USW00023188197101WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00023188197101WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00023188197101WT08 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188197101WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197102TMAX 133 0 133 0 156 0 156 0 161 0 156 0 167 0 139 0 183 0 256 0 228 0 289 0 244 0 144 0 144 0 133 0 156 0 156 0 133 0 133 0 156 0 133 0 139 0 161 0 150 0 167 0 150 0 133 0-9999 -9999 -9999 +USW00023188197102TMIN 111 0 128 0 94 0 78 0 67 0 89 0 89 0 106 0 78 0 89 0 106 0 111 0 117 0 100 0 117 0 128 0 111 0 117 0 94 0 83 0 67 0 89 0 100 0 72 0 89 0 89 0 61 0 106 0-9999 -9999 -9999 +USW00023188197102PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 244 0 0 0 23 0 0 0 0 0 0T 0 15 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00023188197102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197102ACMH 90 X 100 X 10 X 40 X 50 X 20 X 80 X 80 X 40 X 0 X 0 X 10 X 0 X 90 X 100 X 100 X 80 X 50 X 60 X 0 X 10 X 70 X 70 X 0 X 60 X 10 X 10 X 60 X-9999 -9999 -9999 +USW00023188197102ACSH 80 X 100 X 0 X 60 X 70 X 20 X 90 X 70 X 30 X 0 X 0 X 20 X 10 X 90 X 100 X 100 X 80 X 40 X 80 X 0 X 0 X 70 X 90 X 0 X 80 X 30 X 0 X 60 X-9999 -9999 -9999 +USW00023188197102PGTM 1848 X 0706 X 1318 X 1400 X 1524 X 1430 X 1606 X 1330 X 1248 X 1542 X 1206 X 1442 X 1300 X 2348 X 1154 X 2112 X 0036 X 1436 X 1924 X 1236 X 1242 X 2154 X 0348 X 1300 X 1054 X 1654 X 1624 X 1330 X-9999 -9999 -9999 +USW00023188197102PSUN 39 X 2 X 100 X 100 X 100 X 93 X 67 X 60 X 84 X 100 X 100 X 87 X 100 X 36 X 12 X 0 X 63 X 80 X 38 X 100 X 100 X 51 X 34 X 100 X 42 X 100 X 100 X 80 X-9999 -9999 -9999 +USW00023188197102TSUN 252 X 18 X 642 X 642 X 642 X 600 X 432 X 390 X 546 X 654 X 654 X 570 X 654 X 240 X 78 X 0 X 420 X 540 X 258 X 672 X 672 X 348 X 228 X 678 X 288 X 684 X 684 X 546 X-9999 -9999 -9999 +USW00023188197102WDFG 225W X 180W X 315W X 180W X 315W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 180W X 180W X 180W X 135W X 180W X 270W X 270W X 315W X 315W X 270W X 270W X 270W X 180W X 315W X 270W X 315W X-9999 -9999 -9999 +USW00023188197102WDFM 225W X 270W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 180W X 180W X 180W X 315W X 270W X 315W X 315W X 270W X 315W X 315W X 180W X 315W X 315W X 315W X-9999 -9999 -9999 +USW00023188197102WSFG 82 X 82 X 98 X 62 X 77 X 67 X 87 X 103 X 93 X 77 X 67 X 67 X 51 X 72 X 72 X 123 X 118 X 72 X 134 X 108 X 77 X 103 X 108 X 93 X 87 X 103 X 108 X 108 X-9999 -9999 -9999 +USW00023188197102WSFM 40 X 40 X 76 X 40 X 58 X 40 X 72 X 76 X 76 X 58 X 54 X 58 X 36 X 40 X 49 X 89 X 94 X 63 X 98 X 80 X 67 X 63 X 76 X 76 X 54 X 85 X 85 X 80 X-9999 -9999 -9999 +USW00023188197102WT01 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197102WT02-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197102WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197102WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188197103TMAX 139 0 161 0 183 0 156 0 161 0 194 0 194 0 156 0 150 0 139 0 167 0 178 0 161 0 189 0 206 0 256 0 183 0 206 0 211 0 183 0 178 0 178 0 178 0 183 0 178 0 194 0 194 0 194 0 211 0 167 0 200 0 +USW00023188197103TMIN 89 0 39 0 56 0 78 0 111 0 78 0 78 0 94 0 117 0 117 0 117 0 106 0 111 0 83 0 83 0 106 0 117 0 106 0 106 0 100 0 117 0 111 0 111 0 128 0 133 0 139 0 133 0 128 0 106 0 117 0 139 0 +USW00023188197103PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188197103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197103ACMH 30 X 0 X 50 X 40 X 40 X 0 X 0 X 40 X 60 X 90 X 60 X 70 X 60 X 10 X 0 X 60 X 50 X 80 X 70 X 50 X 50 X 50 X 100 X 90 X 100 X 70 X 90 X 50 X 60 X 100 X 40 X +USW00023188197103ACSH 30 X 0 X 70 X 30 X 30 X 0 X 0 X 30 X 30 X 90 X 60 X 40 X 70 X 0 X 0 X 70 X 30 X 80 X 70 X 30 X 30 X 30 X 100 X 90 X 90 X 50 X 80 X 30 X 30 X 100 X 30 X +USW00023188197103PGTM 0136 X 1342 X 1236 X 1536 X 1512 X 1442 X 1600 X 1318 X 1324 X 1430 X 1024 X 1424 X 1254 X 1330 X 1418 X 1324 X 1336 X 1430 X 1206 X 1218 X 1330 X 1300 X 1506 X 1036 X 1042 X 1400 X 1306 X 1242 X 1342 X 1748 X 1512 X +USW00023188197103PSUN 91 X 100 X 100 X 79 X 78 X 100 X 100 X 100 X 90 X 64 X 82 X 65 X 72 X 100 X 100 X 90 X 90 X 86 X 70 X 80 X 79 X 80 X 39 X 55 X 31 X 83 X 47 X 76 X 81 X 27 X 86 X +USW00023188197103TSUN 630 X 690 X 696 X 552 X 546 X 702 X 702 X 702 X 636 X 456 X 582 X 462 X 510 X 714 X 720 X 648 X 648 X 624 X 510 X 582 X 582 X 588 X 288 X 408 X 228 X 612 X 348 X 564 X 606 X 204 X 648 X +USW00023188197103WDFG 315W X 270W X 315W X 270W X 315W X 315W X 315W X 180W X 270W X 225W X 270W X 225W X 270W X 270W X 315W X 315W X 225W X 180W X 315W X 270W X 315W X 315W X 270W X 225W X 180W X 315W X 270W X 315W X 315W X 180W X 315W X +USW00023188197103WDFM 315W X 315W X 315W X 270W X 315W X 315W X 315W X 180W X 315W X 270W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 180W X 315W X 315W X 315W X 315W X 270W X 225W X 180W X 315W X 225W X 315W X 315W X 180W X 315W X +USW00023188197103WSFG 123 X 134 X 98 X 72 X 98 X 98 X 93 X 67 X 93 X 72 X 77 X 87 X 154 X 108 X 93 X 123 X 77 X 67 X 103 X 103 X 98 X 77 X 77 X 62 X 82 X 108 X 77 X 103 X 93 X 82 X 77 X +USW00023188197103WSFM 94 X 98 X 80 X 45 X 76 X 76 X 76 X 45 X 72 X 45 X 49 X 49 X 112 X 76 X 76 X 85 X 54 X 49 X 76 X 76 X 80 X 63 X 49 X 45 X 54 X 85 X 54 X 76 X 72 X 58 X 54 X +USW00023188197103WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188197103WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188197103WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00023188197103WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197104TMAX 283 0 233 0 222 0 328 0 311 0 244 0 194 0 194 0 206 0 206 0 206 0 206 0 206 0 161 0 189 0 161 0 172 0 167 0 178 0 167 0 161 0 189 0 189 0 167 0 156 0 167 0 172 0 172 0 178 0 178 0-9999 +USW00023188197104TMIN 117 0 100 0 111 0 122 0 144 0 122 0 128 0 133 0 122 0 128 0 128 0 133 0 133 0 133 0 139 0 133 0 111 0 100 0 106 0 122 0 106 0 100 0 111 0 122 0 100 0 100 0 106 0 128 0 128 0 128 0-9999 +USW00023188197104PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 173 0 0T 0 0 0 18 0 0 0 0 0 0T 0 3 0 0 0 0 0 0T 0 8 0 36 0 0 0 0T 0 0 0 0 0-9999 +USW00023188197104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197104ACMH 20 X 20 X 20 X 0 X 10 X 30 X 50 X 40 X 30 X 20 X 30 X 40 X 70 X 100 X 90 X 100 X 80 X 40 X 50 X 80 X 50 X 0 X 50 X 90 X 90 X 40 X 70 X 90 X 60 X 80 X-9999 +USW00023188197104ACSH 20 X 0 X 10 X 0 X 20 X 20 X 30 X 30 X 50 X 10 X 30 X 30 X 70 X 100 X 80 X 100 X 80 X 40 X 50 X 80 X 60 X 0 X 40 X 100 X 90 X 30 X 80 X 80 X 60 X 70 X-9999 +USW00023188197104PGTM 1548 X 1406 X 1424 X 1500 X 1442 X 2030 X 1406 X 1500 X 1312 X 1348 X 1454 X 1354 X 1154 X 1600 X 2254 X 1012 X 1936 X 0106 X 1536 X 2342 X 1254 X 1312 X 1412 X 0854 X 0248 X 1412 X 1106 X 1524 X 1630 X 1418 X-9999 +USW00023188197104PSUN 84 X 100 X 92 X 100 X 100 X 94 X 86 X 76 X 74 X 92 X 88 X 77 X 70 X 17 X 60 X 32 X 46 X 75 X 73 X 56 X 68 X 100 X 90 X 43 X 56 X 90 X 61 X 44 X 62 X 40 X-9999 +USW00023188197104TSUN 636 X 756 X 702 X 756 X 762 X 714 X 660 X 582 X 570 X 702 X 678 X 594 X 540 X 132 X 468 X 252 X 360 X 588 X 570 X 438 X 540 X 792 X 714 X 342 X 444 X 720 X 492 X 354 X 498 X 324 X-9999 +USW00023188197104WDFG 315W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 270W X 315W X 315W X 225W X 315W X 315W X 225W X 225W X 270W X 315W X 270W X 315W X 270W X 270W X 315W X 180W X 270W X 270W X 270W X 270W X 315W X 270W X-9999 +USW00023188197104WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 180W X 225W X 315W X 315W X 225W X 270W X 270W X 315W X 315W X 180W X 225W X 225W X 270W X 270W X 315W X 270W X-9999 +USW00023188197104WSFG 98 X 93 X 98 X 108 X 118 X 154 X 108 X 72 X 93 X 93 X 72 X 72 X 93 X 103 X 93 X 93 X 144 X 134 X 98 X 87 X 144 X 82 X 87 X 123 X 139 X 93 X 93 X 103 X 98 X 103 X-9999 +USW00023188197104WSFM 76 X 76 X 80 X 94 X 89 X 107 X 76 X 54 X 76 X 76 X 49 X 49 X 72 X 89 X 63 X 72 X 116 X 94 X 63 X 58 X 85 X 58 X 63 X 80 X 85 X 58 X 58 X 58 X 72 X 67 X-9999 +USW00023188197104WT01 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197104WT02 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197104WT08 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197104WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00023188197105TMAX 172 0 183 0 194 0 178 0 161 0 161 0 194 0 183 0 194 0 183 0 194 0 178 0 206 0 178 0 183 0 194 0 228 0 278 0 244 0 194 0 172 0 183 0 200 0 200 0 206 0 183 0 189 0 161 0 178 0 178 0 183 0 +USW00023188197105TMIN 133 0 133 0 139 0 133 0 128 0 117 0 133 0 128 0 133 0 133 0 144 0 144 0 144 0 139 0 139 0 144 0 133 0 139 0 144 0 150 0 133 0 133 0 133 0 144 0 139 0 133 0 139 0 128 0 128 0 139 0 139 0 +USW00023188197105PRCP 0T 0 0 0 5 0 0T 0 5 0 33 0 81 0 13 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 102 0 3 0 0 0 0T 0 +USW00023188197105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197105ACMH 80 X 40 X 70 X 70 X 100 X 100 X 80 X 20 X 40 X 70 X 90 X 100 X 90 X 90 X 100 X 80 X 10 X 0 X 0 X 70 X 80 X 40 X 40 X 60 X 80 X 100 X 60 X 80 X 90 X 90 X 70 X +USW00023188197105ACSH 70 X 20 X 60 X 70 X 100 X 90 X 70 X 10 X 30 X 60 X 90 X 100 X 80 X 90 X 100 X 80 X 10 X 10 X 0 X 50 X 100 X 50 X 50 X 40 X 60 X 100 X 70 X 100 X 90 X 100 X 60 X +USW00023188197105PGTM 1448 X 1300 X 1312 X 0806 X 2236 X 1454 X 1218 X 1154 X 1542 X 1136 X 1336 X 1230 X 1600 X 1936 X 1142 X 1542 X 1242 X 1506 X 1254 X 1236 X 0606 X 1454 X 1448 X 1154 X 1236 X 1230 X 1406 X 0642 X 1306 X 1348 X 1224 X +USW00023188197105PSUN 47 X 87 X 66 X 75 X 19 X 32 X 53 X 96 X 80 X 65 X 37 X 5 X 57 X 50 X 44 X 49 X 96 X 100 X 100 X 71 X 39 X 77 X 66 X 69 X 65 X 27 X 70 X 8 X 17 X 29 X 67 X +USW00023188197105TSUN 384 X 708 X 534 X 612 X 156 X 258 X 432 X 792 X 654 X 540 X 306 X 42 X 474 X 420 X 366 X 414 X 798 X 834 X 834 X 594 X 330 X 648 X 558 X 582 X 546 X 228 X 588 X 66 X 144 X 246 X 570 X +USW00023188197105WDFG 315W X 315W X 225W X 315W X 225W X 180W X 225W X 225W X 315W X 225W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X 315W X 315W X 270W X 225W X 270W X 270W X 270W X 270W X 225W X +USW00023188197105WDFM 315W X 270W X 225W X 315W X 225W X 180W X 225W X 225W X 270W X 225W X 315W X 315W X 315W X 225W X 180W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 225W X 180W X 225W X 270W X 225W X 270W X 225W X +USW00023188197105WSFG 103 X 103 X 103 X 108 X 87 X 87 X 123 X 77 X 93 X 77 X 82 X 87 X 87 X 82 X 72 X 82 X 103 X 113 X 77 X 82 X 103 X 98 X 103 X 93 X 82 X 82 X 103 X 93 X 82 X 67 X 103 X +USW00023188197105WSFM 72 X 63 X 63 X 80 X 58 X 67 X 80 X 54 X 58 X 54 X 54 X 67 X 72 X 58 X 58 X 63 X 76 X 89 X 67 X 54 X 80 X 54 X 76 X 76 X 54 X 58 X 67 X 63 X 54 X 45 X 58 X +USW00023188197105WT01 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188197105WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197105WT16 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X +USW00023188197106TMAX 178 0 183 0 194 0 200 0 200 0 194 0 194 0 183 0 172 0 200 0 217 0 217 0 217 0 228 0 239 0 222 0 211 0 228 0 233 0 261 0 211 0 228 0 211 0 194 0 211 0 211 0 222 0 211 0 228 0 217 0-9999 +USW00023188197106TMIN 122 0 139 0 139 0 144 0 144 0 144 0 150 0 156 0 144 0 150 0 150 0 161 0 167 0 161 0 150 0 144 0 156 0 156 0 167 0 156 0 167 0 161 0 167 0 161 0 167 0 161 0 172 0 167 0 172 0 161 0-9999 +USW00023188197106PRCP 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197106ACMH 40 X 70 X 80 X 70 X 70 X 80 X 90 X 100 X 100 X 100 X 70 X 90 X 60 X 50 X 30 X 50 X 70 X 50 X 30 X 20 X 60 X 50 X 100 X 100 X 90 X 90 X 100 X 40 X 40 X 40 X-9999 +USW00023188197106ACSH 40 X 70 X 70 X 60 X 50 X 70 X 90 X 100 X 100 X 100 X 60 X 80 X 30 X 20 X 20 X 50 X 70 X 40 X 20 X 10 X 60 X 30 X 100 X 100 X 90 X 80 X 90 X 30 X 20 X 40 X-9999 +USW00023188197106PGTM 1306 X 1336 X 1254 X 1254 X 1230 X 1336 X 1342 X 1354 X 2130 X 0806 X 1500 X 1042 X 1118 X 1224 X 1154 X 1130 X 0942 X 1506 X 1712 X 1306 X 1206 X 1318 X 1436 X 1200 X 1824 X 1336 X 1518 X 1318 X 1254 X 1118 X-9999 +USW00023188197106PSUN 77 X 59 X 43 X 63 X 54 X 74 X 46 X 7 X 1 X 34 X 57 X 62 X 70 X 84 X 88 X 62 X 45 X 69 X 83 X 95 X 65 X 81 X 39 X 3 X 41 X 56 X 44 X 77 X 82 X 67 X-9999 +USW00023188197106TSUN 654 X 498 X 366 X 534 X 456 X 630 X 390 X 66 X 12 X 294 X 492 X 534 X 600 X 720 X 756 X 534 X 390 X 594 X 714 X 810 X 558 X 696 X 336 X 30 X 348 X 486 X 378 X 660 X 708 X 576 X-9999 +USW00023188197106WDFG 225W X 225W X 315W X 315W X 225W X 225W X 270W X 225W X 180W X 180W X 270W X 270W X 270W X 315W X 180W X 180W X 180W X 225W X 315W X 315W X 180W X 270W X 225W X 180W X 180W X 180W X 225W X 225W X 225W X 225W X-9999 +USW00023188197106WDFM 225W X 225W X 315W X 315W X 225W X 225W X 225W X 180W X 180W X 270W X 270W X 270W X 270W X 315W X 180W X 225W X 225W X 315W X 315W X 315W X 180W X 270W X 180W X 180W X 180W X 180W X 225W X 180W X 225W X 225W X-9999 +USW00023188197106WSFG 82 X 98 X 113 X 108 X 77 X 77 X 72 X 67 X 93 X 87 X 103 X 108 X 98 X 82 X 77 X 87 X 82 X 82 X 72 X 98 X 93 X 77 X 98 X 108 X 67 X 67 X 67 X 72 X 82 X 98 X-9999 +USW00023188197106WSFM 58 X 67 X 76 X 76 X 49 X 54 X 54 X 54 X 58 X 49 X 63 X 80 X 76 X 58 X 63 X 49 X 54 X 49 X 54 X 72 X 49 X 63 X 54 X 54 X 54 X 49 X 45 X 49 X 49 X 58 X-9999 +USW00023188197106WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197106WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197106WT08-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197106WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197107TMAX 222 0 217 0 217 0 222 0 228 0 228 0 233 0 239 0 256 0 283 0 278 0 228 0 250 0 217 0 222 0 222 0 250 0 250 0 233 0 233 0 233 0 222 0 228 0 222 0 222 0 228 0 228 0 239 0 244 0 267 0 272 0 +USW00023188197107TMIN 161 0 156 0 156 0 161 0 161 0 167 0 172 0 172 0 167 0 172 0 183 0 183 0 183 0 178 0 172 0 178 0 189 0 189 0 189 0 189 0 183 0 178 0 178 0 178 0 183 0 189 0 183 0 183 0 183 0 200 0 206 0 +USW00023188197107PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188197107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197107ACMH 60 X 70 X 50 X 90 X 90 X 70 X 50 X 30 X 30 X 10 X 10 X 70 X 60 X 100 X 80 X 70 X 40 X 20 X 70 X 70 X 100 X 80 X 80 X 80 X 90 X 90 X 60 X 70 X 60 X 30 X 40 X +USW00023188197107ACSH 40 X 50 X 30 X 80 X 80 X 60 X 30 X 30 X 30 X 10 X 10 X 90 X 50 X 100 X 80 X 80 X 30 X 20 X 60 X 70 X 90 X 60 X 60 X 70 X 80 X 90 X 60 X 60 X 50 X 30 X 60 X +USW00023188197107PGTM 1254 X 0948 X 1130 X 1300 X 1606 X 1036 X 1118 X 1512 X 1518 X 1436 X 1618 X 1142 X 1336 X 1412 X 1124 X 0818 X 1142 X 1254 X 1148 X 1430 X 1330 X 2154 X 1348 X 1112 X 1454 X 1518 X 1348 X 1406 X 1242 X 1200 X 1300 X +USW00023188197107PSUN 61 X 65 X 79 X 68 X 59 X 61 X 67 X 80 X 84 X 100 X 100 X 54 X 90 X 30 X 57 X 43 X 93 X 100 X 72 X 71 X 46 X 50 X 61 X 53 X 47 X 43 X 55 X 55 X 81 X 94 X 91 X +USW00023188197107TSUN 522 X 552 X 678 X 582 X 510 X 516 X 570 X 684 X 714 X 852 X 852 X 462 X 768 X 258 X 486 X 360 X 786 X 846 X 606 X 600 X 390 X 420 X 510 X 438 X 390 X 360 X 456 X 456 X 672 X 780 X 756 X +USW00023188197107WDFG 270W X 225W X 225W X 225W X 225W X 225W X 270W X 315W X 270W X 315W X 315W X 225W X 315W X 225W X 180W X 180W X 270W X 270W X 315W X 270W X 225W X 180W X 225W X 225W X 225W X 315W X 315W X 225W X 225W X 315W X 315W X +USW00023188197107WDFM 225W X 225W X 225W X 225W X 225W X 225W X 270W X 315W X 270W X 315W X 315W X 180W X 315W X 180W X 180W X 180W X 225W X 270W X 270W X 315W X 225W X 180W X 225W X 225W X 225W X 270W X 315W X 315W X 180W X 315W X 315W X +USW00023188197107WSFG 87 X 87 X 77 X 82 X 82 X 87 X 87 X 62 X 82 X 108 X 62 X 93 X 108 X 72 X 67 X 62 X 82 X 98 X 98 X 87 X 82 X 82 X 82 X 77 X 77 X 98 X 82 X 77 X 67 X 87 X 93 X +USW00023188197107WSFM 54 X 54 X 49 X 49 X 49 X 54 X 58 X 54 X 63 X 80 X 45 X 54 X 76 X 58 X 49 X 45 X 49 X 76 X 72 X 63 X 58 X 45 X 49 X 49 X 49 X 67 X 63 X 58 X 49 X 72 X 67 X +USW00023188197107WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X +USW00023188197107WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197107WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00023188197107WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188197108TMAX 311 0 294 0 294 0 300 0 306 0 306 0 278 0 294 0 278 0 261 0 278 0 283 0 283 0 267 0 267 0 272 0 244 0 250 0 250 0 250 0 250 0 256 0 256 0 256 0 256 0 267 0 289 0 283 0 283 0 250 0 256 0 +USW00023188197108TMIN 206 0 206 0 206 0 206 0 222 0 211 0 206 0 211 0 222 0 222 0 222 0 217 0 217 0 222 0 211 0 211 0 211 0 206 0 206 0 206 0 206 0 206 0 200 0 200 0 194 0 200 0 200 0 217 0 217 0 200 0 189 0 +USW00023188197108PRCP 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197108ACMH 40 X 90 X 50 X 70 X 40 X 0 X 30 X 30 X 30 X 50 X 20 X 20 X 50 X 80 X 50 X 70 X 70 X 80 X 80 X 90 X 90 X 90 X 60 X 70 X 50 X 30 X 0 X 0 X 0 X 30 X 30 X +USW00023188197108ACSH 30 X 90 X 40 X 90 X 20 X 0 X 20 X 30 X 40 X 70 X 10 X 0 X 40 X 60 X 40 X 50 X 80 X 90 X 90 X 90 X 90 X 90 X 30 X 50 X 30 X 20 X 0 X 0 X 0 X 30 X 20 X +USW00023188197108PGTM 1306 X 1442 X 1148 X 1054 X 1312 X 1418 X 1342 X 1418 X 1406 X 1242 X 1254 X 1300 X 1512 X 1218 X 1430 X 1136 X 1300 X 1254 X 1154 X 1300 X 1036 X 1254 X 1300 X 1424 X 1418 X 1412 X 1336 X 1100 X 1430 X 1218 X 1630 X +USW00023188197108PSUN 98 X 47 X 93 X 66 X 100 X 100 X 88 X 100 X 80 X 70 X 100 X 96 X 66 X 53 X 74 X 76 X 48 X 62 X 46 X 47 X 51 X 49 X 72 X 60 X 68 X 90 X 100 X 100 X 100 X 80 X 85 X +USW00023188197108TSUN 810 X 384 X 768 X 540 X 822 X 816 X 720 X 816 X 654 X 570 X 804 X 774 X 534 X 426 X 594 X 612 X 390 X 492 X 360 X 372 X 402 X 384 X 570 X 474 X 534 X 702 X 780 X 780 X 774 X 618 X 660 X +USW00023188197108WDFG 315W X 315W X 225W X 315W X 315W X 225W X 180W X 225W X 180W X 180W X 180W X 225W X 270W X 270W X 270W X 270W X 180W X 225W X 225W X 225W X 180W X 225W X 225W X 270W X 270W X 315W X 315W X 225W X 270W X 225W X 270W X +USW00023188197108WDFM 225W X 315W X 180W X 315W X 270W X 225W X 180W X 225W X 180W X 180W X 315W X 225W X 270W X 270W X 270W X 225W X 225W X 225W X 225W X 180W X 225W X 225W X 225W X 315W X 270W X 270W X 270W X 315W X 315W X 315W X 315W X +USW00023188197108WSFG 77 X 98 X 82 X 93 X 87 X 62 X 72 X 72 X 98 X 82 X 72 X 87 X 82 X 93 X 93 X 87 X 93 X 77 X 77 X 82 X 77 X 87 X 82 X 108 X 108 X 113 X 108 X 77 X 93 X 103 X 82 X +USW00023188197108WSFM 54 X 76 X 45 X 72 X 72 X 40 X 49 X 49 X 49 X 67 X 54 X 49 X 58 X 58 X 63 X 54 X 58 X 45 X 54 X 49 X 49 X 54 X 49 X 58 X 80 X 85 X 80 X 58 X 67 X 63 X 58 X +USW00023188197108WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197108WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197108WT08-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197108WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197109TMAX 239 0 239 0 239 0 250 0 244 0 272 0 283 0 283 0 278 0 278 0 322 0 344 0 333 0 239 0 239 0 256 0 244 0 267 0 261 0 239 0 233 0 239 0 244 0 250 0 228 0 228 0 222 0 228 0 222 0 222 0-9999 +USW00023188197109TMIN 200 0 194 0 189 0 172 0 183 0 200 0 211 0 211 0 211 0 206 0 200 0 211 0 211 0 194 0 206 0 217 0 211 0 211 0 200 0 200 0 194 0 178 0 189 0 167 0 183 0 172 0 156 0 144 0 161 0 156 0-9999 +USW00023188197109PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00023188197109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197109ACMH 70 X 60 X 40 X 50 X 40 X 50 X 0 X 0 X 0 X 10 X 0 X 10 X 20 X 90 X 100 X 100 X 90 X 70 X 20 X 90 X 80 X 50 X 40 X 50 X 70 X 50 X 30 X 10 X 50 X 40 X-9999 +USW00023188197109ACSH 50 X 30 X 30 X 60 X 40 X 80 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 80 X 100 X 100 X 100 X 80 X 10 X 90 X 70 X 20 X 30 X 40 X 50 X 50 X 40 X 20 X 40 X 40 X-9999 +USW00023188197109PGTM 1530 X 1200 X 1242 X 1136 X 1218 X 1236 X 1200 X 1142 X 1518 X 1236 X 1224 X 1354 X 1830 X 1136 X 1142 X 1212 X 1430 X 1512 X 1418 X 1300 X 1448 X 1230 X 1136 X 1312 X 1236 X 1236 X 1318 X 1724 X 1154 X 1536 X-9999 +USW00023188197109PSUN 73 X 74 X 71 X 70 X 79 X 69 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 35 X 4 X 5 X 20 X 49 X 97 X 41 X 37 X 90 X 75 X 65 X 74 X 71 X 85 X 100 X 70 X 70 X-9999 +USW00023188197109TSUN 564 X 564 X 546 X 534 X 600 X 522 X 762 X 756 X 756 X 750 X 750 X 750 X 750 X 264 X 36 X 36 X 150 X 360 X 714 X 300 X 270 X 660 X 540 X 474 X 534 X 516 X 606 X 720 X 498 X 498 X-9999 +USW00023188197109WDFG 180W X 180W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 180W X 225W X 225W X 225W X 315W X 225W X 270W X 270W X 315W X 315W X 315W X 225W X 225W X 315W X 180W X 270W X-9999 +USW00023188197109WDFM 180W X 180W X 180W X 225W X 270W X 315W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 180W X 180W X 180W X 315W X 315W X 270W X 270W X 315W X 315W X 270W X 270W X 270W X 225W X 270W X 315W X 180W X 270W X-9999 +USW00023188197109WSFG 103 X 87 X 93 X 77 X 103 X 103 X 98 X 82 X 98 X 98 X 103 X 103 X 93 X 93 X 98 X 67 X 67 X 93 X 113 X 82 X 87 X 113 X 93 X 67 X 98 X 82 X 93 X 72 X 77 X 98 X-9999 +USW00023188197109WSFM 58 X 45 X 49 X 54 X 76 X 76 X 72 X 58 X 72 X 76 X 80 X 76 X 54 X 54 X 54 X 54 X 45 X 58 X 94 X 54 X 54 X 80 X 76 X 58 X 72 X 54 X 54 X 63 X 54 X 76 X-9999 +USW00023188197109WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197109WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197109WT08 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197109WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188197110TMAX 228 0 244 0 256 0 294 0 361 0 383 0 311 0 278 0 261 0 333 0 317 0 233 0 228 0 211 0 200 0 189 0 161 0 194 0 228 0 211 0 239 0 239 0 211 0 189 0 183 0 194 0 178 0 172 0 161 0 211 0 178 0 +USW00023188197110TMIN 133 0 133 0 139 0 144 0 167 0 211 0 200 0 172 0 167 0 167 0 189 0 172 0 161 0 167 0 156 0 128 0 106 0 111 0 128 0 122 0 139 0 128 0 133 0 139 0 100 0 122 0 150 0 111 0 72 0 61 0 89 0 +USW00023188197110PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 173 0 183 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197110ACMH 10 X 0 X 0 X 0 X 0 X 20 X 30 X 20 X 40 X 0 X 10 X 50 X 80 X 100 X 90 X 80 X 70 X 10 X 0 X 70 X 20 X 20 X 70 X 60 X 10 X 50 X 80 X 70 X 0 X 0 X 0 X +USW00023188197110ACSH 10 X 0 X 0 X 0 X 10 X 20 X 30 X 0 X 30 X 0 X 0 X 30 X 60 X 90 X 100 X 80 X 70 X 10 X 0 X 90 X 10 X 10 X 50 X 70 X 0 X 40 X 80 X 90 X 0 X 0 X 0 X +USW00023188197110PGTM 1448 X 1254 X 1342 X 1242 X 1236 X 1018 X 1242 X 1336 X 1536 X 1348 X 1518 X 1718 X 2130 X 0848 X 1836 X 2354 X 1306 X 1600 X 1406 X 1254 X 1312 X 1418 X 1348 X 1248 X 0124 X 1242 X 0754 X 1400 X 1324 X 1600 X 1230 X +USW00023188197110PSUN 100 X 100 X 100 X 100 X 97 X 95 X 88 X 100 X 79 X 100 X 100 X 77 X 73 X 25 X 8 X 47 X 39 X 96 X 100 X 34 X 91 X 98 X 65 X 66 X 100 X 78 X 17 X 33 X 100 X 100 X 100 X +USW00023188197110TSUN 714 X 708 X 708 X 708 X 684 X 672 X 618 X 696 X 546 X 696 X 690 X 528 X 504 X 174 X 54 X 318 X 264 X 648 X 678 X 234 X 612 X 660 X 432 X 438 X 666 X 522 X 114 X 216 X 660 X 654 X 654 X +USW00023188197110WDFG 270W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 180W X 225W X 225W X 225W X 315W X 270W X 270W X 315W X 270W X 180W X 225W X 360W X 225W X 135W X 270W X 270W X 315W X 180W X +USW00023188197110WDFM 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 180W X 225W X 270W X 225W X 315W X 315W X 315W X 315W X 270W X 180W X 225W X 45W X 225W X 225W X 270W X 270W X 315W X 225W X +USW00023188197110WSFG 87 X 108 X 108 X 93 X 139 X 113 X 82 X 82 X 72 X 98 X 72 X 77 X 77 X 82 X 123 X 139 X 129 X 93 X 113 X 82 X 82 X 77 X 77 X 134 X 103 X 87 X 77 X 144 X 108 X 118 X 72 X +USW00023188197110WSFM 54 X 76 X 80 X 67 X 116 X 89 X 63 X 58 X 58 X 76 X 63 X 54 X 45 X 49 X 80 X 98 X 103 X 67 X 89 X 63 X 63 X 54 X 58 X 89 X 49 X 58 X 45 X 89 X 76 X 94 X 49 X +USW00023188197110WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197110WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197110WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197110WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197110WT08-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197110WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197111TMAX 228 0 233 0 267 0 239 0 183 0 189 0 189 0 194 0 200 0 183 0 200 0 200 0 189 0 178 0 178 0 200 0 183 0 167 0 228 0 222 0 189 0 172 0 183 0 200 0 178 0 172 0 172 0 183 0 183 0 178 0-9999 +USW00023188197111TMIN 89 0 89 0 106 0 122 0 117 0 133 0 128 0 128 0 94 0 133 0 133 0 144 0 122 0 128 0 100 0 78 0 83 0 100 0 122 0 111 0 100 0 89 0 83 0 78 0 122 0 100 0 106 0 106 0 133 0 128 0-9999 +USW00023188197111PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0-9999 +USW00023188197111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197111ACMH 0 X 0 X 30 X 50 X 90 X 40 X 70 X 100 X 90 X 80 X 100 X 60 X 40 X 60 X 10 X 0 X 10 X 90 X 80 X 70 X 10 X 10 X 20 X 40 X 60 X 60 X 90 X 90 X 70 X 70 X-9999 +USW00023188197111ACSH 0 X 0 X 40 X 70 X 90 X 40 X 60 X 90 X 80 X 90 X 100 X 60 X 30 X 90 X 20 X 0 X 10 X 100 X 90 X 90 X 0 X 10 X 20 X 40 X 30 X 50 X 90 X 100 X 80 X 70 X-9999 +USW00023188197111PGTM 1448 X 1500 X 1430 X 1218 X 1036 X 1530 X 1418 X 1442 X 0918 X 1406 X 1318 X 1018 X 2324 X 0936 X 1224 X 1530 X 1412 X 1300 X 0618 X 1218 X 1242 X 1224 X 1342 X 1254 X 0736 X 1212 X 1324 X 2148 X 1100 X 1048 X-9999 +USW00023188197111PSUN 100 X 100 X 100 X 97 X 41 X 69 X 51 X 57 X 63 X 62 X 20 X 67 X 89 X 21 X 86 X 100 X 98 X 4 X 34 X 27 X 100 X 94 X 92 X 66 X 81 X 59 X 22 X 54 X 35 X 50 X-9999 +USW00023188197111TSUN 654 X 648 X 648 X 630 X 264 X 444 X 330 X 366 X 402 X 396 X 126 X 420 X 564 X 138 X 540 X 630 X 612 X 30 X 216 X 174 X 624 X 582 X 564 X 408 X 498 X 366 X 132 X 330 X 210 X 306 X-9999 +USW00023188197111WDFG 315W X 315W X 315W X 180W X 180W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 270W X 135W X 135W X 315W X 180W X 180W X 135W X 45W X 225W X 315W X 270W X 315W X 135W X 315W X 315W X 225W X 270W X 180W X-9999 +USW00023188197111WDFM 315W X 315W X 315W X 180W X 180W X 225W X 270W X 315W X 315W X 315W X 315W X 270W X 315W X 270W X 180W X 270W X 180W X 180W X 45W X 360W X 225W X 270W X 270W X 315W X 180W X 315W X 315W X 225W X 270W X 180W X-9999 +USW00023188197111WSFG 98 X 98 X 93 X 67 X 82 X 72 X 103 X 87 X 62 X 103 X 87 X 103 X 103 X 98 X 108 X 98 X 67 X 118 X 129 X 118 X 72 X 98 X 77 X 93 X 77 X 93 X 72 X 67 X 113 X 113 X-9999 +USW00023188197111WSFM 76 X 76 X 63 X 36 X 40 X 45 X 76 X 63 X 45 X 76 X 72 X 76 X 76 X 58 X 67 X 76 X 45 X 76 X 76 X 76 X 45 X 76 X 58 X 67 X 36 X 72 X 49 X 40 X 76 X 72 X-9999 +USW00023188197111WT01-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188197111WT02-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197111WT08-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00023188197111WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188197112TMAX 183 0 172 0 156 0 189 0 183 0 161 0 161 0 139 0 150 0 150 0 150 0 161 0 144 0 150 0 150 0 183 0 172 0 161 0 172 0 172 0 172 0 167 0 206 0 172 0 172 0 150 0 156 0 139 0 144 0 167 0 211 0 +USW00023188197112TMIN 94 0 100 0 94 0 94 0 67 0 67 0 78 0 33 0 50 0 83 0 78 0 50 0 83 0 50 0 83 0 67 0 56 0 89 0 89 0 67 0 72 0 128 0 144 0 150 0 128 0 100 0 83 0 78 0 56 0 50 0 50 0 +USW00023188197112PRCP 0 0 10 0 150 0 18 0 0 0 0T 0 8 0 0 0 0 0 0T 0 0 0 0 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 56 0 5 0 213 0 71 0 13 0 155 0 66 0 0 0 0 0 0 0 +USW00023188197112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197112ACMH 10 X 80 X 80 X 40 X 10 X 70 X 10 X 0 X 10 X 80 X 20 X 10 X 40 X 10 X 30 X 0 X 70 X 80 X 30 X 30 X 90 X 100 X 100 X 100 X 100 X 50 X 70 X 60 X 10 X 0 X 10 X +USW00023188197112ACSH 10 X 60 X 70 X 60 X 10 X 80 X 0 X 0 X 20 X 100 X 30 X 0 X 30 X 0 X 40 X 0 X 100 X 60 X 10 X 20 X 100 X 100 X 100 X 100 X 100 X 60 X 90 X 70 X 10 X 10 X 0 X +USW00023188197112PGTM 1406 X 1030 X 2342 X 0254 X 1454 X 2348 X 0230 X 0006 X 1336 X 1518 X 1412 X 1348 X 1224 X 1518 X 1112 X 0742 X 1418 X 1248 X 1306 X 1254 X 1630 X 0906 X 1448 X 1748 X 2048 X 1330 X 1206 X 1048 X 1500 X 1606 X 1442 X +USW00023188197112PSUN 91 X 58 X 51 X 99 X 100 X 70 X 100 X 100 X 87 X 8 X 86 X 100 X 69 X 100 X 76 X 100 X 24 X 58 X 90 X 95 X 0 X 0 X 9 X 0 X 0 X 72 X 28 X 57 X 99 X 100 X 100 X +USW00023188197112TSUN 558 X 354 X 312 X 606 X 606 X 420 X 606 X 606 X 522 X 48 X 522 X 600 X 414 X 600 X 456 X 600 X 144 X 348 X 540 X 570 X 0 X 0 X 54 X 0 X 0 X 432 X 168 X 342 X 594 X 600 X 600 X +USW00023188197112WDFG 270W X 180W X 135W X 315W X 270W X 270W X 315W X 360W X 180W X 225W X 270W X 270W X 315W X 180W X 180W X 360W X 315W X 180W X 315W X 270W X 135W X 135W X 270W X 180W X 225W X 315W X 135W X 180W X 315W X 315W X 270W X +USW00023188197112WDFM 270W X 270W X 315W X 270W X 270W X 270W X 270W X 360W X 180W X 315W X 270W X 270W X 270W X 180W X 315W X 270W X 315W X 180W X 315W X 315W X 135W X 135W X 270W X 135W X 270W X 270W X 135W X 180W X 270W X 315W X 315W X +USW00023188197112WSFG 82 X 103 X 103 X 154 X 82 X 123 X 159 X 129 X 87 X 82 X 87 X 93 X 154 X 72 X 87 X 87 X 77 X 72 X 93 X 87 X 72 X 139 X 62 X 108 X 118 X 82 X 175 X 108 X 67 X 77 X 72 X +USW00023188197112WSFM 54 X 63 X 72 X 116 X 67 X 76 X 85 X 94 X 67 X 45 X 67 X 67 X 116 X 49 X 67 X 58 X 54 X 49 X 76 X 72 X 40 X 89 X 49 X 63 X 80 X 49 X 134 X 76 X 45 X 58 X 63 X +USW00023188197112WT01-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00023188197112WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188197112WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197112WT16-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188197201TMAX 211 0 206 0 161 0 178 0 172 0 217 0 167 0 150 0 161 0 183 0 211 0 161 0 156 0 183 0 244 0 211 0 150 0 150 0 156 0 161 0 156 0 150 0 167 0 222 0 167 0 156 0 156 0 167 0 194 0 222 0 178 0 +USW00023188197201TMIN 78 0 67 0 83 0 56 0 28 0 44 0 56 0 83 0 56 0 56 0 56 0 56 0 100 0 94 0 78 0 83 0 67 0 94 0 106 0 106 0 100 0 94 0 94 0 89 0 100 0 100 0 83 0 56 0 61 0 78 0 44 0 +USW00023188197201PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197201ACMH 20 X 0 X 20 X 0 X 0 X 0 X 60 X 50 X 10 X 10 X 20 X 70 X 90 X 50 X 0 X 30 X 70 X 80 X 70 X 60 X 90 X 90 X 80 X 50 X 80 X 90 X 50 X 60 X 70 X 50 X 20 X +USW00023188197201ACSH 0 X 0 X 40 X 0 X 0 X 0 X 80 X 40 X 10 X 10 X 0 X 70 X 70 X 50 X 0 X 0 X 50 X 70 X 70 X 40 X 80 X 90 X 80 X 30 X 90 X 90 X 50 X 90 X 90 X 60 X 20 X +USW00023188197201PGTM 1536 X 1930 X 0918 X 1106 X 1454 X 1330 X 1330 X 1342 X 1406 X 1148 X 1412 X 2342 X 1248 X 1354 X 1436 X 1630 X 1236 X 1242 X 1342 X 1400 X 1448 X 1424 X 1518 X 1436 X 0042 X 1048 X 1454 X 1430 X 1448 X 1542 X 1230 X +USW00023188197201PSUN 100 X 100 X 100 X 100 X 100 X 100 X 48 X 74 X 100 X 100 X 98 X 88 X 60 X 69 X 100 X 98 X 71 X 71 X 72 X 84 X 55 X 48 X 43 X 84 X 87 X 47 X 89 X 91 X 73 X 85 X 100 X +USW00023188197201TSUN 606 X 606 X 606 X 606 X 606 X 606 X 294 X 450 X 606 X 612 X 594 X 534 X 372 X 420 X 612 X 606 X 438 X 438 X 444 X 522 X 342 X 300 X 270 X 528 X 546 X 300 X 564 X 576 X 462 X 540 X 636 X +USW00023188197201WDFG 315W X 135W X 180W X 225W X 270W X 315W X 225W X 225W X 270W X 315W X 315W X 180W X 225W X 315W X 315W X 180W X 315W X 225W X 225W X 315W X 270W X 270W X 315W X 315W X 180W X 315W X 315W X 270W X 315W X 315W X 270W X +USW00023188197201WDFM 315W X 180W X 180W X 270W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 180W X 180W X 315W X 270W X 180W X 315W X 225W X 225W X 315W X 270W X 315W X 315W X 315W X 180W X 270W X 315W X 270W X 315W X 315W X 225W X +USW00023188197201WSFG 72 X 67 X 87 X 77 X 72 X 72 X 57 X 77 X 82 X 67 X 87 X 62 X 67 X 82 X 77 X 67 X 72 X 67 X 82 X 103 X 77 X 62 X 82 X 77 X 72 X 93 X 113 X 113 X 77 X 82 X 67 X +USW00023188197201WSFM 58 X 40 X 58 X 49 X 54 X 49 X 40 X 45 X 63 X 49 X 63 X 36 X 40 X 67 X 63 X 40 X 54 X 40 X 45 X 85 X 58 X 45 X 67 X 63 X 45 X 72 X 85 X 85 X 67 X 58 X 40 X +USW00023188197201WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197201WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197201WT08-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00023188197201WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197202TMAX 167 0 183 0 206 0 183 0 161 0 172 0 178 0 211 0 211 0 211 0 239 0 239 0 222 0 161 0 183 0 183 0 172 0 189 0 189 0 183 0 178 0 194 0 172 0 183 0 183 0 194 0 172 0 167 0 178 0-9999 -9999 +USW00023188197202TMIN 72 0 94 0 44 0 83 0 100 0 122 0 89 0 78 0 122 0 89 0 94 0 89 0 72 0 94 0 117 0 106 0 83 0 122 0 122 0 106 0 117 0 122 0 117 0 89 0 83 0 100 0 83 0 111 0 128 0-9999 -9999 +USW00023188197202PRCP 0T 0 0 0 0 0 0 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188197202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188197202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188197202ACMH 90 X 70 X 70 X 100 X 100 X 70 X 30 X 80 X 80 X 40 X 20 X 10 X 0 X 40 X 60 X 60 X 50 X 80 X 80 X 60 X 100 X 90 X 50 X 70 X 50 X 60 X 70 X 90 X 90 X-9999 -9999 +USW00023188197202ACSH 100 X 90 X 90 X 90 X 100 X 70 X 30 X 100 X 90 X 50 X 10 X 20 X 0 X 60 X 10 X 60 X 40 X 80 X 80 X 40 X 100 X 70 X 60 X 100 X 40 X 50 X 40 X 80 X 90 X-9999 -9999 +USW00023188197202PGTM 1318 X 1318 X 1312 X 1406 X 1218 X 1612 X 1448 X 2018 X 1306 X 1412 X 1554 X 1424 X 1648 X 1454 X 1536 X 1442 X 1242 X 1148 X 1454 X 1124 X 1336 X 1312 X 1354 X 1230 X 1248 X 1312 X 1324 X 1312 X 1306 X-9999 -9999 +USW00023188197202PSUN 51 X 88 X 71 X 43 X 29 X 54 X 92 X 62 X 68 X 100 X 100 X 100 X 100 X 72 X 87 X 88 X 93 X 56 X 66 X 79 X 21 X 65 X 70 X 94 X 91 X 80 X 83 X 54 X 43 X-9999 -9999 +USW00023188197202TSUN 324 X 564 X 450 X 276 X 186 X 348 X 600 X 402 X 444 X 654 X 654 X 654 X 660 X 480 X 576 X 588 X 624 X 372 X 438 X 534 X 138 X 438 X 474 X 636 X 618 X 546 X 570 X 372 X 294 X-9999 -9999 +USW00023188197202WDFG 180W X 315W X 270W X 225W X 180W X 315W X 315W X 225W X 315W X 270W X 315W X 315W X 315W X 180W X 315W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 270W X 270W X 270W X-9999 -9999 +USW00023188197202WDFM 180W X 315W X 270W X 225W X 180W X 315W X 270W X 270W X 270W X 270W X 315W X 315W X 315W X 180W X 315W X 315W X 270W X 225W X 315W X 315W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X-9999 -9999 +USW00023188197202WSFG 118 X 82 X 82 X 72 X 87 X 103 X 103 X 67 X 82 X 93 X 82 X 82 X 77 X 93 X 108 X 77 X 93 X 82 X 103 X 77 X 93 X 108 X 87 X 87 X 77 X 93 X 72 X 93 X 72 X-9999 -9999 +USW00023188197202WSFM 49 X 63 X 58 X 49 X 67 X 80 X 80 X 49 X 58 X 67 X 63 X 63 X 58 X 67 X 85 X 54 X 58 X 58 X 85 X 54 X 76 X 85 X 54 X 72 X 58 X 76 X 54 X 72 X 45 X-9999 -9999 +USW00023188197202WT01-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188197202WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197202WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188197202WT16 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197203TMAX 211 0 233 0 222 0 178 0 178 0 156 0 183 0 172 0 167 0 211 0 200 0 172 0 172 0 178 0 172 0 178 0 156 0 172 0 178 0 178 0 194 0 189 0 194 0 206 0 189 0 172 0 172 0 183 0 172 0 206 0 228 0 +USW00023188197203TMIN 139 0 117 0 122 0 133 0 117 0 128 0 128 0 133 0 128 0 122 0 133 0 122 0 133 0 139 0 133 0 133 0 128 0 133 0 144 0 144 0 133 0 144 0 139 0 122 0 128 0 139 0 122 0 89 0 106 0 100 0 111 0 +USW00023188197203PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197203ACMH 50 X 20 X 50 X 70 X 90 X 100 X 80 X 90 X 80 X 80 X 70 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 50 X 90 X 50 X 50 X 60 X 90 X 50 X 0 X 50 X 20 X 20 X +USW00023188197203ACSH 20 X 40 X 80 X 60 X 70 X 100 X 60 X 80 X 90 X 80 X 50 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 90 X 40 X 80 X 50 X 70 X 50 X 90 X 50 X 0 X 60 X 10 X 10 X +USW00023188197203PGTM 1424 X 1300 X 1406 X 1224 X 1342 X 1012 X 1618 X 1436 X 1312 X 1342 X 1512 X 0042 X 1418 X 1454 X 1312 X 1612 X 1542 X 0654 X 1706 X 1236 X 1254 X 1512 X 1430 X 1230 X 1924 X 1318 X 1300 X 1318 X 1424 X 1542 X 1242 X +USW00023188197203PSUN 96 X 100 X 100 X 64 X 64 X 0 X 51 X 46 X 11 X 89 X 71 X 60 X 24 X 53 X 22 X 47 X 0 X 12 X 59 X 48 X 78 X 59 X 81 X 100 X 68 X 50 X 74 X 100 X 87 X 100 X 100 X +USW00023188197203TSUN 666 X 690 X 696 X 444 X 444 X 0 X 354 X 318 X 78 X 630 X 504 X 426 X 168 X 378 X 156 X 342 X 0 X 84 X 426 X 354 X 570 X 438 X 594 X 732 X 504 X 372 X 546 X 744 X 648 X 750 X 750 X +USW00023188197203WDFG 315W X 315W X 315W X 180W X 180W X 315W X 270W X 270W X 360W X 315W X 270W X 180W X 270W X 225W X 225W X 315W X 315W X 135W X 180W X 225W X 315W X 270W X 270W X 270W X 180W X 225W X 270W X 270W X 225W X 315W X 315W X +USW00023188197203WDFM 315W X 315W X 315W X 180W X 225W X 270W X 315W X 270W X 315W X 315W X 315W X 225W X 270W X 225W X 225W X 270W X 315W X 270W X 180W X 270W X 315W X 270W X 270W X 315W X 180W X 225W X 225W X 315W X 270W X 315W X 315W X +USW00023188197203WSFG 87 X 72 X 82 X 82 X 72 X 82 X 72 X 87 X 82 X 87 X 72 X 67 X 67 X 93 X 67 X 62 X 62 X 62 X 77 X 72 X 98 X 103 X 93 X 82 X 93 X 108 X 93 X 87 X 82 X 93 X 98 X +USW00023188197203WSFM 76 X 72 X 63 X 45 X 45 X 40 X 54 X 72 X 67 X 76 X 54 X 40 X 49 X 40 X 40 X 45 X 40 X 45 X 63 X 49 X 76 X 76 X 67 X 63 X 72 X 80 X 67 X 63 X 58 X 76 X 80 X +USW00023188197203WT01-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197203WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197203WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197203WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197204TMAX 233 0 222 0 194 0 233 0 244 0 217 0 217 0 222 0 217 0 217 0 211 0 206 0 172 0 200 0 217 0 200 0 172 0 161 0 172 0 194 0 206 0 211 0 194 0 189 0 200 0 222 0 217 0 222 0 189 0 206 0-9999 +USW00023188197204TMIN 122 0 133 0 139 0 139 0 144 0 144 0 133 0 150 0 133 0 150 0 139 0 139 0 128 0 100 0 106 0 117 0 133 0 133 0 111 0 89 0 111 0 122 0 133 0 133 0 133 0 133 0 139 0 144 0 150 0 133 0-9999 +USW00023188197204PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 5 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197204ACMH 30 X 50 X 80 X 100 X 90 X 40 X 30 X 60 X 80 X 90 X 80 X 50 X 60 X 0 X 0 X 10 X 100 X 90 X 50 X 0 X 0 X 30 X 60 X 60 X 0 X 0 X 0 X 40 X 40 X 60 X-9999 +USW00023188197204ACSH 40 X 60 X 80 X 100 X 100 X 30 X 20 X 60 X 80 X 100 X 100 X 40 X 70 X 0 X 0 X 0 X 90 X 100 X 60 X 0 X 0 X 10 X 30 X 30 X 0 X 0 X 0 X 30 X 20 X 40 X-9999 +USW00023188197204PGTM 1636 X 1642 X 0018 X 1100 X 1348 X 1318 X 1412 X 1554 X 1418 X 1648 X 1424 X 1412 X 0812 X 1442 X 1400 X 1124 X 1212 X 1112 X 1636 X 1418 X 1154 X 1112 X 1242 X 1524 X 1500 X 1524 X 1224 X 1406 X 1412 X 1124 X-9999 +USW00023188197204PSUN 99 X 92 X 82 X 61 X 49 X 75 X 86 X 83 X 84 X 69 X 29 X 94 X 69 X 100 X 100 X 100 X 38 X 39 X 63 X 100 X 100 X 86 X 82 X 81 X 100 X 100 X 100 X 87 X 79 X 77 X-9999 +USW00023188197204TSUN 744 X 696 X 624 X 468 X 372 X 576 X 660 X 636 X 642 X 528 X 222 X 726 X 534 X 780 X 780 X 780 X 300 X 306 X 498 X 786 X 792 X 678 X 654 X 642 X 798 X 798 X 804 X 702 X 636 X 624 X-9999 +USW00023188197204WDFG 270W X 315W X 180W X 315W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 180W X 180W X 315W X 315W X 315W X 225W X 315W X 270W X 270W X 180W X 270W X 225W X 225W X 225W X-9999 +USW00023188197204WDFM 315W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 180W X 225W X 360W X 315W X 315W X 225W X 315W X 270W X 315W X 180W X 225W X 225W X 225W X 180W X-9999 +USW00023188197204WSFG 67 X 72 X 72 X 82 X 103 X 108 X 82 X 87 X 87 X 82 X 77 X 103 X 118 X 113 X 103 X 98 X 93 X 113 X 144 X 103 X 103 X 77 X 82 X 93 X 93 X 72 X 77 X 77 X 82 X 72 X-9999 +USW00023188197204WSFM 54 X 63 X 45 X 63 X 85 X 76 X 63 X 72 X 63 X 72 X 67 X 85 X 94 X 80 X 85 X 80 X 58 X 76 X 112 X 80 X 85 X 45 X 58 X 67 X 76 X 54 X 54 X 54 X 45 X 45 X-9999 +USW00023188197204WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197204WT08 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188197204WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197205TMAX 211 0 211 0 200 0 189 0 189 0 189 0 178 0 194 0 206 0 206 0 217 0 256 0 233 0 222 0 211 0 211 0 200 0 178 0 189 0 189 0 206 0 211 0 206 0 194 0 206 0 211 0 256 0 261 0 261 0 222 0 239 0 +USW00023188197205TMIN 133 0 144 0 144 0 150 0 150 0 150 0 144 0 150 0 156 0 156 0 156 0 156 0 150 0 156 0 156 0 150 0 150 0 139 0 128 0 128 0 139 0 150 0 156 0 156 0 150 0 161 0 161 0 178 0 161 0 172 0 172 0 +USW00023188197205PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 13 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188197205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197205ACMH 40 X 60 X 100 X 90 X 100 X 90 X 50 X 50 X 80 X 60 X 30 X 40 X 50 X 70 X 80 X 100 X 70 X 90 X 90 X 30 X 30 X 20 X 70 X 90 X 80 X 80 X 70 X 20 X 40 X 60 X 50 X +USW00023188197205ACSH 30 X 40 X 100 X 80 X 100 X 90 X 50 X 40 X 70 X 50 X 40 X 40 X 60 X 60 X 60 X 100 X 50 X 90 X 100 X 30 X 20 X 10 X 50 X 90 X 70 X 70 X 70 X 40 X 40 X 50 X 30 X +USW00023188197205PGTM 1342 X 1442 X 1406 X 1148 X 1600 X 1418 X 1500 X 1324 X 1536 X 1242 X 1254 X 1312 X 1454 X 1242 X 0536 X 1606 X 1030 X 1148 X 1730 X 0100 X 1424 X 1400 X 1406 X 1200 X 1454 X 1218 X 1242 X 1136 X 1454 X 0918 X 1048 X +USW00023188197205PSUN 100 X 75 X 58 X 43 X 36 X 39 X 57 X 82 X 47 X 59 X 72 X 75 X 74 X 81 X 66 X 54 X 61 X 21 X 39 X 90 X 98 X 95 X 67 X 47 X 61 X 67 X 68 X 77 X 84 X 80 X 77 X +USW00023188197205TSUN 810 X 606 X 474 X 348 X 294 X 318 X 462 X 672 X 384 X 492 X 588 X 618 X 612 X 672 X 552 X 450 X 510 X 174 X 324 X 756 X 822 X 798 X 564 X 396 X 510 X 564 X 576 X 648 X 714 X 678 X 654 X +USW00023188197205WDFG 225W X 315W X 225W X 225W X 225W X 270W X 270W X 225W X 315W X 270W X 270W X 315W X 315W X 270W X 180W X 225W X 225W X 225W X 225W X 225W X 315W X 270W X 225W X 225W X 270W X 270W X 315W X 225W X 180W X 180W X 225W X +USW00023188197205WDFM 225W X 270W X 225W X 225W X 225W X 315W X 225W X 270W X 315W X 270W X 270W X 315W X 315W X 315W X 180W X 225W X 225W X 225W X 225W X 225W X 270W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 180W X 180W X 225W X +USW00023188197205WSFG 77 X 82 X 82 X 82 X 93 X 108 X 93 X 87 X 93 X 82 X 93 X 87 X 87 X 87 X 82 X 82 X 87 X 93 X 123 X 82 X 118 X 93 X 82 X 82 X 103 X 113 X 103 X 77 X 77 X 67 X 82 X +USW00023188197205WSFM 49 X 58 X 63 X 49 X 58 X 76 X 54 X 63 X 67 X 49 X 67 X 72 X 76 X 63 X 49 X 49 X 54 X 63 X 85 X 67 X 85 X 58 X 49 X 58 X 67 X 76 X 85 X 63 X 54 X 49 X 54 X +USW00023188197205WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188197205WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197205WT08 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188197205WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188197206TMAX 228 0 206 0 217 0 217 0 222 0 206 0 194 0 206 0 200 0 228 0 250 0 222 0 206 0 222 0 228 0 217 0 217 0 228 0 228 0 239 0 211 0 217 0 222 0 211 0 206 0 222 0 228 0 228 0 228 0 222 0-9999 +USW00023188197206TMIN 172 0 167 0 178 0 178 0 178 0 172 0 167 0 167 0 167 0 167 0 167 0 172 0 167 0 167 0 172 0 178 0 172 0 167 0 172 0 178 0 178 0 172 0 172 0 167 0 167 0 167 0 167 0 172 0 161 0 150 0-9999 +USW00023188197206PRCP 0 0 0 0 0 0 0 0 3 0 3 0 0T 0 0T 0 8 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 0 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00023188197206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197206ACMH 80 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 0 X 30 X 70 X 30 X 50 X 80 X 90 X 80 X 50 X 100 X 90 X 90 X 80 X 70 X 40 X 40 X 30 X 50 X 60 X 80 X-9999 +USW00023188197206ACSH 60 X 90 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 50 X 0 X 20 X 60 X 30 X 40 X 70 X 80 X 70 X 30 X 100 X 100 X 90 X 70 X 60 X 30 X 30 X 20 X 30 X 30 X 60 X-9999 +USW00023188197206PGTM 1112 X 1306 X 1318 X 1448 X 1818 X 1736 X 0624 X 1430 X 2330 X 1542 X 1348 X 0730 X 1306 X 1230 X 1330 X 1206 X 1424 X 1318 X 1212 X 0518 X 1248 X 1442 X 1200 X 1436 X 1636 X 1430 X 1306 X 1254 X 1836 X 0942 X-9999 +USW00023188197206PSUN 64 X 32 X 44 X 17 X 12 X 1 X 0 X 0 X 0 X 68 X 100 X 100 X 67 X 80 X 76 X 63 X 52 X 64 X 81 X 17 X 40 X 48 X 56 X 67 X 85 X 76 X 82 X 78 X 75 X 58 X-9999 +USW00023188197206TSUN 546 X 270 X 372 X 144 X 108 X 12 X 0 X 0 X 0 X 582 X 858 X 858 X 576 X 690 X 648 X 546 X 444 X 552 X 690 X 150 X 342 X 414 X 480 X 576 X 726 X 648 X 702 X 672 X 648 X 498 X-9999 +USW00023188197206WDFG 225W X 180W X 225W X 225W X 315W X 270W X 225W X 225W X 315W X 270W X 270W X 180W X 180W X 225W X 225W X 225W X 180W X 270W X 270W X 45W X 180W X 225W X 315W X 315W X 270W X 270W X 270W X 315W X 180W X 180W X-9999 +USW00023188197206WDFM 180W X 180W X 225W X 225W X 315W X 180W X 225W X 270W X 315W X 315W X 270W X 225W X 180W X 225W X 225W X 225W X 180W X 315W X 315W X 45W X 315W X 315W X 315W X 225W X 225W X 270W X 315W X 270W X 315W X 225W X-9999 +USW00023188197206WSFG 77 X 72 X 77 X 72 X 98 X 67 X 67 X 67 X 62 X 103 X 98 X 82 X 72 X 77 X 82 X 77 X 82 X 98 X 98 X 134 X 82 X 77 X 98 X 82 X 77 X 98 X 103 X 87 X 72 X 82 X-9999 +USW00023188197206WSFM 54 X 54 X 54 X 49 X 85 X 49 X 40 X 49 X 49 X 80 X 76 X 49 X 54 X 54 X 54 X 54 X 49 X 63 X 76 X 107 X 63 X 58 X 76 X 54 X 54 X 76 X 76 X 67 X 49 X 45 X-9999 +USW00023188197206WT01-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188197206WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197206WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188197206WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197207TMAX 222 0 233 0 228 0 244 0 250 0 250 0 239 0 250 0 256 0 261 0 261 0 256 0 250 0 233 0 239 0 261 0 256 0 256 0 244 0 233 0 239 0 244 0 261 0 267 0 272 0 294 0 300 0 333 0 317 0 306 0 289 0 +USW00023188197207TMIN 172 0 172 0 178 0 172 0 178 0 172 0 172 0 183 0 194 0 194 0 194 0 194 0 194 0 194 0 194 0 200 0 200 0 200 0 200 0 200 0 194 0 189 0 194 0 194 0 200 0 200 0 200 0 206 0 211 0 217 0 217 0 +USW00023188197207PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197207ACMH 60 X 50 X 30 X 40 X 60 X 90 X 90 X 30 X 40 X 30 X 40 X 50 X 50 X 100 X 70 X 50 X 50 X 40 X 90 X 90 X 50 X 40 X 20 X 20 X 40 X 0 X 0 X 60 X 50 X 10 X 0 X +USW00023188197207ACSH 50 X 40 X 30 X 50 X 70 X 90 X 100 X 40 X 30 X 20 X 30 X 40 X 30 X 100 X 60 X 40 X 40 X 10 X 80 X 90 X 40 X 20 X 10 X 10 X 30 X 0 X 0 X 80 X 60 X 20 X 0 X +USW00023188197207PGTM 1530 X 1442 X 1142 X 1106 X 0118 X 0806 X 1436 X 0618 X 1600 X 1248 X 1436 X 1306 X 1030 X 1024 X 1142 X 1218 X 1200 X 1412 X 1400 X 1542 X 1236 X 1630 X 1412 X 1400 X 0942 X 1312 X 1218 X 1206 X 1242 X 1212 X 1312 X +USW00023188197207PSUN 62 X 79 X 72 X 91 X 86 X 69 X 60 X 74 X 80 X 81 X 81 X 81 X 77 X 46 X 61 X 75 X 82 X 93 X 56 X 40 X 72 X 85 X 90 X 91 X 96 X 100 X 100 X 70 X 87 X 85 X 100 X +USW00023188197207TSUN 534 X 672 X 618 X 774 X 738 X 594 X 510 X 630 X 678 X 690 X 690 X 690 X 654 X 390 X 516 X 636 X 690 X 786 X 468 X 336 X 606 X 714 X 756 X 756 X 798 X 834 X 834 X 582 X 720 X 708 X 828 X +USW00023188197207WDFG 225W X 270W X 270W X 315W X 180W X 135W X 180W X 180W X 270W X 225W X 270W X 225W X 270W X 180W X 180W X 270W X 225W X 270W X 270W X 270W X 315W X 270W X 315W X 315W X 270W X 270W X 315W X 180W X 315W X 315W X 270W X +USW00023188197207WDFM 225W X 315W X 315W X 270W X 270W X 315W X 180W X 225W X 225W X 225W X 270W X 225W X 315W X 180W X 180W X 225W X 225W X 270W X 270W X 225W X 315W X 315W X 270W X 315W X 270W X 270W X 315W X 180W X 315W X 315W X 270W X +USW00023188197207WSFG 72 X 87 X 93 X 98 X 82 X 87 X 67 X 67 X 72 X 82 X 87 X 77 X 82 X 108 X 134 X 77 X 77 X 98 X 108 X 87 X 103 X 103 X 87 X 72 X 77 X 93 X 123 X 77 X 87 X 98 X 82 X +USW00023188197207WSFM 49 X 67 X 76 X 76 X 67 X 58 X 49 X 36 X 49 X 58 X 63 X 49 X 54 X 63 X 72 X 49 X 49 X 67 X 54 X 54 X 72 X 80 X 76 X 63 X 67 X 80 X 98 X 67 X 72 X 76 X 49 X +USW00023188197207WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197207WT08 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00023188197207WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197208TMAX 322 0 228 0 222 0 239 0 256 0 267 0 294 0 250 0 239 0 250 0 244 0 261 0 244 0 239 0 239 0 250 0 228 0 228 0 233 0 256 0 283 0 322 0 228 0 239 0 233 0 239 0 233 0 278 0 278 0 289 0 256 0 +USW00023188197208TMIN 200 0 183 0 183 0 189 0 194 0 211 0 206 0 200 0 194 0 194 0 206 0 206 0 200 0 200 0 189 0 183 0 172 0 189 0 189 0 172 0 167 0 194 0 183 0 189 0 189 0 183 0 194 0 183 0 206 0 211 0 206 0 +USW00023188197208PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 +USW00023188197208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197208ACMH 10 X 90 X 90 X 50 X 50 X 60 X 30 X 40 X 50 X 40 X 60 X 80 X 100 X 70 X 50 X 10 X 50 X 80 X 30 X 30 X 10 X 10 X 60 X 90 X 60 X 70 X 80 X 20 X 100 X 30 X 50 X +USW00023188197208ACSH 10 X 80 X 70 X 40 X 30 X 70 X 40 X 20 X 30 X 30 X 60 X 70 X 100 X 50 X 50 X 0 X 30 X 60 X 20 X 40 X 10 X 10 X 70 X 90 X 50 X 80 X 100 X 10 X 100 X 20 X 40 X +USW00023188197208PGTM 1254 X 1142 X 0736 X 1536 X 1412 X 1024 X 1342 X 1406 X 1448 X 1248 X 1530 X 1224 X 1318 X 1548 X 1430 X 1412 X 1448 X 1030 X 1318 X 1354 X 1342 X 1424 X 2130 X 2130 X 1400 X 1342 X 1342 X 1442 X 1900 X 1336 X 1112 X +USW00023188197208PSUN 94 X 49 X 59 X 72 X 88 X 59 X 96 X 89 X 88 X 78 X 68 X 57 X 14 X 64 X 85 X 100 X 92 X 64 X 82 X 91 X 95 X 96 X 77 X 55 X 72 X 50 X 39 X 94 X 1 X 71 X 72 X +USW00023188197208TSUN 780 X 402 X 486 X 594 X 720 X 486 X 780 X 726 X 714 X 636 X 552 X 462 X 114 X 516 X 684 X 798 X 732 X 516 X 648 X 726 X 750 X 756 X 606 X 438 X 570 X 390 X 306 X 732 X 12 X 552 X 558 X +USW00023188197208WDFG 225W X 180W X 180W X 270W X 315W X 270W X 270W X 225W X 225W X 225W X 225W X 225W X 270W X 270W X 225W X 225W X 180W X 270W X 225W X 315W X 315W X 315W X 180W X 135W X 225W X 270W X 270W X 315W X 180W X 225W X 270W X +USW00023188197208WDFM 225W X 180W X 180W X 270W X 270W X 315W X 270W X 315W X 225W X 225W X 225W X 270W X 225W X 225W X 315W X 225W X 180W X 225W X 225W X 315W X 315W X 315W X 180W X 180W X 135W X 315W X 315W X 315W X 180W X 225W X 315W X +USW00023188197208WSFG 67 X 123 X 87 X 77 X 77 X 82 X 87 X 77 X 72 X 72 X 72 X 87 X 82 X 82 X 77 X 77 X 82 X 82 X 77 X 98 X 108 X 82 X 118 X 123 X 77 X 93 X 77 X 103 X 72 X 72 X 82 X +USW00023188197208WSFM 45 X 94 X 58 X 58 X 72 X 72 X 67 X 49 X 49 X 54 X 49 X 58 X 58 X 54 X 54 X 54 X 63 X 58 X 49 X 76 X 80 X 58 X 76 X 76 X 58 X 63 X 58 X 80 X 58 X 54 X 54 X +USW00023188197208WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X +USW00023188197208WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197208WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00023188197208WT16-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188197209TMAX 250 0 244 0 244 0 294 0 261 0 228 0 211 0 211 0 200 0 217 0 228 0 228 0 222 0 222 0 217 0 217 0 222 0 217 0 228 0 256 0 272 0 267 0 217 0 217 0 222 0 228 0 228 0 233 0 239 0 256 0-9999 +USW00023188197209TMIN 200 0 183 0 189 0 206 0 200 0 189 0 189 0 178 0 178 0 183 0 178 0 156 0 150 0 150 0 161 0 161 0 172 0 172 0 156 0 156 0 161 0 167 0 161 0 189 0 178 0 161 0 172 0 183 0 183 0 178 0-9999 +USW00023188197209PRCP 0 0 0 0 5 0 0 0 5 0 91 0 0T 0 10 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197209ACMH 50 X 30 X 70 X 70 X 40 X 100 X 100 X 100 X 100 X 100 X 70 X 50 X 0 X 20 X 50 X 50 X 50 X 70 X 30 X 0 X 50 X 90 X 90 X 100 X 30 X 40 X 90 X 90 X 60 X 40 X-9999 +USW00023188197209ACSH 50 X 50 X 90 X 80 X 30 X 100 X 100 X 100 X 100 X 100 X 60 X 60 X 0 X 30 X 40 X 40 X 40 X 90 X 20 X 0 X 60 X 70 X 80 X 100 X 10 X 30 X 100 X 80 X 50 X 20 X-9999 +USW00023188197209PGTM 1306 X 1318 X 1036 X 1336 X 2324 X 0042 X 1054 X 1218 X 1312 X 1118 X 1200 X 1400 X 1412 X 1442 X 1518 X 1448 X 1254 X 1330 X 1524 X 1200 X 1124 X 1336 X 1154 X 1000 X 1448 X 1136 X 1212 X 1436 X 1206 X 1236 X-9999 +USW00023188197209PSUN 71 X 87 X 40 X 97 X 83 X 15 X 0 X 0 X 0 X 28 X 69 X 77 X 100 X 93 X 73 X 68 X 79 X 38 X 97 X 100 X 100 X 90 X 57 X 26 X 93 X 89 X 79 X 55 X 77 X 81 X-9999 +USW00023188197209TSUN 552 X 672 X 306 X 738 X 630 X 114 X 0 X 6 X 0 X 216 X 522 X 576 X 750 X 690 X 546 X 504 X 588 X 282 X 714 X 732 X 732 X 654 X 414 X 186 X 672 X 642 X 570 X 396 X 552 X 576 X-9999 +USW00023188197209WDFG 315W X 315W X 315W X 315W X 135W X 135W X 270W X 270W X 315W X 225W X 270W X 270W X 270W X 270W X 270W X 315W X 270W X 270W X 315W X 315W X 315W X 225W X 180W X 180W X 225W X 225W X 270W X 270W X 270W X 315W X-9999 +USW00023188197209WDFM 315W X 270W X 315W X 270W X 135W X 135W X 270W X 270W X 315W X 225W X 270W X 315W X 270W X 270W X 270W X 315W X 270W X 270W X 270W X 315W X 315W X 225W X 180W X 180W X 225W X 315W X 270W X 315W X 315W X 315W X-9999 +USW00023188197209WSFG 77 X 98 X 103 X 98 X 113 X 118 X 67 X 77 X 67 X 77 X 93 X 87 X 87 X 77 X 82 X 93 X 108 X 93 X 93 X 93 X 72 X 77 X 98 X 98 X 72 X 82 X 82 X 87 X 93 X 93 X-9999 +USW00023188197209WSFM 49 X 76 X 85 X 76 X 80 X 76 X 45 X 49 X 49 X 58 X 67 X 67 X 67 X 54 X 54 X 72 X 72 X 67 X 80 X 76 X 49 X 58 X 76 X 80 X 54 X 54 X 67 X 67 X 76 X 76 X-9999 +USW00023188197209WT01-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197209WT08 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188197209WT16-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197210TMAX 222 0 217 0 222 0 233 0 306 0 300 0 217 0 211 0 217 0 222 0 233 0 222 0 256 0 239 0 239 0 233 0 222 0 178 0 211 0 194 0 211 0 217 0 217 0 206 0 211 0 206 0 211 0 211 0 206 0 211 0 194 0 +USW00023188197210TMIN 178 0 161 0 144 0 161 0 161 0 194 0 189 0 183 0 183 0 156 0 139 0 161 0 139 0 167 0 144 0 144 0 156 0 156 0 133 0 156 0 133 0 133 0 144 0 150 0 144 0 139 0 150 0 133 0 128 0 117 0 83 0 +USW00023188197210PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 5 0 0 0 0T 0 48 0 46 0 33 0 5 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 0 0 0 0 0 0 0 0 +USW00023188197210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197210ACMH 90 X 40 X 10 X 30 X 90 X 80 X 90 X 100 X 100 X 60 X 30 X 70 X 0 X 90 X 20 X 60 X 100 X 90 X 50 X 90 X 0 X 50 X 100 X 80 X 30 X 80 X 70 X 20 X 20 X 0 X 30 X +USW00023188197210ACSH 90 X 50 X 20 X 10 X 100 X 80 X 100 X 100 X 100 X 80 X 40 X 90 X 0 X 100 X 10 X 80 X 100 X 100 X 50 X 100 X 0 X 50 X 100 X 80 X 20 X 100 X 80 X 10 X 30 X 0 X 50 X +USW00023188197210PGTM 1406 X 1400 X 1430 X 1600 X 1212 X 2012 X 0642 X 1124 X 1106 X 1406 X 1306 X 1600 X 1406 X 1148 X 1500 X 1436 X 2012 X 0312 X 1542 X 1212 X 1400 X 1312 X 2148 X 1330 X 1130 X 0854 X 1500 X 1418 X 1636 X 1654 X 0142 X +USW00023188197210PSUN 53 X 75 X 98 X 100 X 75 X 78 X 1 X 1 X 28 X 41 X 86 X 20 X 100 X 26 X 96 X 69 X 18 X 1 X 73 X 5 X 100 X 97 X 14 X 43 X 81 X 22 X 23 X 83 X 94 X 97 X 100 X +USW00023188197210TSUN 378 X 534 X 690 X 708 X 522 X 546 X 6 X 6 X 192 X 282 X 594 X 138 X 690 X 174 X 654 X 468 X 120 X 12 X 492 X 36 X 672 X 654 X 96 X 288 X 540 X 144 X 150 X 546 X 618 X 636 X 654 X +USW00023188197210WDFG 270W X 225W X 270W X 270W X 315W X 180W X 180W X 270W X 225W X 270W X 270W X 315W X 270W X 270W X 315W X 315W X 270W X 90W X 270W X 270W X 270W X 315W X 225W X 270W X 225W X 180W X 270W X 315W X 315W X 360W X 45W X +USW00023188197210WDFM 270W X 315W X 225W X 315W X 315W X 135W X 180W X 270W X 225W X 315W X 270W X 270W X 270W X 315W X 270W X 315W X 315W X 90W X 270W X 270W X 270W X 315W X 270W X 315W X 225W X 180W X 315W X 270W X 315W X 360W X 45W X +USW00023188197210WSFG 87 X 82 X 82 X 103 X 77 X 113 X 87 X 82 X 67 X 87 X 98 X 62 X 93 X 77 X 67 X 77 X 93 X 72 X 87 X 113 X 72 X 87 X 62 X 72 X 67 X 62 X 72 X 98 X 98 X 149 X 87 X +USW00023188197210WSFM 63 X 54 X 49 X 85 X 54 X 89 X 54 X 58 X 40 X 72 X 76 X 45 X 80 X 67 X 67 X 76 X 76 X 58 X 58 X 85 X 58 X 76 X 54 X 54 X 40 X 49 X 54 X 80 X 80 X 107 X 54 X +USW00023188197210WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188197210WT08 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188197210WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197211TMAX 194 0 206 0 222 0 206 0 206 0 228 0 194 0 189 0 206 0 178 0 178 0 178 0 178 0 178 0 189 0 172 0 172 0 189 0 178 0 194 0 206 0 200 0 211 0 183 0 211 0 239 0 228 0 211 0 244 0 228 0-9999 +USW00023188197211TMIN 111 0 106 0 117 0 150 0 144 0 122 0 122 0 128 0 106 0 111 0 128 0 122 0 106 0 117 0 106 0 122 0 117 0 94 0 100 0 100 0 89 0 89 0 89 0 89 0 83 0 94 0 94 0 100 0 111 0 94 0-9999 +USW00023188197211PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 20 0 0 0 109 0 175 0 8 0 0 0 58 0 0 0 272 0 160 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197211ACMH 40 X 0 X 20 X 80 X 40 X 50 X 80 X 30 X 0 X 70 X 70 X 30 X 40 X 90 X 0 X 80 X 70 X 10 X 30 X 10 X 10 X 60 X 10 X 0 X 10 X 10 X 0 X 10 X 0 X 0 X-9999 +USW00023188197211ACSH 70 X 0 X 0 X 70 X 40 X 70 X 90 X 20 X 0 X 70 X 70 X 20 X 30 X 100 X 0 X 100 X 100 X 0 X 30 X 0 X 0 X 70 X 0 X 0 X 0 X 0 X 0 X 10 X 0 X 0 X-9999 +USW00023188197211PGTM 1524 X 1412 X 2154 X 1424 X 1424 X 1430 X 1418 X 0506 X 1636 X 2254 X 1618 X 0006 X 1500 X 1500 X 1406 X 1430 X 1036 X 1418 X 1312 X 1454 X 1424 X 1348 X 1436 X 0900 X 1318 X 1418 X 1130 X 1324 X 1400 X 1330 X-9999 +USW00023188197211PSUN 85 X 100 X 100 X 54 X 78 X 75 X 25 X 85 X 100 X 45 X 42 X 87 X 93 X 12 X 100 X 6 X 2 X 100 X 95 X 100 X 100 X 40 X 100 X 100 X 97 X 91 X 100 X 98 X 100 X 100 X-9999 +USW00023188197211TSUN 552 X 648 X 648 X 348 X 504 X 480 X 162 X 546 X 642 X 288 X 264 X 552 X 588 X 78 X 630 X 36 X 12 X 624 X 594 X 624 X 624 X 246 X 618 X 618 X 600 X 558 X 612 X 600 X 612 X 612 X-9999 +USW00023188197211WDFG 270W X 315W X 180W X 225W X 270W X 270W X 270W X 270W X 315W X 135W X 270W X 315W X 270W X 135W X 225W X 270W X 135W X 270W X 225W X 270W X 315W X 315W X 270W X 90W X 315W X 315W X 225W X 315W X 315W X 315W X-9999 +USW00023188197211WDFM 225W X 315W X 315W X 225W X 315W X 315W X 270W X 315W X 270W X 180W X 225W X 315W X 270W X 135W X 225W X 270W X 315W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188197211WSFG 67 X 87 X 57 X 72 X 77 X 72 X 67 X 87 X 72 X 93 X 164 X 98 X 67 X 149 X 62 X 211 X 87 X 72 X 62 X 72 X 82 X 72 X 98 X 51 X 77 X 67 X 57 X 62 X 67 X 67 X-9999 +USW00023188197211WSFM 45 X 76 X 45 X 58 X 54 X 67 X 54 X 72 X 63 X 72 X 121 X 67 X 49 X 130 X 45 X 121 X 54 X 54 X 36 X 58 X 67 X 63 X 76 X 31 X 72 X 58 X 40 X 49 X 54 X 58 X-9999 +USW00023188197211WT01-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188197211WT08-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188197211WT16-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197212TMAX 256 0 200 0 178 0 167 0 150 0 150 0 161 0 150 0 128 0 122 0 139 0 150 0 161 0 178 0 206 0 228 0 200 0 228 0 200 0 211 0 250 0 217 0 200 0 200 0 272 0 233 0 250 0 172 0 161 0 172 0 172 0 +USW00023188197212TMIN 83 0 83 0 128 0 128 0 100 0 100 0 106 0 94 0 83 0 94 0 67 0 56 0 83 0 61 0 50 0 78 0 117 0 111 0 117 0 111 0 106 0 111 0 133 0 122 0 100 0 89 0 106 0 128 0 67 0 61 0 56 0 +USW00023188197212PRCP 0 0 0 0 0 0 249 0 0 0 0 0 48 0 97 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197212ACMH 0 X 30 X 90 X 90 X 50 X 100 X 90 X 80 X 90 X 100 X 30 X 20 X 40 X 60 X 70 X 70 X 100 X 30 X 60 X 20 X 0 X 70 X 40 X 70 X 10 X 0 X 20 X 40 X 0 X 0 X 0 X +USW00023188197212ACSH 0 X 0 X 80 X 100 X 50 X 100 X 100 X 100 X 90 X 100 X 30 X 0 X 50 X 80 X 90 X 90 X 100 X 0 X 70 X 20 X 0 X 80 X 0 X 80 X 10 X 0 X 30 X 50 X 0 X 10 X 0 X +USW00023188197212PGTM 1306 X 1236 X 1212 X 2006 X 0118 X 0906 X 1448 X 1248 X 0218 X 1148 X 1400 X 1424 X 1306 X 1506 X 1442 X 1430 X 1212 X 1418 X 1324 X 1524 X 1406 X 1518 X 1418 X 1700 X 1130 X 1948 X 1342 X 0642 X 1406 X 1500 X 2300 X +USW00023188197212PSUN 100 X 100 X 17 X 0 X 57 X 10 X 8 X 5 X 7 X 1 X 68 X 100 X 74 X 85 X 79 X 84 X 40 X 100 X 71 X 91 X 100 X 77 X 100 X 66 X 100 X 100 X 86 X 71 X 100 X 99 X 100 X +USW00023188197212TSUN 612 X 606 X 102 X 0 X 342 X 60 X 54 X 36 X 42 X 6 X 408 X 600 X 450 X 516 X 480 X 504 X 240 X 600 X 426 X 546 X 600 X 462 X 600 X 396 X 600 X 600 X 516 X 426 X 600 X 594 X 600 X +USW00023188197212WDFG 315W X 225W X 180W X 315W X 315W X 180W X 315W X 270W X 270W X 180W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 45W X 360W X 225W X 225W X 270W X 270W X 45W X +USW00023188197212WDFM 315W X 225W X 90W X 315W X 270W X 315W X 270W X 315W X 315W X 180W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 45W X 360W X 270W X 270W X 270W X 270W X 360W X +USW00023188197212WSFG 67 X 51 X 77 X 134 X 113 X 57 X 93 X 154 X 93 X 82 X 72 X 72 X 87 X 51 X 67 X 57 X 41 X 77 X 67 X 67 X 67 X 87 X 72 X 77 X 123 X 67 X 51 X 139 X 67 X 67 X 139 X +USW00023188197212WSFM 54 X 31 X 40 X 107 X 85 X 31 X 72 X 125 X 63 X 76 X 54 X 63 X 72 X 45 X 63 X 49 X 31 X 72 X 58 X 63 X 54 X 76 X 63 X 63 X 85 X 49 X 31 X 112 X 49 X 58 X 98 X +USW00023188197212WT01-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197212WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197212WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197212WT08 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197212WT16-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197301TMAX 189 0 183 0 172 0 144 0 150 0 156 0 150 0 161 0 167 0 178 0 194 0 194 0 244 0 200 0 178 0 167 0 178 0 172 0 167 0 156 0 150 0 183 0 183 0 200 0 167 0 167 0 194 0 211 0 206 0 150 0 178 0 +USW00023188197301TMIN 78 0 56 0 111 0 67 0 33 0 44 0 67 0 83 0 122 0 106 0 89 0 94 0 100 0 106 0 128 0 144 0 117 0 89 0 89 0 56 0 61 0 61 0 61 0 67 0 72 0 94 0 67 0 67 0 89 0 83 0 117 0 +USW00023188197301PRCP 0 0 0 0 15 0 119 0 0 0 0 0 0 0 0 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 122 0 0 0 84 0 18 0 0 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 18 0 0 0 +USW00023188197301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197301ACMH 0 X 0 X 100 X 70 X 0 X 20 X 50 X 90 X 90 X 70 X 50 X 70 X 10 X 50 X 90 X 100 X 40 X 60 X 60 X 10 X 50 X 0 X 0 X 20 X 80 X 20 X 30 X 20 X 40 X 70 X 50 X +USW00023188197301ACSH 0 X 0 X 100 X 90 X 0 X 20 X 50 X 100 X 80 X 90 X 50 X 100 X 10 X 40 X 90 X 100 X 70 X 50 X 80 X 20 X 100 X 0 X 0 X 20 X 100 X 20 X 30 X 0 X 40 X 80 X 50 X +USW00023188197301PGTM 1230 X 1630 X 1306 X 1554 X 1448 X 1500 X 1436 X 1424 X 1236 X 1454 X 1254 X 1342 X 1406 X 1636 X 1354 X 2206 X 1330 X 2106 X 1330 X 1242 X 0936 X 1912 X 1618 X 1442 X 2330 X 0242 X 1612 X 1218 X 1024 X 1542 X 1248 X +USW00023188197301PSUN 100 X 100 X 42 X 30 X 100 X 96 X 89 X 67 X 35 X 66 X 93 X 83 X 100 X 93 X 37 X 13 X 87 X 87 X 68 X 100 X 44 X 100 X 100 X 100 X 78 X 91 X 100 X 100 X 96 X 42 X 83 X +USW00023188197301TSUN 606 X 606 X 258 X 180 X 606 X 582 X 540 X 408 X 216 X 402 X 564 X 504 X 612 X 570 X 228 X 84 X 534 X 540 X 420 X 618 X 276 X 624 X 624 X 624 X 486 X 576 X 630 X 630 X 606 X 264 X 528 X +USW00023188197301WDFG 315W X 225W X 270W X 270W X 315W X 270W X 225W X 270W X 135W X 270W X 315W X 315W X 315W X 180W X 270W X 225W X 270W X 270W X 270W X 270W X 135W X 45W X 315W X 315W X 270W X 315W X 315W X 315W X 180W X 135W X 315W X +USW00023188197301WDFM 315W X 225W X 270W X 315W X 315W X 315W X 225W X 270W X 135W X 315W X 315W X 315W X 315W X 180W X 315W X 180W X 270W X 180W X 315W X 315W X 180W X 315W X 360W X 315W X 270W X 270W X 360W X 315W X 315W X 90W X 270W X +USW00023188197301WSFG 103 X 62 X 98 X 93 X 62 X 62 X 57 X 67 X 103 X 62 X 77 X 62 X 72 X 67 X 62 X 123 X 82 X 144 X 113 X 57 X 67 X 98 X 77 X 77 X 129 X 129 X 51 X 72 X 67 X 67 X 72 X +USW00023188197301WSFM 76 X 36 X 85 X 80 X 54 X 49 X 36 X 63 X 85 X 54 X 67 X 58 X 63 X 40 X 45 X 116 X 58 X 134 X 94 X 45 X 36 X 67 X 58 X 67 X 98 X 107 X 40 X 63 X 54 X 45 X 49 X +USW00023188197301WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197301WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197301WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188197301WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00023188197302TMAX 200 0 222 0 194 0 194 0 189 0 183 0 183 0 183 0 194 0 167 0 178 0 172 0 178 0 178 0 172 0 200 0 200 0 211 0 233 0 239 0 217 0 194 0 211 0 194 0 222 0 200 0 200 0 183 0-9999 -9999 -9999 +USW00023188197302TMIN 83 0 106 0 122 0 117 0 100 0 122 0 133 0 100 0 128 0 117 0 117 0 122 0 128 0 94 0 100 0 89 0 94 0 94 0 94 0 117 0 144 0 133 0 128 0 111 0 122 0 128 0 106 0 144 0-9999 -9999 -9999 +USW00023188197302PRCP 0 0 0T 0 23 0 0 0 13 0 76 0 0 0 0 0 0 0 5 0 135 0 18 0 61 0 0 0 28 0 0 0 0 0 0 0 0 0 3 0 3 0 0 0 0 0 0T 0 0 0 0 0 13 0 38 0-9999 -9999 -9999 +USW00023188197302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197302ACMH 60 X 90 X 80 X 20 X 80 X 90 X 70 X 40 X 50 X 90 X 90 X 80 X 40 X 70 X 50 X 0 X 0 X 30 X 40 X 90 X 80 X 70 X 20 X 40 X 10 X 50 X 100 X 80 X-9999 -9999 -9999 +USW00023188197302ACSH 60 X 90 X 90 X 40 X 100 X 90 X 100 X 20 X 40 X 100 X 80 X 80 X 40 X 60 X 60 X 0 X 0 X 60 X 30 X 90 X 100 X 60 X 20 X 50 X 0 X 70 X 100 X 90 X-9999 -9999 -9999 +USW00023188197302PGTM 1936 X 1242 X 1136 X 1306 X 2348 X 1306 X 1406 X 1418 X 1548 X 2318 X 0342 X 2300 X 0200 X 1412 X 0854 X 1512 X 1306 X 1424 X 1500 X 1512 X 1636 X 1130 X 1312 X 1530 X 1212 X 1336 X 2348 X 0112 X-9999 -9999 -9999 +USW00023188197302PSUN 92 X 64 X 58 X 91 X 49 X 53 X 67 X 95 X 86 X 42 X 48 X 74 X 85 X 89 X 66 X 100 X 100 X 100 X 100 X 69 X 55 X 73 X 100 X 82 X 100 X 87 X 77 X 77 X-9999 -9999 -9999 +USW00023188197302TSUN 588 X 408 X 372 X 588 X 318 X 342 X 438 X 618 X 564 X 276 X 318 X 486 X 558 X 588 X 438 X 666 X 666 X 666 X 672 X 462 X 372 X 492 X 678 X 558 X 684 X 594 X 528 X 528 X-9999 -9999 -9999 +USW00023188197302WDFG 90W X 180W X 135W X 225W X 180W X 180W X 180W X 315W X 315W X 135W X 180W X 135W X 180W X 270W X 360W X 270W X 270W X 315W X 315W X 90W X 180W X 180W X 225W X 270W X 315W X 270W X 135W X 180W X-9999 -9999 -9999 +USW00023188197302WDFM 270W X 135W X 135W X 270W X 180W X 180W X 180W X 315W X 270W X 135W X 180W X 180W X 180W X 315W X 360W X 315W X 270W X 315W X 270W X 135W X 180W X 180W X 225W X 315W X 315W X 315W X 135W X 180W X-9999 -9999 -9999 +USW00023188197302WSFG 72 X 87 X 149 X 77 X 77 X 108 X 93 X 98 X 87 X 98 X 170 X 113 X 123 X 87 X 129 X 72 X 82 X 82 X 77 X 93 X 93 X 87 X 67 X 67 X 93 X 103 X 103 X 113 X-9999 -9999 -9999 +USW00023188197302WSFM 63 X 49 X 94 X 58 X 58 X 72 X 49 X 76 X 67 X 76 X 148 X 85 X 112 X 63 X 94 X 45 X 45 X 72 X 76 X 67 X 63 X 54 X 40 X 49 X 72 X 80 X 76 X 89 X-9999 -9999 -9999 +USW00023188197302WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188197302WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188197302WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197302WT08 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197302WT16-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188197303TMAX 200 0 194 0 200 0 178 0 178 0 183 0 178 0 156 0 183 0 178 0 156 0 156 0 167 0 178 0 206 0 217 0 178 0 178 0 183 0 161 0 167 0 167 0 178 0 194 0 183 0 167 0 161 0 167 0 178 0 178 0 183 0 +USW00023188197303TMIN 122 0 133 0 117 0 133 0 122 0 128 0 117 0 100 0 100 0 128 0 106 0 89 0 100 0 78 0 94 0 100 0 117 0 128 0 122 0 111 0 111 0 106 0 89 0 106 0 122 0 111 0 122 0 111 0 89 0 106 0 122 0 +USW00023188197303PRCP 0 0 0 0 0 0 8 0 0T 0 48 0 18 0 74 0 0 0 0 0 180 0 3 0 18 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 168 0 3 0 15 0 0 0 0 0 0T 0 30 0 5 0 5 0 0 0 0 0 0 0 +USW00023188197303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197303ACMH 80 X 60 X 30 X 80 X 80 X 90 X 60 X 80 X 50 X 90 X 90 X 70 X 90 X 0 X 0 X 10 X 70 X 60 X 60 X 80 X 80 X 50 X 10 X 0 X 90 X 90 X 100 X 80 X 20 X 50 X 70 X +USW00023188197303ACSH 90 X 50 X 10 X 90 X 80 X 90 X 50 X 90 X 30 X 90 X 100 X 80 X 90 X 0 X 0 X 0 X 90 X 30 X 60 X 90 X 70 X 50 X 20 X 0 X 90 X 80 X 100 X 90 X 30 X 60 X 60 X +USW00023188197303PGTM 1542 X 1436 X 1230 X 1130 X 0618 X 0812 X 0154 X 1230 X 1330 X 0854 X 1136 X 0324 X 1536 X 1418 X 1500 X 1336 X 2148 X 0012 X 1930 X 0536 X 0342 X 1236 X 0936 X 1524 X 1342 X 1324 X 1354 X 1612 X 1500 X 0906 X 1254 X +USW00023188197303PSUN 94 X 89 X 97 X 83 X 80 X 49 X 83 X 31 X 83 X 43 X 2 X 70 X 31 X 100 X 100 X 100 X 69 X 75 X 52 X 32 X 80 X 86 X 88 X 100 X 26 X 48 X 1 X 26 X 96 X 87 X 66 X +USW00023188197303TSUN 648 X 612 X 672 X 576 X 558 X 342 X 582 X 216 X 588 X 300 X 18 X 498 X 222 X 714 X 720 X 720 X 498 X 540 X 378 X 228 X 582 X 630 X 648 X 738 X 192 X 354 X 6 X 192 X 714 X 648 X 492 X +USW00023188197303WDFG 315W X 270W X 315W X 270W X 315W X 180W X 315W X 315W X 225W X 135W X 225W X 135W X 270W X 315W X 315W X 270W X 270W X 270W X 180W X 135W X 315W X 225W X 135W X 315W X 225W X 270W X 225W X 270W X 270W X 180W X 225W X +USW00023188197303WDFM 270W X 270W X 315W X 270W X 270W X 135W X 315W X 180W X 180W X 180W X 180W X 135W X 315W X 315W X 315W X 270W X 270W X 270W X 180W X 270W X 315W X 270W X 225W X 315W X 225W X 270W X 225W X 270W X 270W X 180W X 270W X +USW00023188197303WSFG 103 X 82 X 87 X 129 X 103 X 164 X 139 X 123 X 82 X 93 X 139 X 103 X 175 X 93 X 72 X 98 X 103 X 82 X 72 X 129 X 118 X 118 X 82 X 82 X 87 X 113 X 108 X 123 X 93 X 87 X 77 X +USW00023188197303WSFM 80 X 76 X 76 X 89 X 76 X 103 X 98 X 89 X 49 X 76 X 98 X 58 X 112 X 76 X 54 X 85 X 67 X 63 X 72 X 107 X 89 X 94 X 49 X 67 X 58 X 76 X 76 X 85 X 63 X 45 X 54 X +USW00023188197303WT01-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197303WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197303WT08-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188197303WT16-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188197304TMAX 178 0 194 0 239 0 256 0 261 0 189 0 189 0 250 0 272 0 233 0 189 0 189 0 183 0 178 0 189 0 194 0 178 0 183 0 178 0 194 0 222 0 239 0 189 0 178 0 183 0 178 0 172 0 167 0 156 0 172 0-9999 +USW00023188197304TMIN 128 0 94 0 94 0 128 0 144 0 133 0 139 0 122 0 122 0 128 0 128 0 133 0 139 0 133 0 111 0 133 0 139 0 133 0 128 0 122 0 106 0 128 0 139 0 139 0 133 0 139 0 139 0 139 0 133 0 117 0-9999 +USW00023188197304PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 5 0-9999 +USW00023188197304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197304ACMH 50 X 0 X 0 X 0 X 0 X 40 X 50 X 10 X 50 X 70 X 40 X 80 X 90 X 60 X 70 X 60 X 100 X 50 X 50 X 30 X 10 X 0 X 40 X 50 X 80 X 100 X 100 X 100 X 100 X 90 X-9999 +USW00023188197304ACSH 60 X 0 X 0 X 0 X 0 X 20 X 60 X 0 X 70 X 90 X 30 X 60 X 90 X 70 X 80 X 40 X 90 X 30 X 60 X 30 X 0 X 0 X 20 X 30 X 70 X 100 X 100 X 100 X 100 X 100 X-9999 +USW00023188197304PGTM 1542 X 1430 X 1700 X 1400 X 1536 X 2324 X 1624 X 1612 X 1442 X 1448 X 1442 X 1354 X 1600 X 1242 X 1436 X 1342 X 2030 X 1512 X 1154 X 1424 X 1330 X 1454 X 1206 X 1254 X 1224 X 1300 X 1406 X 1424 X 0942 X 0130 X-9999 +USW00023188197304PSUN 58 X 100 X 100 X 99 X 100 X 86 X 45 X 97 X 78 X 72 X 79 X 58 X 23 X 53 X 61 X 76 X 14 X 66 X 70 X 88 X 100 X 100 X 85 X 82 X 60 X 26 X 2 X 0 X 0 X 30 X-9999 +USW00023188197304TSUN 432 X 756 X 756 X 750 X 762 X 654 X 342 X 744 X 600 X 558 X 606 X 444 X 180 X 408 X 474 X 594 X 114 X 516 X 552 X 690 X 792 X 792 X 678 X 654 X 474 X 210 X 18 X 6 X 0 X 240 X-9999 +USW00023188197304WDFG 270W X 315W X 315W X 45W X 315W X 135W X 270W X 315W X 315W X 225W X 270W X 225W X 270W X 225W X 225W X 315W X 270W X 225W X 225W X 45W X 315W X 315W X 180W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X-9999 +USW00023188197304WDFM 315W X 315W X 315W X 360W X 315W X 180W X 315W X 315W X 360W X 225W X 315W X 225W X 315W X 270W X 225W X 315W X 225W X 225W X 225W X 45W X 315W X 315W X 180W X 225W X 270W X 315W X 270W X 225W X 225W X 225W X-9999 +USW00023188197304WSFG 123 X 108 X 98 X 154 X 103 X 77 X 82 X 87 X 113 X 113 X 82 X 77 X 87 X 113 X 77 X 98 X 93 X 93 X 103 X 144 X 108 X 108 X 98 X 87 X 87 X 77 X 82 X 72 X 93 X 113 X-9999 +USW00023188197304WSFM 107 X 98 X 89 X 116 X 89 X 54 X 67 X 76 X 85 X 58 X 58 X 49 X 67 X 76 X 49 X 72 X 63 X 58 X 58 X 103 X 85 X 89 X 49 X 49 X 58 X 58 X 58 X 45 X 67 X 85 X-9999 +USW00023188197304WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197304WT08 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188197304WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188197305TMAX 194 0 272 0 222 0 178 0 161 0 183 0 194 0 183 0 200 0 183 0 172 0 200 0 172 0 178 0 211 0 189 0 200 0 194 0 189 0 194 0 200 0 200 0 200 0 200 0 194 0 217 0 244 0 272 0 217 0 189 0 200 0 +USW00023188197305TMIN 128 0 128 0 139 0 139 0 128 0 139 0 133 0 139 0 139 0 139 0 144 0 150 0 150 0 144 0 150 0 150 0 144 0 150 0 150 0 150 0 156 0 150 0 156 0 156 0 156 0 156 0 156 0 178 0 172 0 167 0 167 0 +USW00023188197305PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188197305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197305ACMH 20 X 0 X 20 X 90 X 90 X 60 X 60 X 70 X 60 X 90 X 100 X 90 X 100 X 100 X 50 X 90 X 90 X 100 X 100 X 90 X 80 X 50 X 60 X 80 X 100 X 30 X 0 X 40 X 60 X 100 X 100 X +USW00023188197305ACSH 10 X 0 X 10 X 80 X 100 X 60 X 50 X 50 X 60 X 90 X 100 X 90 X 100 X 100 X 50 X 90 X 80 X 90 X 100 X 90 X 80 X 30 X 40 X 60 X 100 X 20 X 0 X 60 X 40 X 100 X 100 X +USW00023188197305PGTM 1430 X 1542 X 2254 X 0518 X 1442 X 1442 X 1306 X 1130 X 1500 X 1200 X 0706 X 1400 X 1236 X 1224 X 1336 X 1454 X 1506 X 1448 X 1442 X 1300 X 1412 X 1036 X 1630 X 1448 X 0830 X 1342 X 1206 X 1254 X 1254 X 2206 X 1236 X +USW00023188197305PSUN 91 X 100 X 100 X 41 X 29 X 40 X 67 X 63 X 66 X 20 X 0 X 37 X 0 X 0 X 61 X 17 X 37 X 19 X 9 X 27 X 58 X 78 X 67 X 57 X 9 X 88 X 100 X 83 X 80 X 0 X 7 X +USW00023188197305TSUN 738 X 810 X 810 X 336 X 240 X 330 X 546 X 516 X 546 X 168 X 0 X 312 X 0 X 0 X 510 X 138 X 306 X 156 X 78 X 222 X 480 X 660 X 564 X 480 X 72 X 744 X 846 X 702 X 678 X 0 X 60 X +USW00023188197305WDFG 315W X 315W X 180W X 180W X 225W X 270W X 270W X 225W X 180W X 180W X 180W X 270W X 225W X 225W X 315W X 270W X 270W X 270W X 225W X 225W X 225W X 225W X 315W X 225W X 180W X 315W X 315W X 180W X 225W X 180W X 180W X +USW00023188197305WDFM 270W X 315W X 315W X 180W X 225W X 315W X 315W X 225W X 225W X 180W X 180W X 315W X 270W X 270W X 315W X 315W X 270W X 225W X 225W X 225W X 315W X 225W X 225W X 225W X 180W X 270W X 315W X 180W X 180W X 225W X 180W X +USW00023188197305WSFG 108 X 108 X 72 X 108 X 108 X 93 X 103 X 87 X 87 X 93 X 87 X 87 X 82 X 67 X 103 X 87 X 87 X 72 X 77 X 82 X 82 X 98 X 82 X 77 X 108 X 87 X 77 X 72 X 72 X 57 X 93 X +USW00023188197305WSFM 89 X 85 X 49 X 58 X 72 X 49 X 67 X 49 X 49 X 45 X 45 X 67 X 63 X 40 X 72 X 63 X 54 X 49 X 45 X 54 X 54 X 49 X 49 X 45 X 58 X 72 X 54 X 63 X 49 X 40 X 63 X +USW00023188197305WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197305WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197305WT08-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00023188197305WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00023188197306TMAX 200 0 206 0 217 0 217 0 222 0 228 0 233 0 211 0 206 0 206 0 211 0 211 0 200 0 206 0 211 0 217 0 217 0 233 0 272 0 322 0 311 0 256 0 256 0 244 0 228 0 228 0 244 0 239 0 228 0 228 0-9999 +USW00023188197306TMIN 172 0 167 0 172 0 167 0 167 0 167 0 161 0 150 0 150 0 161 0 167 0 172 0 167 0 161 0 156 0 167 0 167 0 167 0 167 0 172 0 200 0 189 0 172 0 178 0 178 0 172 0 178 0 172 0 178 0 167 0-9999 +USW00023188197306PRCP 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197306ACMH 100 X 100 X 90 X 60 X 90 X 90 X 80 X 80 X 90 X 90 X 90 X 90 X 100 X 60 X 50 X 40 X 50 X 30 X 20 X 10 X 10 X 30 X 40 X 60 X 90 X 90 X 40 X 50 X 90 X 100 X-9999 +USW00023188197306ACSH 100 X 100 X 90 X 60 X 90 X 90 X 60 X 60 X 90 X 80 X 80 X 100 X 100 X 70 X 30 X 20 X 40 X 30 X 10 X 10 X 20 X 40 X 50 X 40 X 80 X 100 X 30 X 30 X 80 X 100 X-9999 +USW00023188197306PGTM 1054 X 1324 X 1336 X 1142 X 1036 X 1236 X 1254 X 1606 X 2330 X 1112 X 1306 X 1242 X 1406 X 1306 X 1136 X 1354 X 1154 X 1348 X 1424 X 1230 X 1230 X 1130 X 1530 X 1412 X 1530 X 1412 X 1406 X 1406 X 1206 X 1430 X-9999 +USW00023188197306PSUN 0 X 0 X 34 X 72 X 60 X 63 X 73 X 58 X 55 X 36 X 48 X 10 X 0 X 46 X 69 X 83 X 65 X 78 X 97 X 100 X 100 X 95 X 87 X 76 X 41 X 17 X 69 X 68 X 40 X 30 X-9999 +USW00023188197306TSUN 0 X 0 X 288 X 612 X 516 X 540 X 624 X 492 X 468 X 306 X 408 X 90 X 0 X 396 X 594 X 714 X 558 X 672 X 834 X 858 X 858 X 822 X 744 X 654 X 354 X 150 X 588 X 582 X 342 X 258 X-9999 +USW00023188197306WDFG 225W X 315W X 270W X 270W X 270W X 315W X 315W X 180W X 180W X 225W X 225W X 270W X 180W X 225W X 180W X 270W X 180W X 225W X 225W X 315W X 180W X 270W X 315W X 225W X 180W X 315W X 270W X 270W X 180W X 180W X-9999 +USW00023188197306WDFM 180W X 315W X 270W X 315W X 315W X 315W X 315W X 180W X 180W X 225W X 225W X 315W X 225W X 135W X 180W X 315W X 180W X 225W X 315W X 315W X 180W X 270W X 270W X 225W X 180W X 315W X 315W X 225W X 225W X 180W X-9999 +USW00023188197306WSFG 67 X 72 X 98 X 103 X 103 X 103 X 77 X 87 X 98 X 82 X 82 X 98 X 93 X 93 X 103 X 87 X 82 X 82 X 82 X 103 X 108 X 98 X 98 X 77 X 77 X 103 X 93 X 82 X 82 X 87 X-9999 +USW00023188197306WSFM 45 X 63 X 76 X 72 X 85 X 80 X 54 X 49 X 49 X 54 X 45 X 58 X 63 X 58 X 58 X 58 X 49 X 54 X 58 X 80 X 54 X 76 X 76 X 49 X 45 X 72 X 54 X 54 X 49 X 54 X-9999 +USW00023188197306WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197306WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197306WT08-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188197306WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197307TMAX 239 0 256 0 267 0 239 0 228 0 222 0 222 0 222 0 222 0 233 0 228 0 217 0 222 0 233 0 233 0 228 0 233 0 228 0 228 0 228 0 228 0 222 0 239 0 239 0 233 0 261 0 250 0 250 0 239 0 244 0 250 0 +USW00023188197307TMIN 178 0 189 0 194 0 172 0 178 0 172 0 167 0 172 0 178 0 178 0 172 0 172 0 172 0 167 0 178 0 178 0 178 0 178 0 178 0 172 0 172 0 178 0 172 0 167 0 172 0 167 0 183 0 183 0 189 0 189 0 189 0 +USW00023188197307PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197307ACMH 70 X 30 X 0 X 80 X 90 X 100 X 100 X 90 X 100 X 90 X 80 X 100 X 90 X 80 X 80 X 70 X 70 X 70 X 70 X 60 X 60 X 60 X 40 X 60 X 60 X 50 X 60 X 60 X 50 X 70 X 40 X +USW00023188197307ACSH 50 X 20 X 0 X 70 X 80 X 100 X 100 X 100 X 100 X 90 X 80 X 100 X 80 X 60 X 60 X 70 X 50 X 60 X 50 X 40 X 30 X 40 X 30 X 40 X 60 X 40 X 30 X 30 X 30 X 50 X 30 X +USW00023188197307PGTM 1548 X 1354 X 1218 X 1124 X 1106 X 1036 X 0442 X 1418 X 1236 X 1130 X 1606 X 1518 X 1330 X 1236 X 1506 X 1536 X 1048 X 1612 X 1648 X 1318 X 1348 X 1336 X 1336 X 1830 X 1624 X 0706 X 1312 X 1430 X 1248 X 1430 X 1236 X +USW00023188197307PSUN 58 X 83 X 100 X 40 X 36 X 1 X 10 X 10 X 1 X 33 X 51 X 1 X 37 X 54 X 52 X 47 X 63 X 55 X 56 X 59 X 68 X 75 X 81 X 81 X 74 X 66 X 72 X 73 X 76 X 64 X 86 X +USW00023188197307TSUN 498 X 714 X 858 X 348 X 306 X 12 X 84 X 90 X 6 X 282 X 432 X 12 X 318 X 456 X 444 X 396 X 534 X 462 X 474 X 498 X 576 X 624 X 678 X 684 X 612 X 552 X 600 X 600 X 630 X 528 X 714 X +USW00023188197307WDFG 315W X 270W X 180W X 180W X 180W X 180W X 180W X 225W X 225W X 225W X 225W X 180W X 225W X 225W X 315W X 270W X 270W X 270W X 270W X 270W X 225W X 180W X 270W X 180W X 180W X 180W X 270W X 270W X 315W X 315W X 225W X +USW00023188197307WDFM 270W X 270W X 180W X 180W X 180W X 225W X 180W X 225W X 225W X 225W X 180W X 180W X 225W X 270W X 270W X 315W X 270W X 315W X 270W X 270W X 225W X 225W X 270W X 180W X 180W X 180W X 315W X 315W X 270W X 225W X 225W X +USW00023188197307WSFG 93 X 103 X 87 X 87 X 98 X 93 X 93 X 82 X 72 X 72 X 72 X 77 X 82 X 87 X 98 X 93 X 93 X 87 X 93 X 93 X 82 X 77 X 77 X 77 X 103 X 98 X 82 X 103 X 93 X 82 X 77 X +USW00023188197307WSFM 72 X 80 X 49 X 40 X 49 X 54 X 49 X 49 X 45 X 49 X 45 X 49 X 49 X 58 X 76 X 67 X 76 X 72 X 58 X 54 X 49 X 45 X 49 X 54 X 45 X 54 X 49 X 76 X 67 X 45 X 49 X +USW00023188197307WT01-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197307WT02-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197307WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00023188197307WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197308TMAX 256 0 250 0 239 0 228 0 228 0 239 0 239 0 239 0 239 0 222 0 233 0 239 0 233 0 239 0 233 0 233 0 244 0 261 0 283 0 283 0 267 0 272 0 239 0 233 0 228 0 228 0 233 0 228 0 239 0 228 0 228 0 +USW00023188197308TMIN 194 0 189 0 189 0 183 0 189 0 189 0 183 0 189 0 183 0 172 0 172 0 183 0 183 0 183 0 183 0 189 0 189 0 194 0 206 0 200 0 194 0 189 0 183 0 183 0 183 0 183 0 178 0 178 0 178 0 183 0 172 0 +USW00023188197308PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197308ACMH 60 X 70 X 80 X 90 X 100 X 70 X 50 X 30 X 60 X 90 X 80 X 80 X 70 X 90 X 60 X 70 X 60 X 10 X 20 X 80 X 30 X 20 X 30 X 60 X 60 X 80 X 40 X 60 X 70 X 100 X 50 X +USW00023188197308ACSH 60 X 70 X 80 X 80 X 90 X 50 X 20 X 20 X 30 X 80 X 60 X 60 X 80 X 90 X 60 X 60 X 60 X 10 X 30 X 80 X 20 X 0 X 20 X 30 X 40 X 70 X 10 X 40 X 40 X 90 X 50 X +USW00023188197308PGTM 1324 X 1442 X 0706 X 1406 X 1018 X 1412 X 1630 X 1324 X 1236 X 0736 X 1254 X 1436 X 1012 X 1436 X 1406 X 1354 X 1354 X 1512 X 1606 X 0736 X 1442 X 1254 X 1242 X 0742 X 0924 X 1248 X 1530 X 1354 X 1300 X 1400 X 1448 X +USW00023188197308PSUN 64 X 53 X 47 X 41 X 28 X 60 X 76 X 89 X 73 X 35 X 66 X 58 X 48 X 38 X 64 X 47 X 56 X 88 X 82 X 39 X 89 X 96 X 86 X 72 X 66 X 43 X 95 X 74 X 75 X 39 X 67 X +USW00023188197308TSUN 528 X 432 X 384 X 336 X 228 X 492 X 624 X 726 X 588 X 282 X 396 X 468 X 384 X 312 X 516 X 378 X 450 X 708 X 654 X 306 X 708 X 756 X 678 X 570 X 522 X 336 X 738 X 582 X 582 X 306 X 516 X +USW00023188197308WDFG 225W X 225W X 225W X 225W X 180W X 270W X 270W X 315W X 315W X 180W X 315W X 270W X 225W X 225W X 180W X 225W X 225W X 270W X 180W X 180W X 270W X 270W X 180W X 180W X 180W X 270W X 270W X 270W X 270W X 270W X 225W X +USW00023188197308WDFM 270W X 225W X 180W X 225W X 270W X 270W X 270W X 315W X 315W X 225W X 315W X 315W X 225W X 225W X 180W X 225W X 225W X 270W X 180W X 180W X 270W X 315W X 225W X 180W X 180W X 225W X 270W X 270W X 270W X 315W X 270W X +USW00023188197308WSFG 72 X 77 X 77 X 77 X 82 X 113 X 93 X 103 X 98 X 87 X 93 X 82 X 93 X 67 X 82 X 77 X 72 X 77 X 118 X 113 X 98 X 103 X 77 X 82 X 118 X 93 X 103 X 93 X 108 X 87 X 93 X +USW00023188197308WSFM 58 X 49 X 54 X 49 X 49 X 72 X 72 X 80 X 54 X 45 X 58 X 54 X 49 X 49 X 54 X 45 X 45 X 49 X 94 X 80 X 76 X 80 X 49 X 49 X 76 X 58 X 80 X 54 X 76 X 63 X 54 X +USW00023188197308WT01-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197308WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00023188197308WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197309TMAX 222 0 228 0 239 0 206 0 239 0 239 0 211 0 222 0 222 0 217 0 233 0 211 0 211 0 228 0 228 0 228 0 228 0 222 0 222 0 228 0 206 0 211 0 217 0 228 0 233 0 328 0 339 0 322 0 272 0 217 0-9999 +USW00023188197309TMIN 178 0 172 0 189 0 172 0 178 0 172 0 156 0 172 0 189 0 178 0 189 0 178 0 178 0 178 0 178 0 178 0 172 0 161 0 167 0 178 0 172 0 167 0 178 0 167 0 167 0 161 0 183 0 178 0 172 0 167 0-9999 +USW00023188197309PRCP 0 0 0 0 0 0 5 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197309ACMH 60 X 70 X 90 X 100 X 70 X 40 X 100 X 80 X 100 X 100 X 90 X 100 X 100 X 90 X 50 X 60 X 50 X 50 X 70 X 70 X 100 X 100 X 70 X 60 X 50 X 0 X 0 X 0 X 20 X 60 X-9999 +USW00023188197309ACSH 30 X 40 X 80 X 100 X 50 X 20 X 100 X 60 X 90 X 100 X 80 X 100 X 100 X 90 X 30 X 40 X 30 X 30 X 50 X 60 X 90 X 100 X 80 X 40 X 40 X 0 X 0 X 0 X 0 X 30 X-9999 +USW00023188197309PGTM 1100 X 1254 X 1254 X 1424 X 1518 X 1118 X 2324 X 0918 X 1342 X 1300 X 1500 X 1318 X 1418 X 1454 X 1336 X 1206 X 1342 X 1400 X 1318 X 1518 X 0942 X 0800 X 1254 X 1354 X 1406 X 1524 X 1506 X 1542 X 1342 X 1324 X-9999 +USW00023188197309PSUN 72 X 61 X 38 X 0 X 64 X 82 X 5 X 45 X 12 X 0 X 35 X 0 X 0 X 29 X 80 X 65 X 81 X 75 X 73 X 61 X 15 X 14 X 51 X 62 X 93 X 100 X 100 X 100 X 100 X 78 X-9999 +USW00023188197309TSUN 558 X 474 X 294 X 0 X 486 X 624 X 42 X 342 X 90 X 0 X 264 X 0 X 0 X 222 X 594 X 480 X 600 X 552 X 540 X 444 X 108 X 102 X 366 X 450 X 672 X 720 X 720 X 720 X 714 X 558 X-9999 +USW00023188197309WDFG 180W X 270W X 270W X 270W X 270W X 270W X 180W X 225W X 180W X 225W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X 315W X 180W X 270W X 180W X 135W X 270W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188197309WDFM 225W X 270W X 315W X 270W X 315W X 315W X 180W X 180W X 180W X 315W X 270W X 270W X 270W X 270W X 315W X 270W X 270W X 270W X 180W X 270W X 180W X 270W X 315W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188197309WSFG 77 X 82 X 103 X 87 X 103 X 77 X 87 X 103 X 72 X 57 X 98 X 67 X 62 X 82 X 77 X 82 X 82 X 72 X 62 X 77 X 82 X 77 X 87 X 77 X 93 X 103 X 98 X 82 X 72 X 77 X-9999 +USW00023188197309WSFM 49 X 54 X 76 X 72 X 85 X 63 X 63 X 76 X 58 X 45 X 80 X 54 X 45 X 49 X 49 X 63 X 63 X 54 X 45 X 63 X 49 X 49 X 63 X 49 X 76 X 80 X 76 X 72 X 49 X 49 X-9999 +USW00023188197309WT01-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197309WT08-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 +USW00023188197309WT16-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197310TMAX 211 0 211 0 211 0 222 0 189 0 200 0 206 0 200 0 217 0 222 0 222 0 233 0 278 0 233 0 217 0 228 0 300 0 300 0 267 0 222 0 211 0 222 0 222 0 217 0 244 0 217 0 306 0 322 0 250 0 300 0 250 0 +USW00023188197310TMIN 167 0 172 0 167 0 156 0 150 0 172 0 156 0 156 0 156 0 133 0 133 0 139 0 144 0 139 0 144 0 139 0 139 0 161 0 161 0 161 0 156 0 172 0 156 0 133 0 139 0 161 0 128 0 139 0 150 0 122 0 139 0 +USW00023188197310PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197310ACMH 60 X 60 X 30 X 60 X 100 X 90 X 80 X 100 X 50 X 0 X 20 X 20 X 10 X 40 X 50 X 90 X 20 X 10 X 10 X 50 X 80 X 80 X 50 X 0 X 10 X 80 X 20 X 10 X 0 X 0 X 20 X +USW00023188197310ACSH 30 X 50 X 20 X 40 X 100 X 100 X 80 X 100 X 60 X 10 X 10 X 20 X 10 X 20 X 40 X 90 X 10 X 20 X 0 X 20 X 80 X 80 X 60 X 0 X 0 X 70 X 10 X 10 X 0 X 0 X 10 X +USW00023188197310PGTM 1436 X 1206 X 1424 X 1300 X 2324 X 0618 X 1312 X 1036 X 1530 X 1406 X 1348 X 1330 X 1106 X 1200 X 1324 X 1442 X 1448 X 1254 X 1212 X 1254 X 1230 X 1342 X 1736 X 1306 X 1548 X 1306 X 1312 X 1354 X 1412 X 1524 X 1424 X +USW00023188197310PSUN 86 X 62 X 89 X 80 X 8 X 0 X 25 X 6 X 51 X 95 X 88 X 100 X 94 X 95 X 79 X 64 X 96 X 100 X 100 X 75 X 31 X 36 X 59 X 100 X 100 X 67 X 100 X 100 X 100 X 100 X 95 X +USW00023188197310TSUN 612 X 438 X 630 X 570 X 60 X 0 X 180 X 48 X 354 X 660 X 612 X 690 X 648 X 648 X 540 X 438 X 654 X 678 X 678 X 504 X 204 X 240 X 396 X 666 X 666 X 450 X 660 X 660 X 660 X 654 X 624 X +USW00023188197310WDFG 225W X 315W X 270W X 315W X 180W X 180W X 270W X 135W X 225W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 315W X 315W X 225W X 270W X 315W X 270W X 315W X 315W X 180W X +USW00023188197310WDFM 315W X 270W X 225W X 315W X 180W X 315W X 270W X 135W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 270W X 270W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 180W X +USW00023188197310WSFG 87 X 82 X 77 X 72 X 82 X 93 X 98 X 113 X 113 X 87 X 87 X 93 X 87 X 72 X 98 X 82 X 93 X 98 X 62 X 77 X 87 X 77 X 87 X 77 X 62 X 67 X 72 X 93 X 62 X 87 X 57 X +USW00023188197310WSFM 54 X 58 X 49 X 54 X 40 X 54 X 63 X 76 X 54 X 67 X 67 X 76 X 76 X 58 X 76 X 58 X 80 X 76 X 49 X 63 X 76 X 54 X 76 X 67 X 40 X 45 X 58 X 80 X 49 X 76 X 40 X +USW00023188197310WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X +USW00023188197310WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X +USW00023188197310WT08 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00023188197310WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197311TMAX 217 0 189 0 194 0 200 0 206 0 217 0 217 0 206 0 194 0 228 0 278 0 228 0 194 0 206 0 200 0 194 0 178 0 172 0 167 0 172 0 172 0 161 0 161 0 167 0 172 0 167 0 200 0 244 0 200 0 178 0-9999 +USW00023188197311TMIN 150 0 161 0 139 0 117 0 106 0 100 0 128 0 156 0 156 0 144 0 144 0 156 0 139 0 128 0 117 0 139 0 150 0 133 0 106 0 78 0 122 0 122 0 106 0 83 0 89 0 106 0 89 0 89 0 100 0 94 0-9999 +USW00023188197311PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 147 0 10 0 0 0 8 0 109 0 43 0 0T 0 0 0 61 0 0 0 0 0 0 0 0 0-9999 +USW00023188197311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197311ACMH 90 X 70 X 70 X 0 X 0 X 50 X 50 X 90 X 100 X 50 X 70 X 70 X 60 X 40 X 30 X 70 X 100 X 80 X 10 X 30 X 80 X 90 X 30 X 40 X 40 X 60 X 0 X 10 X 70 X 30 X-9999 +USW00023188197311ACSH 80 X 50 X 80 X 0 X 0 X 50 X 40 X 70 X 100 X 50 X 70 X 70 X 100 X 30 X 30 X 60 X 100 X 90 X 0 X 40 X 70 X 90 X 40 X 50 X 80 X 80 X 0 X 0 X 100 X 70 X-9999 +USW00023188197311PGTM 1024 X 0336 X 1412 X 1524 X 1542 X 1318 X 1412 X 1036 X 1324 X 1618 X 1248 X 1206 X 1424 X 1406 X 1236 X 1406 X 1154 X 2100 X 0030 X 1936 X 0406 X 2300 X 1412 X 1830 X 1318 X 0948 X 1606 X 1218 X 1218 X 1506 X-9999 +USW00023188197311PSUN 48 X 49 X 37 X 100 X 100 X 86 X 80 X 35 X 0 X 38 X 77 X 79 X 10 X 74 X 70 X 49 X 0 X 17 X 94 X 77 X 36 X 12 X 91 X 72 X 96 X 62 X 100 X 100 X 74 X 85 X-9999 +USW00023188197311TSUN 312 X 324 X 240 X 648 X 648 X 552 X 510 X 222 X 0 X 240 X 492 X 498 X 132 X 462 X 438 X 312 X 0 X 108 X 588 X 480 X 228 X 72 X 564 X 444 X 588 X 384 X 612 X 612 X 456 X 522 X-9999 +USW00023188197311WDFG 180W X 180W X 225W X 315W X 315W X 315W X 270W X 180W X 270W X 315W X 315W X 315W X 225W X 270W X 315W X 270W X 180W X 180W X 270W X 180W X 135W X 135W X 270W X 270W X 270W X 270W X 315W X 315W X 225W X 180W X-9999 +USW00023188197311WDFM 180W X 180W X 270W X 315W X 270W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 225W X 270W X 270W X 315W X 135W X 270W X 270W X 180W X 225W X 135W X 270W X 270W X 315W X 270W X 315W X 315W X 225W X 180W X-9999 +USW00023188197311WSFG 82 X 77 X 72 X 72 X 87 X 82 X 57 X 57 X 67 X 98 X 103 X 108 X 67 X 82 X 77 X 72 X 72 X 144 X 118 X 77 X 77 X 118 X 72 X 93 X 77 X 82 X 77 X 72 X 51 X 41 X-9999 +USW00023188197311WSFM 72 X 58 X 40 X 58 X 76 X 76 X 49 X 45 X 58 X 72 X 89 X 98 X 49 X 72 X 54 X 58 X 58 X 107 X 80 X 54 X 58 X 98 X 63 X 67 X 54 X 67 X 63 X 67 X 31 X 27 X-9999 +USW00023188197311WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197311WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197311WT08 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 +USW00023188197311WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197312TMAX 183 0 167 0 194 0 172 0 194 0 233 0 239 0 239 0 272 0 256 0 178 0 172 0 172 0 178 0 206 0 222 0 183 0 183 0 233 0 233 0 200 0 167 0 167 0 200 0 172 0 161 0 161 0 167 0 178 0 183 0 167 0 +USW00023188197312TMIN 100 0 83 0 67 0 72 0 89 0 83 0 89 0 94 0 100 0 100 0 94 0 117 0 117 0 122 0 94 0 100 0 94 0 117 0 78 0 83 0 78 0 106 0 89 0 83 0 72 0 83 0 111 0 128 0 122 0 122 0 94 0 +USW00023188197312PRCP 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 3 0 3 0 0 0 0T 0 0 0 +USW00023188197312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197312ACMH 80 X 10 X 30 X 40 X 30 X 0 X 50 X 20 X 0 X 0 X 70 X 60 X 70 X 80 X 30 X 60 X 30 X 40 X 60 X 10 X 90 X 60 X 70 X 40 X 60 X 50 X 100 X 100 X 90 X 50 X 50 X +USW00023188197312ACSH 90 X 10 X 40 X 50 X 40 X 0 X 100 X 10 X 10 X 0 X 100 X 60 X 60 X 90 X 30 X 80 X 20 X 30 X 80 X 10 X 100 X 60 X 90 X 70 X 90 X 60 X 100 X 100 X 90 X 50 X 60 X +USW00023188197312PGTM 1236 X 1548 X 1336 X 1254 X 1348 X 1342 X 1636 X 1554 X 1318 X 1300 X 1118 X 1306 X 1248 X 1630 X 1512 X 1518 X 1406 X 1548 X 1418 X 1448 X 1136 X 1036 X 1224 X 1436 X 1130 X 1424 X 1254 X 1030 X 2148 X 1724 X 1206 X +USW00023188197312PSUN 25 X 97 X 96 X 82 X 88 X 100 X 82 X 99 X 100 X 100 X 81 X 67 X 52 X 54 X 97 X 76 X 85 X 75 X 78 X 98 X 58 X 68 X 65 X 92 X 77 X 64 X 18 X 8 X 71 X 86 X 86 X +USW00023188197312TSUN 156 X 588 X 582 X 498 X 534 X 606 X 492 X 600 X 606 X 606 X 486 X 408 X 318 X 324 X 582 X 456 X 510 X 450 X 468 X 588 X 348 X 408 X 390 X 552 X 462 X 384 X 108 X 48 X 426 X 516 X 516 X +USW00023188197312WDFG 180W X 315W X 315W X 180W X 315W X 315W X 360W X 315W X 315W X 315W X 270W X 315W X 270W X 360W X 270W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 225W X 315W X 180W X 180W X 225W X 180W X 180W X 315W X 180W X +USW00023188197312WDFM 180W X 315W X 270W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 270W X 315W X 180W X 180W X 180W X 270W X 225W X 315W X 180W X +USW00023188197312WSFG 108 X 72 X 67 X 51 X 72 X 72 X 51 X 62 X 62 X 57 X 103 X 77 X 93 X 57 X 51 X 62 X 72 X 72 X 77 X 62 X 77 X 103 X 67 X 77 X 62 X 51 X 62 X 67 X 67 X 72 X 72 X +USW00023188197312WSFM 76 X 63 X 58 X 36 X 63 X 58 X 54 X 63 X 58 X 45 X 72 X 72 X 76 X 49 X 40 X 58 X 58 X 67 X 58 X 54 X 31 X 85 X 49 X 76 X 49 X 31 X 40 X 40 X 36 X 63 X 58 X +USW00023188197312WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188197312WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197312WT08 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00023188197312WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 +USW00023188197401TMAX 150 0 150 0 144 0 150 0 150 0 150 0 156 0 156 0 156 0 156 0 167 0 183 0 189 0 228 0 222 0 222 0 206 0 206 0 161 0 161 0 167 0 211 0 211 0 222 0 206 0 156 0 172 0 178 0 194 0 156 0 161 0 +USW00023188197401TMIN 83 0 78 0 78 0 94 0 100 0 111 0 117 0 106 0 111 0 100 0 72 0 111 0 100 0 94 0 106 0 106 0 150 0 139 0 133 0 133 0 106 0 72 0 83 0 100 0 78 0 111 0 78 0 72 0 78 0 94 0 67 0 +USW00023188197401PRCP 15 0 0T 0 8 0 259 0 41 0 91 0 224 0 104 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197401ACMH 90 X 40 X 80 X 100 X 50 X 100 X 100 X 100 X 90 X 70 X 100 X 50 X 70 X 10 X 0 X 40 X 100 X 80 X 100 X 100 X 50 X 0 X 60 X 10 X 40 X 90 X 0 X 20 X 50 X 60 X 70 X +USW00023188197401ACSH 90 X 30 X 90 X 100 X 50 X 100 X 100 X 90 X 100 X 60 X 100 X 60 X 80 X 0 X 0 X 40 X 100 X 80 X 100 X 100 X 60 X 0 X 80 X 10 X 30 X 100 X 0 X 10 X 80 X 70 X 50 X +USW00023188197401PGTM 1012 X 1430 X 1442 X 1742 X 0148 X 1406 X 1806 X 0024 X 1306 X 1448 X 1454 X 1312 X 1430 X 1612 X 1306 X 1506 X 0442 X 1200 X 1100 X 0906 X 1612 X 1542 X 2348 X 0036 X 1506 X 1424 X 1448 X 1530 X 1448 X 1424 X 1512 X +USW00023188197401PSUN 71 X 94 X 33 X 10 X 67 X 1 X 0 X 41 X 26 X 59 X 64 X 88 X 76 X 100 X 100 X 87 X 47 X 69 X 0 X 9 X 54 X 100 X 86 X 100 X 95 X 21 X 100 X 95 X 86 X 72 X 74 X +USW00023188197401TSUN 426 X 570 X 198 X 60 X 408 X 6 X 0 X 246 X 162 X 360 X 390 X 540 X 468 X 612 X 612 X 534 X 294 X 426 X 0 X 60 X 336 X 624 X 540 X 624 X 594 X 132 X 630 X 600 X 546 X 456 X 474 X +USW00023188197401WDFG 270W X 315W X 180W X 180W X 225W X 180W X 180W X 270W X 180W X 270W X 270W X 315W X 315W X 315W X 270W X 315W X 45W X 315W X 315W X 135W X 315W X 315W X 45W X 45W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X +USW00023188197401WDFM 270W X 315W X 180W X 135W X 225W X 180W X 135W X 180W X 180W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 180W X 225W X 315W X 270W X 315W X 315W X 315W X +USW00023188197401WSFG 139 X 57 X 93 X 159 X 159 X 134 X 175 X 103 X 82 X 72 X 72 X 87 X 82 X 62 X 57 X 77 X 62 X 87 X 67 X 82 X 82 X 87 X 77 X 87 X 67 X 82 X 62 X 72 X 57 X 67 X 72 X +USW00023188197401WSFM 112 X 40 X 80 X 134 X 103 X 89 X 143 X 67 X 45 X 67 X 63 X 76 X 72 X 54 X 49 X 67 X 49 X 80 X 63 X 67 X 67 X 80 X 49 X 63 X 49 X 76 X 49 X 63 X 45 X 58 X 63 X +USW00023188197401WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188197401WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188197401WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188197401WT16 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197402TMAX 167 0 217 0 228 0 244 0 194 0 211 0 200 0 194 0 222 0 217 0 200 0 172 0 156 0 161 0 194 0 178 0 161 0 167 0 156 0 183 0 194 0 183 0 244 0 261 0 267 0 217 0 183 0 211 0-9999 -9999 -9999 +USW00023188197402TMIN 122 0 72 0 78 0 89 0 89 0 94 0 72 0 83 0 83 0 72 0 83 0 133 0 100 0 67 0 94 0 94 0 111 0 94 0 100 0 89 0 78 0 78 0 78 0 89 0 89 0 94 0 117 0 111 0-9999 -9999 -9999 +USW00023188197402PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00023188197402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197402ACMH 90 X 0 X 0 X 20 X 60 X 20 X 0 X 30 X 80 X 0 X 90 X 90 X 60 X 20 X 20 X 40 X 50 X 40 X 70 X 10 X 60 X 40 X 0 X 0 X 40 X 20 X 50 X 80 X-9999 -9999 -9999 +USW00023188197402ACSH 100 X 10 X 0 X 20 X 50 X 0 X 10 X 20 X 90 X 0 X 100 X 80 X 60 X 20 X 30 X 20 X 60 X 20 X 100 X 20 X 80 X 50 X 0 X 0 X 70 X 10 X 40 X 100 X-9999 -9999 -9999 +USW00023188197402PGTM 1236 X 1612 X 1342 X 1554 X 1236 X 1548 X 1542 X 1030 X 1436 X 1236 X 1448 X 1406 X 1012 X 1312 X 1400 X 2324 X 1130 X 1248 X 1642 X 1336 X 1542 X 1548 X 1236 X 1330 X 1548 X 1354 X 1430 X 1500 X-9999 -9999 -9999 +USW00023188197402PSUN 32 X 100 X 100 X 100 X 99 X 100 X 100 X 93 X 100 X 100 X 45 X 74 X 84 X 100 X 90 X 95 X 69 X 91 X 20 X 100 X 100 X 97 X 100 X 100 X 100 X 95 X 92 X 38 X-9999 -9999 -9999 +USW00023188197402TSUN 204 X 642 X 642 X 642 X 636 X 648 X 648 X 606 X 648 X 654 X 294 X 486 X 552 X 660 X 594 X 630 X 462 X 612 X 132 X 672 X 672 X 660 X 678 X 678 X 684 X 648 X 630 X 258 X-9999 -9999 -9999 +USW00023188197402WDFG 135W X 315W X 315W X 270W X 225W X 45W X 270W X 315W X 315W X 270W X 315W X 270W X 270W X 270W X 315W X 270W X 270W X 225W X 270W X 315W X 315W X 270W X 315W X 315W X 270W X 270W X 270W X 315W X-9999 -9999 -9999 +USW00023188197402WDFM 315W X 315W X 360W X 270W X 315W X 45W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 270W X 315W X 270W X 315W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X-9999 -9999 -9999 +USW00023188197402WSFG 62 X 87 X 82 X 67 X 62 X 118 X 62 X 72 X 93 X 51 X 72 X 82 X 87 X 87 X 93 X 82 X 108 X 62 X 82 X 82 X 77 X 82 X 72 X 77 X 87 X 57 X 67 X 108 X-9999 -9999 -9999 +USW00023188197402WSFM 54 X 76 X 76 X 58 X 36 X 89 X 49 X 54 X 76 X 45 X 72 X 72 X 67 X 76 X 76 X 54 X 80 X 49 X 63 X 76 X 67 X 72 X 63 X 63 X 76 X 40 X 40 X 103 X-9999 -9999 -9999 +USW00023188197402WT01-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197402WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197402WT08 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188197402WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188197403TMAX 222 0 178 0 156 0 172 0 206 0 167 0 167 0 150 0 156 0 167 0 183 0 194 0 194 0 167 0 183 0 200 0 183 0 172 0 172 0 178 0 189 0 172 0 172 0 183 0 172 0 194 0 189 0 200 0 206 0 200 0 200 0 +USW00023188197403TMIN 128 0 122 0 100 0 78 0 78 0 89 0 111 0 100 0 89 0 83 0 94 0 100 0 117 0 122 0 111 0 111 0 117 0 139 0 144 0 139 0 128 0 139 0 139 0 144 0 144 0 139 0 139 0 122 0 144 0 139 0 133 0 +USW00023188197403PRCP 0 0 43 0 15 0 0 0 0 0 0 0 152 0 155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 61 0 0 0 0 0 5 0 0 0 +USW00023188197403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197403ACMH 90 X 60 X 60 X 0 X 0 X 30 X 100 X 90 X 40 X 10 X 50 X 60 X 40 X 80 X 100 X 100 X 90 X 90 X 100 X 90 X 70 X 100 X 90 X 100 X 100 X 100 X 60 X 20 X 80 X 80 X 30 X +USW00023188197403ACSH 100 X 80 X 70 X 0 X 0 X 20 X 100 X 90 X 40 X 10 X 70 X 70 X 30 X 70 X 100 X 100 X 100 X 90 X 100 X 90 X 70 X 100 X 90 X 100 X 100 X 100 X 70 X 10 X 80 X 80 X 30 X +USW00023188197403PGTM 1212 X 0836 X 1024 X 1518 X 1448 X 2118 X 1400 X 0400 X 1354 X 1600 X 1348 X 1412 X 1342 X 1236 X 1118 X 1124 X 1118 X 1248 X 1354 X 0830 X 1418 X 1312 X 1530 X 1500 X 1312 X 1030 X 0906 X 1118 X 1342 X 1054 X 1512 X +USW00023188197403PSUN 80 X 56 X 54 X 100 X 100 X 91 X 15 X 45 X 82 X 96 X 94 X 93 X 95 X 78 X 85 X 77 X 60 X 70 X 32 X 65 X 73 X 53 X 48 X 39 X 27 X 48 X 61 X 90 X 78 X 53 X 80 X +USW00023188197403TSUN 552 X 390 X 378 X 696 X 696 X 636 X 108 X 312 X 582 X 684 X 672 X 660 X 678 X 558 X 606 X 552 X 432 X 504 X 234 X 474 X 534 X 384 X 348 X 282 X 204 X 354 X 456 X 672 X 582 X 396 X 600 X +USW00023188197403WDFG 315W X 180W X 270W X 315W X 315W X 90W X 135W X 225W X 225W X 315W X 315W X 270W X 270W X 180W X 270W X 270W X 180W X 225W X 225W X 135W X 270W X 270W X 270W X 270W X 315W X 180W X 135W X 315W X 315W X 315W X 315W X +USW00023188197403WDFM 315W X 315W X 270W X 315W X 270W X 225W X 180W X 225W X 225W X 315W X 315W X 315W X 270W X 180W X 315W X 315W X 225W X 180W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 270W X 315W X 270W X 315W X +USW00023188197403WSFG 57 X 103 X 108 X 103 X 72 X 72 X 154 X 185 X 77 X 72 X 98 X 93 X 82 X 77 X 57 X 77 X 62 X 57 X 67 X 72 X 93 X 87 X 72 X 103 X 82 X 77 X 103 X 77 X 98 X 93 X 87 X +USW00023188197403WSFM 58 X 80 X 89 X 89 X 63 X 45 X 116 X 148 X 54 X 58 X 80 X 80 X 80 X 40 X 45 X 63 X 49 X 40 X 49 X 40 X 76 X 54 X 49 X 76 X 76 X 58 X 67 X 72 X 89 X 76 X 67 X +USW00023188197403WT01-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197403WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197403WT08 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 +USW00023188197403WT16-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 +USW00023188197404TMAX 194 0 183 0 189 0 250 0 267 0 194 0 233 0 206 0 183 0 183 0 206 0 206 0 194 0 239 0 217 0 211 0 194 0 194 0 189 0 189 0 217 0 211 0 189 0 206 0 183 0 194 0 211 0 206 0 211 0 222 0-9999 +USW00023188197404TMIN 122 0 144 0 122 0 106 0 122 0 128 0 128 0 139 0 133 0 122 0 111 0 122 0 128 0 122 0 117 0 133 0 133 0 133 0 122 0 122 0 122 0 144 0 139 0 133 0 122 0 111 0 117 0 128 0 139 0 144 0-9999 +USW00023188197404PRCP 3 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197404ACMH 80 X 70 X 20 X 0 X 0 X 0 X 40 X 90 X 70 X 10 X 0 X 0 X 30 X 20 X 20 X 40 X 60 X 80 X 40 X 20 X 0 X 80 X 90 X 40 X 10 X 60 X 10 X 30 X 20 X 50 X-9999 +USW00023188197404ACSH 100 X 80 X 30 X 0 X 0 X 0 X 60 X 90 X 60 X 0 X 0 X 0 X 10 X 20 X 10 X 20 X 40 X 80 X 40 X 40 X 0 X 70 X 80 X 30 X 20 X 60 X 0 X 20 X 30 X 20 X-9999 +USW00023188197404PGTM 2324 X 0254 X 1524 X 1436 X 1300 X 1418 X 1506 X 1112 X 1248 X 1448 X 1412 X 1206 X 1206 X 1400 X 1342 X 1418 X 1418 X 1406 X 1430 X 1506 X 1136 X 1312 X 1442 X 1448 X 1448 X 1500 X 1354 X 1148 X 1600 X 1530 X-9999 +USW00023188197404PSUN 74 X 69 X 84 X 100 X 100 X 100 X 86 X 67 X 61 X 100 X 100 X 100 X 95 X 84 X 95 X 89 X 75 X 33 X 87 X 82 X 100 X 84 X 50 X 98 X 98 X 79 X 100 X 85 X 75 X 81 X-9999 +USW00023188197404TSUN 558 X 522 X 636 X 756 X 762 X 762 X 654 X 516 X 468 X 768 X 774 X 774 X 738 X 654 X 738 X 690 X 588 X 258 X 678 X 648 X 792 X 672 X 396 X 780 X 780 X 630 X 804 X 684 X 606 X 654 X-9999 +USW00023188197404WDFG 270W X 270W X 270W X 315W X 315W X 225W X 225W X 180W X 270W X 270W X 270W X 180W X 225W X 315W X 315W X 315W X 315W X 270W X 270W X 225W X 270W X 270W X 270W X 315W X 270W X 315W X 315W X 225W X 270W X 225W X-9999 +USW00023188197404WDFM 225W X 270W X 270W X 270W X 315W X 225W X 225W X 315W X 315W X 270W X 270W X 180W X 225W X 315W X 315W X 315W X 315W X 270W X 270W X 180W X 315W X 315W X 270W X 315W X 315W X 270W X 315W X 225W X 315W X 225W X-9999 +USW00023188197404WSFG 87 X 123 X 93 X 93 X 103 X 77 X 62 X 67 X 134 X 103 X 77 X 57 X 67 X 103 X 82 X 77 X 82 X 93 X 82 X 72 X 93 X 98 X 93 X 113 X 103 X 103 X 77 X 72 X 77 X 72 X-9999 +USW00023188197404WSFM 67 X 89 X 76 X 89 X 94 X 45 X 45 X 49 X 116 X 89 X 72 X 40 X 40 X 89 X 63 X 58 X 63 X 72 X 54 X 54 X 76 X 80 X 54 X 85 X 76 X 72 X 58 X 54 X 49 X 49 X-9999 +USW00023188197404WT01 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197404WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197404WT08-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188197404WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197405TMAX 200 0 178 0 189 0 183 0 183 0 211 0 211 0 183 0 189 0 200 0 200 0 183 0 194 0 189 0 194 0 183 0 189 0 189 0 189 0 217 0 228 0 233 0 206 0 211 0 244 0 239 0 194 0 206 0 211 0 194 0 189 0 +USW00023188197405TMIN 144 0 139 0 144 0 139 0 144 0 150 0 161 0 150 0 150 0 150 0 156 0 156 0 150 0 150 0 150 0 144 0 144 0 133 0 133 0 117 0 133 0 144 0 150 0 144 0 150 0 167 0 150 0 156 0 156 0 156 0 156 0 +USW00023188197405PRCP 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 3 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 +USW00023188197405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197405ACMH 80 X 90 X 90 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 50 X 100 X 100 X 90 X 100 X 90 X 70 X 70 X 50 X 0 X 40 X 40 X 60 X 30 X 30 X 40 X 90 X 80 X 90 X 90 X 100 X +USW00023188197405ACSH 60 X 90 X 70 X 100 X 100 X 90 X 90 X 100 X 100 X 100 X 40 X 100 X 100 X 80 X 100 X 80 X 50 X 80 X 50 X 0 X 40 X 30 X 70 X 30 X 30 X 30 X 90 X 70 X 80 X 80 X 100 X +USW00023188197405PGTM 1442 X 1330 X 1312 X 1300 X 1024 X 1330 X 1418 X 1612 X 1542 X 1330 X 1418 X 1442 X 1242 X 1106 X 1324 X 1224 X 1042 X 1542 X 0918 X 1442 X 1200 X 1442 X 1224 X 1006 X 1112 X 1424 X 0848 X 0948 X 1518 X 1130 X 1318 X +USW00023188197405PSUN 59 X 40 X 67 X 3 X 4 X 39 X 26 X 5 X 0 X 29 X 85 X 2 X 35 X 45 X 35 X 57 X 66 X 79 X 76 X 100 X 79 X 84 X 48 X 84 X 84 X 81 X 37 X 50 X 55 X 43 X 5 X +USW00023188197405TSUN 474 X 330 X 546 X 24 X 36 X 318 X 216 X 36 X 0 X 240 X 702 X 12 X 288 X 372 X 294 X 474 X 552 X 660 X 636 X 840 X 660 X 702 X 402 X 702 X 708 X 684 X 312 X 420 X 462 X 360 X 48 X +USW00023188197405WDFG 225W X 225W X 225W X 270W X 270W X 315W X 270W X 225W X 270W X 225W X 180W X 225W X 225W X 180W X 180W X 225W X 180W X 270W X 270W X 315W X 315W X 315W X 180W X 225W X 270W X 180W X 180W X 180W X 225W X 225W X 270W X +USW00023188197405WDFM 225W X 180W X 225W X 270W X 270W X 270W X 270W X 180W X 315W X 225W X 180W X 225W X 225W X 225W X 180W X 180W X 180W X 270W X 270W X 270W X 315W X 315W X 180W X 270W X 315W X 180W X 180W X 180W X 315W X 180W X 270W X +USW00023188197405WSFG 67 X 67 X 82 X 108 X 72 X 77 X 77 X 67 X 51 X 72 X 72 X 62 X 77 X 72 X 98 X 87 X 82 X 108 X 134 X 103 X 98 X 77 X 82 X 72 X 82 X 67 X 67 X 93 X 93 X 72 X 77 X +USW00023188197405WSFM 49 X 49 X 58 X 63 X 54 X 58 X 58 X 58 X 45 X 49 X 54 X 45 X 58 X 54 X 72 X 63 X 58 X 80 X 94 X 89 X 85 X 63 X 58 X 54 X 67 X 54 X 40 X 54 X 63 X 54 X 45 X +USW00023188197405WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197405WT08 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00023188197405WT16-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X +USW00023188197406TMAX 211 0 206 0 211 0 206 0 194 0 189 0 194 0 217 0 228 0 217 0 206 0 211 0 217 0 228 0 256 0 222 0 222 0 222 0 228 0 228 0 217 0 211 0 217 0 233 0 267 0 250 0 278 0 272 0 233 0 217 0-9999 +USW00023188197406TMIN 161 0 167 0 161 0 156 0 156 0 156 0 156 0 161 0 161 0 167 0 161 0 161 0 161 0 172 0 167 0 172 0 156 0 156 0 150 0 156 0 161 0 156 0 161 0 172 0 178 0 189 0 189 0 178 0 178 0 167 0-9999 +USW00023188197406PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0T 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197406ACMH 70 X 100 X 80 X 100 X 100 X 100 X 100 X 50 X 30 X 100 X 100 X 90 X 80 X 50 X 10 X 20 X 20 X 10 X 10 X 10 X 50 X 60 X 50 X 40 X 30 X 20 X 0 X 0 X 50 X 60 X-9999 +USW00023188197406ACSH 40 X 100 X 70 X 90 X 100 X 100 X 100 X 50 X 30 X 100 X 100 X 90 X 70 X 50 X 20 X 10 X 10 X 0 X 10 X 0 X 20 X 40 X 50 X 40 X 30 X 30 X 0 X 0 X 30 X 40 X-9999 +USW00023188197406PGTM 1412 X 1342 X 1512 X 1636 X 1342 X 2306 X 1506 X 1318 X 1154 X 1224 X 1318 X 1430 X 1448 X 1324 X 1306 X 1036 X 1318 X 1518 X 1324 X 1330 X 1406 X 1200 X 1542 X 1612 X 0906 X 1648 X 1418 X 1512 X 1506 X 1330 X-9999 +USW00023188197406PSUN 75 X 21 X 46 X 17 X 11 X 0 X 0 X 76 X 78 X 12 X 3 X 31 X 46 X 72 X 90 X 93 X 93 X 100 X 100 X 100 X 80 X 77 X 68 X 62 X 72 X 76 X 100 X 100 X 77 X 72 X-9999 +USW00023188197406TSUN 636 X 180 X 396 X 144 X 96 X 0 X 0 X 648 X 672 X 102 X 24 X 270 X 390 X 618 X 768 X 798 X 798 X 858 X 858 X 858 X 690 X 660 X 582 X 528 X 618 X 654 X 858 X 858 X 660 X 612 X-9999 +USW00023188197406WDFG 315W X 270W X 270W X 225W X 180W X 180W X 180W X 225W X 270W X 270W X 270W X 270W X 270W X 315W X 315W X 270W X 270W X 270W X 315W X 315W X 315W X 270W X 270W X 180W X 135W X 315W X 270W X 315W X 225W X 225W X-9999 +USW00023188197406WDFM 315W X 270W X 270W X 225W X 180W X 180W X 180W X 225W X 270W X 270W X 270W X 270W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X-9999 +USW00023188197406WSFG 82 X 82 X 72 X 72 X 67 X 72 X 87 X 77 X 87 X 77 X 67 X 82 X 93 X 98 X 98 X 87 X 93 X 103 X 108 X 82 X 77 X 87 X 77 X 67 X 77 X 72 X 93 X 72 X 72 X 82 X-9999 +USW00023188197406WSFM 58 X 54 X 54 X 49 X 49 X 49 X 67 X 54 X 63 X 58 X 54 X 58 X 63 X 76 X 89 X 76 X 76 X 89 X 89 X 76 X 63 X 63 X 67 X 49 X 45 X 63 X 76 X 58 X 49 X 49 X-9999 +USW00023188197406WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00023188197406WT08-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188197406WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197407TMAX 217 0 222 0 228 0 233 0 228 0 217 0 222 0 217 0 233 0 233 0 228 0 239 0 233 0 233 0 250 0 278 0 267 0 261 0 294 0 300 0 278 0 244 0 294 0 261 0 278 0 256 0 250 0 244 0 239 0 233 0 250 0 +USW00023188197407TMIN 167 0 167 0 172 0 178 0 172 0 167 0 178 0 172 0 167 0 178 0 178 0 167 0 194 0 194 0 183 0 194 0 194 0 183 0 217 0 228 0 200 0 200 0 206 0 217 0 217 0 211 0 206 0 200 0 200 0 194 0 200 0 +USW00023188197407PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0 0 +USW00023188197407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197407ACMH 70 X 60 X 30 X 60 X 50 X 80 X 50 X 40 X 30 X 70 X 30 X 40 X 80 X 80 X 40 X 0 X 20 X 60 X 80 X 40 X 50 X 70 X 30 X 20 X 0 X 20 X 60 X 70 X 90 X 80 X 80 X +USW00023188197407ACSH 60 X 40 X 30 X 30 X 40 X 60 X 40 X 40 X 10 X 70 X 30 X 30 X 90 X 90 X 40 X 0 X 10 X 50 X 70 X 40 X 50 X 60 X 50 X 10 X 0 X 20 X 40 X 90 X 100 X 100 X 90 X +USW00023188197407PGTM 1200 X 1136 X 1300 X 1248 X 1424 X 1254 X 1448 X 1300 X 1612 X 1318 X 1524 X 1536 X 1330 X 1718 X 0706 X 1500 X 1412 X 1506 X 1248 X 1406 X 1400 X 1342 X 1330 X 1342 X 1212 X 1318 X 1106 X 1100 X 1418 X 1600 X 1512 X +USW00023188197407PSUN 55 X 63 X 75 X 76 X 70 X 45 X 69 X 71 X 93 X 43 X 77 X 82 X 47 X 21 X 68 X 100 X 90 X 70 X 65 X 98 X 85 X 62 X 76 X 100 X 100 X 89 X 83 X 28 X 12 X 26 X 37 X +USW00023188197407TSUN 474 X 540 X 636 X 654 X 600 X 384 X 582 X 606 X 792 X 366 X 654 X 696 X 396 X 174 X 576 X 846 X 762 X 588 X 546 X 822 X 720 X 516 X 642 X 834 X 834 X 744 X 690 X 234 X 96 X 216 X 306 X +USW00023188197407WDFG 225W X 180W X 270W X 270W X 270W X 225W X 225W X 225W X 270W X 270W X 225W X 225W X 360W X 225W X 225W X 315W X 270W X 180W X 270W X 315W X 315W X 180W X 270W X 180W X 270W X 270W X 270W X 180W X 180W X 225W X 225W X +USW00023188197407WDFM 225W X 180W X 315W X 270W X 315W X 180W X 225W X 225W X 270W X 270W X 225W X 225W X 270W X 315W X 225W X 270W X 315W X 180W X 180W X 315W X 270W X 180W X 315W X 180W X 270W X 270W X 270W X 180W X 180W X 180W X 270W X +USW00023188197407WSFG 72 X 72 X 77 X 103 X 82 X 72 X 67 X 82 X 82 X 103 X 72 X 72 X 72 X 67 X 82 X 72 X 82 X 77 X 67 X 82 X 77 X 72 X 77 X 67 X 77 X 93 X 93 X 67 X 67 X 67 X 62 X +USW00023188197407WSFM 49 X 49 X 63 X 89 X 67 X 45 X 54 X 49 X 67 X 76 X 54 X 58 X 54 X 45 X 49 X 58 X 63 X 54 X 49 X 67 X 54 X 49 X 63 X 54 X 63 X 80 X 76 X 49 X 49 X 40 X 45 X +USW00023188197407WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197407WT08 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00023188197407WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188197408TMAX 228 0 250 0 250 0 244 0 250 0 244 0 244 0 228 0 233 0 239 0 239 0 244 0 239 0 239 0 239 0 233 0 239 0 233 0 228 0 228 0 228 0 228 0 239 0 239 0 250 0 250 0 244 0 233 0 239 0 233 0 239 0 +USW00023188197408TMIN 200 0 200 0 200 0 206 0 206 0 200 0 194 0 183 0 183 0 189 0 194 0 194 0 194 0 189 0 183 0 178 0 167 0 178 0 178 0 183 0 178 0 189 0 183 0 178 0 178 0 189 0 172 0 167 0 172 0 161 0 178 0 +USW00023188197408PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197408ACMH 100 X 80 X 100 X 80 X 60 X 50 X 80 X 80 X 50 X 70 X 100 X 80 X 60 X 50 X 50 X 40 X 50 X 70 X 80 X 70 X 70 X 100 X 80 X 70 X 50 X 40 X 40 X 40 X 30 X 30 X 40 X +USW00023188197408ACSH 100 X 90 X 100 X 80 X 40 X 20 X 60 X 70 X 40 X 50 X 100 X 60 X 30 X 30 X 30 X 30 X 40 X 50 X 70 X 50 X 60 X 100 X 70 X 50 X 50 X 30 X 20 X 20 X 20 X 30 X 40 X +USW00023188197408PGTM 1148 X 1518 X 1154 X 1436 X 1436 X 1142 X 1330 X 1324 X 1454 X 1218 X 1218 X 1354 X 1500 X 1442 X 1312 X 1324 X 1518 X 1454 X 0924 X 0930 X 1318 X 1412 X 1248 X 1654 X 1448 X 1436 X 1248 X 1342 X 1500 X 1254 X 1418 X +USW00023188197408PSUN 0 X 56 X 8 X 33 X 60 X 88 X 48 X 49 X 71 X 54 X 15 X 45 X 69 X 72 X 73 X 77 X 74 X 69 X 46 X 63 X 48 X 1 X 62 X 62 X 75 X 77 X 81 X 84 X 85 X 74 X 76 X +USW00023188197408TSUN 0 X 462 X 72 X 270 X 492 X 720 X 396 X 402 X 576 X 438 X 126 X 366 X 552 X 582 X 588 X 618 X 594 X 546 X 366 X 498 X 384 X 6 X 486 X 486 X 588 X 600 X 630 X 648 X 660 X 570 X 588 X +USW00023188197408WDFG 225W X 225W X 225W X 270W X 270W X 315W X 225W X 180W X 225W X 315W X 315W X 225W X 270W X 315W X 270W X 315W X 315W X 225W X 180W X 135W X 225W X 270W X 270W X 315W X 315W X 270W X 270W X 270W X 270W X 270W X 315W X +USW00023188197408WDFM 225W X 180W X 270W X 315W X 270W X 315W X 225W X 180W X 225W X 225W X 270W X 270W X 315W X 270W X 270W X 315W X 315W X 225W X 180W X 180W X 225W X 315W X 315W X 315W X 270W X 270W X 315W X 270W X 315W X 270W X 315W X +USW00023188197408WSFG 72 X 72 X 72 X 87 X 82 X 72 X 77 X 87 X 82 X 82 X 82 X 93 X 98 X 93 X 87 X 87 X 77 X 67 X 93 X 98 X 72 X 72 X 77 X 72 X 93 X 82 X 82 X 87 X 72 X 87 X 77 X +USW00023188197408WSFM 45 X 49 X 58 X 72 X 67 X 49 X 49 X 49 X 54 X 54 X 67 X 58 X 76 X 54 X 63 X 63 X 58 X 40 X 54 X 72 X 49 X 54 X 58 X 54 X 72 X 76 X 67 X 67 X 54 X 63 X 63 X +USW00023188197408WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197408WT08 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X +USW00023188197408WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197409TMAX 244 0 289 0 256 0 250 0 272 0 256 0 261 0 256 0 250 0 244 0 233 0 228 0 239 0 239 0 239 0 239 0 222 0 228 0 233 0 228 0 244 0 267 0 239 0 211 0 228 0 200 0 206 0 228 0 228 0 228 0-9999 +USW00023188197409TMIN 178 0 194 0 200 0 183 0 189 0 206 0 200 0 194 0 194 0 189 0 189 0 189 0 189 0 183 0 178 0 183 0 189 0 183 0 183 0 183 0 178 0 172 0 183 0 189 0 189 0 183 0 178 0 161 0 178 0 172 0-9999 +USW00023188197409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00023188197409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197409ACMH 60 X 80 X 10 X 30 X 30 X 50 X 20 X 10 X 50 X 70 X 90 X 70 X 40 X 50 X 40 X 50 X 90 X 60 X 70 X 90 X 70 X 60 X 60 X 100 X 100 X 100 X 90 X 40 X 80 X 90 X-9999 +USW00023188197409ACSH 50 X 80 X 0 X 30 X 30 X 40 X 20 X 10 X 40 X 50 X 70 X 60 X 20 X 30 X 30 X 30 X 80 X 40 X 50 X 90 X 60 X 30 X 40 X 100 X 100 X 100 X 100 X 30 X 70 X 80 X-9999 +USW00023188197409PGTM 1236 X 1600 X 1318 X 1400 X 1300 X 0900 X 1548 X 1412 X 1312 X 1142 X 1300 X 1206 X 1412 X 1318 X 1448 X 1218 X 1618 X 1218 X 1330 X 1142 X 1348 X 1136 X 1306 X 0754 X 1224 X 1400 X 0848 X 1212 X 1318 X 1306 X-9999 +USW00023188197409PSUN 82 X 61 X 95 X 77 X 75 X 64 X 100 X 98 X 68 X 63 X 37 X 53 X 80 X 67 X 71 X 66 X 35 X 67 X 60 X 43 X 45 X 75 X 78 X 1 X 12 X 0 X 13 X 95 X 74 X 41 X-9999 +USW00023188197409TSUN 636 X 468 X 726 X 588 X 570 X 486 X 762 X 744 X 516 X 474 X 282 X 396 X 600 X 498 X 528 X 492 X 258 X 498 X 444 X 318 X 330 X 546 X 564 X 6 X 84 X 0 X 90 X 684 X 528 X 294 X-9999 +USW00023188197409WDFG 270W X 315W X 315W X 180W X 315W X 180W X 315W X 270W X 225W X 270W X 180W X 225W X 315W X 270W X 270W X 270W X 315W X 270W X 270W X 270W X 270W X 315W X 315W X 180W X 315W X 270W X 180W X 270W X 315W X 270W X-9999 +USW00023188197409WDFM 225W X 315W X 270W X 180W X 315W X 225W X 315W X 315W X 225W X 225W X 180W X 225W X 270W X 315W X 315W X 270W X 315W X 270W X 270W X 270W X 315W X 315W X 270W X 180W X 315W X 270W X 180W X 315W X 270W X 270W X-9999 +USW00023188197409WSFG 67 X 72 X 67 X 72 X 72 X 72 X 67 X 72 X 62 X 62 X 82 X 72 X 87 X 93 X 87 X 82 X 82 X 77 X 67 X 67 X 82 X 77 X 82 X 72 X 87 X 67 X 87 X 72 X 87 X 82 X-9999 +USW00023188197409WSFM 49 X 58 X 58 X 58 X 58 X 49 X 49 X 45 X 45 X 45 X 49 X 45 X 72 X 76 X 76 X 67 X 63 X 54 X 45 X 45 X 76 X 67 X 67 X 49 X 72 X 45 X 49 X 58 X 72 X 67 X-9999 +USW00023188197409WT01-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197409WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197409WT08 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00023188197409WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197410TMAX 211 0 233 0 233 0 211 0 222 0 222 0 211 0 211 0 222 0 222 0 222 0 228 0 228 0 228 0 306 0 333 0 300 0 233 0 222 0 211 0 211 0 200 0 211 0 222 0 217 0 211 0 211 0 189 0 183 0 200 0 200 0 +USW00023188197410TMIN 183 0 183 0 172 0 178 0 172 0 172 0 183 0 178 0 172 0 167 0 167 0 167 0 172 0 161 0 144 0 167 0 167 0 144 0 144 0 172 0 156 0 150 0 156 0 156 0 150 0 167 0 161 0 150 0 122 0 139 0 122 0 +USW00023188197410PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 152 0 109 0 0T 0 0 0 +USW00023188197410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197410ACMH 100 X 60 X 50 X 100 X 40 X 70 X 100 X 90 X 50 X 60 X 60 X 60 X 50 X 40 X 0 X 20 X 40 X 90 X 70 X 100 X 50 X 100 X 100 X 0 X 80 X 80 X 80 X 90 X 80 X 30 X 80 X +USW00023188197410ACSH 100 X 50 X 30 X 100 X 20 X 60 X 100 X 100 X 30 X 80 X 70 X 40 X 50 X 20 X 0 X 20 X 20 X 100 X 60 X 100 X 50 X 100 X 100 X 0 X 100 X 80 X 70 X 100 X 80 X 0 X 80 X +USW00023188197410PGTM 1554 X 1212 X 1136 X 1512 X 1218 X 1312 X 1342 X 1636 X 1342 X 1218 X 1354 X 1148 X 1336 X 1442 X 1254 X 1318 X 1354 X 1248 X 1206 X 1306 X 1300 X 1406 X 1348 X 1312 X 1636 X 1348 X 0948 X 2054 X 0230 X 1600 X 1324 X +USW00023188197410PSUN 3 X 63 X 69 X 8 X 95 X 57 X 0 X 0 X 82 X 59 X 17 X 62 X 53 X 88 X 100 X 97 X 100 X 43 X 51 X 18 X 49 X 1 X 11 X 92 X 11 X 37 X 52 X 8 X 39 X 96 X 66 X +USW00023188197410TSUN 24 X 444 X 486 X 60 X 666 X 402 X 0 X 0 X 570 X 408 X 120 X 426 X 366 X 600 X 684 X 666 X 678 X 294 X 348 X 120 X 330 X 6 X 72 X 612 X 72 X 246 X 342 X 54 X 258 X 630 X 432 X +USW00023188197410WDFG 270W X 315W X 270W X 270W X 270W X 270W X 270W X 315W X 315W X 225W X 225W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 270W X 315W X 270W X 270W X 270W X 270W X 270W X +USW00023188197410WDFM 315W X 270W X 315W X 270W X 225W X 270W X 270W X 315W X 270W X 315W X 225W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 270W X 315W X 225W X 270W X 270W X 270W X 270W X +USW00023188197410WSFG 62 X 82 X 87 X 67 X 72 X 87 X 67 X 72 X 103 X 82 X 72 X 87 X 87 X 82 X 93 X 82 X 62 X 87 X 72 X 67 X 72 X 72 X 98 X 98 X 82 X 87 X 72 X 139 X 154 X 72 X 82 X +USW00023188197410WSFM 49 X 67 X 72 X 40 X 45 X 54 X 54 X 58 X 76 X 58 X 49 X 63 X 63 X 63 X 76 X 72 X 49 X 72 X 58 X 45 X 49 X 45 X 76 X 76 X 63 X 72 X 45 X 98 X 125 X 45 X 49 X +USW00023188197410WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188197410WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197410WT08 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197410WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188197411TMAX 189 0 189 0 200 0 206 0 200 0 228 0 250 0 206 0 228 0 261 0 300 0 328 0 272 0 206 0 183 0 183 0 194 0 189 0 200 0 217 0 178 0 189 0 222 0 272 0 228 0 200 0 183 0 178 0 217 0 200 0-9999 +USW00023188197411TMIN 139 0 117 0 122 0 111 0 117 0 106 0 106 0 117 0 111 0 117 0 122 0 133 0 139 0 133 0 144 0 150 0 144 0 133 0 144 0 122 0 144 0 133 0 100 0 94 0 100 0 78 0 100 0 111 0 83 0 94 0-9999 +USW00023188197411PRCP 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197411ACMH 80 X 30 X 10 X 40 X 30 X 0 X 0 X 10 X 0 X 0 X 20 X 20 X 60 X 60 X 90 X 100 X 80 X 80 X 40 X 60 X 100 X 50 X 0 X 0 X 10 X 0 X 70 X 40 X 40 X 90 X-9999 +USW00023188197411ACSH 70 X 30 X 10 X 60 X 10 X 0 X 0 X 20 X 0 X 0 X 10 X 40 X 90 X 60 X 80 X 100 X 80 X 80 X 30 X 70 X 100 X 60 X 0 X 0 X 20 X 0 X 30 X 30 X 50 X 100 X-9999 +USW00023188197411PGTM 2200 X 1312 X 1548 X 1406 X 1318 X 1206 X 1454 X 1336 X 1524 X 1348 X 1406 X 1424 X 1424 X 1442 X 2112 X 1406 X 1636 X 1442 X 1306 X 1124 X 1248 X 1318 X 1506 X 1354 X 0142 X 1306 X 1024 X 1330 X 1424 X 1448 X-9999 +USW00023188197411PSUN 42 X 76 X 94 X 94 X 86 X 100 X 100 X 100 X 97 X 100 X 100 X 100 X 90 X 71 X 47 X 10 X 29 X 12 X 63 X 73 X 1 X 67 X 100 X 100 X 100 X 100 X 78 X 72 X 83 X 8 X-9999 +USW00023188197411TSUN 276 X 492 X 606 X 612 X 558 X 642 X 642 X 642 X 624 X 636 X 636 X 636 X 570 X 444 X 300 X 60 X 180 X 72 X 390 X 456 X 6 X 414 X 618 X 618 X 618 X 618 X 480 X 438 X 510 X 48 X-9999 +USW00023188197411WDFG 270W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 270W X 270W X 315W X 180W X 225W X 270W X 225W X 270W X 270W X 270W X 315W X 315W X 315W X 315W X 270W X 270W X 225W X 270W X 315W X-9999 +USW00023188197411WDFM 270W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X 180W X 225W X 315W X 225W X 270W X 225W X 270W X 315W X 315W X 315W X 270W X 270W X 270W X 225W X 270W X 315W X-9999 +USW00023188197411WSFG 118 X 103 X 72 X 98 X 87 X 82 X 82 X 72 X 82 X 67 X 77 X 67 X 46 X 103 X 62 X 67 X 57 X 57 X 62 X 62 X 67 X 72 X 62 X 82 X 57 X 72 X 62 X 51 X 72 X 62 X-9999 +USW00023188197411WSFM 85 X 54 X 63 X 76 X 72 X 72 X 67 X 54 X 67 X 58 X 67 X 54 X 36 X 80 X 36 X 36 X 45 X 40 X 40 X 49 X 58 X 54 X 54 X 67 X 45 X 58 X 58 X 36 X 58 X 58 X-9999 +USW00023188197411WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188197411WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188197411WT08-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188197411WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197412TMAX 189 0 178 0 178 0 183 0 183 0 194 0 211 0 233 0 211 0 178 0 172 0 189 0 183 0 211 0 217 0 250 0 211 0 222 0 194 0 211 0 194 0 172 0 150 0 167 0 156 0 156 0 167 0 150 0 172 0 150 0 172 0 +USW00023188197412TMIN 94 0 100 0 111 0 150 0 128 0 94 0 89 0 89 0 100 0 72 0 67 0 78 0 83 0 78 0 78 0 94 0 111 0 94 0 89 0 72 0 67 0 106 0 61 0 33 0 22 0 44 0 44 0 83 0 89 0 56 0 83 0 +USW00023188197412PRCP 0 0 0 0 0 0 363 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 124 0 0 0 0T 0 +USW00023188197412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197412ACMH 40 X 50 X 100 X 90 X 30 X 10 X 0 X 0 X 0 X 30 X 10 X 10 X 40 X 10 X 60 X 10 X 40 X 20 X 70 X 60 X 50 X 60 X 0 X 0 X 0 X 30 X 40 X 80 X 60 X 50 X 50 X +USW00023188197412ACSH 30 X 50 X 100 X 90 X 30 X 0 X 0 X 0 X 0 X 60 X 20 X 0 X 40 X 10 X 100 X 20 X 30 X 10 X 100 X 80 X 40 X 80 X 0 X 0 X 0 X 30 X 40 X 70 X 70 X 50 X 60 X +USW00023188197412PGTM 1324 X 1306 X 1242 X 1042 X 1430 X 1336 X 1500 X 1336 X 1554 X 1512 X 1354 X 1518 X 1324 X 1542 X 1330 X 1430 X 1612 X 1436 X 1206 X 1112 X 1442 X 2054 X 1500 X 1436 X 1454 X 0300 X 2318 X 0554 X 0112 X 2324 X 1318 X +USW00023188197412PSUN 73 X 96 X 27 X 27 X 85 X 100 X 100 X 100 X 100 X 100 X 100 X 97 X 72 X 97 X 96 X 99 X 93 X 97 X 79 X 87 X 91 X 68 X 100 X 100 X 100 X 88 X 100 X 69 X 72 X 80 X 99 X +USW00023188197412TSUN 444 X 582 X 162 X 162 X 516 X 606 X 606 X 606 X 606 X 606 X 600 X 582 X 432 X 582 X 576 X 594 X 558 X 582 X 474 X 522 X 546 X 408 X 600 X 600 X 600 X 528 X 600 X 414 X 432 X 480 X 594 X +USW00023188197412WDFG 315W X 270W X 180W X 225W X 270W X 315W X 315W X 45W X 315W X 270W X 270W X 315W X 270W X 270W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 270W X 315W X 360W X 315W X 45W X 90W X 135W X 135W X 90W X 225W X +USW00023188197412WDFM 315W X 270W X 180W X 135W X 270W X 315W X 315W X 45W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 270W X 90W X 135W X 225W X +USW00023188197412WSFG 82 X 67 X 77 X 118 X 62 X 67 X 57 X 103 X 93 X 46 X 67 X 82 X 67 X 82 X 72 X 62 X 51 X 72 X 57 X 67 X 67 X 134 X 113 X 103 X 67 X 57 X 67 X 118 X 113 X 93 X 108 X +USW00023188197412WSFM 67 X 45 X 36 X 76 X 40 X 63 X 45 X 76 X 76 X 36 X 58 X 67 X 58 X 67 X 58 X 49 X 40 X 63 X 49 X 58 X 63 X 112 X 85 X 76 X 63 X 45 X 58 X 103 X 58 X 49 X 76 X +USW00023188197412WT01-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197412WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197412WT08 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197412WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X +USW00023188197501TMAX 167 0 167 0 167 0 172 0 217 0 189 0 167 0 161 0 161 0 156 0 183 0 228 0 250 0 278 0 211 0 183 0 217 0 183 0 267 0 239 0 161 0 211 0 222 0 228 0 183 0 183 0 156 0 144 0 144 0 100 0 139 0 +USW00023188197501TMIN 56 0 72 0 44 0 50 0 61 0 67 0 122 0 133 0 100 0 78 0 78 0 78 0 72 0 89 0 83 0 83 0 72 0 94 0 89 0 94 0 72 0 78 0 78 0 83 0 83 0 78 0 111 0 78 0 56 0 61 0 61 0 +USW00023188197501PRCP 0 0 0 0 0 0 0 0 0 0 5 0 20 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 97 0 0T 0 +USW00023188197501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197501ACMH 0 X 10 X 10 X 0 X 10 X 70 X 90 X 90 X 90 X 70 X 50 X 0 X 0 X 0 X 10 X 70 X 10 X 50 X 0 X 20 X 50 X 10 X 20 X 0 X 20 X 70 X 70 X 10 X 30 X 80 X 30 X +USW00023188197501ACSH 0 X 10 X 10 X 10 X 30 X 80 X 100 X 100 X 90 X 80 X 90 X 0 X 0 X 0 X 10 X 70 X 10 X 60 X 0 X 30 X 60 X 30 X 20 X 0 X 0 X 50 X 90 X 10 X 60 X 100 X 40 X +USW00023188197501PGTM 1518 X 1318 X 1524 X 1312 X 1548 X 2318 X 0400 X 2206 X 0130 X 1218 X 1224 X 1136 X 1254 X 1536 X 1542 X 1306 X 1542 X 1536 X 1348 X 1400 X 1400 X 1542 X 1524 X 1412 X 1430 X 2336 X 1636 X 0048 X 1424 X 1612 X 1442 X +USW00023188197501PSUN 100 X 99 X 100 X 100 X 100 X 95 X 59 X 44 X 78 X 94 X 100 X 100 X 100 X 100 X 100 X 90 X 96 X 96 X 100 X 91 X 74 X 98 X 96 X 100 X 100 X 74 X 55 X 100 X 91 X 0 X 95 X +USW00023188197501TSUN 606 X 600 X 606 X 606 X 606 X 576 X 360 X 264 X 474 X 576 X 612 X 612 X 612 X 612 X 612 X 558 X 594 X 594 X 618 X 558 X 462 X 612 X 600 X 624 X 630 X 468 X 348 X 630 X 576 X 0 X 606 X +USW00023188197501WDFG 270W X 225W X 270W X 315W X 315W X 135W X 270W X 270W X 270W X 225W X 315W X 225W X 315W X 315W X 180W X 180W X 315W X 180W X 315W X 180W X 225W X 315W X 315W X 270W X 315W X 180W X 225W X 270W X 180W X 90W X 225W X +USW00023188197501WDFM 270W X 315W X 315W X 315W X 315W X 270W X 270W X 270W X 270W X 180W X 315W X 225W X 315W X 315W X 180W X 315W X 315W X 180W X 315W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 180W X 90W X 225W X +USW00023188197501WSFG 67 X 67 X 72 X 67 X 108 X 57 X 57 X 118 X 123 X 67 X 77 X 57 X 57 X 51 X 67 X 62 X 57 X 82 X 77 X 57 X 57 X 72 X 87 X 57 X 57 X 67 X 108 X 87 X 57 X 67 X 67 X +USW00023188197501WSFM 54 X 58 X 63 X 49 X 80 X 40 X 40 X 94 X 94 X 40 X 63 X 45 X 54 X 49 X 36 X 45 X 54 X 40 X 58 X 31 X 45 X 58 X 76 X 49 X 49 X 58 X 89 X 72 X 40 X 45 X 54 X +USW00023188197501WT01-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197501WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197501WT08-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197501WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188197502TMAX 167 0 167 0 161 0 161 0 178 0 200 0 167 0 172 0 156 0 178 0 178 0 183 0 161 0 167 0 161 0 156 0 167 0 183 0 189 0 167 0 183 0 172 0 211 0 228 0 194 0 178 0 172 0 178 0-9999 -9999 -9999 +USW00023188197502TMIN 56 0 56 0 94 0 111 0 122 0 94 0 122 0 128 0 122 0 128 0 100 0 89 0 117 0 128 0 100 0 78 0 78 0 61 0 61 0 94 0 106 0 56 0 61 0 72 0 94 0 117 0 94 0 100 0-9999 -9999 -9999 +USW00023188197502PRCP 0 0 0 0 58 0 25 0 20 0 0 0 0 0 0 0 79 0 56 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00023188197502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197502ACMH 0 X 40 X 80 X 90 X 90 X 70 X 80 X 80 X 100 X 70 X 0 X 90 X 100 X 80 X 10 X 50 X 10 X 20 X 30 X 90 X 30 X 10 X 0 X 30 X 60 X 40 X 90 X 70 X-9999 -9999 -9999 +USW00023188197502ACSH 0 X 40 X 90 X 90 X 90 X 60 X 90 X 60 X 100 X 70 X 0 X 100 X 100 X 90 X 0 X 60 X 0 X 40 X 50 X 90 X 20 X 10 X 0 X 20 X 50 X 20 X 100 X 40 X-9999 -9999 -9999 +USW00023188197502PGTM 1524 X 1354 X 1430 X 1330 X 1500 X 1530 X 1506 X 1318 X 1300 X 1436 X 1436 X 1500 X 1400 X 1548 X 1412 X 1242 X 1512 X 1318 X 1630 X 1336 X 2006 X 1554 X 1412 X 1248 X 1312 X 1412 X 1200 X 1148 X-9999 -9999 -9999 +USW00023188197502PSUN 100 X 94 X 25 X 46 X 62 X 86 X 23 X 57 X 2 X 67 X 100 X 62 X 2 X 36 X 100 X 58 X 100 X 100 X 84 X 29 X 71 X 100 X 100 X 100 X 76 X 83 X 68 X 68 X-9999 -9999 -9999 +USW00023188197502TSUN 636 X 600 X 162 X 294 X 396 X 558 X 150 X 372 X 12 X 438 X 654 X 408 X 12 X 234 X 660 X 384 X 666 X 666 X 564 X 192 X 480 X 678 X 678 X 678 X 522 X 564 X 462 X 468 X-9999 -9999 -9999 +USW00023188197502WDFG 315W X 270W X 225W X 270W X 270W X 270W X 315W X 270W X 180W X 270W X 315W X 270W X 270W X 225W X 315W X 225W X 270W X 315W X 315W X 180W X 45W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X-9999 -9999 -9999 +USW00023188197502WDFM 315W X 270W X 135W X 225W X 270W X 315W X 315W X 270W X 135W X 315W X 315W X 315W X 270W X 270W X 270W X 225W X 315W X 270W X 315W X 180W X 360W X 315W X 270W X 315W X 225W X 315W X 315W X 315W X-9999 -9999 -9999 +USW00023188197502WSFG 87 X 67 X 103 X 93 X 72 X 77 X 77 X 77 X 108 X 87 X 93 X 87 X 87 X 98 X 93 X 108 X 98 X 72 X 82 X 82 X 118 X 103 X 77 X 67 X 57 X 67 X 67 X 62 X-9999 -9999 -9999 +USW00023188197502WSFM 76 X 49 X 89 X 76 X 76 X 63 X 63 X 63 X 76 X 72 X 80 X 76 X 76 X 67 X 76 X 76 X 80 X 67 X 67 X 58 X 80 X 94 X 63 X 63 X 49 X 54 X 54 X 54 X-9999 -9999 -9999 +USW00023188197502WT01-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00023188197502WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188197502WT08-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188197502WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197502WT16-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188197503TMAX 194 0 178 0 167 0 189 0 156 0 172 0 189 0 178 0 156 0 150 0 139 0 178 0 172 0 156 0 167 0 167 0 183 0 200 0 200 0 178 0 172 0 172 0 183 0 206 0 178 0 167 0 172 0 178 0 189 0 217 0 150 0 +USW00023188197503TMIN 83 0 94 0 89 0 117 0 128 0 133 0 133 0 128 0 133 0 106 0 83 0 67 0 128 0 100 0 83 0 122 0 89 0 94 0 117 0 139 0 128 0 122 0 111 0 117 0 117 0 106 0 78 0 94 0 89 0 78 0 111 0 +USW00023188197503PRCP 0 0 0 0 0 0 0 0 74 0 366 0 0 0 109 0 0 0 163 0 152 0 0 0 0T 0 28 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 46 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188197503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197503ACMH 70 X 70 X 80 X 80 X 100 X 80 X 80 X 90 X 80 X 90 X 70 X 50 X 90 X 40 X 20 X 80 X 0 X 0 X 60 X 100 X 60 X 70 X 30 X 20 X 100 X 20 X 0 X 20 X 0 X 0 X 100 X +USW00023188197503ACSH 60 X 60 X 90 X 70 X 100 X 90 X 90 X 100 X 100 X 90 X 90 X 60 X 90 X 40 X 10 X 90 X 0 X 0 X 70 X 100 X 50 X 70 X 20 X 10 X 100 X 10 X 10 X 30 X 0 X 0 X 100 X +USW00023188197503PGTM 1418 X 1242 X 1154 X 1430 X 0918 X 0424 X 1254 X 1042 X 1306 X 1412 X 0748 X 1006 X 2224 X 0024 X 1548 X 1348 X 1348 X 1436 X 1400 X 1312 X 1200 X 1318 X 1630 X 1412 X 1524 X 1236 X 1324 X 1542 X 1442 X 1442 X 1300 X +USW00023188197503PSUN 65 X 70 X 87 X 56 X 5 X 44 X 69 X 39 X 26 X 14 X 25 X 89 X 75 X 81 X 100 X 48 X 100 X 100 X 86 X 56 X 84 X 53 X 100 X 100 X 29 X 100 X 100 X 84 X 100 X 100 X 21 X +USW00023188197503TSUN 450 X 486 X 606 X 390 X 36 X 312 X 486 X 270 X 186 X 96 X 180 X 636 X 534 X 576 X 720 X 342 X 720 X 726 X 624 X 408 X 612 X 390 X 732 X 738 X 216 X 738 X 744 X 624 X 744 X 750 X 156 X +USW00023188197503WDFG 270W X 270W X 315W X 270W X 225W X 135W X 180W X 225W X 270W X 135W X 225W X 180W X 225W X 225W X 225W X 270W X 315W X 270W X 315W X 270W X 225W X 315W X 315W X 315W X 270W X 270W X 180W X 315W X 315W X 315W X 225W X +USW00023188197503WDFM 315W X 315W X 270W X 315W X 225W X 135W X 180W X 180W X 270W X 225W X 225W X 270W X 225W X 225W X 225W X 270W X 315W X 270W X 315W X 225W X 270W X 270W X 315W X 315W X 270W X 315W X 180W X 315W X 315W X 270W X 225W X +USW00023188197503WSFG 123 X 67 X 67 X 72 X 129 X 139 X 113 X 129 X 87 X 149 X 108 X 82 X 82 X 134 X 72 X 103 X 82 X 77 X 67 X 72 X 87 X 113 X 87 X 87 X 129 X 129 X 98 X 103 X 108 X 108 X 103 X +USW00023188197503WSFM 94 X 58 X 58 X 63 X 112 X 112 X 80 X 85 X 63 X 76 X 76 X 54 X 72 X 116 X 49 X 89 X 76 X 67 X 54 X 58 X 54 X 89 X 76 X 72 X 98 X 94 X 63 X 89 X 98 X 89 X 72 X +USW00023188197503WT01 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00023188197503WT08 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00023188197503WT16-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00023188197504TMAX 172 0 222 0 194 0 178 0 178 0 144 0 150 0 144 0 161 0 167 0 167 0 178 0 183 0 178 0 183 0 167 0 156 0 178 0 183 0 194 0 183 0 183 0 178 0 194 0 189 0 183 0 183 0 189 0 217 0 178 0-9999 +USW00023188197504TMIN 111 0 100 0 94 0 122 0 122 0 78 0 72 0 100 0 106 0 122 0 122 0 111 0 139 0 139 0 133 0 122 0 89 0 117 0 100 0 106 0 144 0 144 0 139 0 133 0 139 0 133 0 122 0 122 0 128 0 144 0-9999 +USW00023188197504PRCP 0T 0 0 0 0 0 8 0 38 0 76 0 3 0 236 0 104 0 0 0 0T 0 0 0 0 0 0 0 0 0 13 0 28 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197504ACMH 40 X 0 X 10 X 70 X 70 X 90 X 80 X 100 X 70 X 80 X 40 X 40 X 80 X 70 X 60 X 80 X 70 X 30 X 0 X 40 X 90 X 90 X 60 X 90 X 70 X 30 X 20 X 20 X 20 X 90 X-9999 +USW00023188197504ACSH 30 X 0 X 0 X 60 X 40 X 100 X 80 X 100 X 60 X 90 X 40 X 20 X 70 X 60 X 60 X 90 X 70 X 20 X 0 X 30 X 90 X 90 X 60 X 90 X 60 X 20 X 20 X 20 X 20 X 90 X-9999 +USW00023188197504PGTM 0418 X 1524 X 1148 X 1512 X 2030 X 1118 X 1606 X 1436 X 0342 X 1148 X 1436 X 1524 X 1242 X 0918 X 1254 X 0942 X 1506 X 1448 X 1424 X 1148 X 1212 X 1530 X 1336 X 1318 X 1512 X 1318 X 1436 X 1254 X 1436 X 1500 X-9999 +USW00023188197504PSUN 81 X 100 X 100 X 76 X 76 X 34 X 73 X 6 X 40 X 36 X 83 X 95 X 47 X 62 X 62 X 38 X 55 X 82 X 100 X 97 X 49 X 42 X 62 X 33 X 73 X 91 X 88 X 82 X 86 X 29 X-9999 +USW00023188197504TSUN 612 X 756 X 756 X 576 X 576 X 258 X 558 X 48 X 306 X 276 X 642 X 732 X 366 X 486 X 480 X 294 X 432 X 642 X 786 X 762 X 390 X 336 X 492 X 264 X 582 X 726 X 708 X 660 X 690 X 234 X-9999 +USW00023188197504WDFG 225W X 315W X 315W X 225W X 225W X 225W X 270W X 135W X 135W X 270W X 225W X 225W X 225W X 180W X 270W X 315W X 225W X 225W X 270W X 315W X 225W X 225W X 225W X 270W X 270W X 315W X 270W X 270W X 270W X 180W X-9999 +USW00023188197504WDFM 270W X 315W X 315W X 225W X 270W X 225W X 315W X 180W X 180W X 225W X 225W X 225W X 225W X 180W X 315W X 315W X 270W X 225W X 315W X 315W X 225W X 270W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 180W X-9999 +USW00023188197504WSFG 98 X 98 X 93 X 77 X 93 X 134 X 134 X 164 X 123 X 77 X 87 X 77 X 77 X 77 X 82 X 87 X 108 X 82 X 93 X 77 X 82 X 72 X 82 X 93 X 129 X 118 X 93 X 77 X 62 X 67 X-9999 +USW00023188197504WSFM 67 X 85 X 76 X 54 X 72 X 107 X 89 X 121 X 76 X 54 X 54 X 49 X 54 X 49 X 63 X 76 X 76 X 58 X 72 X 58 X 54 X 54 X 63 X 58 X 94 X 103 X 54 X 54 X 54 X 54 X-9999 +USW00023188197504WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197504WT05-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197504WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188197504WT16 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197505TMAX 194 0 200 0 183 0 172 0 194 0 194 0 200 0 194 0 206 0 194 0 211 0 183 0 194 0 200 0 183 0 178 0 211 0 211 0 172 0 172 0 189 0 194 0 200 0 206 0 200 0 206 0 178 0 206 0 206 0 211 0 211 0 +USW00023188197505TMIN 144 0 139 0 139 0 133 0 122 0 106 0 122 0 139 0 133 0 128 0 133 0 128 0 144 0 144 0 150 0 139 0 150 0 161 0 144 0 128 0 122 0 128 0 144 0 144 0 144 0 144 0 144 0 156 0 156 0 156 0 156 0 +USW00023188197505PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188197505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197505ACMH 60 X 60 X 90 X 80 X 20 X 0 X 20 X 50 X 50 X 70 X 50 X 90 X 90 X 80 X 100 X 100 X 90 X 100 X 100 X 80 X 20 X 70 X 30 X 50 X 70 X 80 X 100 X 70 X 90 X 70 X 80 X +USW00023188197505ACSH 80 X 40 X 70 X 80 X 20 X 0 X 10 X 20 X 30 X 50 X 40 X 80 X 80 X 60 X 100 X 100 X 90 X 100 X 100 X 90 X 10 X 90 X 30 X 30 X 50 X 60 X 100 X 60 X 80 X 60 X 60 X +USW00023188197505PGTM 1448 X 1118 X 1542 X 0736 X 1142 X 1330 X 1336 X 1542 X 1200 X 1342 X 1306 X 1854 X 1148 X 1454 X 1224 X 0942 X 1218 X 1348 X 2312 X 0848 X 1112 X 1300 X 1148 X 1200 X 1142 X 1412 X 1318 X 1254 X 1230 X 1106 X 1506 X +USW00023188197505PSUN 46 X 65 X 46 X 51 X 88 X 100 X 91 X 83 X 76 X 64 X 81 X 47 X 53 X 56 X 17 X 15 X 32 X 22 X 0 X 26 X 86 X 46 X 84 X 77 X 72 X 60 X 8 X 65 X 48 X 65 X 51 X +USW00023188197505TSUN 372 X 528 X 372 X 414 X 720 X 816 X 750 X 684 X 624 X 528 X 666 X 390 X 438 X 462 X 144 X 126 X 264 X 180 X 0 X 222 X 720 X 390 X 702 X 648 X 612 X 510 X 66 X 546 X 402 X 552 X 432 X +USW00023188197505WDFG 225W X 270W X 225W X 270W X 225W X 270W X 315W X 225W X 315W X 270W X 315W X 180W X 180W X 315W X 225W X 180W X 225W X 315W X 225W X 225W X 180W X 270W X 270W X 270W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X +USW00023188197505WDFM 270W X 315W X 180W X 270W X 315W X 315W X 315W X 225W X 270W X 270W X 270W X 180W X 225W X 270W X 225W X 180W X 225W X 315W X 225W X 225W X 180W X 315W X 315W X 315W X 225W X 225W X 180W X 225W X 225W X 315W X 315W X +USW00023188197505WSFG 82 X 93 X 67 X 103 X 82 X 82 X 77 X 67 X 87 X 82 X 72 X 67 X 67 X 77 X 67 X 82 X 77 X 87 X 77 X 118 X 108 X 82 X 93 X 77 X 62 X 77 X 67 X 72 X 72 X 87 X 87 X +USW00023188197505WSFM 49 X 76 X 54 X 72 X 54 X 54 X 58 X 45 X 76 X 67 X 63 X 54 X 49 X 63 X 49 X 76 X 54 X 72 X 58 X 85 X 80 X 58 X 76 X 58 X 45 X 54 X 40 X 54 X 54 X 72 X 80 X +USW00023188197505WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188197505WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197505WT08 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188197505WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188197506TMAX 206 0 206 0 194 0 206 0 217 0 200 0 217 0 206 0 211 0 211 0 217 0 200 0 211 0 211 0 211 0 183 0 194 0 178 0 206 0 211 0 217 0 211 0 200 0 211 0 228 0 233 0 217 0 217 0 228 0 233 0-9999 +USW00023188197506TMIN 156 0 156 0 156 0 156 0 161 0 161 0 161 0 156 0 156 0 161 0 167 0 167 0 167 0 167 0 161 0 156 0 150 0 144 0 156 0 156 0 150 0 156 0 150 0 150 0 144 0 161 0 161 0 156 0 161 0 156 0-9999 +USW00023188197506PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 5 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197506ACMH 80 X 80 X 90 X 80 X 90 X 100 X 90 X 70 X 70 X 80 X 70 X 100 X 70 X 80 X 80 X 100 X 100 X 100 X 80 X 50 X 60 X 100 X 100 X 40 X 10 X 10 X 40 X 80 X 40 X 30 X-9999 +USW00023188197506ACSH 70 X 70 X 90 X 80 X 80 X 100 X 80 X 50 X 60 X 60 X 60 X 100 X 60 X 70 X 70 X 100 X 100 X 100 X 70 X 70 X 50 X 90 X 90 X 40 X 10 X 0 X 30 X 80 X 30 X 20 X-9999 +USW00023188197506PGTM 1318 X 1342 X 1148 X 0724 X 1500 X 1600 X 1536 X 1130 X 1330 X 1230 X 1148 X 1712 X 1212 X 1306 X 1054 X 1112 X 1042 X 1130 X 1136 X 1412 X 1342 X 1454 X 0654 X 1530 X 1612 X 1600 X 0800 X 0900 X 1548 X 1648 X-9999 +USW00023188197506PSUN 51 X 49 X 38 X 44 X 40 X 13 X 39 X 66 X 57 X 53 X 53 X 4 X 57 X 43 X 44 X 1 X 13 X 13 X 61 X 53 X 74 X 24 X 40 X 67 X 91 X 100 X 74 X 59 X 75 X 78 X-9999 +USW00023188197506TSUN 432 X 420 X 324 X 378 X 342 X 108 X 336 X 564 X 492 X 456 X 456 X 36 X 492 X 372 X 378 X 12 X 108 X 114 X 522 X 456 X 636 X 204 X 342 X 576 X 780 X 858 X 636 X 504 X 642 X 666 X-9999 +USW00023188197506WDFG 315W X 315W X 225W X 180W X 315W X 315W X 315W X 225W X 225W X 270W X 315W X 270W X 225W X 315W X 225W X 180W X 180W X 180W X 225W X 270W X 270W X 225W X 180W X 225W X 315W X 180W X 180W X 180W X 270W X 315W X-9999 +USW00023188197506WDFM 270W X 315W X 225W X 315W X 270W X 315W X 315W X 225W X 225W X 270W X 270W X 315W X 315W X 315W X 270W X 225W X 225W X 225W X 225W X 270W X 270W X 225W X 225W X 270W X 270W X 180W X 180W X 180W X 270W X 315W X-9999 +USW00023188197506WSFG 108 X 98 X 77 X 77 X 82 X 77 X 77 X 77 X 77 X 93 X 98 X 67 X 72 X 87 X 82 X 77 X 87 X 93 X 87 X 82 X 72 X 72 X 72 X 87 X 93 X 57 X 93 X 62 X 62 X 93 X-9999 +USW00023188197506WSFM 80 X 72 X 49 X 54 X 67 X 63 X 54 X 49 X 49 X 72 X 76 X 45 X 54 X 67 X 54 X 45 X 58 X 63 X 54 X 63 X 49 X 49 X 40 X 58 X 76 X 45 X 40 X 40 X 49 X 76 X-9999 +USW00023188197506WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197506WT08 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188197506WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197507TMAX 239 0 228 0 211 0 222 0 239 0 250 0 233 0 222 0 272 0 261 0 278 0 211 0 217 0 233 0 239 0 222 0 222 0 211 0 239 0 233 0 233 0 211 0 217 0 228 0 239 0 239 0 256 0 272 0 239 0 239 0 244 0 +USW00023188197507TMIN 150 0 172 0 161 0 156 0 172 0 178 0 178 0 178 0 183 0 200 0 200 0 172 0 172 0 167 0 183 0 178 0 183 0 178 0 183 0 183 0 172 0 183 0 172 0 167 0 178 0 183 0 194 0 200 0 200 0 200 0 183 0 +USW00023188197507PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197507ACMH 10 X 50 X 50 X 40 X 20 X 30 X 80 X 80 X 20 X 20 X 10 X 100 X 100 X 60 X 60 X 80 X 100 X 100 X 80 X 80 X 80 X 100 X 90 X 50 X 50 X 80 X 80 X 80 X 60 X 50 X 50 X +USW00023188197507ACSH 20 X 30 X 40 X 40 X 30 X 20 X 70 X 90 X 20 X 30 X 10 X 100 X 100 X 40 X 40 X 60 X 100 X 100 X 70 X 60 X 70 X 100 X 90 X 20 X 20 X 60 X 90 X 80 X 50 X 20 X 30 X +USW00023188197507PGTM 1336 X 1430 X 1154 X 1224 X 1212 X 1142 X 1212 X 1330 X 1436 X 1148 X 1454 X 0712 X 1100 X 1112 X 1506 X 1618 X 1354 X 1342 X 1454 X 1324 X 1400 X 1454 X 0942 X 1354 X 1506 X 2136 X 1054 X 1242 X 1206 X 1224 X 1230 X +USW00023188197507PSUN 85 X 80 X 71 X 75 X 80 X 84 X 82 X 46 X 91 X 100 X 100 X 17 X 37 X 64 X 75 X 58 X 17 X 1 X 51 X 66 X 53 X 0 X 55 X 75 X 80 X 54 X 84 X 55 X 69 X 89 X 76 X +USW00023188197507TSUN 726 X 684 X 606 X 648 X 684 X 714 X 702 X 390 X 774 X 852 X 852 X 150 X 312 X 540 X 642 X 492 X 144 X 12 X 432 X 552 X 444 X 0 X 462 X 630 X 666 X 450 X 696 X 456 X 570 X 732 X 630 X +USW00023188197507WDFG 315W X 315W X 180W X 225W X 315W X 315W X 270W X 180W X 180W X 135W X 315W X 180W X 180W X 225W X 270W X 180W X 225W X 225W X 270W X 315W X 315W X 225W X 180W X 225W X 315W X 180W X 225W X 315W X 225W X 315W X 315W X +USW00023188197507WDFM 315W X 270W X 180W X 225W X 270W X 315W X 315W X 180W X 180W X 180W X 315W X 225W X 180W X 270W X 315W X 180W X 225W X 225W X 315W X 315W X 270W X 225W X 135W X 225W X 315W X 135W X 225W X 270W X 225W X 270W X 315W X +USW00023188197507WSFG 87 X 82 X 67 X 67 X 67 X 87 X 77 X 77 X 62 X 72 X 72 X 82 X 82 X 82 X 87 X 72 X 77 X 62 X 93 X 77 X 93 X 72 X 67 X 62 X 72 X 118 X 67 X 82 X 87 X 72 X 93 X +USW00023188197507WSFM 76 X 63 X 49 X 49 X 54 X 76 X 58 X 36 X 40 X 54 X 63 X 63 X 54 X 54 X 58 X 45 X 54 X 45 X 67 X 54 X 72 X 40 X 40 X 45 X 49 X 80 X 40 X 67 X 49 X 49 X 76 X +USW00023188197507WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197507WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188197507WT08 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00023188197507WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197508TMAX 233 0 239 0 239 0 239 0 244 0 250 0 244 0 233 0 217 0 244 0 233 0 233 0 228 0 233 0 228 0 228 0 228 0 228 0 239 0 228 0 233 0 239 0 239 0 250 0 228 0 228 0 228 0 239 0 239 0 233 0 222 0 +USW00023188197508TMIN 189 0 183 0 183 0 183 0 189 0 194 0 189 0 178 0 183 0 183 0 178 0 178 0 178 0 178 0 183 0 178 0 178 0 172 0 183 0 183 0 183 0 183 0 161 0 161 0 144 0 172 0 150 0 150 0 161 0 167 0 167 0 +USW00023188197508PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197508ACMH 100 X 50 X 70 X 40 X 40 X 40 X 70 X 100 X 80 X 70 X 70 X 60 X 40 X 60 X 50 X 60 X 40 X 50 X 70 X 100 X 80 X 30 X 30 X 10 X 60 X 40 X 40 X 20 X 30 X 40 X 80 X +USW00023188197508ACSH 100 X 30 X 50 X 30 X 20 X 30 X 80 X 100 X 90 X 60 X 50 X 30 X 30 X 30 X 30 X 30 X 30 X 30 X 50 X 90 X 50 X 30 X 20 X 10 X 30 X 20 X 30 X 10 X 20 X 30 X 60 X +USW00023188197508PGTM 1342 X 1048 X 1600 X 1336 X 1348 X 1518 X 1112 X 1112 X 0848 X 1530 X 1418 X 1436 X 1418 X 1318 X 1618 X 1148 X 1436 X 1236 X 1354 X 1018 X 1206 X 1342 X 1454 X 1306 X 1342 X 1336 X 1148 X 1306 X 1318 X 1342 X 0836 X +USW00023188197508PSUN 77 X 72 X 71 X 82 X 85 X 88 X 60 X 36 X 1 X 55 X 59 X 71 X 82 X 77 X 74 X 74 X 80 X 75 X 63 X 28 X 63 X 79 X 83 X 98 X 72 X 83 X 79 X 92 X 87 X 79 X 60 X +USW00023188197508TSUN 642 X 588 X 582 X 672 X 696 X 726 X 492 X 294 X 12 X 444 X 474 X 576 X 660 X 618 X 594 X 594 X 642 X 594 X 498 X 222 X 498 X 624 X 654 X 774 X 564 X 648 X 618 X 720 X 678 X 612 X 462 X +USW00023188197508WDFG 315W X 315W X 315W X 315W X 270W X 315W X 180W X 180W X 180W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 270W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X +USW00023188197508WDFM 315W X 315W X 315W X 270W X 270W X 315W X 180W X 180W X 180W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X +USW00023188197508WSFG 82 X 82 X 77 X 77 X 72 X 82 X 77 X 93 X 82 X 67 X 72 X 72 X 77 X 82 X 82 X 87 X 77 X 82 X 93 X 87 X 82 X 93 X 87 X 93 X 67 X 87 X 87 X 87 X 82 X 62 X 62 X +USW00023188197508WSFM 76 X 63 X 63 X 67 X 49 X 76 X 45 X 72 X 54 X 49 X 54 X 58 X 63 X 58 X 63 X 58 X 63 X 49 X 76 X 58 X 67 X 76 X 76 X 80 X 49 X 76 X 76 X 67 X 76 X 49 X 45 X +USW00023188197508WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00023188197508WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197508WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188197508WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197509TMAX 233 0 233 0 244 0 261 0 250 0 233 0 256 0 217 0 217 0 222 0 222 0 217 0 211 0 211 0 239 0 289 0 289 0 261 0 261 0 244 0 233 0 311 0 394 0 356 0 322 0 272 0 228 0 222 0 211 0 222 0-9999 +USW00023188197509TMIN 183 0 167 0 178 0 183 0 189 0 189 0 189 0 183 0 183 0 189 0 189 0 183 0 183 0 183 0 189 0 206 0 211 0 194 0 183 0 189 0 183 0 183 0 194 0 206 0 200 0 178 0 156 0 172 0 172 0 183 0-9999 +USW00023188197509PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197509ACMH 40 X 30 X 50 X 0 X 60 X 70 X 80 X 100 X 100 X 90 X 90 X 100 X 100 X 100 X 50 X 30 X 0 X 0 X 10 X 30 X 60 X 70 X 0 X 10 X 10 X 20 X 60 X 50 X 80 X 60 X-9999 +USW00023188197509ACSH 30 X 30 X 50 X 0 X 40 X 50 X 70 X 100 X 90 X 80 X 90 X 100 X 100 X 100 X 50 X 40 X 0 X 0 X 0 X 20 X 30 X 50 X 0 X 0 X 10 X 20 X 40 X 30 X 70 X 60 X-9999 +USW00023188197509PGTM 1442 X 1254 X 1418 X 1418 X 1324 X 2248 X 1124 X 0812 X 1518 X 1424 X 1418 X 1506 X 1430 X 1212 X 1436 X 1312 X 1500 X 1236 X 1400 X 1312 X 1312 X 1212 X 1612 X 1212 X 1300 X 1506 X 1348 X 1312 X 1236 X 1400 X-9999 +USW00023188197509PSUN 80 X 78 X 78 X 100 X 64 X 69 X 73 X 9 X 20 X 55 X 30 X 4 X 0 X 0 X 74 X 96 X 100 X 100 X 100 X 86 X 76 X 71 X 97 X 100 X 100 X 100 X 77 X 74 X 43 X 63 X-9999 +USW00023188197509TSUN 618 X 594 X 594 X 768 X 486 X 528 X 552 X 66 X 156 X 414 X 228 X 30 X 0 X 0 X 552 X 714 X 738 X 738 X 738 X 630 X 552 X 516 X 708 X 726 X 726 X 720 X 552 X 534 X 306 X 444 X-9999 +USW00023188197509WDFG 315W X 315W X 315W X 315W X 315W X 360W X 270W X 225W X 225W X 270W X 315W X 270W X 270W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 270W X 315W X 315W X 315W X 225W X 360W X 315W X 315W X 225W X 315W X-9999 +USW00023188197509WDFM 315W X 315W X 315W X 315W X 315W X 180W X 225W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X-9999 +USW00023188197509WSFG 67 X 72 X 93 X 77 X 62 X 82 X 67 X 77 X 62 X 82 X 87 X 67 X 57 X 57 X 72 X 87 X 87 X 82 X 67 X 87 X 87 X 77 X 93 X 77 X 62 X 62 X 82 X 87 X 67 X 77 X-9999 +USW00023188197509WSFM 45 X 58 X 72 X 63 X 49 X 58 X 54 X 45 X 45 X 63 X 72 X 54 X 45 X 45 X 67 X 76 X 76 X 76 X 54 X 76 X 76 X 67 X 76 X 58 X 40 X 49 X 72 X 72 X 49 X 54 X-9999 +USW00023188197509WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197509WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188197509WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188197509WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197510TMAX 222 0 233 0 306 0 244 0 228 0 217 0 211 0 211 0 206 0 211 0 211 0 211 0 217 0 250 0 294 0 278 0 222 0 206 0 211 0 217 0 222 0 211 0 217 0 239 0 228 0 211 0 217 0 206 0 206 0 206 0 200 0 +USW00023188197510TMIN 183 0 178 0 178 0 183 0 161 0 178 0 161 0 139 0 139 0 144 0 161 0 161 0 144 0 133 0 139 0 144 0 133 0 167 0 167 0 156 0 178 0 172 0 150 0 122 0 106 0 128 0 144 0 128 0 139 0 133 0 139 0 +USW00023188197510PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 +USW00023188197510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197510ACMH 70 X 40 X 80 X 60 X 60 X 90 X 60 X 0 X 30 X 20 X 80 X 40 X 10 X 0 X 0 X 0 X 70 X 90 X 70 X 40 X 70 X 80 X 10 X 0 X 0 X 20 X 50 X 40 X 30 X 50 X 20 X +USW00023188197510ACSH 60 X 30 X 80 X 30 X 30 X 100 X 70 X 0 X 50 X 0 X 90 X 40 X 0 X 0 X 0 X 0 X 70 X 90 X 80 X 20 X 50 X 90 X 10 X 0 X 0 X 10 X 50 X 70 X 30 X 60 X 20 X +USW00023188197510PGTM 1442 X 1048 X 1406 X 1530 X 1306 X 1742 X 1136 X 1254 X 1336 X 1448 X 1236 X 1342 X 1400 X 1442 X 1418 X 1306 X 1324 X 1330 X 1124 X 0748 X 1330 X 1454 X 1454 X 1454 X 1348 X 1436 X 1330 X 1142 X 1412 X 2042 X 1600 X +USW00023188197510PSUN 63 X 91 X 66 X 77 X 81 X 25 X 57 X 100 X 58 X 100 X 32 X 58 X 100 X 100 X 100 X 100 X 51 X 51 X 31 X 73 X 57 X 31 X 79 X 100 X 100 X 95 X 68 X 99 X 74 X 50 X 83 X +USW00023188197510TSUN 450 X 648 X 468 X 546 X 570 X 180 X 402 X 696 X 408 X 690 X 222 X 396 X 684 X 684 X 684 X 684 X 348 X 348 X 210 X 492 X 384 X 210 X 528 X 666 X 666 X 630 X 450 X 654 X 486 X 330 X 540 X +USW00023188197510WDFG 315W X 315W X 315W X 315W X 315W X 45W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 225W X 45W X 315W X 225W X 315W X 315W X 315W X 225W X 315W X 225W X 315W X 270W X 315W X +USW00023188197510WDFM 315W X 315W X 315W X 315W X 315W X 45W X 225W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 225W X 45W X 315W X 270W X 315W X 315W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X +USW00023188197510WSFG 98 X 77 X 82 X 67 X 82 X 98 X 103 X 72 X 82 X 98 X 72 X 98 X 82 X 103 X 103 X 93 X 72 X 72 X 67 X 82 X 77 X 77 X 98 X 103 X 72 X 67 X 87 X 62 X 82 X 108 X 82 X +USW00023188197510WSFM 85 X 63 X 63 X 49 X 58 X 80 X 72 X 63 X 40 X 76 X 63 X 72 X 72 X 89 X 94 X 76 X 58 X 45 X 49 X 58 X 67 X 49 X 85 X 80 X 63 X 40 X 72 X 40 X 67 X 85 X 72 X +USW00023188197510WT01-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188197510WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188197510WT08 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188197510WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197511TMAX 217 0 200 0 206 0 194 0 183 0 189 0 200 0 189 0 200 0 206 0 217 0 283 0 289 0 256 0 217 0 183 0 183 0 178 0 200 0 194 0 211 0 222 0 239 0 294 0 228 0 228 0 161 0 156 0 156 0 167 0-9999 +USW00023188197511TMIN 117 0 128 0 111 0 106 0 128 0 133 0 111 0 133 0 133 0 128 0 122 0 106 0 111 0 111 0 94 0 100 0 133 0 117 0 78 0 67 0 89 0 78 0 89 0 106 0 111 0 100 0 122 0 100 0 94 0 56 0-9999 +USW00023188197511PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 81 0 81 0 0 0 0 0-9999 +USW00023188197511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197511ACMH 20 X 50 X 40 X 60 X 90 X 30 X 30 X 80 X 30 X 60 X 10 X 0 X 20 X 60 X 20 X 70 X 90 X 30 X 10 X 20 X 10 X 60 X 10 X 0 X 30 X 30 X 90 X 80 X 30 X 0 X-9999 +USW00023188197511ACSH 0 X 30 X 10 X 30 X 80 X 20 X 30 X 90 X 10 X 30 X 0 X 0 X 30 X 80 X 0 X 40 X 100 X 20 X 10 X 30 X 10 X 80 X 0 X 0 X 50 X 20 X 100 X 80 X 40 X 0 X-9999 +USW00023188197511PGTM 1112 X 1200 X 1218 X 1624 X 1248 X 1518 X 1348 X 1306 X 1236 X 1330 X 1048 X 1348 X 1218 X 1330 X 1342 X 1154 X 1554 X 1406 X 1518 X 1500 X 1436 X 1242 X 1442 X 1500 X 1512 X 1712 X 2306 X 2036 X 0018 X 1406 X-9999 +USW00023188197511PSUN 100 X 72 X 88 X 77 X 46 X 84 X 62 X 30 X 92 X 64 X 100 X 100 X 100 X 77 X 96 X 77 X 25 X 94 X 100 X 100 X 97 X 93 X 100 X 100 X 69 X 95 X 0 X 36 X 78 X 100 X-9999 +USW00023188197511TSUN 654 X 468 X 570 X 498 X 294 X 540 X 402 X 192 X 588 X 408 X 636 X 636 X 630 X 486 X 600 X 486 X 156 X 588 X 624 X 624 X 600 X 576 X 618 X 618 X 426 X 582 X 0 X 222 X 480 X 612 X-9999 +USW00023188197511WDFG 270W X 270W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 270W X 270W X 315W X 315W X-9999 +USW00023188197511WDFM 225W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 180W X 270W X 315W X 315W X-9999 +USW00023188197511WSFG 62 X 62 X 77 X 57 X 77 X 72 X 67 X 67 X 87 X 87 X 87 X 67 X 72 X 82 X 77 X 62 X 72 X 93 X 103 X 72 X 72 X 77 X 72 X 82 X 51 X 72 X 118 X 190 X 154 X 72 X-9999 +USW00023188197511WSFM 40 X 45 X 72 X 45 X 58 X 58 X 45 X 40 X 72 X 67 X 76 X 58 X 67 X 49 X 67 X 49 X 40 X 58 X 85 X 58 X 63 X 67 X 67 X 72 X 36 X 45 X 103 X 134 X 130 X 67 X-9999 +USW00023188197511WT01-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197511WT02-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197511WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188197511WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197511WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188197512TMAX 206 0 239 0 178 0 167 0 167 0 200 0 200 0 261 0 194 0 156 0 161 0 144 0 156 0 189 0 200 0 178 0 194 0 211 0 172 0 144 0 167 0 172 0 178 0 206 0 189 0 206 0 189 0 244 0 228 0 167 0 156 0 +USW00023188197512TMIN 67 0 94 0 89 0 117 0 128 0 83 0 78 0 78 0 100 0 83 0 128 0 122 0 100 0 78 0 56 0 56 0 67 0 67 0 83 0 89 0 94 0 117 0 94 0 72 0 72 0 78 0 78 0 89 0 106 0 89 0 94 0 +USW00023188197512PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188197512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197512ACMH 0 X 0 X 30 X 80 X 50 X 30 X 20 X 0 X 30 X 90 X 80 X 90 X 70 X 0 X 20 X 20 X 10 X 40 X 50 X 90 X 40 X 50 X 10 X 10 X 0 X 40 X 80 X 50 X 20 X 50 X 40 X +USW00023188197512ACSH 0 X 0 X 0 X 60 X 50 X 20 X 0 X 0 X 10 X 80 X 70 X 100 X 70 X 0 X 30 X 30 X 0 X 50 X 50 X 100 X 20 X 40 X 10 X 10 X 0 X 30 X 90 X 70 X 40 X 50 X 40 X +USW00023188197512PGTM 1336 X 1618 X 1312 X 1418 X 1348 X 1254 X 1330 X 1542 X 1600 X 2118 X 2012 X 1836 X 2036 X 1430 X 1500 X 1348 X 1330 X 1330 X 1336 X 1112 X 1548 X 1318 X 1512 X 1224 X 1442 X 1254 X 1230 X 2324 X 1154 X 2118 X 1000 X +USW00023188197512PSUN 100 X 100 X 100 X 56 X 69 X 84 X 94 X 93 X 88 X 57 X 50 X 7 X 39 X 100 X 100 X 100 X 100 X 94 X 82 X 0 X 78 X 85 X 100 X 100 X 100 X 98 X 77 X 100 X 97 X 57 X 74 X +USW00023188197512TSUN 612 X 606 X 606 X 342 X 420 X 510 X 564 X 564 X 534 X 342 X 300 X 42 X 234 X 600 X 600 X 600 X 600 X 564 X 492 X 0 X 468 X 510 X 600 X 600 X 600 X 588 X 462 X 600 X 582 X 342 X 450 X +USW00023188197512WDFG 315W X 180W X 225W X 270W X 315W X 315W X 315W X 315W X 180W X 225W X 180W X 315W X 270W X 360W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 225W X 315W X +USW00023188197512WDFM 315W X 180W X 225W X 225W X 315W X 315W X 315W X 315W X 180W X 315W X 225W X 315W X 225W X 45W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 225W X 315W X +USW00023188197512WSFG 67 X 51 X 57 X 51 X 72 X 82 X 62 X 57 X 62 X 57 X 57 X 103 X 113 X 93 X 62 X 46 X 62 X 62 X 46 X 51 X 77 X 87 X 67 X 57 X 57 X 77 X 57 X 87 X 82 X 103 X 103 X +USW00023188197512WSFM 67 X 40 X 45 X 40 X 63 X 76 X 58 X 54 X 40 X 45 X 40 X 76 X 72 X 63 X 49 X 36 X 54 X 54 X 36 X 36 X 63 X 76 X 54 X 45 X 40 X 67 X 49 X 49 X 67 X 72 X 72 X +USW00023188197512WT01-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188197512WT02-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188197512WT08-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188197512WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188197601TMAX 139 0 150 0 156 0 161 0 178 0 161 0 211 0 211 0 172 0 167 0 200 0 183 0 217 0 250 0 267 0 300 0 272 0 217 0 178 0 267 0 272 0 206 0 189 0 172 0 172 0 222 0 233 0 267 0 267 0 222 0 256 0 +USW00023188197601TMIN 67 0 28 0 39 0 50 0 61 0 78 0 61 0 72 0 72 0 111 0 67 0 61 0 56 0 72 0 83 0 106 0 122 0 117 0 128 0 100 0 167 0 133 0 128 0 122 0 83 0 78 0 78 0 94 0 100 0 89 0 100 0 +USW00023188197601PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197601ACMH 40 X 0 X 40 X 10 X 10 X 30 X 20 X 0 X 70 X 30 X 0 X 20 X 0 X 20 X 0 X 0 X 50 X 80 X 90 X 70 X 70 X 60 X 60 X 60 X 20 X 0 X 0 X 0 X 0 X 60 X 10 X +USW00023188197601ACSH 80 X 0 X 50 X 10 X 10 X 50 X 50 X 0 X 90 X 20 X 0 X 50 X 0 X 30 X 0 X 0 X 60 X 70 X 90 X 60 X 70 X 80 X 20 X 50 X 0 X 0 X 10 X 0 X 0 X 90 X 10 X +USW00023188197601PGTM 1306 X 1412 X 1330 X 1242 X 1254 X 1300 X 1436 X 1400 X 1430 X 1436 X 1530 X 1254 X 1248 X 1342 X 1424 X 1424 X 1542 X 1506 X 0530 X 1348 X 1342 X 1100 X 1348 X 1254 X 1300 X 1418 X 1406 X 1400 X 1330 X 1354 X 1318 X +USW00023188197601PSUN 18 X 100 X 90 X 100 X 100 X 79 X 100 X 100 X 79 X 93 X 100 X 90 X 100 X 100 X 100 X 100 X 100 X 78 X 70 X 65 X 65 X 34 X 81 X 67 X 96 X 100 X 100 X 100 X 99 X 100 X 99 X +USW00023188197601TSUN 108 X 606 X 546 X 606 X 606 X 480 X 606 X 606 X 480 X 564 X 612 X 552 X 612 X 612 X 612 X 618 X 612 X 480 X 432 X 402 X 402 X 216 X 510 X 420 X 600 X 630 X 630 X 630 X 630 X 636 X 630 X +USW00023188197601WDFG 135W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 338W X 315W X 338W X 315W X 315W X 315W X 315W X 315W X 90W X 180W X 180W X 225W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X +USW00023188197601WDFM 135W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X 225W X 315W X 45W X 45W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X +USW00023188197601WSFG 118 X 82 X 82 X 77 X 57 X 87 X 67 X 72 X 67 X 77 X 82 X 62 X 67 X 67 X 67 X 62 X 67 X 67 X 57 X 118 X 103 X 134 X 87 X 67 X 82 X 67 X 67 X 62 X 87 X 82 X 72 X +USW00023188197601WSFM 63 X 63 X 72 X 58 X 36 X 49 X 54 X 58 X 49 X 58 X 67 X 45 X 54 X 54 X 63 X 54 X 58 X 40 X 40 X 76 X 67 X 98 X 54 X 45 X 67 X 58 X 58 X 54 X 49 X 72 X 63 X +USW00023188197601WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X +USW00023188197601WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188197601WT08-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00023188197601WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197602TMAX 272 0 206 0 167 0 150 0 144 0 156 0 183 0 183 0 178 0 150 0 217 0 189 0 178 0 178 0 172 0 183 0 183 0 222 0 172 0 194 0 228 0 244 0 233 0 183 0 194 0 211 0 211 0 200 0 178 0-9999 -9999 +USW00023188197602TMIN 94 0 106 0 128 0 128 0 117 0 122 0 122 0 150 0 139 0 122 0 100 0 100 0 144 0 128 0 128 0 106 0 106 0 111 0 133 0 100 0 78 0 72 0 111 0 122 0 106 0 100 0 122 0 111 0 128 0-9999 -9999 +USW00023188197602PRCP 0 0 0 0 86 0 91 0 140 0 157 0 140 0 434 0 43 0 279 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188197602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188197602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188197602ACMH 50 X 40 X 90 X 100 X 100 X 100 X 100 X 100 X 80 X 100 X 20 X 30 X 90 X 80 X 80 X 60 X 50 X 10 X 70 X 0 X 0 X 50 X 60 X 20 X 10 X 60 X 60 X 70 X 100 X-9999 -9999 +USW00023188197602ACSH 50 X 40 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 100 X 30 X 10 X 90 X 100 X 80 X 60 X 70 X 0 X 90 X 0 X 0 X 60 X 70 X 10 X 10 X 40 X 70 X 40 X 100 X-9999 -9999 +USW00023188197602PGTM 1430 X 1348 X 1018 X 1954 X 1430 X 0330 X 0112 X 2330 X 0900 X 0442 X 1400 X 1400 X 1306 X 1530 X 1236 X 1300 X 1306 X 1124 X 1630 X 1536 X 1148 X 1230 X 1218 X 1554 X 1300 X 1418 X 1300 X 2342 X 1824 X-9999 -9999 +USW00023188197602PSUN 100 X 88 X 0 X 0 X 0 X 9 X 5 X 0 X 52 X 8 X 100 X 96 X 39 X 44 X 54 X 94 X 95 X 100 X 41 X 100 X 100 X 83 X 72 X 95 X 100 X 89 X 81 X 87 X 27 X-9999 -9999 +USW00023188197602TSUN 636 X 564 X 0 X 0 X 0 X 54 X 30 X 0 X 336 X 48 X 654 X 630 X 258 X 288 X 354 X 624 X 630 X 666 X 276 X 672 X 672 X 558 X 486 X 642 X 684 X 606 X 552 X 594 X 186 X-9999 -9999 +USW00023188197602WDFG 270W X 315W X 135W X 225W X 135W X 135W X 135W X 135W X 135W X 135W X 315W X 180W X 270W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 180W X 180W X-9999 -9999 +USW00023188197602WDFM 315W X 315W X 225W X 225W X 225W X 180W X 135W X 135W X 180W X 135W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 180W X 180W X-9999 -9999 +USW00023188197602WSFG 82 X 62 X 98 X 113 X 93 X 164 X 108 X 139 X 154 X 113 X 87 X 62 X 72 X 72 X 82 X 98 X 87 X 62 X 108 X 82 X 77 X 67 X 77 X 93 X 98 X 87 X 67 X 62 X 72 X-9999 -9999 +USW00023188197602WSFM 63 X 45 X 36 X 94 X 63 X 121 X 58 X 94 X 121 X 76 X 72 X 45 X 49 X 54 X 63 X 80 X 45 X 49 X 89 X 72 X 58 X 54 X 58 X 72 X 76 X 67 X 54 X 45 X 54 X-9999 -9999 +USW00023188197602WT01 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188197602WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 +USW00023188197602WT08 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188197602WT16-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197603TMAX 167 0 156 0 133 0 156 0 161 0 183 0 172 0 167 0 167 0 167 0 161 0 189 0 222 0 211 0 211 0 256 0 233 0 194 0 189 0 233 0 261 0 272 0 189 0 189 0 206 0 250 0 189 0 189 0 206 0 244 0 239 0 +USW00023188197603TMIN 117 0 94 0 89 0 89 0 100 0 67 0 83 0 122 0 122 0 111 0 128 0 94 0 89 0 94 0 100 0 144 0 139 0 128 0 139 0 117 0 122 0 128 0 133 0 144 0 144 0 122 0 133 0 128 0 122 0 117 0 128 0 +USW00023188197603PRCP 170 0 28 0 53 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197603ACMH 100 X 70 X 80 X 70 X 90 X 0 X 30 X 80 X 70 X 80 X 80 X 10 X 20 X 20 X 40 X 100 X 80 X 90 X 50 X 50 X 0 X 50 X 60 X 60 X 40 X 0 X 60 X 60 X 30 X 0 X 10 X +USW00023188197603ACSH 100 X 60 X 80 X 60 X 100 X 0 X 20 X 90 X 60 X 80 X 90 X 0 X 10 X 10 X 20 X 100 X 90 X 80 X 60 X 70 X 0 X 60 X 40 X 30 X 40 X 0 X 90 X 70 X 50 X 0 X 10 X +USW00023188197603PGTM 1400 X 2330 X 0630 X 1600 X 1542 X 1506 X 1612 X 1442 X 1512 X 1318 X 0424 X 1300 X 1612 X 1406 X 1412 X 1400 X 1612 X 1318 X 1424 X 1618 X 1454 X 1318 X 1424 X 1224 X 1324 X 1442 X 1418 X 1348 X 1400 X 1454 X 1324 X +USW00023188197603PSUN 8 X 70 X 60 X 76 X 30 X 100 X 95 X 96 X 86 X 74 X 48 X 100 X 100 X 100 X 100 X 88 X 73 X 84 X 99 X 95 X 100 X 96 X 71 X 77 X 71 X 100 X 58 X 92 X 100 X 100 X 100 X +USW00023188197603TSUN 60 X 480 X 420 X 534 X 210 X 702 X 660 X 678 X 606 X 522 X 342 X 714 X 714 X 714 X 720 X 630 X 522 X 612 X 720 X 696 X 732 X 702 X 522 X 564 X 522 X 738 X 432 X 684 X 744 X 750 X 750 X +USW00023188197603WDFG 180W X 225W X 315W X 225W X 270W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 270W X 225W X 225W X 270W X 315W X 315W X +USW00023188197603WDFM 225W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 180W X 225W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X +USW00023188197603WSFG 134 X 175 X 175 X 82 X 57 X 67 X 72 X 82 X 82 X 87 X 87 X 98 X 87 X 72 X 72 X 82 X 93 X 82 X 82 X 87 X 93 X 103 X 72 X 67 X 103 X 108 X 98 X 87 X 93 X 93 X 108 X +USW00023188197603WSFM 103 X 139 X 130 X 58 X 49 X 54 X 54 X 67 X 54 X 58 X 67 X 89 X 76 X 45 X 45 X 67 X 76 X 58 X 54 X 76 X 76 X 80 X 45 X 40 X 76 X 80 X 72 X 58 X 72 X 76 X 89 X +USW00023188197603WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197603WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197603WT16 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197604TMAX 189 0 172 0 183 0 172 0 178 0 189 0 194 0 206 0 194 0 183 0 200 0 172 0 172 0 178 0 161 0 167 0 194 0 189 0 256 0 239 0 183 0 189 0 189 0 200 0 194 0 194 0 189 0 200 0 217 0 233 0-9999 +USW00023188197604TMIN 139 0 100 0 144 0 111 0 106 0 128 0 106 0 144 0 133 0 139 0 117 0 128 0 117 0 117 0 122 0 122 0 94 0 106 0 117 0 139 0 144 0 150 0 156 0 156 0 150 0 139 0 144 0 150 0 128 0 139 0-9999 +USW00023188197604PRCP 0 0 0 0 0 0 61 0 13 0 0 0 0 0 0T 0 0 0 0 0 0T 0 18 0 211 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197604ACMH 50 X 30 X 90 X 80 X 60 X 40 X 60 X 40 X 30 X 70 X 60 X 90 X 100 X 60 X 90 X 20 X 0 X 20 X 0 X 10 X 80 X 80 X 100 X 90 X 70 X 70 X 60 X 70 X 10 X 0 X-9999 +USW00023188197604ACSH 60 X 20 X 90 X 80 X 70 X 30 X 70 X 40 X 30 X 100 X 60 X 90 X 100 X 70 X 100 X 20 X 10 X 40 X 0 X 0 X 80 X 70 X 90 X 90 X 80 X 70 X 30 X 80 X 10 X 0 X-9999 +USW00023188197604PGTM 1148 X 1206 X 1500 X 1236 X 1642 X 1212 X 1300 X 1142 X 1554 X 1300 X 1412 X 2306 X 0118 X 1530 X 2030 X 0906 X 1654 X 1742 X 1700 X 1248 X 2224 X 1112 X 1212 X 1518 X 1318 X 1548 X 1442 X 1542 X 1330 X 1112 X-9999 +USW00023188197604PSUN 93 X 88 X 30 X 31 X 69 X 79 X 100 X 94 X 96 X 47 X 79 X 57 X 49 X 71 X 3 X 81 X 100 X 99 X 100 X 100 X 47 X 53 X 19 X 26 X 37 X 47 X 76 X 59 X 96 X 100 X-9999 +USW00023188197604TSUN 696 X 660 X 228 X 240 X 528 X 606 X 762 X 726 X 738 X 366 X 612 X 438 X 378 X 546 X 24 X 636 X 786 X 774 X 786 X 786 X 378 X 420 X 150 X 204 X 294 X 378 X 606 X 474 X 768 X 804 X-9999 +USW00023188197604WDFG 315W X 180W X 270W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 270W X 293W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 270W X 315W X 315W X 180W X 225W X 270W X 315W X 315W X-9999 +USW00023188197604WDFM 315W X 180W X 315W X 225W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 293W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 180W X 315W X 315W X 180W X 180W X 225W X 315W X 315W X-9999 +USW00023188197604WSFG 82 X 87 X 108 X 134 X 72 X 113 X 103 X 123 X 93 X 93 X 93 X 103 X 108 X 93 X 190 X 144 X 77 X 72 X 93 X 87 X 103 X 103 X 67 X 93 X 87 X 93 X 103 X 93 X 118 X 98 X-9999 +USW00023188197604WSFM 58 X 49 X 67 X 94 X 49 X 80 X 85 X 94 X 76 X 72 X 72 X 76 X 80 X 54 X 143 X 112 X 63 X 63 X 67 X 76 X 58 X 58 X 49 X 72 X 63 X 76 X 58 X 54 X 76 X 76 X-9999 +USW00023188197604WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197604WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197604WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197604WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197605TMAX 239 0 178 0 178 0 217 0 178 0 183 0 211 0 211 0 217 0 211 0 222 0 228 0 233 0 222 0 206 0 206 0 211 0 228 0 206 0 200 0 211 0 211 0 222 0 200 0 206 0 233 0 217 0 206 0 200 0 211 0 228 0 +USW00023188197605TMIN 144 0 150 0 150 0 156 0 156 0 133 0 133 0 150 0 161 0 161 0 161 0 150 0 161 0 167 0 156 0 156 0 150 0 167 0 156 0 156 0 161 0 161 0 156 0 161 0 167 0 172 0 178 0 161 0 161 0 156 0 178 0 +USW00023188197605PRCP 0 0 0 0 0 0 0 0 0 0 66 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 +USW00023188197605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197605ACMH 30 X 100 X 100 X 80 X 100 X 100 X 80 X 40 X 80 X 90 X 70 X 90 X 60 X 50 X 70 X 50 X 60 X 70 X 70 X 70 X 40 X 40 X 80 X 100 X 90 X 70 X 100 X 100 X 80 X 60 X 50 X +USW00023188197605ACSH 30 X 100 X 100 X 80 X 100 X 90 X 70 X 10 X 70 X 80 X 60 X 80 X 30 X 30 X 60 X 20 X 40 X 60 X 50 X 70 X 30 X 30 X 90 X 90 X 90 X 50 X 100 X 100 X 70 X 50 X 40 X +USW00023188197605PGTM 1230 X 1030 X 0412 X 1354 X 1706 X 0942 X 1648 X 1554 X 1306 X 1500 X 1200 X 1224 X 1330 X 1212 X 1206 X 1054 X 1242 X 1018 X 1448 X 1254 X 1312 X 1024 X 1406 X 1300 X 1706 X 1236 X 1136 X 1612 X 1142 X 1048 X 1248 X +USW00023188197605PSUN 93 X 3 X 3 X 35 X 14 X 18 X 40 X 91 X 49 X 53 X 67 X 42 X 72 X 80 X 61 X 79 X 66 X 72 X 65 X 56 X 74 X 74 X 81 X 23 X 15 X 52 X 1 X 17 X 53 X 58 X 73 X +USW00023188197605TSUN 756 X 24 X 24 X 282 X 114 X 150 X 330 X 744 X 408 X 438 X 552 X 348 X 594 X 666 X 504 X 660 X 552 X 600 X 546 X 468 X 618 X 624 X 678 X 192 X 126 X 444 X 6 X 150 X 444 X 492 X 618 X +USW00023188197605WDFG 315W X 225W X 135W X 270W X 180W X 225W X 270W X 315W X 315W X 315W X 270W X 225W X 225W X 270W X 225W X 270W X 270W X 315W X 225W X 225W X 270W X 315W X 270W X 225W X 270W X 270W X 315W X 225W X 225W X 270W X 225W X +USW00023188197605WDFM 315W X 180W X 225W X 315W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 180W X 225W X 270W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 180W X 180W X 315W X 315W X +USW00023188197605WSFG 98 X 93 X 87 X 93 X 72 X 82 X 82 X 82 X 103 X 87 X 72 X 72 X 67 X 72 X 67 X 82 X 98 X 82 X 77 X 82 X 82 X 98 X 77 X 98 X 72 X 77 X 72 X 77 X 103 X 82 X 82 X +USW00023188197605WSFM 80 X 67 X 58 X 63 X 45 X 72 X 54 X 67 X 76 X 63 X 54 X 49 X 45 X 49 X 45 X 58 X 76 X 63 X 49 X 49 X 63 X 72 X 58 X 67 X 40 X 49 X 49 X 54 X 72 X 58 X 54 X +USW00023188197605WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197605WT08 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188197605WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188197606TMAX 222 0 200 0 217 0 211 0 217 0 211 0 211 0 206 0 206 0 211 0 217 0 228 0 228 0 239 0 239 0 228 0 233 0 244 0 244 0 239 0 233 0 244 0 294 0 250 0 283 0 344 0 322 0 300 0 267 0 272 0-9999 +USW00023188197606TMIN 167 0 161 0 167 0 172 0 161 0 167 0 172 0 161 0 161 0 150 0 167 0 156 0 178 0 172 0 172 0 161 0 172 0 178 0 189 0 183 0 183 0 178 0 183 0 200 0 178 0 200 0 200 0 211 0 206 0 194 0-9999 +USW00023188197606PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197606ACMH 90 X 100 X 70 X 40 X 60 X 80 X 40 X 70 X 70 X 70 X 50 X 20 X 70 X 40 X 20 X 40 X 40 X 30 X 30 X 50 X 50 X 20 X 0 X 0 X 20 X 0 X 0 X 10 X 0 X 20 X-9999 +USW00023188197606ACSH 80 X 100 X 60 X 30 X 70 X 70 X 20 X 60 X 70 X 80 X 40 X 30 X 60 X 30 X 10 X 30 X 20 X 10 X 20 X 40 X 30 X 10 X 0 X 0 X 20 X 0 X 0 X 10 X 0 X 10 X-9999 +USW00023188197606PGTM 1348 X 0948 X 1530 X 1318 X 1412 X 1524 X 1354 X 1542 X 1436 X 1630 X 1206 X 1406 X 1248 X 1206 X 1036 X 1248 X 1518 X 1312 X 1306 X 1506 X 1606 X 1412 X 1442 X 1118 X 1212 X 1436 X 1306 X 1118 X 1306 X 1530 X-9999 +USW00023188197606PSUN 48 X 3 X 54 X 76 X 91 X 73 X 88 X 66 X 41 X 34 X 69 X 80 X 68 X 66 X 96 X 82 X 93 X 91 X 90 X 79 X 76 X 90 X 100 X 100 X 85 X 100 X 100 X 99 X 100 X 93 X-9999 +USW00023188197606TSUN 408 X 30 X 456 X 642 X 774 X 618 X 750 X 570 X 348 X 294 X 594 X 684 X 588 X 564 X 828 X 702 X 798 X 780 X 768 X 678 X 654 X 774 X 858 X 858 X 732 X 858 X 858 X 852 X 858 X 798 X-9999 +USW00023188197606WDFG 225W X 225W X 270W X 270W X 225W X 270W X 225W X 270W X 315W X 270W X 315W X 270W X 225W X 315W X 270W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 180W X 315W X 315W X 270W X 315W X-9999 +USW00023188197606WDFM 225W X 180W X 225W X 225W X 225W X 315W X 225W X 225W X 315W X 180W X 315W X 315W X 225W X 225W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 180W X 315W X 270W X 315W X 315W X-9999 +USW00023188197606WSFG 72 X 72 X 77 X 77 X 82 X 72 X 87 X 87 X 93 X 98 X 98 X 77 X 77 X 72 X 77 X 87 X 72 X 98 X 98 X 93 X 93 X 82 X 87 X 72 X 72 X 72 X 103 X 103 X 103 X 93 X-9999 +USW00023188197606WSFM 49 X 45 X 54 X 49 X 54 X 49 X 54 X 54 X 49 X 72 X 63 X 54 X 49 X 45 X 54 X 45 X 45 X 76 X 76 X 76 X 76 X 58 X 76 X 49 X 45 X 45 X 76 X 76 X 67 X 67 X-9999 +USW00023188197606WT01-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197606WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197606WT08 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00023188197606WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197607TMAX 222 0 228 0 233 0 239 0 239 0 250 0 272 0 250 0 233 0 239 0 228 0 228 0 239 0 233 0 222 0 239 0 211 0 233 0 239 0 222 0 233 0 250 0 256 0 250 0 250 0 239 0 250 0 233 0 256 0 228 0 250 0 +USW00023188197607TMIN 189 0 183 0 183 0 194 0 194 0 194 0 183 0 194 0 194 0 200 0 194 0 200 0 200 0 200 0 178 0 189 0 194 0 194 0 200 0 189 0 189 0 200 0 206 0 200 0 194 0 206 0 211 0 206 0 200 0 206 0 206 0 +USW00023188197607PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197607ACMH 60 X 40 X 60 X 70 X 50 X 40 X 30 X 70 X 90 X 80 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 70 X 70 X 100 X 80 X 80 X 70 X 60 X 80 X 90 X 100 X 90 X 90 X 100 X 60 X +USW00023188197607ACSH 50 X 30 X 40 X 50 X 40 X 20 X 10 X 60 X 90 X 80 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 50 X 50 X 100 X 70 X 90 X 60 X 60 X 90 X 90 X 90 X 100 X 80 X 100 X 30 X +USW00023188197607PGTM 1042 X 1242 X 1148 X 1130 X 1442 X 1224 X 1324 X 1612 X 1230 X 1018 X 1354 X 1300 X 1436 X 1242 X 1442 X 1412 X 1648 X 1300 X 1336 X 1054 X 1612 X 1718 X 1412 X 1154 X 1218 X 1354 X 1600 X 1218 X 1618 X 1400 X 1300 X +USW00023188197607PSUN 65 X 70 X 65 X 57 X 77 X 82 X 94 X 54 X 30 X 29 X 11 X 3 X 19 X 5 X 0 X 12 X 6 X 50 X 59 X 5 X 39 X 28 X 65 X 73 X 32 X 35 X 24 X 3 X 51 X 1 X 85 X +USW00023188197607TSUN 558 X 594 X 558 X 492 X 660 X 702 X 804 X 462 X 258 X 246 X 96 X 30 X 162 X 48 X 0 X 102 X 48 X 420 X 498 X 42 X 324 X 240 X 546 X 606 X 270 X 294 X 204 X 30 X 426 X 6 X 702 X +USW00023188197607WDFG 180W X 225W X 225W X 315W X 270W X 315W X 315W X 225W X 180W X 180W X 225W X 180W X 225W X 270W X 225W X 315W X 315W X 270W X 315W X 270W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X +USW00023188197607WDFM 180W X 225W X 225W X 315W X 315W X 315W X 315W X 180W X 180W X 180W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 270W X 225W X 225W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 270W X 315W X +USW00023188197607WSFG 93 X 77 X 82 X 82 X 87 X 93 X 82 X 82 X 98 X 87 X 77 X 77 X 82 X 82 X 72 X 93 X 87 X 93 X 82 X 82 X 72 X 62 X 108 X 103 X 98 X 62 X 67 X 87 X 87 X 87 X 93 X +USW00023188197607WSFM 58 X 49 X 49 X 54 X 58 X 67 X 63 X 49 X 58 X 58 X 45 X 45 X 58 X 54 X 45 X 67 X 67 X 63 X 54 X 45 X 40 X 40 X 76 X 76 X 67 X 49 X 49 X 54 X 54 X 49 X 58 X +USW00023188197607WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197607WT08 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188197607WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197608TMAX 244 0 244 0 250 0 256 0 250 0 250 0 267 0 256 0 250 0 250 0 267 0 256 0 239 0 233 0 250 0 250 0 239 0 256 0 256 0 261 0 250 0 256 0 261 0 261 0 250 0 256 0 239 0 250 0 294 0 317 0 256 0 +USW00023188197608TMIN 206 0 200 0 200 0 183 0 200 0 194 0 183 0 200 0 194 0 189 0 172 0 172 0 189 0 194 0 194 0 194 0 189 0 183 0 194 0 211 0 206 0 194 0 189 0 189 0 189 0 200 0 194 0 194 0 200 0 217 0 200 0 +USW00023188197608PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197608ACMH 60 X 80 X 50 X 20 X 40 X 40 X 30 X 40 X 50 X 40 X 30 X 20 X 60 X 70 X 80 X 40 X 50 X 0 X 20 X 70 X 20 X 0 X 10 X 20 X 50 X 40 X 40 X 10 X 30 X 20 X 80 X +USW00023188197608ACSH 50 X 60 X 40 X 20 X 20 X 30 X 20 X 20 X 30 X 30 X 20 X 20 X 30 X 50 X 80 X 40 X 40 X 0 X 10 X 50 X 10 X 0 X 0 X 20 X 20 X 20 X 40 X 20 X 30 X 10 X 60 X +USW00023188197608PGTM 1336 X 1318 X 1324 X 1412 X 1154 X 1242 X 1424 X 1454 X 1112 X 1436 X 1448 X 1506 X 1412 X 1224 X 1524 X 1312 X 1148 X 1306 X 1312 X 1518 X 1242 X 1224 X 1306 X 1200 X 1436 X 1442 X 1306 X 1330 X 1600 X 1154 X 1442 X +USW00023188197608PSUN 83 X 56 X 70 X 82 X 77 X 71 X 85 X 80 X 76 X 81 X 84 X 85 X 83 X 64 X 45 X 70 X 62 X 100 X 94 X 60 X 94 X 100 X 100 X 85 X 81 X 88 X 77 X 95 X 91 X 97 X 53 X +USW00023188197608TSUN 684 X 456 X 576 X 678 X 630 X 582 X 690 X 648 X 618 X 660 X 678 X 684 X 672 X 516 X 360 X 564 X 492 X 798 X 744 X 474 X 744 X 792 X 786 X 672 X 636 X 690 X 606 X 738 X 702 X 756 X 408 X +USW00023188197608WDFG 270W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 270W X 270W X 225W X 270W X 225W X 225W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 180W X +USW00023188197608WDFM 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 270W X 315W X 315W X 180W X +USW00023188197608WSFG 103 X 108 X 103 X 103 X 87 X 93 X 103 X 77 X 93 X 93 X 103 X 77 X 87 X 93 X 98 X 103 X 93 X 93 X 118 X 98 X 103 X 108 X 103 X 98 X 98 X 72 X 77 X 93 X 103 X 87 X 72 X +USW00023188197608WSFM 76 X 76 X 63 X 76 X 49 X 54 X 76 X 54 X 63 X 76 X 80 X 45 X 63 X 54 X 63 X 63 X 54 X 58 X 89 X 76 X 76 X 80 X 85 X 76 X 76 X 45 X 49 X 67 X 76 X 63 X 40 X +USW00023188197608WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X +USW00023188197608WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188197608WT08-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188197608WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197609TMAX 239 0 278 0 283 0 294 0 267 0 261 0 272 0 306 0 289 0 250 0 250 0 261 0 244 0 233 0 228 0 244 0 239 0 250 0 244 0 233 0 250 0 261 0 233 0 244 0 233 0 244 0 256 0 250 0 250 0 261 0-9999 +USW00023188197609TMIN 206 0 200 0 222 0 217 0 222 0 222 0 211 0 200 0 239 0 217 0 211 0 211 0 211 0 211 0 206 0 206 0 189 0 172 0 206 0 211 0 217 0 211 0 211 0 211 0 200 0 206 0 211 0 206 0 206 0 206 0-9999 +USW00023188197609PRCP 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 23 0 221 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197609ACMH 70 X 70 X 70 X 30 X 100 X 80 X 40 X 60 X 100 X 100 X 90 X 70 X 100 X 100 X 100 X 90 X 40 X 60 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 90 X 60 X 30 X-9999 +USW00023188197609ACSH 80 X 90 X 80 X 20 X 90 X 90 X 50 X 60 X 100 X 100 X 80 X 50 X 100 X 100 X 100 X 80 X 50 X 50 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 50 X 20 X-9999 +USW00023188197609PGTM 1530 X 1342 X 1112 X 1412 X 1442 X 1800 X 1136 X 1054 X 2136 X 1600 X 0148 X 1506 X 1330 X 2200 X 1112 X 1354 X 1618 X 1412 X 1524 X 1236 X 1754 X 1448 X 1342 X 1454 X 1530 X 1300 X 1354 X 1248 X 0936 X 1412 X-9999 +USW00023188197609PSUN 45 X 30 X 51 X 96 X 9 X 8 X 58 X 62 X 0 X 0 X 25 X 59 X 15 X 0 X 2 X 19 X 52 X 44 X 7 X 0 X 12 X 26 X 0 X 5 X 2 X 16 X 67 X 79 X 76 X 92 X-9999 +USW00023188197609TSUN 348 X 228 X 390 X 732 X 66 X 60 X 444 X 474 X 0 X 0 X 192 X 444 X 108 X 0 X 12 X 144 X 384 X 324 X 54 X 0 X 84 X 186 X 0 X 36 X 12 X 120 X 486 X 570 X 546 X 660 X-9999 +USW00023188197609WDFG 180W X 315W X 315W X 270W X 270W X 315W X 270W X 315W X 45W X 180W X 225W X 315W X 315W X 180W X 225W X 270W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 180W X 225W X-9999 +USW00023188197609WDFM 180W X 315W X 315W X 225W X 180W X 315W X 315W X 315W X 45W X 180W X 225W X 315W X 315W X 180W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X-9999 +USW00023188197609WSFG 87 X 72 X 93 X 67 X 62 X 72 X 103 X 72 X 82 X 144 X 82 X 108 X 82 X 67 X 87 X 87 X 93 X 103 X 93 X 72 X 82 X 93 X 72 X 67 X 72 X 98 X 113 X 93 X 87 X 82 X-9999 +USW00023188197609WSFM 58 X 45 X 67 X 40 X 40 X 58 X 76 X 49 X 58 X 107 X 67 X 80 X 63 X 45 X 63 X 63 X 63 X 63 X 54 X 45 X 72 X 67 X 45 X 40 X 54 X 76 X 85 X 72 X 45 X 49 X-9999 +USW00023188197609WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197609WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197609WT08 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188197609WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197610TMAX 256 0 244 0 250 0 267 0 278 0 261 0 267 0 328 0 333 0 294 0 256 0 244 0 239 0 239 0 228 0 239 0 244 0 244 0 244 0 244 0 239 0 233 0 239 0 239 0 239 0 261 0 267 0 267 0 239 0 222 0 244 0 +USW00023188197610TMIN 183 0 194 0 189 0 183 0 178 0 189 0 206 0 167 0 189 0 183 0 161 0 194 0 189 0 194 0 194 0 194 0 194 0 206 0 189 0 211 0 200 0 194 0 189 0 178 0 161 0 156 0 172 0 144 0 133 0 139 0 133 0 +USW00023188197610PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 81 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197610ACMH 30 X 70 X 30 X 0 X 20 X 30 X 60 X 10 X 0 X 0 X 40 X 40 X 70 X 70 X 80 X 90 X 90 X 80 X 80 X 90 X 90 X 100 X 40 X 30 X 20 X 0 X 0 X 0 X 20 X 10 X 0 X +USW00023188197610ACSH 30 X 70 X 30 X 0 X 0 X 10 X 40 X 0 X 0 X 0 X 0 X 10 X 40 X 60 X 80 X 100 X 90 X 80 X 70 X 80 X 90 X 100 X 30 X 50 X 10 X 0 X 0 X 0 X 10 X 0 X 0 X +USW00023188197610PGTM 1312 X 1412 X 1342 X 1348 X 1436 X 1312 X 1330 X 1406 X 1342 X 1630 X 1142 X 1424 X 1312 X 1442 X 1442 X 1412 X 1448 X 1406 X 1206 X 1100 X 0030 X 1400 X 1300 X 1418 X 1512 X 1342 X 1242 X 1512 X 1554 X 1342 X 1506 X +USW00023188197610PSUN 85 X 58 X 81 X 100 X 100 X 91 X 75 X 100 X 100 X 100 X 97 X 86 X 67 X 48 X 57 X 71 X 42 X 26 X 48 X 56 X 23 X 17 X 78 X 52 X 94 X 87 X 100 X 100 X 100 X 97 X 100 X +USW00023188197610TSUN 606 X 408 X 576 X 708 X 702 X 636 X 528 X 696 X 696 X 696 X 672 X 594 X 462 X 330 X 390 X 486 X 282 X 180 X 324 X 378 X 150 X 114 X 522 X 348 X 624 X 582 X 660 X 660 X 660 X 636 X 654 X +USW00023188197610WDFG 270W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 270W X 225W X 225W X 315W X 315W X 315W X 270W X 270W X 135W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188197610WDFM 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 270W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188197610WSFG 93 X 98 X 98 X 93 X 98 X 103 X 93 X 93 X 87 X 67 X 72 X 82 X 77 X 72 X 67 X 93 X 87 X 82 X 103 X 98 X 118 X 82 X 87 X 98 X 87 X 77 X 108 X 72 X 77 X 77 X 82 X +USW00023188197610WSFM 54 X 58 X 58 X 72 X 80 X 80 X 72 X 72 X 72 X 36 X 49 X 63 X 49 X 40 X 40 X 58 X 67 X 63 X 89 X 76 X 89 X 67 X 63 X 76 X 67 X 63 X 76 X 54 X 58 X 58 X 72 X +USW00023188197610WT01-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197610WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197610WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197610WT08-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00023188197610WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197611TMAX 283 0 311 0 322 0 361 0 333 0 294 0 283 0 294 0 250 0 233 0 217 0 200 0 206 0 206 0 228 0 261 0 311 0 283 0 228 0 222 0 211 0 206 0 239 0 228 0 200 0 194 0 194 0 178 0 200 0 239 0-9999 +USW00023188197611TMIN 139 0 144 0 156 0 167 0 189 0 161 0 156 0 150 0 161 0 133 0 161 0 161 0 144 0 144 0 144 0 133 0 161 0 144 0 144 0 139 0 150 0 161 0 133 0 111 0 128 0 178 0 78 0 56 0 67 0 89 0-9999 +USW00023188197611PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 86 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0-9999 +USW00023188197611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197611ACMH 0 X 0 X 20 X 0 X 0 X 0 X 0 X 20 X 90 X 40 X 90 X 80 X 40 X 70 X 10 X 0 X 0 X 0 X 10 X 30 X 60 X 60 X 10 X 20 X 70 X 100 X 50 X 0 X 0 X 0 X-9999 +USW00023188197611ACSH 0 X 0 X 20 X 0 X 0 X 0 X 0 X 0 X 90 X 10 X 100 X 100 X 0 X 80 X 20 X 10 X 0 X 0 X 10 X 40 X 50 X 60 X 10 X 10 X 30 X 100 X 60 X 0 X 0 X 0 X-9999 +USW00023188197611PGTM 1506 X 1330 X 1618 X 1424 X 1506 X 1242 X 1236 X 1430 X 1424 X 1554 X 1648 X 0142 X 1200 X 1154 X 1454 X 1524 X 1224 X 1512 X 1400 X 1342 X 1418 X 1312 X 1442 X 1348 X 2300 X 1542 X 0648 X 1454 X 1330 X 1536 X-9999 +USW00023188197611PSUN 100 X 100 X 100 X 100 X 100 X 100 X 100 X 96 X 92 X 92 X 70 X 59 X 98 X 49 X 97 X 99 X 100 X 98 X 100 X 95 X 72 X 60 X 94 X 98 X 80 X 6 X 48 X 100 X 100 X 100 X-9999 +USW00023188197611TSUN 654 X 648 X 648 X 648 X 648 X 642 X 642 X 612 X 588 X 588 X 444 X 378 X 618 X 306 X 606 X 624 X 630 X 612 X 624 X 594 X 444 X 372 X 582 X 606 X 492 X 42 X 294 X 612 X 612 X 612 X-9999 +USW00023188197611WDFG 315W X 315W X 315W X 315W X 315W X 225W X 315W X 360W X 180W X 315W X 270W X 270W X 270W X 315W X 270W X 315W X 90W X 315W X 270W X 315W X 270W X 225W X 270W X 315W X 180W X 225W X 45W X 225W X 315W X 315W X-9999 +USW00023188197611WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 270W X 315W X 315W X 315W X 45W X 315W X 270W X 315W X 315W X 225W X 315W X 315W X 225W X 180W X 45W X 270W X 315W X 315W X-9999 +USW00023188197611WSFG 82 X 82 X 77 X 72 X 51 X 46 X 77 X 72 X 46 X 77 X 72 X 134 X 57 X 77 X 77 X 51 X 98 X 62 X 41 X 62 X 72 X 51 X 57 X 62 X 62 X 87 X 113 X 57 X 72 X 72 X-9999 +USW00023188197611WSFM 58 X 63 X 58 X 63 X 54 X 40 X 67 X 63 X 36 X 72 X 49 X 80 X 40 X 58 X 72 X 49 X 76 X 49 X 31 X 54 X 72 X 36 X 54 X 58 X 45 X 63 X 80 X 40 X 45 X 54 X-9999 +USW00023188197611WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197611WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197611WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197611WT08 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197611WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188197612TMAX 256 0 250 0 233 0 200 0 206 0 228 0 239 0 217 0 189 0 217 0 239 0 250 0 239 0 228 0 233 0 267 0 206 0 211 0 206 0 211 0 211 0 222 0 200 0 189 0 222 0 233 0 200 0 222 0 183 0 178 0 178 0 +USW00023188197612TMIN 89 0 106 0 94 0 94 0 133 0 100 0 89 0 89 0 100 0 94 0 83 0 83 0 94 0 106 0 94 0 100 0 94 0 111 0 139 0 122 0 106 0 83 0 94 0 111 0 78 0 89 0 89 0 83 0 94 0 117 0 139 0 +USW00023188197612PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 183 0 +USW00023188197612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197612ACMH 0 X 0 X 0 X 30 X 20 X 10 X 0 X 40 X 50 X 0 X 0 X 0 X 60 X 60 X 0 X 0 X 10 X 50 X 40 X 0 X 20 X 10 X 60 X 10 X 0 X 60 X 70 X 10 X 80 X 80 X 70 X +USW00023188197612ACSH 0 X 0 X 0 X 10 X 0 X 20 X 0 X 80 X 60 X 0 X 0 X 0 X 60 X 70 X 0 X 0 X 0 X 60 X 40 X 0 X 30 X 10 X 80 X 0 X 0 X 100 X 100 X 10 X 100 X 100 X 80 X +USW00023188197612PGTM 1236 X 1436 X 1242 X 1442 X 1448 X 1436 X 1242 X 1342 X 1242 X 1648 X 1548 X 1618 X 1136 X 1306 X 1330 X 0600 X 1354 X 1354 X 1506 X 1354 X 1336 X 1530 X-9999 1406 X 1454 X 1148 X 1342 X 1230 X 1454 X 1500 X 1312 X +USW00023188197612PSUN 100 X 100 X 100 X 94 X 93 X 100 X 100 X 92 X 66 X 100 X 100 X 100 X 99 X 94 X 100 X 100 X 96 X 65 X 100 X 100 X 84 X 100 X 69 X 100 X 100 X 98 X 49 X 96 X 46 X 10 X 47 X +USW00023188197612TSUN 612 X 606 X 606 X 570 X 564 X 606 X 606 X 558 X 396 X 606 X 600 X 600 X 594 X 564 X 600 X 600 X 576 X 390 X 600 X 600 X 504 X 600 X 414 X 600 X 600 X 588 X 294 X 576 X 276 X 60 X 282 X +USW00023188197612WDFG 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 45W X 180W X 270W X 315W X 315W X 315W X 315W X-9999 45W X 360W X 225W X 225W X 315W X 225W X 225W X 180W X +USW00023188197612WDFM 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 90W X 315W X 180W X 180W X 225W X +USW00023188197612WSFG 62 X 93 X 51 X 51 X 82 X 77 X 62 X 77 X 72 X 62 X 72 X 72 X 67 X 62 X 77 X 67 X 57 X 57 X 67 X 103 X 77 X 67 X-9999 67 X 77 X 62 X 36 X 72 X 46 X 129 X 123 X +USW00023188197612WSFM 49 X 76 X 36 X 36 X 72 X 63 X 54 X 76 X 45 X 49 X 54 X 63 X 58 X 58 X 67 X 54 X 40 X 40 X 63 X 85 X 63 X 63 X 45 X 58 X 72 X 36 X 27 X 67 X 31 X 94 X 58 X +USW00023188197612WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188197612WT08-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00023188197612WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188197701TMAX 183 0 183 0 178 0 167 0 161 0 167 0 167 0 167 0 172 0 178 0 194 0 183 0 183 0 200 0 211 0 222 0 300 0 267 0 233 0 211 0 200 0 206 0 194 0 233 0 217 0 217 0 217 0 194 0 200 0 206 0 211 0 +USW00023188197701TMIN 111 0 117 0 133 0 111 0 111 0 111 0 122 0 117 0 89 0 78 0 78 0 89 0 89 0 94 0 83 0 83 0 100 0 122 0 133 0 139 0 156 0 139 0 117 0 111 0 128 0 144 0 122 0 144 0 139 0 111 0 94 0 +USW00023188197701PRCP 0 0 41 0 61 0 23 0 89 0 323 0 38 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 3 0 0 0 18 0 5 0 0 0 0 0 +USW00023188197701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197701ACMH 30 X 70 X 50 X 70 X 80 X 90 X 100 X 50 X 10 X 50 X 20 X 10 X 10 X 0 X 40 X 20 X 30 X 90 X 100 X 100 X 90 X 50 X 30 X 40 X 90 X 50 X 60 X 100 X 60 X 20 X 40 X +USW00023188197701ACSH 30 X 60 X 40 X 80 X 80 X 90 X 100 X 70 X 10 X 80 X 30 X 20 X 0 X 0 X 50 X 40 X 20 X 100 X 100 X 100 X 80 X 50 X 60 X 40 X 100 X 40 X 70 X 100 X 80 X 30 X 40 X +USW00023188197701PGTM 1512 X 2142 X 0400 X 1406 X 0918 X 1048 X 2012 X 1154 X 1442 X 1436 X 1618 X 1354 X 1412 X 1412 X 1448 X 1612 X 1354 X 1718 X 1300 X 1518 X 1318 X 1630 X 1618 X 1406 X 2348 X 0018 X 1412 X 2142 X 1448 X 1636 X 1642 X +USW00023188197701PSUN 94 X 71 X 81 X 60 X 35 X 20 X 29 X 50 X 100 X 96 X 94 X 94 X 100 X 100 X 97 X 100 X 85 X 77 X 75 X 36 X 64 X 95 X 81 X 100 X 53 X 70 X 76 X 37 X 77 X 80 X 100 X +USW00023188197701TSUN 564 X 426 X 492 X 366 X 216 X 126 X 174 X 306 X 606 X 582 X 576 X 576 X 612 X 612 X 594 X 618 X 522 X 474 X 462 X 222 X 396 X 594 X 504 X 624 X 336 X 438 X 480 X 234 X 486 X 510 X 636 X +USW00023188197701WDFG 270W X 225W X 225W X 225W X 315W X 135W X 225W X 270W X 315W X 315W X 360W X 180W X 315W X 315W X 315W X 315W X 45W X 360W X 225W X 315W X 315W X 270W X 315W X 315W X 45W X 45W X 315W X 45W X 315W X 315W X 270W X +USW00023188197701WDFM 270W X 225W X 225W X 180W X 180W X 135W X 180W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 45W X 315W X 45W X 315W X 315W X 315W X 315W X 315W X 360W X 45W X 315W X 315W X 315W X 315W X 315W X +USW00023188197701WSFG 67 X 113 X 139 X 77 X 123 X 139 X 82 X 113 X 77 X 77 X 62 X 103 X 93 X 67 X 82 X 67 X 144 X 41 X 51 X 67 X 62 X 51 X 72 X 72 X 87 X 72 X 51 X 72 X 77 X 62 X 57 X +USW00023188197701WSFM 40 X 94 X 121 X 49 X 76 X 76 X 67 X 80 X 67 X 72 X 49 X 49 X 76 X 58 X 72 X 58 X 103 X 31 X 36 X 49 X 49 X 45 X 63 X 67 X 67 X 54 X 45 X 67 X 67 X 58 X 45 X +USW00023188197701WT01-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X +USW00023188197701WT05-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197701WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00023188197701WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 +USW00023188197702TMAX 178 0 206 0 211 0 222 0 228 0 228 0 244 0 194 0 194 0 228 0 267 0 294 0 256 0 233 0 272 0 272 0 217 0 194 0 194 0 194 0 200 0 200 0 183 0 161 0 178 0 194 0 233 0 239 0-9999 -9999 -9999 +USW00023188197702TMIN 133 0 106 0 117 0 89 0 89 0 100 0 100 0 122 0 139 0 111 0 100 0 117 0 117 0 106 0 111 0 117 0 111 0 117 0 117 0 122 0 139 0 150 0 122 0 111 0 72 0 89 0 89 0 100 0-9999 -9999 -9999 +USW00023188197702PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 15 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197702ACMH 90 X 40 X 40 X 0 X 30 X 50 X 30 X 60 X 70 X 40 X 0 X 0 X 0 X 30 X 0 X 0 X 30 X 50 X 70 X 60 X 80 X 30 X 70 X 80 X 20 X 20 X 0 X 60 X-9999 -9999 -9999 +USW00023188197702ACSH 100 X 20 X 40 X 0 X 30 X 60 X 20 X 70 X 90 X 60 X 0 X 0 X 10 X 40 X 0 X 0 X 20 X 30 X 50 X 50 X 70 X 20 X 90 X 90 X 30 X 10 X 0 X 80 X-9999 -9999 -9999 +USW00023188197702PGTM 1036 X 1348 X 1448 X 1612 X 1606 X 1530 X 1254 X 0242 X 1412 X 1230 X 1530 X 1612 X 1354 X 1206 X 1530 X 1518 X 1354 X 1300 X 1442 X 1448 X 1330 X 1136 X 1906 X 1506 X 1754 X 1536 X 1400 X 1512 X-9999 -9999 -9999 +USW00023188197702PSUN 32 X 89 X 96 X 100 X 100 X 100 X 100 X 80 X 73 X 93 X 100 X 100 X 100 X 93 X 100 X 100 X 96 X 78 X 65 X 71 X 65 X 87 X 57 X 39 X 93 X 100 X 100 X 94 X-9999 -9999 -9999 +USW00023188197702TSUN 204 X 570 X 612 X 642 X 642 X 648 X 648 X 522 X 474 X 606 X 654 X 654 X 660 X 612 X 660 X 666 X 642 X 522 X 438 X 480 X 432 X 582 X 384 X 264 X 636 X 684 X 684 X 648 X-9999 -9999 -9999 +USW00023188197702WDFG 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 180W X 315W X 315W X 315W X 315W X 315W X-9999 -9999 -9999 +USW00023188197702WDFM 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X-9999 -9999 -9999 +USW00023188197702WSFG 67 X 77 X 77 X 82 X 62 X 51 X 67 X 82 X 87 X 98 X 67 X 72 X 57 X 62 X 87 X 67 X 57 X 62 X 93 X 93 X 82 X 108 X 72 X 113 X 103 X 82 X 77 X 98 X-9999 -9999 -9999 +USW00023188197702WSFM 36 X 67 X 63 X 67 X 54 X 45 X 63 X 54 X 80 X 76 X 63 X 63 X 58 X 54 X 80 X 58 X 49 X 54 X 85 X 89 X 67 X 89 X 54 X 89 X 85 X 76 X 72 X 80 X-9999 -9999 -9999 +USW00023188197702WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197702WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197702WT08 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197702WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197703TMAX 178 0 172 0 178 0 206 0 222 0 244 0 228 0 206 0 178 0 194 0 206 0 200 0 161 0 167 0 161 0 156 0 161 0 167 0 178 0 183 0 233 0 178 0 178 0 172 0 150 0 161 0 167 0 178 0 178 0 156 0 156 0 +USW00023188197703TMIN 128 0 78 0 83 0 89 0 94 0 100 0 100 0 133 0 117 0 111 0 83 0 83 0 117 0 106 0 67 0 100 0 100 0 94 0 83 0 94 0 106 0 111 0 133 0 128 0 83 0 78 0 111 0 133 0 106 0 89 0 83 0 +USW00023188197703PRCP 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 69 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 56 0 0 0 0 0 0 0 0 0 0 0 8 0 +USW00023188197703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197703ACMH 20 X 0 X 10 X 0 X 0 X 10 X 100 X 100 X 60 X 10 X 0 X 10 X 50 X 20 X 10 X 60 X 30 X 20 X 0 X 0 X 0 X 70 X 90 X 80 X 70 X 30 X 90 X 70 X 0 X 30 X 40 X +USW00023188197703ACSH 10 X 0 X 10 X 0 X 0 X 20 X 100 X 100 X 50 X 10 X 0 X 0 X 50 X 20 X 0 X 70 X 20 X 0 X 0 X 0 X 0 X 70 X 90 X 80 X 70 X 20 X 90 X 70 X 0 X 40 X 50 X +USW00023188197703PGTM 1142 X 1418 X 1612 X 1554 X 1606 X 1542 X 1636 X 1348 X 2236 X 1548 X 1700 X 1324 X 1412 X 1536 X 1536 X 1100 X 0124 X 1612 X 1218 X 1512 X 1600 X 1218 X 2030 X 2142 X 1400 X 1224 X 1242 X 1512 X 1430 X 1142 X 1306 X +USW00023188197703PSUN 92 X 100 X 100 X 100 X 100 X 100 X 81 X 78 X 75 X 100 X 100 X 100 X 85 X 90 X 100 X 61 X 81 X 99 X 100 X 100 X 100 X 58 X 49 X 41 X 53 X 93 X 55 X 62 X 100 X 81 X 72 X +USW00023188197703TSUN 636 X 690 X 696 X 696 X 696 X 702 X 570 X 552 X 528 X 708 X 708 X 714 X 606 X 642 X 720 X 438 X 588 X 720 X 726 X 726 X 732 X 426 X 354 X 306 X 396 X 684 X 402 X 462 X 744 X 606 X 540 X +USW00023188197703WDFG 315W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 225W X 315W X 315W X 315W X 180W X 270W X 315W X 225W X 270W X 315W X 225W X 270W X 180W X 225W X 315W X 180W X 270W X 225W X 270W X 270W X +USW00023188197703WDFM 315W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 270W X 315W X 225W X 315W X 315W X 225W X 270W X 315W X 225W X 315W X 180W X 270W X 315W X 315W X 270W X +USW00023188197703WSFG 159 X 108 X 72 X 93 X 93 X 93 X 77 X 57 X 82 X 93 X 98 X 67 X 113 X 93 X 87 X 154 X 98 X 93 X 67 X 62 X 77 X 67 X 77 X 123 X 154 X 93 X 103 X 87 X 77 X 103 X 93 X +USW00023188197703WSFM 148 X 76 X 49 X 85 X 76 X 80 X 67 X 45 X 67 X 76 X 80 X 58 X 94 X 72 X 80 X 125 X 63 X 80 X 49 X 54 X 76 X 45 X 67 X 94 X 112 X 76 X 76 X 58 X 58 X 72 X 67 X +USW00023188197703WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197703WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197703WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197703WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197703WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00023188197704TMAX 161 0 156 0 189 0 206 0 217 0 194 0 194 0 178 0 189 0 172 0 172 0 189 0 172 0 183 0 189 0 178 0 189 0 183 0 194 0 217 0 222 0 239 0 244 0 233 0 222 0 189 0 183 0 194 0 206 0 206 0-9999 +USW00023188197704TMIN 106 0 117 0 100 0 100 0 106 0 133 0 128 0 133 0 133 0 133 0 139 0 122 0 139 0 128 0 139 0 139 0 144 0 144 0 144 0 144 0 111 0 133 0 128 0 133 0 133 0 161 0 144 0 139 0 139 0 144 0-9999 +USW00023188197704PRCP 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0-9999 +USW00023188197704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197704ACMH 90 X 90 X 10 X 0 X 20 X 60 X 60 X 60 X 80 X 50 X 60 X 50 X 100 X 40 X 70 X 60 X 70 X 90 X 30 X 40 X 70 X 90 X 0 X 10 X 10 X 100 X 100 X 60 X 50 X 80 X-9999 +USW00023188197704ACSH 90 X 90 X 0 X 0 X 20 X 40 X 40 X 30 X 80 X 30 X 50 X 40 X 90 X 30 X 50 X 40 X 50 X 80 X 20 X 30 X 70 X 90 X 0 X 10 X 10 X 100 X 100 X 60 X 60 X 80 X-9999 +USW00023188197704PGTM 1530 X 1524 X 1524 X 1518 X 1236 X 1300 X 1406 X 1512 X 1254 X 1306 X 1406 X 1200 X 2336 X 0018 X 1148 X 1242 X 1400 X 1342 X 1312 X 1148 X 1218 X 1448 X 1318 X 1454 X 1442 X 1306 X 1524 X 1530 X 1500 X 1500 X-9999 +USW00023188197704PSUN 45 X 32 X 100 X 100 X 96 X 72 X 64 X 75 X 50 X 79 X 78 X 69 X 41 X 80 X 67 X 63 X 63 X 38 X 33 X 80 X 79 X 67 X 100 X 100 X 100 X 57 X 26 X 63 X 92 X 73 X-9999 +USW00023188197704TSUN 336 X 246 X 756 X 756 X 726 X 546 X 486 X 576 X 384 X 606 X 600 X 528 X 318 X 618 X 522 X 492 X 492 X 300 X 654 X 630 X 624 X 528 X 792 X 798 X 798 X 456 X 210 X 510 X 738 X 588 X-9999 +USW00023188197704WDFG 270W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 225W X 315W X 180W X 180W X 270W X 225W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X 270W X 315W X 180W X 225W X 270W X 315W X 315W X-9999 +USW00023188197704WDFM 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 225W X 315W X 180W X 180W X 225W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 270W X 315W X 315W X-9999 +USW00023188197704WSFG 93 X 67 X 93 X 87 X 93 X 87 X 72 X 82 X 77 X 82 X 72 X 93 X 98 X 82 X 72 X 67 X 77 X 77 X 77 X 62 X 77 X 77 X 82 X 82 X 103 X 72 X 82 X 72 X 77 X 93 X-9999 +USW00023188197704WSFM 67 X 58 X 80 X 76 X 85 X 80 X 54 X 67 X 58 X 58 X 49 X 76 X 76 X 67 X 49 X 40 X 58 X 49 X 63 X 45 X 54 X 63 X 63 X 67 X 85 X 54 X 63 X 49 X 76 X 72 X-9999 +USW00023188197704WT01-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188197704WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197704WT08-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197704WT16 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188197705TMAX 206 0 211 0 194 0 194 0 183 0 172 0 183 0 189 0 178 0 183 0 183 0 172 0 189 0 189 0 167 0 167 0 194 0 206 0 200 0 217 0 200 0 183 0 172 0 183 0 194 0 200 0 206 0 183 0 189 0 206 0 211 0 +USW00023188197705TMIN 150 0 139 0 150 0 150 0 144 0 122 0 117 0 133 0 133 0 133 0 128 0 139 0 139 0 144 0 150 0 139 0 122 0 122 0 139 0 144 0 150 0 144 0 144 0 144 0 144 0 144 0 156 0 156 0 150 0 150 0 161 0 +USW00023188197705PRCP 0T 0 0 0 0 0 0 0 0T 0 8 0 30 0 378 0 13 0 3 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197705ACMH 40 X 40 X 80 X 70 X 100 X 90 X 90 X 100 X 80 X 50 X 50 X 90 X 50 X 70 X 90 X 70 X 20 X 10 X 40 X 10 X 60 X 100 X 100 X 90 X 40 X 60 X 70 X 50 X 50 X 70 X 80 X +USW00023188197705ACSH 40 X 40 X 80 X 70 X 100 X 90 X 90 X 100 X 80 X 50 X 40 X 90 X 50 X 60 X 90 X 80 X 20 X 0 X 40 X 0 X 30 X 100 X 100 X 90 X 40 X 60 X 70 X 50 X 60 X 50 X 70 X +USW00023188197705PGTM 1648 X 1536 X 1248 X 1436 X 1442 X 1324 X 1448 X 1118 X 0424 X 1548 X 1706 X 1442 X 1148 X 1154 X 2030 X 1636 X 1418 X 1442 X 1806 X 1212 X 1142 X 1454 X 1442 X 1148 X 1112 X 1436 X 1236 X 1312 X 1518 X 1454 X 1312 X +USW00023188197705PSUN 66 X 100 X 51 X 52 X 17 X 55 X 50 X 10 X 46 X 78 X 67 X 37 X 76 X 66 X 24 X 46 X 97 X 100 X 78 X 100 X 70 X 29 X 24 X 38 X 82 X 87 X 65 X 65 X 59 X 60 X 65 X +USW00023188197705TSUN 534 X 810 X 414 X 426 X 138 X 450 X 408 X 78 X 306 X 642 X 552 X 306 X 630 X 546 X 198 X 378 X 804 X 834 X 654 X 840 X 588 X 246 X 198 X 318 X 690 X 732 X 552 X 552 X 504 X 504 X 558 X +USW00023188197705WDFG 315W X 315W X 315W X 225W X 180W X 225W X 225W X 180W X 225W X 315W X 315W X 180W X 270W X 225W X 180W X 270W X 270W X 315W X 315W X 225W X 225W X 225W X 270W X 225W X 270W X 315W X 225W X 225W X 180W X 225W X 315W X +USW00023188197705WDFM 315W X 315W X 315W X 225W X 135W X 225W X 225W X 180W X 225W X 315W X 315W X 180W X 270W X 180W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 180W X 180W X 225W X 315W X +USW00023188197705WSFG 87 X 103 X 87 X 82 X 103 X 93 X 82 X 175 X 108 X 123 X 82 X 103 X 98 X 82 X 72 X 93 X 103 X 98 X 82 X 72 X 62 X 77 X 87 X 93 X 98 X 103 X 72 X 72 X 62 X 67 X 77 X +USW00023188197705WSFM 72 X 80 X 63 X 63 X 76 X 54 X 63 X 134 X 67 X 72 X 54 X 67 X 54 X 54 X 54 X 67 X 58 X 63 X 72 X 54 X 40 X 49 X 58 X 72 X 72 X 80 X 49 X 45 X 40 X 45 X 49 X +USW00023188197705WT01-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188197705WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188197705WT16 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197706TMAX 211 0 200 0 194 0 211 0 211 0 211 0 200 0 194 0 200 0 206 0 200 0 200 0 194 0 211 0 211 0 217 0 217 0 211 0 200 0 200 0 194 0 206 0 211 0 217 0 200 0 228 0 222 0 222 0 233 0 244 0-9999 +USW00023188197706TMIN 156 0 150 0 156 0 150 0 172 0 172 0 167 0 167 0 167 0 167 0 167 0 167 0 167 0 167 0 167 0 167 0 161 0 156 0 167 0 161 0 161 0 167 0 172 0 178 0 172 0 172 0 172 0 167 0 178 0 178 0-9999 +USW00023188197706PRCP 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197706ACMH 60 X 50 X 60 X 80 X 80 X 100 X 100 X 100 X 100 X 70 X 80 X 90 X 90 X 60 X 60 X 90 X 50 X 60 X 60 X 90 X 90 X 90 X 90 X 80 X 90 X 50 X 60 X 80 X 50 X 40 X-9999 +USW00023188197706ACSH 60 X 40 X 50 X 70 X 80 X 100 X 100 X 100 X 100 X 70 X 70 X 80 X 80 X 50 X 50 X 90 X 40 X 30 X 40 X 80 X 90 X 80 X 90 X 70 X 90 X 30 X 60 X 90 X 30 X 30 X-9999 +USW00023188197706PGTM 1142 X 1512 X 1254 X 1448 X 0648 X 1512 X 1506 X 1530 X 1218 X 1318 X 1424 X 1348 X 1730 X 1354 X 1506 X 1500 X 1148 X 1200 X 1706 X 1300 X 1412 X 1348 X 1454 X 1106 X 1324 X 1448 X 1730 X 1518 X 1036 X 1342 X-9999 +USW00023188197706PSUN 61 X 75 X 69 X 48 X 43 X 17 X 24 X 9 X 28 X 54 X 55 X 35 X 36 X 63 X 59 X 67 X 79 X 83 X 70 X 47 X 34 X 41 X 43 X 52 X 42 X 81 X 72 X 58 X 83 X 72 X-9999 +USW00023188197706TSUN 522 X 642 X 588 X 414 X 366 X 150 X 204 X 78 X 240 X 462 X 474 X 300 X 306 X 540 X 510 X 576 X 684 X 714 X 600 X 402 X 294 X 354 X 372 X 444 X 360 X 696 X 624 X 498 X 714 X 618 X-9999 +USW00023188197706WDFG 270W X 225W X 225W X 270W X 135W X 225W X 270W X 225W X 180W X 315W X 270W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 270W X 180W X 225W X 225W X 270W X 270W X 270W X 315W X 315W X 315W X 315W X 225W X-9999 +USW00023188197706WDFM 315W X 225W X 180W X 225W X 135W X 225W X 225W X 225W X 225W X 270W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X-9999 +USW00023188197706WSFG 72 X 62 X 72 X 72 X 98 X 67 X 62 X 72 X 77 X 82 X 93 X 93 X 87 X 113 X 103 X 93 X 103 X 77 X 72 X 72 X 77 X 77 X 72 X 82 X 67 X 93 X 72 X 82 X 82 X 72 X-9999 +USW00023188197706WSFM 49 X 40 X 40 X 54 X 63 X 45 X 40 X 49 X 40 X 58 X 49 X 58 X 45 X 67 X 72 X 76 X 76 X 58 X 45 X 40 X 54 X 49 X 49 X 45 X 36 X 67 X 45 X 63 X 63 X 45 X-9999 +USW00023188197706WT01 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197706WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197706WT08 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188197706WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197707TMAX 244 0 261 0 228 0 217 0 228 0 244 0 239 0 233 0 239 0 239 0 222 0 228 0 233 0 233 0 233 0 261 0 267 0 256 0 228 0 239 0 250 0 239 0 233 0 256 0 278 0 306 0 294 0 300 0 267 0 267 0 278 0 +USW00023188197707TMIN 189 0 183 0 178 0 178 0 167 0 161 0 183 0 178 0 172 0 183 0 183 0 183 0 183 0 189 0 194 0 200 0 206 0 200 0 183 0 183 0 194 0 194 0 189 0 200 0 200 0 200 0 194 0 206 0 217 0 217 0 217 0 +USW00023188197707PRCP 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197707ACMH 30 X 40 X 90 X 60 X 30 X 20 X 30 X 40 X 40 X 50 X 50 X 50 X 50 X 40 X 80 X 20 X 60 X 70 X 70 X 50 X 50 X 60 X 80 X 60 X 30 X 10 X 20 X 20 X 60 X 80 X 90 X +USW00023188197707ACSH 20 X 50 X 100 X 70 X 30 X 10 X 20 X 30 X 30 X 30 X 40 X 30 X 30 X 30 X 90 X 20 X 70 X 70 X 60 X 30 X 20 X 40 X 80 X 50 X 20 X 20 X 30 X 30 X 70 X 100 X 90 X +USW00023188197707PGTM 1330 X 1542 X 1630 X 1330 X 1200 X 1330 X 1324 X 1224 X 1406 X 1406 X 1500 X 1630 X 1536 X 1406 X 1054 X 1524 X 1506 X 1300 X 1330 X 1230 X 1318 X 1142 X 1200 X 1300 X 1512 X 1518 X 1712 X 1300 X 0948 X 1730 X 1512 X +USW00023188197707PSUN 95 X 61 X 39 X 50 X 75 X 84 X 91 X 79 X 80 X 82 X 69 X 80 X 73 X 79 X 65 X 100 X 91 X 55 X 57 X 77 X 88 X 79 X 36 X 78 X 83 X 86 X 73 X 100 X 100 X 57 X 73 X +USW00023188197707TSUN 810 X 516 X 336 X 426 X 642 X 714 X 780 X 678 X 684 X 696 X 588 X 678 X 618 X 666 X 552 X 846 X 768 X 468 X 480 X 648 X 744 X 666 X 300 X 654 X 696 X 720 X 606 X 828 X 828 X 474 X 600 X +USW00023188197707WDFG 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 225W X 225W X 315W X 180W X 225W X 315W X 315W X 315W X 180W X 180W X 180W X 315W X 315W X +USW00023188197707WDFM 315W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 180W X 225W X 315W X 180W X 180W X 315W X 315W X 315W X 225W X 180W X 180W X 315W X 315W X +USW00023188197707WSFG 82 X 98 X 77 X 72 X 82 X 72 X 87 X 82 X 82 X 72 X 72 X 87 X 93 X 93 X 87 X 77 X 93 X 82 X 77 X 82 X 77 X 77 X 87 X 98 X 103 X 93 X 67 X 62 X 77 X 82 X 77 X +USW00023188197707WSFM 54 X 80 X 58 X 40 X 45 X 49 X 49 X 54 X 49 X 45 X 45 X 63 X 67 X 63 X 58 X 54 X 63 X 49 X 40 X 45 X 45 X 45 X 63 X 67 X 80 X 76 X 40 X 36 X 49 X 58 X 58 X +USW00023188197707WT01-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188197707WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188197707WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188197707WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197708TMAX 256 0 272 0 272 0 267 0 256 0 244 0 244 0 244 0 244 0 244 0 244 0 244 0 244 0 250 0 256 0 272 0 233 0 256 0 261 0 278 0 233 0 233 0 239 0 256 0 250 0 244 0 233 0 244 0 250 0 239 0 239 0 +USW00023188197708TMIN 217 0 217 0 211 0 217 0 211 0 206 0 206 0 200 0 200 0 200 0 200 0 200 0 200 0 200 0 200 0 228 0 206 0 206 0 211 0 211 0 206 0 206 0 211 0 206 0 200 0 211 0 206 0 200 0 206 0 200 0 206 0 +USW00023188197708PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 366 0 175 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197708ACMH 90 X 60 X 30 X 60 X 40 X 40 X 40 X 40 X 60 X 40 X 50 X 40 X 50 X 30 X 50 X 100 X 100 X 70 X 50 X 10 X 90 X 80 X 60 X 30 X 40 X 90 X 70 X 50 X 80 X 80 X 50 X +USW00023188197708ACSH 100 X 50 X 20 X 40 X 20 X 20 X 30 X 20 X 30 X 30 X 40 X 20 X 40 X 30 X 60 X 100 X 100 X 60 X 40 X 10 X 100 X 90 X 60 X 30 X 20 X 80 X 60 X 40 X 90 X 70 X 50 X +USW00023188197708PGTM 1654 X 1642 X 1318 X 1112 X 1324 X 1142 X 1300 X 1536 X 1224 X 1442 X 1300 X 1248 X 1648 X 1500 X 1206 X 1824 X 1124 X 1400 X 1442 X 1300 X 0936 X 1454 X 1530 X 1324 X 1048 X 1418 X 0530 X 1148 X 1312 X 1306 X 1218 X +USW00023188197708PSUN 19 X 98 X 89 X 86 X 82 X 82 X 77 X 87 X 72 X 79 X 77 X 93 X 77 X 79 X 54 X 0 X 0 X 64 X 69 X 100 X 21 X 44 X 58 X 71 X 83 X 49 X 72 X 72 X 33 X 53 X 68 X +USW00023188197708TSUN 156 X 810 X 732 X 708 X 672 X 672 X 624 X 708 X 582 X 636 X 624 X 750 X 624 X 642 X 438 X 0 X 0 X 510 X 546 X 792 X 168 X 342 X 462 X 558 X 654 X 378 X 558 X 564 X 252 X 408 X 528 X +USW00023188197708WDFG 360W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 180W X 270W X 315W X 315W X 180W X 225W X 270W X 315W X 270W X 225W X 180W X 225W X 225W X 225W X 225W X +USW00023188197708WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 180W X 315W X 180W X 315W X 315W X 315W X 180W X 180W X 225W X 315W X 315W X 180W X 180W X 225W X 225W X 225W X 225W X +USW00023188197708WSFG 123 X 67 X 72 X 77 X 103 X 82 X 82 X 82 X 77 X 77 X 82 X 93 X 93 X 103 X 93 X 87 X 149 X 67 X 82 X 82 X 98 X 62 X 72 X 87 X 77 X 82 X 82 X 82 X 72 X 77 X 77 X +USW00023188197708WSFM 94 X 45 X 45 X 54 X 63 X 49 X 54 X 58 X 49 X 49 X 49 X 63 X 72 X 76 X 54 X 72 X 98 X 40 X 58 X 54 X 63 X 36 X 40 X 58 X 40 X 45 X 58 X 45 X 40 X 40 X 40 X +USW00023188197708WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197708WT08-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 +USW00023188197708WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197709TMAX 244 0 250 0 250 0 244 0 256 0 289 0 294 0 278 0 261 0 239 0 244 0 244 0 244 0 239 0 239 0 228 0 244 0 250 0 244 0 239 0 239 0 228 0 244 0 267 0 244 0 250 0 244 0 228 0 244 0 233 0-9999 +USW00023188197709TMIN 206 0 200 0 211 0 206 0 183 0 206 0 217 0 217 0 211 0 211 0 211 0 211 0 211 0 206 0 206 0 200 0 172 0 167 0 189 0 183 0 172 0 189 0 178 0 183 0 194 0 200 0 211 0 200 0 194 0 200 0-9999 +USW00023188197709PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00023188197709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197709ACMH 40 X 60 X 60 X 40 X 20 X 10 X 0 X 0 X 60 X 60 X 70 X 80 X 60 X 80 X 60 X 40 X 10 X 0 X 10 X 10 X 10 X 80 X 100 X 20 X 60 X 80 X 70 X 60 X 90 X 50 X-9999 +USW00023188197709ACSH 40 X 40 X 40 X 40 X 0 X 10 X 0 X 0 X 30 X 50 X 50 X 60 X 40 X 60 X 30 X 50 X 0 X 0 X 10 X 10 X 0 X 60 X 100 X 10 X 30 X 70 X 60 X 60 X 80 X 60 X-9999 +USW00023188197709PGTM 1354 X 1400 X 1330 X 1248 X 1406 X 1218 X 1348 X 1054 X 1506 X 1406 X 1518 X 1606 X 1106 X 1242 X 1312 X 1448 X 1442 X 1318 X 1318 X 1254 X 1254 X 1254 X 1254 X 1212 X 1348 X 1354 X 1442 X 1418 X 1336 X 1148 X-9999 +USW00023188197709PSUN 73 X 72 X 70 X 76 X 100 X 94 X 100 X 95 X 77 X 72 X 63 X 44 X 74 X 74 X 78 X 83 X 100 X 100 X 100 X 100 X 100 X 75 X 70 X 100 X 81 X 55 X 59 X 54 X 38 X 48 X-9999 +USW00023188197709TSUN 564 X 552 X 540 X 582 X 762 X 720 X 762 X 720 X 582 X 540 X 474 X 330 X 552 X 552 X 576 X 618 X 738 X 738 X 738 X 732 X 732 X 546 X 504 X 726 X 588 X 396 X 426 X 384 X 270 X 348 X-9999 +USW00023188197709WDFG 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 270W X 270W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 270W X 225W X 225W X 270W X 315W X 315W X 270W X 315W X-9999 +USW00023188197709WDFM 270W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 270W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188197709WSFG 93 X 108 X 108 X 93 X 82 X 93 X 93 X 72 X 62 X 72 X 72 X 77 X 98 X 103 X 87 X 103 X 113 X 103 X 108 X 93 X 72 X 82 X 82 X 72 X 87 X 93 X 113 X 108 X 82 X 82 X-9999 +USW00023188197709WSFM 54 X 76 X 76 X 58 X 58 X 76 X 67 X 49 X 36 X 54 X 45 X 54 X 63 X 76 X 49 X 72 X 85 X 80 X 76 X 72 X 45 X 58 X 58 X 45 X 72 X 63 X 89 X 76 X 58 X 58 X-9999 +USW00023188197709WT01-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197709WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197709WT08-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00023188197709WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197710TMAX 239 0 239 0 239 0 261 0 267 0 244 0 289 0 239 0 228 0 228 0 239 0 256 0 233 0 239 0 228 0 233 0 222 0 217 0 211 0 206 0 217 0 239 0 250 0 256 0 239 0 233 0 222 0 211 0 211 0 217 0 222 0 +USW00023188197710TMIN 183 0 194 0 183 0 178 0 194 0 206 0 194 0 200 0 194 0 194 0 189 0 178 0 178 0 172 0 167 0 167 0 172 0 183 0 172 0 167 0 156 0 150 0 183 0 156 0 156 0 161 0 183 0 167 0 156 0 161 0 144 0 +USW00023188197710PRCP 0 0 0 0 0 0 0 0 46 0 53 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 +USW00023188197710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197710ACMH 20 X 70 X 50 X 50 X 90 X 80 X 50 X 50 X 70 X 60 X 60 X 60 X 60 X 70 X 70 X 60 X 70 X 100 X 80 X 80 X 50 X 20 X 80 X 30 X 30 X 70 X 70 X 90 X 40 X 30 X 30 X +USW00023188197710ACSH 30 X 50 X 40 X 40 X 90 X 100 X 50 X 60 X 50 X 30 X 30 X 30 X 30 X 40 X 40 X 30 X 50 X 90 X 80 X 80 X 60 X 0 X 80 X 20 X 10 X 50 X 60 X 100 X 10 X 40 X 50 X +USW00023188197710PGTM 1336 X 1200 X 1506 X 1418 X 1530 X 1536 X 1436 X 1524 X 1306 X 1542 X 1348 X 1418 X 1154 X 1324 X 1412 X 1236 X 1336 X 1230 X 1418 X 1236 X 1336 X 1136 X 1342 X 1224 X 1506 X 2112 X 0648 X 1524 X 1330 X 1442 X 1512 X +USW00023188197710PSUN 79 X 65 X 72 X 80 X 40 X 14 X 94 X 78 X 62 X 79 X 65 X 82 X 79 X 66 X 71 X 77 X 67 X 21 X 23 X 11 X 30 X 94 X 62 X 83 X 89 X 63 X 41 X 12 X 90 X 72 X 96 X +USW00023188197710TSUN 558 X 462 X 510 X 564 X 282 X 102 X 654 X 540 X 432 X 546 X 450 X 570 X 546 X 450 X 486 X 522 X 456 X 138 X 156 X 78 X 204 X 630 X 420 X 552 X 594 X 420 X 276 X 84 X 594 X 474 X 630 X +USW00023188197710WDFG 225W X 225W X 315W X 315W X 225W X 315W X 315W X 225W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 270W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 135W X 135W X 315W X 270W X 315W X 270W X +USW00023188197710WDFM 225W X 225W X 315W X 315W X 225W X 315W X 315W X 180W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 225W X +USW00023188197710WSFG 67 X 62 X 82 X 82 X 108 X 62 X 113 X 62 X 72 X 67 X 93 X 77 X 72 X 87 X 82 X 67 X 77 X 72 X 87 X 87 X 77 X 98 X 77 X 82 X 72 X 72 X 93 X 82 X 98 X 87 X 72 X +USW00023188197710WSFM 49 X 49 X 67 X 58 X 85 X 40 X 94 X 40 X 40 X 45 X 76 X 67 X 54 X 67 X 67 X 45 X 54 X 49 X 72 X 54 X 54 X 76 X 58 X 67 X 54 X 45 X 49 X 63 X 63 X 67 X 45 X +USW00023188197710WT01 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197710WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197710WT08 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197710WT16-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188197711TMAX 267 0 289 0 250 0 217 0 211 0 206 0 211 0 217 0 250 0 272 0 256 0 222 0 200 0 211 0 261 0 233 0 217 0 189 0 200 0 178 0 200 0 206 0 211 0 283 0 283 0 244 0 206 0 206 0 283 0 261 0-9999 +USW00023188197711TMIN 139 0 139 0 150 0 167 0 167 0 133 0 128 0 128 0 128 0 111 0 128 0 122 0 150 0 150 0 128 0 122 0 111 0 167 0 150 0 122 0 111 0 94 0 128 0 117 0 139 0 150 0 139 0 150 0 122 0 128 0-9999 +USW00023188197711PRCP 0 0 0 0 0 0 0 0 3 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0-9999 +USW00023188197711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197711ACMH 10 X 10 X 20 X 50 X 80 X 20 X 10 X 30 X 30 X 60 X 70 X 20 X 100 X 40 X 20 X 10 X 60 X 100 X 60 X 50 X 30 X 70 X 10 X 10 X 0 X 30 X 70 X 50 X 60 X 80 X-9999 +USW00023188197711ACSH 0 X 10 X 0 X 30 X 90 X 10 X 10 X 30 X 30 X 70 X 80 X 0 X 100 X 20 X 40 X 0 X 20 X 100 X 60 X 80 X 30 X 80 X 0 X 20 X 0 X 50 X 90 X 60 X 70 X 100 X-9999 +USW00023188197711PGTM 1218 X 1454 X 1848 X 1224 X 1654 X 1206 X 1424 X 1406 X 1542 X 1224 X 1506 X 1136 X 1254 X 1106 X 1212 X 0800 X 2230 X 1606 X 1306 X 1106 X 1200 X 1554 X 1112 X 1742 X 1330 X 1348 X 0836 X 1242 X 1442 X 1524 X-9999 +USW00023188197711PSUN 100 X 100 X 100 X 85 X 18 X 96 X 95 X 99 X 96 X 85 X 60 X 100 X 57 X 80 X 90 X 100 X 83 X 2 X 50 X 83 X 80 X 71 X 100 X 100 X 100 X 88 X 94 X 72 X 95 X 84 X-9999 +USW00023188197711TSUN 654 X 648 X 648 X 552 X 120 X 618 X 606 X 636 X 618 X 540 X 378 X 636 X 360 X 504 X 570 X 630 X 516 X 12 X 312 X 516 X 492 X 438 X 618 X 618 X 618 X 540 X 576 X 438 X 582 X 510 X-9999 +USW00023188197711WDFG 315W X 315W X 180W X 225W X 270W X 270W X 180W X 270W X 360W X 315W X 315W X 315W X 225W X 315W X 315W X 180W X 180W X 180W X 225W X 180W X 45W X 360W X 315W X 360W X 315W X 315W X 135W X 315W X 315W X 315W X-9999 +USW00023188197711WDFM 315W X 315W X 225W X 225W X 270W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 180W X 180W X 180W X 180W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X-9999 +USW00023188197711WSFG 72 X 82 X 72 X 77 X 123 X 108 X 72 X 62 X 82 X 57 X 67 X 82 X 67 X 98 X 82 X 67 X 82 X 87 X 108 X 72 X 82 X 108 X 93 X 82 X 98 X 67 X 72 X 72 X 77 X 82 X-9999 +USW00023188197711WSFM 58 X 63 X 40 X 49 X 76 X 76 X 49 X 40 X 72 X 49 X 49 X 67 X 45 X 67 X 67 X 36 X 49 X 67 X 72 X 36 X 58 X 76 X 72 X 63 X 67 X 54 X 40 X 54 X 58 X 58 X-9999 +USW00023188197711WT01 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00023188197711WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188197711WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197711WT08 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188197711WT16-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188197712TMAX 278 0 256 0 233 0 194 0 189 0 222 0 161 0 200 0 189 0 200 0 189 0 194 0 228 0 217 0 206 0 211 0 194 0 189 0 206 0 244 0 222 0 200 0 183 0 206 0 183 0 189 0 211 0 194 0 183 0 200 0 183 0 +USW00023188197712TMIN 128 0 128 0 128 0 111 0 128 0 111 0 133 0 150 0 156 0 133 0 161 0 144 0 106 0 117 0 156 0 144 0 117 0 144 0 111 0 117 0 144 0 161 0 161 0 150 0 172 0 167 0 178 0 172 0 167 0 161 0 150 0 +USW00023188197712PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 10 0 79 0 0 0 0 0 0T 0 5 0 30 0 0 0 112 0 64 0 0T 0 64 0 53 0 8 0 0 0 +USW00023188197712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197712ACMH 70 X 20 X 30 X 40 X 50 X 30 X 90 X 90 X 100 X 80 X 100 X 60 X 20 X 30 X 80 X 30 X 40 X 80 X 60 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 90 X 80 X 100 X +USW00023188197712ACSH 90 X 30 X 10 X 30 X 20 X 10 X 80 X 70 X 100 X 80 X 90 X 40 X 30 X 0 X 90 X 10 X 20 X 100 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 90 X 100 X +USW00023188197712PGTM 1436 X 1318 X 1348 X 1448 X 1330 X 1248 X 1312 X 2224 X 2248 X 1436 X 1248 X 1106 X 1412 X 1536 X 1236 X 1400 X 2324 X 0624 X 1518 X 0842 X 0106 X 2330 X 1006 X 1306 X 1848 X 1406 X 1842 X 1412 X 1318 X 1648 X 1554 X +USW00023188197712PSUN 95 X 100 X 100 X 84 X 87 X 100 X 58 X 83 X 64 X 72 X 37 X 75 X 85 X 96 X 65 X 96 X 94 X 70 X 91 X 54 X 22 X 44 X 0 X 62 X 0 X 0 X 49 X 24 X 40 X 57 X 0 X +USW00023188197712TSUN 576 X 606 X 606 X 510 X 528 X 606 X 348 X 504 X 390 X 432 X 222 X 450 X 510 X 576 X 390 X 576 X 564 X 420 X 546 X 324 X 132 X 264 X 0 X 372 X 0 X 0 X 294 X 144 X 246 X 348 X 0 X +USW00023188197712WDFG 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 45W X 225W X 315W X 315W X 315W X 315W X 270W X 270W X 180W X 225W X 90W X 90W X 135W X 135W X 135W X 225W X 90W X 180W X 90W X 180W X 225W X 315W X 315W X +USW00023188197712WDFM 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 90W X 90W X 135W X 180W X 180W X 315W X 45W X 180W X 225W X 180W X 225W X 315W X 315W X +USW00023188197712WSFG 72 X 51 X 62 X 51 X 62 X 77 X 62 X 57 X 51 X 67 X 72 X 87 X 67 X 67 X 67 X 77 X 72 X 98 X 82 X 164 X 108 X 67 X 93 X 51 X 41 X 134 X 82 X 62 X 72 X 67 X 51 X +USW00023188197712WSFM 63 X 36 X 54 X 36 X 45 X 63 X 31 X 36 X 36 X 45 X 58 X 63 X 54 X 54 X 54 X 54 X 63 X 76 X 49 X 94 X 76 X 40 X 72 X 31 X 36 X 85 X 40 X 49 X 49 X 58 X 45 X +USW00023188197712WT01-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188197712WT02-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197712WT08-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X +USW00023188197712WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188197801TMAX 189 0 189 0 167 0 194 0 200 0 189 0 217 0 228 0 172 0 189 0 183 0 189 0 200 0 189 0 183 0 194 0 183 0 194 0 167 0 194 0 200 0 194 0 183 0 178 0 200 0 211 0 222 0 244 0 228 0 167 0 183 0 +USW00023188197801TMIN 128 0 117 0 128 0 144 0 172 0 161 0 139 0 111 0 144 0 144 0 139 0 111 0 122 0 144 0 144 0 128 0 156 0 139 0 150 0 133 0 100 0 94 0 117 0 83 0 78 0 83 0 117 0 117 0 133 0 139 0 133 0 +USW00023188197801PRCP 0 0 0 0 43 0 8 0 41 0 5 0 0 0 0 0 147 0 236 0 0T 0 0 0 0 0 538 0 135 0 231 0 0T 0 0 0 43 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 84 0 0 0 +USW00023188197801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197801ACMH 40 X 60 X 90 X 80 X 100 X 90 X 20 X 40 X 90 X 90 X 60 X 60 X 100 X 100 X 70 X 90 X 60 X 70 X 80 X 20 X 10 X 40 X 40 X 0 X 50 X 60 X 90 X 80 X 80 X 100 X 60 X +USW00023188197801ACSH 30 X 80 X 100 X 100 X 100 X 100 X 10 X 80 X 100 X 90 X 70 X 90 X 100 X 100 X 80 X 100 X 50 X 70 X 90 X 20 X 30 X 70 X 60 X 0 X 70 X 70 X 100 X 100 X 80 X 100 X 90 X +USW00023188197801PGTM 1212 X 1106 X 1400 X 1454 X 1206 X 1118 X 1442 X 1548 X 2212 X 0500 X 0948 X 1606 X 1500 X 2248 X 0430 X 2030 X 1536 X 2354 X 1142 X 1342 X 1336 X 1500 X 1442 X 0106 X 1606 X 1424 X 1436 X 1312 X 1454 X 0754 X 1212 X +USW00023188197801PSUN 76 X 54 X 0 X 32 X 35 X 19 X 95 X 96 X 0 X 49 X 65 X 42 X 63 X 2 X 65 X 26 X 64 X 73 X 25 X 84 X 100 X 76 X 68 X 100 X 90 X 92 X 35 X 62 X 84 X 1 X 69 X +USW00023188197801TSUN 462 X 324 X 0 X 192 X 216 X 114 X 576 X 582 X 0 X 294 X 396 X 258 X 384 X 12 X 402 X 156 X 396 X 450 X 156 X 522 X 624 X 474 X 426 X 624 X 570 X 582 X 222 X 390 X 528 X 6 X 438 X +USW00023188197801WDFG 315W X 225W X 90W X 180W X 180W X 225W X 315W X 315W X 180W X 135W X 135W X 315W X 180W X 180W X 225W X 180W X 270W X 90W X 315W X 225W X 315W X 315W X 270W X 45W X 315W X 315W X 315W X 270W X 315W X 135W X 270W X +USW00023188197801WDFM 315W X 225W X 180W X 180W X 180W X 180W X 315W X 315W X 135W X 225W X 270W X 315W X 180W X 180W X 225W X 135W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X +USW00023188197801WSFG 82 X 67 X 93 X 170 X 118 X 87 X 67 X 46 X 170 X 154 X 77 X 46 X 46 X 139 X 144 X 170 X 103 X 67 X 123 X 62 X 72 X 62 X 62 X 72 X 72 X 77 X 51 X 87 X 82 X 62 X 72 X +USW00023188197801WSFM 72 X 36 X 72 X 121 X 76 X 58 X 58 X 45 X 121 X 103 X 40 X 40 X 31 X 107 X 139 X 148 X 80 X 45 X 98 X 40 X 54 X 54 X 45 X 54 X 63 X 63 X 40 X 67 X 54 X 36 X 40 X +USW00023188197801WT01 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X +USW00023188197801WT08 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188197801WT16-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197802TMAX 183 0 189 0 250 0 267 0 194 0 178 0 183 0 194 0 194 0 178 0 156 0 161 0 161 0 178 0 172 0 189 0 189 0 206 0 222 0 228 0 228 0 250 0 189 0 183 0 189 0 178 0 178 0 222 0-9999 -9999 -9999 +USW00023188197802TMIN 117 0 133 0 111 0 139 0 161 0 167 0 150 0 150 0 156 0 117 0 117 0 106 0 122 0 122 0 100 0 100 0 100 0 94 0 89 0 100 0 111 0 117 0 100 0 133 0 128 0 128 0 139 0 178 0-9999 -9999 -9999 +USW00023188197802PRCP 0 0 0 0 0 0 0 0 64 0 15 0 74 0 28 0 51 0 71 0 18 0 81 0 97 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 124 0 48 0-9999 -9999 -9999 +USW00023188197802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197802ACMH 50 X 20 X 50 X 90 X 100 X 90 X 80 X 70 X 100 X 80 X 70 X 80 X 70 X 30 X 20 X 0 X 0 X 0 X 0 X 0 X 20 X 10 X 40 X 90 X 100 X 100 X 100 X 90 X-9999 -9999 -9999 +USW00023188197802ACSH 50 X 30 X 60 X 100 X 100 X 100 X 90 X 60 X 90 X 90 X 70 X 90 X 70 X 10 X 20 X 0 X 0 X 0 X 0 X 0 X 20 X 10 X 20 X 100 X 100 X 100 X 100 X 100 X-9999 -9999 -9999 +USW00023188197802PGTM 1530 X 1600 X 1254 X 1448 X 0918 X 1418 X 1606 X 2330 X 2354 X 0218 X 0736 X 2124 X 1124 X 1530 X 1142 X 1524 X 1400 X 1248 X 1712 X 1242 X 1412 X 1430 X 1254 X 1700 X 1548 X 1342 X 2342 X 2354 X-9999 -9999 -9999 +USW00023188197802PSUN 96 X 100 X 100 X 39 X 0 X 4 X 30 X 55 X 37 X 50 X 68 X 38 X 64 X 92 X 95 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 83 X 70 X 58 X 34 X 0 X 4 X-9999 -9999 -9999 +USW00023188197802TSUN 612 X 636 X 642 X 252 X 0 X 24 X 192 X 354 X 240 X 330 X 444 X 246 X 420 X 606 X 630 X 666 X 666 X 666 X 672 X 672 X 672 X 678 X 558 X 480 X 396 X 234 X 0 X 30 X-9999 -9999 -9999 +USW00023188197802WDFG 315W X 315W X 315W X 135W X 180W X 180W X 180W X 180W X 180W X 135W X 270W X 225W X 315W X 315W X 180W X 270W X 315W X 315W X 315W X 180W X 315W X 315W X 270W X 315W X 315W X 315W X 180W X 135W X-9999 -9999 -9999 +USW00023188197802WDFM 315W X 315W X 315W X 135W X 180W X 180W X 180W X 180W X 180W X 180W X 270W X 180W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 180W X 180W X-9999 -9999 -9999 +USW00023188197802WSFG 82 X 82 X 98 X 67 X 129 X 108 X 103 X 103 X 170 X 226 X 134 X 139 X 139 X 77 X 77 X 98 X 87 X 87 X 82 X 72 X 82 X 87 X 77 X 87 X 93 X 77 X 139 X 211 X-9999 -9999 -9999 +USW00023188197802WSFM 67 X 63 X 76 X 36 X 89 X 58 X 85 X 67 X 107 X 148 X 85 X 103 X 98 X 54 X 45 X 76 X 67 X 72 X 63 X 54 X 63 X 67 X 54 X 76 X 67 X 54 X 98 X 121 X-9999 -9999 -9999 +USW00023188197802WT01-9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188197802WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197802WT08 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197802WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188197803TMAX 194 0 178 0 194 0 183 0 189 0 200 0 211 0 211 0 189 0 178 0 172 0 172 0 189 0 200 0 267 0 328 0 339 0 222 0 217 0 200 0 211 0 194 0 206 0 211 0 261 0 244 0 211 0 211 0 194 0 217 0 200 0 +USW00023188197803TMIN 161 0 156 0 150 0 144 0 150 0 150 0 128 0 144 0 128 0 128 0 111 0 111 0 122 0 111 0 117 0 144 0 150 0 178 0 167 0 167 0 161 0 161 0 150 0 139 0 139 0 150 0 161 0 167 0 172 0 161 0 156 0 +USW00023188197803PRCP 216 0 66 0 0T 0 109 0 119 0 0 0 0 0 0 0 127 0 30 0 290 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0 173 0 +USW00023188197803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197803ACMH 100 X 90 X 90 X 100 X 70 X 60 X 60 X 70 X 80 X 90 X 100 X 60 X 10 X 0 X 0 X 0 X 20 X 80 X 90 X 100 X 90 X 80 X 50 X 10 X 10 X 90 X 100 X 100 X 100 X 90 X 70 X +USW00023188197803ACSH 100 X 100 X 80 X 100 X 90 X 90 X 90 X 80 X 80 X 100 X 100 X 70 X 20 X 0 X 0 X 0 X 0 X 90 X 100 X 100 X 90 X 80 X 60 X 0 X 0 X 100 X 90 X 100 X 100 X 90 X 50 X +USW00023188197803PGTM 0324 X 1448 X 2348 X 1324 X 0254 X 1542 X 1424 X 1430 X 1406 X 1300 X 2054 X 1154 X 1254 X 1524 X 1418 X 1418 X 1542 X 1300 X 1500 X 1218 X 0742 X 1106 X 1348 X 1442 X 1512 X 1212 X 1612 X 1112 X 0842 X 2212 X 0236 X +USW00023188197803PSUN 31 X 4 X 66 X 2 X 57 X 78 X 96 X 88 X 43 X 50 X 16 X 48 X 100 X 100 X 100 X 100 X 99 X 21 X 41 X 0 X 19 X 29 X 64 X 100 X 100 X 82 X 54 X 68 X 0 X 17 X 63 X +USW00023188197803TSUN 216 X 24 X 456 X 12 X 396 X 546 X 672 X 618 X 306 X 354 X 114 X 342 X 714 X 714 X 720 X 720 X 714 X 150 X 294 X 0 X 138 X 216 X 468 X 738 X 738 X 612 X 396 X 510 X 0 X 132 X 474 X +USW00023188197803WDFG 180W X 180W X 135W X 135W X 225W X 315W X 315W X 315W X 135W X 225W X 270W X 315W X 180W X 315W X 315W X 135W X 315W X 225W X 270W X 270W X 135W X 225W X 315W X 315W X 315W X 180W X 270W X 315W X 180W X 135W X 135W X +USW00023188197803WDFM 135W X 180W X 180W X 180W X 180W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 225W X 315W X 315W X 45W X 315W X 180W X 315W X 315W X 180W X 180W X 315W X 315W X 315W X 225W X 270W X 315W X 225W X 180W X 180W X +USW00023188197803WSFG 236 X 139 X 103 X 206 X 134 X 82 X 103 X 72 X 113 X 72 X 118 X 118 X 72 X 82 X 77 X 108 X 62 X 103 X 72 X 57 X 93 X 123 X 103 X 103 X 82 X 62 X 93 X 77 X 77 X 134 X 123 X +USW00023188197803WSFM 161 X 112 X 54 X 143 X 89 X 63 X 76 X 40 X 80 X 49 X 67 X 76 X 49 X 67 X 72 X 112 X 49 X 76 X 58 X 40 X 67 X 103 X 76 X 76 X 72 X 45 X 49 X 54 X 40 X 76 X 85 X +USW00023188197803WT01 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00023188197803WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197803WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197803WT08-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197803WT16 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188197804TMAX 211 0 194 0 194 0 194 0 200 0 194 0 178 0 172 0 189 0 211 0 217 0 200 0 200 0 200 0 211 0 189 0 206 0 233 0 211 0 211 0 189 0 211 0 228 0 222 0 206 0 211 0 211 0 211 0 206 0 183 0-9999 +USW00023188197804TMIN 150 0 150 0 139 0 150 0 128 0 156 0 117 0 111 0 111 0 139 0 156 0 167 0 167 0 161 0 156 0 139 0 122 0 133 0 161 0 156 0 150 0 128 0 139 0 139 0 167 0 150 0 150 0 150 0 167 0 161 0-9999 +USW00023188197804PRCP 3 0 41 0 0 0 8 0 0 0 3 0 86 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 38 0 5 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00023188197804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197804ACMH 50 X 70 X 80 X 70 X 10 X 80 X 70 X 60 X 40 X 0 X 80 X 100 X 100 X 90 X 80 X 40 X 10 X 20 X 50 X 80 X 40 X 30 X 50 X 90 X 90 X 30 X 20 X 70 X 90 X 100 X-9999 +USW00023188197804ACSH 30 X 70 X 100 X 70 X 0 X 60 X 60 X 80 X 40 X 0 X 80 X 90 X 100 X 80 X 80 X 20 X 0 X 10 X 30 X 80 X 40 X 50 X 60 X 100 X 100 X 40 X 10 X 70 X 90 X 100 X-9999 +USW00023188197804PGTM 1300 X 1454 X 1618 X 1842 X 1400 X 2324 X 0054 X 1242 X 1212 X 1554 X 1348 X 1536 X 1548 X 1506 X 2006 X 1100 X 1518 X 1306 X 1212 X 1718 X 0230 X 1500 X 1042 X 1454 X 1836 X 1618 X 1712 X 1354 X 1442 X 1830 X-9999 +USW00023188197804PSUN 88 X 55 X 78 X 50 X 100 X 60 X 71 X 64 X 86 X 100 X 66 X 49 X 59 X 67 X 64 X 91 X 100 X 100 X 82 X 68 X 77 X 100 X 100 X 71 X 52 X 93 X 94 X 83 X 42 X 31 X-9999 +USW00023188197804TSUN 660 X 420 X 588 X 384 X 762 X 456 X 540 X 492 X 660 X 768 X 510 X 384 X 462 X 522 X 498 X 714 X 780 X 786 X 642 X 534 X 612 X 792 X 792 X 570 X 420 X 744 X 756 X 666 X 342 X 252 X-9999 +USW00023188197804WDFG 270W X 225W X 270W X 315W X 270W X 180W X 270W X 180W X 225W X 270W X 270W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 270W X 270W X-9999 +USW00023188197804WDFM 315W X 315W X 315W X 315W X 315W X 180W X 315W X 180W X 225W X 315W X 315W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 225W X 225W X 270W X-9999 +USW00023188197804WSFG 103 X 82 X 93 X 93 X 87 X 108 X 123 X 93 X 82 X 93 X 93 X 72 X 82 X 77 X 144 X 108 X 108 X 103 X 82 X 103 X 98 X 87 X 87 X 87 X 72 X 98 X 72 X 77 X 93 X 103 X-9999 +USW00023188197804WSFM 80 X 54 X 49 X 67 X 67 X 85 X 89 X 67 X 58 X 67 X 63 X 49 X 54 X 54 X 89 X 89 X 85 X 76 X 54 X 85 X 72 X 72 X 72 X 72 X 54 X 76 X 63 X 49 X 58 X 63 X-9999 +USW00023188197804WT01-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197804WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188197804WT16 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00023188197805TMAX 183 0 200 0 206 0 189 0 206 0 228 0 233 0 261 0 256 0 211 0 222 0 283 0 289 0 228 0 239 0 233 0 300 0 294 0 278 0 233 0 222 0 222 0 206 0 217 0 200 0 217 0 233 0 283 0 311 0 228 0 211 0 +USW00023188197805TMIN 156 0 139 0 161 0 156 0 167 0 150 0 150 0 161 0 161 0 161 0 161 0 161 0 178 0 178 0 183 0 167 0 156 0 178 0 183 0 183 0 172 0 172 0 167 0 161 0 144 0 150 0 161 0 167 0 194 0 178 0 172 0 +USW00023188197805PRCP 10 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197805ACMH 70 X 40 X 90 X 100 X 90 X 10 X 20 X 60 X 40 X 50 X 30 X 0 X 20 X 60 X 70 X 20 X 40 X 30 X 40 X 70 X 60 X 100 X 70 X 60 X 30 X 20 X 0 X 0 X 0 X 60 X 70 X +USW00023188197805ACSH 90 X 30 X 80 X 100 X 90 X 0 X 10 X 90 X 30 X 40 X 20 X 0 X 10 X 40 X 60 X 20 X 40 X 40 X 50 X 70 X 30 X 100 X 80 X 80 X 30 X 20 X 0 X 0 X 0 X 50 X 50 X +USW00023188197805PGTM 0306 X 1342 X 1630 X 1330 X 1130 X 1512 X 1548 X 1348 X 1330 X 1200 X 1154 X 1542 X 1512 X 1618 X 1530 X 1318 X 1636 X 1230 X 1530 X 1530 X 1324 X 1248 X 1606 X 1454 X 1206 X 1212 X 1318 X 1348 X 1400 X 1230 X 1142 X +USW00023188197805PSUN 63 X 84 X 43 X 4 X 39 X 97 X 100 X 95 X 100 X 71 X 91 X 100 X 97 X 62 X 77 X 83 X 99 X 100 X 94 X 69 X 73 X 57 X 48 X 80 X 82 X 98 X 100 X 100 X 100 X 75 X 77 X +USW00023188197805TSUN 510 X 678 X 348 X 36 X 318 X 798 X 822 X 780 X 822 X 582 X 744 X 828 X 804 X 516 X 642 X 696 X 822 X 834 X 792 X 576 X 612 X 480 X 402 X 672 X 690 X 828 X 846 X 846 X 846 X 642 X 654 X +USW00023188197805WDFG 315W X 270W X 270W X 225W X 225W X 270W X 315W X 270W X 270W X 225W X 315W X 315W X 225W X 180W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 270W X 270W X 180W X 225W X 315W X 315W X 315W X 180W X 270W X +USW00023188197805WDFM 315W X 180W X 315W X 180W X 180W X 225W X 360W X 315W X 270W X 225W X 315W X 315W X 225W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 180W X 225W X 315W X 315W X 315W X 180W X 225W X +USW00023188197805WSFG 123 X 72 X 72 X 93 X 77 X 87 X 93 X 93 X 72 X 82 X 82 X 93 X 77 X 72 X 87 X 108 X 98 X 108 X 72 X 82 X 113 X 87 X 87 X 93 X 93 X 87 X 98 X 103 X 87 X 72 X 82 X +USW00023188197805WSFM 98 X 45 X 49 X 63 X 54 X 54 X 63 X 67 X 54 X 58 X 54 X 76 X 49 X 45 X 63 X 80 X 80 X 89 X 54 X 63 X 80 X 54 X 67 X 63 X 58 X 54 X 72 X 76 X 76 X 45 X 49 X +USW00023188197805WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197805WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197805WT08-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X +USW00023188197805WT16 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197806TMAX 211 0 228 0 239 0 228 0 217 0 239 0 250 0 244 0 239 0 200 0 233 0 267 0 300 0 256 0 244 0 250 0 278 0 278 0 283 0 278 0 294 0 300 0 322 0 283 0 256 0 211 0 222 0 228 0 228 0 244 0-9999 +USW00023188197806TMIN 178 0 178 0 178 0 178 0 178 0 183 0 183 0 183 0 178 0 178 0 172 0 178 0 200 0 189 0 183 0 178 0 183 0 200 0 189 0 189 0 194 0 189 0 200 0 206 0 183 0 178 0 183 0 183 0 178 0 178 0-9999 +USW00023188197806PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197806ACMH 80 X 50 X 60 X 80 X 90 X 80 X 70 X 80 X 80 X 90 X 40 X 20 X 0 X 20 X 30 X 20 X 10 X 40 X 10 X 20 X 10 X 40 X 50 X 20 X 0 X 100 X 60 X 40 X 50 X 30 X-9999 +USW00023188197806ACSH 70 X 40 X 40 X 70 X 90 X 60 X 50 X 80 X 70 X 90 X 30 X 30 X 0 X 20 X 20 X 30 X 20 X 50 X 10 X 20 X 10 X 60 X 70 X 30 X 0 X 100 X 50 X 30 X 60 X 10 X-9999 +USW00023188197806PGTM 1254 X 1436 X 1336 X 1454 X 1400 X 1400 X 1030 X 1518 X 1212 X 1254 X 1324 X 1700 X 1400 X 1254 X 1154 X 1400 X 1336 X 1448 X 1454 X 1848 X 1542 X 1600 X 1230 X 1206 X 1442 X 1148 X 1518 X 1200 X 1536 X 1518 X-9999 +USW00023188197806PSUN 55 X 73 X 70 X 60 X 44 X 59 X 62 X 54 X 48 X 56 X 75 X 99 X 100 X 87 X 85 X 87 X 100 X 100 X 95 X 88 X 100 X 90 X 92 X 92 X 100 X 48 X 69 X 82 X 65 X 96 X-9999 +USW00023188197806TSUN 468 X 618 X 594 X 510 X 378 X 510 X 528 X 462 X 414 X 480 X 642 X 846 X 858 X 750 X 732 X 744 X 858 X 858 X 810 X 756 X 858 X 774 X 792 X 792 X 858 X 408 X 594 X 708 X 552 X 822 X-9999 +USW00023188197806WDFG 225W X 270W X 315W X 225W X 225W X 270W X 270W X 180W X 315W X 180W X 180W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 180W X 270W X 270W X 270W X 270W X-9999 +USW00023188197806WDFM 270W X 315W X 270W X 225W X 180W X 270W X 270W X 225W X 315W X 180W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 180W X 315W X 315W X 315W X 315W X-9999 +USW00023188197806WSFG 82 X 93 X 93 X 72 X 77 X 82 X 82 X 82 X 82 X 72 X 67 X 77 X 98 X 82 X 93 X 93 X 98 X 93 X 98 X 82 X 108 X 93 X 164 X 98 X 77 X 77 X 82 X 98 X 87 X 77 X-9999 +USW00023188197806WSFM 45 X 58 X 63 X 49 X 45 X 54 X 45 X 49 X 63 X 40 X 36 X 67 X 67 X 67 X 76 X 76 X 89 X 76 X 85 X 76 X 89 X 76 X 98 X 76 X 54 X 63 X 58 X 63 X 72 X 58 X-9999 +USW00023188197806WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197806WT08-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197806WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197807TMAX 233 0 239 0 250 0 217 0 222 0 228 0 233 0 239 0 233 0 239 0 233 0 250 0 283 0 300 0 306 0 261 0 222 0 244 0 250 0 256 0 239 0 250 0 256 0 250 0 261 0 261 0 267 0 256 0 256 0 239 0 233 0 +USW00023188197807TMIN 178 0 172 0 178 0 178 0 178 0 178 0 178 0 178 0 183 0 189 0 194 0 189 0 189 0 211 0 217 0 189 0 189 0 194 0 200 0 200 0 183 0 172 0 194 0 206 0 206 0 211 0 206 0 211 0 206 0 189 0 189 0 +USW00023188197807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197807ACMH 40 X 40 X 30 X 50 X 40 X 50 X 50 X 70 X 50 X 80 X 60 X 20 X 30 X 0 X 0 X 40 X 50 X 40 X 60 X 50 X 40 X 20 X 20 X 50 X 20 X 10 X 40 X 50 X 60 X 50 X 70 X +USW00023188197807ACSH 30 X 30 X 20 X 40 X 40 X 40 X 40 X 50 X 30 X 70 X 50 X 10 X 30 X 0 X 0 X 40 X 60 X 30 X 30 X 30 X 50 X 30 X 30 X 50 X 10 X 0 X 10 X 40 X 40 X 40 X 70 X +USW00023188197807PGTM 1642 X 1648 X 1642 X 1330 X 1306 X 1336 X 1318 X 1224 X 1400 X 1224 X 1606 X 1512 X 1318 X 1324 X 1230 X 1030 X 1218 X 1324 X 1400 X 1118 X 1430 X 1254 X 1212 X 1112 X 1312 X 1206 X 1442 X 1412 X 1448 X 1400 X 1448 X +USW00023188197807PSUN 79 X 75 X 85 X 70 X 65 X 71 X 73 X 73 X 79 X 69 X 79 X 93 X 93 X 100 X 100 X 96 X 62 X 77 X 71 X 74 X 63 X 75 X 80 X 73 X 98 X 100 X 99 X 83 X 66 X 68 X 44 X +USW00023188197807TSUN 672 X 636 X 726 X 600 X 558 X 606 X 624 X 624 X 672 X 588 X 672 X 792 X 786 X 846 X 846 X 816 X 522 X 654 X 600 X 618 X 528 X 630 X 672 X 612 X 816 X 834 X 822 X 696 X 546 X 564 X 366 X +USW00023188197807WDFG 315W X 270W X 270W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 180W X 270W X 315W X 270W X 225W X 360W X 315W X 315W X 270W X 270W X 225W X 270W X 315W X 225W X 225W X +USW00023188197807WDFM 315W X 270W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 270W X 315W X 315W X 315W X 225W X 180W X 270W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 225W X 225W X +USW00023188197807WSFG 82 X 82 X 82 X 72 X 77 X 72 X 87 X 82 X 72 X 82 X 93 X 93 X 87 X 77 X 72 X 72 X 87 X 67 X 93 X 93 X 72 X 77 X 103 X 77 X 77 X 77 X 67 X 72 X 93 X 72 X 72 X +USW00023188197807WSFM 63 X 58 X 63 X 45 X 45 X 49 X 67 X 58 X 54 X 45 X 67 X 76 X 63 X 63 X 54 X 45 X 54 X 45 X 76 X 76 X 49 X 45 X 76 X 49 X 54 X 54 X 40 X 58 X 76 X 49 X 45 X +USW00023188197807WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197807WT08 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X +USW00023188197808TMAX 233 0 239 0 256 0 267 0 278 0 272 0 272 0 239 0 250 0 267 0 256 0 256 0 256 0 256 0 256 0 250 0 250 0 250 0 244 0 256 0 256 0 256 0 256 0 250 0 244 0 250 0 256 0 239 0 233 0 250 0 250 0 +USW00023188197808TMIN 194 0 200 0 211 0 211 0 217 0 217 0 217 0 211 0 211 0 217 0 217 0 211 0 211 0 211 0 200 0 194 0 183 0 200 0 194 0 200 0 206 0 189 0 194 0 172 0 178 0 178 0 200 0 194 0 200 0 206 0 206 0 +USW00023188197808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197808ACMH 40 X 70 X 70 X 60 X 10 X 30 X 40 X 80 X 50 X 70 X 90 X 70 X 70 X 60 X 20 X 30 X 20 X 30 X 40 X 40 X 60 X 50 X 20 X 20 X 20 X 30 X 40 X 80 X 100 X 60 X 50 X +USW00023188197808ACSH 30 X 60 X 60 X 40 X 0 X 20 X 10 X 80 X 50 X 50 X 80 X 50 X 40 X 60 X 10 X 20 X 20 X 20 X 30 X 20 X 30 X 40 X 10 X 20 X 20 X 40 X 30 X 80 X 100 X 40 X 20 X +USW00023188197808PGTM 1236 X 1518 X 1212 X 1412 X 1242 X 1142 X 1206 X 1200 X 1342 X 1436 X 1424 X 1418 X 1500 X 1342 X 1224 X 1142 X 1412 X 1230 X 1230 X 1300 X 1230 X 1400 X 1348 X 1400 X 1236 X 1542 X 1306 X 1418 X 1324 X 1548 X 1148 X +USW00023188197808PSUN 80 X 72 X 73 X 77 X 100 X 87 X 90 X 55 X 67 X 75 X 52 X 70 X 69 X 74 X 86 X 80 X 79 X 89 X 76 X 84 X 85 X 91 X 95 X 86 X 95 X 86 X 80 X 51 X 34 X 70 X 87 X +USW00023188197808TSUN 660 X 588 X 600 X 636 X 822 X 708 X 738 X 450 X 540 X 606 X 426 X 564 X 558 X 594 X 690 X 642 X 636 X 708 X 600 X 666 X 672 X 720 X 750 X 678 X 738 X 678 X 624 X 396 X 258 X 540 X 672 X +USW00023188197808WDFG 225W X 225W X 315W X 270W X 270W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 270W X 315W X 270W X 270W X 225W X 315W X 225W X 225W X 225W X 315W X 315W X +USW00023188197808WDFM 180W X 225W X 225W X 270W X 315W X 225W X 225W X 180W X 180W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 180W X 225W X 315W X +USW00023188197808WSFG 72 X 77 X 87 X 93 X 77 X 82 X 77 X 87 X 72 X 77 X 87 X 93 X 82 X 93 X 93 X 98 X 82 X 77 X 77 X 77 X 77 X 77 X 77 X 87 X 72 X 82 X 72 X 67 X 67 X 77 X 82 X +USW00023188197808WSFM 45 X 49 X 54 X 72 X 63 X 49 X 49 X 58 X 49 X 54 X 58 X 67 X 58 X 58 X 67 X 72 X 54 X 58 X 49 X 54 X 49 X 63 X 54 X 67 X 49 X 58 X 45 X 45 X 31 X 54 X 54 X +USW00023188197808WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188197808WT08 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X +USW00023188197808WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197809TMAX 250 0 256 0 283 0 283 0 261 0 233 0 233 0 228 0 228 0 239 0 233 0 211 0 222 0 222 0 228 0 222 0 222 0 233 0 278 0 300 0 306 0 311 0 350 0 372 0 383 0 339 0 289 0 294 0 294 0 261 0-9999 +USW00023188197809TMIN 206 0 206 0 211 0 222 0 206 0 206 0 189 0 178 0 183 0 200 0 206 0 200 0 194 0 183 0 167 0 194 0 200 0 178 0 156 0 156 0 150 0 172 0 206 0 222 0 233 0 228 0 228 0 211 0 217 0 206 0-9999 +USW00023188197809PRCP 0 0 0 0 0 0 0 0 104 0 15 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 0 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197809ACMH 70 X 60 X 40 X 50 X 90 X 100 X 30 X 10 X 70 X 70 X 60 X 80 X 90 X 70 X 40 X 90 X 100 X 10 X 0 X 0 X 10 X 20 X 10 X 0 X 0 X 10 X 20 X 0 X 20 X 50 X-9999 +USW00023188197809ACSH 50 X 30 X 20 X 30 X 100 X 100 X 20 X 0 X 50 X 50 X 40 X 100 X 100 X 90 X 40 X 80 X 90 X 10 X 0 X 0 X 10 X 40 X 10 X 10 X 0 X 20 X 30 X 10 X 0 X 40 X-9999 +USW00023188197809PGTM 1436 X 1206 X 1630 X 1448 X 1718 X 0042 X 1442 X 1236 X 1230 X 1448 X 1318 X 1142 X 1330 X 1718 X 1230 X 1500 X 1542 X 1448 X 1424 X 1454 X 1412 X 1230 X 1418 X 1318 X 1130 X 1424 X 1254 X 1336 X 1200 X 0730 X-9999 +USW00023188197809PSUN 64 X 76 X 97 X 89 X 2 X 15 X 85 X 100 X 66 X 67 X 69 X 0 X 0 X 28 X 82 X 37 X 47 X 85 X 100 X 100 X 100 X 100 X 87 X 100 X 100 X 100 X 100 X 100 X 100 X 83 X-9999 +USW00023188197809TSUN 498 X 582 X 744 X 678 X 18 X 114 X 642 X 756 X 498 X 504 X 516 X 0 X 0 X 210 X 612 X 270 X 342 X 624 X 738 X 732 X 732 X 732 X 636 X 726 X 726 X 720 X 720 X 720 X 714 X 588 X-9999 +USW00023188197809WDFG 315W X 315W X 315W X 225W X 180W X 180W X 270W X 180W X 225W X 270W X 225W X 225W X 225W X 315W X 270W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 360W X 180W X 180W X-9999 +USW00023188197809WDFM 315W X 270W X 315W X 270W X 180W X 180W X 315W X 180W X 225W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X-9999 +USW00023188197809WSFG 87 X 98 X 87 X 77 X 195 X 113 X 87 X 72 X 82 X 108 X 77 X 93 X 62 X 72 X 113 X 72 X 82 X 103 X 103 X 108 X 103 X 93 X 103 X 93 X 82 X 77 X 82 X 62 X 72 X 113 X-9999 +USW00023188197809WSFM 49 X 76 X 72 X 45 X 139 X 80 X 63 X 45 X 49 X 76 X 49 X 58 X 40 X 49 X 76 X 54 X 45 X 76 X 76 X 89 X 85 X 72 X 76 X 63 X 58 X 54 X 49 X 36 X 36 X 80 X-9999 +USW00023188197809WT01-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188197809WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197809WT08 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188197809WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197810TMAX 256 0 228 0 244 0 233 0 233 0 233 0 244 0 239 0 261 0 261 0 250 0 244 0 244 0 289 0 244 0 217 0 217 0 233 0 250 0 250 0 217 0 228 0 317 0 228 0 228 0 233 0 228 0 228 0 211 0 211 0 211 0 +USW00023188197810TMIN 211 0 200 0 189 0 206 0 200 0 200 0 194 0 194 0 194 0 189 0 194 0 178 0 183 0 183 0 161 0 183 0 183 0 167 0 167 0 200 0 200 0 183 0 150 0 200 0 183 0 167 0 167 0 178 0 161 0 183 0 167 0 +USW00023188197810PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 +USW00023188197810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197810ACMH 50 X 60 X 60 X 80 X 90 X 70 X 80 X 100 X 40 X 40 X 70 X 80 X 90 X 40 X 80 X 80 X 90 X 70 X 90 X 90 X 80 X 30 X 60 X 60 X 50 X 60 X 50 X 60 X 70 X 100 X 50 X +USW00023188197810ACSH 40 X 80 X 60 X 80 X 90 X 80 X 70 X 100 X 20 X 50 X 80 X 80 X 80 X 30 X 90 X 50 X 100 X 70 X 100 X 80 X 60 X 10 X 40 X 40 X 50 X 20 X 20 X 30 X 50 X 100 X 40 X +USW00023188197810PGTM 1200 X 1400 X 1300 X 1548 X 1448 X 1248 X 1506 X 1130 X 1412 X 1330 X 1248 X 1330 X 0954 X 1430 X 1406 X 2136 X-9999 1418 X 1442 X 1330 X 1336 X 1312 X 1500 X 0606 X 1248 X 1206 X 1318 X 1330 X 1248 X 1536 X 1542 X +USW00023188197810PSUN 85 X 41 X 61 X 34 X 43 X 58 X 64 X 59 X 90 X 88 X 72 X 75 X 76 X 86 X 89 X 59 X 41 X 88 X 5 X 52 X 42 X 87 X 73 X 63 X 65 X 71 X 79 X 77 X 75 X 11 X 64 X +USW00023188197810TSUN 606 X 294 X 432 X 240 X 306 X 408 X 444 X 408 X 630 X 606 X 498 X 516 X 522 X 588 X 606 X 402 X 282 X 600 X 36 X 348 X 282 X 588 X 486 X 420 X 432 X 474 X 522 X 510 X 498 X 72 X 420 X +USW00023188197810WDFG 315W X 225W X 315W X 315W X 270W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X-9999 315W X 180W X 225W X 225W X 315W X 135W X 180W X 225W X 315W X 315W X 315W X 225W X 180W X 270W X +USW00023188197810WDFM 315W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 180W X 315W X 180W X 315W X 90W X 180W X 225W X 315W X 315W X 315W X 225W X 180W X 315W X +USW00023188197810WSFG 72 X 62 X 82 X 82 X 72 X 72 X 67 X 82 X 103 X 108 X 87 X 67 X 67 X 93 X 93 X 77 X-9999 82 X 139 X 82 X 77 X 103 X 123 X 98 X 72 X 103 X 103 X 72 X 67 X 103 X 72 X +USW00023188197810WSFM 45 X 31 X 54 X 58 X 40 X 36 X 36 X 49 X 85 X 76 X 72 X 49 X 45 X 76 X 76 X 40 X 49 X 72 X 98 X 63 X 45 X 76 X 76 X 63 X 40 X 80 X 94 X 49 X 36 X 80 X 54 X +USW00023188197810WT01-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188197810WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197810WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188197810WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188197811TMAX 206 0 211 0 233 0 261 0 211 0 233 0 244 0 233 0 206 0 206 0 161 0 172 0 167 0 178 0 189 0 200 0 194 0 228 0 194 0 183 0 189 0 189 0 211 0 167 0 183 0 183 0 200 0 200 0 206 0 211 0-9999 +USW00023188197811TMIN 144 0 139 0 128 0 139 0 172 0 156 0 139 0 139 0 167 0 144 0 122 0 117 0 122 0 117 0 94 0 94 0 100 0 106 0 122 0 144 0 144 0 139 0 133 0 139 0 144 0 133 0 100 0 89 0 94 0 106 0-9999 +USW00023188197811PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 127 0 3 0 89 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 114 0 0 0 0T 0 122 0 0 0 13 0 0 0 0 0 0 0 0 0-9999 +USW00023188197811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197811ACMH 30 X 10 X 0 X 20 X 90 X 20 X 20 X 50 X 90 X 100 X 100 X 50 X 90 X 40 X 0 X 0 X 10 X 0 X 60 X 90 X 90 X 90 X 60 X 70 X 50 X 40 X 40 X 30 X 20 X 10 X-9999 +USW00023188197811ACSH 20 X 10 X 0 X 0 X 100 X 30 X 10 X 0 X 100 X 100 X 100 X 50 X 100 X 60 X 0 X 0 X 10 X 0 X 40 X 80 X 90 X 100 X 40 X 90 X 50 X 40 X 30 X 60 X 40 X 10 X-9999 +USW00023188197811PGTM 1442 X 1330 X 1312 X 2342 X 0036 X 1230 X 1330 X 1148 X 2336 X 2312 X 1806 X 0100 X 2118 X 1354 X 1206 X 1418 X 1318 X 1506 X 1518 X 1554 X 1512 X 1512 X 1454 X 2218 X 1518 X 1630 X 1524 X 1618 X 1400 X 1518 X-9999 +USW00023188197811PSUN 66 X 90 X 100 X 96 X 32 X 76 X 94 X 94 X 23 X 2 X 0 X 70 X 0 X 52 X 100 X 100 X 82 X 100 X 64 X 64 X 34 X 21 X 77 X 21 X 62 X 71 X 91 X 100 X 83 X 100 X-9999 +USW00023188197811TSUN 432 X 582 X 648 X 624 X 210 X 486 X 600 X 606 X 150 X 18 X 0 X 444 X 0 X 330 X 630 X 630 X 516 X 624 X 402 X 396 X 210 X 132 X 474 X 132 X 378 X 438 X 558 X 612 X 510 X 612 X-9999 +USW00023188197811WDFG 270W X 270W X 315W X 180W X 180W X 315W X 315W X 315W X 135W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 135W X 225W X 315W X 315W X 315W X 225W X 315W X-9999 +USW00023188197811WDFM 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 45W X 225W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188197811WSFG 93 X 93 X 98 X 77 X 67 X 72 X 93 X 62 X 108 X 123 X 154 X 93 X 113 X 67 X 93 X 72 X 77 X 67 X 72 X 72 X 154 X 82 X 72 X 62 X 72 X 67 X 72 X 98 X 57 X 67 X-9999 +USW00023188197811WSFM 76 X 67 X 76 X 45 X 40 X 49 X 72 X 45 X 76 X 89 X 116 X 76 X 76 X 31 X 72 X 63 X 58 X 63 X 63 X 49 X 112 X 40 X 54 X 40 X 40 X 49 X 54 X 76 X 36 X 54 X-9999 +USW00023188197811WT01-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197811WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197811WT08-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197811WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197812TMAX 178 0 194 0 194 0 194 0 167 0 133 0 128 0 133 0 144 0 228 0 239 0 211 0 233 0 222 0 189 0 172 0 167 0 161 0 144 0 172 0 167 0 178 0 178 0 183 0 161 0 161 0 172 0 167 0 172 0 178 0 178 0 +USW00023188197812TMIN 122 0 111 0 83 0 83 0 100 0 56 0 33 0 11 0 33 0 56 0 100 0 89 0 72 0 78 0 83 0 83 0 122 0 128 0 89 0 61 0 56 0 61 0 67 0 78 0 83 0 72 0 67 0 133 0 128 0 83 0 83 0 +USW00023188197812PRCP 13 0 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 335 0 97 0 69 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197812ACMH 90 X 20 X 0 X 0 X 60 X 20 X 0 X 10 X 20 X 0 X 0 X 80 X 0 X 70 X 90 X 100 X 100 X 90 X 60 X 0 X 60 X 30 X 10 X 30 X 50 X 80 X 80 X 100 X 100 X 30 X 0 X +USW00023188197812ACSH 100 X 20 X 0 X 0 X 100 X 20 X 0 X 20 X 30 X 0 X 0 X 100 X 0 X 90 X 100 X 100 X 100 X 100 X 60 X 0 X 100 X 40 X 10 X 20 X 30 X 80 X 60 X 90 X 100 X 0 X 0 X +USW00023188197812PGTM 2048 X 1406 X 1606 X 1230 X 2036 X 1512 X 1418 X 1712 X 1442 X 1418 X 1454 X 1354 X 1242 X 1612 X 1418 X 2218 X 1942 X 1154 X 0442 X 1742 X 1530 X 1442 X 1318 X 1236 X 1354 X 1218 X 1424 X 1400 X 1512 X 1330 X 1336 X +USW00023188197812PSUN 6 X 99 X 100 X 98 X 19 X 78 X 100 X 97 X 93 X 98 X 100 X 87 X 97 X 100 X 63 X 73 X 0 X 31 X 72 X 100 X 90 X 95 X 100 X 99 X 91 X 72 X 81 X 62 X 50 X 93 X 96 X +USW00023188197812TSUN 36 X 600 X 606 X 594 X 120 X 468 X 606 X 588 X 564 X 588 X 600 X 522 X 582 X 600 X 378 X 438 X 0 X 186 X 432 X 600 X 540 X 570 X 600 X 594 X 546 X 432 X 486 X 372 X 300 X 558 X 576 X +USW00023188197812WDFG 270W X 225W X 315W X 315W X 360W X 270W X 315W X 360W X 315W X 315W X 315W X 225W X 315W X 315W X 180W X 270W X 180W X 225W X 315W X 360W X 315W X 315W X 225W X 180W X 315W X 225W X 225W X 225W X 315W X 315W X 225W X +USW00023188197812WDFM 315W X 270W X 315W X 315W X 360W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 315W X 315W X 180W X 315W X 315W X 225W X 315W X 360W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 135W X 315W X 315W X 45W X +USW00023188197812WSFG 129 X 103 X 72 X 72 X 134 X 108 X 87 X 77 X 93 X 67 X 67 X 67 X 72 X 57 X 41 X 46 X 113 X 144 X 175 X 62 X 62 X 62 X 51 X 57 X 67 X 62 X 62 X 57 X 46 X 93 X 62 X +USW00023188197812WSFM 85 X 58 X 54 X 49 X 94 X 76 X 72 X 49 X 76 X 54 X 54 X 36 X 54 X 45 X 22 X 40 X 76 X 125 X 125 X 54 X 54 X 49 X 27 X 45 X 49 X 36 X 45 X 31 X 36 X 76 X 40 X +USW00023188197812WT01 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X +USW00023188197812WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197812WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X +USW00023188197812WT16 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197901TMAX 200 0 189 0 200 0 194 0 172 0 172 0 178 0 178 0 156 0 183 0 178 0 183 0 217 0 183 0 167 0 200 0 172 0 161 0 161 0 178 0 167 0 167 0 178 0 161 0 144 0 150 0 156 0 133 0 133 0 144 0 161 0 +USW00023188197901TMIN 61 0 78 0 106 0 89 0 156 0 150 0 133 0 117 0 128 0 100 0 100 0 139 0 94 0 122 0 133 0 139 0 133 0 117 0 89 0 72 0 106 0 106 0 94 0 117 0 117 0 83 0 56 0 61 0 44 0 83 0 111 0 +USW00023188197901PRCP 0 0 0 0 0 0 0 0 239 0 277 0 0T 0 0 0 10 0 0 0 0 0 5 0 0 0 5 0 140 0 0T 0 8 0 84 0 0 0 0 0 0 0 0 0 0 0 5 0 8 0 3 0 0 0 23 0 0 0 20 0 653 0 +USW00023188197901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188197901ACMH 40 X 90 X 60 X 80 X 100 X 100 X 70 X 70 X 70 X 30 X 90 X 80 X 80 X 100 X 100 X 100 X 70 X 80 X 10 X 70 X 90 X 40 X 80 X 100 X 80 X 20 X 20 X 70 X 20 X 90 X 90 X +USW00023188197901ACSH 60 X 100 X 60 X 90 X 100 X 90 X 80 X 80 X 100 X 70 X 100 X 90 X 90 X 100 X 100 X 100 X 70 X 70 X 20 X 90 X 100 X 50 X 90 X 100 X 80 X 0 X 0 X 80 X 20 X 90 X 100 X +USW00023188197901PGTM 1612 X 2112 X 0124 X 2348 X 0548 X 0342 X 1430 X 1430 X 1200 X 1424 X 1312 X 1354 X 1518 X 1236 X 1248 X 1406 X 0942 X 0548 X 1448 X 1618 X 0424 X 1442 X 1124 X 1306 X 1242 X 0112 X 1348 X 1848 X 1518 X 2106 X 0918 X +USW00023188197901PSUN 100 X 75 X 83 X 89 X 61 X 78 X 74 X 93 X 32 X 100 X 83 X 63 X 81 X 42 X 3 X 26 X 58 X 42 X 99 X 79 X 46 X 78 X 72 X 0 X 47 X 100 X 100 X 61 X 83 X 45 X 18 X +USW00023188197901TSUN 606 X 450 X 498 X 540 X 372 X 474 X 450 X 564 X 192 X 612 X 510 X 384 X 498 X 258 X 24 X 162 X 354 X 264 X 618 X 492 X 288 X 486 X 450 X 0 X 294 X 624 X 630 X 384 X 522 X 282 X 120 X +USW00023188197901WDFG 45W X 45W X 45W X 135W X 135W X 225W X 225W X 315W X 225W X 315W X 315W X 315W X 360W X 225W X 135W X 135W X 135W X 315W X 315W X 315W X 315W X 225W X 225W X 90W X 270W X 225W X 270W X 315W X 270W X 180W X 180W X +USW00023188197901WDFM 45W X 45W X 45W X 135W X 135W X 135W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 135W X 135W X 270W X 315W X 315W X 315W X 315W X 225W X 45W X 90W X 270W X 225W X 225W X 315W X 315W X 180W X 180W X +USW00023188197901WSFG 72 X 72 X 72 X 103 X 144 X 139 X 67 X 77 X 82 X 77 X 72 X 77 X 67 X 98 X 159 X 87 X 93 X 108 X 87 X 62 X 57 X 72 X 57 X 93 X 164 X 134 X 77 X 175 X 72 X 149 X 139 X +USW00023188197901WSFM 45 X 45 X 63 X 49 X 107 X 98 X 45 X 63 X 54 X 63 X 49 X 67 X 49 X 72 X 103 X 49 X 54 X 80 X 67 X 54 X 54 X 40 X 40 X 54 X 112 X 103 X 45 X 125 X 40 X 107 X 98 X +USW00023188197901WT01-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197901WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188197901WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188197901WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197901WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X +USW00023188197902TMAX 150 0 144 0 161 0 167 0 183 0 172 0 189 0 161 0 178 0 200 0 211 0 211 0 206 0 172 0 161 0 178 0 183 0 189 0 178 0 172 0 172 0 167 0 167 0 200 0 206 0 172 0 183 0 172 0-9999 -9999 -9999 +USW00023188197902TMIN 94 0 94 0 94 0 61 0 61 0 72 0 89 0 83 0 89 0 72 0 94 0 89 0 100 0 122 0 89 0 122 0 106 0 94 0 100 0 122 0 122 0 128 0 122 0 94 0 100 0 117 0 111 0 100 0-9999 -9999 -9999 +USW00023188197902PRCP 41 0 46 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 13 0 61 0 0T 0 20 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188197902ACMH 70 X 80 X 70 X 10 X 30 X 30 X 80 X 70 X 50 X 60 X 80 X 50 X 20 X 60 X 20 X 60 X 10 X 70 X 70 X 90 X 80 X 70 X 50 X 80 X 30 X 70 X 10 X 40 X-9999 -9999 -9999 +USW00023188197902ACSH 70 X 70 X 90 X 0 X 60 X 50 X 90 X 50 X 40 X 50 X 60 X 80 X 10 X 60 X 20 X 50 X 0 X 80 X 100 X 100 X 80 X 60 X 60 X 100 X 20 X 90 X 0 X 20 X-9999 -9999 -9999 +USW00023188197902PGTM 0048 X 1454 X 1518 X 1248 X 1218 X 1348 X 1506 X 1518 X 1354 X 1512 X 1030 X 1324 X 1442 X 1324 X 1354 X 1318 X 1242 X 1354 X 1524 X 2330 X 0518 X 1354 X 1030 X 1418 X 1436 X 1442 X 1424 X 1618 X-9999 -9999 -9999 +USW00023188197902PSUN 71 X 53 X 43 X 96 X 100 X 100 X 90 X 82 X 76 X 96 X 88 X 97 X 97 X 84 X 99 X 88 X 100 X 87 X 78 X 70 X 65 X 60 X 70 X 47 X 90 X 54 X 100 X 94 X-9999 -9999 -9999 +USW00023188197902TSUN 456 X 342 X 276 X 618 X 642 X 648 X 588 X 534 X 492 X 624 X 576 X 636 X 636 X 558 X 654 X 588 X 666 X 582 X 522 X 474 X 438 X 408 X 474 X 318 X 618 X 372 X 684 X 642 X-9999 -9999 -9999 +USW00023188197902WDFG 225W X 225W X 225W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X-9999 -9999 -9999 +USW00023188197902WDFM 225W X 225W X 45W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X-9999 -9999 -9999 +USW00023188197902WSFG 118 X 93 X 67 X 98 X 87 X 72 X 67 X 82 X 82 X 72 X 82 X 72 X 87 X 103 X 82 X 82 X 113 X 98 X 87 X 93 X 149 X 108 X 108 X 82 X 87 X 108 X 87 X 87 X-9999 -9999 -9999 +USW00023188197902WSFM 80 X 63 X 45 X 76 X 63 X 40 X 45 X 67 X 58 X 45 X 67 X 54 X 72 X 76 X 45 X 54 X 80 X 76 X 58 X 63 X 103 X 72 X 72 X 54 X 63 X 76 X 54 X 49 X-9999 -9999 -9999 +USW00023188197902WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197902WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197902WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188197902WT16 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197903TMAX 150 0 161 0 183 0 211 0 250 0 289 0 289 0 200 0 189 0 194 0 206 0 217 0 189 0 189 0 189 0 167 0 161 0 161 0 150 0 150 0 167 0 194 0 183 0 211 0 189 0 189 0 161 0 178 0 178 0 178 0 206 0 +USW00023188197903TMIN 111 0 83 0 78 0 94 0 106 0 133 0 133 0 133 0 139 0 139 0 128 0 128 0 150 0 133 0 139 0 128 0 117 0 111 0 117 0 111 0 122 0 128 0 100 0 106 0 128 0 150 0 150 0 128 0 117 0 111 0 111 0 +USW00023188197903PRCP 165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 23 0 10 0 0T 0 147 0 10 0 43 0 109 0 94 0 0T 0 0 0 0 0 0 0 0T 0 152 0 157 0 25 0 0 0 0 0 +USW00023188197903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197903ACMH 90 X 20 X 30 X 10 X 50 X 10 X 0 X 90 X 100 X 80 X 10 X 50 X 80 X 30 X 90 X 60 X 80 X 70 X 100 X 70 X 90 X 50 X 20 X 10 X 50 X 80 X 100 X 60 X 60 X 30 X 30 X +USW00023188197903ACSH 100 X 30 X 60 X 10 X 60 X 0 X 0 X 80 X 100 X 90 X 0 X 40 X 80 X 20 X 90 X 50 X 80 X 90 X 90 X 80 X 90 X 60 X 20 X 0 X 50 X 80 X 100 X 60 X 50 X 30 X 50 X +USW00023188197903PGTM 1454 X 1412 X 1354 X 1554 X 1654 X 1318 X 1336 X 1548 X 1218 X 1218 X 1148 X 1336 X 1230 X 1230 X 1454 X 1312 X 0706 X 1418 X 0718 X 0442 X 1218 X 1506 X 1512 X 1430 X 1236 X 1300 X 1424 X 0048 X 0048 X 1318 X 1318 X +USW00023188197903PSUN 3 X 99 X 100 X 93 X 98 X 100 X 100 X 74 X 59 X 67 X 100 X 87 X 77 X 100 X 43 X 64 X 40 X 38 X 38 X 46 X 21 X 64 X 100 X 100 X 82 X 60 X 0 X 45 X 80 X 96 X 98 X +USW00023188197903TSUN 18 X 684 X 696 X 648 X 684 X 702 X 702 X 522 X 420 X 474 X 708 X 624 X 552 X 714 X 312 X 456 X 288 X 270 X 276 X 336 X 156 X 468 X 732 X 738 X 606 X 444 X 0 X 336 X 594 X 714 X 738 X +USW00023188197903WDFG 315W X 225W X 315W X 360W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 225W X 225W X 270W X 315W X 225W X 270W X 90W X 135W X 270W X 315W X 315W X 315W X 225W X 225W X 135W X 180W X 90W X 315W X 315W X +USW00023188197903WDFM 270W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 180W X 225W X 315W X 315W X 180W X 270W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 180W X 180W X 180W X 225W X 315W X 315W X +USW00023188197903WSFG 144 X 87 X 93 X 113 X 77 X 87 X 77 X 77 X 72 X 87 X 108 X 87 X 82 X 82 X 93 X 108 X 134 X 118 X 103 X 154 X 98 X 87 X 103 X 93 X 77 X 87 X 154 X 144 X 103 X 98 X 113 X +USW00023188197903WSFM 98 X 49 X 72 X 76 X 54 X 63 X 54 X 45 X 40 X 67 X 85 X 49 X 54 X 45 X 67 X 76 X 76 X 63 X 67 X 107 X 63 X 67 X 76 X 76 X 45 X 54 X 125 X 112 X 49 X 67 X 85 X +USW00023188197903WT01 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00023188197903WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197903WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197903WT08-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197903WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188197904TMAX 217 0 200 0 228 0 244 0 233 0 189 0 194 0 194 0 161 0 194 0 194 0 222 0 239 0 206 0 206 0 200 0 183 0 194 0 200 0 222 0 222 0 206 0 211 0 211 0 233 0 233 0 222 0 200 0 206 0 189 0-9999 +USW00023188197904TMIN 111 0 128 0 133 0 133 0 139 0 156 0 156 0 156 0 150 0 144 0 133 0 139 0 139 0 150 0 156 0 156 0 144 0 133 0 117 0 133 0 128 0 128 0 133 0 128 0 133 0 150 0 150 0 144 0 150 0 161 0-9999 +USW00023188197904PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00023188197904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197904ACMH 0 X 20 X 10 X 0 X 0 X 70 X 90 X 90 X 100 X 70 X 60 X 50 X 0 X 50 X 70 X 90 X 70 X 30 X 0 X 10 X 0 X 30 X 20 X 10 X 50 X 10 X 80 X 50 X 80 X 100 X-9999 +USW00023188197904ACSH 10 X 30 X 10 X 0 X 0 X 40 X 90 X 90 X 100 X 70 X 90 X 70 X 0 X 10 X 40 X 80 X 70 X 30 X 0 X 10 X 0 X 20 X 30 X 20 X 90 X 0 X 90 X 50 X 80 X 100 X-9999 +USW00023188197904PGTM 1312 X 1354 X 1324 X 1636 X 1448 X 1618 X 1530 X 1324 X 0918 X 1036 X 1342 X 1406 X 1624 X 1418 X 1348 X 1406 X 1406 X 1430 X 1542 X 1436 X 1254 X 1148 X 1154 X 1430 X 1548 X 1554 X 1648 X 1412 X 1242 X 1500 X-9999 +USW00023188197904PSUN 100 X 92 X 96 X 100 X 100 X 66 X 59 X 26 X 4 X 95 X 80 X 96 X 100 X 91 X 76 X 52 X 53 X 90 X 100 X 100 X 100 X 98 X 100 X 100 X 63 X 100 X 28 X 55 X 60 X 15 X-9999 +USW00023188197904TSUN 750 X 690 X 726 X 756 X 762 X 504 X 456 X 198 X 30 X 732 X 618 X 738 X 774 X 714 X 594 X 408 X 414 X 708 X 786 X 786 X 792 X 780 X 792 X 798 X 504 X 798 X 228 X 444 X 480 X 126 X-9999 +USW00023188197904WDFG 225W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 270W X 315W X 315W X 315W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X 270W X 225W X 180W X-9999 +USW00023188197904WDFM 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 180W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X-9999 +USW00023188197904WSFG 82 X 82 X 93 X 103 X 118 X 77 X 108 X 93 X 118 X 108 X 93 X 103 X 82 X 72 X 77 X 98 X 118 X 108 X 108 X 87 X 93 X 98 X 108 X 98 X 82 X 98 X 103 X 72 X 77 X 98 X-9999 +USW00023188197904WSFM 45 X 58 X 67 X 76 X 98 X 49 X 67 X 67 X 76 X 76 X 54 X 85 X 63 X 40 X 49 X 58 X 67 X 72 X 80 X 63 X 72 X 63 X 80 X 63 X 63 X 85 X 76 X 54 X 49 X 63 X-9999 +USW00023188197904WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 +USW00023188197904WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197904WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188197904WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188197905TMAX 200 0 194 0 211 0 206 0 206 0 200 0 194 0 183 0 194 0 222 0 272 0 311 0 344 0 250 0 189 0 189 0 189 0 211 0 178 0 194 0 217 0 222 0 217 0 194 0 206 0 211 0 200 0 200 0 194 0 217 0 189 0 +USW00023188197905TMIN 156 0 139 0 161 0 156 0 150 0 161 0 156 0 150 0 128 0 128 0 144 0 161 0 178 0 161 0 161 0 161 0 161 0 150 0 161 0 156 0 172 0 167 0 172 0 167 0 167 0 167 0 172 0 172 0 167 0 167 0 172 0 +USW00023188197905PRCP 0T 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 +USW00023188197905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197905ACMH 90 X 80 X 70 X 100 X 90 X 80 X 70 X 60 X 20 X 0 X 0 X 0 X 0 X 30 X 90 X 90 X 90 X 30 X 100 X 100 X 40 X 80 X 90 X 100 X 60 X 70 X 100 X 100 X 50 X 70 X 100 X +USW00023188197905ACSH 90 X 70 X 50 X 90 X 90 X 80 X 80 X 80 X 20 X 0 X 0 X 0 X 0 X 10 X 80 X 80 X 100 X 20 X 100 X 90 X 40 X 80 X 90 X 100 X 60 X 60 X 100 X 100 X 40 X 70 X 100 X +USW00023188197905PGTM 1606 X 0230 X 1324 X 1242 X 1418 X 1636 X 1406 X 1542 X 1242 X 1336 X 1906 X 1454 X 1354 X 2018 X 1354 X 1230 X 1224 X 1712 X 1048 X 1706 X 1442 X 1148 X 1312 X 1642 X 1336 X 1112 X 1512 X 1542 X 1218 X 1454 X 1354 X +USW00023188197905PSUN 17 X 45 X 48 X 36 X 24 X 52 X 65 X 45 X 88 X 100 X 100 X 100 X 100 X 91 X 49 X 55 X 38 X 100 X 1 X 29 X 71 X 77 X 63 X 12 X 62 X 60 X 15 X 15 X 77 X 49 X 0 X +USW00023188197905TSUN 138 X 366 X 390 X 288 X 192 X 426 X 534 X 366 X 726 X 822 X 822 X 828 X 828 X 756 X 402 X 456 X 318 X 834 X 12 X 240 X 594 X 642 X 534 X 108 X 528 X 504 X 126 X 126 X 654 X 414 X 0 X +USW00023188197905WDFG 225W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X 225W X 315W X 360W X 315W X 315W X 180W X 180W X 180W X 270W X 315W X 270W X 270W X 315W X 315W X 225W X 180W X 225W X 225W X 225W X 225W X 270W X 270W X 270W X +USW00023188197905WDFM 225W X 270W X 315W X 270W X 270W X 270W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 180W X 225W X 180W X 270W X 315W X 315W X 270W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 270W X 270W X 270W X 315W X +USW00023188197905WSFG 103 X 87 X 103 X 87 X 103 X 87 X 129 X 123 X 87 X 103 X 123 X 113 X 108 X 82 X 82 X 82 X 87 X 87 X 93 X 62 X 113 X 103 X 87 X 82 X 87 X 82 X 82 X 82 X 82 X 82 X 67 X +USW00023188197905WSFM 58 X 54 X 63 X 58 X 80 X 54 X 89 X 80 X 63 X 76 X 98 X 89 X 80 X 45 X 45 X 49 X 49 X 63 X 76 X 40 X 85 X 80 X 45 X 58 X 49 X 58 X 58 X 58 X 54 X 58 X 40 X +USW00023188197905WT01-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X +USW00023188197905WT08-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00023188197905WT16 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X +USW00023188197906TMAX 211 0 183 0 200 0 189 0 189 0 178 0 206 0 239 0 322 0 383 0 367 0 322 0 322 0 261 0 250 0 211 0 189 0 217 0 233 0 228 0 222 0 239 0 228 0 233 0 239 0 267 0 283 0 261 0 267 0 267 0-9999 +USW00023188197906TMIN 172 0 172 0 178 0 167 0 167 0 167 0 167 0 167 0 156 0 189 0 206 0 222 0 211 0 183 0 183 0 178 0 167 0 150 0 167 0 167 0 172 0 172 0 178 0 178 0 167 0 194 0 183 0 183 0 183 0 194 0-9999 +USW00023188197906PRCP 0T 0 3 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00023188197906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197906ACMH 100 X 100 X 100 X 100 X 100 X 100 X 100 X 20 X 30 X 10 X 10 X 10 X 10 X 10 X 50 X 80 X 90 X 20 X 20 X 60 X 80 X 40 X 70 X 70 X 80 X 80 X 30 X 20 X 40 X 30 X-9999 +USW00023188197906ACSH 100 X 100 X 100 X 100 X 100 X 100 X 100 X 10 X 20 X 10 X 20 X 10 X 0 X 10 X 40 X 80 X 100 X 10 X 20 X 60 X 70 X 30 X 40 X 50 X 70 X 100 X 40 X 20 X 60 X 30 X-9999 +USW00023188197906PGTM 1512 X 1318 X 1236 X 1324 X 1306 X 1348 X 1412 X 1324 X 1854 X 1624 X 1500 X 1406 X 1248 X 1142 X 1342 X 1206 X 1206 X 1530 X 1136 X 1118 X 1300 X 1406 X 1242 X 1330 X 1724 X 1524 X 1236 X 1206 X 1718 X 1200 X-9999 +USW00023188197906PSUN 4 X 11 X 0 X 0 X 13 X 1 X 25 X 94 X 94 X 99 X 100 X 100 X 100 X 100 X 92 X 53 X 2 X 99 X 94 X 73 X 86 X 80 X 66 X 49 X 57 X 77 X 93 X 80 X 60 X 92 X-9999 +USW00023188197906TSUN 36 X 96 X 0 X 0 X 114 X 6 X 210 X 804 X 804 X 846 X 858 X 858 X 858 X 858 X 786 X 456 X 18 X 852 X 810 X 624 X 738 X 684 X 564 X 420 X 492 X 660 X 804 X 690 X 510 X 792 X-9999 +USW00023188197906WDFG 270W X 315W X 270W X 270W X 225W X 225W X 180W X 315W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 180W X 225W X-9999 +USW00023188197906WDFM 270W X 315W X 315W X 225W X 225W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 225W X 270W X 315W X 315W X 315W X 225W X 315W X 315W X 270W X 315W X 315W X 180W X 225W X-9999 +USW00023188197906WSFG 87 X 87 X 82 X 67 X 72 X 77 X 103 X 103 X 103 X 98 X 77 X 98 X 108 X 82 X 93 X 93 X 113 X 82 X 93 X 93 X 93 X 82 X 77 X 77 X 98 X 93 X 98 X 67 X 72 X 67 X-9999 +USW00023188197906WSFM 58 X 58 X 63 X 36 X 45 X 58 X 67 X 80 X 80 X 76 X 67 X 85 X 76 X 54 X 54 X 63 X 76 X 54 X 54 X 58 X 58 X 49 X 49 X 49 X 80 X 72 X 80 X 49 X 49 X 45 X-9999 +USW00023188197906WT01 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00023188197906WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188197906WT08 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00023188197906WT16 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188197907TMAX 217 0 222 0 228 0 233 0 233 0 239 0 261 0 283 0 267 0 261 0 244 0 222 0 228 0 256 0 250 0 256 0 278 0 261 0 250 0 239 0 267 0 256 0 267 0 256 0 250 0 250 0 244 0 250 0 239 0 250 0 278 0 +USW00023188197907TMIN 183 0 178 0 178 0 183 0 183 0 183 0 183 0 178 0 183 0 183 0 189 0 178 0 183 0 189 0 206 0 200 0 206 0 200 0 200 0 211 0 206 0 200 0 206 0 200 0 200 0 200 0 200 0 194 0 183 0 183 0 206 0 +USW00023188197907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197907ACMH 80 X 80 X 50 X 70 X 40 X 20 X 30 X 10 X 10 X 30 X 30 X 90 X 60 X 40 X 70 X 50 X 30 X 80 X 80 X 90 X 40 X 60 X 60 X 50 X 50 X 60 X 60 X 40 X 70 X 40 X 0 X +USW00023188197907ACSH 70 X 60 X 40 X 70 X 30 X 30 X 40 X 10 X 0 X 30 X 30 X 90 X 70 X 30 X 40 X 40 X 30 X 70 X 80 X 100 X 30 X 70 X 30 X 30 X 30 X 30 X 40 X 30 X 50 X 40 X 0 X +USW00023188197907PGTM 1354 X 1500 X 1318 X 1100 X 1142 X 1512 X 1654 X 1418 X 1236 X 1712 X 1312 X 2006 X 1218 X 1024 X 1348 X 1448 X 1418 X 1200 X 1142 X 0830 X 1306 X 1606 X 1548 X 1724 X 1342 X 1254 X 1512 X 1224 X 1100 X 1200 X 1230 X +USW00023188197907PSUN 50 X 53 X 69 X 78 X 74 X 85 X 85 X 88 X 100 X 78 X 73 X 42 X 47 X 72 X 71 X 69 X 100 X 57 X 43 X 14 X 76 X 65 X 72 X 81 X 67 X 72 X 63 X 75 X 55 X 69 X 100 X +USW00023188197907TSUN 432 X 450 X 588 X 666 X 630 X 726 X 726 X 750 X 852 X 666 X 618 X 354 X 402 X 612 X 606 X 588 X 846 X 486 X 360 X 114 X 636 X 546 X 606 X 678 X 564 X 600 X 522 X 624 X 456 X 576 X 828 X +USW00023188197907WDFG 225W X 270W X 225W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 180W X 225W X 270W X 315W X 315W X 315W X 180W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 225W X 315W X +USW00023188197907WDFM 225W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 180W X 225W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X +USW00023188197907WSFG 82 X 82 X 82 X 98 X 77 X 82 X 67 X 108 X 87 X 77 X 67 X 77 X 87 X 103 X 103 X 87 X 82 X 72 X 82 X 87 X 72 X 93 X 77 X 72 X 87 X 103 X 82 X 72 X 72 X 72 X 82 X +USW00023188197907WSFM 58 X 49 X 45 X 58 X 54 X 63 X 58 X 89 X 76 X 67 X 45 X 54 X 67 X 54 X 80 X 76 X 76 X 58 X 49 X 58 X 58 X 72 X 63 X 58 X 67 X 76 X 67 X 54 X 40 X 40 X 63 X +USW00023188197907WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00023188197907WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197907WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197907WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188197907WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197908TMAX 267 0 256 0 239 0 256 0 250 0 311 0 283 0 289 0 283 0 256 0 250 0 222 0 250 0 256 0 256 0 250 0 250 0 256 0 222 0 256 0 261 0 283 0 289 0 283 0 278 0 267 0 239 0 244 0 256 0 250 0 250 0 +USW00023188197908TMIN 211 0 200 0 200 0 194 0 211 0 217 0 228 0 222 0 217 0 211 0 211 0 200 0 194 0 200 0 206 0 200 0 211 0 211 0 194 0 206 0 211 0 194 0 200 0 183 0 200 0 206 0 194 0 206 0 217 0 211 0 200 0 +USW00023188197908PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188197908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197908ACMH 50 X 50 X 30 X 50 X 100 X 30 X 20 X 10 X 40 X 80 X 100 X 100 X 100 X 40 X 60 X 100 X 80 X 90 X 100 X 100 X 40 X 0 X 10 X 40 X 50 X 30 X 90 X 80 X 80 X 40 X 70 X +USW00023188197908ACSH 20 X 30 X 20 X 30 X 100 X 10 X 30 X 10 X 20 X 70 X 100 X 100 X 100 X 20 X 40 X 90 X 80 X 70 X 100 X 90 X 20 X 0 X 10 X 50 X 30 X 20 X 80 X 60 X 60 X 40 X 70 X +USW00023188197908PGTM 1400 X 1448 X 1254 X 1506 X 1200 X 1124 X 1154 X 1254 X 1412 X 1206 X 1448 X 1318 X 1506 X 1642 X 1354 X 1406 X 1330 X 1724 X 1236 X 1542 X 1312 X 1442 X 1330 X 1530 X 1242 X 1148 X 2106 X 1406 X 1412 X 1400 X 1500 X +USW00023188197908PSUN 83 X 78 X 84 X 74 X 21 X 96 X 100 X 95 X 99 X 62 X 16 X 0 X 12 X 84 X 75 X 54 X 40 X 39 X 0 X 36 X 79 X 100 X 95 X 96 X 78 X 85 X 52 X 53 X 60 X 63 X 52 X +USW00023188197908TSUN 684 X 642 X 690 X 606 X 168 X 786 X 816 X 774 X 804 X 504 X 126 X 0 X 96 X 672 X 600 X 438 X 324 X 312 X 0 X 288 X 624 X 792 X 750 X 750 X 606 X 666 X 408 X 414 X 468 X 492 X 402 X +USW00023188197908WDFG 315W X 225W X 225W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 270W X 180W X 315W X 315W X 315W X 225W X 225W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 180W X 225W X 315W X 270W X +USW00023188197908WDFM 225W X 225W X 225W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 270W X 315W X 315W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 225W X 225W X 315W X 225W X +USW00023188197908WSFG 72 X 77 X 82 X 82 X 57 X 62 X 77 X 93 X 67 X 72 X 62 X 62 X 93 X 82 X 82 X 77 X 77 X 77 X 62 X 87 X 103 X 98 X 93 X 77 X 77 X 77 X 82 X 77 X 82 X 93 X 77 X +USW00023188197908WSFM 49 X 49 X 49 X 67 X 36 X 45 X 54 X 76 X 40 X 49 X 40 X 36 X 76 X 54 X 49 X 49 X 49 X 54 X 40 X 72 X 85 X 80 X 76 X 54 X 54 X 49 X 58 X 54 X 54 X 58 X 54 X +USW00023188197908WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00023188197908WT08 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188197908WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188197909TMAX 250 0 267 0 278 0 267 0 250 0 250 0 261 0 272 0 256 0 300 0 294 0 289 0 294 0 300 0 378 0 361 0 333 0 322 0 328 0 272 0 267 0 300 0 261 0 267 0 267 0 272 0 256 0 244 0 244 0 239 0-9999 +USW00023188197909TMIN 206 0 206 0 183 0 206 0 200 0 194 0 206 0 211 0 200 0 206 0 211 0 211 0 211 0 239 0 217 0 211 0 239 0 228 0 222 0 222 0 217 0 206 0 222 0 222 0 206 0 194 0 206 0 211 0 206 0 194 0-9999 +USW00023188197909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197909ACMH 60 X 30 X 30 X 40 X 60 X 40 X 70 X 50 X 60 X 40 X 30 X 20 X 50 X 10 X 20 X 10 X 0 X 10 X 20 X 40 X 50 X 40 X 50 X 70 X 20 X 10 X 80 X 80 X 60 X 30 X-9999 +USW00023188197909ACSH 40 X 20 X 10 X 20 X 30 X 40 X 50 X 60 X 70 X 20 X 20 X 20 X 30 X 10 X 20 X 0 X 0 X 0 X 10 X 30 X 40 X 30 X 40 X 80 X 20 X 10 X 90 X 80 X 70 X 20 X-9999 +USW00023188197909PGTM 1224 X 1254 X 1242 X 1454 X 1248 X 1500 X 1336 X 1418 X 1542 X 2224 X 1354 X 1554 X 1400 X 1412 X 1254 X 1448 X 1400 X 1242 X 1248 X 1024 X 1142 X 1536 X 1342 X 1330 X 1300 X 1242 X 1324 X 1124 X 1300 X 1154 X-9999 +USW00023188197909PSUN 69 X 88 X 92 X 88 X 76 X 66 X 69 X 55 X 44 X 93 X 91 X 99 X 83 X 92 X 100 X 100 X 100 X 100 X 97 X 79 X 65 X 74 X 66 X 59 X 100 X 100 X 92 X 65 X 68 X 90 X-9999 +USW00023188197909TSUN 534 X 672 X 702 X 672 X 576 X 504 X 522 X 420 X 336 X 702 X 684 X 744 X 624 X 690 X 744 X 744 X 738 X 738 X 708 X 582 X 474 X 540 X 480 X 426 X 726 X 720 X 660 X 468 X 486 X 642 X-9999 +USW00023188197909WDFG 315W X 315W X 315W X 270W X 225W X 225W X 315W X 315W X 180W X 180W X 180W X 315W X 270W X 315W X 180W X 315W X 315W X 270W X 315W X 225W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X-9999 +USW00023188197909WDFM 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 180W X 315W X 225W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188197909WSFG 98 X 93 X 103 X 82 X 72 X 62 X 93 X 93 X 77 X 62 X 62 X 87 X 72 X 72 X 93 X 82 X 77 X 72 X 93 X 93 X 77 X 98 X 67 X 103 X 108 X 93 X 103 X 87 X 82 X 93 X-9999 +USW00023188197909WSFM 72 X 76 X 76 X 72 X 45 X 40 X 76 X 76 X 45 X 49 X 49 X 76 X 54 X 58 X 67 X 76 X 63 X 54 X 76 X 54 X 45 X 80 X 40 X 76 X 89 X 80 X 94 X 63 X 67 X 72 X-9999 +USW00023188197909WT01-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197909WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197909WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197910TMAX 244 0 261 0 272 0 261 0 256 0 250 0 239 0 228 0 239 0 239 0 239 0 233 0 239 0 250 0 244 0 239 0 233 0 222 0 222 0 206 0 217 0 239 0 228 0 233 0 222 0 233 0 211 0 211 0 228 0 239 0 211 0 +USW00023188197910TMIN 178 0 183 0 189 0 200 0 189 0 200 0 194 0 206 0 189 0 172 0 194 0 183 0 178 0 200 0 183 0 183 0 200 0 200 0 189 0 161 0 161 0 139 0 144 0 139 0 144 0 156 0 161 0 156 0 139 0 111 0 117 0 +USW00023188197910PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197910ACMH 10 X 60 X 80 X 100 X 60 X 60 X 80 X 80 X 70 X 70 X 60 X 60 X 80 X 40 X 30 X 70 X 100 X 100 X 90 X 80 X 30 X 40 X 60 X 0 X 20 X 50 X 70 X 50 X 10 X 0 X 10 X +USW00023188197910ACSH 0 X 50 X 90 X 100 X 60 X 30 X 60 X 60 X 80 X 80 X 50 X 30 X 80 X 40 X 40 X 70 X 100 X 100 X 90 X 100 X 40 X 60 X 100 X 0 X 20 X 30 X 50 X 50 X 0 X 0 X 0 X +USW00023188197910PGTM 1436 X 1212 X 1018 X 1248 X 1230 X 1354 X 1148 X 1400 X 1500 X 1154 X 1242 X 1136 X 1130 X 1448 X 1500 X 1148 X 1500 X 0848 X 1412 X 0836 X 1524 X 1230 X 1530 X 1630 X 1412 X 1200 X 1312 X 1454 X 1300 X 1530 X 1412 X +USW00023188197910PSUN 100 X 92 X 41 X 82 X 79 X 79 X 57 X 65 X 77 X 92 X 62 X 74 X 47 X 79 X 64 X 61 X 32 X 15 X 34 X 7 X 90 X 96 X 25 X 100 X 83 X 75 X 59 X 59 X 95 X 100 X 100 X +USW00023188197910TSUN 714 X 654 X 288 X 582 X 558 X 552 X 402 X 450 X 540 X 636 X 426 X 510 X 324 X 540 X 438 X 414 X 222 X 102 X 234 X 48 X 606 X 642 X 168 X 666 X 558 X 498 X 390 X 390 X 630 X 654 X 654 X +USW00023188197910WDFG 270W X 315W X 315W X 315W X 315W X 180W X 315W X 225W X 225W X 315W X 270W X 315W X 315W X 270W X 315W X 225W X 270W X 180W X 270W X 225W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X +USW00023188197910WDFM 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X +USW00023188197910WSFG 77 X 98 X 93 X 87 X 87 X 62 X 67 X 72 X 67 X 93 X 93 X 77 X 77 X 82 X 93 X 82 X 77 X 77 X 72 X 129 X 82 X 93 X 72 X 67 X 93 X 82 X 82 X 72 X 154 X 82 X 62 X +USW00023188197910WSFM 49 X 80 X 76 X 72 X 72 X 40 X 45 X 49 X 45 X 72 X 58 X 54 X 63 X 58 X 76 X 49 X 45 X 49 X 45 X 103 X 58 X 76 X 67 X 67 X 76 X 72 X 58 X 49 X 125 X 72 X 40 X +USW00023188197910WT01-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 +USW00023188197910WT08-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188197910WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197911TMAX 217 0 261 0 222 0 211 0 222 0 222 0 194 0 211 0 206 0 211 0 211 0 250 0 256 0 233 0 250 0 256 0 206 0 206 0 194 0 200 0 194 0 194 0 189 0 211 0 211 0 200 0 206 0 244 0 239 0 244 0-9999 +USW00023188197911TMIN 133 0 139 0 117 0 144 0 122 0 122 0 156 0 161 0 139 0 133 0 150 0 122 0 106 0 111 0 100 0 106 0 144 0 150 0 106 0 67 0 50 0 67 0 111 0 94 0 106 0 139 0 133 0 117 0 111 0 100 0-9999 +USW00023188197911PRCP 0 0 0 0 3 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188197911ACMH 20 X 10 X 60 X 30 X 10 X 70 X 100 X 60 X 20 X 0 X 60 X 40 X 40 X 30 X 10 X 60 X 70 X 50 X 0 X 0 X 0 X 50 X 70 X 0 X 50 X 90 X 20 X 50 X 60 X 10 X-9999 +USW00023188197911ACSH 10 X 20 X 80 X 40 X 10 X 90 X 100 X 70 X 20 X 0 X 70 X 60 X 60 X 30 X 10 X 90 X 90 X 40 X 0 X 0 X 0 X 50 X 90 X 0 X 40 X 90 X 10 X 80 X 100 X 10 X-9999 +USW00023188197911PGTM 1324 X 1430 X 1500 X 1400 X 1306 X 1336 X 1518 X 1200 X 1318 X 1500 X 1354 X 1242 X 1324 X 1236 X 1430 X 1200 X 1548 X 1542 X 1524 X 1106 X 1542 X 1512 X 1500 X 1400 X 2236 X 1300 X 1348 X 1412 X 1430 X 1418 X-9999 +USW00023188197911PSUN 100 X 85 X 71 X 71 X 96 X 50 X 13 X 65 X 92 X 96 X 63 X 80 X 91 X 100 X 99 X 100 X 28 X 77 X 100 X 100 X 100 X 89 X 27 X 100 X 100 X 44 X 95 X 87 X 77 X 100 X-9999 +USW00023188197911TSUN 654 X 552 X 462 X 462 X 624 X 318 X 84 X 420 X 588 X 612 X 402 X 510 X 576 X 630 X 624 X 630 X 180 X 480 X 624 X 624 X 624 X 552 X 168 X 618 X 618 X 270 X 582 X 534 X 468 X 612 X-9999 +USW00023188197911WDFG 315W X 315W X 270W X 270W X 315W X 225W X 135W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X 315W X 135W X 225W X 315W X 315W X 315W X 315W X-9999 +USW00023188197911WDFM 315W X 315W X 315W X 315W X 315W X 225W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X-9999 +USW00023188197911WSFG 87 X 93 X 82 X 72 X 87 X 62 X 113 X 72 X 77 X 82 X 82 X 67 X 87 X 82 X 67 X 72 X 77 X 62 X 98 X 113 X 82 X 82 X 62 X 62 X 67 X 62 X 87 X 93 X 87 X 82 X-9999 +USW00023188197911WSFM 63 X 67 X 63 X 49 X 67 X 36 X 67 X 40 X 63 X 72 X 67 X 54 X 76 X 72 X 67 X 63 X 67 X 45 X 76 X 85 X 72 X 67 X 45 X 45 X 36 X 40 X 76 X 80 X 58 X 76 X-9999 +USW00023188197911WT01-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197911WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197911WT08-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188197911WT16-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197912TMAX 256 0 250 0 261 0 283 0 261 0 294 0 233 0 211 0 200 0 178 0 194 0 194 0 206 0 239 0 256 0 228 0 278 0 239 0 200 0 194 0 183 0 178 0 178 0 178 0 167 0 183 0 183 0 211 0 206 0 211 0 211 0 +USW00023188197912TMIN 94 0 111 0 83 0 94 0 133 0 117 0 117 0 111 0 94 0 139 0 139 0 78 0 67 0 61 0 61 0 67 0 78 0 100 0 89 0 111 0 144 0 117 0 78 0 94 0 139 0 117 0 89 0 67 0 100 0 100 0 111 0 +USW00023188197912PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188197912ACMH 10 X 60 X 30 X 50 X 50 X 0 X 0 X 0 X 30 X 100 X 50 X 0 X 0 X 0 X 0 X 0 X 0 X 20 X 90 X 40 X 80 X 40 X 50 X 100 X 90 X 40 X 0 X 60 X 30 X 90 X 90 X +USW00023188197912ACSH 20 X 100 X 30 X 60 X 60 X 0 X 0 X 0 X 10 X 90 X 60 X 0 X 0 X 0 X 0 X 10 X 0 X 0 X 90 X 20 X 100 X 40 X 70 X 100 X 100 X 50 X 0 X 70 X 10 X 100 X 100 X +USW00023188197912PGTM 1436 X 1342 X 1248 X 1736 X 1724 X 1330 X 1530 X 1142 X 1442 X 2212 X 1554 X 1512 X 1318 X 1436 X 1406 X 1342 X 1548 X 1354 X 1648 X 1206 X 2354 X 0300 X 1354 X 1454 X 1454 X 1418 X 1500 X 1454 X 1548 X 1424 X 1424 X +USW00023188197912PSUN 91 X 54 X 89 X 77 X 60 X 100 X 100 X 100 X 90 X 59 X 60 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 85 X 66 X 82 X 75 X 81 X 66 X 92 X 100 X 88 X 96 X 84 X 81 X +USW00023188197912TSUN 552 X 324 X 540 X 468 X 366 X 606 X 606 X 606 X 546 X 360 X 360 X 600 X 600 X 600 X 600 X 600 X 600 X 600 X 480 X 510 X 396 X 492 X 450 X 486 X 396 X 552 X 600 X 528 X 576 X 504 X 486 X +USW00023188197912WDFG 315W X 315W X 315W X 360W X 360W X 315W X 180W X 225W X 315W X 90W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 135W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188197912WDFM 315W X 315W X 315W X 360W X 315W X 315W X 180W X 225W X 315W X 270W X 45W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 180W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188197912WSFG 72 X 62 X 77 X 77 X 62 X 67 X 67 X 62 X 82 X 72 X 77 X 77 X 57 X 67 X 57 X 67 X 72 X 51 X 67 X 87 X 103 X 123 X 67 X 67 X 82 X 82 X 77 X 77 X 62 X 93 X 82 X +USW00023188197912WSFM 58 X 49 X 67 X 63 X 49 X 54 X 40 X 40 X 76 X 36 X 72 X 67 X 45 X 54 X 49 X 54 X 54 X 31 X 49 X 76 X 67 X 89 X 58 X 49 X 72 X 67 X 49 X 67 X 54 X 80 X 67 X +USW00023188197912WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197912WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188197912WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X +USW00023188197912WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188198001TMAX 194 0 244 0 244 0 228 0 206 0 211 0 183 0 183 0 183 0 183 0 178 0 194 0 211 0 189 0 194 0 183 0 183 0 161 0 172 0 189 0 194 0 211 0 211 0 217 0 183 0 178 0 172 0 178 0 172 0 206 0 233 0 +USW00023188198001TMIN 122 0 94 0 106 0 83 0 78 0 111 0 133 0 156 0 156 0 161 0 156 0 167 0 167 0 172 0 161 0 150 0 161 0 133 0 94 0 83 0 72 0 83 0 78 0 72 0 94 0 150 0 144 0 144 0 150 0 161 0 144 0 +USW00023188198001PRCP 0 0 0 0 0 0 0 0 0 0 0 0 3 0 30 0 259 0 76 0 198 0 124 0 13 0 8 0 0T 0 23 0 0T 0 10 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 135 0 488 0 20 0 0 0 +USW00023188198001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198001ACMH 90 X 10 X 80 X 60 X 80 X 70 X 100 X 100 X 90 X 90 X 100 X 100 X 100 X 100 X 80 X 90 X 90 X 100 X 20 X 0 X 10 X 0 X 0 X 0 X 60 X 100 X 100 X 100 X 100 X 90 X 30 X +USW00023188198001ACSH 100 X 0 X 100 X 90 X 100 X 70 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 100 X 80 X 90 X 100 X 100 X 0 X 0 X 10 X 0 X 0 X 0 X 80 X 100 X 100 X 100 X 100 X 100 X 10 X +USW00023188198001PGTM 1124 X 2254 X 1524 X 1530 X 1430 X 1400 X 1424 X 1400 X 0518 X 2300 X 1012 X 1300 X 1342 X 0106 X 1342 X 1336 X 1830 X 2348 X 0048 X 1342 X 1224 X 1530 X 1306 X 1400 X 0930 X 1406 X 1518 X 2348 X 0218 X 0300 X 1536 X +USW00023188198001PSUN 79 X 100 X 87 X 90 X 82 X 92 X 75 X 79 X 9 X 15 X 1 X 1 X 66 X 18 X 62 X 32 X 38 X 33 X 100 X 100 X 93 X 100 X 100 X 100 X 73 X 46 X 0 X 2 X 0 X 31 X 97 X +USW00023188198001TSUN 474 X 606 X 528 X 546 X 498 X 558 X 456 X 480 X 54 X 90 X 6 X 6 X 402 X 114 X 378 X 198 X 234 X 204 X 618 X 618 X 582 X 624 X 624 X 624 X 456 X 288 X 0 X 18 X 0 X 198 X 612 X +USW00023188198001WDFG 315W X 45W X 225W X 315W X 180W X 225W X 225W X 225W X 180W X 180W X 180W X 180W X 315W X 135W X 315W X 225W X 180W X 270W X 270W X 315W X 315W X 315W X 225W X 315W X 135W X 180W X 180W X 135W X 180W X 180W X 315W X +USW00023188198001WDFM 315W X 315W X 180W X 315W X 180W X 225W X 225W X 225W X 180W X 180W X 180W X 180W X 315W X 135W X 315W X 225W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 180W X 180W X 135W X 180W X 315W X +USW00023188198001WSFG 72 X 57 X 62 X 51 X 41 X 62 X 82 X 93 X 144 X 98 X 149 X 98 X 62 X 93 X 77 X 57 X 67 X 134 X 123 X 103 X 93 X 72 X 72 X 82 X 77 X 77 X 93 X 185 X 226 X 82 X 82 X +USW00023188198001WSFM 54 X 58 X 36 X 40 X 27 X 40 X 54 X 67 X 116 X 72 X 107 X 67 X 45 X 40 X 58 X 36 X 49 X 76 X 85 X 89 X 67 X 58 X 49 X 63 X 54 X 54 X 67 X 161 X 250 X 58 X 76 X +USW00023188198001WT01 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188198001WT02-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198001WT08 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198001WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188198002TMAX 239 0 250 0 217 0 222 0 194 0 189 0 211 0 217 0 233 0 211 0 194 0 217 0 194 0 194 0 206 0 206 0 211 0 211 0 206 0 194 0 200 0 194 0 206 0 222 0 244 0 294 0 233 0 211 0 211 0-9999 -9999 +USW00023188198002TMIN 144 0 128 0 128 0 128 0 133 0 133 0 94 0 122 0 100 0 94 0 94 0 94 0 156 0 167 0 172 0 172 0 167 0 172 0 161 0 161 0 161 0 139 0 117 0 128 0 122 0 128 0 133 0 128 0 139 0-9999 -9999 +USW00023188198002PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 147 0 89 0 51 0 140 0 18 0 206 0 94 0 358 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188198002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188198002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188198002ACMH 10 X 30 X 70 X 80 X 100 X 70 X 30 X 0 X 0 X 0 X 20 X 40 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 80 X 80 X 40 X 20 X 60 X 10 X 20 X 50 X 70 X 80 X-9999 -9999 +USW00023188198002ACSH 0 X 30 X 90 X 90 X 100 X 80 X 10 X 0 X 0 X 0 X 40 X 20 X 100 X 100 X 90 X 100 X 80 X 100 X 100 X 80 X 90 X 40 X 10 X 80 X 10 X 40 X 60 X 90 X 100 X-9999 -9999 +USW00023188198002PGTM 1500 X 1400 X 1518 X 1542 X 1254 X 1518 X 1500 X 1212 X 1730 X 1518 X 1524 X 1330 X 2306 X 0206 X 0900 X 1842 X 2354 X 0436 X 2048 X 1630 X 0342 X 1536 X 1336 X 1254 X 1442 X 1436 X 1454 X 1506 X 1348 X-9999 -9999 +USW00023188198002PSUN 100 X 97 X 81 X 74 X 69 X 66 X 90 X 100 X 100 X 100 X 98 X 91 X 20 X 51 X 61 X 19 X 69 X 69 X 52 X 64 X 61 X 92 X 96 X 95 X 100 X 97 X 87 X 75 X 90 X-9999 -9999 +USW00023188198002TSUN 636 X 624 X 522 X 474 X 444 X 426 X 588 X 648 X 654 X 654 X 642 X 600 X 132 X 336 X 402 X 126 X 462 X 462 X 348 X 426 X 408 X 618 X 654 X 648 X 684 X 666 X 600 X 516 X 618 X-9999 -9999 +USW00023188198002WDFG 315W X 315W X 315W X 315W X 225W X 315W X 270W X 315W X 360W X 315W X 315W X 225W X 180W X 180W X 180W X 180W X 180W X 180W X 225W X 180W X 225W X 315W X 315W X 315W X 315W X 180W X 270W X 315W X 315W X-9999 -9999 +USW00023188198002WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X 180W X 180W X 180W X 180W X 180W X 180W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X-9999 -9999 +USW00023188198002WSFG 82 X 93 X 62 X 72 X 62 X 93 X 87 X 87 X 72 X 82 X 67 X 93 X 175 X 231 X 118 X 175 X 154 X 180 X 195 X 154 X 118 X 87 X 98 X 98 X 93 X 72 X 123 X 93 X 77 X-9999 -9999 +USW00023188198002WSFM 72 X 72 X 49 X 63 X 40 X 76 X 76 X 76 X 67 X 67 X 49 X 63 X 156 X 201 X 89 X 139 X 112 X 134 X 165 X 116 X 107 X 76 X 76 X 76 X 76 X 58 X 80 X 76 X 49 X-9999 -9999 +USW00023188198002WT01-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198002WT02-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198002WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198002WT08 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188198002WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198003TMAX 194 0 189 0 200 0 194 0 200 0 178 0 189 0 200 0 228 0 183 0 189 0 200 0 228 0 222 0 194 0 211 0 239 0 183 0 189 0 217 0 178 0 189 0 200 0 194 0 194 0 172 0 189 0 217 0 267 0 189 0 211 0 +USW00023188198003TMIN 150 0 144 0 150 0 144 0 122 0 144 0 128 0 106 0 117 0 139 0 133 0 150 0 128 0 128 0 133 0 156 0 117 0 111 0 106 0 122 0 122 0 106 0 111 0 128 0 100 0 94 0 133 0 122 0 128 0 117 0 139 0 +USW00023188198003PRCP 0 0 56 0 15 0 0T 0 28 0 201 0 10 0 0 0 0 0 249 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 20 0 0 0 0 0 0 0 99 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198003ACMH 90 X 100 X 70 X 70 X 50 X 80 X 40 X 0 X 60 X 100 X 70 X 30 X 0 X 20 X 60 X 30 X 0 X 60 X 10 X 10 X 80 X 20 X 20 X 50 X 70 X 30 X 50 X 0 X 0 X 60 X 10 X +USW00023188198003ACSH 100 X 100 X 80 X 80 X 40 X 90 X 60 X 0 X 60 X 100 X 70 X 10 X 0 X 40 X 70 X 20 X 0 X 80 X 0 X 0 X 70 X 20 X 10 X 60 X 80 X 40 X 50 X 0 X 0 X 70 X 10 X +USW00023188198003PGTM 1318 X 2042 X 0912 X 1248 X 2342 X 0930 X 1342 X 1536 X 1424 X 1712 X 2330 X 1706 X 1230 X 1500 X 1448 X 1330 X-9999 1918 X 1206 X 1542 X 2300 X 1224 X 1312 X 1248 X 2206 X 1306 X 1318 X 1354 X 1354 X 1200 X 1342 X +USW00023188198003PSUN 50 X 62 X 68 X 82 X 93 X 46 X 78 X 100 X 84 X 3 X 73 X 92 X 100 X 90 X 86 X 94 X 100 X 50 X 100 X 100 X 78 X 93 X 97 X 84 X 75 X 86 X 84 X 100 X 100 X 53 X 100 X +USW00023188198003TSUN 348 X 426 X 468 X 570 X 648 X 318 X 546 X 702 X 594 X 18 X 522 X 654 X 714 X 642 X 618 X 678 X 720 X 366 X 726 X 726 X 564 X 684 X 714 X 618 X 552 X 636 X 624 X 744 X 744 X 396 X 750 X +USW00023188198003WDFG 225W X 180W X 225W X 315W X 180W X 270W X 270W X 315W X 315W X 90W X 270W X 315W X 315W X 315W X 225W X 315W X-9999 270W X 225W X 315W X 315W X 225W X 270W X 270W X 315W X 315W X 225W X 315W X 315W X 180W X 315W X +USW00023188198003WDFM 225W X 180W X 225W X 315W X 180W X 225W X 270W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 270W X 225W X 315W X 315W X 225W X 315W X 270W X 315W X 315W X 225W X 315W X 315W X 180W X 315W X +USW00023188198003WSFG 67 X 154 X 123 X 82 X 82 X 170 X 72 X 87 X 62 X 87 X 98 X 77 X 93 X 72 X 72 X 103 X-9999 134 X 82 X 82 X 149 X 98 X 87 X 98 X 129 X 118 X 108 X 103 X 103 X 87 X 98 X +USW00023188198003WSFM 45 X 130 X 76 X 58 X 49 X 134 X 54 X 72 X 49 X 72 X 67 X 67 X 80 X 54 X 45 X 72 X 72 X 107 X 49 X 63 X 107 X 58 X 54 X 54 X 94 X 76 X 63 X 76 X 76 X 54 X 76 X +USW00023188198003WT01-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198003WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198003WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198003WT16-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198004TMAX 178 0 172 0 194 0 200 0 211 0 200 0 222 0 261 0 244 0 217 0 222 0 283 0 278 0 228 0 239 0 239 0 239 0 228 0 228 0 211 0 183 0 172 0 167 0 194 0 200 0 200 0 200 0 200 0 183 0 178 0-9999 +USW00023188198004TMIN 111 0 128 0 100 0 111 0 122 0 150 0 128 0 144 0 156 0 167 0 161 0 150 0 144 0 144 0 139 0 156 0 156 0 144 0 161 0 172 0 144 0 128 0 111 0 117 0 144 0 167 0 156 0 150 0 144 0 150 0-9999 +USW00023188198004PRCP 23 0 13 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 53 0 64 0 0 0 0 0 0 0 0 0 109 0 20 0 0 0-9999 +USW00023188198004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198004ACMH 60 X 60 X 20 X 30 X 60 X 30 X 40 X 0 X 0 X 30 X 70 X 0 X 0 X 0 X 10 X 0 X 40 X 30 X 20 X 100 X 80 X 70 X 90 X 20 X 60 X 100 X 100 X 100 X 100 X 90 X-9999 +USW00023188198004ACSH 60 X 80 X 30 X 40 X 70 X 30 X 70 X 0 X 0 X 20 X 80 X 0 X 0 X 10 X 0 X 0 X 50 X 20 X 10 X 100 X 80 X 70 X 100 X 20 X 40 X 100 X 100 X 90 X 100 X 100 X-9999 +USW00023188198004PGTM 0948 X 1000 X 1430 X 1148 X 1318 X 1318 X 1542 X 1318 X 1318 X 1354 X 1148 X 1000 X 1536 X 1312 X 1618 X 1200 X 1712 X 1524 X 1406 X 1542 X 1330 X 1012 X 1242 X 1618 X 1348 X 1254 X 1018 X 1224 X 1642 X 1400 X-9999 +USW00023188198004PSUN 54 X 42 X 93 X 91 X 78 X 84 X 98 X 100 X 100 X 88 X 49 X 100 X 100 X 100 X 98 X 100 X 90 X 86 X 98 X 59 X 72 X 48 X 43 X 100 X 87 X 42 X 69 X 48 X 32 X 39 X-9999 +USW00023188198004TSUN 408 X 312 X 708 X 690 X 594 X 642 X 750 X 768 X 768 X 678 X 378 X 774 X 774 X 780 X 768 X 780 X 702 X 672 X 774 X 468 X 576 X 384 X 342 X 798 X 696 X 336 X 552 X 390 X 258 X 312 X-9999 +USW00023188198004WDFG 360W X 270W X 315W X 315W X 270W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 225W X 225W X 315W X 225W X 270W X 225W X 180W X 225W X 225W X-9999 +USW00023188198004WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 360W X 315W X 225W X 315W X 225W X 225W X 225W X 225W X-9999 +USW00023188198004WSFG 149 X 129 X 108 X 98 X 98 X 77 X 98 X 103 X 93 X 67 X 72 X 118 X 98 X 98 X 67 X 82 X 93 X 82 X 82 X 72 X 118 X 134 X 87 X 77 X 67 X 82 X 77 X 139 X 93 X 72 X-9999 +USW00023188198004WSFM 116 X 85 X 80 X 76 X 67 X 54 X 80 X 85 X 76 X 40 X 49 X 85 X 76 X 76 X 49 X 58 X 76 X 72 X 67 X 49 X 76 X 89 X 63 X 54 X 58 X 58 X 54 X 98 X 63 X 49 X-9999 +USW00023188198004WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188198004WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198004WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198004WT05 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198004WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198004WT16 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188198005TMAX 200 0 222 0 222 0 211 0 200 0 206 0 178 0 200 0 200 0 172 0 189 0 194 0 178 0 183 0 200 0 217 0 211 0 217 0 194 0 183 0 211 0 206 0 189 0 183 0 194 0 183 0 183 0 200 0 211 0 194 0 189 0 +USW00023188198005TMIN 144 0 150 0 178 0 172 0 161 0 161 0 161 0 156 0 161 0 144 0 139 0 144 0 150 0 156 0 156 0 172 0 172 0 172 0 167 0 156 0 172 0 172 0 150 0 144 0 128 0 139 0 144 0 139 0 150 0 156 0 156 0 +USW00023188198005PRCP 137 0 13 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 13 0 3 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188198005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198005ACMH 80 X 10 X 50 X 80 X 100 X 90 X 100 X 80 X 80 X 90 X 60 X 60 X 90 X 90 X 60 X 70 X 80 X 80 X 100 X 100 X 80 X 80 X 60 X 50 X 10 X 50 X 60 X 40 X 20 X 60 X 100 X +USW00023188198005ACSH 80 X 0 X 30 X 70 X 90 X 70 X 100 X 80 X 80 X 100 X 60 X 70 X 100 X 100 X 50 X 50 X 70 X 70 X 100 X 100 X 80 X 70 X 70 X 40 X 10 X 40 X 60 X 40 X 10 X 70 X 100 X +USW00023188198005PGTM 1648 X 1506 X 1330 X 1206 X 1554 X 1124 X 1448 X 1448 X 1406 X 1012 X 1124 X 1118 X 1248 X 1736 X 1130 X 1406 X 1006 X 1248 X 2206 X 1230 X 1554 X 1236 X 2118 X 1324 X 1518 X 1030 X 1354 X 1512 X 1412 X 1348 X 1312 X +USW00023188198005PSUN 63 X 100 X 73 X 67 X 28 X 52 X 0 X 25 X 66 X 16 X 76 X 56 X 8 X 25 X 72 X 57 X 68 X 47 X 4 X 0 X 40 X 49 X 69 X 83 X 99 X 67 X 63 X 86 X 96 X 59 X 9 X +USW00023188198005TSUN 504 X 810 X 594 X 546 X 228 X 426 X 0 X 204 X 546 X 132 X 630 X 462 X 66 X 210 X 600 X 480 X 570 X 390 X 30 X 0 X 342 X 408 X 582 X 696 X 834 X 570 X 534 X 726 X 810 X 504 X 78 X +USW00023188198005WDFG 315W X 315W X 315W X 315W X 270W X 225W X 225W X 315W X 225W X 225W X 225W X 225W X 315W X 315W X 225W X 315W X 225W X 225W X 225W X 225W X 225W X 225W X 315W X 270W X 315W X 225W X 225W X 270W X 315W X 225W X 315W X +USW00023188198005WDFM 315W X 315W X 315W X 315W X 225W X 225W X 180W X 315W X 225W X 315W X 225W X 315W X 270W X 225W X 225W X 315W X 225W X 225W X 225W X 225W X 225W X 180W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X +USW00023188198005WSFG 72 X 103 X 98 X 103 X 72 X 77 X 82 X 82 X 93 X 118 X 103 X 87 X 77 X 87 X 77 X 98 X 82 X 72 X 62 X 67 X 77 X 82 X 123 X 113 X 103 X 93 X 87 X 98 X 98 X 87 X 93 X +USW00023188198005WSFM 54 X 76 X 76 X 72 X 45 X 54 X 54 X 63 X 63 X 76 X 63 X 58 X 54 X 58 X 49 X 76 X 49 X 49 X 40 X 40 X 54 X 49 X 89 X 76 X 76 X 63 X 54 X 72 X 63 X 58 X 72 X +USW00023188198005WT01-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198005WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198005WT08-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198005WT16 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188198006TMAX 206 0 194 0 206 0 217 0 222 0 211 0 233 0 233 0 256 0 217 0 217 0 239 0 233 0 244 0 256 0 239 0 211 0 222 0 222 0 222 0 228 0 244 0 244 0 228 0 244 0 272 0 233 0 350 0 289 0 233 0-9999 +USW00023188198006TMIN 167 0 161 0 167 0 144 0 161 0 161 0 156 0 156 0 172 0 172 0 172 0 161 0 167 0 172 0 172 0 172 0 161 0 161 0 172 0 156 0 156 0 167 0 178 0 183 0 167 0 172 0 189 0 183 0 211 0 189 0-9999 +USW00023188198006PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0-9999 +USW00023188198006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198006ACMH 70 X 90 X 40 X 10 X 70 X 60 X 80 X 50 X 80 X 60 X 30 X 20 X 20 X 50 X 30 X 60 X 80 X 50 X 50 X 60 X 30 X 30 X 30 X 30 X 30 X 40 X 70 X 50 X 60 X 50 X-9999 +USW00023188198006ACSH 60 X 90 X 40 X 0 X 70 X 70 X 100 X 60 X 80 X 50 X 20 X 20 X 20 X 50 X 20 X 50 X 70 X 30 X 30 X 50 X 20 X 30 X 20 X 20 X 20 X 30 X 80 X 40 X 60 X 50 X-9999 +USW00023188198006PGTM 1200 X 1542 X 1142 X 1500 X 1442 X 1406 X 1442 X 1248 X 1554 X 0912 X 1718 X 1254 X 1342 X 1306 X 1348 X 1412 X 1224 X 1700 X 1130 X 1424 X 1306 X 1306 X 1512 X 1536 X 1254 X 1212 X 1354 X 1612 X 1136 X 1200 X-9999 +USW00023188198006PSUN 56 X 29 X 73 X 96 X 76 X 78 X 85 X 85 X 73 X 69 X 76 X 74 X 79 X 77 X 95 X 52 X 42 X 72 X 76 X 79 X 86 X 78 X 86 X 85 X 86 X 95 X 88 X 90 X 86 X 93 X-9999 +USW00023188198006TSUN 474 X 246 X 624 X 822 X 648 X 660 X 732 X 732 X 624 X 588 X 648 X 636 X 678 X 666 X 816 X 450 X 360 X 618 X 654 X 684 X 738 X 672 X 744 X 732 X 744 X 816 X 756 X 774 X 738 X 798 X-9999 +USW00023188198006WDFG 315W X 225W X 225W X 315W X 315W X 270W X 315W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 270W X 225W X 225W X 270W X 225W X 270W X 315W X 180W X 315W X 315W X 225W X-9999 +USW00023188198006WDFM 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 315W X 315W X 180W X 315W X 315W X 225W X-9999 +USW00023188198006WSFG 98 X 67 X 77 X 98 X 93 X 87 X 108 X 93 X 72 X 77 X 77 X 87 X 98 X 108 X 87 X 77 X 87 X 82 X 93 X 87 X 77 X 67 X 77 X 67 X 93 X 98 X 72 X 113 X 103 X 103 X-9999 +USW00023188198006WSFM 72 X 45 X 49 X 76 X 72 X 63 X 76 X 72 X 49 X 54 X 58 X 72 X 76 X 94 X 76 X 58 X 40 X 67 X 67 X 58 X 49 X 45 X 54 X 45 X 72 X 80 X 40 X 94 X 72 X 58 X-9999 +USW00023188198006WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 +USW00023188198006WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188198006WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188198006WT08-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188198006WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188198007TMAX 250 0 239 0 250 0 239 0 256 0 250 0 267 0 261 0 267 0 283 0 267 0 239 0 233 0 256 0 289 0 267 0 250 0 217 0 217 0 233 0 233 0 239 0 244 0 244 0 250 0 250 0 261 0 289 0 300 0 333 0 322 0 +USW00023188198007TMIN 200 0 200 0 206 0 194 0 189 0 194 0 200 0 200 0 189 0 189 0 194 0 183 0 183 0 172 0 194 0 206 0 183 0 178 0 178 0 178 0 194 0 183 0 189 0 189 0 200 0 206 0 211 0 211 0 217 0 244 0 239 0 +USW00023188198007PRCP 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198007ACMH 70 X 70 X 80 X 70 X 50 X 40 X 70 X 30 X 0 X 20 X 0 X 30 X 30 X 30 X 10 X 0 X 40 X 70 X 80 X 70 X 70 X 70 X 60 X 50 X 50 X 50 X 30 X 10 X 40 X 50 X 50 X +USW00023188198007ACSH 70 X 70 X 80 X 60 X 50 X 40 X 70 X 20 X 0 X 20 X 0 X 30 X 20 X 30 X 20 X 0 X 20 X 50 X 60 X 50 X 60 X 70 X 30 X 50 X 40 X 70 X 20 X 10 X 30 X 20 X 60 X +USW00023188198007PGTM 1042 X 1248 X 1348 X 1600 X 1618 X 1524 X 1536 X 1630 X 1448 X 1118 X 1230 X 1218 X 1236 X 1330 X 1336 X 1054 X 1118 X 1118 X 1400 X 1536 X 1248 X 1142 X 1412 X 1230 X 0930 X 1642 X 1230 X 1754 X 1312 X 1630 X 1242 X +USW00023188198007PSUN 77 X 63 X 48 X 50 X 51 X 73 X 83 X 93 X 100 X 93 X 100 X 77 X 93 X 95 X 92 X 100 X 87 X 66 X 61 X 61 X 63 X 70 X 82 X 68 X 66 X 64 X 91 X 96 X 92 X 96 X 86 X +USW00023188198007TSUN 660 X 534 X 414 X 426 X 438 X 624 X 714 X 798 X 852 X 792 X 852 X 654 X 792 X 804 X 780 X 846 X 738 X 558 X 510 X 516 X 534 X 588 X 684 X 570 X 552 X 534 X 756 X 792 X 768 X 798 X 708 X +USW00023188198007WDFG 225W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 315W X 270W X 315W X 315W X 315W X 180W X 180W X 270W X 315W X 270W X 225W X 270W X 225W X 315W X 315W X 315W X 180W X 180W X 315W X +USW00023188198007WDFM 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X +USW00023188198007WSFG 98 X 77 X 98 X 87 X 82 X 82 X 77 X 87 X 103 X 98 X 93 X 82 X 82 X 108 X 108 X 93 X 82 X 77 X 72 X 72 X 103 X 82 X 67 X 67 X 72 X 72 X 87 X 103 X 72 X 67 X 82 X +USW00023188198007WSFM 58 X 54 X 76 X 72 X 67 X 49 X 54 X 72 X 85 X 76 X 76 X 54 X 54 X 85 X 85 X 76 X 63 X 45 X 40 X 45 X 80 X 58 X 45 X 49 X 45 X 49 X 72 X 85 X 54 X 49 X 63 X +USW00023188198007WT01 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198007WT08 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188198007WT16 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198008TMAX 300 0 250 0 250 0 256 0 267 0 272 0 289 0 294 0 256 0 278 0 278 0 256 0 267 0 267 0 244 0 244 0 239 0 239 0 256 0 261 0 261 0 250 0 256 0 261 0 267 0 250 0 233 0 239 0 250 0 267 0 233 0 +USW00023188198008TMIN 233 0 222 0 217 0 217 0 217 0 206 0 206 0 217 0 217 0 211 0 222 0 228 0 222 0 222 0 211 0 211 0 211 0 211 0 211 0 211 0 211 0 211 0 200 0 206 0 200 0 194 0 200 0 194 0 183 0 178 0 189 0 +USW00023188198008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198008ACMH 30 X 80 X 70 X 60 X 60 X 10 X 10 X 30 X 70 X 10 X 60 X 90 X 70 X 90 X 80 X 80 X 60 X 80 X 50 X 40 X 40 X 100 X 30 X 10 X 0 X 50 X 70 X 40 X 30 X 20 X 80 X +USW00023188198008ACSH 40 X 90 X 60 X 30 X 40 X 10 X 20 X 20 X 70 X 0 X 40 X 100 X 50 X 80 X 60 X 70 X 40 X 50 X 50 X 20 X 20 X 90 X 10 X 20 X 0 X 50 X 50 X 40 X 20 X 0 X 70 X +USW00023188198008PGTM 1000 X 1306 X 1230 X 1242 X 1030 X 1342 X 1218 X 1512 X 1512 X 1530 X 1506 X 1212 X 1206 X 1324 X 1242 X 1418 X 1506 X 1306 X 1412 X 1512 X 1324 X 1154 X 1436 X 1430 X 1400 X 1454 X 1230 X 1630 X 1442 X 1518 X 1218 X +USW00023188198008PSUN 95 X 58 X 77 X 73 X 80 X 100 X 90 X 83 X 78 X 100 X 68 X 42 X 69 X 54 X 61 X 71 X 72 X 62 X 72 X 69 X 79 X 32 X 86 X 97 X 99 X 74 X 53 X 67 X 87 X 100 X 47 X +USW00023188198008TSUN 780 X 480 X 630 X 600 X 660 X 816 X 738 X 678 X 636 X 810 X 552 X 342 X 552 X 432 X 492 X 564 X 576 X 498 X 570 X 552 X 630 X 252 X 678 X 762 X 774 X 582 X 420 X 522 X 678 X 774 X 360 X +USW00023188198008WDFG 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 180W X 225W X 225W X 225W X 180W X 270W X 225W X 315W X 225W X 225W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 225W X +USW00023188198008WDFM 180W X 225W X 225W X 270W X 225W X 315W X 315W X 315W X 180W X 315W X 225W X 225W X 225W X 225W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X +USW00023188198008WSFG 118 X 82 X 77 X 82 X 77 X 82 X 82 X 77 X 72 X 62 X 72 X 77 X 77 X 87 X 82 X 87 X 77 X 98 X 82 X 108 X 93 X 87 X 87 X 103 X 98 X 93 X 82 X 87 X 93 X 87 X 77 X +USW00023188198008WSFM 85 X 54 X 54 X 49 X 54 X 67 X 67 X 58 X 49 X 40 X 49 X 58 X 49 X 49 X 54 X 54 X 49 X 49 X 54 X 85 X 67 X 58 X 54 X 76 X 72 X 72 X 63 X 67 X 76 X 67 X 45 X +USW00023188198008WT01 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 +USW00023188198008WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188198008WT08-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188198009TMAX 244 0 244 0 244 0 244 0 244 0 239 0 217 0 228 0 239 0 239 0 228 0 211 0 211 0 228 0 239 0 267 0 283 0 261 0 233 0 233 0 233 0 233 0 228 0 233 0 228 0 228 0 228 0 228 0 233 0 256 0-9999 +USW00023188198009TMIN 194 0 200 0 200 0 200 0 200 0 200 0 194 0 189 0 172 0 200 0 194 0 183 0 178 0 183 0 167 0 189 0 206 0 200 0 189 0 194 0 194 0 194 0 194 0 183 0 178 0 189 0 189 0 189 0 172 0 178 0-9999 +USW00023188198009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198009ACMH 80 X 80 X 40 X 40 X 50 X 100 X 100 X 50 X 60 X 100 X 100 X 100 X 100 X 50 X 40 X 40 X 0 X 30 X 60 X 70 X 40 X 50 X 90 X 50 X 70 X 80 X 70 X 50 X 40 X 70 X-9999 +USW00023188198009ACSH 50 X 70 X 20 X 30 X 40 X 100 X 100 X 50 X 60 X 90 X 100 X 100 X 100 X 50 X 60 X 40 X 0 X 10 X 40 X 40 X 40 X 40 X 80 X 30 X 40 X 60 X 50 X 50 X 20 X 50 X-9999 +USW00023188198009PGTM 1354 X 1412 X 1154 X 1306 X 1406 X 1318 X 1348 X 1354 X 1448 X 1306 X 1418 X 1518 X 1342 X 1418 X 1354 X 1318 X 1212 X 1436 X 1254 X 1236 X 1412 X 1148 X 1424 X 1648 X 1518 X 1230 X 1524 X 1448 X 1430 X 1642 X-9999 +USW00023188198009PSUN 53 X 32 X 64 X 86 X 73 X 41 X 23 X 67 X 53 X 21 X 18 X 0 X 3 X 53 X 59 X 90 X 100 X 94 X 70 X 64 X 66 X 71 X 40 X 79 X 67 X 61 X 53 X 64 X 71 X 56 X-9999 +USW00023188198009TSUN 414 X 252 X 492 X 654 X 558 X 312 X 174 X 510 X 402 X 156 X 138 X 0 X 24 X 396 X 438 X 672 X 738 X 690 X 516 X 468 X 486 X 522 X 288 X 570 X 486 X 438 X 384 X 456 X 510 X 396 X-9999 +USW00023188198009WDFG 270W X 315W X 315W X 315W X 315W X 270W X 270W X 225W X 270W X 270W X 315W X 225W X 225W X 180W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 270W X 315W X 180W X-9999 +USW00023188198009WDFM 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 180W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X-9999 +USW00023188198009WSFG 77 X 82 X 82 X 82 X 87 X 72 X 72 X 82 X 93 X 113 X 77 X 62 X 72 X 93 X 82 X 108 X 98 X 93 X 87 X 72 X 82 X 98 X 87 X 72 X 77 X 93 X 82 X 62 X 82 X 77 X-9999 +USW00023188198009WSFM 49 X 58 X 54 X 58 X 63 X 49 X 45 X 45 X 49 X 76 X 45 X 40 X 45 X 49 X 54 X 85 X 76 X 76 X 58 X 54 X 49 X 72 X 72 X 54 X 58 X 76 X 72 X 45 X 58 X 58 X-9999 +USW00023188198009WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 +USW00023188198009WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188198009WT08-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188198009WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198010TMAX 222 0 222 0 222 0 222 0 228 0 222 0 222 0 206 0 206 0 211 0 222 0 211 0 211 0 206 0 200 0 194 0 206 0 239 0 261 0 289 0 294 0 228 0 222 0 289 0 211 0 200 0 211 0 289 0 278 0 294 0 311 0 +USW00023188198010TMIN 178 0 172 0 172 0 183 0 178 0 189 0 189 0 178 0 178 0 178 0 172 0 178 0 183 0 178 0 167 0 150 0 133 0 128 0 128 0 144 0 144 0 139 0 139 0 133 0 139 0 167 0 139 0 139 0 139 0 133 0 144 0 +USW00023188198010PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198010ACMH 50 X 70 X 80 X 70 X 70 X 80 X 70 X 100 X 100 X 100 X 80 X 70 X 60 X 70 X 50 X 20 X 0 X 0 X 0 X 30 X 10 X 20 X 0 X 0 X 60 X 90 X 20 X 0 X 0 X 10 X 70 X +USW00023188198010ACSH 50 X 40 X 70 X 60 X 60 X 70 X 50 X 90 X 90 X 90 X 60 X 70 X 60 X 60 X 50 X 20 X 0 X 0 X 0 X 40 X 0 X 10 X 0 X 0 X 60 X 90 X 10 X 0 X 0 X 10 X 90 X +USW00023188198010PGTM 1330 X 1142 X 1536 X 1230 X 1312 X 1312 X 1406 X 1048 X 1230 X 1624 X 1348 X 1306 X 1412 X 1912 X 0048 X 1254 X 1412 X 1342 X 1236 X 1342 X 1354 X 1236 X 1248 X 1430 X 1430 X 1412 X 1242 X 1418 X 1330 X 1442 X 1348 X +USW00023188198010PSUN 49 X 67 X 51 X 49 X 50 X 35 X 53 X 29 X 23 X 19 X 44 X 39 X 54 X 26 X 43 X 90 X 100 X 100 X 100 X 99 X 100 X 96 X 100 X 100 X 81 X 62 X 98 X 100 X 100 X 100 X 75 X +USW00023188198010TSUN 348 X 474 X 360 X 348 X 348 X 246 X 372 X 204 X 156 X 132 X 306 X 270 X 372 X 180 X 294 X 618 X 678 X 678 X 678 X 666 X 672 X 648 X 666 X 666 X 540 X 408 X 648 X 660 X 660 X 654 X 492 X +USW00023188198010WDFG 225W X 225W X 180W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 225W X 270W X 180W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X +USW00023188198010WDFM 225W X 225W X 225W X 270W X 315W X 315W X 315W X 225W X 225W X 315W X 225W X 225W X 225W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 45W X 315W X 315W X 315W X +USW00023188198010WSFG 72 X 62 X 62 X 72 X 87 X 82 X 87 X 62 X 72 X 62 X 62 X 87 X 72 X 149 X 149 X 98 X 113 X 103 X 87 X 93 X 108 X 87 X 103 X 118 X 82 X 72 X 93 X 93 X 93 X 98 X 67 X +USW00023188198010WSFM 40 X 40 X 40 X 45 X 67 X 63 X 67 X 36 X 36 X 45 X 36 X 40 X 49 X 89 X 103 X 54 X 80 X 76 X 58 X 76 X 80 X 58 X 67 X 85 X 49 X 49 X 63 X 63 X 72 X 76 X 54 X +USW00023188198010WT01 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188198010WT02 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198010WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198010WT08 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198010WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188198011TMAX 294 0 267 0 250 0 222 0 206 0 206 0 200 0 200 0 194 0 189 0 211 0 206 0 206 0 211 0 206 0 222 0 233 0 217 0 239 0 228 0 244 0 194 0 189 0 200 0 233 0 228 0 244 0 278 0 244 0 183 0-9999 +USW00023188198011TMIN 144 0 133 0 133 0 128 0 156 0 161 0 139 0 150 0 144 0 161 0 172 0 156 0 128 0 128 0 111 0 78 0 83 0 89 0 67 0 83 0 83 0 122 0 100 0 122 0 106 0 83 0 83 0 94 0 106 0 122 0-9999 +USW00023188198011PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198011ACMH 0 X 40 X 10 X 30 X 90 X 80 X 70 X 80 X 80 X 100 X 90 X 60 X 30 X 10 X 10 X 30 X 40 X 0 X 20 X 10 X 40 X 50 X 30 X 20 X 20 X 10 X 10 X 0 X 60 X 70 X-9999 +USW00023188198011ACSH 0 X 40 X 0 X 10 X 70 X 90 X 40 X 80 X 80 X 100 X 80 X 60 X 20 X 10 X 30 X 70 X 60 X 0 X 30 X 20 X 30 X 60 X 20 X 10 X 20 X 10 X 20 X 0 X 80 X 50 X-9999 +USW00023188198011PGTM 1318 X 1342 X 1142 X 1236 X 1442 X 1318 X 1318 X 1312 X 1500 X 1506 X 1724 X 1624 X 1506 X 1348 X 1448 X 1530 X 1506 X 1506 X 1542 X 1454 X 1418 X 1112 X 1512 X 1318 X 1330 X 1800 X 1418 X 1436 X 1230 X 1448 X-9999 +USW00023188198011PSUN 100 X 90 X 100 X 94 X 46 X 59 X 67 X 65 X 28 X 0 X 59 X 67 X 94 X 100 X 82 X 83 X 96 X 100 X 93 X 95 X 97 X 88 X 90 X 89 X 97 X 99 X 96 X 100 X 95 X 85 X-9999 +USW00023188198011TSUN 654 X 588 X 648 X 612 X 294 X 378 X 426 X 414 X 180 X 0 X 378 X 426 X 594 X 630 X 516 X 522 X 606 X 624 X 576 X 588 X 600 X 546 X 558 X 546 X 600 X 606 X 588 X 612 X 582 X 516 X-9999 +USW00023188198011WDFG 315W X 315W X 360W X 270W X 270W X 270W X 270W X 270W X 270W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 270W X 315W X 270W X 360W X 315W X 315W X 270W X 225W X-9999 +USW00023188198011WDFM 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 90W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X-9999 +USW00023188198011WSFG 93 X 87 X 67 X 62 X 67 X 51 X 67 X 57 X 51 X 51 X 51 X 67 X 82 X 82 X 93 X 62 X 93 X 98 X 93 X 103 X 67 X 62 X 62 X 98 X 67 X 72 X 67 X 62 X 51 X 57 X-9999 +USW00023188198011WSFM 76 X 72 X 54 X 45 X 58 X 36 X 49 X 45 X 45 X 36 X 45 X 45 X 58 X 72 X 67 X 45 X 80 X 76 X 76 X 85 X 49 X 31 X 40 X 76 X 54 X 58 X 49 X 49 X 36 X 40 X-9999 +USW00023188198011WT01-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188198011WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188198011WT08-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00023188198012TMAX 189 0 194 0 178 0 178 0 183 0 172 0 172 0 194 0 200 0 217 0 239 0 222 0 217 0 228 0 256 0 289 0 211 0 172 0 189 0 228 0 200 0 189 0 228 0 239 0 244 0 244 0 222 0 206 0 222 0 306 0 217 0 +USW00023188198012TMIN 133 0 100 0 139 0 156 0 128 0 128 0 122 0 106 0 83 0 72 0 78 0 83 0 94 0 83 0 78 0 111 0 133 0 122 0 122 0 94 0 94 0 100 0 117 0 94 0 89 0 94 0 100 0 111 0 89 0 106 0 106 0 +USW00023188198012PRCP 0 0 0 0 0 0 79 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188198012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198012ACMH 40 X 20 X 100 X 100 X 60 X 80 X 40 X 20 X 0 X 0 X 60 X 60 X 0 X 0 X 0 X 10 X 70 X 70 X 80 X 90 X 90 X 50 X 60 X 30 X 10 X 40 X 70 X 90 X 20 X 20 X 60 X +USW00023188198012ACSH 50 X 10 X 100 X 100 X 50 X 90 X 50 X 0 X 10 X 0 X 70 X 60 X 0 X 0 X 0 X 0 X 30 X 70 X 60 X 80 X 70 X 30 X 50 X 20 X 10 X 20 X 90 X 100 X 0 X 0 X 70 X +USW00023188198012PGTM 1512 X 1448 X 1600 X 1430 X 1248 X 1230 X 1442 X 1524 X 1354 X 1030 X 1154 X 1524 X 1548 X 1536 X 1518 X 1430 X 1548 X 1412 X 1330 X 1200 X 1624 X 1212 X 1154 X 1612 X 2148 X 1400 X 1342 X 2248 X 1448 X 1106 X 1224 X +USW00023188198012PSUN 62 X 97 X 88 X 0 X 77 X 68 X 87 X 95 X 100 X 100 X 90 X 74 X 100 X 100 X 100 X 96 X 80 X 82 X 57 X 79 X 82 X 89 X 90 X 88 X 100 X 95 X 92 X 76 X 97 X 100 X 54 X +USW00023188198012TSUN 378 X 588 X 534 X 0 X 468 X 408 X 528 X 576 X 606 X 606 X 540 X 444 X 600 X 600 X 600 X 576 X 480 X 492 X 342 X 474 X 492 X 534 X 540 X 528 X 600 X 570 X 552 X 462 X 582 X 600 X 324 X +USW00023188198012WDFG 270W X 315W X 270W X 135W X 270W X 180W X 270W X 315W X 315W X 315W X 315W X 225W X 315W X 360W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 45W X 180W X 315W X 315W X 315W X 180W X 315W X +USW00023188198012WDFM 270W X 315W X 270W X 135W X 270W X 225W X 135W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X +USW00023188198012WSFG 62 X 67 X 62 X 103 X 77 X 72 X 98 X 93 X 77 X 62 X 62 X 51 X 62 X 87 X 82 X 72 X 72 X 72 X 72 X 67 X 57 X 62 X 62 X 72 X 57 X 46 X 62 X 51 X 67 X 67 X 51 X +USW00023188198012WSFM 36 X 54 X 40 X 76 X 54 X 45 X 58 X 76 X 63 X 45 X 45 X 18 X 45 X 54 X 63 X 49 X 31 X 54 X 63 X 58 X 45 X 49 X 49 X 54 X 36 X 36 X 40 X 40 X 54 X 45 X 36 X +USW00023188198012WT01-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188198012WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00023188198012WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198012WT08-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X +USW00023188198012WT16-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188198101TMAX 222 0 206 0 200 0 172 0 217 0 239 0 206 0 194 0 217 0 239 0 233 0 228 0 222 0 217 0 200 0 200 0 200 0 244 0 211 0 200 0 222 0 183 0 178 0 183 0 183 0 189 0 183 0 172 0 178 0 156 0 161 0 +USW00023188198101TMIN 139 0 111 0 139 0 144 0 128 0 117 0 128 0 122 0 94 0 94 0 167 0 167 0 144 0 133 0 128 0 133 0 139 0 128 0 133 0 122 0 128 0 122 0 144 0 117 0 94 0 83 0 111 0 128 0 117 0 117 0 67 0 +USW00023188198101PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 69 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 119 0 130 0 25 0 0 0 +USW00023188198101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198101ACMH 50 X 50 X 80 X 100 X 50 X 40 X 50 X 30 X 30 X 70 X 100 X 90 X 0 X 0 X 30 X 60 X 70 X 40 X 60 X 40 X 80 X 90 X 90 X 90 X 30 X 40 X 70 X 70 X 80 X 60 X 0 X +USW00023188198101ACSH 60 X 80 X 90 X 100 X 40 X 20 X 20 X 30 X 40 X 90 X 100 X 90 X 0 X 0 X 30 X 90 X 100 X 30 X 80 X 40 X 90 X 100 X 100 X 100 X 30 X 60 X 100 X 90 X 70 X 60 X 0 X +USW00023188198101PGTM 0754 X 1424 X 1442 X 1318 X 1918 X 1606 X 1312 X 1418 X 1312 X 1330 X 1912 X 1136 X 1300 X 1424 X 1718 X 1518 X 1348 X 1412 X 1512 X 1554 X 1236 X 0936 X 0218 X 1400 X 1254 X 1600 X 1848 X 1436 X 1736 X 1954 X 1624 X +USW00023188198101PSUN 79 X 62 X 68 X 20 X 75 X 99 X 95 X 85 X 100 X 94 X 44 X 74 X 100 X 100 X 87 X 88 X 92 X 95 X 96 X 97 X 95 X 80 X 54 X 83 X 91 X 90 X 79 X 72 X 66 X 82 X 100 X +USW00023188198101TSUN 480 X 372 X 414 X 120 X 456 X 600 X 576 X 516 X 606 X 576 X 270 X 450 X 612 X 612 X 534 X 540 X 564 X 588 X 594 X 600 X 594 X 504 X 336 X 522 X 570 X 564 X 498 X 456 X 414 X 522 X 636 X +USW00023188198101WDFG 225W X 315W X 315W X 270W X 180W X 315W X 315W X 315W X 315W X 315W X 135W X 90W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 270W X 315W X 270W X 315W X 180W X 225W X 225W X 315W X 315W X +USW00023188198101WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 360W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 135W X 180W X 180W X 315W X 315W X +USW00023188198101WSFG 72 X 98 X 108 X 57 X 67 X 72 X 77 X 67 X 77 X 77 X 154 X 87 X 67 X 77 X 72 X 82 X 82 X 62 X 93 X 103 X 82 X 67 X 103 X 82 X 82 X 72 X 67 X 118 X 134 X 123 X 103 X +USW00023188198101WSFM 49 X 76 X 89 X 40 X 49 X 49 X 54 X 45 X 49 X 54 X 103 X 49 X 40 X 49 X 49 X 76 X 76 X 45 X 72 X 80 X 63 X 36 X 63 X 54 X 49 X 40 X 54 X 80 X 85 X 89 X 76 X +USW00023188198101WT01 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188198101WT02-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198101WT08-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198101WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188198102TMAX 189 0 211 0 200 0 183 0 183 0 178 0 189 0 172 0 189 0 183 0 200 0 211 0 267 0 256 0 244 0 272 0 267 0 267 0 283 0 222 0 283 0 267 0 217 0 194 0 178 0 178 0 189 0 167 0-9999 -9999 -9999 +USW00023188198102TMIN 67 0 78 0 89 0 100 0 89 0 117 0 100 0 122 0 122 0 144 0 150 0 133 0 117 0 139 0 128 0 128 0 139 0 139 0 150 0 133 0 128 0 117 0 106 0 150 0 128 0 122 0 83 0 128 0-9999 -9999 -9999 +USW00023188198102PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 170 0 25 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 224 0 0T 0 0 0 137 0-9999 -9999 -9999 +USW00023188198102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198102ACMH 0 X 60 X 40 X 30 X 40 X 80 X 20 X 100 X 100 X 70 X 70 X 40 X 80 X 70 X 80 X 80 X 30 X 10 X 70 X 20 X 30 X 0 X 20 X 90 X 90 X 30 X 10 X 90 X-9999 -9999 -9999 +USW00023188198102ACSH 10 X 90 X 50 X 10 X 40 X 100 X 10 X 100 X 100 X 80 X 60 X 50 X 100 X 70 X 100 X 90 X 20 X 10 X 80 X 10 X 50 X 0 X 0 X 80 X 80 X 30 X 10 X 100 X-9999 -9999 -9999 +USW00023188198102PGTM 1618 X 1606 X 1312 X 1330 X 1254 X 1448 X 1606 X 2312 X 0200 X 1424 X 1612 X 1254 X 1542 X 1036 X 1554 X 1442 X 1618 X 1348 X 1318 X 1406 X 1324 X 1330 X 1336 X 1800 X 2018 X 0024 X 1448 X 1236 X-9999 -9999 -9999 +USW00023188198102PSUN 100 X 91 X 97 X 98 X 96 X 40 X 90 X 0 X 37 X 62 X 84 X 89 X 90 X 89 X 77 X 97 X 86 X 100 X 82 X 99 X 100 X 100 X 96 X 88 X 79 X 92 X 100 X 9 X-9999 -9999 -9999 +USW00023188198102TSUN 636 X 582 X 624 X 630 X 624 X 264 X 588 X 0 X 240 X 402 X 546 X 582 X 588 X 588 X 516 X 642 X 576 X 666 X 552 X 666 X 672 X 678 X 648 X 600 X 540 X 624 X 684 X 60 X-9999 -9999 -9999 +USW00023188198102WDFG 315W X 315W X 225W X 270W X 315W X 270W X 315W X 135W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 180W X-9999 -9999 -9999 +USW00023188198102WDFM 315W X 315W X 225W X 225W X 315W X 270W X 315W X 135W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 180W X-9999 -9999 -9999 +USW00023188198102WSFG 82 X 87 X 62 X 72 X 82 X 77 X 72 X 77 X 123 X 77 X 93 X 123 X 103 X 77 X 72 X 82 X 82 X 77 X 98 X 67 X 72 X 77 X 77 X 72 X 123 X 113 X 72 X 82 X-9999 -9999 -9999 +USW00023188198102WSFM 58 X 67 X 36 X 40 X 63 X 49 X 54 X 49 X 89 X 54 X 80 X 103 X 80 X 63 X 67 X 72 X 67 X 58 X 98 X 58 X 49 X 76 X 72 X 58 X 98 X 72 X 45 X 63 X-9999 -9999 -9999 +USW00023188198102WT01-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00023188198102WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198102WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198102WT08-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198102WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00023188198103TMAX 167 0 178 0 183 0 183 0 150 0 172 0 189 0 206 0 211 0 222 0 194 0 194 0 178 0 189 0 206 0 200 0 206 0 206 0 189 0 183 0 194 0 217 0 206 0 217 0 200 0 183 0 183 0 194 0 183 0 183 0 194 0 +USW00023188198103TMIN 139 0 122 0 94 0 139 0 106 0 111 0 133 0 106 0 117 0 128 0 139 0 156 0 128 0 128 0 106 0 128 0 139 0 128 0 144 0 144 0 117 0 128 0 156 0 144 0 144 0 139 0 133 0 128 0 144 0 144 0 128 0 +USW00023188198103PRCP 417 0 33 0 0 0 13 0 300 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 3 0 0 0 0 0 0 0 0 0 160 0 3 0 0 0 0T 0 0 0 0 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188198103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198103ACMH 80 X 80 X 40 X 90 X 100 X 70 X 60 X 0 X 0 X 0 X 70 X 60 X 80 X 50 X 30 X 20 X 60 X 70 X 100 X 60 X 30 X 30 X 50 X 40 X 90 X 80 X 50 X 30 X 80 X 50 X 30 X +USW00023188198103ACSH 100 X 100 X 40 X 90 X 100 X 70 X 80 X 10 X 0 X 0 X 60 X 60 X 90 X 50 X 40 X 10 X 70 X 80 X 100 X 50 X 30 X 0 X 40 X 50 X 100 X 70 X 60 X 20 X 90 X 50 X 20 X +USW00023188198103PGTM 1524 X 0842 X 1212 X 2354 X 1242 X 0000 X 1630 X 1548 X 1248 X 1206 X 1048 X 1354 X 1454 X 0112 X 1536 X 1312 X 1412 X 1306 X 2024 X 0442 X 1318 X 1500 X 1242 X 1312 X 1618 X 1448 X 1448 X 1348 X 1518 X 1518 X 1500 X +USW00023188198103PSUN 12 X 41 X 87 X 51 X 21 X 58 X 73 X 100 X 100 X 97 X 66 X 73 X 29 X 71 X 93 X 98 X 92 X 87 X 9 X 80 X 97 X 93 X 73 X 69 X 56 X 80 X 92 X 90 X 15 X 71 X 96 X +USW00023188198103TSUN 78 X 288 X 606 X 360 X 150 X 402 X 516 X 702 X 708 X 684 X 474 X 522 X 204 X 504 X 672 X 708 X 660 X 630 X 66 X 582 X 702 X 684 X 540 X 510 X 414 X 588 X 684 X 672 X 114 X 534 X 720 X +USW00023188198103WDFG 180W X 135W X 270W X 135W X 225W X 180W X 315W X 315W X 270W X 270W X 180W X 270W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 225W X 225W X 225W X 225W X +USW00023188198103WDFM 180W X 225W X 315W X 180W X 225W X 135W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 315W X 270W X 225W X +USW00023188198103WSFG 144 X 113 X 72 X 134 X 134 X 103 X 77 X 82 X 82 X 51 X 67 X 93 X 134 X 108 X 103 X 87 X 77 X 77 X 108 X 87 X 103 X 98 X 87 X 77 X 77 X 149 X 93 X 82 X 72 X 72 X 72 X +USW00023188198103WSFM 98 X 76 X 45 X 76 X 116 X 63 X 63 X 72 X 72 X 36 X 40 X 72 X 103 X 76 X 89 X 72 X 54 X 67 X 76 X 72 X 80 X 89 X 76 X 72 X 58 X 125 X 76 X 54 X 45 X 45 X 45 X +USW00023188198103WT01 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198103WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198103WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198103WT16 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188198104TMAX 189 0 167 0 178 0 239 0 283 0 211 0 178 0 194 0 189 0 189 0 211 0 206 0 200 0 200 0 189 0 200 0 183 0 189 0 189 0 200 0 211 0 228 0 211 0 211 0 211 0 206 0 206 0 244 0 267 0 217 0-9999 +USW00023188198104TMIN 156 0 133 0 133 0 117 0 128 0 144 0 144 0 150 0 150 0 161 0 161 0 156 0 156 0 156 0 156 0 156 0 161 0 144 0 139 0 139 0 139 0 156 0 167 0 167 0 172 0 161 0 167 0 156 0 183 0 183 0-9999 +USW00023188198104PRCP 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0-9999 +USW00023188198104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198104ACMH 90 X 80 X 50 X 0 X 0 X 30 X 100 X 50 X 70 X 100 X 90 X 70 X 40 X 60 X 70 X 60 X 100 X 90 X 80 X 70 X 30 X 40 X 70 X 70 X 80 X 100 X 80 X 10 X 50 X 50 X-9999 +USW00023188198104ACSH 70 X 90 X 60 X 0 X 0 X 10 X 100 X 40 X 40 X 90 X 90 X 60 X 30 X 30 X 50 X 50 X 100 X 90 X 100 X 70 X 30 X 20 X 40 X 40 X 60 X 100 X 90 X 0 X 40 X 70 X-9999 +USW00023188198104PGTM 1542 X 1412 X 0730 X 1212 X 1548 X 2212 X 1212 X 1536 X 1330 X 1212 X 1412 X 1206 X 1430 X 1506 X 1218 X 1318 X 1642 X 1406 X 1048 X 1218 X 1248 X 1506 X 0948 X 1242 X 1242 X 1442 X 1630 X 0800 X 0948 X 1812 X-9999 +USW00023188198104PSUN 52 X 31 X 66 X 100 X 100 X 91 X 1 X 63 X 53 X 14 X 63 X 66 X 78 X 65 X 39 X 52 X 11 X 35 X 50 X 60 X 96 X 84 X 60 X 57 X 69 X 37 X 41 X 97 X 74 X 27 X-9999 +USW00023188198104TSUN 396 X 234 X 498 X 756 X 762 X 690 X 6 X 480 X 408 X 114 X 486 X 510 X 606 X 504 X 306 X 408 X 90 X 276 X 390 X 468 X 756 X 672 X 480 X 456 X 552 X 294 X 330 X 780 X 594 X 216 X-9999 +USW00023188198104WDFG 270W X 270W X 270W X 315W X 315W X 180W X 225W X 270W X 225W X 225W X 315W X 225W X 315W X 270W X 315W X 315W X 225W X 270W X 225W X 315W X 270W X 270W X 270W X 225W X 225W X 225W X 315W X 180W X 180W X 315W X-9999 +USW00023188198104WDFM 315W X 270W X 270W X 315W X 315W X 180W X 225W X 315W X 225W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 225W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 180W X 315W X-9999 +USW00023188198104WSFG 93 X 144 X 98 X 82 X 103 X 82 X 93 X 103 X 72 X 82 X 87 X 77 X 82 X 103 X 93 X 87 X 67 X 108 X 93 X 103 X 82 X 77 X 77 X 82 X 87 X 87 X 98 X 87 X 134 X 82 X-9999 +USW00023188198104WSFM 58 X 98 X 63 X 63 X 80 X 49 X 54 X 54 X 40 X 45 X 63 X 49 X 49 X 58 X 67 X 58 X 40 X 63 X 58 X 72 X 49 X 54 X 49 X 54 X 49 X 54 X 72 X 58 X 89 X 63 X-9999 +USW00023188198104WT01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188198104WT08 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198104WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 +USW00023188198105TMAX 211 0 200 0 206 0 206 0 211 0 211 0 222 0 228 0 261 0 272 0 217 0 211 0 222 0 206 0 194 0 200 0 228 0 239 0 211 0 206 0 217 0 211 0 217 0 228 0 211 0 222 0 233 0 228 0 211 0 222 0 217 0 +USW00023188198105TMIN 183 0 172 0 167 0 178 0 172 0 167 0 156 0 167 0 172 0 183 0 178 0 178 0 178 0 183 0 167 0 156 0 139 0 167 0 172 0 167 0 144 0 172 0 178 0 183 0 183 0 189 0 189 0 189 0 183 0 183 0 183 0 +USW00023188198105PRCP 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0 0T 0 0 0 0 0 +USW00023188198105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198105ACMH 100 X 100 X 70 X 80 X 90 X 50 X 10 X 20 X 0 X 10 X 70 X 60 X 50 X 100 X 100 X 70 X 0 X 50 X 90 X 50 X 30 X 80 X 90 X 90 X 100 X 100 X 90 X 90 X 100 X 100 X 100 X +USW00023188198105ACSH 100 X 100 X 50 X 80 X 80 X 60 X 0 X 20 X 0 X 0 X 50 X 40 X 30 X 100 X 100 X 80 X 0 X 40 X 100 X 60 X 20 X 70 X 100 X 80 X 100 X 100 X 90 X 80 X 100 X 100 X 100 X +USW00023188198105PGTM 1406 X 1748 X 1036 X 1312 X 1518 X 0948 X 1430 X 1412 X 1530 X 1130 X 1300 X 1030 X 1348 X 1548 X 1348 X 1412 X 1312 X 1812 X 1324 X 1436 X 1054 X 1430 X 1348 X 1224 X 1324 X 1006 X 1348 X 1506 X 1424 X 1500 X 1606 X +USW00023188198105PSUN 0 X 0 X 25 X 16 X 49 X 79 X 100 X 92 X 100 X 100 X 88 X 71 X 81 X 17 X 22 X 39 X 100 X 89 X 1 X 61 X 92 X 82 X 44 X 47 X 5 X 25 X 26 X 14 X 0 X 25 X 31 X +USW00023188198105TSUN 0 X 0 X 204 X 132 X 402 X 642 X 822 X 756 X 822 X 822 X 726 X 582 X 666 X 144 X 186 X 324 X 834 X 744 X 54 X 510 X 774 X 690 X 372 X 396 X 42 X 216 X 222 X 120 X 0 X 216 X 258 X +USW00023188198105WDFG 270W X 270W X 225W X 225W X 315W X 225W X 180W X 225W X 270W X 315W X 180W X 180W X 225W X 270W X 225W X 225W X 270W X 315W X 270W X 270W X 225W X 225W X 225W X 270W X 225W X 225W X 270W X 270W X 270W X 270W X 180W X +USW00023188198105WDFM 270W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 225W X 225W X 225W X 270W X 225W X 225W X 315W X 315W X 315W X 315W X 270W X 225W X 225W X 225W X 225W X 315W X 270W X 225W X 315W X 315W X 225W X +USW00023188198105WSFG 72 X 62 X 93 X 82 X 87 X 87 X 82 X 82 X 82 X 82 X 82 X 93 X 87 X 87 X 118 X 103 X 93 X 87 X 87 X 108 X 103 X 72 X 72 X 82 X 82 X 87 X 93 X 72 X 72 X 72 X 72 X +USW00023188198105WSFM 45 X 36 X 63 X 49 X 54 X 54 X 45 X 49 X 63 X 49 X 54 X 45 X 54 X 54 X 72 X 72 X 67 X 67 X 58 X 72 X 58 X 45 X 45 X 49 X 63 X 54 X 67 X 49 X 40 X 45 X 45 X +USW00023188198105WT01 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188198105WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X +USW00023188198105WT16 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 +USW00023188198106TMAX 228 0 211 0 233 0 244 0 222 0 244 0 244 0 239 0 228 0 217 0 239 0 233 0 261 0 261 0 361 0 378 0 306 0 250 0 256 0 261 0 261 0 267 0 267 0 267 0 267 0 256 0 228 0 239 0 250 0 256 0-9999 +USW00023188198106TMIN 183 0 183 0 194 0 189 0 189 0 194 0 200 0 189 0 189 0 194 0 194 0 206 0 200 0 172 0 172 0 206 0 200 0 211 0 206 0 194 0 206 0 217 0 211 0 211 0 217 0 211 0 200 0 206 0 200 0 206 0-9999 +USW00023188198106PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198106ACMH 90 X 100 X 40 X 40 X 90 X 90 X 50 X 80 X 80 X 90 X 70 X 50 X 30 X 0 X 10 X 30 X 30 X 50 X 30 X 20 X 10 X 0 X 20 X 10 X 30 X 80 X 100 X 60 X 60 X 50 X-9999 +USW00023188198106ACSH 80 X 100 X 30 X 20 X 90 X 80 X 40 X 60 X 80 X 90 X 50 X 30 X 20 X 0 X 10 X 30 X 20 X 30 X 20 X 20 X 0 X 0 X 10 X 0 X 20 X 80 X 100 X 40 X 40 X 40 X-9999 +USW00023188198106PGTM 1518 X 1354 X 1224 X 2348 X 1454 X 1430 X 1500 X 1318 X 1300 X 1718 X 1442 X 1142 X 1418 X 1418 X 1400 X 1318 X 1236 X 1124 X 1430 X 1148 X 1312 X 1548 X 1318 X 1930 X 1448 X 1354 X 1330 X 1518 X 1248 X 1448 X-9999 +USW00023188198106PSUN 34 X 0 X 71 X 94 X 32 X 41 X 71 X 59 X 46 X 26 X 72 X 81 X 83 X 100 X 92 X 100 X 100 X 83 X 93 X 80 X 100 X 100 X 90 X 99 X 83 X 50 X 16 X 63 X 67 X 71 X-9999 +USW00023188198106TSUN 288 X 0 X 606 X 804 X 276 X 354 X 612 X 504 X 390 X 222 X 618 X 696 X 708 X 858 X 786 X 858 X 858 X 714 X 798 X 690 X 858 X 858 X 768 X 846 X 708 X 432 X 138 X 540 X 576 X 606 X-9999 +USW00023188198106WDFG 225W X 315W X 315W X 225W X 225W X 225W X 315W X 180W X 225W X 225W X 315W X 225W X 270W X 225W X 315W X 315W X 180W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X-9999 +USW00023188198106WDFM 225W X 315W X 315W X 180W X 180W X 225W X 315W X 225W X 225W X 225W X 315W X 270W X 315W X 180W X 315W X 315W X 180W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 270W X 225W X 225W X 315W X 315W X-9999 +USW00023188198106WSFG 82 X 93 X 103 X 67 X 103 X 77 X 77 X 82 X 77 X 72 X 77 X 77 X 93 X 72 X 113 X 98 X 72 X 87 X 77 X 77 X 98 X 82 X 93 X 82 X 98 X 77 X 82 X 93 X 113 X 98 X-9999 +USW00023188198106WSFM 54 X 49 X 76 X 54 X 76 X 49 X 58 X 49 X 45 X 45 X 54 X 49 X 67 X 49 X 98 X 76 X 40 X 54 X 45 X 49 X 67 X 54 X 49 X 58 X 76 X 49 X 45 X 54 X 72 X 72 X-9999 +USW00023188198106WT01-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188198106WT08-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00023188198107TMAX 250 0 261 0 322 0 283 0 289 0 283 0 261 0 250 0 272 0 283 0 267 0 278 0 283 0 289 0 289 0 278 0 267 0 278 0 283 0 283 0 294 0 267 0 267 0 267 0 256 0 256 0 267 0 256 0 261 0 256 0 256 0 +USW00023188198107TMIN 206 0 189 0 200 0 217 0 222 0 228 0 211 0 211 0 211 0 217 0 211 0 217 0 211 0 217 0 222 0 222 0 217 0 211 0 206 0 211 0 228 0 211 0 211 0 206 0 206 0 206 0 211 0 211 0 206 0 206 0 211 0 +USW00023188198107PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198107ACMH 40 X 40 X 30 X 10 X 40 X 50 X 90 X 90 X 70 X 60 X 50 X 70 X 50 X 60 X 70 X 40 X 40 X 20 X 40 X 40 X 30 X 20 X 40 X 50 X 60 X 40 X 50 X 70 X 60 X 60 X 50 X +USW00023188198107ACSH 40 X 20 X 30 X 10 X 50 X 50 X 90 X 90 X 60 X 50 X 50 X 80 X 50 X 80 X 80 X 30 X 30 X 20 X 30 X 30 X 20 X 10 X 20 X 30 X 40 X 30 X 30 X 50 X 40 X 40 X 30 X +USW00023188198107PGTM 1212 X 1230 X 1254 X 1448 X 1224 X 1330 X 2112 X 1412 X 1400 X 1254 X 1530 X 1318 X 1400 X 1330 X 1342 X 1412 X 1142 X 1324 X 1630 X 1200 X 1500 X 1142 X 1312 X 1242 X 1318 X 1230 X 1300 X 1206 X 1230 X 1718 X 1436 X +USW00023188198107PSUN 88 X 89 X 95 X 96 X 100 X 70 X 54 X 29 X 47 X 61 X 56 X 63 X 91 X 78 X 42 X 69 X 78 X 81 X 76 X 100 X 100 X 84 X 86 X 72 X 71 X 72 X 69 X 45 X 56 X 61 X 71 X +USW00023188198107TSUN 750 X 762 X 816 X 822 X 852 X 600 X 462 X 246 X 402 X 516 X 480 X 534 X 768 X 666 X 354 X 582 X 660 X 678 X 642 X 840 X 840 X 702 X 726 X 600 X 594 X 594 X 576 X 372 X 468 X 504 X 588 X +USW00023188198107WDFG 270W X 315W X 315W X 225W X 225W X 315W X 180W X 180W X 315W X 225W X 225W X 225W X 225W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 225W X 180W X 315W X 315W X 315W X 315W X 315W X +USW00023188198107WDFM 315W X 315W X 315W X 180W X 225W X 315W X 180W X 225W X 315W X 225W X 225W X 225W X 225W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 270W X +USW00023188198107WSFG 82 X 103 X 118 X 72 X 77 X 82 X 72 X 72 X 103 X 118 X 77 X 77 X 82 X 87 X 87 X 82 X 82 X 77 X 77 X 87 X 82 X 87 X 77 X 82 X 93 X 77 X 98 X 98 X 98 X 82 X 87 X +USW00023188198107WSFM 63 X 76 X 89 X 45 X 45 X 49 X 45 X 40 X 72 X 49 X 49 X 45 X 49 X 58 X 67 X 49 X 54 X 49 X 58 X 58 X 54 X 54 X 54 X 49 X 54 X 45 X 72 X 76 X 58 X 54 X 58 X +USW00023188198107WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198107WT08-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 +USW00023188198107WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198108TMAX 261 0 261 0 261 0 250 0 250 0 272 0 278 0 278 0 278 0 256 0 267 0 261 0 267 0 283 0 278 0 267 0 261 0 256 0 267 0 289 0 294 0 272 0 261 0 278 0 317 0 333 0 311 0 300 0 267 0 244 0 244 0 +USW00023188198108TMIN 206 0 189 0 206 0 206 0 200 0 211 0 217 0 217 0 217 0 211 0 217 0 217 0 217 0 217 0 222 0 217 0 217 0 211 0 211 0 211 0 217 0 211 0 211 0 211 0 222 0 239 0 233 0 233 0 222 0 206 0 200 0 +USW00023188198108PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198108ACMH 60 X 40 X 50 X 60 X 70 X 60 X 50 X 60 X 50 X 40 X 50 X 90 X 50 X 60 X 40 X 50 X 90 X 100 X 50 X 0 X 20 X 50 X 50 X 20 X 10 X 0 X 10 X 10 X 30 X 70 X 60 X +USW00023188198108ACSH 70 X 20 X 30 X 30 X 60 X 50 X 50 X 60 X 30 X 50 X 40 X 90 X 50 X 50 X 20 X 20 X 80 X 90 X 30 X 0 X 10 X 40 X 30 X 10 X 10 X 0 X 0 X 10 X 10 X 50 X 40 X +USW00023188198108PGTM 1318 X 1348 X 1200 X 1830 X 1736 X 1406 X 1048 X 1448 X 1230 X 1300 X 1318 X 1412 X 1142 X 1436 X 1218 X 1336 X 1336 X 1206 X 1248 X 1218 X 1236 X 1512 X 1348 X 0930 X 1124 X 1518 X 1524 X 1318 X 1230 X 1800 X 1330 X +USW00023188198108PSUN 74 X 80 X 85 X 80 X 57 X 73 X 65 X 78 X 78 X 58 X 70 X 5 X 65 X 85 X 71 X 85 X 39 X 43 X 87 X 100 X 97 X 72 X 78 X 96 X 100 X 100 X 98 X 100 X 100 X 64 X 70 X +USW00023188198108TSUN 612 X 660 X 702 X 654 X 462 X 594 X 534 X 630 X 636 X 468 X 570 X 42 X 528 X 684 X 570 X 684 X 318 X 342 X 690 X 792 X 768 X 570 X 612 X 756 X 786 X 780 X 768 X 780 X 774 X 498 X 540 X +USW00023188198108WDFG 315W X 315W X 225W X 225W X 270W X 315W X 225W X 270W X 270W X 180W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X +USW00023188198108WDFM 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 180W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X +USW00023188198108WSFG 93 X 87 X 82 X 93 X 72 X 82 X 87 X 87 X 82 X 77 X 82 X 72 X 87 X 93 X 103 X 82 X 82 X 103 X 103 X 87 X 82 X 72 X 103 X 118 X 98 X 82 X 93 X 98 X 93 X 77 X 72 X +USW00023188198108WSFM 63 X 58 X 54 X 45 X 49 X 58 X 54 X 63 X 45 X 45 X 54 X 45 X 49 X 67 X 80 X 58 X 45 X 45 X 76 X 67 X 54 X 45 X 76 X 72 X 76 X 76 X 72 X 72 X 72 X 40 X 45 X +USW00023188198108WT01-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188198108WT08-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X +USW00023188198109TMAX 256 0 261 0 250 0 267 0 233 0 267 0 272 0 294 0 289 0 250 0 256 0 256 0 267 0 261 0 261 0 267 0 283 0 328 0 306 0 278 0 256 0 228 0 239 0 244 0 244 0 244 0 239 0 244 0 217 0 222 0-9999 +USW00023188198109TMIN 200 0 206 0 206 0 206 0 206 0 211 0 222 0 211 0 211 0 200 0 200 0 189 0 200 0 194 0 206 0 206 0 206 0 217 0 211 0 206 0 200 0 194 0 200 0 211 0 200 0 200 0 189 0 194 0 200 0 194 0-9999 +USW00023188198109PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0-9999 +USW00023188198109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198109ACMH 50 X 50 X 50 X 80 X 100 X 50 X 30 X 0 X 10 X 50 X 30 X 40 X 20 X 20 X 30 X 20 X 40 X 90 X 0 X 20 X 40 X 70 X 60 X 60 X 40 X 50 X 70 X 90 X 90 X 90 X-9999 +USW00023188198109ACSH 30 X 20 X 30 X 70 X 100 X 30 X 10 X 0 X 0 X 30 X 20 X 30 X 30 X 20 X 30 X 20 X 30 X 90 X 0 X 10 X 30 X 60 X 60 X 50 X 30 X 20 X 60 X 80 X 100 X 90 X-9999 +USW00023188198109PGTM 1218 X 1336 X 1354 X 1206 X 1412 X 1448 X 1106 X 1424 X 1218 X 1212 X 1400 X 1200 X 1406 X 1400 X 1530 X 1518 X 1518 X 1536 X 1342 X 1448 X 1518 X 1306 X 1312 X 1624 X 1442 X 1154 X 1424 X 1300 X 1442 X 1412 X-9999 +USW00023188198109PSUN 69 X 89 X 75 X 37 X 0 X 72 X 94 X 100 X 100 X 84 X 89 X 82 X 74 X 75 X 74 X 77 X 89 X 40 X 100 X 95 X 75 X 52 X 44 X 70 X 76 X 85 X 64 X 68 X 11 X 38 X-9999 +USW00023188198109TSUN 528 X 678 X 576 X 282 X 6 X 546 X 714 X 756 X 756 X 636 X 666 X 612 X 552 X 564 X 552 X 570 X 654 X 294 X 738 X 696 X 546 X 384 X 324 X 510 X 546 X 612 X 462 X 486 X 78 X 270 X-9999 +USW00023188198109WDFG 225W X 225W X 270W X 315W X 270W X 315W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 180W X 270W X 315W X 270W X 315W X 225W X 225W X 225W X-9999 +USW00023188198109WDFM 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X-9999 +USW00023188198109WSFG 82 X 77 X 82 X 98 X 82 X 93 X 103 X 113 X 108 X 93 X 82 X 103 X 93 X 87 X 82 X 82 X 82 X 129 X 93 X 77 X 72 X 87 X 77 X 93 X 93 X 93 X 93 X 77 X 82 X 82 X-9999 +USW00023188198109WSFM 45 X 49 X 49 X 63 X 40 X 58 X 76 X 76 X 76 X 76 X 67 X 85 X 72 X 63 X 58 X 63 X 54 X 94 X 58 X 49 X 40 X 54 X 40 X 63 X 67 X 58 X 67 X 45 X 49 X 49 X-9999 +USW00023188198109WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188198109WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198109WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188198109WT08 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188198109WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188198110TMAX 228 0 228 0 222 0 222 0 233 0 244 0 244 0 222 0 222 0 222 0 217 0 200 0 206 0 206 0 206 0 233 0 267 0 311 0 250 0 228 0 222 0 217 0 233 0 200 0 211 0 222 0 206 0 211 0 194 0 228 0 261 0 +USW00023188198110TMIN 189 0 183 0 200 0 194 0 189 0 172 0 178 0 189 0 178 0 194 0 178 0 156 0 150 0 122 0 161 0 133 0 139 0 144 0 167 0 161 0 172 0 156 0 128 0 139 0 167 0 178 0 172 0 172 0 156 0 122 0 117 0 +USW00023188198110PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 30 0 0 0 0 0 0 0 +USW00023188198110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198110ACMH 60 X 70 X 80 X 90 X 40 X 10 X 40 X 50 X 50 X 80 X 70 X 50 X 30 X 20 X 30 X 0 X 0 X 0 X 0 X 40 X 30 X 60 X 40 X 90 X 70 X 100 X 100 X 80 X 30 X 0 X 0 X +USW00023188198110ACSH 70 X 60 X 80 X 80 X 40 X 0 X 30 X 30 X 40 X 70 X 70 X 50 X 40 X 10 X 30 X 0 X 0 X 0 X 0 X 30 X 10 X 20 X 0 X 70 X 30 X 90 X 100 X 70 X 40 X 0 X 0 X +USW00023188198110PGTM 1342 X 1530 X 1342 X 1630 X 1306 X 1130 X 1124 X 1400 X 1142 X 1424 X 1348 X 1448 X 1418 X 1412 X 1248 X 1500 X 1242 X 1142 X 1406 X 1142 X 1024 X 1154 X 1618 X 2142 X 1248 X 1342 X 1142 X 0900 X 1254 X 1500 X 1542 X +USW00023188198110PSUN 48 X 56 X 26 X 40 X 66 X 100 X 74 X 85 X 65 X 47 X 45 X 71 X 78 X 100 X 65 X 100 X 100 X 100 X 100 X 80 X 76 X 68 X 100 X 36 X 75 X 31 X 1 X 55 X 87 X 100 X 100 X +USW00023188198110TSUN 336 X 396 X 180 X 282 X 462 X 702 X 522 X 594 X 450 X 324 X 312 X 486 X 540 X 684 X 450 X 684 X 678 X 678 X 678 X 540 X 510 X 456 X 666 X 246 X 498 X 204 X 6 X 360 X 576 X 654 X 654 X +USW00023188198110WDFG 225W X 225W X 270W X 315W X 315W X 315W X 315W X 270W X 225W X 270W X 270W X 225W X 225W X 270W X 225W X 315W X 315W X 315W X 180W X 180W X 225W X 315W X 315W X 180W X 135W X 315W X 315W X 315W X 270W X 315W X 315W X +USW00023188198110WDFM 225W X 225W X 315W X 270W X 315W X 315W X 315W X 270W X 225W X 270W X 315W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 180W X 180W X 315W X 315W X 315W X 225W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188198110WSFG 82 X 93 X 87 X 82 X 103 X 98 X 113 X 87 X 77 X 77 X 118 X 103 X 87 X 93 X 82 X 113 X 118 X 103 X 67 X 62 X 67 X 82 X 77 X 72 X 62 X 82 X 87 X 87 X 118 X 98 X 77 X +USW00023188198110WSFM 49 X 54 X 58 X 54 X 67 X 67 X 76 X 49 X 49 X 45 X 72 X 58 X 49 X 49 X 49 X 89 X 98 X 76 X 36 X 36 X 49 X 72 X 72 X 49 X 40 X 63 X 67 X 67 X 85 X 76 X 58 X +USW00023188198110WT01-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188198110WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198110WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198110WT08-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188198110WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188198111TMAX 278 0 294 0 250 0 217 0 206 0 217 0 217 0 233 0 256 0 222 0 200 0 206 0 206 0 228 0 206 0 206 0 217 0 244 0 222 0 239 0 222 0 206 0 200 0 189 0 194 0 172 0 178 0 172 0 172 0 178 0-9999 +USW00023188198111TMIN 122 0 133 0 128 0 144 0 144 0 167 0 161 0 150 0 139 0 139 0 144 0 150 0 156 0 150 0 144 0 144 0 144 0 144 0 111 0 100 0 100 0 117 0 139 0 156 0 133 0 122 0 133 0 122 0 111 0 106 0-9999 +USW00023188198111PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 5 0 335 0 69 0 0 0-9999 +USW00023188198111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198111ACMH 0 X 10 X 20 X 80 X 60 X 40 X 60 X 60 X 10 X 30 X 60 X 80 X 80 X 60 X 50 X 80 X 80 X 10 X 40 X 20 X 40 X 60 X 70 X 90 X 30 X 90 X 60 X 90 X 40 X 0 X-9999 +USW00023188198111ACSH 0 X 10 X 10 X 80 X 30 X 20 X 20 X 80 X 0 X 30 X 50 X 60 X 100 X 90 X 50 X 70 X 70 X 0 X 80 X 30 X 40 X 70 X 30 X 80 X 40 X 100 X 30 X 80 X 20 X 0 X-9999 +USW00023188198111PGTM 1442 X 1436 X 1424 X 1348 X 1442 X 1418 X 1348 X 1254 X 1336 X 1300 X 1448 X 1524 X 1430 X 1306 X 1324 X 1542 X 1236 X 1312 X 1548 X 1418 X 1412 X 1500 X 1236 X 2318 X 1312 X 2154 X 1542 X 0412 X 1230 X 1312 X-9999 +USW00023188198111PSUN 100 X 100 X 97 X 70 X 80 X 94 X 95 X 80 X 98 X 81 X 61 X 74 X 70 X 91 X 73 X 57 X 84 X 100 X 83 X 97 X 97 X 71 X 74 X 29 X 77 X 21 X 93 X 45 X 88 X 100 X-9999 +USW00023188198111TSUN 654 X 648 X 630 X 456 X 522 X 606 X 606 X 510 X 624 X 516 X 384 X 468 X 444 X 576 X 462 X 354 X 528 X 624 X 516 X 606 X 606 X 444 X 456 X 180 X 474 X 126 X 570 X 276 X 540 X 612 X-9999 +USW00023188198111WDFG 315W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 180W X 180W X 270W X 315W X-9999 +USW00023188198111WDFM 315W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 180W X 270W X 315W X-9999 +USW00023188198111WSFG 72 X 87 X 77 X 67 X 67 X 77 X 93 X 103 X 87 X 103 X 72 X 67 X 77 X 93 X 82 X 87 X 87 X 103 X 51 X 62 X 72 X 72 X 82 X 77 X 93 X 103 X 82 X 113 X 72 X 87 X-9999 +USW00023188198111WSFM 58 X 76 X 54 X 40 X 40 X 58 X 72 X 80 X 63 X 80 X 54 X 58 X 72 X 76 X 67 X 67 X 72 X 76 X 31 X 49 X 49 X 54 X 67 X 54 X 72 X 72 X 63 X 76 X 54 X 76 X-9999 +USW00023188198111WT01-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188198111WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198111WT08-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198111WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188198112TMAX 217 0 217 0 233 0 239 0 222 0 178 0 194 0 256 0 217 0 211 0 189 0 178 0 206 0 228 0 217 0 206 0 194 0 222 0 211 0 194 0 194 0 194 0 194 0 200 0 189 0 189 0 172 0 189 0 183 0 167 0 167 0 +USW00023188198112TMIN 94 0 100 0 117 0 106 0 139 0 106 0 100 0 106 0 111 0 122 0 133 0 133 0 128 0 111 0 111 0 106 0 128 0 100 0 128 0 144 0 133 0 100 0 78 0 72 0 83 0 83 0 111 0 111 0 100 0 144 0 139 0 +USW00023188198112PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 97 0 33 0 +USW00023188198112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198112ACMH 0 X 0 X 20 X 70 X 50 X 60 X 60 X 50 X 60 X 100 X 100 X 70 X 70 X 10 X 40 X 80 X 60 X 80 X 40 X 70 X 30 X 0 X 10 X 10 X 50 X 60 X 80 X 40 X 70 X 100 X 100 X +USW00023188198112ACSH 0 X 0 X 0 X 50 X 30 X 40 X 50 X 40 X 70 X 90 X 100 X 90 X 90 X 10 X 40 X 90 X 80 X 90 X 20 X 50 X 40 X 0 X 20 X 0 X 100 X 100 X 90 X 40 X 80 X 100 X 100 X +USW00023188198112PGTM 1412 X 1330 X 1342 X 1142 X 1436 X 1424 X 1200 X 1824 X 1454 X 1448 X 1336 X 1242 X 1436 X 1206 X 1118 X 1312 X 1100 X 1306 X 1406 X 1112 X 1212 X 1406 X 1500 X 1424 X 1442 X 1518 X 1242 X 1448 X 1336 X 1248 X 1300 X +USW00023188198112PSUN 100 X 100 X 100 X 92 X 82 X 77 X 87 X 92 X 83 X 45 X 34 X 17 X 53 X 97 X 92 X 81 X 82 X 75 X 91 X 61 X 83 X 100 X 99 X 99 X 88 X 94 X 18 X 80 X 90 X 0 X 13 X +USW00023188198112TSUN 612 X 606 X 606 X 558 X 498 X 468 X 528 X 558 X 498 X 270 X 204 X 108 X 318 X 582 X 552 X 492 X 492 X 450 X 546 X 366 X 498 X 600 X 594 X 594 X 528 X 564 X 108 X 486 X 540 X 0 X 84 X +USW00023188198112WDFG 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 315W X 270W X 225W X 270W X +USW00023188198112WDFM 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 270W X 270W X 315W X 270W X 315W X 270W X 315W X 360W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 270W X 315W X 315W X 225W X 270W X +USW00023188198112WSFG 77 X 77 X 72 X 67 X 72 X 72 X 62 X 82 X 82 X 93 X 57 X 67 X 82 X 67 X 82 X 51 X 72 X 77 X 82 X 87 X 123 X 98 X 72 X 82 X 51 X 51 X 72 X 82 X 72 X 93 X 77 X +USW00023188198112WSFM 67 X 58 X 54 X 49 X 63 X 67 X 49 X 72 X 63 X 76 X 31 X 54 X 58 X 58 X 63 X 40 X 54 X 58 X 67 X 67 X 98 X 80 X 58 X 67 X 36 X 31 X 27 X 67 X 58 X 67 X 45 X +USW00023188198112WT01-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188198112WT02-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198112WT08-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188198112WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188198201TMAX 167 0 150 0 156 0 150 0 150 0 156 0 178 0 206 0 228 0 211 0 200 0 167 0 206 0 200 0 189 0 200 0 161 0 167 0 167 0 150 0 144 0 161 0 178 0 217 0 194 0 178 0 172 0 156 0 172 0 183 0 178 0 +USW00023188198201TMIN 133 0 111 0 67 0 61 0 117 0 100 0 61 0 44 0 83 0 122 0 133 0 117 0 94 0 89 0 78 0 83 0 78 0 111 0 122 0 117 0 117 0 83 0 67 0 94 0 100 0 106 0 133 0 122 0 83 0 67 0 67 0 +USW00023188198201PRCP 160 0 84 0 0 0 0 0 91 0 5 0 0 0 0 0 0 0 23 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 173 0 69 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 18 0 0 0 0 0 +USW00023188198201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198201ACMH 90 X 70 X 30 X 90 X 100 X 60 X 0 X 10 X 70 X 100 X 80 X 60 X 30 X 70 X 10 X 40 X 80 X 100 X 50 X 100 X 80 X 60 X 0 X 0 X 10 X 70 X 90 X 90 X 10 X 10 X 0 X +USW00023188198201ACSH 70 X 80 X 50 X 90 X 100 X 80 X 0 X 10 X 60 X 100 X 70 X 80 X 30 X 80 X 0 X 10 X 60 X 100 X 40 X 100 X 80 X 90 X 0 X 0 X 0 X 70 X 90 X 100 X 0 X 30 X 0 X +USW00023188198201PGTM 0924 X 1654 X 1530 X 2336 X 1112 X 0430 X 1548 X 1130 X 1212 X 1848 X 1412 X 1106 X 1454 X 1536 X 1412 X 1224 X 2130 X 1024 X 1506 X 1806 X 1206 X 0024 X 1436 X 1324 X 1442 X 1354 X 1512 X 1918 X 0100 X 1336 X 1400 X +USW00023188198201PSUN 43 X 49 X 100 X 67 X 0 X 41 X 100 X 100 X 74 X 13 X 80 X 31 X 98 X 100 X 97 X 94 X 86 X 8 X 83 X 11 X 50 X 85 X 100 X 100 X 100 X 61 X 69 X 26 X 100 X 100 X 100 X +USW00023188198201TSUN 258 X 294 X 600 X 402 X 0 X 252 X 606 X 606 X 450 X 84 X 486 X 192 X 600 X 612 X 594 X 582 X 528 X 48 X 510 X 66 X 312 X 528 X 624 X 624 X 630 X 384 X 438 X 162 X 630 X 636 X 636 X +USW00023188198201WDFG 180W X 270W X 315W X 135W X 180W X 315W X 90W X 315W X 315W X 45W X 315W X 270W X 315W X 315W X 315W X 315W X 180W X 135W X 315W X 180W X 270W X 270W X 315W X 315W X 225W X 270W X 270W X 270W X 315W X 315W X 270W X +USW00023188198201WDFM 180W X 315W X 270W X 315W X 180W X 315W X 90W X 315W X 315W X 45W X 315W X 270W X 45W X 315W X 315W X 315W X 270W X 90W X 315W X 180W X 270W X 270W X 315W X 315W X 315W X 270W X 270W X 270W X 315W X 315W X 270W X +USW00023188198201WSFG 159 X 144 X 62 X 57 X 164 X 67 X 77 X 57 X 57 X 77 X 72 X 77 X 67 X 67 X 51 X 51 X 62 X 67 X 82 X 175 X 185 X 87 X 82 X 77 X 51 X 87 X 72 X 113 X 113 X 67 X 82 X +USW00023188198201WSFM 121 X 121 X 45 X 27 X 116 X 49 X 49 X 40 X 49 X 49 X 58 X 54 X 58 X 54 X 36 X 40 X 36 X 40 X 67 X 130 X 130 X 72 X 76 X 63 X 40 X 67 X 58 X 85 X 72 X 54 X 72 X +USW00023188198201WT01 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00023188198201WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198201WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198201WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198201WT16 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188198202TMAX 222 0 206 0 167 0 156 0 178 0 194 0 172 0 167 0 172 0 167 0 178 0 200 0 194 0 172 0 189 0 194 0 189 0 222 0 272 0 272 0 256 0 183 0 183 0 172 0 211 0 189 0 189 0 228 0-9999 -9999 -9999 +USW00023188198202TMIN 72 0 83 0 83 0 128 0 111 0 122 0 106 0 128 0 128 0 128 0 128 0 117 0 106 0 139 0 150 0 150 0 139 0 117 0 111 0 128 0 128 0 117 0 150 0 156 0 144 0 122 0 139 0 117 0-9999 -9999 -9999 +USW00023188198202PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 53 0 163 0 5 0 0 0 0 0 0T 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198202ACMH 0 X 0 X 30 X 70 X 70 X 90 X 90 X 90 X 100 X 100 X 50 X 60 X 60 X 100 X 100 X 100 X 80 X 30 X 20 X 0 X 40 X 100 X 100 X 100 X 50 X 50 X 60 X 60 X-9999 -9999 -9999 +USW00023188198202ACSH 0 X 0 X 10 X 70 X 50 X 100 X 100 X 100 X 90 X 100 X 50 X 80 X 80 X 100 X 100 X 100 X 100 X 10 X 40 X 0 X 50 X 100 X 100 X 100 X 50 X 40 X 70 X 80 X-9999 -9999 -9999 +USW00023188198202PGTM 1742 X 1636 X 1218 X 1430 X 1100 X 1212 X 1342 X 1030 X 1312 X 1342 X 0030 X 1524 X 1524 X 1730 X 2000 X 1030 X 1212 X 1512 X 1330 X 1336 X 1200 X 1230 X 1242 X 0900 X 1618 X 1300 X 1412 X 2048 X-9999 -9999 -9999 +USW00023188198202PSUN 100 X 100 X 97 X 28 X 80 X 16 X 3 X 22 X 47 X 0 X 75 X 43 X 98 X 8 X 29 X 1 X 13 X 95 X 100 X 100 X 98 X 67 X 13 X 5 X 72 X 81 X 66 X 91 X-9999 -9999 -9999 +USW00023188198202TSUN 636 X 642 X 618 X 180 X 516 X 102 X 24 X 138 X 306 X 0 X 492 X 282 X 642 X 54 X 192 X 6 X 90 X 636 X 672 X 672 X 660 X 450 X 90 X 30 X 492 X 552 X 450 X 624 X-9999 -9999 -9999 +USW00023188198202WDF1-9999 -9999 -9999 -9999 180 X 310 X 210 X 230 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 300 X 300 X 300 X 180 X 180 X 300 X 320 X-9999 -9999 -9999 -9999 -9999 +USW00023188198202WDFG 360W X 315W X 180W X 270W X 180W X 315W X 225W X 225W X 225W X 180W X 270W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 135W X 315W X 315W X 315W X 180W X-9999 -9999 -9999 +USW00023188198202WDFM 360W X 315W X 180W X 270W X-9999 -9999 -9999 -9999 315W X 180W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X-9999 -9999 -9999 -9999 -9999 -9999 -9999 315W X 315W X-9999 -9999 -9999 +USW00023188198202WSF1-9999 -9999 -9999 -9999 54 X 40 X 45 X 45 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 58 X 54 X 67 X 54 X 67 X 63 X 94 X-9999 -9999 -9999 -9999 -9999 +USW00023188198202WSFG 67 X 77 X 67 X 62 X 62 X 57 X 57 X 72 X 67 X 164 X 113 X 82 X 93 X 72 X 82 X 67 X 87 X 98 X 98 X 67 X 72 X 82 X 72 X 93 X 72 X 113 X 87 X 72 X-9999 -9999 -9999 +USW00023188198202WSFM 63 X 63 X 40 X 40 X-9999 -9999 -9999 -9999 45 X 139 X 63 X 63 X 76 X 40 X 67 X 49 X 72 X 76 X 80 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 63 X 49 X-9999 -9999 -9999 +USW00023188198202WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188198202WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198202WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188198202WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198203TMAX 183 0 183 0 183 0 189 0 228 0 244 0 239 0 228 0 217 0 267 0 200 0 200 0 194 0 172 0 161 0 172 0 156 0 172 0 167 0 189 0 211 0 211 0 200 0 200 0 200 0 167 0 211 0 189 0 172 0 172 0 183 0 +USW00023188198203TMIN 150 0 144 0 128 0 106 0 106 0 94 0 94 0 150 0 128 0 150 0 167 0 144 0 150 0 133 0 133 0 117 0 111 0 100 0 100 0 83 0 89 0 106 0 106 0 111 0 128 0 117 0 156 0 122 0 106 0 128 0 100 0 +USW00023188198203PRCP 8 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 10 0 3 0 305 0 8 0 33 0 516 0 74 0 5 0 0 0 0 0 0 0 0 0 0 0 66 0 51 0 0 0 33 0 56 0 10 0 0 0 +USW00023188198203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198203ACMH 100 X 80 X 20 X 10 X 70 X 50 X 80 X 100 X 90 X 100 X 100 X 80 X 100 X 100 X 100 X 90 X 100 X 80 X 40 X 0 X 60 X 10 X 10 X 60 X 100 X 100 X 60 X 90 X 70 X 30 X 10 X +USW00023188198203ACSH 100 X 90 X 30 X 20 X 100 X 70 X 90 X 100 X 100 X 100 X 100 X 80 X 100 X 100 X 100 X 90 X 100 X 80 X 30 X 0 X 70 X 0 X 20 X 60 X 100 X 100 X 40 X 100 X 60 X 30 X 0 X +USW00023188198203PGTM 1600 X 1524 X 1300 X 1530 X 1436 X 1412 X 1454 X 1554 X 1618 X 2030 X 1542 X 1236 X 1354 X 1206 X 1030 X 1700 X 1700 X 1418 X 1254 X 1318 X 1330 X 1442 X 1312 X 1242 X 1800 X 1300 X 1648 X 2148 X 0324 X 1136 X 1418 X +USW00023188198203PSUN 26 X 45 X 98 X 100 X 85 X 100 X 95 X 33 X 94 X 47 X 0 X 49 X 10 X 3 X 5 X 27 X 0 X 51 X 89 X 100 X 91 X 100 X 96 X 78 X 0 X 44 X 83 X 46 X 61 X 76 X 100 X +USW00023188198203TSUN 180 X 312 X 684 X 696 X 594 X 702 X 666 X 234 X 666 X 330 X 0 X 348 X 72 X 24 X 36 X 198 X 0 X 372 X 648 X 726 X 666 X 732 X 708 X 576 X 0 X 324 X 612 X 342 X 456 X 570 X 750 X +USW00023188198203WDFG 270W X 270W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 180W X 270W X 180W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 315W X 270W X 270W X 315W X 270W X +USW00023188198203WDFM 270W X 270W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 315W X 180W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X +USW00023188198203WSFG 87 X 82 X 87 X 82 X 82 X 82 X 72 X 72 X 87 X 82 X 82 X 93 X 82 X 164 X 113 X 129 X 231 X 123 X 103 X 113 X 93 X 103 X 113 X 82 X 67 X 82 X 93 X 139 X 164 X 103 X 93 X +USW00023188198203WSFM 67 X 58 X 58 X 58 X 63 X 63 X 45 X 54 X 72 X 58 X 54 X 63 X 49 X 116 X 76 X 98 X 170 X 94 X 67 X 80 X 72 X 80 X 85 X 63 X 49 X 63 X 76 X 85 X 89 X 67 X 72 X +USW00023188198203WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 +USW00023188198203WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198203WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00023188198204TMAX 156 0 167 0 183 0 194 0 189 0 178 0 178 0 200 0 222 0 250 0 239 0 211 0 200 0 183 0 183 0 183 0 194 0 211 0 239 0 233 0 272 0 272 0 278 0 233 0 217 0 211 0 211 0 200 0 211 0 211 0-9999 +USW00023188198204TMIN 128 0 100 0 106 0 144 0 122 0 139 0 122 0 106 0 150 0 156 0 167 0 150 0 128 0 133 0 150 0 150 0 128 0 156 0 150 0 139 0 150 0 139 0 144 0 150 0 139 0 144 0 167 0 167 0 167 0 172 0-9999 +USW00023188198204PRCP 157 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198204ACMH 80 X 60 X 80 X 60 X 70 X 90 X 40 X 80 X 70 X 90 X 100 X 60 X 50 X 70 X 90 X 40 X 30 X 40 X 20 X 30 X 0 X 0 X 0 X 10 X 70 X 80 X 60 X 100 X 90 X 100 X-9999 +USW00023188198204ACSH 100 X 40 X 80 X 50 X 70 X 90 X 50 X 90 X 80 X 90 X 100 X 60 X 50 X 70 X 90 X 30 X 40 X 30 X 20 X 20 X 0 X 0 X 0 X 10 X 80 X 90 X 30 X 100 X 80 X 90 X-9999 +USW00023188198204PGTM 1642 X 1348 X 1354 X 1306 X 1448 X 1254 X 1454 X 1536 X 1430 X 1506 X 1242 X 1354 X 1406 X 1418 X 1600 X 1336 X 1218 X 1212 X 1330 X 1054 X 1524 X 1248 X 1200 X 1412 X 1636 X 1518 X 1412 X 0518 X 1524 X 1424 X-9999 +USW00023188198204PSUN 6 X 92 X 84 X 65 X 62 X 29 X 87 X 33 X 75 X 57 X 15 X 49 X 83 X 45 X 40 X 97 X 90 X 93 X 78 X 94 X 100 X 100 X 100 X 100 X 94 X 87 X 93 X 38 X 29 X 26 X-9999 +USW00023188198204TSUN 48 X 696 X 636 X 492 X 474 X 222 X 666 X 252 X 576 X 444 X 120 X 384 X 642 X 348 X 312 X 756 X 708 X 732 X 612 X 738 X 792 X 792 X 792 X 792 X 756 X 696 X 744 X 306 X 234 X 210 X-9999 +USW00023188198204WDFG 225W X 315W X 315W X 270W X 225W X 270W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 315W X 225W X 225W X 225W X 225W X 270W X-9999 +USW00023188198204WDFM 135W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 225W X 225W X 225W X 315W X 315W X 225W X 315W X 315W X 270W X 225W X 315W X 315W X 225W X 180W X 180W X 270W X-9999 +USW00023188198204WSFG 175 X 98 X 103 X 98 X 93 X 108 X 93 X 98 X 87 X 103 X 108 X 98 X 87 X 82 X 82 X 82 X 77 X 87 X 82 X 72 X 103 X 108 X 82 X 77 X 103 X 82 X 77 X 77 X 72 X 87 X-9999 +USW00023188198204WSFM 125 X 76 X 76 X 72 X 63 X 67 X 67 X 76 X 76 X 76 X 72 X 76 X 58 X 54 X 54 X 45 X 49 X 63 X 63 X 45 X 85 X 85 X 45 X 45 X 80 X 45 X 49 X 49 X 49 X 49 X-9999 +USW00023188198204WT01 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198204WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198204WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198204WT16 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198205TMAX 222 0 200 0 206 0 211 0 217 0 228 0 217 0 200 0 189 0 189 0 189 0 206 0 206 0 211 0 217 0 239 0 272 0 194 0 206 0 189 0 211 0 200 0 217 0 200 0 211 0 183 0 211 0 228 0 211 0 217 0 217 0 +USW00023188198205TMIN 172 0 172 0 161 0 156 0 178 0 172 0 167 0 161 0 156 0 150 0 156 0 144 0 161 0 161 0 167 0 156 0 167 0 161 0 156 0 172 0 172 0 167 0 172 0 178 0 172 0 167 0 178 0 183 0 161 0 167 0 156 0 +USW00023188198205PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 3 0 0T 0 0 0 0 0 0T 0 0 0 +USW00023188198205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198205ACMH 100 X 100 X 100 X 100 X 90 X 80 X 80 X 100 X 100 X 70 X 70 X 50 X 50 X 50 X 30 X 0 X 70 X 100 X 60 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 60 X 70 X 40 X 50 X +USW00023188198205ACSH 100 X 100 X 100 X 100 X 80 X 60 X 70 X 90 X 100 X 60 X 70 X 50 X 50 X 40 X 30 X 0 X 60 X 100 X 40 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 100 X 40 X 70 X 40 X 50 X +USW00023188198205PGTM 1412 X 0924 X 1854 X 1554 X 1318 X 1406 X 1312 X 1136 X 1424 X 1542 X 1400 X 1306 X 1342 X 1236 X 1300 X 1518 X 1506 X 1154 X 1254 X 1448 X 1330 X 1324 X 1512 X 1512 X 1300 X 1654 X 1342 X 1112 X 1212 X 1218 X 1336 X +USW00023188198205PSUN 7 X 5 X 13 X 22 X 40 X 60 X 43 X 17 X 13 X 62 X 32 X 87 X 64 X 63 X 73 X 100 X 72 X 36 X 81 X 0 X 0 X 0 X 39 X 0 X 9 X 0 X 27 X 60 X 48 X 72 X 63 X +USW00023188198205TSUN 54 X 42 X 108 X 180 X 330 X 492 X 348 X 138 X 108 X 510 X 264 X 720 X 528 X 522 X 606 X 834 X 600 X 300 X 678 X 0 X 0 X 0 X 324 X 0 X 78 X 0 X 228 X 510 X 408 X 612 X 534 X +USW00023188198205WDFG 315W X 315W X 180W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 270W X 225W X 270W X 315W X 315W X 315W X 225W X 225W X 180W X 225W X 315W X 315W X 225W X 225W X 225W X 315W X 225W X 270W X 315W X 315W X 315W X +USW00023188198205WDFM 315W X 315W X 180W X 315W X 315W X 315W X 225W X 225W X 270W X 225W X 315W X 225W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 315W X 270W X 315W X 315W X +USW00023188198205WSFG 93 X 82 X 77 X 87 X 103 X 103 X 82 X 98 X 103 X 103 X 93 X 87 X 82 X 98 X 87 X 67 X 72 X 103 X 82 X 67 X 87 X 77 X 77 X 62 X 77 X 62 X 72 X 98 X 87 X 103 X 123 X +USW00023188198205WSFM 72 X 58 X 45 X 67 X 76 X 94 X 54 X 72 X 76 X 63 X 72 X 54 X 54 X 76 X 63 X 49 X 49 X 67 X 49 X 40 X 58 X 54 X 45 X 36 X 49 X 45 X 40 X 63 X 49 X 72 X 89 X +USW00023188198205WT01-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198205WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198205WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00023188198206TMAX 211 0 211 0 222 0 217 0 222 0 211 0 217 0 217 0 222 0 211 0 206 0 200 0 217 0 211 0 217 0 189 0 183 0 194 0 217 0 200 0 194 0 206 0 222 0 217 0 222 0 233 0 228 0 228 0 228 0 228 0-9999 +USW00023188198206TMIN 167 0 167 0 172 0 172 0 167 0 167 0 167 0 167 0 167 0 167 0 172 0 167 0 172 0 172 0 172 0 172 0 167 0 161 0 178 0 183 0 172 0 167 0 183 0 183 0 178 0 178 0 178 0 172 0 183 0 172 0-9999 +USW00023188198206PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 5 0 0T 0 0 0 0T 0 3 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198206ACMH 60 X 80 X 70 X 70 X 40 X 60 X 70 X 30 X 70 X 60 X 80 X 80 X 80 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 100 X 50 X 50 X 80 X 80 X 80 X 30 X-9999 +USW00023188198206ACSH 40 X 80 X 60 X 50 X 30 X 40 X 60 X 30 X 60 X 50 X 70 X 80 X 70 X 80 X 100 X 100 X 100 X 100 X 90 X 100 X 100 X 100 X 70 X 100 X 40 X 40 X 70 X 70 X 80 X 30 X-9999 +USW00023188198206PGTM 1336 X 1542 X 1312 X 1312 X 1542 X 1600 X 1448 X 1054 X 1324 X 1512 X 1230 X 1436 X 1342 X 1524 X 1118 X 0906 X 1218 X 1642 X 1330 X 1530 X 1548 X 0924 X 1448 X 1142 X 1218 X 1706 X 1348 X 1230 X 1530 X 1324 X-9999 +USW00023188198206PSUN 57 X 58 X 81 X 67 X 75 X 65 X 56 X 68 X 46 X 46 X 55 X 38 X 74 X 51 X 4 X 0 X 0 X 4 X 11 X 0 X 0 X 0 X 40 X 13 X 61 X 66 X 39 X 55 X 51 X 70 X-9999 +USW00023188198206TSUN 486 X 492 X 690 X 576 X 636 X 552 X 480 X 588 X 396 X 396 X 468 X 330 X 630 X 438 X 30 X 0 X 0 X 30 X 90 X 0 X 0 X 0 X 342 X 114 X 528 X 564 X 336 X 474 X 444 X 600 X-9999 +USW00023188198206WDFG 270W X 270W X 270W X 225W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 225W X 270W X 225W X 225W X 315W X 315W X 270W X 270W X 270W X 315W X 315W X 225W X 270W X 270W X 315W X-9999 +USW00023188198206WDFM 315W X 315W X 315W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188198206WSFG 93 X 87 X 93 X 87 X 93 X 77 X 93 X 98 X 103 X 98 X 93 X 82 X 82 X 93 X 87 X 72 X 67 X 67 X 82 X 77 X 77 X 72 X 87 X 98 X 113 X 77 X 77 X 87 X 87 X 87 X-9999 +USW00023188198206WSFM 54 X 54 X 63 X 63 X 67 X 49 X 58 X 54 X 63 X 67 X 58 X 45 X 49 X 45 X 54 X 40 X 36 X 40 X 49 X 63 X 58 X 45 X 63 X 72 X 76 X 58 X 49 X 49 X 54 X 67 X-9999 +USW00023188198206WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198206WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00023188198206WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198207TMAX 233 0 239 0 239 0 233 0 217 0 250 0 239 0 244 0 239 0 267 0 239 0 239 0 250 0 250 0 244 0 228 0 228 0 244 0 256 0 289 0 283 0 261 0 289 0 250 0 250 0 261 0 267 0 267 0 267 0 256 0 244 0 +USW00023188198207TMIN 172 0 178 0 172 0 178 0 178 0 172 0 178 0 183 0 189 0 189 0 183 0 183 0 183 0 183 0 189 0 189 0 189 0 194 0 206 0 183 0 206 0 211 0 211 0 206 0 206 0 211 0 211 0 211 0 211 0 200 0 206 0 +USW00023188198207PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198207ACMH 10 X 50 X 40 X 60 X 40 X 30 X 30 X 30 X 30 X 30 X 50 X 50 X 50 X 40 X 70 X 70 X 40 X 60 X 30 X 20 X 50 X 70 X 50 X 50 X 70 X 10 X 20 X 0 X 30 X 60 X 90 X +USW00023188198207ACSH 10 X 30 X 30 X 40 X 30 X 10 X 10 X 20 X 20 X 30 X 20 X 30 X 30 X 30 X 50 X 50 X 30 X 40 X 20 X 20 X 50 X 80 X 70 X 40 X 60 X 20 X 20 X 0 X 20 X 40 X 70 X +USW00023188198207PGTM 1130 X 1130 X 1054 X 1448 X 1318 X 1248 X 1518 X 1300 X 1318 X 1430 X 1506 X 1512 X 1700 X 1406 X 1354 X 1500 X 1442 X 1542 X 1436 X 1618 X 1536 X 1448 X 1424 X 1248 X 1054 X 1318 X 1200 X 1312 X 1206 X 0630 X 1654 X +USW00023188198207PSUN 86 X 72 X 80 X 86 X 87 X 98 X 97 X 97 X 95 X 80 X 77 X 62 X 72 X 75 X 63 X 64 X 76 X 62 X 80 X 93 X 69 X 51 X 81 X 68 X 69 X 100 X 83 X 100 X 80 X 56 X 43 X +USW00023188198207TSUN 744 X 612 X 678 X 732 X 696 X 834 X 828 X 822 X 810 X 678 X 654 X 522 X 612 X 630 X 534 X 540 X 636 X 528 X 672 X 786 X 582 X 426 X 678 X 570 X 576 X 834 X 690 X 828 X 666 X 468 X 354 X +USW00023188198207WDF1-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 230 X 220 X 280 X 300 X 320 X 320 X 290 X 200 X 210 X +USW00023188198207WDFG 360W X 315W X 270W X 315W X 225W X 315W X 315W X 270W X 270W X 225W X 225W X 225W X 315W X 225W X 225W X 270W X 225W X 315W X 315W X 315W X 315W X 180W X 270W X 225W X 315W X 315W X 315W X 315W X 270W X 180W X 225W X +USW00023188198207WDFM 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 315W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 180W X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198207WSF1-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 54 X 63 X 67 X 63 X 67 X 72 X 63 X 54 X 54 X +USW00023188198207WSFG 93 X 77 X 82 X 72 X 82 X 77 X 82 X 93 X 82 X 72 X 72 X 82 X 82 X 82 X 72 X 77 X 77 X 103 X 93 X 93 X 72 X 72 X 77 X 77 X 93 X 82 X 77 X 93 X 77 X 87 X 72 X +USW00023188198207WSFM 67 X 54 X 54 X 63 X 49 X 45 X 63 X 49 X 49 X 49 X 49 X 49 X 67 X 49 X 49 X 49 X 45 X 67 X 76 X 63 X 54 X 40 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198207WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188198207WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188198208TMAX 250 0 244 0 250 0 256 0 272 0 289 0 267 0 272 0 267 0 256 0 222 0 239 0 239 0 239 0 239 0 244 0 244 0 256 0 289 0 283 0 317 0 272 0 222 0 233 0 256 0 267 0 228 0 256 0 267 0 261 0 272 0 +USW00023188198208TMIN 211 0 206 0 206 0 194 0 194 0 222 0 217 0 211 0 206 0 200 0 194 0 189 0 200 0 200 0 194 0 194 0 178 0 194 0 200 0 206 0 228 0 217 0 206 0 200 0 217 0 217 0 206 0 206 0 211 0 206 0 194 0 +USW00023188198208PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198208ACMH 90 X 70 X 30 X 20 X 50 X 60 X 40 X 40 X 70 X 60 X 80 X 80 X 70 X 60 X 50 X 60 X 80 X 40 X 20 X 50 X 80 X 70 X 100 X 100 X 90 X 50 X 90 X 70 X 40 X 70 X 80 X +USW00023188198208ACSH 90 X 50 X 10 X 10 X 20 X 60 X 20 X 20 X 80 X 30 X 60 X 60 X 50 X 40 X 40 X 50 X 80 X 40 X 20 X 50 X 80 X 70 X 100 X 100 X 100 X 60 X 90 X 40 X 20 X 80 X 70 X +USW00023188198208PGTM 1248 X 1248 X 1230 X 1154 X 1206 X 1342 X 1224 X 1324 X 1624 X 1054 X 1536 X 1306 X 1254 X 1430 X 1100 X 1348 X 1454 X 1412 X 1254 X 1330 X 1336 X 1124 X 1254 X 1406 X 1506 X 1506 X 0906 X 1306 X 1418 X 1342 X 1200 X +USW00023188198208PSUN 35 X 63 X 79 X 98 X 94 X 80 X 78 X 81 X 82 X 77 X 52 X 51 X 67 X 69 X 64 X 75 X 76 X 96 X 90 X 89 X 79 X 44 X 0 X 1 X 12 X 70 X 17 X 59 X 90 X 70 X 68 X +USW00023188198208TSUN 288 X 516 X 654 X 804 X 768 X 648 X 636 X 666 X 666 X 624 X 420 X 408 X 540 X 558 X 516 X 600 X 606 X 768 X 714 X 708 X 624 X 348 X 0 X 6 X 96 X 552 X 132 X 456 X 696 X 540 X 522 X +USW00023188198208WDF1 210 X 220 X 300 X 280 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 230 X-9999 -9999 -9999 -9999 -9999 +USW00023188198208WDFG 225W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 180W X 315W X 315W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X 315W X 225W X 180W X 225W X 315W X 315W X 315W X +USW00023188198208WDFM-9999 -9999 -9999 -9999 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X-9999 180W X 225W X 315W X 315W X 315W X +USW00023188198208WSF1 54 X 63 X 72 X 58 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 58 X-9999 -9999 -9999 -9999 -9999 +USW00023188198208WSFG 72 X 87 X 98 X 93 X 72 X 103 X 93 X 93 X 82 X 72 X 77 X 77 X 98 X 108 X 87 X 82 X 67 X 87 X 77 X 98 X 82 X 72 X 103 X 67 X 87 X 72 X 82 X 72 X 103 X 87 X 113 X +USW00023188198208WSFM-9999 -9999 -9999 -9999 54 X 85 X 67 X 72 X 58 X 49 X 49 X 49 X 58 X 76 X 58 X 49 X 45 X 67 X 58 X 103 X 58 X 45 X 49 X 40 X 63 X-9999 40 X 49 X 85 X 72 X 85 X +USW00023188198208WT01-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 +USW00023188198208WT08 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 +USW00023188198208WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198209TMAX 300 0 311 0 328 0 300 0 272 0 272 0 250 0 278 0 250 0 250 0 233 0 244 0 233 0 233 0 233 0 222 0 261 0 278 0 250 0 250 0 267 0 289 0 289 0 322 0 267 0 222 0 222 0 228 0 222 0 233 0-9999 +USW00023188198209TMIN 200 0 206 0 222 0 217 0 200 0 206 0 206 0 206 0 217 0 200 0 200 0 206 0 206 0 211 0 189 0 189 0 178 0 200 0 194 0 183 0 172 0 189 0 200 0 228 0 217 0 189 0 172 0 167 0 167 0 150 0-9999 +USW00023188198209PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 15 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 30 0 0 0 0 0 0 0 0 0-9999 +USW00023188198209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198209ACMH 40 X 0 X 30 X 30 X 40 X 60 X 80 X 60 X 80 X 90 X 50 X 90 X 90 X 90 X 90 X 100 X 70 X 40 X 30 X 20 X 30 X 30 X 40 X 80 X 90 X 100 X 60 X 20 X 50 X 0 X-9999 +USW00023188198209ACSH 60 X 0 X 20 X 30 X 30 X 40 X 60 X 80 X 100 X 90 X 50 X 80 X 90 X 90 X 80 X 100 X 100 X 60 X 60 X 10 X 20 X 20 X 70 X 80 X 90 X 100 X 70 X 20 X 60 X 0 X-9999 +USW00023188198209PGTM 1330 X 1330 X 1042 X 0430 X 1636 X 1130 X 1642 X 1648 X 0954 X 1412 X 1154 X 1348 X 1400 X 2024 X 1354 X 1054 X 1054 X 1430 X 1336 X 1342 X 1348 X 1124 X 1506 X 1412 X 1648 X 0048 X 1300 X 1306 X 1312 X 1406 X-9999 +USW00023188198209PSUN 91 X 100 X 100 X 98 X 69 X 82 X 53 X 36 X 18 X 27 X 55 X 42 X 22 X 21 X 46 X 20 X 9 X 53 X 80 X 92 X 87 X 77 X 96 X 63 X 15 X 2 X 40 X 72 X 56 X 100 X-9999 +USW00023188198209TSUN 696 X 768 X 768 X 750 X 522 X 624 X 408 X 276 X 132 X 204 X 414 X 312 X 162 X 162 X 342 X 150 X 66 X 390 X 588 X 678 X 636 X 558 X 702 X 456 X 108 X 18 X 288 X 516 X 396 X 714 X-9999 +USW00023188198209WDFG 315W X 315W X 315W X 315W X 180W X 270W X 270W X 315W X 225W X 270W X 225W X 315W X 225W X 180W X 225W X 90W X 360W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 180W X 180W X 225W X 225W X 225W X 270W X-9999 +USW00023188198209WDFM 315W X 315W X 315W X 225W X 225W X 315W X 225W X 315W X 225W X 225W X 225W X 315W X 225W X 225W X 180W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 180W X 180W X 225W X 315W X 270W X 270W X-9999 +USW00023188198209WSFG 113 X 87 X 82 X 93 X 67 X 93 X 72 X 77 X 72 X 87 X 98 X 93 X 93 X 67 X 87 X 72 X 93 X 113 X 98 X 98 X 87 X 87 X 72 X 67 X 103 X 113 X 98 X 77 X 98 X 82 X-9999 +USW00023188198209WSFM 85 X 58 X 58 X 45 X 45 X 67 X 49 X 58 X 49 X 58 X 49 X 63 X 54 X 40 X 54 X 45 X 67 X 89 X 76 X 85 X 76 X 67 X 36 X 40 X 76 X 76 X 72 X 49 X 63 X 49 X-9999 +USW00023188198209WT01 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198209WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198209WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198209WT08 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198209WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198210TMAX 233 0 272 0 261 0 217 0 228 0 239 0 222 0 267 0 322 0 317 0 294 0 294 0 267 0 283 0 272 0 256 0 261 0 233 0 233 0 267 0 256 0 289 0 317 0 300 0 256 0 228 0 228 0 256 0 256 0 217 0 228 0 +USW00023188198210TMIN 144 0 150 0 156 0 183 0 172 0 167 0 189 0 167 0 150 0 189 0 150 0 150 0 150 0 150 0 161 0 156 0 172 0 178 0 167 0 167 0 156 0 172 0 194 0 206 0 194 0 161 0 133 0 122 0 139 0 139 0 172 0 +USW00023188198210PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 5 0 0 0 0 0 0 0 0 0 5 0 +USW00023188198210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198210ACMH 0 X 0 X 50 X 70 X 30 X 50 X 60 X 0 X 0 X 0 X 0 X 0 X 0 X 50 X 60 X 10 X 40 X 50 X 30 X 10 X 70 X 90 X 80 X 80 X 90 X 90 X 10 X 60 X 60 X 80 X 40 X +USW00023188198210ACSH 0 X 0 X 70 X 50 X 20 X 30 X 60 X 0 X 0 X 0 X 0 X 0 X 0 X 40 X 80 X 10 X 10 X 20 X 40 X 0 X 100 X 100 X 70 X 70 X 100 X 100 X 0 X 90 X 80 X 90 X 40 X +USW00023188198210PGTM 1342 X 1430 X 1224 X 2242 X 1454 X 1130 X 1342 X 1236 X 1518 X 1406 X 1512 X 1500 X 1342 X 1348 X 1254 X 1342 X 1300 X 1512 X 1200 X 1230 X 1412 X 1612 X 1648 X 0912 X 1312 X 1642 X 1636 X 1448 X 1436 X 2300 X 0106 X +USW00023188198210PSUN 100 X 100 X 92 X 67 X 93 X 87 X 60 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 91 X 96 X 90 X 96 X 96 X 100 X 95 X 81 X 81 X 54 X 16 X 1 X 100 X 98 X 96 X 40 X 70 X +USW00023188198210TSUN 714 X 708 X 648 X 474 X 654 X 612 X 420 X 696 X 696 X 696 X 690 X 690 X 690 X 612 X 618 X 654 X 612 X 648 X 648 X 672 X 636 X 546 X 540 X 360 X 108 X 6 X 660 X 648 X 630 X 264 X 456 X +USW00023188198210WDFG 315W X 315W X 270W X 180W X 315W X 225W X 180W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 360W X 315W X 315W X 180W X 180W X +USW00023188198210WDFM 315W X 315W X 315W X 180W X 315W X 225W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X +USW00023188198210WSFG 98 X 93 X 67 X 72 X 77 X 67 X 82 X 103 X 77 X 103 X 103 X 93 X 93 X 87 X 98 X 93 X 72 X 67 X 87 X 77 X 108 X 87 X 103 X 98 X 93 X 82 X 98 X 87 X 72 X 67 X 77 X +USW00023188198210WSFM 76 X 80 X 40 X 40 X 54 X 45 X 54 X 67 X 58 X 89 X 76 X 72 X 72 X 72 X 76 X 72 X 40 X 45 X 67 X 58 X 94 X 67 X 80 X 76 X 67 X 63 X 76 X 76 X 49 X 40 X 54 X +USW00023188198210WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188198210WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198210WT08-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198210WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00023188198211TMAX 233 0 306 0 278 0 261 0 244 0 222 0 200 0 200 0 200 0 161 0 183 0 217 0 206 0 217 0 206 0 211 0 206 0 200 0 206 0 194 0 189 0 183 0 194 0 206 0 239 0 239 0 228 0 200 0 189 0 189 0-9999 +USW00023188198211TMIN 150 0 139 0 117 0 89 0 111 0 122 0 122 0 150 0 139 0 122 0 100 0 83 0 94 0 83 0 106 0 144 0 156 0 133 0 156 0 139 0 100 0 111 0 111 0 117 0 100 0 100 0 111 0 122 0 156 0 128 0-9999 +USW00023188198211PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 94 0 206 0 10 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 41 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 66 0 84 0-9999 +USW00023188198211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198211ACMH 0 X 20 X 0 X 40 X 40 X 80 X 80 X 80 X 80 X 70 X 10 X 40 X 60 X 10 X 70 X 100 X 70 X 80 X 70 X 50 X 40 X 80 X 40 X 30 X 0 X 30 X 20 X 70 X 90 X 80 X-9999 +USW00023188198211ACSH 0 X 20 X 0 X 40 X 10 X 90 X 100 X 100 X 90 X 90 X 0 X 70 X 90 X 10 X 70 X 100 X 90 X 80 X 80 X 50 X 80 X 100 X 50 X 40 X 0 X 20 X 20 X 90 X 100 X 90 X-9999 +USW00023188198211PGTM 1306 X 1530 X 1500 X 1454 X 1418 X 1336 X 2124 X 1912 X 1300 X 0836 X 1518 X 1454 X 1248 X 1212 X 1354 X 1312 X 1454 X 1230 X 0754 X 1248 X 1354 X 1354 X 1612 X 1342 X 1448 X 1342 X 1612 X 1442 X 1454 X 1830 X-9999 +USW00023188198211PSUN 100 X 96 X 100 X 96 X 93 X 77 X 35 X 21 X 28 X 36 X 100 X 96 X 58 X 94 X 74 X 64 X 26 X 78 X 52 X 79 X 100 X 50 X 84 X 77 X 100 X 96 X 95 X 53 X 0 X 22 X-9999 +USW00023188198211TSUN 654 X 624 X 648 X 624 X 600 X 492 X 222 X 138 X 180 X 234 X 636 X 606 X 366 X 594 X 468 X 402 X 162 X 492 X 324 X 492 X 624 X 306 X 516 X 474 X 618 X 594 X 588 X 324 X 0 X 138 X-9999 +USW00023188198211WDFG 315W X 45W X 315W X 315W X 315W X 180W X 180W X 315W X 180W X 270W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X-9999 +USW00023188198211WDFM 315W X 45W X 315W X 315W X 315W X 180W X 180W X 315W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X-9999 +USW00023188198211WSFG 87 X 93 X 77 X 82 X 62 X 67 X 72 X 93 X 170 X 123 X 87 X 103 X 62 X 77 X 77 X 67 X 72 X 72 X 87 X 67 X 82 X 62 X 72 X 77 X 82 X 77 X 77 X 87 X 82 X 216 X-9999 +USW00023188198211WSFM 72 X 63 X 63 X 67 X 40 X 40 X 45 X 67 X 165 X 76 X 72 X 98 X 36 X 67 X 54 X 45 X 58 X 54 X 67 X 45 X 63 X 40 X 58 X 58 X 63 X 58 X 27 X 67 X 58 X 170 X-9999 +USW00023188198211WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188198211WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198211WT08 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198211WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188198212TMAX 172 0 178 0 194 0 200 0 194 0 206 0 172 0 156 0 189 0 189 0 189 0 200 0 183 0 211 0 200 0 217 0 200 0 206 0 228 0 194 0 178 0 189 0 167 0 178 0 194 0 183 0 172 0 183 0 167 0 156 0 167 0 +USW00023188198212TMIN 117 0 83 0 83 0 83 0 94 0 78 0 106 0 122 0 139 0 106 0 111 0 106 0 128 0 89 0 83 0 72 0 83 0 100 0 78 0 83 0 133 0 150 0 117 0 72 0 67 0 61 0 83 0 94 0 94 0 61 0 50 0 +USW00023188198212PRCP 0 0 0 0 0 0 0 0 0 0 0 0 5 0 25 0 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 0T 0 0 0 0 0 0 0 0 0 0 0 140 0 0 0 0 0 +USW00023188198212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198212ACMH 50 X 10 X 20 X 20 X 40 X 50 X 70 X 70 X 90 X 0 X 20 X 40 X 50 X 20 X 50 X 10 X 10 X 20 X 10 X 40 X 100 X 100 X 30 X 0 X 0 X 0 X 60 X 80 X 80 X 0 X 0 X +USW00023188198212ACSH 80 X 10 X 10 X 50 X 20 X 20 X 80 X 90 X 100 X 0 X 10 X 0 X 60 X 40 X 90 X 20 X 0 X 20 X 0 X 40 X 100 X 100 X 20 X 0 X 0 X 0 X 80 X 80 X 100 X 0 X 0 X +USW00023188198212PGTM 0424 X 1548 X 1642 X 1512 X 1342 X 1318 X 2336 X 2218 X 1130 X 1600 X 1436 X 1500 X 1554 X 1348 X 1500 X 1242 X 1612 X 1430 X 1436 X 1242 X 0706 X 2330 X 1448 X 1136 X 1648 X 1400 X 1330 X 1406 X 1900 X 1430 X 6124 XX +USW00023188198212PSUN 30 X 99 X 100 X 100 X 94 X 88 X 26 X 27 X 48 X 100 X 96 X 87 X 80 X 100 X 100 X 100 X 100 X 90 X 100 X 89 X 20 X 26 X 92 X 100 X 100 X 100 X 65 X 67 X 47 X 99 X 100 X +USW00023188198212TSUN 186 X 606 X 606 X 606 X 570 X 534 X 156 X 162 X 288 X 606 X 576 X 522 X 486 X 600 X 600 X 600 X 600 X 540 X 600 X 534 X 120 X 156 X 552 X 600 X 600 X 600 X 390 X 408 X 288 X 594 X 600 X +USW00023188198212WDFG 315W X 270W X 360W X 315W X 225W X 315W X 90W X 360W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 90W X 225W X 315W X 360W X 45W X 315W X 180W X 315W X 315W X 315W X 225W X +USW00023188198212WDFM 315W X 225W X 315W X 315W X 225W X 315W X 180W X 180W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 90W X 225W X 315W X 360W X 45W X 315W X 180W X 315W X 45W X 315W X 315W X +USW00023188198212WSFG 180 X 62 X 62 X 72 X 57 X 57 X 93 X 87 X 123 X 62 X 98 X 72 X 72 X 62 X 72 X 72 X 77 X 77 X 57 X 72 X 77 X 195 X 180 X 139 X 103 X 72 X 62 X 62 X 134 X 82 X 62 X +USW00023188198212WSFM 174 X 36 X 49 X 58 X 36 X 36 X 58 X 45 X 80 X 49 X 76 X 63 X 49 X 45 X 54 X 54 X 63 X 63 X 40 X 40 X 49 X 103 X 152 X 103 X 76 X 58 X 31 X 45 X 76 X 63 X 36 X +USW00023188198212WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198212WT02-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198212WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198212WT08-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198212WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188198301TMAX 178 0 194 0 200 0 217 0 211 0 183 0 200 0 256 0 267 0 267 0 283 0 267 0 267 0 272 0 228 0 211 0 194 0 189 0 189 0 161 0 167 0 178 0 194 0 194 0 194 0 194 0 172 0 178 0 172 0 178 0 183 0 +USW00023188198301TMIN 61 0 50 0 72 0 67 0 83 0 83 0 111 0 94 0 100 0 111 0 100 0 106 0 139 0 122 0 122 0 150 0 144 0 111 0 150 0 100 0 89 0 111 0 139 0 139 0 133 0 128 0 139 0 133 0 133 0 111 0 106 0 +USW00023188198301PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 81 0 0 0 0 0 13 0 10 0 30 0 0 0 0 0 170 0 81 0 132 0 0 0 0 0 +USW00023188198301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198301ACMH 0 X 60 X 10 X 0 X 10 X 40 X 40 X 0 X 0 X 0 X 0 X 0 X 20 X 0 X 60 X 60 X 40 X 30 X 60 X 20 X 60 X 90 X 70 X 90 X 40 X 90 X 80 X 70 X 90 X 60 X 20 X +USW00023188198301ACSH 0 X 70 X 0 X 0 X 0 X 20 X 30 X 0 X 0 X 0 X 0 X 0 X 30 X 0 X 80 X 40 X 20 X 10 X 40 X 10 X 80 X 100 X 70 X 90 X 20 X 90 X 90 X 70 X 90 X 70 X 20 X +USW00023188198301PGTM 1406 X 1418 X 1630 X 1612 X 1406 X 1424 X 1500 X 1542 X 1254 X 1512 X 1854 X 1524 X 1442 X 1406 X 1330 X 1400 X 1424 X 1554 X 1230 X 1200 X 1230 X 1348 X 1312 X 1642 X 1354 X 2354 X 1448 X 2354 X 0012 X 1254 X 1242 X +USW00023188198301PSUN 100 X 94 X 100 X 100 X 100 X 92 X 83 X 93 X 100 X 100 X 100 X 100 X 90 X 98 X 53 X 67 X 81 X 94 X 76 X 96 X 74 X 70 X 88 X 64 X 94 X 83 X 44 X 76 X 77 X 85 X 88 X +USW00023188198301TSUN 606 X 570 X 606 X 606 X 606 X 558 X 504 X 570 X 606 X 612 X 612 X 612 X 552 X 606 X 324 X 408 X 498 X 582 X 474 X 600 X 456 X 438 X 546 X 402 X 594 X 522 X 276 X 480 X 486 X 540 X 558 X +USW00023188198301WDFG 315W X 315W X 360W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 90W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 225W X 270W X 225W X 315W X 180W X 270W X 180W X 225W X 315W X 270W X +USW00023188198301WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 270W X 225W X 315W X 225W X 270W X 225W X 225W X 315W X 225W X +USW00023188198301WSFG 77 X 72 X 62 X 51 X 57 X 82 X 72 X 62 X 62 X 62 X 57 X 67 X 67 X 51 X 46 X 77 X 72 X 62 X 93 X 93 X 72 X 72 X 67 X 67 X 77 X 51 X 164 X 170 X 159 X 77 X 62 X +USW00023188198301WSFM 67 X 58 X 58 X 31 X 36 X 63 X 63 X 63 X 54 X 54 X 45 X 54 X 63 X 49 X 40 X 63 X 54 X 49 X 76 X 80 X 45 X 36 X 45 X 54 X 67 X 31 X 125 X 156 X 130 X 63 X 45 X +USW00023188198301WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188198301WT02-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198301WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198301WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00023188198302TMAX 194 0 156 0 161 0 167 0 178 0 178 0 178 0 189 0 183 0 194 0 239 0 206 0 194 0 211 0 217 0 206 0 211 0 211 0 206 0 239 0 239 0 228 0 189 0 172 0 178 0 172 0 189 0 189 0-9999 -9999 -9999 +USW00023188198302TMIN 100 0 111 0 128 0 111 0 117 0 133 0 139 0 139 0 117 0 122 0 117 0 117 0 133 0 106 0 106 0 128 0 133 0 133 0 111 0 117 0 106 0 117 0 150 0 128 0 133 0 139 0 161 0 161 0-9999 -9999 -9999 +USW00023188198302PRCP 0 0 284 0 8 0 15 0 25 0 13 0 198 0 61 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 112 0 0T 0 91 0 135 0 43 0-9999 -9999 -9999 +USW00023188198302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198302ACMH 10 X 90 X 90 X 90 X 100 X 100 X 100 X 70 X 80 X 40 X 50 X 70 X 50 X 40 X 70 X 50 X 60 X 70 X 10 X 40 X 40 X 50 X 90 X 80 X 50 X 100 X 100 X 100 X-9999 -9999 -9999 +USW00023188198302ACSH 0 X 100 X 100 X 100 X 90 X 100 X 100 X 70 X 100 X 40 X 70 X 80 X 60 X 60 X 90 X 30 X 50 X 70 X 0 X 80 X 70 X 30 X 100 X 90 X 60 X 100 X 100 X 100 X-9999 -9999 -9999 +USW00023188198302PGTM 1354 X 1418 X 1518 X 0742 X 1206 X 1542 X 2030 X 0248 X 1512 X 1418 X 1254 X 1354 X 1348 X 1500 X 1600 X 1406 X 1706 X 1306 X 1406 X 1554 X 1706 X 1248 X 1324 X 0736 X 0954 X 1230 X 2336 X 1236 X-9999 -9999 -9999 +USW00023188198302PSUN 100 X 0 X 31 X 37 X 37 X 38 X 3 X 64 X 52 X 83 X 88 X 89 X 46 X 88 X 64 X 80 X 74 X 51 X 97 X 91 X 87 X 72 X 11 X 20 X 67 X 1 X 2 X 2 X-9999 -9999 -9999 +USW00023188198302TSUN 636 X 0 X 198 X 234 X 240 X 246 X 24 X 420 X 342 X 546 X 576 X 582 X 306 X 582 X 420 X 534 X 492 X 342 X 654 X 612 X 588 X 492 X 72 X 132 X 462 X 6 X 12 X 18 X-9999 -9999 -9999 +USW00023188198302WDFG 225W X 135W X 360W X 135W X 225W X 270W X 225W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 135W X 270W X 180W X 225W X 180W X-9999 -9999 -9999 +USW00023188198302WDFM 225W X 180W X 45W X 90W X 225W X 180W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 180W X 180W X 180W X-9999 -9999 -9999 +USW00023188198302WSFG 57 X 154 X 72 X 87 X 67 X 67 X 72 X 118 X 72 X 67 X 62 X 62 X 82 X 77 X 51 X 77 X 82 X 87 X 87 X 77 X 72 X 62 X 93 X 103 X 77 X 113 X 93 X 113 X-9999 -9999 -9999 +USW00023188198302WSFM 45 X 76 X 63 X 40 X 40 X 45 X 54 X 85 X 58 X 54 X 54 X 54 X 58 X 72 X 45 X 72 X 72 X 72 X 72 X 63 X 63 X 45 X 76 X 76 X 54 X 89 X 80 X 85 X-9999 -9999 -9999 +USW00023188198302WT01-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198302WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198302WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198302WT16-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198303TMAX 189 0 183 0 156 0 189 0 194 0 189 0 189 0 211 0 228 0 200 0 206 0 200 0 217 0 200 0 211 0 206 0 189 0 183 0 189 0 183 0 172 0 189 0 189 0 194 0 183 0 194 0 194 0 183 0 206 0 228 0 211 0 +USW00023188198303TMIN 128 0 144 0 128 0 133 0 139 0 139 0 139 0 156 0 133 0 150 0 167 0 167 0 144 0 150 0 139 0 117 0 139 0 117 0 111 0 117 0 139 0 139 0 139 0 139 0 139 0 128 0 128 0 139 0 122 0 133 0 156 0 +USW00023188198303PRCP 262 0 378 0 132 0 61 0 10 0 30 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 10 0 0 0 8 0 150 0 142 0 0 0 0 0 104 0 112 0 0T 0 241 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 +USW00023188198303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198303ACMH 100 X 100 X 100 X 60 X 90 X 90 X 70 X 60 X 40 X 100 X 80 X 40 X 70 X 60 X 10 X 40 X 90 X 90 X 20 X 70 X 70 X 80 X 50 X 70 X 50 X 40 X 40 X 80 X 10 X 0 X 40 X +USW00023188198303ACSH 100 X 100 X 100 X 60 X 90 X 90 X 90 X 60 X 30 X 100 X 70 X 20 X 80 X 60 X 0 X 30 X 90 X 90 X 10 X 90 X 80 X 80 X 40 X 70 X 50 X 40 X 40 X 90 X 20 X 0 X 40 X +USW00023188198303PGTM 1212 X 0106 X 0712 X 1306 X 1154 X 0712 X 1318 X 1430 X 1236 X 1518 X 1512 X 1006 X 1512 X 1100 X 1300 X 1406 X 0442 X 1436 X 1330 X 1412 X 1354 X 2136 X 2312 X 0318 X 0312 X 1536 X 1448 X 1154 X 1606 X 1248 X 1406 X +USW00023188198303PSUN 2 X 0 X 20 X 48 X 34 X 20 X 7 X 64 X 89 X 24 X 54 X 82 X 54 X 59 X 100 X 73 X 25 X 27 X 100 X 49 X 62 X 56 X 79 X 60 X 65 X 71 X 86 X 54 X 98 X 100 X 86 X +USW00023188198303TSUN 12 X 0 X 144 X 336 X 240 X 138 X 48 X 450 X 630 X 174 X 384 X 582 X 384 X 420 X 720 X 528 X 180 X 198 X 726 X 360 X 456 X 408 X 582 X 438 X 480 X 528 X 636 X 402 X 732 X 750 X 648 X +USW00023188198303WDFG 180W X 135W X 135W X 315W X 270W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 270W X 270W X 225W X 135W X 270W X 225W X 225W X 315W X 225W X 225W X 225W X 315W X 225W X 315W X 270W X 315W X 315W X 315W X +USW00023188198303WDFM 180W X 180W X 180W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 270W X 225W X 225W X 315W X 225W X 180W X 180W X 315W X 225W X 315W X 270W X 315W X 270W X 315W X +USW00023188198303WSFG 195 X 159 X 87 X 113 X 87 X 103 X 67 X 87 X 82 X 62 X 87 X 98 X 72 X 93 X 77 X 87 X 123 X 118 X 72 X 67 X 149 X 98 X 93 X 159 X 123 X 77 X 87 X 87 X 72 X 72 X 82 X +USW00023188198303WSFM 143 X 76 X 54 X 89 X 67 X 72 X 58 X 76 X 72 X 45 X 72 X 76 X 63 X 67 X 63 X 80 X 107 X 76 X 49 X 45 X 116 X 76 X 72 X 116 X 130 X 49 X 76 X 67 X 63 X 63 X 72 X +USW00023188198303WT01 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 +USW00023188198303WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198303WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198303WT16 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188198304TMAX 267 0 217 0 200 0 200 0 206 0 222 0 217 0 200 0 194 0 194 0 178 0 172 0 183 0 189 0 206 0 289 0 200 0 206 0 194 0 194 0 189 0 194 0 200 0 211 0 189 0 189 0 206 0 222 0 200 0 200 0-9999 +USW00023188198304TMIN 144 0 150 0 139 0 94 0 106 0 117 0 106 0 117 0 128 0 122 0 133 0 106 0 106 0 100 0 117 0 128 0 144 0 150 0 139 0 139 0 156 0 156 0 161 0 139 0 144 0 144 0 150 0 144 0 156 0 161 0-9999 +USW00023188198304PRCP 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0T 0 18 0 30 0 0T 0 0 0 0 0 0 0 25 0 107 0 18 0 99 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 117 0 0T 0-9999 +USW00023188198304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198304ACMH 20 X 40 X 10 X 10 X 40 X 40 X 0 X 30 X 50 X 80 X 60 X 60 X 20 X 0 X 10 X 0 X 50 X 50 X 30 X 90 X 80 X 70 X 70 X 30 X 50 X 50 X 70 X 80 X 80 X 50 X-9999 +USW00023188198304ACSH 10 X 50 X 20 X 0 X 50 X 70 X 0 X 30 X 50 X 100 X 60 X 50 X 20 X 0 X 20 X 0 X 50 X 40 X 20 X 90 X 80 X 60 X 60 X 40 X 50 X 40 X 70 X 80 X 90 X 40 X-9999 +USW00023188198304PGTM 1330 X 1554 X 1106 X 1524 X 1818 X 1412 X 1548 X 1536 X 1630 X 2036 X 1336 X 0530 X 1448 X 1406 X 1236 X 1142 X 2206 X 0118 X 2342 X 0236 X 1036 X 1336 X 1406 X 1712 X 1412 X 1318 X 1512 X 1424 X 1000 X 1318 X-9999 +USW00023188198304PSUN 97 X 95 X 84 X 100 X 90 X 100 X 100 X 91 X 93 X 78 X 63 X 86 X 100 X 100 X 100 X 100 X 88 X 90 X 91 X 58 X 45 X 45 X 61 X 90 X 76 X 92 X 88 X 90 X 40 X 71 X-9999 +USW00023188198304TSUN 732 X 714 X 630 X 756 X 684 X 762 X 762 X 696 X 720 X 600 X 492 X 660 X 774 X 780 X 780 X 780 X 684 X 702 X 714 X 456 X 360 X 360 X 486 X 720 X 606 X 732 X 708 X 720 X 324 X 570 X-9999 +USW00023188198304WDFG 315W X 270W X 315W X 270W X 135W X 360W X 315W X 270W X 315W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X 135W X 180W X 135W X 180W X 270W X 270W X 315W X 315W X 270W X 225W X 315W X 225W X 180W X 270W X-9999 +USW00023188198304WDFM 315W X 315W X 315W X 315W X 45W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 180W X 180W X 180W X 180W X 225W X 270W X 315W X 315W X 315W X 225W X 315W X 225W X 225W X 225W X-9999 +USW00023188198304WSFG 98 X 72 X 129 X 98 X 154 X 118 X 87 X 82 X 93 X 72 X 98 X 144 X 77 X 82 X 82 X 62 X 129 X 154 X 93 X 118 X 82 X 77 X 98 X 87 X 103 X 82 X 87 X 87 X 139 X 103 X-9999 +USW00023188198304WSFM 98 X 58 X 112 X 85 X 98 X 85 X 76 X 54 X 72 X 67 X 76 X 112 X 54 X 76 X 76 X 54 X 80 X 139 X 67 X 98 X 63 X 58 X 76 X 76 X 67 X 58 X 63 X 54 X 89 X 67 X-9999 +USW00023188198304WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188198304WT08 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198304WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188198305TMAX 200 0 211 0 217 0 189 0 200 0 206 0 217 0 206 0 211 0 211 0 217 0 217 0 194 0 217 0 206 0 211 0 267 0 300 0 222 0 233 0 228 0 222 0 233 0 228 0 217 0 211 0 211 0 222 0 217 0 200 0 200 0 +USW00023188198305TMIN 156 0 139 0 139 0 167 0 156 0 156 0 133 0 150 0 172 0 150 0 139 0 150 0 161 0 161 0 161 0 161 0 167 0 172 0 167 0 156 0 172 0 183 0 183 0 172 0 167 0 167 0 178 0 178 0 178 0 167 0 172 0 +USW00023188198305PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 3 0 +USW00023188198305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198305ACMH 50 X 10 X 50 X 80 X 40 X 30 X 10 X 30 X 70 X 40 X 0 X 40 X 40 X 40 X 70 X 70 X 30 X 30 X 30 X 40 X 60 X 80 X 70 X 90 X 90 X 100 X 100 X 90 X 80 X 100 X 100 X +USW00023188198305ACSH 50 X 10 X 50 X 70 X 40 X 30 X 20 X 20 X 60 X 50 X 0 X 20 X 30 X 30 X 50 X 90 X 20 X 30 X 30 X 20 X 50 X 60 X 50 X 80 X 90 X 100 X 100 X 90 X 60 X 90 X 100 X +USW00023188198305PGTM 1242 X 1412 X 1436 X 1730 X 1312 X 1436 X 1430 X 1548 X 1518 X 1636 X 1348 X 1142 X 1430 X 1236 X 1142 X 1518 X 1542 X 1430 X 1130 X 1424 X 1342 X 1248 X 1406 X 1454 X 1448 X 1330 X 1106 X 1436 X 1612 X 1812 X 2106 X +USW00023188198305PSUN 68 X 98 X 84 X 60 X 65 X 80 X 100 X 47 X 60 X 77 X 100 X 92 X 91 X 96 X 64 X 31 X 85 X 90 X 79 X 81 X 52 X 52 X 55 X 40 X 28 X 12 X 14 X 11 X 45 X 10 X 0 X +USW00023188198305TSUN 552 X 792 X 684 X 486 X 528 X 654 X 822 X 384 X 492 X 636 X 822 X 756 X 756 X 792 X 528 X 258 X 702 X 750 X 660 X 672 X 432 X 438 X 462 X 336 X 234 X 102 X 120 X 90 X 384 X 84 X 0 X +USW00023188198305WDFG 270W X 315W X 270W X 270W X 270W X 270W X 315W X 315W X 225W X 270W X 315W X 270W X 225W X 315W X 270W X 270W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 270W X 225W X 270W X 315W X 315W X 180W X 180W X +USW00023188198305WDFM 270W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 225W X 225W X 270W X 270W X 270W X 315W X 315W X 225W X 315W X 270W X 270W X 315W X 270W X 225W X 225W X 270W X 315W X 315W X 180W X 180W X +USW00023188198305WSFG 108 X 82 X 87 X 98 X 103 X 103 X 103 X 72 X 82 X 113 X 103 X 82 X 82 X 103 X 77 X 82 X 98 X 103 X 82 X 93 X 93 X 87 X 93 X 82 X 82 X 72 X 67 X 87 X 82 X 93 X 93 X +USW00023188198305WSFM 67 X 54 X 67 X 63 X 72 X 72 X 63 X 45 X 49 X 67 X 76 X 54 X 54 X 72 X 49 X 49 X 72 X 85 X 54 X 67 X 72 X 54 X 76 X 49 X 49 X 40 X 49 X 67 X 67 X 58 X 63 X +USW00023188198305WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188198305WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188198305WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00023188198306TMAX 206 0 211 0 222 0 222 0 211 0 233 0 200 0 189 0 211 0 222 0 194 0 211 0 239 0 239 0 217 0 222 0 233 0 222 0 217 0 222 0 222 0 228 0 239 0 228 0 233 0 222 0 239 0 228 0 239 0 233 0-9999 +USW00023188198306TMIN 167 0 167 0 156 0 178 0 183 0 178 0 178 0 172 0 172 0 183 0 172 0 178 0 167 0 183 0 178 0 172 0 178 0 189 0 178 0 178 0 189 0 189 0 183 0 183 0 183 0 183 0 189 0 183 0 194 0 189 0-9999 +USW00023188198306PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198306ACMH 100 X 70 X 50 X 60 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 50 X 70 X 70 X 90 X 70 X 60 X 80 X 80 X 70 X 60 X 50 X 70 X 50 X 60 X 80 X 70 X 60 X 80 X 80 X-9999 +USW00023188198306ACSH 100 X 70 X 40 X 50 X 100 X 90 X 100 X 100 X 90 X 100 X 100 X 50 X 70 X 50 X 80 X 50 X 30 X 60 X 60 X 60 X 50 X 40 X 50 X 50 X 40 X 70 X 50 X 40 X 70 X 70 X-9999 +USW00023188198306PGTM 1454 X 1242 X 1424 X 1212 X 1436 X 1236 X 1024 X 1100 X 1518 X 1448 X 0842 X 0948 X 1306 X 1242 X 1612 X 1154 X 1106 X 1600 X 1342 X 1536 X 1312 X 1054 X 1430 X 1130 X 1118 X 1448 X 1512 X 1424 X 1524 X 1636 X-9999 +USW00023188198306PSUN 1 X 61 X 94 X 84 X 16 X 24 X 0 X 0 X 24 X 9 X 0 X 61 X 53 X 68 X 38 X 67 X 74 X 49 X 37 X 58 X 58 X 71 X 69 X 52 X 69 X 39 X 60 X 59 X 37 X 59 X-9999 +USW00023188198306TSUN 6 X 516 X 804 X 714 X 138 X 204 X 0 X 0 X 204 X 78 X 0 X 528 X 456 X 582 X 324 X 582 X 636 X 420 X 318 X 498 X 504 X 606 X 594 X 450 X 588 X 336 X 516 X 504 X 318 X 504 X-9999 +USW00023188198306WDFG 270W X 225W X 270W X 270W X 270W X 270W X 270W X 270W X 315W X 315W X 180W X 180W X 315W X 315W X 180W X 225W X 315W X 225W X 180W X 225W X 225W X 270W X 225W X 225W X 225W X 225W X 270W X 315W X 270W X 270W X-9999 +USW00023188198306WDFM 270W X 225W X 315W X 315W X 270W X 315W X 225W X 315W X 315W X 225W X 180W X 180W X 315W X 315W X 180W X 180W X 315W X 225W X 225W X 225W X 225W X 225W X 225W X 225W X 225W X 225W X 315W X 225W X 225W X 225W X-9999 +USW00023188198306WSFG 103 X 103 X 93 X 93 X 67 X 67 X 62 X 72 X 82 X 67 X 62 X 82 X 72 X 93 X 67 X 72 X 72 X 62 X 77 X 67 X 82 X 77 X 72 X 82 X 72 X 72 X 77 X 82 X 72 X 77 X-9999 +USW00023188198306WSFM 67 X 58 X 76 X 58 X 49 X 49 X 40 X 49 X 63 X 54 X 49 X 58 X 49 X 76 X 40 X 45 X 54 X 40 X 45 X 49 X 54 X 49 X 54 X 54 X 54 X 49 X 58 X 49 X 54 X 54 X-9999 +USW00023188198306WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198306WT08 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188198306WT16 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198307TMAX 222 0 222 0 222 0 222 0 239 0 244 0 244 0 256 0 289 0 300 0 294 0 294 0 289 0 250 0 233 0 228 0 244 0 250 0 272 0 289 0 283 0 250 0 244 0 239 0 233 0 250 0 250 0 256 0 261 0 250 0 261 0 +USW00023188198307TMIN 200 0 194 0 183 0 183 0 189 0 189 0 200 0 189 0 200 0 183 0 194 0 200 0 200 0 211 0 194 0 189 0 194 0 200 0 211 0 200 0 200 0 200 0 206 0 200 0 189 0 183 0 183 0 194 0 200 0 206 0 206 0 +USW00023188198307PRCP 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198307ACMH 90 X 100 X 70 X 60 X 70 X 70 X 60 X 40 X 30 X 0 X 0 X 0 X 20 X 50 X 80 X 40 X 30 X 30 X 20 X 0 X 30 X 40 X 40 X 60 X 30 X 40 X 50 X 30 X 40 X 50 X 70 X +USW00023188198307ACSH 90 X 100 X 60 X 50 X 60 X 50 X 50 X 30 X 30 X 0 X 0 X 0 X 10 X 20 X 70 X 40 X 20 X 10 X 20 X 0 X 30 X 20 X 20 X 40 X 20 X 30 X 30 X 20 X 30 X 40 X 50 X +USW00023188198307PGTM 1212 X 1348 X 1318 X 1318 X 1136 X 1412 X 1436 X 1236 X 1342 X 1130 X 1524 X 1130 X 1136 X 1448 X 1518 X 1448 X 1212 X 1242 X 1512 X 1512 X 1424 X 1424 X 1318 X 1436 X 1412 X 1330 X 1224 X 1530 X 1312 X 1212 X 1412 X +USW00023188198307PSUN 40 X 31 X 50 X 70 X 60 X 60 X 53 X 75 X 78 X 100 X 99 X 100 X 97 X 87 X 54 X 73 X 80 X 88 X 93 X 100 X 90 X 84 X 78 X 75 X 82 X 75 X 66 X 82 X 82 X 85 X 78 X +USW00023188198307TSUN 342 X 270 X 432 X 594 X 510 X 510 X 450 X 636 X 660 X 852 X 840 X 852 X 822 X 738 X 456 X 618 X 678 X 738 X 780 X 840 X 762 X 708 X 654 X 624 X 684 X 630 X 546 X 678 X 684 X 702 X 648 X +USW00023188198307WDFG 225W X 225W X 180W X 225W X 225W X 270W X 315W X 225W X 225W X 315W X 270W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 270W X 270W X 225W X 270W X 315W X 315W X 270W X +USW00023188198307WDFM 225W X 270W X 180W X 180W X 225W X 270W X 315W X 315W X 225W X 315W X 225W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 270W X 225W X 270W X 315W X 270W X 315W X +USW00023188198307WSFG 77 X 87 X 72 X 82 X 93 X 93 X 82 X 82 X 72 X 82 X 77 X 87 X 87 X 67 X 72 X 72 X 82 X 103 X 93 X 72 X 93 X 82 X 82 X 72 X 77 X 77 X 87 X 72 X 87 X 93 X 72 X +USW00023188198307WSFM 49 X 49 X 49 X 45 X 49 X 72 X 63 X 54 X 49 X 54 X 49 X 67 X 72 X 49 X 49 X 45 X 54 X 80 X 80 X 63 X 80 X 63 X 63 X 45 X 49 X 54 X 49 X 49 X 72 X 67 X 54 X +USW00023188198307WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198307WT08-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00023188198307WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198308TMAX 250 0 267 0 261 0 261 0 306 0 306 0 306 0 306 0 289 0 267 0 283 0 289 0 311 0 289 0 283 0 311 0 272 0 250 0 267 0 272 0 261 0 261 0 267 0 267 0 267 0 278 0 294 0 322 0 294 0 294 0 294 0 +USW00023188198308TMIN 206 0 217 0 217 0 211 0 211 0 239 0 244 0 239 0 233 0 222 0 222 0 222 0 244 0 233 0 233 0 244 0 233 0 228 0 233 0 233 0 228 0 217 0 189 0 217 0 206 0 206 0 222 0 211 0 200 0 222 0 211 0 +USW00023188198308PRCP 0 0 0 0 0 0 0 0 0 0 5 0 38 0 0T 0 0T 0 0 0 0 0 0 0 0 0 43 0 0T 0 0 0 0T 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198308ACMH 50 X 60 X 40 X 70 X 40 X 60 X 50 X 50 X 70 X 40 X 30 X 70 X 70 X 70 X 70 X 60 X 90 X 100 X 70 X 90 X 60 X 40 X 10 X 50 X 20 X 0 X 0 X 0 X 10 X 30 X 20 X +USW00023188198308ACSH 30 X 50 X 30 X 80 X 40 X 60 X 60 X 50 X 90 X 30 X 20 X 80 X 50 X 60 X 70 X 50 X 100 X 100 X 70 X 80 X 50 X 30 X 10 X 40 X 20 X 0 X 0 X 0 X 10 X 40 X 30 X +USW00023188198308PGTM 1348 X 1436 X 1212 X 1130 X 1224 X 1900 X 1254 X 1330 X 1724 X 1024 X 1512 X 1454 X 1142 X 1442 X 1418 X 1312 X 1306 X 0854 X 1524 X 1136 X 1348 X 1348 X 1442 X 1442 X 1430 X 1300 X 1406 X 1330 X 1348 X 1054 X 1212 X +USW00023188198308PSUN 76 X 69 X 71 X 81 X 97 X 61 X 49 X 56 X 41 X 74 X 83 X 38 X 77 X 57 X 35 X 62 X 13 X 0 X 41 X 42 X 73 X 90 X 96 X 64 X 90 X 99 X 100 X 100 X 93 X 76 X 99 X +USW00023188198308TSUN 624 X 570 X 582 X 672 X 792 X 504 X 402 X 450 X 330 X 606 X 672 X 306 X 618 X 462 X 282 X 492 X 108 X 0 X 324 X 336 X 576 X 708 X 762 X 504 X 702 X 780 X 780 X 780 X 720 X 594 X 762 X +USW00023188198308WDFG 270W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 180W X 225W X 315W X 225W X 180W X 225W X 315W X 270W X 315W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 315W X +USW00023188198308WDFM 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 180W X 225W X 315W X 225W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X +USW00023188198308WSFG 72 X 82 X 82 X 82 X 82 X 72 X 87 X 87 X 57 X 67 X 77 X 103 X 82 X 82 X 72 X 72 X 113 X 72 X 72 X 103 X 103 X 103 X 77 X 82 X 93 X 93 X 82 X 87 X 77 X 82 X 103 X +USW00023188198308WSFM 40 X 58 X 63 X 63 X 72 X 54 X 67 X 67 X 36 X 40 X 58 X 85 X 63 X 58 X 49 X 58 X 76 X 58 X 45 X 76 X 76 X 76 X 54 X 54 X 72 X 80 X 72 X 76 X 67 X 45 X 85 X +USW00023188198308WT01-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 +USW00023188198308WT03-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198308WT08 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 +USW00023188198308WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198309TMAX 311 0 294 0 289 0 267 0 272 0 278 0 272 0 289 0 306 0 333 0 333 0 278 0 306 0 294 0 283 0 278 0 289 0 306 0 300 0 278 0 283 0 244 0 256 0 256 0 256 0 250 0 244 0 233 0 233 0 233 0-9999 +USW00023188198309TMIN 228 0 222 0 217 0 217 0 217 0 211 0 222 0 211 0 222 0 228 0 239 0 228 0 222 0 228 0 217 0 217 0 222 0 217 0 244 0 239 0 233 0 228 0 222 0 217 0 206 0 211 0 206 0 206 0 194 0 200 0-9999 +USW00023188198309PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0T 0 3 0 0 0 0 0 0 0 8 0 0 0 8 0 30 0 3 0-9999 +USW00023188198309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198309ACMH 60 X 0 X 30 X 60 X 50 X 50 X 30 X 10 X 10 X 30 X 0 X 10 X 30 X 20 X 30 X 40 X 30 X 40 X 100 X 90 X 80 X 100 X 90 X 40 X 50 X 60 X 40 X 90 X 80 X 90 X-9999 +USW00023188198309ACSH 90 X 0 X 10 X 30 X 30 X 20 X 20 X 20 X 10 X 30 X 0 X 10 X 10 X 0 X 40 X 30 X 20 X 30 X 100 X 90 X 70 X 100 X 80 X 30 X 40 X 60 X 30 X 100 X 80 X 100 X-9999 +USW00023188198309PGTM 1606 X 0948 X 1412 X 1312 X 1448 X 1306 X 1306 X 1130 X 1342 X 1742 X 1154 X 0954 X 1530 X 1212 X 1430 X 1312 X 1442 X 1154 X 1848 X 1330 X 1424 X 1436 X 1254 X 1454 X 1436 X 1406 X 1312 X 1200 X 2218 X 2006 X-9999 +USW00023188198309PSUN 26 X 99 X 94 X 79 X 85 X 86 X 90 X 97 X 98 X 98 X 99 X 97 X 97 X 97 X 73 X 77 X 88 X 93 X 47 X 15 X 45 X 0 X 39 X 76 X 91 X 59 X 83 X 24 X 50 X 17 X-9999 +USW00023188198309TSUN 204 X 756 X 720 X 600 X 654 X 654 X 684 X 738 X 738 X 738 X 744 X 726 X 726 X 726 X 546 X 576 X 654 X 690 X 348 X 108 X 330 X 0 X 282 X 552 X 654 X 420 X 594 X 168 X 360 X 126 X-9999 +USW00023188198309WDFG 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 225W X 225W X 270W X 180W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 180W X 180W X 135W X-9999 +USW00023188198309WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 225W X 360W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 180W X 180W X 135W X-9999 +USW00023188198309WSFG 98 X 93 X 93 X 77 X 77 X 93 X 93 X 87 X 93 X 67 X 77 X 82 X 67 X 82 X 72 X 67 X 62 X 62 X 62 X 134 X 87 X 82 X 77 X 87 X 87 X 103 X 87 X 87 X 154 X 118 X-9999 +USW00023188198309WSFM 85 X 76 X 76 X 58 X 67 X 76 X 76 X 76 X 80 X 63 X 72 X 54 X 40 X 63 X 54 X 45 X 40 X 40 X 45 X 89 X 72 X 67 X 58 X 54 X 67 X 76 X 54 X 58 X 98 X 76 X-9999 +USW00023188198309WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198309WT08-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198309WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 +USW00023188198310TMAX 233 0 250 0 244 0 239 0 250 0 289 0 233 0 222 0 250 0 256 0 289 0 333 0 228 0 233 0 228 0 239 0 228 0 244 0 244 0 228 0 239 0 261 0 239 0 233 0 350 0 333 0 283 0 261 0 261 0 244 0 239 0 +USW00023188198310TMIN 200 0 194 0 167 0 200 0 183 0 189 0 200 0 206 0 217 0 194 0 172 0 172 0 189 0 194 0 178 0 200 0 206 0 183 0 200 0 194 0 172 0 167 0 167 0 189 0 178 0 217 0 217 0 206 0 206 0 200 0 194 0 +USW00023188198310PRCP 33 0 0 0 0 0 0 0 0 0 0T 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198310ACMH 80 X 20 X 20 X 80 X 0 X 80 X 90 X 100 X 70 X 20 X 0 X 10 X 60 X 40 X 50 X 90 X 90 X 0 X 50 X 60 X 50 X 0 X 50 X 30 X 0 X 20 X 10 X 40 X 60 X 40 X 60 X +USW00023188198310ACSH 80 X 10 X 10 X 80 X 0 X 90 X 100 X 100 X 50 X 10 X 0 X 0 X 90 X 30 X 80 X 80 X 90 X 0 X 30 X 50 X 50 X 0 X 30 X 10 X 0 X 10 X 0 X 20 X 90 X 40 X 70 X +USW00023188198310PGTM 0148 X 1318 X 1400 X 1324 X 1536 X 2306 X 0642 X 1506 X 1300 X 1442 X 1418 X 1406 X 1154 X 1342 X 1224 X 1400 X 1400 X 1330 X 1400 X 1406 X 1236 X 1306 X 1336 X 1436 X 1054 X 1500 X 1236 X 1312 X 1436 X 1412 X 1412 X +USW00023188198310PSUN 42 X 92 X 100 X 47 X 100 X 42 X 3 X 5 X 55 X 100 X 100 X 100 X 19 X 88 X 65 X 62 X 26 X 100 X 81 X 57 X 63 X 93 X 72 X 87 X 100 X 100 X 100 X 95 X 55 X 93 X 83 X +USW00023188198310TSUN 300 X 654 X 708 X 330 X 702 X 294 X 24 X 36 X 378 X 696 X 690 X 690 X 132 X 600 X 444 X 426 X 180 X 678 X 552 X 390 X 426 X 624 X 480 X 576 X 666 X 666 X 660 X 624 X 360 X 612 X 540 X +USW00023188198310WDFG 180W X 270W X 315W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 270W X 315W X 270W X 315W X 315W X 315W X 225W X 315W X 45W X 45W X 225W X 225W X 315W X 270W X 315W X +USW00023188198310WDFM 180W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 180W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 315W X 90W X 45W X 225W X 225W X 315W X 315W X 315W X +USW00023188198310WSFG 123 X 93 X 98 X 72 X 93 X 77 X 103 X 72 X 98 X 87 X 87 X 103 X 82 X 82 X 77 X 93 X 77 X 93 X 67 X 67 X 103 X 72 X 67 X 87 X 113 X 129 X 67 X 77 X 87 X 77 X 82 X +USW00023188198310WSFM 76 X 72 X 72 X 49 X 76 X 58 X 76 X 54 X 76 X 76 X 76 X 80 X 54 X 54 X 49 X 76 X 58 X 72 X 45 X 36 X 76 X 54 X 45 X 63 X 67 X 85 X 45 X 45 X 63 X 54 X 58 X +USW00023188198310WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198310WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198310WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188198310WT16 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198311TMAX 228 0 233 0 272 0 261 0 217 0 239 0 222 0 228 0 239 0 228 0 211 0 211 0 222 0 211 0 239 0 217 0 206 0 211 0 228 0 206 0 167 0 183 0 189 0 200 0 178 0 183 0 200 0 206 0 200 0 194 0-9999 +USW00023188198311TMIN 200 0 172 0 156 0 172 0 200 0 178 0 167 0 178 0 144 0 156 0 161 0 200 0 189 0 161 0 139 0 144 0 167 0 167 0 133 0 150 0 117 0 100 0 106 0 122 0 117 0 78 0 78 0 83 0 100 0 111 0-9999 +USW00023188198311PRCP 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 109 0 8 0 0T 0 0 0 0 0 0T 0 0 0 0 0 157 0 20 0 0 0 0 0 130 0 41 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198311ACMH 90 X 10 X 0 X 30 X 80 X 10 X 60 X 40 X 70 X 70 X 70 X 100 X 60 X 30 X 10 X 50 X 100 X 70 X 10 X 90 X 50 X 40 X 20 X 70 X 50 X 10 X 0 X 10 X 10 X 80 X-9999 +USW00023188198311ACSH 90 X 0 X 0 X 30 X 80 X 0 X 60 X 50 X 80 X 80 X 60 X 100 X 50 X 20 X 10 X 40 X 100 X 100 X 0 X 90 X 60 X 50 X 10 X 80 X 70 X 20 X 0 X 20 X 20 X 80 X-9999 +USW00023188198311PGTM 1424 X 1406 X 1412 X 1412 X 0724 X 1348 X 1548 X 1324 X 1154 X 1554 X 2330 X 0330 X 1448 X 0212 X 1248 X 1112 X 2236 X 0436 X 1406 X 1754 X 0836 X 1318 X 0712 X 2354 X 0012 X 1430 X 1342 X 1400 X 1524 X 1400 X-9999 +USW00023188198311PSUN 18 X 100 X 100 X 93 X 12 X 96 X 78 X 60 X 77 X 56 X 53 X 0 X 50 X 80 X 100 X 95 X 31 X 66 X 100 X 21 X 55 X 82 X 100 X 83 X 90 X 100 X 100 X 100 X 100 X 81 X-9999 +USW00023188198311TSUN 120 X 648 X 648 X 600 X 78 X 618 X 498 X 384 X 492 X 360 X 336 X 0 X 318 X 504 X 630 X 600 X 198 X 414 X 624 X 132 X 342 X 504 X 618 X 510 X 558 X 618 X 612 X 612 X 612 X 498 X-9999 +USW00023188198311WDFG 225W X 315W X 315W X 315W X 135W X 315W X 225W X 315W X 270W X 270W X 180W X 180W X 315W X 270W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 270W X 90W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X-9999 +USW00023188198311WDFM 225W X 315W X 315W X 225W X 180W X 315W X 315W X 315W X 315W X 270W X 180W X 180W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 180W X-9999 +USW00023188198311WSFG 72 X 103 X 82 X 67 X 82 X 77 X 62 X 77 X 57 X 62 X 87 X 103 X 93 X 82 X 67 X 77 X 67 X 108 X 72 X 139 X 154 X 72 X 82 X 164 X 149 X 72 X 67 X 57 X 57 X 98 X-9999 +USW00023188198311WSFM 49 X 76 X 67 X 40 X 45 X 54 X 36 X 54 X 36 X 36 X 67 X 72 X 76 X 54 X 49 X 67 X 40 X 76 X 54 X 112 X 116 X 49 X 36 X 134 X 121 X 54 X 49 X 36 X 36 X 72 X-9999 +USW00023188198311WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198311WT08-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198311WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198312TMAX 194 0 200 0 189 0 178 0 183 0 200 0 217 0 256 0 194 0 200 0 189 0 183 0 194 0 222 0 211 0 183 0 178 0 211 0 172 0 183 0 172 0 172 0 172 0 178 0 194 0 183 0 189 0 200 0 217 0 228 0 211 0 +USW00023188198312TMIN 156 0 144 0 144 0 111 0 83 0 72 0 89 0 111 0 117 0 128 0 100 0 122 0 106 0 100 0 106 0 150 0 133 0 111 0 128 0 144 0 133 0 139 0 117 0 128 0 156 0 161 0 150 0 133 0 94 0 100 0 128 0 +USW00023188198312PRCP 20 0 3 0 69 0 0 0 0 0 0 0 0 0 0 0 79 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 48 0 33 0 51 0 0 0 0 0 0 0 0 0 +USW00023188198312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198312ACMH 80 X 50 X 90 X 30 X 10 X 0 X 30 X 20 X 70 X 20 X 70 X 30 X 60 X 0 X 20 X 90 X 70 X 20 X 90 X 70 X 90 X 90 X 80 X 100 X 100 X 100 X 90 X 40 X 10 X 40 X 50 X +USW00023188198312ACSH 70 X 50 X 90 X 50 X 20 X 0 X 50 X 30 X 70 X 30 X 90 X 40 X 100 X 0 X 0 X 90 X 100 X 20 X 100 X 70 X 90 X 80 X 80 X 100 X 100 X 100 X 100 X 60 X 30 X 40 X 40 X +USW00023188198312PGTM 0412 X 1236 X 1630 X 1318 X 1554 X 1448 X 1600 X 1448 X 1642 X 1536 X 1212 X 1412 X 1542 X 1454 X 1618 X 1136 X 1506 X 1512 X 1512 X 1324 X 1048 X 1306 X 1300 X 2142 X 0748 X 1430 X 1336 X 1648 X 1500 X 1312 X 1130 X +USW00023188198312PSUN 57 X 41 X 1 X 71 X 100 X 100 X 100 X 94 X 75 X 92 X 93 X 98 X 93 X 100 X 100 X 65 X 21 X 86 X 1 X 71 X 51 X 76 X 78 X 29 X 6 X 17 X 24 X 80 X 100 X 95 X 94 X +USW00023188198312TSUN 348 X 246 X 12 X 432 X 606 X 606 X 606 X 570 X 450 X 558 X 564 X 594 X 564 X 600 X 600 X 390 X 126 X 516 X 6 X 426 X 306 X 456 X 468 X 174 X 36 X 102 X 144 X 480 X 600 X 570 X 570 X +USW00023188198312WDFG 135W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 270W X 315W X 180W X 225W X 180W X 270W X 315W X 135W X 180W X 270W X 270W X 315W X 315W X 315W X 270W X +USW00023188198312WDFM 225W X 180W X 315W X 270W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 45W X 315W X 180W X 225W X 180W X 225W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 225W X +USW00023188198312WSFG 123 X 82 X 144 X 98 X 62 X 87 X 72 X 62 X 87 X 72 X 72 X 82 X 51 X 67 X 72 X 72 X 57 X 113 X 62 X 87 X 93 X 72 X 62 X 113 X 144 X 82 X 103 X 67 X 72 X 82 X 72 X +USW00023188198312WSFM 76 X 45 X 89 X 76 X 54 X 67 X 54 X 49 X 58 X 58 X 54 X 67 X 36 X 45 X 27 X 40 X 54 X 85 X 40 X 67 X 63 X 54 X 40 X 76 X 103 X 58 X 72 X 58 X 54 X 63 X 45 X +USW00023188198312WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 +USW00023188198312WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198312WT16 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188198401TMAX 233 0 256 0 233 0 244 0 183 0 211 0 161 0 167 0 189 0 217 0 189 0 217 0 183 0 178 0 178 0 172 0 178 0 183 0 172 0 217 0 183 0 189 0 189 0 222 0 244 0 211 0 283 0 267 0 272 0 278 0 178 0 +USW00023188198401TMIN 133 0 94 0 117 0 117 0 156 0 156 0 144 0 156 0 144 0 106 0 128 0 100 0 122 0 122 0 89 0 94 0 100 0 89 0 94 0 72 0 100 0 111 0 100 0 94 0 111 0 111 0 128 0 128 0 117 0 128 0 128 0 +USW00023188198401PRCP 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198401ACMH 30 X 0 X 0 X 40 X 90 X 30 X 100 X 100 X 40 X 50 X 60 X 70 X 60 X 50 X 30 X 70 X 0 X 30 X 30 X 20 X 40 X 10 X 10 X 60 X 10 X 30 X 0 X 0 X 0 X 50 X 60 X +USW00023188198401ACSH 30 X 0 X 10 X 30 X 100 X 0 X 100 X 100 X 30 X 40 X 70 X 90 X 30 X 50 X 40 X 80 X 0 X 40 X 60 X 30 X 50 X 0 X 20 X 100 X 10 X 40 X 0 X 0 X 0 X 70 X 70 X +USW00023188198401AWND 25 X 38 X 24 X 23 X 24 X 26 X 27 X 19 X 34 X 27 X 20 X 16 X 33 X 35 X 28 X 25 X 17 X 21 X 21 X 20 X 19 X 22 X 24 X 22 X 13 X 28 X 35 X 33 X 18 X 18 X 24 X +USW00023188198401FMTM 1501 X 1117 X 0131 X 1243 X 1208 X 1606 X 1329 X 0825 X 1441 X 1403 X 1331 X 1527 X 2256 X 1215 X 1317 X 1502 X 1639 X 1422 X 1513 X 1446 X 1403 X 1413 X 1550 X 1513 X 1503 X 1717 X 1352 X 1409 X 1536 X 1458 X 1227 X +USW00023188198401PGTM 1329 X 1157 X 0023 X 1308 X 1214 X 1604 X 1338 X 1531 X 1308 X 1402 X 1134 X 1550 X 2240 X 0322 X 1343 X 1458 X 1411 X 1441 X 1403 X 1400 X 1401 X 1358 X 1539 X 1400 X 1501 X 1726 X 1403 X 1646 X 1533 X 1506 X 1338 X +USW00023188198401TSUN 468 X 603 X 604 X 595 X 35 X 606 X 0 X 0 X 475 X 510 X 524 X 527 X 544 X 550 X 614 X 322 X 616 X 572 X 573 X 610 X 569 X 609 X 611 X 623 X 627 X 388 X 630 X 632 X 632 X 545 X 511 X +USW00023188198401WDF1-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 320 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198401WDFG 315W X 45W X 45W X 270W X 180W X 315W X 360W X 225W X 315W X 315W X 180W X 315W X 270W X 270W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 270W X 360W X 90W X 360W X 315W X 315W X 225W X +USW00023188198401WDFM 315W X 45W X 360W X 315W X 180W X 315W X 315W X 90W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X-9999 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 45W X 45W X 315W X 315W X 315W X 180W X +USW00023188198401WSF1-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 103 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198401WSFG 67 X 123 X 108 X 67 X 67 X 62 X 62 X 62 X 87 X 93 X 62 X 67 X 93 X 93 X 93 X 154 X 62 X 67 X 87 X 67 X 77 X 82 X 98 X 77 X 57 X 170 X 103 X 93 X 67 X 77 X 57 X +USW00023188198401WSFM 54 X 89 X 63 X 54 X 45 X 49 X 49 X 36 X 72 X 72 X 40 X 58 X 54 X 54 X 76 X-9999 40 X 54 X 67 X 54 X 40 X 67 X 76 X 58 X 40 X 103 X 80 X 76 X 63 X 58 X 36 X +USW00023188198401WT01 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188198401WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198401WT08 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00023188198401WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198402TMAX 189 0 189 0 217 0 217 0 194 0 228 0 244 0 200 0 172 0 183 0 189 0 200 0 200 0 200 0 222 0 189 0 172 0 189 0 211 0 228 0 200 0 183 0 211 0 183 0 189 0 233 0 239 0 222 0 200 0-9999 -9999 +USW00023188198402TMIN 144 0 144 0 133 0 133 0 106 0 111 0 100 0 100 0 100 0 128 0 106 0 117 0 111 0 139 0 111 0 128 0 89 0 72 0 72 0 78 0 89 0 128 0 94 0 94 0 128 0 89 0 117 0 100 0 111 0-9999 -9999 +USW00023188198402PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0T 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188198402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188198402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188198402ACMH 90 X 90 X 90 X 60 X 10 X 10 X 10 X 40 X 70 X 40 X 40 X 60 X 80 X 40 X 70 X 60 X 20 X 10 X 0 X 0 X 70 X 40 X 10 X 20 X 50 X 80 X 70 X 10 X 20 X-9999 -9999 +USW00023188198402ACSH 90 X 100 X 100 X 60 X 10 X 0 X 0 X 30 X 90 X 30 X 40 X 60 X 90 X 20 X 100 X 70 X 30 X 20 X 10 X 0 X 100 X 40 X 0 X 10 X 50 X 100 X 50 X 10 X 10 X-9999 -9999 +USW00023188198402AWND 29 X 20 X 22 X 21 X 21 X 16 X 17 X 14 X 28 X 32 X 28 X 20 X 18 X 29 X 18 X 49 X 43 X 16 X 19 X 14 X 18 X 24 X 13 X 16 X 29 X 16 X 16 X 17 X 16 X-9999 -9999 +USW00023188198402FMTM 1444 X 1639 X 1524 X 1418 X 1534 X 1455 X 1518 X 1045 X 1408 X 1127 X 1509 X 1447 X 1552 X 1228 X 1458 X 1359 X 1300 X 1256 X 1503 X 1625 X 1507 X 1611 X 1458 X 1406 X 1516 X 1429 X 1447 X 1338 X 1550 X-9999 -9999 +USW00023188198402PGTM 1517 X 1405 X 1526 X 1341 X 1559 X 1430 X 1501 X 0945 X 1415 X 1051 X 1528 X 1420 X 1533 X 1323 X 1558 X 2356 X 0106 X 1407 X 1457 X 1552 X 1507 X 1555 X 1458 X 1353 X 1512 X 1545 X 1438 X 1604 X 1555 X-9999 -9999 +USW00023188198402TSUN 458 X 503 X 100 X 469 X 601 X 646 X 636 X 626 X 446 X 525 X 542 X 636 X 625 X 625 X 646 X 313 X 666 X 668 X 670 X 655 X 547 X 514 X 677 X 649 X 602 X 621 X 629 X 687 X 666 X-9999 -9999 +USW00023188198402WDFG 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 360W X 315W X 315W X 270W X 315W X 270W X 315W X 225W X 360W X 315W X 315W X 315W X 315W X-9999 -9999 +USW00023188198402WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X-9999 -9999 +USW00023188198402WSFG 82 X 82 X 67 X 72 X 77 X 67 X 67 X 67 X 72 X 87 X 93 X 82 X 72 X 87 X 67 X 134 X 123 X 87 X 87 X 67 X 82 X 67 X 67 X 67 X 108 X 93 X 77 X 82 X 77 X-9999 -9999 +USW00023188198402WSFM 49 X 67 X 45 X 54 X 67 X 54 X 54 X 49 X 49 X 58 X 80 X 72 X 58 X 67 X 63 X 107 X 89 X 72 X 67 X 58 X 72 X 45 X 58 X 45 X 80 X 76 X 63 X 72 X 54 X-9999 -9999 +USW00023188198402WT01-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198402WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198402WT08 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198402WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198402WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198403TMAX 189 0 206 0 194 0 172 0 222 0 233 0 211 0 206 0 200 0 217 0 206 0 206 0 206 0 194 0 200 0 206 0 200 0 239 0 278 0 261 0 194 0 217 0 244 0 233 0 189 0 189 0 222 0 267 0 228 0 211 0 189 0 +USW00023188198403TMIN 144 0 139 0 144 0 144 0 94 0 89 0 117 0 122 0 122 0 128 0 128 0 144 0 161 0 150 0 144 0 139 0 128 0 128 0 128 0 139 0 156 0 150 0 139 0 144 0 167 0 167 0 161 0 128 0 139 0 144 0 139 0 +USW00023188198403PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 8 0 +USW00023188198403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198403ACMH 50 X 50 X 60 X 80 X 0 X 20 X 40 X 30 X 20 X 40 X 40 X 80 X 90 X 70 X 60 X 60 X 50 X 50 X 10 X 0 X 70 X 10 X 0 X 30 X 70 X 100 X 30 X 20 X 20 X 20 X 50 X +USW00023188198403ACSH 50 X 50 X 30 X 90 X 0 X 30 X 80 X 10 X 30 X 50 X 40 X 90 X 80 X 90 X 40 X 60 X 70 X 70 X 0 X 0 X 40 X 0 X 0 X 10 X 60 X 100 X 30 X 30 X 0 X 10 X 60 X +USW00023188198403AWND 23 X 17 X 14 X 9 X 22 X 17 X 27 X 32 X 29 X 21 X 21 X 25 X 31 X 28 X 30 X 29 X 26 X 23 X 25 X 21 X 32 X 34 X 26 X 30 X 33 X 38 X 35 X 34 X 37 X 42 X 56 X +USW00023188198403FMTM 1636 X 1351 X 1527 X 1511 X 1449 X 1559 X 1642 X 1305 X 1612 X 1629 X 1124 X 1343 X 1541 X 1654 X 1706 X 1744 X 1303 X 1525 X 1506 X 1346 X 1512 X 1252 X 1456 X 1145 X 1250 X 1352 X 1403 X 1245 X 1613 X 0924 X 2355 X +USW00023188198403PGTM 1623 X 1513 X 1529 X 1432 X 1256 X 1608 X 1653 X 1238 X 1310 X 1602 X 1048 X 1422 X 1431 X 1627 X 1355 X 1715 X 1305 X 1540 X 1510 X 1326 X 1523 X 1259 X 1359 X 1440 X 1420 X 1333 X 1520 X 1333 X 1543 X 1206 X 2358 X +USW00023188198403TSUN 476 X 482 X 631 X 135 X 697 X 689 X 551 X 668 X 602 X 586 X 656 X 537 X 408 X 200 X 557 X 674 X 630 X 712 X 725 X 726 X 564 X 732 X 733 X 714 X 545 X 95 X 665 X 735 X 731 X 747 X 500 X +USW00023188198403WDFG 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 270W X 270W X 225W X 225W X 270W X 225W X 225W X 270W X +USW00023188198403WDFM 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 270W X 315W X 225W X 225W X 225W X 225W X 315W X 270W X 180W X 270W X +USW00023188198403WSFG 67 X 67 X 72 X 57 X 93 X 77 X 72 X 103 X 77 X 72 X 72 X 72 X 82 X 77 X 98 X 82 X 113 X 93 X 98 X 67 X 77 X 82 X 98 X 77 X 67 X 93 X 77 X 82 X 87 X 87 X 144 X +USW00023188198403WSFM 54 X 49 X 54 X 36 X 67 X 63 X 58 X 76 X 49 X 58 X 49 X 49 X 58 X 63 X 67 X 63 X 63 X 80 X 76 X 45 X 49 X 58 X 76 X 49 X 45 X 67 X 58 X 63 X 72 X 54 X 107 X +USW00023188198403WT01-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188198403WT08-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198403WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188198403WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 +USW00023188198403WT22-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198404TMAX 183 0 189 0 206 0 189 0 200 0 194 0 206 0 194 0 211 0 228 0 217 0 233 0 256 0 250 0 256 0 239 0 211 0 194 0 200 0 200 0 250 0 261 0 267 0 189 0 200 0 183 0 172 0 194 0 189 0 194 0-9999 +USW00023188198404TMIN 133 0 133 0 117 0 156 0 156 0 144 0 144 0 144 0 156 0 144 0 167 0 150 0 156 0 161 0 156 0 161 0 161 0 156 0 161 0 161 0 122 0 144 0 156 0 156 0 156 0 139 0 111 0 111 0 156 0 156 0-9999 +USW00023188198404PRCP 5 0 0 0 0 0 0 0 5 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 18 0 0T 0 0 0 0 0-9999 +USW00023188198404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198404ACMH 60 X 30 X 20 X 80 X 80 X 80 X 30 X 60 X 50 X 30 X 50 X 0 X 0 X 0 X 30 X 50 X 80 X 80 X 70 X 10 X 0 X 0 X 20 X 100 X 60 X 20 X 50 X 30 X 50 X 50 X-9999 +USW00023188198404ACSH 60 X 40 X 0 X 70 X 60 X 80 X 30 X 50 X 40 X 20 X 50 X 10 X 0 X 0 X 10 X 40 X 80 X 80 X 70 X 10 X 0 X 0 X 10 X 100 X 70 X 10 X 40 X 20 X 30 X 50 X-9999 +USW00023188198404AWND 65 X 38 X 34 X 36 X 46 X 50 X 38 X 37 X 39 X 27 X 37 X 30 X 30 X 26 X 38 X 36 X 40 X 43 X 69 X 56 X 33 X 28 X 28 X 60 X 59 X 57 X 35 X 31 X 36 X 30 X-9999 +USW00023188198404FMTM 0057 X 1333 X 1044 X 1514 X 2255 X 1435 X 1235 X 1316 X 1617 X 1456 X 1619 X 1315 X 1605 X 1432 X 1350 X 1338 X 1727 X 1837 X 1150 X 1003 X 1239 X 1359 X 1146 X 1312 X 1650 X 0709 X 1411 X 1551 X 1259 X 1050 X-9999 +USW00023188198404PGTM 0159 X 1330 X 1213 X 1531 X 2243 X 1418 X 1241 X 0729 X 1613 X 1455 X 1615 X 1541 X 1545 X 1454 X 1145 X 1023 X 1336 X 1706 X 1259 X 1022 X 1325 X 1358 X 2252 X 1208 X 1728 X 0715 X 1425 X 1454 X 1653 X 1118 X-9999 +USW00023188198404TSUN 589 X 526 X 756 X 311 X 445 X 338 X 654 X 381 X 722 X 769 X 496 X 772 X 775 X 777 X 733 X 652 X 307 X 337 X 520 X 788 X 791 X 793 X 794 X 69 X 330 X 768 X 685 X 732 X 587 X 498 X-9999 +USW00023188198404WDFG 315W X 270W X 270W X 270W X 180W X 315W X 270W X 90W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 225W X 225W X 225W X 225W X 315W X-9999 +USW00023188198404WDFM 315W X 225W X 315W X 315W X 180W X 315W X 270W X 225W X 315W X 270W X 315W X 225W X 225W X 225W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 225W X 270W X 225W X 270W X-9999 +USW00023188198404WSFG 144 X 77 X 87 X 82 X 123 X 108 X 77 X 82 X 98 X 82 X 82 X 67 X 72 X 72 X 93 X 77 X 82 X 93 X 129 X 123 X 103 X 103 X 67 X 108 X 118 X 134 X 98 X 98 X 77 X 82 X-9999 +USW00023188198404WSFM 134 X 49 X 58 X 58 X 89 X 80 X 49 X 49 X 76 X 54 X 67 X 54 X 45 X 54 X 76 X 49 X 54 X 54 X 85 X 107 X 89 X 85 X 45 X 80 X 85 X 107 X 67 X 58 X 54 X 63 X-9999 +USW00023188198404WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198404WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198404WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188198404WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198404WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198404WT16 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00023188198405TMAX 189 0 217 0 239 0 228 0 222 0 217 0 217 0 250 0 306 0 217 0 211 0 233 0 239 0 206 0 200 0 222 0 222 0 239 0 239 0 206 0 211 0 217 0 228 0 239 0 217 0 228 0 244 0 267 0 267 0 228 0 222 0 +USW00023188198405TMIN 139 0 167 0 167 0 178 0 178 0 167 0 172 0 156 0 172 0 178 0 172 0 172 0 178 0 178 0 156 0 144 0 161 0 156 0 172 0 172 0 172 0 183 0 183 0 183 0 183 0 183 0 189 0 167 0 194 0 194 0 178 0 +USW00023188198405PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198405ACMH 80 X 50 X 30 X 20 X 30 X 20 X 0 X 0 X 10 X 50 X 30 X 20 X 30 X 100 X 70 X 0 X 20 X 0 X 20 X 100 X 90 X 80 X 70 X 90 X 70 X 40 X 30 X 30 X 60 X 80 X 80 X +USW00023188198405ACSH 90 X 40 X 10 X 20 X 10 X 10 X 0 X 0 X 0 X 30 X 20 X 30 X 20 X 100 X 80 X 0 X 30 X 0 X 10 X 90 X 90 X 60 X 60 X 80 X 70 X 40 X 30 X 20 X 70 X 70 X 60 X +USW00023188198405AWND 33 X 33 X 31 X 36 X 41 X 36 X 32 X 30 X 26 X 41 X 34 X 32 X 33 X 36 X 38 X 34 X 30 X 30 X 30 X 36 X 44 X 34 X 38 X 34 X 40 X 34 X 31 X 42 X 32 X 34 X 38 X +USW00023188198405FMTM 1218 X 1429 X 1128 X 1428 X 1452 X 1258 X 1255 X 1106 X 1113 X 2225 X 1229 X 1449 X 1332 X 1716 X 1240 X 1137 X 1459 X 1410 X 1404 X 1736 X 2110 X 1503 X 1348 X 1304 X 1312 X 1812 X 1357 X 1532 X 1031 X 1513 X 1411 X +USW00023188198405PGTM 0916 X 1240 X 1345 X 1315 X 1421 X 1138 X 1147 X 1415 X 1425 X 2337 X 1438 X 1410 X 1317 X 1717 X 1236 X 1515 X 1115 X 1311 X 1506 X 1115 X 1547 X 1352 X 1330 X 1327 X 1306 X 1328 X 1425 X 1327 X 1037 X 1517 X 1251 X +USW00023188198405TSUN 620 X 681 X 729 X 752 X 683 X 730 X 819 X 820 X 821 X 698 X 773 X 787 X 791 X 6 X 448 X 832 X 685 X 834 X 810 X 97 X 163 X 462 X 430 X 326 X 327 X 595 X 674 X 758 X 601 X 385 X 460 X +USW00023188198405WDFG 225W X 270W X 315W X 315W X 315W X 225W X 315W X 315W X 225W X 180W X 225W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 225W X 180W X 180W X 270W X 225W X 225W X 225W X 270W X 315W X 270W X 225W X 225W X +USW00023188198405WDFM 225W X 315W X 315W X 315W X 315W X 225W X 180W X 315W X 315W X 180W X 225W X 225W X 315W X 315W X 270W X 225W X 225W X 225W X 225W X 225W X 225W X 225W X 315W X 225W X 225W X 315W X 270W X 315W X 270W X 225W X 225W X +USW00023188198405WSFG 87 X 77 X 67 X 87 X 98 X 72 X 67 X 67 X 67 X 67 X 67 X 72 X 67 X 77 X 93 X 67 X 72 X 72 X 72 X 77 X 77 X 77 X 82 X 77 X 87 X 77 X 67 X 93 X 72 X 72 X 77 X +USW00023188198405WSFM 45 X 58 X 54 X 54 X 58 X 49 X 49 X 49 X 54 X 54 X 45 X 49 X 49 X 58 X 58 X 49 X 45 X 49 X 54 X 45 X 49 X 49 X 54 X 58 X 63 X 54 X 49 X 76 X 54 X 45 X 54 X +USW00023188198405WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00023188198405WT08-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188198406TMAX 217 0 222 0 211 0 206 0 222 0 217 0 217 0 233 0 239 0 222 0 222 0 217 0 228 0 217 0 228 0 233 0 233 0 233 0 222 0 233 0 217 0 233 0 250 0 289 0 261 0 261 0 261 0 233 0 244 0 233 0-9999 +USW00023188198406TMIN 178 0 189 0 183 0 183 0 183 0 183 0 172 0 167 0 194 0 183 0 189 0 172 0 189 0 189 0 189 0 200 0 194 0 189 0 183 0 183 0 189 0 189 0 178 0 211 0 211 0 189 0 206 0 206 0 206 0 206 0-9999 +USW00023188198406PRCP 0 0 0 0 0T 0 0 0 3 0 0T 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198406ACMH 60 X 90 X 100 X 100 X 100 X 90 X 50 X 20 X 30 X 70 X 40 X 50 X 70 X 70 X 50 X 60 X 80 X 80 X 60 X 50 X 40 X 30 X 50 X 100 X 50 X 10 X 30 X 80 X 90 X 50 X-9999 +USW00023188198406ACSH 40 X 90 X 100 X 100 X 100 X 90 X 50 X 30 X 10 X 60 X 30 X 50 X 60 X 50 X 30 X 40 X 60 X 60 X 40 X 30 X 30 X 20 X 50 X 100 X 50 X 10 X 20 X 80 X 90 X 40 X-9999 +USW00023188198406AWND 35 X 37 X 35 X 34 X 45 X 41 X 35 X 31 X 38 X 57 X 39 X 36 X 38 X 41 X 43 X 38 X 33 X 36 X 36 X 34 X 36 X 35 X 45 X 44 X 36 X 37 X 32 X 36 X 35 X 38 X-9999 +USW00023188198406FMTM 1120 X 1238 X 1224 X 1343 X 1207 X 2036 X 1202 X 1506 X 2238 X 1402 X 1135 X 1405 X 1658 X 1345 X 1355 X 1305 X 1235 X 1441 X 1342 X 1222 X 1250 X 1515 X 1224 X 1536 X 1627 X 1748 X 1333 X 1253 X 1158 X 0510 X-9999 +USW00023188198406PGTM 1329 X 1235 X 1325 X 1409 X 1512 X 1734 X 1043 X 1658 X 2313 X 1352 X 1206 X 1446 X 1303 X 1341 X 1333 X 1430 X 1412 X 1506 X 1417 X 1326 X 1232 X 1409 X 1349 X 1637 X 1624 X 1748 X 1723 X 1723 X 1510 X 1346 X-9999 +USW00023188198406TSUN 560 X 146 X 15 X 0 X 31 X 123 X 586 X 797 X 774 X 476 X 745 X 599 X 507 X 569 X 588 X 502 X 427 X 350 X 569 X 651 X 742 X 781 X 574 X 15 X 431 X 781 X 678 X 467 X 676 X 506 X-9999 +USW00023188198406WDFG 225W X 270W X 270W X 270W X 225W X 270W X 225W X 270W X 180W X 225W X 270W X 225W X 225W X 270W X 270W X 315W X 225W X 270W X 225W X 270W X 180W X 270W X 315W X 315W X 315W X 315W X 225W X 180W X 225W X 180W X-9999 +USW00023188198406WDFM 225W X 225W X 225W X 225W X 225W X 315W X 225W X 225W X 180W X 225W X 270W X 225W X 315W X 225W X 270W X 315W X 225W X 225W X 225W X 225W X 180W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 225W X 180W X-9999 +USW00023188198406WSFG 77 X 77 X 72 X 72 X 72 X 77 X 82 X 72 X 77 X 118 X 77 X 77 X 103 X 82 X 93 X 103 X 72 X 67 X 77 X 77 X 72 X 67 X 82 X 93 X 67 X 72 X 57 X 62 X 62 X 62 X-9999 +USW00023188198406WSFM 49 X 54 X 49 X 45 X 54 X 58 X 54 X 54 X 67 X 85 X 54 X 49 X 58 X 54 X 63 X 67 X 54 X 45 X 49 X 49 X 49 X 45 X 67 X 85 X 54 X 63 X 49 X 45 X 45 X 45 X-9999 +USW00023188198406WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00023188198406WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 +USW00023188198406WT14-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198406WT16-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198407TMAX 244 0 267 0 261 0 261 0 244 0 256 0 294 0 300 0 294 0 294 0 289 0 267 0 294 0 294 0 322 0 294 0 300 0 283 0 289 0 272 0 261 0 239 0 267 0 267 0 278 0 283 0 272 0 278 0 272 0 267 0 267 0 +USW00023188198407TMIN 211 0 211 0 211 0 211 0 217 0 217 0 217 0 228 0 233 0 228 0 222 0 217 0 222 0 228 0 239 0 233 0 233 0 233 0 239 0 233 0 228 0 222 0 222 0 228 0 217 0 233 0 233 0 233 0 228 0 233 0 228 0 +USW00023188198407PRCP 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 +USW00023188198407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198407ACMH 80 X 70 X 40 X 20 X 60 X 70 X 30 X 20 X 10 X 10 X 10 X 10 X 30 X 80 X 70 X 20 X 60 X 70 X 40 X 70 X 90 X 100 X 40 X 50 X 10 X 70 X 80 X 70 X 20 X 60 X 50 X +USW00023188198407ACSH 70 X 70 X 40 X 10 X 40 X 70 X 40 X 30 X 10 X 10 X 10 X 0 X 20 X 100 X 70 X 20 X 70 X 70 X 20 X 60 X 90 X 100 X 40 X 30 X 0 X 80 X 60 X 70 X 30 X 50 X 30 X +USW00023188198407AWND 38 X 37 X 37 X 38 X 42 X 36 X 36 X 36 X 37 X 34 X 37 X 40 X 36 X 31 X 36 X 31 X 34 X 34 X 41 X 43 X 38 X 41 X 40 X 52 X 42 X 33 X 32 X 31 X 33 X 42 X 41 X +USW00023188198407FMTM 1159 X 1442 X 1236 X 1557 X 1351 X 1418 X 1241 X 1352 X 1254 X 1505 X 1252 X 1359 X 1328 X 1421 X 1206 X 1246 X 1047 X 1346 X 1522 X 1425 X 1320 X 1254 X 1337 X 1306 X 1411 X 1008 X 1422 X 1256 X 1248 X 1217 X 1636 X +USW00023188198407PGTM 1157 X 1427 X 1236 X 1558 X 1218 X 1421 X 1301 X 1405 X 1248 X 1509 X 1453 X 1407 X 1115 X 1425 X 1215 X 1518 X 1154 X 1228 X 1517 X 1352 X 1333 X 1328 X 1309 X 1322 X 1352 X 1000 X 1430 X 1327 X 1230 X 1252 X 1307 X +USW00023188198407TSUN 396 X 508 X 809 X 855 X 561 X 458 X 784 X 712 X 822 X 851 X 850 X 849 X 848 X 131 X 360 X 772 X 604 X 533 X 822 X 748 X 133 X 7 X 529 X 588 X 834 X 665 X 459 X 450 X 692 X 507 X 658 X +USW00023188198407WDFG 315W X 270W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 360W X 315W X 270W X 315W X 315W X 225W X 270W X 270W X 315W X 315W X 225W X 225W X 270W X 315W X 315W X 180W X 225W X 225W X 315W X 270W X 315W X +USW00023188198407WDFM 315W X 315W X 270W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 225W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 225W X 180W X 225W X 315W X 315W X 315W X +USW00023188198407WSFG 87 X 72 X 77 X 67 X 77 X 72 X 62 X 77 X 72 X 72 X 72 X 82 X 82 X 72 X 93 X 62 X 62 X 77 X 87 X 93 X 72 X 67 X 72 X 103 X 87 X 82 X 72 X 67 X 77 X 77 X 93 X +USW00023188198407WSFM 67 X 58 X 58 X 54 X 63 X 58 X 54 X 67 X 58 X 54 X 63 X 67 X 58 X 54 X 76 X 45 X 45 X 49 X 72 X 67 X 54 X 49 X 49 X 85 X 72 X 54 X 54 X 49 X 63 X 58 X 63 X +USW00023188198407WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198407WT08 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198407WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188198408TMAX 256 0 250 0 261 0 244 0 256 0 256 0 267 0 261 0 239 0 256 0 272 0 278 0 267 0 272 0 278 0 283 0 278 0 261 0 256 0 267 0 267 0 278 0 261 0 283 0 250 0 278 0 278 0 289 0 300 0 289 0 272 0 +USW00023188198408TMIN 211 0 211 0 222 0 217 0 211 0 206 0 211 0 222 0 222 0 217 0 217 0 228 0 222 0 228 0 233 0 233 0 239 0 239 0 239 0 239 0 239 0 233 0 228 0 228 0 233 0 233 0 228 0 239 0 244 0 239 0 228 0 +USW00023188198408PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 15 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198408ACMH 50 X 50 X 50 X 70 X 70 X 40 X 50 X 70 X 90 X 30 X 0 X 0 X 20 X 80 X 40 X 70 X 70 X 100 X 100 X 100 X 90 X 90 X 70 X 50 X 90 X 40 X 0 X 0 X 0 X 0 X 30 X +USW00023188198408ACSH 30 X 20 X 20 X 50 X 50 X 40 X 40 X 50 X 90 X 20 X 0 X 0 X 20 X 70 X 30 X 80 X 80 X 100 X 100 X 100 X 80 X 80 X 80 X 40 X 90 X 30 X 0 X 0 X 0 X 0 X 20 X +USW00023188198408AWND 38 X 34 X 32 X 33 X 32 X 35 X 36 X 42 X 37 X 31 X 30 X 34 X 36 X 31 X 32 X 36 X 31 X 34 X 30 X 36 X 45 X 37 X 31 X 35 X 35 X 38 X 43 X 44 X 40 X 33 X 34 X +USW00023188198408FMTM 1426 X 1306 X 1248 X 1421 X 1359 X 1846 X 1607 X 1506 X 1620 X 1229 X 2004 X 1211 X 1517 X 1236 X 1107 X 1337 X 1730 X 0101 X 1314 X 1322 X 1227 X 1413 X 1317 X 1428 X 1349 X 1328 X 1221 X 1349 X 1437 X 1634 X 1249 X +USW00023188198408PGTM 1255 X 1449 X 1231 X 1438 X 1440 X 1348 X 1330 X 1452 X 1628 X 1105 X 1527 X 1215 X 1512 X 1258 X 1152 X 1247 X 1512 X 1346 X 0915 X 1325 X 1229 X 1424 X 1305 X 1435 X 1315 X 1431 X 1236 X 1318 X 1205 X 1602 X 1357 X +USW00023188198408TSUN 591 X 628 X 648 X 423 X 385 X 522 X 556 X 486 X 113 X 746 X 809 X 807 X 806 X 298 X 777 X 688 X 175 X 89 X 0 X 60 X 223 X 277 X 245 X 557 X 196 X 507 X 780 X 778 X 776 X 774 X 621 X +USW00023188198408WDFG 315W X 180W X 225W X 225W X 225W X 270W X 315W X 315W X 225W X 225W X 270W X 270W X 315W X 225W X 225W X 315W X 315W X 270W X 225W X 270W X 315W X 315W X 315W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X +USW00023188198408WDFM 315W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 180W X 225W X 270W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X +USW00023188198408WSFG 82 X 67 X 77 X 67 X 67 X 72 X 77 X 82 X 72 X 67 X 62 X 77 X 82 X 67 X 67 X 87 X 62 X 62 X 72 X 72 X 87 X 77 X 67 X 72 X 67 X 82 X 82 X 98 X 77 X 72 X 67 X +USW00023188198408WSFM 58 X 45 X 49 X 45 X 49 X 45 X 58 X 67 X 49 X 45 X 45 X 54 X 67 X 49 X 49 X 67 X 54 X 45 X 45 X 49 X 76 X 67 X 49 X 49 X 45 X 72 X 67 X 80 X 63 X 54 X 49 X +USW00023188198408WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188198408WT08-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198408WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198408WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198409TMAX 244 0 272 0 294 0 306 0 328 0 317 0 294 0 378 0 317 0 267 0 267 0 272 0 278 0 272 0 300 0 322 0 317 0 328 0 317 0 283 0 239 0 250 0 256 0 256 0 267 0 272 0 272 0 289 0 283 0 267 0-9999 +USW00023188198409TMIN 222 0 217 0 233 0 244 0 244 0 228 0 228 0 239 0 256 0 244 0 239 0 239 0 239 0 244 0 244 0 244 0 256 0 250 0 250 0 233 0 228 0 228 0 222 0 217 0 200 0 228 0 228 0 222 0 228 0 211 0-9999 +USW00023188198409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198409ACMH 50 X 30 X 10 X 10 X 0 X 40 X 30 X 40 X 90 X 90 X 90 X 80 X 70 X 40 X 40 X 40 X 30 X 30 X 0 X 50 X 100 X 90 X 70 X 50 X 40 X 10 X 20 X 20 X 60 X 80 X-9999 +USW00023188198409ACSH 40 X 30 X 0 X 10 X 0 X 20 X 20 X 60 X 100 X 90 X 80 X 70 X 40 X 40 X 40 X 60 X 30 X 10 X 0 X 30 X 100 X 90 X 60 X 60 X 60 X 0 X 20 X 10 X 50 X 70 X-9999 +USW00023188198409AWND 46 X 30 X 41 X 36 X 28 X 34 X 31 X 28 X 33 X 43 X 59 X 36 X 44 X 45 X 35 X 31 X 37 X 37 X 39 X 37 X 42 X 33 X 34 X 32 X 40 X 38 X 44 X 29 X 30 X 34 X-9999 +USW00023188198409FMTM 1125 X 1123 X 1404 X 1254 X 1142 X 1237 X 1043 X 1117 X 0144 X 1157 X 1325 X 1253 X 1333 X 1443 X 1121 X 1408 X 1611 X 1604 X 1319 X 1514 X 0535 X 1412 X 1410 X 1528 X 1353 X 1119 X 1311 X 1326 X 1410 X 2345 X-9999 +USW00023188198409PGTM 1022 X 1136 X 1403 X 1257 X 1147 X 1607 X 1454 X 1156 X 0153 X 1400 X 1234 X 1218 X 1334 X 1422 X 1144 X 1548 X 1453 X 1211 X 1301 X 1409 X 1327 X 1342 X 1446 X 1423 X 1140 X 1207 X 1423 X 1327 X 1415 X 2355 X-9999 +USW00023188198409TSUN 565 X 549 X 765 X 765 X 762 X 642 X 698 X 738 X 445 X 261 X 337 X 562 X 486 X 524 X 635 X 549 X 636 X 714 X 719 X 554 X 2 X 263 X 450 X 339 X 428 X 701 X 660 X 673 X 575 X 456 X-9999 +USW00023188198409WDFG 225W X 225W X 315W X 315W X 360W X 180W X 180W X 315W X 180W X 180W X 180W X 225W X 270W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 180W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188198409WDFM 225W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 180W X 180W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188198409WSFG 82 X 67 X 82 X 82 X 67 X 62 X 62 X 82 X 77 X 93 X 113 X 72 X 87 X 82 X 87 X 82 X 67 X 82 X 87 X 82 X 67 X 67 X 72 X 77 X 87 X 87 X 103 X 72 X 62 X 67 X-9999 +USW00023188198409WSFM 58 X 45 X 67 X 76 X 49 X 45 X 45 X 63 X 67 X 67 X 76 X 54 X 72 X 67 X 76 X 54 X 54 X 72 X 72 X 63 X 54 X 45 X 49 X 54 X 72 X 72 X 89 X 54 X 49 X 49 X-9999 +USW00023188198409WT01 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188198409WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198409WT08 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188198409WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198409WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198410TMAX 228 0 239 0 239 0 233 0 233 0 244 0 256 0 239 0 228 0 233 0 228 0 239 0 278 0 228 0 239 0 244 0 211 0 217 0 217 0 206 0 217 0 239 0 256 0 250 0 278 0 244 0 194 0 206 0 217 0 217 0 211 0 +USW00023188198410TMIN 206 0 194 0 189 0 206 0 206 0 200 0 183 0 200 0 206 0 211 0 206 0 189 0 172 0 200 0 183 0 161 0 161 0 144 0 150 0 167 0 150 0 150 0 150 0 133 0 144 0 144 0 167 0 133 0 139 0 139 0 167 0 +USW00023188198410PRCP 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 15 0 0 0 0 0 0 0 0 0 56 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 +USW00023188198410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198410ACMH 60 X 60 X 40 X 100 X 50 X 40 X 30 X 70 X 70 X 90 X 90 X 30 X 20 X 70 X 60 X 40 X 60 X 10 X 70 X 70 X 40 X 0 X 10 X 30 X 0 X 30 X 80 X 0 X 50 X 60 X 50 X +USW00023188198410ACSH 60 X 60 X 40 X 100 X 60 X 30 X 20 X 40 X 40 X 90 X 100 X 30 X 20 X 90 X 80 X 40 X 50 X 10 X 90 X 80 X 80 X 0 X 0 X 40 X 0 X 40 X 80 X 0 X 80 X 60 X 40 X +USW00023188198410AWND 46 X 36 X 39 X 44 X 33 X 38 X 33 X 35 X 31 X 29 X 34 X 35 X 30 X 46 X 39 X 34 X 50 X 35 X 36 X 45 X 30 X 34 X 38 X 32 X 35 X 31 X 43 X 33 X 33 X 28 X 36 X +USW00023188198410FMTM 1206 X 1452 X 1254 X 1622 X 1232 X 1113 X 1330 X 1443 X 1352 X 1220 X 1321 X 1424 X 1202 X 1100 X 0928 X 1232 X 0422 X 1447 X 1534 X 1337 X 1641 X 1454 X 1505 X 1325 X 1426 X 2216 X 1420 X 1651 X 1210 X 2239 X 1613 X +USW00023188198410PGTM 1207 X 1545 X 1252 X 1508 X 1231 X 1103 X 1230 X 1444 X 1334 X 1239 X 1317 X 1433 X 1157 X 1103 X 1035 X 1453 X 1502 X 1503 X 1521 X 1323 X 1444 X 1337 X 1443 X 1327 X 1403 X 2237 X 1549 X 1657 X 1157 X 2252 X 1604 X +USW00023188198410TSUN 492 X 515 X 560 X 286 X 380 X 418 X 515 X 284 X 454 X 171 X 168 X 664 X 687 X 346 X 575 X 673 X 386 X 677 X 271 X 201 X 549 X 670 X 668 X 666 X 665 X 663 X 193 X 659 X 623 X 511 X 492 X +USW00023188198410WDFG 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 270W X 315W X 270W X 270W X 225W X 315W X 315W X 270W X 315W X 225W X 225W X 315W X 360W X 270W X 315W X +USW00023188198410WDFM 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X-9999 180W X 225W X 225W X 315W X 270W X 225W X 315W X 315W X 315W X 270W X 315W X 225W X 225W X 315W X 315W X 270W X 315W X +USW00023188198410WSFG 87 X 67 X 98 X 77 X 87 X 87 X 87 X 82 X 62 X 57 X 82 X 98 X 67 X 87 X 77 X 77 X 87 X 98 X 82 X 93 X 77 X 98 X 103 X 77 X 103 X 67 X 82 X 67 X 82 X 72 X 72 X +USW00023188198410WSFM 72 X 49 X 76 X 67 X 58 X 76 X 76 X 67 X 40 X 40 X 72 X 85 X 54 X 67 X 67 X 54 X 94 X 80 X 49 X 58 X 49 X 89 X 85 X 49 X 89 X 49 X 49 X 49 X 58 X 49 X 54 X +USW00023188198410WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 +USW00023188198410WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198410WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188198410WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198410WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188198411TMAX 228 0 239 0 222 0 217 0 200 0 206 0 206 0 200 0 206 0 217 0 250 0 200 0 200 0 200 0 194 0 172 0 194 0 183 0 206 0 228 0 167 0 167 0 172 0 167 0 167 0 172 0 194 0 172 0 183 0 194 0-9999 +USW00023188198411TMIN 139 0 139 0 144 0 150 0 161 0 172 0 150 0 161 0 139 0 122 0 133 0 128 0 161 0 139 0 133 0 139 0 144 0 144 0 122 0 106 0 128 0 117 0 94 0 100 0 122 0 94 0 83 0 122 0 106 0 89 0-9999 +USW00023188198411PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 66 0 0 0 0 0 0 0 0T 0 53 0 0 0 0 0 74 0 3 0 15 0 0 0 0 0 23 0 127 0 81 0 157 0 3 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00023188198411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198411ACMH 10 X 40 X 50 X 30 X 80 X 70 X 40 X 70 X 50 X 30 X 40 X 70 X 80 X 60 X 90 X 80 X 40 X 70 X 0 X 10 X 80 X 90 X 40 X 70 X 70 X 0 X 30 X 70 X 30 X 40 X-9999 +USW00023188198411ACSH 0 X 20 X 40 X 30 X 50 X 70 X 50 X 80 X 70 X 30 X 40 X 90 X 100 X 70 X 90 X 90 X 40 X 100 X 10 X 0 X 90 X 80 X 50 X 100 X 80 X 10 X 20 X 100 X 30 X 40 X-9999 +USW00023188198411AWND 34 X 35 X 35 X 25 X 31 X 34 X 38 X 45 X 35 X 31 X 31 X 38 X 46 X 37 X 34 X 26 X 32 X 32 X 26 X 24 X 30 X 36 X 35 X 50 X 41 X 28 X 28 X 38 X 31 X 24 X-9999 +USW00023188198411FMTM 1338 X 1422 X 1154 X 1313 X 1423 X 1357 X 1109 X 1054 X 1558 X 1415 X 1308 X 2337 X 0943 X 1513 X 1449 X 1450 X 1437 X 1345 X 1603 X 1203 X 0722 X 1538 X 1603 X 2044 X 0953 X 1514 X 1509 X 1632 X 1507 X 1604 X-9999 +USW00023188198411PGTM 1344 X 1415 X 1338 X 1333 X 1425 X 1400 X 1351 X 1105 X 1503 X 1433 X 1257 X 2353 X-9999 1522 X 1448 X 1038 X 1426 X 1836 X 1625 X 1225 X 2035 X 1535 X 1602 X 2044 X 1425 X 1401 X 1247 X 1632 X 1507 X 1209 X-9999 +USW00023188198411TSUN 652 X 552 X 515 X 418 X 460 X 401 X 440 X 236 X 580 X 631 X 611 X 387 X 171 X 584 X 511 X 204 X 419 X 116 X 624 X 622 X 79 X 229 X 417 X 0 X 227 X 595 X 592 X 76 X 503 X 582 X-9999 +USW00023188198411WDFG 315W X 315W X 225W X 225W X 225W X 315W X 225W X 180W X 315W X 315W X 270W X 135W X 270W X 315W X 270W X 225W X 315W X 135W X 315W X 225W X 180W X 45W X 315W X 225W X 270W X 270W X 315W X 315W X 315W X 225W X-9999 +USW00023188198411WDFM 315W X 315W X 315W X 225W X 225W X 315W X 270W X 180W X 315W X 315W X 315W X 180W X 180W X 315W X 315W X 225W X 315W X 225W X 315W X 225W X 315W X 45W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 45W X-9999 +USW00023188198411WSFG 87 X 103 X 82 X 62 X 67 X 77 X 77 X 93 X 77 X 82 X 108 X 82 X 98 X 87 X 82 X 72 X 93 X 77 X 62 X 67 X 82 X 103 X 82 X 139 X 82 X 72 X 62 X 129 X 87 X 57 X-9999 +USW00023188198411WSFM 72 X 76 X 54 X 36 X 40 X 54 X 45 X 67 X 58 X 63 X 76 X 54 X 72 X 72 X 63 X 40 X 58 X 45 X 54 X 40 X 63 X 67 X 63 X 107 X 67 X 49 X 40 X 98 X 72 X 36 X-9999 +USW00023188198411WT01 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188198411WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198411WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198411WT08 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188198411WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198411WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00023188198412TMAX 183 0 183 0 156 0 172 0 167 0 250 0 189 0 183 0 200 0 167 0 183 0 178 0 172 0 156 0 156 0 144 0 150 0 156 0 178 0 156 0 150 0 194 0 183 0 183 0 161 0 144 0 150 0 167 0 172 0 178 0 167 0 +USW00023188198412TMIN 122 0 94 0 128 0 89 0 128 0 111 0 133 0 139 0 117 0 139 0 133 0 133 0 106 0 56 0 67 0 94 0 61 0 100 0 122 0 117 0 78 0 83 0 72 0 67 0 67 0 89 0 128 0 111 0 122 0 83 0 83 0 +USW00023188198412PRCP 0 0 0 0 46 0 0 0 0 0 0 0 76 0 3 0 0 0 25 0 239 0 8 0 0 0 0 0 0 0 99 0 0 0 109 0 97 0 25 0 0 0 0 0 0 0 0 0 0 0 30 0 399 0 0T 0 0 0 0 0 0 0 +USW00023188198412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198412ACMH 20 X 30 X 80 X 20 X 100 X 50 X 100 X 50 X 60 X 100 X 60 X 80 X 10 X 0 X 20 X 50 X 60 X 100 X 60 X 40 X 10 X 40 X 10 X 30 X 20 X 100 X 100 X 70 X 40 X 0 X 0 X +USW00023188198412ACSH 30 X 20 X 100 X 20 X 100 X 30 X 100 X 50 X 90 X 100 X 70 X 80 X 0 X 0 X 10 X 50 X 80 X 100 X 30 X 40 X 30 X 70 X 30 X 50 X 0 X 100 X 100 X 70 X 40 X 0 X 0 X +USW00023188198412AWND 24 X 27 X 37 X 26 X 27 X 34 X 32 X 35 X 26 X 36 X 36 X 46 X 80 X 31 X 47 X 45 X 26 X 64 X 62 X 35 X 30 X 25 X 25 X 22 X 25 X 28 X 36 X 32 X 33 X 27 X 24 X +USW00023188198412FMTM 1456 X 1520 X 1459 X 1437 X 0619 X 1126 X 2346 X 0000 X 1502 X 2005 X 0742 X 2337 X 1318 X 1335 X 2352 X 0229 X 1347 X 1259 X 1745 X 0339 X 1502 X 1505 X 1418 X 1541 X 1324 X 2327 X 1531 X 1420 X 1605 X 1500 X 1409 X +USW00023188198412PGTM 1108 X 1209 X 1155 X 1428 X 0658 X 1243 X 2352 X 0001 X 1337 X 2019 X 0706 X 2338 X 0005 X 1246 X 2359 X 0325 X 1353 X 1305 X 1750 X 0347 X 1531 X 1522 X 1425 X 1528 X 1224 X 0932 X 1535 X 1426 X 1608 X 1502 X 1340 X +USW00023188198412TSUN 553 X 577 X 70 X 604 X 0 X 347 X 0 X 287 X 247 X 0 X 160 X 132 X 602 X 601 X 591 X 487 X 511 X 5 X 489 X 566 X 590 X 520 X 447 X 600 X 600 X 0 X 0 X 265 X 342 X 601 X 602 X +USW00023188198412WDFG 180W X 180W X 90W X 225W X 90W X 45W X 225W X 270W X 225W X 180W X 45W X 315W X 315W X 315W X 180W X 135W X 225W X 180W X 180W X 180W X 315W X 315W X 315W X 315W X 225W X 90W X 135W X 270W X 315W X 315W X 180W X +USW00023188198412WDFM 270W X 315W X 360W X 225W X 45W X 180W X 180W X 270W X 315W X 180W X 45W X 315W X 315W X 315W X 180W X 180W X 270W X 135W X 225W X 180W X 315W X 315W X 315W X 315W X 180W X 360W X 135W X 270W X 315W X 315W X 180W X +USW00023188198412WSFG 62 X 62 X 93 X 67 X 57 X 93 X 123 X 93 X 57 X 72 X 82 X 180 X 175 X 87 X 113 X 149 X 62 X 164 X 134 X 82 X 77 X 62 X 67 X 67 X 62 X 51 X 87 X 72 X 82 X 77 X 67 X +USW00023188198412WSFM 31 X 45 X 54 X 40 X 40 X 63 X 63 X 54 X 40 X 49 X 58 X 139 X 143 X 63 X 76 X 121 X 36 X 107 X 112 X 63 X 67 X 49 X 54 X 54 X 40 X 27 X 58 X 49 X 63 X 63 X 31 X +USW00023188198412WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 +USW00023188198412WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188198412WT08 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 +USW00023188198412WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198412WT16-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198501TMAX 194 0 200 0 211 0 228 0 222 0 189 0 161 0 161 0 161 0 167 0 200 0 206 0 189 0 206 0 194 0 189 0 200 0 189 0 167 0 150 0 156 0 172 0 189 0 194 0 194 0 178 0 161 0 156 0 150 0 156 0 150 0 +USW00023188198501TMIN 72 0 72 0 67 0 72 0 67 0 122 0 122 0 133 0 106 0 94 0 72 0 72 0 83 0 72 0 78 0 100 0 78 0 78 0 128 0 133 0 139 0 128 0 117 0 89 0 100 0 117 0 122 0 100 0 89 0 94 0 67 0 +USW00023188198501PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 38 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 8 0 69 0 0 0 8 0 0 0 +USW00023188198501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198501ACMH 0 X 0 X 0 X 30 X 70 X 100 X 100 X 80 X 40 X 40 X 0 X 0 X 0 X 0 X 10 X 20 X 0 X 30 X 60 X 100 X 100 X 70 X 20 X 30 X 80 X 70 X 60 X 90 X 60 X 50 X 20 X +USW00023188198501ACSH 0 X 0 X 10 X 50 X 70 X 100 X 100 X 80 X 50 X 60 X 10 X 0 X 0 X 10 X 0 X 10 X 0 X 10 X 40 X 100 X 100 X 90 X 0 X 40 X 100 X 60 X 90 X 100 X 90 X 70 X 20 X +USW00023188198501AWND 30 X 30 X 28 X 30 X 29 X 25 X 42 X 49 X 27 X 31 X 31 X 41 X 35 X 42 X 30 X 31 X 32 X 32 X 33 X 28 X 34 X 30 X 29 X 23 X 26 X 35 X 39 X 47 X 38 X 40 X 44 X +USW00023188198501FMTM 1616 X 1419 X 1353 X 1148 X 1323 X 1600 X 2316 X 1124 X 1440 X 1236 X 1454 X 1521 X 1438 X 1204 X 1347 X 1537 X 1355 X 1542 X 1429 X 0842 X 1443 X 1155 X 1604 X 1510 X 1316 X 1343 X 1456 X 1728 X 0200 X 0719 X 1700 X +USW00023188198501PGTM 1505 X 1455 X 1050 X 1128 X 1329 X 1549 X 2317 X 0912 X 1435 X 0802 X 1503 X 1448 X 1427 X 1051 X 1357 X 1348 X 1509 X 1523 X 1459 X 1306 X 1327 X 1219 X 1432 X 1408 X 1317 X 1415 X 1456 X 1905 X 0145 X 0719 X 0848 X +USW00023188198501TSUN 603 X 603 X 604 X 604 X 585 X 19 X 0 X 324 X 287 X 356 X 611 X 611 X 612 X 613 X 614 X 615 X 616 X 617 X 579 X 1 X 0 X 301 X 600 X 603 X 487 X 493 X 446 X 61 X 254 X 351 X 555 X +USW00023188198501WDFG 315W X 315W X 315W X 315W X 315W X 270W X 180W X 315W X 225W X 135W X 315W X 45W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 225W X 180W X 180W X 315W X 315W X 315W X 225W X 225W X 180W X 315W X 225W X 135W X +USW00023188198501WDFM 315W X 315W X 315W X 45W X 315W X 270W X 180W X 315W X 225W X 225W X 315W X 45W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 45W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 180W X 315W X 225W X 315W X +USW00023188198501WSFG 62 X 62 X 67 X 67 X 72 X 67 X 103 X 123 X 62 X 82 X 93 X 113 X 87 X 103 X 62 X 67 X 72 X 72 X 72 X 62 X 77 X 77 X 77 X 72 X 67 X 82 X 93 X 129 X 72 X 103 X 93 X +USW00023188198501WSFM 54 X 45 X 45 X 54 X 58 X 27 X 67 X 72 X 36 X 40 X 76 X 72 X 72 X 76 X 40 X 54 X 58 X 54 X 45 X 31 X 31 X 45 X 58 X 49 X 45 X 49 X 54 X 76 X 45 X 72 X 58 X +USW00023188198501WT01 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 +USW00023188198501WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 +USW00023188198501WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198501WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 +USW00023188198502TMAX 139 0 144 0 150 0 144 0 144 0 156 0 161 0 167 0 139 0 167 0 217 0 250 0 278 0 289 0 272 0 211 0 156 0 161 0 167 0 150 0 183 0 172 0 194 0 217 0 178 0 167 0 167 0 156 0-9999 -9999 -9999 +USW00023188198502TMIN 50 0 94 0 89 0 83 0 44 0 89 0 72 0 94 0 100 0 72 0 72 0 83 0 106 0 117 0 106 0 117 0 117 0 139 0 139 0 111 0 83 0 100 0 100 0 94 0 94 0 117 0 122 0 117 0-9999 -9999 -9999 +USW00023188198502PRCP 0T 0 79 0 8 0 30 0 0 0 0 0 0 0 0T 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198502ACMH 20 X 80 X 70 X 60 X 30 X 40 X 30 X 90 X 70 X 20 X 30 X 0 X 10 X 0 X 0 X 30 X 100 X 100 X 100 X 90 X 0 X 40 X 10 X 10 X 40 X 50 X 70 X 70 X-9999 -9999 -9999 +USW00023188198502ACSH 20 X 80 X 60 X 70 X 30 X 60 X 40 X 100 X 100 X 40 X 60 X 0 X 10 X 10 X 0 X 30 X 100 X 100 X 100 X 90 X 0 X 50 X 10 X 0 X 20 X 50 X 80 X 100 X-9999 -9999 -9999 +USW00023188198502AWND 42 X 59 X 51 X 42 X 41 X 40 X 42 X 40 X 56 X 42 X 22 X 25 X 25 X 25 X 20 X 25 X 33 X 27 X 37 X 42 X 28 X 33 X 29 X 29 X 33 X 28 X 28 X 33 X-9999 -9999 -9999 +USW00023188198502FMTM 1402 X 1247 X 1556 X 1015 X 1505 X 1251 X 1500 X 1357 X 1035 X 1358 X 1510 X 1526 X 1512 X 1349 X 1551 X 1614 X 1256 X 1423 X 1541 X 1330 X 1322 X 1422 X 1612 X 1430 X 1336 X 1403 X 1326 X 1206 X-9999 -9999 -9999 +USW00023188198502PGTM 1439 X 1253 X 1552 X 1030 X 1506 X 1259 X 1204 X 1400 X 1117 X 1412 X 1526 X 1543 X 1355 X 1505 X 1614 X 1452 X 1224 X 1449 X 1259 X 1355 X 1324 X 1415 X 1406 X 1426 X 1327 X 1313 X 1342 X 1207 X-9999 -9999 -9999 +USW00023188198502TSUN 637 X 203 X 342 X 236 X 630 X 582 X 648 X 300 X 14 X 653 X 641 X 656 X 658 X 660 X 662 X 575 X 88 X 178 X 33 X 86 X 673 X 657 X 677 X 679 X 562 X 453 X 568 X 105 X-9999 -9999 -9999 +USW00023188198502WDFG 225W X 270W X 225W X 315W X 270W X 225W X 225W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X 315W X 225W X 225W X 225W X 315W X 315W X 270W X 225W X 225W X 315W X-9999 -9999 -9999 +USW00023188198502WDFM 225W X 270W X 225W X 315W X 315W X 225W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 270W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 270W X 315W X-9999 -9999 -9999 +USW00023188198502WSFG 82 X 144 X 113 X 103 X 82 X 82 X 98 X 82 X 123 X 93 X 67 X 77 X 67 X 77 X 57 X 62 X 62 X 62 X 77 X 103 X 77 X 72 X 82 X 87 X 77 X 67 X 72 X 72 X-9999 -9999 -9999 +USW00023188198502WSFM 36 X 76 X 72 X 76 X 63 X 45 X 67 X 63 X 76 X 67 X 58 X 72 X 54 X 67 X 45 X 36 X 36 X 40 X 54 X 76 X 49 X 45 X 67 X 76 X 58 X 36 X 49 X 54 X-9999 -9999 -9999 +USW00023188198502WT01-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198502WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198502WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198502WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198502WT16 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198503TMAX 161 0 156 0 150 0 161 0 161 0 156 0 183 0 172 0 189 0 211 0 183 0 178 0 183 0 183 0 189 0 183 0 189 0 167 0 189 0 194 0 178 0 189 0 239 0 222 0 172 0 172 0 156 0 161 0 178 0 211 0 233 0 +USW00023188198503TMIN 122 0 94 0 72 0 72 0 72 0 89 0 89 0 100 0 111 0 139 0 144 0 128 0 106 0 144 0 139 0 128 0 128 0 139 0 122 0 106 0 144 0 133 0 122 0 122 0 139 0 139 0 128 0 128 0 106 0 89 0 106 0 +USW00023188198503PRCP 0 0 43 0 23 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 71 0 5 0 0 0 0 0 0 0 +USW00023188198503SNOW 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198503ACMH 100 X 70 X 20 X 0 X 70 X 70 X 50 X 100 X 100 X 90 X 90 X 20 X 50 X 80 X 80 X 70 X 60 X 70 X 30 X 10 X 70 X 40 X 0 X 10 X 90 X 80 X 100 X 70 X 10 X 0 X 0 X +USW00023188198503ACSH 100 X 60 X 20 X 0 X 90 X 70 X 40 X 100 X 100 X 80 X 90 X 20 X 30 X 70 X 70 X 90 X 40 X 70 X 20 X 10 X 70 X 40 X 0 X 0 X 90 X 80 X 100 X 70 X 0 X 0 X 0 X +USW00023188198503AWND 29 X 76 X 34 X 29 X 31 X 36 X 37 X 37 X 31 X 35 X 38 X 37 X 31 X 27 X 36 X 37 X 42 X 54 X 34 X 36 X 30 X 31 X 20 X 25 X 42 X 42 X 49 X 66 X 45 X 29 X 30 X +USW00023188198503FMTM 2314 X 1522 X 0046 X 1315 X 2217 X 1158 X 1552 X 1330 X 1351 X 1425 X 1453 X 1239 X 1309 X 1519 X 1559 X 1840 X 1330 X 1641 X 0105 X 1417 X 1543 X 1544 X 1512 X 1030 X 1307 X 1804 X 1039 X 1358 X 1556 X 1642 X 1543 X +USW00023188198503PGTM 2238 X 1520 X 0033 X 1300 X 2213 X 1257 X 1543 X 1317 X 1552 X 1432 X 1530 X 1329 X 1432 X 1616 X 1402 X 1354 X 1237 X 1542 X 1514 X 1456 X 1330 X 1547 X 1640 X 1314 X 1148 X 1737 X 1137 X 1404 X 1547 X 1405 X 1447 X +USW00023188198503TSUN 0 X 390 X 633 X 695 X 318 X 500 X 645 X 12 X 76 X 441 X 376 X 601 X 475 X 82 X 231 X 168 X 597 X 427 X 564 X 617 X 210 X 561 X 733 X 735 X 166 X 607 X 0 X 123 X 745 X 747 X 750 X +USW00023188198503WDFG 225W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 270W X 315W X 315W X 315W X 225W X 315W X 225W X 315W X 180W X 225W X 225W X 270W X 225W X 270W X 315W X 315W X 315W X +USW00023188198503WDFM 225W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 270W X 315W X 315W X 315W X +USW00023188198503WSFG 72 X 185 X 98 X 72 X 82 X 87 X 87 X 82 X 72 X 103 X 82 X 93 X 93 X 67 X 82 X 77 X 98 X 118 X 82 X 87 X 72 X 72 X 62 X 67 X 93 X 82 X 103 X 144 X 108 X 87 X 87 X +USW00023188198503WSFM 45 X 121 X 67 X 45 X 67 X 67 X 72 X 72 X 63 X 85 X 63 X 58 X 58 X 45 X 63 X 67 X 76 X 94 X 63 X 63 X 54 X 58 X 36 X 58 X 58 X 58 X 76 X 94 X 94 X 72 X 72 X +USW00023188198503WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00023188198503WT04-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198503WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198503WT14-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188198503WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188198504TMAX 306 0 311 0 233 0 183 0 178 0 167 0 194 0 194 0 183 0 189 0 194 0 206 0 222 0 200 0 194 0 206 0 189 0 172 0 194 0 178 0 183 0 183 0 211 0 256 0 222 0 228 0 239 0 206 0 194 0 206 0-9999 +USW00023188198504TMIN 128 0 150 0 150 0 150 0 161 0 156 0 150 0 139 0 144 0 133 0 144 0 128 0 122 0 128 0 144 0 156 0 144 0 144 0 150 0 144 0 139 0 150 0 139 0 144 0 156 0 128 0 139 0 150 0 133 0 150 0-9999 +USW00023188198504PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 64 0 0T 0 0 0 0T 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198504ACMH 0 X 30 X 80 X 90 X 100 X 100 X 70 X 80 X 80 X 40 X 40 X 40 X 40 X 60 X 90 X 60 X 80 X 80 X 70 X 100 X 100 X 70 X 20 X 30 X 60 X 0 X 20 X 20 X 60 X 40 X-9999 +USW00023188198504ACSH 0 X 40 X 80 X 80 X 100 X 100 X 60 X 70 X 60 X 30 X 30 X 20 X 10 X 30 X 90 X 50 X 70 X 80 X 50 X 100 X 100 X 80 X 20 X 50 X 80 X 0 X 40 X 10 X 70 X 20 X-9999 +USW00023188198504AWND 28 X 31 X 32 X 44 X 35 X 45 X 40 X 34 X 36 X 40 X 38 X 35 X 31 X 28 X 39 X 38 X 42 X 46 X 34 X 46 X 50 X 34 X 38 X 30 X 46 X 36 X 33 X 42 X 42 X 43 X-9999 +USW00023188198504FMTM 1625 X 1324 X 1408 X 2209 X 1357 X 1636 X 1451 X 1459 X 1320 X 1342 X 1715 X 1740 X 0824 X 1148 X 1931 X 1142 X 1507 X 1523 X 1329 X 2018 X 1208 X 0217 X 1517 X 1617 X 1333 X 1558 X 1449 X 2024 X 1624 X 1330 X-9999 +USW00023188198504PGTM 1903 X 1515 X 2352 X 1700 X 1357 X 1633 X 1328 X 1505 X 1350 X 1343 X 1520 X 1141 X 1310 X 1301 X 1316 X 1319 X 1719 X 1540 X 1330 X 2249 X 1906 X 1418 X 1324 X 1617 X 1336 X 1344 X 1617 X 1605 X 1203 X 1223 X-9999 +USW00023188198504TSUN 752 X 753 X 719 X 605 X 0 X 0 X 124 X 241 X 272 X 501 X 594 X 682 X 742 X 709 X 696 X 628 X 411 X 221 X 623 X 235 X 169 X 190 X 702 X 723 X 775 X 799 X 781 X 711 X 621 X 695 X-9999 +USW00023188198504WDFG 45W X 315W X 180W X 180W X 225W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 270W X 225W X 270W X 270W X 225W X 315W X 315W X 225W X 315W X 315W X 270W X 315W X 315W X-9999 +USW00023188198504WDFM 315W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188198504WSFG 72 X 72 X 72 X 77 X 67 X 77 X 82 X 77 X 82 X 87 X 82 X 72 X 62 X 72 X 72 X 77 X 82 X 93 X 82 X 82 X 93 X 67 X 87 X 87 X 82 X 103 X 87 X 82 X 93 X 103 X-9999 +USW00023188198504WSFM 63 X 67 X 54 X 49 X 40 X 63 X 63 X 67 X 76 X 72 X 58 X 49 X 49 X 45 X 54 X 49 X 54 X 58 X 54 X 67 X 54 X 54 X 67 X 72 X 63 X 80 X 76 X 49 X 76 X 76 X-9999 +USW00023188198504WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00023188198504WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198504WT08-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00023188198504WT14-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198504WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198505TMAX 217 0 200 0 194 0 189 0 194 0 200 0 194 0 200 0 178 0 189 0 189 0 194 0 217 0 217 0 194 0 206 0 206 0 200 0 194 0 200 0 217 0 228 0 217 0 211 0 183 0 200 0 211 0 217 0 217 0 217 0 194 0 +USW00023188198505TMIN 150 0 161 0 156 0 161 0 161 0 161 0 156 0 156 0 156 0 150 0 150 0 156 0 139 0 144 0 156 0 167 0 161 0 156 0 161 0 161 0 172 0 167 0 172 0 172 0 172 0 172 0 172 0 167 0 172 0 172 0 167 0 +USW00023188198505PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00023188198505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198505ACMH 40 X 80 X 60 X 90 X 90 X 60 X 60 X 100 X 90 X 60 X 70 X 60 X 0 X 20 X 80 X 50 X 40 X 60 X 90 X 90 X 70 X 90 X 70 X 80 X 100 X 80 X 50 X 60 X 100 X 80 X 60 X +USW00023188198505ACSH 20 X 60 X 40 X 80 X 80 X 50 X 50 X 100 X 90 X 60 X 50 X 50 X 0 X 10 X 70 X 40 X 40 X 40 X 80 X 90 X 60 X 90 X 40 X 70 X 100 X 70 X 40 X 40 X 100 X 80 X 50 X +USW00023188198505AWND 32 X 34 X 41 X 52 X 49 X 39 X 45 X 52 X 41 X 54 X 42 X 39 X 35 X 36 X 36 X 38 X 57 X 35 X 42 X 37 X 41 X 31 X 34 X 35 X 37 X 37 X 38 X 41 X 37 X 41 X 43 X +USW00023188198505FMTM 1322 X 1232 X 1231 X 2152 X 1249 X 1347 X 1414 X 1349 X 0204 X 1259 X 1441 X 1621 X 1322 X 1150 X 1421 X 1514 X 1519 X 1312 X 1438 X 1234 X 1151 X 1148 X 1327 X 1355 X 0529 X 1133 X 1401 X 1556 X 1601 X 1439 X 0358 X +USW00023188198505PGTM 1332 X 1552 X 1315 X 2141 X 0518 X 1312 X 1343 X 1442 X 0156 X 1508 X 1502 X 1623 X 1309 X 1338 X 1437 X 1528 X 1303 X 1332 X 1432 X 1240 X 1121 X 1152 X 1351 X 1328 X 1606 X 1238 X 1413 X 1556 X 1607 X 1330 X 1542 X +USW00023188198505TSUN 693 X 582 X 367 X 276 X 245 X 350 X 538 X 703 X 99 X 494 X 468 X 415 X 819 X 829 X 455 X 569 X 606 X 522 X 24 X 233 X 508 X 371 X 591 X 491 X 12 X 366 X 535 X 618 X 378 X 444 X 413 X +USW00023188198505WDFG 315W X 225W X 225W X 180W X 225W X 270W X 315W X 315W X 315W X 225W X 225W X 270W X 315W X 315W X 180W X 225W X 315W X 225W X 225W X 270W X 315W X 315W X 225W X 225W X 225W X 270W X 270W X 315W X 315W X 225W X 270W X +USW00023188198505WDFM 315W X 225W X 225W X 180W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 180W X 180W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 225W X 225W X +USW00023188198505WSFG 72 X 77 X 77 X 87 X 87 X 82 X 113 X 113 X 93 X 103 X 93 X 77 X 87 X 87 X 82 X 77 X 123 X 82 X 82 X 87 X 93 X 77 X 77 X 72 X 67 X 93 X 87 X 98 X 72 X 98 X 82 X +USW00023188198505WSFM 45 X 49 X 45 X 72 X 58 X 54 X 76 X 80 X 72 X 72 X 54 X 54 X 76 X 72 X 54 X 49 X 85 X 45 X 49 X 63 X 67 X 58 X 45 X 40 X 45 X 58 X 54 X 67 X 54 X 67 X 63 X +USW00023188198505WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198505WT08 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198505WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198505WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00023188198506TMAX 194 0 200 0 200 0 222 0 217 0 267 0 250 0 256 0 233 0 211 0 211 0 217 0 228 0 222 0 217 0 222 0 233 0 233 0 228 0 222 0 222 0 233 0 228 0 228 0 228 0 228 0 267 0 256 0 250 0 356 0-9999 +USW00023188198506TMIN 161 0 150 0 172 0 172 0 167 0 167 0 172 0 178 0 183 0 183 0 183 0 178 0 172 0 183 0 183 0 183 0 189 0 189 0 183 0 178 0 189 0 183 0 194 0 189 0 183 0 178 0 167 0 167 0 172 0 200 0-9999 +USW00023188198506PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198506ACMH 60 X 60 X 70 X 50 X 30 X 30 X 30 X 60 X 60 X 100 X 100 X 90 X 60 X 50 X 60 X 70 X 50 X 70 X 60 X 60 X 40 X 30 X 70 X 70 X 50 X 30 X 70 X 30 X 70 X 20 X-9999 +USW00023188198506ACSH 50 X 50 X 60 X 30 X 10 X 20 X 10 X 30 X 40 X 100 X 100 X 90 X 50 X 30 X 40 X 50 X 30 X 40 X 30 X 40 X 40 X 30 X 60 X 50 X 50 X 20 X 80 X 20 X 80 X 30 X-9999 +USW00023188198506AWND 39 X 43 X 46 X 35 X 34 X 33 X 28 X 30 X 32 X 42 X 36 X 31 X 36 X 33 X 34 X 30 X 39 X 46 X 42 X 36 X 36 X 38 X 46 X 46 X 46 X 45 X 38 X 39 X 39 X 37 X-9999 +USW00023188198506FMTM 1422 X 2150 X 0109 X 1415 X 1042 X 1639 X 1343 X 1058 X 1516 X 1339 X 1135 X 1556 X 1514 X 1300 X 1352 X 1504 X 1812 X 1317 X 1549 X 1450 X 1248 X 1207 X 1154 X 1715 X 1532 X 1309 X 1257 X 1241 X 1542 X 1131 X-9999 +USW00023188198506PGTM 1324 X 2004 X 0348 X 1329 X 1122 X 1636 X 1354 X 1155 X 1908 X 1356 X 1305 X 1626 X 1439 X 1406 X 1204 X 1523 X 1700 X 1304 X 1404 X 1512 X 1314 X 1231 X 1258 X 1527 X 1448 X 1033 X 1259 X 1236 X 1541 X 1255 X-9999 +USW00023188198506TSUN 404 X 623 X 492 X 737 X 820 X 757 X 828 X 718 X 662 X 271 X 119 X 175 X 451 X 631 X 580 X 590 X 640 X 551 X 794 X 610 X 601 X 639 X 525 X 347 X 489 X 761 X 596 X 722 X 823 X 857 X-9999 +USW00023188198506WDFG 225W X 270W X 270W X 270W X 225W X 315W X 225W X 315W X 180W X 225W X 225W X 315W X 270W X 225W X 225W X 225W X 270W X 315W X 315W X 270W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188198506WDFM 225W X 315W X 315W X 225W X 225W X 315W X 225W X 315W X 180W X 180W X 225W X 270W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188198506WSFG 98 X 82 X 82 X 72 X 77 X 72 X 72 X 67 X 62 X 93 X 82 X 72 X 82 X 72 X 72 X 62 X 77 X 103 X 87 X 77 X 77 X 93 X 93 X 98 X 87 X 87 X 108 X 93 X 72 X 87 X-9999 +USW00023188198506WSFM 54 X 58 X 67 X 49 X 49 X 58 X 45 X 54 X 45 X 58 X 58 X 45 X 63 X 49 X 40 X 40 X 54 X 76 X 63 X 49 X 49 X 67 X 72 X 76 X 63 X 67 X 80 X 76 X 63 X 72 X-9999 +USW00023188198506WT01-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188198506WT02-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188198506WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188198506WT14-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198506WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198507TMAX 350 0 344 0 306 0 228 0 239 0 233 0 250 0 267 0 350 0 317 0 289 0 261 0 244 0 256 0 244 0 261 0 256 0 267 0 272 0 283 0 261 0 250 0 244 0 239 0 261 0 289 0 272 0 250 0 250 0 250 0 250 0 +USW00023188198507TMIN 228 0 228 0 217 0 189 0 194 0 200 0 200 0 206 0 206 0 228 0 222 0 217 0 211 0 206 0 211 0 217 0 211 0 211 0 222 0 228 0 217 0 211 0 211 0 211 0 217 0 206 0 217 0 211 0 211 0 206 0 211 0 +USW00023188198507PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198507ACMH 0 X 10 X 40 X 80 X 90 X 80 X 30 X 70 X 60 X 70 X 20 X 30 X 50 X 70 X 90 X 90 X 80 X 70 X 20 X 0 X 40 X 60 X 60 X 80 X 30 X 10 X 10 X 50 X 50 X 40 X 60 X +USW00023188198507ACSH 0 X 0 X 50 X 80 X 90 X 70 X 20 X 70 X 70 X 70 X 20 X 20 X 30 X 80 X 100 X 90 X 90 X 90 X 30 X 0 X 20 X 40 X 30 X 70 X 20 X 0 X 0 X 20 X 20 X 20 X 30 X +USW00023188198507AWND 41 X 35 X 35 X 43 X 33 X 32 X 32 X 33 X 44 X 31 X 38 X 38 X 28 X 34 X 32 X 31 X 36 X 36 X 37 X 40 X 38 X 34 X 34 X 42 X 32 X 47 X 42 X 41 X 39 X 34 X 31 X +USW00023188198507FMTM 1505 X 1628 X 1218 X 0938 X 1312 X 1351 X 1342 X 1215 X 1115 X 1538 X 1128 X 1247 X 1154 X 1045 X 1459 X 1404 X 1253 X 1539 X 1035 X 1318 X 1558 X 1640 X 1208 X 0705 X 1343 X 1619 X 1420 X 1730 X 1712 X 1549 X 1714 X +USW00023188198507PGTM 1537 X 1630 X 1227 X 0937 X 1320 X 1608 X 1409 X 1328 X 1116 X 1544 X 1119 X 1249 X 1103 X 1245 X 1512 X 1402 X 1257 X 1554 X 1143 X 1312 X 1311 X 1251 X 1107 X 1344 X 1233 X 1617 X 1438 X 1215 X 1154 X 1151 X 1546 X +USW00023188198507TSUN 857 X 855 X 790 X 387 X 296 X 349 X 709 X 819 X 702 X 682 X 820 X 779 X 729 X 760 X 104 X 579 X 477 X 406 X 815 X 841 X 714 X 572 X 608 X 307 X 714 X 834 X 808 X 731 X 700 X 640 X 574 X +USW00023188198507WDFG 315W X 315W X 315W X 225W X 225W X 180W X 270W X 315W X 225W X 315W X 315W X 315W X 270W X 225W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 270W X 315W X 225W X 270W X +USW00023188198507WDFM 315W X 315W X 315W X 225W X 225W X 225W X 270W X 315W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 180W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188198507WSFG 82 X 77 X 67 X 93 X 82 X 82 X 72 X 82 X 134 X 82 X 87 X 87 X 77 X 72 X 77 X 72 X 72 X 77 X 82 X 93 X 82 X 77 X 72 X 72 X 72 X 93 X 93 X 87 X 87 X 77 X 72 X +USW00023188198507WSFM 63 X 63 X 49 X 63 X 54 X 45 X 45 X 67 X 94 X 63 X 76 X 72 X 49 X 49 X 63 X 49 X 54 X 63 X 63 X 76 X 63 X 58 X 40 X 45 X 49 X 76 X 80 X 58 X 63 X 54 X 54 X +USW00023188198507WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188198507WT02-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198507WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198507WT08-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00023188198508TMAX 250 0 256 0 261 0 256 0 256 0 256 0 239 0 228 0 239 0 233 0 228 0 228 0 239 0 239 0 239 0 217 0 211 0 239 0 239 0 233 0 239 0 256 0 272 0 294 0 317 0 283 0 289 0 256 0 283 0 322 0 289 0 +USW00023188198508TMIN 200 0 194 0 206 0 189 0 200 0 194 0 200 0 200 0 200 0 206 0 200 0 183 0 189 0 183 0 183 0 194 0 183 0 194 0 189 0 183 0 178 0 178 0 172 0 194 0 206 0 194 0 194 0 200 0 200 0 211 0 206 0 +USW00023188198508PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198508ACMH 20 X 30 X 30 X 20 X 30 X 60 X 50 X 50 X 50 X 70 X 50 X 60 X 40 X 30 X 40 X 100 X 100 X 60 X 40 X 40 X 40 X 10 X 0 X 10 X 10 X 20 X 60 X 40 X 20 X 20 X 50 X +USW00023188198508ACSH 20 X 30 X 20 X 20 X 20 X 50 X 40 X 30 X 30 X 40 X 30 X 40 X 20 X 10 X 30 X 100 X 100 X 40 X 30 X 30 X 30 X 0 X 0 X 10 X 10 X 10 X 20 X 10 X 10 X 10 X 40 X +USW00023188198508AWND 34 X 33 X 39 X 42 X 41 X 31 X 28 X 30 X 31 X 34 X 36 X 35 X 46 X 46 X 41 X 35 X 40 X 41 X 34 X 33 X 34 X 42 X 37 X 33 X 35 X 33 X 30 X 34 X 28 X 30 X 31 X +USW00023188198508FMTM 1131 X 1338 X 1558 X 1255 X 1405 X 1250 X 1323 X 1207 X 1437 X 1349 X 1400 X 1339 X 1600 X 1421 X 1230 X 1156 X 1708 X 1252 X 1655 X 1154 X 1259 X 1441 X 1207 X 1449 X 1504 X 1357 X 1353 X 1326 X 1421 X 1410 X 1437 X +USW00023188198508PGTM 1036 X 1247 X 1144 X 1348 X 1445 X 1556 X 1318 X 1130 X 1415 X 1131 X 1502 X 1334 X 1042 X 1352 X 1303 X 1408 X 1228 X 1236 X 1428 X 1402 X 1144 X 1417 X 1324 X 1205 X 1502 X 1219 X 0924 X 1328 X 1438 X 1333 X 1047 X +USW00023188198508TSUN 750 X 623 X 688 X 722 X 724 X 708 X 602 X 552 X 597 X 517 X 587 X 567 X 644 X 787 X 689 X 0 X 0 X 459 X 599 X 606 X 662 X 756 X 788 X 758 X 783 X 776 X 670 X 745 X 755 X 755 X 751 X +USW00023188198508WDFG 225W X 270W X 270W X 315W X 315W X 225W X 180W X 225W X 225W X 225W X 270W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 180W X 315W X 180W X +USW00023188198508WDFM 225W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 270W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 180W X 315W X 180W X +USW00023188198508WSFG 82 X 72 X 93 X 93 X 82 X 87 X 72 X 72 X 72 X 77 X 82 X 82 X 108 X 93 X 82 X 72 X 77 X 93 X 77 X 72 X 82 X 98 X 93 X 77 X 82 X 82 X 67 X 87 X 67 X 72 X 72 X +USW00023188198508WSFM 49 X 49 X 63 X 76 X 67 X 58 X 45 X 40 X 45 X 49 X 49 X 58 X 76 X 72 X 63 X 49 X 54 X 72 X 54 X 45 X 58 X 80 X 80 X 76 X 67 X 54 X 45 X 72 X 45 X 54 X 49 X +USW00023188198508WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188198508WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188198508WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188198508WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198508WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198509TMAX 256 0 256 0 228 0 228 0 222 0 239 0 256 0 250 0 239 0 228 0 222 0 244 0 267 0 267 0 250 0 233 0 222 0 217 0 228 0 244 0 261 0 278 0 261 0 283 0 261 0 222 0 244 0 239 0 211 0 233 0-9999 +USW00023188198509TMIN 206 0 206 0 189 0 189 0 183 0 161 0 172 0 189 0 189 0 183 0 172 0 139 0 156 0 144 0 178 0 183 0 178 0 172 0 161 0 156 0 167 0 167 0 161 0 167 0 194 0 189 0 194 0 183 0 200 0 194 0-9999 +USW00023188198509PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 25 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 3 0 0T 0 0 0 0 0-9999 +USW00023188198509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198509ACMH 60 X 60 X 90 X 70 X 70 X 40 X 10 X 70 X 80 X 50 X 20 X 10 X 10 X 0 X 40 X 50 X 80 X 80 X 30 X 0 X 20 X 0 X 60 X 60 X 40 X 100 X 90 X 70 X 100 X 80 X-9999 +USW00023188198509ACSH 60 X 40 X 90 X 70 X 100 X 50 X 10 X 70 X 70 X 40 X 20 X 10 X 0 X 0 X 10 X 20 X 70 X 80 X 20 X 0 X 40 X 0 X 70 X 70 X 30 X 100 X 90 X 50 X 100 X 70 X-9999 +USW00023188198509AWND 37 X 39 X 46 X 44 X 29 X 29 X 36 X 37 X 49 X 44 X 49 X 39 X 28 X 31 X 31 X 33 X 35 X 40 X 35 X 30 X 31 X 25 X 31 X 23 X 29 X 37 X 36 X 32 X 35 X 41 X-9999 +USW00023188198509FMTM 1012 X 1221 X 1351 X 1531 X 1533 X 1401 X 1517 X 1358 X 1656 X 1453 X 1717 X 1152 X 1329 X 1322 X 1508 X 1646 X 1204 X 1443 X 1611 X 1520 X 1343 X 1136 X 1628 X 1233 X 1458 X 1349 X 1633 X 1510 X 1439 X 1546 X-9999 +USW00023188198509PGTM 1007 X 1442 X 1406 X 1021 X 1009 X 1402 X 1352 X 1406 X 1254 X 1417 X 1141 X 1155 X 1533 X 1326 X 1454 X 1421 X 1207 X 1921 X 1541 X 1529 X 1326 X 1453 X 1252 X 1313 X 1630 X 1335 X 1315 X 1453 X 1430 X 1320 X-9999 +USW00023188198509TSUN 667 X 598 X 215 X 436 X 282 X 631 X 759 X 499 X 551 X 655 X 738 X 743 X 747 X 745 X 698 X 614 X 366 X 225 X 726 X 718 X 731 X 729 X 727 X 655 X 656 X 0 X 414 X 489 X 26 X 454 X-9999 +USW00023188198509WDFG 225W X 315W X 270W X 270W X 225W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 315W X 315W X 270W X 315W X 315W X 180W X 225W X 315W X 315W X 270W X 315W X 315W X-9999 +USW00023188198509WDFM 225W X 225W X 315W X 315W X 315W X 225W X 315W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 360W X 315W X 180W X 225W X 315W X 315W X 270W X 315W X 315W X-9999 +USW00023188198509WSFG 82 X 72 X 103 X 82 X 67 X 77 X 82 X 82 X 103 X 93 X 93 X 113 X 72 X 93 X 82 X 72 X 93 X 103 X 98 X 77 X 87 X 57 X 72 X 57 X 67 X 77 X 82 X 77 X 67 X 82 X-9999 +USW00023188198509WSFM 54 X 49 X 63 X 54 X 36 X 49 X 63 X 54 X 72 X 63 X 67 X 80 X 58 X 76 X 63 X 49 X 67 X 63 X 76 X 67 X 67 X 54 X 54 X 36 X 49 X 63 X 63 X 54 X 58 X 58 X-9999 +USW00023188198509WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198509WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198509WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198509WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188198509WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198510TMAX 233 0 267 0 367 0 272 0 300 0 256 0 228 0 211 0 211 0 217 0 239 0 222 0 211 0 267 0 328 0 228 0 211 0 217 0 217 0 217 0 206 0 200 0 222 0 239 0 222 0 211 0 211 0 211 0 217 0 206 0 211 0 +USW00023188198510TMIN 189 0 172 0 206 0 211 0 194 0 183 0 183 0 172 0 161 0 161 0 139 0 150 0 144 0 139 0 144 0 178 0 183 0 167 0 144 0 161 0 161 0 150 0 133 0 133 0 150 0 161 0 172 0 167 0 172 0 161 0 161 0 +USW00023188198510PRCP 0 0 0 0 0 0 0T 0 0 0 8 0 25 0 0 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198510ACMH 50 X 10 X 40 X 80 X 60 X 80 X 90 X 90 X 80 X 60 X 0 X 20 X 10 X 0 X 10 X 40 X 70 X 30 X 0 X 80 X 80 X 60 X 0 X 0 X 40 X 60 X 90 X 60 X 70 X 90 X 40 X +USW00023188198510ACSH 40 X 20 X 20 X 100 X 80 X 80 X 80 X 90 X 70 X 60 X 0 X 30 X 10 X 0 X 10 X 40 X 40 X 10 X 0 X 70 X 70 X 90 X 0 X 10 X 40 X 20 X 70 X 40 X 40 X 90 X 30 X +USW00023188198510AWND 42 X 33 X 30 X 28 X 35 X 35 X 40 X 40 X 35 X 36 X 26 X 25 X 30 X 28 X 32 X 42 X 37 X 30 X 37 X 29 X 38 X 31 X 25 X 24 X 24 X 24 X 28 X 31 X 36 X 33 X 36 X +USW00023188198510FMTM 1504 X 1528 X 1209 X 1611 X 1338 X 1310 X 1441 X 0714 X 1329 X 1525 X 1246 X 1201 X 1303 X 1418 X 1451 X 0029 X 1248 X 1346 X 1302 X 1138 X 1414 X 1600 X 1338 X 1219 X 1315 X 1319 X 1408 X 1521 X 1339 X 1430 X 1420 X +USW00023188198510PGTM 1305 X 1225 X 1211 X 1608 X 1204 X 1402 X 1453 X 1216 X 1337 X 1513 X 1203 X 1446 X 1341 X 1227 X 1355 X 0037 X 1301 X 1157 X 1248 X 1306 X 1438 X 0742 X 1328 X 1224 X 1320 X 1306 X 1444 X 1336 X 1553 X 1435 X 1338 X +USW00023188198510TSUN 579 X 684 X 687 X 99 X 253 X 287 X 245 X 162 X 497 X 477 X 691 X 674 X 687 X 685 X 683 X 532 X 415 X 619 X 675 X 385 X 346 X 636 X 668 X 666 X 652 X 550 X 342 X 450 X 439 X 274 X 489 X +USW00023188198510WDFG 315W X 315W X 270W X 315W X 315W X 315W X 270W X 270W X 225W X 180W X 225W X 225W X 225W X 270W X 315W X 180W X 225W X 315W X 315W X 270W X 225W X 180W X 315W X 315W X 315W X 225W X 225W X 270W X 315W X 270W X 315W X +USW00023188198510WDFM 315W X 315W X 225W X 315W X 315W X 315W X 225W X 315W X 180W X 180W X 225W X 225W X 225W X 315W X 315W X 180W X 225W X 315W X 315W X 225W X 225W X 270W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X +USW00023188198510WSFG 87 X 82 X 98 X 77 X 87 X 72 X 93 X 82 X 77 X 87 X 67 X 67 X 67 X 67 X 82 X 87 X 72 X 72 X 87 X 67 X 72 X 62 X 77 X 67 X 62 X 57 X 72 X 72 X 77 X 77 X 87 X +USW00023188198510WSFM 72 X 67 X 67 X 54 X 72 X 67 X 58 X 67 X 58 X 67 X 40 X 45 X 45 X 54 X 76 X 76 X 45 X 49 X 76 X 45 X 45 X 40 X 67 X 54 X 58 X 45 X 49 X 58 X 72 X 72 X 67 X +USW00023188198510WT01-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 +USW00023188198510WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 +USW00023188198510WT16-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198511TMAX 233 0 278 0 244 0 261 0 206 0 211 0 217 0 194 0 189 0 178 0 161 0 150 0 167 0 178 0 200 0 206 0 178 0 178 0 200 0 189 0 183 0 172 0 161 0 167 0 178 0 189 0 178 0 161 0 167 0 161 0-9999 +USW00023188198511TMIN 128 0 128 0 122 0 122 0 133 0 128 0 144 0 156 0 156 0 150 0 117 0 100 0 94 0 72 0 78 0 89 0 144 0 117 0 94 0 83 0 128 0 117 0 117 0 117 0 122 0 144 0 139 0 133 0 128 0 111 0-9999 +USW00023188198511PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 417 0 23 0 28 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 135 0 518 0 0T 0 0 0 0 0 130 0 0T 0-9999 +USW00023188198511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198511ACMH 0 X 20 X 10 X 70 X 50 X 30 X 50 X 90 X 70 X 100 X 100 X 70 X 20 X 0 X 0 X 40 X 60 X 30 X 30 X 0 X 70 X 20 X 90 X 100 X 100 X 60 X 90 X 80 X 100 X 60 X-9999 +USW00023188198511ACSH 0 X 0 X 10 X 80 X 70 X 0 X 20 X 90 X 70 X 100 X 100 X 80 X 10 X 0 X 0 X 40 X 60 X 40 X 60 X 0 X 60 X 20 X 100 X 100 X 90 X 20 X 90 X 90 X 100 X 80 X-9999 +USW00023188198511AWND 25 X 24 X 17 X 21 X 27 X 27 X 29 X 39 X 50 X 41 X 64 X 49 X 27 X 28 X 25 X 23 X 46 X 33 X 25 X 24 X 32 X 23 X 32 X 40 X 34 X 31 X 33 X 24 X 66 X 38 X-9999 +USW00023188198511FMTM 1321 X 1204 X 1531 X 1225 X 1403 X 1245 X 1307 X 2243 X 1216 X 2136 X 1002 X 0418 X 1525 X 1542 X 1320 X 2350 X 1031 X 1422 X 1629 X 1317 X 1426 X 1425 X 1218 X 1948 X 0940 X 1152 X 1251 X 1352 X 1254 X 0112 X-9999 +USW00023188198511PGTM 1325 X 1223 X 1535 X 1229 X 1404 X 1436 X 1303 X 2215 X 1200 X 2340 X 0939 X 0420 X 1518 X 1928 X 1552 X 2330 X 1025 X 1357 X 1633 X 1523 X 1611 X 1434 X 1045 X 2011 X 0209 X 1520 X 1321 X 1356 X 1254 X 0007 X-9999 +USW00023188198511TSUN 652 X 650 X 646 X 537 X 424 X 616 X 552 X 143 X 405 X 56 X 2 X 275 X 551 X 617 X 629 X 628 X 394 X 450 X 535 X 557 X 481 X 619 X 67 X 66 X 73 X 454 X 72 X 130 X 9 X 224 X-9999 +USW00023188198511WDFG 315W X 315W X 270W X 315W X 270W X 315W X 315W X 225W X 225W X 180W X 225W X 315W X 315W X 360W X 315W X 180W X 270W X 270W X 315W X 315W X 180W X 225W X 180W X 180W X 90W X 315W X 315W X 270W X 180W X 270W X-9999 +USW00023188198511WDFM 315W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 225W X 180W X 225W X 270W X 315W X 315W X 315W X 135W X 270W X 270W X 315W X 315W X 225W X 225W X 225W X 180W X 135W X 315W X 315W X 315W X 180W X 270W X-9999 +USW00023188198511WSFG 72 X 62 X 57 X 62 X 82 X 62 X 67 X 72 X 93 X 77 X 164 X 129 X 87 X 62 X 77 X 57 X 98 X 72 X 67 X 67 X 62 X 57 X 67 X 87 X 93 X 62 X 77 X 67 X 149 X 103 X-9999 +USW00023188198511WSFM 58 X 54 X 45 X 54 X 49 X 49 X 54 X 63 X 67 X 54 X 134 X 94 X 72 X 58 X 67 X 40 X 67 X 40 X 67 X 58 X 40 X 36 X 40 X 63 X 54 X 49 X 67 X 58 X 121 X 72 X-9999 +USW00023188198511WT01-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00023188198511WT02-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198511WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198511WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198511WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198511WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188198511WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00023188198512TMAX 167 0 150 0 183 0 228 0 183 0 183 0 189 0 167 0 156 0 156 0 122 0 139 0 156 0 189 0 206 0 217 0 244 0 256 0 256 0 256 0 250 0 222 0 233 0 244 0 256 0 178 0 194 0 211 0 233 0 228 0 178 0 +USW00023188198512TMIN 94 0 100 0 133 0 111 0 133 0 117 0 94 0 100 0 78 0 67 0 61 0 33 0 33 0 44 0 67 0 106 0 72 0 72 0 83 0 89 0 94 0 83 0 89 0 78 0 89 0 83 0 83 0 78 0 111 0 117 0 122 0 +USW00023188198512PRCP 0 0 160 0 25 0 0 0 0 0 0 0 0 0 0 0 0T 0 23 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 +USW00023188198512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198512ACMH 60 X 100 X 60 X 20 X 80 X 80 X 70 X 70 X 20 X 50 X 60 X 0 X 10 X 10 X 60 X 50 X 0 X 0 X 0 X 0 X 0 X 70 X 90 X 30 X 60 X 30 X 40 X 60 X 60 X 60 X 100 X +USW00023188198512ACSH 100 X 100 X 80 X 0 X 90 X 60 X 90 X 70 X 40 X 60 X 90 X 0 X 0 X 10 X 70 X 50 X 0 X 0 X 0 X 0 X 0 X 90 X 100 X 40 X 70 X 30 X 30 X 80 X 80 X 60 X 100 X +USW00023188198512AWND 14 X 30 X 22 X 25 X 30 X 31 X 22 X 23 X 37 X 40 X 39 X 22 X 23 X 20 X 22 X 20 X 25 X 19 X 20 X 17 X 16 X 22 X 17 X 19 X 21 X 16 X 22 X 26 X 17 X 18 X 31 X +USW00023188198512FMTM 1347 X 1151 X 1453 X 1445 X 1446 X 1248 X 1442 X 1551 X 1601 X 1605 X 1250 X 1538 X 1433 X 1551 X 1505 X 1540 X 1359 X 1525 X 1305 X 1446 X 1345 X 1454 X 1503 X 1427 X 1641 X 1440 X 1413 X 2045 X 1256 X 1324 X 1640 X +USW00023188198512PGTM 1326 X 1203 X 1534 X 1503 X 1512 X 1246 X 1441 X 1556 X 1557 X 1600 X 1250 X 1543 X 1450 X 1555 X 1507 X 1538 X 1527 X 1515 X 1404 X 1454 X 1347 X 1502 X 1507 X 1428 X 1709 X 1408 X 1443 X 2058 X 1010 X 1228 X 1655 X +USW00023188198512TSUN 584 X 104 X 295 X 607 X 93 X 219 X 583 X 535 X 538 X 429 X 157 X 600 X 602 X 601 X 586 X 500 X 600 X 600 X 600 X 600 X 600 X 575 X 468 X 585 X 600 X 476 X 532 X 583 X 388 X 506 X 43 X +USW00023188198512WDFG 315W X 135W X 315W X 315W X 315W X 315W X 315W X 270W X 360W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 270W X 360W X 225W X 270W X 315W X +USW00023188198512WDFM 315W X 135W X 315W X 315W X 315W X 315W X 315W X 225W X 45W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 225W X 360W X 315W X 315W X 315W X +USW00023188198512WSFG 62 X 108 X 62 X 72 X 72 X 77 X 67 X 77 X 164 X 113 X 77 X 57 X 72 X 72 X 57 X 57 X 62 X 72 X 57 X 62 X 67 X 62 X 51 X 67 X 57 X 51 X 51 X 72 X 82 X 62 X 72 X +USW00023188198512WSFM 40 X 54 X 49 X 63 X 58 X 67 X 58 X 54 X 121 X 72 X 72 X 49 X 67 X 58 X 58 X 54 X 54 X 63 X 49 X 54 X 63 X 54 X 54 X 54 X 45 X 31 X 36 X 63 X 45 X 49 X 67 X +USW00023188198512WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 +USW00023188198512WT02-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188198512WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198512WT08-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 +USW00023188198512WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198512WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 +USW00023188198601TMAX 189 0 178 0 194 0 233 0 211 0 189 0 250 0 228 0 239 0 261 0 261 0 278 0 267 0 194 0 183 0 178 0 194 0 244 0 156 0 172 0 178 0 172 0 183 0 194 0 244 0 261 0 261 0 217 0 200 0 183 0 194 0 +USW00023188198601TMIN 139 0 139 0 122 0 122 0 139 0 117 0 89 0 83 0 72 0 83 0 100 0 94 0 106 0 156 0 122 0 100 0 100 0 106 0 100 0 122 0 117 0 117 0 100 0 100 0 89 0 94 0 100 0 89 0 89 0 133 0 133 0 +USW00023188198601PRCP 0T 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 104 0 66 0 +USW00023188198601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198601ACMH 90 X 100 X 50 X 80 X 100 X 40 X 0 X 20 X 0 X 0 X 0 X 0 X 70 X 100 X 60 X 20 X 20 X 30 X 80 X 80 X 80 X 60 X 30 X 40 X 0 X 40 X 0 X 0 X 80 X 90 X 100 X +USW00023188198601ACSH 80 X 100 X 10 X 100 X 90 X 30 X 0 X 50 X 0 X 0 X 0 X 0 X 100 X 100 X 80 X 30 X 50 X 0 X 70 X 80 X 80 X 60 X 50 X 40 X 10 X 60 X 0 X 0 X 90 X 100 X 100 X +USW00023188198601AWND 32 X 28 X 27 X 22 X 30 X 38 X 27 X 24 X 22 X 21 X 20 X 20 X 25 X 35 X 26 X 31 X 30 X 29 X 27 X 25 X 27 X 32 X 31 X 26 X 20 X 20 X 17 X 17 X 36 X 51 X 35 X +USW00023188198601FMTM 1317 X 1417 X 1313 X 1439 X 1416 X 1624 X 1128 X 1315 X 1653 X 1527 X 1409 X 1441 X 1347 X 0905 X 1653 X 1218 X 1459 X 1429 X 1207 X 1645 X 1420 X 1505 X 1345 X 1211 X 1643 X 1545 X 1317 X 1406 X 1345 X 1111 X 1718 X +USW00023188198601PGTM 1306 X 1513 X 1154 X 1447 X 1330 X 1621 X 1221 X 1255 X 1701 X 1548 X 1403 X 1507 X 1345 X 1446 X 1636 X 1238 X 1620 X 1512 X 2211 X 1505 X 1437 X 1500 X 1407 X 1257 X 1638 X 1534 X 1335 X 1410 X 1648 X 1042 X 1722 X +USW00023188198601TSUN 109 X 15 X 560 X 560 X 529 X 505 X 606 X 607 X 608 X 609 X 610 X 600 X 573 X 222 X 425 X 595 X 616 X 617 X 390 X 257 X 475 X 520 X 543 X 544 X 627 X 629 X 630 X 632 X 523 X 424 X 404 X +USW00023188198601WDFG 315W X 360W X 270W X 270W X 270W X 315W X 360W X 315W X 315W X 315W X 315W X 360W X 315W X 225W X 315W X 315W X 315W X 315W X 180W X 315W X 270W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 225W X 180W X 270W X +USW00023188198601WDFM 315W X 315W X 315W X 225W X 315W X 315W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 180W X 270W X +USW00023188198601WSFG 77 X 67 X 77 X 57 X 72 X 87 X 123 X 82 X 57 X 57 X 62 X 57 X 72 X 82 X 62 X 87 X 72 X 62 X 77 X 57 X 67 X 72 X 98 X 72 X 57 X 93 X 51 X 57 X 113 X 144 X 113 X +USW00023188198601WSFM 63 X 54 X 58 X 36 X 49 X 72 X 76 X 76 X 49 X 58 X 49 X 49 X 58 X 63 X 49 X 72 X 54 X 58 X 40 X 40 X 49 X 63 X 76 X 63 X 49 X 72 X 40 X 40 X 80 X 89 X 76 X +USW00023188198601WT01 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 +USW00023188198601WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198601WT08 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198601WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188198601WT16 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00023188198602TMAX 183 0 178 0 178 0 178 0 172 0 156 0 167 0 133 0 161 0 156 0 156 0 172 0 167 0 178 0 172 0 183 0 206 0 194 0 172 0 178 0 183 0 222 0 278 0 294 0 272 0 206 0 189 0 161 0-9999 -9999 -9999 +USW00023188198602TMIN 111 0 117 0 128 0 117 0 89 0 106 0 78 0 89 0 67 0 61 0 72 0 89 0 122 0 128 0 139 0 144 0 122 0 117 0 139 0 117 0 106 0 94 0 100 0 133 0 139 0 133 0 133 0 133 0-9999 -9999 -9999 +USW00023188198602PRCP 0 0 0T 0 13 0 0 0 0 0 0 0 48 0 183 0 0 0 0 0 0 0 0 0 8 0 0T 0 394 0 3 0 0T 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00023188198602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198602ACMH 40 X 70 X 70 X 10 X 20 X 70 X 50 X 100 X 10 X 50 X 60 X 80 X 100 X 100 X 100 X 90 X 70 X 80 X 90 X 60 X 10 X 30 X 0 X 10 X 10 X 70 X 90 X 100 X-9999 -9999 -9999 +USW00023188198602ACSH 40 X 40 X 60 X 0 X 10 X 80 X 50 X 100 X 0 X 50 X 70 X 70 X 100 X 100 X 100 X 100 X 50 X 80 X 100 X 80 X 0 X 50 X 0 X 10 X 0 X 30 X 70 X 100 X-9999 -9999 -9999 +USW00023188198602AWND 29 X 31 X 41 X 33 X 31 X 46 X 31 X 47 X 28 X 25 X 26 X 26 X 34 X 48 X 54 X 34 X 34 X 30 X 25 X 31 X 26 X 29 X 26 X 19 X 23 X 26 X 26 X 24 X-9999 -9999 -9999 +USW00023188198602FMTM 1436 X 1406 X 1945 X 0059 X 1356 X 1110 X 2238 X 0559 X 1459 X 1552 X 1457 X 1448 X 1151 X 2331 X 0551 X 1455 X 1613 X 1520 X 1740 X 1107 X 1346 X 1503 X 1531 X 1555 X 1353 X 1158 X 1534 X 1631 X-9999 -9999 -9999 +USW00023188198602PGTM 1429 X 1401 X 1956 X 0311 X 1418 X 1235 X 2338 X 0336 X 1502 X 1252 X 1324 X 1505 X 1212 X 2336 X 0517 X 1142 X 1227 X 1532 X 1319 X 1052 X 1452 X 1522 X 1551 X 1442 X 1353 X 1458 X 1542 X 1322 X-9999 -9999 -9999 +USW00023188198602TSUN 566 X 547 X 399 X 642 X 634 X 269 X 487 X 19 X 651 X 645 X 527 X 521 X 0 X 40 X 0 X 263 X 502 X 469 X 0 X 491 X 656 X 675 X 677 X 682 X 682 X 510 X 251 X-9999 -9999 -9999 -9999 +USW00023188198602WDFG 315W X 315W X 315W X 315W X 180W X 225W X 180W X 135W X 270W X 270W X 270W X 225W X 180W X 135W X 135W X 225W X 270W X 315W X 180W X 315W X 270W X 270W X 315W X 270W X 315W X 270W X 225W X 180W X-9999 -9999 -9999 +USW00023188198602WDFM 315W X 270W X 270W X 315W X 225W X 270W X 225W X 135W X 270W X 315W X 315W X 225W X 180W X 135W X 135W X 225W X 270W X 270W X 270W X 270W X 270W X 270W X 315W X 270W X 315W X 315W X 270W X 180W X-9999 -9999 -9999 +USW00023188198602WSFG 82 X 82 X 108 X 87 X 72 X 93 X 93 X 129 X 98 X 72 X 67 X 62 X 93 X 134 X 154 X 77 X 82 X 72 X 57 X 87 X 93 X 77 X 72 X 67 X 62 X 67 X 93 X 57 X-9999 -9999 -9999 +USW00023188198602WSFM 67 X 67 X 80 X 67 X 49 X 58 X 54 X 80 X 67 X 45 X 49 X 49 X 63 X 98 X 103 X 45 X 72 X 63 X 40 X 72 X 76 X 63 X 58 X 54 X 54 X 54 X 72 X 36 X-9999 -9999 -9999 +USW00023188198602WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198602WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188198602WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198602WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198602WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188198602WT16-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188198603TMAX 167 0 172 0 194 0 189 0 194 0 178 0 167 0 183 0 172 0 167 0 172 0 172 0 156 0 167 0 161 0 167 0 167 0 183 0 211 0 250 0 267 0 261 0 239 0 228 0 200 0 200 0 244 0 178 0 217 0 200 0 194 0 +USW00023188198603TMIN 139 0 150 0 144 0 128 0 139 0 139 0 144 0 144 0 117 0 117 0 139 0 111 0 106 0 106 0 106 0 94 0 94 0 100 0 100 0 100 0 117 0 117 0 106 0 111 0 106 0 128 0 122 0 150 0 156 0 139 0 144 0 +USW00023188198603PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 122 0 0 0 175 0 0T 0 33 0 25 0 64 0 229 0 135 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 +USW00023188198603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198603ACMH 100 X 100 X 40 X 60 X 90 X 90 X 100 X 100 X 80 X 90 X 70 X 80 X 80 X 50 X 80 X 80 X 50 X 0 X 0 X 0 X 0 X 0 X 60 X 40 X 30 X 20 X 50 X 100 X 90 X 80 X 80 X +USW00023188198603ACSH 100 X 100 X 30 X 40 X 90 X 90 X 100 X 100 X 100 X 90 X 70 X 100 X 100 X 40 X 80 X 80 X 40 X 0 X 0 X 0 X 0 X 0 X 90 X 40 X 20 X 30 X 10 X 100 X 90 X 80 X 90 X +USW00023188198603AWND 26 X 26 X 32 X 28 X 29 X 24 X 27 X 39 X 22 X 68 X 60 X 34 X 42 X 30 X 53 X 53 X 36 X 32 X 31 X 27 X 29 X 25 X 26 X 31 X 24 X 24 X 32 X 38 X 31 X 35 X 36 X +USW00023188198603FMTM 0844 X 1230 X 1433 X 1709 X 1623 X 1517 X 1526 X 1832 X 1319 X 1217 X 0040 X 1403 X 1638 X 1316 X 2235 X 1547 X 1059 X 1507 X 1545 X 1349 X 1403 X 1709 X 1536 X 1347 X 1442 X 1402 X 1421 X 1352 X 1329 X 1317 X 1115 X +USW00023188198603PGTM 0845 X 1222 X 1436 X 1428 X 1354 X 1520 X 1535 X 1604 X 1408 X 1150 X 0042 X 1413 X 1712 X 1238 X 2119 X 1548 X 1051 X 1452 X 0621 X 1355 X 1313 X 1713 X 1528 X 1348 X 1317 X 1031 X 2155 X 1044 X 1450 X 1259 X 1331 X +USW00023188198603TSUN 0 X 0 X 586 X 420 X 103 X 199 X 5 X 31 X 304 X 219 X 351 X 271 X 24 X 578 X 312 X 289 X 601 X 724 X 725 X 727 X 729 X 732 X 481 X 665 X 642 X 618 X 682 X 0 X 314 X 599 X 411 X +USW00023188198603WDFG 180W X 225W X 270W X 270W X 270W X 270W X 270W X 45W X 225W X 180W X 270W X 225W X 180W X 225W X 135W X 180W X 270W X 270W X 45W X 270W X 315W X 270W X 270W X 270W X 180W X 135W X 180W X 135W X 270W X 270W X 225W X +USW00023188198603WDFM 180W X 225W X 270W X 270W X 270W X 270W X 270W X 180W X 180W X 135W X 270W X 225W X 180W X 270W X 135W X 180W X 270W X 315W X 270W X 270W X 270W X 270W X 270W X 270W X 135W X 270W X 180W X 135W X 270W X 270W X 270W X +USW00023188198603WSFG 57 X 67 X 98 X 72 X 67 X 72 X 57 X 129 X 67 X 164 X 118 X 108 X 87 X 82 X 139 X 159 X 82 X 98 X 103 X 82 X 82 X 67 X 67 X 82 X 57 X 57 X 72 X 77 X 72 X 103 X 87 X +USW00023188198603WSFM 36 X 40 X 80 X 58 X 49 X 54 X 45 X 80 X 40 X 116 X 85 X 76 X 76 X 54 X 98 X 116 X 54 X 76 X 67 X 76 X 67 X 58 X 49 X 67 X 36 X 36 X 45 X 58 X 58 X 76 X 76 X +USW00023188198603WT01 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198603WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188198603WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198603WT08 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198603WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188198603WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 +USW00023188198604TMAX 200 0 183 0 200 0 183 0 172 0 183 0 194 0 194 0 206 0 200 0 200 0 172 0 189 0 194 0 194 0 178 0 189 0 222 0 278 0 300 0 250 0 222 0 194 0 183 0 194 0 206 0 306 0 283 0 200 0 194 0-9999 +USW00023188198604TMIN 156 0 139 0 111 0 111 0 133 0 133 0 117 0 111 0 122 0 133 0 139 0 133 0 111 0 122 0 122 0 128 0 139 0 122 0 117 0 139 0 144 0 150 0 133 0 139 0 128 0 156 0 144 0 161 0 161 0 150 0-9999 +USW00023188198604PRCP 8 0 0 0 0 0 0 0 3 0 287 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198604ACMH 90 X 50 X 0 X 40 X 90 X 70 X 10 X 0 X 40 X 100 X 90 X 90 X 50 X 40 X 60 X 50 X 40 X 10 X 0 X 0 X 50 X 60 X 30 X 50 X 70 X 70 X 10 X 10 X 60 X 90 X-9999 +USW00023188198604ACSH 90 X 60 X 0 X 50 X 100 X 70 X 10 X 0 X 30 X 90 X 100 X 100 X 60 X 50 X 70 X 60 X 30 X 10 X 0 X 0 X 40 X 50 X 20 X 40 X 80 X 80 X 10 X 0 X 40 X 90 X-9999 +USW00023188198604AWND 40 X 41 X 33 X 31 X 45 X 45 X 31 X 34 X 30 X 30 X 34 X 37 X 28 X 26 X 37 X 49 X 40 X 39 X 36 X 28 X 27 X 32 X 36 X 33 X 33 X 39 X 36 X 27 X 41 X 36 X-9999 +USW00023188198604FMTM 1304 X 0021 X 1426 X 1405 X 1338 X 1307 X 1418 X 1529 X 1408 X 1227 X 1623 X 1509 X 1503 X 1026 X 1834 X 1047 X 1628 X 1355 X 1427 X 1508 X 1321 X 1420 X 1419 X 1120 X 1716 X 1508 X 1735 X 1035 X 0903 X 1216 X-9999 +USW00023188198604PGTM 1301 X 0029 X 1516 X 1356 X 1337 X 1221 X 1436 X 1536 X 1418 X 1306 X 1525 X 1515 X 1425 X 1041 X 1345 X 1312 X 1318 X 1435 X 1428 X 1458 X 1423 X 1555 X 1220 X 1326 X 1318 X 1156 X 1650 X 1027 X 0957 X 1237 X-9999 +USW00023188198604TSUN 150 X 491 X 756 X 626 X 20 X 391 X 698 X 766 X 763 X 311 X 208 X 0 X 767 X 381 X 625 X 552 X 630 X 785 X 786 X 788 X 765 X 612 X 675 X 594 X 619 X 629 X 801 X 778 X 574 X 524 X-9999 +USW00023188198604WDFG 270W X 270W X 225W X 225W X 135W X 135W X 270W X 315W X 270W X 225W X 270W X 270W X 270W X 225W X 225W X 270W X 225W X 270W X 270W X 270W X 270W X 315W X 225W X 225W X 225W X 270W X 315W X 315W X 180W X 180W X-9999 +USW00023188198604WDFM 270W X 270W X 225W X 225W X 135W X 180W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X 225W X 270W X 270W X 270W X 270W X 270W X 270W X 315W X 270W X 270W X 225W X 225W X 270W X 315W X 270W X 180W X 180W X-9999 +USW00023188198604WSFG 93 X 82 X 72 X 77 X 118 X 118 X 82 X 93 X 77 X 77 X 98 X 82 X 98 X 72 X 87 X 123 X 87 X 93 X 103 X 93 X 67 X 62 X 82 X 77 X 77 X 87 X 87 X 72 X 72 X 72 X-9999 +USW00023188198604WSFM 76 X 63 X 49 X 49 X 94 X 72 X 76 X 76 X 63 X 67 X 63 X 72 X 63 X 54 X 63 X 89 X 63 X 85 X 89 X 76 X 54 X 54 X 58 X 49 X 54 X 67 X 76 X 54 X 49 X 49 X-9999 +USW00023188198604WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198604WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188198604WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198604WT16 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198605TMAX 217 0 228 0 217 0 194 0 194 0 183 0 189 0 206 0 233 0 239 0 183 0 200 0 200 0 194 0 200 0 206 0 233 0 239 0 228 0 206 0 217 0 200 0 211 0 222 0 211 0 211 0 211 0 228 0 211 0 211 0 206 0 +USW00023188198605TMIN 139 0 144 0 144 0 144 0 133 0 139 0 133 0 111 0 133 0 150 0 144 0 144 0 144 0 150 0 156 0 156 0 150 0 167 0 156 0 156 0 161 0 156 0 156 0 167 0 167 0 161 0 161 0 172 0 172 0 161 0 161 0 +USW00023188198605PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198605ACMH 70 X 0 X 30 X 20 X 30 X 80 X 20 X 0 X 0 X 30 X 60 X 40 X 70 X 80 X 100 X 50 X 20 X 30 X 40 X 80 X 100 X 80 X 90 X 40 X 70 X 70 X 60 X 80 X 100 X 80 X 90 X +USW00023188198605ACSH 80 X 0 X 30 X 10 X 30 X 80 X 10 X 0 X 0 X 10 X 60 X 30 X 60 X 60 X 100 X 50 X 10 X 20 X 30 X 60 X 100 X 90 X 90 X 40 X 70 X 60 X 30 X 70 X 100 X 100 X 90 X +USW00023188198605AWND 34 X 36 X 43 X 40 X 40 X 67 X 39 X 28 X 36 X 38 X 38 X 34 X 30 X 36 X 38 X 33 X 36 X 35 X 26 X 32 X 31 X 34 X 36 X 29 X 29 X 30 X 31 X 30 X 27 X 32 X 33 X +USW00023188198605FMTM 1437 X 1458 X 1509 X 0650 X 1515 X 0926 X 1320 X 1352 X 1337 X 1403 X 1124 X 1154 X 1345 X 1345 X 1600 X 1217 X 1252 X 1407 X 1426 X 1211 X 1353 X 1117 X 1416 X 1212 X 1313 X 1017 X 1103 X 1247 X 1349 X 1523 X 1237 X +USW00023188198605PGTM 1438 X 1410 X 1452 X 1242 X 2145 X 0934 X 1337 X 1354 X 1417 X 1401 X 1148 X 1434 X 1500 X 1243 X 1558 X 1346 X 1259 X 1329 X 1601 X 1327 X 1433 X 1150 X 1523 X 1303 X 1212 X 1423 X 1132 X 1309 X 1401 X 1055 X 1406 X +USW00023188198605TSUN 653 X 792 X 721 X 798 X 772 X 575 X 798 X 820 X 821 X 787 X 595 X 741 X 397 X 473 X 126 X 552 X 768 X 726 X 696 X 589 X 428 X 761 X 624 X 790 X 736 X 385 X 693 X 465 X 296 X 244 X 367 X +USW00023188198605WDFG 270W X 270W X 270W X 225W X 225W X 225W X 270W X 180W X 270W X 270W X 225W X 270W X 225W X 180W X 270W X 225W X 270W X 315W X 225W X 225W X 225W X 180W X 225W X 270W X 180W X 180W X 180W X 225W X 225W X 225W X 225W X +USW00023188198605WDFM 270W X 270W X 270W X 315W X 225W X 270W X 270W X 225W X 270W X 270W X 180W X 225W X 225W X 225W X 270W X 180W X 270W X 270W X 225W X 225W X 225W X 180W X 225W X 225W X 135W X 225W X 180W X 225W X 225W X 225W X 225W X +USW00023188198605WSFG 87 X 98 X 103 X 93 X 82 X 123 X 98 X 67 X 93 X 72 X 77 X 82 X 72 X 77 X 77 X 72 X 93 X 82 X 67 X 77 X 72 X 77 X 72 X 77 X 72 X 62 X 67 X 67 X 67 X 67 X 82 X +USW00023188198605WSFM 80 X 76 X 76 X 72 X 49 X 85 X 76 X 49 X 85 X 58 X 49 X 54 X 49 X 45 X 49 X 49 X 89 X 72 X 54 X 49 X 45 X 49 X 49 X 54 X 54 X 40 X 45 X 54 X 45 X 49 X 54 X +USW00023188198605WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00023188198605WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188198606TMAX 206 0 206 0 217 0 211 0 206 0 222 0 206 0 222 0 217 0 200 0 200 0 217 0 222 0 222 0 217 0 222 0 222 0 233 0 222 0 217 0 217 0 217 0 228 0 228 0 222 0 239 0 261 0 250 0 267 0 272 0-9999 +USW00023188198606TMIN 167 0 172 0 172 0 161 0 172 0 167 0 172 0 172 0 167 0 167 0 167 0 167 0 167 0 161 0 161 0 167 0 167 0 167 0 172 0 172 0 167 0 167 0 172 0 172 0 172 0 172 0 172 0 178 0 172 0 194 0-9999 +USW00023188198606PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198606ACMH 90 X 70 X 100 X 90 X 90 X 50 X 80 X 60 X 90 X 100 X 100 X 60 X 50 X 50 X 50 X 40 X 30 X 30 X 30 X 60 X 70 X 90 X 100 X 80 X 70 X 50 X 30 X 80 X 80 X 20 X-9999 +USW00023188198606ACSH 80 X 80 X 100 X 90 X 80 X 40 X 60 X 50 X 80 X 100 X 100 X 50 X 30 X 40 X 30 X 30 X 30 X 30 X 20 X 50 X 50 X 90 X 100 X 60 X 50 X 40 X 20 X 80 X 90 X 20 X-9999 +USW00023188198606AWND 34 X 31 X 36 X 30 X 38 X 31 X 35 X 33 X 35 X 30 X 37 X 34 X 36 X 37 X 31 X 31 X 31 X 34 X 34 X 34 X 38 X 38 X 38 X 40 X 40 X 43 X 37 X 32 X 29 X 34 X-9999 +USW00023188198606FMTM 1257 X 1323 X 1146 X 1355 X 1238 X 1429 X 1400 X 1059 X 1434 X 1428 X 1316 X 1440 X 1535 X 1409 X 1434 X 1441 X 1342 X 1525 X 1216 X 1513 X 1339 X 1427 X 1327 X 1427 X 1300 X 1259 X 1458 X 1319 X 1340 X 1319 X-9999 +USW00023188198606PGTM 1300 X 1148 X 1213 X 1353 X 1420 X 1453 X 1208 X 1252 X 1441 X 1346 X 1400 X 1502 X 1417 X 1246 X 1410 X 1211 X 1443 X 1538 X 1307 X 1229 X 1338 X 1232 X 1338 X 1308 X 1151 X 1413 X 1457 X 1340 X 1331 X 1249 X-9999 +USW00023188198606TSUN 215 X 288 X 455 X 288 X 450 X 646 X 487 X 625 X 465 X 226 X 64 X 464 X 683 X 561 X 640 X 615 X 626 X 631 X 722 X 489 X 544 X 237 X 278 X 399 X 473 X 567 X 776 X 494 X 386 X 822 X-9999 +USW00023188198606WDFG 225W X 225W X 270W X 225W X 225W X 180W X 180W X 225W X 180W X 225W X 270W X 270W X 270W X 315W X 225W X 225W X 270W X 225W X 135W X 180W X 270W X 225W X 270W X 270W X 270W X 270W X 270W X 135W X 270W X 270W X-9999 +USW00023188198606WDFM 225W X 225W X 270W X 225W X 225W X 225W X 225W X 225W X 180W X 225W X 270W X 270W X 315W X 270W X 225W X 225W X 270W X 270W X 180W X 180W X 270W X 225W X 270W X 270W X 270W X 270W X 270W X 180W X 270W X 270W X-9999 +USW00023188198606WSFG 72 X 72 X 77 X 72 X 67 X 72 X 77 X 67 X 62 X 67 X 77 X 82 X 72 X 77 X 62 X 67 X 72 X 62 X 72 X 82 X 82 X 77 X 72 X 82 X 87 X 93 X 87 X 67 X 57 X 67 X-9999 +USW00023188198606WSFM 49 X 49 X 58 X 49 X 45 X 49 X 54 X 54 X 45 X 40 X 63 X 67 X 58 X 63 X 45 X 45 X 54 X 54 X 45 X 40 X 54 X 45 X 63 X 63 X 76 X 80 X 76 X 45 X 45 X 58 X-9999 +USW00023188198606WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188198606WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188198606WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198606WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198607TMAX 256 0 278 0 244 0 217 0 217 0 228 0 233 0 239 0 233 0 228 0 222 0 228 0 244 0 261 0 244 0 239 0 239 0 244 0 250 0 244 0 217 0 233 0 244 0 244 0 239 0 233 0 233 0 233 0 244 0 239 0 233 0 +USW00023188198607TMIN 194 0 194 0 189 0 172 0 167 0 172 0 172 0 183 0 178 0 178 0 183 0 178 0 178 0 189 0 189 0 178 0 178 0 167 0 172 0 183 0 178 0 183 0 183 0 189 0 178 0 183 0 183 0 178 0 172 0 172 0 172 0 +USW00023188198607PRCP 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198607ACMH 30 X 40 X 30 X 100 X 90 X 50 X 20 X 20 X 40 X 50 X 70 X 40 X 50 X 50 X 40 X 40 X 30 X 0 X 0 X 20 X 90 X 90 X 70 X 40 X 30 X 60 X 40 X 30 X 30 X 30 X 40 X +USW00023188198607ACSH 30 X 40 X 20 X 90 X 90 X 50 X 20 X 20 X 30 X 20 X 50 X 40 X 40 X 70 X 30 X 30 X 20 X 0 X 0 X 10 X 100 X 100 X 60 X 30 X 10 X 40 X 30 X 20 X 20 X 10 X 20 X +USW00023188198607AWND 29 X 30 X 35 X 51 X 41 X 39 X 45 X 42 X 36 X 31 X 34 X 34 X 38 X 42 X 41 X 33 X 32 X 35 X 42 X 36 X 39 X 32 X 31 X 44 X 42 X 37 X 36 X 38 X 42 X 41 X 41 X +USW00023188198607FMTM 1128 X 1149 X 1251 X 0837 X 2115 X 1702 X 1655 X 1508 X 1408 X 1258 X 1329 X 1254 X 1307 X 1731 X 1257 X 1305 X 1709 X 1714 X 1338 X 1117 X 1701 X 1151 X 1330 X 1309 X 1520 X 1617 X 1450 X 1407 X 1348 X 1559 X 1545 X +USW00023188198607PGTM 1210 X 1217 X 1215 X 0936 X 2117 X 1015 X 1323 X 1300 X 1233 X 1458 X 1516 X 1315 X 1351 X 1737 X 1307 X 1447 X 1652 X 1437 X 1331 X 1210 X 1037 X 1431 X 1700 X 1437 X 1430 X 1607 X 1553 X 1456 X 1350 X 1636 X 1531 X +USW00023188198607TSUN 818 X 833 X 773 X 230 X 278 X 635 X 698 X 787 X 750 X 785 X 694 X 644 X 676 X 579 X 747 X 679 X 782 X 843 X 842 X 747 X 187 X 279 X 499 X 654 X 767 X 625 X 652 X 724 X 710 X 750 X 736 X +USW00023188198607WDF1-9999 230 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198607WDFG 180W X 225W X 180W X 180W X 135W X 270W X 270W X 315W X 225W X 225W X 180W X 225W X 270W X 270W X 270W X 225W X 270W X 270W X 270W X 225W X 180W X 225W X 225W X 270W X 270W X 270W X 270W X 315W X 270W X 270W X 270W X +USW00023188198607WDFM 135W X-9999 225W X 180W X 180W X 270W X 270W X 270W X 315W X 270W X 135W X 225W X 270W X 270W X 270W X 225W X 270W X 270W X 270W X 315W X 180W X 225W X 225W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X +USW00023188198607WSF1-9999 45 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198607WSFG 57 X 57 X 67 X 77 X 67 X 82 X 93 X 87 X 77 X 62 X 67 X 72 X 72 X 82 X 87 X 67 X 67 X 67 X 87 X 77 X 77 X 62 X 62 X 82 X 87 X 82 X 72 X 72 X 87 X 72 X 72 X +USW00023188198607WSFM 45 X-9999 45 X 67 X 54 X 63 X 72 X 72 X 67 X 49 X 49 X 45 X 58 X 72 X 72 X 49 X 58 X 54 X 76 X 67 X 54 X 45 X 49 X 76 X 72 X 72 X 63 X 67 X 76 X 72 X 67 X +USW00023188198607WT01 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188198607WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198607WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00023188198607WT14-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198607WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198608TMAX 233 0 261 0 256 0 239 0 239 0 239 0 233 0 233 0 233 0 239 0 244 0 239 0 233 0 233 0 233 0 233 0 261 0 322 0 311 0 289 0 261 0 244 0 233 0 228 0 256 0 289 0 278 0 278 0 267 0 261 0 228 0 +USW00023188198608TMIN 172 0 178 0 189 0 189 0 189 0 189 0 189 0 189 0 189 0 189 0 189 0 194 0 178 0 178 0 194 0 183 0 167 0 217 0 222 0 211 0 194 0 189 0 178 0 178 0 183 0 194 0 200 0 189 0 194 0 189 0 189 0 +USW00023188198608PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198608SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198608SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198608ACMH 40 X 70 X 30 X 60 X 90 X 60 X 100 X 60 X 40 X 60 X 60 X 40 X 30 X 50 X 50 X 40 X 60 X 30 X 30 X 50 X 30 X 40 X 50 X 30 X 0 X 40 X 20 X 0 X 30 X 30 X 70 X +USW00023188198608ACSH 20 X 40 X 10 X 40 X 80 X 60 X 90 X 60 X 40 X 50 X 50 X 20 X 10 X 20 X 30 X 30 X 50 X 30 X 20 X 50 X 40 X 20 X 40 X 20 X 0 X 40 X 10 X 0 X 20 X 10 X 40 X +USW00023188198608AWND 38 X 28 X 30 X 36 X 31 X 30 X 31 X 35 X 31 X 29 X 34 X 37 X 37 X 34 X 43 X 50 X 36 X 34 X 38 X 40 X 37 X 37 X 36 X 26 X 35 X 29 X 28 X 35 X 33 X 32 X 33 X +USW00023188198608FMTM 1733 X 1306 X 1647 X 1300 X 1510 X 1250 X 1103 X 1552 X 1031 X 1436 X 1559 X 1251 X 1327 X 1425 X 1446 X 1351 X 1022 X 1347 X 1459 X 1234 X 1249 X 1719 X 1347 X 1233 X 1407 X 1710 X 1508 X 1125 X 1306 X 1154 X 1257 X +USW00023188198608PGTM 1629 X 1326 X 1720 X 1332 X 1438 X 1603 X 1301 X 1528 X 1433 X 1419 X 1513 X 1455 X 1612 X 1701 X 1456 X 1345 X 1356 X 1355 X 1449 X 1240 X 1428 X 1836 X 1532 X 1158 X 1421 X 1311 X 1518 X-9999 -9999 -9999 -9999 +USW00023188198608TSUN 701 X 756 X 744 X 645 X 657 X 582 X 128 X 485 X 743 X 530 X 691 X 664 X 802 X 748 X 726 X 550 X 770 X 773 X 793 X 777 X 704 X 715 X 531 X 699 X 783 X 621 X 683 X 771 X 633 X 678 X 507 X +USW00023188198608WDFG 270W X 225W X 270W X 270W X 225W X 225W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X 315W X 270W X 315W X 270W X 315W X 270W X 270W X 270W X 180W X 270W X 225W X 270W X-9999 -9999 -9999 -9999 +USW00023188198608WDFM 270W X 270W X 270W X 270W X 225W X 225W X 180W X 270W X 225W X 315W X 270W X 315W X 315W X 270W X 270W X 270W X 315W X 315W X 270W X 270W X 270W X 270W X 270W X 180W X 315W X 315W X 270W X 270W X 315W X 225W X 225W X +USW00023188198608WSFG 62 X 51 X 51 X 67 X 57 X 62 X 57 X 67 X 67 X 57 X 72 X 72 X 62 X 62 X 82 X 93 X 72 X 67 X 87 X 72 X 57 X 72 X 77 X 57 X 62 X 57 X 57 X-9999 -9999 -9999 -9999 +USW00023188198608WSFM 58 X 45 X 49 X 63 X 54 X 49 X 49 X 63 X 54 X 54 X 63 X 67 X 54 X 58 X 76 X 80 X 67 X 49 X 76 X 72 X 54 X 72 X 58 X 45 X 63 X 49 X 49 X 76 X 76 X 54 X 36 X +USW00023188198608WT01 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188198608WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198608WT08 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00023188198609TMAX 233 0 233 0 228 0 233 0 244 0 233 0 233 0 228 0 206 0 228 0 228 0 217 0 222 0 222 0 228 0 239 0 239 0 233 0 211 0 211 0 211 0 200 0 200 0 200 0 211 0 211 0 200 0 206 0 228 0 239 0-9999 +USW00023188198609TMIN 189 0 189 0 194 0 189 0 183 0 183 0 183 0 183 0 172 0 178 0 167 0 178 0 172 0 178 0 167 0 156 0 156 0 172 0 161 0 156 0 144 0 144 0 150 0 161 0 156 0 150 0 144 0 150 0 139 0 144 0-9999 +USW00023188198609PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 28 0 229 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198609SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198609SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198609ACMH 70 X 70 X 80 X 60 X 60 X 60 X 60 X 80 X 100 X 40 X 50 X 90 X 50 X 70 X 40 X 0 X 30 X 60 X 50 X 60 X 60 X 70 X 60 X 90 X 50 X 20 X 30 X 40 X 0 X 10 X-9999 +USW00023188198609ACSH 40 X 50 X 60 X 60 X 30 X 30 X 30 X 70 X 100 X 30 X 40 X 90 X 50 X 60 X 50 X 0 X 40 X 50 X 60 X 80 X 70 X 80 X 60 X 100 X 50 X 20 X 20 X 60 X 0 X 0 X-9999 +USW00023188198609AWND 34 X 40 X 42 X 38 X 38 X 35 X 33 X 34 X 35 X 34 X 27 X 37 X 32 X 40 X 32 X 34 X 33 X 38 X 36 X 30 X 28 X 22 X 37 X 52 X 42 X 31 X 33 X 35 X 30 X 23 X-9999 +USW00023188198609FMTM 1615 X 1513 X 1257 X 1316 X 1248 X 1525 X 1235 X 1648 X 1406 X 1133 X 1933 X 1202 X 1527 X 1457 X 1639 X 1347 X 1519 X 1658 X 1219 X 1721 X 1142 X 1126 X 2003 X 1016 X 0108 X 1427 X 1249 X 1550 X 1537 X 1422 X-9999 +USW00023188198609PGTM-9999 1199 X 1257 X 1158 X 1240 X 1513 X 1228 X 1616 X 1441 X 1032 X 1937 X 1243 X 1217 X 1537 X 1628 X 1415 X 1527 X 1628 X 1330 X 1424 X 1255 X 1308 X 1316 X 2003 X 0422 X 1424 X 1315 X 1414 X 1400 X 1336 X-9999 +USW00023188198609TSUN 524 X 424 X 425 X 392 X 534 X 592 X 585 X 511 X 209 X 552 X 537 X 487 X 536 X 375 X 702 X 741 X 665 X 533 X 396 X 554 X 525 X 134 X 404 X 38 X 570 X 721 X 579 X 329 X 715 X 707 X-9999 +USW00023188198609WDFG-9999 270W X 270W X 270W X 270W X 270W X 315W X 270W X 135W X 180W X 270W X 270W X 225W X 270W X 315W X 270W X 270W X 270W X 180W X 225W X 225W X 180W X 225W X 180W X 135W X 225W X 225W X 270W X 270W X 225W X-9999 +USW00023188198609WDFM 225W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X 135W X 180W X 270W X 315W X 270W X 270W X 315W X 270W X 270W X 270W X 180W X 270W X 270W X 225W X 225W X 180W X 135W X 225W X 270W X 270W X 270W X 225W X-9999 +USW00023188198609WSFG-9999 98 X 87 X 82 X 82 X 77 X 77 X 72 X 72 X 77 X 77 X 82 X 98 X 98 X 87 X 108 X 93 X 93 X 82 X 77 X 77 X 67 X 113 X 93 X 123 X 87 X 87 X 103 X 93 X 62 X-9999 +USW00023188198609WSFM 45 X 72 X 72 X 67 X 72 X 72 X 63 X 58 X 49 X 45 X 54 X 58 X 54 X 80 X 72 X 76 X 72 X 67 X 45 X 49 X 58 X 36 X 63 X 76 X 89 X 45 X 58 X 63 X 72 X 40 X-9999 +USW00023188198609WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00023188198609WT08-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198609WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198610TMAX 200 0 206 0 217 0 267 0 228 0 228 0 222 0 228 0 194 0 211 0 194 0 217 0 239 0 261 0 239 0 222 0 206 0 206 0 211 0 206 0 261 0 228 0 200 0 211 0 239 0 217 0 228 0 206 0 239 0 217 0 206 0 +USW00023188198610TMIN 172 0 161 0 133 0 139 0 150 0 167 0 172 0 178 0 167 0 156 0 172 0 167 0 133 0 122 0 139 0 144 0 161 0 150 0 133 0 128 0 128 0 156 0 161 0 161 0 139 0 144 0 139 0 128 0 156 0 150 0 156 0 +USW00023188198610PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 122 0 231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198610SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198610SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198610ACMH 90 X 60 X 0 X 0 X 20 X 20 X 50 X 60 X 90 X 80 X 100 X 50 X 10 X 10 X 80 X 50 X 70 X 40 X 10 X 10 X 70 X 70 X 70 X 50 X 10 X 70 X 60 X 100 X 30 X 70 X 60 X +USW00023188198610ACSH 100 X 70 X 0 X 0 X 20 X 10 X 50 X 60 X 100 X 70 X 100 X 50 X 10 X 0 X 100 X 30 X 50 X 30 X 0 X 20 X 80 X 60 X 80 X 40 X 0 X 80 X 30 X 90 X 10 X 30 X 60 X +USW00023188198610AWND 41 X 37 X 33 X 27 X 27 X 26 X 27 X 29 X 28 X 36 X 36 X 36 X 34 X 21 X 20 X 29 X 30 X 38 X 26 X 36 X 25 X 27 X 31 X 37 X 27 X 20 X 23 X 23 X 31 X 30 X 37 X +USW00023188198610FMTM 1702 X 0451 X 1430 X 1452 X 1308 X 1105 X 1250 X 1533 X 1131 X 1539 X 2158 X 1244 X 1405 X 1416 X 1646 X 1424 X 1515 X 1559 X 1434 X 1207 X 1201 X 1319 X 1642 X 1319 X 1517 X 1731 X 1135 X 1909 X 1242 X 1314 X 1231 X +USW00023188198610PGTM 1641 X 1122 X 1605 X 1500 X 1542 X 1145 X 1305 X 1425 X 1403 X 1536 X 1458 X 1502 X 1439 X 1442 X 1138 X 1513 X 1332 X 1402 X 1417 X 1203 X 1221 X 1327 X 1435 X 1322 X 1154 X 1731 X 1218 X 1329 X 1220 X 2339 X 1128 X +USW00023188198610TSUN 38 X 324 X 690 X 705 X 670 X 608 X 363 X 427 X 29 X 275 X 53 X 399 X 680 X 685 X 70 X 391 X 366 X 555 X 656 X 530 X 402 X 528 X 188 X 382 X 615 X 185 X 467 X 227 X 564 X 500 X 350 X +USW00023188198610WDFG 270W X 225W X 270W X 315W X 180W X 180W X 180W X 180W X 180W X 315W X 225W X 270W X 270W X 270W X 180W X 270W X 225W X 225W X 225W X 270W X 315W X 270W X 270W X 270W X 270W X 135W X 315W X 270W X 270W X 135W X 135W X +USW00023188198610WDFM 225W X 225W X 270W X 315W X 180W X 225W X 135W X 180W X 180W X 270W X 270W X 315W X 270W X 270W X 315W X 270W X 270W X 270W X 225W X 270W X 315W X 315W X 270W X 270W X 315W X 135W X 315W X 270W X 270W X 315W X 180W X +USW00023188198610WSFG 93 X 87 X 93 X 103 X 77 X 72 X 67 X 72 X 72 X 87 X 67 X 82 X 87 X 72 X 57 X 82 X 98 X 77 X 77 X 93 X 67 X 72 X 72 X 113 X 72 X 62 X 67 X 62 X 93 X 67 X 93 X +USW00023188198610WSFM 54 X 58 X 72 X 76 X 54 X 49 X 45 X 40 X 54 X 63 X 40 X 67 X 67 X 63 X 31 X 63 X 54 X 54 X 45 X 67 X 58 X 54 X 54 X 89 X 63 X 36 X 49 X 49 X 76 X 45 X 76 X +USW00023188198610WT01 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188198610WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 +USW00023188198610WT08 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188198610WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198610WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198611TMAX 217 0 244 0 233 0 211 0 233 0 178 0 189 0 200 0 228 0 256 0 278 0 272 0 200 0 200 0 239 0 244 0 211 0 194 0 206 0 183 0 189 0 211 0 261 0 228 0 222 0 239 0 250 0 228 0 194 0 233 0-9999 +USW00023188198611TMIN 133 0 128 0 128 0 133 0 117 0 139 0 117 0 122 0 111 0 100 0 106 0 100 0 106 0 106 0 139 0 144 0 178 0 156 0 139 0 122 0 150 0 122 0 100 0 100 0 94 0 89 0 100 0 100 0 117 0 83 0-9999 +USW00023188198611PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 274 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198611SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198611SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198611ACMH 0 X 20 X 20 X 10 X 10 X 70 X 40 X 10 X 0 X 10 X 50 X 0 X 10 X 60 X 70 X 90 X 100 X 70 X 40 X 90 X 90 X 10 X 0 X 0 X 0 X 0 X 0 X 50 X 70 X 30 X-9999 +USW00023188198611ACSH 0 X 30 X 10 X 0 X 0 X 100 X 50 X 0 X 0 X 0 X 80 X 0 X 0 X 70 X 80 X 100 X 100 X 80 X 50 X 100 X 100 X 0 X 10 X 0 X 0 X 0 X 0 X 70 X 100 X 40 X-9999 +USW00023188198611AWND 23 X 32 X 29 X 27 X 32 X 29 X 32 X 31 X 26 X 27 X 26 X 22 X 24 X 21 X 28 X 24 X 22 X 30 X 35 X 23 X 25 X 25 X 24 X 21 X 26 X 14 X 21 X 20 X 24 X 21 X-9999 +USW00023188198611FMTM 1344 X 1508 X 1351 X 1656 X 1416 X 1404 X 1408 X 1526 X 1446 X 1339 X 1325 X 1315 X 1433 X 1304 X 1428 X 1308 X 2349 X 0019 X 1533 X 1515 X 2106 X 1236 X 1122 X 1451 X 1417 X 1208 X 1448 X 1419 X 0705 X 1545 X-9999 +USW00023188198611PGTM 1613 X 1451 X 1351 X 1709 X 1357 X 1234 X 1553 X 1513 X 1643 X 1305 X 1452 X 1303 X 2140 X 1804 X 1430 X 1325 X 2358 X 0001 X 1513 X 1514 X 1530 X 1444 X 1140 X 1502 X 1353 X 1449 X 1616 X 1422 X 1301 X 1601 X-9999 +USW00023188198611TSUN 652 X 483 X 648 X 646 X 638 X 39 X 365 X 640 X 639 X 637 X 599 X 633 X 601 X 560 X 464 X 177 X 40 X 251 X 467 X 60 X 71 X 568 X 618 X 617 X 616 X 615 X 606 X 583 X 368 X 414 X-9999 +USW00023188198611WDFG 315W X 315W X 225W X 270W X 270W X 180W X 225W X 315W X 315W X 315W X 315W X 270W X 90W X 135W X 315W X 135W X 135W X 135W X 270W X 360W X 225W X 315W X 360W X 270W X 270W X 315W X 315W X 180W X 225W X 315W X-9999 +USW00023188198611WDFM 270W X 270W X 225W X 270W X 270W X 180W X 180W X 315W X 270W X 315W X 315W X 270W X 90W X 225W X 315W X 135W X 135W X 135W X 270W X 45W X 315W X 270W X 45W X 270W X 270W X 315W X 270W X 180W X 315W X 45W X-9999 +USW00023188198611WSFG 77 X 103 X 62 X 57 X 93 X 62 X 72 X 98 X 72 X 93 X 67 X 67 X 57 X 82 X 82 X 82 X 154 X 149 X 82 X 57 X 57 X 87 X 93 X 72 X 77 X 57 X 67 X 51 X 62 X 72 X-9999 +USW00023188198611WSFM 58 X 76 X 36 X 45 X 72 X 45 X 45 X 76 X 58 X 63 X 58 X 58 X 31 X 40 X 54 X 49 X 107 X 107 X 63 X 45 X 36 X 67 X 67 X 58 X 63 X 45 X 58 X 36 X 54 X 54 X-9999 +USW00023188198611WT01 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198611WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198611WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198611WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198611WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198612TMAX 233 0 244 0 222 0 194 0 200 0 178 0 172 0 178 0 178 0 178 0 183 0 178 0 183 0 189 0 189 0 200 0 200 0 194 0 189 0 150 0 183 0 206 0 178 0 189 0 194 0 189 0 178 0 183 0 217 0 222 0 194 0 +USW00023188198612TMIN 72 0 117 0 89 0 106 0 144 0 122 0 111 0 100 0 83 0 78 0 72 0 78 0 78 0 94 0 133 0 111 0 117 0 94 0 100 0 89 0 72 0 72 0 100 0 89 0 89 0 72 0 67 0 78 0 67 0 67 0 89 0 +USW00023188198612PRCP 0 0 0 0 0 0 0T 0 13 0 147 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 18 0 64 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198612SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198612SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198612ACMH 70 X 40 X 30 X 90 X 100 X 100 X 50 X 0 X 10 X 0 X 0 X 0 X 40 X 100 X 70 X 60 X 20 X 10 X 40 X 60 X 10 X 30 X 70 X 10 X 30 X 30 X 50 X 10 X 20 X 30 X 70 X +USW00023188198612ACSH 60 X 50 X 10 X 100 X 100 X 100 X 80 X 0 X 0 X 0 X 0 X 0 X 30 X 100 X 40 X 40 X 0 X 0 X 30 X 80 X 20 X 40 X 80 X 10 X 60 X 40 X 60 X 0 X 40 X 40 X 80 X +USW00023188198612AWND 23 X 20 X 16 X 13 X 19 X 36 X 25 X 20 X 20 X 20 X 21 X 23 X 21 X 21 X 26 X 22 X 23 X 24 X 25 X 26 X 21 X 17 X 22 X 20 X 24 X 17 X 21 X 21 X 22 X 20 X 17 X +USW00023188198612FMTM 1424 X 1353 X 1334 X 1650 X 1411 X 1655 X 1218 X 1422 X 1335 X 1504 X 1355 X 1510 X 1508 X 1329 X 1352 X 1322 X 1213 X 1607 X 1444 X 1153 X 1213 X 1441 X 1721 X 1347 X 1430 X 1510 X 1554 X 1345 X 1529 X 1420 X 1558 X +USW00023188198612PGTM 1341 X 1202 X 1430 X 0843 X 0739 X 1211 X 1351 X 1425 X 1322 X 1255 X 1415 X 1303 X 1446 X 1336 X 1357 X 1323 X 1213 X 1501 X 1530 X 1151 X 1205 X 1325 X 1352 X 1345 X 1445 X 1510 X 1547 X 1408 X 1633 X 1442 X 1531 X +USW00023188198612TSUN 474 X 472 X 597 X 49 X 2 X 0 X 406 X 605 X 589 X 603 X 602 X 602 X 577 X 502 X 418 X 433 X 600 X 600 X 460 X 284 X 582 X 562 X 264 X 600 X 524 X 540 X 438 X 530 X 580 X 541 X 409 X +USW00023188198612WDFG 270W X 270W X 270W X 180W X 180W X 135W X 225W X 315W X 270W X 270W X 270W X 315W X 270W X 180W X 180W X 180W X 270W X 270W X 270W X 270W X 315W X 270W X 225W X 270W X 270W X 315W X 270W X 315W X 315W X 315W X 270W X +USW00023188198612WDFM 315W X 45W X 315W X 315W X 270W X 180W X 135W X 270W X 270W X 270W X 270W X 315W X 270W X 180W X 180W X 225W X 270W X 270W X 315W X 225W X 270W X 315W X 270W X 270W X 270W X 315W X 270W X 270W X 315W X 270W X 270W X +USW00023188198612WSFG 62 X 57 X 62 X 51 X 51 X 103 X 67 X 62 X 72 X 57 X 62 X 82 X 82 X 57 X 62 X 72 X 62 X 67 X 77 X 118 X 82 X 57 X 67 X 72 X 77 X 67 X 62 X 72 X 72 X 62 X 82 X +USW00023188198612WSFM 54 X 45 X 49 X 27 X 40 X 72 X 63 X 40 X 63 X 40 X 49 X 58 X 58 X 31 X 31 X 40 X 40 X 45 X 72 X 85 X 58 X 36 X 40 X 54 X 58 X 49 X 45 X 58 X 58 X 49 X 63 X +USW00023188198612WT01-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 +USW00023188198612WT02-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198612WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198612WT08-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188198612WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198701TMAX 183 0 194 0 178 0 156 0 167 0 161 0 167 0 167 0 178 0 194 0 239 0 233 0 172 0 161 0 156 0 117 0 139 0 156 0 161 0 194 0 172 0 189 0 167 0 178 0 211 0 256 0 194 0 183 0 167 0 161 0 172 0 +USW00023188198701TMIN 89 0 117 0 83 0 111 0 117 0 94 0 100 0 72 0 83 0 39 0 44 0 61 0 72 0 106 0 78 0 28 0 22 0 50 0 89 0 67 0 50 0 39 0 94 0 94 0 78 0 83 0 111 0 133 0 100 0 111 0 94 0 +USW00023188198701PRCP 0 0 0 0 0 0 234 0 97 0 76 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198701SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198701SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198701ACMH 80 X 50 X 20 X 90 X 70 X 70 X 40 X 30 X 40 X 0 X 0 X 0 X 90 X 70 X 50 X 0 X 0 X 30 X 30 X 0 X 0 X 50 X 60 X 20 X 10 X 30 X 100 X 60 X 60 X 80 X 10 X +USW00023188198701ACSH 80 X 50 X 30 X 100 X 60 X 80 X 50 X 20 X 40 X 0 X 0 X 0 X 90 X 80 X 70 X 0 X 0 X 20 X 20 X 0 X 0 X 60 X 50 X 40 X 20 X 20 X 100 X 40 X 80 X 80 X 20 X +USW00023188198701AWND 22 X 32 X 28 X 55 X 61 X 35 X 37 X 28 X 30 X 22 X 23 X 24 X 24 X 28 X 50 X 39 X 28 X 32 X 32 X 44 X 28 X 31 X 22 X 28 X 23 X 25 X 23 X 33 X 26 X 34 X 27 X +USW00023188198701FMTM 1525 X 1405 X 1057 X 2347 X 1438 X 2127 X 1245 X 1607 X 1536 X 1503 X 1502 X 1448 X 2015 X 0944 X 1416 X 1844 X 1326 X 1546 X 1428 X 0957 X 1500 X 1509 X 1423 X 1320 X 1238 X 1609 X 1444 X 0201 X 1550 X 2253 X 1716 X +USW00023188198701PGTM 1533 X 1401 X 1030 X 2351 X 1413 X 2133 X 1212 X 1300 X 1618 X 1436 X 1503 X 1448 X 2030 X 0925 X 1417 X 1608 X 1433 X 1552 X 1501 X 1003 X 1502 X 1456 X 1326 X 1323 X 1510 X 1633 X 1452 X 1530 X 1339 X 2304 X 1338 X +USW00023188198701TSUN 374 X 586 X 444 X 0 X 314 X 363 X 354 X 602 X 552 X 609 X 610 X 611 X 432 X 231 X 301 X 615 X 596 X 617 X 568 X 620 X 621 X 579 X 432 X 626 X 618 X 603 X 102 X 404 X 569 X 262 X 636 X +USW00023188198701WDFG 270W X 270W X 225W X 225W X 270W X 180W X 270W X 315W X 315W X 270W X 315W X 270W X 135W X 135W X 270W X 270W X 270W X 225W X 270W X 45W X 270W X 315W X 270W X 270W X 270W X 315W X 270W X 225W X 225W X 270W X 180W X +USW00023188198701WDFM 270W X 270W X 180W X 225W X 270W X 180W X 270W X 270W X 270W X 315W X 315W X 270W X 135W X 135W X 225W X 360W X 270W X 225W X 270W X 45W X 270W X 270W X 270W X 270W X 315W X 315W X 270W X 315W X 225W X 270W X 315W X +USW00023188198701WSFG 77 X 82 X 72 X 154 X 123 X 118 X 103 X 93 X 87 X 72 X 67 X 82 X 57 X 77 X 118 X 82 X 82 X 72 X 77 X 113 X 82 X 82 X 67 X 103 X 67 X 72 X 72 X 87 X 82 X 87 X 77 X +USW00023188198701WSFM 63 X 67 X 40 X 80 X 89 X 89 X 76 X 72 X 72 X 63 X 54 X 63 X 27 X 36 X 80 X 58 X 63 X 40 X 54 X 72 X 63 X 63 X 45 X 80 X 54 X 49 X 54 X 58 X 45 X 67 X 49 X +USW00023188198701WT01 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198701WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00023188198701WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198702TMAX 211 0 183 0 172 0 194 0 261 0 278 0 267 0 228 0 206 0 200 0 200 0 189 0 189 0 189 0 161 0 178 0 189 0 183 0 194 0 189 0 189 0 156 0 144 0 128 0 139 0 156 0 161 0 167 0-9999 -9999 -9999 +USW00023188198702TMIN 89 0 78 0 94 0 117 0 83 0 94 0 144 0 144 0 128 0 144 0 133 0 133 0 133 0 139 0 117 0 89 0 83 0 72 0 67 0 83 0 67 0 94 0 78 0 78 0 72 0 72 0 78 0 78 0-9999 -9999 -9999 +USW00023188198702PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0T 0 0T 0 61 0 3 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 38 0 163 0 71 0 3 0 0 0 0 0-9999 -9999 -9999 +USW00023188198702SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198702SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198702ACMH 0 X 50 X 90 X 20 X 0 X 40 X 90 X 70 X 90 X 80 X 80 X 100 X 100 X 60 X 80 X 0 X 10 X 10 X 20 X 10 X 20 X 50 X 80 X 90 X 70 X 60 X 0 X 50 X-9999 -9999 -9999 +USW00023188198702ACSH 0 X 80 X 100 X 0 X 0 X 20 X 100 X 70 X 100 X 80 X 80 X 100 X 90 X 30 X 100 X 0 X 10 X 10 X 40 X 20 X 0 X 60 X 90 X 80 X 60 X 60 X 0 X 80 X-9999 -9999 -9999 +USW00023188198702AWND 24 X 26 X 28 X 35 X 26 X 42 X 38 X 23 X 26 X 25 X 33 X 41 X 37 X 30 X 25 X 40 X 21 X 29 X 34 X 34 X 32 X 32 X 53 X 51 X 45 X 40 X 26 X 30 X-9999 -9999 -9999 +USW00023188198702FMTM 1607 X 1217 X 1408 X 1506 X 1315 X 1249 X 1203 X 1258 X 1427 X 1536 X 1521 X 1548 X 2338 X 1425 X 2203 X 0147 X 1620 X 1516 X 1343 X 1645 X 1546 X 1436 X 1245 X 0148 X 2027 X 1519 X 1449 X 1558 X-9999 -9999 -9999 +USW00023188198702PGTM 1617 X 1247 X 1242 X 1504 X 1337 X 1325 X 1455 X 0739 X 1427 X 1505 X 1448 X 1441 X 1603 X 1447 X 2324 X 0213 X 1609 X 1835 X 1317 X 1717 X 1548 X 1127 X 1543 X 0150 X 1151 X 1540 X 1433 X 1554 X-9999 -9999 -9999 +USW00023188198702TSUN 637 X 569 X 177 X 627 X 644 X 546 X 154 X 304 X 120 X 298 X 300 X 271 X 155 X 482 X 78 X 664 X 666 X 659 X 667 X 603 X 673 X 314 X 88 X 287 X 403 X 448 X 685 X 613 X-9999 -9999 -9999 +USW00023188198702WDFG 270W X 270W X 270W X 315W X 225W X 45W X 90W X 90W X 180W X 180W X 270W X 270W X 270W X 225W X 315W X 315W X 270W X 45W X 270W X 315W X 225W X 135W X 270W X 270W X 180W X 270W X 225W X 270W X-9999 -9999 -9999 +USW00023188198702WDFM 270W X 315W X 270W X 315W X 225W X 90W X 45W X 180W X 180W X 225W X 270W X 270W X 270W X 270W X 270W X 315W X 270W X 270W X 270W X 270W X 225W X 180W X 225W X 270W X 225W X 270W X 225W X 270W X-9999 -9999 -9999 +USW00023188198702WSFG 82 X 72 X 72 X 123 X 159 X 154 X 123 X 93 X 82 X 77 X 93 X 98 X 72 X 87 X 98 X 134 X 77 X 93 X 98 X 103 X 98 X 98 X 164 X 149 X 123 X 103 X 82 X 77 X-9999 -9999 -9999 +USW00023188198702WSFM 76 X 54 X 45 X 89 X 54 X 63 X 76 X 31 X 54 X 36 X 63 X 85 X 54 X 58 X 63 X 89 X 67 X 49 X 76 X 76 X 54 X 58 X 103 X 107 X 94 X 80 X 49 X 54 X-9999 -9999 -9999 +USW00023188198702WT01-9999 1 0 1 0-9999 1 X 1 X 1 X-9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198702WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198702WT08 1 0 1 0 1 0 1 0 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198702WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198702WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198703TMAX 161 0 178 0 228 0 294 0 228 0 161 0 172 0 183 0 178 0 178 0 183 0 167 0 189 0 172 0 161 0 178 0 189 0 167 0 167 0 167 0 161 0 156 0 167 0 172 0 189 0 206 0 178 0 211 0 250 0 250 0 256 0 +USW00023188198703TMIN 83 0 106 0 89 0 106 0 156 0 139 0 133 0 133 0 128 0 106 0 133 0 133 0 117 0 128 0 111 0 106 0 94 0 106 0 117 0 100 0 111 0 106 0 78 0 106 0 89 0 94 0 128 0 111 0 89 0 111 0 94 0 +USW00023188198703PRCP 0 0 0 0 0 0 0 0 20 0 91 0 3 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 38 0 0T 0 0 0 0 0 0 0 0 0 81 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198703SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198703SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198703ACMH 30 X 60 X 20 X 70 X 100 X 100 X 90 X 70 X 70 X 70 X 50 X 90 X 60 X 80 X 70 X 30 X 0 X 70 X 50 X 30 X 70 X 40 X 40 X 30 X 0 X 0 X 60 X 20 X 60 X 70 X 10 X +USW00023188198703ACSH 20 X 80 X 40 X 90 X 100 X 100 X 90 X 60 X 90 X 90 X 10 X 90 X 50 X 70 X 60 X 20 X 0 X 90 X 40 X 30 X 90 X 50 X 40 X 30 X 0 X 0 X 40 X 0 X 50 X 70 X 0 X +USW00023188198703AWND 29 X 29 X 20 X 25 X 41 X 23 X 34 X 32 X 28 X 31 X 40 X 40 X 36 X 45 X 87 X 32 X 25 X 31 X 63 X 38 X 57 X 58 X 35 X 37 X 21 X 21 X 32 X 29 X 29 X 30 X 24 X +USW00023188198703FMTM 1339 X 1333 X 1550 X 1541 X 1237 X 0100 X 1535 X 0906 X 1355 X 1355 X 1417 X 1106 X 1444 X 1857 X 0939 X 0133 X 1305 X 1417 X 1154 X 1526 X 1430 X 0623 X 2000 X 1428 X 1326 X 1314 X 1409 X 1414 X 1224 X 1423 X 1122 X +USW00023188198703PGTM 1242 X 1704 X 1543 X 1552 X 0920 X 0345 X 1536 X 1533 X 1352 X 1347 X 1207 X 1209 X 1343 X 1854 X 1344 X 1306 X 1434 X 1331 X 1023 X 1427 X 1434 X 0557 X 2010 X 1404 X 1353 X 1308 X 1315 X 1532 X 1225 X 1451 X 1129 X +USW00023188198703TSUN 646 X 534 X 680 X 449 X 2 X 21 X 203 X 356 X 477 X 348 X 656 X 161 X 624 X 425 X 484 X 597 X 717 X 160 X 544 X 712 X 380 X 618 X 570 X 620 X 738 X 739 X 560 X 744 X 730 X 747 X 750 X +USW00023188198703WDFG 225W X 270W X 225W X 225W X 225W X 90W X 270W X 315W X 225W X 315W X 270W X 270W X 270W X 225W X 225W X 225W X 225W X 135W X 270W X 270W X 180W X 270W X 270W X 270W X 270W X 315W X 225W X 270W X 315W X 315W X 225W X +USW00023188198703WDFM 270W X 270W X 270W X 225W X 45W X 45W X 270W X 270W X 225W X 270W X 270W X 270W X 270W X 270W X 270W X 315W X 225W X 135W X 270W X 315W X 180W X 270W X 270W X 270W X 270W X 270W X 225W X 180W X 315W X 315W X 225W X +USW00023188198703WSFG 87 X 82 X 57 X 62 X 129 X 57 X 77 X 77 X 82 X 93 X 93 X 87 X 82 X 108 X 180 X 103 X 87 X 82 X 139 X 87 X 134 X 144 X 98 X 103 X 82 X 72 X 72 X 72 X 77 X 93 X 77 X +USW00023188198703WSFM 63 X 72 X 40 X 45 X 94 X 40 X 67 X 54 X 58 X 63 X 72 X 67 X 54 X 72 X 134 X 72 X 58 X 45 X 89 X 72 X 98 X 98 X 76 X 72 X 58 X 54 X 45 X 49 X 63 X 76 X 40 X +USW00023188198703WT01-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188198703WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188198703WT14-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198703WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198704TMAX 228 0 183 0 172 0 172 0 178 0 200 0 222 0 256 0 267 0 206 0 178 0 189 0 222 0 267 0 239 0 228 0 172 0 178 0 200 0 256 0 306 0 294 0 228 0 211 0 194 0 178 0 178 0 178 0 178 0 206 0-9999 +USW00023188198704TMIN 128 0 106 0 111 0 106 0 111 0 111 0 128 0 139 0 139 0 139 0 139 0 139 0 133 0 139 0 150 0 133 0 139 0 144 0 144 0 117 0 128 0 150 0 156 0 144 0 150 0 156 0 150 0 156 0 156 0 156 0-9999 +USW00023188198704PRCP 0 0 0T 0 188 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0-9999 +USW00023188198704SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198704SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198704ACMH 20 X 60 X 90 X 20 X 30 X 10 X 10 X 0 X 10 X 40 X 100 X 40 X 10 X 60 X 80 X 80 X 100 X 100 X 30 X 0 X 0 X 0 X 40 X 30 X 80 X 100 X 100 X 100 X 100 X 60 X-9999 +USW00023188198704ACSH 0 X 70 X 80 X 10 X 40 X 20 X 30 X 0 X 10 X 20 X 100 X 50 X 10 X 80 X 100 X 80 X 100 X 100 X 20 X 0 X 0 X 0 X 60 X 20 X 90 X 100 X 100 X 100 X 100 X 40 X-9999 +USW00023188198704AWND 34 X 36 X 56 X 34 X 31 X 34 X 30 X 26 X 28 X 33 X 40 X 40 X 28 X 37 X 32 X 31 X 29 X 43 X 37 X 33 X 33 X 34 X 33 X 30 X 32 X 28 X 34 X 26 X 33 X 40 X-9999 +USW00023188198704FMTM 1427 X 1446 X 0607 X 1207 X 1610 X 1258 X 1353 X 1502 X 1330 X 1542 X 1006 X 1344 X 1403 X 1426 X 1147 X 1404 X 1443 X 1350 X 1140 X 1539 X 1427 X 1347 X 1417 X 1348 X 1418 X 1132 X 1827 X 0857 X 0928 X 1517 X-9999 +USW00023188198704PGTM 1421 X 1135 X 1131 X 1207 X 1339 X 1426 X 1533 X 1325 X 1145 X 1449 X 0514 X 0632 X 1423 X 1404 X 1222 X 1436 X 1342 X 1523 X 1201 X 1515 X 1524 X 1300 X 1252 X 1325 X 1406 X 1511 X 1459 X 1109 X 0929 X 1400 X-9999 +USW00023188198704TSUN 752 X 719 X 708 X 758 X 753 X 706 X 764 X 766 X 767 X 647 X 11 X 545 X 775 X 777 X 779 X 688 X 10 X 6 X 611 X 788 X 791 X 793 X 770 X 752 X 584 X 0 X 0 X 0 X 0 X 557 X-9999 +USW00023188198704WDFG 225W X 270W X 225W X 225W X 270W X 270W X 270W X 270W X 180W X 225W X 135W X 135W X 270W X 270W X 315W X 225W X 180W X 225W X 270W X 270W X 270W X 270W X 270W X 315W X 225W X 270W X 315W X 180W X 180W X 225W X-9999 +USW00023188198704WDFM 270W X 315W X 270W X 225W X 270W X 315W X 270W X 270W X 315W X 225W X 135W X 225W X 315W X 270W X 315W X 225W X 225W X 180W X 225W X 270W X 270W X 270W X 270W X 270W X 225W X 270W X 270W X 225W X 180W X 270W X-9999 +USW00023188198704WSFG 98 X 98 X 129 X 87 X 87 X 87 X 87 X 93 X 72 X 72 X 82 X 103 X 72 X 118 X 82 X 72 X 82 X 93 X 93 X 98 X 108 X 113 X 82 X 82 X 82 X 67 X 67 X 67 X 77 X 93 X-9999 +USW00023188198704WSFM 63 X 76 X 80 X 54 X 54 X 72 X 67 X 72 X 49 X 49 X 49 X 54 X 49 X 89 X 72 X 49 X 40 X 58 X 63 X 76 X 80 X 80 X 58 X 58 X 54 X 45 X 49 X 36 X 49 X 58 X-9999 +USW00023188198704WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188198704WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198704WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188198704WT14-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 +USW00023188198704WT16-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 +USW00023188198705TMAX 200 0 200 0 228 0 250 0 228 0 206 0 200 0 206 0 206 0 206 0 217 0 233 0 194 0 189 0 200 0 217 0 217 0 200 0 189 0 200 0 206 0 206 0 206 0 200 0 183 0 183 0 200 0 194 0 194 0 206 0 211 0 +USW00023188198705TMIN 156 0 150 0 144 0 150 0 161 0 167 0 167 0 161 0 172 0 161 0 167 0 172 0 167 0 167 0 161 0 156 0 172 0 161 0 161 0 156 0 150 0 128 0 161 0 156 0 144 0 139 0 144 0 156 0 156 0 156 0 150 0 +USW00023188198705PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 5 0 0T 0 0 0 0T 0 0 0 0 0 0 0 +USW00023188198705SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198705SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198705ACMH 70 X 50 X 0 X 0 X 30 X 70 X 90 X 90 X 100 X 100 X 90 X 100 X 100 X 90 X 100 X 90 X 100 X 80 X 100 X 70 X 40 X 40 X 80 X 100 X 100 X 90 X 60 X 90 X 100 X 50 X 10 X +USW00023188198705ACSH 60 X 60 X 0 X 0 X 10 X 50 X 90 X 80 X 100 X 100 X 70 X 90 X 100 X 100 X 100 X 80 X 100 X 60 X 100 X 80 X 40 X 30 X 80 X 90 X 100 X 90 X 50 X 100 X 100 X 50 X 10 X +USW00023188198705AWND 42 X 35 X 37 X 31 X 36 X 34 X 32 X 34 X 41 X 31 X 32 X 37 X 33 X 30 X 35 X 34 X 43 X 38 X 39 X 43 X 40 X 42 X 48 X 45 X 66 X 54 X 41 X 35 X 34 X 34 X 29 X +USW00023188198705FMTM 1712 X 1225 X 1258 X 1205 X 1049 X 0845 X 1238 X 1545 X 1243 X 1518 X 1336 X 1359 X 1018 X 1238 X 1526 X 1825 X 1322 X 1410 X 1616 X 1415 X 1428 X 1227 X 1125 X 2255 X 1618 X 0920 X 1634 X 1420 X 1355 X 1156 X 1305 X +USW00023188198705PGTM 1701 X 1215 X 1532 X 1208 X 1058 X 0900 X 1534 X 1530 X 1431 X 1528 X 1329 X 1322 X 1058 X 1451 X 1616 X 1555 X 1211 X 1332 X 1448 X 1339 X 1359 X 1256 X 1438 X 1554 X 1402 X 1052 X 1741 X 1243 X 1353 X 1153 X 1346 X +USW00023188198705TSUN 511 X 656 X 812 X 804 X 785 X 514 X 182 X 354 X 110 X 184 X 343 X 258 X 9 X 144 X 65 X 367 X 87 X 502 X 394 X 304 X 641 X 760 X 324 X 100 X 252 X 237 X 563 X 70 X 26 X 616 X 849 X +USW00023188198705WDFG 225W X 225W X 270W X 270W X 135W X 225W X 225W X 225W X 225W X 180W X 225W X 270W X 180W X 180W X 180W X 225W X 225W X 225W X 225W X 225W X 270W X 270W X 225W X 225W X 225W X 270W X 360W X 225W X 225W X 270W X 180W X +USW00023188198705WDFM 225W X 225W X 270W X 270W X 135W X 225W X 180W X 270W X 270W X 180W X 225W X 270W X 180W X 180W X 180W X 270W X 315W X 225W X 225W X 225W X 270W X 270W X 270W X 225W X 270W X 270W X 270W X 225W X 225W X 270W X 180W X +USW00023188198705WSFG 103 X 93 X 82 X 87 X 82 X 77 X 87 X 98 X 87 X 77 X 87 X 108 X 67 X 62 X 67 X 72 X 93 X 123 X 87 X 108 X 118 X 113 X 113 X 93 X 134 X 108 X 82 X 93 X 82 X 87 X 72 X +USW00023188198705WSFM 63 X 54 X 63 X 72 X 49 X 45 X 49 X 76 X 58 X 45 X 58 X 76 X 45 X 40 X 45 X 45 X 54 X 58 X 54 X 63 X 76 X 76 X 63 X 58 X 94 X 76 X 63 X 54 X 54 X 58 X 49 X +USW00023188198705WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198705WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198705WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198705WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00023188198705WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00023188198706TMAX 239 0 211 0 222 0 261 0 217 0 206 0 206 0 200 0 200 0 189 0 189 0 194 0 211 0 211 0 217 0 217 0 217 0 211 0 211 0 200 0 206 0 211 0 189 0 222 0 217 0 206 0 217 0 211 0 217 0 211 0-9999 +USW00023188198706TMIN 161 0 161 0 156 0 161 0 172 0 167 0 172 0 172 0 161 0 156 0 156 0 161 0 161 0 167 0 161 0 161 0 161 0 156 0 167 0 167 0 167 0 167 0 161 0 167 0 167 0 167 0 167 0 167 0 172 0 172 0-9999 +USW00023188198706PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198706SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198706SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198706ACMH 40 X 30 X 70 X 70 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 70 X 70 X 30 X 30 X 50 X 40 X 90 X 80 X 80 X 60 X 100 X 70 X 50 X 100 X 60 X 50 X 60 X 50 X-9999 +USW00023188198706ACSH 20 X 20 X 90 X 80 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 50 X 60 X 10 X 10 X 30 X 20 X 80 X 70 X 70 X 50 X 100 X 60 X 40 X 100 X 40 X 30 X 40 X 50 X-9999 +USW00023188198706AWND 36 X 31 X 41 X 38 X 37 X 46 X 35 X 39 X 30 X 30 X 32 X 34 X 44 X 44 X 46 X 49 X 34 X 35 X 34 X 37 X 36 X 37 X 36 X 31 X 34 X 37 X 45 X 39 X 41 X 40 X-9999 +USW00023188198706FMTM 1523 X 1458 X 1515 X 1318 X 1330 X 0800 X 1316 X 1605 X 1336 X 1156 X 1451 X 1526 X 1430 X 1456 X 1240 X 1627 X 1107 X 1345 X 1854 X 1457 X 1419 X 1538 X 1237 X 1417 X 1030 X 1406 X 1559 X 1356 X 1146 X 1335 X-9999 +USW00023188198706PGTM 1604 X 1348 X 1334 X 1335 X 2229 X 1156 X 1511 X 1405 X 1337 X 1724 X 1435 X 1312 X 1433 X 1225 X 1239 X 1114 X 1304 X 1523 X 1417 X 1428 X 1537 X 1520 X 1540 X 1425 X 1356 X 1408 X 1253 X 1015 X 1226 X 1308 X-9999 +USW00023188198706TSUN 702 X 771 X 644 X 372 X 183 X 5 X 0 X 0 X 0 X 0 X 0 X 1 X 539 X 512 X 801 X 834 X 729 X 790 X 749 X 439 X 538 X 703 X 85 X 463 X 564 X 17 X 611 X 621 X 718 X 546 X-9999 +USW00023188198706WDFG 180W X 225W X 270W X 270W X 135W X 180W X 270W X 270W X 225W X 225W X 270W X 270W X 270W X 270W X 270W X 270W X 225W X 180W X 225W X 225W X 135W X 180W X 180W X 225W X 180W X 270W X 270W X 225W X 225W X 225W X-9999 +USW00023188198706WDFM 180W X 225W X 270W X 270W X 135W X 135W X 270W X 270W X 225W X 225W X 315W X 270W X 270W X 315W X 270W X 270W X 315W X 225W X 270W X 225W X 180W X 180W X 180W X 225W X 225W X 270W X 270W X 270W X 270W X 225W X-9999 +USW00023188198706WSFG 72 X 72 X 93 X 113 X 77 X 98 X 72 X 77 X 72 X 72 X 82 X 77 X 103 X 103 X 108 X 103 X 87 X 77 X 82 X 82 X 77 X 77 X 77 X 72 X 77 X 93 X 103 X 98 X 93 X 93 X-9999 +USW00023188198706WSFM 45 X 49 X 76 X 89 X 49 X 63 X 54 X 54 X 40 X 40 X 49 X 54 X 72 X 76 X 85 X 72 X 54 X 54 X 54 X 45 X 45 X 45 X 45 X 49 X 45 X 49 X 72 X 58 X 58 X 58 X-9999 +USW00023188198706WT01 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198706WT08 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198706WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198706WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198707TMAX 222 0 222 0 217 0 206 0 206 0 206 0 200 0 200 0 217 0 211 0 228 0 233 0 222 0 217 0 211 0 206 0 194 0 228 0 233 0 211 0 217 0 228 0 222 0 222 0 228 0 233 0 217 0 222 0 239 0 244 0 256 0 +USW00023188198707TMIN 172 0 167 0 167 0 167 0 161 0 167 0 167 0 161 0 172 0 161 0 178 0 178 0 178 0 178 0 172 0 167 0 167 0 172 0 150 0 167 0 167 0 167 0 172 0 167 0 161 0 161 0 178 0 178 0 183 0 178 0 167 0 +USW00023188198707PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198707SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198707SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198707ACMH 60 X 60 X 50 X 50 X 60 X 50 X 80 X 100 X 80 X 90 X 50 X 40 X 60 X 90 X 100 X 100 X 100 X 30 X 10 X 90 X 40 X 20 X 30 X 60 X 50 X 40 X 70 X 60 X 40 X 30 X 20 X +USW00023188198707ACSH 50 X 40 X 50 X 30 X 40 X 40 X 70 X 100 X 70 X 80 X 30 X 20 X 30 X 80 X 100 X 100 X 100 X 30 X 0 X 100 X 40 X 10 X 30 X 50 X 30 X 40 X 60 X 40 X 30 X 20 X 10 X +USW00023188198707AWND 42 X 43 X 36 X 36 X 34 X 35 X 37 X 44 X 42 X 36 X 36 X 49 X 45 X 40 X 33 X 43 X 37 X 32 X 34 X 38 X 46 X 40 X 42 X 41 X 30 X 29 X 31 X 34 X 34 X 33 X 32 X +USW00023188198707FMTM 1517 X 1539 X 1557 X 1400 X 1209 X 1441 X 1236 X 0839 X 0653 X 1638 X 1337 X 1513 X 1139 X 1110 X 1350 X 1255 X 1008 X 1608 X 1559 X 1250 X 1736 X 1553 X 1300 X 1607 X 1256 X 1354 X 1427 X 1241 X 1535 X 1844 X 1457 X +USW00023188198707PGTM 1507 X 1147 X 1316 X 1707 X 1242 X 1423 X 1302 X 1032 X 0658 X 1212 X 1237 X 1430 X 1208 X 1110 X 1400 X 1119 X 1018 X 1534 X 1644 X 1543 X 1411 X 1558 X 1358 X 1548 X 1427 X 1203 X 1548 X 1408 X 1516 X 1604 X 1306 X +USW00023188198707TSUN 481 X 587 X 467 X 606 X 564 X 563 X 352 X 81 X 358 X 361 X 618 X 749 X 596 X 247 X 11 X 35 X 11 X 632 X 842 X 13 X 519 X 766 X 777 X 517 X 566 X 478 X 339 X 716 X 666 X 673 X 795 X +USW00023188198707WDF1-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 280 X-9999 -9999 -9999 -9999 -9999 210 X-9999 -9999 -9999 -9999 -9999 +USW00023188198707WDFG 270W X 315W X 270W X 225W X 180W X 225W X 180W X 180W X 135W X 180W X 225W X 270W X 270W X 270W X 225W X 225W X 135W X 270W X 270W X 315W X 270W X 270W X 270W X 270W X 225W X 225W X 180W X 225W X 270W X 270W X 270W X +USW00023188198707WDFM 270W X 270W X 270W X 225W X 180W X 225W X 225W X 180W X 135W X 225W X 225W X 270W X 270W X 270W X 225W X 180W X 180W X 270W X 270W X-9999 270W X 270W X 270W X 270W X 225W X-9999 225W X 225W X 270W X 270W X 315W X +USW00023188198707WSF1-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 63 X-9999 -9999 -9999 -9999 -9999 63 X-9999 -9999 -9999 -9999 -9999 +USW00023188198707WSFG 98 X 87 X 93 X 72 X 82 X 77 X 72 X 87 X 82 X 77 X 93 X 118 X 98 X 93 X 72 X 77 X 103 X 87 X 93 X 77 X 103 X 103 X 113 X 98 X 77 X 77 X 67 X 72 X 82 X 77 X 87 X +USW00023188198707WSFM 72 X 63 X 63 X 45 X 45 X 45 X 40 X 58 X 54 X 45 X 49 X 76 X 76 X 67 X 49 X 45 X 58 X 58 X 76 X-9999 72 X 80 X 76 X 76 X 49 X-9999 45 X 40 X 58 X 49 X 54 X +USW00023188198707WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 +USW00023188198707WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 +USW00023188198707WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198707WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198708TMAX 272 0 278 0 261 0 256 0 233 0 244 0 239 0 250 0 244 0 239 0 250 0 239 0 211 0 194 0 228 0 233 0 217 0 222 0 233 0 233 0 239 0 239 0 228 0 222 0 217 0 228 0 228 0 228 0 239 0 239 0 256 0 +USW00023188198708TMIN 183 0 200 0 200 0 194 0 194 0 194 0 194 0 189 0 200 0 194 0 194 0 200 0 183 0 172 0 172 0 183 0 189 0 183 0 178 0 178 0 178 0 172 0 167 0 178 0 178 0 161 0 172 0 172 0 178 0 183 0 189 0 +USW00023188198708PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198708SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198708SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198708ACMH 50 X 30 X 20 X 30 X 60 X 80 X 50 X 50 X 50 X 70 X 40 X 60 X 100 X 100 X 50 X 60 X 100 X 70 X 60 X 20 X 10 X 10 X 20 X 50 X 40 X 40 X 40 X 60 X 70 X 50 X 70 X +USW00023188198708ACSH 50 X 30 X 10 X 10 X 50 X 90 X 50 X 30 X 30 X 50 X 20 X 30 X 100 X 100 X 50 X 30 X 100 X 60 X 50 X 20 X 10 X 10 X 10 X 30 X 30 X 50 X 60 X 70 X 80 X 30 X 70 X +USW00023188198708AWND 34 X 33 X 33 X 32 X 34 X 30 X 33 X 34 X 39 X 31 X 34 X 43 X 38 X 35 X 39 X 40 X 42 X 49 X 40 X 31 X 35 X 43 X 38 X 34 X 34 X 33 X 37 X 28 X 29 X 41 X 46 X +USW00023188198708FMTM 1221 X 1257 X 1309 X 1259 X 1300 X 1113 X 1329 X 1225 X 1108 X 1345 X 1740 X 1425 X 1638 X 1207 X 1748 X 1424 X 1717 X 1250 X 1345 X 1737 X 1529 X 1637 X 1417 X 1200 X 1229 X 1339 X 1316 X 1410 X 1521 X 1421 X 1438 X +USW00023188198708PGTM 1212 X 1446 X 1343 X 1427 X 1418 X 1128 X 1301 X 1102 X 1248 X 1300 X 1214 X 1235 X 1443 X 1125 X 1258 X 1328 X 1454 X 1433 X 1400 X 1207 X 1524 X 1358 X 1432 X 1354 X 1427 X 1342 X 1211 X 1504 X 1526 X 1326 X 1430 X +USW00023188198708TSUN 584 X 706 X 799 X 742 X 551 X 456 X 638 X 617 X 629 X 609 X 753 X 652 X 0 X 0 X 432 X 559 X 247 X 384 X 783 X 718 X 774 X 789 X 769 X 583 X 593 X 623 X 433 X 276 X 368 X 586 X 733 X +USW00023188198708WDFG 270W X 270W X 225W X 225W X 180W X 225W X 225W X 225W X 270W X 225W X 225W X 270W X 225W X 225W X 225W X 270W X 270W X 270W X 270W X 225W X 270W X 270W X 270W X 180W X 225W X 270W X 270W X 270W X 270W X 270W X 270W X +USW00023188198708WDFM 270W X 315W X 270W X 225W X 180W X 225W X 225W X 225W X 270W X 225W X 270W X 270W X 270W X 225W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X 225W X 225W X 270W X 270W X 315W X 270W X 270W X 270W X +USW00023188198708WSFG 87 X 77 X 82 X 77 X 77 X 77 X 77 X 108 X 98 X 82 X 77 X 103 X 77 X 82 X 98 X 103 X 103 X 98 X 93 X 77 X 98 X 98 X 93 X 87 X 77 X 93 X 103 X 72 X 77 X 93 X 103 X +USW00023188198708WSFM 76 X 54 X 58 X 45 X 45 X 40 X 45 X 49 X 58 X 54 X 54 X 67 X 45 X 40 X 63 X 72 X 76 X 72 X 63 X 58 X 76 X 72 X 72 X 49 X 49 X 63 X 72 X 45 X 54 X 76 X 85 X +USW00023188198708WT01 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00023188198708WT08 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00023188198708WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198708WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198709TMAX 294 0 261 0 222 0 244 0 233 0 239 0 267 0 289 0 267 0 250 0 222 0 211 0 217 0 228 0 233 0 233 0 233 0 239 0 233 0 233 0 250 0 233 0 239 0 244 0 217 0 217 0 228 0 233 0 261 0 261 0-9999 +USW00023188198709TMIN 189 0 194 0 189 0 189 0 189 0 167 0 156 0 178 0 172 0 194 0 189 0 183 0 178 0 156 0 167 0 178 0 178 0 178 0 178 0 183 0 183 0 194 0 194 0 183 0 178 0 178 0 178 0 167 0 178 0 183 0-9999 +USW00023188198709PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198709SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198709SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198709ACMH 50 X 40 X 100 X 40 X 40 X 10 X 10 X 30 X 60 X 90 X 70 X 100 X 40 X 0 X 40 X 90 X 40 X 30 X 30 X 40 X 70 X 100 X 90 X 90 X 80 X 80 X 40 X 0 X 10 X 40 X-9999 +USW00023188198709ACSH 70 X 30 X 100 X 20 X 30 X 20 X 0 X 30 X 70 X 90 X 50 X 100 X 30 X 0 X 20 X 80 X 20 X 20 X 40 X 50 X 70 X 100 X 90 X 80 X 70 X 70 X 40 X 0 X 10 X 50 X-9999 +USW00023188198709AWND 39 X 30 X 34 X 30 X 32 X 36 X 28 X 27 X 36 X 29 X 37 X 52 X 40 X 34 X 29 X 31 X 34 X 40 X 38 X 36 X 30 X 35 X 34 X 30 X 32 X 27 X 30 X 35 X 37 X 34 X-9999 +USW00023188198709FMTM 1424 X 1502 X 1046 X 1005 X 1237 X 1400 X 1411 X 1536 X 1537 X 1441 X 1330 X 0438 X 0237 X 1420 X 1355 X 1250 X 1408 X 1308 X 1508 X 1228 X 1115 X 0319 X 1859 X 1245 X 1356 X 1306 X 1215 X 0949 X 1427 X 1555 X-9999 +USW00023188198709PGTM 1517 X 1901 X 0958 X 1727 X 1551 X 1421 X 1412 X 1208 X 1501 X 1514 X 1355 X 1358 X 1625 X 1349 X 1259 X 1312 X 1332 X 1327 X 1412 X 1203 X 1407 X 0324 X 1903 X 1217 X 1354 X 1157 X 1228 X 1207 X 1243 X 1607 X-9999 +USW00023188198709TSUN 560 X 763 X 121 X 683 X 600 X 754 X 759 X 746 X 714 X 609 X 461 X 54 X 627 X 745 X 635 X 637 X 612 X 706 X 561 X 458 X 574 X 139 X 199 X 229 X 366 X 359 X 542 X 717 X 686 X 530 X-9999 +USW00023188198709WDFG 270W X 135W X 135W X 180W X 315W X 315W X 315W X 270W X 315W X 270W X 225W X 225W X 270W X 315W X 315W X 315W X 270W X 270W X 270W X 270W X 315W X 90W X 315W X 315W X 270W X 225W X 270W X 315W X 315W X 315W X-9999 +USW00023188198709WDFM 315W X 270W X 135W X 270W X 270W X 315W X 315W X 315W X 315W X 270W X 225W X 225W X 225W X 315W X 315W X 315W X 270W X 270W X 270W X 270W X 270W X 90W X 315W X 315W X 225W X 225W X 270W X 315W X 315W X 315W X-9999 +USW00023188198709WSFG 113 X 77 X 82 X 72 X 82 X 87 X 87 X 77 X 98 X 82 X 82 X 98 X 77 X 93 X 87 X 82 X 82 X 98 X 87 X 87 X 72 X 108 X 77 X 77 X 72 X 82 X 82 X 82 X 87 X 82 X-9999 +USW00023188198709WSFM 76 X 49 X 40 X 45 X 54 X 67 X 67 X 49 X 76 X 58 X 40 X 67 X 54 X 67 X 63 X 54 X 58 X 80 X 72 X 72 X 54 X 72 X 63 X 58 X 40 X 45 X 49 X 67 X 76 X 72 X-9999 +USW00023188198709WT01-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 +USW00023188198709WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188198709WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198709WT08-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00023188198709WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198710TMAX 294 0 250 0 400 0 361 0 261 0 233 0 233 0 217 0 228 0 222 0 228 0 228 0 222 0 217 0 222 0 222 0 222 0 189 0 228 0 222 0 239 0 222 0 228 0 222 0 250 0 300 0 244 0 261 0 217 0 211 0 211 0 +USW00023188198710TMIN 183 0 183 0 183 0 194 0 172 0 150 0 189 0 183 0 172 0 161 0 172 0 172 0 161 0 183 0 183 0 172 0 183 0 172 0 172 0 167 0 161 0 183 0 178 0 183 0 172 0 172 0 194 0 172 0 172 0 150 0 161 0 +USW00023188198710PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 130 0 46 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 53 0 5 0 5 0 0 0 0 0 0 0 58 0 0T 0 10 0 132 0 +USW00023188198710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198710ACMH 10 X 20 X 0 X 0 X 40 X 80 X 70 X 70 X 60 X 40 X 100 X 100 X 60 X 100 X 80 X 80 X 90 X 100 X 60 X 60 X 60 X 90 X 90 X 90 X 90 X 90 X 90 X 60 X 60 X 70 X 100 X +USW00023188198710ACSH 10 X 30 X 0 X 0 X 20 X 80 X 50 X 50 X 40 X 40 X 100 X 100 X 40 X 90 X 70 X 60 X 70 X 100 X 50 X 80 X 80 X 100 X 90 X 100 X 100 X 90 X 90 X 70 X 50 X 70 X 100 X +USW00023188198710AWND 35 X 32 X 30 X 24 X 26 X 31 X 40 X 33 X 35 X 34 X 27 X 36 X 27 X 35 X 32 X 33 X 37 X 31 X 40 X 30 X 22 X 41 X 35 X 25 X 30 X 22 X 30 X 34 X 34 X 23 X 37 X +USW00023188198710FMTM 1224 X 1330 X 1337 X 1212 X 1543 X 1704 X 1346 X 1345 X 1618 X 1158 X 1807 X 1259 X 1403 X 1505 X 1456 X 1422 X 1235 X 1702 X 1428 X 1501 X 1221 X 1708 X 1009 X 1627 X 1216 X 1105 X 1034 X 2257 X 1442 X 1333 X 2348 X +USW00023188198710PGTM 1220 X 1302 X 1116 X 1308 X 1709 X 1650 X 1447 X 1355 X 1238 X 1222 X 1808 X 1308 X 1408 X 1522 X 1443 X 1352 X 1325 X 1732 X 1257 X 1505 X 1220 X 1345 X 0141 X 1450 X 1213 X 1109 X 1745 X 2259 X 0003 X 1213 X 2349 X +USW00023188198710TSUN 711 X 589 X 707 X 705 X 545 X 619 X 454 X 431 X 503 X 480 X 47 X 0 X 415 X 119 X 164 X 271 X 171 X 0 X 284 X 390 X 394 X 116 X 299 X 37 X 255 X 410 X 162 X 329 X 447 X 449 X 0 X +USW00023188198710WDFG 315W X 315W X 135W X 315W X 225W X 315W X 315W X 225W X 270W X 315W X 90W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 225W X 180W X 180W X 270W X 315W X 360W X 45W X 135W X 315W X 315W X 135W X +USW00023188198710WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 90W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 225W X 180W X 225W X 315W X 315W X 315W X 315W X 135W X 315W X 315W X 135W X +USW00023188198710WSFG 103 X 87 X 98 X 82 X 67 X 82 X 93 X 72 X 93 X 82 X 108 X 103 X 82 X 82 X 77 X 87 X 103 X 57 X 93 X 77 X 82 X 108 X 93 X 72 X 87 X 72 X 93 X 144 X 103 X 77 X 103 X +USW00023188198710WSFM 76 X 72 X 72 X 63 X 45 X 67 X 80 X 49 X 54 X 54 X 72 X 89 X 63 X 63 X 67 X 72 X 76 X 49 X 72 X 58 X 49 X 76 X 54 X 54 X 63 X 58 X 63 X 72 X 76 X 67 X 49 X +USW00023188198710WT01 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 +USW00023188198710WT02-9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198710WT08 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198710WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198710WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00023188198711TMAX 211 0 194 0 194 0 200 0 189 0 200 0 194 0 206 0 222 0 267 0 272 0 250 0 189 0 200 0 206 0 194 0 206 0 244 0 261 0 261 0 194 0 189 0 189 0 217 0 189 0 194 0 200 0 183 0 183 0 183 0-9999 +USW00023188198711TMIN 161 0 144 0 122 0 139 0 139 0 144 0 128 0 122 0 144 0 122 0 128 0 128 0 156 0 139 0 106 0 106 0 122 0 133 0 122 0 100 0 133 0 117 0 128 0 106 0 117 0 83 0 72 0 83 0 117 0 89 0-9999 +USW00023188198711PRCP 10 0 0 0 0 0 53 0 229 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 0 0 0 0 13 0 3 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198711ACMH 80 X 80 X 30 X 80 X 80 X 60 X 50 X 30 X 50 X 20 X 10 X 30 X 100 X 40 X 0 X 70 X 80 X 10 X 10 X 20 X 30 X 10 X 40 X 0 X 20 X 0 X 0 X 50 X 20 X 40 X-9999 +USW00023188198711ACSH 70 X 90 X 10 X 100 X 90 X 40 X 60 X 20 X 60 X 40 X 10 X 20 X 90 X 40 X 0 X 90 X 70 X 0 X 30 X 30 X 30 X 10 X 30 X 0 X 40 X 0 X 0 X 20 X 20 X 70 X-9999 +USW00023188198711AWND 48 X 42 X 31 X 31 X 36 X 30 X 27 X 34 X 30 X 21 X 21 X 20 X 28 X 41 X 28 X 25 X 24 X 32 X 25 X 23 X 30 X 25 X 25 X 24 X 30 X 23 X 23 X 26 X 33 X 26 X-9999 +USW00023188198711FMTM 1207 X 1313 X 1603 X 1747 X 1112 X 1434 X 1346 X 1337 X 1318 X 1437 X 1442 X 1648 X 1322 X 0253 X 1517 X 1555 X 2346 X 1153 X 1337 X 1505 X 0229 X 1435 X 1347 X 1321 X 0930 X 1245 X 1317 X 2342 X 1558 X 1150 X-9999 +USW00023188198711PGTM 0030 X 1304 X 1443 X 1748 X 1130 X 1335 X 1415 X 1401 X 1245 X 1439 X 1443 X 1723 X 1200 X 0242 X 1543 X 1235 X 1306 X 0031 X 1437 X 1509 X 0248 X 1333 X 1318 X 1328 X 0927 X 1316 X 1339 X 1438 X 1430 X 1145 X-9999 +USW00023188198711TSUN 362 X 159 X 628 X 338 X 206 X 516 X 590 X 457 X 547 X 637 X 635 X 607 X 109 X 492 X 629 X 528 X 394 X 625 X 624 X 615 X 526 X 619 X 541 X 597 X 565 X 615 X 614 X 601 X 602 X 511 X-9999 +USW00023188198711WDFG 135W X 315W X 315W X 45W X 135W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 225W X 225W X 90W X 315W X 315W X 315W X 315W X 315W X 315W X 135W X 315W X 315W X 225W X 270W X 315W X-9999 +USW00023188198711WDFM 180W X 270W X 315W X 45W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 180W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 135W X 315W X 315W X 270W X 315W X 315W X-9999 +USW00023188198711WSFG 98 X 108 X 82 X 134 X 98 X 77 X 77 X 82 X 87 X 82 X 62 X 67 X 77 X 113 X 82 X 72 X 72 X 87 X 62 X 77 X 72 X 67 X 67 X 87 X 98 X 82 X 77 X 72 X 72 X 87 X-9999 +USW00023188198711WSFM 54 X 76 X 63 X 103 X 58 X 49 X 63 X 76 X 72 X 67 X 58 X 49 X 31 X 80 X 72 X 31 X 49 X 63 X 63 X 67 X 49 X 45 X 45 X 72 X 58 X 58 X 67 X 40 X 45 X 72 X-9999 +USW00023188198711WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00023188198711WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198711WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00023188198711WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198711WT16 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198712TMAX 189 0 194 0 211 0 178 0 183 0 189 0 194 0 183 0 189 0 233 0 206 0 172 0 139 0 128 0 133 0 156 0 161 0 172 0 150 0 178 0 178 0 172 0 139 0 128 0 117 0 139 0 144 0 167 0 150 0 139 0 161 0 +USW00023188198712TMIN 94 0 106 0 89 0 133 0 128 0 100 0 122 0 94 0 122 0 100 0 111 0 100 0 61 0 28 0 33 0 89 0 106 0 72 0 94 0 72 0 61 0 72 0 78 0 33 0 11 0 28 0 28 0 28 0 50 0 72 0 61 0 +USW00023188198712PRCP 0 0 0 0 0 0 201 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 345 0 48 0 0 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 13 0 0 0 +USW00023188198712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198712ACMH 50 X 20 X 70 X 100 X 50 X 20 X 40 X 30 X 60 X 10 X 60 X 70 X 0 X 40 X 80 X 90 X 90 X 10 X 80 X 0 X 0 X 30 X 10 X 10 X 0 X 0 X 20 X 50 X 40 X 70 X 80 X +USW00023188198712ACSH 20 X 0 X 60 X 100 X 90 X 20 X 40 X 40 X 70 X 0 X 60 X 70 X 0 X 80 X 100 X 100 X 100 X 0 X 100 X 0 X 10 X 10 X 0 X 10 X 0 X 10 X 40 X 90 X 70 X 70 X 70 X +USW00023188198712AWND 26 X 31 X 24 X 49 X 22 X 23 X 36 X 25 X 32 X 18 X 23 X 39 X 65 X 20 X 22 X 55 X 43 X 25 X 37 X 26 X 26 X 35 X 53 X 34 X 28 X 25 X 23 X 18 X 29 X 30 X 23 X +USW00023188198712FMTM 1339 X 1157 X 1429 X 2106 X 0736 X 1510 X 1508 X 1555 X 1357 X 1500 X 1520 X 2222 X 1139 X 0114 X 2250 X 1136 X 0548 X 1432 X 1320 X 1538 X 1449 X 2317 X 0957 X 1322 X 1422 X 2113 X 1439 X 1430 X 1439 X 1417 X 1617 X +USW00023188198712PGTM 1203 X 1234 X 1440 X 2013 X 1219 X 1226 X 1522 X 1519 X 1527 X 1506 X 1534 X 2136 X 1330 X 1333 X 2253 X 1139 X 0748 X 1451 X 1232 X 1536 X 1501 X 2311 X 1016 X 1316 X 1400 X 1035 X 1440 X 1442 X 1436 X 1625 X 1618 X +USW00023188198712TSUN 609 X 594 X 488 X 75 X 317 X 596 X 454 X 564 X 558 X 526 X 507 X 262 X 591 X 398 X 123 X 62 X 6 X 600 X 34 X 600 X 600 X 590 X 600 X 585 X 600 X 590 X 600 X 411 X 327 X 428 X 433 X +USW00023188198712WDFG 315W X 315W X 315W X 135W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 225W X 135W X 135W X 135W X 315W X 180W X 315W X 315W X 315W X 315W X 360W X 315W X 180W X 315W X 315W X 270W X 315W X 315W X +USW00023188198712WDFM 315W X 315W X 315W X 180W X 45W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 360W X 45W X 90W X 180W X 135W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 90W X 315W X 315W X 270W X 315W X 315W X +USW00023188198712WSFG 77 X 103 X 72 X 159 X 57 X 72 X 87 X 82 X 82 X 72 X 72 X 123 X 170 X 51 X 67 X 144 X 103 X 87 X 113 X 72 X 77 X 129 X 113 X 118 X 82 X 72 X 103 X 82 X 129 X 77 X 72 X +USW00023188198712WSFM 58 X 72 X 54 X 116 X 27 X 45 X 76 X 63 X 67 X 67 X 58 X 80 X 125 X 27 X 27 X 98 X 58 X 67 X 63 X 58 X 67 X 98 X 98 X 80 X 63 X 36 X 76 X 67 X 80 X 58 X 63 X +USW00023188198712WT01 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198712WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198712WT08 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198712WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188198801TMAX 172 0 172 0 172 0 200 0 150 0 167 0 161 0 172 0 178 0 250 0 178 0 172 0 194 0 239 0 183 0 161 0 150 0 144 0 156 0 161 0 161 0 200 0 200 0 239 0 233 0 256 0 233 0 250 0 172 0 172 0 156 0 +USW00023188198801TMIN 50 0 61 0 94 0 100 0 122 0 100 0 78 0 83 0 78 0 83 0 111 0 100 0 67 0 67 0 89 0 100 0 111 0 106 0 61 0 39 0 56 0 94 0 67 0 78 0 89 0 83 0 106 0 100 0 106 0 106 0 106 0 +USW00023188198801PRCP 0 0 0 0 0 0 0T 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 196 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198801ACMH 40 X 80 X 100 X 100 X 100 X 40 X 90 X 50 X 0 X 50 X 70 X 20 X 30 X 10 X 100 X 70 X 100 X 50 X 0 X 20 X 20 X 0 X 10 X 10 X 20 X 70 X 80 X 60 X 70 X 70 X 90 X +USW00023188198801ACSH 70 X 100 X 100 X 90 X 100 X 30 X 100 X 40 X 0 X 60 X 90 X 0 X 60 X 10 X 100 X 90 X 100 X 30 X 0 X 20 X 30 X 10 X 10 X 0 X 40 X 100 X 100 X 60 X 90 X 80 X 90 X +USW00023188198801AWND 23 X 18 X 16 X 16 X 38 X 26 X 26 X 24 X 25 X 23 X 24 X 28 X 25 X 17 X 23 X 28 X 99 X 71 X 30 X 22 X 21 X 50 X 22 X 25 X 20 X 26 X 21 X 21 X 27 X 25 X 28 X +USW00023188198801FMTM 1529 X 1505 X 1956 X 1334 X 1337 X 1645 X 1603 X 1445 X 1616 X 1234 X 1525 X 1335 X 1310 X 1441 X 2117 X 1407 X 1513 X 0214 X 1652 X 1506 X 1533 X 0333 X 1427 X 1251 X 1139 X 1435 X 1240 X 1456 X 1525 X 1532 X 1738 X +USW00023188198801PGTM 1533 X 1530 X 2252 X 2359 X 1345 X 1309 X 1601 X 1523 X 1621 X 1456 X 1533 X 1429 X 1310 X 1437 X 2118 X 2323 X 1515 X 0043 X 1655 X 1517 X 2345 X 0354 X 1501 X 1134 X 1439 X 1448 X 1519 X 1456 X 1256 X 1359 X 1242 X +USW00023188198801TSUN 291 X 204 X 108 X 252 X 0 X 473 X 220 X 485 X 543 X 523 X 352 X 611 X 612 X 613 X 309 X 442 X 147 X 503 X 619 X 620 X 613 X 623 X 624 X 626 X 612 X 581 X 322 X 490 X 532 X 368 X 205 X +USW00023188198801WDF1-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 230 X-9999 -9999 -9999 +USW00023188198801WDFG 315W X 315W X 180W X 90W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 90W X 270W X 315W X 315W X 315W X 90W X 45W X 315W X 270W X 315W X 315W X 225W X 225W X 270W X 270W X 225W X +USW00023188198801WDFM 315W X 315W X 90W X 225W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X 180W X-9999 270W X 315W X 225W X +USW00023188198801WSF1-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 31 X-9999 -9999 -9999 +USW00023188198801WSFG 67 X 67 X 46 X 57 X 108 X 67 X 77 X 82 X 87 X 62 X 82 X 67 X 87 X 72 X 77 X 72 X 288 X 190 X 72 X 98 X 72 X 149 X 82 X 82 X 67 X 62 X 72 X 72 X 72 X 87 X 77 X +USW00023188198801WSFM 54 X 45 X 18 X 18 X 58 X 40 X 58 X 58 X 67 X 49 X 67 X 40 X 67 X 54 X 58 X 49 X 179 X 134 X 58 X 76 X 36 X 94 X 58 X 54 X 45 X 40 X 31 X-9999 36 X 45 X 45 X +USW00023188198801WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198801WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198801WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198801WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198802TMAX 161 0 128 0 167 0 194 0 206 0 228 0 217 0 211 0 233 0 272 0 283 0 261 0 244 0 244 0 239 0 161 0 222 0 172 0 200 0 217 0 228 0 172 0 167 0 189 0 211 0 206 0 217 0 194 0 183 0-9999 -9999 +USW00023188198802TMIN 122 0 106 0 100 0 83 0 61 0 89 0 72 0 83 0 94 0 106 0 111 0 100 0 94 0 89 0 94 0 94 0 100 0 94 0 89 0 83 0 94 0 100 0 122 0 111 0 94 0 128 0 161 0 150 0 144 0-9999 -9999 +USW00023188198802PRCP 20 0 297 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 20 0-9999 -9999 +USW00023188198802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188198802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188198802ACMH 80 X 90 X 90 X 40 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 20 X 10 X 10 X 0 X 20 X 0 X 40 X 50 X 70 X 90 X 60 X 80 X 90 X 80 X 60 X 80 X-9999 -9999 +USW00023188198802ACSH 70 X 100 X 80 X 50 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 10 X 0 X 40 X 0 X 40 X 80 X 90 X 90 X 50 X 90 X 100 X 70 X 80 X 80 X-9999 -9999 +USW00023188198802AWND 38 X 37 X 25 X 20 X 23 X 27 X 19 X 20 X 26 X 32 X 25 X 24 X 19 X 26 X 24 X 25 X 48 X 39 X 34 X 28 X 28 X 25 X 34 X 36 X 32 X 32 X 50 X 35 X 49 X-9999 -9999 +USW00023188198802FMTM 1334 X 1450 X 1505 X 1350 X 1506 X 1624 X 1502 X 1431 X 1518 X 1231 X 1429 X 1320 X 1619 X 1247 X 1502 X 1136 X 1359 X 1208 X 1433 X 1402 X 1428 X 1448 X 1539 X 1158 X 1305 X 1006 X 1339 X 0024 X 2139 X-9999 -9999 +USW00023188198802PGTM 1230 X 1707 X 1503 X 1438 X 1514 X 1620 X 1438 X 1506 X 1504 X 1222 X 1013 X 1548 X 1512 X 2023 X 1518 X 1133 X 1004 X 0920 X 1414 X 1516 X 1417 X 1350 X 1452 X 1207 X 1307 X 1243 X 1359 X 0030 X 1641 X-9999 -9999 +USW00023188198802TSUN 335 X 0 X 381 X 583 X 644 X 646 X 648 X 650 X 651 X 653 X 655 X 656 X 658 X 660 X 662 X 625 X 666 X 517 X 670 X 594 X 616 X 610 X 404 X 520 X 512 X 152 X 300 X 240 X 259 X-9999 -9999 +USW00023188198802WDFG 225W X 45W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 90W X 315W X 225W X 180W X 180W X 180W X 45W X 135W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 180W X 225W X 135W X 180W X-9999 -9999 +USW00023188198802WDFM 225W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 180W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 225W X 135W X 180W X-9999 -9999 +USW00023188198802WSFG 103 X 82 X 72 X 72 X 82 X 82 X 82 X 82 X 87 X 87 X 87 X 72 X 67 X 77 X 72 X 72 X 159 X 129 X 113 X 82 X 82 X 62 X 77 X 77 X 82 X 123 X 134 X 87 X 108 X-9999 -9999 +USW00023188198802WSFM 49 X 67 X 58 X 54 X 58 X 67 X 63 X 67 X 67 X 72 X 58 X 58 X 36 X 63 X 31 X 40 X 103 X 63 X 85 X 72 X 67 X 31 X 36 X 54 X 63 X 80 X 98 X 49 X 72 X-9999 -9999 +USW00023188198802WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00023188198802WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198802WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198802WT14-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198802WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00023188198803TMAX 161 0 172 0 172 0 172 0 178 0 167 0 183 0 206 0 167 0 183 0 178 0 200 0 211 0 222 0 178 0 172 0 206 0 233 0 272 0 278 0 217 0 194 0 211 0 267 0 317 0 339 0 211 0 217 0 256 0 189 0 239 0 +USW00023188198803TMIN 122 0 94 0 106 0 133 0 139 0 133 0 133 0 106 0 128 0 94 0 100 0 83 0 89 0 83 0 111 0 122 0 94 0 94 0 106 0 122 0 111 0 133 0 111 0 122 0 139 0 161 0 161 0 156 0 111 0 128 0 111 0 +USW00023188198803PRCP 89 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198803ACMH 90 X 20 X 50 X 80 X 80 X 90 X 40 X 20 X 80 X 10 X 0 X 0 X 20 X 0 X 80 X 40 X 0 X 0 X 0 X 50 X 50 X 40 X 0 X 0 X 0 X 0 X 60 X 30 X 0 X 40 X 20 X +USW00023188198803ACSH 90 X 10 X 60 X 80 X 60 X 90 X 40 X 10 X 90 X 20 X 0 X 0 X 20 X 0 X 80 X 40 X 0 X 0 X 0 X 70 X 40 X 40 X 0 X 0 X 0 X 0 X 60 X 20 X 0 X 70 X 20 X +USW00023188198803AWND 38 X 34 X 32 X 36 X 31 X 31 X 34 X 39 X 31 X 38 X 41 X 34 X 35 X 26 X 36 X 41 X 33 X 26 X 28 X 16 X 25 X 32 X 29 X 34 X 30 X 26 X 39 X 40 X 29 X 32 X 37 X +USW00023188198803FMTM 2236 X 0047 X 2239 X 1458 X 1253 X 1243 X 1459 X 1238 X 1205 X 1620 X 1328 X 1608 X 1445 X 1214 X 1308 X 1443 X 1336 X 1530 X 1450 X 1433 X 1606 X 1426 X 1545 X 1415 X 1458 X 1526 X 2329 X 1404 X 1602 X 1224 X 1615 X +USW00023188198803PGTM 2242 X 0035 X 1442 X 0323 X 1154 X 1304 X 1508 X 1341 X 1334 X 1455 X 1518 X 1555 X 1513 X 1430 X 1248 X 1417 X 1418 X 1551 X 1509 X 1214 X 1338 X 1406 X 1557 X 1307 X 1512 X 1513 X 2330 X 1405 X 1447 X 1343 X 1230 X +USW00023188198803TSUN 173 X 685 X 526 X 260 X 272 X 168 X 448 X 682 X 315 X 707 X 710 X 711 X 713 X 715 X 282 X 450 X 721 X 724 X 725 X 565 X 712 X 553 X 733 X 735 X 738 X 739 X 716 X 607 X 745 X 460 X 750 X +USW00023188198803WDFG 315W X 315W X 225W X 135W X 225W X 270W X 270W X 315W X 225W X 315W X 225W X 315W X 315W X 270W X 225W X 360W X 315W X 315W X 315W X 180W X 225W X 270W X 315W X 315W X 360W X 315W X 180W X 315W X 315W X 225W X 225W X +USW00023188198803WDFM 315W X 315W X 180W X 225W X 270W X 270W X 270W X 315W X 225W X 315W X 225W X 315W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 225W X 315W X +USW00023188198803WSFG 113 X 118 X 82 X 67 X 82 X 77 X 67 X 98 X 87 X 108 X 82 X 103 X 103 X 87 X 87 X 98 X 93 X 93 X 93 X 72 X 72 X 77 X 77 X 93 X 93 X 87 X 87 X 87 X 103 X 98 X 108 X +USW00023188198803WSFM 89 X 94 X 45 X 40 X 49 X 54 X 36 X 76 X 40 X 76 X 54 X 76 X 76 X 54 X 54 X 67 X 80 X 67 X 76 X 36 X 36 X 40 X 54 X 67 X 76 X 72 X 63 X 72 X 76 X 49 X 76 X +USW00023188198803WT01 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198803WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198803WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198804TMAX 256 0 222 0 228 0 194 0 222 0 261 0 228 0 206 0 222 0 283 0 250 0 233 0 217 0 189 0 167 0 189 0 172 0 189 0 200 0 167 0 178 0 178 0 172 0 189 0 200 0 194 0 189 0 200 0 206 0 206 0-9999 +USW00023188198804TMIN 100 0 111 0 111 0 133 0 128 0 133 0 144 0 144 0 150 0 144 0 139 0 150 0 161 0 106 0 100 0 128 0 139 0 133 0 139 0 117 0 106 0 128 0 133 0 106 0 117 0 128 0 150 0 156 0 133 0 144 0-9999 +USW00023188198804PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 175 0 0T 0 10 0 0T 0 18 0 15 0 361 0 338 0 15 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198804ACMH 30 X 20 X 30 X 50 X 0 X 10 X 50 X 50 X 50 X 70 X 70 X 80 X 80 X 100 X 60 X 70 X 100 X 90 X 80 X 100 X 90 X 70 X 80 X 0 X 10 X 50 X 100 X 60 X 20 X 70 X-9999 +USW00023188198804ACSH 40 X 30 X 10 X 30 X 0 X 20 X 60 X 20 X 50 X 100 X 80 X 90 X 80 X 100 X 60 X 60 X 100 X 90 X 70 X 100 X 80 X 60 X 80 X 0 X 0 X 30 X 100 X 60 X 0 X 80 X-9999 +USW00023188198804AWND 30 X 28 X 25 X 34 X 29 X 35 X 27 X 31 X 31 X 31 X 37 X 36 X 37 X 50 X 46 X 37 X 44 X 39 X 43 X 45 X 48 X 36 X 43 X 37 X 36 X 38 X 36 X 38 X 31 X 58 X-9999 +USW00023188198804FMTM 1346 X 1446 X 1433 X 1159 X 1145 X 1402 X 1056 X 1558 X 1351 X 1258 X 1449 X 1317 X 1555 X 1741 X 1526 X 1358 X 0843 X 2245 X 2257 X 0515 X 0826 X 0904 X 1417 X 1533 X 1523 X 1031 X 1425 X 1606 X 1416 X 2249 X-9999 +USW00023188198804PGTM 1342 X 1457 X 1610 X 1226 X 1548 X 1323 X 1047 X 1136 X 1508 X 1301 X 1442 X 1045 X 1505 X 1725 X 1116 X 1430 X 0844 X 1434 X 2050 X 0518 X 0829 X 1116 X 1413 X 1511 X 1523 X 1048 X 1553 X 1646 X 1404 X 2228 X-9999 +USW00023188198804TSUN 752 X 753 X 756 X 568 X 759 X 761 X 697 X 645 X 573 X 540 X 713 X 512 X 437 X 0 X 386 X 502 X 16 X 186 X 532 X 83 X 342 X 364 X 300 X 796 X 798 X 651 X 227 X 498 X 756 X 495 X-9999 +USW00023188198804WDFG 315W X 315W X 315W X 225W X 225W X 360W X 315W X 225W X 270W X 315W X 315W X 315W X 270W X 225W X 225W X 225W X 270W X 225W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 225W X 315W X 270W X 315W X-9999 +USW00023188198804WDFM 315W X 315W X 315W X 225W X 225W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X 315W X 225W X 225W X 180W X 270W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X-9999 +USW00023188198804WSFG 82 X 98 X 72 X 87 X 77 X 123 X 82 X 77 X 77 X 93 X 108 X 82 X 93 X 154 X 134 X 93 X 93 X 103 X 103 X 118 X 180 X 108 X 139 X 103 X 87 X 98 X 72 X 87 X 82 X 149 X-9999 +USW00023188198804WSFM 76 X 76 X 54 X 45 X 45 X 85 X 67 X 40 X 45 X 72 X 94 X 58 X 58 X 76 X 80 X 54 X 58 X 40 X 72 X 89 X 98 X 54 X 107 X 72 X 63 X 67 X 45 X 58 X 49 X 112 X-9999 +USW00023188198804WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198804WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198804WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198804WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188198804WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198804WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198805TMAX 189 0 233 0 233 0 189 0 172 0 172 0 178 0 183 0 206 0 261 0 256 0 244 0 211 0 183 0 200 0 206 0 189 0 206 0 228 0 239 0 233 0 250 0 200 0 200 0 211 0 211 0 200 0 206 0 189 0 194 0 222 0 +USW00023188198805TMIN 128 0 106 0 128 0 139 0 122 0 111 0 117 0 128 0 122 0 139 0 156 0 156 0 156 0 139 0 144 0 161 0 156 0 150 0 156 0 167 0 161 0 156 0 156 0 156 0 156 0 161 0 161 0 167 0 150 0 139 0 133 0 +USW00023188198805PRCP 0 0 0 0 0 0 0 0 5 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 +USW00023188198805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198805ACMH 0 X 0 X 10 X 70 X 70 X 30 X 50 X 10 X 0 X 0 X 0 X 0 X 10 X 70 X 90 X 90 X 100 X 40 X 10 X 40 X 60 X 80 X 80 X 70 X 60 X 60 X 70 X 90 X 60 X 20 X 20 X +USW00023188198805ACSH 0 X 0 X 0 X 60 X 60 X 30 X 50 X 10 X 0 X 0 X 0 X 0 X 0 X 50 X 90 X 80 X 100 X 40 X 0 X 30 X 40 X 90 X 60 X 60 X 60 X 30 X 60 X 90 X 70 X 20 X 20 X +USW00023188198805AWND 61 X 40 X 26 X 38 X 55 X 52 X 42 X 46 X 39 X 35 X 31 X 30 X 32 X 33 X 31 X 33 X 39 X 34 X 34 X 39 X 32 X 31 X 35 X 36 X 31 X 36 X 34 X 44 X 76 X 36 X 35 X +USW00023188198805FMTM 2049 X 1453 X 1234 X 1438 X 1613 X 1357 X 1508 X 1247 X 1529 X 1426 X 1502 X 1044 X 0912 X 1405 X 1333 X 1556 X 1239 X 1227 X 1351 X 1402 X 1816 X 1234 X 1458 X 1300 X 1555 X 1558 X 1449 X 2321 X 0615 X 1419 X 1307 X +USW00023188198805PGTM 1230 X 1115 X 1358 X 1223 X 1334 X 1237 X 1555 X 1311 X 1531 X 1348 X 1237 X 1343 X 0845 X 1537 X 1439 X 1505 X 1226 X 1257 X 1701 X 1347 X 1239 X 1248 X 0833 X 1335 X 1453 X 1159 X 1452 X 2344 X 0541 X 1339 X 1316 X +USW00023188198805TSUN 808 X 810 X 812 X 618 X 318 X 695 X 487 X 699 X 821 X 823 X 824 X 826 X 828 X 463 X 378 X 247 X 107 X 598 X 807 X 687 X 708 X 358 X 407 X 459 X 351 X 625 X 462 X 235 X 494 X 778 X 837 X +USW00023188198805WDFG 315W X 315W X 270W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 180W X 225W X 180W X 270W X 225W X 270W X 225W X 315W X 315W X 225W X 180W X 225W X 315W X 360W X 225W X 270W X 315W X 225W X 315W X +USW00023188198805WDFM 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 225W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 225W X 270W X 315W X 225W X 315W X +USW00023188198805WSFG 139 X 113 X 72 X 82 X 129 X 134 X 103 X 103 X 93 X 108 X 72 X 72 X 93 X 72 X 72 X 87 X 82 X 93 X 72 X 93 X 77 X 82 X 82 X 87 X 82 X 98 X 93 X 93 X 180 X 87 X 93 X +USW00023188198805WSFM 112 X 80 X 45 X 49 X 72 X 72 X 72 X 76 X 76 X 76 X 49 X 63 X 45 X 40 X 36 X 72 X 54 X 54 X 45 X 67 X 45 X 72 X 40 X 76 X 58 X 58 X 45 X 58 X 121 X 49 X 76 X +USW00023188198805WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198805WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198805WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198805WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188198806TMAX 228 0 244 0 244 0 200 0 183 0 183 0 194 0 211 0 217 0 217 0 194 0 189 0 200 0 194 0 200 0 206 0 200 0 200 0 189 0 217 0 222 0 217 0 211 0 217 0 222 0 239 0 211 0 206 0 217 0 206 0-9999 +USW00023188198806TMIN 139 0 150 0 167 0 161 0 150 0 144 0 128 0 122 0 133 0 150 0 150 0 150 0 156 0 156 0 161 0 161 0 156 0 161 0 161 0 167 0 144 0 161 0 167 0 167 0 172 0 172 0 167 0 167 0 172 0 178 0-9999 +USW00023188198806PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198806ACMH 30 X 0 X 10 X 70 X 70 X 40 X 10 X 20 X 10 X 50 X 60 X 80 X 70 X 100 X 100 X 80 X 100 X 80 X 100 X 50 X 10 X 60 X 60 X 60 X 40 X 20 X 60 X 70 X 60 X 100 X-9999 +USW00023188198806ACSH 40 X 0 X 0 X 60 X 70 X 50 X 10 X 40 X 10 X 30 X 60 X 70 X 60 X 90 X 100 X 70 X 100 X 80 X 100 X 60 X 0 X 80 X 50 X 40 X 30 X 10 X 40 X 90 X 70 X 100 X-9999 +USW00023188198806AWND 34 X 34 X 29 X 40 X 43 X 46 X 49 X 39 X 34 X 34 X 39 X 36 X 34 X 34 X 34 X 46 X 34 X 33 X 34 X 37 X 46 X 43 X 30 X 37 X 37 X 39 X 40 X 46 X 34 X 30 X-9999 +USW00023188198806FMTM 1235 X 1301 X 1351 X 1356 X 1447 X 1628 X 1328 X 1605 X 1622 X 1757 X 1105 X 1211 X 1519 X 0934 X 1121 X 1441 X 1405 X 1436 X 1319 X 1209 X 1320 X 1155 X 1135 X 1348 X 1716 X 1347 X 1618 X 1236 X 1019 X 0813 X-9999 +USW00023188198806PGTM 1144 X 1305 X 1423 X 1454 X 1447 X 1300 X 1309 X 1627 X 1226 X 1555 X 1150 X 1227 X 1350 X 0928 X 1200 X 1007 X 1354 X 1547 X 1830 X 1212 X 1156 X 1150 X 1624 X 1351 X 1718 X 1406 X 2328 X 1132 X 1714 X 1027 X-9999 +USW00023188198806TSUN 816 X 817 X 852 X 418 X 556 X 661 X 810 X 855 X 856 X 669 X 565 X 560 X 472 X 219 X 104 X 587 X 61 X 305 X 0 X 359 X 831 X 717 X 451 X 601 X 636 X 825 X 608 X 258 X 285 X 22 X-9999 +USW00023188198806WDFG 315W X 315W X 225W X 270W X 225W X 270W X 315W X 315W X 270W X 315W X 315W X 225W X 270W X 270W X 270W X 315W X 315W X 225W X 270W X 270W X 315W X 315W X 225W X 225W X 315W X 315W X 225W X 180W X 225W X 225W X-9999 +USW00023188198806WDFM 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X 225W X 315W X 315W X 270W X 225W X 270W X 315W X 45W X 225W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X-9999 +USW00023188198806WSFG 87 X 93 X 67 X 82 X 93 X 113 X 123 X 93 X 77 X 77 X 93 X 93 X 93 X 77 X 72 X 98 X 87 X 77 X 62 X 87 X 103 X 98 X 82 X 82 X 93 X 93 X 82 X 103 X 72 X 67 X-9999 +USW00023188198806WSFM 72 X 67 X 45 X 45 X 49 X 63 X 80 X 76 X 45 X 49 X 58 X 45 X 49 X 45 X 40 X 67 X 49 X 27 X 22 X 36 X 76 X 76 X 54 X 54 X 72 X 72 X 54 X 63 X 54 X 40 X-9999 +USW00023188198806WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188198806WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 +USW00023188198807TMAX 211 0 217 0 222 0 222 0 239 0 244 0 244 0 228 0 228 0 217 0 228 0 239 0 217 0 228 0 228 0 256 0 244 0 244 0 244 0 250 0 272 0 272 0 267 0 256 0 250 0 239 0 233 0 250 0 239 0 239 0 244 0 +USW00023188198807TMIN 172 0 172 0 172 0 172 0 172 0 167 0 183 0 178 0 172 0 172 0 178 0 172 0 178 0 178 0 189 0 183 0 189 0 189 0 194 0 194 0 211 0 211 0 206 0 211 0 206 0 200 0 194 0 200 0 200 0 194 0 200 0 +USW00023188198807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198807ACMH 90 X 70 X 60 X 40 X 30 X 20 X 40 X 40 X 60 X 80 X 50 X 30 X 70 X 70 X 90 X 50 X 60 X 70 X 60 X 50 X 80 X 40 X 10 X 40 X 50 X 80 X 80 X 90 X 80 X 90 X 100 X +USW00023188198807ACSH 100 X 60 X 40 X 30 X 30 X 20 X 30 X 30 X 40 X 70 X 40 X 30 X 50 X 50 X 80 X 40 X 60 X 70 X 30 X 50 X 90 X 40 X 20 X 30 X 30 X 70 X 80 X 80 X 70 X 100 X 90 X +USW00023188198807AWND 30 X 31 X 32 X 35 X 34 X 31 X 33 X 35 X 33 X 34 X 35 X 33 X 32 X 34 X 30 X 30 X 30 X 34 X 34 X 36 X 36 X 38 X 39 X 45 X 39 X 34 X 32 X 32 X 32 X 28 X 30 X +USW00023188198807FMTM 1327 X 1350 X 1340 X 1706 X 1617 X 1327 X 1502 X 1338 X 1119 X 1441 X 1443 X 1856 X 1259 X 1156 X 1159 X 1351 X 1357 X 1914 X 1230 X 1110 X 1639 X 1148 X 1229 X 1216 X 1116 X 1335 X 1739 X 1607 X 1452 X 1205 X 1304 X +USW00023188198807PGTM 1338 X 1442 X 1145 X 1313 X 1221 X 1538 X 1318 X 1152 X 1242 X 1557 X 1112 X 1104 X 1307 X 1203 X 1515 X 1133 X 1001 X 1901 X 1529 X 1118 X 1632 X 1145 X 1227 X 1114 X 1118 X 1328 X 1204 X 1438 X 1427 X 1240 X 1211 X +USW00023188198807TSUN 20 X 408 X 548 X 591 X 661 X 738 X 682 X 666 X 571 X 343 X 550 X 659 X 529 X 528 X 253 X 627 X 525 X 519 X 528 X 516 X 276 X 830 X 774 X 714 X 633 X 383 X 216 X 402 X 414 X 20 X 235 X +USW00023188198807WDFG 225W X 225W X 225W X 270W X 315W X 270W X 315W X 315W X 315W X 225W X 225W X 270W X 225W X 225W X 270W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 225W X 315W X +USW00023188198807WDFM 225W X 225W X 225W X 315W X 315W X 225W X 225W X 315W X 315W X 225W X 225W X 315W X 225W X 225W X 225W X 225W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X +USW00023188198807WSFG 77 X 67 X 82 X 77 X 82 X 72 X 67 X 82 X 77 X 67 X 77 X 87 X 72 X 77 X 82 X 82 X 72 X 77 X 72 X 82 X 87 X 82 X 82 X 93 X 87 X 72 X 72 X 77 X 72 X 67 X 77 X +USW00023188198807WSFM 45 X 45 X 49 X 54 X 54 X 45 X 45 X 54 X 54 X 40 X 45 X 58 X 45 X 45 X 45 X 45 X 45 X 54 X 49 X 63 X 72 X 72 X 72 X 72 X 72 X 54 X 49 X 58 X 45 X 40 X 54 X +USW00023188198807WT01-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198807WT08 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00023188198807WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198808TMAX 239 0 244 0 244 0 244 0 239 0 239 0 244 0 244 0 233 0 233 0 239 0 233 0 239 0 244 0 239 0 228 0 228 0 217 0 217 0 222 0 233 0 239 0 244 0 278 0 289 0 283 0 261 0 250 0 256 0 250 0 244 0 +USW00023188198808TMIN 206 0 200 0 206 0 200 0 194 0 189 0 189 0 189 0 183 0 189 0 189 0 189 0 183 0 183 0 172 0 178 0 178 0 172 0 172 0 178 0 183 0 178 0 194 0 200 0 206 0 206 0 200 0 194 0 200 0 200 0 194 0 +USW00023188198808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198808ACMH 90 X 80 X 70 X 80 X 70 X 60 X 40 X 40 X 60 X 50 X 50 X 40 X 30 X 10 X 30 X 50 X 60 X 80 X 90 X 100 X 40 X 40 X 60 X 40 X 30 X 30 X 30 X 40 X 20 X 10 X 60 X +USW00023188198808ACSH 90 X 70 X 40 X 60 X 60 X 30 X 20 X 40 X 40 X 20 X 20 X 20 X 20 X 10 X 20 X 30 X 40 X 60 X 80 X 100 X 40 X 40 X 70 X 60 X 30 X 30 X 20 X 30 X 30 X 0 X 40 X +USW00023188198808AWND 34 X 40 X 43 X 34 X 36 X 37 X 34 X 34 X 32 X 36 X 35 X 35 X 41 X 37 X 32 X 30 X 31 X 30 X 34 X 33 X 38 X 43 X 35 X 30 X 28 X 28 X 31 X 37 X 43 X 35 X 36 X +USW00023188198808FMTM 1547 X 1400 X 1356 X 1751 X 1406 X 1351 X 1400 X 1344 X 1505 X 1459 X 1546 X 1706 X 1715 X 1248 X 1316 X 1207 X 1321 X 1331 X 1435 X 1221 X 1457 X 1317 X 1349 X 1244 X 1200 X 1345 X 1255 X 1437 X 1328 X 1632 X 1656 X +USW00023188198808PGTM 1523 X 1158 X 1332 X 1336 X 1409 X 1405 X 1250 X 1129 X 1257 X 1615 X 1458 X 1215 X 1445 X 1502 X 1403 X 1059 X 1300 X 1425 X 1427 X 1227 X 1602 X 1303 X 1320 X 1247 X 1818 X 1144 X 1205 X 1437 X 1328 X 1640 X 1432 X +USW00023188198808TSUN 242 X 441 X 588 X 391 X 408 X 532 X 676 X 560 X 513 X 665 X 616 X 743 X 762 X 804 X 711 X 608 X 503 X 361 X 252 X 130 X 556 X 687 X 750 X 713 X 732 X 732 X 725 X 602 X 611 X 722 X 583 X +USW00023188198808WDFG 270W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 270W X 315W X 315W X 315W X 315W X +USW00023188198808WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X +USW00023188198808WSFG 77 X 93 X 98 X 77 X 87 X 93 X 93 X 77 X 93 X 77 X 82 X 77 X 87 X 93 X 77 X 72 X 77 X 67 X 72 X 77 X 82 X 98 X 67 X 77 X 57 X 67 X 77 X 82 X 87 X 72 X 82 X +USW00023188198808WSFM 54 X 67 X 76 X 63 X 67 X 63 X 67 X 58 X 67 X 63 X 54 X 58 X 72 X 76 X 54 X 54 X 58 X 40 X 49 X 58 X 67 X 76 X 54 X 54 X 45 X 45 X 45 X 49 X 76 X 58 X 58 X +USW00023188198808WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 +USW00023188198808WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188198808WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 +USW00023188198808WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198809TMAX 239 0 261 0 333 0 417 0 361 0 300 0 233 0 228 0 244 0 222 0 228 0 228 0 228 0 228 0 228 0 228 0 211 0 222 0 206 0 211 0 222 0 222 0 228 0 228 0 222 0 222 0 228 0 233 0 244 0 228 0-9999 +USW00023188198809TMIN 194 0 189 0 206 0 200 0 222 0 206 0 194 0 189 0 194 0 189 0 189 0 183 0 183 0 189 0 178 0 183 0 172 0 172 0 167 0 172 0 161 0 139 0 156 0 167 0 167 0 161 0 156 0 144 0 156 0 161 0-9999 +USW00023188198809PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198809ACMH 40 X 30 X 10 X 0 X 0 X 0 X 80 X 50 X 70 X 90 X 70 X 50 X 50 X 60 X 60 X 50 X 80 X 60 X 100 X 100 X 40 X 0 X 30 X 50 X 50 X 40 X 30 X 30 X 40 X 60 X-9999 +USW00023188198809ACSH 30 X 30 X 20 X 0 X 0 X 0 X 70 X 30 X 50 X 80 X 40 X 40 X 30 X 40 X 50 X 40 X 70 X 50 X 100 X 90 X 40 X 10 X 20 X 60 X 40 X 40 X 20 X 10 X 30 X 30 X-9999 +USW00023188198809AWND 36 X 32 X 32 X 37 X 33 X 34 X 37 X 35 X 34 X 36 X 32 X 31 X 41 X 42 X 30 X 28 X 29 X 29 X 27 X 42 X 31 X 27 X 25 X 33 X 39 X 27 X 33 X 27 X 26 X 23 X-9999 +USW00023188198809FMTM 1447 X 1226 X 1455 X 1543 X 1449 X 1323 X 1256 X 1252 X 1308 X 1538 X 1330 X 1220 X 1326 X 1251 X 1111 X 1723 X 1508 X 1400 X 1544 X 1433 X 1518 X 1357 X 1248 X 1428 X 1349 X 1239 X 1410 X 1326 X 1234 X 1403 X-9999 +USW00023188198809PGTM 1359 X 1218 X 1508 X 1408 X 1504 X 1324 X 1320 X 1349 X 1325 X 1538 X 1344 X 1343 X 1326 X 0944 X 1215 X 1220 X 1458 X 1407 X 1545 X 1113 X 1337 X 1358 X 1407 X 1430 X 1348 X 1253 X 1005 X 1330 X 1303 X 1352 X-9999 +USW00023188198809TSUN 646 X 707 X 706 X 765 X 762 X 761 X 437 X 596 X 603 X 211 X 440 X 403 X 590 X 579 X 535 X 492 X 251 X 396 X 18 X 118 X 580 X 729 X 727 X 358 X 626 X 515 X 597 X 672 X 608 X 576 X-9999 +USW00023188198809WDFG 315W X 315W X 315W X 45W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 270W X 225W X 315W X 270W X 270W X 225W X 225W X 315W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X 180W X-9999 +USW00023188198809WDFM 315W X 315W X 315W X 45W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 315W X 315W X 225W X 270W X 225W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X-9999 +USW00023188198809WSFG 82 X 72 X 77 X 139 X 87 X 87 X 72 X 67 X 82 X 77 X 77 X 82 X 103 X 98 X 72 X 77 X 72 X 67 X 62 X 93 X 72 X 87 X 67 X 82 X 93 X 82 X 87 X 72 X 62 X 77 X-9999 +USW00023188198809WSFM 58 X 54 X 67 X 94 X 72 X 76 X 45 X 45 X 67 X 67 X 49 X 49 X 76 X 76 X 45 X 49 X 49 X 40 X 36 X 58 X 45 X 72 X 45 X 67 X 80 X 58 X 72 X 49 X 49 X 40 X-9999 +USW00023188198809WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188198809WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188198809WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188198809WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198810TMAX 222 0 217 0 217 0 217 0 211 0 217 0 228 0 272 0 289 0 250 0 222 0 222 0 211 0 211 0 217 0 244 0 250 0 222 0 228 0 189 0 206 0 194 0 194 0 200 0 211 0 200 0 206 0 200 0 206 0 206 0 222 0 +USW00023188198810TMIN 167 0 172 0 172 0 172 0 172 0 172 0 172 0 167 0 161 0 167 0 167 0 172 0 172 0 167 0 150 0 167 0 167 0 183 0 183 0 178 0 172 0 167 0 156 0 167 0 172 0 161 0 167 0 161 0 150 0 133 0 139 0 +USW00023188198810PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198810ACMH 60 X 80 X 70 X 80 X 70 X 80 X 30 X 0 X 0 X 30 X 80 X 70 X 90 X 50 X 10 X 60 X 50 X 90 X 90 X 100 X 90 X 100 X 90 X 90 X 70 X 60 X 80 X 80 X 90 X 10 X 20 X +USW00023188198810ACSH 40 X 60 X 60 X 70 X 60 X 70 X 20 X 0 X 0 X 20 X 60 X 40 X 90 X 60 X 0 X 20 X 20 X 90 X 80 X 100 X 90 X 100 X 80 X 90 X 40 X 40 X 50 X 70 X 90 X 0 X 30 X +USW00023188198810AWND 28 X 32 X 33 X 26 X 30 X 34 X 34 X 34 X 21 X 22 X 27 X 28 X 30 X 26 X 30 X 31 X 32 X 30 X 37 X 30 X 36 X 27 X 26 X 28 X 38 X 35 X 30 X 31 X 33 X 30 X 25 X +USW00023188198810FMTM 1334 X 1259 X 1423 X 1346 X 1448 X 1532 X 1527 X 1716 X 1410 X 1209 X 1420 X 1147 X 1509 X 1342 X 1245 X 1053 X 0238 X 1150 X 1337 X 1217 X 1234 X 1312 X 1216 X 1534 X 1519 X 1638 X 1148 X 1402 X 1214 X 1125 X 1156 X +USW00023188198810PGTM 1307 X 1349 X 1444 X 1452 X 1232 X 1552 X 1538 X 1705 X 1423 X 1249 X 1411 X 1703 X 1508 X 1342 X 1256 X 2127 X 0238 X 1206 X 1340 X 1210 X 1233 X 1346 X 1254 X 1532 X 1538 X 1346 X 1329 X 1225 X 1227 X 1303 X 1656 X +USW00023188198810TSUN 510 X 342 X 386 X 283 X 474 X 347 X 633 X 698 X 695 X 693 X 447 X 501 X 329 X 399 X 683 X 597 X 604 X 187 X 227 X 0 X 33 X 0 X 287 X 308 X 489 X 424 X 389 X 444 X 216 X 637 X 613 X +USW00023188198810WDFG 270W X 270W X 315W X 315W X 225W X 315W X 315W X 360W X 315W X 180W X 270W X 225W X 225W X 315W X 315W X 180W X 180W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 225W X +USW00023188198810WDFM 270W X 315W X 315W X 225W X 270W X 315W X 315W X 360W X 315W X 225W X 225W X 270W X 225W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X +USW00023188198810WSFG 67 X 82 X 72 X 67 X 77 X 72 X 72 X 82 X 82 X 57 X 62 X 67 X 72 X 77 X 82 X 93 X 113 X 77 X 82 X 67 X 82 X 62 X 57 X 72 X 82 X 87 X 67 X 77 X 87 X 87 X 67 X +USW00023188198810WSFM 45 X 67 X 67 X 49 X 40 X 54 X 58 X 58 X 67 X 31 X 36 X 36 X 45 X 58 X 63 X 58 X 85 X 45 X 72 X 49 X 67 X 49 X 36 X 63 X 63 X 67 X 45 X 54 X 76 X 72 X 45 X +USW00023188198810WT01 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00023188198810WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198810WT08-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 +USW00023188198810WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198810WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198811TMAX 189 0 200 0 206 0 228 0 206 0 194 0 178 0 200 0 200 0 194 0 189 0 206 0 194 0 172 0 172 0 194 0 172 0 178 0 189 0 183 0 217 0 228 0 172 0 156 0 161 0 178 0 200 0 211 0 261 0 256 0-9999 +USW00023188198811TMIN 167 0 156 0 161 0 139 0 150 0 150 0 156 0 150 0 139 0 122 0 139 0 122 0 133 0 128 0 100 0 89 0 106 0 100 0 72 0 61 0 67 0 89 0 106 0 117 0 106 0 117 0 89 0 78 0 83 0 83 0-9999 +USW00023188198811PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 13 0 0 0 0 0 112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 8 0 208 0 3 0 0 0 0 0 0 0 0 0-9999 +USW00023188198811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198811ACMH 100 X 70 X 50 X 20 X 90 X 90 X 100 X 60 X 20 X 70 X 50 X 20 X 60 X 60 X 0 X 0 X 40 X 0 X 50 X 0 X 0 X 30 X 80 X 70 X 90 X 50 X 0 X 20 X 0 X 0 X-9999 +USW00023188198811ACSH 100 X 70 X 50 X 0 X 70 X 80 X 100 X 60 X 10 X 80 X 60 X 0 X 30 X 70 X 10 X 0 X 60 X 0 X 80 X 0 X 0 X 30 X 60 X 90 X 100 X 60 X 0 X 30 X 0 X 0 X-9999 +USW00023188198811AWND 35 X 31 X 29 X 20 X 17 X 28 X 34 X 26 X 21 X 31 X 28 X 21 X 26 X 51 X 25 X 25 X 30 X 39 X 17 X 25 X 26 X 21 X 25 X 26 X 43 X 27 X 19 X 20 X 18 X 17 X-9999 +USW00023188198811FMTM 1235 X 1246 X 1519 X 1518 X 1514 X 1129 X 1146 X 1303 X 1400 X 1140 X 1559 X 1446 X 1319 X 1218 X 1601 X 1406 X 1005 X 0201 X 1343 X 1355 X 1418 X 1247 X 1231 X 0049 X 0958 X 1530 X 1404 X 1405 X 1050 X 1448 X-9999 +USW00023188198811PGTM 1333 X 1248 X 1533 X 1135 X 1333 X 1402 X 1145 X 1355 X 1253 X 1155 X 1436 X 1443 X 1327 X 0647 X 1350 X 1345 X 2347 X 0206 X 1352 X 1328 X 1603 X 1240 X 1228 X 1402 X 0955 X 1443 X 1356 X 1417 X 1050 X 1454 X-9999 +USW00023188198811TSUN 0 X 391 X 366 X 646 X 285 X 208 X 0 X 405 X 558 X 344 X 297 X 633 X 418 X 258 X 629 X 628 X 347 X 625 X 453 X 604 X 621 X 619 X 373 X 119 X 24 X 395 X 614 X 562 X 612 X 611 X-9999 +USW00023188198811WDFG 315W X 315W X 315W X 180W X 225W X 225W X 180W X 225W X 225W X 315W X 270W X 315W X 315W X 270W X 225W X 315W X 315W X 315W X 360W X 315W X 360W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188198811WDFM 315W X 315W X 315W X 315W X 180W X 315W X 180W X 270W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188198811WSFG 77 X 87 X 72 X 57 X 62 X 72 X 77 X 72 X 87 X 93 X 67 X 72 X 82 X 154 X 62 X 82 X 82 X 98 X 51 X 77 X 67 X 67 X 67 X 67 X 118 X 67 X 62 X 51 X 51 X 72 X-9999 +USW00023188198811WSFM 67 X 63 X 63 X 36 X 31 X 54 X 54 X 45 X 45 X 85 X 40 X 58 X 63 X 112 X 45 X 67 X 63 X 80 X 40 X 58 X 63 X 54 X 54 X 54 X 85 X 45 X 45 X 45 X 40 X 54 X-9999 +USW00023188198811WT01 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198811WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198811WT08 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188198811WT14 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188198811WT16 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198812TMAX 244 0 233 0 217 0 233 0 217 0 244 0 211 0 239 0 244 0 194 0 217 0 217 0 211 0 150 0 156 0 161 0 167 0 150 0 156 0 167 0 156 0 156 0 156 0 144 0 139 0 128 0 128 0 133 0 133 0 150 0 139 0 +USW00023188198812TMIN 83 0 78 0 89 0 72 0 83 0 89 0 94 0 167 0 128 0 100 0 83 0 78 0 83 0 111 0 133 0 122 0 89 0 94 0 106 0 94 0 94 0 67 0 94 0 67 0 83 0 61 0 33 0 67 0 39 0 39 0 56 0 +USW00023188198812PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 193 0 0 0 20 0 10 0 0T 0 94 0 13 0 5 0 99 0 58 0 13 0 3 0 5 0 0 0 0 0 0 0 +USW00023188198812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198812ACMH 0 X 20 X 70 X 30 X 10 X 40 X 20 X 0 X 0 X 0 X 0 X 0 X 40 X 100 X 100 X 100 X 20 X 80 X 90 X 70 X 40 X 40 X 40 X 60 X 80 X 20 X 20 X 30 X 0 X 0 X 80 X +USW00023188198812ACSH 0 X 30 X 100 X 50 X 20 X 60 X 40 X 0 X 0 X 10 X 0 X 0 X 0 X 90 X 100 X 100 X 0 X 80 X 80 X 60 X 40 X 30 X 40 X 70 X 60 X 20 X 0 X 40 X 0 X 0 X 90 X +USW00023188198812AWND 21 X 20 X 20 X 20 X 24 X 20 X 33 X 57 X 34 X 15 X 22 X 14 X 21 X 33 X 59 X 34 X 21 X 29 X 25 X 26 X 39 X 26 X 22 X 41 X 56 X 25 X 20 X 21 X 20 X 9 X 21 X +USW00023188198812FMTM 1421 X 1426 X 1429 X 1426 X 1520 X 1641 X 2018 X 1548 X 0049 X 1159 X 1503 X 1228 X 1317 X 2257 X 1330 X 1055 X 1336 X 1334 X 0150 X 1546 X 0857 X 1518 X 1342 X 2149 X 0343 X 2009 X 2323 X 1417 X 1419 X 1408 X 1249 X +USW00023188198812PGTM 1421 X 1445 X 1436 X 1527 X 1343 X 1658 X 2048 X 0415 X 0118 X 1318 X 1539 X 1353 X 1314 X 2313 X 1149 X 0235 X 1425 X 1330 X 0149 X 2356 X 0626 X 1501 X 1350 X 2244 X 2118 X 0027 X 2327 X 1405 X 1135 X 1412 X 1233 X +USW00023188198812TSUN 609 X 599 X 585 X 600 X 606 X 605 X 591 X 605 X 604 X 603 X 602 X 602 X 580 X 531 X 102 X 20 X 600 X 109 X 79 X 524 X 500 X 515 X 530 X 241 X 259 X 458 X 600 X 529 X 601 X 601 X 301 X +USW00023188198812WDFG 315W X 315W X 315W X 315W X 315W X 315W X 45W X 45W X 45W X 180W X 315W X 225W X 360W X 180W X 180W X 135W X 315W X 270W X 270W X 135W X 180W X 270W X 270W X 180W X 315W X 360W X 270W X 225W X 225W X 315W X 180W X +USW00023188198812WDFM 315W X 315W X 315W X 315W X 315W X 315W X 45W X 45W X 45W X 180W X 360W X 315W X 315W X 180W X 180W X 180W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 180W X 315W X 45W X 270W X 270W X 315W X 315W X 135W X +USW00023188198812WSFG 72 X 57 X 72 X 57 X 72 X 51 X 108 X 154 X 113 X 62 X 72 X 67 X 51 X 72 X 134 X 93 X 62 X 93 X 77 X 51 X 93 X 67 X 62 X 129 X 118 X 72 X 87 X 72 X 113 X 57 X 62 X +USW00023188198812WSFM 58 X 49 X 54 X 45 X 54 X 49 X 76 X 107 X 80 X 31 X 63 X 49 X 40 X 45 X 85 X 63 X 49 X 67 X 49 X 40 X 76 X 49 X 40 X 98 X 89 X 45 X 45 X 49 X 54 X 45 X 40 X +USW00023188198812WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198812WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198812WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198812WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198812WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198901TMAX 167 0 189 0 211 0 156 0 156 0 128 0 128 0 133 0 161 0 178 0 194 0 189 0 156 0 144 0 156 0 189 0 217 0 244 0 250 0 244 0 239 0 222 0 150 0 156 0 161 0 178 0 161 0 144 0 167 0 228 0 211 0 +USW00023188198901TMIN 67 0 78 0 78 0 111 0 94 0 78 0 39 0 33 0 28 0 50 0 78 0 67 0 39 0 39 0 50 0 50 0 50 0 67 0 83 0 89 0 122 0 94 0 111 0 111 0 83 0 67 0 72 0 89 0 56 0 67 0 78 0 +USW00023188198901PRCP 0 0 0 0 0T 0 33 0 20 0 8 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198901ACMH 60 X 10 X 70 X 70 X 80 X 40 X 30 X 0 X 10 X 20 X 20 X 0 X 0 X 10 X 0 X 10 X 0 X 10 X 50 X 100 X 80 X 50 X 90 X 80 X 10 X 20 X 20 X 60 X 0 X 10 X 10 X +USW00023188198901ACSH 70 X 0 X 80 X 80 X 80 X 30 X 50 X 10 X 10 X 0 X 0 X 0 X 0 X 10 X 0 X 0 X 0 X 10 X 60 X 100 X 100 X 40 X 80 X 80 X 10 X 20 X 20 X 80 X 0 X 20 X 20 X +USW00023188198901AWND 18 X 24 X 18 X 32 X 37 X 55 X 19 X 24 X 25 X 21 X 35 X 45 X 24 X 21 X 26 X 23 X 23 X 23 X 24 X 20 X 25 X 26 X 36 X 27 X 29 X 24 X 32 X 25 X 25 X 25 X 21 X +USW00023188198901FMTM 1406 X 1450 X 1349 X 1119 X 2328 X 1206 X 1549 X 1452 X 1314 X 1514 X 1338 X 1110 X 1503 X 1645 X 1500 X 1434 X 1524 X 1309 X 1558 X 1544 X 0810 X 1528 X 1327 X 1413 X 1413 X 1345 X 1055 X 1618 X 1501 X 1410 X 1337 X +USW00023188198901PGTM 1407 X 1602 X 1323 X 1357 X 2342 X 1459 X 1436 X 1511 X 1228 X 2205 X 1333 X 1127 X 1503 X 1533 X 1256 X 1429 X 1520 X 1254 X 1633 X 1542 X 0906 X 2205 X 1419 X 1408 X 1418 X 1345 X 1136 X 1118 X 1510 X 1409 X 1329 X +USW00023188198901TSUN 439 X 603 X 497 X 145 X 217 X 444 X 316 X 592 X 598 X 603 X 572 X 611 X 612 X 613 X 614 X 585 X 602 X 591 X 599 X 176 X 52 X 550 X 108 X 209 X 547 X 598 X 536 X 435 X 632 X 634 X 604 X +USW00023188198901WDFG 315W X 315W X 45W X 225W X 270W X 315W X 225W X 315W X 315W X 180W X 315W X 360W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 135W X 135W X 225W X 270W X 315W X 315W X 225W X 225W X 315W X 315W X 270W X +USW00023188198901WDFM 315W X 315W X 45W X 180W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X 315W X 45W X 360W X 315W X 315W X 45W X 315W X 225W X 270W X 315W X 315W X 225W X 360W X 315W X 315W X 225W X +USW00023188198901WSFG 72 X 82 X 57 X 72 X 93 X 129 X 57 X 87 X 77 X 77 X 98 X 154 X 77 X 67 X 82 X 82 X 82 X 67 X 62 X 62 X 82 X 87 X 82 X 67 X 93 X 82 X 87 X 67 X 72 X 77 X 62 X +USW00023188198901WSFM 58 X 63 X 54 X 49 X 63 X 103 X 40 X 72 X 58 X 40 X 67 X 98 X 63 X 49 X 63 X 63 X 67 X 49 X 54 X 40 X 80 X 45 X 49 X 40 X 76 X 58 X 58 X 40 X 58 X 67 X 40 X +USW00023188198901WT01-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00023188198901WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00023188198901WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198901WT16-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198902TMAX 150 0 139 0 156 0 144 0 122 0 133 0 133 0 178 0 156 0 161 0 150 0 144 0 144 0 139 0 156 0 156 0 200 0 167 0 156 0 167 0 244 0 267 0 261 0 272 0 250 0 261 0 183 0 172 0-9999 -9999 -9999 +USW00023188198902TMIN 83 0 106 0 106 0 106 0 78 0 56 0 83 0 94 0 106 0 100 0 67 0 83 0 78 0 67 0 67 0 67 0 72 0 83 0 117 0 111 0 94 0 106 0 133 0 133 0 144 0 122 0 117 0 133 0-9999 -9999 -9999 +USW00023188198902PRCP 0 0 41 0 3 0 36 0 0 0 0 0 0T 0 0T 0 86 0 0T 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188198902ACMH 50 X 90 X 80 X 90 X 60 X 50 X 100 X 100 X 100 X 60 X 50 X 50 X 70 X 0 X 10 X 10 X 20 X 100 X 100 X 30 X 0 X 60 X 80 X 80 X 50 X 20 X 70 X 100 X-9999 -9999 -9999 +USW00023188198902ACSH 40 X 100 X 70 X 100 X 70 X 80 X 100 X 100 X 100 X 50 X 40 X 50 X 80 X 0 X 10 X 20 X 30 X 90 X 90 X 20 X 10 X 90 X 90 X 90 X 60 X 20 X 80 X 90 X-9999 -9999 -9999 +USW00023188198902AWND 25 X 36 X 36 X 57 X 55 X 38 X 28 X 35 X 28 X 36 X 25 X 31 X 34 X 31 X 33 X 30 X 29 X 32 X 30 X 36 X 34 X 28 X 22 X 26 X 28 X 30 X 28 X 38 X-9999 -9999 -9999 +USW00023188198902FMTM 1740 X 1221 X 0536 X 1812 X 1048 X 1509 X 1238 X 1253 X 0956 X 1617 X 1517 X 1555 X 1539 X 1410 X 1417 X 1408 X 1431 X 1645 X 1328 X 1557 X 1616 X 1540 X 1448 X 1524 X 1300 X 1519 X 1715 X 0614 X-9999 -9999 -9999 +USW00023188198902PGTM 1629 X 1352 X 0538 X 1821 X 1050 X 1433 X 1254 X 1258 X 1550 X 1427 X 1524 X 1409 X 1529 X 1349 X 1245 X 1351 X 1430 X 1404 X 1351 X 1537 X 1610 X 1905 X 1445 X 1527 X 1602 X 1539 X 1311 X 0618 X-9999 -9999 -9999 +USW00023188198902TSUN 538 X 80 X 420 X 1 X 330 X 596 X 7 X 38 X 7 X 386 X 452 X 443 X 253 X 660 X 662 X 644 X 666 X 483 X 437 X 663 X 673 X 638 X 580 X 600 X 542 X 646 X 529 X 423 X-9999 -9999 -9999 +USW00023188198902WDFG 315W X 315W X 315W X 315W X 315W X 135W X 180W X 180W X 180W X 315W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 360W X 315W X 315W X 315W X 315W X 225W X 180W X-9999 -9999 -9999 +USW00023188198902WDFM 315W X 315W X 315W X 315W X 315W X 135W X 180W X 180W X 180W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X-9999 -9999 -9999 +USW00023188198902WSFG 72 X 77 X 87 X 113 X 113 X 108 X 82 X 87 X 77 X 82 X 67 X 87 X 93 X 82 X 103 X 93 X 98 X 87 X 67 X 87 X 87 X 82 X 62 X 93 X 62 X 103 X 67 X 82 X-9999 -9999 -9999 +USW00023188198902WSFM 45 X 54 X 67 X 85 X 85 X 54 X 54 X 54 X 45 X 63 X 40 X 63 X 58 X 63 X 72 X 76 X 76 X 63 X 40 X 76 X 72 X 67 X 54 X 67 X 49 X 72 X 40 X 45 X-9999 -9999 -9999 +USW00023188198902WT01-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198902WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198902WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198902WT14-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198902WT16-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198903TMAX 161 0 144 0 144 0 167 0 183 0 217 0 233 0 167 0 217 0 189 0 189 0 200 0 183 0 183 0 172 0 172 0 178 0 194 0 200 0 222 0 278 0 222 0 172 0 183 0 156 0 156 0 178 0 200 0 189 0 211 0 244 0 +USW00023188198903TMIN 117 0 117 0 94 0 67 0 83 0 100 0 122 0 111 0 128 0 122 0 122 0 128 0 117 0 133 0 117 0 128 0 128 0 111 0 111 0 139 0 100 0 117 0 133 0 133 0 133 0 117 0 106 0 111 0 133 0 139 0 133 0 +USW00023188198903PRCP 0 0 15 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 160 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198903ACMH 90 X 100 X 50 X 30 X 30 X 0 X 20 X 60 X 50 X 90 X 80 X 60 X 60 X 40 X 60 X 70 X 20 X 40 X 50 X 40 X 40 X 20 X 90 X 80 X 90 X 50 X 30 X 0 X 50 X 30 X 10 X +USW00023188198903ACSH 80 X 100 X 60 X 70 X 60 X 0 X 30 X 70 X 40 X 100 X 90 X 60 X 60 X 40 X 40 X 60 X 0 X 70 X 50 X 20 X 40 X 0 X 70 X 70 X 100 X 60 X 40 X 0 X 20 X 20 X 20 X +USW00023188198903AWND 31 X 59 X 54 X 31 X 33 X 32 X 30 X 37 X 32 X 41 X 44 X 30 X 31 X 34 X 34 X 36 X 43 X 31 X 27 X 34 X 32 X 27 X 40 X 33 X 51 X 56 X 34 X 29 X 34 X 34 X 30 X +USW00023188198903FMTM 1529 X 1635 X 0735 X 1507 X 1550 X 1309 X 1404 X 1516 X 1421 X 1407 X 1507 X 1335 X 1145 X 1837 X 1414 X 1537 X 1629 X 1419 X 1115 X 1336 X 1427 X 1155 X 0414 X 1426 X 1317 X 0801 X 1324 X 1251 X 1501 X 1358 X 1455 X +USW00023188198903PGTM 1210 X 1646 X 0424 X 1550 X 1555 X 1525 X 1731 X 1518 X 1505 X 1353 X 1507 X 1345 X 1204 X 1213 X 1415 X 1536 X 1318 X 1451 X 1405 X 1326 X 1412 X 1644 X 1211 X 1343 X 1255 X 0638 X 1513 X 1134 X 1524 X 1320 X 1423 X +USW00023188198903TSUN 380 X 0 X 356 X 627 X 697 X 699 X 700 X 582 X 599 X 534 X 548 X 530 X 615 X 669 X 532 X 418 X 695 X 710 X 711 X 631 X 729 X 725 X 418 X 411 X 2 X 368 X 628 X 744 X 651 X 601 X 750 X +USW00023188198903WDFG 225W X 180W X 315W X 315W X 315W X 315W X 360W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X 315W X 315W X 225W X 225W X 315W X 270W X 225W X 270W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188198903WDFM 225W X 180W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 180W X 315W X 225W X 315W X 315W X 315W X 315W X +USW00023188198903WSFG 72 X 154 X 139 X 87 X 93 X 77 X 93 X 82 X 82 X 98 X 103 X 87 X 82 X 67 X 77 X 82 X 103 X 93 X 72 X 98 X 103 X 72 X 82 X 103 X 134 X 123 X 77 X 77 X 93 X 82 X 87 X +USW00023188198903WSFM 36 X 103 X 98 X 67 X 72 X 63 X 76 X 54 X 54 X 72 X 76 X 63 X 54 X 40 X 45 X 58 X 76 X 76 X 54 X 67 X 76 X 45 X 45 X 58 X 76 X 85 X 45 X 54 X 67 X 58 X 67 X +USW00023188198903WT01-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 +USW00023188198903WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198903WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188198903WT14-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198903WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198904TMAX 211 0 211 0 217 0 322 0 350 0 367 0 339 0 267 0 194 0 211 0 172 0 178 0 200 0 211 0 200 0 206 0 200 0 206 0 206 0 217 0 206 0 200 0 194 0 183 0 183 0 183 0 194 0 217 0 217 0 217 0-9999 +USW00023188198904TMIN 150 0 139 0 150 0 150 0 172 0 183 0 178 0 161 0 156 0 156 0 161 0 156 0 156 0 167 0 156 0 161 0 161 0 161 0 156 0 156 0 161 0 150 0 144 0 133 0 111 0 122 0 106 0 122 0 139 0 144 0-9999 +USW00023188198904PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 30 0 0 0 0 0 0 0 0 0-9999 +USW00023188198904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198904ACMH 30 X 50 X 60 X 0 X 0 X 0 X 0 X 20 X 90 X 70 X 100 X 100 X 90 X 90 X 80 X 90 X 90 X 80 X 90 X 90 X 90 X 60 X 60 X 60 X 50 X 40 X 0 X 40 X 60 X 60 X-9999 +USW00023188198904ACSH 40 X 60 X 70 X 0 X 0 X 0 X 0 X 0 X 80 X 50 X 100 X 100 X 90 X 90 X 70 X 80 X 80 X 60 X 90 X 90 X 90 X 30 X 40 X 70 X 40 X 30 X 0 X 50 X 60 X 80 X-9999 +USW00023188198904AWND 33 X 31 X 37 X 29 X 36 X 28 X 23 X 28 X 36 X 34 X 36 X 39 X 31 X 38 X 42 X 38 X 42 X 38 X 33 X 33 X 41 X 42 X 46 X 46 X 42 X 44 X 38 X 31 X 32 X 41 X-9999 +USW00023188198904FMTM 1706 X 1136 X 1513 X 1408 X 1120 X 1358 X 1547 X 1212 X 1218 X 1246 X 2336 X 0058 X 1413 X 1305 X 1243 X 1336 X 1416 X 1106 X 1106 X 1229 X 1553 X 1616 X 1507 X 1626 X 1239 X 1518 X 1226 X 1036 X 1357 X 1436 X-9999 +USW00023188198904PGTM 1358 X 1141 X 1349 X 1348 X 1650 X 1402 X 1819 X 1506 X 0200 X 1133 X 2359 X 0114 X 1647 X 1249 X 1243 X 1331 X 1312 X 1133 X 1255 X 1205 X 1248 X 1608 X 1438 X 1653 X 1438 X 1351 X 1227 X 1246 X 1414 X 1452 X-9999 +USW00023188198904TSUN 729 X 731 X 665 X 758 X 759 X 761 X 764 X 766 X 652 X 559 X 0 X 0 X 180 X 306 X 426 X 293 X 526 X 404 X 485 X 521 X 571 X 689 X 713 X 594 X 707 X 721 X 801 X 803 X 697 X 690 X-9999 +USW00023188198904WDFG 315W X 225W X 315W X 315W X 360W X 315W X 180W X 180W X 180W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 225W X 315W X 315W X-9999 +USW00023188198904WDFM 315W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 225W X 315W X 315W X-9999 +USW00023188198904WSFG 82 X 82 X 87 X 82 X 93 X 82 X 62 X 72 X 77 X 98 X 77 X 77 X 82 X 98 X 103 X 98 X 93 X 87 X 82 X 77 X 93 X 103 X 108 X 87 X 108 X 103 X 103 X 77 X 82 X 108 X-9999 +USW00023188198904WSFM 54 X 45 X 54 X 67 X 76 X 72 X 45 X 45 X 40 X 54 X 58 X 54 X 45 X 76 X 76 X 67 X 63 X 58 X 54 X 54 X 67 X 72 X 63 X 58 X 63 X 72 X 72 X 49 X 58 X 85 X-9999 +USW00023188198904WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198904WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198904WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198905TMAX 200 0 228 0 211 0 206 0 206 0 206 0 217 0 217 0 206 0 194 0 183 0 189 0 178 0 183 0 178 0 200 0 183 0 206 0 217 0 228 0 228 0 217 0 228 0 217 0 217 0 206 0 194 0 194 0 200 0 200 0 194 0 +USW00023188198905TMIN 144 0 139 0 139 0 150 0 150 0 150 0 156 0 156 0 161 0 139 0 133 0 139 0 156 0 144 0 139 0 156 0 156 0 161 0 161 0 139 0 144 0 144 0 144 0 139 0 144 0 139 0 150 0 150 0 156 0 156 0 150 0 +USW00023188198905PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198905ACMH 40 X 30 X 40 X 90 X 80 X 50 X 40 X 90 X 80 X 80 X 80 X 80 X 100 X 100 X 100 X 80 X 100 X 80 X 30 X 30 X 40 X 60 X 60 X 10 X 20 X 20 X 70 X 80 X 60 X 40 X 60 X +USW00023188198905ACSH 40 X 10 X 30 X 90 X 90 X 60 X 30 X 80 X 70 X 70 X 80 X 70 X 100 X 100 X 100 X 70 X 100 X 70 X 20 X 40 X 70 X 80 X 70 X 0 X 30 X 10 X 60 X 70 X 50 X 40 X 70 X +USW00023188198905AWND 39 X 30 X 34 X 32 X 32 X 31 X 39 X 40 X 61 X 60 X 57 X 42 X 43 X 39 X 35 X 34 X 35 X 36 X 36 X 41 X 37 X 36 X 46 X 36 X 40 X 35 X 40 X 37 X 41 X 37 X 35 X +USW00023188198905FMTM 1458 X 1510 X 1406 X 1254 X 1421 X 1456 X 1544 X 1314 X 1200 X 1514 X 1001 X 1528 X 1126 X 0050 X 0316 X 1314 X 1123 X 1325 X 1449 X 1435 X 1615 X 1551 X 1510 X 1558 X 1157 X 1334 X 0844 X 1235 X 1333 X 1233 X 1118 X +USW00023188198905PGTM 1451 X 1857 X 1151 X 1505 X 1446 X 1103 X 1418 X 1334 X 1058 X 1153 X 0820 X 1301 X 1224 X 2118 X 0321 X 1123 X 1339 X 1227 X 1148 X 1442 X 1610 X 1504 X 1258 X 1414 X 1230 X 1501 X 1416 X 1332 X 1423 X 1024 X 1133 X +USW00023188198905TSUN 733 X 721 X 598 X 321 X 359 X 599 X 546 X 508 X 379 X 324 X 318 X 369 X 55 X 46 X 0 X 410 X 18 X 435 X 777 X 652 X 731 X 661 X 778 X 841 X 800 X 821 X 737 X 692 X 681 X 730 X 657 X +USW00023188198905WDFG 315W X 225W X 225W X 225W X 225W X 225W X 315W X 225W X 225W X 315W X 270W X 225W X 225W X 270W X 180W X 225W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 225W X 225W X 225W X 225W X 270W X +USW00023188198905WDFM 315W X 225W X 225W X 225W X 225W X 225W X 315W X 225W X 225W X 315W X 270W X 225W X 225W X 225W X 180W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 225W X 225W X 225W X 225W X 270W X +USW00023188198905WSFG 93 X 67 X 72 X 77 X 72 X 77 X 93 X 82 X 139 X 129 X 118 X 93 X 82 X 67 X 82 X 77 X 67 X 118 X 82 X 93 X 82 X 93 X 118 X 93 X 103 X 77 X 77 X 82 X 77 X 87 X 93 X +USW00023188198905WSFM 63 X 45 X 45 X 40 X 45 X 49 X 63 X 54 X 94 X 76 X 72 X 54 X 49 X 49 X 54 X 54 X 40 X 63 X 58 X 76 X 67 X 67 X 94 X 67 X 58 X 45 X 54 X 49 X 54 X 54 X 49 X +USW00023188198905WT01 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198905WT08-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198905WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198905WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198906TMAX 189 0 189 0 194 0 200 0 206 0 211 0 189 0 183 0 183 0 189 0 200 0 217 0 206 0 228 0 200 0 222 0 233 0 233 0 289 0 278 0 222 0 211 0 206 0 222 0 233 0 228 0 228 0 228 0 222 0 228 0-9999 +USW00023188198906TMIN 150 0 156 0 156 0 150 0 161 0 156 0 167 0 150 0 156 0 150 0 161 0 161 0 156 0 156 0 161 0 156 0 156 0 150 0 167 0 178 0 172 0 167 0 161 0 178 0 178 0 161 0 178 0 172 0 167 0 161 0-9999 +USW00023188198906PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 13 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198906ACMH 100 X 100 X 100 X 90 X 40 X 60 X 100 X 100 X 100 X 100 X 90 X 80 X 80 X 80 X 100 X 60 X 30 X 40 X 80 X 40 X 60 X 60 X 80 X 60 X 40 X 20 X 40 X 40 X 20 X 10 X-9999 +USW00023188198906ACSH 100 X 100 X 100 X 80 X 30 X 70 X 100 X 100 X 100 X 100 X 80 X 80 X 70 X 60 X 90 X 60 X 30 X 50 X 90 X 40 X 30 X 40 X 60 X 60 X 30 X 20 X 40 X 30 X 20 X 10 X-9999 +USW00023188198906AWND 36 X 33 X 38 X 41 X 37 X 44 X 37 X 29 X 36 X 36 X 39 X 35 X 35 X 34 X 33 X 33 X 31 X 33 X 39 X 34 X 39 X 36 X 42 X 37 X 45 X 46 X 48 X 51 X 48 X 37 X-9999 +USW00023188198906FMTM 1445 X 1207 X 1404 X 1414 X 1516 X 1758 X 1549 X 1141 X 2044 X 2344 X 1341 X 1438 X 1107 X 1236 X 1145 X 1529 X 1250 X 1140 X 1326 X 1256 X 1355 X 1436 X 1314 X 1444 X 1508 X 1539 X 1404 X 1212 X 1546 X 1636 X-9999 +USW00023188198906PGTM 1402 X 1329 X 1943 X 1454 X 1814 X 1206 X 1412 X 1602 X 2049 X 1312 X 1457 X 1226 X 1423 X 1304 X 1202 X 1308 X 1452 X 1352 X 1713 X 1601 X 1355 X 1533 X 1056 X 1340 X 1536 X 1438 X 1312 X 1222 X 1136 X 1627 X-9999 +USW00023188198906TSUN 155 X 73 X 88 X 352 X 618 X 409 X 0 X 0 X 0 X 9 X 247 X 318 X 488 X 540 X 85 X 554 X 660 X 751 X 464 X 775 X 672 X 576 X 331 X 405 X 599 X 761 X 570 X 584 X 819 X 827 X-9999 +USW00023188198906WDFG 270W X 315W X 180W X 270W X 270W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X 270W X 315W X 315W X 180W X 225W X 270W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188198906WDFM 225W X 315W X 225W X 225W X 270W X 315W X 315W X 135W X 180W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188198906WSFG 77 X 93 X 77 X 82 X 87 X 93 X 77 X 62 X 87 X 72 X 93 X 103 X 77 X 82 X 82 X 77 X 82 X 72 X 87 X 67 X 77 X 72 X 98 X 82 X 103 X 103 X 103 X 103 X 103 X 87 X-9999 +USW00023188198906WSFM 45 X 58 X 58 X 54 X 54 X 67 X 54 X 36 X 54 X 49 X 67 X 54 X 45 X 49 X 45 X 67 X 45 X 49 X 72 X 45 X 49 X 45 X 49 X 45 X 76 X 72 X 76 X 76 X 72 X 72 X-9999 +USW00023188198906WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198906WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198906WT14-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198906WT16-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198907TMAX 228 0 233 0 239 0 283 0 228 0 228 0 228 0 233 0 233 0 228 0 228 0 239 0 228 0 267 0 228 0 228 0 233 0 239 0 244 0 239 0 250 0 239 0 250 0 239 0 239 0 239 0 250 0 256 0 256 0 250 0 250 0 +USW00023188198907TMIN 172 0 161 0 161 0 167 0 172 0 161 0 189 0 183 0 189 0 189 0 183 0 189 0 172 0 167 0 178 0 178 0 172 0 178 0 189 0 194 0 200 0 200 0 200 0 189 0 183 0 183 0 183 0 194 0 194 0 189 0 194 0 +USW00023188198907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198907ACMH 30 X 40 X 20 X 0 X 40 X 70 X 60 X 40 X 60 X 80 X 70 X 50 X 40 X 30 X 60 X 50 X 40 X 40 X 50 X 60 X 80 X 40 X 20 X 70 X 50 X 60 X 50 X 20 X 40 X 60 X 30 X +USW00023188198907ACSH 30 X 40 X 20 X 0 X 40 X 60 X 50 X 20 X 60 X 80 X 70 X 50 X 30 X 0 X 40 X 30 X 30 X 30 X 50 X 60 X 80 X 30 X 20 X 60 X 50 X 40 X 30 X 0 X 20 X 80 X 10 X +USW00023188198907AWND 32 X 29 X 33 X 40 X 38 X 44 X 36 X 34 X 34 X 40 X 37 X 47 X 43 X 34 X 39 X 34 X 35 X 35 X 31 X 33 X 33 X 36 X 46 X 44 X 33 X 31 X 35 X 33 X 34 X 33 X 34 X +USW00023188198907FMTM 1317 X 1134 X 1152 X 1206 X 1128 X 0615 X 1316 X 1131 X 1515 X 1153 X 1353 X 1640 X 1241 X 1901 X 0747 X 1226 X 1436 X 1355 X 1317 X 1116 X 1229 X 1216 X 1224 X 1507 X 1305 X 1428 X 1436 X 1240 X 1306 X 1737 X 1353 X +USW00023188198907PGTM 1239 X 1309 X 1337 X 1302 X 1114 X 0557 X 0829 X 1212 X 1458 X 1459 X 1326 X 1217 X 1208 X 1502 X 0643 X 1234 X 1555 X 1415 X 1316 X 1115 X 1231 X 1152 X 1307 X 1439 X 1317 X 1539 X 1208 X 1233 X 1156 X 1434 X 1600 X +USW00023188198907TSUN 710 X 700 X 721 X 855 X 743 X 530 X 673 X 853 X 596 X 637 X 455 X 719 X 605 X 803 X 488 X 638 X 638 X 663 X 645 X 705 X 507 X 620 X 800 X 450 X 559 X 581 X 565 X 775 X 680 X 694 X 722 X +USW00023188198907WDFG 225W X 270W X 225W X 315W X 225W X 180W X 225W X 180W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 360W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 225W X +USW00023188198907WDFM 270W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 180W X 225W X 225W X 360W X 270W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 225W X 315W X 315W X 225W X +USW00023188198907WSFG 72 X 82 X 82 X 93 X 103 X 108 X 87 X 82 X 77 X 77 X 82 X 98 X 93 X 67 X 82 X 82 X 77 X 93 X 77 X 77 X 77 X 82 X 103 X 93 X 82 X 77 X 77 X 103 X 82 X 77 X 72 X +USW00023188198907WSFM 45 X 45 X 54 X 72 X 67 X 72 X 54 X 45 X 45 X 49 X 49 X 72 X 72 X 49 X 58 X 49 X 49 X 72 X 49 X 40 X 36 X 49 X 80 X 67 X 54 X 49 X 45 X 45 X 54 X 54 X 45 X +USW00023188198907WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188198907WT08-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188198908TMAX 239 0 239 0 244 0 261 0 267 0 261 0 250 0 228 0 244 0 256 0 250 0 256 0 272 0 256 0 244 0 233 0 233 0 244 0 239 0 228 0 233 0 239 0 233 0 233 0 233 0 233 0 233 0 233 0 228 0 239 0 233 0 +USW00023188198908TMIN 194 0 189 0 200 0 189 0 200 0 206 0 200 0 194 0 200 0 206 0 200 0 200 0 200 0 200 0 189 0 189 0 189 0 194 0 194 0 194 0 183 0 167 0 194 0 183 0 183 0 183 0 183 0 178 0 178 0 172 0 178 0 +USW00023188198908PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198908ACMH 30 X 40 X 50 X 30 X 20 X 10 X 50 X 100 X 80 X 90 X 20 X 20 X 10 X 30 X 50 X 60 X 50 X 60 X 70 X 80 X 40 X 20 X 60 X 50 X 70 X 70 X 40 X 60 X 60 X 40 X 30 X +USW00023188198908ACSH 20 X 10 X 30 X 20 X 30 X 10 X 60 X 100 X 60 X 80 X 10 X 20 X 0 X 10 X 20 X 30 X 30 X 30 X 50 X 60 X 40 X 20 X 40 X 30 X 50 X 60 X 30 X 40 X 50 X 30 X 20 X +USW00023188198908AWND 34 X 34 X 34 X 35 X 36 X 37 X 42 X 38 X 33 X 35 X 40 X 39 X 35 X 35 X 32 X 37 X 35 X 34 X 36 X 37 X 34 X 40 X 38 X 34 X 38 X 36 X 41 X 42 X 37 X 30 X 33 X +USW00023188198908FMTM 1323 X 1224 X 1522 X 1618 X 1356 X 1336 X 1201 X 1301 X 1444 X 1255 X 1358 X 1528 X 1318 X 1457 X 1146 X 1227 X 1353 X 1533 X 1246 X 1346 X 1229 X 1546 X 1156 X 1239 X 1407 X 1353 X 1516 X 1744 X 1714 X 1219 X 1432 X +USW00023188198908PGTM 1524 X 1145 X 1355 X 1400 X 1152 X 1230 X 1438 X 1533 X 1616 X 1216 X 1358 X 1535 X 1254 X 1419 X 1258 X 0950 X 1322 X 1614 X 1219 X 1419 X 1225 X 1526 X 1416 X 1153 X 1557 X 1547 X 1435 X 1333 X 1433 X 1249 X 1113 X +USW00023188198908TSUN 678 X 728 X 614 X 750 X 783 X 817 X 764 X 160 X 463 X 570 X 729 X 672 X 806 X 748 X 685 X 617 X 645 X 605 X 557 X 376 X 541 X 660 X 584 X 576 X 474 X 382 X 583 X 505 X 396 X 588 X 657 X +USW00023188198908WDFG 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X 315W X 315W X 225W X 270W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X +USW00023188198908WDFM 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 270W X 315W X 315W X 225W X 270W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 270W X 225W X 270W X +USW00023188198908WSFG 72 X 82 X 87 X 72 X 103 X 87 X 93 X 72 X 87 X 82 X 82 X 87 X 77 X 87 X 82 X 87 X 82 X 82 X 93 X 82 X 93 X 103 X 87 X 82 X 82 X 82 X 98 X 87 X 72 X 72 X 77 X +USW00023188198908WSFM 45 X 45 X 54 X 49 X 58 X 63 X 63 X 49 X 54 X 54 X 58 X 67 X 54 X 63 X 49 X 49 X 49 X 49 X 72 X 54 X 54 X 67 X 58 X 45 X 49 X 58 X 72 X 58 X 49 X 45 X 49 X +USW00023188198908WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188198908WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188198908WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198908WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198909TMAX 244 0 244 0 250 0 261 0 267 0 250 0 244 0 239 0 228 0 228 0 217 0 233 0 244 0 322 0 267 0 256 0 228 0 233 0 200 0 233 0 278 0 250 0 233 0 233 0 378 0 267 0 256 0 289 0 256 0 233 0-9999 +USW00023188198909TMIN 156 0 156 0 161 0 172 0 178 0 172 0 178 0 167 0 161 0 167 0 178 0 183 0 172 0 178 0 206 0 206 0 178 0 167 0 156 0 133 0 161 0 167 0 172 0 167 0 200 0 194 0 194 0 178 0 183 0 178 0-9999 +USW00023188198909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 20 0 0 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198909ACMH 20 X 20 X 40 X 20 X 0 X 10 X 30 X 10 X 40 X 40 X 80 X 40 X 20 X 30 X 100 X 100 X 70 X 40 X 50 X 0 X 0 X 50 X 60 X 60 X 90 X 40 X 40 X 10 X 0 X 30 X-9999 +USW00023188198909ACSH 20 X 20 X 30 X 10 X 0 X 0 X 20 X 10 X 30 X 30 X 70 X 30 X 20 X 10 X 100 X 100 X 80 X 40 X 70 X 0 X 0 X 40 X 50 X 50 X 90 X 30 X 40 X 0 X 0 X 20 X-9999 +USW00023188198909AWND 41 X 38 X 34 X 42 X 39 X 37 X 34 X 36 X 39 X 35 X 33 X 32 X 34 X 37 X 26 X 32 X 38 X 37 X 35 X 39 X 31 X 28 X 34 X 36 X 35 X 30 X 33 X 36 X 38 X 30 X-9999 +USW00023188198909FMTM 1417 X 1406 X 1341 X 1508 X 1237 X 1335 X 1501 X 1505 X 1452 X 1747 X 1416 X 1243 X 1205 X 1530 X 1923 X 1155 X 1547 X 1448 X 0839 X 1329 X 1552 X 1154 X 1545 X 1347 X 1545 X 1107 X 1631 X 1158 X 1547 X 1328 X-9999 +USW00023188198909PGTM 1357 X 1303 X 1412 X 1527 X 1219 X 1302 X 1518 X 1348 X 1455 X 1020 X 1420 X 1515 X 1241 X 1516 X 1922 X 1059 X 1541 X 1325 X 0838 X 1237 X 1447 X 1120 X 1458 X 1334 X 1435 X 1530 X 1343 X 1210 X 1150 X 1434 X-9999 +USW00023188198909TSUN 594 X 680 X 580 X 727 X 737 X 736 X 627 X 705 X 566 X 572 X 393 X 576 X 633 X 745 X 494 X 224 X 272 X 565 X 442 X 733 X 731 X 571 X 437 X 537 X 595 X 685 X 514 X 693 X 715 X 645 X-9999 +USW00023188198909WDFG 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X 270W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 90W X 315W X-9999 +USW00023188198909WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 360W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X-9999 +USW00023188198909WSFG 93 X 82 X 72 X 93 X 103 X 82 X 77 X 87 X 93 X 87 X 77 X 77 X 67 X 98 X 67 X 87 X 82 X 93 X 123 X 103 X 93 X 72 X 82 X 87 X 139 X 62 X 72 X 93 X 103 X 77 X-9999 +USW00023188198909WSFM 76 X 63 X 54 X 72 X 80 X 76 X 54 X 58 X 63 X 49 X 45 X 45 X 45 X 76 X 58 X 45 X 63 X 67 X 103 X 85 X 76 X 45 X 63 X 63 X 76 X 40 X 45 X 72 X 76 X 63 X-9999 +USW00023188198909WT01 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188198909WT02-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198909WT08 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188198909WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198909WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198910TMAX 217 0 228 0 222 0 222 0 222 0 239 0 228 0 233 0 222 0 228 0 217 0 211 0 211 0 200 0 211 0 222 0 233 0 289 0 189 0 228 0 217 0 233 0 233 0 217 0 200 0 211 0 233 0 217 0 256 0 244 0 244 0 +USW00023188198910TMIN 172 0 183 0 167 0 144 0 167 0 194 0 172 0 167 0 172 0 172 0 172 0 172 0 172 0 172 0 167 0 161 0 133 0 133 0 139 0 178 0 156 0 178 0 167 0 172 0 150 0 128 0 111 0 111 0 111 0 100 0 128 0 +USW00023188198910PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 25 0 0 0 0 0 69 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198910ACMH 60 X 80 X 40 X 0 X 50 X 70 X 30 X 60 X 60 X 100 X 80 X 100 X 100 X 100 X 50 X 40 X 50 X 40 X 80 X 80 X 100 X 70 X 40 X 80 X 70 X 0 X 0 X 10 X 20 X 80 X 50 X +USW00023188198910ACSH 50 X 60 X 40 X 0 X 40 X 70 X 10 X 30 X 30 X 100 X 90 X 100 X 100 X 100 X 50 X 40 X 50 X 10 X 100 X 60 X 90 X 70 X 40 X 60 X 70 X 0 X 10 X 20 X 20 X 100 X 50 X +USW00023188198910AWND 35 X 44 X 36 X 37 X 32 X 39 X 38 X 29 X 36 X 38 X 36 X 39 X 31 X 34 X 31 X 35 X 31 X 34 X 37 X 38 X 28 X 30 X 33 X 45 X 49 X 33 X 25 X 25 X 28 X 30 X 32 X +USW00023188198910FMTM 2354 X 1736 X 1605 X 1248 X 1034 X 1151 X 1348 X 1152 X 1654 X 1335 X 1328 X 1323 X 1243 X 1147 X 1304 X 1339 X 1339 X 1145 X 1719 X 1205 X 1316 X 1316 X 1309 X 1439 X 1233 X 1450 X 1331 X 1336 X 1528 X 1325 X 1248 X +USW00023188198910PGTM 1612 X 1238 X 1338 X 1043 X 1218 X 1205 X 1259 X 1235 X 1147 X 1305 X 1252 X 1315 X 1328 X 1310 X 1452 X 1409 X 1340 X 1357 X 1725 X 1247 X 1316 X 1316 X 1310 X 1355 X 1228 X 1454 X 1344 X 1444 X 1533 X 1323 X 1248 X +USW00023188198910TSUN 414 X 439 X 479 X 667 X 554 X 307 X 628 X 592 X 527 X 466 X 508 X 183 X 159 X 119 X 402 X 480 X 376 X 650 X 39 X 471 X 184 X 332 X 541 X 550 X 462 X 663 X 661 X 659 X 600 X 496 X 555 X +USW00023188198910WDFG 225W X 225W X 270W X 315W X 225W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X 180W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 360W X 315W X +USW00023188198910WDFM 180W X 315W X 315W X 315W X 225W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X 180W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X +USW00023188198910WSFG 82 X 87 X 82 X 98 X 82 X 82 X 93 X 82 X 82 X 93 X 82 X 87 X 72 X 77 X 77 X 87 X 87 X 87 X 77 X 87 X 57 X 77 X 103 X 103 X 129 X 93 X 82 X 67 X 72 X 67 X 118 X +USW00023188198910WSFM 49 X 49 X 54 X 76 X 45 X 67 X 72 X 45 X 54 X 72 X 63 X 67 X 40 X 49 X 54 X 72 X 63 X 67 X 49 X 54 X 36 X 49 X 72 X 76 X 103 X 76 X 49 X 45 X 54 X 54 X 85 X +USW00023188198910WT01-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198910WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198910WT08-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198910WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198910WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198911TMAX 244 0 261 0 244 0 217 0 200 0 206 0 194 0 217 0 261 0 278 0 239 0 217 0 194 0 194 0 244 0 267 0 189 0 283 0 289 0 278 0 222 0 194 0 194 0 178 0 194 0 183 0 244 0 244 0 211 0 211 0-9999 +USW00023188198911TMIN 106 0 94 0 89 0 106 0 122 0 161 0 139 0 117 0 83 0 106 0 122 0 144 0 144 0 139 0 117 0 122 0 117 0 100 0 117 0 161 0 139 0 122 0 144 0 144 0 161 0 128 0 111 0 72 0 67 0 78 0-9999 +USW00023188198911PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 23 0 0 0 0 0 0 0 0 0-9999 +USW00023188198911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188198911ACMH 30 X 0 X 0 X 30 X 60 X 70 X 40 X 10 X 10 X 0 X 40 X 50 X 70 X 40 X 10 X 20 X 30 X 0 X 10 X 70 X 20 X 90 X 90 X 100 X 90 X 80 X 50 X 0 X 0 X 10 X-9999 +USW00023188198911ACSH 50 X 0 X 0 X 10 X 30 X 50 X 30 X 0 X 0 X 0 X 20 X 20 X 30 X 40 X 10 X 0 X 50 X 0 X 0 X 80 X 0 X 90 X 90 X 100 X 90 X 100 X 70 X 0 X 0 X 10 X-9999 +USW00023188198911AWND 31 X 29 X 27 X 30 X 30 X 34 X 31 X 28 X 28 X 28 X 25 X 30 X 27 X 32 X 27 X 25 X 29 X 29 X 33 X 28 X 25 X 32 X 29 X 34 X 39 X 32 X 33 X 26 X 30 X 25 X-9999 +USW00023188198911FMTM 1247 X 1336 X 1436 X 1155 X 1116 X 1229 X 1125 X 1438 X 1352 X-9999 1419 X 1335 X 1329 X 1709 X 1338 X 1506 X 1127 X 1548 X 1321 X 1353 X 1345 X 1438 X 1219 X 0857 X 1017 X 1408 X 1556 X 1105 X 0938 X 1602 X-9999 +USW00023188198911PGTM 1247 X 1417 X 1412 X 2310 X 1441 X 1218 X 1453 X 1122 X 1352 X 1329 X 1240 X 1350 X 1140 X 1340 X 1323 X 1506 X 1220 X 1649 X 1127 X 1342 X 1328 X 1448 X 1141 X 0908 X 1338 X 1428 X 1528 X 1247 X 1214 X 1510 X-9999 +USW00023188198911TSUN 600 X 650 X 648 X 584 X 535 X 408 X 578 X 563 X 638 X 637 X 531 X 556 X 498 X 583 X 607 X 628 X 588 X 625 X 623 X 265 X 601 X 493 X 389 X 48 X 213 X 122 X 560 X 611 X 612 X 584 X-9999 +USW00023188198911WDFG 315W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 180W X 90W X 315W X 225W X 225W X 315W X 225W X 135W X 225W X 315W X 180W X 90W X 315W X 315W X-9999 +USW00023188198911WDFM 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X-9999 315W X 315W X 270W X 315W X 315W X 315W X 225W X 315W X 315W X 225W X 270W X 315W X 270W X 135W X 180W X 315W X 225W X 315W X 360W X 360W X-9999 +USW00023188198911WSFG 103 X 82 X 87 X 62 X 62 X 87 X 77 X 77 X 82 X 77 X 62 X 82 X 67 X 72 X 77 X 62 X 77 X 72 X 87 X 67 X 123 X 67 X 67 X 77 X 72 X 72 X 108 X 87 X 77 X 82 X-9999 +USW00023188198911WSFM 76 X 67 X 67 X 31 X 36 X 67 X 54 X 58 X 58 X-9999 40 X 54 X 40 X 45 X 54 X 54 X 45 X 54 X 63 X 36 X 40 X 49 X 36 X 40 X 45 X 45 X 58 X 49 X 49 X 63 X-9999 +USW00023188198911WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198911WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198911WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198911WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188198911WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198912TMAX 217 0 278 0 250 0 233 0 206 0 206 0 267 0 261 0 228 0 178 0 217 0 189 0 189 0 228 0 189 0 167 0 183 0 161 0 194 0 189 0 178 0 217 0 256 0 261 0 239 0 200 0 189 0 172 0 183 0 183 0 217 0 +USW00023188198912TMIN 61 0 83 0 94 0 78 0 89 0 83 0 83 0 89 0 89 0 83 0 83 0 56 0 72 0 72 0 100 0 94 0 67 0 83 0 117 0 83 0 78 0 72 0 72 0 94 0 83 0 117 0 150 0 106 0 100 0 72 0 72 0 +USW00023188198912PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 257 0 0 0 0 0 0 0 +USW00023188198912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188198912ACMH 0 X 0 X 0 X 0 X 20 X 10 X 0 X 40 X 30 X 80 X 10 X 30 X 90 X 70 X 100 X 70 X 10 X 90 X 30 X 10 X 20 X 0 X 60 X 70 X 80 X 100 X 90 X 90 X 40 X 0 X 0 X +USW00023188198912ACSH 0 X 0 X 0 X 0 X 0 X 0 X 10 X 80 X 30 X 90 X 10 X 50 X 100 X 70 X 100 X 100 X 0 X 100 X 10 X 10 X 30 X 0 X 70 X 80 X 90 X 100 X 90 X 90 X 60 X 0 X 0 X +USW00023188198912AWND 24 X 41 X 25 X 26 X 27 X 30 X 21 X 21 X 26 X 21 X 29 X 24 X 24 X 20 X 24 X 24 X 26 X 21 X 28 X 30 X 25 X 27 X 24 X 21 X 21 X 13 X 23 X 30 X 21 X 15 X 16 X +USW00023188198912FMTM 1342 X 1428 X 1452 X 1414 X 1230 X 1406 X 1453 X 1407 X 1420 X 1554 X 0513 X 1417 X 1342 X 1357 X 1526 X 1423 X 1420 X 1508 X 1427 X 1330 X 1354 X 1436 X 1301 X 1442 X 1228 X 1710 X 1648 X 1629 X 1514 X 1419 X 1430 X +USW00023188198912PGTM 1334 X 1315 X 1451 X 1524 X 1112 X 1445 X 1433 X 1417 X 1702 X 1233 X 1149 X 1403 X 1506 X 1407 X 1531 X 1322 X 1318 X 1229 X 1442 X 1516 X 1353 X 1413 X 1300 X 1457 X 1234 X 1351 X 1655 X 1630 X 2022 X 1422 X 1428 X +USW00023188198912TSUN 609 X 608 X 607 X 606 X 575 X 606 X 605 X 604 X 604 X 514 X 579 X 565 X 514 X 539 X 426 X 454 X 567 X 223 X 564 X 599 X 522 X 556 X 531 X 559 X 303 X 125 X 45 X 77 X 231 X 602 X 601 X +USW00023188198912WDFG 315W X 45W X 315W X 315W X 180W X 45W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 225W X 270W X 315W X 180W X 315W X 315W X +USW00023188198912WDFM 315W X 45W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 270W X 315W X 270W X 315W X 315W X 315W X 315W X +USW00023188198912WSFG 77 X 103 X 77 X 87 X 67 X 72 X 67 X 77 X 67 X 67 X 82 X 72 X 72 X 67 X 57 X 62 X 72 X 67 X 72 X 82 X 77 X 98 X 72 X 67 X 62 X 46 X 67 X 87 X 57 X 67 X 57 X +USW00023188198912WSFM 67 X 63 X 72 X 67 X 54 X 67 X 58 X 63 X 54 X 45 X 49 X 54 X 45 X 49 X 45 X 40 X 54 X 40 X 54 X 67 X 58 X 72 X 58 X 40 X 49 X 27 X 40 X 72 X 40 X 58 X 49 X +USW00023188198912WT01-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188198912WT02-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188198912WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188198912WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188198912WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188198912WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188199001TMAX 172 0 144 0 161 0 178 0 189 0 206 0 183 0 189 0 222 0 200 0 222 0 194 0 178 0 172 0 156 0 156 0 139 0 133 0 156 0 183 0 206 0 217 0 222 0 267 0 250 0 217 0 206 0 239 0 206 0 167 0 161 0 +USW00023188199001TMIN 72 0 106 0 78 0 56 0 56 0 56 0 61 0 83 0 83 0 100 0 100 0 111 0 133 0 122 0 106 0 106 0 83 0 67 0 67 0 78 0 67 0 67 0 67 0 78 0 94 0 78 0 89 0 67 0 67 0 78 0 111 0 +USW00023188199001PRCP 3 0 107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 30 0 211 0 43 0 43 0 112 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 69 0 23 0 +USW00023188199001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199001ACMH 30 X 60 X 30 X 0 X 0 X 20 X 30 X 30 X 10 X 40 X 40 X 50 X 90 X 80 X 90 X 80 X 70 X 30 X 20 X 20 X 50 X 20 X 0 X 10 X 0 X 60 X 50 X 10 X 10 X 80 X 50 X +USW00023188199001ACSH 40 X 60 X 70 X 0 X 0 X 20 X 50 X 40 X 0 X 40 X 40 X 40 X 100 X 70 X 90 X 90 X 80 X 30 X 50 X 30 X 80 X 30 X 0 X 10 X 0 X 90 X 70 X 20 X 10 X 100 X 40 X +USW00023188199001AWND 25 X 36 X 20 X 25 X 24 X 11 X 17 X 20 X 20 X 21 X 25 X 29 X 45 X 33 X 28 X 33 X 38 X 28 X 21 X 20 X 21 X 22 X 24 X 15 X 23 X 20 X 21 X 26 X 22 X 34 X 35 X +USW00023188199001FMTM 2345 X 0549 X 2143 X 1447 X 1409 X 1525 X 1554 X 1351 X 1502 X 0528 X 1245 X 1247 X 0918 X 1905 X 1712 X 2305 X 0128 X 1628 X 0101 X 1505 X 1401 X 1542 X 1358 X 1348 X 1336 X 1617 X 1335 X 1438 X 1522 X 2355 X 0002 X +USW00023188199001PGTM 1331 X 0528 X 1536 X 1423 X 1407 X 1302 X 1739 X 1417 X 1505 X 0759 X 2050 X 1300 X 1105 X 0214 X 1612 X 2358 X 0129 X 1557 X 1402 X 1438 X 1608 X 1430 X 1304 X 1554 X 1328 X 1258 X 1327 X 1456 X 1527 X 2354 X 0048 X +USW00023188199001TSUN 501 X 400 X 575 X 604 X 604 X 605 X 606 X 596 X 592 X 572 X 583 X 598 X 317 X 349 X 292 X 290 X 244 X 613 X 499 X 568 X 435 X 533 X 604 X 625 X 627 X 539 X 593 X 608 X 602 X 229 X 479 X +USW00023188199001WDFG 225W X 315W X 270W X 315W X 315W X 225W X 360W X 315W X 315W X 90W X 270W X 270W X 180W X 225W X 270W X 270W X 270W X 315W X 225W X 315W X 360W X 315W X 315W X 90W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188199001WDFM 225W X 315W X 90W X 315W X 315W X 315W X 315W X 315W X 315W X 90W X 315W X 225W X 180W X 360W X 315W X 225W X 270W X 315W X 90W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 315W X +USW00023188199001WSFG 67 X 129 X 57 X 93 X 98 X 46 X 51 X 67 X 51 X 62 X 93 X 72 X 108 X 93 X 57 X 103 X 139 X 67 X 62 X 62 X 51 X 67 X 77 X 77 X 77 X 62 X 57 X 77 X 62 X 103 X 98 X +USW00023188199001WSFM 49 X 94 X 36 X 76 X 80 X 36 X 40 X 63 X 40 X 31 X 49 X 54 X 67 X 72 X 36 X 58 X 85 X 49 X 40 X 54 X 45 X 54 X 63 X 54 X 67 X 45 X 45 X 67 X 54 X 89 X 76 X +USW00023188199001WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 +USW00023188199001WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199001WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199001WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199001WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199001WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188199002TMAX 156 0 178 0 183 0 139 0 161 0 167 0 161 0 172 0 172 0 194 0 228 0 172 0 156 0 111 0 128 0 139 0 144 0 150 0 133 0 161 0 183 0 233 0 261 0 239 0 228 0 183 0 172 0 161 0-9999 -9999 -9999 +USW00023188199002TMIN 117 0 67 0 67 0 78 0 61 0 67 0 78 0 106 0 67 0 67 0 83 0 128 0 106 0 72 0 33 0 50 0 100 0 72 0 56 0 56 0 72 0 78 0 106 0 100 0 128 0 106 0 117 0 122 0-9999 -9999 -9999 +USW00023188199002PRCP 0T 0 0 0 0 0 64 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 173 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199002ACMH 50 X 0 X 50 X 50 X 0 X 20 X 90 X 40 X 0 X 20 X 60 X 100 X 90 X 50 X 30 X 30 X 100 X 90 X 10 X 30 X 60 X 60 X 40 X 70 X 90 X 60 X 40 X 70 X-9999 -9999 -9999 +USW00023188199002ACSH 50 X 0 X 90 X 80 X 0 X 20 X 100 X 50 X 0 X 20 X 70 X 100 X 100 X 60 X 30 X 10 X 100 X 90 X 0 X 50 X 80 X 80 X 60 X 100 X 100 X 50 X 10 X 50 X-9999 -9999 -9999 +USW00023188199002AWND 60 X 28 X 24 X 33 X 27 X 18 X 25 X 32 X 25 X 27 X 25 X 31 X 51 X 69 X 30 X 33 X 62 X 46 X 30 X 28 X 21 X 22 X 21 X 17 X 19 X 21 X 28 X 35 X-9999 -9999 -9999 +USW00023188199002FMTM 1303 X 0131 X 1557 X 1417 X 1614 X 1438 X 2158 X 1706 X 1516 X 1536 X 1236 X 1306 X 2314 X 1017 X 1407 X 1253 X 1845 X 1706 X 1228 X 1429 X 1449 X 1447 X 1400 X 1312 X 1348 X 1416 X 1441 X 1543 X-9999 -9999 -9999 +USW00023188199002PGTM 1436 X 0129 X 1703 X 1303 X 1327 X 1523 X 2330 X 1713 X 1442 X 1310 X 1302 X 1321 X 2331 X 0204 X 1218 X 2316 X 1848 X 2318 X 1237 X 1334 X 1228 X 1447 X 1428 X 1445 X 1123 X 1252 X 1454 X 1404 X-9999 -9999 -9999 +USW00023188199002TSUN 458 X 638 X 571 X 295 X 643 X 630 X 464 X 447 X 651 X 642 X 598 X 366 X 263 X 452 X 661 X 639 X 16 X 147 X 664 X 671 X 608 X 623 X 663 X 595 X 411 X 518 X 623 X 379 X-9999 -9999 -9999 +USW00023188199002WDFG 315W X 360W X 315W X 270W X 225W X 315W X 135W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 135W X 180W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X-9999 -9999 -9999 +USW00023188199002WDFM 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 135W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X-9999 -9999 -9999 +USW00023188199002WSFG 123 X 87 X 77 X 123 X 72 X 57 X 67 X 67 X 62 X 82 X 82 X 72 X 123 X 159 X 77 X 82 X 129 X 129 X 67 X 87 X 72 X 72 X 72 X 51 X 62 X 67 X 72 X 82 X-9999 -9999 -9999 +USW00023188199002WSFM 103 X 80 X 67 X 98 X 45 X 40 X 40 X 58 X 45 X 72 X 76 X 58 X 72 X 107 X 49 X 45 X 98 X 85 X 58 X 72 X 58 X 54 X 58 X 36 X 40 X 49 X 49 X 58 X-9999 -9999 -9999 +USW00023188199002WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188199002WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188199002WT16 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199003TMAX 178 0 167 0 189 0 161 0 156 0 172 0 200 0 167 0 156 0 167 0 150 0 156 0 150 0 172 0 211 0 250 0 228 0 211 0 206 0 256 0 261 0 172 0 178 0 161 0 189 0 178 0 172 0 144 0 172 0 167 0 178 0 +USW00023188199003TMIN 128 0 139 0 128 0 128 0 106 0 72 0 83 0 117 0 128 0 128 0 111 0 106 0 78 0 78 0 83 0 94 0 111 0 100 0 111 0 111 0 122 0 133 0 128 0 128 0 139 0 133 0 133 0 122 0 122 0 122 0 117 0 +USW00023188199003PRCP 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0T 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 33 0 0 0 0 0 0 0 +USW00023188199003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199003ACMH 100 X 90 X 80 X 100 X 50 X 0 X 60 X 100 X 100 X 90 X 70 X 40 X 30 X 40 X 10 X 80 X 20 X 10 X 80 X 80 X 30 X 90 X 70 X 100 X 90 X 100 X 100 X 100 X 80 X 90 X 80 X +USW00023188199003ACSH 100 X 100 X 60 X 100 X 50 X 0 X 60 X 100 X 100 X 80 X 70 X 50 X 50 X 60 X 10 X 100 X 10 X 0 X 90 X 100 X 0 X 70 X 50 X 100 X 90 X 100 X 100 X 100 X 80 X 90 X 80 X +USW00023188199003AWND 30 X 29 X 34 X 42 X 58 X 31 X 21 X 31 X 31 X 39 X 62 X 58 X 32 X 29 X 27 X 27 X 28 X 31 X 32 X 28 X 24 X 31 X 31 X 27 X 31 X 34 X 38 X 39 X 29 X 31 X 30 X +USW00023188199003FMTM 1805 X 1429 X 1427 X 1546 X 1057 X 1515 X 1534 X 1142 X 1303 X 1128 X 0700 X 1410 X 1538 X 1538 X 1641 X 1647 X 1236 X 1435 X 1221 X 1249 X 1446 X 1339 X 1210 X 1303 X 1752 X 1317 X 1310 X 1144 X 1606 X 1533 X 1629 X +USW00023188199003PGTM 1639 X 1425 X 1524 X 1600 X 1125 X 1413 X 1534 X 1324 X 1430 X 1136 X 0658 X 1355 X 1442 X 1519 X 1643 X 1653 X 1235 X 1439 X 1230 X 1405 X 2241 X 1326 X 1141 X 1228 X 1526 X 1314 X 2004 X 1459 X 1438 X 1418 X 1643 X +USW00023188199003TSUN 83 X 223 X 455 X 111 X 514 X 699 X 669 X 602 X 152 X 247 X 323 X 556 X 593 X 692 X 717 X 601 X 698 X 700 X 535 X 465 X 675 X 619 X 593 X 88 X 388 X 167 X 333 X 6 X 309 X 166 X 365 X +USW00023188199003WDFG 315W X 315W X 270W X 270W X 315W X 315W X 315W X 225W X 225W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 225W X 225W X 225W X 315W X 225W X 270W X 270W X 270W X 315W X 315W X +USW00023188199003WDFM 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X +USW00023188199003WSFG 67 X 72 X 77 X 87 X 134 X 82 X 67 X 67 X 62 X 93 X 118 X 118 X 98 X 72 X 87 X 93 X 77 X 72 X 72 X 62 X 72 X 82 X 72 X 72 X 72 X 72 X 77 X 82 X 82 X 72 X 77 X +USW00023188199003WSFM 54 X 58 X 63 X 63 X 116 X 72 X 45 X 45 X 40 X 76 X 94 X 89 X 76 X 49 X 63 X 76 X 58 X 63 X 49 X 58 X 40 X 36 X 31 X 36 X 49 X 40 X 49 X 49 X 49 X 49 X 58 X +USW00023188199003WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188199003WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199003WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199003WT10-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199003WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188199003WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188199004TMAX 178 0 194 0 278 0 194 0 200 0 178 0 194 0 200 0 200 0 233 0 233 0 239 0 194 0 194 0 206 0 194 0 189 0 194 0 189 0 189 0 189 0 200 0 189 0 194 0 206 0 211 0 211 0 206 0 194 0 172 0-9999 +USW00023188199004TMIN 139 0 139 0 122 0 144 0 156 0 150 0 144 0 139 0 128 0 128 0 139 0 150 0 150 0 150 0 156 0 156 0 139 0 150 0 161 0 156 0 150 0 156 0 139 0 139 0 128 0 150 0 156 0 161 0 150 0 133 0-9999 +USW00023188199004PRCP 0T 0 0 0 8 0 69 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 94 0 3 0 0 0 0T 0 0 0 0 0 18 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199004ACMH 100 X 40 X 70 X 70 X 80 X 100 X 90 X 50 X 10 X 60 X 10 X 40 X 90 X 60 X 90 X 90 X 80 X 70 X 100 X 100 X 90 X 90 X 90 X 80 X 20 X 40 X 70 X 70 X 100 X 70 X-9999 +USW00023188199004ACSH 100 X 20 X 90 X 60 X 80 X 100 X 90 X 40 X 10 X 80 X 0 X 10 X 80 X 50 X 80 X 90 X 80 X 50 X 100 X 100 X 90 X 80 X 90 X 80 X 40 X 50 X 50 X 40 X 100 X 80 X-9999 +USW00023188199004AWND 30 X 34 X 25 X 36 X 36 X 41 X 36 X 39 X 33 X 26 X 27 X 33 X 34 X 34 X 34 X 59 X 48 X 33 X 39 X 35 X 33 X 34 X 47 X 46 X 33 X 32 X 30 X 37 X 55 X 45 X-9999 +USW00023188199004FMTM 1503 X 1235 X 1259 X 1234 X 2128 X 1131 X 1707 X 1648 X 1417 X 1250 X 1604 X 1441 X 1512 X 1146 X 1508 X 1300 X 1127 X 1615 X 1110 X 1210 X 1209 X 1426 X 2230 X 0847 X 1510 X 1142 X 1137 X 2349 X 2200 X 0837 X-9999 +USW00023188199004PGTM 1515 X 1255 X 1149 X 1250 X 1300 X 1131 X 1612 X 1642 X 1415 X 1238 X 1136 X 1053 X 1503 X 1452 X 1456 X 1439 X 1410 X 1214 X 1110 X 1133 X 1514 X 1203 X 2211 X 1118 X 1525 X 1036 X 1036 X 1251 X 0709 X 0808 X-9999 +USW00023188199004TSUN 109 X 632 X 508 X 488 X 327 X 20 X 286 X 610 X 767 X 727 X 744 X 722 X 389 X 645 X 475 X 176 X 323 X 413 X 48 X 147 X 368 X 315 X 211 X 509 X 797 X 605 X 705 X 391 X 4 X 200 X-9999 +USW00023188199004WDFG 270W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 270W X 270W X 225W X 225W X 270W X 315W X 315W X 270W X 225W X 315W X 225W X 315W X 225W X 225W X 225W X 180W X 270W X-9999 +USW00023188199004WDFM 270W X 315W X 225W X 225W X 360W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X-9999 +USW00023188199004WSFG 72 X 82 X 134 X 103 X 67 X 82 X 87 X 93 X 87 X 77 X 72 X 72 X 72 X 87 X 77 X 118 X 93 X 82 X 93 X 72 X 82 X 82 X 98 X 87 X 98 X 72 X 77 X 77 X 103 X 98 X-9999 +USW00023188199004WSFM 54 X 67 X 63 X 67 X 49 X 63 X 67 X 76 X 67 X 63 X 54 X 45 X 45 X 45 X 54 X 80 X 76 X 54 X 63 X 49 X 58 X 54 X 80 X 58 X 67 X 40 X 40 X 58 X 72 X 63 X-9999 +USW00023188199004WT01-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188199004WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188199004WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199004WT16 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199005TMAX 194 0 194 0 200 0 217 0 272 0 306 0 200 0 189 0 200 0 194 0 194 0 200 0 206 0 194 0 194 0 217 0 211 0 189 0 178 0 206 0 217 0 239 0 211 0 211 0 200 0 200 0 211 0 189 0 194 0 200 0 206 0 +USW00023188199005TMIN 117 0 139 0 139 0 161 0 144 0 161 0 144 0 144 0 144 0 156 0 156 0 156 0 156 0 156 0 150 0 133 0 161 0 150 0 150 0 150 0 161 0 161 0 167 0 156 0 144 0 156 0 156 0 150 0 144 0 156 0 150 0 +USW00023188199005PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 124 0 0 0 0 0 0 0 +USW00023188199005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199005ACMH 10 X 50 X 30 X 30 X 10 X 0 X 90 X 50 X 70 X 100 X 80 X 70 X 80 X 90 X 40 X 40 X 70 X 80 X 90 X 30 X 50 X 60 X 80 X 40 X 50 X 50 X 90 X 90 X 70 X 80 X 80 X +USW00023188199005ACSH 10 X 40 X 10 X 10 X 0 X 0 X 80 X 20 X 60 X 90 X 80 X 70 X 60 X 90 X 50 X 50 X 60 X 70 X 100 X 30 X 70 X 70 X 100 X 30 X 30 X 50 X 90 X 90 X 50 X 70 X 80 X +USW00023188199005AWND 35 X 38 X 34 X 38 X 36 X 27 X 38 X 36 X 34 X 49 X 41 X 31 X 40 X 37 X 38 X 33 X 33 X 34 X 44 X 37 X 36 X 41 X 44 X 38 X 34 X 34 X 35 X 58 X 37 X 38 X 42 X +USW00023188199005FMTM 1405 X 1140 X 1505 X 1148 X 1526 X 1406 X 1308 X 1103 X 1145 X 1539 X 0911 X 1222 X 1142 X 1231 X 1337 X 1128 X 1324 X 1356 X 1406 X 1558 X 1058 X 1422 X 1039 X 1308 X 0950 X 1401 X 1216 X 0942 X 1407 X 1652 X 1507 X +USW00023188199005PGTM 1141 X 1135 X 1524 X 1307 X 1528 X 1229 X 1300 X 1357 X 1228 X 1307 X 1354 X 1323 X 2010 X 1216 X 1456 X 1243 X 1152 X 1053 X 1432 X 1528 X 1245 X 1337 X 1528 X 1308 X 0949 X 1102 X 1124 X 0935 X 0844 X 1307 X 1118 X +USW00023188199005TSUN 808 X 714 X 783 X 694 X 686 X 816 X 646 X 679 X 673 X 251 X 323 X 523 X 484 X 153 X 499 X 610 X 504 X 605 X 89 X 732 X 765 X 834 X 754 X 816 X 786 X 775 X 650 X 207 X 503 X 361 X 495 X +USW00023188199005WDFG 225W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 270W X 360W X 225W X 180W X 270W X 225W X 270W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X 180W X 225W X 270W X 225W X +USW00023188199005WDFM 225W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 270W X 270W X 315W X 270W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 180W X 270W X 315W X 315W X +USW00023188199005WSFG 82 X 87 X 98 X 93 X 87 X 82 X 82 X 72 X 98 X 103 X 87 X 82 X 77 X 87 X 77 X 113 X 93 X 82 X 98 X 93 X 93 X 103 X 87 X 93 X 82 X 77 X 98 X 139 X 82 X 87 X 98 X +USW00023188199005WSFM 54 X 54 X 58 X 76 X 72 X 67 X 49 X 49 X 63 X 67 X 58 X 49 X 49 X 54 X 45 X 76 X 45 X 45 X 58 X 72 X 67 X 76 X 76 X 76 X 45 X 45 X 54 X 116 X 49 X 54 X 63 X +USW00023188199005WT01-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188199005WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199005WT08-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199005WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199005WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188199006TMAX 211 0 244 0 278 0 272 0 217 0 217 0 228 0 256 0 261 0 233 0 228 0 200 0 194 0 200 0 206 0 211 0 194 0 217 0 222 0 228 0 222 0 228 0 239 0 250 0 267 0 344 0 328 0 256 0 222 0 278 0-9999 +USW00023188199006TMIN 156 0 150 0 167 0 167 0 161 0 172 0 172 0 172 0 189 0 194 0 178 0 172 0 167 0 161 0 150 0 156 0 167 0 167 0 167 0 172 0 172 0 178 0 178 0 183 0 183 0 189 0 200 0 178 0 167 0 178 0-9999 +USW00023188199006PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 97 0 124 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00023188199006SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199006SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199006ACMH 30 X 0 X 0 X 0 X 70 X 50 X 100 X 90 X 90 X 70 X 80 X 70 X 100 X 60 X 50 X 60 X 100 X 60 X 40 X 60 X 70 X 50 X 50 X 20 X 0 X 0 X 0 X 10 X 70 X 70 X-9999 +USW00023188199006ACSH 20 X 0 X 0 X 0 X 50 X 40 X 100 X 90 X 90 X 70 X 80 X 50 X 90 X 40 X 50 X 50 X 100 X 40 X 30 X 40 X 50 X 40 X 40 X 10 X 0 X 0 X 0 X 0 X 80 X 70 X-9999 +USW00023188199006AWND 40 X 33 X 31 X 29 X 46 X 35 X 33 X 30 X 31 X 32 X 36 X 38 X 56 X 43 X 39 X 34 X 30 X 40 X 35 X 28 X 33 X 42 X 41 X 41 X 40 X 41 X 32 X 31 X 48 X 31 X-9999 +USW00023188199006FMTM 1330 X 1209 X 1507 X 1248 X 0718 X 1802 X 1150 X 2219 X 0632 X 1054 X 1441 X 1316 X 1450 X 1646 X 1647 X 1157 X 1525 X 1559 X 1218 X 1319 X 1323 X 1438 X 1207 X 1459 X 1252 X 1340 X 1418 X 1239 X 0237 X 1530 X-9999 +USW00023188199006PGTM 1142 X 1330 X 1508 X 1402 X 0640 X 0224 X 2043 X 2227 X 0635 X 1044 X 1255 X 1330 X 1140 X 1323 X 1420 X 1209 X 1047 X 1030 X 1151 X 1318 X 1438 X 1540 X 1238 X 1514 X 1248 X 1340 X 1412 X 1746 X 0225 X 1111 X-9999 +USW00023188199006TSUN 731 X 850 X 851 X 852 X 579 X 702 X 586 X 396 X 226 X 331 X 254 X 631 X 184 X 574 X 587 X 678 X 0 X 522 X 662 X 562 X 542 X 540 X 643 X 784 X 858 X 857 X 857 X 857 X 452 X 687 X-9999 +USW00023188199006WDFG 270W X 315W X 315W X 315W X 180W X 180W X 225W X 315W X 135W X 225W X 315W X 225W X 225W X 225W X 270W X 270W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 135W X 180W X 225W X-9999 +USW00023188199006WDFM 315W X 315W X 315W X 315W X 180W X 315W X 180W X 315W X 135W X 180W X 315W X 225W X 225W X 315W X 315W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 270W X-9999 +USW00023188199006WSFG 87 X 77 X 87 X 62 X 108 X 72 X 67 X 93 X 103 X 82 X 82 X 77 X 108 X 93 X 108 X 98 X 67 X 98 X 82 X 77 X 82 X 93 X 87 X 87 X 98 X 108 X 87 X 72 X 103 X 82 X-9999 +USW00023188199006WSFM 54 X 63 X 72 X 45 X 72 X 54 X 40 X 72 X 63 X 54 X 63 X 49 X 67 X 58 X 63 X 58 X 45 X 72 X 67 X 45 X 63 X 76 X 72 X 76 X 80 X 80 X 67 X 45 X 76 X 40 X-9999 +USW00023188199006WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188199006WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199006WT08-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199006WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188199006WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188199007TMAX 256 0 250 0 250 0 244 0 256 0 244 0 206 0 222 0 244 0 267 0 294 0 283 0 278 0 272 0 239 0 261 0 272 0 267 0 267 0 261 0 250 0 256 0 256 0 233 0 239 0 250 0 256 0 256 0 256 0 267 0 261 0 +USW00023188199007TMIN 189 0 194 0 183 0 178 0 183 0 183 0 172 0 167 0 189 0 189 0 206 0 211 0 211 0 206 0 206 0 206 0 211 0 206 0 211 0 200 0 200 0 200 0 194 0 189 0 189 0 189 0 189 0 183 0 178 0 189 0 183 0 +USW00023188199007PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199007SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199007SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199007ACMH 40 X 30 X 0 X 0 X 0 X 40 X 90 X 70 X 40 X 60 X 70 X 60 X 70 X 40 X 70 X 40 X 20 X 30 X 30 X 60 X 50 X 60 X 80 X 80 X 40 X 20 X 20 X 20 X 40 X 40 X 30 X +USW00023188199007ACSH 20 X 20 X 0 X 0 X 0 X 30 X 90 X 50 X 40 X 80 X 80 X 70 X 90 X 30 X 50 X 30 X 10 X 10 X 0 X 40 X 40 X 40 X 70 X 70 X 20 X 10 X 20 X 20 X 40 X 40 X 10 X +USW00023188199007AWND 37 X 35 X 36 X 43 X 35 X 33 X 50 X 34 X 43 X 37 X 34 X 32 X 32 X 35 X 35 X 35 X 42 X 40 X 36 X 34 X 34 X 34 X 35 X 37 X 34 X 32 X 33 X 34 X 39 X 42 X 42 X +USW00023188199007FMTM 1351 X 1447 X 1537 X 1309 X 1648 X 1107 X 1536 X 1437 X 1432 X 1516 X 1339 X 1233 X 1245 X 1405 X 1104 X 1438 X 1547 X 1500 X 1409 X 1311 X 1023 X 1326 X 1408 X 1231 X 1206 X 1314 X 1256 X 1249 X 1554 X 1206 X 1324 X +USW00023188199007PGTM 1524 X 1619 X 1338 X 1440 X 1649 X 1134 X 1820 X 1440 X 1427 X 1454 X 1714 X 1155 X 1143 X 1423 X 1258 X 1350 X 1124 X 1437 X 1348 X 1054 X 1032 X 1354 X 1238 X 1108 X 1017 X 1305 X 1413 X 1505 X 1418 X 1151 X 1313 X +USW00023188199007TSUN 667 X 693 X 789 X 854 X 854 X 654 X 231 X 420 X 679 X 281 X 750 X 769 X 585 X 785 X 485 X 623 X 814 X 747 X 818 X 639 X 452 X 693 X 507 X 426 X 674 X 777 X 708 X 673 X 830 X 787 X 791 X +USW00023188199007WDFG 315W X 270W X 225W X 315W X 315W X 270W X 225W X 225W X 315W X 315W X 180W X 180W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 180W X 180W X 225W X 270W X 225W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188199007WDFM 315W X 270W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 225W X 180W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188199007WSFG 82 X 77 X 87 X 98 X 87 X 82 X 87 X 72 X 93 X 93 X 77 X 72 X 77 X 77 X 82 X 77 X 93 X 82 X 82 X 82 X 72 X 82 X 93 X 82 X 77 X 77 X 82 X 72 X 87 X 98 X 103 X +USW00023188199007WSFM 54 X 45 X 54 X 76 X 67 X 49 X 49 X 40 X 67 X 72 X 45 X 45 X 49 X 49 X 49 X 45 X 63 X 67 X 63 X 49 X 45 X 49 X 54 X 45 X 49 X 45 X 58 X 49 X 63 X 80 X 76 X +USW00023188199007WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199007WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188199007WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199007WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199008TMAX 233 0 244 0 244 0 244 0 250 0 267 0 267 0 256 0 250 0 250 0 261 0 261 0 239 0 222 0 244 0 256 0 244 0 228 0 233 0 233 0 250 0 244 0 239 0 228 0 233 0 239 0 256 0 283 0 250 0 250 0 244 0 +USW00023188199008TMIN 183 0 189 0 194 0 200 0 194 0 200 0 211 0 206 0 206 0 211 0 206 0 200 0 200 0 194 0 194 0 200 0 200 0 189 0 189 0 178 0 172 0 183 0 194 0 194 0 194 0 172 0 178 0 189 0 189 0 183 0 200 0 +USW00023188199008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199008SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199008SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199008ACMH 50 X 70 X 90 X 80 X 50 X 60 X 60 X 90 X 70 X 80 X 70 X 70 X 100 X 100 X 90 X 50 X 80 X 100 X 70 X 20 X 10 X 30 X 60 X 90 X 50 X 10 X 0 X 0 X 30 X 40 X 60 X +USW00023188199008ACSH 20 X 40 X 90 X 70 X 40 X 60 X 60 X 80 X 60 X 80 X 60 X 50 X 100 X 100 X 80 X 50 X 70 X 100 X 50 X 0 X 20 X 10 X 30 X 90 X 40 X 0 X 0 X 0 X 10 X 30 X 40 X +USW00023188199008AWND 34 X 36 X 39 X 44 X 34 X 33 X 34 X 36 X 38 X 39 X 38 X 36 X 40 X 31 X 35 X 39 X 31 X 34 X 37 X 39 X 36 X 34 X 34 X 39 X 34 X 41 X 44 X 37 X 28 X 34 X 35 X +USW00023188199008FMTM 1516 X 1443 X 1645 X 1400 X 1828 X 1025 X 1844 X 1232 X 1116 X 1108 X 1513 X 1344 X 1317 X 1000 X 1243 X 1420 X 1416 X 1155 X 1149 X 1342 X 1716 X 1255 X 1346 X 1400 X 1923 X 1317 X 1528 X 1220 X 1207 X 1629 X 1505 X +USW00023188199008PGTM 1525 X 1906 X 1219 X 1324 X 2248 X 1007 X 1012 X 1248 X 1059 X 1406 X 1637 X 1603 X 1338 X 1608 X 1513 X 1311 X 1455 X 1111 X 1442 X 1519 X 1120 X 1248 X 1307 X 1533 X 1121 X 1420 X 1337 X 1306 X 1212 X 1432 X 1511 X +USW00023188199008TSUN 747 X 704 X 378 X 357 X 554 X 727 X 628 X 354 X 512 X 218 X 444 X 370 X 0 X 0 X 278 X 505 X 352 X 136 X 648 X 794 X 750 X 744 X 598 X 102 X 520 X 783 X 781 X 779 X 720 X 672 X 667 X +USW00023188199008WDFG 225W X 270W X 315W X 315W X 45W X 270W X 270W X 315W X 270W X 315W X 360W X 225W X 225W X 180W X 225W X 270W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 270W X 315W X 315W X +USW00023188199008WDFM 225W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 225W X 225W X 315W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X +USW00023188199008WSFG 82 X 72 X 87 X 103 X 77 X 77 X 82 X 82 X 98 X 82 X 118 X 82 X 87 X 62 X 77 X 98 X 82 X 77 X 82 X 82 X 93 X 87 X 87 X 82 X 82 X 108 X 98 X 87 X 72 X 103 X 103 X +USW00023188199008WSFM 45 X 49 X 63 X 76 X 45 X 49 X 49 X 54 X 58 X 58 X 72 X 49 X 58 X 36 X 49 X 72 X 45 X 45 X 49 X 49 X 63 X 54 X 54 X 49 X 49 X 76 X 72 X 63 X 54 X 45 X 63 X +USW00023188199008WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188199008WT03-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199008WT08-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188199008WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199008WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199009TMAX 250 0 239 0 244 0 261 0 283 0 278 0 289 0 278 0 289 0 283 0 294 0 267 0 244 0 239 0 261 0 228 0 228 0 239 0 222 0 239 0 244 0 250 0 244 0 244 0 250 0 250 0 228 0 228 0 228 0 239 0-9999 +USW00023188199009TMIN 194 0 189 0 194 0 189 0 206 0 217 0 206 0 206 0 200 0 200 0 189 0 172 0 167 0 183 0 189 0 183 0 183 0 189 0 189 0 189 0 200 0 189 0 178 0 178 0 172 0 178 0 194 0 183 0 178 0 189 0-9999 +USW00023188199009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00023188199009SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199009SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199009ACMH 50 X 50 X 40 X 20 X 10 X 20 X 0 X 0 X 10 X 0 X 10 X 40 X 60 X 50 X 40 X 70 X 70 X 50 X 70 X 60 X 50 X 10 X 30 X 30 X 30 X 50 X 100 X 60 X 70 X 70 X-9999 +USW00023188199009ACSH 30 X 30 X 30 X 20 X 10 X 0 X 0 X 0 X 10 X 0 X 10 X 30 X 40 X 60 X 40 X 60 X 50 X 50 X 60 X 60 X 40 X 0 X 30 X 20 X 20 X 50 X 100 X 70 X 90 X 50 X-9999 +USW00023188199009AWND 33 X 34 X 33 X 31 X 29 X 37 X 35 X 28 X 31 X 42 X 42 X 29 X 31 X 30 X 26 X 31 X 35 X 34 X 41 X 38 X 32 X 34 X 37 X 41 X 38 X 31 X 35 X 34 X 30 X 34 X-9999 +USW00023188199009FMTM 1324 X 1746 X 1307 X 1208 X 1110 X 1325 X 1320 X 1615 X 1405 X 1550 X 1244 X 1310 X 1322 X 1254 X 1416 X 1138 X 1346 X 1312 X 1345 X 1411 X 1337 X 1406 X 1430 X 1428 X 1207 X 1538 X 1349 X 1214 X 1119 X 1304 X-9999 +USW00023188199009PGTM 1156 X 1315 X 1121 X 1338 X 1222 X 1338 X 1204 X 1306 X 1400 X 1546 X 1248 X 0853 X 1720 X 1449 X 1443 X 1121 X 1727 X 1329 X 1347 X 1510 X 1507 X 1304 X 1318 X 1307 X 1527 X 1504 X 1451 X 1328 X 1234 X 1327 X-9999 +USW00023188199009TSUN 690 X 697 X 667 X 719 X 763 X 762 X 760 X 758 X 735 X 729 X 752 X 695 X 632 X 614 X 642 X 493 X 503 X 454 X 370 X 425 X 625 X 730 X 644 X 682 X 707 X 640 X 117 X 402 X 155 X 432 X-9999 +USW00023188199009WDFG 225W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 225W X 180W X 270W X 225W X 225W X 270W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X-9999 +USW00023188199009WDFM 225W X 315W X 270W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 225W X 225W X 225W X 225W X 270W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X-9999 +USW00023188199009WSFG 82 X 87 X 98 X 82 X 82 X 82 X 87 X 82 X 77 X 93 X 98 X 72 X 87 X 77 X 77 X 72 X 93 X 87 X 93 X 82 X 77 X 87 X 87 X 103 X 93 X 93 X 77 X 77 X 87 X 93 X-9999 +USW00023188199009WSFM 49 X 54 X 63 X 45 X 49 X 63 X 54 X 54 X 58 X 76 X 80 X 49 X 45 X 40 X 54 X 40 X 45 X 54 X 54 X 49 X 45 X 54 X 63 X 76 X 72 X 63 X 45 X 45 X 63 X 67 X-9999 +USW00023188199009WT01-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199009WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199009WT08-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199009WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188199009WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188199010TMAX 233 0 228 0 250 0 289 0 250 0 228 0 228 0 283 0 322 0 317 0 250 0 233 0 222 0 222 0 228 0 228 0 228 0 228 0 228 0 244 0 267 0 278 0 278 0 300 0 278 0 244 0 233 0 228 0 239 0 228 0 228 0 +USW00023188199010TMIN 194 0 194 0 194 0 172 0 172 0 189 0 178 0 156 0 144 0 144 0 133 0 156 0 167 0 178 0 183 0 189 0 183 0 167 0 178 0 167 0 122 0 122 0 139 0 133 0 139 0 133 0 111 0 128 0 122 0 133 0 156 0 +USW00023188199010PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199010SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199010SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199010ACMH 90 X 100 X 30 X 10 X 30 X 90 X 70 X 10 X 0 X 10 X 20 X 30 X 50 X 70 X 80 X 90 X 90 X 80 X 80 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 20 X 60 X 20 X 90 X 60 X +USW00023188199010ACSH 90 X 100 X 20 X 0 X 20 X 100 X 90 X 10 X 0 X 10 X 0 X 20 X 30 X 40 X 70 X 80 X 80 X 90 X 80 X 0 X 0 X 0 X 0 X 0 X 0 X 10 X 0 X 60 X 0 X 100 X 60 X +USW00023188199010AWND 34 X 28 X 31 X 34 X 41 X 34 X 31 X 32 X 30 X 21 X 27 X 32 X 30 X 33 X 28 X 35 X 31 X 30 X 40 X 37 X 30 X 21 X 23 X 28 X 28 X 30 X 31 X 30 X 25 X 23 X 26 X +USW00023188199010FMTM 0417 X 1349 X 1140 X 1335 X 1549 X 1541 X 1709 X 1113 X 1418 X 1246 X 1255 X 1332 X 1143 X 1230 X 1634 X 1324 X 1504 X 1007 X 1707 X 1552 X 1457 X 1459 X 1516 X 1255 X 1348 X 1158 X 1124 X 1312 X 1623 X 1429 X 1525 X +USW00023188199010PGTM 0419 X 1311 X 1324 X 1312 X 1233 X 1413 X 1525 X 1116 X 1418 X 1413 X 1340 X 1449 X 1411 X 1444 X 1453 X 1307 X 1735 X 1009 X 1629 X 1405 X 1435 X 1455 X 1509 X 1336 X 1353 X 1341 X 1239 X 1345 X 1514 X 1008 X 1550 X +USW00023188199010TSUN 86 X 14 X 651 X 706 X 613 X 451 X 277 X 698 X 695 X 694 X 657 X 614 X 566 X 446 X 240 X 414 X 507 X 154 X 221 X 674 X 673 X 671 X 669 X 667 X 665 X 645 X 637 X 507 X 605 X 269 X 557 X +USW00023188199010WDFG 180W X 225W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 270W X 315W X 180W X 225W X 315W X 270W X 180W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 360W X +USW00023188199010WDFM 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 225W X 315W X 270W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X +USW00023188199010WSFG 82 X 67 X 72 X 87 X 98 X 82 X 72 X 87 X 98 X 72 X 77 X 82 X 72 X 72 X 67 X 72 X 72 X 108 X 77 X 93 X 108 X 72 X 67 X 77 X 98 X 72 X 72 X 67 X 67 X 62 X 82 X +USW00023188199010WSFM 49 X 36 X 45 X 58 X 72 X 58 X 40 X 58 X 76 X 49 X 40 X 54 X 40 X 36 X 49 X 40 X 40 X 67 X 54 X 72 X 76 X 54 X 54 X 58 X 80 X 58 X 63 X 49 X 54 X 31 X 67 X +USW00023188199010WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188199010WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188199010WT08-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188199010WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199010WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199011TMAX 206 0 206 0 222 0 228 0 211 0 211 0 222 0 233 0 272 0 306 0 289 0 272 0 278 0 228 0 206 0 228 0 206 0 200 0 189 0 183 0 189 0 228 0 256 0 222 0 211 0 167 0 189 0 206 0 228 0 206 0-9999 +USW00023188199011TMIN 150 0 128 0 94 0 106 0 106 0 133 0 117 0 106 0 111 0 144 0 128 0 161 0 128 0 128 0 117 0 133 0 139 0 150 0 144 0 133 0 117 0 94 0 94 0 122 0 100 0 111 0 89 0 72 0 78 0 89 0-9999 +USW00023188199011PRCP 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 84 0 51 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0-9999 +USW00023188199011SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199011SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199011ACMH 60 X 10 X 0 X 0 X 30 X 40 X 0 X 0 X 0 X 20 X 70 X 70 X 20 X 40 X 70 X 70 X 50 X 60 X 100 X 70 X 20 X 0 X 10 X 20 X 30 X 30 X 0 X 0 X 30 X 60 X-9999 +USW00023188199011ACSH 60 X 10 X 0 X 0 X 10 X 40 X 0 X 0 X 0 X 20 X 90 X 90 X 20 X 60 X 70 X 90 X 40 X 50 X 100 X 70 X 40 X 0 X 10 X 40 X 0 X 30 X 0 X 0 X 50 X 80 X-9999 +USW00023188199011AWND 40 X 40 X 24 X 26 X 28 X 34 X 46 X 23 X 26 X 21 X 18 X 26 X 24 X 30 X 28 X 26 X 26 X 29 X 42 X 41 X 31 X 23 X 25 X 21 X 24 X 60 X 29 X 27 X 25 X 16 X-9999 +USW00023188199011FMTM 1418 X 1308 X 1559 X 1416 X 1209 X 1456 X 1507 X 1342 X 1617 X 1439 X 1523 X 1700 X 1255 X 1558 X 1606 X 1237 X 1302 X 1528 X 2038 X 0134 X 1434 X 1247 X 1353 X 1240 X 2306 X 0420 X 1416 X 1326 X 1336 X 1602 X-9999 +USW00023188199011PGTM 1408 X 1131 X 1551 X 1357 X 2241 X 1446 X 1235 X 1419 X 1558 X 1443 X 2154 X 1107 X 1249 X 1321 X 1555 X 1246 X 1319 X 1442 X 2043 X 1227 X 1436 X 1443 X 1348 X 1335 X 2316 X 0448 X 1330 X 1239 X 1337 X 1605 X-9999 +USW00023188199011TSUN 472 X 583 X 649 X 647 X 581 X 585 X 642 X 641 X 639 X 614 X 547 X 495 X 617 X 615 X 585 X 245 X 507 X 585 X 3 X 279 X 538 X 620 X 614 X 555 X 571 X 489 X 613 X 613 X 582 X 474 X-9999 +USW00023188199011WDFG 225W X 315W X 315W X 315W X 135W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199011WDFM 270W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199011WSFG 93 X 103 X 87 X 93 X 67 X 77 X 108 X 77 X 108 X 77 X 51 X 72 X 77 X 72 X 72 X 82 X 77 X 72 X 144 X 113 X 77 X 72 X 98 X 57 X 93 X 159 X 77 X 67 X 82 X 46 X-9999 +USW00023188199011WSFM 49 X 72 X 63 X 67 X 36 X 54 X 80 X 58 X 76 X 63 X 36 X 49 X 54 X 49 X 54 X 63 X 58 X 49 X 103 X 76 X 54 X 54 X 72 X 31 X 63 X 116 X 54 X 49 X 58 X 36 X-9999 +USW00023188199011WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199011WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199011WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199011WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188199011WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199012TMAX 200 0 228 0 239 0 228 0 228 0 250 0 261 0 250 0 244 0 239 0 217 0 183 0 172 0 178 0 172 0 156 0 172 0 167 0 172 0 128 0 117 0 111 0 128 0 167 0 172 0 183 0 178 0 167 0 139 0 178 0 189 0 +USW00023188199012TMIN 78 0 78 0 72 0 72 0 89 0 78 0 72 0 83 0 83 0 72 0 94 0 133 0 117 0 100 0 94 0 106 0 78 0 67 0 111 0 89 0 78 0 39 0 22 0 44 0 28 0 28 0 61 0 67 0 83 0 67 0 39 0 +USW00023188199012PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 66 0 64 0 20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00023188199012SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199012SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199012ACMH 20 X 0 X 20 X 20 X 50 X 0 X 60 X 50 X 0 X 10 X 70 X 90 X 70 X 60 X 70 X 50 X 0 X 20 X 90 X 80 X 90 X 20 X 60 X 20 X 20 X 0 X 80 X 40 X 80 X 0 X 40 X +USW00023188199012ACSH 10 X 0 X 10 X 10 X 70 X 0 X 90 X 70 X 0 X 10 X 80 X 80 X 80 X 80 X 70 X 50 X 0 X 0 X 90 X 90 X 100 X 10 X 60 X 0 X 40 X 0 X 90 X 20 X 100 X 0 X 30 X +USW00023188199012AWND 22 X 21 X 22 X 24 X 22 X 23 X 25 X 22 X 17 X 17 X 20 X 28 X 26 X 22 X 23 X 42 X 23 X 32 X 64 X 73 X 47 X 31 X 27 X 24 X 19 X 21 X 20 X 28 X 30 X 21 X 19 X +USW00023188199012FMTM 1525 X 1255 X 1332 X 1415 X 1345 X 1400 X 1154 X 1248 X 1221 X 1402 X 1541 X 1331 X 1459 X 1347 X 1552 X 1100 X 1627 X 1248 X 1828 X 0535 X 1810 X 1536 X 1416 X 1454 X 1820 X 1305 X 1249 X 1541 X 1210 X 1434 X 1414 X +USW00023188199012PGTM 1549 X 1316 X 1324 X 1418 X 1342 X 1434 X 1426 X 1253 X 1225 X 1403 X 1331 X 1305 X 1446 X 1214 X 1537 X 1107 X 1220 X 2138 X 1417 X 0734 X 1811 X 0008 X 1133 X 1456 X 1823 X 1544 X 1720 X 1519 X 0743 X 1443 X 1438 X +USW00023188199012TSUN 575 X 608 X 608 X 565 X 347 X 606 X 516 X 582 X 604 X 583 X 415 X 289 X 205 X 498 X 263 X 415 X 600 X 553 X 80 X 147 X 120 X 525 X 494 X 600 X 477 X 600 X 287 X 500 X 121 X 602 X 547 X +USW00023188199012WDFG 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 270W X 360W X 315W X 315W X 180W X 135W X 315W X 315W X 315W X 270W X 225W X 315W X 45W X 315W X 315W X 225W X 270W X 315W X 315W X +USW00023188199012WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 270W X 315W X 315W X 360W X +USW00023188199012WSFG 67 X 77 X 77 X 82 X 57 X 67 X 67 X 67 X 57 X 72 X 57 X 103 X 72 X 72 X 77 X 113 X 67 X 72 X 144 X 164 X 139 X 82 X 67 X 77 X 67 X 62 X 51 X 77 X 77 X 57 X 72 X +USW00023188199012WSFM 54 X 63 X 54 X 58 X 45 X 49 X 54 X 58 X 45 X 54 X 31 X 58 X 45 X 54 X 54 X 72 X 45 X 36 X 94 X 98 X 98 X 40 X 40 X 54 X 45 X 45 X 45 X 40 X 40 X 40 X 54 X +USW00023188199012WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188199101TMAX 200 0 206 0 167 0 167 0 172 0 183 0 183 0 167 0 156 0 172 0 178 0 183 0 228 0 261 0 200 0 228 0 228 0 217 0 183 0 172 0 172 0 189 0 178 0 172 0 156 0 161 0 167 0 167 0 172 0 200 0 206 0 +USW00023188199101TMIN 67 0 128 0 139 0 139 0 117 0 128 0 89 0 128 0 117 0 78 0 83 0 89 0 89 0 94 0 100 0 100 0 100 0 83 0 89 0 89 0 100 0 67 0 67 0 72 0 67 0 94 0 94 0 111 0 111 0 72 0 56 0 +USW00023188199101PRCP 0 0 0 0 119 0 81 0 0 0 0 0 0 0 0 0 69 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199101SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199101SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199101ACMH 80 X 100 X 100 X 90 X 70 X 90 X 70 X 90 X 70 X 20 X 40 X 30 X 30 X 10 X 30 X 0 X 10 X 0 X 10 X 30 X 70 X 0 X 10 X 20 X 60 X 60 X 40 X 80 X 30 X 0 X 90 X +USW00023188199101ACSH 60 X 100 X 100 X 100 X 60 X 100 X 90 X 90 X 90 X 50 X 80 X 60 X 40 X 10 X 10 X 0 X 30 X 0 X 20 X 40 X 80 X 0 X 0 X 10 X 90 X 70 X 30 X 70 X 20 X 0 X 100 X +USW00023188199101AWND 20 X 21 X 31 X 33 X 30 X 25 X 27 X 31 X 34 X 26 X 27 X 26 X 22 X 22 X 27 X 45 X 26 X 19 X 30 X 26 X 29 X 24 X 21 X 22 X 27 X 30 X 28 X 30 X 36 X 26 X 28 X +USW00023188199101FMTM 1357 X 1449 X 1202 X 1248 X 1457 X 1416 X 1452 X 1233 X 1248 X 1436 X 1601 X 1405 X 1407 X 1550 X 1415 X 1354 X 1348 X 1531 X 1326 X 1418 X 1415 X 1557 X 1354 X 1522 X 1403 X 1217 X 1438 X 1432 X 1540 X 1605 X 1503 X +USW00023188199101PGTM 1246 X 1448 X 1158 X 0608 X 1303 X 1414 X 1446 X 1319 X 1346 X 1433 X 1532 X 1403 X 1429 X 1541 X 2101 X 1402 X 1402 X 1321 X 2124 X 1404 X 1412 X 1553 X 1359 X 1512 X 1416 X 1231 X 1442 X 1348 X 1457 X 1509 X 1505 X +USW00023188199101TSUN 491 X 253 X 6 X 39 X 349 X 267 X 497 X 242 X 151 X 608 X 470 X 579 X 609 X 561 X 612 X 614 X 603 X 617 X 575 X 470 X 482 X 622 X 623 X 602 X 568 X 552 X 554 X 266 X 543 X 633 X 374 X +USW00023188199101WDFG 270W X 270W X 45W X 135W X 315W X 315W X 315W X 315W X 135W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 135W X 315W X 360W X 315W X 270W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X +USW00023188199101WDFM 315W X 315W X 45W X 180W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 315W X 360W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X +USW00023188199101WSFG 57 X 51 X 103 X 77 X 82 X 62 X 113 X 77 X 108 X 77 X 87 X 77 X 72 X 67 X 72 X 129 X 108 X 57 X 67 X 77 X 72 X 82 X 62 X 72 X 72 X 93 X 82 X 82 X 103 X 93 X 103 X +USW00023188199101WSFM 40 X 45 X 63 X 45 X 63 X 49 X 76 X 63 X 63 X 58 X 72 X 63 X 54 X 49 X 40 X 94 X 76 X 40 X 45 X 58 X 58 X 67 X 40 X 49 X 58 X 67 X 67 X 54 X 76 X 72 X 76 X +USW00023188199101WT01-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 +USW00023188199101WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199101WT08-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 +USW00023188199101WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199102TMAX 200 0 194 0 172 0 178 0 206 0 189 0 178 0 206 0 233 0 233 0 233 0 189 0 211 0 222 0 217 0 172 0 178 0 183 0 222 0 233 0 206 0 178 0 183 0 178 0 183 0 189 0 161 0 172 0-9999 -9999 -9999 +USW00023188199102TMIN 83 0 72 0 89 0 94 0 106 0 128 0 122 0 89 0 89 0 89 0 100 0 122 0 100 0 111 0 139 0 139 0 122 0 94 0 72 0 94 0 106 0 111 0 128 0 128 0 100 0 128 0 139 0 122 0-9999 -9999 -9999 +USW00023188199102PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 284 0 333 0-9999 -9999 -9999 +USW00023188199102SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199102SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199102ACMH 50 X 50 X 50 X 60 X 80 X 30 X 40 X 10 X 0 X 0 X 80 X 50 X 80 X 60 X 90 X 90 X 60 X 0 X 10 X 20 X 30 X 90 X 70 X 50 X 80 X 80 X 100 X 100 X-9999 -9999 -9999 +USW00023188199102ACSH 40 X 80 X 60 X 40 X 60 X 0 X 40 X 10 X 0 X 0 X 100 X 40 X 100 X 70 X 90 X 100 X 80 X 0 X 20 X 30 X 40 X 100 X 60 X 30 X 100 X 60 X 100 X 100 X-9999 -9999 -9999 +USW00023188199102AWND 21 X 27 X 32 X 39 X 34 X 30 X 31 X 33 X 31 X 23 X 27 X 26 X 21 X 18 X 29 X 33 X 34 X 33 X 25 X 25 X 29 X 33 X 31 X 30 X 22 X 30 X 54 X 67 X-9999 -9999 -9999 +USW00023188199102FMTM 1159 X 1507 X 1354 X 1345 X 1615 X 1257 X 1404 X 1354 X 1527 X 1305 X 1448 X 0708 X 1550 X 1110 X 1252 X 2150 X 1640 X 1509 X 1510 X 1404 X 1456 X 1358 X 1345 X 1348 X 1154 X 1214 X 2153 X 1807 X-9999 -9999 -9999 +USW00023188199102PGTM 1207 X 1524 X 1358 X 1410 X 1437 X 1258 X 1321 X 1354 X 1401 X 1305 X 1450 X 0742 X 1543 X 1208 X 0858 X 2145 X 1326 X 1151 X 1259 X 1342 X 1510 X 1357 X 1534 X 1505 X 1534 X 1217 X 1910 X 0422 X-9999 -9999 -9999 +USW00023188199102TSUN 622 X 456 X 531 X 533 X 463 X 626 X 490 X 634 X 639 X 636 X 540 X 536 X 610 X 583 X 480 X 201 X 303 X 667 X 669 X 668 X 672 X 555 X 594 X 561 X 498 X 488 X 0 X 189 X-9999 -9999 -9999 +USW00023188199102WDFG 315W X 315W X 315W X 315W X 270W X 315W X 360W X 315W X 315W X 360W X 315W X 180W X 315W X 360W X 270W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 270W X 270W X 225W X 315W X 180W X 225W X-9999 -9999 -9999 +USW00023188199102WDFM 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 315W X 180W X 225W X-9999 -9999 -9999 +USW00023188199102WSFG 82 X 77 X 87 X 108 X 82 X 77 X 62 X 98 X 93 X 82 X 62 X 62 X 62 X 57 X 87 X 98 X 77 X 103 X 77 X 82 X 77 X 72 X 62 X 62 X 57 X 67 X 154 X 170 X-9999 -9999 -9999 +USW00023188199102WSFM 63 X 58 X 67 X 80 X 58 X 49 X 40 X 76 X 76 X 63 X 63 X 54 X 49 X 49 X 49 X 72 X 54 X 80 X 63 X 67 X 63 X 54 X 45 X 45 X 40 X 45 X 107 X 89 X-9999 -9999 -9999 +USW00023188199102WT01 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188199102WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199102WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188199102WT08 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188199102WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199102WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188199103TMAX 172 0 178 0 200 0 222 0 189 0 172 0 178 0 217 0 206 0 167 0 156 0 178 0 172 0 156 0 139 0 150 0 167 0 178 0 161 0 150 0 150 0 167 0 156 0 156 0 144 0 150 0 144 0 167 0 167 0 239 0 178 0 +USW00023188199103TMIN 144 0 117 0 100 0 128 0 139 0 122 0 89 0 100 0 89 0 133 0 111 0 78 0 106 0 106 0 67 0 56 0 72 0 83 0 106 0 89 0 83 0 100 0 100 0 106 0 100 0 89 0 89 0 94 0 117 0 94 0 117 0 +USW00023188199103PRCP 226 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 76 0 3 0 64 0 0 0 0 0 109 0 292 0 208 0 124 0 0 0 0 0 0 0 170 0 249 0 234 0 0 0 0 0 0 0 0 0 +USW00023188199103SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199103SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199103ACMH 80 X 30 X 60 X 70 X 90 X 60 X 0 X 0 X 70 X 80 X 40 X 0 X 80 X 50 X 90 X 0 X 10 X 20 X 80 X 90 X 70 X 50 X 70 X 90 X 90 X 90 X 70 X 30 X 40 X 10 X 70 X +USW00023188199103ACSH 80 X 30 X 80 X 60 X 90 X 80 X 0 X 0 X 100 X 100 X 40 X 0 X 100 X 50 X 100 X 0 X 10 X 0 X 70 X 90 X 70 X 50 X 70 X 90 X 90 X 90 X 70 X 20 X 40 X 0 X 50 X +USW00023188199103AWND 88 X 39 X 36 X 35 X 38 X 41 X 32 X 22 X 23 X 32 X 50 X 29 X 44 X 57 X 59 X 30 X 29 X 54 X 72 X 68 X 52 X 40 X 35 X 40 X 50 X 70 X 67 X 34 X 34 X 35 X 39 X +USW00023188199103FMTM 1155 X 1305 X 1454 X 1357 X 1721 X 1227 X 1405 X 1415 X 1304 X 2036 X 0342 X 1402 X 2342 X 0735 X 0952 X 1558 X 1125 X 2202 X 0540 X 1714 X 1153 X 1604 X 1241 X 2215 X 0404 X 2349 X 0007 X 1328 X 1449 X 1545 X 1457 X +USW00023188199103PGTM 0544 X 1244 X 1454 X 1233 X 1243 X 1355 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1613 X 1300 X 2151 X 0540 X 1714 X 1252 X 1542 X 1041 X 2205 X 0546 X 2245 X 0202 X 1445 X 1424 X 1531 X 1443 X +USW00023188199103TSUN 172 X 597 X 663 X 575 X 267 X 473 X 701 X 702 X 553 X 358 X 651 X 710 X 279 X 591 X 231 X 718 X 711 X 700 X 409 X 312 X 394 X 670 X 490 X 265 X 217 X 296 X 391 X 743 X 694 X 746 X 597 X +USW00023188199103WDFG 225W X 315W X 315W X 315W X 270W X 315W X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 315W X 225W X 180W X 270W X 225W X 315W X 315W X 315W X 225W X 225W X 180W X 225W X 315W X 315W X 315W X 315W X +USW00023188199103WDFM 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 180W X 270W X 225W X 315W X 315W X 315W X 225W X 180W X 180W X 225W X 270W X 315W X 315W X 315W X +USW00023188199103WSFG 185 X 72 X 98 X 87 X 93 X 77 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 82 X 72 X 175 X 185 X 164 X 123 X 87 X 103 X 93 X 139 X 164 X 190 X 77 X 82 X 103 X 93 X +USW00023188199103WSFM 107 X 58 X 80 X 72 X 72 X 63 X 67 X 67 X 40 X 58 X 80 X 67 X 76 X 67 X 89 X 45 X 40 X 121 X 116 X 107 X 76 X 58 X 72 X 54 X 76 X 116 X 125 X 49 X 54 X 72 X 63 X +USW00023188199103WT01 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 +USW00023188199103WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188199103WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199103WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188199103WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188199104TMAX 178 0 189 0 200 0 267 0 250 0 189 0 194 0 194 0 261 0 217 0 189 0 206 0 189 0 194 0 183 0 172 0 161 0 178 0 189 0 183 0 189 0 189 0 172 0 178 0 172 0 200 0 211 0 250 0 250 0 194 0-9999 +USW00023188199104TMIN 128 0 111 0 111 0 117 0 133 0 133 0 150 0 144 0 128 0 122 0 133 0 106 0 111 0 117 0 133 0 133 0 128 0 128 0 133 0 139 0 133 0 139 0 139 0 144 0 139 0 122 0 133 0 133 0 128 0 144 0-9999 +USW00023188199104PRCP 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199104SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199104SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199104ACMH 70 X 50 X 0 X 10 X 10 X 80 X 70 X 40 X 0 X 10 X 30 X 10 X 20 X 20 X 90 X 90 X 90 X 60 X 60 X 60 X 70 X 80 X 100 X 90 X 80 X 60 X 20 X 0 X 20 X 50 X-9999 +USW00023188199104ACSH 70 X 50 X 0 X 10 X 0 X 50 X 70 X 40 X 0 X 20 X 30 X 0 X 0 X 10 X 100 X 80 X 100 X 60 X 40 X 40 X 60 X 70 X 100 X 90 X 90 X 80 X 20 X 0 X 10 X 20 X-9999 +USW00023188199104AWND 42 X 31 X 32 X 26 X 26 X 33 X 41 X 38 X 26 X 41 X 46 X 32 X 32 X 29 X 34 X 38 X 31 X 42 X 35 X 37 X 39 X 47 X 42 X 43 X 46 X 39 X 34 X 37 X 32 X 38 X-9999 +USW00023188199104FMTM 1741 X 1159 X 1458 X 1529 X 1056 X 1117 X 1221 X 1339 X 1318 X 1457 X 1609 X 1446 X 1406 X 1404 X 1344 X 1456 X 1615 X 1012 X 1351 X 1132 X 1605 X 1406 X 0841 X 1324 X 0904 X 1536 X 1426 X 1517 X 1604 X 1237 X-9999 +USW00023188199104PGTM 1428 X 1155 X 1507 X 1544 X 1051 X 1052 X 1413 X 1359 X 1223 X 1537 X 1616 X 1444 X 1505 X 1107 X 1427 X 1452 X 1612 X 1224 X 1348 X 1155 X 1315 X 1400 X 1459 X 1658 X 1045 X 1526 X 1057 X 1414 X 1607 X 1243 X-9999 +USW00023188199104TSUN 469 X 728 X 725 X 757 X 752 X 454 X 326 X 460 X 766 X 717 X 749 X 773 X 774 X 695 X 485 X 398 X 425 X 369 X 357 X 478 X 636 X 458 X 102 X 396 X 269 X 616 X 800 X 800 X 788 X 697 X-9999 +USW00023188199104WDFG 270W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X 270W X 315W X 270W X 270W X 270W X 225W X 225W X 225W X 315W X 225W X 315W X 225W X 225W X-9999 +USW00023188199104WDFM 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X 270W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 225W X 270W X 315W X 315W X 225W X 225W X-9999 +USW00023188199104WSFG 98 X 93 X 98 X 77 X 67 X 72 X 77 X 103 X 87 X 98 X 108 X 98 X 82 X 72 X 77 X 82 X 77 X 98 X 98 X 98 X 93 X 103 X 98 X 72 X 98 X 93 X 87 X 113 X 77 X 82 X-9999 +USW00023188199104WSFM 63 X 72 X 80 X 63 X 49 X 40 X 49 X 76 X 63 X 72 X 89 X 76 X 49 X 40 X 45 X 45 X 49 X 67 X 67 X 58 X 63 X 58 X 54 X 45 X 54 X 63 X 54 X 80 X 40 X 45 X-9999 +USW00023188199104WT01-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188199104WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199104WT08-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188199104WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199104WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199105TMAX 189 0 172 0 189 0 222 0 272 0 256 0 250 0 194 0 189 0 183 0 189 0 200 0 183 0 194 0 206 0 206 0 206 0 183 0 189 0 189 0 167 0 194 0 194 0 206 0 200 0 183 0 178 0 194 0 178 0 183 0 189 0 +USW00023188199105TMIN 128 0 122 0 128 0 122 0 133 0 150 0 150 0 156 0 144 0 139 0 133 0 111 0 128 0 144 0 128 0 139 0 144 0 128 0 133 0 133 0 133 0 139 0 144 0 139 0 133 0 133 0 139 0 144 0 144 0 139 0 139 0 +USW00023188199105PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 +USW00023188199105SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199105SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199105ACMH 70 X 50 X 50 X 10 X 40 X 30 X 20 X 90 X 60 X 50 X 30 X 10 X 60 X 50 X 10 X 50 X 50 X 50 X 40 X 80 X 80 X 80 X 90 X 70 X 60 X 90 X 60 X 90 X 70 X 90 X 60 X +USW00023188199105ACSH 80 X 50 X 50 X 10 X 60 X 20 X 40 X 90 X 40 X 50 X 30 X 20 X 50 X 60 X 0 X 30 X 50 X 40 X 20 X 60 X 100 X 60 X 80 X 70 X 30 X 80 X 60 X 80 X 50 X 100 X 40 X +USW00023188199105AWND 57 X 51 X 42 X 42 X 43 X 37 X 34 X 51 X 51 X 52 X 43 X 45 X 36 X 42 X 32 X 34 X 50 X 45 X 42 X 35 X 38 X 44 X 40 X 38 X 34 X 44 X 40 X 38 X 37 X 50 X 47 X +USW00023188199105FMTM 1646 X 0125 X 1635 X 1307 X 1553 X 1157 X 1050 X 1145 X 1512 X 0235 X 1109 X 1501 X 1244 X 1325 X 1259 X 1420 X 1515 X 0120 X 1456 X 1358 X 1143 X 1747 X 1417 X-9999 -9999 -9999 -9999 -9999 1324 X 1916 X 1437 X +USW00023188199105PGTM 1641 X 1418 X 1535 X 1306 X 1539 X 1128 X 1133 X 1105 X 1629 X 1616 X 1402 X 1201 X 1243 X 1452 X 1326 X 1423 X 1447 X 1434 X 1504 X 1308 X 1458 X 1507 X 1413 X 1253 X 1217 X 1213 X 1129 X 1224 X 1035 X 1737 X 1218 X +USW00023188199105TSUN 443 X 584 X 531 X 783 X 753 X 787 X 817 X 566 X 705 X 662 X 703 X 825 X 543 X 578 X 806 X 615 X 598 X 692 X 753 X 457 X 87 X 377 X 271 X 449 X 612 X 380 X 570 X 468 X 507 X 169 X 731 X +USW00023188199105WDFG 270W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 225W X 225W X 315W X 270W X 225W X 225W X 225W X 270W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 270W X 225W X 225W X 315W X 225W X 270W X 270W X +USW00023188199105WDFM 315W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 225W X 225W X 315W X 225W X 270W X 225W X 225W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X-9999 -9999 -9999 -9999 -9999 225W X 315W X 225W X +USW00023188199105WSFG 118 X 98 X 98 X 118 X 108 X 72 X 82 X 134 X 103 X 93 X 87 X 98 X 93 X 87 X 87 X 77 X 98 X 82 X 98 X 103 X 87 X 98 X 93 X 103 X 72 X 82 X 82 X 93 X 82 X 87 X 87 X +USW00023188199105WSFM 76 X 58 X 58 X 89 X 76 X 54 X 49 X 89 X 63 X 58 X 54 X 76 X 54 X 54 X 49 X 49 X 63 X 63 X 67 X 49 X 54 X 72 X 67 X-9999 -9999 -9999 -9999 -9999 45 X 58 X 54 X +USW00023188199105WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00023188199105WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188199105WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188199105WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188199106TMAX 183 0 194 0 211 0 194 0 189 0 200 0 206 0 200 0 200 0 200 0 200 0 206 0 200 0 206 0 217 0 217 0 217 0 189 0 217 0 194 0 200 0 194 0 206 0 200 0 206 0 211 0 206 0 228 0 222 0 228 0-9999 +USW00023188199106TMIN 139 0 128 0 139 0 150 0 144 0 156 0 144 0 139 0 150 0 156 0 156 0 156 0 156 0 156 0 167 0 156 0 150 0 150 0 150 0 156 0 150 0 156 0 161 0 156 0 156 0 161 0 161 0 150 0 172 0 156 0-9999 +USW00023188199106PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0-9999 +USW00023188199106SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199106SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199106ACMH 50 X 10 X 40 X 100 X 90 X 50 X 50 X 90 X 70 X 90 X 100 X 80 X 100 X 100 X 70 X 50 X 90 X 100 X 70 X 70 X 70 X 50 X 80 X 80 X 80 X 80 X 60 X 10 X 50 X 30 X-9999 +USW00023188199106ACSH 50 X 20 X 30 X 100 X 80 X 40 X 40 X 90 X 50 X 90 X 100 X 70 X 90 X 90 X 60 X 40 X 90 X 100 X 60 X 50 X 60 X 30 X 70 X 70 X 80 X 60 X 70 X 10 X 30 X 10 X-9999 +USW00023188199106AWND 45 X 39 X 49 X 38 X 39 X 52 X 42 X 36 X 35 X 35 X 34 X 40 X 42 X 39 X 45 X 37 X 34 X 39 X 38 X 34 X 33 X 34 X 39 X 38 X 36 X 39 X 40 X 39 X 52 X 36 X-9999 +USW00023188199106FMTM 0938 X 1503 X 1337 X 1008 X 1417 X 1626 X 1422 X 1406 X 1102 X 1727 X 1339 X 1530 X 1430 X 1436 X 1156 X 1255 X 1408 X 1227 X 1148 X 1417 X 1328 X 1152 X 1600 X 1629 X 1635 X 1053 X 1228 X 1502 X 1400 X 1047 X-9999 +USW00023188199106PGTM 1153 X 1113 X 1251 X 1441 X 1425 X 1259 X 1343 X 1245 X 1218 X 1200 X 1347 X 1108 X 1506 X 1439 X 1358 X 1209 X 1419 X 1228 X 1242 X 1233 X 1513 X 1341 X 1229 X 1453 X 1224 X 1042 X 1454 X 1433 X 1457 X 1051 X-9999 +USW00023188199106TSUN 696 X 849 X 612 X 311 X 463 X 647 X 569 X 465 X 558 X 203 X 180 X 417 X 280 X 310 X 581 X 542 X 587 X 93 X 531 X 611 X 545 X 710 X 563 X 522 X 661 X 599 X 477 X 800 X 671 X 775 X-9999 +USW00023188199106WDFG 225W X 270W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 360W X 225W X 225W X 225W X 225W X 315W X 315W X 270W X 225W X 270W X 225W X 225W X 225W X 225W X 270W X 225W X 315W X 270W X 315W X 315W X 315W X-9999 +USW00023188199106WDFM 225W X 270W X 315W X 225W X 225W X 315W X 315W X 270W X 315W X 315W X 225W X 270W X 225W X 225W X 315W X 315W X 225W X 225W X 270W X 225W X 225W X 225W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X-9999 +USW00023188199106WSFG 93 X 82 X 103 X 82 X 82 X 108 X 98 X 87 X 98 X 72 X 72 X 82 X 82 X 77 X 93 X 103 X 72 X 82 X 82 X 77 X 82 X 77 X 103 X 87 X 87 X 87 X 82 X 87 X 103 X 82 X-9999 +USW00023188199106WSFM 58 X 49 X 76 X 49 X 49 X 89 X 76 X 54 X 63 X 49 X 36 X 45 X 49 X 49 X 72 X 54 X 40 X 49 X 49 X 54 X 49 X 40 X 49 X 49 X 67 X 58 X 49 X 58 X 85 X 54 X-9999 +USW00023188199106WT01-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199106WT08-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199106WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188199106WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188199107TMAX 211 0 222 0 228 0 206 0 239 0 233 0 244 0 233 0 222 0 211 0 222 0 217 0 228 0 211 0 211 0 211 0 217 0 228 0 228 0 217 0 217 0 206 0 206 0 217 0 217 0 222 0 233 0 233 0 228 0 211 0 233 0 +USW00023188199107TMIN 156 0 161 0 167 0 167 0 172 0 172 0 178 0 183 0 172 0 167 0 167 0 161 0 167 0 161 0 167 0 172 0 178 0 172 0 172 0 172 0 183 0 178 0 172 0 172 0 172 0 178 0 178 0 178 0 178 0 178 0 178 0 +USW00023188199107PRCP 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 +USW00023188199107SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199107SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199107ACMH 40 X 60 X 60 X 100 X 60 X 90 X 60 X 70 X 80 X 70 X 60 X 60 X 70 X 70 X 40 X 70 X 80 X 90 X 90 X 100 X 100 X 100 X 100 X 80 X 90 X 70 X 40 X 30 X 70 X 100 X 90 X +USW00023188199107ACSH 50 X 40 X 30 X 90 X 50 X 90 X 50 X 70 X 70 X 50 X 40 X 40 X 50 X 40 X 20 X 50 X 70 X 90 X 90 X 90 X 100 X 100 X 100 X 70 X 80 X 50 X 20 X 20 X 60 X 90 X 90 X +USW00023188199107AWND 33 X 35 X 38 X 35 X 35 X 31 X 41 X 46 X 44 X 34 X 35 X 38 X 38 X 39 X 38 X 38 X 37 X 47 X 42 X 45 X 48 X 40 X 33 X 36 X 38 X 39 X 45 X 46 X 41 X 30 X 42 X +USW00023188199107FMTM 1354 X 1348 X 1648 X 1623 X 1140 X 0930 X 1749 X 1430 X 1444 X 1319 X 1451 X 1724 X 1029 X 1017 X 1424 X 1344 X 1358 X 1500 X 1403 X 1703 X 1707 X 1350 X 1538 X 1527 X 1429 X 1303 X 1439 X 1416 X 1437 X 1253 X 1657 X +USW00023188199107PGTM 1359 X 1510 X 1104 X 0903 X 1320 X 1222 X 1751 X 1432 X 1530 X 1421 X 1533 X 1129 X 1336 X 1216 X 1518 X 1325 X 1303 X 1447 X 1503 X 1536 X 1450 X 1401 X 1604 X 1311 X 1458 X 1419 X 1246 X 1401 X 1248 X 1258 X 1338 X +USW00023188199107TSUN 495 X 677 X 624 X 150 X 663 X 170 X 645 X 597 X 395 X 475 X 698 X 502 X 514 X 593 X 689 X 538 X 402 X 293 X 240 X 253 X 27 X 0 X 5 X 473 X 280 X 498 X 654 X 648 X 605 X 154 X 253 X +USW00023188199107WDFG 270W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 270W X 225W X 270W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 270W X 225W X 270W X 225W X 315W X 315W X 315W X 225W X 315W X +USW00023188199107WDFM 270W X 225W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 270W X 270W X 315W X 315W X 315W X 225W X 315W X +USW00023188199107WSFG 77 X 72 X 87 X 87 X 67 X 62 X 87 X 93 X 82 X 82 X 82 X 82 X 82 X 82 X 82 X 82 X 87 X 82 X 103 X 82 X 98 X 77 X 67 X 82 X 77 X 87 X 98 X 98 X 82 X 77 X 87 X +USW00023188199107WSFM 49 X 49 X 54 X 40 X 40 X 40 X 76 X 72 X 45 X 54 X 45 X 58 X 72 X 58 X 49 X 49 X 54 X 45 X 72 X 58 X 72 X 49 X 45 X 49 X 45 X 45 X 76 X 76 X 67 X 36 X 72 X +USW00023188199107WT01 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 +USW00023188199107WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188199107WT08 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 +USW00023188199107WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199107WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188199108TMAX 217 0 211 0 217 0 217 0 211 0 222 0 228 0 222 0 233 0 222 0 256 0 344 0 239 0 233 0 239 0 222 0 222 0 228 0 228 0 228 0 228 0 250 0 256 0 222 0 244 0 228 0 239 0 233 0 233 0 222 0 222 0 +USW00023188199108TMIN 172 0 167 0 172 0 178 0 178 0 172 0 178 0 167 0 161 0 172 0 183 0 200 0 189 0 183 0 183 0 183 0 183 0 178 0 178 0 172 0 183 0 178 0 183 0 183 0 183 0 183 0 183 0 172 0 167 0 167 0 167 0 +USW00023188199108PRCP 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199108SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199108SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199108ACMH 100 X 90 X 80 X 60 X 70 X 50 X 30 X 60 X 70 X 80 X 90 X 70 X 90 X 100 X 70 X 100 X 70 X 60 X 80 X 60 X 60 X 70 X 40 X 70 X 70 X 70 X 40 X 30 X 40 X 60 X 60 X +USW00023188199108ACSH 100 X 80 X 60 X 40 X 50 X 30 X 20 X 30 X 50 X 80 X 80 X 60 X 90 X 100 X 50 X 100 X 70 X 40 X 70 X 40 X 50 X 50 X 10 X 70 X 50 X 50 X 20 X 10 X 20 X 60 X 30 X +USW00023188199108AWND 40 X 31 X 36 X 37 X 38 X 44 X 44 X 38 X 34 X 35 X 30 X 37 X 40 X 38 X 47 X 40 X 38 X 39 X 43 X 45 X 33 X 31 X 34 X 35 X 36 X 36 X 38 X 32 X 38 X 44 X 42 X +USW00023188199108FMTM 1456 X 1058 X 1424 X 1235 X 1209 X 1434 X 1328 X 1219 X 0641 X 1303 X 1336 X 1017 X 1037 X 1521 X 1209 X 1533 X 1416 X 1331 X 1349 X 1143 X 1244 X 1232 X 0957 X 1018 X 1735 X 1326 X 1421 X 1526 X 1603 X 1224 X 1407 X +USW00023188199108PGTM 1428 X 1547 X 1243 X 1253 X 1241 X 1439 X 1251 X 1033 X 1216 X 1753 X 1246 X 1024 X 1051 X 1439 X 1314 X 1343 X 1418 X 1352 X 1346 X 1241 X 1527 X 1034 X 1505 X 1405 X 1544 X 1309 X 1403 X 1425 X 1508 X 1223 X 1451 X +USW00023188199108TSUN 3 X 226 X 533 X 509 X 465 X 639 X 652 X 526 X 437 X 370 X 459 X 421 X 118 X 175 X 541 X 62 X 326 X 517 X 598 X 580 X 465 X 425 X 737 X 353 X 492 X 505 X 610 X 724 X 657 X 550 X 533 X +USW00023188199108WDFG 315W X 270W X 225W X 270W X 225W X 315W X 315W X 270W X 225W X 225W X 225W X 45W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X 225W X 225W X 315W X 225W X 270W X 225W X 315W X 315W X 315W X +USW00023188199108WDFM 315W X 225W X 315W X 225W X 225W X 315W X 315W X 360W X 45W X 225W X 315W X 90W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X +USW00023188199108WSFG 82 X 67 X 82 X 82 X 82 X 93 X 103 X 87 X 67 X 67 X 67 X 103 X 129 X 72 X 98 X 82 X 77 X 93 X 82 X 98 X 67 X 82 X 72 X 72 X 77 X 77 X 87 X 77 X 72 X 98 X 87 X +USW00023188199108WSFM 54 X 49 X 54 X 49 X 49 X 63 X 76 X 54 X 58 X 40 X 45 X 76 X 72 X 49 X 80 X 58 X 54 X 72 X 58 X 76 X 49 X 45 X 54 X 40 X 45 X 49 X 63 X 40 X 45 X 76 X 72 X +USW00023188199108WT01 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188199108WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 +USW00023188199108WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199108WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199109TMAX 250 0 228 0 233 0 228 0 228 0 233 0 228 0 222 0 217 0 228 0 222 0 222 0 200 0 200 0 228 0 233 0 222 0 233 0 256 0 256 0 256 0 267 0 278 0 272 0 239 0 239 0 261 0 244 0 233 0 261 0-9999 +USW00023188199109TMIN 183 0 178 0 178 0 178 0 178 0 183 0 178 0 178 0 178 0 167 0 144 0 172 0 172 0 167 0 172 0 172 0 161 0 167 0 178 0 189 0 183 0 189 0 189 0 194 0 194 0 183 0 194 0 183 0 183 0 172 0-9999 +USW00023188199109PRCP 0 0 0 0 0 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 61 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199109SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199109SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199109ACMH 60 X 50 X 50 X 70 X 80 X 60 X 90 X 80 X 50 X 40 X 10 X 100 X 100 X 100 X 50 X 60 X 70 X 70 X 50 X 70 X 50 X 50 X 0 X 0 X 50 X 80 X 30 X 40 X 60 X 20 X-9999 +USW00023188199109ACSH 30 X 50 X 30 X 70 X 60 X 40 X 80 X 50 X 30 X 30 X 10 X 90 X 100 X 100 X 40 X 30 X 40 X 70 X 50 X 90 X 50 X 50 X 0 X 0 X 60 X 90 X 20 X 30 X 50 X 30 X-9999 +USW00023188199109AWND 33 X 34 X 41 X 44 X 37 X 40 X 44 X 38 X 41 X 42 X 40 X 35 X 34 X 32 X 31 X 40 X 42 X 36 X 37 X 37 X 37 X 33 X 34 X 34 X 39 X 42 X 41 X 35 X 36 X 42 X-9999 +USW00023188199109FMTM 1229 X 1216 X 1339 X 1401 X 1311 X 1345 X 1418 X 1359 X 1008 X 1405 X 1609 X 1239 X 1356 X 1609 X 1323 X 1428 X 1328 X 0126 X 1317 X 1344 X 1657 X 1516 X 1339 X 1157 X 1339 X 1540 X 1310 X 1304 X 1524 X 1255 X-9999 +USW00023188199109PGTM 1158 X 1422 X 1312 X 1403 X 1034 X 1427 X 1354 X 1521 X 1117 X 1354 X 1555 X 1236 X 1455 X 1316 X 1246 X 1459 X 1312 X 0138 X 1342 X 1347 X 1452 X 1452 X 1337 X 1314 X 1306 X 1400 X 1439 X 1143 X 1542 X 1243 X-9999 +USW00023188199109TSUN 607 X 396 X 625 X 404 X 485 X 491 X 213 X 370 X 577 X 592 X 729 X 238 X 0 X 17 X 582 X 547 X 541 X 486 X 676 X 283 X 565 X 555 X 729 X 726 X 632 X 500 X 679 X 571 X 439 X 675 X-9999 +USW00023188199109WDFG 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 270W X 315W X 315W X 225W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199109WDFM 225W X 270W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199109WSFG 72 X 67 X 87 X 87 X 82 X 87 X 87 X 93 X 82 X 93 X 98 X 113 X 62 X 62 X 72 X 93 X 93 X 82 X 77 X 98 X 72 X 77 X 82 X 72 X 93 X 103 X 82 X 77 X 72 X 93 X-9999 +USW00023188199109WSFM 45 X 45 X 58 X 63 X 58 X 63 X 67 X 49 X 45 X 72 X 67 X 67 X 49 X 36 X 54 X 72 X 72 X 58 X 58 X 76 X 63 X 63 X 72 X 49 X 67 X 80 X 63 X 63 X 58 X 76 X-9999 +USW00023188199109WT01 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00023188199109WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199109WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199109WT08 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00023188199109WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199109WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199110TMAX 306 0 294 0 278 0 228 0 228 0 228 0 233 0 233 0 250 0 333 0 317 0 278 0 272 0 228 0 217 0 222 0 222 0 239 0 239 0 194 0 222 0 217 0 222 0 200 0 200 0 211 0 183 0 200 0 194 0 228 0 206 0 +USW00023188199110TMIN 183 0 178 0 178 0 178 0 178 0 178 0 172 0 172 0 183 0 178 0 178 0 178 0 200 0 178 0 172 0 167 0 167 0 161 0 150 0 150 0 178 0 189 0 167 0 150 0 139 0 156 0 144 0 122 0 117 0 128 0 89 0 +USW00023188199110PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 0 0 0 0 112 0 15 0 0 0 0T 0 0 0 0 0 +USW00023188199110SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199110SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199110ACMH 0 X 0 X 60 X 60 X 70 X 60 X 40 X 90 X 40 X 0 X 20 X 30 X 20 X 40 X 70 X 50 X 40 X 50 X 80 X 100 X 70 X 90 X 100 X 60 X 20 X 90 X 50 X 10 X 30 X 0 X 0 X +USW00023188199110ACSH 0 X 0 X 30 X 40 X 60 X 50 X 30 X 90 X 30 X 0 X 40 X 20 X 30 X 10 X 40 X 30 X 30 X 40 X 70 X 100 X 60 X 100 X 90 X 50 X 20 X 90 X 50 X 10 X 10 X 0 X 0 X +USW00023188199110AWND 37 X 27 X 27 X 33 X 32 X 42 X 42 X 33 X 38 X 38 X 29 X 24 X 31 X 42 X 37 X 33 X 38 X 38 X 31 X 39 X 38 X 32 X 28 X 38 X 34 X 45 X 55 X 29 X 38 X 39 X 28 X +USW00023188199110FMTM 1244 X 1357 X 1521 X 1434 X 1234 X 1552 X 1637 X 1557 X 1416 X 1627 X 1506 X 1226 X 1444 X 1238 X 1614 X 1350 X 1544 X 1358 X 1312 X 1301 X 1308 X 1228 X 1225 X 1149 X 1359 X 2338 X 0834 X 1517 X 2321 X 1406 X 1452 X +USW00023188199110PGTM 1241 X 1427 X 1021 X 1152 X 1319 X 1618 X 1413 X 1357 X 1217 X 1417 X 1433 X 1230 X 1426 X 1238 X 1620 X 1339 X 1526 X 1256 X 1555 X 1353 X 1224 X 1220 X 1227 X 1211 X 1501 X 2204 X 0046 X 1455 X 2306 X 1504 X 1454 X +USW00023188199110TSUN 712 X 711 X 533 X 512 X 390 X 424 X 534 X 416 X 584 X 694 X 527 X 669 X 577 X 627 X 463 X 490 X 540 X 581 X 561 X 4 X 321 X 3 X 149 X 486 X 626 X 213 X 382 X 660 X 596 X 657 X 655 X +USW00023188199110WDFG 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 45W X 180W X 225W X 225W X 225W X 225W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188199110WDFM 315W X 315W X 225W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188199110WSFG 108 X 67 X 62 X 72 X 72 X 82 X 98 X 72 X 87 X 87 X 77 X 67 X 93 X 93 X 72 X 72 X 72 X 82 X 62 X 82 X 82 X 67 X 77 X 82 X 67 X 144 X 118 X 93 X 93 X 108 X 82 X +USW00023188199110WSFM 76 X 45 X 36 X 36 X 45 X 67 X 76 X 49 X 72 X 72 X 49 X 31 X 63 X 72 X 58 X 45 X 58 X 63 X 36 X 49 X 45 X 40 X 45 X 40 X 36 X 98 X 85 X 67 X 63 X 89 X 72 X +USW00023188199110WT01-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199110WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199110WT08-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199110WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188199110WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00023188199111TMAX 228 0 228 0 239 0 267 0 250 0 267 0 211 0 239 0 194 0 200 0 228 0 311 0 272 0 189 0 189 0 194 0 189 0 189 0 233 0 239 0 217 0 217 0 244 0 244 0 250 0 239 0 194 0 194 0 172 0 172 0-9999 +USW00023188199111TMIN 100 0 100 0 100 0 111 0 128 0 139 0 139 0 156 0 161 0 167 0 144 0 133 0 139 0 150 0 117 0 100 0 100 0 122 0 89 0 89 0 106 0 111 0 94 0 67 0 89 0 83 0 83 0 117 0 89 0 61 0-9999 +USW00023188199111PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00023188199111SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199111SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199111ACMH 0 X 20 X 0 X 0 X 0 X 20 X 80 X 70 X 70 X 80 X 0 X 0 X 10 X 80 X 20 X 0 X 50 X 40 X 0 X 50 X 50 X 40 X 10 X 20 X 20 X 20 X 70 X 10 X 50 X 0 X-9999 +USW00023188199111ACSH 0 X 30 X 10 X 0 X 0 X 20 X 50 X 70 X 60 X 60 X 0 X 0 X 0 X 90 X 20 X 0 X 20 X 40 X 0 X 50 X 20 X 20 X 30 X 30 X 40 X 10 X 80 X 0 X 70 X 0 X-9999 +USW00023188199111AWND 30 X 27 X 33 X 34 X 30 X 24 X 29 X 34 X 32 X 37 X 31 X 40 X 33 X 64 X 33 X 32 X 31 X 37 X 31 X 28 X 30 X 32 X 26 X 25 X 27 X 21 X 27 X 56 X 56 X 50 X-9999 +USW00023188199111FMTM 1518 X 1400 X 1409 X 1437 X 1433 X 1131 X 2346 X 1357 X 1051 X 1619 X 1257 X 1003 X 1506 X 1437 X 1435 X 1519 X 1307 X 1528 X 1431 X 1427 X 1529 X 1053 X 1354 X 1419 X 1339 X 1306 X 2205 X 1502 X 1547 X 1422 X-9999 +USW00023188199111PGTM 1527 X 1427 X 1418 X 1324 X 1443 X 1144 X 1009 X 1354 X 1313 X 1643 X 1304 X 1010 X 1514 X 1642 X 1501 X 1552 X 1437 X 1352 X 1443 X 1432 X 1530 X 1250 X 1229 X 1417 X 1338 X 1304 X 2201 X 1203 X 1915 X 1211 X-9999 +USW00023188199111TSUN 653 X 651 X 649 X 647 X 646 X 558 X 413 X 372 X 367 X 397 X 607 X 634 X 633 X 285 X 569 X 629 X 547 X 498 X 622 X 554 X 578 X 567 X 619 X 617 X 616 X 616 X 549 X 613 X 437 X 611 X-9999 +USW00023188199111WDFG 315W X 315W X 315W X 315W X 315W X 180W X 180W X 315W X 315W X 315W X 315W X 90W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 360W X 45W X 315W X-9999 +USW00023188199111WDFM 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 270W X 315W X-9999 +USW00023188199111WSFG 82 X 72 X 82 X 87 X 72 X 77 X 57 X 77 X 72 X 77 X 87 X 123 X 103 X 139 X 72 X 93 X 77 X 98 X 77 X 82 X 72 X 62 X 72 X 82 X 67 X 51 X 72 X 154 X 129 X 139 X-9999 +USW00023188199111WSFM 76 X 67 X 63 X 67 X 63 X 45 X 36 X 45 X 54 X 63 X 67 X 89 X 76 X 89 X 49 X 40 X 54 X 76 X 67 X 67 X 54 X 49 X 58 X 63 X 49 X 40 X 45 X 112 X 76 X 103 X-9999 +USW00023188199111WT01-9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188199111WT02-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188199111WT08-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199111WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199111WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188199112TMAX 172 0 172 0 206 0 194 0 189 0 167 0 144 0 156 0 222 0 194 0 178 0 189 0 194 0 250 0 244 0 222 0 167 0 178 0 150 0 194 0 206 0 189 0 189 0 172 0 172 0 178 0 183 0 161 0 161 0 172 0 189 0 +USW00023188199112TMIN 56 0 56 0 78 0 94 0 111 0 78 0 94 0 128 0 128 0 156 0 139 0 111 0 89 0 72 0 78 0 100 0 128 0 122 0 94 0 67 0 89 0 94 0 100 0 89 0 78 0 83 0 78 0 106 0 89 0 94 0 67 0 +USW00023188199112PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 97 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 86 0 5 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 84 0 132 0 18 0 0 0 +USW00023188199112SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199112SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199112ACMH 30 X 0 X 50 X 90 X 80 X 30 X 90 X 100 X 100 X 100 X 100 X 10 X 0 X 10 X 70 X 80 X 100 X 70 X 40 X 0 X 10 X 80 X 80 X 20 X 40 X 30 X 50 X 60 X 70 X 40 X 10 X +USW00023188199112ACSH 40 X 0 X 60 X 100 X 90 X 10 X 100 X 100 X 100 X 100 X 100 X 10 X 10 X 10 X 100 X 100 X 100 X 70 X 40 X 0 X 0 X 70 X 90 X 10 X 40 X 30 X 40 X 50 X 70 X 50 X 0 X +USW00023188199112AWND 27 X 27 X 33 X 25 X 18 X 29 X 30 X 29 X 35 X 40 X 30 X 32 X 27 X 27 X 27 X 18 X 23 X 26 X 69 X 30 X 18 X 20 X 17 X 20 X 18 X 17 X 34 X 27 X 52 X 24 X 16 X +USW00023188199112FMTM 1409 X 1423 X 1209 X 1354 X 1311 X 1303 X 1200 X 2256 X 2356 X 1354 X 1529 X 1428 X 1455 X 1349 X 1532 X 1140 X 1218 X 1546 X 1046 X 1409 X 1530 X 1332 X 1306 X 1428 X 1307 X 1630 X 2356 X 0212 X 1420 X 1337 X 1243 X +USW00023188199112PGTM 1412 X 1404 X 1228 X 1343 X 1356 X 1325 X 2137 X 2303 X 2125 X 1355 X 1525 X 1451 X 1506 X 1355 X 1534 X 1331 X 2117 X 2311 X 1013 X 1404 X 1314 X 1249 X 1319 X 1521 X 1338 X 1459 X 1747 X 0312 X 1425 X 1536 X 1513 X +USW00023188199112TSUN 590 X 609 X 561 X 512 X 466 X 557 X 18 X 0 X 112 X 122 X 160 X 578 X 601 X 601 X 566 X 507 X 265 X 501 X 514 X 600 X 581 X 520 X 446 X 547 X 499 X 545 X 523 X 483 X 231 X 460 X 572 X +USW00023188199112WDFG 315W X 315W X 360W X 180W X 180W X 315W X 135W X 225W X 135W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 270W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 225W X 270W X 180W X 135W X 225W X 225W X 225W X +USW00023188199112WDFM 315W X 315W X 360W X 180W X 180W X 315W X 225W X 225W X 45W X 180W X 225W X 315W X 315W X 315W X 315W X 225W X 45W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 225W X 315W X 315W X 90W X 225W X 225W X 315W X +USW00023188199112WSFG 93 X 72 X 77 X 77 X 62 X 72 X 67 X 72 X 98 X 113 X 62 X 82 X 67 X 82 X 67 X 51 X 62 X 77 X 195 X 93 X 62 X 67 X 51 X 62 X 57 X 46 X 103 X 72 X 144 X 67 X 51 X +USW00023188199112WSFM 63 X 45 X 58 X 40 X 40 X 49 X 36 X 40 X 63 X 76 X 45 X 63 X 54 X 67 X 49 X 27 X 36 X 49 X 134 X 76 X 31 X 31 X 31 X 45 X 36 X 27 X 58 X 45 X 89 X 40 X 36 X +USW00023188199112WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00023188199112WT02-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199112WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199112WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199112WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199112WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188199201TMAX 200 0 239 0 167 0 189 0 161 0 156 0 139 0 200 0 189 0 228 0 194 0 172 0 167 0 172 0 239 0 217 0 172 0 172 0 222 0 200 0 172 0 200 0 211 0 233 0 228 0 161 0 239 0 211 0 233 0 256 0 267 0 +USW00023188199201TMIN 72 0 106 0 122 0 106 0 106 0 106 0 94 0 78 0 61 0 78 0 78 0 72 0 56 0 56 0 67 0 67 0 61 0 89 0 89 0 78 0 78 0 72 0 67 0 78 0 72 0 89 0 89 0 89 0 83 0 83 0 100 0 +USW00023188199201PRCP 0 0 13 0 20 0 0 0 251 0 38 0 137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199201SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199201SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199201ACMH 70 X 90 X 80 X 30 X 100 X 80 X 100 X 0 X 0 X 10 X 30 X 10 X 0 X 0 X 0 X 10 X 60 X 80 X 30 X 0 X 30 X 0 X 0 X 0 X 70 X 70 X 20 X 90 X 20 X 0 X 20 X +USW00023188199201ACSH 100 X 80 X 100 X 10 X 100 X 70 X 100 X 0 X 0 X 10 X 20 X 20 X 0 X 0 X 0 X 10 X 100 X 90 X 10 X 0 X 40 X 0 X 0 X 0 X 100 X 100 X 10 X 100 X 40 X 0 X 0 X +USW00023188199201AWND 21 X 28 X 36 X 26 X 59 X 55 X 48 X 30 X 29 X 29 X 34 X 29 X 27 X 25 X 27 X 26 X 23 X 23 X 26 X 25 X 25 X 25 X 25 X 21 X 26 X 25 X 31 X 27 X 25 X 26 X 25 X +USW00023188199201FMTM 0831 X 2148 X 1407 X 1351 X 0745 X 1233 X 2021 X 1207 X 1319 X 1318 X 1633 X 1357 X 1555 X 1559 X 1248 X 1408 X 1418 X 1306 X 1109 X 1504 X 1443 X 1529 X 1456 X 1546 X 1459 X 1332 X 1515 X 1337 X 1450 X 1415 X 1338 X +USW00023188199201PGTM 1012 X 2102 X 1406 X 1208 X 0748 X 1427 X 2025 X 1223 X 1317 X 1321 X 1622 X 1348 X 1606 X 1551 X 1235 X 1411 X 1601 X 1307 X 1011 X 1511 X 1254 X 1618 X 1432 X 1547 X 1458 X 1308 X 1524 X 1333 X 1450 X 1416 X 1315 X +USW00023188199201TSUN 526 X 441 X 119 X 551 X 47 X 389 X 23 X 606 X 586 X 566 X 572 X 591 X 611 X 609 X 613 X 613 X 602 X 275 X 618 X 619 X 546 X 622 X 622 X 624 X 518 X 490 X 581 X 369 X 582 X 633 X 624 X +USW00023188199201WDFG 360W X 225W X 180W X 225W X 180W X 315W X 45W X 45W X 315W X 315W X 225W X 225W X 315W X 315W X 135W X 360W X 225W X 225W X 90W X 315W X 180W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 270W X +USW00023188199201WDFM 45W X 180W X 180W X 270W X 180W X 315W X 45W X 45W X 315W X 315W X 225W X 225W X 315W X 315W X 225W X 360W X 225W X 225W X 45W X 270W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X +USW00023188199201WSFG 51 X 93 X 98 X 57 X 154 X 108 X 98 X 87 X 98 X 72 X 82 X 72 X 72 X 77 X 82 X 67 X 51 X 72 X 82 X 62 X 62 X 62 X 87 X 82 X 98 X 72 X 108 X 118 X 72 X 77 X 67 X +USW00023188199201WSFM 36 X 72 X 63 X 36 X 107 X 89 X 67 X 63 X 76 X 54 X 63 X 40 X 63 X 63 X 49 X 54 X 27 X 40 X 58 X 49 X 36 X 49 X 67 X 76 X 80 X 40 X 85 X 76 X 63 X 63 X 40 X +USW00023188199201WT01-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188199201WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188199201WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188199201WT16-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199202TMAX 189 0 194 0 228 0 244 0 217 0 178 0 178 0 183 0 178 0 172 0 178 0 178 0 183 0 172 0 150 0 161 0 172 0 172 0 189 0 189 0 183 0 172 0 289 0 256 0 261 0 289 0 278 0 278 0 222 0-9999 -9999 +USW00023188199202TMIN 100 0 111 0 89 0 94 0 111 0 144 0 139 0 111 0 111 0 133 0 144 0 139 0 133 0 122 0 117 0 100 0 100 0 117 0 106 0 144 0 144 0 133 0 106 0 106 0 106 0 122 0 106 0 122 0 139 0-9999 -9999 +USW00023188199202PRCP 0 0 0 0 0 0 0 0 3 0 302 0 5 0 0 0 109 0 8 0 0T 0 147 0 91 0 23 0 147 0 13 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188199202SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188199202SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188199202ACMH 100 X 80 X 20 X 20 X 80 X 100 X 70 X 40 X 60 X 100 X 80 X 100 X 70 X 90 X 90 X 60 X 80 X 40 X 50 X 90 X 100 X 70 X 30 X 0 X 0 X 0 X 0 X 60 X 90 X-9999 -9999 +USW00023188199202ACSH 90 X 80 X 40 X 10 X 100 X 100 X 50 X 60 X 60 X 100 X 80 X 100 X 50 X 80 X 100 X 70 X 70 X 20 X 30 X 80 X 100 X 60 X 20 X 0 X 0 X 0 X 0 X 70 X 90 X-9999 -9999 +USW00023188199202AWND 28 X 32 X 24 X 19 X 31 X 49 X 37 X 27 X 50 X 51 X 51 X 67 X 45 X 43 X 58 X 34 X 37 X 36 X 39 X 36 X 40 X 29 X 29 X 22 X 21 X 35 X 33 X 22 X 25 X-9999 -9999 +USW00023188199202FMTM 1558 X 1556 X 1509 X 1331 X 1416 X 2325 X 1656 X 1407 X 2312 X 0001 X 1358 X 1751 X 1208 X 1227 X 1514 X 1459 X 1555 X 1505 X 1435 X 1409 X 1549 X 1347 X 1217 X 1558 X 1515 X 1027 X 1516 X 1409 X 1706 X-9999 -9999 +USW00023188199202PGTM 1513 X 1616 X 1518 X 1343 X 1301 X 1444 X 1248 X 1357 X 2207 X 0013 X 1516 X 1408 X 1208 X 0152 X 1417 X 1443 X 1157 X 1433 X 2245 X 1330 X 1402 X 1553 X 1219 X 1556 X 1458 X 1051 X 1530 X 1416 X 1703 X-9999 -9999 +USW00023188199202TSUN 449 X 419 X 640 X 617 X 213 X 1 X 449 X 627 X 530 X 245 X 358 X 31 X 437 X 413 X 38 X 398 X 528 X 574 X 574 X 330 X 83 X 375 X 631 X 678 X 679 X 681 X 684 X 657 X 637 X-9999 -9999 +USW00023188199202WDFG 315W X 315W X 315W X 225W X 225W X 225W X 270W X 315W X 225W X 135W X 225W X 135W X 225W X 135W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 45W X 315W X 225W X 270W X-9999 -9999 +USW00023188199202WDFM 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 225W X 135W X 225W X 180W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 45W X 315W X 270W X 270W X-9999 -9999 +USW00023188199202WSFG 82 X 93 X 67 X 67 X 103 X 134 X 67 X 72 X 139 X 129 X 93 X 164 X 103 X 82 X 159 X 82 X 87 X 93 X 87 X 93 X 82 X 67 X 129 X 72 X 72 X 118 X 87 X 77 X 72 X-9999 -9999 +USW00023188199202WSFM 63 X 76 X 54 X 45 X 67 X 58 X 49 X 54 X 103 X 72 X 58 X 85 X 58 X 49 X 116 X 54 X 76 X 76 X 76 X 67 X 67 X 54 X 94 X 54 X 49 X 76 X 76 X 40 X 54 X-9999 -9999 +USW00023188199202WT01 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188199202WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199202WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199202WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199202WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199203TMAX 222 0 178 0 178 0 178 0 178 0 172 0 167 0 167 0 167 0 183 0 189 0 189 0 183 0 189 0 189 0 189 0 189 0 183 0 183 0 194 0 183 0 183 0 189 0 200 0 206 0 211 0 206 0 189 0 200 0 189 0 183 0 +USW00023188199203TMIN 150 0 122 0 122 0 133 0 133 0 133 0 111 0 106 0 117 0 106 0 128 0 139 0 133 0 122 0 106 0 122 0 139 0 122 0 111 0 139 0 139 0 122 0 128 0 106 0 122 0 144 0 133 0 150 0 156 0 144 0 128 0 +USW00023188199203PRCP 3 0 495 0 33 0 20 0 0 0 0T 0 36 0 61 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 36 0 5 0 66 0 0 0 0T 0 112 0 36 0 0T 0 0 0 0T 0 130 0 +USW00023188199203SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199203SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199203ACMH 100 X 90 X 90 X 80 X 60 X 100 X 80 X 70 X 60 X 30 X 40 X 60 X 40 X 70 X 40 X 70 X 50 X 50 X 10 X 90 X 80 X 90 X 60 X 20 X 70 X 90 X 80 X 80 X 90 X 90 X 80 X +USW00023188199203ACSH 100 X 100 X 90 X 70 X 60 X 100 X 80 X 60 X 80 X 30 X 30 X 40 X 30 X 90 X 30 X 80 X 40 X 80 X 10 X 100 X 80 X 90 X 70 X 30 X 90 X 80 X 80 X 90 X 90 X 90 X 80 X +USW00023188199203AWND 53 X 62 X 51 X 38 X 32 X 40 X 40 X 37 X 32 X 33 X 30 X 32 X 39 X 39 X 39 X 36 X 41 X 36 X 30 X 70 X 52 X 55 X 45 X 32 X 32 X 46 X 34 X 30 X 34 X 40 X 38 X +USW00023188199203FMTM 1839 X 1244 X 1246 X 1120 X 1424 X 0922 X 1347 X 1355 X 1655 X 1457 X 1305 X 1259 X 1656 X 1359 X 1602 X 1305 X 1356 X 1416 X 1535 X 2207 X 0131 X 1158 X 0250 X 1306 X 1531 X 1926 X 1307 X 1301 X 1255 X 1911 X 1554 X +USW00023188199203PGTM 1933 X 1212 X 1202 X 1326 X 1323 X 0717 X 1408 X 1422 X 1654 X 1457 X 1522 X 1212 X 1230 X 1238 X 1500 X 1404 X 1517 X 1409 X 1323 X 2239 X 0123 X 1314 X 0253 X 1322 X 1533 X 1929 X 1419 X 1625 X 1346 X 1324 X 1352 X +USW00023188199203TSUN 169 X 131 X 319 X 314 X 389 X 54 X 447 X 452 X 94 X 567 X 586 X 501 X 529 X 619 X 642 X 475 X 617 X 533 X 705 X 136 X 469 X 304 X 335 X 735 X 115 X 260 X 427 X 137 X 337 X 265 X 406 X +USW00023188199203WDFG 135W X 180W X 225W X 270W X 270W X 135W X 225W X 225W X 315W X 315W X 315W X 225W X 270W X 270W X 315W X 270W X 270W X 225W X 225W X 180W X 225W X 180W X 225W X 315W X 90W X 45W X 270W X 225W X 270W X 225W X 225W X +USW00023188199203WDFM 180W X 225W X 225W X 270W X 315W X 180W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 270W X 225W X 225W X 180W X 225W X 225W X 225W X 315W X 90W X 45W X 270W X 315W X 225W X 315W X 315W X +USW00023188199203WSFG 144 X 170 X 108 X 93 X 87 X 82 X 103 X 87 X 67 X 118 X 72 X 72 X 87 X 103 X 93 X 87 X 82 X 82 X 67 X 149 X 118 X 123 X 103 X 77 X 87 X 164 X 82 X 67 X 77 X 93 X 77 X +USW00023188199203WSFM 85 X 121 X 72 X 63 X 58 X 45 X 63 X 67 X 45 X 89 X 45 X 45 X 67 X 76 X 76 X 63 X 45 X 45 X 36 X 121 X 80 X 98 X 72 X 58 X 63 X 130 X 54 X 45 X 49 X 63 X 45 X +USW00023188199203WT01 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 +USW00023188199203WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199203WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199203WT16 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 +USW00023188199204TMAX 217 0 211 0 206 0 189 0 194 0 200 0 211 0 206 0 211 0 217 0 211 0 211 0 217 0 206 0 206 0 222 0 228 0 228 0 256 0 267 0 222 0 228 0 256 0 267 0 283 0 283 0 278 0 272 0 261 0 244 0-9999 +USW00023188199204TMIN 139 0 139 0 150 0 167 0 161 0 156 0 150 0 150 0 161 0 161 0 156 0 156 0 150 0 156 0 150 0 150 0 161 0 167 0 167 0 150 0 150 0 156 0 156 0 161 0 172 0 172 0 167 0 161 0 189 0 167 0-9999 +USW00023188199204PRCP 71 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199204SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199204SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199204ACMH 90 X 50 X 30 X 100 X 60 X 90 X 70 X 90 X 60 X 70 X 70 X 80 X 60 X 70 X 80 X 40 X 90 X 50 X 20 X 20 X 60 X 70 X 20 X 30 X 70 X 10 X 0 X 30 X 100 X 30 X-9999 +USW00023188199204ACSH 90 X 50 X 10 X 100 X 50 X 90 X 70 X 100 X 50 X 50 X 60 X 100 X 50 X 80 X 90 X 30 X 100 X 40 X 30 X 20 X 60 X 80 X 30 X 50 X 80 X 10 X 0 X 20 X 100 X 10 X-9999 +USW00023188199204AWND 43 X 39 X 35 X 36 X 47 X 38 X 37 X 33 X 34 X 34 X 49 X 44 X 45 X 41 X 36 X 37 X 36 X 36 X 35 X 34 X 40 X 39 X 34 X 32 X 31 X 29 X 33 X 33 X 34 X 39 X-9999 +USW00023188199204FMTM 1739 X 1439 X 1406 X 1553 X 1241 X 1558 X 1314 X 1458 X 1814 X 1505 X 1352 X 1647 X 1059 X 1302 X 1144 X 1612 X 1154 X 1245 X 1230 X 1457 X 1230 X 1225 X 1311 X 1235 X 1323 X 1250 X 1555 X 1655 X 1559 X 1449 X-9999 +USW00023188199204PGTM 1713 X 1442 X 1341 X 1553 X 1159 X 1208 X 1404 X 1434 X 1241 X 1401 X 1433 X 1455 X 1143 X 1205 X 1224 X 1551 X 1202 X 1347 X 1217 X 1351 X 1642 X 1149 X 1358 X 1238 X 1413 X 1324 X 1541 X 1413 X 1554 X 1357 X-9999 +USW00023188199204TSUN 309 X 571 X 700 X 20 X 537 X 257 X 538 X 129 X 527 X 654 X 616 X 536 X 531 X 598 X 432 X 725 X 645 X 560 X 707 X 789 X 732 X 726 X 702 X 763 X 742 X 800 X 802 X 804 X 724 X 793 X-9999 +USW00023188199204WDFG 360W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 270W X 225W X 270W X 270W X 225W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X-9999 +USW00023188199204WDFM 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 270W X 225W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199204WSFG 118 X 93 X 77 X 72 X 93 X 87 X 87 X 82 X 82 X 77 X 98 X 93 X 98 X 87 X 77 X 87 X 77 X 77 X 93 X 87 X 82 X 93 X 82 X 72 X 67 X 77 X 72 X 67 X 72 X 98 X-9999 +USW00023188199204WSFM 80 X 67 X 58 X 58 X 63 X 49 X 76 X 58 X 54 X 54 X 76 X 72 X 80 X 49 X 45 X 67 X 54 X 49 X 72 X 76 X 45 X 54 X 67 X 54 X 49 X 63 X 49 X 45 X 58 X 58 X-9999 +USW00023188199204WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 +USW00023188199204WT08-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188199204WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199204WT16 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199205TMAX 239 0 239 0 244 0 217 0 222 0 233 0 222 0 194 0 189 0 211 0 239 0 244 0 233 0 228 0 233 0 228 0 211 0 222 0 222 0 217 0 217 0 222 0 233 0 217 0 228 0 222 0 211 0 222 0 217 0 239 0 233 0 +USW00023188199205TMIN 172 0 156 0 167 0 178 0 172 0 183 0 178 0 167 0 167 0 178 0 183 0 183 0 178 0 178 0 172 0 183 0 172 0 167 0 167 0 172 0 167 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 183 0 183 0 +USW00023188199205PRCP 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199205SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199205SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199205ACMH 20 X 50 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 60 X 60 X 90 X 80 X 90 X 100 X 100 X 90 X 70 X 50 X 90 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 80 X +USW00023188199205ACSH 20 X 60 X 90 X 100 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 30 X 40 X 80 X 70 X 90 X 100 X 90 X 90 X 60 X 30 X 80 X 80 X 100 X 90 X 90 X 100 X 100 X 100 X 60 X 70 X +USW00023188199205AWND 38 X 37 X 36 X 40 X 41 X 46 X 54 X 43 X 49 X 39 X 36 X 45 X 44 X 46 X 43 X 36 X 32 X 37 X 41 X 43 X 45 X 36 X 42 X 40 X 36 X 39 X 41 X 36 X 38 X 37 X 43 X +USW00023188199205FMTM 1429 X 1403 X 1648 X 1217 X 1442 X 1459 X 1401 X 2250 X 1359 X 1248 X 1409 X 1141 X 1538 X 1511 X 1509 X 1219 X 1417 X 1556 X 1707 X 1410 X 1055 X 1219 X 1231 X 1502 X 1453 X 1359 X 1156 X 1736 X 1437 X 1124 X 1145 X +USW00023188199205PGTM 1441 X 1050 X 1443 X 1233 X 1302 X 1525 X 1257 X 2251 X 1408 X 1251 X 1225 X 1353 X 1514 X 1358 X 1451 X 1306 X 1422 X 1625 X 1640 X 1745 X 1743 X 1222 X 1644 X 1358 X 1223 X 1302 X 1353 X 1353 X 1544 X 1110 X 1138 X +USW00023188199205TSUN 772 X 771 X 765 X 516 X 153 X 175 X 46 X 8 X 4 X 0 X 365 X 742 X 699 X 384 X 404 X 260 X 2 X 238 X 388 X 448 X 721 X 479 X 371 X 82 X 144 X 178 X 88 X 125 X 145 X 426 X 363 X +USW00023188199205WDFG 315W X 225W X 315W X 270W X 270W X 315W X 315W X 180W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 270W X 270W X 315W X 270W X 225W X 225W X 270W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X +USW00023188199205WDFM 315W X 225W X 315W X 270W X 315W X 315W X 315W X 180W X 225W X 225W X 270W X 270W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 225W X 270W X 270W X 315W X 315W X 315W X 315W X +USW00023188199205WSFG 77 X 82 X 72 X 72 X 87 X 87 X 103 X 82 X 87 X 72 X 77 X 98 X 98 X 98 X 98 X 103 X 67 X 72 X 87 X 77 X 82 X 93 X 77 X 77 X 77 X 77 X 72 X 77 X 82 X 103 X 93 X +USW00023188199205WSFM 54 X 49 X 45 X 54 X 63 X 72 X 80 X 54 X 58 X 49 X 45 X 67 X 76 X 72 X 76 X 76 X 40 X 49 X 67 X 54 X 54 X 54 X 67 X 58 X 45 X 40 X 49 X 54 X 63 X 72 X 76 X +USW00023188199205WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199205WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 +USW00023188199205WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199205WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199206TMAX 228 0 233 0 228 0 228 0 217 0 211 0 233 0 233 0 222 0 217 0 233 0 228 0 233 0 206 0 211 0 222 0 217 0 211 0 217 0 217 0 228 0 250 0 300 0 239 0 244 0 222 0 228 0 244 0 250 0 233 0-9999 +USW00023188199206TMIN 172 0 172 0 172 0 172 0 172 0 178 0 183 0 183 0 178 0 178 0 183 0 178 0 156 0 167 0 161 0 161 0 161 0 167 0 161 0 167 0 167 0 167 0 183 0 172 0 161 0 167 0 167 0 172 0 178 0 178 0-9999 +USW00023188199206PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199206SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199206SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199206ACMH 50 X 50 X 60 X 90 X 100 X 100 X 90 X 50 X 100 X 100 X 60 X 40 X 10 X 70 X 40 X 40 X 40 X 40 X 50 X 50 X 40 X 100 X 60 X 20 X 20 X 60 X 40 X 0 X 20 X 40 X-9999 +USW00023188199206ACSH 40 X 30 X 40 X 80 X 90 X 100 X 80 X 40 X 100 X 100 X 50 X 30 X 0 X 60 X 30 X 30 X 20 X 30 X 40 X 30 X 30 X 100 X 60 X 30 X 20 X 60 X 30 X 0 X 20 X 30 X-9999 +USW00023188199206AWND 44 X 40 X 42 X 38 X 42 X 36 X 36 X 46 X 39 X 37 X 45 X 46 X 42 X 52 X 45 X 43 X 35 X 39 X 36 X 36 X 38 X 42 X 40 X 42 X 44 X 42 X 39 X 42 X 41 X 42 X-9999 +USW00023188199206FMTM 1059 X 1337 X 0759 X 1129 X 1320 X 1140 X 1240 X 1317 X 1133 X 1458 X 1417 X 1647 X 1625 X 0513 X 1626 X 1438 X 1102 X 1147 X 1436 X 1232 X 1217 X 1835 X 1414 X 1057 X 1618 X 1200 X 1547 X 1503 X 1708 X 1739 X-9999 +USW00023188199206PGTM 1154 X 1301 X 1250 X 1133 X 1640 X 1304 X 1421 X 1327 X 1225 X 1449 X 1322 X 1625 X 1348 X 0316 X 1654 X 1533 X 1111 X 1304 X 1506 X 1233 X 1032 X 1849 X 1426 X 1341 X 1610 X 1621 X 1609 X 1507 X 1709 X 1553 X-9999 +USW00023188199206TSUN 561 X 608 X 629 X 360 X 169 X 16 X 203 X 686 X 7 X 0 X 475 X 607 X 857 X 453 X 600 X 799 X 764 X 616 X 574 X 687 X 672 X 164 X 531 X 849 X 727 X 465 X 603 X 857 X 767 X 749 X-9999 +USW00023188199206WDFG 315W X 315W X 315W X 225W X 225W X 270W X 225W X 315W X 315W X 270W X 315W X 270W X 315W X 180W X 315W X 315W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199206WDFM 315W X 315W X 315W X 225W X 225W X 270W X 225W X 315W X 315W X 225W X 315W X 225W X 315W X 225W X 315W X 315W X 225W X 270W X 315W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199206WSFG 93 X 93 X 77 X 82 X 82 X 72 X 87 X 103 X 87 X 67 X 103 X 103 X 103 X 87 X 93 X 82 X 82 X 87 X 98 X 82 X 87 X 103 X 93 X 87 X 98 X 77 X 87 X 103 X 93 X 103 X-9999 +USW00023188199206WSFM 80 X 76 X 54 X 49 X 45 X 40 X 58 X 76 X 58 X 45 X 76 X 76 X 63 X 63 X 76 X 58 X 54 X 58 X 58 X 58 X 54 X 76 X 72 X 72 X 80 X 54 X 67 X 85 X 76 X 72 X-9999 +USW00023188199206WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00023188199206WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199206WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00023188199206WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199206WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199207TMAX 228 0 228 0 222 0 228 0 267 0 244 0 261 0 272 0 278 0 267 0 261 0 250 0 261 0 267 0 256 0 261 0 256 0 283 0 250 0 261 0 228 0 239 0 228 0 233 0 233 0 250 0 244 0 244 0 239 0 239 0 256 0 +USW00023188199207TMIN 172 0 161 0 178 0 172 0 178 0 183 0 206 0 217 0 206 0 206 0 200 0 206 0 206 0 211 0 200 0 189 0 194 0 178 0 183 0 200 0 189 0 194 0 189 0 183 0 189 0 194 0 200 0 194 0 189 0 194 0 200 0 +USW00023188199207PRCP 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199207SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199207SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199207ACMH 30 X 60 X 70 X 40 X 0 X 60 X 100 X 90 X 50 X 90 X 80 X 80 X 40 X 70 X 80 X 30 X 50 X 30 X 40 X 40 X 70 X 60 X 40 X 50 X 80 X 70 X 70 X 50 X 90 X 90 X 50 X +USW00023188199207ACSH 30 X 60 X 60 X 30 X 0 X 70 X 100 X 90 X 30 X 80 X 70 X 70 X 40 X 80 X 70 X 20 X 20 X 20 X 20 X 20 X 60 X 40 X 30 X 40 X 80 X 60 X 50 X 30 X 80 X 90 X 40 X +USW00023188199207AWND 42 X 37 X 41 X 46 X 44 X 38 X 41 X 34 X 35 X 44 X 38 X 41 X 41 X 50 X 48 X 43 X 42 X 44 X 33 X 40 X 57 X 44 X 48 X 44 X 38 X 44 X 47 X 47 X 40 X 36 X 38 X +USW00023188199207FMTM 1353 X 1236 X 1056 X 1432 X 1246 X 0933 X 1722 X 1545 X 1434 X 1500 X 1141 X 1213 X 1701 X 1557 X 1223 X 1728 X 1205 X 1104 X 1414 X 1158 X 1137 X 1821 X 1057 X 1409 X 1424 X 1811 X 1226 X 1500 X 1835 X 1255 X 1102 X +USW00023188199207PGTM 1332 X 1038 X 1507 X 1458 X 1312 X 1058 X 1644 X 1712 X 1746 X 1352 X 1434 X 1542 X 1702 X 1511 X 1238 X 1129 X 1216 X 1238 X 1419 X 1158 X 1015 X 1029 X 1331 X 1431 X 1328 X 1315 X 1215 X 1132 X 1446 X 1426 X 1148 X +USW00023188199207TSUN 634 X 747 X 575 X 636 X 854 X 486 X 25 X 367 X 666 X 294 X 390 X 480 X 644 X 655 X 622 X 756 X 705 X 748 X 689 X 599 X 457 X 551 X 612 X 600 X 298 X 410 X 461 X 543 X 377 X 340 X 611 X +USW00023188199207WDFG 225W X 315W X 225W X 315W X 315W X 225W X 315W X 225W X 270W X 315W X 270W X 225W X 315W X 315W X 315W X 360W X 315W X 315W X 225W X 315W X 225W X 225W X 225W X 225W X 270W X 270W X 315W X 315W X 225W X 270W X 225W X +USW00023188199207WDFM 225W X 270W X 225W X 315W X 315W X 180W X 315W X 180W X 225W X 315W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X +USW00023188199207WSFG 93 X 82 X 77 X 87 X 93 X 82 X 93 X 93 X 72 X 87 X 87 X 82 X 77 X 98 X 108 X 82 X 87 X 82 X 82 X 82 X 103 X 82 X 82 X 93 X 82 X 87 X 93 X 98 X 72 X 77 X 87 X +USW00023188199207WSFM 54 X 49 X 54 X 72 X 76 X 54 X 76 X 40 X 49 X 63 X 58 X 49 X 63 X 76 X 80 X 54 X 72 X 67 X 40 X 58 X 72 X 49 X 49 X 49 X 49 X 67 X 76 X 72 X 54 X 54 X 49 X +USW00023188199207WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 +USW00023188199207WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199207WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 +USW00023188199207WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199207WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199208TMAX 256 0 261 0 250 0 261 0 261 0 261 0 250 0 256 0 261 0 278 0 278 0 267 0 278 0 306 0 306 0 289 0 311 0 283 0 289 0 278 0 261 0 261 0 261 0 250 0 256 0 261 0 283 0 278 0 250 0 250 0 239 0 +USW00023188199208TMIN 200 0 200 0 206 0 206 0 211 0 206 0 200 0 206 0 217 0 217 0 211 0 211 0 222 0 233 0 233 0 228 0 228 0 217 0 211 0 211 0 217 0 200 0 194 0 206 0 200 0 189 0 189 0 189 0 194 0 200 0 189 0 +USW00023188199208PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199208SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199208SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199208ACMH 30 X 0 X 70 X 70 X 30 X 70 X 60 X 60 X 40 X 50 X 30 X 90 X 80 X 50 X 10 X 10 X 10 X 10 X 20 X 10 X 60 X 50 X 30 X 30 X 70 X 20 X 0 X 20 X 60 X 50 X 80 X +USW00023188199208ACSH 30 X 0 X 50 X 70 X 30 X 50 X 40 X 20 X 20 X 60 X 10 X 80 X 90 X 40 X 0 X 0 X 0 X 10 X 20 X 10 X 60 X 30 X 10 X 40 X 60 X 10 X 0 X 30 X 70 X 40 X 80 X +USW00023188199208AWND 39 X 35 X 45 X 38 X 39 X 38 X 39 X 40 X 44 X 41 X 37 X 42 X 38 X 35 X 44 X 44 X 41 X 43 X 45 X 42 X 42 X 41 X 45 X 53 X 44 X 51 X 42 X 43 X 45 X 51 X 44 X +USW00023188199208FMTM 1416 X 1531 X 1519 X 1347 X 1349 X 1313 X 1347 X 1738 X 1247 X 1252 X 1248 X 1135 X 1941 X 1411 X 1154 X 1310 X 1008 X 1640 X 1048 X 1000 X 1849 X 1532 X 1242 X 0820 X 1533 X 1407 X 1211 X 1620 X 1422 X 1438 X 1248 X +USW00023188199208PGTM 1740 X 1429 X 1535 X 1336 X 1329 X 1333 X 1321 X 1204 X 1236 X 1312 X 1236 X 1141 X 1947 X 1507 X 1415 X 1139 X 1517 X 1430 X 1636 X 1008 X 1932 X 1628 X 1232 X 0841 X 1500 X 1313 X 1321 X 1623 X 1121 X 1454 X 1247 X +USW00023188199208TSUN 626 X 823 X 470 X 537 X 763 X 528 X 501 X 626 X 693 X 545 X 769 X 721 X 224 X 779 X 802 X 800 X 798 X 742 X 756 X 793 X 449 X 630 X 752 X 542 X 601 X 754 X 751 X 749 X 628 X 670 X 460 X +USW00023188199208WDFG 225W X 225W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188199208WDFM 225W X 225W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X 360W X 315W X 315W X 315W X 180W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188199208WSFG 77 X 67 X 72 X 67 X 72 X 77 X 72 X 72 X 82 X 77 X 67 X 77 X 77 X 72 X 77 X 82 X 72 X 77 X 67 X 72 X 72 X 87 X 93 X 103 X 77 X 98 X 93 X 93 X 93 X 98 X 87 X +USW00023188199208WSFM 49 X 49 X 49 X 40 X 45 X 49 X 45 X 49 X 72 X 67 X 49 X 67 X 63 X 63 X 67 X 63 X 54 X 67 X 58 X 63 X 49 X 72 X 76 X 67 X 58 X 80 X 80 X 76 X 76 X 76 X 63 X +USW00023188199208WT01-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188199208WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199208WT08 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188199208WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199209TMAX 239 0 233 0 250 0 250 0 244 0 244 0 244 0 239 0 239 0 233 0 239 0 244 0 250 0 244 0 256 0 261 0 278 0 272 0 261 0 278 0 267 0 283 0 328 0 306 0 233 0 261 0 289 0 283 0 289 0 306 0-9999 +USW00023188199209TMIN 194 0 194 0 200 0 194 0 183 0 189 0 178 0 183 0 183 0 178 0 183 0 178 0 189 0 189 0 200 0 189 0 200 0 200 0 183 0 172 0 172 0 194 0 217 0 200 0 178 0 167 0 183 0 183 0 178 0 189 0-9999 +USW00023188199209PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199209SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199209SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199209ACMH 90 X 100 X 70 X 20 X 40 X 40 X 40 X 30 X 80 X 50 X 40 X 50 X 50 X 40 X 30 X 10 X 70 X 10 X 0 X 30 X 10 X 0 X 20 X 30 X 50 X 50 X 10 X 10 X 20 X 10 X-9999 +USW00023188199209ACSH 90 X 100 X 80 X 20 X 40 X 30 X 20 X 30 X 70 X 30 X 40 X 20 X 20 X 20 X 20 X 10 X 90 X 10 X 0 X 30 X 0 X 0 X 10 X 10 X 40 X 40 X 0 X 10 X 10 X 10 X-9999 +USW00023188199209AWND 41 X 45 X 41 X 41 X 34 X 38 X 39 X 36 X 41 X 39 X 35 X 36 X 36 X 37 X 39 X 46 X 39 X 41 X 37 X 34 X 39 X 41 X 40 X 29 X 31 X 30 X 33 X 28 X 37 X 33 X-9999 +USW00023188199209FMTM 1356 X 1359 X 1708 X 1507 X 1349 X 1406 X 1254 X 1529 X 1648 X 1715 X 1718 X 1337 X 1350 X 1237 X 1332 X 1401 X 1318 X 1532 X 1341 X 1523 X 1144 X 1410 X 1410 X 0904 X 1110 X 1614 X 1349 X 1348 X 1547 X 1420 X-9999 +USW00023188199209PGTM 1413 X 1132 X 1701 X 1331 X 1452 X 1448 X 1241 X 1318 X 1216 X 1244 X 1518 X 1305 X 1458 X 1622 X 1352 X 1137 X 1353 X 1447 X 1249 X 1527 X 1248 X 1346 X 1410 X 1112 X 0558 X 1626 X 1424 X 1406 X 1326 X 1352 X-9999 +USW00023188199209TSUN 337 X 513 X 479 X 700 X 634 X 614 X 621 X 565 X 578 X 573 X 505 X 613 X 601 X 618 X 707 X 741 X 508 X 709 X 735 X 606 X 731 X 701 X 700 X 693 X 514 X 589 X 719 X 716 X 640 X 713 X-9999 +USW00023188199209WDFG 315W X 315W X 315W X 270W X 270W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199209WDFM 315W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199209WSFG 77 X 82 X 82 X 82 X 67 X 67 X 72 X 72 X 77 X 82 X 82 X 77 X 67 X 67 X 72 X 82 X 82 X 82 X 72 X 67 X 72 X 77 X 82 X 57 X 62 X 62 X 82 X 72 X 87 X 93 X-9999 +USW00023188199209WSFM 58 X 67 X 72 X 72 X 40 X 45 X 49 X 40 X 58 X 54 X 49 X 63 X 49 X 54 X 58 X 76 X 72 X 72 X 63 X 49 X 67 X 72 X 76 X 45 X 40 X 45 X 72 X 58 X 67 X 72 X-9999 +USW00023188199209WT01-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00023188199209WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 +USW00023188199209WT08-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 +USW00023188199210TMAX 278 0 233 0 228 0 239 0 250 0 244 0 256 0 272 0 256 0 244 0 233 0 228 0 211 0 222 0 233 0 228 0 222 0 217 0 222 0 222 0 222 0 244 0 228 0 233 0 228 0 228 0 256 0 222 0 217 0 217 0 222 0 +USW00023188199210TMIN 189 0 189 0 172 0 167 0 167 0 167 0 172 0 150 0 156 0 139 0 167 0 167 0 178 0 189 0 189 0 167 0 150 0 167 0 178 0 156 0 189 0 167 0 183 0 161 0 156 0 156 0 172 0 167 0 172 0 161 0 161 0 +USW00023188199210PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 25 0 0 0 0 0 0 0 0T 0 3 0 0T 0 18 0 0 0 +USW00023188199210SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199210SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199210ACMH 10 X 50 X 30 X 30 X 0 X 40 X 80 X 20 X 20 X 10 X 40 X 70 X 90 X 80 X 70 X 30 X 70 X 90 X 40 X 80 X 90 X 60 X 80 X 30 X 10 X 70 X 80 X 80 X 50 X 80 X 20 X +USW00023188199210ACSH 10 X 40 X 30 X 50 X 0 X 50 X 90 X 30 X 20 X 0 X 30 X 50 X 80 X 60 X 50 X 20 X 80 X 80 X 30 X 90 X 100 X 40 X 70 X 20 X 0 X 100 X 90 X 80 X 50 X 100 X 20 X +USW00023188199210AWND 34 X 33 X 35 X 22 X 21 X 31 X 33 X 29 X 21 X 31 X 34 X 27 X 31 X 35 X 34 X 31 X 24 X 31 X 25 X 30 X 34 X 31 X 35 X 26 X 32 X 34 X 31 X 37 X 42 X 46 X 37 X +USW00023188199210FMTM 1321 X 1557 X 1701 X 1126 X 1227 X 1112 X 1412 X-9999 -9999 -9999 1405 X 1352 X 0907 X 1014 X 1509 X 1406 X 1404 X 1331 X 1347 X 1229 X 1047 X 1342 X 0303 X 1206 X 1408 X 1206 X 1626 X 1600 X 0753 X 1649 X 1607 X +USW00023188199210PGTM 1247 X 1122 X 1443 X 1229 X 1642 X 1122 X 1418 X 1425 X 1421 X 1343 X 1252 X 1358 X 1558 X 0930 X 1419 X 1225 X 1539 X 1216 X 1153 X 2320 X 1022 X 1547 X 0303 X 1203 X 1547 X 1922 X 1437 X 1337 X 1440 X 1708 X 1700 X +USW00023188199210TSUN 709 X 533 X 576 X 678 X 703 X 619 X 574 X 636 X 593 X 693 X 480 X 385 X 127 X 297 X 431 X 573 X 423 X 314 X 502 X 290 X 40 X 541 X 354 X 600 X 664 X 341 X 118 X 343 X 483 X 158 X 557 X +USW00023188199210WDFG 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 225W X 270W X 315W X 270W X 90W X 225W X 315W X 45W X 225W X 315W X 315W X 270W X 270W X 270W X 225W X 360W X +USW00023188199210WDFM 315W X 315W X 315W X 225W X 315W X 315W X 315W X-9999 -9999 -9999 315W X 315W X 180W X 270W X 315W X 315W X 225W X 315W X 315W X 225W X 225W X 315W X 45W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X +USW00023188199210WSFG 103 X 77 X 67 X 62 X 51 X 77 X 67 X 67 X 51 X 67 X 77 X 57 X 51 X 77 X 82 X 67 X 51 X 82 X 62 X 57 X 82 X 72 X 123 X 72 X 67 X 67 X 93 X 77 X 77 X 87 X 72 X +USW00023188199210WSFM 89 X 58 X 45 X 49 X 36 X 67 X 72 X-9999 -9999 -9999 67 X 40 X 36 X 45 X 67 X 89 X 45 X 103 X 40 X 45 X 76 X 72 X 94 X 45 X 67 X 58 X 63 X 49 X 54 X 63 X 63 X +USW00023188199210WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 +USW00023188199210WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199210WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199210WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188199210WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188199210WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188199211TMAX 267 0 267 0 306 0 244 0 244 0 261 0 244 0 206 0 211 0 217 0 217 0 233 0 244 0 267 0 261 0 217 0 200 0 211 0 211 0 217 0 206 0 189 0 194 0 194 0 211 0 206 0 228 0 211 0 250 0 222 0-9999 +USW00023188199211TMIN 128 0 133 0 139 0 128 0 133 0 117 0 122 0 133 0 172 0 139 0 78 0 94 0 94 0 106 0 117 0 117 0 150 0 133 0 111 0 111 0 78 0 83 0 133 0 100 0 89 0 72 0 83 0 83 0 94 0 72 0-9999 +USW00023188199211PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199211SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199211SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199211ACMH 0 X 50 X 10 X 70 X 50 X 30 X 20 X 60 X 90 X 40 X 0 X 0 X 0 X 0 X 80 X 30 X 40 X 30 X 60 X 80 X 60 X 60 X 50 X 70 X 0 X 30 X 10 X 30 X 60 X 0 X-9999 +USW00023188199211ACSH 0 X 90 X 10 X 80 X 20 X 50 X 0 X 40 X 90 X 40 X 0 X 0 X 0 X 0 X 90 X 0 X 30 X 30 X 80 X 90 X 90 X 40 X 30 X 70 X 0 X 20 X 10 X 30 X 80 X 0 X-9999 +USW00023188199211AWND 31 X 27 X 34 X 32 X 28 X 30 X 30 X 40 X 39 X 40 X 32 X 27 X 30 X 29 X 26 X 30 X 34 X 36 X 31 X 44 X 31 X 34 X 34 X 27 X 29 X 30 X 26 X 16 X 33 X 30 X-9999 +USW00023188199211FMTM 1428 X 1305 X 1604 X 1424 X 1410 X 1108 X 1339 X 1549 X 1404 X 1125 X 1441 X 1601 X 1450 X 1240 X 1356 X 1616 X 0425 X 1701 X 1431 X 1224 X 1416 X 1935 X 1212 X 1453 X 1557 X 1553 X 1405 X 1330 X 1310 X 1515 X-9999 +USW00023188199211PGTM 1453 X 1238 X 1524 X 1359 X 1430 X 1414 X 1447 X 2136 X 1309 X 1638 X 1439 X 1602 X 1501 X 1256 X 1406 X 1617 X 1343 X 1355 X 1439 X 1612 X 1438 X 1247 X 1235 X 1439 X 1548 X 1533 X 1303 X 1444 X 1021 X 1524 X-9999 +USW00023188199211TSUN 651 X 644 X 648 X 551 X 571 X 623 X 621 X 465 X 144 X 478 X 634 X 632 X 632 X 630 X 407 X 596 X 520 X 600 X 584 X 587 X 554 X 481 X 560 X 549 X 616 X 615 X 571 X 557 X 583 X 610 X-9999 +USW00023188199211WDFG 315W X 315W X 90W X 315W X 315W X 315W X 315W X 135W X 270W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 135W X 315W X-9999 +USW00023188199211WDFM 315W X 315W X 90W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 135W X 315W X 315W X 315W X 315W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X-9999 +USW00023188199211WSFG 77 X 62 X 82 X 72 X 62 X 67 X 57 X 72 X 67 X 77 X 77 X 62 X 62 X 67 X 51 X 62 X 62 X 67 X 72 X 93 X 62 X 72 X 67 X 57 X 72 X 62 X 77 X 67 X 103 X 72 X-9999 +USW00023188199211WSFM 72 X 54 X 72 X 49 X 54 X 40 X 36 X 49 X 31 X 67 X 63 X 40 X 36 X 40 X 27 X 36 X 36 X 40 X 63 X 80 X 54 X 36 X 40 X 36 X 49 X 54 X 72 X 58 X 54 X 49 X-9999 +USW00023188199211WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199211WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199211WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199211WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199212TMAX 217 0 189 0 189 0 167 0 172 0 183 0 156 0 172 0 183 0 194 0 167 0 156 0 167 0 172 0 167 0 189 0 161 0 144 0 156 0 150 0 161 0 178 0 217 0 222 0 206 0 217 0 161 0 172 0 167 0 167 0 161 0 +USW00023188199212TMIN 67 0 72 0 122 0 117 0 89 0 117 0 106 0 100 0 83 0 94 0 111 0 89 0 50 0 56 0 72 0 78 0 67 0 89 0 56 0 33 0 50 0 50 0 50 0 67 0 67 0 61 0 100 0 117 0 133 0 106 0 72 0 +USW00023188199212PRCP 0 0 0 0 33 0 71 0 0 0 0T 0 292 0 3 0 0 0 0 0 0T 0 10 0 0 0 0 0 0 0 0 0 0T 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 112 0 41 0 58 0 0T 0 0 0 +USW00023188199212SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199212SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199212ACMH 30 X 80 X 100 X 90 X 40 X 60 X 90 X 40 X 10 X 10 X 80 X 30 X 0 X 0 X 30 X 20 X 70 X 40 X 0 X 20 X 0 X 0 X 0 X 10 X 60 X 30 X 100 X 100 X 100 X 40 X 20 X +USW00023188199212ACSH 60 X 90 X 100 X 90 X 20 X 30 X 100 X 40 X 10 X 0 X 90 X 40 X 0 X 0 X 50 X 40 X 100 X 20 X 0 X 40 X 0 X 0 X 0 X 0 X 90 X 10 X 100 X 100 X 100 X 50 X 40 X +USW00023188199212AWND 30 X 32 X 40 X 34 X 28 X 40 X 60 X 29 X 36 X 35 X 34 X 63 X 34 X 33 X 30 X 28 X 40 X 47 X 26 X 21 X 21 X 21 X 21 X 22 X 19 X 18 X 20 X 26 X 49 X 34 X 30 X +USW00023188199212FMTM 1311 X 1456 X 1527 X 1632 X 1354 X 2207 X 1254 X 1626 X 1432 X 1346 X 2357 X 1235 X 1136 X 1402 X 1246 X 1600 X 2356 X 0049 X 1402 X 1518 X 1543 X 1330 X 1435 X 1506 X 1247 X 1518 X 1940 X 1214 X 1243 X 1514 X 1531 X +USW00023188199212PGTM 1533 X 1948 X 1535 X 1452 X 1457 X 2003 X 1116 X 1133 X 1433 X 1432 X 2352 X 0344 X 1138 X 1502 X 1237 X 1701 X 2352 X 0111 X 1410 X 1340 X 1548 X 1329 X 1416 X 1522 X 1352 X 1308 X 2059 X 2250 X 1104 X 1412 X 1523 X +USW00023188199212TSUN 610 X 412 X 299 X 170 X 540 X 501 X 0 X 451 X 603 X 603 X 213 X 533 X 601 X 601 X 459 X 597 X 121 X 438 X 600 X 517 X 600 X 599 X 600 X 599 X 531 X 563 X 0 X 85 X 31 X 332 X 458 X +USW00023188199212WDFG 315W X 225W X 180W X 270W X 270W X 135W X 135W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 180W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 135W X 180W X 315W X 315W X +USW00023188199212WDFM 315W X 225W X 225W X 45W X 225W X 135W X 135W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 225W X 315W X 315W X +USW00023188199212WSFG 72 X 62 X 98 X 98 X 57 X 67 X 134 X 62 X 93 X 87 X 113 X 144 X 67 X 67 X 67 X 51 X 87 X 118 X 62 X 67 X 57 X 67 X 67 X 67 X 46 X 46 X 41 X 36 X 113 X 72 X 93 X +USW00023188199212WSFM 54 X 40 X 72 X 49 X 31 X 40 X 76 X 36 X 76 X 76 X 94 X 112 X 40 X 54 X 40 X 36 X 72 X 76 X 54 X 63 X 54 X 67 X 45 X 63 X 36 X 31 X 27 X 36 X 94 X 58 X 76 X +USW00023188199212WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188199212WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199212WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199212WT10-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199212WT16-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188199301TMAX 167 0 128 0 150 0 150 0 167 0 167 0 172 0 167 0 156 0 161 0 150 0 161 0 161 0 178 0 167 0 167 0 167 0 156 0 161 0 161 0 178 0 178 0 211 0 239 0 233 0 244 0 233 0 200 0 178 0 172 0 167 0 +USW00023188199301TMIN 72 0 78 0 67 0 39 0 83 0 106 0 156 0 117 0 117 0 117 0 72 0 67 0 150 0 144 0 139 0 150 0 133 0 106 0 83 0 89 0 94 0 111 0 100 0 67 0 94 0 94 0 94 0 83 0 72 0 133 0 106 0 +USW00023188199301PRCP 0 0 48 0 0 0 0 0 10 0 302 0 254 0 46 0 18 0 15 0 0 0 216 0 152 0 3 0 457 0 284 0 84 0 251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 165 0 +USW00023188199301SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199301SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199301ACMH 70 X 80 X 0 X 70 X 90 X 100 X 100 X 90 X 90 X 100 X 70 X 90 X 100 X 100 X 100 X 100 X 90 X 90 X 60 X 30 X 60 X 90 X 40 X 40 X 80 X 80 X 60 X 10 X 40 X 70 X 40 X +USW00023188199301ACSH 100 X 100 X 0 X 100 X 90 X 100 X 100 X 100 X 90 X 100 X 80 X 100 X 100 X 100 X 100 X 100 X 100 X 90 X 70 X 40 X 80 X 80 X 20 X 80 X 100 X 80 X 70 X 10 X 20 X 60 X 20 X +USW00023188199301AWND 15 X 25 X 28 X 24 X 21 X 59 X 56 X 45 X 30 X 46 X 30 X 42 X 56 X 37 X 41 X 71 X 64 X 52 X 26 X 32 X 31 X 33 X 30 X 21 X 23 X 25 X 23 X 26 X 26 X 62 X 28 X +USW00023188199301FMTM 1600 X 1238 X 1441 X 2142 X 2148 X 0412 X 2356 X 0002 X 1053 X 1843 X 1545 X 1957 X 2227 X 0425 X 2028 X 1722 X 0647 X 1234 X 1409 X 1427 X 1315 X 1524 X 1518 X 1444 X 1532 X 1154 X 1347 X 1524 X 1543 X 2348 X 0044 X +USW00023188199301PGTM 1617 X 1252 X 1433 X 1416 X 2157 X 0439 X 2359 X 0003 X 2018 X 1827 X 1457 X 1542 X 2228 X 0428 X 1320 X 1855 X 0644 X 1237 X 1343 X 1415 X 1324 X 1542 X 1531 X 1447 X 1532 X 1522 X 1345 X 1554 X 2029 X 2348 X 0021 X +USW00023188199301TSUN 507 X 66 X 524 X 358 X 426 X 0 X 0 X 122 X 89 X 18 X 222 X 29 X 10 X 10 X 0 X 0 X 4 X 49 X 142 X 612 X 409 X 187 X 594 X 573 X 108 X 590 X 607 X 630 X 569 X 410 X 522 X +USW00023188199301WDFG 315W X 315W X 315W X 225W X 180W X 135W X 270W X 315W X 135W X 270W X 315W X 135W X 180W X 225W X 180W X 180W X 180W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 270W X 315W X 180W X 135W X 225W X +USW00023188199301WDFM 315W X 270W X 315W X 225W X 180W X 135W X 270W X 315W X 225W X 315W X 315W X 135W X 180W X 225W X 180W X 180W X 180W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 360W X 315W X 315W X 225W X 225W X 225W X +USW00023188199301WSFG 62 X 82 X 67 X 46 X 77 X 170 X 190 X 144 X 72 X 103 X 67 X 118 X 103 X 123 X 103 X 139 X 134 X 129 X 57 X 108 X 82 X 82 X 62 X 51 X 67 X 57 X 51 X 51 X 51 X 123 X 108 X +USW00023188199301WSFM 45 X 54 X 54 X 27 X 45 X 130 X 80 X 103 X 36 X 76 X 49 X 89 X 80 X 107 X 54 X 107 X 94 X 103 X 40 X 80 X 76 X 72 X 54 X 40 X 49 X 31 X 40 X 49 X 27 X 80 X 80 X +USW00023188199301WT01-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00023188199301WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199301WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188199301WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00023188199301WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199301WT16-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188199302TMAX 194 0 206 0 206 0 211 0 217 0 211 0 189 0 178 0 167 0 167 0 172 0 172 0 183 0 172 0 172 0 156 0 206 0 200 0 178 0 167 0 161 0 167 0 178 0 161 0 161 0 156 0 156 0 156 0-9999 -9999 -9999 +USW00023188199302TMIN 94 0 94 0 94 0 100 0 122 0 100 0 144 0 133 0 122 0 122 0 100 0 100 0 106 0 128 0 117 0 128 0 111 0 144 0 122 0 117 0 83 0 89 0 106 0 111 0 111 0 94 0 89 0 83 0-9999 -9999 -9999 +USW00023188199302PRCP 0 0 0 0 0 0 0 0 0 0 0 0 147 0 208 0 15 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 155 0 373 0 25 0 0T 0 0 0 155 0 86 0 0 0 23 0 3 0 3 0-9999 -9999 -9999 +USW00023188199302SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199302SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199302ACMH 20 X 30 X 80 X 50 X 90 X 30 X 100 X 90 X 70 X 50 X 70 X 70 X 100 X 50 X 70 X 100 X 60 X 100 X 100 X 70 X 40 X 80 X 80 X 60 X 70 X 90 X 50 X 40 X-9999 -9999 -9999 +USW00023188199302ACSH 10 X 20 X 80 X 30 X 100 X 20 X 100 X 80 X 80 X 50 X 80 X 80 X 100 X 40 X 80 X 100 X 30 X 100 X 90 X 80 X 60 X 80 X 70 X 50 X 80 X 100 X 50 X 20 X-9999 -9999 -9999 +USW00023188199302AWND 31 X 29 X 27 X 21 X 25 X 26 X 43 X 69 X 44 X 36 X 33 X 32 X 25 X 39 X 47 X 31 X 38 X 84 X 72 X 47 X 30 X 33 X 34 X 50 X 33 X 44 X 29 X 38 X-9999 -9999 -9999 +USW00023188199302FMTM 1454 X 1400 X 1346 X 1347 X 1651 X 1337 X 2324 X 0010 X 1311 X 1356 X 1445 X 1513 X 1255 X 1710 X 1334 X 1936 X 0920 X 1721 X 1850 X 1017 X 1221 X 1402 X 1444 X 0921 X 1232 X 1225 X 1431 X 1513 X-9999 -9999 -9999 +USW00023188199302PGTM 1613 X 1342 X 1408 X 1408 X 1315 X 1346 X 2326 X 0013 X 1410 X 1342 X 1507 X 1503 X 1259 X 1507 X 1329 X 1313 X 1519 X 1725 X 1946 X 1017 X 1205 X 1402 X 1457 X 0918 X 1220 X 1424 X 1445 X 1528 X-9999 -9999 -9999 +USW00023188199302TSUN 634 X 534 X 338 X 577 X 229 X 593 X 0 X 278 X 228 X 492 X 599 X 610 X 200 X 411 X 212 X 29 X 598 X 0 X 53 X 293 X 448 X 490 X 404 X 435 X 323 X 132 X 456 X 629 X-9999 -9999 -9999 +USW00023188199302WDFG 315W X 315W X 315W X 180W X 270W X 315W X 180W X 180W X 270W X 270W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 225W X 180W X 225W X 270W X 315W X 225W X 315W X 270W X 225W X 225W X 315W X-9999 -9999 -9999 +USW00023188199302WDFM 315W X 315W X 315W X 225W X 270W X 315W X 180W X 180W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 180W X 135W X 225W X 225W X 225W X 315W X 315W X 225W X 315W X 270W X 225W X 225W X 315W X-9999 -9999 -9999 +USW00023188199302WSFG 72 X 67 X 62 X 57 X 57 X 93 X 170 X 190 X 108 X 98 X 67 X 77 X 57 X 72 X 93 X 67 X 72 X 206 X 159 X 113 X 87 X 82 X 77 X 129 X 98 X 98 X 72 X 87 X-9999 -9999 -9999 +USW00023188199302WSFM 72 X 63 X 40 X 36 X 45 X 80 X 125 X 152 X 63 X 72 X 58 X 54 X 40 X 40 X 58 X 31 X 49 X 179 X 112 X 85 X 54 X 72 X 58 X 98 X 40 X 54 X 45 X 54 X-9999 -9999 -9999 +USW00023188199302WT01-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199302WT08-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199302WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188199303TMAX 167 0 172 0 178 0 200 0 250 0 256 0 267 0 222 0 222 0 189 0 189 0 250 0 239 0 200 0 206 0 206 0 217 0 194 0 211 0 200 0 194 0 194 0 194 0 183 0 183 0 167 0 172 0 167 0 172 0 194 0 183 0 +USW00023188199303TMIN 100 0 89 0 122 0 94 0 106 0 117 0 122 0 128 0 106 0 94 0 128 0 122 0 117 0 139 0 150 0 139 0 150 0 144 0 117 0 161 0 150 0 144 0 156 0 156 0 128 0 117 0 128 0 100 0 94 0 111 0 111 0 +USW00023188199303PRCP 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 99 0 140 0 0T 0 69 0 0 0 0 0 0 0 +USW00023188199303SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199303SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199303ACMH 40 X 20 X 50 X 0 X 10 X 0 X 0 X 50 X 40 X 30 X 50 X 50 X 70 X 50 X 70 X 70 X 80 X 50 X 40 X 90 X 70 X 80 X 90 X 100 X 100 X 90 X 90 X 70 X 70 X 20 X 60 X +USW00023188199303ACSH 50 X 10 X 50 X 0 X 20 X 0 X 0 X 70 X 50 X 20 X 20 X 60 X 80 X 30 X 50 X 90 X 100 X 50 X 40 X 90 X 50 X 60 X 90 X 100 X 100 X 90 X 90 X 80 X 70 X 30 X 80 X +USW00023188199303AWND 34 X 32 X 32 X 32 X 30 X 26 X 28 X 28 X 33 X 36 X 35 X 29 X 28 X 35 X 36 X 36 X 39 X 34 X 30 X 30 X 32 X 30 X 36 X 39 X 61 X 57 X 49 X 44 X 36 X 32 X 33 X +USW00023188199303FMTM 1317 X 1517 X 1648 X 1537 X 1428 X 1606 X 1451 X 1235 X 1418 X 1239 X 1625 X 1431 X 1325 X 1257 X 1342 X 1443 X 1421 X 0800 X 1413 X 1349 X 1338 X 1540 X 2258 X 1155 X 2158 X 1608 X 1034 X 1410 X 1347 X 1623 X 1610 X +USW00023188199303PGTM 1332 X 1522 X 1307 X 1341 X 1408 X 1538 X 1533 X 1255 X 1418 X 1535 X 1628 X 1428 X 1328 X 1500 X 1338 X 1442 X 1436 X 1128 X 1445 X 1338 X 1332 X 1508 X 2114 X 1219 X 2243 X 1907 X 2345 X 0158 X 1357 X 1620 X 1610 X +USW00023188199303TSUN 488 X 683 X 462 X 695 X 697 X 699 X 701 X 533 X 588 X 562 X 630 X 518 X 494 X 592 X 471 X 630 X 555 X 528 X 689 X 304 X 364 X 400 X 307 X 97 X 63 X 261 X 223 X 278 X 580 X 741 X 564 X +USW00023188199303WDFG 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 315W X 225W X 315W X 225W X 225W X 225W X 225W X 315W X 270W X 225W X 225W X 315W X 315W X +USW00023188199303WDFM 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 225W X 225W X 180W X 315W X 315W X 315W X 225W X 315W X 315W X +USW00023188199303WSFG 87 X 77 X 77 X 82 X 72 X 72 X 72 X 72 X 77 X 77 X 82 X 82 X 72 X 77 X 82 X 72 X 82 X 77 X 67 X 82 X 82 X 72 X 72 X 72 X 149 X 134 X 82 X 129 X 72 X 77 X 77 X +USW00023188199303WSFM 49 X 63 X 49 X 67 X 63 X 67 X 63 X 49 X 67 X 63 X 76 X 76 X 49 X 45 X 54 X 58 X 63 X 45 X 45 X 54 X 54 X 49 X 58 X 45 X 85 X 112 X 67 X 107 X 49 X 67 X 67 X +USW00023188199303WT01-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0 +USW00023188199303WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199303WT08-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188199303WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188199303WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188199304TMAX 194 0 200 0 239 0 200 0 172 0 194 0 211 0 233 0 217 0 217 0 206 0 194 0 244 0 194 0 200 0 200 0 200 0 211 0 239 0 267 0 267 0 200 0 200 0 206 0 233 0 244 0 189 0 206 0 217 0 206 0-9999 +USW00023188199304TMIN 133 0 122 0 128 0 133 0 139 0 122 0 106 0 122 0 128 0 139 0 139 0 144 0 133 0 139 0 150 0 150 0 156 0 150 0 128 0 144 0 144 0 144 0 144 0 144 0 144 0 144 0 156 0 156 0 150 0 156 0-9999 +USW00023188199304PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199304SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199304SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199304ACMH 70 X 30 X 0 X 50 X 70 X 40 X 0 X 0 X 10 X 30 X 40 X 90 X 40 X 50 X 80 X 80 X 90 X 40 X 0 X 0 X 10 X 70 X 50 X 10 X 0 X 40 X 80 X 60 X 50 X 80 X-9999 +USW00023188199304ACSH 70 X 40 X 0 X 40 X 90 X 60 X 10 X 0 X 10 X 10 X 10 X 90 X 40 X 40 X 80 X 70 X 90 X 40 X 0 X 0 X 20 X 80 X 50 X 10 X 0 X 40 X 80 X 60 X 40 X 60 X-9999 +USW00023188199304AWND 38 X 31 X 29 X 28 X 44 X 35 X 33 X 30 X 32 X 36 X 34 X 41 X 35 X 42 X 38 X 33 X 36 X 37 X 35 X 28 X 34 X 36 X 44 X 38 X 33 X 35 X 53 X 38 X 32 X 36 X-9999 +USW00023188199304FMTM 1550 X 1516 X 1324 X 1459 X 1119 X 1524 X 1459 X 1425 X 1620 X 1240 X 1412 X 1727 X 1535 X 1030 X 1204 X 1319 X 1357 X 1434 X 1330 X 1239 X 1427 X 1125 X 2322 X 1532 X 1245 X 1416 X 1124 X 1856 X 1349 X 2157 X-9999 +USW00023188199304PGTM 1504 X 1217 X 1227 X 1457 X 1950 X 1252 X 1502 X 1228 X 1502 X 1252 X 1604 X 1358 X 1543 X 1039 X 1245 X 1411 X 1356 X 1342 X 1356 X 1430 X 1424 X 1217 X 1306 X 1533 X 1257 X 1438 X 1334 X 1435 X 1224 X 2217 X-9999 +USW00023188199304TSUN 629 X 754 X 756 X 686 X 559 X 426 X 763 X 765 X 723 X 746 X 720 X 719 X 743 X 742 X 743 X 455 X 185 X 580 X 783 X 789 X 790 X 686 X 550 X 744 X 797 X 799 X 447 X 647 X 507 X 575 X-9999 +USW00023188199304WDFG 315W X 315W X 225W X 315W X 270W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 225W X 270W X 225W X 315W X 270W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X 315W X 225W X 225W X 315W X 180W X-9999 +USW00023188199304WDFM 315W X 315W X 225W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 225W X 270W X 225W X 315W X 270W X 315W X 315W X 315W X 270W X 180W X 315W X 315W X 315W X 225W X 315W X 315W X 180W X-9999 +USW00023188199304WSFG 87 X 93 X 72 X 67 X 77 X 87 X 87 X 72 X 72 X 93 X 62 X 72 X 98 X 87 X 93 X 93 X 77 X 87 X 93 X 62 X 77 X 77 X 82 X 87 X 77 X 72 X 93 X 72 X 77 X 72 X-9999 +USW00023188199304WSFM 58 X 67 X 36 X 58 X 58 X 67 X 76 X 58 X 67 X 72 X 40 X 49 X 76 X 63 X 72 X 58 X 58 X 54 X 80 X 45 X 67 X 45 X 49 X 63 X 63 X 63 X 63 X 49 X 54 X 45 X-9999 +USW00023188199304WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 +USW00023188199304WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188199305TMAX 228 0 200 0 200 0 183 0 211 0 211 0 217 0 222 0 267 0 233 0 189 0 206 0 222 0 239 0 244 0 211 0 222 0 222 0 222 0 222 0 211 0 206 0 206 0 228 0 250 0 228 0 222 0 217 0 222 0 222 0 228 0 +USW00023188199305TMIN 156 0 161 0 161 0 144 0 122 0 161 0 144 0 161 0 156 0 156 0 167 0 156 0 139 0 150 0 167 0 167 0 172 0 156 0 150 0 172 0 161 0 167 0 172 0 167 0 156 0 172 0 156 0 167 0 144 0 156 0 172 0 +USW00023188199305PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00023188199305SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199305SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199305ACMH 60 X 80 X 90 X 80 X 10 X 80 X 50 X 20 X 10 X 40 X 100 X 50 X 10 X 40 X 90 X 90 X 60 X 20 X 30 X 90 X 50 X 80 X 100 X 60 X 40 X 30 X 40 X 50 X 10 X 40 X 60 X +USW00023188199305ACSH 30 X 60 X 90 X 90 X 10 X 80 X 50 X 20 X 0 X 20 X 100 X 50 X 20 X 30 X 90 X 90 X 50 X 20 X 20 X 90 X 50 X 70 X 100 X 60 X 30 X 20 X 40 X 30 X 10 X 30 X 50 X +USW00023188199305AWND 32 X 35 X 39 X 46 X 31 X 37 X 35 X 37 X 29 X 32 X 40 X 48 X 47 X 39 X 37 X 40 X 45 X 44 X 40 X 42 X 38 X 46 X 39 X 42 X 39 X 51 X 46 X 46 X 41 X 41 X 39 X +USW00023188199305FMTM 1612 X 2308 X 1343 X 1156 X 1453 X 1229 X 1626 X 1603 X 1403 X 1242 X 1832 X 1537 X 1616 X 1100 X 1304 X 1556 X 1543 X 1631 X 1454 X 1512 X 1410 X 1250 X 1457 X 1447 X 1615 X 1344 X 1528 X 1650 X 1504 X 1215 X 1441 X +USW00023188199305PGTM 1325 X 2020 X 1423 X 1220 X 1315 X 1116 X 1541 X 1030 X 1749 X 1024 X 1421 X 1447 X 1618 X 1232 X 1254 X 1514 X 1532 X 1711 X 1441 X 1229 X 1509 X 1503 X 1057 X 1347 X 1402 X 1350 X 1559 X 1408 X 1458 X 1556 X 1220 X +USW00023188199305TSUN 653 X 383 X 224 X 193 X 815 X 661 X 462 X 763 X 821 X 639 X 33 X 628 X 828 X 721 X 665 X 224 X 483 X 763 X 761 X 205 X 799 X 445 X 107 X 544 X 754 X 778 X 798 X 671 X 843 X 620 X 486 X +USW00023188199305WDFG 315W X 180W X 270W X 225W X 225W X 315W X 315W X 315W X 360W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188199305WDFM 270W X 225W X 270W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188199305WSFG 67 X 72 X 77 X 93 X 93 X 87 X 77 X 77 X 67 X 67 X 82 X 98 X 93 X 93 X 77 X 72 X 93 X 82 X 87 X 98 X 77 X 77 X 72 X 93 X 82 X 98 X 87 X 103 X 82 X 82 X 82 X +USW00023188199305WSFM 45 X 45 X 49 X 67 X 40 X 49 X 63 X 49 X 45 X 40 X 54 X 76 X 89 X 80 X 58 X 40 X 76 X 76 X 76 X 72 X 49 X 54 X 58 X 76 X 67 X 85 X 80 X 72 X 76 X 72 X 67 X +USW00023188199305WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199305WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199305WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199305WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188199306TMAX 239 0 222 0 217 0 206 0 200 0 200 0 211 0 222 0 256 0 272 0 222 0 222 0 217 0 239 0 250 0 222 0 228 0 239 0 256 0 244 0 233 0 239 0 250 0 228 0 239 0 256 0 239 0 244 0 244 0 228 0-9999 +USW00023188199306TMIN 167 0 167 0 172 0 172 0 139 0 133 0 144 0 150 0 161 0 172 0 178 0 178 0 178 0 172 0 178 0 183 0 183 0 172 0 194 0 189 0 183 0 183 0 178 0 183 0 178 0 189 0 194 0 183 0 167 0 178 0-9999 +USW00023188199306PRCP 0 0 0 0 0 0 0 0 97 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199306SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199306SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199306ACMH 20 X 60 X 60 X 100 X 90 X 50 X 30 X 10 X 0 X 40 X 70 X 40 X 70 X 60 X 40 X 90 X 50 X 60 X 80 X 40 X 50 X 30 X 20 X 40 X 60 X 60 X 80 X 50 X 40 X 40 X-9999 +USW00023188199306ACSH 20 X 50 X 40 X 90 X 100 X 70 X 30 X 10 X 0 X 20 X 60 X 30 X 70 X 50 X 30 X 80 X 30 X 50 X 70 X 20 X 30 X 10 X 20 X 50 X 50 X 40 X 60 X 40 X 30 X 20 X-9999 +USW00023188199306AWND 38 X 38 X 41 X 46 X 44 X 35 X 36 X 33 X 36 X 33 X 47 X 38 X 30 X 34 X 34 X 46 X 42 X 38 X 45 X 41 X 41 X 36 X 34 X 34 X 33 X 36 X 39 X 35 X 31 X 34 X-9999 +USW00023188199306FMTM 1549 X 1637 X 1240 X 1224 X 1218 X 1632 X 1413 X 1406 X 1312 X 1400 X 1322 X 1126 X 1300 X 1551 X 1310 X 1830 X 1205 X 1139 X 1148 X 1538 X 1226 X 0944 X 1209 X 1423 X 1244 X 1712 X 1602 X 1608 X 1225 X 1332 X-9999 +USW00023188199306PGTM 1533 X 1603 X 1343 X 1224 X 1242 X 1105 X 1406 X 1258 X 1312 X 1557 X 1706 X 1201 X 1220 X 1408 X 1400 X 1543 X 1147 X 1120 X 1130 X 1539 X 1254 X 0946 X 1159 X 1147 X 1411 X 1713 X 1413 X 1554 X 1340 X 1349 X-9999 +USW00023188199306TSUN 714 X 539 X 617 X 248 X 40 X 467 X 659 X 826 X 855 X 734 X 429 X 635 X 411 X 574 X 640 X 312 X 674 X 564 X 490 X 596 X 731 X 814 X 738 X 580 X 473 X 565 X 409 X 524 X 617 X 703 X-9999 +USW00023188199306WDFG 315W X 315W X 225W X 225W X 225W X 315W X 270W X 270W X 315W X 225W X 225W X 225W X 225W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X-9999 +USW00023188199306WDFM 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X-9999 +USW00023188199306WSFG 93 X 77 X 72 X 103 X 103 X 93 X 82 X 77 X 82 X 67 X 77 X 67 X 67 X 72 X 72 X 82 X 72 X 98 X 93 X 87 X 82 X 87 X 67 X 67 X 67 X 72 X 82 X 72 X 72 X 67 X-9999 +USW00023188199306WSFM 85 X 58 X 54 X 72 X 103 X 54 X 54 X 49 X 76 X 45 X 54 X 54 X 45 X 54 X 58 X 63 X 54 X 67 X 80 X 72 X 80 X 58 X 49 X 45 X 40 X 63 X 76 X 58 X 45 X 40 X-9999 +USW00023188199306WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00023188199306WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00023188199306WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199307TMAX 222 0 233 0 222 0 217 0 228 0 239 0 244 0 239 0 233 0 233 0 244 0 233 0 233 0 228 0 239 0 228 0 250 0 239 0 239 0 228 0 233 0 228 0 233 0 239 0 228 0 233 0 222 0 211 0 244 0 244 0 244 0 +USW00023188199307TMIN 172 0 183 0 189 0 183 0 189 0 178 0 194 0 194 0 189 0 183 0 189 0 183 0 183 0 183 0 183 0 189 0 183 0 189 0 183 0 183 0 189 0 183 0 183 0 194 0 200 0 194 0 183 0 178 0 189 0 189 0 189 0 +USW00023188199307PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 8 0 0T 0 0 0 0 0 +USW00023188199307SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199307SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199307ACMH 70 X 60 X 80 X 70 X 70 X 70 X 60 X 70 X 80 X 60 X 50 X 70 X 60 X 40 X 70 X 60 X 60 X 80 X 70 X 80 X 50 X 80 X 90 X 70 X 100 X 70 X 100 X 100 X 70 X 30 X 50 X +USW00023188199307ACSH 50 X 50 X 70 X 60 X 50 X 50 X 40 X 50 X 60 X 40 X 20 X 60 X 40 X 30 X 50 X 50 X 50 X 80 X 60 X 70 X 50 X 70 X 80 X 50 X 100 X 60 X 100 X 100 X 60 X 10 X 60 X +USW00023188199307AWND 38 X 34 X 39 X 40 X 36 X 39 X 42 X 38 X 38 X 34 X 33 X 34 X 33 X 36 X 36 X 37 X 34 X 36 X 39 X 35 X 35 X 36 X 40 X 42 X 34 X 39 X 38 X 41 X 44 X 37 X 37 X +USW00023188199307FMTM 1147 X 1327 X 1408 X 1028 X 1157 X 1435 X 1334 X 1409 X 1331 X 1057 X 1442 X 1326 X 1335 X 1155 X 1354 X 1323 X 1330 X 1437 X 1538 X 1548 X 1219 X 1356 X 2232 X 0104 X 1830 X 1039 X 1424 X 1544 X 1456 X 1242 X 1036 X +USW00023188199307PGTM 1203 X 1233 X 1351 X 1229 X 1251 X 1304 X 1303 X 1335 X 1223 X 1008 X 1357 X 1131 X 1314 X 1002 X 1428 X 1342 X 1328 X 1538 X 1543 X 1100 X 1356 X 1058 X 1734 X 0121 X 1339 X 1222 X 1636 X 1528 X 1615 X 1416 X 1238 X +USW00023188199307TSUN 562 X 530 X 463 X 487 X 614 X 560 X 547 X 575 X 545 X 621 X 693 X 513 X 580 X 617 X 481 X 558 X 580 X 558 X 602 X 614 X 633 X 565 X 237 X 443 X 0 X 448 X 0 X 0 X 466 X 777 X 658 X +USW00023188199307WDFG 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 270W X 225W X 225W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188199307WDFM 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 225W X 225W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188199307WSFG 72 X 67 X 67 X 77 X 72 X 77 X 87 X 77 X 72 X 72 X 72 X 72 X 72 X 77 X 72 X 72 X 72 X 72 X 77 X 67 X 67 X 67 X 67 X 77 X 57 X 72 X 62 X 72 X 82 X 77 X 67 X +USW00023188199307WSFM 49 X 40 X 40 X 49 X 49 X 76 X 76 X 54 X 49 X 54 X 40 X 45 X 49 X 49 X 45 X 45 X 49 X 63 X 67 X 36 X 40 X 40 X 54 X 63 X 31 X 63 X 54 X 58 X 76 X 72 X 45 X +USW00023188199307WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 +USW00023188199307WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188199307WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188199307WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188199308TMAX 256 0 239 0 256 0 256 0 250 0 233 0 222 0 228 0 261 0 233 0 244 0 239 0 233 0 228 0 233 0 233 0 239 0 233 0 228 0 233 0 233 0 233 0 239 0 239 0 250 0 261 0 250 0 239 0 228 0 239 0 228 0 +USW00023188199308TMIN 183 0 189 0 200 0 194 0 194 0 189 0 178 0 178 0 189 0 189 0 183 0 183 0 183 0 183 0 183 0 178 0 178 0 178 0 178 0 172 0 172 0 172 0 178 0 178 0 178 0 200 0 200 0 194 0 189 0 189 0 194 0 +USW00023188199308PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199308SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199308SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199308ACMH 50 X 80 X 70 X 70 X 50 X 80 X 90 X 90 X 70 X 60 X 70 X 50 X 50 X 90 X 60 X 40 X 70 X 80 X 60 X 40 X 40 X 30 X 40 X 40 X 10 X 0 X 20 X 40 X 50 X 90 X 80 X +USW00023188199308ACSH 20 X 80 X 60 X 70 X 30 X 70 X 90 X 80 X 70 X 50 X 80 X 30 X 40 X 80 X 40 X 30 X 50 X 60 X 40 X 20 X 20 X 10 X 30 X 40 X 20 X 0 X 30 X 10 X 40 X 70 X 70 X +USW00023188199308AWND 32 X 32 X 33 X 36 X 35 X 35 X 35 X 30 X 38 X 38 X 32 X 33 X 34 X 36 X 39 X 31 X 35 X 31 X 28 X 33 X 32 X 31 X 30 X 31 X 30 X 38 X 31 X 32 X 32 X 34 X 35 X +USW00023188199308FMTM 1115 X 2154 X 1500 X 1434 X 1553 X 1510 X 1301 X 1506 X 1630 X 1456 X 1819 X 1433 X 1157 X 1159 X 1430 X 1153 X 1148 X 1241 X 1401 X 1353 X 1408 X 1359 X 1330 X 1302 X 1503 X 1254 X 1221 X 1231 X 1320 X 1357 X 1522 X +USW00023188199308PGTM 1131 X 1555 X 1447 X 1052 X 1212 X 1432 X 1328 X 1507 X 1532 X 1306 X 1528 X 1355 X 1311 X 1251 X 1300 X 1514 X 1207 X 1028 X 1231 X 1615 X 1201 X 1425 X 1344 X 1300 X 1458 X 1320 X 1225 X 0951 X 1253 X 1234 X 1201 X +USW00023188199308TSUN 690 X 352 X 573 X 629 X 662 X 356 X 271 X 463 X 552 X 475 X 622 X 641 X 578 X 355 X 669 X 593 X 464 X 452 X 473 X 682 X 675 X 692 X 595 X 511 X 716 X 783 X 689 X 658 X 624 X 297 X 273 X +USW00023188199308WDFG 315W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 270W X 225W X 270W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X +USW00023188199308WDFM 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 270W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 315W X +USW00023188199308WSFG 67 X 57 X 72 X 82 X 72 X 67 X 77 X 62 X 82 X 72 X 62 X 67 X 67 X 77 X 87 X 67 X 82 X 77 X 72 X 67 X 67 X 62 X 67 X 67 X 62 X 82 X 67 X 67 X 67 X 82 X 72 X +USW00023188199308WSFM 54 X 49 X 58 X 67 X 54 X 40 X 45 X 45 X 76 X 63 X 58 X 54 X 40 X 54 X 67 X 49 X 63 X 49 X 40 X 49 X 49 X 49 X 45 X 49 X 45 X 76 X 45 X 36 X 36 X 54 X 45 X +USW00023188199308WT01 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199308WT08 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199308WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199308WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199309TMAX 244 0 244 0 250 0 250 0 233 0 233 0 272 0 250 0 239 0 239 0 239 0 194 0 217 0 233 0 211 0 222 0 217 0 217 0 228 0 200 0 228 0 222 0 222 0 222 0 228 0 261 0 306 0 289 0 261 0 272 0-9999 +USW00023188199309TMIN 194 0 194 0 194 0 200 0 189 0 183 0 183 0 172 0 178 0 172 0 178 0 172 0 172 0 183 0 172 0 172 0 172 0 156 0 161 0 178 0 183 0 178 0 167 0 150 0 156 0 139 0 139 0 156 0 161 0 183 0-9999 +USW00023188199309PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199309SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199309SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199309ACMH 60 X 50 X 40 X 50 X 60 X 30 X 20 X 10 X 60 X 50 X 70 X 100 X 80 X 80 X 100 X 80 X 70 X 20 X 40 X 100 X 70 X 60 X 40 X 50 X 40 X 10 X 10 X 0 X 0 X 0 X-9999 +USW00023188199309ACSH 50 X 30 X 20 X 20 X 30 X 20 X 10 X 0 X 20 X 20 X 40 X 100 X 60 X 60 X 100 X 90 X 60 X 10 X 40 X 100 X 50 X 40 X 20 X 30 X 30 X 0 X 0 X 0 X 10 X 0 X-9999 +USW00023188199309AWND 32 X 31 X 42 X 37 X 33 X 32 X 40 X 35 X 32 X 31 X 31 X 44 X 36 X 34 X 33 X 31 X 33 X 34 X 26 X 27 X 37 X 38 X 34 X 31 X 28 X 29 X 31 X 31 X 34 X 32 X-9999 +USW00023188199309FMTM 1032 X 1154 X 1434 X 1213 X 1302 X 1346 X 1328 X 1235 X 1558 X 1654 X 0916 X 1700 X 1413 X 1352 X 1454 X 1335 X 1613 X 1631 X 1439 X 1028 X 1606 X 1218 X 1714 X 1724 X 1403 X 1339 X 1337 X 1512 X 1308 X 1231 X-9999 +USW00023188199309PGTM 1314 X 1143 X 1227 X 1241 X 1308 X 1426 X 1233 X 1241 X 1617 X 1328 X 1606 X 1622 X 1406 X 1344 X 1358 X 1347 X 1548 X 1456 X 1137 X 1008 X 1414 X 1318 X 1252 X 1358 X 1207 X 1342 X 1226 X 1442 X 1304 X 1324 X-9999 +USW00023188199309TSUN 570 X 526 X 572 X 600 X 608 X 657 X 696 X 732 X 594 X 671 X 523 X 0 X 399 X 412 X 1 X 328 X 420 X 688 X 606 X 2 X 430 X 476 X 597 X 527 X 515 X 699 X 720 X 717 X 684 X 714 X-9999 +USW00023188199309WDFG 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 315W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199309WDFM 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 315W X 270W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199309WSFG 67 X 62 X 82 X 72 X 62 X 72 X 77 X 82 X 67 X 62 X 62 X 72 X 72 X 72 X 72 X 93 X 77 X 77 X 67 X 62 X 103 X 82 X 67 X 72 X 67 X 67 X 87 X 72 X 72 X 77 X-9999 +USW00023188199309WSFM 36 X 40 X 72 X 54 X 36 X 63 X 72 X 72 X 40 X 31 X 31 X 36 X 36 X 40 X 45 X 85 X 58 X 49 X 40 X 31 X 89 X 72 X 40 X 40 X 58 X 54 X 63 X 63 X 54 X 72 X-9999 +USW00023188199309WT01-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00023188199309WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 +USW00023188199309WT08-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 +USW00023188199309WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199309WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199310TMAX 261 0 261 0 228 0 222 0 222 0 217 0 217 0 206 0 222 0 222 0 250 0 239 0 217 0 222 0 228 0 211 0 206 0 206 0 228 0 261 0 289 0 283 0 239 0 233 0 217 0 211 0 294 0 256 0 222 0 239 0 211 0 +USW00023188199310TMIN 183 0 189 0 183 0 178 0 178 0 178 0 172 0 178 0 172 0 172 0 183 0 194 0 172 0 172 0 161 0 167 0 150 0 139 0 133 0 128 0 133 0 156 0 128 0 139 0 144 0 144 0 128 0 133 0 156 0 128 0 150 0 +USW00023188199310PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 3 0 18 0 0 0 0 0 0 0 0 0 36 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199310SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199310SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199310ACMH 10 X 60 X 90 X 80 X 80 X 60 X 70 X 80 X 50 X 80 X 90 X 60 X 90 X 70 X 80 X 90 X 50 X 30 X 0 X 0 X 70 X 60 X 10 X 70 X 30 X 40 X 10 X 40 X 10 X 30 X 90 X +USW00023188199310ACSH 0 X 30 X 70 X 50 X 70 X 50 X 60 X 80 X 50 X 60 X 90 X 40 X 100 X 70 X 80 X 90 X 60 X 20 X 0 X 0 X 90 X 60 X 10 X 60 X 20 X 30 X 20 X 70 X 0 X 10 X 90 X +USW00023188199310AWND 30 X 26 X 30 X 30 X 36 X 29 X 29 X 31 X 26 X 27 X 21 X 37 X 31 X 32 X 29 X 30 X 33 X 28 X 21 X 26 X 23 X 25 X 26 X 25 X 25 X 25 X 27 X 24 X 33 X 26 X 28 X +USW00023188199310FMTM 1155 X 1410 X 1254 X 1421 X 1457 X 1027 X 1205 X 1213 X 1342 X 1446 X 0833 X 1530 X 1628 X 1335 X 1332 X 1516 X 1045 X 1402 X 1456 X 1514 X 1533 X 1345 X 1236 X 1446 X 1120 X 1254 X 1116 X 1141 X 1231 X 1219 X 1654 X +USW00023188199310PGTM 1112 X 1412 X 1322 X 1442 X 1449 X 1226 X 1146 X 2138 X 1352 X 1502 X 0852 X 1457 X 1540 X 1354 X 1137 X 1609 X 0938 X 1259 X 1158 X 1505 X 1542 X 1218 X 1348 X 1232 X 1208 X 1227 X 0602 X 1220 X 0818 X 1222 X 1243 X +USW00023188199310TSUN 711 X 606 X 315 X 342 X 296 X 408 X 462 X 180 X 389 X 424 X 62 X 554 X 45 X 553 X 184 X 378 X 529 X 566 X 676 X 674 X 594 X 479 X 630 X 448 X 570 X 553 X 661 X 587 X 630 X 624 X 512 X +USW00023188199310WDFG 315W X 315W X 225W X 225W X 315W X 315W X 225W X 225W X 225W X 270W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 315W X 180W X 315W X 315W X +USW00023188199310WDFM 315W X 315W X 225W X 225W X 315W X 315W X 225W X 225W X 225W X 270W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X +USW00023188199310WSFG 62 X 62 X 72 X 77 X 82 X 67 X 67 X 51 X 67 X 62 X 57 X 82 X 67 X 72 X 72 X 72 X 82 X 82 X 72 X 77 X 67 X 57 X 62 X 72 X 62 X 82 X 93 X 72 X 67 X 77 X 72 X +USW00023188199310WSFM 45 X 54 X 31 X 36 X 67 X 40 X 45 X 36 X 45 X 36 X 49 X 72 X 58 X 49 X 49 X 63 X 54 X 67 X 58 X 67 X 54 X 45 X 49 X 45 X 40 X 49 X 67 X 54 X 31 X 63 X 49 X +USW00023188199310WT01 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188199310WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199310WT08-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 1 0 +USW00023188199310WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199310WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199311TMAX 211 0 272 0 289 0 261 0 211 0 206 0 206 0 211 0 217 0 206 0 189 0 178 0 183 0 167 0 206 0 211 0 206 0 194 0 244 0 244 0 217 0 222 0 194 0 178 0 211 0 228 0 267 0 217 0 211 0 183 0-9999 +USW00023188199311TMIN 150 0 117 0 122 0 122 0 122 0 122 0 133 0 144 0 128 0 156 0 150 0 117 0 106 0 100 0 83 0 94 0 94 0 100 0 94 0 94 0 94 0 139 0 128 0 106 0 83 0 83 0 83 0 122 0 100 0 122 0-9999 +USW00023188199311PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 36 0 20 0 0T 0 58 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 41 0 15 0 0 0 0 0 0 0 0 0 0 0 0T 0 25 0-9999 +USW00023188199311SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199311SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199311ACMH 30 X 0 X 0 X 10 X 20 X 40 X 30 X 30 X 10 X 90 X 80 X 70 X 40 X 50 X 0 X 50 X 50 X 20 X 30 X 50 X 80 X 90 X 60 X 20 X 40 X 70 X 90 X 70 X 40 X 50 X-9999 +USW00023188199311ACSH 10 X 0 X 0 X 0 X 10 X 10 X 10 X 10 X 10 X 90 X 70 X 60 X 30 X 70 X 0 X 60 X 60 X 20 X 50 X 80 X 100 X 100 X 60 X 10 X 40 X 80 X 100 X 50 X 30 X 50 X-9999 +USW00023188199311AWND 26 X 17 X 19 X 14 X 21 X 24 X 21 X 27 X 27 X 29 X 54 X 46 X 29 X 39 X 22 X 20 X 17 X 23 X 25 X 19 X 16 X 21 X 27 X 22 X 20 X 23 X 20 X 21 X 24 X 29 X-9999 +USW00023188199311FMTM 1328 X 1152 X 1308 X 1305 X 1520 X 1400 X 0927 X 1350 X 1243 X 1249 X 1154 X 1230 X 2250 X 0932 X 1506 X 1421 X 1538 X 1255 X 1308 X 1304 X 2239 X 1554 X 0214 X 1513 X 1212 X 1301 X 1232 X 1158 X 1419 X 0833 X-9999 +USW00023188199311PGTM 1243 X 1415 X 1553 X 1310 X 1538 X 1430 X 1416 X 1245 X 1203 X 2148 X 1026 X 0740 X 1418 X 0932 X 1407 X 1527 X 1539 X 1313 X 1412 X 1307 X 2122 X 1600 X 0212 X 1436 X 1334 X 1320 X 1609 X 1155 X 1334 X 1124 X-9999 +USW00023188199311TSUN 590 X 634 X 640 X 646 X 604 X 562 X 611 X 593 X 609 X 337 X 504 X 486 X 540 X 381 X 629 X 597 X 556 X 597 X 611 X 594 X 421 X 296 X 389 X 617 X 579 X 522 X 493 X 475 X 530 X 369 X-9999 +USW00023188199311WDFG 315W X 225W X 360W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 135W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X-9999 +USW00023188199311WDFM 315W X 225W X 315W X 225W X 225W X 315W X 90W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 90W X 315W X 315W X 315W X 315W X 315W X 45W X 225W X 315W X 315W X-9999 +USW00023188199311WSFG 67 X 62 X 82 X 62 X 62 X 62 X 67 X 72 X 72 X 72 X 123 X 123 X 67 X 108 X 62 X 67 X 51 X 77 X 57 X 57 X 77 X 62 X 72 X 72 X 51 X 57 X 62 X 62 X 67 X 77 X-9999 +USW00023188199311WSFM 45 X 54 X 54 X 63 X 40 X 54 X 45 X 58 X 63 X 63 X 103 X 72 X 49 X 94 X 40 X 54 X 40 X 72 X 49 X 45 X 45 X 63 X 67 X 58 X 45 X 40 X 27 X 72 X 54 X 76 X-9999 +USW00023188199311WT01-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188199311WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199311WT08 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199311WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199311WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188199312TMAX 228 0 239 0 250 0 239 0 183 0 178 0 178 0 172 0 178 0 183 0 172 0 167 0 194 0 167 0 156 0 161 0 167 0 167 0 172 0 200 0 183 0 194 0 233 0 194 0 222 0 172 0 200 0 200 0 222 0 211 0 211 0 +USW00023188199312TMIN 94 0 83 0 106 0 89 0 78 0 106 0 78 0 83 0 78 0 83 0 117 0 89 0 78 0 100 0 100 0 83 0 67 0 72 0 100 0 89 0 89 0 56 0 56 0 61 0 61 0 117 0 117 0 78 0 72 0 67 0 72 0 +USW00023188199312PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 107 0 5 0 0 0 64 0 0T 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199312SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199312SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199312ACMH 0 X 20 X 0 X 10 X 20 X 40 X 30 X 50 X 10 X 30 X 90 X 40 X 20 X 80 X 50 X 30 X 60 X 40 X 60 X 20 X 30 X 20 X 30 X 70 X 80 X 100 X 30 X 10 X 0 X 70 X 20 X +USW00023188199312ACSH 0 X 40 X 0 X 10 X 0 X 50 X 40 X 50 X 10 X 0 X 90 X 40 X 10 X 70 X 60 X 30 X 80 X 60 X 50 X 10 X 10 X 50 X 60 X 90 X 90 X 100 X 10 X 0 X 0 X 100 X 10 X +USW00023188199312AWND 22 X 24 X 18 X 21 X 23 X 29 X 23 X 23 X 26 X 22 X 35 X 33 X 16 X 36 X 53 X 26 X 18 X 16 X 26 X 24 X 22 X 25 X 40 X 21 X 24 X 23 X 23 X 26 X 17 X 20 X 19 X +USW00023188199312FMTM 1435 X 1726 X 1257 X 1314 X 2222 X 1446 X 1252 X 1343 X 1419 X 1540 X 1622 X 0017 X 1501 X 2134 X 0247 X 1552 X 1423 X 1156 X 0549 X 1451 X 1435 X 1502 X 1950 X 1335 X 1326 X 1331 X 1306 X 1332 X 1220 X 1729 X 1555 X +USW00023188199312PGTM 1423 X 0911 X 1406 X 1403 X 1442 X 1338 X 1316 X-9999 1514 X 1503 X 1550 X 0016 X 1308 X 2226 X 0720 X 1356 X 1618 X 1156 X 1225 X 1827 X 1436 X 1443 X 1948 X 1352 X 1600 X 1422 X 1347 X 1710 X 1525 X 1715 X 1557 X +USW00023188199312TSUN 600 X 460 X 608 X 606 X 606 X 468 X 581 X 520 X 585 X 575 X 191 X 540 X 597 X 316 X 345 X 545 X 393 X 471 X 372 X 547 X 552 X 592 X 599 X 558 X 561 X 341 X 589 X 600 X 601 X 530 X 601 X +USW00023188199312WDFG 315W X 90W X 315W X 315W X 270W X 270W X 315W X-9999 315W X 315W X 225W X 315W X 315W X 315W X 315W X 270W X 180W X 225W X 225W X 90W X 315W X 315W X 45W X 315W X 315W X 90W X 225W X 315W X 315W X 315W X 315W X +USW00023188199312WDFM 315W X 45W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 45W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 225W X 315W X 315W X 45W X 315W X +USW00023188199312WSFG 82 X 72 X 57 X 62 X 51 X 62 X 67 X-9999 82 X 72 X 139 X 93 X 67 X 123 X 113 X 62 X 51 X 57 X 62 X 62 X 82 X 62 X 175 X 67 X 67 X 62 X 72 X 72 X 51 X 72 X 57 X +USW00023188199312WSFM 76 X 58 X 40 X 36 X 22 X 36 X 58 X 63 X 76 X 58 X 94 X 76 X 45 X 76 X 76 X 36 X 27 X 27 X 49 X 45 X 63 X 45 X 112 X 49 X 40 X 27 X 31 X 63 X 40 X 49 X 40 X +USW00023188199312WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199312WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188199312WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199401TMAX 200 0 222 0 244 0 228 0 183 0 200 0 200 0 189 0 172 0 239 0 206 0 228 0 239 0 250 0 217 0 172 0 228 0 250 0 194 0 194 0 194 0 222 0 222 0 172 0 150 0 156 0 156 0 167 0 172 0 178 0 217 0 +USW00023188199401TMIN 67 0 72 0 83 0 89 0 117 0 100 0 56 0 67 0 72 0 67 0 61 0 67 0 83 0 111 0 106 0 100 0 78 0 89 0 78 0 78 0 83 0 111 0 117 0 111 0 100 0 111 0 89 0 67 0 67 0 61 0 78 0 +USW00023188199401PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 38 0 130 0 10 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188199401SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199401SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199401ACMH 60 X 70 X 0 X 60 X 90 X 0 X 30 X 60 X 30 X 0 X 0 X 30 X 80 X 100 X 70 X 30 X 0 X 30 X 50 X 30 X 80 X 70 X 50 X 50 X 60 X 60 X 50 X 0 X 0 X 10 X 70 X +USW00023188199401ACSH 70 X 80 X 0 X 70 X 80 X 0 X 60 X 90 X 40 X 10 X 0 X 60 X 100 X 100 X 30 X 10 X 0 X 10 X 40 X 0 X 90 X 60 X 50 X 40 X 60 X 70 X 70 X 0 X 0 X 20 X 70 X +USW00023188199401AWND 23 X 25 X 17 X 21 X 30 X 25 X 26 X 20 X 24 X 31 X 24 X 27 X 24 X 19 X 25 X 33 X 21 X 29 X 23 X 27 X 30 X 19 X 28 X 36 X 47 X 34 X 39 X 30 X 29 X 25 X 29 X +USW00023188199401FMTM 1513 X 1511 X 1421 X 1524 X 1328 X 1110 X 1435 X 1210 X 1423 X 1532 X 1514 X 1306 X 1543 X 1240 X 1237 X 1349 X 1502 X 1305 X 1435 X 1455 X 1402 X 1614 X 1452 X 2354 X 2354 X 1304 X 1436 X 2344 X 1541 X 1455 X 1350 X +USW00023188199401PGTM 1441 X 1742 X 1415 X 1524 X 1713 X 1248 X 1528 X 1213 X 1422 X 1622 X 1509 X 1211 X 1357 X 1515 X 1445 X 0838 X 1509 X 1401 X 1450 X 1500 X 1432 X 1543 X 1433 X 2352 X 1519 X 1241 X 1140 X 1602 X 1607 X 1512 X 1323 X +USW00023188199401TSUN 562 X 550 X 593 X 544 X 476 X 594 X 530 X 542 X 513 X 608 X 607 X 588 X 569 X 465 X 580 X 550 X 615 X 592 X 584 X 585 X 545 X 536 X 527 X 528 X 345 X 492 X 545 X 620 X 622 X 634 X 623 X +USW00023188199401WDFG 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 45W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X +USW00023188199401WDFM 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 45W X 45W X 315W X 225W X 315W X +USW00023188199401WSFG 67 X 57 X 62 X 62 X 57 X 57 X 82 X 57 X 67 X 93 X 77 X 67 X 57 X 67 X 51 X 57 X 67 X 77 X 62 X 82 X 72 X 67 X 77 X 129 X 98 X 77 X 93 X 77 X 82 X 62 X 72 X +USW00023188199401WSFM 49 X 45 X 45 X 54 X 31 X 40 X 67 X 45 X 58 X 76 X 72 X 40 X 40 X 27 X 27 X 58 X 45 X 58 X 36 X 63 X 54 X 31 X 63 X 80 X 80 X 58 X 72 X 36 X 72 X 49 X 36 X +USW00023188199401WT01 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199401WT02-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199401WT08 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199401WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188199402TMAX 200 0 194 0 172 0 167 0 172 0 183 0 161 0 156 0 172 0 167 0 167 0 222 0 194 0 194 0 206 0 194 0 161 0 150 0 144 0 156 0 156 0 172 0 206 0 189 0 178 0 178 0 178 0 189 0-9999 -9999 -9999 +USW00023188199402TMIN 61 0 72 0 106 0 117 0 117 0 89 0 117 0 111 0 83 0 83 0 111 0 56 0 67 0 61 0 72 0 89 0 117 0 100 0 89 0 89 0 83 0 94 0 83 0 78 0 94 0 139 0 133 0 111 0-9999 -9999 -9999 +USW00023188199402PRCP 0 0 0 0 94 0 81 0 3 0 0 0 114 0 97 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0T 0 173 0 25 0 25 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199402SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199402SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199402ACMH 90 X 60 X 100 X 80 X 70 X 70 X 100 X 80 X 0 X 60 X 50 X 0 X 60 X 20 X 20 X 100 X 80 X 70 X 40 X 90 X 40 X 40 X 50 X 10 X 40 X 90 X 70 X 20 X-9999 -9999 -9999 +USW00023188199402ACSH 100 X 80 X 100 X 80 X 70 X 80 X 100 X 90 X 0 X 90 X 60 X 10 X 90 X 20 X 40 X 100 X 100 X 70 X 40 X 90 X 40 X 50 X 70 X 0 X 10 X 80 X 50 X 0 X-9999 -9999 -9999 +USW00023188199402AWND 26 X 22 X 32 X 58 X 26 X 23 X 77 X 42 X 28 X 25 X 31 X 27 X 31 X 23 X 24 X 22 X 47 X 30 X 26 X 42 X 30 X 30 X 23 X 25 X 26 X 32 X 30 X 31 X-9999 -9999 -9999 +USW00023188199402FMTM 1350 X 1326 X 1931 X 1025 X 1714 X 2211 X 1438 X 1530 X 1556 X 1322 X 1452 X 1223 X 1526 X 1232 X 1304 X 1517 X 1130 X 1109 X 1155 X 1110 X 1545 X 1610 X 1541 X 1328 X 1437 X 1202 X 1243 X 1312 X-9999 -9999 -9999 +USW00023188199402PGTM 1319 X 1327 X 1721 X 1027 X 1434 X 2240 X 1437 X 1458 X 1618 X 1207 X 1428 X 1422 X 1537 X 1308 X 1308 X 1337 X 1027 X 1348 X 1214 X 1438 X 1558 X 1609 X 1633 X 1335 X 1214 X 1405 X 1556 X 1328 X-9999 -9999 -9999 +USW00023188199402TSUN 487 X 589 X 481 X 236 X 430 X 605 X 0 X 157 X 640 X 626 X 545 X 656 X 612 X 628 X 661 X 135 X 86 X 255 X 613 X 173 X 608 X 675 X 650 X 679 X 643 X 421 X 432 X 684 X-9999 -9999 -9999 +USW00023188199402WDFG 315W X 225W X 225W X 135W X 225W X 135W X 180W X 315W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X 135W X 135W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 270W X 270W X 315W X 315W X-9999 -9999 -9999 +USW00023188199402WDFM 315W X 225W X 90W X 180W X 315W X 90W X 180W X 315W X 315W X 225W X 315W X 45W X 315W X 315W X 315W X 315W X 180W X 270W X 315W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X-9999 -9999 -9999 +USW00023188199402WSFG 77 X 72 X 82 X 123 X 62 X 67 X 180 X 93 X 67 X 77 X 82 X 72 X 77 X 67 X 62 X 72 X 129 X 82 X 72 X 113 X 87 X 82 X 67 X 82 X 67 X 72 X 72 X 87 X-9999 -9999 -9999 +USW00023188199402WSFM 49 X 31 X 54 X 85 X 27 X 31 X 152 X 72 X 49 X 58 X 67 X 63 X 63 X 54 X 36 X 54 X 94 X 58 X 45 X 67 X 54 X 63 X 54 X 63 X 31 X 40 X 54 X 67 X-9999 -9999 -9999 +USW00023188199402WT01-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188199402WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199402WT16-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199403TMAX 239 0 256 0 183 0 167 0 156 0 156 0 156 0 172 0 178 0 172 0 172 0 200 0 306 0 272 0 228 0 206 0 233 0 228 0 194 0 183 0 183 0 161 0 161 0 172 0 156 0 172 0 194 0 200 0 189 0 189 0 183 0 +USW00023188199403TMIN 94 0 106 0 100 0 122 0 133 0 128 0 117 0 128 0 139 0 139 0 128 0 106 0 111 0 139 0 122 0 128 0 122 0 150 0 133 0 139 0 128 0 128 0 111 0 106 0 106 0 94 0 94 0 128 0 128 0 122 0 122 0 +USW00023188199403PRCP 0 0 0 0 0 0 0 0 0 0 165 0 140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 20 0 254 0 5 0 0 0 0 0 0 0 201 0 147 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199403SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199403SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199403ACMH 0 X 60 X 70 X 80 X 100 X 100 X 80 X 100 X 60 X 100 X 50 X 0 X 0 X 0 X 60 X 60 X 90 X 80 X 90 X 50 X 40 X 80 X 50 X 90 X 90 X 30 X 20 X 80 X 70 X 60 X 40 X +USW00023188199403ACSH 0 X 80 X 50 X 70 X 100 X 100 X 90 X 100 X 50 X 100 X 60 X 0 X 0 X 0 X 80 X 70 X 80 X 70 X 90 X 50 X 20 X 80 X 30 X 90 X 90 X 20 X 10 X 80 X 60 X 50 X 30 X +USW00023188199403AWND 24 X 26 X 31 X 29 X 30 X 40 X 37 X 31 X 39 X 38 X 39 X 30 X 37 X 36 X 25 X 30 X 31 X 30 X 50 X 37 X 31 X 46 X 42 X 62 X 37 X 31 X 31 X 39 X 34 X 32 X 27 X +USW00023188199403FMTM 1509 X 1244 X 1600 X-9999 2018 X 1100 X 1734 X 1247 X 1611 X 1113 X 1138 X 1407 X 1014 X 1454 X 1208 X 1602 X 1220 X 1348 X 1110 X 1642 X 1352 X 1203 X 1448 X 2059 X 1333 X 1233 X-9999 1235 X 1103 X 1350 X 1203 X +USW00023188199403PGTM 1703 X 1302 X 1354 X 1204 X 2057 X 1311 X 1514 X 1216 X 1411 X 1421 X 1309 X 1432 X 1217 X 1519 X 1021 X 1643 X 1125 X 2352 X 1123 X 1229 X 1403 X 1246 X 1434 X 1752 X 1329 X 1338 X 1442 X 1242 X 1057 X 1333 X 1210 X +USW00023188199403TSUN 689 X 682 X 679 X 670 X 325 X 263 X 196 X 348 X 477 X 37 X 325 X 711 X 712 X 714 X 697 X 616 X 572 X 412 X 252 X 484 X 654 X 164 X 668 X 136 X 257 X 658 X 685 X 427 X 643 X 521 X 572 X +USW00023188199403WDFG 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 315W X 315W X 270W X 315W X 45W X 315W X 225W X 315W X 270W X 135W X 180W X 225W X 315W X 315W X 225W X 180W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X +USW00023188199403WDFM 315W X 315W X 315W X-9999 225W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 45W X 315W X 180W X 315W X 270W X 225W X 180W X 315W X 315W X 315W X 225W X 180W X 270W X 315W X-9999 315W X 315W X 315W X 225W X +USW00023188199403WSFG 87 X 82 X 67 X 67 X 62 X 82 X 72 X 72 X 82 X 82 X 98 X 93 X 118 X 98 X 72 X 67 X 87 X 72 X 134 X 72 X 98 X 103 X 82 X 154 X 108 X 93 X 67 X 103 X 77 X 72 X 62 X +USW00023188199403WSFM 67 X 67 X 40 X-9999 36 X 63 X 54 X 36 X 72 X 72 X 67 X 76 X 94 X 76 X 18 X 54 X 72 X 54 X 89 X 49 X 58 X 76 X 54 X 94 X 76 X 49 X-9999 85 X 58 X 45 X 36 X +USW00023188199403WT01-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 +USW00023188199403WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199403WT08-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00023188199403WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199403WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199404TMAX 161 0 183 0 183 0 183 0 217 0 189 0 183 0 172 0 167 0 194 0 244 0 267 0 222 0 178 0 194 0 200 0 206 0 217 0 200 0 178 0 194 0 194 0 189 0 167 0 172 0 161 0 167 0 172 0 178 0 178 0-9999 +USW00023188199404TMIN 133 0 133 0 144 0 139 0 133 0 139 0 144 0 139 0 128 0 111 0 106 0 133 0 133 0 139 0 139 0 139 0 150 0 139 0 150 0 139 0 139 0 139 0 144 0 117 0 128 0 106 0 106 0 106 0 117 0 133 0-9999 +USW00023188199404PRCP 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 58 0 25 0 94 0 25 0 23 0 0 0 0 0-9999 +USW00023188199404SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199404SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199404ACMH 90 X 90 X 100 X 70 X 30 X 70 X 100 X 90 X 80 X 10 X 20 X 70 X 50 X 90 X 40 X 90 X 100 X 10 X 80 X 100 X 90 X 50 X 40 X 70 X 90 X 90 X 90 X 30 X 60 X 60 X-9999 +USW00023188199404ACSH 90 X 90 X 90 X 70 X 10 X 60 X 100 X 100 X 90 X 20 X 10 X 90 X 40 X 90 X 30 X 90 X 100 X 10 X 70 X 100 X 100 X 30 X 20 X 60 X 100 X 100 X 90 X 10 X 50 X 60 X-9999 +USW00023188199404AWND 27 X 30 X 35 X 30 X 28 X 30 X 36 X 42 X 44 X 37 X 32 X 28 X 30 X 34 X 32 X 42 X 40 X 28 X 31 X 33 X 30 X 31 X 41 X 67 X 52 X 42 X 45 X 39 X 33 X 31 X-9999 +USW00023188199404FMTM 1336 X 1232 X 1244 X 1414 X 1206 X 1338 X 1252 X 1406 X 1408 X 1551 X 1541 X 1323 X 1234 X 1129 X 1305 X 1112 X 0950 X 1136 X 1242 X 1319 X 1608 X 1256 X 1538 X 1516 X 1614 X 1024 X 2228 X 1718 X 1952 X 1210 X-9999 +USW00023188199404PGTM 1132 X 1251 X 1205 X 1415 X 1158 X 1207 X 1227 X 1255 X 1602 X 1326 X 1553 X 1628 X 1149 X 1103 X 1306 X 1116 X 1005 X 1130 X 1306 X 1102 X 1525 X 1415 X 1517 X 1343 X 1629 X 1027 X 1322 X 1246 X 1034 X 1221 X-9999 +USW00023188199404TSUN 125 X 181 X 439 X 275 X 759 X 525 X 197 X 68 X 173 X 675 X 771 X 710 X 710 X 266 X 582 X 465 X 80 X 784 X 425 X 40 X 106 X 580 X 729 X 598 X 147 X 212 X 312 X 776 X 530 X 424 X-9999 +USW00023188199404WDFG 225W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 225W X 270W X 270W X 225W X 315W X 315W X 315W X 270W X 225W X 315W X 225W X 315W X 225W X 315W X-9999 +USW00023188199404WDFM 225W X 225W X 315W X 315W X 270W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 360W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199404WSFG 77 X 72 X 87 X 72 X 93 X 72 X 77 X 87 X 98 X 82 X 82 X 72 X 72 X 77 X 82 X 103 X 129 X 62 X 77 X 62 X 77 X 72 X 98 X 139 X 103 X 103 X 93 X 93 X 93 X 77 X-9999 +USW00023188199404WSFM 31 X 49 X 58 X 49 X 54 X 40 X 40 X 49 X 76 X 63 X 67 X 54 X 45 X 40 X 40 X 80 X 89 X 31 X 40 X 36 X 67 X 45 X 67 X 89 X 67 X 89 X 72 X 67 X 45 X 67 X-9999 +USW00023188199404WT01 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199404WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199404WT08 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199404WT14-9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199404WT16-9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188199405TMAX 178 0 183 0 189 0 178 0 183 0 189 0 200 0 189 0 189 0 194 0 189 0 183 0 183 0 189 0 172 0 189 0 189 0 189 0 194 0 200 0 206 0 183 0 200 0 172 0 183 0 206 0 211 0 211 0 211 0 194 0 217 0 +USW00023188199405TMIN 122 0 133 0 139 0 133 0 144 0 133 0 144 0 139 0 144 0 150 0 156 0 139 0 139 0 156 0 156 0 144 0 133 0 128 0 128 0 117 0 133 0 144 0 144 0 150 0 156 0 161 0 156 0 150 0 144 0 144 0 161 0 +USW00023188199405PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 0T 0 0 0 0 0 0 0 8 0 3 0 0T 0 3 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 +USW00023188199405SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199405SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199405ACMH 60 X 50 X 60 X 100 X 100 X 50 X 30 X 70 X 60 X 100 X 100 X 100 X 100 X 100 X 100 X 80 X 60 X 60 X 40 X 0 X 40 X 60 X 100 X 100 X 100 X 100 X 90 X 70 X 100 X 90 X 30 X +USW00023188199405ACSH 70 X 30 X 50 X 90 X 100 X 30 X 20 X 80 X 60 X 90 X 100 X 100 X 90 X 100 X 100 X 70 X 60 X 60 X 40 X 0 X 30 X 60 X 100 X 100 X 100 X 100 X 100 X 60 X 100 X 100 X 20 X +USW00023188199405AWND 30 X 32 X 31 X 37 X 31 X 34 X 38 X 31 X 30 X 29 X 30 X 34 X 28 X 27 X 26 X 34 X 36 X 31 X 32 X 28 X 30 X 30 X 28 X 30 X 32 X 32 X 36 X 27 X 29 X 25 X 42 X +USW00023188199405FMTM 1358 X 1338 X 1155 X 1223 X 1511 X 1518 X 1505 X 1231 X 0940 X 1202 X 1158 X 2130 X 0030 X 1632 X 1556 X 1141 X 1749 X 1402 X 1219 X 1708 X 1154 X 1529 X 1229 X 0722 X 1050 X 1442 X 1138 X 1306 X 1242 X 1308 X 1533 X +USW00023188199405PGTM 1306 X 1401 X 1251 X 1403 X 1238 X 1527 X 1455 X 1217 X 1102 X 1203 X 1159 X 2136 X 1639 X 1655 X 1228 X 1816 X 1753 X 1532 X 1449 X 1552 X 1006 X 1555 X 1215 X 1954 X 1044 X 1446 X 1123 X 1507 X 1404 X 1220 X 1428 X +USW00023188199405TSUN 392 X 463 X 544 X 141 X 12 X 697 X 717 X 257 X 634 X 147 X 60 X 30 X 198 X 14 X 0 X 475 X 245 X 316 X 578 X 836 X 580 X 366 X 377 X 0 X 5 X 303 X 367 X 513 X 462 X 53 X 741 X +USW00023188199405WDFG 225W X 225W X 225W X 225W X 270W X 225W X 315W X 225W X 225W X 225W X 225W X 225W X 270W X 315W X 270W X 270W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 180W X 225W X 315W X 315W X 270W X 315W X 225W X 315W X +USW00023188199405WDFM 225W X 225W X 225W X 225W X 225W X 225W X 270W X 225W X 225W X 225W X 225W X 225W X 225W X 270W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X +USW00023188199405WSFG 72 X 82 X 67 X 67 X 67 X 72 X 93 X 82 X 77 X 77 X 62 X 67 X 62 X 62 X 62 X 72 X 82 X 82 X 87 X 77 X 77 X 67 X 77 X 62 X 67 X 72 X 108 X 67 X 77 X 67 X 108 X +USW00023188199405WSFM 40 X 40 X 45 X 45 X 36 X 49 X 72 X 49 X 58 X 45 X 45 X 54 X 45 X 31 X 36 X 49 X 54 X 45 X 63 X 67 X 49 X 45 X 54 X 45 X 54 X 58 X 63 X 40 X 54 X 45 X 76 X +USW00023188199405WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188199405WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188199405WT14-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188199405WT16-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188199406TMAX 244 0 244 0 222 0 228 0 211 0 217 0 217 0 206 0 222 0 200 0 189 0 217 0 211 0 206 0 211 0 222 0 233 0 239 0 239 0 228 0 239 0 250 0 289 0 278 0 267 0 300 0 239 0 239 0 233 0 233 0-9999 +USW00023188199406TMIN 150 0 161 0 150 0 161 0 161 0 161 0 161 0 167 0 167 0 167 0 161 0 167 0 167 0 161 0 167 0 167 0 156 0 150 0 161 0 172 0 172 0 172 0 183 0 178 0 183 0 194 0 189 0 183 0 189 0 189 0-9999 +USW00023188199406PRCP 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199406SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199406SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199406ACMH 0 X 60 X 80 X 70 X 60 X 60 X 40 X 70 X 60 X 100 X 100 X 80 X 100 X 100 X 90 X 30 X 20 X 10 X 30 X 30 X 30 X 10 X 30 X 20 X 10 X 40 X 40 X 50 X 80 X 80 X-9999 +USW00023188199406ACSH 0 X 60 X 70 X 70 X 40 X 50 X 20 X 60 X 40 X 100 X 100 X 70 X 100 X 90 X 90 X 30 X 30 X 10 X 20 X 20 X 30 X 0 X 20 X 10 X 20 X 50 X 30 X 50 X 80 X 80 X-9999 +USW00023188199406AWND 32 X 30 X 32 X 33 X 35 X 35 X 33 X 36 X 34 X 30 X 30 X 34 X 41 X 50 X 46 X 36 X 33 X 27 X 33 X 37 X 33 X 38 X 32 X 31 X 33 X 35 X 34 X 32 X 34 X 35 X-9999 +USW00023188199406FMTM 1412 X 1256 X 1455 X 1430 X 1658 X-9999 -9999 1131 X 1116 X 1039 X 1523 X 1446 X 1148 X 1208 X 0331 X 1137 X 1853 X 1435 X 1125 X 1230 X 1850 X 1431 X 1327 X 1240 X 1820 X 1217 X 1502 X 1226 X 1201 X 1201 X-9999 +USW00023188199406PGTM 1539 X 1316 X 1317 X 1544 X 1255 X 1112 X 1103 X 1139 X 1309 X 1619 X 1515 X 1329 X 1137 X 1207 X 1422 X 1153 X 1145 X 1439 X 1145 X 1102 X 1402 X 1424 X 1326 X 1140 X 1810 X 1558 X 1238 X 1655 X 1342 X 1304 X-9999 +USW00023188199406TSUN 849 X 741 X 584 X 625 X 573 X 718 X 717 X 487 X 665 X 47 X 0 X 406 X 231 X 131 X 210 X 736 X 676 X 820 X 767 X 780 X 657 X 824 X 760 X 824 X 704 X 725 X 756 X 554 X 357 X 274 X-9999 +USW00023188199406WDFG 315W X 225W X 225W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 180W X 225W X 225W X 225W X 225W X-9999 +USW00023188199406WDFM 315W X 225W X 225W X 225W X 315W X-9999 -9999 225W X 270W X 225W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X-9999 +USW00023188199406WSFG 72 X 72 X 62 X 67 X 67 X 82 X 67 X 72 X 72 X 67 X 57 X 77 X 72 X 93 X 77 X 77 X 72 X 67 X 72 X 82 X 72 X 87 X 57 X 62 X 77 X 72 X 72 X 67 X 72 X 77 X-9999 +USW00023188199406WSFM 58 X 45 X 40 X 40 X 49 X-9999 -9999 36 X 36 X 31 X 31 X 54 X 63 X 72 X 63 X 40 X 40 X 36 X 40 X 45 X 40 X 76 X 45 X 36 X 67 X 54 X 40 X 40 X 40 X 45 X-9999 +USW00023188199406WT01-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 +USW00023188199406WT08-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 +USW00023188199406WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199406WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199407TMAX 239 0 239 0 244 0 217 0 222 0 239 0 239 0 222 0 228 0 239 0 244 0 233 0 228 0 228 0 233 0 244 0 217 0 217 0 239 0 233 0 239 0 233 0 233 0 250 0 250 0 250 0 239 0 233 0 211 0 233 0 233 0 +USW00023188199407TMIN 194 0 194 0 189 0 178 0 172 0 183 0 183 0 189 0 183 0 183 0 189 0 172 0 172 0 178 0 178 0 172 0 189 0 189 0 183 0 183 0 189 0 183 0 183 0 183 0 183 0 178 0 178 0 178 0 178 0 183 0 189 0 +USW00023188199407PRCP 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199407SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199407SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199407ACMH 90 X 90 X 60 X 60 X 50 X 40 X 70 X 100 X 100 X 30 X 30 X 50 X 70 X 70 X 50 X 70 X 90 X 100 X 50 X 60 X 50 X 90 X 80 X 40 X 50 X 70 X 100 X 70 X 100 X 90 X 80 X +USW00023188199407ACSH 90 X 80 X 40 X 40 X 30 X 20 X 50 X 100 X 100 X 30 X 20 X 30 X 50 X 50 X 40 X 70 X 100 X 100 X 40 X 40 X 30 X 90 X 90 X 40 X 30 X 60 X 90 X 60 X 100 X 80 X 50 X +USW00023188199407AWND 30 X 32 X 38 X 37 X 34 X 40 X 42 X 34 X 33 X 37 X 38 X 33 X 38 X 37 X 36 X 34 X 35 X 40 X 47 X 37 X 37 X 39 X 39 X 39 X 31 X 31 X 34 X 32 X 35 X 36 X 38 X +USW00023188199407FMTM 1457 X 1632 X 1220 X 1046 X 1326 X 1315 X 1449 X 1058 X 1304 X 1725 X 1143 X 1408 X 1226 X 1156 X 1229 X 1118 X 1255 X 1556 X 1137 X 1429 X 1600 X 1537 X 1203 X 1317 X 1103 X 1459 X 1211 X 1118 X 1254 X 1516 X 1457 X +USW00023188199407PGTM 1356 X 1532 X 1151 X 1104 X 1343 X 1512 X 1042 X 1244 X 1315 X 1610 X 1203 X 1436 X 1316 X 1554 X 1343 X 1346 X 1345 X 1159 X 1124 X 1428 X 1415 X 1417 X 1213 X 1317 X 1557 X 1346 X 1210 X 1409 X 1339 X 1504 X 1444 X +USW00023188199407TSUN 274 X 188 X 544 X 635 X 674 X 720 X 596 X 3 X 142 X 670 X 736 X 690 X 577 X 565 X 560 X 523 X 86 X 66 X 542 X 630 X 714 X 361 X 291 X 708 X 680 X 668 X 334 X 658 X 58 X 267 X 448 X +USW00023188199407WDFG 225W X 270W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 45W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 315W X +USW00023188199407WDFM 225W X 315W X 315W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 225W X 315W X +USW00023188199407WSFG 72 X 67 X 77 X 72 X 72 X 98 X 98 X 72 X 67 X 77 X 87 X 72 X 67 X 67 X 72 X 72 X 72 X 72 X 98 X 93 X 72 X 82 X 87 X 87 X 62 X 67 X 77 X 72 X 62 X 67 X 82 X +USW00023188199407WSFM 36 X 45 X 54 X 40 X 45 X 72 X 58 X 54 X 45 X 54 X 58 X 40 X 45 X 40 X 49 X 45 X 40 X 45 X 67 X 45 X 40 X 49 X 67 X 67 X 40 X 36 X 49 X 45 X 40 X 31 X 54 X +USW00023188199407WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188199407WT03 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199407WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188199407WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199407WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199408TMAX 250 0 244 0 250 0 239 0 261 0 272 0 222 0 250 0 278 0 294 0 300 0 311 0 339 0 322 0 289 0 261 0 267 0 272 0 261 0 261 0 233 0 239 0 256 0 267 0 267 0 261 0 289 0 278 0 261 0 228 0 228 0 +USW00023188199408TMIN 183 0 183 0 178 0 178 0 178 0 183 0 183 0 189 0 200 0 217 0 222 0 222 0 233 0 228 0 222 0 211 0 217 0 217 0 206 0 194 0 189 0 189 0 194 0 206 0 194 0 211 0 206 0 206 0 200 0 189 0 189 0 +USW00023188199408PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199408SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199408SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199408ACMH 50 X 40 X 50 X 30 X 40 X 60 X 70 X 60 X 50 X 30 X 20 X 70 X 50 X 20 X 10 X 60 X 60 X 60 X 40 X 60 X 70 X 40 X 30 X 30 X 30 X 90 X 50 X 30 X 60 X 80 X 60 X +USW00023188199408ACSH 30 X 20 X 50 X 20 X 60 X 40 X 80 X 60 X 40 X 20 X 10 X 80 X 60 X 20 X 20 X 40 X 50 X 50 X 40 X 30 X 50 X 30 X 30 X 20 X 20 X 100 X 60 X 10 X 40 X 60 X 40 X +USW00023188199408AWND 40 X 37 X 34 X 36 X 35 X 35 X 34 X 34 X 34 X 37 X 37 X 30 X 35 X 37 X 36 X 39 X 34 X 33 X 39 X 33 X 38 X 37 X 37 X 41 X 32 X 30 X 31 X 34 X 31 X 35 X 33 X +USW00023188199408FMTM 1159 X 1512 X 1557 X 1640 X 1423 X 1019 X 1245 X 1226 X 1537 X 1229 X 1155 X 1317 X 1632 X 1156 X 1156 X 1119 X 1221 X 1130 X 1521 X 1437 X 1224 X 0608 X 1649 X 1522 X 1834 X 1714 X 1459 X 1334 X 1242 X 1422 X 1307 X +USW00023188199408PGTM 1337 X 1538 X 1604 X 1019 X 1447 X 1027 X 1258 X 1220 X 1448 X 1226 X 1331 X 1318 X 1533 X 1506 X 1213 X 1109 X 1114 X 1125 X 1531 X 1132 X 1459 X 1418 X 1621 X 1439 X 1622 X 1650 X 1519 X 1456 X 1212 X 1155 X 1424 X +USW00023188199408TSUN 572 X 630 X 646 X 694 X 722 X 631 X 461 X 594 X 699 X 762 X 810 X 446 X 774 X 777 X 799 X 697 X 576 X 627 X 539 X 636 X 516 X 596 X 631 X 669 X 705 X 88 X 591 X 732 X 556 X 394 X 521 X +USW00023188199408WDFG 315W X 315W X 315W X 225W X 360W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 225W X 225W X 225W X 225W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 225W X 225W X +USW00023188199408WDFM 315W X 315W X 315W X 315W X 225W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 225W X 225W X 225W X 225W X 225W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X +USW00023188199408WSFG 72 X 67 X 62 X 72 X 72 X 72 X 67 X 67 X 67 X 67 X 72 X 62 X 67 X 67 X 113 X 82 X 67 X 62 X 72 X 67 X 67 X 62 X 77 X 77 X 62 X 67 X 57 X 67 X 57 X 62 X 62 X +USW00023188199408WSFM 63 X 54 X 40 X 40 X 45 X 45 X 45 X 63 X 36 X 45 X 54 X 49 X 49 X 45 X 89 X 54 X 40 X 45 X 63 X 40 X 40 X 36 X 49 X 63 X 45 X 40 X 40 X 54 X 36 X 36 X 40 X +USW00023188199408WT01 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188199408WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199408WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199408WT08 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 +USW00023188199408WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199409TMAX 244 0 250 0 239 0 261 0 278 0 283 0 278 0 267 0 283 0 267 0 233 0 228 0 228 0 239 0 256 0 239 0 244 0 256 0 239 0 244 0 239 0 289 0 261 0 244 0 272 0 278 0 339 0 311 0 267 0 233 0-9999 +USW00023188199409TMIN 189 0 189 0 194 0 194 0 200 0 200 0 200 0 194 0 194 0 194 0 189 0 183 0 172 0 161 0 178 0 189 0 183 0 194 0 189 0 189 0 189 0 189 0 194 0 194 0 178 0 200 0 206 0 206 0 189 0 189 0-9999 +USW00023188199409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00023188199409SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199409SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199409ACMH 50 X 40 X 70 X 30 X 0 X 0 X 0 X 20 X 10 X 40 X 60 X 60 X 30 X 0 X 20 X 60 X 80 X 70 X 50 X 50 X 50 X 50 X 20 X 80 X 30 X 90 X 40 X 80 X 80 X 80 X-9999 +USW00023188199409ACSH 30 X 20 X 40 X 10 X 0 X 0 X 0 X 10 X 10 X 40 X 30 X 40 X 30 X 0 X 10 X 40 X 70 X 50 X 30 X 30 X 40 X 50 X 20 X 90 X 30 X 100 X 40 X 80 X 100 X 80 X-9999 +USW00023188199409AWND 33 X 35 X 31 X 29 X 35 X 37 X 37 X 35 X 34 X 31 X 32 X 38 X 32 X 34 X 28 X 28 X 30 X 31 X 31 X 31 X 30 X 36 X 32 X 35 X 31 X 27 X 42 X 34 X 29 X 31 X-9999 +USW00023188199409FMTM 1230 X 1451 X 1328 X 1243 X 1345 X 1422 X 1116 X 1245 X 1431 X 1316 X 1312 X 1225 X 1319 X 1101 X 1330 X 1306 X 1150 X 1317 X 1210 X 1551 X 1305 X 1310 X 1410 X 1345 X 1216 X 1536 X 1553 X 1229 X 1218 X 1404 X-9999 +USW00023188199409PGTM 1345 X 1448 X 1308 X 1317 X 1449 X 1336 X 1133 X 1326 X 1309 X 1219 X 1450 X 1207 X 1308 X 1236 X 1322 X 1250 X 1535 X 1313 X 1446 X 1351 X 1449 X 1308 X 1221 X 1545 X 1219 X 0808 X 0928 X 1330 X 1326 X 1030 X-9999 +USW00023188199409TSUN 548 X 737 X 606 X 716 X 763 X 761 X 760 X 710 X 755 X 686 X 628 X 626 X 697 X 746 X 717 X 571 X 635 X 598 X 580 X 604 X 596 X 651 X 659 X 585 X 680 X 0 X 626 X 625 X 111 X 581 X-9999 +USW00023188199409WDFG 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 225W X-9999 +USW00023188199409WDFM 225W X 315W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 315W X 225W X 225W X 225W X 315W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 45W X 315W X 315W X 315W X 225W X-9999 +USW00023188199409WSFG 62 X 77 X 57 X 51 X 72 X 77 X 72 X 72 X 72 X 62 X 51 X 62 X 62 X 67 X 51 X 51 X 51 X 62 X 72 X 67 X 67 X 108 X 87 X 82 X 93 X 67 X 93 X 72 X 154 X 72 X-9999 +USW00023188199409WSFM 40 X 54 X 36 X 36 X 58 X 54 X 58 X 58 X 49 X 40 X 40 X 49 X 36 X 54 X 45 X 31 X 36 X 40 X 40 X 40 X 40 X 76 X 67 X 58 X 67 X 40 X 72 X 63 X 67 X 31 X-9999 +USW00023188199409WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199409WT08-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199409WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199410TMAX 233 0 228 0 206 0 222 0 228 0 222 0 239 0 317 0 372 0 317 0 294 0 233 0 206 0 217 0 200 0 228 0 233 0 228 0 217 0 217 0 217 0 228 0 217 0 239 0 206 0 211 0 200 0 217 0 200 0 211 0 239 0 +USW00023188199410TMIN 183 0 178 0 183 0 189 0 167 0 144 0 139 0 150 0 167 0 183 0 172 0 167 0 172 0 156 0 150 0 144 0 139 0 122 0 122 0 133 0 133 0 133 0 139 0 156 0 156 0 156 0 144 0 156 0 150 0 144 0 117 0 +USW00023188199410PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199410SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199410SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199410ACMH 80 X 80 X 100 X 100 X 40 X 20 X 0 X 0 X 10 X 0 X 10 X 40 X 60 X 70 X 70 X 20 X 0 X 10 X 0 X 20 X 40 X 100 X 90 X 60 X 80 X 50 X 70 X 70 X 70 X 50 X 0 X +USW00023188199410ACSH 60 X 60 X 100 X 100 X 40 X 30 X 0 X 0 X 10 X 0 X 10 X 30 X 70 X 60 X 90 X 10 X 0 X 10 X 10 X 40 X 20 X 100 X 100 X 40 X 70 X 40 X 50 X 40 X 80 X 40 X 0 X +USW00023188199410AWND 31 X 33 X 29 X 51 X 41 X 31 X 26 X 24 X 32 X 19 X 27 X 32 X 42 X 45 X 41 X 33 X 26 X 28 X 28 X 25 X 25 X 22 X 21 X 30 X 27 X 28 X 25 X 25 X 25 X 29 X 24 X +USW00023188199410FMTM 1308 X 1450 X 1448 X 1020 X 1346 X 1447 X 1420 X 1528 X 1059 X 1129 X 1254 X 1438 X 0336 X 2343 X 0030 X 1303 X 1643 X 1329 X 1333 X 1403 X 1412 X 1353 X 1144 X 1422 X 1558 X 1440 X 1205 X 1324 X 1320 X 1524 X 1248 X +USW00023188199410PGTM 1157 X 1411 X 2218 X 1313 X 1145 X 1550 X 1418 X 1619 X 1104 X 1136 X 1544 X 1417 X 0854 X 2341 X 1255 X 1237 X 1317 X 1339 X 1244 X 1359 X 1454 X 1230 X 1523 X 1319 X 1418 X 1307 X 1209 X 2238 X 1328 X 1531 X 1144 X +USW00023188199410TSUN 530 X 457 X 3 X 63 X 552 X 598 X 700 X 698 X 696 X 694 X 692 X 600 X 302 X 409 X 141 X 565 X 680 X 677 X 675 X 673 X 626 X 588 X 518 X 628 X 588 X 581 X 574 X 543 X 264 X 535 X 628 X +USW00023188199410WDFG 270W X 315W X 180W X 225W X 225W X 315W X 315W X 315W X 135W X 225W X 315W X 270W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X +USW00023188199410WDFM 315W X 315W X 225W X 225W X 180W X 315W X 315W X 315W X 90W X 225W X 315W X 270W X 225W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 315W X +USW00023188199410WSFG 82 X 82 X 57 X 113 X 113 X 82 X 77 X 77 X 139 X 77 X 67 X 67 X 77 X 103 X 82 X 98 X 67 X 82 X 87 X 87 X 77 X 62 X 41 X 77 X 72 X 82 X 67 X 62 X 62 X 82 X 62 X +USW00023188199410WSFM 40 X 58 X 36 X 76 X 54 X 58 X 54 X 40 X 67 X 36 X 49 X 45 X 49 X 85 X 67 X 67 X 54 X 72 X 63 X 63 X 49 X 49 X 31 X 54 X 54 X 54 X 36 X 31 X 31 X 63 X 40 X +USW00023188199410WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 +USW00023188199410WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 +USW00023188199410WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199410WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199411TMAX 244 0 189 0 189 0 183 0 200 0 194 0 189 0 200 0 200 0 161 0 167 0 178 0 194 0 211 0 217 0 167 0 167 0 150 0 150 0 161 0 167 0 217 0 211 0 217 0 172 0 156 0 161 0 172 0 211 0 228 0-9999 +USW00023188199411TMIN 117 0 150 0 117 0 83 0 94 0 100 0 122 0 128 0 106 0 100 0 78 0 83 0 100 0 83 0 56 0 106 0 78 0 72 0 39 0 44 0 50 0 78 0 67 0 78 0 78 0 78 0 50 0 61 0 56 0 61 0-9999 +USW00023188199411PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 0 0 0 0 0 0 0 0 0 0 0 36 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0-9999 +USW00023188199411SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199411SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199411ACMH 20 X 80 X 40 X 50 X 40 X 10 X 70 X 80 X 60 X 70 X 50 X 40 X 0 X 10 X 30 X 50 X 40 X 40 X 0 X 0 X 40 X 60 X 60 X 80 X 80 X 60 X 0 X 0 X 0 X 0 X-9999 +USW00023188199411ACSH 0 X 100 X 50 X 60 X 30 X 10 X 90 X 70 X 40 X 100 X 70 X 40 X 0 X 10 X 10 X 70 X 40 X 40 X 0 X 0 X 40 X 90 X 60 X 80 X 70 X 60 X 0 X 0 X 0 X 0 X-9999 +USW00023188199411AWND 25 X 36 X 43 X 29 X 25 X 23 X 25 X 26 X 23 X 34 X 25 X 26 X 28 X 24 X 21 X 39 X 36 X 49 X 28 X 24 X 23 X 20 X 21 X 19 X 25 X 41 X 20 X 15 X 27 X 25 X-9999 +USW00023188199411FMTM 1111 X 1041 X 1433 X 1536 X 1149 X 1158 X 1510 X 1346 X 1248 X 0958 X 1644 X 1420 X 1427 X 1359 X 1404 X 1029 X 2320 X 1340 X 1401 X 1232 X 1337 X 1234 X 1210 X 1504 X 1249 X 1409 X 1413 X 1310 X 1448 X 1357 X-9999 +USW00023188199411PGTM 1313 X 1437 X 1358 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1344 X 0901 X 1318 X 0337 X 1342 X 1210 X 1335 X 1249 X 1215 X 1517 X 1308 X 0909 X 1416 X 1318 X 1459 X 1340 X-9999 +USW00023188199411TSUN 653 X 162 X 451 X 558 X 645 X 644 X 228 X 528 X 621 X 76 X 409 X 418 X 633 X 631 X 540 X 378 X 491 X 488 X 624 X 622 X 575 X 356 X 468 X 437 X 507 X 327 X 613 X 601 X 612 X 611 X-9999 +USW00023188199411WDFG 315W X 225W X 270W X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 315W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199411WDFM 315W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 225W X 315W X 270W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199411WSFG 67 X 82 X 113 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 77 X 123 X 103 X 139 X 77 X 62 X 72 X 46 X 51 X 51 X 62 X 134 X 72 X 62 X 93 X 72 X-9999 +USW00023188199411WSFM 40 X 63 X 72 X 54 X 67 X 40 X 40 X 36 X 58 X 89 X 49 X 45 X 67 X 58 X 54 X 94 X 89 X 80 X 54 X 58 X 54 X 31 X 45 X 36 X 45 X 85 X 58 X 54 X 58 X 63 X-9999 +USW00023188199411WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199411WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199411WT14-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199411WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199412TMAX 189 0 183 0 167 0 156 0 194 0 172 0 167 0 194 0 172 0 200 0 167 0 161 0 161 0 167 0 172 0 189 0 200 0 183 0 189 0 233 0 194 0 161 0 217 0 167 0 156 0 183 0 167 0 156 0 156 0 161 0 167 0 +USW00023188199412TMIN 72 0 61 0 89 0 83 0 133 0 128 0 106 0 72 0 44 0 56 0 72 0 111 0 106 0 89 0 72 0 61 0 56 0 61 0 72 0 61 0 61 0 122 0 117 0 122 0 111 0 100 0 94 0 128 0 89 0 78 0 83 0 +USW00023188199412PRCP 0 0 0 0 0 0 0T 0 5 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0T 0 84 0 81 0 0T 0 0 0 0T 0 0 0 0 0 0 0 +USW00023188199412SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199412SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199412ACMH 30 X 20 X 60 X 80 X 90 X 70 X 40 X 10 X 0 X 60 X 80 X 70 X 60 X 20 X 10 X 0 X 0 X 30 X 30 X 20 X 50 X 90 X 90 X 90 X 80 X 20 X 40 X 100 X 20 X 20 X 90 X +USW00023188199412ACSH 10 X 10 X 90 X 90 X 90 X 70 X 50 X 10 X 0 X 100 X 80 X 60 X 60 X 0 X 0 X 0 X 0 X 0 X 30 X 0 X 60 X 100 X 90 X 100 X 80 X 0 X 60 X 100 X 20 X 20 X 90 X +USW00023188199412AWND 21 X 21 X 21 X 22 X 30 X 31 X 31 X 27 X 25 X 22 X 20 X 31 X 34 X 26 X 26 X 25 X 20 X 23 X 29 X 25 X 20 X 24 X 30 X 36 X 38 X 30 X 37 X 36 X 36 X 32 X 30 X +USW00023188199412FMTM 1615 X 1334 X 1549 X 1823 X 1716 X 1513 X 1510 X 1451 X 1422 X 1725 X 1330 X 1444 X 1418 X 1347 X 1423 X 1406 X 1614 X 2121 X 1347 X 1611 X 1156 X 0922 X 1421 X 2153 X 1235 X 1342 X 1453 X 2311 X 1522 X 1454 X 1444 X +USW00023188199412PGTM 1608 X 1332 X 2126 X 1830 X 1741 X 1523 X 1522 X 1521 X 1444 X 1737 X 1424 X 1534 X 1417 X 1320 X 1536 X 1407 X 1430 X 1439 X 1528 X 1407 X 1405 X 1218 X 2310 X 2152 X 1235 X 1322 X 2134 X 2328 X 1352 X 1250 X 1439 X +USW00023188199412TSUN 582 X 548 X 56 X 97 X 120 X 390 X 418 X 577 X 580 X 32 X 354 X 382 X 391 X 574 X 542 X 549 X 581 X 520 X 345 X 545 X 293 X 0 X 204 X 51 X 295 X 600 X 442 X 0 X 536 X 565 X 522 X +USW00023188199412WDFG 225W X 315W X 90W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 225W X 225W X 315W X 180W X 180W X 135W X 180W X 225W X 315W X 315W X 180W X 315W X 315W X 225W X 315W X +USW00023188199412WDFM 225W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 90W X 315W X 225W X 225W X 180W X 315W X 225W X 315W X 315W X 225W X 315W X 315W X 315W X 315W X +USW00023188199412WSFG 57 X 57 X 72 X 62 X 72 X 72 X 87 X 62 X 77 X 62 X 72 X 77 X 93 X 82 X 87 X 93 X 51 X 67 X 72 X 62 X 51 X 82 X 67 X 87 X 108 X 82 X 62 X 77 X 87 X 77 X 67 X +USW00023188199412WSFM 27 X 31 X 36 X 31 X 49 X 40 X 54 X 36 X 54 X 36 X 40 X 36 X 58 X 54 X 54 X 67 X 40 X 27 X 45 X 18 X 22 X 40 X 40 X 45 X 72 X 54 X 31 X 49 X 45 X 40 X 45 X +USW00023188199412WT01 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188199412WT02 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199412WT08-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199412WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00023188199412WT16-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00023188199501TMAX 172 0 161 0 150 0 150 0 161 0 156 0 167 0 194 0 172 0 156 0 156 0 156 0 172 0 178 0 156 0 150 0 156 0 172 0 167 0 156 0 156 0 161 0 200 0 183 0 161 0 156 0 167 0 178 0 194 0 222 0 256 0 +USW00023188199501TMIN 89 0 72 0 117 0 111 0 117 0 100 0 106 0 133 0 122 0 122 0 139 0 139 0 133 0 128 0 117 0 100 0 83 0 61 0 72 0 78 0 106 0 89 0 128 0 117 0 122 0 111 0 106 0 89 0 94 0 89 0 100 0 +USW00023188199501PRCP 0 0 0 0 61 0 569 0 30 0 0 0 46 0 58 0 0 0 168 0 53 0 259 0 5 0 0T 0 48 0 28 0 30 0 0 0 0 0 13 0 89 0 0 0 43 0 30 0 505 0 10 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188199501SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199501SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199501ACMH 70 X 50 X 100 X 100 X 80 X 30 X 80 X 90 X 70 X 100 X 100 X 100 X 70 X 90 X 80 X 70 X 40 X 30 X 90 X 60 X 80 X 80 X 100 X 90 X 100 X 60 X 80 X 20 X 60 X 20 X 0 X +USW00023188199501ACSH 80 X 40 X 100 X 100 X 80 X 50 X 100 X 70 X 70 X 100 X 100 X 100 X 70 X 90 X 90 X 70 X 30 X 20 X 90 X 50 X 80 X 90 X 100 X 90 X 100 X 70 X 80 X 20 X 90 X 40 X 0 X +USW00023188199501AWND 34 X 31 X 45 X 76 X 73 X 33 X 55 X 35 X 29 X 75 X 51 X 48 X 26 X 22 X 55 X 54 X 31 X 23 X 22 X 34 X 34 X 19 X 32 X 38 X 47 X 28 X 28 X 30 X 26 X 25 X 20 X +USW00023188199501FMTM 1350 X 1350 X 1242 X 1850 X 0212 X 1350 X 1829 X 0816 X 1150 X 1637 X 2350 X 0951 X 1450 X 1252 X 2250 X 1352 X 1550 X 1550 X 1350 X 2358 X 0327 X 1450 X 1350 X 1550 X 1950 X 1050 X 1550 X 1450 X 1350 X 1750 X 1551 X +USW00023188199501PGTM 1334 X 1404 X 1242 X 1843 X 1252 X 1318 X 1713 X 0756 X 2020 X 2059 X 0114 X 0742 X 1624 X 1318 X 2222 X 0812 X 1554 X 1613 X 1327 X 2342 X 0041 X 1355 X 1345 X 1558 X 1810 X 1343 X 1345 X 1425 X 1338 X 1737 X 1515 X +USW00023188199501TSUN 528 X 513 X 49 X 0 X 342 X 576 X 418 X 438 X 524 X 233 X 182 X 17 X 381 X 229 X 296 X 309 X 559 X 600 X 502 X 479 X 456 X 403 X 190 X 214 X 161 X 334 X 440 X 630 X 567 X 633 X 636 X +USW00023188199501WDFG 315W X 225W X 180W X 180W X 270W X 225W X 180W X 135W X 180W X 225W X 225W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 135W X 135W X 225W X 135W X 135W X 45W X 315W X 315W X 315W X 270W X 45W X 315W X +USW00023188199501WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199501WSFG 103 X 72 X 144 X 231 X 139 X 72 X 113 X 82 X 57 X 159 X 113 X 129 X 67 X 67 X 129 X 123 X 72 X 77 X 67 X 87 X 98 X 57 X 93 X 129 X 139 X 82 X 82 X 82 X 82 X 82 X 87 X +USW00023188199501WT01 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00023188199501WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199501WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188199501WT14-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188199501WT16-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188199502TMAX 233 0 272 0 272 0 233 0 178 0 178 0 167 0 178 0 178 0 178 0 172 0 172 0 167 0 167 0 183 0 178 0 211 0 250 0 322 0 244 0 189 0 194 0 183 0 183 0 183 0 189 0 183 0 183 0-9999 -9999 -9999 +USW00023188199502TMIN 106 0 111 0 122 0 106 0 100 0 106 0 128 0 117 0 117 0 106 0 117 0 117 0 128 0 144 0 133 0 111 0 128 0 100 0 106 0 156 0 156 0 139 0 150 0 144 0 150 0 144 0 144 0 144 0-9999 -9999 -9999 +USW00023188199502PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 56 0 432 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0-9999 -9999 -9999 +USW00023188199502SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199502SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199502ACMH 0 X 0 X 0 X 40 X 50 X 60 X 80 X 50 X 50 X 60 X 60 X 90 X 100 X 100 X 40 X 60 X 70 X 10 X 0 X 40 X 80 X 60 X 80 X 90 X 90 X 100 X 100 X 80 X-9999 -9999 -9999 +USW00023188199502ACSH 0 X 0 X 0 X 40 X 10 X 40 X 70 X 40 X 40 X 50 X 50 X 90 X 100 X 100 X 40 X 70 X 80 X 10 X 0 X 30 X 80 X 50 X 80 X 90 X 80 X 100 X 100 X 90 X-9999 -9999 -9999 +USW00023188199502AWND 19 X 17 X 14 X 21 X 27 X 28 X 26 X 27 X 29 X 24 X 33 X 31 X 50 X 48 X 27 X 30 X 28 X 27 X 31 X 30 X 39 X 26 X 34 X 35 X 34 X 30 X 28 X 28 X-9999 -9999 -9999 +USW00023188199502FMTM 1452 X 1550 X 1451 X 1250 X 1550 X 1350 X 1323 X 1551 X 1350 X 1450 X 1550 X 1450 X 1308 X 0710 X 1551 X 1150 X 1250 X 1550 X 1350 X 1650 X 1454 X 1450 X 1450 X 1242 X 1550 X 1250 X 1750 X 1150 X-9999 -9999 -9999 +USW00023188199502PGTM 1621 X 1404 X 1449 X 1651 X 1639 X 1317 X 1218 X 1556 X 1429 X 1427 X 1545 X 1538 X 1353 X 0355 X 1623 X 1414 X 1557 X 1538 X 1411 X 1621 X 1434 X 1319 X 1430 X 1323 X 1709 X 1321 X 1151 X 1158 X-9999 -9999 -9999 +USW00023188199502TSUN 636 X 639 X 640 X 604 X 597 X 464 X 314 X 571 X 579 X 415 X 530 X 228 X 29 X 5 X 545 X 524 X 511 X 668 X 670 X 541 X 379 X 557 X 232 X 379 X 224 X 141 X 251 X 300 X-9999 -9999 -9999 +USW00023188199502WDFG 180W X 225W X 315W X 315W X 315W X 315W X 225W X 315W X 270W X 270W X 225W X 225W X 180W X 180W X 315W X 225W X 180W X 315W X 45W X 225W X 225W X 225W X 315W X 315W X 315W X 315W X 270W X 270W X-9999 -9999 -9999 +USW00023188199502WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199502WSFG 57 X 72 X 57 X 67 X 51 X 82 X 72 X 82 X 72 X 77 X 72 X 72 X 123 X 144 X 72 X 62 X 87 X 93 X 118 X 82 X 87 X 67 X 77 X 72 X 67 X 77 X 57 X 77 X-9999 -9999 -9999 +USW00023188199502WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199502WT02-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199502WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199502WT08-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199502WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188199502WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188199503TMAX 178 0 183 0 183 0 183 0 167 0 183 0 183 0 217 0 222 0 211 0 183 0 183 0 200 0 228 0 222 0 189 0 200 0 200 0 189 0 189 0 161 0 167 0 156 0 156 0 172 0 200 0 200 0 200 0 211 0 244 0 228 0 +USW00023188199503TMIN 128 0 128 0 150 0 150 0 156 0 133 0 111 0 122 0 117 0 161 0 122 0 111 0 117 0 128 0 128 0 150 0 144 0 156 0 156 0 156 0 117 0 100 0 111 0 83 0 83 0 78 0 83 0 94 0 94 0 122 0 100 0 +USW00023188199503PRCP 3 0 3 0 15 0 18 0 262 0 18 0 0 0 0 0 0 0 0T 0 450 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0 0 0 74 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199503SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199503SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199503ACMH 70 X 100 X 100 X 100 X 100 X 70 X 50 X 30 X 50 X 100 X 90 X 40 X 30 X 20 X 40 X 80 X 80 X 90 X 100 X 90 X 80 X 30 X 80 X 40 X 0 X 0 X 0 X 0 X 50 X 40 X 10 X +USW00023188199503ACSH 90 X 100 X 100 X 100 X 100 X 80 X 90 X 40 X 70 X 100 X 90 X 30 X 30 X 10 X 40 X 70 X 50 X 90 X 90 X 90 X 100 X 20 X 90 X 50 X 0 X 0 X 0 X 0 X 60 X 50 X 10 X +USW00023188199503AWND 25 X 38 X 36 X 32 X 61 X 38 X 26 X 25 X 20 X 58 X 59 X 31 X 25 X 30 X 29 X 30 X 29 X 29 X 25 X 35 X 38 X 25 X 53 X 36 X 28 X 24 X 22 X 21 X 25 X 25 X 24 X +USW00023188199503FMTM 1554 X 1551 X 1254 X 1950 X 2150 X 0423 X 1250 X 1550 X 1450 X 2252 X 0050 X 1251 X 1450 X 1252 X 1450 X 1250 X 1550 X 1751 X 1450 X 1050 X 1009 X 1351 X 1109 X 1350 X 1750 X 1450 X 1350 X 1350 X 1450 X 1650 X 1350 X +USW00023188199503PGTM 1331 X 1051 X 1239 X 1001 X 1405 X 0415 X 1307 X 1601 X 1453 X 2304 X 0113 X 1313 X 1427 X 1322 X 1401 X 1251 X 1401 X 1740 X 2355 X 1048 X 1009 X 1406 X 1106 X 1136 X 1547 X 1417 X 1530 X 1320 X 1508 X 1303 X 1224 X +USW00023188199503TSUN 568 X 465 X 414 X 567 X 0 X 506 X 645 X 617 X 627 X 124 X 270 X 700 X 704 X 714 X 716 X 652 X 295 X 291 X 117 X 485 X 150 X 664 X 124 X 565 X 737 X 739 X 741 X 744 X 689 X 673 X 750 X +USW00023188199503WDFG 270W X 180W X 225W X 225W X 225W X 315W X 315W X 315W X 225W X 180W X 180W X 225W X 315W X 315W X 315W X 225W X 315W X 315W X 135W X 225W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 315W X 270W X 315W X +USW00023188199503WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199503WSFG 77 X 82 X 72 X 67 X 113 X 103 X 72 X 67 X 51 X 195 X 154 X 67 X 72 X 87 X 82 X 62 X 72 X 77 X 51 X 62 X 123 X 82 X 164 X 98 X 82 X 82 X 72 X 72 X 93 X 82 X 67 X +USW00023188199503WT01-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199503WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199503WT14 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199503WT16 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199504TMAX 206 0 194 0 233 0 222 0 183 0 194 0 194 0 194 0 189 0 233 0 256 0 228 0 200 0 178 0 183 0 150 0 172 0 144 0 161 0 167 0 178 0 244 0 278 0 283 0 183 0 183 0 206 0 211 0 217 0 217 0-9999 +USW00023188199504TMIN 111 0 144 0 122 0 128 0 133 0 139 0 139 0 144 0 128 0 106 0 111 0 122 0 139 0 122 0 117 0 100 0 106 0 94 0 106 0 100 0 117 0 94 0 122 0 139 0 133 0 133 0 144 0 150 0 144 0 150 0-9999 +USW00023188199504PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 130 0 0 0 94 0 20 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199504SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199504SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199504ACMH 30 X 30 X 0 X 30 X 90 X 80 X 70 X 50 X 50 X 20 X-9999 60 X 70 X 90 X 60 X 80 X 80 X 90 X 70 X 80 X 30 X 0 X 0 X 0 X 40 X 80 X 70 X 80 X 70 X 60 X-9999 +USW00023188199504ACSH 10 X 30 X 0 X 20 X 80 X 70 X 60 X 70 X 80 X 30 X 40 X 70 X 60 X 100 X 50 X 80 X 60 X 90 X 70 X 80 X 20 X 0 X 0 X 0 X 20 X 70 X 70 X 80 X 70 X 50 X-9999 +USW00023188199504AWND 26 X 30 X 23 X 24 X 28 X 30 X 31 X 33 X 34 X 33 X 28 X 22 X 38 X 32 X 38 X 52 X 42 X 43 X 37 X 42 X 34 X 26 X 26 X 29 X 31 X 31 X 29 X 35 X 29 X 30 X-9999 +USW00023188199504FMTM 1150 X 1450 X 1350 X 1250 X 1250 X 1250 X 1250 X 1650 X 1150 X 1650 X 1550 X 1150 X 1350 X 1153 X 1455 X 1609 X 1350 X 1551 X 1551 X 2015 X 1450 X 1350 X 1350 X 1450 X 1550 X 1550 X 1550 X 1550 X 1650 X 1450 X-9999 +USW00023188199504PGTM 1447 X 1511 X 1337 X 1248 X 1051 X 1255 X 1215 X 1636 X 1459 X 1652 X 1627 X 1158 X 1359 X 1343 X 1244 X 1606 X 1648 X 1520 X 1602 X 1604 X 1619 X 1617 X 1518 X 1443 X 1853 X 0846 X 1704 X 1524 X 1518 X 1307 X-9999 +USW00023188199504TSUN 734 X 725 X 756 X 712 X 670 X 494 X 578 X 604 X 767 X 769 X 750 X 698 X 646 X 553 X 569 X 385 X 475 X 138 X 490 X 711 X 772 X 793 X 794 X 796 X 742 X 593 X 650 X 633 X 688 X 655 X-9999 +USW00023188199504WDFG 225W X 315W X 315W X 270W X 225W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 270W X 315W X 315W X 270W X 315W X 315W X 270W X 270W X 225W X 180W X 315W X 315W X 315W X 315W X-9999 +USW00023188199504WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199504WSFG 62 X 72 X 77 X 72 X 72 X 82 X 82 X 77 X 98 X 87 X 82 X 67 X 98 X 82 X 98 X 154 X 87 X 129 X 108 X 82 X 82 X 77 X 82 X 82 X 57 X 57 X 77 X 87 X 72 X 82 X-9999 +USW00023188199504WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00023188199504WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199504WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199504WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199504WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199505TMAX 211 0 206 0 206 0 183 0 167 0 167 0 172 0 183 0 200 0 200 0 200 0 194 0 183 0 194 0 206 0 194 0 194 0 211 0 206 0 189 0 194 0 189 0 183 0 178 0 189 0 200 0 183 0 200 0 211 0 217 0 189 0 +USW00023188199505TMIN 150 0 150 0 150 0 144 0 111 0 117 0 133 0 128 0 122 0 133 0 144 0 150 0 128 0 122 0 128 0 128 0 139 0 150 0 150 0 139 0 144 0 144 0 144 0 144 0 144 0 144 0 150 0 150 0 156 0 156 0 150 0 +USW00023188199505PRCP 0T 0 0 0 0 0 0T 0 38 0 38 0 0 0 0 0 0 0 0 0 0 0 0T 0 71 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188199505SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199505SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199505ACMH 90 X 70 X 70 X 90 X 90 X 90 X 90 X 70 X 40 X 90 X 90 X 90 X 90 X 80 X 20 X 60 X 70 X 60 X 90 X 100 X 100 X 90 X 90 X 100 X 80 X 60 X 100 X 60 X 80 X 90 X 100 X +USW00023188199505ACSH 90 X 70 X 40 X 90 X 100 X 80 X 90 X 70 X 40 X 90 X 90 X 80 X 90 X 80 X 10 X 70 X 50 X 50 X 90 X 100 X 100 X 80 X 90 X 100 X 100 X 50 X 100 X 30 X 60 X 90 X 100 X +USW00023188199505AWND 33 X 28 X 29 X 38 X 46 X 44 X 31 X 29 X 31 X 26 X 30 X 30 X 32 X 34 X 37 X 38 X 34 X 38 X 33 X 32 X 33 X 36 X 32 X 31 X 38 X 34 X 32 X 32 X 31 X 34 X 34 X +USW00023188199505FMTM 1450 X 1220 X 1650 X 2250 X 0450 X 1450 X 1551 X 1350 X 1450 X 1250 X 1650 X 1421 X 1050 X 1450 X 1350 X 1739 X 1550 X 1550 X 1250 X 1650 X 1350 X 0950 X 1551 X 2050 X 1450 X 1150 X 1244 X 1250 X 1436 X 1250 X 2350 X +USW00023188199505PGTM 1457 X 1515 X 1356 X 2335 X 0150 X 1059 X 1543 X 1354 X 1444 X 1353 X 1409 X 1433 X 1208 X 1445 X 1554 X 1233 X 1534 X 1219 X 1334 X 1546 X 1408 X 1122 X 1438 X 2141 X 1452 X 1138 X 1242 X 1333 X 1212 X 1107 X 2121 X +USW00023188199505TSUN 658 X 473 X 641 X 271 X 203 X 337 X 207 X 230 X 618 X 451 X 453 X 520 X 332 X 358 X 820 X 635 X 498 X 633 X 302 X 226 X 186 X 417 X 513 X 64 X 339 X 566 X 314 X 717 X 474 X 600 X 148 X +USW00023188199505WDFG 315W X 270W X 225W X 225W X 270W X 315W X 225W X 315W X 315W X 225W X 315W X 270W X 225W X 225W X 270W X 225W X 225W X 315W X 315W X 315W X 225W X 225W X 225W X 270W X 315W X 270W X 225W X 225W X 270W X 225W X 225W X +USW00023188199505WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199505WSFG 77 X 77 X 72 X 98 X 77 X 118 X 72 X 72 X 82 X 62 X 62 X 67 X 87 X 72 X 82 X 82 X 67 X 93 X 82 X 67 X 72 X 72 X 62 X 67 X 72 X 77 X 67 X 72 X 72 X 67 X 57 X +USW00023188199505WT01 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00023188199505WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188199505WT14 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188199505WT16 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188199506TMAX 200 0 194 0 189 0 206 0 194 0 211 0 189 0 200 0 211 0 239 0 267 0 211 0 194 0 200 0 200 0 189 0 211 0 222 0 222 0 194 0 206 0 222 0 222 0 200 0 189 0 211 0 222 0 228 0 233 0 233 0-9999 +USW00023188199506TMIN 150 0 156 0 156 0 156 0 156 0 144 0 139 0 128 0 139 0 144 0 156 0 167 0 156 0 156 0 150 0 139 0 139 0 144 0 156 0 156 0 150 0 161 0 156 0 156 0 161 0 161 0 172 0 172 0 172 0 172 0-9999 +USW00023188199506PRCP 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 33 0 43 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00023188199506SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199506SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199506ACMH 90 X 100 X 80 X 90 X 100 X 50 X 80 X 50 X 10 X 20 X 0 X 60 X 90 X 90 X 90 X 80 X 40 X 0 X 30 X 70 X 60 X 50 X 80 X 100 X 100 X 100 X 70 X 80 X 40 X 30 X-9999 +USW00023188199506ACSH 80 X 100 X 80 X 90 X 90 X 40 X 70 X 40 X 20 X 20 X 0 X 60 X 90 X 90 X 90 X 80 X 20 X 0 X 20 X 60 X 50 X 50 X 80 X 100 X 100 X 100 X 60 X 70 X 40 X 20 X-9999 +USW00023188199506AWND 40 X 34 X 31 X 35 X 37 X 42 X 55 X 39 X 37 X 31 X 28 X 32 X 28 X 30 X 39 X 44 X 47 X 40 X 35 X 41 X 39 X 36 X 32 X 32 X 37 X 37 X 36 X 38 X 43 X 46 X-9999 +USW00023188199506FMTM 1450 X 1450 X 1150 X 1350 X 1350 X 2252 X 0950 X 1650 X 1150 X 1551 X 1450 X 1350 X 1721 X 1350 X 2050 X 1250 X 1650 X 1350 X 1250 X 1350 X 1350 X 1550 X 1450 X 1315 X 1550 X 1350 X 1450 X 1650 X 1450 X 1350 X-9999 +USW00023188199506PGTM 1405 X 1536 X 1226 X 1414 X 1348 X 2255 X 1020 X 1228 X 1213 X 1547 X 1405 X 1441 X 1039 X 0807 X 2038 X 1141 X 1708 X 1307 X 1413 X 1313 X 1214 X 1042 X 1435 X 1201 X 2251 X 1258 X 1110 X 1614 X 1609 X 1247 X-9999 +USW00023188199506TSUN 352 X 125 X 283 X 215 X 156 X 582 X 667 X 687 X 821 X 691 X 853 X 557 X 175 X 140 X 506 X 386 X 794 X 859 X 686 X 577 X 691 X 621 X 388 X 170 X 0 X 194 X 609 X 461 X 733 X 780 X-9999 +USW00023188199506WDFG 225W X 270W X 270W X 315W X 270W X 180W X 225W X 225W X 315W X 315W X 315W X 315W X 225W X 180W X 225W X 225W X 315W X 315W X 225W X 225W X 225W X 270W X 315W X 225W X 180W X 225W X 270W X 315W X 315W X 315W X-9999 +USW00023188199506WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199506WSFG 77 X 67 X 57 X 77 X 67 X 87 X 98 X 77 X 82 X 67 X 51 X 57 X 57 X 62 X 98 X 87 X 93 X 82 X 72 X 72 X 67 X 82 X 72 X 72 X 72 X 82 X 82 X 82 X 82 X 93 X-9999 +USW00023188199506WT01 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188199506WT08-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00023188199506WT14 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188199506WT16 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199507TMAX 228 0 233 0 217 0 206 0 217 0 228 0 233 0 233 0 233 0 289 0 250 0 233 0 222 0 222 0 233 0 294 0 244 0 244 0 239 0 239 0 228 0 233 0 233 0 222 0 233 0 239 0 256 0 256 0 272 0 233 0 244 0 +USW00023188199507TMIN 167 0 150 0 167 0 161 0 172 0 178 0 172 0 172 0 167 0 183 0 172 0 167 0 161 0 161 0 167 0 189 0 183 0 183 0 172 0 167 0 167 0 172 0 178 0 167 0 167 0 178 0 183 0 183 0 178 0 178 0 183 0 +USW00023188199507PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199507SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199507SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199507ACMH 30 X 30 X 70 X 80 X 90 X 70 X 70 X 60 X 40 X 40 X 0 X 10 X 40 X 40 X 40 X 60 X 50 X 20 X 30 X 30 X 30 X 30 X 50 X 70 X 70 X 50 X 30 X 30 X 90 X 80 X 50 X +USW00023188199507ACSH 20 X 30 X 50 X 60 X 90 X 60 X 50 X 40 X 40 X 50 X 0 X 10 X 30 X 40 X 30 X 40 X 50 X 10 X 20 X 20 X 20 X 10 X 20 X 50 X 50 X 20 X 10 X 30 X 80 X 90 X 50 X +USW00023188199507AWND 38 X 38 X 34 X 39 X 33 X 32 X 31 X 32 X 32 X 36 X 39 X 34 X 33 X 29 X 32 X 38 X 38 X 43 X 47 X 42 X 39 X 35 X 34 X 31 X 31 X 41 X 35 X 35 X 39 X 29 X 30 X +USW00023188199507FMTM 1750 X 1350 X 1450 X 1450 X 1150 X 1203 X 1112 X 1850 X 1350 X 1450 X 1150 X 1250 X 1450 X 1050 X 2151 X 1250 X 1650 X 1350 X 1150 X 1350 X 1350 X 1750 X 1750 X 1551 X 1250 X 1250 X 0950 X 0822 X 0121 X 1551 X 1050 X +USW00023188199507PGTM 1332 X 1356 X 1227 X 1409 X 1506 X 1100 X 0834 X 1204 X 1248 X 1458 X 1140 X 1309 X 1331 X 1141 X 1334 X 0820 X 1204 X 1510 X 1422 X 1430 X 1346 X 1517 X 1608 X 1314 X 1619 X 1257 X 1003 X 0921 X 0104 X 1049 X 1349 X +USW00023188199507TSUN 690 X 681 X 656 X 472 X 186 X 427 X 503 X 632 X 635 X 686 X 849 X 753 X 660 X 600 X 751 X 605 X 794 X 805 X 795 X 771 X 721 X 795 X 714 X 419 X 467 X 710 X 800 X 547 X 349 X 298 X 510 X +USW00023188199507WDFG 225W X 270W X 270W X 225W X 225W X 225W X 180W X 225W X 315W X 315W X 315W X 315W X 225W X 225W X 225W X 360W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 225W X 315W X 315W X 315W X 225W X 180W X 225W X 315W X +USW00023188199507WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199507WSFG 82 X 98 X 87 X 72 X 67 X 67 X 77 X 67 X 98 X 82 X 93 X 82 X 62 X 72 X 72 X 93 X 93 X 98 X 98 X 82 X 93 X 72 X 77 X 62 X 67 X 87 X 82 X 108 X 108 X 62 X 67 X +USW00023188199507WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188199507WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188199507WT08-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188199507WT14-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199507WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199508TMAX 250 0 244 0 244 0 256 0 250 0 244 0 261 0 233 0 256 0 250 0 272 0 267 0 283 0 250 0 250 0 239 0 239 0 250 0 244 0 250 0 250 0 256 0 250 0 250 0 267 0 272 0 278 0 306 0 289 0 289 0 267 0 +USW00023188199508TMIN 189 0 189 0 183 0 183 0 178 0 183 0 178 0 172 0 183 0 189 0 172 0 189 0 183 0 189 0 178 0 178 0 183 0 178 0 183 0 194 0 194 0 200 0 194 0 178 0 172 0 178 0 183 0 194 0 189 0 200 0 200 0 +USW00023188199508PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199508SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199508SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199508ACMH 30 X 50 X 50 X 50 X 40 X 40 X 50 X 70 X 40 X 60 X 10 X 0 X 20 X 50 X 40 X 50 X 40 X 30 X 60 X 80 X 40 X 20 X 20 X 20 X 20 X 0 X 0 X 0 X 0 X-9999 10 X +USW00023188199508ACSH 30 X 30 X 30 X 30 X 20 X 30 X 50 X 50 X 20 X 60 X 0 X 10 X 30 X 30 X 20 X 30 X 20 X 20 X 30 X 80 X 30 X 10 X 0 X 10 X 0 X 0 X 0 X 0 X 0 X 10 X 20 X +USW00023188199508AWND 40 X 42 X 36 X 34 X 40 X 36 X 32 X 33 X 35 X 34 X 37 X 33 X 36 X 31 X 34 X 33 X 33 X 30 X 29 X 32 X 38 X 38 X 41 X 34 X 37 X 36 X 34 X 36 X 29 X 37 X 39 X +USW00023188199508FMTM 1450 X 1350 X 1050 X 1751 X 1350 X 1550 X 1450 X 1350 X 1550 X 1450 X 1250 X 1450 X 1250 X 1350 X 1650 X 1750 X 1450 X 1250 X 1350 X 1050 X 1250 X 1150 X 1251 X 1050 X 1450 X 1250 X 1550 X 1450 X 1250 X 1350 X 1150 X +USW00023188199508PGTM 1441 X 1346 X 1308 X 1606 X 1404 X 1739 X 1311 X 1336 X 1621 X 1504 X 1445 X 1622 X 1237 X 1128 X 1712 X 1142 X 1453 X 1247 X 1237 X 1143 X 1259 X 1332 X 1441 X 1126 X 1403 X 1332 X 1404 X 1325 X 1306 X 1548 X 1202 X +USW00023188199508TSUN 637 X 625 X 691 X 629 X 645 X 603 X 585 X 447 X 747 X 644 X 809 X 807 X 806 X 615 X 728 X 612 X 634 X 635 X 633 X 559 X 697 X 703 X 735 X 737 X 783 X 782 X 780 X 778 X 776 X 746 X 773 X +USW00023188199508WDFG 315W X 315W X 315W X 315W X 315W X 315W X 315W X 225W X 315W X 270W X 315W X 315W X 315W X 225W X 315W X 315W X 315W X 180W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X +USW00023188199508WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199508WSFG 87 X 87 X 77 X 72 X 87 X 72 X 82 X 62 X 77 X 67 X 93 X 72 X 82 X 72 X 67 X 82 X 77 X 72 X 72 X 82 X 82 X 87 X 87 X 82 X 98 X 82 X 93 X 93 X 87 X 98 X 82 X +USW00023188199508WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199508WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199509TMAX 272 0 311 0 272 0 267 0 306 0 300 0 300 0 267 0 239 0 239 0 261 0 267 0 261 0 250 0 244 0 222 0 233 0 228 0 228 0 239 0 233 0 239 0 244 0 261 0 239 0 217 0 222 0 228 0 222 0 250 0-9999 +USW00023188199509TMIN 194 0 206 0 206 0 194 0 194 0 228 0 217 0 194 0 194 0 189 0 172 0 183 0 172 0 161 0 189 0 183 0 194 0 172 0 172 0 183 0 178 0 178 0 183 0 183 0 183 0 178 0 178 0 183 0 172 0 161 0-9999 +USW00023188199509PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199509SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199509SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199509ACMH 60 X 30 X 10 X 10 X 10 X 80 X 40 X 20 X 40 X 30 X 0 X 0 X 10 X 50 X 60 X 100 X 80 X 50 X 60 X 60 X 60 X 50 X 50 X 20 X 60 X 80 X 60 X 80 X 40 X 10 X-9999 +USW00023188199509ACSH 60 X 20 X 0 X 10 X 10 X 80 X 30 X 0 X 10 X 20 X 0 X 0 X 0 X 30 X 40 X 100 X 60 X 30 X 50 X 40 X 30 X 40 X 50 X 20 X 50 X 80 X 40 X 80 X 50 X 10 X-9999 +USW00023188199509AWND 37 X 32 X 33 X 35 X 26 X 24 X 29 X 32 X 36 X 38 X 34 X 32 X 31 X 28 X 34 X 33 X 34 X 26 X 31 X 35 X 31 X 27 X 26 X 29 X 29 X 34 X 30 X 30 X 32 X 31 X-9999 +USW00023188199509FMTM 1250 X 1650 X 1051 X 1350 X 0950 X 1551 X 1450 X 1150 X 1450 X 1350 X 1350 X 1250 X 1450 X 1551 X 2328 X 0650 X 1250 X 1050 X 1250 X 1150 X 1350 X 1450 X 1750 X 1650 X 1340 X 1354 X 1250 X 1450 X 1340 X 1450 X-9999 +USW00023188199509PGTM 1318 X 1351 X 1050 X 1511 X 1823 X 1617 X 1612 X 1124 X 1422 X 1034 X 1252 X 1236 X 1334 X 1449 X 2117 X 1338 X 1433 X 1501 X 1359 X 1247 X 1125 X 1503 X 1326 X 1303 X 1246 X 1410 X 1310 X 1617 X 1410 X 1402 X-9999 +USW00023188199509TSUN 550 X 745 X 768 X 708 X 764 X 419 X 692 X 757 X 698 X 644 X 751 X 749 X 747 X 610 X 541 X 120 X 405 X 573 X 549 X 558 X 537 X 539 X 587 X 584 X 596 X 260 X 475 X 271 X 446 X 622 X-9999 +USW00023188199509WDFG 315W X 225W X 315W X 315W X 135W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 225W X 315W X 315W X 270W X 270W X 315W X 315W X 270W X 225W X 225W X 225W X 270W X 270W X-9999 +USW00023188199509WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199509WSFG 82 X 62 X 67 X 67 X 67 X 51 X 62 X 72 X 93 X 87 X 87 X 82 X 82 X 67 X 77 X 57 X 82 X 51 X 72 X 77 X 67 X 62 X 67 X 77 X 67 X 72 X 67 X 72 X 87 X 87 X-9999 +USW00023188199509WT01-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188199509WT08-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199509WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199509WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199510TMAX 272 0 317 0 278 0 222 0 239 0 228 0 222 0 228 0 228 0 228 0 228 0 222 0 222 0 222 0 217 0 222 0 217 0 211 0 200 0 217 0 206 0 217 0 233 0 239 0 233 0 222 0 244 0 206 0 217 0 211 0 194 0 +USW00023188199510TMIN 150 0 156 0 167 0 161 0 178 0 172 0 178 0 183 0 178 0 161 0 172 0 183 0 178 0 167 0 178 0 161 0 172 0 167 0 161 0 161 0 172 0 161 0 133 0 128 0 128 0 122 0 133 0 144 0 178 0 183 0 167 0 +USW00023188199510PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188199510SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199510SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199510ACMH 0 X 10 X 20 X 60 X 30 X 70 X 50 X 90 X 50 X 60 X 90 X 90 X 60 X 70 X 80 X 40 X 60 X 60 X 70 X 60 X 90 X 40 X 0 X 0 X 0 X 10 X 20 X 80 X 90 X 90 X 100 X +USW00023188199510ACSH 0 X 0 X 10 X 60 X 10 X 70 X 30 X 80 X 40 X 60 X 90 X 90 X 30 X 30 X 50 X 30 X 40 X 70 X 80 X 30 X 80 X 30 X 0 X 10 X 0 X 0 X 10 X 100 X 80 X 80 X 100 X +USW00023188199510AWND 19 X 28 X 26 X 38 X 22 X 22 X 28 X 37 X 34 X 27 X 25 X 30 X 28 X 34 X 34 X 21 X 25 X 19 X 25 X 32 X 29 X 29 X 20 X 24 X 22 X 25 X 20 X 19 X 27 X 34 X 22 X +USW00023188199510FMTM 1350 X 1150 X 1550 X 0910 X 1350 X 1250 X 1450 X 1450 X 1252 X 1450 X 1350 X 1650 X 1350 X 1150 X 1232 X 1450 X 1250 X 1350 X 1550 X 1252 X 1510 X 1351 X 1050 X 1350 X 1050 X 1250 X 1150 X 2050 X 1250 X 1150 X 1550 X +USW00023188199510PGTM 1457 X 1316 X 1337 X 1107 X 1333 X 1259 X 1258 X 1442 X 1326 X 1557 X 1237 X 1607 X 1422 X 1125 X 1357 X 1408 X 1330 X 1430 X 1638 X 1147 X 1525 X 0857 X 1202 X 1303 X 1310 X 1237 X 1200 X 2043 X 1307 X 1403 X 1417 X +USW00023188199510TSUN 711 X 709 X 696 X 382 X 665 X 556 X 516 X 107 X 489 X 399 X 72 X 71 X 438 X 467 X 294 X 522 X 370 X 222 X 109 X 443 X 192 X 518 X 668 X 666 X 665 X 663 X 661 X 43 X 122 X 114 X 0 X +USW00023188199510WDFG 315W X 315W X 225W X 180W X 180W X 270W X 270W X 270W X 270W X 315W X 225W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X 270W X 315W X 180W X 270W X 315W X 270W X 270W X 270W X 90W X 225W X 315W X 315W X +USW00023188199510WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199510WSFG 67 X 82 X 67 X 82 X 67 X 57 X 82 X 87 X 82 X 67 X 67 X 72 X 77 X 87 X 87 X 77 X 72 X 46 X 57 X 77 X 77 X 67 X 67 X 77 X 77 X 67 X 51 X 67 X 87 X 87 X 57 X +USW00023188199510WT01 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 +USW00023188199510WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199510WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188199510WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188199510WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188199511TMAX 189 0 211 0 206 0 206 0 206 0 211 0 228 0 228 0 206 0 211 0 217 0 217 0 211 0 194 0 200 0 206 0 200 0 200 0 206 0 211 0 194 0 200 0 217 0 239 0 228 0 200 0 217 0 233 0 267 0 244 0-9999 +USW00023188199511TMIN 156 0 139 0 150 0 150 0 122 0 144 0 122 0 139 0 144 0 156 0 133 0 139 0 139 0 139 0 156 0 156 0 150 0 133 0 111 0 106 0 133 0 133 0 111 0 117 0 122 0 139 0 117 0 100 0 117 0 117 0-9999 +USW00023188199511PRCP 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199511SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199511SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199511ACMH 90 X 40 X 70 X 50 X 70 X 30 X 0 X 30 X 70 X 50 X 10 X 80 X 50 X 70 X 70 X 70 X 50 X 70 X 50 X 50 X 70 X 40 X 40 X 60 X 80 X 80 X 10 X 30 X 0 X 10 X-9999 +USW00023188199511ACSH 100 X 30 X 40 X 40 X 30 X 20 X 0 X 40 X 40 X 60 X 0 X 80 X 20 X 50 X 50 X 40 X 30 X 40 X 40 X 30 X 80 X 30 X 30 X 90 X 90 X 60 X 0 X 70 X 0 X 10 X-9999 +USW00023188199511AWND 27 X 23 X 36 X 28 X 24 X 18 X 22 X 17 X 28 X 34 X 19 X 26 X 27 X 26 X 21 X 22 X 27 X 28 X 13 X 22 X 30 X 23 X 21 X 16 X 15 X 15 X 20 X 17 X 21 X 15 X-9999 +USW00023188199511FMTM 1432 X 1450 X 1253 X 1450 X 1250 X 1350 X 1550 X 1450 X 1613 X 1450 X 1550 X 1052 X 1450 X 1350 X 1450 X 1550 X 1450 X 1150 X 1350 X 1150 X 1050 X 1450 X 1450 X 1250 X 1150 X 1350 X 1550 X 1450 X 1450 X 1350 X-9999 +USW00023188199511PGTM 1440 X 1441 X 1305 X 1335 X 1255 X 1145 X 1445 X 1310 X 2030 X 0545 X 1343 X 1510 X 1310 X 1324 X 1515 X 1452 X 1340 X 1343 X 1310 X 1319 X 1030 X 1443 X 1321 X 1230 X 1212 X 1515 X 1526 X 1537 X 1445 X 1535 X-9999 +USW00023188199511TSUN 15 X 555 X 444 X 388 X 387 X 404 X 642 X 640 X 155 X 215 X 635 X 303 X 315 X 270 X 357 X 337 X 370 X 336 X 315 X 527 X 289 X 461 X 482 X 343 X 143 X 316 X 614 X 613 X 612 X 611 X-9999 +USW00023188199511WDFG 180W X 315W X 315W X 315W X 180W X 270W X 315W X 270W X 180W X 180W X 315W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 270W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 315W X 315W X 315W X-9999 +USW00023188199511WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199511WSFG 62 X 87 X 93 X 87 X 72 X 67 X 57 X 62 X 67 X 72 X 62 X 67 X 72 X 67 X 62 X 57 X 72 X 67 X 51 X 46 X 77 X 77 X 72 X 67 X 51 X 51 X 87 X 67 X 72 X 57 X-9999 +USW00023188199511WT01 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 +USW00023188199511WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199511WT08-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188199511WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199511WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199512TMAX 206 0 194 0 189 0 206 0 222 0 200 0 189 0 200 0 194 0 189 0 194 0 178 0 172 0 189 0 194 0 178 0 178 0 183 0 178 0 161 0 183 0 167 0 139 0 172 0 211 0 200 0 206 0 167 0 183 0 189 0 161 0 +USW00023188199512TMIN 106 0 122 0 133 0 122 0 128 0 150 0 133 0 111 0 122 0 94 0 111 0 144 0 139 0 122 0 106 0 106 0 72 0 72 0 106 0 94 0 72 0 83 0 106 0 89 0 94 0 72 0 78 0 78 0 89 0 111 0 111 0 +USW00023188199512PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0T 0 0 0 0 0 0 0 3 0 15 0 0 0 0 0 183 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199512SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199512SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199512ACMH 30 X 30 X 30 X 50 X 90 X 100 X 60 X 20 X 50 X 60 X 70 X 90 X 90 X 20 X 50 X 30 X 20 X 10 X 40 X 40 X 20 X 10 X 80 X 50 X 70 X 0 X 30 X 50 X 80 X 90 X 90 X +USW00023188199512ACSH 0 X 30 X 10 X 40 X 80 X 100 X 90 X 0 X 20 X 30 X 80 X 100 X 100 X 30 X 50 X 40 X 20 X 10 X 50 X 50 X 20 X 10 X 90 X 90 X 100 X 0 X 30 X 80 X 90 X 80 X 90 X +USW00023188199512AWND 16 X 23 X 22 X 26 X 17 X 18 X 23 X 20 X 25 X 26 X 21 X 29 X 46 X 34 X 24 X 43 X 11 X 20 X 22 X 25 X 19 X 18 X 46 X 24 X 19 X 17 X 16 X 13 X 21 X 20 X 19 X +USW00023188199512FMTM 1150 X 1450 X 1551 X 1550 X 1253 X 1409 X 1105 X 1350 X 1350 X 1150 X 1450 X 0953 X 0951 X 1350 X 2250 X 0750 X 1650 X 1550 X 1550 X 1550 X 1450 X 1350 X 0950 X 2150 X 1350 X 1350 X 1450 X 1633 X 1355 X 1150 X 1250 X +USW00023188199512PGTM 1145 X 1505 X 1447 X 1415 X 1255 X 1400 X 1027 X 1250 X 1330 X 1147 X 1410 X 1035 X 1030 X 1250 X 2335 X 1235 X 1255 X 1320 X 1550 X 1533 X 1353 X 1320 X 1525 X 2250 X 1445 X 1450 X 1225 X 1240 X 1350 X 1434 X 1049 X +USW00023188199512TSUN 609 X 364 X 424 X 424 X 231 X 0 X 146 X 379 X 362 X 378 X 92 X 18 X 32 X 417 X 588 X 427 X 600 X 532 X 489 X 247 X 572 X 600 X 209 X 114 X 142 X 600 X 555 X 171 X 343 X 366 X 72 X +USW00023188199512WDFG 315W X 315W X 270W X 315W X 180W X 315W X 180W X 315W X 270W X 315W X 315W X 180W X 180W X 270W X 135W X 315W X 315W X 225W X 315W X 135W X 270W X 225W X 180W X 135W X 315W X 315W X 315W X 225W X 270W X 270W X 180W X +USW00023188199512WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199512WSFG 51 X 62 X 72 X 67 X 46 X 57 X 62 X 57 X 62 X 67 X 77 X 87 X 118 X 82 X 87 X 103 X 57 X 62 X 62 X 77 X 72 X 72 X 108 X 72 X 57 X 67 X 77 X 46 X 72 X 51 X 46 X +USW00023188199512WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00023188199512WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199512WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199512WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188199512WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199512WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199601TMAX 233 0 233 0 200 0 167 0 172 0 200 0 244 0 200 0 183 0 178 0 272 0 272 0 206 0 194 0 206 0 183 0 172 0 178 0 161 0 172 0 167 0 144 0 150 0 150 0 144 0 156 0 161 0 167 0 161 0 150 0 172 0 +USW00023188199601TMIN 106 0 89 0 89 0 83 0 117 0 94 0 100 0 100 0 89 0 100 0 94 0 89 0 89 0 117 0 117 0 144 0 122 0 100 0 122 0 83 0 89 0 89 0 72 0 61 0 100 0 106 0 83 0 117 0 89 0 106 0 117 0 +USW00023188199601PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 0 0 0 0 3 0 0 0 56 0 15 0 0 0 0 0 18 0 0 0 0 0 13 0 0 0 0T 0 254 0 +USW00023188199601SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199601SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199601ACMH 50 X 20 X 0 X 50 X 70 X 50 X 0 X 30 X 30 X 30 X 10 X 10 X 30 X 60 X 80 X 90 X 40 X 20 X 60 X 0 X 60 X 50 X 0 X 20 X 90 X 50 X 60 X 70 X 80 X 90 X 100 X +USW00023188199601ACSH 70 X 30 X 0 X 40 X 70 X 50 X 0 X 30 X 30 X 20 X 0 X 0 X 10 X 50 X 80 X 80 X 40 X 10 X 70 X 0 X 50 X 60 X 10 X 40 X 100 X 60 X 80 X 70 X 90 X 100 X 100 X +USW00023188199601AWND 23 X 26 X 17 X 18 X 23 X 17 X 15 X 14 X 17 X 24 X 21 X 14 X 17 X 28 X 29 X 34 X 38 X 21 X 34 X 19 X 31 X 59 X 20 X 17 X 32 X 27 X 20 X 27 X 22 X 27 X 52 X +USW00023188199601FMTM 1450 X 1252 X 1350 X 1350 X 1551 X 1350 X 1450 X 1450 X 1252 X 1550 X 1551 X 1451 X 1451 X 1551 X 1421 X 2250 X 0250 X 1250 X 1350 X 1551 X 2350 X 1150 X 1450 X 1250 X 1451 X 1551 X 1552 X 1351 X 1550 X 2250 X 1630 X +USW00023188199601PGTM 0550 X 1033 X 1255 X 1315 X 1435 X 1140 X 1305 X 1237 X 1525 X 1500 X 1351 X 1525 X 1625 X 1454 X 1305 X 2305 X 0920 X 1249 X 1515 X 1545 X 1854 X 1224 X 1225 X 1330 X 1500 X 1705 X 1600 X 0747 X 1600 X 2300 X 2037 X +USW00023188199601TSUN 437 X 603 X 604 X 433 X 387 X 469 X 606 X 454 X 446 X 431 X 610 X 611 X 469 X 472 X 397 X 307 X 365 X 617 X 271 X 460 X 414 X 381 X 624 X 550 X 0 X 541 X 523 X 430 X 505 X 101 X 162 X +USW00023188199601WDFG 360W X 90W X 180W X 225W X 270W X 315W X 315W X 180W X 315W X 315W X 270W X 315W X 315W X 315W X 315W X 270W X 315W X 225W X 315W X 270W X 315W X 315W X 315W X 315W X 180W X 315W X 315W X 135W X 315W X 135W X 225W X +USW00023188199601WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199601WSFG 77 X 108 X 57 X 62 X 51 X 67 X 67 X 51 X 57 X 62 X 67 X 67 X 62 X 87 X 103 X 98 X 82 X 57 X 103 X 67 X 134 X 149 X 67 X 67 X 98 X 67 X 62 X 67 X 67 X 67 X 129 X +USW00023188199601WT01 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 +USW00023188199601WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199601WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199601WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X +USW00023188199601WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 +USW00023188199602TMAX 161 0 167 0 167 0 200 0 222 0 183 0 250 0 233 0 161 0 167 0 178 0 189 0 200 0 161 0 167 0 206 0 178 0 178 0 206 0 200 0 167 0 161 0 183 0 161 0 133 0 139 0 144 0 150 0 172 0-9999 -9999 +USW00023188199602TMIN 133 0 139 0 128 0 106 0 128 0 128 0 106 0 122 0 128 0 144 0 128 0 144 0 139 0 117 0 122 0 122 0 139 0 150 0 139 0 161 0 139 0 111 0 72 0 89 0 94 0 78 0 72 0 100 0 72 0-9999 -9999 +USW00023188199602PRCP 20 0 0 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 13 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 30 0 3 0 0 0 0T 0 97 0 5 0 30 0 18 0 0 0-9999 -9999 +USW00023188199602SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188199602SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188199602ACMH 90 X 100 X 80 X 10 X 70 X 90 X 30 X 20 X 100 X 90 X 70 X 80 X 60 X 60 X 60 X 30 X 100 X 100 X 90 X 100 X 90 X 60 X 40 X 40 X 70 X 50 X 50 X 50 X 40 X-9999 -9999 +USW00023188199602ACSH 90 X 100 X 100 X 10 X 80 X 80 X 30 X 10 X 100 X 100 X 100 X 90 X 60 X 70 X 90 X 40 X 100 X 100 X 90 X 100 X 100 X 60 X 50 X 40 X 100 X 50 X 30 X 60 X 30 X-9999 -9999 +USW00023188199602AWND 30 X 27 X 18 X 24 X 28 X 30 X 16 X 21 X 28 X 20 X 26 X 24 X 21 X 21 X 22 X 30 X 32 X 26 X 25 X 30 X 25 X 44 X 24 X 28 X 45 X 55 X 39 X 29 X 27 X-9999 -9999 +USW00023188199602FMTM 1950 X 1451 X 1451 X 1350 X 1350 X 1352 X 1650 X 2250 X 1252 X 1250 X 1050 X 2250 X 1650 X 1350 X 1650 X 1551 X 1250 X 1650 X 1450 X 0951 X 1252 X 1250 X 1450 X 1450 X 2203 X 1450 X 1950 X 0052 X 1450 X-9999 -9999 +USW00023188199602PGTM 1210 X 1355 X 1530 X 1348 X 1345 X 1320 X 1215 X 2206 X 1230 X 1228 X 1207 X 1350 X 1352 X 1453 X 1655 X 1515 X 1245 X 1805 X 1247 X 0952 X 1013 X 1654 X 1405 X 2205 X 2204 X 0422 X 2025 X 0003 X 1624 X-9999 -9999 +USW00023188199602TSUN 277 X 124 X 6 X 642 X 483 X 166 X 648 X 650 X 114 X 39 X 259 X 138 X 383 X 400 X 195 X 622 X 32 X 373 X 368 X 104 X 4 X 554 X 619 X 477 X 66 X 504 X 577 X 613 X 688 X-9999 -9999 +USW00023188199602WDFG 270W X 225W X 315W X 315W X 315W X 315W X 180W X 180W X 180W X 225W X 315W X 180W X 270W X 225W X 315W X 270W X 315W X 315W X 270W X 180W X 180W X 315W X 315W X 270W X 270W X 270W X 180W X 135W X 315W X-9999 -9999 +USW00023188199602WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188199602WSFG 72 X 67 X 57 X 87 X 108 X 87 X 62 X 51 X 72 X 72 X 62 X 77 X 72 X 62 X 98 X 77 X 67 X 62 X 67 X 67 X 87 X 103 X 93 X 82 X 159 X 144 X 113 X 87 X 98 X-9999 -9999 +USW00023188199602WT01 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199602WT02-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199602WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199602WT08-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199602WT14-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199602WT16 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188199603TMAX 200 0 211 0 178 0 167 0 178 0 194 0 239 0 294 0 222 0 194 0 172 0 178 0 161 0 172 0 189 0 183 0 183 0 183 0 183 0 183 0 183 0 178 0 167 0 189 0 167 0 189 0 194 0 178 0 178 0 200 0 189 0 +USW00023188199603TMIN 106 0 94 0 128 0 128 0 144 0 122 0 111 0 111 0 133 0 122 0 133 0 128 0 117 0 100 0 117 0 133 0 139 0 133 0 128 0 133 0 144 0 150 0 122 0 100 0 117 0 117 0 111 0 128 0 122 0 111 0 106 0 +USW00023188199603PRCP 0 0 0 0 0T 0 28 0 33 0 0 0 0 0 0 0 0 0 0 0 5 0 51 0 150 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 +USW00023188199603SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199603SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199603ACMH 50 X 40 X 90 X 90 X 70 X 50 X 50 X 40 X 90 X 40 X 90 X 70 X 100 X 30 X 10 X 50 X 70 X 30 X 80 X 90 X 90 X 90 X 40 X 40 X 60 X 20 X 30 X 80 X 30 X 30 X 10 X +USW00023188199603ACSH 50 X 30 X 100 X 100 X 60 X 50 X 60 X 50 X 90 X 10 X 90 X 70 X 100 X 30 X 0 X 40 X 50 X 20 X 70 X 90 X 70 X 80 X 50 X 60 X 60 X 10 X 30 X 100 X 20 X 40 X 10 X +USW00023188199603AWND 26 X 22 X 25 X 38 X 40 X 32 X 26 X 23 X 20 X 33 X 35 X 36 X 42 X 27 X 26 X 23 X 25 X 27 X 31 X 28 X 29 X 31 X 46 X 28 X 36 X 30 X 22 X 42 X 35 X 34 X 32 X +USW00023188199603FMTM 1551 X 1650 X 1952 X 1150 X 1450 X 1350 X 1650 X 1350 X 1954 X 1550 X 1650 X 1550 X 0338 X 1650 X 1150 X 1551 X 1350 X 1350 X 1317 X 1650 X 1050 X 1350 X 0350 X 1251 X 2253 X 1350 X 1450 X 2250 X 2350 X 1351 X 1251 X +USW00023188199603PGTM 1410 X 1649 X 1238 X 2005 X 0027 X 1353 X 1638 X 1358 X 1719 X 1410 X 1259 X 1607 X 0702 X 1506 X 1535 X 1145 X 1521 X 1249 X 1253 X 1208 X 1345 X 1330 X 0130 X 1230 X 2301 X 1111 X 1212 X 2311 X 1335 X 1307 X 1449 X +USW00023188199603TSUN 640 X 653 X 43 X 168 X 541 X 699 X 468 X 524 X 471 X 534 X 191 X 299 X 133 X 700 X 700 X 555 X 513 X 516 X 168 X 253 X 136 X 197 X 171 X 735 X 268 X 477 X 741 X 146 X 420 X 415 X 750 X +USW00023188199603WDFG 315W X 360W X 180W X 180W X 180W X 270W X 315W X 315W X 225W X 270W X 270W X 180W X 180W X 270W X 270W X 225W X 270W X 270W X 270W X 315W X 225W X 225W X 225W X 225W X 270W X 315W X 225W X 315W X 270W X 315W X 315W X +USW00023188199603WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199603WSFG 87 X 67 X 62 X 93 X 93 X 93 X 98 X 98 X 67 X 87 X 82 X 113 X 129 X 82 X 82 X 77 X 108 X 67 X 77 X 62 X 67 X 77 X 113 X 77 X 87 X 93 X 72 X 103 X 77 X 93 X 82 X +USW00023188199603WT01-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188199603WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199603WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188199603WT16-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188199604TMAX 206 0 178 0 183 0 189 0 267 0 306 0 278 0 189 0 178 0 189 0 194 0 189 0 200 0 250 0 261 0 211 0 211 0 183 0 200 0 189 0 194 0 222 0 261 0 261 0 211 0 200 0 189 0 211 0 306 0 300 0-9999 +USW00023188199604TMIN 111 0 139 0 128 0 133 0 128 0 156 0 144 0 139 0 144 0 139 0 144 0 133 0 139 0 133 0 144 0 139 0 161 0 150 0 122 0 122 0 133 0 128 0 144 0 156 0 161 0 161 0 156 0 167 0 144 0 172 0-9999 +USW00023188199604PRCP 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 79 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199604SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199604SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199604ACMH 40 X 40 X 40 X 30 X 10 X 10 X 10 X 50 X 70 X 90 X 30 X 40 X 10 X 0 X 40 X 50 X 80 X 50 X 20 X 20 X 10 X 10 X 0 X 10 X 80 X 90 X 90 X 60 X 40 X 0 X-9999 +USW00023188199604ACSH 20 X 40 X 50 X 30 X 10 X 20 X 0 X 30 X 70 X 80 X 20 X 40 X 10 X 10 X 60 X 40 X 60 X 50 X 30 X 30 X 0 X 10 X 0 X 10 X 70 X 90 X 90 X 50 X 40 X 0 X-9999 +USW00023188199604AWND 23 X 33 X 30 X 29 X 29 X 35 X 30 X 33 X 39 X 37 X 42 X 35 X 33 X 30 X 30 X 31 X 36 X 46 X 27 X 33 X 34 X 32 X 33 X 27 X 35 X 27 X 36 X 36 X 42 X 28 X-9999 +USW00023188199604FMTM 1750 X 1150 X 1350 X 1351 X 1450 X 1350 X 1450 X 1650 X 1450 X 1450 X 1350 X 1551 X 1251 X 1350 X 1450 X 1550 X 1450 X 0850 X 1450 X 1250 X 1650 X 1351 X 1551 X 1450 X 1251 X 1239 X 1251 X 1350 X 1551 X 1351 X-9999 +USW00023188199604PGTM 1333 X 1610 X 1158 X 1230 X 1335 X 1342 X 1515 X 1810 X 1530 X 1635 X 1447 X 1705 X 1340 X 1440 X 1458 X 1246 X 1447 X 0822 X 1407 X 1251 X 1443 X 1452 X 1323 X 1437 X 1556 X 1638 X 1244 X 1401 X 1455 X 1543 X-9999 +USW00023188199604TSUN 512 X 555 X 521 X 590 X 759 X 705 X 705 X 605 X 390 X 320 X 320 X 252 X 590 X 777 X 690 X 545 X 516 X 212 X 786 X 788 X 777 X 793 X 794 X 796 X 379 X 129 X 128 X 454 X 764 X 806 X-9999 +USW00023188199604WDFG 315W X 270W X 180W X 315W X 315W X 315W X 270W X 315W X 315W X 225W X 270W X 225W X 225W X 315W X 315W X 270W X 225W X 315W X 270W X 315W X 315W X 270W X 315W X 270W X 180W X 225W X 180W X 270W X 315W X 225W X-9999 +USW00023188199604WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199604WSFG 67 X 98 X 82 X 93 X 103 X 113 X 87 X 93 X 93 X 93 X 82 X 77 X 103 X 93 X 93 X 93 X 82 X 93 X 113 X 113 X 87 X 87 X 103 X 93 X 67 X 67 X 87 X 87 X 93 X 77 X-9999 +USW00023188199604WT01 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188199604WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188199604WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199604WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199605TMAX 211 0 211 0 217 0 217 0 228 0 244 0 211 0 217 0 211 0 239 0 283 0 250 0 200 0 228 0 233 0 228 0 233 0 228 0 217 0 211 0 233 0 200 0 206 0 194 0 200 0 206 0 194 0 206 0 194 0 189 0 206 0 +USW00023188199605TMIN 167 0 167 0 167 0 167 0 161 0 167 0 161 0 161 0 178 0 172 0 178 0 178 0 172 0 172 0 189 0 189 0 194 0 178 0 178 0 172 0 172 0 167 0 156 0 161 0 144 0 139 0 167 0 167 0 167 0 161 0 167 0 +USW00023188199605PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199605SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199605SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199605ACMH 50 X 60 X 40 X 30 X 10 X 20 X 10 X 10 X 40 X 20 X 10 X 10 X 70 X 50 X 40 X 60 X 50 X 40 X 50 X 30 X 30 X 90 X 50 X 40 X 20 X 10 X 90 X 80 X 100 X 70 X 40 X +USW00023188199605ACSH 20 X 40 X 40 X 20 X 10 X 0 X 0 X 0 X 40 X 0 X 20 X 0 X 60 X 30 X 40 X 50 X 60 X 50 X 40 X 30 X 30 X 100 X 40 X 50 X 40 X 10 X 80 X 70 X 90 X 60 X 30 X +USW00023188199605AWND 38 X 28 X 34 X 34 X 30 X 31 X 33 X 34 X 36 X 34 X 34 X 31 X 37 X 32 X 34 X 39 X 50 X 38 X 36 X 33 X 31 X 38 X 36 X 42 X 38 X 32 X 33 X 35 X 33 X 34 X 32 X +USW00023188199605FMTM 1451 X 1351 X 1551 X 1350 X 1550 X 1450 X 1150 X 1450 X 1551 X 1450 X 1350 X 1551 X 1351 X 1350 X 1550 X 1750 X 1350 X 1450 X 1450 X 1350 X 1450 X 1050 X 1450 X 1150 X 0751 X 1450 X 1615 X 1350 X 1150 X 1150 X 1250 X +USW00023188199605PGTM 1406 X 1251 X 1232 X 1144 X 1601 X 1443 X 1557 X 1446 X 1612 X 1408 X 1236 X 1430 X 1420 X 1138 X 1449 X 1333 X 1435 X 1425 X 1145 X 1345 X 1224 X 1239 X 1442 X 1035 X 0735 X 1341 X 1438 X 1252 X 1239 X 1127 X 1055 X +USW00023188199605TSUN 698 X 512 X 584 X 646 X 755 X 795 X 819 X 820 X 552 X 810 X 720 X 820 X 655 X 659 X 498 X 632 X 730 X 705 X 748 X 747 X 768 X 111 X 512 X 350 X 608 X 815 X 132 X 127 X 122 X 402 X 605 X +USW00023188199605WDFG 180W X 180W X 180W X 225W X 315W X 315W X 225W X 315W X 270W X 270W X 315W X 225W X 225W X 270W X 315W X 315W X 315W X 315W X 270W X 270W X 225W X 225W X 270W X 180W X 180W X 270W X 270W X 270W X 270W X 225W X 315W X +USW00023188199605WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199605WSFG 87 X 67 X 82 X 82 X 82 X 77 X 87 X 77 X 82 X 82 X 93 X 72 X 82 X 82 X 82 X 93 X 113 X 108 X 82 X 87 X 113 X 103 X 93 X 113 X 93 X 93 X 108 X 98 X 77 X 82 X 98 X +USW00023188199605WT01 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199605WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199605WT08 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188199605WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199605WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199606TMAX 239 0 272 0 256 0 228 0 206 0 211 0 222 0 233 0 239 0 217 0 217 0 206 0 222 0 217 0 211 0 228 0 217 0 239 0 206 0 206 0 211 0 206 0 200 0 206 0 217 0 194 0 200 0 222 0 278 0 294 0-9999 +USW00023188199606TMIN 167 0 178 0 183 0 178 0 172 0 167 0 172 0 178 0 172 0 172 0 172 0 172 0 183 0 172 0 172 0 172 0 178 0 178 0 172 0 178 0 178 0 167 0 172 0 172 0 178 0 167 0 167 0 167 0 178 0 189 0-9999 +USW00023188199606PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199606SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199606SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199606ACMH 10 X 50 X 10 X 50 X 90 X 70 X 50 X 40 X 20 X 70 X 60 X 60 X 50 X 50 X 70 X 70 X 50 X 70 X 70 X 70 X 90 X 60 X 90 X 70 X 80 X 70 X 60 X 10 X 0 X 0 X-9999 +USW00023188199606ACSH 0 X 70 X 0 X 20 X 80 X 60 X 40 X 20 X 10 X 50 X 40 X 40 X 20 X 40 X 60 X 70 X 40 X 70 X 70 X 60 X 90 X 30 X 80 X 50 X 70 X 70 X 40 X 0 X 10 X 0 X-9999 +USW00023188199606AWND 29 X 30 X 32 X 33 X 34 X 30 X 31 X 35 X 29 X 33 X 35 X 33 X 28 X 31 X 30 X 31 X 38 X 27 X 34 X 30 X 32 X 38 X 32 X 35 X 38 X 46 X 49 X 42 X 27 X 27 X-9999 +USW00023188199606FMTM 1251 X 1551 X 1353 X 1450 X 1250 X 1250 X 1551 X 1450 X 1351 X 1424 X 1351 X 1050 X 1450 X 1250 X 1637 X 1450 X 1451 X 1250 X 1550 X 1150 X 1450 X 1151 X 1351 X 1050 X 1250 X 1250 X 1150 X 1450 X 1650 X 1350 X-9999 +USW00023188199606PGTM 1210 X 1335 X 1405 X 1530 X 1338 X 1405 X 1216 X 1400 X 1143 X 1440 X 1212 X 0927 X 1103 X 1304 X 1235 X 1432 X 1444 X 1243 X 1351 X 1405 X 1435 X 1320 X 1351 X 1235 X 1703 X 1511 X 1113 X 1535 X 1303 X 1205 X-9999 +USW00023188199606TSUN 849 X 805 X 840 X 671 X 303 X 411 X 542 X 655 X 785 X 558 X 611 X 707 X 717 X 645 X 505 X 403 X 588 X 383 X 376 X 438 X 136 X 638 X 570 X 570 X 336 X 527 X 309 X 805 X 858 X 857 X-9999 +USW00023188199606WDFG 270W X 270W X 315W X 225W X 180W X 225W X 225W X 315W X 225W X 225W X 225W X 270W X 315W X 225W X 225W X 270W X 315W X 270W X 180W X 225W X 225W X 225W X 225W X 270W X 270W X 270W X 315W X 315W X 315W X 315W X-9999 +USW00023188199606WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199606WSFG 77 X 82 X 87 X 67 X 67 X 72 X 72 X 87 X 72 X 72 X 77 X 77 X 82 X 77 X 77 X 154 X 103 X 98 X 98 X 87 X 82 X 77 X 77 X 82 X 93 X 113 X 118 X 98 X 77 X 77 X-9999 +USW00023188199606WT01-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199606WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199607TMAX 256 0 239 0 250 0 239 0 250 0 233 0 217 0 217 0 228 0 217 0 228 0 222 0 211 0 217 0 222 0 228 0 228 0 228 0 239 0 233 0 228 0 239 0 228 0 233 0 239 0 256 0 244 0 256 0 261 0 261 0 256 0 +USW00023188199607TMIN 194 0 194 0 194 0 178 0 183 0 183 0 172 0 172 0 178 0 183 0 183 0 183 0 183 0 178 0 183 0 183 0 189 0 189 0 189 0 178 0 172 0 178 0 183 0 183 0 183 0 194 0 206 0 206 0 206 0 211 0 200 0 +USW00023188199607PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199607SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199607SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199607ACMH 0O X 50O X 50O X 13O X 75O X 38O X 50O X 50O X 50O X 75O X 25O X 38O X 38O X 88O X 63O X 88O X 63O X 50O X 38O X 63O X 50O X 38O X 50O X 63O X 75O X 75O X 38O X 25O X 13O X 13O X 13O X +USW00023188199607ACSH 0O X 50O X 50O X 13O X 75O X 25O X 38O X 50O X 50O X 75O X 25O X 13O X 13O X 75O X 50O X 75O X 50O X 25O X 13O X 50O X 63O X 25O X 38O X 50O X 75O X 88O X 25O X 25O X 0O X 0O X 13O X +USW00023188199607AWND 39 X 31 X 29 X 28 X 33 X 38 X 41 X 32 X 28 X 34 X 38 X 45 X 39 X 33 X 35 X 34 X 36 X 31 X 31 X 30 X 32 X 38 X 40 X 29 X 27 X 30 X 31 X 44 X 41 X 39 X 35 X +USW00023188199607FMTM 1251 X 1650 X 1450 X 1353 X 1650 X 1451 X 1251 X 1350 X 1550 X 1550 X 1450 X 1551 X 1351 X 1553 X 1150 X 1550 X 1350 X 1750 X 1551 X 1551 X 1250 X 1351 X 1550 X 1450 X 1350 X 1551 X 1251 X 1251 X 1150 X 1350 X 1552 X +USW00023188199607PGTM 1322 X 1224 X 1303 X 1328 X 1226 X 1502 X 1357 X 1530 X 1345 X 1453 X 1507 X 1243 X 1240 X 1307 X 1433 X 1513 X 1327 X 1645 X 1125 X 1553 X 1242 X 2015 X 1232 X 1230 X 1725 X 1015 X 1500 X 1255 X 1131 X 1355 X 1530 X +USW00023188199607TSUN 855 X 535 X 610 X 606 X 705 X 755 X 222 X 412 X 489 X 222 X 711 X 692 X 750 X 505 X 252 X 177 X 442 X 505 X 672 X 672 X 680 X 665 X 700 X 606 X 695 X 705 X 695 X 695 X 788 X 828 X 826 X +USW00023188199607WDF2 30 X 20 X 30 X 20 X 30 X 30 X 20 X 20 X 30 X 30 X 20 X 20 X 30 X 20 X 20 X 20 X 30 X 20 X 20 X 20 X 20 X 30 X 30 X 20 X 10 X 30 X 20 X 20 X 30 X 30 X 20 X +USW00023188199607WDFG 320 X 270 X 320 X 270 X 270 X 320 X 270 X 320 X 320 X 270 X 270 X 320 X 320 X 180 X 240 X 240 X 320 X 320 X 270 X 240 X 240 X 320 X 320 X 270 X 180 X 320 X 320 X 270 X 320 X 320 X 270 X +USW00023188199607WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199607WSF2 76 X 4068 XX 948 X 4068 XX 501 X 72 X 3192 XX 3187 XX 501 X 952 X 4086 XX 4095 XX 67 X 1386 XX 1846 XX 952 X 510 X 4077 XX 3621 XX 1395 XX 1399 XX 67 X 519 X 3183 XX 3616 XX 492 X 3634 XX 4099 XX 72 X 72 X 4090 XX +USW00023188199607WSFG 103 X 72 X 76 X 76 X 72 X 98 X 80 X 80 X 76 X 76 X 94 X 103 X 89 X 80 X 76 X 76 X 89 X 76 X 72 X 72 X 72 X 76 X 112 X 80 X 72 X 67 X 76 X 94 X 94 X 89 X 89 X +USW00023188199607WT01 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00023188199607WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199607WT08 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00023188199607WT13 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00023188199607WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199608TMAX 239 0 233 0 233 0 228 0 222 0 233 0 233 0 233 0 239 0 244 0 250 0 261 0 267 0 300 0 272 0 267 0 256 0 228 0 244 0 250 0 256 0 256 0 261 0 267 0 267 0 250 0 261 0 267 0 289 0 294 0 267 0 +USW00023188199608TMIN 194 0 194 0 183 0 189 0 189 0 194 0 194 0 194 0 194 0 194 0 206 0 206 0 211 0 217 0 228 0 206 0 206 0 194 0 194 0 189 0 189 0 200 0 206 0 211 0 206 0 200 0 178 0 194 0 211 0 211 0 206 0 +USW00023188199608PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199608AWND 27 X 28 X 37 X 32 X 31 X 37 X 33 X 30 X 31 X 28 X 30 X 33 X 26 X 20 X 27 X 23 X 31 X 30 X 31 X 33 X 25 X 31 X 38 X 39 X 36 X 32 X 22 X 19 X 25 X 24 X 25 X +USW00023188199608FMTM 1418 X 1343 X 1333 X 1404 X 1645 X 1419 X 1307 X 1350 X 1216 X 0734 X 1644 X 1315 X 1505 X 1413 X 1339 X 1411 X 1609 X 1444 X 1747 X 1529 X 1649 X 1545 X 1640 X 1208 X 1445 X 1425 X 1706 X 1158 X 1305 X 1223 X 1334 X +USW00023188199608WDF2 160 X 160 X 180 X 190 X 210 X 260 X 260 X 260 X 270 X 220 X 260 X 260 X 260 X 190 X 160 X 220 X 270 X 180 X 260 X 270 X 250 X 260 X 270 X 270 X 270 X 270 X 250 X 250 X 250 X 160 X 160 X +USW00023188199608WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199608WSF2 63 X 49 X 63 X 63 X 58 X 72 X 76 X 63 X 63 X 67 X 58 X 72 X 49 X 45 X 58 X 49 X 67 X 58 X 58 X 63 X 49 X 67 X 76 X 89 X 76 X 76 X 49 X 49 X 67 X 58 X 49 X +USW00023188199608WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 +USW00023188199608WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199608WT08 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199608WT13 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X +USW00023188199608WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199609TMAX 256 0 239 0 244 0 244 0 239 0 250 0 267 0 261 0 256 0 256 0 256 0 244 0 228 0 233 0 222 0 228 0 233 0 239 0 239 0 233 0 233 0 211 0 228 0 233 0 217 0 217 0 228 0 228 0 222 0 222 0-9999 +USW00023188199609TMIN 211 0 206 0 200 0 206 0 200 0 200 0 211 0 217 0 206 0 200 0 183 0 178 0 194 0 183 0 189 0 194 0 183 0 189 0 194 0 189 0 183 0 189 0 194 0 194 0 183 0 183 0 189 0 178 0 167 0 172 0-9999 +USW00023188199609PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0T 0 0 0 0 0 0 0-9999 +USW00023188199609AWND 27 X 30 X 27 X 33 X 24 X 21 X 23 X 33 X 34 X 34 X 32 X 27 X 31 X 29 X 33 X 34 X 29 X 33 X 30 X 26 X 25 X 26 X 29 X 34 X 37 X 41 X 36 X 35 X 22 X 25 X-9999 +USW00023188199609FMTM 1602 X 1337 X 1405 X 1442 X 1146 X 1354 X 1506 X 1408 X 1235 X 1039 X 1514 X 1545 X 1111 X 1422 X 1419 X 1142 X 1419 X 1314 X 0943 X 1211 X 1336 X 1338 X 1312 X 1501 X 1135 X 1512 X 1307 X 1327 X 1247 X 1523 X-9999 +USW00023188199609WDF2 180 X 190 X 270 X 260 X 210 X 270 X 260 X 270 X 270 X 270 X 270 X 270 X 240 X 240 X 180 X 200 X 200 X 230 X 270 X 250 X 260 X 230 X 240 X 260 X 240 X 270 X 270 X 260 X 260 X 260 X-9999 +USW00023188199609WDF5 190 X 230 X 270 X 260 X 230 X 260 X 270 X 260 X 270 X 270 X 270 X 270 X 260 X 240 X 210 X 200 X 200 X 230 X 280 X 250 X 230 X 260 X 250 X 240 X 240 X 260 X 270 X 270 X 270 X 260 X-9999 +USW00023188199609WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199609WSF2 45 X 49 X 72 X 76 X 58 X 58 X 63 X 72 X 80 X 80 X 76 X 63 X 67 X 67 X 58 X 63 X 63 X 63 X 72 X 58 X 58 X 49 X 67 X 67 X 72 X 72 X 80 X 76 X 49 X 63 X-9999 +USW00023188199609WSF5 80 X 67 X 76 X 98 X 67 X 72 X 72 X 89 X 89 X 94 X 80 X 72 X 80 X 80 X 72 X 67 X 72 X 76 X 89 X 67 X 72 X 67 X 89 X 80 X 80 X 80 X 94 X 89 X 63 X 67 X-9999 +USW00023188199609WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00023188199609WT08 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188199609WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 +USW00023188199609WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188199610TMAX 211 0 228 0 217 0 222 0 194 0 217 0 217 0 228 0 217 0 233 0 222 0 217 0 206 0 200 0 211 0 200 0 206 0 206 0 189 0 206 0 261 0 228 0 189 0 194 0 206 0 194 0 200 0 189 0 200 0 183 0 172 0 +USW00023188199610TMIN 178 0 183 0 172 0 172 0 167 0 172 0 172 0 161 0 167 0 156 0 156 0 156 0 167 0 167 0 161 0 172 0 167 0 156 0 167 0 150 0 133 0 122 0 122 0 128 0 156 0 111 0 106 0 117 0 106 0 122 0 106 0 +USW00023188199610PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 76 0 0 0 0 0 0 0 163 0 0 0 +USW00023188199610AWND 25 X 34 X 30 X 22 X 20 X 21 X 31 X 26 X 31 X 28 X 30 X 31 X 22 X 22 X 22 X 22 X 23 X 21 X 37 X 21 X 23 X 25 X 21 X 30 X 59 X 31 X 19 X 30 X 19 X 46 X 20 X +USW00023188199610FMTM 1245 X 1314 X 1111 X 1158 X 1302 X 1212 X 1250 X 1722 X 1542 X 1254 X 1339 X 1244 X 1311 X 1350 X 1449 X 1620 X 1314 X 1438 X 0955 X 1242 X 1257 X 1418 X 1342 X 2238 X 2249 X 0058 X 1354 X 1540 X 2350 X 1300 X 1623 X +USW00023188199610WDF2 240 X 270 X 270 X 270 X 170 X 270 X 270 X 280 X 270 X 280 X 270 X 270 X 150 X 190 X 250 X 240 X 260 X 270 X 160 X 210 X 130 X 300 X 210 X 140 X 270 X 260 X 270 X 210 X 80 X 150 X 300 X +USW00023188199610WDF5 260 X 280 X 270 X 190 X 240 X 270 X 270 X 280 X 270 X 260 X 260 X 270 X 160 X 210 X 270 X 220 X 280 X 230 X 150 X 210 X 10 X 310 X 200 X 140 X 270 X 250 X 280 X 210 X 200 X 170 X 190 X +USW00023188199610WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199610WSF2 58 X 72 X 72 X 49 X 40 X 63 X 72 X 49 X 67 X 58 X 67 X 72 X 49 X 45 X 49 X 45 X 58 X 45 X 89 X 58 X 67 X 89 X 58 X 63 X 125 X 116 X 58 X 67 X 40 X 112 X 49 X +USW00023188199610WSF5 67 X 80 X 80 X 58 X 49 X 67 X 80 X 58 X 76 X 67 X 76 X 80 X 63 X 63 X 63 X 58 X 72 X 63 X 112 X 67 X 89 X 107 X 67 X 72 X 143 X 143 X 67 X 76 X 49 X 139 X 67 X +USW00023188199610WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00023188199610WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199610WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199610WT08-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199610WT13-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00023188199610WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199610WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00023188199611TMAX 222 0 183 0 183 0 183 0 172 0 194 0 261 0 283 0 311 0 278 0 261 0 239 0 200 0 161 0 172 0 172 0 183 0 189 0 161 0 189 0 206 0 183 0 178 0 217 0 206 0 200 0 222 0 211 0 172 0 167 0-9999 +USW00023188199611TMIN 94 0 106 0 133 0 111 0 144 0 111 0 94 0 117 0 133 0 139 0 133 0 133 0 122 0 139 0 144 0 128 0 106 0 117 0 139 0 144 0 150 0 156 0 139 0 117 0 111 0 117 0 122 0 100 0 111 0 78 0-9999 +USW00023188199611PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 282 0 150 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00023188199611AWND 20 X 20 X 27 X 25 X 19 X 24 X 19 X 16 X 14 X 9 X 12 X 15 X 18 X 34 X 47 X 14 X 23 X 31 X 33 X 34 X 22 X 42 X 26 X 15 X 17 X 16 X 27 X 30 X 42 X 12 X-9999 +USW00023188199611FMTM 1648 X 1155 X 1147 X 1446 X 1427 X 1357 X 1313 X 1248 X 1441 X 1210 X 1425 X 1411 X 1316 X 2158 X 0939 X 1305 X 1307 X 1203 X 1339 X 1339 X 2343 X 0115 X 1317 X 1534 X 1612 X 1415 X 1412 X 2206 X 1323 X 1620 X-9999 +USW00023188199611WDF2 290 X 210 X 170 X 270 X 250 X 270 X 310 X 300 X 300 X 150 X 280 X 290 X 260 X 210 X 240 X 230 X 270 X 270 X 310 X 270 X 150 X 150 X 260 X 280 X 270 X 290 X 290 X 230 X 270 X 300 X-9999 +USW00023188199611WDF5 290 X 190 X 170 X 270 X 220 X 280 X 320 X 300 X 300 X 160 X 300 X 270 X 260 X 140 X 240 X 230 X 270 X 270 X 310 X 290 X 160 X 150 X 260 X 280 X 270 X 300 X 290 X 230 X 300 X 300 X-9999 +USW00023188199611WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199611WSF2 63 X 58 X 72 X 63 X 58 X 67 X 49 X 49 X 58 X 45 X 40 X 40 X 45 X 63 X 80 X 58 X 76 X 72 X 67 X 72 X 72 X 76 X 63 X 58 X 49 X 58 X 76 X 94 X 94 X 45 X-9999 +USW00023188199611WSF5 76 X 63 X 89 X 72 X 67 X 76 X 58 X 63 X 67 X 49 X 49 X 45 X 49 X 76 X 98 X 63 X 94 X 89 X 80 X 76 X 98 X 94 X 67 X 72 X 63 X 72 X 94 X 112 X 112 X 49 X-9999 +USW00023188199611WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199611WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199611WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199611WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188199611WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199611WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188199612TMAX 172 0 194 0 217 0 178 0 161 0 172 0 178 0 200 0 167 0 178 0 156 0 194 0 161 0 178 0 233 0 211 0 256 0 206 0 200 0 172 0 156 0 167 0 172 0 194 0 189 0 156 0 167 0 167 0 178 0 183 0 189 0 +USW00023188199612TMIN 78 0 67 0 72 0 78 0 83 0 122 0 100 0 106 0 111 0 144 0 144 0 144 0 139 0 117 0 94 0 72 0 83 0 78 0 61 0 61 0 83 0 133 0 106 0 72 0 72 0 100 0 133 0 133 0 128 0 128 0 144 0 +USW00023188199612PRCP 0 0 0 0 0 0 0 0 8 0 13 0 0 0 0 0 46 0 0T 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 8 0 23 0 0 0 0 0 0T 0 +USW00023188199612AWND 12 X 20 X 13 X 14 X 17 X 29 X 20 X 20 X 50 X 35 X 31 X 25 X 25 X 16 X 13 X 17 X 13 X 16 X 15 X 23 X 29 X 49 X 21 X 18 X 9 X 29 X 38 X 30 X 19 X 19 X 9 X +USW00023188199612FMTM 1221 X 1609 X 1554 X 1434 X 2347 X 0909 X 1319 X 1421 X 1531 X 0405 X 1338 X 1618 X 1242 X 1507 X 1216 X 1317 X 1359 X 1009 X 1415 X 2206 X 1115 X 1023 X 1539 X 1511 X 1329 X 1440 X 1401 X 0709 X 1313 X 1340 X 1456 X +USW00023188199612WDF2 300 X 320 X 270 X 280 X 210 X 240 X 270 X 280 X 110 X 140 X 140 X 320 X 290 X 300 X 120 X 280 X 10 X 330 X 300 X 110 X 150 X 170 X 270 X 310 X 300 X 190 X 180 X 130 X 280 X 310 X 280 X +USW00023188199612WDF5 290 X 290 X 280 X 290 X 220 X 220 X 270 X 290 X 110 X 170 X 130 X 320 X 300 X 280 X 120 X 280 X 350 X 360 X 290 X 150 X 160 X 170 X 270 X 310 X 290 X 160 X 180 X 150 X 290 X 320 X 290 X +USW00023188199612WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199612WSF2 49 X 58 X 58 X 58 X 40 X 63 X 72 X 67 X 130 X 63 X 58 X 76 X 49 X 45 X 67 X 49 X 63 X 49 X 63 X 40 X 67 X 89 X 67 X 58 X 40 X 67 X 67 X 63 X 67 X 63 X 36 X +USW00023188199612WSF5 58 X 72 X 67 X 72 X 49 X 98 X 80 X 89 X 143 X 67 X 76 X 89 X 63 X 63 X 94 X 63 X 80 X 63 X 67 X 49 X 76 X 107 X 76 X 67 X 45 X 72 X 72 X 72 X 76 X 72 X 40 X +USW00023188199612WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188199612WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199612WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188199612WT13-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188199612WT16-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 +USW00023188199701TMAX 217 0 189 0 167 0 156 0 144 0 161 0 172 0 172 0 161 0 156 0 156 0 144 0 144 0 156 0 161 0 167 0 194 0 228 0 200 0 172 0 156 0 167 0 150 0 172 0 167 0 161 0 189 0 206 0 261 0 272 0 233 0 +USW00023188199701TMIN 133 0 156 0 150 0 128 0 117 0 83 0 56 0 56 0 72 0 89 0 117 0 111 0 111 0 122 0 111 0 89 0 78 0 78 0 89 0 94 0 100 0 122 0 128 0 128 0 111 0 139 0 139 0 111 0 117 0 150 0 117 0 +USW00023188199701PRCP 0 0 3 0 10 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 231 0 43 0 0T 0 53 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 163 0 0 0 112 0 122 0 18 0 0 0 0 0 0 0 0 0 +USW00023188199701AWND 16 X 15 X 30 X 29 X 28 X 45 X 19 X 16 X 10 X 16 X 27 X 45 X 58 X 18 X 25 X 15 X 18 X 17 X 17 X 17 X 17 X 22 X 40 X 19 X 25 X 46 X 29 X 18 X 31 X 27 X 15 X +USW00023188199701FMTM 1426 X 1512 X 0710 X 0958 X 2250 X 1534 X 1434 X 1605 X 1428 X 1454 X 1519 X 1442 X 0154 X 0014 X 2023 X 1650 X 1439 X 1728 X 1600 X 1421 X 1344 X 1417 X 1527 X 1534 X 2349 X 0023 X 1440 X 1420 X 2035 X 1422 X 1722 X +USW00023188199701WDF2 280 X 270 X 220 X 120 X 300 X 340 X 270 X 270 X 200 X 270 X 170 X 150 X 180 X 220 X 50 X 300 X 280 X 330 X 170 X 260 X 190 X 210 X 160 X 270 X 120 X 130 X 280 X 290 X 40 X 30 X 290 X +USW00023188199701WDF5 280 X 290 X 220 X 130 X 300 X 320 X 270 X 280 X 200 X 270 X 170 X 160 X 170 X 240 X 40 X 300 X 280 X 330 X 160 X 280 X 250 X 210 X 160 X 270 X 120 X 150 X 270 X 290 X 30 X 40 X 280 X +USW00023188199701WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199701WSF2 58 X 45 X 63 X 49 X 67 X 94 X 67 X 40 X 40 X 58 X 49 X 112 X 116 X 63 X 49 X 67 X 67 X 58 X 40 X 63 X 58 X 58 X 72 X 63 X 80 X 103 X 94 X 67 X 94 X 67 X 45 X +USW00023188199701WSF5 72 X 49 X 72 X 58 X 76 X 116 X 72 X 49 X 45 X 63 X 63 X 148 X 130 X 72 X 63 X 72 X 80 X 63 X 49 X 72 X 67 X 67 X 103 X 67 X 98 X 125 X 107 X 80 X 116 X 80 X 58 X +USW00023188199701WT01 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 +USW00023188199701WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188199701WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199701WT13 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X +USW00023188199701WT16-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188199702TMAX 172 0 161 0 183 0 167 0 172 0 194 0 189 0 167 0 172 0 161 0 167 0 156 0 222 0 228 0 261 0 228 0 167 0 189 0 217 0 189 0 233 0 206 0 233 0 289 0 189 0 150 0 139 0 156 0-9999 -9999 -9999 +USW00023188199702TMIN 100 0 117 0 83 0 106 0 117 0 94 0 89 0 78 0 89 0 94 0 106 0 111 0 89 0 83 0 94 0 128 0 94 0 111 0 94 0 111 0 111 0 100 0 111 0 117 0 83 0 111 0 117 0 111 0-9999 -9999 -9999 +USW00023188199702PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 18 0 8 0-9999 -9999 -9999 +USW00023188199702AWND 19 X 27 X 26 X 22 X 26 X 17 X 16 X 21 X 15 X 21 X 17 X 29 X 29 X 19 X 20 X 9 X 43 X 22 X 17 X 20 X 19 X 16 X 21 X 27 X 30 X 47 X 61 X 37 X-9999 -9999 -9999 +USW00023188199702FMTM 1247 X 1747 X 1500 X 1605 X 1612 X 1535 X 1341 X 1621 X 1340 X 1818 X 1435 X 1217 X 1350 X 1642 X 1417 X 1239 X 1558 X 1445 X 1348 X 1359 X 1657 X 1517 X 1310 X 1619 X 1514 X 1706 X 2314 X 0032 X-9999 -9999 -9999 +USW00023188199702WDF2 270 X 300 X 280 X 240 X 290 X 290 X 300 X 300 X 280 X 260 X 280 X 190 X 320 X 340 X 320 X 180 X 270 X 280 X 290 X 290 X 300 X 290 X 210 X 290 X 290 X 180 X 260 X 250 X-9999 -9999 -9999 +USW00023188199702WDF5 270 X 270 X 280 X 250 X 280 X 300 X 290 X 280 X 280 X 270 X 280 X 200 X 320 X 300 X 320 X 180 X 250 X 280 X 280 X 290 X 300 X 210 X 210 X 290 X 280 X 180 X 290 X 270 X-9999 -9999 -9999 +USW00023188199702WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199702WSF2 45 X 45 X 72 X 67 X 63 X 63 X 63 X 63 X 63 X 67 X 63 X 67 X 89 X 67 X 58 X 49 X 112 X 63 X 49 X 72 X 58 X 40 X 58 X 76 X 98 X 80 X 112 X 89 X-9999 -9999 -9999 +USW00023188199702WSF5 58 X 63 X 89 X 76 X 72 X 63 X 72 X 76 X 67 X 76 X 67 X 72 X 98 X 72 X 63 X 58 X 139 X 72 X 63 X 89 X 67 X 49 X 63 X 94 X 112 X 98 X 148 X 112 X-9999 -9999 -9999 +USW00023188199702WT01 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188199702WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199702WT08 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199702WT13 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188199702WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188199703TMAX 178 0 167 0 167 0 178 0 239 0 217 0 206 0 178 0 239 0 294 0 272 0 194 0 206 0 167 0 167 0 178 0 189 0 239 0 300 0 311 0 200 0 189 0 178 0 189 0 217 0 194 0 183 0 183 0 189 0 172 0 189 0 +USW00023188199703TMIN 72 0 78 0 78 0 117 0 94 0 94 0 94 0 100 0 106 0 117 0 133 0 133 0 117 0 122 0 122 0 144 0 128 0 117 0 133 0 150 0 122 0 139 0 144 0 144 0 139 0 150 0 150 0 150 0 139 0 156 0 139 0 +USW00023188199703PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199703AWND 21 X 21 X 21 X 32 X 24 X 19 X 18 X 21 X 22 X 20 X 17 X 27 X 21 X 25 X 27 X 31 X 30 X 27 X 24 X 23 X 24 X 27 X 32 X 23 X 36 X 30 X 27 X 30 X 25 X 24 X 31 X +USW00023188199703FMTM 1454 X 1215 X 1514 X 1418 X 1522 X 1346 X 1242 X 1835 X 1506 X 1408 X 1359 X 1707 X 1511 X 1241 X 1521 X 1419 X 1555 X 1211 X 1711 X 1108 X 1527 X 1624 X 1543 X 1613 X 1405 X 1235 X 1232 X 1437 X 1406 X 1311 X 1413 X +USW00023188199703WDF2 280 X 300 X 290 X 290 X 320 X 290 X 310 X 300 X 320 X 290 X 320 X 290 X 290 X 170 X 190 X 210 X 290 X 310 X 330 X 320 X 290 X 300 X 290 X 290 X 290 X 290 X 210 X 280 X 280 X 240 X 300 X +USW00023188199703WDF5 300 X 300 X 280 X 290 X 310 X 290 X 310 X 310 X 320 X 290 X 320 X 290 X 290 X 200 X 180 X 210 X 290 X 300 X 340 X 300 X 290 X 290 X 290 X 280 X 290 X 280 X 270 X 280 X 260 X 240 X 310 X +USW00023188199703WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199703WSF2 49 X 72 X 63 X 80 X 67 X 80 X 45 X 45 X 72 X 72 X 76 X 63 X 63 X 45 X 63 X 63 X 72 X 80 X 76 X 76 X 67 X 67 X 63 X 58 X 80 X 80 X 63 X 67 X 58 X 63 X 89 X +USW00023188199703WSF5 63 X 80 X 76 X 94 X 76 X 94 X 58 X 58 X 76 X 89 X 89 X 72 X 72 X 58 X 76 X 67 X 94 X 98 X 89 X 89 X 76 X 76 X 76 X 67 X 94 X 94 X 80 X 89 X 72 X 67 X 103 X +USW00023188199703WT01-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199703WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199703WT08-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199703WT13-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188199704TMAX 183 0 167 0 172 0 172 0 178 0 178 0 183 0 189 0 178 0 189 0 178 0 200 0 222 0 211 0 217 0 194 0 194 0 200 0 211 0 217 0 206 0 233 0 217 0 206 0 244 0 250 0 228 0 178 0 189 0 206 0-9999 +USW00023188199704TMIN 122 0 94 0 83 0 106 0 144 0 128 0 122 0 133 0 139 0 117 0 133 0 128 0 128 0 139 0 133 0 150 0 150 0 150 0 161 0 161 0 161 0 156 0 161 0 144 0 133 0 156 0 156 0 156 0 156 0 161 0-9999 +USW00023188199704PRCP 0 0 46 0 25 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199704AWND 40 X 32 X 30 X 54 X 35 X 24 X 26 X 35 X 48 X 31 X 29 X 24 X 30 X 24 X 29 X 30 X 28 X 31 X 34 X 30 X 29 X 34 X 36 X 38 X 22 X 22 X 30 X 42 X 38 X 29 X-9999 +USW00023188199704FMTM 1729 X 1241 X 1326 X 1342 X 0036 X 1530 X 1026 X 1232 X 1527 X 1531 X 1648 X 1545 X 1301 X 1323 X 1306 X 1241 X 1148 X 1407 X 1228 X 1241 X 1200 X 1301 X 1257 X 1319 X 1220 X 1533 X 2330 X 0045 X 1103 X 1445 X-9999 +USW00023188199704WDF2 280 X 50 X 260 X 160 X 220 X 290 X 280 X 180 X 280 X 240 X 290 X 280 X 290 X 300 X 300 X 280 X 300 X 270 X 250 X 290 X 210 X 200 X 280 X 290 X 290 X 300 X 180 X 180 X 180 X 280 X-9999 +USW00023188199704WDF5 290 X 80 X 240 X 170 X 220 X 280 X 280 X 200 X 260 X 240 X 270 X 280 X 300 X 280 X 290 X 290 X 290 X 300 X 260 X 300 X 190 X 210 X 280 X 290 X 290 X 310 X 160 X 210 X 200 X 270 X-9999 +USW00023188199704WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199704WSF2 80 X 107 X 76 X 98 X 67 X 72 X 80 X 63 X 89 X 67 X 63 X 63 X 76 X 63 X 72 X 80 X 63 X 76 X 76 X 80 X 58 X 58 X 72 X 98 X 80 X 76 X 67 X 67 X 72 X 63 X-9999 +USW00023188199704WSF5 98 X 130 X 107 X 116 X 76 X 94 X 94 X 72 X 107 X 89 X 76 X 76 X 94 X 72 X 89 X 98 X 72 X 89 X 89 X 94 X 67 X 67 X 98 X 112 X 94 X 94 X 80 X 80 X 80 X 72 X-9999 +USW00023188199704WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199704WT03-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199704WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199704WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199704WT16-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199705TMAX 211 0 233 0 233 0 261 0 256 0 267 0 239 0 206 0 217 0 211 0 200 0 211 0 211 0 222 0 244 0 217 0 222 0 206 0 206 0 217 0 228 0 222 0 233 0 217 0 211 0 233 0 267 0 300 0 272 0 228 0 244 0 +USW00023188199705TMIN 167 0 156 0 156 0 167 0 150 0 178 0 178 0 172 0 172 0 172 0 167 0 172 0 178 0 178 0 183 0 183 0 183 0 183 0 178 0 172 0 183 0 183 0 183 0 178 0 178 0 178 0 178 0 189 0 194 0 194 0 194 0 +USW00023188199705PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199705AWND 30 X 26 X 20 X 26 X 24 X 21 X 26 X 31 X 24 X 29 X 29 X 25 X 25 X 27 X 29 X 28 X 29 X 27 X 28 X 24 X 32 X 25 X 31 X 38 X 41 X 29 X 20 X 24 X 28 X 25 X 30 X +USW00023188199705FMTM 1217 X 1659 X 1229 X 1510 X 1442 X 1312 X 1423 X 1442 X 1244 X 1312 X 1445 X 1437 X 1229 X 1543 X 1233 X 1623 X 1344 X 1202 X 1452 X 1334 X 1406 X 1306 X 2255 X 0105 X 1144 X 1137 X 1202 X 1243 X 1607 X 1322 X 1506 X +USW00023188199705WDF2 270 X 290 X 270 X 290 X 290 X 290 X 200 X 230 X 280 X 280 X 210 X 210 X 230 X 290 X 290 X 240 X 220 X 240 X 210 X 260 X 280 X 260 X 280 X 260 X 210 X 280 X 290 X 300 X 190 X 190 X 280 X +USW00023188199705WDF5 290 X 310 X 300 X 290 X 280 X 290 X 210 X 230 X 280 X 220 X 220 X 200 X 210 X 290 X 280 X 240 X 220 X 240 X 200 X 250 X 260 X 280 X 290 X 270 X 200 X 290 X 280 X 300 X 210 X 190 X 280 X +USW00023188199705WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199705WSF2 67 X 58 X 58 X 72 X 72 X 58 X 49 X 45 X 58 X 49 X 58 X 58 X 63 X 58 X 72 X 67 X 63 X 63 X 58 X 63 X 67 X 63 X 63 X 67 X 76 X 72 X 63 X 72 X 67 X 67 X 72 X +USW00023188199705WSF5 76 X 72 X 67 X 80 X 80 X 67 X 63 X 63 X 72 X 63 X 67 X 72 X 72 X 72 X 80 X 76 X 72 X 76 X 76 X 80 X 89 X 72 X 72 X 76 X 89 X 89 X 67 X 80 X 76 X 76 X 89 X +USW00023188199705WT01 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188199705WT08 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188199705WT13 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188199705WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199706TMAX 256 0 217 0 217 0 228 0 206 0 211 0 217 0 217 0 222 0 222 0 206 0 206 0 189 0 206 0 217 0 217 0 222 0 200 0 211 0 200 0 217 0 211 0 200 0 222 0 211 0 217 0 228 0 222 0 228 0 228 0-9999 +USW00023188199706TMIN 194 0 189 0 189 0 183 0 178 0 178 0 183 0 183 0 183 0 183 0 178 0 172 0 161 0 161 0 167 0 178 0 172 0 172 0 178 0 172 0 172 0 178 0 172 0 172 0 178 0 178 0 183 0 183 0 183 0 189 0-9999 +USW00023188199706PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199706AWND 29 X 38 X 35 X 32 X 47 X 49 X 45 X 37 X 33 X 33 X 26 X 42 X 52 X 32 X 34 X 28 X 25 X 29 X 27 X 30 X 34 X 32 X 30 X 30 X 28 X 29 X 29 X 31 X 26 X 35 X-9999 +USW00023188199706FMTM 1430 X 1154 X 1339 X 1457 X 1609 X 2013 X 1245 X 1404 X 1636 X 1224 X 1555 X 2000 X 0938 X 1530 X 1411 X 1442 X 1406 X 1443 X 1315 X 1455 X 1300 X 1219 X 1420 X 1140 X 1339 X 1523 X 1207 X 1709 X 1808 X 1630 X-9999 +USW00023188199706WDF2 260 X 190 X 200 X 290 X 250 X 190 X 200 X 240 X 270 X 270 X 280 X 270 X 250 X 260 X 280 X 270 X 250 X 190 X 220 X 200 X 280 X 210 X 210 X 240 X 210 X 210 X 210 X 280 X 280 X 290 X-9999 +USW00023188199706WDF5 260 X 200 X 210 X 280 X 190 X 190 X 190 X 210 X 270 X 280 X 250 X 260 X 250 X 280 X 300 X 290 X 270 X 200 X 210 X 240 X 250 X 220 X 210 X 240 X 220 X 210 X 230 X 290 X 290 X 290 X-9999 +USW00023188199706WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199706WSF2 58 X 67 X 63 X 63 X 72 X 76 X 67 X 63 X 63 X 67 X 63 X 67 X 98 X 67 X 76 X 72 X 58 X 58 X 49 X 58 X 58 X 63 X 58 X 58 X 63 X 63 X 63 X 63 X 63 X 80 X-9999 +USW00023188199706WSF5 72 X 80 X 72 X 72 X 89 X 89 X 76 X 89 X 76 X 89 X 76 X 80 X 112 X 89 X 107 X 76 X 76 X 72 X 67 X 72 X 72 X 76 X 67 X 72 X 72 X 72 X 76 X 76 X 76 X 103 X-9999 +USW00023188199706WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199706WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199706WT10-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199706WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188199706WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199707TMAX 256 0 278 0 272 0 239 0 239 0 233 0 217 0 217 0 222 0 217 0 211 0 217 0 233 0 244 0 244 0 239 0 222 0 222 0 217 0 222 0 222 0 239 0 217 0 228 0 222 0 228 0 222 0 222 0 217 0 233 0 233 0 +USW00023188199707TMIN 172 0 167 0 178 0 172 0 189 0 183 0 178 0 172 0 178 0 189 0 183 0 183 0 167 0 194 0 183 0 189 0 189 0 189 0 183 0 183 0 178 0 200 0 194 0 189 0 189 0 183 0 178 0 189 0 189 0 189 0 178 0 +USW00023188199707PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199707AWND 33 X 23 X 28 X 26 X 27 X 27 X 38 X 30 X 29 X 30 X 35 X 28 X 30 X 40 X 34 X 24 X 25 X 39 X 31 X 25 X 27 X 38 X 34 X 37 X 31 X 29 X 28 X 28 X 26 X 34 X 38 X +USW00023188199707FMTM 1239 X 1641 X 1711 X 1505 X 1745 X 1300 X 1417 X 1124 X 1436 X 1332 X 1416 X 1235 X 1655 X 1228 X 1432 X 1421 X 1617 X 0524 X 1541 X 1041 X 1222 X 1419 X 1639 X 1531 X 1658 X 1535 X 1336 X 1507 X 1802 X 1419 X 1400 X +USW00023188199707WDF2 290 X 270 X 290 X 200 X 290 X 190 X 200 X 250 X 210 X 220 X 220 X 240 X 290 X 290 X 280 X 200 X 220 X 190 X 250 X 240 X 220 X 280 X 280 X 280 X 290 X 290 X 280 X 290 X 280 X 290 X 280 X +USW00023188199707WDF5 290 X 290 X 290 X 210 X 290 X 200 X 200 X 280 X 220 X 210 X 230 X 230 X 280 X 280 X 280 X 240 X 270 X 220 X 220 X 270 X 200 X 290 X 290 X 270 X 300 X 260 X 290 X 290 X 310 X 280 X 280 X +USW00023188199707WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199707WSF2 72 X 49 X 63 X 58 X 45 X 58 X 67 X 63 X 58 X 63 X 63 X 63 X 67 X 80 X 76 X 49 X 45 X 63 X 63 X 63 X 63 X 76 X 63 X 89 X 58 X 63 X 63 X 67 X 58 X 72 X 72 X +USW00023188199707WSF5 89 X 63 X 72 X 67 X 63 X 67 X 76 X 72 X 67 X 72 X 76 X 80 X 80 X 98 X 94 X 72 X 63 X 80 X 76 X 72 X 67 X 98 X 72 X 103 X 72 X 94 X 80 X 80 X 67 X 89 X 80 X +USW00023188199707WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188199707WT08-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00023188199707WT13-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188199707WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199708TMAX 278 0 289 0 267 0 272 0 300 0 244 0 244 0 228 0 244 0 239 0 239 0 239 0 244 0 239 0 222 0 222 0 244 0 250 0 278 0 256 0 250 0 272 0 256 0 278 0 256 0 256 0 267 0 250 0 239 0 250 0 256 0 +USW00023188199708TMIN 183 0 206 0 206 0 206 0 211 0 200 0 200 0 200 0 194 0 194 0 194 0 194 0 178 0 200 0 194 0 194 0 200 0 183 0 217 0 217 0 211 0 206 0 200 0 217 0 211 0 200 0 206 0 206 0 200 0 194 0 200 0 +USW00023188199708PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199708AWND 36 X 30 X 31 X 36 X 29 X 29 X 32 X 25 X 32 X 38 X 39 X 30 X 37 X 30 X 29 X 23 X 29 X 18 X 25 X 41 X 45 X 36 X 25 X 32 X 31 X 32 X 27 X 21 X 25 X 24 X 21 X +USW00023188199708FMTM 1435 X 1516 X 1835 X 1308 X 1229 X 1529 X 1627 X 1207 X 1429 X 1532 X 1415 X 1440 X 1522 X 1139 X 1530 X 1327 X 1243 X 1206 X 1240 X 1453 X 1253 X 1452 X 1345 X 1342 X 1434 X 1524 X 1555 X 1344 X 1522 X 1524 X 1357 X +USW00023188199708WDF2 290 X 300 X 290 X 290 X 300 X 190 X 170 X 220 X 280 X 280 X 290 X 280 X 290 X 280 X 270 X 280 X 300 X 300 X 200 X 290 X 290 X 270 X 170 X 280 X 290 X 290 X 270 X 200 X 260 X 270 X 270 X +USW00023188199708WDF5 290 X 290 X 320 X 290 X 290 X 180 X 190 X 240 X 290 X 280 X 290 X 270 X 290 X 290 X 250 X 270 X 290 X 300 X 200 X 300 X 290 X 290 X 160 X 290 X 290 X 280 X 270 X 250 X 210 X 300 X 270 X +USW00023188199708WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199708WSF2 72 X 67 X 49 X 89 X 72 X 63 X 63 X 49 X 67 X 67 X 76 X 67 X 80 X 67 X 63 X 58 X 63 X 58 X 67 X 89 X 80 X 63 X 49 X 72 X 72 X 76 X 63 X 49 X 49 X 58 X 49 X +USW00023188199708WSF5 80 X 76 X 63 X 103 X 76 X 72 X 76 X 58 X 76 X 89 X 103 X 98 X 94 X 89 X 76 X 72 X 80 X 63 X 76 X 103 X 98 X 72 X 72 X 89 X 80 X 89 X 67 X 67 X 67 X 67 X 67 X +USW00023188199708WT01 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 +USW00023188199708WT08 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 +USW00023188199708WT13 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 +USW00023188199709TMAX 267 0 289 0 289 0 294 0 283 0 261 0 267 0 289 0 294 0 278 0 244 0 233 0 256 0 278 0 283 0 283 0 289 0 289 0 272 0 244 0 244 0 294 0 333 0 333 0 250 0 250 0 256 0 261 0 250 0 250 0-9999 +USW00023188199709TMIN 200 0 217 0 233 0 233 0 217 0 222 0 217 0 211 0 222 0 228 0 217 0 206 0 206 0 200 0 222 0 222 0 222 0 211 0 206 0 133 0 117 0 183 0 189 0 222 0 211 0 206 0 194 0 200 0 211 0 217 0-9999 +USW00023188199709PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 193 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199709AWND 22 X 25 X 31 X 29 X 32 X 26 X 35 X 29 X 26 X 28 X 27 X 33 X 29 X 26 X 30 X 25 X 22 X 21 X 25 X 25 X 23 X 25 X 25 X 30 X 42 X 27 X 25 X 20 X 30 X 27 X-9999 +USW00023188199709FMTM 1306 X 1144 X 1433 X 1212 X 1429 X 1329 X 1358 X 1427 X 1303 X 1530 X 1339 X 1407 X 1433 X 1319 X 1756 X 1159 X 1513 X 1529 X 1613 X 1422 X 1245 X 1352 X 1244 X 1312 X 0730 X 1210 X 1409 X 1221 X 1639 X 1443 X-9999 +USW00023188199709WDF2 290 X 290 X 290 X 290 X 280 X 280 X 290 X 290 X 290 X 290 X 210 X 220 X 280 X 290 X 310 X 290 X 290 X 280 X 290 X 290 X 280 X 290 X 320 X 290 X 330 X 290 X 290 X 210 X 220 X 280 X-9999 +USW00023188199709WDF5 290 X 310 X 290 X 280 X 280 X 290 X 280 X 280 X 280 X 290 X 240 X 220 X 290 X 290 X 310 X 290 X 280 X 310 X 320 X 290 X 280 X 290 X 290 X 320 X 330 X 280 X 290 X 220 X 230 X 280 X-9999 +USW00023188199709WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199709WSF2 63 X 49 X 67 X 76 X 72 X 67 X 76 X 72 X 76 X 67 X 63 X 58 X 58 X 63 X 72 X 67 X 63 X 63 X 72 X 63 X 72 X 72 X 63 X 80 X 94 X 49 X 72 X 63 X 49 X 58 X-9999 +USW00023188199709WSF5 76 X 58 X 80 X 89 X 80 X 76 X 89 X 80 X 98 X 76 X 72 X 72 X 72 X 67 X 89 X 76 X 72 X 72 X 89 X 76 X 80 X 72 X 67 X 103 X 107 X 58 X 80 X 67 X 67 X 76 X-9999 +USW00023188199709WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188199709WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188199709WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188199709WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188199709WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199710TMAX 244 0 233 0 256 0 239 0 239 0 228 0 211 0 228 0 239 0 228 0 206 0 233 0 267 0 322 0 322 0 328 0 300 0 233 0 217 0 211 0 217 0 217 0 211 0 206 0 239 0 244 0 222 0 222 0 222 0 261 0 272 0 +USW00023188199710TMIN 211 0 211 0 206 0 211 0 211 0 183 0 172 0 150 0 161 0 172 0 161 0 133 0 133 0 150 0 161 0 172 0 167 0 139 0 178 0 178 0 178 0 178 0 183 0 178 0 139 0 122 0 133 0 139 0 133 0 133 0 139 0 +USW00023188199710PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199710SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199710SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199710AWND 23 X 28 X 22 X 29 X 25 X 41 X 50 X 24 X 26 X 36 X 57 X 31 X 19 X 21 X 18 X 19 X 16 X 21 X 22 X 29 X 35 X 30 X 37 X 31 X 22 X 18 X 21 X 20 X 16 X 17 X 17 X +USW00023188199710FMTM 1614 X 1459 X 1313 X 1130 X 1355 X 2333 X 0818 X 1615 X 1106 X 2310 X 1026 X 1544 X 1335 X 1545 X 1400 X 1319 X 1245 X 1313 X 1538 X 1537 X 1356 X 1201 X 1435 X 0558 X 1758 X 1504 X 1431 X 1254 X 1315 X 1328 X 1410 X +USW00023188199710WDF2 270 X 230 X 270 X 290 X 270 X 250 X 270 X 290 X 290 X 290 X 290 X 300 X 290 X 340 X 290 X 320 X 300 X 320 X 230 X 260 X 300 X 260 X 240 X 260 X 340 X 310 X 290 X 300 X 310 X 290 X 290 X +USW00023188199710WDF5 220 X 220 X 250 X 290 X 270 X 260 X 260 X 220 X 290 X 280 X 290 X 300 X 300 X 340 X 300 X 310 X 300 X 300 X 230 X 260 X 290 X 290 X 240 X 260 X 290 X 310 X 290 X 310 X 310 X 290 X 300 X +USW00023188199710WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199710WSF2 49 X 49 X 58 X 63 X 58 X 76 X 98 X 49 X 76 X 76 X 103 X 80 X 67 X 72 X 67 X 72 X 63 X 49 X 45 X 58 X 63 X 63 X 72 X 58 X 67 X 76 X 58 X 76 X 63 X 72 X 58 X +USW00023188199710WSF5 63 X 63 X 80 X 72 X 67 X 94 X 112 X 67 X 89 X 98 X 125 X 94 X 76 X 80 X 76 X 76 X 72 X 63 X 63 X 72 X 76 X 76 X 80 X 67 X 76 X 94 X 72 X 94 X 76 X 76 X 63 X +USW00023188199710WT01 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199710WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199710WT08 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188199710WT13 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199710WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199711TMAX 289 0 322 0 306 0 261 0 222 0 228 0 217 0 206 0 211 0 189 0 194 0 200 0 183 0 200 0 200 0 200 0 200 0 217 0 206 0 200 0 217 0 261 0 239 0 211 0 217 0 206 0 178 0 189 0 194 0 178 0-9999 +USW00023188199711TMIN 150 0 161 0 167 0 161 0 144 0 144 0 167 0 167 0 133 0 156 0 133 0 144 0 139 0 150 0 133 0 122 0 122 0 117 0 111 0 156 0 128 0 133 0 117 0 128 0 139 0 150 0 122 0 94 0 106 0 122 0-9999 +USW00023188199711PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 8 0 0T 0 122 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 81 0 23 0 0 0 0 0 38 0-9999 +USW00023188199711SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199711SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199711AWND 13 X 14 X 10 X 13 X 26 X 27 X 24 X 24 X 21 X 32 X 23 X 23 X 31 X 38 X 14 X 20 X 21 X 12 X 24 X 22 X 17 X 13 X 11 X 19 X 16 X 59 X 23 X 13 X 12 X 33 X-9999 +USW00023188199711FMTM 1228 X 1605 X 1407 X 1606 X 1513 X 1445 X 1527 X 1441 X 1328 X 1507 X 1409 X 1439 X 1355 X 1444 X 1539 X 1325 X 1242 X 1620 X 1516 X 1508 X 1517 X 1357 X 1310 X 1237 X 1329 X 2122 X 0016 X 1401 X 1201 X 1532 X-9999 +USW00023188199711WDF2 290 X 340 X 260 X 290 X 290 X 280 X 290 X 220 X 270 X 180 X 250 X 300 X 170 X 280 X 290 X 290 X 290 X 280 X 290 X 300 X 280 X 310 X 290 X 290 X 300 X 280 X 230 X 280 X 290 X 290 X-9999 +USW00023188199711WDF5 290 X 330 X 260 X 310 X 290 X 290 X 290 X 230 X 260 X 160 X 270 X 300 X 170 X 290 X 290 X 290 X 290 X 290 X 290 X 320 X 280 X 300 X 290 X 280 X 300 X 260 X 240 X 280 X 310 X 290 X-9999 +USW00023188199711WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199711WSF2 45 X 58 X 40 X 45 X 67 X 63 X 63 X 49 X 63 X 76 X 63 X 72 X 98 X 76 X 49 X 67 X 63 X 45 X 67 X 49 X 63 X 58 X 58 X 67 X 63 X 107 X 98 X 58 X 49 X 94 X-9999 +USW00023188199711WSF5 58 X 67 X 45 X 58 X 72 X 72 X 72 X 67 X 80 X 94 X 72 X 89 X 125 X 98 X 63 X 80 X 72 X 58 X 76 X 72 X 76 X 67 X 67 X 76 X 72 X 139 X 112 X 67 X 58 X 112 X-9999 +USW00023188199711WT01 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 +USW00023188199711WT08 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199711WT13 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00023188199711WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199711WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00023188199712TMAX 172 0 194 0 200 0 217 0 233 0 200 0 194 0 167 0 167 0 189 0 172 0 183 0 222 0 189 0 183 0 211 0 200 0 178 0 217 0 189 0 150 0 161 0 172 0 161 0 150 0 178 0 178 0 200 0 222 0 228 0 250 0 +USW00023188199712TMIN 100 0 122 0 111 0 117 0 117 0 144 0 144 0 128 0 94 0 56 0 78 0 89 0 61 0 78 0 94 0 83 0 83 0 122 0 100 0 78 0 78 0 50 0 67 0 89 0 56 0 50 0 39 0 72 0 78 0 111 0 133 0 +USW00023188199712PRCP 0 0 0 0 0 0 0 0 0 0 137 0 56 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 117 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199712SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199712SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199712AWND 16 X 18 X 15 X 28 X 41 X 56 X 41 X 62 X 27 X 32 X 51 X 22 X 24 X 22 X 15 X 15 X 9 X 34 X 30 X 11 X 32 X 16 X 20 X 21 X 21 X 28 X 16 X 8 X 14 X 16 X 11 X +USW00023188199712FMTM 1238 X 1505 X 2203 X 1111 X 1803 X 1824 X 2344 X 1127 X 1403 X 1331 X 1038 X 1313 X 1435 X 1322 X 1252 X 1253 X 1429 X 1334 X 1337 X 1318 X 1140 X 1007 X 1541 X 1403 X 1602 X 1352 X 1453 X 1416 X 1236 X 1553 X 1608 X +USW00023188199712WDF2 300 X 240 X 50 X 160 X 180 X 160 X 290 X 280 X 320 X 320 X 40 X 230 X 310 X 290 X 280 X 300 X 210 X 150 X 320 X 230 X 280 X 360 X 200 X 290 X 280 X 290 X 320 X 180 X 330 X 260 X 290 X +USW00023188199712WDF5 280 X 240 X 50 X 170 X 150 X 140 X 290 X 270 X 290 X 330 X 50 X 30 X 350 X 290 X 290 X 290 X 210 X 150 X 330 X 10 X 270 X 20 X 190 X 280 X 20 X 290 X 300 X 300 X 340 X 270 X 290 X +USW00023188199712WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199712WSF2 58 X 49 X 58 X 63 X 80 X 116 X 94 X 130 X 76 X 98 X 152 X 63 X 76 X 63 X 63 X 45 X 36 X 103 X 76 X 45 X 125 X 49 X 45 X 63 X 58 X 76 X 58 X 45 X 40 X 58 X 49 X +USW00023188199712WSF5 67 X 58 X 67 X 76 X 98 X 148 X 103 X 152 X 98 X 125 X 192 X 76 X 89 X 72 X 67 X 58 X 40 X 125 X 89 X 63 X 143 X 67 X 58 X 76 X 67 X 89 X 63 X 58 X 40 X 67 X 63 X +USW00023188199712WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199712WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199712WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199712WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199712WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199801TMAX 217 0 183 0 172 0 172 0 156 0 178 0 183 0 178 0 172 0 178 0 178 0 172 0 172 0 172 0 167 0 189 0 183 0 167 0 167 0 167 0 172 0 194 0 189 0 183 0 206 0 200 0 183 0 178 0 167 0 178 0 161 0 +USW00023188199801TMIN 111 0 128 0 133 0 117 0 89 0 67 0 72 0 106 0 128 0 139 0 111 0 133 0 133 0 111 0 117 0 139 0 117 0 133 0 128 0 111 0 100 0 89 0 94 0 100 0 94 0 94 0 117 0 122 0 128 0 111 0 117 0 +USW00023188199801PRCP 0 0 20 0 61 0 36 0 0 0 0 0 0 0 0 0 218 0 76 0 0T 0 0T 0 33 0 0 0 74 0 8 0 0 0 0 0 53 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 97 0 0 0 5 0 +USW00023188199801SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199801SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199801AWND 18 X 27 X 26 X 22 X 19 X 15 X 11 X 15 X 43 X 37 X 12 X 13 X 20 X 14 X 13 X 21 X 16 X 26 X 40 X 18 X 19 X 18 X 19 X 16 X 17 X 12 X 18 X 21 X 29 X 19 X 30 X +USW00023188199801FMTM 2125 X 1233 X 1310 X 1612 X 1428 X 1440 X 1520 X 1709 X 2145 X 1513 X 1520 X 1504 X 1429 X 1513 X 2324 X 1539 X 1444 X 1552 X 1320 X 1615 X 1416 X 1402 X 1426 X 1521 X 1509 X 1600 X 1314 X 1210 X 1126 X 1507 X 1016 X +USW00023188199801WDF2 160 X 150 X 210 X 210 X 280 X 340 X 280 X 190 X 190 X 260 X 290 X 290 X 260 X 300 X 290 X 300 X 280 X 210 X 290 X 240 X 290 X 290 X 290 X 290 X 290 X 300 X 320 X 280 X 180 X 290 X 110 X +USW00023188199801WDF5 180 X 140 X 210 X 220 X 290 X 320 X 290 X 170 X 190 X 270 X 290 X 310 X 250 X 300 X 280 X 290 X 270 X 210 X 280 X 240 X 290 X 290 X 290 X 290 X 300 X 290 X 320 X 290 X 290 X 290 X 120 X +USW00023188199801WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199801WSF2 40 X 58 X 49 X 76 X 58 X 72 X 45 X 36 X 89 X 72 X 49 X 40 X 49 X 58 X 49 X 58 X 45 X 58 X 80 X 45 X 63 X 67 X 67 X 63 X 63 X 49 X 63 X 58 X 89 X 63 X 76 X +USW00023188199801WSF5 67 X 76 X 63 X 103 X 72 X 89 X 58 X 40 X 125 X 89 X 63 X 49 X 63 X 72 X 67 X 67 X 58 X 67 X 103 X 58 X 76 X 76 X 76 X 72 X 67 X 63 X 76 X 72 X 103 X 72 X 94 X +USW00023188199801WT01 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188199801WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188199801WT13 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188199801WT16-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 +USW00023188199802TMAX 178 0 183 0 178 0 172 0 167 0 167 0 172 0 178 0 167 0 183 0 178 0 194 0 172 0 167 0 150 0 167 0 161 0 178 0 161 0 161 0 161 0 161 0 161 0 167 0 167 0 172 0 178 0 200 0-9999 -9999 -9999 +USW00023188199802TMIN 111 0 122 0 122 0 122 0 106 0 117 0 100 0 122 0 117 0 94 0 117 0 111 0 139 0 133 0 111 0 94 0 100 0 106 0 100 0 111 0 94 0 117 0 106 0 100 0 94 0 94 0 100 0 106 0-9999 -9999 -9999 +USW00023188199802PRCP 0 0 0 0 386 0 13 0 0 0 51 0 38 0 330 0 10 0 0 0 0T 0 0 0 5 0 259 0 28 0 0T 0 351 0 0 0 79 0 25 0 0 0 33 0 251 0 84 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199802SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199802SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199802AWND 20 X 42 X 72 X 54 X 25 X 51 X 40 X 39 X 25 X 19 X 21 X 29 X 16 X 67 X 41 X 36 X 44 X 16 X 23 X 55 X 25 X 47 X 66 X 53 X 22 X 24 X 24 X 17 X-9999 -9999 -9999 +USW00023188199802FMTM 1500 X 2117 X 2259 X 0018 X 2230 X 1440 X 2340 X 0159 X 0018 X 1508 X 1522 X 1520 X 1317 X 1808 X 0835 X 1137 X 1257 X 1443 X 2342 X 1341 X 1458 X 1625 X 2154 X 1519 X 1325 X 1241 X 1645 X 1642 X-9999 -9999 -9999 +USW00023188199802WDF2 250 X 140 X 280 X 290 X 110 X 160 X 170 X 180 X 260 X 290 X 280 X 310 X 260 X 250 X 270 X 180 X 300 X 280 X 240 X 320 X 280 X 180 X 170 X 280 X 280 X 290 X 290 X 300 X-9999 -9999 -9999 +USW00023188199802WDF5 250 X 140 X 280 X 280 X 220 X 170 X 170 X 170 X 270 X 290 X 290 X 300 X 260 X 240 X 270 X 190 X 310 X 290 X 240 X 290 X 290 X 180 X 170 X 290 X 270 X 280 X 290 X 290 X-9999 -9999 -9999 +USW00023188199802WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199802WSF2 58 X 98 X 130 X 116 X 45 X 130 X 107 X 112 X 116 X 58 X 49 X 76 X 67 X 139 X 112 X 72 X 94 X 63 X 76 X 103 X 63 X 76 X 170 X 107 X 80 X 67 X 67 X 58 X-9999 -9999 -9999 +USW00023188199802WSF5 67 X 116 X 170 X 148 X 58 X 152 X 130 X 148 X 174 X 63 X 63 X 98 X 76 X 170 X 130 X 89 X 130 X 76 X 89 X 130 X 76 X 94 X 201 X 130 X 103 X 89 X 80 X 67 X-9999 -9999 -9999 +USW00023188199802WT01-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199802WT03-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199802WT13-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199802WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199802WT16-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199803TMAX 194 0 172 0 178 0 172 0 172 0 161 0 172 0 178 0 200 0 239 0 256 0 194 0 172 0 172 0 183 0 167 0 183 0 189 0 211 0 194 0 189 0 211 0 222 0 194 0 167 0 183 0 167 0 150 0 117 0 161 0 161 0 +USW00023188199803TMIN 100 0 111 0 133 0 139 0 122 0 122 0 89 0 89 0 100 0 100 0 117 0 128 0 133 0 117 0 111 0 150 0 144 0 144 0 139 0 139 0 133 0 122 0 133 0 144 0 122 0 128 0 139 0 100 0 83 0 67 0 94 0 +USW00023188199803PRCP 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 216 0 23 0 10 0 152 0 51 0 0 0 81 0 +USW00023188199803SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00023188199803SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199803AWND 23 X 19 X 28 X 35 X 41 X 61 X 29 X 20 X 23 X 20 X 16 X 25 X 42 X 22 X 30 X 38 X 24 X 31 X 30 X 34 X 35 X 28 X 31 X 37 X 55 X 59 X 45 X 80 X 37 X 29 X 39 X +USW00023188199803FMTM 1545 X 1334 X 1506 X 1633 X 1332 X 0541 X 1211 X 1543 X 1336 X 1526 X 1509 X 1057 X 2215 X 0124 X 1341 X 1516 X 1559 X 1401 X 1437 X 1353 X 1436 X 1558 X 1221 X 1737 X 1234 X 1204 X 1242 X 1355 X 0213 X 1413 X 2039 X +USW00023188199803WDF2 290 X 210 X 270 X 230 X 220 X 230 X 300 X 280 X 290 X 290 X 320 X 210 X 150 X 290 X 230 X 190 X 290 X 270 X 290 X 280 X 280 X 300 X 290 X 200 X 160 X 260 X 260 X 260 X 240 X 190 X 260 X +USW00023188199803WDF5 290 X 220 X 270 X 210 X 220 X 230 X 280 X 290 X 310 X 300 X 320 X 220 X 150 X 280 X 230 X 180 X 290 X 270 X 290 X 300 X 290 X 290 X 290 X 200 X 170 X 260 X 270 X 270 X 250 X 200 X 260 X +USW00023188199803WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199803WSF2 72 X 49 X 58 X 67 X 67 X 107 X 80 X 63 X 72 X 63 X 63 X 58 X 112 X 72 X 63 X 67 X 58 X 63 X 76 X 76 X 80 X 67 X 76 X 72 X 139 X 103 X 80 X 130 X 98 X 63 X 98 X +USW00023188199803WSF5 80 X 58 X 72 X 80 X 80 X 130 X 94 X 72 X 80 X 72 X 80 X 67 X 130 X 94 X 72 X 76 X 67 X 72 X 89 X 98 X 98 X 76 X 89 X 89 X 170 X 130 X 103 X 152 X 125 X 76 X 125 X +USW00023188199803WT01 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188199803WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188199803WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188199803WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199803WT13 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188199803WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 +USW00023188199804TMAX 144 0 172 0 178 0 172 0 178 0 172 0 172 0 178 0 189 0 183 0 172 0 167 0 167 0 161 0 161 0 178 0 200 0 233 0 233 0 217 0 211 0 172 0 194 0 194 0 172 0 200 0 217 0 206 0 200 0 178 0-9999 +USW00023188199804TMIN 89 0 106 0 111 0 106 0 100 0 128 0 122 0 100 0 111 0 117 0 133 0 122 0 117 0 117 0 106 0 94 0 106 0 111 0 122 0 122 0 144 0 139 0 144 0 150 0 144 0 122 0 133 0 133 0 139 0 150 0-9999 +USW00023188199804PRCP 99 0 0T 0 0T 0 0T 0 0 0 3 0 10 0 0 0 0 0 0 0 66 0 38 0 0T 0 10 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199804SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199804SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199804AWND 30 X 30 X 33 X 31 X 35 X 50 X 46 X 27 X 24 X 32 X 58 X 65 X 26 X 40 X 48 X 26 X 24 X 25 X 21 X 25 X 25 X 26 X 33 X 34 X 35 X 26 X 28 X 26 X 30 X 25 X-9999 +USW00023188199804FMTM 0929 X 1406 X 1928 X 1607 X 1531 X 1523 X 1500 X 1453 X 1759 X 1112 X 1741 X 0114 X 1415 X 2126 X 1144 X 1513 X 1217 X 1432 X 1431 X 1308 X 1329 X 1244 X 1653 X 1501 X 1121 X 1555 X 1457 X 1621 X 1344 X 1358 X-9999 +USW00023188199804PGTM 0928 W 1445 W 1932 W 1606 W 1615 W 1157 W 1411 W 1440 W 1759 W 1111 W 1740 W 0114 W 1142 W 1258 W 1231 W 1608 W 1456 W 1434 W 1415 W 1500 W 1326 W 1303 W 1404 W 1533 W 1239 W 1554 W 1621 W 1523 W 1303 W 1435 W-9999 +USW00023188199804TAVG 117 W 139 W 144 W 139 W 139 W 150 W 150 W 139 W 150 W 150 W 156 W 144 W 144 W 139 W 133 W 139 W 156 W 172 W 178 W 172 W 178 W 156 W 172 W 172 W 161 W 161 W 178 W 172 W 172 W 167 W-9999 +USW00023188199804WDF2 340 X 230 X 280 X 260 X 270 X 280 X 280 X 290 X 300 X 290 X 180 X 280 X 290 X 310 X 260 X 290 X 290 X 300 X 290 X 280 X 210 X 230 X 220 X 290 X 270 X 300 X 290 X 290 X 290 X 250 X-9999 +USW00023188199804WDF5 350 X 220 X 270 X 250 X 260 X 270 X 300 X 300 X 300 X 280 X 180 X 280 X 300 X 270 X 290 X 310 X 280 X 290 X 300 X 290 X 210 X 240 X 220 X 280 X 270 X 300 X 320 X 290 X 310 X 250 X-9999 +USW00023188199804WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199804WSF2 89 X 63 X 80 X 67 X 80 X 89 X 89 X 63 X 63 X 76 X 134 X 125 X 67 X 72 X 98 X 72 X 76 X 72 X 67 X 49 X 49 X 58 X 67 X 76 X 67 X 49 X 72 X 63 X 67 X 67 X-9999 +USW00023188199804WSF5 98 X 67 X 98 X 80 X 98 X 107 X 107 X 76 X 72 X 94 X 161 X 148 X 80 X 94 X 112 X 80 X 80 X 80 X 80 X 63 X 63 X 67 X 80 X 94 X 76 X 63 X 89 X 76 X 80 X 76 X-9999 +USW00023188199804WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00023188199804WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199804WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188199804WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 +USW00023188199804WT16 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199804WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199805TMAX 200 0 217 0 228 0 217 0 200 0 200 0 200 0 172 0 172 0 178 0 178 0 183 0 178 0 189 0 194 0 189 0 206 0 211 0 194 0 189 0 194 0 200 0 194 0 200 0 189 0 178 0 189 0 206 0 189 0 189 0 206 0 +USW00023188199805TMIN 150 0 161 0 172 0 172 0 167 0 156 0 150 0 150 0 144 0 139 0 144 0 128 0 139 0 128 0 122 0 144 0 128 0 133 0 144 0 144 0 150 0 156 0 161 0 167 0 161 0 144 0 128 0 139 0 161 0 139 0 150 0 +USW00023188199805PRCP 0 0 3 0 0 0 5 0 43 0 18 0 0 0 5 0 0T 0 0T 0 0 0 79 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199805SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199805SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199805AWND 25 X 33 X 29 X 40 X 48 X 36 X 38 X 40 X 36 X 34 X 46 X 58 X 45 X 26 X 28 X 27 X 35 X 24 X 24 X 34 X 37 X 30 X 34 X 31 X 38 X 42 X 32 X 34 X 38 X 25 X 29 X +USW00023188199805FMTM 1424 X 1358 X 1308 X 2216 X 1311 X 0719 X 1722 X 1452 X 1859 X 1403 X 1441 X 1327 X 1341 X 1438 X 1334 X 1513 X 1624 X 1436 X 1319 X 1425 X 1511 X 1052 X 1104 X 1420 X 1306 X 1418 X 1155 X 1332 X 1237 X 1303 X 1239 X +USW00023188199805PGTM 1406 W 1357 W 1328 W 2216 W 1309 W 1629 W 1722 W 1452 W 1912 W 1303 W 1437 W 1327 W 1359 W 1421 W 1209 W 1437 W 1332 W 1507 W 1317 W 1410 W 1511 W 1131 W 1055 W 1135 W 1306 W 1402 W 1544 W 1243 W 1237 W 1325 W 1254 W +USW00023188199805TAVG 178 W 189 W 200 W 194 W 183 W 178 W 178 W 161 W 161 W 161 W 161 W 156 W 161 W 161 W 161 W 167 W 167 W 172 W 172 W 167 W 172 W 178 W 178 W 183 W 178 W 161 W 161 W 172 W 178 W 167 W 178 W +USW00023188199805WDF2 270 X 230 X 230 X 220 X 200 X 200 X 260 X 260 X 230 X 200 X 240 X 170 X 230 X 260 X 290 X 290 X 290 X 290 X 270 X 230 X 290 X 240 X 180 X 230 X 240 X 280 X 290 X 280 X 290 X 240 X 220 X +USW00023188199805WDF5 240 X 220 X 230 X 220 X 220 X 240 X 260 X 270 X 250 X 200 X 250 X 180 X 250 X 270 X 290 X 260 X 300 X 290 X 260 X 230 X 300 X 220 X 180 X 220 X 230 X 300 X 310 X 300 X 290 X 220 X 230 X +USW00023188199805WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199805WSF2 58 X 67 X 76 X 76 X 94 X 76 X 89 X 67 X 58 X 67 X 89 X 116 X 89 X 67 X 72 X 63 X 89 X 58 X 72 X 72 X 76 X 67 X 63 X 58 X 67 X 80 X 80 X 80 X 76 X 63 X 63 X +USW00023188199805WSF5 76 X 80 X 80 X 89 X 116 X 94 X 98 X 72 X 63 X 80 X 107 X 143 X 103 X 80 X 89 X 76 X 103 X 67 X 94 X 89 X 89 X 80 X 76 X 72 X 76 X 103 X 94 X 98 X 94 X 72 X 72 X +USW00023188199805WT01-9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199805WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199805WT10-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199805WT13-9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199805WT16-9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199806TMAX 206 0 206 0 206 0 206 0 206 0 194 0 200 0 189 0 200 0 206 0 200 0 200 0 211 0 222 0 206 0 189 0 211 0 222 0 222 0 211 0 222 0 217 0 211 0 211 0 217 0 217 0 217 0 211 0 228 0 222 0-9999 +USW00023188199806TMIN 144 0 161 0 161 0 161 0 144 0 161 0 150 0 150 0 167 0 172 0 156 0 156 0 156 0 156 0 172 0 161 0 161 0 156 0 178 0 172 0 172 0 161 0 167 0 178 0 178 0 178 0 178 0 178 0 167 0 178 0-9999 +USW00023188199806PRCP 0 0 0 0 0 0 0 0 0 0 0 0 3 0 18 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199806SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199806SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199806AWND 28 X 32 X 42 X 36 X 35 X 42 X 40 X 25 X 28 X 32 X 38 X 36 X 40 X 30 X 30 X 35 X 27 X 30 X 34 X 37 X 41 X 31 X 33 X 30 X 31 X 27 X 33 X 34 X 34 X 31 X-9999 +USW00023188199806FMTM 1536 X 1653 X 1321 X 1527 X 1712 X 1405 X 1542 X 1531 X 1501 X 1409 X 1543 X 1420 X 1334 X 1432 X 1622 X 1825 X 1409 X 1712 X 1340 X 1739 X 1400 X 1339 X 1159 X 1413 X 1320 X 1339 X 1927 X 1627 X 1541 X 1631 X-9999 +USW00023188199806PGTM 1259 W 1635 W 1335 W 1314 W 1406 W 1404 W 1017 W 1627 W 1612 W 1501 W 1329 W 1359 W 1334 W 1342 W 1322 W 1643 W 1408 W 1413 W 1417 W 1207 W 1414 W 1415 W 1557 W 1504 W 1118 W 1122 W 1656 W 1626 W 1530 W 1121 W-9999 +USW00023188199806TAVG 178 W 183 W 183 W 183 W 178 W 178 W 178 W 172 W 183 W 189 W 178 W 178 W 183 W 189 W 189 W 178 W 189 W 189 W 200 W 194 W 200 W 189 W 189 W 194 W 200 W 200 W 200 W 194 W 200 W 200 W-9999 +USW00023188199806WDF2 290 X 280 X 250 X 280 X 270 X 260 X 260 X 240 X 270 X 270 X 280 X 230 X 280 X 270 X 260 X 190 X 220 X 270 X 270 X 270 X 280 X 270 X 270 X 280 X 280 X 280 X 300 X 280 X 280 X 270 X-9999 +USW00023188199806WDF5 300 X 260 X 280 X 280 X 280 X 260 X 260 X 250 X 290 X 270 X 210 X 230 X 270 X 270 X 270 X 190 X 220 X 280 X 270 X 280 X 270 X 270 X 310 X 280 X 290 X 280 X 290 X 280 X 270 X 270 X-9999 +USW00023188199806WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199806WSF2 63 X 63 X 80 X 72 X 67 X 80 X 67 X 58 X 63 X 72 X 67 X 76 X 80 X 67 X 58 X 58 X 63 X 63 X 76 X 63 X 80 X 72 X 72 X 67 X 67 X 63 X 58 X 67 X 63 X 58 X-9999 +USW00023188199806WSF5 76 X 76 X 103 X 89 X 80 X 94 X 89 X 67 X 76 X 80 X 80 X 98 X 98 X 80 X 72 X 67 X 76 X 76 X 89 X 89 X 98 X 94 X 89 X 80 X 89 X 80 X 72 X 76 X 76 X 76 X-9999 +USW00023188199806WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188199806WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188199806WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188199806WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199807TMAX 217 0 211 0 189 0 206 0 217 0 233 0 239 0 244 0 228 0 233 0 217 0 211 0 217 0 222 0 222 0 244 0 256 0 256 0 233 0 244 0 233 0 228 0 222 0 211 0 228 0 239 0 261 0 261 0 228 0 222 0 228 0 +USW00023188199807TMIN 167 0 167 0 161 0 156 0 178 0 172 0 183 0 189 0 189 0 183 0 178 0 167 0 161 0 167 0 161 0 161 0 167 0 183 0 183 0 194 0 194 0 194 0 189 0 189 0 189 0 189 0 200 0 189 0 189 0 189 0 178 0 +USW00023188199807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199807SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199807SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199807AWND 28 X 33 X 35 X 29 X 29 X 34 X 34 X 35 X 29 X 40 X 32 X 28 X 28 X 29 X 30 X 27 X 27 X 24 X 26 X 30 X 29 X 25 X 30 X 32 X 42 X 36 X 25 X 28 X 26 X 30 X 30 X +USW00023188199807FMTM 1557 X 1608 X 1153 X 1522 X 1654 X 1311 X 1157 X 1315 X 1442 X 1211 X 1544 X 1325 X 1425 X 1819 X 1139 X 1605 X 1429 X 1040 X 1313 X 1652 X 1311 X 1608 X 1458 X 1217 X 1512 X 1228 X 1431 X 1331 X 1804 X 1722 X 1706 X +USW00023188199807PGTM 1700 W 1622 W 1452 W 1620 W 1643 W 1228 W 1154 W 1243 W 1736 W 1221 W 1457 W 1604 W 1416 W 1636 W 1244 W 1552 W 1428 W 1101 W 1315 W 1341 W 1535 W 1238 W 1325 W 1234 W 1427 W 1125 W 1430 W 1443 W 1803 W 1655 W 1314 W +USW00023188199807TAVG 194 W 189 W 178 W 183 W 200 W 206 W 211 W 217 W 211 W 211 W 200 W 189 W 189 W 194 W 194 W 206 W 211 W 222 W 211 W 222 W 217 W 211 W 206 W 200 W 211 W 217 W 233 W 228 W 211 W 206 W 206 W +USW00023188199807WDF2 270 X 270 X 190 X 270 X 270 X 280 X 300 X 270 X 270 X 270 X 260 X 210 X 270 X 280 X 270 X 280 X 320 X 250 X 230 X 280 X 310 X 230 X 230 X 270 X 270 X 270 X 270 X 200 X 270 X 270 X 280 X +USW00023188199807WDF5 270 X 280 X 210 X 280 X 280 X 280 X 300 X 270 X 270 X 280 X 280 X 170 X 270 X 270 X 300 X 320 X 310 X 90 X 220 X 280 X 280 X 240 X 210 X 270 X 280 X 280 X 270 X 190 X 270 X 280 X 280 X +USW00023188199807WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199807WSF2 58 X 58 X 58 X 58 X 58 X 67 X 67 X 67 X 67 X 80 X 63 X 58 X 49 X 49 X 63 X 49 X 58 X 63 X 67 X 58 X 63 X 49 X 58 X 67 X 80 X 80 X 63 X 49 X 58 X 63 X 67 X +USW00023188199807WSF5 72 X 67 X 67 X 72 X 67 X 89 X 76 X 76 X 72 X 94 X 76 X 67 X 72 X 67 X 67 X 63 X 67 X 67 X 98 X 67 X 80 X 67 X 76 X 76 X 98 X 94 X 72 X 63 X 63 X 72 X 80 X +USW00023188199807WT01 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 +USW00023188199807WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199807WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199807WT08 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 +USW00023188199807WT13 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X +USW00023188199807WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199808TMAX 233 0 233 0 239 0 239 0 233 0 228 0 228 0 244 0 283 0 294 0 283 0 294 0 278 0 244 0 233 0 239 0 233 0 244 0 239 0 250 0 261 0 261 0 256 0 228 0 250 0 244 0 244 0 256 0 300 0 306 0 300 0 +USW00023188199808TMIN 183 0 172 0 189 0 183 0 183 0 189 0 189 0 172 0 200 0 211 0 222 0 222 0 211 0 200 0 194 0 200 0 200 0 200 0 194 0 189 0 189 0 200 0 206 0 194 0 200 0 206 0 189 0 200 0 211 0 222 0 211 0 +USW00023188199808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199808SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199808SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199808AWND 30 X 36 X 34 X 34 X 28 X 28 X 26 X 31 X 25 X 24 X 25 X 33 X 37 X 30 X 29 X 27 X 29 X 30 X 31 X 31 X 33 X 32 X 27 X 34 X 26 X 29 X 38 X 37 X 26 X 28 X 28 X +USW00023188199808FMTM 1314 X 1418 X 1329 X 1309 X 1353 X 1301 X 1511 X 1536 X 1353 X 1624 X 1444 X 1707 X 1306 X 1440 X 1603 X 1606 X 1237 X 1444 X 1433 X 1257 X 1313 X 1159 X 1130 X 1044 X 1544 X 1343 X 1357 X 1324 X 1418 X 1324 X 2136 X +USW00023188199808PGTM 1341 W 1422 W 1342 W 1505 W 1926 W 1231 W 1130 W 1537 W 1339 W 1454 W 1308 W 1708 W 1414 W 1143 W 1411 W 1605 W 1430 W 1426 W 1431 W 1256 W 1311 W 1159 W 1256 W 1043 W 1534 W 1342 W 1342 W 1323 W 1417 W 1324 W 2136 W +USW00023188199808TAVG 211 W 206 W 217 W 211 W 211 W 211 W 211 W 211 W 244 W 256 W 256 W 261 W 244 W 222 W 217 W 222 W 217 W 222 W 217 W 222 W 228 W 233 W 233 W 211 W 228 W 228 W 217 W 228 W 256 W 267 W 256 W +USW00023188199808WDF2 270 X 270 X 280 X 280 X 190 X 270 X 280 X 300 X 160 X 270 X 280 X 280 X 280 X 200 X 200 X 230 X 260 X 280 X 270 X 270 X 270 X 270 X 160 X 180 X 280 X 280 X 270 X 280 X 300 X 280 X 290 X +USW00023188199808WDF5 270 X 280 X 280 X 270 X 140 X 260 X 290 X 300 X 140 X 300 X 280 X 280 X 270 X 280 X 210 X 220 X 270 X 290 X 280 X 270 X 280 X 270 X 160 X 180 X 290 X 270 X 270 X 280 X 300 X 280 X 290 X +USW00023188199808WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199808WSF2 63 X 76 X 76 X 67 X 58 X 49 X 58 X 63 X 72 X 49 X 63 X 67 X 76 X 63 X 49 X 49 X 63 X 63 X 63 X 76 X 80 X 80 X 58 X 58 X 49 X 67 X 76 X 76 X 67 X 67 X 80 X +USW00023188199808WSF5 67 X 80 X 89 X 80 X 67 X 67 X 72 X 67 X 103 X 63 X 76 X 76 X 89 X 76 X 67 X 63 X 72 X 76 X 76 X 89 X 94 X 89 X 63 X 67 X 67 X 76 X 94 X 89 X 76 X 76 X 98 X +USW00023188199808WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00023188199808WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188199808WT08 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00023188199808WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00023188199808WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199809TMAX 283 0 278 0 333 0 233 0 250 0 250 0 239 0 233 0 239 0 244 0 239 0 233 0 233 0 228 0 233 0 228 0 228 0 233 0 222 0 222 0 222 0 222 0 222 0 217 0 217 0 200 0 228 0 217 0 217 0 211 0-9999 +USW00023188199809TMIN 222 0 217 0 217 0 211 0 211 0 211 0 211 0 206 0 206 0 200 0 189 0 178 0 172 0 178 0 189 0 189 0 183 0 172 0 178 0 194 0 189 0 194 0 183 0 183 0 178 0 167 0 167 0 156 0 172 0 178 0-9999 +USW00023188199809PRCP 0T 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0-9999 +USW00023188199809SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199809SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199809AWND 28 X 25 X 34 X 34 X 34 X 33 X 28 X 26 X 29 X 30 X 24 X 33 X 32 X 34 X 40 X 35 X 35 X 24 X 35 X 46 X 34 X 36 X 41 X 32 X 26 X 17 X 26 X 34 X 24 X 27 X-9999 +USW00023188199809FMTM 0014 X 1253 X 2230 X 0927 X 1520 X 1241 X 1220 X 1245 X 1412 X 1518 X 1411 X 1504 X 1334 X 1354 X 1321 X 1217 X 1519 X 1734 X 1209 X 1210 X 1414 X 1502 X 1556 X 1457 X 1345 X 1232 X 1518 X 1525 X 1416 X 1320 X-9999 +USW00023188199809PGTM 0014 W 1232 W 2101 W 0926 W 1452 W 1240 W 1334 W 1435 W 1219 W 1342 W 1231 W 1503 W 1340 W 1432 W 1325 W 1201 W 1524 W 1424 W 1341 W 1255 W 1425 W 1431 W 1556 W 1456 W 1352 W 1231 W 1515 W 1513 W 1504 W 1226 W-9999 +USW00023188199809TAVG 256 W 250 W 278 W 222 W 233 W 233 W 228 W 222 W 222 W 222 W 217 W 206 W 206 W 206 W 211 W 211 W 206 W 206 W 200 W 211 W 206 W 211 W 206 W 200 W 200 W 183 W 200 W 189 W 194 W 194 W-9999 +USW00023188199809WDF2 300 X 270 X 160 X 170 X 270 X 280 X 270 X 270 X 260 X 270 X 270 X 270 X 270 X 270 X 270 X 270 X 270 X 280 X 190 X 170 X 210 X 280 X 280 X 280 X 260 X 260 X 310 X 280 X 200 X 280 X-9999 +USW00023188199809WDF5 300 X 270 X 170 X 170 X 280 X 280 X 250 X 270 X 270 X 300 X 280 X 270 X 280 X 270 X 280 X 280 X 270 X 280 X 170 X 170 X 210 X 300 X 280 X 270 X 250 X 260 X 300 X 270 X 270 X 290 X-9999 +USW00023188199809WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199809WSF2 72 X 72 X 67 X 63 X 63 X 67 X 58 X 63 X 63 X 63 X 58 X 72 X 67 X 72 X 76 X 72 X 72 X 49 X 63 X 76 X 63 X 67 X 72 X 76 X 72 X 49 X 76 X 76 X 58 X 63 X-9999 +USW00023188199809WSF5 89 X 80 X 89 X 72 X 76 X 76 X 67 X 72 X 76 X 76 X 72 X 89 X 76 X 80 X 94 X 89 X 80 X 63 X 72 X 94 X 72 X 80 X 89 X 98 X 80 X 63 X 94 X 98 X 76 X 80 X-9999 +USW00023188199809WT01-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199809WT08-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199809WT13-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188199809WT16 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199810TMAX 222 0 200 0 206 0 217 0 267 0 294 0 278 0 239 0 217 0 211 0 217 0 206 0 217 0 200 0 189 0 206 0 250 0 244 0 228 0 217 0 206 0 228 0 222 0 261 0 189 0 200 0 206 0 206 0 189 0 200 0 200 0 +USW00023188199810TMIN 189 0 178 0 172 0 167 0 150 0 144 0 150 0 150 0 150 0 161 0 161 0 161 0 167 0 167 0 167 0 156 0 128 0 122 0 133 0 133 0 161 0 144 0 156 0 161 0 167 0 150 0 144 0 150 0 156 0 144 0 133 0 +USW00023188199810PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 13 0 0 0 +USW00023188199810SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199810SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199810AWND 32 X 26 X 38 X 30 X 20 X 21 X 16 X 19 X 22 X 25 X 17 X 21 X 22 X 34 X 35 X 30 X 26 X 21 X 18 X 17 X 21 X 26 X 25 X 25 X 30 X 30 X 22 X 27 X 31 X 25 X 18 X +USW00023188199810FMTM 1245 X 1527 X 1323 X 1443 X 1537 X 1406 X 1453 X 1516 X 1156 X 1433 X 1330 X 1433 X 1539 X 2325 X 1331 X 1615 X 1322 X 1505 X 1501 X 1311 X 1138 X 1417 X 1303 X 1439 X 1456 X 1159 X 1303 X 1341 X 1321 X 1424 X 1443 X +USW00023188199810PGTM 1244 W 1535 W 1322 W 1357 W 1723 W 1407 W 1453 W 1505 W 1422 W 1527 W 1342 W 1634 W 1444 W 2321 W 1326 W 1611 W 1530 W 1458 W 1223 W 1310 W 1302 W 1344 W 1226 W 1439 W 0637 W 1305 W 1344 W 1318 W 1310 W 1500 W 1434 W +USW00023188199810TAVG 206 W 189 W 189 W 194 W 211 W 222 W 217 W 194 W 183 W 189 W 189 W 183 W 194 W 183 W 178 W 183 W 189 W 183 W 183 W 178 W 183 W 189 W 189 W 211 W 178 W 178 W 178 W 178 W 172 W 172 W 167 W +USW00023188199810WDF2 280 X 200 X 220 X 280 X 300 X 310 X 280 X 280 X 190 X 220 X 200 X 260 X 270 X 230 X 210 X 280 X 280 X 300 X 270 X 250 X 220 X 280 X 280 X 290 X 170 X 220 X 260 X 280 X 220 X 250 X 270 X +USW00023188199810WDF5 270 X 230 X 220 X 270 X 330 X 310 X 280 X 280 X 210 X 220 X 260 X 270 X 280 X 230 X 220 X 270 X 310 X 300 X 290 X 250 X 200 X 280 X 280 X 290 X 270 X 200 X 280 X 300 X 210 X 270 X 280 X +USW00023188199810WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199810WSF2 89 X 49 X 72 X 63 X 67 X 72 X 67 X 63 X 49 X 45 X 49 X 49 X 58 X 58 X 72 X 58 X 89 X 80 X 45 X 58 X 45 X 67 X 67 X 76 X 58 X 72 X 72 X 76 X 63 X 67 X 63 X +USW00023188199810WSF5 98 X 58 X 80 X 80 X 76 X 80 X 72 X 80 X 58 X 63 X 63 X 58 X 72 X 67 X 89 X 67 X 98 X 103 X 58 X 72 X 58 X 80 X 89 X 89 X 67 X 76 X 80 X 103 X 76 X 80 X 72 X +USW00023188199810WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 +USW00023188199810WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 +USW00023188199810WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X +USW00023188199810WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00023188199811TMAX 200 0 189 0 206 0 206 0 178 0 189 0 194 0 167 0 172 0 200 0 172 0 189 0 217 0 228 0 189 0 178 0 183 0 178 0 211 0 222 0 222 0 222 0 183 0 183 0 200 0 211 0 167 0 167 0 161 0 178 0-9999 +USW00023188199811TMIN 122 0 122 0 122 0 122 0 139 0 133 0 122 0 144 0 122 0 100 0 122 0 94 0 100 0 106 0 100 0 89 0 144 0 128 0 106 0 100 0 94 0 94 0 106 0 128 0 106 0 111 0 128 0 133 0 122 0 100 0-9999 +USW00023188199811PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 81 0 0T 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 91 0 0T 0 0 0-9999 +USW00023188199811SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199811SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199811AWND 17 X 25 X 21 X 16 X 28 X 24 X 19 X 34 X 34 X 17 X 12 X 18 X 20 X 10 X 21 X 21 X 27 X 21 X 16 X 17 X 12 X 17 X 25 X 22 X 22 X 16 X 30 X 74 X 30 X 17 X-9999 +USW00023188199811FMTM 1503 X 1441 X 1340 X 1309 X 1015 X 1229 X 1354 X 1141 X 0345 X 1553 X 1429 X 1442 X 1508 X 1415 X 1231 X 1305 X 1302 X 1639 X 1426 X 1345 X 1258 X 1329 X 1408 X 1504 X 1523 X 1538 X 2343 X 0444 X 0139 X 1435 X-9999 +USW00023188199811PGTM 1426 W 1441 W 1339 W 1309 W 1009 W 1435 W 1331 W 0902 W 0257 W 1554 W 1425 W 1441 W 1514 W 1605 W 1229 W 1305 W 1318 W 1607 W 1425 W 1456 W 1345 W 1328 W 1734 W 1524 W 1342 W 1556 W 2321 W 0555 W 0006 W 1432 W-9999 +USW00023188199811TAVG 161 W 156 W 167 W 167 W 161 W 161 W 161 W 156 W 150 W 150 W 150 W 144 W 161 W 167 W 144 W 133 W 167 W 156 W 161 W 161 W 161 W 161 W 144 W 156 W 156 W 161 W 150 W 150 W 144 W 139 W-9999 +USW00023188199811WDF2 190 X 270 X 280 X 270 X 170 X 200 X 260 X 240 X 270 X 280 X 170 X 280 X 300 X 280 X 280 X 250 X 280 X 300 X 290 X 280 X 280 X 290 X 280 X 280 X 310 X 270 X 140 X 130 X 240 X 280 X-9999 +USW00023188199811WDF5 220 X 270 X 280 X 270 X 170 X 190 X 280 X 160 X 280 X 280 X 180 X 280 X 310 X 280 X 280 X 240 X 270 X 300 X 290 X 290 X 280 X 290 X 280 X 290 X 290 X 270 X 130 X 190 X 250 X 270 X-9999 +USW00023188199811WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199811WSF2 45 X 72 X 72 X 58 X 67 X 58 X 67 X 76 X 72 X 49 X 63 X 72 X 58 X 49 X 67 X 58 X 67 X 58 X 58 X 72 X 58 X 89 X 58 X 72 X 63 X 45 X 80 X 116 X 72 X 58 X-9999 +USW00023188199811WSF5 58 X 80 X 80 X 67 X 80 X 72 X 80 X 98 X 94 X 58 X 72 X 89 X 72 X 58 X 76 X 63 X 80 X 67 X 67 X 76 X 63 X 98 X 63 X 76 X 76 X 49 X 103 X 152 X 94 X 67 X-9999 +USW00023188199811WT01 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188199811WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188199811WT08 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188199811WT13 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188199811WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188199812TMAX 167 0 167 0 167 0 150 0 144 0 144 0 150 0 156 0 206 0 194 0 183 0 217 0 261 0 144 0 250 0 261 0 206 0 156 0 150 0 139 0 128 0 139 0 139 0 167 0 189 0 178 0 194 0 206 0 206 0 183 0 139 0 +USW00023188199812TMIN 111 0 128 0 100 0 117 0 89 0 78 0 50 0 56 0 56 0 67 0 61 0 61 0 83 0 100 0 83 0 106 0 100 0 139 0 128 0 106 0 72 0 56 0 61 0 39 0 39 0 72 0 78 0 78 0 83 0 83 0 94 0 +USW00023188199812PRCP 20 0 0 0 3 0 0T 0 117 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199812SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199812SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199812AWND 20 X 17 X 21 X 33 X 27 X 58 X 16 X 18 X 17 X 26 X 13 X 11 X 17 X 16 X 29 X 21 X 21 X 39 X 40 X 43 X 28 X 16 X 21 X 16 X 17 X 9 X 17 X 13 X 16 X 15 X 22 X +USW00023188199812FMTM 1416 X 1421 X 2341 X 1137 X 0418 X 0733 X 1405 X 1332 X 1421 X 1258 X 1452 X 1333 X 1455 X 0614 X 1338 X 1544 X 2133 X 0204 X 1521 X 1938 X 0045 X 1317 X 1554 X 1337 X 1409 X 1326 X 1521 X 1416 X 1441 X 2225 X 0821 X +USW00023188199812PGTM 1415 W 1359 W 2340 W 1240 W 0417 W 0730 W 1356 W 1520 W 1419 W 1257 W 1456 W 1333 W 1454 W 1221 W 1337 W 1543 W 2133 W 0153 W 1353 W 1932 W 0024 W 1414 W 1554 W 1337 W 1409 W 1328 W 1523 W 1415 W 1441 W 1458 W 0821 W +USW00023188199812TAVG 139 W 150 W 133 W 133 W 117 W 111 W 100 W 106 W 133 W 133 W 122 W 139 W 172 W 122 W 167 W 183 W 156 W 150 W 139 W 122 W 100 W 100 W 100 W 106 W 117 W 128 W 139 W 144 W 144 W 133 W 117 W +USW00023188199812WDF2 260 X 220 X 290 X 250 X 270 X 280 X 280 X 270 X 50 X 280 X 300 X 300 X 320 X 110 X 70 X 150 X 150 X 150 X 150 X 270 X 290 X 260 X 310 X 330 X 300 X 310 X 280 X 280 X 280 X 120 X 250 X +USW00023188199812WDF5 260 X 210 X 290 X 270 X 280 X 270 X 280 X 280 X 50 X 280 X 300 X 300 X 320 X 230 X 70 X 160 X 140 X 150 X 170 X 270 X 280 X 250 X 310 X 330 X 300 X 280 X 280 X 280 X 270 X 170 X 260 X +USW00023188199812WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199812WSF2 72 X 45 X 63 X 72 X 94 X 125 X 63 X 63 X 72 X 80 X 72 X 49 X 76 X 49 X 125 X 72 X 76 X 76 X 94 X 89 X 63 X 58 X 72 X 72 X 63 X 40 X 49 X 58 X 63 X 36 X 58 X +USW00023188199812WSF5 80 X 58 X 72 X 98 X 107 X 152 X 72 X 72 X 89 X 98 X 80 X 58 X 89 X 63 X 148 X 76 X 94 X 94 X 112 X 103 X 80 X 63 X 89 X 80 X 76 X 45 X 58 X 67 X 72 X 45 X 63 X +USW00023188199812WT01 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188199812WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188199812WT03-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199812WT08 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188199812WT13 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188199812WT16 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199901TMAX 189 0 217 0 261 0 228 0 239 0 206 0 144 0 200 0 222 0 211 0 183 0 156 0 156 0 239 0 200 0 167 0 183 0 156 0 172 0 161 0 172 0 183 0 206 0 178 0 133 0 133 0 144 0 172 0 183 0 172 0 156 0 +USW00023188199901TMIN 106 0 78 0 83 0 83 0 83 0 83 0 83 0 117 0 89 0 94 0 111 0 106 0 78 0 89 0 100 0 111 0 133 0 122 0 144 0 139 0 122 0 89 0 94 0 122 0 89 0 83 0 89 0 67 0 72 0 100 0 111 0 +USW00023188199901PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 18 0 0 0 0 0 0 0 196 0 99 0 28 0 0 0 0 0 0 0 15 0 +USW00023188199901SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199901SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199901AWND 27 X 14 X 13 X 16 X 13 X 12 X 17 X 35 X 18 X 10 X 18 X 20 X 20 X 16 X 17 X 26 X 18 X 25 X 29 X 30 X 26 X 17 X 21 X 29 X 31 X 36 X 26 X 18 X 14 X 17 X 29 X +USW00023188199901FMTM 1401 X 1516 X 1604 X 1511 X 1433 X 1113 X 1409 X 2031 X 1923 X 1406 X 1300 X 0700 X 1314 X 1518 X 1444 X 1206 X 1639 X 1437 X 1540 X 1632 X 1238 X 1438 X 1624 X 0955 X 0342 X 1159 X 1640 X 1553 X 1359 X 1421 X 1103 X +USW00023188199901PGTM 1401 W 1522 W 1355 W 1511 W 1600 W 1112 W 1400 W 2027 W 1928 W 1405 W 1754 W 1305 W 1314 W 1538 W 1444 W 1206 W 1619 W 1405 W 1526 W 1631 W 1321 W 1522 W 1623 W 1545 W 0341 W 0906 W 1655 W 1610 W 1357 W 1420 W 1102 W +USW00023188199901TAVG 150 W 150 W 172 W 156 W 161 W 144 W 117 W 161 W 156 W 156 W 150 W 133 W 117 W 167 W 150 W 139 W 161 W 139 W 161 W 150 W 150 W 139 W 150 W 150 W 111 W 111 W 117 W 122 W 128 W 139 W 133 W +USW00023188199901WDF2 280 X 150 X 200 X 290 X 310 X 300 X 250 X 50 X 30 X 150 X 190 X 100 X 280 X 280 X 280 X 190 X 300 X 310 X 290 X 280 X 280 X 280 X 280 X 320 X 240 X 180 X 290 X 280 X 180 X 210 X 230 X +USW00023188199901WDF5 280 X 160 X 10 X 290 X 330 X 300 X 230 X 50 X 30 X 150 X 110 X 200 X 280 X 310 X 290 X 190 X 280 X 300 X 270 X 280 X 280 X 280 X 280 X 280 X 240 X 220 X 310 X 310 X 180 X 210 X 230 X +USW00023188199901WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199901WSF2 63 X 58 X 40 X 49 X 45 X 40 X 45 X 80 X 72 X 40 X 49 X 49 X 63 X 45 X 63 X 67 X 58 X 72 X 67 X 58 X 76 X 67 X 72 X 67 X 89 X 80 X 76 X 63 X 40 X 58 X 76 X +USW00023188199901WSF5 72 X 63 X 58 X 63 X 49 X 45 X 58 X 107 X 80 X 45 X 63 X 58 X 76 X 49 X 67 X 72 X 67 X 94 X 89 X 67 X 103 X 72 X 89 X 76 X 103 X 107 X 94 X 72 X 49 X 67 X 89 X +USW00023188199901WT01 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 +USW00023188199901WT02-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199901WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188199901WT08 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188199901WT13 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X +USW00023188199901WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199901WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 +USW00023188199902TMAX 167 0 206 0 194 0 144 0 150 0 161 0 167 0 183 0 161 0 144 0 161 0 211 0 206 0 172 0 167 0 167 0 183 0 150 0 183 0 194 0 167 0 217 0 261 0 228 0 189 0 172 0 189 0 217 0-9999 -9999 -9999 +USW00023188199902TMIN 89 0 78 0 83 0 111 0 117 0 122 0 100 0 122 0 117 0 83 0 61 0 61 0 78 0 83 0 117 0 117 0 111 0 139 0 117 0 106 0 122 0 89 0 106 0 106 0 117 0 117 0 111 0 111 0-9999 -9999 -9999 +USW00023188199902PRCP 0 0 0 0 0 0 107 0 43 0 0T 0 5 0 0 0 23 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199902SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199902SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199902AWND 24 X 22 X 12 X 28 X 34 X 24 X 16 X 29 X 36 X 52 X 25 X 22 X 20 X 30 X 21 X 24 X 18 X 16 X 25 X 23 X 23 X 20 X 19 X 16 X 31 X 23 X 13 X 22 X-9999 -9999 -9999 +USW00023188199902FMTM 1340 X 1556 X 1441 X 1604 X-9999 1402 X 1333 X 1140 X 1857 X 1032 X 1417 X 1343 X 1244 X 1155 X 1437 X 0733 X 1636 X 1515 X 1636 X 1442 X 1655 X 1329 X 1541 X 1608 X 1122 X 1553 X 1631 X 1502 X-9999 -9999 -9999 +USW00023188199902PGTM 1436 W 1600 W 1440 W 1603 W-9999 1630 W 1332 W 1554 W 2301 W 1031 W 1341 W 1343 W 1244 W 1213 W 1611 W 0636 W 1513 W 1514 W 1635 W 1440 W 1652 W 1312 W 1556 W 1604 W 1121 W 1306 W 1652 W 1500 W-9999 -9999 -9999 +USW00023188199902TAVG 128 W 144 W 139 W 128 W-9999 144 W 133 W 156 W 139 W 117 W 111 W 139 W 144 W 128 W 144 W 144 W 150 W 144 W 150 W 150 W 144 W 156 W 183 W 167 W 156 W 144 W 150 W 167 W-9999 -9999 -9999 +USW00023188199902WDF2 280 X 290 X 190 X 30 X-9999 280 X 270 X 280 X 260 X 310 X 260 X 290 X 300 X 270 X 270 X 70 X 260 X 270 X 280 X 280 X 280 X 280 X 310 X 270 X 280 X 260 X 280 X 280 X-9999 -9999 -9999 +USW00023188199902WDF5 280 X 300 X 190 X 30 X-9999 300 X 270 X 280 X 270 X 300 X 270 X 290 X 300 X 260 X 310 X 50 X 260 X 270 X 270 X 280 X 280 X 280 X 320 X 280 X 280 X 250 X 280 X 270 X-9999 -9999 -9999 +USW00023188199902WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188199902WSF2 76 X 63 X 40 X 76 X-9999 67 X 63 X 72 X 107 X 98 X 67 X 63 X 67 X 76 X 76 X 58 X 49 X 45 X 58 X 80 X 63 X 72 X 72 X 49 X 80 X 63 X 49 X 67 X-9999 -9999 -9999 +USW00023188199902WSF5 89 X 72 X 49 X 89 X-9999 76 X 72 X 76 X 125 X 116 X 76 X 72 X 76 X 89 X 89 X 67 X 63 X 58 X 67 X 94 X 76 X 89 X 76 X 63 X 94 X 76 X 58 X 76 X-9999 -9999 -9999 +USW00023188199902WT01-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199902WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 +USW00023188199902WT13-9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199902WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199903TMAX 200 0 200 0 178 0 156 0 172 0 150 0 161 0 172 0 178 0 156 0 139 0 172 0 206 0 172 0 156 0 150 0 167 0 183 0 189 0 178 0 183 0 178 0 189 0 189 0 172 0 167 0 183 0 189 0 200 0 178 0 178 0 +USW00023188199903TMIN 111 0 117 0 122 0 133 0 122 0 117 0 106 0 106 0 117 0 128 0 106 0 89 0 100 0 111 0 106 0 89 0 106 0 106 0 106 0 122 0 100 0 122 0 139 0 133 0 111 0 117 0 139 0 144 0 117 0 144 0 128 0 +USW00023188199903PRCP 0 0 0 0 13 0 5 0 0 0 8 0 20 0 0 0 0 0 0 0 43 0 0 0 0 0 0 0 41 0 5 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 142 0 0T 0 0 0 0 0 0 0 0 0 0T 0 +USW00023188199903SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199903SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199903AWND 19 X 20 X 27 X 37 X 21 X 26 X 23 X 23 X 30 X 39 X 32 X 26 X 17 X 25 X 46 X 26 X 22 X 23 X 17 X 29 X 33 X 26 X 38 X 27 X 31 X 29 X 29 X 26 X 21 X 35 X 57 X +USW00023188199903FMTM 1621 X 1352 X 1413 X 0245 X 1419 X 1213 X 1458 X 1536 X 1416 X 1458 X 1459 X 1228 X 1544 X 1445 X 0817 X 1745 X 1558 X 1421 X 1419 X 1143 X 1422 X 1401 X 1405 X 1335 X 1310 X 1529 X 1220 X 1413 X 1409 X 1708 X 1437 X +USW00023188199903PGTM 1259 W 1414 W 1527 W 0232 W 1633 W 1519 W 1410 W 1530 W 1345 W 1517 W 1526 W 1231 W 1557 W 1444 W 1136 W 1737 W 1544 W 1420 W 1300 W 1142 W 1340 W 1134 W 1404 W 1308 W 1309 W 1216 W 1224 W 1326 W 1409 W 1730 W 1436 W +USW00023188199903TAVG 156 W 161 W 150 W 144 W 150 W 133 W 133 W 139 W 150 W 144 W 122 W 133 W 156 W 144 W 133 W 122 W 139 W 144 W 150 W 150 W 144 W 150 W 167 W 161 W 144 W 144 W 161 W 167 W 161 W 161 W 156 W +USW00023188199903WDF2 310 X 250 X 240 X 270 X 250 X 230 X 280 X 280 X 250 X 260 X 260 X 270 X 270 X 280 X 220 X 280 X 210 X 270 X 270 X 280 X 270 X 270 X 270 X 250 X 250 X 170 X 220 X 270 X 190 X 240 X 270 X +USW00023188199903WDF5 310 X 290 X 280 X 270 X 280 X 210 X 270 X 260 X 290 X 280 X 270 X 280 X 260 X 280 X 240 X 280 X 220 X 260 X 250 X 280 X 280 X 270 X 260 X 240 X 250 X 190 X 190 X 310 X 190 X 260 X 260 X +USW00023188199903WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199903WSF2 49 X 58 X 58 X 72 X 63 X 45 X 67 X 63 X 67 X 67 X 63 X 76 X 49 X 58 X 98 X 63 X 58 X 63 X 63 X 80 X 89 X 58 X 76 X 76 X 134 X 58 X 63 X 76 X 49 X 63 X 107 X +USW00023188199903WSF5 63 X 63 X 67 X 89 X 72 X 58 X 94 X 76 X 94 X 94 X 72 X 94 X 58 X 72 X 112 X 72 X 67 X 76 X 76 X 94 X 107 X 72 X 94 X 98 X 161 X 67 X 72 X 89 X 63 X 72 X 125 X +USW00023188199903WT01 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00023188199903WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188199903WT08 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188199903WT13 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 +USW00023188199903WT16-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 +USW00023188199904TMAX 144 0 167 0 161 0 161 0 161 0 172 0 161 0 172 0 156 0 183 0 161 0 167 0 172 0 189 0 200 0 289 0 272 0 272 0 244 0 194 0 161 0 144 0 167 0 172 0 178 0 178 0 172 0 156 0 150 0 161 0-9999 +USW00023188199904TMIN 72 0 72 0 100 0 111 0 94 0 122 0 111 0 111 0 111 0 94 0 117 0 111 0 128 0 122 0 128 0 106 0 139 0 144 0 139 0 139 0 144 0 117 0 106 0 133 0 133 0 122 0 133 0 122 0 117 0 122 0-9999 +USW00023188199904PRCP 150 0 0 0 25 0 3 0 0 0 15 0 69 0 3 0 0 0 0 0 109 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0-9999 +USW00023188199904SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199904SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199904AWND 44 X 38 X 69 X 44 X 25 X 42 X 34 X 39 X 61 X 24 X 48 X 29 X 30 X 29 X 26 X 28 X 18 X 27 X 26 X 34 X 44 X 55 X 47 X 30 X 34 X 34 X 31 X 66 X 53 X 38 X-9999 +USW00023188199904FMTM 1014 X 1042 X 2216 X 2355 X 1202 X 1413 X 0828 X 2132 X 1505 X 1407 X 2222 X 1527 X 1553 X 1552 X 1744 X 1631 X 1340 X 1452 X 1511 X 2038 X 1102 X 1523 X 1430 X 1158 X 1557 X 1245 X 1405 X 1423 X 1010 X 1154 X-9999 +USW00023188199904PGTM 1009 W 1035 W 2252 W 2354 W 1219 W 1413 W 1206 W 2132 W 0319 W 1338 W 2222 W 1456 W 1544 W 1638 W 1736 W 1631 W 1339 W 1452 W 1511 W 2038 W 0944 W 1512 W 1437 W 1131 W 1343 W 1425 W 1420 W 1654 W 0812 W 1153 W-9999 +USW00023188199904TAVG 111 W 122 W 133 W 139 W 128 W 150 W 139 W 144 W 133 W 139 W 139 W 139 W 150 W 156 W 167 W 200 W 206 W 211 W 194 W 167 W 156 W 133 W 139 W 156 W 156 W 150 W 156 W 139 W 133 W 144 W-9999 +USW00023188199904WDF2 240 X 160 X 260 X 250 X 210 X 180 X 250 X 270 X 280 X 280 X 130 X 270 X 270 X 270 X 300 X 320 X 260 X 280 X 310 X 150 X 180 X 210 X 170 X 220 X 270 X 280 X 280 X 260 X 240 X 210 X-9999 +USW00023188199904WDF5 260 X 160 X 260 X 250 X 220 X 180 X 230 X 270 X 290 X 260 X 140 X 260 X 270 X 270 X 300 X 320 X 260 X 280 X 310 X 140 X 170 X 220 X 170 X 220 X 280 X 280 X 280 X 250 X 250 X 220 X-9999 +USW00023188199904WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199904WSF2 89 X 89 X 143 X 134 X 63 X 98 X 94 X 107 X 94 X 72 X 94 X 72 X 63 X 72 X 58 X 72 X 45 X 67 X 67 X 63 X 67 X 80 X 94 X 67 X 76 X 72 X 67 X 125 X 80 X 58 X-9999 +USW00023188199904WSF5 103 X 107 X 165 X 165 X 72 X 116 X 112 X 134 X 125 X 80 X 107 X 89 X 72 X 76 X 67 X 89 X 58 X 76 X 72 X 67 X 89 X 98 X 103 X 80 X 89 X 89 X 76 X 143 X 107 X 72 X-9999 +USW00023188199904WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199904WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199904WT04-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199904WT05-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199904WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199904WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199904WT16 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188199905TMAX 178 0 167 0 161 0 161 0 183 0 211 0 172 0 156 0 167 0 172 0 183 0 189 0 161 0 194 0 167 0 183 0 206 0 172 0 189 0 167 0 161 0 172 0 189 0 194 0 183 0 194 0 194 0 178 0 178 0 183 0 206 0 +USW00023188199905TMIN 100 0 133 0 133 0 133 0 111 0 128 0 133 0 133 0 128 0 133 0 139 0 139 0 139 0 139 0 139 0 133 0 133 0 133 0 133 0 144 0 139 0 139 0 139 0 156 0 150 0 150 0 144 0 144 0 144 0 144 0 150 0 +USW00023188199905PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199905SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199905SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199905AWND 29 X 30 X 51 X 36 X 22 X 25 X 25 X 52 X 40 X 31 X 25 X 30 X 44 X 41 X 38 X 26 X 25 X 29 X 31 X 35 X 42 X 38 X 34 X 38 X 27 X 30 X 31 X 29 X 32 X 40 X 39 X +USW00023188199905FMTM 1332 X 1515 X 1411 X 1535 X 1317 X 1232 X 2345 X 1143 X 1238 X 1244 X 1340 X 1418 X 0523 X 1336 X 1824 X 1441 X 1022 X 1628 X 1607 X 0959 X 2201 X 1336 X 0045 X 1216 X 1137 X 1255 X 1544 X 1118 X 1555 X 1420 X 1538 X +USW00023188199905PGTM 1518 W 1520 W 1409 W 1519 W 1242 W 1514 W 1406 W 1139 W 1237 W 2342 W 1320 W 1417 W 0536 W 1336 W 0834 W 1437 W 1225 W 1328 W 1539 W 0957 W 2200 W 1335 W 0045 W 1215 W 1452 W 1254 W 1616 W 1208 W 1555 W 1030 W 1538 W +USW00023188199905TAVG 139 W 150 W 150 W 150 W 150 W 172 W 156 W 144 W 150 W 156 W 161 W 167 W 150 W 167 W 156 W 161 W 172 W 156 W 161 W 156 W 150 W 156 W 167 W 178 W 167 W 172 W 172 W 161 W 161 W 167 W 178 W +USW00023188199905WDF2 260 X 220 X 270 X 220 X 210 X 290 X 150 X 160 X 220 X 260 X 290 X 190 X 150 X 260 X 260 X 270 X 210 X 200 X 270 X 230 X 150 X 170 X 160 X 280 X 280 X 270 X 270 X 250 X 220 X 270 X 270 X +USW00023188199905WDF5 280 X 230 X 270 X 210 X 230 X 280 X 200 X 170 X 220 X 180 X 280 X 190 X 150 X 250 X 170 X 270 X 260 X 190 X 260 X 240 X 150 X 170 X 170 X 280 X 220 X 270 X 270 X 270 X 220 X 280 X 270 X +USW00023188199905WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199905WSF2 76 X 72 X 80 X 58 X 49 X 72 X 45 X 76 X 67 X 63 X 58 X 63 X 76 X 80 X 58 X 67 X 67 X 58 X 49 X 67 X 72 X 80 X 98 X 89 X 49 X 63 X 72 X 58 X 63 X 67 X 80 X +USW00023188199905WSF5 89 X 76 X 98 X 72 X 72 X 76 X 63 X 94 X 76 X 94 X 72 X 72 X 89 X 103 X 72 X 80 X 76 X 72 X 67 X 76 X 89 X 98 X 112 X 98 X 63 X 76 X 80 X 67 X 72 X 89 X 94 X +USW00023188199905WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 +USW00023188199905WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 +USW00023188199905WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00023188199905WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199906TMAX 183 0 183 0 172 0 178 0 189 0 194 0 189 0 178 0 178 0 183 0 200 0 206 0 206 0 217 0 183 0 189 0 194 0 200 0 206 0 183 0 172 0 183 0 206 0 211 0 200 0 194 0 206 0 206 0 222 0 211 0-9999 +USW00023188199906TMIN 144 0 133 0 122 0 133 0 122 0 144 0 139 0 144 0 144 0 150 0 156 0 156 0 156 0 156 0 150 0 144 0 156 0 156 0 150 0 144 0 144 0 150 0 139 0 167 0 156 0 150 0 156 0 156 0 167 0 161 0-9999 +USW00023188199906PRCP 0T 0 5 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199906SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199906SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199906AWND 26 X 38 X 46 X 41 X 32 X 33 X 31 X 40 X 25 X 29 X 29 X 31 X 28 X 25 X 25 X 26 X 27 X 30 X 24 X 26 X 37 X 30 X 31 X 42 X 31 X 24 X 26 X 26 X 29 X 25 X-9999 +USW00023188199906FMTM 1435 X 0701 X 2029 X 0224 X 1312 X 1322 X 1213 X 1129 X 1315 X 1205 X 1119 X 1253 X 1552 X 1428 X 1423 X 1516 X 1236 X 1532 X 1532 X 1544 X 1416 X 1136 X 1200 X 1353 X 0922 X 1218 X 1428 X 1809 X 1411 X 1343 X-9999 +USW00023188199906PGTM 1435 W 0701 W 2032 W 0219 W 1056 W 1307 W 1637 W 0910 W 1253 W 1205 W 1424 W 1019 W 1616 W 1425 W 1420 W 1203 W 1319 W 1422 W 1518 W 1423 W 1427 W 1358 W 1419 W 1407 W 1501 W 1526 W 1330 W 1857 W 1334 W 1555 W-9999 +USW00023188199906TAVG 167 W 161 W 150 W 156 W 156 W 172 W 167 W 161 W 161 W 167 W 178 W 183 W 183 W 189 W 167 W 167 W 178 W 178 W 178 W 167 W 161 W 167 W 172 W 189 W 178 W 172 W 183 W 183 W 194 W 189 W-9999 +USW00023188199906WDF2 280 X 280 X 260 X 240 X 270 X 270 X 200 X 180 X 210 X 200 X 250 X 260 X 280 X 270 X 220 X 220 X 220 X 270 X 260 X 200 X 180 X 180 X 280 X 270 X 280 X 200 X 200 X 270 X 280 X 210 X-9999 +USW00023188199906WDF5 290 X 270 X 250 X 260 X 270 X 280 X 280 X 180 X 200 X 200 X 270 X 290 X 270 X 290 X 200 X 230 X 200 X 260 X 270 X 180 X 200 X 200 X 270 X 280 X 270 X 210 X 220 X 280 X 280 X 240 X-9999 +USW00023188199906WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199906WSF2 63 X 80 X 80 X 80 X 80 X 72 X 58 X 67 X 58 X 63 X 63 X 67 X 67 X 45 X 45 X 49 X 49 X 67 X 49 X 49 X 63 X 63 X 67 X 76 X 63 X 58 X 58 X 58 X 67 X 49 X-9999 +USW00023188199906WSF5 67 X 94 X 98 X 103 X 98 X 89 X 63 X 98 X 72 X 72 X 94 X 89 X 72 X 58 X 58 X 67 X 63 X 80 X 67 X 72 X 76 X 72 X 72 X 89 X 72 X 67 X 72 X 63 X 80 X 80 X-9999 +USW00023188199906WT01-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 +USW00023188199906WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00023188199906WT13-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 +USW00023188199906WT16 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199907TMAX 200 0 183 0 189 0 211 0 222 0 206 0 200 0 250 0 256 0 250 0 239 0 256 0 278 0 233 0 239 0 233 0 228 0 222 0 228 0 228 0 228 0 244 0 239 0 222 0 206 0 217 0 211 0 211 0 222 0 233 0 222 0 +USW00023188199907TMIN 161 0 161 0 156 0 172 0 167 0 161 0 161 0 178 0 194 0 194 0 194 0 200 0 206 0 189 0 189 0 194 0 194 0 178 0 178 0 189 0 178 0 178 0 183 0 172 0 167 0 167 0 172 0 178 0 178 0 178 0 172 0 +USW00023188199907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199907SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199907SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199907AWND 30 X 36 X 31 X 32 X 26 X 30 X 23 X 25 X 36 X 33 X 33 X 30 X 29 X 30 X 25 X 31 X 30 X 28 X 33 X 36 X 34 X 42 X 42 X 36 X 25 X 32 X 30 X 34 X 31 X 28 X 29 X +USW00023188199907FMTM 1545 X 1422 X 1428 X 1501 X 1433 X 1405 X 1220 X 1128 X 1307 X 1335 X 1239 X 1427 X 1725 X 1519 X 1406 X 1752 X 1422 X 1402 X 1527 X 1318 X 1257 X 1240 X 1510 X 1139 X 1602 X 1627 X 1332 X 1300 X 1658 X 1810 X 1512 X +USW00023188199907PGTM 1518 W 1532 W 1424 W 1440 W 1428 W 1405 W 0636 W 1301 W 1228 W 1334 W 1843 W 1341 W 1228 W 1516 W 1430 W 1624 W 1459 W 1356 W 1545 W 1612 W 1433 W 1504 W 1510 W 1234 W 1632 W 1417 W 0642 W 1210 W 1213 W 1809 W 1259 W +USW00023188199907TAVG 183 W 172 W 172 W 194 W 194 W 183 W 183 W 217 W 228 W 222 W 217 W 228 W 244 W 211 W 217 W 217 W 211 W 200 W 206 W 211 W 206 W 211 W 211 W 200 W 189 W 194 W 194 W 194 W 200 W 206 W 200 W +USW00023188199907WDF2 200 X 170 X 240 X 260 X 260 X 230 X 150 X 270 X 270 X 280 X 270 X 160 X 280 X 190 X 190 X 280 X 270 X 200 X 270 X 260 X 280 X 270 X 280 X 280 X 200 X 260 X 280 X 270 X 270 X 270 X 260 X +USW00023188199907WDF5 200 X 190 X 230 X 270 X 260 X 220 X 210 X 270 X 280 X 280 X 280 X 230 X 260 X 190 X 200 X 270 X 290 X 210 X 280 X 320 X 270 X 270 X 270 X 270 X 220 X 280 X 220 X 270 X 280 X 270 X 260 X +USW00023188199907WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199907WSF2 49 X 58 X 63 X 67 X 63 X 63 X 45 X 58 X 76 X 72 X 67 X 58 X 49 X 63 X 58 X 67 X 63 X 58 X 72 X 72 X 76 X 80 X 89 X 67 X 49 X 67 X 63 X 67 X 58 X 58 X 58 X +USW00023188199907WSF5 67 X 72 X 76 X 80 X 72 X 72 X 94 X 63 X 98 X 76 X 72 X 67 X 67 X 72 X 67 X 76 X 80 X 67 X 80 X 80 X 89 X 94 X 98 X 76 X 63 X 80 X 94 X 76 X 67 X 67 X 80 X +USW00023188199907WT01 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00023188199907WT08 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 +USW00023188199907WT13 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 +USW00023188199907WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199908TMAX 228 0 239 0 261 0 206 0 200 0 211 0 222 0 222 0 211 0 211 0 222 0 228 0 217 0 211 0 217 0 239 0 239 0 228 0 211 0 217 0 217 0 206 0 239 0 256 0 256 0 272 0 239 0 233 0 222 0 228 0 206 0 +USW00023188199908TMIN 172 0 172 0 167 0 172 0 167 0 172 0 183 0 172 0 172 0 178 0 183 0 172 0 167 0 156 0 172 0 172 0 172 0 178 0 167 0 172 0 167 0 178 0 172 0 189 0 194 0 183 0 183 0 183 0 167 0 167 0 167 0 +USW00023188199908PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199908SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199908SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199908AWND 27 X 30 X 24 X 30 X 31 X 36 X 31 X 31 X 31 X 33 X 34 X 31 X 28 X 25 X 29 X 37 X 40 X 35 X 28 X 27 X 25 X 23 X 33 X 38 X 35 X 26 X 28 X 28 X 27 X 25 X 30 X +USW00023188199908FMTM 1758 X 1712 X 1711 X 1517 X 1740 X 1743 X 1723 X 1445 X 1238 X 1414 X 1218 X 1630 X 1355 X 1545 X 1128 X 1229 X 1217 X 1327 X 1252 X 1253 X 1404 X 1214 X 1134 X 1123 X 1034 X 1336 X 1442 X 1337 X 1100 X 1638 X 1335 X +USW00023188199908PGTM 1622 W 1711 W 1635 W 1204 W 1832 W 1743 W 1302 W 1444 W 1305 W 1539 W 1140 W 1425 W 1421 W 1533 W 1530 W 1214 W 1220 W 1359 W 1414 W 1255 W 1218 W 1425 W 1242 W 1123 W 1034 W 1335 W 1506 W 1337 W 1118 W 1626 W 1159 W +USW00023188199908TAVG 200 W 206 W 217 W 189 W 183 W 194 W 206 W 200 W 194 W 194 W 206 W 200 W 194 W 183 W 194 W 206 W 206 W 206 W 189 W 194 W 194 W 194 W 206 W 222 W 228 W 228 W 211 W 211 W 194 W 200 W 189 W +USW00023188199908WDF2 280 X 270 X 280 X 160 X 160 X 270 X 270 X 270 X 230 X 200 X 260 X 280 X 170 X 190 X 270 X 260 X 280 X 280 X 260 X 210 X 270 X 200 X 270 X 270 X 280 X 290 X 280 X 270 X 260 X 280 X 210 X +USW00023188199908WDF5 270 X 280 X 270 X 190 X 210 X 270 X 280 X 260 X 250 X 240 X 280 X 280 X 180 X 200 X 300 X 270 X 270 X 280 X 270 X 210 X 260 X 200 X 280 X 280 X 280 X 270 X 280 X 270 X 280 X 280 X 160 X +USW00023188199908WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199908WSF2 63 X 63 X 45 X 49 X 49 X 63 X 63 X 76 X 67 X 63 X 67 X 67 X 49 X 49 X 58 X 72 X 80 X 72 X 63 X 58 X 49 X 49 X 72 X 76 X 72 X 49 X 67 X 63 X 58 X 49 X 49 X +USW00023188199908WSF5 72 X 72 X 58 X 72 X 67 X 80 X 89 X 94 X 76 X 72 X 80 X 80 X 63 X 63 X 67 X 80 X 94 X 80 X 76 X 67 X 67 X 63 X 80 X 94 X 80 X 67 X 72 X 72 X 67 X 63 X 67 X +USW00023188199908WT01-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188199908WT08-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00023188199908WT13-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188199909TMAX 200 0 200 0 222 0 211 0 206 0 217 0 217 0 228 0 228 0 222 0 217 0 217 0 222 0 206 0 194 0 194 0 206 0 194 0 206 0 217 0 267 0 228 0 217 0 211 0 206 0 194 0 194 0 211 0 322 0 289 0-9999 +USW00023188199909TMIN 167 0 167 0 156 0 178 0 172 0 178 0 172 0 172 0 189 0 178 0 167 0 167 0 172 0 167 0 156 0 161 0 167 0 161 0 167 0 144 0 178 0 189 0 183 0 172 0 167 0 167 0 167 0 167 0 150 0 183 0-9999 +USW00023188199909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199909SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199909SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199909AWND 40 X 33 X 35 X 34 X 30 X 37 X 37 X 39 X 40 X 36 X 40 X 40 X 39 X 26 X 26 X 22 X 26 X 24 X 21 X 40 X 27 X 29 X 26 X 29 X 34 X 21 X 25 X 28 X 28 X 19 X-9999 +USW00023188199909FMTM 1224 X 1423 X 1410 X 1543 X 1502 X 1424 X 1156 X 1428 X 1032 X 1225 X 1242 X 1613 X 1408 X 1228 X 1441 X 1329 X 1452 X 1727 X 1141 X 1355 X 1520 X 0933 X 1435 X 1404 X 1419 X 1702 X 1453 X 1208 X 1202 X 1445 X-9999 +USW00023188199909PGTM 1317 W 1440 W 1415 W 1542 W 1501 W 1423 W 1220 W 1427 W 1309 W 1224 W 1242 W 1306 W 1234 W 1203 W 1417 W 1426 W 1407 W 1525 W 1156 W 1352 W 1553 W 1302 W 1311 W 1412 W 1419 W 1701 W 1452 W 1331 W 1145 W 1445 W-9999 +USW00023188199909TAVG 183 W 183 W 189 W 194 W 189 W 200 W 194 W 200 W 211 W 200 W 194 W 194 W 200 W 189 W 178 W 178 W 189 W 178 W 189 W 183 W 222 W 211 W 200 W 194 W 189 W 183 W 183 W 189 W 239 W 239 W-9999 +USW00023188199909WDF2 210 X 220 X 270 X 260 X 280 X 270 X 270 X 280 X 280 X 280 X 270 X 280 X 270 X 250 X 220 X 200 X 270 X 270 X 200 X 280 X 310 X 280 X 270 X 270 X 280 X 230 X 170 X 240 X 310 X 160 X-9999 +USW00023188199909WDF5 210 X 230 X 260 X 270 X 280 X 260 X 280 X 280 X 280 X 280 X 280 X 270 X 270 X 260 X 210 X 220 X 270 X 260 X 230 X 280 X 310 X 310 X 280 X 270 X 290 X 230 X 170 X 270 X 300 X 160 X-9999 +USW00023188199909WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199909WSF2 67 X 63 X 72 X 67 X 63 X 76 X 80 X 80 X 76 X 72 X 80 X 76 X 76 X 49 X 49 X 58 X 63 X 45 X 58 X 76 X 72 X 58 X 63 X 63 X 72 X 40 X 45 X 58 X 63 X 58 X-9999 +USW00023188199909WSF5 80 X 76 X 94 X 76 X 72 X 94 X 94 X 94 X 89 X 80 X 94 X 98 X 89 X 67 X 67 X 67 X 72 X 63 X 80 X 98 X 76 X 63 X 80 X 72 X 80 X 49 X 49 X 72 X 72 X 58 X-9999 +USW00023188199909WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188199909WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188199909WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00023188199909WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188199909WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199910TMAX 267 0 217 0 211 0 217 0 233 0 211 0 261 0 311 0 317 0 300 0 250 0 283 0 278 0 233 0 206 0 211 0 250 0 267 0 267 0 317 0 306 0 261 0 256 0 244 0 261 0 228 0 206 0 194 0 228 0 294 0 289 0 +USW00023188199910TMIN 161 0 150 0 161 0 150 0 150 0 172 0 156 0 161 0 167 0 178 0 172 0 161 0 167 0 156 0 172 0 156 0 144 0 128 0 133 0 150 0 161 0 144 0 128 0 144 0 172 0 161 0 150 0 150 0 167 0 139 0 133 0 +USW00023188199910PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199910SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199910SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199910AWND 19 X 25 X 37 X 31 X 24 X 31 X 24 X 24 X 16 X 19 X 24 X 23 X 23 X 18 X 21 X 24 X 28 X 17 X 17 X 17 X 17 X 21 X 26 X 21 X 24 X 26 X 25 X 31 X 21 X 20 X 17 X +USW00023188199910FMTM 1610 X 1512 X 1404 X 1325 X 1817 X 1340 X 1321 X 1302 X 1209 X 1406 X 1625 X 1356 X 1245 X 1554 X 1214 X 1422 X 1402 X 1505 X 1339 X 1511 X 1320 X 1611 X 1434 X 1403 X 1236 X 1406 X 1235 X 1307 X 1304 X 1434 X 1244 X +USW00023188199910PGTM 1539 W 1511 W 1403 W 1352 W 1335 W 1457 W 1326 W 1353 W 1209 W 1411 W 1629 W 1356 W 1244 W 1539 W 1213 W 1256 W 1245 W 1505 W 1338 W 1512 W 1330 W 1437 W 1434 W 1401 W 1235 W 1405 W 1239 W 1258 W 1227 W 1433 W 1253 W +USW00023188199910TAVG 217 W 183 W 189 W 183 W 194 W 194 W 211 W 239 W 244 W 239 W 211 W 222 W 222 W 194 W 189 W 183 W 200 W 200 W 200 W 233 W 233 W 206 W 194 W 194 W 217 W 194 W 178 W 172 W 200 W 217 W 211 W +USW00023188199910WDF2 270 X 270 X 280 X 280 X 300 X 260 X 270 X 300 X 300 X 290 X 290 X 290 X 280 X 160 X 160 X 280 X 280 X 310 X 290 X 270 X 300 X 280 X 300 X 280 X 280 X 280 X 280 X 280 X 270 X 300 X 290 X +USW00023188199910WDF5 300 X 270 X 280 X 270 X 260 X 270 X 280 X 290 X 300 X 300 X 290 X 290 X 280 X 180 X 160 X 250 X 290 X 310 X 290 X 280 X 290 X 280 X 300 X 280 X 280 X 280 X 290 X 280 X 280 X 300 X 310 X +USW00023188199910WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199910WSF2 45 X 58 X 80 X 72 X 49 X 76 X 72 X 67 X 63 X 63 X 63 X 63 X 76 X 40 X 63 X 58 X 76 X 72 X 67 X 63 X 67 X 49 X 63 X 67 X 67 X 67 X 58 X 76 X 67 X 67 X 67 X +USW00023188199910WSF5 58 X 67 X 94 X 80 X 63 X 94 X 80 X 76 X 67 X 72 X 72 X 72 X 89 X 49 X 76 X 72 X 89 X 94 X 76 X 72 X 76 X 63 X 72 X 76 X 76 X 72 X 67 X 94 X 76 X 76 X 80 X +USW00023188199910WT01 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188199910WT02 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199910WT08 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 +USW00023188199910WT13 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188199911TMAX 256 0 200 0 189 0 183 0 189 0 183 0 211 0 183 0 206 0 200 0 211 0 217 0 189 0 178 0 200 0 189 0 178 0 178 0 183 0 189 0 183 0 206 0 189 0 206 0 217 0 211 0 161 0 189 0 233 0 189 0-9999 +USW00023188199911TMIN 139 0 117 0 128 0 144 0 150 0 133 0 156 0 139 0 128 0 139 0 117 0 122 0 122 0 133 0 150 0 133 0 139 0 117 0 106 0 128 0 122 0 94 0 72 0 72 0 83 0 100 0 89 0 89 0 117 0 122 0-9999 +USW00023188199911PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199911SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199911SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199911AWND 19 X 21 X 27 X 21 X 19 X 14 X 17 X 17 X 28 X 24 X 19 X 21 X 19 X 20 X 28 X 25 X 24 X 15 X 15 X 19 X 18 X 22 X 19 X 17 X 16 X 13 X 12 X 18 X 17 X 25 X-9999 +USW00023188199911FMTM 1744 X 1305 X 1419 X-9999 1505 X 1725 X 1400 X 1711 X 1208 X 1413 X 1254 X 1453 X 1408 X 1419 X 1301 X 1416 X 1108 X 1444 X 1516 X 1637 X 1442 X 1542 X 1405 X 1323 X 1445 X 1339 X 1355 X 1455 X 1501 X 1253 X-9999 +USW00023188199911PGTM 1743 W 1304 W 1317 W-9999 1511 W 1559 W 1242 W 1710 W 1211 W 1415 W 1310 W 1453 W 1404 W 1417 W 1325 W 1214 W 1103 W 1527 W 1518 W 2125 W 1326 W 1618 W 1404 W 1403 W 1445 W 1345 W 1645 W 1453 W 1442 W 1338 W-9999 +USW00023188199911TAVG 200 W 161 W 161 W-9999 172 W 161 W 183 W 161 W 167 W 172 W 167 W 172 W 156 W 156 W 178 W 161 W 161 W 150 W 144 W 161 W 156 W 150 W 133 W 139 W 150 W 156 W 128 W 139 W 178 W 156 W-9999 +USW00023188199911WDF2 170 X 280 X 280 X-9999 260 X 300 X 270 X 300 X 270 X 280 X 280 X 280 X 260 X 270 X 280 X 290 X 280 X 230 X 280 X 300 X 270 X 290 X 300 X 280 X 280 X 160 X 220 X 280 X 280 X 290 X-9999 +USW00023188199911WDF5 170 X 280 X 270 X-9999 270 X 260 X 260 X 300 X 280 X 270 X 270 X 280 X 270 X 270 X 280 X 280 X 280 X 250 X 280 X 270 X 270 X 290 X 310 X 270 X 280 X 140 X 150 X 290 X 280 X 310 X-9999 +USW00023188199911WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188199911WSF2 45 X 45 X 72 X-9999 45 X 40 X 58 X 49 X 80 X 72 X 63 X 72 X 63 X 63 X 76 X 72 X 67 X 63 X 63 X 49 X 67 X 63 X 67 X 58 X 49 X 45 X 40 X 49 X 49 X 67 X-9999 +USW00023188199911WSF5 49 X 49 X 89 X-9999 49 X 49 X 72 X 63 X 94 X 80 X 67 X 80 X 72 X 76 X 89 X 89 X 80 X 67 X 72 X 63 X 76 X 72 X 80 X 67 X 63 X 49 X 45 X 67 X 63 X 76 X-9999 +USW00023188199911WT01 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188199911WT02 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188199911WT08-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188199911WT13 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188199911WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199911WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199912TMAX 172 0 189 0 189 0 189 0 194 0 178 0 167 0 178 0 172 0 150 0 189 0 183 0 150 0 183 0 194 0 222 0 228 0 194 0 228 0 233 0 228 0 233 0 250 0 239 0 222 0 217 0 222 0 211 0 200 0 178 0 150 0 +USW00023188199912TMIN 122 0 100 0 100 0 72 0 72 0 72 0 78 0 94 0 83 0 100 0 67 0 67 0 67 0 83 0 72 0 89 0 89 0 94 0 78 0 94 0 94 0 117 0 94 0 83 0 89 0 89 0 89 0 117 0 89 0 78 0 111 0 +USW00023188199912PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 74 0 +USW00023188199912SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 0 0 0 0 0 0 Z 0 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 0 0 0 0 0 0 0 +USW00023188199912SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 0 0 0 0 0 0 Z 0 Z 0 Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Z 0 0 0 0 0 0 0 0 +USW00023188199912AWND 21 X 19 X 20 X 21 X 15 X 12 X 17 X 14 X 14 X 29 X 17 X 9 X 17 X 17 X 15 X 15 X 12 X 16 X 19 X 13 X 14 X 39 X 24 X 11 X 15 X 18 X 15 X 16 X 8 X 13 X 29 X +USW00023188199912FMTM 1414 X 1344 X 1303 X 1221 X 1337 X 1520 X 1036 X 1534 X 1444 X 0723 X 1535 X 1415 X 1509 X 1405 X 1321 X 1343 X 1516 X 1339 X 1511 X 1521 X 1408 X 0420 X 1401 X 1605 X 1245 X 1443 X 1422 X 1424 X 1440 X 1522 X 1525 X +USW00023188199912PGTM 1411 W 1239 W 1329 W 1516 W 1411 W 1332 W 1545 W 1539 W 1435 W 1109 W 1534 W 1415 W 1512 W 1407 W 1437 W 1409 W 1521 W 1103 W 1536 W 1521 W 1407 W 0410 W 1401 W 1605 W 1226 W 1442 W 1342 W 1424 W 1504 W 1517 W 1525 W +USW00023188199912TAVG 150 W 144 W 144 W 133 W 133 W 128 W 122 W 139 W 128 W 128 W 128 W 128 W 111 W 133 W 133 W 156 W 161 W 144 W 156 W 167 W 161 W 178 W 172 W 161 W 156 W 156 W 156 W 167 W 144 W 128 W 133 W +USW00023188199912WDF2 260 X 270 X 280 X 280 X 280 X 270 X 150 X 300 X 200 X 130 X 310 X 160 X 230 X 300 X 300 X 280 X 280 X 150 X 310 X 280 X 190 X 30 X 60 X 280 X 280 X 300 X 300 X 280 X 270 X 280 X 220 X +USW00023188199912WDF5 270 X 270 X 280 X 300 X 300 X 280 X 240 X 300 X 200 X 300 X 310 X 160 X 230 X 290 X 270 X 290 X 290 X 150 X 310 X 280 X 190 X 30 X 60 X 280 X 300 X 310 X 310 X 270 X 270 X 270 X 220 X +USW00023188199912WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188199912WSF2 49 X 58 X 67 X 63 X 67 X 49 X 49 X 63 X 45 X 76 X 58 X 40 X 49 X 49 X 58 X 58 X 45 X 40 X 58 X 49 X 45 X 103 X 80 X 58 X 45 X 63 X 63 X 45 X 45 X 45 X 67 X +USW00023188199912WSF5 67 X 72 X 72 X 67 X 76 X 63 X 58 X 67 X 58 X 89 X 67 X 45 X 58 X 63 X 63 X 63 X 58 X 49 X 63 X 63 X 49 X 143 X 103 X 63 X 58 X 72 X 72 X 49 X 49 X 58 X 76 X +USW00023188199912WT01 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00023188199912WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188199912WT08 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00023188199912WT13 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188199912WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188200001TMAX 150 0 156 0 194 0 194 0 178 0 200 0 178 0 161 0 178 0 167 0 150 0 161 0 222 0 250 0 206 0 200 0 250 0 244 0 233 0 211 0 167 0 172 0 189 0 244 0 178 0 167 0 178 0 161 0 161 0 167 0 161 0 +USW00023188200001TMIN 106 0 94 0 72 0 72 0 72 0 61 0 72 0 67 0 67 0 67 0 78 0 111 0 89 0 111 0 128 0 117 0 150 0 150 0 133 0 144 0 133 0 122 0 106 0 144 0 144 0 111 0 83 0 83 0 83 0 111 0 117 0 +USW00023188200001PRCP 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 5 0 0 0 0 0 0T 0 0 0 20 0 +USW00023188200001SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200001SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200001AWND 29 X 43 X 16 X 21 X 12 X 13 X 15 X 17 X 12 X 13 X 21 X 27 X 24 X 17 X 16 X 11 X 31 X 21 X 22 X 21 X 26 X 19 X 21 X 17 X 21 X 29 X 17 X 18 X 19 X 16 X 29 X +USW00023188200001FMTM 1145 X 0230 X 1432 X 1324 X 1532 X 1619 X 1243 X 1454 X 1607 X 1536 X 1505 X 1444 X 1639 X 1323 X 1418 X 1611 X 1534 X 1652 X 1618 X 1305 X 1331 X 1506 X 1459 X 1928 X 1604 X 1559 X 1420 X 1413 X 1217 X 1453 X 1527 X +USW00023188200001PGTM 1144 W 0229 W 1421 W 1324 W 1311 W 1619 W 1302 W 1459 W 1605 W 1536 W 1537 W 1437 W 1633 W 1314 W 1357 W 1334 W 1534 W 1645 W 1618 W 1212 W 1352 W 1210 W 1627 W 1931 W 1956 W 1236 W 1403 W 1412 W 1220 W 1452 W 1541 W +USW00023188200001TAVG 128 W 128 W 133 W 133 W 128 W 133 W 128 W 117 W 122 W 117 W 117 W 139 W 156 W 183 W 167 W 161 W 200 W 200 W 183 W 178 W 150 W 150 W 150 W 194 W 161 W 144 W 133 W 122 W 122 W 139 W 139 W +USW00023188200001WDF2 270 X 270 X 320 X 330 X 290 X 320 X 220 X 290 X 270 X 270 X 280 X 270 X 320 X 280 X 160 X 30 X 330 X 300 X 290 X 270 X 270 X 280 X 330 X 340 X 110 X 270 X 280 X 280 X 250 X 270 X 280 X +USW00023188200001WDF5 270 X 260 X 320 X 330 X 280 X 320 X 230 X 300 X 270 X 270 X 280 X 280 X 320 X 310 X 160 X 40 X 330 X 320 X 280 X 260 X 260 X 270 X 290 X 330 X 160 X 280 X 280 X 280 X 260 X 270 X 270 X +USW00023188200001WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200001WSF2 72 X 94 X 67 X 72 X 40 X 63 X 45 X 67 X 45 X 45 X 63 X 63 X 63 X 49 X 58 X 58 X 80 X 63 X 72 X 72 X 63 X 49 X 63 X 49 X 58 X 58 X 58 X 89 X 58 X 49 X 63 X +USW00023188200001WSF5 80 X 112 X 76 X 80 X 49 X 72 X 49 X 80 X 58 X 49 X 67 X 72 X 80 X 63 X 67 X 67 X 103 X 76 X 89 X 80 X 76 X 63 X 72 X 63 X 72 X 89 X 67 X 103 X 63 X 63 X 67 X +USW00023188200001WT01 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188200001WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188200001WT08-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00023188200001WT13 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188200001WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 +USW00023188200002TMAX 222 0 283 0 244 0 178 0 178 0 233 0 233 0 206 0 167 0 172 0 172 0 167 0 167 0 172 0 183 0 178 0 156 0 178 0 250 0 178 0 161 0 167 0 161 0 150 0 161 0 172 0 161 0 156 0 161 0-9999 -9999 +USW00023188200002TMIN 94 0 139 0 100 0 111 0 133 0 117 0 100 0 133 0 117 0 128 0 128 0 128 0 122 0 139 0 122 0 128 0 106 0 83 0 111 0 128 0 111 0 100 0 111 0 117 0 111 0 94 0 111 0 117 0 89 0-9999 -9999 +USW00023188200002PRCP 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0T 0 0 0 28 0 3 0 99 0 25 0 3 0 0 0 48 0 5 0 0 0 0 0 130 0 404 0 0T 0 178 0 0T 0 0 0 0 0 5 0 0T 0 0 0-9999 -9999 +USW00023188200002SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188200002SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188200002AWND 21 X 39 X 18 X 24 X 25 X 24 X 18 X 27 X 19 X 36 X 20 X 35 X 33 X 24 X 29 X 44 X 41 X 12 X 18 X 71 X 48 X 17 X 50 X 44 X 19 X 22 X 29 X 36 X 25 X-9999 -9999 +USW00023188200002FMTM 1800 X 1130 X 1303 X 1631 X 1659 X 1520 X 1310 X 1304 X 1125 X 1822 X 1338 X 0445 X 2124 X 1642 X 1614 X 1609 X 0528 X 1437 X 1213 X 2018 X 1713 X 1540 X 1642 X 0025 X 1558 X 1241 X 1631 X 0931 X 1316 X-9999 -9999 +USW00023188200002PGTM 1741 W 1130 W 1136 W 1604 W 1910 W 1520 W 1408 W 0726 W 1517 W 1820 W 1336 W 0445 W 2141 W 1640 W 1642 W 1608 W 0526 W 1038 W 1201 W 1904 W 1327 W 1305 W 1641 W 0024 W 0859 W 1252 W 1630 W 0930 W 1315 W-9999 -9999 +USW00023188200002TAVG 161 W 211 W 172 W 144 W 156 W 178 W 167 W 172 W 144 W 150 W 150 W 150 W 144 W 156 W 156 W 156 W 133 W 133 W 183 W 156 W 139 W 133 W 139 W 133 W 139 W 133 W 139 W 139 W 128 W-9999 -9999 +USW00023188200002WDF2 360 X 90 X 180 X 200 X 280 X 280 X 270 X 260 X 280 X 170 X 240 X 210 X 100 X 280 X 280 X 180 X 280 X 300 X 180 X 140 X 180 X 270 X 240 X 290 X 260 X 280 X 220 X 260 X 280 X-9999 -9999 +USW00023188200002WDF5 360 X 100 X 150 X 200 X 300 X 270 X 300 X 220 X 300 X 150 X 240 X 210 X 110 X 270 X 280 X 170 X 280 X 350 X 190 X 140 X 150 X 200 X 230 X 280 X 190 X 280 X 220 X 250 X 270 X-9999 -9999 +USW00023188200002WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188200002WSF2 67 X 80 X 49 X 45 X 67 X 89 X 67 X 72 X 63 X 98 X 63 X 94 X 58 X 45 X 76 X 94 X 80 X 45 X 63 X 125 X 112 X 58 X 107 X 76 X 45 X 72 X 76 X 72 X 63 X-9999 -9999 +USW00023188200002WSF5 80 X 103 X 63 X 58 X 72 X 103 X 76 X 89 X 67 X 107 X 72 X 107 X 67 X 58 X 89 X 112 X 98 X 58 X 76 X 161 X 134 X 67 X 125 X 103 X 63 X 80 X 89 X 80 X 76 X-9999 -9999 +USW00023188200002WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200002WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200002WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188200002WT13-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188200002WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188200003TMAX 161 0 178 0 144 0 161 0 150 0 150 0 144 0 150 0 161 0 189 0 228 0 178 0 161 0 200 0 178 0 167 0 189 0 211 0 194 0 178 0 194 0 200 0 189 0 172 0 172 0 183 0 161 0 167 0 167 0 172 0 211 0 +USW00023188200003TMIN 117 0 100 0 117 0 111 0 94 0 72 0 100 0 100 0 83 0 94 0 106 0 111 0 133 0 117 0 122 0 128 0 139 0 133 0 122 0 128 0 94 0 100 0 111 0 117 0 122 0 122 0 139 0 133 0 133 0 133 0 106 0 +USW00023188200003PRCP 10 0 0 0 3 0 13 0 163 0 13 0 13 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188200003SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200003SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200003AWND 22 X 23 X 24 X 26 X 57 X 28 X 38 X 40 X 25 X 28 X 24 X 22 X 32 X 25 X 29 X 27 X 31 X 21 X 28 X 37 X 24 X 24 X 25 X 34 X 30 X 31 X 25 X 39 X 31 X 30 X 31 X +USW00023188200003FMTM 1428 X 1655 X 1857 X 1455 X 1122 X 1413 X 1122 X 1232 X 1632 X 1312 X 1455 X 2322 X 0140 X 1321 X 1433 X 1138 X 1423 X 1438 X 2334 X 1817 X 1420 X 1210 X 1444 X 1616 X 1409 X 1638 X 1708 X 1526 X 1317 X 1506 X 1528 X +USW00023188200003PGTM 1602 W 1632 W 1856 W 1353 W 1121 W 1426 W 1021 W 1230 W 1513 W 1311 W 1454 W 2334 W 0110 W 1320 W 1426 W 1138 W 1423 W 1513 W 2334 W 1815 W 1420 W 1209 W 1406 W 1115 W 1409 W 1641 W 1713 W 1223 W 1316 W 1418 W 1737 W +USW00023188200003TAVG 139 W 139 W 133 W 139 W 122 W 111 W 122 W 128 W 122 W 144 W 167 W 144 W 150 W 161 W 150 W 150 W 167 W 172 W 161 W 156 W 144 W 150 W 150 W 144 W 150 W 156 W 150 W 150 W 150 W 156 W 161 W +USW00023188200003WDF2 260 X 260 X 200 X 260 X 250 X 270 X 170 X 150 X 280 X 280 X 280 X 130 X 160 X 280 X 160 X 270 X 280 X 280 X 240 X 270 X 260 X 280 X 280 X 280 X 260 X 270 X 220 X 220 X 250 X 280 X 270 X +USW00023188200003WDF5 270 X 280 X 200 X 240 X 250 X 290 X 170 X 150 X 270 X 280 X 280 X 150 X 160 X 280 X 170 X 270 X 280 X 300 X 240 X 270 X 270 X 280 X 270 X 280 X 260 X 270 X 210 X 190 X 220 X 290 X 320 X +USW00023188200003WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200003WSF2 63 X 72 X 63 X 67 X 170 X 72 X 80 X 103 X 67 X 80 X 72 X 49 X 58 X 67 X 58 X 76 X 80 X 63 X 58 X 72 X 72 X 72 X 76 X 72 X 80 X 72 X 58 X 63 X 63 X 63 X 80 X +USW00023188200003WSF5 67 X 89 X 72 X 94 X 201 X 76 X 98 X 134 X 80 X 98 X 89 X 63 X 67 X 76 X 72 X 80 X 98 X 67 X 67 X 89 X 76 X 89 X 94 X 89 X 94 X 76 X 63 X 76 X 89 X 80 X 98 X +USW00023188200003WT01 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188200003WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188200003WT13 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188200003WT16 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188200004TMAX 261 0 200 0 206 0 200 0 189 0 172 0 194 0 200 0 189 0 189 0 217 0 194 0 200 0 189 0 183 0 183 0 183 0 183 0 183 0 206 0 172 0 178 0 189 0 194 0 228 0 256 0 183 0 183 0 200 0 244 0-9999 +USW00023188200004TMIN 111 0 133 0 139 0 133 0 139 0 133 0 144 0 139 0 144 0 144 0 139 0 144 0 133 0 150 0 139 0 133 0 128 0 133 0 122 0 128 0 139 0 144 0 144 0 139 0 144 0 156 0 150 0 150 0 144 0 144 0-9999 +USW00023188200004PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 104 0 20 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200004SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200004SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200004AWND 25 X 25 X 26 X 34 X 25 X 26 X 32 X 33 X 25 X 28 X 23 X 25 X 35 X 44 X 29 X 33 X 46 X 42 X 35 X 21 X 42 X 36 X 30 X 29 X 24 X 26 X 36 X 30 X 31 X 22 X-9999 +USW00023188200004FMTM 1607 X 1424 X 1406 X 1518 X 1500 X 1414 X 1602 X 1359 X 1200 X 1339 X 1657 X 1359 X 1414 X 1408 X 1255 X 1310 X 1435 X 1335 X 1317 X 1243 X 1418 X 1518 X 1410 X 1301 X 1419 X 1236 X 1413 X 1414 X 1402 X 1254 X-9999 +USW00023188200004PGTM 1527 W 1608 W 1406 W 1519 W 1459 W 1605 W 1531 W 1358 W 1420 W 1355 W 1656 W 1245 W 1413 W 1408 W 1327 W 1545 W 1433 W 0827 W 1234 W 1239 W 1111 W 1205 W 1617 W 1301 W 1421 W 1228 W 1415 W 1420 W 1241 W 1232 W-9999 +USW00023188200004TAVG 189 W 167 W 172 W 167 W 167 W 156 W 172 W 172 W 167 W 167 W 178 W 172 W 167 W 172 W 161 W 161 W 156 W 161 W 156 W 167 W 156 W 161 W 167 W 167 W 189 W 206 W 167 W 167 W 172 W 194 W-9999 +USW00023188200004WDF2 280 X 160 X 280 X 280 X 280 X 230 X 280 X 280 X 300 X 240 X 280 X 270 X 280 X 250 X 260 X 220 X 150 X 260 X 280 X 290 X 220 X 280 X 260 X 280 X 280 X 200 X 210 X 220 X 270 X 300 X-9999 +USW00023188200004WDF5 270 X 180 X 280 X 280 X 280 X 300 X 290 X 280 X 300 X 280 X 270 X 310 X 280 X 260 X 260 X 190 X 150 X 260 X 290 X 290 X 210 X 220 X 270 X 280 X 290 X 180 X 210 X 210 X 290 X 280 X-9999 +USW00023188200004WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200004WSF2 76 X 58 X 58 X 94 X 67 X 58 X 76 X 76 X 63 X 63 X 58 X 58 X 80 X 76 X 72 X 63 X 107 X 76 X 76 X 67 X 72 X 63 X 67 X 89 X 72 X 63 X 63 X 67 X 76 X 76 X-9999 +USW00023188200004WSF5 98 X 63 X 63 X 103 X 80 X 63 X 89 X 89 X 72 X 72 X 67 X 76 X 98 X 103 X 89 X 76 X 143 X 103 X 98 X 80 X 89 X 76 X 76 X 98 X 80 X 72 X 72 X 80 X 94 X 94 X-9999 +USW00023188200004WT01-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200004WT08-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200004WT13-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188200004WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200005TMAX 244 0 239 0 206 0 183 0 189 0 194 0 206 0 200 0 211 0 194 0 200 0 250 0 222 0 200 0 206 0 189 0 194 0 211 0 222 0 211 0 200 0 183 0 183 0 194 0 189 0 211 0 222 0 244 0 194 0 194 0 200 0 +USW00023188200005TMIN 150 0 161 0 167 0 161 0 161 0 161 0 156 0 167 0 161 0 156 0 150 0 133 0 139 0 144 0 144 0 150 0 139 0 156 0 161 0 150 0 144 0 156 0 156 0 161 0 161 0 161 0 167 0 161 0 161 0 167 0 167 0 +USW00023188200005PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200005SNOW 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200005SNWD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200005AWND 27 X 27 X 34 X 25 X 28 X 21 X 35 X 31 X 28 X 39 X 38 X 29 X 26 X 37 X 38 X 48 X 30 X 26 X 26 X 27 X 29 X 30 X 35 X 29 X 28 X 30 X 25 X 25 X 21 X 29 X 28 X +USW00023188200005FMTM 1430 X 1630 X 1521 X 1207 X 1244 X 1344 X 1533 X 1353 X 1054 X 1521 X 1640 X 1255 X 1438 X 1355 X 1808 X 1524 X 1234 X 1253 X 1342 X 1554 X 1201 X 1212 X 1352 X 1436 X 1224 X 1343 X 1045 X 1406 X 1413 X 1359 X 1127 X +USW00023188200005PGTM 1429 W 1238 W 1504 W 1340 W 1231 W 1421 W 1531 W 1353 W 1054 W 1330 W 1530 W 1435 W 1430 W 1432 W 1108 W 1424 W 1420 W 1245 W 1335 W 1552 W 1321 W 0644 W 1327 W 1318 W 2055 W 1343 W 1045 W 1320 W 1413 W 0945 W 1129 W +USW00023188200005TAVG 200 W 200 W 189 W 172 W 178 W 178 W 183 W 183 W 189 W 178 W 178 W 194 W 183 W 172 W 178 W 172 W 167 W 183 W 194 W 183 W 172 W 172 W 172 W 178 W 178 W 189 W 194 W 206 W 178 W 183 W 183 W +USW00023188200005WDF2 270 X 270 X 190 X 210 X 280 X 260 X 280 X 270 X 250 X 260 X 280 X 280 X 280 X 280 X 270 X 260 X 220 X 280 X 280 X 160 X 160 X 190 X 180 X 180 X 200 X 270 X 160 X 190 X 160 X 210 X 200 X +USW00023188200005WDF5 280 X 260 X 170 X 210 X 250 X 240 X 280 X 270 X 260 X 230 X 290 X 280 X 270 X 300 X 280 X 290 X 230 X 280 X 280 X 170 X 180 X 190 X 180 X 210 X 280 X 270 X 150 X 250 X 160 X 210 X 230 X +USW00023188200005WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200005WSF2 63 X 58 X 49 X 49 X 58 X 58 X 72 X 63 X 67 X 67 X 80 X 89 X 67 X 76 X 72 X 80 X 63 X 58 X 63 X 49 X 58 X 63 X 72 X 49 X 49 X 76 X 58 X 49 X 58 X 58 X 58 X +USW00023188200005WSF5 72 X 76 X 67 X 58 X 67 X 72 X 80 X 72 X 76 X 80 X 103 X 98 X 76 X 89 X 94 X 116 X 72 X 67 X 72 X 63 X 67 X 80 X 89 X 67 X 58 X 89 X 67 X 67 X 72 X 72 X 67 X +USW00023188200005WT01 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00023188200005WT08-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00023188200005WT13 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00023188200005WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200006TMAX 217 0 217 0 228 0 228 0 228 0 233 0 222 0 217 0 211 0 200 0 211 0 222 0 206 0 194 0 222 0 211 0 211 0 217 0 222 0 228 0 217 0 233 0 211 0 228 0 317 0 256 0 239 0 239 0 228 0 228 0-9999 +USW00023188200006TMIN 172 0 172 0 167 0 167 0 172 0 156 0 172 0 167 0 156 0 161 0 172 0 183 0 172 0 172 0 167 0 178 0 178 0 183 0 183 0 189 0 189 0 183 0 178 0 183 0 194 0 200 0 189 0 183 0 183 0 189 0-9999 +USW00023188200006PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200006AWND 27 X 30 X 38 X 38 X 27 X 26 X 31 X 43 X 28 X 29 X 27 X 24 X 27 X 25 X 27 X 31 X 35 X 28 X 34 X 33 X 38 X 30 X 33 X 33 X 25 X 39 X 33 X 26 X 29 X 30 X-9999 +USW00023188200006FMTM 1214 X 1538 X 1617 X 1420 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1240 X 1439 X 1344 X 1306 X 1344 X 1158 X 1416 X 1332 X 1239 X 1012 X 1632 X 0716 X 1803 X 1608 X 1144 X 1422 X 1258 X 1326 X 1540 X-9999 +USW00023188200006PGTM 1427 W 1528 W 1617 W 1425 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1451 W 1440 W 1344 W 1552 W 1250 W 1316 W 1556 W 1415 W 1300 W 1151 W 1526 W 1349 W 1346 W 1610 W 1144 W 1615 W 1334 W 1336 W 1354 W-9999 +USW00023188200006TAVG 194 W 194 W 200 W 200 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 206 W 189 W 183 W 194 W 194 W 194 W 200 W 206 W 211 W 206 W 211 W 194 W 206 W 256 W 228 W 217 W 211 W 206 W 211 W-9999 +USW00023188200006WDF2 280 X 280 X 280 X 270 X 280 Z 290 Z 310 Z 270 Z 250 Z 220 Z 210 Z 200 X 190 X 180 X 280 X 210 X 220 X 280 X 210 X 260 X 260 X 270 X 170 X 280 X 250 X 280 X 290 X 270 X 270 X 280 X-9999 +USW00023188200006WDF5 270 X 280 X 280 X 280 X 280 Z 290 Z 310 Z 270 Z 250 Z 220 Z 210 Z 250 X 200 X 200 X 250 X 220 X 200 X 270 X 240 X 270 X 280 X 270 X 220 X 280 X 240 X 280 X 280 X 260 X 290 X 270 X-9999 +USW00023188200006WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200006WSF2 58 X 72 X 72 X 76 X 54 Z 54 Z 58 Z 76 Z 58 Z 54 Z 54 Z 63 X 63 X 67 X 58 X 63 X 67 X 58 X 63 X 63 X 67 X 58 X 58 X 63 X 103 X 76 X 67 X 54 X 67 X 58 X-9999 +USW00023188200006WSF5 67 X 80 X 80 X 89 X 54 Z 54 Z 58 Z 76 Z 58 Z 54 Z 54 Z 72 X 67 X 112 X 76 X 76 X 76 X 72 X 76 X 89 X 76 X 76 X 67 X 76 X 112 X 89 X 72 X 67 X 76 X 72 X-9999 +USW00023188200006WT01-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188200006WT08 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00023188200006WT13-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188200006WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200007TMAX 228 0 222 0 222 0 217 0 217 0 228 0 222 0 211 0 217 0 217 0 222 0 228 0 228 0 233 0 228 0 222 0 233 0 250 0 261 0 233 0 211 0 250 0 244 0 250 0 233 0 222 0 233 0 233 0 233 0 233 0 256 0 +USW00023188200007TMIN 183 0 183 0 189 0 178 0 178 0 167 0 178 0 172 0 178 0 183 0 183 0 183 0 183 0 178 0 178 0 178 0 178 0 189 0 183 0 183 0 178 0 178 0 200 0 178 0 194 0 183 0 183 0 183 0 194 0 183 0 183 0 +USW00023188200007PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200007AWND 29 X 27 X 32 X 29 X 28 X 27 X 29 X 28 X 25 X 33 X 29 X 35 X 42 X 32 X 32 X 31 X 41 X 30 X 27 X 25 X 23 X 20 X 25 X 32 X 30 X 28 X 25 X 26 X 28 X 31 X 31 X +USW00023188200007FMTM 1636 X 1128 X 1628 X 1327 X 1331 X 1446 X 1421 X 1227 X 1411 X 1418 X 1507 X 1534 X 1514 X 1405 X 1550 X 1538 X 1353 X 1358 X 1642 X 0937 X 1201 X 1409 X 1259 X 1634 X 1354 X 1453 X 1140 X 1215 X 1541 X 1714 X 0603 X +USW00023188200007PGTM 1526 W 1113 W 1627 W 1249 W 1406 W 1538 W 1420 W 1210 W 1411 W 1439 W 1506 W 1525 W 1253 W 1405 W 1424 W 1225 W 1352 W 1351 W 1217 W 1338 W 1428 W 1354 W 1229 W 1517 W 1354 W 1432 W 1140 W 1211 W 1602 W 1530 W 0603 W +USW00023188200007TAVG 206 W 206 W 206 W 200 W 200 W 200 W 200 W 194 W 200 W 200 W 206 W 206 W 206 W 206 W 206 W 200 W 206 W 222 W 222 W 211 W 194 W 217 W 222 W 217 W 217 W 206 W 211 W 211 W 217 W 211 W 222 W +USW00023188200007TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 +USW00023188200007WDF2 290 X 260 X 280 X 210 X 270 X 270 X 250 X 210 X 250 X 280 X 270 X 280 X 270 X 270 X 280 X 280 X 310 X 280 X 300 X 200 X 170 X 310 X 210 X 280 X 280 X 220 X 200 X 280 X 280 X 200 X 170 X +USW00023188200007WDF5 290 X 260 X 280 X 230 X 270 X 270 X 250 X 240 X 260 X 270 X 270 X 260 X 270 X 280 X 260 X 260 X 320 X 280 X 280 X 220 X 200 X 300 X 210 X 280 X 280 X 180 X 200 X 270 X 290 X 190 X 160 X +USW00023188200007WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200007WSF2 54 X 58 X 63 X 63 X 58 X 63 X 67 X 63 X 72 X 67 X 67 X 76 X 76 X 67 X 67 X 67 X 80 X 72 X 54 X 58 X 54 X 45 X 54 X 63 X 58 X 58 X 58 X 63 X 67 X 58 X 67 X +USW00023188200007WSF5 67 X 72 X 80 X 72 X 72 X 76 X 76 X 76 X 89 X 80 X 80 X 98 X 94 X 76 X 89 X 89 X 94 X 80 X 67 X 67 X 63 X 63 X 67 X 76 X 67 X 67 X 67 X 76 X 72 X 72 X 76 X +USW00023188200007WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188200007WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188200007WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188200008TMAX 300 0 267 0 256 0 250 0 239 0 222 0 222 0 239 0 256 0 272 0 267 0 261 0 250 0 239 0 250 0 289 0 250 0 261 0 261 0 244 0 228 0 239 0 244 0 239 0 239 0 239 0 228 0 217 0 206 0 222 0 239 0 +USW00023188200008TMIN 200 0 206 0 206 0 200 0 189 0 183 0 189 0 194 0 194 0 194 0 194 0 194 0 194 0 206 0 206 0 211 0 211 0 206 0 200 0 200 0 194 0 194 0 194 0 211 0 211 0 206 0 200 0 200 0 189 0 183 0 189 0 +USW00023188200008PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 3 0 0T 0 0T 0 +USW00023188200008AWND 23 X 26 X 34 X 37 X 34 X 27 X 28 X 34 X 38 X 31 X 31 X 22 X 20 X 24 X 21 X 23 X 27 X 26 X 19 X 26 X 28 X 29 X 33 X 30 X 34 X 26 X 26 X 26 X 28 X 32 X 36 X +USW00023188200008FMTM 1539 X 1441 X 1331 X 1049 X 1122 X 1142 X 1245 X 1543 X 1442 X 1352 X 1312 X 1029 X 1311 X 1227 X 1118 X 1527 X 1110 X 1804 X 1622 X 1613 X 1353 X 1505 X 1602 X 1600 X 1107 X 1540 X 1709 X 1122 X 1059 X 1620 X 2333 X +USW00023188200008PGTM 1546 W 1442 W 1320 W 1044 W 1320 W 1101 W 1258 W 1543 W 1402 W 1549 W 1311 W 1207 W 1305 W 1229 W 1340 W 1526 W 1139 W 1227 W 1500 W 1457 W 1355 W 1505 W 1601 W 1544 W 1348 W 1422 W 1438 W 1121 W 1233 W 1538 W 2333 W +USW00023188200008TAVG 250 W 239 W 233 W 228 W 217 W 206 W 206 W 217 W 228 W 233 W 233 W 228 W 222 W 222 W 228 W 250 W 233 W 233 W 233 W 222 W 211 W 217 W 222 W 228 W 228 W 222 W 217 W 211 W 200 W 206 W 217 W +USW00023188200008TSUN-9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200008WDF2 290 X 320 X 290 X 280 X 270 X 190 X 170 X 270 X 280 X 280 X 280 X 320 X 160 X 180 X 220 X 300 X 190 X 280 X 200 X 210 X 220 X 270 X 270 X 280 X 270 X 270 X 220 X 220 X 280 X 260 X 260 X +USW00023188200008WDF5 290 X 310 X 290 X 280 X 300 X 170 X 170 X 280 X 280 X 310 X 280 X 300 X 170 X 170 X 220 X 310 X 200 X 220 X 270 X 240 X 220 X 290 X 280 X 290 X 280 X 280 X 200 X 220 X 280 X 270 X 280 X +USW00023188200008WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200008WSF2 80 X 76 X 76 X 76 X 67 X 54 X 54 X 67 X 80 X 80 X 67 X 58 X 58 X 58 X 54 X 58 X 63 X 54 X 54 X 54 X 58 X 58 X 67 X 58 X 63 X 58 X 54 X 54 X 58 X 58 X 72 X +USW00023188200008WSF5 89 X 89 X 89 X 94 X 89 X 63 X 67 X 80 X 103 X 89 X 76 X 63 X 67 X 67 X 58 X 67 X 72 X 72 X 76 X 67 X 67 X 72 X 80 X 72 X 72 X 72 X 67 X 63 X 63 X 72 X 94 X +USW00023188200008WT01-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188200008WT03-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200008WT08-9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200008WT13-9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188200008WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188200008WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00023188200009TMAX 239 0 239 0 239 0 233 0 250 0 256 0 267 0 228 0 233 0 239 0 278 0 311 0 272 0 250 0 244 0 267 0 261 0 244 0 239 0 222 0 211 0 222 0 228 0 239 0 239 0 233 0 211 0 222 0 217 0 217 0-9999 +USW00023188200009TMIN 178 0 178 0 172 0 167 0 172 0 178 0 189 0 178 0 161 0 167 0 172 0 206 0 211 0 206 0 200 0 189 0 189 0 189 0 194 0 194 0 200 0 194 0 183 0 161 0 167 0 200 0 200 0 194 0 194 0 183 0-9999 +USW00023188200009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200009AWND 34 X 39 X 29 X 25 X 23 X 27 X 30 X 36 X 25 X 26 X 27 X 20 X 22 X 38 X 34 X 22 X 25 X 24 X 26 X 42 X 33 X 52 X 23 X 27 X 29 X 28 X 25 X 30 X 25 X 20 X-9999 +USW00023188200009FMTM 1523 X 1546 X 1609 X 1438 X 1419 X 1311 X 1403 X 1331 X 1431 X 1148 X 1428 X 1033 X 1335 X 1218 X 1253 X 1225 X 1420 X 1431 X 2129 X 1354 X 2359 X 1430 X 1459 X 1448 X 1341 X 1500 X 1349 X 1621 X 1455 X 1420 X-9999 +USW00023188200009PGTM 1516 W 1524 W 1506 W 1217 W 1403 W 1400 W 1406 W 1327 W 1407 W 1152 W 1425 W 1020 W 1335 W 1317 W 1251 W 1345 W 1357 W 1426 W 2306 W 1437 W 2358 W 1447 W 0057 W 1411 W 1148 W 1459 W 1348 W 1402 W 1433 W 1419 W-9999 +USW00023188200009TAVG 211 W 211 W 206 W 200 W 211 W 217 W 228 W 206 W 200 W 206 W 228 W 261 W 244 W 228 W 222 W 228 W 228 W 217 W 217 W 211 W 206 W 211 W 206 W 200 W 206 W 217 W 206 W 211 W 206 W 200 W-9999 +USW00023188200009TSUN-9999 0 W-9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188200009WDF2 290 X 280 X 280 X 310 X 280 X 270 X 290 X 280 X 310 X 280 X 290 X 160 X 180 X 280 X 290 X 290 X 170 X 200 X 180 X 180 X 170 X 170 X 230 X 280 X 280 X 230 X 260 X 280 X 260 X 230 X-9999 +USW00023188200009WDF5 270 X 290 X 270 X 290 X 310 X 270 X 280 X 280 X 280 X 290 X 290 X 170 X 180 X 290 X 280 X 290 X 160 X 210 X 160 X 200 X 170 X 190 X 230 X 280 X 280 X 230 X 270 X 290 X 280 X 230 X-9999 +USW00023188200009WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200009WSF2 72 X 72 X 72 X 58 X 67 X 63 X 76 X 76 X 63 X 67 X 72 X 54 X 58 X 80 X 76 X 63 X 58 X 54 X 58 X 63 X 54 X 80 X 54 X 76 X 76 X 58 X 58 X 67 X 54 X 58 X-9999 +USW00023188200009WSF5 89 X 89 X 80 X 72 X 89 X 72 X 89 X 94 X 72 X 72 X 89 X 63 X 63 X 94 X 94 X 67 X 67 X 63 X 67 X 80 X 63 X 94 X 67 X 89 X 94 X 67 X 63 X 80 X 72 X 67 X-9999 +USW00023188200009WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200009WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200009WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00023188200009WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200009WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200010TMAX 228 0 228 0 217 0 228 0 206 0 206 0 222 0 222 0 217 0 211 0 200 0 206 0 206 0 233 0 217 0 217 0 211 0 200 0 211 0 206 0 194 0 206 0 211 0 222 0 217 0 194 0 172 0 183 0 194 0 189 0 194 0 +USW00023188200010TMIN 178 0 194 0 194 0 172 0 183 0 178 0 183 0 189 0 183 0 161 0 144 0 144 0 128 0 139 0 133 0 156 0 139 0 172 0 178 0 172 0 167 0 156 0 156 0 156 0 150 0 150 0 139 0 139 0 144 0 139 0 133 0 +USW00023188200010PRCP 0 0 0 0 0 0 0 0 3 0 15 0 3 0 0 0 0 0 18 0 5 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0T 0 0 0 0 0 18 0 79 0 43 0 127 0 3 0 0 0 +USW00023188200010AWND 26 X 31 X 30 X 25 X 28 X 31 X 36 X 25 X 25 X 44 X 25 X 28 X 23 X 19 X 24 X 25 X 16 X 21 X 18 X 28 X 51 X 30 X 29 X 23 X 20 X 20 X 32 X 26 X 31 X 43 X 29 X +USW00023188200010FMTM 1318 X 1434 X 1257 X 1354 X 1427 X 1213 X 1323 X 1638 X 1342 X 1939 X 1327 X 1512 X 1214 X 1335 X 1524 X 1238 X 1314 X 1337 X 1344 X 2321 X 1343 X 1549 X 1419 X 1616 X 1504 X 1211 X 1423 X 1334 X 2345 X 1516 X 1421 X +USW00023188200010PGTM 1409 W 1157 W 1332 W 1324 W 1428 W 1356 W 1315 W 1310 W 1341 W 1440 W 1057 W 1343 W 1217 W 1331 W 1456 W 1325 W 1307 W 1336 W 1343 W 1120 W 1330 W 1416 W 1418 W 1615 W 1458 W 1204 W 1423 W 1345 W 2347 W 1157 W 1419 W +USW00023188200010TAVG 206 W 211 W 206 W 200 W 194 W 194 W 206 W 206 W 200 W 189 W 172 W 178 W 167 W 189 W 178 W 189 W 178 W 189 W 194 W 189 W 183 W 183 W 183 W 189 W 183 W 172 W 156 W 161 W 172 W 167 W 167 W +USW00023188200010TSUN 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200010WDF2 270 X 260 X 230 X 310 X 280 X 290 X 290 X 280 X 220 X 260 X 300 X 270 X 280 X 280 X 280 X 280 X 210 X 220 X 280 X 150 X 160 X 330 X 200 X 280 X 290 X 260 X 180 X 240 X 280 X 260 X 270 X +USW00023188200010WDF5 280 X 280 X 220 X 290 X 280 X 310 X 310 X 270 X 220 X 250 X 260 X 260 X 280 X 280 X 290 X 270 X 210 X 220 X 280 X 300 X 160 X 310 X 200 X 280 X 290 X 270 X 180 X 230 X 280 X 250 X 260 X +USW00023188200010WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200010WSF2 67 X 67 X 72 X 54 X 72 X 63 X 80 X 67 X 63 X 76 X 67 X 72 X 80 X 67 X 58 X 72 X 58 X 63 X 58 X 58 X 89 X 67 X 63 X 63 X 76 X 58 X 67 X 63 X 80 X 76 X 67 X +USW00023188200010WSF5 76 X 80 X 80 X 67 X 76 X 72 X 98 X 94 X 72 X 98 X 80 X 89 X 94 X 80 X 72 X 76 X 72 X 76 X 80 X 67 X 107 X 80 X 72 X 72 X 94 X 72 X 76 X 72 X 103 X 98 X 76 X +USW00023188200010WT01 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00023188200010WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200010WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200010WT13 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00023188200010WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188200011TMAX 206 0 200 0 228 0 211 0 189 0 183 0 217 0 200 0 167 0 167 0 161 0 167 0 178 0 156 0 167 0 161 0 200 0 194 0 233 0 250 0 211 0 161 0 172 0 172 0 189 0 206 0 194 0 183 0 178 0 161 0-9999 +USW00023188200011TMIN 111 0 128 0 122 0 156 0 144 0 144 0 111 0 117 0 139 0 111 0 100 0 78 0 72 0 83 0 89 0 83 0 89 0 67 0 83 0 83 0 122 0 122 0 100 0 89 0 89 0 83 0 94 0 83 0 117 0 117 0-9999 +USW00023188200011PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 66 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200011AWND 21 X 15 X 22 X 21 X 37 X 29 X 23 X 21 X 42 X 36 X 31 X 21 X 19 X 17 X 17 X 17 X 21 X 16 X 15 X 14 X 17 X 25 X 17 X 12 X 16 X 15 X 14 X 17 X 21 X 26 X-9999 +USW00023188200011FMTM 1400 X 1337 X 2112 X 1540 X 0928 X 1458 X 1528 X 1153 X 1330 X 1718 X 1450 X 1516 X 1413 X 1505 X 1307 X 1311 X 1511 X 1442 X 1331 X 1320 X 1411 X 1329 X 1409 X 1418 X 1305 X 1639 X 1452 X 1720 X 1526 X 1450 X-9999 +USW00023188200011PGTM 1359 W 1336 W 2111 W 1541 W 1207 W 1443 W 1528 W 1409 W 1433 W 1717 W 1448 W 1613 W 1412 W 1311 W 1259 W 1305 W 1510 W 1441 W 1331 W 1319 W 1314 W 1328 W 1409 W 1158 W 1305 W 1628 W 1451 W 1719 W 1525 W 1500 W-9999 +USW00023188200011TAVG 161 W 167 W 178 W 183 W 167 W 167 W 167 W -178 GW 156 W 139 W 133 W 122 W 128 W 122 W 128 W 122 W 144 W 133 W 161 W 167 W 167 W 144 W 139 W 133 W 139 W 144 W 144 W 133 W 150 W 139 W-9999 +USW00023188200011TSUN-9999 -9999 -9999 -9999 0 W 0 W-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00023188200011WDF2 290 X 280 X 50 X 270 X 160 X 280 X 280 X 220 X 250 X 260 X 280 X 300 X 300 X 250 X 270 X 200 X 310 X 290 X 170 X 310 X 210 X 210 X 280 X 320 X 280 X 310 X 300 X 150 X 280 X 280 X-9999 +USW00023188200011WDF5 290 X 280 X 30 X 260 X 200 X 270 X 270 X 220 X 220 X 260 X 280 X 310 X 310 X 230 X 280 X 230 X 310 X 280 X 170 X 320 X 170 X 210 X 290 X 280 X 290 X 300 X 300 X 140 X 280 X 290 X-9999 +USW00023188200011WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200011WSF2 72 X 67 X 67 X 58 X 63 X 58 X 72 X 54 X 76 X 89 X 67 X 67 X 72 X 58 X 63 X 54 X 67 X 72 X 54 X 72 X 54 X 58 X 67 X 40 X 58 X 63 X 54 X 45 X 63 X 58 X-9999 +USW00023188200011WSF5 89 X 76 X 80 X 67 X 76 X 67 X 89 X 58 X 89 X 130 X 80 X 72 X 80 X 76 X 72 X 63 X 80 X 89 X 58 X 80 X 63 X 67 X 72 X 54 X 63 X 72 X 63 X 67 X 67 X 63 X-9999 +USW00023188200011WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188200011WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00023188200011WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200011WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188200011WT13-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188200011WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200012TMAX 167 0 156 0 172 0 239 0 244 0 217 0 206 0 172 0 178 0 178 0 178 0 161 0 156 0 167 0 161 0 217 0 239 0 250 0 233 0 194 0 167 0 172 0 150 0 156 0 217 0 206 0 228 0 200 0 222 0 206 0 200 0 +USW00023188200012TMIN 106 0 111 0 78 0 100 0 128 0 128 0 144 0 144 0 144 0 128 0 106 0 111 0 89 0 94 0 94 0 89 0 94 0 94 0 89 0 78 0 83 0 72 0 78 0 78 0 67 0 72 0 72 0 78 0 72 0 83 0 67 0 +USW00023188200012PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200012AWND 15 X 16 X 17 X 13 X 18 X 22 X 22 X 24 X 23 X 20 X 21 X 33 X 20 X 17 X 15 X 16 X 10 X 13 X 14 X 13 X 19 X 13 X 17 X 15 X 18 X 13 X 18 X 10 X 14 X 10 X 13 X +USW00023188200012FMTM 1435 X 1112 X 1143 X 1455 X 1239 X 1559 X 1324 X 1533 X 1332 X 1553 X 1417 X 1242 X 1219 X 1518 X 1303 X 1517 X 1333 X 1410 X 1433 X 1407 X 1626 X 1204 X 1630 X 1524 X 1610 X 1417 X 1615 X 1540 X 1230 X 1644 X 1242 X +USW00023188200012PGTM 1431 W 1152 W 1058 W 1451 W 1243 W 1558 W 1321 W 1533 W 1328 W 1557 W 1426 W 1230 W 1218 W 1525 W 1303 W 1527 W 1333 W 1419 W 1430 W 1407 W 1624 W 1213 W 1629 W 1536 W 1545 W 1417 W 1614 W 1547 W 1229 W 1437 W 1246 W +USW00023188200012TAVG 139 W 133 W 128 W 172 W 189 W 172 W 178 W 161 W 161 W 156 W 144 W 139 W 122 W 133 W 128 W 156 W 167 W 172 W 161 W 139 W 128 W 122 W 117 W 117 W 144 W 139 W 150 W 139 W 150 W 144 W 133 W +USW00023188200012TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W +USW00023188200012WDF2 280 X 290 X 280 X 300 X 290 X 10 X 310 X 290 X 290 X 290 X 310 X 290 X 170 X 280 X 280 X 300 X 320 X 310 X 310 X 310 X 280 X 320 X 290 X 300 X 340 X 300 X 320 X 180 X 320 X 160 X 280 X +USW00023188200012WDF5 290 X 280 X 290 X 290 X 300 X 20 X 320 X 290 X 280 X 290 X 310 X 280 X 180 X 290 X 280 X 290 X 320 X 290 X 300 X 310 X 280 X 280 X 280 X 290 X 330 X 300 X 320 X 170 X 320 X 230 X 280 X +USW00023188200012WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200012WSF2 40 X 45 X 58 X 54 X 54 X 63 X 76 X 63 X 58 X 63 X 80 X 112 X 54 X 58 X 63 X 45 X 58 X 54 X 58 X 54 X 45 X 45 X 45 X 45 X 63 X 58 X 63 X 40 X 54 X 36 X 67 X +USW00023188200012WSF5 54 X 54 X 67 X 67 X 58 X 80 X 98 X 72 X 67 X 72 X 103 X 139 X 63 X 63 X 67 X 54 X 63 X 58 X 67 X 58 X 58 X 72 X 54 X 54 X 72 X 67 X 76 X 45 X 58 X 40 X 72 X +USW00023188200012WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 +USW00023188200012WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00023188200012WT08 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 +USW00023188200012WT13 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X +USW00023188200012WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200101TMAX 194 0 233 0 233 0 244 0 200 0 194 0 200 0 150 0 156 0 156 0 139 0 128 0 156 0 150 0 150 0 144 0 156 0 161 0 183 0 200 0 206 0 167 0 161 0 139 0 150 0 117 0 122 0 150 0 139 0 161 0 167 0 +USW00023188200101TMIN 100 0 67 0 89 0 94 0 122 0 117 0 100 0 117 0 111 0 106 0 94 0 89 0 78 0 72 0 83 0 67 0 50 0 56 0 61 0 78 0 83 0 94 0 83 0 83 0 83 0 72 0 72 0 72 0 89 0 72 0 67 0 +USW00023188200101PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 79 0 86 0 23 0 269 0 208 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 147 0 5 0 0 0 0 0 0 0 0 0 +USW00023188200101AWND 13 X 18 X 13 X 16 X 8 X 17 X 14 X 22 X 24 X 42 X 48 X 30 X 18 X 14 X 38 X 29 X 25 X 13 X 13 X 17 X 13 X 13 X 19 X 20 X 21 X 26 X 24 X 21 X 25 X 20 X 21 X +USW00023188200101FMTM 1503 X 1314 X 1523 X 1305 X 1306 X 1317 X 1625 X 1504 X 1523 X 2337 X 0344 X 1403 X 1443 X 1424 X 1631 X 0137 X 1431 X 1528 X 1339 X 1442 X 1354 X 1614 X 1532 X 1459 X 1610 X 1121 X 0348 X 1216 X 1432 X 1458 X 1505 X +USW00023188200101PGTM 1622 W 1314 W 1519 W 1304 W 1318 W 1318 W 1628 W 1502 W 1518 W 2204 W 0343 W 1007 W 1453 W 1440 W 1238 W 0154 W 1457 W 1527 W 1338 W 1616 W 1439 W 1413 W 1534 W 1458 W 1632 W 1120 W 0348 W 1216 W 1302 W 1241 W 1504 W +USW00023188200101TAVG 150 W 150 W 161 W 172 W 161 W 156 W 150 W 133 W 133 W 133 W 117 W 111 W 117 W 111 W 117 W 106 W 106 W 111 W 122 W 139 W 144 W 133 W 122 W 111 W 117 W 94 W 100 W 111 W 117 W 117 W 117 W +USW00023188200101TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W +USW00023188200101WDF2 300 X 320 X 310 X 310 X 170 X 210 X 290 X 160 X 250 X 140 X 140 X 120 X 300 X 280 X 250 X 40 X 280 X 280 X 280 X 290 X 210 X 280 X 290 X 310 X 280 X 290 X 50 X 200 X 280 X 280 X 310 X +USW00023188200101WDF5 310 X 320 X 310 X 310 X 170 X 220 X 290 X 150 X 240 X 150 X 140 X 330 X 290 X 280 X 240 X 30 X 290 X 290 X 280 X 300 X 220 X 290 X 280 X 330 X 310 X 280 X 50 X 200 X 280 X 280 X 310 X +USW00023188200101WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200101WSF2 40 X 76 X 45 X 67 X 45 X 45 X 45 X 67 X 67 X 98 X 139 X 76 X 72 X 63 X 80 X 72 X 80 X 40 X 54 X 45 X 45 X 45 X 72 X 80 X 63 X 72 X 67 X 63 X 67 X 58 X 76 X +USW00023188200101WSF5 45 X 89 X 58 X 80 X 54 X 54 X 54 X 80 X 80 X 130 X 165 X 116 X 80 X 72 X 103 X 80 X 98 X 54 X 58 X 54 X 54 X 63 X 80 X 98 X 72 X 94 X 76 X 72 X 94 X 67 X 89 X +USW00023188200101WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200101WT08 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200101WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188200101WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200102TMAX 189 0 200 0 256 0 278 0 233 0 150 0 133 0 133 0 144 0 139 0 144 0 150 0 144 0 133 0 150 0 178 0 194 0 172 0 161 0 172 0 178 0 150 0 133 0 133 0 133 0 150 0 150 0 133 0-9999 -9999 -9999 +USW00023188200102TMIN 56 0 72 0 94 0 117 0 122 0 117 0 61 0 56 0 67 0 72 0 83 0 106 0 83 0 72 0 67 0 78 0 100 0 94 0 106 0 117 0 89 0 111 0 78 0 67 0 106 0 106 0 100 0 94 0-9999 -9999 -9999 +USW00023188200102PRCP 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0T 0 3 0 8 0 0T 0 145 0 3 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0T 0 91 0 0T 0 152 0 51 0 71 0 58 0-9999 -9999 -9999 +USW00023188200102AWND 16 X 19 X 16 X 15 X 15 X 32 X 59 X 27 X 17 X 21 X 29 X 67 X 56 X 21 X 18 X 12 X 14 X 17 X 34 X 24 X 26 X 31 X 31 X 39 X 44 X 32 X 35 X 31 X-9999 -9999 -9999 +USW00023188200102FMTM 1436 X 1442 X 1459 X 1443 X 1213 X 0937 X 1834 X 1414 X 1438 X 1512 X 1316 X 2141 X 0248 X 0042 X 1550 X 1332 X 1241 X 1436 X 1237 X 1603 X 1401 X 2225 X 1033 X 1326 X 1510 X 1346 X 1528 X 1150 X-9999 -9999 -9999 +USW00023188200102PGTM 1450 W 1348 W 1459 W 1442 W 1224 W 0937 W 1831 W 1322 W 1542 W 1512 W 1311 W 2145 W 0216 W 0030 W 1551 W 1349 W 1232 W 1455 W 1235 W 1424 W 1345 W 2229 W 1033 W 1358 W 1514 W 1345 W 1405 W 1150 W-9999 -9999 -9999 +USW00023188200102TAVG 122 W 139 W 178 W 200 W 178 W 133 W 100 W 94 W 106 W 106 W 117 W 128 W 117 W 106 W 111 W 128 W 150 W 133 W 133 W 144 W 133 W 133 W 106 W 100 W 122 W 128 W 128 W 117 W-9999 -9999 -9999 +USW00023188200102TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 -9999 -9999 +USW00023188200102WDF2 300 X 290 X 330 X 300 X 220 X 170 X 280 X 180 X 210 X 180 X 230 X 140 X 170 X 120 X 280 X 290 X 220 X 210 X 190 X 310 X 290 X 280 X 250 X 170 X 140 X 180 X 190 X 150 X-9999 -9999 -9999 +USW00023188200102WDF5 310 X 300 X 340 X 290 X 220 X 170 X 260 X 170 X 240 X 190 X 210 X 150 X 140 W 140 X 280 X 300 X 220 X 200 X 180 X 280 X 280 X 300 X 260 X 160 X 140 X 170 X 190 X 150 X-9999 -9999 -9999 +USW00023188200102WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188200102WSF2 67 X 58 X 63 X 58 X 45 X 72 X 103 X 72 X 58 X 72 X 63 X 116 X 148 X 58 X 67 X 54 X 45 X 45 X 72 X 67 X 89 X 80 X 112 X 76 X 98 X 94 X 67 X 72 X-9999 -9999 -9999 +USW00023188200102WSF5 76 X 72 X 67 X 67 X 54 X 94 X 143 X 89 X 63 X 80 X 76 X 134 X 206 W 67 X 80 X 63 X 63 X 58 X 80 X 80 X 103 X 98 X 156 X 94 X 107 X 116 X 80 X 80 X-9999 -9999 -9999 +USW00023188200102WT01-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188200102WT03-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200102WT08-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200102WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188200102WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188200103TMAX 172 0 156 0 161 0 156 0 183 0 172 0 167 0 172 0 150 0 156 0 150 0 178 0 178 0 161 0 161 0 167 0 183 0 228 0 250 0 233 0 167 0 178 0 178 0 156 0 189 0 172 0 178 0 161 0 161 0 194 0 189 0 +USW00023188200103TMIN 83 0 83 0 117 0 122 0 117 0 122 0 117 0 100 0 111 0 111 0 111 0 100 0 94 0 122 0 128 0 128 0 117 0 122 0 133 0 133 0 128 0 133 0 144 0 139 0 139 0 144 0 128 0 133 0 139 0 156 0 144 0 +USW00023188200103PRCP 0 0 0 0 0T 0 0 0 0 0 142 0 0 0 0 0 3 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200103AWND 28 X 21 X 28 X 34 X 50 X 41 X 20 X 20 X 44 X 51 X 30 X 23 X 23 X 32 X 29 X 21 X 24 X 18 X 25 X 21 X 25 X 30 X 38 X 30 X 32 X 27 X 25 X 30 X 28 X 23 X 24 X +USW00023188200103FMTM 1535 X 1703 X 1357 X 1852 X 1323 X 0042 X 1335 X 1210 X 2345 X 0007 X 1452 X 1403 X 1140 X 1211 X 1406 X 1614 X 1341 X 1418 X 1431 X 1331 X 1358 X 1502 X 1448 X 1201 X 1326 X 1155 X 1259 X 2322 X 1534 X 1356 X 1427 X +USW00023188200103PGTM 1535 W 1533 W 1356 W 1835 W 1314 W 0042 W 1250 W 1358 W 2344 W 0006 W 1401 W 1403 W 1135 W 1111 W 1406 W 1504 W 1340 W 1417 W 1430 W 1329 W 1357 W 1520 W 1503 W 1205 W 1325 W 1206 W 1450 W 0848 W 1607 W 1355 W 1430 W +USW00023188200103TAVG 128 W 122 W 139 W 139 W 150 W 150 W 144 W 139 W 133 W 133 W 133 W 139 W 139 W 144 W 144 W 150 W 150 W 178 W 194 W 183 W 150 W 156 W 161 W 150 W 167 W 161 W 156 W 150 W 150 W 178 W 167 W +USW00023188200103TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200103WDF2 290 X 270 X 240 X 150 X 180 X 220 X 260 X 240 X 250 X 250 X 210 X 290 X 290 X 210 X 280 X 230 X 280 X 290 X 290 X 280 X 280 X 300 X 280 X 300 X 270 X 190 X 210 X 140 X 190 X 270 X 280 X +USW00023188200103WDF5 290 X 260 X 220 X 170 X 190 X 210 X 270 X 260 X 250 X 250 X 210 X 280 X 290 X 200 X 280 X 230 X 280 X 280 X 290 X 290 X 270 X 290 X 290 X 300 X 270 X 190 X 250 X 190 X 180 X 270 X 280 X +USW00023188200103WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200103WSF2 89 X 54 X 54 X 63 X 103 X 94 X 58 X 54 X 112 X 112 X 54 X 89 X 67 X 58 X 72 X 58 X 72 X 72 X 67 X 76 X 63 X 63 X 80 X 58 X 76 X 58 X 58 X 45 X 45 X 58 X 58 X +USW00023188200103WSF5 103 X 67 X 63 X 98 X 130 X 107 X 76 X 63 X 143 X 139 X 67 X 98 X 76 X 67 X 80 X 72 X 89 X 80 X 80 X 89 X 72 X 76 X 94 X 63 X 94 X 72 X 67 X 63 X 54 X 67 X 67 X +USW00023188200103WT01-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 +USW00023188200103WT08-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 +USW00023188200103WT13-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X +USW00023188200103WT16-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200104TMAX 161 0 167 0 156 0 156 0 156 0 156 0 139 0 150 0 150 0 156 0 150 0 167 0 200 0 178 0 178 0 189 0 206 0 189 0 178 0 167 0 150 0 172 0 233 0 272 0 217 0 178 0 172 0 167 0 183 0 183 0-9999 +USW00023188200104TMIN 139 0 133 0 128 0 122 0 117 0 111 0 117 0 94 0 89 0 78 0 111 0 128 0 100 0 117 0 94 0 117 0 111 0 139 0 133 0 122 0 106 0 94 0 117 0 144 0 133 0 128 0 133 0 133 0 139 0 144 0-9999 +USW00023188200104PRCP 0T 0 10 0 0 0 0T 0 0T 0 0 0 43 0 0 0 10 0 61 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200104AWND 31 X 38 X 46 X 38 X 35 X 36 X 57 X 30 X 37 X 37 X 36 X 37 X 27 X 24 X 29 X 32 X 22 X 21 X 43 X 40 X 51 X 26 X 35 X 23 X 21 X 26 X 28 X 28 X 27 X 25 X-9999 +USW00023188200104FMTM 2314 X 1254 X 1233 X 1722 X 1420 X 1328 X 0936 X 1238 X 1613 X 1539 X 1820 X 1149 X 1417 X 1731 X 1418 X 1254 X 1306 X 1702 X 1947 X 1109 X 0913 X 1657 X 1453 X 1526 X 1257 X 1455 X 1305 X 1354 X 1157 X 1438 X-9999 +USW00023188200104PGTM 2221 W 1253 W 1403 W 1719 W 1346 W 1224 W 0935 W 1409 W 1549 W 1336 W 1819 W 1228 W 1225 W 1909 W 1401 W 1341 W 1305 W 1705 W 1946 W 1142 W 0917 W 1656 W 1419 W 1517 W 1251 W 1454 W 1234 W 1349 W 1311 W 1437 W-9999 +USW00023188200104TAVG 150 W 150 W 144 W 139 W 139 W 133 W 128 W 122 W 122 W 117 W 133 W 150 W 150 W 150 W 139 W 156 W 161 W 167 W 156 W 144 W 128 W 133 W 178 W 211 W 178 W 156 W 156 W 150 W 161 W 167 W-9999 +USW00023188200104TSUN-9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188200104WDF2 210 X 260 X 210 X 250 X 270 X 230 X 170 X 270 X 260 X 260 X 260 X 280 X 280 X 290 X 280 X 290 X 290 X 290 X 280 X 280 X 280 X 300 X 290 X 300 X 290 X 200 X 210 X 200 X 200 X 270 X-9999 +USW00023188200104WDF5 190 X 260 X 190 X 250 X 280 X 230 X 180 X 260 X 260 X 170 X 260 X 260 X 280 X 280 X 280 X 280 X 290 X 290 X 280 X 260 X 290 X 300 X 280 X 290 X 260 X 210 X 230 X 200 X 290 X 280 X-9999 +USW00023188200104WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200104WSF2 58 X 72 X 76 X 67 X 76 X 72 X 107 X 72 X 80 X 67 X 67 X 67 X 76 X 58 X 76 X 76 X 72 X 72 X 80 X 72 X 125 X 67 X 72 X 72 X 58 X 58 X 58 X 58 X 58 X 58 X-9999 +USW00023188200104WSF5 67 X 80 X 98 X 80 X 94 X 94 X 130 X 98 X 98 X 89 X 76 X 89 X 89 X 67 X 94 X 94 X 80 X 80 X 98 X 89 X 148 X 76 X 89 X 89 X 67 X 67 X 76 X 67 X 80 X 72 X-9999 +USW00023188200104WT01 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 +USW00023188200104WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 +USW00023188200104WT13 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00023188200104WT16 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200105TMAX 183 0 167 0 206 0 206 0 206 0 211 0 211 0 217 0 211 0 183 0 189 0 178 0 194 0 183 0 200 0 194 0 189 0 194 0 194 0 211 0 194 0 211 0 211 0 194 0 183 0 178 0 189 0 194 0 206 0 206 0 211 0 +USW00023188200105TMIN 133 0 133 0 150 0 150 0 139 0 150 0 144 0 144 0 150 0 156 0 150 0 156 0 156 0 161 0 156 0 150 0 150 0 161 0 156 0 167 0 161 0 167 0 161 0 156 0 167 0 161 0 161 0 156 0 161 0 161 0 167 0 +USW00023188200105PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0T 0 0 0 0 0 0 0 +USW00023188200105AWND 29 X 37 X 27 X 30 X 27 X 25 X 29 X 29 X 27 X 25 X 25 X 26 X 36 X 33 X 26 X 24 X 38 X 31 X 25 X 31 X 24 X 36 X 28 X 38 X 25 X 23 X 27 X 36 X 27 X 29 X 27 X +USW00023188200105FMTM 2333 X 1350 X 1217 X 1235 X 1534 X 1534 X 1206 X 1255 X 1517 X 1032 X 1521 X 0838 X 1559 X 1425 X 1209 X 1421 X 1606 X 1214 X 1755 X 1521 X 1306 X 1400 X 1249 X 1039 X 1437 X 1530 X 1642 X 1411 X 1139 X 1448 X 1430 X +USW00023188200105PGTM 2220 W 1355 W 1200 W 1252 W 1345 W 1533 W 1209 W 1250 W 1421 W 1031 W 1518 W 1645 W 1336 W 1445 W 1200 W 1420 W 1601 W 1210 W 1755 W 1400 W 1213 W 1359 W 2147 W 1039 W 1501 W 1309 W 1325 W 1352 W 1407 W 1516 W 1133 W +USW00023188200105TAVG 161 W 150 W 178 W 178 W 172 W 183 W 178 W 183 W 183 W 172 W 172 W 167 W 178 W 172 W 178 W 172 W 172 W 178 W 178 W 189 W 178 W 189 W 189 W 178 W 178 W 172 W 178 W 178 W 183 W 183 W 189 W +USW00023188200105TSUN 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200105WDF2 180 X 200 X 280 X 210 X 170 X 210 X 270 X 310 X 180 X 180 X 240 X 160 X 280 X 280 X 280 X 250 X 190 X 220 X 290 X 280 X 270 X 280 X 270 X 180 X 230 X 230 X 250 X 290 X 270 X 210 X 230 X +USW00023188200105WDF5 180 X 190 X 300 X 210 X 180 X 220 X 290 X 290 X 180 X 180 X 230 X 280 X 270 X 270 X 280 X 260 X 190 X 210 X 280 X 290 X 310 X 280 X 180 X 190 X 220 X 280 X 230 X 280 X 260 X 280 X 280 X +USW00023188200105WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200105WSF2 58 X 76 X 72 X 63 X 54 X 54 X 67 X 67 X 67 X 63 X 58 X 54 X 72 X 76 X 63 X 58 X 72 X 63 X 58 X 76 X 58 X 80 X 54 X 76 X 58 X 40 X 54 X 63 X 67 X 58 X 54 X +USW00023188200105WSF5 76 X 80 X 80 X 67 X 63 X 67 X 76 X 76 X 76 X 72 X 67 X 58 X 89 X 80 X 76 X 72 X 89 X 72 X 67 X 94 X 72 X 98 X 67 X 80 X 63 X 54 X 67 X 72 X 76 X 67 X 63 X +USW00023188200105WT01 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 +USW00023188200105WT08 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188200105WT13 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X +USW00023188200105WT16-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188200106TMAX 189 0 178 0 183 0 194 0 200 0 206 0 206 0 217 0 222 0 211 0 211 0 194 0 206 0 228 0 228 0 228 0 228 0 239 0 244 0 250 0 233 0 261 0 256 0 228 0 239 0 239 0 244 0 244 0 222 0 233 0-9999 +USW00023188200106TMIN 167 0 167 0 167 0 161 0 167 0 161 0 167 0 167 0 178 0 172 0 172 0 167 0 167 0 156 0 167 0 172 0 172 0 167 0 172 0 178 0 183 0 189 0 189 0 189 0 183 0 189 0 178 0 178 0 178 0 178 0-9999 +USW00023188200106PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200106AWND 27 X 30 X 37 X 39 X 29 X 26 X 22 X 25 X 29 X 25 X 31 X 43 X 37 X 27 X 24 X 26 X 35 X 28 X 25 X 25 X 22 X 27 X 29 X 24 X 27 X 28 X 42 X 39 X 38 X 26 X-9999 +USW00023188200106FMTM 1417 X 1406 X 1404 X 1310 X 1340 X 1154 X 1430 X 1715 X 1711 X 1823 X 1632 X 1146 X 1237 X 1314 X 1356 X 1545 X 1102 X 1716 X 1658 X 1505 X 1637 X 1231 X 1526 X 1439 X 1723 X 1718 X 1640 X 1511 X 1504 X 1247 X-9999 +USW00023188200106PGTM 1420 W 0541 W 1458 W 1308 W 1203 W 1228 W 1226 W 1143 W 1421 W 1317 W 1629 W 1150 W 1318 W 1314 W 1342 W 1348 W 1101 W 1732 W 1658 W 1515 W 1323 W 1258 W 1539 W 1438 W 1704 W 1716 W 1419 W 1535 W 1245 W 1620 W-9999 +USW00023188200106TAVG 178 W 172 W 178 W 178 W 183 W 183 W 189 W 194 W 200 W 194 W 194 W 183 W 189 W 194 W 200 W 200 W 200 W 206 W 211 W 217 W 211 W 228 W 222 W 211 W 211 W 217 W 211 W 211 W 200 W 206 W-9999 +USW00023188200106TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 +USW00023188200106WDF2 190 X 230 X 210 X 240 X 290 X 200 X 190 X 290 X 280 X 270 X 280 X 170 X 200 X 280 X 200 X 320 X 280 X 280 X 290 X 310 X 310 X 280 X 290 X 270 X 280 X 280 X 290 X 290 X 280 X 310 X-9999 +USW00023188200106WDF5 180 X 230 X 180 X 240 X 270 X 240 X 210 X 270 X 290 X 230 X 270 X 170 X 190 X 260 X 190 X 220 X 290 X 280 X 290 X 300 X 310 X 300 X 310 X 280 X 280 X 280 X 270 X 280 X 280 X 290 X-9999 +USW00023188200106WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200106WSF2 58 X 54 X 67 X 63 X 63 X 63 X 54 X 54 X 58 X 54 X 54 X 76 X 67 X 63 X 54 X 54 X 80 X 58 X 63 X 54 X 45 X 67 X 58 X 54 X 58 X 63 X 80 X 80 X 72 X 54 X-9999 +USW00023188200106WSF5 67 X 67 X 89 X 76 X 80 X 76 X 67 X 67 X 72 X 67 X 67 X 80 X 80 X 76 X 72 X 67 X 94 X 63 X 72 X 63 X 58 X 76 X 67 X 63 X 67 X 72 X 98 X 98 X 89 X 63 X-9999 +USW00023188200106WT01 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 +USW00023188200106WT08 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00023188200106WT13 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 +USW00023188200107TMAX 239 0 239 0 267 0 256 0 267 0 244 0 250 0 239 0 222 0 222 0 222 0 222 0 217 0 200 0 206 0 211 0 217 0 222 0 228 0 222 0 222 0 228 0 217 0 217 0 222 0 228 0 233 0 233 0 217 0 217 0 217 0 +USW00023188200107TMIN 189 0 189 0 194 0 206 0 200 0 200 0 194 0 194 0 183 0 183 0 178 0 178 0 178 0 167 0 172 0 172 0 172 0 172 0 172 0 172 0 183 0 178 0 178 0 178 0 183 0 183 0 194 0 189 0 183 0 183 0 178 0 +USW00023188200107PRCP 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200107AWND 25 X 22 X 23 X 24 X 26 X 27 X 36 X 43 X 36 X 40 X 41 X 41 X 33 X 28 X 30 X 28 X 27 X 29 X 28 X 29 X 29 X 34 X 34 X 32 X 32 X 34 X 30 X 30 X 30 X 28 X 28 X +USW00023188200107FMTM 1146 X 1631 X 1404 X 0744 X 1256 X 1219 X 1319 X 1141 X 1439 X 1546 X 1417 X 1238 X 1139 X 1437 X 1312 X 1331 X 1530 X 1400 X 1243 X 1539 X 1439 X 1340 X 1657 X 1412 X 1644 X 1247 X 1423 X 1557 X 1625 X 1222 X 1235 X +USW00023188200107PGTM 1145 W 2028 W 1407 W 0011 W 1233 W 1218 W 1319 W 1225 W 1655 W 1502 W 1318 W 1325 W 1400 W 1353 W 1403 W 2146 W 1215 W 1304 W 1400 W 1603 W 1438 W 1332 W 1341 W 1358 W 1106 W 1247 W 1405 W 1230 W 1332 W 1312 W 1234 W +USW00023188200107TAVG 217 W 217 W 233 W 233 W 233 W 222 W 222 W 217 W 206 W 206 W 200 W 200 W 200 W 183 W 189 W 194 W 194 W 200 W 200 W 200 W 206 W 206 W 200 W 200 W 206 W 206 W 217 W 211 W 200 W 200 W 200 W +USW00023188200107TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200107WDF2 180 X 150 X 280 X 180 X 270 X 210 X 280 X 280 X 270 X 280 X 280 X 280 X 290 X 170 X 210 X 230 X 270 X 270 X 280 X 280 X 290 X 290 X 280 X 280 X 270 X 280 X 270 X 290 X 220 X 210 X 250 X +USW00023188200107WDF5 180 X 160 X 280 X 250 X 290 X 210 X 280 X 280 X 290 X 280 X 290 X 290 X 280 X 210 X 180 X 200 X 250 X 250 X 280 X 290 X 280 X 290 X 280 X 290 X 280 X 290 X 270 X 280 X 170 X 270 X 260 X +USW00023188200107WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200107WSF2 67 X 63 X 76 X 54 X 63 X 54 X 72 X 80 X 72 X 76 X 80 X 80 X 63 X 54 X 63 X 58 X 58 X 63 X 63 X 63 X 63 X 67 X 63 X 67 X 63 X 72 X 63 X 58 X 54 X 58 X 63 X +USW00023188200107WSF5 94 X 67 X 80 X 63 X 76 X 63 X 80 X 98 X 89 X 94 X 98 X 94 X 72 X 67 X 72 X 80 X 80 X 80 X 76 X 76 X 76 X 80 X 80 X 80 X 80 X 89 X 76 X 72 X 67 X 67 X 89 X +USW00023188200107WT01 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188200107WT08 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188200107WT13 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188200107WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200108TMAX 222 0 228 0 228 0 228 0 228 0 239 0 233 0 233 0 233 0 228 0 222 0 228 0 244 0 256 0 239 0 239 0 239 0 261 0 261 0 239 0 217 0 206 0 228 0 228 0 217 0 239 0 222 0 206 0 217 0 228 0 222 0 +USW00023188200108TMIN 189 0 183 0 189 0 189 0 183 0 183 0 194 0 189 0 189 0 194 0 183 0 194 0 194 0 200 0 200 0 194 0 200 0 200 0 200 0 189 0 178 0 172 0 189 0 183 0 178 0 172 0 167 0 161 0 172 0 189 0 189 0 +USW00023188200108PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200108AWND 28 X 28 X 35 X 34 X 31 X 34 X 31 X 30 X 34 X 39 X 29 X 26 X 32 X 33 X 31 X 33 X 29 X 23 X 27 X 25 X 29 X 28 X 31 X 30 X 23 X 21 X 22 X 28 X 37 X 32 X 25 X +USW00023188200108FMTM 1404 X 1359 X 1730 X 1610 X 1105 X 1709 X 1116 X 1724 X 1419 X 1303 X 1201 X 1531 X 1530 X 1344 X 1307 X 1322 X 1339 X 2249 X 1457 X 1325 X 1511 X 1409 X 1535 X 1503 X 1458 X 1648 X 1429 X 1517 X 1152 X 1204 X 1143 X +USW00023188200108PGTM 1236 W 1313 W 1710 W 1609 W 1050 W 1428 W 1538 W 1241 W 1408 W 1302 W 1316 W 1514 W 1530 W 1343 W 1236 W 1421 W 1338 W 2253 W 1502 W 1440 W 1547 W 1537 W 1537 W 1502 W 1315 W 1646 W 1148 W 1409 W 1151 W 1201 W 1018 W +USW00023188200108TAVG 206 W 206 W 211 W 211 W 206 W 211 W 217 W 211 W 211 W 211 W 206 W 211 W 222 W 228 W 222 W 217 W 222 W 233 W 233 W 217 W 200 W 189 W 211 W 206 W 200 W 206 W 194 W 183 W 194 W 211 W 206 W +USW00023188200108TSUN-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W +USW00023188200108WDF2 280 X 260 X 280 X 280 X 290 X 280 X 280 X 280 X 280 X 270 X 210 X 200 X 270 X 290 X 290 X 280 X 280 X 310 X 200 X 230 X 230 X 210 X 280 X 290 X 210 X 180 X 200 X 180 X 170 X 220 X 290 X +USW00023188200108WDF5 280 X 260 X 280 X 290 X 280 X 280 X 290 X 270 X 280 X 260 X 200 X 250 X 270 X 280 X 290 X 280 X 280 X 320 X 200 X 230 X 260 X 230 X 290 X 280 X 200 X 190 X 230 X 180 X 180 X 230 X 280 X +USW00023188200108WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200108WSF2 58 X 63 X 67 X 67 X 63 X 63 X 63 X 63 X 76 X 72 X 58 X 58 X 72 X 63 X 67 X 67 X 72 X 54 X 45 X 58 X 54 X 58 X 67 X 72 X 45 X 45 X 54 X 63 X 72 X 63 X 54 X +USW00023188200108WSF5 80 X 80 X 80 X 76 X 72 X 76 X 72 X 72 X 94 X 80 X 72 X 72 X 80 X 72 X 76 X 76 X 80 X 63 X 58 X 72 X 67 X 76 X 76 X 89 X 63 X 58 X 67 X 76 X 89 X 72 X 67 X +USW00023188200108WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188200108WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200108WT13-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 +USW00023188200109TMAX 239 0 239 0 222 0 239 0 233 0 206 0 206 0 217 0 200 0 211 0 222 0 228 0 222 0 233 0 233 0 228 0 217 0 217 0 222 0 217 0 222 0 217 0 222 0 261 0 294 0 233 0 233 0 239 0 244 0 256 0-9999 +USW00023188200109TMIN 183 0 194 0 189 0 189 0 178 0 172 0 172 0 172 0 183 0 178 0 178 0 178 0 167 0 167 0 167 0 183 0 172 0 178 0 178 0 178 0 178 0 167 0 167 0 156 0 183 0 167 0 161 0 156 0 156 0 161 0-9999 +USW00023188200109PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200109AWND 24 X 33 X 29 X 34 X 26 X 34 X 31 X 28 X 34 X 26 X 26 X 35 X 28 X 31 X 25 X 26 X 29 X 30 X 35 X 30 X 38 X 33 X 37 X 33 X 29 X 23 X 23 X 22 X 21 X 20 X-9999 +USW00023188200109FMTM 1146 X 1403 X 1650 X 1207 X 1324 X 1455 X 1319 X 1618 X 1353 X 1408 X 1513 X 1224 X 1303 X 1315 X 1408 X 1352 X 1432 X 1731 X 1238 X 1307 X 1244 X 1345 X 1505 X 1452 X 1237 X 1230 X 1139 X 1357 X 1657 X 1732 X-9999 +USW00023188200109PGTM 1314 W 1402 W 1642 W 1136 W 1319 W 1455 W 1204 W 1618 W 1352 W 1400 W 1535 W 1337 W 1310 W 1308 W 1412 W 1251 W 1431 W 1613 W 1155 W 1459 W 1201 W 1147 W 1511 W 1414 W 1236 W 1228 W 1102 W 1356 W 1133 W 1731 W-9999 +USW00023188200109TAVG 211 W 217 W 206 W 217 W 206 W 189 W 189 W 194 W 194 W 194 W 200 W 206 W 194 W 200 W 200 W 206 W 194 W 200 W 200 W 200 W 200 W 194 W 194 W 211 W 239 W 200 W 200 W 200 W 200 W 211 W-9999 +USW00023188200109TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200109WDF2 300 X 280 X 270 X 280 X 290 X 180 X 200 X 280 X 280 X 280 X 280 X 290 X 280 X 280 X 280 X 280 X 270 X 280 X 280 X 280 X 290 X 290 X 280 X 290 X 300 X 290 X 320 X 290 X 280 X 140 X-9999 +USW00023188200109WDF5 320 X 280 X 300 X 280 X 280 X 190 X 210 X 280 X 280 X 290 X 280 X 270 X 280 X 290 X 280 X 310 X 270 X 310 X 280 X 290 X 290 X 280 X 290 X 280 X 300 X 290 X 290 X 290 X 280 X 140 X-9999 +USW00023188200109WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200109WSF2 58 X 67 X 58 X 80 X 54 X 63 X 58 X 67 X 67 X 63 X 72 X 72 X 67 X 80 X 63 X 54 X 54 X 63 X 72 X 76 X 76 X 67 X 72 X 67 X 72 X 54 X 54 X 67 X 54 X 94 X-9999 +USW00023188200109WSF5 67 X 72 X 67 X 98 X 67 X 72 X 72 X 76 X 80 X 76 X 80 X 89 X 76 X 98 X 67 X 67 X 63 X 72 X 89 X 94 X 89 X 80 X 80 X 80 X 98 X 63 X 63 X 76 X 63 X 103 X-9999 +USW00023188200109WT01-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188200109WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 +USW00023188200109WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188200109WT13-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188200110TMAX 289 0 217 0 222 0 222 0 194 0 206 0 217 0 200 0 189 0 211 0 217 0 239 0 283 0 239 0 239 0 228 0 211 0 217 0 228 0 206 0 200 0 206 0 194 0 194 0 211 0 200 0 206 0 200 0 222 0 217 0 211 0 +USW00023188200110TMIN 200 0 183 0 172 0 178 0 172 0 172 0 183 0 178 0 172 0 172 0 161 0 167 0 133 0 156 0 156 0 150 0 150 0 133 0 150 0 167 0 172 0 172 0 167 0 161 0 144 0 150 0 167 0 167 0 161 0 150 0 172 0 +USW00023188200110PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200110AWND 25 X 25 X 22 X 26 X 26 X 27 X 28 X 27 X 19 X 38 X 25 X 22 X 17 X 17 X 17 X 25 X 31 X 28 X 24 X 22 X 20 X 20 X 24 X 21 X 24 X 34 X 22 X 22 X 33 X 31 X 26 X +USW00023188200110FMTM 1318 X 1415 X 1326 X 1529 X 1531 X 1439 X 1324 X 1443 X 1522 X 1525 X 1453 X 1437 X 1122 X 1159 X 1141 X 1401 X 1155 X 1244 X 1155 X 1256 X 1201 X 1352 X 1119 X 1218 X 1350 X 1150 X 1524 X 1459 X 1218 X 1429 X 1515 X +USW00023188200110PGTM 1313 W 1453 W 0612 W 1302 W 1543 W 1543 W 1310 W 1510 W 1307 W 1312 W 1501 W 1432 W 1124 W 1158 W 1116 W 1400 W 1138 W 1230 W 1220 W 1255 W 1216 W 1435 W 1118 W 1245 W 1334 W 1051 W 1213 W 1504 W 1218 W 1400 W 1246 W +USW00023188200110TAVG 244 W 200 W 200 W 200 W 183 W 189 W 200 W 189 W 183 W 194 W 189 W 206 W 211 W 200 W 200 W 189 W 183 W 178 W 189 W 189 W 189 W 189 W 183 W 178 W 178 W 178 W 189 W 183 W 194 W 183 W 194 W +USW00023188200110TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00023188200110WDF2 290 X 290 X 280 X 280 X 240 X 220 X 280 X 280 X 270 X 290 X 290 X 290 X 320 X 310 X 280 X 280 X 280 X 300 X 290 X 260 X 210 X 280 X 230 X 260 X 290 X 290 X 280 X 290 X 280 X 310 X 290 X +USW00023188200110WDF5 300 X 290 X 180 X 310 X 230 X 230 X 270 X 290 X 260 X 290 X 280 X 280 X 320 X 310 X 290 X 280 X 290 X 290 X 290 X 270 X 210 X 280 X 220 X 250 X 290 X 290 X 280 X 290 X 290 X 310 X 280 X +USW00023188200110WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200110WSF2 76 X 63 X 45 X 54 X 58 X 58 X 67 X 67 X 54 X 80 X 63 X 58 X 67 X 58 X 45 X 72 X 67 X 76 X 80 X 63 X 54 X 58 X 54 X 54 X 58 X 72 X 63 X 63 X 89 X 89 X 67 X +USW00023188200110WSF5 94 X 72 X 67 X 67 X 63 X 72 X 94 X 72 X 63 X 98 X 67 X 67 X 72 X 63 X 58 X 80 X 76 X 94 X 94 X 76 X 58 X 67 X 63 X 72 X 67 X 89 X 76 X 67 X 98 X 112 X 80 X +USW00023188200110WT01-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200110WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200110WT08-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 +USW00023188200110WT13-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188200111TMAX 194 0 194 0 194 0 211 0 194 0 172 0 172 0 217 0 183 0 194 0 228 0 211 0 183 0 194 0 211 0 217 0 200 0 211 0 217 0 233 0 211 0 189 0 194 0 178 0 167 0 172 0 178 0 172 0 156 0 167 0-9999 +USW00023188200111TMIN 161 0 156 0 150 0 172 0 161 0 156 0 156 0 128 0 150 0 167 0 161 0 150 0 139 0 117 0 122 0 111 0 122 0 117 0 94 0 128 0 133 0 156 0 139 0 117 0 122 0 111 0 83 0 67 0 111 0 111 0-9999 +USW00023188200111PRCP 0 0 0 0 0 0 61 0 10 0 0 0 0 0 0 0 0 0 0 0 0T 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 91 0 0T 0 0 0 0 0 0 0 30 0 0 0-9999 +USW00023188200111AWND 23 X 26 X 32 X 35 X 26 X 18 X 19 X 21 X 21 X 21 X 21 X 23 X 25 X 19 X 16 X 22 X 22 X 23 X 17 X 17 X 17 X 26 X 19 X 35 X 34 X 19 X 25 X 15 X 39 X 17 X-9999 +USW00023188200111FMTM 1508 X 1411 X 1153 X 0931 X 1338 X 1054 X 1433 X 1339 X 1216 X 1450 X 1440 X 2028 X 1327 X 1222 X 1603 X 1350 X 1438 X 1541 X 1426 X 1258 X 1517 X 1901 X 1555 X 1942 X 0445 X 1410 X 1448 X 1557 X 1538 X 1603 X-9999 +USW00023188200111PGTM 1511 W 1504 W 1427 W 0930 W 1340 W 1107 W 1427 W 1340 W 1225 W 1450 W 1447 W 2028 W 1254 W 1221 W 1602 W 1345 W 1437 W 1609 W 1305 W 1258 W 1519 W 1900 W 1525 W 1936 W-9999 -9999 -9999 1542 W 1223 W 1439 W-9999 +USW00023188200111TAVG 178 W 178 W 172 W 194 W 178 W 167 W 167 W 172 W 167 W 183 W 194 W 183 W 161 W 156 W 167 W 167 W 161 W 167 W 156 W 183 W 172 W 172 W 167 W 150 W 144 W 144 W 133 W 122 W 133 W 139 W-9999 +USW00023188200111TSUN 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W-9999 0 W 0 W 0 W-9999 -9999 0 W-9999 +USW00023188200111WDF2 280 X 280 X 290 X 340 X 290 X 210 X 270 X 320 X 200 X 260 X 290 X 300 X 280 X 290 X 190 X 290 X 300 X 290 X 290 X 300 X 290 X 160 X 260 X 160 X 290 X 280 X 290 X 320 X 160 X 280 X-9999 +USW00023188200111WDF5 280 X 300 X 290 X 330 X 290 X 220 X 270 X 320 X 230 X 270 X 300 X 300 X 280 X 290 X 200 X 290 X 290 X 320 X 290 X 290 X 290 X 160 X 250 X 180 X 290 X 280 X 290 X 310 X 170 X 280 X-9999 +USW00023188200111WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200111WSF2 63 X 67 X 72 X 89 X 63 X 40 X 40 X 67 X 45 X 58 X 63 X 72 X 63 X 72 X 40 X 72 X 58 X 58 X 54 X 80 X 54 X 63 X 45 X 98 X 80 X 58 X 76 X 58 X 107 X 54 X-9999 +USW00023188200111WSF5 72 X 80 X 80 X 98 X 72 X 45 X 54 X 76 X 58 X 63 X 67 X 94 X 72 X 89 X 45 X 89 X 67 X 63 X 63 X 94 X 58 X 72 X 58 X 116 X 98 X 67 X 94 X 72 X 125 X 63 X-9999 +USW00023188200111WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188200111WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200111WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200111WT08-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200111WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188200111WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200111WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00023188200112TMAX 167 0 167 0 167 0 161 0 167 0 206 0 239 0 244 0 172 0 150 0 150 0 161 0 167 0 144 0 150 0 161 0 167 0 161 0 217 0 156 0 144 0 156 0 161 0 189 0 194 0 178 0 194 0 183 0 183 0 167 0 172 0 +USW00023188200112TMIN 83 0 89 0 117 0 100 0 72 0 83 0 94 0 100 0 89 0 89 0 83 0 94 0 78 0 78 0 72 0 61 0 56 0 67 0 78 0 78 0 100 0 83 0 89 0 72 0 72 0 56 0 83 0 89 0 111 0 133 0 133 0 +USW00023188200112PRCP 0 0 0 0 36 0 0T 0 0 0 0 0 0 0 0 0 0T 0 20 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 48 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 +USW00023188200112AWND 13 X 17 X 27 X 19 X 20 X 22 X 10 X 10 X 36 X 22 X 21 X 28 X 14 X 33 X 22 X 14 X 17 X 22 X 21 X 17 X 33 X 25 X 16 X 10 X 15 X 15 X 15 X 10 X 13 X 16 X 17 X +USW00023188200112FMTM 1325 X 1425 X 2140 X 1053 X 1548 X 1531 X 1406 X 1416 X 2022 X 1433 X 1529 X 1344 X 1503 X 1647 X 1459 X 1535 X 1406 X 1337 X 1507 X 1723 X 1143 X 1518 X 1624 X 1625 X 1412 X 1353 X 1346 X 1712 X 1906 X 0534 X 1428 X +USW00023188200112PGTM 1325 W 1415 W 2140 W 1052 W 1457 W 1531 W 2159 W 1420 W 2021 W 1432 W 1514 W 1339 W 1643 W 1646 W 1459 W 1502 W 1405 W 1336 W 1512 W 1720 W 0054 W 1517 W 1600 W 1624 W 1412 W 1350 W 1347 W 1714 W 1911 W 1744 W 1227 W +USW00023188200112TAVG 128 W 128 W 144 W 133 W 122 W 144 W 167 W 172 W 133 W 122 W 117 W 128 W 122 W 111 W 111 W 111 W 111 W 117 W 150 W 117 W 122 W 122 W 128 W 133 W 133 W 117 W 139 W 139 W 150 W 150 W 156 W +USW00023188200112TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W +USW00023188200112WDF2 300 X 230 X 270 X 290 X 290 X 310 X 320 X 300 X 270 X 250 X 290 X 250 X 270 X 260 X 310 X 320 X 290 X 300 X 290 X 290 X 250 X 320 X 280 X 290 X 290 X 310 X 280 X 300 X 270 X 180 X 280 X +USW00023188200112WDF5 310 X 240 X 260 X 290 X 300 X 310 X 130 X 310 X 270 X 250 X 280 X 260 X 290 X 270 X 310 X 310 X 300 X 290 X 290 X 290 X 310 X 310 X 290 X 290 X 290 X 320 X 290 X 290 X 240 X 330 X 290 X +USW00023188200112WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200112WSF2 58 X 45 X 72 X 63 X 63 X 72 X 45 X 45 X 94 X 89 X 67 X 63 X 45 X 94 X 76 X 40 X 72 X 72 X 58 X 54 X 94 X 67 X 54 X 63 X 58 X 67 X 58 X 45 X 45 X 40 X 58 X +USW00023188200112WSF5 63 X 58 X 80 X 72 X 76 X 80 X 54 X 54 X 107 X 103 X 80 X 76 X 54 X 116 X 89 X 54 X 89 X 89 X 67 X 63 X 116 X 89 X 63 X 76 X 67 X 76 X 63 X 54 X 54 X 45 X 67 X +USW00023188200112WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 +USW00023188200112WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200112WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188200112WT13 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X +USW00023188200112WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188200201TMAX 167 0 167 0 172 0 178 0 206 0 194 0 239 0 194 0 161 0 178 0 233 0 250 0 172 0 144 0 156 0 161 0 167 0 161 0 172 0 172 0 178 0 150 0 167 0 161 0 194 0 161 0 150 0 139 0 117 0 133 0 144 0 +USW00023188200201TMIN 100 0 122 0 133 0 117 0 94 0 89 0 111 0 106 0 128 0 100 0 89 0 94 0 56 0 111 0 139 0 106 0 78 0 72 0 67 0 67 0 67 0 111 0 94 0 61 0 61 0 78 0 100 0 100 0 72 0 39 0 44 0 +USW00023188200201PRCP 0 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 30 0 15 0 0 0 0 0 +USW00023188200201AWND 17 X 23 X 17 X 21 X 17 X 17 X 19 X 17 X 27 X 22 X 24 X 14 X 11 X 29 X 40 X 21 X 21 X 20 X 16 X 22 X 18 X 41 X 28 X 23 X 20 X 19 X 30 X 30 X 25 X 29 X 21 X +USW00023188200201FMTM 1425 X 1533 X 1434 X 1508 X 1513 X 1325 X 1704 X 1029 X 1427 X 1256 X 1528 X 1536 X 1604 X 2359 X 1017 X 1341 X 1530 X 1504 X 1542 X 1539 X 1333 X 1122 X 1624 X 1543 X 1350 X 1250 X 1839 X 2325 X 2120 X 1303 X 1518 X +USW00023188200201PGTM 1138 W 1507 W 1536 W 1508 W 1513 W 1334 W 1703 W 1028 W 1423 W 1519 W 1526 W 1534 W 1603 W 2359 W 0933 W 1327 W 1529 W 1501 W 1542 W 1542 W 1520 W 1306 W 1656 W 1538 W 1348 W 1125 W 1323 W 2325 W 2119 W 1532 W 1506 W +USW00023188200201TAVG 133 W 144 W 156 W 150 W 150 W 144 W 178 W 150 W 144 W 139 W 161 W 172 W 117 W 128 W 150 W 133 W 122 W 117 W 122 W 122 W 122 W 133 W 133 W 111 W 128 W 122 W 128 W 122 W 94 W 89 W 94 W +USW00023188200201TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200201WDF2 290 X 290 X 280 X 290 X 290 X 290 X 320 X 310 X 250 X 290 X 340 X 310 X 290 X 190 X 160 X 260 X 290 X 300 X 310 X 330 X 280 X 220 X 270 X 310 X 300 X 290 X 160 X 280 X 360 X 290 X 300 X +USW00023188200201WDF5 290 X 290 X 290 X 290 X 280 X 290 X 310 X 310 X 240 X 290 X 340 X 310 X 290 X 200 X 160 X 220 X 290 X 300 X 310 X 330 X 270 X 250 X 340 X 330 X 310 X 240 X 190 X 290 X 10 X 290 X 290 W +USW00023188200201WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200201WSF2 58 X 58 X 67 X 67 X 58 X 67 X 67 X 54 X 58 X 72 X 89 X 54 X 40 X 58 X 76 X 58 X 67 X 72 X 58 X 67 X 54 X 76 X 89 X 72 X 67 X 40 X 58 X 89 X 58 X 80 X 67 X +USW00023188200201WSF5 67 X 67 X 76 X 76 X 63 X 76 X 89 X 58 X 67 X 76 X 103 X 63 X 45 X 67 X 103 X 76 X 76 X 89 X 67 X 76 X 58 X 89 X 98 X 80 X 80 X 54 X 72 X 103 X 67 X 94 X 76 W +USW00023188200201WT01 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188200201WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200201WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188200201WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200201WT13 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188200201WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 +USW00023188200202TMAX 144 0 161 0 178 0 183 0 200 0 183 0 156 0 178 0 244 0 244 0 239 0 189 0 200 0 161 0 172 0 161 0 144 0 150 0 161 0 172 0 261 0 306 0 194 0 178 0 183 0 250 0 183 0 144 0-9999 -9999 -9999 +USW00023188200202TMIN 50 0 56 0 61 0 61 0 67 0 61 0 78 0 83 0 89 0 94 0 83 0 83 0 72 0 122 0 100 0 133 0 117 0 100 0 83 0 94 0 100 0 117 0 128 0 128 0 106 0 94 0 111 0 133 0-9999 -9999 -9999 +USW00023188200202PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188200202AWND 20 X 16 X 18 X 13 X 13 X 17 X 23 X 19 X 21 X 21 X 25 X 15 X 15 X 19 X 21 X 23 X 30 X 30 X 21 X 22 X 21 X 17 X 26 X 26 X 19 X 21 X 18 X 33 X-9999 -9999 -9999 +USW00023188200202FMTM 1504 X 1350 X 1345 X 1612 X 1407 X 1617 X 1742 X 1532 X 1047 X 1212 X 1543 X 1200 X 1636 X 1319 X 1412 X 1602 X 1033 X 1148 X 1500 X 1235 X 1420 X 1450 X 1321 X 1408 X 1520 X 1438 X 1406 X 1359 X-9999 -9999 -9999 +USW00023188200202PGTM 1350 W 1349 W 1357 W 1613 W 1414 W 1616 W 1808 W 1535 W 1046 W 1212 W 1542 W 1319 W 1628 W 1313 W 1432 W 1332 W 1026 W 1146 W 1459 W 1502 W 1419 W 1451 W 1320 W 1356 W 1508 W 1438 W 1420 W 2224 W-9999 -9999 -9999 +USW00023188200202TAVG 100 W 111 W 122 W 122 W 133 W 122 W 117 W 133 W 167 W 172 W 161 W 139 W 139 W 144 W 139 W 150 W 133 W 128 W 122 W 133 W 183 W 211 W 161 W 156 W 144 W 172 W 150 W 139 W-9999 -9999 -9999 +USW00023188200202TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00023188200202WDF2 290 X 190 X 310 X 310 X 290 X 290 X 290 X 300 X 60 X 210 X 320 X 200 X 160 X 210 X 290 X 280 X 170 X 270 X 280 X 290 X 320 X 320 X 230 X 280 X 290 X 320 X 290 X 240 X-9999 -9999 -9999 +USW00023188200202WDF5 320 X 190 X 300 X 310 X 290 X 280 X 330 X 290 X 60 X 210 X 320 X 210 X 160 X 210 X 290 X 270 X 180 X 270 X 280 X 310 X 320 X 310 X 210 X 300 X 270 X 310 X 310 X 200 X-9999 -9999 -9999 +USW00023188200202WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188200202WSF2 58 X 54 X 72 X 58 X 58 X 45 X 63 X 72 X 63 X 76 X 67 X 45 X 54 X 54 X 67 X 72 X 72 X 72 X 67 X 72 X 58 X 76 X 72 X 63 X 54 X 72 X 54 X 58 X-9999 -9999 -9999 +USW00023188200202WSF5 67 X 58 X 80 X 67 X 63 X 54 X 72 X 89 X 76 X 98 X 80 X 63 X 63 X 63 X 72 X 94 X 94 X 94 X 80 X 80 X 63 X 94 X 89 X 72 X 63 X 80 X 58 X 63 X-9999 -9999 -9999 +USW00023188200202WT01-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188200202WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188200202WT08-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188200202WT13-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188200202WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200203TMAX 178 0 206 0 200 0 222 0 183 0 178 0 156 0 150 0 206 0 194 0 194 0 172 0 178 0 156 0 167 0 156 0 150 0 156 0 194 0 200 0 200 0 183 0 172 0 161 0 167 0 172 0 144 0 156 0 167 0 167 0 161 0 +USW00023188200203TMIN 139 0 111 0 83 0 72 0 89 0 100 0 133 0 111 0 89 0 111 0 106 0 128 0 144 0 117 0 94 0 100 0 83 0 83 0 83 0 89 0 117 0 117 0 122 0 122 0 106 0 111 0 122 0 133 0 117 0 133 0 122 0 +USW00023188200203PRCP 0 0 0 0 0 0 0 0 0 0 0 0 8 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 5 0 79 0 15 0 0 0 0 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00023188200203AWND 35 X 25 X 22 X 26 X 19 X 21 X 30 X 38 X 19 X 26 X 23 X 30 X 49 X 48 X 42 X 60 X 48 X 40 X 23 X 23 X 21 X 26 X 35 X 44 X 25 X 26 X 24 X 23 X 25 X 32 X 30 X +USW00023188200203FMTM 1533 X 2339 X 1238 X 1548 X 1602 X 1340 X 1714 X 0326 X 1349 X 1056 X 1446 X 2342 X 1404 X 1043 X 2359 X 1357 X 2308 X 0258 X 1432 X 1235 X 1552 X 1242 X 1418 X 1256 X 1234 X 1504 X 1245 X 1621 X 1432 X 1406 X 1318 X +USW00023188200203PGTM 1529 W 2339 W 1234 W 1556 W 1601 W 1500 W 1713 W 0325 W 1343 W 0945 W 1448 W 1502 W 1404 W 1040 W 2356 W 1343 W 2307 W 0257 W 1431 W 1234 W 1604 W 1241 W 1449 W 1117 W 1235 W 1502 W 1339 W 1647 W 1440 W 1406 W 1317 W +USW00023188200203TAVG 161 W 161 W 144 W 150 W 139 W 139 W 144 W 133 W 150 W 156 W 150 W 150 W 161 W 139 W 133 W 128 W 117 W 122 W 139 W 144 W 161 W 150 W 150 W 144 W 139 W 144 W 133 W 144 W 144 W 150 W 144 W +USW00023188200203TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200203WDF2 310 X 70 X 320 X 320 X 280 X 290 X 300 X 290 X 290 X 320 X 290 X 150 X 280 X 290 X 290 X 270 X 250 X 290 X 290 X 290 X 290 X 290 X 260 X 270 X 290 X 290 X 290 X 280 X 290 X 280 X 290 X +USW00023188200203WDF5 300 X 70 X 320 X 330 X 280 X 290 X 290 X 280 X 280 X 300 X 290 X 230 X 280 X 300 X 290 X 280 X 260 X 280 X 290 X 290 X 300 X 290 X 270 X 270 X 290 X 290 X 290 X 280 X 290 X 280 X 290 X +USW00023188200203WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200203WSF2 80 X 63 X 58 X 80 X 63 X 63 X 80 X 94 X 72 X 76 X 58 X 54 X 103 X 107 X 94 X 98 X 125 X 112 X 67 X 89 X 67 X 76 X 72 X 89 X 72 X 67 X 63 X 54 X 76 X 76 X 72 X +USW00023188200203WSF5 98 X 80 X 72 X 98 X 72 X 67 X 103 X 107 X 89 X 94 X 67 X 67 X 125 X 143 X 107 X 116 X 148 X 143 X 76 X 98 X 76 X 80 X 80 X 116 X 80 X 76 X 72 X 58 X 89 X 89 X 94 X +USW00023188200203WT01-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188200203WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 +USW00023188200203WT13-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188200203WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188200204TMAX 161 0 156 0 161 0 172 0 178 0 167 0 172 0 183 0 183 0 178 0 172 0 161 0 189 0 161 0 150 0 167 0 167 0 178 0 178 0 178 0 189 0 206 0 217 0 178 0 183 0 178 0 172 0 189 0 189 0 167 0-9999 +USW00023188200204TMIN 122 0 128 0 128 0 133 0 128 0 128 0 139 0 144 0 144 0 128 0 133 0 133 0 139 0 139 0 133 0 122 0 128 0 117 0 111 0 122 0 106 0 122 0 144 0 139 0 144 0 133 0 133 0 117 0 122 0 133 0-9999 +USW00023188200204PRCP 0 0 0 0 0 0 0 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 56 0 0 0 64 0 0T 0 0 0 0 0 0T 0-9999 +USW00023188200204AWND 24 X 28 X 34 X 34 X 28 X 29 X 32 X 29 X 40 X 21 X 24 X 27 X 25 X 29 X 51 X 46 X 43 X 31 X 38 X 35 X 38 X 30 X 32 X 32 X 30 X 41 X 38 X 37 X 30 X 39 X-9999 +USW00023188200204FMTM 1441 X 1510 X 1427 X 1446 X 1514 X 1419 X 1245 X 1225 X 1903 X 1513 X 1259 X 1143 X 1335 X 2321 X 0813 X 1331 X 1458 X 1730 X 1506 X 1655 X 1220 X 1053 X 1433 X 1444 X 1638 X 1416 X 1723 X 1400 X 1429 X 1208 X-9999 +USW00023188200204PGTM 1427 W 1432 W 1503 W 1426 W 1454 W 1419 W 1246 W 1305 W 1903 W 1208 W 1234 W 1209 W 1250 W 2109 W 0816 W 1146 W 1450 W 1729 W 1701 W 1351 W 1253 W 1102 W 1449 W 1430 W 1103 W 1415 W 1617 W 1331 W 1350 W 1312 W-9999 +USW00023188200204TAVG 144 W 144 W 144 W 156 W 156 W 150 W 156 W 167 W 144 W 156 W 156 W 150 W 167 W 150 W 144 W 144 W 150 W 150 W 144 W 150 W 150 W 167 W 183 W 161 W 167 W 156 W 156 W 156 W 156 W 150 W-9999 +USW00023188200204TSUN 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W-9999 +USW00023188200204WDF2 280 X 280 X 290 X 280 X 290 X 260 X 200 X 280 X 320 X 290 X 210 X 200 X 270 X 180 X 160 X 210 X 280 X 260 X 280 X 290 X 290 X 290 X 290 X 290 X 290 X 270 X 300 X 290 X 280 X 290 X-9999 +USW00023188200204WDF5 310 X 270 X 290 X 290 X 280 X 260 X 200 X 270 X 330 X 260 X 200 X 210 X 220 X 150 X 180 X 200 X 290 X 270 X 320 X 230 X 290 X 280 X 310 X 290 X 270 X 260 X 270 X 290 X 290 X 290 X-9999 +USW00023188200204WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200204WSF2 54 X 58 X 63 X 72 X 72 X 76 X 67 X 63 X 80 X 63 X 54 X 54 X 58 X 67 X 94 X 72 X 80 X 76 X 76 X 63 X 80 X 80 X 72 X 63 X 67 X 89 X 67 X 80 X 80 X 80 X-9999 +USW00023188200204WSF5 67 X 72 X 72 X 89 X 94 X 98 X 76 X 76 X 94 X 80 X 67 X 58 X 72 X 80 X 107 X 98 X 107 X 98 X 89 X 80 X 94 X 94 X 80 X 76 X 94 X 107 X 89 X 98 X 98 X 107 X-9999 +USW00023188200204WT01 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200204WT08 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200204WT13 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188200204WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 +USW00023188200205TMAX 167 0 178 0 178 0 178 0 172 0 178 0 167 0 172 0 189 0 183 0 189 0 294 0 244 0 194 0 167 0 172 0 189 0 167 0 183 0 189 0 183 0 200 0 183 0 178 0 178 0 183 0 194 0 200 0 200 0 211 0 206 0 +USW00023188200205TMIN 133 0 122 0 122 0 128 0 139 0 133 0 133 0 139 0 139 0 139 0 139 0 133 0 156 0 156 0 144 0 139 0 150 0 150 0 144 0 150 0 144 0 122 0 144 0 144 0 144 0 150 0 156 0 156 0 150 0 144 0 161 0 +USW00023188200205PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200205AWND 38 X 30 X 32 X 26 X 23 X 30 X 30 X 26 X 34 X 41 X 31 X 30 X 30 X 30 X 40 X 30 X 22 X 31 X 30 X 45 X 45 X 29 X 32 X 31 X 23 X 28 X 29 X 27 X 25 X 32 X 26 X +USW00023188200205FMTM 1714 X 1232 X 1456 X 1425 X 1531 X 1230 X 1334 X 1237 X 1504 X 1358 X 1623 X 1444 X 1218 X 1428 X 1509 X 1302 X 1408 X 1608 X 1630 X 1523 X 1502 X 1142 X 1227 X 1547 X 1118 X 1423 X 1330 X 1559 X 1216 X 1741 X 1527 X +USW00023188200205PGTM 1503 W 1339 W 1231 W 1405 W 1504 W 1258 W 1334 W 1455 W 1503 W 1402 W 1626 W 1443 W 1217 W 1427 W 1504 W 1424 W 1353 W 1604 W 1629 W 1515 W 1421 W 1216 W 1233 W 1232 W 1543 W 1214 W 1347 W 1428 W 1214 W 1758 W 1346 W +USW00023188200205TAVG 150 W 150 W 150 W 156 W 156 W 156 W 150 W 156 W 167 W 161 W 167 W 217 W 200 W 178 W 156 W 156 W 172 W 161 W 167 W 172 W 167 W 161 W 167 W 161 W 161 W 167 W 178 W 178 W 178 W 178 W 183 W +USW00023188200205TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200205WDF2 270 X 250 X 290 X 300 X 260 X 230 X 200 X 260 X 290 X 200 X 290 X 290 X 290 X 220 X 210 X 230 X 240 X 230 X 240 X 290 X 280 X 290 X 220 X 220 X 220 X 280 X 270 X 280 X 210 X 190 X 210 X +USW00023188200205WDF5 250 X 270 X 280 X 290 X 260 X 240 X 200 X 240 X 290 X 210 X 290 X 290 X 290 X 220 X 200 X 200 X 240 X 230 X 240 X 280 X 290 X 300 X 210 X 210 X 230 X 250 X 280 X 280 X 210 X 210 X 180 X +USW00023188200205WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200205WSF2 67 X 63 X 72 X 67 X 58 X 63 X 63 X 63 X 76 X 63 X 72 X 80 X 76 X 54 X 63 X 58 X 58 X 54 X 67 X 80 X 80 X 72 X 63 X 58 X 63 X 63 X 72 X 67 X 58 X 80 X 58 X +USW00023188200205WSF5 89 X 76 X 94 X 80 X 72 X 72 X 67 X 80 X 89 X 72 X 89 X 94 X 89 X 63 X 72 X 72 X 72 X 63 X 76 X 107 X 116 X 89 X 72 X 72 X 76 X 94 X 89 X 80 X 67 X 94 X 72 X +USW00023188200205WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00023188200205WT08-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188200205WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188200205WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200206TMAX 206 0 194 0 183 0 206 0 217 0 206 0 189 0 178 0 183 0 194 0 194 0 206 0 206 0 211 0 228 0 233 0 222 0 217 0 194 0 178 0 200 0 217 0 206 0 194 0 233 0 211 0 200 0 206 0 194 0 206 0-9999 +USW00023188200206TMIN 161 0 156 0 150 0 156 0 161 0 156 0 150 0 150 0 150 0 161 0 167 0 161 0 167 0 167 0 150 0 161 0 167 0 167 0 161 0 161 0 161 0 167 0 161 0 156 0 156 0 167 0 161 0 156 0 161 0 161 0-9999 +USW00023188200206PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200206AWND 31 X 32 X 36 X 24 X 29 X 23 X 37 X 39 X 44 X 41 X 31 X 37 X 43 X 38 X 27 X 25 X 22 X 34 X 48 X 32 X 30 X 34 X 26 X 25 X 35 X 34 X 28 X 30 X 32 X 27 X-9999 +USW00023188200206FMTM 1414 X 2243 X 1119 X 1447 X 1434 X 1128 X 0956 X 2216 X 1149 X 1354 X 1245 X 1511 X 1311 X 1542 X 1511 X 1557 X 1544 X 0421 X 1207 X 1545 X 1813 X 1633 X 1301 X 1441 X 1226 X 1545 X 1108 X 1452 X 1339 X 1316 X-9999 +USW00023188200206PGTM 1413 W 2243 W 1138 W 1145 W 1221 W 1125 W 1005 W 0856 W 1405 W 1427 W 1419 W 1505 W 1348 W 1545 W 1506 W 1459 W 1328 W 0421 W 1211 W 1536 W 0615 W 1613 W 1125 W 1440 W 1226 W 1514 W 1130 W 1242 W 1428 W 1304 W-9999 +USW00023188200206TAVG 183 W 178 W 167 W 183 W 189 W 183 W 172 W 167 W 167 W 178 W 183 W 183 W 189 W 189 W 189 W 200 W 194 W 194 W 178 W 172 W 183 W 194 W 183 W 178 W 194 W 189 W 183 W 183 W 178 W 183 W-9999 +USW00023188200206TSUN 0 W-9999 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W-9999 -9999 +USW00023188200206WDF2 280 X 260 X 180 X 270 X 210 X 180 X 160 X 180 X 190 X 190 X 230 X 280 X 280 X 280 X 200 X 250 X 210 X 130 X 210 X 230 X 280 X 290 X 290 X 210 X 270 X 290 X 270 X 210 X 210 X 220 X-9999 +USW00023188200206WDF5 290 X 250 X 190 X 260 X 280 X 170 X 160 X 180 X 200 X 200 X 210 X 290 X 290 X 290 X 220 X 270 X 240 X 130 X 180 X 230 X 250 X 270 X 240 X 200 X 260 X 290 X 300 X 240 X 190 X 210 X-9999 +USW00023188200206WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200206WSF2 67 X 45 X 63 X 58 X 58 X 58 X 76 X 67 X 72 X 67 X 63 X 76 X 80 X 72 X 54 X 45 X 45 X 54 X 72 X 54 X 58 X 67 X 58 X 54 X 76 X 67 X 58 X 58 X 58 X 54 X-9999 +USW00023188200206WSF5 89 X 54 X 76 X 80 X 67 X 67 X 89 X 80 X 80 X 76 X 72 X 89 X 98 X 80 X 63 X 63 X 63 X 63 X 89 X 63 X 89 X 76 X 76 X 63 X 98 X 80 X 89 X 76 X 72 X 72 X-9999 +USW00023188200206WT01-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 +USW00023188200206WT08-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188200206WT13-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 +USW00023188200206WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200207TMAX 217 0 222 0 211 0 200 0 200 0 200 0 206 0 222 0 217 0 211 0 239 0 222 0 228 0 222 0 217 0 222 0 239 0 217 0 211 0 206 0 211 0 222 0 239 0 267 0 256 0 222 0 206 0 228 0 222 0 228 0 228 0 +USW00023188200207TMIN 161 0 172 0 167 0 167 0 167 0 172 0 172 0 167 0 167 0 183 0 183 0 183 0 183 0 183 0 183 0 183 0 183 0 183 0 167 0 167 0 172 0 172 0 189 0 194 0 194 0 178 0 172 0 183 0 167 0 183 0 183 0 +USW00023188200207PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200207AWND 27 X 32 X 39 X 34 X 34 X 21 X 27 X 29 X 25 X 23 X 22 X 31 X 37 X 26 X 29 X 26 X 32 X 27 X 28 X 29 X 26 X 36 X 34 X 27 X 23 X 28 X 35 X 33 X 41 X 27 X 31 X +USW00023188200207FMTM 1255 X 1645 X 1623 X 1428 X 1317 X 1515 X 1655 X 1145 X 1118 X 1200 X 1319 X 1406 X 1100 X 1654 X 1237 X 1314 X 1526 X 1137 X 1455 X 1548 X 1423 X 1247 X 1208 X 1155 X 1359 X 1255 X 1424 X 1515 X 1324 X 1458 X 1246 X +USW00023188200207PGTM 1653 W 1601 W 1518 W 1402 W 1312 W 1218 W 1125 W 1124 W 1149 W 1145 W 1557 W 1405 W 1105 W 1653 W 1603 W 1447 W 1456 W 1425 W 1528 W 1447 W 1306 W 1246 W 1058 W 1223 W 1348 W 1234 W 0633 W 1417 W 1111 W 1304 W 1052 W +USW00023188200207TAVG 189 W 200 W 189 W 183 W 183 W 189 W 189 W 194 W 194 W 200 W 211 W 206 W 206 W 206 W 200 W 206 W 211 W 200 W 189 W 189 W 194 W 200 W 217 W 233 W 228 W 200 W 189 W 206 W 194 W 206 W 206 W +USW00023188200207TSUN-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W +USW00023188200207WDF2 210 X 280 X 280 X 230 X 210 X 210 X 270 X 200 X 180 X 190 X 310 X 290 X 280 X 170 X 180 X 220 X 280 X 280 X 220 X 220 X 240 X 280 X 280 X 290 X 290 X 210 X 230 X 290 X 290 X 230 X 290 X +USW00023188200207WDF5 260 X 290 X 280 X 210 X 210 X 190 X 270 X 240 X 200 X 190 X 260 X 290 X 290 X 160 X 180 X 210 X 290 X 280 X 240 X 230 X 300 X 270 X 290 X 270 X 290 X 220 X 210 X 290 X 290 X 250 X 290 X +USW00023188200207WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200207WSF2 58 X 67 X 72 X 58 X 63 X 63 X 54 X 58 X 58 X 45 X 45 X 76 X 76 X 63 X 54 X 54 X 58 X 58 X 58 X 58 X 58 X 76 X 76 X 54 X 54 X 54 X 63 X 63 X 76 X 58 X 67 X +USW00023188200207WSF5 67 X 80 X 94 X 76 X 72 X 72 X 67 X 67 X 72 X 58 X 58 X 98 X 80 X 72 X 63 X 67 X 72 X 67 X 67 X 67 X 72 X 94 X 94 X 58 X 63 X 67 X 89 X 76 X 98 X 72 X 89 X +USW00023188200207WT01 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 +USW00023188200207WT08 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0 +USW00023188200207WT13 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X +USW00023188200208TMAX 228 0 222 0 217 0 228 0 228 0 233 0 233 0 239 0 233 0 233 0 233 0 256 0 217 0 233 0 233 0 228 0 250 0 206 0 211 0 222 0 228 0 239 0 239 0 233 0 233 0 228 0 200 0 211 0 222 0 233 0 272 0 +USW00023188200208TMIN 189 0 183 0 183 0 178 0 183 0 178 0 178 0 161 0 178 0 172 0 183 0 183 0 172 0 183 0 189 0 183 0 189 0 178 0 178 0 189 0 194 0 183 0 178 0 172 0 161 0 172 0 167 0 178 0 178 0 178 0 189 0 +USW00023188200208PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200208AWND 25 X 28 X 30 X 37 X 27 X 24 X 28 X 36 X 33 X 29 X 25 X 25 X 26 X 26 X 25 X 32 X 31 X 35 X 36 X 31 X 31 X 34 X 35 X 33 X 32 X 24 X 42 X 34 X 27 X 38 X 34 X +USW00023188200208FMTM 1502 X 1552 X 1819 X 1346 X 1601 X 1450 X 1607 X 1346 X 1431 X 1540 X 1008 X 1248 X 1253 X 1053 X 1613 X 1403 X 1505 X 1435 X 1521 X 1507 X 1247 X 1729 X 1355 X 1543 X 1742 X 1422 X 1402 X 0217 X 1557 X 1418 X 1306 X +USW00023188200208PGTM 1352 W 1256 W 1625 W 1432 W 1207 W 1440 W 1626 W 1255 W 1221 W 1347 W 1442 W 1241 W 1317 W 1049 W 1229 W 1452 W 1516 W 1422 W 1520 W 1454 W 1247 W 1652 W 1520 W 1518 W 1741 W 1424 W 1319 W 1355 W 1511 W 1217 W 1305 W +USW00023188200208TAVG 211 W 206 W 200 W 206 W 206 W 206 W 206 W 200 W 206 W 206 W 211 W 222 W 194 W 211 W 211 W 206 W 222 W 194 W 194 W 206 W 211 W 211 W 211 W 206 W 200 W 200 W 183 W 194 W 200 W 206 W 233 W +USW00023188200208TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200208WDF2 280 X 280 X 290 X 280 X 290 X 210 X 290 X 290 X 280 X 280 X 180 X 170 X 190 X 200 X 250 X 220 X 210 X 210 X 210 X 210 X 260 X 290 X 290 X 290 X 290 X 300 X 190 X 190 X 280 X 290 X 300 X +USW00023188200208WDF5 290 X 250 X 280 X 290 X 280 X 230 X 290 X 280 X 310 X 290 X 210 X 200 X 200 X 200 X 190 X 240 X 260 X 200 X 200 X 210 X 260 X 290 X 320 X 290 X 290 X 290 X 180 X 230 X 290 X 290 X 300 X +USW00023188200208WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200208WSF2 54 X 63 X 58 X 76 X 54 X 54 X 63 X 72 X 67 X 63 X 54 X 58 X 58 X 63 X 58 X 54 X 54 X 63 X 58 X 58 X 63 X 63 X 76 X 72 X 63 X 58 X 67 X 67 X 58 X 76 X 80 X +USW00023188200208WSF5 72 X 80 X 72 X 89 X 76 X 63 X 72 X 89 X 80 X 72 X 63 X 67 X 67 X 72 X 67 X 72 X 67 X 76 X 67 X 72 X 76 X 72 X 89 X 89 X 72 X 67 X 89 X 89 X 72 X 94 X 112 X +USW00023188200208WT01-9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 +USW00023188200208WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 +USW00023188200208WT13-9999 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X +USW00023188200208WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200209TMAX 328 0 272 0 261 0 244 0 228 0 244 0 228 0 239 0 256 0 278 0 250 0 233 0 239 0 239 0 233 0 222 0 200 0 206 0 222 0 239 0 244 0 283 0 283 0 256 0 228 0 228 0 211 0 211 0 222 0 217 0-9999 +USW00023188200209TMIN 200 0 206 0 183 0 189 0 194 0 189 0 183 0 183 0 178 0 200 0 189 0 183 0 183 0 172 0 183 0 172 0 156 0 172 0 167 0 183 0 172 0 178 0 172 0 172 0 172 0 183 0 183 0 183 0 178 0 172 0-9999 +USW00023188200209PRCP 0 0 0 0 0 0 0 0 0T 0 33 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0-9999 +USW00023188200209AWND 26 X 26 X 21 X 22 X 25 X 34 X 25 X 26 X 23 X 27 X 23 X 33 X 30 X 30 X 33 X 25 X 35 X 30 X 25 X 33 X 31 X 22 X 21 X 17 X 26 X 33 X 30 X 27 X 36 X 25 X-9999 +USW00023188200209FMTM 1203 X 1413 X 1238 X 1405 X 1305 X 0914 X 1418 X 1500 X 1245 X 1201 X 1800 X 1350 X 1224 X 1403 X 1614 X 1214 X 2145 X 0131 X 1109 X 1304 X 1343 X 1412 X 1244 X 1213 X 1621 X 1241 X 1202 X 1438 X 1624 X 1457 X-9999 +USW00023188200209PGTM 1205 W 1412 W 1359 W 1359 W 1521 W 0913 W 1418 W 1459 W 1348 W 1136 W 1759 W 1349 W 1223 W 1326 W 1415 W 1320 W 2157 W 0136 W 1118 W 1404 W 1307 W 1255 W 1243 W 1437 W 1604 W 1410 W 1159 W 1323 W 1625 W 1410 W-9999 +USW00023188200209TAVG 267 W 239 W 222 W 217 W 211 W 217 W 206 W 211 W 217 W 239 W 222 W 211 W 211 W 206 W 211 W 200 W 178 W 189 W 194 W 211 W 211 W 233 W 228 W 217 W 200 W 206 W 200 W 200 W 200 W 194 W-9999 +USW00023188200209TSUN 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188200209WDF2 300 X 190 X 180 X 220 X 290 X 280 X 270 X 290 X 290 X 290 X 290 X 280 X 290 X 280 X 290 X 210 X 180 X 160 X 280 X 290 X 300 X 290 X 290 X 340 X 280 X 280 X 260 X 190 X 290 X 280 X-9999 +USW00023188200209WDF5 290 X 190 X 170 X 230 X 280 X 280 X 270 X 280 X 280 X 290 X 300 X 280 X 280 X 290 X 280 X 270 X 180 X 160 X 280 X 290 X 280 X 300 X 300 X 280 X 290 X 290 X 260 X 200 X 300 X 280 X-9999 +USW00023188200209WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200209WSF2 80 X 63 X 63 X 58 X 67 X 76 X 58 X 67 X 58 X 67 X 58 X 76 X 67 X 72 X 67 X 58 X 63 X 63 X 58 X 76 X 72 X 63 X 72 X 45 X 58 X 76 X 67 X 58 X 72 X 63 X-9999 +USW00023188200209WSF5 98 X 72 X 67 X 67 X 72 X 94 X 67 X 76 X 67 X 76 X 63 X 89 X 76 X 89 X 80 X 67 X 72 X 72 X 72 X 89 X 80 X 80 X 89 X 54 X 67 X 89 X 80 X 67 X 80 X 89 X-9999 +USW00023188200209WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200209WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200209WT03-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200209WT08-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200209WT13-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188200209WT16-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188200209WT21-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200210TMAX 189 0 206 0 222 0 233 0 233 0 250 0 239 0 233 0 217 0 217 0 211 0 206 0 206 0 200 0 189 0 183 0 189 0 189 0 200 0 206 0 189 0 183 0 200 0 172 0 189 0 178 0 189 0 200 0 178 0 189 0 189 0 +USW00023188200210TMIN 161 0 139 0 139 0 144 0 150 0 156 0 161 0 156 0 172 0 167 0 178 0 161 0 161 0 167 0 167 0 161 0 150 0 167 0 167 0 139 0 161 0 167 0 161 0 156 0 150 0 144 0 139 0 117 0 156 0 156 0 156 0 +USW00023188200210PRCP 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200210AWND 34 X 22 X 29 X 20 X 22 X 21 X 22 X 21 X 26 X 27 X 32 X 26 X 30 X 26 X 22 X 29 X 25 X 18 X 20 X 25 X 29 X 17 X 29 X 18 X 21 X 25 X 19 X 19 X 22 X 17 X 27 X +USW00023188200210FMTM 1742 X 1510 X 1150 X 1402 X 1305 X 1333 X 1348 X 1529 X 1632 X 1432 X 1355 X 1406 X 1300 X 1405 X 1435 X 1640 X 1330 X 1437 X 1227 X 1357 X 1433 X 1529 X 1345 X 1045 X 1433 X 1136 X 1732 X 1402 X 1339 X 1356 X 1352 X +USW00023188200210PGTM 1324 W 1454 W 1256 W 1429 W 1305 W 1446 W 1251 W 1158 W 1632 W 1424 W 1336 W 1406 W 1300 W 1344 W 1449 W 1639 W 1329 W 1323 W 1234 W 1329 W 1347 W 1305 W 1400 W 1045 W 1400 W 1136 W 1731 W 1402 W 1512 W 1323 W 1359 W +USW00023188200210TAVG 178 W 172 W 183 W 189 W 194 W 206 W 200 W 194 W 194 W 194 W 194 W 183 W 183 W 183 W 178 W 172 W 172 W 178 W 183 W 172 W 139 W 178 W 183 W 167 W 172 W 161 W 167 W 161 W 167 W 172 W 172 W +USW00023188200210TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W-9999 0 W +USW00023188200210WDF2 260 X 250 X 290 X 300 X 290 X 290 X 170 X 220 X 290 X 290 X 290 X 290 X 290 X 290 X 290 X 250 X 250 X 250 X 280 X 290 X 200 X 220 X 290 X 260 X 280 X 200 X 300 X 270 X 190 X 220 X 260 X +USW00023188200210WDF5 270 X 270 X 320 X 300 X 290 X 290 X 180 X 210 X 290 X 300 X 290 X 290 X 290 X 270 X 320 X 250 X 260 X 280 X 290 X 280 X 240 X 230 X 290 X 260 X 280 X 200 X 300 X 260 X 240 X 240 X 290 X +USW00023188200210WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200210WSF2 72 X 67 X 80 X 54 X 72 X 58 X 58 X 40 X 63 X 72 X 76 X 67 X 72 X 58 X 63 X 58 X 45 X 54 X 58 X 72 X 58 X 45 X 76 X 76 X 67 X 58 X 54 X 67 X 58 X 54 X 63 X +USW00023188200210WSF5 89 X 76 X 89 X 63 X 80 X 67 X 72 X 54 X 72 X 89 X 94 X 76 X 80 X 72 X 72 X 67 X 58 X 63 X 63 X 89 X 72 X 63 X 89 X 89 X 89 X 72 X 63 X 76 X 63 X 67 X 89 X +USW00023188200210WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200210WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200210WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0 +USW00023188200210WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188200210WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200210WT21-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200211TMAX 189 0 189 0 206 0 183 0 228 0 211 0 200 0 183 0 194 0 194 0 217 0 261 0 228 0 183 0 300 0 267 0 222 0 261 0 261 0 278 0 294 0 228 0 172 0 189 0 194 0 217 0 217 0 239 0 183 0 183 0-9999 +USW00023188200211TMIN 156 0 139 0 117 0 139 0 117 0 106 0 122 0 156 0 172 0 144 0 122 0 128 0 128 0 139 0 122 0 111 0 111 0 106 0 111 0 139 0 156 0 122 0 133 0 106 0 122 0 122 0 150 0 133 0 144 0 128 0-9999 +USW00023188200211PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 33 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 5 0 25 0 0 0-9999 +USW00023188200211AWND 21 X 30 X 24 X 23 X 22 X 24 X 22 X 52 X 39 X 24 X 17 X 21 X 17 X 18 X 16 X 14 X 15 X 15 X 16 X 17 X 11 X 20 X 17 X 13 X 28 X 29 X 25 X 23 X 16 X 12 X-9999 +USW00023188200211FMTM 1510 X 1325 X 1428 X 1311 X 1255 X 1252 X 1549 X 1343 X 1424 X 0010 X 1306 X 1343 X 1256 X 1532 X 1106 X 1617 X 1444 X 1433 X 1342 X 1350 X 1423 X 1927 X 1415 X 1449 X 2217 X 0253 X 1113 X 1558 X 1905 X 1334 X-9999 +USW00023188200211PGTM 1444 W 1259 W 1427 W 1249 W 1255 W 1252 W 1548 W 1353 W 2353 W 0007 W 1220 W 1230 W 1446 W 1307 W 1106 W 1615 W 1544 W 1334 W 1342 W 1349 W 1422 W 1927 W 1415 W 1443 W 2220 W 0240 W 1112 W 1557 W 1015 W 1308 W-9999 +USW00023188200211TAVG 172 W 167 W 161 W 161 W 172 W 161 W 161 W 172 W 183 W 172 W 172 W 194 W 178 W 161 W 211 W 189 W 167 W 183 W 189 W 211 W 228 W 178 W 156 W 150 W 161 W 172 W 183 W 189 W 167 W 156 W-9999 +USW00023188200211TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188200211WDF2 300 X 320 X 310 X 200 X 290 X 290 X 300 X 170 X 270 X 290 X 290 X 320 X 290 X 300 X 90 X 340 X 300 X 310 X 310 X 320 X 160 X 270 X 280 X 280 X 40 X 40 X 80 X 80 X 50 X 210 X-9999 +USW00023188200211WDF5 300 X 290 X 310 X 200 X 290 X 300 X 300 X 180 X 280 X 280 X 320 X 290 X 320 X 310 X 80 X 330 X 320 X 310 X 310 X 320 X 170 X 240 X 280 X 290 X 30 X 30 X 100 X 80 X 190 X 210 X-9999 +USW00023188200211WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200211WSF2 58 X 76 X 76 X 54 X 67 X 72 X 63 X 89 X 67 X 67 X 63 X 63 X 54 X 40 X 76 X 63 X 45 X 58 X 54 X 63 X 40 X 54 X 58 X 67 X 89 X 76 X 94 X 139 X 63 X 45 X-9999 +USW00023188200211WSF5 72 X 94 X 89 X 63 X 72 X 80 X 80 X 112 X 76 X 80 X 72 X 72 X 58 X 54 X 94 X 76 X 54 X 67 X 58 X 72 X 45 X 72 X 63 X 76 X 103 X 98 X 112 X 165 X 76 X 58 X-9999 +USW00023188200211WT01-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200211WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200211WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188200211WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200211WT13-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200211WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188200211WT21-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200212TMAX 178 0 200 0 183 0 189 0 239 0 183 0 183 0 194 0 189 0 178 0 189 0 189 0 200 0 194 0 189 0 178 0 161 0 156 0 156 0 150 0 139 0 144 0 156 0 156 0 161 0 167 0 200 0 172 0 161 0 161 0 161 0 +USW00023188200212TMIN 106 0 106 0 111 0 100 0 100 0 94 0 133 0 100 0 111 0 122 0 117 0 94 0 106 0 100 0 133 0 122 0 133 0 94 0 67 0 106 0 100 0 100 0 72 0 67 0 56 0 67 0 78 0 83 0 106 0 94 0 94 0 +USW00023188200212PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 102 0 13 0 13 0 0 0 109 0 208 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 58 0 0 0 0 0 +USW00023188200212AWND 16 X 10 X 15 X 20 X 16 X 12 X 17 X 19 X 19 X 17 X 17 X 11 X 17 X 16 X 15 X 47 X 55 X 26 X 27 X 34 X 27 X 18 X 14 X 10 X 16 X 16 X 18 X 19 X 34 X 13 X 22 X +USW00023188200212FMTM 1602 X 1514 X 1635 X 1330 X 1359 X 1601 X 1447 X 1648 X 1417 X 1315 X 1344 X 1434 X 1417 X 1643 X 1423 X 1726 X 1605 X 0139 X 2253 X 0518 X 1527 X 1532 X 1321 X 1604 X 1508 X 1502 X 1536 X 1954 X 1334 X 1527 X 1331 X +USW00023188200212PGTM 1602 W 1529 W 1634 W 1415 W 1410 W 1325 W 1447 W 1645 W 1415 W 1404 W 1303 W 1253 W 1422 W 1639 W 1418 W 1725 W 2307 W 0023 W 2246 W 0749 W 1526 W 1601 W 1410 W 1628 W 1504 W 1616 W 1727 W 1954 W 1457 W 1526 W 1350 W +USW00023188200212TAVG 144 W 156 W 150 W 144 W 172 W 139 W 161 W 150 W 150 W 150 W 156 W 144 W 156 W 150 W 161 W 150 W 150 W 128 W 111 W 128 W 122 W 122 W 117 W 111 W 111 W 117 W 139 W 128 W 133 W 128 W 128 W +USW00023188200212TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200212WDF2 330 X 280 X 330 X 300 X 270 X 280 X 300 X 320 X 310 X 290 X 290 X 210 X 290 X 300 X 280 X 170 X 320 X 290 X 110 X 130 X 270 X 280 X 290 X 290 X 290 X 290 X 320 X 250 X 320 X 280 X 310 X +USW00023188200212WDF5 330 X 280 X 330 X 320 X 280 X 210 X 300 X 310 X 300 X 300 X 290 X 180 X 290 X 300 X 270 X 170 X 290 X 290 X 110 X 160 X 260 X 290 X 270 X 300 X 300 X 290 X 340 X 250 X 280 X 280 X 300 X +USW00023188200212WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200212WSF2 67 X 54 X 54 X 67 X 63 X 45 X 45 X 72 X 67 X 58 X 63 X 36 X 63 X 45 X 54 X 125 X 103 X 89 X 63 X 89 X 67 X 54 X 45 X 36 X 63 X 63 X 58 X 54 X 89 X 63 X 67 X +USW00023188200212WSF5 76 X 58 X 63 X 76 X 67 X 58 X 54 X 89 X 89 X 63 X 72 X 45 X 72 X 58 X 63 X 148 X 130 X 125 X 76 X 103 X 80 X 58 X 54 X 36 X 76 X 72 X 63 X 63 X 107 X 72 X 80 X +USW00023188200212WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 +USW00023188200212WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200212WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 +USW00023188200212WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188200301TMAX 194 0 233 0 278 0 250 0 233 0 244 0 278 0 189 0 178 0 178 0 172 0 167 0 167 0 161 0 217 0 267 0 250 0 217 0 183 0 183 0 189 0 189 0 200 0 200 0 250 0 278 0 261 0 189 0 250 0 250 0 283 0 +USW00023188200301TMIN 83 0 83 0 100 0 106 0 100 0 106 0 156 0 133 0 117 0 100 0 100 0 117 0 100 0 94 0 78 0 94 0 100 0 100 0 94 0 139 0 122 0 111 0 128 0 111 0 117 0 128 0 139 0 111 0 133 0 111 0 128 0 +USW00023188200301PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200301AWND 12 X 11 X 12 X 12 X 10 X 37 X 50 X 13 X 17 X 14 X 23 X 26 X 26 X 24 X 18 X 15 X 13 X 19 X 14 X 21 X 25 X 29 X 22 X 15 X 13 X 17 X 11 X 19 X 26 X 19 X 16 X +USW00023188200301FMTM 1547 X 1454 X 1453 X 1320 X 1518 X 0835 X 1049 X 1249 X 1552 X 1428 X 1236 X 1254 X 1345 X 1529 X 1459 X 1354 X 1727 X 1315 X 1337 X 0408 X 1544 X 1254 X 1338 X 1515 X 1416 X 1536 X 0735 X 1322 X 1138 X 1529 X 1448 X +USW00023188200301PGTM 1550 W 1452 W 1451 W 1320 W 1517 W 0835 W 1049 W 1246 W 1551 W 1518 W 1339 W 1253 W 1345 W 1527 W 1319 W 1353 W 1837 W 1315 W 1319 W 0407 W 1755 W 1254 W 1338 W 1505 W 1415 W 1535 W 0736 W 1344 W 1135 W 1528 W 1433 W +USW00023188200301TAVG 139 W 161 W 189 W 178 W 167 W 178 W 217 W 161 W 150 W 139 W 139 W 144 W 133 W 128 W 150 W 183 W 178 W 161 W 139 W 161 W 156 W 150 W 167 W 156 W 183 W 206 W 200 W 150 W 194 W 183 W 206 W +USW00023188200301TSUN 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200301WDF2 300 X 320 X 300 X 300 X 310 X 40 X 80 X 240 X 250 X 310 X 290 X 290 X 300 X 290 X 320 X 310 X 170 X 170 X 260 X 60 X 290 X 300 X 310 X 320 X 290 X 300 X 210 X 300 X 40 X 320 X 310 X +USW00023188200301WDF5 300 X 320 X 300 X 300 X 320 X 40 X 70 X 250 X 250 X 310 X 340 X 290 X 290 X 290 X 300 X 310 X 150 X 180 X 270 X 60 X 320 X 310 X 310 X 320 X 290 X 300 X 180 X 300 X 30 X 320 X 320 X +USW00023188200301WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200301WSF2 54 X 63 X 45 X 54 X 40 X 134 X 134 X 54 X 45 X 58 X 76 X 76 X 63 X 58 X 54 X 54 X 45 X 45 X 40 X 67 X 63 X 89 X 89 X 54 X 67 X 72 X 54 X 63 X 98 X 63 X 54 X +USW00023188200301WSF5 58 X 72 X 58 X 58 X 45 X 156 X 170 X 63 X 54 X 67 X 94 X 94 X 76 X 67 X 67 X 58 X 54 X 54 X 58 X 89 X 72 X 103 X 98 X 67 X 80 X 89 X 72 X 67 X 107 X 72 X 63 X +USW00023188200301WT01 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 +USW00023188200301WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188200301WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 +USW00023188200301WT13 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 +USW00023188200301WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200301WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188200301WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200302TMAX 194 0 194 0 217 0 206 0 189 0 167 0 178 0 161 0 183 0 222 0 178 0 200 0 167 0 183 0 178 0 178 0 189 0 189 0 172 0 183 0 206 0 172 0 167 0 172 0 156 0 161 0 150 0 161 0-9999 -9999 -9999 +USW00023188200302TMIN 133 0 128 0 94 0 94 0 100 0 89 0 78 0 106 0 94 0 94 0 133 0 150 0 150 0 144 0 133 0 144 0 133 0 128 0 106 0 117 0 106 0 117 0 133 0 144 0 117 0 128 0 117 0 122 0-9999 -9999 -9999 +USW00023188200302PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 132 0 305 0 236 0 89 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0T 0 376 0 28 0 66 0 0T 0-9999 -9999 -9999 +USW00023188200302AWND 27 X 29 X 18 X 14 X 16 X 16 X 16 X 25 X 17 X 17 X 22 X 38 X 30 X 30 X 20 X 30 X 24 X 19 X 31 X 40 X 15 X 26 X 42 X 44 X 42 X 46 X 42 X 42 X-9999 -9999 -9999 +USW00023188200302FMTM 2238 X 1529 X 1646 X 1431 X 1547 X 1427 X 1520 X 0235 X 1553 X 1716 X 0048 X 1250 X 0448 X 1452 X 1506 X 1532 X 1028 X 1620 X 2223 X 1331 X 1653 X 1526 X 2046 X 1925 X 0631 X 1136 X 1026 X 0853 X-9999 -9999 -9999 +USW00023188200302PGTM 2233 W 1546 W 1645 W 1447 W 1552 W 1423 W 1520 W 0234 W 1545 W 1715 W 0048 W 1151 W 0447 W 1350 W 1504 W 1524 W 1028 W 1627 W 2223 W 0120 W 1525 W 1505 W 1340 W 1924 W 0119 W 1114 W 1025 W 1347 W-9999 -9999 -9999 +USW00023188200302TAVG 167 W 161 W 156 W 150 W 144 W 128 W 128 W 133 W 139 W 161 W 156 W 178 W 161 W 167 W 156 W 161 W 161 W 161 W 139 W 150 W 156 W 144 W 150 W 161 W 139 W 144 W 133 W 144 W-9999 -9999 -9999 +USW00023188200302TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 +USW00023188200302WDF2 140 X 290 X 300 X 280 X 210 X 240 X 230 X 140 X 290 X 180 X 200 X 180 X 160 X 270 X 270 X 300 X 320 X 290 X 260 X 290 X 280 X 190 X 150 X 200 X 150 X 250 X 250 X 260 X-9999 -9999 -9999 +USW00023188200302WDF5 150 X 310 X 300 X 290 X 210 X 240 X 230 X 140 X 300 X 190 X 190 X 130 X 160 X 290 X 290 X 310 X 320 X 290 X 260 X 290 X 310 X 200 X 180 X 200 X 180 X 270 X 240 X 260 X-9999 -9999 -9999 +USW00023188200302WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188200302WSF2 67 X 76 X 58 X 54 X 45 X 54 X 63 X 67 X 67 X 80 X 112 X 103 X 67 X 58 X 63 X 72 X 72 X 54 X 94 X 89 X 45 X 54 X 72 X 80 X 112 X 80 X 98 X 76 X-9999 -9999 -9999 +USW00023188200302WSF5 76 X 94 X 72 X 58 X 54 X 63 X 67 X 76 X 76 X 107 X 143 X 130 X 89 X 67 X 80 X 89 X 89 X 58 X 112 X 116 X 63 X 63 X 89 X 98 X 139 X 107 X 112 X 89 X-9999 -9999 -9999 +USW00023188200302WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200302WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200302WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200302WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188200302WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200303TMAX 167 0 183 0 156 0 156 0 167 0 178 0 167 0 178 0 194 0 194 0 189 0 194 0 189 0 189 0 178 0 167 0 172 0 183 0 183 0 167 0 183 0 211 0 172 0 167 0 200 0 228 0 194 0 261 0 250 0 278 0 256 0 +USW00023188200303TMIN 111 0 106 0 106 0 106 0 94 0 94 0 94 0 122 0 122 0 111 0 106 0 133 0 144 0 150 0 144 0 133 0 128 0 111 0 106 0 122 0 117 0 122 0 117 0 139 0 144 0 117 0 150 0 133 0 139 0 122 0 139 0 +USW00023188200303PRCP 0 0 0 0 0T 0 38 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 203 0 104 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200303AWND 30 X 27 X 19 X 25 X 22 X 16 X 18 X 24 X 25 X 17 X 24 X 22 X 26 X 29 X 44 X 51 X 68 X 29 X 28 X 34 X 22 X 16 X 24 X 28 X 33 X 23 X 29 X 29 X 28 X 23 X 18 X +USW00023188200303FMTM 1552 X 1342 X 1359 X 1420 X 1233 X 1511 X 1337 X 1636 X 1519 X 1508 X 1504 X 1719 X 1555 X 1429 X 2358 X 0148 X 1219 X 1327 X 1342 X 1258 X 1256 X 1658 X 1535 X 1322 X 1312 X 1320 X 1734 X 2258 X 1333 X 1550 X 1102 X +USW00023188200303PGTM 1628 W 1721 W 2259 W 1459 W 1658 W 1502 W 1356 W 1631 W 1430 W 1455 W 1503 W 1428 W 1548 W 1428 W 2340 W 0147 W 1609 W 1309 W 1146 W 1257 W 1256 W 1438 W 1533 W 1307 W 1330 W 1321 W 1536 W 2251 W 1337 W 0843 W 1403 W +USW00023188200303TAVG 139 W 144 W 133 W 133 W 133 W 139 W 133 W 150 W 161 W 156 W 150 W 167 W 167 W 172 W 161 W 150 W 150 W 150 W 144 W 144 W 150 W 167 W 144 W 156 W 172 W 172 W 172 W 200 W 194 W 200 W 200 W +USW00023188200303TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200303WDF2 230 X 290 X 240 X 200 X 290 X 270 X 280 X 280 X 290 X 310 X 220 X 230 X 220 X 300 X 160 X 190 X 280 X 280 X 220 X 210 X 290 X 290 X 290 X 230 X 290 X 310 X 330 X 30 X 250 X 320 X 180 X +USW00023188200303WDF5 240 X 320 X 280 X 190 X 310 X 270 X 290 X 270 X 290 X 300 X 220 X 190 X 210 X 300 X 150 X 180 X 280 X 280 X 210 X 200 X 280 X 270 X 290 X 220 X 290 X 300 X 310 X 20 X 260 X 240 X 170 X +USW00023188200303WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200303WSF2 67 X 76 X 45 X 58 X 67 X 58 X 54 X 63 X 67 X 54 X 45 X 45 X 54 X 67 X 116 X 130 X 107 X 94 X 58 X 72 X 76 X 40 X 63 X 58 X 76 X 72 X 72 X 72 X 80 X 80 X 54 X +USW00023188200303WSF5 80 X 89 X 54 X 76 X 72 X 67 X 63 X 72 X 80 X 67 X 58 X 58 X 72 X 80 X 148 X 161 X 139 X 125 X 67 X 94 X 89 X 54 X 72 X 67 X 94 X 76 X 94 X 98 X 98 X 103 X 58 X +USW00023188200303WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200303WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188200303WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200303WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188200303WT16-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200303WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200303WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200304TMAX 178 0 172 0 167 0 167 0 161 0 178 0 222 0 267 0 233 0 178 0 194 0 211 0 189 0 178 0 167 0 172 0 161 0 167 0 189 0 206 0 172 0 161 0 172 0 178 0 189 0 183 0 178 0 194 0 178 0 178 0-9999 +USW00023188200304TMIN 133 0 139 0 122 0 100 0 122 0 100 0 111 0 128 0 133 0 144 0 139 0 144 0 150 0 117 0 117 0 100 0 111 0 128 0 122 0 122 0 133 0 117 0 117 0 139 0 128 0 128 0 133 0 128 0 128 0 117 0-9999 +USW00023188200304PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 269 0 8 0 0 0 69 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200304AWND 36 X 49 X 36 X 36 X 42 X 25 X 25 X 26 X 22 X 30 X 26 X 30 X 33 X 50 X 44 X 31 X 23 X 35 X 32 X 23 X 47 X 55 X 30 X 36 X 39 X 31 X 26 X 39 X 40 X 34 X-9999 +USW00023188200304FMTM 1058 X 1414 X 1609 X 1400 X 1054 X 1517 X 1546 X 1656 X 1458 X 1434 X 1544 X 1415 X 1454 X 1456 X 0045 X 1313 X 1444 X 1456 X 1316 X 1132 X 1536 X 0507 X 1516 X 1333 X 1659 X 1504 X 1548 X 1607 X 1348 X 1155 X-9999 +USW00023188200304PGTM 1445 W 1329 W 1416 W 1358 W 1100 W 1444 W 1546 W 1656 W 1457 W 1436 W 1654 W 1414 W 1329 W 1412 W 0045 W 1313 W 1459 W 1422 W 1341 W 1310 W 1522 W 0501 W 1515 W 1344 W 1733 W 1503 W 1245 W 1607 W 1442 W 1154 W-9999 +USW00023188200304TAVG 156 W 156 W 144 W 133 W 144 W 139 W 167 W 200 W 183 W 161 W 167 W 178 W 172 W 150 W 144 W 139 W 139 W 150 W 156 W 167 W 156 W 139 W 144 W 161 W 161 W 156 W 156 W 161 W 156 W 150 W-9999 +USW00023188200304TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W-9999 +USW00023188200304WDF2 210 X 290 X 280 X 260 X 290 X 290 X 290 X 330 X 280 X 230 X 290 X 260 X 230 X 300 X 280 X 320 X 220 X 230 X 280 X 290 X 270 X 260 X 280 X 290 X 300 X 280 X 280 X 290 X 260 X 250 X-9999 +USW00023188200304WDF5 230 X 280 X 320 X 260 X 280 X 280 X 290 X 330 X 280 X 220 X 320 X 250 X 220 X 160 X 280 X 320 X 240 X 240 X 290 X 280 X 270 X 270 X 260 X 280 X 320 X 280 X 290 X 290 X 310 X 250 X-9999 +USW00023188200304WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200304WSF2 63 X 76 X 76 X 80 X 89 X 72 X 72 X 76 X 72 X 58 X 67 X 67 X 63 X 125 X 94 X 89 X 63 X 67 X 76 X 58 X 72 X 103 X 67 X 67 X 72 X 72 X 67 X 76 X 80 X 63 X-9999 +USW00023188200304WSF5 67 X 98 X 94 X 98 X 107 X 89 X 89 X 94 X 89 X 67 X 76 X 89 X 72 X 143 X 116 X 103 X 72 X 76 X 89 X 67 X 94 X 130 X 89 X 80 X 80 X 89 X 80 X 89 X 103 X 76 X-9999 +USW00023188200304WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200304WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200304WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200304WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200305TMAX 183 0 172 0 172 0 189 0 183 0 161 0 172 0 167 0 172 0 189 0 206 0 211 0 211 0 183 0 189 0 206 0 200 0 200 0 200 0 217 0 244 0 217 0 178 0 178 0 194 0 206 0 206 0 233 0 189 0 194 0 183 0 +USW00023188200305TMIN 122 0 128 0 133 0 144 0 139 0 144 0 139 0 139 0 128 0 106 0 122 0 122 0 156 0 144 0 128 0 139 0 144 0 150 0 139 0 150 0 161 0 156 0 156 0 150 0 156 0 161 0 167 0 156 0 156 0 161 0 161 0 +USW00023188200305PRCP 0 0 0 0 76 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 +USW00023188200305AWND 28 X 34 X 49 X 37 X 34 X 42 X 38 X 42 X 41 X 27 X 23 X 22 X 29 X 39 X 30 X 21 X 27 X 23 X 21 X 18 X 18 X 24 X 28 X 30 X 30 X 32 X 24 X 24 X 25 X 24 X 25 X +USW00023188200305FMTM 1458 X 2247 X 1012 X 1410 X 1153 X 0834 X 1723 X 1537 X 1323 X 1505 X 1346 X 2341 X 1729 X 1255 X 1650 X 1155 X 1204 X 1338 X 1246 X 1524 X 1514 X 1527 X 1502 X 1612 X 1614 X 1447 X 1255 X 0950 X 1758 X 1129 X 1655 X +USW00023188200305PGTM 1346 W 2255 W 1117 W 1413 W 1152 W 0827 W 1723 W 1553 W 1323 W 1155 W 1326 W 1216 W 1209 W 1607 W 1225 W 1012 W 1152 W 1302 W 1130 W 1311 W 1458 W 1341 W 1501 W 1546 W 1301 W 1533 W 1255 W 1038 W 0801 W 1738 W 1549 W +USW00023188200305TAVG 156 W 150 W 156 W 167 W 161 W 156 W 156 W 156 W 150 W 150 W 167 W 167 W 183 W 167 W 161 W 172 W 172 W 178 W 172 W 183 W 206 W 189 W 167 W 167 W 178 W 183 W 189 W 194 W 172 W 178 W 172 W +USW00023188200305TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 0 W-9999 +USW00023188200305WDF2 300 X 150 X 170 X 280 X 210 X 180 X 270 X 250 X 260 X 290 X 280 X 260 X 290 X 290 X 280 X 220 X 180 X 240 X 290 X 200 X 170 X 190 X 220 X 220 X 280 X 280 X 170 X 300 X 220 X 210 X 230 X +USW00023188200305WDF5 290 X 150 X 170 X 280 X 200 X 170 X 270 X 260 X 270 X 280 X 300 X 280 X 280 X 270 X 290 X 270 X 190 X 220 X 290 X 290 X 170 X 200 X 220 X 210 X 250 X 280 X 170 X 320 X 180 X 260 X 210 X +USW00023188200305WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200305WSF2 67 X 67 X 107 X 80 X 63 X 72 X 80 X 76 X 76 X 67 X 67 X 54 X 76 X 80 X 63 X 54 X 58 X 54 X 54 X 54 X 54 X 58 X 58 X 54 X 63 X 67 X 54 X 58 X 45 X 58 X 45 X +USW00023188200305WSF5 89 X 76 X 134 X 103 X 72 X 80 X 94 X 94 X 94 X 76 X 76 X 67 X 94 X 94 X 80 X 76 X 72 X 72 X 67 X 63 X 63 X 67 X 72 X 67 X 80 X 80 X 63 X 67 X 63 X 63 X 67 X +USW00023188200305WT01-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188200305WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 +USW00023188200305WT13-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188200305WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188200305WT16-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188200305WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200305WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188200306TMAX 194 0 178 0 183 0 206 0 194 0 189 0 183 0 189 0 183 0 194 0 211 0 194 0 206 0 217 0 189 0 178 0 189 0 178 0 183 0 183 0 178 0 189 0 183 0 194 0 222 0 228 0 217 0 217 0 222 0 233 0-9999 +USW00023188200306TMIN 156 0 150 0 156 0 156 0 167 0 167 0 156 0 156 0 161 0 167 0 161 0 167 0 167 0 172 0 156 0 150 0 156 0 161 0 156 0 156 0 156 0 161 0 161 0 161 0 156 0 161 0 167 0 167 0 172 0 172 0-9999 +USW00023188200306PRCP 0 0 0 0 0T 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200306AWND 25 X 27 X 33 X 25 X 29 X 34 X 35 X 31 X 40 X 26 X 33 X 31 X 32 X 28 X 27 X 25 X 24 X 29 X 40 X 38 X 35 X 38 X 32 X 32 X 24 X 30 X 33 X 27 X 31 X 32 X-9999 +USW00023188200306FMTM 1321 X 1420 X 0946 X 1558 X 1444 X 1647 X 1642 X 2348 X 0838 X 1254 X 1614 X 1409 X 1645 X 1226 X 1552 X 1552 X 1445 X 1611 X 1227 X 1954 X 2205 X 1004 X 1329 X 1329 X 1440 X 1349 X 1612 X 1625 X 1053 X 1518 X-9999 +USW00023188200306PGTM 1414 W 1511 W 0833 W 1355 W 1230 W 1647 W 1226 W 2347 W 1124 W 1512 W 1509 W 1448 W 1205 W 1331 W 1531 W 1347 W 1429 W 1141 W 1226 W 1354 W 2159 W 1342 W 1418 W 1333 W 1458 W 1500 W 1607 W 1446 W 1223 W 1517 W-9999 +USW00023188200306TAVG 178 W 167 W 172 W 183 W 183 W 178 W 172 W 172 W 172 W 183 W 189 W 183 W 189 W 194 W 172 W 167 W 172 W 172 W 172 W 172 W 167 W 178 W 172 W 178 W 189 W 194 W 194 W 194 W 200 W 206 W-9999 +USW00023188200306TSUN-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200306WDF2 230 X 190 X 190 X 230 X 270 X 290 X 290 X 170 X 180 X 210 X 280 X 260 X 280 X 280 X 180 X 200 X 230 X 190 X 210 X 190 X 180 X 180 X 250 X 220 X 290 X 290 X 290 X 280 X 280 X 290 X-9999 +USW00023188200306WDF5 230 X 180 X 190 X 260 X 230 X 290 X 290 X 170 X 190 X 220 X 280 X 290 X 280 X 280 X 160 X 190 X 220 X 200 X 210 X 200 X 190 X 220 X 300 X 240 X 290 X 310 X 280 X 260 X 290 X 280 X-9999 +USW00023188200306WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200306WSF2 58 X 58 X 54 X 58 X 54 X 63 X 54 X 54 X 67 X 58 X 67 X 58 X 63 X 63 X 54 X 54 X 54 X 54 X 67 X 58 X 58 X 67 X 54 X 58 X 58 X 58 X 63 X 58 X 63 X 67 X-9999 +USW00023188200306WSF5 63 X 67 X 63 X 72 X 107 X 72 X 67 X 58 X 76 X 67 X 80 X 72 X 76 X 72 X 63 X 67 X 67 X 63 X 76 X 72 X 67 X 76 X 67 X 72 X 76 X 76 X 76 X 67 X 76 X 76 X-9999 +USW00023188200306WT01 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188200306WT08 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 +USW00023188200306WT13 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188200306WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200306WT16-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200306WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188200307TMAX 217 0 217 0 278 0 283 0 211 0 206 0 206 0 206 0 217 0 222 0 244 0 239 0 250 0 222 0 217 0 311 0 228 0 217 0 256 0 256 0 244 0 217 0 233 0 222 0 233 0 233 0 239 0 233 0 244 0 256 0 233 0 +USW00023188200307TMIN 167 0 172 0 189 0 189 0 172 0 172 0 172 0 172 0 167 0 172 0 172 0 189 0 183 0 189 0 189 0 189 0 200 0 194 0 200 0 200 0 178 0 194 0 194 0 189 0 189 0 200 0 200 0 200 0 200 0 200 0 206 0 +USW00023188200307PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 +USW00023188200307AWND 26 X 27 X 32 X 21 X 29 X 34 X 32 X 28 X 25 X 28 X 29 X 21 X 21 X 26 X 26 X 27 X 23 X 26 X 21 X 28 X 34 X 25 X 25 X 27 X 28 X 33 X 36 X 33 X 28 X 25 X 26 X +USW00023188200307FMTM 1227 X 0914 X 1413 X 1449 X 1323 X 1308 X 1158 X 1019 X 1515 X 1417 X 0246 X 1311 X 1304 X 1412 X 1417 X 1753 X 1114 X 1333 X 1724 X 1343 X 1030 X 1155 X 1647 X 1424 X 1403 X 1720 X 1322 X 1427 X 1317 X 1154 X 1450 X +USW00023188200307PGTM 0926 W 1010 W 1511 W 1348 W 1323 W 1329 W 1348 W 1013 W 1514 W 1422 W 0216 W 1850 W 1324 W 1553 W 1416 W 1736 W 1600 W 1257 W 1723 W 1310 W 1059 W 1129 W 1128 W 1424 W 1515 W 1236 W 1358 W 1427 W 1428 W 1256 W 1051 W +USW00023188200307TAVG 194 W 194 W 233 W 239 W 194 W 189 W 189 W 189 W 194 W 200 W 211 W 217 W 217 W 206 W 206 W 250 W 217 W 206 W 228 W 228 W 211 W 206 W 217 W 206 W 211 W 217 W 222 W 217 W 222 W 228 W 222 W +USW00023188200307TSUN 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W +USW00023188200307WDF2 180 X 180 X 290 X 300 X 170 X 190 X 190 X 190 X 220 X 290 X 180 X 290 X 220 X 180 X 210 X 280 X 170 X 180 X 160 X 280 X 290 X 280 X 210 X 220 X 260 X 280 X 290 X 320 X 210 X 290 X 280 X +USW00023188200307WDF5 190 X 190 X 290 X 310 X 170 X 190 X 200 X 180 X 220 X 290 X 170 X 290 X 260 X 220 X 210 X 290 X 190 X 200 X 170 X 290 X 290 X 250 X 210 X 220 X 320 X 300 X 290 X 310 X 250 X 310 X 250 X +USW00023188200307WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200307WSF2 54 X 58 X 72 X 58 X 54 X 63 X 67 X 63 X 45 X 54 X 76 X 45 X 45 X 58 X 58 X 63 X 58 X 58 X 58 X 54 X 72 X 45 X 54 X 58 X 58 X 67 X 72 X 67 X 58 X 58 X 58 X +USW00023188200307WSF5 72 X 80 X 80 X 67 X 63 X 72 X 72 X 72 X 63 X 63 X 89 X 54 X 72 X 63 X 72 X 72 X 67 X 72 X 63 X 67 X 80 X 58 X 67 X 67 X 67 X 94 X 98 X 72 X 67 X 67 X 72 X +USW00023188200307WT01 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 +USW00023188200307WT08-9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200307WT13 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 +USW00023188200307WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200307WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 +USW00023188200307WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200308TMAX 244 0 244 0 239 0 250 0 250 0 233 0 250 0 261 0 283 0 289 0 267 0 272 0 272 0 272 0 278 0 278 0 267 0 239 0 228 0 244 0 244 0 228 0 239 0 261 0 244 0 244 0 256 0 256 0 233 0 222 0 244 0 +USW00023188200308TMIN 206 0 200 0 194 0 194 0 189 0 189 0 183 0 194 0 206 0 217 0 211 0 206 0 200 0 211 0 211 0 200 0 211 0 189 0 189 0 189 0 206 0 200 0 189 0 200 0 206 0 200 0 200 0 206 0 200 0 194 0 194 0 +USW00023188200308PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200308AWND 35 X 36 X 31 X 31 X 34 X 28 X 29 X 26 X 18 X 27 X 22 X 28 X 31 X 24 X 25 X 24 X 32 X 32 X 31 X 27 X 37 X 39 X 35 X 33 X 33 X 30 X 25 X 31 X 26 X 23 X 23 X +USW00023188200308FMTM 1647 X 1240 X 1406 X 1522 X 1544 X 1627 X 1431 X 1434 X 1631 X 1437 X 1629 X 1308 X 1154 X 1248 X 1501 X 1703 X 1514 X 1556 X 1618 X 1342 X 1531 X 1503 X 1322 X 1519 X 1248 X 1702 X 1453 X 1446 X 1512 X 1155 X 1424 X +USW00023188200308PGTM 1207 W 1452 W 1345 W 1529 W 1534 W 1630 W 1430 W 1502 W 1642 W 1436 W 1628 W 1351 W 1151 W 1322 W 1435 W 1239 W 1336 W 2318 W 1458 W 1340 W 1529 W 1500 W 1306 W 1407 W 1132 W 1003 W 1613 W 1508 W 1234 W 1355 W 1332 W +USW00023188200308TAVG 228 W 222 W 217 W 222 W 222 W 211 W 217 W 228 W 244 W 256 W 239 W 239 W 239 W 244 W 244 W 239 W 239 W 217 W 211 W 217 W 228 W 217 W 217 W 233 W 228 W 222 W 228 W 233 W 217 W 211 W 222 W +USW00023188200308TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200308WDF2 290 X 270 X 290 X 290 X 290 X 290 X 280 X 290 X 280 X 290 X 290 X 290 X 280 X 270 X 170 X 280 X 280 X 170 X 230 X 270 X 290 X 290 X 290 X 320 X 290 X 300 X 280 X 290 X 280 X 280 X 270 X +USW00023188200308WDF5 290 X 300 X 290 X 290 X 290 X 300 X 290 X 290 X 290 X 290 X 290 X 320 X 290 X 280 X 170 X 240 X 290 X 190 X 230 X 290 X 290 X 300 X 290 X 290 X 280 X 290 X 290 X 290 X 300 X 260 X 300 X +USW00023188200308WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200308WSF2 76 X 76 X 72 X 76 X 67 X 72 X 63 X 67 X 45 X 72 X 45 X 63 X 67 X 54 X 54 X 54 X 67 X 58 X 54 X 54 X 67 X 80 X 72 X 67 X 63 X 58 X 54 X 63 X 58 X 58 X 54 X +USW00023188200308WSF5 94 X 89 X 89 X 89 X 76 X 89 X 80 X 76 X 54 X 89 X 58 X 72 X 76 X 63 X 63 X 72 X 80 X 63 X 67 X 67 X 76 X 94 X 89 X 80 X 76 X 72 X 63 X 76 X 72 X 76 X 72 X +USW00023188200308WT01 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 +USW00023188200308WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188200308WT13 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X +USW00023188200308WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200309TMAX 228 0 239 0 244 0 261 0 294 0 300 0 289 0 228 0 217 0 233 0 239 0 239 0 233 0 228 0 228 0 228 0 217 0 233 0 244 0 233 0 233 0 233 0 206 0 206 0 217 0 206 0 206 0 200 0 217 0 217 0-9999 +USW00023188200309TMIN 194 0 194 0 194 0 200 0 211 0 211 0 206 0 189 0 194 0 194 0 189 0 189 0 189 0 194 0 189 0 183 0 178 0 183 0 178 0 172 0 178 0 178 0 172 0 189 0 183 0 178 0 172 0 172 0 183 0 183 0-9999 +USW00023188200309PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200309AWND 24 X 36 X 41 X 33 X 24 X 21 X 24 X 30 X 41 X 30 X 25 X 31 X 24 X 27 X 35 X 30 X 24 X 22 X 24 X 26 X 26 X 37 X 29 X 25 X 34 X 19 X 22 X 20 X 21 X 26 X-9999 +USW00023188200309FMTM 1402 X 1550 X 0957 X 1223 X 1257 X 1702 X 1354 X 1325 X 1315 X 1318 X 1517 X 1538 X 1441 X 1615 X 1546 X 1353 X 1055 X 1401 X 1139 X 1458 X 1309 X 1421 X 0511 X 1248 X 1358 X 1246 X 1520 X 1414 X 1317 X 1402 X-9999 +USW00023188200309PGTM 1418 W 1550 W 1142 W 1222 W 1243 W 1400 W 1520 W 1155 W 1335 W 1316 W 1516 W 1157 W 1441 W 1605 W 1545 W 1335 W 1101 W 1436 W 1328 W 1342 W 1437 W 1345 W 0511 W 1155 W 1355 W 1334 W 1449 W 0809 W 1421 W 1408 W-9999 +USW00023188200309TAVG 211 W 217 W 222 W 233 W 256 W 256 W 250 W 211 W 206 W 217 W 217 W 217 W 211 W 211 W 211 W 206 W 200 W 211 W 211 W 206 W 206 W 206 W 189 W 200 W 200 W 194 W 189 W 189 W 200 W 200 W-9999 +USW00023188200309TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188200309WDF2 270 X 290 X 290 X 280 X 300 X 210 X 200 X 230 X 200 X 230 X 290 X 290 X 320 X 280 X 280 X 290 X 240 X 290 X 290 X 290 X 270 X 290 X 330 X 270 X 280 X 270 X 220 X 230 X 200 X 230 X-9999 +USW00023188200309WDF5 280 X 300 X 290 X 280 X 310 X 300 X 250 X 180 X 200 X 230 X 290 X 290 X 310 X 300 X 280 X 290 X 230 X 270 X 290 X 280 X 270 X 290 X 330 X 280 X 290 X 260 X 210 X 160 X 220 X 260 X-9999 +USW00023188200309WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200309WSF2 54 X 98 X 80 X 80 X 58 X 45 X 58 X 58 X 72 X 58 X 67 X 67 X 54 X 67 X 72 X 72 X 58 X 54 X 58 X 63 X 58 X 76 X 63 X 54 X 72 X 45 X 40 X 40 X 58 X 54 X-9999 +USW00023188200309WSF5 63 X 112 X 94 X 94 X 67 X 58 X 63 X 76 X 80 X 72 X 76 X 89 X 72 X 76 X 80 X 89 X 67 X 67 X 67 X 72 X 63 X 89 X 76 X 63 X 80 X 58 X 54 X 54 X 67 X 58 X-9999 +USW00023188200309WT01 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188200309WT08-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0-9999 +USW00023188200309WT13 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188200309WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200309WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200309WV01-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200310TMAX 228 0 189 0 200 0 206 0 200 0 194 0 217 0 222 0 217 0 194 0 211 0 239 0 222 0 239 0 222 0 228 0 244 0 239 0 244 0 278 0 283 0 244 0 261 0 217 0 228 0 311 0 261 0 261 0 200 0 200 0 178 0 +USW00023188200310TMIN 178 0 167 0 167 0 167 0 178 0 178 0 178 0 167 0 172 0 178 0 183 0 172 0 167 0 172 0 183 0 167 0 161 0 178 0 178 0 172 0 172 0 167 0 161 0 161 0 156 0 172 0 167 0 144 0 150 0 161 0 150 0 +USW00023188200310PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200310AWND 40 X 28 X 33 X 19 X 25 X 21 X 21 X 31 X 31 X 25 X 22 X 23 X 18 X 22 X 22 X 24 X 29 X 20 X 15 X 21 X 19 X 21 X 21 X 16 X 21 X 18 X 7 X 13 X 39 X 45 X 31 X +USW00023188200310FMTM 1445 X 2239 X 0231 X 1419 X 1238 X 1118 X 1432 X 1414 X 1550 X 0355 X 1807 X 1500 X 1220 X 1145 X 1730 X 1543 X 1445 X 1007 X 1549 X 1224 X 1453 X 1248 X 1212 X 1437 X 1337 X 1012 X 0042 X 2358 X 1218 X 1156 X 1506 X +USW00023188200310PGTM 1451 W 1242 W 0415 W 1348 W 1237 W 1423 W 1036 W 1413 W 0937 W 0354 W 1803 W 1311 W 1216 W 1230 W 1713 W 1121 W 1415 W 1101 W 1558 W 1224 W 1453 W 1248 W 1144 W 1142 W 1305 W 1109 W 0042 W 2357 W 1459 W 1146 W 1505 W +USW00023188200310TAVG 206 W 178 W 183 W 189 W 189 W 189 W 200 W 194 W 194 W 189 W 200 W 206 W 194 W 206 W 206 W 200 W 206 W 211 W 211 W 228 W 228 W 206 W 211 W 189 W 194 W 244 W 217 W 206 W 178 W 183 W 167 W +USW00023188200310TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W-9999 0 W 0 W 0 W-9999 0 W-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200310WDF2 290 X 180 X 160 X 270 X 290 X 210 X 270 X 290 X 180 X 170 X 320 X 290 X 180 X 190 X 300 X 290 X 290 X 290 X 320 X 310 X 310 X 290 X 290 X 290 X 290 X 70 X 180 X 160 X 190 X 170 X 200 X +USW00023188200310WDF5 290 X 200 X 160 X 260 X 290 X 230 X 280 X 300 X 180 X 170 X 330 X 290 X 180 X 180 X 290 X 300 X 300 X 300 X 300 X 300 X 310 X 290 X 290 X 180 X 290 X 90 X 180 X 160 X 170 X 170 X 210 X +USW00023188200310WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200310WSF2 80 X 45 X 63 X 54 X 63 X 45 X 54 X 72 X 67 X 58 X 40 X 67 X 58 X 54 X 54 X 58 X 67 X 54 X 45 X 63 X 58 X 94 X 54 X 45 X 58 X 72 X 58 X 40 X 63 X 89 X 63 X +USW00023188200310WSF5 94 X 67 X 67 X 67 X 72 X 54 X 67 X 80 X 80 X 67 X 54 X 76 X 63 X 58 X 63 X 67 X 80 X 58 X 54 X 72 X 67 X 107 X 63 X 58 X 72 X 89 X 63 X 54 X 72 X 107 X 67 X +USW00023188200310WT01 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00023188200310WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 +USW00023188200310WT08-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188200310WT13 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 +USW00023188200310WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200310WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200310WV01 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200311TMAX 183 0 178 0 183 0 172 0 178 0 194 0 200 0 222 0 200 0 206 0 194 0 183 0 200 0 189 0 183 0 178 0 183 0 256 0 244 0 194 0 172 0 189 0 200 0 178 0 167 0 167 0 250 0 228 0 228 0 200 0-9999 +USW00023188200311TMIN 122 0 133 0 139 0 128 0 100 0 128 0 139 0 117 0 133 0 167 0 156 0 161 0 139 0 122 0 122 0 133 0 122 0 117 0 122 0 139 0 150 0 111 0 78 0 83 0 122 0 122 0 94 0 100 0 111 0 83 0-9999 +USW00023188200311PRCP 79 0 0T 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 53 0 0 0 0 0 10 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200311AWND 28 X 29 X 34 X 16 X 18 X 19 X 21 X 17 X 20 X 22 X 12 X 30 X 22 X 19 X 17 X 33 X 17 X 16 X 18 X 21 X 20 X 30 X 13 X 11 X 20 X 24 X 16 X 18 X 9 X 12 X-9999 +USW00023188200311FMTM 0550 X 1544 X 1744 X 1127 X 1539 X 1541 X 1402 X 1453 X 1303 X 1507 X 1437 X 1306 X 1209 X 1438 X 2159 X 0216 X 1403 X 1531 X 1512 X 1544 X 1447 X 1333 X 1608 X 1241 X 1306 X 1223 X 1116 X 1448 X 1341 X 2317 X-9999 +USW00023188200311PGTM 0550 W 1426 W 1742 W 1210 W 1215 W 1437 W 1356 W 1431 W 1309 W 1443 W 1440 W 1305 W 1555 W 1332 W 2159 W 0737 W 1355 W 1530 W 1511 W 1412 W 1445 W 1453 W 1607 W 1237 W 1457 W 1222 W 1115 W 1549 W 1357 W 2219 W-9999 +USW00023188200311TAVG 156 W 156 W 161 W 150 W 139 W 161 W 172 W 172 W 167 W 189 W 178 W 172 W 172 W 156 W 156 W 156 W 156 W 189 W 183 W 167 W 161 W 150 W 139 W 133 W 144 W 144 W 172 W 167 W 172 W 144 W-9999 +USW00023188200311TSUN-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188200311WDF2 70 X 260 X 260 X 230 X 290 X 290 X 290 X 300 X 290 X 300 X 290 X 180 X 210 X 300 X 280 X 260 X 210 X 320 X 290 X 300 X 240 X 290 X 300 X 220 X 240 X 240 X 70 X 300 X 290 X 250 X-9999 +USW00023188200311WDF5 70 X 260 X 260 X 250 X 290 X 290 X 300 X 310 X 300 X 300 X 290 X 180 X 280 X 290 X 280 X 290 X 230 X 320 X 290 X 300 X 220 X 300 X 300 X 220 X 230 X 240 X 60 X 330 X 290 X 70 X-9999 +USW00023188200311WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200311WSF2 58 X 67 X 67 X 58 X 63 X 54 X 63 X 63 X 63 X 67 X 58 X 67 X 58 X 67 X 67 X 76 X 54 X 67 X 67 X 45 X 45 X 80 X 45 X 58 X 58 X 54 X 72 X 67 X 58 X 45 X-9999 +USW00023188200311WSF5 67 X 80 X 89 X 76 X 72 X 63 X 72 X 72 X 67 X 80 X 67 X 76 X 63 X 80 X 76 X 94 X 63 X 76 X 80 X 63 X 63 X 103 X 58 X 67 X 67 X 63 X 89 X 76 X 63 X 58 X-9999 +USW00023188200311WT01 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200311WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188200311WT13 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200311WT16 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200311WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200312TMAX 178 0 178 0 183 0 167 0 183 0 178 0 172 0 183 0 222 0 178 0 167 0 167 0 172 0 178 0 178 0 211 0 228 0 217 0 217 0 189 0 183 0 233 0 178 0 183 0 167 0 144 0 144 0 156 0 150 0 161 0 178 0 +USW00023188200312TMIN 117 0 100 0 111 0 100 0 100 0 94 0 133 0 122 0 94 0 122 0 117 0 83 0 83 0 83 0 89 0 78 0 61 0 83 0 83 0 100 0 122 0 89 0 106 0 100 0 128 0 122 0 78 0 44 0 61 0 94 0 61 0 +USW00023188200312PRCP 0 0 0 0 0 0 0 0 0 0 0 0 23 0 3 0 0 0 0T 0 5 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 5 0 18 0 102 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200312AWND 16 X 19 X 16 X 19 X 16 X 17 X 21 X 25 X 16 X 20 X 50 X 10 X 14 X 13 X 15 X 13 X 15 X 7 X 9 X 11 X 17 X 17 X 14 X 19 X 62 X 60 X 20 X 12 X 7 X 12 X 13 X +USW00023188200312FMTM 1542 X 1425 X 1506 X 1340 X 1046 X 1403 X 1524 X 1611 X 1437 X 1633 X 1750 X 1440 X 1528 X 1337 X 1456 X 1425 X 1459 X 1402 X 1455 X 1403 X 1629 X 1415 X 1347 X 2326 X 1903 X 0012 X 1533 X 1601 X 1310 X 1631 X 1150 X +USW00023188200312PGTM 1532 W 1424 W 1505 W 1320 W 1611 W 1348 W 1210 W 0135 W 1443 W 1627 W 1752 W 1510 W 1521 W 1700 W 1456 W 1424 W 1500 W 1420 W 1453 W 2032 W 1625 W 2001 W 1346 W 2325 W 1937 W 0012 W 1556 W 1609 W 1308 W 1630 W 1235 W +USW00023188200312TAVG 150 W 139 W 150 W 133 W 144 W 139 W 156 W 156 W 161 W 150 W 144 W 128 W 128 W 133 W 133 W 144 W 144 W 150 W 150 W 144 W 156 W 161 W 144 W 144 W 150 W 133 W 111 W 100 W 106 W 128 W 122 W +USW00023188200312TSUN 0 W 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200312WDF2 280 X 310 X 290 X 280 X 290 X 290 X 280 X 290 X 280 X 290 X 290 X 260 X 290 X 290 X 310 X 290 X 270 X 160 X 280 X 290 X 300 X 310 X 270 X 140 X 280 X 280 X 290 X 300 X 290 X 300 X 290 X +USW00023188200312WDF5 290 X 310 X 290 X 320 X 310 X 300 X 170 X 290 X 270 X 300 X 300 X 250 X 290 X 240 X 310 X 280 X 270 X 180 X 270 X 260 X 320 X 250 X 260 X 140 X 280 X 300 X 290 X 310 X 300 X 300 X 290 X +USW00023188200312WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200312WSF2 45 X 67 X 58 X 45 X 45 X 58 X 45 X 63 X 54 X 54 X 112 X 40 X 54 X 54 X 63 X 54 X 58 X 40 X 54 X 45 X 58 X 40 X 94 X 54 X 134 X 107 X 58 X 63 X 36 X 36 X 63 X +USW00023188200312WSF5 58 X 80 X 67 X 58 X 54 X 67 X 63 X 72 X 58 X 63 X 143 X 45 X 63 X 63 X 72 X 58 X 58 X 45 X 63 X 54 X 67 X 54 X 112 X 63 X 165 X 139 X 63 X 72 X 45 X 45 X 67 X +USW00023188200312WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200312WT02-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200312WT08-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200312WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200312WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200312WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200401TMAX 172 0 167 0 150 0 156 0 183 0 178 0 183 0 189 0 200 0 200 0 167 0 178 0 228 0 233 0 167 0 167 0 161 0 161 0 167 0 167 0 194 0 200 0 200 0 150 0 156 0 167 0 161 0 167 0 178 0 161 0 167 0 +USW00023188200401TMIN 61 0 83 0 106 0 78 0 61 0 67 0 111 0 83 0 89 0 89 0 89 0 117 0 100 0 100 0 117 0 111 0 117 0 122 0 122 0 133 0 111 0 83 0 94 0 106 0 111 0 89 0 94 0 117 0 94 0 106 0 117 0 +USW00023188200401PRCP 0 0 23 0 5 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 38 0 0 0 0 0 15 0 0 0 0 0 5 0 +USW00023188200401AWND 8 X 23 X 36 X 16 X 16 X 13 X 10 X 14 X 19 X 15 X 13 X 13 X 15 X 12 X 28 X 13 X 16 X 16 X 18 X 30 X 19 X 18 X 19 X 30 X 20 X 14 X 20 X 26 X 17 X 23 X 34 X +USW00023188200401FMTM 1621 X 2129 X 1404 X 1634 X 1449 X 1228 X 1722 X 1436 X 1445 X 1333 X 1259 X 1720 X 1628 X 1354 X 1411 X 1615 X 1538 X 1433 X 1415 X 1056 X 1326 X 1536 X 1426 X 1231 X 1445 X 1443 X 1446 X 1528 X 1347 X 1806 X 1425 X +USW00023188200401PGTM 1601 W 2155 W 1404 W 1621 W 1539 W 1211 W 1538 W 1435 W 1444 W 1333 W 1534 W 1720 W 1633 W 1325 W 1258 W 1614 W 1600 W 1439 W 1515 W 1057 W 1325 W 1535 W 1425 W 1230 W 1444 W 1442 W 1601 W 1408 W 1411 W 1807 W 1416 W +USW00023188200401TAVG 117 W 128 W 128 W 117 W 122 W 122 W 150 W 139 W 144 W 144 W 128 W 150 W 167 W 167 W 144 W 139 W 139 W 144 W 144 W 150 W 156 W 144 W 150 W 128 W 133 W 128 W 128 W 144 W 139 W 133 W 144 W +USW00023188200401TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200401WDF2 320 X 190 X 290 X 310 X 290 X 190 X 270 X 200 X 300 X 310 X 170 X 290 X 330 X 320 X 180 X 300 X 290 X 290 X 290 X 160 X 60 X 280 X 310 X 260 X 260 X 290 X 290 X 290 X 290 X 230 X 290 X +USW00023188200401WDF5 310 X 260 X 290 X 320 X 290 X 210 X 220 X 210 X 320 X 300 X 170 X 290 X 330 X 290 X 190 X 290 X 290 X 290 X 300 X 170 X 70 X 280 X 320 X 260 X 260 X 290 X 300 X 300 X 300 X 240 X 290 X +USW00023188200401WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200401WSF2 36 X 58 X 80 X 58 X 54 X 40 X 40 X 36 X 67 X 58 X 45 X 58 X 63 X 63 X 58 X 58 X 63 X 63 X 72 X 63 X 80 X 58 X 72 X 63 X 63 X 58 X 67 X 58 X 63 X 54 X 80 X +USW00023188200401WSF5 45 X 67 X 107 X 72 X 58 X 54 X 54 X 40 X 80 X 67 X 67 X 67 X 72 X 76 X 72 X 67 X 67 X 72 X 80 X 72 X 98 X 67 X 80 X 72 X 76 X 67 X 72 X 67 X 72 X 58 X 94 X +USW00023188200401WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 +USW00023188200401WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188200401WT13 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X +USW00023188200401WT16-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 +USW00023188200402TMAX 167 0 167 0 161 0 161 0 178 0 206 0 183 0 206 0 200 0 200 0 178 0 200 0 183 0 172 0 167 0 194 0 211 0 167 0 172 0 161 0 150 0 161 0 161 0 167 0 183 0 161 0 161 0 167 0 161 0-9999 -9999 +USW00023188200402TMIN 89 0 89 0 111 0 111 0 89 0 78 0 83 0 83 0 72 0 72 0 78 0 83 0 72 0 89 0 78 0 106 0 117 0 111 0 117 0 128 0 117 0 106 0 117 0 111 0 100 0 122 0 117 0 106 0 94 0-9999 -9999 +USW00023188200402PRCP 0 0 48 0 48 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15 0 0 0 0 0 0 0 58 0 0 0 0T 0 5 0 295 0 53 0 0 0 0 0 188 0 3 0 0 0 0 0-9999 -9999 +USW00023188200402AWND 13 X 26 X 51 X 22 X 16 X 19 X 18 X 21 X 16 X 21 X 13 X 15 X 17 X 14 X 27 X 23 X 19 X 34 X 24 X 25 X 34 X 41 X 25 X 20 X 25 X 39 X 43 X 23 X 24 X-9999 -9999 +USW00023188200402FMTM 1327 X 2327 X 1249 X 1602 X 1558 X 1507 X 1553 X 1455 X 1355 X 1537 X 1150 X 1309 X 1357 X 1753 X 1447 X 1348 X 1205 X 1630 X 1254 X 1917 X 1523 X 0622 X 0847 X 1527 X 2256 X 0648 X 1327 X 1402 X 1250 X-9999 -9999 +USW00023188200402PGTM 1507 W 2327 W 1229 W 1601 W 1557 W 1507 W 1537 W 1450 W 1403 W 1512 W 1141 W 1305 W 1402 W 1739 W 1446 W 1350 W 1713 W 1627 W 1426 W 1916 W 1522 W 0558 W 0846 W 1522 W 2256 W 0648 W 1310 W 1401 W 1251 W-9999 -9999 +USW00023188200402TAVG 128 W 128 W 139 W 139 W 133 W 144 W 133 W 144 W 139 W 139 W 128 W 144 W 128 W 133 W 122 W 150 W 167 W 139 W 144 W 144 W 133 W 133 W 139 W 139 W 144 W 144 W 139 W 139 W 128 W-9999 -9999 +USW00023188200402TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00023188200402WDF2 270 X 290 X 280 X 270 X 290 X 290 X 290 X 310 X 290 X 290 X 230 X 300 X 290 X 310 X 300 X 300 X 290 X 260 X 230 X 290 X 150 X 150 X 290 X 260 X 130 X 150 X 280 X 280 X 220 X-9999 -9999 +USW00023188200402WDF5 250 X 280 X 290 X 270 X 290 X 280 X 280 X 320 X 280 X 290 X 230 X 300 X 290 X 310 X 300 X 310 X 290 X 260 X 250 X 290 X 150 X 150 X 290 X 260 X 120 X 150 X 270 X 270 X 220 X-9999 -9999 +USW00023188200402WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188200402WSF2 54 X 94 X 98 X 63 X 63 X 72 X 63 X 67 X 63 X 63 X 54 X 58 X 67 X 63 X 72 X 72 X 58 X 103 X 72 X 58 X 80 X 107 X 89 X 58 X 54 X 94 X 94 X 76 X 63 X-9999 -9999 +USW00023188200402WSF5 58 X 107 X 116 X 72 X 72 X 80 X 76 X 76 X 72 X 76 X 63 X 67 X 72 X 76 X 89 X 89 X 67 X 116 X 76 X 67 X 103 X 134 X 98 X 67 X 63 X 125 X 125 X 94 X 72 X-9999 -9999 +USW00023188200402WT01-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200402WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200402WT13-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188200402WT16-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200402WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188200403TMAX 178 0 156 0 194 0 172 0 183 0 200 0 272 0 289 0 261 0 178 0 183 0 167 0 189 0 183 0 178 0 194 0 194 0 183 0 189 0 200 0 178 0 194 0 172 0 189 0 200 0 183 0 206 0 294 0 328 0 200 0 183 0 +USW00023188200403TMIN 106 0 111 0 106 0 139 0 139 0 122 0 122 0 150 0 156 0 139 0 144 0 144 0 150 0 128 0 128 0 128 0 133 0 139 0 144 0 139 0 144 0 139 0 150 0 156 0 133 0 156 0 133 0 139 0 156 0 150 0 150 0 +USW00023188200403PRCP 18 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200403AWND 32 X 37 X 19 X 46 X 30 X 25 X 18 X 19 X 20 X 27 X 21 X 31 X 28 X 31 X 22 X 24 X 22 X 19 X 29 X 30 X 34 X 21 X 35 X 26 X 24 X 34 X 25 X 23 X 20 X 23 X 38 X +USW00023188200403FMTM 2239 X 0253 X 1514 X 1039 X 1445 X 1503 X 1539 X 1431 X 1808 X 1350 X 1739 X 1752 X 1510 X 1332 X-9999 -9999 -9999 1724 X 1538 X 1239 X 1357 X 1442 X 1522 X 1556 X 1107 X 1150 X 1440 X 1257 X 1420 X 1735 X 1154 X +USW00023188200403PGTM 2321 W 0252 W 1526 W 1039 W 1415 W 1423 W 1539 W 1455 W 1337 W 2055 W 1230 W 1835 W 1427 W 1336 W-9999 -9999 -9999 1603 W 1451 W 1256 W 1329 W 1554 W 1522 W 1403 W 1604 W 1155 W 1303 W 1524 W 1536 W 1303 W 1359 W +USW00023188200403TAVG 144 W 133 W 150 W 156 W 161 W 161 W 200 W 222 W 211 W 161 W 167 W 156 W 172 W 156 W-9999 -9999 -9999 161 W 167 W 172 W 161 W 167 W 161 W 172 W 167 W 172 W 172 W 217 W 244 W 178 W 167 W +USW00023188200403TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200403WDF2 160 X 170 X 300 X 180 X 290 X 290 X 300 X 310 X 310 X 250 X 170 X 190 X 280 X 280 X 240 Z 280 Z 270 Z 210 X 290 X 280 X 290 X 280 X 170 X 290 X 280 X 280 X 280 X 310 X 300 X 290 X 200 X +USW00023188200403WDF5 170 X 180 X 290 X 180 X 270 X 290 X 300 X 310 X 310 X 270 X 270 X 210 X 290 X 290 X 250 Z 290 Z 300 Z 220 X 270 X 280 X 290 X 290 X 180 X 280 X 290 X 300 X 290 X 280 X 290 X 300 X 210 X +USW00023188200403WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200403WSF2 80 X 107 X 58 X 94 X 58 X 80 X 63 X 72 X 54 X 45 X 54 X 58 X 76 X 76 X 45 Z 54 Z 63 Z 40 X 63 X 89 X 72 X 58 X 58 X 63 X 63 X 72 X 67 X 67 X 80 X 58 X 72 X +USW00023188200403WSF5 94 X 139 X 63 X 107 X 67 X 94 X 72 X 89 X 63 X 72 X 63 X 67 X 94 X 89 X 63 Z 63 Z 72 Z 58 X 72 X 98 X 94 X 63 X 67 X 76 X 72 X 80 X 94 X 76 X 94 X 67 X 94 X +USW00023188200403WT01 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00023188200403WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00023188200403WT13 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00023188200403WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200403WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188200404TMAX 183 0 183 0 194 0 211 0 200 0 183 0 183 0 189 0 206 0 206 0 222 0 222 0 200 0 200 0 189 0 194 0 172 0 189 0 194 0 200 0 200 0 189 0 250 0 244 0 244 0 311 0 283 0 200 0 189 0 211 0-9999 +USW00023188200404TMIN 122 0 122 0 150 0 161 0 167 0 156 0 161 0 161 0 161 0 161 0 167 0 150 0 144 0 156 0 144 0 156 0 128 0 133 0 139 0 150 0 167 0 156 0 144 0 156 0 161 0 167 0 150 0 150 0 161 0 144 0-9999 +USW00023188200404PRCP 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 76 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200404AWND 31 X 34 X 29 X 25 X 26 X 29 X 28 X 26 X 30 X 28 X 38 X 23 X 32 X 24 X 26 X 35 X 38 X 32 X 30 X 27 X 31 X 34 X 25 X 21 X 24 X 26 X 26 X 55 X 38 X 34 X-9999 +USW00023188200404FMTM 2209 X 1124 X 1425 X 1442 X 1319 X 1113 X 1245 X 1642 X 1352 X 1241 X 1526 X 1416 X 1503 X 1559 X 1228 X 1339 X 1034 X 1452 X 1513 X 1449 X 1552 X 1246 X 1407 X 1608 X 1415 X 1314 X 1309 X 1611 X 0346 X 1143 X-9999 +USW00023188200404PGTM 2207 W 1124 W 1337 W 1412 W 1344 W 1407 W 1233 W 1216 W 1439 W 1203 W 1529 W 1419 W 1321 W 1559 W 1400 W 1350 W 1034 W 1459 W 1513 W 1410 W 1533 W 1434 W 1406 W 1355 W 1338 W 1545 W 1411 W 1610 W 0347 W 1156 W-9999 +USW00023188200404TAVG 156 W 156 W 172 W 189 W 183 W 172 W 172 W 178 W 183 W 183 W 194 W 189 W 172 W 178 W 167 W 178 W 150 W 161 W 167 W 178 W 183 W 172 W 200 W 200 W 206 W 239 W 217 W 178 W 178 W 178 W-9999 +USW00023188200404TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W-9999 +USW00023188200404WDF2 320 X 180 X 270 X 280 X 280 X 220 X 260 X 220 X 280 X 290 X 320 X 290 X 280 X 270 X 240 X 290 X 270 X 250 X 290 X 290 X 290 X 200 X 300 X 280 X 290 X 290 X 190 X 160 X 210 X 290 X-9999 +USW00023188200404WDF5 320 X 180 X 280 X 300 X 270 X 230 X 270 X 230 X 280 X 270 X 310 X 290 X 280 X 270 X 230 X 320 X 270 X 260 X 280 X 290 X 290 X 250 X 300 X 290 X 300 X 300 X 170 X 160 X 210 X 310 X-9999 +USW00023188200404WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200404WSF2 72 X 72 X 63 X 67 X 63 X 67 X 63 X 45 X 67 X 67 X 94 X 67 X 72 X 54 X 63 X 67 X 116 X 72 X 80 X 76 X 58 X 58 X 72 X 58 X 63 X 80 X 67 X 94 X 72 X 80 X-9999 +USW00023188200404WSF5 89 X 80 X 89 X 76 X 80 X 76 X 76 X 58 X 76 X 80 X 103 X 76 X 103 X 63 X 72 X 80 X 139 X 89 X 98 X 89 X 72 X 72 X 89 X 67 X 76 X 94 X 80 X 125 X 80 X 94 X-9999 +USW00023188200404WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188200404WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188200404WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 +USW00023188200404WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188200404WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200404WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188200405TMAX 272 0 339 0 339 0 261 0 239 0 278 0 233 0 250 0 250 0 200 0 217 0 211 0 250 0 250 0 233 0 200 0 200 0 222 0 206 0 206 0 194 0 200 0 200 0 200 0 194 0 211 0 206 0 194 0 217 0 239 0 278 0 +USW00023188200405TMIN 156 0 172 0 206 0 172 0 161 0 167 0 189 0 172 0 178 0 178 0 167 0 161 0 172 0 167 0 172 0 172 0 178 0 172 0 178 0 178 0 172 0 172 0 172 0 167 0 172 0 172 0 172 0 178 0 178 0 172 0 178 0 +USW00023188200405PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200405AWND 29 X 28 X 25 X 26 X 27 X 30 X 25 X 24 X 25 X 49 X 39 X 35 X 27 X 28 X 29 X 48 X 44 X 33 X 31 X 30 X 35 X 34 X 37 X 39 X 34 X 35 X 33 X 28 X 34 X 21 X 19 X +USW00023188200405FMTM 1333 X 1348 X 1426 X 1327 X 1803 X 1240 X 1407 X 1529 X 1517 X 1127 X 1319 X 1612 X 1427 X 1335 X 1406 X 2138 X 1425 X 1639 X 1511 X 1452 X 1440 X 1219 X 1321 X 1539 X 1639 X 1512 X 1253 X 2357 X 2357 X 1332 X 1619 X +USW00023188200405PGTM 1445 W 1424 W 1342 W 1326 W 1802 W 1239 W 1406 W 1534 W 1515 W 1127 W 1306 W 1454 W 1426 W 1335 W 1635 W 1521 W 1423 W 1629 W 1211 W 1526 W 1427 W 1400 W 0956 W 1332 W 1610 W 1239 W 1328 W 2359 W 2359 W 1332 W 1059 W +USW00023188200405TAVG 217 W 256 W 272 W 217 W 200 W 222 W 211 W 211 W 217 W 189 W 194 W 189 W 211 W 211 W 206 W 189 W 189 W 200 W 194 W 194 W 183 W 189 W 189 W 183 W 183 W 194 W 189 W 189 W 200 W 206 W 228 W +USW00023188200405TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200405WDF2 290 X 290 X 300 X 160 X 220 X 290 X 230 X 320 X 270 X 180 X 210 X 260 X 270 X 290 X 240 X 180 X 210 X 320 X 210 X 250 X 230 X 230 X 210 X 230 X 250 X 290 X 280 X 240 X 240 X 280 X 180 X +USW00023188200405WDF5 310 X 300 X 320 X 160 X 210 X 290 X 220 X 320 X 280 X 170 X 220 X 280 X 280 X 290 X 160 X 190 X 220 X 320 X 220 X 260 X 250 X 250 X 190 X 240 X 240 X 270 X 290 X 230 X 230 X 280 X 300 X +USW00023188200405WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200405WSF2 80 X 76 X 80 X 72 X 58 X 80 X 63 X 67 X 58 X 94 X 63 X 58 X 63 X 76 X 63 X 67 X 67 X 76 X 58 X 63 X 63 X 67 X 67 X 72 X 67 X 72 X 67 X 72 X 72 X 63 X 54 X +USW00023188200405WSF5 103 X 89 X 103 X 76 X 72 X 94 X 72 X 76 X 72 X 112 X 76 X 72 X 76 X 80 X 67 X 89 X 89 X 94 X 72 X 80 X 76 X 76 X 80 X 98 X 80 X 89 X 80 X 76 X 76 X 76 X 63 X +USW00023188200405WT01-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188200405WT08 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188200405WT13-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200405WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200405WV01-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188200406TMAX 228 0 217 0 222 0 233 0 239 0 211 0 206 0 206 0 217 0 228 0 206 0 211 0 206 0 206 0 211 0 211 0 206 0 206 0 217 0 217 0 200 0 211 0 233 0 233 0 239 0 222 0 211 0 206 0 222 0 228 0-9999 +USW00023188200406TMIN 183 0 178 0 183 0 189 0 156 0 178 0 183 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 178 0 183 0 189 0 183 0 189 0 183 0 178 0 178 0 189 0 194 0 183 0 178 0 178 0 183 0 183 0 189 0-9999 +USW00023188200406PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200406AWND 28 X 32 X 26 X 28 X 30 X 49 X 42 X 38 X 43 X 28 X 30 X 25 X 28 X 31 X 39 X 38 X 26 X 33 X 34 X 31 X 30 X 27 X 28 X 33 X 25 X 24 X 45 X 43 X 30 X 33 X-9999 +USW00023188200406FMTM 1141 X 1229 X 1331 X 1417 X 1233 X 1255 X 1130 X 1637 X 1405 X 1745 X 1320 X 1338 X 1253 X 1250 X 1437 X 1114 X 1014 X 1517 X 1644 X 1340 X 0947 X 1426 X 1537 X 1207 X 1436 X 1231 X 1201 X 1220 X 1426 X 1327 X-9999 +USW00023188200406PGTM 1237 W 1229 W 1446 W 1324 W 1235 W 1255 W 1155 W 1856 W 1404 W 1629 W 1323 W 1334 W 1428 W 1250 W 1215 W 1338 W 1229 W 1454 W 1643 W 1451 W 0810 W 1449 W 1346 W 1403 W 1435 W 1230 W 1214 W 1522 W 1332 W 1442 W-9999 +USW00023188200406TAVG 206 W 200 W 206 W 211 W 200 W 194 W 194 W 194 W 200 W 206 W 194 W 194 W 194 W 194 W 194 W 200 W 200 W 194 W 206 W 200 W 189 W 194 W 211 W 200 W 211 W 200 W 194 W 194 W 206 W 211 W-9999 +USW00023188200406TSUN 0 W-9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 +USW00023188200406WDF2 210 X 210 X 250 X 210 X 210 X 180 X 170 X 190 X 260 X 290 X 200 X 220 X 180 X 230 X 210 X 190 X 220 X 280 X 290 X 270 X 180 X 200 X 280 X 290 X 250 X 190 X 190 X 210 X 230 X 230 X-9999 +USW00023188200406WDF5 210 X 230 X 280 X 210 X 220 X 180 X 180 X 160 X 270 X 280 X 220 X 210 X 190 X 220 X 200 X 190 X 220 X 290 X 280 X 300 X 180 X 180 X 280 X 270 X 240 X 190 X 190 X 200 X 240 X 250 X-9999 +USW00023188200406WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200406WSF2 58 X 67 X 58 X 58 X 58 X 89 X 72 X 63 X 76 X 58 X 54 X 58 X 63 X 63 X 63 X 80 X 58 X 58 X 72 X 67 X 58 X 63 X 58 X 63 X 58 X 63 X 89 X 67 X 63 X 63 X-9999 +USW00023188200406WSF5 67 X 94 X 67 X 72 X 67 X 107 X 80 X 72 X 98 X 72 X 67 X 72 X 76 X 76 X 80 X 94 X 98 X 67 X 89 X 72 X 67 X 72 X 72 X 76 X 67 X 72 X 103 X 80 X 76 X 76 X-9999 +USW00023188200406WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200406WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200406WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200407TMAX 233 0 233 0 233 0 233 0 239 0 228 0 228 0 233 0 239 0 233 0 244 0 256 0 256 0 272 0 289 0 294 0 283 0 283 0 272 0 278 0 244 0 233 0 233 0 228 0 244 0 239 0 244 0 233 0 233 0 233 0 228 0 +USW00023188200407TMIN 183 0 194 0 189 0 189 0 194 0 194 0 194 0 194 0 194 0 200 0 189 0 194 0 189 0 200 0 228 0 222 0 217 0 222 0 211 0 206 0 194 0 194 0 194 0 194 0 194 0 194 0 194 0 189 0 189 0 194 0 194 0 +USW00023188200407PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200407AWND 31 X 28 X 26 X 30 X 34 X 30 X 29 X 30 X 38 X 38 X 27 X 29 X 27 X 24 X 23 X 24 X 22 X 25 X 31 X 25 X 32 X 33 X 31 X 30 X 31 X 25 X 27 X 29 X 30 X 27 X 27 X +USW00023188200407FMTM 1310 X 1706 X 1219 X 1531 X 1312 X 1426 X 1901 X 1355 X 1443 X 1425 X 1631 X 1658 X 1238 X 1637 X 1053 X 1409 X 1719 X 1304 X 1418 X 1802 X 1528 X 1400 X 1535 X 1715 X 1513 X 1545 X 1522 X 1437 X 1429 X 1240 X 1309 X +USW00023188200407PGTM 1309 W 1500 W 1339 W 1657 W 1304 W 1343 W 1858 W 1337 W 1416 W 1221 W 1631 W 1250 W 1237 W 1647 W 1146 W 1149 W 1718 W 1337 W 1414 W 1822 W 1033 W 1209 W 1439 W 1635 W 1512 W 1551 W 1457 W 1628 W 1418 W 1241 W 1307 W +USW00023188200407TAVG 211 W 217 W 211 W 211 W 217 W 211 W 211 W 217 W 217 W 217 W 217 W 228 W 222 W 239 W 261 W 261 W 250 W 256 W 244 W 244 W 222 W 217 W 217 W 211 W 222 W 217 W 222 W 211 W 211 W 217 W 211 W +USW00023188200407TSUN-9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 0 W 0 W 0 W +USW00023188200407WDF2 280 X 300 X 280 X 320 X 270 X 290 X 260 X 260 X 280 X 290 X 290 X 280 X 290 X 290 X 200 X 290 X 290 X 290 X 290 X 290 X 290 X 290 X 270 X 290 X 290 X 210 X 300 X 290 X 280 X 270 X 290 X +USW00023188200407WDF5 280 X 290 X 290 X 280 X 270 X 290 X 250 X 270 X 280 X 290 X 290 X 320 X 290 X 310 X 240 X 280 X 290 X 280 X 300 X 290 X 290 X 280 X 290 X 290 X 290 X 250 X 290 X 290 X 290 X 270 X 300 X +USW00023188200407WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200407WSF2 67 X 58 X 63 X 63 X 67 X 67 X 54 X 63 X 76 X 72 X 63 X 54 X 63 X 58 X 54 X 54 X 45 X 54 X 67 X 58 X 63 X 58 X 63 X 63 X 72 X 54 X 58 X 63 X 67 X 63 X 58 X +USW00023188200407WSF5 89 X 76 X 80 X 67 X 89 X 94 X 63 X 80 X 94 X 94 X 72 X 67 X 72 X 63 X 63 X 67 X 58 X 72 X 76 X 63 X 80 X 72 X 76 X 72 X 80 X 72 X 72 X 76 X 80 X 76 X 76 X +USW00023188200407WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200407WT08-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200407WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188200408TMAX 222 0 228 0 233 0 211 0 228 0 244 0 244 0 239 0 239 0 261 0 250 0 244 0 256 0 239 0 228 0 222 0 239 0 233 0 239 0 233 0 233 0 239 0 239 0 239 0 239 0 233 0 233 0 244 0 244 0 250 0 250 0 +USW00023188200408TMIN 189 0 194 0 194 0 189 0 183 0 172 0 183 0 200 0 194 0 194 0 206 0 194 0 200 0 200 0 194 0 189 0 189 0 194 0 194 0 200 0 200 0 194 0 194 0 194 0 194 0 194 0 194 0 189 0 194 0 189 0 189 0 +USW00023188200408PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200408AWND 31 X 28 X 31 X 25 X 27 X 29 X 27 X 32 X 31 X 24 X 29 X 30 X 26 X 28 X 30 X 24 X 21 X 28 X 24 X 25 X 29 X 31 X 34 X 27 X 26 X 27 X 29 X 22 X 30 X 34 X 36 X +USW00023188200408FMTM 1248 X 1427 X 1541 X 1119 X 1409 X 1745 X 1555 X 1637 X 1411 X 1355 X 1417 X 1702 X 1534 X 1233 X 1330 X 1347 X 1505 X 1432 X 1338 X 1506 X 1115 X 1103 X 1616 X 1400 X 1539 X 1215 X 1355 X 1508 X 1505 X 1523 X 1227 X +USW00023188200408PGTM 1231 W 1529 W 1539 W 1309 W 1258 W 1209 W 1555 W 1701 W 1410 W 1514 W 1449 W 1648 W 1338 W 1218 W 1333 W 1256 W 1232 W 1421 W 1337 W 1505 W 1325 W 1358 W 1625 W 1508 W 1535 W 1224 W 1819 W 1314 W 1642 W 1406 W 1213 W +USW00023188200408TAVG 206 W 211 W 217 W 200 W 206 W 211 W 217 W 222 W 217 W 228 W 228 W 222 W 228 W 222 W 211 W 206 W 217 W 217 W 217 W 217 W 217 W 217 W 217 W 217 W 217 W 217 W 217 W 217 W 222 W 222 W 222 W +USW00023188200408TSUN-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W +USW00023188200408WDF2 230 X 210 X 300 X 270 X 250 X 290 X 270 X 290 X 300 X 280 X 290 X 290 X 280 X 270 X 210 X 230 X 290 X 230 X 270 X 280 X 280 X 280 X 290 X 270 X 290 X 210 X 220 X 290 X 280 X 280 X 290 X +USW00023188200408WDF5 220 X 250 X 290 X 280 X 240 X 300 X 280 X 290 X 290 X 290 X 280 X 300 X 200 X 280 X 210 X 200 X 230 X 210 X 280 X 270 X 290 X 290 X 280 X 290 X 300 X 200 X 180 X 280 X 300 X 290 X 290 X +USW00023188200408WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200408WSF2 58 X 63 X 63 X 63 X 54 X 63 X 58 X 67 X 67 X 54 X 63 X 63 X 67 X 58 X 63 X 54 X 54 X 58 X 58 X 58 X 63 X 80 X 76 X 63 X 54 X 58 X 58 X 45 X 72 X 67 X 72 X +USW00023188200408WSF5 72 X 76 X 80 X 72 X 72 X 72 X 67 X 76 X 80 X 63 X 67 X 72 X 94 X 72 X 72 X 67 X 67 X 67 X 67 X 67 X 80 X 94 X 89 X 76 X 72 X 67 X 72 X 63 X 80 X 80 X 80 X +USW00023188200408WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188200408WT08-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00023188200408WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188200409TMAX 256 0 256 0 217 0 256 0 356 0 278 0 278 0 256 0 272 0 278 0 294 0 256 0 233 0 233 0 244 0 250 0 256 0 244 0 222 0 233 0 289 0 300 0 300 0 272 0 244 0 239 0 228 0 211 0 228 0 211 0-9999 +USW00023188200409TMIN 189 0 189 0 194 0 172 0 194 0 200 0 206 0 222 0 222 0 222 0 228 0 206 0 200 0 211 0 211 0 211 0 211 0 206 0 189 0 183 0 161 0 172 0 189 0 172 0 183 0 183 0 183 0 178 0 189 0 178 0-9999 +USW00023188200409PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0-9999 +USW00023188200409AWND 19 X 34 X 46 X 23 X 28 X 19 X 24 X 32 X 20 X 26 X 21 X 22 X 40 X 41 X 29 X 27 X 29 X 30 X 48 X 34 X 23 X 24 X 21 X 21 X 21 X 25 X 26 X 26 X 29 X 21 X-9999 +USW00023188200409FMTM 1339 X 2256 X 0618 X 1250 X 1318 X 1243 X 1248 X 1427 X 1159 X 1155 X 1221 X 1345 X 1509 X 0556 X 1332 X 1338 X 1556 X 1537 X 1733 X 1417 X 1537 X 1529 X 1449 X 1537 X 1452 X 1540 X 1310 X 1210 X 1515 X 1600 X-9999 +USW00023188200409PGTM 1335 W 2255 W 0617 W 1250 W 1317 W 1240 W 1122 W 1349 W 1159 W 1408 W 1445 W 1417 W 1303 W 1409 W 1331 W 1456 W 1602 W 1532 W 1328 W 1600 W 1535 W 1529 W 1446 W 1551 W 1613 W 1712 W 1320 W 1257 W 1430 W 1559 W-9999 +USW00023188200409TAVG 222 W 222 W 206 W 217 W 278 W 239 W 244 W 239 W 250 W 250 W 261 W 233 W 217 W 222 W 228 W 233 W 233 W 228 W 206 W 211 W 228 W 239 W 244 W 222 W 217 W 211 W 206 W 194 W 211 W 194 W-9999 +USW00023188200409TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188200409WDF2 280 X 170 X 160 X 290 X 320 X 240 X 290 X 190 X 280 X 290 X 310 X 280 X 180 X 180 X 240 X 290 X 290 X 290 X 290 X 290 X 320 X 310 X 290 X 280 X 290 X 290 X 290 X 190 X 270 X 280 X-9999 +USW00023188200409WDF5 290 X 160 X 150 X 290 X 320 X 230 X 290 X 200 X 280 X 290 X 290 X 300 X 190 X 200 X 240 X 290 X 280 X 300 X 270 X 290 X 320 X 310 X 280 X 290 X 290 X 290 X 290 X 190 X 250 X 290 X-9999 +USW00023188200409WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200409WSF2 45 X 76 X 80 X 72 X 76 X 58 X 54 X 63 X 54 X 63 X 58 X 58 X 63 X 63 X 58 X 67 X 72 X 67 X 76 X 76 X 76 X 80 X 67 X 63 X 67 X 67 X 76 X 63 X 63 X 54 X-9999 +USW00023188200409WSF5 63 X 94 X 98 X 80 X 89 X 72 X 63 X 76 X 67 X 67 X 67 X 63 X 80 X 72 X 67 X 76 X 80 X 76 X 112 X 89 X 98 X 103 X 76 X 67 X 72 X 72 X 80 X 72 X 76 X 63 X-9999 +USW00023188200409WT01 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 +USW00023188200409WT02-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200409WT08 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200409WT13 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00023188200409WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188200410TMAX 222 0 217 0 217 0 217 0 217 0 222 0 222 0 244 0 211 0 206 0 217 0 222 0 228 0 222 0 211 0 211 0 217 0 211 0 206 0 206 0 194 0 200 0 206 0 206 0 194 0 194 0 172 0 183 0 189 0 211 0 200 0 +USW00023188200410TMIN 183 0 167 0 178 0 178 0 172 0 161 0 167 0 167 0 167 0 172 0 161 0 183 0 183 0 167 0 178 0 178 0 183 0 194 0 178 0 156 0 150 0 139 0 133 0 139 0 167 0 156 0 128 0 139 0 122 0 117 0 128 0 +USW00023188200410PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 23 0 33 0 147 0 241 0 18 0 0 0 0 0 0 0 0T 0 3 0 686 0 114 0 0 0 0 0 0 0 +USW00023188200410AWND 28 X 27 X 34 X 27 X 22 X 20 X 24 X 24 X 25 X 33 X 17 X 25 X 25 X 25 X 25 X 26 X 46 X 42 X 50 X 51 X 24 X 24 X 20 X 17 X 24 X 43 X 36 X 21 X 17 X 16 X 19 X +USW00023188200410FMTM 1513 X 1302 X 1341 X 1323 X 1222 X 1253 X 1236 X 1548 X 1019 X 1027 X 1409 X 1237 X 1028 X 1227 X 1501 X 2326 X 0622 X 1037 X 1210 X 0931 X 1203 X 1337 X 1424 X 1517 X 1457 X 2352 X 0150 X 1330 X 1453 X 1502 X 1556 X +USW00023188200410PGTM 1428 W 1347 W 1340 W 1342 W 1342 W 1140 W 1236 W 1547 W 1019 W 1007 W 1444 W 1220 W 1329 W 1133 W 1500 W 1259 W 0622 W 1126 W 1242 W 0929 W 1321 W 1357 W 1526 W 1259 W 1456 W 2350 W 0309 W 1314 W 1612 W 1501 W 1250 W +USW00023188200410TAVG 206 W 194 W 200 W 200 W 194 W 194 W 194 W 206 W 189 W 189 W 189 W 206 W 206 W 194 W 194 W 194 W 200 W 206 W 194 W 183 W 172 W 172 W 172 W 172 W 183 W 178 W 150 W 161 W 156 W 167 W 167 W +USW00023188200410TSUN 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200410WDF2 290 X 290 X 290 X 280 X 280 X 280 X 310 X 290 X 290 X 200 X 240 X 260 X 250 X 280 X 280 X 130 X 230 X 190 X 170 X 270 X 260 X 210 X 280 X 260 X 270 X 150 X 150 X 280 X 290 X 290 X 290 X +USW00023188200410WDF5 300 X 310 X 280 X 280 X 280 X 260 X 300 X 300 X 290 X 180 X 270 X 260 X 290 X 280 X 270 X 210 X 220 X 230 X 180 X 200 X 270 X 250 X 280 X 280 X 270 X 150 X 300 X 260 X 290 X 290 X 220 X +USW00023188200410WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200410WSF2 72 X 58 X 76 X 72 X 67 X 54 X 58 X 67 X 67 X 63 X 54 X 63 X 58 X 72 X 54 X 54 X 80 X 76 X 103 X 134 X 72 X 63 X 63 X 58 X 67 X 112 X 116 X 58 X 63 X 63 X 54 X +USW00023188200410WSF5 89 X 67 X 89 X 89 X 76 X 67 X 67 X 72 X 72 X 80 X 63 X 76 X 67 X 80 X 67 X 63 X 98 X 89 X 125 X 174 X 80 X 72 X 67 X 72 X 80 X 143 X 143 X 72 X 67 X 72 X 63 X +USW00023188200410WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188200410WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200410WT08-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188200410WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188200410WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188200410WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188200411TMAX 233 0 217 0 206 0 178 0 178 0 206 0 183 0 189 0 189 0 189 0 200 0 194 0 200 0 239 0 261 0 228 0 217 0 217 0 183 0 178 0 161 0 161 0 172 0 189 0 194 0 183 0 172 0 183 0 172 0 161 0-9999 +USW00023188200411TMIN 133 0 117 0 111 0 128 0 111 0 106 0 139 0 139 0 139 0 117 0 133 0 144 0 139 0 117 0 122 0 133 0 133 0 122 0 122 0 156 0 89 0 89 0 94 0 100 0 100 0 144 0 128 0 106 0 61 0 50 0-9999 +USW00023188200411PRCP 0 0 0 0 0 0 0 0 0 0 0 0 30 0 3 0 0 0 0 0 0 0 0T 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 0T 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0-9999 +USW00023188200411AWND 21 X 19 X 21 X 29 X 12 X 16 X 16 X 21 X 20 X 24 X 23 X 21 X 22 X 25 X 19 X 15 X 12 X 14 X 22 X 33 X 36 X 21 X 16 X 16 X 14 X 23 X 27 X 27 X 25 X 21 X-9999 +USW00023188200411FMTM 1428 X 1346 X 2358 X 1350 X 1238 X 1458 X 0842 X 1356 X 1523 X 1258 X 1518 X 1557 X 1557 X 1550 X 1332 X 1508 X 1313 X 1415 X 1512 X 1603 X 0657 X 1508 X 1301 X 1531 X 1415 X 1504 X 2116 X 1312 X 1450 X 1315 X-9999 +USW00023188200411PGTM 1428 W 1345 W 2351 W 1349 W 1112 W 1403 W 0842 W 1355 W 1313 W 1400 W 1501 W 1602 W 1556 W 1556 W 1206 W 1353 W 1313 W 1433 W 1543 W 1600 W 0654 W 1227 W 1300 W 1341 W 1410 W 1503 W 2115 W 1325 W 1449 W 1523 W-9999 +USW00023188200411TAVG 183 W 167 W 161 W 156 W 144 W 156 W 161 W 167 W 167 W 156 W 167 W 172 W 172 W 178 W 194 W 183 W 178 W 172 W 156 W 167 W 128 W 128 W 133 W 144 W 150 W 167 W 150 W 144 W 117 W 106 W-9999 +USW00023188200411TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188200411WDF2 290 X 290 X 290 X 280 X 270 X 290 X 230 X 270 X 290 X 290 X 290 X 290 X 280 X 320 X 290 X 290 X 300 X 260 X 200 X 190 X 330 X 290 X 190 X 330 X 290 X 220 X 280 X 280 X 310 X 290 X-9999 +USW00023188200411WDF5 290 X 300 X 300 X 290 X 220 X 290 X 230 X 280 X 290 X 310 X 300 X 280 X 280 X 330 X 340 X 260 X 300 X 300 X 210 X 190 X 310 W 210 X 190 X 290 X 300 X 220 X 280 X 290 X 320 X 340 X-9999 +USW00023188200411WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200411WSF2 63 X 67 X 54 X 63 X 45 X 45 X 67 X 58 X 67 X 67 X 72 X 63 X 45 X 72 X 63 X 40 X 58 X 63 X 54 X 67 X 156 X 54 X 54 X 63 X 54 X 45 X 80 X 76 X 72 X 67 X-9999 +USW00023188200411WSF5 67 X 76 X 63 X 72 X 67 X 58 X 72 X 67 X 80 X 72 X 89 X 72 X 54 X 89 X 76 X 58 X 67 X 67 X 58 X 80 X 201 W 72 X 63 X 72 X 63 X 58 X 98 X 80 X 89 X 76 X-9999 +USW00023188200411WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188200411WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200411WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200411WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200411WT11-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200411WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188200411WT16-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188200412TMAX 161 0 161 0 178 0 144 0 139 0 161 0 150 0 172 0 178 0 239 0 178 0 161 0 167 0 211 0 211 0 244 0 250 0 250 0 250 0 183 0 172 0 189 0 178 0 194 0 172 0 161 0 178 0 178 0 172 0 167 0 156 0 +USW00023188200412TMIN 56 0 61 0 72 0 78 0 106 0 100 0 100 0 117 0 106 0 106 0 117 0 117 0 128 0 100 0 100 0 100 0 122 0 89 0 106 0 100 0 128 0 100 0 83 0 94 0 67 0 94 0 128 0 139 0 128 0 117 0 106 0 +USW00023188200412PRCP 0 0 0 0 0 0 114 0 86 0 0 0 0 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 323 0 406 0 5 0 69 0 +USW00023188200412AWND 16 X 15 X 11 X 21 X 38 X 13 X 16 X 24 X 26 X 15 X 13 X 18 X 32 X 19 X 12 X 10 X 22 X 10 X 13 X 19 X 23 X 14 X 16 X 27 X 14 X 11 X 47 X 67 X 54 X 16 X 30 X +USW00023188200412FMTM 1419 X 1432 X 1350 X 1459 X 1225 X 1300 X 1302 X 0631 X 1525 X 1355 X 0932 X 1703 X 1231 X 1438 X 1342 X 1350 X 1450 X 1508 X 1419 X 1559 X 1611 X 1422 X 1523 X 1417 X 1420 X 1632 X 1457 X 0919 X 0130 X 1404 X 1434 X +USW00023188200412PGTM 1439 W 1442 W 1347 W 1457 W 1225 W 1300 W 1302 W 0628 W 1356 W 1438 W 1106 W 1404 W 1230 W 1017 W 1342 W 1924 W 1445 W 1507 W 1337 W 1434 W 1601 W 1422 W 1523 W 1447 W 1419 W 1634 W 1348 W 0917 W 0130 W 1407 W 1427 W +USW00023188200412TAVG 111 W 167 W 128 W 111 W 122 W 133 W 128 W 144 W 144 W 172 W 150 W 139 W 150 W 156 W 156 W 172 W 189 W 189 W 178 W 144 W 150 W 144 W 133 W 161 W 122 W 128 W 156 W 161 W 150 W 144 W 133 W +USW00023188200412TSUN 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 0 W +USW00023188200412WDF2 290 X 290 X 290 X 140 X 80 X 230 X 110 X 130 X 300 X 310 X 180 X 280 X 290 X 290 X 310 X 200 X 40 X 40 X 310 X 190 X 290 X 320 X 300 X 290 X 230 X 230 X 180 X 200 X 180 W 260 X 160 X +USW00023188200412WDF5 290 X 290 X 290 X 140 X 90 X 260 X 110 X 140 X 290 X 300 X 170 X 250 X 290 X 310 X 320 X 240 X 30 X 40 X 320 X 200 X 300 X 320 X 300 X 300 X 230 X 230 X 180 X 210 X 170 W 270 X 160 X +USW00023188200412WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200412WSF2 63 X 63 X 45 X 54 X 89 X 54 X 63 X 58 X 67 X 54 X 54 X 40 X 72 X 54 X 58 X 45 X 98 X 72 X 63 X 40 X 63 X 58 X 58 X 76 X 45 X 45 X 98 X 134 X 206 W 54 X 98 X +USW00023188200412WSF5 67 X 67 X 58 X 63 X 107 X 72 X 67 X 72 X 76 X 58 X 67 X 54 X 89 X 63 X 63 X 54 X 125 X 89 X 72 X 58 X 76 X 67 X 67 X 89 X 54 X 54 X 134 X 165 X 259 W 67 X 116 X +USW00023188200412WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 +USW00023188200412WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200412WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188200412WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188200412WT13-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X +USW00023188200412WT16-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00023188200412WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200412WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188200501TMAX 161 0 150 0 156 0 122 0 161 0 150 0 133 0 172 0 178 0 167 0 161 0 167 0 172 0 183 0 206 0 244 0 261 0 272 0 306 0 217 0 194 0 211 0 233 0 206 0 189 0 178 0 178 0 172 0 167 0 172 0 194 0 +USW00023188200501TMIN 83 0 83 0 111 0 83 0 83 0 72 0 100 0 133 0 156 0 144 0 117 0 100 0 83 0 94 0 78 0 83 0 100 0 117 0 122 0 133 0 133 0 117 0 117 0 139 0 139 0 144 0 128 0 111 0 117 0 89 0 83 0 +USW00023188200501PRCP 0 0 0 0 274 0 152 0 0 0 0 0 145 0 51 0 193 0 8 0 206 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 3 0 3 0 104 0 0T 0 0 0 0 0 +USW00023188200501AWND 12 X 21 X 24 X 32 X 14 X 12 X 54 X 59 X 46 X 30 X 64 X 21 X 15 X 11 X 18 X 14 X 13 X 21 X 16 X 18 X 16 X 18 X 19 X 21 X 11 X 24 X 16 X 32 X 35 X 17 X 14 X +USW00023188200501FMTM 1436 X 1449 X 1639 X 1240 X 1510 X 1402 X 1346 X 0903 X 1730 X 2357 X 0356 X 1350 X 1341 X 1434 X 1402 X 1757 X 1532 X 1832 X 1305 X 1237 X 1112 X 1329 X 1407 X 1416 X 1300 X 1354 X 1235 X 1531 X 0309 X 1523 X 1543 X +USW00023188200501PGTM 1436 W 2121 W 1637 W 0452 W 1555 W 1402 W 1401 W 0902 W 1729 W 2356 W 0355 W 1350 W 1353 W 1434 W 1441 W 1756 W 1532 W 1657 W 1302 W 1019 W 1111 W 1329 W 1406 W 1414 W 1259 W 1352 W 1244 W 1530 W 0407 W 1517 W 1542 W +USW00023188200501TAVG 122 W 117 W 133 W 106 W 122 W 111 W 117 W 156 W 167 W 156 W 139 W 133 W 128 W 139 W 144 W 167 W 183 W 194 W 217 W 178 W 167 W 167 W 178 W 172 W 167 W 161 W 156 W 144 W 144 W 133 W 139 W +USW00023188200501TSUN 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188200501WDF2 290 X 180 X 260 X 280 X 290 X 320 X 160 X 160 X 250 X 170 X 180 X 280 X 290 X 290 X 310 X 300 X 290 X 60 X 70 X 180 X 170 X 290 X 300 X 190 X 240 X 220 X 300 X 160 X 290 X 290 X 290 X +USW00023188200501WDF5 290 X 110 X 260 X 240 X 270 X 320 X 160 X 170 X 250 X 170 X 180 X 280 X 320 X 290 X 310 X 310 X 290 X 20 X 70 X 190 X 170 X 290 X 300 X 190 X 240 X 230 X 290 X 150 X 290 X 290 X 290 X +USW00023188200501WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200501WSF2 63 X 58 X 72 X 72 X 54 X 58 X 125 X 103 X 89 X 76 X 107 X 63 X 63 X 58 X 63 X 54 X 58 X 67 X 67 X 45 X 45 X 63 X 58 X 58 X 45 X 54 X 54 X 94 X 80 X 67 X 63 X +USW00023188200501WSF5 67 X 67 X 89 X 89 X 58 X 67 X 143 X 148 X 107 X 94 X 130 X 76 X 67 X 63 X 67 X 63 X 67 X 80 X 80 X 58 X 54 X 67 X 67 X 72 X 58 X 63 X 63 X 134 X 98 X 76 X 72 X +USW00023188200501WT01 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00023188200501WT03-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200501WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200501WT13 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 +USW00023188200501WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200501WT16-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 +USW00023188200501WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188200502TMAX 206 0 228 0 228 0 233 0 172 0 156 0 167 0 178 0 211 0 189 0 194 0 161 0 189 0 172 0 172 0 211 0 200 0 183 0 178 0 178 0 167 0 178 0 167 0 178 0 178 0 178 0 183 0 178 0-9999 -9999 -9999 +USW00023188200502TMIN 89 0 100 0 139 0 106 0 94 0 133 0 122 0 111 0 106 0 139 0 128 0 133 0 144 0 128 0 117 0 106 0 128 0 139 0 150 0 128 0 128 0 133 0 122 0 106 0 122 0 144 0 128 0 122 0-9999 -9999 -9999 +USW00023188200502PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 51 0 302 0 64 0 0T 0 0 0 0T 0 0 0 10 0 135 0 28 0 0T 0 554 0 224 0 109 0 0 0 0 0 0 0 0 0 0T 0-9999 -9999 -9999 +USW00023188200502AWND 19 X 33 X 43 X 26 X 22 X 36 X 28 X 22 X 15 X 19 X 52 X 42 X 20 X 16 X 14 X 17 X 17 X 46 X 51 X 45 X 47 X 59 X 25 X 19 X 17 X 25 X 24 X 23 X-9999 -9999 -9999 +USW00023188200502FMTM 1426 X 1630 X 1303 X 1601 X 2343 X 1124 X 1402 X 1410 X 1318 X 1156 X 2023 X 1104 X 1423 X 1415 X 1815 X 1358 X 1240 X 0640 X 1104 X 1154 X 0839 X 1457 X 0206 X 1306 X 1519 X 1539 X 1459 X 1229 X-9999 -9999 -9999 +USW00023188200502PGTM 1631 W 1630 W 1300 W 1556 W 2343 W 1101 W 1526 W 1357 W 1317 W 1155 W 1956 W 1026 W 1428 W 1415 W 1347 W 1357 W 1259 W 0639 W 1327 W 1312 W 0834 W 1550 W 0206 W 1305 W 1518 W 1607 W 1550 W 1228 W-9999 -9999 -9999 +USW00023188200502TAVG 150 W 167 W 183 W 172 W 133 W 144 W 144 W 144 W 161 W 167 W 161 W 150 W 167 W 150 W 144 W 161 W 167 W 161 W 167 W 156 W 150 W 156 W 144 W 144 W 150 W 161 W 156 W 150 W-9999 -9999 -9999 +USW00023188200502TSUN 0 W-9999 -9999 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 -9999 -9999 -9999 0 W-9999 -9999 -9999 +USW00023188200502WDF2 300 X 80 X 80 X 330 X 180 X 230 X 220 X 310 X 310 X 160 X 160 X 200 X 280 X 280 X 260 X 300 X 210 X 70 X 170 X 170 X 140 X 160 X 190 X 280 X 290 X 270 X 290 X 290 X-9999 -9999 -9999 +USW00023188200502WDF5 300 X 70 X 90 X 320 X 180 X 220 X 240 X 320 X 310 X 160 X 170 X 220 X 290 X 270 X 300 X 300 X 210 X 60 X 170 X 180 X 150 X 200 X 190 X 300 X 290 X 290 X 320 X 280 X-9999 -9999 -9999 +USW00023188200502WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188200502WSF2 67 X 103 X 103 X 80 X 54 X 76 X 54 X 72 X 63 X 80 X 89 X 80 X 67 X 54 X 40 X 58 X 63 X 89 X 103 X 98 X 107 X 112 X 98 X 58 X 67 X 67 X 72 X 76 X-9999 -9999 -9999 +USW00023188200502WSF5 76 X 130 X 134 X 98 X 63 X 94 X 63 X 89 X 67 X 103 X 112 X 103 X 72 X 58 X 54 X 67 X 72 X 112 X 130 X 112 X 134 X 139 X 116 X 67 X 76 X 76 X 80 X 94 X-9999 -9999 -9999 +USW00023188200502WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200502WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200502WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200502WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200502WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188200502WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200503TMAX 183 0 183 0 178 0 167 0 172 0 178 0 194 0 183 0 183 0 189 0 172 0 172 0 167 0 189 0 250 0 228 0 189 0 172 0 189 0 189 0 189 0 189 0 178 0 167 0 178 0 211 0 228 0 183 0 183 0 200 0 267 0 +USW00023188200503TMIN 144 0 139 0 133 0 128 0 122 0 133 0 128 0 139 0 133 0 139 0 144 0 144 0 150 0 133 0 100 0 106 0 139 0 133 0 117 0 144 0 139 0 133 0 128 0 128 0 128 0 106 0 128 0 139 0 133 0 139 0 128 0 +USW00023188200503PRCP 0 0 0T 0 3 0 284 0 74 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 5 0 0 0 0 0 0 0 3 0 15 0 0T 0 0 0 119 0 15 0 18 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 +USW00023188200503AWND 33 X 31 X 24 X 36 X 35 X 20 X 21 X 26 X 26 X 19 X 18 X 21 X 31 X 23 X 23 X 17 X 29 X 35 X 39 X 43 X 30 X 32 X 50 X 29 X 22 X 23 X 16 X 44 X 29 X 39 X 21 X +USW00023188200503FMTM 1514 X 1433 X 1455 X 2311 X 0024 X 1713 X 1410 X 1542 X 1525 X 1315 X 1356 X 1629 X 1149 X 1539 X 1344 X 1554 X 1358 X 2254 X 1702 X 1149 X 1315 X 2032 X 1334 X 1328 X 1315 X 1739 X 1538 X 1758 X 1630 X 1501 X 1317 X +USW00023188200503PGTM 1535 W 1426 W 1454 W 2040 W 0024 W 1339 W 1603 W 1519 W 1325 W 1155 W 1005 W 1651 W 1420 W 1538 W 1343 W 1610 W 1359 W 2253 W 1117 W 1147 W 1447 W 2031 W 1351 W 0149 W 1320 W 1418 W 1335 W 1910 W 1452 W 1718 W 1318 W +USW00023188200503TAVG 167 W 161 W 156 W 150 W 150 W 156 W 161 W 161 W 161 W 167 W 161 W 161 W 161 W 161 W 178 W 167 W 167 W 156 W 156 W 167 W 167 W 161 W 156 W 150 W 156 W 161 W 178 W 161 W 161 W 172 W 200 W +USW00023188200503WDF2 290 X 280 X 250 X 180 X 160 X 290 X 290 X 280 X 290 X 260 X 180 X 290 X 280 X 290 X 290 X 300 X 200 X 150 X 250 X 290 X 270 X 160 X 290 X 200 X 280 X 330 X 280 X 280 X 260 X 290 X 210 X +USW00023188200503WDF5 310 X 290 X 250 X 200 X 160 X 270 X 290 X 290 X 280 X 290 X 200 X 280 X 260 X 300 X 290 X 310 X 220 X 150 X 200 X 300 X 280 X 160 X 290 X 290 X 270 X 310 X 240 X 290 X 240 X 330 X 210 X +USW00023188200503WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200503WSF2 67 X 67 X 58 X 72 X 94 X 54 X 63 X 58 X 72 X 54 X 40 X 45 X 58 X 80 X 89 X 63 X 58 X 89 X 76 X 76 X 67 X 94 X 89 X 63 X 63 X 67 X 54 X 94 X 63 X 80 X 76 X +USW00023188200503WSF5 76 X 80 X 72 X 94 X 103 X 72 X 67 X 67 X 80 X 67 X 54 X 58 X 63 X 94 X 103 X 72 X 67 X 98 X 98 X 98 X 76 X 116 X 107 X 76 X 72 X 76 X 67 X 125 X 89 X 98 X 89 X +USW00023188200503WT01-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188200503WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188200503WT13-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188200503WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200503WT16-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188200503WV01-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200504TMAX 244 0 250 0 183 0 178 0 272 0 300 0 211 0 178 0 172 0 194 0 217 0 211 0 194 0 194 0 206 0 200 0 172 0 172 0 161 0 194 0 200 0 167 0 189 0 183 0 183 0 189 0 183 0 189 0 200 0 194 0-9999 +USW00023188200504TMIN 133 0 133 0 144 0 133 0 117 0 144 0 139 0 133 0 133 0 117 0 122 0 128 0 128 0 122 0 117 0 133 0 139 0 133 0 133 0 111 0 122 0 133 0 117 0 144 0 133 0 133 0 150 0 144 0 144 0 133 0-9999 +USW00023188200504PRCP 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0T 0 0 0 0 0 10 0 3 0 0T 0 0 0 0 0 0 0 130 0 0T 0 0 0-9999 +USW00023188200504AWND 31 X 19 X 27 X 41 X 23 X 20 X 45 X 42 X 42 X 23 X 21 X 27 X 23 X 28 X 20 X 25 X 26 X 46 X 41 X 23 X 30 X 22 X 25 X 39 X 24 X 26 X 35 X 47 X 36 X 29 X-9999 +USW00023188200504FMTM 1516 X 1457 X 1509 X 1230 X 1653 X 1611 X 1254 X 2319 X 0045 X 1520 X 1444 X 1322 X 1528 X 1253 X 1422 X 1402 X 1523 X 1452 X 0857 X 1535 X 1245 X 0816 X 1218 X 1338 X 1458 X 1406 X 1307 X 0724 X 1210 X 1253 X-9999 +USW00023188200504PGTM 1516 W 1535 W 1445 W 1229 W 1652 W 1610 W 1400 W 2319 W 0046 W 1318 W 1443 W 1427 W 1554 W 1418 W 1355 W 1306 W 1523 W 1219 W 1144 W 1602 W 1244 W 0812 W 1217 W 1348 W 1409 W 1149 W 1318 W 0724 W 1634 W 1321 W-9999 +USW00023188200504TAVG 189 W 194 W 167 W 156 W 194 W 222 W 178 W 156 W 156 W 156 W 172 W 172 W 161 W 161 W 161 W 167 W 156 W 156 W 150 W 156 W 161 W 150 W 156 W 167 W 161 W 161 W 167 W 167 W 172 W 167 W-9999 +USW00023188200504WDF2 310 X 290 X 300 X 270 X 270 X 300 X 290 X 300 X 290 X 300 X 280 X 290 X 290 X 290 X 190 X 210 X 230 X 200 X 230 X 290 X 280 X 230 X 290 X 220 X 230 X 260 X 240 X 270 X 280 X 270 X-9999 +USW00023188200504WDF5 300 X 300 X 270 X 270 X 270 X 300 X 290 X 290 X 280 X 280 X 280 X 290 X 280 X 280 X 190 X 170 X 230 X 200 X 200 X 290 X 290 X 230 X 290 X 250 X 240 X 300 X 250 X 260 X 280 X 280 X-9999 +USW00023188200504WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200504WSF2 80 X 54 X 63 X 80 X 67 X 72 X 94 X 98 X 98 X 63 X 63 X 72 X 63 X 72 X 54 X 58 X 54 X 72 X 72 X 67 X 76 X 63 X 72 X 67 X 63 X 63 X 67 X 107 X 76 X 76 X-9999 +USW00023188200504WSF5 94 X 58 X 80 X 103 X 80 X 89 X 107 X 116 X 116 X 76 X 72 X 76 X 72 X 80 X 63 X 72 X 67 X 89 X 80 X 76 X 94 X 72 X 80 X 80 X 76 X 89 X 80 X 125 X 89 X 94 X-9999 +USW00023188200504WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188200504WT08-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200504WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188200504WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188200504WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188200505TMAX 194 0 206 0 200 0 189 0 194 0 200 0 194 0 200 0 211 0 200 0 211 0 244 0 239 0 261 0 217 0 189 0 206 0 217 0 239 0 239 0 256 0 200 0 206 0 194 0 217 0 217 0 206 0 206 0 217 0 200 0 211 0 +USW00023188200505TMIN 150 0 150 0 156 0 161 0 161 0 156 0 144 0 139 0 150 0 156 0 133 0 144 0 167 0 167 0 161 0 167 0 167 0 167 0 161 0 178 0 172 0 144 0 150 0 161 0 172 0 167 0 167 0 167 0 167 0 167 0 172 0 +USW00023188200505PRCP 0 0 0 0 0 0 0 0 30 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200505AWND 28 X 26 X 26 X 37 X 42 X 41 X 34 X 29 X 35 X 38 X 26 X 28 X 25 X 21 X 30 X 45 X 31 X 30 X 30 X 29 X 23 X 29 X 29 X 29 X 34 X 34 X 30 X 32 X 33 X 31 X 28 X +USW00023188200505FMTM 1518 X 1312 X 1106 X 2315 X 0446 X 1503 X 1620 X 1611 X 1747 X 1510 X 1223 X 1201 X 1328 X 1529 X 1443 X 1817 X 1645 X 1605 X 1332 X 1442 X 1308 X 1541 X 1303 X 1310 X 1552 X 1748 X 1511 X 1328 X 1634 X 1329 X 1337 X +USW00023188200505PGTM 1532 W 1239 W 1140 W 1334 W 0445 W 1454 W 1619 W 1557 W 1413 W 1445 W 1304 W 1210 W 1235 W 1612 W 2339 W 1822 W 1545 W 1556 W 1427 W 1457 W 1435 W 1440 W 1302 W 1601 W 1438 W 1752 W 1354 W 1246 W 1533 W 1326 W 1104 W +USW00023188200505TAVG 172 W 178 W 178 W 178 W 178 W 178 W 172 W 172 W 183 W 178 W 172 W 194 W 206 W 217 W 189 W 178 W 189 W 194 W 200 W 211 W 217 W 172 W 178 W 178 W 194 W 194 W 189 W 189 W 194 W 183 W 194 W +USW00023188200505WDF2 280 X 290 X 230 X 170 X 230 X 280 X 250 X 290 X 280 X 280 X 290 X 290 X 290 X 290 X 210 X 270 X 270 X 290 X 290 X 280 X 210 X 180 X 220 X 210 X 290 X 290 X 210 X 220 X 290 X 200 X 250 X +USW00023188200505WDF5 270 X 290 X 240 X 200 X 230 X 270 X 250 X 300 X 280 X 270 X 310 X 290 X 290 X 290 X 160 X 250 X 260 X 290 X 280 X 280 X 270 X 180 X 210 X 220 X 290 X 300 X 210 X 220 X 260 X 200 X 270 X +USW00023188200505WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200505WSF2 72 X 67 X 67 X 63 X 72 X 72 X 72 X 67 X 67 X 80 X 72 X 80 X 67 X 58 X 54 X 80 X 58 X 67 X 80 X 72 X 54 X 54 X 58 X 54 X 67 X 67 X 54 X 63 X 63 X 63 X 58 X +USW00023188200505WSF5 80 X 89 X 72 X 76 X 76 X 103 X 94 X 89 X 80 X 94 X 80 X 94 X 76 X 63 X 63 X 94 X 72 X 80 X 98 X 80 X 58 X 67 X 72 X 63 X 80 X 76 X 67 X 76 X 76 X 80 X 72 X +USW00023188200505WT01-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200505WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200505WT08-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200505WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200505WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200506TMAX 222 0 194 0 217 0 200 0 194 0 250 0 217 0 217 0 194 0 194 0 200 0 189 0 222 0 189 0 194 0 200 0 217 0 217 0 222 0 233 0 244 0 239 0 217 0 222 0 211 0 211 0 217 0 217 0 217 0 211 0-9999 +USW00023188200506TMIN 167 0 167 0 172 0 161 0 172 0 167 0 161 0 167 0 167 0 172 0 167 0 172 0 172 0 172 0 172 0 167 0 172 0 172 0 156 0 167 0 178 0 178 0 172 0 161 0 167 0 172 0 172 0 172 0 172 0 167 0-9999 +USW00023188200506PRCP 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200506AWND 30 X 41 X 40 X 34 X 35 X 34 X 38 X 29 X 36 X 29 X 31 X 34 X 29 X 25 X 25 X 28 X 42 X 37 X 31 X 32 X 36 X 23 X 30 X 34 X 30 X 30 X 29 X 32 X 34 X 35 X-9999 +USW00023188200506FMTM 1307 X 1335 X 1511 X 2241 X 0008 X 1556 X 1833 X 1638 X 1006 X 1710 X 1122 X 1216 X 1304 X 1245 X 1518 X 1555 X 1226 X 1509 X 1616 X 1434 X 1203 X 1530 X 1602 X 1339 X 1725 X 1346 X 1443 X 1556 X 1623 X 1331 X-9999 +USW00023188200506PGTM 1325 W 1355 W 1439 W 2352 W 0213 W 1555 W 1642 W 1440 W 1005 W 1703 W 1055 W 1348 W 1303 W 1225 W 1634 W 1515 W 1209 W 1544 W 1454 W 1322 W 1450 W 1451 W 1419 W 1346 W 1355 W 1349 W 1452 W 1414 W 1623 W 1450 W-9999 +USW00023188200506TAVG 194 W 183 W 194 W 183 W 183 W 211 W 189 W 194 W 183 W 183 W 183 W 183 W 200 W 183 W 183 W 183 W 194 W 194 W 189 W 200 W 211 W 211 W 194 W 194 W 189 W 194 W 194 W 194 W 194 W 189 W-9999 +USW00023188200506WDF2 200 X 180 X 290 X 190 X 180 X 260 X 290 X 280 X 200 X 270 X 210 X 210 X 280 X 260 X 230 X 280 X 280 X 290 X 280 X 280 X 290 X 310 X 280 X 290 X 280 X 280 X 260 X 280 X 290 X 290 X-9999 +USW00023188200506WDF5 190 X 180 X 290 X 170 X 170 X 260 X 300 X 320 X 200 X 260 X 220 X 210 X 280 X 260 X 220 X 280 X 280 X 310 X 300 X 290 X 280 X 270 X 300 X 280 X 290 X 270 X 280 X 290 X 290 X 290 X-9999 +USW00023188200506WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200506WSF2 63 X 67 X 76 X 58 X 63 X 76 X 58 X 58 X 67 X 54 X 58 X 58 X 63 X 54 X 54 X 58 X 72 X 76 X 72 X 76 X 76 X 54 X 63 X 67 X 63 X 72 X 63 X 67 X 72 X 72 X-9999 +USW00023188200506WSF5 72 X 76 X 98 X 67 X 67 X 107 X 72 X 72 X 76 X 63 X 67 X 63 X 76 X 63 X 58 X 76 X 89 X 94 X 89 X 94 X 89 X 67 X 76 X 76 X 80 X 89 X 80 X 80 X 80 X 89 X-9999 +USW00023188200506WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200506WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188200506WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200506WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200506WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200507TMAX 217 0 222 0 217 0 217 0 217 0 211 0 222 0 206 0 211 0 211 0 206 0 211 0 244 0 267 0 222 0 228 0 239 0 233 0 228 0 300 0 278 0 294 0 233 0 244 0 250 0 244 0 244 0 250 0 239 0 250 0 244 0 +USW00023188200507TMIN 161 0 172 0 172 0 167 0 172 0 178 0 178 0 172 0 172 0 172 0 172 0 178 0 172 0 183 0 178 0 178 0 183 0 183 0 183 0 200 0 211 0 211 0 200 0 194 0 200 0 200 0 206 0 206 0 200 0 206 0 200 0 +USW00023188200507PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200507AWND 31 X 27 X 28 X 32 X 30 X 24 X 30 X 30 X 30 X 28 X 29 X 26 X 42 X 28 X 24 X 26 X 33 X 32 X 28 X 19 X 29 X 32 X 34 X 26 X 26 X 28 X 32 X 39 X 39 X 38 X 38 X +USW00023188200507FMTM 1113 X 1507 X 1548 X 1450 X 1430 X 1430 X 1457 X 1540 X 1556 X 1413 X 1512 X 1303 X 1235 X 1436 X 1400 X 1511 X 1433 X 1435 X 1453 X 1441 X 1431 X 1555 X 1235 X 1827 X 1345 X 1422 X 1427 X 1143 X 1127 X 1617 X 1326 X +USW00023188200507PGTM 1207 W 1401 W 1047 W 1430 W 1430 W 1234 W 1605 W 1425 W 1459 W 1400 W 1438 W 1255 W 1235 W 1436 W 1344 W 1511 W 1355 W 1512 W 0847 W 1440 W 1408 W 1554 W 1241 W 1248 W 1517 W 1300 W 1419 W 1214 W 1220 W 1623 W 1507 W +USW00023188200507TAVG 189 W 200 W 194 W 194 W 194 W 194 W 200 W 189 W 194 W 194 W 189 W 194 W 211 W 228 W 200 W 206 W 211 W 211 W 206 W 250 W 244 W 256 W 217 W 222 W 228 W 222 W 228 W 228 W 222 W 228 W 222 W +USW00023188200507WDF2 270 X 310 X 280 X 280 X 280 X 200 X 210 X 170 X 210 X 230 X 210 X 220 X 290 X 270 X 220 X 290 X 280 X 290 X 180 X 170 X 290 X 300 X 190 X 290 X 300 X 320 X 300 X 290 X 280 X 290 X 280 X +USW00023188200507WDF5 290 X 300 X 300 X 310 X 280 X 230 X 200 X 180 X 200 X 240 X 220 X 220 X 290 X 260 X 220 X 290 X 280 X 290 X 190 X 170 X 310 X 310 X 220 X 300 X 290 X 290 X 290 X 280 X 280 X 290 X 290 X +USW00023188200507WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200507WSF2 63 X 58 X 58 X 58 X 63 X 54 X 58 X 54 X 58 X 58 X 58 X 54 X 89 X 67 X 54 X 54 X 63 X 63 X 54 X 67 X 67 X 63 X 58 X 54 X 58 X 58 X 63 X 80 X 76 X 72 X 72 X +USW00023188200507WSF5 72 X 72 X 72 X 76 X 72 X 63 X 67 X 67 X 72 X 72 X 72 X 63 X 98 X 72 X 67 X 63 X 80 X 72 X 72 X 80 X 80 X 67 X 72 X 63 X 72 X 72 X 76 X 94 X 89 X 80 X 80 X +USW00023188200507WT01 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200507WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200507WT08 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 +USW00023188200507WT13 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200507WT14 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200507WT16 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200508TMAX 239 0 239 0 239 0 239 0 239 0 244 0 244 0 244 0 261 0 239 0 244 0 222 0 217 0 222 0 222 0 239 0 239 0 239 0 239 0 233 0 233 0 233 0 217 0 239 0 289 0 289 0 278 0 267 0 261 0 239 0 222 0 +USW00023188200508TMIN 200 0 189 0 189 0 194 0 194 0 200 0 206 0 200 0 200 0 200 0 194 0 194 0 189 0 183 0 189 0 183 0 189 0 189 0 178 0 183 0 183 0 178 0 167 0 172 0 200 0 206 0 217 0 200 0 194 0 183 0 183 0 +USW00023188200508PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 +USW00023188200508AWND 35 X 30 X 26 X 28 X 23 X 28 X 33 X 30 X 28 X 21 X 27 X 30 X 29 X 28 X 28 X 29 X 31 X 29 X 33 X 39 X 38 X 28 X 26 X 25 X 33 X 25 X 31 X 30 X 22 X 27 X 27 X +USW00023188200508FMTM 1354 X 1537 X 1632 X 1405 X 1512 X 1303 X 1421 X 1207 X 1247 X 1352 X 1313 X 1436 X 1448 X 1334 X 1557 X 1333 X 1335 X 1349 X 1515 X 1449 X 1339 X 1434 X 1526 X 1540 X 1353 X 1214 X 1439 X 1432 X 1146 X 1344 X 1344 X +USW00023188200508WDF2 290 X 230 X 280 X 280 X 280 X 270 X 280 X 300 X 280 X 240 X 290 X 240 X 250 X 260 X 240 X 290 X 290 X 290 X 280 X 290 X 290 X 280 X 200 X 300 X 290 X 310 X 290 X 290 X 270 X 230 X 220 X +USW00023188200508WDF5 280 X 290 X 270 X 290 X 280 X 280 X 300 X 320 X 290 X 240 X 290 X 220 X 270 X 240 X 260 X 290 X 290 X 290 X 280 X 280 X 290 X 280 X 280 X 290 X 290 X 310 X 280 X 10 X 290 X 200 X 220 X +USW00023188200508WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200508WSF2 67 X 58 X 54 X 58 X 54 X 63 X 63 X 67 X 58 X 54 X 58 X 54 X 54 X 63 X 58 X 72 X 72 X 67 X 76 X 72 X 76 X 58 X 54 X 58 X 72 X 72 X 72 X 67 X 54 X 54 X 54 X +USW00023188200508WSF5 94 X 76 X 63 X 72 X 67 X 72 X 76 X 76 X 72 X 63 X 72 X 67 X 80 X 76 X 76 X 89 X 89 X 80 X 94 X 89 X 89 X 72 X 63 X 63 X 80 X 80 X 80 X 80 X 67 X 63 X 63 X +USW00023188200508WT01-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188200508WT08-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 +USW00023188200508WT13-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188200508WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188200509TMAX 233 0 233 0 239 0 239 0 261 0 250 0 239 0 228 0 222 0 211 0 211 0 217 0 217 0 211 0 222 0 222 0 222 0 206 0 222 0 250 0 233 0 239 0 211 0 217 0 217 0 261 0 244 0 311 0 278 0 256 0-9999 +USW00023188200509TMIN 183 0 178 0 172 0 178 0 167 0 150 0 167 0 189 0 183 0 189 0 178 0 167 0 172 0 167 0 172 0 178 0 178 0 167 0 178 0 189 0 178 0 161 0 161 0 172 0 150 0 167 0 167 0 150 0 172 0 167 0-9999 +USW00023188200509PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200509AWND 26 X 31 X 32 X 29 X 22 X 30 X 28 X 26 X 33 X 30 X 28 X 25 X 24 X 32 X 30 X 32 X 27 X 23 X 26 X 34 X 34 X 23 X 25 X 25 X 25 X 33 X 35 X 25 X 11 X 15 X-9999 +USW00023188200509FMTM 1207 X 1623 X 1518 X 1432 X 1342 X 1227 X 1322 X 1304 X 1243 X 1507 X 1334 X 1148 X 1322 X 1431 X 1248 X 1504 X 1341 X 1433 X 1342 X 1445 X 1434 X 1256 X 1459 X 1538 X 1636 X 1356 X 1234 X 1850 X 1212 X 0956 X-9999 +USW00023188200509WDF2 290 X 280 X 280 X 280 X 290 X 290 X 280 X 280 X 280 X 280 X 210 X 210 X 270 X 280 X 280 X 290 X 290 X 210 X 280 X 290 X 290 X 320 X 210 X 280 X 290 X 290 X 290 X 160 X 180 X 200 X-9999 +USW00023188200509WDF5 320 X 280 X 290 X 290 X 290 X 290 X 280 X 280 X 270 X 310 X 220 X 210 X 260 X 290 X 250 X 290 X 280 X 200 X 280 X 290 X 290 X 270 X 220 X 270 X 280 X 290 X 290 X 340 X 180 X 190 X-9999 +USW00023188200509WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200509WSF2 58 X 67 X 72 X 72 X 63 X 72 X 67 X 72 X 72 X 58 X 63 X 63 X 72 X 72 X 63 X 72 X 63 X 45 X 54 X 80 X 76 X 63 X 58 X 67 X 63 X 80 X 89 X 67 X 63 X 72 X-9999 +USW00023188200509WSF5 67 X 80 X 80 X 80 X 72 X 80 X 76 X 94 X 89 X 76 X 76 X 76 X 89 X 89 X 80 X 89 X 76 X 63 X 67 X 94 X 89 X 103 X 67 X 76 X 76 X 98 X 103 X 76 X 67 X 80 X-9999 +USW00023188200509WT01-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188200509WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200509WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200509WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 0 1 0-9999 +USW00023188200509WT13-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188200509WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200509WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188200509WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188200510TMAX 244 0 222 0 222 0 222 0 283 0 317 0 256 0 194 0 211 0 228 0 211 0 206 0 233 0 300 0 200 0 200 0 189 0 200 0 206 0 206 0 183 0 178 0 183 0 178 0 194 0 194 0 206 0 200 0 206 0 206 0 289 0 +USW00023188200510TMIN 172 0 178 0 172 0 156 0 161 0 178 0 161 0 167 0 144 0 150 0 167 0 161 0 144 0 156 0 167 0 156 0 156 0 156 0 139 0 161 0 167 0 167 0 161 0 161 0 161 0 156 0 161 0 156 0 133 0 139 0 133 0 +USW00023188200510PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 112 0 3 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200510AWND 26 X 24 X 26 X 26 X 16 X 14 X 19 X 43 X 16 X 17 X 26 X 30 X 24 X 15 X 34 X 40 X 21 X 29 X 31 X 28 X 21 X 24 X 25 X 21 X 27 X 25 X 29 X 21 X 23 X 22 X 17 X +USW00023188200510FMTM 1253 X 1705 X 1619 X 1446 X 1041 X 1443 X 1400 X 1452 X 1357 X 1127 X 1543 X 1338 X 1404 X 1127 X 1822 X 0535 X 1049 X 1557 X 1249 X 1347 X 1321 X 1454 X 1437 X 0740 X 1524 X 1343 X 1534 X 1628 X 1426 X 1429 X 1522 X +USW00023188200510WDF2 290 X 280 X 290 X 290 X 180 X 290 X 270 X 230 X 280 X 300 X 290 X 280 X 290 X 300 X 220 X 130 X 200 X 290 X 290 X 280 X 270 X 280 X 270 X 260 X 290 X 260 X 290 X 280 X 290 X 290 X 330 X +USW00023188200510WDF5 270 X 310 X 290 X 290 X 170 X 280 X 280 X 210 X 280 X 260 X 280 X 290 X 290 X 290 X 210 X 140 X 170 X 300 X 290 X 270 X 270 X 280 X 280 X 260 X 300 X 270 X 290 X 290 X 310 X 290 X 330 X +USW00023188200510WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200510WSF2 63 X 54 X 72 X 76 X 58 X 63 X 45 X 67 X 58 X 54 X 72 X 67 X 63 X 58 X 76 X 72 X 67 X 63 X 80 X 63 X 54 X 45 X 54 X 54 X 67 X 67 X 67 X 58 X 63 X 67 X 76 X +USW00023188200510WSF5 72 X 67 X 76 X 94 X 63 X 72 X 58 X 80 X 67 X 63 X 89 X 76 X 72 X 67 X 89 X 89 X 76 X 72 X 94 X 76 X 63 X 58 X 63 X 58 X 76 X 76 X 76 X 67 X 76 X 80 X 89 X +USW00023188200510WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188200510WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200510WT08 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200510WT10-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200510WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188200510WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200510WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200510WT21-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200510WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200511TMAX 294 0 206 0 194 0 194 0 194 0 189 0 183 0 183 0 194 0 189 0 183 0 189 0 200 0 200 0 244 0 256 0 267 0 278 0 267 0 283 0 261 0 256 0 217 0 189 0 178 0 178 0 183 0 194 0 183 0 194 0-9999 +USW00023188200511TMIN 156 0 150 0 161 0 133 0 133 0 122 0 144 0 161 0 167 0 156 0 133 0 117 0 117 0 111 0 111 0 106 0 111 0 117 0 106 0 117 0 128 0 128 0 150 0 128 0 133 0 128 0 94 0 83 0 94 0 144 0-9999 +USW00023188200511PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 15 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 5 0 0 0 0 0 0 0 0 0-9999 +USW00023188200511AWND 13 X 17 X 22 X 17 X 18 X 18 X 22 X 33 X 28 X 25 X 22 X 20 X 18 X 13 X 19 X 14 X 16 X 13 X 17 X 17 X 15 X 11 X 17 X 17 X 21 X 33 X 17 X 14 X 18 X 25 X-9999 +USW00023188200511FMTM 1157 X 1501 X 1455 X 1309 X 1521 X 1521 X 2127 X 1244 X 1014 X 1310 X 1607 X 1342 X 1319 X 1154 X 1145 X 1540 X 1635 X 1527 X 1615 X 1550 X 1343 X 1305 X 0958 X 1232 X 2325 X 1427 X 1429 X 1523 X 1259 X 1528 X-9999 +USW00023188200511WDF2 300 X 320 X 260 X 290 X 280 X 180 X 150 X 180 X 180 X 210 X 290 X 300 X 290 X 170 X 320 X 330 X 340 X 320 X 350 X 320 X 290 X 310 X 230 X 290 X 160 X 270 X 290 X 300 X 270 X 290 X-9999 +USW00023188200511WDF5 290 X 300 X 290 X 280 X 290 X 180 X 150 X 180 X 180 X 210 X 300 X 290 X 290 X 170 X 140 X 320 X 300 X 320 X 350 X 320 X 290 X 310 X 220 X 320 X 160 X 270 X 320 X 290 X 270 X 290 X-9999 +USW00023188200511WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200511WSF2 45 X 58 X 58 X 63 X 58 X 45 X 45 X 76 X 72 X 58 X 58 X 63 X 72 X 58 X 58 X 58 X 58 X 58 X 63 X 54 X 58 X 54 X 63 X 58 X 45 X 67 X 67 X 54 X 58 X 67 X-9999 +USW00023188200511WSF5 54 X 67 X 63 X 72 X 67 X 54 X 58 X 94 X 80 X 63 X 67 X 72 X 80 X 63 X 58 X 67 X 67 X 67 X 72 X 63 X 67 X 63 X 80 X 67 X 58 X 76 X 80 X 63 X 72 X 80 X-9999 +USW00023188200511WT01-9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 +USW00023188200511WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200511WT08-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 +USW00023188200511WT13-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00023188200511WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188200511WV01-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200512TMAX 178 0 194 0 194 0 194 0 183 0 200 0 178 0 189 0 233 0 222 0 194 0 167 0 167 0 156 0 156 0 161 0 161 0 161 0 222 0 211 0 267 0 183 0 194 0 167 0 172 0 178 0 183 0 189 0 172 0 172 0 161 0 +USW00023188200512TMIN 128 0 111 0 122 0 83 0 67 0 67 0 72 0 100 0 128 0 106 0 100 0 106 0 94 0 89 0 117 0 100 0 111 0 111 0 89 0 94 0 133 0 128 0 128 0 111 0 122 0 139 0 117 0 128 0 122 0 106 0 117 0 +USW00023188200512PRCP 0 0 13 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 43 0 +USW00023188200512AWND 22 X 25 X 22 X 18 X 16 X 13 X 11 X 12 X 9 X 16 X 10 X 12 X 18 X 18 X 17 X 19 X 17 X 17 X 14 X 16 X 16 X 26 X 19 X 15 X 21 X 26 X 25 X 26 X 22 X 11 X 22 X +USW00023188200512FMTM 1836 X 1023 X 1534 X 1444 X 1409 X 1433 X 1248 X 1442 X 1335 X 1316 X 1523 X 1224 X 1352 X 1145 X 1409 X 1413 X 1411 X 0807 X 1312 X 1258 X 1401 X 1558 X 1627 X 1515 X 1515 X 1455 X 1546 X 1623 X 1632 X 1518 X 1950 X +USW00023188200512WDF2 340 X 340 X 320 X 300 X 290 X 300 X 210 X 290 X 260 X 290 X 190 X 230 X 290 X 290 X 280 X 210 X 220 X 110 X 310 X 300 X 300 X 310 X 300 X 210 X 290 X 300 X 290 X 290 X 310 X 280 X 150 X +USW00023188200512WDF5 340 X 330 X 320 X 300 X 290 X 290 X 310 X 300 X 260 X 290 X 190 X 190 X 300 X 290 X 290 X 250 X 230 X 100 X 290 X 300 X 300 X 300 X 290 X 300 X 290 X 280 X 290 X 290 X 300 X 190 X 150 X +USW00023188200512WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200512WSF2 54 X 63 X 72 X 67 X 76 X 63 X 40 X 54 X 54 X 58 X 40 X 45 X 67 X 63 X 58 X 54 X 54 X 67 X 67 X 72 X 72 X 63 X 54 X 40 X 58 X 63 X 63 X 76 X 54 X 58 X 54 X +USW00023188200512WSF5 58 X 72 X 80 X 80 X 80 X 72 X 45 X 63 X 63 X 67 X 45 X 63 X 72 X 72 X 67 X 63 X 67 X 72 X 89 X 89 X 80 X 72 X 63 X 54 X 67 X 76 X 72 X 98 X 63 X 67 X 67 X +USW00023188200512WT01 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 1 0 1 0 +USW00023188200512WT02-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200512WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188200512WT13 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X +USW00023188200512WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200512WT16-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188200512WV01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200601TMAX 172 0 172 0 167 0 228 0 250 0 283 0 178 0 167 0 244 0 217 0 189 0 178 0 167 0 172 0 156 0 172 0 194 0 172 0 161 0 189 0 167 0 194 0 200 0 178 0 161 0 161 0 161 0 167 0 161 0 167 0 172 0 +USW00023188200601TMIN 133 0 122 0 100 0 89 0 111 0 106 0 117 0 89 0 89 0 89 0 83 0 106 0 83 0 122 0 94 0 56 0 72 0 83 0 100 0 72 0 61 0 61 0 67 0 89 0 100 0 94 0 111 0 83 0 94 0 100 0 122 0 +USW00023188200601PRCP 15 0 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188200601AWND 25 W 58 W 30 W 14 W 9 W 10 W 16 W 15 W 14 W 12 W 8 W 15 W 14 W 24 W 40 W 23 W 14 W 22 W 31 W 20 W 16 W 14 W 12 W 26 W 20 W 17 W 22 W 13 W 13 W 15 W 26 W +USW00023188200601FMTM 2342 X 1313 X 1546 X 1214 X 1338 X 1737 X 1344 X 1402 X 0225 X 1401 X 1514 X 1822 X 1200 X 1415 X 1427 X 1254 X 1502 X 1825 X 1520 X 1453 X 1527 X 1524 X 1456 X 1411 X 1341 X 1313 X 1514 X 1632 X 1607 X 1523 X 1450 X +USW00023188200601PGTM 1900 W 1141 W 1426 W 1206 W 1338 W 1735 W 1344 W 1410 W 0225 W 1401 W 1512 W 1337 W 1325 W 1415 W 1349 W 1253 W 1458 W 1821 W 1555 W 1508 W 1525 W 1524 W 1447 W 1242 W 1340 W 1616 W 1311 W 1615 W 1537 W 1515 W 1501 W +USW00023188200601WDF2 160 X 160 X 320 X 320 X 300 X 180 X 270 X 290 X 330 X 290 X 300 X 160 X 180 X 240 X 280 X 280 X 290 X 260 X 290 X 310 X 280 X 300 X 280 X 180 X 230 X 270 X 290 X 280 X 240 X 310 X 280 X +USW00023188200601WDF5 160 X 160 X 310 X 320 X 310 X 180 X 280 X 280 X 330 X 300 X 300 X 310 X 220 X 240 X 280 X 280 X 290 X 270 X 310 X 310 X 290 X 300 X 290 X 190 X 230 X 260 X 300 X 290 X 240 X 280 X 310 X +USW00023188200601WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200601WSF2 63 X 130 X 80 X 63 X 45 X 40 X 54 X 58 X 45 X 58 X 45 X 45 X 40 X 63 X 72 X 67 X 45 X 63 X 89 X 67 X 63 X 58 X 54 X 76 X 58 X 63 X 63 X 45 X 40 X 63 X 76 X +USW00023188200601WSF5 76 X 148 X 103 X 72 X 54 X 45 X 63 X 63 X 54 X 67 X 58 X 58 X 45 X 67 X 98 X 80 X 58 X 72 X 98 X 76 X 72 X 67 X 63 X 98 X 67 X 72 X 76 X 58 X 58 X 72 X 94 X +USW00023188200601WT01 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188200601WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200601WT08 1 0-9999 -9999 1 0-9999 1 W 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 1 0 1 W 1 0 1 0 1 0 +USW00023188200601WT13 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188200601WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188200602TMAX 178 0 189 0 172 0 156 0 178 0 250 0 261 0 267 0 183 0 178 0 211 0 256 0 217 0 161 0 167 0 161 0 150 0 150 0 150 0 144 0 150 0 172 0 194 0 189 0 189 0 239 0 200 0 183 0-9999 -9999 -9999 +USW00023188200602TMIN 111 0 100 0 106 0 122 0 128 0 94 0 89 0 106 0 106 0 111 0 100 0 94 0 111 0 111 0 117 0 94 0 106 0 106 0 100 0 72 0 83 0 78 0 83 0 111 0 83 0 111 0 111 0 133 0-9999 -9999 -9999 +USW00023188200602PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 18 0 20 0 48 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 89 0 107 0-9999 -9999 -9999 +USW00023188200602AWND 19 W 14 W 23 W 29 W 21 W 20 W 18 W 20 W 25 W 18 W 24 W 19 W 13 W 36 W 48 W 29 W 26 W 27 W 27 W 17 W 24 W 22 W 21 W 23 W 22 W 16 W 20 W 25 W-9999 -9999 -9999 +USW00023188200602FMTM 1515 X 1501 X 1424 X 1502 X 0309 X 1719 X 1612 X 1449 X 2139 X 1407 X 1641 X 1453 X 1059 X 1128 X 1510 X 1511 X 1514 X 1459 X 1330 X 1422 X 1516 X 1634 X 1450 X 1601 X 1359 X 1516 X 2349 X 0637 X-9999 -9999 -9999 +USW00023188200602PGTM 1510 W 1500 W 1423 W 1500 W 0309 W 1719 W 1609 W 1351 W 2138 W 1406 W 1225 W 1452 W 2238 W 1127 W 1526 W 1501 W 1424 W 1418 W 1330 W 1421 W 1516 W 1503 W 1427 W 1248 W 1359 W 1439 W 2349 W 0636 W-9999 -9999 -9999 +USW00023188200602WDF2 310 X 320 X 290 X 290 X 290 X 340 X 330 X 290 X 170 X 290 X 320 X 290 X 180 X 190 X 290 X 280 X 260 X 230 X 270 X 270 X 340 X 290 X 290 X 280 X 320 X 280 X 160 X 260 X-9999 -9999 -9999 +USW00023188200602WDF5 300 X 320 X 290 X 290 X 280 X 350 X 340 X 310 X 180 X 290 X 290 X 280 X 180 X 190 X 270 X 290 X 280 X 230 X 270 X 270 X 340 X 280 X 290 X 270 X 320 X 210 X 160 X 250 X-9999 -9999 -9999 +USW00023188200602WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188200602WSF2 54 X 45 X 63 X 67 X 58 X 54 X 76 X 63 X 58 X 45 X 58 X 72 X 45 X 80 X 94 X 72 X 67 X 63 X 89 X 72 X 72 X 58 X 72 X 63 X 76 X 40 X 63 X 103 X-9999 -9999 -9999 +USW00023188200602WSF5 63 X 54 X 72 X 76 X 67 X 63 X 94 X 76 X 80 X 58 X 72 X 94 X 54 X 94 X 107 X 80 X 80 X 76 X 94 X 89 X 89 X 67 X 80 X 76 X 80 X 58 X 72 X 116 X-9999 -9999 -9999 +USW00023188200602WT01-9999 1 W 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 W-9999 1 0 1 0-9999 -9999 -9999 +USW00023188200602WT02-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200602WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 W-9999 1 0 1 0 1 0 1 0 1 W 1 0-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200602WT13-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188200602WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188200603TMAX 178 0 161 0 161 0 161 0 172 0 189 0 172 0 167 0 156 0 150 0 139 0 150 0 150 0 167 0 167 0 172 0 172 0 161 0 156 0 161 0 156 0 178 0 239 0 200 0 183 0 167 0 172 0 189 0 172 0 183 0 167 0 +USW00023188200603TMIN 117 0 100 0 100 0 100 0 89 0 117 0 133 0 122 0 111 0 100 0 83 0 106 0 89 0 83 0 117 0 100 0 111 0 111 0 94 0 106 0 111 0 89 0 106 0 111 0 122 0 133 0 128 0 128 0 122 0 133 0 133 0 +USW00023188200603PRCP 0 0 0 0 13 0 0 0 0 0 0T 0 13 0 0 0 0T 0 23 0 56 0 15 0 10 0 0 0 0T 0 0 0 15 0 8 0 5 0 0 0 81 0 0 0 0 0 0 0 0 0 5 0 0T 0 81 0 20 0 0 0 0T 0 +USW00023188200603AWND 22 W 21 W 29 W 18 W 26 W 21 W 48 W 39 W 44 W 60 W 61 W 39 W 30 W 30 W 30 W 23 W 29 W 46 W 41 W 40 W 36 W 26 W 30 W 23 W 25 W 27 W 25 W 40 W 29 W 30 W 18 W +USW00023188200603FMTM 1623 X 1421 X 1255 X 1502 X 1349 X 1110 X 1210 X 0200 X 1824 X 1210 X 1212 X 1259 X 1505 X 1427 X 1554 X 1318 X 2241 X 1404 X 1515 X 1305 X 1107 X 1402 X 1445 X 1406 X 1427 X 0143 X 1453 X 2158 X 1541 X 1530 X 1213 X +USW00023188200603PGTM 1609 W 1409 W 1253 W 1540 W 1346 W 1110 W 1210 W 1317 W 1823 W 1210 W 1216 W 2352 W 1655 W 1229 W 1331 W 1405 W 2341 W 1338 W 1514 W 1405 W 1107 W 1401 W 1400 W 1222 W 1351 W 1405 W 1523 W 2019 W 1127 W 1520 W 1222 W +USW00023188200603WDF2 290 X 310 X 210 X 290 X 290 X 280 X 290 X 280 X 290 X 250 X 280 X 220 X 290 X 290 X 290 X 280 X 290 X 280 X 220 X 190 X 270 X 290 X 300 X 280 X 280 X 310 X 250 X 190 X 260 X 270 X 290 X +USW00023188200603WDF5 290 X 290 X 210 X 280 X 280 X 280 X 280 X 260 X 280 X 260 X 250 X 290 X 290 X 290 X 310 X 280 X 280 X 260 X 230 X 210 X 270 X 290 X 300 X 300 X 270 X 210 X 250 X 160 X 300 X 290 X 270 X +USW00023188200603WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200603WSF2 63 X 72 X 72 X 67 X 67 X 76 X 89 X 72 X 94 X 112 X 130 X 89 X 76 X 80 X 72 X 72 X 76 X 80 X 76 X 72 X 94 X 89 X 76 X 72 X 67 X 54 X 58 X 94 X 67 X 72 X 58 X +USW00023188200603WSF5 76 X 94 X 89 X 80 X 80 X 89 X 103 X 89 X 107 X 130 X 161 X 116 X 89 X 103 X 80 X 76 X 89 X 107 X 94 X 80 X 107 X 103 X 94 X 80 X 89 X 63 X 63 X 112 X 89 X 89 X 63 X +USW00023188200603WT01-9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 +USW00023188200603WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200603WT08-9999 -9999 1 W-9999 -9999 1 X 1 0-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 W-9999 -9999 1 W-9999 -9999 +USW00023188200603WT13-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 +USW00023188200603WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200603WT16-9999 -9999 1 0-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 +USW00023188200604TMAX 189 0 189 0 228 0 211 0 172 0 172 0 172 0 206 0 183 0 189 0 200 0 206 0 228 0 194 0 189 0 194 0 183 0 206 0 222 0 222 0 200 0 183 0 189 0 194 0 178 0 183 0 167 0 217 0 206 0 211 0-9999 +USW00023188200604TMIN 133 0 111 0 133 0 139 0 139 0 117 0 106 0 111 0 122 0 122 0 150 0 133 0 139 0 150 0 144 0 150 0 133 0 117 0 139 0 139 0 161 0 156 0 128 0 122 0 139 0 144 0 139 0 150 0 150 0 156 0-9999 +USW00023188200604PRCP 0 0 0 0 0T 0 104 0 25 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 69 0 13 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0T 0 10 0 0 0 0 0 0T 0 3 0 0 0 0 0 0 0-9999 +USW00023188200604AWND 30 W 30 W 15 W 41 W 64 W 24 W 25 W 26 W 27 W 23 W 28 W 23 W 28 W 33 W 31 W 32 W 41 W 26 W 17 W 18 W 31 W 38 W 27 W 35 W 31 W 36 W 32 W 32 W 33 W 36 W-9999 +USW00023188200604FMTM 1532 X 1547 X 1206 X 2043 X 1140 X 1436 X 1457 X 1653 X 1413 X 1412 X 1246 X 1914 X 1614 X 1030 X 1657 X 1410 X 1328 X 1346 X 1408 X 1247 X 1238 X 1328 X 0346 X 1517 X 1439 X 1549 X 1216 X 1710 X 1632 X 1343 X-9999 +USW00023188200604PGTM 1531 W 1347 W 1120 W 2042 W 1139 W 1433 W 1442 W 1215 W 1413 W 1540 W 1245 W 1420 W 1624 W 0943 W 1654 W 1324 W 1050 W 1353 W 1408 W 1239 W 1240 W 1344 W 1541 W 1440 W 1422 W 1634 W 1216 W 1304 W 1634 W 1019 W-9999 +USW00023188200604WDF2 220 X 300 X 290 X 240 X 260 X 270 X 260 X 290 X 250 X 250 X 280 X 310 X 290 X 260 X 290 X 290 X 290 X 280 X 230 X 210 X 230 X 260 X 240 X 280 X 290 X 270 X 180 X 280 X 290 X 280 X-9999 +USW00023188200604WDF5 220 X 310 X 290 X 240 X 260 X 270 X 250 X 320 X 250 X 260 X 280 X 250 X 290 X 240 X 290 X 320 X 290 X 280 X 230 X 210 X 250 X 290 X 250 X 310 X 290 X 270 X 180 X 220 X 290 X 310 X-9999 +USW00023188200604WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200604WSF2 63 X 72 X 54 X 98 X 130 X 67 X 63 X 72 X 72 X 63 X 63 X 54 X 72 X 76 X 72 X 89 X 76 X 80 X 63 X 58 X 67 X 76 X 67 X 72 X 72 X 72 X 72 X 58 X 67 X 63 X-9999 +USW00023188200604WSF5 72 X 89 X 63 X 116 X 156 X 89 X 76 X 89 X 80 X 72 X 72 X 76 X 80 X 98 X 80 X 107 X 103 X 94 X 72 X 67 X 80 X 94 X 76 X 94 X 89 X 89 X 80 X 67 X 76 X 80 X-9999 +USW00023188200604WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188200604WT08-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00023188200604WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200604WT16-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 X 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200605TMAX 211 W 200 0 189 0 194 0 189 0 189 0 200 0 183 0 189 0 206 0 200 0 178 0 189 0 194 0 200 0 200 0 183 0 200 0 206 0 211 0 200 0 200 0 222 0 239 0 211 0 200 0 194 0 222 0 233 0 233 0 250 0 +USW00023188200605TMIN 150 W 161 0 161 0 167 0 161 0 156 0 156 0 156 0 156 0 161 0 167 0 161 0 156 0 156 0 156 0 161 0 167 0 161 0 167 0 172 0 167 0 144 0 150 0 167 0 172 0 167 0 161 0 144 0 144 0 156 0 172 0 +USW00023188200605PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 196 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188200605AWND 32 W 30 W 29 W 31 W 44 W 30 W 31 W 30 W 31 W 28 W 26 W 28 W 24 W 26 W 27 W 30 W 25 W 23 W 29 W 24 W 41 W 34 W 38 W 26 W 39 W 52 W 42 W 27 W 22 W 23 W 23 W +USW00023188200605FMTM 1118 X 1401 X 1425 X 1526 X 1703 X 1627 X 1427 X 1239 X 1301 X 1206 X 1419 X 1529 X 1408 X 1405 X 1305 X 1506 X 1554 X 1017 X 1313 X 1507 X 1452 X 0405 X 1413 X 1305 X 2305 X 1226 X 0914 X 1445 X 1702 X 1236 X 1221 X +USW00023188200605PGTM 1408 W 1224 W 1407 W 1458 W 1703 W 1632 W 1447 W 1234 W 1245 W 1205 W 1238 W 1538 W 1354 W 1420 W 1304 W 1504 W 1126 W 1625 W 1308 W 1516 W 1305 W 0404 W 1413 W 1333 W 2242 W 1226 W 0913 W 1503 W 1059 W 1235 W 1219 W +USW00023188200605WDF2 270 X 230 X 210 X 240 X 290 X 280 X 280 X 260 X 220 X 270 X 270 X 200 X 210 X 190 X 190 X 290 X 230 X 190 X 230 X 280 X 180 X 30 X 290 X 290 X 180 X 210 X 150 X 280 X 290 X 290 X 290 X +USW00023188200605WDF5 260 X 230 X 230 X 260 X 290 X 290 X 270 X 240 X 220 X 270 X 290 X 170 X 230 X 210 X 200 X 290 X 220 X 270 X 240 X 290 X 210 X 30 X 290 X 280 X 130 X 210 X 150 X 290 X 290 X 290 X 290 X +USW00023188200605WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200605WSF2 58 X 63 X 54 X 63 X 72 X 67 X 63 X 54 X 58 X 72 X 58 X 58 X 54 X 58 X 63 X 63 X 45 X 54 X 58 X 58 X 72 X 107 X 98 X 76 X 63 X 76 X 72 X 72 X 58 X 67 X 63 X +USW00023188200605WSF5 72 X 72 X 63 X 76 X 80 X 72 X 72 X 63 X 72 X 89 X 67 X 67 X 63 X 67 X 72 X 76 X 63 X 63 X 72 X 67 X 89 X 134 X 112 X 94 X 72 X 94 X 80 X 94 X 72 X 76 X 72 X +USW00023188200605WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200605WT08 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 W-9999 -9999 -9999 -9999 1 0 1 W 1 W-9999 -9999 1 W-9999 +USW00023188200605WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200605WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188200606TMAX 228 0 250 0 278 0 222 0 228 0 211 0 200 0 211 0 194 0 222 0 211 0 222 0 239 0 256 0 228 0 267 0 233 0 233 0 239 0 239 0 233 0 222 0 239 0 244 0 278 0 278 0 356 0 283 0 272 0 267 0-9999 +USW00023188200606TMIN 183 0 172 0 178 0 172 0 178 0 183 0 183 0 189 0 172 0 172 0 172 0 178 0 183 0 172 0 189 0 183 0 189 0 189 0 194 0 189 0 194 0 189 0 189 0 200 0 206 0 206 0 206 0 211 0 206 0 206 0-9999 +USW00023188200606PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0-9999 +USW00023188200606AWND 28 W 29 W 31 W 26 W 36 W 22 W 27 W 25 W 27 W 34 W 36 W 38 W 39 W 27 W 37 W 29 W 32 W 26 W 27 W 24 W 26 W 27 W 37 W 41 W 38 W 34 W 35 W 30 W 32 W 32 W-9999 +USW00023188200606FMTM 2030 X 1204 X 1317 X 1447 X 0933 X 1220 X 1330 X 1531 X 1418 X 1422 X 1618 X 1410 X 1302 X 1232 X 1418 X 1701 X 1215 X 1302 X 1357 X 1414 X 1653 X 1417 X 1359 X 1640 X 1506 X 0635 X 0817 X 1113 X 1645 X 1506 X-9999 +USW00023188200606PGTM 2029 W 1234 W 1316 W 1446 W 0642 W 1220 W 0847 W 1312 W 1214 W 1417 W 1617 W 1528 W 1302 W 1250 W 0904 W 1507 W 1403 W 1231 W 1708 W 1259 W 1525 W 1411 W 1358 W 1638 W 1453 W 0634 W 0845 W 1148 W 1644 W 1559 W-9999 +USW00023188200606WDF2 280 X 290 X 290 X 190 X 180 X 280 X 220 X 280 X 220 X 270 X 270 X 290 X 290 X 280 X 190 X 170 X 170 X 220 X 220 X 270 X 280 X 210 X 290 X 340 X 290 X 340 X 330 X 300 X 290 X 290 X-9999 +USW00023188200606WDF5 280 X 320 X 290 X 200 X 180 X 280 X 210 X 270 X 240 X 270 X 270 X 300 X 290 X 310 X 190 X 160 X 200 X 230 X 280 X 280 X 280 X 210 X 290 X 350 X 290 X 330 X 350 X 270 X 290 X 300 X-9999 +USW00023188200606WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200606WSF2 58 X 63 X 63 X 58 X 67 X 58 X 54 X 54 X 45 X 67 X 67 X 67 X 94 X 76 X 58 X 54 X 54 X 54 X 58 X 63 X 54 X 63 X 76 X 80 X 80 X 89 X 94 X 58 X 67 X 63 X-9999 +USW00023188200606WSF5 63 X 72 X 72 X 67 X 80 X 67 X 72 X 63 X 58 X 80 X 76 X 94 X 103 X 89 X 72 X 72 X 63 X 63 X 67 X 76 X 72 X 76 X 98 X 107 X 98 X 98 X 103 X 67 X 72 X 72 X-9999 +USW00023188200606WT01-9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200606WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200606WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 X 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 W 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188200606WT13-9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200606WT14-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200606WT16-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200607TMAX 283 0 261 0 267 0 261 0 256 0 250 0 261 0 272 0 261 0 244 0 261 0 278 0 283 0 278 0 300 0 267 0 256 0 261 0 261 0 267 0 278 0 372 0 283 0 294 0 244 0 289 0 300 0 283 0 267 0 267 0 261 0 +USW00023188200607TMIN 211 0 200 0 217 0 206 0 206 0 211 0 206 0 217 0 206 0 200 0 200 0 206 0 217 0 211 0 222 0 222 0 222 0 222 0 222 0 222 0 228 0 233 0 228 0 233 0 228 0 228 0 239 0 244 0 233 0 222 0 217 0 +USW00023188200607PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 3 0 0 0 0T 0 0 0 0 0 3 0 0T 0 0T 0 +USW00023188200607AWND 25 W 26 W 26 W 26 W 27 W 30 W 25 W 26 W 29 W 28 W 32 W 30 W 22 W 36 W 29 W 34 W 27 W 26 W 28 W 35 W 40 W 36 W 24 W 28 W 28 W 24 W 24 W 29 W 31 W 34 W 39 W +USW00023188200607FMTM 1223 X 0759 X 1242 X 1506 X 1510 X 1504 X 1448 X 1548 X 1255 X 1209 X 1445 X 1603 X 1450 X 1152 X 1313 X 0912 X 1421 X 1325 X 1258 X 1532 X 1209 X 1448 X 1412 X 1509 X 1138 X 1034 X 1411 X 1544 X 1440 X 1735 X 2052 X +USW00023188200607PGTM 1217 W 0900 W 1654 W 1425 W 1407 W 1504 W 1439 W 1500 W 1218 W 1455 W 1355 W 1611 W 1459 W 1152 W 1258 W 0859 W 1401 W 1618 W 1249 W 1559 W 1143 W 1341 W 1411 W 1509 W 0859 W 1034 W 1518 W 1250 W 1426 W 1634 W 2052 W +USW00023188200607WDF2 280 X 180 X 190 X 220 X 300 X 290 X 290 X 270 X 290 X 210 X 280 X 280 X 290 X 290 X 290 X 180 X 190 X 210 X 260 X 280 X 290 X 180 X 160 X 300 X 190 X 290 X 220 X 260 X 290 X 280 X 270 X +USW00023188200607WDF5 290 X 180 X 190 X 220 X 290 X 290 X 280 X 290 X 310 X 210 X 280 X 290 X 290 X 290 X 290 X 180 X 210 X 270 X 290 X 280 X 290 X 280 X 160 X 300 X 170 X 280 X 250 X 260 X 280 X 280 X 250 X +USW00023188200607WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200607WSF2 63 X 58 X 54 X 58 X 58 X 63 X 58 X 58 X 67 X 58 X 63 X 72 X 63 X 80 X 76 X 67 X 63 X 58 X 54 X 72 X 72 X 76 X 67 X 94 X 63 X 54 X 54 X 58 X 58 X 58 X 67 X +USW00023188200607WSF5 72 X 67 X 63 X 72 X 76 X 72 X 72 X 76 X 89 X 63 X 80 X 80 X 67 X 94 X 89 X 80 X 76 X 72 X 67 X 80 X 94 X 94 X 76 X 103 X 94 X 58 X 72 X 72 X 67 X 72 X 94 X +USW00023188200607WT01-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 +USW00023188200607WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200607WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 W 1 0 +USW00023188200607WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188200607WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188200607WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 +USW00023188200608TMAX 256 0 256 0 228 0 244 0 256 0 256 0 256 0 261 0 267 0 261 0 267 0 256 0 244 0 244 0 239 0 239 0 244 0 256 0 239 0 244 0 239 0 267 0 278 0 267 0 250 0 256 0 267 0 256 0 244 0 244 0 250 0 +USW00023188200608TMIN 211 0 222 0 206 0 211 0 194 0 217 0 211 0 200 0 211 0 217 0 217 0 211 0 211 0 206 0 206 0 200 0 194 0 206 0 200 0 200 0 206 0 206 0 211 0 200 0 206 0 200 0 194 0 194 0 189 0 172 0 189 0 +USW00023188200608PRCP 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 +USW00023188200608AWND 31 W 36 W 29 W 33 W 38 W 42 W 41 W 34 W 32 W 26 W 29 W 29 W 34 W 34 W 38 W 34 W 30 W 31 W 34 W 40 W 35 W 28 W 25 W 22 W 27 W 31 W 35 W 33 W 27 W 24 W 26 W +USW00023188200608FMTM 1417 X 1209 X 1545 X 1348 X 1425 X 1341 X 1449 X 1100 X 1020 X 1503 X 1606 X 1258 X 1246 X 1514 X 1559 X 1638 X 1419 X 1450 X 1439 X 1422 X 1120 X 1552 X 1554 X 1514 X 1100 X 1608 X 1317 X 1544 X 1235 X 1258 X 1323 X +USW00023188200608PGTM 1240 W 1506 W 1325 W 1511 W 1313 W 1407 W 1504 W 1058 W 1048 W 1505 W 1325 W 1304 W 1406 W 1542 W 1441 W 1638 W 1210 W 1449 W 1433 W 1353 W 1555 W 1108 W 1113 W 1512 W 1320 W 1554 W 1316 W 1535 W 1234 W 1255 W 1317 W +USW00023188200608WDF2 210 X 280 X 290 X 220 X 290 X 280 X 280 X 270 X 290 X 210 X 210 X 260 X 280 X 270 X 280 X 280 X 290 X 280 X 290 X 280 X 280 X 290 X 290 X 300 X 210 X 290 X 290 X 290 X 210 X 180 X 290 X +USW00023188200608WDF5 240 X 290 X 260 X 220 X 290 X 320 X 290 X 280 X 290 X 200 X 260 X 270 X 280 X 310 X 280 X 280 X 260 X 280 X 280 X 300 X 280 X 270 X 310 X 310 X 220 X 280 X 290 X 290 X 210 X 170 X 290 X +USW00023188200608WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200608WSF2 58 X 67 X 40 X 63 X 76 X 89 X 76 X 72 X 76 X 54 X 54 X 63 X 63 X 76 X 72 X 67 X 63 X 76 X 72 X 80 X 72 X 63 X 54 X 54 X 54 X 67 X 76 X 67 X 58 X 54 X 63 X +USW00023188200608WSF5 72 X 89 X 54 X 72 X 98 X 103 X 94 X 80 X 89 X 63 X 67 X 94 X 80 X 89 X 89 X 76 X 80 X 94 X 89 X 98 X 76 X 76 X 67 X 63 X 63 X 76 X 89 X 76 X 67 X 63 X 72 X +USW00023188200608WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 W 1 0 1 0 +USW00023188200608WT08-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 +USW00023188200608WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X +USW00023188200608WT14-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188200608WT16-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188200609TMAX 244 0 267 0 283 0 289 0 294 0 267 0 217 0 228 0 222 0 228 0 239 0 256 0 233 0 217 0 217 0 233 0 261 0 289 0 267 0 239 0 211 0 222 0 233 0 244 0 222 0 222 0 228 0 244 0 222 0 228 0-9999 +USW00023188200609TMIN 183 0 183 0 206 0 211 0 206 0 194 0 189 0 183 0 172 0 161 0 194 0 194 0 189 0 183 0 183 0 161 0 161 0 167 0 172 0 183 0 172 0 189 0 189 0 167 0 183 0 183 0 183 0 178 0 172 0 178 0-9999 +USW00023188200609PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200609AWND 33 W 34 W 34 W 35 W 33 W 23 W 30 W 28 W 26 W 22 W 36 W 34 W 25 W 31 W 33 W 30 W 16 W 23 W 22 W 22 W 31 W 44 W 26 W 30 W 27 W 32 W 34 W 31 W 30 W 26 W-9999 +USW00023188200609FMTM 1102 X 1203 X 1619 X 1420 X 1253 X 1523 X 1510 X 1431 X 1306 X 1514 X 1259 X 1209 X 1505 X 1503 X 1442 X 1317 X 1248 X 1310 X 1621 X 1424 X 2359 X 1445 X 1308 X 1238 X 1418 X 1531 X 1342 X 1316 X 1337 X 1716 X-9999 +USW00023188200609PGTM 1103 W 1206 W 1619 W 1256 W 1331 W 1445 W 1436 W 1444 W 1421 W 1526 W 1258 W 1209 W 1505 W 1420 W 1217 W 1445 W 1402 W 1309 W 1424 W 1407 W 1230 W 1444 W 1030 W 1229 W 1340 W 1526 W 1333 W 1455 W 1336 W 1716 W-9999 +USW00023188200609WDF2 280 X 290 X 290 X 330 X 290 X 210 X 200 X 290 X 290 X 280 X 290 X 290 X 290 X 210 X 240 X 290 X 290 X 270 X 290 X 290 X 140 X 190 X 200 X 290 X 280 X 280 X 290 X 290 X 290 X 290 X-9999 +USW00023188200609WDF5 280 X 280 X 290 X 300 X 310 X 220 X 200 X 290 X 270 X 280 X 290 X 290 X 290 X 240 X 290 X 290 X 280 X 260 X 290 X 280 X 210 X 190 X 200 X 300 X 290 X 290 X 300 X 290 X 290 X 290 X-9999 +USW00023188200609WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200609WSF2 76 X 76 X 72 X 76 X 72 X 54 X 58 X 58 X 63 X 63 X 76 X 72 X 54 X 58 X 67 X 89 X 54 X 94 X 72 X 67 X 58 X 76 X 63 X 94 X 63 X 72 X 76 X 67 X 72 X 72 X-9999 +USW00023188200609WSF5 89 X 80 X 80 X 94 X 80 X 67 X 72 X 67 X 72 X 72 X 98 X 80 X 63 X 67 X 89 X 98 X 58 X 112 X 80 X 76 X 72 X 94 X 76 X 112 X 76 X 80 X 89 X 76 X 80 X 80 X-9999 +USW00023188200609WT01 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 +USW00023188200609WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 W-9999 -9999 1 0 1 0-9999 -9999 -9999 1 W 1 0 1 W 1 0 1 0 1 0-9999 -9999 1 W 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188200609WT13 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 +USW00023188200610TMAX 233 0 233 0 228 0 211 0 217 0 206 0 206 0 206 0 200 0 217 0 206 0 217 0 211 0 200 0 189 0 189 0 194 0 228 0 261 0 267 0 233 0 256 0 256 0 206 0 194 0 272 0 267 0 267 0 206 0 189 0 194 0 +USW00023188200610TMIN 172 0 183 0 178 0 167 0 161 0 167 0 144 0 150 0 172 0 172 0 161 0 150 0 161 0 150 0 167 0 172 0 156 0 139 0 139 0 144 0 139 0 150 0 139 0 161 0 156 0 144 0 128 0 128 0 139 0 150 0 156 0 +USW00023188200610PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 188 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200610AWND 26 W 29 W 29 W 24 W 36 W 29 W 24 W 16 W 22 W 31 W 21 W 18 W 29 W 27 W 23 W 27 W 28 W 19 W 16 W 18 W 16 W 21 W 19 W 19 W 22 W 19 W 20 W 13 W 22 W 21 W 27 W +USW00023188200610FMTM 1153 X 1425 X 1404 X 1310 X 1340 X 1314 X 1431 X 1546 X 1436 X 1603 X 1438 X 1424 X 1448 X 1435 X 1618 X 1300 X 1213 X 1448 X 1441 X 1533 X 1506 X 1435 X 1632 X 1228 X 1055 X 1408 X 1510 X 1244 X 1618 X 1423 X 1523 X +USW00023188200610PGTM 1153 W 1425 W 1221 W 1306 W 1339 W 1313 W 1335 W 1552 W 1434 W 1642 W 0415 W 1308 W 1449 W 1417 W 1615 W 1305 W 1214 W 1425 W 1418 W 1438 W 1527 W 1434 W 1713 W 1445 W 1302 W 1338 W 1349 W 1323 W 1617 W 1442 W 1319 W +USW00023188200610WDF2 270 X 290 X 290 X 280 X 290 X 250 X 270 X 270 X 220 X 290 X 280 X 270 X 190 X 280 X 290 X 270 X 230 X 290 X 300 X 290 X 300 X 290 X 170 X 210 X 320 X 290 X 330 X 270 X 290 X 260 X 290 X +USW00023188200610WDF5 280 X 290 X 290 X 280 X 290 X 250 X 270 X 280 X 220 X 290 X 20 X 270 X 210 X 300 X 300 X 260 X 230 X 280 X 320 X 300 X 290 X 290 X 180 X 240 X 280 X 280 X 320 X 260 X 290 X 260 X 300 X +USW00023188200610WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200610WSF2 67 X 72 X 76 X 63 X 80 X 72 X 67 X 58 X 45 X 67 X 63 X 58 X 72 X 63 X 58 X 58 X 63 X 67 X 72 X 58 X 54 X 58 X 58 X 54 X 58 X 63 X 67 X 54 X 58 X 63 X 72 X +USW00023188200610WSF5 76 X 89 X 94 X 72 X 94 X 80 X 94 X 67 X 58 X 76 X 80 X 72 X 80 X 76 X 67 X 67 X 72 X 76 X 89 X 67 X 58 X 67 X 63 X 72 X 67 X 76 X 80 X 58 X 72 X 72 X 98 X +USW00023188200610WT01 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 W-9999 1 W-9999 1 0 1 0-9999 -9999 +USW00023188200610WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188200610WT08 1 0 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 0-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 W +USW00023188200610WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188200610WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200611TMAX 200 0 217 0 200 0 206 0 278 0 294 0 311 0 233 0 206 0 222 0 200 0 200 0 222 0 183 0 228 0 244 0 211 0 211 0 250 0 267 0 200 0 200 0 217 0 211 0 178 0 172 0 167 0 161 0 178 0 172 0-9999 +USW00023188200611TMIN 156 0 133 0 167 0 161 0 133 0 150 0 161 0 161 0 172 0 139 0 156 0 139 0 122 0 150 0 139 0 122 0 128 0 117 0 133 0 117 0 133 0 128 0 133 0 144 0 139 0 117 0 128 0 111 0 94 0 56 0-9999 +USW00023188200611PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 23 0 0T 0 0 0 0 0-9999 +USW00023188200611AWND 30 W 26 W 28 W 26 W 12 W 15 W 14 W 22 W 31 W 25 W 24 W 18 W 16 W 16 W 16 W 13 W 12 W 15 W 15 W 9 W 20 W 16 W 14 W 25 W 26 W 24 W 36 W 38 W 20 W 16 W-9999 +USW00023188200611FMTM 1308 X 1246 X 1208 X 1241 X 1431 X 1422 X 1232 X 1335 X 1537 X 1324 X 1545 X 1425 X 1456 X 0949 X 1432 X 1328 X 1401 X 1512 X 1235 X 1359 X 1241 X 1345 X 1443 X 2327 X 1330 X 1952 X 1409 X 0958 X 1835 X 1553 X-9999 +USW00023188200611PGTM 1308 W 1322 W 1208 W 1427 W 1338 W 1359 W 1239 W 1334 W 0247 W 1346 W 1543 W 1425 W 1454 W 0949 W 1346 W 1328 W 1401 W 1455 W 1235 W 1019 W 1240 W 1345 W 1051 W 2319 W 1329 W 1418 W 1152 W 0958 W 1826 W 1556 W-9999 +USW00023188200611WDF2 290 X 290 X 290 X 290 X 290 X 300 X 170 X 180 X 270 X 290 X 290 X 290 X 290 X 330 Z 310 X 320 X 310 X 280 X 310 X 180 X 240 X 290 X 230 X 200 X 210 X 260 X 280 X 250 X 80 X 290 X-9999 +USW00023188200611WDF5 290 X 300 X 290 X 290 X 300 X 310 X 170 X 160 X 160 X 290 X 290 X 290 X 290 X 340 Z 280 X 310 X 310 X 290 X 310 X 170 X 240 X 290 X 240 X 190 X 210 X 220 X 190 X 260 X 80 X 320 X-9999 +USW00023188200611WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200611WSF2 76 X 72 X 72 X 72 X 54 X 63 X 58 X 58 X 58 X 76 X 72 X 76 X 58 X 31 Z 54 X 54 X 40 X 54 X 63 X 58 X 45 X 54 X 45 X 45 X 54 X 45 X 76 X 76 X 63 X 54 X-9999 +USW00023188200611WSF5 89 X 89 X 89 X 76 X 63 X 80 X 63 X 76 X 67 X 94 X 80 X 89 X 67 X 67 Z 63 X 58 X 45 X 63 X 67 X 72 X 58 X 58 X 63 X 58 X 67 X 63 X 98 X 94 X 72 X 63 X-9999 +USW00023188200611WT01-9999 1 0 1 W-9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 W 1 0-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00023188200611WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200611WT08 1 0 1 0 1 0 1 0 1 0 1 W 1 0 1 W 1 W 1 0 1 0-9999 1 W 1 0 1 0 1 W 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00023188200611WT13-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200611WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188200612TMAX 194 0 244 0 217 0 222 0 200 0 194 0 233 0 194 0 189 0 172 0 178 0 183 0 200 0 211 0 161 0 156 0 144 0 144 0 150 0 150 0 156 0 161 0 194 0 206 0 239 0 217 0 161 0 172 0 178 0 183 0 156 0 +USW00023188200612TMIN 67 0 78 0 78 0 61 0 72 0 67 0 72 0 100 0 106 0 133 0 128 0 100 0 106 0 106 0 122 0 117 0 89 0 61 0 56 0 61 0 67 0 89 0 61 0 72 0 83 0 89 0 111 0 83 0 72 0 67 0 72 0 +USW00023188200612PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 28 0 0 0 0 0 0 0 0 0 0 0 41 0 58 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 38 0 0 0 0 0 0 0 0 0 +USW00023188200612AWND 19 W 21 W 16 W 14 W 11 W 17 W 14 W 21 W 21 W 36 W 23 W 16 W 18 W 10 W 20 W 45 W 26 W 20 W 20 W 15 W 15 W 27 W 12 W 10 W 14 W 14 W 57 W 15 W 10 W 11 W 13 W +USW00023188200612FMTM 1254 X 1245 X 1531 X 1213 X 1343 X 1248 X 1233 X 2337 X 2359 X 0000 X 1559 X 1453 X 1430 X 1332 X 1349 X 2304 X 0712 X 1719 X 1343 X 1340 X 1424 X 1336 X 1434 X 1545 X 1411 X 1129 X 1450 X 1426 X 1303 X 1445 X 1336 X +USW00023188200612PGTM 1513 W 1632 W 1531 W 1203 W 1312 W 1255 W 1427 W 2337 W 2358 W 0000 W 1610 W 1458 W 1420 W 1324 W 1348 W 2303 W 0711 W 2008 W 1342 W 1358 W 1422 W 1336 W 1443 W 1617 W 1431 W 1124 W 1415 W 1327 W 1359 W 1437 W 1335 W +USW00023188200612WDF2 290 X 320 X 310 X 290 X 300 X 290 X 320 X 220 Z 220 X 230 X 290 X 290 X 330 X 280 X 180 X 280 X 300 X 80 X 290 X 280 X 310 X 320 X 290 X 310 X 310 X 290 X 290 X 270 X 280 X 210 X 290 X +USW00023188200612WDF5 300 X 80 X 320 X 290 X 300 X 290 X 300 X 220 Z 210 X 230 X 290 X 300 X 320 X 300 X 170 X 290 X 300 X 70 X 280 X 280 X 310 X 320 X 290 X 300 X 310 X 290 X 290 X 340 X 290 X 220 X 290 X +USW00023188200612WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200612WSF2 63 X 54 X 54 X 58 X 36 X 58 X 58 X 63 Z 112 X 112 X 63 X 72 X 67 X 45 X 45 X 76 X 89 X 58 X 76 X 63 X 72 X 94 X 63 X 40 X 54 X 58 X 143 X 63 X 54 X 40 X 54 X +USW00023188200612WSF5 67 X 67 X 58 X 67 X 45 X 63 X 63 X 76 Z 134 X 134 X 67 X 80 X 76 X 58 X 58 X 103 X 116 X 63 X 89 X 72 X 94 X 112 X 72 X 45 X 63 X 67 X 179 X 76 X 58 X 54 X 63 X +USW00023188200612WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 W 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188200612WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200612WT08 1 0 1 0 1 W 1 W 1 W 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 W 1 0 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 0-9999 1 W 1 W 1 W-9999 -9999 1 0 1 0 +USW00023188200612WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188200612WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188200701TMAX 161 0 211 0 178 0 150 0 178 0 167 0 250 0 228 0 239 0 178 0 150 0 133 0 111 0 122 0 139 0 144 0 139 0 156 0 161 0 150 0 161 0 172 0 189 0 194 0 244 0 167 0 150 0 161 0 161 0 133 0 139 0 +USW00023188200701TMIN 100 0 83 0 89 0 128 0 89 0 83 0 67 0 89 0 100 0 100 0 111 0 78 0 50 0 22 0 17 0 28 0 33 0 50 0 72 0 61 0 94 0 44 0 56 0 67 0 83 0 89 0 117 0 106 0 78 0 100 0 94 0 +USW00023188200701PRCP 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 0 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 58 0 28 0 +USW00023188200701AWND 17 W 18 W 20 W 36 W 61 W 21 W 20 W 14 W 10 W 21 W 40 W 47 W 20 W 16 W 24 W 19 W 18 W 19 W 16 W 19 W 23 W 23 W 20 W 18 W 14 W 28 W 25 W 20 W 21 W 22 W 28 W +USW00023188200701FMTM 1511 X 1453 X 1312 X 2354 X 0053 X 1313 X 1339 X 1406 X 1115 X 1503 X 1608 X 1218 X 1354 X 1302 X 1512 X 1549 X 1439 X 1401 X 1143 X 1221 X 1538 X 1450 X 1553 X 1510 X 1712 X 1256 X 1528 X 1414 X 1433 X 1957 X 2355 X +USW00023188200701PGTM 1344 W 1454 W 1241 W 2356 W 0052 W 0435 W 1310 W 1405 W 1115 W 1502 W 2141 W 1108 W 1317 W 0720 W 1414 W 1617 W 1443 W 1351 W 1200 W 1326 W 2201 W 1433 W 1636 W 1510 W 1710 W 0840 W 1512 W 1413 W 2127 W 1935 W 2354 W +USW00023188200701WDF2 290 X 320 X 230 X 280 X 270 X 280 X 30 X 320 X 170 X 180 X 250 X 280 X 140 X 260 X 290 X 310 X 280 X 290 X 290 X 190 X 290 X 320 X 290 X 290 X 330 X 220 X 190 X 290 X 290 X 240 X 270 X +USW00023188200701WDF5 280 X 320 X 220 X 280 X 260 X 20 X 40 X 320 X 170 X 180 X 250 X 260 X 130 X 190 X 290 X 310 X 290 X 290 X 290 X 210 X 70 X 320 X 310 X 290 X 330 X 130 X 210 X 290 X 30 X 260 X 270 X +USW00023188200701WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200701WSF2 67 X 72 X 45 X 107 X 116 X 58 X 80 X 45 X 72 X 58 X 89 X 98 X 72 X 58 X 76 X 67 X 72 X 63 X 58 X 63 X 67 X 80 X 54 X 72 X 63 X 58 X 54 X 54 X 67 X 40 X 58 X +USW00023188200701WSF5 80 X 80 X 58 X 130 X 143 X 67 X 107 X 54 X 76 X 67 X 98 X 116 X 89 X 76 X 98 X 76 X 89 X 72 X 63 X 72 X 76 X 98 X 58 X 76 X 72 X 72 X 67 X 63 X 76 X 54 X 67 X +USW00023188200701WT01-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 W +USW00023188200701WT08 1 0 1 0-9999 1 0 1 W 1 W-9999 1 0 1 W 1 W-9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 +USW00023188200701WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188200701WT16-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 +USW00023188200702TMAX 150 0 161 0 183 0 267 0 283 0 206 0 161 0 189 0 178 0 172 0 161 0 161 0 167 0 178 0 194 0 217 0 272 0 172 0 144 0 167 0 172 0 150 0 144 0 167 0 167 0 161 0 156 0 139 0-9999 -9999 -9999 +USW00023188200702TMIN 117 0 89 0 78 0 78 0 106 0 100 0 89 0 83 0 106 0 117 0 122 0 111 0 122 0 106 0 106 0 106 0 117 0 128 0 111 0 117 0 100 0 122 0 100 0 72 0 78 0 128 0 100 0 83 0-9999 -9999 -9999 +USW00023188200702PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 3 0 0 0 0 0 0 0 0 0 13 0 178 0 0 0 0 0 36 0 13 0 0 0 0 0 0T 0 23 0 15 0-9999 -9999 -9999 +USW00023188200702AWND 26 W 18 W 21 W 16 W 15 W 13 W 22 W 13 W 22 W 27 W 25 W 26 W 52 W 20 W 20 W 18 W 13 W 40 W 58 W 26 W 19 W 38 W 48 W 19 W 25 W 41 W 43 W 46 W-9999 -9999 -9999 +USW00023188200702FMTM 1252 X 1446 X 1414 X 1126 X 1524 X 1635 X 1405 X 1433 X 1320 X 1125 X 1152 X 1337 X 1406 X 1715 X 1332 X 1220 X 1322 X 1455 X 1137 X 1634 X 1558 X 2327 X 1341 X 1557 X 1352 X 1518 X 2141 X 0300 X-9999 -9999 -9999 +USW00023188200702PGTM 1251 W 1514 W 1413 W 1531 W 1522 W 1643 W 1404 W 1245 W 1329 W 1130 W 1143 W 1326 W 1155 W 1302 W 1332 W 1217 W 1429 W 1454 W 1135 W 1538 W 1557 W 2327 W 0416 W 1558 W 1414 W 1155 W 1045 W 0511 W-9999 -9999 -9999 +USW00023188200702WDF2 250 X 290 X 290 X 310 X 280 X 320 X 270 X 300 X 290 X 310 X 180 X 270 X 280 X 310 X 290 X 290 X 190 X 190 X 210 X 290 X 310 X 290 X 270 X 290 X 280 X 270 X 290 X 260 X-9999 -9999 -9999 +USW00023188200702WDF5 260 X 290 X 290 X 290 X 280 X 320 X 280 X 290 X 300 X 300 X 180 X 270 X 270 X 250 X 290 X 290 X 210 X 190 X 210 X 290 X 300 X 290 X 300 X 290 X 280 X 270 X 320 X 260 X-9999 -9999 -9999 +USW00023188200702WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188200702WSF2 63 X 67 X 72 X 54 X 72 X 54 X 54 X 45 X 72 X 72 X 67 X 67 X 94 X 58 X 63 X 58 X 54 X 80 X 112 X 58 X 58 X 76 X 98 X 72 X 72 X 67 X 89 X 103 X-9999 -9999 -9999 +USW00023188200702WSF5 76 X 76 X 89 X 58 X 89 X 58 X 63 X 58 X 80 X 80 X 80 X 76 X 116 X 72 X 72 X 72 X 58 X 103 X 139 X 67 X 67 X 98 X 125 X 76 X 80 X 89 X 107 X 125 X-9999 -9999 -9999 +USW00023188200702WT01-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188200702WT02-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200702WT08-9999 1 W 1 0 1 0 1 W 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 W 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200702WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188200702WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188200703TMAX 150 0 178 0 239 0 222 0 256 0 256 0 228 0 200 0 167 0 167 0 267 0 300 0 183 0 172 0 178 0 172 0 167 0 150 0 172 0 167 0 156 0 167 0 178 0 189 0 178 0 156 0 161 0 167 0 189 0 217 0 206 0 +USW00023188200703TMIN 78 0 72 0 89 0 94 0 117 0 133 0 139 0 117 0 128 0 117 0 117 0 122 0 128 0 122 0 128 0 122 0 122 0 128 0 139 0 128 0 117 0 106 0 133 0 133 0 144 0 139 0 128 0 100 0 100 0 111 0 111 0 +USW00023188200703PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 3 0 15 0 5 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188200703AWND 26 W 24 W 13 W 22 W 16 W 15 W 28 W 26 W 28 W 21 W 17 W 17 W 20 W 21 W 25 W 34 W 28 W 26 W 33 W 30 W 38 W 26 W 30 W 26 W 30 W 29 W 79 W 28 W 25 W 22 W 25 W +USW00023188200703FMTM 1626 X 1402 X 1343 X 1531 X 1452 X 1500 X 1226 X 1650 X 1225 X 1257 X 1635 X 1516 X 1847 X 1702 X 1450 X 1337 X 1326 X 1400 X 1442 X 1524 X 1012 X 1141 X 1432 X 1407 X 1559 X 1612 X 1414 X 1143 X 1242 X 1433 X 1335 X +USW00023188200703PGTM 1626 W 1733 W 1342 W 1528 W 1449 W 1500 W 1224 W 1334 W 1233 W 1439 W 1411 W 1643 W 1847 W 1429 W 1430 W 1247 W 1326 W 2141 W 1414 W 1522 W 1026 W 1140 W 1427 W 1504 W 1717 W 1820 W 1506 W 1306 W 1240 W 1432 W 1335 W +USW00023188200703WDF2 290 X 290 X 310 X 300 X 300 X 260 X 300 X 280 X 290 X 280 X 310 X 300 X 180 X 270 X 290 X 290 X 270 X 200 X 220 X 250 X 290 X 280 X 220 X 260 X 290 X 240 X 290 X 310 X 290 X 290 X 290 X +USW00023188200703WDF5 290 X 340 X 310 X 290 X 300 X 260 X 290 X 280 X 290 X 290 X 310 X 320 X 190 X 250 X 290 X 280 X 270 X 170 X 230 X 240 X 290 X 280 X 220 X 260 X 290 X 200 X 280 X 280 X 280 X 290 X 290 X +USW00023188200703WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200703WSF2 72 X 67 X 58 X 67 X 58 X 58 X 76 X 58 X 89 X 58 X 54 X 63 X 45 X 45 X 63 X 72 X 72 X 45 X 54 X 76 X 80 X 63 X 63 X 63 X 72 X 54 X 143 X 76 X 76 X 72 X 80 X +USW00023188200703WSF5 80 X 76 X 63 X 89 X 67 X 63 X 98 X 76 X 98 X 67 X 63 X 67 X 72 X 58 X 76 X 89 X 80 X 54 X 63 X 94 X 98 X 80 X 72 X 72 X 80 X 67 X 170 X 94 X 94 X 89 X 94 X +USW00023188200703WT01-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200703WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200703WT08 1 0 1 W-9999 -9999 1 W-9999 1 W 1 0 1 0 1 0 1 0 1 W 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 W 1 W-9999 1 0-9999 1 W 1 W-9999 -9999 1 W 1 0 +USW00023188200703WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200703WT16-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200704TMAX 183 0 172 0 172 0 183 0 183 0 172 0 161 0 167 0 178 0 189 0 178 0 172 0 206 0 183 0 161 0 172 0 167 0 167 0 183 0 150 0 167 0 172 0 172 0 200 0 222 0 178 0 200 0 211 0 178 0 194 0-9999 +USW00023188200704TMIN 106 0 128 0 133 0 133 0 139 0 144 0 139 0 144 0 144 0 144 0 144 0 139 0 111 0 117 0 128 0 122 0 128 0 128 0 100 0 106 0 100 0 111 0 128 0 117 0 128 0 144 0 139 0 139 0 150 0 156 0-9999 +USW00023188200704PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0T 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 97 0 0 0 18 0 3 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00023188200704AWND 23 W 29 W 27 W 23 W 25 W 30 W 25 W 35 W 35 W 29 W 43 W 48 W 23 W 27 W 48 W 34 W 24 W 36 W 27 W 34 W 30 W 26 W 31 W 27 W 22 W 36 W 23 W 28 W 32 W 27 W-9999 +USW00023188200704FMTM 1438 X 1554 X 1223 X 1535 X 1358 X 1524 X 1229 X 1217 X 1330 X 1227 X 2121 X 1229 X 1326 X 1342 X 1328 X 1427 X 1434 X 1447 X 1504 X 1154 X 1523 X 1306 X 1543 X 1112 X 1612 X 0629 X 1500 X 2342 X 1521 X 1304 X-9999 +USW00023188200704PGTM 1422 W 1505 W 1219 W 1328 W 1357 W 1550 W 1440 W 1125 W 1527 W 1237 W 2120 W 1249 W 1325 W 1708 W 1354 W 1426 W 1419 W 1105 W 1504 W 1153 W 1522 W 1158 W 1607 W 1205 W 1320 W 0629 W 1324 W 1124 W 1510 W 1306 W-9999 +USW00023188200704WDF2 290 X 210 X 210 X 220 X 250 X 240 X 220 X 250 X 230 X 270 X 260 X 270 X 280 X 230 X 250 X 230 X 280 X 290 X 260 X 170 X 290 X 290 X 260 X 280 X 200 X 160 X 210 X 220 X 180 X 270 X-9999 +USW00023188200704WDF5 280 X 220 X 240 X 280 X 250 X 220 X 270 X 200 X 210 X 280 X 260 X 250 X 280 X 270 X 250 X 230 X 240 X 290 X 270 X 170 X 290 X 250 X 260 X 280 X 280 X 160 X 220 X 330 X 200 X 280 X-9999 +USW00023188200704WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200704WSF2 54 X 54 X 63 X 63 X 67 X 58 X 54 X 63 X 63 X 63 X 72 X 116 X 63 X 72 X 89 X 63 X 63 X 89 X 67 X 112 X 67 X 72 X 63 X 67 X 54 X 72 X 58 X 54 X 54 X 67 X-9999 +USW00023188200704WSF5 63 X 63 X 72 X 76 X 76 X 67 X 63 X 80 X 67 X 72 X 80 X 139 X 76 X 80 X 107 X 72 X 76 X 116 X 76 X 134 X 80 X 94 X 72 X 76 X 67 X 80 X 67 X 67 X 63 X 80 X-9999 +USW00023188200704WT01 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 +USW00023188200704WT08 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0 1 W 1 W-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188200704WT13 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00023188200704WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188200704WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188200705TMAX 178 0 189 0 183 0 183 0 189 0 267 0 278 0 300 0 244 0 217 0 200 0 178 0 183 0 178 0 172 0 167 0 178 0 183 0 178 0 178 0 167 0 172 0 200 0 200 0 189 0 183 0 189 0 183 0 189 0 194 0 189 0 +USW00023188200705TMIN 156 0 150 0 144 0 144 0 144 0 128 0 150 0 167 0 156 0 139 0 144 0 144 0 144 0 144 0 144 0 144 0 139 0 144 0 150 0 150 0 144 0 150 0 156 0 150 0 156 0 156 0 150 0 150 0 150 0 150 0 156 0 +USW00023188200705PRCP 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200705AWND 27 W 32 W 38 W 45 W 36 W 31 W 27 W 21 W 28 W 35 W 41 W 30 W 27 W 28 W 26 W 26 W 28 W 24 W 32 W 39 W 38 W 31 W 35 W 31 W 29 W 26 W 24 W 29 W 32 W 34 W 32 W +USW00023188200705FMTM 1428 X 1309 X 1617 X 1726 X 1540 X 1721 X 1355 X 1542 X 1659 X 1430 X 1311 X 1252 X 1218 X 1544 X 1709 X 1458 X 1503 X 1335 X 1240 X 1404 X 1250 X 1634 X 1122 X 1138 X 1125 X 1248 X 1144 X 1549 X 1642 X 1426 X 1329 X +USW00023188200705PGTM 1112 W 1730 W 1627 W 1730 W 1546 W 1720 W 1355 W 1542 W 1723 W 1438 W 1536 W 1241 W 1409 W 1205 W 1702 W 1448 W 1302 W 1241 W 1208 W 2221 W 1228 W 1633 W 1037 W 1153 W 1124 W 1348 W 1135 W 1606 W 1634 W 1505 W 1329 W +USW00023188200705WDF2 240 X 270 X 290 X 290 X 290 X 320 X 310 X 300 X 280 X 290 X 290 X 270 X 270 X 220 X 270 X 290 X 260 X 260 X 220 X 190 X 180 X 230 X 290 X 270 X 280 X 220 X 210 X 210 X 270 X 280 X 260 X +USW00023188200705WDF5 220 X 280 X 320 X 290 X 320 X 310 X 310 X 300 X 290 X 280 X 270 X 300 X 260 X 240 X 250 X 300 X 250 X 250 X 240 X 180 X 180 X 220 X 300 X 280 X 280 X 260 X 220 X 230 X 270 X 310 X 270 X +USW00023188200705WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200705WSF2 67 X 72 X 67 X 89 X 80 X 89 X 80 X 63 X 67 X 76 X 80 X 72 X 58 X 58 X 54 X 54 X 54 X 58 X 58 X 63 X 67 X 58 X 67 X 67 X 63 X 63 X 63 X 58 X 63 X 72 X 72 X +USW00023188200705WSF5 80 X 80 X 80 X 98 X 103 X 103 X 98 X 67 X 72 X 94 X 98 X 94 X 72 X 80 X 63 X 63 X 67 X 80 X 72 X 72 X 80 X 63 X 89 X 76 X 76 X 72 X 76 X 72 X 80 X 89 X 89 X +USW00023188200705WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200705WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 W-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200705WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200705WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200705WT16 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200706TMAX 189 0 183 0 200 0 200 0 183 0 194 0 200 0 178 0 183 0 183 0 183 0 206 0 222 0 228 0 228 0 211 0 217 0 206 0 211 0 233 0 211 0 211 0 206 0 211 0 222 0 222 0 228 0 217 0 250 0 250 0-9999 +USW00023188200706TMIN 156 0 156 0 156 0 156 0 150 0 150 0 144 0 144 0 144 0 150 0 156 0 167 0 156 0 161 0 167 0 167 0 167 0 167 0 161 0 167 0 161 0 161 0 156 0 167 0 161 0 178 0 167 0 172 0 183 0 183 0-9999 +USW00023188200706PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200706AWND 23 W 24 W 27 W 32 W 31 W 42 W 36 W 32 W 33 W 29 W 30 W 27 W 27 W 22 W 27 W 30 W 29 W 28 W 31 W 42 W 29 W 32 W 37 W 28 W 27 W 26 W 26 W 29 W 26 W 29 W-9999 +USW00023188200706FMTM 1115 X 1454 X 1222 X 1308 X 1737 X 1441 X 1127 X 1115 X 1246 X 1617 X 1342 X 1022 X 1157 X 1329 X 1554 X 1552 X 1517 X 1240 X 1747 X 1416 X 1133 X 1535 X 1201 X 1138 X 1542 X 1230 X 1556 X 1534 X 1601 X 1707 X-9999 +USW00023188200706PGTM 1158 W 1429 W 1051 W 1606 W 1247 W 1225 W 1454 W 1133 W 1501 W 1606 W 1010 W 1256 W 1156 W 1214 W 1504 W 1115 W 1020 W 1302 W 1746 W 1351 W 1455 W 1510 W 1143 W 1325 W 1329 W 1229 W 1559 W 1335 W 1601 W 1657 W-9999 +USW00023188200706WDF2 250 X 240 X 250 X 290 X 290 X 270 X 210 X 190 X 220 X 210 X 190 X 280 X 280 X 280 X 280 X 280 X 290 X 230 X 290 X 280 X 280 X 190 X 180 X 270 X 210 X 280 X 280 X 190 X 200 X 290 X-9999 +USW00023188200706WDF5 300 X 240 X 230 X 290 X 210 X 250 X 210 X 230 X 230 X 220 X 220 X 300 X 270 X 320 X 290 X 290 X 280 X 260 X 290 X 280 X 280 X 180 X 170 X 260 X 210 X 290 X 280 X 190 X 210 X 320 X-9999 +USW00023188200706WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200706WSF2 63 X 58 X 63 X 67 X 58 X 76 X 63 X 63 X 58 X 58 X 58 X 58 X 67 X 45 X 54 X 58 X 58 X 58 X 63 X 80 X 63 X 58 X 76 X 63 X 54 X 58 X 58 X 54 X 54 X 63 X-9999 +USW00023188200706WSF5 76 X 72 X 76 X 80 X 72 X 94 X 76 X 76 X 67 X 67 X 72 X 72 X 76 X 58 X 67 X 67 X 76 X 67 X 72 X 98 X 67 X 67 X 94 X 72 X 63 X 72 X 72 X 67 X 63 X 76 X-9999 +USW00023188200706WT01-9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188200706WT08-9999 1 0-9999 1 0 1 W-9999 -9999 -9999 -9999 1 W 1 0-9999 1 0 1 0 1 0 1 W 1 W-9999 1 W 1 0 1 0 1 0 1 0 1 0 1 0 1 W 1 0 1 0 1 0 1 0-9999 +USW00023188200706WT13-9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200707TMAX 256 0 239 0 228 0 228 0 233 0 228 0 239 0 211 0 217 0 222 0 228 0 228 0 256 0 239 0 222 0 217 0 228 0 233 0 233 0 211 0 211 0 228 0 239 0 239 0 256 0 261 0 267 0 250 0 233 0 233 0 228 0 +USW00023188200707TMIN 189 0 189 0 183 0 178 0 189 0 189 0 189 0 178 0 172 0 183 0 183 0 183 0 183 0 194 0 183 0 178 0 178 0 194 0 183 0 178 0 172 0 183 0 189 0 194 0 194 0 200 0 206 0 200 0 194 0 189 0 194 0 +USW00023188200707PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200707AWND 28 W 25 W 30 W 22 W 26 W 22 W 26 W 31 W 27 W 30 W 38 W 40 W 38 W 26 W 30 W 28 W 26 W 32 W 27 W 28 W 25 W 25 W 27 W 26 W 26 W 26 W 29 W 27 W 30 W 30 W 28 W +USW00023188200707FMTM 1108 X 1357 X 1343 X 1300 X 1652 X 1341 X 1233 X 1140 X 1514 X 1353 X 1634 X 1236 X 1226 X 1409 X 1558 X 1244 X 1348 X 1458 X 1311 X 1428 X 1609 X 1352 X 1156 X 1652 X 1510 X 1331 X 1320 X 1612 X 1534 X 1413 X 1155 X +USW00023188200707PGTM 1036 W 1147 W 1521 W 1316 W 1621 W 1237 W 1337 W 1152 W 1401 W 1501 W 1634 W 1235 W 1222 W 1251 W 1335 W 1538 W 1404 W 1457 W 1325 W 1422 W 1412 W 1438 W 1143 W 1312 W 1013 W 1409 W 1334 W 1310 W 1523 W 1359 W 1347 W +USW00023188200707WDF2 160 X 210 X 170 X 220 X 270 X 210 X 270 X 200 X 280 X 210 X 280 X 280 X 290 X 260 X 210 X 230 X 290 X 290 X 230 X 200 X 180 X 220 X 210 X 200 X 280 X 280 X 290 X 230 X 210 X 210 X 230 X +USW00023188200707WDF5 190 X 210 X 200 X 200 X 270 X 210 X 290 X 190 X 250 X 240 X 290 X 280 X 300 X 290 X 190 X 220 X 270 X 290 X 260 X 190 X 190 X 230 X 220 X 220 X 300 X 270 X 280 X 220 X 230 X 250 X 220 X +USW00023188200707WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200707WSF2 54 X 58 X 54 X 54 X 58 X 58 X 58 X 63 X 54 X 63 X 76 X 76 X 80 X 58 X 54 X 58 X 58 X 76 X 54 X 58 X 54 X 54 X 63 X 54 X 45 X 72 X 63 X 54 X 58 X 63 X 63 X +USW00023188200707WSF5 63 X 67 X 63 X 67 X 67 X 67 X 80 X 76 X 67 X 72 X 94 X 94 X 94 X 67 X 72 X 67 X 72 X 89 X 67 X 67 X 72 X 63 X 72 X 67 X 72 X 76 X 72 X 63 X 67 X 72 X 72 X +USW00023188200707WT01-9999 -9999 1 0 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200707WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 W-9999 -9999 -9999 -9999 1 W 1 0 1 W 1 0-9999 -9999 1 0 1 0 1 0-9999 1 W-9999 1 0 1 0 1 W-9999 -9999 -9999 +USW00023188200707WT13-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200708TMAX 239 0 256 0 250 0 228 0 233 0 233 0 228 0 239 0 233 0 233 0 233 0 244 0 261 0 283 0 272 0 261 0 256 0 272 0 272 0 283 0 278 0 233 0 228 0 239 0 244 0 294 0 261 0 272 0 267 0 267 0 289 0 +USW00023188200708TMIN 194 0 211 0 200 0 200 0 200 0 206 0 200 0 194 0 194 0 194 0 194 0 200 0 200 0 206 0 211 0 217 0 211 0 211 0 206 0 217 0 211 0 200 0 194 0 194 0 206 0 217 0 211 0 206 0 206 0 211 0 222 0 +USW00023188200708PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200708AWND 24 W 31 W 31 W 28 W 33 W 31 W 26 W 31 W 26 W 26 W 28 W 31 W 26 W 26 W 29 W 25 W 27 W 26 W 23 W 26 W 22 W 33 W-9999 22 W 38 W 36 W 33 W 34 W 30 W 17 W 26 W +USW00023188200708FMTM 1337 X 1713 X 1457 X 1306 X 1540 X 1119 X 1511 X 1614 X 1257 X 1454 X 1338 X 1208 X 1239 X 1125 X 1705 X 1822 X 1118 X 1406 X 1047 X 1447 X 1347 X 2339 X 1232 X 1318 X 1207 X 1345 X 1223 X 1256 X 1338 X 1507 X 1220 X +USW00023188200708PGTM 1256 W 1555 W 1307 W 1306 W 1540 W 1157 W 1322 W 1152 W 1222 W 1419 W 1338 W 1311 W 1316 W 1612 W 1705 W 1410 W 1254 W 1414 W 1047 W 1448 W 1613 W 1451 W 1536 W 1332 W 1206 W 1338 W 1503 W 1256 W 1338 W 1505 W 1334 W +USW00023188200708WDF2 210 X 280 X 280 X 230 X 210 X 270 X 270 X 290 X 270 X 260 X 280 X 290 X 310 X 290 X 310 X 160 X 190 X 220 X 290 X 290 X 290 X 200 X 210 X 290 X 280 X 300 Z 290 X 300 X 290 X 180 X 300 X +USW00023188200708WDF5 230 X 290 X 290 X 220 X 220 X 280 X 270 X 290 X 280 X 270 X 280 X 290 X 290 X 270 X 310 X 210 X 200 X 270 X 280 X 280 X 300 X 250 X 210 X 290 X 280 X 300 Z 290 X 290 X 290 X 170 X 290 X +USW00023188200708WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200708WSF2 58 X 63 X 58 X 58 X 58 X 67 X 58 X 63 X 63 X 58 X 58 X 67 X 63 X 58 X 58 X 45 X 58 X 54 X 58 X 72 X 54 X 54 X 58 X 58 X 80 X 89 Z 76 X 76 X 76 X 45 X 58 X +USW00023188200708WSF5 80 X 72 X 67 X 67 X 67 X 80 X 72 X 80 X 80 X 72 X 72 X 76 X 72 X 63 X 67 X 63 X 72 X 72 X 67 X 80 X 58 X 67 X 67 X 72 X 98 X 116 Z 89 X 94 X 89 X 63 X 67 X +USW00023188200708WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200708WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188200708WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 W-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 +USW00023188200709TMAX 294 0 317 0 328 0 267 0 222 0 228 0 233 0 233 0 233 0 250 0 261 0 256 0 244 0 233 0 239 0 228 0 211 0 217 0 200 0 206 0 217 0 211 0 211 0 222 0 222 0 239 0 222 0 206 0 211 0 239 0-9999 +USW00023188200709TMIN 222 0 228 0 233 0 217 0 194 0 194 0 183 0 189 0 183 0 172 0 178 0 189 0 189 0 189 0 183 0 150 0 183 0 172 0 178 0 167 0 150 0 167 0 156 0 156 0 161 0 167 0 167 0 172 0 172 0 150 0-9999 +USW00023188200709PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 13 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00023188200709AWND 18 W 17 W 26 W 23 W 27 W 29 W 31 W 34 W 33 W 32 W 30 W 35 W 21 W 21 W 18 W 22 W 32 W 26 W 35 W 32 W 36 W 33 W 23 W 29 W 16 W 18 W 19 W 30 W 24 W 15 W-9999 +USW00023188200709FMTM 1625 X 1357 X 1159 X 1648 X 1232 X 1338 X 1519 X 1258 X 1220 X 1427 X 1231 X 1446 X 1332 X 1645 X 1532 X 1748 X 1502 X 1224 X 2339 X 0122 X 1304 X 0433 X 1513 X 1431 X 1223 X 1301 X 1239 X 1553 X 1530 X 1410 X-9999 +USW00023188200709PGTM 1357 W 1403 W 1207 W 1337 W 1325 W 1220 W 1245 W 1155 W 1334 W 1437 W 1320 W 1447 W 1331 W 1644 W 1633 W 1747 W 1458 W 1436 W 1035 W 0210 W 1251 W 0433 W 1440 W 1445 W 1233 W 1137 W 1155 W 1515 W 1156 W 1406 W-9999 +USW00023188200709WDF2 320 X 190 X 300 X 180 X 220 X 250 X 290 X 290 X 290 X 290 X 290 X 290 X 290 X 290 X 280 X 290 X 210 X 230 X 160 X 160 X 190 X 150 X 280 X 290 X 300 X 280 X 210 X 290 X 290 X 290 X-9999 +USW00023188200709WDF5 310 X 180 X 290 X 230 X 220 X 220 X 290 X 290 X 290 X 300 X 300 X 290 X 290 X 290 X 300 X 290 X 220 X 230 X 250 X 190 X 180 X 150 X 290 X 300 X 280 X 310 X 210 X 300 X 270 X 300 X-9999 +USW00023188200709WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200709WSF2 45 X 67 X 76 X 40 X 54 X 58 X 76 X 67 X 72 X 80 X 76 X 76 X 72 X 54 X 63 X 58 X 58 X 58 X 63 X 72 X 94 X 80 X 67 X 72 X 54 X 63 X 54 X 63 X 63 X 45 X-9999 +USW00023188200709WSF5 67 X 76 X 89 X 58 X 67 X 80 X 103 X 89 X 89 X 107 X 94 X 89 X 89 X 63 X 72 X 67 X 76 X 72 X 76 X 80 X 112 X 98 X 89 X 89 X 72 X 76 X 63 X 76 X 80 X 58 X-9999 +USW00023188200709WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 +USW00023188200709WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188200709WT08 1 0 1 0 1 0 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188200709WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188200709WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188200709WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188200710TMAX 244 0 244 0 244 0 206 0 194 0 206 0 306 0 272 0 233 0 206 0 206 0 194 0 194 0 200 0 183 0 194 0 194 0 211 0 250 0 206 0 289 0 278 0 289 0 311 0 272 0 189 0 244 0 261 0 250 0 194 0 189 0 +USW00023188200710TMIN 178 0 167 0 178 0 178 0 161 0 139 0 128 0 139 0 139 0 144 0 161 0 156 0 156 0 156 0 167 0 161 0 150 0 139 0 150 0 150 0 139 0 172 0 161 0 172 0 167 0 144 0 161 0 150 0 167 0 144 0 128 0 +USW00023188200710PRCP 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 53 0 0 0 0 0 0 0 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 +USW00023188200710AWND 18 W 20 W 17 W 40 W 50 W 34 W 16 W 15 W 18 W 33 W 22 W 22 W 31 W 25 W 29 W 29 W 19 W 22 W 13 W 19 W 17 W 19 W 13 W 10 W 8 W 16 W 14 W 17 W 15 W 13 W 14 W +USW00023188200710FMTM 1431 X 1407 X 1319 X 1454 X 1243 X 1704 X 1334 X 1259 X 1352 X 1325 X 1112 X 1318 X 0709 X 1337 X 1532 X 1359 X 1439 X 1401 X 1445 X 1439 X 1226 X 1101 X 1216 X 1304 X 1355 X 1455 X 1503 X 1333 X 1117 X 1326 X 1305 X +USW00023188200710PGTM 1418 W 1403 W 1241 W 1353 W 1136 W 1918 W 1309 W 1259 W 1233 W 1324 W 1206 W 1316 W 0708 W 1425 W 1451 W 1351 W 1439 W 1340 W 1448 W 1252 W 1225 W 1722 W 1215 W 1302 W 1355 W 1505 W 1231 W 1329 W 1137 W 1344 W 1451 W +USW00023188200710WDF2 290 X 290 X 300 X 200 X 290 X 340 X 270 X 290 X 290 X 290 X 210 X 280 X 160 X 290 X 290 X 250 X 260 X 290 X 300 X 200 X 330 X 260 X 290 X 300 X 180 X 220 X 300 X 300 X 310 X 260 X 280 X +USW00023188200710WDF5 300 X 300 X 310 X 190 X 290 X 10 X 270 X 290 X 300 X 290 X 270 X 300 X 160 X 290 X 290 X 260 X 270 X 290 X 300 X 270 X 330 X 80 X 280 X 290 X 180 X 220 X 280 X 320 X 320 X 250 X 310 X +USW00023188200710WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200710WSF2 67 X 72 X 54 X 67 X 94 X 76 X 72 X 58 X 63 X 94 X 54 X 63 X 76 X 72 X 63 X 67 X 58 X 80 X 54 X 45 X 54 X 54 X 58 X 45 X 40 X 45 X 54 X 63 X 72 X 54 X 54 X +USW00023188200710WSF5 80 X 89 X 72 X 89 X 116 X 98 X 89 X 67 X 76 X 103 X 72 X 89 X 103 X 89 X 80 X 80 X 72 X 98 X 67 X 67 X 63 X 72 X 72 X 58 X 45 X 54 X 67 X 89 X 94 X 67 X 72 X +USW00023188200710WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 W-9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 1 0 +USW00023188200710WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188200710WT08 1 0 1 0 1 W-9999 1 W-9999 -9999 -9999 1 W 1 0-9999 1 W 1 0 1 0 1 0 1 W 1 W-9999 1 W 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 W 1 0 +USW00023188200710WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 1 X 1 X +USW00023188200710WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200710WT16-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188200711TMAX 172 0 183 0 189 0 183 0 172 0 167 0 172 0 161 0 172 0 189 0 178 0 217 0 267 0 289 0 272 0 172 0 172 0 167 0 167 0 156 0 178 0 172 0 167 0 222 0 183 0 217 0 206 0 233 0 217 0 189 0-9999 +USW00023188200711TMIN 144 0 150 0 144 0 133 0 144 0 150 0 150 0 150 0 150 0 139 0 122 0 150 0 139 0 144 0 139 0 139 0 150 0 139 0 122 0 122 0 139 0 128 0 111 0 83 0 94 0 106 0 106 0 106 0 111 0 128 0-9999 +USW00023188200711PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 236 0-9999 +USW00023188200711AWND 11 W 20 W 23 W 21 W 21 W 28 W 22 W 20 W 21 W 16 W 17 W 21 W 15 W 11 W 17 W 16 W 15 W 26 W 17 W 20 W 21 W 18 W 18 W 15 W 11 W 10 W 11 W 11 W 9 W 41 W-9999 +USW00023188200711FMTM 1420 X 1401 X 1311 X 1357 X 1423 X 1405 X 0912 X 1558 X 1348 X 1320 X 1234 X 1721 X 1229 X 1514 X 1355 X 1514 X 1506 X 1330 X 1328 X 1052 X 1532 X 1627 X 1424 X 1502 X 1348 X 1417 X 1501 X 1438 X 1517 X 1628 X-9999 +USW00023188200711PGTM 1434 W 1443 W 1311 W 1324 W 1521 W 1049 W 0910 W 1416 W 1348 W 1350 W 1235 W 1714 W 1337 W 1513 W 1436 W 1504 W 1452 W 1235 W 1328 W 1055 W 1536 W 1618 W 1440 W 1511 W 1327 W 1400 W 2045 W 1437 W 1509 W 1632 W-9999 +USW00023188200711WDF2 230 X 280 X 280 X 280 X 290 X 350 X 290 X 280 X 290 X 290 X 190 X 350 X 320 X 300 X 180 X 190 X 290 X 290 X 290 X 180 X 240 X 210 X 290 X 300 X 210 X 310 X 300 X 310 X 180 X 170 X-9999 +USW00023188200711WDF5 260 X 270 X 280 X 290 X 310 X 290 X 280 X 300 X 290 X 270 X 190 X 350 X 290 X 300 X 200 X 190 X 280 X 280 X 290 X 180 X 230 X 200 X 290 X 310 X 190 X 310 X 10 X 310 X 170 X 170 X-9999 +USW00023188200711WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200711WSF2 45 X 45 X 58 X 63 X 63 X 54 X 45 X 40 X 63 X 58 X 54 X 63 X 67 X 54 X 63 X 40 X 40 X 58 X 63 X 40 X 45 X 45 X 67 X 63 X 45 X 67 X 45 X 40 X 40 X 107 X-9999 +USW00023188200711WSF5 54 X 63 X 67 X 76 X 72 X 72 X 63 X 54 X 76 X 80 X 63 X 80 X 76 X 67 X 67 X 54 X 58 X 72 X 72 X 54 X 58 X 63 X 80 X 76 X 63 X 89 X 63 X 54 X 54 X 139 X-9999 +USW00023188200711WT01 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 W-9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188200711WT02-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200711WT08 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 1 W 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 0-9999 +USW00023188200711WT13 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188200711WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188200712TMAX 156 0 156 0 183 0 194 0 183 0 178 0 156 0 144 0 139 0 161 0 167 0 161 0 150 0 161 0 178 0 167 0 156 0 161 0 156 0 161 0 167 0 167 0 189 0 222 0 194 0 150 0 133 0 139 0 139 0 144 0 189 0 +USW00023188200712TMIN 128 0 83 0 78 0 83 0 106 0 128 0 122 0 83 0 78 0 61 0 89 0 67 0 61 0 61 0 67 0 67 0 78 0 83 0 128 0 122 0 89 0 50 0 56 0 83 0 78 0 56 0 67 0 61 0 100 0 72 0 72 0 +USW00023188200712PRCP 3 0 0 0 0 0 0 0 0 0 0 0 46 0 71 0 18 0 0 0 23 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 28 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0T 0 0 0 0 0 +USW00023188200712AWND 36 W 14 W 21 W 11 W 23 W 47 W 59 W 41 W 15 W 17 W 26 W 13 W 7 W 16 W 12 W 12 W 11 W 14 W 21 W 26 W 23 W 14 W 10 W 9 W 9 W 17 W 25 W 13 W 18 W 12 W 7 W +USW00023188200712FMTM 0958 X 1447 X 1401 X 1255 X 2256 X 2359 X 0136 X 2232 X 2355 X 1544 X 0535 X 1549 X 1337 X 1555 X 1405 X 1307 X 1504 X 1556 X 0441 X 2247 X 1355 X 1504 X 1453 X 1402 X 1338 X 2252 X 0214 X 1332 X 1432 X 1555 X 1329 X +USW00023188200712PGTM 0958 W 1431 W 1401 W 1247 W 2251 W 2358 W 0134 W 0049 W 2354 W 1549 W 0539 W 1547 W 1430 W 1557 W 1400 W 1307 W 1440 W 1607 W 0826 W 2246 W 1735 W 1503 W 1453 W 1402 W 1336 W 2252 W 0159 W 1336 W 0410 W 1236 W 1325 W +USW00023188200712WDF2 240 X 290 X 300 X 300 X 180 X 160 X 160 X 230 X 70 X 270 X 80 X 340 X 320 X 300 X 290 X 310 X 290 X 290 X 150 X 290 X 290 X 320 X 320 X 310 X 200 X 10 X 340 X 260 X 290 X 290 X 170 X +USW00023188200712WDF5 240 X 300 X 300 X 300 X 170 X 160 X 160 X 290 X 70 X 260 X 80 X 340 X 300 X 300 X 290 X 300 X 300 X 300 X 160 X 290 X 320 X 320 X 320 X 320 X 200 X 20 X 340 X 280 X 360 X 280 X 180 X +USW00023188200712WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200712WSF2 89 X 67 X 67 X 54 X 58 X 94 X 107 X 89 X 54 X 58 X 67 X 63 X 54 X 54 X 54 X 58 X 58 X 58 X 45 X 67 X 63 X 72 X 76 X 54 X 58 X 67 X 67 X 54 X 54 X 45 X 31 X +USW00023188200712WSF5 107 X 89 X 80 X 67 X 72 X 112 X 134 X 112 X 63 X 67 X 89 X 76 X 63 X 63 X 63 X 72 X 72 X 67 X 63 X 89 X 72 X 89 X 89 X 67 X 72 X 80 X 94 X 76 X 72 X 58 X 40 X +USW00023188200712WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 +USW00023188200712WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200712WT08-9999 -9999 -9999 -9999 1 0 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 W 1 0 1 0 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 0 1 0 +USW00023188200712WT13-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X +USW00023188200712WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188200712WT16 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 +USW00023188200801TMAX 211 0 200 0 167 0 156 0 139 0 139 0 133 0 133 0 144 0 144 0 150 0 172 0 222 0 244 0 172 0 139 0 194 0 167 0 183 0 144 0 128 0 150 0 161 0 139 0 150 0 189 0 167 0 139 0 133 0 139 0 156 0 +USW00023188200801TMIN 67 0 89 0 106 0 128 0 122 0 100 0 94 0 72 0 83 0 78 0 83 0 72 0 78 0 78 0 78 0 83 0 67 0 61 0 61 0 61 0 100 0 100 0 72 0 83 0 106 0 100 0 133 0 111 0 83 0 83 0 72 0 +USW00023188200801PRCP 0 0 0 0 0 0 3 0 224 0 94 0 89 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 0 20 0 173 0 18 0 0 0 81 0 102 0 20 0 0 0 0 0 0 0 +USW00023188200801AWND 9 W 10 W 19 W 39 W 55 W 41 W 38 W 11 W 12 W 15 W 10 W 9 W 10 W 23 W 15 W 16 W 21 W 10 W 13 W 18 W 21 W 18 W 35 W 40 W 34 W 17 W 66 W 38 W 12 W 15 W 15 W +USW00023188200801FMTM 1324 X 1833 X 1736 X 2349 X 0500 X 2356 X 0035 X 1318 X 1342 X 1442 X 1526 X 1335 X 1425 X 1504 X 1408 X 1130 X 1456 X 1604 X 1502 X 2309 X 1147 X 1456 X 1854 X 1356 X 1349 X 1849 X 0353 X 1232 X 1522 X 1022 X 1402 X +USW00023188200801PGTM 1435 W 1245 W 1817 W 2348 W 0651 W 2311 W 2355 W 1315 W 1344 W 1255 W 0406 W 1334 W 1424 W 1504 W 1402 W 1414 W 1458 W 1603 W 1501 W 2309 W 1146 W 1456 W 2005 W 2128 W 1349 W 1848 W 0417 W 1232 W 1511 W 1022 W 1450 W +USW00023188200801WDF2 320 X 180 X 170 X 160 X 160 X 190 X 220 X 220 X 290 X 290 X 300 X 170 X 310 X 300 X 200 X 180 X 290 X 290 X 290 X 150 X 240 X 250 X 160 X 160 X 180 X 120 X 160 X 290 X 210 X 300 X 290 X +USW00023188200801WDF5 340 X 210 X 170 X 160 X 150 X 170 X 190 X 240 X 290 X 300 X 10 X 160 X 310 X 290 X 190 X 210 X 290 X 290 X 290 X 150 X 230 X 250 X 160 X 130 X 190 X 130 X 160 X 300 X 230 X 290 X 300 X +USW00023188200801WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200801WSF2 36 X 31 X 67 X 94 X 125 X 116 X 116 X 45 X 67 X 58 X 45 X 45 X 54 X 72 X 40 X 40 X 80 X 40 X 58 X 54 X 63 X 54 X 98 X 89 X 89 X 76 X 139 X 103 X 45 X 72 X 63 X +USW00023188200801WSF5 40 X 40 X 80 X 116 X 165 X 170 X 161 X 58 X 80 X 72 X 58 X 54 X 63 X 94 X 54 X 54 X 98 X 54 X 72 X 72 X 72 X 67 X 125 X 103 X 103 X 94 X 197 X 116 X 76 X 80 X 72 X +USW00023188200801WT01-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 -9999 1 W 1 0 1 W-9999 -9999 -9999 +USW00023188200801WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200801WT08 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200801WT13-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188200801WT16-9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188200802TMAX 150 0 144 0 139 0 139 0 156 0 150 0 194 0 228 0 250 0 228 0 217 0 222 0 139 0 139 0 167 0 178 0 150 0 156 0 150 0 144 0 150 0 144 0 167 0 156 0 161 0 228 0 233 0 150 W 150 0-9999 -9999 +USW00023188200802TMIN 72 0 100 0 100 0 89 0 61 0 61 0 72 0 83 0 89 0 94 0 100 0 100 0 106 0 61 0 50 0 67 0 83 0 89 0 122 0 117 0 106 0 117 0 89 0 117 0 89 0 83 0 94 0 100 W 122 0-9999 -9999 +USW00023188200802PRCP 0T 0 0 0 64 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 53 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 114 0 0T 0 56 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188200802AWND 18 W 24 W 53 W 33 W 14 W 13 W 13 W 12 W 13 W 9 W 14 W 17 W 32 W 51 W 14 W 15 W 15 W 19 W 21 W 34 W 29 W 54 W 20 W 22 W 24 W 16 W 13 W-9999 22 W-9999 -9999 +USW00023188200802FMTM 1526 X 0857 X 1219 X 0303 X 1445 X 1232 X 1513 X 1503 X 1237 X 1400 X 1515 X 1626 X 2316 X 1714 X 1445 X 1528 X 1505 X 1428 X 1452 X 1854 X 2353 X 0403 X 1242 X 0650 X 1427 X 1646 X 1432 X 9999 XX 1231 X-9999 -9999 +USW00023188200802PGTM 1516 W 0850 W 2340 W 0134 W 1424 W 1324 W 1510 W 1523 W 1338 W 1334 W 1515 W 1625 W 2315 W 1713 W 1455 W 1528 W 1344 W 1500 W 1420 W 1212 W 2352 W 0353 W 1241 W 0649 W 1403 W 1514 W 1454 W-9999 1506 W-9999 -9999 +USW00023188200802WDF2 230 X 140 X 230 X 290 X 290 X 300 X 290 X 290 X 320 X 320 X 290 X 290 X 180 X 60 X 280 X 240 X 290 X 290 X 270 X 250 X 160 X 170 X 220 X 170 X 290 X 340 X 290 X 210 W 210 X-9999 -9999 +USW00023188200802WDF5 220 X 150 X 290 X 290 X 290 X 280 X 290 X 290 X 300 X 320 X 300 X 300 X 180 X 60 X 320 X 250 X 290 X 290 X 300 X 190 X 160 X 170 X 220 X 160 X 290 X 320 X 290 X 210 W 210 X-9999 -9999 +USW00023188200802WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 +USW00023188200802WSF2 58 X 54 X 98 X 98 X 45 X 54 X 54 X 54 X 54 X 45 X 63 X 63 X 67 X 107 X 58 X 63 X 63 X 67 X 58 X 67 X 72 X 116 X 63 X 67 X 76 X 45 X 67 X 45 W 45 X-9999 -9999 +USW00023188200802WSF5 67 X 63 X 134 X 139 X 63 X 58 X 67 X 63 X 58 X 58 X 72 X 72 X 80 X 139 X 72 X 72 X 76 X 76 X 72 X 89 X 89 X 148 X 72 X 89 X 94 X 63 X 76 X 63 W 58 X-9999 -9999 +USW00023188200802WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0-9999 1 0-9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 +USW00023188200802WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188200802WT08-9999 -9999 1 W-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 1 W 1 0-9999 -9999 -9999 1 W 1 0-9999 1 0-9999 -9999 -9999 1 0 1 0 1 W 1 W 1 0 1 0-9999 -9999 +USW00023188200802WT13-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 1 X-9999 1 X-9999 1 X 1 X-9999 1 X-9999 -9999 +USW00023188200802WT16 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200803TMAX 156 0 178 0 200 0 167 0 161 0 211 0 206 0 194 0 194 0 256 0 244 0 211 0 183 0 161 0 156 0 150 0 172 0 189 0 156 0 167 0 194 0 239 0 272 0 261 0 189 0 178 0 172 0 161 0 172 0 139 0 144 0 +USW00023188200803TMIN 122 0 117 0 100 0 83 0 111 0 94 0 111 0 100 0 106 0 117 0 117 0 122 0 139 0 139 0 100 0 78 0 89 0 89 0 122 0 117 0 94 0 100 0 117 0 128 0 111 0 122 0 128 0 122 0 122 0 111 0 106 0 +USW00023188200803PRCP 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 +USW00023188200803AWND 24 W 21 W 21 W 21 W 19 W 16 W 22 W 16 W 21 W 15 W 16 W 14 W 23 W 30 W 55 W 22 W 20 W 14 W 21 W 24 W 21 W 19 W 19 W 17 W 16 W 24 W 22 W 31 W 36 W 40 W 23 W +USW00023188200803FMTM 1159 X 1440 X 1145 X 1121 X 0117 X 1609 X 1530 X 1426 X 1533 X 1521 X 1408 X 1332 X 1510 X 1304 X 2012 X 0217 X 1630 X 1453 X 1248 X 1532 X 1452 X 1518 X 1559 X 1339 X 1408 X 1724 X 1407 X 1318 X 1406 X 1424 X 1258 X +USW00023188200803PGTM 1158 W 1520 W 1220 W 1338 W 0113 W 1630 W 1445 W 1422 W 1535 W 1520 W 1407 W 1332 W 1527 W 1303 W 1458 W 0216 W 1629 W 1331 W 1202 W 1608 W 1451 W 1528 W 1535 W 1449 W 1559 W 1446 W 1202 W 1448 W 1406 W 1555 W 1256 W +USW00023188200803WDF2 300 X 290 X 290 X 180 X 130 X 300 X 320 X 230 X 320 X 290 X 290 X 290 X 220 X 260 X 260 X 290 X 300 X 220 X 280 X 290 X 300 X 300 X 310 X 320 X 300 X 290 X 290 X 240 X 260 X 250 X 230 X +USW00023188200803WDF5 290 X 290 X 270 X 210 X 140 X 300 X 300 X 240 X 310 X 290 X 290 X 290 X 240 X 260 X 280 X 300 X 300 X 210 X 270 X 290 X 290 X 310 X 310 X 310 X 250 X 290 X 290 X 230 X 270 X 270 X 220 X +USW00023188200803WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200803WSF2 63 X 72 X 72 X 54 X 54 X 76 X 76 X 45 X 67 X 72 X 63 X 63 X 54 X 67 X 98 X 98 X 72 X 45 X 54 X 67 X 67 X 58 X 72 X 58 X 40 X 54 X 54 X 58 X 63 X 76 X 72 X +USW00023188200803WSF5 94 X 89 X 89 X 63 X 67 X 98 X 103 X 58 X 72 X 94 X 72 X 72 X 58 X 80 X 130 X 130 X 94 X 67 X 67 X 76 X 80 X 72 X 89 X 67 X 58 X 67 X 80 X 72 X 80 X 107 X 94 X +USW00023188200803WT01-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 +USW00023188200803WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200803WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200803WT04-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200803WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188200803WT07-9999 -9999 1 0-9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00023188200803WT08 1 W-9999 1 X-9999 1 X 1 X-9999 1 X 1 X 1 W-9999 1 W 1 X-9999 1 W-9999 -9999 -9999 1 X 1 X 1 X 1 W 1 W-9999 1 X 1 X 1 W 1 X 1 W 1 W-9999 +USW00023188200803WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200803WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00023188200803WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188200803WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188200804TMAX 150 0 150 0 183 0 167 0 156 0 156 0 161 0 156 0 156 0 178 0 239 0 306 0 317 0 244 0 161 0 172 0 256 0 222 0 150 0 167 0 167 0 172 0 178 0 178 0 244 0 294 0 344 0 311 0 200 0 156 0-9999 +USW00023188200804TMIN 100 0 100 0 117 0 122 0 122 0 117 0 128 0 117 0 117 0 94 0 117 0 128 0 150 0 144 0 139 0 128 0 122 0 133 0 128 0 122 0 122 0 117 0 133 0 122 0 122 0 139 0 178 0 172 0 156 0 133 0-9999 +USW00023188200804PRCP 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200804AWND 22 W 22 W 29 W 33 W 34 W 28 W 30 W 37 W 34 W 24 W 22 W 20 W 19 W 19 W 34 W 35 W 23 W 23 W 36 W 29 W 26 W 22 W 37 W 27 W 22 W 20 W 23 W 16 W 35 W 45 W-9999 +USW00023188200804FMTM 1431 X 1253 X 1325 X 1306 X 1353 X 1246 X 1548 X 1515 X 0244 X 1347 X 1440 X 1528 X 1638 X 1302 X 1226 X 1553 X 1655 X 1057 X 1244 X 1717 X 1552 X 1538 X 1716 X 1340 X 1314 X 1438 X 1452 X 1241 X 2315 X 1005 X-9999 +USW00023188200804PGTM 1207 W 1618 W 1609 W 1306 W 1452 W 1615 W 1619 W 1522 W 1534 W 1344 W 1438 W 1500 W 1501 W 1302 W 1403 W 1441 W 1654 W 1106 W 1233 W 1313 W 1529 W 1621 W 1721 W 1339 W 1313 W 1232 W 1451 W 1239 W 2333 W 1001 W-9999 +USW00023188200804WDF2 290 X 270 X 280 X 280 X 210 X 240 X 280 X 260 X 260 X 290 X 290 X 290 X 340 X 320 X 180 X 290 X 320 X 290 X 250 X 320 X 300 X 260 X 290 X 290 X 300 X 290 X 290 X 330 X 160 X 190 X-9999 +USW00023188200804WDF5 270 X 290 X 290 X 290 X 250 X 300 X 300 X 250 X 270 X 290 X 290 X 310 X 320 X 320 X 200 X 290 X 320 X 290 X 270 X 300 X 270 X 320 X 300 X 290 X 300 X 310 X 290 X 330 X 190 X 180 X-9999 +USW00023188200804WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200804WSF2 67 X 58 X 76 X 76 X 63 X 63 X 58 X 89 X 72 X 76 X 76 X 67 X 76 X 63 X 63 X 67 X 72 X 72 X 63 X 58 X 54 X 54 X 80 X 80 X 76 X 76 X 67 X 45 X 63 X 76 X-9999 +USW00023188200804WSF5 98 X 76 X 94 X 98 X 80 X 72 X 72 X 103 X 89 X 94 X 94 X 89 X 98 X 72 X 89 X 89 X 89 X 89 X 80 X 80 X 72 X 72 X 98 X 98 X 94 X 103 X 80 X 63 X 67 X 98 X-9999 +USW00023188200804WT01-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00023188200804WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200804WT07-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188200804WT08-9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 X-9999 -9999 -9999 1 X-9999 -9999 1 W-9999 -9999 -9999 1 X 1 W-9999 +USW00023188200804WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188200804WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200805TMAX 189 0 233 0 228 0 183 0 172 0 156 0 172 0 178 0 167 0 189 0 183 0 167 0 206 0 228 0 233 0 306 0 278 0 300 0 267 0 189 0 194 0 178 0 161 0 172 0 183 0 189 0 189 0 194 0 211 0 211 0 189 0 +USW00023188200805TMIN 139 0 139 0 144 0 144 0 139 0 139 0 133 0 139 0 139 0 139 0 150 0 139 0 139 0 139 0 156 0 161 0 167 0 189 0 183 0 156 0 156 0 150 0 122 0 117 0 122 0 144 0 150 0 144 0 139 0 144 0 161 0 +USW00023188200805PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28 0 25 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200805AWND 29 W 22 W 21 W 32 W 35 W 29 W 23 W 30 W 31 W 28 W 30 W 41 W 33 W 21 W 24 W 29 W 18 W 18 W 22 W 26 W 37 W 55 W 48 W 29 W 30 W 34 W 35 W 28 W 26 W 24 W 27 W +USW00023188200805FMTM 1312 X 1240 X 1043 X 1337 X 1515 X 2330 X 1301 X 1253 X 2127 X 1753 X 1403 X 1227 X 1528 X 1637 X 1501 X 1557 X 1605 X 1659 X 1549 X 1101 X 1350 X 1146 X 1318 X 1304 X 1522 X 1636 X 1627 X 1252 X 1713 X 1347 X 1617 X +USW00023188200805PGTM 1204 W 1219 W 1507 W 1223 W 1324 W 2304 W 1306 W 1423 W 2315 W 1420 W 1329 W 1320 W 1528 W 1054 W 1439 W 1249 W 1604 W 1659 W 1604 W 1545 W 1350 W 1155 W 0837 W 1303 W 1547 W 1319 W 1550 W 1612 W 1358 W 1246 W 1128 W +USW00023188200805WDF2 290 X 300 X 280 X 220 X 260 X 190 X 280 X 270 X 170 X 290 X 220 X 230 X 270 X 310 X 280 X 340 X 300 X 330 X 290 X 230 X 260 X 200 X 210 X 200 X 270 X 290 X 290 X 290 X 290 X 280 X 280 X +USW00023188200805WDF5 280 X 290 X 230 X 240 X 280 X 200 X 270 X 280 X 160 X 270 X 210 X 230 X 280 X 280 X 290 X 300 X 300 X 330 X 300 X 230 X 260 X 210 X 180 X 210 X 280 X 290 X 300 X 310 X 280 X 270 X 290 X +USW00023188200805WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200805WSF2 63 X 72 X 58 X 63 X 67 X 54 X 63 X 67 X 58 X 54 X 58 X 67 X 72 X 54 X 54 X 72 X 58 X 54 X 45 X 58 X 76 X 94 X 94 X 67 X 72 X 72 X 63 X 67 X 67 X 63 X 63 X +USW00023188200805WSF5 80 X 98 X 72 X 80 X 89 X 63 X 76 X 89 X 72 X 72 X 76 X 94 X 98 X 67 X 72 X 98 X 72 X 63 X 67 X 67 X 94 X 107 X 125 X 94 X 107 X 103 X 89 X 80 X 94 X 89 X 80 X +USW00023188200805WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 X-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200805WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200805WT05-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200805WT07-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200805WT08-9999 1 W 1 X-9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 1 W-9999 1 X 1 X 1 X 1 W-9999 1 X-9999 1 X 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00023188200805WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200805WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200806TMAX 200 0 200 0 183 0 167 0 211 0 261 0 183 0 194 0 200 0 183 0 189 0 200 0 211 0 211 0 228 0 222 0 222 0 261 0 294 0 317 0 333 0 256 0 250 0 217 0 200 0 206 0 206 0 228 0 233 0 239 0-9999 +USW00023188200806TMIN 156 0 150 0 150 0 150 0 144 0 156 0 156 0 156 0 156 0 150 0 156 0 167 0 156 0 172 0 167 0 161 0 167 0 156 0 156 0 156 0 200 0 178 0 183 0 178 0 172 0 172 0 172 0 172 0 189 0 189 0-9999 +USW00023188200806PRCP 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200806AWND 24 W 24 W 33 W 37 W 24 W 22 W 45 W 22 W 20 W 25 W 27 W 27 W 28 W 39 W 29 W 20 W 26 W 27 W 21 W 17 W 21 W 22 W 25 W 23 W 34 W 29 W 26 W 33 W 40 W 39 W-9999 +USW00023188200806FMTM 1436 X 1711 X 1145 X 1014 X 1332 X 2246 X 1142 X 1417 X 1502 X 1527 X 1333 X 1117 X 1803 X 1212 X 1311 X 1033 X 1400 X 1248 X 1131 X 1510 X 1536 X 0909 X 1637 X 1319 X 1555 X 1239 X 1044 X 1400 X 1253 X 1136 X-9999 +USW00023188200806PGTM 1435 W 1615 W 1321 W 1014 W 1331 W 2245 W 1127 W 1302 W 1441 W 1527 W 1333 W 1136 W 1249 W 1212 W 1200 W 1032 W 1313 W 1251 W 1138 W 1305 W 1534 W 1304 W 1409 W 1314 W 1542 W 1142 W 1440 W 1410 W 1235 W 1135 W-9999 +USW00023188200806WDF2 290 X 280 X 180 X 160 X 280 X 160 X 190 X 220 X 220 X 160 X 200 X 220 X 290 X 290 X 280 X 290 X 290 X 180 X 160 X 280 X 170 X 180 X 310 X 210 X 180 X 220 X 210 X 280 X 290 X 290 X-9999 +USW00023188200806WDF5 290 X 280 X 200 X 160 X 280 X 160 X 180 X 220 X 240 X 160 X 190 X 230 X 270 X 290 X 310 X 290 X 320 X 180 X 180 X 230 X 180 X 160 X 290 X 200 X 230 X 230 X 230 X 300 X 290 X 290 X-9999 +USW00023188200806WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200806WSF2 58 X 58 X 63 X 67 X 63 X 63 X 80 X 58 X 45 X 58 X 67 X 63 X 58 X 80 X 67 X 58 X 63 X 67 X 72 X 45 X 58 X 58 X 45 X 54 X 54 X 58 X 58 X 72 X 76 X 80 X-9999 +USW00023188200806WSF5 76 X 76 X 72 X 80 X 89 X 76 X 107 X 76 X 67 X 72 X 76 X 76 X 80 X 98 X 89 X 72 X 76 X 80 X 80 X 72 X 67 X 63 X 76 X 72 X 72 X 76 X 72 X 89 X 98 X 103 X-9999 +USW00023188200806WT01-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 X 1 W 1 W-9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200806WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200806WT05-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200806WT07-9999 -9999 -9999 1 0-9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 +USW00023188200806WT08-9999 -9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 W-9999 1 W 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188200806WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200806WT14-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200806WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200807TMAX 228 0 222 0 233 0 272 0 233 0 228 0 222 0 217 0 206 0 217 0 228 0 250 0 244 0 244 0 250 0 244 0 233 0 233 0 211 0 222 0 233 0 228 0 233 0 228 0 233 0 228 0 222 0 233 0 233 0 233 0 233 0 +USW00023188200807TMIN 183 0 178 0 172 0 178 0 178 0 178 0 172 0 178 0 172 0 183 0 194 0 194 0 200 0 206 0 200 0 200 0 189 0 183 0 183 0 183 0 172 0 183 0 178 0 183 0 189 0 200 0 194 0 194 0 194 0 189 0 189 0 +USW00023188200807PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200807AWND 35 W 26 W 22 W 16 W 22 W 19 W 23 W 24 W 27 W 25 W 19 W 22 W 36 W 34 W 32 W 28 W 23 W 25 W 30 W 26 W 27 W 20 W 27 W 27 W 18 W 22 W 23 W 30 W 34 W 21 W 19 W +USW00023188200807FMTM 1426 X 1132 X 1054 X 1011 X 1338 X 1452 X 1208 X 1033 X 1438 X 1245 X 0159 X 1421 X 1343 X 1509 X 1201 X 1749 X 1256 X 1759 X 1328 X 1440 X 1227 X 1449 X 1734 X 1235 X 1323 X 1320 X 1522 X 1429 X 1605 X 1414 X 1659 X +USW00023188200807PGTM 1332 W 1426 W 0915 W 1008 W 1346 W 1451 W 1704 W 1116 W 1447 W 1134 W 0202 W 1357 W 1514 W 1505 W 1217 W 1422 W 1224 W 1637 W 1543 W 1314 W 0927 W 1318 W 1232 W 1540 W 1313 W 1345 W 1152 W 1347 W 1604 W 1218 W 1043 W +USW00023188200807WDF2 290 X 300 X 180 X 180 X 210 X 240 X 270 X 210 X 210 X 200 X 200 X 220 X 290 X 290 X 290 X 290 X 210 X 290 X 220 X 210 X 280 X 220 X 290 X 280 X 280 X 200 X 260 X 280 X 290 X 290 X 290 X +USW00023188200807WDF5 290 X 280 X 190 X 180 X 210 X 260 X 210 X 220 X 220 X 190 X 220 X 230 X 290 X 290 X 310 X 290 X 210 X 270 X 220 X 220 X 310 X 230 X 280 X 270 X 230 X 210 X 250 X 290 X 290 X 250 X 230 X +USW00023188200807WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200807WSF2 72 X 67 X 54 X 54 X 54 X 45 X 58 X 63 X 58 X 58 X 45 X 45 X 67 X 72 X 67 X 54 X 54 X 54 X 58 X 58 X 63 X 54 X 63 X 63 X 45 X 54 X 45 X 58 X 67 X 54 X 45 X +USW00023188200807WSF5 98 X 94 X 80 X 63 X 63 X 63 X 72 X 72 X 72 X 80 X 58 X 72 X 94 X 94 X 80 X 76 X 67 X 72 X 67 X 72 X 80 X 72 X 89 X 80 X 76 X 72 X 72 X 76 X 80 X 67 X 80 X +USW00023188200807WT01-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200807WT07-9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 1 0 +USW00023188200807WT08-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 W-9999 1 W-9999 -9999 1 X 1 W-9999 1 X-9999 1 X +USW00023188200807WT13-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200808TMAX 239 0 222 0 250 0 261 0 250 0 256 0 267 0 256 0 250 0 250 0 228 0 239 0 233 0 256 0 256 0 256 0 244 0 244 0 239 0 233 0 228 0 239 0 244 0 239 0 256 0 244 0 244 0 244 0 256 0 272 0 250 0 +USW00023188200808TMIN 194 0 189 0 194 0 206 0 200 0 200 0 211 0 206 0 206 0 200 0 194 0 189 0 189 0 194 0 206 0 206 0 206 0 206 0 189 0 189 0 167 0 200 0 206 0 206 0 206 0 200 0 206 0 200 0 200 0 211 0 206 0 +USW00023188200808PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200808AWND 22 W 18 W 23 W 22 W 22 W 28 W 32 W 23 W 26 W 25 W 28 W 26 W 24 W 20 W 23 W 24 W 30 W 31 W 30 W 22 W 22 W 23 W 23 W 35 W 22 W 26 W 26 W 28 W 17 W 19 W 24 W +USW00023188200808FMTM 1417 X 1318 X 1237 X 1329 X 1622 X 1327 X 1213 X 1444 X 1705 X 1456 X 1349 X 1339 X 1247 X 1408 X 1304 X 1455 X 1316 X 1429 X 1641 X 1320 X 1448 X 1515 X 1523 X 1052 X 1253 X 1440 X 1521 X 1307 X 1607 X 1636 X 1428 X +USW00023188200808PGTM 1429 W 1220 W 1231 W 1330 W 1342 W 1327 W 1202 W 1500 W 1332 W 1224 W 1255 W 1338 W 1244 W 1403 W 1500 W 1553 W 1311 W 1243 W 1354 W 1433 W 1447 W 1412 W 1139 W 1120 W 1334 W 1436 W 1228 W 1306 W 1615 W 1635 W 1504 W +USW00023188200808WDF2 290 X 210 X 210 X 210 X 270 X 290 X 280 X 300 X 290 X 290 X 270 X 290 X 290 X 280 X 210 X 290 X 290 X 290 X 280 X 220 X 180 X 220 X 280 X 290 X 210 X 170 X 280 X 290 X 290 X 290 X 240 X +USW00023188200808WDF5 260 X 230 X 230 X 220 X 300 X 290 X 280 X 300 X 300 X 300 X 290 X 290 X 300 X 280 X 280 X 290 X 290 X 290 X 290 X 210 X 180 X 220 X 260 X 290 X 200 X 180 X 290 X 290 X 290 X 290 X 260 X +USW00023188200808WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200808WSF2 54 X 54 X 54 X 54 X 54 X 67 X 67 X 54 X 58 X 63 X 63 X 76 X 58 X 54 X 54 X 58 X 76 X 72 X 63 X 54 X 54 X 54 X 67 X 76 X 58 X 45 X 58 X 72 X 45 X 67 X 54 X +USW00023188200808WSF5 67 X 72 X 63 X 67 X 80 X 80 X 80 X 63 X 94 X 80 X 89 X 98 X 76 X 67 X 67 X 80 X 98 X 107 X 94 X 67 X 67 X 67 X 89 X 94 X 72 X 63 X 80 X 94 X 63 X 76 X 63 X +USW00023188200808WT07 1 0 1 0-9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 +USW00023188200808WT08 1 X 1 X-9999 1 W 1 X 1 X-9999 1 X-9999 -9999 1 W-9999 1 X 1 X 1 X-9999 -9999 1 W-9999 -9999 1 W-9999 1 X 1 X 1 X 1 X 1 W 1 X-9999 -9999 -9999 +USW00023188200808WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200809TMAX 239 0 250 0 250 0 267 0 261 0 272 0 244 0 239 0 244 0 228 0 228 0 211 0 233 0 233 0 250 0 228 0 239 0 244 0 250 0 217 0 217 0 228 0 233 0 267 0 261 0 239 0 239 0 239 0 256 0 311 0-9999 +USW00023188200809TMIN 206 0 194 0 194 0 200 0 206 0 200 0 200 0 194 0 183 0 194 0 194 0 194 0 200 0 194 0 178 0 189 0 189 0 200 0 194 0 183 0 178 0 183 0 178 0 183 0 194 0 189 0 183 0 172 0 183 0 194 0-9999 +USW00023188200809PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00023188200809AWND 29 W 25 W 26 W 28 W 30 W 31 W 24 W 24 W 22 W 24 W 28 W 22 W 22 W 35 W 30 W 34 W 22 W 26 W 30 W 26 W 25 W 22 W 19 W 27 W 26 W 23 W 31 W 32 W 27 W 25 W-9999 +USW00023188200809FMTM 1346 X 1212 X 1152 X 1218 X 1215 X 1304 X 1400 X 1605 X 1603 X 1343 X 1420 X 1414 X 1647 X 1449 X 1440 X 0852 X 1243 X 1444 X 1406 X 1513 X 1400 X 1636 X 1054 X 1541 X 1311 X 1501 X 1357 X 1104 X 1429 X 1623 X-9999 +USW00023188200809PGTM 1217 W 1254 W 1255 W 1353 W 1208 W 1302 W 1418 W 1417 W 1443 W 1421 W 1313 W 1414 W 1312 W 1506 W 1444 W 0852 W 1243 W 1203 W 1406 W 1408 W 1345 W 1233 W 1122 W 1141 W 1213 W 1457 W 1511 W 1101 W 1504 W 1621 W-9999 +USW00023188200809WDF2 220 X 300 X 300 X 290 X 320 X 300 X 300 X 230 X 280 X 280 X 290 X 290 X 280 X 300 X 300 X 160 X 320 X 290 X 300 X 290 X 240 X 290 X 280 X 290 X 330 X 280 X 290 X 290 X 290 X 330 X-9999 +USW00023188200809WDF5 220 X 290 X 290 X 290 X 330 X 290 X 290 X 230 X 290 X 300 X 280 X 290 X 290 X 290 X 290 X 160 X 320 X 290 X 300 X 300 X 250 X 280 X 280 X 300 X 300 X 280 X 300 X 300 X 320 X 340 X-9999 +USW00023188200809WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200809WSF2 54 X 58 X 67 X 67 X 63 X 76 X 58 X 54 X 58 X 58 X 67 X 45 X 58 X 76 X 76 X 80 X 63 X 67 X 76 X 58 X 54 X 45 X 45 X 54 X 58 X 63 X 67 X 72 X 72 X 72 X-9999 +USW00023188200809WSF5 67 X 72 X 76 X 76 X 76 X 98 X 72 X 67 X 72 X 76 X 89 X 63 X 80 X 94 X 94 X 98 X 72 X 89 X 94 X 76 X 76 X 76 X 63 X 76 X 72 X 72 X 76 X 89 X 94 X 94 X-9999 +USW00023188200809WT01-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 0-9999 -9999 +USW00023188200809WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200809WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188200809WT07-9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188200809WT08-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 W 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188200809WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200809WT13-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188200809WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188200810TMAX 317 0 267 0 217 0 211 0 217 0 267 0 317 0 344 0 211 0 211 0 194 0 211 0 250 0 272 0 300 0 272 0 256 0 239 0 200 0 200 0 206 0 294 0 311 0 278 0 272 0 228 0 272 0 300 0 283 0 239 0 289 0 +USW00023188200810TMIN 206 0 200 0 189 0 172 0 172 0 167 0 183 0 189 0 183 0 161 0 150 0 111 0 117 0 156 0 139 0 150 0 150 0 156 0 167 0 150 0 128 0 133 0 156 0 139 0 139 0 117 0 133 0 144 0 144 0 139 0 172 0 +USW00023188200810PRCP 0 0 0 0 0 0 46 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200810AWND 13 W 14 W 27 W 28 W 20 W 18 W 20 W 10 W 38 W 37 W 32 W 27 W 25 W 22 W 16 W 9 W 13 W 24 W 27 W 22 W 14 W 14 W 13 W 8 W 12 W 22 W 22 W 14 W 12 W 16 W 13 W +USW00023188200810FMTM 1258 X 1410 X 1219 X 1348 X 1150 X 1218 X 1416 X 1224 X 1758 X 2309 X 1140 X 1538 X 1454 X 1503 X 1424 X 1050 X 1128 X 1337 X 1148 X 1402 X 1209 X 1456 X 1446 X 1517 X 1557 X 1421 X 1435 X 1150 X 1612 X 1152 X 1403 X +USW00023188200810PGTM 1540 W 1410 W 1357 W 1246 W 1545 W 1212 W 1415 W 1225 W 1409 W 2129 W 0936 W 1538 W 1453 W 1502 W 1423 W 0255 W 0307 W 1354 W 1136 W 1402 W 1206 W 1457 W 1456 W 1435 W 1540 W 1359 W 1435 W 1150 W 1452 W 1151 W 1236 W +USW00023188200810WDF2 170 X 220 X 260 X 240 X 230 X 290 X 300 X 270 X 170 X 270 X 290 X 320 X 310 X 320 X 290 X 170 X 330 X 300 X 290 X 290 X 280 X 320 X 320 X 330 X 300 X 300 X 310 X 300 X 180 X 180 X 220 X +USW00023188200810WDF5 180 X 220 X 280 X 260 X 290 X 290 X 290 X 260 X 190 X 270 X 300 X 330 X 320 X 320 X 290 X 350 X 10 X 300 X 300 X 290 X 290 X 320 X 310 X 300 X 290 X 320 X 300 X 300 X 170 X 180 X 300 X +USW00023188200810WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200810WSF2 45 X 40 X 58 X 63 X 58 X 63 X 72 X 45 X 63 X 63 X 80 X 76 X 76 X 67 X 63 X 40 X 45 X 72 X 67 X 67 X 45 X 63 X 63 X 36 X 45 X 58 X 63 X 58 X 40 X 63 X 40 X +USW00023188200810WSF5 54 X 54 X 67 X 89 X 67 X 76 X 89 X 58 X 89 X 80 X 112 X 107 X 103 X 89 X 72 X 58 X 58 X 89 X 89 X 80 X 63 X 72 X 76 X 58 X 58 X 67 X 76 X 72 X 54 X 80 X 54 X +USW00023188200810WT01-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 1 W 1 X 1 X 1 W 1 X 1 W 1 W +USW00023188200810WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 W 1 X-9999 -9999 +USW00023188200810WT05-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200810WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 1 0 +USW00023188200810WT08-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 X-9999 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 1 X 1 X 1 X 1 W-9999 -9999 -9999 1 X 1 X 1 X 1 W 1 W 1 X +USW00023188200810WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 +USW00023188200810WT13-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X +USW00023188200810WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200811TMAX 267 0 211 0 200 0 194 0 200 0 239 0 272 0 256 0 194 0 189 0 194 0 233 0 250 0 272 0 317 0 300 0 306 0 272 0 228 0 206 0 244 0 172 0 189 0 200 0 239 0 200 0 183 0 189 0 189 0 189 0-9999 +USW00023188200811TMIN 178 0 161 0 156 0 139 0 122 0 117 0 128 0 139 0 150 0 139 0 122 0 122 0 128 0 139 0 144 0 133 0 133 0 133 0 128 0 117 0 122 0 128 0 139 0 117 0 161 0 150 0 144 0 139 0 122 0 111 0-9999 +USW00023188200811PRCP 0 0 0T 0 0T 0 36 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 267 0 320 0 0 0 0 0 0 0-9999 +USW00023188200811AWND 18 W 21 W 23 W 26 W 18 W 18 W 10 W 17 W 61 W 18 W 17 W 14 W 9 W 12 W 9 W 11 W 12 W 13 W 16 W 17 W 5 W 11 W 11 W 15 W 17 W 32 W 19 W 15 W 18 W 21 W-9999 +USW00023188200811FMTM 1740 X 1410 X 1343 X 1339 X 1324 X 1604 X 1432 X 2347 X 1252 X 1247 X 1415 X 1446 X 1456 X 1150 X 1431 X 1445 X 1431 X 1655 X 1623 X 1519 X 1720 X 1839 X 1512 X 1229 X 0544 X 0921 X 1306 X 1436 X 1503 X 1403 X-9999 +USW00023188200811PGTM 1239 W 1409 W 1606 W 1338 W 1304 W 1627 W 1432 W 2344 W 1304 W 1315 W 1429 W 1431 W 1450 W 1203 W 1431 W 1517 W 1356 W 1651 W 1622 W 1828 W 0422 W 1343 W 1511 W 1228 W 0536 W 0920 W 1304 W 1442 W 1423 W 1402 W-9999 +USW00023188200811WDF2 290 X 290 X 260 X 260 X 290 X 330 X 320 X 190 X 280 W 220 X 290 X 290 X 300 X 310 X 300 X 320 X 290 X 320 X 290 X 310 X 170 X 150 X 290 X 300 X 70 X 160 X 260 X 290 X 290 X 310 X-9999 +USW00023188200811WDF5 300 X 290 X 270 X 260 X 290 X 330 X 310 X 180 X 270 X 210 X 290 X 300 X 290 X 310 X 300 X 300 X 280 X 320 X 290 X 310 X 20 X 180 X 290 X 300 X 60 X 160 X 260 X 290 X 280 X 300 X-9999 +USW00023188200811WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200811WSF2 63 X 63 X 67 X 72 X 76 X 63 X 54 X 54 X 125 W 58 X 67 X 67 X 40 X 45 X 58 X 54 X 63 X 40 X 58 X 40 X 31 X 36 X 36 X 67 X 54 X 76 X 54 X 63 X 58 X 67 X-9999 +USW00023188200811WSF5 76 X 72 X 89 X 94 X 94 X 80 X 63 X 63 X 148 X 72 X 89 X 80 X 58 X 58 X 67 X 58 X 76 X 54 X 67 X 54 X 45 X 45 X 45 X 80 X 72 X 98 X 67 X 72 X 67 X 80 X-9999 +USW00023188200811WT01-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X 1 W 1 X 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 X-9999 +USW00023188200811WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188200811WT05-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188200811WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 +USW00023188200811WT08 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00023188200811WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188200811WT13-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 +USW00023188200811WT16-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188200812TMAX 183 0 167 0 178 0 178 0 217 0 244 0 178 0 167 0 239 0 211 0 211 0 178 0 167 0 144 0 144 0 156 0 133 0 144 0 144 0 156 0 167 0 144 0 150 0 144 0 161 0 133 0 150 0 167 0 206 0 194 0 161 0 +USW00023188200812TMIN 117 0 139 0 144 0 139 0 122 0 111 0 156 0 133 0 106 0 100 0 94 0 128 0 133 0 100 0 100 0 111 0 100 0 94 0 72 0 67 0 72 0 94 0 100 0 89 0 106 0 83 0 56 0 50 0 72 0 83 0 72 0 +USW00023188200812PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 10 0 224 0 43 0 406 0 0T 0 0 0 0 0 0 0 99 0 0T 0 8 0 66 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200812AWND 15 W 18 W 20 W 21 W 12 W 12 W 27 W 22 W 22 W 15 W 10 W 26 W 57 W 38 W 50 W 15 W 42 W 23 W 15 W 10 W 11 W 31 W 32 W 22 W 45 W 43 W 12 W 14 W 9 W 7 W 11 W +USW00023188200812FMTM 1208 X 1948 X 1507 X 1247 X 1525 X 1403 X 1415 X 1201 X 1432 X 1407 X 1534 X 1529 X 2114 X 0042 X 1020 X 1344 X 1726 X 0012 X 1409 X 1520 X 1539 X 1343 X 1228 X 2026 X 1812 X 0941 X 1528 X 1313 X 1555 X 1528 X 1615 X +USW00023188200812PGTM 1206 W 1422 W 1601 W 1246 W 1524 W 1412 W 1415 W 1200 W 1416 W 1428 W 1546 W 1525 W 2103 W 1217 W 1036 W 1342 W 1726 W 0214 W 1316 W 1619 W 1547 W 1342 W 1332 W 1644 W 1829 W 0926 W 1541 W 1324 W 1532 W 1531 W 1514 W +USW00023188200812WDF2 290 X 180 X 280 X 200 X 300 X 290 X 280 X 260 X 70 X 320 X 300 X 230 X 270 X 290 X 180 X 220 X 260 X 260 X 290 X 290 X 310 X 270 X 270 X 90 X 280 X 320 X 300 X 320 X 290 X 160 X 300 X +USW00023188200812WDF5 280 X 280 X 250 X 200 X 300 X 280 X 280 X 260 X 70 X 320 X 310 X 220 X 270 X 290 X 180 X 220 X 260 X 290 X 290 X 310 X 290 X 260 X 270 X 190 X 300 X 330 X 300 X 310 X 310 X 170 X 320 X +USW00023188200812WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200812WSF2 58 X 45 X 45 X 45 X 54 X 45 X 67 X 76 X 76 X 63 X 54 X 67 X 94 X 80 X 116 X 45 X 116 X 76 X 63 X 45 X 45 X 89 X 72 X 58 X 107 X 94 X 58 X 54 X 36 X 54 X 45 X +USW00023188200812WSF5 72 X 58 X 63 X 63 X 63 X 54 X 89 X 98 X 98 X 76 X 63 X 80 X 112 X 112 X 156 X 58 X 139 X 103 X 80 X 54 X 67 X 107 X 89 X 72 X 143 X 125 X 72 X 63 X 45 X 54 X 58 X +USW00023188200812WT01 1 X 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 X 1 W +USW00023188200812WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188200812WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200812WT07 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188200812WT08 1 X 1 X 1 X 1 X 1 X 1 W 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 X +USW00023188200812WT09 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 +USW00023188200812WT13 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00023188200812WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200901TMAX 156 0 128 0 139 0 167 0 144 0 161 0 206 0 172 0 167 0 244 0 239 0 272 0 267 0 261 0 250 0 250 0 239 0 272 0 267 0 244 0 222 0 239 0 178 0 183 0 156 0 144 0 167 0 189 0 256 0 239 0 222 0 +USW00023188200901TMIN 67 0 94 0 111 0 94 0 56 0 94 0 83 0 94 0 106 0 72 0 83 0 111 0 106 0 100 0 100 0 94 0 100 0 100 0 139 0 133 0 144 0 150 0 150 0 139 0 128 0 94 0 72 0 67 0 83 0 94 0 106 0 +USW00023188200901PRCP 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0T 0 10 0 0T 0 3 0 0T 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200901AWND 17 W 14 W 26 W 17 W 14 W 15 W 19 W 15 W 17 W 16 W 9 W 13 W 8 W 9 W 11 W 15 W 11 W 8 W 8 W 12 W 7 W 10 W 15 W 19 W 35 W 43 W 15 W 15 W 15 W 17 W 16 W +USW00023188200901FMTM 1627 X 2321 X 1444 X 1401 X 1433 X 1400 X 1457 X 1323 X 1531 X 1608 X 1708 X 0208 X 1708 X 1225 X 1354 X 1342 X 1631 X 1344 X 1118 X 1549 X 1813 X 1009 X 1232 X 1532 X 2318 X 1058 X 1624 X 1436 X 1755 X 1555 X 1326 X +USW00023188200901PGTM 1624 W 2320 W 1443 W 1401 W 1433 W 1345 W 1451 W 1323 W 1531 W 1607 W 1715 W 0207 W 1708 W 1224 W 1353 W 1345 W 1448 W 1357 W 1118 W 1547 W 1155 W 1739 W 1232 W 1703 W 1510 W 1008 W 1540 W 1430 W 1503 W 1454 W 1321 W +USW00023188200901WDF2 300 X 120 X 160 X 320 X 230 X 280 X 320 X 300 X 320 X 50 X 330 X 180 X 310 X 310 X 320 X 320 X 330 X 320 X 180 X 180 X 330 X 150 X 190 X 320 X 270 X 290 X 330 X 290 X 80 X 320 X 220 X +USW00023188200901WDF5 300 X 130 X 160 X 320 X 220 X 290 X 320 X 300 X 320 X 50 X 350 X 180 X 320 X 320 X 320 X 320 X 290 X 330 X 180 X 170 X 210 X 340 X 190 X 310 X 270 X 290 X 320 X 290 X 330 X 310 X 230 X +USW00023188200901WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200901WSF2 45 X 54 X 54 X 72 X 45 X 45 X 63 X 63 X 54 X 72 X 45 X 54 X 36 X 54 X 45 X 58 X 45 X 40 X 45 X 54 X 31 X 45 X 45 X 58 X 72 X 80 X 72 X 54 X 54 X 58 X 45 X +USW00023188200901WSF5 58 X 67 X 63 X 94 X 58 X 58 X 80 X 76 X 63 X 94 X 58 X 72 X 40 X 63 X 58 X 67 X 58 X 45 X 58 X 63 X 45 X 54 X 58 X 67 X 98 X 112 X 89 X 63 X 76 X 67 X 58 X +USW00023188200901WT01 1 X 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 X +USW00023188200901WT02 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188200901WT05-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200901WT07 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200901WT08 1 X 1 X 1 W-9999 -9999 -9999 1 X 1 X 1 X 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W +USW00023188200901WT09 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188200901WT13 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188200901WT16-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188200902TMAX 178 0 256 0 278 0 228 0 172 0 167 0 156 0 156 0 144 0 139 0 194 0 150 0 144 0 150 0 139 0 150 0 150 0 167 0 222 0 200 0 206 0 228 0 239 0 189 0 167 0 172 0 178 0 267 0-9999 -9999 -9999 +USW00023188200902TMIN 89 0 89 0 94 0 100 0 111 0 139 0 111 0 100 0 111 0 72 0 72 0 106 0 89 0 89 0 83 0 106 0 89 0 78 0 78 0 83 0 111 0 150 0 139 0 117 0 128 0 100 0 122 0 111 0-9999 -9999 -9999 +USW00023188200902PRCP 0 0 0 0 0 0 0 0 43 0 58 0 358 0 8 0 94 0 0 0 0 0 0T 0 13 0 0T 0 0 0 91 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188200902AWND 13 W 13 W 13 W 13 W 40 W 51 W 31 W 29 W 68 W 24 W 14 W 26 W 26 W 22 W 10 W 50 W 13 W 20 W 14 W 12 W 17 W 14 W 16 W 22 W 27 W 17 W 21 W 14 W-9999 -9999 -9999 +USW00023188200902FMTM 1505 X 1435 X 1320 X 1612 X 2024 X 1244 X 0016 X 1546 X 1315 X 0113 X 1601 X 1231 X 1757 X 1443 X 2310 X 1133 X 1304 X 1413 X 1510 X 1525 X 1644 X 1731 X 1254 X 1338 X 1206 X 1323 X 1411 X 1359 X-9999 -9999 -9999 +USW00023188200902PGTM 1504 W 1435 W 1325 W 1611 W 1940 W 0411 W 0016 W 1423 W 1314 W 0113 W 1540 W 1127 W 1756 W 1442 W 2304 W 1132 W 1356 W 1400 W 1500 W 1524 W 1648 W 1730 W 1649 W 1434 W 1240 W 1221 W 1410 W 1358 W-9999 -9999 -9999 +USW00023188200902WDF2 320 X 320 X 280 X 210 X 170 X 220 X 160 X 250 X 270 X 290 X 300 X 280 X 200 X 270 X 120 X 190 X 240 X 300 X 290 X 290 X 290 X 300 X 280 X 290 X 290 X 210 X 290 X 300 X-9999 -9999 -9999 +USW00023188200902WDF5 320 X 330 X 280 X 210 X 170 X 170 X 170 X 230 X 270 X 290 X 300 X 300 X 210 X 270 X 130 X 190 X 250 X 290 X 290 X 290 X 300 X 300 X 320 X 310 X 300 X 220 X 290 X 300 X-9999 -9999 -9999 +USW00023188200902WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188200902WSF2 40 X 58 X 63 X 54 X 89 X 80 X 98 X 72 X 143 X 112 X 58 X 76 X 76 X 67 X 40 X 139 X 58 X 76 X 58 X 58 X 54 X 45 X 45 X 80 X 67 X 54 X 67 X 54 X-9999 -9999 -9999 +USW00023188200902WSF5 54 X 63 X 72 X 72 X 112 X 112 X 134 X 103 X 192 X 148 X 76 X 103 X 107 X 80 X 58 X 170 X 67 X 94 X 72 X 72 X 67 X 58 X 58 X 94 X 80 X 76 X 94 X 63 X-9999 -9999 -9999 +USW00023188200902WT01 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W 1 X-9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00023188200902WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200902WT05-9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200902WT07 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188200902WT08 1 X-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188200902WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200902WT13 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188200902WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200903TMAX 261 0 294 0 200 0 178 0 161 0 161 0 167 0 161 0 161 0 161 0 161 0 156 0 172 0 156 0 156 0 183 0 211 0 233 0 167 0 156 0 178 0 167 0 167 0 211 0 222 0 178 0 217 0 233 0 161 0 189 0 200 0 +USW00023188200903TMIN 128 0 128 0 133 0 111 0 117 0 100 0 117 0 122 0 122 0 117 0 100 0 117 0 94 0 133 0 122 0 100 0 117 0 111 0 122 0 122 0 139 0 128 0 94 0 94 0 106 0 139 0 133 0 122 0 139 0 139 0 117 0 +USW00023188200903PRCP 0 0 0 0 0 0 0 0 10 0 0 0 0 0 0 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200903AWND 20 W 18 W 29 W 22 W 27 W 26 W 24 W 28 W 31 W 22 W 19 W 26 W 18 W 21 W 26 W 23 W 18 W 16 W 18 W 21 W 22 W 46 W 25 W 26 W 17 W 37 W 26 W 23 W 41 W 26 W 16 W +USW00023188200903FMTM 1443 X 1349 X 1426 X 1405 X 1502 X 1321 X 1313 X 1356 X 1415 X 1245 X 1337 X 1309 X 1311 X 1658 X 1214 X 1210 X 1427 X 1511 X 1552 X 1653 X 1329 X 1458 X 1331 X 1527 X 1240 X 1129 X 1503 X 1519 X 2218 X 1234 X 1408 X +USW00023188200903PGTM 1440 W 1315 W 1400 W 1241 W 1406 W 1244 W 1311 W 1355 W 1414 W 1523 W 1336 W 1026 W 1235 W 1657 W 1313 W 1409 W 1427 W 0956 W 1534 W 1528 W 1421 W 1410 W 1307 W 1527 W 1249 W 1140 W 1502 W 1519 W 2041 W 1233 W 1412 W +USW00023188200903WDF2 300 X 300 X 290 X 240 X 300 X 280 X 210 X 190 X 250 X 260 X 240 X 290 X 280 X 240 X 230 X 290 X 290 X 330 X 180 X 220 X 300 X 290 X 300 X 310 X 320 X 210 X 310 X 300 X 190 X 250 X 270 X +USW00023188200903WDF5 290 X 320 X 290 X 230 X 320 X 270 X 220 X 180 X 250 X 270 X 250 X 320 X 290 X 250 X 220 X 290 X 290 X 260 X 180 X 230 X 290 X 270 X 280 X 310 X 320 X 200 X 320 X 300 X 190 X 250 X 290 X +USW00023188200903WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200903WSF2 67 X 80 X 67 X 58 X 72 X 72 X 58 X 58 X 67 X 58 X 63 X 63 X 63 X 58 X 58 X 76 X 67 X 45 X 45 X 45 X 58 X 103 X 80 X 76 X 54 X 63 X 67 X 76 X 67 X 63 X 54 X +USW00023188200903WSF5 94 X 112 X 80 X 72 X 103 X 98 X 72 X 72 X 89 X 72 X 80 X 80 X 80 X 72 X 72 X 94 X 76 X 72 X 63 X 67 X 76 X 134 X 107 X 107 X 63 X 80 X 89 X 98 X 89 X 89 X 72 X +USW00023188200903WT01-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00023188200903WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200903WT05-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200903WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188200903WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 W-9999 1 X-9999 -9999 -9999 -9999 +USW00023188200903WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200903WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188200903WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200904TMAX 178 0 172 0 167 0 189 0 256 0 261 0 194 0 189 0 183 0 172 0 161 0 194 0 217 0 167 0 167 0 178 0 206 0 239 0 328 0 367 0 267 0 189 0 189 0 172 0 172 0 178 0 167 0 172 0 183 0 200 0-9999 +USW00023188200904TMIN 133 0 150 0 144 0 122 0 117 0 128 0 133 0 144 0 133 0 139 0 133 0 117 0 128 0 133 0 117 0 111 0 111 0 128 0 156 0 172 0 172 0 156 0 156 0 156 0 144 0 128 0 144 0 144 0 144 0 128 0-9999 +USW00023188200904PRCP 0 0 0 0 0 0 0 0 0 0 0 0 13 0 0T 0 0T 0 23 0 0T 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200904AWND 38 W 29 W 38 W 26 W 21 W 20 W 23 W 37 W 26 W 32 W 42 W 23 W 22 W 51 W 61 W 28 W 22 W 22 W 26 W 22 W 22 W 30 W 31 W 30 W 32 W 31 W 30 W 33 W 29 W 19 W-9999 +USW00023188200904FMTM 1118 X 1256 X 1122 X 0012 X 1435 X 1328 X 1156 X 1444 X 1739 X 1332 X 0247 X 1346 X 1134 X 1913 X 1500 X 1541 X 1419 X 1232 X 1610 X 1324 X 1406 X 1420 X 1333 X 1504 X 1125 X 1343 X 1458 X 1649 X 1225 X 1434 X-9999 +USW00023188200904PGTM 1108 W 1240 W 1306 W 0012 W 1432 W 1326 W 1150 W 1347 W 1610 W 1331 W 0246 W 1155 W 1351 W 1833 W 1504 W 1238 W 1418 W 1141 W 1610 W 1323 W 1457 W 1415 W 1339 W 1426 W 1204 W 1341 W 1515 W 1512 W 1440 W 1344 W-9999 +USW00023188200904WDF2 180 X 240 X 210 X 130 X 290 X 320 X 280 X 260 X 270 X 250 X 290 X 280 X 300 X 260 X 280 X 270 X 310 X 280 X 330 X 290 X 180 X 240 X 220 X 290 X 270 X 240 X 220 X 260 X 210 X 300 X-9999 +USW00023188200904WDF5 190 X 220 X 210 X 130 X 290 X 320 X 290 X 300 X 250 X 250 X 290 X 280 X 270 X 250 X 290 X 310 X 310 X 180 X 330 X 290 X 180 X 240 X 240 X 290 X 250 X 230 X 220 X 290 X 250 X 290 X-9999 +USW00023188200904WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200904WSF2 76 X 58 X 72 X 67 X 76 X 58 X 72 X 76 X 67 X 72 X 76 X 72 X 67 X 89 X 112 X 67 X 76 X 72 X 67 X 72 X 58 X 54 X 58 X 58 X 72 X 67 X 58 X 58 X 58 X 58 X-9999 +USW00023188200904WSF5 98 X 67 X 94 X 89 X 94 X 67 X 94 X 103 X 89 X 103 X 89 X 89 X 76 X 116 X 143 X 98 X 98 X 89 X 89 X 94 X 67 X 72 X 76 X 80 X 107 X 89 X 72 X 89 X 76 X 76 X-9999 +USW00023188200904WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200904WT05-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200904WT07-9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188200904WT08 1 W 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 W-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188200904WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200904WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200905TMAX 228 0 217 0 206 0 228 0 222 0 228 0 239 0 178 0 189 0 200 0 200 0 189 0 189 0 194 0 183 0 194 0 200 0 206 0 217 0 222 0 189 0 194 0 194 0 183 0 183 0 194 0 194 0 178 0 172 0 200 0 183 0 +USW00023188200905TMIN 150 0 167 0 161 0 156 0 156 0 172 0 167 0 144 0 139 0 150 0 150 0 156 0 156 0 156 0 161 0 156 0 156 0 156 0 167 0 156 0 156 0 161 0 156 0 156 0 156 0 161 0 161 0 161 0 150 0 156 0 150 0 +USW00023188200905PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 +USW00023188200905AWND 20 W 28 W 30 W 27 W 21 W 20 W 24 W 34 W 22 W 27 W 28 W 30 W 27 W 28 W 28 W 18 W 22 W 30 W 39 W 30 W 21 W 24 W 25 W 29 W 30 W 28 W 22 W 23 W 20 W 31 W 29 W +USW00023188200905FMTM 1322 X 1500 X 1439 X 1155 X 1434 X 1516 X 1342 X 1410 X 1455 X 1724 X 1414 X 1211 X 1332 X 1533 X 1432 X 1120 X 1345 X 1531 X 1347 X 1045 X 1457 X 1212 X 1455 X 1403 X 1320 X 1218 X 1348 X 1504 X 1311 X 1154 X 1525 X +USW00023188200905PGTM 1259 W 1438 W 1438 W 1316 W 1433 W 1114 W 1330 W 1412 W 1431 W 1352 W 1519 W 1341 W 1337 W 1339 W 1423 W 1113 W 1345 W 1531 W 1112 W 1044 W 1149 W 1034 W 1400 W 1402 W 1223 W 1217 W 1252 W 1352 W 1314 W 1025 W 1256 W +USW00023188200905WDF2 270 X 300 X 290 X 280 X 230 X 320 X 300 X 200 X 210 X 300 X 300 X 210 X 210 X 160 X 190 X 220 X 270 X 290 X 290 X 280 X 220 X 260 X 260 X 230 X 230 X 270 X 270 X 240 X 240 X 290 X 290 X +USW00023188200905WDF5 270 X 270 X 290 X 290 X 240 X 320 X 310 X 180 X 240 X 250 X 270 X 240 X 210 X 210 X 190 X 210 X 280 X 290 X 290 X 270 X 200 X 260 X 260 X 230 X 230 X 260 X 290 X 270 X 260 X 250 X 280 X +USW00023188200905WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200905WSF2 67 X 67 X 76 X 67 X 54 X 54 X 54 X 67 X 54 X 45 X 58 X 58 X 54 X 54 X 58 X 54 X 58 X 67 X 72 X 67 X 54 X 58 X 58 X 58 X 58 X 63 X 58 X 45 X 40 X 67 X 58 X +USW00023188200905WSF5 94 X 80 X 98 X 80 X 67 X 76 X 67 X 89 X 72 X 67 X 80 X 76 X 67 X 72 X 76 X 67 X 72 X 89 X 94 X 89 X 67 X 76 X 80 X 76 X 76 X 80 X 89 X 67 X 58 X 80 X 72 X +USW00023188200905WT01-9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W +USW00023188200905WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188200905WT07 1 0-9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200905WT08 1 X-9999 -9999 -9999 1 W 1 X-9999 1 X 1 X 1 X 1 X-9999 1 W 1 X 1 X 1 X 1 W 1 X 1 X 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 +USW00023188200905WT13-9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188200905WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188200906TMAX 200 0 211 0 200 0 211 0 217 0 211 0 217 0 211 0 211 0 194 0 206 0 194 0 206 0 211 0 222 0 228 0 211 0 217 0 194 0 189 0 211 0 200 0 211 0 211 0 217 0 217 0 228 0 233 0 228 0 222 0-9999 +USW00023188200906TMIN 156 0 156 0 167 0 167 0 161 0 156 0 161 0 172 0 167 0 167 0 172 0 172 0 172 0 167 0 167 0 178 0 178 0 172 0 172 0 172 0 167 0 161 0 161 0 172 0 172 0 172 0 167 0 178 0 178 0 178 0-9999 +USW00023188200906PRCP 0 0 0 0 0T 0 0 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 8 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00023188200906AWND 25 W 23 W 25 W 34 W 37 W 31 W 37 W 31 W 35 W 28 W 30 W 29 W 27 W 25 W 26 W 26 W 27 W 23 W 28 W 33 W 29 W 25 W 25 W 26 W 32 W 31 W 25 W 37 W 34 W 34 W-9999 +USW00023188200906FMTM 1159 X 1450 X 1339 X 1423 X 1318 X 1729 X 1534 X 1443 X 1544 X 1729 X 1410 X 1209 X 1621 X 1306 X 1410 X 1546 X 1330 X 1343 X 2335 X 0850 X 1153 X 1238 X 1426 X 1046 X 1546 X 1202 X 1432 X 1250 X 1357 X 1525 X-9999 +USW00023188200906PGTM 1237 W 1306 W 1318 W 1403 W 1707 W 1612 W 1502 W 1314 W 1406 W 1539 W 1409 W 1147 W 1627 W 1346 W 1410 W 1535 W 1235 W 1355 W 2328 W 0749 W 1223 W 1325 W 1431 W 1303 W 1519 W 1201 W 1539 W 1253 W 1355 W 1530 W-9999 +USW00023188200906WDF2 290 X 300 X 220 X 290 X 260 X 290 X 290 X 300 X 290 X 290 X 280 X 220 X 310 X 260 X 270 X 270 X 270 X 290 X 160 X 180 X 280 X 220 X 260 X 270 X 290 X 290 X 290 X 300 X 320 X 290 X-9999 +USW00023188200906WDF5 280 X 300 X 240 X 290 X 300 X 290 X 300 X 290 X 260 X 290 X 280 X 240 X 320 X 260 X 270 X 260 X 280 X 270 X 160 X 180 X 300 X 240 X 250 X 260 X 290 X 290 X 290 X 290 X 320 X 300 X-9999 +USW00023188200906WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200906WSF2 67 X 54 X 58 X 67 X 72 X 67 X 80 X 67 X 67 X 58 X 67 X 58 X 63 X 63 X 67 X 67 X 58 X 54 X 58 X 58 X 63 X 63 X 58 X 58 X 76 X 72 X 54 X 76 X 67 X 72 X-9999 +USW00023188200906WSF5 80 X 89 X 80 X 89 X 89 X 89 X 112 X 98 X 89 X 76 X 107 X 76 X 80 X 76 X 80 X 89 X 76 X 76 X 72 X 80 X 89 X 89 X 80 X 89 X 98 X 89 X 72 X 94 X 89 X 80 X-9999 +USW00023188200906WT01-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 +USW00023188200906WT03-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200906WT05-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200906WT07-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 +USW00023188200906WT08-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188200906WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00023188200906WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200906WT16-9999 -9999 1 X-9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188200907TMAX 228 0 222 0 217 0 228 0 222 0 222 0 206 0 222 0 228 0 239 0 256 0 278 0 256 0 239 0 233 0 250 0 267 0 256 0 267 0 272 0 272 0 256 0 239 0 233 0 250 0 250 0 256 0 239 0 228 0 222 0 239 0 +USW00023188200907TMIN 178 0 178 0 172 0 178 0 178 0 172 0 161 0 172 0 167 0 172 0 189 0 189 0 183 0 194 0 189 0 189 0 200 0 194 0 194 0 206 0 206 0 200 0 194 0 189 0 206 0 200 0 206 0 189 0 189 0 189 0 194 0 +USW00023188200907PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200907AWND 40 W 31 W 37 W 37 W 39 W 27 W 30 W 21 W 23 W 19 W 26 W 24 W 28 W 26 W 25 W 33 W 34 W 32 W 19 W 19 W 21 W 21 W 25 W 25 W 16 W 24 W 24 W 24 W 28 W 32 W 25 W +USW00023188200907FMTM 1625 X 1501 X 1248 X 1154 X 1410 X 1623 X 1423 X 1521 X 1453 X 1325 X 1422 X 1504 X 1347 X 1704 X 1108 X 1217 X 1415 X 1422 X 1544 X 1221 X 1555 X 1420 X 1410 X 1548 X 1428 X 1005 X 1559 X 1358 X 1304 X 1339 X 1134 X +USW00023188200907PGTM 1614 W 1659 W 1257 W 1153 W 1352 W 1327 W 1315 W 1631 W 1337 W 1410 W 1431 W 1556 W 1421 W 1229 W 1055 W 1136 W 1414 W 1440 W 1530 W 1221 W 1555 W 1539 W 1616 W 1705 W 1427 W 1157 W 1351 W 1605 W 1451 W 1244 W 1246 W +USW00023188200907WDF2 290 X 290 X 280 X 280 X 280 X 290 X 200 X 210 X 310 X 300 X 300 X 290 X 280 X 280 X 280 X 280 X 280 X 290 X 230 X 230 X 210 X 230 X 230 X 230 X 280 X 210 X 290 X 230 X 230 X 230 X 220 X +USW00023188200907WDF5 300 X 290 X 300 X 280 X 290 X 280 X 200 X 240 X 260 X 320 X 290 X 270 X 290 X 310 X 280 X 290 X 280 X 290 X 200 X 230 X 210 X 220 X 210 X 230 X 280 X 270 X 290 X 210 X 240 X 220 X 220 X +USW00023188200907WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200907WSF2 80 X 63 X 72 X 80 X 72 X 54 X 58 X 54 X 45 X 54 X 72 X 67 X 67 X 54 X 58 X 67 X 72 X 72 X 45 X 54 X 54 X 45 X 54 X 54 X 54 X 58 X 58 X 58 X 58 X 54 X 63 X +USW00023188200907WSF5 103 X 80 X 103 X 98 X 98 X 89 X 76 X 72 X 67 X 67 X 80 X 76 X 76 X 72 X 72 X 89 X 89 X 80 X 63 X 63 X 58 X 63 X 63 X 63 X 67 X 80 X 76 X 72 X 72 X 72 X 72 X +USW00023188200907WT01-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200907WT07-9999 -9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200907WT08-9999 1 W-9999 1 X 1 W-9999 1 X-9999 -9999 1 X-9999 1 W 1 X 1 W 1 X 1 X-9999 1 X-9999 1 X 1 X 1 W 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200907WT13-9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200908TMAX 233 0 244 0 272 0 278 0 267 0 244 0 233 0 228 0 233 0 228 0 239 0 233 0 222 0 228 0 217 0 228 0 228 0 233 0 233 0 233 0 261 0 261 0 244 0 244 0 272 0 328 0 317 0 328 0 311 0 283 0 278 0 +USW00023188200908TMIN 194 0 206 0 206 0 211 0 200 0 200 0 194 0 194 0 189 0 194 0 194 0 183 0 183 0 183 0 183 0 178 0 183 0 183 0 194 0 194 0 194 0 183 0 194 0 194 0 183 0 194 0 200 0 211 0 211 0 217 0 194 0 +USW00023188200908PRCP 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200908AWND 28 W 34 W 32 W 30 W 28 W 26 W 31 W 26 W 21 W 22 W 34 W 28 W 23 W 24 W 23 W 25 W 22 W 24 W 28 W 35 W 17 W 39 W 22 W 27 W 24 W 28 W 21 W 19 W 19 W 16 W 17 W +USW00023188200908FMTM 1216 X 1257 X 1243 X 1153 X 1630 X 1727 X 1650 X 1307 X 1354 X 1348 X 1518 X 1515 X 1411 X 1257 X 1434 X 1356 X 1348 X 1506 X 1408 X 1316 X 1355 X 1106 X 1355 X 1435 X 1435 X 1409 X 1430 X 1408 X 1603 X 1302 X 1447 X +USW00023188200908PGTM 1425 W 1126 W 1242 W 1142 W 1429 W 1244 W 1451 W 1346 W 1405 W 1115 W 1415 W 1404 W 1324 W 1302 W 1258 W 1244 W 1347 W 1140 W 1509 W 1402 W 1355 W 0053 W 1430 W 1434 W 1419 W 1408 W 1409 W 1323 W 1341 W 1255 W 1444 W +USW00023188200908WDF2 220 X 280 X 300 X 280 X 290 X 320 X 290 X 210 X 280 X 240 X 280 X 280 X 210 X 210 X 210 X 270 X 270 X 260 X 300 X 290 X 290 X 190 X 300 X 290 X 290 X 300 X 290 X 310 X 300 X 180 X 210 X +USW00023188200908WDF5 250 X 280 X 290 X 290 X 300 X 290 X 250 X 210 X 300 X 280 X 280 X 290 X 210 X 220 X 220 X 250 X 270 X 260 X 300 X 290 X 300 X 180 X 310 X 280 X 290 X 300 X 300 X 290 X 290 X 170 X 220 X +USW00023188200908WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200908WSF2 63 X 76 X 80 X 72 X 67 X 63 X 54 X 58 X 58 X 54 X 72 X 67 X 54 X 58 X 54 X 58 X 63 X 58 X 63 X 76 X 67 X 72 X 58 X 67 X 80 X 76 X 67 X 58 X 54 X 58 X 58 X +USW00023188200908WSF5 89 X 98 X 107 X 89 X 80 X 98 X 80 X 76 X 76 X 76 X 89 X 89 X 67 X 72 X 76 X 80 X 89 X 76 X 89 X 103 X 89 X 98 X 76 X 80 X 98 X 94 X 80 X 80 X 72 X 67 X 72 X +USW00023188200908WT01-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 X +USW00023188200908WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188200908WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188200908WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 W 1 X 1 X 1 X 1 X 1 X 1 X 1 W 1 X 1 X 1 W 1 W-9999 -9999 -9999 1 X 1 W +USW00023188200908WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 +USW00023188200908WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00023188200908WT16-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200909TMAX 289 0 294 0 300 0 278 0 272 0 250 0 228 0 228 0 244 0 267 0 261 0 239 0 222 0 233 0 233 0 239 0 244 0 244 0 250 0 250 0 239 0 250 0 294 0 289 0 272 0 256 0 233 0 239 0 217 0 228 0-9999 +USW00023188200909TMIN 217 0 217 0 228 0 217 0 211 0 194 0 194 0 194 0 194 0 200 0 206 0 189 0 189 0 189 0 183 0 183 0 189 0 194 0 194 0 194 0 183 0 189 0 172 0 178 0 172 0 189 0 183 0 183 0 183 0 178 0-9999 +USW00023188200909PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0-9999 +USW00023188200909AWND 17 W 19 W 23 W 22 W 25 W 19 W 30 W 31 W 30 W 31 W 24 W 26 W 30 W 34 W 19 W 20 W 15 W 18 W 21 W 21 W 30 W 31 W 21 W 15 W 17 W 20 W 22 W 25 W 23 W 22 W-9999 +USW00023188200909FMTM 1414 X 1511 X 1343 X 1131 X 1325 X 1447 X 2357 X 1253 X 1506 X 1228 X 1711 X 1337 X 1527 X 1304 X 1223 X 1139 X 1609 X 1257 X 1128 X 1511 X 1307 X 1227 X 1353 X 1411 X 1050 X 1439 X 1228 X 1231 X 1646 X 1401 X-9999 +USW00023188200909PGTM 1409 W 1413 W 1149 W 1144 W 1418 W 1446 W 2352 W 1151 W 1506 W 1228 W 1636 W 1229 W 1538 W 1303 W 1421 W 1251 W 1411 W 1140 W 1303 W 1512 W 1307 W 1227 W 1353 W 1244 W 1352 W 1107 W 1227 W 1307 W 1234 W 1343 W-9999 +USW00023188200909WDF2 170 X 300 X 290 X 160 X 290 X 240 X 190 X 190 X 290 X 290 X 290 X 290 X 240 X 280 X 220 X 280 X 290 X 280 X 280 X 290 X 290 X 290 X 280 X 290 X 330 X 300 X 290 X 290 X 290 X 290 X-9999 +USW00023188200909WDF5 190 X 280 X 300 X 180 X 300 X 250 X 170 X 200 X 300 X 290 X 300 X 280 X 250 X 270 X 270 X 270 X 310 X 300 X 290 X 300 X 290 X 290 X 270 X 320 X 320 X 310 X 290 X 310 X 280 X 290 X-9999 +USW00023188200909WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200909WSF2 45 X 54 X 76 X 54 X 63 X 45 X 45 X 58 X 63 X 76 X 63 X 67 X 54 X 76 X 54 X 63 X 45 X 45 X 58 X 58 X 72 X 76 X 72 X 54 X 45 X 54 X 54 X 63 X 63 X 63 X-9999 +USW00023188200909WSF5 58 X 76 X 94 X 63 X 76 X 63 X 63 X 76 X 76 X 94 X 76 X 80 X 72 X 98 X 72 X 76 X 72 X 63 X 67 X 72 X 94 X 89 X 89 X 67 X 54 X 72 X 67 X 80 X 80 X 76 X-9999 +USW00023188200909WT01 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 X 1 X 1 X 1 W 1 X-9999 -9999 -9999 -9999 +USW00023188200909WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200909WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188200909WT07-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 +USW00023188200909WT08 1 W 1 X 1 W-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 W 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 W-9999 -9999 +USW00023188200909WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200909WT13 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188200909WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188200910TMAX 289 0 250 0 228 0 194 0 194 0 200 0 200 0 211 0 211 0 206 0 206 0 200 0 206 0 239 0 228 0 272 0 222 0 200 0 211 0 217 0 228 0 228 0 244 0 228 0 222 0 294 0 200 0 194 0 200 0 211 0 222 0 +USW00023188200910TMIN 156 0 156 0 161 0 161 0 139 0 133 0 156 0 150 0 156 0 161 0 161 0 156 0 161 0 189 0 183 0 167 0 156 0 156 0 178 0 167 0 144 0 144 0 144 0 156 0 167 0 144 0 161 0 128 0 100 0 111 0 111 0 +USW00023188200910PRCP 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200910AWND 16 W 14 W 23 W 45 W 25 W 21 W 23 W 17 W 21 W 30 W 21 W 30 W 37 W 30 W 30 W 13 W 14 W 21 W 27 W 22 W 17 W 14 W 13 W 11 W 16 W 16 W 32 W 49 W 15 W 17 W 16 W +USW00023188200910FMTM 1327 X 0945 X 1434 X 1231 X 1520 X 1201 X 1434 X 1322 X 1523 X 1419 X 1344 X 2310 X 0959 X 1750 X 1310 X 1313 X 1636 X 1227 X 1336 X 1321 X 1410 X 1406 X 1423 X 1157 X 1427 X 1552 X 1208 X 1342 X 1450 X 1428 X 1329 X +USW00023188200910PGTM 1329 W 0942 W 1427 W 1416 W 1302 W 1200 W 1459 W 1242 W 1151 W 1503 W 1350 W 2309 W 0958 W 1453 W 1310 W 1315 W 1635 W 1247 W 1350 W 1420 W 1410 W 1207 W 1422 W 1222 W 1318 W 1558 W 0941 W 1439 W 1453 W 1408 W 1328 W +USW00023188200910WDF2 280 X 330 X 280 X 260 X 270 X 240 X 260 X 250 X 280 X 290 X 270 X 190 X 180 X 340 X 290 X 170 X 180 X 250 X 270 X 290 X 290 X 180 X 270 X 330 X 290 X 330 X 240 X 310 X 290 X 290 X 290 X +USW00023188200910WDF5 290 X 330 X 270 X 290 X 200 X 240 X 300 X 250 X 300 X 300 X 260 X 190 X 180 X 290 X 290 X 180 X 180 X 210 X 280 X 290 X 290 X 170 X 280 X 320 X 310 X 330 X 160 X 290 X 290 X 280 X 290 X +USW00023188200910WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200910WSF2 63 X 45 X 58 X 80 X 58 X 63 X 63 X 58 X 63 X 67 X 67 X 63 X 72 X 63 X 76 X 45 X 40 X 45 X 72 X 72 X 67 X 45 X 45 X 45 X 54 X 63 X 76 X 112 X 76 X 63 X 63 X +USW00023188200910WSF5 72 X 58 X 76 X 107 X 89 X 80 X 89 X 80 X 94 X 80 X 80 X 76 X 89 X 76 X 94 X 54 X 45 X 58 X 89 X 80 X 76 X 58 X 58 X 54 X 67 X 72 X 98 X 143 X 89 X 76 X 76 X +USW00023188200910WT01 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X 1 X 1 X-9999 -9999 -9999 1 W 1 W 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200910WT02 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200910WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200910WT07-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200910WT08 1 W 1 X 1 X-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 W 1 X 1 X 1 X-9999 1 W 1 W-9999 -9999 -9999 +USW00023188200910WT09 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200910WT13 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200910WT16-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200911TMAX 233 0 233 0 228 0 189 0 194 0 206 0 183 0 189 0 217 0 256 0 250 0 189 0 183 0 189 0 206 0 222 0 217 0 183 0 200 0 189 0 178 0 189 0 228 0 239 0 239 0 256 0 189 0 161 0 183 0 222 0-9999 +USW00023188200911TMIN 122 0 122 0 117 0 106 0 156 0 156 0 139 0 139 0 122 0 128 0 150 0 144 0 150 0 133 0 111 0 89 0 100 0 111 0 100 0 94 0 122 0 117 0 100 0 100 0 94 0 94 0 100 0 106 0 83 0 94 0-9999 +USW00023188200911PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30 0 0 0 0 0-9999 +USW00023188200911AWND 8 W 18 W 16 W 17 W 17 W 23 W 13 W 13 W 15 W 13 W 9 W 22 W 34 W 22 W 15 W 13 W 13 W 17 W 13 W 11 W 16 W 13 W 10 W 13 W 15 W 15 W 19 W 47 W 16 W 13 W-9999 +USW00023188200911FMTM 1306 X 1343 X 1220 X 1449 X 1456 X 1135 X 1206 X 1328 X 1347 X 1426 X 1430 X 1302 X 1620 X 1625 X 1350 X 1508 X 1413 X 1502 X 1235 X 1628 X 1453 X 1416 X 1535 X 1527 X 1217 X 1336 X 2333 X 0827 X 1540 X 1234 X-9999 +USW00023188200911PGTM 1028 W 1342 W 1222 W 0659 W 1407 W 1120 W 1216 W 1312 W 1345 W 1407 W 1606 W 1254 W 1551 W 1402 W 1344 W 1508 W 1340 W 1507 W 1235 W 1627 W 1453 W 1405 W 1534 W 1435 W 1302 W 1340 W 2256 W 0941 W 1443 W 1233 W-9999 +USW00023188200911WDF2 170 X 310 X 330 X 270 X 290 X 300 X 300 X 280 X 290 X 320 X 290 X 210 X 270 X 290 X 320 X 320 X 180 X 230 X 290 X 290 X 290 X 290 X 290 X 340 X 320 X 320 X 260 X 270 X 320 X 290 X-9999 +USW00023188200911WDF5 190 X 320 X 310 X 330 X 290 X 280 X 290 X 280 X 290 X 310 X 320 X 210 X 270 X 280 X 310 X 320 X 180 X 220 X 290 X 290 X 300 X 290 X 290 X 320 X 310 X 320 X 270 X 260 X 300 X 290 X-9999 +USW00023188200911WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188200911WSF2 36 X 54 X 54 X 40 X 54 X 54 X 54 X 40 X 80 X 54 X 45 X 54 X 63 X 54 X 58 X 58 X 45 X 54 X 67 X 54 X 54 X 63 X 45 X 67 X 54 X 72 X 76 X 112 X 72 X 67 X-9999 +USW00023188200911WSF5 45 X 67 X 63 X 76 X 72 X 72 X 67 X 58 X 98 X 63 X 63 X 67 X 80 X 72 X 72 X 76 X 58 X 63 X 76 X 63 X 63 X 80 X 58 X 89 X 67 X 94 X 94 X 139 X 94 X 80 X-9999 +USW00023188200911WT01 1 W 1 X 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00023188200911WT02-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200911WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188200911WT07-9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200911WT08 1 W 1 W 1 W 1 X 1 X-9999 1 X 1 X 1 X 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00023188200911WT09-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200911WT13-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188200911WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188200912TMAX 172 0 167 0 178 0 189 0 156 0 150 0 156 0 128 0 139 0 156 0 150 0 167 0 172 0 167 0 194 0 194 0 211 0 233 0 250 0 217 0 167 0 150 0 161 0 183 0 178 0 161 0 161 0 189 0 172 0 156 0 189 0 +USW00023188200912TMIN 94 0 139 0 122 0 83 0 106 0 128 0 100 0 100 0 89 0 83 0 111 0 150 0 117 0 106 0 83 0 83 0 83 0 100 0 106 0 106 0 122 0 111 0 72 0 67 0 56 0 78 0 72 0 94 0 111 0 100 0 111 0 +USW00023188200912PRCP 0 0 0 0 0 0 0 0 0 0 0T 0 396 0 0 0 0 0 0 0 23 0 38 0 109 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 +USW00023188200912AWND 16 W 18 W 21 W 15 W 23 W 32 W 66 W 34 W 12 W 10 W 20 W 45 W 25 W 12 W 11 W 12 W 11 W 12 W 10 W 8 W 13 W 58 W 22 W 10 W 10 W 9 W 13 W 7 W 13 W 21 W 13 W +USW00023188200912FMTM 1413 X 1512 X 1233 X 1401 X 1354 X 1156 X 1809 X 0009 X 1542 X 1415 X 2352 X 2200 X 0532 X 1458 X 1458 X 1335 X 1449 X 1439 X 1520 X 1413 X 2353 X 1019 X 1432 X 1822 X 1533 X 1140 X 1215 X 1225 X 1405 X 2035 X 1427 X +USW00023188200912PGTM 0734 W 1458 W 1302 W 1404 W 1324 W 1156 W 1846 W 0009 W 1543 W 0455 W 2355 W 2359 W 0531 W 1341 W 1441 W 1326 W 1550 W 1441 W 1519 W 1412 W 2354 W 0633 W 1259 W 1822 W 1450 W 1139 W 1228 W 0740 W 1340 W 2033 W 1411 W +USW00023188200912WDF2 230 X 260 X 300 X 320 X 260 X 230 X 290 X 280 X 260 X 280 X 160 X 180 X 290 X 290 X 310 X 290 X 300 X 320 X 320 X 330 X 190 X 280 X 290 X 350 X 290 X 320 X 290 X 320 X 300 X 150 X 290 X +USW00023188200912WDF5 70 X 260 X 300 X 310 X 230 X 230 X 290 X 290 X 260 X 20 X 160 X 190 X 290 X 290 X 300 X 320 X 300 X 300 X 320 X 320 X 190 X 260 X 270 X 360 X 290 X 320 X 290 X 60 X 300 X 150 X 290 X +USW00023188200912WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188200912WSF2 54 X 58 X 72 X 67 X 63 X 67 X 139 X 98 X 54 X 45 X 58 X 80 X 98 X 58 X 63 X 54 X 40 X 63 X 63 X 36 X 58 X 107 X 54 X 36 X 54 X 45 X 58 X 40 X 45 X 58 X 58 X +USW00023188200912WSF5 76 X 76 X 89 X 80 X 80 X 76 X 192 X 125 X 63 X 63 X 67 X 116 X 125 X 72 X 76 X 72 X 45 X 72 X 76 X 40 X 67 X 148 X 67 X 58 X 63 X 63 X 76 X 58 X 63 X 72 X 72 X +USW00023188200912WT01-9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 1 W-9999 +USW00023188200912WT05-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188200912WT07-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 +USW00023188200912WT08-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X 1 X-9999 -9999 1 X-9999 +USW00023188200912WT13-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X-9999 +USW00023188200912WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188201001TMAX 206 0 244 0 239 0 239 0 228 0 206 0 200 0 244 0 239 0 233 0 233 0 194 0 172 0 194 0 217 0 189 0 167 0 161 0 167 0 156 0 167 0 144 0 150 0 167 0 172 0 156 0 178 0 178 0 172 0 167 0 161 0 +USW00023188201001TMIN 83 0 94 0 83 0 89 0 89 0 94 0 83 0 106 0 111 0 128 0 106 0 100 0 122 0 106 0 94 0 122 0 117 0 122 0 94 0 106 0 111 0 89 0 83 0 72 0 78 0 100 0 122 0 94 0 100 0 94 0 100 0 +USW00023188201001PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 3 0 269 0 135 0 163 0 188 0 56 0 25 0 0 0 0 0 15 0 5 0 0 0 0 0 0 0 0 0 +USW00023188201001AWND 17 W 11 W 8 W 9 W 8 W 7 W 9 W 16 W 10 W 12 W 13 W 9 W 19 W 15 W 12 W 17 W 15 W 52 W 39 W 48 W 76 W 44 W 15 W 16 W 18 W 18 W 17 W 12 W 13 W 16 W 14 W +USW00023188201001FMTM 1423 X 1509 X 1310 X 1257 X 1534 X 1434 X 1453 X 1642 X 1736 X 1608 X 1254 X 1348 X 1752 X 1627 X 1544 X 1058 X 1256 X 1733 X 1349 X 1647 X 2354 X 2354 X 1426 X 1548 X 1533 X 2136 X 1506 X 1250 X 1313 X 1321 X 1308 X +USW00023188201001PGTM 1455 W 1132 W 1353 W 1257 W 1533 W 1429 W 1835 W 1309 W 1736 W 1640 W 1223 W 1338 W 1750 W 1626 W 1543 W 1058 W 1304 W 1736 W 1428 W 1639 W 1202 W 2354 W 1403 W 1501 W 1530 W 2134 W 1447 W 1250 W 1324 W 1504 W 1409 W +USW00023188201001WDF2 300 X 290 X 320 X 290 X 290 X 290 X 290 X 340 X 330 X 300 X 320 X 320 X 330 X 320 X 320 X 190 X 240 X 170 Z 170 X 160 X 260 X 260 X 280 X 300 X 300 X 60 X 300 X 210 X 240 X 290 X 290 X +USW00023188201001WDF5 320 X 310 X 330 X 300 X 290 X 290 X 360 X 310 X 330 X 310 X 300 X 320 X 330 X 310 X 320 X 190 X 270 X 160 Z 230 X 160 X 180 X 260 X 310 X 320 X 300 X 60 X 310 X 210 X 230 X 310 X 290 X +USW00023188201001WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188201001WSF2 63 X 58 X 54 X 72 X 58 X 36 X 40 X 45 X 45 X 63 X 54 X 40 X 63 X 67 X 40 X 58 X 45 X 134 Z 156 X 134 X 156 X 156 X 45 X 58 X 63 X 67 X 54 X 45 X 45 X 72 X 58 X +USW00023188201001WSF5 76 X 72 X 58 X 89 X 67 X 45 X 54 X 58 X 58 X 76 X 63 X 54 X 80 X 89 X 54 X 72 X 58 X 197 Z 201 X 174 X 210 X 192 X 67 X 76 X 76 X 89 X 67 X 58 X 54 X 80 X 72 X +USW00023188201001WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 X 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 0-9999 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W +USW00023188201001WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201001WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201001WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 +USW00023188201001WT07-9999 -9999 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0 1 0 1 0 1 0 +USW00023188201001WT08-9999 1 W 1 X 1 W 1 W 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 W 1 W 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 1 X 1 X 1 W 1 X 1 X 1 X 1 X +USW00023188201001WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201001WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X +USW00023188201001WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188201002TMAX 172 0 167 0 172 0 172 0 167 0 167 0 161 0 167 0 156 0 156 0 161 0 172 0 206 0 233 0 256 0 250 0 228 0 189 0 167 0 167 0 172 0 172 0 189 0 189 0 178 0 206 0 161 0 167 0-9999 -9999 -9999 +USW00023188201002TMIN 106 0 117 0 128 0 122 0 133 0 133 0 111 0 94 0 94 0 83 0 89 0 100 0 100 0 100 0 111 0 117 0 106 0 106 0 133 0 122 0 128 0 117 0 72 0 89 0 122 0 117 0 111 0 94 0-9999 -9999 -9999 +USW00023188201002PRCP 0 0 0 0 0 0 0 0 30 0 140 0 0T 0 0 0 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13 0 86 0 10 0 10 0 0 0 3 0 0T 0 0 0 185 0 18 0-9999 -9999 -9999 +USW00023188201002AWND 9 W 19 W 19 W 21 W 39 W 47 W 41 W 10 W 27 W 15 W 14 W 21 W 19 W 12 W 10 W 9 W 9 W 14 W 34 W 35 W 34 W 41 W 16 W 16 W 26 W 20 W 52 W 14 W-9999 -9999 -9999 +USW00023188201002FMTM 1602 X 1620 X 1055 X 1410 X 1350 X 1211 X 1105 X 1348 X 1909 X 1441 X 1414 X 1354 X 1437 X 1501 X 1503 X 1334 X 1503 X 1417 X 1517 X 0253 X 1336 X 0740 X 1700 X 1554 X 1542 X 2137 X 1703 X 1450 X-9999 -9999 -9999 +USW00023188201002PGTM 1615 W 1609 W 1112 W 1407 W 1349 W 1117 W 1104 W 1344 W 1908 W 1444 W 1241 W 1452 W 1410 W 1504 W 1627 W 1531 W 1516 W 1417 W 1516 W 0323 W 1106 W 0805 W 1723 W 1508 W 1421 W 2049 W 1703 W 1437 W-9999 -9999 -9999 +USW00023188201002WDF2 300 X 290 X 280 X 230 X 190 X 170 X 290 X 210 X 320 X 280 X 190 X 290 X 290 X 310 X 290 X 280 X 300 X 280 X 190 X 150 X 300 X 290 X 320 X 290 X 290 X 180 X 250 X 220 X-9999 -9999 -9999 +USW00023188201002WDF5 300 X 300 X 290 X 230 X 190 X 160 X 290 X 220 X 320 X 300 X 180 X 280 X 290 X 300 X 330 X 300 X 290 X 290 X 190 X 150 X 260 X 290 X 340 X 270 X 300 X 190 X 250 X 220 X-9999 -9999 -9999 +USW00023188201002WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 -9999 -9999 +USW00023188201002WSF2 45 X 45 X 63 X 67 X 76 X 98 X 89 X 54 X 94 X 67 X 45 X 72 X 63 X 72 X 45 X 45 X 36 X 45 X 67 X 89 X 89 X 89 X 67 X 58 X 76 X 54 X 125 X 54 X-9999 -9999 -9999 +USW00023188201002WSF5 54 X 58 X 76 X 76 X 98 X 130 X 112 X 63 X 125 X 76 X 63 X 80 X 80 X 89 X 54 X 54 X 45 X 58 X 89 X 107 X 107 X 107 X 80 X 72 X 94 X 67 X 156 X 63 X-9999 -9999 -9999 +USW00023188201002WT01 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 +USW00023188201002WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201002WT05-9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188201002WT07 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201002WT08 1 X 1 X 1 X 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X 1 W 1 W 1 W 1 X 1 X 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201002WT13 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188201002WT16-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 +USW00023188201003TMAX 178 0 172 0 183 0 167 0 172 0 161 0 144 0 161 0 150 0 161 0 178 0 183 0 167 0 178 0 244 0 272 0 278 0 178 0 194 0 228 0 228 0 194 0 194 0 211 0 178 0 200 0 256 0 267 0 239 0 194 0 172 0 +USW00023188201003TMIN 106 0 122 0 111 0 106 0 78 0 106 0 94 0 128 0 111 0 89 0 89 0 100 0 106 0 94 0 100 0 133 0 133 0 139 0 139 0 117 0 111 0 133 0 144 0 128 0 139 0 139 0 117 0 128 0 133 0 139 0 133 0 +USW00023188201003PRCP 0 0 0 0 0 0 0T 0 0 0 66 0 107 0 0T 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188201003AWND 20 W 18 W 25 W 28 W 16 W 38 W 30 W 45 W 58 W 28 W 20 W 19 W 19 W 24 W 17 W 21 W 20 W 26 W 25 W 14 W 17 W 21 W 26 W 16 W 26 W 25 W 18 W 26 W 23 W 31 W 45 W +USW00023188201003FMTM 1128 X 1250 X 1311 X 1232 X 1514 X 1634 X 2213 X 2221 X 1136 X 1459 X 1628 X 1324 X 1401 X 1443 X 1449 X 1358 X 1506 X 1516 X 1448 X 1534 X 1644 X 1653 X 1554 X 1333 X 1208 X 1414 X 1433 X 1727 X 1354 X 1410 X 1153 X +USW00023188201003PGTM 1704 W 1411 W 1345 W 0931 W 1513 W 1631 W 2212 W 2246 W 0939 W 1454 W 1305 W 1323 W 1421 W 1448 W 1221 W 1358 W 1506 W 1613 W 1353 W 1343 W 1646 W 1651 W 1236 W 1327 W 1300 W 1348 W 1438 W 1435 W 1322 W 1351 W 1054 W +USW00023188201003WDF2 270 X 300 X 290 X 280 X 260 X 190 X 270 X 280 X 280 X 280 X 290 X 290 X 260 X 290 X 330 X 290 X 300 X 200 X 280 X 280 X 290 X 240 X 300 X 320 X 290 X 290 X 320 X 350 X 290 X 280 X 280 X +USW00023188201003WDF5 270 X 290 X 290 X 300 X 270 X 190 X 260 X 270 X 280 X 270 X 290 X 300 X 250 X 290 X 310 X 290 X 300 X 200 X 290 X 280 X 300 X 240 X 300 X 280 X 300 X 300 X 310 X 320 X 290 X 300 X 270 X +USW00023188201003WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188201003WSF2 63 X 63 X 63 X 72 X 63 X 116 X 72 X 80 X 116 X 107 X 58 X 72 X 76 X 76 X 58 X 89 X 72 X 63 X 76 X 40 X 63 X 67 X 63 X 45 X 63 X 76 X 63 X 76 X 76 X 76 X 89 X +USW00023188201003WSF5 72 X 80 X 80 X 98 X 72 X 143 X 94 X 103 X 156 X 134 X 76 X 89 X 94 X 89 X 72 X 98 X 89 X 76 X 94 X 58 X 80 X 80 X 80 X 67 X 80 X 98 X 72 X 98 X 94 X 98 X 112 X +USW00023188201003WT01-9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 X 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201003WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201003WT05-9999 -9999 -9999 1 0-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201003WT07-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201003WT08-9999 1 X-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 W 1 W 1 W-9999 1 W 1 W +USW00023188201003WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201003WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201003WT16-9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201004TMAX 150 0 178 0 183 0 172 0 172 0 189 0 261 0 261 0 183 0 183 0 178 0 172 0 178 0 206 0 183 0 189 0 200 0 206 0 211 0 200 0 150 0 156 0 178 0 189 0 178 0 172 0 172 0 189 0 172 0 194 0-9999 +USW00023188201004TMIN 89 0 94 0 111 0 128 0 122 0 106 0 111 0 133 0 139 0 139 0 144 0 122 0 122 0 117 0 128 0 144 0 122 0 144 0 150 0 139 0 111 0 106 0 94 0 139 0 133 0 133 0 128 0 139 0 133 0 122 0-9999 +USW00023188201004PRCP 142 0 0 0 0 0 0 0 28 0 0 0 0 0 0 0 0 0 0 0 0 0 173 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 3 0 69 0 23 0 0 0 0 0 0 0 0 0 0 0 10 0 0T 0 0 0-9999 +USW00023188201004AWND 32 W 18 W 27 W 29 W 38 W 28 W 18 W 14 W 30 W 25 W 39 W 48 W 31 W 22 W 19 W 32 W 14 W 22 W 29 W 35 W 64 W 33 W 21 W 25 W 21 W 24 W 25 W 41 W 55 W 32 W-9999 +USW00023188201004FMTM 0301 X 1704 X 1409 X 1432 X 1037 X 1428 X 1614 X 1226 X 1323 X 1155 X 2312 X 0329 X 1456 X 1505 X 1418 X 1242 X 1318 X 1622 X 1414 X 2153 X 1040 X 0513 X 1220 X 1355 X 1234 X 1556 X 1349 X 1724 X 1255 X 1446 X-9999 +USW00023188201004PGTM 0300 W 1117 W 1534 W 1306 W 1241 W 1539 W 1612 W 1331 W 1455 W 1330 W 2302 W 0328 W 1411 W 1504 W 1501 W 1221 W 1224 W 1622 W 1732 W 2153 W 1039 W 0512 W 1201 W 1240 W 1258 W 1240 W 1349 W 2101 W 0907 W 1436 W-9999 +USW00023188201004WDF2 260 X 290 X 250 X 290 X 220 X 290 X 320 X 210 X 220 X 210 X 160 X 160 X 290 X 290 X 230 X 290 X 300 X 250 X 290 X 290 X 300 X 250 X 280 X 280 X 260 X 290 X 270 X 300 X 270 X 290 X-9999 +USW00023188201004WDF5 250 X 270 X 290 X 290 X 250 X 290 X 320 X 300 X 220 X 260 X 160 X 150 X 280 X 290 X 210 X 300 X 280 X 250 X 310 X 290 X 290 X 240 X 280 X 280 X 270 X 290 X 260 X 280 X 300 X 290 X-9999 +USW00023188201004WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188201004WSF2 76 X 58 X 80 X 67 X 76 X 76 X 58 X 54 X 58 X 58 X 76 X 112 X 76 X 67 X 58 X 76 X 58 X 72 X 72 X 94 X 116 X 98 X 67 X 67 X 45 X 58 X 58 X 80 X 94 X 80 X-9999 +USW00023188201004WSF5 107 X 80 X 94 X 94 X 103 X 94 X 72 X 63 X 67 X 76 X 103 X 139 X 98 X 80 X 67 X 98 X 72 X 89 X 89 X 112 X 156 X 130 X 89 X 94 X 63 X 76 X 72 X 107 X 130 X 107 X-9999 +USW00023188201004WT01 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 +USW00023188201004WT05 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 +USW00023188201004WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 +USW00023188201004WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W 1 W 1 W-9999 1 W 1 W 1 X 1 X 1 X 1 W-9999 1 W-9999 +USW00023188201004WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188201004WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188201004WT16 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188201005TMAX 178 0 183 0 222 0 206 0 183 0 194 0 211 0 228 0 178 0 189 0 178 0 206 0 194 0 183 0 194 0 167 0 178 0 206 0 194 0 217 0 189 0 178 0 167 0 183 0 189 0 194 0 200 0 194 0 211 0 194 0 189 0 +USW00023188201005TMIN 122 0 144 0 133 0 144 0 144 0 150 0 144 0 161 0 144 0 144 0 133 0 111 0 144 0 144 0 150 0 144 0 139 0 144 0 150 0 144 0 150 0 139 0 128 0 117 0 133 0 156 0 156 0 150 0 133 0 150 0 156 0 +USW00023188201005PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 +USW00023188201005AWND 35 W 32 W 26 W 20 W 30 W 26 W 21 W 22 W 38 W 39 W 35 W 21 W 21 W 22 W 23 W 24 W 27 W 23 W 30 W 21 W 38 W 44 W 58 W 31 W 25 W 35 W 30 W 33 W 23 W 34 W 30 W +USW00023188201005FMTM 2125 X 0711 X 1139 X 1358 X 1433 X 1420 X 1507 X 1640 X 1743 X 1542 X 1006 X 1257 X 1209 X 1450 X 1226 X 2007 X 1421 X 1459 X 1328 X 1610 X 1524 X 1220 X 1112 X 1444 X 1305 X 1717 X 2342 X 0031 X 1528 X 1430 X 1255 X +USW00023188201005PGTM 2109 W 0745 W 1206 W 1358 W 1644 W 1445 W 1148 W 1632 W 1742 W 1542 W 1237 W 1443 W 1441 W 1441 W 1451 W 2105 W 1450 W 1458 W 1008 W 1452 W 1107 W 1607 W 1127 W 1429 W 1444 W 1148 W 2342 W 0022 W 1524 W 1403 W 1405 W +USW00023188201005WDF2 170 X 160 X 300 X 320 X 240 X 200 X 220 X 320 X 270 X 280 X 260 X 290 X 220 X 240 X 290 X 230 X 280 X 240 X 270 X 280 X 260 X 230 X 280 X 280 X 270 X 320 X 320 X 330 X 200 X 200 X 210 X +USW00023188201005WDF5 190 X 170 X 300 X 310 X 200 X 210 X 210 X 280 X 270 X 290 X 250 X 270 X 280 X 230 X 280 X 200 X 260 X 230 X 300 X 280 X 190 X 280 X 280 X 280 X 280 X 290 X 320 X 300 X 190 X 170 X 210 X +USW00023188201005WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188201005WSF2 63 X 63 X 72 X 58 X 54 X 54 X 58 X 54 X 72 X 72 X 67 X 63 X 58 X 58 X 63 X 45 X 58 X 67 X 63 X 54 X 67 X 67 X 103 X 67 X 72 X 67 X 72 X 72 X 54 X 58 X 67 X +USW00023188201005WSF5 80 X 76 X 89 X 72 X 72 X 67 X 72 X 67 X 103 X 94 X 98 X 80 X 67 X 76 X 76 X 63 X 72 X 80 X 80 X 67 X 80 X 89 X 139 X 98 X 89 X 98 X 89 X 94 X 76 X 72 X 89 X +USW00023188201005WT01-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 +USW00023188201005WT07-9999 -9999 -9999 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188201005WT08 1 W-9999 -9999 1 X 1 X 1 W 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 W 1 X 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 X-9999 +USW00023188201005WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188201005WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201005WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188201006TMAX 183 0 206 0 194 0 200 0 206 0 211 0 206 0 178 0 189 0 183 0 183 0 183 0 206 0 211 0 206 0 183 0 194 0 189 0 200 0 200 0 183 0 211 0 211 0 211 0 206 0 183 0 200 0 178 0 183 0 217 0-9999 +USW00023188201006TMIN 161 0 156 0 161 0 161 0 161 0 167 0 167 0 156 0 150 0 156 0 150 0 156 0 156 0 167 0 144 0 144 0 150 0 156 0 161 0 161 0 144 0 144 0 161 0 156 0 156 0 161 0 161 0 156 0 161 0 167 0-9999 +USW00023188201006PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0-9999 +USW00023188201006AWND 27 W 26 W 27 W 26 W 26 W 21 W 21 W 25 W 27 W 36 W 45 W 34 W 30 W 31 W 26 W 24 W 23 W 26 W 23 W 26 W 27 W 26 W 25 W 23 W 20 W 29 W 24 W 22 W 24 W 27 W-9999 +USW00023188201006FMTM 1632 X 1536 X 1214 X 1648 X 1232 X 1335 X 1440 X 1535 X 1352 X 2313 X 0132 X 1335 X 1447 X 1447 X 1217 X 1424 X 1237 X 1118 X 1629 X 1339 X 1433 X 1528 X 1306 X 1644 X 1518 X 1515 X 1131 X 1454 X 1255 X 1338 X-9999 +USW00023188201006PGTM 2001 W 1146 W 1426 W 1647 W 1423 W 0922 W 1430 W 1530 W 1351 W 2248 W 1332 W 1350 W 1200 W 1446 W 1327 W 1318 W 1353 W 1125 W 1514 W 1322 W 1349 W 1539 W 1338 W 1320 W 1542 W 1505 W 1110 W 1717 W 1226 W 1402 W-9999 +USW00023188201006WDF2 220 X 220 X 210 X 250 X 210 X 210 X 220 X 190 X 220 X 150 X 180 X 210 X 290 X 290 X 220 X 250 X 220 X 220 X 270 X 220 X 210 X 290 X 280 X 280 X 210 X 220 X 210 X 220 X 210 X 300 X-9999 +USW00023188201006WDF5 240 X 260 X 250 X 230 X 190 X 310 X 230 X 190 X 230 X 160 X 210 X 210 X 290 X 290 X 270 X 200 X 250 X 230 X 300 X 210 X 230 X 280 X 290 X 280 X 250 X 210 X 220 X 200 X 230 X 300 X-9999 +USW00023188201006WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188201006WSF2 54 X 54 X 58 X 58 X 58 X 54 X 45 X 54 X 54 X 67 X 76 X 67 X 63 X 72 X 58 X 54 X 54 X 63 X 58 X 54 X 58 X 58 X 67 X 54 X 54 X 58 X 63 X 45 X 58 X 67 X-9999 +USW00023188201006WSF5 80 X 80 X 72 X 94 X 72 X 80 X 67 X 72 X 67 X 89 X 94 X 89 X 98 X 89 X 89 X 72 X 67 X 80 X 72 X 67 X 80 X 76 X 89 X 76 X 67 X 76 X 80 X 58 X 80 X 80 X-9999 +USW00023188201006WT01-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 +USW00023188201006WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201006WT07-9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00023188201006WT08-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 W 1 X-9999 1 X 1 X 1 X-9999 1 W-9999 -9999 -9999 1 W 1 W-9999 1 X 1 X-9999 -9999 1 W-9999 1 X-9999 +USW00023188201006WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 +USW00023188201006WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201006WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188201007TMAX 206 0 194 0 189 0 189 0 183 0 183 0 189 0 178 0 183 0 194 0 206 0 217 0 244 0 256 0 267 0 272 0 244 0 206 0 206 0 200 0 194 0 194 0 211 0 217 0 206 0 200 0 206 0 206 0 206 0 189 0 206 0 +USW00023188201007TMIN 161 0 156 0 156 0 156 0 161 0 161 0 150 0 161 0 161 0 161 0 167 0 172 0 172 0 178 0 189 0 194 0 183 0 172 0 178 0 172 0 167 0 161 0 172 0 178 0 172 0 172 0 167 0 167 0 172 0 167 0 161 0 +USW00023188201007PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188201007AWND 27 W 25 W 38 W 29 W 22 W 26 W 27 W 30 W 26 W 22 W 23 W 42 W 31 W 22 W 20 W 26 W 26 W 29 W 28 W 21 W 24 W 22 W 28 W 28 W 28 W 29 W 30 W 33 W 31 W 22 W 20 W +USW00023188201007FMTM 1340 X 2359 X 0716 X 1344 X 1552 X 1420 X 1534 X 1801 X 1216 X 1415 X 1518 X 1203 X 1402 X 1255 X 1647 X 1714 X 1356 X 2354 X 1358 X 1033 X 1215 X 1338 X 1510 X 1543 X 1756 X 1547 X 1453 X 1419 X 1423 X 1320 X 1332 X +USW00023188201007PGTM 1321 W 1354 W 0614 W 1343 W 1329 W 1550 W 1317 W 1821 W 1349 W 1345 W 1241 W 1400 W 1358 W 1319 W 1646 W 1713 W 1233 W 0917 W 1404 W 1047 W 1329 W 1257 W 1504 W 1055 W 1215 W 1259 W 1520 W 1519 W 1450 W 1319 W 1413 W +USW00023188201007WDF2 280 X 160 X 170 X 240 X 260 X 310 X 290 X 320 X 290 X 220 X 280 X 290 X 290 X 290 X 320 X 310 X 320 X 170 X 210 X 220 X 240 X 230 X 280 X 290 X 290 X 280 X 290 X 290 X 290 X 260 X 220 X +USW00023188201007WDF5 300 X 220 X 190 X 240 X 210 X 290 X 300 X 330 X 290 X 230 X 290 X 290 X 290 X 290 X 330 X 300 X 300 X 180 X 200 X 220 X 230 X 230 X 290 X 300 X 270 X 310 X 280 X 280 X 290 X 260 X 240 X +USW00023188201007WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188201007WSF2 67 X 45 X 63 X 58 X 45 X 58 X 58 X 58 X 54 X 54 X 45 X 89 X 80 X 58 X 54 X 58 X 58 X 45 X 58 X 45 X 54 X 54 X 58 X 63 X 58 X 58 X 67 X 72 X 67 X 54 X 54 X +USW00023188201007WSF5 98 X 72 X 76 X 72 X 63 X 89 X 80 X 67 X 67 X 72 X 67 X 103 X 103 X 76 X 63 X 72 X 76 X 63 X 72 X 58 X 63 X 67 X 72 X 94 X 94 X 94 X 80 X 89 X 80 X 67 X 67 X +USW00023188201007WT01 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201007WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201007WT07-9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201007WT08 1 X 1 X-9999 1 X-9999 -9999 1 W 1 X 1 X-9999 -9999 -9999 1 W-9999 -9999 1 W 1 X 1 X 1 X-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 +USW00023188201007WT13 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201007WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201008TMAX 217 0 217 0 217 0 211 0 206 0 211 0 206 0 206 0 222 0 222 0 217 0 217 0 217 0 206 0 206 0 217 0 256 0 278 0 261 0 244 0 239 0 250 0 261 0 278 0 267 0 250 0 206 0 189 0 206 0 211 0 228 0 +USW00023188201008TMIN 161 0 172 0 172 0 172 0 172 0 167 0 167 0 161 0 156 0 178 0 172 0 161 0 172 0 161 0 156 0 161 0 183 0 206 0 194 0 189 0 178 0 183 0 178 0 194 0 200 0 194 0 167 0 161 0 161 0 161 0 156 0 +USW00023188201008PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188201008AWND 18 W 31 W 25 W 22 W 23 W 21 W 25 W 26 W 23 W 24 W 32 W 31 W 37 W 38 W 34 W 22 W 18 W 25 W 31 W 30 W 29 W 31 W 22 W 29 W 35 W 35 W 22 W 30 W 28 W 23 W 20 W +USW00023188201008FMTM 1304 X 1425 X 1448 X 1156 X 1314 X 1325 X 1322 X 1425 X 1647 X 1633 X 1314 X 1517 X 1555 X 1455 X 1431 X 1320 X 1258 X 1310 X 1507 X 1333 X 1505 X 1449 X 1432 X 1327 X 1156 X 1224 X 1637 X 1247 X 1238 X 1424 X 1530 X +USW00023188201008PGTM 1303 W 1132 W 1534 W 1627 W 1313 W 1442 W 1447 W 1525 W 1518 W 1339 W 1442 W 1201 W 1504 W 1151 W 1504 W 1224 W 1258 W 1313 W 1506 W 1500 W 1443 W 1314 W 1526 W 1513 W 1155 W 1226 W 1304 W 1246 W 1239 W 1526 W 1334 W +USW00023188201008WDF2 280 X 290 X 290 X 260 X 270 X 270 X 250 X 260 X 280 X 300 X 280 X 290 X 290 X 280 X 290 X 220 X 330 X 290 X 300 X 280 X 280 X 290 X 300 X 290 X 290 X 290 X 220 X 190 X 240 X 290 X 290 X +USW00023188201008WDF5 280 X 300 X 290 X 280 X 280 X 270 X 270 X 290 X 290 X 300 X 290 X 290 X 290 X 300 X 290 X 240 X 330 X 320 X 290 X 300 X 290 X 290 X 290 X 290 X 290 X 290 X 220 X 210 X 240 X 290 X 290 X +USW00023188201008WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188201008WSF2 54 X 63 X 58 X 54 X 63 X 58 X 58 X 58 X 58 X 58 X 76 X 67 X 76 X 72 X 72 X 45 X 54 X 63 X 80 X 72 X 63 X 72 X 45 X 67 X 67 X 76 X 45 X 58 X 58 X 54 X 45 X +USW00023188201008WSF5 76 X 94 X 72 X 67 X 80 X 76 X 72 X 94 X 72 X 94 X 94 X 98 X 103 X 98 X 89 X 67 X 63 X 76 X 103 X 80 X 89 X 89 X 58 X 80 X 80 X 94 X 58 X 76 X 72 X 67 X 72 X +USW00023188201008WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 +USW00023188201008WT07-9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188201008WT08-9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 X 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 X-9999 -9999 -9999 -9999 +USW00023188201008WT13-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 +USW00023188201009TMAX 222 0 217 0 233 0 233 0 211 0 189 0 206 0 211 0 211 0 222 0 217 0 211 0 233 0 239 0 233 0 222 0 222 0 222 0 222 0 217 0 189 0 217 0 228 0 244 0 289 0 317 0 350 0 278 0 294 0 256 0-9999 +USW00023188201009TMIN 167 0 161 0 161 0 167 0 156 0 156 0 167 0 178 0 167 0 156 0 161 0 156 0 167 0 178 0 172 0 167 0 161 0 167 0 172 0 172 0 161 0 172 0 167 0 172 0 178 0 194 0 211 0 228 0 222 0 206 0-9999 +USW00023188201009PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0-9999 +USW00023188201009AWND 26 W 31 W 34 W 26 W 26 W 40 W 30 W 27 W 25 W 20 W 28 W 36 W 33 W 28 W 26 W 17 W 21 W 30 W 30 W 22 W 30 W 21 W 17 W 16 W 15 W 20 W 17 W 20 W 13 W 15 W-9999 +USW00023188201009FMTM 1504 X 1335 X 1409 X 1304 X 2313 X 1145 X 1527 X 1348 X 1316 X 1320 X 1347 X 1512 X 1615 X 1358 X 1514 X 1457 X 1341 X 1409 X 1334 X 1317 X 1335 X 1217 X 1212 X 1414 X 1501 X 1441 X 1107 X 0244 X 1308 X 1431 X-9999 +USW00023188201009PGTM 1500 W 1234 W 1237 W 1302 W 2145 W 1025 W 1136 W 1347 W 1228 W 1417 W 1626 W 1511 W 1159 W 1357 W 1527 W 1439 W 1250 W 1417 W 1332 W 1234 W 0733 W 1216 W-9999 1432 W 1228 W 1335 W 1102 W 0244 W 1314 W 1431 W-9999 +USW00023188201009WDF2 290 X 280 X 290 X 290 X 170 X 190 X 230 X 260 X 280 X 290 X 290 X 290 X 300 X 290 X 290 X 280 X 310 X 290 X 290 X 280 X 190 X 250 X 280 Z 310 X 300 X 290 X 180 X 170 X 320 X 290 X-9999 +USW00023188201009WDF5 290 X 300 X 290 X 290 X 180 X 190 X 230 X 250 X 290 X 300 X 290 X 290 X 300 X 300 X 290 X 290 X 280 X 290 X 300 X 290 X 190 X 250 X-9999 300 X 290 X 310 X 210 X 170 X 300 X 290 X-9999 +USW00023188201009WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188201009WSF2 67 X 72 X 67 X 72 X 58 X 63 X 54 X 63 X 63 X 58 X 72 X 72 X 67 X 67 X 76 X 54 X 54 X 72 X 72 X 54 X 45 X 58 X 45 Z 54 X 40 X 58 X 54 X 72 X 45 X 58 X-9999 +USW00023188201009WSF5 80 X 98 X 80 X 89 X 72 X 80 X 72 X 80 X 94 X 76 X 89 X 89 X 89 X 80 X 94 X 67 X 72 X 89 X 89 X 72 X 80 X 72 X-9999 63 X 63 X 76 X 72 X 94 X 58 X 67 X-9999 +USW00023188201009WT01 1 W 1 W 1 W 1 W 1 X-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188201009WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188201009WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 +USW00023188201009WT07-9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0-9999 1 0 1 0 1 0 1 0 1 0-9999 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 1 0-9999 -9999 +USW00023188201009WT08 1 X 1 X 1 X 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 W 1 X-9999 -9999 1 X 1 W-9999 1 X-9999 1 X 1 X-9999 +USW00023188201009WT13 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201009WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188201010TMAX 267 0 261 0 239 0 206 0 206 0 200 0 228 0 228 0 250 0 278 0 222 0 228 0 233 0 211 0 206 0 206 0 206 0 206 0 206 0 200 0 217 0 206 0 211 0 222 0 211 0 222 0 283 0 283 0 256 0 206 0 200 0 +USW00023188201010TMIN 211 0 211 0 206 0 178 0 167 0 156 0 167 0 144 0 150 0 167 0 172 0 194 0 189 0 189 0 189 0 189 0 183 0 172 0 167 0 167 0 183 0 178 0 172 0 178 0 178 0 167 0 150 0 156 0 156 0 161 0 133 0 +USW00023188201010PRCP 0 0 0 0 0 0 3 0 3 0 188 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0T 0 0T 0 0T 0 0 0 10 0 231 0 25 0 0T 0 0T 0 5 0 13 0 38 0 0 0 0 0 0 0 0 0 38 0 0 0 +USW00023188201010AWND 15 W 17 W 19 W 32 W 34 W 28 W 20 W 24 W 17 W 16 W 26 W 20 W 23 W 16 W 17 W 17 W 16 W 13 W 19 W 33 W 21 W 17 W 17 W 22 W 23 W 16 W 16 W 7 W 13 W 30 W 22 W +USW00023188201010FMTM 1254 X 1431 X 1624 X 1001 X 1112 X 1229 X 1532 X 1234 X 1200 X 2203 X 1644 X 1532 X 1532 X 1248 X 1422 X 1427 X 1124 X 1453 X 1442 X 1328 X 1311 X 1417 X 1422 X 1117 X 1042 X 1445 X 1735 X 1523 X 1429 X 1439 X 1239 X +USW00023188201010PGTM 1245 W 1221 W 1604 W 1548 W 1111 W 1235 W 0709 W 1233 W 1200 W 1411 W 1033 W 1151 W 0323 W 0654 W 1836 W 1426 W 1052 W 1357 W 1442 W 1327 W 1310 W 1336 W 1355 W 1035 W 1031 W 1450 W 1735 W 1407 W 1426 W 1503 W 1321 W +USW00023188201010WDF2 220 X 220 X 270 X 280 X 240 X 240 X 290 X 290 X 290 X 170 X 190 X 220 X 290 X 210 X 230 X 260 X 230 X 230 X 320 X 220 X 290 X 290 X 210 X 280 X 260 X 270 X 80 X 300 X 270 X 280 X 290 X +USW00023188201010WDF5 220 X 250 X 300 X 290 X 240 X 230 X 50 X 290 X 290 X 310 X 210 X 290 X 10 X 50 X 100 X 260 X 210 X 210 X 320 X 220 X 290 X 290 X 230 X 270 X 240 X 290 X 80 X 320 X 270 X 290 X 300 X +USW00023188201010WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188201010WSF2 45 X 45 X 45 X 63 X 80 X 80 X 72 X 72 X 67 X 40 X 54 X 45 X 58 X 40 X 36 X 54 X 45 X 36 X 63 X 67 X 80 X 54 X 45 X 58 X 67 X 45 X 58 X 36 X 54 X 63 X 72 X +USW00023188201010WSF5 58 X 67 X 63 X 76 X 103 X 94 X 94 X 98 X 80 X 58 X 76 X 63 X 80 X 58 X 72 X 67 X 63 X 45 X 72 X 80 X 98 X 67 X 67 X 72 X 80 X 58 X 67 X 45 X 67 X 72 X 98 X +USW00023188201010WT01 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 X 1 X-9999 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 +USW00023188201010WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201010WT05-9999 -9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 1 0-9999 +USW00023188201010WT07 1 0 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0-9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 +USW00023188201010WT08 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 W 1 X 1 X 1 X 1 X 1 X 1 W 1 W 1 X 1 W-9999 1 X-9999 -9999 1 W 1 X 1 W 1 W 1 W 1 W 1 X-9999 -9999 +USW00023188201010WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201010WT13 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00023188201010WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201010WT16-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00023188201011TMAX 239 0 311 0 339 0 378 0 311 0 211 0 211 0 194 0 200 0 189 0 233 0 250 0 233 0 256 0 194 0 183 0 200 0 194 0 178 0 178 0 167 0 167 0 167 0 150 0 172 0 183 0 167 0 161 0 178 0 189 0-9999 +USW00023188201011TMIN 139 0 156 0 161 0 194 0 189 0 172 0 144 0 150 0 133 0 117 0 122 0 117 0 111 0 117 0 133 0 117 0 144 0 128 0 156 0 144 0 128 0 111 0 100 0 100 0 78 0 61 0 78 0 100 0 67 0 56 0-9999 +USW00023188201011PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 135 0 48 0 0 0 3 0 8 0 0 0 0 0 13 0 0T 0 0 0 0 0-9999 +USW00023188201011AWND 15 W 12 W 16 W 13 W 8 W 22 W 25 W 27 W 14 W 17 W 22 W 20 W 11 W 10 W 12 W 16 W 20 W 23 W 21 W 53 W 21 W 17 W 21 W 30 W 13 W 13 W 21 W 46 W 19 W 18 W-9999 +USW00023188201011FMTM 1324 X 1506 X 1553 X 1544 X 1623 X 1353 X 1548 X 1049 X 1503 X 1416 X 1356 X 1448 X 1404 X 1440 X 1402 X 1559 X 1239 X 1521 X 1345 X 1327 X 0939 X 1342 X 2315 X 0340 X 1633 X 1417 X 1420 X 1234 X 1507 X 1556 X-9999 +USW00023188201011PGTM 1323 W 1522 W 1553 W 1241 W 0314 W 1352 W 1551 W 1108 W 1333 W 1416 W 1307 W 1447 W 1415 W 1439 W 1329 W 1134 W 1226 W 1521 W 1347 W 1325 W 0938 W 1342 W 2314 W 0340 W 1633 W 1420 W 1419 W 0351 W 1704 W 1555 W-9999 +USW00023188201011WDF2 290 X 310 X 350 X 120 X 280 X 250 X 330 X 270 X 290 X 220 X 300 X 310 X 310 X 290 X 170 X 260 X 280 X 290 X 260 X 170 X 220 X 290 X 290 X 300 X 360 X 300 X 280 X 300 X 280 X 340 X-9999 +USW00023188201011WDF5 290 X 320 X 360 X 140 X 10 X 260 X 330 X 280 X 300 X 230 X 330 X 300 X 300 X 290 X 180 X 200 X 290 X 290 X 260 X 170 X 230 X 290 X 290 X 300 X 360 X 300 X 290 X 290 X 350 X 340 X-9999 +USW00023188201011WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-9999 +USW00023188201011WSF2 63 X 63 X 67 X 63 X 40 X 63 X 67 X 80 X 58 X 58 X 76 X 63 X 63 X 45 X 40 X 36 X 58 X 58 X 54 X 112 X 72 X 58 X 63 X 76 X 54 X 54 X 76 X 80 X 54 X 67 X-9999 +USW00023188201011WSF5 80 X 76 X 76 X 89 X 54 X 76 X 76 X 112 X 76 X 67 X 103 X 76 X 76 X 54 X 54 X 54 X 72 X 67 X 63 X 139 X 98 X 72 X 76 X 98 X 63 X 63 X 98 X 112 X 58 X 76 X-9999 +USW00023188201011WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W 1 W 1 X-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00023188201011WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201011WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 +USW00023188201011WT07-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201011WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X 1 X 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201011WT09-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201011WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201011WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 +USW00023188201012TMAX 189 0 200 0 189 0 183 0 222 0 189 0 228 0 228 0 189 0 167 0 228 0 283 0 272 0 156 0 161 0 172 0 172 0 172 0 172 0 172 0 172 0 172 0 167 0 194 0 161 0 167 0 183 0 178 0 156 0 144 0 150 0 +USW00023188201012TMIN 72 0 89 0 94 0 89 0 106 0 128 0 100 0 89 0 83 0 100 0 106 0 128 0 128 0 122 0 139 0 133 0 117 0 150 0 150 0 144 0 133 0 128 0 106 0 100 0 94 0 128 0 94 0 89 0 128 0 94 0 67 0 +USW00023188201012PRCP 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 8 0 3 0 33 0 79 0 511 0 465 0 0 0 0 0 30 0 23 0 0 0 0 0 117 0 0 0 0 0 +USW00023188201012AWND 14 W 4 W 13 W 10 W 10 W 23 W 16 W 13 W 14 W 13 W 18 W 10 W 9 W 22 W 18 W 16 W 39 W 42 W 62 W 72 W 47 W 52 W 12 W 14 W 21 W 24 W 17 W 19 W 67 W 36 W 13 W +USW00023188201012FMTM 1422 X 1348 X 1614 X 1324 X 2200 X 1330 X 1505 X 1602 X 1420 X 1233 X 1344 X 1612 X 1256 X 2022 X 0857 X 1429 X 2026 X 0130 X 2322 X 2202 X 1722 X 0620 X 1633 X 1401 X 2337 X 0133 X 1319 X 2325 X 2111 X 0005 X 1329 X +USW00023188201012PGTM 1357 W 0420 W 1626 W 0819 W 2144 W 1311 W 1417 W 1521 W 1432 W 1233 W 1347 W 1611 W 1325 W 2013 W 1524 W 1423 W 2138 W 0130 W 2327 W 2115 W 1721 W 0619 W 1632 W 1434 W 2344 W 0006 W 1315 W 2305 W 2111 W 0331 W 0645 W +USW00023188201012WDF2 300 X 160 X 180 X 270 X 50 X 330 X 330 X 290 X 310 X 300 X 320 X 330 X 330 X 170 X 150 X 290 X 160 X 170 X 160 X 170 X 160 X 160 X 300 X 290 X 170 X 170 X 320 X 150 X 270 X 280 X 290 X +USW00023188201012WDF5 300 X 10 X 180 X 80 X 30 X 330 X 320 X 310 X 290 X 290 X 310 X 320 X 300 X 150 X 190 X 280 X 160 X 160 X 170 X 170 X 150 X 160 X 300 X 290 X 160 X 170 X 320 X 150 X 270 X 300 X 10 X +USW00023188201012WESD 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +USW00023188201012WSF2 54 X 31 X 40 X 40 X 45 X 67 X 54 X 45 X 45 X 58 X 58 X 54 X 58 X 54 X 40 X 54 X 80 X 76 X 94 X 107 X 107 X 139 X 36 X 45 X 67 X 72 X 58 X 54 X 125 X 107 X 54 X +USW00023188201012WSF5 67 X 45 X 45 X 54 X 63 X 89 X 63 X 63 X 58 X 72 X 67 X 63 X 67 X 63 X 54 X 67 X 98 X 94 X 125 X 134 X 134 X 170 X 45 X 58 X 76 X 98 X 76 X 67 X 165 X 134 X 67 X +USW00023188201012WT01-9999 1 W 1 X 1 W 1 W 1 W 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 X 1 W-9999 -9999 1 W-9999 -9999 +USW00023188201012WT02-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201012WT05-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0 1 0 1 0 1 0 1 0 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 1 0-9999 -9999 +USW00023188201012WT07-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 1 0 1 0-9999 -9999 1 0 1 0-9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201012WT08-9999 1 X 1 X 1 X-9999 1 W-9999 1 W 1 W 1 X 1 X-9999 -9999 1 X 1 X-9999 1 W-9999 1 X-9999 1 W-9999 -9999 1 W 1 X-9999 -9999 -9999 1 W-9999 -9999 +USW00023188201012WT09-9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 1 0 1 0 1 0-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 0-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201012WT13-9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 +USW00023188201012WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 +USW00023188201101TMAX 156 X 150 X 161 X 183 X 200 X 206 X 161 X 150 X 161 X 167 X 206 X 222 X 222 X 239 X 250 X 256 X 278 X 233 X 161 X 222 X 233 X 200 X 267 X 200 X 222 X 239 X 250 X 256 X 178 X 172 X 172 X +USW00023188201101TMIN 83 X 72 X 122 X 100 X 89 X 89 X 111 X 100 X 122 X 106 X 89 X 106 X 100 X 106 X 117 X 122 X 133 X 144 X 133 X 122 X 100 X 106 X 100 X 89 X 100 X 100 X 106 X 94 X 94 X 139 X 128 X +USW00023188201101PRCP 0 X 61 X 5 X 0 X 0 X 0T Z 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 10 X +USW00023188201101AWND 14 W 33 W 29 W 12 W 13 W 13 W 15 W 23 W 16 W 17 W 9 W 13 W 14 W 14 W 12 W 10 W 9 W 11 W 21 W 13 W 13 W 10 W 11 W 9 W 12 W 14 W 16 W 9 W 18 W 35 W 17 W +USW00023188201101FMTM 0109 X 2212 X 1401 X 1354 X 1355 X 1319 X 1453 X 1943 X 1215 X 1502 X 1513 X 1537 X 1228 X 1536 X 1517 X 1506 X 1408 X 1239 X 1513 X 1347 X 1638 X 1404 X 1144 X 1434 X 1439 X 1811 X 1616 X 1344 X 2347 X 1423 X 0007 X +USW00023188201101PGTM 0022 W 2204 W 1030 W 0858 W 1405 W 1318 W 0845 W 1943 W 1513 W 1513 W 1512 W 1537 W 1236 W 0609 W 1524 W 1440 W 0817 W 1238 W 1442 W 1408 W 1635 W 1403 W 1144 W 1438 W 1044 W 1810 W 1616 W 1343 W 2312 W 1427 W 0904 W +USW00023188201101WDF2 80 X 160 X 220 X 310 X 320 X 230 X 300 X 150 X 230 X 290 X 300 X 310 X 290 X 290 X 330 X 330 X 330 X 200 X 170 X 320 X 330 X 220 X 30 X 180 X 320 X 60 X 300 X 220 X 200 X 270 X 290 X +USW00023188201101WDF5 80 X 170 X 130 X 50 X 310 X 230 X 80 X 160 X 210 X 290 X 300 X 310 X 300 X 10 X 330 X 310 X 50 X 190 X 180 X 290 X 340 X 220 X 50 X 180 X 60 X 60 X 300 X 210 X 200 X 260 X 70 X +USW00023188201101WSF2 45 X 76 X 63 X 54 X 63 X 45 X 40 X 58 X 45 X 67 X 63 X 54 X 67 X 54 X 63 X 40 X 58 X 40 X 58 X 45 X 58 X 36 X 63 X 36 X 40 X 54 X 58 X 58 X 45 X 98 X 63 X +USW00023188201101WSF5 67 X 98 X 80 X 72 X 72 X 58 X 63 X 67 X 58 X 80 X 80 X 67 X 76 X 67 X 72 X 54 X 67 X 54 X 76 X 58 X 67 X 54 X 76 X 45 X 63 X 67 X 72 X 67 X 58 X 107 X 89 X +USW00023188201101WT01-9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201101WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201101WT08-9999 1 W-9999 -9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00023188201101WT13-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201101WT16-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188201102TMAX 167 X 178 X 167 X 167 X 183 X 256 X 256 X 161 X 206 X 211 X 233 X 244 X 206 X 189 X 200 X 178 X 167 X 178 X 150 X 150 X 156 X 172 X 161 X 161 X 161 X 144 X 150 X 189 X-9999 -9999 -9999 +USW00023188201102TMIN 106 X 83 X 83 X 78 X 89 X 106 X 128 X 133 X 100 X 89 X 89 X 94 X 94 X 111 X 111 X 128 X 111 X 122 X 111 X 94 X 83 X 94 X 106 X 133 X 133 X 78 X 67 X 72 X-9999 -9999 -9999 +USW00023188201102PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 71 X 0 X 142 X 89 X 8 X 0 X 0 X 0 X 0 X 0 X 208 X 15 X 0 X-9999 -9999 -9999 +USW00023188201102AWND 19 W 38 W 34 W 13 W 15 W 16 W 20 W 28 W 19 W 20 W 15 W 14 W 10 W 21 W 16 W 32 W 16 W 53 W 47 W 30 W 13 W 15 W 27 W 32 W 36 W 54 W 20 W 18 W-9999 -9999 -9999 +USW00023188201102FMTM 1421 X 1123 X 1532 X 1559 X 1430 X 1502 X 1621 X 1029 X 1453 X 1617 X 1545 X 1405 X 1515 X 1521 X 1339 X 0738 X 1539 X 2138 X 1957 X 0615 X 1439 X 1519 X 2058 X 1453 X 2329 X 0220 X 1529 X 1444 X-9999 -9999 -9999 +USW00023188201102PGTM 1421 W 1122 W 1532 W 1555 W 1436 W 1501 W 2320 W 1028 W 1452 W 1617 W 1417 W 1402 W 1512 W 1523 W 1409 W 0723 W 1302 W 2138 W 1957 W 0614 W 1419 W 1554 W 1423 W 1452 W 2350 W 0416 W 1637 W 1412 W-9999 -9999 -9999 +USW00023188201102WDF2 210 X 30 X 290 X 280 X 280 X 320 X 320 X 190 X 300 X 320 X 350 X 290 X 290 X 290 X 270 X 170 X 330 X 170 X 230 X 300 X 240 X 300 X 290 X 250 X 190 X 180 X 260 X 320 X-9999 -9999 -9999 +USW00023188201102WDF5 220 X 30 X 290 X 280 X 290 X 330 X 170 X 190 X 290 X 320 X 320 X 290 X 290 X 290 X 300 X 180 X 270 X 160 X 230 X 300 X 220 X 300 X 210 X 240 X 180 X 160 X 280 X 320 X-9999 -9999 -9999 +USW00023188201102WSF2 54 X 125 X 76 X 54 X 45 X 58 X 58 X 76 X 63 X 67 X 63 X 54 X 36 X 72 X 45 X 76 X 58 X 143 X 134 X 103 X 54 X 63 X 63 X 67 X 76 X 116 X 58 X 94 X-9999 -9999 -9999 +USW00023188201102WSF5 63 X 170 X 98 X 67 X 54 X 72 X 63 X 98 X 76 X 89 X 72 X 67 X 54 X 89 X 63 X 107 X 80 X 183 X 165 X 148 X 72 X 76 X 80 X 80 X 98 X 148 X 76 X 107 X-9999 -9999 -9999 +USW00023188201102WT01-9999 -9999 -9999 -9999 1 W 1 X 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201102WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201102WT08-9999 1 W-9999 -9999 1 W 1 X-9999 -9999 1 W-9999 1 W-9999 1 X 1 X-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201102WT13-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188201102WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188201103TMAX 178 X 178 X 200 X 200 X 250 X 172 X 167 X 189 X 250 X 228 X 206 X 178 X 183 X 217 X 211 X 200 X 194 X 206 X 178 X 167 X 167 X 172 X 178 X 178 X 183 X 178 X 183 X 189 X 189 X 228 X 278 X +USW00023188201103TMIN 89 X 100 X 139 X 139 X 122 X 128 X 128 X 117 X 117 X 128 X 111 X 144 X 139 X 122 X 139 X 139 X 133 X 117 X 122 X 122 X 117 X 117 X 94 X 117 X 128 X 106 X 133 X 144 X 144 X 128 X 156 X +USW00023188201103PRCP 0 X 0 X 0 X 0 X 0 X 18 X 18 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 201 X 33 X 0T X 86 X 3 X 13 X 0T X 0T X 0 X 0 X 0 X 0 X +USW00023188201103AWND 17 W 22 W 26 W 25 W 15 W 20 W 44 W 24 W 17 W 14 W 19 W 26 W 20 W 22 W 17 W 21 W 20 W 19 W 22 W 68 W 34 W 27 W 24 W 17 W 34 W 24 W 25 W 23 W 24 W 19 W 14 W +USW00023188201103FMTM 1542 X 1501 X 1418 X 1405 X 1339 X 1255 X 1242 X 1552 X 1429 X 1512 X 1434 X 1208 X 1727 X 1345 X 1604 X 1449 X 1402 X 1620 X 1440 X 1916 X 0914 X 1729 X 1930 X 1207 X 1150 X 1435 X 1628 X 1346 X 1241 X 1519 X 1505 X +USW00023188201103PGTM 1540 W 1313 W 1419 W 1350 W 1501 W 1254 W 1320 W 1530 W 1349 W 1512 W 1530 W 1204 W 1726 W 1350 W 1617 W 1452 W 1400 W 1610 W 1440 W 1947 W 0913 W 1259 W 1930 W 1206 W 1316 W 1426 W 1432 W 1315 W 1242 W 1353 W 1614 W +USW00023188201103WDF2 300 X 290 X 290 X 300 X 300 X 270 X 270 X 310 X 290 X 290 X 280 X 210 X 290 X 290 X 290 X 290 X 290 X 280 X 240 X 150 X 230 X 320 X 190 X 240 X 290 X 280 X 290 X 290 X 290 X 310 X 300 X +USW00023188201103WDF5 310 X 290 X 290 X 290 X 300 X 280 X 260 X 300 X 300 X 300 X 290 X 230 X 290 X 290 X 280 X 290 X 290 X 290 X 240 X 160 X 230 X 280 X 190 X 240 X 280 X 260 X 280 X 290 X 290 X 330 X 310 X +USW00023188201103WSF2 67 X 63 X 72 X 63 X 72 X 63 X 94 X 67 X 54 X 58 X 58 X 54 X 76 X 72 X 63 X 67 X 67 X 63 X 54 X 143 X 103 X 63 X 89 X 63 X 72 X 72 X 67 X 67 X 72 X 63 X 45 X +USW00023188201103WSF5 94 X 76 X 80 X 76 X 94 X 76 X 116 X 94 X 67 X 67 X 67 X 67 X 89 X 80 X 72 X 80 X 89 X 80 X 67 X 174 X 134 X 94 X 103 X 89 X 89 X 94 X 80 X 89 X 80 X 80 X 58 X +USW00023188201103WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 X-9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 +USW00023188201103WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201103WT08-9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 W 1 X 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 X-9999 +USW00023188201103WT13-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 1 X 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 1 X-9999 +USW00023188201103WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188201104TMAX 239 X 194 X 206 X 239 X 211 X 189 X 178 X 156 X 161 X 189 X 200 X 183 X 178 X 211 X 267 X 267 X 189 X 183 X 200 X 194 X 217 X 194 X 200 X 206 X 206 X 211 X 250 X 239 X 200 X 239 X-9999 +USW00023188201104TMIN 172 X 161 X 156 X 144 X 150 X 161 X 128 X 94 X 83 X 100 X 122 X 139 X 139 X 122 X 139 X 161 X 144 X 156 X 161 X 156 X 167 X 156 X 161 X 150 X 150 X 167 X 144 X 156 X 161 X 139 X-9999 +USW00023188201104PRCP 0 X 0 X 0 X 0 X 0 X 0T X 15 X 15 X 36 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0T X 0 X 0 X 0 X 0T X 0T Z 0 X 0 X 0 X 0 X 0 X-9999 +USW00023188201104AWND 24 W 37 W 22 W 28 W 25 W 32 W 55 W 39 W 30 W 25 W 23 W 32 W 30 W 28 W 22 W 22 W 44 W 36 W 25 W 30 W 34 W 27 W 27 W 32 W 29 W 27 W 30 W 24 W 30 W 30 W-9999 +USW00023188201104FMTM 1401 X 1326 X 1449 X 1417 X 1523 X 1157 X 1407 X 1604 X 1440 X 1600 X 1345 X 1246 X 1509 X 1345 X 1322 X 1152 X 2316 X 0344 X 1647 X 1324 X 1728 X 1207 X 1741 X 1355 X 1549 X 1502 X 1520 X 2357 X 1147 X 1639 X-9999 +USW00023188201104PGTM 1358 W 1325 W 1359 W 1414 W 1507 W 1153 W 1406 W 1603 W 1439 W 1232 W 1344 W 1324 W 1503 W 1345 W 1327 W 1152 W 2315 W 0904 W 1654 W 1555 W 1722 W 1251 W 1114 W 1354 W 1549 W 1501 W 1533 W 1529 W 1401 W 1630 W-9999 +USW00023188201104WDF2 170 X 220 X 250 X 300 X 280 X 240 X 270 X 270 X 250 X 280 X 300 X 190 X 260 X 290 X 300 X 300 X 170 X 150 X 280 X 290 X 300 X 230 X 300 X 260 X 290 X 330 X 300 X 260 X 240 X 320 X-9999 +USW00023188201104WDF5 170 X 220 X 290 X 290 X 250 X 240 X 270 X 270 X 250 X 280 X 290 X 220 X 260 X 290 X 320 X 300 X 170 X 170 X 270 X 280 X 320 X 270 X 240 X 250 X 290 X 320 X 320 X 290 X 210 X 320 X-9999 +USW00023188201104WSF2 54 X 76 X 58 X 76 X 54 X 67 X 98 X 98 X 72 X 72 X 89 X 67 X 67 X 89 X 80 X 63 X 72 X 67 X 58 X 63 X 67 X 58 X 58 X 72 X 67 X 67 X 76 X 54 X 63 X 89 X-9999 +USW00023188201104WSF5 63 X 94 X 94 X 94 X 72 X 80 X 112 X 116 X 94 X 103 X 112 X 76 X 89 X 107 X 98 X 72 X 89 X 80 X 72 X 72 X 89 X 72 X 76 X 98 X 94 X 94 X 94 X 67 X 72 X 107 X-9999 +USW00023188201104WT01-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201104WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201104WT08 1 W 1 X-9999 -9999 1 X 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 X 1 W-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201104WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201104WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201104WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201105TMAX 272 X 306 X 317 X 256 X 222 X 206 X 189 X 189 X 172 X 200 X 200 X 206 X 200 X 189 X 194 X 189 X 183 X 194 X 194 X 200 X 206 X 189 X 183 X 211 X 217 X 211 X 233 X 194 X 189 X 222 X 222 X +USW00023188201105TMIN 139 X 156 X 156 X 156 X 161 X 150 X 156 X 150 X 144 X 133 X 156 X 161 X 161 X 150 X 156 X 139 X 139 X 144 X 139 X 161 X 161 X 156 X 161 X 144 X 150 X 161 X 172 X 161 X 150 X 133 X 144 X +USW00023188201105PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 5 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 15 X 48 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 23 X 0 X 0 X +USW00023188201105AWND 31 W 30 W 25 W 19 W 20 W 21 W 28 W 43 W 47 W 29 W 26 W 26 W 26 W 34 W 41 W 35 W 41 W 55 W 27 W 24 W 24 W 31 W 37 W 29 W 27 W 25 W 24 W 34 W 45 W 29 W 34 W +USW00023188201105FMTM 1424 X 1720 X 1438 X 1414 X 1342 X 1024 X 1338 X 1609 X 1148 X 1543 X 1701 X 1047 X 1455 X 1435 X 1313 X 1634 X 1141 X 0527 X 1334 X 1434 X 1435 X 1157 X 1243 X 1701 X 1523 X 1038 X 1507 X 1720 X 1553 X 1345 X 1444 X +USW00023188201105PGTM 1315 W 1714 W 1250 W 1157 W 1341 W 1152 W 1249 W 2149 W 1520 W 1545 W 1353 W-9999 1515 W-9999 1233 W 1322 W 1100 W 0526 W 0715 W 1433 W 1434 W 1157 W 1239 W 1318 W 1653 W 1539 W 1517 W 1528 W 1552 W 1345 W 1502 W +USW00023188201105WDF2 290 X 340 X 300 X 180 X 210 X 210 X 200 X 260 X 250 X 250 X 290 X 300 Z 230 X 240 Z 290 X 290 X 170 X 170 X 220 X 290 X 270 X 230 X 270 X 280 X 290 X 220 X 290 X 230 X 270 X 300 X 290 X +USW00023188201105WDF5 290 X 340 X 330 X 320 X 220 X 200 X 190 X 290 X 240 X 260 X 270 X-9999 240 X-9999 280 X 290 X 170 X 170 X 60 X 290 X 260 X 230 X 270 X 270 X 290 X 270 X 290 X 230 X 270 X 300 X 290 X +USW00023188201105WSF2 89 X 98 X 76 X 54 X 58 X 58 X 58 X 89 X 80 X 72 X 58 X 58 Z 72 X 45 Z 80 X 72 X 103 X 112 X 58 X 58 X 67 X 63 X 72 X 58 X 72 X 58 X 72 X 58 X 89 X 72 X 76 X +USW00023188201105WSF5 116 X 125 X 103 X 67 X 72 X 76 X 72 X 107 X 98 X 98 X 80 X-9999 89 X-9999 107 X 103 X 139 X 134 X 80 X 80 X 89 X 76 X 94 X 76 X 89 X 67 X 94 X 76 X 107 X 89 X 94 X +USW00023188201105WT01-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00023188201105WT08-9999 -9999 -9999 1 W 1 X 1 X 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00023188201105WT13-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188201105WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201105WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188201106TMAX 200 X 211 X 200 X 200 X 222 X 222 X 206 X 206 X 194 X 206 X 194 X 194 X 217 Z 211 X 206 X 194 X 206 X 211 X 200 X 211 X 228 X 222 X 194 X 200 X 217 X 222 X 222 X 211 X 228 X 239 X-9999 +USW00023188201106TMIN 144 X 139 X 150 X 156 X 150 X 161 X 161 X 167 X 161 X 167 X 161 X 161 X 167 X 161 X 150 X 156 X 161 X 161 X 167 X 161 X 172 X 172 X 167 X 167 X 167 X 161 X 167 X 167 X 178 X 172 X-9999 +USW00023188201106PRCP 0 X 0 X 0 X 0 X 8 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00023188201106AWND 26 W 29 W 27 W 27 W 26 W 36 W 29 W 26 W 22 W 23 W 27 W 30 W 24 W 23 W 24 W 33 W 30 W 30 W 26 W 24 W 28 W 22 W 21 W 23 W 32 W 27 W 21 W 23 W 35 W 27 W-9999 +USW00023188201106FMTM 1258 X 1317 X 1438 X 1214 X 1615 X 1615 X 1318 X 1545 X 1358 X 1524 X 1141 X 1245 X 1246 X 1323 X 2338 X 1509 X 1437 X 1700 X 1341 X 1244 X 1646 X 1312 X 1419 X 1252 X 1000 X 1634 X 1219 X 1321 X 1157 X 1124 X-9999 +USW00023188201106PGTM 1212 W 1316 W 1421 W 1332 W 1631 W 1651 W 1331 W 1544 W 1357 W 1525 W 1245 W 1355 W 1320 W 1310 W 1424 W 1355 W 1408 W 1326 W 1454 W 1320 W 1243 W 1259 W 1419 W 1252 W 0850 W 1552 W 1219 W 1647 W 1341 W 1340 W-9999 +USW00023188201106WDF2 300 X 320 X 230 X 210 X 290 X 320 X 240 X 220 X 290 X 290 X 220 X 190 X 270 X 270 X 190 X 220 X 290 X 290 X 260 X 280 X 280 X 290 X 210 X 180 X 290 X 280 X 210 X 220 X 290 X 290 X-9999 +USW00023188201106WDF5 290 X 330 X 230 X 270 X 290 X 290 X 260 X 210 X 280 X 290 X 240 X 210 X 280 X 280 X 210 X 230 X 290 X 280 X 280 X 280 X 300 X 290 X 200 X 170 X 290 X 290 X 210 X 220 X 290 X 290 X-9999 +USW00023188201106WSF2 76 X 80 X 63 X 63 X 63 X 80 X 63 X 58 X 63 X 58 X 58 X 63 X 67 X 58 X 54 X 54 X 54 X 58 X 58 X 58 X 63 X 63 X 45 X 58 X 63 X 63 X 58 X 54 X 80 X 67 X-9999 +USW00023188201106WSF5 103 X 103 X 76 X 89 X 76 X 98 X 76 X 72 X 76 X 76 X 76 X 89 X 80 X 72 X 67 X 67 X 72 X 80 X 80 X 89 X 76 X 89 X 63 X 76 X 76 X 80 X 67 X 63 X 103 X 89 X-9999 +USW00023188201106WT01-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 +USW00023188201106WT08-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 X 1 X 1 X 1 W 1 W 1 X 1 X-9999 -9999 -9999 +USW00023188201106WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 +USW00023188201106WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201106WT16-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201107TMAX 250 X 250 X 228 X 250 X 267 X 267 X 283 X 250 X 239 X 217 X 217 X 239 X 217 X 211 X 222 X 228 X 228 X 239 X 239 X 228 X 222 X 222 X 222 X 239 X 250 X 217 X 217 X 222 X 233 X 228 X 244 X +USW00023188201107TMIN 167 X 183 X 183 X 189 X 206 X 211 X 211 X 200 X 194 X 178 X 178 X 178 X 178 X 183 X 183 X 183 X 183 X 178 X 189 X 183 X 178 X 178 X 178 X 183 X 194 X 183 X 178 X 183 X 200 X 200 X 200 X +USW00023188201107PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00023188201107AWND 21 W 23 W 18 W 21 W 25 W 30 W 35 W 32 W 28 W 29 W 29 W 26 W 26 W 30 W 28 W 32 W 32 W 28 W 26 W 30 W 22 W 28 W 24 W 29 W 23 W 30 W 34 W 27 W 37 W 41 W 38 W +USW00023188201107FMTM 1524 X 1600 X 1153 X 1431 X 1859 X 1328 X 1301 X 1542 X 1346 X 1448 X 1514 X 0941 X 1352 X 1332 X 1329 X 1452 X 1242 X 1231 X 1350 X 1554 X 1700 X 1250 X 1127 X 1309 X 1303 X 1507 X 1217 X 1541 X 1421 X 1310 X 1308 X +USW00023188201107PGTM 1128 W 1324 W 0952 W 1701 W 1855 W 1327 W 1305 W 1514 W 1248 W 1325 W 1041 W 1349 W 1446 W 1256 W 1139 W 1247 W 1124 W 0738 W 1317 W 1554 W 1408 W 1224 W 1215 W 1339 W 1449 W 1602 W 1217 W 1540 W 1407 W-9999 -9999 +USW00023188201107WDF2 210 X 310 X 200 X 220 X 290 X 280 X 290 X 290 X 290 X 210 X 210 X 220 X 240 X 260 X 280 X 290 X 280 X 280 X 290 X 290 X 290 X 270 X 270 X 320 X 300 X 200 X 200 X 250 X 300 X 290 X 290 Z +USW00023188201107WDF5 280 X 280 X 200 X 330 X 300 X 280 X 290 X 290 X 280 X 220 X 220 X 220 X 240 X 280 X 280 X 300 X 280 X 50 X 290 X 290 X 290 X 280 X 290 X 280 X 300 X 180 X 210 X 250 X 290 X-9999 -9999 +USW00023188201107WSF2 58 X 45 X 54 X 45 X 67 X 63 X 80 X 58 X 63 X 54 X 54 X 63 X 58 X 58 X 63 X 67 X 63 X 67 X 58 X 63 X 54 X 58 X 58 X 63 X 58 X 54 X 58 X 54 X 76 X 63 Z 63 Z +USW00023188201107WSF5 72 X 80 X 67 X 63 X 89 X 72 X 98 X 76 X 89 X 76 X 80 X 76 X 80 X 76 X 94 X 98 X 98 X 98 X 72 X 76 X 72 X 80 X 72 X 80 X 72 X 67 X 72 X 67 X 98 X-9999 -9999 +USW00023188201107WT01-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201107WT08-9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W +USW00023188201108TMAX 250 X 261 X 250 X 233 X 228 X 228 X 228 X 211 X 206 X 211 X 217 X 217 X 211 X 228 X 217 X 217 X 228 X 228 X 211 X 217 X 217 X 228 X 233 X 233 X 250 X 267 X 267 X 272 X 250 X 228 X 222 X +USW00023188201108TMIN 194 X 206 X 183 X 172 X 178 X 178 X 172 X 167 X 167 X 167 X 172 X 178 X 183 X 183 X 167 X 161 X 178 X 178 X 172 X 172 X 172 X 183 X 189 X 189 X 189 X 200 X 206 X 206 X 183 X 178 X 183 X +USW00023188201108PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00023188201108AWND 39 W 38 W 34 W 24 W 25 W 29 W 24 W 22 W 26 W 30 W 26 W 24 W 20 W 23 W 22 W 21 W 29 W 21 W 28 W 26 W 23 W 37 W 35 W 27 W 28 W 26 W 22 W 19 W 20 W 24 W 26 W +USW00023188201108FMTM 1148 X 1216 X 1313 X 1425 X 1712 X 1649 X 1331 X 1134 X 1432 X 1505 X 1506 X 1356 X 1349 X 1249 X 1446 X 1148 X 1300 X 1521 X 1417 X 1216 X 1328 X 1317 X 1159 X 1302 X 1340 X 1608 X 1200 X 1608 X 1616 X 1158 X 1647 X +USW00023188201108PGTM 1255 W 1216 W 1312 W-9999 1641 W 1401 W-9999 -9999 1255 W 1547 W 1656 W 1346 W 1347 W 1209 W 1440 W 1147 W 1201 W 1536 W 1416 W 1220 W 1227 W 1351 W 1240 W 1545 W 1341 W 1529 W 1158 W 1518 W 1349 W 1407 W 1329 W +USW00023188201108WDF2 280 X 290 X 300 X 290 X 290 X 300 X 270 X 210 X 220 X 230 X 250 X 280 X 210 X 310 X 230 X 300 X 290 X 210 X 210 X 220 X 290 X 290 X 300 X 290 X 290 X 290 X 180 X 300 X 220 X 210 X 290 X +USW00023188201108WDF5 290 X 290 X 290 X-9999 300 X 320 X-9999 -9999 190 X 220 X 260 X 290 X 230 X 280 X 240 X 300 X 310 X 210 X 210 X 230 X 290 X 300 X 290 X 290 X 300 X 290 X 180 X 280 X 300 X 230 X 280 X +USW00023188201108WSF2 72 X 80 X 76 X 45 X 54 X 67 X 54 X 45 Z 58 X 54 X 54 X 58 X 54 X 63 X 45 X 63 X 63 X 45 X 54 X 58 X 58 X 76 X 72 X 63 X 67 X 54 X 63 X 40 X 45 X 45 X 58 X +USW00023188201108WSF5 89 X 94 X 94 X-9999 76 X 76 X-9999 -9999 89 X 63 X 67 X 80 X 63 X 80 X 67 X 76 X 80 X 63 X 63 X 72 X 80 X 94 X 89 X 72 X 76 X 67 X 72 X 58 X 63 X 72 X 76 X +USW00023188201108WT01-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 +USW00023188201108WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 +USW00023188201109TMAX 233 X 228 X 222 X 233 X 239 X 361 X 306 X 300 W 200 W 211 X 233 X 233 X 222 X 217 X 222 X 189 X 211 X 222 X 217 X 217 X 217 X 217 X 222 X 217 X 211 X 222 X 217 X 217 X 217 X 250 X-9999 +USW00023188201109TMIN 183 X 183 X 178 X 178 X 189 X 200 X 206 X 189 W 172 W 178 X 183 X 172 X 183 X 183 X 172 X 172 X 167 X 167 X 172 X 172 X 172 X 167 X 178 X 172 X 183 X 178 X 172 X 172 X 167 X 167 X-9999 +USW00023188201109PRCP 0 X 0 X 0 X 0 X 18 X 15 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00023188201109AWND 31 W 36 W 34 W 32 W 30 W 26 W 28 W 30 W 35 W 32 W 22 W 31 W 22 W 20 W 20 W 26 W 21 W 30 W 26 W 26 W 27 W 25 W 17 W 19 W 23 W 23 W 16 W 18 W 21 W 38 W-9999 +USW00023188201109FMTM 1548 X 1435 X 1226 X 1344 X 1343 X 1145 X 1337 X 1428 X 2212 X 1047 X 1457 X 1312 X 1428 X 1549 X 1330 X 2243 X 1516 X 1228 X 1449 X 1513 X 1614 X 1117 X 1200 X 1538 X 1321 X 1434 X 1349 X 1405 X 1508 X 1207 X-9999 +USW00023188201109PGTM 1356 W 1140 W 1243 W 1352 W 2123 W 1452 W 1342 W-9999 -9999 1309 W 1439 W 1313 W 1134 W 1643 W 1241 W 1130 W 1248 W 1220 W 1413 W 1502 W 1637 W 0802 W 1454 W 1538 W-9999 1333 W 1348 W 1401 W 1445 W 1232 W-9999 +USW00023188201109WDF2 290 X 290 X 290 X 290 X 320 X 40 X 290 X 300 X 180 Z 210 X 290 X 290 X 220 X 280 X 280 X 200 X 260 X 290 X 300 X 300 X 290 X 290 X 220 X 270 X 280 Z 320 X 220 X 210 X 310 X 300 X-9999 +USW00023188201109WDF5 290 X 290 X 300 X 300 X 240 X 320 X 300 X-9999 -9999 210 X 300 X 290 X 250 X 290 X 270 X 260 X 300 X 290 X 300 X 290 X 300 X 350 X 260 X 270 X-9999 320 X 220 X 210 X 290 X 310 X-9999 +USW00023188201109WSF2 67 X 76 X 72 X 76 X 76 X 67 X 80 X 67 Z 49 Z 67 X 58 X 80 X 54 X 54 X 58 X 54 X 54 X 67 X 54 X 67 X 58 X 58 X 54 X 54 X 45 Z 54 X 54 X 54 X 54 X 89 X-9999 +USW00023188201109WSF5 80 X 94 X 89 X 94 X 103 X 80 X 94 X-9999 -9999 80 X 76 X 98 X 72 X 63 X 76 X 67 X 67 X 89 X 76 X 89 X 72 X 72 X 63 X 67 X-9999 72 X 63 X 63 X 72 X 107 X-9999 +USW00023188201109WT01-9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 +USW00023188201109WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201109WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188201109WT13-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 +USW00023188201109WT16-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201110TMAX 244 X 261 X 228 X 194 X 194 X 189 X 206 X 233 X 261 X 222 X 233 X 317 X 294 X 228 X 206 X 211 X 211 X 200 X 183 X 189 X 206 X 200 X 183 X 200 X 206 X 200 X 228 X 244 X 222 X 233 X 211 X +USW00023188201110TMIN 178 X 178 X 178 X 161 X 156 X 150 X 133 X 133 X 150 X 139 X 139 X 167 X 183 X 172 X 167 X 167 X 144 X 156 X 161 X 161 X 161 X 144 X 156 X 161 X 161 X 150 X 128 X 122 X 122 X 122 X 128 X +USW00023188201110PRCP 0 X 0 X 0 X 5 X 107 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0T X 5 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00023188201110AWND 22 W 19 W 22 W 26 W 41 W 37 W 19 W 17 W 17 W 16 W 18 W 17 W 15 W 19 W 24 W 32 W 27 W 29 W 16 W 27 W 20 W 23 W 13 W 21 W 22 W 26 W 16 W 15 W 11 W 8 W 18 W +USW00023188201110WDF2 290 X 290 X 290 X 270 X 170 X 260 X 300 X 290 X 310 X 300 X 290 X 330 X 170 X 180 X 310 X 300 X 300 X 290 X 290 X 190 X 280 X 300 X 240 X 290 X 270 X 300 X 320 X 300 X 320 X 220 X 320 X +USW00023188201110WDF5 280 X 290 X 290 X 260 X 180 X 270 X 300 X 300 X 310 X 300 X 320 X 310 X 170 X 200 X 290 X 300 X 290 X 290 X 290 X 200 X 230 X 290 X 210 X 300 X 260 X 300 X 320 X 310 X 310 X 220 X 310 X +USW00023188201110WSF2 72 X 63 X 72 X 63 X 103 X 72 X 72 X 76 X 72 X 72 X 58 X 54 X 45 X 54 X 67 X 72 X 58 X 67 X 40 X 40 X 63 X 72 X 45 X 58 X 54 X 76 X 63 X 72 X 54 X 36 X 54 X +USW00023188201110WSF5 80 X 72 X 89 X 76 X 134 X 103 X 89 X 94 X 94 X 80 X 72 X 63 X 58 X 72 X 89 X 94 X 72 X 80 X 54 X 58 X 80 X 89 X 63 X 72 X 63 X 94 X 72 X 89 X 67 X 54 X 67 X +USW00023188201110WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188201110WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188201110WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188201110WT13 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00023188201110WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201110WT16-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201111TMAX 183 X 272 X 200 X 172 X 172 X 161 X 178 X 194 X 233 X 239 X 217 X 178 X 222 X 183 X 189 X 189 X 167 X 167 X 178 X 167 X 172 X 194 X 178 X 167 X 178 X 233 X 278 X 267 X 233 X 156 X-9999 +USW00023188201111TMIN 133 X 128 X 128 X 111 X 106 X 117 X 111 X 94 X 94 X 128 X 144 X 117 X 111 X 122 X 144 X 128 X 117 X 139 X 133 X 122 X 111 X 89 X 100 X 128 X 100 X 94 X 111 X 111 X 122 X 100 X-9999 +USW00023188201111PRCP 0 X 0 X 0 X 150 X 18 X 13 X 0 X 0 X 0 X 0 X 0T X 356 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 234 X 23 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00023188201111AWND 16 W 16 W 21 W 41 W 22 W 30 W 13 W 15 W 10 W 12 W 17 W 35 W 12 W 16 W 19 W 19 W 16 W 30 W 28 W 38 W 14 W 16 W 14 W 13 W 13 W 9 W 12 W 7 W 13 W 25 W-9999 +USW00023188201111FMTM 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 1354 X 1152 X 1920 X-9999 +USW00023188201111PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1048 W 1159 W 1439 W-9999 +USW00023188201111WDF2 210 X 180 X 290 X 300 X 280 X 180 X 290 X 340 X 340 X 300 X 120 X 60 X 300 X 270 X 290 X 290 X 290 X 170 X 250 X 170 X 280 X 330 X 330 X 300 X 290 X 330 X 290 X 180 X 320 X 180 X-9999 +USW00023188201111WDF5 250 X 180 X 280 X 300 X 260 X 170 X 300 X 310 X 310 X 80 X 120 X 90 X 310 X 240 X 280 X 290 X 270 X 170 X 240 X 160 X 290 X 320 X 280 X 310 X 290 X 20 X 290 X 320 X 320 X 250 X-9999 +USW00023188201111WSF2 45 X 67 X 54 X 130 X 58 X 89 X 54 X 58 X 54 X 54 X 67 X 94 X 58 X 54 X 63 X 67 X 54 X 54 X 58 X 107 X 63 X 58 X 45 X 40 X 67 X 40 X 54 X 36 X 40 X 72 X-9999 +USW00023188201111WSF5 58 X 76 X 63 X 161 X 76 X 103 X 72 X 76 X 67 X 67 X 94 X 116 X 72 X 72 X 72 X 80 X 63 X 72 X 80 X 130 X 76 X 72 X 58 X 58 X 80 X 58 X 63 X 45 X 54 X 94 X-9999 +USW00023188201111WT01-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 X 1 X-9999 -9999 1 W 1 W-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188201111WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201111WT08 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188201111WT13 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188201111WT16-9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201112TMAX 194 X 178 X 172 X 167 X 189 X 167 X 183 X 172 X 194 X 189 X 156 X 144 X 128 X 161 X 156 X 172 X 167 X 156 X 150 X 183 X 161 X 206 X 183 X 200 X 222 X 206 X 183 X 233 X 211 X 161 X 194 X +USW00023188201112TMIN 128 X 117 X 106 X 67 X 78 X 50 X 56 X 72 X 67 X 83 X 89 X 106 X 94 X 83 X 78 X 78 X 89 X 111 X 106 X 111 X 78 X 106 X 56 X 50 X 61 X 72 X 61 X 72 X 72 X 83 X 89 X +USW00023188201112PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 130 X 74 X 0T X 10 X 0T X 0T X 0 X 5 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00023188201112AWND 25 W 20 W 22 W 15 W 17 W 13 W 13 W 10 W 9 W 12 W 15 W 31 W 16 W 13 W 13 W 24 W 13 W 12 W 17 W 18 W 15 W 29 W 17 W 9 W 9 W 9 W 11 W 12 W 9 W 10 W 12 W +USW00023188201112WDF2 300 X 260 X 120 X 320 X 300 X 300 X 300 X 300 X 320 X 300 X 260 X 140 X 230 X 290 X 290 X 70 X 220 X 260 X 170 X 300 X 220 X 50 X 320 X 310 X 320 X 330 X 300 X 320 X 310 X 330 X 280 X +USW00023188201112WDF5 50 X 280 X 230 X 330 X 40 X 290 X 310 X 300 X 320 X 300 X 270 X 130 X 230 X 290 X 280 X 70 X 200 X 260 X 170 X 300 X 210 X 50 X 320 X 320 X 340 X 320 X 290 X 320 X 300 X 320 X 360 X +USW00023188201112WSF2 72 X 63 X 54 X 67 X 63 X 54 X 58 X 45 X 45 X 45 X 36 X 80 X 67 X 45 X 67 X 103 X 45 X 45 X 54 X 67 X 40 X 76 X 67 X 40 X 58 X 40 X 54 X 54 X 45 X 36 X 40 X +USW00023188201112WSF5 94 X 89 X 67 X 80 X 76 X 67 X 72 X 63 X 58 X 58 X 45 X 107 X 76 X 58 X 80 X 139 X 58 X 58 X 67 X 76 X 67 X 103 X 89 X 58 X 67 X 45 X 63 X 63 X 58 X 54 X 63 X +USW00023188201112WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188201112WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X +USW00023188201112WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201112WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 X 1 X 1 X +USW00023188201112WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188201112WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201201TMAX 194 X 206 X 217 X 261 X 283 X 200 X 150 X 183 X 233 X 206 X 194 X 211 X 250 X 194 X 172 X 144 X 144 X 161 X 161 X 161 X 167 X 156 X 156 X 172 X 211 X 250 X 211 X 244 X 244 X 183 X 167 X +USW00023188201201TMIN 83 X 83 X 100 X 100 X 117 X 100 X 111 X 83 X 83 X 89 X 106 X 111 X 83 X 78 X 100 X 106 X 94 X 61 X 72 X 100 X 106 X 83 X 100 X 94 X 100 X 106 X 106 X 100 X 94 X 83 X 100 X +USW00023188201201PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 5 X 5 X 0 X 0 X 0 X 0 X 23 X 0 X 69 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00023188201201AWND 13 W 20 W 13 W 13 W 10 W 10 W 19 W 12 W 10 W 12 W 15 W 9 W 11 W 5 W 12 W 20 W 20 W 17 W 13 W 17 W 22 W 12 W 31 W 13 W 13 W 19 W 14 W 16 W 15 W 15 W 14 W +USW00023188201201WDF2 330 X 320 X 310 X 320 X 320 X 160 X 210 X 310 X 330 X 290 X 300 X 320 X 290 X 230 X 150 X 270 X 300 X 290 X 320 X 80 X 280 X 210 X 270 X 310 X 300 X 210 X 320 X 320 X 340 X 240 X 290 X +USW00023188201201WDF5 100 X 320 X 330 X 300 X 320 X 300 X 230 X 320 X 330 X 320 X 300 X 10 X 290 X 230 X 180 X 260 X 290 X 300 X 10 X 240 X 240 X 140 X 250 X 310 X 320 X 210 X 330 X 310 X 350 X 220 X 280 X +USW00023188201201WSF2 45 X 67 X 40 X 45 X 54 X 36 X 40 X 58 X 40 X 58 X 58 X 40 X 45 X 40 X 54 X 67 X 58 X 63 X 45 X 45 X 67 X 45 X 89 X 63 X 54 X 67 X 67 X 72 X 63 X 40 X 40 X +USW00023188201201WSF5 63 X 80 X 54 X 54 X 58 X 45 X 58 X 67 X 54 X 67 X 67 X 58 X 54 X 45 X 58 X 76 X 72 X 72 X 63 X 63 X 89 X 58 X 107 X 72 X 67 X 89 X 80 X 94 X 76 X 54 X 54 X +USW00023188201201WT01 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188201201WT02 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 +USW00023188201201WT08 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 W 1 W-9999 1 X-9999 1 W-9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188201201WT13 1 X 1 X 1 X-9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 1 X +USW00023188201201WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201202TMAX 194 X 167 X 228 X 228 X 228 X 211 X 167 X 206 X 239 X 200 X 167 X 167 X 156 X 150 X 156 X 178 X 200 X 156 X 167 X 156 X 217 X 239 X 189 X 167 X 172 X 144 X 150 X 144 X 150 X-9999 -9999 +USW00023188201202TMIN 100 X 100 X 83 X 94 X 100 X 94 X 133 X 117 X 122 X 117 X 139 X 128 X 111 X 89 X 89 X 78 X 83 X 106 X 122 X 100 X 94 X 106 X 122 X 117 X 122 X 122 X 89 X 89 X 83 X-9999 -9999 +USW00023188201202PRCP 0 X 0 X 0 X 0 X 0 X 0 X 74 X 0 X 0 X 0 X 0T X 0T X 10 X 56 X 66 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 94 X 3 X 0T X-9999 -9999 +USW00023188201202AWND 18 W 9 W 13 W 12 W 11 W 6 W 28 W 19 W 16 W 11 W 36 W 33 W 45 W 40 W 40 W 21 W 13 W 29 W 23 W 17 W 16 W 19 W 22 W 18 W 26 W 38 W 48 W 32 W 24 W-9999 -9999 +USW00023188201202WDF2 300 X 230 X 210 X 310 X 300 X 250 X 170 X 290 X 300 X 300 X 270 X 280 X 290 X 300 X 230 X 320 X 270 X 160 X 260 X 220 X 300 X 320 X 170 X 220 X 290 X 180 X 210 X 270 X 290 X-9999 -9999 +USW00023188201202WDF5 330 X 280 X 220 X 300 X 290 X 260 X 160 X 330 X 310 X 300 X 290 X 260 X 280 X 300 X 230 X 320 X 260 X 180 X 280 X 240 X 310 X 320 X 180 X 240 X 290 X 180 X 210 X 270 X 290 X-9999 -9999 +USW00023188201202WSF2 76 X 40 X 63 X 54 X 58 X 36 X 116 X 67 X 67 X 58 X 72 X 67 X 94 X 98 X 98 X 72 X 45 X 67 X 67 X 63 X 63 X 67 X 58 X 45 X 80 X 72 X 125 X 107 X 80 X-9999 -9999 +USW00023188201202WSF5 98 X 63 X 76 X 67 X 67 X 45 X 139 X 89 X 80 X 80 X 98 X 80 X 116 X 143 X 130 X 103 X 58 X 80 X 94 X 76 X 80 X 80 X 63 X 63 X 98 X 94 X 165 X 134 X 107 X-9999 -9999 +USW00023188201202WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00023188201202WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201202WT08 1 X 1 X-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201202WT13 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188201202WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 +USW00023188201203TMAX 156 X 189 X 233 X 272 X 222 X 156 X 172 X 206 X 272 X 194 X 150 X 167 X 167 X 167 X 161 X 161 X 144 X 139 X 144 X 178 X 200 X 183 X 161 X 161 X 172 X 167 X 172 X 183 X 183 X 167 X 161 X +USW00023188201203TMIN 111 X 94 X 83 X 106 X 139 X 117 X 106 X 72 X 100 X 111 X 122 X 122 X 128 X 133 X 128 X 128 X 111 X 89 X 94 X 83 X 94 X 111 X 128 X 117 X 111 X 117 X 106 X 100 X 128 X 133 X 122 X +USW00023188201203PRCP 0 X 0 X 0 X 0 X 0 X 0T X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 8 X 89 X 33 X 33 X 0 X 0 X 0 X 0 X 0 X 71 X 0T X 0 X 0T X 0T X 0 X 13 X +USW00023188201203AWND 30 W 16 W 19 W 15 W 16 W 43 W 34 W 18 W 21 W 20 W 27 W 21 W 29 W 35 W 26 W 23 W 59 W 80 W 28 W 19 W 21 W 18 W 18 W 19 W 55 W 29 W 28 W 30 W 26 W 23 W 26 W +USW00023188201203WDF2 230 X 300 X 320 X 330 X 180 X 240 X 320 X 360 X 300 X 180 X 220 X 290 X 290 X 300 X 280 X 220 X 230 X 290 X 270 X 300 X 310 X 300 X 260 X 220 X 170 X 180 X 300 X 300 X 300 X 210 X 290 X +USW00023188201203WDF5 240 X 300 X 340 X 330 X 180 X 230 X 320 X 360 X 310 X 170 X 240 X 300 X 330 X 290 X 270 X 220 X 220 X 290 X 280 X 330 X 320 X 290 X 250 X 220 X 170 X 170 X 300 X 300 X 300 X 200 X 300 X +USW00023188201203WSF2 63 X 63 X 58 X 58 X 40 X 72 X 89 X 58 X 80 X 45 X 63 X 54 X 76 X 80 X 63 X 54 X 139 X 125 X 94 X 76 X 76 X 58 X 58 X 40 X 143 X 76 X 89 X 80 X 72 X 58 X 76 X +USW00023188201203WSF5 80 X 72 X 67 X 63 X 54 X 103 X 112 X 72 X 98 X 63 X 72 X 80 X 98 X 103 X 76 X 67 X 174 X 161 X 112 X 98 X 103 X 76 X 72 X 58 X 174 X 98 X 107 X 103 X 89 X 72 X 103 X +USW00023188201203WT01-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 +USW00023188201203WT02-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201203WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188201203WT13-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X 1 X +USW00023188201203WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188201203WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 X +USW00023188201204TMAX 167 X 206 X 244 X 217 X 178 X 189 X 244 X 217 X 217 X 172 X 172 X 183 X 156 X 161 X 172 X 206 X 222 X 194 X 189 X 189 X 189 X 172 X 183 X 239 X 228 X 183 X 189 X 217 X 183 X 178 X-9999 +USW00023188201204TMIN 128 X 106 X 111 X 117 X 133 X 106 X 117 X 122 X 117 X 117 X 133 X 128 X 106 X 111 X 94 X 111 X 122 X 122 X 128 X 139 X 144 X 144 X 144 X 133 X 156 X 150 X 150 X 139 X 156 X 161 X-9999 +USW00023188201204PRCP 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 30 X 0T X 71 X 5 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 91 X 25 X 0 X 0 X 0 X 0 X-9999 +USW00023188201204AWND 38 W 20 W 15 W 16 W 34 W 27 W 17 W 16 W 19 W 30 W 47 W 30 W 55 W 67 W 21 W 24 W 26 W 26 W 29 W 20 W 17 W 21 W 21 W 29 W 31 W 44 W 22 W 28 W 34 W 23 W-9999 +USW00023188201204WDF2 300 X 300 X 310 X 270 X 290 X 300 X 330 X 320 X 290 X 190 X 170 X 260 X 260 X 290 X 290 X 290 X 300 X 220 X 180 X 210 X 220 X 290 X 230 X 300 X 200 X 180 X 260 X 280 X 190 X 330 X-9999 +USW00023188201204WDF5 320 X 320 X 320 X 270 X 290 X 300 X 290 X 320 X 250 X 250 X 180 X 290 X 260 X 300 X 280 X 300 X 300 X 220 X 220 X 220 X 190 X 200 X 300 X 300 X 200 X 180 X 260 X 280 X 210 X 330 X-9999 +USW00023188201204WSF2 80 X 76 X 54 X 63 X 63 X 80 X 58 X 58 X 54 X 67 X 103 X 72 X 125 X 125 X 54 X 72 X 67 X 58 X 54 X 45 X 54 X 40 X 45 X 94 X 76 X 103 X 63 X 63 X 63 X 45 X-9999 +USW00023188201204WSF5 112 X 98 X 63 X 80 X 76 X 103 X 63 X 67 X 67 X 80 X 125 X 89 X 170 X 170 X 80 X 94 X 89 X 67 X 72 X 63 X 63 X 98 X 67 X 112 X 103 X 116 X 80 X 76 X 72 X 58 X-9999 +USW00023188201204WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201204WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201204WT08-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 +USW00023188201204WT13-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188201204WT16 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188201205TMAX 189 X 189 X 200 X 200 X 194 X 178 X 200 X 206 X 206 X 178 X 200 X 206 X 206 X 217 X 206 X 222 X 183 X 194 X 206 X 217 X 211 X 200 X 183 X 194 X 178 X 189 X 200 X 206 X 200 X 200 X 206 X +USW00023188201205TMIN 156 X 150 X 156 X 150 X 150 X 144 X 150 X 156 X 150 X 150 X 144 X 156 X 161 X 161 X 161 X 156 X 156 X 156 X 161 X 161 X 156 X 156 X 156 X 167 X 144 X 139 X 144 X 150 X 161 X 161 X 156 X +USW00023188201205PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 5 X 0T X 0 X 0 X 0 X 0 X 0 X +USW00023188201205AWND 30 W 30 W 30 W 24 W 25 W 25 W 22 W 24 W 24 W 32 W 24 W 31 W 36 W 40 W 25 W 25 W 34 W 35 W 24 W 22 W 26 W 32 W 39 W 54 W 54 W 40 W 29 W 17 W 24 W 24 W 25 W +USW00023188201205WDF2 240 X 230 X 300 X 300 X 230 X 200 X 300 X 280 X 220 X 180 X 230 X 290 X 290 X 320 X 290 X 290 X 170 X 230 X 210 X 300 X 290 X 170 X 170 X 190 X 270 X 270 X 290 X 210 X 210 X 280 X 280 X +USW00023188201205WDF5 230 X 240 X 300 X 290 X 240 X 210 X 300 X 300 X 240 X 190 X 270 X 300 X 290 X 320 X 300 X 290 X 150 X 220 X 230 X 280 X 280 X 200 X 180 X 190 X 260 X 250 X 290 X 270 X 200 X 290 X 270 X +USW00023188201205WSF2 58 X 58 X 76 X 67 X 63 X 58 X 58 X 67 X 54 X 58 X 58 X 63 X 89 X 89 X 63 X 63 X 58 X 67 X 58 X 54 X 54 X 58 X 76 X 76 X 94 X 72 X 72 X 54 X 54 X 63 X 63 X +USW00023188201205WSF5 72 X 76 X 94 X 94 X 72 X 80 X 72 X 80 X 72 X 80 X 76 X 94 X 107 X 112 X 76 X 80 X 67 X 89 X 72 X 72 X 67 X 72 X 94 X 94 X 103 X 94 X 94 X 67 X 76 X 76 X 76 X +USW00023188201205WT08-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 W-9999 1 X 1 X-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201205WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201205WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188201206TMAX 189 X 183 X 189 X 189 X 206 X 222 X 200 X 194 X 183 X 189 X 194 X 194 X 183 X 189 X 189 X 200 X 222 X 217 X 211 X 200 X 211 X 217 X 211 X 222 X 222 X 244 X 228 X 228 X 228 X 222 X-9999 +USW00023188201206TMIN 150 X 150 X 161 X 161 X 161 X 156 X 161 X 161 X 156 X 156 X 161 X 156 X 150 X 161 X 156 X 172 X 161 X 172 X 161 X 156 X 172 X 167 X 167 X 167 X 172 X 156 X 172 X 167 X 167 X 178 X-9999 +USW00023188201206PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00023188201206AWND 26 W 30 W 30 W 28 W 33 W 29 W 33 W 37 W 39 W 35 W 23 W 26 W 21 W 34 W 26 W 27 W 32 W 39 W 35 W 27 W 26 W 27 W 30 W 22 W 26 W 26 W 22 W 19 W 26 W 27 W-9999 +USW00023188201206WDF2 180 X 180 X 200 X 300 X 300 X 290 X 190 X 190 X 190 X 190 X 290 X 270 X 240 X 200 X 200 X 240 X 290 X 290 X 290 X 260 X 270 X 300 X 330 X 290 X 280 X 280 X 210 X 260 X 300 X 280 X-9999 +USW00023188201206WDF5 220 X 190 X 190 X 300 X 310 X 290 X 190 X 200 X 210 X 200 X 280 X 280 X 200 X 220 X 200 X 240 X 280 X 280 X 290 X 290 X 320 X 290 X 300 X 270 X 280 X 300 X 290 X 270 X 290 X 280 X-9999 +USW00023188201206WSF2 54 X 63 X 67 X 63 X 63 X 63 X 58 X 63 X 72 X 63 X 54 X 63 X 54 X 63 X 58 X 54 X 72 X 72 X 72 X 63 X 58 X 63 X 63 X 54 X 67 X 63 X 58 X 45 X 63 X 54 X-9999 +USW00023188201206WSF5 72 X 80 X 80 X 72 X 98 X 89 X 72 X 80 X 98 X 76 X 76 X 72 X 67 X 76 X 72 X 72 X 98 X 98 X 89 X 72 X 89 X 76 X 80 X 89 X 94 X 80 X 80 X 67 X 80 X 67 X-9999 +USW00023188201206WT01-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201206WT08 1 X-9999 1 W-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201206WT13 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188201206WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201207TMAX 222 X 200 X 200 X 194 X 206 X 228 X 222 X 228 X 228 X 244 X 233 X 239 X 272 X 228 X 222 X 206 X 222 X 267 X 239 X 261 X 239 X 233 X 222 X 228 X 228 X 228 X 222 X 222 X 222 X 222 X 228 X +USW00023188201207TMIN 172 X 172 X 167 X 167 X 172 X 178 X 178 X 172 X 172 X 178 X 183 X 178 X 189 X 183 X 172 X 172 X 178 X 172 X 200 X 194 X 194 X 189 X 189 X 183 X 183 X 183 X 183 X 183 X 172 X 178 X 189 X +USW00023188201207PRCP 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00023188201207AWND 23 W 29 W 29 W 29 W 25 W 29 W 32 W 38 W 32 W 27 W 25 W 22 W 18 W 24 W 27 W 29 W 28 W 35 W 25 W 27 W 26 W 24 W 29 W 30 W 32 W 34 W 38 W 33 W 22 W 24 W 21 W +USW00023188201207FMTM 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 9999 XX 1428 X +USW00023188201207PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1419 W +USW00023188201207WDF2 280 X 180 X 230 X 210 X 260 X 290 X 290 X 300 X 290 X 180 X 220 X 300 X 280 X 260 X 210 X 210 X 220 X 330 X 180 X 300 X 280 X 320 X 280 X 290 X 300 X 290 X 280 X 300 X 210 X 210 X 220 X +USW00023188201207WDF5 280 X 200 X 210 X 220 X 280 X 290 X 290 X 300 X 300 X 180 X 270 X 300 X 270 X 190 X 220 X 230 X 300 X 330 X 180 X 290 X 290 X 280 X 300 X 280 X 280 X 290 X 290 X 280 X 280 X 230 X 230 X +USW00023188201207WSF2 54 X 58 X 54 X 45 X 58 X 76 X 72 X 72 X 63 X 54 X 58 X 63 X 45 X 54 X 58 X 58 X 58 X 89 X 58 X 63 X 63 X 54 X 54 X 63 X 67 X 76 X 76 X 72 X 54 X 58 X 54 X +USW00023188201207WSF5 76 X 76 X 63 X 63 X 72 X 94 X 89 X 89 X 89 X 67 X 72 X 76 X 63 X 67 X 76 X 72 X 76 X 107 X 72 X 89 X 80 X 76 X 72 X 80 X 89 X 98 X 94 X 89 X 72 X 76 X 67 X +USW00023188201207WT08-9999 -9999 -9999 1 X 1 W-9999 -9999 -9999 1 X 1 W 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188201207WT13-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201207WT16-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201208TMAX 239 X 233 X 217 X 228 X 233 X 250 X 261 X 267 X 261 X 278 X 272 X 294 X 278 X 267 X 256 X 272 X 294 X 300 X 278 X 261 X 239 X 233 X 244 X 228 X 233 X 244 X 267 X 267 X 256 X 267 X 272 X +USW00023188201208TMIN 189 X 183 X 183 X 183 X 194 X 189 X 206 X 211 X 206 X 211 X 206 X 222 X 222 X 217 X 211 X 222 X 222 X 222 X 228 X 217 X 211 X 206 X 200 X 200 X 194 X 189 X 194 X 200 X 194 X 217 X 222 X +USW00023188201208PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00023188201208AWND 28 X 24 X 31 X 27 X 32 X 17 X 22 X 20 X 23 X 25 X 27 X 27 X 28 X 26 X 25 X 26 X 18 X 18 X 24 X 25 X 25 X 26 X 23 X 25 X 19 X 31 X 31 X 22 X 27 X 15 X 28 X +USW00023188201208WDF2 300 X 210 X 200 X 290 X 280 X 300 X 220 X 280 X 180 X 320 X 330 X 300 X 280 X 290 X 300 X 330 X 330 X 220 X 230 X 190 X 230 X 210 X 240 X 270 X 290 X 290 X 300 X 320 X 170 X 210 X 300 X +USW00023188201208WDF5 290 X 210 X 190 X 260 X 280 X 290 X 200 X 280 X 210 X 330 X 330 X 300 X 280 X 300 X 320 X 300 X 310 X 300 X 220 X 210 X 220 X 230 X 290 X 300 X 270 X 300 X 290 X 320 X 200 X 210 X 300 X +USW00023188201208WSF2 58 X 54 X 58 X 54 X 72 X 45 X 54 X 45 X 54 X 63 X 58 X 63 X 72 X 58 X 58 X 67 X 45 X 54 X 58 X 54 X 54 X 58 X 54 X 54 X 54 X 67 X 72 X 67 X 54 X 54 X 72 X +USW00023188201208WSF5 76 X 72 X 72 X 80 X 89 X 58 X 67 X 63 X 63 X 80 X 72 X 76 X 80 X 76 X 72 X 89 X 58 X 63 X 67 X 67 X 72 X 72 X 72 X 63 X 76 X 103 X 80 X 80 X 80 X 63 X 89 X +USW00023188201208WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188201208WT08 1 W-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188201208WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 +USW00023188201208WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201209TMAX 283 X 261 X 261 X 289 X 283 X 278 X 272 X 256 X 267 X 272 X 244 X 261 X 244 X 317 X 383 X 256 X 250 X 250 X 261 X 267 X 261 X 278 X 322 X 267 X 239 X 239 X 244 X 250 X 283 X 283 X-9999 +USW00023188201209TMIN 200 X 200 X 189 X 206 X 222 X 222 X 222 X 217 X 211 X 206 X 217 X 217 X 206 X 200 X 217 X 189 X 206 X 206 X 200 X 200 X 206 X 206 X 206 X 200 X 194 X 194 X 194 X 183 X 194 X 200 X-9999 +USW00023188201209PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 +USW00023188201209AWND 32 X 31 X 28 X 21 X 18 X 23 X 23 X 26 X 21 X 21 X 26 X 38 X 33 X 20 X 20 X 28 X 25 X 30 X 24 X 18 X 13 X 18 X 26 X 21 X 18 X 22 X 24 X 29 X 25 X 21 X-9999 +USW00023188201209WDF2 300 X 290 X 300 X 300 X 300 X 290 X 290 X 310 X 210 X 330 X 290 X 300 X 290 X 320 X 320 X 190 X 290 X 280 X 280 X 290 X 280 X 330 X 310 X 300 X 300 X 290 X 290 X 300 X 300 X 280 X-9999 +USW00023188201209WDF5 300 X 290 X 300 X 300 X 260 X 290 X 290 X 300 X 210 X 180 X 180 X 300 X 290 X 310 X 330 X 180 X 300 X 300 X 280 X 280 X 290 X 320 X 320 X 310 X 290 X 290 X 300 X 300 X 300 X 300 X-9999 +USW00023188201209WSF2 67 X 67 X 63 X 63 X 40 X 54 X 63 X 58 X 58 X 45 X 40 X 67 X 72 X 67 X 63 X 63 X 45 X 63 X 67 X 58 X 40 X 45 X 67 X 54 X 45 X 58 X 63 X 76 X 63 X 67 X-9999 +USW00023188201209WSF5 89 X 76 X 76 X 76 X 58 X 72 X 76 X 67 X 72 X 58 X 58 X 80 X 98 X 89 X 72 X 76 X 63 X 76 X 89 X 72 X 58 X 58 X 89 X 72 X 67 X 76 X 76 X 94 X 80 X 76 X-9999 +USW00023188201209WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201209WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201209WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 1 X-9999 -9999 1 X 1 X 1 W-9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 -9999 +USW00023188201209WT13-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 -9999 -9999 +USW00023188201209WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201210TMAX 267 X 300 X 278 X 239 X 228 X 250 X 239 X 239 X 233 X 228 X 206 X 217 X 228 X 272 X 250 X 289 X 333 X 233 X 239 X 206 X 206 X 206 X 211 X 206 X 222 X 283 X 289 X 250 X 244 X 217 X 200 X +USW00023188201210TMIN 189 X 200 X 194 X 194 X 189 X 178 X 200 X 194 X 200 X 189 X 167 X 156 X 150 X 161 X 178 X 172 X 178 X 206 X 189 X 178 X 178 X 167 X 161 X 156 X 133 X 139 X 139 X 139 X 128 X 122 X 150 X +USW00023188201210PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 23 X 114 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 5 X 36 X 0 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00023188201210AWND 20 X 10 X 17 X 20 X 17 X 11 X 17 X 20 X 24 X 27 X 28 X 25 X 27 X 17 X 13 X 18 X 21 X 38 X 25 X 25 X 27 X 22 X 21 X 19 X 20 X 17 X 17 X 8 X 13 X 18 X 17 X +USW00023188201210WDF2 330 X 330 X 300 X 290 X 290 X 320 X 210 X 280 X 260 X 270 X 240 X 270 X 300 X 300 X 180 X 330 X 190 X 180 X 290 X 210 X 240 X 270 X 290 X 320 X 310 X 330 X 310 X 210 X 300 X 290 X 270 X +USW00023188201210WDF5 330 X 300 X 300 X 300 X 290 X 320 X 230 X 270 X 270 X 290 X 250 X 280 X 300 X 320 X 180 X 320 X 190 X 180 X 300 X 210 X 240 X 230 X 300 X 320 X 300 X 320 X 300 X 230 X 330 X 290 X 280 X +USW00023188201210WSF2 67 X 45 X 54 X 54 X 54 X 40 X 54 X 58 X 63 X 67 X 72 X 63 X 76 X 67 X 58 X 58 X 112 X 94 X 67 X 45 X 58 X 58 X 67 X 76 X 67 X 63 X 67 X 40 X 40 X 63 X 63 X +USW00023188201210WSF5 80 X 63 X 76 X 67 X 63 X 58 X 76 X 76 X 72 X 94 X 89 X 80 X 94 X 89 X 63 X 72 X 156 X 112 X 89 X 58 X 72 X 76 X 98 X 98 X 89 X 76 X 94 X 54 X 54 X 76 X 76 X +USW00023188201210WT01-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 X 1 X 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188201210WT02-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188201210WT08-9999 -9999 1 X-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X +USW00023188201210WT13 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X +USW00023188201210WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201210WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201211TMAX 200 X 200 X 206 X 306 X 300 X 206 X 206 X 194 X 189 X 178 X 172 X 200 X 244 X 217 X 194 X 217 X 217 X 200 X 211 X 189 X 183 X 183 X 194 X 217 X 161 X 178 X 189 X 189 X 206 X 206 X-9999 +USW00023188201211TMIN 161 X 150 X 139 X 133 X 150 X 139 X 144 X 156 X 133 X 128 X 94 X 83 X 89 X 106 X 133 X 128 X 156 X 150 X 128 X 122 X 122 X 122 X 117 X 106 X 133 X 128 X 111 X 150 X 156 X 161 X-9999 +USW00023188201211PRCP 0 X 0 X 0 X 0 X 0 X 0 X 0 X 36 X 10 X 0T X 0 X 0 X 0 X 0 X 0T X 0 X 0 X 3 Z 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 25 X-9999 +USW00023188201211AWND 20 X 19 X 16 X 15 X 12 X 15 X 22 X 36 X 43 X 51 X 17 X 18 X 18 X 8 X 13 X 11 X 11 X 20 X 23 X 18 X 10 X 10 X 17 X 21 X 15 X 16 X 16 X 13 X 17 X 15 X-9999 +USW00023188201211WDF2 300 X 320 X 290 X 350 X 180 X 180 X 300 X 260 X 300 X 280 X 310 X 310 X 300 X 340 X 140 X 290 X 240 X 320 X 300 X 300 X 280 X 310 X 320 X 300 X 180 X 260 X 290 X 250 X 240 X 220 X-9999 +USW00023188201211WDF5 290 X 300 X 280 X 340 X 180 X 140 X 300 X 260 X 300 X 280 X 330 X 330 X 290 X 340 X 140 X 270 X 230 X 300 X 320 X 290 X 270 X 300 X 310 X 290 X 190 X 250 X 290 X 250 X 240 X 170 X-9999 +USW00023188201211WSF2 54 X 63 X 67 X 67 X 58 X 40 X 58 X 67 X 76 X 98 X 67 X 63 X 54 X 40 X 72 X 45 X 54 X 63 X 67 X 63 X 54 X 40 X 45 X 63 X 40 X 54 X 63 X 63 X 54 X 40 X-9999 +USW00023188201211WSF5 72 X 80 X 80 X 80 X 63 X 58 X 72 X 76 X 103 X 125 X 80 X 76 X 67 X 45 X 89 X 63 X 58 X 80 X 89 X 76 X 63 X 58 X 58 X 80 X 76 X 67 X 72 X 72 X 67 X 63 X-9999 +USW00023188201211WT01-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 W-9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00023188201211WT02-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201211WT08-9999 -9999 1 X-9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X-9999 +USW00023188201211WT13-9999 -9999 1 X 1 X-9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 1 X 1 X-9999 +USW00023188201211WT16-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 +USW00023188201212TMAX 200 X 200 X 200 X 194 X 178 X 189 X 167 X 178 X 172 X 200 X 217 X 178 X 161 X 156 X 150 X 156 X 172 X 161 X 144 X 189 X 156 X 161 X 178 X 161 X 172 X 161 X 156 X 172 X 150 X 139 X 144 X +USW00023188201212TMIN 161 X 161 X 156 X 156 X 150 X 144 X 139 X 139 X 122 X 106 X 100 X 128 X 128 X 106 X 106 X 117 X 133 X 122 X 67 X 56 X 56 X 72 X 94 X 111 X 100 X 106 X 106 X 72 X 89 X 78 X 50 X +USW00023188201212PRCP 0 X 0T X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 396 X 23 X 30 X 3 X 8 X 13 X 0 X 0 X 0 X 0 X 0T X 30 X 0 X 10 X 0T X 0 X 23 X 20 X 0 X +USW00023188201212AWND 28 X 21 X 13 X 33 X 14 X 16 X 16 X 11 X 13 X 14 X 14 X 33 X 33 X 37 X 26 X 21 X 15 X 49 X 21 X 12 X 6 X 13 X 9 X 16 X 6 X 25 X 18 X 12 X 26 X 12 X 13 X +USW00023188201212WDF2 320 X 300 X 300 X 290 X 290 X 310 X 320 X 300 X 290 X 300 X 300 X 160 X 200 X 300 X 300 X 160 X 230 X 220 X 330 X 300 X 300 X 320 X 300 X 160 X 300 X 290 X 300 X 320 X 180 X 340 X 270 X +USW00023188201212WDF5 320 X 290 X 290 X 290 X 290 X 290 X 320 X 310 X 320 X 290 X 300 X 160 X 190 X 300 X 300 X 160 X 230 X 330 X 330 X 40 X 300 X 80 X 290 X 180 X 310 X 290 X 290 X 320 X 180 X 340 X 260 X +USW00023188201212WSF2 67 X 58 X 40 X 67 X 54 X 58 X 54 X 36 X 40 X 54 X 54 X 76 X 112 X 80 X 63 X 45 X 45 X 103 X 103 X 54 X 31 X 54 X 40 X 54 X 40 X 80 X 76 X 54 X 80 X 89 X 58 X +USW00023188201212WSF5 89 X 76 X 54 X 89 X 63 X 67 X 63 X 54 X 54 X 67 X 63 X 98 X 148 X 98 X 89 X 58 X 54 X 143 X 143 X 98 X 45 X 67 X 54 X 72 X 54 X 103 X 98 X 63 X 103 X 107 X 67 X +USW00023188201212WT01 1 X-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 +USW00023188201212WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 +USW00023188201212WT08-9999 -9999 -9999 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 1 X-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201212WT13 1 X-9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 1 X-9999 +USW00023188201212WT14-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201212WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X-9999 1 X 1 X-9999 1 X 1 X-9999 +USW00023188201301TMAX 156 X 172 X 194 X 183 X 167 X 144 X 178 X 194 X 156 X 139 X 122 X 133 X 133 X 128 X 150 X 178 X 228 X 228 X 244 X 233 X 244 X 267 X 228 X 206 X 183 X 167 X 144 X 150 X 150 X 200 X 206 X +USW00023188201301TMIN 78 X 56 X 61 X 61 X 50 X 89 X 83 X 67 X 89 X 117 X 67 X 56 X 56 X 39 X 44 X 50 X 67 X 89 X 83 X 94 X 72 X 78 X 133 X 156 X 150 X 139 X 122 X 100 X 83 X 83 X 89 X +USW00023188201301PRCP 0 X 0 X 0 X 0 X 0 X 41 X 3 X 0 X 0 X 10 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0T X 216 X 38 X 0T X 0 X 0 X 0 X 0 X +USW00023188201301AWND 12 X 13 X 10 X 15 X 9 X 15 X 22 X 9 X 18 X 62 X 27 X 17 X 14 X 19 X 21 X 11 X 8 X 9 X 10 X 9 X 15 X 8 X 14 X 11 X 13 X 20 X 37 X 33 X 20 X 12 X 13 X +USW00023188201301WDF2 350 X 340 X 320 X 300 X 320 X 330 X 300 X 320 X 200 X 270 X 300 X 300 X 290 X 300 X 300 X 360 X 330 X 280 X 330 X 330 X 320 X 320 X 180 X 50 X 30 X 250 X 220 X 290 X 210 X 340 X 320 X +USW00023188201301WDF5 290 X 340 X 320 X 300 X 290 X 340 X 310 X 320 X 200 X 280 X 290 X 290 X 300 X 20 X 290 X 360 X 300 X 320 X 320 X 320 X 320 X 300 X 180 X 60 X 30 X 260 X 220 X 270 X 210 X 340 X 320 X +USW00023188201301WSF2 54 X 58 X 45 X 54 X 45 X 98 X 72 X 45 X 58 X 116 X 76 X 45 X 54 X 63 X 67 X 58 X 54 X 40 X 45 X 45 X 72 X 45 X 67 X 54 X 45 X 54 X 67 X 76 X 63 X 63 X 58 X +USW00023188201301WSF5 63 X 72 X 63 X 63 X 63 X 125 X 94 X 58 X 72 X 161 X 103 X 58 X 67 X 80 X 89 X 72 X 63 X 54 X 58 X 54 X 80 X 58 X 80 X 72 X 63 X 67 X 80 X 98 X 76 X 72 X 72 X +USW00023188201301WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 +USW00023188201301WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188201301WT08-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201301WT13-9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188201301WT16-9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 +USW00023188201302TMAX 228 X 233 X 217 X 167 X 144 X 161 X 156 X 133 X 144 X 144 X 150 X 167 X 167 X 189 X 244 X 256 X 156 X 150 X 139 X 139 X 150 X 167 X 167 X 189 X 206 X 178 X 211 X 228 X-9999 -9999 -9999 +USW00023188201302TMIN 100 X 111 X 139 X 100 X 117 X 117 X 100 X 72 X 67 X 67 X 78 X 72 X 72 X 83 X 106 X 117 X 100 X 122 X 100 X 94 X 89 X 72 X 78 X 94 X 72 X 72 X 89 X 83 X-9999 -9999 -9999 +USW00023188201302PRCP 0 X 0T X 0T X 0 X 0 X 0 X 0 X 69 X 0T X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 66 X 15 X 10 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X-9999 -9999 -9999 +USW00023188201302AWND 10 X 13 X 15 X 16 X 13 X 18 X 25 X 44 X 21 X 20 X 16 X 16 X 16 X 17 X 13 X 15 X 24 X 28 X 41 X 55 X 23 X 14 X 18 X 17 X 16 X 17 X 19 X 21 X-9999 -9999 -9999 +USW00023188201302WDF2 330 X 320 X 320 X 320 X 300 X 320 X 230 X 230 X 270 X 260 X 300 X 300 X 280 X 300 X 50 X 330 X 210 X 220 X 260 X 280 X 60 X 300 X 270 X 280 X 280 X 310 X 300 X 310 X-9999 -9999 -9999 +USW00023188201302WDF5 230 X 320 X 310 X 290 X 300 X 300 X 230 X 220 X 270 X 260 X 290 X 310 X 280 X 300 X 40 X 320 X 210 X 220 X 270 X 230 X 60 X 300 X 280 X 10 X 290 X 310 X 310 X 320 X-9999 -9999 -9999 +USW00023188201302WSF2 40 X 54 X 63 X 58 X 45 X 45 X 67 X 103 X 72 X 67 X 67 X 63 X 54 X 63 X 45 X 63 X 67 X 58 X 98 X 116 X 67 X 63 X 45 X 72 X 63 X 72 X 67 X 63 X-9999 -9999 -9999 +USW00023188201302WSF5 72 X 63 X 76 X 67 X 58 X 58 X 80 X 139 X 94 X 103 X 89 X 80 X 72 X 76 X 67 X 76 X 76 X 67 X 116 X 170 X 89 X 80 X 76 X 94 X 72 X 89 X 89 X 80 X-9999 -9999 -9999 +USW00023188201302WT01-9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201302WT02-9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201302WT08-9999 -9999 -9999 1 X-9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 1 W 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201302WT13-9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201302WT16-9999 1 X 1 X-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201303TMAX 267 X 267 X 217 X 172 X 156 X 167 X 167 X 133 X 150 X 200 X 200 X 217 X 183 X 189 X 183 X 161 X 167 X 167 X 183 X 189 X 183 X 183 X 178 X 189 X 194 X 183 X 183 X 206 X 189 X 200 X 217 X +USW00023188201303TMIN 111 X 122 X 128 X 139 X 128 X 128 X 122 X 100 X 111 X 89 X 106 X 100 X 100 X 100 X 117 X 117 X 128 X 133 X 144 X 139 X 139 X 139 X 133 X 117 X 128 X 133 X 139 X 133 X 139 X 144 X 139 X +USW00023188201303PRCP 0 X 0 X 0 X 0 X 0 X 0 X 46 X 264 X 0T X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X 0 X +USW00023188201303AWND 17 X 10 X 17 X 21 X 25 X 26 X 23 X 36 X 39 X 19 X 18 X 25 X 21 X 22 X 19 X 26 X 28 X 28 X 24 X 19 X 28 X 30 X 22 X 18 X 15 X 21 X 16 X 24 X 21 X 26 X 24 X +USW00023188201303WDF2 340 X 300 X 290 X 270 X 270 X 300 X 190 X 170 X 270 X 320 X 310 X 300 X 270 X 300 X 300 X 230 X 230 X 150 X 310 X 300 X 290 X 270 X 220 X 280 X 210 X 280 X 260 X 300 X 280 X 290 X 270 X +USW00023188201303WDF5 340 X 300 X 300 X 250 X 260 X 290 X 190 X 300 X 270 X 330 X 290 X 310 X 280 X 300 X 300 X 220 X 220 X 230 X 320 X 300 X 280 X 260 X 210 X 320 X 260 X 280 X 300 X 290 X 280 X 290 X 260 X +USW00023188201303WSF2 72 X 54 X 58 X 54 X 54 X 67 X 72 X 98 X 98 X 72 X 63 X 58 X 54 X 67 X 54 X 54 X 54 X 54 X 58 X 67 X 54 X 54 X 54 X 54 X 45 X 45 X 45 X 67 X 58 X 63 X 67 X +USW00023188201303WSF5 89 X 67 X 67 X 72 X 67 X 94 X 103 X 112 X 116 X 94 X 76 X 67 X 67 X 80 X 63 X 67 X 67 X 67 X 72 X 80 X 63 X 72 X 63 X 67 X 76 X 63 X 76 X 89 X 76 X 76 X 76 X +USW00023188201303WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201303WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201303WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 1 X-9999 -9999 1 X-9999 -9999 1 W 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201303WT13-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X-9999 -9999 -9999 1 X 1 X 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 +USW00023188201303WT16-9999 -9999 -9999 -9999 -9999 -9999 1 X 1 X 1 X-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201304TMAX 189 W 189 W 189 W 194 W 183 W 194 W 183 W 172 W 200 W 222 W 178 W 189 W 156 W 150 W 161 W 156 W 200 W 261 W 250 W 250 W 183 W 189 W 194 W 178 W 211 W 211 W 200 W 200 W 189 W 183 W-9999 +USW00023188201304TMIN 133 W 144 W 144 W 139 W 150 W 150 W 150 W 139 W 128 W 117 W 133 W 139 W 139 W 133 W 128 W 122 W 111 W 111 W 122 W 128 W 133 W 139 W 150 W 156 W 156 W 144 W 156 W 150 W 144 W 150 W-9999 +USW00023188201304PRCP 0T W 0T W 0 W 0 W 0T W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0T W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201304AWND 42 W 29 W 20 W 33 W 27 W 33 W 31 W 54 W 28 W 25 W 32 W 29 W 28 W 40 W 41 W 35 W 28 W 26 W 24 W 18 W 21 W 25 W 28 W 25 W 22 W 33 W 27 W 22 W 26 W 44 W-9999 +USW00023188201304TAVG 163H S 162H S 159H S 158H S 166H S 162H S 164H S 157H S 151H S 166H S 171H S 157H S 153H S 142H S 143H S 137H S 150H S 177H S 187H S 188H S 170H S 158H S 160H S 162H S 173H S 177H S 173H S 167H S 162H S 161H S-9999 +USW00023188201304WDF2 290 W 290 W 270 W 290 W 310 W 270 W 180 W 280 W 300 W 320 W 180 W 270 W 210 W 170 W 260 W 210 W 310 W 300 W 300 W 270 W 190 W 200 W 220 W 230 W 270 W 290 W 300 W 300 W 220 W 180 W-9999 +USW00023188201304WDF5 300 W 290 W 290 W 290 W 300 W 270 W 150 W 250 W 260 W 330 W 190 W 290 W 220 W 170 W 250 W 210 W 300 W 320 W 310 W 270 W 210 W 220 W 280 W 230 W 230 W 290 W 290 W 290 W 230 W 170 W-9999 +USW00023188201304WSF2 89 W 63 W 76 W 76 W 58 W 58 W 54 W 107 W 63 W 76 W 76 W 58 W 54 W 63 W 67 W 72 W 94 W 81 W 76 W 45 W 54 W 58 W 54 W 45 W 63 W 76 W 67 W 54 W 54 W 67 W-9999 +USW00023188201304WSF5 107 W 76 W 103 W 103 W 72 W 76 W 72 W 134 W 81 W 94 W 98 W 81 W 63 W 76 W 89 W 89 W 125 W 103 W 94 W 63 W 67 W 72 W 81 W 63 W 94 W 98 W 89 W 76 W 67 W 89 W-9999 +USW00023188201304WT01-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201304WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 +USW00023188201305TMAX 206 W 267 W 278 W 189 W 183 W 189 W 200 W 211 W 194 W 211 W 228 W 256 W 294 W 217 W 194 W 189 W 206 W 211 W 206 W 211 W 217 W 194 W 194 W 189 W 200 W 194 W 233 W 217 W 222 W 200 W 217 W +USW00023188201305TMIN 167 W 156 W 156 W 156 W 161 W 156 W 161 W 156 W 161 W 167 W 172 W 144 W 183 W 167 W 161 W 161 W 167 W 167 W 167 W 167 W 167 W 167 W 156 W 156 W 156 W 156 W 161 W 167 W 167 W 172 W 172 W +USW00023188201305PRCP 0 W 0 W 0 W 0 W 10 W 46 W 10 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201305AWND 29 W 29 W 23 W 58 W 53 W 51 W 30 W 28 W 28 W 25 W 26 W 23 W 24 W 25 W 31 W 30 W 37 W 37 W 30 W 30 W 23 W 36 W 38 W 29 W 26 W 29 W 28 W 33 W 30 W 42 W 26 W +USW00023188201305TAVG 175H S 186H S 214H S 177H S 174H S 168H S 177H S 174H S 177H S 181H S 191H S 194H S 227H S 206H S 176H S 173H S 176H S 180H S 184H S 183H S 184H S 181H S 174H S 174H S 169H S 172H S 174H S 181H S 185H S 187H S 186H S +USW00023188201305WDF2 280 W 310 W 180 W 190 W 170 W 170 W 220 W 290 W 260 W 280 W 290 W 320 W 290 W 280 W 220 W 210 W 200 W 180 W 230 W 200 W 280 W 200 W 180 W 210 W 280 W 220 W 220 W 260 W 210 W 190 W 210 W +USW00023188201305WDF5 260 W 310 W 240 W 180 W 170 W 170 W 210 W 310 W 310 W 280 W 300 W 320 W 320 W 270 W 240 W 190 W 210 W 220 W 220 W 250 W 280 W 190 W 220 W 240 W 230 W 230 W 240 W 260 W 270 W 200 W 220 W +USW00023188201305WSF2 63 W 72 W 58 W 81 W 76 W 103 W 67 W 72 W 67 W 63 W 58 W 58 W 72 W 63 W 54 W 63 W 67 W 63 W 58 W 58 W 58 W 67 W 67 W 58 W 58 W 63 W 63 W 67 W 58 W 63 W 54 W +USW00023188201305WSF5 81 W 94 W 76 W 107 W 94 W 130 W 81 W 94 W 94 W 89 W 72 W 72 W 98 W 76 W 76 W 81 W 94 W 72 W 67 W 107 W 76 W 81 W 94 W 81 W 81 W 76 W 94 W 81 W 89 W 89 W 72 W +USW00023188201305WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201305WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201306TMAX 206 W 189 W 200 W 211 W 217 W 206 W 194 W 172 W 183 W 200 W 206 W 183 W 189 W 228 W 217 W 222 W 222 W 222 W 228 W 222 W 211 W 211 W 200 W 222 W 239 W 244 W 256 W 256 W 267 W 233 W-9999 +USW00023188201306TMIN 172 W 167 W 172 W 172 W 178 W 172 W 161 W 150 W 150 W 156 W 156 W 144 W 156 W 139 W 161 W 172 W 172 W 161 W 167 W 172 W 178 W 167 W 167 W 178 W 194 W 189 W 183 W 194 W 200 W 189 W-9999 +USW00023188201306PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201306AWND 22 W 36 W 46 W 32 W 41 W 31 W 27 W 25 W 22 W 26 W 30 W 26 W 25 W 36 W 32 W 27 W 19 W 27 W 26 W 30 W 34 W 34 W 35 W 33 W 36 W 24 W 21 W 21 W 21 W 29 W-9999 +USW00023188201306TAVG 184H S 177H S 184H S 186H S 191H S 187H S 177H S 163H S 158H S 171H S 176H S 162H S 165H S 168H S 189H S 203H S 191H S 185H S 187H S 194H S 196H S 188H S 181H S 190H S 205H S 213H S 207H S 214H S 226H S 219H S-9999 +USW00023188201306WDF2 200 W 190 W 220 W 280 W 290 W 280 W 280 W 240 W 220 W 290 W 280 W 220 W 290 W 220 W 320 W 270 W 290 W 290 W 250 W 210 W 200 W 190 W 200 W 300 W 300 W 290 W 170 W 280 W 280 W 190 W-9999 +USW00023188201306WDF5 220 W 190 W 230 W 250 W 300 W 300 W 280 W 200 W 230 W 280 W 290 W 280 W 290 W 190 W 230 W 280 W 270 W 280 W 330 W 210 W 210 W 200 W 200 W 220 W 300 W 280 W 160 W 340 W 300 W 200 W-9999 +USW00023188201306WSF2 54 W 63 W 67 W 58 W 81 W 67 W 45 W 54 W 45 W 63 W 72 W 54 W 54 W 58 W 58 W 63 W 45 W 54 W 54 W 54 W 63 W 58 W 63 W 58 W 76 W 63 W 58 W 45 W 45 W 89 W-9999 +USW00023188201306WSF5 76 W 76 W 94 W 94 W 103 W 89 W 67 W 67 W 63 W 81 W 81 W 67 W 72 W 72 W 81 W 89 W 76 W 67 W 67 W 67 W 76 W 72 W 81 W 81 W 98 W 72 W 67 W 63 W 58 W 116 W-9999 +USW00023188201306WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201306WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201307TMAX 267 W 228 W 256 W 244 W 228 W 228 W 239 W 250 W 250 W 222 W 228 W 244 W 250 W 250 W 256 W 250 W 250 W 233 W 217 W 217 W 211 W 244 W 239 W 233 W 228 W 228 W 222 W 217 W 228 W 228 W 217 W +USW00023188201307TMIN 183 W 194 W 194 W 189 W 189 W 194 W 194 W 194 W 206 W 200 W 194 W 194 W 194 W 200 W 194 W 194 W 183 W 194 W 178 W 172 W 183 W 189 W 194 W 194 W 183 W 194 W 183 W 178 W 178 W 183 W 183 W +USW00023188201307PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 10 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0T W 3 W 0 W 0 W 0 W 0 W 0 W +USW00023188201307AWND 18 W 21 W 28 W 20 W 24 W 25 W 30 W 30 W 24 W 20 W 22 W 21 W 30 W 26 W 28 W 33 W 34 W 33 W 22 W 23 W 20 W 24 W 31 W 34 W 32 W 30 W 26 W 22 W 26 W 30 W 30 W +USW00023188201307TAVG 210H S 213H S 216H S 209H S 199H S 206H S 208H S 212H S 218H S 214H S 207H S 214H S 222H S 214H S 215H S 221H S 213H S 215H S 201H S 186H S 193H S 207H S 213H S 212H S 201H S 204H S 203H S 191H S 193H S 201H S 197H S +USW00023188201307WDF2 180 W 330 W 320 W 220 W 220 W 240 W 280 W 290 W 180 W 200 W 210 W 300 W 280 W 220 W 300 W 290 W 290 W 280 W 210 W 210 W 180 W 220 W 280 W 280 W 280 W 280 W 300 W 270 W 300 W 280 W 280 W +USW00023188201307WDF5 300 W 210 W 320 W 280 W 210 W 240 W 290 W 290 W 180 W 200 W 210 W 240 W 290 W 220 W 300 W 280 W 290 W 300 W 220 W 200 W 180 W 260 W 310 W 300 W 290 W 290 W 280 W 270 W 310 W 290 W 300 W +USW00023188201307WSF2 45 W 54 W 67 W 58 W 54 W 54 W 63 W 72 W 54 W 45 W 45 W 54 W 58 W 54 W 67 W 63 W 72 W 67 W 58 W 45 W 63 W 54 W 63 W 76 W 72 W 58 W 54 W 63 W 54 W 67 W 63 W +USW00023188201307WSF5 63 W 81 W 89 W 72 W 67 W 72 W 89 W 89 W 63 W 63 W 58 W 67 W 81 W 67 W 81 W 81 W 89 W 89 W 67 W 63 W 76 W 67 W 81 W 94 W 89 W 89 W 76 W 76 W 67 W 94 W 81 W +USW00023188201307WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201307WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201307WT08-9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201308TMAX 233 W 211 W 228 W 239 W 228 W 222 W 233 W 222 W 222 W 228 W 222 W 228 W 228 W 228 W 228 W 250 W 233 W 211 W 233 W 233 W 244 W 261 W 250 W 233 W 250 W 261 W 278 W 283 W 306 W 317 W 283 W +USW00023188201308TMIN 183 W 183 W 178 W 178 W 178 W 178 W 183 W 183 W 178 W 178 W 178 W 178 W 178 W 178 W 178 W 189 W 178 W 178 W 172 W 183 W 189 W 189 W 194 W 183 W 183 W 206 W 200 W 206 W 206 W 217 W 233 W +USW00023188201308PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W +USW00023188201308SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201308AWND 30 W 28 W 22 W 26 W 29 W 26 W 30 W 32 W 24 W 23 W 24 W 21 W 20 W 22 W 21 W 18 W 33 W 26 W 25 W 32 W 36 W 32 W 28 W 23 W 25 W 27 W 25 W 29 W 26 W 17 W 18 W +USW00023188201308TAVG 199H S 197H S 198H S 194H S 201H S 197H S 200H S 198H S 199H S 191H S 193H S 198H S 194H S 193H S 193H S 208H S 211H S 191H S 189H S 202H S 209H S 217H S 218H S 207H S 205H S 222H S 228H S 231H S 238H S 264H S 263H S +USW00023188201308WDF2 270 W 240 W 270 W 280 W 290 W 290 W 290 W 300 W 270 W 280 W 270 W 270 W 290 W 300 W 220 W 320 W 300 W 200 W 270 W 290 W 300 W 290 W 280 W 320 W 290 W 310 W 290 W 300 W 320 W 250 W 210 W +USW00023188201308WDF5 280 W 220 W 260 W 280 W 280 W 290 W 290 W 290 W 270 W 290 W 300 W 280 W 290 W 270 W 230 W 330 W 300 W 200 W 280 W 290 W 300 W 290 W 280 W 280 W 310 W 310 W 280 W 310 W 330 W 250 W 310 W +USW00023188201308WSF2 58 W 58 W 54 W 63 W 63 W 58 W 67 W 67 W 58 W 54 W 54 W 63 W 54 W 45 W 54 W 45 W 67 W 58 W 54 W 72 W 76 W 67 W 67 W 54 W 58 W 67 W 54 W 72 W 54 W 54 W 45 W +USW00023188201308WSF5 94 W 112 W 72 W 81 W 76 W 89 W 89 W 89 W 81 W 72 W 67 W 89 W 72 W 76 W 67 W 67 W 81 W 72 W 67 W 94 W 94 W 89 W 81 W 72 W 76 W 81 W 72 W 94 W 63 W 67 W 67 W +USW00023188201308WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201309TMAX 267 W 267 W 289 W 306 W 289 W 311 W 289 W 261 W 239 W 233 W 233 W 239 W 239 W 239 W 250 W 250 W 222 W 217 W 211 W 206 W 239 W 233 W 267 W 239 W 217 W 217 W 244 W 294 W 272 W 267 W-9999 +USW00023188201309TMIN 211 W 206 W 211 W 222 W 217 W 217 W 211 W 206 W 194 W 194 W 189 W 183 W 189 W 183 W 194 W 178 W 178 W 172 W 178 W 183 W 183 W 189 W 167 W 183 W 183 W 178 W 150 W 161 W 156 W 150 W-9999 +USW00023188201309PRCP 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201309SNOW 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201309AWND 30 W 32 W 26 W 30 W 28 W 26 W 21 W 31 W 29 W 24 W 29 W 31 W 28 W 17 W 21 W 29 W 24 W 29 W 22 W 21 W 32 W 26 W 14 W 24 W 45 W 42 W 19 W 17 W 14 W 17 W-9999 +USW00023188201309TAVG 247H S 227H S 237H S 248H S 248H S 248H S 248H S 234H S 215H S 209H S 209H S 206H S 208H S 208H S 213H S 212H S 201H S 191H S 195H S 193H S 198H S 206H S 212H S 217H S 203H S 189H S 194H S 218H S 216H S 207H S-9999 +USW00023188201309WDF2 300 W 300 W 290 W 300 W 300 W 300 W 300 W 290 W 290 W 260 W 300 W 280 W 270 W 280 W 300 W 300 W 220 W 180 W 220 W 240 W 300 W 330 W 280 W 190 W 200 W 300 W 330 W 300 W 290 W 290 W-9999 +USW00023188201309WDF5 290 W 300 W 290 W 300 W 290 W 300 W 320 W 290 W 300 W 280 W 310 W 290 W 290 W 260 W 280 W 280 W 220 W 200 W 230 W 230 W 290 W 270 W 280 W 200 W 190 W 200 W 300 W 300 W 280 W 290 W-9999 +USW00023188201309WSF2 72 W 72 W 63 W 76 W 67 W 76 W 54 W 67 W 58 W 54 W 67 W 72 W 58 W 45 W 58 W 58 W 45 W 54 W 58 W 40 W 72 W 58 W 54 W 54 W 72 W 67 W 81 W 63 W 63 W 58 W-9999 +USW00023188201309WSF5 94 W 94 W 76 W 98 W 76 W 94 W 67 W 81 W 72 W 67 W 94 W 89 W 72 W 63 W 81 W 76 W 63 W 67 W 98 W 63 W 98 W 76 W 67 W 72 W 98 W 94 W 103 W 81 W 76 W 67 W-9999 +USW00023188201309WT01 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188201309WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201310TMAX 217 W 211 W 222 W 233 W 294 W 311 W 267 W 206 W 189 W 200 W 217 W 211 W 200 W 233 W 244 W 289 W 278 W 250 W 239 W 211 W 211 W 206 W 200 W 200 W 211 W 217 W 200 W 183 W 194 W 200 W 233 W +USW00023188201310TMIN 178 W 172 W 178 W 178 W 144 W 156 W 178 W 172 W 144 W 139 W 133 W 167 W 150 W 128 W 139 W 144 W 150 W 150 W 139 W 133 W 128 W 150 W 172 W 167 W 178 W 161 W 150 W 150 W 139 W 133 W 128 W +USW00023188201310PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 18 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 5 W 41 W 0 W 0 W +USW00023188201310AWND 34 W 30 W 28 W 18 W 19 W 17 W 16 W 28 W 58 W 23 W 24 W 20 W 20 W 22 W 13 W 13 W 13 W 14 W 18 W 22 W 17 W 25 W 26 W 30 W 28 W 22 W 21 W 35 W 20 W 19 W 17 W +USW00023188201310TAVG 202H S 188H S 188H S 197H S 211H S 231H S 228H S 194H S 178H S 167H S 175H S 189H S 183H S 171H S 185H S 204H S 216H S 199H S 192H S 170H S 168H S 174H S 182H S 182H S 186H S 184H S 172H S 175H S 167H S 164H S 174H S +USW00023188201310WDF2 180 W 230 W 260 W 290 W 320 W 310 W 280 W 240 W 240 W 280 W 300 W 280 W 260 W 300 W 210 W 300 W 300 W 290 W 300 W 300 W 300 W 290 W 300 W 280 W 300 W 300 W 300 W 170 W 280 W 290 W 310 W +USW00023188201310WDF5 180 W 230 W 270 W 280 W 320 W 310 W 300 W 250 W 240 W 270 W 290 W 290 W 270 W 290 W-9999 300 W 330 W 300 W 290 W 310 W 310 W 300 W 310 W 280 W 290 W 290 W 300 W 180 W 260 W 300 W 320 W +USW00023188201310WSF2 58 W 54 W 54 W 45 W 67 W 72 W 54 W 58 W 112 W 63 W 76 W 67 W 58 W 72 W 36 W 63 W 58 W 67 W 63 W 58 W 58 W 58 W 58 W 67 W 72 W 63 W 54 W 63 W 54 W 72 W 63 W +USW00023188201310WSF5 72 W 72 W 89 W 76 W 81 W 103 W 72 W 81 W 139 W 81 W 98 W 89 W 76 W 94 W-9999 72 W 72 W 81 W 76 W 72 W 72 W 72 W 76 W 76 W 89 W 76 W 63 W 72 W 67 W 89 W 81 W +USW00023188201310WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00023188201310WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201311TMAX 289 W 200 W 194 W 183 W 211 W 250 W 278 W 233 W 233 W 256 W 222 W 250 W 267 W 256 W 194 W 189 W 194 W 206 W 194 W 200 W 178 W 183 W 194 W 194 W 211 W 233 W 222 W 194 W 189 W 206 W-9999 +USW00023188201311TMIN 133 W 133 W 167 W 144 W 128 W 117 W 122 W 128 W 111 W 150 W 122 W 144 W 139 W 150 W 167 W 161 W 144 W 133 W 161 W 161 W 150 W 139 W 133 W 117 W 106 W 111 W 139 W 117 W 150 W 133 W-9999 +USW00023188201311PRCP 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 3 W 0 W 0 W 0 W 0T W 246 W 124 W 0 W 0 W 0 W 0 W 0 W 0T W 3 W 0 W-9999 +USW00023188201311AWND 15 W 19 W 25 W 28 W 16 W 18 W 14 W 12 W 11 W 14 W 20 W 16 W 14 W 20 W 49 W 28 W 13 W 14 W 25 W 23 W 33 W 19 W 13 W 15 W 15 W 13 W 7 W 12 W 5 W 15 W-9999 +USW00023188201311TAVG 193H S 182H S 178H S 174H S 164H S 178H S 194H S 187H S 168H S 187H S 177H S 186H S 197H S 205H S 178H S 174H S 170H S 165H S 174H S 174H S 173H S 158H S 157H S 158H S 154H S 167H S 176H S 161H S 170H S 171H S-9999 +USW00023188201311WDF2 320 W 180 W 230 W 180 W 300 W 320 W 300 W 220 W 320 W 10 W 290 W 320 W 300 W 170 W 170 W 240 W 250 W 300 W 330 W 250 W 180 W 140 W 290 W 300 W 340 W 300 W 270 W 200 W 170 W 300 W-9999 +USW00023188201311WDF5 300 W 190 W 250 W 180 W 340 W 330 W 310 W 230 W 320 W 230 W 290 W 320 W 320 W 170 W 160 W 240 W 240 W 290 W 320 W 250 W 180 W 150 W 280 W 290 W 340 W 300 W 260 W 210 W 180 W 300 W-9999 +USW00023188201311WSF2 54 W 58 W 58 W 54 W 58 W 67 W 58 W 45 W 36 W 40 W 63 W 67 W 58 W 67 W 89 W 67 W 54 W 63 W 58 W 58 W 76 W 89 W 54 W 58 W 63 W 54 W 40 W 45 W 36 W 63 W-9999 +USW00023188201311WSF5 72 W 72 W 67 W 67 W 81 W 81 W 72 W 54 W 45 W 54 W 76 W 94 W 81 W 89 W 107 W 89 W 72 W 76 W 72 W 72 W 98 W 103 W 67 W 67 W 72 W 67 W 54 W 58 W 40 W 76 W-9999 +USW00023188201311WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 +USW00023188201312TMAX 233 W 244 W 172 W 167 W 156 W 150 W 161 W 139 W 156 W 194 W 211 W 194 W 183 W 222 W 239 W 278 W 239 W 200 W 150 W 161 W 167 W 194 W 228 W 239 W 256 W 244 W 261 W 194 W 211 W 239 W 211 W +USW00023188201312TMIN 128 W 117 W 128 W 139 W 111 W 100 W 106 W 94 W 67 W 78 W 100 W 83 W 83 W 83 W 83 W 122 W 133 W 144 W 106 W 89 W 100 W 89 W 100 W 100 W 100 W 94 W 89 W 117 W 83 W 89 W 83 W +USW00023188201312PRCP 0 W 0 W 3 W 0 W 3 W 0 W 25 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 86 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201312AWND 12 W 6 W 33 W 35 W 26 W 30 W 38 W 32 W 17 W 15 W 11 W 17 W 12 W 14 W 9 W 10 W 8 W 20 W 30 W 15 W 14 W 12 W 13 W 9 W 11 W 10 W 10 W 15 W 13 W 12 W 10 W +USW00023188201312TAVG 173H S 175H S 166H S 157H S 141H S 127H S 131H S 133H S 111H S 122H S 148H S 144H S 133H S 138H S 155H S 178H S 176H S 170H S 147H S 121H S 136H S 137H S 151H S 164H S 169H S 164H S 162H S 158H S 144H S 153H S 143H S +USW00023188201312WDF2 310 W 340 W 160 W 280 W 250 W 190 W 230 W 260 W 280 W 330 W 320 W 210 W 290 W 340 W 320 W 170 W 310 W 220 W 230 W 210 W 210 W 310 W 310 W 320 W 310 W 320 W 320 W 180 W 310 W 300 W 310 W +USW00023188201312WDF5 310 W 320 W 170 W 280 W 250 W 240 W 230 W 300 W 280 W 360 W 340 W 220 W 300 W 320 W 80 W 320 W 60 W 220 W 240 W 200 W 210 W 350 W 300 W 320 W 320 W 340 W 320 W 190 W 320 W 300 W 310 W +USW00023188201312WSF2 54 W 40 W 67 W 81 W 63 W 67 W 94 W 67 W 63 W 54 W 45 W 45 W 54 W 58 W 40 W 45 W 40 W 58 W 67 W 45 W 58 W 45 W 58 W 40 W 45 W 40 W 45 W 63 W 54 W 58 W 45 W +USW00023188201312WSF5 67 W 63 W 81 W 98 W 94 W 76 W 112 W 89 W 76 W 63 W 63 W 54 W 67 W 72 W 63 W 58 W 112 W 72 W 89 W 58 W 67 W 54 W 67 W 54 W 58 W 54 W 63 W 81 W 63 W 67 W 54 W +USW00023188201312WT08 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 +USW00023188201401TMAX 200 W 217 W 189 W 189 W 233 W 239 W 183 W 172 W 172 W 206 W 211 W 178 W 261 W 256 W 278 W 278 W 278 W 250 W 228 W 222 W 250 W 217 W 183 W 194 W 222 W 200 W 206 W 183 W 194 W 178 W 172 W +USW00023188201401TMIN 83 W 83 W 78 W 133 W 100 W 83 W 100 W 111 W 122 W 100 W 100 W 100 W 94 W 106 W 111 W 111 W 111 W 106 W 111 W 106 W 111 W 117 W 100 W 144 W 156 W 128 W 144 W 122 W 117 W 133 W 128 W +USW00023188201401PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 3 W 0T W +USW00023188201401AWND 15 W 12 W 9 W 8 W 14 W 13 W 13 W 21 W 20 W 13 W 11 W 20 W 14 W 11 W 14 W 10 W 11 W 8 W 5 W 11 W 13 W 11 W 16 W 10 W 15 W 11 W 18 W 13 W 17 W 32 W 33 W +USW00023188201401TAVG 131H S 144H S 142H S 154H S 154H S 161H S 151H S 149H S 156H S 142H S 151H S 140H S 161H S 176H S 183H S 191H S 192H S 178H S 164H S 159H S 164H S 174H S 143H S 160H S 184H S 171H S 171H S 152H S 146H S 151H S 162H S +USW00023188201401WDF2 300 W 320 W 300 W 310 W 320 W 310 W 170 W 240 W 290 W 310 W 320 W 290 W 340 W 320 W 300 W 320 W 330 W 300 W 300 W 320 W 320 W 180 W 180 W 210 W 170 W 290 W 330 W 320 W 180 W 280 W 270 W +USW00023188201401WDF5 300 W 330 W 330 W 310 W 320 W 320 W 180 W 220 W 280 W 320 W 320 W 300 W 340 W 300 W 310 W 330 W 310 W 300 W 300 W 320 W 320 W 160 W 190 W 200 W 190 W 300 W 330 W 10 W 300 W 280 W 270 W +USW00023188201401WSF2 58 W 36 W 36 W 36 W 63 W 58 W 40 W 45 W 54 W 45 W 45 W 58 W 54 W 67 W 58 W 58 W 63 W 40 W 36 W 54 W 54 W 40 W 40 W 54 W 40 W 40 W 58 W 45 W 40 W 63 W 72 W +USW00023188201401WSF5 67 W 40 W 54 W 45 W 72 W 72 W 45 W 63 W 63 W 63 W 63 W 81 W 63 W 81 W 67 W 72 W 76 W 45 W 40 W 67 W 58 W 45 W 58 W 67 W 58 W 54 W 72 W 58 W 63 W 76 W 89 W +USW00023188201401WT08-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00023188201402TMAX 178 W 172 W 167 W 167 W 178 W 172 W 178 W 189 W 189 W 189 W 217 W 244 W 244 W 233 W 239 W 217 W 189 W 178 W 183 W 244 W 244 W 206 W 211 W 206 W 189 W 194 W 194 W 194 W-9999 -9999 -9999 +USW00023188201402TMIN 106 W 89 W 111 W 111 W 122 W 128 W 133 W 117 W 144 W 122 W 111 W 111 W 117 W 117 W 111 W 122 W 122 W 144 W 133 W 117 W 139 W 122 W 94 W 122 W 150 W 150 W 150 W 156 W-9999 -9999 -9999 +USW00023188201402PRCP 0 W 0 W 23 W 0T W 0 W 51 W 15 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 36 W 130 W-9999 -9999 -9999 +USW00023188201402AWND 21 W 22 W 26 W 29 W 21 W 30 W 26 W 30 W 28 W 15 W 21 W 18 W 10 W 16 W 12 W 19 W 22 W 17 W 15 W 16 W 17 W 8 W 14 W 20 W 16 W 25 W 30 W 72 W-9999 -9999 -9999 +USW00023188201402TAVG 141H S 132H S 139H S 141H S 146H S 146H S 149H S 150H S 163H S 155H S 151H S 167H S 182H S 176H S 163H S 168H S 157H S 155H S 157H S 160H S 183H S 168H S 157H S 162H S 170H S 169H S 169H S 177H S-9999 -9999 -9999 +USW00023188201402WDF2 300 W 210 W 130 W 240 W 300 W 260 W 160 W 290 W 300 W 300 W 300 W 300 W 320 W 320 W 290 W 300 W 280 W 270 W 270 W 300 W 340 W 330 W 290 W 240 W 190 W 250 W 200 W 170 W-9999 -9999 -9999 +USW00023188201402WDF5 310 W 220 W 130 W 260 W 270 W 270 W 280 W 320 W 330 W 290 W 290 W 300 W 320 W 320 W 310 W 290 W 280 W 290 W 270 W 320 W 320 W 330 W 290 W 240 W 210 W 220 W 220 W 170 W-9999 -9999 -9999 +USW00023188201402WSF2 67 W 58 W 116 W 58 W 58 W 72 W 58 W 76 W 72 W 45 W 67 W 67 W 40 W 58 W 58 W 58 W 67 W 54 W 63 W 45 W 45 W 36 W 40 W 54 W 54 W 63 W 72 W 165 W-9999 -9999 -9999 +USW00023188201402WSF5 94 W 76 W 139 W 76 W 81 W 94 W 76 W 94 W 89 W 63 W 81 W 72 W 54 W 67 W 72 W 76 W 81 W 67 W 81 W 58 W 58 W 40 W 54 W 63 W 67 W 76 W 89 W 201 W-9999 -9999 -9999 +USW00023188201402WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201402WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201403TMAX 183 W 189 W 194 W 194 W 200 W 211 W 200 W 278 W 283 W 250 W 194 W 194 W 194 W 206 W 233 W 306 W 211 W 194 W 206 W 217 W 194 W 194 W 200 W 206 W 183 W 194 W 194 W 200 W 217 W 206 W 194 W +USW00023188201403TMIN 139 W 139 W 111 W 144 W 128 W 156 W 156 W 122 W 139 W 139 W 139 W 150 W 156 W 133 W 139 W 150 W 150 W 167 W 144 W 150 W 167 W 161 W 161 W 167 W 161 W 150 W 150 W 139 W 133 W 156 W 133 W +USW00023188201403PRCP 257 W 61 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 3 W 5 W 0 W 0 W 0T W 0 W +USW00023188201403AWND 40 W 13 W 24 W 20 W 23 W 24 W 22 W 24 W 26 W 13 W 22 W 26 W 26 W 17 W 21 W 17 W 23 W 30 W 16 W 19 W 24 W 30 W 25 W 30 W 23 W 47 W 32 W 23 W 26 W 26 W 28 W +USW00023188201403TAVG 167H S 150H S 154H S 163H S 161H S 169H S 167H S 183H S 216H S 202H S 173H S 169H S 169H S 169H S 179H S 207H S 197H S 178H S 174H S 177H S 178H S 173H S 173H S 179H S 171H S 170H S 171H S 168H S 175H S 179H S 164H S +USW00023188201403WDF2 240 W 230 W 320 W 280 W 290 W 280 W 290 W 330 W 320 W 290 W 180 W 180 W 220 W 280 W 330 W 330 W 250 W 190 W 220 W 250 W 240 W 290 W 290 W 300 W 290 W 270 W 270 W 310 W 300 W 300 W 270 W +USW00023188201403WDF5 250 W 230 W 300 W 280 W 280 W 260 W 310 W 320 W 330 W 260 W 190 W 190 W 230 W 310 W 300 W 320 W 240 W 210 W 220 W 250 W 240 W 270 W 270 W 300 W 290 W 260 W 280 W 310 W 310 W 300 W 270 W +USW00023188201403WSF2 103 W 54 W 76 W 63 W 81 W 58 W 67 W 72 W 72 W 58 W 45 W 63 W 58 W 58 W 63 W 89 W 63 W 58 W 58 W 58 W 58 W 67 W 67 W 67 W 58 W 89 W 72 W 63 W 67 W 67 W 72 W +USW00023188201403WSF5 134 W 63 W 98 W 94 W 103 W 67 W 81 W 94 W 89 W 72 W 67 W 81 W 81 W 67 W 76 W 98 W 76 W 67 W 67 W 76 W 76 W 81 W 98 W 89 W 76 W 130 W 103 W 76 W 76 W 94 W 98 W +USW00023188201403WT01-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201403WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201404TMAX 183 W 183 W 189 W 178 W 194 W 228 W 267 W 306 W 278 W 222 W 250 W 200 W 189 W 239 W 206 W 194 W 183 W 200 W 211 W 206 W 211 W 200 W 217 W 206 W 189 W 183 W 194 W 217 W 328 W 344 W-9999 +USW00023188201404TMIN 144 W 128 W 111 W 117 W 128 W 122 W 144 W 161 W 161 W 139 W 156 W 161 W 161 W 150 W 150 W 144 W 156 W 167 W 167 W 161 W 161 W 156 W 150 W 156 W 156 W 133 W 150 W 139 W 156 W 200 W-9999 +USW00023188201404PRCP 13 W 56 W 0 W 0T W 23 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 3 W 41 W 0 W 0 W 0 W 0 W-9999 +USW00023188201404AWND 43 W 43 W 28 W 22 W 26 W 22 W 20 W 26 W 21 W 23 W 25 W 30 W 28 W 34 W 26 W 30 W 33 W 26 W 27 W 22 W 24 W 32 W 26 W 26 W 51 W 59 W 32 W 22 W 31 W 41 W-9999 +USW00023188201404TAVG 161H S 157H S 148H S 153H S 156H S 168H S 199H S 218H S 217H S 187H S 184H S 176H S 168H S 179H S 175H S 163H S 167H S 174H S 184H S 178H S 177H S 172H S 174H S 179H S 173H S 163H S 164H S 177H S 218H S 274H S-9999 +USW00023188201404WDF2 260 W 300 W 290 W 280 W 280 W 290 W 330 W 310 W 310 W 320 W 340 W 270 W 330 W 310 W 280 W 190 W 230 W 240 W 280 W 210 W 290 W 270 W 280 W 200 W 220 W 270 W 330 W 290 W 270 W 30 W-9999 +USW00023188201404WDF5 250 W 300 W 290 W 280 W 280 W 290 W 320 W 310 W 300 W 320 W 270 W 250 W 280 W 300 W 300 W 220 W 210 W 240 W 290 W 250 W 280 W 280 W 220 W 190 W 220 W 270 W 320 W 290 W 260 W 60 W-9999 +USW00023188201404WSF2 81 W 103 W 76 W 63 W 67 W 76 W 67 W 81 W 63 W 58 W 58 W 72 W 63 W 81 W 67 W 63 W 58 W 58 W 76 W 58 W 67 W 72 W 63 W 54 W 89 W 125 W 67 W 67 W 89 W 130 W-9999 +USW00023188201404WSF5 112 W 143 W 98 W 81 W 81 W 94 W 81 W 98 W 81 W 72 W 67 W 98 W 89 W 98 W 89 W 76 W 72 W 72 W 98 W 72 W 89 W 103 W 94 W 67 W 107 W 161 W 81 W 89 W 103 W 183 W-9999 +USW00023188201404WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201404WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201405TMAX 350 W 328 W 306 W 233 W 189 W 194 W 183 W 189 W 211 W 206 W 233 W 311 W 344 W 339 W 361 W 333 W 217 W 211 W 194 W 211 W 206 W 194 W 217 W 194 W 222 W 233 W 233 W 217 W 222 W 233 W 233 W +USW00023188201405TMIN 189 W 183 W 183 W 172 W 167 W 156 W 150 W 156 W 139 W 167 W 156 W 161 W 183 W 194 W 211 W 194 W 172 W 172 W 172 W 167 W 167 W 172 W 172 W 172 W 172 W 183 W 183 W 178 W 178 W 167 W 172 W +USW00023188201405PRCP 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201405AWND 41 W 16 W 17 W 20 W 36 W 55 W 33 W 26 W 22 W 39 W 41 W 27 W 33 W 24 W 24 W 19 W 33 W 38 W 42 W 41 W 30 W 29 W 29 W 27 W 23 W 24 W 21 W 25 W 31 W 24 W 22 W +USW00023188201405TAVG 271H S 254H S 242H S 204H S 181H S 171H S 165H S 166H S 173H S 178H S 183H S 219H S 265H S 272H S 284H S 271H S 204H S 187H S 185H S 182H S 179H S 183H S 183H S 184H S 190H S 198H S 201H S 195H S 192H S 195H S 198H S +USW00023188201405WDF2 40 W 310 W 320 W 310 W 180 W 270 W 230 W 210 W 290 W 200 W 330 W 320 W 260 W 300 W 320 W 230 W 180 W 180 W 180 W 290 W 250 W 250 W 300 W 220 W 270 W 280 W 270 W 170 W 230 W 270 W 290 W +USW00023188201405WDF5 80 W 320 W 330 W 310 W 170 W 270 W 240 W 250 W 280 W 220 W 320 W 320 W 60 W 300 W 310 W 220 W 220 W 200 W 180 W 260 W 280 W 250 W 300 W 220 W 280 W 280 W 270 W 210 W 220 W 300 W 300 W +USW00023188201405WSF2 98 W 63 W 45 W 58 W 72 W 103 W 72 W 58 W 54 W 63 W 98 W 81 W 72 W 67 W 67 W 54 W 58 W 63 W 76 W 76 W 63 W 58 W 67 W 58 W 58 W 54 W 54 W 54 W 58 W 63 W 58 W +USW00023188201405WSF5 130 W 81 W 63 W 81 W 89 W 130 W 98 W 76 W 72 W 76 W 130 W 107 W 107 W 89 W 89 W 63 W 72 W 76 W 98 W 107 W 81 W 76 W 94 W 67 W 76 W 67 W 67 W 72 W 72 W 98 W 81 W +USW00023188201405WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201405WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W 1 W-9999 1 W +USW00023188201406TMAX 233 W 228 W 244 W 233 W 228 W 211 W 217 W 222 W 217 W 211 W 233 W 228 W 222 W 228 W 222 W 222 W 233 W 217 W 233 W 228 W 228 W 222 W 222 W 228 W 222 W 239 W 217 W 222 W 222 W 222 W-9999 +USW00023188201406TMIN 172 W 178 W 172 W 172 W 167 W 172 W 167 W 178 W 183 W 172 W 183 W 183 W 178 W 172 W 183 W 183 W 178 W 178 W 167 W 172 W 178 W 183 W 183 W 178 W 183 W 194 W 189 W 183 W 194 W 194 W-9999 +USW00023188201406PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201406AWND 23 W 27 W 36 W 30 W 31 W 27 W 22 W 22 W 25 W 30 W 27 W 32 W 27 W 26 W 21 W 23 W 20 W 23 W 23 W 22 W 26 W 30 W 26 W 28 W 27 W 27 W 34 W 29 W 35 W 24 W-9999 +USW00023188201406TAVG 200H S 199H S 197H S 202H S 195H S 192H S 187H S 192H S 193H S 191H S 199H S 203H S 199H S 194H S 197H S 194H S 201H S 194H S 194H S 199H S 198H S 201H S 194H S 197H S 200H S 208H S 206H S 197H S 201H S 201H S-9999 +USW00023188201406WDF2 280 W 290 W 290 W 290 W 320 W 260 W 280 W 270 W 240 W 240 W 280 W 300 W 290 W 300 W 220 W 300 W 270 W 270 W 280 W 210 W 180 W 230 W 220 W 210 W 210 W 210 W 220 W 190 W 190 W 220 W-9999 +USW00023188201406WDF5 310 W 290 W 280 W 290 W 290 W 290 W 270 W 270 W 230 W 230 W 300 W 280 W 280 W 290 W 230 W 230 W 280 W 240 W 290 W 230 W 210 W 220 W 220 W 250 W 210 W 220 W 210 W 210 W 190 W 240 W-9999 +USW00023188201406WSF2 58 W 72 W 72 W 67 W 63 W 54 W 58 W 54 W 58 W 58 W 58 W 63 W 63 W 54 W 58 W 54 W 58 W 54 W 67 W 58 W 54 W 54 W 54 W 58 W 45 W 54 W 63 W 58 W 72 W 54 W-9999 +USW00023188201406WSF5 76 W 89 W 89 W 81 W 81 W 72 W 81 W 67 W 72 W 76 W 94 W 76 W 81 W 72 W 81 W 72 W 76 W 81 W 81 W 72 W 63 W 72 W 72 W 72 W 67 W 72 W 72 W 72 W 89 W 63 W-9999 +USW00023188201406WT08 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188201407TMAX 233 W 239 W 244 W 256 W 283 W 283 W 272 W 256 W 256 W 256 W 256 W 250 W 233 W 239 W 222 W 250 W 250 W 256 W 233 W 250 W 261 W 250 W 272 W 272 W 250 W 250 W 267 W 289 W 294 W 272 W 272 W +USW00023188201407TMIN 194 W 194 W 194 W 200 W 211 W 217 W 206 W 200 W 200 W 211 W 211 W 206 W 200 W 206 W 206 W 206 W 206 W 200 W 206 W 211 W 211 W 206 W 194 W 206 W 206 W 200 W 211 W 217 W 217 W 217 W 211 W +USW00023188201407PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W +USW00023188201407AWND 26 W 27 W 22 W 20 W 18 W 28 W 19 W 22 W 18 W 30 W 36 W 31 W 30 W 22 W 25 W 28 W 34 W 32 W 26 W 29 W 41 W 38 W 28 W 24 W 27 W 25 W 22 W 26 W 31 W 26 W 26 W +USW00023188201407TAVG 207H S 212H S 213H S 219H S 238H S 244H S 240H S 223H S 219H S 223H S 229H S 223H S 218H S 212H S 214H S 219H S 224H S 223H S 217H S 222H S 227H S 224H S 230H S 233H S 227H S 221H S 230H S 242H S 249H S 238H S 237H S +USW00023188201407WDF2 290 W 280 W 310 W 340 W 280 W 280 W 240 W 290 W 270 W 300 W 290 W 280 W 190 W 170 W 290 W 320 W 300 W 290 W 270 W 320 W 290 W 280 W 300 W 180 W 170 W 210 W 290 W 290 W 300 W 290 W 300 W +USW00023188201407WDF5 290 W 280 W 280 W 330 W 300 W 270 W 300 W 220 W 290 W 280 W 290 W 290 W 200 W 170 W 290 W 310 W 270 W 270 W 300 W 280 W 290 W 280 W 290 W 310 W 170 W 210 W 310 W 280 W 300 W 280 W 280 W +USW00023188201407WSF2 54 W 58 W 58 W 45 W 54 W 67 W 54 W 45 W 58 W 63 W 72 W 63 W 58 W 67 W 45 W 58 W 67 W 67 W 63 W 72 W 89 W 81 W 67 W 58 W 63 W 58 W 67 W 67 W 67 W 58 W 63 W +USW00023188201407WSF5 72 W 94 W 76 W 63 W 63 W 76 W 67 W 67 W 76 W 89 W 94 W 98 W 72 W 81 W 54 W 76 W 94 W 89 W 76 W 94 W 107 W 103 W 81 W 76 W 76 W 72 W 81 W 81 W 81 W 72 W 81 W +USW00023188201407WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201408TMAX 256 W 256 W 244 W 272 W 256 W 244 W 244 W 244 W 250 W 256 W 267 W 256 W 256 W 261 W 267 W 278 W 267 W 250 W 233 W 250 W 256 W 261 W 261 W 250 W 261 W 267 W 289 W 294 W 261 W 261 W 250 W +USW00023188201408TMIN 206 W 211 W 222 W 211 W 194 W 200 W 200 W 206 W 206 W 194 W 211 W 211 W 211 W 206 W 206 W 211 W 211 W 206 W 206 W 206 W 211 W 206 W 194 W 194 W 206 W 200 W 211 W 222 W 211 W 200 W 194 W +USW00023188201408PRCP 0 W 18 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201408AWND 24 W 19 W 18 W 27 W 29 W 34 W 25 W 22 W 23 W 24 W 25 W 26 W 31 W 30 W 34 W 34 W 26 W 33 W 34 W 25 W 34 W 20 W 20 W 27 W 31 W 28 W 27 W 29 W 26 W 21 W 28 W +USW00023188201408TAVG 227H S 224H S 230H S 241H S 224H S 220H S 218H S 218H S 222H S 222H S 232H S 229H S 225H S 226H S 234H S 239H S 241H S 229H S 215H S 217H S 227H S 227H S 223H S 219H S 227H S 229H S 241H S 262H S 241H S 223H S 224H S +USW00023188201408WDF2 300 W 320 W 250 W 300 W 280 W 290 W 270 W 270 W 250 W 270 W 280 W 300 W 280 W 290 W 300 W 300 W 290 W 180 W 210 W 290 W 290 W 290 W 300 W 300 W 290 W 290 W 330 W 310 W 300 W 310 W 180 W +USW00023188201408WDF5 280 W 320 W 200 W 290 W 290 W 290 W 290 W 230 W 250 W 280 W 290 W 300 W 280 W 300 W 290 W 290 W 290 W 180 W 190 W 260 W 290 W 330 W 280 W 300 W 300 W 290 W 300 W 300 W 300 W 300 W 200 W +USW00023188201408WSF2 54 W 72 W 45 W 63 W 67 W 72 W 63 W 54 W 58 W 63 W 63 W 67 W 67 W 63 W 72 W 72 W 63 W 54 W 63 W 54 W 76 W 54 W 54 W 63 W 72 W 67 W 63 W 76 W 63 W 54 W 54 W +USW00023188201408WSF5 72 W 98 W 58 W 76 W 89 W 98 W 94 W 72 W 72 W 76 W 89 W 89 W 81 W 76 W 81 W 94 W 76 W 67 W 81 W 72 W 94 W 72 W 72 W 76 W 89 W 89 W 76 W 103 W 81 W 67 W 67 W +USW00023188201408WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201408WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201409TMAX 239 W 256 W 256 W 256 W 261 W 272 W 300 W 322 W 300 W 267 W 278 W 278 W 289 W 294 W 311 W 339 W 306 W 267 W 256 W 250 W 256 W 256 W 256 W 278 W 289 W 256 W 239 W 233 W 239 W 267 W-9999 +USW00023188201409TMIN 200 W 211 W 211 W 206 W 206 W 217 W 228 W 233 W 228 W 217 W 222 W 222 W 211 W 228 W 233 W 239 W 233 W 222 W 200 W 211 W 206 W 200 W 194 W 206 W 217 W 206 W 200 W 189 W 178 W 183 W-9999 +USW00023188201409PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201409AWND 37 W 26 W 28 W 27 W 30 W 33 W 20 W 17 W 22 W 25 W 26 W 27 W 29 W 22 W 23 W 28 W 29 W 30 W 37 W 21 W 29 W 24 W 31 W 27 W 30 W 29 W 30 W 32 W 28 W 16 W-9999 +USW00023188201409TAVG 217H S 226H S 231H S 227H S 226H S 234H S 252H S 263H S 261H S 244H S 246H S 247H S 245H S 257H S 262H S 274H S 277H S 243H S 230H S 226H S 228H S 223H S 219H S 232H S 243H S 237H S 215H S 209H S 206H S 216H S-9999 +USW00023188201409WDF2 170 W 220 W 280 W 280 W 300 W 290 W 270 W 290 W 290 W 320 W 290 W 290 W 300 W 320 W 300 W 360 W 300 W 290 W 320 W 280 W 300 W 300 W 300 W 290 W 290 W 300 W 270 W 240 W 310 W 280 W-9999 +USW00023188201409WDF5 160 W 290 W 270 W 270 W 280 W 290 W 280 W 280 W 270 W-9999 290 W 290 W 300 W 290 W 300 W 20 W 300 W 290 W 300 W 280 W 280 W 290 W 300 W 300 W 310 W 290 W 280 W 250 W 300 W 280 W-9999 +USW00023188201409WSF2 63 W 58 W 63 W 67 W 67 W 72 W 45 W 45 W 54 W 63 W 58 W 72 W 67 W 63 W 63 W 139 W 89 W 67 W 67 W 63 W 67 W 72 W 63 W 72 W 76 W 67 W 76 W 63 W 76 W 54 W-9999 +USW00023188201409WSF5 76 W 81 W 81 W 94 W 89 W 94 W 58 W 63 W 81 W-9999 72 W 89 W 89 W 76 W 76 W 201 W 98 W 81 W 89 W 76 W 94 W 81 W 81 W 94 W 103 W 89 W 98 W 81 W 98 W 67 W-9999 +USW00023188201409WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201409WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201409WT08-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201410TMAX 239 W 322 W 339 W 317 W 317 W 311 W 322 W 272 W 239 W 244 W 250 W 239 W 244 W 244 W 250 W 244 W 233 W 233 W 239 W 228 W 244 W 261 W 256 W 289 W 250 W 222 W 228 W 233 W 256 W 239 W 222 W +USW00023188201410TMIN 194 W 183 W 189 W 183 W 172 W 183 W 200 W 172 W 194 W 189 W 194 W 194 W 172 W 189 W 200 W 194 W 194 W 194 W 194 W 189 W 189 W 172 W 167 W 167 W 194 W 178 W 161 W 161 W 167 W 161 W 194 W +USW00023188201410PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W +USW00023188201410AWND 26 W 19 W 15 W 13 W 9 W 10 W 15 W 22 W 22 W 24 W 17 W 15 W 18 W 21 W 21 W 23 W 22 W 21 W 17 W 17 W 20 W 16 W 13 W 9 W 16 W 21 W 15 W 17 W 13 W 14 W 22 W +USW00023188201410TAVG 216H S 229H S 267H S 257H S 239H S 240H S 250H S 225H S 218H S 211H S 216H S 213H S 207H S 211H S 218H S 216H S 214H S 208H S 211H S 208H S 214H S 208H S 206H S 223H S 223H S 206H S 192H S 197H S 206H S 201H S 207H S +USW00023188201410WDF2 220 W 320 W 320 W 180 W 170 W 320 W 320 W 260 W 230 W 280 W 300 W 210 W 300 W 270 W 290 W 280 W 290 W 290 W 280 W 300 W 290 W 290 W 290 W 330 W 290 W 280 W 300 W 300 W 280 W 280 W 230 W +USW00023188201410WDF5 260 W 320 W 330 W 180 W 180 W 320 W 320 W 310 W 210 W 280 W 290 W 240 W 330 W 280 W 290 W 290 W 270 W 280 W 280 W 300 W 290 W 310 W 290 W 330 W 300 W 260 W 290 W 290 W 290 W 290 W 230 W +USW00023188201410WSF2 54 W 63 W 67 W 54 W 45 W 54 W 54 W 54 W 54 W 58 W 54 W 54 W 45 W 54 W 67 W 67 W 67 W 67 W 67 W 63 W 67 W 58 W 45 W 40 W 67 W 54 W 45 W 45 W 58 W 54 W 58 W +USW00023188201410WSF5 76 W 76 W 81 W 63 W 54 W 67 W 63 W 67 W 81 W 72 W 67 W 67 W 63 W 72 W 89 W 98 W 94 W 107 W 81 W 81 W 81 W 72 W 54 W 54 W 89 W 63 W 76 W 72 W 72 W 72 W 76 W +USW00023188201410WT01-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188201410WT02-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201410WT08-9999 1 W-9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188201411TMAX 211 W 206 W 228 W 239 W 328 W 306 W 306 W 278 W 217 W 206 W 211 W 211 W 211 W 211 W 206 W 228 W 222 W 239 W 217 W 211 W 206 W 217 W 217 W 250 W 250 W 272 W 294 W 244 W 206 W 206 W-9999 +USW00023188201411TMIN 150 W 139 W 128 W 122 W 122 W 144 W 150 W 144 W 139 W 172 W 183 W 178 W 172 W 167 W 167 W 150 W 117 W 117 W 111 W 122 W 156 W 128 W 133 W 106 W 100 W 111 W 128 W 122 W 117 W 167 W-9999 +USW00023188201411PRCP 64 W 20 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 8 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201411AWND 46 W 20 W 20 W 17 W 21 W 15 W 11 W 12 W 17 W 25 W 19 W 18 W 16 W 17 W 15 W 19 W 14 W 11 W 10 W 18 W 24 W 13 W 14 W 13 W 13 W 10 W 6 W 9 W 31 W 34 W-9999 +USW00023188201411TAVG 198H S 169H S 175H S 181H S 198H S 222H S 227H S 216H S 187H S 184H S 189H S 192H S 187H S 184H S 182H S 187H S 172H S 172H S 168H S 167H S 182H S 171H S 175H S 178H S 182H S 187H S 205H S 182H S 166H S 182H S-9999 +USW00023188201411WDF2 190 W 290 W 300 W 280 W 330 W 340 W 310 W 300 W 300 W 230 W 250 W 290 W 290 W 220 W 230 W 320 W 340 W 300 W 300 W 290 W 290 W 270 W 300 W 300 W 330 W 300 W 310 W 180 W 190 W 200 W-9999 +USW00023188201411WDF5 190 W 300 W 300 W 290 W 330 W 330 W 310 W 300 W 270 W 230 W 250 W 280 W 280 W 230 W 220 W 320 W 310 W 290 W 310 W 300 W 290 W 60 W 320 W 300 W 330 W 300 W 310 W 170 W 220 W 190 W-9999 +USW00023188201411WSF2 107 W 54 W 72 W 72 W 98 W 72 W 58 W 45 W 45 W 45 W 58 W 54 W 63 W 45 W 54 W 72 W 58 W 54 W 54 W 58 W 63 W 45 W 63 W 58 W 54 W 45 W 45 W 31 W 63 W 72 W-9999 +USW00023188201411WSF5 130 W 72 W 89 W 89 W 116 W 94 W 72 W 58 W 63 W 58 W 67 W 67 W 76 W 58 W 72 W 94 W 76 W 63 W 72 W 76 W 89 W 63 W 89 W 76 W 67 W 58 W 58 W 63 W 81 W 94 W-9999 +USW00023188201411WT01 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 +USW00023188201411WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00023188201411WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 +USW00023188201412TMAX 211 W 206 W 194 W 211 W 194 W 211 W 250 W 228 W 239 W 194 W 194 W 183 W 183 W 183 W 178 W 161 W 189 W 183 W 200 W 189 W 200 W 233 W 250 W 239 W 200 W 178 W 167 W 172 W 172 W 161 W 128 W +USW00023188201412TMIN 139 W 156 W 161 W 156 W 144 W 150 W 133 W 150 W 128 W 128 W 167 W 133 W 122 W 100 W 106 W 133 W 128 W 117 W 117 W 111 W 128 W 117 W 122 W 117 W 106 W 83 W 61 W 67 W 89 W 117 W 61 W +USW00023188201412PRCP 0T W 107 W 69 W 467 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 267 W 0T W 0 W 0 W 109 W 104 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 15 W 5 W +USW00023188201412AWND 11 W 20 W 21 W 28 W 11 W 22 W 14 W 13 W 14 W 15 W 35 W 43 W 16 W 11 W 10 W 21 W 27 W 14 W 13 W 9 W 16 W 11 W 8 W 17 W 27 W 13 W 15 W 9 W 9 W 36 W 31 W +USW00023188201412TAVG 174H S 188H S 176H S 189H S 169H S 179H S 179H S 186H S 177H S 168H S 176H S 168H S 151H S 141H S 142H S 152H S 151H S 150H S 153H S 148H S 166H S 162H S 172H S 181H S 174H S 132H S 118H S 115H S 126H S 133H S 106H S +USW00023188201412WDF2 320 W 160 W 180 W 220 W 300 W 300 W 300 W 310 W 290 W 230 W 170 W 170 W 310 W 300 W 240 W 160 W 280 W 280 W 300 W 310 W 300 W 320 W 70 W 250 W 270 W 330 W 260 W 290 W 290 W 260 W 260 W +USW00023188201412WDF5 350 W 170 W 160 W 210 W 300 W 310 W 310 W 310 W 320 W 230 W 170 W 170 W 310 W 50 W 190 W 130 W 270 W 40 W 300 W 300 W 300 W 320 W 80 W 240 W 260 W 320 W 260 W 290 W 320 W 240 W 260 W +USW00023188201412WSF2 58 W 76 W 63 W 94 W 45 W 63 W 76 W 54 W 58 W 40 W 81 W 130 W 63 W 58 W 40 W 72 W 76 W 45 W 63 W 45 W 54 W 63 W 31 W 54 W 63 W 63 W 54 W 58 W 40 W 98 W 103 W +USW00023188201412WSF5 67 W 107 W 81 W 107 W 58 W 76 W 98 W 63 W 67 W 54 W 98 W 165 W 76 W 103 W 45 W 89 W 98 W 94 W 76 W 58 W 72 W 72 W 63 W 58 W 76 W 72 W 67 W 67 W 58 W 112 W 134 W +USW00023188201412WT01-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201412WT02-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201412WT03-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201412WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201501TMAX 150 W 150 W 167 W 189 W 244 W 267 W 256 W 200 W 183 W 211 W 167 W 194 W 194 W 217 W 228 W 222 W 211 W 222 W 200 W 167 W 194 W 228 W 217 W 261 W 250 W 222 W 222 W 222 W 211 W 183 W 194 W +USW00023188201501TMIN 50 W 56 W 72 W 72 W 89 W 100 W 100 W 128 W 133 W 117 W 139 W 150 W 133 W 100 W 100 W 100 W 106 W 106 W 100 W 133 W 139 W 94 W 106 W 100 W 117 W 139 W 128 W 122 W 156 W 156 W 139 W +USW00023188201501PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 51 W 43 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 10 W 0 W 0 W 0T W 0T W 3 W +USW00023188201501AWND 16 W 12 W 13 W 17 W 10 W 19 W 8 W 12 W 8 W 11 W 6 W 15 W 15 W 15 W 15 W 10 W 7 W 12 W 11 W 19 W 21 W 17 W 14 W 11 W 12 W 16 W 14 W 12 W 9 W 12 W 14 W +USW00023188201501TAVG 88H S 103H S 114H S 123H S 148H S 178H S 171H S 164H S 167H S 154H S 161H S 164H S 163H S 156H S 157H S 160H S 157H S 158H S 153H S 151H S 156H S 157H S 162H S 164H S 180H S 189H S 164H S 168H S 183H S 171H S 165H S +USW00023188201501WDF2 280 W 290 W 310 W 300 W 290 W 320 W 170 W 240 W 60 W 230 W 170 W 300 W 320 W 300 W 300 W 310 W 180 W 300 W 290 W 270 W 300 W 300 W 300 W 220 W 330 W 190 W 310 W 320 W 190 W 290 W 320 W +USW00023188201501WDF5 290 W 290 W 290 W 290 W 310 W 330 W 170 W 220 W 210 W 230 W 320 W 300 W 320 W 300 W 310 W 90 W 180 W 300 W 280 W 280 W 330 W 310 W 310 W 360 W 330 W 180 W 310 W 330 W 190 W 180 W 290 W +USW00023188201501WSF2 54 W 58 W 58 W 58 W 36 W 63 W 40 W 40 W 31 W 45 W 31 W 67 W 58 W 63 W 58 W 54 W 40 W 54 W 45 W 58 W 58 W 58 W 54 W 45 W 45 W 112 W 63 W 58 W 45 W 36 W 54 W +USW00023188201501WSF5 63 W 72 W 72 W 72 W 40 W 76 W 45 W 54 W 40 W 58 W 36 W 81 W 67 W 76 W 67 W 63 W 45 W 67 W 58 W 72 W 67 W 72 W 67 W 63 W 58 W 143 W 76 W 67 W 58 W 45 W 72 W +USW00023188201501WT01-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201501WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201501WT08-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201502TMAX 217 W 228 W 211 W 189 W 217 W 233 W 211 W 217 W 206 W 211 W 278 W 300 W 278 W 289 W 244 W 194 W 189 W 194 W 194 W 183 W 183 W 183 W 189 W 194 W 206 W 183 W 183 W 172 W-9999 -9999 -9999 +USW00023188201502TMIN 117 W 111 W 111 W 117 W 122 W 122 W 106 W 150 W 139 W 117 W 122 W 128 W 133 W 150 W 139 W 139 W 150 W 144 W 144 W 161 W 161 W 161 W 133 W 106 W 117 W 117 W 139 W 139 W-9999 -9999 -9999 +USW00023188201502PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 36 W 10 W 0 W 0 W 0 W 0T W 25 W-9999 -9999 -9999 +USW00023188201502AWND 11 W 13 W 16 W 16 W 14 W 18 W 20 W 29 W 28 W 17 W 17 W 21 W 16 W 14 W 15 W 13 W 19 W 21 W 16 W 22 W 31 W 36 W 30 W 19 W 13 W 22 W 45 W 36 W-9999 -9999 -9999 +USW00023188201502TAVG 160H S 166H S 157H S 154H S 157H S 162H S 161H S 182H S 179H S 159H S 188H S 217H S 206H S 222H S 199H S 167H S 168H S 164H S 164H S 167H S 169H S 168H S 161H S 152H S 160H S 152H S 160H S 163H S-9999 -9999 -9999 +USW00023188201502WDF2 320 W 300 W 300 W 300 W 300 W 290 W 300 W 320 W 300 W 300 W 320 W 80 W 310 W 310 W 320 W 270 W 270 W 280 W 300 W 220 W 240 W 230 W 270 W 300 W 210 W 200 W 180 W 250 W-9999 -9999 -9999 +USW00023188201502WDF5 300 W 300 W 300 W 300 W 300 W 270 W 300 W 330 W 300 W 320 W 310 W 120 W 310 W 300 W 310 W 280 W 300 W 280 W 310 W 230 W 220 W 230 W 250 W 320 W 270 W 200 W 180 W 250 W-9999 -9999 -9999 +USW00023188201502WSF2 54 W 54 W 58 W 54 W 63 W 54 W 63 W 89 W 76 W 67 W 58 W 72 W 72 W 63 W 63 W 45 W 58 W 54 W 54 W 45 W 58 W 112 W 76 W 76 W 45 W 58 W 89 W 81 W-9999 -9999 -9999 +USW00023188201502WSF5 67 W 67 W 72 W 63 W 76 W 63 W 76 W 103 W 103 W 81 W 76 W 94 W 89 W 72 W 81 W 63 W 76 W 67 W 72 W 58 W 76 W 143 W 98 W 94 W 63 W 67 W 107 W 98 W-9999 -9999 -9999 +USW00023188201502WT01-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201502WT02-9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201502WT08-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201503TMAX 156 W 161 W 183 W 200 W 239 W 250 W 289 W 217 W 189 W 222 W 222 W 250 W 317 W 322 W 317 W 306 W 250 W 200 W 211 W 222 W 211 W 206 W 206 W 217 W 250 W 289 W 278 W 233 W 233 W 222 W 200 W +USW00023188201503TMIN 128 W 117 W 111 W 106 W 100 W 106 W 122 W 133 W 139 W 122 W 156 W 156 W 161 W 178 W 200 W 189 W 172 W 172 W 172 W 161 W 167 W 156 W 150 W 144 W 156 W 156 W 167 W 161 W 167 W 156 W 161 W +USW00023188201503PRCP 173 W 64 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201503AWND 32 W 29 W 22 W 15 W 25 W 20 W 13 W 14 W 18 W 18 W 22 W 22 W 31 W 17 W 16 W 13 W 24 W 33 W 21 W 22 W 21 W 21 W 19 W 21 W 17 W 21 W 16 W 23 W 20 W 19 W 26 W +USW00023188201503TAVG 143H S 132H S 139H S 147H S 161H S 177H S 198H S 186H S 164H S 163H S 182H S 193H S 228H S 246H S 262H S 246H S 216H S 186H S 186H S 184H S 182H S 178H S 175H S 177H S 189H S 208H S 225H S 192H S 191H S 185H S 181H S +USW00023188201503WDF2 80 W 220 W 270 W 320 W 340 W 320 W 310 W 290 W 320 W 320 W 310 W 300 W 300 W 300 W 320 W 230 W 180 W 180 W 290 W 300 W 280 W 290 W 290 W 260 W 290 W 310 W 300 W 330 W 320 W 280 W 230 W +USW00023188201503WDF5 80 W 160 W 270 W 290 W 340 W 320 W 320 W 290 W 290 W 310 W 340 W 320 W 300 W 300 W 340 W 220 W 180 W 190 W 290 W 310 W 250 W 270 W 290 W 270 W 300 W 310 W 300 W 320 W 320 W 290 W 220 W +USW00023188201503WSF2 81 W 89 W 67 W 63 W 81 W 67 W 58 W 40 W 45 W 58 W 72 W 72 W 81 W 63 W 63 W 45 W 58 W 63 W 63 W 67 W 45 W 58 W 54 W 58 W 63 W 63 W 67 W 67 W 45 W 54 W 58 W +USW00023188201503WSF5 103 W 112 W 81 W 76 W 103 W 81 W 72 W 58 W 63 W 72 W 89 W 94 W 107 W 72 W 72 W 63 W 72 W 72 W 76 W 89 W 67 W 72 W 72 W 76 W 81 W 81 W 81 W 81 W 63 W 63 W 67 W +USW00023188201503WT01 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W +USW00023188201503WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201503WT03-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201503WT08-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00023188201504TMAX 217 W 206 W 300 W 244 W 194 W 189 W 194 W 194 W 206 W 200 W 206 W 206 W 217 W 217 W 233 W 267 W 244 W 250 W 211 W 200 W 211 W 189 W 194 W 183 W 194 W 211 W 267 W 272 W 272 W 261 W-9999 +USW00023188201504TMIN 167 W 167 W 150 W 150 W 167 W 150 W 144 W 139 W 133 W 150 W 139 W 139 W 167 W 167 W 150 W 150 W 144 W 144 W 156 W 161 W 161 W 150 W 156 W 156 W 150 W 150 W 144 W 167 W 161 W 172 W-9999 +USW00023188201504PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0T W 5 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201504AWND 30 W 27 W 20 W 25 W 39 W 32 W 36 W 31 W 16 W 24 W 20 W 27 W 23 W 28 W 20 W 21 W 29 W 16 W 27 W 26 W 24 W 16 W 26 W 30 W 47 W 21 W 23 W 24 W 26 W 22 W-9999 +USW00023188201504TAVG 180H S 182H S 198H S 209H S 184H S 171H S 166H S 168H S 167H S 172H S 169H S 175H S 186H S 184H S 185H S 201H S 199H S 197H S 182H S 177H S 177H S 171H S 172H S 168H S 171H S 173H S 193H S 219H S 209H S 212H S-9999 +USW00023188201504WDF2 270 W 240 W 300 W 220 W 220 W 290 W 270 W 290 W 210 W 270 W 210 W 180 W 290 W 300 W 280 W 300 W 330 W 320 W 290 W 270 W 280 W 270 W 200 W 240 W 250 W 290 W 320 W 310 W 320 W 290 W-9999 +USW00023188201504WDF5 290 W 280 W 340 W 220 W 200 W 280 W 270 W 300 W 220 W 290 W 280 W 240 W 270 W 300 W 300 W 290 W 330 W 290 W 290 W 280 W 290 W 230 W 270 W 240 W 260 W 290 W 320 W 320 W 320 W 310 W-9999 +USW00023188201504WSF2 58 W 58 W 67 W 63 W 72 W 67 W 72 W 67 W 63 W 67 W 58 W 45 W 58 W 76 W 67 W 67 W 81 W 45 W 63 W 63 W 63 W 45 W 63 W 58 W 103 W 63 W 67 W 76 W 72 W 67 W-9999 +USW00023188201504WSF5 72 W 67 W 89 W 76 W 103 W 94 W 94 W 94 W 81 W 107 W 89 W 67 W 89 W 98 W 81 W 81 W 112 W 63 W 81 W 89 W 89 W 63 W 72 W 72 W 125 W 76 W 89 W 103 W 94 W 89 W-9999 +USW00023188201504WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201504WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201505TMAX 261 W 211 W 206 W 200 W 200 W 194 W 178 W 167 W 194 W 206 W 222 W 189 W 183 W 189 W 183 W 194 W 200 W 200 W 194 W 200 W 194 W 200 W 200 W 206 W 183 W 194 W 206 W 217 W 211 W 217 W 211 W +USW00023188201505TMIN 172 W 161 W 172 W 161 W 161 W 161 W 133 W 117 W 144 W 144 W 156 W 150 W 150 W 144 W 133 W 150 W 144 W 161 W 156 W 161 W 161 W 156 W 161 W 161 W 161 W 167 W 161 W 167 W 161 W 167 W 139 W +USW00023188201505PRCP 0 W 0 W 0 W 0 W 0 W 0 W 13 W 117 W 0T W 0 W 0 W 0 W 0 W 414 W 53 W 0T W 0 W 0 W 0 W 0 W 3 W 3 W 5 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W +USW00023188201505AWND 30 W 30 W 31 W 37 W 26 W 37 W 41 W 26 W 30 W 31 W 22 W 39 W 32 W 43 W 31 W 28 W 28 W 29 W 29 W 31 W 42 W 38 W 32 W 31 W 22 W 27 W 31 W 22 W 22 W 21 W 26 W +USW00023188201505TAVG 211H S 194H S 186H S 179H S 174H S 172H S 165H S 149H S 159H S 172H S 179H S 176H S 164H S 168H S 153H S 168H S 169H S 172H S 174H S 174H S 172H S 176H S 177H S 177H S 175H S 175H S 176H S 179H S 179H S 178H S 181H S +USW00023188201505WDF2 310 W 230 W 300 W 320 W 270 W 270 W 250 W 210 W 300 W 290 W 290 W 200 W 220 W 250 W 180 W 160 W 250 W 260 W 240 W 260 W 250 W 280 W 210 W 300 W 270 W 280 W 280 W 300 W 270 W 270 W 260 W +USW00023188201505WDF5 300 W 220 W 300 W 290 W 270 W 230 W 250 W 220 W 290 W 280 W 280 W 230 W 160 W 230 W 160 W 160 W 260 W 260 W 230 W 260 W 250 W 290 W 230 W 290 W 280 W 270 W 310 W 290 W 270 W 270 W-9999 +USW00023188201505WSF2 72 W 58 W 67 W 81 W 72 W 67 W 94 W 94 W 72 W 67 W 63 W 67 W 58 W 89 W 94 W 72 W 67 W 63 W 58 W 67 W 72 W 76 W 63 W 58 W 45 W 63 W 58 W 63 W 58 W 45 W 45 W +USW00023188201505WSF5 107 W 76 W 94 W 107 W 94 W 89 W 112 W 125 W 94 W 89 W 81 W 81 W 94 W 116 W 112 W 89 W 81 W 89 W 89 W 76 W 116 W 94 W 81 W 89 W 58 W 76 W 81 W 81 W 76 W 63 W-9999 +USW00023188201505WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00023188201505WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201505WT08 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 +USW00023188201506TMAX 217 W 222 W 200 W 194 W 206 W 217 W 222 W 233 W 278 W 211 W 211 W 200 W 211 W 211 W 228 W 211 W 228 W 239 W 250 W 222 W 239 W 250 W 267 W 233 W 239 W 250 W 244 W 256 W 256 W 261 W-9999 +USW00023188201506TMIN 172 W 167 W 167 W 161 W 161 W 167 W 172 W 178 W 189 W 178 W 178 W 172 W 172 W 178 W 183 W 167 W 167 W 172 W 167 W 178 W 183 W 183 W 183 W 194 W 194 W 194 W 194 W 206 W 206 W 194 W-9999 +USW00023188201506PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 10 W-9999 +USW00023188201506AWND 30 W 21 W 26 W 33 W 34 W 30 W 30 W 30 W 35 W 32 W 21 W 23 W 26 W 23 W 26 W 27 W 21 W 26 W 20 W 26 W 30 W 22 W 25 W 25 W 28 W 32 W 34 W 32 W 20 W 16 W-9999 +USW00023188201506TAVG 186H S 186H S 181H S 178H S 174H S 184H S 193H S 197H S 216H S 193H S 188H S 189H S 184H S 191H S 196H S 191H S 186H S 201H S 201H S 204H S 202H S 211H S 213H S 214H S 216H S 212H S 213H S 222H S 221H S 217H S-9999 +USW00023188201506WDF2 300 W 270 W 230 W 200 W 240 W 280 W 290 W 290 W 230 W 270 W 210 W 210 W 210 W 280 W 290 W 230 W 220 W 280 W 310 W 200 W 190 W 210 W 240 W 190 W 300 W 290 W 330 W 300 W 220 W 10 W-9999 +USW00023188201506WDF5 250 W 260 W 240 W 220 W 230 W 290 W 290 W 290 W 300 W-9999 260 W 250 W 220 W 260 W 280 W-9999 290 W 300 W 290 W 180 W 200 W 220 W-9999 200 W 290 W 290 W 350 W 280 W 240 W 320 W-9999 +USW00023188201506WSF2 58 W 58 W 58 W 67 W 63 W 67 W 76 W 72 W 63 W 58 W 54 W 45 W 54 W 45 W 54 W 40 W 45 W 54 W 54 W 54 W 58 W 45 W 54 W 54 W 54 W 67 W 89 W 67 W 45 W 72 W-9999 +USW00023188201506WSF5 89 W 76 W 72 W 81 W 81 W 89 W 103 W 81 W 81 W-9999 63 W 67 W 63 W 63 W 67 W-9999 67 W 72 W 72 W 67 W 72 W 63 W-9999 67 W 76 W 89 W 112 W 89 W 58 W 139 W-9999 +USW00023188201506WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201506WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188201506WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201507TMAX 272 W 261 W 244 W 233 W 222 W 217 W 222 W 222 W 228 W 244 W 239 W 244 W 256 W 228 W 239 W 244 W 250 W 278 W 311 W 250 W 267 W 267 W 261 W 267 W 278 W 256 W 239 W 250 W 256 W 267 W 261 W +USW00023188201507TMIN 206 W 189 W 200 W 194 W 189 W 189 W 178 W 189 W 194 W 189 W 183 W 189 W 189 W 189 W 189 W 189 W 194 W 178 W 228 W 211 W 206 W 222 W 217 W 217 W 206 W 200 W 200 W 194 W 206 W 217 W 211 W +USW00023188201507PRCP 3 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 262 W 168 W 0T W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201507AWND 21 W 26 W 30 W 30 W 30 W 29 W 22 W 26 W 30 W 28 W 21 W 23 W 22 W 29 W 30 W 24 W 28 W 20 W 14 W 23 W 21 W 28 W 29 W 26 W 26 W 23 W 26 W 21 W 23 W 24 W 28 W +USW00023188201507TAVG 231H S 230H S 218H S 208H S 201H S 201H S 198H S 203H S 203H S 210H S 209H S 211H S 215H S 209H S 202H S 208H S 216H S 217H S 256H S 236H S 224H S 239H S 236H S 233H S 233H S 235H S 214H S 216H S 222H S 232H S 230H S +USW00023188201507WDF2 220 W 300 W 280 W 290 W 290 W 270 W 270 W 230 W 280 W 280 W 260 W 270 W 280 W 230 W 220 W 280 W 290 W 50 W 130 W 160 W 280 W 320 W 300 W 290 W 320 W 280 W 210 W 280 W 280 W 290 W 300 W +USW00023188201507WDF5-9999 280 W 290 W 290 W 270 W 260 W 270 W-9999 270 W 290 W 270 W 270 W 270 W 200 W 220 W 310 W 310 W 40 W 120 W 190 W 280 W 280 W 300 W 290 W 290 W 290 W 220 W 290 W 260 W 270 W 290 W +USW00023188201507WSF2 40 W 58 W 76 W 67 W 58 W 63 W 58 W 49 W 76 W 63 W 67 W 63 W 54 W 58 W 54 W 63 W 63 W 72 W 72 W 54 W 58 W 54 W 63 W 63 W 63 W 63 W 58 W 58 W 54 W 54 W 67 W +USW00023188201507WSF5-9999 76 W 94 W 89 W 76 W 72 W 72 W-9999 107 W 81 W 81 W 76 W 72 W 89 W 72 W 89 W 81 W 94 W 98 W 63 W 72 W 81 W 76 W 81 W 76 W 76 W 72 W 76 W 76 W 76 W 76 W +USW00023188201507WT01-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201507WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201507WT08-9999 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 +USW00023188201508TMAX 250 W 256 W 261 W 278 W 289 W 267 W 256 W 244 W 239 W 244 W 250 W 261 W 289 W 300 W 300 W 300 W 261 W 267 W 261 W 239 W 261 W 250 W 261 W 261 W 261 W 300 W 317 W 322 W 306 W 272 W 244 W +USW00023188201508TMIN 211 W 206 W 206 W 206 W 211 W 206 W 206 W 200 W 194 W 200 W 167 W 156 W 211 W 217 W 222 W 217 W 217 W 217 W 211 W 211 W 211 W 211 W 211 W 211 W 217 W 222 W 228 W 233 W 233 W 211 W 206 W +USW00023188201508PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201508AWND 24 W 22 W 24 W 28 W 27 W 24 W 27 W 28 W 21 W 28 W 23 W 30 W 22 W 22 W 28 W 24 W 32 W 26 W 25 W 24 W 26 W 24 W 20 W 20 W 22 W 17 W 15 W 16 W 20 W 21 W 33 W +USW00023188201508TAVG 222H S 219H S 222H S 231H S 240H S 230H S 219H S 215H S 211H S 213H S 213H S 199H S 239H S 248H S 253H S 252H S 238H S 237H S 231H S 220H S 228H S 221H S 227H S 224H S 226H S 244H S 254H S 267H S 264H S 249H S 224H S +USW00023188201508WDF2 280 W 290 W 220 W 280 W 320 W 290 W 270 W 290 W 270 W 280 W 270 W 290 W 280 W 300 W 290 W 320 W 190 W 220 W 280 W 210 W 250 W 260 W 280 W 280 W 180 W 290 W 280 W 210 W 300 W 270 W 200 W +USW00023188201508WDF5 270 W 290 W 310 W 300 W 320 W-9999 290 W 300 W 270 W 280 W 270 W 290 W-9999 300 W 310 W 320 W 190 W 210 W 280 W 210 W 270 W 250 W 290 W 300 W 180 W 290 W 230 W 270 W 310 W 270 W 210 W +USW00023188201508WSF2 63 W 58 W 58 W 76 W 67 W 45 W 63 W 67 W 49 W 63 W 67 W 63 W 58 W 67 W 72 W 54 W 76 W 58 W 54 W 58 W 54 W 54 W 58 W 45 W 63 W 45 W 54 W 45 W 54 W 54 W 63 W +USW00023188201508WSF5 81 W 89 W 72 W 94 W 81 W-9999 81 W 94 W 81 W 81 W 89 W 76 W-9999 94 W 94 W 67 W 98 W 67 W 76 W 67 W 76 W 76 W 76 W 63 W 76 W 72 W 67 W 63 W 67 W 72 W 76 W +USW00023188201508WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 +USW00023188201508WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00023188201509TMAX 250 W 244 W 250 W 250 W 256 W 278 W 300 W 317 W 350 W 356 W 306 W 317 W 294 W 283 W 261 W 256 W 256 W 261 W 272 W 333 W 267 W 272 W 272 W 289 W 294 W 294 W 283 W 283 W 267 W 283 W-9999 +USW00023188201509TMIN 211 W 206 W 206 W 206 W 200 W 194 W 222 W 233 W 250 W 250 W 256 W 244 W 239 W 233 W 206 W 200 W 206 W 200 W 211 W 228 W 239 W 217 W 211 W 217 W 228 W 217 W 222 W 211 W 206 W 194 W-9999 +USW00023188201509PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 307 W 8 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201509AWND 29 W 23 W 22 W 21 W 23 W 25 W 25 W 23 W 21 W 14 W 19 W 18 W 21 W 29 W 39 W 23 W 23 W 20 W 18 W 21 W 24 W 21 W 27 W 13 W 21 W 14 W 16 W 26 W 22 W 19 W-9999 +USW00023188201509TAVG 222H S 218H S 219H S 220H S 222H S 228H S 251H S 264H S 290H S 294H S 278H S 277H S 264H S 252H S 248H S 223H S 226H S 231H S 238H S 264H S 257H S 251H S 235H S 243H S 251H S 248H S 244H S 242H S 239H S 232H S-9999 +USW00023188201509WDF2 220 W 250 W 260 W 270 W 280 W 300 W 300 W 310 W 200 W 310 W 210 W 300 W 260 W 220 W 180 W 260 W 290 W 290 W 220 W 310 W 180 W 280 W 300 W 310 W 290 W 210 W 300 W 300 W 290 W 280 W-9999 +USW00023188201509WDF5 250 W 270 W 270 W 280 W 290 W 320 W 300 W 300 W 200 W 290 W 210 W 300 W 280 W 210 W 170 W 210 W 280 W 300 W 200 W 310 W 180 W 290 W 290 W 320 W 320 W 260 W 300 W 290 W 290 W 280 W-9999 +USW00023188201509WSF2 58 W 58 W 58 W 63 W 58 W 58 W 63 W 72 W 76 W 45 W 45 W 58 W 54 W 63 W 98 W 54 W 63 W 63 W 45 W 72 W 72 W 54 W 63 W 54 W 58 W 40 W 45 W 63 W 63 W 54 W-9999 +USW00023188201509WSF5 72 W 76 W 76 W 81 W 81 W 76 W 81 W 94 W 103 W 72 W 58 W 72 W 63 W 76 W 125 W 76 W 81 W 76 W 63 W 98 W 89 W 67 W 76 W 67 W 67 W 63 W 67 W 89 W 81 W 67 W-9999 +USW00023188201509WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W-9999 1 W-9999 +USW00023188201509WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 +USW00023188201510TMAX 267 W 261 W 244 W 228 W 217 W 244 W 256 W 278 W 372 W 356 W 344 W 344 W 300 W 278 W 261 W 233 W 250 W 244 W 228 W 244 W 250 W 250 W 256 W 294 W 256 W 267 W 283 W 256 W 256 W 278 W 294 W +USW00023188201510TMIN 211 W 206 W 200 W 194 W 172 W 178 W 194 W 194 W 206 W 244 W 228 W 239 W 244 W 233 W 222 W 211 W 211 W 217 W 194 W 189 W 189 W 189 W 183 W 183 W 194 W 178 W 172 W 189 W 200 W 167 W 167 W +USW00023188201510PRCP 0 W 0 W 0 W 36 W 69 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 5 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201510AWND 21 W 21 W 28 W 34 W 22 W 22 W 19 W 17 W 14 W 19 W 12 W 16 W 18 W 25 W 31 W 29 W 34 W 28 W 30 W 20 W 15 W 19 W 23 W 17 W 9 W 17 W 15 W 22 W 21 W 14 W 9 W +USW00023188201510TAVG 238H S 234H S 223H S 218H S 195H S 207H S 220H S 230H S 255H S 299H S 274H S 274H S 271H S 257H S 239H S 226H S 226H S 226H S 218H S 209H S 217H S 217H S 216H S 227H S 231H S 220H S 223H S 220H S 224H S 219H S 224H S +USW00023188201510WDF2 260 W 280 W 170 W 180 W 170 W 300 W 300 W 310 W 300 W 320 W 180 W 270 W 280 W 310 W 290 W 290 W 330 W 240 W 200 W 300 W 230 W 250 W 320 W 340 W 170 W 300 W 320 W 270 W 300 W 320 W 300 W +USW00023188201510WDF5 270 W 280 W 170 W 200 W 150 W 290 W 300 W 310 W 300 W 320 W 200 W 270 W 290 W 300 W 290 W 290 W 320 W 280 W 180 W 270 W 230 W 260 W 320 W 300 W 210 W 300 W 300 W 290 W 290 W 320 W 300 W +USW00023188201510WSF2 63 W 54 W 63 W 76 W 58 W 67 W 58 W 67 W 58 W 63 W 54 W 67 W 58 W 72 W 63 W 54 W 67 W 54 W 58 W 54 W 58 W 58 W 76 W 58 W 36 W 63 W 63 W 76 W 76 W 76 W 40 W +USW00023188201510WSF5 76 W 81 W 72 W 98 W 72 W 89 W 81 W 98 W 76 W 76 W 63 W 81 W 67 W 94 W 81 W 63 W 98 W 67 W 67 W 76 W 72 W 72 W 103 W 72 W 45 W 76 W 89 W 81 W 103 W 103 W 54 W +USW00023188201510WT01-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201510WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201511TMAX 289 W 228 W 211 W 211 W 217 W 228 W 250 W 233 W 206 W 194 W 239 W 222 W 244 W 244 W 211 W 172 W 206 W 233 W 267 W 250 W 289 W 289 W 250 W 200 W 178 W 183 W 167 W 183 W 189 W 194 W-9999 +USW00023188201511TMIN 161 W 172 W 128 W 133 W 128 W 122 W 122 W 122 W 150 W 144 W 111 W 106 W 106 W 106 W 156 W 122 W 94 W 111 W 117 W 128 W 128 W 144 W 133 W 128 W 150 W 128 W 117 W 111 W 106 W 83 W-9999 +USW00023188201511PRCP 0 W 0T W 277 W 8 W 0 W 0 W 0 W 0 W 8 W 13 W 0 W 0 W 0 W 0 W 20 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 18 W 3 W 46 W 0 W 0 W 0 W-9999 +USW00023188201511AWND 10 W 29 W 43 W 41 W 19 W 16 W 15 W 10 W 24 W 35 W 22 W 15 W 15 W 7 W 49 W 60 W 13 W 11 W 14 W 7 W 12 W 10 W 10 W 22 W 44 W 22 W 27 W 13 W 19 W 13 W-9999 +USW00023188201511PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1455 W-9999 +USW00023188201511TAVG 223H S 210H S 189H S 165H S 172H S 174H S 184H S 181H S 180H S 173H S 166H S 167H S 168H S 174H S 184H S 162H S 146H S 163H S 182H S 191H S 198H S 214H S 197H S 173H S 169H S 156H S 136H S 140H S 148H S 143H S-9999 +USW00023188201511WDF2 290 W 290 W 260 W 260 W 320 W 330 W 320 W 270 W 270 W 290 W 300 W 340 W 340 W 210 W 280 W 290 W 310 W 300 W 340 W 180 W 310 W 320 W 210 W 270 W 300 W 260 W 230 W 300 W 280 W 320 W-9999 +USW00023188201511WDF5 300 W 290 W 250 W 260 W 320 W 350 W 330 W 290 W 270 W 300 W 290 W 340 W 350 W 220 W 290 W 320 W 310 W 290 W 340 W 190 W 300 W 330 W 260 W 280 W 300 W 260 W 230 W 310 W 280 W 300 W-9999 +USW00023188201511WSF2 40 W 89 W 98 W 98 W 72 W 58 W 67 W 45 W 81 W 89 W 81 W 58 W 58 W 45 W 107 W 125 W 58 W 54 W 63 W 36 W 58 W 58 W 45 W 63 W 81 W 72 W 58 W 45 W 63 W 67 W-9999 +USW00023188201511WSF5 54 W 116 W 116 W 116 W 94 W 72 W 94 W 58 W 98 W 116 W 107 W 72 W 67 W 58 W 143 W 170 W 72 W 72 W 72 W 45 W 81 W 63 W 54 W 76 W 116 W 94 W 67 W 63 W 76 W 89 W-9999 +USW00023188201511WT01 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201511WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201511WT03-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201511WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201512TMAX 194 W 250 W 250 W 200 W 233 W 244 W 250 W 244 W 222 W 194 W 194 W 183 W 189 W 161 W 161 W 167 W 183 W 206 W 178 W 172 W 183 W 178 W 178 W 183 W 156 W 178 W 161 W 150 W 150 W 172 W 183 W +USW00023188201512TMIN 89 W 94 W 111 W 111 W 100 W 111 W 111 W 117 W 122 W 139 W 128 W 89 W 100 W 100 W 78 W 67 W 72 W 83 W 94 W 117 W 94 W 133 W 144 W 133 W 100 W 78 W 50 W 78 W 72 W 61 W 72 W +USW00023188201512PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 48 W 0 W 41 W 0 W 0 W 0 W 0 W 0 W 28 W 0T W 8 W 43 W 3 W 3 W 3 W 0 W 0 W 48 W 0 W 0 W 0 W +USW00023188201512AWND 13 W 12 W 10 W 8 W 11 W 15 W 11 W 6 W 7 W 16 W 51 W 12 W 33 W 44 W 16 W 17 W 12 W 12 W 25 W 26 W 13 W 55 W 38 W 27 W 42 W 36 W 13 W 13 W 10 W 9 W 9 W +USW00023188201512TAVG 142H S 158H S 172H S 158H S 161H S 170H S 173H S 174H S 171H S 168H S 173H S 140H S 142H S 155H S 121H S 120H S 126H S 139H S 140H S 157H S 133H S 158H S 168H S 156H S 146H S 123H S 116H S 113H S 111H S 113H S 121H S +USW00023188201512WDF2 310 W 300 W 300 W 260 W 300 W 340 W 290 W 340 W 190 W 180 W 270 W 280 W 280 W 280 W 330 W 320 W 300 W 290 W 280 W 290 W 290 W 260 W 270 W 280 W 330 W 10 W 310 W 300 W 240 W 290 W 300 W +USW00023188201512WDF5 310 W 310 W 280 W 260 W 320 W 340 W 290 W 280 W 330 W 230 W 280 W 280 W 290 W 290 W 340 W 300 W 300 W 310 W 270 W 300 W 330 W 260 W 260 W 280 W 290 W 40 W 290 W 220 W 210 W 290 W 300 W +USW00023188201512WSF2 58 W 45 W 58 W 45 W 54 W 67 W 45 W 40 W 36 W 45 W 112 W 45 W 112 W 112 W 58 W 63 W 54 W 58 W 76 W 67 W 58 W 107 W 67 W 81 W 81 W 89 W 54 W 54 W 40 W 54 W 45 W +USW00023188201512WSF5 89 W 63 W 76 W 63 W 67 W 81 W 58 W 45 W 40 W 63 W 139 W 63 W 148 W 143 W 67 W 94 W 72 W 72 W 98 W 94 W 72 W 130 W 94 W 98 W 112 W 116 W 72 W 76 W 58 W 67 W 63 W +USW00023188201512WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 +USW00023188201512WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201512WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201512WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188201601TMAX 183 W 178 W 172 W 178 W 161 W 167 W 161 W 167 W 161 W 161 W 178 W 206 W 172 W 178 W 161 W 189 W 211 W 200 W 178 W 194 W 211 W 211 W 189 W 183 W 189 W 222 W 217 W 222 W 211 W 189 W 161 W +USW00023188201601TMIN 67 W 72 W 89 W 133 W 144 W 122 W 117 W 100 W 89 W 122 W 100 W 72 W 78 W 100 W 117 W 111 W 111 W 139 W 117 W 144 W 117 W 111 W 117 W 117 W 100 W 94 W 100 W 117 W 106 W 122 W 128 W +USW00023188201601PRCP 0 W 0 W 0T W 36 W 419 W 155 W 142 W 5 W 0T W 0T W 0 W 0 W 0 W 0 W 10 W 0 W 0 W 3 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 10 W 36 W +USW00023188201601AWND 5 W 9 W 19 W 21 W 48 W 36 W 52 W 13 W 13 W 16 W 14 W 13 W 14 W 11 W 16 W 12 W 18 W 24 W 18 W 23 W 18 W 19 W 21 W 16 W 17 W 17 W 13 W 15 W 11 W 18 W 84 W +USW00023188201601TAVG 126H S 127H S 132H S 155H S 154H S 148H S 139H S 129H S 126H S 143H S 141H S 134H S 128H S 142H S 141H S 141H S 154H S 157H S 149H S 162H S 154H S 149H S 154H S 151H S 143H S 152H S 155H S 162H S 156H S 153H S 157H S +USW00023188201601WDF2 300 W 240 W 180 W 160 W 170 W 190 W 230 W 270 W 260 W 130 W 340 W 330 W 300 W 280 W 210 W 310 W 320 W 310 W 290 W 300 W 160 W 340 W 290 W 270 W 310 W 310 W 310 W 310 W 270 W 260 W 260 W +USW00023188201601WDF5 300 W 280 W 180 W 150 W 170 W 210 W 250 W 270 W 250 W 120 W 80 W 330 W 300 W 270 W 190 W 310 W 320 W 300 W 290 W 320 W 210 W 320 W 290 W 290 W 300 W 310 W 320 W 300 W 250 W 270 W 220 W +USW00023188201601WSF2 40 W 31 W 76 W 67 W 107 W 112 W 112 W 63 W 40 W 40 W 45 W 89 W 54 W 58 W 45 W 63 W 76 W 58 W 67 W 58 W 40 W 36 W 67 W 54 W 67 W 63 W 45 W 58 W 40 W 54 W 174 W +USW00023188201601WSF5 45 W 45 W 98 W 81 W 139 W 143 W 139 W 72 W 54 W 67 W 58 W 125 W 67 W 72 W 63 W 76 W 98 W 76 W 89 W 72 W 54 W 67 W 94 W 67 W 81 W 76 W 58 W 67 W 54 W 63 W 215 W +USW00023188201601WT01-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W +USW00023188201601WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201601WT03-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00023188201601WT08-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W +USW00023188201602TMAX 156 W 156 W 172 W 200 W 228 W 244 W 267 W 289 W 283 W 300 W 289 W 267 W 228 W 233 W 289 W 317 W 228 W 200 W 194 W 211 W 206 W 228 W 244 W 256 W 272 W 228 W 228 W 206 W 211 W-9999 -9999 +USW00023188201602TMIN 94 W 67 W 78 W 83 W 89 W 100 W 100 W 117 W 139 W 139 W 133 W 128 W 111 W 106 W 144 W 150 W 144 W 144 W 128 W 111 W 133 W 111 W 122 W 133 W 128 W 122 W 128 W 144 W 122 W-9999 -9999 +USW00023188201602PRCP 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 13 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 +USW00023188201602AWND 66 W 15 W 16 W 17 W 11 W 16 W 16 W 14 W 15 W 7 W 10 W 11 W 14 W 18 W 11 W 14 W 23 W 21 W 18 W 17 W 20 W 16 W 10 W 19 W 13 W 14 W 16 W 15 W 19 W-9999 -9999 +USW00023188201602TAVG 138H S 113H S 126H S 137H S 152H S 166H S 177H S 197H S 210H S 217H S 204H S 201H S 166H S 158H S 196H S 224H S 194H S 174H S 161H S 156H S 163H S 161H S 172H S 191H S 196H S 181H S 175H S 173H S 168H S-9999 -9999 +USW00023188201602WDF2 290 W 270 W 300 W 310 W 310 W 340 W 320 W 310 W 320 W 300 W 290 W 280 W 320 W 290 W 320 W 290 W 200 W 130 W 300 W 290 W 300 W 310 W 320 W 310 W 310 W 300 W 300 W 310 W 290 W-9999 -9999 +USW00023188201602WDF5 290 W 250 W 290 W 310 W 310 W 340 W 320 W 300 W 10 W 300 W 320 W 320 W 290 W 320 W 330 W 310 W 200 W 300 W 300 W 290 W 320 W 310 W 330 W 300 W 300 W 310 W 300 W 280 W 300 W-9999 -9999 +USW00023188201602WSF2 157 W 54 W 58 W 63 W 63 W 58 W 58 W 54 W 54 W 40 W 58 W 54 W 58 W 54 W 58 W 63 W 63 W 63 W 72 W 72 W 63 W 54 W 40 W 63 W 63 W 40 W 58 W 45 W 58 W-9999 -9999 +USW00023188201602WSF5 210 W 72 W 72 W 81 W 89 W 67 W 72 W 72 W 63 W 54 W 67 W 63 W 72 W 67 W 76 W 81 W 72 W 72 W 89 W 81 W 76 W 72 W 54 W 76 W 81 W 58 W 76 W 54 W 72 W-9999 -9999 +USW00023188201602WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 +USW00023188201602WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201602WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 +USW00023188201603TMAX 222 W 206 W 200 W 194 W 217 W 194 W 167 W 189 W 217 W 217 W 194 W 178 W 194 W 206 W 217 W 233 W 222 W 211 W 200 W 206 W 200 W 194 W 228 W 244 W 239 W 200 W 194 W 178 W 183 W 178 W 200 W +USW00023188201603TMIN 144 W 128 W 133 W 150 W 156 W 144 W 106 W 89 W 117 W 133 W 133 W 139 W 133 W 156 W 133 W 144 W 156 W 156 W 150 W 150 W 156 W 150 W 122 W 128 W 133 W 156 W 144 W 144 W 133 W 117 W 111 W +USW00023188201603PRCP 0 W 0 W 0 W 0 W 5 W 25 W 114 W 0 W 0 W 0 W 38 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 10 W 0 W +USW00023188201603AWND 17 W 17 W 23 W 21 W 26 W 46 W 43 W 20 W 16 W 14 W 33 W 35 W 26 W 23 W 18 W 16 W 17 W 26 W 22 W 22 W 32 W 36 W 25 W 19 W 20 W 27 W 23 W 55 W 52 W 30 W 22 W +USW00023188201603TAVG 169H S 162H S 165H S 168H S 174H S 171H S 153H S 127H S 159H S 171H S 173H S 157H S 158H S 172H S 172H S 183H S 184H S 173H S 170H S 167H S 171H S 173H S 170H S 186H S 188H S 179H S 171H S 168H S 154H S 147H S 154H S +USW00023188201603WDF2 310 W 300 W 280 W 250 W 280 W 300 W 310 W 320 W 300 W 280 W 300 W 300 W 280 W 290 W 290 W 290 W 220 W 300 W 290 W 300 W 300 W 290 W 290 W 310 W 240 W 160 W 180 W 260 W 270 W 270 W 270 W +USW00023188201603WDF5 310 W 300 W 310 W 240 W 280 W 290 W 300 W 320 W 300 W 280 W 300 W 290 W 280 W 280 W 290 W 300 W 250 W 290 W 290 W 290 W 300 W 290 W 290 W 310 W 250 W 250 W 210 W 230 W 270 W 250 W 290 W +USW00023188201603WSF2 45 W 54 W 58 W 58 W 63 W 81 W 116 W 72 W 67 W 67 W 103 W 76 W 72 W 67 W 67 W 58 W 45 W 67 W 58 W 63 W 72 W 94 W 81 W 63 W 54 W 58 W 54 W 89 W 94 W 63 W 72 W +USW00023188201603WSF5 58 W 67 W 76 W 76 W 81 W 107 W 174 W 94 W 89 W 76 W 134 W 112 W 98 W 81 W 89 W 72 W 63 W 89 W 76 W 89 W 89 W 125 W 98 W 89 W 67 W 67 W 67 W 112 W 116 W 81 W 98 W +USW00023188201603WT01 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201603WT02-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201603WT03-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201603WT08 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201604TMAX 194 W 217 W 206 W 217 W 233 W 244 W 189 W 194 W 200 W 200 W 217 W 211 W 211 W 211 W 217 W 272 W 300 W 306 W 294 W 283 W 244 W 222 W 217 W 200 W 183 W 206 W 194 W 183 W 200 W 194 W-9999 +USW00023188201604TMIN 139 W 139 W 133 W 133 W 133 W 144 W 161 W 150 W 150 W 150 W 150 W 156 W 161 W 156 W 144 W 139 W 150 W 167 W 172 W 156 W 156 W 172 W 167 W 156 W 150 W 133 W 144 W 144 W 150 W 139 W-9999 +USW00023188201604PRCP 0 W 0 W 0 W 0 W 0 W 0 W 79 W 15 W 3 W 43 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0T W 0T W 0 W 0T W-9999 +USW00023188201604AWND 22 W 20 W 27 W 18 W 18 W 21 W 17 W 21 W 31 W 34 W 25 W 20 W 26 W 30 W 27 W 26 W 21 W 22 W 19 W 23 W 28 W 33 W 29 W 35 W 51 W 30 W 45 W 39 W 34 W 37 W-9999 +USW00023188201604TAVG 165H S 172H S 171H S 168H S 181H S 184H S 178H S 168H S 173H S 174H S 178H S 181H S 177H S 178H S 176H S 195H S 218H S 232H S 241H S 230H S 211H S 194H S 188H S 180H S 169H S 162H S 169H S 164H S 169H S 161H S-9999 +USW00023188201604WDF2 210 W 300 W 300 W 290 W 320 W 200 W 30 W 230 W 190 W 190 W 320 W 300 W 290 W 280 W 290 W 310 W 320 W 320 W 310 W 310 W 300 W 300 W 320 W 200 W 270 W 220 W 270 W 260 W 240 W 190 W-9999 +USW00023188201604WDF5 280 W 290 W 300 W 300 W 330 W 210 W 30 W 230 W 190 W 200 W 280 W 280 W 310 W 300 W 290 W 320 W 320 W 300 W 300 W 310 W 290 W 280 W 320 W 210 W 270 W 220 W 270 W 260 W 200 W 190 W-9999 +USW00023188201604WSF2 54 W 63 W 76 W 67 W 54 W 63 W 76 W 54 W 63 W 72 W 58 W 63 W 58 W 76 W 76 W 81 W 76 W 76 W 67 W 72 W 76 W 72 W 72 W 76 W 94 W 63 W 94 W 76 W 63 W 76 W-9999 +USW00023188201604WSF5 81 W 81 W 98 W 81 W 58 W 76 W 103 W 67 W 76 W 94 W 72 W 81 W 81 W 94 W 98 W 103 W 98 W 98 W 89 W 94 W 94 W 94 W 89 W 98 W 112 W 81 W 112 W 98 W 81 W 94 W-9999 +USW00023188201604WT01-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201604WT02-9999 -9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201604WT08-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201605TMAX 200 W 211 W 211 W 194 W 194 W 217 W 206 W 217 W 217 W 217 W 217 W 211 W 211 W 178 W 200 W 200 W 189 W 222 W 206 W 189 W 194 W 211 W 194 W 200 W 217 W 206 W 211 W 189 W 200 W 217 W 194 W +USW00023188201605TMIN 150 W 144 W 150 W 161 W 156 W 150 W 150 W 156 W 167 W 172 W 172 W 167 W 167 W 167 W 167 W 161 W 172 W 167 W 167 W 167 W 156 W 156 W 156 W 172 W 161 W 167 W 172 W 167 W 156 W 167 W 167 W +USW00023188201605PRCP 0 W 0 W 0 W 0 W 23 W 86 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0T W 0T W 0 W 0T W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 3 W 0 W +USW00023188201605AWND 26 W 32 W 25 W 24 W 27 W 27 W 26 W 26 W 30 W 28 W 36 W 26 W 24 W 25 W 43 W 34 W 26 W 28 W 28 W 41 W 38 W 27 W 34 W 38 W 33 W 29 W 28 W 26 W 24 W 26 W 21 W +USW00023188201605TAVG 173H S 174H S 181H S 174H S 174H S 168H S 174H S 182H S 186H S 187H S 188H S 186H S 182H S 176H S 177H S 178H S 177H S 188H S 181H S 176H S 173H S 179H S 177H S 178H S 186H S 181H S 184H S 177H S 172H S 182H S 184H S +USW00023188201605WDF2 220 W 290 W 270 W 210 W 220 W 240 W 250 W 290 W 280 W 280 W 290 W 280 W 290 W 170 W 260 W 230 W 270 W 300 W 220 W 240 W 280 W 250 W 220 W 260 W 280 W 280 W 230 W 260 W 290 W 300 W 240 W +USW00023188201605WDF5 220 W 290 W 280 W 250 W 240 W 220 W 250 W 270 W 290 W 280 W 290 W 300 W 290 W 260 W 180 W 240 W 270 W 290 W 270 W 240 W 250 W 290 W 240 W 270 W 290 W 260 W 200 W 240 W 290 W 300 W 250 W +USW00023188201605WSF2 63 W 76 W 63 W 63 W 89 W 67 W 72 W 67 W 72 W 67 W 72 W 63 W 58 W 40 W 63 W 63 W 45 W 67 W 58 W 67 W 63 W 67 W 67 W 63 W 81 W 58 W 58 W 54 W 54 W 67 W 54 W +USW00023188201605WSF5 76 W 98 W 81 W 81 W 107 W 103 W 89 W 103 W 107 W 89 W 112 W 72 W 76 W 63 W 89 W 81 W 63 W 81 W 81 W 81 W 98 W 103 W 89 W 81 W 116 W 72 W 76 W 72 W 67 W 89 W 67 W +USW00023188201605WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00023188201605WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00023188201606TMAX 200 W 233 W 239 W 233 W 222 W 222 W 211 W 206 W 206 W 211 W 200 W 206 W 222 W 200 W 211 W 239 W 272 W 267 W 311 W 300 W 239 W 250 W 233 W 206 W 211 W 222 W 250 W 244 W 250 W 211 W-9999 +USW00023188201606TMIN 161 W 167 W 167 W 167 W 172 W 178 W 172 W 178 W 167 W 167 W 178 W 172 W 178 W 178 W 172 W 167 W 178 W 183 W 206 W 217 W 189 W 200 W 178 W 178 W 178 W 178 W 189 W 189 W 178 W 178 W-9999 +USW00023188201606PRCP 0T W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201606AWND 20 W 28 W 22 W 25 W 29 W 30 W 20 W 25 W 30 W 36 W 43 W 30 W 32 W 29 W 31 W 26 W 29 W 27 W 30 W 31 W 25 W 23 W 28 W 26 W 22 W 19 W 21 W 25 W 27 W 31 W-9999 +USW00023188201606TAVG 177H S 192H S 193H S 188H S 190H S 191H S 188H S 188H S 184H S 184H S 189H S 187H S 189H S 190H S 186H S 194H S 217H S 226H S 248H S 251H S 214H S 221H S 209H S 193H S 191H S 196H S 211H S 211H S 212H S 193H S-9999 +USW00023188201606WDF2 220 W 300 W 190 W 270 W 280 W 280 W 240 W 230 W 180 W 190 W 190 W 240 W 290 W 220 W 200 W 290 W 290 W 280 W 290 W 190 W 180 W 220 W 210 W 190 W 190 W 210 W 190 W 320 W 290 W 180 W-9999 +USW00023188201606WDF5 200 W 290 W 310 W 290 W 290 W 280 W-9999 -9999 180 W 200 W 190 W 240 W 290 W 250 W 190 W 290 W 300 W 300 W 300 W 180 W 180 W 220 W 250 W 190 W 190 W 240 W 210 W 270 W 280 W 190 W-9999 +USW00023188201606WSF2 58 W 67 W 54 W 54 W 67 W 63 W 54 W 40 W 58 W 58 W 72 W 58 W 76 W 54 W 63 W 67 W 76 W 67 W 63 W 72 W 63 W 58 W 54 W 58 W 58 W 54 W 45 W 58 W 58 W 58 W-9999 +USW00023188201606WSF5 67 W 81 W 67 W 67 W 94 W 89 W-9999 -9999 72 W 72 W 98 W 81 W 98 W 72 W 81 W 89 W 94 W 89 W 76 W 81 W 76 W 72 W 76 W 72 W 76 W 63 W 72 W 94 W 72 W 72 W-9999 +USW00023188201606WT01 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 +USW00023188201606WT08-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 1 W-9999 1 W 1 W-9999 +USW00023188201607TMAX 200 W 217 W 217 W 228 W 233 W 233 W 233 W 244 W 256 W 250 W 206 W 233 W 250 W 250 W 239 W 233 W 228 W 233 W 256 W 272 W 289 W 294 W 228 W 244 W 239 W 256 W 267 W 272 W 244 W 256 W 244 W +USW00023188201607TMIN 172 W 178 W 178 W 178 W 189 W 189 W 183 W 200 W 200 W 189 W 178 W 178 W 183 W 189 W 189 W 183 W 183 W 183 W 189 W 189 W 206 W 194 W 189 W 178 W 194 W 194 W 200 W 200 W 200 W 194 W 200 W +USW00023188201607PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201607AWND 33 W 26 W 27 W 32 W 34 W 26 W 25 W 24 W 25 W 27 W 41 W 29 W 21 W 28 W 33 W 26 W 27 W 22 W 28 W 30 W 30 W 30 W 35 W 30 W 24 W 29 W 26 W 27 W 27 W 29 W 27 W +USW00023188201607TAVG 183H S 188H S 191H S 197H S 203H S 210H S 202H S 213H S 218H S 213H S 203H S 196H S 203H S 206H S 208H S 204H S 203H S 202H S 212H S 219H S 234H S 236H S 220H S 203H S 214H S 219H S 228H S 231H S 224H S 212H S 217H S +USW00023188201607WDF2 240 W 210 W 260 W 300 W 280 W 280 W 280 W 260 W 300 W 280 W 190 W 250 W 280 W 300 W 290 W 250 W 260 W 280 W 280 W 290 W 300 W 310 W 200 W 180 W 320 W 330 W 320 W 290 W 220 W 190 W 230 W +USW00023188201607WDF5 240 W 230 W 270 W 260 W 290 W 280 W 260 W 260 W 290 W 300 W 200 W 270 W 290 W 290 W 300 W 260 W 260 W 260 W 280 W 290 W 300 W 320 W 210 W 190 W 330 W 300 W 280 W 280 W 210 W 170 W 220 W +USW00023188201607WSF2 54 W 63 W 58 W 67 W 58 W 63 W 58 W 54 W 58 W 54 W 72 W 58 W 54 W 67 W 67 W 63 W 58 W 58 W 76 W 67 W 63 W 63 W 89 W 67 W 45 W 63 W 54 W 63 W 58 W 72 W 58 W +USW00023188201607WSF5 72 W 72 W 72 W 94 W 89 W 89 W 81 W 67 W 81 W 76 W 89 W 89 W 72 W 85 W 85 W 81 W 81 W 81 W 94 W 85 W 81 W 76 W 107 W 94 W 63 W 76 W 63 W 72 W 72 W 85 W 72 W +USW00023188201607WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201607WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201608TMAX 267 W 261 W 261 W 256 W 250 W 250 W 244 W 217 W 239 W 256 W 250 W 267 W 267 W 278 W 289 W 272 W 267 W 256 W 261 W 250 W 256 W 250 W 244 W 250 W 233 W 228 W 239 W 250 W 256 W 250 W 261 W +USW00023188201608TMIN 206 W 211 W 206 W 206 W 217 W 206 W 200 W 194 W 194 W 200 W 211 W 211 W 211 W 211 W 217 W 200 W 194 W 194 W 194 W 194 W 194 W 189 W 167 W 194 W 189 W 189 W 194 W 206 W 200 W 194 W 189 W +USW00023188201608PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201608AWND 26 W 30 W 28 W 29 W 28 W 36 W 26 W 29 W 26 W 26 W 31 W 37 W 35 W 31 W 37 W 37 W 35 W 27 W 33 W 36 W 34 W 28 W 21 W 26 W 23 W 28 W 30 W 33 W 26 W 26 W 25 W +USW00023188201608TAVG 222H S 228H S 225H S 219H S 228H S 227H S 217H S 208H S 204H S 219H S 225H S 230H S 234H S 238H S 245H S 237H S 228H S 223H S 218H S 216H S 216H S 216H S 201H S 214H S 209H S 199H S 208H S 219H S 221H S 219H S 215H S +USW00023188201608WDF2 210 W 280 W 220 W 260 W 270 W 290 W 230 W 230 W 220 W 260 W 280 W 300 W 290 W 280 W 290 W 290 W 310 W 290 W 290 W 290 W 280 W 290 W 320 W 300 W 300 W 220 W 290 W 290 W 290 W 180 W 280 W +USW00023188201608WDF5 270 W 280 W 280 W 250 W 250 W 300 W 220 W 230 W 220 W 290 W 290 W 330 W 290 W 310 W 300 W 310 W 290 W 290 W 300 W 280 W 280 W 280 W 290 W 330 W 240 W 240 W 270 W 280 W 320 W 190 W 270 W +USW00023188201608WSF2 63 W 67 W 58 W 63 W 63 W 63 W 58 W 58 W 58 W 63 W 63 W 72 W 72 W 67 W 76 W 72 W 72 W 67 W 72 W 76 W 72 W 58 W 45 W 58 W 58 W 63 W 76 W 63 W 67 W 58 W 58 W +USW00023188201608WSF5 72 W 81 W 72 W 85 W 94 W 85 W 81 W 67 W 76 W 81 W 85 W 94 W 94 W 81 W 94 W 89 W 94 W 81 W 89 W 98 W 89 W 76 W 67 W 76 W 76 W 72 W 98 W 85 W 85 W 72 W 72 W +USW00023188201608WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W +USW00023188201608WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W +USW00023188201609TMAX 222 W 228 W 211 W 233 W 222 W 244 W 228 W 244 W 250 W 239 W 239 W 211 W 228 W 233 W 239 W 233 W 239 W 244 W 267 W 256 W 267 W 228 W 239 W 300 W 322 W 383 W 333 W 317 W 300 W 278 W-9999 +USW00023188201609TMIN 178 W 172 W 178 W 183 W 183 W 178 W 194 W 200 W 200 W 194 W 189 W 183 W 178 W 167 W 161 W 161 W 178 W 161 W 183 W 217 W 200 W 183 W 167 W 172 W 200 W 211 W 233 W 228 W 217 W 217 W-9999 +USW00023188201609PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 3 W 38 W 41 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201609AWND 26 W 27 W 34 W 33 W 30 W 29 W 27 W 28 W 42 W 35 W 35 W 30 W 32 W 34 W 24 W 21 W 23 W 19 W 22 W 15 W 30 W 38 W 32 W 18 W 26 W 31 W 22 W 22 W 19 W 25 W-9999 +USW00023188201609TAVG 209H S 192H S 190H S 193H S 201H S 207H S 209H S 211H S 217H S 213H S 211H S 197H S 196H S 198H S 197H S 194H S 201H S 200H S 209H S 240H S 233H S 210H S 199H S 223H S 252H S 276H S 303H S 259H S 254H S 243H S-9999 +USW00023188201609WDF2 220 W 220 W 220 W 220 W 210 W 270 W 220 W 290 W 290 W 290 W 290 W 240 W 280 W 300 W 290 W 300 W 300 W 320 W 250 W 330 W 310 W 250 W 300 W 320 W 350 W 90 W 220 W 320 W 320 W 290 W-9999 +USW00023188201609WDF5 230 W 240 W 210 W 200 W 260 W 280 W 200 W 290 W 290 W 280 W 300 W 230 W 240 W 290 W 290 W 320 W 300 W 240 W 240 W 330 W 320 W 210 W 300 W-9999 310 W 50 W 170 W 320 W 310 W 300 W-9999 +USW00023188201609WSF2 54 W 58 W 58 W 63 W 58 W 67 W 58 W 72 W 81 W 72 W 63 W 63 W 54 W 76 W 72 W 54 W 72 W 40 W 63 W 45 W 67 W 63 W 72 W 58 W 76 W 72 W 63 W 72 W 54 W 63 W-9999 +USW00023188201609WSF5 63 W 72 W 81 W 98 W 76 W 89 W 76 W 89 W 103 W 89 W 81 W 81 W 76 W 107 W 94 W 67 W 89 W 76 W 76 W 49 W 94 W 76 W 76 W-9999 94 W 112 W 72 W 89 W 67 W 76 W-9999 +USW00023188201609WT01 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201609WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201609WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201609WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201610TMAX 278 W 228 W 239 W 228 W 228 W 239 W 306 W 300 W 300 W 261 W 228 W 228 W 228 W 228 W 233 W 239 W 239 W 233 W 267 W 328 W 311 W 278 W 278 W 239 W 222 W 239 W 244 W 256 W 267 W 228 W 217 W +USW00023188201610TMIN 194 W 194 W 172 W 172 W 183 W 161 W 167 W 167 W 178 W 178 W 189 W 167 W 167 W 183 W 183 W 189 W 183 W 172 W 161 W 167 W 178 W 172 W 172 W 178 W 167 W 167 W 167 W 189 W 183 W 178 W 172 W +USW00023188201610PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 10 W 0 W 0 W 0 W 0 W 0 W 8 W 0T W +USW00023188201610AWND 18 W 25 W 30 W 30 W 27 W 21 W 24 W 20 W 19 W 27 W 31 W 24 W 29 W 30 W 33 W 36 W 21 W 21 W 19 W 15 W 12 W 13 W 16 W 22 W 25 W 25 W 18 W 23 W 22 W 18 W 20 W +USW00023188201610TAVG 229H S 213H S 203H S 201H S 198H S 199H S 218H S 236H S 232H S 224H S 210H S 196H S 190H S 198H S 198H S 211H S 203H S 203H S 204H S 229H S 248H S 222H S 213H S 214H S 192H S 195H S 196H S 218H S 217H S 211H S 194H S +USW00023188201610WDF2 290 W 220 W 290 W 250 W 240 W 290 W 320 W 300 W 290 W 300 W 300 W 300 W 300 W 290 W 300 W 310 W 280 W 320 W 290 W 330 W 270 W 320 W 310 W 310 W 310 W 300 W 310 W 310 W 300 W 310 W 300 W +USW00023188201610WDF5 310 W 190 W 280 W 250 W 240 W 290 W 330 W 290 W 300 W 290 W 320 W 290 W 290 W 290 W 300 W 320 W 290 W 290 W 290 W 330 W 320 W 270 W 310 W 300 W 310 W 300 W 310 W 300 W 310 W 300 W 280 W +USW00023188201610WSF2 58 W 58 W 72 W 67 W 63 W 63 W 81 W 63 W 67 W 72 W 72 W 72 W 72 W 67 W 81 W 81 W 67 W 63 W 67 W 67 W 40 W 54 W 67 W 67 W 81 W 76 W 58 W 67 W 63 W 72 W 67 W +USW00023188201610WSF5 76 W 81 W 107 W 89 W 72 W 76 W 94 W 76 W 76 W 89 W 85 W 94 W 94 W 94 W 103 W 98 W 76 W 76 W 81 W 81 W 54 W 67 W 89 W 85 W 107 W 94 W 89 W 81 W 81 W 98 W 81 W +USW00023188201610WT01 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 +USW00023188201610WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201610WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201611TMAX 217 W 222 W 261 W 233 W 250 W 239 W 228 W 283 W 356 W 322 W 311 W 278 W 289 W 289 W 239 W 211 W 217 W 244 W 222 W 194 W 189 W 206 W 200 W 256 W 222 W 172 W 183 W 178 W 206 W 200 W-9999 +USW00023188201611TMIN 156 W 144 W 144 W 161 W 139 W 139 W 139 W 150 W 172 W 172 W 167 W 161 W 178 W 161 W 150 W 167 W 150 W 117 W 111 W 150 W 156 W 133 W 122 W 106 W 89 W 94 W 128 W 122 W 100 W 83 W-9999 +USW00023188201611PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 28 W 30 W 0 W 0 W 0 W 0 W 28 W 43 W 25 W 0 W 0 W-9999 +USW00023188201611AWND 25 W 22 W 11 W 14 W 17 W 19 W 19 W 16 W 29 W 17 W 13 W 16 W 20 W 16 W 20 W 25 W 23 W 11 W 16 W 21 W 38 W 20 W 22 W 13 W 11 W 29 W 40 W 24 W 13 W 15 W-9999 +USW00023188201611TAVG 182H S 182H S 193H S 202H S 189H S 183H S 184H S 201H S 249H S 260H S 237H S 211H S 221H S 222H S 197H S 185H S 179H S 178H S 171H S 177H S 168H S 167H S 162H S 167H S 163H S 144H S 147H S 152H S 138H S 145H S-9999 +USW00023188201611WDF2 270 W 320 W 300 W 180 W 290 W 300 W 320 W 310 W 80 W 320 W 240 W 300 W 320 W 330 W 290 W 260 W 320 W 300 W 300 W 120 W 120 W 300 W 330 W 310 W 180 W 260 W 270 W 250 W 320 W 300 W-9999 +USW00023188201611WDF5 270 W 310 W 310 W 180 W 310 W 290 W 320 W 320 W 80 W 310 W 260 W 320 W 310 W 290 W 290 W 250 W 310 W 290 W 300 W 130 W 120 W 290 W 330 W 310 W 210 W 260 W 260 W 180 W 320 W 290 W-9999 +USW00023188201611WSF2 67 W 72 W 45 W 54 W 45 W 63 W 45 W 58 W 89 W 58 W 54 W 67 W 72 W 40 W 63 W 58 W 72 W 45 W 58 W 72 W 116 W 63 W 72 W 58 W 45 W 103 W 112 W 63 W 54 W 58 W-9999 +USW00023188201611WSF5 89 W 94 W 58 W 58 W 63 W 81 W 58 W 67 W 107 W 63 W 58 W 89 W 85 W 54 W 76 W 76 W 98 W 54 W 67 W 85 W 139 W 85 W 94 W 72 W 54 W 121 W 143 W 76 W 67 W 72 W-9999 +USW00023188201611WT01-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 +USW00023188201611WT02-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201611WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201612TMAX 167 W 200 W 194 W 211 W 167 W 167 W 178 W 189 W 189 W 200 W 194 W 194 W 194 W 217 W 200 W 167 W 156 W 167 W 211 W 250 W 233 W 167 W 172 W 156 W 144 W 178 W 206 W 233 W 283 W 167 W 156 W +USW00023188201612TMIN 106 W 106 W 72 W 78 W 100 W 144 W 128 W 100 W 106 W 139 W 144 W 144 W 117 W 106 W 122 W 128 W 89 W 56 W 50 W 89 W 150 W 150 W 144 W 117 W 83 W 78 W 78 W 89 W 106 W 133 W 111 W +USW00023188201612PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 30 W 305 W 0 W 0 W 0 W 0T W 137 W 142 W 3 W 152 W 0 W 0 W 0 W 0 W 0 W 130 W 173 W +USW00023188201612AWND 16 W 25 W 19 W 15 W 30 W 31 W 21 W 18 W 24 W 23 W 17 W 17 W 18 W 18 W 17 W 63 W 26 W 14 W 13 W 16 W 23 W 43 W 47 W 69 W 22 W 14 W 14 W 9 W 13 W 16 W 29 W +USW00023188201612TAVG 141H S 147H S 140H S 139H S 142H S 153H S 152H S 142H S 145H S 159H S 166H S 164H S 159H S 153H S 154H S 153H S 132H S 110H S 119H S 154H S 188H S 167H S 156H S 143H S 123H S 119H S 131H S 148H S 170H S 163H S 147H S +USW00023188201612WDF2 250 W 40 W 300 W 310 W 150 W 220 W 250 W 320 W 340 W 300 W 300 W 300 W 320 W 320 W 200 W 280 W 300 W 360 W 320 W 340 W 170 W 170 W 190 W 180 W 300 W 300 W 340 W 330 W 300 W 280 W 290 W +USW00023188201612WDF5 230 W 40 W 300 W 300 W 160 W 210 W 270 W 310 W 290 W 300 W 280 W 290 W 320 W 310 W 190 W 180 W 290 W 350 W 300 W 290 W 180 W 180 W 190 W 180 W 290 W 310 W 300 W 180 W 300 W 290 W 280 W +USW00023188201612WSF2 45 W 72 W 76 W 58 W 63 W 58 W 45 W 67 W 63 W 63 W 58 W 54 W 63 W 54 W 63 W 103 W 98 W 45 W 40 W 40 W 107 W 89 W 116 W 148 W 67 W 54 W 58 W 36 W 63 W 45 W 76 W +USW00023188201612WSF5 63 W 94 W 98 W 72 W 72 W 67 W 58 W 85 W 81 W 81 W 63 W 63 W 72 W 72 W 76 W 139 W 125 W 63 W 49 W 49 W 130 W 121 W 148 W 183 W 89 W 63 W 67 W 45 W 76 W 54 W 94 W +USW00023188201612WT01-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W +USW00023188201612WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201612WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201612WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188201701TMAX 150 W 156 W 167 W 183 W 189 W 178 W 217 W 233 W 172 W 183 W 161 W 161 W 156 W 178 W 167 W 178 W 189 W 167 W 183 W 161 W 161 W 167 W 156 W 139 W 156 W 167 W 189 W 206 W 244 W 250 W 217 W +USW00023188201701TMIN 94 W 122 W 111 W 94 W 133 W 117 W 111 W 122 W 144 W 128 W 133 W 122 W 117 W 117 W 122 W 117 W 100 W 100 W 133 W 122 W 117 W 117 W 106 W 94 W 72 W 67 W 67 W 67 W 72 W 94 W 100 W +USW00023188201701PRCP 0T W 0T W 0 W 0 W 41 W 0 W 0 W 0 W 46 W 0T W 13 W 81 W 89 W 0T W 0 W 0 W 0 W 0T W 48 W 282 W 8 W 89 W 56 W 13 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201701AWND 24 W 12 W 11 W 13 W 21 W 11 W 10 W 10 W 18 W 16 W 26 W 22 W 21 W 20 W 30 W 19 W 17 W 22 W 38 W 60 W 43 W 65 W 47 W 22 W 20 W 17 W 30 W 17 W 17 W 14 W 12 W +USW00023188201701TAVG 122H S 136H S 136H S 136H S 146H S 149H S 147H S 170H S 168H S 153H S 147H S 144H S 137H S 137H S 147H S 142H S 139H S 134H S 151H S 139H S 138H S 136H S 142H S 116H S 109H S 113H S 127H S 129H S 146H S 169H S 165H S +USW00023188201701WDF2 200 W 300 W 320 W 330 W 170 W 320 W 310 W 130 W 210 W 290 W 170 W 210 W 290 W 360 W 170 W 310 W 300 W 130 W 230 W 170 W 290 W 190 W 250 W 240 W 300 W 300 W 50 W 300 W 330 W 300 W 180 W +USW00023188201701WDF5 210 W 290 W 320 W 320 W 240 W 290 W 310 W 120 W 200 W 290 W 180 W 190 W 300 W 360 W 190 W 310 W 300 W 130 W 230 W 150 W 300 W 150 W 270 W 290 W 300 W 310 W 40 W 300 W 320 W 300 W 220 W +USW00023188201701WSF2 58 W 36 W 40 W 54 W 54 W 40 W 45 W 40 W 58 W 58 W 67 W 72 W 63 W 63 W 67 W 63 W 72 W 63 W 103 W 165 W 103 W 139 W 143 W 72 W 63 W 67 W 98 W 63 W 45 W 54 W 45 W +USW00023188201701WSF5 76 W 45 W 54 W 67 W 81 W 49 W 54 W 54 W 72 W 67 W 85 W 94 W 72 W 85 W 85 W 81 W 94 W 85 W 139 W 219 W 134 W 179 W 179 W 94 W 85 W 85 W 130 W 72 W 54 W 67 W 58 W +USW00023188201701WT01-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00023188201701WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00023188201701WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201701WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00023188201702TMAX 183 W 211 W 206 W 189 W 167 W 156 W 194 W 206 W 217 W 200 W 167 W 194 W 211 W 183 W 211 W 206 W 178 W 161 W 167 W 206 W 233 W 178 W 161 W 167 W 167 W 144 W 150 W 161 W-9999 -9999 -9999 +USW00023188201702TMIN 83 W 100 W 111 W 133 W 128 W 139 W 150 W 144 W 139 W 144 W 139 W 111 W 117 W 139 W 117 W 117 W 117 W 122 W 128 W 133 W 133 W 133 W 111 W 83 W 83 W 111 W 122 W 117 W-9999 -9999 -9999 +USW00023188201702PRCP 0 W 0 W 0 W 0 W 0T W 5 W 28 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 0 W 0 W 272 W 20 W 5 W 0 W 0 W 0T W 0 W 0 W 0 W 15 W 594 W 0T W-9999 -9999 -9999 +USW00023188201702AWND 13 W 16 W 19 W 30 W 22 W 44 W 34 W 26 W 24 W 26 W 27 W 25 W 17 W 22 W 20 W 21 W 79 W 35 W 26 W 21 W 22 W 32 W 33 W 20 W 24 W 35 W 68 W 30 W-9999 -9999 -9999 +USW00023188201702TAVG 125H S 142H S 154H S 163H S 146H S 147H S 161H S 172H S 165H S 156H S 161H S 148H S 159H S 160H S 151H S 158H S 157H S 138H S 143H S 153H S 164H S 160H S 143H S 126H S 125H S 132H S 138H S 138H S-9999 -9999 -9999 +USW00023188201702WDF2 330 W 320 W 330 W 320 W 260 W 180 W 290 W 290 W 300 W 320 W 290 W 320 W 220 W 230 W 320 W 300 W 170 W 290 W 250 W 330 W 300 W 300 W 300 W 300 W 290 W 170 W 190 W 190 W-9999 -9999 -9999 +USW00023188201702WDF5 210 W 300 W 290 W 320 W 260 W 180 W 290 W 320 W 310 W 330 W 300 W 290 W 240 W 250 W 300 W 300 W 180 W 290 W 260 W 320 W 310 W 290 W 280 W 300 W 280 W 170 W 190 W 290 W-9999 -9999 -9999 +USW00023188201702WSF2 40 W 45 W 45 W 76 W 72 W 81 W 72 W 63 W 76 W 72 W 63 W 67 W 58 W 45 W 63 W 76 W 179 W 72 W 67 W 58 W 76 W 81 W 72 W 63 W 63 W 94 W 116 W 58 W-9999 -9999 -9999 +USW00023188201702WSF5 49 W 58 W 63 W 98 W 81 W 98 W 98 W 76 W 94 W 89 W 85 W 85 W 72 W 63 W 81 W 89 W 233 W 98 W 89 W 72 W 98 W 103 W 103 W 76 W 89 W 116 W 157 W 81 W-9999 -9999 -9999 +USW00023188201702WT01 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00023188201702WT02 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201702WT08 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 +USW00023188201703TMAX 211 W 239 W 250 W 172 W 178 W 167 W 194 W 239 W 261 W 256 W 206 W 200 W 206 W 267 W 239 W 217 W 200 W 206 W 200 W 200 W 222 W 194 W 189 W 200 W 206 W 194 W 206 W 217 W 256 W 183 W 189 W +USW00023188201703TMIN 89 W 100 W 100 W 117 W 128 W 111 W 89 W 117 W 128 W 133 W 139 W 133 W 128 W 122 W 161 W 150 W 133 W 128 W 139 W 156 W 139 W 150 W 139 W 117 W 133 W 150 W 150 W 133 W 128 W 139 W 144 W +USW00023188201703PRCP 0 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 18 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201703AWND 18 W 20 W 16 W 24 W 34 W 31 W 21 W 18 W 13 W 17 W 16 W 16 W 19 W 22 W 22 W 21 W 22 W 24 W 23 W 23 W 27 W 41 W 40 W 21 W 28 W 22 W 26 W 19 W 21 W 35 W 36 W +USW00023188201703TAVG 139H S 163H S 176H S 160H S 152H S 137H S 138H S 167H S 183H S 189H S 178H S 154H S 156H S 168H S 186H S 176H S 166H S 157H S 166H S 167H S 171H S 176H S 163H S 153H S 167H S 168H S 168H S 168H S 186H S 179H S 169H S +USW00023188201703WDF2 300 W 320 W 290 W 240 W 280 W 290 W 310 W 310 W 180 W 300 W 320 W 280 W 320 W 320 W 290 W 320 W 290 W 290 W 220 W 270 W 220 W 270 W 280 W 290 W 300 W 260 W 270 W 280 W 320 W 170 W 340 W +USW00023188201703WDF5 300 W 320 W 290 W 230 W 290 W 290 W 310 W 310 W 180 W 300 W 310 W 320 W 300 W 320 W 290 W 320 W 300 W 290 W 220 W 300 W 230 W 280 W 270 W 290 W 300 W 270 W 280 W 280 W 300 W 170 W 340 W +USW00023188201703WSF2 63 W 63 W 54 W 54 W 89 W 76 W 76 W 67 W 45 W 67 W 54 W 45 W 40 W 67 W 94 W 63 W 54 W 67 W 58 W 58 W 67 W 81 W 81 W 72 W 63 W 58 W 72 W 63 W 67 W 76 W 94 W +USW00023188201703WSF5 76 W 76 W 63 W 63 W 112 W 98 W 89 W 89 W 58 W 76 W 63 W 54 W 58 W 81 W 112 W 72 W 63 W 81 W 67 W 81 W 76 W 103 W 107 W 94 W 81 W 72 W 98 W 76 W 85 W 98 W 130 W +USW00023188201703WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188201703WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201703WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188201704TMAX 211 W 239 W 178 W 206 W 239 W 228 W 217 W 211 W 200 W 217 W 217 W 217 W 233 W 194 W 222 W 233 W 233 W 217 W 222 W 217 W 256 W 278 W 206 W 200 W 206 W 217 W 206 W 239 W 272 W 278 W-9999 +USW00023188201704TMIN 122 W 133 W 139 W 150 W 139 W 150 W 144 W 150 W 128 W 122 W 128 W 133 W 133 W 144 W 133 W 139 W 144 W 167 W 161 W 144 W 150 W 150 W 167 W 161 W 167 W 150 W 161 W 161 W 150 W 156 W-9999 +USW00023188201704PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 3 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201704AWND 22 W 23 W 30 W 26 W 22 W 20 W 23 W 33 W 29 W 21 W 20 W 30 W 41 W 31 W 24 W 28 W 34 W 34 W 35 W 28 W 20 W 18 W 32 W 44 W 38 W 26 W 29 W 35 W 28 W 22 W-9999 +USW00023188201704TAVG 162H S 179H S 162H S 166H S 180H S 181H S 177H S 173H S 161H S 168H S 172H S 171H S 187H S 166H S 168H S 186H S 176H S 185H S 186H S 177H S 194H S 207H S 194H S 175H S 178H S 179H S 181H S 184H S 206H S 216H S-9999 +USW00023188201704WDF2 290 W 230 W 220 W 300 W 320 W 290 W 280 W 290 W 300 W 280 W 290 W 300 W 270 W 290 W 270 W 300 W 300 W 330 W 290 W 300 W 320 W 190 W 220 W 200 W 180 W 210 W 280 W 300 W 320 W 330 W-9999 +USW00023188201704WDF5 280 W 230 W 210 W 270 W 330 W 290 W 310 W 310 W 290 W 310 W 290 W 300 W 270 W 290 W 260 W 290 W 310 W 320 W 290 W 300 W 300 W 190 W 280 W 200 W 300 W 270 W 280 W 290 W 330 W 300 W-9999 +USW00023188201704WSF2 63 W 58 W 58 W 58 W 63 W 58 W 58 W 94 W 76 W 58 W 67 W 76 W 98 W 67 W 58 W 72 W 89 W 67 W 89 W 72 W 63 W 63 W 63 W 72 W 67 W 67 W 63 W 89 W 72 W 72 W-9999 +USW00023188201704WSF5 72 W 63 W 72 W 81 W 76 W 72 W 81 W 121 W 112 W 76 W 85 W 94 W 112 W 85 W 72 W 89 W 103 W 89 W 107 W 85 W 81 W 85 W 76 W 85 W 85 W 85 W 76 W 103 W 94 W 94 W-9999 +USW00023188201704WT01-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00023188201704WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201704WT08-9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201705TMAX 250 W 222 W 239 W 228 W 189 W 178 W 150 W 194 W 183 W 211 W 211 W 206 W 211 W 183 W 183 W 183 W 194 W 211 W 261 W 294 W 256 W 222 W 228 W 217 W 200 W 222 W 211 W 211 W 194 W 189 W 183 W +USW00023188201705TMIN 156 W 161 W 161 W 178 W 167 W 122 W 117 W 117 W 150 W 150 W 161 W 161 W 161 W 156 W 144 W 150 W 150 W 161 W 150 W 178 W 172 W 161 W 167 W 161 W 161 W 172 W 161 W 144 W 161 W 150 W 156 W +USW00023188201705PRCP 0 W 0 W 0 W 0 W 0 W 25 W 201 W 0T W 0 W 3 W 0 W 0 W 0 W 0 W 5 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W +USW00023188201705AWND 19 W 27 W 28 W 26 W 31 W 60 W 40 W 38 W 38 W 29 W 38 W 26 W 32 W 49 W 54 W 41 W 38 W 27 W 32 W 28 W 21 W 31 W 34 W 33 W 29 W 31 W 38 W 30 W 25 W 31 W 32 W +USW00023188201705TAVG 209H S 188H S 191H S 197H S 179H S 169H S 140H S 142H S 167H S 170H S 183H S 174H S 175H S 171H S 160H S 159H S 164H S 179H S 197H S 229H S 212H S 194H S 188H S 182H S 173H S 185H S 186H S 176H S 173H S 169H S 169H S +USW00023188201705WDF2 210 W 180 W 310 W 250 W 200 W 270 W 240 W 300 W 180 W 220 W 290 W 320 W 290 W 240 W 260 W 240 W 270 W 270 W 320 W 310 W 280 W 290 W 300 W 260 W 220 W 260 W 290 W 280 W 210 W 200 W 240 W +USW00023188201705WDF5 210 W 200 W 320 W 250 W 190 W 260 W 230 W 310 W 190 W 250 W 300 W 280 W 290 W 230 W 260 W 240 W 240 W 250 W 320 W 310 W 300 W 290 W 290 W 280 W 210 W 260 W 300 W 290 W 210 W 210 W 230 W +USW00023188201705WSF2 58 W 54 W 58 W 63 W 54 W 130 W 116 W 94 W 67 W 54 W 76 W 63 W 67 W 72 W 89 W 63 W 63 W 58 W 89 W 94 W 54 W 63 W 72 W 63 W 63 W 67 W 81 W 76 W 54 W 63 W 67 W +USW00023188201705WSF5 67 W 72 W 72 W 81 W 67 W 161 W 143 W 107 W 89 W 81 W 94 W 81 W 94 W 94 W 107 W 85 W 85 W 76 W 112 W 112 W 63 W 76 W 89 W 81 W 85 W 98 W 107 W 98 W 63 W 76 W 81 W +USW00023188201705WT01-9999 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188201705WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201706TMAX 217 W 228 W 194 W 194 W 194 W 189 W 189 W 222 W 228 W 189 W 194 W 217 W 244 W 244 W 261 W 283 W 261 W 239 W 261 W 244 W 233 W 217 W 233 W 239 W 250 W 283 W 267 W 217 W 206 W 228 W-9999 +USW00023188201706TMIN 161 W 178 W 172 W 161 W 161 W 167 W 167 W 167 W 172 W 144 W 150 W 150 W 150 W 161 W 167 W 167 W 183 W 167 W 167 W 183 W 172 W 167 W 183 W 167 W 183 W 183 W 178 W 167 W 167 W 178 W-9999 +USW00023188201706PRCP 0T W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0T W 5 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201706AWND 30 W 26 W 22 W 23 W 31 W 30 W 29 W 36 W 32 W 37 W 43 W 36 W 24 W 22 W 26 W 28 W 22 W 23 W 31 W 39 W 30 W 30 W 32 W 41 W 32 W 24 W 28 W 27 W 33 W 30 W-9999 +USW00023188201706TAVG 176H S 193H S 183H S 174H S 170H S 176H S 177H S 184H S 191H S 185H S 172H S 179H S 191H S 199H S 203H S 215H S 212H S 207H S 209H S 206H S 202H S 187H S 200H S 200H S 202H S 212H S 231H S 195H S 182H S 189H S-9999 +USW00023188201706WDF2 300 W 280 W 180 W 220 W 200 W 210 W 230 W 300 W 280 W 210 W 200 W 300 W 290 W 250 W 330 W 330 W 300 W 280 W 310 W 290 W 280 W 180 W 270 W 300 W 300 W 180 W 310 W 190 W 180 W 210 W-9999 +USW00023188201706WDF5 300 W 320 W 180 W 220 W 220 W 220 W 230 W 290 W 320 W 190 W 180 W 270 W 320 W 230 W 300 W 320 W 290 W 280 W 320 W 290 W 280 W 180 W 270 W 300 W 320 W 190 W 310 W 190 W 190 W 270 W-9999 +USW00023188201706WSF2 63 W 67 W 45 W 45 W 58 W 54 W 54 W 76 W 58 W 63 W 72 W 72 W 67 W 54 W 58 W 54 W 54 W 45 W 67 W 67 W 54 W 58 W 67 W 72 W 63 W 67 W 54 W 58 W 58 W 58 W-9999 +USW00023188201706WSF5 81 W 85 W 63 W 58 W 76 W 63 W 76 W 103 W 72 W 81 W 94 W 103 W 85 W 67 W 85 W 63 W 72 W 67 W 85 W 94 W 81 W 76 W 81 W 89 W 81 W 76 W 63 W 72 W 72 W 81 W-9999 +USW00023188201706WT01-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00023188201706WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201707TMAX 206 W 222 W 256 W 250 W 256 W 261 W 261 W 250 W 256 W 267 W 261 W 267 W 261 W 256 W 239 W 239 W 244 W 272 W 278 W 250 W 256 W 239 W 256 W 250 W 244 W 256 W 261 W 250 W 244 W 256 W 256 W +USW00023188201707TMIN 178 W 178 W 178 W 189 W 194 W 189 W 206 W 200 W 206 W 211 W 206 W 211 W 211 W 211 W 206 W 200 W 211 W 211 W 217 W 206 W 206 W 206 W 206 W 211 W 211 W 217 W 211 W 200 W 200 W 200 W 211 W +USW00023188201707PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201707AWND 30 W 28 W 26 W 33 W 26 W 29 W 23 W 31 W 19 W 24 W 27 W 30 W 30 W 35 W 26 W 34 W 26 W 26 W 26 W 26 W 25 W 25 W 26 W 23 W 27 W 34 W 33 W 26 W 26 W 23 W 32 W +USW00023188201707TAVG 191H S 192H S 204H S 216H S 218H S 215H S 228H S 229H S 221H S 232H S 227H S 232H S 231H S 226H S 223H S 214H S 219H S 230H S 238H S 229H S 221H S 222H S 219H S 222H S 222H S 229H S 230H S 223H S 217H S 220H S 224H S +USW00023188201707WDF2 180 W 210 W 280 W 300 W 210 W 300 W 180 W 180 W 220 W 230 W 330 W 280 W 290 W 300 W 240 W 200 W 190 W 270 W 280 W 210 W 280 W 210 W 210 W 260 W 250 W 300 W 290 W 220 W 230 W 270 W 290 W +USW00023188201707WDF5 200 W 210 W 290 W 300 W 220 W 300 W 200 W 200 W 170 W 240 W 280 W 290 W 310 W 290 W 220 W 200 W 230 W 280 W 260 W 220 W 300 W 200 W 220 W 280 W 280 W 290 W 300 W 240 W 230 W 300 W 300 W +USW00023188201707WSF2 58 W 54 W 63 W 72 W 58 W 63 W 54 W 63 W 58 W 54 W 58 W 63 W 67 W 72 W 54 W 58 W 54 W 58 W 54 W 54 W 54 W 58 W 63 W 58 W 58 W 72 W 81 W 63 W 67 W 58 W 72 W +USW00023188201707WSF5 72 W 67 W 72 W 85 W 67 W 81 W 72 W 76 W 67 W 72 W 67 W 76 W 81 W 98 W 67 W 76 W 63 W 81 W 72 W 67 W 72 W 72 W 81 W 76 W 81 W 89 W 98 W 81 W 76 W 81 W 94 W +USW00023188201707WT01 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201707WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201707WT08 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201708TMAX 267 W 289 W 272 W 283 W 250 W 256 W 261 W 261 W 256 W 256 W 256 W 256 W 256 W 239 W 211 W 244 W 250 W 250 W 244 W 239 W 256 W 250 W 217 W 217 W 222 W 250 W 256 W 261 W 278 W 294 W 278 W +USW00023188201708TMIN 211 W 217 W 217 W 217 W 211 W 211 W 222 W 211 W 206 W 206 W 200 W 200 W 194 W 189 W 189 W 194 W 189 W 200 W 200 W 200 W 206 W 206 W 194 W 194 W 194 W 194 W 200 W 200 W 200 W 206 W 200 W +USW00023188201708PRCP 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W +USW00023188201708AWND 21 W 19 W 26 W 26 W 29 W 28 W 31 W 32 W 32 W 30 W 34 W 26 W 24 W 28 W 24 W 30 W 26 W 31 W 25 W 30 W 31 W 35 W 23 W 23 W 26 W 30 W 33 W 35 W 22 W 24 W 22 W +USW00023188201708TAVG 227H S 242H S 242H S 235H S 227H S 223H S 233H S 231H S 228H S 224H S 221H S 217H S 213H S 208H S 199H S 207H S 212H S 219H S 214H S 214H S 222H S 223H S 211H S 201H S 206H S 213H S 217H S 227H S 230H S 237H S 233H S +USW00023188201708WDF2 210 W 340 W 210 W 270 W 210 W 220 W 290 W 290 W 280 W 290 W 290 W 240 W 260 W 250 W 260 W 300 W 280 W 290 W 260 W 220 W 280 W 280 W 290 W 290 W 260 W 290 W 290 W 320 W 290 W 320 W 170 W +USW00023188201708WDF5 230 W 330 W 190 W 250 W 250 W 270 W 280 W 300 W 300 W 290 W 290 W 280 W 290 W 230 W 270 W 290 W 300 W 270 W 270 W 220 W 280 W 290 W 270 W 300 W 210 W 300 W 300 W 320 W 290 W 300 W 160 W +USW00023188201708WSF2 54 W 40 W 63 W 58 W 58 W 58 W 67 W 72 W 63 W 58 W 63 W 58 W 54 W 58 W 58 W 63 W 63 W 63 W 63 W 58 W 63 W 72 W 54 W 45 W 45 W 67 W 72 W 112 W 67 W 54 W 58 W +USW00023188201708WSF5 67 W 54 W 76 W 81 W 89 W 85 W 89 W 94 W 89 W 76 W 81 W 72 W 67 W 76 W 76 W 89 W 76 W 89 W 81 W 76 W 81 W 107 W 72 W 76 W 63 W 85 W 85 W 143 W 76 W 63 W 67 W +USW00023188201708WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W +USW00023188201708WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00023188201708WT03 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201708WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 1 W 1 W 1 W +USW00023188201709TMAX 317 W 344 W 328 W 250 W 267 W 267 W 267 W 256 W 256 W 267 W 278 W 256 W 256 W 250 W 244 W 233 W 239 W 244 W 233 W 233 W 233 W 228 W 217 W 250 W 294 W 261 W 256 W 261 W 261 W 222 W-9999 +USW00023188201709TMIN 206 W 211 W 217 W 211 W 211 W 211 W 206 W 206 W 206 W 206 W 217 W 217 W 200 W 194 W 200 W 194 W 200 W 200 W 200 W 194 W 183 W 172 W 167 W 156 W 167 W 172 W 178 W 172 W 172 W 189 W-9999 +USW00023188201709PRCP 0 W 0 W 8 W 0 W 0 W 0 W 0 W 3 W 10 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201709AWND 23 W 24 W 34 W 28 W 34 W 37 W 34 W 30 W 34 W 30 W 27 W 35 W 34 W 34 W 26 W 26 W 37 W 29 W 30 W 41 W 43 W 37 W 26 W 25 W 17 W 16 W 21 W 26 W 21 W 30 W-9999 +USW00023188201709TAVG 249H S 261H S 277H S 226H S 229H S 237H S 228H S 226H S 222H S 229H S 239H S 234H S 222H S 216H S 217H S 210H S 209H S 216H S 211H S 211H S 206H S 194H S 192H S 197H S 218H S 214H S 216H S 216H S 214H S 208H S-9999 +USW00023188201709WDF2 290 W 320 W 120 W 200 W 300 W 290 W 290 W 290 W 280 W 290 W 300 W 280 W 290 W 330 W 260 W 230 W 290 W 270 W 210 W 210 W 260 W 270 W 230 W 310 W 320 W 220 W 300 W 300 W 310 W 180 W-9999 +USW00023188201709WDF5 300 W 330 W 110 W 180 W 290 W 280 W 290 W 300 W 280 W 290 W 300 W 300 W 290 W 330 W 280 W 290 W 290 W 270 W 210 W 200 W 290 W 250 W 230 W 300 W 310 W 220 W 300 W 310 W 330 W 220 W-9999 +USW00023188201709WSF2 63 W 54 W 76 W 58 W 76 W 81 W 72 W 63 W 72 W 67 W 67 W 76 W 72 W 72 W 67 W 58 W 76 W 63 W 63 W 67 W 76 W 67 W 63 W 76 W 67 W 54 W 63 W 76 W 54 W 54 W-9999 +USW00023188201709WSF5 81 W 76 W 98 W 72 W 94 W 103 W 89 W 81 W 89 W 81 W 85 W 98 W 94 W 98 W 85 W 85 W 98 W 98 W 76 W 85 W 103 W 89 W 81 W 103 W 89 W 63 W 72 W 94 W 67 W 76 W-9999 +USW00023188201709WT01 1 W-9999 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 +USW00023188201709WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00023188201709WT08-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 +USW00023188201710TMAX 217 W 228 W 217 W 239 W 250 W 300 W 311 W 217 W 250 W 244 W 239 W 233 W 233 W 239 W 322 W 317 W 294 W 233 W 222 W 217 W 233 W 294 W 333 W 361 W 367 W 311 W 256 W 228 W 206 W 222 W 200 W +USW00023188201710TMIN 189 W 194 W 189 W 172 W 161 W 156 W 161 W 183 W 178 W 150 W 167 W 189 W 178 W 161 W 156 W 183 W 194 W 194 W 189 W 183 W 161 W 150 W 167 W 189 W 206 W 189 W 150 W 178 W 178 W 172 W 172 W +USW00023188201710PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W +USW00023188201710AWND 41 W 30 W 31 W 28 W 21 W 20 W 21 W 48 W 25 W 26 W 28 W 26 W 25 W 21 W 13 W 20 W 15 W 21 W 26 W 40 W 28 W 17 W 16 W 17 W 15 W 16 W 22 W 22 W 24 W 31 W 26 W +USW00023188201710PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0621 W +USW00023188201710TAVG 198H S 203H S 203H S 199H S 201H S 212H S 234H S 207H S 205H S 197H S 198H S 201H S 200H S 194H S 217H S 237H S 245H S 224H S 207H S 203H S 192H S 211H S 245H S 267H S 281H S 249H S 207H S 199H S 188H S 182H S 181H S +USW00023188201710WDF2 180 W 230 W 200 W 300 W 300 W 340 W 290 W 190 W 310 W 300 W 290 W 290 W 300 W 330 W 320 W 310 W 300 W 160 W 260 W 300 W 330 W 310 W 310 W 320 W 300 W 190 W 290 W 300 W 180 W 240 W 260 W +USW00023188201710WDF5 190 W 190 W 220 W 290 W 300 W 330 W 330 W 200 W 290 W 290 W 290 W 270 W 300 W 330 W 320 W 310 W 310 W 160 W 170 W 300 W 310 W 340 W 300 W 320 W 300 W 220 W 330 W 300 W 180 W 210 W 150 W +USW00023188201710WSF2 67 W 58 W 58 W 81 W 63 W 67 W 54 W 76 W 63 W 76 W 67 W 63 W 58 W 58 W 45 W 72 W 54 W 54 W 54 W 81 W 72 W 67 W 58 W 54 W 63 W 40 W 54 W 54 W 58 W 54 W 45 W +USW00023188201710WSF5 89 W 72 W 81 W 98 W 81 W 76 W 67 W 98 W 81 W 94 W 85 W 76 W 72 W 63 W 58 W 94 W 63 W 63 W 67 W 103 W 94 W 76 W 72 W 63 W 76 W 54 W 58 W 76 W 63 W 72 W 58 W +USW00023188201710WT01-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00023188201710WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00023188201710WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 +USW00023188201711TMAX 206 W 206 W 211 W 217 W 217 W 211 W 222 W 239 W 228 W 211 W 206 W 200 W 217 W 233 W 244 W 256 W 228 W 228 W 228 W 228 W 272 W 333 W 306 W 267 W 178 W 194 W 194 W 183 W 194 W 194 W-9999 +USW00023188201711TMIN 178 W 161 W 150 W 144 W 156 W 144 W 161 W 144 W 167 W 139 W 133 W 144 W 150 W 128 W 133 W 161 W 161 W 139 W 111 W 117 W 133 W 150 W 167 W 156 W 122 W 128 W 128 W 100 W 139 W 128 W-9999 +USW00023188201711PRCP 0T W 0 W 0 W 0 W 0T W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 5 W 0 W 0 W 0 W-9999 +USW00023188201711AWND 23 W 23 W 20 W 19 W 18 W 19 W 11 W 17 W 31 W 18 W 15 W 17 W 21 W 21 W 15 W 16 W 20 W 22 W 17 W 14 W 17 W 16 W 14 W 9 W 14 W 20 W 22 W 13 W 10 W 13 W-9999 +USW00023188201711TAVG 186H S 186H S 177H S 179H S 181H S 177H S 185H S 181H S 189H S 174H S 166H S 167H S 176H S 173H S 182H S 194H S 198H S 177H S 172H S 167H S 187H S 216H S 232H S 213H S 173H S 153H S 165H S 142H S 162H S 163H S-9999 +USW00023188201711WDF2 250 W 240 W 320 W 300 W 310 W 310 W 310 W 300 W 310 W 290 W 270 W 300 W 300 W 310 W 320 W 310 W 300 W 300 W 310 W 300 W 300 W 320 W 300 W 150 W 180 W 320 W 290 W 180 W 250 W 290 W-9999 +USW00023188201711WDF5 260 W 230 W 320 W 290 W 300 W 310 W 320 W 300 W 310 W 290 W 280 W 300 W 290 W 310 W 320 W 310 W 290 W 300 W 310 W 300 W 290 W 320 W 310 W 180 W 180 W 280 W 280 W 210 W 210 W 330 W-9999 +USW00023188201711WSF2 54 W 63 W 67 W 63 W 54 W 58 W 58 W 72 W 76 W 67 W 54 W 63 W 63 W 63 W 72 W 63 W 58 W 89 W 58 W 54 W 45 W 58 W 54 W 36 W 40 W 54 W 94 W 45 W 40 W 40 W-9999 +USW00023188201711WSF5 72 W 76 W 85 W 85 W 67 W 72 W 72 W 94 W 98 W 85 W 67 W 76 W 72 W 76 W 89 W 76 W 72 W 103 W 72 W 63 W 58 W 67 W 63 W 45 W 54 W 72 W 121 W 58 W 49 W 49 W-9999 +USW00023188201711WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 +USW00023188201711WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201711WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00023188201712TMAX 217 W 211 W 200 W 194 W 217 W 217 W 261 W 233 W 256 W 261 W 267 W 256 W 256 W 228 W 244 W 183 W 217 W 211 W 200 W 172 W 172 W 178 W 183 W 189 W 189 W 189 W 206 W 233 W 250 W 222 W 178 W +USW00023188201712TMIN 128 W 128 W 150 W 122 W 83 W 94 W 89 W 100 W 106 W 117 W 122 W 100 W 94 W 89 W 94 W 117 W 100 W 94 W 89 W 83 W 89 W 50 W 72 W 83 W 72 W 83 W 100 W 94 W 94 W 94 W 100 W +USW00023188201712PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 18 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201712SNOW-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 H 0 H 0 H +USW00023188201712SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 H 0 H 0 H +USW00023188201712AWND 15 W 14 W 16 W 15 W 12 W 11 W 36 W 16 W 13 W 15 W 17 W 14 W 8 W 11 W 16 W 26 W 13 W 14 W 13 W 22 W 21 W 16 W 15 W 15 W 13 W 16 W 14 W 13 W 12 W 16 W 14 W +USW00023188201712PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1401 W 1255 W 1146 W 1321 W 2129 W 1317 W 1627 W 1215 W 1346 W 1454 W 1349 W 1321 W 1225 W 2111 W 1356 W 1559 W +USW00023188201712TAVG 169H S 164H S 173H S 155H S 148H S 151H S 173H S 186H S 173H S 178H S 189H S 176H S 176H S 159H S 163H S 157H S 149H S 152H S 143H S 136H S 132H S 122H S 128H S 133H S 131H S 132H S 143H S 149H S 161H S 159H S 139H S +USW00023188201712WDF2 300 W 290 W 320 W 210 W 300 W 320 W 50 W 300 W 320 W 320 W 300 W 340 W 160 W 310 W 300 W 200 W 240 W 320 W 320 W 290 W 290 W 340 W 300 W 300 W 300 W 310 W 310 W 310 W 180 W 310 W 300 W +USW00023188201712WDF5 290 W 290 W 290 W 220 W 310 W 320 W 50 W 310 W 310 W 320 W 310 W 340 W 320 W 310 W 320 W 200 W 240 W 290 W 270 W 300 W 290 W 340 W 310 W 300 W 300 W 290 W 320 W 320 W 150 W 320 W 300 W +USW00023188201712WSF2 72 W 45 W 54 W 45 W 40 W 67 W 103 W 63 W 45 W 45 W 58 W 54 W 40 W 45 W 54 W 67 W 58 W 54 W 45 W 72 W 58 W 63 W 54 W 63 W 54 W 45 W 58 W 63 W 40 W 58 W 45 W +USW00023188201712WSF5 89 W 58 W 63 W 54 W 49 W 85 W 143 W 76 W 49 W 63 W 67 W 58 W 49 W 63 W 63 W 85 W 72 W 63 W 54 W 89 W 72 W 76 W 63 W 72 W 58 W 58 W 72 W 76 W 45 W 76 W 54 W +USW00023188201712WT01 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 +USW00023188201712WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 -9999 +USW00023188201712WT07-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201712WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 +USW00023188201801TMAX 189 W 222 W 194 W 211 W 228 W 200 W 189 W 206 W 183 W 167 W 200 W 194 W 261 W 256 W 211 W 200 W 222 W 200 W 172 W 167 W 172 W 189 W 206 W 239 W 178 W 178 W 206 W 278 W 278 W 283 W 233 W +USW00023188201801TMIN 106 W 122 W 133 W 122 W 133 W 150 W 133 W 161 W 133 W 128 W 106 W 106 W 111 W 133 W 111 W 122 W 117 W 122 W 139 W 122 W 89 W 89 W 83 W 89 W 83 W 111 W 83 W 100 W 122 W 150 W 122 W +USW00023188201801PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 41 W 399 W 5 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 3 W 0T W 0 W 0 W 0 W 0 W 5 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201801SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201801SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201801AWND 17 W 20 W 9 W 16 W 22 W 19 W 16 W 22 W 65 W 31 W 16 W 21 W 14 W 10 W 14 W 19 W 16 W 18 W 24 W 48 W 21 W 17 W 17 W 16 W 21 W 25 W 13 W 15 W 15 W 14 W 12 W +USW00023188201801TAVG 138H S 158H S 164H S 166H S 174H S 166H S 161H S 176H S 171H S 147H S 144H S 148H S 160H S 189H S 164H S 156H S 161H S 157H S 158H S 148H S 132H S 133H S 140H S 161H S 140H S 139H S 136H S 163H S 192H S 208H S 187H S +USW00023188201801WDF2 290 W 310 W 230 W 310 W 310 W 320 W 300 W 160 W 160 W 280 W 320 W 300 W 310 W 230 W 290 W 300 W 310 W 270 W 280 W 270 W 320 W 310 W 340 W 320 W 300 W 300 W 290 W 320 W 320 W 330 W 170 W +USW00023188201801WDF5 290 W 310 W 230 W 300 W 310 W 330 W 290 W 170 W 160 W 280 W 330 W 310 W 300 W 220 W 300 W 300 W 320 W 260 W 280 W 280 W 290 W 310 W 340 W 320 W 300 W 330 W 320 W 330 W 320 W 340 W 10 W +USW00023188201801WSF2 54 W 63 W 36 W 54 W 58 W 63 W 54 W 89 W 165 W 72 W 54 W 58 W 45 W 40 W 54 W 63 W 67 W 63 W 63 W 94 W 54 W 58 W 81 W 63 W 67 W 67 W 67 W 54 W 63 W 40 W 45 W +USW00023188201801WSF5 67 W 76 W 45 W 72 W 76 W 81 W 67 W 116 W 206 W 94 W 63 W 76 W 58 W 49 W 58 W 81 W 89 W 76 W 81 W 121 W 63 W 72 W 98 W 76 W 94 W 89 W 89 W 63 W 76 W 49 W 63 W +USW00023188201801WT01 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201801WT02 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201801WT08 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 +USW00023188201802TMAX 272 W 250 W 244 W 256 W 189 W 178 W 239 W 233 W 178 W 178 W 206 W 178 W 183 W 211 W 211 W 244 W 244 W 200 W 161 W 156 W 156 W 156 W 144 W 172 W 189 W 167 W 144 W 156 W-9999 -9999 -9999 +USW00023188201802TMIN 117 W 122 W 117 W 111 W 111 W 139 W 117 W 106 W 106 W 144 W 122 W 133 W 117 W 133 W 133 W 133 W 100 W 117 W 100 W 72 W 78 W 83 W 100 W 67 W 78 W 106 W 94 W 78 W-9999 -9999 -9999 +USW00023188201802PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 10 W 0T W 0T W 0 W 0 W 81 W 0 W-9999 -9999 -9999 +USW00023188201802SNOW-9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 0 H 0 H 0 H 0 H-9999 0 H-9999 -9999 -9999 +USW00023188201802SNWD-9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 -9999 -9999 +USW00023188201802AWND 13 W 11 W 16 W 14 W 19 W 22 W 20 W 18 W 26 W 44 W 21 W 42 W 21 W 20 W 29 W 21 W 15 W 27 W 68 W 26 W 21 W 30 W 45 W 20 W 24 W 33 W 30 W 21 W-9999 -9999 -9999 +USW00023188201802PGTM 1346 W 1343 W 1407 W 1250 W 1149 W 1057 W 1635 W 1512 W 2212 W 1420 W 1410 W 1245 W 1447 W 1746 W 1359 W 1505 W 1528 W 2333 W 1600 W 1413 W 1112 W 1345 W 0734 W 1436 W 1337 W 1410 W 0848 W 1705 W-9999 -9999 -9999 +USW00023188201802TAVG 166H S 169H S 178H S 173H S 158H S 156H S 159H S 174H S 159H S 156H S 162H S 166H S 148H S 169H S 165H S 175H S 171H S 163H S 149H S 113H S 114H S 119H S 128H S 117H S 127H S 141H S 128H S 111H S-9999 -9999 -9999 +USW00023188201802WDF2 340 W 320 W 290 W 310 W 270 W 220 W 340 W 310 W 170 W 180 W 190 W 260 W 220 W 210 W 310 W 330 W 310 W 250 W 260 W 270 W 280 W 230 W 280 W 310 W 300 W 230 W 290 W 260 W-9999 -9999 -9999 +USW00023188201802WDF5 340 W 340 W 300 W 320 W 280 W 210 W 340 W 310 W 200 W 180 W 200 W 260 W 220 W 150 W 330 W 320 W 310 W 240 W 270 W 260 W 240 W 230 W 270 W 290 W 310 W 230 W 290 W 260 W-9999 -9999 -9999 +USW00023188201802WSF2 45 W 40 W 58 W 54 W 72 W 45 W 58 W 67 W 58 W 76 W 67 W 72 W 58 W 54 W 81 W 67 W 63 W 63 W 112 W 76 W 63 W 89 W 112 W 72 W 67 W 58 W 112 W 58 W-9999 -9999 -9999 +USW00023188201802WSF5 54 W 49 W 67 W 67 W 89 W 58 W 72 W 89 W 72 W 94 W 85 W 94 W 72 W 63 W 107 W 85 W 81 W 76 W 143 W 94 W 89 W 125 W 143 W 89 W 85 W 76 W 148 W 76 W-9999 -9999 -9999 +USW00023188201802WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201803TMAX 172 W 189 W 178 W 167 W 211 W 233 W 228 W 206 W 194 W 156 W 200 W 200 W 200 W 194 W 178 W 178 W 178 W 172 W 206 W 211 W 233 W 222 W 189 W 178 W 183 W 178 W 206 W 217 W 206 W 206 W 194 W +USW00023188201803TMIN 89 W 94 W 122 W 106 W 83 W 111 W 122 W 133 W 122 W 144 W 156 W 156 W 150 W 156 W 133 W 106 W 111 W 106 W 106 W 117 W 133 W 156 W 150 W 139 W 133 W 117 W 111 W 111 W 117 W 133 W 122 W +USW00023188201803PRCP 0 W 0 W 58 W 3 W 0 W 0 W 0 W 0 W 0 W 91 W 0T W 0 W 0T W 3 W 18 W 0T W 69 W 0T W 0 W 0 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201803SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201803SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201803AWND 22 W 25 W 31 W 36 W 22 W 16 W 22 W 17 W 15 W 31 W 32 W 28 W 26 W 39 W 46 W 30 W 38 W 30 W 20 W 23 W 21 W 24 W 27 W 31 W 38 W 34 W 24 W 18 W 24 W 26 W 24 W +USW00023188201803TAVG 127H S 133H S 148H S 138H S 139H S 171H S 168H S 166H S 160H S 154H S 166H S 171H S 166H S 169H S 158H S 139H S 143H S 139H S 145H S 162H S 174H S 196H S 167H S 156H S 151H S 142H S 152H S 167H S 165H S 164H S 151H S +USW00023188201803WDF2 280 W 270 W 270 W 320 W 310 W 280 W 320 W 300 W 310 W 180 W 210 W 300 W 290 W 290 W 250 W 260 W 300 W 290 W 300 W 300 W 300 W 300 W 300 W 280 W 280 W 300 W 280 W 280 W 320 W 310 W 300 W +USW00023188201803WDF5 300 W 280 W 280 W 310 W 320 W 280 W 300 W 290 W 280 W 170 W 180 W 290 W 310 W 300 W 240 W 290 W 290 W 280 W 300 W 300 W 300 W 300 W 300 W 250 W 290 W 290 W 280 W 290 W 290 W 330 W 300 W +USW00023188201803WSF2 72 W 58 W 81 W 81 W 72 W 67 W 54 W 67 W 45 W 63 W 72 W 63 W 72 W 67 W 112 W 72 W 67 W 76 W 63 W 63 W 72 W 67 W 67 W 72 W 72 W 76 W 72 W 58 W 63 W 63 W 58 W +USW00023188201803WSF5 98 W 81 W 98 W 98 W 94 W 85 W 76 W 85 W 67 W 85 W 94 W 76 W 85 W 89 W 134 W 103 W 85 W 98 W 76 W 81 W 89 W 81 W 85 W 103 W 98 W 103 W 89 W 76 W 81 W 81 W 67 W +USW00023188201803WT01-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W +USW00023188201803WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00023188201803WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W +USW00023188201804TMAX 189 W 178 W 206 W 178 W 194 W 206 W 222 W 217 W 250 W 294 W 228 W 194 W 233 W 278 W 244 W 194 W 217 W 183 W 172 W 200 W 228 W 233 W 211 W 194 W 200 W 194 W 200 W 206 W 189 W 167 W-9999 +USW00023188201804TMIN 139 W 150 W 150 W 139 W 133 W 150 W 156 W 156 W 150 W 156 W 156 W 150 W 128 W 139 W 139 W 139 W 128 W 122 W 128 W 117 W 128 W 139 W 133 W 133 W 133 W 144 W 144 W 144 W 150 W 139 W-9999 +USW00023188201804PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 3 W-9999 +USW00023188201804SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201804SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201804AWND 24 W 36 W 29 W 27 W 22 W 27 W 26 W 29 W 18 W 18 W 26 W 37 W 31 W 24 W 21 W 41 W 39 W 28 W 38 W 34 W 25 W 23 W 24 W 25 W 31 W 32 W 26 W 31 W 44 W 47 W-9999 +USW00023188201804TAVG 155H S 159H S 166H S 161H S 154H S 166H S 177H S 178H S 186H S 208H S 192H S 171H S 171H S 201H S 198H S 171H S 154H S 153H S 151H S 152H S 173H S 180H S 164H S 164H S 161H S 164H S 163H S 166H S 166H S 157H S-9999 +USW00023188201804WDF2 220 W 200 W 290 W 290 W 290 W 280 W 290 W 280 W 180 W 300 W 270 W 300 W 320 W 320 W 320 W 290 W 320 W 190 W 290 W 270 W 270 W 180 W 280 W 220 W 310 W 290 W 300 W 290 W 190 W 190 W-9999 +USW00023188201804WDF5 230 W 200 W 320 W 290 W 280 W 270 W 280 W 280 W 200 W 290 W 270 W 300 W 300 W 320 W 330 W 280 W 330 W 180 W 330 W 280 W 270 W 310 W 270 W 210 W 300 W 290 W 290 W 240 W 210 W 280 W-9999 +USW00023188201804WSF2 58 W 67 W 67 W 63 W 58 W 54 W 58 W 67 W 58 W 63 W 72 W 81 W 81 W 76 W 63 W 89 W 94 W 67 W 81 W 72 W 81 W 54 W 63 W 63 W 63 W 63 W 63 W 63 W 67 W 72 W-9999 +USW00023188201804WSF5 81 W 76 W 85 W 81 W 76 W 72 W 67 W 85 W 72 W 72 W 85 W 116 W 103 W 98 W 76 W 116 W 116 W 81 W 107 W 98 W 103 W 67 W 72 W 72 W 81 W 89 W 81 W 89 W 89 W 89 W-9999 +USW00023188201804WT01-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 +USW00023188201804WT08-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 +USW00023188201805TMAX 161 W 178 W 206 W 267 W 239 W 228 W 200 W 189 W 211 W 200 W 167 W 178 W 206 W 206 W 206 W 211 W 189 W 183 W 189 W 183 W 178 W 189 W 194 W 194 W 211 W 194 W 206 W 211 W 183 W 200 W 211 W +USW00023188201805TMIN 122 W 122 W 122 W 139 W 150 W 156 W 156 W 150 W 156 W 156 W 150 W 139 W 156 W 150 W 161 W 161 W 156 W 156 W 156 W 156 W 150 W 156 W 161 W 156 W 161 W 156 W 156 W 161 W 161 W 161 W 156 W +USW00023188201805PRCP 8 W 20 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0T W 0T W +USW00023188201805SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201805SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201805AWND 39 W 29 W 36 W 31 W 30 W 28 W 24 W 27 W 26 W 34 W 60 W 30 W 31 W 32 W 36 W 32 W 31 W 27 W 24 W 30 W 37 W 33 W 33 W 30 W 44 W 35 W 29 W 29 W 29 W 38 W 30 W +USW00023188201805TAVG 145H S 141H S 157H S 184H S 191H S 192H S 172H S 164H S 173H S 173H S 163H S 156H S 171H S 174H S 177H S 177H S 172H S 166H S 167H S 168H S 163H S 165H S 171H S 171H S 176H S 173H S 174H S 182H S 171H S 173H S 177H S +USW00023188201805WDF2 230 W 240 W 300 W 300 W 290 W 290 W 220 W 220 W 270 W 270 W 160 W 250 W 300 W 290 W 300 W 300 W 240 W 220 W 240 W 250 W 200 W 230 W 320 W 290 W 280 W 250 W 250 W 260 W 200 W 220 W 270 W +USW00023188201805WDF5 240 W 240 W 300 W 310 W 310 W 300 W 220 W 190 W 230 W 260 W 190 W 200 W 290 W 300 W 290 W 290 W 200 W 220 W 290 W 270 W 180 W 250 W 300 W 280 W 290 W 260 W 230 W 290 W 190 W 220 W 320 W +USW00023188201805WSF2 72 W 67 W 81 W 89 W 72 W 67 W 58 W 45 W 54 W 67 W 81 W 58 W 72 W 76 W 76 W 67 W 67 W 58 W 54 W 67 W 67 W 63 W 58 W 67 W 81 W 67 W 54 W 72 W 58 W 72 W 63 W +USW00023188201805WSF5 89 W 85 W 103 W 112 W 98 W 81 W 72 W 63 W 72 W 85 W 112 W 76 W 94 W 103 W 107 W 85 W 85 W 72 W 76 W 76 W 85 W 76 W 76 W 85 W 103 W 89 W 76 W 89 W 67 W 81 W 85 W +USW00023188201805WT01 1 W 1 W-9999 -9999 1 W-9999 -9999 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00023188201805WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201806TMAX 217 W 222 W 228 W 206 W 194 W 217 W 211 W 244 W 244 W 217 W 228 W 228 W 233 W 256 W 239 W 189 W 211 W 222 W 222 W 217 W 211 W 239 W 194 W 211 W 228 W 239 W 233 W 211 W 194 W 206 W-9999 +USW00023188201806TMIN 167 W 156 W 172 W 167 W 167 W 172 W 167 W 161 W 172 W 172 W 172 W 183 W 178 W 183 W 183 W 172 W 172 W 178 W 178 W 178 W 172 W 178 W 167 W 172 W 178 W 183 W 183 W 178 W 172 W 172 W-9999 +USW00023188201806PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0T W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201806SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201806SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201806AWND 29 W 22 W 26 W 28 W 32 W 30 W 28 W 20 W 29 W 34 W 26 W 25 W 23 W 25 W 30 W 41 W 34 W 41 W 30 W 24 W 24 W 28 W 47 W 34 W 29 W 32 W 27 W 28 W 43 W 35 W-9999 +USW00023188201806TAVG 183H S 184H S 194H S 184H S 176H S 187H S 182H S 193H S 203H S 199H S 194H S 203H S 200H S 206H S 206H S 184H S 181H S 193H S 195H S 190H S 186H S 197H S 186H S 185H S 192H S 202H S 199H S 197H S 182H S 184H S-9999 +USW00023188201806WDF2 210 W 210 W 300 W 200 W 190 W 260 W 220 W 280 W 290 W 210 W 210 W 210 W 290 W 250 W 190 W 200 W 260 W 280 W 280 W 210 W 230 W 290 W 190 W 210 W 280 W 280 W 290 W 220 W 190 W 210 W-9999 +USW00023188201806WDF5 280 W 260 W 280 W 190 W 200 W 260 W 230 W 280 W 280 W 210 W-9999 210 W 260 W 260 W 260 W 200 W 260 W 310 W 280 W 270 W 210 W 300 W 180 W 210 W 290 W 280 W 290 W 250 W 200 W 230 W-9999 +USW00023188201806WSF2 58 W 58 W 58 W 58 W 63 W 63 W 58 W 58 W 54 W 63 W 45 W 54 W 54 W 63 W 54 W 67 W 67 W 81 W 63 W 58 W 58 W 63 W 81 W 63 W 63 W 89 W 58 W 58 W 67 W 67 W-9999 +USW00023188201806WSF5 76 W 67 W 98 W 67 W 81 W 89 W 89 W 72 W 67 W 76 W-9999 72 W 81 W 85 W 81 W 81 W 89 W 121 W 89 W 81 W 72 W 81 W 98 W 76 W 85 W 112 W 94 W 85 W 85 W 85 W-9999 +USW00023188201806WT01-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201806WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201807TMAX 222 W 239 W 233 W 239 W 256 W 356 W 283 W 289 W 283 W 267 W 267 W 261 W 272 W 267 W 250 W 261 W 256 W 250 W 261 W 256 W 272 W 289 W 294 W 294 W 261 W 250 W 294 W 250 W 311 W 289 W 289 W +USW00023188201807TMIN 172 W 183 W 183 W 189 W 189 W 200 W 217 W 228 W 233 W 222 W 217 W 217 W 217 W 217 W 200 W 200 W 206 W 200 W 206 W 211 W 217 W 217 W 222 W 217 W 211 W 206 W 211 W 211 W 222 W 233 W 228 W +USW00023188201807PRCP 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201807SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201807SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201807AWND 27 W 34 W 27 W 26 W 35 W 30 W 22 W 25 W 25 W 28 W 26 W 31 W 33 W 30 W 28 W 28 W 30 W 30 W 25 W 27 W 36 W 38 W 27 W 27 W 26 W 27 W 26 W 28 W 26 W 28 W 24 W +USW00023188201807TAVG 188H S 203H S 203H S 206H S 215H S 246H S 238H S 257H S 249H S 232H S 235H S 232H S 236H S 233H S 231H S 215H S 228H S 218H S 222H S 222H S 238H S 243H S 253H S 249H S 232H S 224H S 234H S 228H S 247H S 252H S 251H S +USW00023188201807WDF2 260 W 290 W 270 W 270 W 290 W 330 W 190 W 180 W 180 W 190 W 210 W 210 W 280 W 280 W 190 W 230 W 270 W 170 W 210 W 230 W 300 W 300 W 280 W 200 W 200 W 220 W 290 W 200 W 250 W 330 W 270 W +USW00023188201807WDF5 280 W 300 W 280 W 300 W 290 W 310 W 180 W 170 W 160 W-9999 220 W 300 W 290 W 290 W 200 W 260 W 290 W 170 W 220 W 240 W 300 W 310 W 280 W 280 W 200 W 190 W 310 W 210 W 230 W 330 W-9999 +USW00023188201807WSF2 58 W 76 W 58 W 58 W 81 W 67 W 58 W 63 W 58 W 54 W 63 W 58 W 72 W 63 W 58 W 58 W 63 W 67 W 67 W 58 W 76 W 76 W 63 W 54 W 54 W 54 W 63 W 63 W 45 W 63 W 54 W +USW00023188201807WSF5 76 W 94 W 81 W 81 W 98 W 85 W 72 W 67 W 85 W-9999 72 W 85 W 94 W 81 W 76 W 89 W 81 W 81 W 81 W 72 W 103 W 94 W 81 W 63 W 72 W 76 W 81 W 76 W 63 W 85 W-9999 +USW00023188201807WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201807WT08-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 +USW00023188201808TMAX 300 W 294 W 294 W 289 W 294 W 300 W 328 W 317 W 322 W 311 W 311 W 294 W 283 W 278 W 261 W 272 W 278 W 283 W 278 W 261 W 272 W 283 W 283 W 261 W 267 W 267 W 261 W 267 W 278 W 278 W 267 W +USW00023188201808TMIN 233 W 233 W 233 W 228 W 222 W 222 W 228 W 244 W 250 W 256 W 250 W 239 W 228 W 228 W 228 W 228 W 228 W 228 W 228 W 228 W 222 W 228 W 228 W 222 W 222 W 211 W 217 W 211 W 211 W 211 W 211 W +USW00023188201808PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 5 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201808SNOW-9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201808SNWD-9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201808AWND 27 W 24 W 23 W 26 W 26 W 18 W 24 W 25 W 26 W 25 W 34 W 29 W 29 W 27 W 27 W 27 W 25 W 28 W 23 W 32 W 28 W 26 W 26 W 23 W 23 W 30 W 23 W 28 W 32 W 29 W 21 W +USW00023188201808TAVG 256H S 258H S 254H S 249H S 244H S 253H S 259H S 272H S 284H S 282H S 279H S 264H S 253H S 246H S 240H S 238H S 244H S 249H S 246H S 238H S 238H S 247H S 243H S 237H S 235H S 235H S 231H S 231H S 238H S 240H S 234H S +USW00023188201808WDF2 290 W 290 W 290 W 210 W 300 W 320 W 170 W 240 W 320 W 220 W 300 W 270 W 290 W 280 W 220 W 210 W 320 W 320 W 280 W 230 W 270 W 270 W 290 W 210 W 290 W 290 W 270 W 300 W 290 W 290 W 280 W +USW00023188201808WDF5 290 W 260 W 280 W 240 W 220 W 320 W 170 W 240 W 330 W 220 W 290 W 280 W 310 W 300 W 220 W 220 W 250 W 290 W 280 W 240 W 300 W 300 W 290 W 220 W 270 W 290 W 290 W 280 W 290 W 290 W 280 W +USW00023188201808WSF2 67 W 58 W 54 W 45 W 54 W 54 W 72 W 58 W 58 W 58 W 76 W 63 W 63 W 67 W 58 W 63 W 58 W 54 W 54 W 58 W 54 W 58 W 63 W 63 W 63 W 67 W 63 W 63 W 81 W 76 W 54 W +USW00023188201808WSF5 81 W 72 W 76 W 67 W 72 W 67 W 94 W 76 W 67 W 72 W 103 W 85 W 89 W 94 W 76 W 76 W 76 W 76 W 76 W 72 W 85 W 89 W 94 W 85 W 81 W 89 W 81 W 76 W 98 W 89 W 67 W +USW00023188201808WT01-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201808WT08 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201809TMAX 239 W 244 W 250 W 250 W 261 W 244 W 250 W 272 W 244 W 244 W 239 W 250 W 261 W 294 W 272 W 267 W 267 W 261 W 244 W 222 W 244 W 256 W 239 W 206 W 239 W 228 W 239 W 222 W 244 W 256 W-9999 +USW00023188201809TMIN 194 W 206 W 211 W 211 W 217 W 211 W 206 W 189 W 194 W 189 W 183 W 200 W 194 W 200 W 206 W 200 W 189 W 178 W 194 W 189 W 172 W 189 W 200 W 183 W 189 W 194 W 189 W 194 W 189 W 189 W-9999 +USW00023188201809PRCP 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201809SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201809SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201809AWND 43 W 40 W 25 W 22 W 32 W 35 W 31 W 28 W 22 W 24 W 30 W 26 W 27 W 24 W 28 W 24 W 30 W 26 W 25 W 28 W 23 W 31 W 25 W 20 W 27 W 30 W 26 W 22 W 28 W 25 W-9999 +USW00023188201809TAVG 220H S 219H S 224H S 219H S 235H S 226H S 222H S 220H S 213H S 213H S 204H S 219H S 221H S 234H S 232H S 231H S 227H S 219H S 215H S 203H S 201H S 214H S 217H S 199H S 201H S 206H S 204H S 203H S 208H S 214H S-9999 +USW00023188201809WDF2 180 W 210 W 240 W 340 W 300 W 290 W 280 W 290 W 180 W 250 W 220 W 270 W 290 W 300 W 290 W 300 W 300 W 300 W 300 W 220 W 290 W 280 W 270 W 220 W 300 W 270 W 280 W 220 W 300 W 270 W-9999 +USW00023188201809WDF5 210 W 220 W 230 W 320 W 290 W 300 W 270 W 300 W 180 W 240 W 230 W 290 W 290 W 280 W 290 W 300 W 300 W 300 W 290 W 210 W 290 W 290 W 300 W 260 W 280 W 310 W 290 W 230 W 290 W 270 W-9999 +USW00023188201809WSF2 67 W 63 W 67 W 45 W 76 W 72 W 67 W 63 W 54 W 58 W 54 W 58 W 67 W 67 W 67 W 67 W 72 W 72 W 63 W 54 W 58 W 72 W 58 W 45 W 72 W 58 W 58 W 45 W 54 W 63 W-9999 +USW00023188201809WSF5 81 W 81 W 81 W 58 W 98 W 89 W 89 W 81 W 72 W 81 W 67 W 98 W 81 W 85 W 85 W 85 W 89 W 89 W 76 W 72 W 72 W 94 W 81 W 58 W 107 W 72 W 72 W 63 W 72 W 81 W-9999 +USW00023188201809WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00023188201809WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00023188201810TMAX 306 W 244 W 244 W 244 W 239 W 222 W 228 W 228 W 228 W 222 W 239 W 233 W 222 W 233 W 272 W 261 W 261 W 278 W 306 W 300 W 239 W 206 W 206 W 211 W 228 W 233 W 233 W 228 W 222 W 222 W 239 W +USW00023188201810TMIN 217 W 206 W 200 W 200 W 189 W 194 W 189 W 172 W 183 W 172 W 183 W 172 W 167 W 172 W 167 W 150 W 150 W 156 W 161 W 172 W 150 W 172 W 167 W 167 W 161 W 139 W 150 W 144 W 172 W 178 W 156 W +USW00023188201810PRCP 0 W 0 W 0 W 0T W 23 W 0 W 0 W 0 W 0 W 0 W 0 W 122 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201810SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201810SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201810AWND 25 W 25 W 28 W 31 W 25 W 39 W 34 W 22 W 26 W 19 W 26 W 26 W 20 W 26 W 27 W 21 W 19 W 22 W 17 W 12 W 16 W 21 W 22 W 19 W 21 W 22 W 19 W 18 W 26 W 26 W 19 W +USW00023188201810TAVG 238H S 236H S 214H S 218H S 212H S 205H S 202H S 199H S 199H S 196H S 209H S 201H S 189H S 198H S 207H S 214H S 206H S 213H S 227H S 229H S 203H S 186H S 180H S 183H S 181H S 182H S 189H S 184H S 189H S 195H S 194H S +USW00023188201810WDF2 310 W 240 W 150 W 280 W 280 W 190 W 230 W 240 W 280 W 260 W 290 W 290 W 290 W 300 W 280 W 320 W 310 W 290 W 320 W 270 W 270 W 270 W 300 W 280 W 300 W 300 W 300 W 290 W 150 W 170 W 310 W +USW00023188201810WDF5 310 W 220 W 230 W 280 W 280 W 190 W 230 W 260 W 280 W-9999 270 W 290 W 300 W 300 W 280 W 300 W 320 W 300 W 320 W 280 W 270 W 290 W 290 W 290 W 300 W 230 W 290 W 290 W-9999 170 W 310 W +USW00023188201810WSF2 72 W 45 W 54 W 63 W 67 W 72 W 63 W 63 W 54 W 54 W 63 W 76 W 58 W 67 W 72 W 67 W 72 W 67 W 58 W 45 W 54 W 58 W 63 W 58 W 45 W 63 W 67 W 54 W 54 W 63 W 67 W +USW00023188201810WSF5 98 W 63 W 67 W 81 W 81 W 85 W 81 W 81 W 76 W-9999 81 W 103 W 76 W 81 W 89 W 81 W 94 W 85 W 76 W 63 W 63 W 72 W 81 W 67 W 58 W 89 W 81 W 63 W-9999 76 W 89 W +USW00023188201810WT01-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W +USW00023188201810WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 +USW00023188201810WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201810WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W +USW00023188201811TMAX 272 W 311 W 261 W 228 W 211 W 217 W 222 W 228 W 267 W 261 W 239 W 261 W 239 W 250 W 256 W 239 W 233 W 222 W 222 W 206 W 217 W 211 W 211 W 211 W 239 W 244 W 239 W 194 W 183 W 194 W-9999 +USW00023188201811TMIN 144 W 156 W 156 W 139 W 156 W 183 W 189 W 167 W 133 W 133 W 117 W 100 W 117 W 133 W 111 W 122 W 122 W 133 W 122 W 133 W 133 W 161 W 150 W 167 W 139 W 133 W 117 W 139 W 150 W 150 W-9999 +USW00023188201811PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 3 W 0 W 0 W 0 W 0 W 0 W 0T W 165 W 38 W-9999 +USW00023188201811SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201811SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201811AWND 15 W 18 W 13 W 17 W 25 W 30 W 28 W 21 W 15 W 14 W 11 W 20 W 20 W 21 W 16 W 12 W 9 W 15 W 11 W 14 W 14 W 32 W 22 W 22 W 14 W 17 W 12 W 23 W 52 W 51 W-9999 +USW00023188201811TAVG 199H S 216H S 213H S 191H S 180H S 194H S 199H S 201H S 194H S 200H S 177H S 176H S 187H S 184H S 184H S 186H S 174H S 177H S 169H S 172H S 173H S 190H S 177H S 185H S 181H S 182H S 181H S 173H S 169H S 171H S-9999 +USW00023188201811WDF2 310 W 320 W 290 W 190 W 180 W 210 W 290 W 290 W 320 W 220 W 320 W 210 W 260 W 300 W 320 W 220 W 260 W 290 W 290 W 210 W 220 W 310 W 290 W 270 W 300 W 310 W 290 W 170 W 270 W 260 W-9999 +USW00023188201811WDF5 330 W 320 W 330 W 330 W 150 W 140 W 300 W 290 W 320 W 220 W 320 W 300 W 280 W 300 W 320 W 240 W 210 W 290 W 300 W 210 W 230 W 290 W 280 W 290 W 300 W 300 W 290 W 230 W 260 W 260 W-9999 +USW00023188201811WSF2 54 W 63 W 45 W 36 W 58 W 58 W 67 W 67 W 58 W 54 W 45 W 58 W 58 W 63 W 54 W 45 W 36 W 54 W 36 W 45 W 45 W 76 W 63 W 58 W 63 W 67 W 36 W 58 W 130 W 107 W-9999 +USW00023188201811WSF5 63 W 81 W 63 W 49 W 72 W 72 W 89 W 89 W 72 W 63 W 54 W 72 W 72 W 76 W 72 W 58 W 49 W 63 W 58 W 58 W 58 W 107 W 89 W 76 W 76 W 89 W 54 W 72 W 152 W 134 W-9999 +USW00023188201811WT01-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 +USW00023188201811WT02-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201811WT08-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201812TMAX 189 W 183 W 200 W 217 W 183 W 194 W 211 W 211 W 217 W 206 W 183 W 183 W 256 W 183 W 211 W 211 W 206 W 217 W 211 W 217 W 189 W 194 W 189 W 189 W 167 W 183 W 178 W 172 W 167 W 167 W 161 W +USW00023188201812TMIN 139 W 122 W 100 W 111 W 106 W 133 W 133 W 117 W 111 W 133 W 139 W 117 W 106 W 128 W 100 W 106 W 94 W 144 W 128 W 128 W 72 W 106 W 122 W 122 W 122 W 100 W 106 W 72 W 50 W 78 W 89 W +USW00023188201812PRCP 0T W 0 W 0 W 0 W 203 W 457 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 46 W 0 W 0 W 0 W 0 W 0 W 61 W +USW00023188201812SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201812SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201812AWND 31 W 34 W 12 W 10 W 26 W 45 W 17 W 13 W 16 W 12 W 14 W 21 W 9 W 14 W 20 W 17 W 16 W 19 W 13 W 16 W 14 W 19 W 18 W 20 W 34 W 14 W 24 W 21 W 16 W 30 W 50 W +USW00023188201812TAVG 164H S 164H S 144H S 154H S 147H S 157H S 161H S 159H S 157H S 162H S 162H S 152H S 160H S 150H S 166H S 145H S 141H S 174H S 164H S 167H S 159H S 143H S 154H S 151H S 157H S 134H S 141H S 130H S 116H S 122H S 152H S +USW00023188201812WDF2 300 W 290 W 300 W 270 W 100 W 190 W 310 W 320 W 310 W 290 W 230 W 170 W 200 W 310 W 310 W 300 W 90 W 320 W 290 W 320 W 320 W 320 W 290 W 280 W 280 W 290 W 180 W 290 W 320 W 170 W 80 W +USW00023188201812WDF5 290 W 280 W 310 W 270 W 150 W 180 W 300 W 320 W 320 W 300 W 230 W 180 W 200 W 320 W 320 W 300 W 90 W 310 W 290 W 290 W 290 W 300 W 300 W 280 W 260 W 220 W 180 W 300 W 320 W 120 W 80 W +USW00023188201812WSF2 81 W 94 W 58 W 40 W 98 W 94 W 63 W 54 W 72 W 40 W 40 W 45 W 58 W 54 W 58 W 72 W 54 W 72 W 40 W 54 W 40 W 54 W 45 W 45 W 103 W 40 W 72 W 58 W 67 W 72 W 103 W +USW00023188201812WSF5 107 W 116 W 67 W 54 W 134 W 130 W 81 W 76 W 98 W 54 W 54 W 63 W 63 W 67 W 72 W 94 W 67 W 94 W 54 W 63 W 54 W 63 W 58 W 58 W 121 W 54 W 85 W 67 W 81 W 98 W 125 W +USW00023188201812WT01-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00023188201812WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201812WT03-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201812WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201901TMAX 161 W 167 W 178 W 172 W 161 W 172 W 189 W 211 W 183 W 178 W 172 W 172 W 161 W 167 W 172 W 206 W 178 W 178 W 228 W 211 W 172 W 194 W 194 W 222 W 233 W 256 W 250 W 233 W 189 W 178 W 178 W +USW00023188201901TMIN 72 W 50 W 56 W 61 W 100 W 111 W 94 W 100 W 106 W 122 W 106 W 117 W 100 W 122 W 133 W 139 W 156 W 133 W 106 W 117 W 122 W 94 W 78 W 89 W 100 W 100 W 106 W 106 W 128 W 144 W 122 W +USW00023188201901PRCP 0 W 0 W 0 W 0 W 38 W 191 W 0 W 0 W 0 W 0 W 0 W 109 W 0 W 104 W 38 W 28 W 28 W 18 W 0 W 0T W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 157 W +USW00023188201901SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201901SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201901AWND 36 W 17 W 12 W 10 W 22 W 23 W 16 W 15 W 18 W 22 W 22 W 23 W 16 W 30 W 31 W 27 W 34 W 20 W 19 W 11 W 46 W 20 W 18 W 13 W 14 W 20 W 11 W 13 W 16 W 24 W 28 W +USW00023188201901TAVG 113H S 111H S 116H S 116H S 132H S 141H S 136H S 149H S 152H S 149H S 136H S 143H S 132H S 142H S 146H S 166H S 167H S 161H S 157H S 164H S 162H S 137H S 138H S 145H S 162H S 168H S 167H S 162H S 158H S 160H S 153H S +USW00023188201901WDF2 30 W 280 W 300 W 220 W 160 W 130 W 300 W 200 W 300 W 300 W 170 W 90 W 180 W 130 W 160 W 150 W 180 W 320 W 310 W 300 W 300 W 300 W 290 W 320 W 310 W 290 W 180 W 300 W 290 W 220 W 170 W +USW00023188201901WDF5 50 W 80 W 300 W 230 W 150 W 140 W 300 W 190 W 310 W 290 W 130 W 160 W 190 W 140 W 150 W 130 W 180 W 330 W 320 W 290 W 310 W 310 W 290 W 330 W 310 W 290 W 180 W 300 W 290 W 70 W 160 W +USW00023188201901WSF2 98 W 58 W 36 W 45 W 72 W 94 W 58 W 45 W 58 W 58 W 54 W 54 W 45 W 89 W 89 W 63 W 63 W 58 W 54 W 67 W 98 W 76 W 72 W 45 W 54 W 76 W 54 W 54 W 45 W 45 W 94 W +USW00023188201901WSF5 125 W 85 W 49 W 58 W 85 W 107 W 72 W 58 W 72 W 67 W 63 W 67 W 58 W 121 W 112 W 76 W 89 W 81 W 63 W 85 W 134 W 98 W 89 W 54 W 63 W 107 W 58 W 58 W 54 W 76 W 112 W +USW00023188201901WT01-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 1 W 1 W 1 W 1 W-9999 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W +USW00023188201901WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 +USW00023188201901WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W +USW00023188201901WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 +USW00023188201902TMAX 167 W 194 W 172 W 167 W 150 W 144 W 172 W 167 W 161 W 167 W 161 W 217 W 189 W 178 W 172 W 161 W 156 W 144 W 156 W 139 W 144 W 156 W 178 W 178 W 189 W 178 W 178 W 211 W-9999 -9999 -9999 +USW00023188201902TMIN 117 W 122 W 117 W 122 W 117 W 89 W 67 W 72 W 100 W 94 W 83 W 67 W 117 W 128 W 117 W 111 W 106 W 83 W 50 W 67 W 72 W 50 W 61 W 72 W 89 W 100 W 111 W 128 W-9999 -9999 -9999 +USW00023188201902PRCP 0T W 183 W 13 W 249 W 41 W 0T W 0 W 0 W 0T W 3 W 0 W 0 W 119 W 150 W 18 W 3 W 13 W 10 W 0 W 18 W 51 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 -9999 -9999 +USW00023188201902SNOW 0 H 0 H 0 H 0 H 0 H-9999 0 H 0 H 0 H-9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 0 H-9999 -9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 -9999 -9999 +USW00023188201902SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 -9999 -9999 +USW00023188201902AWND 23 W 58 W 29 W 47 W 36 W 32 W 20 W 16 W 17 W 34 W 20 W 10 W 31 W 67 W 22 W 42 W 59 W 32 W 14 W 34 W 54 W 18 W 20 W 20 W 15 W 17 W 19 W 21 W-9999 -9999 -9999 +USW00023188201902TAVG 140H S 166H S 137H S 146H S 136H S 120H S 117H S 122H S 125H S 127H S 123H S 130H S 152H S 153H S 143H S 141H S 138H S 122H S 100H S 106H S 118H S 97H S 114H S 123H S 133H S 137H S 144H S 157H S-9999 -9999 -9999 +USW00023188201902WDF2 160 W 160 W 190 W 230 W 300 W 300 W 280 W 300 W 210 W 270 W 290 W 300 W 170 W 170 W 270 W 290 W 290 W 360 W 270 W 300 W 280 W 270 W 310 W 320 W 300 W 290 W 290 W 290 W-9999 -9999 -9999 +USW00023188201902WDF5 150 W 160 W 190 W 230 W 290 W 290 W 290 W 320 W 220 W 260 W 280 W 290 W 190 W 180 W 270 W 300 W 290 W 340 W 250 W 290 W 280 W 240 W 320 W 320 W 290 W 280 W 280 W 300 W-9999 -9999 -9999 +USW00023188201902WSF2 63 W 170 W 67 W 103 W 81 W 81 W 63 W 63 W 58 W 81 W 67 W 36 W 94 W 161 W 89 W 94 W 116 W 107 W 54 W 103 W 139 W 67 W 76 W 72 W 58 W 40 W 63 W 58 W-9999 -9999 -9999 +USW00023188201902WSF5 81 W 206 W 85 W 139 W 107 W 125 W 81 W 76 W 63 W 107 W 81 W 45 W 116 W 210 W 98 W 112 W 165 W 157 W 72 W 130 W 183 W 85 W 94 W 89 W 72 W 54 W 81 W 76 W-9999 -9999 -9999 +USW00023188201902WT01-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00023188201902WT08-9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 +USW00023188201903TMAX 183 W 167 W 178 W 172 W 200 W 189 W 183 W 167 W 161 W 156 W 161 W 178 W 183 W 217 W 228 W 233 W 239 W 189 W 178 W 189 W 172 W 178 W 189 W 194 W 206 W 206 W 194 W 200 W 194 W 217 W 278 W +USW00023188201903TMIN 150 W 144 W 139 W 122 W 100 W 150 W 133 W 122 W 106 W 106 W 106 W 111 W 128 W 106 W 111 W 106 W 128 W 133 W 133 W 139 W 122 W 111 W 117 W 128 W 117 W 122 W 139 W 139 W 122 W 122 W 133 W +USW00023188201903PRCP 0 W 43 W 0T W 3 W 3 W 3 W 0T W 5 W 0T W 0 W 91 W 66 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 41 W 58 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201903SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201903SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201903AWND 27 W 46 W 24 W 30 W 20 W 30 W 26 W 39 W 26 W 23 W 20 W 38 W 30 W 18 W 22 W 17 W 13 W 18 W 36 W 31 W 25 W 23 W 25 W 24 W 25 W 27 W 30 W 35 W 21 W 27 W 20 W +USW00023188201903TAVG 162H S 153H S 159H S 151H S 141H S 171H S 160H S 144H S 134H S 131H S 127H S 134H S 149H S 154H S 161H S 168H S 178H S 164H S 157H S 160H S 152H S 141H S 152H S 159H S 159H S 158H S 162H S 174H S 158H S 166H S 195H S +USW00023188201903WDF2 290 W 180 W 260 W 330 W 280 W 300 W 260 W 330 W 290 W 250 W 300 W 260 W 270 W 270 W 320 W 310 W 180 W 200 W 210 W 180 W 240 W 270 W 290 W 300 W 300 W 300 W 300 W 300 W 300 W 300 W 330 W +USW00023188201903WDF5 290 W 170 W 240 W 330 W 280 W 310 W 260 W 310 W 290 W 260 W 300 W 260 W 280 W 290 W 310 W 290 W 170 W 190 W 220 W 190 W 240 W 280 W 290 W 290 W 300 W 300 W 280 W 290 W 280 W 300 W 310 W +USW00023188201903WSF2 63 W 94 W 54 W 63 W 76 W 76 W 67 W 89 W 76 W 63 W 72 W 81 W 72 W 58 W 63 W 67 W 54 W 54 W 76 W 72 W 94 W 76 W 72 W 67 W 67 W 63 W 72 W 72 W 72 W 81 W 63 W +USW00023188201903WSF5 76 W 130 W 76 W 76 W 103 W 98 W 81 W 121 W 94 W 81 W 89 W 103 W 89 W 67 W 85 W 89 W 63 W 76 W 94 W 85 W 121 W 89 W 94 W 89 W 85 W 81 W 89 W 94 W 89 W 98 W 81 W +USW00023188201903WT01-9999 1 W 1 W 1 W-9999 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201903WT03-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201903WT08-9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201904TMAX 256 W 189 W 194 W 194 W 194 W 206 W 244 W 272 W 217 W 222 W 206 W 206 W 233 W 217 W 200 W 189 W 239 W 239 W 206 W 189 W 178 W 200 W 206 W 217 W 211 W 200 W 200 W 206 W 183 W 183 W-9999 +USW00023188201904TMIN 161 W 150 W 150 W 144 W 133 W 144 W 139 W 161 W 167 W 139 W 128 W 150 W 133 W 139 W 144 W 150 W 139 W 150 W 150 W 156 W 150 W 139 W 156 W 150 W 156 W 161 W 156 W 161 W 156 W 144 W-9999 +USW00023188201904PRCP 0 W 0 W 0T W 0T W 15 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 5 W 18 W-9999 +USW00023188201904SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201904SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201904AWND 23 W 36 W 30 W 20 W 26 W 30 W 23 W 18 W 30 W 38 W 28 W 28 W 22 W 25 W 29 W 39 W 26 W 27 W 31 W 31 W 32 W 26 W 23 W 25 W 26 W 26 W 30 W 30 W 43 W 26 W-9999 +USW00023188201904TAVG 208H S 176H S 168H S 163H S 161H S 169H S 174H S 204H S 196H S 181H S 169H S 171H S 178H S 182H S 169H S 161H S 168H S 188H S 177H S 166H S 164H S 162H S 173H S 175H S 178H S 175H S 173H S 174H S 171H S 162H S-9999 +USW00023188201904WDF2 220 W 220 W 280 W 250 W 290 W 300 W 300 W 300 W 280 W 290 W 230 W 290 W 300 W 300 W 260 W 270 W 260 W 300 W 290 W 270 W 260 W 280 W 250 W 340 W 290 W 280 W 290 W 270 W 180 W 260 W-9999 +USW00023188201904WDF5 220 W 200 W 280 W 270 W 280 W 290 W 300 W 290 W 290 W 310 W 250 W 300 W 290 W 300 W 290 W 270 W 270 W 310 W 310 W 260 W 280 W 290 W 290 W 290 W 280 W 280 W 270 W 250 W 180 W 250 W-9999 +USW00023188201904WSF2 63 W 63 W 63 W 58 W 67 W 81 W 76 W 58 W 89 W 94 W 63 W 76 W 67 W 76 W 63 W 67 W 103 W 67 W 72 W 72 W 63 W 63 W 58 W 45 W 54 W 54 W 72 W 76 W 98 W 67 W-9999 +USW00023188201904WSF5 72 W 85 W 81 W 76 W 89 W 98 W 103 W 67 W 107 W 130 W 81 W 94 W 81 W 94 W 85 W 85 W 116 W 94 W 94 W 85 W 81 W 81 W 76 W 63 W 67 W 81 W 94 W 89 W 116 W 81 W-9999 +USW00023188201904WT01-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W-9999 +USW00023188201904WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00023188201904WT08-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 1 W-9999 -9999 +USW00023188201905TMAX 206 W 206 W 206 W 211 W 206 W 217 W 200 W 183 W 194 W 189 W 217 W 211 W 211 W 222 W 194 W 206 W 200 W 206 W 194 W 194 W 194 W 183 W 189 W 206 W 200 W 183 W 189 W 194 W 206 W 211 W 194 W +USW00023188201905TMIN 161 W 150 W 150 W 156 W 156 W 156 W 161 W 144 W 144 W 150 W 167 W 167 W 172 W 172 W 172 W 161 W 156 W 139 W 144 W 144 W 156 W 144 W 150 W 133 W 144 W 144 W 139 W 128 W 144 W 161 W 161 W +USW00023188201905PRCP 0 W 0 W 0 W 0 W 0T W 10 W 0T W 0T W 18 W 25 W 48 W 0 W 0 W 0 W 0 W 5 W 0T W 0 W 41 W 3 W 0T W 33 W 0T W 0 W 0 W 20 W 0T W 0 W 0 W 0 W 0 W +USW00023188201905SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201905SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201905AWND 31 W 30 W 22 W 26 W 26 W 36 W 35 W 27 W 28 W 28 W 21 W 28 W 27 W 31 W 26 W 52 W 29 W 23 W 44 W 49 W 57 W 50 W 35 W 29 W 23 W 37 W 36 W 27 W 26 W 25 W 29 W +USW00023188201905TAVG 174H S 176H S 173H S 178H S 172H S 177H S 176H S 168H S 166H S 169H S 181H S 188H S 181H S 187H S 182H S 179H S 176H S 169H S 169H S 169H S 169H S 163H S 165H S 169H S 170H S 169H S 160H S 160H S 174H S 179H S 171H S +USW00023188201905WDF2 300 W 300 W 280 W 280 W 280 W 260 W 270 W 320 W 230 W 200 W 290 W 250 W 240 W 280 W 270 W 270 W 280 W 220 W 180 W 290 W 270 W 270 W 230 W 280 W 260 W 270 W 260 W 230 W 300 W 220 W 210 W +USW00023188201905WDF5 300 W 310 W 290 W 300 W 280 W 260 W 270 W 300 W 260 W 200 W 290 W 210 W 270 W 300 W 260 W 270 W 290 W 250 W 180 W 300 W 270 W 270 W 220 W 290 W 280 W 270 W 240 W 200 W 270 W 220 W 220 W +USW00023188201905WSF2 72 W 72 W 63 W 63 W 63 W 67 W 67 W 58 W 58 W 72 W 72 W 63 W 63 W 63 W 63 W 98 W 76 W 58 W 103 W 89 W 98 W 94 W 63 W 72 W 63 W 72 W 72 W 72 W 63 W 58 W 63 W +USW00023188201905WSF5 112 W 94 W 94 W 81 W 85 W 85 W 76 W 72 W 89 W 81 W 85 W 81 W 81 W 81 W 76 W 121 W 98 W 72 W 130 W 116 W 134 W 112 W 81 W 85 W 81 W 94 W 94 W 85 W 94 W 76 W 72 W +USW00023188201905WT01-9999 -9999 -9999 -9999 -9999 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201905WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201905WT08-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 +USW00023188201906TMAX 194 W 200 W 194 W 189 W 200 W 194 W 194 W 206 W 228 W 250 W 228 W 233 W 217 W 211 W 211 W 200 W 183 W 200 W 211 W 194 W 206 W 222 W 222 W 211 W 206 W 217 W 222 W 228 W 239 W 261 W-9999 +USW00023188201906TMIN 161 W 161 W 167 W 167 W 161 W 161 W 167 W 167 W 167 W 161 W 167 W 172 W 172 W 167 W 178 W 178 W 172 W 167 W 167 W 167 W 161 W 172 W 178 W 172 W 172 W 172 W 172 W 178 W 172 W 178 W-9999 +USW00023188201906PRCP 0 W 0 W 0T W 0T W 0T W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W-9999 +USW00023188201906SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201906SNWD-9999 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201906AWND 34 W 31 W 27 W 26 W 28 W 24 W 23 W 27 W 26 W 28 W 24 W 28 W 29 W 29 W 27 W 23 W 22 W 27 W 21 W 27 W 31 W 28 W 33 W 25 W 25 W 24 W 27 W 26 W 29 W 31 W-9999 +USW00023188201906TAVG 174H S 173H S 179H S 177H S 174H S 174H S 177H S 179H S 186H S 199H S 195H S 199H S 192H S 183H S 188H S 186H S 179H S 176H S 182H S 181H S 180H S 190H S 198H S 188H S 183H S 183H S 191H S 195H S 195H S 213H S-9999 +USW00023188201906WDF2 250 W 270 W 320 W 250 W 210 W 220 W 270 W 220 W 280 W 260 W 210 W 300 W 260 W 220 W 270 W 230 W 180 W 270 W 270 W 220 W 210 W 270 W 280 W 280 W 280 W 280 W 260 W 290 W 300 W 300 W-9999 +USW00023188201906WDF5 210 W 280 W 320 W 240 W 220 W 220 W 260 W 230 W 290 W 260 W 200 W 230 W 270 W 260 W 260 W 250 W 180 W-9999 -9999 -9999 200 W 270 W 260 W 230 W 240 W 260 W 220 W 200 W 310 W 290 W-9999 +USW00023188201906WSF2 58 W 54 W 58 W 54 W 58 W 58 W 54 W 54 W 72 W 67 W 58 W 58 W 63 W 58 W 58 W 45 W 45 W 54 W 54 W 40 W 58 W 63 W 81 W 63 W 58 W 58 W 54 W 63 W 67 W 72 W-9999 +USW00023188201906WSF5 72 W 72 W 72 W 67 W 67 W 72 W 67 W 67 W 85 W 85 W 72 W 94 W 72 W 85 W 85 W 63 W 45 W-9999 -9999 -9999 112 W 103 W 107 W 89 W 94 W 98 W 89 W 81 W 89 W 98 W-9999 +USW00023188201906WT01-9999 -9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188201906WT08-9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201907TMAX 233 W 222 W 211 W 222 W 222 W 222 W 217 W 222 W 239 W 239 W 233 W 233 W 217 W 222 W 250 W 217 W 217 W 239 W 222 W 233 W 239 W 256 W 272 W 278 W 289 W 272 W 267 W 239 W 244 W 222 W 244 W +USW00023188201907TMIN 172 W 178 W 178 W 183 W 183 W 183 W 178 W 178 W 183 W 178 W 183 W 183 W 167 W 172 W 183 W 172 W 172 W 183 W 183 W 194 W 194 W 194 W 206 W 211 W 211 W 211 W 206 W 183 W 183 W 189 W 183 W +USW00023188201907PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201907SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201907SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201907AWND 29 W 28 W 34 W 25 W 25 W 29 W 38 W 29 W 26 W 29 W 27 W 24 W 22 W 23 W 23 W 30 W 34 W 28 W 28 W 35 W 32 W 28 W 31 W 24 W 18 W 25 W 27 W 23 W 27 W 29 W 24 W +USW00023188201907PGTM-9999 -9999 -9999 -9999 0954 W 1412 W 1134 W 1152 W 1114 W 1203 W 1116 W 1241 W 1130 W 1223 W 1424 W 1230 W 1130 W 1535 W 1153 W 1431 W 1209 W 0935 W 1124 W 1431 W 1400 W 1357 W 1256 W 1232 W 1024 W 1232 W 1031 W +USW00023188201907TAVG 200H S 193H S 193H S 195H S 198H S 195H S 192H S 194H S 202H S 206H S 203H S 199H S 200H S 192H S 203H S 198H S 187H S 199H S 198H S 204H S 213H S 213H S 228H S 240H S 245H S 236H S 234H S 221H S 206H S 208H S 206H S +USW00023188201907WDF2 280 W 210 W 220 W 210 W 280 W 210 W 220 W 210 W 280 W 290 W 280 W 280 W 220 W 260 W 270 W 190 W 190 W 280 W 280 W 290 W 280 W 280 W 290 W 170 W 190 W 290 W 290 W 210 W 280 W 210 W 280 W +USW00023188201907WDF5 240 W 200 W 170 W 200 W 210 W 200 W 210 W 210 W 280 W 240 W 280 W 250 W 210 W 250 W 280 W 180 W 180 W 250 W 230 W 290 W 280 W 250 W 290 W 170 W 200 W 290 W 280 W 200 W 180 W 190 W 220 W +USW00023188201907WSF2 63 W 58 W 58 W 58 W 58 W 54 W 58 W 58 W 58 W 67 W 67 W 58 W 54 W 58 W 54 W 58 W 63 W 58 W 58 W 72 W 76 W 63 W 72 W 67 W 54 W 58 W 63 W 58 W 54 W 54 W 54 W +USW00023188201907WSF5 81 W 112 W 116 W 112 W 94 W 112 W 112 W 107 W 89 W 89 W 85 W 76 W 107 W 94 W 72 W 112 W 116 W 81 W 89 W 98 W 98 W 81 W 94 W 107 W 107 W 81 W 85 W 116 W 94 W 107 W 98 W +USW00023188201907WT01 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201907WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201907WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201908TMAX 250 W 244 W 239 W 250 W 244 W 244 W 239 W 244 W 244 W 244 W 233 W 239 W 244 W 244 W 239 W 233 W 233 W 233 W 250 W 250 W 256 W 217 W 239 W 244 W 283 W 289 W 261 W 244 W 261 W 267 W 267 W +USW00023188201908TMIN 200 W 200 W 189 W 183 W 200 W 194 W 194 W 183 W 183 W 189 W 183 W 178 W 183 W 189 W 178 W 178 W 178 W 189 W 200 W 194 W 189 W 178 W 189 W 189 W 206 W 211 W 206 W 206 W 200 W 206 W 211 W +USW00023188201908PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201908SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201908SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201908AWND 30 W 29 W 21 W 21 W 31 W 29 W 23 W 25 W 23 W 25 W 22 W 24 W 26 W 33 W 33 W 22 W 26 W 28 W 30 W 31 W 22 W 38 W 32 W 22 W 24 W 23 W 24 W 26 W 21 W 22 W 26 W +USW00023188201908TAVG 219H S 213H S 214H S 210H S 215H S 216H S 211H S 211H S 205H S 214H S 208H S 198H S 206H S 212H S 209H S 200H S 197H S 205H S 214H S 217H S 214H S 203H S 207H S 219H S 236H S 246H S 232H S 218H S 223H S 234H S 232H S +USW00023188201908WDF2 290 W 270 W 270 W 280 W 290 W 280 W 260 W 280 W 280 W 270 W 260 W 280 W 290 W 290 W 280 W 220 W 270 W 280 W 280 W 290 W 280 W 180 W 240 W 280 W 300 W 260 W 200 W 250 W 290 W 270 W 290 W +USW00023188201908WDF5 300 W 270 W 220 W 280 W 290 W 260 W 230 W 280 W 190 W 270 W 210 W 220 W 290 W 290 W 280 W 210 W 200 W 260 W 290 W 290 W 270 W 210 W 190 W 210 W 330 W 230 W 200 W 210 W 280 W 210 W 280 W +USW00023188201908WSF2 72 W 67 W 54 W 58 W 72 W 67 W 63 W 63 W 45 W 63 W 58 W 54 W 63 W 76 W 76 W 54 W 54 W 58 W 76 W 76 W 58 W 67 W 58 W 58 W 54 W 67 W 54 W 54 W 76 W 54 W 67 W +USW00023188201908WSF5 98 W 94 W 85 W 81 W 89 W 89 W 89 W 81 W 103 W 103 W 98 W 94 W 85 W 98 W 89 W 107 W 98 W 85 W 107 W 94 W 76 W 116 W 121 W 94 W 63 W 103 W 103 W 98 W 94 W 81 W 89 W +USW00023188201908WT01-9999 1 W-9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 +USW00023188201908WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201908WT08 1 W-9999 -9999 1 W-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W +USW00023188201909TMAX 261 W 300 W 289 W 294 W 294 W 294 W 283 W 244 W 239 W 233 W 244 W 250 W 272 W 294 W 294 W 267 W 250 W 244 W 239 W 233 W 250 W 256 W 244 W 261 W 244 W 233 W 233 W 228 W 217 W 228 W-9999 +USW00023188201909TMIN 211 W 200 W 228 W 228 W 228 W 217 W 211 W 194 W 194 W 200 W 194 W 178 W 194 W 189 W 183 W 200 W 189 W 172 W 183 W 161 W 172 W 172 W 178 W 161 W 206 W 211 W 200 W 189 W 161 W 139 W-9999 +USW00023188201909PRCP 0 W 0 W 0 W 3 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0T W 0T W 8 W 18 W 0 W 0 W-9999 +USW00023188201909SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201909SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H-9999 +USW00023188201909AWND 22 W 17 W 25 W 25 W 21 W 21 W 24 W 24 W 37 W 40 W 26 W 23 W 25 W 16 W 22 W 17 W 21 W 20 W 30 W 22 W 17 W 15 W 20 W 26 W 39 W 34 W 23 W 31 W 22 W 23 W-9999 +USW00023188201909TAVG 229H S 234H S 253H S 253H S 254H S 249H S 246H S 221H S 211H S 213H S 216H S 214H S 223H S 235H S 242H S 227H S 219H S 208H S 208H S 202H S 208H S 216H S 221H S 204H S 222H S 222H S 218H S 208H S 195H S 182H S-9999 +USW00023188201909WDF2 280 W 130 W 280 W 150 W 280 W 290 W 290 W 260 W 210 W 230 W 280 W 280 W 290 W 290 W 300 W 280 W 270 W 260 W 260 W 270 W 270 W 210 W 270 W 290 W 170 W 170 W 280 W 270 W 280 W 280 W-9999 +USW00023188201909WDF5 280 W 220 W 300 W 140 W 200 W 270 W 290 W 190 W 190 W 170 W 210 W 290 W 290 W 280 W 320 W 280 W-9999 200 W 190 W 220 W 290 W 210 W 200 W 290 W 190 W 200 W 290 W 230 W 210 W 280 W-9999 +USW00023188201909WSF2 63 W 45 W 58 W 94 W 45 W 58 W 67 W 54 W 58 W 63 W 63 W 72 W 67 W 45 W 63 W 63 W 45 W 45 W 63 W 58 W 63 W 45 W 54 W 89 W 67 W 63 W 58 W 63 W 63 W 63 W-9999 +USW00023188201909WSF5 85 W 85 W 76 W 121 W 89 W 76 W 85 W 103 W 107 W 116 W 98 W 94 W 85 W 63 W 85 W 76 W-9999 98 W 116 W 94 W 98 W 89 W 94 W 98 W 125 W 107 W 81 W 103 W 103 W 85 W-9999 +USW00023188201909WT01 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 1 W-9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00023188201909WT03-9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201909WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201910TMAX 222 W 233 W 244 W 244 W 256 W 267 W 261 W 244 W 222 W 233 W 294 W 250 W 239 W 233 W 244 W 261 W 233 W 233 W 256 W 239 W 311 W 333 W 300 W 344 W 322 W 272 W 211 W 239 W 217 W 267 W 256 W +USW00023188201910TMIN 156 W 128 W 139 W 133 W 117 W 128 W 139 W 156 W 183 W 156 W 122 W 122 W 161 W 167 W 139 W 150 W 183 W 161 W 133 W 139 W 144 W 156 W 150 W 150 W 156 W 144 W 156 W 128 W 106 W 100 W 67 W +USW00023188201910PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W +USW00023188201910SNOW 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201910SNWD 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H 0 H +USW00023188201910AWND 21 W 20 W 14 W 19 W 13 W 17 W 18 W 17 W 26 W 22 W 15 W 16 W 26 W 23 W 22 W 14 W 31 W 22 W 16 W 22 W 13 W 17 W 12 W 16 W 15 W 24 W 43 W 14 W 17 W 15 W 15 W +USW00023188201910TAVG 188H S 184H S 193H S 187H S 186H S 194H S 201H S 197H S 198H S 194H S 199H S 196H S 197H S 199H S 189H S 202H S 204H S 199H S 190H S 192H S 214H S 244H S 228H S 227H S 238H S 209H S 197H S 183H S 170H S 180H S 161H S +USW00023188201910WDF2 220 W 280 W 270 W 290 W 280 W 280 W 280 W 290 W 210 W 280 W 260 W 280 W 270 W 280 W 290 W 270 W 260 W 300 W 280 W 290 W 310 W 310 W 210 W 310 W 300 W 200 W 200 W 280 W 280 W 270 W 300 W +USW00023188201910WDF5 200 W 280 W 260 W 270 W 310 W 280 W 310 W 230 W 210 W 220 W 250 W 220 W 200 W 200 W 300 W 190 W 200 W 300 W 240 W 300 W 310 W 300 W 200 W 310 W 300 W 210 W 220 W 270 W 220 W 230 W 350 W +USW00023188201910WSF2 54 W 67 W 63 W 58 W 54 W 63 W 63 W 45 W 58 W 45 W 54 W 54 W 63 W 58 W 76 W 45 W 63 W 67 W 54 W 67 W 58 W 58 W 40 W 58 W 58 W 58 W 67 W 45 W 58 W 54 W 58 W +USW00023188201910WSF5 107 W 94 W 76 W 81 W 72 W 81 W 85 W 63 W 116 W 89 W 76 W 89 W 85 W 89 W 98 W 94 W 112 W 81 W 76 W 89 W 76 W 76 W 89 W 76 W 76 W 107 W 121 W 81 W 107 W 85 W 76 W +USW00023188201910WT01-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201910WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201910WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W +USW00023188201911TMAX 239 W 272 W 250 W 233 W 217 W 211 W 222 W 228 W 294 W 206 W 200 W 222 W 206 W 206 W 217 W 222 W 311 W 328 W 250 W 183 W 194 W 211 D 222 D 233 D 194 D 200 D 189 D 172 D 167 D 178 D-9999 +USW00023188201911TMIN 89 W 100 W 89 W 89 W 100 W 144 W 156 W 144 W 122 W 167 W 139 W 139 W 144 W 139 W 156 W 133 W 122 W 139 W 156 W 144 W 139 W 111 D 111 D 106 D 100 D 106 D 117 D 111 D 100 D 100 D-9999 +USW00023188201911PRCP 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 0 W 28 W 130 W 38 W 0 D 0 D 0 D 0 D 0 D 71 D 348 D 69 D 8 D-9999 +USW00023188201911SNOW-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D-9999 +USW00023188201911SNWD-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D-9999 +USW00023188201911AWND 11 W 15 W 13 W 13 W 15 W 15 W 18 W 19 W 16 W 24 W 15 W 22 W 20 W 28 W 23 W 18 W 14 W 16 W 30 W 49 W 28 W 16 W 11 W 10 W 18 W 14 W 33 W 48 W 41 W 14 W-9999 +USW00023188201911TAVG 164H S 172H S 166H S 162H S 167H S 179H S 172H S 178H S 197H S 187H S 180H S 171H S 178H S 173H S 181H S 177H S 194H S 228H S 204H S 177H S 161H S 162H S 166H S 169H S 156H S 161H S 155H S 127H S 131H S 135H S-9999 +USW00023188201911WDF2 310 W 310 W 280 W 280 W 290 W 270 W 290 W 300 W 280 W 270 W 280 W 290 W 310 W 300 W 280 W 280 W 320 W 290 W 140 W 240 W 130 W 290 W 320 W 310 W 170 W 290 W 280 W 270 W 230 W 300 W-9999 +USW00023188201911WDF5 310 W 310 W 310 W 290 W 290 W 220 W 300 W 300 W 180 W 200 W 260 W 300 W 320 W 300 W 280 W 300 W 20 W 200 W 190 W 260 W 210 W 290 W 320 W 320 W 180 W 280 W 210 W 170 W 230 W 230 W-9999 +USW00023188201911WSF2 54 W 54 W 58 W 58 W 67 W 45 W 63 W 58 W 63 W 45 W 54 W 58 W 58 W 63 W 89 W 58 W 40 W 58 W 72 W 107 W 58 W 63 W 58 W 63 W 58 W 63 W 81 W 125 W 98 W 45 W-9999 +USW00023188201911WSF5 67 W 67 W 72 W 67 W 89 W 72 W 76 W 81 W 72 W 89 W 76 W 72 W 76 W 85 W 103 W 67 W 63 W 94 W 112 W 143 W 103 W 76 W 72 W 81 W 103 W 85 W 130 W 165 W 125 W 72 W-9999 +USW00023188201911WT01-9999 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 +USW00023188201911WT02-9999 -9999 -9999 1 W-9999 -9999 -9999 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201911WT03-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 +USW00023188201911WT08 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201912TMAX 194 D 217 D 200 D 183 D 206 D 222 D 194 D 189 D 189 D 211 D 194 D 206 D 194 D 200 D 189 D 206 D 194 D 183 D 189 D 239 D 222 D 189 D 172 D 178 D 167 D 156 D 167 D 167 D 172 D 178 D 233 D +USW00023188201912TMIN 94 D 100 D 117 D 161 D 117 D 122 D 172 D 156 D 122 D 100 D 94 D 117 D 117 D 156 D 111 D 72 D 50 D 50 D 56 D 67 D 83 D 106 D 133 D 128 D 117 D 89 D 67 D 72 D 72 D 100 D 89 D +USW00023188201912PRCP 0 D 0 D 0T D 302 D 0 D 0T D 38 D 10 D 5 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0T D 0 D 0 D 340 D 3 D 0T D 325 D 0 D 0 D 0 D 0 D 0 D +USW00023188201912SNOW 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D-9999 0 D 0 D 0 D 0 D 0 D-9999 0 D 0 D 0 D 0 D 0 D +USW00023188201912SNWD 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D +USW00023188201912AWND 10 W 12 W 9 W 30 W 13 W 13 W 10 W 19 W 14 W 13 W 16 W 10 W 13 W 30 W 28 W 11 W 13 W 9 W 11 W 10 W 6 W 21 W 33 W 24 W 36 W 40 W 11 W 13 W 12 W 18 W 14 W +USW00023188201912TAVG 144H S 146H S 152H S 173H S 162H S 162H S 179H S 179H S 163H S 147H S 149H S 154H S 156H S 167H S 168H S 140H S 126H S 124H S 119H S 137H S 147H S 146H S 153H S 151H S 144H S 132H S 116H S 122H S 126H S 139H S 142H S +USW00023188201912WDF2 260 W 290 W 210 W 170 W 290 W 10 W 160 W 270 W 280 W 280 W 300 W 290 W 290 W 280 W 300 W 280 W 320 W 260 W 320 W 350 W 160 W 120 W 90 W 280 W 130 W 290 W 210 W 230 W 280 W 160 W 30 W +USW00023188201912WDF5 220 W 310 W 190 W 210 W 310 W 200 W 190 W 220 W 280 W 270 W 290 W 280 W 290 W 190 W 300 W 210 W 300 W 230 W 320 W 340 W 190 W 180 W 90 W 280 W 140 W 290 W 220 W 210 W 210 W 180 W 30 W +USW00023188201912WSF2 40 W 54 W 54 W 63 W 54 W 45 W 31 W 54 W 63 W 54 W 63 W 54 W 54 W 72 W 67 W 58 W 45 W 63 W 54 W 36 W 31 W 58 W 130 W 81 W 94 W 170 W 45 W 45 W 40 W 45 W 67 W +USW00023188201912WSF5 89 W 81 W 89 W 98 W 63 W 85 W 72 W 76 W 72 W 63 W 81 W 63 W 63 W 98 W 94 W 72 W 63 W 89 W 72 W 49 W 67 W 76 W 152 W 103 W 116 W 201 W 94 W 94 W 85 W 89 W 94 W +USW00023188201912WT01-9999 -9999 -9999 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 1 W-9999 -9999 -9999 -9999 -9999 +USW00023188201912WT02-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188201912WT08-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188202001TMAX 189 D 206 D 211 D 206 D 211 D 261 D 239 D 178 D 178 D 183 D 178 D 178 D 178 D 178 D 183 D 167 D 178 D 206 D 233 D 194 D 172 D 183 D 206 D 194 D 183 D 172 D 189 D-9999 -9999 -9999 -9999 +USW00023188202001TMIN 78 D 100 D 94 D 83 D 83 D 78 D 67 D 78 D 111 D 83 D 61 D 94 D 106 D 100 D 72 D 117 D 106 D 72 D 72 D 122 D 122 D 122 D 94 D 117 D 122 D 139 D 106 D-9999 -9999 -9999 -9999 +USW00023188202001PRCP 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 13 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 46 D 0 D 0 D 0T D 64 D 0 D 0 D 0 D 0 D 0 D 0 D-9999 -9999 -9999 -9999 +USW00023188202001SNOW 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D-9999 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D-9999 -9999 -9999 -9999 +USW00023188202001SNWD 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D 0 D-9999 -9999 -9999 -9999 +USW00023188202001AWND 17 W 15 W 11 W 13 W 12 W 9 W 12 W-9999 -9999 15 W 16 W 17 W 20 W 13 W 12 W 21 W 22 W 12 W 11 W 15 W 20 W 17 W 15 W 15 W 16 W 20 W 15 W-9999 -9999 -9999 -9999 +USW00023188202001PGTM-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1420 W-9999 -9999 -9999 -9999 +USW00023188202001TAVG 140H S 151H S 151H S 143H S 141H S 149H S 149H S 132H S-9999 131H S 122H S 143H S 140H S 138H S 126H S 137H S 144H S 134H S 142H S 157H S 153H S 149H S 146H S 152H S 149H S 154H S 152H S 150H S-9999 -9999 -9999 +USW00023188202001WDF2 210 W 320 W 210 W 310 W 280 W 320 W 190 W-9999 -9999 280 W 230 W 290 W 230 W 280 W 300 W 240 W 280 W 320 W 210 W 260 W 290 W 280 W 300 W 280 W 220 W 280 W 320 W-9999 -9999 -9999 -9999 +USW00023188202001WDF5 210 W 310 W 210 W 300 W 300 W 230 W 180 W-9999 -9999 190 W 200 W 280 W 210 W 300 W 300 W 210 W 180 W 320 W 200 W 230 W 200 W 280 W 300 W 190 W 210 W 210 W 320 W-9999 -9999 -9999 -9999 +USW00023188202001WSF2 45 W 76 W 40 W 58 W 54 W 40 W 45 W-9999 -9999 63 W 45 W 58 W 45 W 58 W 54 W 58 W 54 W 63 W 63 W 72 W 45 W 63 W 72 W 40 W 40 W 54 W 67 W-9999 -9999 -9999 -9999 +USW00023188202001WSF5 103 W 103 W 94 W 85 W 81 W 54 W 103 W-9999 -9999 76 W 85 W 72 W 98 W 67 W 67 W 98 W 81 W 85 W 103 W 89 W 76 W 76 W 89 W 76 W 89 W 94 W 85 W-9999 -9999 -9999 -9999 +USW00023188202001WT01-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W-9999 1 W 1 W 1 W-9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 +USW00023188202001WT02-9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 +USW00023188202001WT08-9999 1 W-9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W-9999 -9999 -9999 -9999 -9999 -9999 1 W 1 W 1 W 1 W 1 W-9999 -9999 -9999 -9999 diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/readme.txt b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/readme.txt new file mode 100755 index 000000000..e6354b400 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/readme.txt @@ -0,0 +1,603 @@ +README FILE FOR DAILY GLOBAL HISTORICAL CLIMATOLOGY NETWORK (GHCN-DAILY) +Version 3.26 + +-------------------------------------------------------------------------------- +How to cite: + +Note that the GHCN-Daily dataset itself now has a DOI (Digital Object Identifier) +so it may be relevant to cite both the methods/overview journal article as well +as the specific version of the dataset used. + +The journal article describing GHCN-Daily is: +Menne, M.J., I. Durre, R.S. Vose, B.E. Gleason, and T.G. Houston, 2012: An overview +of the Global Historical Climatology Network-Daily Database. Journal of Atmospheric +and Oceanic Technology, 29, 897-910, doi:10.1175/JTECH-D-11-00103.1. + +To acknowledge the specific version of the dataset used, please cite: +Menne, M.J., I. Durre, B. Korzeniewski, S. McNeal, K. Thomas, X. Yin, S. Anthony, R. Ray, +R.S. Vose, B.E.Gleason, and T.G. Houston, 2012: Global Historical Climatology Network - +Daily (GHCN-Daily), Version 3. [indicate subset used following decimal, +e.g. Version 3.12]. +NOAA National Climatic Data Center. http://doi.org/10.7289/V5D21VHZ [access date]. +-------------------------------------------------------------------------------- + +I. DOWNLOAD QUICK START + +Start by downloading "ghcnd-stations.txt," which has metadata for all stations. + +Then download one of the following TAR files: + + - "ghcnd-all.tar.gz" if you want all of GHCN-Daily, OR + - "ghcnd-gsn.tar.gz" if you only want the GCOS Surface Network (GSN), OR + - "ghcnd-hcn.tar.gz" if you only want the U.S. Historical Climatology Network + (U.S. HCN). + +Then uncompress and untar the contents of the tar file, +e.g., by using the following Linux command: + +tar xzvf ghcnd_xxx.tar.gz + +Where "xxx" stands for "all", "hcn", or "gsn" as applicable. The files will be +extracted into a subdirectory under the directory where the command is issued. + +ALTERNATIVELY, if you only need data for one station: + + - Find the station's name in "ghcnd-stations.txt" and note its station + identification code (e.g., PHOENIX AP (Airport) is "USW00023183"); and + - Download the data file (i.e., ".dly" file) that corresponds to this code + (e.g., "USW00023183.dly" has the data for PHOENIX AP). + Note that the ".dly" file is located in the "all" subdirectory. + +-------------------------------------------------------------------------------- +-------------------------------------------------------------------------------- + +II. CONTENTS OF ftp://ftp.ncdc.noaa.gov/pub/data/ghcn/daily + +all: Directory with ".dly" files for all of GHCN-Daily +gsn: Directory with ".dly" files for the GCOS Surface Network + (GSN) +hcn: Directory with ".dly" files for U.S. HCN +by_year: Directory with GHCN Daily files parsed into yearly + subsets with observation times where available. See the + /by_year/readme.txt and + /by_year/ghcn-daily-by_year-format.rtf + files for further details +grid: Directory with the GHCN-Daily gridded dataset known + as HadGHCND +papers: Directory with pdf versions of journal articles relevant + to the GHCN-Daily dataset +figures: Directory containing figures that summarize the inventory + and processing of GHCN-Daily station records +superghcnd: Directory containing a comma delimited format of GHCN-Daily + with station metadata integrated into the data. Two files + are provided each day. The superghcnd_full file contains + all GHCN-Daily data in comma delimited format and the + superghcnd_diff file which contains the differences in + the dataset between two successive update runs. See + the readme.txt file in the superghcnd directory for more + details. + +ghcnd-all.tar.gz: TAR file of the GZIP-compressed files in the "all" directory +ghcnd-gsn.tar.gz: TAR file of the GZIP-compressed "gsn" directory +ghcnd-hcn.tar.gz: TAR file of the GZIP-compressed "hcn" directory + +ghcnd-countries.txt: List of country codes (FIPS) and names +ghcnd-inventory.txt: File listing the periods of record for each station and + element +ghcnd-stations.txt: List of stations and their metadata (e.g., coordinates) +ghcnd-states.txt: List of U.S. state and Canadian Province codes + used in ghcnd-stations.txt +ghcnd-version.txt: File that specifies the current version of GHCN Daily +mingle-list.txt: File that provides a list of each source and source identifiers + associated with each GHCN-Daily station. + +readme.txt: This file +status.txt: Notes on the current status of GHCN-Daily + +-------------------------------------------------------------------------------- +-------------------------------------------------------------------------------- + +III. FORMAT OF DATA FILES (".dly" FILES) + +Each ".dly" file contains data for one station. The name of the file +corresponds to a station's identification code. For example, "USC00026481.dly" +contains the data for the station with the identification code USC00026481). + +Each record in a file contains one month of daily data. The variables on each +line include the following: + +------------------------------ +Variable Columns Type +------------------------------ +ID 1-11 Character +YEAR 12-15 Integer +MONTH 16-17 Integer +ELEMENT 18-21 Character +VALUE1 22-26 Integer +MFLAG1 27-27 Character +QFLAG1 28-28 Character +SFLAG1 29-29 Character +VALUE2 30-34 Integer +MFLAG2 35-35 Character +QFLAG2 36-36 Character +SFLAG2 37-37 Character + . . . + . . . + . . . +VALUE31 262-266 Integer +MFLAG31 267-267 Character +QFLAG31 268-268 Character +SFLAG31 269-269 Character +------------------------------ + +These variables have the following definitions: + +ID is the station identification code. Please see "ghcnd-stations.txt" + for a complete list of stations and their metadata. +YEAR is the year of the record. + +MONTH is the month of the record. + +ELEMENT is the element type. There are five core elements as well as a number + of addition elements. + + The five core elements are: + + PRCP = Precipitation (tenths of mm) + SNOW = Snowfall (mm) + SNWD = Snow depth (mm) + TMAX = Maximum temperature (tenths of degrees C) + TMIN = Minimum temperature (tenths of degrees C) + + The other elements are: + + ACMC = Average cloudiness midnight to midnight from 30-second + ceilometer data (percent) + ACMH = Average cloudiness midnight to midnight from + manual observations (percent) + ACSC = Average cloudiness sunrise to sunset from 30-second + ceilometer data (percent) + ACSH = Average cloudiness sunrise to sunset from manual + observations (percent) + AWDR = Average daily wind direction (degrees) + AWND = Average daily wind speed (tenths of meters per second) + DAEV = Number of days included in the multiday evaporation + total (MDEV) + DAPR = Number of days included in the multiday precipiation + total (MDPR) + DASF = Number of days included in the multiday snowfall + total (MDSF) + DATN = Number of days included in the multiday minimum temperature + (MDTN) + DATX = Number of days included in the multiday maximum temperature + (MDTX) + DAWM = Number of days included in the multiday wind movement + (MDWM) + DWPR = Number of days with non-zero precipitation included in + multiday precipitation total (MDPR) + EVAP = Evaporation of water from evaporation pan (tenths of mm) + FMTM = Time of fastest mile or fastest 1-minute wind + (hours and minutes, i.e., HHMM) + FRGB = Base of frozen ground layer (cm) + FRGT = Top of frozen ground layer (cm) + FRTH = Thickness of frozen ground layer (cm) + GAHT = Difference between river and gauge height (cm) + MDEV = Multiday evaporation total (tenths of mm; use with DAEV) + MDPR = Multiday precipitation total (tenths of mm; use with DAPR and + DWPR, if available) + MDSF = Multiday snowfall total + MDTN = Multiday minimum temperature (tenths of degrees C; use with + DATN) + MDTX = Multiday maximum temperature (tenths of degress C; use with + DATX) + MDWM = Multiday wind movement (km) + MNPN = Daily minimum temperature of water in an evaporation pan + (tenths of degrees C) + MXPN = Daily maximum temperature of water in an evaporation pan + (tenths of degrees C) + PGTM = Peak gust time (hours and minutes, i.e., HHMM) + PSUN = Daily percent of possible sunshine (percent) + SN*# = Minimum soil temperature (tenths of degrees C) + where * corresponds to a code + for ground cover and # corresponds to a code for soil + depth. + + Ground cover codes include the following: + 0 = unknown + 1 = grass + 2 = fallow + 3 = bare ground + 4 = brome grass + 5 = sod + 6 = straw multch + 7 = grass muck + 8 = bare muck + + Depth codes include the following: + 1 = 5 cm + 2 = 10 cm + 3 = 20 cm + 4 = 50 cm + 5 = 100 cm + 6 = 150 cm + 7 = 180 cm + + SX*# = Maximum soil temperature (tenths of degrees C) + where * corresponds to a code for ground cover + and # corresponds to a code for soil depth. + See SN*# for ground cover and depth codes. + TAVG = Average temperature (tenths of degrees C) + [Note that TAVG from source 'S' corresponds + to an average for the period ending at + 2400 UTC rather than local midnight] + THIC = Thickness of ice on water (tenths of mm) + TOBS = Temperature at the time of observation (tenths of degrees C) + TSUN = Daily total sunshine (minutes) + WDF1 = Direction of fastest 1-minute wind (degrees) + WDF2 = Direction of fastest 2-minute wind (degrees) + WDF5 = Direction of fastest 5-second wind (degrees) + WDFG = Direction of peak wind gust (degrees) + WDFI = Direction of highest instantaneous wind (degrees) + WDFM = Fastest mile wind direction (degrees) + WDMV = 24-hour wind movement (km) + WESD = Water equivalent of snow on the ground (tenths of mm) + WESF = Water equivalent of snowfall (tenths of mm) + WSF1 = Fastest 1-minute wind speed (tenths of meters per second) + WSF2 = Fastest 2-minute wind speed (tenths of meters per second) + WSF5 = Fastest 5-second wind speed (tenths of meters per second) + WSFG = Peak gust wind speed (tenths of meters per second) + WSFI = Highest instantaneous wind speed (tenths of meters per second) + WSFM = Fastest mile wind speed (tenths of meters per second) + WT** = Weather Type where ** has one of the following values: + + 01 = Fog, ice fog, or freezing fog (may include heavy fog) + 02 = Heavy fog or heaving freezing fog (not always + distinquished from fog) + 03 = Thunder + 04 = Ice pellets, sleet, snow pellets, or small hail + 05 = Hail (may include small hail) + 06 = Glaze or rime + 07 = Dust, volcanic ash, blowing dust, blowing sand, or + blowing obstruction + 08 = Smoke or haze + 09 = Blowing or drifting snow + 10 = Tornado, waterspout, or funnel cloud + 11 = High or damaging winds + 12 = Blowing spray + 13 = Mist + 14 = Drizzle + 15 = Freezing drizzle + 16 = Rain (may include freezing rain, drizzle, and + freezing drizzle) + 17 = Freezing rain + 18 = Snow, snow pellets, snow grains, or ice crystals + 19 = Unknown source of precipitation + 21 = Ground fog + 22 = Ice fog or freezing fog + + WV** = Weather in the Vicinity where ** has one of the following + values: + + 01 = Fog, ice fog, or freezing fog (may include heavy fog) + 03 = Thunder + 07 = Ash, dust, sand, or other blowing obstruction + 18 = Snow or ice crystals + 20 = Rain or snow shower + +VALUE1 is the value on the first day of the month (missing = -9999). + +MFLAG1 is the measurement flag for the first day of the month. There are + ten possible values: + + Blank = no measurement information applicable + B = precipitation total formed from two 12-hour totals + D = precipitation total formed from four six-hour totals + H = represents highest or lowest hourly temperature (TMAX or TMIN) + or the average of hourly values (TAVG) + K = converted from knots + L = temperature appears to be lagged with respect to reported + hour of observation + O = converted from oktas + P = identified as "missing presumed zero" in DSI 3200 and 3206 + T = trace of precipitation, snowfall, or snow depth + W = converted from 16-point WBAN code (for wind direction) + +QFLAG1 is the quality flag for the first day of the month. There are + fourteen possible values: + + Blank = did not fail any quality assurance check + D = failed duplicate check + G = failed gap check + I = failed internal consistency check + K = failed streak/frequent-value check + L = failed check on length of multiday period + M = failed megaconsistency check + N = failed naught check + O = failed climatological outlier check + R = failed lagged range check + S = failed spatial consistency check + T = failed temporal consistency check + W = temperature too warm for snow + X = failed bounds check + Z = flagged as a result of an official Datzilla + investigation + +SFLAG1 is the source flag for the first day of the month. There are + thirty possible values (including blank, upper and + lower case letters): + + Blank = No source (i.e., data value missing) + 0 = U.S. Cooperative Summary of the Day (NCDC DSI-3200) + 6 = CDMP Cooperative Summary of the Day (NCDC DSI-3206) + 7 = U.S. Cooperative Summary of the Day -- Transmitted + via WxCoder3 (NCDC DSI-3207) + A = U.S. Automated Surface Observing System (ASOS) + real-time data (since January 1, 2006) + a = Australian data from the Australian Bureau of Meteorology + B = U.S. ASOS data for October 2000-December 2005 (NCDC + DSI-3211) + b = Belarus update + C = Environment Canada + D = Short time delay US National Weather Service CF6 daily + summaries provided by the High Plains Regional Climate + Center + E = European Climate Assessment and Dataset (Klein Tank + et al., 2002) + F = U.S. Fort data + G = Official Global Climate Observing System (GCOS) or + other government-supplied data + H = High Plains Regional Climate Center real-time data + I = International collection (non U.S. data received through + personal contacts) + K = U.S. Cooperative Summary of the Day data digitized from + paper observer forms (from 2011 to present) + M = Monthly METAR Extract (additional ASOS data) + m = Data from the Mexican National Water Commission (Comision + National del Agua -- CONAGUA) + N = Community Collaborative Rain, Hail,and Snow (CoCoRaHS) + Q = Data from several African countries that had been + "quarantined", that is, withheld from public release + until permission was granted from the respective + meteorological services + R = NCEI Reference Network Database (Climate Reference Network + and Regional Climate Reference Network) + r = All-Russian Research Institute of Hydrometeorological + Information-World Data Center + S = Global Summary of the Day (NCDC DSI-9618) + NOTE: "S" values are derived from hourly synoptic reports + exchanged on the Global Telecommunications System (GTS). + Daily values derived in this fashion may differ significantly + from "true" daily data, particularly for precipitation + (i.e., use with caution). + s = China Meteorological Administration/National Meteorological Information Center/ + Climatic Data Center (http://cdc.cma.gov.cn) + T = SNOwpack TELemtry (SNOTEL) data obtained from the U.S. + Department of Agriculture's Natural Resources Conservation Service + U = Remote Automatic Weather Station (RAWS) data obtained + from the Western Regional Climate Center + u = Ukraine update + W = WBAN/ASOS Summary of the Day from NCDC's Integrated + Surface Data (ISD). + X = U.S. First-Order Summary of the Day (NCDC DSI-3210) + Z = Datzilla official additions or replacements + z = Uzbekistan update + + When data are available for the same time from more than one source, + the highest priority source is chosen according to the following + priority order (from highest to lowest): + Z,R,D,0,6,C,X,W,K,7,F,B,M,m,r,E,z,u,b,s,a,G,Q,I,A,N,T,U,H,S + + +VALUE2 is the value on the second day of the month + +MFLAG2 is the measurement flag for the second day of the month. + +QFLAG2 is the quality flag for the second day of the month. + +SFLAG2 is the source flag for the second day of the month. + +... and so on through the 31st day of the month. Note: If the month has less +than 31 days, then the remaining variables are set to missing (e.g., for April, +VALUE31 = -9999, MFLAG31 = blank, QFLAG31 = blank, SFLAG31 = blank). + +-------------------------------------------------------------------------------- +-------------------------------------------------------------------------------- + +IV. FORMAT OF "ghcnd-stations.txt" + +------------------------------ +Variable Columns Type +------------------------------ +ID 1-11 Character +LATITUDE 13-20 Real +LONGITUDE 22-30 Real +ELEVATION 32-37 Real +STATE 39-40 Character +NAME 42-71 Character +GSN FLAG 73-75 Character +HCN/CRN FLAG 77-79 Character +WMO ID 81-85 Character +------------------------------ + +These variables have the following definitions: + +ID is the station identification code. Note that the first two + characters denote the FIPS country code, the third character + is a network code that identifies the station numbering system + used, and the remaining eight characters contain the actual + station ID. + + See "ghcnd-countries.txt" for a complete list of country codes. + See "ghcnd-states.txt" for a list of state/province/territory codes. + + The network code has the following five values: + + 0 = unspecified (station identified by up to eight + alphanumeric characters) + 1 = Community Collaborative Rain, Hail,and Snow (CoCoRaHS) + based identification number. To ensure consistency with + with GHCN Daily, all numbers in the original CoCoRaHS IDs + have been left-filled to make them all four digits long. + In addition, the characters "-" and "_" have been removed + to ensure that the IDs do not exceed 11 characters when + preceded by "US1". For example, the CoCoRaHS ID + "AZ-MR-156" becomes "US1AZMR0156" in GHCN-Daily + C = U.S. Cooperative Network identification number (last six + characters of the GHCN-Daily ID) + E = Identification number used in the ECA&D non-blended + dataset + M = World Meteorological Organization ID (last five + characters of the GHCN-Daily ID) + N = Identification number used in data supplied by a + National Meteorological or Hydrological Center + R = U.S. Interagency Remote Automatic Weather Station (RAWS) + identifier + S = U.S. Natural Resources Conservation Service SNOwpack + TELemtry (SNOTEL) station identifier + W = WBAN identification number (last five characters of the + GHCN-Daily ID) + +LATITUDE is latitude of the station (in decimal degrees). + +LONGITUDE is the longitude of the station (in decimal degrees). + +ELEVATION is the elevation of the station (in meters, missing = -999.9). + + +STATE is the U.S. postal code for the state (for U.S. stations only). + +NAME is the name of the station. + +GSN FLAG is a flag that indicates whether the station is part of the GCOS + Surface Network (GSN). The flag is assigned by cross-referencing + the number in the WMOID field with the official list of GSN + stations. There are two possible values: + + Blank = non-GSN station or WMO Station number not available + GSN = GSN station + +HCN/ is a flag that indicates whether the station is part of the U.S. +CRN FLAG Historical Climatology Network (HCN) or U.S. Climate Refererence + Network (CRN). There are three possible values: + + Blank = Not a member of the U.S. Historical Climatology + or U.S. Climate Reference Networks + HCN = U.S. Historical Climatology Network station + CRN = U.S. Climate Reference Network or U.S. Regional Climate + Network Station + +WMO ID is the World Meteorological Organization (WMO) number for the + station. If the station has no WMO number (or one has not yet + been matched to this station), then the field is blank. + +-------------------------------------------------------------------------------- +-------------------------------------------------------------------------------- + +V. FORMAT OF "ghcnd-countries.txt" + +------------------------------ +Variable Columns Type +------------------------------ +CODE 1-2 Character +NAME 4-50 Character +------------------------------ + +These variables have the following definitions: + +CODE is the FIPS country code of the country where the station is + located (from FIPS Publication 10-4 at + www.cia.gov/cia/publications/factbook/appendix/appendix-d.html). + +NAME is the name of the country. + +-------------------------------------------------------------------------------- +-------------------------------------------------------------------------------- + +VI. FORMAT OF "ghcnd-states.txt" + +------------------------------ +Variable Columns Type +------------------------------ +CODE 1-2 Character +NAME 4-50 Character +------------------------------ + +These variables have the following definitions: + +CODE is the POSTAL code of the U.S. state/territory or Canadian + province where the station is located + +NAME is the name of the state, territory or province. + +-------------------------------------------------------------------------------- +-------------------------------------------------------------------------------- + +VII. FORMAT OF "ghcnd-inventory.txt" + +------------------------------ +Variable Columns Type +------------------------------ +ID 1-11 Character +LATITUDE 13-20 Real +LONGITUDE 22-30 Real +ELEMENT 32-35 Character +FIRSTYEAR 37-40 Integer +LASTYEAR 42-45 Integer +------------------------------ + +These variables have the following definitions: + +ID is the station identification code. Please see "ghcnd-stations.txt" + for a complete list of stations and their metadata. + +LATITUDE is the latitude of the station (in decimal degrees). + +LONGITUDE is the longitude of the station (in decimal degrees). + +ELEMENT is the element type. See section III for a definition of elements. + +FIRSTYEAR is the first year of unflagged data for the given element. + +LASTYEAR is the last year of unflagged data for the given element. + +-------------------------------------------------------------------------------- +-------------------------------------------------------------------------------- +VIII. FORMAT OF "mingle-list.txt" + +-------------------------------------------------------------------------------- +Variable Column(s) Type +-------------------------------------------------------------------------------- +GHCN-Daily Identifier (ID) 1-11 Character +No of sources assoc. with the station (N) 13-14 Integer +Source Code of lowest ranking source 16 Character +Source Idenfier of lowest ranking source 18-28 Character +Source Code of next lowest ranking source 30 Character +Source Identifier of next lowest ranking source 32-42 +. +. +. +Up to Nth (highest ranking) source code and source identifier' +[See section III for a definition of source codes] + +IX. REFERENCES + +The journal article describing GHCN-Daily is: +Menne, M.J., I. Durre, R.S. Vose, B.E. Gleason, and T.G. Houston, 2012: An overview +of the Global Historical Climatology Network-Daily Database. Journal of Atmospheric +and Oceanic Technology, 29, 897-910, doi:10.1175/JTECH-D-11-00103.1. + +To acknowledge the specific version of the dataset used, please cite: +Menne, M.J., I. Durre, B. Korzeniewski, S. McNeal, K. Thomas, X. Yin, S. Anthony, R. Ray, +R.S. Vose, B.E.Gleason, and T.G. Houston, 2012: Global Historical Climatology Network - +Daily (GHCN-Daily), Version 3. [indicate subset used following decimal, +e.g. Version 3.12]. +NOAA National Climatic Data Center. http://doi.org/10.7289/V5D21VHZ [access date]. + +Klein Tank, A.M.G. and Coauthors, 2002. Daily dataset of 20th-century surface +air temperature and precipitation series for the European Climate Assessment. +Int. J. of Climatol., 22, 1441-1453. +Data and metadata available at http://eca.knmi.nl + + + +For additional information, please send an e-mail to ncdc.ghcnd@noaa.gov. diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/stations.txt b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/stations.txt new file mode 100755 index 000000000..7b16f8e02 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/downloaded/stations.txt @@ -0,0 +1,115081 @@ +ACW00011604 17.1167 -61.7833 10.1 ST JOHNS COOLIDGE FLD +ACW00011647 17.1333 -61.7833 19.2 ST JOHNS +AE000041196 25.3330 55.5170 34.0 SHARJAH INTER. AIRP GSN 41196 +AEM00041194 25.2550 55.3640 10.4 DUBAI INTL 41194 +AEM00041217 24.4330 54.6510 26.8 ABU DHABI INTL 41217 +AEM00041218 24.2620 55.6090 264.9 AL AIN INTL 41218 +AF000040930 35.3170 69.0170 3366.0 NORTH-SALANG GSN 40930 +AFM00040938 34.2100 62.2280 977.2 HERAT 40938 +AFM00040948 34.5660 69.2120 1791.3 KABUL INTL 40948 +AFM00040990 31.5000 65.8500 1010.0 KANDAHAR AIRPORT 40990 +AG000060390 36.7167 3.2500 24.0 ALGER-DAR EL BEIDA GSN 60390 +AG000060590 30.5667 2.8667 397.0 EL-GOLEA GSN 60590 +AG000060611 28.0500 9.6331 561.0 IN-AMENAS GSN 60611 +AG000060680 22.8000 5.4331 1362.0 TAMANRASSET GSN 60680 +AGE00135039 35.7297 0.6500 50.0 ORAN-HOPITAL MILITAIRE +AGE00147704 36.9700 7.7900 161.0 ANNABA-CAP DE GARDE +AGE00147705 36.7800 3.0700 59.0 ALGIERS-VILLE/UNIVERSITE +AGE00147706 36.8000 3.0300 344.0 ALGIERS-BOUZAREAH +AGE00147707 36.8000 3.0400 38.0 ALGIERS-CAP CAXINE +AGE00147708 36.7200 4.0500 222.0 TIZI OUZOU 60395 +AGE00147709 36.6300 4.2000 942.0 FORT NATIONAL +AGE00147710 36.7500 5.1000 9.0 BEJAIA-BOUGIE (PORT) 60401 +AGE00147711 36.3697 6.6200 660.0 CONSTANTINE +AGE00147712 36.1700 1.3400 112.0 ORLEANSVILLE (CHLEF) +AGE00147713 36.1800 5.4000 1081.0 SETIF +AGE00147714 35.7700 0.8000 78.0 ORAN-CAP FALCON +AGE00147715 35.4200 8.1197 863.0 TEBESSA +AGE00147716 35.1000 -1.8500 83.0 NEMOURS (GHAZAOUET) 60517 +AGE00147717 35.2000 0.6300 476.0 SIDI-BEL-ABBES +AGE00147718 34.8500 5.7200 125.0 BISKRA 60525 +AGE00147719 33.7997 2.8900 767.0 LAGHOUAT 60545 +AGE00147720 33.6800 1.0000 1320.0 GERYVILLE (EL-BAYADH) +AGE00147780 37.0800 6.4700 195.0 SKIKDA-CAP BOUGAROUNI +AGE00147794 36.7800 5.1000 225.0 BEJAIA-CAP CARBON +AGM00060351 36.7950 5.8740 11.0 JIJEL 60351 +AGM00060353 36.8170 5.8830 6.0 JIJEL-PORT 60353 +AGM00060355 36.9330 6.9500 7.0 SKIKDA 60355 +AGM00060360 36.8220 7.8090 4.9 ANNABA 60360 +AGM00060367 36.9000 8.4500 13.0 EL-KALA 60367 +AGM00060369 36.7670 3.1000 12.0 ALGER-PORT 60369 +AGM00060387 36.9170 3.9500 8.0 DELLYS 60387 +AGM00060402 36.7120 5.0700 6.1 SOUMMAM 60402 +AGM00060403 36.4670 7.4670 228.0 GUELMA 60403 +AGM00060405 36.5000 7.7170 111.0 BOUCHEGOUF 60405 +AGM00060410 36.5000 1.3330 18.0 TENES 60410 +AGM00060415 36.3170 3.5330 748.0 AIN-BESSAM 60415 +AGM00060417 36.3830 3.8830 560.0 BOUIRA 60417 +AGM00060419 36.2760 6.6200 690.4 MOHAMED BOUDIAF INTL 60419 +AGM00060421 35.8670 7.1170 891.0 OUM EL BOUAGHI 60421 +AGM00060423 36.2830 7.9670 680.0 SOUK AHRAS 60423 +AGM00060425 36.2130 1.3320 141.1 ECH CHELIFF 60425 +AGM00060430 36.3000 2.2330 721.0 MILIANA 60430 +AGM00060437 36.2830 2.7330 1036.0 MEDEA 60437 +AGM00060444 36.0670 4.7670 930.0 BORDJ-BOU-ARRERIDJ 60444 +AGM00060445 36.1780 5.3240 1050.0 SETIF AIN ARNAT 60445 +AGM00060452 35.8170 -0.2670 4.0 ARZEW 60452 +AGM00060457 35.8830 0.1170 138.0 MOSTAGANEM 60457 +AGM00060461 35.7000 -0.6500 22.0 ORAN-PORT 60461 +AGM00060467 35.6670 4.5000 442.0 M'SILA 60467 +AGM00060468 35.5500 6.1830 1052.0 BATNA 60468 +AGM00060471 35.3330 5.3330 461.0 BARIKA 60471 +AGM00060475 35.4320 8.1210 811.1 CHEIKH LARBI TEBESSI 60475 +AGM00060476 35.4670 7.0830 987.0 KHENCHELLA 60476 +AGM00060490 35.6240 -0.6210 89.9 ES SENIA 60490 +AGM00060506 35.6000 0.3000 476.0 MASCARA-MATEMORE 60506 +AGM00060507 35.2080 0.1470 513.9 GHRISS 60507 +AGM00060511 35.3410 1.4630 989.1 BOU CHEKIF 60511 +AGM00060514 35.1670 2.3170 801.0 KSAR CHELLALA 60514 +AGM00060515 35.3330 4.2060 459.0 BOU SAADA 60515 +AGM00060518 35.3000 -1.3500 70.0 BENI-SAF 60518 +AGM00060520 35.2000 -0.6170 476.0 SIDI-BEL-ABBES 60520 +AGM00060522 34.8200 -1.7700 426.0 MAGHNIA 60522 +AGM00060531 35.0170 -1.4500 248.1 ZENATA 60531 +AGM00060535 34.6830 3.2500 1144.0 DJELFA/TLETSI 60535 +AGM00060536 34.8670 0.1500 752.0 SAIDA 60536 +AGM00060540 34.1500 0.0670 1001.0 EL-KHEITER 60540 +AGM00060549 33.5360 -0.2420 1175.0 MECHERIA 60549 +AGM00060550 33.6670 1.0000 1347.0 EL-BAYADH 60550 +AGM00060555 33.0680 6.0890 85.0 SIDI MAHDI 60555 +AGM00060557 33.2670 -0.3000 1166.0 NAAMA 60557 +AGM00060559 33.5110 6.7770 61.9 GUEMAR 60559 +AGM00060560 32.7670 -0.6000 1059.0 AIN-SEFRA 60560 +AGM00060563 32.9330 3.2830 764.0 HASSIR'MEL 60563 +AGM00060566 32.3840 3.7940 460.9 NOUMERAT 60566 +AGM00060571 31.6460 -2.2700 811.1 BECHAR 60571 +AGM00060580 31.9170 5.4130 150.0 OUARGLA 60580 +AGM00060581 31.6730 6.1400 141.1 OUED IRARA 60581 +AGM00060602 30.1330 -2.1670 505.0 BENI-ABBES 60602 +AGM00060603 29.7170 6.7000 252.0 RHOURD NOUSS 60603 +AGM00060607 29.2370 0.2760 313.0 TIMIMOUN 60607 +AGM00060620 27.8380 -0.1860 280.1 TOUAT CHEIKH SIDI MOHAMED BEL 60620 +AGM00060630 27.2330 2.5000 269.0 IN-SALAH 60630 +AGM00060640 26.7240 8.6230 541.9 ILLIZI TAKHAMALT 60640 +AGM00060656 27.7000 -8.1670 442.9 TINDOUF 60656 +AGM00060670 24.2930 9.4520 968.0 TISKA 60670 +AGM00060686 21.3330 0.9500 399.0 BORDJ-BADJ-MOKHTAR 60686 +AGM00060690 19.5670 5.7670 401.0 IN-GUEZZAM 60690 +AJ000037575 41.5500 46.6670 490.0 ZAKATALA 37575 +AJ000037579 41.7000 46.8000 1746.0 ALIBEK 37579 +AJ000037605 41.3000 45.6000 440.0 BOGDANOVKA 37605 +AJ000037636 41.3000 45.5000 404.0 DJEYRANCELSKAJ-STEP' 37636 +AJ000037639 41.1330 45.4170 333.0 AGSTAPHA AIRPORT 37639 +AJ000037656 41.2000 46.8000 403.0 ADJINAURSKAYA_STEP' 37656 +AJ000037661 41.2170 47.1670 641.0 SHAKI 37661 +AJ000037668 41.1000 47.5000 583.0 VARTASHEN 37668 +AJ000037673 41.5000 48.8000 27.0 HACMAS 37673 +AJ000037674 41.2000 48.2000 999.0 KRIC 37674 +AJ000037675 41.3670 48.5170 552.0 GUBA 37675 +AJ000037679 41.1000 49.2000 -26.0 SIASAN' 37679 +AJ000037729 40.7000 45.8000 1476.0 KEDABEK 37729 +AJ000037734 40.8000 46.0000 404.0 SHAMHOR 37734 +AJ000037735 40.7167 46.4167 311.0 GANCA 37735 +AJ000037740 40.9830 47.8670 682.0 QABALA 37740 +AJ000037742 40.9000 47.3000 313.0 ORDJONIKIDZE,ZERNOSOVHOZ 37742 +AJ000037744 40.7670 47.0500 94.0 MINGACHEVIR 37744 +AJ000037747 40.6170 47.1500 15.0 EVLAKH AIRPORT 37747 +AJ000037749 40.6500 47.7500 95.0 GOYCHAY 37749 +AJ000037753 40.8670 48.9330 1082.0 ALTIAGACH 37753 +AJ000037756 40.5330 48.9330 755.0 MARAZA 37756 +AJ000037759 40.6330 48.6330 892.0 SHAMAKHY 37759 +AJ000037769 40.6000 49.6330 -19.0 SUMGAIT 37769 +AJ000037813 40.3000 45.9000 12.0 GEYGEL' 37813 +AJ000037816 40.5000 46.1000 1655.0 DASHKESAN 37816 +AJ000037825 40.4000 46.3000 1612.0 GEYGEL'-KURORT 37825 +AJ000037831 40.4000 47.0000 160.0 MIR-BASHIR 37831 +AJ000037832 40.4000 47.1000 69.0 BARDA 37832 +AJ000037835 40.2000 47.7000 -5.0 ZARDOB 37835 +AJ000037844 40.3330 48.1670 4.0 KURDAMIR 37844 +AJ000037849 40.0170 48.9170 -5.0 GAZIMAMMAD AERODROM 37849 +AJ000037850 40.4000 49.8000 47.0 BAKU 37850 +AJ000037860 40.5330 50.0000 28.0 MASHTAGA 37860 +AJ000037861 40.2000 50.9000 -15.0 NEFT'JNIE 37861 +AJ000037866 40.4670 50.3170 -24.0 PIRALLAHI 37866 +AJ000037869 40.3000 50.6000 -17.0 JILOY,OSTROV 37869 +AJ000037883 39.9000 45.9000 2064.0 ISTISU 37883 +AJ000037888 39.5000 45.8000 3282.0 SISIANSKIY,PEREVAL 37888 +AJ000037893 39.9000 46.9000 352.0 AGDAM 37893 +AJ000037895 39.9830 46.7500 828.0 KHANKANDY 37895 +AJ000037898 39.7000 46.5000 1152.0 LACHIN 37898 +AJ000037899 39.7670 46.7500 1355.0 SHUSHA 37899 +AJ000037901 39.8000 47.1000 414.0 MARTUNY 37901 +AJ000037902 39.8000 47.5000 157.0 MOL'SKAYA,STEP' 37902 +AJ000037905 39.7670 47.7500 71.0 BEYLAGAN AERODROME 37905 +AJ000037907 39.6000 47.1500 439.0 FIZULY 37907 +AJ000037912 39.9000 48.5000 -16.0 DJAFARHAN 37912 +AJ000037913 39.6000 48.9000 -20.0 SAL'JNY 37913 +AJ000037914 39.9000 48.0000 -1.0 IMISLY 37914 +AJ000037922 39.8000 49.6000 -25.0 SVINOY,OSTROV 37922 +AJ000037923 39.9670 49.4000 -16.0 ALAT 37923 +AJ000037925 39.4000 49.2500 -24.0 NEFTCHALA 37925 +AJ000037936 39.2000 45.4170 885.0 NAXCIVAN 37936 +AJ000037941 39.4000 45.6000 1205.0 SAHBUZ 37941 +AJ000037946 39.1000 46.0000 3268.0 PARAGACHAY 37946 +AJ000037947 38.9500 45.6330 717.0 JULFA 37947 +AJ000037957 38.9170 46.0170 787.0 ORDUBAD 37957 +AJ000037962 39.4000 47.0000 632.0 DJEBRAIL 37962 +AJ000037968 39.0000 46.7000 313.0 MINDJEVAN 37968 +AJ000037972 39.4670 48.5500 3.0 BILASUVAR 37972 +AJ000037978 39.7000 48.6000 2.0 GYOYTAPA 37978 +AJ000037981 38.9000 48.2000 794.0 JARDIMLY 37981 +AJ000037984 38.7670 48.4000 1113.0 LERIK 37984 +AJ000037985 38.7500 48.8170 -12.0 LANKARAN 37985 +AJ000037989 38.5000 48.9000 -22.0 ASTARA GSN 37989 +ALE00100939 41.3331 19.7831 89.0 TIRANA +ALE00108905 42.1000 19.5331 43.0 SHKODRA +ALM00013615 41.4150 19.7210 38.4 TIRANA RINAS GSN 13615 +AM000037608 41.1000 43.7000 2009.0 SHURABAD 37608 +AM000037609 41.0000 43.9000 2019.0 GUKASYAN_VERIN 37609 +AM000037618 41.1170 44.2830 1509.0 TASHIR 37618 +AM000037627 41.0500 44.6330 1110.0 ODZUN 37627 +AM000037629 41.1000 44.8000 663.0 SHNOH 37629 +AM000037682 40.7830 43.8330 1866.0 AMASIA 37682 +AM000037683 40.8670 43.9500 1798.0 JABJUR-IN-ARMENIA 37683 +AM000037686 40.7800 43.8300 1523.0 GUMRI 37686 +AM000037689 40.6000 44.0000 1727.0 ARTIK 37689 +AM000037693 41.0000 44.3670 1400.0 STEPANAVAN 37693 +AM000037694 40.9000 44.4000 2061.0 PUSHKINSKIY,PEREVAL 37694 +AM000037695 40.8330 44.2670 1555.0 SPITAK 37695 +AM000037698 40.6000 44.5000 1986.0 ANKAVAN 37698 +AM000037699 40.5330 44.3830 1892.0 APARAN 37699 +AM000037700 40.3000 44.9000 3103.0 ERATUMBER 37700 +AM000037704 40.8170 44.5000 1379.0 VANADZOR 37704 +AM000037705 40.8000 44.6000 1798.0 LERMONTOVO 37705 +AM000037706 40.7500 44.8670 1255.0 DILIJAN 37706 +AM000037708 40.7000 44.9000 2097.0 SEMENOVKA 37708 +AM000037711 40.8670 45.1500 733.0 IDJEVAN 37711 +AM000037713 40.9000 45.5000 692.0 BERD 37713 +AM000037719 40.6000 45.3500 1834.0 CHAMBARAK 37719 +AM000037772 40.4000 43.9000 1637.0 TALIN 37772 +AM000037773 40.5000 43.9000 2151.0 GARNOVIT 37773 +AM000037774 40.3170 43.6670 1255.0 ARAGATS 37774 +AM000037781 40.5000 44.2000 3223.0 ARAGAC VISOKOGORNAYA GSN 37781 +AM000037782 40.4000 44.3000 1893.0 AMBERD (KOSHABULAKH) 37782 +AM000037785 40.3000 44.4000 1092.0 ASTARAK 37785 +AM000037786 40.3000 44.5000 1339.0 EGVARD 37786 +AM000037787 40.1330 44.0500 865.0 ARMAVIR 37787 +AM000037789 40.2000 44.5000 1113.0 YEREVAN 37789 +AM000037791 40.4000 44.6830 1800.0 FANTAN 37791 +AM000037792 40.4830 44.7500 1761.0 HRAZDAN 37792 +AM000037798 40.1000 44.7000 1427.0 GARNI 37798 +AM000037801 40.3500 45.1331 1961.0 GAVAR 37801 +AM000037802 40.5000 45.3000 1929.0 SHORJA 37802 +AM000037808 40.5000 45.3000 1943.0 MARTUNI 37808 +AM000037815 40.2000 45.7500 1940.0 MASRIK 37815 +AM000037871 39.8170 44.5670 822.0 ARARAT 37874 +AM000037872 39.9000 44.9000 1064.0 URCADZOR 37872 +AM000037873 40.0000 45.2300 2334.0 YANYKH 37873 +AM000037874 39.7670 45.3330 1317.0 EHGNADZOR 37876 +AM000037875 39.7000 45.2000 1008.0 ARENY 37875 +AM000037876 39.8000 45.4000 1312.0 EHEGNADZOR 37876 +AM000037878 39.8000 45.0000 2130.0 BESIIMYANNIY,PEREVAL 37878 +AM000037880 39.7000 45.7000 2392.0 KOCHBEC 37880 +AM000037884 39.8000 45.8000 2075.0 D'ERMUK 37884 +AM000037887 39.6000 45.5000 1942.0 MARTIROS 37887 +AM000037897 39.5330 46.0170 1581.0 SISIAN 37897 +AM000037954 39.2000 46.2000 2574.0 KADJARAN 37954 +AM000037958 38.9000 46.2500 628.0 MEGRI 37958 +AM000037959 39.2000 46.4330 706.0 KAPAN 37959 +AMM00037717 40.5670 45.0000 1917.0 SEVAN OZERO 37717 +AO000066160 -8.8500 13.2330 74.0 LUANDA GSN 66160 +AO000066270 -11.4170 15.1170 1304.0 WAKU KUNGU (CELA) GSN 66270 +AO000066390 -14.9330 13.5670 1761.0 LUBANGO (SA DA BAND GSN 66390 +AO000066410 -14.6500 17.6830 1343.0 MENONGUE (SERPA PIN GSN 66410 +AO000066422 -15.2000 12.1500 45.0 MOCAMEDES GSN 66422 +AO000066447 -15.8330 20.3500 1088.0 MAVINGA GSN 66447 +AQC00914000 -14.3167 -170.7667 408.4 AS AASUFOU +AQC00914005 -14.2667 -170.6500 182.9 AS AFONO +AQC00914021 -14.2667 -170.5833 6.1 AS AMOULI TUTUILA +AQC00914060 -14.2667 -170.6833 80.8 AS ATUU +AQC00914135 -14.3000 -170.7000 249.9 AS FAGA ALU RSVR +AQC00914138 -14.2833 -170.6833 24.1 AS FAGA ALU STREAM +AQC00914145 -14.2833 -170.7167 14.9 AS FAGASA TUTUILA +AQC00914149 -14.2833 -170.6833 57.0 AS FAGA TOGO +AQC00914188 -14.2167 -168.5333 6.1 AS FALEASAO TAU +AQC00914248 -14.2333 -169.5167 4.9 AS FALEASAO VILLAGE +AQC00914397 -14.3500 -170.7833 6.1 AS LEONE +AQC00914424 -14.2333 -169.5167 6.1 AS LUMA VILLAGE +AQC00914594 -14.3333 -170.7667 42.4 AS MALAELOA +AQC00914650 -14.1667 -169.7167 3.0 AS OFU +AQC00914822 -11.0500 -171.0833 3.0 AS SWAIN ISLAND +AQC00914869 -14.3333 -170.7167 3.0 AS TAFUNA AP TUTUILA +AQC00914873 -14.3500 -170.7667 14.9 AS TAPUTIMU TUTUILA +AQC00914902 -14.2728 -170.6922 80.8 AS VAIPITO +AQC00914912 -14.2500 -170.6667 3.0 AS VATIA +AQW00061705 -14.3306 -170.7136 3.7 AS PAGO PAGO WSO AP GSN 91765 +AR000000001 -29.6000 -58.1500 109.0 BAIBENE +AR000000002 -29.8200 -57.4200 75.0 BONPLAND +AR000000003 -29.9800 -58.2800 90.0 CAZADORES CORRENTINOS +AR000000004 -30.7800 -58.1500 71.0 CHAJAR355 +AR000000005 -30.0300 -57.8200 74.0 COLONIA LIBERTAD +AR000000006 -31.3800 -58.0200 38.0 CONCORDIA +AR000000007 -30.5800 -58.4500 72.0 CONQUISTADORES +AR000000008 -29.7830 -57.9830 70.0 CURUZU CUATIA AERO 87286 +AR000000009 -31.0000 -57.9000 38.0 FEDERACI/363N +AR000000010 -30.6800 -57.8200 37.0 MOCORETA LAGO +AR000000011 -30.2670 -57.6500 53.0 MONTE CASEROS AERO 87393 +AR000000012 -29.7300 -57.0800 58.0 PASO DE LOS LIBRES +AR000000013 -30.4200 -57.8500 86.0 PUJOL +AR000000014 -31.0800 -58.2800 70.0 REDOM363N +AR000000015 -30.0300 -58.3000 83.0 SAN JAIME DE ARRUABARRENA +AR000000016 -29.3700 -58.1800 110.0 SOLARI +AR000087007 -22.1000 -65.6000 3479.0 LA QUIACA OBSERVATO GSN 87007 +AR000087065 -24.1670 -62.9000 205.0 RIVADAVIA GSN 87065 +AR000087078 -24.7000 -60.5830 130.0 LAS LOMITAS GSN 87078 +AR000087129 -27.7670 -64.3000 200.0 SANTIAGO DEL ESTERO 87149 +AR000087155 -27.4500 -59.0500 53.0 RESISTENCIA AERO GSN 87155 +AR000087217 -29.3830 -66.8170 438.0 LA RIOJA AERO. GSN 87217 +AR000087257 -29.8830 -61.9500 88.0 CERES AERO GSN 87257 +AR000087270 -29.1830 -59.7000 53.0 RECONQUISTA AERO GSN 87270 +AR000087344 -31.3170 -64.2170 489.0 CORDOBA AERO GSN 87344 +AR000087374 -31.7830 -60.4830 74.0 PARANA AERO GSN 87374 +AR000087418 -32.8330 -68.7830 704.0 MENDOZA AERO GSN 87418 +AR000087534 -34.1330 -63.3670 137.0 LABOULAYE AERO GSN 87534 +AR000087623 -36.5670 -64.2660 192.0 SANTA ROSA AERO GSN 87623 +AR000087692 -37.9330 -57.5830 22.0 MAR DEL PLATA AERO GSN 87692 +AR000087715 -38.9500 -68.1330 273.0 NEUQUEN AERO GSN 87715 +AR000087803 -42.9330 -71.1500 799.0 ESQUEL AERO GSN 87803 +AR000087828 -43.2000 -65.2660 43.0 TRELEW AERO GSN 87828 +AR000087860 -45.7830 -67.5000 58.0 COMODORO RIVADAVIA GSN 87860 +AR000087925 -51.6170 -69.2830 19.0 RIO GALLEGOS AERO GSN 87925 +AR000870470 -24.8500 -65.4830 1246.0 SALTA AERO GSN 87047 +AR000873050 -30.2500 -68.7500 1175.0 JACHAL GSN 87305 +AR000875440 -35.8670 -61.9000 85.0 PEHUAJO AERO GSN 87544 +AR000875850 -34.5830 -58.4830 25.0 BUENOS AIRES OBSERV 87585 +AR000877500 -38.7330 -62.1670 75.0 BAHIA BLANCA AERO GSN 87750 +ARM00087016 -23.1530 -64.3290 356.0 ORAN 87016 +ARM00087022 -22.6200 -63.7940 449.0 GENERAL ENRIQUE MOSCONI TARTA 87022 +ARM00087046 -24.3930 -65.0980 920.2 JUJUY 87046 +ARM00087121 -26.8410 -65.1050 455.7 TENIENTE BENJAMIN MATIENZO 87121 +ARM00087148 -26.7330 -60.4830 93.0 PRESIDENCIA ROQUE SAENZ PENA 87148 +ARM00087162 -26.2130 -58.2280 59.1 FORMOSA 87162 +ARM00087166 -27.4460 -58.7620 61.9 CORRIENTES 87166 +ARM00087178 -27.3860 -55.9710 131.1 POSADAS GSN 87178 +ARM00087213 -29.2330 -67.4330 945.0 CHILECITO AERO 87213 +ARM00087222 -28.5960 -65.7520 463.9 CATAMARCA 87222 +ARM00087244 -29.9000 -63.6830 341.0 VILLA MARIA DEL RIO 87244 +ARM00087289 -29.6890 -57.1520 70.1 PASO DE LOS LIBRES GSN 87289 +ARM00087311 -31.5710 -68.4180 597.1 SAN JUAN 87311 +ARM00087320 -30.3670 -66.2830 461.0 CHAMICAL AERO 87320 +ARM00087322 -31.3330 -66.6000 658.0 CHEPES 87322 +ARM00087328 -31.9450 -65.1460 583.7 VILLA DOLORES 87328 +ARM00087345 -31.4000 -64.1830 426.0 CORDOBA OBSERVATORIO 87345 +ARM00087349 -31.6670 -63.8830 338.0 PILAR OBSERVATORIO 87349 +ARM00087395 -31.2970 -57.9970 34.1 COMODORO PIERRESTEGUI 87395 +ARM00087416 -33.0830 -68.4170 653.0 SAN MARTIN 87416 +ARM00087420 -32.8830 -68.8500 827.0 MENDOZA OBSERVATORIO 87420 +ARM00087436 -33.2730 -66.3560 709.9 SAN LUIS 87436 +ARM00087448 -33.7300 -65.3870 484.9 VILLA REYNOLDS 87448 +ARM00087453 -33.0850 -64.2610 420.9 RIO CUARTO AREA DE MATERIAL 87453 +ARM00087467 -32.6840 -62.1580 110.0 MARCOS JUAREZ 87467 +ARM00087480 -32.9040 -60.7850 25.9 ROSARIO 87480 +ARM00087497 -33.0100 -58.6130 22.9 GUALEGUAYCHU GSN 87497 +ARM00087506 -35.4940 -69.5740 1430.1 MALARGUE GSN 87506 +ARM00087509 -34.5880 -68.4030 752.9 SAN RAFAEL 87509 +ARM00087532 -35.6960 -63.7580 139.9 GENERAL PICO 87532 +ARM00087548 -34.5460 -60.9310 79.9 JUNIN 87548 +ARM00087550 -35.4500 -60.8830 76.0 NUEVE DE JULIO 87550 +ARM00087563 -36.0670 -59.1000 38.0 LAS FLORES 87563 +ARM00087576 -34.8220 -58.5360 20.4 MINISTRO PISTARINI 87576 +ARM00087582 -34.5590 -58.4160 5.5 AEROPARQUE JORGE NEWBERY 87582 +ARM00087593 -34.9720 -57.8950 21.9 LA PLATA GSN 87593 +ARM00087596 -35.3670 -57.2830 22.0 PUNTA INDIO B.A. 87596 +ARM00087637 -37.4330 -61.8830 233.0 CORONEL SUAREZ AERO 87637 +ARM00087640 -36.2000 -61.0670 94.0 BOLIVAR AERO 87640 +ARM00087641 -36.8330 -59.8830 147.0 AZUL AERO 87641 +ARM00087643 -36.8830 -60.2170 166.0 OLAVARRIA AERO 87643 +ARM00087645 -37.2370 -59.2280 175.0 TANDIL 87645 +ARM00087648 -36.3500 -57.7330 9.0 DOLORES AIRPORT 87648 +ARM00087679 -37.6000 -62.3830 304.0 PIGUE AIRPORT 87679 +ARM00087688 -38.3870 -60.3300 121.9 TRES ARROYOS 87688 +ARM00087736 -39.0170 -64.0830 79.0 RIO COLORADO 87736 +ARM00087765 -41.1510 -71.1580 846.1 SAN CARLOS DE BARILOCHE 87765 +ARM00087774 -41.2500 -68.7330 888.0 MAQUINCHAO 87774 +ARM00087784 -40.7830 -65.1000 20.0 SAN ANTONIO OESTE AERO 87784 +ARM00087791 -40.8690 -63.0000 6.1 GOBERNADOR CASTELLO 87791 +ARM00087800 -41.9430 -71.5320 344.7 EL BOLSON 87800 +ARM00087814 -43.8170 -68.8830 460.0 PASO DE INDIOS 87814 +ARM00087823 -42.7330 -65.0670 136.0 P.MADRYN AERO 87823 +ARM00087852 -46.5170 -71.0170 429.0 PERITO MORENO ARPT 87852 +ARM00087880 -48.7830 -70.1670 356.0 GOBERNADOR GREGORES 87880 +ARM00087896 -47.7350 -65.9040 81.1 PUERTO DESEADO 87896 +ARM00087903 -50.3330 -72.3000 220.0 LAGO ARGENTINO ARPT 87903 +ARM00087904 -50.2670 -72.0500 204.0 EL CALAFATE AERO 87904 +ARM00087909 -49.3070 -67.8030 57.9 SAN JULIAN 87909 +ARM00087934 -53.7780 -67.7490 19.8 RIO GRANDE 87934 +ARM00087938 -54.8430 -68.2960 21.6 USHUAIA MALVINAS ARGENTINAS 87938 +ASM00094275 -18.3000 143.5500 295.0 GEORGETOWN POST OFFICE 94275 +ASM00094299 -16.2880 149.9650 9.0 WILLIS ISLAND GSN 94299 +ASM00094940 -35.0830 150.8000 85.0 JERVIS BAY 94940 +ASM00094995 -31.5420 159.0790 7.0 LORD HOWE ISLAND AERO GSN 94995 +ASM00094997 -53.1000 73.7170 12.0 HEARD ISLAND (THE SPIT) 94997 +ASM00094998 -54.4990 158.9370 8.3 MACQUARIE ISLAND GSN 94998 +ASM00095997 -53.0170 73.4000 4.0 HEARD ISLAND (ATLAS COVE) 95997 +ASN00001000 -16.2919 127.1956 320.0 KARUNJIE +ASN00001001 -15.1806 127.8456 2.0 OOMBULGURRI +ASN00001003 -14.1331 126.7158 5.0 PAGO MISSION +ASN00001004 -15.4167 124.7167 47.0 KUNMUNYA +ASN00001005 -15.4644 128.1000 20.0 WYNDHAM PORT +ASN00001006 -15.5100 128.1503 3.8 WYNDHAM AERO 95214 +ASN00001007 -13.7542 126.1485 6.0 TROUGHTON ISLAND 94102 +ASN00001008 -16.3017 126.1825 640.0 MOUNT ELIZABETH OLD SITE +ASN00001009 -15.4875 124.5222 12.0 KURI BAY 94208 +ASN00001010 -14.7883 126.4964 210.0 THEDA +ASN00001011 -16.0497 124.9500 -999.9 PANTA DOWNS +ASN00001012 -14.7925 125.8258 315.0 MITCHELL PLATEAU +ASN00001013 -15.4872 128.1247 11.0 WYNDHAM 94214 +ASN00001014 -15.9078 128.1289 130.0 EMMA GORGE +ASN00001016 -14.4861 126.7664 59.0 CARSON RIVER STATION +ASN00001017 -15.5000 127.8333 -999.9 NULLA NULLA +ASN00001018 -16.4181 126.1025 546.0 MOUNT ELIZABETH 94211 +ASN00001019 -14.2964 126.6453 23.0 KALUMBURU GSN 94100 +ASN00001020 -14.0900 126.3867 51.0 TRUSCOTT 95101 +ASN00001021 -14.2961 126.6431 23.0 KALUMBURU MISSION +ASN00001022 -15.4997 128.1997 -999.9 WYNDHAM SIX MILE HOTEL +ASN00001023 -16.0086 127.9806 90.0 EL QUESTRO +ASN00001024 -15.9572 127.0628 300.0 ELLENBRAE +ASN00001025 -15.3797 126.3114 385.0 DOONGAN 94215 +ASN00001026 -15.7025 126.3786 370.0 DRYSDALE RIVER STATION +ASN00001027 -15.6394 128.0803 14.0 DIGGERS REST +ASN00001028 -15.7231 127.8297 10.0 HOME VALLEY +ASN00001030 -14.5786 125.9133 3.0 KIMBERLEY COASTAL CAMP +ASN00001031 -13.9600 127.1964 60.0 FARAWAY BAY +ASN00001032 -14.1472 126.6483 6.0 MCGOWAN ISLAND +ASN00001035 -15.5969 128.2781 20.0 PARRY CREEK FARM +ASN00002000 -17.7569 127.9386 363.0 ALICE DOWNS +ASN00002001 -16.5039 128.9172 120.0 ARGYLE DOWNS +ASN00002002 -18.8833 126.2333 -999.9 BOHEMIA DOWNS +ASN00002003 -16.8700 128.1836 194.0 BOW RIVER +ASN00002004 -16.5833 128.3667 -999.9 GLEN HILL +ASN00002005 -15.4864 128.5344 20.0 CARLTON HILL +ASN00002006 -15.5000 128.2500 -999.9 ASCOT +ASN00002007 -16.3167 128.2500 -999.9 DUNHAM RIVER STATION +ASN00002008 -18.3167 128.0000 -999.9 FLORA VALLEY OLD +ASN00002009 -16.4203 126.4411 488.0 GIBB RIVER +ASN00002010 -18.7506 128.5842 354.0 GORDON DOWNS +ASN00002011 -18.2519 127.7817 360.0 OLD HALLS CREEK +ASN00002012 -18.2292 127.6636 422.0 HALLS CREEK AIRPORT GSN 94212 +ASN00002013 -15.6900 128.6833 40.0 IVANHOE STATION +ASN00002014 -15.6547 128.7092 31.0 KIMBERLEY RES.STATION 95215 +ASN00002015 -18.4086 127.3547 400.0 LAMBOO +ASN00002016 -16.6742 128.5533 120.0 LISSADELL +ASN00002017 -18.7106 126.7111 248.0 LOUISA DOWNS +ASN00002018 -17.1792 128.1217 254.0 MABEL DOWNS +ASN00002019 -18.6253 126.8617 280.0 MARGARET RIVER STATION +ASN00002020 -18.1894 127.5011 430.0 MOOLA BULLA +ASN00002021 -18.3869 126.9892 300.0 MOUNT AMHURST +ASN00002022 -18.0160 126.3033 180.0 MOUNT WINIFRED +ASN00002023 -18.0308 128.8942 380.0 NICHOLSON +ASN00002024 -17.4000 128.8500 -999.9 ORD RIVER +ASN00002025 -18.3667 127.5667 -999.9 ROCKHOLE DOWNS +ASN00002026 -18.5958 127.6419 450.0 RUBY PLAINS +ASN00002027 -16.3500 128.0333 -999.9 SPEEWA STATION +ASN00002028 -16.8181 128.8656 180.0 SPRING CREEK +ASN00002029 -19.1625 128.1633 400.0 STURT CREEK +ASN00002030 -17.2964 126.9150 450.0 YULMBU +ASN00002031 -17.0103 128.4669 250.0 TEXAS DOWNS +ASN00002032 -17.0156 128.2175 203.0 WARMUN 94213 +ASN00002033 -17.8000 128.3000 -999.9 TURNER RIVER +ASN00002034 -18.4500 127.9500 -999.9 ELVIRE +ASN00002035 -17.1500 127.7500 -999.9 GREENVALE +ASN00002036 -17.3922 126.2306 280.0 OLD MORNINGTON HOMESTEAD +ASN00002037 -17.3000 128.0000 -999.9 VIOLET VALLEY +ASN00002038 -15.7828 128.7353 47.0 KUNUNURRA +ASN00002039 -17.6667 126.0333 -999.9 DIMOND GORGE +ASN00002040 -18.0333 127.9833 -999.9 SAUNDERS CREEK +ASN00002041 -17.3850 128.9231 170.0 ORD RIVER REGENERATION STATION +ASN00002042 -17.3594 126.1086 240.0 GLENROY +ASN00002043 -18.3368 126.1243 160.0 MOUNT KRAUSS +ASN00002044 -16.1119 128.7414 163.0 LAKE ARGYLE RESORT +ASN00002046 -16.9500 128.1000 -999.9 ADA VALE +ASN00002047 -17.2631 127.4617 530.0 BEDFORD DOWNS +ASN00002048 -18.2972 128.4419 380.0 FLORA VALLEY +ASN00002049 -18.1947 127.8147 400.0 SOPHIE DOWNS +ASN00002050 -17.7842 127.6853 420.0 SPRINGVALE +ASN00002051 -19.5561 127.6644 305.0 BILLILUNA +ASN00002052 -15.8367 128.7397 40.0 TROPICAL FARM - ORD RIVER +ASN00002053 -17.6133 126.7442 400.0 LANSDOWNE +ASN00002055 -19.1000 128.5333 -999.9 LEWIS CREEK +ASN00002056 -15.7814 128.7100 44.0 KUNUNURRA AERO 94216 +ASN00002057 -17.4206 128.2992 320.0 BUNGLE BUNGLE NATIONAL PARK +ASN00002058 -18.3500 128.4833 -999.9 EUROTO +ASN00002059 -18.4333 127.7500 -999.9 RUBY CREEK GOLDMINE +ASN00002060 -16.0397 128.4150 69.0 KINGSTON REST +ASN00002061 -19.2353 127.7692 354.0 CARRANYA STATION +ASN00002062 -18.4236 128.0314 310.0 FOX RIVER +ASN00002063 -19.8761 128.4581 470.0 LARRANGANNI +ASN00002064 -16.6381 128.4517 164.0 ARGYLE AERODROME 94217 +ASN00002065 -17.3936 126.2281 280.0 MORNINGTON +ASN00002066 -19.1764 127.6497 350.0 CARRANYA 2 +ASN00002067 -15.9816 128.9991 80.0 KUNUNURRA CHECKPOINT +ASN00002069 -16.4433 127.7836 270.0 KACHANA +ASN00002070 -16.8828 126.1267 416.0 PHILLIPS RANGE +ASN00002071 -18.2303 127.6625 422.0 HALLS CREEK COMPARISON +ASN00002075 -19.0378 126.0931 190.0 BULKA +ASN00003000 -16.9806 122.6667 9.0 BEAGLE BAY +ASN00003001 -17.2767 122.5711 153.0 COUNTRY DOWNS +ASN00003002 -17.9500 122.2500 19.0 BROOME POST OFFICE +ASN00003003 -17.9475 122.2353 7.4 BROOME AIRPORT GSN 94203 +ASN00003004 -16.3961 122.9278 25.0 CAPE LEVEQUE +ASN00003005 -17.5731 125.0650 120.0 FAIRFIELD STATION +ASN00003006 -18.1919 125.5644 114.0 FITZROY CROSSING COMP. +ASN00003007 -17.3044 123.6292 8.0 DERBY POST OFFICE +ASN00003008 -17.9281 124.8108 120.0 ELLENDALE +ASN00003009 -18.3550 125.3033 100.0 JUBILEE DOWNS +ASN00003010 -17.3897 124.3578 90.0 KIMBERLEY DOWNS +ASN00003011 -17.7535 125.3807 220.0 LEOPOLD DOWNS +ASN00003012 -18.0483 124.1728 60.0 LIVERINGA UPPER +ASN00003013 -18.1450 124.0275 80.0 LULUIGUI +ASN00003014 -18.2914 125.5869 150.0 GOGO STATION +ASN00003015 -17.3681 123.9956 75.0 MEDA +ASN00003016 -18.0358 123.9286 40.0 MOUNT ANDERSON +ASN00003017 -17.0522 125.7047 270.0 MOUNT HOUSE STATION +ASN00003018 -18.1219 124.2692 60.0 MYROODAH +ASN00003019 -17.3306 124.8167 80.0 NAPIER DOWNS +ASN00003020 -18.5000 124.3992 95.0 NERRIMA +ASN00003021 -18.4875 124.8231 70.0 NOONKANBAH +ASN00003022 -18.3817 125.2267 100.0 QUANBUN DOWNS +ASN00003023 -17.9311 122.4725 15.0 ROEBUCK PLAINS +ASN00003024 -17.9464 123.7383 20.0 UDIALLA +ASN00003025 -16.0900 123.5942 13.0 COCKATOO ISLAND +ASN00003026 -17.6153 123.6483 5.0 YEEDA +ASN00003027 -18.1386 125.7764 120.0 FOSSIL DOWNS +ASN00003028 -19.2536 121.4861 10.0 ANNA PLAINS +ASN00003029 -18.7983 121.7125 9.0 FRAZIER DOWNS +ASN00003030 -18.6844 121.7803 11.0 BIDYADANGA 94202 +ASN00003031 -16.5167 122.8908 20.0 LOMBADINA MISSION +ASN00003032 -17.3706 123.6611 6.2 DERBY AERO 95205 +ASN00003033 -17.7472 124.5283 60.0 BLINA +ASN00003035 -16.4000 124.9500 -999.9 MUNJA +ASN00003036 -18.0000 122.2167 9.0 BROOME QUARANTINE STATION +ASN00003037 -17.4333 123.7500 -999.9 MUNKAYARRA +ASN00003039 -16.9667 125.3000 -999.9 SILENT GROVE +ASN00003040 -17.9903 124.1922 45.0 CAMBALLIN +ASN00003041 -17.6925 122.7128 60.0 KILTO STATION +ASN00003042 -19.2833 121.5000 3.0 TALGARNO +ASN00003043 -18.8789 125.9206 160.0 CHRISTMAS CREEK +ASN00003044 -18.1103 125.6431 110.0 BROOKING SPRINGS +ASN00003045 -19.1000 121.5000 -999.9 CALANGADIE +ASN00003046 -18.4833 125.3333 91.0 CHERRABUN +ASN00003047 -18.4000 123.1000 -999.9 DAMPIER DOWNS +ASN00003048 -18.9158 125.5264 151.0 CHERRABUN +ASN00003049 -16.9000 125.7000 -999.9 ISADELL DOWNS +ASN00003050 -17.9500 124.1667 -999.9 LIVERINGA LOWER +ASN00003051 -16.7372 125.9086 401.0 MOUNT BARNETT +ASN00003052 -16.8206 124.9158 190.0 MOUNT HART STATION +ASN00003053 -16.7000 123.9833 -999.9 OBAGAMA +ASN00003054 -17.1000 123.7000 -999.9 POINT TORMENT +ASN00003055 -18.7000 121.7500 -999.9 ROLLAH +ASN00003056 -18.1792 122.3583 5.0 THANGOO +ASN00003057 -16.4514 123.0086 7.0 CYGNET BAY 94201 +ASN00003058 -18.8333 124.9500 60.0 MILLAJIDDIE +ASN00003059 -19.0861 121.6764 31.0 NITA DOWNS +ASN00003060 -18.7667 123.6833 152.0 ARDJORIE +ASN00003061 -16.6950 123.8625 250.0 KIMBOLTON RANGE STATION 1 +ASN00003062 -16.5833 125.4833 -999.9 BEVERLEY SP +ASN00003063 -16.7150 125.4586 400.0 BEVERLEY SPRINGS +ASN00003064 -18.1667 125.5833 -999.9 FITZROY A.I.M +ASN00003065 -18.5500 124.7167 -999.9 KALYEEDA +ASN00003066 -18.5175 121.8072 10.0 PORT SMITH +ASN00003068 -18.5075 123.4561 120.0 DAMPIER DOWNS +ASN00003069 -16.1306 123.7764 152.0 KOOLAN ISLAND +ASN00003072 -16.4508 123.0653 2.0 ONE ARM POINT +ASN00003073 -16.6872 123.8375 25.0 KIMBOLTON +ASN00003074 -17.9347 123.4731 50.0 YAKKAMUNGA +ASN00003075 -17.3117 123.6356 -999.9 DERBY RFDS +ASN00003076 -19.3283 125.3886 240.0 WESTERN FIELD +ASN00003077 -18.5914 123.6133 120.0 MOWLA BLUFF +ASN00003078 -18.7267 125.9875 200.0 CADJEBUT +ASN00003079 -18.9897 121.7208 20.0 SHELAMAR +ASN00003080 -17.5736 123.8217 77.5 CURTIN AERO 94204 +ASN00003081 -17.5778 123.8222 91.0 CURTIN +ASN00003082 -17.8672 122.3631 40.0 KIRBY GARDENS +ASN00003083 -17.9769 122.3431 15.0 BROOME BIRD OBSERVATORY +ASN00003084 -17.3436 123.6781 10.0 DERBY (MANNING RD) +ASN00003085 -17.4311 123.0389 80.0 MOUNT JOWLAENGA +ASN00003086 -17.7278 123.6547 20.0 WILLARE BRIDGE +ASN00003087 -17.5606 122.1458 15.0 TANJUNGPANDAN +ASN00003088 -18.8375 126.5247 260.0 LARRAWA +ASN00003089 -17.9492 122.2339 7.0 BROOME COMPARISON +ASN00003090 -17.7981 124.0772 100.0 DEBESA +ASN00003091 -18.9894 125.8478 200.0 BEEFWOOD PARK +ASN00003092 -17.8578 122.2725 41.0 SOUTH EAST WATERBANK +ASN00003093 -18.1814 125.5619 114.5 FITZROY CROSSING AERO 94206 +ASN00003095 -18.3192 125.7806 160.0 PILLARA SPRINGS +ASN00003096 -17.8964 122.3122 32.0 WEST ROEBUCK 95204 +ASN00003098 -17.0549 125.7108 270.0 MOUNT HOUSE AIRSTRIP +ASN00003100 -17.9503 124.2653 55.0 LIVERINGA STATION +ASN00003103 -16.7733 122.5767 15.0 MIDDLE LAGOON +ASN00003104 -17.6406 123.1722 50.0 KIMBERLEY COLOURSTONE +ASN00003105 -18.1133 125.3428 175.0 LAUREL DOWNS +ASN00004000 -21.4167 118.9333 226.0 ABYDOS +ASN00004001 -20.9000 117.1167 -999.9 WOODBROOK +ASN00004002 -20.3139 118.5742 8.0 PORT HEDLAND POST OFFICE +ASN00004003 -22.8000 120.8625 500.0 BALFOUR DOWNS +ASN00004004 -20.9264 120.2075 250.0 BAMBOO CREEK +ASN00004005 -22.0517 119.6325 400.0 BAMBOO SPRINGS +ASN00004006 -22.1828 119.9350 480.0 BONNEY DOWNS +ASN00004007 -20.4000 118.4667 6.0 BOODARIE +ASN00004008 -20.6392 119.2431 120.0 CARLINDIE +ASN00004009 -20.6833 119.6667 -999.9 COONGAN STATION +ASN00004010 -21.0333 117.1333 200.0 COOYA POOYA +ASN00004011 -21.4667 119.8333 400.0 CORUNNA DOWNS +ASN00004012 -20.1764 119.1906 15.0 DE GREY +ASN00004013 -20.5167 119.6667 -999.9 ETTRICK +ASN00004014 -20.8500 119.7667 -999.9 EGINBAH +ASN00004015 -21.7219 119.3989 271.0 HILLSIDE STATION +ASN00004016 -20.7867 118.5972 80.0 INDEE +ASN00004017 -21.1500 118.1000 -999.9 STATION PEAK +ASN00004018 -21.1833 119.8167 -999.9 LIMESTONE +ASN00004019 -19.7419 120.8436 7.5 MANDORA 94200 +ASN00004020 -21.1756 119.7497 182.3 MARBLE BAR COMPARISON +ASN00004021 -21.3122 120.0586 270.0 MOUNT EDGAR +ASN00004022 -20.6333 120.0544 85.0 MUCCAN +ASN00004023 -20.4619 119.5189 30.0 MULYIE +ASN00004024 -20.5192 118.0603 20.0 MUNDABULLANGANA +ASN00004025 -20.5000 119.8000 -999.9 NIMINGARRA +ASN00004026 -22.2914 120.1761 495.0 NOREENA DOWNS +ASN00004027 -21.8861 120.1103 380.0 NULLAGINE +ASN00004028 -20.1078 119.5811 9.0 PARDOO STATION 94311 +ASN00004030 -21.4000 119.4000 -999.9 PILGA +ASN00004031 -20.6267 117.1925 30.0 POINT SAMSON +ASN00004032 -20.3725 118.6317 6.4 PORT HEDLAND AIRPORT GSN 94312 +ASN00004033 -21.0561 117.4436 40.0 PYRAMID STATION +ASN00004034 -22.0167 121.4000 -999.9 RPF 734 MILE +ASN00004035 -20.7767 117.1456 12.0 ROEBOURNE 94309 +ASN00004036 -20.4681 119.0556 67.0 STRELLEY +ASN00004037 -21.0500 120.0000 200.0 TALGA TALGA +ASN00004038 -20.7483 118.8172 97.0 WALLAREENYA +ASN00004039 -20.9469 117.3733 30.0 WARAMBIE +ASN00004040 -20.6472 119.5869 84.0 WARRALONG +ASN00004041 -20.8503 120.6950 159.0 WARRAWAGINE +ASN00004042 -20.8394 117.8358 32.0 WHIM CREEK +ASN00004043 -21.9931 119.0131 387.0 REDMONT +ASN00004044 -19.5000 121.3000 -999.9 WIDJUP OUTCAMP +ASN00004045 -21.6200 118.9550 250.0 ABYDOS WOODSTOCK +ASN00004046 -20.6739 120.2044 100.0 YARRIE +ASN00004047 -20.8333 118.9000 120.0 TABBA TABBA +ASN00004048 -21.2853 118.4042 120.0 YANDEEARRA +ASN00004049 -21.6000 119.6000 -999.9 SPLIT ROCK +ASN00004050 -21.6000 119.7000 -999.9 YALGOORA +ASN00004051 -20.6000 117.8000 -999.9 BALLA BALLA +ASN00004052 -20.5667 120.6500 -999.9 RPF 80 MILE +ASN00004053 -20.0000 119.4000 -999.9 CONDON +ASN00004054 -20.6783 117.1892 7.0 COSSACK +ASN00004055 -21.1000 117.8000 -999.9 CROYDON +ASN00004056 -21.1000 118.5167 -999.9 KANGAN +ASN00004057 -20.8833 119.1500 120.0 LALLA ROOKH +ASN00004058 -20.7000 121.0167 -999.9 LOCHNAVAR +ASN00004059 -20.8822 118.0308 40.0 MALLINA +ASN00004060 -21.8000 120.3000 -999.9 MIDDLE CREEK +ASN00004061 -21.1000 117.9833 -999.9 MOUNT SATIRIST +ASN00004062 -20.1000 119.7500 -999.9 MYADEE +ASN00004063 -22.2000 120.2000 -999.9 POONDAWINDIE +ASN00004064 -20.4500 118.8000 -999.9 POONDINIA +ASN00004065 -22.7000 121.1000 -999.9 RPF 672 MILE +ASN00004066 -21.2000 121.2000 -999.9 RPF 798 MILE +ASN00004067 -20.5500 119.3000 -999.9 SHAW RIVER +ASN00004068 -19.7789 120.6417 9.0 WALLAL DOWNS +ASN00004069 -21.3000 119.8000 -999.9 WARRAWOONA +ASN00004070 -20.9000 119.7000 -999.9 COONGAN HOTEL +ASN00004071 -21.0500 117.4500 -999.9 PYRAMID 1 +ASN00004072 -20.4833 116.5333 7.0 ROSEMARY ISLAND +ASN00004074 -20.3422 119.5206 45.0 GOLDSWORTHY +ASN00004076 -21.1750 117.2208 200.0 HARDING RIVER 2 +ASN00004077 -20.7167 120.8500 -999.9 BARRAMINE +ASN00004079 -21.3625 118.8783 223.0 YANDEE +ASN00004080 -20.6350 120.5000 175.0 CALLAWA +ASN00004081 -21.4333 119.7833 244.0 CORUNNA DOWNS AIRSTRIP +ASN00004082 -20.6150 117.1633 20.0 CAPE LAMBERT +ASN00004083 -20.7097 116.7742 7.0 KARRATHA AERO 95307 +ASN00004084 -20.4958 120.1672 164.0 SHAY GAP +ASN00004085 -21.7500 119.1833 -999.9 TAMBOURAH +ASN00004086 -20.8956 117.6447 30.0 SHERLOCK +ASN00004087 -21.2333 117.0500 200.0 HARDING RIVER 3 +ASN00004088 -21.1467 119.4333 200.0 NORTH POLE +ASN00004089 -20.6744 117.1428 10.0 WICKHAM +ASN00004090 -20.7594 117.1583 10.7 ROEBOURNE AERO 94308 +ASN00004092 -20.9786 117.0953 60.0 HARDING DAM +ASN00004093 -20.3292 119.1878 60.0 STRELLEY PUMPING STATION +ASN00004094 -20.4119 120.0103 160.0 NIMINGARRA MINE +ASN00004096 -22.4272 120.8578 450.0 MOUNT DIVIDE +ASN00004097 -20.6175 116.7517 48.0 DAMPIER PORT +ASN00004098 -20.2906 119.2800 22.0 DE GREY BOREFIELD +ASN00004099 -20.7381 116.8489 18.0 KARRATHA TOWN +ASN00004101 -20.3167 119.3333 -999.9 R 1 BOREHOLE +ASN00004102 -21.2933 120.4658 220.0 MEENTHEENA +ASN00004103 -21.6672 121.5756 290.0 NIFTY COPPER MINE +ASN00004104 -20.3736 118.6297 9.0 PORT HEDLAND MILOS AWS COMPARI +ASN00004106 -21.1756 119.7497 182.3 MARBLE BAR 95317 +ASN00005000 -22.5833 115.8500 -999.9 BOOLALOO +ASN00005001 -21.8047 117.8056 360.0 COOLAWANYAH +ASN00005002 -22.5150 116.5825 280.0 DUCK CREEK +ASN00005003 -22.8975 120.1733 425.0 ETHEL CREEK +ASN00005004 -22.3761 114.1108 15.0 EXMOUTH GULF +ASN00005005 -22.2792 117.6772 590.0 HAMERSLEY +ASN00005006 -22.9119 116.2903 160.0 KOOLINE +ASN00005007 -22.2406 114.0967 5.0 LEARMONTH AIRPORT GSN 94302 +ASN00005008 -21.1906 115.9797 11.0 MARDIE 94306 +ASN00005009 -22.6331 119.4081 430.0 MARILLANA +ASN00005010 -22.9742 114.4597 120.0 MARRILLA +ASN00005011 -22.7000 115.8000 -999.9 MEILGA +ASN00005012 -21.5906 117.0656 300.0 MILLSTREAM +ASN00005013 -21.9961 115.0456 15.0 MINDEROO +ASN00005014 -21.7869 117.8647 450.0 MOUNT FLORANCE +ASN00005015 -22.1039 118.4703 400.0 MULGA DOWNS +ASN00005016 -21.6364 115.1117 4.0 ONSLOW 94305 +ASN00005017 -21.6689 115.1092 10.5 ONSLOW AIRPORT 95305 +ASN00005018 -21.8500 115.6167 150.0 PEEDAMULLAH +ASN00005019 -21.6333 115.8500 11.0 WARRAMBOO +ASN00005020 -22.6975 113.6747 10.0 NINGALOO +ASN00005021 -22.2667 115.4167 -999.9 RANGE +ASN00005022 -21.9750 116.0653 150.0 RED HILL +ASN00005023 -22.6217 119.9564 410.0 ROY HILL +ASN00005024 -21.8067 114.1072 12.0 VLAMINGH HEAD +ASN00005025 -22.4000 119.5333 -999.9 WARRIE +ASN00005026 -22.2425 118.3358 463.0 WITTENOOM 94313 +ASN00005027 -22.3167 118.3167 610.0 WITTENOOM GORGE +ASN00005028 -22.6906 116.2328 150.0 WYLOO +ASN00005029 -21.6767 116.3928 180.0 YALLEEN +ASN00005030 -22.5064 114.7944 25.0 YANREY +ASN00005031 -21.8875 114.0092 6.0 YARDIE CREEK +ASN00005032 -21.5703 115.8786 50.0 YARRALOOLA +ASN00005033 -22.2933 115.0342 150.0 KOORDARRIE +ASN00005034 -22.4558 116.0508 160.0 MOUNT STUART +ASN00005035 -21.6000 117.6000 -999.9 TAMBREY +ASN00005036 -22.9367 115.9825 170.0 GLEN FLORRIE STATION +ASN00005037 -21.7000 117.4500 -999.9 KANGIANGI +ASN00005038 -21.3667 115.8500 -999.9 CHINGINARRA +ASN00005039 -22.6000 114.4000 -999.9 LEARMONTH ARTESIAN +ASN00005040 -21.1594 116.1197 15.0 BALMORAL +ASN00005041 -22.6000 116.1000 -999.9 COORARA STATION +ASN00005042 -21.7000 116.1000 -999.9 DEEPDALE 1 +ASN00005043 -21.9000 115.2000 -999.9 DIOMENOR +ASN00005044 -21.1000 116.1000 -999.9 FORTESCUE +ASN00005045 -22.6850 114.3672 30.0 GIRALIA +ASN00005046 -22.7000 116.1000 -999.9 HARDY JUNCTION +ASN00005047 -22.2500 119.1000 -999.9 KERDIADARY +ASN00005048 -22.5403 115.4981 80.0 NANUTARRA +ASN00005049 -21.6000 117.6000 -999.9 TABLELAND +ASN00005050 -21.6000 116.4000 -999.9 MOUNT ENID +ASN00005051 -21.9303 114.1256 13.0 EXMOUTH TOWN +ASN00005052 -20.8831 116.6725 30.0 KARRATHA STATION +ASN00005053 -20.6553 116.6789 50.0 EAST INTERCOURSE ISLAND +ASN00005055 -22.2275 118.3450 441.7 WITTENOOM AERO +ASN00005057 -21.3417 117.0833 -999.9 HARDING RIVER +ASN00005058 -20.8206 115.3931 62.0 BARROW ISLAND +ASN00005059 -22.6125 117.6250 -999.9 MOUNT LIONEL AIRSTRIP +ASN00005060 -22.3333 114.0500 7.0 NAVY CHARLIE +ASN00005061 -20.7278 116.7483 6.0 DAMPIER SALT +ASN00005063 -22.3000 117.2833 -999.9 MOUNT BROCKMAN +ASN00005064 -22.7825 119.6172 433.0 SAND HILL +ASN00005066 -22.7817 115.3706 100.0 UAROO +ASN00005067 -22.0894 115.6239 80.0 CANE RIVER +ASN00005068 -22.6811 114.0394 20.0 BULLARA +ASN00005069 -21.6392 116.3308 200.0 PANNAWONICA +ASN00005070 -21.3567 115.8208 10.0 ROBE +ASN00005071 -21.3444 115.9356 11.0 PINDRAL OUTCAMP +ASN00005072 -22.6967 117.7703 746.0 TOM PRICE 95316 +ASN00005073 -21.8836 118.2217 500.0 HOOLEY +ASN00005074 -22.6344 118.1119 726.0 MARANDOO +ASN00005075 -21.8222 114.1714 7.0 NAVY ALPHA +ASN00005076 -22.7450 117.6656 606.0 TOM PRICE AERO +ASN00005078 -21.7672 114.8211 5.0 URALA +ASN00005079 -21.4625 115.0194 5.0 THEVENARD ISLAND +ASN00005082 -21.0544 116.2575 50.0 ERAMURRA POOL +ASN00005083 -20.7692 116.8603 15.0 KARRATHA WATER RESOURCES +ASN00005084 -21.4606 115.0197 5.0 THEVENARD ISLAND 94303 +ASN00005085 -22.8853 117.4464 420.0 ROCKLEA +ASN00005086 -21.2947 116.1383 55.0 FORTESCUE ROAD HOUSE +ASN00005087 -21.5833 117.0500 -999.9 MILLSTREAM CWS PUMPING STATION +ASN00005088 -21.2475 116.0733 38.0 MULYERING +ASN00005089 -22.9003 118.7031 720.0 PACKSADDLE CAMP +ASN00005090 -21.9711 115.4325 55.0 MOUNT MINNIE +ASN00005092 -22.2367 114.0869 5.0 LEARMONTH MILOS AWS COMPARISON +ASN00005093 -22.3767 118.6886 460.0 AUSKI MUNJINA ROADHOUSE +ASN00005094 -20.8750 115.4056 6.4 BARROW ISLAND AIRPORT 95304 +ASN00005095 -22.9367 116.9731 300.0 CHEELA PLAINS +ASN00006000 -25.0417 115.3092 180.0 BIDGEMIA +ASN00006001 -27.4231 115.8347 254.0 BILLABALONG +ASN00006002 -24.6850 114.8358 90.0 BINTHALYA +ASN00006003 -24.6525 113.6936 4.0 BOOLATHANA +ASN00006004 -24.3333 114.0242 90.0 BOOLOGOORO +ASN00006005 -24.8208 113.7853 15.0 BRICKHOUSE +ASN00006006 -27.8550 115.6733 300.0 BULLARDOO +ASN00006007 -26.2739 115.2578 218.0 TALISKER +ASN00006008 -25.0481 114.0294 25.0 CALLAGIDDY STATION +ASN00006009 -23.1050 113.8031 6.0 CARDABIA +ASN00006010 -25.6114 115.4625 250.0 CAREY DOWNS +ASN00006011 -24.8878 113.6700 4.0 CARNARVON AIRPORT GSN 94300 +ASN00006012 -26.4628 113.5050 20.0 CARRARANG +ASN00006013 -26.6972 114.3181 150.0 COBURN STATION +ASN00006014 -23.5000 114.1000 -999.9 COOKERABINGIE +ASN00006015 -24.4447 114.0781 45.0 COORALYA +ASN00006016 -23.3000 114.7000 -999.9 CORDALIA +ASN00006017 -25.2786 115.8633 300.0 DAIRY CREEK +ASN00006018 -26.0333 113.2167 -999.9 DIRK HARTOG ISLAND +ASN00006019 -24.8061 114.4322 70.0 DOORAWARRAH +ASN00006020 -25.3600 114.2292 30.0 EDAGGEE +ASN00006021 -24.4508 115.6072 400.0 EUDAMULLAH +ASN00006022 -25.0544 115.2100 144.0 GASCOYNE JUNCTION 94410 +ASN00006023 -23.8222 113.5256 20.0 GNARALOO +ASN00006024 -24.6667 114.3500 -999.9 GOOMBARDIE +ASN00006025 -26.4008 114.1667 15.0 HAMELIN POOL +ASN00006026 -26.4275 114.1919 25.0 HAMELIN STATION +ASN00006027 -25.0442 115.1331 180.0 JIMBA JIMBA +ASN00006028 -26.4000 114.4667 -999.9 THE OVERLANDER +ASN00006029 -23.6361 115.2461 210.0 LYNDON +ASN00006030 -24.6314 115.3383 175.0 LYONS RIVER +ASN00006031 -23.9150 115.6183 300.0 MANGAROON +ASN00006032 -24.4733 114.5553 90.0 MARDATHUNA +ASN00006033 -23.4789 115.5481 250.0 MAROONAH +ASN00006034 -25.3656 114.3594 40.0 MARRON +ASN00006035 -26.7025 114.6183 180.0 MEADOW STATION +ASN00006036 -25.6644 114.6267 60.0 MEEDO +ASN00006037 -24.3142 115.1892 300.0 MERLINLEIGH +ASN00006038 -23.3817 114.4375 75.0 MIA MIA +ASN00006039 -23.8497 113.9714 3.0 MINILYA +ASN00006040 -24.0306 115.6967 300.0 MINNIE CREEK +ASN00006041 -24.0633 115.2050 300.0 MOOGOOREE +ASN00006042 -24.4117 115.3958 370.0 MOUNT SANDIMAN +ASN00006043 -27.3700 115.6517 300.0 NEW FOREST +ASN00006044 -25.9261 113.5319 9.0 DENHAM 94402 +ASN00006045 -26.6969 113.7158 50.0 TAMALA +ASN00006046 -23.1747 115.1194 120.0 TOWERA +ASN00006047 -25.4050 115.2267 200.0 TOWRANA +ASN00006048 -27.3853 115.9664 260.0 TWIN PEAKS +ASN00006049 -27.1000 115.5000 -999.9 WAIL +ASN00006050 -23.7647 114.5539 90.0 WANDAGEE +ASN00006051 -27.9864 115.6306 300.0 WANDINA +ASN00006052 -23.8608 115.1475 190.0 WILLIAMBURY +ASN00006053 -25.3017 115.1161 170.0 WINDERIE +ASN00006054 -26.0511 114.7542 180.0 WOODLEIGH +ASN00006055 -27.7458 115.8286 300.0 WOOLGORONG +ASN00006056 -25.7400 114.2847 16.0 WOORAMEL +ASN00006057 -25.1833 114.6767 90.0 YALBALGO +ASN00006058 -27.4278 115.5147 240.0 YALLALONG +ASN00006059 -25.9436 114.3222 13.0 YARINGA STATION +ASN00006060 -26.2011 114.2869 30.0 CARBLA STATION +ASN00006061 -24.9017 114.2164 45.0 MEERAGOOLIA +ASN00006062 -24.9000 113.6500 4.6 CARNARVON POST OFFICE +ASN00006063 -27.5167 115.0500 -999.9 COOLCALALYA +ASN00006064 -24.2167 115.3833 -999.9 MOOGOOREE O.S. +ASN00006065 -23.4000 114.7000 -999.9 PLEAIDES +ASN00006066 -23.1567 114.5403 75.0 WINNING +ASN00006067 -23.5000 114.0167 -999.9 MIA MIA 2 SUB BORE +ASN00006068 -25.4906 114.3981 40.0 WAHROONGA +ASN00006069 -26.5903 115.9267 300.0 MOUNT NARRYER +ASN00006070 -24.3058 114.5003 60.0 HILL SPRINGS +ASN00006071 -26.6167 115.5467 280.0 MUGGON +ASN00006072 -23.0314 115.0414 111.0 EMU CREEK STATION 94318 +ASN00006073 -24.8333 113.3000 -999.9 BERNIER ISLAND +ASN00006074 -24.8667 114.5833 -999.9 MILLIE MILLIE +ASN00006075 -25.2000 113.9000 -999.9 BOODALIA +ASN00006076 -26.3000 114.2500 -999.9 BOOLAGOORDA +ASN00006077 -25.3000 115.6000 -999.9 BOUNDARY STORE +ASN00006078 -25.8000 115.1000 -999.9 CALLATHARRA +ASN00006079 -25.0881 114.3853 60.0 ELLA VALLA +ASN00006080 -26.2564 113.8064 20.0 NANGA +ASN00006081 -26.4000 114.0500 -999.9 NILEMAH +ASN00006082 -24.5000 113.5000 -999.9 POINT CHARLES +ASN00006083 -24.3000 113.8000 -999.9 SHAWS TANK +ASN00006084 -23.4853 113.7811 20.0 WARROORA +ASN00006085 -24.2000 114.1000 -999.9 YALOBIA +ASN00006087 -24.8167 113.8333 17.0 BRICKHOUSE WOOLSHED +ASN00006088 -24.4333 114.2667 -999.9 COORALYA O.S. +ASN00006089 -23.6333 113.6167 -999.9 CAPE FARQUHAR +ASN00006090 -26.9600 115.9733 300.0 MEEBERRIE +ASN00006091 -25.9667 115.9833 -999.9 MEARABUNDIE +ASN00006092 -26.8156 114.6133 140.0 BILLABONG ROADHOUSE 94406 +ASN00006093 -23.8100 114.0083 60.0 MINILYA BRIDGE +ASN00006094 -24.2167 113.3833 41.0 CAPE CUVIER +ASN00006095 -24.3967 113.4056 16.0 QUOBBA +ASN00006096 -25.0167 114.2833 -999.9 DOORAWARRAH O.S. +ASN00006097 -26.1203 113.3975 3.0 USELESS LOOP +ASN00006098 -25.0294 115.8628 300.0 WEEDARRAH +ASN00006099 -26.8936 115.9561 287.0 MURCHISON 94422 +ASN00006100 -27.5250 115.0569 220.0 COOLCALALAYA +ASN00006101 -26.0983 115.2444 200.0 YALARDY +ASN00006102 -26.1764 113.2150 4.0 STEEP POINT +ASN00006103 -23.9064 114.7681 100.0 MIDDALYA +ASN00006105 -25.8925 113.5772 33.8 SHARK BAY AIRPORT 95402 +ASN00006106 -25.0381 115.9953 320.0 MOOLOO DOWNS +ASN00006107 -24.8128 113.7925 15.0 FAR END PLANTATION +ASN00007000 -28.6294 116.2814 340.0 BARNONG +ASN00007001 -26.9667 117.9167 -999.9 BEEBYN +ASN00007002 -26.3611 118.0283 500.0 BELELE +ASN00007003 -26.0417 116.9528 450.0 BERINGARRA +ASN00007004 -27.3500 117.6667 -999.9 BIG BELL +ASN00007005 -28.3000 117.9000 -999.9 BOODANOO +ASN00007006 -28.0411 117.6703 450.0 BOOGARDIE +ASN00007007 -26.9844 116.5361 300.0 BOOLARDY +ASN00007008 -25.5067 118.7933 550.0 BRYAH +ASN00007009 -27.4833 117.3000 -999.9 BULLARA +ASN00007010 -28.6097 116.5714 300.0 BUNNAWARRA +ASN00007011 -28.7839 117.3625 400.0 BURNERBINMAH +ASN00007012 -26.1297 118.4853 500.0 BUTTAH +ASN00007013 -27.2500 118.3333 -999.9 COGLA DOWNS NATTE +ASN00007014 -27.2528 117.6525 500.0 COODARDY +ASN00007015 -27.3000 117.2500 -999.9 COODARDY YENTON +ASN00007016 -29.3667 117.7000 -999.9 COODINGNOW +ASN00007017 -27.4233 117.8994 453.0 CUE +ASN00007018 -27.0392 118.3650 450.0 CULLCULLI +ASN00007019 -24.0019 119.5725 600.0 BULLOO DOWNS +ASN00007020 -26.8764 118.1731 400.0 ANNEAN +ASN00007021 -27.3839 117.7453 450.0 AUSTIN DOWNS +ASN00007022 -27.4667 117.8500 -999.9 DAY DAWN +ASN00007023 -25.6864 119.2258 600.0 DOOLGUNNA +ASN00007024 -28.2731 117.1544 350.0 EDAH +ASN00007025 -23.9214 116.5594 450.0 WANNA +ASN00007026 -26.4500 118.2000 -999.9 FOUR CORNERS +ASN00007027 -28.2494 116.3400 340.0 GABYON +ASN00007028 -24.0469 116.2181 320.0 WANNA +ASN00007029 -25.4333 116.1167 -999.9 GLENBURGH +ASN00007030 -26.1142 117.5047 500.0 JUDAL STATION +ASN00007031 -26.9050 118.8361 600.0 HILLVIEW +ASN00007032 -27.6292 117.4867 500.0 ILLGIDDY +ASN00007033 -24.3444 119.5808 620.0 ILLGARARIE +ASN00007034 -27.7447 116.7442 400.0 JINGEMARRA +ASN00007035 -26.8936 117.1211 500.0 KALLI +ASN00007036 -26.3475 118.9583 500.0 KILLARA +ASN00007037 -28.5564 117.7803 400.0 KIRKALOCKA +ASN00007038 -26.2750 117.7842 500.0 KOONMARRA +ASN00007039 -27.6000 117.9000 -999.9 LAKE AUSTIN +ASN00007040 -27.5958 117.7500 400.0 LAKESIDE +ASN00007041 -25.1303 116.9047 400.0 LANDOR +ASN00007042 -26.9367 117.5928 600.0 MADOONGA +ASN00007043 -26.4458 116.5467 450.0 MANFRED +ASN00007044 -28.3000 116.2000 -999.9 MARLOO +ASN00007045 -26.6136 118.5372 517.0 MEEKATHARRA AIRPORT GSN 94430 +ASN00007046 -26.5933 118.4883 511.0 MEEKATHARRA POST OFFICE +ASN00007047 -28.4467 118.2675 450.0 MEELINE STATION +ASN00007048 -27.4222 116.8250 350.0 MEKA STATION +ASN00007049 -26.3736 117.3339 400.0 MILEURA +ASN00007050 -25.0942 118.2983 600.0 MILGUN +ASN00007051 -24.9500 118.7133 540.0 MINGAH +ASN00007052 -25.9214 117.6000 600.0 MOORARIE +ASN00007053 -24.3086 116.9111 337.0 MOUNT AUGUSTUS +ASN00007054 -27.8794 117.5506 600.0 MOUNT FARMER +ASN00007055 -25.8064 117.3906 600.0 MOUNT GOULD +ASN00007056 -24.8567 116.8950 250.0 MOUNT JAMES +ASN00007057 -28.0619 117.8503 426.0 MOUNT MAGNET +ASN00007058 -24.4000 116.3078 300.0 MOUNT PHILLIP +ASN00007059 -24.2297 118.2408 350.0 MOUNT VERNON +ASN00007060 -27.4189 116.6897 350.0 MOUNT WITTENOOM +ASN00007061 -24.8333 118.4717 600.0 MULGUL +ASN00007062 -23.7942 120.2442 571.0 MUNDIWINDI +ASN00007063 -28.5253 117.0344 350.0 MURALGARRA +ASN00007064 -27.3636 116.4261 303.0 MURGOO +ASN00007065 -28.6519 117.6083 400.0 NALBARRA +ASN00007066 -26.9000 118.4000 448.0 NANNINE +ASN00007067 -28.9464 118.1867 442.2 NARNDEE +ASN00007068 -29.4250 117.2906 330.0 NINGHAN STATION +ASN00007069 -28.1233 116.8294 390.0 NOONGALL +ASN00007070 -25.6381 118.7131 -999.9 PEAK HILL +ASN00007071 -28.0531 116.6514 350.0 PINDATHUNA +ASN00007072 -29.1886 117.9222 350.0 PULLAGAROO +ASN00007073 -29.5500 118.5000 -999.9 RPF 126 MILE +ASN00007074 -29.0167 118.4500 -999.9 DROMEDARY HILLS +ASN00007075 -26.8500 118.7000 -999.9 RPF 180 MILE +ASN00007076 -27.9500 118.6000 -999.9 RPF 206 MILE +ASN00007077 -27.1500 118.2500 -999.9 REEDY +ASN00007078 -26.5597 118.5397 500.0 SHERWOOD +ASN00007079 -23.5867 120.0517 600.0 SYLVANIA +ASN00007080 -25.1256 119.1514 520.0 THREE RIVERS +ASN00007081 -28.8928 117.1333 353.0 THUNDELARRA +ASN00007082 -27.1192 118.0842 476.0 TUCKANARRA +ASN00007083 -23.6239 118.6561 530.0 TUREE CREEK +ASN00007084 -23.4800 116.1108 500.0 ULLAWARRA +ASN00007085 -27.8336 117.8792 450.0 WANARIE +ASN00007086 -25.7000 118.0000 -999.9 WANDARY +ASN00007087 -28.0097 118.5753 450.0 WINDSOR +ASN00007088 -27.8058 116.5692 350.0 WOOGALONG +ASN00007089 -27.0878 116.1606 300.0 WOOLEEN +ASN00007090 -28.8439 117.8317 450.0 WYDGEE +ASN00007091 -28.3392 116.6828 318.0 YALGOO +ASN00007092 -26.3608 119.8233 500.0 YANDIL +ASN00007093 -25.5786 117.9931 500.0 YARLERWEELOR +ASN00007094 -24.6514 116.1647 299.0 YINNETHARRA +ASN00007095 -28.2322 117.6556 400.0 YOWERAGABBIE +ASN00007096 -27.9808 116.0347 300.0 YUIN +ASN00007097 -27.8608 118.4183 300.0 WONDINONG +ASN00007098 -28.8000 117.6000 -999.9 COONATHAGO O.S. +ASN00007099 -27.1308 118.7803 450.0 YARRABUBBA +ASN00007100 -25.6933 118.0803 487.0 MOUNT PADBURY +ASN00007101 -26.2822 118.6933 500.0 MUNARRA +ASN00007102 -23.5000 120.5000 -999.9 MURRAMUNDA +ASN00007103 -25.4800 119.6492 600.0 NEDS CREEK +ASN00007104 -23.9958 117.5225 400.0 PINGANDY +ASN00007105 -24.8094 118.1111 519.0 WOODLANDS +ASN00007106 -28.4150 116.2833 350.0 WURARGA +ASN00007107 -27.1178 117.1175 450.0 NOONDIE 2 +ASN00007108 -28.3250 118.5450 450.0 WINDIMURRA +ASN00007110 -27.9500 117.8667 -999.9 LENNONVILLE +ASN00007111 -24.2008 116.4750 350.0 COBRA STATION +ASN00007112 -26.0667 118.6667 -999.9 BUNGALOW +ASN00007113 -25.3333 117.2500 -999.9 ERRIVILLA +ASN00007114 -28.4833 116.5500 -999.9 WEARAGAMINDA +ASN00007115 -28.0000 118.0000 -999.9 WOOLARA +ASN00007116 -26.4000 119.8000 -999.9 RPF 375 +ASN00007117 -26.1667 116.2500 -999.9 YARRA YARRA +ASN00007118 -26.4000 118.4000 -999.9 ABBOTTS +ASN00007119 -23.3856 117.0319 250.0 ASHBURTON DOWNS +ASN00007120 -28.6000 116.8000 -999.9 BADGA +ASN00007121 -24.7000 119.7500 -999.9 BALD HILL +ASN00007122 -29.4500 118.4500 -999.9 BUNGAR +ASN00007123 -27.4375 118.9292 500.0 COGLA DOWNS +ASN00007124 -25.2806 116.2083 400.0 DALGETY DOWNS +ASN00007125 -29.0000 117.3000 -999.9 FIELDS FIND +ASN00007126 -28.7000 116.3000 -999.9 GULLEWA POST OFFICE +ASN00007127 -28.6000 116.3000 -999.9 GULLEWA HOUSE +ASN00007128 -26.9000 119.2500 -999.9 GUM CREEK +ASN00007129 -27.8036 116.8856 420.0 MELANGATA +ASN00007130 -26.0747 116.6942 500.0 MILLY MILLY +ASN00007131 -26.9500 117.5000 -999.9 MINDOOLAH +ASN00007132 -25.0964 117.5922 472.0 MOUNT CLERE +ASN00007133 -24.9500 117.7500 -999.9 MOUNT EDGERTON +ASN00007134 -26.7950 118.9842 500.0 MURCHISON DOWNS +ASN00007135 -28.2747 117.3919 350.0 MURRUM STATION +ASN00007136 -27.2000 118.0000 -999.9 LAKE VIEW DOWNS +ASN00007137 -26.3028 116.8789 370.0 NOOKAWARRA +ASN00007139 -29.2708 117.6836 339.0 PAYNES FIND 94404 +ASN00007140 -27.6500 117.6000 -999.9 RPF TWO 64 MILE +ASN00007141 -29.3000 116.9000 -999.9 ROTHESAY +ASN00007142 -25.9700 118.6233 520.0 CASHMAN +ASN00007143 -28.5000 116.5000 -999.9 WAGGA WAGGA +ASN00007144 -29.0000 117.0000 -999.9 WARRIDAH +ASN00007145 -29.1000 117.0000 -999.9 WARRIEDAR +ASN00007146 -28.3831 117.6817 400.0 WOGARNO +ASN00007147 -27.5500 118.0167 -999.9 YARRAQUIN +ASN00007148 -26.2500 116.6000 -999.9 YEDDERADDA +ASN00007149 -26.5942 118.4883 501.0 MEEKATHARRA +ASN00007150 -27.6467 117.8592 450.0 MURRALEE +ASN00007151 -23.3683 119.7314 544.0 NEWMAN +ASN00007152 -24.7103 119.6069 700.0 KUMARINA +ASN00007153 -23.5531 119.1478 620.0 PRAIRIE DOWNS +ASN00007154 -27.9369 118.1889 400.0 WYNYANGOO +ASN00007155 -26.1317 118.6833 500.0 KARALUNDI +ASN00007156 -27.9578 116.3383 400.0 TARDIE STATION +ASN00007157 -27.7744 117.0156 450.0 DALGARANGA +ASN00007158 -27.6167 118.9333 -999.9 INGLEWOOD +ASN00007159 -27.5486 118.2172 450.0 YARRAQUIN +ASN00007160 -26.2628 119.7639 500.0 PAROO +ASN00007161 -25.4636 117.1361 450.0 ERRABIDDY +ASN00007162 -25.5800 117.7567 500.0 TRILBAR +ASN00007164 -23.7639 116.1197 400.0 EDMUND +ASN00007165 -24.9483 118.7147 540.0 MINGAH SPRINGS +ASN00007166 -28.3500 116.5500 -999.9 JOHARDO +ASN00007167 -28.1500 116.6167 -999.9 RPF TWO 115 MILE +ASN00007168 -29.0675 117.7572 400.0 OUDABUNNA +ASN00007169 -23.1017 119.3678 670.0 RHODES RIDGE +ASN00007170 -23.2167 116.5000 -999.9 YIRRIGULLY +ASN00007171 -28.5167 116.6333 -999.9 RPF 40 MILE +ASN00007172 -23.4000 119.7833 -999.9 MINDEROO +ASN00007173 -28.5833 116.8667 -999.9 GNOWS NEST +ASN00007174 -28.7000 116.9333 -999.9 GOLDEN GROVE +ASN00007175 -26.4667 118.4667 -999.9 GARDEN GULLY +ASN00007176 -23.4169 119.7989 524.0 NEWMAN AERO GSN 94317 +ASN00007177 -23.6042 117.6892 450.0 MININER +ASN00007178 -23.2028 117.6692 391.0 PARABURDOO +ASN00007179 -24.4114 118.9408 550.0 TANGADEE +ASN00007180 -25.0386 120.0064 600.0 MARYMIA +ASN00007181 -23.9775 120.0108 580.0 WEELARRANA +ASN00007184 -28.1183 117.8300 407.0 MOUNT MAGNET AERO +ASN00007185 -23.1725 117.7494 423.7 PARABURDOO AERO 94316 +ASN00007186 -25.5650 116.6653 500.0 ERONG +ASN00007187 -28.2000 118.0333 -999.9 MOOLA EAST +ASN00007190 -29.3892 117.8281 335.0 MARANALGO +ASN00007191 -23.4531 119.7994 532.0 CAPRICORN ROADHOUSE +ASN00007192 -27.3161 117.9700 450.0 NALLAN +ASN00007193 -27.0503 117.6503 450.0 GLEN STATION +ASN00007194 -27.0722 119.2522 500.0 YOUNO DOWNS +ASN00007195 -26.0783 116.1533 300.0 BYRO +ASN00007196 -25.7361 116.9181 500.0 YUNDA STATION +ASN00007197 -28.2817 118.3111 400.0 CHALLA +ASN00007198 -29.5000 118.5000 -999.9 EAROO +ASN00007199 -25.3106 119.4481 570.0 PLUTONIC (PLANT SITE) +ASN00007200 -27.1242 118.2714 485.0 REEDY +ASN00007201 -24.7428 117.3583 500.0 WALDBURG +ASN00007202 -26.9183 118.6406 -999.9 GABANINTHA +ASN00007204 -26.6131 118.5367 517.0 MEEKATHARRA MILOS AWS COMPARIS +ASN00007205 -24.3075 116.9094 337.0 MOUNT AUGUSTUS RESORT +ASN00007300 -24.1847 119.7175 605.0 TEN SIXTY SIX +ASN00007500 -25.6939 116.5381 365.0 INNOUENDY +ASN00007600 -28.1156 117.8425 407.0 MOUNT MAGNET AERO 94429 +ASN00008000 -27.9608 114.6339 210.0 AJANA +ASN00008001 -28.0603 114.9461 240.0 BALLA +ASN00008002 -30.5967 116.7714 300.0 BALLIDU +ASN00008003 -30.5922 116.9194 400.0 BALLIDU EAST +ASN00008004 -28.0058 114.2206 100.0 BALLINE +ASN00008005 -30.7294 116.0200 200.0 BARBERTON +ASN00008006 -29.3333 115.5000 -999.9 BELLARANGA +ASN00008007 -28.8956 115.8106 350.0 PINDAWA +ASN00008008 -30.5831 116.1350 230.0 BERKSHIRE VALLEY +ASN00008009 -30.6286 116.3861 300.0 BINDI BINDI EAST +ASN00008010 -28.0403 114.6750 260.0 BINNU +ASN00008011 -28.7550 114.6133 180.0 BLUFF POINT +ASN00008012 -28.3800 114.6706 140.0 BOWES +ASN00008013 -29.3303 116.1433 300.0 BOWGADA +ASN00008014 -30.2192 116.7783 300.0 DALWALLINU NORTH +ASN00008015 -29.5750 116.4967 337.0 BUNJIL +ASN00008016 -30.4450 117.0406 330.0 GLENFERRIE +ASN00008017 -29.9869 116.5711 320.0 BUNTINE +ASN00008018 -29.9331 116.7697 290.0 BUNTINE EAST +ASN00008019 -28.4375 115.1783 300.0 BUNYA BUNYA +ASN00008020 -28.9822 116.1683 350.0 SHELLEYVALE +ASN00008021 -30.0425 116.6981 320.0 SUNNYDALE +ASN00008022 -30.2911 116.3306 300.0 BALGERBINE +ASN00008023 -28.9000 115.8500 -999.9 CANNA 1 +ASN00008024 -28.9000 115.9000 -999.9 CANNA 2 +ASN00008025 -29.6889 115.8869 268.0 CARNAMAH 94415 +ASN00008026 -29.5833 116.3167 -999.9 CARON +ASN00008027 -28.5167 115.8000 -999.9 PINDAR CHALLYMENDA +ASN00008028 -28.5008 114.7897 145.0 NABAWA +ASN00008029 -28.7517 114.9017 250.0 TIBRADDEN +ASN00008030 -28.6000 114.8000 -999.9 CHAPMAN EAST +ASN00008031 -28.4000 114.8000 -999.9 CLARE HILL +ASN00008032 -29.0975 116.1500 400.0 BALMAHA +ASN00008033 -28.7031 115.8172 300.0 CLONTARF FARM +ASN00008034 -30.3000 116.8000 -999.9 COOARRA +ASN00008035 -28.9000 115.5000 -999.9 COOLANGATTA (1) +ASN00008036 -30.4644 116.0372 200.0 COOMBERDALE +ASN00008037 -29.8819 116.0233 280.0 COOROW +ASN00008038 -30.6392 115.9883 205.0 MOORA WEST +ASN00008039 -30.2772 116.6619 335.0 DALWALLINU COMPARISON 94619 +ASN00008040 -30.2167 116.7000 -999.9 DAMBORING +ASN00008041 -27.9775 115.2103 250.0 DARTMOOR +ASN00008042 -28.0900 115.1450 240.0 YAMMA +ASN00008043 -29.0000 116.0000 -999.9 DINGLEY DELL +ASN00008044 -29.2528 114.9306 9.0 DONGARA +ASN00008045 -28.5500 114.9000 -999.9 DURAWAH +ASN00008046 -30.9133 116.8092 350.0 DUNOLLY +ASN00008047 -29.4714 115.8528 260.0 FAIRFIELD +ASN00008048 -29.3000 116.2000 -999.9 KARINGA +ASN00008049 -28.8833 114.7500 -999.9 GEORGINA +ASN00008050 -28.7769 114.6050 3.0 GERALDTON TOWN +ASN00008051 -28.7953 114.6975 33.0 GERALDTON AIRPORT GSN 94403 +ASN00008052 -28.1700 114.7614 260.0 GLENEVA +ASN00008053 -30.7500 116.7000 -999.9 GLENMORE +ASN00008054 -30.7989 116.8936 280.0 GLENVAR +ASN00008055 -30.3000 116.8000 -999.9 GOWRIE +ASN00008056 -29.0000 115.9500 -999.9 DOUTHA SPRINGS +ASN00008057 -29.5486 115.0689 30.0 GREEN GROVE +ASN00008058 -29.0000 114.8000 27.0 GREENOUGH +ASN00008059 -28.7000 114.7000 -999.9 HILLRIVER FARM +ASN00008060 -29.0364 115.5536 240.0 SOUTH HOLMWOOD +ASN00008061 -30.2842 116.6328 340.0 HYDE PARK +ASN00008062 -28.8000 115.3000 -999.9 ILLANA +ASN00008063 -28.5500 115.3000 -999.9 INDARRA +ASN00008064 -30.6719 116.3078 320.0 INDARRIE +ASN00008065 -28.4292 114.6542 180.0 ISSEKA +ASN00008066 -30.7008 117.0608 310.0 KOKARDINE +ASN00008067 -29.9414 116.2003 280.0 KOOBABBIE +ASN00008068 -29.3000 116.0500 -999.9 KOOLANOOKA EAST +ASN00008069 -29.3000 116.1000 -999.9 KOOLANOOKA DAM +ASN00008070 -30.7819 116.5058 260.0 LAKE HINDS +ASN00008071 -30.9500 116.6500 -999.9 LAKE NINAN +ASN00008072 -29.7586 116.4444 290.0 LATHAM +ASN00008073 -29.8150 116.5850 300.0 LATHAM EAST +ASN00008074 -29.2000 115.9833 -999.9 LINTONS STATION +ASN00008075 -28.2103 114.3050 15.0 LYNTON +ASN00008076 -29.3833 116.1167 -999.9 CARINYA +ASN00008077 -29.6006 115.9392 270.0 HIGHFIELDS +ASN00008078 -29.2419 115.7794 300.0 MALLEE VALE +ASN00008079 -29.0711 115.6261 260.0 MANARRA +ASN00008080 -29.8658 116.5250 340.0 MAYA +ASN00008081 -28.8883 116.1947 340.0 MELLENBYE +ASN00008082 -30.4000 116.9000 -999.9 MELROSE +ASN00008083 -28.8000 115.5000 -999.9 MENDEL +ASN00008084 -30.2608 116.2100 320.0 MANAVI +ASN00008085 -30.4919 116.3628 250.0 MILING +ASN00008086 -29.1514 115.2428 120.0 STRAWBERRY NORTH +ASN00008087 -30.4228 116.4583 300.0 MINDALLA +ASN00008088 -29.1906 115.4414 153.0 MINGENEW +ASN00008089 -30.9833 116.3167 -999.9 MINGA MIA +ASN00008090 -29.7000 116.1333 304.8 UPSAN DOWNS +ASN00008091 -30.6417 116.0072 203.0 MOORA +ASN00008092 -29.1908 115.8814 310.0 MORAWA WEST +ASN00008093 -29.2103 116.0089 274.0 MORAWA +ASN00008094 -28.6000 114.8000 -999.9 MOUNT ERIN +ASN00008095 -28.5367 115.5142 268.0 MULLEWA 94411 +ASN00008096 -28.1525 114.5689 200.0 MUMBY +ASN00008097 -28.4472 114.9447 200.0 NARALING +ASN00008098 -29.0011 115.3986 200.0 NANGETTY +ASN00008099 -28.6928 114.7319 60.0 NARRA TARRA +ASN00008100 -28.3456 114.6367 180.0 NORTHAMPTON +ASN00008101 -28.7086 114.9072 249.0 NORTHERN GULLY +ASN00008102 -30.6750 116.9389 300.0 KONDUT EAST +ASN00008103 -28.5000 114.6000 -999.9 OAKABELLA +ASN00008104 -28.1544 114.6692 280.0 OGILVIE +ASN00008105 -30.3000 116.9500 -999.9 RPF 102 +ASN00008106 -29.3692 116.4061 280.0 PERANGERY +ASN00008107 -29.4417 116.2875 290.0 PERENJORI +ASN00008108 -30.8394 116.3858 260.0 PIAWANING +ASN00008109 -28.4767 115.7897 330.0 PINDAR +ASN00008110 -28.5500 115.4000 -999.9 PINE RIDGE +ASN00008111 -30.3883 116.6647 320.0 PITHARA +ASN00008112 -27.8500 114.1333 -999.9 RPF 170 +ASN00008113 -27.8325 114.7364 200.0 RIVERSIDE +ASN00008114 -29.5500 116.0500 -999.9 ROSELM +ASN00008115 -30.5650 116.2364 260.0 ROUND HILL +ASN00008116 -28.7894 114.9417 220.0 SANDSPRINGS +ASN00008117 -29.2844 115.1900 200.0 SHADY GROVE +ASN00008118 -28.3231 114.9453 270.0 SUNDERLAND +ASN00008119 -28.3772 115.8508 300.0 TALLERING +ASN00008120 -28.6214 115.3644 270.0 TENINDEWA +ASN00008121 -29.5339 115.7628 249.0 THREE SPRINGS +ASN00008122 -30.6000 116.4000 -999.9 TOOTRA +ASN00008123 -28.3781 114.7619 250.0 TOP WELL +ASN00008124 -28.7928 115.7344 320.0 TARDUN +ASN00008125 -29.0517 115.4000 172.0 URELLA +ASN00008126 -29.8497 116.2289 280.0 MINARU +ASN00008127 -29.8000 116.2000 -999.9 WADDY FOREST NORTH +ASN00008128 -28.5536 115.2456 180.0 TENINDEWA BINDU +ASN00008129 -28.4500 115.3000 -999.9 WANDIN FARM +ASN00008130 -30.2992 116.0589 259.0 WATHEROO +ASN00008131 -28.7833 114.6167 8.0 QUEENS PARK +ASN00008132 -30.3167 115.8833 -999.9 WATHEROO MAGNETIC OBS. +ASN00008133 -29.9000 116.2000 300.0 WATTLE GROVE +ASN00008134 -28.6475 114.6239 50.0 WHITE PEAK +ASN00008135 -28.7000 114.9000 -999.9 WICKA +ASN00008136 -29.8000 115.9000 -999.9 WINCHESTER +ASN00008137 -30.8917 116.7186 283.0 WONGAN HILLS 94622 +ASN00008138 -30.8408 116.7267 305.0 WONGAN HILLS RES.STATION 95601 +ASN00008139 -30.1069 116.6328 330.0 WUBIN +ASN00008140 -30.8000 116.5000 -999.9 WYE WYE +ASN00008141 -28.3811 114.4531 100.0 WILLIGULLI NORTH +ASN00008142 -29.1911 115.7867 310.0 YAMMA POOL +ASN00008143 -29.2872 115.6331 210.0 YANDANOOKA +ASN00008144 -29.0767 115.4092 160.0 YARRAGADEE +ASN00008145 -29.7211 116.4947 335.0 YARRALLA +ASN00008146 -30.0706 116.2092 300.0 YTINICHE +ASN00008147 -28.3250 114.9589 270.0 YUNA +ASN00008148 -29.0000 114.9000 31.0 BOOKARA +ASN00008149 -28.9833 113.9500 -999.9 PELSART ISLAND +ASN00008150 -30.8722 116.7983 340.0 NEWINGTON +ASN00008151 -30.6650 116.1386 300.0 WALEBING +ASN00008152 -28.4667 114.8333 -999.9 NOONDIMURRA +ASN00008153 -29.8000 116.7000 -999.9 NORWOOD +ASN00008154 -28.8697 114.8931 100.0 MILMOCUNDIN +ASN00008155 -28.6500 115.6667 -999.9 WILROY +ASN00008156 -30.7000 116.8000 -999.9 NUNEADING +ASN00008157 -28.8978 115.8628 340.0 CANNA +ASN00008158 -29.5500 115.0667 -999.9 ARROWSMITH +ASN00008159 -30.9903 116.3553 270.0 MAYSBORO +ASN00008160 -30.5097 116.3728 300.0 MERIDALE +ASN00008161 -29.2000 115.5000 -999.9 OPAWA +ASN00008162 -28.4000 115.2000 -999.9 PINDEREE +ASN00008163 -29.3000 116.0000 -999.9 RAVENSWOOD +ASN00008164 -29.3500 115.6833 -999.9 WOOPENATTY +ASN00008165 -30.9000 116.4000 -999.9 YERECOIN +ASN00008166 -27.7000 114.2000 -999.9 MURCHISON HOUSE +ASN00008167 -29.4500 115.4667 251.0 STRATHAIRD +ASN00008168 -28.5467 114.6244 70.0 HOWATHARRA +ASN00008169 -29.2000 116.5500 -999.9 LOCHADA +ASN00008170 -28.5000 115.6500 -999.9 BRAESIDE 1 +ASN00008171 -29.7833 115.3500 -999.9 UDALE +ASN00008173 -29.0333 115.7500 -999.9 ELSMORNE FARM +ASN00008174 -30.5456 116.0778 320.0 NOONDINE +ASN00008175 -29.6833 115.7167 -999.9 TREVOSEE +ASN00008176 -30.3000 115.2500 -999.9 CANTABILLING SPRINGS +ASN00008177 -30.8667 116.1167 -999.9 LONGVIEW +ASN00008178 -29.1858 115.7406 300.0 YONGARLOO +ASN00008179 -30.6583 116.9344 300.0 EAST KONDUT +ASN00008180 -30.6500 117.1078 360.0 GNOWELLAN +ASN00008181 -29.8000 115.3500 229.0 ENEABBA POST OFFICE OLD SITE +ASN00008182 -28.8667 114.7333 -999.9 BOOTENAL +ASN00008183 -28.7167 114.8167 -999.9 NEW MARACARRA +ASN00008184 -28.0000 114.8000 -999.9 AJANA 2 +ASN00008185 -29.4000 115.6000 -999.9 ARRINO +ASN00008186 -28.2500 114.7000 -999.9 BADDERA +ASN00008187 -30.0000 116.4000 -999.9 BEALIBA DOWNS +ASN00008188 -28.3000 114.8000 -999.9 BEATININE +ASN00008189 -30.6000 116.2000 -999.9 BERKSHIRE VALLEY POST OFFICE 1 +ASN00008190 -27.8000 114.7000 -999.9 BOOMGALA +ASN00008191 -29.1000 116.2000 -999.9 CADGY CADGY +ASN00008192 -30.1500 116.3000 -999.9 CANNINGWOOD +ASN00008193 -28.4000 115.3000 -999.9 COLDSTREAM +ASN00008194 -30.5000 116.1000 -999.9 COOMBERDALE 1 +ASN00008195 -28.5000 115.7000 -999.9 DEEPDENE +ASN00008196 -29.2500 114.9000 -999.9 PEARSE +ASN00008197 -30.6000 116.6000 -999.9 DULA +ASN00008198 -30.6000 116.9833 -999.9 DULI +ASN00008199 -28.4000 114.8000 -999.9 ENEGEE +ASN00008200 -28.6936 115.0408 160.0 ERADU +ASN00008201 -29.6000 116.7000 -999.9 EUROGOBBIE +ASN00008202 -30.6219 116.3794 300.0 BINDI BINDI NORTH +ASN00008203 -28.8000 115.0167 -999.9 ERADU GREENLANDS +ASN00008204 -30.2000 116.1000 -999.9 GUNYIDI +ASN00008205 -30.1000 116.8000 -999.9 KILLARNEY +ASN00008206 -28.7000 115.5500 -999.9 KOCKATEA +ASN00008207 -30.8000 116.0000 -999.9 KOOJAN +ASN00008208 -30.4000 116.6500 -999.9 LEWISTON +ASN00008209 -28.6000 115.6000 -999.9 BEATTY SIDING +ASN00008210 -29.0000 116.1000 -999.9 MARALANA +ASN00008211 -30.0500 116.0500 -999.9 MARCHAGEE +ASN00008212 -29.4000 116.8000 -999.9 ALLENDALE +ASN00008213 -29.6000 116.0167 -999.9 MINGIN +ASN00008214 -27.9000 114.6000 -999.9 MOUNT VIEW +ASN00008215 -30.4853 116.2664 280.0 NARDY +ASN00008216 -30.8500 116.3000 -999.9 PIAWANING 1 +ASN00008218 -29.9167 116.1000 -999.9 TURIPA +ASN00008219 -30.9000 116.8000 -999.9 VALLEY FARM +ASN00008220 -29.8000 116.7000 -999.9 WARWICK FARM +ASN00008221 -30.8000 116.1500 -999.9 WIRILDA KOOGAN +ASN00008222 -29.2000 115.9000 -999.9 WOOLTANA +ASN00008223 -28.5617 114.7550 250.0 NANSON +ASN00008224 -28.6000 114.9167 213.0 MIARRA VALE +ASN00008225 -29.8183 115.2722 100.0 ENEABBA 94414 +ASN00008226 -29.5833 115.3000 183.0 BOORAMBEE +ASN00008227 -29.8667 115.1500 -999.9 ERINDOON +ASN00008228 -30.5939 116.5378 300.0 GIMLET HILL +ASN00008229 -29.0150 115.6733 235.0 NANEKINE +ASN00008230 -30.3817 116.7217 290.0 ELENA +ASN00008231 -29.4667 116.1325 300.0 OAKLANDS +ASN00008232 -30.3317 116.7133 300.0 CLYDE PARK +ASN00008233 -29.4847 116.0703 330.0 FIVE GUMS +ASN00008234 -28.5675 115.2814 180.0 BYRON +ASN00008235 -28.7036 115.8167 280.0 DRUMMONDEARNOCH +ASN00008236 -28.7833 115.0500 -999.9 MUNJA PARK +ASN00008237 -28.6857 115.2806 260.0 TENINDEWA +ASN00008238 -30.0989 116.2339 350.0 HAKEA +ASN00008239 -28.3500 115.5833 -999.9 CASUERINA +ASN00008240 -28.8939 115.4539 244.0 COOLANGATTA +ASN00008242 -28.7333 114.9667 -999.9 WICHERA RESERVOIR +ASN00008243 -30.6167 116.2000 -999.9 NIBY NIBY +ASN00008244 -30.7000 116.6667 -999.9 MARBARANA +ASN00008245 -28.3333 114.8667 -999.9 FERNLEIGH +ASN00008247 -28.8000 114.6833 -999.9 DEEPDALE +ASN00008248 -29.5333 115.3667 243.8 SUNDALARA +ASN00008249 -29.4500 116.2667 291.0 PERENJORI AMBULANCE +ASN00008250 -29.3833 115.7167 -999.9 DUDAWA +ASN00008251 -27.7119 114.1650 6.0 KALBARRI 94401 +ASN00008252 -29.7000 116.4333 -999.9 VREDE +ASN00008253 -29.7500 115.8833 -999.9 LAKE VIEW +ASN00008254 -30.7092 116.7744 280.0 KONDUT +ASN00008255 -30.3833 116.8833 -999.9 ROCK HILLS +ASN00008256 -29.4333 116.4833 -999.9 SYLVANDALE +ASN00008257 -28.9931 115.9450 280.0 GUTHA +ASN00008258 -28.9417 114.8014 28.0 WALKAWAY +ASN00008259 -28.3333 115.1000 -999.9 WEIRMONGER +ASN00008260 -30.4333 116.3833 -999.9 YAMBINYA +ASN00008261 -29.0636 115.1753 240.0 MINDARA +ASN00008262 -29.3583 115.2617 200.0 MOUNT ADAMS +ASN00008264 -29.5147 116.8011 290.0 WANARRA +ASN00008265 -29.6800 115.2683 260.0 KALLADALE +ASN00008266 -28.3275 115.5631 300.0 URAWA +ASN00008267 -28.3517 114.5778 60.0 NOKANENA +ASN00008268 -27.9700 114.9686 240.0 BALLA NORTH +ASN00008269 -28.2667 114.7144 280.0 HIGH PLAINS +ASN00008271 -28.8114 115.9675 340.0 NINDETHANA FARM +ASN00008272 -27.9972 114.3036 200.0 BINNU WEST +ASN00008273 -29.3586 115.4503 280.0 ARENA +ASN00008274 -28.4194 114.8186 200.0 NARALING +ASN00008275 -30.3678 116.2653 320.0 ANRO +ASN00008276 -29.2236 115.1075 60.0 IRWIN HOUSE +ASN00008277 -30.2833 116.6500 -999.9 RUFUS DOWNS +ASN00008278 -30.0722 115.3136 210.0 WARRADARGE +ASN00008279 -30.6689 117.2103 370.0 YGOOLA +ASN00008280 -27.5658 114.6733 220.0 EURARDY +ASN00008281 -30.3322 116.6828 310.0 COURTLEA +ASN00008283 -30.1453 116.3844 320.0 KARAWA +ASN00008284 -30.8350 116.1581 270.0 UNDANOOKA +ASN00008285 -28.3181 114.7614 300.0 MATARANKA +ASN00008286 -28.2750 114.6761 200.0 WUNDI +ASN00008287 -28.6564 114.8558 120.0 WARRINE +ASN00008288 -28.2575 114.6033 200.0 GHURKA +ASN00008289 -29.6708 115.3636 200.0 TWIN HILLS +ASN00008290 -28.3008 113.5936 2.2 NORTH ISLAND 94405 +ASN00008291 -30.5475 116.3981 280.0 SOUTH MERIDALE +ASN00008292 -28.5164 115.3700 240.0 TAWARRI WEST +ASN00008293 -28.1128 115.0697 260.0 BUNDI FARM +ASN00008294 -28.2094 115.2850 260.0 WANDANA +ASN00008295 -29.2094 115.2628 105.0 STRAWBERRY +ASN00008296 -29.2039 116.0247 271.4 MORAWA AIRPORT 94417 +ASN00008297 -30.2761 116.6714 324.5 DALWALLINU 95629 +ASN00008298 -28.7597 114.9370 265.0 TIBRADDEN +ASN00008299 -29.1103 115.3173 270.0 ARRADALE +ASN00008300 -29.0692 115.0915 240.0 TABLETOP +ASN00008303 -28.7214 114.6481 60.0 MORESBY +ASN00008304 -28.9571 114.9492 254.0 MOASCAR +ASN00008305 -29.2778 114.9464 20.0 PORT DENISON +ASN00008306 -28.0636 115.1903 255.0 DARTMOOR SOUTH +ASN00008307 -28.8900 115.4397 260.0 COOLANGATTA ALERT +ASN00008308 -28.8000 115.7600 340.0 TARDUN HILL +ASN00008309 -29.3000 115.6597 240.0 BELLENDAINE +ASN00008310 -29.0291 115.5548 260.0 SOUTH HOLMWOOD ALERT +ASN00008311 -27.9364 115.2972 248.0 MALLEE FARM +ASN00008312 -28.4928 114.7167 200.0 JAMINDA SPRINGS +ASN00008313 -28.9728 114.7711 20.0 S BEND +ASN00009000 -32.1247 116.1025 130.0 ARALUEN +ASN00009001 -32.1303 116.0053 55.0 ARMADALE +ASN00009002 -31.2497 115.7303 50.0 ALLAMBIE +ASN00009003 -31.8000 116.0000 -999.9 BELVOIR +ASN00009004 -31.3414 116.2133 250.0 BINDOON KEANEY COLLEGE +ASN00009005 -30.8500 115.8667 -999.9 CAPITELA +ASN00009006 -30.6256 115.7803 200.0 CHELSEA +ASN00009007 -31.8622 116.2658 300.0 CHIDLOW +ASN00009008 -31.4833 116.0833 -999.9 CHITTERING +ASN00009009 -31.6050 116.1114 100.0 LOWER CHITTERING +ASN00009010 -32.1486 116.0761 300.0 CHURCHMAN BROOK +ASN00009011 -30.1478 115.0992 60.0 COCKLESHELL GULLY +ASN00009012 -31.8814 115.8531 77.0 MOUNT YOKINE RESERVOIR +ASN00009013 -31.0500 115.5667 -999.9 COWALLA +ASN00009014 -30.6969 115.5817 150.0 DANDARAGAN WEST +ASN00009015 -32.0892 116.1250 330.0 KARRAGULLEN NORTH +ASN00009016 -32.1500 115.9000 -999.9 FORRESTDALE +ASN00009017 -32.0550 115.7500 5.0 FREMANTLE +ASN00009018 -31.3461 115.9031 92.0 GINGIN +ASN00009019 -32.2833 116.1833 -999.9 GLENEAGLE +ASN00009020 -31.9000 116.0567 200.0 GREENMOUNT +ASN00009021 -31.9275 115.9764 15.4 PERTH AIRPORT 94610 +ASN00009022 -31.8989 115.9719 15.0 GUILDFORD POST OFFICE +ASN00009023 -32.3342 116.0755 240.0 JARRAHDALE +ASN00009024 -31.5608 116.0842 150.0 MARBLING +ASN00009025 -31.8689 116.0167 15.0 MIDLAND +ASN00009026 -30.8533 115.4456 130.0 MIMIGARRA +ASN00009027 -31.0000 116.0167 -999.9 MOGUMBER +ASN00009028 -31.3000 116.0167 -999.9 MOOLIABEENEE SIDING +ASN00009029 -31.5825 115.9658 60.0 MUCHEA TREE FARM +ASN00009030 -31.8972 116.1575 300.0 MUNDARING +ASN00009031 -31.9564 116.1642 190.0 MUNDARING WEIR +ASN00009032 -30.4711 115.6475 290.0 MUNGEDAR +ASN00009033 -30.9719 116.2089 220.0 NEW NORCIA +ASN00009034 -31.9500 115.8667 19.0 PERTH REGIONAL OFFICE +ASN00009035 -31.9861 115.8192 6.1 NEDLANDS UWA +ASN00009036 -32.2842 115.7550 6.0 ROCKINGHAM POST OFFICE +ASN00009037 -30.3381 115.5394 275.0 BADGINGARRA RESEARCH STN 94603 +ASN00009038 -32.0089 115.5022 46.0 ROTTNEST ISLAND LIGHTHOUSE +ASN00009039 -32.3536 116.0050 120.0 SERPENTINE +ASN00009040 -31.1428 116.0539 170.0 WANNAMAL +ASN00009041 -31.1667 115.5500 -999.9 WANNERIE +ASN00009042 -30.8600 115.7594 150.0 WESTVALE +ASN00009044 -32.1969 116.0617 200.0 WUNGONG DAM +ASN00009045 -31.5567 115.6728 20.0 YANCHEP +ASN00009046 -30.7742 115.6975 180.0 YATHROO +ASN00009047 -30.6164 115.7194 200.0 YERE YERE +ASN00009048 -32.1000 116.0000 -999.9 GOSNELLS +ASN00009049 -32.0783 116.0017 10.0 GOSNELLS 2 +ASN00009050 -32.1575 116.1264 207.0 CANNING RIVER WEIR +ASN00009051 -31.9211 116.0908 220.0 GLEN FORREST +ASN00009052 -32.4000 116.0167 -999.9 THE CHESTNUTS +ASN00009053 -31.6669 116.0189 40.0 PEARCE RAAF 94612 +ASN00009054 -30.6033 115.6428 300.0 TAMBREY +ASN00009055 -30.6833 115.7000 -999.9 DANDARAGAN +ASN00009056 -31.9494 115.7928 20.0 FLOREAT PARK +ASN00009057 -31.8092 115.9997 20.0 HENLEY PARK +ASN00009058 -31.9822 116.0594 210.0 KALAMUNDA +ASN00009059 -32.0000 116.0000 -999.9 WINDY RIDGE +ASN00009060 -31.9500 116.0000 -999.9 MAIDA VALE 2 +ASN00009061 -31.9667 115.7500 26.0 SWANBOURNE MILITARY POST OFFIC +ASN00009062 -31.7833 116.2167 -999.9 GIDGEGANNUP 1 +ASN00009063 -30.3903 115.5039 258.0 BADGINGARRA +ASN00009064 -32.2258 115.7611 4.0 KWINANA BP REFINERY +ASN00009065 -31.3383 115.5525 90.0 CARABAN +ASN00009066 -31.7908 116.1975 290.0 GIDGEGANNUP +ASN00009067 -31.7564 116.0222 15.0 UPPER SWAN RESEARCH STATION +ASN00009068 -32.0447 115.8214 44.0 MELVILLE +ASN00009069 -31.4558 115.8767 90.0 YEAL SWAMP EAST +ASN00009070 -32.1517 115.8008 15.0 SPEARWOOD +ASN00009071 -32.0167 115.8667 -999.9 CLONTARF BOYS TOWN +ASN00009072 -30.2842 115.5242 200.0 BUNDIDUP +ASN00009073 -32.3733 116.0581 200.0 SERPENTINE PIPE HEAD +ASN00009074 -32.0167 115.9333 5.0 KALBYAMBA +ASN00009075 -30.4000 115.6500 -999.9 BALAMARRA +ASN00009076 -31.4000 116.1000 -999.9 BINDOON SOUTH +ASN00009078 -30.7000 115.6000 -999.9 CATABY +ASN00009079 -31.9833 115.8000 -999.9 CLAREMONT +ASN00009080 -32.2000 116.1000 -999.9 CORNERS BROOK +ASN00009081 -32.2000 116.3000 -999.9 DALE ROAD +ASN00009082 -32.3000 116.1500 -999.9 ARMADALE TRAVELLERS ARMS HOTEL +ASN00009083 -32.0500 115.7500 -999.9 FREMANTLE OVAL +ASN00009084 -32.0500 115.7500 -999.9 FREMANTLE NORTH +ASN00009085 -31.3000 115.6000 -999.9 GINGIN BROOK +ASN00009086 -32.1000 115.7500 -999.9 HENDERSON NAVAL BASE +ASN00009087 -31.9500 115.9000 -999.9 PERTH HIGHGATE HILL +ASN00009088 -30.3000 115.4000 -999.9 HILL RIVER +ASN00009089 -32.4000 116.0167 -999.9 JARRAHDALE MILL +ASN00009090 -32.1000 116.1000 -999.9 KANGAROO GULLY +ASN00009092 -32.2000 115.8000 -999.9 MANDOGALUP +ASN00009093 -31.2000 115.7000 -999.9 MAYFIELD +ASN00009094 -31.9500 115.9000 5.0 MAYLANDS AIRPORT +ASN00009095 -31.9000 115.9000 -999.9 BAYSWATER +ASN00009096 -32.0333 116.0500 -999.9 MOUNT VICTORIA +ASN00009097 -31.9500 115.8500 -999.9 PERTH GARDENS +ASN00009098 -31.9333 115.8333 -999.9 PERTH NORTH +ASN00009101 -31.2000 116.1000 -999.9 RANGERS VALLEY +ASN00009102 -31.9000 115.8000 -999.9 SUBIACO +ASN00009103 -31.9333 116.2000 -999.9 SUNNY DELL +ASN00009104 -31.9000 116.1000 -999.9 WANDU +ASN00009105 -31.7317 115.7931 30.0 WANNEROO +ASN00009106 -32.0486 115.9839 10.0 GOSNELLS CITY 95604 +ASN00009107 -31.9167 115.8667 -999.9 MOUNT LAWLEY GOLF CLUB +ASN00009109 -31.8531 116.1783 300.0 STONEVILLE RESEARCH STN +ASN00009110 -30.0233 115.2375 61.0 KEVALA +ASN00009111 -32.4400 116.0744 286.0 KARNET 95614 +ASN00009112 -31.3928 116.0875 160.0 BINDOON +ASN00009113 -32.1108 116.0953 250.0 ROLEYSTONE +ASN00009114 -31.0164 115.3300 4.0 LANCELIN 95606 +ASN00009115 -32.4022 116.1039 220.0 SERPENTINE MAIN DAM +ASN00009117 -31.9667 116.0000 -999.9 WEXHAM +ASN00009118 -31.1500 115.4833 69.0 LEDGE POINT +ASN00009119 -31.7758 115.9433 50.0 GNANGARA +ASN00009120 -31.7514 115.8014 50.0 WANNEROO CALM +ASN00009121 -31.2358 115.5381 40.0 MOORE RIVER FORESTRY 6 +ASN00009122 -31.4000 115.7000 61.0 YANCHEP NORTH FORESTRY +ASN00009123 -31.3786 115.7861 61.0 GINGIN FORESTRY 2 +ASN00009124 -31.4531 115.8058 61.0 GINGIN FORESTRY 3 +ASN00009125 -31.5772 115.8164 61.0 YANCHEP EAST FORESTRY 4 +ASN00009126 -31.9508 115.8453 53.2 WEST PERTH +ASN00009127 -32.0200 115.7692 21.0 MOSMAN PARK +ASN00009129 -31.8931 115.7617 11.0 SCARBOROUGH BEACH POST OFFICE +ASN00009130 -30.6408 115.5003 140.0 TUYALI +ASN00009131 -30.3081 115.0311 1.6 JURIEN BAY 95600 +ASN00009132 -32.2833 116.1833 -999.9 GLENEAGLE PLUVIO +ASN00009133 -31.8511 116.2539 260.0 LAKE LESCHENAULTIA +ASN00009134 -31.5667 116.0958 91.0 LOWER CHITTERING 2 +ASN00009135 -31.9942 116.0692 317.0 WALLISTON +ASN00009136 -32.0167 116.0000 -999.9 CANNING PARK +ASN00009137 -32.2475 116.0172 50.0 CARDUP +ASN00009139 -32.4500 116.3000 -999.9 ALBANY HIGHWAY 47.5 +ASN00009140 -32.1333 116.0167 -999.9 KELMSCOTT FORESTRY +ASN00009144 -31.0769 115.5083 60.0 BARAMBA +ASN00009146 -32.3100 115.7292 6.0 WAIKIKI +ASN00009147 -31.3292 116.0811 170.0 MOOLIABEENEE +ASN00009148 -32.1517 115.9542 60.0 WESTFIELD +ASN00009149 -32.3000 115.7147 6.0 SAFETY BAY +ASN00009150 -32.1367 115.7667 6.0 WOODMANS POINT +ASN00009151 -31.9556 115.7928 20.0 SUBIACO TREATMENT PLANT +ASN00009152 -30.5003 115.7119 270.0 MAHOMET SPRINGS +ASN00009157 -30.9667 115.8000 -999.9 MORAY +ASN00009159 -31.9500 115.8500 54.0 PERTH WEST +ASN00009160 -32.2667 115.7000 3.0 POINT PERON +ASN00009161 -32.0022 115.8861 18.0 BENTLEY (CURTIN) +ASN00009162 -31.4556 116.0978 140.0 UPPER CHITTERING +ASN00009163 -31.8511 115.9942 9.0 WEST SWAN +ASN00009164 -32.3667 115.7167 -999.9 LONG POINT +ASN00009166 -32.2931 116.0136 40.0 WHITBY FALLS +ASN00009167 -31.0053 115.9369 160.0 MOGUMBER FARM +ASN00009168 -32.1189 116.1206 300.0 KARRAGULLEN +ASN00009169 -30.5006 115.0664 3.0 CERVANTES +ASN00009170 -32.1644 115.8306 20.0 JANDAKOT UNIVERSITY STN +ASN00009171 -32.1667 115.8333 -999.9 BROWNS LAKE +ASN00009172 -32.1011 115.8794 30.0 JANDAKOT AERO 94609 +ASN00009173 -31.8758 116.1764 300.0 STONEVILLE +ASN00009174 -31.7833 115.7333 -999.9 KALLAROO +ASN00009175 -30.8872 116.0294 180.0 SUMMER VALLEY +ASN00009176 -30.5333 115.3333 -999.9 STRATHBOGIE +ASN00009177 -31.1228 115.4469 60.0 SAN ANGELO +ASN00009178 -31.4628 115.8642 73.0 GINGIN AERO 95612 +ASN00009179 -30.7994 115.5467 100.0 ENEMINGA +ASN00009180 -32.0186 116.0997 250.0 CARMEL +ASN00009181 -31.8817 116.0592 80.0 SWAN VIEW +ASN00009182 -31.9544 116.0014 25.0 MAIDA VALE +ASN00009183 -31.4978 115.5914 20.0 TWO ROCKS +ASN00009184 -31.7750 115.7700 10.0 CRAIGIE +ASN00009186 -31.7858 115.7772 17.0 BEENYUP +ASN00009187 -32.0758 115.8469 30.0 MURDOCH +ASN00009188 -31.7500 116.0000 -999.9 WOODSOME +ASN00009189 -31.9833 115.7500 -999.9 COTTESLOE BEACH +ASN00009190 -32.1300 116.0050 30.0 KELMSCOTT +ASN00009191 -31.9286 115.7653 30.0 CITY BEACH +ASN00009192 -32.0533 115.7647 15.0 FREMANTLE +ASN00009193 -32.0069 115.5022 43.1 ROTTNEST ISLAND 94602 +ASN00009194 -32.2208 115.8075 14.0 MEDINA RESEARCH CENTRE 95608 +ASN00009195 -31.9500 116.3000 -999.9 MALMALLING +ASN00009196 -31.5667 116.1000 -999.9 INNAMINCKA +ASN00009197 -32.2300 115.6844 5.0 GARDEN ISLAND +ASN00009198 -32.1261 116.0358 70.0 KELMSCOTT 2 +ASN00009199 -29.9486 114.9781 2.0 LEEMAN +ASN00009200 -31.5286 116.0000 160.0 MUCHEA WILDFLOWER PARK +ASN00009201 -31.3908 115.6811 50.0 WABLING +ASN00009202 -31.8344 116.2197 300.0 MOUNT HELENA +ASN00009203 -31.8986 116.3236 280.0 TUDOR PARK +ASN00009204 -31.9414 116.0506 220.0 GOOSEBERRY HILL 94615 +ASN00009205 -31.4317 116.2642 290.0 MUNYERRING SPRINGS +ASN00009206 -32.0381 116.1264 280.0 PICKERING BROOK +ASN00009207 -32.0208 116.1167 220.0 PICKERING BROOK NORTH +ASN00009208 -32.4489 116.0242 -999.9 TRANGIE +ASN00009209 -32.4331 116.0289 280.0 SPRINGDALE +ASN00009210 -30.8928 115.5789 70.0 LAKE NAMMEN +ASN00009211 -30.2892 115.3203 150.0 PINDARITA +ASN00009212 -31.9031 116.2008 300.0 SAWYERS VALLEY +ASN00009213 -31.9278 116.1861 250.0 WONYIL +ASN00009215 -31.9558 115.7619 41.0 SWANBOURNE 94614 +ASN00009216 -32.0394 116.0656 160.0 VICTORIA DAM +ASN00009217 -31.8097 115.8183 50.0 KINGSLEY +ASN00009218 -30.9311 116.0417 180.0 GILLINGARRA +ASN00009219 -30.6919 115.8119 210.0 LUPIN VALLEY +ASN00009220 -31.4956 116.0547 220.0 CABRAE +ASN00009221 -31.4369 116.0636 210.0 CHITTERING HEIGHTS +ASN00009222 -31.7422 116.2144 200.0 GLENROYD +ASN00009223 -31.8372 115.7692 20.0 SORRENTO +ASN00009225 -31.9192 115.8728 24.9 PERTH METRO 94608 +ASN00009226 -32.2667 116.0833 -999.9 GOORALONG ORCHARD +ASN00009227 -31.8833 116.1500 -999.9 PARKVILLE +ASN00009228 -31.3778 116.0481 -999.9 LENNARDS BROOK +ASN00009229 -31.3556 115.9700 -999.9 HAMPTON DOWNS +ASN00009230 -31.8500 116.1833 -999.9 MOUNT HELENA 2 +ASN00009231 -31.1833 115.8500 -999.9 WAKEDALE +ASN00009232 -31.1833 115.8000 -999.9 KURRIE +ASN00009233 -32.0000 116.0833 -999.9 PIESSE GULLY +ASN00009234 -31.0000 116.2067 -999.9 CANTERBURY +ASN00009235 -31.5167 116.0333 -999.9 MUCHEA +ASN00009236 -31.7222 116.2747 -999.9 BAILUP STUD +ASN00009239 -32.1753 116.0542 240.0 BEDFORDALE +ASN00009240 -32.0056 116.1364 384.0 BICKLEY 95610 +ASN00009241 -32.1308 116.0614 105.0 ROLEYSTONE WEST +ASN00009242 -32.3956 115.9744 48.0 CLOON +ASN00009243 -31.3350 115.5722 30.0 WOODRIDGE ESTATE +ASN00009244 -31.8219 116.0367 40.0 HERNE HILL +ASN00009245 -32.2917 116.1022 320.0 JARRAHDALE MINESITE +ASN00009246 -30.9442 116.4989 290.0 LEYTON +ASN00009248 -31.3320 115.9513 113.0 MOONDAH BROOK +ASN00009249 -31.6992 115.8628 60.0 MARIGINIUP +ASN00009250 -31.9356 115.9639 20.0 PERTH AIRPORT COMPARISON +ASN00009251 -30.1283 115.5011 260.0 COONAWARRA DOWNS +ASN00009252 -31.7683 116.2475 190.0 NOBLE FALLS +ASN00009253 -32.3906 115.8489 7.0 HOPELANDS +ASN00009256 -32.2433 115.6839 6.0 GARDEN ISLAND HSF 95607 +ASN00009257 -32.1569 115.9275 20.0 FORRESTDALE +ASN00009258 -32.2156 115.8758 18.0 ANKETELL +ASN00009259 -31.0811 115.8569 150.0 COORANG +ASN00009260 -32.4697 116.2143 574.0 MOUNT SOLUS +ASN00009261 -30.2875 115.4656 200.0 NORTH BADGINGARRA (TOOMBULLUP) +ASN00009263 -31.8372 115.9500 25.0 WHITEMAN PARK +ASN00009264 -31.7078 115.7242 20.0 TAMALA PARK (MINDARIE) +ASN00009266 -31.0697 115.9581 205.0 MOGUMBER WEST +ASN00009267 -31.7003 116.1853 290.0 GIDGEGANNUP NORTH +ASN00009276 -30.5744 115.2231 42.0 NAMBUNG STATION +ASN00009500 -35.0289 117.8808 3.0 ALBANY 94801 +ASN00009501 -34.4769 117.4811 260.0 ARUNDEL +ASN00009502 -33.4167 116.4767 247.0 BOWELLING +ASN00009503 -33.4825 115.7286 37.0 BOYANUP +ASN00009504 -33.8325 116.3894 200.0 BOYUP BROOK +ASN00009505 -33.7864 115.9814 120.0 BALINGUP +ASN00009506 -34.4678 116.9169 180.0 BANGALUP +ASN00009507 -32.6836 116.5194 350.0 BANNISTER +ASN00009508 -34.2500 115.7500 -999.9 BIDDELIA +ASN00009509 -32.8053 116.4711 213.0 BODDINGTON SHIRE +ASN00009510 -33.9575 116.1375 149.9 BRIDGETOWN COMPARISON 94616 +ASN00009511 -32.7000 115.9500 -999.9 ELSFIELD +ASN00009512 -34.4011 115.9353 180.0 SPRINGFIELDS +ASN00009513 -33.2136 115.8500 30.0 BRUNSWICK JUNCTION +ASN00009514 -33.3267 115.6300 4.0 BUNBURY POST OFFICE +ASN00009515 -33.6611 115.3456 4.0 BUSSELTON SHIRE +ASN00009516 -33.5506 115.5717 20.0 CAPEL +ASN00009517 -33.7175 115.8500 200.0 CASTLEDENE +ASN00009518 -34.3728 115.1358 13.0 CAPE LEEUWIN GSN 94601 +ASN00009519 -33.5372 115.0189 109.0 CAPE NATURALISTE 94600 +ASN00009520 -34.6086 118.7511 40.0 CAPE RICHE +ASN00009521 -34.7350 117.7217 200.0 CARMENDALE +ASN00009522 -33.6333 115.0000 -999.9 YALLINGUP +ASN00009523 -34.9728 117.2669 200.0 ILLALANGI +ASN00009524 -34.6700 118.5317 250.0 CORDINUP +ASN00009525 -33.8742 116.6544 240.0 CULICUP ESTATE +ASN00009526 -32.5167 115.9667 -999.9 NORTH DANDALUP +ASN00009527 -33.3969 115.7833 40.0 DARDANUP EAST +ASN00009528 -34.0833 115.5833 -999.9 DARRADUP +ASN00009529 -35.0000 116.6500 -999.9 DEEP RIVER +ASN00009530 -34.3772 116.4144 140.0 DEESIDE +ASN00009531 -34.9617 117.3567 20.0 DENMARK +ASN00009532 -34.9528 117.3733 25.0 DENMARK AGRIC. SCHOOL +ASN00009533 -33.8394 116.5600 203.0 DINNINUP +ASN00009534 -33.5719 115.8247 63.0 DONNYBROOK 95622 +ASN00009535 -33.8267 122.4922 110.0 CORONET HILL +ASN00009536 -34.2000 116.9833 -999.9 DORSET DOWNS +ASN00009537 -33.6000 115.1000 4.0 QUINDALUP +ASN00009538 -32.7103 116.0594 267.0 DWELLINGUP 94620 +ASN00009539 -35.0667 118.0500 119.0 BREAKSEA ISLAND +ASN00009540 -33.9833 115.0167 -999.9 MARGARET RIVER 1 +ASN00009541 -33.8500 121.8833 4.0 ESPERANCE POST OFFICE +ASN00009542 -33.6825 121.8275 142.0 ESPERANCE AERO 95638 +ASN00009543 -33.9333 116.3000 -999.9 FALNASH +ASN00009544 -33.8333 121.1667 -999.9 FANNY COVE +ASN00009545 -33.4356 115.8433 120.0 FERGUSON +ASN00009546 -33.8167 115.9333 -999.9 FERNDALE +ASN00009547 -34.0717 115.0986 60.0 FOREST GROVE +ASN00009548 -33.6167 116.0000 -999.9 GLEN IVOR +ASN00009549 -34.3000 115.9833 -999.9 GLENORAN +ASN00009550 -34.4189 116.2086 100.0 GLEN WARREN +ASN00009551 -35.0151 117.7577 10.0 GRASSMERE +ASN00009552 -33.8564 116.0553 310.0 GREENBUSHES +ASN00009553 -32.8683 115.9139 37.0 HAMEL +ASN00009554 -33.0800 115.8917 37.0 HARVEY POST OFFICE +ASN00009556 -33.9781 116.3336 200.0 ALDERVALE +ASN00009557 -33.9497 120.1258 15.0 HOPETOUN +ASN00009558 -34.6922 117.2347 170.0 IAWAKIA +ASN00009559 -34.9097 117.9942 50.0 KALGAN RIVER +ASN00009560 -34.2000 115.1000 -999.9 KARRIDALE +ASN00009561 -34.4878 117.6278 262.0 KENDENUP +ASN00009562 -33.9333 116.5667 -999.9 KENINUP +ASN00009563 -34.8000 117.0167 -999.9 WATTLEGROVE +ASN00009564 -34.9431 117.9242 12.0 KING RIVER +ASN00009565 -34.5319 118.2781 150.0 KOJANEERUP +ASN00009566 -34.3000 115.1000 -999.9 KUDARDUP +ASN00009567 -33.8000 116.7000 -999.9 EULIN HOUSE +ASN00009568 -34.5167 116.6167 -999.9 LAKE MUIR +ASN00009569 -33.6550 115.3194 3.9 BUSSELTON 95630 +ASN00009570 -34.0183 115.8339 260.0 EAST NANNUP +ASN00009571 -33.8592 116.1900 300.0 HILLCREST +ASN00009572 -32.5031 115.7664 15.0 MANDURAH PARK +ASN00009573 -34.2508 116.1450 286.7 MANJIMUP 94617 +ASN00009574 -33.9592 115.0642 80.0 MARGARET RIVER +ASN00009575 -32.8556 116.4500 250.0 MARRADONG +ASN00009576 -33.8000 115.3000 -999.9 MARYLANDS +ASN00009577 -34.6161 116.0239 80.0 STRATHALBYN +ASN00009578 -34.9000 117.7000 -999.9 MERLOO FARM +ASN00009579 -33.7633 122.0675 60.0 OAKE MARSH FARM +ASN00009580 -33.1500 115.9333 -999.9 MORNINGTON MILLS +ASN00009581 -34.6250 117.6361 300.0 MOUNT BARKER 94630 +ASN00009582 -34.8389 118.1703 100.0 MANYPEAKS +ASN00009583 -33.8600 115.8550 300.0 MYLOR +ASN00009584 -33.7422 121.9950 60.0 MYRUP +ASN00009585 -33.9797 115.7656 100.0 NANNUP +ASN00009586 -34.0167 115.8000 -999.9 NANNUP EAST +ASN00009587 -33.9967 116.4253 240.0 NEWBICUP +ASN00009588 -33.5833 116.1833 183.0 NOGGERUP +ASN00009589 -34.9919 116.8206 60.0 NORNALUP +ASN00009590 -34.6339 116.1236 120.0 NORTHCLIFFE +ASN00009591 -34.6361 117.3822 230.0 PARDELUP +ASN00009592 -34.4478 116.0433 174.0 PEMBERTON 95613 +ASN00009593 -34.4500 116.0167 166.0 PEMBERTON POST OFFICE +ASN00009594 -34.4350 119.3628 60.0 PEPPERMINT GROVE +ASN00009595 -34.5694 117.2497 300.0 PERILLUP +ASN00009596 -32.6272 115.8747 12.0 PINJARRA +ASN00009597 -33.6833 115.1500 -999.9 QUINDALUP +ASN00009598 -33.0500 115.9000 -999.9 RADYR PARK +ASN00009599 -34.9800 117.6322 30.0 BARRETT MEADOWS +ASN00009600 -33.9525 115.1969 90.0 ROSA BROOK +ASN00009601 -33.3208 115.8825 80.0 ROELANDS VILLAGE +ASN00009602 -34.6000 116.4167 -999.9 SHANNON RIVER +ASN00009603 -33.6858 115.4008 16.3 BUSSELTON AERO 95611 +ASN00009604 -34.9500 118.1500 -999.9 TANDARA +ASN00009605 -34.3667 117.5500 289.0 TENTERDEN POST OFFICE +ASN00009606 -34.3417 115.9892 270.0 DRUMMONDS +ASN00009607 -34.5475 117.9308 150.0 WHITE GUMS +ASN00009608 -33.9833 116.5333 -999.9 TOTTENUP +ASN00009609 -35.0183 117.5289 100.0 YOUNGS SIDING +ASN00009610 -33.1000 115.9000 -999.9 WAGERUP +ASN00009611 -34.9761 116.7328 20.0 WALPOLE +ASN00009612 -34.8511 116.7092 120.0 WALPOLE NORTH OLD +ASN00009613 -34.1436 115.2261 30.0 WARNER GLEN +ASN00009614 -32.8356 115.9225 40.0 WAROONA +ASN00009615 -34.7150 118.4692 20.0 WARRIUP +ASN00009616 -34.0911 116.6628 280.0 WESTBOURNE +ASN00009617 -33.9486 116.1311 178.7 BRIDGETOWN 95632 +ASN00009618 -33.7000 116.2000 -999.9 WILGA STATE SCHOOL +ASN00009619 -34.1519 116.2042 240.0 WILGARRUP +ASN00009620 -34.3000 115.9500 -999.9 WILLOW SPRINGS +ASN00009621 -34.6997 117.9556 220.0 WOODBURN +ASN00009622 -33.6244 115.9339 150.0 WOODPERRY +ASN00009623 -34.5303 117.8247 150.0 WOOGENELLUP +ASN00009624 -32.9592 115.9008 30.0 YARLOOP +ASN00009625 -34.7275 117.9222 175.0 YELLANUP +ASN00009626 -33.7106 121.5619 60.0 PLEASANT VALLEY +ASN00009627 -34.0772 116.2033 280.0 YORNUP +ASN00009628 -33.3600 116.1467 204.0 COLLIE +ASN00009629 -33.4464 115.7308 30.0 MARRIWOOD +ASN00009630 -34.2111 117.1025 205.0 WONNENUP +ASN00009631 -33.6031 121.7828 158.0 ESPERANCE DOWNS RESEARCH STN +ASN00009632 -33.2667 115.9833 -999.9 FERNBROOK +ASN00009633 -34.8644 118.1122 90.0 TAMAR +ASN00009634 -33.1925 115.7081 10.0 PARKFIELD +ASN00009635 -34.3633 117.0836 230.0 FRANKLAND +ASN00009636 -33.8358 115.0747 120.0 COWARAMUP +ASN00009637 -34.9511 117.3700 18.0 DENMARK RES.STN. +ASN00009638 -33.7000 121.7000 -999.9 BOWS FARM +ASN00009639 -33.2333 115.9167 -999.9 BEELA +ASN00009640 -33.9500 116.0500 -999.9 COOEEARUP +ASN00009641 -34.3000 117.1000 -999.9 FRANKLAND (THREE PINES) +ASN00009642 -33.1336 115.8808 30.0 WOKALUP +ASN00009643 -33.2000 115.7000 -999.9 ROSAMEL +ASN00009644 -33.5903 115.0678 9.0 MEELUP +ASN00009645 -33.7981 121.1503 22.5 STOKES INLET +ASN00009646 -33.9000 115.0000 -999.9 GLENBOURNE +ASN00009647 -34.9506 117.2769 140.0 WEREROA +ASN00009648 -33.5064 115.6403 20.0 THIRLMERE +ASN00009650 -33.1517 115.6917 -999.9 BINNINGUP +ASN00009651 -33.5364 115.9472 90.0 LOWDEN +ASN00009652 -33.7767 121.1133 100.0 YOUNG RIVER +ASN00009653 -34.1000 116.5000 -999.9 HEARTLEA +ASN00009654 -34.3986 119.3778 20.0 BREMER BAY +ASN00009655 -33.7867 122.1683 120.0 COOLINUP +ASN00009656 -34.1867 116.7133 250.0 TONEBRIDGE +ASN00009657 -33.2964 115.7789 15.0 ROELANDS +ASN00009658 -34.1833 115.2000 183.0 COURTENEY +ASN00009659 -32.6000 116.0500 -999.9 HUNTLY +ASN00009660 -34.1606 115.1414 25.0 MCLEODS CREEK +ASN00009661 -34.5097 117.0117 200.0 ROCKY GULLY TOWN +ASN00009664 -34.0667 116.1000 -999.9 LADYVALE +ASN00009665 -33.8381 122.4100 80.0 RANCHO X +ASN00009666 -33.5964 116.3347 220.0 MCALINDEN +ASN00009668 -33.6739 116.6475 240.0 KURANDA +ASN00009669 -33.7108 115.8017 120.0 BALINGUP - LILYDALE +ASN00009670 -34.2450 115.1433 175.0 HENDRA +ASN00009671 -33.6878 116.2147 270.0 WILGA +ASN00009672 -33.8933 115.0850 94.0 BRAMLEY RES.STN. +ASN00009673 -34.2511 116.8767 280.0 BOKERUP +ASN00009674 -33.7953 122.1578 60.0 LANGLEY PARK +ASN00009675 -33.8117 122.4450 100.0 MAIKURRA +ASN00009676 -33.9833 116.3333 -999.9 WINNEJUP +ASN00009677 -33.8167 121.9000 -999.9 PINEVALE +ASN00009678 -34.8772 117.6725 93.0 REDMOND +ASN00009679 -32.9939 115.7272 7.0 LAKE PRESTON LODGE 2 COMP. +ASN00009680 -34.6733 117.9000 600.0 PORONGORUP +ASN00009682 -34.3667 117.0500 -999.9 BLACKWATTLE +ASN00009683 -35.0333 117.9167 49.0 POINT KING +ASN00009684 -33.8833 115.9833 -999.9 SOUTHAMPTON +ASN00009686 -32.7000 115.9000 -999.9 BLYTHWOOD +ASN00009687 -33.3000 115.8000 -999.9 BRUNSWICK STATE FARM +ASN00009688 -33.3000 115.6000 -999.9 LEYLAND +ASN00009689 -34.7597 117.9597 120.0 TAKENUP CREEK +ASN00009690 -33.7622 116.5211 230.0 CONDINUP +ASN00009691 -34.0000 115.6000 -999.9 COOYAH +ASN00009692 -34.2258 115.7622 77.0 BIDELLIA +ASN00009693 -33.8000 115.8000 -999.9 CUNDENUP +ASN00009694 -33.7500 115.0000 -999.9 CUNYULGUP +ASN00009695 -33.3978 115.7536 40.0 DARDANUP +ASN00009696 -33.9000 116.8000 -999.9 DENNINUP DOWNS +ASN00009697 -33.9000 116.7000 -999.9 DENNINUP VALE +ASN00009698 -34.2000 116.2000 -999.9 DINGUP +ASN00009699 -34.2000 115.9833 -999.9 DONNELLY PARK +ASN00009700 -33.9000 115.8000 -999.9 DUDINALUP +ASN00009701 -32.7000 116.3000 -999.9 DUNCANS MILL +ASN00009702 -32.7000 116.1000 -999.9 DWELLINGUP RAILWAY +ASN00009703 -33.6000 121.8000 -999.9 GIBSONS SOAK +ASN00009704 -34.1000 116.9833 -999.9 GLENCOE +ASN00009705 -33.5203 116.0742 120.0 GLEN MERVYN +ASN00009706 -34.3000 116.3000 -999.9 GLENPENNENT +ASN00009707 -33.2000 116.4000 -999.9 GLENWOOD +ASN00009708 -33.9000 116.3500 -999.9 GREENFIELDS +ASN00009709 -34.3000 117.2000 -999.9 GUNWARRIE +ASN00009710 -33.3000 115.8000 -999.9 INNADONG +ASN00009711 -34.2833 116.1000 -999.9 JARNADUP +ASN00009712 -34.1000 115.8000 -999.9 KILLARA 2 +ASN00009713 -34.3000 116.2000 -999.9 KINGURA +ASN00009714 -33.7039 115.8903 260.0 KIRUP +ASN00009715 -33.8025 123.0331 30.0 THOMAS RIVER +ASN00009716 -33.2000 115.9000 -999.9 MAROONDAH DOWNS +ASN00009717 -34.2000 115.1000 -999.9 MCLEODS CREEK STATE SCHOOL +ASN00009718 -34.3000 116.6167 -999.9 MORDALUP +ASN00009719 -34.8000 118.0000 -999.9 NAPIER CREEK +ASN00009720 -34.6500 116.3000 -999.9 MURILUP +ASN00009722 -34.4000 116.0000 -999.9 WANDAGARRUP +ASN00009723 -34.3000 116.5000 -999.9 PERUP +ASN00009724 -33.6333 115.1000 -999.9 QUINDALUP SCHOOL +ASN00009725 -34.3000 116.9833 -999.9 RIVERSDALE +ASN00009726 -34.4000 116.4000 -999.9 RIVERSIDE +ASN00009727 -34.7000 117.6000 -999.9 SAINT WERBURGHS +ASN00009728 -34.9000 117.5500 -999.9 SANTA MARIE +ASN00009729 -34.5458 118.1947 175.0 JEDAVYN +ASN00009730 -33.6961 121.3656 80.0 COOMALBIDGUP +ASN00009731 -33.1000 115.9000 -999.9 HOMEBUSH +ASN00009732 -32.8167 116.1167 -999.9 MURRAY UPPER +ASN00009733 -32.8000 115.8000 -999.9 WARABA +ASN00009734 -32.5000 116.0000 -999.9 WHITTAKERS MILL +ASN00009735 -34.2000 116.0000 -999.9 YANMAH SCHOOL +ASN00009736 -34.3500 116.2000 -999.9 YARROWEE +ASN00009737 -34.4000 117.4000 -999.9 YOULUP +ASN00009738 -33.4531 116.3025 260.0 MUJA POWER STATION +ASN00009739 -33.6789 122.3311 170.0 TELINA DOWNS +ASN00009740 -34.2358 117.1869 220.0 GORDON RIVER +ASN00009741 -34.9414 117.8022 68.0 ALBANY AIRPORT GSN 94802 +ASN00009742 -32.5814 116.4442 275.0 BANNISTER NORTH +ASN00009743 -32.8883 115.7294 45.0 WAROONA WEST +ASN00009744 -33.6469 115.7031 60.0 PAYNEDALE +ASN00009745 -34.2503 117.2428 250.0 GORDON RIVER +ASN00009746 -34.0281 115.1042 80.0 WITCHCLIFFE 95641 +ASN00009747 -32.8458 115.9792 220.0 WAROONA DAM +ASN00009749 -32.6042 115.9464 35.0 FAIRBRIDGE +ASN00009750 -32.7000 115.9500 -999.9 WARENING HILLS +ASN00009751 -34.4000 119.4000 -999.9 BREMER BAY POST OFFICE +ASN00009752 -34.7233 117.3494 205.0 DENBARKER +ASN00009753 -33.9833 114.9833 -999.9 PREVELLY PARK +ASN00009754 -34.5961 118.5519 120.0 METTLER +ASN00009758 -34.4653 115.8325 15.0 ALAMEIN TRACK +ASN00009762 -33.8333 122.6333 -999.9 MARYLANDS +ASN00009764 -33.7500 120.6000 70.0 BEDFORD HARBOUR 1 +ASN00009765 -34.4322 117.3164 260.0 RUTHVEN +ASN00009766 -35.0597 117.8658 2.0 LITTLE GROVE +ASN00009767 -33.6683 115.0428 55.0 YALLINGUP +ASN00009768 -34.3606 117.6186 280.0 TARIPTA +ASN00009769 -32.5698 116.4385 335.0 CULFORD +ASN00009770 -34.6667 117.3333 -999.9 ANGUS DOWNS +ASN00009771 -33.7411 115.4697 60.0 YOONGARILLUP +ASN00009772 -33.7608 121.2156 60.0 ERINAIR +ASN00009773 -32.9967 115.9008 40.0 COOKERNUP +ASN00009775 -34.9500 117.8833 -999.9 DYMESBURY PARK +ASN00009776 -33.7931 115.3189 80.0 ASTON DOWNS ALERT +ASN00009778 -33.9350 115.0831 88.4 MARGARET RIVER CALM +ASN00009780 -34.3842 116.1025 170.0 GLEN ISTLE +ASN00009781 -33.7833 116.3333 -999.9 BENJINUP +ASN00009782 -34.7406 117.4233 190.0 BANDICOOT NURSERY +ASN00009783 -33.7000 115.5158 170.0 HITHERGREEN +ASN00009784 -34.9319 117.1606 80.0 KIMBERLEY +ASN00009785 -33.7000 115.1667 12.0 CARUNUP +ASN00009787 -35.1833 117.8833 103.0 ECLIPSE ISLAND +ASN00009788 -33.8144 122.2942 80.0 BOYATUP +ASN00009789 -33.8300 121.8925 25.0 ESPERANCE GSN 94638 +ASN00009790 -34.3000 119.1667 -999.9 YARRAMIE +ASN00009791 -34.5000 116.1833 -999.9 CRAIGIAN +ASN00009793 -33.9667 123.2167 -999.9 CAPE ARID +ASN00009794 -33.8039 120.6375 90.0 BEDFORD HARBOUR +ASN00009795 -33.0000 116.3000 -999.9 DUNGALLY +ASN00009796 -33.3856 121.3722 80.0 COOMELMIA +ASN00009797 -34.1167 116.3667 -999.9 THE CUMBERLAND +ASN00009798 -33.8847 120.4222 40.0 JERDACUTTUP +ASN00009799 -34.7744 118.2811 90.0 WAYCHINICUP DOWNS +ASN00009800 -33.8097 121.8511 40.0 LAKE WARDEN FARM +ASN00009801 -34.1597 115.1892 20.0 ALEXANDRA BRIDGE +ASN00009802 -33.6633 121.6306 90.0 THE OAKS +ASN00009803 -33.7831 115.3447 60.0 CHAPMAN HILL +ASN00009804 -33.8811 122.2167 60.0 ADINA +ASN00009805 -34.9769 116.7286 15.0 WALPOLE FORESTRY +ASN00009807 -33.3500 116.1500 -999.9 COLLIE BOYS TOWN +ASN00009808 -33.5167 115.6167 -999.9 ELGIN +ASN00009810 -32.6517 115.9067 150.0 PINJARRA FARMLANDS +ASN00009812 -33.0789 115.8806 40.0 HARVEY 95643 +ASN00009813 -33.7297 122.7550 110.0 MOUNT HOWICK +ASN00009815 -33.8819 122.5661 61.0 THE DUKE +ASN00009816 -33.7256 121.3014 60.0 LORT RIVER STATION +ASN00009817 -33.7517 122.3708 110.0 THE BEEF MACHINE +ASN00009818 -33.7708 121.1058 75.0 YERRITUP +ASN00009819 -33.8000 121.9333 -999.9 ESPERANCE AIRSTRIP ROAD +ASN00009821 -33.8000 122.6667 -999.9 GLENGOWAN +ASN00009822 -33.7753 121.5550 30.0 DALYUP PARK +ASN00009823 -33.6833 122.5000 -999.9 GEOVON +ASN00009824 -33.6519 120.9986 100.0 JONEGATUP +ASN00009825 -33.7517 122.9128 90.0 ORLEANS FARM NORTH +ASN00009826 -33.8019 122.8519 80.0 ORLEANS FARMS S.W. +ASN00009827 -33.8819 121.8597 46.0 SECOND BEACH +ASN00009829 -33.8911 120.3256 40.0 TALLANGATTA +ASN00009830 -33.8667 115.9000 -999.9 LEEWANA PARK +ASN00009831 -34.9267 117.8731 30.0 UPPER KING RIVER +ASN00009832 -34.9469 118.0039 50.0 LOWER KALGAN +ASN00009833 -32.8000 116.2500 324.0 YARRAGIL BROOK +ASN00009834 -33.6983 120.5492 250.0 HAKEA +ASN00009835 -34.4033 118.9689 80.0 WAYJO PARK +ASN00009836 -33.8144 120.5136 30.0 MYOLA +ASN00009837 -34.4889 118.6211 110.0 WELLSTEAD +ASN00009838 -34.2939 115.1461 5.0 RANCHO EL CENTIPEDO +ASN00009839 -33.4000 116.3167 168.0 BUCKINGHAM +ASN00009841 -35.0111 117.6425 40.0 ARKAROOLA +ASN00009842 -33.7964 115.6658 130.0 JARRAHWOOD 95623 +ASN00009843 -34.4417 116.9944 230.0 FRANKLAND VINEYARDS +ASN00009844 -33.3694 115.6378 4.0 HAY PARK +ASN00009845 -34.3464 115.7808 60.0 WOODVILLE +ASN00009846 -33.6950 122.2269 110.0 ELROY +ASN00009847 -33.7794 122.7150 90.0 MOKINE DOWNS +ASN00009848 -34.7719 118.1317 120.0 WINDRUSH +ASN00009849 -33.8425 122.7622 85.0 OCEANVIEW FARMS +ASN00009850 -34.5378 117.7197 245.0 CARBARUP +ASN00009851 -34.9008 118.2019 60.0 MANYPEAKS +ASN00009852 -34.8883 118.3958 60.0 CHEYNE BEACH +ASN00009853 -34.2500 119.5000 -999.9 QUAALUP +ASN00009854 -33.8017 116.6000 300.0 AV-A-REST +ASN00009855 -33.5167 116.6000 -999.9 CORDERING +ASN00009856 -33.7000 116.7000 -999.9 GLENORCHY +ASN00009857 -33.0333 116.5667 209.0 QUINDANNING +ASN00009858 -33.6500 116.5667 -999.9 SYLVAN LOCH +ASN00009859 -33.3100 116.1300 350.0 HILLMAN +ASN00009860 -34.0500 116.8500 -999.9 KINGSTONE +ASN00009861 -34.3833 118.8167 150.0 BEAUFORT PLN +ASN00009862 -33.5083 116.7386 250.0 CAPERCUP +ASN00009863 -33.7167 116.7333 -999.9 BROOKWOOD +ASN00009864 -33.8667 116.8500 -999.9 NORTHUMBERLAND +ASN00009865 -34.3997 118.8867 90.0 WARRA JARRA +ASN00009866 -33.6833 120.7167 180.0 BALGA +ASN00009867 -33.6511 122.0161 100.0 LORINNA +ASN00009868 -33.7078 120.8653 80.0 MUNGLINUP +ASN00009869 -32.7667 116.5833 -999.9 GREENSLOPES +ASN00009870 -33.9161 122.2083 60.0 CAPE LE GRAND NAT PARK +ASN00009871 -34.8361 116.0308 4.5 WINDY HARBOUR 94640 +ASN00009872 -33.1133 116.0225 220.0 MCARTHUR PARK +ASN00009873 -32.6492 116.0383 280.0 SOUTH DANDALUP DAM +ASN00009874 -32.5233 116.0139 175.0 NORTH DANDALUP DAM +ASN00009875 -34.5692 117.6217 255.0 MOUNT BARKER NORTH +ASN00009876 -34.1311 116.7394 250.0 CHOWERUP +ASN00009877 -33.6033 115.4983 15.0 LUDLOW +ASN00009878 -34.2183 117.2975 -999.9 WEST CRANBROOK +ASN00009885 -33.3158 115.6600 3.0 BUNBURY POWER STATION +ASN00009886 -33.7917 116.6031 240.0 HAZELMERE +ASN00009887 -32.5211 115.7500 21.0 MANDURAH +ASN00009888 -34.5147 117.6692 200.0 KENDENUP SOUTH +ASN00009889 -32.6544 116.0158 330.0 DEL PARK +ASN00009891 -32.6400 115.9461 45.0 PINJARRA REFINERY +ASN00009893 -32.9233 116.0081 320.0 WILLOWDALE +ASN00009894 -32.9183 115.9217 65.0 WAGERUP REFINERY +ASN00009895 -33.7878 123.1878 80.0 WILLCHER FARM +ASN00009896 -34.7103 118.3764 100.0 BEN AVON +ASN00009897 -33.8536 123.0069 70.0 CAPE ARID NATIONAL PARK +ASN00009898 -34.8208 118.3225 80.0 MARDALLIANG +ASN00009899 -34.8883 118.0789 80.0 KARRALEA +ASN00009900 -34.8364 117.6914 100.0 CHORKERUP +ASN00009901 -34.9964 117.7197 15.0 ATHENA +ASN00009902 -34.8908 117.7094 90.0 FERN RIDGE +ASN00009903 -34.5889 116.3433 170.0 BROOK FARM +ASN00009904 -34.5967 116.1072 90.0 WALTERS FARM +ASN00009905 -34.3450 116.3639 200.0 NERRAGAGUP POOL +ASN00009906 -34.1378 116.2333 270.0 GLENGARREN +ASN00009907 -34.2131 116.0231 260.0 YANMAH +ASN00009908 -34.2292 115.9294 200.0 ONE TREE BRIDGE (HAZELMERE) +ASN00009909 -33.7914 115.3189 80.0 ASTON DOWNS +ASN00009910 -33.8325 115.3147 100.0 CLOVERLOCK +ASN00009911 -33.5947 115.9581 180.0 CHARLIES CREEK +ASN00009912 -33.4450 115.8508 120.0 FERGUSON VALLEY +ASN00009913 -33.6906 115.8439 240.0 EKAMURRA +ASN00009914 -33.3197 116.6464 300.0 VALERN +ASN00009915 -32.9981 115.9211 60.0 HILLVIEW FARM +ASN00009916 -33.6422 115.8119 110.0 CRENDON +ASN00009917 -33.7058 115.7878 100.0 PERIVALE ORCHARD +ASN00009918 -33.7653 115.8397 160.0 RAVENSCLIFFE +ASN00009919 -34.9000 116.7881 -999.9 HAZELVALE +ASN00009920 -33.0067 115.9631 250.0 LOGUE BROOK DAM +ASN00009921 -33.6539 121.3683 110.0 OLDFIELD +ASN00009922 -33.6492 121.1972 110.0 WEST LORT RIVER +ASN00009923 -33.3169 115.9892 240.0 WORSLEY DOWNS +ASN00009924 -34.2489 116.4969 200.0 WYNDARRA +ASN00009925 -33.6617 115.7067 60.0 IRONSTONE GULLY +ASN00009926 -34.2989 115.4447 25.0 SCOTT RIVER +ASN00009927 -33.6028 116.0128 220.0 THE WOLD - LOWDEN +ASN00009928 -34.8389 116.7211 180.0 VERMEULEN +ASN00009929 -35.0042 117.8608 -999.9 DUCK LAKE +ASN00009930 -34.8794 118.0467 60.0 TAMARU +ASN00009931 -34.8736 118.0822 80.0 TOOBURRA +ASN00009932 -33.3997 115.9786 220.0 WELLINGTON DAM +ASN00009933 -34.3367 116.1083 240.0 MANJIMUP WA CHIP&PULP +ASN00009934 -33.0767 115.9100 45.0 HARVEY WATER RESOURCES +ASN00009935 -34.2411 116.1433 285.0 MANJIMUP WATER RESOURCES +ASN00009936 -32.6239 116.0603 320.0 HUNTLY +ASN00009938 -33.4761 115.9242 200.0 WELLINGTON MILL +ASN00009940 -32.1206 116.0839 210.0 YARUNGA +ASN00009941 -33.8094 116.3831 245.0 COOLANGATA SOUTH +ASN00009943 -33.3167 116.0500 -999.9 WORSLEY +ASN00009944 -33.7167 121.0833 -999.9 YERRITUP CREEK STN +ASN00009945 -34.3667 116.2000 -999.9 MANJIMUP (SMITHS BROOK TRIB) +ASN00009946 -34.1833 116.1667 -999.9 DONNELLY RIVER +ASN00009947 -34.1333 116.1500 -999.9 DONNELLY RIVER +ASN00009948 -33.9383 115.2669 -999.9 ROSA BROOK +ASN00009949 -33.4072 116.6242 -999.9 FERRARIS FARM +ASN00009950 -33.4714 116.0106 -999.9 DONALDI +ASN00009951 -34.3175 116.5831 -999.9 KELVIN BANK +ASN00009952 -34.0303 116.4392 -999.9 WATERFALL GULLY +ASN00009953 -33.5447 116.6444 -999.9 AURORA DOWNS +ASN00009954 -33.8097 122.0844 60.0 MERIVALE FARM +ASN00009955 -33.7314 120.9308 105.0 NEWLEIGH +ASN00009956 -34.3133 115.1675 10.0 AUGUSTA EAST +ASN00009957 -35.0367 116.9247 10.0 PEACEFUL BAY +ASN00009958 -34.6625 117.8394 322.0 KARRIVALE +ASN00009959 -33.8453 120.7625 40.0 BUNINYONG +ASN00009960 -33.2028 116.2764 240.0 YOURDAMUNG LAKE +ASN00009961 -33.9306 120.1283 26.0 HOPETOUN NORTH 95635 +ASN00009962 -33.5925 115.8833 100.0 BROOKHAMPTON +ASN00009963 -33.6858 115.0153 80.0 GLENMORE +ASN00009964 -34.5714 117.0106 250.0 ROCKY GULLY 94631 +ASN00009965 -33.3567 115.6447 5.2 BUNBURY 94604 +ASN00009966 -33.8578 116.6750 230.0 OLD CULICUP +ASN00009967 -34.7772 117.6508 130.0 NARRIKUP WEST +ASN00009968 -34.5683 116.3367 210.0 SHANNON 95617 +ASN00009970 -33.8064 120.9128 70.0 LOUGHREA +ASN00009971 -33.7844 115.4075 120.0 ACTON PARK +ASN00009972 -33.7333 115.3411 30.0 AMBERGATE +ASN00009973 -34.8675 118.2156 70.0 BUNDILLA +ASN00009974 -35.0955 117.9615 13.7 FRENCHMAN BAY +ASN00009975 -34.7031 118.2992 150.0 BUNDALEER +ASN00009976 -32.6453 115.8644 13.0 PINJARRA SOUTH +ASN00009977 -32.5219 115.7119 3.0 MANDURAH 94605 +ASN00009978 -33.7563 115.2096 42.0 JINDONG +ASN00009979 -33.7622 121.9336 58.0 CORAMUP +ASN00009980 -34.4211 115.8519 40.0 KARRI VALLEY RESORT +ASN00009981 -32.8392 115.9533 240.0 FOREST EDGE +ASN00009982 -33.3878 115.8538 240.0 HENTY BROOK +ASN00009985 -34.8342 117.7919 100.0 LITTLE CHORKERUP +ASN00009986 -33.4775 115.9258 220.0 WELLINGTON MILL ALERT +ASN00009987 -33.6414 115.7028 80.0 PAYNEDALE ALERT +ASN00009988 -33.6808 115.6242 100.0 HAPPY VALLEY +ASN00009989 -33.6458 115.9553 260.0 THOMSON BROOK +ASN00009990 -33.4775 115.7393 40.0 BOYANUP NORTH +ASN00009991 -33.5711 115.8383 120.0 DONNYBROOK EAST +ASN00009992 -33.5435 115.5509 20.0 CAPEL NORTH +ASN00009994 -33.3608 116.1717 200.0 COLLIE EAST 95621 +ASN00009995 -33.8044 120.6342 81.0 LAKE SHASTER +ASN00009996 -33.8294 115.1903 120.0 LATITUDE 33 WINES +ASN00009997 -33.7647 115.8431 200.0 RAVENSCLIFFE ALERT +ASN00009998 -34.9469 116.7222 73.0 NORTH WALPOLE 95647 +ASN00010000 -31.1675 117.0736 340.0 AMERY ACRES +ASN00010001 -31.6000 117.9667 -999.9 BAANDEE +ASN00010002 -31.3667 117.9031 270.0 BAANDEE NORTH +ASN00010003 -31.9833 117.1000 -999.9 BALKULING +ASN00010004 -30.4494 117.8636 370.0 BEACON +ASN00010005 -30.3000 117.9000 -999.9 BUNINE +ASN00010006 -31.7278 118.1108 280.0 BELKA +ASN00010007 -30.8081 117.8603 359.0 BENCUBBIN 94632 +ASN00010008 -31.8167 116.5333 -999.9 BERRY BROW +ASN00010009 -31.2744 116.5092 240.0 BOLGART +ASN00010010 -30.9386 117.9642 310.0 BONNIE DOON +ASN00010011 -30.4731 118.3819 430.0 BONNIE ROCK +ASN00010012 -31.5278 117.4361 260.0 BOODJERAKINE +ASN00010013 -30.9000 117.3000 -999.9 BOORALAMING +ASN00010014 -30.6056 117.5667 350.0 BRADFORD +ASN00010015 -31.6000 116.5000 -999.9 BROOKLEA +ASN00010016 -31.8775 118.1500 280.0 BRUCE ROCK +ASN00010017 -31.5547 117.5858 320.0 BUNGULLA NORTH +ASN00010018 -30.5325 117.1739 360.0 BURAKIN +ASN00010019 -31.3958 118.4808 346.0 BURRACOPPIN +ASN00010020 -31.9167 116.9667 -999.9 WANOBBING +ASN00010021 -30.2008 117.9389 400.0 NORTH BEACON +ASN00010022 -31.5000 117.8025 350.0 CARDONIA +ASN00010023 -31.5003 116.9411 240.0 CARTERVILLE +ASN00010024 -31.1631 116.8575 275.0 CASUARINA VALE +ASN00010026 -30.0606 117.1417 310.0 GOODLANDS +ASN00010027 -31.7167 116.5167 231.0 EADINE +ASN00010028 -30.4333 117.6500 -999.9 CLEARY +ASN00010029 -30.5311 117.6675 350.0 CLEARY SOUTH +ASN00010030 -30.7767 118.1992 330.0 WATTONING +ASN00010031 -31.3742 117.5861 300.0 YORKRAKINE TM +ASN00010032 -30.9964 117.3953 300.0 COWCOWING +ASN00010033 -30.9000 117.4667 -999.9 COWCOWING CENTRAL +ASN00010034 -31.7272 118.2931 300.0 FORT HILL +ASN00010035 -31.6494 117.2331 220.0 CUNDERDIN +ASN00010036 -31.7903 117.3283 320.0 YOUNDEGIN +ASN00010037 -31.7264 117.7644 300.0 CUTTENING +ASN00010038 -31.0064 118.1975 300.0 DANDANNING +ASN00010039 -31.0072 117.2042 295.0 DOODARDING WELL +ASN00010040 -31.6089 117.8775 251.0 DOODLAKINE +ASN00010041 -31.6192 117.4372 250.0 DOONGIN PEAK +ASN00010042 -31.1936 117.0311 273.0 DOWERIN +ASN00010043 -31.7661 116.9167 219.0 CALJIE +ASN00010044 -31.6231 117.5431 260.0 BUNGULLA +ASN00010045 -31.0097 117.1344 290.0 EJANDING +ASN00010046 -31.2000 118.1000 -999.9 ELLABIN +ASN00010047 -31.0467 118.1514 290.0 GUM PARK +ASN00010048 -31.7167 117.3833 -999.9 WYOLA SOUTH +ASN00010049 -30.3333 117.5167 -999.9 ENDOMOORE +ASN00010050 -31.9333 117.8833 -999.9 ERIKIN +ASN00010051 -30.1403 117.5700 340.0 REMLAP +ASN00010052 -31.4453 117.2219 300.0 ALEPPO +ASN00010053 -31.7233 118.4372 300.0 FRIARS WELL +ASN00010054 -30.9000 117.8000 -999.9 MOUNT PLEASANT FARM +ASN00010055 -30.7997 117.6806 340.0 GABBIN +ASN00010056 -31.8042 116.4169 310.0 INKPEN +ASN00010057 -30.1000 117.1000 -999.9 GOODLANDS 2 +ASN00010058 -31.2994 116.8269 239.0 GOOMALLING 95631 +ASN00010059 -31.2347 118.4208 350.0 GOOMARIN +ASN00010060 -31.9886 118.5106 330.0 GRABALL +ASN00010061 -31.1417 116.9558 300.0 HAPPY VALLEY +ASN00010062 -31.2347 116.8819 300.0 ELY PARK +ASN00010063 -31.5136 116.4583 160.0 HAWTHORNDEN +ASN00010064 -31.2747 116.5075 240.0 BOLGART BIN +ASN00010065 -31.9000 117.5000 223.0 JENNABERRING +ASN00010066 -31.5167 116.7000 -999.9 JENNA PULLIN +ASN00010067 -30.7286 118.4147 314.0 JOUERDINE SOUTH +ASN00010068 -29.5858 116.9622 315.0 WHITE WELLS +ASN00010069 -31.3000 116.6000 -999.9 JUROKINE +ASN00010070 -30.3686 117.1133 340.0 KALANNIE +ASN00010071 -30.6447 118.1300 370.0 KARLONING +ASN00010072 -31.7211 117.6586 290.0 KELLERBERRIN SOUTH +ASN00010073 -31.6183 117.7217 250.0 KELLERBERRIN 95603 +ASN00010074 -31.0000 117.9000 -999.9 KIRAMI +ASN00010075 -29.6089 117.4100 355.0 MOUNT GIBSON +ASN00010076 -31.0597 116.7319 240.0 KONNONGORRING +ASN00010077 -30.8250 117.4825 310.0 KOORDA +ASN00010078 -31.2000 117.4833 -999.9 KORRELOCKING POST OFFICE +ASN00010079 -31.9500 118.5833 -999.9 FAIR VIEW +ASN00010080 -30.5006 117.4028 350.0 JINGYMIA +ASN00010081 -30.4667 117.2833 314.0 KULJA +ASN00010082 -31.1125 117.9186 290.0 KUNUNOPPIN +ASN00010083 -31.3725 118.1961 350.0 THE PINES +ASN00010084 -30.1056 117.3597 357.0 GLAMOFF +ASN00010085 -31.3000 118.0000 -999.9 LANAUBRA +ASN00010086 -30.9333 118.3333 -999.9 LAKE BROWN +ASN00010087 -31.9667 116.8667 -999.9 GLENROE +ASN00010088 -30.9500 117.5333 -999.9 WALLAMABIN PARK +ASN00010090 -31.0000 118.1000 -999.9 MANGOWINE +ASN00010091 -31.6322 117.0081 195.0 MECKERING +ASN00010092 -31.4756 118.2789 315.0 MERREDIN 95624 +ASN00010093 -31.4994 118.2242 318.0 MERREDIN RESEARCH STATION +ASN00010094 -30.9069 118.1792 320.0 NEILBOROUGH +ASN00010095 -31.5936 118.2347 300.0 MILLSTON +ASN00010096 -30.4594 117.5217 320.0 MOLLERIN POST OFFICE +ASN00010097 -30.6569 117.2625 375.0 MONINGARIN +ASN00010098 -31.9000 117.6000 -999.9 MOORLANDS +ASN00010099 -31.8000 117.6000 -999.9 MOUNT CAROLINE +ASN00010100 -31.7983 118.5458 328.0 KURRAJONG +ASN00010101 -30.9000 118.0000 -999.9 MOUNT MARSHALL EAST +ASN00010102 -30.9153 118.2028 309.0 MUKINBUDIN +ASN00010103 -31.7578 118.5603 342.0 MUNTADGIN +ASN00010104 -31.4025 117.7239 360.0 NANYANINE +ASN00010105 -30.6297 117.3675 320.0 GILAVIN +ASN00010106 -31.2944 118.1997 289.0 NUKARNI +ASN00010107 -29.7986 117.7044 350.0 MOUROUBRA +ASN00010108 -31.3261 118.2464 300.0 NOKANING +ASN00010109 -31.8833 118.1333 -999.9 NOONEGIN +ASN00010110 -31.5833 118.4167 -999.9 NORPA +ASN00010111 -31.6508 116.6586 170.0 NORTHAM 94621 +ASN00010112 -31.1842 118.1006 292.0 NUNGARIN +ASN00010113 -31.9500 117.6533 334.0 PANTAPIN +ASN00010114 -30.8833 117.8000 -999.9 PROSPECT +ASN00010115 -31.7714 116.8647 220.0 QUELLINGTON +ASN00010116 -31.5397 117.4781 250.0 QUONDONG +ASN00010117 -30.1000 118.5000 -999.9 RABBIT FENCE 90 MILE +ASN00010118 -31.9917 118.0264 260.0 BREAKELL +ASN00010119 -31.7950 118.3947 350.0 KITLANE +ASN00010120 -31.9091 117.0986 290.0 DOODENANNING +ASN00010121 -31.6431 117.4872 250.0 TAMMIN +ASN00010122 -31.8308 117.4875 240.0 TELENNING HILL +ASN00010123 -31.9925 117.9325 250.0 THE GRANITES +ASN00010124 -31.5136 118.1753 280.0 NANGEENAN +ASN00010125 -31.5453 116.4594 140.0 TOODYAY +ASN00010126 -31.1153 117.7942 290.0 TRAYNING +ASN00010127 -31.7000 117.9000 -999.9 TRESSILLIAN +ASN00010128 -32.0000 118.4000 -999.9 WADDERIN +ASN00010130 -31.6500 117.8000 -999.9 BADGETOPPIN +ASN00010131 -31.4000 116.4667 175.0 CULHAM +ASN00010133 -30.8256 117.3228 320.0 WALK WALKIN +ASN00010134 -31.3119 116.5150 240.0 WATTENING +ASN00010135 -30.4869 118.1258 390.0 WIALKI +ASN00010136 -30.5892 118.1489 400.0 WIALKI SOUTH +ASN00010137 -30.3294 118.0872 410.0 WIALKI NORTH +ASN00010138 -31.8140 116.3410 277.0 WOOROLOO +ASN00010139 -31.9000 116.5000 -999.9 WOOTTATING +ASN00010140 -31.1806 117.3797 320.0 WYALKATCHEM +ASN00010141 -30.2897 117.0108 305.0 XANTIPPE +ASN00010142 -30.6450 117.6833 370.0 GABBIN NORTH +ASN00010143 -31.4150 117.2664 295.0 YGNATTERING +ASN00010144 -31.8836 116.7581 174.0 YORK POST OFFICE +ASN00010145 -31.3756 117.5853 300.0 YORKRAKINE +ASN00010146 -31.0000 116.8000 -999.9 KALGUDDERING +ASN00010147 -30.7400 117.6100 400.0 MULJI VALE +ASN00010148 -31.3500 118.1500 -999.9 WYDON +ASN00010149 -31.3361 117.8164 320.0 CODG CODGEN +ASN00010150 -31.6358 116.7961 200.0 GRASS VALLEY +ASN00010151 -31.5317 118.0986 270.0 HINES HILL +ASN00010152 -31.7500 116.6833 166.0 MURESK AGRIC.COLLEGE +ASN00010153 -31.1028 118.0167 300.0 CRAEMOR +ASN00010154 -31.1433 117.1817 300.0 MINNIVALE POST OFFICE +ASN00010155 -30.7686 117.1361 370.0 CADOUX +ASN00010156 -31.0908 116.4483 250.0 CALINGIRI +ASN00010157 -31.2506 117.3436 260.0 CANAAN FARM +ASN00010158 -30.4072 118.2797 470.0 BERIA +ASN00010159 -31.0500 116.5000 -999.9 WALGO +ASN00010160 -31.4533 117.1194 265.0 QUELLA PARK +ASN00010161 -31.1708 117.6614 330.0 YELBENI +ASN00010162 -31.7833 116.3667 -999.9 WERRIBEE BOYS HOME +ASN00010163 -31.7711 117.1433 265.0 JAROMA +ASN00010164 -31.5667 116.6167 -999.9 BUCKLANDS +ASN00010165 -31.9408 116.9839 244.0 GREEN HILLS +ASN00010166 -31.7389 116.4906 280.0 SOUTHBOURNE +ASN00010167 -30.3000 117.4000 -999.9 AYLESBURY +ASN00010168 -31.7000 117.2000 -999.9 BALLYMENA +ASN00010169 -30.7000 117.9000 -999.9 BENCUBBIN NORTH +ASN00010170 -31.1500 117.2833 -999.9 BENJABERRING +ASN00010171 -31.9000 118.2000 -999.9 BRUCE ROCK SOUTH +ASN00010172 -31.2000 118.5000 -999.9 BUDGEREE +ASN00010173 -31.9000 118.2500 -999.9 BUNGULLUPING +ASN00010174 -31.4000 118.5000 -999.9 BURRACOPPIN SCHOOL +ASN00010175 -31.5000 118.0000 -999.9 BYANDA +ASN00010176 -31.0167 117.8000 -999.9 CAMALLIE +ASN00010177 -30.5000 117.4000 -999.9 CHINKYMIA +ASN00010178 -30.4000 117.7000 -999.9 CLAFFERTY SOAK +ASN00010179 -31.1000 117.7500 -999.9 CLOVELLY +ASN00010180 -31.8000 116.7000 -999.9 COBHAM +ASN00010181 -31.6083 118.3833 -999.9 COLLGAR +ASN00010182 -31.2833 117.7000 -999.9 YELBENI SOUTH +ASN00010183 -30.3000 118.0000 -999.9 DALGOWRING NORTH +ASN00010184 -30.7833 118.0000 -999.9 DRESDEN +ASN00010185 -30.8000 118.2000 -999.9 ENGOBLEEN +ASN00010186 -31.5500 116.4000 -999.9 EUMALGA +ASN00010187 -31.9000 118.2500 -999.9 GLEN ERIN +ASN00010188 -31.2000 118.5000 -999.9 GOOMEARIN EAST +ASN00010189 -31.1000 117.5000 -999.9 GREENS FARM +ASN00010190 -31.4000 117.8000 -999.9 ECCLESTON +ASN00010191 -30.0000 116.8500 -999.9 JIBBERDING +ASN00010192 -30.5539 118.2828 435.0 JOURERDINE +ASN00010193 -31.4019 117.2717 -999.9 KAILOA +ASN00010194 -31.8000 117.0000 -999.9 KANIMBLA +ASN00010195 -29.2392 116.7122 320.0 KARARA +ASN00010196 -31.1000 117.0167 -999.9 KOOMBERKINE +ASN00010197 -31.1000 117.9500 -999.9 KARINIA +ASN00010198 -31.8000 117.8000 -999.9 QUAILING +ASN00010199 -31.9000 117.7000 -999.9 KWOLYIN +ASN00010200 -31.1000 118.2500 -999.9 SUNNYSIDE +ASN00010201 -30.4000 117.4000 -999.9 LAKE GRADY +ASN00010202 -30.7000 117.2500 -999.9 KOONDA +ASN00010203 -31.3000 117.8000 -999.9 SPRINGDALE +ASN00010204 -31.1000 118.3000 -999.9 LONGWOOD FARM +ASN00010205 -31.9000 117.7000 -999.9 LOTHIAN +ASN00010206 -31.9000 117.9833 -999.9 LOVELL HILL +ASN00010207 -31.2000 118.4000 -999.9 MAITLAND +ASN00010208 -30.8000 117.8000 -999.9 MADINGA +ASN00010209 -31.5000 118.0167 -999.9 MINDABOOKA +ASN00010210 -31.1000 118.4000 -999.9 MINDETHANA +ASN00010211 -31.0000 116.7000 -999.9 MININGBROOK +ASN00010212 -31.2500 117.9000 -999.9 MINNIBERRIE +ASN00010213 -31.4000 116.7000 -999.9 MOMBERKINE +ASN00010214 -31.5000 117.7500 -999.9 MYOLA +ASN00010215 -31.6000 117.8000 -999.9 MOWBRAY +ASN00010216 -30.7500 117.7500 -999.9 MUNGAN +ASN00010217 -31.0333 117.5000 -999.9 NEWLANDS +ASN00010218 -31.0333 117.4167 -999.9 WALLAMBIN SOUTH +ASN00010219 -31.0000 116.6000 -999.9 NITTYMARRA HILLS +ASN00010220 -31.4000 117.1000 -999.9 QUELAGTTING +ASN00010221 -30.4000 118.5000 -999.9 RPF 69 MILE +ASN00010222 -30.7500 117.9000 -999.9 RIBBLETON +ASN00010223 -30.7500 118.3000 -999.9 RONALDSTON +ASN00010224 -31.6000 116.8000 -999.9 SOUTHERN BROOK +ASN00010226 -31.2000 116.9000 -999.9 TAMMATON +ASN00010227 -31.4000 117.5000 -999.9 TOONGA +ASN00010228 -31.3500 117.1000 -999.9 UCARTY +ASN00010229 -30.9000 117.9000 -999.9 WADDOURING +ASN00010230 -31.6500 117.1000 -999.9 WAEEL +ASN00010231 -31.2000 116.9000 -999.9 WALGORMOURING +ASN00010232 -30.5000 118.3500 -999.9 WEERONA +ASN00010233 -30.5500 118.0000 -999.9 WELBUNGIN NORTH +ASN00010234 -31.9000 117.4000 -999.9 WHITEHAVEN +ASN00010235 -30.8000 118.4500 -999.9 WILGOYNE +ASN00010236 -31.1500 116.5000 -999.9 WYENING +ASN00010237 -31.3000 117.4833 -999.9 KORRELOCKING SOUTH +ASN00010239 -31.0000 117.9500 -999.9 YARRIGIN +ASN00010240 -31.8000 117.2000 -999.9 YENELIN +ASN00010241 -31.8500 117.2500 -999.9 YOOLELLA +ASN00010242 -31.9000 117.6000 -999.9 YOTING +ASN00010243 -31.4972 117.5894 280.0 FAIRFIELDS +ASN00010244 -31.7603 116.4781 330.0 BAKERS HILL CSIRO +ASN00010246 -31.6000 116.4697 -999.9 COORINGA +ASN00010247 -31.7167 116.5333 231.0 BLUE VALLEY +ASN00010248 -31.4931 118.2456 303.0 MERREDIN PUMP STATION NO.4 +ASN00010250 -31.1350 116.9242 305.0 REDWING +ASN00010251 -31.2867 118.0592 310.0 DANBERRIN +ASN00010255 -31.3333 117.1533 335.0 KANBANAH +ASN00010256 -30.8333 117.1000 -999.9 MANMANNING +ASN00010257 -31.5094 117.7681 340.0 SPRING VALLEY +ASN00010258 -30.7833 117.9833 305.0 ABERVON +ASN00010259 -31.3236 116.3700 310.0 BIRAHLEE +ASN00010260 -29.6983 118.0342 340.0 BIMBIJY +ASN00010262 -31.7183 116.5161 310.0 CLACKLINE +ASN00010263 -31.7833 118.0000 -999.9 CARILEE +ASN00010264 -30.1547 117.8214 390.0 KENANDRA +ASN00010265 -30.6167 117.8333 -999.9 MILL HILL +ASN00010269 -31.2708 116.9231 304.0 BERRING +ASN00010270 -29.5833 117.1500 360.0 MOUNT GIBSON +ASN00010271 -31.1000 117.3667 -999.9 PEMBROKE +ASN00010272 -31.5500 117.2667 -999.9 RPF 7 MILE +ASN00010273 -29.7333 116.6667 -999.9 RPF 141 +ASN00010274 -31.2167 118.3500 -999.9 TALGOMINE DOWNS +ASN00010275 -31.0000 117.0000 -999.9 UBERIN +ASN00010276 -31.6000 118.1167 -999.9 KORBEL +ASN00010277 -31.6000 117.9167 -999.9 YALKYN +ASN00010278 -29.5000 116.9500 -999.9 WHITE WELLS +ASN00010280 -31.3667 118.1333 -999.9 WYDON +ASN00010281 -31.7667 116.3000 -999.9 CRAIGLANDS +ASN00010282 -31.1000 117.2000 -999.9 STRATHMORE +ASN00010283 -31.9339 117.8350 240.0 SHACKLETON POST OFFICE +ASN00010284 -31.2333 117.5000 -999.9 TOONJA +ASN00010285 -30.9000 117.9822 340.0 CROMLECH FARM +ASN00010286 -31.6219 117.2217 216.7 CUNDERDIN AIRFIELD GSN 95625 +ASN00010287 -31.5261 117.5631 310.0 SHAW +ASN00010288 -31.7839 116.3950 280.0 COOLBEENIE FARM +ASN00010289 -31.7364 117.4317 300.0 GLENAVON +ASN00010290 -30.4025 117.5367 300.0 DYARD +ASN00010291 -30.6756 117.6044 370.0 HOLMFIELD +ASN00010292 -31.4106 116.7175 190.0 JENNACUBBINE +ASN00010293 -31.8000 118.6000 -999.9 KOOLYARLEE +ASN00010294 -31.5736 117.5097 244.0 COODERNUPPIN +ASN00010295 -31.9067 117.2336 295.0 BALKULING NORTH +ASN00010296 -31.6833 118.3833 -999.9 CHINGAH +ASN00010297 -31.0333 118.5000 -999.9 CAMPION +ASN00010298 -31.5594 118.5819 350.0 KOONADGIN +ASN00010299 -30.9000 118.5000 -999.9 WANDI FARM +ASN00010300 -31.0222 118.4381 330.0 CAMPION WEIRA +ASN00010301 -31.2458 116.2714 335.0 BINDOON ARMY +ASN00010302 -31.6681 116.2731 240.0 GIDGIE SPRINGS +ASN00010303 -31.5069 116.3081 280.0 JULIMAR FARMS +ASN00010304 -31.4850 116.5383 280.0 NUNILE +ASN00010305 -30.7261 118.4219 350.0 DE-ERANNING +ASN00010306 -30.6042 117.2275 370.0 TASCOSA +ASN00010307 -31.7936 116.6278 310.0 QUADNEY +ASN00010308 -31.5500 116.4867 150.0 TOODYAY EAST +ASN00010310 -31.7647 116.3464 295.0 WERRIBEE +ASN00010311 -31.8997 116.7650 179.0 YORK 94623 +ASN00010500 -32.4333 117.3167 -999.9 ALDERSYDE 2 +ASN00010501 -32.3667 117.2833 -999.9 ALDERSYDE POST OFFICE +ASN00010502 -34.2553 118.2214 210.0 AMELUP +ASN00010503 -32.0311 118.0947 280.0 ARDATH +ASN00010504 -34.0811 117.5181 320.0 OAK PARK +ASN00010505 -33.3392 117.0350 300.0 ARTHUR RIVER +ASN00010506 -34.1464 117.3961 280.0 BENALLA +ASN00010507 -32.1167 118.0167 -999.9 BABAKIN +ASN00010508 -33.6361 117.9278 300.0 BADGEBUP +ASN00010509 -32.1800 117.0983 300.0 BALLY BALLY +ASN00010510 -33.1642 116.7992 280.0 BAROOGA +ASN00010511 -32.8022 117.5025 380.0 WICKEPIN SOUTH +ASN00010512 -33.5233 117.0483 350.0 BEAUFORT +ASN00010513 -32.3869 118.2622 300.0 BENDERING +ASN00010514 -32.3833 118.3000 -999.9 BENDERING POST OFFICE +ASN00010515 -32.1083 116.9247 199.0 BEVERLEY 95615 +ASN00010516 -32.2000 117.9000 -999.9 WANDERIN +ASN00010517 -33.5000 118.0000 -999.9 BOONGADOO +ASN00010518 -32.4006 118.6058 300.0 BOORALEE +ASN00010519 -34.0717 118.2628 220.0 BORDEN +ASN00010520 -33.6614 117.0539 260.0 BOSCABEL +ASN00010521 -32.6667 116.8000 -999.9 BRAESIDE 2 +ASN00010523 -33.5833 118.2333 335.0 GNOWANALLUP +ASN00010524 -32.3725 117.0072 250.0 BROOKTON 94625 +ASN00010525 -33.8461 117.6386 328.0 BROOMEHILL +ASN00010526 -33.8269 117.8594 300.0 BROOMEHILL EAST +ASN00010527 -32.3756 117.5128 250.0 BULYEE +ASN00010528 -33.2472 117.6614 310.0 BUNKIN +ASN00010529 -33.7494 117.3742 300.0 WOODLANDS +ASN00010530 -33.9144 117.0994 320.0 CHAMINGUP +ASN00010531 -33.7069 117.2411 295.0 CHERRY TREE +ASN00010532 -33.9653 118.0675 250.0 CHIRELILLUP +ASN00010533 -33.6369 119.8853 250.0 COCANARUP +ASN00010534 -32.4825 117.5647 270.0 COLORADO +ASN00010536 -32.3292 117.8733 295.0 CORRIGIN 94633 +ASN00010537 -34.2961 117.5533 255.0 CRANBROOK +ASN00010538 -32.8183 117.1800 342.0 CUBALLING +ASN00010539 -34.1792 117.6428 250.0 MILYUNUP +ASN00010540 -32.4667 116.8000 -999.9 KENILWORTH TU +ASN00010541 -33.8594 118.8158 280.0 NYERILUP +ASN00010542 -33.3347 116.7425 280.0 DARKAN +ASN00010543 -34.0414 117.7428 300.0 DARTNALL +ASN00010544 -33.3956 117.0944 300.0 DELLYANINE +ASN00010545 -32.8714 117.9042 350.0 DUDININ +ASN00010546 -33.3142 117.7400 270.0 DUMBLEYUNG +ASN00010547 -33.5167 116.8028 230.0 DURANILLIN +ASN00010548 -33.5000 118.2000 323.0 DURRUNOOK +ASN00010549 -33.5333 117.9167 -999.9 DYLIABING +ASN00010550 -33.2658 118.4861 285.0 EDENHOLME +ASN00010551 -33.5833 118.3000 330.0 CHINOCUP +ASN00010552 -32.1000 118.3667 -999.9 EMU HILL +ASN00010553 -32.4333 117.4000 -999.9 GINGARING +ASN00010554 -33.8167 117.1667 330.0 GLEN LOSSIE +ASN00010555 -32.3167 117.8000 -999.9 RPF 57 MILE +ASN00010556 -32.4797 116.8167 262.0 COONDEE +ASN00010557 -32.6000 118.3000 -999.9 GNARMING +ASN00010558 -33.9372 118.0075 260.0 GNOWANGERUP +ASN00010559 -32.5000 118.0000 -999.9 GORGE ROCK +ASN00010560 -32.5403 119.1122 320.0 GRAHAM ROCK +ASN00010561 -33.0272 117.3878 315.0 RUSHY POOL +ASN00010562 -33.1639 118.2528 320.0 GUNNERSIDE +ASN00010563 -33.0589 117.2342 320.0 HIGHBURY +ASN00010564 -32.3472 116.8553 265.0 HILLCROFT +ASN00010565 -32.6744 119.4144 320.0 HOLT ROCK +ASN00010566 -33.5714 117.2111 270.0 HORSESHOE +ASN00010567 -32.2000 118.3000 -999.9 HUCKNELL +ASN00010568 -32.4419 118.8983 299.0 HYDEN 95627 +ASN00010569 -32.5000 118.9000 -999.9 HYDEN ROCK SOUTH +ASN00010570 -32.0000 117.2000 -999.9 JACOBS WELL +ASN00010571 -32.3789 116.8258 235.0 JALNA +ASN00010572 -34.2675 118.5064 190.0 JAM VALE +ASN00010573 -33.9000 117.0333 -999.9 JINGALUP +ASN00010574 -32.7833 118.0000 -999.9 JITARNING +ASN00010575 -32.5000 118.0333 -999.9 DUNA +ASN00010576 -32.4994 118.7106 300.0 KARLGARIN +ASN00010577 -32.4828 118.5842 280.0 KARLGARIN HILL +ASN00010578 -32.6000 118.6000 -999.9 KARLGARIN SOUTH +ASN00010579 -33.6886 117.5553 310.0 KATANNING COMPARISON 94629 +ASN00010580 -33.7822 119.9436 200.0 KAYBALLUP +ASN00010581 -32.2894 119.1358 330.0 KING ROCKS +ASN00010582 -33.8300 117.1590 305.0 KOJONUP +ASN00010583 -32.4947 118.2675 270.0 KONDININ +ASN00010584 -32.6719 118.1547 310.0 KULIN +ASN00010585 -32.6000 118.1500 -999.9 KULIN ROCK +ASN00010586 -32.0083 118.2322 270.0 KUMMININ +ASN00010587 -32.2000 118.3333 -999.9 KUMMININ SOUTH +ASN00010588 -33.5303 118.3050 320.0 KURINGUP +ASN00010589 -33.6100 117.9878 295.0 KWOBRUP +ASN00010590 -32.1500 117.4000 -999.9 CAROLING SOUTH +ASN00010591 -32.9875 118.9394 310.0 LAKE BIDDY +ASN00010592 -33.1006 118.4625 286.0 LAKE GRACE COMPARISON 94635 +ASN00010593 -33.0872 119.6761 330.0 LAKE KING +ASN00010594 -33.3333 119.1686 300.0 LAKE MAGENTA +ASN00010595 -33.6514 118.5517 290.0 PINGRUP SOUTH +ASN00010596 -33.4117 118.5111 290.0 LAKE PINGRUP +ASN00010597 -32.7964 119.5094 320.0 VARLEY +ASN00010598 -33.1975 116.9106 290.0 LILYDALE +ASN00010599 -33.1000 117.3000 -999.9 LINTON +ASN00010600 -33.6067 118.4292 300.0 NANDA DOWNS +ASN00010601 -34.1733 117.2589 290.0 MAGIWIRUP +ASN00010602 -32.6983 117.6536 310.0 MALYALLING +ASN00010603 -32.4231 118.2003 260.0 HARTWOOD +ASN00010604 -33.4000 116.9000 -999.9 MAYBROOK +ASN00010605 -32.9089 117.0536 330.0 MINIGIN +ASN00010606 -32.9267 119.5775 320.0 LAKE CAMM +ASN00010607 -32.7608 118.1925 300.0 CRAIGIE-LEA +ASN00010608 -34.1333 118.2500 213.0 MOANA +ASN00010609 -33.2267 117.9292 300.0 MOULYINNING +ASN00010610 -33.2000 119.8000 -999.9 NAVARRE +ASN00010611 -33.2761 119.7753 310.0 MOUNT MADDEN +ASN00010612 -32.0656 118.3956 276.0 NAREMBEEN 95626 +ASN00010613 -32.9333 117.1167 340.0 NARROGIN STATE FARM +ASN00010614 -32.9342 117.1797 338.0 NARROGIN 94627 +ASN00010615 -33.9833 118.8000 -999.9 NEEDILUP +ASN00010616 -33.0833 118.3333 312.0 NEENDALLING +ASN00010617 -33.0939 119.0236 300.0 NEWDEGATE +ASN00010618 -33.1794 119.1008 300.0 NEWDEGATE SOUTH +ASN00010619 -33.5417 118.1489 330.0 NYABING +ASN00010620 -32.3044 116.6358 240.0 OAKLAND +ASN00010621 -32.9000 118.8000 -999.9 OMEO +ASN00010622 -33.9644 118.4889 286.0 ONGERUP 95628 +ASN00010623 -33.9431 117.8514 260.0 PALLINUP +ASN00010624 -32.5167 117.3000 -999.9 WYNROCK +ASN00010625 -32.7533 118.6261 280.0 PINGARING +ASN00010626 -32.5336 117.0831 297.0 PINGELLY 95616 +ASN00010627 -33.5347 118.5092 280.0 PINGRUP +ASN00010628 -32.0094 117.4014 250.0 QUAIRADING +ASN00010629 -32.7867 117.7861 310.0 QUANAMINNING +ASN00010630 -33.4500 118.1000 -999.9 QUARLIMING FARM +ASN00010632 -32.9000 119.9000 -999.9 RPF 129 MILE +ASN00010633 -33.5803 120.0458 232.0 RAVENSTHORPE 94636 +ASN00010634 -32.3108 116.7675 260.0 REDLANDS +ASN00010635 -33.7853 116.9064 260.0 RIVERDALE +ASN00010636 -33.1542 117.6708 340.0 THE OAKS +ASN00010637 -33.0433 118.1025 360.0 ROSELEA +ASN00010638 -32.5228 118.3047 300.0 ST ALBANS +ASN00010641 -33.3750 116.9053 260.0 MAYBROOK +ASN00010642 -32.1000 116.7500 -999.9 TALBOT HOUSE +ASN00010643 -34.0444 117.6419 260.0 TAMBELLUP +ASN00010644 -33.1256 118.1961 350.0 BATHURST +ASN00010645 -33.2833 117.0000 -999.9 TILSDOWN FARM +ASN00010646 -32.9000 117.6000 -999.9 COLUNIO +ASN00010647 -33.3075 117.3403 256.0 WAGIN 95618 +ASN00010648 -32.6814 116.6756 280.0 WANDERING COMPARISON +ASN00010649 -33.5253 117.6456 300.0 WAYVILLE +ASN00010650 -33.0000 117.7500 -999.9 TINKURRIN +ASN00010651 -32.2925 116.6708 300.0 CLOUGHTON +ASN00010652 -32.3000 117.6000 -999.9 WESTHOLME +ASN00010653 -32.0789 117.8656 270.0 WIALCUTTING +ASN00010654 -32.7822 117.4992 350.0 WICKEPIN +ASN00010655 -33.0269 116.8792 260.0 WILLIAMS +ASN00010656 -34.1250 118.4150 318.0 WIRRA +ASN00010657 -33.3556 117.9161 320.0 NAIRIBIN +ASN00010658 -32.8331 116.9911 300.0 WONNAMINTA +ASN00010659 -33.5636 117.4336 284.0 WOODANILLING +ASN00010660 -32.7044 118.3103 340.0 WYCHITELLA +ASN00010661 -33.8000 117.3942 340.0 NARRAWONG +ASN00010662 -32.5931 117.6258 280.0 YEALERING +ASN00010664 -32.9006 117.3986 320.0 CROOKED POOL +ASN00010665 -33.1886 118.0836 315.0 KUKERIN +ASN00010666 -32.0394 118.9022 340.0 LOCHNAGAR +ASN00010667 -33.3000 117.6000 -999.9 NIPPERING +ASN00010668 -32.4692 118.1458 280.0 KOORIKIN +ASN00010669 -34.0000 117.5000 -999.9 ELLENSFIELD +ASN00010670 -32.4436 119.3442 310.0 LAKE CARMODY +ASN00010671 -33.1361 117.8814 290.0 AVOCA +ASN00010672 -33.9167 118.9500 300.0 JERRAMUNGUP +ASN00010673 -33.4000 118.7000 -999.9 MINELUP STATION +ASN00010674 -33.4000 120.2167 -999.9 RPF 173 MILE +ASN00010675 -32.5000 116.8000 -999.9 JELCOBINE +ASN00010676 -33.2000 117.7000 -999.9 NICKELIN +ASN00010678 -32.5167 117.3667 -999.9 LANDSCAPE HILL +ASN00010679 -32.4000 117.1667 -999.9 NALYA +ASN00010680 -32.5667 117.8689 350.0 TAMBARMERING +ASN00010681 -32.6000 117.2000 -999.9 CROVIE +ASN00010682 -32.3000 119.1000 -999.9 KING ROCK 2 +ASN00010683 -33.7000 120.2000 -999.9 KUNDIP +ASN00010684 -32.2000 118.1000 -999.9 KURREN KUTTEN +ASN00010685 -32.2867 117.2525 300.0 LAKESIDE +ASN00010686 -33.5025 119.9711 280.0 MUNSLEY +ASN00010687 -32.5728 116.7064 340.0 WANDERING BROOK +ASN00010688 -33.4500 117.0000 -999.9 WINDY RIDGE +ASN00010689 -33.8272 119.2483 260.0 JACUP DAM +ASN00010690 -33.4808 119.9622 280.0 NUNKERI +ASN00010691 -33.0964 117.4047 320.0 KURRARA PARK +ASN00010692 -33.1131 118.8400 320.0 NEWDEGATE RESEARCH STATION 94628 +ASN00010693 -33.7661 119.5583 270.0 WOOGANUP HEIGHTS +ASN00010694 -33.9956 117.9164 249.0 TWOLGANUP +ASN00010695 -33.2500 117.8500 290.0 WISHBONE 2 +ASN00010696 -32.6597 118.6319 340.0 AMRISTA PARK +ASN00010697 -33.5667 120.1833 -999.9 CARLINGUP +ASN00010698 -32.6258 118.5614 320.0 WHITE HOUSE FARM +ASN00010699 -33.7136 118.1894 320.0 MINDARABIN +ASN00010700 -33.4972 117.3131 300.0 KOJONOLOKAN HILLS +ASN00010701 -33.8922 117.4283 316.0 KILBURNIE +ASN00010702 -32.1003 118.8058 340.0 MOUNT WALKER +ASN00010703 -33.9481 118.1125 290.0 YLADGEE +ASN00010704 -33.3281 117.5628 260.0 BALLAYING +ASN00010705 -32.3344 118.8492 340.0 HYDEN NORTH +ASN00010706 -32.8000 118.5025 320.0 JESMOND +ASN00010707 -33.9411 118.9200 320.0 JERRAMUNGUP +ASN00010708 -34.2208 117.9811 240.0 NORTH STIRLINGS +ASN00010711 -32.0667 116.8167 -999.9 DALE BRIDGE +ASN00010712 -33.9000 117.6000 -999.9 SUNNYSIDE +ASN00010713 -32.6500 116.9833 -999.9 ALADALE +ASN00010714 -34.0000 118.1000 -999.9 ARALUEN +ASN00010715 -34.2000 117.8000 -999.9 BARRACUP +ASN00010716 -32.0000 117.0000 -999.9 BARRINGTON +ASN00010717 -32.5000 117.7000 -999.9 BEENING +ASN00010718 -33.2667 117.6167 -999.9 BELLEVUE +ASN00010719 -32.1000 116.9000 -999.9 BEVERLEY RAILWAY +ASN00010720 -32.2000 117.9000 -999.9 WOGERLIN +ASN00010721 -33.4000 117.1000 -999.9 BOYALLING +ASN00010722 -32.8000 117.5000 -999.9 BOYNING +ASN00010723 -32.9833 117.0000 -999.9 BRAEFIELD +ASN00010724 -32.1000 117.4000 -999.9 BUDGINEE +ASN00010725 -33.4458 117.6614 274.0 CONGEE +ASN00010726 -32.2833 118.7833 -999.9 CAMEL PEAKS +ASN00010727 -34.1000 118.7000 -999.9 CARRACERUP +ASN00010728 -33.5000 117.9833 -999.9 CHERALILLUP +ASN00010729 -34.3439 118.6306 104.0 CHILLINUP +ASN00010730 -32.6000 116.9000 -999.9 CHYBARLIS +ASN00010731 -33.9000 117.9000 -999.9 CLEAR HILLS +ASN00010732 -33.2000 117.6000 -999.9 COLLANILLING +ASN00010733 -32.8000 118.0500 -999.9 DEEPLISH +ASN00010734 -33.8000 117.2500 -999.9 DOREENUP +ASN00010736 -33.3000 117.3000 -999.9 GAINSBOROUGH +ASN00010737 -32.7000 117.4000 -999.9 GILLIMINNING +ASN00010738 -32.7000 117.7000 -999.9 GINGINNING +ASN00010739 -33.5000 117.6000 -999.9 GLENCOVE +ASN00010740 -32.5500 116.9000 -999.9 GLEN ERNE +ASN00010741 -32.6000 117.4000 -999.9 GLEN ORA +ASN00010742 -32.2167 117.6833 -999.9 RPF 52 MILE +ASN00010743 -33.3000 117.3000 -999.9 GUNDARING +ASN00010744 -32.0000 116.8000 -999.9 GWAMBYGINE +ASN00010745 -32.2000 117.7500 -999.9 GREENLANDS +ASN00010746 -32.3642 119.1986 330.0 EAST HYDEN +ASN00010747 -32.4972 118.7167 -999.9 KARLGARIN EAST +ASN00010748 -32.5500 118.4500 -999.9 KILCOAN +ASN00010749 -32.1000 118.2000 -999.9 KOOLBERIN +ASN00010750 -32.7286 117.8167 300.0 TIMBER HILLS +ASN00010751 -32.5000 116.9833 -999.9 KULYALLING +ASN00010752 -32.4000 117.7500 -999.9 KUNJIN +ASN00010753 -32.3000 118.1000 -999.9 KURRENKUTTEN SOUTH +ASN00010754 -32.4000 117.4000 -999.9 KWEDA +ASN00010755 -32.7000 118.4000 -999.9 LAKE JILAKIN +ASN00010756 -32.9000 116.7000 -999.9 LA LEONESA +ASN00010757 -32.4000 117.6000 -999.9 LOMOS +ASN00010758 -34.1000 118.2000 -999.9 MAILEUP +ASN00010759 -32.5000 116.9833 -999.9 MEDDERBERRIN +ASN00010760 -33.6000 116.8000 -999.9 MOODIARUP +ASN00010761 -32.1000 117.6000 -999.9 MORFIELD PARK +ASN00010762 -32.1000 117.1000 -999.9 MUNDEROCKING +ASN00010763 -32.2000 116.9833 -999.9 MOUNT KOKEBY +ASN00010764 -33.4667 119.9500 -999.9 MOUNT SHORT +ASN00010765 -34.2000 118.3000 -999.9 MOURCOURUP +ASN00010766 -33.5000 117.5000 -999.9 NABALLING +ASN00010767 -33.2000 117.4000 -999.9 NALLIAN +ASN00010768 -33.9833 118.8000 -999.9 CONNELL +ASN00010769 -33.9000 118.4000 -999.9 ONGERUP ROCK +ASN00010770 -33.2000 117.3000 -999.9 PIESSEVILLE +ASN00010771 -33.4000 118.7000 -999.9 MOIRA DOWNS +ASN00010772 -32.7000 117.2000 -999.9 POPANYINNING +ASN00010773 -32.7000 116.8000 -999.9 RIVERVIEW +ASN00010774 -32.8000 116.8000 -999.9 SENNOCKE +ASN00010775 -33.9833 117.4000 -999.9 SORRENTO +ASN00010776 -32.2072 117.4042 300.0 SOUTH CAROLING +ASN00010777 -32.3000 116.9833 -999.9 STOCK HILL +ASN00010778 -33.6000 120.2000 -999.9 STRACHANLY +ASN00010779 -34.0042 118.0536 240.0 MIANELUP +ASN00010780 -32.4000 117.0167 -999.9 SUNNINGHILL +ASN00010781 -34.1000 117.7000 -999.9 TINGERUP +ASN00010782 -34.0167 117.9000 -999.9 TOOLBRANUP +ASN00010783 -32.0000 118.8000 -999.9 WELCOME HILLS +ASN00010784 -33.3000 117.5000 -999.9 WHITE WELLS +ASN00010785 -33.4000 118.0000 -999.9 WHITVILLE +ASN00010786 -32.8000 117.5000 -999.9 WICKEPIN WEST +ASN00010787 -32.1000 118.1000 -999.9 WONDILLON +ASN00010788 -33.5000 117.4000 -999.9 WOODLANDS +ASN00010789 -34.4019 118.1019 260.0 MOINGUP SPRINGS +ASN00010790 -33.9000 117.7500 -999.9 WOODYARRUP +ASN00010791 -32.7500 117.2000 -999.9 YORNANING +ASN00010792 -34.1692 118.9444 180.0 GAIRDNER +ASN00010793 -33.2114 116.9919 300.0 TARWONGA +ASN00010794 -33.1500 118.0167 -999.9 GLEN VALE +ASN00010795 -32.1178 116.8678 200.0 AVONDALE FARM +ASN00010796 -33.6333 120.1333 262.0 ELVERDTON +ASN00010797 -34.2514 117.9119 245.0 ELAROO +ASN00010798 -32.4000 117.1000 -999.9 COORANDERK +ASN00010799 -32.6339 118.0103 300.0 WEST KULIN +ASN00010800 -33.3225 117.2078 335.0 CLOVELLY +ASN00010801 -33.6506 116.7156 250.0 LIGHTWOODS +ASN00010802 -33.4661 118.6361 356.0 TANAMI +ASN00010803 -33.0114 118.2389 340.0 MARIA +ASN00010804 -33.3500 116.9000 268.0 DARKAN SABAH +ASN00010805 -33.4333 119.2500 -999.9 MAGENTA FARM +ASN00010806 -33.2706 118.2606 350.0 FALCONDALE - EDEOWIE +ASN00010807 -32.1842 117.9675 280.0 BILBARIN +ASN00010808 -32.9167 118.4833 -999.9 GUNGUNNU +ASN00010809 -33.2708 118.3572 298.0 FALCONDALE +ASN00010810 -32.7167 117.6067 298.0 MALYALLING ROCK +ASN00010811 -33.1806 120.0883 340.0 NTH RAVENSTHORPE +ASN00010812 -32.8167 118.7000 346.0 ROOKVIEW +ASN00010813 -32.7644 119.2956 370.0 HOLT ROCK 2 +ASN00010815 -34.1217 118.3333 300.0 PEENEBUP +ASN00010816 -33.2064 117.6994 315.0 BEAUMONT +ASN00010817 -34.0000 118.9167 303.6 BOX GLEN +ASN00010818 -33.5694 116.8933 351.0 ILLOURA +ASN00010819 -33.7344 119.1000 400.0 KATTAGANNA +ASN00010820 -32.5500 116.5500 -999.9 AVON DOWNS +ASN00010821 -32.5500 117.5500 -999.9 AVON GROVE +ASN00010822 -32.6000 118.2000 -999.9 GNARMING 2 +ASN00010823 -32.2344 117.6444 300.0 GLENMORE +ASN00010824 -34.4058 118.7439 300.0 MARRA +ASN00010825 -32.9425 117.5683 300.0 TAMBAROORA +ASN00010826 -32.0833 118.5500 -999.9 HORSHAM FARM 2 +ASN00010827 -34.1000 117.4833 -999.9 MERILYN +ASN00010828 -32.3833 117.1333 -999.9 STONEY CROSSING +ASN00010829 -33.9167 118.5333 -999.9 MAGEDUP +ASN00010830 -32.5167 119.2333 -999.9 LAKE CARMODY +ASN00010831 -33.4836 117.6100 330.0 GLENROSE +ASN00010832 -33.2833 117.9000 -999.9 WISHBONE JAMES +ASN00010833 -33.3500 118.2167 -999.9 MERRILUP +ASN00010834 -32.2000 117.9667 -999.9 BILBARIN +ASN00010835 -34.1483 118.1911 200.0 SHOOTERS HILL +ASN00010837 -32.9500 117.9167 -999.9 RPF 101 MILE +ASN00010838 -34.1000 119.1667 -999.9 MARNINGARUP +ASN00010840 -33.5000 119.2167 -999.9 MAGENTA SOUTH +ASN00010841 -32.3833 118.4333 -999.9 CORNADO +ASN00010842 -33.8500 116.9833 -999.9 MURADUP +ASN00010843 -32.3333 116.5333 -999.9 BURRA BURRA +ASN00010844 -32.1500 118.4333 -999.9 MOUNT ARROWSMITH +ASN00010845 -33.1000 119.8500 -999.9 BURKETT ROCKS +ASN00010846 -33.5500 118.1000 -999.9 NAMPUP +ASN00010847 -32.1167 118.4000 -999.9 GORDON VALE +ASN00010848 -32.2833 117.2667 -999.9 QUALIN +ASN00010849 -34.2647 118.8281 160.0 MYOORA +ASN00010850 -34.2833 117.5500 -999.9 PYNUP +ASN00010851 -32.8192 119.2936 400.0 MINNI DOWNS +ASN00010852 -33.6833 119.4500 152.0 LOS NEGROS +ASN00010853 -33.1167 118.2333 -999.9 BAKER ROCK +ASN00010854 -33.9500 117.9333 -999.9 WILLAMINUP +ASN00010855 -32.8500 119.5333 -999.9 LAKE FOX +ASN00010856 -33.7833 118.5333 -999.9 RPF 177 MILE +ASN00010857 -33.1833 117.9000 -999.9 RPF 118 MILE +ASN00010858 -32.3167 117.6833 -999.9 JUBUK +ASN00010859 -32.9000 119.5333 -999.9 KIA ORA +ASN00010861 -34.0500 117.8333 -999.9 RED FLAG +ASN00010862 -33.5500 117.3167 -999.9 KENMERE +ASN00010863 -32.1000 117.3500 -999.9 WOOD GREEN +ASN00010864 -32.6000 117.9333 -999.9 GEETABIN +ASN00010865 -34.0333 117.2667 -999.9 LUMEAH +ASN00010866 -33.9317 117.3258 340.0 CRANHAM +ASN00010867 -33.2050 117.2897 299.0 ROCK HILL +ASN00010868 -33.9931 117.2756 325.0 TERESA DALE +ASN00010869 -33.5942 120.1833 150.0 CARLINGUP +ASN00010870 -33.6914 119.6608 290.0 MAINNERUP +ASN00010871 -32.0667 117.2500 -999.9 DULBELLING +ASN00010872 -33.1722 118.2475 300.0 DUNELM +ASN00010873 -33.9678 117.1514 360.0 CHERYTON +ASN00010874 -34.0161 117.2297 360.0 WATTLE DALE +ASN00010875 -33.9036 117.1750 350.0 OVERTON +ASN00010876 -32.7353 116.8381 260.0 CAERNARVON PARK +ASN00010877 -33.7139 119.5403 290.0 COOMPERTUP +ASN00010878 -33.5381 119.6564 350.0 CHESALON +ASN00010879 -33.5900 118.2783 250.0 MILEURA +ASN00010880 -34.3131 118.9894 100.0 GOLDEN PARK +ASN00010881 -32.1336 119.0261 380.0 GIBB ROCK +ASN00010883 -33.6500 117.2667 -999.9 CARROLUP RIVER +ASN00010884 -33.8592 118.1250 320.0 SHERAWANYAH +ASN00010885 -32.0167 116.6667 -999.9 TALBOT BROOK +ASN00010886 -32.4233 117.2783 350.0 WILYAMA +ASN00010888 -32.8125 116.6931 340.0 DWARDA DOWNS +ASN00010889 -32.8850 118.6347 320.0 MORDETTA +ASN00010890 -33.6467 120.4319 210.0 GNAMMA +ASN00010891 -34.3000 117.5000 -999.9 STRATHMORE +ASN00010892 -31.9000 116.4000 -999.9 BERAKIN FOREST +ASN00010893 -34.3078 117.4347 290.0 THE WARRIUPS +ASN00010894 -32.6322 119.0958 300.0 ALLAN ROCKS +ASN00010895 -33.3994 119.9344 310.0 MONTE VISTA +ASN00010896 -33.4331 120.1178 320.0 YOOROOGA +ASN00010897 -34.2206 118.5042 240.0 NALYERLUP +ASN00010898 -33.2297 119.9239 320.0 AKOONAH +ASN00010899 -33.1044 118.4897 320.0 LAKE GRACE CATCHMENT +ASN00010900 -32.9297 119.8367 360.0 DESERT FRINGE +ASN00010901 -33.8731 118.2003 320.0 KARINGAL +ASN00010902 -33.7781 119.5019 280.0 FITZGERALD +ASN00010903 -32.9258 117.7994 330.0 KARINGAL-TINCURRIN +ASN00010904 -32.1717 118.6136 305.0 SWANARA +ASN00010905 -33.8878 119.1092 305.0 JACUP 95636 +ASN00010907 -32.4842 116.7042 -999.9 THORNTON PARK +ASN00010908 -32.0294 116.8742 260.0 YANGEDINE +ASN00010909 -32.6756 116.7789 255.0 FOLLANS +ASN00010910 -32.6764 117.2708 340.0 WYONNING +ASN00010911 -33.1006 118.4647 286.0 LAKE GRACE 95637 +ASN00010912 -32.5878 117.6408 280.0 YEALERING EAST +ASN00010913 -33.3289 117.1844 320.0 WARUP +ASN00010914 -34.2064 117.7117 260.0 BELLAVISTA +ASN00010915 -32.7500 117.0667 374.0 YORNANING WEST +ASN00010916 -33.6856 117.6064 320.0 KATANNING 94641 +ASN00010917 -32.6722 116.6706 275.0 WANDERING 95640 +ASN00011000 -32.4500 123.8667 152.0 BALLADONIA 2 +ASN00011001 -30.7700 128.9650 155.0 DEAKIN +ASN00011002 -31.0000 125.5833 -999.9 TRANS RAILWAY 857 +ASN00011003 -31.6797 128.8792 93.1 EUCLA 94647 +ASN00011004 -30.8389 128.1139 156.0 FORREST AERO +ASN00011005 -30.8500 128.1000 -999.9 FORREST RAILWAY +ASN00011006 -31.0064 126.0889 150.0 HAIG +ASN00011007 -30.9464 127.0356 177.0 LOONGANA +ASN00011008 -31.8433 127.8572 20.0 MUNDRABILLA STATION +ASN00011009 -32.6681 123.5831 160.0 NANAMBINIA +ASN00011010 -32.3114 123.7261 170.0 NOONDOONIA +ASN00011011 -32.1461 123.9683 170.0 NOONDOONIA O.S. +ASN00011012 -30.9875 126.5483 160.0 NURINA +ASN00011013 -31.0119 125.3294 182.0 RAWLINNA +ASN00011014 -30.8217 128.4250 163.0 REID +ASN00011015 -30.9025 127.5350 182.0 MUNDRABILLA SIDING +ASN00011016 -31.9269 126.9733 100.0 MADURA STATION +ASN00011017 -32.4569 123.8653 151.0 BALLADONIA 94642 +ASN00011018 -33.1000 123.6000 -999.9 BALBINIA +ASN00011019 -32.2464 126.3008 5.6 EYRE 94645 +ASN00011020 -33.6000 123.8000 -999.9 ISRAELITE BAY +ASN00011021 -33.8000 123.7000 -999.9 POINT MALCOLM +ASN00011022 -31.7117 128.8867 5.0 OLD EUCLA +ASN00011023 -32.2653 125.4894 100.0 CAIGUNA +ASN00011025 -31.7219 126.5889 101.0 MOONERA +ASN00011029 -31.8097 125.9267 120.0 ARUBIDDY +ASN00011030 -31.0417 125.2164 183.0 RAWLINNA HOMESTEAD +ASN00011031 -31.3497 125.2231 180.0 NEVERTIRE +ASN00011032 -31.5803 125.2019 180.0 RAWLINNA DEPOT +ASN00011033 -31.9178 125.3008 180.0 MCTAGGARTS +ASN00011034 -31.6436 124.9350 180.0 BARVESK +ASN00011035 -31.1956 124.8481 180.0 BULL CAMEL +ASN00011036 -32.0403 126.0964 90.0 COCKLEBIDDY +ASN00011037 -31.4450 127.9450 35.0 FORREST ROAD +ASN00011038 -32.0783 127.9367 35.0 NOONERA +ASN00011039 -31.6317 127.9300 35.0 UANA +ASN00011040 -31.9681 128.2831 4.0 WANTEEN +ASN00011041 -30.7428 125.2936 180.0 SEEMORE DOWNS +ASN00011042 -32.7500 123.6000 -999.9 BOOANYA +ASN00011043 -30.8950 125.5117 180.0 KINCLAVEN +ASN00011045 -31.0900 125.6589 162.0 BALGAIR 94643 +ASN00011046 -33.1000 123.3000 -999.9 DERALINYA +ASN00011047 -31.6406 129.0019 95.0 WA/SA BORDER VILLAGE +ASN00011048 -32.1761 125.3953 300.0 NIGHTSHADE +ASN00011049 -31.8167 128.2333 17.0 MUNDRABILLA ROADHOUSE +ASN00011050 -31.0239 126.5842 160.0 KYBO +ASN00011051 -33.2986 123.0658 150.0 NO WORRIES +ASN00011052 -30.8453 128.1092 159.0 FORREST GSN 95646 +ASN00011053 -32.2028 127.5297 3.1 RED ROCKS POINT 94644 +ASN00012000 -28.0069 120.5092 520.0 AGNEW +ASN00012001 -27.2878 120.3919 500.0 ALBION DOWNS +ASN00012002 -28.0272 118.8472 500.0 ANKETELL +ASN00012003 -28.2250 119.0703 500.0 ATLEY +ASN00012004 -31.2333 118.5667 -999.9 WALGOOLAN AVALON +ASN00012005 -28.0667 119.5167 -999.9 BLACKHILL +ASN00012006 -31.3667 118.8500 -999.9 BODALLIN +ASN00012007 -31.0603 118.8367 350.0 BOODAROCKIN +ASN00012008 -27.7556 119.9078 610.0 BOOYLGOO SPRING +ASN00012009 -32.2147 121.7547 262.5 NORSEMAN AERO 95642 +ASN00012010 -31.0539 118.7144 350.0 WESTONIA 1 +ASN00012011 -30.9869 119.1142 362.0 BULLFINCH +ASN00012012 -30.8000 119.1000 -999.9 BULLFINCH NORTH +ASN00012013 -30.7503 121.7519 380.0 BULONG +ASN00012015 -28.6678 121.1617 400.0 TARMOOLA MINE +ASN00012016 -33.0833 121.7500 -999.9 CIRCLE VALLEY POST OFFICE +ASN00012017 -33.0500 121.8000 -999.9 CIRCLE VALLEY EAST +ASN00012018 -30.9542 121.1656 427.0 COOLGARDIE POST OFFICE +ASN00012019 -31.0225 123.1617 359.0 COONANA +ASN00012020 -28.2333 120.1500 -999.9 MUNJEROO +ASN00012021 -28.4500 120.5000 -999.9 MULGAROONA +ASN00012022 -28.9700 119.5686 450.0 CASHMERE DOWNS +ASN00012023 -32.5833 121.5833 -999.9 DANIELL +ASN00012024 -30.0000 120.6000 -999.9 DAVEYHURST MULWARRIE +ASN00012025 -27.9331 120.0575 441.0 DEPOT SPRINGS +ASN00012026 -31.6419 118.9019 410.0 BODALLIN SOUTH +ASN00012027 -29.8119 122.3547 460.0 EDJUDINA +ASN00012028 -33.0372 121.6644 240.0 GORYA VALLEY +ASN00012029 -32.0339 122.8017 460.0 FRASER RANGE +ASN00012030 -31.4000 119.4000 -999.9 GATHERER +ASN00012031 -27.5058 119.5150 -999.9 GIDGEE BIRRIGRIN +ASN00012032 -29.0872 121.6758 360.0 GLENORN +ASN00012033 -33.2256 121.7375 210.0 GRASS PATCH +ASN00012034 -28.9700 122.5183 450.0 MOUNT WELD HACKS WELL +ASN00012035 -31.7333 121.6333 319.0 HIGGINSVILLE +ASN00012036 -28.7053 120.5058 400.0 IDA VALLEY +ASN00012037 -29.4033 121.2736 434.0 JEEDAMYA +ASN00012038 -30.7847 121.4533 365.3 KALGOORLIE-BOULDER AIRPORT GSN 94637 +ASN00012039 -30.7500 121.4667 361.0 KALGOORLIE POST OFFICE +ASN00012040 -30.6000 121.6000 374.0 KANOWNA +ASN00012041 -30.9667 122.5333 360.0 KARONIE +ASN00012042 -27.5000 120.5167 -999.9 KATHLEEN VALLEY +ASN00012043 -29.3361 121.4944 423.0 KOOKYNIE +ASN00012044 -33.5547 120.6997 220.0 MUNGLINUP WEST 95644 +ASN00012045 -28.6306 122.4072 461.0 LAVERTON +ASN00012046 -28.8836 121.3303 376.0 LEONORA 94448 +ASN00012047 -29.3000 122.4000 -999.9 LINDEN +ASN00012048 -31.4667 119.4922 420.0 MARVEL LOCH +ASN00012049 -31.2000 118.9000 -999.9 MATHOURA +ASN00012050 -29.0567 121.4433 350.0 MELITA +ASN00012051 -29.8272 121.9158 450.0 MENANGINA +ASN00012052 -29.6939 121.0297 425.9 MENZIES +ASN00012053 -31.3122 119.1281 350.0 MOORINE ROCK +ASN00012054 -31.4161 119.0467 370.0 DOBRA SCRITIA +ASN00012055 -31.4000 119.1000 -999.9 MOORINE ROCK SOUTH +ASN00012056 -31.5939 119.1419 410.0 MOREE +ASN00012057 -31.7200 119.0883 380.0 MOUNT HAMPTON +ASN00012058 -27.2792 120.5067 490.0 MOUNT KEITH +ASN00012059 -27.6000 120.5500 -999.9 MOUNT SIR SAMUEL +ASN00012060 -28.7744 122.4436 490.0 MOUNT WELD +ASN00012061 -28.9178 121.7975 480.0 MINARA +ASN00012062 -28.3897 121.6775 490.0 NAMBI +ASN00012063 -31.0000 124.8333 187.0 NARETHA +ASN00012064 -31.3356 118.9800 440.0 NOONGAAR +ASN00012065 -32.1981 121.7794 277.0 NORSEMAN 94639 +ASN00012066 -30.3764 121.0633 440.0 ORA BANDA +ASN00012067 -28.1969 120.4378 400.0 PINNACLES +ASN00012068 -30.9333 122.2333 377.0 RANDELL SIDING +ASN00012069 -33.1333 121.6833 -999.9 RED LAKE +ASN00012070 -32.9803 121.6433 250.0 SALMON GUMS +ASN00012071 -32.9869 121.6239 249.0 SALMON GUMS RES.STN. 95639 +ASN00012072 -27.9875 119.2961 533.0 SANDSTONE +ASN00012073 -33.4425 121.7228 180.0 SCADDAN POST OFFICE +ASN00012074 -31.2319 119.3281 355.0 SOUTHERN CROSS +ASN00012075 -33.5172 121.7500 175.0 SPEDDINGUP +ASN00012076 -32.8000 121.5000 -999.9 THE HERMATIGE +ASN00012077 -32.8606 121.7081 270.0 I DUNNO +ASN00012078 -30.9000 122.0000 -999.9 TRANS RAILWAY 1072 +ASN00012079 -31.0381 119.3064 380.0 TURKEY HILL NORTH +ASN00012080 -33.5742 121.6467 125.0 LUKENDA +ASN00012081 -31.0297 118.5597 350.0 WARRALAKIN +ASN00012082 -28.0067 121.0789 450.0 WEEBO +ASN00012083 -31.3011 118.6922 350.0 WESTONIA +ASN00012084 -31.4942 121.5781 300.0 WIDGIEMOOLTHA +ASN00012085 -28.9000 120.7000 -999.9 WILBAH +ASN00012086 -28.3000 121.1833 450.0 WILSONS PATCH +ASN00012087 -33.1000 121.6667 232.0 WYE FARM +ASN00012088 -27.5750 120.5319 450.0 YAKABINDIE +ASN00012089 -27.5644 121.1483 450.0 YANDAL +ASN00012090 -27.2842 120.0931 487.0 YEELIRRIE 94440 +ASN00012091 -28.5567 118.8103 500.0 YOUANMI DOWNS +ASN00012092 -28.5606 119.0161 500.0 YUINMERY +ASN00012093 -29.2472 122.1022 450.0 YUNDAMINDRA +ASN00012094 -31.0319 123.5669 280.0 ZANTHUS +ASN00012095 -27.9717 122.3250 600.0 ERLISTOUN +ASN00012096 -28.1419 119.3058 450.0 DANDARAGA +ASN00012097 -31.1500 118.9500 -999.9 KARMALA +ASN00012098 -31.3825 118.5617 300.0 WALGOOLAN +ASN00012099 -31.1828 118.5964 300.0 WALGOOLAN NORTH +ASN00012100 -31.5000 118.6000 -999.9 WALGOOLAN SOUTH +ASN00012101 -31.3211 118.5475 323.0 SEVEN OAKS +ASN00012102 -30.7233 123.4250 329.0 CUNDEELEE +ASN00012103 -28.6200 121.0167 600.0 KORONG +ASN00012104 -28.9000 121.5000 373.0 MALCOLM +ASN00012105 -33.1833 121.6500 -999.9 GILGAI FARM +ASN00012106 -31.0731 121.6650 320.0 WOOLIBAR +ASN00012107 -33.4225 121.9894 175.0 BRAESIDE +ASN00012108 -27.1397 121.3397 500.0 WONGANOO +ASN00012109 -31.3000 119.6500 -999.9 YELLOWDINE +ASN00012110 -27.2533 119.4075 500.0 GIDGEE GOLD MINE +ASN00012111 -28.7967 122.1800 400.0 MOUNT MARGARET +ASN00012112 -27.5389 119.9861 500.0 ALTONA +ASN00012114 -33.6839 120.6958 120.0 RICHFIELDS +ASN00012116 -29.1317 122.5317 503.0 MOUNT WELD WILGA +ASN00012117 -31.2186 121.6181 305.0 KAMBALDA WEST +ASN00012118 -28.6000 121.0500 -999.9 DIONITE KING +ASN00012119 -27.8483 120.6017 500.0 LEINSTER DOWNS +ASN00012120 -28.6500 119.0167 -999.9 YOUANMI +ASN00012122 -31.0000 119.0000 -999.9 YILGARN EXP.FARM +ASN00012123 -30.3000 121.3000 -999.9 BARDOC +ASN00012124 -31.2000 120.4000 -999.9 BOONDI +ASN00012125 -31.2000 120.3000 -999.9 BOORABBIN +ASN00012126 -30.4500 121.3000 -999.9 BROAD ARROW +ASN00012127 -31.0167 120.8667 -999.9 BULLA BULLING +ASN00012128 -31.0000 121.1000 -999.9 BURBANKS +ASN00012129 -31.5000 119.6000 -999.9 BURBRIDGE +ASN00012130 -28.8000 122.6000 -999.9 BURTVILLE +ASN00012131 -33.2000 121.7000 -999.9 CLAVERLEY +ASN00012132 -29.9000 121.1000 -999.9 COMET VALE +ASN00012133 -31.2000 119.3000 -999.9 CORINTHIA FARM +ASN00012134 -27.6500 121.3667 -999.9 DARDA +ASN00012136 -29.1000 121.2500 -999.9 DESDEMONA +ASN00012137 -28.5000 120.9833 -999.9 DOYLES WELL +ASN00012138 -27.6500 122.3000 -999.9 DUKETON +ASN00012139 -32.4000 121.8000 -999.9 DUNDAS +ASN00012140 -33.3619 121.0614 215.0 KANGA DOWNS +ASN00012141 -30.0242 119.2800 450.0 WINDARLING +ASN00012142 -30.3000 122.5000 -999.9 EULINNA +ASN00012143 -33.5667 121.7667 -999.9 FLEMING GROVE +ASN00012144 -32.1000 119.2000 -999.9 GIBB ROCK +ASN00012145 -30.0500 121.1500 -999.9 GOONGARRIE +ASN00012146 -33.2500 121.8167 -999.9 GRASS PATCH EAST +ASN00012147 -31.6000 119.3000 -999.9 HIRSH FARM +ASN00012148 -31.9000 119.0000 -999.9 HOLLETON 1 +ASN00012149 -33.2000 121.6500 -999.9 HONEY LEA +ASN00012150 -31.8000 118.9000 -999.9 JILBADJI +ASN00012151 -31.3000 119.8500 -999.9 KARALEE +ASN00012152 -31.2617 120.0219 459.0 KOORARAWALYEE +ASN00012153 -32.8000 121.7000 -999.9 KUMARL +ASN00012154 -30.5000 122.2000 -999.9 KURNALPI +ASN00012155 -29.2667 120.6000 -999.9 COBBANCO +ASN00012156 -27.9000 121.3000 -999.9 LAKE DARLOT +ASN00012157 -32.6000 121.5000 -999.9 LAKE VIEW +ASN00012158 -28.0833 120.5500 -999.9 LAWLERS +ASN00012159 -33.2500 121.5167 -999.9 LLANGWIN FARM +ASN00012160 -31.0000 119.5000 -999.9 LONE PINE +ASN00012161 -31.7000 119.1000 -999.9 MARCHLAND FARM +ASN00012162 -28.7500 122.1000 -999.9 MOUNT MORGANS +ASN00012163 -29.0500 120.5000 -999.9 MOUNT IDA +ASN00012164 -30.2633 119.2458 538.0 MOUNT JACKSON +ASN00012165 -29.8000 120.5000 -999.9 MULLINE +ASN00012166 -29.4000 121.4000 -999.9 NIAGARA +ASN00012167 -31.2000 118.9833 -999.9 NOONGAR 3 +ASN00012168 -31.1333 118.9000 -999.9 NOONGAR NORTH +ASN00012169 -31.6000 119.6000 -999.9 PARKERS RANGE 1 +ASN00012170 -31.6000 119.7000 -999.9 PARKERS RANGE 2 +ASN00012171 -29.0000 120.0000 -999.9 ALFRED DOWNS +ASN00012172 -29.9833 122.0667 -999.9 QUANDINNIE +ASN00012173 -33.5000 121.6667 -999.9 BONNIE DOON +ASN00012174 -30.2500 120.9500 -999.9 SIBERIA +ASN00012175 -32.2000 122.8283 300.0 SOUTHERN HILLS +ASN00012176 -28.6781 120.9706 400.0 STURT MEADOWS +ASN00012177 -29.2000 121.4500 -999.9 TAMPA +ASN00012178 -31.5500 119.2500 -999.9 TROY +ASN00012179 -33.2500 121.9333 -999.9 TRURAY +ASN00012180 -31.0167 119.3000 -999.9 TURKEY HILL +ASN00012181 -31.5000 119.1000 -999.9 VARAMEAD +ASN00012182 -30.9500 118.8000 -999.9 WARRABA 2 +ASN00012183 -31.3000 121.5000 -999.9 WATERDALE +ASN00012184 -31.1000 119.5000 -999.9 WHEATLEY +ASN00012185 -31.2000 120.5000 -999.9 WOOLANGIE +ASN00012186 -29.7833 122.3667 -999.9 YARRI +ASN00012187 -29.4711 121.8272 381.0 YERILLA +ASN00012191 -30.8958 124.8658 192.0 KANANDAH +ASN00012198 -33.3844 121.4494 180.0 SCADDAN WEST +ASN00012199 -30.7289 121.4978 366.0 PARKESTON +ASN00012200 -31.7833 119.6000 -999.9 CONSTANCE UNA +ASN00012201 -31.7036 119.2378 420.0 YOUANMI VALLEY +ASN00012202 -31.3875 118.7347 350.0 YERBILLON +ASN00012203 -31.2550 119.4544 407.0 GHOOLI +ASN00012204 -31.0931 120.6908 451.0 DEDARI +ASN00012205 -29.7514 120.5669 450.0 RIVERINA +ASN00012206 -32.2000 122.7000 435.0 MOOLARA +ASN00012207 -31.8333 123.0500 427.0 SIMON HILLS +ASN00012208 -31.9500 122.9000 427.0 YARDELLA +ASN00012209 -27.9833 122.9167 -999.9 COSMO NEWBERY +ASN00012210 -27.5878 119.5211 500.0 LAKE MASON +ASN00012211 -29.4833 121.2667 427.0 JEEDAMYA WOOLSHED +ASN00012212 -31.0319 124.1889 216.0 KITCHENER +ASN00012213 -27.1147 119.8492 500.0 YEELIRRIE O.S. +ASN00012214 -27.9642 120.2428 500.0 DEPOT SPRINGS 2 +ASN00012215 -27.9897 119.9300 549.0 DEPOT SPRINGS TANK +ASN00012216 -27.7353 122.1761 400.0 BANDYA +ASN00012217 -31.5333 119.1000 -999.9 GLENGILLY +ASN00012218 -29.3333 121.9833 -999.9 MOUNT REMARKABLE +ASN00012219 -28.1664 123.6556 441.6 YAMARNA +ASN00012220 -31.0089 122.3567 320.0 COWARNA DOWNS +ASN00012221 -31.3692 118.8361 366.0 BODALLIN +ASN00012222 -31.2500 119.9500 433.0 GILGAI +ASN00012223 -33.2242 121.3544 200.0 LORT RIVER +ASN00012224 -30.8483 121.6550 400.0 GOLDEN RIDGE +ASN00012225 -32.7000 121.7167 -999.9 BEETE +ASN00012226 -31.1664 118.8878 400.0 BODALLIN NORTH +ASN00012227 -30.8183 119.5197 349.0 KOOLYANOBBING +ASN00012228 -30.9667 118.5167 -999.9 CAMPION NORTH +ASN00012229 -29.9333 119.7833 -999.9 CAMPBELL DOWNS +ASN00012230 -31.3667 121.8333 -999.9 IVES FIND +ASN00012231 -30.8667 119.0333 -999.9 GOLDEN VALLEY +ASN00012232 -30.9833 118.9667 -999.9 BRISCOE VALE +ASN00012233 -31.2000 119.1500 -999.9 HILLCREST +ASN00012235 -33.1167 121.5000 -999.9 WYOMING +ASN00012236 -31.2500 119.5000 -999.9 BRONTE +ASN00012237 -32.7167 121.7000 -999.9 BRYN AWELON +ASN00012238 -31.5500 119.2500 -999.9 JERICHO FARM +ASN00012239 -28.4967 119.7436 438.5 BULGA DOWNS 94444 +ASN00012240 -28.3514 127.5169 410.0 ILKURLKA +ASN00012241 -28.8789 121.3186 370.0 LEONORA AERO 94450 +ASN00012242 -29.6694 119.3031 434.0 DIEMALS +ASN00012244 -32.0333 121.6667 -999.9 FIFTEEN MILE CONDENSER +ASN00012245 -29.7000 121.7000 -999.9 GIN ROCKS +ASN00012246 -33.6047 121.9206 130.0 JILLIBY +ASN00012247 -30.2817 121.7606 380.0 GINDALBIE +ASN00012248 -33.2667 121.6500 -999.9 SWAN LAGOON +ASN00012249 -31.6333 119.5667 -999.9 L.S.D.MINE +ASN00012250 -29.4667 122.4833 -999.9 MOUNT CELIA +ASN00012251 -28.0000 123.4500 -999.9 GOLDEN DOWNS +ASN00012252 -28.2333 120.9167 -999.9 POISON CREEK +ASN00012253 -31.0000 123.0000 -999.9 COONANA +ASN00012254 -33.6500 122.7500 -999.9 NORTH HOWICK +ASN00012255 -33.5656 122.2714 190.0 WITTENOOM HILLS +ASN00012256 -29.7333 119.6000 -999.9 WOOLING +ASN00012258 -30.3500 121.0500 -999.9 ORABANDA 42M +ASN00012260 -33.5222 121.0786 180.0 CASCADES CREEK STATION +ASN00012262 -33.4539 120.7656 230.0 OLDFIELD LOC 1137 COMP. +ASN00012263 -28.4900 122.2375 431.0 WINDARRA +ASN00012265 -33.0603 121.7842 240.0 CIRCLE VALLEY +ASN00012267 -33.5425 121.2014 160.0 SHAMBA +ASN00012268 -33.4500 121.5833 183.0 THE CAMP +ASN00012269 -32.8283 121.7419 270.0 WARWICK +ASN00012270 -33.2617 121.3767 200.0 CHALORA +ASN00012271 -28.1167 122.3333 -999.9 GLADIATOR G.M. +ASN00012272 -28.8789 121.5969 450.0 MINARA DINGO O.S. +ASN00012273 -28.7083 121.6908 500.0 MINARA KAURI BORE +ASN00012274 -30.9500 122.3167 -999.9 AVOCA DOWNS +ASN00012277 -27.8417 120.2200 500.0 DEPOT SPRINGS LANGFORD +ASN00012279 -32.5811 119.7411 420.0 MIDDLE IRON CAP +ASN00012280 -27.7036 121.6131 550.0 BANJAWARN +ASN00012281 -33.5969 120.7578 210.0 MUNGLINUP MELALEUCA +ASN00012282 -30.8544 121.1150 350.0 MOUNT BURGES +ASN00012283 -28.7175 121.1506 390.0 TARMOOLA +ASN00012284 -31.9197 119.2575 440.0 HOLLETON +ASN00012285 -27.5489 121.8286 400.0 BANDYA NORTH +ASN00012286 -33.2722 121.0867 220.0 CATABY CASCADES +ASN00012289 -31.2000 118.5833 -999.9 TALGOMINE DNS +ASN00012290 -30.6000 118.5500 -999.9 RPF 56 MILE +ASN00012291 -33.4578 120.9150 200.0 RIVER PLAINS +ASN00012292 -33.6333 122.5833 150.0 WYLAND HEIGHTS +ASN00012293 -33.6211 122.6000 150.0 ROCKY PLAINS +ASN00012294 -33.4133 121.1442 180.0 KARRAMANDE +ASN00012295 -31.1003 118.6019 335.0 COPPIN ROCK +ASN00012296 -30.7500 119.0000 -999.9 EENUIN +ASN00012297 -33.4853 122.5867 180.0 BEAUMONT WEST +ASN00012298 -31.7575 119.4522 400.0 MULGARA +ASN00012299 -33.5331 120.8681 190.0 MUNGLINUP STATION +ASN00012300 -27.9172 120.7000 508.3 LEINSTER +ASN00012301 -28.4717 122.0250 430.0 VALAIS BOREFIELD +ASN00012302 -30.7256 121.4653 390.0 KALGOORLIE RFDS BASE +ASN00012303 -33.5908 121.0142 180.0 REOMMAR +ASN00012304 -27.9283 121.3047 500.0 MELROSE +ASN00012305 -28.6133 122.4236 464.3 LAVERTON AERO 94449 +ASN00012306 -33.5239 122.9469 140.0 SPARKLE HILL +ASN00012307 -33.6844 122.8728 120.0 KOORINGA DOWNS +ASN00012308 -33.3356 122.0697 180.0 MOUNT RIDLEY +ASN00012309 -33.2503 122.0306 200.0 BANKINA +ASN00012310 -32.7561 121.7547 250.0 KUMARL EAST +ASN00012311 -33.4656 122.3972 160.0 HILL PLAINS +ASN00012312 -33.5906 122.4519 150.0 KATTA BAREGA +ASN00012313 -30.6014 118.5228 350.0 GEERANING +ASN00012314 -27.8386 120.7031 497.0 LEINSTER AERO 95448 +ASN00012315 -33.6575 120.4803 180.0 WEST POINT SOUTH +ASN00012316 -33.0050 121.4350 260.0 SALMON GUMS WEST +ASN00012317 -27.5517 119.2275 550.0 BARRAMBIE +ASN00012318 -29.3494 120.4006 400.0 WALLING ROCK +ASN00012320 -31.2353 119.3564 347.4 SOUTHERN CROSS AIRFIELD 95634 +ASN00012321 -28.6181 118.8294 465.0 YOUANMI +ASN00012322 -30.3803 120.1481 500.0 MOUNT WALTON EAST IWDF +ASN00013000 -26.0242 120.1033 500.0 OLD CUNYU +ASN00013001 -25.5908 121.5853 523.0 EARAHEEDY +ASN00013002 -25.2661 122.0433 480.0 GLEN-AYLE +ASN00013003 -23.3594 120.7797 570.0 JIGALONG +ASN00013004 -26.1000 120.9000 -999.9 MILLROSE +ASN00013005 -26.2225 121.5561 550.0 LORNA GLEN +ASN00013006 -26.4006 120.9539 550.0 MILLROSE +ASN00013007 -20.1417 127.9867 420.0 BALGO HILLS 94320 +ASN00013008 -25.0000 120.1000 -999.9 RPF 477 MILE +ASN00013010 -24.5500 120.1000 -999.9 RPF 510 MILE +ASN00013011 -26.1317 126.5839 459.0 WARBURTON AIRFIELD 94457 +ASN00013012 -26.5914 120.2250 521.0 WILUNA 94439 +ASN00013013 -23.9000 120.4000 -999.9 RPF 561 MILE +ASN00013014 -25.8181 120.1706 600.0 CUNYU SHEARING SHED +ASN00013015 -25.7964 122.9753 448.0 CARNEGIE 94451 +ASN00013016 -26.1000 128.2000 -999.9 BLACKSTONE RANGE +ASN00013017 -25.0341 128.3010 598.0 GILES METEOROLOGICAL OFFICE GSN 94461 +ASN00013018 -26.1208 121.9403 500.0 WONGAWOL +ASN00013019 -26.3867 122.2100 500.0 WINDIDDA +ASN00013020 -25.0333 121.5667 -999.9 WELD SPRINGS +ASN00013021 -25.8233 119.9981 500.0 NEW SPRINGS +ASN00013022 -25.1667 122.3000 -999.9 SUNDAY WELL +ASN00013023 -23.8500 120.5000 -999.9 BURRAMBAH +ASN00013024 -26.5172 122.8078 500.0 PRENTI DOWNS +ASN00013025 -20.1006 127.5958 350.0 MULAN +ASN00013026 -22.5833 122.2667 -999.9 RUDALL RIVER +ASN00013027 -20.5161 128.9361 300.0 NGULUPI STATION +ASN00013028 -23.2000 120.7333 -999.9 WALGUN +ASN00013029 -23.0333 120.9000 -999.9 BILLINNOOKA +ASN00013030 -21.7125 122.2281 291.9 TELFER AERO 94319 +ASN00013032 -25.6361 121.3533 500.0 GRANITE PEAK +ASN00013033 -26.5283 125.6144 480.0 YOWALGA +ASN00013034 -27.0336 120.9233 450.0 BARWIDGEE +ASN00013035 -27.0336 122.4439 450.0 DELETA STATION +ASN00013036 -26.3508 120.6408 560.0 JUNDEE +ASN00013037 -26.3353 120.7786 460.0 XMAS BORE (MILLROSE) +ASN00013038 -25.7069 120.3478 600.0 CUNYU +ASN00013039 -26.5994 120.3417 502.0 PACKSADDLE FARM +ASN00013040 -27.1542 124.5747 450.0 TJUKAYIRLA +ASN00013043 -22.8189 122.5956 400.0 PARNNGURR +ASN00014000 -13.2467 131.1117 153.0 ADELAIDE RIVER RAILWAY +ASN00014001 -11.7650 130.6286 12.0 NGUIU +ASN00014002 -12.4500 130.9667 330.0 BERRIMAH +ASN00014003 -12.4444 130.9542 35.0 DARWIN PROFILER +ASN00014005 -13.5000 131.4000 77.0 BROCKS CREEK +ASN00014006 -12.6628 130.5719 3.0 KESWICK POINT +ASN00014007 -13.5333 131.7000 115.0 BURRUNDIE RAILWAY STATION +ASN00014008 -11.3167 131.7667 19.0 CAPE DON +ASN00014009 -12.5547 130.8677 10.0 CHANNEL ISLAND +ASN00014010 -12.7511 130.3784 12.0 DUNDEE BEACH SCHOOL +ASN00014011 -11.1456 132.5688 35.0 MINJILANG +ASN00014013 -12.8100 130.4576 23.0 GERIATRIC PARK +ASN00014014 -13.9242 131.2350 42.0 EARLY STORMS +ASN00014015 -12.4239 130.8925 30.4 DARWIN AIRPORT GSN 94120 +ASN00014016 -12.4000 130.8000 24.4 DARWIN POST OFFICE +ASN00014017 -12.4867 130.9000 30.0 DARWIN QUARANTINE STATION +ASN00014018 -12.4394 130.8419 15.0 DARWIN LOCO WORKS +ASN00014019 -12.4333 130.8500 18.0 DARWIN NO 3 POWER STATION +ASN00014020 -12.3858 130.8553 9.0 NIGHTCLIFF +ASN00014021 -13.1137 130.7981 82.0 BULEY ROCKHOLE +ASN00014022 -12.8136 130.9875 100.0 DARWIN RIVER RIDGE +ASN00014025 -13.4833 131.0000 60.0 RUM JUNGLE +ASN00014028 -12.6500 131.2833 3.0 HUMPTY DOO STATION +ASN00014032 -12.3889 131.1767 30.0 KOOLPINYAH +ASN00014035 -12.8381 131.1306 41.0 MANTON DAM +ASN00014038 -13.0458 131.0342 105.0 BATCHELOR AREA SCHOOL +ASN00014039 -12.6836 130.5853 2.0 RANKIN POINT +ASN00014040 -12.4227 130.8844 30.0 DARWIN AIRPORT COMPARISON 94120 +ASN00014041 -12.6050 131.2988 14.1 MIDDLE POINT AWS 95121 +ASN00014042 -12.3263 133.0581 6.7 OENPELLI 94138 +ASN00014047 -12.8001 131.4309 20.0 MARRAKAI SPRINGS +ASN00014048 -12.2248 131.0923 12.0 LEADERS CREEK +ASN00014049 -12.4353 130.8374 12.0 DARWIN BOWLS CLUB +ASN00014050 -12.4706 130.8455 5.0 FORT HILL WHARF +ASN00014052 -13.3307 131.0529 123.0 ADELAIDE RIVER RIDGE +ASN00014053 -12.4988 130.9633 16.0 MARLOW LAGOON - FLOCKHART DVE +ASN00014054 -13.1248 131.1131 70.0 PELL AIRSTRIP STATION +ASN00014055 -13.4810 131.1173 206.0 UPPER ADELAIDE RIVER +ASN00014057 -12.9767 131.1147 78.0 WOODCUTTER'S MINE +ASN00014058 -12.7809 130.9663 34.0 MAJESTIC ORCHIDS +ASN00014059 -14.0829 131.8099 203.0 FOELSCHE HEADLAND +ASN00014060 -12.7000 131.3000 30.0 MARRAKAI +ASN00014061 -13.0000 131.0000 30.0 BATCHELOR FARM +ASN00014062 -14.1435 132.1925 242.0 EDITH FALLS RIDGE +ASN00014066 -13.0500 130.7500 120.0 WALKERS CREEK +ASN00014067 -12.6500 131.2333 38.1 HUMPTY DOO CATTLE STATION +ASN00014068 -13.1383 131.0017 100.0 EVA VALLEY +ASN00014070 -12.4900 130.9881 44.0 THE CHASE +ASN00014071 -13.5833 132.1333 200.0 NORTHERN HERCULES +ASN00014073 -13.5835 131.4576 152.0 HAYES CREEK +ASN00014074 -12.4167 130.8000 130.0 MYILLY POINT +ASN00014078 -13.0500 131.1333 50.0 SIXTY EIGHT MILE RICE FARM +ASN00014079 -12.7625 132.6583 8.0 NOURLANGIE CREEK +ASN00014080 -12.6367 131.0733 35.0 NOONAMAH +ASN00014084 -13.7000 132.1500 152.0 MOLINE +ASN00014086 -12.6495 131.3181 77.0 BEATRICE HILL +ASN00014087 -11.7653 130.8881 70.0 PICKERTARAMOOR +ASN00014088 -13.5500 131.5000 221.0 COPPERFIELD CREEK +ASN00014090 -12.5781 131.3145 10.0 MIDDLE POINT +ASN00014091 -13.5250 132.5139 183.0 EL SHARANA +ASN00014092 -13.2373 131.1042 52.5 ADELAIDE RIVER POST OFFICE +ASN00014093 -13.2500 131.1000 45.0 ADELAIDE RIVER RICE FARM +ASN00014096 -13.8167 131.8667 250.0 NORTH HERCULES GOLD MINES +ASN00014099 -12.6500 131.2833 41.0 HUMPTY DOO TERR. RICE BASE +ASN00014102 -13.0500 131.1333 45.7 SIXTY MILE RICE FARM +ASN00014103 -11.4258 130.6758 5.0 MILIKAPITI +ASN00014104 -12.8500 131.1333 60.0 GROVE HILL +ASN00014105 -12.3333 130.8833 8.0 LEE POINT +ASN00014106 -12.6500 131.2833 41.0 HUMPTY DOO RICE MILL 18 MILE +ASN00014108 -12.6000 131.2333 40.0 LITCHFIELD CREEK +ASN00014109 -13.1000 131.2333 23.0 TORTILLA FLATS +ASN00014110 -12.5617 131.0717 38.0 NA RAILWAY 22 MILE SITE +ASN00014112 -12.3786 130.8469 7.0 NIGHTCLIFF POOL +ASN00014113 -12.3559 131.4932 6.0 LAKE FINNISS FARM +ASN00014116 -12.4429 130.9325 35.0 BERRIMAH RESEARCH FARM +ASN00014118 -11.2167 131.8333 5.0 BLUE MUD BAY +ASN00014121 -13.4667 131.4167 100.0 BURNSIDE +ASN00014122 -13.8500 131.8000 230.0 COSMOPOLITAN GOLD MINE +ASN00014123 -12.4000 130.6000 15.0 POINT CHARLES LIGHTHOUSE +ASN00014124 -13.1833 131.0000 86.0 STAPLETON +ASN00014127 -12.4500 130.8333 15.2 TEMIRA +ASN00014129 -12.5380 130.6985 25.0 BELYUEN +ASN00014132 -12.3667 131.8667 6.1 NIGHTCLIFF BAXTER +ASN00014133 -12.5833 131.9167 9.1 JIMMY CREEK +ASN00014134 -13.1500 131.0000 98.0 RUM JUNGLE WATER RES. +ASN00014138 -13.0500 131.0300 104.0 BATCHELOR POST OFFICE +ASN00014141 -12.4428 130.9556 34.0 PINELANDS +ASN00014142 -11.4022 130.4217 18.3 PIRLANGIMPI 94119 +ASN00014143 -12.8003 131.0507 51.0 MAJESTIC ORCHIDS +ASN00014144 -12.3962 130.8785 16.0 MARRARA +ASN00014145 -12.5777 131.2535 22.0 LAMBELL'S LAGOON +ASN00014146 -12.9167 131.1667 107.0 HUANDOT FARM +ASN00014148 -13.1425 130.9312 80.0 CAMP CREEK +ASN00014149 -12.4558 131.0505 34.0 HOWARD SPRINGS +ASN00014150 -12.7267 131.0100 9.0 LAKE DEAN +ASN00014151 -13.2167 131.0000 152.0 MILTON SPRINGS +ASN00014153 -11.1538 132.1430 5.0 BLACK POINT 94134 +ASN00014155 -12.4058 130.9413 10.0 MICKET CREEK RIFLE CLUB +ASN00014157 -14.2225 131.9303 85.0 EDITH SPRINGS +ASN00014158 -12.5045 130.9906 20.0 ROSEBERY +ASN00014159 -12.6102 131.2901 15.2 MIDDLE POINT NAVY +ASN00014160 -12.5723 131.1006 41.0 HUMPTY DOO FIRE STATION +ASN00014161 -12.4667 130.8333 27.4 DARWIN REGIONAL OFFICE +ASN00014162 -12.3990 130.8508 5.0 COCONUT GROVE +ASN00014163 -12.4396 130.8376 15.2 DARWIN BOTANIC GARDENS +ASN00014164 -12.3931 130.8714 10.0 JINGILI +ASN00014165 -12.5931 132.8800 31.0 MUDGINBERRI +ASN00014166 -12.4333 130.8500 12.0 DARWIN RACECOURSE +ASN00014167 -12.4648 130.8495 41.0 STOKES HILL +ASN00014168 -13.0533 130.9950 84.0 MENELING +ASN00014169 -12.4333 130.9050 34.0 COONAWARRA NAVY +ASN00014170 -12.4582 130.8283 30.5 LARRAKEYAH +ASN00014171 -12.4667 130.9833 25.0 YARRAWONGA PARK +ASN00014172 -12.4509 130.9575 35.0 ELEVEN MILE RAAF +ASN00014173 -13.3787 131.5047 180.0 BAN BAN SPRINGS +ASN00014174 -13.0167 130.9500 40.0 YARRAMAN +ASN00014175 -12.3600 130.8883 7.6 LEE POINT RAAF +ASN00014176 -12.4767 132.5000 40.0 MUNMALARY +ASN00014177 -13.1267 131.3725 20.0 MOUNT RINGWOOD +ASN00014178 -13.3000 132.3028 157.0 SHOVEL BILLABONG +ASN00014179 -13.4683 132.2733 92.0 GOODPARLA +ASN00014180 -11.5472 132.9255 15.0 MURGANELLA +ASN00014181 -13.6333 131.4500 60.0 DOUGLAS +ASN00014182 -12.4333 130.9000 30.0 WINNELLIE PARK +ASN00014183 -12.8324 130.9713 100.0 DARWIN RIVER DAM +ASN00014184 -13.1667 131.1000 170.0 ADELAIDE RIVER 67 MILE +ASN00014185 -13.6000 131.8500 186.0 FRANCES CREEK MINE +ASN00014186 -12.5667 131.1000 38.0 KAREELA FLATS +ASN00014187 -12.6500 130.3667 2.7 GROSE ISLAND +ASN00014188 -13.1500 130.6333 100.0 WANGI +ASN00014189 -12.8667 131.5833 20.4 MOUNT BUNDY MINE +ASN00014190 -13.0283 131.1167 40.0 COOMALIE CREEK +ASN00014194 -11.7667 130.6167 30.0 MELVILLE ISLAND +ASN00014195 -13.3333 131.3333 85.0 ADELAIDE RIVER AASC +ASN00014196 -12.5000 130.8833 7.0 CHANNEL ISLAND LEPER HOSPITAL +ASN00014198 -12.6594 132.8939 26.5 JABIRU AIRPORT 94137 +ASN00014201 -12.4124 130.6264 16.5 COX PENINSULA TRANSMITTER +ASN00014202 -12.5333 131.0383 48.0 BROOKINGS CREEK 17 MILE STORE +ASN00014203 -13.1333 131.3500 49.0 AMBROOKVILLE +ASN00014204 -13.7578 131.5740 100.0 THE PINES +ASN00014205 -13.6314 131.6311 198.0 EMERALD SPRINGS +ASN00014206 -12.7271 130.9475 16.0 SOUTHPORT +ASN00014208 -12.6686 132.8358 31.0 JABIRU COUNCIL +ASN00014209 -12.5751 131.2671 21.0 LAMBELL'S LAGOON +ASN00014210 -12.4721 130.9924 41.0 PALMERSTON +ASN00014212 -12.7708 130.7456 25.0 ANNIE RIVER +ASN00014213 -12.2522 131.0428 20.0 GUNN POINT PRISON FARM +ASN00014214 -12.3933 130.8842 20.0 ANULA +ASN00014215 -12.6997 131.0000 10.0 BERRY SPRINGS RANGERS +ASN00014216 -12.3622 130.8797 15.0 CASUARINA +ASN00014217 -12.4700 130.8408 25.0 DARWIN GOVERNMENT HOUSE +ASN00014218 -12.4331 130.8409 20.0 PARAP +ASN00014219 -12.5491 131.0794 35.0 MCMINNS LAGOON +ASN00014220 -12.3633 130.8750 15.0 TIWI +ASN00014221 -12.7546 130.8753 20.0 MONGREL DOWNS +ASN00014222 -12.6374 131.0763 36.0 ELIZABETH VALLEY +ASN00014223 -12.5717 131.0700 36.0 MILLAR +ASN00014224 -13.8062 132.1970 179.0 WANDIE CREEK +ASN00014225 -12.5583 131.1500 44.0 STRANGWAYS +ASN00014226 -12.5764 131.0829 30.0 HUMPTY DOO COLLARD ROAD +ASN00014227 -12.3887 130.9248 16.0 KARAMA +ASN00014228 -13.5900 132.6033 290.0 CORONATION HILL +ASN00014230 -12.6975 132.3681 40.0 KAPALGA CSIRO +ASN00014232 -13.2050 130.9850 168.0 THE FRUITERIUM +ASN00014233 -13.0533 131.0267 104.0 BATCHELOR AERODROME +ASN00014234 -13.2167 131.3750 120.0 GOODALL MINE +ASN00014235 -12.4019 130.8961 30.0 NORTHLAKES +ASN00014237 -13.2287 131.1355 60.0 MOUNT BUNDEY +ASN00014238 -12.4346 130.7491 30.0 WAGAIT BEACH +ASN00014239 -13.1129 130.4937 45.0 LABELLE DOWNS +ASN00014240 -12.9612 131.1667 55.0 LAKE BENNETT +ASN00014241 -12.6383 130.3700 6.0 DUM IN MIRRIE +ASN00014242 -11.1233 132.1317 10.0 SMITH POINT +ASN00014243 -12.8017 131.0617 50.0 AWILLAWAY +ASN00014244 -12.7642 131.1597 20.0 ACACIA HILLS +ASN00014245 -11.3081 131.7651 19.0 CAPE DON 94129 +ASN00014246 -12.3784 130.9057 10.0 LEANYER +ASN00014247 -12.7500 131.4817 30.0 THE ROSE GARDENS +ASN00014248 -12.8372 131.5672 40.0 TOMS GULLY GOLD MINE +ASN00014249 -11.2038 132.0527 3.0 SEVEN SPIRIT BAY +ASN00014250 -12.5047 130.9747 15.0 WOODROFFE +ASN00014251 -13.5548 132.2731 220.0 MARY RIVER RANGERS +ASN00014252 -12.6759 132.4803 10.0 SOUTH ALLIGATOR RESORT +ASN00014253 -13.1672 130.1225 3.0 CHANNEL POINT 94121 +ASN00014254 -12.2435 131.8785 1.0 POINT STUART AWS 94127 +ASN00014255 -11.1597 132.1572 5.0 THUNDER ROCK +ASN00014256 -12.9038 132.5255 40.0 COOINDA AERODROME +ASN00014257 -12.7624 131.5007 30.0 CORROBOREE PARK +ASN00014258 -12.6586 131.7125 30.0 WILDMAN RANGERS +ASN00014259 -12.3602 130.9829 6.0 SHOAL BAY +ASN00014260 -12.4819 130.8978 10.0 EAST ARM +ASN00014261 -12.4261 130.8530 2.0 LUDMILLA +ASN00014263 -12.5858 131.7609 25.0 POINT STUART +ASN00014264 -12.7121 130.9889 10.0 TERRITORY WILDLIFE PARK +ASN00014265 -12.4126 130.9202 30.0 CSIRO BERRIMAH +ASN00014266 -12.4121 130.9669 25.0 THORAK CEMETERY +ASN00014267 -12.4471 130.7665 2.0 MANDORAH +ASN00014268 -13.1381 131.1095 70.0 PELL AIRSTRIP +ASN00014269 -12.5446 131.1475 30.0 HUMPTY DOO EVAN ROAD +ASN00014270 -12.3833 130.8500 16.0 NIGHTCLIFF SPORTS CLUB +ASN00014271 -12.4245 132.9634 11.0 BORDER STORE +ASN00014272 -13.0545 131.0252 104.0 BATCHELOR AERO 94125 +ASN00014274 -11.0468 132.9791 1.4 MCCLUER ISLAND 94135 +ASN00014275 -12.7164 131.8206 55.0 WILDMAN RANGERS +ASN00014276 -12.6415 131.8851 30.0 WILDMAN RIVER PLANTATIONS +ASN00014277 -12.6350 130.3725 3.5 DUM IN MIRRIE AWS 94116 +ASN00014278 -12.6114 131.6236 2.0 MARRAKAI +ASN00014279 -13.0807 130.6927 140.0 WALKER CREEK +ASN00014280 -12.4142 130.8586 20.0 DARWIN RAAF GOLF CLUB +ASN00014281 -12.4035 131.9815 7.0 CARMOR PLAINS +ASN00014282 -14.0993 131.8019 180.0 CLARAVALE +ASN00014283 -12.9283 131.4983 60.0 RUSTLERS ROOST +ASN00014284 -12.6827 132.4736 15.0 SOUTH ALLIGATOR RANGERS +ASN00014285 -12.3551 130.8857 20.0 DARWIN HOSPITAL +ASN00014286 -12.0927 132.8864 40.0 MOUNT BORRADAILE +ASN00014287 -12.5015 130.9642 15.0 MARLOW LAGOON +ASN00014288 -11.7782 130.5579 63.0 NGUIU FARM +ASN00014289 -12.3723 130.8665 10.0 CHARLES DARWIN UNIVERSITY +ASN00014291 -12.8038 132.1234 48.0 KAKADU NORTHERN ENTRY STATION +ASN00014400 -12.0482 134.2263 11.0 MANINGRIDA +ASN00014401 -11.6502 133.3796 19.2 WARRUWI 94139 +ASN00014402 -12.1239 134.9078 4.0 MILINGIMBI +ASN00014403 -12.3340 134.9293 25.0 RAMINGINING +ASN00014404 -12.0931 134.8919 15.0 MILINGIMBI AWS 94140 +ASN00014405 -12.0569 134.2339 28.1 MANINGRIDA AERO 95142 +ASN00014407 -12.3567 134.8976 51.0 RAMINGINING AIRPORT +ASN00014408 -12.1924 136.6844 -999.9 ALCAN REFINERY +ASN00014501 -12.2561 136.8979 7.0 YIRRKALA TROPICAL GARDENS +ASN00014502 -12.2500 136.8833 9.4 YIRRKALA MISSION +ASN00014503 -13.8333 136.8333 12.0 UMBAKUMBA +ASN00014504 -12.0280 135.5648 18.0 GALIWINKU +ASN00014505 -14.2785 135.7424 10.0 NUMBULWAR +ASN00014506 -13.9833 136.4333 14.0 ANGURUGU +ASN00014507 -13.8483 136.4198 20.0 ALYANGULA POLICE 94149 +ASN00014508 -12.2741 136.8203 51.6 GOVE AIRPORT GSN 94150 +ASN00014509 -12.2609 136.8391 20.0 ALCAN MINESITE +ASN00014510 -13.8333 136.4417 5.0 BARTALUMBA BAY +ASN00014511 -13.9761 136.4616 14.0 GROOTE EYLANDT AIRPORT +ASN00014512 -12.1939 136.7637 20.0 NHULUNBUY DTW +ASN00014513 -12.1933 136.7100 7.0 WALLABY BEACH +ASN00014514 -14.0500 131.2833 80.0 THEYONA +ASN00014515 -12.5013 135.8001 70.0 LAKE EVELLA +ASN00014516 -13.7821 136.1954 6.0 BICKERTON ISLAND +ASN00014517 -11.9971 135.5726 8.1 NGAYAWILI 95146 +ASN00014518 -13.9747 136.4631 13.7 GROOTE EYLANDT AIRPORT AWS 94153 +ASN00014519 -11.9171 136.5317 -999.9 CAPE WILBERFORCE +ASN00014600 -13.9521 133.9637 162.0 MAINORU OUTSTATION STORE +ASN00014601 -15.6548 132.6718 180.0 WESTERN CREEK +ASN00014602 -14.1394 134.4742 60.0 WONGALARA +ASN00014603 -14.2905 133.4099 268.0 WATERHOUSE +ASN00014605 -14.8230 133.7013 75.0 MOROAK +ASN00014606 -14.5139 132.9418 244.0 TANDANGLE HILL +ASN00014607 -16.1891 133.3286 304.4 KALALA +ASN00014608 -16.2553 133.3686 11.6 SAINT VIDGEON +ASN00014609 -14.7295 134.7274 34.0 NGUKURR 94148 +ASN00014610 -14.9230 133.1320 150.0 MATARANKA HOMESTEAD RESORT +ASN00014611 -16.6793 133.4131 229.0 DUNMARA ROADHOUSE +ASN00014612 -15.5748 133.2138 180.0 LARRIMAH 94237 +ASN00014613 -15.8326 133.4008 190.0 MARYFIELD +ASN00014614 -15.2203 134.0822 52.0 HODGSON DOWNS +ASN00014615 -14.5167 132.8633 61.0 BAMYILI +ASN00014616 -14.7103 134.5669 37.0 URAPUNGA +ASN00014617 -14.9289 134.0078 69.0 ROPER VALLEY +ASN00014618 -16.2530 133.3700 211.8 DALY WATERS +ASN00014619 -15.6517 132.6667 201.3 LARRIMAH RAILWAY +ASN00014620 -14.7167 134.5050 32.0 ROPER RIVER POLICE +ASN00014621 -15.8087 134.1477 183.0 NUTWOOD DOWNS +ASN00014622 -15.6000 133.2500 180.0 BIRDUM +ASN00014623 -14.9573 133.3299 107.0 ELSEY +ASN00014624 -14.5552 133.1162 150.0 BESWICK +ASN00014625 -14.0835 133.8107 240.0 MOUNTAIN VALLEY +ASN00014626 -16.2636 133.3782 209.8 DALY WATERS AWS 94234 +ASN00014627 -13.6714 134.3414 103.4 BULMAN AWS 94143 +ASN00014628 -16.4550 134.6504 165.0 TANUMBIRINI +ASN00014629 -13.6667 134.3333 192.0 BULMAN +ASN00014630 -14.7500 135.3333 4.0 PORT ROPER +ASN00014631 -15.6333 133.2000 181.4 BIRDUM AERO +ASN00014633 -14.7356 134.5291 18.0 ROPER BAR STORE +ASN00014634 -13.8333 133.4500 360.0 FLYING FOX +ASN00014635 -16.3167 133.3833 218.0 DALY WATERS HI-WAY INN +ASN00014636 -16.5481 132.9036 198.0 HIDDEN VALLEY +ASN00014637 -14.0409 134.0945 99.0 MAINORU +ASN00014638 -15.5270 132.6533 175.0 GORRIE +ASN00014639 -15.9179 132.3831 210.0 GILNOCKIE +ASN00014640 -13.6647 134.3309 200.0 BULMAN +ASN00014641 -14.9240 133.0624 140.0 MATARANKA COUNCIL +ASN00014642 -14.8384 132.9678 145.0 MATARANKA STATION +ASN00014643 -14.8303 135.1978 15.0 ROPER AQUAFARM +ASN00014644 -15.0041 133.0770 148.0 COODARDIE +ASN00014645 -15.2654 135.5016 10.0 LIMMEN RIVER +ASN00014646 -14.8528 134.0360 58.0 FLYING FOX +ASN00014647 -15.2712 132.9127 160.0 LAKEFIELD +ASN00014648 -14.1340 133.1094 322.0 WEST WATERHOUSE +ASN00014649 -14.9217 134.0587 80.0 NUMUL NUMUL +ASN00014650 -14.9147 133.1270 125.0 CAVE CREEK STATION +ASN00014651 -13.8269 133.3277 384.0 SNOWDROP CREEK +ASN00014652 -14.5264 132.8006 232.0 MARANBOY HILL +ASN00014653 -14.2573 133.5942 135.0 CONWAYS +ASN00014654 -14.3295 133.1176 221.0 CENTRAL WATERHOUSE +ASN00014700 -16.7314 135.7386 88.0 BALBIRINI +ASN00014701 -16.2161 135.4686 104.0 BAUHINIA DOWNS +ASN00014702 -16.9756 135.8132 195.0 MALLAPUNYAH +ASN00014703 -15.7426 136.8192 12.2 CENTRE ISLAND 94248 +ASN00014704 -16.4423 136.0760 40.0 MCARTHUR RIVER MINE 94239 +ASN00014705 -17.2314 137.3308 183.0 CALVERT HILLS +ASN00014706 -16.7622 136.9789 65.0 ROBINSON RIVER +ASN00014707 -17.2122 137.9462 60.0 WOLLOGORANG 94258 +ASN00014708 -15.6228 136.3538 6.1 BING BONG +ASN00014709 -16.2783 137.0800 28.0 GREENBANK +ASN00014710 -16.0667 136.3000 17.0 BORROLOOLA +ASN00014711 -15.8333 137.0500 4.0 VANDERLIN ISLAND MIMETS +ASN00014712 -15.5756 134.0952 110.0 HODGSON RIVER +ASN00014713 -19.1385 137.8736 276.0 GALLIPOLI +ASN00014714 -16.0667 136.3000 18.3 BORROLOOLA WELFARE +ASN00014715 -16.6597 135.8520 61.0 MCARTHUR RIVER STATION +ASN00014716 -16.4475 135.2167 152.0 BROADMERE +ASN00014718 -17.1916 137.7429 195.0 REDBANK MINE +ASN00014719 -15.5789 135.4271 30.0 NATHAN RIVER +ASN00014720 -17.9178 136.9051 229.0 BENMARA +ASN00014721 -16.7167 137.4167 50.0 PUNGALINA +ASN00014722 -16.6831 135.7268 67.0 CAPE CRAWFORD +ASN00014723 -16.0757 136.3041 16.1 BORROLOOLA 94152 +ASN00014724 -17.1033 136.0100 244.0 MCCANTS SPRING +ASN00014726 -16.0540 136.3042 30.0 BORROLOOLA POLICE +ASN00014727 -16.2308 136.7650 40.0 DOOLGARINA +ASN00014728 -16.2694 136.8769 30.0 BUJANA +ASN00014729 -15.6293 136.3881 4.0 BING BONG PORT +ASN00014730 -14.1055 133.3422 262.0 UPPER WATERHOUSE RIVER +ASN00014732 -15.9332 136.4778 7.0 KING ASH BAY +ASN00014800 -16.2566 131.7531 237.0 KILLARNEY +ASN00014801 -16.4833 130.6167 105.0 HUMBERT RIVER +ASN00014802 -17.0365 131.2941 186.0 CAMFIELD +ASN00014803 -15.2085 129.4502 26.0 LEGUNE +ASN00014804 -15.5667 130.9333 33.5 FITZROY +ASN00014806 -16.4155 132.0857 209.0 BIRRIMBA +ASN00014807 -16.6652 131.7642 174.0 MONTEJINNI +ASN00014809 -19.9655 129.7134 437.0 TANAMI MINE +ASN00014810 -15.4667 129.7675 6.0 BULLO RIVER +ASN00014811 -15.4167 130.7000 30.0 VICTORIA RIVER DEPOT +ASN00014812 -17.0867 129.0533 157.0 MISTAKE CREEK +ASN00014813 -15.5517 130.9583 40.0 COOLIBAH +ASN00014814 -15.6844 130.0098 18.0 AUVERGNE +ASN00014815 -16.6346 129.3282 140.0 WATERLOO +ASN00014816 -15.7372 131.5345 102.0 OLD DELAMERE +ASN00014817 -15.3482 130.2763 26.0 BRADSHAW HOMESTEAD +ASN00014818 -16.6317 131.8333 175.0 TOP SPRINGS +ASN00014819 -16.4322 129.6156 69.0 AMANBIDJI +ASN00014820 -16.0498 129.2649 101.0 NEWRY +ASN00014821 -16.4583 129.0058 137.0 ROSEWOOD +ASN00014822 -15.6467 130.4756 14.0 TIMBER CREEK POLICE +ASN00014823 -17.2297 129.8874 380.0 LIMBUNYA +ASN00014824 -16.1196 130.4282 160.0 BULLITA +ASN00014825 -16.4030 131.0145 88.5 VICTORIA RIVER DOWNS 94232 +ASN00014827 -15.6500 130.5000 60.0 TIMBER CREEK CDW +ASN00014828 -16.3896 131.5573 179.0 SHOEING TOOL BORE +ASN00014829 -18.3325 130.6358 315.6 LAJAMANU 94231 +ASN00014830 -17.5966 131.5444 189.0 CATTLE CREEK +ASN00014831 -17.9041 130.2268 323.0 RIVEREN +ASN00014832 -17.3833 130.8667 200.0 WAVE HILL POST OFFICE +ASN00014833 -17.4466 130.8391 167.0 KALKARINGI POLICE +ASN00014834 -17.4833 130.9500 213.4 WAVE HILL OLD STATION +ASN00014835 -17.7333 129.2400 379.0 KIRKIMBIE +ASN00014836 -17.8484 129.6361 403.0 INVERWAY +ASN00014837 -15.4167 129.1667 20.0 KEEP RIVER NTA +ASN00014839 -15.6283 131.6357 153.0 DELAMERE +ASN00014840 -17.3871 131.1166 196.0 WAVE HILL 94229 +ASN00014841 -16.8141 131.2195 110.0 PIGEON HOLE COMMUNITY +ASN00014844 -17.4500 130.8000 152.4 WAVE HILL CATTLE STATION +ASN00014846 -16.5478 131.7883 200.0 TOP SPRINGS DTW +ASN00014847 -16.1176 130.9558 100.0 KIDMAN SPRINGS 94230 +ASN00014848 -15.6193 131.1281 38.0 VICTORIA RIVER ROADHOUSE +ASN00014849 -17.4167 130.8333 180.0 BOW HILLS POLICE +ASN00014850 -15.6614 130.4808 20.1 TIMBER CREEK 94220 +ASN00014851 -16.7967 132.2333 265.0 DUNGOWAN +ASN00014852 -17.9977 129.3459 400.0 BUNDA +ASN00014853 -15.9700 129.0407 100.0 KEEP RIVER RANGERS +ASN00014854 -17.8581 130.8841 250.0 SUNSHINE BORE +ASN00014855 -17.3354 129.2892 290.0 NELSON SPRINGS +ASN00014856 -18.3902 129.4299 370.0 BIRRINDUDU +ASN00014857 -19.2798 129.9422 452.0 SUPLEJACK +ASN00014858 -16.5436 131.7965 200.0 TOP SPRINGS ROADHOUSE +ASN00014859 -19.8765 129.6269 410.0 TANAMI MINE BOREFIELDS +ASN00014860 -15.8236 131.8367 220.0 TINKER HILL +ASN00014861 -15.4422 129.0197 25.0 SPIRIT HILLS +ASN00014864 -16.3541 131.5147 120.0 MOOLOOLOO +ASN00014865 -16.9818 130.5599 220.0 MOUNT SANFORD +ASN00014866 -17.6129 130.0713 406.0 UPPER VICTORIA RIVER +ASN00014867 -16.9567 130.5675 242.0 UPPER WICKHAM RIVER +ASN00014868 -16.8525 131.1597 145.0 PIGEON HOLE +ASN00014900 -15.2440 132.1550 180.0 DRY RIVER +ASN00014901 -13.8345 131.1872 42.8 DOUGLAS RIVER 94128 +ASN00014902 -14.4589 132.2572 106.9 KATHERINE COUNCIL +ASN00014903 -14.4437 132.2737 108.0 KATHERINE AVIATION MUSEUM 94132 +ASN00014904 -14.4833 132.2500 120.1 KATHERINE EXP. FARM +ASN00014905 -14.2403 129.5215 11.0 PORT KEATS POLICE +ASN00014906 -14.2000 130.9000 87.0 FISH RIVER +ASN00014907 -13.4277 130.4936 30.0 LITCHFIELD +ASN00014908 -13.6817 130.6367 15.0 WOOLIANA +ASN00014909 -13.3275 133.0861 416.0 CENTRAL ARNHEM PLATEAU 94141 +ASN00014910 -14.4741 132.3053 109.7 KATHERINE RESEARCH FARM +ASN00014911 -14.3483 131.5767 61.0 CLARAVALE +ASN00014912 -13.8653 131.8806 170.7 BONROOK +ASN00014913 -13.7447 130.4935 36.0 ELIZABETH DOWNS +ASN00014914 -13.7508 130.6886 67.0 DALY RIVER MISSION +ASN00014915 -14.4500 132.2500 120.0 KATHERINE CDW +ASN00014916 -13.7667 130.7100 67.0 DALY RIVER POLICE +ASN00014917 -14.0155 131.6105 120.0 JINDARE +ASN00014918 -14.0750 131.9750 230.0 FERGUSSON RIVER RAILWAY +ASN00014919 -14.5266 132.7857 160.0 MARANBOY +ASN00014920 -13.8000 131.8000 189.0 PINE CREEK CDW +ASN00014921 -15.2869 131.5816 213.0 WILLEROO +ASN00014922 -13.7000 130.6000 68.0 MOUNT LITCHFIELD +ASN00014923 -14.5194 132.1978 107.0 MANBULLOO +ASN00014924 -14.2350 129.4242 21.0 INJUN BEACH +ASN00014925 -13.7352 131.0437 73.0 TIPPERARY +ASN00014927 -14.3731 132.1566 142.3 CDU KATHERINE RURAL CAMPUS +ASN00014928 -15.3568 131.2736 238.0 INNESVALE +ASN00014929 -14.3833 132.4667 200.0 CARPENTARIA GOLD MINE +ASN00014932 -14.5229 132.3826 133.6 TINDAL RAAF GSN 94131 +ASN00014933 -13.8241 131.8372 189.0 PINE CREEK +ASN00014934 -13.6333 131.6333 213.0 PINE CREEK WELCOME INN +ASN00014935 -13.8167 131.8333 190.0 PINE CREEK HOSPITAL +ASN00014936 -13.4333 130.5000 30.0 FLYING FOX CREEK +ASN00014937 -14.4500 132.2667 400.0 KATHERINE HOSPITAL +ASN00014938 -13.7379 130.6834 15.2 MANGO FARM 94117 +ASN00014939 -14.8648 131.8443 146.0 SCOTT CREEK +ASN00014940 -14.4995 131.3469 99.2 DORISVALE +ASN00014941 -13.9156 131.2118 35.0 OOLLOO +ASN00014942 -14.2800 132.8346 262.0 EVA VALLEY +ASN00014943 -13.6150 131.8417 200.0 FRANCES CREEK +ASN00014944 -13.9406 131.2175 60.0 GARABALDI +ASN00014946 -13.8269 131.8242 280.0 PINE CREEK GOLDFIELDS +ASN00014947 -14.0106 132.2084 186.0 UPPER FERGUSSON RIVER +ASN00014948 -14.2495 129.5282 28.0 PORT KEATS AERO 95111 +ASN00014949 -15.7442 131.9182 221.0 DELAMERE WEAPONS RANGE 94225 +ASN00014950 -14.1243 132.6378 292.0 MOUNT FELIX +ASN00014951 -15.4219 132.2722 180.0 MARGARET DOWNS +ASN00014952 -14.5756 132.4713 175.0 CUTTA CUTTA +ASN00014954 -14.9408 130.8092 75.0 BRADSHAW 94130 +ASN00014955 -14.3202 132.4226 120.0 NITMILUK RANGERS +ASN00014956 -13.9487 131.3191 102.0 BONALBO +ASN00014957 -14.2911 131.9986 125.0 ASYLUM +ASN00014959 -14.4524 131.6860 60.0 FLORINA +ASN00014960 -13.8242 131.8321 205.5 PINE CREEK COUNCIL 94118 +ASN00014961 -14.5543 132.2241 125.0 MANBULLOO +ASN00014962 -14.2540 132.7357 282.0 YEURALBA RIDGE +ASN00014963 -13.8596 130.0031 30.0 WUDIKAPILDIYERR +ASN00014964 -14.1498 130.0758 20.0 PEPPIMENARTI +ASN00014965 -14.1882 132.3961 220.0 UPPER SEVENTEEN MILE CREEK +ASN00014966 -14.3148 132.4248 212.0 NITMILUK RIDGE +ASN00014967 -14.3055 132.0772 125.0 EDITH FARMS ROAD +ASN00014969 -14.3393 129.8648 21.0 NGANMARRIYANGA +ASN00014970 -14.1084 132.9004 218.0 FANNY CREEK +ASN00015001 -19.6539 134.0953 340.0 CHARIOT MINE +ASN00015004 -20.5020 137.7744 193.0 AUSTRAL DOWNS +ASN00015005 -20.0298 137.4906 205.0 AVON DOWNS +ASN00015015 -18.4336 133.8774 288.0 HELEN SPRINGS +ASN00015019 -20.9645 137.9214 194.0 LAKE NASH +ASN00015026 -19.6014 136.9078 250.0 RANKEN RIVER +ASN00015027 -18.9485 135.1934 224.6 ROCKHAMPTON DOWNS +ASN00015034 -19.8983 136.3358 240.0 WONARAH +ASN00015036 -19.2961 136.0711 229.0 ALROY DOWNS +ASN00015038 -17.9450 135.9067 227.0 CRESWELL DOWNS +ASN00015040 -20.0518 137.0180 225.0 SOUDAN +ASN00015041 -18.0014 134.8618 214.0 EVA DOWNS +ASN00015046 -15.5833 133.2167 184.4 LARRIMAH POST OFFICE +ASN00015067 -18.7920 134.0297 299.0 BANKA BANKA +ASN00015075 -23.6500 133.7833 492.0 CHARLES RIVER CDW +ASN00015079 -20.0467 136.6700 290.0 BARRY CAVES +ASN00015080 -17.2183 133.8006 219.0 BEETALOO +ASN00015081 -17.9776 135.5320 213.0 ANTHONY LAGOON +ASN00015082 -18.3184 133.7951 262.4 RENNER SPRINGS +ASN00015083 -18.0800 133.6750 239.3 POWELL CREEK +ASN00015085 -18.6370 135.9450 218.0 BRUNETTE DOWNS 94242 +ASN00015086 -17.3789 133.4099 209.0 NEWCASTLE WATERS +ASN00015087 -19.6475 134.1896 376.5 TENNANT CREEK POST OFFICE +ASN00015088 -19.0579 136.7066 274.0 ALEXANDRIA +ASN00015089 -17.3833 133.4000 210.0 NEWCASTLE WATERS POST OFFICE +ASN00015090 -19.4350 135.4017 228.0 FREWENA +ASN00015092 -17.2000 133.8000 219.0 BEETALOO DOWNS +ASN00015103 -17.6744 134.2510 253.0 UCHARONIDGE +ASN00015108 -18.6278 133.8716 280.0 MUCKATY +ASN00015114 -19.2738 134.1232 350.0 PHILLIP CREEK +ASN00015123 -18.8689 134.4991 250.0 BRUNCHILLY +ASN00015124 -16.9500 133.4000 243.0 HEYFIELD +ASN00015125 -18.8055 137.0872 268.0 MITTIEBAH +ASN00015127 -17.8222 134.5492 236.0 MUNGABROOM +ASN00015129 -19.4377 134.2087 328.0 THREEWAYS ROADHOUSE +ASN00015131 -17.5521 133.5407 220.0 ELLIOTT 94236 +ASN00015132 -17.1167 133.3500 228.0 STURT PLAINS +ASN00015133 -19.5667 134.0500 356.0 IVANHOE MINE +ASN00015134 -19.4417 134.0250 340.0 ORLANDO MINE +ASN00015135 -19.6423 134.1833 375.7 TENNANT CREEK AIRPORT GSN 94238 +ASN00015136 -18.4533 133.8583 295.0 MARYVILLE +ASN00015137 -17.9817 135.5283 219.0 ANTHONY LAGOON +ASN00015138 -20.0228 137.4892 205.0 AVON DOWNS POLICE +ASN00015139 -19.9330 134.3548 381.0 WARRAMUNGA +ASN00015140 -19.4457 133.8216 351.0 WARREGO MINE +ASN00015141 -19.6833 134.2833 342.0 PEKO MINE +ASN00015142 -19.7167 134.2333 336.0 JUNO MINE +ASN00015143 -19.6333 134.2000 340.0 WOOLBYE CREEK +ASN00015145 -19.7115 135.8276 230.0 BARKLY HOMESTEAD +ASN00015147 -17.7839 135.6627 235.0 WALHALLOW +ASN00015149 -19.4333 134.0667 359.0 GECKO MINE +ASN00015150 -17.2438 136.1839 230.0 KIANA +ASN00015151 -19.2815 137.2441 255.0 NUMBER 36 BORE +ASN00015152 -19.6183 134.2017 400.0 MARY ANN DAM +ASN00015500 -23.3601 133.0032 622.0 AMBURLA STUD +ASN00015501 -23.1273 133.8360 700.0 YAMBAH +ASN00015502 -21.0025 134.4029 375.0 ALI CURUNG 94325 +ASN00015503 -23.0364 134.6801 606.0 MOUNT RIDDOCK +ASN00015504 -22.6250 135.1933 483.0 DNIEPER +ASN00015505 -22.1283 133.2633 579.0 TI TREE STATION +ASN00015506 -21.5194 134.0000 610.0 NEUTRAL JUNCTION +ASN00015507 -22.3847 133.0518 658.0 PINE HILL +ASN00015508 -24.2691 134.4028 366.0 ALLAMBI +ASN00015509 -23.4533 131.8800 393.5 HAASTS BLUFF +ASN00015510 -25.9551 133.2111 524.0 MOUNT CAVENAGH +ASN00015511 -25.3139 131.7571 489.6 CURTIN SPRINGS 94463 +ASN00015512 -23.7950 133.5017 645.0 JAY CREEK +ASN00015513 -20.8000 135.2000 450.0 HATCHES CREEK POLICE +ASN00015514 -20.8667 135.1833 339.9 HATCHES CREEK 2 +ASN00015515 -23.3431 133.1722 685.0 AMBURLA +ASN00015516 -22.9292 135.7136 388.9 JINKA +ASN00015517 -23.7833 133.8667 550.0 TEMPLE BAR +ASN00015518 -22.5096 132.7525 652.0 NAPPERBY +ASN00015519 -24.7496 133.2316 418.0 PALMER VALLEY +ASN00015520 -22.1333 133.4167 552.0 TEA TREE WELL +ASN00015521 -23.2837 134.4229 678.0 THE GARDEN +ASN00015522 -24.8767 129.0722 590.0 DOCKER RIVER +ASN00015523 -23.4062 132.2437 669.0 GLEN HELEN +ASN00015524 -24.9951 133.7876 366.0 IDRACOWRA +ASN00015525 -21.5317 133.8901 510.5 BARROW CREEK +ASN00015526 -25.5833 134.5667 267.0 FINKE POST OFFICE +ASN00015527 -25.3400 131.0583 526.0 AYERS ROCK +ASN00015528 -22.2562 131.8017 667.0 YUENDUMU 94324 +ASN00015529 -23.8333 133.7500 549.0 PINE GAP +ASN00015530 -21.1661 135.4460 356.0 ELKEDRA +ASN00015531 -23.9409 132.7824 565.0 HERMANNSBURG +ASN00015532 -22.5514 133.9472 513.0 MOUNT PEAKE +ASN00015533 -24.8983 134.2567 353.0 BUNDOOMA RAILWAY SIDING +ASN00015534 -21.9041 136.0741 326.0 OORATIPPRA +ASN00015535 -22.0496 132.4948 680.0 CONISTON +ASN00015536 -24.6685 134.0721 365.0 MARYVALE +ASN00015537 -20.5003 134.6620 400.0 KURUNDI +ASN00015538 -22.0833 131.2833 610.0 MOUNT DOREEN +ASN00015539 -25.8500 134.6883 222.0 DUFFIELD +ASN00015540 -23.7100 133.8683 580.0 ALICE SPRINGS POST OFFICE +ASN00015541 -23.4167 133.7500 715.0 SEVENTEEN MILE CSIRO +ASN00015542 -21.8477 133.1223 556.0 ANNINGIE +ASN00015543 -22.6459 133.3457 684.0 AILERON +ASN00015544 -24.3600 134.0500 461.0 DEEP WELL RAILLWAY SIDING +ASN00015545 -22.9784 134.9173 628.0 HARTS RANGE POLICE +ASN00015546 -23.8289 134.9555 416.0 RINGWOOD +ASN00015547 -22.6167 135.0333 493.0 NEW MACDONALD DOWNS +ASN00015548 -20.1883 130.0161 340.0 RABBIT FLAT GSN 95322 +ASN00015549 -20.3400 134.1950 366.0 MCLAREN CREEK +ASN00015550 -20.7451 134.2360 360.0 WYCLIFFE WELL +ASN00015551 -22.8953 135.4595 442.0 HUCKITTA +ASN00015552 -24.5521 133.2521 432.0 HENBURY +ASN00015553 -23.5102 133.2685 594.0 HAMILTON DOWNS +ASN00015554 -22.2984 130.8499 610.0 VAUGHAN SPRINGS +ASN00015555 -20.5649 129.7252 305.0 TANAMI DOWNS +ASN00015556 -21.5500 130.9500 474.0 CHILLA WELL +ASN00015557 -24.3996 132.4524 518.0 TEMPE DOWNS +ASN00015558 -21.9833 137.1333 328.0 BATHURST DOWNS +ASN00015559 -22.8031 137.2965 248.0 MARQUA +ASN00015560 -22.1086 137.9819 190.0 MANNERS CREEK +ASN00015561 -23.2674 131.2733 610.0 MOUNT LIEBIG +ASN00015562 -24.3611 133.4315 479.0 ORANGE CREEK +ASN00015563 -24.6250 132.3283 540.0 WALLARA ROADHOUSE +ASN00015564 -23.8757 133.4704 598.0 OWEN SPRINGS +ASN00015565 -22.2601 132.2054 678.0 MOUNT ALLAN +ASN00015566 -20.7164 134.2835 487.7 SINGLETON +ASN00015567 -22.7416 132.1554 616.0 CENTRAL MOUNT WEDGE +ASN00015568 -25.5833 134.5367 267.0 FINKE RAILWAY STATION +ASN00015569 -21.2760 132.6228 487.0 WILLOWRA +ASN00015570 -21.5083 134.1667 498.0 HOME OF BULLION MINE +ASN00015571 -20.6401 134.2225 364.5 WAUCHOPE +ASN00015572 -21.7322 133.7624 485.0 STIRLING +ASN00015574 -25.2219 133.1955 406.0 ERLDUNDA +ASN00015575 -23.3732 134.7503 592.0 CLARAVILLE +ASN00015577 -22.4515 134.8189 503.0 DELMORE DOWNS +ASN00015578 -22.5528 134.8173 590.0 DELNY +ASN00015579 -24.0137 135.4268 343.0 NUMERY +ASN00015581 -25.0667 134.3500 368.0 ENGOORDINA +ASN00015583 -24.0732 132.2712 673.0 AREYONGA +ASN00015584 -21.6743 136.6654 289.0 ARGADARGADA +ASN00015585 -21.7498 135.2382 396.0 AMMAROO +ASN00015586 -22.2875 135.7233 373.0 ARAPUNYA +ASN00015587 -21.2105 136.4752 275.0 ANNITOWA +ASN00015588 -23.3845 134.6841 656.0 AMBALINDUM +ASN00015589 -24.0667 132.2667 640.0 AREYONGA WELFARE SETTLEMENT +ASN00015590 -23.7951 133.8890 546.0 ALICE SPRINGS AIRPORT GSN 94326 +ASN00015591 -23.7000 133.7000 548.0 ALICE SPRINGS TOWNSHIP +ASN00015592 -23.5833 133.8333 726.0 BIG DIPPER +ASN00015593 -22.8211 134.4508 595.5 ALCOOTA +ASN00015594 -23.4564 134.6849 661.0 ARLTUNGA 95323 +ASN00015595 -25.4108 135.2906 160.0 ANDADO +ASN00015596 -22.9027 134.0500 650.0 BUSHY PARK +ASN00015597 -25.9333 134.9167 182.0 CHARLOTTE WATERS +ASN00015598 -22.0800 135.3267 403.0 DERRY DOWNS +ASN00015599 -23.9817 133.9283 549.8 EWANINGA +ASN00015600 -25.6766 134.8333 216.0 NEW CROWN +ASN00015601 -23.1725 132.1498 604.0 THE DERWENT +ASN00015602 -22.9494 136.1442 328.0 JERVOIS 94327 +ASN00015603 -25.8428 133.3027 508.6 KULGERA 94466 +ASN00015604 -22.4410 136.2916 311.1 LUCY CREEK +ASN00015605 -25.5607 134.0710 330.0 LILLA CREEK +ASN00015606 -25.4000 132.2000 512.0 LYNDA VALE +ASN00015607 -22.1305 132.0812 617.0 MOUNT DENISON +ASN00015608 -21.0434 134.6752 400.0 MURRAY DOWNS +ASN00015609 -21.0500 134.6667 441.0 MURRAY DOWNS +ASN00015610 -23.3292 135.4400 442.0 INDIANA +ASN00015611 -22.7228 131.1685 609.0 NEWHAVEN +ASN00015612 -23.2044 131.9156 608.0 PAPUNYA 94322 +ASN00015613 -23.1000 136.2333 305.0 PLENTY DOWNS +ASN00015614 -25.3333 134.4833 320.0 RUMBALARA +ASN00015615 -24.5567 134.0817 386.0 RODINGA RAILWAY SIDING +ASN00015616 -23.5943 134.4887 488.0 ROSS RIVER +ASN00015617 -24.1313 134.3737 427.0 SANTA TERESA +ASN00015618 -22.2747 137.9733 168.4 TOBERMOREY +ASN00015619 -23.8398 134.5089 427.0 TODD RIVER +ASN00015620 -22.6577 136.7998 283.5 TARLTON DOWNS +ASN00015621 -20.5667 130.4000 470.0 THE GRANITES +ASN00015622 -25.7533 133.6850 449.0 UMBEARA +ASN00015623 -23.6938 134.0354 558.0 UNDOOLYA +ASN00015624 -25.9891 132.9748 549.3 VICTORY DOWNS +ASN00015625 -22.1667 133.8333 527.0 WOOLLA DOWNS +ASN00015626 -22.3961 134.2335 564.0 WOODGREEN +ASN00015627 -25.2141 134.2431 285.6 HORSESHOE BEND +ASN00015628 -23.7233 133.8792 575.0 ALICE SPRINGS GOLF CLUB +ASN00015629 -22.6667 131.1167 305.0 GURNER +ASN00015630 -23.7333 133.8667 609.0 HEAVITREE GAP +ASN00015631 -23.5409 133.9210 764.0 BOND SPRINGS HOMESTEAD +ASN00015633 -24.0636 132.7444 520.0 PALM VALLEY +ASN00015634 -23.6833 133.8500 591.0 ALICE SPRINGS CONNELLANS +ASN00015635 -25.1896 130.9737 492.0 YULARA AERO 94462 +ASN00015636 -24.4048 131.8177 640.0 KINGS CREEK +ASN00015637 -25.1974 133.1993 430.0 ERLDUNDA ROADHOUSE +ASN00015638 -23.6853 132.6722 700.0 GLEN HELEN LODGE +ASN00015639 -25.1783 132.6763 490.0 MOUNT EBENEZER +ASN00015640 -25.9054 131.6711 630.0 MULGA PARK +ASN00015641 -20.5476 130.3466 430.0 THE GRANITES +ASN00015642 -24.1267 133.0848 640.0 WALLACE ROCK HOLE +ASN00015643 -22.4518 133.6377 565.6 TERRITORY GRAPE FARM 94328 +ASN00015644 -25.5745 132.8358 476.0 LYNDAVALE +ASN00015645 -24.2992 134.1439 434.0 DEEP WELL +ASN00015646 -22.4787 134.5307 534.0 WAITE RIVER +ASN00015647 -23.2531 136.3816 305.0 ATULA +ASN00015648 -23.6925 133.8978 575.0 ALICE SPRINGS EAST SIDE +ASN00015650 -23.2308 132.6259 620.0 NARWIETOOMA +ASN00015651 -22.1292 133.4171 580.0 TI TREE POLICE +ASN00015652 -24.2914 131.5488 614.0 WATARRKA 94323 +ASN00015653 -22.9689 134.2415 635.0 GEMTREE PARK +ASN00015654 -23.9953 131.5533 700.0 MEREENIE +ASN00015655 -22.9838 134.9359 630.0 ATITJERE +ASN00015656 -24.2581 135.2707 260.0 TODD RIVER DOWNS +ASN00015657 -20.4442 135.2631 310.0 EPENARRA +ASN00015658 -22.8094 132.5995 560.0 TILMOUTH WELL +ASN00015659 -20.6419 135.5864 307.0 CANTEEN CREEK +ASN00015660 -25.3602 131.0196 530.0 ULURU RANGERS +ASN00015661 -22.2109 134.1182 530.0 MOUNT SKINNER +ASN00015663 -23.2851 129.3934 490.0 KINTORE +ASN00015664 -23.2700 129.3800 454.3 WALUNGURRU 94321 +ASN00015665 -20.5181 129.9469 400.0 DEAD BULLOCK SOAK +ASN00015666 -20.1824 130.0148 340.0 RABBIT FLAT 95322 +ASN00015667 -23.6338 132.7311 700.0 ORMISTON GORGE +ASN00015668 -23.6521 132.7323 750.0 ORMISTON KNOLL +ASN00015669 -21.5142 133.9933 489.0 NEUTRAL JUNCTION +ASN00015671 -23.5232 133.6792 712.0 JINDALEE - MT EVERARD +ASN00015672 -20.5338 129.9364 400.0 DEAD BULLOCK SOAK +ASN00015673 -23.5312 134.3743 530.0 TREPHINA GORGE +ASN00015675 -23.7517 133.7812 570.0 WHITE GUMS (ILPARPA) +ASN00015676 -24.3403 133.4671 480.0 HUGH RIVER +ASN00016000 -31.0228 137.0494 125.0 WOOMERA (ARCOONA) +ASN00016001 -31.1558 136.8054 166.6 WOOMERA AERODROME 94659 +ASN00016002 -31.8967 137.3525 87.0 BOOKALOO +ASN00016003 -30.1658 134.8928 165.0 BULGUNNIA +ASN00016004 -31.2000 136.6167 -999.9 BURANDO +ASN00016005 -32.3997 137.2250 175.0 PORT AUGUSTA (CARRIEWERLOO STN +ASN00016006 -29.9434 134.1506 181.0 TARCOOLA (COMMONWEALTH HILL) +ASN00016007 -29.0040 134.7564 215.0 COOBER PEDY +ASN00016008 -26.1033 131.2064 630.0 AMATA AIRSTRIP +ASN00016009 -31.0623 135.8659 155.0 COONDAMBO +ASN00016010 -31.0550 135.8181 180.0 COONDAMBO RAILWAY STATION +ASN00016011 -30.9892 136.0172 145.0 EAST WELL +ASN00016012 -26.2783 134.7233 245.0 ERINGA +ASN00016013 -26.2925 132.1283 676.0 ERNABELLA +ASN00016015 -32.1383 137.4475 54.0 HESSO +ASN00016016 -30.8467 135.3092 150.0 KINGOONYA (NORTH WELL) +ASN00016017 -32.1269 132.5589 62.0 EURO BLUFF +ASN00016018 -32.6200 136.3617 280.0 CORALBIGNIE +ASN00016019 -26.3292 132.4467 634.0 KENMORE PARK +ASN00016020 -30.9142 135.3156 146.3 KINGOONYA +ASN00016021 -31.2609 135.2374 190.0 KOKATHA +ASN00016022 -31.9956 134.8829 200.0 KONDOOLKA +ASN00016023 -31.0117 135.6317 177.0 KULTANABY TAR +ASN00016024 -31.7397 135.1722 200.0 TARCOOLA (LAKE EVERARD) +ASN00016025 -31.7293 136.4448 150.0 WOOMERA (MAHANEWO) +ASN00016026 -30.6883 134.1750 154.0 MALBOONA +ASN00016027 -29.8409 134.9035 150.0 COOBER PEDY (MCDOUALL PEAK) +ASN00016028 -30.0047 136.0445 120.0 GLENDAMBO (MILLERS CREEK) +ASN00016029 -31.9675 135.8742 240.0 MOONAREE +ASN00016030 -30.1809 135.6629 158.0 MOUNT EBA +ASN00016031 -30.2406 133.9885 198.0 TARCOOLA (MULGATHING) +ASN00016032 -32.5226 136.4926 200.0 NONNING 95655 +ASN00016033 -31.6611 137.0382 134.0 WOOMERA (OAKDEN HILLS) +ASN00016034 -32.1572 135.0722 230.0 HILTABA +ASN00016035 -30.4027 136.3920 84.0 ROXBY DOWNS (PARAKYLIA STATION +ASN00016036 -31.4831 137.4805 100.0 WOOMERA (PERNATTY STATION) +ASN00016037 -31.2517 136.7983 190.0 PIMBA +ASN00016038 -32.4827 137.7576 9.1 PORT AUGUSTA WEST +ASN00016039 -30.7888 136.8948 85.0 WOOMERA (PURPLE DOWNS) +ASN00016040 -30.7037 136.7533 110.0 ROXBY DOWNS STATION +ASN00016042 -26.1673 130.1192 670.0 KANYPI +ASN00016043 -31.6338 137.6218 43.0 WOOMERA (SOUTH GAP STATION) +ASN00016044 -30.7111 134.5694 119.5 TARCOOLA +ASN00016045 -30.5492 133.2167 209.0 MOUNT CHRISTIE (TAR 397 MILE) +ASN00016046 -32.4395 135.7730 300.0 THURLGA +ASN00016047 -27.1391 134.7575 200.0 TODMORDEN +ASN00016048 -29.9964 135.3911 185.0 THE TWINS STATION +ASN00016049 -29.3987 130.7481 220.0 OAK VALLEY +ASN00016050 -31.1667 136.1250 151.0 WIRRAMINNA RAILWAY STATION +ASN00016051 -31.4225 137.9900 79.0 WIRRAPPA +ASN00016052 -31.6883 137.1750 74.0 WOOCALLA +ASN00016053 -32.1467 137.3411 108.0 YUDNAPINNA (NUMBER ONE TANK) +ASN00016054 -30.5567 133.5342 152.1 WYNBRING SIDING (TAR 377 MILE) +ASN00016055 -32.3792 135.5247 260.0 YARDEA +ASN00016056 -32.1232 137.1505 128.0 YUDNAPINNA +ASN00016057 -31.3400 137.3592 -999.9 YELTACOWIE +ASN00016058 -29.7850 134.1883 172.0 COMET +ASN00016059 -29.8113 133.3603 179.0 TARCOOLA (MOBELLA) +ASN00016060 -29.8933 133.6667 190.0 JUMBUCK +ASN00016061 -31.7350 137.4200 75.0 WHITTATA +ASN00016062 -31.1989 136.2284 120.0 WIRRAMINNA HOMESTEAD +ASN00016063 -30.7283 134.6842 144.8 TARCOOLA (WILGENA DAMS) +ASN00016064 -26.9383 133.4967 400.0 GRANITE DOWNS +ASN00016065 -30.4490 137.1692 76.0 ANDAMOOKA 95660 +ASN00016066 -29.8767 135.2464 204.0 MIRIKATA +ASN00016067 -32.4398 136.0671 213.0 MOUNT IVE +ASN00016070 -31.1450 134.9667 160.0 ARLCOODABY +ASN00016071 -30.7300 137.2000 80.0 ANDAMOOKA HOMESTEAD +ASN00016072 -30.6683 134.1467 180.0 TAR 340 MILE +ASN00016073 -26.7642 132.0250 500.0 FREGON +ASN00016074 -32.0525 135.1250 305.0 GAWLER RANGES (YARNA) +ASN00016075 -31.4382 137.1778 79.2 WOOMERA (MOUNT GUNSON) +ASN00016076 -27.4139 133.3269 330.0 WALLATINNA HOMESTEAD +ASN00016078 -30.6367 133.9392 156.0 LYONS SDG (TAR 354 MILE) +ASN00016081 -31.8953 137.7144 31.0 LAKE TORRENS +ASN00016082 -28.2415 134.9899 130.0 MOUNT BARRY +ASN00016083 -26.7134 135.0782 170.0 HAMILTON STATION +ASN00016084 -30.9693 135.7508 150.0 GLENDAMBO +ASN00016085 -27.3002 133.6201 323.0 MARLA POLICE STATION 94477 +ASN00016086 -31.7646 135.6494 275.0 MOONAREE (KANGAROO WELL) +ASN00016087 -29.6403 134.7870 146.0 COOBER PEDY (INGOMAR) +ASN00016088 -27.3150 133.2979 335.0 MINTABIE +ASN00016089 -30.4494 136.8703 103.6 ROXBY DOWNS (OLYMPIC DAM) +ASN00016090 -29.0347 134.7222 225.0 COOBER PEDY AIRPORT 95458 +ASN00016091 -27.9069 134.0546 288.0 CADNEY PARK +ASN00016092 -32.4783 137.7386 18.5 PORT AUGUSTA ARID LANDS +ASN00016093 -27.9375 134.7390 150.0 CADNEY PARK (ARCKARINGA STATIO +ASN00016094 -27.9555 134.3156 250.0 COPPER HILLS STATION +ASN00016095 -26.2085 133.8545 390.0 TIEYON +ASN00016096 -30.4829 136.8772 98.5 ROXBY DOWNS (OLYMPIC DAM AEROD 95658 +ASN00016097 -26.2635 132.1771 703.2 ERNABELLA (PUKATJA) 94474 +ASN00016098 -30.7051 134.5786 123.0 TARCOOLA AERO 94655 +ASN00016099 -26.1619 129.1647 630.0 PIPALYATJARA +ASN00016100 -26.9086 134.0580 280.0 LAMBINA +ASN00017000 -26.1317 134.8517 217.0 ABMINGA RAILWAY SIDING +ASN00017001 -27.2000 135.4333 118.0 ALBERGA +ASN00017002 -29.6267 137.5367 27.0 ALBERRIE CREEK +ASN00017003 -31.1281 138.5594 320.0 ANGORICHINA HOSTEL +ASN00017004 -28.8921 136.1688 105.0 ANNA CREEK +ASN00017005 -30.4667 138.4075 194.0 LEIGH CREEK AERO +ASN00017006 -29.9267 138.7517 123.0 APOLLINARIS WELL +ASN00017007 -27.6286 135.5879 137.0 OODNADATTA (ALLANDALE) +ASN00017008 -30.8536 139.2933 110.0 ARROWIE +ASN00017009 -30.2314 138.4511 150.0 AVONDALE +ASN00017010 -30.5328 139.3029 180.0 GAMMON RANGES (BALCANOONA) +ASN00017011 -30.8133 138.4133 236.2 BELTANA +ASN00017012 -30.8246 138.3822 230.0 BELTANA STATION +ASN00017013 -29.2431 136.6581 27.0 BERESFORD +ASN00017014 -31.0939 138.6786 615.7 BLINMAN +ASN00017015 -31.3394 138.4111 128.0 BRACHINA SIDING +ASN00017016 -27.0194 138.8933 32.0 GOYDERS LAGOON (CLIFTON HILLS) +ASN00017017 -31.2531 138.3892 105.0 COMMODORE +ASN00017018 -30.5564 138.4222 235.0 COPLEY +ASN00017019 -26.7061 140.6261 71.0 CORDILLO DOWNS +ASN00017020 -27.7017 138.3361 7.0 MUNGERANIE (COWARIE) +ASN00017021 -29.4025 136.8108 16.0 COWARD SPRINGS +ASN00017022 -28.1696 139.6105 20.0 MOOMBA (TANTANNA) +ASN00017023 -28.3325 135.8483 126.0 EDWARDS CREEK +ASN00017024 -30.0660 138.2739 91.0 MARREE (FARINA) +ASN00017025 -29.7450 137.5050 55.0 FINNISS SPRINGS +ASN00017026 -28.3724 139.9724 30.0 MOOMBA (DARALINGIE) +ASN00017027 -27.8000 140.7333 -999.9 INNAMINCKA POLICE CAMP +ASN00017028 -27.7240 140.7633 53.0 INNAMINCKA STATION +ASN00017029 -30.2867 138.3458 125.0 LYNDHURST POST OFFICE +ASN00017030 -27.2547 135.6480 120.0 MACUMBA +ASN00017031 -29.6481 138.0637 50.0 MARREE COMPARISON GSN 94480 +ASN00017032 -30.9904 138.5787 460.0 BLINMAN (MOOLOOLOO) +ASN00017033 -27.8150 135.7150 90.0 MOUNT DUTTON +ASN00017034 -30.1828 138.7093 215.0 MOUNT LYNDHURST +ASN00017035 -30.5439 138.8558 520.0 GAMMON RANGES (MOUNT SERLE) +ASN00017036 -28.3525 138.6534 58.0 LAKE EYRE (MULKA) +ASN00017037 -29.2390 137.9058 3.0 MULOORINA STATION (MULOORINA H +ASN00017038 -29.7331 138.2329 70.0 MARREE (MUNDOWDNA) +ASN00017039 -29.5911 139.0497 100.0 MARREE (MURNPEOWIE) +ASN00017040 -30.4514 138.2156 170.0 COPLEY (MYRTLE SPRINGS) +ASN00017041 -30.9372 138.8919 438.0 BLINMAN (NARRINA) +ASN00017042 -30.5867 138.9833 460.0 NEPABUNNA MISSION +ASN00017043 -27.5553 135.4456 116.5 OODNADATTA AIRPORT GSN 94476 +ASN00017044 -27.5458 135.4433 117.0 OODNADATTA POST OFFICE +ASN00017045 -26.1317 139.3850 40.0 PANDIE PANDIE +ASN00017046 -31.1339 138.3947 142.0 PARACHILNA +ASN00017047 -26.6567 135.2067 162.0 PEDIRKA +ASN00017048 -30.2402 139.1300 525.0 GAMMON RANGES (UMBERATANA) +ASN00017049 -30.4291 138.9808 780.0 GAMMON RANGES (ARCOONA BLUFF) +ASN00017050 -28.2000 135.8333 -999.9 WARRINA +ASN00017051 -30.7675 138.6359 447.0 WARRAWEENA +ASN00017052 -30.6383 139.3445 100.0 GAMMON RANGES (WERTALOONA) +ASN00017053 -28.9062 136.3386 74.0 WILLIAM CREEK +ASN00017054 -31.1278 138.9618 255.0 BLINMAN (WIRREALPA) +ASN00017055 -30.0213 138.0424 165.0 MARREE (WITCHELINA) +ASN00017056 -30.4132 139.4198 135.0 GAMMON RANGES (WOOLTANA) +ASN00017057 -31.1933 139.4394 45.0 WYAMBANA +ASN00017058 -29.0175 138.4606 32.0 MARREE (DULKANINNA) +ASN00017059 -30.0158 138.9944 198.0 THE KNOB +ASN00017060 -29.6050 140.8900 110.0 TILCHA +ASN00017061 -29.7000 137.0400 20.0 STUARTS CREEK +ASN00017062 -26.0900 140.4067 60.0 CADELGA +ASN00017063 -27.8383 139.6233 22.0 KANOWANA +ASN00017064 -29.5950 139.7500 30.0 MOUNT HOPELESS +ASN00017065 -30.3983 137.9033 80.0 EDIACARA +ASN00017066 -28.6000 138.5667 18.3 KILLALPANINNA +ASN00017067 -28.0183 138.6637 60.0 MUNGERANIE +ASN00017068 -29.0500 139.1667 14.0 TROUDANINNA +ASN00017069 -26.4217 135.0333 190.0 ILBUNGA +ASN00017070 -26.0702 135.2471 150.0 MOUNT DARE +ASN00017071 -29.0283 136.4917 91.0 IRRAPATANNA +ASN00017072 -26.9300 135.3417 191.4 MOUNT SARAH (CAR 732 MILE) +ASN00017073 -26.5133 139.2817 30.0 BIRDSVILLE (ANDREWILLA POLICE +ASN00017074 -29.7567 140.2450 30.0 MOOMBA (CALLABONNA) +ASN00017075 -26.5167 135.4617 126.0 DALHOUSIE SPRINGS +ASN00017076 -29.2781 138.3823 43.0 MARREE (CLAYTON) +ASN00017077 -30.5850 138.0592 66.0 BELTANA DEPOT WELL +ASN00017078 -26.9514 138.9528 20.0 GOYDERS LAGOON +ASN00017079 -26.0517 139.8583 50.0 MINNIE DOWNS +ASN00017080 -29.9500 139.2333 240.0 LYNDHURST (FREELINGWELL) +ASN00017081 -27.3233 138.7450 49.0 BIRDSVILLE (MOUNT GASON) +ASN00017083 -26.6167 138.6167 -999.9 PUTTABURRA +ASN00017084 -31.5792 137.1917 80.0 RYANSVILLE +ASN00017085 -30.6369 138.3069 230.0 COPLEY (ST RONANS) +ASN00017086 -30.1781 139.2808 530.0 YUDNAMULTANA +ASN00017087 -26.3517 140.8283 150.0 HADDON +ASN00017088 -29.0317 138.1917 13.0 PEECHYWARRINA +ASN00017089 -27.7205 138.2548 5.0 MUNGERANIE (KALAMURINA) +ASN00017090 -29.4000 139.9833 1.0 MONTACOLLINA +ASN00017091 -27.8056 135.6458 110.0 WONDILLINA +ASN00017092 -31.3333 138.2333 -999.9 WINTABATINGANA +ASN00017093 -28.7950 140.1733 30.0 TINGA TINGANA +ASN00017094 -30.2067 139.4558 155.0 PARALLANA +ASN00017095 -26.1533 138.9383 34.0 ALTON DOWNS +ASN00017096 -28.1125 140.2102 39.0 MOOMBA +ASN00017097 -31.0885 138.7412 570.0 BLINMAN (ANGORICHINA) +ASN00017098 -31.1881 138.2785 85.0 PARACHILNA (MOTPENA) +ASN00017099 -30.3110 139.3357 318.0 ARKAROOLA 94676 +ASN00017100 -29.5500 139.4667 44.0 BLANCHEWATER STATION +ASN00017101 -30.4825 138.4136 195.0 LEIGH CREEK E.T.S.A +ASN00017102 -30.3658 139.0533 600.0 COPLEY (YANKANINNA) +ASN00017105 -30.2150 140.9917 82.0 QUINYAMBIE +ASN00017106 -30.8718 140.9710 61.0 BROUGHAMS GATE HOUSE (NEW QUIN +ASN00017107 -30.5925 138.4053 250.0 LEIGH CREEK SOUTH +ASN00017108 -30.4064 138.3961 165.0 LEIGH CREEK NORTHERN COALFIELD +ASN00017109 -28.0767 135.9042 80.0 THE PEAKE +ASN00017110 -30.5963 138.4219 258.8 LEIGH CREEK AIRPORT 94674 +ASN00017111 -28.1484 140.8672 88.0 INNAMINCKA (DULLINGARI) +ASN00017112 -27.6908 140.1066 40.0 MOOMBA (TIRRAWARRA) +ASN00017113 -31.0086 138.2294 90.0 PARACHILNA (NILPENA) +ASN00017114 -27.5445 135.4439 120.0 OODNADATTA POLICE STATION +ASN00017115 -29.1266 140.9018 110.0 CAMERON CORNER (LINDON) +ASN00017116 -30.2750 139.3397 550.0 GAMMON RANGES (COULTHARD) +ASN00017117 -30.2811 139.2639 445.0 GAMMON RANGES (GREENWOOD HILL) +ASN00017119 -30.8406 138.3224 180.0 BELTANA ROADHOUSE +ASN00017120 -30.2369 139.0003 415.0 GAMMON RANGES (MOUNT PAINTER) +ASN00017121 -27.7466 140.7384 40.0 INNAMINCKA HOTEL +ASN00017122 -30.4456 138.9481 518.0 GAMMON RANGES (OWIEANDANA) +ASN00017123 -28.0997 140.1956 37.8 MOOMBA AIRPORT 95481 +ASN00017124 -27.0742 140.6817 40.0 INNAMINCKA (KELEARY) +ASN00017125 -27.5347 140.4736 45.0 INNAMINCKA (BOOKABOURDIE) +ASN00017126 -29.6587 138.0684 50.0 MARREE AERO 95480 +ASN00017127 -28.4809 135.9211 180.0 NILPINNA +ASN00017128 -30.0728 137.5666 80.0 MARREE (MULGARIA) +ASN00017129 -29.9565 138.3411 80.0 MARREE (WILPOORINNA) +ASN00017130 -29.7138 137.9017 70.0 MARREE (CALLANNA) +ASN00017131 -29.9062 139.7345 98.0 GAMMON RANGES (MOOLAWATANA) +ASN00017132 -28.7190 138.6341 30.0 MARREE (ETADUNNA) +ASN00017136 -30.6024 138.6888 494.0 LEIGH CREEK (MAYNARDS WELL) +ASN00017137 -30.6245 138.5271 315.0 LEIGH CREEK (NORTH MOOLOOLOO) +ASN00017138 -30.6881 138.5665 352.0 LEIGH CREEK (PFITZNERS WELL) +ASN00017139 -30.2883 138.3525 128.0 LYNDHURST +ASN00018000 -33.2050 137.1867 -999.9 ARKARINGA +ASN00018001 -33.9118 136.5697 9.0 ARNO BAY +ASN00018002 -31.8310 132.6262 44.0 PENONG (PENALUMBA) +ASN00018003 -33.6250 135.9983 10.0 BRAMFIELD POST OFFICE +ASN00018004 -33.1000 135.0550 75.0 BREEZER PLAINS (KOOLBALLA HILL +ASN00018005 -34.0586 135.5036 62.0 YEELANA (BRIMPTON LAKE) +ASN00018006 -33.1217 137.2273 118.0 WHYALLA (BROADVIEW) +ASN00018007 -34.1003 135.8415 115.0 YEELANA (BROOKER) +ASN00018008 -32.9200 136.2133 152.4 BUCKLEBOO (BUCLKEBOO POST OFFI +ASN00018009 -32.3683 134.2300 45.0 CARAWA +ASN00018010 -33.7600 136.6867 130.0 CARPA +ASN00018011 -32.1267 133.6725 10.0 CEDUNA POST OFFICE GSN 94653 +ASN00018012 -32.1297 133.6976 15.3 CEDUNA AMO 94653 +ASN00018013 -32.7592 134.6717 75.0 CHANDADA POST OFFICE +ASN00018014 -33.7011 136.4937 193.0 CLEVE 94661 +ASN00018015 -31.6267 132.0667 38.1 NUNDROO (COLONA) +ASN00018016 -33.5317 134.9017 18.0 COLTON (BOOLA BOOLA) +ASN00018017 -34.6266 135.6992 110.0 PORT LINCOLN (BIG SWAMP) +ASN00018018 -33.0100 136.2933 273.0 KIMBA (CORTLINYE ROCKS STN) +ASN00018019 -34.3853 135.4697 75.0 COULTA +ASN00018020 -34.3650 135.5717 133.0 COULTA (THE GLEN) +ASN00018021 -32.5350 134.4367 -999.9 COURELA (CHALLNER) +ASN00018022 -33.6772 136.9116 12.0 COWELL +ASN00018023 -34.2644 135.7266 65.0 CUMMINS +ASN00018024 -33.4678 136.2113 165.0 DARKE PEAK +ASN00018025 -32.1028 133.5767 5.0 DENIAL BAY +ASN00018026 -30.5517 130.9583 120.0 FISHER SIDING +ASN00018027 -30.6667 129.9667 -999.9 DENMAN (TAR 595 MILE) +ASN00018028 -30.5250 131.1967 117.0 OMALLEY (522 MILES SIDING) +ASN00018029 -30.5783 132.8967 150.0 MUNGALA SIDING (TAR 416 MILE) +ASN00018030 -31.9900 132.4372 3.0 FOWLERS BAY +ASN00018031 -32.8680 137.0029 185.0 IRON KNOB (GILLES DOWNS) +ASN00018032 -31.8817 132.5100 40.0 GLEN BOREE +ASN00018033 -31.9674 133.7658 132.0 CEDUNA (GOODE) +ASN00018034 -32.7324 137.1505 158.0 IRON KNOB +ASN00018035 -33.6686 135.2767 60.0 KAPPAWANTA +ASN00018036 -32.7357 134.9709 134.0 KARCULTABY +ASN00018037 -33.1861 136.5590 308.0 KIMBA (CURTINYE) +ASN00018038 -33.3058 136.4175 282.0 BALUMBAH +ASN00018039 -33.5883 136.2233 150.0 KIELPA +ASN00018040 -33.1414 136.4125 280.0 KIMBA 94668 +ASN00018041 -33.1167 136.4167 275.0 KIMBA (THE PINES) +ASN00018042 -31.9017 133.4217 62.0 CEDUNA (KOONIBBA RESERVE) +ASN00018043 -34.4139 135.8224 173.0 KOPPIO +ASN00018044 -33.1332 135.5552 57.0 KYANCUTTA 94657 +ASN00018045 -33.9534 135.2682 8.0 SHERINGA (LAKE HAMILTON) +ASN00018046 -33.5679 135.7571 145.0 LOCK +ASN00018047 -32.0723 133.9401 63.0 CEDUNA (MALTEE) +ASN00018048 -33.5322 136.6242 260.0 CLEVE (MANGALO) +ASN00018049 -34.1201 136.1609 100.0 BUTLER TANKS (NORTH PARNDA) +ASN00018050 -33.5983 136.8433 200.0 MILTALIE (POODRA) +ASN00018051 -33.5900 136.8567 155.0 MILTALIE (HILLVIEW) +ASN00018052 -32.8361 135.1500 168.0 MINNIPA AGRICULTURAL CENTRE +ASN00018053 -32.8537 135.1542 154.0 MINNIPA +ASN00018054 -33.0314 134.7015 150.0 PORT KENNY (MOUNT COOPER) +ASN00018055 -34.1058 135.3550 51.0 MOUNT HOPE +ASN00018056 -33.4839 135.1592 42.0 MOUNT WEDGE +ASN00018057 -32.9916 135.5482 178.0 MOUNT WUDINNA +ASN00018058 -33.2122 137.3623 51.0 WHYALLA (MULLAQUANA) +ASN00018059 -33.1257 137.3639 82.0 WHYALLA (NONOWIE) +ASN00018060 -31.7782 132.2038 36.0 NUNDROO +ASN00018061 -32.2694 134.3364 70.0 WIRRULLA (NUNJIKOMPITA) +ASN00018062 -33.7778 135.7150 60.0 PEACHNA +ASN00018063 -31.9320 133.0056 16.0 PENONG +ASN00018064 -32.4792 134.3917 45.0 WIRRULLA (PETINA) +ASN00018065 -33.8663 136.3833 60.0 CLEVE (PINESIDE) +ASN00018066 -33.0028 137.7850 -999.9 POINT LOWLY LIGHTHOUSE +ASN00018067 -33.5217 137.0192 50.0 PONDOOMA POST OFFICE +ASN00018068 -32.7229 134.8373 80.0 POOCHERA +ASN00018069 -33.6501 134.8880 7.0 ELLISTON 94656 +ASN00018070 -34.7225 135.8558 4.0 PORT LINCOLN +ASN00018071 -34.6017 135.8732 11.0 NORTH SHIELDS (PORT LINCOLN AE +ASN00018072 -34.1187 136.3508 10.0 PORT NEILL +ASN00018073 -32.2021 134.1307 57.0 SMOKY BAY (PUNTABIE) +ASN00018074 -32.7255 137.4028 92.0 ROOPENA +ASN00018075 -33.6900 136.2683 97.0 RUDALL +ASN00018076 -33.8492 135.2308 7.0 SHERINGA +ASN00018077 -32.3752 133.9353 4.0 SMOKY BAY +ASN00018078 -34.2942 135.9267 180.0 STOKES +ASN00018079 -32.7963 134.2116 13.0 STREAKY BAY 94654 +ASN00018080 -33.3167 134.8667 22.0 TALIA +ASN00018081 -33.5399 135.4759 58.0 LOCK (TERRE) +ASN00018082 -35.0100 136.1767 21.0 THISTLE ISLAND +ASN00018083 -33.0430 135.4519 86.4 WUDINNA AERO 95654 +ASN00018084 -33.7857 135.8435 140.0 LOCK (NINAMANIMA) +ASN00018085 -32.8774 137.5637 20.0 WHYALLA (TREGALANA) +ASN00018086 -34.3756 136.1026 6.0 TUMBY BAY +ASN00018087 -34.3308 136.0800 50.0 TUMBY BAY (HILLVIEW) +ASN00018088 -34.1806 136.0490 98.0 UNGARRA +ASN00018089 -33.3173 136.2515 175.0 WADDIKEE +ASN00018090 -33.2421 135.5978 89.0 WARRAMBOO +ASN00018091 -34.2617 136.2092 45.0 TUMBY BAY (WARRATTA VALE) +ASN00018092 -34.4990 135.8676 119.0 PORT LINCOLN (WHITE FLAT) +ASN00018093 -34.1216 136.2421 68.0 BUTLER (ANONA) +ASN00018094 -32.4035 134.5323 79.0 WIRRULLA +ASN00018095 -33.0460 135.4601 85.0 WUDINNA +ASN00018096 -33.6824 136.6831 176.0 CLEVE (PINEVIEW) +ASN00018097 -32.9615 134.5952 50.0 PORT KENNY (YANDRA) +ASN00018098 -32.9475 135.2754 87.0 YANINEE +ASN00018099 -34.1413 135.7300 88.0 YEELANNA +ASN00018100 -32.8633 136.4346 345.0 KIMBA (YELTANA) +ASN00018101 -33.1567 135.8668 170.0 KOONGAWA (RETAWON) +ASN00018102 -32.9900 137.5767 -999.9 WHYALLA DAIRY +ASN00018103 -33.0303 137.5328 13.1 WHYALLA (NORRIE) +ASN00018104 -34.3494 135.8979 197.0 YALLUNDA FLAT (MEETIGILLY) +ASN00018105 -32.0819 133.4725 25.0 DENIAL BAY (NADIA) +ASN00018106 -31.4492 130.8976 64.0 NULLARBOR 94651 +ASN00018107 -34.5911 135.7572 228.0 PORT LINCOLN (WOOLGA) +ASN00018108 -30.4592 131.6825 132.0 OOLDEA RAILWAY +ASN00018109 -35.1533 136.4667 20.0 THE WEDGE +ASN00018110 -30.6143 130.4136 120.0 COOK +ASN00018112 -30.5183 132.6533 150.3 BARTON +ASN00018113 -33.9650 136.2472 63.0 WHARMINDA +ASN00018114 -30.1591 131.5790 290.0 MARALINGA +ASN00018115 -35.3365 136.1174 32.0 NEPTUNE ISLAND 94804 +ASN00018116 -33.7081 136.5026 175.0 CLEVE AERODROME 94662 +ASN00018117 -33.1087 137.1737 170.0 WHYALLA (MOOLA) +ASN00018118 -32.5086 134.2138 7.0 HASLAM +ASN00018119 -32.5200 134.2342 6.0 HASLAM 2 +ASN00018120 -33.0539 137.5205 6.5 WHYALLA AERO 95664 +ASN00018121 -33.1928 136.6336 265.0 BARNA +ASN00018122 -32.9992 134.2517 5.0 BURKO +ASN00018123 -34.1350 136.1383 135.0 BUTLER +ASN00018124 -31.9142 132.1658 80.0 CHINTULDA (ROBERTSVALE) +ASN00018125 -32.5825 134.7089 85.0 CUNGENA +ASN00018126 -34.6100 135.5906 60.0 FOUNTAIN FOREST RESERVE +ASN00018127 -33.4333 137.0167 -999.9 GLYNN +ASN00018128 -32.7656 134.9750 -999.9 KARCULTABY +ASN00018129 -34.6283 135.8400 75.0 KERNILLA +ASN00018130 -33.5850 137.2183 15.0 MITCHELVILLE +ASN00018131 -32.1658 134.0083 -999.9 MUDAMUCKLA +ASN00018132 -33.3617 137.3767 7.0 MUNYEROO +ASN00018133 -31.9650 133.0133 30.0 NUNONG +ASN00018134 -31.8933 132.8950 50.0 PENONG 2 +ASN00018135 -32.9500 136.4217 -999.9 PILE PUDLA +ASN00018136 -34.5833 135.8833 -999.9 POONINDIE +ASN00018137 -34.8344 135.6975 90.0 PORT LINCOLN (WESTMERE) +ASN00018138 -33.5683 136.7336 -999.9 WATCHANNIE +ASN00018139 -33.5085 135.2928 37.0 POLDA (GUM VIEW) +ASN00018140 -31.4336 131.0017 60.0 WHITE WELL +ASN00018141 -33.6550 137.1717 7.0 WILTON (SHOAL VIEW) +ASN00018142 -31.9311 132.3650 -999.9 YALATA +ASN00018143 -33.6933 136.5483 -999.9 YELDULKNIE +ASN00018144 -34.5424 135.6997 80.0 WANILLA +ASN00018145 -30.5000 132.1492 213.4 IMMARNA +ASN00018146 -30.7167 129.2000 -999.9 TAR 639 MILE +ASN00018147 -30.7133 129.5117 -999.9 HUGHES +ASN00018148 -30.4833 131.5167 111.6 WATSON +ASN00018149 -33.8550 136.1694 -999.9 WHARMINDA (GLEN HAZE) +ASN00018150 -33.1697 134.6917 2.0 PORT KENNY +ASN00018151 -34.7333 135.5444 28.0 CHILLAMURRA +ASN00018152 -34.0203 136.3567 49.0 CORNUBIA +ASN00018153 -32.6858 137.1208 195.0 IRON KNOB (CORUNNA) +ASN00018154 -33.2067 134.8550 -999.9 COURTABIE +ASN00018155 -34.5517 135.4933 -999.9 LAKE WANGARY +ASN00018156 -32.8583 137.0861 177.0 LILYDALE (COOYERDOO) +ASN00018157 -32.6417 136.6900 210.0 UNO (GAWLER RANGES) +ASN00018158 -31.3917 131.6183 120.0 NANWOORA +ASN00018159 -33.6833 136.6183 225.0 WANGARALEEDNIE +ASN00018160 -33.7167 136.4175 -999.9 YADNARIE +ASN00018161 -31.4817 131.8400 64.0 YALATA COMMUNITY +ASN00018162 -32.5423 134.3852 42.0 COURELA (LINDARNOE) +ASN00018163 -31.9027 132.2988 7.0 NUNDROO (COORABIE) +ASN00018164 -33.6993 135.9238 98.0 MURDINGA (MUNGALA) +ASN00018165 -33.5733 135.6020 81.0 LOCK (TERRAH WINDS) +ASN00018166 -32.2811 134.4714 95.0 WIRRULLA (PIMBENA) +ASN00018167 -33.0981 135.3531 80.0 WUDINNA (LOOKOUT) +ASN00018168 -33.4228 137.1517 171.0 MIDGEE ROCKS +ASN00018169 -32.3903 134.6983 145.0 WIRRULLA (KANKAPPIE) +ASN00018170 -33.1394 135.7271 97.0 KYANCUTTA (KYANBRAE) +ASN00018171 -34.1361 135.3319 60.0 MOUNT HOPE (FAIRVIEW) +ASN00018172 -32.9210 135.9996 250.0 BUCKLEBOO (HI-VIEW) +ASN00018173 -33.5684 136.6473 295.0 MANGALO +ASN00018174 -33.7234 136.1511 98.0 RUDALL (SWAFFPRO) +ASN00018175 -34.0386 136.0107 112.0 BUTLER (MOODY VALE) +ASN00018176 -33.3416 136.7518 281.0 COWELL (WINTER SPRINGS) +ASN00018177 -33.0750 136.0918 153.0 KIMBA (MELALEUCA) +ASN00018178 -34.5967 135.6450 80.0 WANILLA FOREST +ASN00018179 -34.5433 135.7008 115.0 WANILLA SECTION 126 +ASN00018180 -33.5500 136.8417 230.0 MILTALIE POST OFFICE +ASN00018181 -34.4906 135.8511 95.0 PORT LINCOLN (TOD RIVER) +ASN00018182 -31.9661 133.3316 77.0 CEDUNA (UWORRA) +ASN00018183 -32.4175 134.6758 107.0 WIRRULLA (TARANAKI) +ASN00018184 -33.6125 136.3722 281.0 CLEVE (NINGANA) +ASN00018186 -32.5534 136.7123 177.0 SIAM +ASN00018187 -32.9587 136.4891 280.0 KIMBA (CHURINGA) +ASN00018188 -34.6252 135.4725 12.0 COFFIN BAY +ASN00018189 -33.7516 135.1863 39.0 ELLISTON (LAMBING STATION) +ASN00018190 -32.9004 136.1858 235.0 BUCKLEBOO (KARINYA) +ASN00018191 -34.3749 135.3741 28.0 COULTA (COLES POINT) 94658 +ASN00018192 -34.5993 135.8784 8.5 NORTH SHIELDS (PORT LINCOLN AW 95661 +ASN00018193 -33.0267 136.3171 299.0 KIMBA (CORTLINYE) +ASN00018194 -33.2775 135.8486 145.0 KYANCUTTA (KEVENDALE) +ASN00018195 -32.8427 135.1515 165.0 MINNIPA DPI 95662 +ASN00018196 -34.2610 135.7310 65.0 CUMMINS (TUMBY BAY ROAD) +ASN00018197 -32.3885 134.6994 145.0 WIRRULLA (GAWLER VIEW) +ASN00018198 -33.4138 136.5989 340.0 CLEVE (HEGGATON) +ASN00018201 -32.5091 137.7144 14.0 PORT AUGUSTA AERO 95666 +ASN00018202 -33.6110 137.0951 20.0 MITCHELLVILLE (ESSENDEE) +ASN00018203 -34.3440 136.0471 55.0 TUMBY BAY (YADNARIE) +ASN00018204 -33.5879 134.8859 8.0 ELLISTON (THREE LAKES) +ASN00018205 -34.7405 135.8450 40.0 PORT LINCOLN SOUTH +ASN00018208 -33.2310 135.4095 60.0 KYANCUTTA (BILLABOWIE) +ASN00018209 -33.8189 135.4857 35.0 OAKDALE +ASN00018210 -33.0200 135.0450 85.0 MINNIPA (MOONLIGHT FLAT) +ASN00018211 -32.9392 135.0780 88.0 MINNIPA (WISTILLERE) +ASN00018213 -33.7412 135.0804 9.0 ELLISTON (OAKLANDS) +ASN00018214 -32.9232 136.4778 301.0 KIMBA (BOTENELLA HILLS) +ASN00019000 -32.6033 138.3519 331.0 AMYTON (PINDA SECTION 63) +ASN00019001 -33.0524 138.4277 369.0 APPILA +ASN00019002 -32.2507 137.9776 470.0 QUORN (DEPOT FLAT) +ASN00019003 -31.9767 139.1050 275.0 OLD BARATTA HOMESTEAD +ASN00019004 -32.2425 138.7105 485.0 BELTON (SHADOW VALE) +ASN00019005 -32.8247 138.6907 428.0 ORROROO (BLACK ROCK) +ASN00019006 -32.8810 138.3519 403.0 BOOLEROO CENTRE +ASN00019007 -32.7775 138.3410 342.0 BOOLEROO (WIMONT) +ASN00019008 -32.4618 138.2004 242.0 BRUCE +ASN00019009 -32.4244 138.5304 435.0 CARRIETON +ASN00019010 -32.0695 138.4948 405.0 CRADOCK +ASN00019011 -32.9211 138.2202 400.0 MURRAY TOWN (DOUGHBOY CREEK) +ASN00019012 -32.7053 138.7796 428.0 ORROROO (KYLMORN) +ASN00019013 -32.5373 138.5626 528.2 CARRIETON (EURELIA) +ASN00019014 -32.8037 138.9218 460.0 DAWSON (ANDA-VALE) +ASN00019015 -32.1133 138.2833 250.0 CRADOCK (KANYAKA) +ASN00019016 -32.5201 138.3149 314.0 HAMMOND +ASN00019017 -31.8846 138.4350 315.0 HAWKER 94673 +ASN00019018 -31.8777 138.8372 495.0 HAWKER (HOLOWILENA) +ASN00019019 -31.7594 138.3303 193.0 HOOKINA +ASN00019020 -32.3333 138.3833 -999.9 HORSESHOE RANGES +ASN00019021 -32.4561 138.7050 385.0 JOHNBURGH POST OFFICE +ASN00019022 -32.8392 137.9822 53.0 MAMBRAY CREEK +ASN00019023 -33.0453 138.6178 505.0 MANNANARIE POST OFFICE +ASN00019024 -32.8294 138.1907 386.0 MELROSE +ASN00019025 -32.7654 138.5055 510.0 MORCHARD (THE ROCKS) +ASN00019026 -32.4686 137.8817 92.0 MUNDALLIO +ASN00019027 -32.8000 139.2333 -999.9 NACKARA +ASN00019028 -32.2411 137.8442 52.0 PORT AUGUSTA (NACOONA) +ASN00019029 -32.6944 137.9594 92.0 PORT AUGUSTA (NECTAR BROOK) +ASN00019030 -32.4683 138.0159 420.0 QUORN (OLIVE GROVE) +ASN00019031 -32.8776 139.0578 521.0 OODLA WIRRA +ASN00019032 -32.7335 138.6135 428.0 ORROROO +ASN00019033 -33.0267 139.1014 465.0 TEROWIE (PARNAROO SECT 50) +ASN00019034 -32.9737 138.8375 534.0 PETERBOROUGH +ASN00019035 -32.4958 137.7642 6.0 PORT AUGUSTA RAILWAY STATION +ASN00019036 -32.5000 137.7667 5.0 PORT AUGUSTA POST OFFICE +ASN00019037 -33.0216 138.0002 4.0 PORT GERMEIN +ASN00019038 -32.3538 138.0371 295.0 QUORN +ASN00019039 -32.5419 138.1122 315.0 WILMINGTON (RANGE VUE) +ASN00019040 -32.3114 138.2564 265.0 QUORN (ROUND HILL) +ASN00019041 -32.4608 137.9417 210.0 PORT AUGUSTA (SALTIA) +ASN00019042 -32.8454 138.2116 343.0 MELROSE (PARA GUMS) +ASN00019043 -32.9495 138.5174 504.0 TARCOWIE +ASN00019044 -33.0617 138.0550 12.0 PORT GERMEIN (TELOWIE) +ASN00019045 -32.9508 138.9650 535.0 UCOLTA POST OFFICE +ASN00019046 -31.7750 138.6529 490.0 HAWKER (WARCOWIE) +ASN00019047 -32.6923 138.3247 316.0 BOOLEROO CENTRE (WILLOWIE) +ASN00019048 -32.6521 138.1003 330.0 WILMINGTON +ASN00019049 -31.5167 138.6117 515.0 WILPENA HEAD STATION +ASN00019050 -31.9883 138.3424 345.0 HAWKER (WILSON) +ASN00019051 -32.6175 137.9083 44.0 WINNONOWIE RAILWAY SIDING +ASN00019052 -33.0338 138.2686 330.0 WIRRABARA +ASN00019053 -33.0856 138.2211 380.0 WIRRABARA FOREST 99669 +ASN00019054 -32.4589 137.9733 270.0 WOOLSHED FLAT +ASN00019055 -33.0833 138.6775 563.0 JAMESTOWN (YAKAPANA) +ASN00019056 -32.3100 138.5233 435.0 CARRIETON (YACKARA) +ASN00019057 -32.5520 138.8688 302.0 ORROROO (YALPARA) +ASN00019058 -32.3294 138.4706 370.0 CARRIETON (YANYARRIE) +ASN00019059 -32.2894 137.8267 35.0 PORT AUGUSTA (YARLEY) +ASN00019060 -32.9333 138.6667 -999.9 YATINA +ASN00019061 -32.0545 138.6427 540.0 CRADOCK (YEDNALUE) +ASN00019062 -33.0287 138.7489 512.0 YONGALA 94679 +ASN00019063 -31.4511 138.7569 605.0 WILPENA (WILLOW SPRINGS) +ASN00019064 -31.7311 138.3867 235.0 HAWKER (MOUNT LITTLE) +ASN00019065 -33.0583 138.8744 600.0 TEROWIE (GUMBOWIE) +ASN00019066 -32.5280 137.7900 7.0 PORT AUGUSTA POWER STATION +ASN00019067 -33.2003 138.2203 330.0 LAURA (HILPARA) +ASN00019068 -31.8372 138.1094 115.0 NEUROODLA RAILWAY SIDING +ASN00019069 -32.7217 138.4919 445.0 MORCHARD +ASN00019070 -31.5286 138.6093 535.0 WILPENA POUND +ASN00019071 -32.7244 138.0829 695.0 MOUNT REMARKABLE (ALLIGATOR GO +ASN00019072 -32.5500 138.4167 -999.9 AMYTON EAST +ASN00019073 -32.9556 138.1558 370.0 MURRAY TOWN (BANGOR) +ASN00019074 -32.6833 138.9667 -999.9 CAVENAGH WEST +ASN00019075 -32.8056 138.9739 415.0 PETERBOROUGH (DAWSON) +ASN00019076 -31.8850 137.9150 55.0 OLD KALLIOOTA HOMESTEAD +ASN00019077 -32.1069 138.1967 203.0 GORDON (KANYAKA SECTION 27) +ASN00019078 -32.5172 137.8425 34.0 PORT AUGUSTA (STIRLING NORTH) +ASN00019079 -32.4192 137.8189 18.0 PORT AUGUSTA OSTRICH FARM +ASN00019080 -32.3139 138.6397 445.0 CARRIETON (PAMATTA) +ASN00019081 -32.5033 137.8100 10.0 STIRLING NORTH RAILWAY SIDING +ASN00019082 -31.9789 138.0492 155.0 HAWKER (MARRACHOWIE) +ASN00019083 -32.0331 137.8939 48.0 PORT AUGUSTA (YADLAMALKA) +ASN00019084 -32.8380 138.5530 525.0 PEKINA +ASN00019085 -32.8294 137.9869 58.0 BAROOTA (MAMBRAY CREEK) +ASN00019086 -32.8786 138.0158 67.0 BAROOTA (MOPETA) +ASN00019087 -32.7189 139.0164 365.0 OODLAWIRRA (CAVENAGH) +ASN00019088 -32.2892 137.8267 35.0 CROZIER (FRESHWATER WELL) +ASN00019089 -32.5167 138.3094 315.0 HAMMOND (RIX) +ASN00019090 -32.3961 138.1339 235.0 QUORN (KINGSWOOD) +ASN00019091 -32.7981 138.2161 322.0 MOUNT REMARKABLE +ASN00019092 -31.7331 138.5028 330.0 HAWKER (ARKABA) +ASN00019093 -32.0361 138.4511 385.0 CRADOCK (WIRREANDA) +ASN00019094 -33.0333 138.7500 512.7 YONGALA NATIONAL PARK +ASN00019095 -32.4654 138.7579 405.0 CARRIETON (OAKBURNE) +ASN00019096 -32.3461 138.0397 290.0 QUORN RAILWAY +ASN00019097 -32.3333 138.7167 -999.9 GLENROY +ASN00019098 -32.2554 138.6377 492.0 CARRIETON (GLENROY ESTATE) +ASN00019099 -32.8420 138.0304 118.0 MOUNT REMARKABLE (MAMBRAY CREE +ASN00019100 -32.7837 139.2825 385.0 OODLA WIRRA (ARAKCAN) +ASN00019101 -32.0464 138.9092 330.0 HAWKER (MATT WHIM) +ASN00019102 -32.9233 138.0586 110.0 PORT GERMEIN (BAROOTA RESERVOI +ASN00019103 -32.6682 138.1576 290.0 WILMINGTON (STONEHAVEN) +ASN00019104 -33.0371 138.6003 554.0 MANNANARIE +ASN00019105 -33.0333 138.0833 72.0 TELOWIE 428 +ASN00019106 -32.6270 139.1923 342.0 OODLA WIRRA (MCCOYS WELL) +ASN00019107 -31.3667 138.7176 550.0 WILPENA (ORAPARINNA) +ASN00019108 -32.4961 138.3730 363.0 HAMMOND (COONATTO) +ASN00019109 -32.1244 138.4674 405.0 CRADOCK (SLATY CREEK) +ASN00019110 -31.9640 139.2162 198.0 HAWKER (SICCUS RIVER) +ASN00019111 -31.4763 139.1134 175.0 WILPENA (MARTINS WELL) +ASN00019112 -33.0230 138.0698 42.0 PORT GERMEIN (GOWAN BRAE) +ASN00019113 -31.4480 138.4531 159.0 EDEOWIE +ASN00019114 -32.4295 138.8922 332.0 MINBURRA +ASN00019115 -33.0188 138.6153 507.0 MANNANARIE +ASN00019116 -32.7722 138.3005 341.0 BOOLEROO WHIM (CALLUM BRAE) +ASN00019117 -32.9068 138.5593 -999.9 TARCOWIE (OAKLANDS) +ASN00019118 -32.9559 138.9445 542.0 PETERBOROUGH (AMELIA PARK) +ASN00020000 -32.0498 140.1620 230.0 BIMBOWRIE +ASN00020001 -31.9695 140.5436 190.0 BOOLCOOMATTA +ASN00020002 -32.0760 140.9969 200.0 COCKBURN +ASN00020003 -31.5000 139.6667 65.0 COONDAPPIE +ASN00020004 -31.6516 139.5491 90.0 CURNOMONA (CURNAMONA) +ASN00020005 -31.4783 139.3862 85.0 ERUDINA +ASN00020006 -31.2196 139.7763 45.0 FROME DOWNS +ASN00020007 -31.9167 140.3167 190.0 KALABITY +ASN00020008 -33.5667 139.7000 90.0 KOOMOOLOO +ASN00020009 -33.5500 139.6000 110.0 KOOMOOLOO STATION +ASN00020010 -32.0646 139.3820 205.0 KOONAMORE +ASN00020011 -32.0500 140.9167 180.0 LAKE DISMAL +ASN00020012 -32.9571 139.9720 177.0 LILYDALE +ASN00020013 -32.4292 139.9887 371.0 MANNA HILL +ASN00020014 -32.1333 140.7500 187.0 MINGARY +ASN00020015 -32.2123 139.7193 270.0 MANNA HILL (FOUR BROTHERS) +ASN00020016 -31.5535 140.7913 90.0 MULYUNGARIE +ASN00020017 -32.4467 140.9233 210.0 MUTOOROO +ASN00020018 -33.0500 140.5833 90.0 OAKBANK HOMESTEAD +ASN00020019 -32.2828 140.3255 284.0 OLARY +ASN00020020 -32.6416 139.6496 275.0 YUNTA (PANARAMITEE) +ASN00020021 -32.7268 139.4002 295.0 YUNTA (PARATOO) +ASN00020022 -33.2458 140.0345 110.0 STURT VALE +ASN00020023 -32.3000 139.4500 330.0 WAUKARINGA +ASN00020024 -32.4727 139.7097 400.0 YUNTA (WINNININNIE) +ASN00020025 -33.5009 139.5154 135.0 WOOLGANGI +ASN00020026 -32.5819 139.5611 303.0 YUNTA +ASN00020027 -31.3833 140.7000 80.0 CHILDS +ASN00020028 -33.7622 140.1251 55.0 GLUEPOT RESERVE (GLUEPOT) 95668 +ASN00020029 -32.2167 140.1500 350.0 OUTALPA +ASN00020030 -33.3119 140.1856 102.0 PINE VALLEY +ASN00020031 -32.3333 140.6000 270.0 RADIUM HILL +ASN00020032 -33.5833 140.0167 73.0 CANEGRASS +ASN00020034 -31.0667 140.9500 70.0 CORONA +ASN00020035 -33.1333 139.7667 140.0 FARAWAY HILL +ASN00020036 -33.4167 139.6833 105.0 BRAESIDE +ASN00020037 -31.1333 140.7167 50.0 LAKE CHARLES +ASN00020038 -31.3806 140.9425 90.0 MULYUNGARIE (LOCKHART BORE) +ASN00020039 -32.4833 139.8167 420.0 OULNINA SIDING +ASN00020040 -31.8167 140.9000 130.0 SECURITY +ASN00020041 -31.4833 140.9333 90.0 WALLACES +ASN00020042 -31.2000 140.9000 70.0 WATSONS WELL +ASN00020043 -33.1873 139.6209 180.0 BRAEMAR +ASN00020044 -33.4974 140.6990 55.0 DANGGALI CONSERVATION PARK (CA +ASN00020045 -33.5628 140.9309 42.0 DANGGALI CONSERVATION PARK (HY +ASN00020046 -32.2500 140.9333 240.0 MUTOOROO MINE +ASN00020047 -32.7333 139.8333 243.8 NETLEY +ASN00020048 -32.4932 140.2299 340.0 MANNA HILL (WADNAMINGA) +ASN00020049 -31.6382 140.5130 100.0 MOOLEULOOLOO +ASN00020050 -32.0620 139.8874 260.0 PLUMBAGO +ASN00020052 -32.0575 139.6187 200.0 MOUNT VICTOR (MT VICTOR) +ASN00020053 -32.1698 140.7959 220.0 COCKBURN (TEPCO) +ASN00020054 -33.0809 140.3299 108.0 QUONDONG +ASN00020055 -31.7484 140.3426 120.0 STRATHEARN +ASN00020057 -32.5409 140.0344 450.0 MANNA HILL (BENDA) +ASN00020058 -32.2988 140.4152 275.0 OLARY (WIAWERA) +ASN00020059 -31.6619 140.6289 105.0 YARRAMBA +ASN00020060 -32.2220 140.5913 240.0 COCKBURN (TICKALINA) +ASN00020061 -32.5218 139.5554 340.0 YUNTA (TEETULPA) +ASN00020062 -32.5707 139.5645 300.0 YUNTA AIRSTRIP 94684 +ASN00021000 -33.7321 138.4922 270.0 BRINKWORTH (ANAMA PARK) +ASN00021001 -34.0260 138.6846 310.0 AUBURN +ASN00021002 -34.1424 138.4225 68.0 BALAKLAVA +ASN00021003 -33.8450 138.4901 195.0 BLYTH +ASN00021004 -33.5643 138.7595 385.0 BOOBOROWIE +ASN00021005 -33.5744 138.6867 358.0 BOOBOROWIE (NORTH BUNGAREE) +ASN00021006 -33.2667 138.3500 215.0 GLADSTONE (BOOYOOLEE) +ASN00021007 -33.6947 138.4057 181.0 BRINKWORTH +ASN00021008 -33.2758 138.5750 458.0 BUNDALEER FOREST RESERVE +ASN00021009 -33.4660 138.5412 302.0 SPALDING (BUNDALEER RESERVOIR) +ASN00021010 -33.7459 138.5628 368.0 BRINKWORTH (BUNGAREE) +ASN00021011 -33.6833 138.9333 470.0 BURRA (KOORINGA) +ASN00021012 -33.8682 138.0100 113.0 BUTE +ASN00021013 -33.1851 138.4968 382.0 CALTOWIE +ASN00021014 -33.8364 138.6125 385.0 CLARE POST OFFICE +ASN00021015 -33.7045 138.2927 103.0 SNOWTOWN (CONDOWIE) +ASN00021016 -33.3530 138.2057 105.0 CRYSTAL BROOK +ASN00021017 -33.1667 138.9833 485.0 TEROWIE (CURTFORTH) +ASN00021018 -33.8664 138.5822 440.0 CLARE (EMU FLAT) +ASN00021019 -33.8315 138.7917 422.0 FARRELL FLAT +ASN00021020 -33.3590 138.3930 273.0 GEORGETOWN +ASN00021021 -33.2705 138.3570 226.0 GLADSTONE +ASN00021022 -33.4669 138.4424 283.0 GULNARE +ASN00021023 -33.4111 138.8940 596.0 HALLETT +ASN00021024 -33.4595 138.7475 455.0 HALLETT (LORRAINE) +ASN00021025 -33.8347 138.6532 475.0 CLARE (HILL RIVER) +ASN00021026 -34.0391 138.5579 180.0 HOYLETON +ASN00021027 -33.2036 138.6059 455.0 JAMESTOWN +ASN00021028 -33.2917 139.2161 310.0 HALLETT (KETCHOWLA) +ASN00021029 -33.5867 138.3343 125.0 KOOLUNGA +ASN00021030 -33.8197 138.9211 445.0 FARRELL FLAT (KOONOONA) +ASN00021031 -33.1851 138.3001 248.0 LAURA +ASN00021032 -33.9206 138.1633 80.0 LOCHIEL SALTWORKS +ASN00021033 -33.9136 138.7195 418.0 MINTARO +ASN00021034 -33.5592 138.9030 519.0 MOUNT BRYAN +ASN00021035 -34.0256 138.3168 80.0 MOUNT TEMPLETON (GLENALBYN) +ASN00021036 -33.5946 138.0832 65.0 MUNDOORA +ASN00021037 -33.4275 138.3019 165.0 NARRIDY POST OFFICE +ASN00021038 -33.1761 138.8889 515.0 TEROWIE (NEATHVALE) +ASN00021039 -33.9686 138.0186 120.0 BUTE (NINNES) +ASN00021040 -33.1708 139.1661 390.0 PANDAPPA HOMESTEAD +ASN00021041 -33.5616 139.0979 352.0 BURRA (POONUNDA) +ASN00021042 -33.6029 137.9348 8.0 PORT BROUGHTON +ASN00021043 -33.1708 138.0104 4.0 PORT PIRIE NYRSTAR COMPARISON 94669 +ASN00021044 -34.1848 138.1478 4.0 PORT WAKEFIELD +ASN00021045 -33.5407 138.2244 85.0 REDHILL +ASN00021046 -33.7844 138.2133 103.0 SNOWTOWN +ASN00021047 -33.5001 138.6093 288.0 SPALDING +ASN00021048 -33.9558 138.6517 418.0 WATERVALE (SPRINGVALE) +ASN00021049 -33.1464 138.7219 605.0 BELALIE NORTH (TEECARNEE) +ASN00021050 -33.1457 138.9208 501.0 TEROWIE +ASN00021051 -33.3392 138.8867 560.0 HALLETT (ULOOLOO RAILWAY SIDIN +ASN00021052 -33.3853 138.0614 33.0 WANDEARAH EAST POST OFFICE +ASN00021053 -33.3528 138.0311 27.0 WANDEARAH NORTH +ASN00021054 -33.9606 138.6446 385.0 WATERVALE +ASN00021055 -33.2296 138.8844 518.0 WHYTE YARCOWIE +ASN00021056 -33.4119 138.8725 580.0 HALLETT (WILLOGOLECHE) +ASN00021057 -33.5707 138.4503 165.0 YACKA +ASN00021058 -33.5375 138.6736 400.0 SPALDING (YAKILO) +ASN00021059 -33.6867 138.6378 345.0 HILLTOWN +ASN00021060 -33.2025 138.6024 453.0 JAMESTOWN DPI +ASN00021061 -33.8986 138.8886 456.0 BLACK SPRINGS SCHOOL +ASN00021062 -33.3041 138.7553 575.0 HALLETT (OLD CANOWIE) +ASN00021063 -34.1564 138.1827 13.0 PORT WAKEFIELD (PAREORA) +ASN00021064 -33.3583 138.4953 460.0 GEORGETOWN (FLAIRVILLE) +ASN00021065 -33.4244 138.7564 482.0 HALLETT (MELTON STUD) +ASN00021066 -33.9036 139.0786 425.0 ROBERTSTOWN (BRIGHT) +ASN00021067 -33.4115 138.8179 492.0 HALLETT (ASHROSE) +ASN00021068 -34.1306 138.5986 190.0 HALBURY (INVERNESS) +ASN00021069 -33.6184 138.5772 330.0 ANDREWS (GERALKA) +ASN00021070 -33.3289 138.6411 449.0 JAMESTOWN (LUCERNEDALE) +ASN00021071 -33.1297 138.1111 93.0 NELSHABY RESERVOIR +ASN00021072 -33.3265 138.3172 190.0 HUDDLESTON (WILLOW PONDS) +ASN00021073 -33.9114 138.5634 308.0 KYBUNGA (CLOVERLEA) +ASN00021074 -33.3825 138.5850 355.0 SPALDING (WASHPOOL) +ASN00021075 -33.7464 138.6058 370.0 CLARE (CALCANNIA) +ASN00021076 -33.9309 138.8140 438.0 MANOORA (COOINDA) +ASN00021077 -33.6781 138.9371 470.0 BURRA COMMUNITY SCHOOL +ASN00021078 -33.7167 137.8667 60.0 BEWS POST OFFICE +ASN00021080 -33.3333 139.1500 303.0 COLLINSVILLE +ASN00021081 -33.9333 138.6833 460.0 MINTARO (KADLUNGA) +ASN00021082 -33.6372 138.8289 525.0 LEIGHTON (BUCKLAND HILLS) +ASN00021083 -33.5000 138.9667 520.0 MOUNT BRYAN ESTATE +ASN00021084 -33.3200 138.0131 25.0 PORT PIRIE (VALENCIA) +ASN00021085 -33.3376 138.9254 520.0 HALLETT (ULOOLOO) +ASN00021086 -33.8352 139.0738 293.0 BURRA (WORLDS END) +ASN00021087 -33.9167 138.2275 87.0 BUMBUNGA +ASN00021088 -34.0167 138.2833 170.0 NANTAWARRA (DIXON) +ASN00021089 -33.7578 137.9797 105.0 BUTE (LINCOLNFIELDS) +ASN00021090 -33.3931 138.4328 310.0 GEORGE (AYLESBURY FARM) +ASN00021091 -33.4706 139.1508 210.0 BURRA (CAROONA) +ASN00021092 -33.8167 137.8167 -999.9 ALFORD POST OFFICE +ASN00021093 -33.8964 138.6311 460.0 SEVEN HILLS PRIMARY SCHOOL +ASN00021094 -33.2614 138.9769 500.0 WHYTE YARCOWIE (MUNGIBBIE) +ASN00021095 -33.3506 138.4689 380.0 GEORGETOWN (SPRINGFIELD) +ASN00021096 -33.2467 138.1469 108.0 WARNERTOWN (WILLOW LODGE) +ASN00021097 -33.6036 139.0719 377.0 BURRA (WILDILDIE) +ASN00021098 -33.1961 138.6036 457.0 JAMESTOWN (WYLMHURST) +ASN00021099 -33.6500 139.1333 242.0 BURRA (THISTLEBEDS) +ASN00021100 -33.6544 138.8264 501.0 BURRA (LEIGHTON) +ASN00021101 -33.7021 138.1034 130.0 SNOWTOWN (BANYULA) +ASN00021102 -33.3500 138.1020 42.0 CRYSTAL BROOK SECTION 299 +ASN00021103 -33.8597 137.7664 70.0 ALFORD NO: 2 +ASN00021104 -33.9943 138.4539 118.0 BALAKLAVA (WANAPPE) +ASN00021105 -33.4211 138.6364 375.0 SPALDING (TATARA) +ASN00021106 -33.9530 138.3903 80.0 BOOWILLIA +ASN00021108 -33.4579 137.9839 18.0 PORT BROUGHTON (WANDEARAH) +ASN00021109 -34.0333 138.2000 115.0 GOYDER (NANTAWARRA SEC.378) +ASN00021110 -33.7876 137.7068 26.0 TICKERA +ASN00021111 -33.5425 138.5736 312.0 SPALDING (MORTONGA) +ASN00021113 -33.6369 138.2272 115.0 REDHILL (LAKE VIEW) +ASN00021114 -33.1904 138.2131 368.0 BEETALOO RESERVOIR OLD SITE +ASN00021115 -33.6922 138.1332 168.0 MUNDOORA (BARUNGA NORTH) +ASN00021116 -33.2069 137.9969 10.0 PORT PIRIE HURST STREET +ASN00021117 -34.0212 138.1272 85.0 SOUTH HUMMOCKS (BONVIEW) +ASN00021118 -33.2341 138.0010 10.0 PORT PIRIE AERODROME 95657 +ASN00021119 -34.0000 138.8833 488.0 WATERLOO +ASN00021120 -33.2549 138.7867 563.0 WHYTE-YARCOWIE (GUM PARK) +ASN00021121 -33.9595 138.9328 479.0 APOINGA (WILIVERE) +ASN00021122 -33.6558 139.0553 365.0 BURRA (BALDINA STATION) +ASN00021123 -33.9394 138.7166 405.0 MINTARO (MARTINDALE) +ASN00021124 -33.1913 138.2111 415.0 LAURA (BEETALOO RESERVOIR) +ASN00021125 -33.8733 138.6308 450.0 SEVEN HILLS (VINIFERA) +ASN00021126 -33.6667 138.9667 570.0 BURRA (BASIN FARM) +ASN00021127 -33.8828 138.6389 480.0 SEVENHILL +ASN00021129 -33.8625 138.6211 418.0 CLARE +ASN00021130 -34.1002 138.6310 205.0 RHYNIE +ASN00021131 -33.8226 138.5933 395.0 CLARE HIGH SCHOOL 95667 +ASN00021133 -33.7676 138.2182 109.1 SNOWTOWN (RAYVILLE PARK) GSN 95670 +ASN00021134 -33.9964 138.5384 198.0 BALAKLAVA (SHIROKEE) +ASN00021135 -33.8420 138.6054 450.0 CLARE (NEAGLES ROCK) +ASN00022000 -34.4228 137.9175 22.0 ARDROSSAN +ASN00022001 -34.8667 137.5000 15.0 BRENTWOOD POST OFFICE +ASN00022002 -34.9152 137.0625 2.0 CORNY POINT +ASN00022003 -34.6981 137.7116 68.0 CURRAMULKA +ASN00022004 -35.0875 137.7433 7.0 EDITHBURGH POST OFFICE +ASN00022005 -34.0000 137.9000 -999.9 GREEN PLAINS WEST +ASN00022006 -33.9551 137.6953 44.0 KADINA +ASN00022007 -34.3167 137.5333 37.0 MAITLAND (WOODBURLIE) +ASN00022008 -34.3745 137.6733 185.0 MAITLAND 94665 +ASN00022009 -34.7708 137.5952 70.0 MINLATON +ASN00022010 -34.3318 137.5899 92.0 MAITLAND (KILKERRAN) +ASN00022011 -34.0672 137.5925 20.0 MOONTA +ASN00022012 -34.0402 137.9004 145.0 PASKEVILLE +ASN00022013 -34.4951 137.4836 10.0 PORT VICTORIA +ASN00022014 -34.7785 137.8579 6.0 PORT VINCENT +ASN00022015 -34.2971 138.0014 2.0 PRICE 95669 +ASN00022016 -34.5201 137.7733 96.0 SANDILANDS +ASN00022017 -34.9122 137.7977 5.0 STANSBURY +ASN00022018 -34.9906 137.3995 53.0 WAROOKA 94663 +ASN00022019 -34.2428 137.5908 80.0 MAITLAND (WEETULTA) +ASN00022020 -33.9323 137.6282 10.0 WALLAROO +ASN00022021 -34.2782 137.8607 135.0 ARDROSSAN (WINULTA) +ASN00022022 -34.1447 138.0146 118.0 PORT CLINTON (YARAROO) +ASN00022023 -35.0203 137.6064 20.0 YORKETOWN +ASN00022024 -33.9167 137.6500 -999.9 WALLAROO (WEYMOUTH JILLA) +ASN00022025 -35.2833 136.9333 -999.9 STENHOUSE BAY (MARION BAY) +ASN00022026 -34.9333 137.7500 -999.9 STANSBURY (DALRYMPLE) +ASN00022027 -34.9000 137.0333 -999.9 CORNY POINT LIGHTHOUSE +ASN00022028 -34.2000 137.9500 -999.9 CLINTON CENTRE +ASN00022029 -35.3725 136.8594 80.0 ALTHORPE ISLAND +ASN00022030 -35.1167 137.8333 3.0 TROUBRIDGE SHOAL LIGHTHOUSE +ASN00022031 -34.7480 137.5276 32.0 MINLATON AERO 95659 +ASN00022032 -34.5679 137.8225 80.0 ARDROSSAN (MULARA) +ASN00022033 -34.4724 137.8850 75.0 ARDROSSAN (VITANA) +ASN00022034 -34.6464 137.6314 100.0 MINLATON (MOUNT RAT) +ASN00022035 -34.4000 137.7500 167.6 MAITLAND SECTION 285 +ASN00022036 -34.7477 137.6309 72.0 MINLATON (EVERSLEY) +ASN00022037 -34.3687 137.7968 120.0 PETERSVILLE +ASN00022039 -34.2975 137.7126 173.0 ARTHURTON (LOWANDALE) +ASN00022040 -35.0167 137.5667 30.0 YORKETOWN (BILNEY) +ASN00022041 -35.0319 137.0951 62.0 WHITE HUT +ASN00022042 -35.1367 136.9617 25.0 CARRIBIE (WEBB) +ASN00022043 -35.1667 137.1667 46.0 WAROOKA (BRIREEN SECTION 27) +ASN00022044 -34.2390 137.9883 55.0 PORT CLINTON (KADDYINNA) +ASN00022045 -34.5763 137.8770 20.0 PINE POINT +ASN00022046 -35.1121 137.7395 6.0 EDITHBURGH 94809 +ASN00022047 -35.2794 136.9375 30.0 STENHOUSE BAY (INNES NATIONAL +ASN00022048 -34.3166 137.9139 70.0 WIGTON FLAT (DOWLINGVILLE) +ASN00022049 -35.2795 136.9392 42.0 STENHOUSE BAY 95806 +ASN00022050 -33.9703 137.6628 41.1 KADINA AWS 94685 +ASN00022051 -34.6291 137.5998 79.0 KOOLYWURTIE (MOUNT RAT) +ASN00022052 -34.6960 137.5745 72.0 SPICER FLAT +ASN00022054 -34.5552 137.8581 70.0 PINE POINT (AMELIA DOWNS) +ASN00022055 -34.6492 137.7272 162.0 CURRAMULKA NORTH +ASN00022056 -34.4020 137.7185 202.0 MAITLAND (CARINYA) +ASN00022800 -35.7729 137.7788 15.0 AMERICAN RIVER +ASN00022801 -35.7529 136.5938 143.0 CAPE BORDA COMPARISON 94805 +ASN00022802 -36.0667 136.7000 75.0 CAPE DE COUEDIC +ASN00022803 -35.8426 138.1327 55.0 CAPE WILLOUGHBY 94822 +ASN00022804 -35.7333 138.0000 165.0 CUTTLEFISH BAY (VERNON) +ASN00022805 -35.7000 137.5333 4.0 CYGNET RIVER +ASN00022806 -35.9241 137.3045 20.0 MURRAYS LAGOON (BAYSIDE) +ASN00022807 -35.6569 137.6364 20.0 KINGSCOTE +ASN00022808 -35.8213 137.5297 21.0 KINGSCOTE (KARINGA) +ASN00022809 -35.7178 137.9394 24.0 PENNESHAW +ASN00022810 -35.7000 137.9000 -999.9 PENNESHAW 2 +ASN00022811 -35.5989 137.4386 30.0 SMITH BAY (SMITHS BAY) +ASN00022812 -35.6836 136.9697 8.0 WESTERN RIVER +ASN00022813 -35.8167 137.9833 -999.9 WILLSONS RIVER +ASN00022814 -35.8000 137.3333 155.0 PARNDANA EAST RESEARCH STATION +ASN00022815 -35.7255 137.2591 102.0 PARNDANA (PIONEER BEND) +ASN00022816 -35.7734 137.0330 232.0 PARNDANA (ALLANDALE) +ASN00022817 -35.9510 136.7391 59.0 FLINDERS CHASE (ROCKY RIVER) +ASN00022818 -35.8431 137.1586 212.0 PARNDANA (LYNDHURST) +ASN00022819 -35.9667 136.9833 -999.9 KARATTA +ASN00022820 -35.8903 136.8606 181.0 ROCKY RIVER (BROOKLAND PARK) +ASN00022821 -35.9833 136.8667 -999.9 SOUTH WEST RIVER STATION +ASN00022822 -35.9042 137.4543 18.0 MURRAY LAGOON (HAWKS NEST) +ASN00022823 -35.7549 136.5959 158.0 CAPE BORDA GSN 95805 +ASN00022824 -35.7708 136.9757 240.0 PARNDANA (RIVERLEAS) +ASN00022825 -35.8167 137.8667 -999.9 SANDHURST (SALT LAGOON) +ASN00022826 -35.7833 136.7333 163.4 KANGAROO ISLAND (GUM RIDGE) +ASN00022827 -35.8833 137.0333 153.0 PARNDANA (NETHERBY PARK) +ASN00022828 -35.8333 138.0333 61.0 PENNESHAW (GREENACRES) +ASN00022829 -35.7333 137.0667 200.0 PARNDANA (WILLANG) +ASN00022830 -35.9645 137.1542 45.0 VIVONNE BAY (DUMFRIES) +ASN00022831 -35.7501 137.7217 75.0 AMERICAN RIVER (REDBANKS) +ASN00022832 -35.8167 137.9833 -999.9 WOODLEIGH +ASN00022835 -35.7340 137.1212 201.0 PARNDANA (TURKEY LANE) +ASN00022836 -35.8096 137.7920 25.0 PELICAN LAGOON +ASN00022837 -35.7905 137.2615 155.0 PARNDANA +ASN00022839 -35.9609 137.0910 78.0 VIVONNE BAY (HIGHGATE) +ASN00022840 -35.7364 136.9967 235.0 PARNDANA (TELHAWK) +ASN00022841 -35.7114 137.5231 5.0 KINGSCOTE AERO 95807 +ASN00022842 -35.5976 137.2874 92.0 CAPE CASSINI WILDERNESS RETREA +ASN00023000 -34.9254 138.5869 40.0 ADELAIDE WEST TERRACE +ASN00023001 -35.0215 138.5312 16.0 ADELAIDE (BRIGHTON) +ASN00023002 -34.9333 138.5167 5.0 FULHAM PARK +ASN00023003 -34.6167 138.7333 53.0 GAWLER RAILWAY +ASN00023004 -34.9842 138.5125 6.0 GLENELG POST OFFICE +ASN00023005 -34.9464 138.6519 128.0 ADELAIDE (GLEN OSMOND) +ASN00023006 -34.9333 138.5333 9.0 LOCKLEYS (KOOYONGA GOLF CLUB) +ASN00023007 -34.5342 138.4347 10.0 LOWER LIGHT +ASN00023008 -34.9167 138.6833 128.0 MAGILL POST OFFICE +ASN00023009 -34.4385 138.5114 46.0 MALLALA +ASN00023010 -34.9833 138.6167 92.0 MITCHAM POST OFFICE +ASN00023011 -34.9167 138.5956 48.0 NORTH ADELAIDE +ASN00023012 -34.2711 138.5468 105.0 OWEN +ASN00023013 -34.7977 138.6281 9.5 PARAFIELD AIRPORT 95677 +ASN00023014 -34.9467 138.6303 70.0 ADELAIDE (GLENSIDE) +ASN00023015 -34.7333 138.6500 24.0 PENFIELD WEAPONS RESEARCH +ASN00023016 -34.5100 138.5167 3.0 ADELAIDE (PORT DOCK RAILWAY ST +ASN00023017 -34.9000 138.5833 -999.9 PROSPECT +ASN00023018 -34.7819 138.5218 1.0 ADELAIDE (TORRENS ISLAND) +ASN00023019 -34.5667 138.7833 109.7 ROSEDALE +ASN00023020 -34.5267 138.6883 68.0 ROSEWORTHY AGRIC COLLEGE +ASN00023021 -34.5318 138.7489 120.0 ROSEWORTHY +ASN00023022 -34.9167 138.6167 45.0 ST PETERS POST OFFICE +ASN00023023 -34.7674 138.6434 32.0 ADELAIDE (SALISBURY BOWLING CL +ASN00023024 -34.8978 138.5092 10.0 ADELAIDE (SEATON) +ASN00023025 -34.6798 138.6935 49.0 SMITHFIELD +ASN00023026 -34.8321 138.6124 21.0 ADELAIDE (POORAKA) +ASN00023027 -34.8744 138.6858 85.0 ADELAIDE (THORNDON PARK) +ASN00023028 -34.5953 138.5156 11.0 TWO WELLS +ASN00023029 -34.9503 138.6056 45.7 ADELAIDE (UNLEY) +ASN00023030 -34.6694 138.5592 15.0 VIRGINIA SHEEDY ROAD +ASN00023031 -34.9697 138.6331 115.0 ADELAIDE (WAITE INSTITUTE) 94672 +ASN00023032 -34.6269 138.4682 5.0 PORT GAWLER (BUCKLAND PARK) +ASN00023033 -35.0131 138.5147 5.0 ADELAIDE (TOWNSEND HOUSE) +ASN00023034 -34.9524 138.5204 2.0 ADELAIDE AIRPORT 94672 +ASN00023035 -34.9167 138.6167 40.0 ADELAIDE BOTANIC GARDENS +ASN00023036 -34.8000 138.7000 198.1 MODBURY (SURREY VINE YARDS) +ASN00023037 -34.7833 138.6242 16.0 ADELAIDE (PARAFIELD PLANT INTR +ASN00023038 -34.3583 138.2900 9.0 WILD HORSE PLAINS +ASN00023039 -34.1856 138.6300 252.0 RHYNIE (SALTERS SPRINGS) +ASN00023040 -34.9167 138.6500 70.0 ADELAIDE (TRINITY GARDENS) +ASN00023041 -34.3000 138.3000 -999.9 INKERMAN SOUTH +ASN00023042 -34.9387 138.6607 -999.9 KENSINGTON UPPER (BURNSIDE) +ASN00023043 -34.7607 138.6311 25.0 HALBURY ROAD, SALISBURY (HALBU +ASN00023044 -34.8395 138.6746 90.0 VALLEY VIEW +ASN00023045 -34.6167 138.7000 42.0 GAWLER (LOOS) +ASN00023046 -34.9566 138.5356 6.0 ADELAIDE AIRPORT OLD SITE +ASN00023047 -34.8500 138.7000 -999.9 PARADISE +ASN00023048 -34.9333 138.6333 -999.9 ROSE PARK +ASN00023049 -34.8333 138.4833 -999.9 SEMAPHORE 1 +ASN00023050 -34.2833 138.5833 -999.9 STOCKYARD CREEK +ASN00023051 -34.5500 138.5500 -999.9 TREVOLL +ASN00023053 -34.9500 138.6000 47.0 UNLEY (REED) +ASN00023054 -34.7231 138.5800 -999.9 WATERLOO CORNER +ASN00023055 -34.9552 138.5356 6.0 ADELAIDE AIRPORT ALERT +ASN00023057 -34.8533 138.6517 77.0 ADELAIDE (NORTHFIELD RESEARCH +ASN00023059 -34.9833 138.5833 -999.9 TORRENS PARK (MITCHAM) +ASN00023060 -34.7167 138.6667 30.5 ELIZABETH TOWN CENTRE +ASN00023061 -34.7500 138.6833 121.9 SALISBURY (HILLBANKS) +ASN00023062 -34.9333 138.6500 100.0 KENSINGTON PARK +ASN00023063 -34.5000 138.5167 -999.9 MALLALA (WATTLE FARM) +ASN00023064 -34.8314 138.4884 5.0 ADELAIDE (LARGS BAY) +ASN00023065 -34.9554 138.5361 5.0 GRANGE +ASN00023066 -34.9000 138.6333 -999.9 NORTHFIELD (YATALA PARK) +ASN00023067 -34.6000 138.7333 -999.9 GAWLER CHURCH HILL +ASN00023068 -34.8500 138.7333 -999.9 CASTAMBUL +ASN00023069 -34.8833 138.6833 304.8 BROOKSIDE +ASN00023070 -34.8833 138.5333 8.0 WOODVILLE (BOWER) +ASN00023071 -34.8833 138.5667 8.0 WOODVILLE (BIRKS) +ASN00023072 -34.9065 138.6870 170.0 ADELAIDE (MAGILL SECURE CARE C +ASN00023073 -34.4167 138.5000 44.0 MALLALA AERO +ASN00023075 -34.9964 138.6039 110.0 ADELAIDE (CLAPHAM) +ASN00023076 -34.4320 138.2587 3.0 PORT PARHAM +ASN00023078 -34.5915 138.7393 49.0 GAWLER COUNCIL DEPOT +ASN00023079 -34.8276 138.5783 3.0 ADELAIDE (DRY CREEK SALTWORKS) +ASN00023080 -34.7103 138.6811 55.0 ELIZABETH PARK +ASN00023081 -34.7715 138.5774 5.0 BOLIVAR TREATMENT WORKS +ASN00023083 -34.7111 138.6222 16.5 EDINBURGH RAAF 95676 +ASN00023085 -34.9222 138.6805 179.0 ROSSLYN PARK (SEAVIEW) +ASN00023086 -34.8931 138.6851 108.0 ROSTREVOR (STRADBROKE) +ASN00023087 -34.5371 138.6049 31.0 REEVES PLAINS (PARANA PARK) +ASN00023088 -34.9167 138.6000 -999.9 ADELAIDE GOVERNMENT HOUSE +ASN00023090 -34.9211 138.6216 48.0 ADELAIDE (KENT TOWN) 94675 +ASN00023091 -34.7808 138.7208 180.0 GOLDEN GROVE +ASN00023092 -34.6500 138.5667 17.0 VIRGINIA 2 +ASN00023093 -34.9726 138.5790 34.0 ADELAIDE (CLARENCE GARDENS BOW +ASN00023095 -34.3579 138.6836 112.0 HAMLEY BRIDGE +ASN00023096 -34.8564 138.6844 105.0 ADELAIDE (HOPE VALLEY RESERVOI +ASN00023097 -34.8833 138.7167 225.0 ADELAIDE (BLACK HILL CONSERVAT +ASN00023098 -34.9742 138.5425 11.0 ADELAIDE (MORPHETTVILLE RACECO +ASN00023099 -34.2500 138.4167 51.0 PINERY MOISTURE RES.STN +ASN00023101 -34.8925 138.6422 45.0 FELIXSTOW (PAYNEHAM) +ASN00023102 -34.8486 138.5203 2.0 GILLMAN YARD +ASN00023103 -34.6453 138.5306 12.0 VIRGINIA +ASN00023104 -34.9113 138.6275 50.0 STEPNEY +ASN00023105 -34.9808 138.6210 92.0 BROWNHILL CREEK (SCOTCH COLLEG +ASN00023107 -34.6010 138.7359 40.0 GAWLER +ASN00023108 -35.0495 138.7259 458.0 LONGWOOD +ASN00023110 -34.6250 138.7208 47.0 GAWLER (EVANSTON GARDENS C.F.S +ASN00023111 -34.6307 138.6467 30.0 GAWLER RIVER (HEASLIP ROAD) +ASN00023113 -34.8125 138.4906 8.0 ADELAIDE (TAPEROO) +ASN00023114 -34.9542 138.6586 225.0 BEAUMONT +ASN00023115 -34.9473 138.5827 34.0 ADELAIDE (KESWICK) +ASN00023116 -34.8170 138.6985 130.0 RIDGEHAVEN +ASN00023117 -34.8368 138.6253 130.0 WALKLEY HEIGHTS (BRIDGE ROAD) +ASN00023118 -34.9469 138.6049 47.0 UNLEY (CHARLES STREET) +ASN00023121 -34.9999 138.5171 5.0 ADELAIDE (SOMERTON PARK) +ASN00023122 -34.5106 138.6763 65.0 ROSEWORTHY AWS 95671 +ASN00023125 -34.5715 139.0790 355.0 MOUNT MCKENZIE (MT MCKENZIE) +ASN00023126 -34.5611 138.7728 60.0 CONCORDIA (TURRETFIELD) +ASN00023128 -34.2015 138.5970 260.0 BALAKLAVA (DONALEEN) +ASN00023129 -34.4611 138.5581 48.0 MALLALA (DOLAGHANS CROSSING) +ASN00023131 -35.5355 138.9010 4.0 HINDMARSH ISLAND (MUNDOO BARRA +ASN00023133 -34.8694 138.6359 66.0 GREENACRES ALERT +ASN00023134 -34.8516 138.5861 5.0 KILBURN ALERT +ASN00023135 -34.3741 138.6567 90.0 HAMLEY BRIDGE ALERT +ASN00023137 -34.8685 138.5698 10.0 REGENCY PARK ALERT +ASN00023138 -34.8319 138.5563 10.0 DRY CREEK (WINGFIELD ALERT) +ASN00023300 -34.5033 139.0452 347.0 ANGASTON +ASN00023301 -34.5333 138.9667 -999.9 TANUNDA (CHATEAU LEONAY) +ASN00023302 -34.5500 139.0833 381.0 COLLINGROVE +ASN00023303 -34.4500 138.8167 191.0 FREELING RAILWAY +ASN00023304 -34.0833 138.9333 -999.9 GLEN GARRIE +ASN00023305 -34.4577 138.9277 255.0 GREENOCK +ASN00023306 -34.1697 138.8095 373.0 RIVERTON (MAROOMBA) +ASN00023307 -34.3412 138.9155 245.0 KAPUNDA +ASN00023308 -34.3500 138.9167 234.7 KAPUNDA WATER WORKS +ASN00023309 -34.5927 138.8684 185.0 LYNDOCH +ASN00023310 -34.0050 138.8142 395.0 MANOORA +ASN00023311 -34.1444 138.8770 375.0 MARRABEL +ASN00023312 -34.4747 138.9928 275.0 NURIOOTPA +ASN00023313 -34.6167 138.9833 445.0 LYNDOCH (PEWSEY VALE) +ASN00023314 -34.1580 138.7483 265.0 RIVERTON +ASN00023315 -34.0844 138.7815 325.0 SADDLEWORTH +ASN00023316 -34.3333 138.7333 148.0 STOCKPORT +ASN00023317 -34.4364 139.0542 310.0 STOCKWELL +ASN00023318 -34.5169 138.9598 250.0 TANUNDA +ASN00023319 -34.2778 138.7725 192.0 TARLEE +ASN00023320 -34.4769 138.9933 265.0 NURIOOTPA TOWN BRIDGE +ASN00023321 -34.4767 139.0047 274.0 NURIOOTPA COMPARISON +ASN00023322 -34.5667 139.0667 -999.9 ANGASTON THE GUMS +ASN00023323 -34.1602 138.9434 440.0 TARNMA +ASN00023324 -34.0908 138.7519 330.0 TUELA +ASN00023325 -34.4550 138.8101 182.0 FREELING +ASN00023326 -34.5667 138.9333 -999.9 ROWLAND FLAT (HAESES) +ASN00023327 -34.5667 138.9333 -999.9 ROWLAND FLAT (KLEEMAN) +ASN00023328 -34.5833 138.9167 -999.9 ROWLAND FLAT (THOMAS) +ASN00023329 -34.7000 139.0667 -999.9 SPRINGTON (HERBIGS) +ASN00023330 -34.7000 139.0500 460.0 SPRINGTON (ROESLERS) +ASN00023331 -34.5333 139.0000 295.0 TANUNDA (GARRETT) +ASN00023332 -34.5167 139.0000 295.0 TANUNDA (KLIX) +ASN00023333 -34.5167 138.9833 280.0 TANUNDA (KRAFT) +ASN00023334 -34.5333 138.9833 280.0 TANUNDA (NELDERS) +ASN00023335 -34.5167 139.0000 295.0 TANUNDA (SCHLIEBS) +ASN00023336 -34.5333 138.9833 280.0 TANUNDA (C.H.ZANDER) +ASN00023337 -34.5833 139.0667 -999.9 EDEN VALLEY (WYNCROFT) +ASN00023338 -34.6167 139.0500 433.0 EDEN VALLEY 1 +ASN00023339 -34.6500 139.1000 395.0 EDEN VALLEY 2 +ASN00023340 -34.6167 139.0500 460.0 EDEN VALLEY NO3 WINE R +ASN00023341 -34.6000 139.0500 475.0 EDEN VALLEY (SEIBOTHS) +ASN00023342 -34.5333 139.0833 -999.9 ANGASTON (THORNS) +ASN00023343 -34.5519 138.8342 116.0 ROSEDALE (TURRETFIELD RESEARCH 95674 +ASN00023344 -34.2833 138.9833 -999.9 BAGOTS WELL (CAMBUS DOON) +ASN00023345 -34.1333 138.6833 -999.9 RHYNIE +ASN00023346 -34.3000 138.8500 340.0 KAPUNDA RESERVOIR +ASN00023347 -34.4645 139.0389 280.0 NORTH PARA RIVER (STOCKWELL RO +ASN00023348 -34.5103 138.8350 140.0 SHEA-OAK LOG (GREENOCK CREEK) +ASN00023349 -34.0936 138.7952 336.0 SADDLEWORTH +ASN00023350 -34.0500 138.7167 304.8 KOONOWLA +ASN00023351 -34.3667 139.0000 -999.9 KOONUNGA +ASN00023352 -34.3500 138.9167 233.8 KAPUNDA HOSPITAL +ASN00023353 -34.5075 138.9750 255.0 TANUNDA (CHATEAU LEONAY) +ASN00023354 -34.3121 139.0077 295.0 KAPUNDA (BAGOT WELL) +ASN00023355 -34.2070 138.7886 275.0 RIVERTON (LEEWARD) +ASN00023356 -34.3860 138.7633 169.0 HAMLEY BRIDGE (LINWOOD) +ASN00023357 -34.4709 138.9991 270.0 NURIOOTPA +ASN00023359 -34.1824 138.5878 222.0 RHYNIE (LLANELLY) +ASN00023360 -34.3303 139.0923 435.0 ST KITTS +ASN00023361 -34.2129 138.8714 372.0 HAMILTON +ASN00023363 -34.5833 138.9333 229.0 ROWLAND FLAT 4 +ASN00023364 -34.2167 138.9667 350.0 ANLABY +ASN00023365 -34.2318 138.6952 270.0 TARLEE (HAZELTON) +ASN00023366 -34.5333 138.9478 238.0 TANUNDA CARAVAN PARK +ASN00023367 -34.4975 139.0300 293.0 ANGASTON CREEK (SALTRAMS GULLY +ASN00023369 -34.4557 138.9222 295.0 GREENOCK +ASN00023370 -34.3143 138.7293 160.0 STOCKPORT (CLIFTON) +ASN00023371 -34.5654 138.9373 228.0 ROWLAND FLAT (JACOBS CREEK) +ASN00023372 -34.4534 139.0638 300.0 BAROSSA VALLEY (DUCKPONDS CREE +ASN00023373 -34.4761 139.0056 275.0 NURIOOTPA VITICULTURAL 94681 +ASN00023374 -34.2523 139.0183 341.0 HANSBOROUGH +ASN00023375 -34.4629 139.0599 300.0 PENRICE +ASN00023376 -34.5795 138.9672 260.0 ROWLAND FLAT (JACOBS CREEK) +ASN00023377 -34.5744 138.8759 140.0 NORTH PARA RIVER (YALDARA) +ASN00023700 -35.2692 138.4772 15.2 ALDINGA POST OFFICE +ASN00023701 -35.3114 138.7517 125.0 ASHBOURNE +ASN00023702 -34.9167 138.7333 502.9 ASHTON 1 +ASN00023703 -35.0042 138.6147 305.0 BELAIR (KALYRA) +ASN00023704 -35.0077 138.6498 305.0 BELAIR (STATE FLORA NURSERY) +ASN00023705 -34.8148 138.9474 385.0 BIRDWOOD +ASN00023706 -35.0167 138.6167 265.0 BLACKWOOD POST OFFICE +ASN00023707 -35.0102 138.7602 445.0 BRIDGEWATER +ASN00023708 -35.5667 138.2333 290.0 SECOND VALLEY (SPRING GROVE) +ASN00023709 -35.0611 138.6585 376.0 CHERRY GARDENS +ASN00023710 -35.1087 138.6256 190.0 CLARENDON +ASN00023711 -35.0333 138.6167 180.0 COROMANDEL VALLEY (BRANDEN) +ASN00023712 -34.8667 138.8333 345.0 DINGO VALE +ASN00023713 -35.0960 138.7887 370.0 ECHUNGA GOLF COURSE +ASN00023714 -35.3736 138.8060 35.0 FINNISS +ASN00023715 -34.8167 138.7500 340.0 HOUGHTON (GLEN EWIN) +ASN00023716 -35.0500 138.5500 185.0 GLENTHORNE EXP STATION +ASN00023717 -34.7667 138.7333 182.9 GOLDEN GROVE +ASN00023718 -35.4987 138.7638 5.0 GOOLWA COUNCIL DEPOT +ASN00023719 -34.8237 138.8859 339.0 GUMERACHA +ASN00023720 -35.0303 138.8148 341.0 HAHNDORF +ASN00023721 -35.0608 138.5647 170.0 HAPPY VALLEY RESERVOIR +ASN00023722 -34.9303 139.0140 365.0 HARROGATE +ASN00023723 -35.4935 138.4575 100.0 YANKALILLA (INMAN VALLEY) +ASN00023724 -35.0739 139.0036 195.0 KANMANTOO +ASN00023725 -34.5569 139.1338 381.0 KEYNETON +ASN00023726 -34.9044 138.8742 459.0 LOBETHAL +ASN00023727 -35.0484 138.7354 425.0 LONGWOOD +ASN00023728 -35.1890 138.8262 311.0 MACCLESFIELD +ASN00023729 -35.2200 138.5408 65.0 MCLAREN VALE +ASN00023730 -35.1782 138.7629 356.0 MEADOWS +ASN00023731 -34.8331 138.8215 315.0 CUDLEE CREEK (MILLBROOK) +ASN00023732 -35.1351 138.5274 92.0 ADELAIDE (MORPHETT VALE) +ASN00023733 -35.0639 138.8509 360.0 MOUNT BARKER 94806 +ASN00023734 -35.1213 138.6769 251.0 MOUNT BOLD RESERVOIR +ASN00023735 -35.3497 138.6223 232.0 MOUNT COMPASS +ASN00023736 -34.9667 138.7167 726.6 MOUNT LOFTY SUMMIT +ASN00023737 -34.7735 139.0501 430.0 MOUNT PLEASANT +ASN00023738 -35.3900 138.4652 216.0 MYPONGA +ASN00023739 -35.0369 138.9130 370.0 NAIRNE +ASN00023740 -35.1850 138.5017 8.0 OLD NOARLUNGA POST OFFICE +ASN00023741 -35.4519 138.3227 15.0 NORMANVILLE +ASN00023742 -35.5299 138.6896 10.0 PORT ELLIOT CARAVAN PARK +ASN00023743 -35.5412 138.5031 82.0 VICTOR HARBOR (RIVINGTON GRANG +ASN00023744 -35.5359 138.2340 115.0 SECOND VALLEY (POOLAMACCA) +ASN00023745 -35.0333 138.7167 496.2 STIRLING +ASN00023746 -34.9333 138.6667 250.0 STONYFELL +ASN00023747 -35.2560 138.8901 70.0 STRATHALBYN +ASN00023748 -34.8307 138.7051 145.0 ADELAIDE (TEA TREE GULLY COUNC +ASN00023749 -35.5000 138.3833 -999.9 TORRENS VALE +ASN00023750 -34.9563 138.7443 487.0 URAIDLA +ASN00023751 -35.5550 138.6217 5.0 VICTOR HARBOR COMPARISON +ASN00023752 -34.6717 138.8885 280.0 WILLIAMSTOWN +ASN00023753 -35.2705 138.5591 104.0 WILLUNGA +ASN00023754 -35.4580 138.3500 40.0 YANKALILLA +ASN00023755 -34.7333 138.9667 405.0 WILLIAMSTOWN (CROMER) +ASN00023756 -34.6603 138.9262 390.0 WILLIAMSTOWN (GLEN GILLIAN) +ASN00023757 -34.9833 138.7167 671.0 CRAFERS ST MICHAELS HOUSE +ASN00023758 -34.7398 138.8715 282.0 KERSBROOK (MABENJO) +ASN00023760 -35.5000 138.6167 -999.9 HINDMARSH VALLEY +ASN00023761 -35.5560 138.3414 355.0 PARAWA (SHARON) +ASN00023762 -35.5667 138.4500 210.0 WILLOW CREEK +ASN00023763 -34.7122 138.9469 395.0 MOUNT CRAWFORD FOREST HEADQUAR +ASN00023764 -34.9833 138.7167 670.6 MOUNT LOFTY (HARDYS) +ASN00023765 -34.9833 138.7167 670.0 MOUNT LOFTY (KORRALLA) +ASN00023766 -35.0167 138.7167 -999.9 MOUNT LOFTY RAILWAY STATION +ASN00023767 -34.9167 138.7333 438.9 NORTON SUMMIT +ASN00023768 -35.0167 138.7500 430.0 ALDGATE STATE SCHOOL +ASN00023769 -35.1167 138.8667 -999.9 BATTUNGA +ASN00023770 -35.0000 138.6333 310.0 BLAIR PUBLIC SCHOOL +ASN00023771 -35.2000 138.9833 -999.9 BLETCHLEY +ASN00023772 -35.2500 138.7667 215.0 BULL CREEK (MARBLE HOUSE) +ASN00023773 -35.6167 138.0833 -999.9 CAPE JERVIS LIGHTHOUSE +ASN00023774 -35.6167 138.0833 -999.9 CAPE JERVIS STATION +ASN00023775 -35.0833 138.6167 360.0 CLARENDON (BLOXHOLME) +ASN00023776 -35.4167 138.7167 -999.9 MERRILEA +ASN00023777 -35.4000 138.6000 -999.9 MOUNT JAGGED +ASN00023778 -34.8833 138.9667 -999.9 MOUNT TORRENS +ASN00023779 -35.0167 138.5667 -999.9 STURT +ASN00023780 -34.8333 139.0500 380.0 TUNGKILLO (TERLINGA) +ASN00023781 -35.3667 138.8333 -999.9 WATALUNGA ESTATE +ASN00023782 -35.4833 138.3833 120.0 YANKALILLA (WOODVALE) +ASN00023783 -35.4012 138.4262 215.0 MYPONGA RESERVOIR +ASN00023785 -35.0000 138.7167 496.0 STIRLING POST OFFICE +ASN00023786 -34.8269 139.0086 484.0 BIRDWOOD (MCVITTIES HILL) +ASN00023787 -35.0247 138.8578 412.0 BALHANNAH (KILLARA PARK) +ASN00023788 -34.9838 138.7179 510.0 PICCADILLY (MOUNT LOFTY BOTANI +ASN00023789 -35.2331 138.7669 250.0 BULL CREEK 2 +ASN00023790 -35.2500 138.5000 40.0 ALDINGA (HILDAS DALE) +ASN00023791 -34.8333 138.7667 372.0 HOUGHTON +ASN00023792 -35.0667 138.8667 335.3 MOUNT BARKER (AUCHENDARROCH) +ASN00023793 -35.0500 138.7667 300.0 MYLOR +ASN00023794 -35.0667 138.7333 304.8 WARRAKILLA +ASN00023795 -35.3000 138.9833 -999.9 WOODBURN +ASN00023796 -35.0667 138.7167 370.0 SCOTTS CREEK +ASN00023797 -35.5167 138.6667 25.0 PORT ELLIOTT +ASN00023799 -35.2183 138.7342 360.0 PROSPECT HILL +ASN00023800 -34.9167 138.9000 380.0 CHARLESTON +ASN00023801 -34.9482 138.8071 480.0 LENSWOOD RESEARCH CENTRE +ASN00023802 -34.7800 138.7450 250.0 GOLDEN GROVE (OLD SILVER ACRES +ASN00023803 -34.9423 138.7270 540.0 ASHTON CO-OP +ASN00023804 -35.5544 138.5997 8.0 VICTOR HARBOR (ENCOUNTER BAY) 95811 +ASN00023805 -35.2167 138.8167 243.8 STRATHALBYN (PATTANGGA) +ASN00023806 -34.8067 138.7552 390.0 UPPER HERMITAGE +ASN00023807 -34.8506 138.7742 412.0 PARACOMBE +ASN00023808 -35.3001 138.6415 262.0 YUNDI +ASN00023809 -34.9689 138.7133 670.0 MOUNT BONYTHON +ASN00023810 -34.9710 138.7042 582.0 MOUNT LOFTY (CLELAND CONSERVAT +ASN00023811 -35.5181 138.2150 40.0 SECOND VALLEY +ASN00023812 -34.9392 139.0697 318.0 ROCKLEIGH (BLACK HEATH) +ASN00023813 -35.4833 138.7167 159.0 GOOLWA (FLAGSTAFF) +ASN00023814 -35.6050 138.1067 90.0 CAPE JERVIS (HUNT) +ASN00023815 -35.5333 138.1833 18.0 RAPID BAY BHP +ASN00023816 -35.5718 138.2440 320.0 SECOND VALLEY FOREST +ASN00023817 -35.0221 138.7344 442.0 ALDGATE +ASN00023818 -35.2158 138.7014 300.0 KUITPO FOREST HQ +ASN00023819 -35.2167 138.6667 340.0 MEADOWS (HAREWOOD) +ASN00023820 -34.6805 138.8561 280.0 WILLIAMSTOWN (SOUTH PARA RESER +ASN00023821 -34.8500 138.7000 125.0 HOPE VALLEY (COCKS) +ASN00023822 -35.1802 139.0239 63.0 HARTLEY (PINE HILL) +ASN00023823 -35.4123 138.5751 248.0 HINDMARSH VALLEY (FERNBROOK) +ASN00023824 -35.4428 138.5444 410.0 HINDMARSH VALLEY (SPRINGMOUNT) +ASN00023825 -35.5288 138.8067 1.0 GOOLWA BARRAGE +ASN00023826 -34.8167 138.8500 340.0 KERSBROOK FOREST RSVE +ASN00023828 -35.0678 138.6097 230.0 ADELAIDE ABERFOYLE PARK +ASN00023829 -34.9516 138.8754 355.0 WOODSIDE +ASN00023830 -35.1062 138.4917 90.0 LONSDALE +ASN00023831 -35.1667 138.6167 185.0 KANGARILLA (JINDABYNE) +ASN00023832 -35.4167 138.6500 22.0 CURRENCY CREEK (KILORAN) +ASN00023833 -35.1425 138.5200 90.0 HACKHAM +ASN00023834 -35.4377 138.6398 270.0 VICTOR HARBOR (BERRIMA) +ASN00023835 -34.9878 138.6881 535.0 CRAFERS +ASN00023836 -34.6967 138.8150 310.0 PARA WIRRA RECREATION PARK +ASN00023838 -35.4156 138.6764 192.0 MOUNT COMPASS (MARSHALL BRAE) +ASN00023839 -35.0216 138.6097 242.0 BLACKWOOD (WITTUNGA) +ASN00023840 -35.2333 138.5167 70.0 MCLAREN VALE SECTION 171 +ASN00023841 -35.4167 138.7167 87.0 CURRENCY CREEK +ASN00023842 -34.9784 138.7088 685.0 MOUNT LOFTY 95678 +ASN00023843 -35.0266 138.7133 470.0 HEATHFIELD WORKS DEPOT +ASN00023844 -35.1667 138.9333 270.0 ARCHER HILL (TANDERRA PARK) +ASN00023845 -35.3889 138.8228 25.0 FINNISS (VIEWBANK) +ASN00023846 -35.0028 138.6635 480.0 BELAIR +ASN00023847 -34.9864 138.6361 310.0 BROWN HILL +ASN00023848 -34.9931 138.6944 580.0 CRAFERS HIGHWAYS DEPT +ASN00023849 -35.5147 138.7989 3.0 GOOLWA (HINDMARSH ISLAND MARIN +ASN00023858 -34.7630 138.7765 350.0 GOULD CREEK (HERMITAGE) +ASN00023860 -34.9499 138.6866 375.0 LONG RIDGE (GREENHILL) +ASN00023862 -34.9121 138.8730 398.0 LOBETHAL TREATMENT WORKS +ASN00023865 -34.8944 138.8099 540.0 LENSWOOD (STRINGYBARK) +ASN00023866 -35.0068 138.8033 315.0 VERDUN +ASN00023867 -34.9342 138.7467 535.0 ASHTON +ASN00023868 -34.9818 138.7083 675.0 MOUNT LOFTY CHANNEL 9 +ASN00023871 -35.3175 138.4636 25.0 SELLICKS BEACH +ASN00023872 -35.2111 138.5325 45.0 MCLAREN VALE CHALK HILL ROAD +ASN00023873 -34.9913 138.6937 570.0 CRAFERS WEST +ASN00023874 -34.9750 138.6724 345.0 LEAWOOD GARDENS (EAGLE ON THE +ASN00023875 -35.5695 138.2864 341.0 PARAWA (SECOND VALLEY FOREST A 94811 +ASN00023876 -35.2276 138.5366 55.0 MCLAREN VALE (PIRRAMIMMA WINER +ASN00023877 -34.7863 138.8651 350.0 KERSBROOK +ASN00023878 -34.7253 138.9273 525.0 MOUNT CRAWFORD (MT CRAWFORD AW 94678 +ASN00023879 -34.8476 138.8751 492.0 CUDLEE CREEK (O'DEAS ROAD) +ASN00023880 -34.7595 138.9341 440.0 IRONSTONE ROAD +ASN00023881 -34.7742 139.0062 498.0 CROMER ROAD +ASN00023882 -34.8713 138.9058 76.0 LOBETHAL (MAIDMENT ROAD) +ASN00023883 -34.9833 138.7317 449.0 PICCADILLY (PETALUMA) +ASN00023885 -35.1586 138.5057 55.0 NOARLUNGA 94808 +ASN00023887 -35.1712 138.6783 365.0 KUITPO FOREST RESERVE 94683 +ASN00023888 -34.6209 138.8402 188.0 LYNDOCH (COCKATOO VALLEY) +ASN00023889 -35.6094 138.5611 110.0 VICTOR HARBOR (WAITPINGA CLIFF +ASN00023890 -35.0012 138.6200 310.0 BELAIR (ST JOHNS) +ASN00023891 -34.9847 138.7404 441.0 PICCADILLY (WOODHOUSE) +ASN00023892 -34.8856 138.7562 312.0 MONTACUTE +ASN00023893 -34.9940 138.8522 365.0 OAKBANK +ASN00023894 -35.5194 138.8177 11.0 HINDMARSH ISLAND AWS 94677 +ASN00023896 -34.8757 138.7103 200.0 ATHELSTONE (BLACK HILL) +ASN00023897 -35.3159 138.6218 270.0 YUNDI (MUNDAWORA) +ASN00023898 -35.2564 138.4836 42.0 ALDINGA (WINTON LODGE) +ASN00023901 -34.9792 138.7075 625.0 CRAFERS (MT LOFTY) +ASN00023902 -34.6369 139.0242 525.0 EDEN VALLEY (MT ADAM) +ASN00023903 -35.1128 138.7863 350.0 ECHUNGA +ASN00023904 -34.9113 138.7595 460.0 CHERRYVILLE +ASN00023905 -34.9695 138.7410 483.0 URAIDLA (SUTTON CREEK) +ASN00023906 -35.2078 138.6496 390.0 MOUNT WILSON +ASN00023907 -34.9161 138.8991 375.0 CHARLESTON ALERT +ASN00023910 -35.1296 138.6819 385.0 KANGARILLA (SADDLEBAGS HILL AL +ASN00023911 -35.0632 138.7636 312.0 MYLOR (BIGGS FLAT ALERT) +ASN00023913 -35.0823 138.7276 250.0 BRADBURY (HOULGRAVES ALERT) +ASN00023915 -34.7539 138.7191 155.0 GOULD CREEK (LITTLE PARA RESER +ASN00023916 -35.0302 138.5878 210.0 BELLEVUE HEIGHTS ALERT +ASN00024000 -34.3000 140.9333 30.0 PARINGA (BEARDY PARK FARM) +ASN00024001 -34.2591 140.4708 26.0 BARMERA +ASN00024002 -34.2833 140.6000 65.5 BERRI IRRIGATION +ASN00024003 -34.1658 140.7541 20.0 RENMARK IRRIGATION +ASN00024004 -34.0167 140.8333 24.4 CHOWILLA +ASN00024005 -34.2500 140.4067 15.0 BARMERA (COBDOGLA) +ASN00024006 -34.2233 140.3422 40.0 KINGSTON ON MURRAY +ASN00024007 -34.4528 140.5681 46.0 LOXTON +ASN00024008 -34.2579 140.6478 22.0 LYRUP +ASN00024009 -34.2333 140.5500 25.0 MONASH POST OFFICE +ASN00024010 -34.2918 140.3632 33.0 MOOROOK +ASN00024011 -34.5833 140.8333 58.0 NADDA (ZIMMERMAN) +ASN00024012 -34.1479 140.3256 59.0 OVERLAND CORNER +ASN00024013 -34.4442 140.4958 40.0 LOXTON (PYAP) +ASN00024014 -34.1033 139.9042 38.0 QUALCO (KALUNA VINEYARDS) +ASN00024015 -34.1775 139.9425 45.0 WAIKERIE (RAMCO) +ASN00024016 -34.1711 140.7494 20.0 RENMARK +ASN00024017 -34.3523 140.8411 24.0 TALDRA +ASN00024018 -34.1778 139.9806 25.0 WAIKERIE +ASN00024019 -34.0500 140.8333 20.0 WILKADENE (MURTHO) +ASN00024020 -34.3167 140.0000 60.0 HOLDER +ASN00024021 -34.0833 139.9333 8.0 BOGGY FLAT +ASN00024022 -34.1833 140.0167 -999.9 HOLDER VILLAGE SETTLEMENT +ASN00024023 -34.4333 140.6000 66.0 LOXTON RESEARCH CENTRE +ASN00024024 -34.4390 140.5978 30.1 LOXTON RESEARCH CENTRE 94682 +ASN00024025 -34.2717 140.5964 50.0 BERRI +ASN00024026 -34.1333 140.7833 -999.9 MURTHO VILLAGE +ASN00024027 -34.1833 140.8000 -999.9 PARINGA +ASN00024028 -34.0849 140.6934 22.0 RENMARK (COOLTONG) +ASN00024029 -34.2159 140.1860 63.0 WAIKERIE (EREMOPHILA PARK) +ASN00024031 -34.1700 139.8170 32.0 DUFFIELD RAMCO +ASN00024033 -34.1847 140.0242 54.9 WAIKERIE AERO +ASN00024034 -34.3833 140.4000 -999.9 NEW RESIDENCE +ASN00024035 -33.9833 140.9167 40.0 CHOWILLA E&WS +ASN00024037 -34.1903 140.7619 18.0 PARINGA LOCK V +ASN00024038 -34.1897 140.0043 40.0 WAIKERIE COUNCIL WORKS DEPOT +ASN00024039 -34.2833 140.6167 18.0 BERRI CARAVAN PARK +ASN00024041 -34.1944 139.9378 65.0 WAIKERIE (GOLDEN HEIGHTS) +ASN00024042 -34.2333 140.8333 40.0 PARINGA (BEARDY PARK VINEYARDS +ASN00024043 -33.9833 140.9667 60.0 MURTHO POST OFFICE +ASN00024044 -34.1128 139.8619 27.0 WAIKERIE (QUALCO) +ASN00024045 -34.0569 139.7583 16.0 WAIKERIE (CADELL) +ASN00024046 -34.0333 139.7667 30.0 CADELL +ASN00024047 -34.3814 140.2822 38.0 MOOROOK (WAPPILKA) +ASN00024048 -34.1983 140.6766 31.5 RENMARK AERO 95687 +ASN00024500 -35.5144 139.3687 10.0 ASHVILLE +ASN00024501 -34.0954 139.1543 285.0 AUSTRALIA PLAINS +ASN00024502 -34.6923 139.4396 50.0 BLACK HILL +ASN00024503 -34.3522 139.6117 30.5 BLANCHETOWN +ASN00024504 -34.1233 139.3509 122.0 BOWER +ASN00024505 -35.2667 139.3167 15.0 BRINKLEY EAST +ASN00024506 -34.2572 139.2689 210.0 EUDUNDA (BROWNLOW) +ASN00024507 -35.1856 139.1290 90.0 MURRAY BRIDGE (LOOMOOLOO) +ASN00024508 -35.1250 139.0433 96.0 CALLINGTON +ASN00024509 -34.3515 139.1289 395.0 DUTTON +ASN00024510 -35.1123 139.5172 75.0 TAILEM BEND (WOODLANDS) +ASN00024511 -34.1754 139.0847 415.0 EUDUNDA 94680 +ASN00024512 -33.9725 139.1869 236.0 ROBERTSTOWN (GERANIUM PLAINS) +ASN00024513 -34.6534 139.3651 68.0 CAMBRAI (KONGOLIA) +ASN00024514 -35.3500 139.0500 9.1 LAKE PLAINS (METALA) +ASN00024515 -35.2959 139.0328 18.0 LANGHORNE CREEK +ASN00024516 -35.3000 139.0333 10.0 LANGHORNE CREEK 2 +ASN00024517 -34.9145 139.3010 40.0 MANNUM COUNCIL DEPOT +ASN00024518 -35.6902 139.3375 3.0 MENINGIE 95814 +ASN00024519 -35.4068 138.9701 8.0 MILANG +ASN00024520 -34.0333 139.6667 11.0 MORGAN POST OFFICE +ASN00024521 -35.1234 139.2592 33.0 MURRAY BRIDGE COMPARISON 95812 +ASN00024522 -35.0422 139.3550 8.0 MYPOLONGA +ASN00024523 -35.2921 139.2069 8.0 MULGUNDAWA SALT +ASN00024524 -35.0333 139.2167 76.2 PALLAMANA POST OFFICE +ASN00024525 -34.8530 139.1607 192.0 PALMER +ASN00024526 -34.0751 139.0513 382.0 POINT PASS +ASN00024527 -33.9733 139.4208 115.0 MOUNT MARY PUMPING STATION 2 +ASN00024528 -33.9888 139.0800 344.0 ROBERTSTOWN +ASN00024529 -34.7569 139.2172 100.0 MANNUM (SANDERSTON) +ASN00024530 -34.4584 139.3597 78.0 SEDAN (SANDLETON) +ASN00024531 -34.5719 139.2961 95.0 SEDAN +ASN00024532 -34.3500 139.3000 131.1 STONEFIELD +ASN00024533 -34.9692 139.1874 108.0 MURRAY BRIDGE (TEPKO) +ASN00024534 -34.1555 139.2251 231.0 SUTHERLANDS +ASN00024535 -34.5681 139.5971 12.0 SWAN REACH +ASN00024536 -35.2546 139.4542 21.0 TAILEM BEND +ASN00024537 -35.6190 139.4378 5.0 MENINGIE (WALTOWA) +ASN00024538 -35.3333 139.3833 7.6 WELLINGTON EAST +ASN00024539 -35.5949 139.1296 9.0 NARRUNG (YALKURI) +ASN00024540 -35.3000 139.4000 -999.9 WELLINGTON STATION +ASN00024541 -33.8500 139.4167 -999.9 DILKARA (FLORIETON) +ASN00024542 -34.7315 139.2760 93.0 SANDERSTON (THE FORDS) +ASN00024543 -35.5167 139.1667 5.0 NARRUNG POST OFFICE +ASN00024545 -35.4167 138.9667 7.6 MILANG DEPT OF AGRIC. +ASN00024546 -34.8333 139.6167 -999.9 CAURNAMOUNT +ASN00024547 -34.6762 139.6513 41.0 NILDOTTIE +ASN00024548 -34.0667 139.8000 -999.9 NORTH WEST BEND +ASN00024549 -35.1167 139.2667 6.1 MURRAY BRIDGE EXP. FARM +ASN00024550 -35.4941 138.9929 10.0 MILANG (POINT STURT) +ASN00024551 -35.1093 139.0806 202.0 CALLINGTON HILL +ASN00024552 -35.2000 139.0000 50.0 HARTLEY POST OFFICE +ASN00024553 -33.8833 139.3500 150.0 FLORIETON (BUNDEY BORE) +ASN00024554 -35.1978 139.5871 50.0 TAILEM BEND (RIVER DOWNS) +ASN00024555 -34.2571 139.0923 478.0 EUDUNDA (MOONDAH) +ASN00024558 -35.4064 138.9753 6.0 MILANG E&WS +ASN00024559 -35.6481 139.1661 15.0 MENINGIE WEST +ASN00024560 -35.1167 139.1000 145.0 MONARTO SOUTH +ASN00024562 -35.3000 139.4003 5.0 WELLINGTON PUMPING STN +ASN00024563 -35.6000 139.0333 3.0 PELICAN POINT E&WS +ASN00024564 -34.3515 139.6153 11.0 BLANCHETOWN LOCK 1 +ASN00024565 -34.8500 139.1667 -999.9 PALMER (LEONORA FARMS) +ASN00024566 -35.0667 139.2000 102.0 MONARTO (HILLVIEW) +ASN00024567 -35.0500 139.0833 -999.9 MONARTO (ROCKLEIGH DOWNS) +ASN00024568 -35.1333 139.2000 115.0 MURRAY BRIDGE (THE RANCH) +ASN00024571 -34.7002 139.5946 52.0 NILDOTTIE (KROEHNS) +ASN00024572 -35.2828 139.2031 8.0 WELLINGTON (BRINKLEY SOUTH) +ASN00024573 -34.4085 139.1274 344.0 TRURO +ASN00024575 -34.5444 139.1930 462.0 KEYNETON (SEDAN HILL) +ASN00024576 -35.3480 138.9771 14.0 MILANG (NAVARINO) +ASN00024577 -35.7344 139.2675 5.0 MENINGIE (EGRETTA) +ASN00024578 -34.0647 139.6605 42.0 MORGAN (BRENDA PARK STATION) +ASN00024579 -34.8788 138.9740 520.0 MT TORRENS +ASN00024580 -35.2836 138.8934 58.0 STRATHALBYN RACECOURSE 94814 +ASN00024581 -34.5042 139.4706 81.0 SEDAN (YOOKAMURRA SANCTUARY) +ASN00024582 -35.1016 139.1426 100.0 MONARTO ZOOLOGICAL PARK +ASN00024583 -34.9472 138.9261 447.0 WOODSIDE (INVERBRACKIE ALERT) +ASN00024584 -35.0650 139.2273 45.0 MURRAY BRIDGE (PALLAMANA AEROD 95818 +ASN00024585 -34.5079 139.5306 82.0 SWAN REACH (PONDEROSA) +ASN00024586 -34.1308 139.4233 100.0 MOUNT MARY +ASN00025000 -34.7314 140.5036 68.0 ALAWOONA +ASN00025001 -34.6667 140.2833 68.0 CALIPH POST OFFICE +ASN00025002 -34.8276 139.6673 92.0 PURNONG (CLAYPANS) +ASN00025003 -34.7950 139.8488 53.0 COPEVILLE +ASN00025004 -34.6961 139.9602 70.0 GALGA +ASN00025005 -35.1333 140.6000 85.0 GURRAI POST OFFICE +ASN00025006 -35.0900 139.8972 72.0 KAROONDA 95813 +ASN00025007 -35.0667 140.7000 83.0 KARTE POST OFFICE +ASN00025008 -34.4667 140.0667 -999.9 MAGGEA +ASN00025009 -34.7033 140.8561 45.0 MERIBAH +ASN00025010 -34.8133 140.2177 70.0 MINDARIE +ASN00025011 -35.2964 139.6417 10.0 MOORLANDS +ASN00025012 -35.1667 140.4000 -999.9 MULPATA +ASN00025013 -35.2977 140.6667 100.0 PARILLA +ASN00025014 -34.7169 140.7352 55.0 PARUNA +ASN00025015 -35.2680 140.9075 101.0 PINNAROO +ASN00025016 -34.7833 140.0833 -999.9 ROSALIND +ASN00025017 -34.9413 140.1307 58.0 SANDALWOOD +ASN00025018 -34.7884 140.5003 62.0 ALAWOONA (SCHELLS WELL) +ASN00025019 -34.6333 140.3667 58.2 VEITCH +ASN00025020 -35.1333 139.7333 -999.9 WYNARKA (HOOPER) +ASN00025021 -35.1667 140.0500 -999.9 YURGO +ASN00025022 -35.0333 140.0500 -999.9 BORRIKA +ASN00025023 -34.9295 140.9113 65.0 PEEBINGA +ASN00025024 -34.4933 140.3017 53.0 LOXTON (WUNKAR) +ASN00025025 -34.9732 139.8071 85.0 PERPONDA +ASN00025026 -34.4500 139.9667 73.0 SHEPHERDS WELL +ASN00025027 -34.9000 139.6167 -999.9 BOW HILL +ASN00025028 -34.9333 139.8333 -999.9 KALYAN +ASN00025029 -34.6000 140.2000 -999.9 MANTUNG SECTION 43 +ASN00025030 -34.5667 140.5333 43.0 PATA +ASN00025031 -34.6333 140.5000 -999.9 WILPY +ASN00025032 -35.1732 140.1818 87.0 MARAMA +ASN00025033 -34.9500 140.4167 -999.9 ALAWOONA (KARINYA) +ASN00025034 -34.7797 140.2733 77.0 LOXTON (WANBI RESEARCH CENTRE) +ASN00025035 -34.6667 140.5000 -999.9 VEITCHS WELL +ASN00025036 -35.1524 140.2880 84.0 KULKAMI +ASN00025037 -35.3206 139.7986 14.0 SHERLOCK +ASN00025038 -35.1522 139.7156 105.0 WYNARKA +ASN00025039 -35.0393 139.9844 70.0 LOWALDIE (CARRAMAR STUD) +ASN00025040 -34.8941 139.6768 61.0 BOWHILL +ASN00025041 -34.5922 140.5789 50.0 PATA (HILLDALE) +ASN00025042 -35.2440 139.8261 60.0 SHERLOCK (WARRANA) +ASN00025044 -34.4595 139.8922 70.0 NEW WELL (MARFIELD) +ASN00025045 -34.5333 140.1500 -999.9 MANTUNG (MAY FARM) +ASN00025046 -35.0662 140.8560 88.0 PINNAROO (KOMBALI) +ASN00025047 -35.1167 140.1833 -999.9 BORRIKA (WOOLDRIDGE) +ASN00025048 -34.7279 140.8571 52.0 MERIBAH (MERALLEN) +ASN00025049 -35.2500 139.7617 30.0 SHERLOCK (PIGGOTT) +ASN00025050 -34.6345 140.2432 68.0 CALIPH +ASN00025051 -34.5876 140.0791 65.0 MANTUNG +ASN00025052 -34.5500 139.7500 45.0 SWAN REACH (REACHVIEW) +ASN00025053 -34.6000 139.7667 -999.9 NETHERLEIGH +ASN00025054 -35.2069 140.3605 95.0 LAMEROO (DESFORD) +ASN00025055 -35.2333 140.9333 -999.9 PINNAROO (HOPE FARM) +ASN00025500 -36.1270 140.7069 92.0 BORDERTOWN (BERANGWEE) +ASN00025501 -36.3125 140.7718 81.0 BORDERTOWN +ASN00025502 -35.3790 139.5617 6.0 COOKE PLAINS +ASN00025503 -35.4698 139.6967 15.0 COOMANDOOK +ASN00025504 -35.6984 139.8633 22.0 COONALPYN +ASN00025505 -36.3293 140.7112 76.0 BORDERTOWN (KARRAWIRRA) +ASN00025506 -35.3800 140.1588 72.0 GERANIUM +ASN00025507 -36.0980 140.3556 29.0 KEITH 94816 +ASN00025508 -35.5217 139.5133 30.0 COOMANDOOK (MALINONG) +ASN00025509 -35.3288 140.5175 99.0 LAMEROO COMPARISON 94688 +ASN00025510 -36.3667 140.7000 70.0 MUNDULLA +ASN00025511 -35.4922 139.9419 15.0 NETHERTON (DESERT FRINGE) +ASN00025512 -35.3805 140.2519 83.0 PARRAKIE +ASN00025513 -35.3627 139.9503 23.0 PEAKE +ASN00025514 -35.8806 140.0594 18.0 TINTINARA +ASN00025515 -35.5163 139.9521 20.0 NETHERTON (THE GLEN) +ASN00025516 -36.0617 140.5500 80.0 KEITH (NARREE DOWNS) +ASN00025517 -35.3500 140.3500 88.0 WILKAWATT POST OFFICE +ASN00025518 -36.1821 140.5720 64.0 WIRREGA (TAUNTON) +ASN00025519 -36.3654 140.9096 110.0 WOLSELEY +ASN00025520 -35.8000 140.0333 30.0 CULBURRA (TROSSACHS) +ASN00025521 -35.9667 140.1667 -999.9 DANDARAGA +ASN00025522 -36.2667 140.4500 -999.9 KONGAL +ASN00025523 -35.8597 139.5599 15.0 MENINGIE (NARANGA) +ASN00025524 -35.9497 140.7833 110.0 BORDERTOWN (KANGARINGA) +ASN00025525 -36.1881 140.7999 98.0 BORDERTOWN (INGLEWOOD) +ASN00025526 -35.9711 139.8400 11.0 TINTINARA (COLEBATCH DOWNS) +ASN00025527 -35.7118 139.6402 18.0 COONALPYN (ALPYN DOWNS) +ASN00025528 -36.0833 140.8500 -999.9 BORDERTOWN (KOOROON) +ASN00025529 -35.8095 139.4747 10.0 MENINGIE (MILL PARK) +ASN00025530 -35.5833 139.8000 -999.9 KIKI +ASN00025531 -35.9833 139.5333 30.5 WOODS WELL +ASN00025533 -36.2833 140.6667 -999.9 CANNAWIGARA +ASN00025535 -36.3833 140.7500 -999.9 NALANG +ASN00025536 -36.3000 140.7667 81.7 BORDERTOWN +ASN00025537 -36.1333 139.6667 6.1 SALT CREEK (SHANNON DOWNS) +ASN00025538 -36.1519 140.5473 61.0 WIRREGA (YARRAWIN) +ASN00025539 -35.4143 140.3590 80.0 WILKAWATT (NEWHOUSE FARM) +ASN00025541 -36.0371 140.5841 76.0 KEITH (MANDURAMA) +ASN00025542 -35.3963 140.5994 105.0 LAMEROO (ARTLARINGA) +ASN00025543 -35.5507 139.8658 40.0 KI KI (MOORILLA) +ASN00025544 -36.2333 140.6667 61.0 BORDERTOWN (WOOLMIT) +ASN00025545 -36.0833 140.8000 115.0 BORDERTOWN SECTION 75 +ASN00025546 -35.9899 139.9685 14.0 TINTINARA (RICHARDS) +ASN00025547 -35.3139 140.0358 31.0 PEAKE (BROADLANDS) +ASN00025548 -35.8381 139.8991 16.0 CULBURRA (HAYFIELDS) +ASN00025549 -36.1167 140.3667 31.0 KEITH E&WS +ASN00025550 -36.4049 140.8181 123.0 BORDERTOWN (MONARD) +ASN00025551 -35.7360 139.9581 20.0 COONALPYN (TWINVILLE) +ASN00025552 -35.9833 140.2500 29.0 COOMBE +ASN00025553 -36.3194 140.6686 68.0 BORDERTOWN (CUPPA-CUP) +ASN00025554 -35.7681 140.8911 155.0 KIRRA +ASN00025555 -35.5442 139.4717 35.0 COOKE PLAINS (KANBARA) +ASN00025556 -35.6969 139.4943 7.0 MENINGIE (GREEN PLAINS) +ASN00025557 -36.1058 140.3273 27.0 KEITH (MUNKORA) 95815 +ASN00025558 -35.4696 139.9461 20.0 NETHERTON (ROCKLEY GRAZIERS) +ASN00025559 -34.5934 140.5213 45.0 PATA (WILPY FARM) +ASN00025560 -36.3098 140.7400 85.0 BORDERTOWN INDUSTRIAL ESTATE +ASN00025561 -36.3994 140.8424 90.0 WOLSELEY (HONITON) +ASN00025562 -35.3778 140.5378 110.1 LAMEROO (AUSTIN PLAINS) 94690 +ASN00026000 -37.4861 140.0115 6.0 BEACHPORT +ASN00026001 -37.4167 140.7500 -999.9 BONLEY +ASN00026002 -37.1333 140.7167 55.0 BOOL LAGOON +ASN00026003 -37.2454 140.4340 40.0 CALLENDALE +ASN00026004 -36.9706 139.7100 10.0 CAPE JAFFA (JAFFA HILLS) +ASN00026005 -38.0573 140.6725 5.0 CAPE NORTHUMBERLAND +ASN00026006 -37.2583 140.9683 110.0 PENOLA (COMAUM PARK) +ASN00026007 -36.7124 140.9552 103.0 FRANCES +ASN00026008 -37.4167 140.3333 -999.9 FURNER +ASN00026009 -37.5659 140.6955 70.0 KALANGADOO +ASN00026010 -36.7096 140.1623 30.0 KINGSTON SE (KEILIRA STATION) +ASN00026011 -36.7000 140.5833 -999.9 KEPPOCH +ASN00026012 -36.8309 139.8526 7.0 KINGSTON SE +ASN00026013 -36.8803 140.9286 95.0 KYBYBOLITE RESEARCH CENTRE +ASN00026014 -37.6051 140.5793 105.0 LAKE LEAKE (KOOEEYONG) +ASN00026015 -36.8297 140.5328 50.0 NARACOORTE (LOCHABER) +ASN00026016 -36.9731 140.3664 30.0 LUCINDALE POST OFFICE +ASN00026017 -36.5010 140.3835 36.0 PADTHAWAY (MARCOLLAT) +ASN00026018 -37.5872 140.3426 20.0 MILLICENT +ASN00026019 -37.5575 140.4197 65.0 MOUNT BURR FOREST RESERVE +ASN00026020 -37.8333 140.7833 65.0 MOUNT GAMBIER POST OFFICE GSN 94821 +ASN00026021 -37.7473 140.7739 63.0 MOUNT GAMBIER AERO 94821 +ASN00026022 -37.5500 140.5500 91.4 MOUNT MCINTYRE +ASN00026023 -36.9564 140.7402 58.0 NARACOORTE +ASN00026024 -37.0333 140.8000 -999.9 NARACOORTE CAVE RANGE +ASN00026025 -37.3803 140.8379 62.0 PENOLA POST OFFICE +ASN00026026 -37.1628 139.7560 3.3 ROBE COMPARISON 94812 +ASN00026027 -37.6957 140.4601 25.0 TANTANOOLA +ASN00026028 -36.6833 140.8167 76.2 FRANCES (WAVERLEY) +ASN00026029 -36.4167 139.9000 -999.9 KERCOONDA +ASN00026030 -37.0153 139.9612 8.0 BISCUIT FLAT (WOOLMIT) +ASN00026031 -37.9000 140.5500 -999.9 KONGORONG +ASN00026032 -36.6000 139.9500 -999.9 TARATAP +ASN00026033 -36.3167 139.7167 -999.9 CANTARA +ASN00026034 -37.2008 140.9136 85.0 COMAUM FOREST RESERVE +ASN00026035 -36.9994 139.7994 14.0 NOOLOOK WELL (NOOLOOK FOREST R +ASN00026036 -37.4886 140.8269 65.0 PENOLA STATE FOREST RESERVE +ASN00026037 -36.5822 140.7293 90.0 BORDERTOWN (YACCA VALE) +ASN00026038 -36.6000 140.5000 36.0 PADTHAWAY +ASN00026039 -37.0833 140.0833 -999.9 CONMURRA +ASN00026040 -37.0833 140.2833 -999.9 CROWER +ASN00026041 -37.8167 140.9333 -999.9 MYORA +ASN00026042 -37.1000 140.8000 -999.9 NETLEY PARK +ASN00026043 -37.0833 140.6500 -999.9 TARLOOPE +ASN00026045 -37.3000 140.8333 59.0 COONAWARRA +ASN00026046 -36.7833 140.5833 61.0 MORAMBRO STATION +ASN00026047 -37.7000 140.6167 -999.9 GLENCOE STATION +ASN00026049 -36.0582 139.5913 4.0 POLICEMAN POINT +ASN00026050 -37.3981 140.1264 15.0 BEACHPORT (PATAWITA) +ASN00026051 -36.4667 139.9167 20.0 KINGSTON (CENTANINTI) +ASN00026052 -36.3333 139.7667 8.0 COORONG (CORTINA) +ASN00026053 -36.9989 140.1900 22.0 AVENUE (SHERACO) +ASN00026054 -36.7875 140.0894 20.0 KINGSTON (MOUNT SCOTT) +ASN00026055 -36.7000 140.7333 83.0 FRANCES (KARANA PARK) +ASN00026056 -36.6833 140.5333 38.0 NARACOORIE (KEPPOCH PARK) +ASN00026057 -37.4306 140.4667 40.0 FURNER (KOOKOOTONGA) +ASN00026058 -36.6064 140.7118 90.0 BORDERTOWN (BEEAMA SECTION 48) +ASN00026059 -37.1783 140.4589 42.0 PENOLA (ELAD) +ASN00026060 -37.6833 140.6167 61.0 GLENCOE +ASN00026061 -37.3667 140.5500 46.0 PENOLA (NARANGGA) +ASN00026062 -36.9229 140.5809 52.0 NARACOORTE (BETTWS-Y-COED) +ASN00026063 -36.5667 140.5500 25.0 PADTHAWAY (VALLEY VIEW PASTORA +ASN00026064 -37.6333 140.8167 61.0 TARPEENA EAST +ASN00026065 -36.2789 139.8426 25.0 SALT CREEK (PITLOCHRY OUTSTATI +ASN00026066 -36.4500 140.2833 30.0 WILLALOOKA SECTION +ASN00026067 -37.9594 140.7703 21.0 MOUNT SCHANK (JETHIA) +ASN00026068 -37.2167 140.7500 55.0 KILLANOOLA +ASN00026069 -36.8073 140.3870 35.0 LUCINDALE (GREENVALE) +ASN00026070 -37.2667 140.1167 11.0 KONETTA E&WS +ASN00026071 -37.2068 140.1609 25.0 GREENWAYS +ASN00026072 -37.3000 140.0667 11.0 BEACHPORT (BRAEMOOR) +ASN00026073 -37.2167 140.0000 6.1 LAKE HAWDON +ASN00026074 -37.9167 140.8500 40.0 CAROLINE FOREST RESERVE +ASN00026075 -37.1428 140.9498 115.0 WRATTONBULLY (JOEVILLE) +ASN00026076 -37.6397 140.8586 69.0 TARPEENA (PLEASANT PARK) +ASN00026077 -37.3311 140.6978 58.0 PENOLA (WINDAMERE) +ASN00026078 -36.9424 140.2362 23.0 AVENUE (DOWNER) +ASN00026079 -37.0467 140.9260 85.0 NARACOORTE (KOPPAMURRA) +ASN00026080 -37.4833 140.4500 36.3 MILLICENT SECTION 28 +ASN00026081 -37.9667 140.8500 38.0 CAROLINE (HEININGER) +ASN00026082 -37.0951 140.7911 65.0 STRUAN +ASN00026083 -36.2334 139.8494 25.0 SALT CREEK (PITLOCHRY HOMESTEA +ASN00026084 -36.1392 139.8814 18.0 SALT CREEK (KENDAL STATION) +ASN00026085 -37.8456 140.7686 85.0 MOUNT GAMBIER (BLUE LAKE HOLID +ASN00026086 -37.3797 140.3294 30.0 FURNER (KENNION SECTION 235) +ASN00026087 -37.2633 140.6800 50.0 PENOLA (BENDLEBY) +ASN00026088 -36.4006 140.2698 25.0 WILLALOOKA (YARDOOKRA) +ASN00026089 -36.5958 140.4864 37.0 PADTHAWAY +ASN00026090 -38.0042 140.7078 15.0 ALLENDALE EAST POST OFFICE +ASN00026091 -37.2906 140.8254 57.0 COONAWARRA 94817 +ASN00026092 -37.1072 140.7242 55.0 BOOL LAGOON GAME RESERVE +ASN00026093 -37.6039 140.4811 240.0 MOUNT BURR TELECOM +ASN00026094 -36.9563 139.9947 8.0 REEDY CREEK (WOOLMIT) +ASN00026095 -36.9655 139.7164 17.0 CAPE JAFFA (THE LIMESTONE) 94813 +ASN00026096 -37.3162 140.6992 58.0 PENOLA (ANDABAGO) +ASN00026097 -37.3932 140.6782 58.0 PENOLA CAVES RANGE +ASN00026098 -37.5422 140.8137 70.0 NANGWARRY FORESTRY SA DEPOT +ASN00026099 -36.9813 140.7270 49.7 NARACOORTE AERODROME 94820 +ASN00026100 -36.6539 140.5212 35.0 PADTHAWAY SOUTH 95823 +ASN00026101 -37.4003 140.3351 30.0 FURNER (WOOMERA HOMESTEAD) +ASN00026102 -37.8221 140.7593 40.0 MOUNT GAMBIER COUNCIL DEPOT +ASN00026103 -37.1340 140.7273 52.0 BOOL LAGOON (LOCKSLEY FARM) +ASN00026104 -36.8465 140.5592 42.0 NARACOORTE (VIEW BANK) +ASN00026105 -37.1776 139.8054 3.0 ROBE AIRFIELD 95816 +ASN00026106 -37.1039 140.0958 13.0 ROBE (BISCUIT FLAT) +ASN00026107 -36.4370 140.3356 41.0 WILLALOOKA (NIOKA) +ASN00026109 -37.3818 139.9454 5.0 LAKE GEORGE (MAHARISHI VEDIC C +ASN00026110 -36.7746 140.0222 30.0 KINGSTON SE (MOREVIEW) +ASN00026111 -37.9268 140.4257 2.0 PELICAN POINT +ASN00026112 -37.2850 140.6927 50.0 MAGPIE CORNER (MURRAY'S COTTAG +ASN00027000 -13.3539 141.7208 13.0 AURUKUN SHIRE COUNCIL +ASN00027001 -10.0000 142.1667 5.0 BADU MULGRAVE ISLAND +ASN00027002 -9.2333 142.2167 -999.9 BOIGU +ASN00027003 -10.6058 141.9142 19.2 BOOBY ISLAND LIGHTHOUSE +ASN00027004 -10.7000 142.5333 40.0 CAPE YORK POST OFFICE +ASN00027005 -13.9447 143.2006 199.0 COEN POST OFFICE +ASN00027006 -13.7642 143.1178 160.5 COEN AIRPORT EVAP +ASN00027007 -10.9000 142.3167 -999.9 COWELL CREEK +ASN00027008 -9.6000 143.7000 53.0 DARNLEY ISLAND SCHOOL +ASN00027009 -9.4000 142.5500 -999.9 DAUAN ISLAND +ASN00027010 -10.5667 142.1500 104.0 GOODE ISLAND LIGHTHOUSE +ASN00027011 -9.9833 143.2000 -999.9 MABUIAG ISLAND +ASN00027012 -12.0161 141.9000 6.0 OLD MAPOON +ASN00027013 -11.5500 142.4667 58.0 MCDONNELL STATION +ASN00027014 -13.1833 142.8000 122.0 MEIN STATION +ASN00027015 -12.4536 142.6389 40.0 MORETON TELEGRAPH STATION +ASN00027016 -9.9167 144.0333 -999.9 MURRAY ISLAND +ASN00027017 -10.2500 142.4833 -999.9 NAGHIR ISLAND +ASN00027018 -9.4000 142.7000 7.0 SAIBAI ISLAND +ASN00027019 -10.1833 142.3333 -999.9 MOA ISLAND MISSION +ASN00027020 -9.5000 143.5333 -999.9 STEPHEN ISLAND +ASN00027021 -10.5831 142.2203 8.0 THURSDAY ISLAND TOWNSHIP +ASN00027022 -10.5853 142.2100 57.6 THURSDAY ISLAND MO +ASN00027024 -13.0833 142.9500 150.0 WENLOCK POST OFFICE +ASN00027025 -9.9000 142.7833 -999.9 YAM ISLAND SCHOOL +ASN00027026 -9.7500 143.4167 -999.9 YORK ISLAND SCHOOL +ASN00027027 -10.5906 142.2878 13.0 HORN ISLAND AIRPORT +ASN00027028 -14.3167 143.3000 -999.9 YARRADEN +ASN00027030 -11.4011 142.4092 110.0 ELIOT FALLS +ASN00027031 -10.8969 142.3844 58.0 BAMAGA +ASN00027032 -14.4783 142.8264 77.0 STRATHBURN STATION +ASN00027033 -10.9500 142.7000 4.0 TURTLE HEAD ISLAND +ASN00027034 -12.6608 142.6706 50.0 BATAVIA DOWNS STATION +ASN00027035 -10.7500 142.6000 -999.9 SOMERSET +ASN00027036 -10.5833 142.2167 -999.9 THURSDAY ISLAND RESIDENCY +ASN00027037 -10.7167 142.4333 3.0 PEAK POINT +ASN00027038 -16.4231 143.1456 93.0 HIGHBURY STATION +ASN00027039 -14.8856 142.8019 121.9 STRATHMAY STATION +ASN00027040 -13.7000 141.5500 5.0 PERET OUTSTATION +ASN00027041 -14.8500 143.2667 229.0 GLEN GARLAND STATION +ASN00027042 -12.6267 141.8836 20.0 WEIPA EASTERN AVE +ASN00027043 -13.7458 142.4275 76.0 MERIPAH +ASN00027044 -13.0658 142.4511 80.0 MERLUNA +ASN00027045 -12.6778 141.9208 18.0 WEIPA AERO GSN 94170 +ASN00027046 -15.1139 143.3100 150.0 DIXIE +ASN00027048 -10.9428 142.4508 15.0 INJINOO AIRPORT +ASN00027049 -13.6578 142.6689 80.0 ROKEBY NATIONAL PARK +ASN00027050 -11.7508 142.5822 113.0 HEATHLANDS NATIONAL PARK +ASN00027051 -15.4167 142.9000 -999.9 ORONERS STATION +ASN00027052 -10.5333 141.4500 -999.9 PROUDFOOT SHOAL +ASN00027054 -10.0511 143.0686 3.5 COCONUT ISLAND 94182 +ASN00027055 -14.8772 142.9644 125.0 STRATH HAVEN STATION +ASN00027056 -13.3181 142.8911 150.0 WOLVERTON +ASN00027057 -12.6550 142.0333 42.0 SCHERGER RAAF BASE +ASN00027058 -10.5844 142.2900 4.0 HORN ISLAND 94174 +ASN00027060 -14.7947 142.4333 45.0 STRATHGORDON +ASN00027061 -14.5181 142.0389 45.0 SOUTHWELL STATION +ASN00027062 -10.7194 142.4586 11.0 PUNSAND BAY +ASN00027063 -13.4381 142.9417 113.0 ARCHER RIVER ROADHOUSE +ASN00027064 -13.1325 142.7872 100.0 PICCANINNY PLAINS STATION +ASN00027065 -12.4753 141.9147 30.0 ELY CAMP +ASN00027066 -12.7075 142.3608 75.0 SUDLEY STATION +ASN00027067 -13.7464 142.1419 30.0 KENDALL RIVER STATION +ASN00027068 -13.7119 141.5547 5.0 WATHANIIN +ASN00027069 -14.9406 142.3431 64.0 BALURGA STATION +ASN00027071 -11.8517 142.0356 24.0 SKARDON RIVER +ASN00027072 -12.0933 142.5589 49.0 BRAMWELL +ASN00027073 -13.7606 143.1183 159.3 COEN AIRPORT 94183 +ASN00027074 -10.7325 142.6000 10.0 ALBANY ISLAND +ASN00027075 -12.6167 142.0869 39.3 SCHERGER RAAF 94171 +ASN00028000 -15.5581 144.4453 95.0 LAURA POST OFFICE +ASN00028001 -12.9833 143.5000 20.0 LOCKHART RIVER MISSION +ASN00028002 -16.0500 144.3000 -999.9 MAYTOWN +ASN00028003 -17.1000 144.3833 342.0 MUNGANA +ASN00028004 -16.0008 144.0758 203.8 PALMERVILLE 94276 +ASN00028005 -15.8842 143.5125 125.0 KING JUNCTION +ASN00028006 -16.6833 143.9000 -999.9 WALSH RIVER POST OFFICE +ASN00028007 -14.7803 143.5036 79.4 MUSGRAVE 94187 +ASN00028008 -12.7850 143.3047 18.5 LOCKHART RIVER AIRPORT 94186 +ASN00028009 -17.0472 144.3489 304.8 ROOKWOOD STATION +ASN00028010 -15.4994 144.2814 165.0 FAIRVIEW OUTSTATION +ASN00028011 -14.8869 144.2169 10.0 KALPOWAR +ASN00028012 -15.3167 143.9558 80.0 KOOLBURRA +ASN00028013 -16.2217 144.7081 490.0 MAITLAND DOWNS STATION +ASN00028014 -14.4894 143.6775 40.0 LILYVALE STATION +ASN00028015 -16.6622 143.9969 152.4 WROTHAM PARK +ASN00028016 -15.0439 143.7614 30.0 MARY VALLEY STATION +ASN00028017 -13.9772 143.5500 10.0 SILVER PLAINS STATION +ASN00028018 -15.1994 143.8556 80.0 KALINGA +ASN00028019 -12.6175 143.4475 5.0 RESTORATION ISLAND +ASN00028020 -16.3772 143.9844 175.0 MOUNT MULGRAVE +ASN00028021 -15.7167 144.6667 80.0 CROCKODILE +ASN00028022 -16.5419 143.6694 120.0 GAMBOOLA STATION +ASN00028023 -14.9258 144.1994 28.0 LAKEFIELD NATIONAL PARK +ASN00028024 -14.7364 144.1175 15.0 BIZANT +ASN00028025 -15.6867 143.5633 180.0 PINNACLE +ASN00028026 -15.4258 143.4947 160.0 KILLARNEY +ASN00028027 -15.6119 143.4786 229.0 KIMBA +ASN00028028 -16.8717 143.4733 140.0 BULIMBA STATION +ASN00028030 -15.5667 144.0167 100.0 ST GEORGE +ASN00028031 -14.7317 143.5864 59.0 VIOLET VALE STATION +ASN00028032 -16.8339 144.4217 375.0 NYCHUM STATION +ASN00028033 -15.7453 144.0450 180.0 FAIRLIGHT +ASN00028034 -15.2417 144.8108 125.0 MELSONBY STATION +ASN00028035 -14.7117 143.7303 30.0 LOTUS BIRD LODGE +ASN00028036 -11.9833 143.2500 18.0 HICKS ISLAND +ASN00029000 -18.2952 139.2828 43.0 ALMORA STATION +ASN00029001 -18.5447 139.8706 75.0 AUGUSTUS DOWNS STATION +ASN00029002 -19.5319 141.3531 90.0 ARIZONA +ASN00029003 -20.2500 141.7667 -999.9 AUCKLAND DOWNS STATION +ASN00029004 -17.7425 139.5475 5.5 BURKETOWN POST OFFICE 94259 +ASN00029005 -20.0744 142.2089 170.0 BUNDA BUNDA +ASN00029006 -20.1833 141.4500 -999.9 CABANDA STATION +ASN00029007 -19.4764 140.9317 55.0 CANOBIE +ASN00029008 -20.7089 140.5192 200.0 CLONCURRY MCILLWRAITH ST +ASN00029009 -20.6717 140.5083 189.0 CLONCURRY AERO +ASN00029010 -20.2667 141.6167 -999.9 CONSENTES STATION +ASN00029011 -20.1669 141.8514 160.0 CROWFELS STATION +ASN00029012 -18.2044 142.2447 115.5 CROYDON TOWNSHIP 94269 +ASN00029013 -18.7139 140.5472 50.0 DONORS HILL STATION +ASN00029014 -16.0414 142.3786 40.0 DUNBAR STATION +ASN00029015 -20.6528 141.5486 122.0 EDDINGTON STATION +ASN00029016 -18.8525 142.5742 175.0 ESMERALDA STATION +ASN00029017 -21.2333 141.5500 178.0 EULOLO STATION +ASN00029018 -20.0500 142.3167 -999.9 EUTHELLA STATION +ASN00029019 -18.1500 142.8500 -999.9 GILBERT RIVER POST OFFICE +ASN00029020 -20.7000 141.5000 120.0 GILLIAT POST OFFICE +ASN00029021 -17.3667 141.5000 -999.9 GLENCOE STATION +ASN00029022 -20.0919 140.3675 152.0 GRANADA STATION +ASN00029023 -18.8692 141.2069 50.0 IFFLEY STATION +ASN00029024 -18.1333 142.8500 -999.9 CHADSHUNT STATION +ASN00029025 -20.6569 141.7458 122.6 JULIA CREEK POST OFFICE +ASN00029026 -20.0303 140.0378 150.0 KAJABBI KALKADOON HOTEL +ASN00029027 -19.3600 140.0414 91.4 KAMILAROI STATION +ASN00029028 -17.4561 140.8319 4.9 KARUMBA AIRPORT +ASN00029029 -15.8931 142.4439 43.0 KOOLATAH STATION +ASN00029030 -20.4247 141.4047 100.0 LANDS END STATION +ASN00029031 -18.5806 138.5811 70.0 LAWN HILL +ASN00029032 -19.0067 139.8961 75.0 LORRAINE +ASN00029033 -16.6500 141.4500 -999.9 MACARONI STATION +ASN00029034 -21.2719 141.2892 172.0 MCKINLAY ROADHOUSE +ASN00029035 -18.2050 140.8867 15.0 MILGARRA +ASN00029036 -19.8581 141.5567 100.0 MILLUNGERA STATION +ASN00029037 -17.3297 141.8797 50.0 MIRANDA DOWNS STATION +ASN00029038 -15.4818 141.7483 9.6 KOWANYAMA AIRPORT 94268 +ASN00029039 -16.6640 139.1837 8.5 MORNINGTON ISLAND 94256 +ASN00029040 -19.5261 138.3664 250.0 MORSTONE STATION +ASN00029041 -17.6706 141.0672 8.4 NORMANTON POST OFFICE +ASN00029042 -20.7000 141.0667 131.0 OORINDI RAILWAY STATION +ASN00029043 -20.5500 141.9333 -999.9 OXTON DOWNS STATION +ASN00029044 -18.9167 142.2500 -999.9 PROSPECT STATION +ASN00029045 -17.8619 142.5603 120.0 STRATHMORE +ASN00029046 -17.9408 141.7550 53.0 BLACKBULL SIDING +ASN00029047 -19.6242 138.6386 250.0 UNDILLA STATION +ASN00029048 -16.9683 141.9547 35.0 VANROOK STATION +ASN00029049 -20.4436 141.4553 100.0 WERRINA STATION +ASN00029050 -18.5736 140.8972 40.0 WONDOOLA STATION +ASN00029051 -20.0158 141.9050 140.0 ZONIA DOWNS +ASN00029052 -14.8989 141.6192 4.0 PORMPURAAW TOWNSHIP +ASN00029053 -19.4667 141.2667 -999.9 DORA VALE STATION +ASN00029054 -18.2092 142.6575 158.0 INORUNIE STATION +ASN00029055 -19.4667 141.2167 -999.9 LYRIAN DOWNS STATION +ASN00029056 -21.4333 141.4167 -999.9 MILGERY STATION +ASN00029057 -17.1833 141.7108 60.0 STIRLING STATION +ASN00029058 -20.6672 141.7214 122.5 JULIA CREEK AIRPORT 94337 +ASN00029059 -18.5333 140.6500 -999.9 BANG BANG STATION +ASN00029060 -17.8833 138.5833 -999.9 CORINDA STATION +ASN00029061 -18.9511 138.0531 250.0 HERBERT VALE +ASN00029062 -19.2500 140.6333 -999.9 WURUNG STATION +ASN00029063 -17.6872 141.0733 18.4 NORMANTON AIRPORT 94266 +ASN00029064 -20.3167 139.7500 -999.9 PICKWICK STATION +ASN00029065 -18.7881 139.7119 100.0 NARDOO STATION +ASN00029066 -19.0281 138.7408 150.0 RIVERSLEIGH STATION +ASN00029068 -18.1689 139.1381 30.0 PUNJAUB STATION +ASN00029069 -17.3383 138.2508 60.0 WESTMORELAND STATION +ASN00029070 -18.0500 142.0000 -999.9 GREEN CREEK +ASN00029071 -18.2281 139.8739 12.0 FLORAVILLE DOWNS STATION +ASN00029072 -17.4667 140.8333 5.0 KARUMBA PILOT STATION +ASN00029073 -17.6833 141.0833 12.0 NORMANTON HOSPITAL +ASN00029074 -17.9667 142.3333 108.0 WALLABADAH STATION +ASN00029075 -20.4747 140.5828 60.0 FORT CONSTANTINE STATION +ASN00029076 -17.7792 140.8794 16.0 MAGOWRA STATION +ASN00029077 -17.7483 139.5356 5.7 BURKETOWN AIRPORT GSN 94260 +ASN00029078 -20.2508 140.6550 140.0 COTSWOLD STATION +ASN00029079 -17.4833 140.8333 3.0 KARUMBA LODGE +ASN00029080 -19.3142 138.3322 250.0 NORFOLK STATION +ASN00029081 -18.5030 139.2903 76.0 GREGORY DOWNS STATION +ASN00029082 -18.3883 142.2586 110.0 MITTAGONG STATION +ASN00029083 -17.9567 139.7553 15.0 ARMRAYNALD STATION +ASN00029084 -19.1000 140.8833 58.0 CLEANSKIN STATION +ASN00029085 -16.2333 141.4167 6.1 INKERMAN STATION +ASN00029086 -18.9611 140.5386 60.0 COWAN DOWNS STATION +ASN00029087 -18.6500 139.2500 -999.9 GREGORY DOWNS HOTEL +ASN00029088 -20.3667 140.2833 -999.9 DIPVALE STATION +ASN00029089 -20.1408 140.6806 140.0 CLONAGH STATION +ASN00029090 -21.0344 141.8008 144.0 TOORAK RESEARCH STATION +ASN00029091 -19.8253 140.1608 120.0 COOLULLAH STATION +ASN00029092 -19.8392 140.9336 90.0 BRINARD STATION +ASN00029093 -17.9431 138.8219 50.0 DOOMADGEE SHARP STREET +ASN00029094 -19.6881 139.3661 225.0 MAMMOTH MINE +ASN00029095 -17.8667 141.1167 -999.9 GLENORE STATION +ASN00029096 -18.3078 142.3558 140.0 ALEHVALE STATION +ASN00029097 -20.1000 140.6333 -999.9 DONALDSON STATION +ASN00029098 -21.5169 141.4478 230.0 PENOLA DOWNS STATION +ASN00029099 -20.1236 141.3186 90.0 DALGONALLY STATION +ASN00029100 -18.6419 139.2516 78.0 GREGORY DOWNS OUTSTATION +ASN00029105 -20.5019 140.3164 176.0 CARSLAND +ASN00029106 -20.1167 139.7250 410.0 JULIUS DAM +ASN00029107 -20.3000 139.5833 -999.9 JULIUS DAM PIPELINE SITE +ASN00029108 -20.1661 139.7328 240.0 JULIUS DAM PUMPING SITE 1 +ASN00029109 -20.3833 139.5167 330.0 JULIUS DAM PUMPING SITE 2 +ASN00029110 -15.6386 141.8228 20.0 RUTLAND PLAINS STATION +ASN00029111 -16.9933 141.3161 20.0 DELTA DOWNS STATION +ASN00029112 -19.6667 139.0500 333.0 LADY ANNIE MINE +ASN00029113 -18.0697 141.6253 60.0 GUM CREEK STATION +ASN00029114 -19.6028 142.2394 160.0 MALPAS STATION +ASN00029115 -15.8333 141.4167 -999.9 WATERLOO STATION +ASN00029116 -21.2333 141.1167 -999.9 STRATHFIELD STATION +ASN00029117 -18.0000 140.5667 -999.9 INVERLEIGH STATION +ASN00029118 -20.1444 139.4142 350.0 CALTON HILLS STATION +ASN00029119 -20.7333 140.0000 168.0 MARY KATHLEEN URANIUM +ASN00029120 -21.5333 140.5000 -999.9 SELWYN WRC +ASN00029121 -20.5958 139.6939 280.0 WEST LEICHHARDT STATION +ASN00029122 -21.2833 140.5000 -999.9 KURIDALA POST OFFICE +ASN00029123 -20.5833 139.5767 330.0 LAKE MOONDARRA +ASN00029124 -21.0667 140.3000 -999.9 MALBON RAILWAY STATION +ASN00029125 -20.7333 139.4833 356.0 MOUNT ISA POST OFFICE +ASN00029126 -20.7361 139.4817 381.0 MOUNT ISA MINE GSN 94332 +ASN00029127 -20.6778 139.4875 340.3 MOUNT ISA AERO 94332 +ASN00029129 -21.2150 140.2333 282.0 DEVONCOURT STATION +ASN00029130 -20.9542 139.5861 339.0 MIM RIFLE CREEK +ASN00029131 -20.0200 139.8433 190.0 GERETA STATION +ASN00029132 -20.6556 142.1006 120.0 MANFRED DOWNS STATION +ASN00029135 -20.7000 141.8833 -999.9 GAROMNA STATION +ASN00029136 -21.3661 140.4986 300.0 FARLEY STATION +ASN00029137 -19.6661 141.3961 100.0 NUMIL DOWNS STATION +ASN00029138 -20.9167 139.9500 -999.9 HIGHTVILLE +ASN00029139 -17.1142 139.5981 4.0 SWEERS ISLAND 94257 +ASN00029141 -20.6664 140.5050 186.0 CLONCURRY AIRPORT 94335 +ASN00029144 -20.4350 141.5481 120.0 KESWICK STATION +ASN00029148 -18.2431 140.5283 20.0 MCALLISTER STATION +ASN00029150 -20.8422 141.4292 150.0 MALVIE DOWNS STATION +ASN00029152 -18.7036 138.4839 145.0 LAWN HILL GORGE NPWS +ASN00029153 -18.0722 138.9322 39.0 BLUE HOLE +ASN00029154 -18.4306 141.2686 21.0 YAPPAR RIVER +ASN00029156 -19.2247 141.6397 90.0 MUNDJURO STATION +ASN00029159 -17.8000 139.3597 30.0 ESCOTT STATION +ASN00029160 -20.2350 141.2933 80.0 VIOLA STATION +ASN00029161 -21.0733 140.2814 260.0 BRIGHTLANDS STATION +ASN00029162 -20.6786 139.4831 340.3 MOUNT ISA COMPARISON +ASN00029163 -18.1000 138.3000 90.0 KINGFISHER CAMP +ASN00029164 -18.0983 138.3031 100.0 BOWTHORN STATION +ASN00029165 -18.6517 139.2539 78.0 GREGORY TOWNSHIP +ASN00029166 -18.9703 138.8033 115.0 RIVERSLEIGH TM +ASN00029167 -18.7569 138.7056 126.8 CENTURY MINE 94261 +ASN00029168 -16.5556 141.8286 20.0 DORUNDA STATION +ASN00029169 -17.0458 141.3783 60.0 LOTUS VALE +ASN00029170 -17.8333 139.2833 50.0 BEAMESBROOK +ASN00029171 -20.1306 139.7187 299.0 LAKE JULIUS +ASN00029172 -19.9064 139.1070 351.7 LADY ANNIE COPPER MINE +ASN00030000 -17.6036 143.1811 61.0 ABINGDON DOWNS STATION +ASN00030001 -21.0000 144.0000 296.0 AFTON DOWNS STATION +ASN00030002 -17.8131 144.3989 400.0 BURLINGTON +ASN00030003 -20.6000 144.0000 271.3 ALDERLEY STATION +ASN00030004 -21.0167 143.4000 -999.9 ARJUNA STATION +ASN00030005 -19.6833 145.5333 457.0 BLUFF DOWNS STATION +ASN00030006 -20.6694 143.7375 290.0 BOREMBA STATION +ASN00030007 -20.4333 142.9667 228.0 CAMBRIDGE DOWNS STATION +ASN00030008 -18.7194 144.3181 480.0 CARPENTARIA DOWNS STATION +ASN00030009 -20.0078 144.8992 722.4 CARGOON STATION +ASN00030010 -20.4319 143.8628 380.0 DUTTON RIVER STATION +ASN00030011 -19.7000 144.1167 914.0 CHUDLEIGH PARK STATION +ASN00030012 -20.3667 142.5167 -999.9 CLUTHA STATION +ASN00030013 -18.3000 143.4000 -999.9 CUMBERLAND STATION +ASN00030014 -18.5189 144.0914 458.0 EINASLEIGH TOWNSHIP +ASN00030015 -21.1231 143.0389 220.0 ESSEX DOWNS STATION +ASN00030016 -21.2667 144.8333 344.0 EWAN PLAINS STATION +ASN00030017 -19.8167 144.4833 -999.9 FIGTREE STATION +ASN00030018 -18.2922 143.5483 291.7 GEORGETOWN POST OFFICE +ASN00030019 -19.2647 143.6741 536.0 GILBERTON +ASN00030020 -21.2333 141.8942 171.0 GLENBERVIE STATION +ASN00030021 -20.7389 144.4853 430.0 GLENDOWER STATION +ASN00030022 -20.8192 144.2333 316.4 HUGHENDEN AIRPORT 94343 +ASN00030023 -20.3617 145.6553 345.0 HOMESTEAD POST OFFICE +ASN00030024 -20.8447 144.1986 324.0 HUGHENDEN POST OFFICE +ASN00030025 -20.8528 144.2258 320.0 HUGHENDEN STATION +ASN00030026 -20.4514 143.2292 233.0 KENMAC STATION +ASN00030027 -18.8756 144.1433 520.0 KIDSTON GOLD MINE +ASN00030028 -21.1833 143.7167 -999.9 KILLARNEY STATION +ASN00030029 -21.2833 144.6333 -999.9 LAMMERMOOR STATION +ASN00030030 -19.2039 144.3700 883.9 LYNDHURST STATION +ASN00030031 -20.8667 143.5667 237.0 MARATHON RAILWAY STATION +ASN00030032 -19.5458 145.2533 430.0 MARYVALE STATION +ASN00030033 -20.7192 142.6806 210.0 MAXWELTON POST OFFICE +ASN00030034 -21.1167 144.8103 380.0 MERLIN STATION +ASN00030035 -20.8633 143.3050 210.0 MOSELLE DOWNS STATION +ASN00030036 -18.1472 144.3183 462.0 MOUNT SURPRISE TOWNSHIP +ASN00030037 -20.1550 142.2139 139.0 NELIA POST OFFICE +ASN00030038 -20.6744 142.4931 160.0 NONDA DOWNS STATION +ASN00030039 -19.2544 144.1536 700.0 OAK PARK STATION +ASN00030040 -20.5236 145.3989 403.0 PENTLAND POST OFFICE +ASN00030041 -20.8708 144.6000 432.2 PRAIRIE POST OFFICE +ASN00030042 -18.2786 143.2242 335.0 PRESTWOOD STATION +ASN00030043 -20.8944 142.1436 170.0 PROA STATION +ASN00030044 -20.5667 143.1167 216.4 REDAN STATION +ASN00030045 -20.7289 143.1425 211.1 RICHMOND POST OFFICE GSN 94340 +ASN00030046 -18.4222 144.4625 560.0 ROSELLA PLAINS STATION +ASN00030047 -20.0356 142.4914 200.0 SAXBY DOWNS STATION +ASN00030048 -18.6242 144.5739 540.0 SPRING CREEK STATION +ASN00030049 -21.2678 143.8092 292.0 STAMFORD STATION +ASN00030050 -21.1000 142.5000 -999.9 TARBRAX STATION +ASN00030051 -20.7694 145.0211 465.0 TORRENS CREEK POST OFFICE +ASN00030052 -19.6733 144.8900 560.0 WANDO VALE STATION +ASN00030053 -20.6500 145.2900 450.0 WARRIGUL RAILWAY STATION +ASN00030054 -20.8133 143.2328 230.0 WILBURRA DOWNS STATION +ASN00030055 -18.5883 143.6017 400.0 FORSAYTH CARAVAN PARK +ASN00030056 -19.8000 143.3000 -999.9 WOOLGAR STATION +ASN00030057 -21.2139 144.3644 320.0 ZARA STATION +ASN00030058 -21.1117 144.9306 375.0 WOGADOONA +ASN00030059 -19.6333 144.1500 853.0 CHEVIOT HILLS STATION +ASN00030060 -19.2000 143.5000 -999.9 ORTONA STATION +ASN00030061 -18.6836 144.7444 512.0 CONJUBOY STATION +ASN00030062 -20.1000 142.5000 -999.9 GLENGALA STATION +ASN00030063 -20.3000 143.1000 -999.9 BURLEIGH STATION +ASN00030064 -21.0167 144.3833 -999.9 REDCLIFF STATION +ASN00030065 -21.0000 142.4000 -999.9 BOONOONA STATION +ASN00030066 -21.2333 142.3333 137.0 BELFORD STATION +ASN00030067 -21.2500 143.9000 307.8 ELDORADO DOWNS STATION +ASN00030068 -19.4642 144.3189 793.0 OAK VALLEY STATION +ASN00030069 -18.7667 144.8500 572.0 WYANDOTTE STATION +ASN00030070 -18.2422 143.0322 200.0 FOREST HOME STATION +ASN00030071 -20.5856 143.9747 300.0 SPRING VALLEY STATION +ASN00030072 -20.0969 144.9875 701.0 LOW HOLM STATION +ASN00030073 -17.8500 143.7028 240.0 VAN LEE +ASN00030074 -20.4775 142.6250 183.0 ARTESIAN DOWNS STATION +ASN00030075 -20.0950 142.6931 230.0 SOLWAY DOWNS STATION +ASN00030076 -20.2167 143.4000 365.8 COALBROOK STATION +ASN00030077 -20.1167 144.5333 762.0 MOUNT EMU PLAINS STATION +ASN00030078 -20.5525 144.0367 457.0 DENBIGH STATION +ASN00030079 -21.0500 144.9500 457.0 CHELTENHAM STATION +ASN00030080 -20.6500 142.6167 -999.9 MOLESWORTH STATION +ASN00030081 -20.2631 143.1097 250.0 BURLEIGH STATION +ASN00030082 -19.7037 144.3775 760.0 GREGORY SPRINGS STATION +ASN00030083 -19.9711 145.5850 380.0 TOOMBA STUD +ASN00030084 -17.3908 144.1811 300.0 BOLWARRA STATION +ASN00030085 -21.2667 143.0167 235.0 CASSILIS STATION +ASN00030086 -19.1833 143.5167 444.0 IONA STATION +ASN00030087 -17.4000 144.2000 -999.9 TATE RIVER STATION +ASN00030088 -19.3769 144.1156 800.0 WERRINGTON STATION +ASN00030089 -20.9072 142.8000 210.0 MERRIULA STATION +ASN00030090 -19.1964 144.0014 670.0 BAGSTOWE STATION +ASN00030091 -18.0808 143.4622 260.0 IRON HURST STATION +ASN00030092 -21.2667 142.2167 -999.9 CLARAFIELD STATION +ASN00030093 -19.9217 144.9583 680.0 ELLENVALE STATION +ASN00030094 -20.6914 145.6994 300.0 MILRAY STATION WRC +ASN00030095 -20.3833 143.2333 229.0 TOWRI STATION +ASN00030096 -20.9167 143.0167 -999.9 PATROY STATION +ASN00030097 -20.6167 143.2333 25.0 REVENUE DOWNS STATION +ASN00030098 -19.6625 145.2836 500.0 KANGERONG STATION +ASN00030099 -19.9683 144.6883 770.0 REEDY SPRINGS STATION +ASN00030100 -20.5167 143.2833 -999.9 ACTION DOWNS STATION +ASN00030101 -20.7500 143.9500 -999.9 ROKEBY STUD +ASN00030102 -18.1778 143.3622 250.0 MOUNT TURNER STATION +ASN00030103 -18.2225 143.9697 370.0 EVELEIGH STATION +ASN00030104 -19.0425 143.6333 534.0 AGATE CREEK CAMP +ASN00030106 -18.9372 144.4906 540.0 THE LYND STATION +ASN00030107 -18.8383 143.7086 460.0 ROBIN HOOD STATION +ASN00030108 -18.4333 142.9833 -999.9 LANGO VALE STATION +ASN00030109 -18.1144 143.2861 240.0 HUONFELS STATION +ASN00030110 -18.4500 143.5333 270.0 LORNEVALE STATION +ASN00030111 -18.3167 143.6667 375.0 ROUTH STATION +ASN00030112 -18.8242 143.2531 309.0 NORTH HEAD +ASN00030113 -19.5375 144.2050 817.5 BLACKBRAES N.P +ASN00030114 -19.0167 143.9333 -999.9 WELFERN STATION +ASN00030115 -19.0550 144.9594 457.0 LUCKY SPRINGS STATION +ASN00030116 -18.1186 144.5539 630.0 WHITE WATERS STATION +ASN00030117 -20.5333 145.5333 -999.9 GLENHOUGHTON STATION +ASN00030119 -19.2500 143.0667 305.0 FOG CREEK STATION +ASN00030123 -20.8217 143.5767 224.0 MARATHON +ASN00030124 -18.3039 143.5306 301.8 GEORGETOWN AIRPORT GSN 94274 +ASN00030125 -21.0167 144.0500 289.0 WATTEN RAILWAY STATION +ASN00030126 -18.2667 144.4000 -999.9 JUNCTION CREEK STATION +ASN00030127 -20.9942 144.6433 420.0 WOODBINE STATION +ASN00030128 -21.1372 142.4544 160.0 CARNWATH STATION +ASN00030129 -19.4231 145.3100 400.0 NIALL STATION +ASN00030130 -19.8900 145.6125 370.0 SOUTHWICK WEST STATION +ASN00030131 -19.8167 146.0333 -999.9 GAINSFORD STATION +ASN00030132 -19.8019 145.8592 310.0 FLETCHER VALE STATION +ASN00030133 -21.5778 141.9189 475.4 KYNUNA +ASN00030135 -20.7833 142.5000 -999.9 BUNDORAN STATION +ASN00030136 -20.9481 145.8917 260.0 LONGTON STATION +ASN00030137 -19.6347 145.7886 300.0 HILLGROVE STATION +ASN00030138 -20.2106 144.6772 750.0 STRATHTAY STATION +ASN00030139 -20.4500 143.4167 265.0 SHERWOOD DOWNS STATION +ASN00030140 -17.1589 144.5169 369.0 CHILLAGOE ATHERTON STREET +ASN00030141 -19.7600 144.7817 700.0 NEWBURGH STATION +ASN00030143 -20.6350 144.0114 240.0 SODA VALLEY STATION +ASN00030144 -21.4014 142.6167 175.0 PLAINBY STATION +ASN00030145 -19.7533 144.5181 610.0 CLARKE HILLS STATION +ASN00030148 -19.7008 145.6564 330.0 EMU VALLEY STATION +ASN00030149 -21.0442 144.0992 280.0 HILLVIEW STATION +ASN00030150 -19.3833 143.1667 -999.9 BELLFIELD STATION +ASN00030151 -20.3600 144.3400 640.0 BOONDEROO STATION +ASN00030152 -20.8731 143.8556 265.0 DUNLUCE STATION +ASN00030153 -19.0142 144.6475 535.0 WELCOME DOWNS STATION +ASN00030154 -18.2253 144.6719 841.0 YARAMULLA STATION +ASN00030155 -20.3044 144.2453 762.0 MT PLEASANT STATION +ASN00030156 -20.1808 145.0131 645.0 LOLWORTH STATION +ASN00030157 -18.2817 143.1828 200.0 RIVERVIEW (GILBERT RV) +ASN00030158 -18.4564 143.2986 240.0 GREEN HILLS +ASN00030160 -19.0000 144.9769 500.0 GREENVALE TOWNSHIP +ASN00030161 -20.7017 143.1167 206.3 RICHMOND AIRPORT 94341 +ASN00031000 -17.1000 145.8167 -999.9 ALOOMBA STATE SCHOOL +ASN00031001 -15.6000 145.3333 62.0 ARCHER POINT LIGHTHOUSE +ASN00031002 -17.2667 145.4833 752.0 ATHERTON POST OFFICE +ASN00031003 -15.9167 145.3500 11.0 AYTON +ASN00031004 -17.3436 145.9217 14.0 BABINDA POST OFFICE +ASN00031005 -17.2167 145.6167 793.0 BARRINE +ASN00031006 -17.2167 145.6667 -999.9 SEVERIN STATE FOREST +ASN00031007 -15.7167 145.2833 701.0 BIG TABLELAND +ASN00031008 -16.8922 145.4192 375.0 BIBOOHRA +ASN00031009 -15.8472 144.8753 275.0 BUTCHER HILL STATION +ASN00031010 -16.9333 145.7833 2.0 CAIRNS POST OFFICE GSN 94287 +ASN00031011 -16.8736 145.7458 2.2 CAIRNS AERO 94287 +ASN00031012 -16.0969 145.4575 17.0 CAPE TRIBULATION STORE +ASN00031013 -17.0833 145.3667 516.0 CHEWKO +ASN00031014 -17.4075 145.4369 915.0 WONDECLA-EAST HILLS RD +ASN00031015 -16.9122 145.8956 350.0 CLOHESY RIVER +ASN00031016 -15.4633 145.2500 6.0 COOKTOWN POST OFFICE +ASN00031017 -15.4486 145.1861 14.0 COOKTOWN MISSION STRIP +ASN00031018 -17.6658 145.4358 760.0 RAVENSHOE BINBROOK ESTATE +ASN00031019 -16.3000 145.3000 -999.9 DAINTREE RIVER MISSION +ASN00031020 -17.1600 145.6250 670.6 DANBULLA FORESTRY +ASN00031021 -17.2083 145.9089 20.0 DEERAL +ASN00031022 -17.1492 145.1086 407.0 DIMBULAH BRICKLEY ST +ASN00031023 -17.0086 145.1683 500.0 NORTHCOTE HOMESTEAD +ASN00031024 -17.5350 145.4822 1006.0 EVELYN STATE FOREST +ASN00031025 -17.3000 145.7000 762.0 GADGARRA FOREST RESERVE +ASN00031026 -16.9500 145.8000 4.9 GLEN BOUGHTON +ASN00031027 -16.7592 145.9711 15.0 GREEN ISLAND +ASN00031028 -17.0192 145.7233 40.0 HAMBLEDON MILL CSR +ASN00031029 -17.5851 145.3869 918.0 HERBERTON WHITE ST +ASN00031030 -15.2939 145.1075 60.0 HOPE VALE +ASN00031031 -17.5000 145.5000 -999.9 JUJUMNA FARM +ASN00031032 -17.4311 145.2028 763.0 IRVINEBANK +ASN00031033 -16.5978 145.3631 400.0 JULATTEN +ASN00031034 -17.2150 145.5656 697.0 KAIRI RESEARCH STATION 95285 +ASN00031035 -16.8422 145.5228 366.0 KOAH +ASN00031036 -16.8178 145.6383 340.0 KURANDA RAILWAY STATION +ASN00031037 -16.3842 145.5592 2.9 LOW ISLES LIGHTHOUSE 94285 +ASN00031038 -17.3533 145.5919 762.0 MALANDA POST OFFICE +ASN00031039 -17.0167 145.4167 404.0 MAREEBA POST OFFICE +ASN00031040 -17.0692 145.7742 15.0 MERINGA SUGAR EXP STN +ASN00031041 -16.4000 145.3500 -999.9 ROCKY POINT +ASN00031042 -17.5100 145.6100 830.6 MILLAA MILLAA POST OFFICE +ASN00031043 -16.6750 145.3294 389.2 MOUNT MOLLOY POST OFFICE +ASN00031044 -16.4569 145.3775 30.0 MOSSMAN CENTRAL MILL +ASN00031045 -16.4617 145.3750 30.0 MOSSMAN POST OFFICE +ASN00031046 -17.6770 145.1150 658.0 MT GARNET POST OFFICE +ASN00031047 -16.8667 144.8833 610.0 MOUNT MULLIGAN +ASN00031048 -16.5667 145.4667 60.0 MOWBRAY +ASN00031049 -17.0928 145.7906 15.0 MULGRAVE MILL +ASN00031050 -17.3119 145.6217 760.0 PEERAMON +ASN00031051 -17.3442 144.9306 470.0 PETFORD +ASN00031052 -16.4840 145.4643 14.0 PORT DOUGLAS - WARNER ST +ASN00031053 -17.6069 145.4811 915.0 RAVENSHOE KURADILLA STREET +ASN00031054 -17.6167 145.5500 914.0 SHOTTERY +ASN00031055 -16.4728 145.3747 30.0 MOSSMAN SOUTH ALCHERA DRIVE +ASN00031056 -16.9667 145.3167 -999.9 THE SPRINGS +ASN00031057 -17.2236 145.4794 543.0 TOLGA POST OFFICE +ASN00031058 -17.4000 145.7000 -999.9 TOPAZ +ASN00031059 -16.9000 145.0167 -999.9 TYRCONNEL MINE +ASN00031060 -17.3167 145.5000 -999.9 EAST BARRON FOREST RES +ASN00031061 -17.1333 145.4333 549.0 WALKAMIN POST OFFICE +ASN00031062 -16.3906 145.3511 6.0 WHYANBEEL VALLEY +ASN00031063 -16.9958 145.7367 25.0 MT SHERIDAN +ASN00031064 -16.9083 145.8886 4.6 YARRABAH COMM COUNCIL +ASN00031065 -17.2637 145.5895 697.0 YUNGABURRA +ASN00031066 -16.9950 145.4253 400.0 MAREEBA QWRC +ASN00031067 -17.3333 145.4167 -999.9 WESTERN BARRON SFR 194 +ASN00031068 -16.1167 145.4500 -999.9 BAILEYS CREEK +ASN00031069 -17.6697 145.2414 640.0 INNOT HOT SPRINGS TOWNSHIP +ASN00031070 -16.8000 145.5667 -999.9 KOWROWA STATION +ASN00031071 -16.8500 145.7500 2.0 MACHANS BEACH +ASN00031072 -15.1000 145.0833 -999.9 COOKTOWN +ASN00031073 -15.0833 145.1333 -999.9 MOUNT WEBB +ASN00031074 -15.7500 145.2833 -999.9 ROSSVILLE +ASN00031075 -17.1694 145.5481 671.0 TINAROO FALLS DAM +ASN00031076 -17.1467 145.2400 485.0 PARADA RESEARCH STATION +ASN00031077 -17.4650 145.2767 740.0 NEWELLTON STATION +ASN00031078 -17.6833 145.5333 914.0 VINE CREEK +ASN00031079 -17.5433 145.5125 1070.0 CHILVERTON +ASN00031081 -17.2900 145.9222 90.0 BELLENDEN KER +ASN00031082 -16.7589 145.6147 440.0 KURANDA FORESTRY +ASN00031083 -17.8400 145.5956 760.0 KOOMBOOLOOMBA DAM +ASN00031084 -16.9267 146.0033 124.0 FITZROY ISLAND LIGHTHOUSE +ASN00031085 -17.7667 145.5778 213.4 KAREEYA +ASN00031086 -17.4000 144.8833 610.0 SUNNYMOUNT LAPPA JUNCT +ASN00031089 -17.0933 145.7867 10.0 GORDONVALE POST OFFICE +ASN00031090 -16.7850 145.6983 5.0 TRINITY PARK +ASN00031091 -16.8833 145.7000 -999.9 KAMERUNGA HORT RES STN +ASN00031092 -17.5000 145.5000 -999.9 KABAN STATE SCHOOL +ASN00031093 -17.2667 145.9333 -999.9 HARVEY CREEK RAILWAY STN +ASN00031094 -15.4667 145.2500 -999.9 GRASSY HILL RADIO OTC +ASN00031095 -16.9500 145.0000 -999.9 THORNBOROUGH +ASN00031096 -17.6167 145.5000 -999.9 GLENGARRY +ASN00031097 -17.2000 145.5000 -999.9 SPRING CREEK +ASN00031098 -17.3833 145.7833 -999.9 GOURKA +ASN00031099 -17.0167 145.3667 -999.9 STRATHBOUIN +ASN00031100 -17.5000 145.4500 975.4 EVELYN STATE FOREST 2 +ASN00031101 -15.1000 145.0833 85.3 GLEN ROCK +ASN00031102 -16.1939 145.4061 121.9 DAINTREE TEA +ASN00031103 -17.9467 145.1617 610.0 GUNNAWARRA +ASN00031104 -17.1644 145.8783 5.0 MT SOPHIA +ASN00031105 -16.1500 145.4333 -999.9 NOAHS CREEK +ASN00031106 -15.9458 145.3200 13.0 WUJAL WUJAL COMMUNITY +ASN00031107 -15.4211 145.0622 23.0 MOUNT OLIVE +ASN00031108 -17.1347 145.4281 594.0 WALKAMIN RESEARCH STATION 95284 +ASN00031110 -15.8333 144.8500 310.0 LAKELAND DOWNS STATION +ASN00031111 -16.7500 145.3333 380.0 YALKULA +ASN00031112 -15.7950 145.2447 229.0 SHIPTONS FLAT +ASN00031113 -16.6500 145.3500 -999.9 WETHERBY +ASN00031114 -16.5000 144.9833 -999.9 CURRAGHMORE STATION +ASN00031115 -17.7667 145.5775 216.0 KAREEYA TM +ASN00031116 -17.7717 145.3358 914.4 GLEN GORDON STATION +ASN00031117 -17.7167 145.2500 85.0 RED BEND STATION +ASN00031118 -17.6350 145.0450 700.0 NYMBOOL +ASN00031119 -17.6758 145.2783 630.0 WOODLEIGH +ASN00031120 -17.0167 145.4667 396.0 MAREEBA TOBACCO RES +ASN00031122 -17.0506 145.1700 520.0 PINNACLE STATION +ASN00031123 -17.3833 145.2667 790.0 BAKERVILLE +ASN00031124 -16.9794 145.3517 500.0 MAREEBA SOUTH EDGE RES +ASN00031125 -17.3439 145.5028 750.0 UPPER BARRON +ASN00031126 -18.0500 144.7500 686.0 ST RONANS +ASN00031127 -16.2511 145.3192 40.0 DAINTREE VILLAGE +ASN00031128 -17.6167 145.6000 -999.9 MAALAN +ASN00031129 -15.3886 145.0361 50.0 HAZELMERE +ASN00031130 -17.4383 145.7197 710.0 TOPAZ TOWALLA RD +ASN00031131 -17.3394 144.6797 493.0 ALMADEN +ASN00031132 -16.5667 145.1833 -999.9 MARYFARMS POST OFFICE +ASN00031133 -15.1353 145.0883 70.0 ELDERSLIE STATION +ASN00031134 -17.5667 145.5333 -999.9 CEDAR CREEK +ASN00031135 -17.5667 145.4500 900.0 TUMOULIN +ASN00031136 -17.5167 145.4500 110.0 KABAN +ASN00031137 -15.4667 145.2167 60.0 KEMENAGI +ASN00031138 -17.7333 145.2667 -999.9 MANDALEE +ASN00031139 -17.1667 145.8333 -999.9 THE GORGE +ASN00031140 -17.2700 145.8997 108.0 BELLENDEN KER BOTTOM STN +ASN00031141 -17.2639 145.8536 1545.0 BELLENDEN KER TOP STN +ASN00031143 -15.1167 145.0333 -999.9 IVOR PARK +ASN00031144 -17.3483 145.8925 60.0 HAPPY VALLEY +ASN00031145 -17.5142 145.2953 690.0 SILVER VALLEY +ASN00031146 -16.2500 145.4833 26.0 SHIPWRECK BAY +ASN00031147 -14.6683 145.4467 10.0 LIZARD ISLAND RESORT +ASN00031148 -17.2167 145.6667 -999.9 GILLIES HWY TOP GATE +ASN00031149 -17.3833 145.5167 -999.9 STONEY HILL FARM +ASN00031150 -17.4333 145.5000 914.0 UPPER BARRON +ASN00031151 -16.9667 145.6833 -999.9 UPPER FRESHWATER +ASN00031152 -16.8500 145.6500 -999.9 BARRON GORGE POWER STN +ASN00031153 -17.3500 145.6833 -999.9 BUTCHERS CREEK +ASN00031154 -17.3833 145.3167 -999.9 WATSONVILLE POST OFFICE +ASN00031155 -14.9569 145.3319 9.0 CAPE FLATTERY SILICA +ASN00031156 -18.0667 145.4167 600.0 GLEN RUTH STATION +ASN00031158 -18.2531 145.1269 650.0 GLEN HARDING +ASN00031161 -17.2617 145.4733 800.0 ATHERTON CSIRO +ASN00031162 -17.5833 145.6000 762.0 ADAMS +ASN00031163 -17.3983 145.5056 800.0 BARRON UPPER 1 +ASN00031164 -17.3167 145.6000 740.0 TULA +ASN00031166 -16.9283 145.7647 2.8 CAIRNS SEVERIN ST +ASN00031167 -17.4694 145.7311 686.0 TOPAZ +ASN00031168 -17.5875 145.6000 900.0 GREENHAVEN +ASN00031172 -16.8181 145.6264 353.7 KURANDA VAN PARK +ASN00031174 -17.1672 145.5358 660.0 TINAROO LAKES MOTEL +ASN00031175 -18.2417 144.9883 366.0 MEADOWBANK +ASN00031176 -17.0850 144.9450 533.0 WOLFRAM +ASN00031177 -17.3550 145.5933 762.0 MALANDA LIONS CLUB +ASN00031178 -17.3983 145.6658 800.0 GLEN ALLYN +ASN00031179 -15.4667 145.2333 -999.9 COOKTOWN TOWN STRIP +ASN00031180 -16.5319 145.1325 365.0 MOUNT CARBINE TOWNSHIP +ASN00031181 -17.5450 145.7156 580.0 BARTLE VIEW ALERT +ASN00031182 -17.5875 145.5997 860.0 GREENHAVEN ALERT +ASN00031183 -17.3594 145.5922 770.0 MALANDA ALERT +ASN00031184 -17.4442 145.5094 1038.0 MCKELL ROAD ALERT +ASN00031185 -17.5175 145.6089 861.0 MILLAA MILLAA ALERT +ASN00031186 -17.6803 145.6603 640.0 SUTTIES CREEK ALERT +ASN00031187 -17.4694 145.7311 689.0 TOPAZ ALERT +ASN00031188 -17.0039 145.4281 381.0 MAREEBA TM +ASN00031189 -16.6583 145.5672 10.0 WHITE CLIFF POINT +ASN00031190 -17.0706 145.4294 471.9 MAREEBA AIRPORT +ASN00031191 -18.1494 145.4803 863.0 MURRAY SPRINGS ALERT +ASN00031192 -16.7614 145.9719 3.0 GREEN ISLAND 95289 +ASN00031193 -17.2550 145.4803 753.0 ATHERTON +ASN00031195 -17.3733 145.3850 899.0 HERBERTON MOWBRAY RD +ASN00031196 -17.7047 145.1461 663.0 MT GARNET ALERT +ASN00031197 -18.0394 144.8856 762.0 UPPER RUDD CREEK ALERT +ASN00031198 -17.3769 145.3803 963.0 HERBERTON ALERT +ASN00031199 -17.8311 145.7053 21.0 BOLINDA ESTATE TM +ASN00031200 -17.5908 145.5294 1080.0 RAVENSHOE ALERT +ASN00031201 -16.9083 145.6964 75.0 REDLYNCH STATE SCHOOL +ASN00031202 -17.3975 145.3667 980.0 HERBERTON FLETCHER +ASN00031203 -17.3400 145.9253 21.0 BABINDA SUGAR MILL +ASN00031204 -16.5260 145.4627 15.0 REEF PARK +ASN00031205 -16.9794 145.6747 447.0 COPPERLODE DAM ALERT +ASN00031206 -16.8208 145.6350 381.0 KURANDA HILLTOP +ASN00031207 -17.3000 145.9667 25.0 GRAHAM RANGE +ASN00031208 -17.2769 145.9572 75.0 TREE HOUSE CREEK +ASN00031209 -15.4461 145.1861 4.8 COOKTOWN AIRPORT 95283 +ASN00031210 -17.0672 145.4283 471.9 MAREEBA AIRPORT 95286 +ASN00031212 -17.4343 145.4400 951.0 WONDECLA +ASN00031213 -14.9672 145.3106 18.5 CAPE FLATTERY 94188 +ASN00032000 -19.4333 146.8333 39.0 ANTIL PLAINS RAILWAY STN +ASN00032001 -18.8828 146.1700 13.0 BAMBAROO +ASN00032002 -18.5742 146.2225 10.0 BEMERSIDE +ASN00032003 -17.5500 145.9000 -999.9 COORUMBA +ASN00032004 -18.2553 146.0197 4.5 CARDWELL MARINE PDE 94292 +ASN00032005 -19.1833 147.0167 58.0 CAPE CLEVELAND LIGHTHOUSE +ASN00032006 -18.2000 145.8833 -999.9 CARRUCHAN +ASN00032007 -18.1500 145.3500 -999.9 CASHMERE +ASN00032008 -19.2167 145.4333 360.0 CLARKE RIVER TELECOM +ASN00032009 -17.8350 146.0986 25.0 BINGIL BAY +ASN00032010 -17.5500 145.8833 -999.9 NERADA TEA +ASN00032011 -18.8000 145.9000 -999.9 ELLENVIEW +ASN00032012 -18.6333 146.1667 259.1 ELPHINSTONE POCKET +ASN00032013 -18.0000 145.9333 -999.9 EURAMO POST OFFICE +ASN00032014 -19.1167 145.8333 300.0 EWAN POST OFFICE +ASN00032015 -17.8833 145.9667 29.0 FELUGA +ASN00032016 -17.4947 146.0744 5.0 FLYING FISH POINT +ASN00032017 -17.4667 145.9667 8.0 EUBENANGEE +ASN00032018 -18.1675 145.3381 557.0 GLENEAGLE +ASN00032019 -17.7214 145.9222 50.0 JAPOONVALE WARRAKIN RD +ASN00032020 -17.5556 145.9556 140.0 MARCO STREET ALERT +ASN00032021 -17.5167 146.0167 27.0 GOONDI MILL CSR +ASN00032023 -18.5819 146.2839 9.0 HALIFAX MACROSSAN ST +ASN00032024 -18.6500 146.1667 13.0 INGHAM POST OFFICE +ASN00032025 -17.5249 146.0345 10.0 INNISFAIL 94291 +ASN00032026 -17.7167 145.9333 -999.9 JAPOONVALE STATE SCHOOL +ASN00032027 -18.9331 145.6697 360.0 KANGAROO HILLS STATION +ASN00032028 -18.1403 145.6100 600.0 KIRRAMA STATION +ASN00032029 -18.5333 146.0000 -999.9 LONG POCKET +ASN00032030 -18.0000 146.0000 -999.9 LOWER TULLY POST OFFICE +ASN00032031 -18.5406 146.3356 6.0 LUCINDA TOWNSHIP +ASN00032032 -18.5872 146.2508 10.0 MACKNADE SUGAR MILL +ASN00032033 -17.4608 145.8822 60.0 RUSSELL RIVER +ASN00032034 -17.5850 146.0417 29.0 MOURILYAN POST OFFICE +ASN00032035 -18.1000 145.8167 30.0 WARRAMI +ASN00032036 -18.5333 145.6000 -999.9 OAK HILLS STATION +ASN00032037 -17.6053 145.9972 18.3 SOUTH JOHNSTONE EXP STN 95292 +ASN00032038 -17.6000 146.0000 40.0 SOUTH JOHNSTONE POST OFFICE +ASN00032039 -18.7833 145.9667 60.0 STONE RIVER PRISON FARM +ASN00032040 -19.2483 146.7661 4.3 TOWNSVILLE AERO 94294 +ASN00032041 -19.2683 146.8150 4.0 TOWNSVILLE RAILWAY STN +ASN00032042 -17.9364 145.9253 18.8 TULLY SUGAR MILL +ASN00032043 -18.7218 145.9237 62.0 UPPER STONE EXELBY +ASN00032044 -18.6608 145.1031 490.0 VALLEY OF LAGOONS +ASN00032045 -18.6508 146.2047 10.0 VICTORIA SUGAR MILL +ASN00032046 -18.1167 145.9167 26.0 BILYANA RAILWAY STATION +ASN00032047 -19.2667 146.8167 4.0 TOWNSVILLE PILOT STATION +ASN00032048 -18.4500 145.3167 518.0 WAIRUNA STATION +ASN00032049 -19.8333 146.7667 -999.9 WOLDSTON RAILWAY STATION +ASN00032050 -19.2033 146.6131 9.0 YABULU QLD NICKEL +ASN00032051 -18.6833 146.1500 -999.9 TOKALON +ASN00032052 -18.4833 145.8833 40.0 ABERGOWRIE POST OFFICE +ASN00032053 -17.6667 145.8833 -999.9 MENA CREEK +ASN00032054 -18.1833 145.1167 640.0 MINNAMOOLKA STATION +ASN00032055 -17.7367 146.0031 15.0 SILKWOOD POST OFFICE +ASN00032056 -17.4667 146.0000 -999.9 GARRADUNGA POST OFFICE +ASN00032057 -19.2903 146.8108 9.0 OONOONBA +ASN00032058 -18.6667 146.2500 13.0 INGHAM CSIRO FIELD STN +ASN00032059 -18.8208 145.8467 853.4 WEONA +ASN00032060 -18.2000 145.7500 610.0 KIRRAMA FORESTRY +ASN00032061 -17.5333 145.9667 40.0 BOTTOM OF PIN GIN HILL +ASN00032062 -18.8133 145.7925 680.0 TAMARAK +ASN00032063 -19.1647 145.4208 367.0 BLUE RANGE +ASN00032064 -19.0074 146.2057 892.0 PALUMA IVY COTTAGE +ASN00032065 -19.3500 146.7667 579.0 MOUNT STUART CHANNEL +ASN00032066 -18.1000 145.8667 30.0 MIDWAY +ASN00032067 -19.0000 146.3000 -999.9 OLLERA CREEK +ASN00032068 -19.6000 147.0167 -999.9 SUNNYSIDE +ASN00032069 -17.9167 145.9167 -999.9 BANYAN +ASN00032070 -17.9317 145.9272 25.3 TULLY POST OFFICE +ASN00032071 -19.3000 146.8000 -999.9 TOWNSVILLE HOSPITAL +ASN00032072 -17.6000 146.0000 -999.9 SOUTH JOHNSTONE SUGAR MILL +ASN00032073 -19.4500 146.7500 36.6 LAUDHAN PARK +ASN00032074 -18.0667 145.8833 -999.9 CORDUROY +ASN00032075 -18.2167 145.9500 9.4 KENNEDY +ASN00032076 -17.6150 145.9050 160.0 UTCHEE CREEK +ASN00032077 -18.7131 146.5914 10.0 PALM ISLAND WATER TREAT +ASN00032078 -18.6494 146.1769 11.8 INGHAM COMPOSITE 95291 +ASN00032079 -17.6192 145.8383 304.8 GLENVIEW +ASN00032081 -19.3842 145.8369 300.0 LASSIE CREEK STATION +ASN00032082 -18.5633 144.9892 560.0 CRAIGS POCKET STATION +ASN00032083 -18.6356 146.4997 3.0 ORPHEUS ISLAND RESORT +ASN00032085 -18.8369 145.4706 450.0 CAMEL CREEK STATION +ASN00032086 -18.5225 146.0019 20.0 ABERGOWRIE BRIDGE +ASN00032087 -18.0000 146.1333 23.0 BEDARRA ISLAND RESORT +ASN00032088 -19.1306 146.8642 15.0 HORSESHOE BAY +ASN00032089 -19.3483 145.9811 300.0 LAROONA STATION +ASN00032090 -19.3333 146.1667 -999.9 STAR STATION +ASN00032091 -18.4994 146.0044 31.0 ELPHINSTONE POCKET NO1 +ASN00032092 -18.9333 146.1833 -999.9 MOUNT SPEC +ASN00032093 -19.3500 146.8333 -999.9 STUART POST OFFICE +ASN00032094 -18.6156 146.1811 0.5 GAIRLOCH +ASN00032095 -19.1967 145.7747 320.0 NEW MOON STATION +ASN00032096 -17.4806 146.0122 6.0 DARADGEE +ASN00032097 -19.1333 145.8500 360.0 ZIG ZIG STATION +ASN00032098 -19.0506 146.4058 16.0 ROLLINGSTONE +ASN00032099 -18.9942 146.0186 650.0 HORSE SHOE BEND +ASN00032100 -18.4833 144.8000 710.0 LAVA PLAINS STATION +ASN00032101 -18.9558 146.2886 60.0 MUTARNEE STORE +ASN00032102 -17.9614 145.7528 30.0 TULLY RIVER STATION +ASN00032104 -19.0947 145.3539 380.0 CHRISTMAS CREEK STATION +ASN00032105 -18.1464 145.4386 660.0 GOSHEN STATION +ASN00032106 -17.5467 145.8833 80.0 EAST PALMERSTON NERADA +ASN00032107 -18.1167 145.9000 32.0 BILYANA POST OFFICE +ASN00032108 -17.8069 146.0031 20.0 EL ARISH POST OFFICE +ASN00032109 -18.1069 145.8053 22.0 UPPER MURRAY TM +ASN00032110 -19.1897 145.5547 363.0 MOUNT FULLSTOP +ASN00032111 -17.8167 146.0167 -999.9 TULLY SUGAR MILL PROJECT 1 +ASN00032114 -18.8167 145.8000 610.0 GLENFOYLE +ASN00032117 -18.6867 146.2969 10.0 ALLINGHAM FORREST DRIVE +ASN00032118 -17.9367 146.1417 240.0 DUNK ISLAND RESORT +ASN00032119 -17.6553 145.9567 60.0 MENA CREEK POST OFFICE +ASN00032121 -18.9167 145.0000 530.0 LUCKY DOWNS STATION +ASN00032122 -18.9764 145.1125 427.0 GREENVALE +ASN00032124 -18.2167 145.9500 -999.9 KENNEDY STATE FOREST 461 +ASN00032126 -19.2000 146.7667 3.0 CAPE PALLARENDA +ASN00032129 -18.7500 145.9500 -999.9 STONELEIGH +ASN00032130 -19.1617 146.5836 10.0 BLUEWATER DRIVE +ASN00032131 -18.2667 146.0167 -999.9 GREENWOOD HILL FORESTRY +ASN00032132 -19.2833 147.0667 3.0 TURTLE BAY +ASN00032134 -19.3083 146.7350 10.0 KIRWAN +ASN00032135 -17.6833 146.1167 4.0 COWLEY JTTRE +ASN00032136 -17.7667 145.8000 120.0 EARLS COURT JTTRE +ASN00032137 -17.7167 145.8500 90.0 LIVERPOOL CREEK JTTRE +ASN00032138 -17.6172 145.8000 380.0 CRAWFORDS LOOKOUT +ASN00032141 -18.5203 146.3861 10.0 LUCINDA POINT 94295 +ASN00032144 -18.1833 145.7333 692.0 KIRRAMA FOREST NO2 +ASN00032146 -17.9386 145.9203 24.0 TULLY MCQUILLEN ST +ASN00032148 -17.8664 145.7233 20.0 STONY OUTSTATION +ASN00032150 -17.5050 146.0094 4.0 GOONDI +ASN00032151 -17.5981 145.9958 155.0 SOUTH JOHNSTONE HYNE ST +ASN00032152 -17.5475 145.9292 9.0 TUNG OIL TM +ASN00032155 -17.6094 145.9786 4.0 CENTRAL MILL TM +ASN00032157 -19.2881 146.6069 15.0 YABULU +ASN00032158 -17.9392 145.9250 24.0 TULLY TM +ASN00032160 -17.6089 145.9792 25.0 CENTRAL MILL ALERT +ASN00032161 -17.5967 145.9014 48.0 CORSIS ALERT +ASN00032162 -17.6150 145.8011 338.0 CRAWFORDS LOOKOUT ALERT +ASN00032163 -17.5236 146.0325 10.0 INNISFAIL WHARF ALERT +ASN00032164 -17.6808 145.8878 134.0 MENAVALE ALERT +ASN00032165 -17.5308 145.8464 43.0 NERADA ALERT +ASN00032166 -17.5456 145.9325 22.0 TUNG OIL ALERT +ASN00032167 -17.9919 145.9425 10.0 EURAMO TM +ASN00032168 -17.5936 146.1106 100.0 MOURILYAN HARBOUR +ASN00032169 -18.1919 145.3325 556.0 GLENEAGLE ALERT +ASN00032170 -18.4125 145.7722 74.0 NASH'S CROSSING ALERT +ASN00032171 -18.6347 146.1444 32.0 INGHAM PUMP STATION AL +ASN00032172 -18.4606 145.7383 685.8 WALLAMAN ALERT +ASN00032173 -18.6797 145.9961 38.0 PEACOCK SIDING ALERT +ASN00032174 -18.4889 145.9364 52.0 ABERGOWRIE ALERT +ASN00032175 -19.3514 146.4550 300.0 RANGEVIEW RANCH +ASN00032176 -18.1439 145.6100 594.0 KIRRAMA ALERT +ASN00032177 -17.8831 145.8428 33.0 JARRA CREEK TM +ASN00032178 -19.2492 146.7647 4.2 TOWNSVILLE AERO COMPARISON +ASN00032181 -18.4242 145.0717 700.0 GLENDHU +ASN00032183 -18.7497 146.1150 206.0 POVERTY HILL ALERT +ASN00032184 -18.4506 145.8294 55.0 ZATTAS ALERT +ASN00032185 -18.5789 146.2803 17.0 HALIFAX ALERT +ASN00032186 -18.8478 145.9067 742.0 MICHAEL CREEK ALERT +ASN00032187 -18.5139 145.1856 400.0 LAKE LUCY TM +ASN00032188 -18.1956 146.2228 2.0 HINCHINBROOK ISLAND +ASN00032189 -18.2978 146.0375 34.0 CARDWELL STONEY CREEK RD +ASN00032191 -18.5858 146.0731 26.0 HAWKINS CREEK +ASN00032192 -18.5470 146.1780 15.0 CARDWELL RANGE +ASN00033000 -23.1000 150.7000 152.4 ADELAIDE PARK +ASN00033001 -19.5775 147.4075 10.7 BURDEKIN SHIRE COUNCIL +ASN00033002 -19.6169 147.3758 10.0 AYR DPI RESEARCH STN 95295 +ASN00033003 -22.9825 150.2619 40.0 BALMORAL STATION +ASN00033004 -20.3167 147.9333 198.0 BOGIE RIVER +ASN00033005 -20.7000 148.6000 45.0 BLOOMSBURY POST OFFICE +ASN00033006 -21.5000 149.0000 -999.9 BLUE MOUNTAIN +ASN00033007 -20.0167 148.2500 6.0 BOWEN POST OFFICE +ASN00033008 -22.8461 150.6475 40.0 BYFIELD CHILDS ROAD +ASN00033009 -22.8000 150.6500 54.9 PARNASS VALE +ASN00033010 -20.8992 148.7739 22.9 CALEN POST OFFICE +ASN00033011 -20.3000 148.6000 12.2 CANNON VALLEY +ASN00033012 -22.0328 149.1850 183.0 COLLAROY STATION +ASN00033013 -20.5534 147.8464 196.0 COLLINSVILLE POST OFFICE 94360 +ASN00033014 -20.5500 147.8000 183.2 COLLINSVILLE COAL MINE +ASN00033015 -20.4000 148.7000 9.1 CONWAY STATION +ASN00033016 -21.1317 148.4922 693.0 DALRYMPLE HEIGHTS +ASN00033017 -20.2575 148.8139 20.0 DAYDREAM ISLAND RESORT +ASN00033018 -19.6267 146.2867 290.0 DOTSWOOD STATION +ASN00033019 -23.2658 150.8233 27.4 EMU PARK HILL ST +ASN00033020 -19.6550 147.4114 11.0 HOME HILL FIFTEEN A ST +ASN00033021 -21.2667 148.9667 35.0 ETON POLICE STATION +ASN00033022 -21.4000 148.9167 -999.9 ETON RANGE HOTEL +ASN00033023 -21.1011 149.1022 46.6 FARLEIGH CO-OP SUGAR MILL +ASN00033024 -21.1000 149.1000 40.0 FARLEIGH RAILWAY STATION +ASN00033026 -21.1436 148.6322 105.0 FINCH HATTON COOK ST +ASN00033027 -21.1558 148.7433 74.0 GARGETT POST OFFICE +ASN00033028 -19.5114 147.1064 10.0 GIRU POST OFFICE +ASN00033029 -20.4833 148.5833 6.1 GOORGANGA +ASN00033030 -19.8775 147.6869 7.0 GUMLU DAYS ROAD +ASN00033031 -20.0564 148.8881 2.4 HAYMAN ISLAND RESORT +ASN00033032 -19.6667 147.4147 20.0 HOME HILL POST OFFICE +ASN00033033 -19.7628 147.4567 9.0 INKERMAN STATION +ASN00033034 -23.2717 150.4408 17.0 HOMESTEAD +ASN00033035 -19.5244 147.4161 6.1 KALAMIA ESTATE +ASN00033036 -22.1667 149.5333 -999.9 KALARKA RAILWAY STATION +ASN00033037 -22.3667 149.2833 435.0 KILLARNEY STATION +ASN00033038 -21.6256 149.2367 30.0 KOUMALA HATFIELDS ROAD +ASN00033039 -22.9167 150.1333 -999.9 KUNWARARA POST OFFICE +ASN00033040 -21.0403 148.9100 40.0 KUTTABUL POST OFFICE +ASN00033041 -20.5392 148.6572 10.0 LETHEBROOK +ASN00033042 -20.4600 149.0417 5.0 LINDEMAN ISLAND RESORT +ASN00033043 -20.2000 148.3667 -999.9 LONGFORD CK RAIL SIDING +ASN00033044 -20.3353 148.8536 10.0 CLUB CROCODILE RESORT +ASN00033045 -21.1706 149.1794 4.7 MACKAY AERO 95367 +ASN00033046 -21.1500 149.1833 11.0 MACKAY POST OFFICE +ASN00033047 -21.1642 149.1192 13.0 TE KOWAI EXP STN 95366 +ASN00033048 -20.0000 146.4500 241.7 MACROSSAN +ASN00033049 -21.1500 148.9167 -999.9 MARIAN STATE SCHOOL +ASN00033050 -22.8131 149.8900 100.0 MARLBOROUGH POST OFFICE +ASN00033051 -19.8789 146.6319 289.0 MINGELA POST OFFICE +ASN00033052 -21.1500 148.8667 50.0 MIRANI POST OFFICE +ASN00033053 -21.0011 148.9364 30.0 MOUNT JUKES +ASN00033054 -21.6889 148.6881 195.0 NEBO +ASN00033055 -21.1500 148.5333 -999.9 NETHERDALE POST OFFICE +ASN00033056 -21.4000 149.0000 -999.9 OAKDALE STATION +ASN00033057 -22.6231 149.6600 20.0 OGMORE POST OFFICE +ASN00033058 -21.6667 150.2167 58.0 PINE ISLET LIGHTHOUSE +ASN00033059 -21.4267 149.2164 16.8 PLANE CREEK SUGAR MILL +ASN00033060 -21.1422 149.0381 26.0 PLEYSTOWE SUGAR MILL +ASN00033061 -20.4000 148.5833 13.0 PROSERPINE POST OFFICE +ASN00033062 -20.0997 146.8892 247.0 RAVENSWOOD POST OFFICE +ASN00033063 -19.7667 146.8333 74.0 REID RIVER RAILWAY STATION +ASN00033064 -21.1333 149.2167 -999.9 MACKAY PILOT STATION +ASN00033065 -22.3458 149.5356 17.8 ST LAWRENCE POST OFFICE 94369 +ASN00033066 -21.1475 149.1997 6.0 EAST MACKAY +ASN00033067 -21.4214 149.2175 19.0 SARINA POST OFFICE +ASN00033068 -21.1631 148.8700 43.0 MIRANI MARY STREET +ASN00033069 -19.5956 147.0964 9.0 SHIRBOURNE PARK +ASN00033070 -20.1956 147.5992 80.0 STRATHBOGIE +ASN00033071 -21.9300 149.3642 42.7 THE VALLEY +ASN00033072 -21.1500 149.0667 18.0 WALKERSTON +ASN00033073 -19.8314 147.1300 61.0 WOODHOUSE +ASN00033074 -19.6000 146.8333 62.5 WOODSTOCK POST OFFICE +ASN00033075 -21.5000 149.2000 243.8 WYBERBA +ASN00033076 -23.1333 150.3669 19.0 YAAMBA +ASN00033077 -23.0967 150.7342 75.0 PACIFIC HEIGHTS +ASN00033078 -19.7000 147.4000 8.5 HOME HILL IRRIGATION +ASN00033079 -19.8667 147.8167 4.3 GUTHALUNGRA QLD SALT +ASN00033080 -21.0003 148.7375 100.0 MOUNT CHARLTON +ASN00033081 -19.7500 147.4833 8.0 INKERMAN RAILWAY STATION +ASN00033082 -20.4992 147.6278 200.0 STRATHMORE +ASN00033083 -22.1203 149.0647 130.0 CARDOWAN +ASN00033084 -21.7000 149.4000 -999.9 PALM VALE +ASN00033085 -23.3000 150.6500 -999.9 MOUNT CHARMERS +ASN00033086 -22.1000 149.5000 -999.9 ELALIE RAILWAY SIDING +ASN00033087 -21.5286 149.0006 193.0 BARNGANAL BLUE MOUNTAIN +ASN00033088 -20.2667 148.8333 3.7 SOUTH MOLLE ISLAND +ASN00033089 -21.1500 148.7167 -999.9 MOUNT CASTOR +ASN00033090 -20.0464 147.2739 45.4 MILLAROO DPI +ASN00033091 -20.7794 148.6081 66.4 ELAROO +ASN00033092 -21.3000 149.2000 -999.9 ACACIA VALE GARDENS +ASN00033093 -20.7967 148.5483 91.0 PANDANUS CK FOREST 658 +ASN00033094 -20.0133 148.2247 0.0 BOWEN CHEETHAM SALT +ASN00033095 -21.8031 149.3569 22.3 ORKABIE WEST HILL +ASN00033096 -20.2081 148.1300 50.0 MOUNT DANGAR +ASN00033097 -20.2392 148.0031 130.0 MOSS VALE STATION +ASN00033098 -23.2667 150.6667 60.0 CAWARRAL +ASN00033101 -20.4000 148.5000 -999.9 KELSEY CREEK +ASN00033102 -20.9000 148.8167 -999.9 MOUNT PELION +ASN00033103 -20.1000 146.6000 -999.9 ROCHFORD +ASN00033104 -21.0833 147.9300 220.0 BYERWEN +ASN00033105 -21.1500 149.0000 -999.9 KULULU +ASN00033106 -20.3658 148.9536 58.7 HAMILTON ISLAND AIRPORT 94368 +ASN00033107 -21.2000 149.2500 -999.9 FLAT TOP ISLAND +ASN00033108 -21.1500 148.5000 -999.9 EUNGELLA +ASN00033109 -20.9000 148.8000 -999.9 ALVA GLEN +ASN00033110 -20.2997 148.2206 100.0 ROMA PEAK +ASN00033111 -22.8131 149.8900 100.0 MARLBOROUGH TM +ASN00033112 -20.6667 147.6833 -999.9 BIRRALEE +ASN00033113 -19.7000 147.2000 -999.9 WYREEMA +ASN00033114 -21.7094 148.9919 300.0 WANDOO +ASN00033115 -23.1833 150.4667 -999.9 THE CAVES +ASN00033116 -19.9167 145.6333 -999.9 SOUTHWICK +ASN00033117 -23.1833 150.9667 -999.9 KEPPLE BAY 2 +ASN00033118 -19.8500 146.6500 -999.9 HAUGHTON VALLEY +ASN00033119 -21.1172 149.2169 30.3 MACKAY M.O GSN 94367 +ASN00033120 -19.5000 147.1000 -999.9 POOPOONBAH IWSC +ASN00033121 -21.1833 149.1000 -999.9 ALEXANDRA +ASN00033122 -19.7942 147.2342 26.0 CLARE +ASN00033123 -19.7333 146.4333 366.0 FANNING RIVER STATION +ASN00033124 -22.6167 149.9500 24.4 GLENPRAIRIE 1 +ASN00033125 -21.4828 148.6606 249.9 MOUNT SPENCER 2 +ASN00033126 -19.3286 147.4250 -999.9 CAPE BOWLING GREEN +ASN00033127 -20.4275 148.4475 60.0 KELSEY CREEK DITTMER RD +ASN00033128 -22.6236 149.9428 21.3 GLENPRAIRIE 2 +ASN00033129 -22.7983 150.1381 61.0 TILPAL STATION +ASN00033130 -20.8500 148.7000 37.0 WAGOONA POST OFFICE +ASN00033131 -21.0083 148.8333 50.0 STOCKADE NURSERY +ASN00033133 -20.2767 148.7256 90.0 JUBILEE POCKET +ASN00033134 -21.2681 148.9700 30.0 ETON STATE WATER DEPOT +ASN00033136 -22.9667 150.6833 45.7 MARYVALE +ASN00033138 -20.8017 149.2750 3.0 BRAMPTON ISLAND RESORT +ASN00033139 -19.4597 146.1100 304.8 PAYNES LAGOON STATION +ASN00033140 -21.2433 148.8164 46.0 MIA MIA +ASN00033142 -20.1667 147.3000 55.0 STRATHALBYN STATION +ASN00033143 -19.8844 146.1786 268.2 FLETCHER VIEW STATION +ASN00033144 -20.4706 148.7236 6.1 WILSON BEACH +ASN00033145 -21.3800 148.9467 240.0 RANGE HOTEL +ASN00033146 -21.4447 148.5306 280.0 HOMEVALE STATION +ASN00033147 -20.1867 148.1450 36.0 WARDEN BEND +ASN00033148 -20.4500 148.4000 -999.9 CLARKE SPUR +ASN00033149 -20.4000 148.1333 -999.9 PRETTY BEND DON RIVER +ASN00033150 -19.9119 147.8517 15.0 WATTLEVALE STATION +ASN00033151 -19.5953 146.9342 28.0 MAJORS CREEK +ASN00033152 -21.1558 148.8692 50.0 MIRANI +ASN00033153 -20.2042 147.9547 150.0 MOUNT ABERDEEN +ASN00033154 -20.2833 148.7633 180.0 CONWAY NATIONAL PARK +ASN00033155 -22.8244 150.3394 67.0 SHOALWATER-THE GLEN +ASN00033156 -19.6808 146.1131 280.0 MIRAMBEENA +ASN00033157 -20.3469 148.5150 30.0 PROSERPINE UP-RIVER +ASN00033158 -20.5031 148.3442 120.0 HECATE +ASN00033159 -19.6833 146.8500 76.0 SPRINGVALE STATION +ASN00033160 -22.3667 150.1167 3.0 COUTI-OUTI +ASN00033161 -23.0214 150.4847 50.0 ROSSMOYA +ASN00033162 -22.2667 150.0333 18.0 HOLLINS BAY +ASN00033163 -22.7617 150.6133 80.0 BRAMPTON VALE +ASN00033165 -21.2833 149.2933 12.2 HAY POINT PORT +ASN00033168 -21.0714 148.2236 265.0 BLENHEIM STATION +ASN00033169 -21.1667 148.2442 266.0 TURRAWULLA STATION +ASN00033170 -22.3614 149.3747 40.0 MYSTERY PARK +ASN00033172 -21.2042 148.5436 768.0 CREDITON +ASN00033174 -20.4167 147.8667 300.0 BRIABA RAILWAY STATION +ASN00033175 -20.2144 147.7761 144.0 ETON VALE +ASN00033176 -20.7781 147.9486 130.0 GATTON VALE +ASN00033177 -20.9500 148.1333 -999.9 EXMOOR +ASN00033178 -21.1833 148.5667 700.0 CREDITON CATHAY CK RD +ASN00033179 -21.0956 148.7236 90.0 OWENS CREEK +ASN00033180 -20.2917 148.7250 30.0 AIRLIE BEACH +ASN00033181 -21.2667 148.9000 -999.9 BRIGHTLEY +ASN00033183 -21.2333 148.5333 -999.9 PLATEAU +ASN00033184 -22.6472 150.0928 20.0 BANKSIA STATION +ASN00033185 -21.8547 149.0356 300.0 TIERAWOOMBA +ASN00033186 -21.9061 149.4431 20.0 CARMILA BEACH ROAD +ASN00033187 -22.5167 149.7333 -999.9 HILL END +ASN00033188 -22.0336 149.4875 30.0 BELGAMBA +ASN00033189 -22.7069 149.7333 40.0 STRATHMUIR +ASN00033190 -22.6333 149.5167 -999.9 MONTROSE +ASN00033193 -21.5833 148.7667 -999.9 STRATHDEE +ASN00033194 -22.1667 150.0667 -999.9 STANAGE BAY +ASN00033195 -22.4703 150.1786 27.6 WILLIAMSON 95370 +ASN00033196 -20.2200 148.4036 20.0 GLENEDEN +ASN00033197 -21.1703 148.5039 704.0 EUNGELLA NATIONAL PARK +ASN00033198 -23.0817 150.1583 40.0 MONAVALE +ASN00033199 -21.1167 148.4667 -999.9 UPSAN DOWNS +ASN00033201 -21.2833 149.0500 -999.9 HOMEBUSH MILL +ASN00033202 -22.5664 149.6678 20.0 CHARON'S FERRY +ASN00033203 -20.9217 149.0453 10.0 CAPE HILLSBOROUGH NAT PK +ASN00033205 -20.2689 147.2989 60.0 DALBEG +ASN00033207 -19.7581 146.8389 43.0 FLORA VALLEY +ASN00033209 -19.5167 147.0333 -999.9 LEICHARDT +ASN00033210 -22.3472 149.5242 9.2 ST LAWRENCE 95369 +ASN00033211 -22.7336 149.5417 80.0 TOOLOOMBAH +ASN00033212 -22.9000 150.0333 -999.9 PRINCHESTER +ASN00033213 -20.2833 148.7000 -999.9 CANNONVALE +ASN00033214 -23.0167 150.6167 -999.9 WELTON DALE +ASN00033215 -19.5667 147.3333 -999.9 PIONEER ESTATE +ASN00033216 -21.5167 149.1167 -999.9 ELMHURST +ASN00033217 -19.5000 147.0667 -999.9 BURWEN-MINEHAM SIDING +ASN00033218 -21.1333 149.0333 -999.9 KULULU +ASN00033219 -21.0833 148.7833 -999.9 GLENDOW +ASN00033220 -19.7333 147.5167 -999.9 MOUNT ALMA +ASN00033221 -21.0500 148.5667 1000.0 MASSEY CREEK +ASN00033222 -20.9333 148.3500 -999.9 URANNAH STATION +ASN00033223 -22.4667 149.1833 -999.9 CROYDON STATION +ASN00033224 -23.3314 150.7814 10.0 KEPPEL SANDS POST OFFICE +ASN00033225 -21.1167 148.4667 -999.9 PARKER +ASN00033226 -19.6578 146.8344 60.0 LANSDOWN CSIRO +ASN00033227 -20.7922 147.8286 140.0 HAVILAH STATION +ASN00033229 -23.2244 150.3831 50.0 BELMONT CSIRO +ASN00033230 -23.0333 150.2667 70.0 GLEN GEDDES +ASN00033231 -22.0667 149.1167 160.0 MARKWELL +ASN00033232 -23.0667 150.4167 20.0 MILMAN +ASN00033233 -22.4500 150.0500 -999.9 TORILLA +ASN00033234 -19.3833 146.4667 457.2 TABLE TOP STATION +ASN00033236 -20.9539 148.9589 38.0 SEAFORTH +ASN00033237 -23.0500 150.7000 -999.9 WOODLANDS +ASN00033239 -20.8667 148.8000 -999.9 ST HELENS +ASN00033240 -20.0333 146.9833 -999.9 HILLSBOROUGH STATION +ASN00033242 -22.4333 150.1333 3.0 WARATAH +ASN00033243 -20.6167 148.4667 -999.9 BROMBY PARK +ASN00033244 -19.4000 146.5000 -999.9 HERVEYS RANGE +ASN00033247 -20.4925 148.5550 19.7 PROSERPINE AIRPORT 94365 +ASN00033248 -22.9256 149.5217 168.0 CERBERUS +ASN00033249 -19.6192 147.1189 9.0 HUSTONS FARM +ASN00033250 -22.6472 149.0825 30.0 CONNORS JUNCTION +ASN00033252 -20.6719 147.6636 100.0 BIRRALEE +ASN00033254 -20.3436 148.5000 20.0 CRYSTAL BROOK +ASN00033255 -20.3531 148.9508 22.6 HAMILTON ISLAND AIRPORT +ASN00033256 -22.1978 150.0928 17.0 LANGHAM +ASN00033257 -20.0151 148.2152 5.0 BOWEN AIRPORT 94366 +ASN00033258 -22.3881 149.4922 20.0 WAVERLEY PLAINS +ASN00033259 -19.8833 148.0750 10.0 ABBOT POINT BULKCOAL +ASN00033260 -23.1600 150.9600 25.0 KEPPEL ISLAND SOUTH +ASN00033262 -20.9300 149.4350 5.0 ST BEES ISLAND +ASN00033263 -20.4186 148.1108 196.0 BOUNDARY CREEK ALERT +ASN00033264 -20.0089 148.2044 4.8 BOWEN PUMP STATION ALERT +ASN00033265 -20.2886 148.1175 30.0 IDA CREEK ALERT +ASN00033266 -20.2381 148.0311 138.0 MOSS VALE ALERT +ASN00033267 -20.2197 148.1217 45.6 MT DANGAR ALERT +ASN00033268 -20.1494 148.1556 27.0 REEVES ALERT +ASN00033269 -20.3078 148.2181 148.0 ROMA PEAK ALERT +ASN00033270 -20.5250 148.2125 321.0 UPPER DON ALERT +ASN00033273 -20.3683 148.3878 60.0 PETER FAUST DAM +ASN00033276 -21.4131 148.9222 240.0 DORAVILLE STATION +ASN00033277 -21.1789 148.8297 34.0 MIRANI WEIR TM +ASN00033278 -20.3089 147.2961 35.0 DALBEG TM +ASN00033280 -19.6333 147.1103 24.0 POWERLINE TM +ASN00033284 -20.7492 148.5833 63.0 BLOOMSBURY +ASN00033285 -23.0883 150.1100 9.0 THE GAP TM +ASN00033286 -19.7586 147.2436 9.0 CLARE ALERT +ASN00033287 -19.9717 147.2508 19.0 MILLAROO ALERT +ASN00033288 -19.6433 147.3972 3.0 INKERMAN BRIDGE ALERT +ASN00033289 -20.1425 147.5631 176.0 STRATHBOGIE ALERT +ASN00033290 -20.2897 147.9019 442.0 MT PLEASANT ALERT +ASN00033291 -20.3089 147.2961 35.0 DALBEG ALERT +ASN00033292 -20.5819 147.5981 97.0 MYUNA ALERT +ASN00033293 -21.1606 148.0097 300.0 EASTERN CREEK +ASN00033294 -23.1364 150.7506 5.5 YEPPOON THE ESPLANADE 94373 +ASN00033295 -19.4569 147.4833 7.5 ALVA BEACH 95296 +ASN00033296 -21.5889 149.0722 230.0 LOWGLEN KARINGAL +ASN00033297 -21.1183 149.2150 30.2 MACKAY COMPARISON +ASN00033298 -19.6264 146.2939 292.5 DOTSWOOD +ASN00033299 -21.2725 148.8203 47.8 SARICH'S ALERT +ASN00033300 -21.1439 149.0753 0.0 DUMBLETON ROCKS ALERT +ASN00033301 -21.3228 148.8350 57.7 WHITEFORD'S ALERT +ASN00033302 -21.1772 148.8311 34.3 MIRANI WEIR ALERT +ASN00033303 -21.1397 149.1883 11.0 MACKAY ALERT +ASN00033304 -21.1792 148.7458 141.0 GARGETT ALERT +ASN00033306 -20.4103 148.2306 218.0 EMU CREEK ALERT +ASN00033307 -19.4167 146.5364 556.0 WOOLSHED 95293 +ASN00033308 -22.7433 150.6578 31.0 SAMUEL HILL AERO 94370 +ASN00033309 -20.8928 148.9883 10.0 HALLIDAY BAY +ASN00033310 -23.2000 150.3978 10.0 SOUTH YAAMBA TM +ASN00033311 -23.3378 150.5381 50.0 FRENCHVILLE LIGHTH'SE CHISTIAN +ASN00033312 -23.2233 150.6050 30.0 HEDLOW AIRFIELD TM +ASN00033313 -22.8264 150.3372 60.0 THE GLEN TM +ASN00033315 -21.0797 148.9228 60.0 ROLLIES RUN +ASN00033316 -20.4114 148.5878 6.0 PROSERPINE FULLER ST +ASN00033318 -21.8053 148.6881 178.0 DILKERA +ASN00033319 -19.5144 147.1011 5.0 GIRU NORTH +ASN00034000 -20.2161 145.9089 327.1 BALFES CREEK POST OFFICE +ASN00034001 -22.2903 148.7158 213.0 ROOKWOOD +ASN00034002 -20.0781 146.2614 309.8 CHARTERS TOWERS POST OFFICE +ASN00034003 -23.5069 149.7044 80.0 FOLEYVALE STATION +ASN00034004 -22.5133 148.4267 175.0 KYEWONG +ASN00034005 -23.1833 149.5833 32.6 LEURA +ASN00034006 -21.3853 147.3414 240.0 MOUNT COOLON HOTEL +ASN00034007 -20.7019 147.0175 150.0 MOUNT MCCONNELL +ASN00034008 -20.7667 146.1667 -999.9 PAJINGO +ASN00034009 -20.0833 146.2667 -999.9 QUEENTON +ASN00034010 -20.4328 146.0131 280.0 TRAFALGAR STATION +ASN00034011 -20.3000 146.1000 -999.9 WINDSOR +ASN00034012 -21.3761 147.1006 190.0 YACAMUNDA STATION +ASN00034013 -22.5000 148.8167 -999.9 BATHEASTON +ASN00034014 -22.0333 148.0833 -999.9 GROSVENOR DOWNS +ASN00034015 -22.0656 147.7219 225.0 WENTWORTH +ASN00034016 -22.4572 148.6819 128.0 CARFAX +ASN00034017 -20.9067 146.1928 220.0 BROADLEIGH DOWNS +ASN00034018 -20.7500 147.3833 792.5 HIDDEN VALLEY +ASN00034019 -23.0000 149.5833 60.0 APIS CREEK +ASN00034020 -21.3453 147.8289 300.0 WOLLOMBI STATION +ASN00034021 -21.5000 147.5000 -999.9 GLEN EVA STATION +ASN00034022 -21.5186 146.8731 170.0 MT DOUGLAS +ASN00034023 -22.6333 148.4667 183.0 PICARDY +ASN00034024 -22.0236 147.4158 237.7 DOORUNA DOWNS +ASN00034025 -21.5497 147.5664 240.0 CHESTERFIELD STATION +ASN00034026 -22.7833 149.3167 125.0 CLIVE +ASN00034027 -22.7744 148.8100 175.0 ESSEX +ASN00034028 -22.6667 149.1667 16.2 YATTON +ASN00034029 -20.6333 147.1333 100.0 BURDEKIN DAM +ASN00034030 -22.1650 148.3786 200.0 ISAAC +ASN00034031 -22.2000 147.6000 324.0 SOLFERINO +ASN00034032 -20.5500 146.1000 -999.9 WAMBIANA +ASN00034033 -20.2333 146.2833 270.0 HOLMVALE +ASN00034034 -20.4300 146.9733 180.0 MT RAVENSWOOD STATION +ASN00034036 -20.1750 146.3128 260.0 OAKMEADOWS +ASN00034037 -20.1833 146.2667 244.0 FENTON GROVE +ASN00034038 -21.9947 148.0308 260.0 MORANBAH WATER TREATMENT PLANT 94358 +ASN00034039 -21.9833 148.2000 280.0 WOTONGA +ASN00034040 -20.1333 146.2000 330.0 SIX MILE CREEK +ASN00034041 -21.6333 147.3833 -999.9 GLEN AVON +ASN00034042 -22.0667 147.6000 -999.9 DIAMOND DOWNS +ASN00034044 -21.0767 146.5133 230.0 BRUSLEE +ASN00034045 -20.4833 146.2667 270.0 BLETCHINGTON PARK +ASN00034046 -20.7167 146.3500 -999.9 CAMPASPE +ASN00034047 -22.5342 149.0953 140.0 BARMOUNT +ASN00034049 -20.5583 146.4811 300.0 DOONGARA +ASN00034050 -20.3667 146.4000 500.0 BRITTANIA +ASN00034051 -20.5658 146.3819 270.0 SLOGAN DOWNS +ASN00034053 -20.3500 146.2000 -999.9 CORONATION PARK +ASN00034054 -20.1833 146.2667 -999.9 GLEN VALLEY +ASN00034055 -22.2211 147.9703 294.0 MOUNT LEBANON +ASN00034056 -20.1833 146.2500 -999.9 ROCKY CK HOLDING +ASN00034057 -21.3500 147.9833 -999.9 SUTTOR CREEK STATION +ASN00034058 -21.6181 148.6019 300.0 LANDSBOROUGH STATION +ASN00034059 -22.7211 148.6633 -999.9 WARWICK PARK +ASN00034060 -21.7278 148.5697 250.0 ALAMEDA DOWNS +ASN00034061 -22.9372 149.1386 130.0 JUNEE STATION +ASN00034062 -22.2528 148.6744 170.0 CATTLE CAMP STATION +ASN00034063 -21.2333 146.9000 173.0 ST ANNES STATION +ASN00034064 -21.3267 148.0944 320.0 GLENDEN STATION +ASN00034065 -23.0383 149.9181 40.0 COORUMBURRA STATION +ASN00034068 -22.3183 149.0700 200.0 LOTUS PARK +ASN00034069 -20.5242 146.5292 240.0 PALLAMANA STATION +ASN00034070 -22.0083 147.5547 210.0 MARRACOONDA STATION +ASN00034071 -23.0500 149.3833 -999.9 ROYLES +ASN00034072 -22.3833 147.9333 -999.9 LOGAN DOWNS +ASN00034073 -22.1367 148.9136 128.0 SALTBUSH PARK +ASN00034074 -21.8208 148.6825 180.0 OXFORD DOWNS +ASN00034075 -22.6075 147.8419 348.0 NEW CORRY STATION +ASN00034076 -20.9000 147.1500 -999.9 UKALUNDA STATION +ASN00034077 -21.5297 148.2353 350.0 LAKE ELPHINSTONE STATION +ASN00034078 -22.5242 147.6900 360.0 GREENMANTLE +ASN00034079 -21.4000 146.8000 180.0 MT HOPE +ASN00034080 -21.5131 146.8481 190.0 BUNDABAROO +ASN00034081 -21.8500 147.2500 -999.9 AVON DOWNS +ASN00034082 -22.9547 149.4233 76.0 TARTRUS +ASN00034083 -21.8447 148.8736 152.0 WAITARA +ASN00034084 -20.0464 146.2708 289.8 CHARTERS TOWERS AIRPORT 94356 +ASN00034085 -20.0083 146.4350 214.0 SELLHEIM +ASN00034086 -22.3069 148.4822 170.0 SELOH NOLEM +ASN00034087 -21.0925 146.8678 190.0 SCARTWATER +ASN00034091 -22.1333 148.3000 198.0 OLIVE DOWNS +ASN00034092 -19.9044 146.2300 280.0 KURRAJONG +ASN00034094 -20.9994 146.4272 187.0 TAEMAS +ASN00034095 -22.7167 148.7083 150.0 COLLAWMAR +ASN00034097 -20.6467 147.1372 179.0 BURDEKIN DAM ALERT +ASN00034098 -21.3033 146.8644 220.0 LLANARTH +ASN00034099 -21.8948 148.6034 180.0 MT FLORA +ASN00034100 -22.2411 148.4300 173.0 IFFLEY +ASN00035000 -23.6500 146.6406 355.0 ALPHA POST OFFICE +ASN00035001 -23.5522 147.7461 250.0 ANAKIE RICHARDSON ST +ASN00035002 -24.0344 148.4064 200.0 ARCTURUS DOWNS +ASN00035003 -23.8825 148.9642 457.2 ARDURAD +ASN00035004 -25.1933 147.1347 510.0 BABBILOORA STATION +ASN00035005 -22.9883 147.1247 320.0 OLD BANCHORY STATION +ASN00035006 -25.7242 150.2661 229.0 MARAMA +ASN00035007 -24.5711 149.2922 146.0 BAUHINIA DOWNS STORE +ASN00035008 -25.5039 149.2792 300.0 CURRAJONG +ASN00035009 -23.5850 148.8833 184.1 BLACKWATER POST OFFICE +ASN00035010 -22.6528 147.5583 332.0 BLAIR ATHOL +ASN00035011 -22.7000 147.5000 310.0 BLAIR ATHOL SFR 127 +ASN00035012 -23.5822 149.0694 169.8 BLUFF POST OFFICE +ASN00035013 -23.6481 147.2900 336.0 BOGANTUNGAN POST OFFICE +ASN00035014 -26.1206 149.9614 266.0 WANDOAN POST OFFICE +ASN00035015 -25.4025 149.1044 550.0 THE SANDSTONE +ASN00035016 -23.0856 148.0236 228.3 CAPELLA POST OFFICE +ASN00035017 -26.3833 149.9000 -999.9 GURULMUNDI +ASN00035018 -24.8089 147.7525 735.0 CARNARVON STATION +ASN00035019 -22.8239 147.6425 260.0 CLERMONT SIRIUS ST 94359 +ASN00035020 -24.3000 149.6000 -999.9 COCKLEBINDA +ASN00035021 -23.6042 148.5456 167.3 COMET POST OFFICE +ASN00035022 -25.0125 149.5011 350.0 COORADA +ASN00035023 -23.2000 147.0833 -999.9 CRAVEN +ASN00035024 -23.7667 148.0333 222.5 LA RINGO +ASN00035025 -23.6455 149.3308 110.0 DINGO POST OFFICE +ASN00035026 -23.7139 149.6725 86.0 DUARINGA POST OFFICE +ASN00035027 -23.5267 148.1617 178.9 EMERALD POST OFFICE +ASN00035028 -23.8667 148.1333 244.0 FERNLEES POST OFFICE +ASN00035029 -26.3564 150.0464 318.0 GILIGULGUL +ASN00035030 -23.7000 148.1000 225.6 GINDIE STATE FARM +ASN00035031 -24.6017 147.5728 520.0 GLENTANA +ASN00035032 -23.2333 148.3333 216.0 GORDON DOWNS +ASN00035033 -24.3419 146.7597 370.0 HARDEN PARK +ASN00035034 -24.0972 148.8242 230.0 HUMBOLDT +ASN00035035 -22.7000 147.9000 -999.9 HUNTLY +ASN00035036 -25.9500 149.6833 -999.9 KABUNGA WEST +ASN00035037 -22.3833 147.5167 -999.9 KILCUMIN +ASN00035038 -23.9658 148.7578 250.0 TERANG +ASN00035039 -26.3564 150.0464 367.0 GILIGULGUL TM +ASN00035040 -25.5811 148.4811 460.0 WESTGROVE TM +ASN00035041 -23.1000 147.7500 -999.9 MALTHOID +ASN00035042 -24.4125 147.2464 325.0 MANTUAN DOWNS +ASN00035043 -24.0031 148.7211 240.0 MEMOOLOO +ASN00035044 -22.5167 147.6000 -999.9 MICLERE +ASN00035045 -24.9000 146.9833 -999.9 MOUNT PLAYFAIR +ASN00035046 -24.2500 147.6167 270.0 NANDOWRIE +ASN00035047 -24.9833 146.1000 426.7 NARADA DOWNS +ASN00035048 -24.6000 147.6000 -999.9 NARDOO +ASN00035049 -24.5608 145.7869 317.0 GILLESPIE +ASN00035050 -26.0667 150.1667 272.0 LYNWAY +ASN00035051 -24.2644 148.3825 250.0 ORION +ASN00035052 -23.0000 148.0167 -999.9 PEAK DOWNS +ASN00035053 -23.1864 147.3539 -999.9 PEAKVALE STATION +ASN00035054 -23.6497 146.9500 351.0 PINE HILL RAILWAY STATION +ASN00035055 -24.5333 148.8833 300.0 PLANET DOWNS +ASN00035056 -24.1250 147.9283 300.0 RAINWORTH +ASN00035057 -25.1833 149.3500 268.0 REEDY CREEK STATION +ASN00035058 -22.4231 147.6308 305.0 YACKADOO +ASN00035059 -24.4619 148.6261 214.0 ROLLESTON 94364 +ASN00035060 -23.5500 148.5500 133.0 ST AUBINS +ASN00035061 -23.9000 149.1000 -999.9 SANDHURST PARK +ASN00035062 -23.4622 147.7208 226.0 SAPPHIRE POST OFFICE +ASN00035063 -24.2111 148.7403 215.0 SOMERBY +ASN00035064 -24.4481 147.8986 400.0 SPRING CREEK STATION +ASN00035065 -24.1230 148.0856 344.5 SPRINGSURE COMET ST 95362 +ASN00035066 -24.5325 148.3508 260.0 SPRINGWOOD STATION +ASN00035067 -24.3000 148.8000 228.6 SUNLIGHT +ASN00035068 -25.6103 148.9444 470.0 WADDY BRAE TM +ASN00035069 -24.8819 146.2564 395.1 TAMBO POST OFFICE 94355 +ASN00035070 -25.6408 149.7958 199.0 TAROOM POST OFFICE 94525 +ASN00035071 -24.1858 147.7200 260.0 TELEMON STATION +ASN00035072 -24.8856 146.2781 400.0 TAMBO STATION +ASN00035073 -25.3167 146.0194 335.3 TOLINESS STATION +ASN00035074 -24.2500 147.5000 -999.9 TRESSWELL +ASN00035075 -24.0747 147.7372 300.0 BROKEN DRAY +ASN00035076 -26.1333 149.9667 268.2 JUANDAH +ASN00035077 -24.9214 148.6006 511.0 WARRINILLA +ASN00035078 -25.2000 146.3833 457.0 WEST QUARTER +ASN00035079 -24.6217 147.4064 370.0 WHARTON CREEK STATION +ASN00035080 -23.5833 147.5667 253.0 WITHERSFIELD RAILWAY STN +ASN00035081 -26.2853 149.8283 273.1 WOLEEBEE NEVASA +ASN00035082 -22.9481 148.2750 300.0 DEMIPIQUE +ASN00035083 -24.1300 149.4567 139.0 WOORABINDA +ASN00035084 -24.0692 145.7600 360.0 YALLEROI +ASN00035085 -25.1667 146.5000 445.0 YANDARLOO +ASN00035086 -23.3000 149.1000 137.2 MINETTE DOWNS +ASN00035087 -23.6317 146.3439 400.0 BETANGA +ASN00035088 -24.3339 147.9425 100.0 BIRRABAN +ASN00035089 -22.6833 148.1667 304.8 HIGHLAND PLAINS +ASN00035090 -24.9588 148.3743 307.0 REWAN STATION +ASN00035091 -24.5000 148.7000 -999.9 COORUMBENE +ASN00035092 -22.6150 148.3533 183.0 DYSART STATION +ASN00035093 -25.0208 147.9511 610.0 MT MOFFATT NATIONAL PARK +ASN00035094 -22.4831 147.5172 318.0 WINVIC +ASN00035095 -23.0500 149.1917 83.0 MACKENZIE RIVER +ASN00035096 -25.4875 150.0064 186.0 THE GLEBE +ASN00035097 -25.9167 150.1667 -999.9 YURAL +ASN00035098 -23.5000 148.1500 180.0 EMERALD DPI TOWN SITE +ASN00035099 -24.8000 145.3000 -999.9 LORNE +ASN00035100 -23.8000 147.6000 -999.9 LUMEAH +ASN00035101 -24.0000 148.1167 -999.9 MINERVA +ASN00035102 -24.7822 148.3883 260.0 ALDINGA PARK +ASN00035103 -25.0636 146.2653 400.0 LANSDOWNE STATION +ASN00035104 -22.4000 147.5333 327.0 KILMACOLM +ASN00035105 -23.7667 149.5000 -999.9 PEARL CREEK +ASN00035106 -24.8500 145.6167 -999.9 RAVENSBOURNE STATION +ASN00035107 -24.3822 148.3322 250.0 METEOR DOWNS +ASN00035108 -23.1601 149.1101 120.0 LACHLAN +ASN00035109 -22.8181 148.4900 200.0 BOOROONDARRA +ASN00035110 -23.9103 147.1575 426.7 CLOYNE +ASN00035111 -23.8014 148.9283 182.9 TANNYFOIL +ASN00035112 -23.8772 148.3108 170.0 WYNTOON +ASN00035113 -25.8067 149.5583 220.0 EUROMBAH +ASN00035114 -23.2000 149.0833 120.0 ASHGROVE +ASN00035115 -25.6408 149.7947 181.0 TAROOM +ASN00035116 -25.4439 148.6639 457.0 KORCHA +ASN00035117 -25.3864 149.7842 240.0 LA PALMA +ASN00035118 -25.3667 149.3667 274.0 GLENHAUGHTON +ASN00035119 -23.9483 149.6114 310.0 CARINYA +ASN00035120 -25.3639 148.8317 350.0 LINGA LONGA +ASN00035122 -25.1431 148.6192 308.0 BILLABALONG +ASN00035123 -25.9383 149.4183 220.0 THE CANAL +ASN00035125 -23.9667 149.3833 189.6 RABY CREEK STATION +ASN00035126 -22.7000 148.4167 213.4 NORWICH PARK +ASN00035127 -22.7775 147.8564 274.0 MOUNT OSCAR +ASN00035128 -23.5500 149.6667 340.0 SORREL HILLS +ASN00035131 -23.1331 148.5267 305.0 TALAGAI +ASN00035132 -23.4292 148.9272 152.0 NEW CALEDONIA +ASN00035133 -24.0833 148.6000 200.0 MEROO +ASN00035135 -25.7583 149.4067 271.6 HORNET BANK HOMESTEAD +ASN00035136 -23.6564 149.1769 143.0 CHARLEVUE HOMESTEAD +ASN00035137 -24.0528 148.9383 457.0 KULLANDA +ASN00035138 -23.6333 147.8000 248.0 GLENDON +ASN00035140 -23.8667 147.6000 219.0 MOWBRAY +ASN00035141 -25.8333 149.3833 235.0 COO-EE DOWNS +ASN00035142 -25.1011 146.8311 518.2 CALDERVALE STATION +ASN00035143 -24.0569 145.9083 400.0 MARYVALE SPRINGS +ASN00035147 -23.4669 148.1519 188.0 EMERALD DPI FIELD STATION +ASN00035148 -25.7889 148.9219 400.0 MOONAH +ASN00035149 -24.8353 149.8003 168.0 BRIGALOW RESEARCH STN 95376 +ASN00035150 -24.2317 147.6450 270.0 RAYMOND +ASN00035151 -25.2797 148.8500 350.0 MOUNT KINGSLEY +ASN00035152 -25.3333 148.1000 660.0 SUNRISE +ASN00035153 -22.9239 148.1383 304.8 MOUNT LOWE +ASN00035154 -25.8867 149.3233 220.0 MOORABINDA +ASN00035155 -23.9000 147.4500 292.0 DUCABROOK +ASN00035156 -23.4333 147.0167 -999.9 TANGO +ASN00035157 -23.6000 149.1333 -999.9 WALTON +ASN00035158 -22.8667 147.4667 -999.9 HILLVIEW +ASN00035159 -23.7500 147.3333 -999.9 MEDWAY STATION +ASN00035160 -23.5833 148.7667 183.0 TULACH ARD +ASN00035161 -24.2333 145.8833 -999.9 CHAMPION +ASN00035163 -25.1667 147.9167 -999.9 WARRONG STATION +ASN00035164 -23.4078 146.4636 396.0 MONKLANDS +ASN00035165 -24.0717 146.6139 405.4 DURRANDELLA +ASN00035166 -24.6333 149.6333 143.0 THALMERA +ASN00035167 -24.5200 149.7703 100.0 KARAMEA +ASN00035168 -23.2200 149.4733 110.0 BURKAN +ASN00035169 -24.2547 146.4503 430.0 CHESHIRE +ASN00035170 -23.1014 148.9231 110.0 WILPEENA +ASN00035171 -22.8172 147.4775 340.0 OAKEY FARM +ASN00035172 -23.4542 149.2608 121.9 MELMOTH +ASN00035173 -24.3225 147.0125 365.8 FAIRVIEW +ASN00035174 -24.4686 149.2664 122.0 YANTUMARA +ASN00035175 -24.8444 149.0997 240.0 MOUNT NICHOLSON +ASN00035176 -22.5514 147.8553 370.0 MOORAMIN +ASN00035177 -22.6900 147.6658 290.0 ARALUEN +ASN00035178 -25.5086 149.5256 270.0 BROADMERE +ASN00035179 -22.9500 147.8333 254.0 NATOMA DOWNS +ASN00035180 -25.6097 148.9450 470.0 WADDY BRAE +ASN00035181 -25.0000 149.0500 340.0 BEDOURIE STATION +ASN00035182 -25.6753 149.6331 200.0 KINNOUL +ASN00035183 -22.7953 147.5781 277.0 BATHAMPTON +ASN00035184 -23.6000 148.4333 180.0 KARVELLA +ASN00035188 -24.6978 147.4967 490.0 YANDABURRA +ASN00035189 -24.6553 148.4594 240.0 CONSUELO +ASN00035190 -25.0311 145.8664 380.0 MINNIE DOWNS +ASN00035191 -24.0500 149.4000 -999.9 WOOROONA +ASN00035192 -23.3283 148.7853 140.0 COOROORAH +ASN00035193 -23.2000 149.1500 125.0 LEICHHARDT PARK +ASN00035194 -24.9606 148.5311 261.0 WYSEBY +ASN00035195 -23.0286 148.4686 220.0 MAYWIN PARK +ASN00035196 -23.0383 148.6444 150.0 OAK PARK +ASN00035197 -23.7250 148.1439 227.0 LORRAINE +ASN00035198 -22.7500 148.0000 -999.9 ABOR DOWNS +ASN00035199 -22.2756 147.4431 300.0 MOUNT WILKIN +ASN00035200 -24.7886 146.1108 200.0 GREENDALE STATION +ASN00035201 -25.9833 149.3500 -999.9 DANGARFIELD +ASN00035202 -25.0997 149.7278 280.0 GHINGHINDA +ASN00035203 -24.2000 148.8167 -999.9 WASHPOOL +ASN00035204 -24.0606 148.8208 240.0 GANADERO +ASN00035205 -24.0247 147.9208 288.0 WOORARRA +ASN00035206 -24.4550 148.9597 306.0 BUNGAWARRA +ASN00035207 -24.2236 148.0958 340.0 MOUNTAIN VIEW +ASN00035208 -24.4639 147.6125 370.0 GLENROCK +ASN00035209 -24.4222 148.4828 220.0 ALBINIA DOWNS +ASN00035210 -23.6667 147.4833 -999.9 WILLOWS POST OFFICE +ASN00035211 -22.6217 147.6589 343.0 KURRAJONG +ASN00035212 -23.8878 148.0486 270.0 RONNOC DOWNS +ASN00035214 -24.3167 147.4667 295.0 RIVERSIDE +ASN00035215 -23.7417 147.5386 270.0 WILLOWS GEMFIELDS +ASN00035216 -24.7314 148.8081 260.0 BARKALA +ASN00035217 -24.3981 148.1181 380.0 FREITAG +ASN00035218 -24.2161 147.9147 300.0 WANATTA +ASN00035219 -22.4394 147.3767 291.0 CAIRO +ASN00035220 -24.7311 148.7597 240.0 COMETSIDE +ASN00035221 -23.3039 148.1056 210.0 LUCKNOW +ASN00035222 -24.2333 148.3333 244.0 WESTLYN +ASN00035223 -24.8833 148.8333 270.0 GLENIDOL +ASN00035224 -23.0808 147.3789 340.0 KARMOO +ASN00035225 -24.2897 148.1053 330.0 CARDBEIGN +ASN00035226 -25.5831 148.4783 460.0 WESTGROVE +ASN00035227 -24.5200 149.7703 100.0 KARAMEA +ASN00035228 -22.8544 147.9247 300.0 WEIMBY DOWNS +ASN00035230 -23.4236 147.6958 270.0 AVIEMORE +ASN00035231 -23.3781 148.3033 189.0 LANGLEY DOWNS +ASN00035232 -23.1858 147.8972 170.0 VALERIA +ASN00035233 -24.6197 148.4961 230.0 MOUNT PLEASANT +ASN00035234 -24.5736 148.8878 300.0 PORTION ELEVEN +ASN00035235 -24.2294 148.4708 220.0 CARINA DOWNS +ASN00035236 -23.9608 146.5608 350.0 RIVINGTON +ASN00035237 -23.7833 148.5667 180.0 GALGATHA +ASN00035238 -24.5000 148.0667 340.0 GOATHLANDS +ASN00035239 -24.4114 148.0417 320.0 WEALWANDANGIE +ASN00035240 -24.8333 146.0167 396.0 MACFARLANE +ASN00035241 -23.6525 148.0744 150.0 FAIRBAIRN DAM +ASN00035242 -25.8986 150.1297 260.0 BUNGABAN TM +ASN00035243 -22.6167 147.5500 315.0 BLACKRIDGE +ASN00035244 -25.2958 148.7061 550.0 WALLAROO +ASN00035245 -25.5333 148.2667 460.0 MERIVALE +ASN00035246 -24.5978 146.1844 380.0 MOUNT ENNISKILLEN +ASN00035247 -24.5500 146.3667 490.0 BIRKHEAD +ASN00035248 -25.3297 147.8631 660.0 DARKWATER +ASN00035249 -26.0278 149.2514 250.0 WAIKOLA +ASN00035250 -26.1333 149.3667 -999.9 CLIFFORD STATION +ASN00035252 -22.7439 147.5247 288.0 HILLSIDE +ASN00035253 -25.6833 150.1833 200.0 COCKATOO STATION +ASN00035254 -25.2500 150.1667 160.0 GYRANDA +ASN00035255 -25.5833 149.8833 180.0 BUNDULLA +ASN00035256 -23.6022 146.1244 355.0 JERICHO STORE +ASN00035257 -24.4333 145.7167 -999.9 NORTHAMPTON DNS OUTSTN +ASN00035258 -22.2375 147.5133 260.0 MORAMANA +ASN00035259 -24.5408 145.5692 290.0 DUNEIRA +ASN00035262 -24.2817 147.4650 300.0 BALMY HILLS +ASN00035263 -25.0906 148.7692 275.0 AUSTRAL PARK +ASN00035264 -23.5694 148.1756 189.4 EMERALD AIRPORT 94363 +ASN00035265 -23.1125 149.1958 120.0 ARIZONA +ASN00035267 -22.4269 147.5478 328.0 COOVIN +ASN00035270 -23.9114 149.8450 56.0 NEWLANDS +ASN00035271 -25.7983 149.5594 210.0 TARANA CROSSING +ASN00035272 -25.7736 149.7728 210.0 AQUA PARK +ASN00035273 -25.8544 149.7919 210.0 CHILGERRIE HILL +ASN00035274 -23.8467 148.1083 245.0 JUANITA +ASN00035275 -23.2103 146.8781 300.0 ISLAY PLAINS +ASN00035278 -22.5864 148.3422 200.0 DYSART POST OFFICE +ASN00035279 -23.5772 147.1469 450.0 KILCOOL STATION +ASN00035280 -24.8706 148.7697 270.0 ALLAMBEE +ASN00035281 -25.9514 149.6981 220.0 OURNIE +ASN00035282 -25.6333 149.7833 181.0 TAROOM TM +ASN00035283 -25.2117 146.4817 430.0 DRENSMAINE +ASN00035286 -23.7122 146.1675 375.0 GLENCOE +ASN00035287 -23.4583 149.1950 150.0 WARRIGAL +ASN00035288 -23.0131 147.9069 250.0 ELDORADO +ASN00035289 -24.8639 146.9478 525.0 MT PLAYFAIR +ASN00035290 -23.5953 148.8746 187.0 BLACKWATER WATER TREATMENT PLA +ASN00035291 -25.2117 146.4817 450.0 DRENSMAINE TM +ASN00036000 -23.5667 145.7833 301.0 ALICE POST OFFICE +ASN00036001 -24.7167 144.2833 231.0 ALBILBAH +ASN00036002 -22.8103 144.4033 220.0 AMBO STATION +ASN00036003 -21.9089 144.6694 270.0 BIRRICANNIA +ASN00036004 -22.9717 145.2450 219.0 ARAMAC POST OFFICE +ASN00036005 -23.6833 143.8833 120.0 ARRILALAH TELEGRAPH OFF +ASN00036006 -21.7117 144.3928 300.0 EVERSLEIGH +ASN00036007 -23.5544 145.2883 266.9 BARCALDINE POST OFFICE 94350 +ASN00036008 -22.4672 145.0050 261.0 BOWEN DOWNS +ASN00036009 -21.8000 145.9333 316.0 BOWIE +ASN00036010 -21.6144 146.6344 230.0 BULLIWALLAH +ASN00036011 -22.2067 145.0083 250.0 MARENGO +ASN00036012 -21.3747 144.2794 280.4 CAMERON DOWNS +ASN00036013 -23.0394 144.5194 188.0 CAMOOLA PARK +ASN00036014 -21.8833 143.9700 296.0 CATUMNAL +ASN00036015 -21.8000 146.8167 -999.9 CARINYA +ASN00036016 -23.2761 145.4008 240.0 COREENA +ASN00036017 -22.0667 145.3333 260.0 CORINDA +ASN00036018 -22.0033 146.9219 200.0 ELGIN DOWNS +ASN00036019 -21.7333 144.6333 -999.9 ELWELL +ASN00036020 -24.6667 144.4833 255.0 EMMET LISTER STREET +ASN00036021 -24.7208 144.4981 255.0 EMMET DOWNS +ASN00036022 -23.0311 143.7117 190.0 EVESHAM STATION +ASN00036023 -21.5119 144.6339 330.0 HOLMLEIGH +ASN00036024 -23.4900 144.5075 214.0 ILFRACOMBE POST OFFICE +ASN00036025 -24.2217 143.6325 200.0 ISIS DOWNS +ASN00036026 -24.2591 144.4406 203.0 ISISFORD POST OFFICE 94345 +ASN00036027 -23.1925 143.7889 200.0 MANNINGHAM +ASN00036028 -22.1769 144.0486 270.0 LERIDA +ASN00036029 -23.5667 145.6500 315.0 LOCHNAGAR +ASN00036030 -23.4500 144.2500 191.0 LONGREACH POST OFFICE +ASN00036031 -23.4372 144.2769 192.2 LONGREACH AERO GSN 94346 +ASN00036032 -23.3667 143.8833 180.0 MANEROO +ASN00036033 -24.5000 145.1500 -999.9 MALVERN HILLS +ASN00036034 -24.4303 145.4306 281.3 BLACKALL AIRPORT 95351 +ASN00036035 -21.2833 146.2167 -999.9 MIRTNA +ASN00036036 -23.6239 145.6892 290.0 LOCHNAGAR +ASN00036037 -22.5950 144.5469 210.0 MUTTABURRA +ASN00036038 -22.0000 145.9000 -999.9 NORTH OAK VALE +ASN00036039 -24.1333 144.5833 213.4 PORTLAND DOWNS +ASN00036040 -24.5617 144.7183 270.0 SPRINGLEIGH +ASN00036041 -24.3333 144.1833 195.0 RUTHVEN +ASN00036042 -23.5500 145.1000 273.0 SALTERN POST OFFICE +ASN00036043 -23.2828 143.9828 200.0 STRATHDARR +ASN00036044 -21.5000 144.1167 -999.9 SUTTON DOWNS +ASN00036045 -21.7631 144.2222 248.0 TANGORIN +ASN00036046 -21.6292 145.1167 282.0 TIREE +ASN00036047 -21.9500 146.9517 195.0 TWIN HILLS POST OFFICE +ASN00036048 -21.6039 144.9033 300.0 UANDA +ASN00036049 -22.9000 144.0000 -999.9 DARR RIVER DOWNS +ASN00036050 -22.0231 145.9831 270.0 ULCANBAH +ASN00036051 -23.9683 143.8239 200.0 WESTLAND +ASN00036052 -22.9831 143.8658 255.0 MORELLA RAILWAY STATION +ASN00036053 -23.0167 146.2000 -999.9 SPECULATION STATION +ASN00036054 -24.0825 145.5092 300.0 EVORA STATION +ASN00036055 -22.6833 146.1525 340.0 DUNROBIN STATION +ASN00036056 -21.5114 144.3989 275.0 LANDSBOROUGH DOWNS +ASN00036057 -22.6000 144.6000 -999.9 MOUNT CORNISH +ASN00036058 -23.4000 145.1000 -999.9 SALTERN CREEK +ASN00036059 -23.3000 144.4000 -999.9 BIMBAH +ASN00036060 -22.8333 144.7333 -999.9 ACACIA DOWNS +ASN00036061 -24.2667 145.4833 -999.9 ALICE DOWNS +ASN00036062 -22.5000 144.2000 -999.9 KENSINGTON DOWNS +ASN00036063 -22.8333 143.7333 223.0 RIMBANDA RAIL SIDING +ASN00036064 -23.5000 143.4167 -999.9 ALROY +ASN00036065 -22.1381 145.0564 240.0 CALEDONIA +ASN00036066 -23.3269 144.5964 230.0 BEACONSFIELD +ASN00036067 -23.2500 145.0833 267.3 BRISTOL +ASN00036068 -23.1203 144.7542 250.0 MARCHMONT +ASN00036069 -22.3350 144.0569 250.0 HANWORTH +ASN00036070 -22.0167 146.9833 213.4 LANARK HOMESTEAD +ASN00036071 -21.9503 146.6314 195.0 MORAY DOWNS +ASN00036072 -22.1042 147.1419 195.1 WILLESLEY +ASN00036073 -22.7064 144.1028 248.0 LUTHRIE +ASN00036074 -22.3022 145.9900 312.0 JOCHMUS +ASN00036075 -22.4833 145.3833 190.0 GLENAVON +ASN00036076 -22.5017 145.9183 290.0 EASTMERE +ASN00036077 -23.9667 145.2667 -999.9 HOME CREEK +ASN00036078 -21.3517 145.0753 330.0 CRANFORD +ASN00036079 -21.3614 145.1717 320.0 TUMUT VALE +ASN00036080 -21.4500 145.8667 300.0 YARROWMERE +ASN00036081 -24.3231 144.9092 240.0 THORNLEIGH +ASN00036082 -24.2483 144.6983 225.0 GOWAN HILLS +ASN00036083 -22.7044 146.5694 254.8 ALBRO STATION +ASN00036084 -22.8072 147.1317 290.0 BANCHORY +ASN00036085 -21.6678 145.2689 275.0 ABERFOYLE +ASN00036086 -23.4464 146.8367 366.0 EDWINSTOWE +ASN00036087 -23.1292 145.1128 240.0 LEICHARDT FARMS +ASN00036088 -23.7667 144.4167 -999.9 GORDONVALE +ASN00036089 -22.2006 146.5456 218.0 BYGANA STATION +ASN00036090 -23.1714 146.0592 400.0 ROSEDALE STATION +ASN00036091 -22.9167 145.1000 210.0 GLENAMPLE STATION +ASN00036092 -22.4583 144.8339 240.0 MAYLANDS +ASN00036093 -24.8861 144.0756 205.0 YARAKA STATE SCHOOL +ASN00036094 -24.4464 144.1094 200.0 WAHROONGHA +ASN00036095 -21.8497 146.0014 305.0 MOONOOMOO STATION +ASN00036096 -21.7447 145.8147 230.0 RONLOW PARK +ASN00036097 -24.2428 145.2219 250.0 CLARENDON +ASN00036098 -23.8064 145.1867 270.0 LARA +ASN00036099 -22.5167 145.6333 189.0 LAKE DUNN +ASN00036100 -24.6994 143.7331 220.0 ARNO +ASN00036101 -23.4914 145.6544 310.0 RICHMOND HILLS +ASN00036102 -23.7161 145.1303 200.0 BARCALDINE DOWNS +ASN00036103 -24.7000 143.9500 100.0 VENTRY +ASN00036106 -22.2667 147.3500 300.0 ALLAMBIE +ASN00036108 -22.9333 146.1500 -999.9 LENNOX +ASN00036109 -23.5500 143.5167 -999.9 EL KANTARA +ASN00036111 -23.7092 144.5253 198.0 EVANSTON +ASN00036112 -23.0500 144.1167 -999.9 TALLY RAND +ASN00036113 -23.8722 144.4783 180.0 WELLSHOT +ASN00036114 -23.5833 145.0167 -999.9 TARA STATION +ASN00036115 -22.0500 144.6000 -999.9 TOWER HILL +ASN00036116 -23.9283 143.5217 -999.9 BOGEWONG +ASN00036117 -24.4000 144.4500 226.0 RUTLAND PARK +ASN00036118 -24.1478 144.2325 215.0 WAKEFIELD +ASN00036119 -24.5247 144.0928 184.0 PEMBERLEY +ASN00036120 -24.5753 144.5886 260.0 TALLUNDILLY +ASN00036121 -23.9667 144.1333 -999.9 HAZELWOOD +ASN00036122 -21.9583 146.0917 260.0 CARMICHAEL +ASN00036123 -23.6064 144.4758 216.0 ROTHERFIELD +ASN00036124 -23.8583 144.2958 210.0 AMOR DOWNS +ASN00036125 -23.5667 143.6667 -999.9 CAMPSIE +ASN00036126 -24.7014 144.1442 210.0 NEW DEER +ASN00036127 -24.6017 143.8314 220.0 SUNBURY +ASN00036128 -24.4519 143.8742 220.0 YARAWA DOWNS +ASN00036129 -24.1167 143.7167 213.0 BAN BAN +ASN00036130 -24.3350 143.7539 230.0 RUSSLEIGH +ASN00036131 -23.6367 144.0478 210.0 WHITEHILL +ASN00036132 -23.7833 144.1167 -999.9 NERRENA +ASN00036133 -25.7211 144.5003 240.0 MILO STATION +ASN00036134 -24.3972 145.0694 250.0 MOORLANDS +ASN00036135 -24.4572 145.2139 260.0 SELVISTER +ASN00036136 -22.3656 147.2847 260.0 BARCOMBE +ASN00036137 -25.2011 145.2269 338.0 LISTOWEL DOWNS +ASN00036138 -24.9614 145.1442 306.0 LORNE PEAK +ASN00036139 -22.9856 146.6189 183.0 SURBITON STATION +ASN00036140 -24.7033 143.8306 210.0 GUNDOO +ASN00036141 -23.1858 144.8514 225.0 RODNEY DOWNS +ASN00036142 -23.7000 144.6667 -999.9 KILALA +ASN00036143 -24.4214 145.4672 284.0 BLACKALL TOWNSHIP +ASN00036144 -24.7361 145.0731 275.0 TERRICK TERRICK STUD +ASN00036145 -24.6500 145.0667 270.0 MILTON PARK +ASN00036146 -22.9500 145.6833 457.0 WINHAVEN +ASN00036147 -22.2319 144.5767 240.0 DOTSWOOD +ASN00036148 -24.4167 145.4667 284.0 BLACKALL DPI +ASN00036149 -21.4717 145.0914 310.0 KEEN GEA +ASN00036150 -21.8000 144.2667 -999.9 ROCKWOOD +ASN00036151 -22.8667 145.1000 -999.9 STAINBURN DOWNS +ASN00036152 -24.9500 144.4333 305.0 HIGHLANDS +ASN00036153 -23.0522 144.8103 240.0 SUMMER HILL +ASN00036154 -21.3764 144.7642 329.0 BOGUNDA STATION +ASN00036158 -25.3700 144.3581 280.0 GOOYEA STATION +ASN00036159 -22.5036 146.9389 300.0 BERESFORD STATION +ASN00036160 -22.2717 147.0903 240.0 FRANKFIELD STATION +ASN00036163 -23.4894 144.9889 260.0 ASHGROVE STATION +ASN00036165 -21.5028 144.9897 300.0 MOORRINYA NATIONAL PARK +ASN00036166 -24.8839 144.7750 300.0 IDALIA NATIONAL PARK +ASN00036167 -23.4372 144.2769 192.2 LONGREACH COMPARISON +ASN00036168 -24.9553 145.2489 275.0 KOONDOO +ASN00036171 -24.0567 144.7008 220.0 BIRKDALE +ASN00036172 -21.9667 144.3333 250.0 GUE +ASN00037000 -22.1542 142.4900 200.0 ALNI +ASN00037001 -21.9678 142.7214 188.0 AYRSHIRE DOWNS +ASN00037002 -22.8200 143.3850 242.0 BARATRIA +ASN00037003 -20.4661 138.4683 240.0 BARKLY DOWNS +ASN00037004 -21.7667 143.5167 240.0 BEAULY +ASN00037005 -24.2189 143.5781 180.0 BIMERAH +ASN00037006 -22.5150 143.0386 210.0 BLADENSBURG +ASN00037007 -23.3594 141.5628 110.0 BRIGHTON DOWNS +ASN00037008 -22.0764 139.7581 240.0 BUCKINGHAM DOWNS +ASN00037009 -22.3736 141.2853 150.0 MACKUNDA DOWNS +ASN00037010 -19.9225 138.1214 231.2 CAMOOWEAL TOWNSHIP 94255 +ASN00037011 -21.9714 138.6117 170.0 CARANDOTTA STATION +ASN00037012 -22.9817 140.2933 -999.9 CAWNPORE STATION +ASN00037013 -21.9744 140.2964 260.0 CHATSWORTH +ASN00037014 -22.9258 142.3119 207.0 CORK STATION +ASN00037015 -23.1258 143.4619 220.0 CORONA DOWNS +ASN00037016 -21.8664 142.1544 220.0 DAGWORTH STATION +ASN00037017 -21.6944 139.5128 328.0 DAJARRA HOTEL +ASN00037019 -21.3564 139.8653 350.0 DUCHESS HOTEL +ASN00037020 -23.3350 142.2500 230.0 ELVO STATION +ASN00037021 -23.1697 143.0197 240.0 FERMOY +ASN00037022 -22.4500 140.0167 -999.9 FORT WILLIAM +ASN00037023 -21.4167 142.4000 -999.9 HAMILTON DOWNS +ASN00037024 -21.3225 138.2906 243.8 HEADINGLY STATION +ASN00037025 -21.5500 143.8031 287.0 KATANDRA +ASN00037026 -22.2806 143.2200 190.0 ALDINGHAM +ASN00037027 -22.2833 141.6000 225.6 LLANRHEIDOL STATION +ASN00037028 -22.7172 140.9172 185.0 LUCKNOW STATION +ASN00037030 -21.8886 143.6019 260.0 MALBOONA +ASN00037031 -21.7167 143.4000 -999.9 MANUKA +ASN00037032 -23.5167 142.5500 237.0 MAYNESIDE +ASN00037033 -22.7414 143.3342 250.0 MELROSE +ASN00037034 -21.8125 139.9267 288.4 THE MONUMENT AIRPORT 94336 +ASN00037035 -21.2339 139.0467 280.0 OBAN STATION +ASN00037036 -21.8400 140.8925 266.2 TREPELL AIRPORT 94338 +ASN00037037 -22.4833 143.7167 274.0 PIALAWAY DOWNS +ASN00037038 -22.0500 141.5000 -999.9 SAVILLE DOWNS +ASN00037039 -22.3617 143.0836 192.2 WINTON AIRPORT 94342 +ASN00037040 -24.3514 143.2881 165.0 STONEHENGE +ASN00037041 -21.5647 139.7231 330.0 STRADBROKE STATION +ASN00037042 -22.1644 140.8431 -999.9 TOOLEBUC +ASN00037043 -21.6119 138.3136 174.0 URANDANGI 94329 +ASN00037044 -21.7033 142.3550 205.0 FAIRVIEW +ASN00037045 -23.5303 143.0086 300.0 VERGEMONT +ASN00037046 -22.2903 142.4731 170.0 ELDERSLIE +ASN00037048 -22.6372 140.4958 190.0 WARENDA +ASN00037049 -22.8131 142.8325 230.0 WARRNAMBOOL DOWNS +ASN00037050 -21.4833 143.6000 -999.9 WHITEWOOD POST OFFICE +ASN00037051 -22.3908 143.0386 181.9 WINTON POST OFFICE 94339 +ASN00037052 -22.8792 141.8364 200.0 MUNDURIN STATION +ASN00037055 -20.1153 138.8036 300.0 FLORA DOWNS +ASN00037056 -22.2628 143.7447 250.0 MAHRIGONG +ASN00037057 -21.2622 139.7247 366.0 BUSHY PARK +ASN00037060 -22.5167 142.5833 -999.9 SUVLA +ASN00037061 -22.5450 142.6683 198.1 COTSWOLD HILLS +ASN00037062 -22.6833 143.5500 256.0 CHORREGON RAILWAY STN +ASN00037063 -21.3400 142.9286 240.0 GLENLYON STATION +ASN00037064 -22.1667 140.0000 -999.9 NORANSIDE +ASN00037065 -21.9000 143.2167 254.0 OLIO POST OFFICE +ASN00037066 -22.9692 142.6458 -999.9 HAPPY VALLEY +ASN00037067 -25.0333 143.6667 161.0 WANDSWORTH STATION +ASN00037069 -24.1167 143.3500 -999.9 LOCHERN +ASN00037070 -22.1667 143.0833 210.0 OONDOOROO RAILWAY STN +ASN00037072 -21.6489 139.1844 294.0 ARDMORE +ASN00037073 -24.0417 142.8317 180.0 WESTERTON +ASN00037074 -22.4500 141.5833 160.0 MAYFAIR STATION +ASN00037075 -22.3775 143.0333 185.0 WINTON POLICE STATION +ASN00037076 -22.5875 143.2283 213.0 MOUNT LANDSBOROUGH +ASN00037077 -22.2000 138.6947 157.0 LINDA DOWNS +ASN00037078 -22.3522 141.5497 185.0 MIDDLETON HOTEL +ASN00037079 -22.6611 142.3933 180.0 TRANBY +ASN00037081 -21.7128 143.3753 197.0 CORFIELD-MANUKA ST +ASN00037082 -22.1750 143.1667 200.0 OONDOOROO +ASN00037086 -21.9167 142.8667 -999.9 COOINDA +ASN00037088 -21.4500 143.6333 300.0 ELVIRA +ASN00037089 -24.1167 142.3833 -999.9 ONOTO +ASN00037090 -23.9667 142.4833 -999.9 TONKORO +ASN00037091 -23.1214 140.5683 160.0 WARRA STATION +ASN00037093 -22.8333 143.6167 -999.9 STRANRAER +ASN00037094 -22.7167 143.5000 -999.9 CLYDE +ASN00037095 -23.3119 143.4422 230.0 MARMBOO +ASN00037096 -23.6000 143.2667 -999.9 AVONDALE +ASN00037097 -23.3211 143.1706 260.0 MOUNT RYDE +ASN00037098 -24.1075 143.1867 180.0 NOONBAH +ASN00037099 -22.6167 143.4667 235.0 NEWLANDS +ASN00037100 -23.4403 143.2522 230.0 THE RANCH +ASN00037101 -22.9533 143.5553 180.0 DENTON +ASN00037102 -21.5000 142.6833 196.0 ALBION DOWNS +ASN00037103 -22.8156 140.1100 107.7 ELROSE STATION +ASN00037104 -23.0631 142.8197 230.0 WEONA +ASN00037105 -22.0792 143.5111 240.0 BELMONT +ASN00037106 -21.8831 139.9728 -999.9 PHOSPHATE HILL +ASN00037107 -21.7644 139.9164 310.0 THE MONUMENT +ASN00037108 -22.4333 143.4000 -999.9 LESWALT +ASN00037109 -22.4936 139.6615 222.0 ALDERLEY STATION +ASN00037110 -21.2500 139.7667 -999.9 LADY FANNY COPPER MINE +ASN00037112 -23.9686 143.3031 170.0 SUNNYSIDE +ASN00037113 -21.3733 143.5069 323.0 VUNA STATION +ASN00037115 -19.8611 138.1028 230.0 ROCKLANDS +ASN00037116 -22.2583 141.9464 200.0 WOODSTOCK STATION +ASN00037117 -21.6389 142.6719 220.0 CLIO STATION +ASN00037118 -22.5067 142.5875 225.0 JARVISFIELD +ASN00037119 -21.7075 138.4833 180.0 THORNER STATION +ASN00037120 -21.8958 143.0967 220.0 WYORA +ASN00037121 -21.8000 142.5425 210.0 WONGAN +ASN00037122 -22.6439 142.2511 140.0 TULMUR +ASN00038000 -24.3597 139.4714 91.4 BEDOURIE POLICE STATION 94334 +ASN00038002 -25.9003 139.3486 46.5 BIRDSVILLE POLICE STATION +ASN00038003 -22.9117 139.9039 161.8 BOULIA AIRPORT 94333 +ASN00038004 -24.8522 143.6672 188.0 NAVARRA +ASN00038005 -24.5081 139.5881 93.0 CLUNY +ASN00038006 -23.7308 140.3075 146.3 COORABULKA +ASN00038007 -25.1425 141.3456 93.0 CURRAWILLA STATION +ASN00038008 -23.7642 141.1414 94.1 DIAMANTINA LAKES +ASN00038009 -24.7856 139.5919 72.0 GLENGYLE +ASN00038010 -22.9144 138.8036 140.0 GLENORMISTON +ASN00038011 -25.0833 143.5500 160.0 JEDBURGH STATION +ASN00038012 -24.8303 143.9331 151.0 JUNDAH POST OFFICE +ASN00038013 -25.9086 142.7878 140.0 KEEROONGOOLOO +ASN00038014 -23.3650 139.6556 124.0 MARION DOWNS +ASN00038015 -24.8217 140.5558 74.0 MONKIRA +ASN00038016 -25.5458 142.9419 121.0 MOOTHANDELLA STATION +ASN00038017 -25.6883 140.7536 64.0 MOUNT LEONARD STATION +ASN00038018 -25.1961 143.2756 141.0 RETREAT (BARCOO RIVER) +ASN00038019 -24.9453 143.9244 140.0 LONGFORD +ASN00038020 -25.7900 139.5856 47.0 ROSEBERTH STATION +ASN00038021 -25.8000 143.0167 -999.9 SPRINGFIELD +ASN00038022 -23.5564 140.6978 121.0 SPRINGVALE +ASN00038023 -25.8417 141.9189 94.0 TANBAR STATION +ASN00038024 -25.4228 142.6564 126.3 WINDORAH POST OFFICE 94488 +ASN00038025 -24.0517 139.0639 87.0 SANDRINGHAM +ASN00038026 -25.8975 139.3472 46.6 BIRDSVILLE AIRPORT GSN 95482 +ASN00038027 -25.3833 138.6333 45.0 ANNANDALE STATION +ASN00038028 -25.1833 138.5667 -999.9 KALLIDIWARRY +ASN00038029 -24.2167 142.2667 168.0 CONNEMARRA STATION +ASN00038030 -24.1550 141.0983 121.9 DAVENPORT DOWNS STATION +ASN00038031 -25.6500 140.2333 80.0 DURRIE STATION +ASN00038032 -22.5197 138.8347 100.0 ROXBOROUGH DOWNS +ASN00038033 -24.8233 141.4750 119.0 PALPARARA +ASN00038035 -25.5903 143.8917 255.0 TRINIDAD +ASN00038039 -25.7011 143.4558 182.0 REGLEIGH +ASN00038040 -25.3036 142.2008 112.0 CARRANYA +ASN00038041 -25.4278 142.8200 122.0 HAMMOND DOWNS +ASN00038042 -25.6478 143.1686 151.0 CLIFTON +ASN00038043 -24.6800 142.3850 190.0 LOCHIEL +ASN00038044 -23.2436 140.3603 150.0 CANARY +ASN00038045 -24.4833 142.4500 184.0 GRAHGOR DOWNS +ASN00038047 -23.3758 140.1742 148.0 LORNA DOWNS +ASN00038048 -24.3353 139.2775 96.0 KAMARAN DOWNS +ASN00038049 -24.8519 142.6964 190.0 HAYFIELD +ASN00038050 -25.2336 140.9847 73.0 MOORABERRIE STATION +ASN00038051 -25.3500 141.9333 165.0 WAVERNEY +ASN00038052 -23.0581 139.9583 137.0 MUDGEACCA +ASN00038056 -25.6653 142.1086 102.0 SOUTH GALWAY +ASN00038057 -25.1667 143.3333 -999.9 WELFORD LAGOONS +ASN00038058 -25.3122 142.9153 124.0 CONISTON +ASN00038059 -25.5000 143.1000 135.0 THUNDA STATION +ASN00038060 -25.1806 142.6817 127.0 GALWAY DOWNS +ASN00038061 -24.5733 143.2000 180.0 GLENARIFF STATION +ASN00038062 -24.6947 143.1275 142.0 CARELLA STATION +ASN00038063 -25.1494 142.9833 131.0 HAUGHTON VALE +ASN00038064 -24.1650 142.9233 200.0 THURLES PARK +ASN00038065 -24.6167 143.4167 210.0 SWANVALE +ASN00038066 -24.9453 143.7556 189.0 MOUNT MARLOW +ASN00038067 -22.8333 140.2333 162.0 GOODWOOD +ASN00038072 -23.0483 140.2317 145.0 WESTWARD HO +ASN00038073 -25.3714 141.4703 94.0 MORNEY PLAINS +ASN00038075 -25.7131 143.4308 178.0 LYNWOOD +ASN00039000 -25.1333 151.1292 200.0 ABERCORN +ASN00039001 -24.1017 151.1033 61.0 ANNANVALE +ASN00039002 -23.6528 150.6453 16.0 BAJOOL POST OFFICE +ASN00039003 -24.4719 150.1292 152.0 BANANA POST OFFICE +ASN00039004 -24.1819 149.8117 100.0 BARALABA POST OFFICE 94375 +ASN00039005 -24.8500 151.1000 -999.9 BENTHAM +ASN00039006 -24.3789 150.5164 175.0 BILOELA DPI +ASN00039007 -25.5333 151.4667 -999.9 BINJOUR PLATEAU +ASN00039008 -23.7431 149.7831 49.0 BOOLBURRA +ASN00039009 -24.8408 152.2414 44.0 BOONA-CHOPPA +ASN00039010 -24.8569 151.4433 391.0 GOONDICUM +ASN00039011 -24.8878 151.9100 57.0 MONDURAN +ASN00039012 -24.2167 151.2500 40.0 BOYNEDALE +ASN00039013 -23.9000 150.9000 -999.9 BRACEWELL +ASN00039014 -24.5333 151.4667 602.0 BULBURIN FORESTRY +ASN00039015 -24.8667 152.3467 14.0 BUNDABERG POST OFFICE +ASN00039016 -24.0167 150.2000 -999.9 BUNDALBA +ASN00039017 -24.7631 152.4136 10.0 BURNETT HEADS NIELL ST +ASN00039018 -24.0222 151.7642 89.0 BUSTARD HEAD LIGHTHOUSE +ASN00039019 -24.2950 150.9400 486.0 CALLEMONDAH STATION +ASN00039020 -24.0247 150.9681 58.0 CALLIOPE STATION +ASN00039021 -24.0067 151.2017 35.0 CALLIOPE POST OFFICE +ASN00039022 -25.0303 150.4342 352.0 CAMBOON STATION +ASN00039023 -23.4833 151.2333 76.0 CAPE CAPRICORN LIGHTHOUSE +ASN00039024 -24.7500 151.0000 -999.9 CEDAR CREEK +ASN00039025 -25.2361 152.2781 109.0 CHILDERS POST OFFICE +ASN00039026 -24.8419 151.0047 364.0 GOOMINGLAH +ASN00039027 -25.1617 152.2142 83.0 CORDALBA STORE +ASN00039028 -25.2967 150.3047 325.0 CRACOW STORE +ASN00039029 -25.3833 151.3833 -999.9 CRONULLA STATION +ASN00039030 -23.7107 150.9609 32.0 DARTS CREEK +ASN00039031 -24.6486 150.7450 404.8 "KAGEON" DAWES +ASN00039032 -23.9000 150.2167 -999.9 DEEFORD +ASN00039033 -25.4833 152.0000 101.0 DEGILBO RAIL STN +ASN00039034 -25.7336 150.9231 200.0 DELUBRA +ASN00039035 -23.1375 149.9726 60.0 MELROSE +ASN00039036 -25.3706 151.1222 197.0 EIDSVOLD POST OFFICE +ASN00039037 -24.7936 152.3594 5.0 FAIRYMEAD SUGAR MILL +ASN00039038 -23.8833 151.3833 6.0 GATCOMBE HEAD +ASN00039039 -25.6258 151.6094 105.7 GAYNDAH POST OFFICE +ASN00039040 -24.9933 151.9606 64.0 GIN GIN POST OFFICE +ASN00039041 -23.8333 151.2500 15.0 GLADSTONE POST OFFICE +ASN00039042 -25.5333 151.5667 118.0 GLADYSVALE +ASN00039043 -23.5255 150.5078 42.0 GLENLANDS +ASN00039044 -23.5694 149.9542 32.0 RIVERSLEA TM +ASN00039045 -25.2833 151.9133 160.0 GOODNIGHT SCRUB RES 169 +ASN00039046 -25.1500 152.4167 21.0 GOODWOOD RAIL STN +ASN00039047 -24.9500 152.1000 64.0 GOONDOON RAIL STN +ASN00039048 -24.1469 150.2864 32.0 GOOVIGEN POST OFFICE +ASN00039049 -23.4389 150.4550 22.9 GRACEMERE RUSSELL ST +ASN00039050 -24.5833 151.9167 -999.9 MOUNT ELMO +ASN00039051 -25.7833 150.8167 238.0 HAWKWOOD STATION +ASN00039052 -25.6000 151.4833 -999.9 HUMPHERY RAIL SIDING +ASN00039053 -25.2167 152.4500 23.0 ISIS JUNCTION RAILWAY STN +ASN00039054 -24.1967 150.3714 142.0 JAMBIN POST OFFICE +ASN00039055 -23.4667 150.4000 28.0 KABRA RAILWAY STN +ASN00039056 -23.4933 150.2403 52.0 KALAPA +ASN00039057 -24.6925 151.3047 355.0 KALPOWAR FORESTRY +ASN00039058 -23.7667 150.3500 -999.9 KONARA +ASN00039059 -24.1116 152.7161 3.9 LADY ELLIOT ISLAND 94388 +ASN00039060 -24.5267 151.7517 26.0 LOWMEAD POST OFFICE +ASN00039061 -24.0428 150.8211 100.0 MANNERSLEY +ASN00039062 -24.5333 151.3833 131.1 MANY PEAKS POST OFFICE +ASN00039063 -24.8500 152.3667 19.0 MILLAQUIN SUGAR +ASN00039064 -24.7483 151.5594 148.0 MOUNT WALLABY +ASN00039065 -24.3278 151.5692 52.0 MIRIAM VALE +ASN00039066 -25.6167 151.6156 110.9 GAYNDAH AIRPORT 95543 +ASN00039067 -23.5798 150.4044 137.0 MOONMERA +ASN00039068 -23.8104 150.9783 59.0 MOUNT LARCOM POST OFFICE +ASN00039069 -23.6286 150.3867 248.0 WALTERHALL +ASN00039070 -25.1694 151.6375 165.0 MT PERRY THE PINES +ASN00039071 -24.5722 149.9694 148.0 MOURA POST OFFICE +ASN00039072 -24.9833 151.1000 -999.9 MULGELDIE +ASN00039073 -25.5908 151.2986 143.0 MUNDUBBERA +ASN00039074 -24.5000 149.9000 98.5 MUNGI +ASN00039075 -24.7000 151.1500 -999.9 MUNGUNGO +ASN00039076 -25.4833 151.5000 -999.9 NORWOOD +ASN00039077 -24.4481 151.8597 16.0 EULEILAH CREEK +ASN00039078 -23.5782 150.8222 3.0 PACIFIC SALT +ASN00039079 -23.7169 150.8200 9.1 RAGLAN +ASN00039080 -24.1000 150.1167 97.0 RANNES RAILWAY STATION +ASN00039081 -23.2500 150.2833 38.0 RIDGELANDS +ASN00039082 -23.4000 150.5000 11.3 ROCKHAMPTON POST OFFICE +ASN00039083 -23.3753 150.4775 10.4 ROCKHAMPTON AERO 94374 +ASN00039084 -24.6294 151.9158 53.0 ROSEDALE POST OFFICE +ASN00039085 -24.7298 153.2089 109.0 SANDY CAPE LIGHTHOUSE 94390 +ASN00039086 -23.4900 150.3317 50.0 STANWELL POST OFFICE +ASN00039087 -24.6000 150.1167 173.0 TALLAWANTA +ASN00039088 -23.8000 151.1131 40.0 TARGINNIE STATION +ASN00039089 -24.4935 150.5709 193.1 THANGOOL AIRPORT 94376 +ASN00039090 -24.9503 150.0725 142.0 THEODORE DPI +ASN00039091 -24.4053 151.3233 80.0 UBOBO STORE +ASN00039092 -24.6792 152.1881 4.0 MIARA +ASN00039093 -25.0750 151.9944 39.6 WALLAVILLE- MILL STREET +ASN00039094 -23.7000 150.3833 -999.9 WALMUL +ASN00039095 -24.6342 152.0228 43.0 WATALGAN WINFIELD RD +ASN00039096 -25.3561 151.8169 114.0 WATERANGA +ASN00039097 -24.7158 152.0075 60.0 WATERLOO +ASN00039098 -23.6211 150.1569 156.0 WESTWOOD STORE +ASN00039099 -25.3167 151.7500 -999.9 GIRVAN VALE +ASN00039100 -24.5536 152.0128 45.7 WINFIELD +ASN00039101 -24.6667 150.2167 265.0 WOOLANDOON +ASN00039102 -23.9078 150.1953 112.8 WOWAN POST OFFICE +ASN00039103 -24.7842 151.2281 298.0 BANCROFT +ASN00039104 -24.8642 151.1247 239.0 MONTO TOWNSHIP 94377 +ASN00039105 -24.5833 150.2167 -999.9 NORTH BROOK +ASN00039106 -24.4081 150.7258 248.0 MOUNT KROOMBIT +ASN00039107 -24.7247 152.1106 45.3 YANDARAN POST OFFICE +ASN00039108 -25.4381 150.6278 365.8 LURNEA +ASN00039110 -23.8500 150.9000 -999.9 HUT CREEK +ASN00039111 -23.6000 150.1000 -999.9 LLANDELLA HOMESTEAD +ASN00039112 -24.6000 150.7000 -999.9 GREVILLEA +ASN00039113 -24.3000 151.3000 -999.9 MILTON STATION +ASN00039114 -24.1833 150.7500 610.0 MOUNT RAINBOW +ASN00039115 -23.5000 151.0000 15.2 SEA HILL +ASN00039116 -23.6000 150.3000 -999.9 SPILL CREEK STN +ASN00039117 -23.5000 150.3000 -999.9 WARREN STATE FARM +ASN00039118 -23.5500 150.2000 -999.9 WYCARBAH +ASN00039119 -24.5503 151.2225 637.0 TABLE TOPS +ASN00039120 -23.6500 150.6500 -999.9 COOLOWIE +ASN00039121 -24.9500 152.3833 15.2 ALLOWAY +ASN00039122 -23.4422 151.9131 3.3 HERON ISLAND RES STN 94386 +ASN00039123 -23.8553 151.2628 74.5 GLADSTONE RADAR GSN 94380 +ASN00039124 -24.7167 151.7000 -999.9 TOWERAN +ASN00039125 -24.0236 150.8714 99.0 MOUNT ALMA +ASN00039126 -24.9733 151.9333 50.0 GIN GIN STATION +ASN00039128 -24.8885 152.3235 27.0 BUNDABERG AERO 94387 +ASN00039129 -24.6156 151.1050 340.0 MALAKOFF +ASN00039130 -23.1833 151.9000 1.0 NORTH REEF LIGHTHOUSE +ASN00039131 -25.2000 152.3000 -999.9 CHILDERS MILL +ASN00039132 -25.4764 151.8681 157.0 DIDCOT +ASN00039133 -24.0667 150.8000 -999.9 KIORA +ASN00039134 -24.8167 152.1333 30.5 INVICTA +ASN00039135 -24.8036 152.4547 13.0 BARGARA +ASN00039136 -24.1333 150.3333 -999.9 NETLEY +ASN00039137 -24.7464 151.5417 144.0 MOLANGOOL +ASN00039138 -23.8167 150.7333 76.2 CLEVEDEN +ASN00039139 -24.5000 150.4000 271.0 TORSDALE +ASN00039140 -24.5333 151.3833 126.0 BUILYAN FORESTRY +ASN00039141 -25.0000 152.1667 51.8 ELECTRA +ASN00039142 -24.8139 149.9892 172.0 WOODLEIGH +ASN00039143 -24.1817 149.8100 83.0 BARALABA +ASN00039144 -24.2000 150.7167 433.0 ULDRA +ASN00039145 -24.6750 150.4939 325.0 THE HIRSEL +ASN00039146 -24.2833 150.7167 -999.9 THE CEDARS +ASN00039147 -25.6886 150.7842 400.0 BRIGALOW +ASN00039148 -24.5347 150.9175 250.0 BLUE HILLS +ASN00039149 -24.6136 150.2644 285.0 BARFIELD +ASN00039150 -24.3281 150.6183 303.0 CALLIDE OPEN CUT +ASN00039151 -24.8075 150.2197 201.0 GONYELINKA +ASN00039152 -24.4972 150.6708 213.4 BIBARINGA +ASN00039153 -24.0000 150.5000 168.0 LANCEFIELD +ASN00039154 -24.5000 150.6167 -999.9 KARIBOE NORTH +ASN00039155 -24.3500 150.6833 182.9 CALLIDE PLAINS +ASN00039156 -23.8467 150.2628 129.0 DULULU POST OFFICE +ASN00039157 -23.8500 152.3833 -999.9 FAIRFAX ISLAND +ASN00039158 -24.9472 150.0789 144.0 THEODORE +ASN00039159 -25.2097 152.0325 102.0 BOOYAL CENTRAL STATE SCHOOL +ASN00039160 -24.3781 150.3692 200.0 LYNWOOD +ASN00039161 -23.1681 150.9364 6.1 GREAT KEPPEL ISLAND +ASN00039162 -24.8167 152.1667 6.1 SMITH CROSSING +ASN00039163 -24.8872 150.2033 180.0 OLD WALLOON +ASN00039164 -25.1506 150.0892 189.0 KALIMNA +ASN00039166 -24.3833 149.8667 95.0 BINDAREE +ASN00039167 -25.4572 150.4614 362.0 ROCKYBAR +ASN00039168 -25.1025 152.5603 5.0 WOODGATE STORE +ASN00039169 -25.2617 150.8536 257.6 CULCRAGIE +ASN00039171 -25.6875 150.8689 260.0 NARAYEN RES STN +ASN00039172 -24.4122 150.6633 240.0 HILLVIEW +ASN00039173 -24.9333 150.0833 140.0 THEODORE RESEARCH STN +ASN00039174 -24.8503 152.3994 22.0 BUNDABERG SUGAR RES STN +ASN00039175 -24.4167 151.2119 144.0 LOVANDEE +ASN00039176 -25.0333 151.6167 -999.9 WONBAH +ASN00039177 -25.6964 150.9647 206.0 GLENWOOD +ASN00039178 -23.3333 152.9667 6.1 WRECK ISLAND +ASN00039179 -25.6000 151.7333 -999.9 LLORALEE +ASN00039180 -24.5833 151.7333 -999.9 BYRNESTOWN RIFLE RANGE +ASN00039181 -24.1333 151.4667 -999.9 IVERAGH +ASN00039182 -24.8833 152.1000 -999.9 NORTH KOLAN +ASN00039183 -23.3667 150.5167 -999.9 STANMORE +ASN00039185 -23.8500 150.9333 -999.9 EAST END +ASN00039186 -24.9297 152.1983 60.0 BINGERA SUGAR MILL +ASN00039187 -24.6500 152.0333 -999.9 MULLET CREEK +ASN00039188 -25.4000 152.2167 -999.9 APPLE TREE CREEK +ASN00039190 -25.6167 151.6167 -999.9 GAYNDAH RAILWAY STATION +ASN00039192 -24.3000 150.9167 -999.9 THE TABLE LAND +ASN00039194 -25.5833 151.7333 -999.9 BYRNESTOWN +ASN00039195 -25.0333 151.9833 -999.9 NEWMOONTA +ASN00039196 -24.7000 152.2500 -999.9 MOORE PARK +ASN00039197 -24.0314 150.7400 128.0 FIG TREE +ASN00039198 -25.1856 152.6153 2.0 BURRUM HEADS +ASN00039199 -24.3278 151.5694 47.0 MIRIAM VALE TM +ASN00039200 -23.1111 149.9142 52.0 REDBANK +ASN00039201 -24.3278 149.8556 94.0 BELVEDERE +ASN00039202 -24.5000 151.0167 -999.9 NESTER VALE +ASN00039203 -24.7756 150.8614 393.0 TANNYMOREL +ASN00039204 -24.9486 150.6842 307.0 COLODAN +ASN00039205 -24.8725 150.8236 324.0 WINGFIELD +ASN00039206 -25.5000 150.6000 -999.9 REDBANK +ASN00039207 -25.2342 152.2086 100.0 APPLE TREE CREEK +ASN00039208 -25.2097 151.1394 203.0 NEWLYN - CYNTHIA +ASN00039209 -24.2500 151.5000 57.0 BOROREN POST OFFICE +ASN00039210 -25.0281 152.2172 60.0 ELLIOTT RIVER FOREST STN +ASN00039211 -25.0225 151.2575 240.0 GEIJERA +ASN00039212 -24.0000 150.7667 -999.9 AYRDRIE +ASN00039213 -24.0500 150.7667 100.0 COLENSO +ASN00039214 -25.2667 152.2667 -999.9 COAL CREEK +ASN00039215 -24.7019 151.8550 63.0 AMPTHILL TM +ASN00039216 -25.2719 151.1319 157.0 CERATODUS +ASN00039217 -23.8667 151.3667 -999.9 FACING ISLAND +ASN00039218 -25.0092 151.8100 105.0 MOOLBOOLAMAN +ASN00039219 -24.9667 151.3667 -999.9 LORRAY +ASN00039220 -24.6544 151.6311 100.0 CHARNWOOD +ASN00039221 -24.9031 152.4711 23.0 ELLIOTT HEADS ROAD +ASN00039222 -24.6619 150.9633 302.0 CANIA GORGE PARK +ASN00039223 -24.8192 151.7114 94.0 KOLONGA +ASN00039224 -25.3686 150.5500 370.0 LONE PINE +ASN00039225 -24.7106 151.6706 103.0 GRACEDIEU +ASN00039226 -24.2906 151.7803 42.0 CAPTAIN CREEK TM +ASN00039227 -25.8953 150.9306 220.0 WELL STATION +ASN00039228 -25.1500 150.7333 335.0 KILDARE +ASN00039229 -24.8500 151.7667 -999.9 TAKILBERAN +ASN00039230 -23.8347 150.7539 71.0 LANGMORN +ASN00039231 -25.4333 150.9500 235.0 WIDBURY +ASN00039232 -25.5019 150.9469 190.0 COONAMBULA +ASN00039233 -24.1167 150.8167 -999.9 VOEWOOD +ASN00039234 -25.1731 152.0325 100.0 THE CEDARS +ASN00039235 -23.8000 151.1167 160.0 WILLOWEE +ASN00039236 -25.1953 150.9903 261.0 WURUMA DAM +ASN00039237 -25.5406 151.0736 165.0 DEEPBANK +ASN00039238 -23.8833 150.7000 -999.9 CECILWOOD +ASN00039239 -23.3500 150.5167 20.0 NORTH ROCKHAMPTON MENZIES ST +ASN00039240 -24.4472 150.7981 296.0 KROOMBIT +ASN00039241 -23.7583 151.3097 9.0 SOUTHEND CURTIS ISLAND +ASN00039242 -23.4009 150.6238 15.0 BROADMEADOWS +ASN00039244 -25.2792 150.8356 280.0 SPRINGFIELD +ASN00039245 -24.8000 151.9000 -999.9 ELLENDALE +ASN00039247 -25.1253 150.7917 300.0 SCOTSTON +ASN00039248 -24.9389 150.8033 306.0 TECOMA +ASN00039249 -24.1228 150.7564 200.0 WYALLA +ASN00039250 -23.7464 150.6053 58.0 ROCKLEY +ASN00039251 -24.7275 151.4308 207.0 HILLVIEW +ASN00039252 -24.2122 151.4219 88.0 FERNDALE +ASN00039253 -24.2719 151.0958 115.0 ROWANLEA +ASN00039254 -24.6500 151.4500 220.0 DALGA STN +ASN00039255 -24.1664 151.5128 56.0 SPRINGS +ASN00039256 -25.1475 151.6286 257.0 DINGLE DELL +ASN00039257 -23.9719 150.2722 119.0 WOODBINE +ASN00039258 -25.1342 151.9800 14.5 WALLA +ASN00039259 -25.3772 151.0819 165.0 EIDSVOLD BRIDGE +ASN00039260 -24.7667 151.9167 -999.9 MOUNT WALKER +ASN00039261 -24.0964 151.6450 25.0 TURKEY STATION +ASN00039263 -23.9667 150.2167 -999.9 CALLIUNGAL STATION +ASN00039265 -24.9528 152.0611 70.0 BULLYARD +ASN00039266 -25.0947 152.3158 50.0 FARNSFIELD +ASN00039268 -23.9667 150.3167 -999.9 MELROSE +ASN00039270 -23.7167 150.5500 -999.9 CLOVER HILLS +ASN00039271 -24.0667 151.3000 -999.9 RIVERSTON HMSD +ASN00039272 -23.9667 150.4000 -999.9 CENTRE CREEK +ASN00039273 -23.9167 150.5667 -999.9 GLENGOWAN +ASN00039274 -24.1333 150.9667 -999.9 GALLOWAY PLAINS +ASN00039276 -23.6189 149.8186 70.0 SLATEY CREEK +ASN00039277 -24.4500 150.8000 -999.9 LOCHENBAR +ASN00039278 -24.8394 150.7444 391.0 GLENHAVEN +ASN00039279 -24.1000 151.2167 -999.9 TARAGOOLA +ASN00039280 -25.1667 151.6167 -999.9 ROCKLEIGH +ASN00039281 -25.4833 151.1833 -999.9 MALMOE +ASN00039283 -25.4667 151.6667 -999.9 YENDA +ASN00039284 -25.7603 151.2972 194.0 STRATHDEE +ASN00039285 -24.4242 151.9822 22.0 FERNFIELD +ASN00039286 -23.9447 151.3644 10.0 TANNUM SANDS BOOTH AVENUE +ASN00039290 -24.4131 150.5208 177.0 BILOELA - VALBONA +ASN00039291 -23.8139 150.8644 55.0 DUNDEE +ASN00039292 -24.6333 150.9667 -999.9 CANIA +ASN00039293 -23.9833 151.1000 -999.9 CASTLE HOPE +ASN00039294 -24.4683 151.6650 -999.9 NETLEY STATION +ASN00039295 -23.9167 149.8500 85.0 NEWLANDS +ASN00039296 -24.5917 149.9017 103.0 MOURA +ASN00039297 -24.5272 151.3814 131.0 BUILYAN GUM STREET +ASN00039298 -23.9667 151.3667 15.0 GLADSTONE +ASN00039299 -24.2000 150.7000 408.0 VALE ROYAL +ASN00039300 -25.3897 151.7611 120.0 MOUNT YEATMAN +ASN00039302 -24.0000 151.2833 25.0 BENARABY +ASN00039303 -25.2558 152.2819 95.0 CHILDERS SOUTH +ASN00039304 -23.4483 151.9178 8.0 HERON ISLAND +ASN00039305 -25.2453 150.6908 365.0 TIREEN +ASN00039306 -24.6667 151.4167 210.0 BING +ASN00039308 -24.1011 150.1097 88.0 RANNES +ASN00039309 -24.8733 151.8350 40.0 FRED HAIGH DAM +ASN00039310 -23.9897 150.2631 100.0 PIDGEE +ASN00039311 -24.8578 150.4694 335.0 GLANDORE +ASN00039312 -23.5825 149.9497 60.0 KIOMA +ASN00039313 -25.1367 151.9800 16.0 WALLA TM +ASN00039314 -24.1542 151.8875 34.2 SEVENTEEN SEVENTY 94384 +ASN00039316 -24.5592 150.6542 300.0 BARINA +ASN00039317 -24.3350 151.2950 -999.9 LOLOMA +ASN00039319 -25.1303 151.1297 184.0 ABERCORN TM +ASN00039321 -25.4000 151.1000 135.0 EIDSVOLD TM +ASN00039322 -23.5293 151.2763 19.8 RUNDLE ISLAND 94378 +ASN00039325 -24.7617 152.0100 87.0 YANDARAN MONDURAN ROAD +ASN00039326 -23.8697 151.2214 16.6 GLADSTONE AIRPORT 94381 +ASN00039327 -24.4383 151.6522 52.0 MAKOWATA +ASN00039328 -23.5069 150.3203 50.0 STANWELL POWER STATION +ASN00039329 -24.5567 150.4381 252.0 STANRAER STUD +ASN00039330 -24.8931 151.0997 230.9 MONTO AIRPORT +ASN00039331 -25.3997 151.7833 46.0 MINGO CROSSING +ASN00039332 -24.4100 149.8356 108.0 LLOYONA +ASN00039333 -25.6117 150.7472 294.0 ROCKY SPRINGS +ASN00039334 -24.0213 150.9603 66.0 HAZELDEAN +ASN00039335 -24.0047 151.3350 7.0 BENARABY +ASN00039337 -24.9322 152.2553 25.0 WOONGARRA TM +ASN00039338 -24.9822 152.0731 50.0 BUNGADOO TM +ASN00039339 -25.1475 151.6286 300.0 DINGLE DELL TM +ASN00039340 -25.6200 151.5900 100.0 SAUERS TM +ASN00039341 -25.5247 151.7600 120.0 BYRNESTOWN TM +ASN00039342 -25.3911 151.7600 100.0 MT YEATMAN TM +ASN00039343 -25.5378 151.3200 201.0 MALANDA +ASN00039345 -25.3256 150.5064 409.0 BARWOOD +ASN00039346 -25.6950 151.3325 159.0 GLENROCK +ASN00039348 -24.4667 151.7983 25.0 ATALUMA PARK +ASN00039349 -23.6211 150.1567 160.0 WESTWOOD TM +ASN00040000 -27.9500 153.1000 48.0 ABBOTSFORD +ASN00040001 -26.0167 152.4167 60.0 ACACIA VALE +ASN00040002 -26.3333 152.6667 70.0 AMAMOOR +ASN00040003 -26.3664 152.6236 106.7 AMAMOOR FORESTRY +ASN00040004 -27.6297 152.7111 24.2 AMBERLEY AMO 94568 +ASN00040005 -26.0000 152.6833 -999.9 ANDERLEIGH +ASN00040006 -28.2833 152.9167 200.0 AVONMORE +ASN00040007 -26.8000 152.9000 488.0 BALD KNOB +ASN00040008 -27.4167 152.7000 99.0 BANKS CREEK +ASN00040009 -26.3000 152.0500 -999.9 BARAMBAH VIEW +ASN00040010 -26.3167 152.0833 335.0 BARAMBAH +ASN00040011 -27.7300 152.3650 142.0 LAIDLEY CREEK +ASN00040012 -28.2500 152.8000 90.0 BARNEY VIEW +ASN00040013 -25.8158 152.6233 71.0 BAUPLE +ASN00040014 -28.0206 153.0131 106.0 BEAUDESERT CRYNA +ASN00040015 -28.1467 153.1903 520.0 BEECHMONT BINNA BURRA ROAD +ASN00040016 -27.7167 153.1833 12.0 BEENLEIGH POST OFFICE +ASN00040017 -26.8564 152.9764 30.0 BEERWAH FOREST +ASN00040018 -26.8333 152.7167 549.0 BELLTHORPE +ASN00040019 -26.9000 152.1500 442.0 BENARKIN FOREST STATION +ASN00040020 -26.8848 152.1006 435.0 BLACKBUTT POST OFFICE +ASN00040021 -25.5103 152.0456 108.0 BIGGENDEN POST OFFICE +ASN00040022 -26.6000 153.0833 2.0 BLI BLI +ASN00040023 -25.6500 151.8167 148.0 BONITAI +ASN00040024 -27.9925 152.6919 96.0 BOONAH STARK AVE +ASN00040025 -26.0833 152.0500 274.0 BOONARA +ASN00040026 -25.5997 152.5925 22.0 MUNGAR GAYNDAH ST +ASN00040027 -27.0892 153.1658 3.0 BONGAREE BOWLS CLUB +ASN00040028 -25.6006 152.2614 121.0 BROOWEENA LAHEY ST +ASN00040029 -26.1900 152.4272 127.0 WIDGEE STATION HILL +ASN00040030 -28.2367 152.4775 780.0 BRYN EURYN +ASN00040031 -26.6867 153.0500 167.6 BUDERIM POST OFFICE +ASN00040032 -26.6833 153.0667 100.0 MONS MARI +ASN00040033 -28.1000 152.6000 159.0 BUNJURGEN +ASN00040034 -28.0833 153.4500 20.0 BURLEIGH HEADS +ASN00040035 -27.1414 153.0089 20.0 BURPENGARY ULMANN RD +ASN00040036 -26.4167 151.3333 -999.9 BURRANDOWAN +ASN00040037 -27.1500 152.5000 52.0 CABOONBAH +ASN00040038 -27.0850 152.9517 3.9 CABOOLTURE POST OFFICE +ASN00040039 -26.8083 153.1383 15.0 CALOUNDRA POST OFFICE +ASN00040040 -26.8017 153.1500 46.0 CALOUNDRA SIGNAL STATION +ASN00040041 -27.3961 152.8664 60.0 CAMP MOUNTAIN (DAVISON ROAD) +ASN00040042 -28.0142 153.1664 100.0 CANUNGRA FINCH ROAD +ASN00040043 -27.0314 153.4661 99.9 CAPE MORETON LIGHTHOUSE 94594 +ASN00040044 -28.2500 153.0833 60.0 DARLINGTON +ASN00040045 -26.2500 152.9000 82.3 CENTRAL KIN KIN +ASN00040046 -28.2000 153.0000 110.0 TRALEE +ASN00040047 -27.5253 153.2756 7.6 CLEVELAND BOWLS CLUB +ASN00040048 -26.1000 151.8000 -999.9 CLOYNA +ASN00040049 -25.6167 151.8833 229.0 COALSTOUN LAKES +ASN00040050 -25.4333 152.6500 35.0 COLTON RAILWAY STATION +ASN00040051 -26.7297 152.7169 140.0 CONONDALE TOWNSHIP +ASN00040052 -28.1783 153.5383 6.0 COOLANGATTA BOWLS COMP +ASN00040053 -26.5500 152.9000 159.0 COOLOOLABIN FORESTRY +ASN00040054 -26.5500 152.9000 150.0 ROCKY VALE +ASN00040055 -26.5333 153.0833 15.0 COOLUM BEACH POST OFFICE +ASN00040056 -27.3914 152.5014 81.0 COOMINYA POST OFFICE +ASN00040057 -26.1842 152.9136 108.0 COMO +ASN00040058 -26.3306 152.8222 76.8 COORAN POST OFFICE +ASN00040059 -26.4181 152.9128 110.0 COOROY COMPOSITE +ASN00040060 -26.9833 151.8319 436.0 COOYAR POST OFFICE +ASN00040061 -27.1333 153.3667 5.0 COWAN COWAN SIGNAL STN +ASN00040062 -26.8094 152.8700 200.0 CROHAMHURST +ASN00040063 -27.1967 152.8244 68.0 DAYBORO POST OFFICE +ASN00040064 -27.3067 152.2325 550.0 DEONGWAR STATE FOREST +ASN00040065 -26.6500 153.0333 6.0 DIDDILLIBAH +ASN00040066 -27.6000 152.8333 76.0 DINMORE POST OFFICE +ASN00040067 -25.5272 152.3175 106.7 DOONGUL STATE FOREST +ASN00040068 -25.9319 153.1906 95.6 DOUBLE ISLAND POINT LIGHTHOUSE 94584 +ASN00040069 -25.3944 152.4331 41.0 DUCKINWILLA CREEK +ASN00040070 -27.5167 153.4167 20.0 DUNWICH POST OFFICE +ASN00040071 -26.3828 151.1922 353.0 LANARK +ASN00040072 -26.4400 152.1958 472.0 ELGIN VALE FORESTRY +ASN00040073 -26.1333 152.7167 70.0 ENTERPRISE STATE SCHOOL +ASN00040074 -27.9667 153.3500 22.0 ERNEST JUNCTION RAIL STN +ASN00040075 -27.2397 152.4219 119.0 ESK POST OFFICE +ASN00040076 -27.1533 152.1683 501.0 ESK DALE WEST +ASN00040077 -26.7333 152.9833 58.0 EUDLO +ASN00040078 -26.4769 152.9450 93.0 EUMUNDI - CRESCENT RD +ASN00040079 -27.5831 152.3806 112.0 FOREST HILL +ASN00040080 -28.2619 153.0178 200.0 GLEN CAIRN +ASN00040081 -25.5000 153.0000 30.0 UNGOWA FOREST STATION +ASN00040082 -27.5436 152.3375 97.0 UNIVERSITY OF QUEENSLAND GATTO 94562 +ASN00040083 -27.5428 152.2817 114.0 GATTON ALLAN STREET +ASN00040084 -26.9000 152.9833 25.0 GLASS HOUSE MOUNTAINS +ASN00040085 -26.8167 151.6500 -999.9 GLENCLIFFE +ASN00040086 -26.6675 151.8169 473.0 GOODGER STORE +ASN00040087 -26.9500 152.0500 435.0 GOOGA GOOGA CRK FOREST +ASN00040088 -25.5333 152.5167 -999.9 DUNMORA +ASN00040089 -26.0564 152.7889 94.0 GOOMBOORIAN +ASN00040090 -26.1819 152.0686 258.0 GOOMERI POST OFFICE +ASN00040091 -27.6597 152.4675 95.0 GRANDCHESTER SYMES ST +ASN00040092 -25.8333 152.5500 310.0 GUNDIAH RAILWAY STATION +ASN00040093 -26.1831 152.6414 64.5 GYMPIE 94566 +ASN00040094 -27.8117 152.6675 39.0 HARRISVILLE POST OFFICE +ASN00040095 -27.5681 152.4625 124.0 HATTONVALE STORE +ASN00040096 -27.5504 152.1246 155.0 HELIDON POST OFFICE +ASN00040097 -28.2150 153.0133 110.0 CHRISTMAS CREEK +ASN00040098 -25.3169 152.5625 28.0 HOWARD POST OFFICE +ASN00040099 -26.4592 152.6764 96.0 IMBIL POST OFFICE +ASN00040100 -26.4619 152.6644 127.0 IMBIL FORESTRY +ASN00040101 -27.6117 152.7608 39.9 IPSWICH +ASN00040102 -26.6639 152.4608 513.0 JIMNA COMPOSITE +ASN00040103 -26.2000 152.2500 -999.9 KABUNGA +ASN00040104 -27.9490 152.6235 101.0 ENGLESBERG VILLAGE +ASN00040105 -26.3872 152.6764 81.0 KANDANGA POST OFFICE +ASN00040106 -26.5956 152.7281 107.0 KENILWORTH TOWNSHIP +ASN00040107 -28.0500 153.0367 30.5 BRUFF HILL +ASN00040108 -27.5519 152.7478 30.0 KHOLO +ASN00040109 -26.5181 152.0139 340.0 KIA ORA SANDY RIDGES +ASN00040110 -26.9425 152.5647 129.0 KILCOY POST OFFICE +ASN00040111 -26.0858 152.2381 159.0 KILKIVAN POST OFFICE +ASN00040112 -26.5544 151.8456 441.9 KINGAROY PRINCE STREET +ASN00040113 -26.6894 151.6550 542.0 KUMBIA POST OFFICE +ASN00040114 -27.6322 152.3919 33.5 LAIDLEY POST OFFICE +ASN00040115 -27.4914 152.7519 100.0 LAKE MANCHESTER +ASN00040116 -28.3000 153.0667 -999.9 LAMINGTON GLEN +ASN00040117 -26.8031 152.9617 43.0 LANDSBOROUGH POST OFFICE +ASN00040118 -26.6234 152.6840 122.0 LITTLE YABBA SFR 274 +ASN00040119 -26.1833 152.6667 -999.9 LONG FLAT +ASN00040120 -27.4617 152.5747 51.0 LOWOOD DON ST +ASN00040121 -26.7528 152.8519 425.0 MALENY TAMARIND ST 94547 +ASN00040122 -26.4289 152.3292 449.0 GALLANGOWAN FORESTRY +ASN00040123 -26.6225 152.8656 374.0 MAPLETON POST OFFICE +ASN00040124 -27.5675 152.6053 90.0 MARBURG - WARREGO HIGHWAY +ASN00040125 -26.6500 153.0833 1.0 MAROOCHYDORE SWAN BOWLS CLUB +ASN00040126 -25.5161 152.7156 10.3 MARYBOROUGH 94567 +ASN00040127 -26.2500 152.5500 -999.9 MARYS CREEK +ASN00040128 -26.8833 151.9000 -999.9 COOYAR +ASN00040129 -26.4000 151.8000 435.3 MEMERAMBI +ASN00040130 -26.1692 151.8928 457.0 SPRINGLEA +ASN00040131 -26.1667 151.9000 -999.9 MERLWOOD STATE SCHOOL +ASN00040132 -25.9667 152.5000 40.0 MIVA +ASN00040133 -26.6950 152.3967 243.0 MONSILDALE +ASN00040134 -26.6989 152.9044 400.0 MONTVILLE "CRAGLANDS" +ASN00040135 -28.0302 152.5529 183.0 MOOGERAH DAM +ASN00040136 -26.7661 152.9622 50.0 MOOLOOLAH POST OFFICE +ASN00040137 -26.9000 152.3000 166.0 MOORE POST OFFICE +ASN00040138 -26.5078 151.5142 418.0 MOUNEFONTEIN +ASN00040139 -28.0708 152.6119 143.0 MT ALFORD +ASN00040140 -27.1492 152.5781 100.0 MT BRISBANE +ASN00040141 -27.6163 153.2039 144.0 MOUNT COTTON WEST +ASN00040142 -27.5364 152.7992 20.0 MT CROSBY +ASN00040143 -27.5417 153.0806 48.0 MOUNT GRAVATT +ASN00040144 -25.7411 152.2364 120.0 MOUNT JOSEPH +ASN00040145 -27.0625 152.7789 465.0 MT MEE +ASN00040146 -26.2203 152.2814 518.0 SHAMROCK MINE +ASN00040147 -27.3994 152.7886 449.0 MT NEBO POST OFFICE +ASN00040148 -26.5967 152.1700 234.0 MT STANLEY FORESTRY +ASN00040149 -28.1400 152.5967 150.0 MOUNTAIN VIEW +ASN00040150 -27.9050 153.0933 61.0 MUNDOOLIN +ASN00040151 -25.6050 152.5892 38.0 MUNGAR JUNCTION +ASN00040152 -26.2422 151.9425 314.0 MURGON POST OFFICE +ASN00040153 -27.4667 152.0667 228.0 MURPHYS CREEK POST OFFICE +ASN00040154 -27.2000 152.5000 50.0 FAIRVIEW +ASN00040155 -27.7500 152.6667 45.7 DERRYLIN +ASN00040156 -28.1808 152.9411 76.0 TOOLAMBA +ASN00040157 -26.6208 152.9667 19.0 NAMBOUR BOWLING CLUB +ASN00040158 -26.6756 151.9939 375.0 NANANGO WILLS ST +ASN00040159 -27.2000 152.9667 45.0 NARANGBA RAILWAY STN +ASN00040160 -28.0092 153.3175 25.0 NERANG GILSTON RD +ASN00040161 -26.1000 152.6500 60.0 GYMPIE +ASN00040162 -28.1634 153.2126 162.0 NUMINBAH STATE FARM +ASN00040163 -28.2033 152.9272 130.0 INNIS PLAIN +ASN00040164 -26.1167 152.3333 100.0 KILKIVAN STATE FOREST 220 +ASN00040165 -26.2000 152.7500 -999.9 ORMESBY +ASN00040166 -27.8965 153.3128 6.0 OXENFORD (OBERON WAY) +ASN00040167 -28.3260 152.7696 250.0 PALEN CREEK CORRECTIONAL +ASN00040168 -26.7000 152.9500 42.0 PALMWOODS POST OFFICE +ASN00040169 -26.8425 152.8819 175.0 PEACHESTER +ASN00040170 -27.3042 152.0542 667.0 PECHEY FORESTRY +ASN00040171 -27.2692 152.9839 15.0 AMCOR - PETRIE MILL +ASN00040172 -25.2833 152.8333 5.0 PIALBA POST OFFICE +ASN00040173 -28.1167 153.1500 -999.9 PINE CREEK +ASN00040174 -26.8667 152.5833 128.0 PLAIN VIEW +ASN00040175 -27.4276 153.5216 9.0 POINT LOOKOUT BOWLS CLUB +ASN00040176 -26.3650 152.8533 73.2 POMONA POST OFFICE +ASN00040177 -26.1639 151.6014 376.0 PROSTON POST OFFICE +ASN00040178 -28.2112 152.8651 105.0 RATHDOWNEY POST OFFICE +ASN00040179 -27.6000 152.8667 20.0 REDBANK POST OFFICE +ASN00040180 -27.2517 153.1008 10.0 MARGATE COLLINS ST +ASN00040181 -27.9167 152.6833 134.0 ROADVALE POST OFFICE +ASN00040182 -28.2311 153.1356 917.0 GREEN MOUNTAINS +ASN00040183 -27.8522 152.4797 101.0 ROSEVALE +ASN00040184 -27.6322 152.5944 63.0 ROSEWOOD WALLOON RD +ASN00040185 -27.6450 153.4000 10.0 RUSSELL ISLAND +ASN00040186 -27.2906 152.8214 65.0 SAMSONVALE +ASN00040187 -26.8833 152.6167 125.0 FREEWOOD +ASN00040188 -27.2675 152.6275 230.0 SIM JUE CREEK +ASN00040189 -27.1147 152.5550 113.0 SOMERSET DAM +ASN00040190 -27.9832 153.4054 17.0 SOUTHPORT RIDGEWAY AVE +ASN00040191 -26.1000 151.5000 475.5 SPEEDWELL +ASN00040192 -28.2264 153.2786 806.0 SPRINGBROOK FORESTRY +ASN00040193 -26.4833 152.6333 91.4 STERLING CROSSING FOREST +ASN00040194 -28.2000 153.3000 -999.9 SPRINGBROOK 2 +ASN00040195 -28.1167 152.9500 71.0 TABOOBA JUNCTION +ASN00040196 -28.1400 153.4293 13.0 TALLEBUDGERA GUINEAS CREEK ROA +ASN00040197 -27.9695 153.1952 515.0 MT TAMBORINE FERN ST +ASN00040198 -27.9826 152.4996 137.0 TAROME +ASN00040199 -26.7433 151.8439 401.0 TARONG +ASN00040200 -25.9483 152.5419 67.0 THEEBINE +ASN00040201 -26.4833 152.0500 380.4 THE GRANGE +ASN00040202 -27.8206 152.3806 188.0 THORNTON BVRT +ASN00040203 -25.7289 152.5814 33.0 TIARO +ASN00040204 -27.3778 153.0883 24.0 BANYO SEMINARY +ASN00040205 -27.0878 152.3756 116.0 TOOGOOLAWAH POST OFFICE +ASN00040206 -26.3250 152.7869 81.0 TRAVESTON +ASN00040207 -25.6778 152.7928 38.0 TUAN CREEK FOREST STN +ASN00040208 -27.5508 152.7258 80.0 VIEWMOUNT +ASN00040209 -27.4361 153.5456 41.0 POINT LOOKOUT 94593 +ASN00040210 -25.8167 153.0500 3.0 INSKIP POINT LIGHTHOUSE +ASN00040211 -27.5717 153.0078 12.5 ARCHERFIELD AIRPORT 94575 +ASN00040212 -27.4304 153.0672 7.0 EAGLE FARM RACECOURSE +ASN00040213 -27.3236 153.0097 15.0 BALD HILLS POST OFFICE +ASN00040214 -27.4778 153.0306 38.0 BRISBANE REGIONAL OFFICE +ASN00040215 -27.4833 153.0333 15.0 BRISBANE BOTANICAL GARDENS +ASN00040216 -27.4506 153.0333 16.0 BRISBANE SHOW GROUNDS +ASN00040217 -27.4833 153.1000 -999.9 CANNON HILL +ASN00040218 -27.5000 153.0833 12.0 CARINA HILL CRESCENT +ASN00040219 -27.4167 153.0500 21.0 TOOMBUL +ASN00040220 -27.4922 153.0564 6.0 COORPAROO BOWLS CLUB +ASN00040221 -27.5000 153.0167 6.0 DUTTON PARK +ASN00040222 -27.4118 153.0457 18.0 KALINGA BOWLS CLUB +ASN00040223 -27.4178 153.1142 4.0 BRISBANE AERO 94578 +ASN00040224 -27.4193 153.0024 39.0 ALDERLEY +ASN00040225 -27.4447 152.9286 79.2 ENOGGERA RESERVOIR +ASN00040226 -27.6081 152.8975 20.0 GOODNA AMPOL +ASN00040227 -27.6000 152.9167 37.0 WOLSTON PARK HOSPITAL +ASN00040228 -27.4000 152.8000 -999.9 HIGHVALE +ASN00040229 -27.4992 152.9769 16.5 INDOOROOPILLY BOWLS CLUB +ASN00040230 -27.4606 152.8811 99.0 GOLD CREEK RESERVOIR +ASN00040231 -27.4565 153.1800 25.0 MANLY RAILWAY STATION +ASN00040232 -27.4500 153.0333 5.0 MAYNE JUNCTION +ASN00040233 -27.4667 153.0000 24.0 MILTON +ASN00040234 -27.5000 153.1000 18.0 MORNINGSIDE +ASN00040235 -27.4681 153.0975 50.0 MURARRIE ROAD CSIRO +ASN00040236 -27.4167 153.0667 17.1 NUDGEE +ASN00040237 -27.3911 153.0628 22.0 TOOMBUL BOWLS CLUB +ASN00040238 -27.5500 152.9833 18.6 OXLEY POST OFFICE +ASN00040239 -27.4333 153.1167 5.0 PINKENBA +ASN00040240 -27.5519 153.0358 9.0 SALISBURY BOWLS CLUB +ASN00040241 -27.3617 152.8861 52.7 SAMFORD CSIRO +ASN00040242 -27.3233 153.0700 1.0 SANDGATE POST OFFICE +ASN00040243 -27.5167 152.9833 25.0 GRACEVILLE BOWLS CLUB +ASN00040244 -27.5756 153.0583 60.0 SUNNYBANK BOWLS CLUB +ASN00040245 -27.4928 152.9933 10.0 TOOWONG BOWLS CLUB +ASN00040246 -26.5539 151.4156 444.0 WARRAGAI +ASN00040247 -26.8422 152.5803 146.0 LINDFIELD +ASN00040248 -26.3333 152.3333 807.1 MANUMBAR FOREST RES 639 +ASN00040249 -26.1167 151.8333 -999.9 WINDERA CREEK +ASN00040250 -26.1500 152.8000 -999.9 WOLVI +ASN00040251 -26.3172 151.8756 334.0 WONDAI POST OFFICE +ASN00040252 -26.9558 152.7792 120.0 WOODFORD POST OFFICE +ASN00040253 -25.3000 152.9500 64.0 WOODY ISLAND +ASN00040254 -26.0594 152.3861 62.0 WOOLOOGA POST OFFICE +ASN00040255 -26.4100 151.8150 473.0 WOOROOLIN POST OFFICE +ASN00040256 -27.4500 153.1667 12.0 WYNNUM RAILWAY STATION +ASN00040257 -26.5603 152.9556 10.0 YANDINA POST OFFICE +ASN00040258 -26.8408 151.9806 458.0 YARRAMAN POST OFFICE +ASN00040259 -26.8933 151.8975 594.0 YARRAMAN UPPER +ASN00040260 -26.7833 152.5000 485.0 YEDNIA +ASN00040261 -27.5500 153.0167 11.9 YEERONGPILLY +ASN00040262 -25.5667 152.6167 13.0 YENGARIE RAILWAY STATION +ASN00040263 -27.3589 153.0375 27.0 ZILLMERE POST OFFICE +ASN00040264 -26.3919 153.0408 8.3 TEWANTIN POST OFFICE +ASN00040265 -27.5278 153.2500 16.0 REDLANDS HRS 94597 +ASN00040266 -27.9825 152.5475 91.0 ARATULA ELIZABETH ST +ASN00040267 -28.2167 152.5667 -999.9 CARNEYS CREEK +ASN00040268 -27.3931 153.0267 30.0 CHERMSIDE BOWLS CLUB +ASN00040269 -27.6374 153.3735 14.0 KARRAGARRA ISLAND +ASN00040270 -27.3628 152.1594 608.0 RAVENSBOURNE +ASN00040271 -27.2167 151.5167 -999.9 ROSALEE PLAINS +ASN00040272 -25.9283 152.9933 3.0 TIN CAN BAY COUNTRY CLUB +ASN00040273 -26.8167 151.6500 536.0 TURKEEN SFR 151 +ASN00040274 -27.5553 153.0797 69.0 MOUNT GRAVATT BOWLS CLUB +ASN00040275 -27.5167 152.9333 20.0 KENMORE ST DAVID ST +ASN00040276 -27.5167 153.1833 20.0 CAPALABA POST OFFICE +ASN00040277 -26.6603 152.0711 380.0 NANANGO EAST FOREST 618 +ASN00040278 -26.6833 152.0000 -999.9 NANANGO WEST +ASN00040279 -26.3000 152.3000 426.7 KABUNGA FOREST RES 427 +ASN00040280 -26.6661 151.7328 466.0 TAABINGA +ASN00040281 -27.2667 153.1000 -999.9 WOODY POINT +ASN00040282 -26.6431 152.9392 32.5 NAMBOUR DPI +ASN00040283 -27.6125 153.0989 80.0 KURABY BEENLEIGH ROAD +ASN00040284 -26.9586 152.9619 48.0 BEERBURRUM FOREST STATION 95566 +ASN00040285 -26.1000 152.6500 -999.9 NORTH DEEP CREEK +ASN00040286 -27.0000 153.0667 1.8 PUMICESTONE POST OFFICE +ASN00040287 -26.8475 151.7986 480.0 MAIDENWELL +ASN00040288 -28.1661 153.5036 5.0 COOLANGATTA AERO +ASN00040289 -27.1136 151.8517 487.0 EUMARELLA +ASN00040290 -28.1725 152.7200 148.0 MAROON +ASN00040291 -27.6192 153.3056 15.0 REDLAND BAY QLD UNI FARM +ASN00040292 -26.8167 152.9333 -999.9 THE GRANGE +ASN00040293 -26.9500 152.7000 -999.9 NEURUM RETREAT +ASN00040294 -27.6000 152.8000 13.0 RIVERVIEW +ASN00040295 -27.5292 152.9142 50.0 KENMORE WAR VETS HOME +ASN00040296 -27.2500 152.8167 60.0 KOBBLESTONE +ASN00040297 -27.8667 152.2333 274.3 BLACKFELLOWS CREEK +ASN00040298 -26.8167 152.7667 533.4 GREENLEA +ASN00040299 -27.4167 152.7167 99.1 BANKS CREEK +ASN00040300 -27.4533 152.3733 90.0 BALAAM HILL +ASN00040301 -27.1882 151.9634 612.0 GLENAVEN +ASN00040302 -27.6242 152.1158 165.0 FLAGSTONE CREEK +ASN00040303 -26.9994 152.3994 83.0 GREGOR CREEK +ASN00040304 -26.9475 151.9567 370.0 KOORALGIN +ASN00040305 -26.7717 152.3583 172.0 LOUISAVALE +ASN00040306 -27.6667 153.1333 12.0 LOGANLEA ELLESLIE RD +ASN00040307 -26.9664 151.7086 603.0 VINCENT VALE +ASN00040308 -27.3342 152.7717 618.0 MT GLORIOUS FAHEY RD +ASN00040309 -27.1500 152.6500 150.0 MT BYRON +ASN00040310 -27.7239 152.3108 451.0 MT BERRYMAN +ASN00040311 -27.0600 152.1403 350.5 NUKINENDA +ASN00040312 -27.7354 152.9443 69.0 NEW BEITH +ASN00040313 -26.9333 152.4667 210.0 NEARA CREEK STATION +ASN00040314 -27.7189 152.8172 60.0 RIPLEY VALLEY +ASN00040315 -26.7833 152.5667 168.0 MOUNT KILCOY +ASN00040316 -28.3017 152.9117 152.0 RUNNING CREEK +ASN00040317 -27.7508 152.6664 53.0 RANGE VIEW +ASN00040318 -27.0258 152.5642 103.6 KIRKLEAGH +ASN00040319 -27.7347 153.3275 10.0 ROCKY POINT SUGAR MILL +ASN00040320 -27.4174 153.1552 11.0 CALTEX REFINERIES (QLD) LTD +ASN00040321 -25.3833 152.0500 120.0 DALLARNIL TELEPHONE EXCH +ASN00040322 -27.6333 152.7333 -999.9 IPSWICH RODERICK ST +ASN00040323 -27.0167 152.3000 128.0 THE GLEN +ASN00040324 -27.4833 152.9500 229.0 MOUNT COOT-THA +ASN00040325 -27.4000 152.9333 60.0 FERNY HILLS STATE SCHOOL +ASN00040326 -27.4428 152.9744 30.0 ASHGROVE BOWLS CLUB +ASN00040327 -26.9000 152.7000 -999.9 MARY SMOKES +ASN00040328 -26.4667 151.7000 -999.9 GORDON BROOK +ASN00040329 -27.4200 152.4506 75.0 ATKINSONS DAM +ASN00040330 -26.7500 153.0000 -999.9 HILLCREST +ASN00040331 -27.6333 152.7333 -999.9 IPSWICH PUMP +ASN00040332 -27.5000 153.0000 20.0 TARINGA +ASN00040333 -27.6167 152.7833 82.0 BOOVAL +ASN00040334 -25.5097 152.0456 125.0 BIGGENDEN TM +ASN00040335 -27.9694 153.2133 520.0 MT TAMBORINE ALERT +ASN00040336 -27.9000 153.0000 120.0 VERESDALE +ASN00040337 -27.3833 153.2167 20.0 ST HELENA ISLAND +ASN00040338 -25.7000 152.2500 -999.9 GIGOOMGAN +ASN00040339 -27.4000 153.1000 2.0 ASCOT +ASN00040340 -27.6000 152.6000 94.0 ASHWELL +ASN00040341 -27.8794 153.2139 360.0 WONGAWALLAN ALERT +ASN00040342 -28.1500 153.2333 -999.9 CHIGIGUM FARM +ASN00040343 -27.0397 152.8678 33.0 WAMURAN +ASN00040344 -27.4500 153.0500 -999.9 BULIMBA +ASN00040345 -27.8064 153.2072 260.0 LUSCOMBE ALERT +ASN00040346 -27.9667 152.9333 -999.9 BROMELTON +ASN00040347 -27.4833 152.9000 31.0 BROOKFIELD +ASN00040348 -26.2000 151.3000 -999.9 BOONDOOMA +ASN00040349 -25.4667 152.6833 -999.9 ALDERSHOT +ASN00040350 -27.4333 153.0500 -999.9 WOOLOOWIN +ASN00040351 -27.5333 153.0167 -999.9 YEERONGPILLY GOLF LINKS +ASN00040352 -28.0000 152.2500 -999.9 WONGA +ASN00040353 -27.3667 153.4500 -999.9 SOUTH PASSAGE +ASN00040354 -27.4833 153.0667 -999.9 NORMAN PARK +ASN00040355 -27.4667 153.0500 -999.9 NEW FARM +ASN00040356 -26.7833 152.8167 338.3 MOUNT WOOT-THA +ASN00040357 -27.0333 152.3667 -999.9 KANNANGUR +ASN00040358 -27.4000 153.1500 -999.9 LYTTON +ASN00040359 -27.4833 153.0167 -999.9 HIGHGATE HILL +ASN00040360 -26.9833 152.3667 -999.9 FERNYHURST +ASN00040361 -27.4500 153.1333 -999.9 HEMMANT +ASN00040363 -28.3233 152.9906 270.0 MOUNT GIPPS +ASN00040364 -26.8000 152.9500 72.0 ANGLESEA +ASN00040365 -26.0528 152.3919 79.0 WOOLOOGA +ASN00040366 -28.3000 152.8667 548.6 TARTARS CREEK +ASN00040367 -27.4667 153.0167 -999.9 ST LUCIA TRAINING FARM +ASN00040368 -27.5247 153.0633 31.0 LYNNDON PARK BOWLS CLUB +ASN00040369 -27.5667 152.9500 31.0 DARRA +ASN00040370 -28.0167 152.6833 91.0 DUGANDAN +ASN00040371 -26.8500 152.8667 -999.9 EMSCOTE FARM +ASN00040372 -26.7667 152.8500 412.0 MALENY +ASN00040373 -27.4500 152.6500 45.7 FERNVALE +ASN00040374 -27.7594 152.4564 100.0 FRANKLYN VALE +ASN00040375 -26.7000 152.9833 -999.9 GLENBAR +ASN00040376 -28.0867 153.1594 200.0 TYUNGUN ALERT +ASN00040377 -26.2575 151.4108 418.0 BRIGOODA +ASN00040378 -27.1931 152.2992 120.0 TINTON +ASN00040379 -26.2167 152.5167 79.2 GLASTONBURY +ASN00040380 -28.1167 152.3667 1097.0 CEDAR MOUNTAIN +ASN00040381 -28.2500 152.8833 91.0 THE DIP +ASN00040382 -27.2711 152.0642 585.0 CROWS NEST +ASN00040383 -27.5119 153.0450 39.0 GREENSLOPES PRIVATE HOSPITAL +ASN00040384 -27.7219 152.2239 175.0 MOUNT SYLVIA +ASN00040385 -26.5539 151.6678 479.0 MINMORE +ASN00040386 -26.5892 152.7322 85.0 KENILWORTH BRIDGE +ASN00040387 -26.8242 152.2741 140.0 LINVILLE +ASN00040388 -27.6342 152.2206 139.0 UPPER TENTHILL +ASN00040389 -26.3967 152.6147 107.0 KANDANGA UPPER +ASN00040390 -25.6500 152.6647 28.0 TEDDINGTON WATERWORKS +ASN00040391 -27.0867 152.4700 66.0 WATTS BRIDGE +ASN00040392 -27.9000 152.3833 213.0 TOWNSON EAST +ASN00040393 -26.7167 152.8667 183.0 BAROON POCKET +ASN00040394 -28.2321 152.7829 227.0 MOUNT BARNEY +ASN00040395 -27.7183 152.1211 252.0 FORDSDALE +ASN00040396 -26.7778 152.8033 489.0 MALENY DENNING RD +ASN00040397 -27.6683 152.1592 180.0 MT WHITESTONE +ASN00040398 -26.9167 152.5833 121.9 MT KILCOY +ASN00040399 -25.8983 152.3467 19.0 MUNNA CREEK +ASN00040400 -27.9064 152.4739 137.0 MOORANG +ASN00040401 -25.7000 152.2000 -999.9 TEEBAR +ASN00040402 -28.1181 152.8522 120.0 FORTLAND +ASN00040403 -27.3878 152.3492 114.0 BUARABA +ASN00040404 -28.2633 152.8800 150.0 GLENAPP +ASN00040405 -25.3220 152.8817 13.0 HERVEY BAY AIRPORT 95565 +ASN00040406 -27.7094 153.2014 31.0 BEENLEIGH BOWLS CLUB +ASN00040407 -28.0557 153.0330 132.0 LUMEAH +ASN00040408 -27.6843 153.2809 14.0 CARBROOK LONGLAND ROAD +ASN00040409 -27.9333 152.8000 67.0 GLEN RETREAT +ASN00040410 -27.7833 153.3333 2.0 JACOBS WELL +ASN00040411 -27.8481 152.9061 40.0 ROMANI +ASN00040412 -25.2483 152.6636 4.0 TOOGOOM +ASN00040413 -28.1556 153.0401 152.0 CENTRAL KERRY +ASN00040414 -26.2167 152.5000 -999.9 WIDGEE FOREST RES 242 +ASN00040416 -28.0017 153.3083 3.0 CLEARVIEW TM +ASN00040417 -28.0686 153.4241 5.0 MIAMI BARDON AVE +ASN00040418 -27.5275 152.9222 40.0 MOGGILL VET RES FARM +ASN00040419 -25.5833 152.1833 126.0 BOOMPA POST OFFICE +ASN00040420 -26.5300 153.0897 10.0 COOLUM BOWLS CLUB +ASN00040421 -27.4636 151.9900 480.0 SPRING BLUFF RAILWAY STN +ASN00040422 -27.0500 152.0167 304.8 EMU CREEK +ASN00040423 -26.3000 152.2500 457.0 JIMMYS SCRUB FOREST R612 +ASN00040424 -27.7550 152.0814 336.0 WEST HALDON +ASN00040425 -27.2178 152.8425 70.0 DAYBORO STRONG ROAD +ASN00040428 -25.6550 151.7450 131.0 BRIAN PASTURES +ASN00040429 -27.5942 153.1181 48.0 ROCHEDALE SOUTH +ASN00040430 -25.2825 152.8994 3.0 URANGAN HIBISCUS ST +ASN00040431 -27.2881 152.3333 400.0 ESK STATE FOREST R531 +ASN00040432 -26.7000 152.4000 152.0 MONSILDALE SCHOOL +ASN00040433 -28.2333 153.3667 -999.9 GREEN VALLEY +ASN00040434 -25.6667 152.6000 20.0 OWANYILLA RAILWAY STN +ASN00040435 -26.8939 151.6083 1056.0 MT MOWBULLAN +ASN00040436 -27.5456 152.3289 98.0 GATTON QDPI RESEARCH STN +ASN00040437 -27.4464 152.6447 70.0 RIVERMEAD +ASN00040438 -26.2600 152.8683 82.3 KIN KIN POST OFFICE +ASN00040439 -28.2333 153.2833 1000.0 ALPINE PANORAMA +ASN00040442 -26.0664 152.5825 60.0 CURRA +ASN00040445 -27.8133 152.6417 46.0 HARRISVILLE +ASN00040446 -25.9300 151.6108 327.0 WIGTON +ASN00040447 -27.9902 152.4610 185.0 RHONDA +ASN00040449 -27.5572 152.2308 125.0 PLACID HILLS +ASN00040450 -27.5129 152.9960 12.0 LONG POCKET CSIRO LAB +ASN00040451 -25.9963 152.8335 49.0 TOOLARA FORESTRY +ASN00040452 -27.5469 152.9222 68.0 MT OMMANEY GOLF CLUB +ASN00040453 -27.9167 153.0000 -999.9 SHERWOOD MILES +ASN00040454 -27.8333 153.0000 20.0 GLENLOGAN FIELD STATION +ASN00040455 -25.8500 151.3667 152.0 DUNOLLIE +ASN00040456 -26.0500 152.0500 -999.9 TANSEY POST OFFICE +ASN00040457 -27.5767 152.9042 23.0 WACOL DPI +ASN00040458 -27.5314 153.1825 28.0 CAPALABA WATER TREAT +ASN00040459 -27.5000 153.1000 20.0 CARINA BCC DONALDSON RD +ASN00040460 -27.6081 153.2381 56.0 MOUNT COTTON FARM +ASN00040461 -27.3947 152.9308 63.0 FERNY HILLS AUST WOOLSHED +ASN00040462 -27.7500 152.9167 -999.9 CLOVER DOWNS +ASN00040463 -27.5797 152.9875 28.0 OXLEY +ASN00040468 -27.4686 153.0814 6.0 CANNON HILL BOWLS CLUB +ASN00040469 -25.8694 152.3172 77.0 MARODIAN HOMESTEAD +ASN00040470 -25.9064 152.5928 71.0 MT BAUPLE MAC FARMS +ASN00040471 -27.8220 153.4110 1.0 COURAN COVE +ASN00040473 -25.9500 151.9667 178.0 BOOUBYJAN +ASN00040474 -25.8833 151.2833 -999.9 KILROCK +ASN00040475 -25.3333 152.2667 -999.9 KULLOGUM FORESTRY +ASN00040476 -27.4094 152.9525 50.0 KEPERRA COUNTRY GOLF CLUB +ASN00040477 -26.0500 151.0500 -999.9 MONOGORILBY +ASN00040478 -25.5047 153.1289 11.0 FRASER ISLAND EURONG +ASN00040479 -27.4333 152.9833 -999.9 ENOGGERA ARMY +ASN00040480 -27.2883 152.1239 470.0 PERSEVERANCE DAM +ASN00040481 -26.5039 152.5861 151.0 BORUMBA DAM +ASN00040482 -25.6500 152.4500 150.0 ST MARYS S/F 57 +ASN00040483 -28.1833 152.6667 -999.9 POINTRO +ASN00040484 -27.8881 153.4231 10.0 CURRIGEE +ASN00040485 -28.2490 152.5232 637.0 WILSONS PEAK +ASN00040486 -26.6061 152.4392 507.0 YABBA STATION +ASN00040487 -28.2025 153.1900 800.0 BINNA BURRA +ASN00040488 -27.4236 153.0183 28.0 GRANGE BOWLING CLUB +ASN00040490 -28.2086 152.5389 268.0 CARNEYS CREEK THE RANCH +ASN00040491 -26.3667 152.5661 140.0 AMAMA +ASN00040492 -26.6700 152.5139 532.0 YIELO +ASN00040493 -27.7800 152.5346 96.0 HOMELEIGH +ASN00040496 -26.7850 153.1147 57.0 CALOUNDRA WTP +ASN00040497 -27.9319 152.8575 41.0 THE OVERFLOW +ASN00040499 -26.2239 151.2986 200.0 ACHIL BOONDOOMA +ASN00040500 -26.6403 151.9431 357.0 EMBREYS BRIDGE +ASN00040503 -27.6075 152.5800 60.0 TALLEGALLA ALERT +ASN00040504 -27.9000 153.1167 -999.9 BROMFLEET +ASN00040505 -25.9000 151.8333 -999.9 NEAAVIE +ASN00040509 -27.1333 152.3333 -999.9 SANDY GULLY +ASN00040510 -28.2667 152.8333 149.0 PALEN CREEK +ASN00040511 -27.9333 152.9833 -999.9 LOGAN BANK GLENEAGLE +ASN00040512 -27.6542 152.9856 40.0 FORESTDALE STAPYLTON RD +ASN00040515 -28.0167 152.2333 -999.9 DAANDINE PASTORAL CO +ASN00040516 -27.8429 153.3502 20.0 COOMERA FOXWELL ROAD +ASN00040517 -27.1953 152.7539 104.0 MCKENZIE CREEK +ASN00040522 -26.0500 151.8333 230.0 WINDERA +ASN00040523 -28.2653 152.5356 668.0 BOONAH BORDER GATE +ASN00040524 -28.1444 153.2858 177.0 LITTLE NERANG DAM +ASN00040525 -26.5936 152.9036 154.0 KIAMBA +ASN00040527 -27.6167 153.0433 -999.9 ACACIA RIDGE BCC +ASN00040529 -27.5403 153.0983 -999.9 MOUNT GRAVATT EAST BCC +ASN00040530 -27.5853 152.9883 10.0 INALA BCC +ASN00040531 -27.3486 153.0647 6.0 BOONDALL +ASN00040532 -27.4247 153.1614 20.0 WYNNUM BCC +ASN00040533 -27.4664 152.9450 260.0 MT COOT-THA ABQ 2 BCC +ASN00040534 -28.1629 153.2641 566.0 WUNBURRA +ASN00040535 -28.1167 153.0833 162.0 CAINBABLE +ASN00040536 -27.1375 152.8078 460.0 OCEAN VIEW +ASN00040537 -27.4973 153.4078 17.0 DUNWICH +ASN00040538 -27.9833 153.0775 76.0 TABRAGALBA +ASN00040542 -27.7866 153.0153 27.0 MACLEAN BRIDGE +ASN00040543 -26.4592 152.6792 76.0 IMBIL +ASN00040544 -27.9125 153.1022 57.0 BROMFLEET +ASN00040547 -26.6267 152.9567 15.0 MORETON SUGAR MILL +ASN00040550 -28.2452 153.2369 355.0 NUMINBAH +ASN00040552 -27.4111 152.6144 115.0 WIVENHOE POCKET +ASN00040553 -26.8425 153.0261 30.0 BEERWAH CSIRO RES STN +ASN00040554 -27.6167 152.9833 -999.9 CLOVERDALE LAWNS +ASN00040555 -25.9714 152.8608 80.0 TOOLARA (KELLY) 94558 +ASN00040556 -26.5167 151.7667 410.0 WEENS BRIDGE +ASN00040557 -26.1167 152.4333 -999.9 ILLAVALE +ASN00040558 -28.2157 153.2347 229.0 GLENGAVEN +ASN00040559 -26.2667 151.9833 92.0 MOFFATDALE +ASN00040560 -27.6000 152.6667 -999.9 WALLOON +ASN00040561 -26.5139 152.8314 112.0 BELLI PARK +ASN00040562 -27.0833 153.3667 -999.9 BULWER SIGNAL STATION +ASN00040563 -26.6333 151.7000 -999.9 WAKEFIELD +ASN00040566 -26.3833 152.8000 -999.9 SKYRING CREEK +ASN00040567 -27.9000 152.9500 -999.9 INGRAM +ASN00040568 -27.5667 152.6167 -999.9 WOODLANDS +ASN00040569 -26.4333 152.0500 -999.9 JOHNSTOWN +ASN00040570 -27.6964 152.3569 125.0 MULGOWIE +ASN00040571 -27.8167 153.2833 -999.9 PIMPAMA STATE SCHOOL +ASN00040572 -26.9667 152.7000 120.0 HOLMWOOD +ASN00040573 -27.6167 151.9667 -999.9 GABBINBAR +ASN00040574 -27.4667 152.9500 -999.9 CHIEFSWOOD +ASN00040575 -28.1167 152.9167 -999.9 TAMROOKUM +ASN00040576 -28.0000 152.5000 150.0 RANGEVIEW FARM +ASN00040577 -26.4333 152.7167 150.0 BOLLIER +ASN00040578 -27.2133 152.8067 80.0 DAYBORO +ASN00040579 -27.6833 153.1500 -999.9 BETHANIA +ASN00040580 -27.5000 152.4500 -999.9 LOCKROSE +ASN00040581 -26.1167 152.1833 -999.9 CINNIBAR +ASN00040582 -27.0333 153.4500 -999.9 YELLOW PATCH LIGHT +ASN00040583 -28.2714 153.0742 240.0 WIDGEE +ASN00040584 -28.0481 153.2875 110.0 HINZE DAM 94577 +ASN00040585 -26.7333 151.8167 -999.9 BROOKLANDS +ASN00040586 -27.9167 151.7500 -999.9 MILLBROOK +ASN00040587 -26.5000 151.4333 -999.9 COOINDA +ASN00040588 -26.1000 151.7667 -999.9 MARSHLANDS +ASN00040589 -26.8000 152.5833 -999.9 CEDAR VIEW +ASN00040590 -26.4000 152.3667 -999.9 MANUMBAR MILL +ASN00040593 -27.3167 152.4167 -999.9 MOUNT HALLON +ASN00040594 -26.6667 152.9667 34.0 WOOMBYE +ASN00040595 -27.0833 152.4500 -999.9 CRESSBROOK +ASN00040597 -28.2000 152.7333 -999.9 BOONAH FOREST HOME +ASN00040598 -28.0833 152.5667 277.0 CLUMBER +ASN00040599 -28.2000 153.3833 -999.9 CAMBERRA +ASN00040600 -28.2333 153.3667 137.0 GLEN ELLEN +ASN00040601 -27.3333 152.5500 -999.9 BELLEVUE +ASN00040602 -28.0333 153.3000 21.0 GILSTON STATE SCHOOL +ASN00040603 -26.9000 152.5833 -999.9 OAKVALE +ASN00040606 -28.1056 153.3286 128.0 UPPER MUDGEERABA WATER +ASN00040607 -28.2031 153.2719 681.0 SPRINGBROOK ROAD +ASN00040608 -28.0039 153.4008 6.0 BENOWA WATER TREAT +ASN00040609 -28.1178 153.4457 4.0 ELANORA WATER TREATMENT PLANT +ASN00040610 -28.2529 153.0872 253.0 DARLINGTON +ASN00040611 -28.3256 152.3422 545.0 YABBA CREEK +ASN00040612 -26.6000 151.9833 -999.9 GLEN ELGIN +ASN00040613 -26.6167 152.7667 -999.9 KIDAMAN +ASN00040614 -28.3500 152.7333 419.0 MOUNT LINDSAY +ASN00040615 -28.2167 153.3500 100.0 ROTTINGTON +ASN00040616 -26.6333 151.9333 360.0 COOLABUNIA +ASN00040617 -27.2500 152.7333 140.0 RAYNBIRD CREEK +ASN00040618 -26.2167 152.6833 157.0 MONKLAND STATE SCHOOL +ASN00040619 -28.3183 152.7269 340.0 RATHDOWNEY +ASN00040620 -28.2333 153.2333 -999.9 LENORE VALE +ASN00040621 -28.1667 153.3833 40.0 INGLESIDE +ASN00040622 -28.1500 152.5167 229.0 ROCKVILLE +ASN00040623 -27.6911 152.9917 40.0 GREENBANK ARMY CAMP +ASN00040624 -25.3167 152.2000 146.0 GIGOOM POST OFFICE +ASN00040628 -26.9425 152.7608 90.0 WOODFORD BCC +ASN00040629 -27.5333 152.9833 40.0 CORINDA +ASN00040630 -26.4500 152.1833 400.0 BELLA VALE +ASN00040631 -27.7333 153.1000 -999.9 CHAMBERS FLAT +ASN00040632 -26.7592 153.0239 52.0 GLENVIEW - ISAMBERT RD +ASN00040633 -27.2831 152.9583 18.0 LAWNTON COLONIAL DRIVE +ASN00040634 -28.2058 153.3936 70.0 CURRUMBIN VALLEY +ASN00040635 -26.8369 152.4914 172.0 DANEWOOD VALE +ASN00040636 -26.7500 152.9000 265.0 CHENREZIG INSTITUTE +ASN00040637 -27.0958 152.7011 533.0 MOUNT MEE FOREST STATION +ASN00040644 -25.7275 152.5825 53.0 TIARO POST OFFICE +ASN00040648 -28.0833 152.9333 80.0 LARAVALE +ASN00040651 -26.6644 152.4606 523.0 JIMNA FORESTRY 94557 +ASN00040653 -28.3000 152.9667 200.0 BEAUMONT +ASN00040654 -28.2500 152.9833 150.0 LAMINGTON +ASN00040655 -26.8383 151.9803 460.0 YARRAMAN FORESTRY +ASN00040657 -27.5667 152.5833 100.0 SIRIOS +ASN00040658 -26.6028 153.0431 21.0 BLI BLI +ASN00040659 -27.6956 152.9408 77.0 GREENBANK THOMPSON ROAD +ASN00040663 -26.6000 151.7833 -999.9 TAABINGA +ASN00040664 -27.5333 153.0167 18.0 YEERONGPILLY POST OFFICE +ASN00040670 -26.5639 151.4383 415.0 GREYSTONLEA +ASN00040671 -26.2839 151.1897 335.0 KILLARA +ASN00040672 -27.5486 152.0236 261.0 WITHCOTT +ASN00040673 -27.5333 152.9500 40.0 JINDALEE CLOVERDALE LAWN +ASN00040674 -26.6614 152.2003 219.0 MT STANLEY STATION +ASN00040675 -27.9097 152.3886 268.0 TOWNSON +ASN00040677 -28.1752 152.6557 231.0 MAROON DAM +ASN00040680 -25.3500 152.5983 30.0 TORBANLEA RAILWAY +ASN00040682 -25.9944 152.5636 69.0 GUNALDA POST OFFICE +ASN00040683 -27.1167 152.4833 -999.9 LOWER CRESSBROOK +ASN00040685 -27.0467 153.1667 2.0 BRIBIE ISLAND QLD UNI +ASN00040686 -26.1842 152.8208 144.0 BEENHAM VALLEY RD +ASN00040687 -26.2167 152.8333 150.0 THE GAP +ASN00040688 -25.9575 152.4919 44.0 MIVA +ASN00040693 -27.3786 152.8164 98.0 HIGHVALE +ASN00040694 -26.5833 151.9833 340.0 CLYDE +ASN00040695 -26.6842 152.9589 40.0 PALMWOODS +ASN00040696 -26.9206 152.7792 111.0 WOODFORD TM +ASN00040697 -27.2450 153.1006 25.0 REDCLIFFE COUNCIL +ASN00040698 -26.7881 152.7308 185.0 CONNEMARRA +ASN00040699 -25.2833 152.8367 5.0 PIALBA RAILWAY STATION +ASN00040700 -28.2300 153.2650 1000.0 SPRINGBROOK QUOLL HOUSE +ASN00040702 -27.7617 152.5322 60.0 STOKES CROSSING +ASN00040703 -27.4150 152.9150 80.0 FERNY GROVE CEDAR CK RD +ASN00040704 -27.6833 153.1000 -999.9 MARSDEN +ASN00040708 -26.0336 151.0603 385.0 "HOME" MONOGORILBY +ASN00040714 -28.0708 152.9272 44.0 ROUND MOUNTAIN TM +ASN00040715 -27.6473 153.1718 32.0 SHAILER PARK OREGON DRVE +ASN00040717 -28.1681 153.5053 4.0 COOLANGATTA 94592 +ASN00040718 -27.5000 152.9000 90.0 BROOKFIELD PENDALE STUD +ASN00040721 -26.0933 152.0522 274.0 BOONARA ROMLEY +ASN00040722 -26.0942 151.4417 333.0 BOONDOOMA DAM +ASN00040724 -28.0497 153.4250 4.3 MERMAID WATERS TIMANA AV +ASN00040725 -28.1683 152.9883 150.0 CHRISTMAS CREEK RD +ASN00040727 -25.3500 152.6000 -999.9 TORBANLEA +ASN00040732 -27.5300 153.4194 76.0 WALLEN WALLEN +ASN00040735 -27.8133 152.6417 46.0 HARRISVILLE TM +ASN00040736 -27.6594 152.6044 33.0 ROSEWOOD TM +ASN00040738 -27.9114 153.1056 28.0 BROMFLEET TM +ASN00040739 -27.9292 152.8597 41.0 THE OVERFLOW TM +ASN00040750 -28.2322 153.2825 1000.0 SPRINGBROOK TM +ASN00040751 -27.7956 152.3753 182.0 THORNTON +ASN00040754 -28.2153 152.8681 84.0 RATHDOWNEY TM +ASN00040755 -26.5575 152.7714 77.0 COORAN +ASN00040756 -26.2856 152.9953 25.0 BOREEN POINT +ASN00040757 -26.3578 153.0125 13.0 LAKE COOROIBAH(PINES AV) +ASN00040759 -26.7850 153.0686 25.0 CORBOULD PK RACECOURSE +ASN00040761 -27.7828 153.1889 0.1 WOLFFDENE ALERT +ASN00040762 -27.8336 152.9878 11.0 YARRAHAPPINI TM +ASN00040763 -27.3950 152.6097 73.0 WIVENHOE DAM +ASN00040764 -27.9390 153.4283 3.0 GOLD COAST SEAWAY 94580 +ASN00040765 -25.2903 152.8153 17.0 HERVEY BAY WILDLIFE PARK +ASN00040766 -27.7922 153.1069 85.0 LOGAN VILLAGE TAMBORINE RD +ASN00040767 -27.4983 153.0337 32.0 BRISBANE RPA HOSPITAL +ASN00040768 -27.8721 153.0149 57.0 JIMBOOMBA MILLSTREAM ROAD +ASN00040769 -26.8919 152.1050 450.0 BLACKBUTT FORESTRY STN +ASN00040770 -27.5152 153.2492 10.0 ORMISTON COLLEGE +ASN00040771 -27.7167 153.1833 -999.9 BEENLEIGH LEHMAN RD +ASN00040774 -27.1038 152.9461 7.0 MORAYFIELD MARK ST +ASN00040775 -27.6128 153.1264 100.0 SPRINGWOOD DORSET DR +ASN00040777 -26.4572 152.6803 76.0 IMBIL TM +ASN00040778 -26.3583 152.6283 90.0 ZACHARIAH TM +ASN00040782 -26.3297 152.8136 70.0 COORAN TM +ASN00040783 -26.5483 153.0986 21.0 POINT ARKWRIGHT +ASN00040784 -27.6150 153.0444 90.0 CALAMVALE ALERT +ASN00040785 -27.6017 152.9511 80.0 CAROLE PARK ALERT +ASN00040786 -27.7456 152.9081 100.0 JINGLE DOWNS ALERT +ASN00040788 -27.6583 153.0000 80.0 FORESTDALE(JOHNSON RD)AL +ASN00040790 -27.5467 153.0717 195.0 MT GRAVATT ALERT +ASN00040791 -27.5650 153.0269 50.0 COOPERS PLAINS ALERT +ASN00040792 -27.7106 152.8072 60.0 RIPLEY ALERT +ASN00040793 -27.7633 152.8367 150.0 LYONS ALERT +ASN00040794 -27.6956 152.9333 80.0 GREENBANK(THOMPSON RD)AL +ASN00040795 -27.6439 152.8942 19.0 OPOSSUM ALERT +ASN00040796 -27.5875 153.0094 -999.9 BEATTY ROAD ALERT +ASN00040798 -27.5153 153.0722 50.0 COORPAROO BCC +ASN00040799 -28.1692 152.9833 87.5 RUDDS LANE TM +ASN00040800 -26.4206 152.9100 111.0 COOROY TM +ASN00040801 -26.3878 152.6842 80.0 KANDANGA TM +ASN00040802 -26.5972 152.7269 109.0 KENILWORTH TM +ASN00040805 -26.8447 152.8806 137.2 PEACHESTER TM +ASN00040806 -26.3664 152.8528 73.2 POMONA TM +ASN00040807 -27.2583 153.1017 15.0 BRAMBLE BAY BOWLING CLUB +ASN00040808 -27.2641 152.1959 295.0 CRESSBROOK DAM +ASN00040809 -26.2417 151.7453 394.0 MOUNT MC EUEN +ASN00040811 -26.0833 152.2167 29.0 KILKIVAN TM +ASN00040814 -26.5256 152.7428 70.0 MOY POCKET TM +ASN00040816 -27.6658 152.6989 18.0 AMBERLEY (DNR) TM +ASN00040817 -27.4667 152.5333 45.0 RIFLE RANGE ROAD TM +ASN00040823 -27.1381 152.3294 102.0 ROSENTRETERS BRIDGE TM +ASN00040824 -26.1711 152.5994 33.0 FISHERMANS POCKET TM +ASN00040825 -25.9000 152.3497 19.0 MARODIAN TM +ASN00040827 -25.7167 151.8000 122.0 BAN BAN TM +ASN00040829 -27.5439 152.1133 124.0 HELIDON TM +ASN00040830 -26.6278 152.7042 95.0 BELLBIRD CREEK TM +ASN00040832 -28.2033 152.7700 110.0 FOREST HOME TM +ASN00040833 -25.7683 152.5250 5.0 HOME PARK TM +ASN00040836 -27.6272 152.7461 0.0 ONE MILE BRIDGE ALERT +ASN00040839 -27.4667 153.0217 10.0 BRISBANE (BCC) ALERT +ASN00040840 -27.5117 152.9383 25.0 KENMORE ALERT +ASN00040841 -28.1481 152.5700 162.0 CROFTBY TM +ASN00040842 -27.3917 153.1292 4.5 BRISBANE AERO 94578 +ASN00040843 -26.2825 152.0164 315.0 REDGATE +ASN00040844 -28.1350 153.1883 520.0 BEECHMONT ALERT +ASN00040845 -28.2006 153.1872 780.0 BINNA BURRA ALERT +ASN00040846 -28.0017 153.3083 2.7 CLEARVIEW ALERT +ASN00040847 -28.0522 153.2817 82.2 HINZE DAM ALERT +ASN00040848 -28.2083 153.2700 705.0 LOWER SPRINGBROOK ALERT +ASN00040849 -27.9136 153.3657 3.0 COOMBABAH WATER TREATMENT PLAN +ASN00040850 -26.7150 152.8719 248.0 BAROON POCKET DAM +ASN00040851 -27.6292 153.3794 19.0 LAMB ISLAND PINE AVE +ASN00040852 -28.0272 153.1794 120.0 CANUNGRA LAND WARFARE CENTRE +ASN00040853 -27.6023 153.2952 6.0 REDLAND BAY GOLF CLUB +ASN00040854 -27.6839 153.1947 14.0 LOGAN CITY WATER TREATMENT 95581 +ASN00040855 -28.0283 153.1767 120.0 CANUNGRA TM +ASN00040856 -25.9007 153.0891 14.4 RAINBOW BEACH 94564 +ASN00040857 -27.9681 152.9861 50.0 BEAUDESERT TM +ASN00040858 -28.0033 152.6875 110.0 BOONAH TM +ASN00040859 -28.3222 152.7697 220.0 PALEN CREEK TM +ASN00040861 -26.6006 153.0903 3.3 MAROOCHYDORE AERO 94569 +ASN00040862 -27.5864 153.1583 66.0 BURBANK LEACROFT ROAD +ASN00040863 -27.7914 153.2739 20.0 ORMEAU (STEWARTS RD) +ASN00040864 -28.0167 153.3517 50.0 CARRARA BRADSTONE RD +ASN00040865 -28.0936 152.7158 225.0 CANNON COVE TM +ASN00040866 -28.2608 153.0917 300.0 DARLINGTON TM +ASN00040867 -27.9406 152.6236 80.0 KALBAR TM +ASN00040868 -25.7417 152.2353 120.4 MT JOSEPH TM +ASN00040869 -26.6656 152.4594 380.0 JIMNA TM +ASN00040870 -26.4456 152.4886 187.0 OAKWOOD +ASN00040876 -28.2372 152.4867 852.0 WILSONS PEAK ALERT +ASN00040878 -27.6947 153.1364 0.1 WATERFORD ALERT +ASN00040879 -28.2700 153.0264 200.0 FOXLEY TM +ASN00040880 -26.7828 152.8803 300.0 MARY CAIRNCROSS PARK +ASN00040881 -27.9561 153.4233 3.0 AIR SEA RESCUE ALERT +ASN00040882 -28.1653 153.2161 152.0 NUMINBAH ALERT +ASN00040883 -27.6856 152.0519 343.0 DEVERTON SAWPIT GULLY RD +ASN00040884 -27.9243 153.2606 36.0 GUANABA BIRDS RD +ASN00040886 -27.0092 151.9847 622.0 MT BINGA +ASN00040887 -26.9267 152.7031 150.0 WOODFORD ETONS LANE +ASN00040888 -27.4967 153.3433 10.0 PEEL ISLAND NATIONAL PARK +ASN00040889 -26.4472 152.4869 200.0 OAKWOOD TM +ASN00040890 -27.5242 152.9858 11.0 GRACEVILLE COLEMAN ST +ASN00040891 -25.6022 152.2603 164.0 BROOWEENA TM +ASN00040892 -25.9586 152.5753 330.0 MT KANIGAN TM +ASN00040893 -26.0642 152.7728 80.0 GOOMBOORIAN TM +ASN00040894 -27.8464 152.9061 39.0 ROMANI TM +ASN00040895 -27.4150 152.9150 80.0 FERNY GROVE TM +ASN00040896 -25.6517 152.6633 25.0 TEDDINGTON WEIR HW TM +ASN00040899 -28.2292 153.3880 354.0 TOMEWIN - TALLOWOOD +ASN00040900 -27.4583 153.0156 90.0 NORMANBY RAIL YARD +ASN00040902 -25.4969 152.3836 200.0 MUSKET FLAT MT ALERT +ASN00040903 -25.2386 152.5319 10.0 PACIFIC HAVEN ALERT +ASN00040904 -25.2756 152.5089 10.0 RAILWAY BRIDGE ALERT +ASN00040905 -25.2928 152.4097 30.0 UPPER CHERWELL ALERT +ASN00040906 -25.4019 152.5317 24.0 LENTHALLS DAM ALERT +ASN00040907 -25.3289 152.5619 10.0 HOWARD ALERT +ASN00040908 -26.3911 153.0403 6.4 TEWANTIN RSL PARK GSN 94570 +ASN00040909 -26.2767 153.0633 17.0 TEEWAH +ASN00040910 -27.6294 152.7114 27.0 AMBERLEY AERO COMPARISON +ASN00040911 -27.4559 153.0153 29.0 HILLTOP GARDENS +ASN00040912 -27.7597 152.4700 160.0 FRANKLYN VALE ALERT +ASN00040913 -27.4808 153.0389 8.1 BRISBANE 94576 +ASN00040914 -27.4942 152.4972 74.0 MT TARAMPA +ASN00040915 -27.0581 152.3253 139.0 SUGARLOAF MOUNTAIN +ASN00040916 -27.3800 153.1706 3.0 FISHERMAN ISLANDS RAIL +ASN00040918 -27.3058 153.0592 10.0 BRIGHTON BOWLS CLUB +ASN00040919 -25.3919 153.0292 4.0 KINGFISHER BAY RESORT +ASN00040920 -27.6250 152.7736 50.0 EASTERN HEIGHTS +ASN00040921 -27.0239 152.3864 95.0 BRAEMORE +ASN00040922 -26.5737 151.8398 433.7 KINGAROY AIRPORT 94549 +ASN00040923 -26.8367 152.1633 450.0 BENARKIN HARDGROVE RD +ASN00040924 -26.9028 152.7664 165.0 WOODFORD STANMORE +ASN00040928 -27.5639 152.8208 42.0 KARALEE +ASN00040929 -27.1867 152.9197 78.0 NARANGBA - BROWNS CRK ROAD +ASN00040930 -27.9972 153.1825 549.0 LAHEYS LOOKOUT ALERT +ASN00040931 -28.2314 153.1356 913.0 O'REILLYS ALERT +ASN00040932 -28.2608 153.0917 300.0 DARLINGTON ALERT +ASN00040933 -28.2700 153.0264 178.0 FOXLEY ALERT +ASN00040934 -27.8464 152.9061 39.0 ROMANI ALERT +ASN00040935 -27.7864 153.0161 3.0 MACLEAN BRIDGE ALERT +ASN00040936 -28.0614 153.0408 90.0 LUMEAH ALERT +ASN00040937 -27.9978 153.1575 72.0 BENOBBLE ALERT +ASN00040938 -27.9108 153.1047 28.0 BROMFLEET ALERT +ASN00040939 -27.9681 152.9861 50.0 BEAUDESERT ALERT +ASN00040940 -27.8336 152.9878 40.0 YARRAHAPPINI ALERT +ASN00040941 -28.0708 152.8558 326.0 KOORALBYN ALERT +ASN00040942 -28.3222 152.7697 220.0 PALEN CREEK ALERT +ASN00040943 -28.2453 152.8908 105.0 DIECKMANS BRIDGE ALERT +ASN00040944 -28.1692 152.9833 87.0 RUDDS LANE ALERT +ASN00040945 -28.0708 152.9272 62.0 ROUND MOUNTAIN ALERT +ASN00040946 -28.2153 152.8681 84.0 RATHDOWNEY ALERT +ASN00040947 -28.1481 152.5700 173.0 CROFTBY ALERT +ASN00040948 -28.1461 152.7358 278.0 KNAPPS PEAK ALERT +ASN00040949 -28.0033 152.6875 110.0 BOONAH ALERT +ASN00040950 -27.9292 152.8597 45.0 THE OVERFLOW ALERT +ASN00040951 -27.6285 152.9829 54.0 DOOLANDELLA (WADEVILLE ST) +ASN00040952 -27.7228 153.0337 38.0 PARK RIDGE SOUTH +ASN00040953 -26.4719 152.8831 67.0 EERWAH VALE +ASN00040955 -25.8197 152.1917 163.0 SPRINGVALE +ASN00040956 -27.6100 152.9756 80.0 FOREST LAKE +ASN00040957 -26.7772 152.8858 433.0 MALENY MARY CAIRNCROSS AVE +ASN00040958 -27.2169 153.0922 12.6 REDCLIFFE 95591 +ASN00040960 -27.3247 152.9031 81.0 CLEAR MOUNTAIN BURANDA RD +ASN00040962 -27.6053 152.8244 56.0 EBBW VALE +ASN00040963 -27.4567 152.6564 45.0 FERNVALE - BURNS ST +ASN00040964 -27.6696 153.0442 38.0 REGENTS PARK +ASN00040965 -27.2442 153.0867 29.0 CLONTARF +ASN00040967 -27.6489 153.0050 25.0 LARAPINTA +ASN00040968 -27.6172 152.8892 51.0 GOODNA +ASN00040969 -27.0717 153.1058 7.0 GODWIN BEACH +ASN00040970 -27.1492 152.8778 93.0 MOORINA +ASN00040972 -27.1114 153.0636 5.0 BEACHMERE SANDS RETIREMENT RES +ASN00040973 -27.7472 153.1919 13.0 WINDAROO +ASN00040976 -27.4753 152.9753 65.0 BRISBANE BOTANIC GARDENS MT CO +ASN00040977 -27.3694 152.8746 61.0 SAMFORD KAY DRIVE +ASN00040978 -27.0797 153.1803 7.0 BRIBIE ISLAND ALERT +ASN00040979 -27.1247 152.9356 24.0 MORAYFIELD ALERT +ASN00040980 -27.1822 153.0186 4.0 DECEPTION BAY ALERT +ASN00040981 -28.0792 153.4319 -999.9 BURLEIGH WATERS ALERT +ASN00040982 -25.4264 152.9214 11.0 RIVERHEADS +ASN00040986 -27.2297 153.0272 21.0 MANGO HILL +ASN00041000 -27.3033 151.6900 396.0 ACLAND POST OFFICE +ASN00041001 -28.0356 151.9983 469.1 ALLORA POST OFFICE +ASN00041002 -27.9000 151.7975 450.0 BACK PLAINS +ASN00041003 -27.8297 151.6767 448.0 BALGOWNIE WEST +ASN00041004 -28.2675 152.0539 500.0 ALBION +ASN00041005 -26.9322 151.4503 491.0 BELL STORE +ASN00041006 -27.4000 150.7000 -999.9 BILLABONG +ASN00041007 -26.8422 150.7889 310.0 BRIGALOW POST OFFICE +ASN00041008 -27.3033 151.4931 383.0 BOWENVILLE +ASN00041009 -28.2669 150.8108 350.0 BYBERA +ASN00041010 -28.5000 150.1000 -999.9 CALLANDOON +ASN00041011 -27.7072 151.8650 458.0 CAMBOOYA POST OFFICE +ASN00041012 -26.6764 150.8992 333.0 FERNFLAT +ASN00041013 -28.2264 152.0661 456.0 CANNING DOWNS +ASN00041014 -28.3539 151.6281 590.0 CARBEAN +ASN00041015 -27.6481 150.8331 320.0 CATTLE CREEK +ASN00041016 -27.5331 151.2025 340.0 CECIL PLAINS HOMESTEAD +ASN00041017 -26.7422 150.6033 313.0 CHINCHILLA WATER TREATMENT PLA +ASN00041018 -27.9317 151.9058 443.0 CLIFTON POST OFFICE +ASN00041019 -27.7233 151.2869 370.0 CONDAMINE PLAINS +ASN00041020 -26.7044 150.7633 315.0 SEVEN OAKS TM +ASN00041021 -27.6667 150.6167 -999.9 COPMANHURST +ASN00041022 -28.5000 151.9722 880.0 DALVEEN +ASN00041023 -27.1839 151.2639 343.8 DALBY POST OFFICE +ASN00041024 -27.2067 151.8467 612.0 DOCTORS CREEK +ASN00041025 -27.5742 151.0839 411.0 DUNMORE STATE FOREST +ASN00041026 -28.0167 151.8000 420.0 EAGLES NEST +ASN00041027 -28.4000 152.1000 529.0 ELBOW VALLEY +ASN00041028 -28.2267 152.2500 503.0 EMU CREEK +ASN00041029 -26.5994 150.8997 280.0 AVINGTON +ASN00041030 -28.7631 151.8483 792.5 RUMBULARA VINEYARDS +ASN00041031 -27.4058 152.0150 600.0 GEHAM STATE SCHOOL +ASN00041032 -28.0625 152.1717 500.0 MYRA +ASN00041033 -28.7625 151.9883 900.0 CARAWATHA +ASN00041034 -28.4039 151.4703 400.0 GLENELG +ASN00041035 -28.1000 152.1000 461.0 GLENGALLAN +ASN00041036 -26.6000 150.7000 -999.9 GLEN RUTH +ASN00041037 -27.3072 151.8506 497.0 GOOMBUNGEE POST OFFICE +ASN00041038 -28.5481 150.3075 217.2 GOONDIWINDI POST OFFICE +ASN00041039 -27.5000 151.9000 484.6 GOWRIE JUNCTION +ASN00041040 -27.7869 151.9050 524.0 GREENMOUNT POST OFFICE +ASN00041041 -28.2414 151.7264 150.0 COOLESHA +ASN00041042 -27.2242 151.8833 640.0 HADEN POST OFFICE +ASN00041043 -27.4000 150.9833 345.0 HALLIFORD +ASN00041044 -28.2061 152.1003 475.4 HERMITAGE +ASN00041045 -28.4000 152.3000 561.0 THE HIGHLANDS IRRIGATION +ASN00041046 -28.2836 152.4161 700.0 THE HEAD +ASN00041047 -28.4147 151.0828 291.0 INGLEWOOD POST OFFICE +ASN00041048 -28.2833 151.1000 284.1 INGLEWOOD FOREST RES +ASN00041049 -27.2000 151.5167 396.0 IRVINGDALE POST OFFICE +ASN00041050 -26.7797 151.1111 362.0 JANDOWAE POST OFFICE +ASN00041051 -26.9583 151.2125 360.0 JIMBOUR STATE SCHOOL +ASN00041052 -26.6928 151.0964 365.0 JINGI JINGI +ASN00041053 -27.3675 151.5897 382.0 JONDARYAN POST OFFICE +ASN00041054 -27.0500 151.4833 437.0 KAIMKILLENBUN +ASN00041055 -27.5833 150.6000 -999.9 BRIGALOW PLAINS +ASN00041056 -28.3344 152.2953 507.0 KILLARNEY POST OFFICE +ASN00041057 -28.3333 152.3000 510.0 KILLARNEY POLICE STATION +ASN00041058 -28.0867 150.7444 290.0 KINDON +ASN00041059 -27.0500 150.7667 340.0 KOGAN POST OFFICE +ASN00041060 -28.0092 151.5861 366.0 LEYBURN +ASN00041061 -27.6578 151.1986 426.7 KURROWAH +ASN00041062 -27.8083 151.3267 380.4 LAGUNA +ASN00041063 -28.0106 151.5856 412.0 LEYBURN POST OFFICE +ASN00041064 -28.7214 151.1861 320.0 WILLOWVALE +ASN00041065 -27.0500 151.0833 329.0 MACALISTER POST OFFICE +ASN00041066 -29.2000 151.5500 857.0 MAIDENHEAD +ASN00041067 -28.0500 152.2667 525.0 BLAKEFIELD +ASN00041068 -28.2500 152.2500 579.1 MICHALI +ASN00041069 -27.8742 151.2717 407.0 MILLMERRAN POST OFFICE +ASN00041070 -27.8900 151.3692 410.0 RUBISLAW +ASN00041071 -28.7500 151.6667 698.0 MONTROSE +ASN00041072 -27.4831 151.6003 396.0 MOUNT IRVING +ASN00041073 -28.4667 150.3000 216.0 MURRIVERIE +ASN00041074 -27.3500 151.8000 463.0 NETHERBY +ASN00041075 -27.8530 151.9023 483.0 NOBBY TOOTH ST +ASN00041076 -26.5000 150.9833 365.8 NUDLEY STATE FOREST +ASN00041077 -27.4500 151.7167 402.0 OAKEY POST OFFICE +ASN00041078 -28.4000 151.3000 314.0 OMANAMA +ASN00041079 -28.5406 151.8425 930.0 PASSCHENDAELE +ASN00041080 -27.1461 151.6950 450.0 PERANGA POST OFFICE +ASN00041081 -28.6500 151.6000 548.6 PIKEDALE +ASN00041082 -27.7156 151.6333 608.0 PITTSWORTH +ASN00041083 -28.0694 151.7797 609.0 PRATTEN +ASN00041084 -28.1500 151.5833 454.0 QUEEN MARY FALLS +ASN00041085 -28.3253 152.3942 884.0 QUEEN MARY FALLS +ASN00041086 -26.6653 151.3969 562.0 QUENDON +ASN00041087 -29.0314 151.4897 346.2 RIVERTON +ASN00041088 -26.9000 150.5500 305.0 ROSEDALE +ASN00041089 -27.4000 151.3000 366.0 STRUTH +ASN00041090 -26.5392 151.1347 393.0 DARR CREEK TM +ASN00041091 -26.8086 151.0806 348.0 LAURIEDALE +ASN00041092 -26.4489 150.8925 335.0 BALLON TM +ASN00041093 -28.3167 152.3667 633.0 TOP PLAINS +ASN00041094 -28.6833 151.8500 880.0 SPRING PLAINS +ASN00041095 -28.6617 151.9339 787.0 STANTHORPE LESLIE PARADE 94550 +ASN00041096 -27.5094 151.9547 739.0 MT KYNOCH +ASN00041097 -28.3429 150.9363 379.0 INGLEWOOD FOREST 95573 +ASN00041098 -28.2858 152.2425 517.2 TANNYMOREL +ASN00041099 -27.2756 150.4617 311.0 TARA SHIRE COUNCIL +ASN00041100 -28.8544 151.1681 297.0 TEXAS POST OFFICE 95533 +ASN00041101 -28.8500 151.1500 274.3 TEXAS STATION +ASN00041102 -28.5500 151.9500 917.0 THULIMBAH +ASN00041103 -27.5836 151.9317 691.0 TOOWOOMBA +ASN00041105 -28.4667 150.2500 -999.9 UMBERCOLLIE +ASN00041106 -27.9651 152.0752 566.0 UPPER FOREST SPRINGS +ASN00041107 -27.9183 152.1200 549.0 UPPER PILTON +ASN00041108 -27.3797 150.5156 330.0 BEAU MAISON +ASN00041109 -28.0244 151.8114 425.0 VICTORIA HILL +ASN00041110 -27.8314 151.1964 402.0 TURALLIN +ASN00041111 -28.2167 152.0333 453.0 WARWICK POST OFFICE +ASN00041112 -28.4033 150.0517 196.0 GIDDI GIDDI SOUTH TM +ASN00041113 -27.7000 150.7500 297.0 WARRENBAYNE +ASN00041114 -27.7000 150.7500 -999.9 WAAR WAAR +ASN00041115 -27.2108 151.6169 403.0 MARAVALE +ASN00041116 -28.9231 151.9306 875.0 WALLANGARRA POST OFFICE +ASN00041117 -26.9308 150.9250 316.7 WARRA POST OFFICE +ASN00041118 -28.1900 151.5758 150.0 WARRABAH +ASN00041120 -28.1897 152.2064 520.0 YANGAN POST OFFICE +ASN00041121 -27.7167 151.4667 390.0 GLENMORE +ASN00041122 -28.5725 150.7542 244.0 YELARBON POST OFFICE +ASN00041123 -28.4136 151.0825 273.0 INGLEWOOD BRIDGE TM +ASN00041125 -28.5000 150.9333 248.0 WHETSTONE POST OFFICE +ASN00041126 -27.6183 151.8303 520.0 WESTBROOK +ASN00041127 -27.8308 151.0886 380.0 WESTERN CREEK +ASN00041128 -28.4997 150.5928 230.0 WONDALLI +ASN00041129 -28.4892 150.4797 -999.9 WOOMERA +ASN00041130 -27.2167 150.8333 391.0 BRAEMAR STATE FOREST +ASN00041131 -26.7733 151.3819 515.0 COORANGA NORTH +ASN00041132 -27.4000 151.4667 -999.9 COXEN EXCHANGE +ASN00041133 -28.3614 151.1381 284.0 WOODSPRING TM +ASN00041134 -28.3128 152.4025 995.0 TOP PLAINS +ASN00041135 -27.3008 150.7392 370.0 BROADACRES +ASN00041136 -26.6667 151.2333 442.0 WETELMA +ASN00041138 -28.1167 151.2500 329.0 KOOROONGARRA POST OFFICE +ASN00041139 -28.1672 150.6475 251.0 WYAGA STATION +ASN00041140 -27.1864 151.2553 342.0 WAMBO SHIRE COUNCIL +ASN00041141 -27.5500 152.0000 585.5 MARBURG 2 +ASN00041142 -27.3000 151.8500 76.2 GOOMBUNGEE POST OFFICE +ASN00041143 -27.5333 151.2000 363.0 CECIL PLAINS RAIL STATION +ASN00041144 -26.9500 151.4000 413.0 MALAKOFF POST OFFICE +ASN00041145 -26.8397 151.1650 348.0 MARNHULL +ASN00041146 -29.0833 151.3000 -999.9 LAGOON FLAT +ASN00041147 -27.4000 151.5667 379.0 JONDARAYAN STATION +ASN00041148 -28.0833 151.9500 471.0 HENDON +ASN00041149 -27.4333 151.9000 -999.9 MERINGANDAN +ASN00041150 -27.5500 151.2833 353.0 NANGWEE +ASN00041151 -28.8667 151.2667 330.0 SILVERSPUR +ASN00041152 -27.9753 150.9225 360.0 LANGLEY TM +ASN00041153 -27.6000 151.2000 351.0 BON ACCORD +ASN00041154 -28.1500 152.1000 498.0 BLINKBONNIE +ASN00041155 -28.8000 151.8000 -999.9 BALLANDEAN +ASN00041156 -28.4000 151.9000 775.0 BRAESIDE +ASN00041157 -27.6833 151.9500 -999.9 BRI BRI +ASN00041158 -27.8500 151.3667 372.0 YANDILLA +ASN00041159 -27.5500 151.9667 -999.9 TOOWOOMBA SPRING ST +ASN00041160 -28.0000 152.1500 646.0 MAIANBAR +ASN00041161 -27.8000 151.2833 -999.9 LEMON TREE +ASN00041162 -28.2694 150.8106 290.0 BYBERA TM +ASN00041163 -27.0867 151.6333 351.0 MACLAGAN STORE +ASN00041164 -28.2333 150.9000 335.4 BADGERY FOREST STATION +ASN00041165 -28.2950 152.4200 990.0 BONNIE BRAE +ASN00041166 -27.6764 151.6022 503.0 SPRINGSIDE +ASN00041167 -28.1708 152.2764 549.0 HELENVALE +ASN00041168 -26.7064 151.3025 427.0 ROSEVALE +ASN00041169 -28.3911 150.4825 225.0 KERIMBILLA TM +ASN00041170 -27.5433 151.6383 495.0 AUBIGNY PURRAWUNDA +ASN00041171 -27.6000 151.6333 548.6 LINTHORPE +ASN00041172 -26.9000 151.6167 1005.8 BUNYA MOUNTAINS +ASN00041173 -28.1667 151.6000 463.0 MYUNA +ASN00041174 -27.3861 151.3783 350.0 NUNKERI +ASN00041175 -28.6217 151.9533 871.6 APPLETHORPE 94553 +ASN00041176 -28.2247 152.0258 477.1 WARWICK DRAGON ST +ASN00041177 -27.7167 151.9667 671.0 YASMAR +ASN00041178 -28.0500 151.3833 451.1 WYNDON +ASN00041179 -26.8958 151.0864 335.0 WYOBIE +ASN00041180 -27.7333 151.5333 427.0 WOODBINE +ASN00041181 -27.0500 151.0000 323.1 WILKIE +ASN00041182 -27.1667 151.5697 402.0 WHITTAKER +ASN00041183 -27.8333 151.8000 527.0 MOUNT KENT WHEATVILLE +ASN00041185 -28.1500 152.1167 524.3 WESTHALL +ASN00041186 -28.3833 152.2000 506.0 WAVERLEY +ASN00041187 -27.0017 150.9767 317.0 WAVERLEY +ASN00041188 -26.9667 150.7333 320.0 WATTLE PARK +ASN00041189 -28.2367 151.5350 488.0 WARAHGAI +ASN00041190 -26.9169 151.2825 402.0 WAIHI +ASN00041191 -27.2627 151.3747 358.0 VICTORY DOWNS +ASN00041192 -28.3692 151.7961 700.0 VALHALLA +ASN00041193 -28.1667 151.9000 442.0 WHEATVALE UPPER +ASN00041194 -27.1167 151.1167 -999.9 URALLA +ASN00041195 -26.8833 151.4167 476.0 TYRISH +ASN00041196 -27.8833 151.5000 408.4 TUMMAVILLE +ASN00041197 -27.3203 150.8725 366.0 TOORA +ASN00041198 -27.1472 151.3028 357.0 TINGHA +ASN00041199 -27.2625 151.6297 457.0 THE PARK +ASN00041200 -27.0278 151.3139 381.0 TALMOI +ASN00041201 -28.0333 151.9000 463.0 TALGAI WEST +ASN00041202 -27.0203 151.7114 544.0 TALGAI +ASN00041203 -26.8667 151.2333 390.0 SYLVAN LEA +ASN00041204 -27.9667 151.7167 433.0 SUMMER HILL +ASN00041205 -28.1203 151.4725 469.4 STRATHYRE +ASN00041206 -28.1033 151.6000 457.0 STRATHDON +ASN00041207 -28.2333 152.2833 579.0 SPRINGDALE +ASN00041208 -28.3542 152.3392 609.6 SPRING CREEK +ASN00041209 -28.4814 151.8856 841.0 SORRENTO +ASN00041210 -26.8167 151.3167 433.0 SHARRON +ASN00041211 -27.0000 151.5167 463.0 RUSSELLVALE +ASN00041212 -27.2156 151.6908 445.0 ROSALIE PLAINS +ASN00041213 -28.2167 151.9500 463.0 ROCKLEA +ASN00041214 -28.2167 151.6167 518.0 ROCKDALE +ASN00041215 -26.7986 150.6708 300.0 RIVERVIEW HOPELAND +ASN00041216 -28.0333 152.0519 494.8 RIVERSIDE +ASN00041217 -26.9322 151.5272 575.0 RINGUINEA +ASN00041218 -28.0000 151.3000 500.0 RHODES PARK +ASN00041219 -27.6664 151.5536 415.0 REDBANK +ASN00041220 -27.1167 151.6167 451.0 QUINALOW POST OFFICE +ASN00041221 -27.2481 150.9400 372.0 KARAWATHA PARK +ASN00041222 -27.7667 151.8500 521.0 TARRAWONGA +ASN00041223 -28.2928 151.9447 509.0 THE GLEN +ASN00041224 -27.2000 151.0167 371.9 TYLUNGA +ASN00041225 -27.8393 152.0615 506.0 MIRRABOOKA +ASN00041226 -27.9000 152.0000 510.5 MILLVALE +ASN00041227 -28.1500 152.0333 600.0 WILLOWVALE +ASN00041228 -28.0333 152.1500 543.0 MELMERE +ASN00041229 -28.0775 152.2625 570.0 MARYVALE +ASN00041230 -28.7208 151.1825 320.0 LIMEVALE TM +ASN00041231 -27.1167 151.2333 354.0 LYNDON PARK +ASN00041232 -26.9500 150.8833 328.0 CARAMANA +ASN00041233 -28.4000 152.1500 485.0 ELBOW VALLEY POST OFFICE +ASN00041234 -28.3133 152.2067 493.8 LOCH LOMOND +ASN00041235 -27.3000 151.0333 343.0 LOCH LOMOND +ASN00041236 -27.2447 151.1683 340.0 WESTFIELDS +ASN00041237 -27.9333 151.4667 421.0 MACQUARIE DOWNS WEST +ASN00041238 -28.4333 152.1000 597.0 MYRTLE GROVE +ASN00041239 -27.2167 151.3333 362.7 MYALL PARK +ASN00041240 -27.1858 151.1419 340.0 HEREWARD +ASN00041241 -27.1167 151.5667 423.7 MYRA PARK +ASN00041242 -27.0181 151.6350 457.2 KOORRNONG +ASN00041243 -26.8833 151.6000 1012.0 MOUNT MOWBULLAN +ASN00041244 -27.1356 151.3967 341.4 MOUNT LEINSTER +ASN00041245 -27.6333 151.9667 585.2 PRESTON +ASN00041246 -28.0000 152.2667 576.1 PLYNLIMON +ASN00041247 -28.1833 151.7667 479.0 PLAINVIEW +ASN00041248 -27.0419 151.1406 341.4 MAR-LEE +ASN00041249 -28.0136 151.3947 427.0 EKSUN DOWNS +ASN00041250 -27.7894 151.4133 390.0 PAMPAS +ASN00041251 -28.4311 151.8228 753.0 PALGROVE +ASN00041252 -26.9500 151.1500 354.0 GOWRIE PARK +ASN00041253 -27.9500 152.0333 533.4 OAKDENE +ASN00041254 -26.7950 150.8333 329.2 NOOLA PLAINS +ASN00041255 -26.9500 151.2833 381.0 NIOKA +ASN00041256 -27.8149 151.9855 469.0 NAVILLOWEEN +ASN00041257 -27.2314 151.1019 343.0 KUPUNN +ASN00041258 -27.0167 151.4367 447.0 KOORIANDA +ASN00041259 -28.0719 152.1297 497.0 CLINTONVALE +ASN00041260 -28.1000 151.9667 487.7 KIA ORA +ASN00041261 -27.1156 150.7650 360.0 KIA ORA +ASN00041262 -28.1500 152.3333 600.0 KEWARRA +ASN00041263 -27.7500 151.7000 466.0 KENSTAN +ASN00041264 -26.8194 151.0497 363.0 KENNERLY +ASN00041265 -26.8000 151.3667 475.5 KAUMARA +ASN00041266 -27.0706 151.3731 398.0 LILLINGSTONE +ASN00041267 -27.8500 152.1333 585.2 HILLVIEW +ASN00041268 -28.0167 151.9000 450.0 HILLSIDE +ASN00041269 -27.1333 151.7167 518.0 HILLSIDE +ASN00041270 -27.8242 151.5803 408.0 GUNBOWER +ASN00041271 -27.0789 151.6531 442.0 GRAHAMVILLE +ASN00041272 -28.1500 151.7000 457.0 GARDENFLOE +ASN00041273 -28.2667 151.9167 475.5 GLENVALE +ASN00041274 -28.3144 152.1142 481.6 GLENRAE +ASN00041275 -28.1469 151.9253 457.0 GLENROY MASSIE +ASN00041276 -27.9292 152.1606 622.0 GLENRIVE +ASN00041277 -26.7675 151.2075 408.0 GLENROY +ASN00041278 -27.9167 151.8167 448.1 GLENOLIVE +ASN00041279 -28.1667 152.3000 548.6 GLENMORE +ASN00041280 -27.3167 151.3833 362.7 NIELSTON PARK +ASN00041281 -28.4500 152.0333 755.9 GLEN EDEN +ASN00041282 -27.0333 151.2333 347.5 GLENCOE +ASN00041283 -27.2589 151.2908 335.0 DAYBREAK +ASN00041284 -27.0167 150.8000 323.1 FERNDALE +ASN00041285 -28.3275 151.8450 573.0 FAIRLEIGH +ASN00041286 -26.8667 151.4667 560.8 ESKDALE +ASN00041287 -26.9167 151.5500 454.2 ERROL PARK +ASN00041288 -26.8167 150.6000 344.4 EMDHRUO +ASN00041289 -28.2833 151.7167 646.2 EDDINGTON +ASN00041290 -27.2000 151.4000 365.8 ELINORE +ASN00041291 -26.8631 150.8681 323.0 EHLMA PARK +ASN00041292 -27.1481 151.4614 375.0 SHARPE +ASN00041293 -27.9167 151.6000 420.6 ELLERBY +ASN00041294 -28.5167 152.0167 853.4 EAST LYNNE +ASN00041295 -26.8667 150.9167 329.0 DEVONIA +ASN00041296 -28.3333 152.0667 506.0 DEER PARK +ASN00041297 -27.0981 150.9786 331.0 DAANDINE +ASN00041298 -28.4333 152.2167 579.1 CULLENDORE +ASN00041299 -27.7833 151.4667 394.7 CRANBROOK +ASN00041300 -26.9833 151.3833 411.5 CREGMORE +ASN00041301 -26.8333 150.9333 341.4 CORELLA +ASN00041302 -27.3333 151.2500 335.3 COONEAH +ASN00041303 -27.9167 151.2333 499.9 COMMODORE PEAK +ASN00041304 -28.3219 151.7847 585.2 CLARE HILLS +ASN00041305 -28.3375 151.9300 600.0 CARONDALE +ASN00041306 -27.8628 151.4536 399.3 TOSARI +ASN00041307 -26.7667 150.7000 356.6 CARINGA +ASN00041308 -26.9283 150.6733 344.4 CAPOWIE +ASN00041309 -27.2833 151.5167 390.1 BANYAVIEW +ASN00041310 -26.8886 151.2006 377.0 KUYURA +ASN00041311 -27.7833 152.0333 501.4 BUDGEE PARK +ASN00041312 -27.3667 151.1000 347.5 BROADWATER LAGOON +ASN00041313 -27.0000 151.0333 -999.9 BROADMEAD +ASN00041314 -27.7578 151.4483 388.3 BROOKSTEAD POST OFFICE +ASN00041315 -28.1064 151.5689 457.2 BRIGALOW PARK +ASN00041316 -26.6500 151.1500 396.0 BRIGALOW PARK +ASN00041317 -27.0728 151.4186 395.0 BUNDALEER +ASN00041318 -27.9683 151.3417 440.0 CARRAMAR +ASN00041319 -27.0644 151.5058 390.1 DORA PARK +ASN00041320 -27.1333 151.0167 363.0 BOGAROO +ASN00041321 -28.4333 151.9667 807.7 BIANCHRE +ASN00041322 -28.2833 152.2833 649.2 BEVERLY HILLS +ASN00041323 -28.0187 152.2861 586.0 MANDALA +ASN00041324 -28.0500 151.7000 442.0 BLINK BONNIE +ASN00041325 -26.7500 151.0167 348.0 RUSSELL PARK +ASN00041326 -27.7000 151.7833 472.4 BANCHORY +ASN00041327 -27.7694 151.7732 478.0 BAIRNSDALE +ASN00041328 -27.9778 151.5592 408.0 ALFALFA +ASN00041329 -27.9333 151.3050 434.3 WOODSIDE +ASN00041330 -26.9167 150.7500 332.0 TWOFOLD +ASN00041331 -27.0500 150.8667 326.1 VENTURA +ASN00041332 -28.0667 152.3500 640.1 AKUNA +ASN00041333 -28.2000 151.8167 493.8 RODGERS CREEK +ASN00041334 -28.3633 152.0750 682.8 ROKEBY +ASN00041335 -28.2167 152.4167 914.4 GUMBUBAL +ASN00041336 -26.9500 151.6167 551.7 BUNYA PARK +ASN00041337 -26.6500 151.3500 -999.9 MELROSE +ASN00041338 -28.8000 151.8433 723.9 BALLANDEAN POST OFFICE +ASN00041339 -27.2131 151.1856 324.0 LOUDOUN BRIDGE +ASN00041340 -28.4203 151.0739 287.0 INGLEWOOD FORESTRY +ASN00041341 -28.5000 150.9333 265.0 INGLEWOOD TOBACCO RES +ASN00041342 -27.8717 151.5103 381.0 TUMMAVILLE +ASN00041344 -28.2075 151.5608 480.0 KARARA +ASN00041347 -28.7447 151.0200 260.0 WHYALLA +ASN00041348 -28.1667 150.6444 267.0 WYAGA TM +ASN00041349 -27.7300 150.5617 311.5 MUNDAGAI +ASN00041353 -27.8833 151.9000 421.8 KINGS CREEK 1 RAINFALL +ASN00041354 -28.8333 151.4833 450.0 ARDENLEA +ASN00041358 -27.4417 151.2567 339.0 TIPTON BRIDGE +ASN00041359 -27.4034 151.7413 405.7 OAKEY AERO 94552 +ASN00041360 -28.6550 150.6667 227.9 BENGALLA +ASN00041361 -27.7167 151.6292 520.0 PITTSWORTH DPI +ASN00041364 -27.8664 150.3783 260.0 RETREAT +ASN00041365 -28.6514 151.6336 560.0 PIKEDALE TM +ASN00041366 -28.4036 150.0483 196.0 GIDDI GIDDI SOUTH +ASN00041368 -27.7161 150.2244 260.0 TARTHA +ASN00041369 -27.5233 151.8819 559.0 MOYOLA +ASN00041370 -28.1236 150.5431 260.0 YAGABURNE +ASN00041371 -28.4572 151.6817 700.0 MELVA +ASN00041372 -28.0067 151.2767 500.0 LINSALEA +ASN00041373 -28.8819 151.5128 488.0 CALM DOWNS +ASN00041374 -27.6500 150.9167 -999.9 DUNMORE +ASN00041375 -28.2364 151.4233 400.0 COLUMBA +ASN00041376 -28.5389 151.3481 350.0 WARROO STATION +ASN00041377 -28.3414 151.5369 130.0 TUMMURRAMI +ASN00041378 -26.9667 150.8500 314.0 RIVERLEA +ASN00041379 -28.2683 151.5583 560.0 AVONDALE +ASN00041380 -28.1333 152.4167 741.0 SWANFELS UPPER +ASN00041381 -28.3500 152.2167 555.0 MELROSE +ASN00041382 -29.0000 151.5167 -999.9 RIVERTON +ASN00041383 -28.9167 151.5167 -999.9 MINGOOLA +ASN00041384 -28.4833 151.2333 310.0 LESBROOK +ASN00041386 -27.9000 150.6000 -999.9 BOONDANDILLA +ASN00041387 -28.2500 152.3500 728.0 ROCKY MOUNTAIN +ASN00041388 -28.0550 151.3297 500.0 MURRALAH +ASN00041389 -28.6783 151.5789 550.0 PIKES CREEK +ASN00041390 -28.3397 151.3942 369.0 DUNBLAINE +ASN00041391 -28.3611 151.1464 300.0 WOODSPRING +ASN00041392 -27.4200 150.6350 330.0 MARMADUA FORESTRY +ASN00041393 -28.5167 151.4833 -999.9 TERRICA STATION +ASN00041394 -28.0636 150.6236 300.0 ABERDEEN +ASN00041395 -28.1700 150.4503 210.0 GLENARADALE +ASN00041396 -28.7333 151.8833 -999.9 GLEN APLIN +ASN00041397 -28.1422 150.1319 200.0 BURILDA +ASN00041399 -28.4833 150.9500 268.0 MERRILANDS +ASN00041400 -27.3000 151.4167 -999.9 BIRRAGEELA +ASN00041401 -28.2167 151.7167 450.0 CARMDEN +ASN00041402 -28.2167 151.9667 -999.9 RIVERPARK +ASN00041404 -27.9592 151.6664 403.0 ELLANGOWAN +ASN00041405 -27.7952 151.7387 428.0 FELTON +ASN00041407 -27.6000 150.3667 35.0 TARA +ASN00041408 -28.4992 151.2317 400.0 GLEN ETIVE +ASN00041409 -26.6436 150.8547 311.0 BERUNA +ASN00041410 -27.5356 151.2019 347.0 CECIL PLAINS +ASN00041412 -28.2969 151.5181 500.0 DUNGORM +ASN00041413 -28.3583 151.5619 150.0 HUNTERS HILL +ASN00041414 -28.9167 151.4500 470.0 RUSSENDEN +ASN00041415 -28.2367 151.5347 488.0 WARAHGAI TM +ASN00041416 -27.5744 151.7267 506.0 AUGHAMORE +ASN00041417 -27.9333 151.5000 375.0 WEST PRAIRIE +ASN00041418 -26.8833 151.2000 -999.9 KYURA +ASN00041419 -28.6167 150.5500 -999.9 KARUMBUL STATE SCHOOL +ASN00041420 -28.5333 151.3000 -999.9 HOMEBUSH +ASN00041421 -27.4333 151.9833 -999.9 CABARLAH RAILWAY STATION +ASN00041422 -27.8667 152.0500 504.0 PILTON POST OFFICE +ASN00041423 -28.2500 151.1667 -999.9 PALOMAR +ASN00041424 -27.0333 151.4667 -999.9 MORNA LEA +ASN00041425 -27.5000 151.6333 -999.9 HAPPY VALLEY +ASN00041426 -28.0167 152.2333 -999.9 INVERRAMSAY SCHOOL +ASN00041427 -27.2833 150.5000 -999.9 MONT KEMMEL +ASN00041428 -28.7331 151.6706 200.0 WOBUR +ASN00041429 -27.9333 151.6167 -999.9 ELLANGOWAN STATION +ASN00041430 -28.9653 151.4700 438.0 GLENLYON DAM +ASN00041431 -27.8167 151.5500 -999.9 KINCORA +ASN00041432 -28.1667 151.2000 -999.9 INGLEWOOD +ASN00041433 -27.4000 151.4167 -999.9 FORMARTIN +ASN00041434 -28.1167 151.6000 -999.9 AUBYNLEA +ASN00041435 -28.7167 151.5333 -999.9 TOLLANDO +ASN00041436 -28.5333 151.7333 -999.9 MULGOWAN +ASN00041438 -28.3619 152.0067 540.0 SILVERWOOD DAM +ASN00041440 -28.7333 150.9667 -999.9 BEEBO +ASN00041441 -28.4333 151.3833 -999.9 LUNA +ASN00041442 -28.4833 151.2833 -999.9 TERRAINE +ASN00041443 -27.0167 150.7167 -999.9 KAINAMA +ASN00041444 -28.3333 152.3500 -999.9 LONG CROSSING +ASN00041445 -28.2144 151.9194 478.0 LESLIE DAM +ASN00041446 -27.5500 151.3833 -999.9 NERAGA +ASN00041447 -28.4500 151.4833 -999.9 LOGAN CRAIL +ASN00041448 -28.2000 151.3333 -999.9 BALLANCAR +ASN00041449 -28.1333 152.2000 -999.9 FREESTONE UPPER +ASN00041450 -28.3000 151.2500 -999.9 KYOMA +ASN00041452 -27.5000 151.8167 -999.9 GOWRIE STATION 2 +ASN00041454 -28.8333 151.9333 940.0 GIRRAWEEN NAT PARK +ASN00041455 -27.5667 151.9667 -999.9 THE LAURELS +ASN00041456 -28.0621 152.3675 680.0 CUNNINGHAMS GAP NATIONAL PARK +ASN00041457 -28.4225 151.2131 315.0 COOLMUNDA DAM +ASN00041458 -27.5667 151.9333 676.0 WEETWOOD +ASN00041459 -26.4997 151.0772 380.0 SHADWELL PARK +ASN00041460 -28.0333 151.3500 -999.9 MOUNT EMLYN SCHOOL +ASN00041462 -27.1000 150.5833 -999.9 KAIYUTA +ASN00041464 -28.1553 152.3300 600.0 OAKINGTON +ASN00041465 -28.4283 152.0900 670.0 CHERRABAH +ASN00041466 -27.1950 151.4850 371.0 CLYDESDALE +ASN00041468 -27.6567 150.5492 280.0 TUNGAMAH +ASN00041469 -27.0289 151.0947 337.0 MACALISTER +ASN00041472 -27.8097 151.3619 371.0 CENTENARY BRIDGE +ASN00041473 -28.1022 151.8119 417.0 PRATTEN +ASN00041474 -26.8667 150.7500 -999.9 GLENGARRY +ASN00041475 -26.5047 150.4450 340.0 MARAPANA DOWNS +ASN00041480 -27.2667 151.1500 343.0 DALBY CSIRO FIELD STN +ASN00041482 -26.7833 151.4833 640.0 PORTERS GAP +ASN00041483 -26.6317 151.2364 421.0 WONGA +ASN00041484 -28.8506 151.4672 430.0 GLENLYON +ASN00041486 -26.9575 150.8633 323.0 WARRA-KOGAN RD BR +ASN00041488 -28.0533 150.1464 230.0 BALLYMENA TM +ASN00041489 -28.3011 150.2936 216.0 MEDPARK BRIDGE TM +ASN00041490 -26.9000 150.7833 297.0 BRIGALOW BRIDGE TM +ASN00041491 -28.4333 151.4667 20.0 BARONGAROOK TM +ASN00041493 -27.4967 150.4539 295.0 THE DEEP CROSSING +ASN00041494 -28.3731 152.1403 490.0 ELBOW VALLEY TM +ASN00041495 -28.4828 151.2831 318.0 TERRAINE TM +ASN00041497 -27.1494 151.2894 347.0 DALBY AG COLLEGE +ASN00041502 -28.1167 151.2000 -999.9 ANNADALE +ASN00041503 -28.2167 152.0500 446.0 WARWICK (SCOTS COLLEGE) TM +ASN00041504 -27.7358 151.4117 377.0 GLEN ROYAL +ASN00041505 -27.1772 150.4739 350.0 THE RANCH +ASN00041506 -28.6561 150.6653 227.9 BENGALLA TM +ASN00041507 -28.6656 150.4450 230.0 NEW KILDONAN TM +ASN00041508 -27.7267 150.6453 300.0 O'CONNOR TM +ASN00041509 -27.6783 150.3483 200.0 TRAIGHLI +ASN00041510 -27.4722 151.9481 642.0 TAMBA +ASN00041511 -27.4417 151.7092 401.0 OAKEY STP +ASN00041512 -27.3825 151.9244 497.0 COOBY CREEK DAM +ASN00041513 -27.1892 151.7186 -999.9 KITTANI +ASN00041514 -28.0333 151.5833 -999.9 LEYBURN TM +ASN00041519 -28.5767 150.8450 -999.9 BOOBA SANDS TM +ASN00041521 -28.5211 150.3256 217.6 GOONDIWINDI AIRPORT 94530 +ASN00041522 -27.1605 151.2634 343.9 DALBY AIRPORT 94542 +ASN00041523 -27.1217 151.0592 328.0 BOXDALE +ASN00041525 -28.2061 152.1003 475.4 WARWICK 94555 +ASN00041527 -27.1267 151.4925 405.0 WILLGA HOME +ASN00041528 -27.0481 151.6314 530.0 THE BLUESTONE +ASN00041529 -27.5425 151.9134 640.9 TOOWOOMBA AIRPORT 95551 +ASN00041530 -28.2006 152.2156 495.8 YANGAN ALERT +ASN00041531 -28.1167 152.0642 460.0 GLENGALLAN CREEK ALERT +ASN00041532 -28.3558 151.9967 540.0 CONNOLLY DAM ALERT +ASN00041533 -28.2292 152.2269 511.0 EMU VALE ALERT +ASN00041534 -28.2111 152.0275 448.0 WARWICK ALERT +ASN00041535 -28.3731 152.1400 490.0 ELBOW VALLEY ALERT +ASN00041536 -28.2883 152.1053 470.0 MURRAYS BRIDGE ALERT +ASN00041537 -28.3394 152.2944 507.0 KILLARNEY ALERT +ASN00041539 -28.3817 152.1983 550.0 WESTMORE +ASN00041540 -29.1694 151.3414 326.0 BEARDY JUNCTION +ASN00041541 -27.9500 151.3906 400.0 DUNGULLEN +ASN00041542 -28.3342 152.1442 500.0 BENCHMARK +ASN00041543 -28.0719 151.1861 430.0 DUDDAWARRA +ASN00041544 -26.7778 150.9703 360.0 JEREMATTA +ASN00041545 -27.6539 150.9136 350.0 DUNMORE EXCHANGE TM +ASN00041546 -27.9803 150.5150 290.0 AVOCA TM +ASN00041547 -28.9236 151.9289 877.0 WALLANGARRA TM +ASN00041548 -28.8675 151.1611 272.0 TEXAS TM +ASN00041549 -28.3975 150.3042 215.0 MURRI MURRI CREEK TM +ASN00041550 -27.9856 151.2828 400.0 GRAYS GATE EXCHANGE TM +ASN00041551 -26.9669 151.4847 480.0 BELGRAE PARK ALERT +ASN00041552 -26.8750 150.8714 320.0 WARRA JINGHI JINGHI +ASN00041553 -27.6028 151.9617 680.0 MIDDLE RIDGE +ASN00041554 -27.7792 150.4583 290.0 TALINGA +ASN00041556 -29.1611 151.3272 314.0 LILYVALE +ASN00042000 -26.4275 150.5044 331.0 BARAKULA FOREST STN +ASN00042001 -26.6000 150.3500 -999.9 CAMBY DOWNS +ASN00042002 -27.2067 150.2828 292.0 BELAH PARK +ASN00042003 -28.2347 149.1233 202.0 CHERITON +ASN00042004 -26.5047 150.0992 350.0 POSSUM PARK +ASN00042005 -26.6667 150.3500 -999.9 COLUMBOOLA +ASN00042006 -27.5500 149.6167 292.6 COOMRITH +ASN00042007 -27.1000 149.8000 -999.9 COTSWOLD +ASN00042008 -28.6167 148.9833 -999.9 DAYMAR POST OFFICE +ASN00042009 -26.6408 149.9831 325.0 DRILLHAM POST OFFICE +ASN00042010 -26.6433 149.7575 317.0 DULACCA TRUCK STOP +ASN00042011 -27.8586 149.5553 220.0 GLEN ALVON +ASN00042012 -27.2478 149.6758 288.0 GLENMORGAN POST OFFICE +ASN00042013 -28.5333 149.2167 -999.9 GRADULE +ASN00042014 -27.3167 150.1833 -999.9 WARRON +ASN00042015 -26.4017 150.1539 369.0 MADOWLA +ASN00042016 -27.3411 150.0619 283.0 HANNAFORD POST OFFICE +ASN00042017 -28.4000 149.0000 -999.9 HAWTHORNE +ASN00042018 -27.5000 150.1000 -999.9 KIAMA +ASN00042019 -27.6000 150.0667 -999.9 KINGTON +ASN00042020 -26.4500 150.1500 345.9 LANCEWOOD +ASN00042021 -26.4833 149.9500 396.2 LORETTA +ASN00042022 -27.3236 149.8828 289.0 MEANDARRA POST OFFICE +ASN00042023 -26.6581 150.1844 302.0 MILES POST OFFICE +ASN00042025 -26.5519 150.6322 350.0 HORSE CREEK TM +ASN00042026 -26.6500 149.6167 315.5 SCOTLAND +ASN00042027 -28.4872 149.4700 180.0 TALWOOD STATE SCHOOL +ASN00042028 -28.6342 148.8681 164.0 THALLON POST OFFICE +ASN00042029 -28.4167 149.2167 -999.9 TOTARA +ASN00042030 -28.4278 149.6533 179.0 BUNGUNYA SCHOOL +ASN00042031 -27.8000 149.9833 -999.9 KURMULA +ASN00042032 -26.5000 150.2000 -999.9 SPECULATION STATION +ASN00042033 -26.3000 150.1833 379.0 SHELBOURNE +ASN00042034 -27.1689 150.0019 269.0 OURIGILLA +ASN00042035 -26.6439 149.6278 307.0 JACKSON COMMUNITY POSTAL AGEN +ASN00042036 -26.1600 150.8392 380.0 BAWNDUGGIE TM +ASN00042037 -26.7000 150.1000 -999.9 GOONALAH +ASN00042038 -27.2000 150.0000 -999.9 UNDULLA CREEK +ASN00042039 -28.7333 148.6333 -999.9 BULLAMON STATION +ASN00042040 -27.8167 150.6833 -999.9 MOONIE JUNCTION +ASN00042041 -26.8000 150.2000 -999.9 COHUNA GROVE +ASN00042042 -25.9922 150.4300 358.0 KILBEGGAN +ASN00042043 -27.9500 149.3833 -999.9 KOOROON +ASN00042044 -28.4169 149.8703 196.0 TOOBEAH POST OFFICE +ASN00042045 -26.4914 150.1067 304.8 CARINYA +ASN00042046 -26.2167 150.7500 -999.9 BINGLE BURRA +ASN00042047 -27.3217 150.0808 280.0 STRATHALBYN +ASN00042048 -26.9269 150.1419 287.0 CONDAMINE +ASN00042050 -28.0644 149.6547 250.0 REMILTON +ASN00042051 -28.2250 149.4094 213.4 WYCANNA +ASN00042052 -27.9833 149.1667 208.0 RIVERSDALE +ASN00042053 -27.8967 149.5586 215.0 FLINTON +ASN00042054 -26.1083 150.9617 366.0 CADARGA DPI +ASN00042056 -28.3667 149.9500 230.0 WEDRUAH STATION +ASN00042057 -26.5000 150.1167 -999.9 TUNALIA +ASN00042058 -28.2500 149.7000 -999.9 MOLINDA +ASN00042059 -25.9525 150.6142 283.0 AUBURN +ASN00042060 -28.3500 149.0500 -999.9 WEENGALLON +ASN00042061 -28.3000 149.0167 -999.9 REXTON PARK +ASN00042062 -27.3833 149.8167 -999.9 GLEN VIEW +ASN00042063 -28.2667 149.1000 -999.9 NORTH RUGLAN +ASN00042064 -27.7167 149.5833 -999.9 KINKABILLA +ASN00042065 -26.5333 150.4000 -999.9 BORI KOI +ASN00042067 -27.6836 149.4278 249.0 WAGGANBA STATION +ASN00042068 -28.7256 148.8344 170.0 EUMERELLA SOUTH +ASN00042069 -28.6092 148.6608 174.0 BIRRA BIRRA +ASN00042070 -28.3500 148.7500 40.0 MYALL PLAINS +ASN00042071 -28.3667 149.7000 -999.9 TANDAWANNA +ASN00042072 -28.6044 148.8558 175.0 BULLAMON PLAINS +ASN00042073 -27.9167 149.4500 -999.9 TRACKERS LAGOON +ASN00042075 -26.1597 150.8389 367.0 BAWNDUGGIE +ASN00042076 -28.6503 148.8567 164.0 THALLON +ASN00042077 -26.8333 150.4667 -999.9 ROYALTY +ASN00042078 -26.9186 150.4722 313.0 HAREWOOD +ASN00042079 -27.8408 149.7650 240.0 WALLANBA +ASN00042080 -28.0019 150.1603 200.0 MINNA BILLA +ASN00042081 -26.2000 150.7000 340.0 JARRAH +ASN00042082 -26.0211 150.6881 306.0 WOMBALANO +ASN00042083 -27.3167 150.3167 -999.9 CHESHUNT +ASN00042084 -26.9333 150.4167 -999.9 MOGUL DOWNS +ASN00042085 -27.9167 150.1833 18.0 ULUPNA +ASN00042086 -27.1347 150.4086 341.0 WOODLEA +ASN00042087 -28.2444 150.1117 207.0 GOODAR STATION +ASN00042088 -27.7192 150.3625 260.0 MOONIE POST OFFICE +ASN00042089 -26.7272 150.5078 330.0 SOMERSET +ASN00042090 -26.1167 150.7333 -999.9 ARALUEN +ASN00042091 -26.4486 150.8925 342.0 BALLON +ASN00042093 -27.1667 149.9167 -999.9 MEANDARRA +ASN00042094 -27.8828 149.5925 225.0 CHERRY PARK +ASN00042095 -27.1992 149.6869 285.0 PONGI +ASN00042096 -28.1575 150.1008 240.0 GUNN BRIDGE TM +ASN00042097 -28.3706 149.8811 190.0 HARTMANN BRIDGE TM +ASN00042099 -26.3167 150.9667 -999.9 DURAH POST OFFICE +ASN00042100 -27.7644 150.0694 240.0 SOUTHWOOD +ASN00042101 -28.2772 149.9275 208.0 TALINGA +ASN00042102 -27.9364 150.1425 248.0 RIPPLE DOWNS +ASN00042103 -27.9797 149.0764 204.0 MT DRIVEN +ASN00042104 -28.3839 149.6747 190.0 SURREY TM +ASN00042109 -26.6244 150.3250 343.0 DUNGADEN +ASN00042110 -27.1417 150.1458 270.0 LEICHHARDT HIGHWAY +ASN00042111 -27.8344 149.6842 250.0 KINKORA +ASN00042112 -26.6569 150.1819 304.8 MILES CONSTANCE STREET 95529 +ASN00042113 -26.9097 149.9614 287.0 PINE HILL CROSSING +ASN00042114 -26.9756 149.8133 283.0 MARLEE STATION +ASN00042115 -28.0697 149.9794 240.0 LUNDAVRA TM +ASN00042116 -28.2300 149.5617 230.0 ARDEN DOWNS TM +ASN00042117 -28.3900 149.2103 214.0 EVERGREEN +ASN00043000 -26.5478 148.1850 366.0 AMBY +ASN00043001 -27.4333 148.6500 -999.9 BALNAKEIL +ASN00043002 -27.4833 148.9000 -999.9 BENDEBOI +ASN00043003 -26.4000 148.6000 -999.9 BUNGEWORGORAI +ASN00043004 -26.4833 148.4833 335.3 BINDANGO +ASN00043005 -26.4000 148.6000 -999.9 BUNGEWORGORAI NO 2 +ASN00043006 -26.2544 148.9453 380.0 MOOGA HILLS TM +ASN00043007 -27.0833 148.6000 274.3 COOGOON +ASN00043008 -26.1683 148.6644 400.0 SPRINGDALE TM +ASN00043009 -25.9281 147.8717 366.0 FOREST VALE +ASN00043010 -27.0781 149.1147 235.0 FROGMOOR +ASN00043011 -26.0167 148.5833 -999.9 STRANRAER +ASN00043012 -27.0689 149.2500 242.0 ROCKDALE +ASN00043013 -26.4000 148.8000 -999.9 GUNBAR +ASN00043014 -26.3106 148.5800 358.0 HORSESHOE LAGOON +ASN00043015 -25.8428 148.5669 393.0 INJUNE POST OFFICE 94511 +ASN00043016 -26.1000 148.1833 609.6 KILMOREY +ASN00043017 -26.7667 148.3833 -999.9 LARETBURN +ASN00043018 -26.7000 148.9000 -999.9 LAURISTON +ASN00043019 -27.9500 148.0500 -999.9 MERIBAH +ASN00043020 -26.4888 147.9777 336.5 MITCHELL POST OFFICE 94514 +ASN00043021 -26.2831 148.8997 380.0 MOOGA HILLS +ASN00043022 -26.6000 148.7167 -999.9 MOUNT ABUNDANCE +ASN00043023 -26.8025 148.4100 313.0 AIRLIE +ASN00043024 -26.4000 148.7000 -999.9 MOUNTAIN VIEW +ASN00043025 -26.5833 148.3833 358.0 MUCKADILLA POST OFFICE +ASN00043026 -26.7694 148.3558 361.0 NORMANDY +ASN00043027 -27.3333 149.0333 274.3 COLLINGWOOD +ASN00043028 -25.9003 147.7825 440.0 POSSESSION CREEK +ASN00043029 -25.8250 147.4114 517.0 REDFORD +ASN00043030 -26.5719 148.7897 299.4 ROMA POST OFFICE +ASN00043031 -26.6164 148.8658 308.0 ROMA DOWNS +ASN00043032 -26.4167 149.4500 347.0 SANDY CREEK +ASN00043033 -26.4689 148.8047 350.0 TINDARRA TM +ASN00043034 -28.0361 148.5814 200.8 ST GEORGE POST OFFICE +ASN00043035 -27.1590 149.0703 245.7 SURAT 94521 +ASN00043036 -26.9000 149.0000 280.0 SUTTON GRANGE +ASN00043037 -26.2094 149.0894 333.0 FINSBURY PARK +ASN00043038 -26.5847 149.1864 322.0 WALLUMBILLA POST OFFICE +ASN00043039 -27.3442 148.8781 231.0 WERIBONE +ASN00043041 -28.1436 148.7089 195.0 QLD COTTON +ASN00043042 -26.4997 148.9494 300.0 WINSTON +ASN00043043 -26.6133 149.3878 295.0 YULEBA GARDEN ST +ASN00043044 -26.6383 149.4261 326.0 YULEBA STATE FOREST +ASN00043045 -28.0944 148.9731 185.0 WARRIE STATION +ASN00043046 -26.2500 148.5000 -999.9 HUNTERTON +ASN00043047 -26.6000 148.2000 -999.9 EURELLA +ASN00043048 -26.6000 149.0000 -999.9 BLYTHDALE +ASN00043049 -26.9000 149.1000 -999.9 BANDOONA +ASN00043050 -25.5167 147.9833 -999.9 CRYSTAL BROOK +ASN00043051 -26.2625 149.2389 350.0 PINE HILLS TM +ASN00043052 -27.0006 149.4969 250.0 WARKON +ASN00043053 -28.0394 148.5808 200.0 ST GEORGE +ASN00043054 -25.8428 148.5669 390.0 INJUNE TM +ASN00043055 -27.5328 148.8844 229.0 GLENEARN +ASN00043056 -26.7600 148.9919 278.0 FAIRFIELD +ASN00043057 -26.2631 149.2394 350.0 PINE HILLS +ASN00043058 -27.5322 148.7344 230.0 BARRACKDALE +ASN00043059 -26.1739 148.4061 436.0 PINNACLE +ASN00043060 -26.0756 147.9044 434.0 HAVELOCK +ASN00043061 -25.9847 148.5567 417.0 GUNNEWIN +ASN00043062 -26.0667 148.1500 365.8 MERCURA +ASN00043065 -27.7683 148.7147 204.0 KATOOTA +ASN00043066 -26.0569 148.4306 473.0 FRESHFIELDS +ASN00043067 -27.4075 148.8311 221.0 BASIN DOWNS +ASN00043068 -27.5500 149.1667 -999.9 GLENMORE +ASN00043069 -27.3433 148.8017 -999.9 RIVERSLEA +ASN00043070 -26.0425 149.0742 282.0 TALOONA +ASN00043071 -26.4708 148.9747 354.0 SOMERSET +ASN00043072 -25.8325 148.7831 300.0 MOUNT HUTTON +ASN00043073 -27.7553 148.4364 229.0 CASHMERE WEST +ASN00043076 -27.4833 149.0500 -999.9 REDBANK +ASN00043077 -26.9472 149.0136 250.0 GARRABARRA +ASN00043078 -26.2500 148.9500 -999.9 MOOGA +ASN00043080 -27.2275 148.7411 249.0 KAROOLA PARK +ASN00043081 -26.9539 149.1803 -999.9 SUNNYBANK +ASN00043082 -27.1703 148.5794 267.0 SOUTH COOGOON +ASN00043083 -26.6333 148.7333 -999.9 LOCHIEL +ASN00043084 -28.0667 148.7500 -999.9 THURAGGI +ASN00043085 -25.7667 148.1333 -999.9 WOMBLEBANK +ASN00043086 -26.3167 148.8167 -999.9 RIDGEWELL +ASN00043087 -26.4833 149.6333 333.8 NOONGA HOMESTEAD +ASN00043088 -28.2500 148.8167 -999.9 WOODBINE +ASN00043089 -27.8000 149.3000 -999.9 DALKEITH +ASN00043090 -27.9067 148.6514 197.0 BEARDMORE DAM +ASN00043091 -26.5442 148.7778 303.2 ROMA AIRPORT 94515 +ASN00043092 -26.1333 149.2500 -999.9 MEELEEBEE DOWNS +ASN00043093 -26.6064 148.5372 335.0 WAVERLEY DOWNS +ASN00043094 -26.9000 148.6833 310.0 ROCKYBANK +ASN00043095 -27.3867 149.3878 332.0 NAMARAH +ASN00043097 -27.7642 149.3972 237.0 TEELBA +ASN00043098 -26.3628 149.7050 373.0 TWO WAYS +ASN00043099 -26.8200 148.0244 316.0 SPRINGFIELD +ASN00043100 -27.7333 148.4667 24.0 OLD CASHMERE TM +ASN00043101 -27.3117 148.8267 215.0 WERIBONE TM +ASN00043102 -26.4900 147.9792 326.0 MITCHELL TM +ASN00043105 -26.4083 148.7833 315.0 TABERS TM +ASN00043106 -26.5089 148.1314 404.0 RICHLAND HILL +ASN00043107 -27.6450 148.7411 214.0 WARROO +ASN00043108 -25.9600 148.3867 470.0 BENDOBA TM +ASN00043109 -28.0489 148.5942 198.5 ST GEORGE AIRPORT GSN 94517 +ASN00043110 -26.8914 148.6539 300.0 SAVANNAH +ASN00043112 -26.7997 148.5989 358.0 DALMALLY +ASN00044000 -26.4000 146.4833 -999.9 ARABELLA +ASN00044001 -26.0178 147.0300 452.0 ANGELLALA DOWNS HOMESTEAD +ASN00044002 -25.7956 146.5858 362.0 AUGATHELLA POST OFFICE +ASN00044003 -28.9667 147.6667 -999.9 BALLANDOOL +ASN00044004 -27.1383 144.7392 218.0 BEECHAL +ASN00044005 -26.8000 146.7500 339.9 BICTON +ASN00044006 -25.8031 146.4250 346.6 BIDDENHAM +ASN00044007 -26.7756 145.0708 237.7 BIERBANK +ASN00044008 -26.7000 144.9000 -999.9 BIERBANK OUTSTATION +ASN00044009 -27.2608 146.9136 260.0 BOATMAN STATION +ASN00044010 -28.0336 147.4803 182.9 BOLLON MARY ST 94513 +ASN00044011 -26.8175 147.6672 380.0 EKARI PARK +ASN00044012 -28.6575 144.3808 129.0 BOORARA +ASN00044013 -26.3833 145.2167 -999.9 BOOTHULLA +ASN00044014 -28.7000 146.5500 -999.9 BUNDALEER +ASN00044015 -25.7833 146.7000 337.1 BURENDA THE SHED +ASN00044016 -25.7661 146.7333 382.0 BURENDA +ASN00044017 -27.1817 147.5800 276.0 BYZANTIUM +ASN00044018 -28.7000 144.7833 136.0 CAIWARRO +ASN00044020 -26.1000 145.2500 -999.9 CANE GRASS +ASN00044021 -26.4139 146.2558 301.6 CHARLEVILLE AERO GSN 94510 +ASN00044022 -26.4025 146.2381 293.5 CHARLEVILLE POST OFFICE +ASN00044023 -26.6500 145.4667 279.0 COOLADDI POST OFFICE +ASN00044024 -27.6500 145.9000 -999.9 COONGOOLA +ASN00044025 -26.9044 144.8272 240.0 COWLEY STATION +ASN00044026 -28.0706 145.6808 188.7 CUNNAMULLA POST OFFICE 94500 +ASN00044027 -28.8333 144.4833 126.0 CURRAWINYA +ASN00044028 -26.9733 147.6433 350.0 CYTHERA +ASN00044029 -26.8583 146.0278 250.0 DILLALAH +ASN00044030 -28.5758 148.2297 167.0 DIRRANBANDI HIGH SCHOOL +ASN00044031 -28.0911 144.3586 138.0 DYNEVOR DOWNS +ASN00044032 -28.1600 145.0467 137.2 EULO POST OFFICE +ASN00044033 -26.6789 147.5047 377.0 EVERSFIELD +ASN00044034 -28.2739 147.0478 162.0 FERNLEE +ASN00044035 -26.9833 146.5000 -999.9 FORTLAND +ASN00044036 -28.1000 145.9833 191.7 GILRUTH PLAINS +ASN00044037 -26.9000 147.9167 -999.9 GLENORCHY +ASN00044038 -27.0200 147.1536 311.0 GLENORIE +ASN00044039 -26.2322 146.3186 330.0 GOWRIE STATION +ASN00044040 -26.1108 144.8728 282.0 GUMBARDO +ASN00044041 -25.9719 146.6189 370.0 GUNDARE +ASN00044042 -28.9719 147.7958 150.0 HEBEL STORE +ASN00044043 -29.0000 144.4000 125.9 HUNGERFORD POLICE STATION +ASN00044044 -26.3453 147.1258 438.0 IVANHOE DOWNS +ASN00044045 -27.4133 147.4314 240.0 KENILWORTH +ASN00044046 -27.1167 147.1667 303.3 LOLWORTH +ASN00044047 -26.4400 147.6942 429.0 LOWAN HILLS +ASN00044048 -27.6008 148.0794 220.0 MACWOOD +ASN00044049 -26.7000 147.2500 -999.9 MERRIONG +ASN00044050 -26.4156 147.1131 437.0 MORVEN POST OFFICE +ASN00044051 -27.2000 145.3500 -999.9 MOUNT ALFRED +ASN00044052 -25.8128 145.5731 326.1 MOUNT MORRIS +ASN00044053 -27.9628 147.6289 -999.9 MOURILYAN +ASN00044054 -28.8061 147.1194 127.0 MULGA DOWNS +ASN00044055 -27.0667 145.9167 253.0 KYNNERSLEY +ASN00044056 -26.4458 147.5453 426.0 MUNGALLALA +ASN00044057 -25.4992 146.5442 393.0 NIVE DOWNS +ASN00044058 -28.6000 148.4000 -999.9 NOONDOO +ASN00044059 -28.7008 146.2336 146.0 NOORAMA +ASN00044060 -28.2567 147.2544 162.0 NORTH YANCHO +ASN00044061 -25.6833 146.1333 335.0 OAKWOOD +ASN00044062 -25.7067 146.3222 378.0 PEROLA PARK +ASN00044063 -27.0869 145.9214 255.0 QUILBERRY STATION +ASN00044064 -27.2694 145.3803 221.0 SPRING CREEK +ASN00044065 -28.7106 145.9233 127.0 THURULGOONA +ASN00044066 -28.7000 146.0000 -999.9 THURULGOONA NO 10 BORE +ASN00044067 -28.7306 145.5517 155.0 TINNENBURRA +ASN00044068 -27.0928 147.3661 287.0 TOMOO +ASN00044069 -27.1631 147.2961 282.0 TULLOCHARD +ASN00044070 -26.3750 147.0394 397.0 VICTORIA DOWNS +ASN00044071 -26.6300 145.0147 246.0 CHEEPIE POST OFFICE +ASN00044072 -26.8842 145.8992 251.0 WERRINA +ASN00044073 -27.4500 146.3000 -999.9 WHITEWATER +ASN00044074 -26.5833 147.4167 -999.9 WODONGA +ASN00044075 -27.2650 148.0814 283.0 WOODLANDS +ASN00044076 -27.2464 145.9808 237.0 WYANDRA RAILWAY ST +ASN00044077 -26.2833 146.4000 -999.9 YARRAWONGA +ASN00044078 -26.8031 145.3464 242.0 YARRONVALE +ASN00044079 -26.7731 147.3194 361.0 ALBURY +ASN00044080 -25.9000 145.9000 -999.9 OAKWOOD OUTSTATION +ASN00044081 -28.0814 146.1797 177.0 CHARLOTTE PLAINS +ASN00044082 -26.5167 146.4667 -999.9 ARABELLA 2 +ASN00044083 -26.4167 146.2167 -999.9 LYNTON HILLS +ASN00044084 -27.7539 147.9853 210.0 BERALGA HOMESTEAD +ASN00044085 -27.3933 145.2117 188.0 HUMEBURN +ASN00044086 -28.8833 147.9833 -999.9 NEE NEE +ASN00044087 -27.5000 144.4000 -999.9 PRAIRIE +ASN00044088 -28.2000 147.7000 -999.9 GLENCOE +ASN00044089 -28.6500 147.9000 -999.9 CUBBIE +ASN00044090 -27.7500 147.4000 -999.9 BINDEBANGO +ASN00044091 -26.5000 147.7000 -999.9 AVONDALE +ASN00044092 -25.9675 145.3183 330.0 AMBATHALA HEAD STATION +ASN00044093 -28.5333 147.4000 -999.9 WOOLERINA +ASN00044094 -28.3667 148.4833 -999.9 KENDAL +ASN00044095 -25.3833 146.7167 41.0 MANRESA +ASN00044096 -28.9500 147.8667 -999.9 CURRIWILLINGHI +ASN00044097 -25.2497 146.9639 510.0 MOUNT LINDSAY +ASN00044099 -28.3833 147.9167 183.0 BULLINDGIE +ASN00044100 -27.4994 148.2497 250.0 PERWELL +ASN00044101 -26.6333 147.8667 337.0 EURABA +ASN00044102 -26.3167 145.0833 -999.9 MAXVALE +ASN00044103 -26.9833 146.4000 287.0 WHEATLEIGH +ASN00044104 -26.1411 146.3950 326.0 WOOLABRA +ASN00044105 -27.5667 145.1500 201.0 YERRIL CREEK STATION +ASN00044106 -26.4167 146.8833 359.1 ANGELLALA POST OFFICE +ASN00044107 -27.5719 144.8481 219.0 MOAMA +ASN00044108 -27.3833 147.1167 -999.9 ARDROY +ASN00044109 -28.5253 145.9622 158.5 TALBAREA HOMESTEAD +ASN00044110 -26.7833 146.0833 268.0 MANGALORE +ASN00044111 -25.8517 146.1894 337.4 WANSEY DOWNS +ASN00044112 -27.4419 147.9483 267.0 CUNNYANA +ASN00044113 -26.3333 145.7500 320.0 BURRANDILLA STATION +ASN00044114 -28.7403 148.5242 180.0 NOONDOO SHED +ASN00044115 -25.3353 147.3000 538.0 CHESTERTON +ASN00044119 -28.2125 146.0331 173.0 HILLVIEW +ASN00044120 -25.8850 144.8633 280.0 SHERWOOD PARK STATION +ASN00044121 -26.1236 146.6228 400.0 DUNVEGAN +ASN00044122 -27.2667 145.0000 205.0 EULOLO +ASN00044123 -28.3844 146.7483 155.0 SOUTH PLAINS +ASN00044124 -28.1333 148.1333 -999.9 WIRRANINNA +ASN00044125 -26.3881 145.7492 310.0 DARANBAR +ASN00044126 -28.2833 148.2333 310.0 OPENBAH +ASN00044127 -27.3878 147.2858 244.0 ASHLING +ASN00044128 -28.0167 147.7500 -999.9 CLONARD +ASN00044129 -26.4214 144.9992 261.0 PINGINE +ASN00044130 -27.8503 146.8789 190.0 BENDENA +ASN00044131 -27.5428 147.3036 243.0 DEELAMON +ASN00044132 -27.3833 146.6000 230.0 ELMINA +ASN00044133 -25.3750 147.1072 503.0 BOGARELLA +ASN00044134 -26.5722 147.3564 423.0 LILLYPOOL +ASN00044135 -26.1267 146.9000 430.0 ETONA +ASN00044136 -28.4167 146.6833 137.0 WARRAMBAH +ASN00044137 -27.8717 148.0344 206.0 ROSEHILL +ASN00044138 -26.3567 147.4050 512.0 WARIDA +ASN00044139 -26.8928 147.8167 353.0 KANDIMULLA +ASN00044140 -26.8033 147.8742 356.0 ARCOONA +ASN00044141 -26.9500 147.7667 360.0 WALLUM +ASN00044142 -27.6844 147.6981 224.0 RUTHERGLEN +ASN00044143 -28.0781 147.3981 176.0 HEATHER STATION +ASN00044144 -27.6267 147.4453 180.0 HOMEBOIN +ASN00044146 -25.4500 145.7500 350.0 GLANWORTH +ASN00044147 -28.1833 147.5167 310.0 MONA STATION +ASN00044148 -26.8167 147.7667 380.0 FAIRVIEW +ASN00044149 -25.5333 145.7833 396.0 LANGLO DOWNS +ASN00044150 -28.0967 145.5075 182.0 KAHMOO +ASN00044151 -28.3264 146.5111 152.0 GAMARREN +ASN00044152 -27.4633 146.8519 213.0 DINGWALL +ASN00044153 -28.1631 145.0431 161.0 EULO +ASN00044154 -28.3875 148.3111 175.0 WHYENBAH +ASN00044157 -27.0028 145.9433 253.0 MURWEH +ASN00044159 -27.9167 148.0000 230.0 CYNTHIA DOWNS +ASN00044160 -27.8000 145.2667 190.0 HAZELFIELD +ASN00044161 -26.2167 146.1333 300.0 MILLIE STATION +ASN00044162 -28.8500 144.0667 150.0 WANGARILLA STATION +ASN00044163 -29.0000 143.8667 150.0 WAVERLEY GATE +ASN00044164 -26.8000 148.0167 313.0 MIORA +ASN00044165 -26.5833 146.2000 300.0 WESTGATE POST OFFICE +ASN00044166 -28.5128 148.4017 170.0 YAMBURGAN +ASN00044167 -27.1500 145.9000 230.0 ROSEVALE +ASN00044168 -25.4636 146.0272 341.0 BAYRICK +ASN00044169 -26.0833 146.4167 350.0 BARDUTHULLA +ASN00044170 -27.9167 146.5000 180.0 ARDGLEN +ASN00044171 -25.8500 147.0333 500.0 BOOKA BUTHA +ASN00044172 -26.5992 146.1728 285.0 WALLAL STATION +ASN00044173 -26.6667 146.6167 350.0 AUTHORINGA +ASN00044174 -27.6200 145.8281 221.0 WALLEN +ASN00044175 -26.6311 147.8836 353.0 KINCORA +ASN00044176 -27.9667 148.1667 200.0 MILTONESE +ASN00044177 -26.6833 146.2333 300.0 COLOMBO +ASN00044178 -28.2503 148.4644 183.0 DOONDI +ASN00044179 -28.6833 143.9333 170.0 KILCOWERA +ASN00044180 -27.9950 148.4981 200.0 WINDERMERE +ASN00044181 -28.9972 144.4094 139.0 HUNGERFORD +ASN00044182 -27.0833 145.6833 300.0 ROSEVALE BORE +ASN00044183 -27.3833 148.1333 270.0 DRYSDALE PONDS +ASN00044184 -25.7667 144.8333 260.0 BOONDOON +ASN00044185 -26.1000 145.4000 -999.9 AMBATHALA WOOL SHED +ASN00044186 -25.9000 145.1667 350.0 AMBATHALA NO 1 BORE +ASN00044188 -26.6658 146.6083 350.0 AUTHORINGA +ASN00044190 -25.4697 146.8431 427.0 LOCHINVAR +ASN00044191 -26.9353 145.4408 230.0 ALLAMBIE +ASN00044192 -27.3053 145.1278 200.0 ALDVILLE +ASN00044193 -26.0808 146.4172 323.6 THE 27 MILE GARDEN +ASN00044194 -28.3544 148.8217 189.0 NINDIGULLY +ASN00044195 -26.1717 147.0875 456.0 TANTALLON +ASN00044196 -27.6986 145.5867 200.0 GLENDILLA +ASN00044198 -27.4003 145.2078 188.0 HUMEBURN TM +ASN00044199 -25.5981 147.1289 462.0 WETLANDS +ASN00044200 -25.8042 146.4244 346.6 BIDDENHAM TM +ASN00044201 -26.0808 146.4172 323.6 THE 27 MILE GARDEN TM +ASN00044202 -25.7386 145.3228 350.0 BRONTE STATION +ASN00044203 -26.3856 147.3553 456.0 DULBYDILLA +ASN00044204 -26.0586 146.4244 339.0 BARRADEEN +ASN00044205 -26.4025 146.2378 287.8 CHARLEVILLE TM +ASN00044206 -26.7053 146.1089 261.0 BAKERS BEND TM +ASN00044207 -25.4903 145.6144 354.0 BAYSWATER +ASN00044208 -26.1394 145.6639 289.0 WARILDA +ASN00044209 -26.0581 146.1308 300.0 OAKPARK +ASN00044210 -28.4264 145.7350 179.0 ROCKY +ASN00044211 -25.3353 147.3000 520.0 CHESTERTON TM +ASN00044212 -26.1236 146.6228 400.0 DUNVEGAN TM +ASN00044213 -26.4083 146.4042 300.0 RACEVIEW TM +ASN00044214 -27.5408 148.3125 247.0 BONA VISTA +ASN00044216 -28.3178 148.5106 186.0 ARDROSSAN +ASN00044217 -28.1372 147.6292 175.0 DUNBAR +ASN00044218 -28.6742 147.0847 137.0 CHALONER PARK +ASN00044219 -27.7869 147.3939 191.0 MARANGO +ASN00044220 -26.3597 146.9808 384.0 GLENBA +ASN00044221 -26.4147 146.2608 302.6 CHARLEVILLE AERO COMPARISON +ASN00044222 -27.1297 145.0739 221.0 QUILPETA +ASN00044223 -25.4536 147.3031 507.0 DERBYSHIRE DOWNS +ASN00044226 -27.7122 147.0461 238.0 METFORD +ASN00045000 -25.9167 144.6000 229.0 ADAVALE POST OFFICE +ASN00045001 -27.4333 144.1167 -999.9 ARDOCH +ASN00045002 -28.5267 142.9614 90.0 BULLOO DOWNS +ASN00045003 -26.9011 144.3386 180.0 SOUTH COMONGIN +ASN00045004 -26.5031 144.3286 200.0 COMONGIN NORTH +ASN00045005 -27.0797 141.9078 75.0 DURHAM DOWNS +ASN00045006 -26.6694 143.2700 156.0 EROMANGA - WEBBER ST +ASN00045007 -26.1133 144.1333 240.0 GOOMBIE +ASN00045008 -26.2994 143.1597 144.0 KYABRA +ASN00045009 -27.4008 141.8114 114.5 BALLERA GAS FIELD 95487 +ASN00045010 -26.5122 142.2731 95.0 MT HOWITT +ASN00045011 -26.8989 143.3381 163.0 MOUNT MARGARET +ASN00045012 -27.5964 141.1069 66.0 NAPPA MERRIE +ASN00045013 -27.8167 142.5833 -999.9 NOCCUNDRA POLICE STATION +ASN00045014 -27.7722 143.8728 150.0 NORLEY STATION +ASN00045015 -26.6125 144.2578 199.6 QUILPIE AIRPORT 94494 +ASN00045016 -26.0833 143.7261 172.0 RAY STATION +ASN00045017 -27.9978 143.8197 128.7 THARGOMINDAH POST OFFICE 94492 +ASN00045018 -26.0853 143.4483 153.0 THYLUNGRA STATION +ASN00045019 -27.3000 143.6833 170.0 TOBERMOREY STATION +ASN00045020 -27.0000 144.0000 -999.9 TOOMPINE STATION +ASN00045021 -27.1833 144.0833 152.4 WAMBIN +ASN00045022 -26.6911 143.9047 200.0 WHYNOT STATION +ASN00045023 -27.0167 141.3000 -999.9 LAKE PURE +ASN00045024 -27.7217 142.7131 88.0 NOCKATUNGA STATION +ASN00045025 -27.9867 143.8150 130.9 THARGOMINDAH AIRPORT GSN 95492 +ASN00045026 -27.2506 142.1292 71.0 WOOMANOOKA +ASN00045027 -28.0833 143.1000 130.0 ORIENT STATION +ASN00045028 -26.7614 141.0194 76.0 ARRABURY STATION +ASN00045029 -28.0722 141.5317 92.0 ORIENTOS STATION +ASN00045030 -27.3542 143.9014 159.0 TINDERRY STATION +ASN00045031 -26.1500 144.3000 -999.9 MAYBE +ASN00045032 -26.6806 142.5942 132.0 PLEVNA DOWNS +ASN00045033 -26.1000 144.4500 229.0 GLENCOE +ASN00045034 -26.6303 143.5308 157.0 TALLYABRA +ASN00045035 -26.3061 143.3767 148.4 BODALLA STATION +ASN00045036 -26.6333 143.5833 -999.9 YAMBUTTA STATION +ASN00045037 -26.8731 143.9344 201.0 MOBLE +ASN00045038 -26.1333 144.3500 206.0 EMUDILLA +ASN00045040 -27.0250 142.9611 147.0 BERELLAM +ASN00045041 -26.9000 142.8667 -999.9 ULAMUNTHA OUTSTATION +ASN00045042 -27.2000 143.1667 110.0 MOUNT MARGARET 16 BORE +ASN00045043 -25.9094 144.5989 236.0 ADAVALE +ASN00045044 -26.6147 144.2828 188.0 QUILPIE +ASN00045046 -26.3333 144.2167 200.0 NICKAVILLA +ASN00045047 -26.1500 141.6333 -999.9 GILPEPPEE OUTSTATION +ASN00045048 -28.0500 141.9000 -999.9 TENAPERA +ASN00045049 -27.8167 143.4000 -999.9 PININDARY +ASN00045050 -27.1167 144.1000 -999.9 BALBON PLAINS +ASN00045051 -25.7911 143.7036 240.0 BULGROO STATION +ASN00045052 -28.0400 143.5542 110.0 NOOYEAH DOWNS +ASN00045053 -28.0167 143.8000 90.0 THARGOMINDAH STATION +ASN00045054 -28.6500 142.2000 -999.9 TICKALARA +ASN00045055 -26.1500 144.2167 22.0 BUCKABIE +ASN00045056 -26.1333 143.9167 230.0 DALEYS BORE OUTSTATION +ASN00045057 -27.8169 142.5894 81.0 NOCCUNDRA HOTEL +ASN00045058 -27.3772 141.9472 70.0 KARMONA +ASN00045059 -27.6364 142.4008 100.0 JACKSON OILFIELD +ASN00045060 -26.3867 143.2003 142.0 YAPUNYAH STATION +ASN00045061 -28.3250 141.4483 125.0 TAU OILFIELD +ASN00045062 -26.6167 144.2833 188.0 QUILPIE TM +ASN00045063 -28.9967 141.0000 105.0 CAMERON CORNER +ASN00045064 -25.9953 143.9253 200.0 CANAWAY DOWNS +ASN00045065 -26.1422 143.0289 135.0 RAYMORE +ASN00045066 -26.0467 144.3472 208.0 MILROY +ASN00045067 -28.7706 141.2414 107.0 OMICRON +ASN00046000 -29.0333 141.5500 200.0 TIBOOBURRA (BINERAH DOWNS) +ASN00046001 -30.0167 142.9500 120.0 WHITE CLIFFS (BOOTRA) +ASN00046002 -29.7656 143.1142 118.0 WANAARING (BORRONA DOWNS) +ASN00046003 -31.2873 141.4437 233.0 YANCO GLEN (CORONA HOMESTEAD) +ASN00046004 -31.7333 143.2167 72.0 WILCANNIA (CULPAULIN) +ASN00046005 -29.0000 141.1667 142.0 TIBOOBURRA (FORTVILLE) +ASN00046006 -29.0885 141.2033 134.0 TIBOOBURRA (FORT GREY) +ASN00046007 -31.0500 142.3333 179.8 GNALTA +ASN00046008 -31.4167 142.6333 170.0 GRASSMERE 1 +ASN00046009 -29.5167 141.3333 150.0 HEWART DOWNS +ASN00046010 -31.8000 141.7000 -999.9 KAKOYARRA +ASN00046011 -30.7833 142.2333 161.0 WHITE CLIFFS (KARA) +ASN00046012 -31.5194 143.3850 94.3 WILCANNIA AERODROME AWS 95695 +ASN00046013 -30.9719 142.3229 175.0 BROKEN HILL (KOONAWARRA) +ASN00046014 -29.2833 141.2500 183.0 TIBOOBURRA (LAKE STEWART) +ASN00046015 -31.4459 142.1352 135.0 BROKEN HILL (LANGAWIRRA) +ASN00046016 -31.5000 141.9500 214.0 BROKEN HILL (LINTISS VALE) +ASN00046017 -31.4167 143.1667 85.0 WILCANNIA (MENA MURTEE) +ASN00046018 -29.7377 141.8841 139.0 MILPARINKA HOTEL +ASN00046019 -30.1989 143.2259 135.0 WHITE CLIFFS (MONOLON) +ASN00046020 -30.1358 141.7286 120.0 MILPARINKA (MOUNT ARROWSMITH) +ASN00046021 -29.8000 141.7833 170.0 MOUNT BROWNE +ASN00046022 -31.4469 143.6548 83.0 WILCANNIA (MOUNT MURCHISON) +ASN00046023 -31.8833 141.0333 153.0 SILVERTON (MUNDI MUNDI) +ASN00046024 -31.5816 143.4892 60.0 WILCANNIA (MURTEE) +ASN00046025 -31.1667 144.1167 84.0 NELYAMBO +ASN00046026 -30.8833 141.7000 175.0 NUNDOOKA +ASN00046027 -30.8000 142.4833 186.0 BROKEN HILL (NUNTHERUNGIE) +ASN00046028 -29.0500 141.8600 190.0 TIBOOBURRA (OLIVE DOWNS) +ASN00046029 -29.0162 142.1559 98.0 TIBOOBURRA (ONEPAH) +ASN00046030 -30.8688 143.7073 100.0 WILCANNIA (MOUNT JACK) +ASN00046031 -30.4500 143.3167 168.0 WHITE CLIFFS (PURNANGA) +ASN00046032 -30.2622 142.9776 120.0 WHITE CLIFFS (YALDA DOWNS) +ASN00046033 -31.2972 141.7103 213.0 BROKEN HILL (STURTS MEADOWS) +ASN00046034 -31.0225 143.0378 130.0 WHITE CLIFFS (TARELLA) +ASN00046035 -29.2500 142.5500 115.0 TIBOOBURRA (TEURIKA) +ASN00046036 -31.6000 141.5000 -999.9 THOMPSONS SIDING +ASN00046037 -29.4345 142.0098 183.0 TIBOOBURRA POST OFFICE GSN 94485 +ASN00046038 -30.4921 143.7456 90.0 WHITE CLIFFS (TONGO) +ASN00046039 -29.7258 143.7607 155.0 WANAARING (URISINO) +ASN00046040 -29.2333 141.3333 200.0 TIBOORURRA (WAKA) +ASN00046041 -31.1833 144.1000 78.0 TILPA (WARLOO) +ASN00046042 -30.8506 143.0893 151.0 WHITE CLIFFS POST OFFICE 94699 +ASN00046043 -31.5631 143.3747 75.0 WILCANNIA (REID ST) 94695 +ASN00046045 -29.6132 142.5650 86.0 TIBOOBURRA (CLIFTON DOWNS) +ASN00046046 -31.7167 141.7833 210.0 YALCOWINNA +ASN00046047 -29.7333 143.3333 137.0 WANAARING (YAMBA) +ASN00046048 -30.2667 142.7833 116.0 WHITE CLIFFS (YANCANNIA) +ASN00046049 -29.6833 141.4167 159.0 MILPARINKA (YANDAMA DOWNS) +ASN00046050 -30.6965 141.0729 65.0 BROKEN HILL (PINE VIEW) +ASN00046051 -29.4850 143.5228 155.0 WANAARING (KENDABOOKA) +ASN00046052 -29.4089 143.3808 115.0 WANAARING (OWEN DOWNS) +ASN00046053 -29.6333 141.4833 213.0 MILPARINKA (THELDARPA) +ASN00046054 -29.1833 143.5333 -999.9 BERAWINIA DOWNS +ASN00046055 -31.2667 143.6833 98.0 COBRILLA +ASN00046056 -31.4000 144.0000 -999.9 CULTOWA +ASN00046057 -31.3833 143.1833 80.0 DRY LAKE TANK +ASN00046058 -29.5000 143.5833 -999.9 ELSINORA +ASN00046059 -31.0000 144.0833 -999.9 EULO +ASN00046061 -31.8500 143.5000 -999.9 FORTY EIGHT MILE TANK +ASN00046063 -30.9000 143.0000 -999.9 GEMVILLE +ASN00046064 -30.3000 144.0000 -999.9 GOORIMPA +ASN00046065 -29.0000 143.2000 -999.9 HAMILTON GATE +ASN00046066 -29.4500 141.6167 -999.9 MOKELY +ASN00046067 -30.9667 143.3167 -999.9 MOMBA +ASN00046068 -30.5000 142.4000 -999.9 MORDEN +ASN00046069 -31.8833 141.6333 -999.9 MOUNT GIPPS +ASN00046070 -30.2500 143.8667 -999.9 MURPA +ASN00046071 -31.5000 143.0667 -999.9 NINETEEN MILE TANK +ASN00046072 -30.2167 142.2000 84.7 PALDRUMATA BORE +ASN00046073 -31.7000 141.4500 -999.9 PURNAMOOTA +ASN00046074 -31.4167 143.8667 -999.9 QUANDARY 2 +ASN00046075 -31.6000 143.3500 -999.9 RIVERSIDE 2 +ASN00046076 -31.2833 142.2500 -999.9 ROCK HOLE HOTEL +ASN00046077 -30.0000 142.7833 -999.9 SALISBURY DOWNS +ASN00046078 -30.8000 142.7000 -999.9 WICANNIA (THE PEAK TANK) +ASN00046079 -29.2908 143.4812 104.0 WANAARING (THURLOO DOWNS) +ASN00046080 -31.4667 141.4167 -999.9 TORROWANGEE +ASN00046081 -30.7500 143.0000 -999.9 WHITE CLIFFS POLICE +ASN00046082 -30.7667 142.9833 -999.9 WHITE CLIFFS TANK +ASN00046083 -30.2667 141.5500 -999.9 WYARRA +ASN00046084 -30.0000 141.6167 -999.9 WYDGAH +ASN00046085 -29.0000 142.0000 -999.9 YALPUNGA +ASN00046086 -29.8000 142.3000 -999.9 YANTARA +ASN00046087 -31.5000 141.4000 -999.9 POOLAMACCA +ASN00046088 -30.0333 141.8667 -999.9 LAKE BOULKA +ASN00046089 -29.6000 141.9000 -999.9 WARRATTA TANK +ASN00046090 -30.4437 142.0634 128.0 MILPARINKA (MILPA) +ASN00046091 -31.0869 141.7017 175.0 FOWLERS GAP RESEARCH STATION +ASN00046092 -30.1500 143.7833 143.0 WANAARING (NANTILLA) +ASN00046093 -30.6682 142.5438 177.0 WHITE CLIFFS (KAYRUNNERA) +ASN00046094 -30.6322 142.3219 177.0 WHITE CLIFFS (WONNAMINTA) +ASN00046095 -31.7167 141.5833 274.3 YANCO GLEN HOTEL +ASN00046096 -31.3667 141.6167 289.6 YANCO GLEN (PARINGA) +ASN00046097 -30.1500 142.0833 91.4 LAKE COBHAM +ASN00046098 -30.7333 142.0333 131.1 NUNDORA +ASN00046099 -29.6667 141.7833 213.4 MOUNT POOLE +ASN00046100 -30.3167 142.3667 106.7 MURLIPPA TANK +ASN00046102 -31.5500 142.6333 121.9 CUTHAWANA 2 +ASN00046103 -29.2500 142.5167 76.2 CONNULPIE DOWNS +ASN00046104 -31.2667 143.4167 76.2 COPAYO +ASN00046105 -30.9667 141.8000 142.0 SANDY CREEK BORE +ASN00046106 -29.4667 144.3833 125.0 TINAPAGEE +ASN00046107 -31.6201 142.2913 120.0 BROKEN HILL (KORALTA) +ASN00046108 -30.9333 141.2333 91.4 TEILTA +ASN00046109 -30.6000 143.6833 79.2 YANTABANGEE TANK +ASN00046110 -31.0607 143.4086 82.0 WILCANNIA (COONA COONA) +ASN00046111 -30.5833 143.3500 121.9 WHITE CLIFFS (CAWNALMURTEE) +ASN00046112 -30.1667 143.8833 137.2 WANAARING (NOONAMAH) +ASN00046113 -30.5500 142.5000 155.0 WHITE CLIFFS (ROYAL OAK) +ASN00046114 -31.4333 141.6167 -999.9 EURIOWIE TANK +ASN00046115 -31.3854 144.0422 90.0 TILPA (TREVALLYN) +ASN00046116 -29.6167 143.0667 98.0 WHITE CLIFFS (URELLA DOWNS) +ASN00046117 -31.4843 142.3315 160.0 BROKEN HILL (WATERBAG) +ASN00046118 -31.2667 144.0333 83.8 ANNALARA +ASN00046119 -31.4333 143.2167 83.0 WILCANNIA (MENAMURTEE WELL) +ASN00046120 -31.7000 143.2167 62.0 WILCANNIA (MELROSE) +ASN00046121 -31.4667 143.4000 125.0 WILCANNIA (ARDMORE) +ASN00046122 -31.0500 143.2833 88.0 WILCANNIA (BEEFWOOD WELL) +ASN00046123 -29.5119 143.0675 100.0 WANAARING (BORRONA DOWNS 2) +ASN00046124 -29.8718 142.4340 85.0 TIBOOBURRA (BRINDIWILPA) +ASN00046125 -31.7081 144.0702 80.0 WILCANNIA (ALMA PARK) +ASN00046126 -29.4448 142.0567 176.4 TIBOOBURRA AIRPORT 95485 +ASN00046127 -30.6056 141.9770 130.0 PACKSADDLE STATION +ASN00046128 -31.0867 141.7017 181.0 FOWLERS GAP AWS 94686 +ASN00046129 -30.8517 143.0742 158.0 WHITE CLIFFS AWS 95699 +ASN00046130 -30.4830 143.9110 88.0 WHITE CLIFFS (LAUREL VALE) +ASN00046131 -29.2746 143.6496 130.0 WANAARING (OURIMBAH) +ASN00047000 -32.5277 143.3698 64.0 GUM LAKE (ALBEMARLE) +ASN00047001 -32.4167 142.3833 -999.9 APPIN 3 +ASN00047002 -33.7500 142.9000 60.0 ARUMPO +ASN00047003 -33.9333 141.9667 25.0 WENTWORTH (AVOCA) +ASN00047004 -31.8833 143.0500 -999.9 BAKARA +ASN00047005 -31.8320 143.1507 70.0 WILCANNIA (BILLILLA) +ASN00047006 -32.7500 142.3000 -999.9 BINDARA (NETLEY) +ASN00047007 -31.9759 141.4676 315.0 BROKEN HILL (PATTON STREET) GSN 94689 +ASN00047008 -32.4555 141.0784 175.0 COCKBURN (BURTA) +ASN00047009 -33.0333 142.3667 55.0 WENTWORTH (CUTHERO) +ASN00047010 -31.8833 142.5000 210.0 BROKEN HILL (GLEN LYON) +ASN00047011 -32.1000 141.6000 289.6 HUONVILLE +ASN00047012 -32.1000 141.6500 -999.9 JUTLAND +ASN00047013 -32.9669 143.1071 72.0 POONCARIE (KARPA KORA STATION) +ASN00047014 -32.2214 142.0305 100.0 BROKEN HILL (KARS) +ASN00047015 -32.4500 142.4000 -999.9 KINCHEGA +ASN00047016 -34.0398 141.2652 43.0 LAKE VICTORIA STORAGE 94692 +ASN00047017 -34.0833 141.1833 40.0 LAKE VICTORIA (CAL-LAL) +ASN00047018 -33.6692 142.9373 70.0 POONCARIE (TOP HUT) +ASN00047019 -32.3937 142.4173 61.0 MENINDEE POST OFFICE 94694 +ASN00047020 -33.2158 142.3868 58.0 POONCARIE (MOORARA) +ASN00047021 -34.1333 141.6000 -999.9 MOORNA +ASN00047022 -32.4757 143.9409 117.0 IVANHOE (MT MANARA) +ASN00047023 -32.1333 141.6667 182.9 MULCULCA +ASN00047024 -33.3393 143.3986 75.0 POONCARIE (MULURULU STATION) +ASN00047025 -32.0644 141.8925 140.0 KINALUNG (MUNKA) +ASN00047026 -32.1000 142.8000 -999.9 NELIA VALE +ASN00047027 -32.5833 141.4500 91.4 NETLEY +ASN00047028 -33.8221 141.3575 49.0 LAKE VICTORIA (NULLA) +ASN00047029 -33.3856 142.5696 53.0 POONCARIE MAIL AGENCY 95692 +ASN00047030 -31.8833 141.2167 240.0 SILVERTON POST OFFICE +ASN00047031 -31.8803 141.5930 238.0 BROKEN HILL (STEPHENS CREEK RE +ASN00047032 -33.7000 142.3500 -999.9 POONCARIE (STUDLEY) +ASN00047033 -33.4268 142.5719 48.0 POONCARIE (TARCOOLA) +ASN00047034 -32.2000 143.6000 -999.9 TERYAWYNIA +ASN00047035 -32.0000 141.1000 -999.9 THACKARINGA +ASN00047036 -32.0667 143.6500 70.0 WILCANNIA (BURNDOO ESTATE) +ASN00047037 -31.8905 141.9896 146.0 BROKEN HILL (TOPAR) +ASN00047038 -32.9667 142.0667 45.7 TOR DOWNS +ASN00047039 -31.8153 141.2090 226.0 UMBERUMBERKA RESERVOIR +ASN00047040 -33.9297 142.3572 60.0 WENTWORTH (WAMBERRA STATION) +ASN00047041 -34.0913 141.9102 47.0 WENTWORTH RURAL LANDS PROTE +ASN00047042 -31.9000 143.6000 -999.9 WAVE HILL +ASN00047043 -32.1036 142.9236 67.0 MENINDEE (WEINTERIGA) +ASN00047044 -33.0833 143.0833 79.9 POONCARIE (WILKURRA) +ASN00047045 -33.3344 141.7694 44.0 WENTWORTH (WILLOW POINT) +ASN00047046 -33.2552 141.7984 46.0 WENTWORTH (WOODLANDS) +ASN00047047 -32.7833 142.3833 54.9 TOLARNO +ASN00047048 -32.0012 141.4694 281.3 BROKEN HILL AIRPORT AWS 94691 +ASN00047049 -32.0682 141.1097 230.0 BROKEN HILL (THACKARINGA) +ASN00047050 -32.7000 143.4667 -999.9 MANARA GYPSUM MINE +ASN00047051 -34.5000 143.6667 -999.9 TANGRAMBALLY +ASN00047052 -32.8333 142.3500 55.0 MENINDEE (WILLOTIA STATION) +ASN00047053 -34.1065 141.9189 37.0 WENTWORTH POST OFFICE +ASN00047054 -32.9667 143.8167 76.2 IVANHOE (BEILPAJAH) +ASN00047055 -32.6167 143.0333 -999.9 KALEENTHA LOOP +ASN00047056 -32.4190 141.5525 124.0 BROKEN HILL (LANGWELL) +ASN00047057 -34.1667 142.2167 4.0 GOL GOL FARM 29 +ASN00047058 -32.3902 142.4164 64.0 MENINDEE DWR DEPOT +ASN00047059 -32.1333 142.7167 69.0 BLACK GATE +ASN00047060 -32.0000 142.2167 -999.9 SILISTRIA +ASN00047061 -32.2833 141.4000 175.0 BROKEN HILL (ASCOT VALE) +ASN00047062 -32.6569 141.2376 115.0 BROKEN HILL (BUCKALOW) +ASN00047063 -32.2000 143.2000 -999.9 CATTLE WELL +ASN00047064 -32.2000 142.7500 -999.9 HENLEY WOOLSHED +ASN00047065 -33.3833 143.2500 -999.9 GARNPANG +ASN00047066 -32.6000 141.6000 -999.9 LANGWELL +ASN00047067 -33.2000 141.7500 43.0 POPLITAH +ASN00047068 -33.0000 143.6000 -999.9 PRINCESS LAKE +ASN00047069 -32.2500 142.7000 -999.9 ROCHDALE +ASN00047070 -32.3333 141.4500 175.0 BROKEN HILL (SUNNY DALE) +ASN00047071 -34.0000 142.0000 -999.9 TAPIO +ASN00047072 -33.9667 141.0333 45.7 TAREENA +ASN00047073 -32.0000 141.1000 -999.9 THARINGA TANK +ASN00047074 -33.8000 142.1167 61.0 PARA 2 +ASN00047075 -32.5700 142.3958 60.0 MENINDEE (BONO) +ASN00047076 -32.9833 142.3833 -999.9 MENINDEE (TARTNA POINT) +ASN00047077 -34.0500 141.1500 43.0 RUFUS RIVER (BELLSGROVE) +ASN00047078 -33.2714 141.5962 50.0 WENTWORTH (SPRINGWOOD) +ASN00047079 -34.0452 141.0661 38.0 CAL LAL (KULCURNA) +ASN00047080 -33.8333 142.2000 -999.9 PARA 1 +ASN00047081 -33.1667 141.7833 -999.9 TARA TANK +ASN00047082 -33.2833 143.1833 79.9 PANBAN +ASN00047083 -33.6833 142.4833 -999.9 LETHERO +ASN00047084 -33.7144 142.3167 40.0 POONCARIE (CAVAN) +ASN00047085 -34.3167 142.3500 -999.9 BONNIE DOON (MURRAY RIVER) +ASN00047086 -32.3333 143.0000 -999.9 BOOLA BOOLKA +ASN00047087 -32.0833 142.9833 72.5 TINTINALLOGY STATION +ASN00047088 -32.0000 141.1000 -999.9 THACKARINGA TOWN +ASN00047089 -33.4398 141.1575 37.0 WENTWORTH (TARAWI) +ASN00047090 -31.9000 141.1667 228.6 RAT HOLE TANK +ASN00047091 -32.9833 141.6167 39.6 COONBAH +ASN00047092 -32.1333 141.3667 213.4 BALACLAVA +ASN00047093 -33.7492 142.2205 42.0 WENTWORTH (BURTUNDY) +ASN00047094 -31.8333 143.1500 15.2 COONOOLCRACK +ASN00047095 -33.9667 142.8167 66.0 POONCARIE (MARMA) +ASN00047096 -31.8333 143.3667 71.6 WILCANNIA (MULGA YARDS) +ASN00047097 -31.8500 143.2833 70.1 WILCANNIA (TINTARIE) +ASN00047098 -31.8333 143.4500 73.2 WILCANNIA WINTER TANK +ASN00047099 -33.7151 141.7179 40.0 WENTWORTH (TOORA) +ASN00047102 -31.9333 141.5333 252.0 BROKEN HILL RFDS +ASN00047104 -32.8040 141.5096 58.0 BROKEN HILL (SOUTH ITA) +ASN00047105 -33.2135 141.1672 50.0 WENTWORTH (SCOTIA SANCTUARY) +ASN00047106 -32.9703 142.3855 55.0 POONCARIE (HARCOURT) +ASN00047107 -34.3206 142.3645 60.0 PARINGI(KERRIBEE) +ASN00048000 -30.0000 147.0000 -999.9 BREWARRINA ABORIGINAL STATION +ASN00048001 -29.1000 147.9000 146.0 NEW ANGLEDOOL TELEPHONE OFFICE +ASN00048002 -31.2170 144.6672 100.0 TILPA (INNESOWEN) +ASN00048003 -29.2667 147.7667 -999.9 BANGATE +ASN00048004 -29.0128 145.7132 139.0 BARRINGUN +ASN00048005 -30.5583 145.5950 119.0 LOUTH (BELAH) +ASN00048006 -29.1581 145.8068 136.0 ENNGONIA (BELALIE) +ASN00048007 -29.5950 145.5550 140.0 BELLENBAR (FORDS BRIDGE) +ASN00048008 -29.4333 147.5500 -999.9 BOMALLI +ASN00048009 -30.1047 147.4647 122.0 CARINDA (BOOROOMA) +ASN00048010 -31.2000 146.4000 -999.9 BOPPY MOUNTAIN (BOOROOMA) +ASN00048011 -31.3078 146.4392 210.0 GIRILAMBONE (BOOROOMUGGA) +ASN00048012 -29.5000 146.5500 -999.9 BORA +ASN00048013 -30.0917 145.9358 106.0 BOURKE POST OFFICE +ASN00048014 -29.0299 147.3128 143.0 GOODOOGA (BRENDA) +ASN00048015 -29.9614 146.8651 115.0 BREWARRINA HOSPITAL 95512 +ASN00048016 -29.0833 144.9000 146.0 YANTABULLA (BRINDINGABBA) +ASN00048017 -31.8000 145.6000 -999.9 BULGOO +ASN00048018 -29.5381 148.4046 140.0 COLLARENEBRI (BUNDABARINA) +ASN00048019 -29.7667 147.7833 146.3 BUNGHILL TANK +ASN00048020 -29.0363 148.6457 168.0 MUNGINDI (BURRENBAH) +ASN00048021 -30.6604 146.4064 152.0 BYROCK POST OFFICE +ASN00048022 -29.0813 148.6000 160.0 MUNGINDI (CAMBO CAMBO) +ASN00048023 -31.6000 146.3667 273.7 CANBELEGO THE HERMITAGE +ASN00048024 -31.5567 146.3217 274.0 CANBELEGO POST OFFICE +ASN00048025 -29.3513 146.8126 131.0 WEILMORINGLE (CARINGLE) +ASN00048026 -29.7000 146.0000 -999.9 WARRELLA PLAINS +ASN00048027 -31.4840 145.8294 260.0 COBAR MO GSN 94711 +ASN00048028 -30.2500 146.7000 106.7 CHARLTON +ASN00048029 -30.4500 145.3000 103.6 CLOVER CREEK +ASN00048030 -31.5000 145.8000 250.5 COBAR POST OFFICE +ASN00048031 -29.5407 148.5818 145.0 COLLARENEBRI (ALBERT ST) 95520 +ASN00048032 -29.6333 146.4167 115.0 COLLERINA (CORRELLA) +ASN00048033 -30.8000 145.9000 -999.9 CURRAWEENA +ASN00048034 -31.6888 145.4830 175.0 COBAR (DOUBLE GATES) +ASN00048035 -29.2000 147.4000 140.2 DUMBLE +ASN00048036 -29.6644 148.1152 137.0 WALGETT (DUNGALEAR) +ASN00048037 -30.6333 145.0167 94.5 DUNLOP +ASN00048038 -29.4484 148.2499 150.0 COLLARENEBRI (DUNUMBRAL) +ASN00048039 -29.3174 145.8466 133.0 ENNGONIA (SHEARER STREET) +ASN00048040 -29.1000 148.7000 -999.9 EULALIE +ASN00048041 -30.9500 146.8000 -999.9 EXLEY BANK +ASN00048042 -29.7534 145.4269 120.0 FORDS BRIDGE +ASN00048043 -29.4000 148.4000 137.2 GAMALALLY +ASN00048044 -29.1667 147.2667 131.1 GNOMERY +ASN00048045 -30.3500 146.9000 137.0 GONGOLGON POST OFFICE +ASN00048046 -29.1142 147.4543 140.0 GOODOOGA POST OFFICE +ASN00048047 -29.1509 148.6252 156.0 COLLARENEBRI (GOONDOOBLUIE) +ASN00048048 -29.7500 147.9167 134.0 LIGHTNING RIDGE (GUISELEY) +ASN00048049 -30.3446 145.5763 101.0 BOURKE (YANDA) +ASN00048050 -30.9823 145.4748 180.0 COBAR (KAROO) +ASN00048051 -30.9000 144.5000 88.4 KALLARA +ASN00048052 -29.7701 146.5157 107.0 COLLERINA (KENEBREE) +ASN00048053 -31.6992 145.7043 195.0 COBAR (LERIDA) +ASN00048054 -29.4277 147.9805 155.0 LIGHTNING RIDGE POST OFFICE +ASN00048055 -29.7000 145.6000 125.0 LILA LOWER +ASN00048056 -29.5000 146.3000 -999.9 LISSINGTON +ASN00048057 -30.5357 145.1160 96.0 LOUTH (BLOXHAM STREET) +ASN00048058 -29.3667 145.2167 167.6 MASCOT +ASN00048059 -31.6050 146.0583 250.0 COBAR (MERYULA) +ASN00048060 -29.6000 146.7000 118.9 MILROY +ASN00048061 -29.0481 147.5064 140.0 GOODOOGA (MOGILA) +ASN00048062 -29.1167 144.3833 -999.9 TALYEALYE +ASN00048063 -30.7000 147.0000 -999.9 M.R.A. +ASN00048064 -30.6413 147.0855 136.0 COOLABAH (BRANGLEBAR) +ASN00048065 -31.1000 147.1000 -999.9 MURRAWOMBI +ASN00048066 -31.5333 145.6000 -999.9 AMPHITHEATRE +ASN00048067 -30.1000 146.4000 -999.9 OAKLEIGH 2 +ASN00048068 -29.9000 146.9000 -999.9 QUANTAMBONE +ASN00048069 -30.4167 145.3500 100.6 ROSE ISLE +ASN00048070 -31.5333 145.4333 182.9 SPRINGFIELD GOVERNMENT TANK +ASN00048071 -31.4000 146.3000 -999.9 SUSSEX +ASN00048072 -29.5213 146.9487 120.0 BREWARRINA (TALAWANTA) +ASN00048073 -31.7108 145.2764 174.0 COBAR (THE MEADOWS) +ASN00048074 -30.9370 144.4160 87.0 TILPA (TONGO ROAD) +ASN00048075 -31.1227 145.8319 190.0 COBAR (TINDAREY) +ASN00048076 -30.2833 145.3833 101.0 EAST TOORALE (TOORALE STATION) +ASN00048077 -30.1500 146.6833 121.9 TOORANG +ASN00048078 -29.0000 147.0000 134.1 TOULBY +ASN00048079 -29.7029 144.1482 108.0 WANAARING POST OFFICE 94497 +ASN00048080 -29.2000 145.6000 -999.9 WAPWEELAH +ASN00048081 -29.9333 146.2333 109.7 WARRAWEENA +ASN00048082 -29.2517 146.9193 128.0 WEILMORINGLE +ASN00048083 -30.3000 146.7000 -999.9 WILBERTREE 2 +ASN00048084 -29.4192 147.3484 130.0 GOODOOGA (WILLAWILLINGBAH) +ASN00048085 -29.5000 147.2000 -999.9 WILLOH +ASN00048086 -30.6500 144.9500 -999.9 WINBAR +ASN00048087 -29.3423 145.0032 125.0 YANTABULLA STATION +ASN00048088 -31.2667 146.2167 289.6 YIMKIN +ASN00048089 -29.5274 144.9179 110.0 WANAARING (BLOODWOOD) +ASN00048090 -31.6000 144.9000 -999.9 BARNATO TANK +ASN00048091 -30.9000 146.2500 -999.9 CORONGA PEAK +ASN00048092 -30.8000 146.6000 159.7 GLENARIFF +ASN00048093 -29.3333 148.3167 146.3 LIGHTNING RIDGE (TABRATONG) +ASN00048094 -30.5500 145.8167 131.0 BURKE (MULGOWAN) +ASN00048095 -30.9461 146.1590 180.0 COOLABAH (TARA) +ASN00048096 -31.4414 145.3499 190.0 COBAR (CUBBA) +ASN00048097 -30.6000 145.9333 -999.9 GALAMBO +ASN00048098 -29.1333 146.4167 -999.9 BREWARRINA (ELLERSLIE) +ASN00048099 -29.0167 147.4500 143.3 GOODOOGA PUBLIC SCHOOL +ASN00048100 -29.5000 146.3000 -999.9 LEDKNAPPER TANK +ASN00048101 -29.5333 145.9667 -999.9 LILA SPRINGS +ASN00048102 -29.3667 148.0500 -999.9 MEBEA +ASN00048103 -29.0833 146.2000 139.9 ENNGONIA (MORTON PLAINS) +ASN00048104 -29.3000 147.4000 -999.9 MUCKERAWA +ASN00048105 -30.7500 145.2333 -999.9 LOUTH (MULYA TANK) +ASN00048106 -30.6667 146.9167 -999.9 NIDGERY +ASN00048107 -30.1000 144.1000 -999.9 NOCOLECHE +ASN00048108 -30.1000 144.1000 -999.9 NOCOLECHE (THE BORE) +ASN00048109 -29.2850 146.6450 125.0 BREWARRINA (NOOROOMA) +ASN00048110 -29.1000 147.8833 143.0 NEW ANGLEDOOL (NULLAWA) +ASN00048111 -31.7000 145.7000 -999.9 NULLAWARRA +ASN00048112 -29.0000 144.8000 -999.9 PARRAGUNDY +ASN00048113 -29.5833 145.6333 -999.9 PIRILLIE 1 +ASN00048114 -31.6000 145.4000 -999.9 COBAR (SPRINGFIELD 2) +ASN00048115 -31.4240 145.2539 240.0 COBAR (TAMBUA) +ASN00048116 -30.8167 144.6000 -999.9 TILPA (TARA 1) +ASN00048117 -29.7000 145.9000 -999.9 THE LAKE TANK +ASN00048118 -31.5500 145.2500 -999.9 THE MEADOWS TANK +ASN00048119 -30.2301 144.5506 95.0 WANAARING (AVONDALE) +ASN00048120 -30.8500 147.1000 -999.9 TUBBA +ASN00048121 -29.6833 144.2167 -999.9 WANAARING STATION +ASN00048122 -29.8000 144.8000 -999.9 WANGAMANA +ASN00048123 -30.6167 144.2333 -999.9 WILLERACARA WEST +ASN00048124 -29.8833 147.6667 -999.9 WILKIE +ASN00048125 -30.7000 147.0333 -999.9 WILLAMURRA +ASN00048126 -30.0000 146.6000 -999.9 WOLKARA +ASN00048127 -30.5833 145.9333 -999.9 YAHGUNYAH +ASN00048128 -30.3000 145.7000 -999.9 YANDA +ASN00048129 -29.3333 145.0500 -999.9 YANTABULLA +ASN00048130 -30.0000 147.7333 -999.9 WARRAN DOWNS +ASN00048131 -30.9623 145.3365 150.0 LOUTH (GAMBOLALLEY) +ASN00048132 -31.5500 145.0000 -999.9 BARNATO 1 +ASN00048133 -29.9500 146.4333 106.7 BOURKE (BEEMERY) +ASN00048134 -29.4000 146.7000 -999.9 BONEDA +ASN00048135 -31.3000 146.3000 -999.9 BOOROOMUGGA BACK +ASN00048136 -31.1000 145.4000 -999.9 BOOROONDARA TANK +ASN00048137 -30.1000 146.0000 -999.9 BOURKE NORTH +ASN00048138 -31.7000 144.6000 -999.9 BULLA BULLA STATION +ASN00048139 -31.5000 144.6000 -999.9 BULLA BULLA TANK +ASN00048140 -29.6833 146.6833 -999.9 COLLERINA +ASN00048141 -29.7167 147.8167 -999.9 COMBORAH +ASN00048142 -31.2000 146.2000 -999.9 COOCOOMAH +ASN00048143 -31.0278 146.7123 226.0 COOLABAH POST OFFICE +ASN00048144 -31.0833 146.6500 213.0 COOLABAH STATION +ASN00048145 -31.3000 145.5000 -999.9 CORONGA DOWNS +ASN00048146 -30.5000 145.9333 126.8 DWYERS (CORRILLA TANK) +ASN00048147 -31.1000 144.4000 -999.9 CURRANYALPA +ASN00048148 -31.3000 145.8000 -999.9 CUTTYGULLYAROO TANK +ASN00048149 -31.1333 145.8333 -999.9 DRYSDALE TANK +ASN00048150 -29.1167 148.7333 -999.9 DUMEINDI +ASN00048151 -29.5167 144.3333 -999.9 YANTABULLA (DUNGARVAN) +ASN00048152 -29.2667 148.3333 -999.9 DUNGLE +ASN00048153 -29.6982 144.4901 108.0 WANAARING (BRAEMAR) +ASN00048154 -31.5000 146.4000 -999.9 FLORIDA STATION +ASN00048155 -30.0833 145.8667 -999.9 FORT BOURKE +ASN00048156 -29.2000 146.7167 -999.9 GERARA +ASN00048157 -29.8000 148.1000 -999.9 GERONGRA +ASN00048158 -29.2500 146.2667 -999.9 GLENALBYN +ASN00048159 -29.2167 145.6333 -999.9 GOOLRING +ASN00048160 -30.0500 145.2833 -999.9 GOONERY BORE +ASN00048161 -30.6000 146.2000 -999.9 KENILWORTH +ASN00048162 -31.1667 146.1333 -999.9 COBAR (KERGUNYAH) +ASN00048163 -30.9500 145.1333 -999.9 KERRIGUNDI TANK +ASN00048164 -29.8667 147.3333 -999.9 LAKE STATION +ASN00048165 -29.6340 147.6753 140.0 GRAWIN OPAL FIELDS +ASN00048166 -29.5500 147.2167 -999.9 BUNDABULLA +ASN00048167 -30.3667 145.5333 -999.9 GUNDABOOKA +ASN00048168 -29.1173 147.8993 150.0 ANGLEDOOL (ANGLEDOOL STATION) +ASN00048169 -30.4333 146.5833 179.8 COMPTON DOWNS +ASN00048170 -30.8333 146.9333 -999.9 COOLABAH (MAYFIELD) +ASN00048171 -30.9117 146.8306 180.0 COOLABAH (BUNYARRA) +ASN00048172 -30.0500 146.2167 106.7 BOURKE (ROSSMORE) +ASN00048173 -30.0333 147.2667 -999.9 BREWARRINA (BULABULAH) +ASN00048174 -30.5667 146.5500 182.9 BYROCK (WYUNA DOWNS) +ASN00048175 -30.5000 146.2000 121.9 BYROCK (MULLAGALAH) +ASN00048176 -29.9744 147.0493 122.0 BREWARRINA (YAPPALEE) +ASN00048177 -29.9667 146.6000 137.2 BREWARRINA (YAMBACOONA) +ASN00048179 -30.9000 144.5500 88.4 TILPA (MUNBUNYA) +ASN00048180 -29.5833 146.4167 106.7 BREWARRINA (CORELLA EAST) +ASN00048182 -31.7000 145.9167 228.0 COBAR (BRURA) +ASN00048183 -30.1667 146.3167 106.7 MOUNT OXLEY +ASN00048184 -29.1183 146.9300 122.0 WEILMORINGLE (BURBAN GRANGE) +ASN00048185 -29.4333 145.6667 106.7 MULTAGOONA +ASN00048187 -30.8833 145.8833 167.6 HELMANS TANK +ASN00048188 -30.4667 145.1000 -999.9 ELDORADO +ASN00048189 -29.2167 148.6500 106.7 BURREN BURREN +ASN00048191 -29.5333 146.6333 106.7 INNISFAIL +ASN00048192 -31.6500 145.8333 213.4 BARROW VALE +ASN00048193 -31.8333 146.3667 259.1 RESTDOWN +ASN00048194 -30.0843 145.2884 111.0 FORDS BRIDGE (DELTA) +ASN00048195 -30.0000 144.9667 116.0 FORDS BRIDGE (BARRAKEE) +ASN00048196 -29.9833 144.6833 110.0 WANAARING (JANINA) +ASN00048197 -29.2167 145.5667 -999.9 BARRINGUN (MILANDA) +ASN00048198 -31.4622 145.7909 230.0 COBAR WATER STORAGE +ASN00048199 -31.4500 145.8833 259.1 COBAR (MARYANTHA) +ASN00048200 -29.4396 144.3915 115.0 WANAARING (MOORLAND DOWNS) +ASN00048201 -29.7050 144.7550 140.0 WANAARING (MINETTA) +ASN00048202 -29.8833 144.4667 110.0 WANAARING (WONGAREENA) +ASN00048203 -30.0500 147.8500 131.1 WALGETT (ULAH) +ASN00048204 -31.7167 146.0833 274.3 THE ROOKERY +ASN00048207 -31.5500 145.3500 183.0 COBAR (NULLOGOOLA) +ASN00048208 -29.0667 146.6833 144.8 WEILMORINGLE (MORTON SPRINGS) +ASN00048209 -30.5167 146.6333 183.0 BYROCK (MULGA TANK) +ASN00048210 -31.5000 145.1500 285.0 COBAR (MULGA DOWNS) +ASN00048211 -29.6667 145.8667 125.0 ENNGONIA (GRASS HUT POST OFFIC +ASN00048217 -30.3833 145.3000 70.0 LOUTH (ACTON HILL) +ASN00048219 -30.4667 146.5000 174.0 BYROCK (WAVE HILL) +ASN00048220 -30.7167 145.7333 134.0 BYROCK (BURRAWA) +ASN00048228 -31.0667 144.1167 85.0 TILPA (ROSEDALE) +ASN00048231 -30.0905 147.5481 122.0 WALGETT (OLD BOOROOMA) +ASN00048235 -29.2540 144.6729 120.0 YANTABULLA (THOURA) +ASN00048236 -31.5425 145.3925 183.0 COBAR (BUNDOON BELAH) +ASN00048237 -31.5389 145.7964 218.0 COBAR AIRPORT AWS 94710 +ASN00048238 -30.1749 146.9724 123.0 BREWARRINA (EUMARRA) +ASN00048239 -30.0423 145.9520 107.5 BOURKE AIRPORT +ASN00048240 -29.7464 147.7701 160.0 CUMBORAH (KARINGLE) +ASN00048241 -30.9423 146.9665 150.0 COOLABAH (BOORARA) +ASN00048242 -30.5888 145.7890 118.0 BOURKE (BEN LOMOND) +ASN00048243 -29.4310 147.9722 154.0 LIGHTNING RIDGE VISITORS INFOR 94498 +ASN00048244 -31.4861 145.8281 260.0 COBAR COMPARISON +ASN00048245 -30.0362 145.9521 107.3 BOURKE AIRPORT AWS 94703 +ASN00049000 -32.8831 144.3088 100.0 IVANHOE AERODROME AWS 95697 +ASN00049001 -34.5000 143.0000 -999.9 BENANEE +ASN00049002 -34.6398 143.5610 61.0 BALRANALD (RSL) 94696 +ASN00049003 -32.6667 144.2500 -999.9 IVANHOE (BONUNA) +ASN00049004 -33.0809 146.5747 165.0 EUABALONG (BOOBEROI) +ASN00049005 -33.2833 144.7167 91.4 MOSSGIEL (BOONDARA) +ASN00049006 -34.2000 143.5000 -999.9 BOX CREEK TANK +ASN00049007 -33.1000 146.6667 213.0 EUABOLONG (BROTHERONY) +ASN00049008 -33.4021 143.9375 77.0 HATFIELD (CLARE) +ASN00049009 -32.7167 145.7833 366.4 COAN DOWNS +ASN00049010 -32.8274 145.3583 220.0 ROTO (COOMBIE) +ASN00049011 -33.6000 144.3500 88.4 CULPOTARO +ASN00049012 -33.1094 146.4736 161.0 EUABALONG (LACHLAN ST) +ASN00049013 -34.5833 142.7333 61.0 EUSTON POST OFFICE +ASN00049014 -34.6000 142.7000 -999.9 EUSTON STATION +ASN00049015 -33.5000 144.2000 -999.9 FRESHWATER +ASN00049016 -31.9833 144.4167 91.4 FULHAM PARK +ASN00049017 -34.3000 143.9000 -999.9 GLEN DEE +ASN00049018 -32.9500 144.8500 -999.9 IRISH LORDS +ASN00049019 -32.8999 144.2995 85.0 IVANHOE POST OFFICE 94697 +ASN00049020 -34.2000 143.9167 70.1 JUANBUNG +ASN00049021 -33.0444 144.2354 73.0 IVANHOE (WOKABITY) +ASN00049022 -32.0667 146.0000 -999.9 KILLALA +ASN00049023 -34.4523 142.9109 64.0 EUSTON ( BENINGTON) +ASN00049024 -33.9000 143.5500 -999.9 MAGENTA +ASN00049025 -33.3167 143.7667 91.0 MANFRED +ASN00049026 -34.6000 142.9000 -999.9 MEILMAN +ASN00049027 -32.7833 145.5500 -999.9 ROTO (MERIMERRIWA TANK) +ASN00049028 -33.3833 145.5333 125.0 MERROWIE NORTH +ASN00049029 -33.3500 144.9333 104.0 MOSSGIEL (MOOLBONG) +ASN00049030 -32.2087 146.3947 353.0 NYMAGEE (PYRAMID) +ASN00049031 -33.2500 144.5667 94.5 MOSSGIEL POST OFFICE +ASN00049032 -32.8345 145.8772 223.0 MOUNT HOPE (CYPRESS GROVE) +ASN00049033 -32.9333 144.9333 90.0 TRIDA (MURRUMBONG) +ASN00049034 -33.9333 144.7833 88.4 BOOLIGAL (MYCUMBENE) +ASN00049035 -33.8000 144.7000 -999.9 NATUE +ASN00049036 -32.0641 146.3192 310.0 NYMAGEE (KENMURE STATION) +ASN00049037 -32.1367 145.0417 168.0 COBAR (PADDINGTON) +ASN00049038 -34.5000 143.6000 -999.9 PAIKA +ASN00049039 -33.6000 144.5000 -999.9 RAVENSFIELD +ASN00049040 -33.0000 145.4500 -999.9 ROTO SIDING POST OFFICE +ASN00049041 -33.2000 145.5000 -999.9 ROTO STATION +ASN00049042 -33.6000 144.5000 -999.9 ST ANDREWS +ASN00049043 -32.2000 146.0000 -999.9 SANDY CREEK TANK +ASN00049044 -31.9000 146.0000 -999.9 SHEARLEYS TANK +ASN00049045 -34.5594 143.0754 63.0 EUSTON (SUNNYSIDE) +ASN00049046 -34.5500 142.5000 -999.9 TAPALIN +ASN00049047 -33.6918 143.8026 74.0 HATFIELD (THE VALE) +ASN00049048 -34.6516 143.0491 58.0 BALRANALD (TILLARA) +ASN00049049 -33.7272 144.0175 81.0 HATFIELD (BENILKIE) +ASN00049050 -34.5000 143.6000 -999.9 TIN TIN +ASN00049051 -34.3500 143.7000 -999.9 TORI +ASN00049052 -33.0000 145.0500 97.5 TRIDA (COGIE) +ASN00049053 -34.2167 144.1667 76.0 OXLEY (TUPRA) +ASN00049054 -33.4000 145.1000 -999.9 VIETA +ASN00049055 -34.1953 143.7916 68.0 OXLEY (WALMER DOWNS) +ASN00049056 -33.1984 145.1220 105.0 TRIDA (WILLANDRA NATIONAL PARK +ASN00049057 -32.2409 145.5530 198.0 COBAR (TARINGO DOWNS) +ASN00049058 -32.6500 145.6000 -999.9 YATHONG +ASN00049059 -33.9500 143.7000 -999.9 YOUHL PLAIN TANK +ASN00049060 -32.5000 146.4000 -999.9 EREMERAN +ASN00049061 -32.3884 144.7456 110.0 IVANHOE (BERANGABAH) +ASN00049062 -32.7167 145.7000 -999.9 VIVIGANI +ASN00049063 -33.0520 144.1444 79.0 IVANHOE (KILFERA) +ASN00049064 -32.7500 144.6000 -999.9 PINE VALE +ASN00049065 -32.7500 146.5833 284.0 TALLEBUNG +ASN00049066 -31.8833 146.3500 -999.9 BABINDA TANK +ASN00049067 -32.1167 146.1667 -999.9 SHUTTLETON TANK +ASN00049068 -33.4167 144.3667 -999.9 ALMA 2 +ASN00049069 -33.4000 144.4000 -999.9 ALMA (BOOLIGAL) +ASN00049070 -34.7000 143.5500 -999.9 CANALLY +ASN00049071 -32.7000 144.7000 -999.9 CONOBLE +ASN00049072 -33.5000 144.7000 -999.9 JUMPING SAND HILL WELL +ASN00049073 -32.2000 145.0000 -999.9 KEEWONG (IVANHOE) +ASN00049074 -32.5000 144.2000 -999.9 MARFIELD +ASN00049075 -33.7000 145.0000 -999.9 MERUNGLE +ASN00049076 -32.0000 146.2000 -999.9 NIMAGEE +ASN00049077 -34.4000 143.6000 -999.9 PENARIE TANK +ASN00049078 -32.5000 146.0000 -999.9 ROCK HOLES TANK +ASN00049079 -33.9000 144.4000 -999.9 TARRWONG +ASN00049080 -32.5000 146.1000 258.0 NYMAGEE (WIRCHILLEBA) +ASN00049081 -33.5833 145.3167 -999.9 MOORAL +ASN00049082 -33.2167 145.6333 -999.9 WANGARON +ASN00049083 -32.8500 145.8667 -999.9 WAGGA TANK +ASN00049084 -33.8333 143.1667 -999.9 TURLEE +ASN00049085 -33.0000 144.7333 -999.9 OAT SWAMP +ASN00049086 -32.3833 146.0333 -999.9 GILGUNNIA +ASN00049087 -32.5333 144.6667 -999.9 NEKARBOO +ASN00049088 -33.3833 144.0000 -999.9 CLARE TANK +ASN00049089 -32.3500 146.3500 -999.9 BALOURA TANK +ASN00049090 -32.0833 145.8000 -999.9 NILLERA +ASN00049091 -33.0000 145.8333 -999.9 LACHLAN DOWNS +ASN00049092 -33.6959 144.2757 79.0 BOOLIGAL (YAMBA) +ASN00049093 -33.7000 143.9000 75.6 TILL TILL TANK +ASN00049095 -33.2500 144.1500 82.0 MOSSGIEL (BARNEYS LAKE HOMESTE +ASN00049096 -34.2000 144.1000 -999.9 OXLEY +ASN00049097 -34.2000 144.1000 -999.9 OXLEY STATION +ASN00049098 -32.3333 145.9167 243.8 BEDOOBA +ASN00049099 -33.9667 143.4667 30.5 D-BLOCK +ASN00049100 -33.6833 144.0667 76.2 BLUE HILL +ASN00049101 -33.2167 144.0167 76.2 GUNNARAMBY TANK +ASN00049102 -34.5333 142.4167 45.7 CULPRA +ASN00049103 -32.1698 144.2007 90.0 IVANHOE (BADEN PARK) +ASN00049104 -34.3833 143.8833 65.5 WAUGORAH +ASN00049105 -32.5187 146.2819 298.0 NYMAGEE (BURTHONG) +ASN00049106 -32.4167 145.9833 378.0 NYMAGEE (MOUNT VIEW) +ASN00049107 -32.6333 145.9167 243.8 MOUNT HOPE (NOMBIGINNI) +ASN00049108 -32.7167 146.3333 290.0 EUABALONG WEST (REDLUOM) +ASN00049109 -34.2167 144.4500 85.3 PARK VALE +ASN00049110 -34.2431 142.9949 66.0 EUSTON (PRUNGLE) +ASN00049111 -33.9454 143.0527 79.0 EUSTON (TURLEE) +ASN00049112 -33.5667 144.6667 -999.9 BOOLIGAL (DAISY PLAINS) +ASN00049113 -32.2000 144.7000 -999.9 IVANHOE (KOONABURRA) +ASN00049114 -33.3833 144.6333 -999.9 POLYGONUM (HUTWELL) +ASN00049116 -34.0000 144.6000 -999.9 LITTLE LAKE +ASN00049117 -32.2479 146.4856 335.0 NYMAGEE (BALOWRA) +ASN00049118 -33.7073 144.7667 91.0 BOOLIGAL (TOMS LAKE) +ASN00049119 -32.3333 145.7667 219.8 NYMAGEE (THULE HUT) +ASN00049121 -32.8667 145.8833 229.0 MOUNT HOPE +ASN00049122 -34.5167 142.8833 66.0 EUSTON (CHIPPENDALE) +ASN00049123 -34.7667 142.6167 52.0 EUSTON (TAMMIT) +ASN00049124 -32.3167 146.0167 275.0 GILGUNNIA (NORTH PEAK) +ASN00049127 -33.0000 144.3500 90.0 IVANHOE (ABBOTSFORD NORTH) +ASN00049128 -33.7667 144.4667 81.0 BOOLIGAL (ARRAWATTA) +ASN00049129 -33.2833 144.4167 76.0 MOSSGIEL (ARLINGTON) +ASN00049130 -33.3841 145.9589 135.0 HILLSTON (CASCADE) +ASN00049131 -33.1492 144.4768 85.0 IVANHOE (LIGNUM PARK) +ASN00049132 -33.1898 145.3067 118.0 HILLSTON (MOUNT VIEW) +ASN00049133 -33.5160 144.7651 94.0 BOOLIGAL (YARTO) +ASN00050000 -32.3000 147.7000 231.6 NARROMINE (ALAGALA OLD) +ASN00050001 -33.4000 147.6000 -999.9 ALAWA +ASN00050002 -32.9175 148.0932 274.0 GOONUMBLA (AVONDALE) +ASN00050003 -33.3667 147.7000 210.0 BEDGEREBONG POST OFFICE +ASN00050004 -33.1074 147.8008 240.0 BOGAN GATE POST OFFICE +ASN00050005 -33.8000 146.9667 274.3 BOLAGAMY +ASN00050006 -32.8000 147.0000 -999.9 BOONA WEST +ASN00050007 -33.1624 147.2846 195.0 CONDOBOLIN (BORAMBIL PARK) +ASN00050008 -32.7750 147.8620 275.0 PEAK HILL (BRUIE PLAINS) +ASN00050009 -32.6000 148.1000 253.0 BULGANDRAMINE +ASN00050010 -33.5159 147.2541 220.0 BURCHER POST OFFICE +ASN00050011 -32.1266 147.4067 198.0 TOTTENHAM (BURDENDA) +ASN00050012 -32.6500 147.4000 -999.9 BURRA BURRA +ASN00050013 -32.9000 147.1000 -999.9 CONDOBOLIN (RINGWOOD) +ASN00050014 -33.0818 147.1524 220.0 CONDOBOLIN RETIREMENT VILLAGE +ASN00050015 -33.0500 147.7000 -999.9 COOKEYS PLAINS +ASN00050016 -32.9744 148.0632 290.0 GOONUMBLA (CORADGERY) +ASN00050017 -33.9382 147.1962 257.0 WEST WYALONG AIRPORT AWS 95709 +ASN00050018 -32.2884 147.6671 210.0 DANDALOO (KELVIN) +ASN00050019 -32.9000 147.1000 -999.9 EVERGREEN +ASN00050020 -33.2882 147.5364 210.0 WARROO (GEERON) +ASN00050021 -32.2000 147.9000 -999.9 INVERARY +ASN00050022 -33.7000 147.4000 -999.9 LAKE COWAL +ASN00050023 -32.6500 147.0000 -999.9 MELROSE PLAINS +ASN00050024 -32.2500 147.1167 213.0 TOTTENHAM (MOIRA VALE) +ASN00050025 -33.0000 147.4000 412.0 MOUNT DERRIWONG +ASN00050026 -32.9167 147.0667 213.0 CONDOBOLIN (MOWALBA TANK) +ASN00050027 -33.2000 147.4000 -999.9 MULGUTHERIE +ASN00050028 -32.9018 147.5224 264.0 TRUNDLE (MURRUMBOGIE) +ASN00050029 -32.3000 146.5833 300.0 BOBADAH (MURRUMBONG) +ASN00050030 -32.8000 146.7000 -999.9 PALESTHAN +ASN00050031 -32.7235 148.1902 285.0 PEAK HILL POST OFFICE 94721 +ASN00050032 -32.6167 147.9333 -999.9 STRAHORN STATE FOREST +ASN00050033 -32.3333 147.4000 244.0 ALBERT (THE MEADOWS) +ASN00050034 -32.0154 147.4280 190.0 NEVERTIRE (BEVERLEY) +ASN00050035 -32.2435 147.3545 236.0 TOTTENHAM POST OFFICE +ASN00050036 -32.9233 147.7052 255.0 TRUNDLE (BROOKVIEW ST) +ASN00050037 -32.6309 147.5659 239.0 TULLAMORE (OLD POST OFFICE) +ASN00050038 -32.8000 146.8000 -999.9 TULLINGA +ASN00050039 -32.2167 147.5333 198.0 DANDALOO (TYRIE HOMESTEAD) +ASN00050040 -33.6386 146.9739 227.0 UNGARIE POST OFFICE +ASN00050041 -33.3833 146.9000 260.0 TULLIBIGEAL (WATTLE PARK) +ASN00050042 -33.6000 147.5000 -999.9 WILGA VALE +ASN00050043 -32.2000 147.3500 274.0 TOTTENHAM (WOODLANDS 1) +ASN00050044 -33.9239 147.2048 255.0 WEST WYALONG POST OFFICE +ASN00050045 -33.8486 146.8261 315.0 YALGOGRIN NORTH (ROLOMA) +ASN00050046 -32.5000 146.8000 573.0 YELLOW MOUNTAIN +ASN00050047 -32.5667 146.7500 250.0 TALLEBUNG (VERMONT HILL) +ASN00050048 -32.7500 147.0000 -999.9 ROSEWIN (BOONA TANK) +ASN00050049 -33.2000 147.5000 -999.9 BURRAWANG SOUTH STATION +ASN00050050 -32.3904 146.8874 255.0 TOTTENHAM (GWANDO) +ASN00050051 -32.5333 146.7833 -999.9 MOUNTAIN VIEW +ASN00050052 -33.0664 147.2283 195.0 CONDOBOLIN AG RESEARCH STN 94707 +ASN00050053 -32.2833 146.7000 365.8 BOBADAH (AVOCA) +ASN00050054 -33.1032 146.8470 180.0 CONDOBOLIN (WORRONGORRAH) +ASN00050055 -33.2833 147.3833 -999.9 FAIRHOLME POST OFFICE +ASN00050056 -32.1222 147.6167 203.0 TRANGIE (TORQUAY) +ASN00050057 -32.3000 147.0000 -999.9 BALEVEOLAN +ASN00050058 -33.5833 146.9833 -999.9 BYGOLOREE 2 +ASN00050059 -32.9000 147.1000 -999.9 CONDOBOLIN STATION +ASN00050060 -33.6333 147.3667 -999.9 CORRAN +ASN00050061 -33.4667 146.9167 -999.9 FOREST VALE 1 +ASN00050062 -33.4667 147.4667 -999.9 GRASSMERE 2 +ASN00050063 -32.5500 148.3500 -999.9 KYALITE +ASN00050064 -33.7000 147.4000 -999.9 LAKE COWAL 2 +ASN00050065 -33.7000 147.4833 -999.9 LAKE COWAL WEST +ASN00050066 -32.2167 147.0333 -999.9 LANSDALE +ASN00050067 -32.6000 147.0000 -999.9 MINERAL HILLS +ASN00050068 -33.6000 147.8000 -999.9 MOOBONG +ASN00050069 -32.6000 147.8000 -999.9 NEW PARK +ASN00050070 -32.1833 147.3833 -999.9 ORANGE PLAINS +ASN00050071 -32.0000 147.5000 -999.9 TABRATONG +ASN00050072 -32.3667 146.7833 275.0 BOBADAH (THE GLEN) +ASN00050073 -32.2000 146.6000 -999.9 THE OVERFLOW +ASN00050074 -32.6000 146.9000 -999.9 TINDA TANK +ASN00050075 -32.2000 147.3000 -999.9 TOTTENHAM PUBLIC SCHOOL +ASN00050076 -32.6167 147.5667 250.0 TULLAMORE STATION +ASN00050077 -33.8333 146.8333 -999.9 UNGARIE 1 +ASN00050078 -33.6667 147.2000 -999.9 UNGARIE STATION 2 +ASN00050079 -33.4000 147.7000 -999.9 WARROO +ASN00050080 -32.6000 147.1000 -999.9 WILLAWA +ASN00050081 -33.6000 147.0000 -999.9 WOLLONGOUGH +ASN00050082 -32.2833 148.4333 -999.9 WOODLANDS 5 +ASN00050083 -33.2000 147.6000 -999.9 YARRABANDAI +ASN00050084 -33.7833 146.9500 -999.9 YOUNGARA 1 +ASN00050085 -33.7833 146.9500 -999.9 YOUNGARA 2 +ASN00050086 -32.4006 147.7348 216.0 DANDALOO (HAZELBROOK) +ASN00050087 -32.9000 148.0000 -999.9 ADAVALE +ASN00050088 -32.5833 146.8167 -999.9 GUNDEMERE +ASN00050089 -32.5333 147.4667 -999.9 JUMBLE PLAINS +ASN00050090 -32.5500 148.0000 -999.9 MUNGERY +ASN00050091 -32.5500 148.2333 -999.9 TOMINGLEY +ASN00050092 -32.5167 147.7833 -999.9 WARGE ROCK 1 +ASN00050093 -32.0667 147.4500 -999.9 WYOMING 1 +ASN00050094 -32.3333 146.7667 -999.9 CROWL CREEK +ASN00050095 -32.5667 148.0333 -999.9 DERRIBONG TANK +ASN00050096 -32.3000 147.4833 -999.9 DOBROYDE +ASN00050097 -33.7167 147.1667 -999.9 BLOW CLEAR +ASN00050098 -31.8720 146.4693 275.0 HERMIDALE (HERMITAGE PLAINS) +ASN00050099 -32.5000 147.1667 -999.9 BULBODNEY WOODLANDS WHEAT ASSO +ASN00050101 -32.8667 146.7000 -999.9 URAMBIE +ASN00050102 -33.0833 147.1500 199.0 CONDOBOLIN SOIL CONSERVATION +ASN00050103 -33.9380 147.1901 262.0 WEST WYALONG AIRPORT +ASN00050104 -32.9167 147.9500 297.0 GOONUMBLA (BOXVILLE) +ASN00050105 -32.8983 147.7817 252.0 TRUNDLE (HUNTINGDALE) +ASN00050106 -33.0833 147.4833 229.0 OOTHA (KANGETONG) +ASN00050107 -32.7333 147.9833 -999.9 DUNMORE (YARRABIN) +ASN00050108 -32.5724 147.2162 257.0 WILMATHA (WANGANUI) +ASN00050109 -33.5000 147.3500 229.0 BURCHER (LANA) +ASN00050110 -32.6358 148.0580 242.0 PEAK HILL (WARATAH) +ASN00050111 -32.4333 146.6000 360.0 BOBADAH (KALABRA) +ASN00050112 -32.0385 147.1908 188.0 TOTTENHAM (EUAMBELINE) +ASN00050113 -32.2752 147.6195 206.0 DANDALOO (SKYE) +ASN00050114 -32.7833 147.9333 270.0 TRALEE +ASN00050115 -32.8570 148.2577 320.0 ALECTOWN (GOONAHRA) +ASN00050116 -32.9294 148.3017 375.0 ALECTOWN (KADINA PARK) +ASN00050117 -32.8952 148.2811 341.0 ALECTOWN (BRIDGEWATER) +ASN00050118 -32.9000 147.2000 -999.9 MOGANDALE +ASN00050119 -32.9365 148.2452 350.0 ALECTOWN (VANVILLA) +ASN00050120 -32.7500 146.6500 274.3 TALLEBUNG (PALESTHAN) +ASN00050121 -32.9433 148.2833 365.0 ALECTOWN (GLENROY) +ASN00050122 -33.2833 147.3833 213.4 FAIRHOLME +ASN00050123 -33.9000 147.2000 -999.9 WYALONG UPPER 3 RUN +ASN00050124 -32.7500 148.0667 244.0 PEAK HILL (GENANAGUY) +ASN00050125 -32.3108 146.6723 326.0 BOBADAH (PRETTY VIEW) +ASN00050126 -32.9333 147.6833 240.0 TRUNDLE LAGOON +ASN00050127 -33.4333 146.8333 320.0 BYGALORIE (MERRIBOGIE) +ASN00050128 -32.6500 146.9333 280.0 BOBADAH (MELROSE) +ASN00050129 -32.6000 147.7500 244.0 TULLAMORE (WARGE ROCK 2) +ASN00050130 -33.8667 147.0500 274.0 WEST WYALONG (WYALONG UPPER NO +ASN00050132 -32.0333 146.8500 144.0 BOBADAH (PANJIE PARK) +ASN00050133 -31.9500 146.4833 305.0 NYMAGEE (BABINDA NORTH) +ASN00050135 -33.4001 147.7741 227.0 FORBES (JEMALONG WEIR) +ASN00050137 -33.0682 147.2133 192.6 CONDOBOLIN AIRPORT AWS 95708 +ASN00050138 -32.7519 147.5904 310.0 TULLAMORE (KADUNGLE (ALLANDALE +ASN00050139 -32.5613 148.3353 355.0 TOMINGLEY (GUNDONGS) +ASN00050140 -32.0875 146.6136 262.0 NYMAGEE (TRUGANINI) +ASN00050141 -33.0550 147.4427 222.0 OOTHA (MAYFIELD) +ASN00050142 -32.2265 146.5514 320.0 NYMAGEE (BALEDMUND) +ASN00051000 -30.7000 147.4167 140.0 CARINDA (ALLAWAH) +ASN00051001 -30.8095 148.2284 158.0 COONAMBLE (NARDOO) +ASN00051002 -31.7833 147.6000 192.0 BELARINGAR STATION +ASN00051003 -31.6000 147.4000 -999.9 BOX COWELL +ASN00051004 -31.8093 148.1584 219.0 TRANGIE (OLD BUNDEMAR) +ASN00051005 -32.0648 148.2356 236.0 NARROMINE (MUMBLE PEG) +ASN00051006 -31.3582 147.5868 170.0 WARREN (BUTTABONE) +ASN00051007 -30.4631 147.6915 128.0 CARINDA POST OFFICE +ASN00051008 -32.4581 148.1491 244.0 WYANGA (BARCOO) +ASN00051009 -30.4000 148.1500 -999.9 COMBOGOLONG +ASN00051010 -30.9753 148.3806 180.0 COONAMBLE COMPARISON 94718 +ASN00051011 -30.4500 148.2000 -999.9 DAHOMEY +ASN00051012 -31.9000 148.1000 -999.9 EDITHVILLE +ASN00051013 -31.5150 147.5500 178.0 WARREN (EENAWEENA) +ASN00051014 -31.1255 148.0383 177.0 GULARGAMBONE (EMBY) +ASN00051015 -30.2000 148.1500 137.0 WALGETT (EUROKA) +ASN00051016 -31.4376 147.2781 172.0 NYNGAN (FAIRVIEW) +ASN00051017 -31.7812 146.6398 235.0 HERMIDALE (GILGAI) +ASN00051018 -31.7055 148.6625 282.0 GILGANDRA (CHELMSFORD AVE) +ASN00051019 -30.3000 147.2000 122.0 GILGOIN +ASN00051020 -31.2506 146.9038 194.0 GIRILAMBONE (AMPOL) +ASN00051021 -31.9000 147.7000 -999.9 NEVERTIRE (HEATHERBRAE) +ASN00051022 -31.3329 148.4711 230.0 GULARGAMBONE (YALCOGRIN ST) +ASN00051023 -31.4333 147.0000 168.0 SUMMERVALE (GUNDAUR) +ASN00051024 -31.6833 147.6500 192.0 GUNNINGBAR +ASN00051025 -31.4570 147.8824 186.0 WARREN (HADDON RIG) +ASN00051026 -31.5629 146.7181 215.0 HERMIDALE TANK +ASN00051027 -31.1000 147.3000 -999.9 ILLABUNDA +ASN00051028 -31.5167 147.3833 177.0 NYNGAN (KALUGA) +ASN00051029 -31.4333 147.4333 174.0 NYNGAN (MERRYANBONE) +ASN00051030 -31.6033 146.9437 190.0 MIANDETTA (TYRONE) +ASN00051031 -31.6395 147.3160 179.0 NYNGAN (CANONBAR) +ASN00051032 -31.2000 148.7000 298.7 MOUNT TENANDRA +ASN00051033 -31.8576 147.1343 182.0 NYNGAN (MUDALL) +ASN00051034 -31.4986 147.6865 192.0 WARREN (MUMBLEBONE) +ASN00051035 -32.1500 148.1000 -999.9 MUNGERIBAR +ASN00051036 -31.6000 146.6000 -999.9 MURIEL TANK +ASN00051037 -32.2442 148.2447 236.0 NARROMINE (ALAGALAH ST) +ASN00051038 -31.8369 147.7171 197.0 NEVERTIRE (CLYDE ST) +ASN00051039 -31.5495 147.1961 173.0 NYNGAN AIRPORT 94708 +ASN00051040 -30.6500 147.9667 143.0 COONAMBLE (PIER PIER) +ASN00051041 -30.6000 147.8000 140.0 QUABATHOO +ASN00051042 -30.9252 147.8690 152.0 QUAMBONE STATION +ASN00051043 -31.0261 147.7009 162.0 QUAMBONE (OXLEY) +ASN00051044 -30.8707 147.7462 140.0 QUAMBONE (SANDY CAMP) +ASN00051045 -30.8833 148.8500 244.0 TERIDGERIE POST OFFICE +ASN00051046 -30.5000 147.3000 134.1 THE GINGHET +ASN00051047 -30.7000 148.0000 -999.9 TOORA +ASN00051048 -32.0322 147.9826 222.0 TRANGIE POST OFFICE +ASN00051049 -31.9861 147.9489 215.0 TRANGIE RESEARCH STATION AWS 95710 +ASN00051050 -30.8000 148.7000 -999.9 URAWILKIE +ASN00051051 -31.6500 148.4500 252.0 GILGANDRA (BERIDA) +ASN00051052 -31.1650 148.6417 229.0 WARRUMBUNGLE (WALLA WALLA) +ASN00051053 -31.0000 148.4333 182.9 COONAMBLE (WARRANA) +ASN00051054 -31.6976 147.8348 197.0 WARREN (FRAWLEY ST) +ASN00051055 -30.3833 147.9667 -999.9 CARINA (WILGA PARK) +ASN00051056 -30.5833 148.3167 122.0 COONAMBLE (WINGADEE) +ASN00051057 -30.6998 147.2232 131.0 MARRA CREEK (WOMBOIN) +ASN00051058 -30.2000 147.5000 129.5 BREWON +ASN00051059 -31.2500 148.8000 305.0 WARRUMBUNGLE POST OFFICE +ASN00051060 -31.7000 148.6000 -999.9 BONGEABONG +ASN00051061 -31.2500 147.2000 -999.9 COLANE +ASN00051062 -31.2594 148.0161 186.0 WARREN (ELLERSLIE) +ASN00051063 -31.7000 147.4000 -999.9 MULLENGUDGERY +ASN00051064 -32.1000 148.4000 -999.9 WILLOW (BELAH) +ASN00051065 -31.1333 148.3667 197.0 COMBARA POST OFFICE +ASN00051066 -31.9478 148.6200 302.0 EUMUNGERIE POST OFFICE +ASN00051067 -31.0833 146.8000 -999.9 MULGAH +ASN00051068 -31.3799 148.2644 215.0 GULARGAMBONE (THE MAZE) +ASN00051069 -31.0500 147.3667 155.0 NYNGAN (BUCKIINGUY) +ASN00051070 -31.1000 148.7000 -999.9 CALGA +ASN00051071 -31.6000 147.3000 -999.9 CANNONBAR +ASN00051072 -31.0228 147.9026 160.0 QUAMBONE (CARWELL) +ASN00051073 -32.2000 148.1000 -999.9 CERES +ASN00051074 -31.7167 148.3833 -999.9 COLLIE +ASN00051075 -31.7167 148.3167 -999.9 COLLIE WEST +ASN00051076 -31.0000 148.4000 -999.9 COONAMBLE EXP. FARM +ASN00051077 -30.9000 147.9000 -999.9 COONIMBIA +ASN00051078 -32.2333 148.2000 -999.9 CORNUCOPIA +ASN00051079 -32.0667 148.2500 -999.9 CUDDILL +ASN00051080 -31.5500 148.5833 -999.9 CURBAN 1 +ASN00051081 -31.5500 148.5833 -999.9 CURBAN 2 +ASN00051082 -32.3667 148.4500 -999.9 DAPPO +ASN00051083 -31.3833 148.8333 -999.9 DOOROOMBAH +ASN00051084 -30.9050 147.4829 155.0 MACQUARIE MARSHES (WILLIE RETR +ASN00051086 -31.1333 147.8833 -999.9 GRADGERY +ASN00051087 -31.7167 146.8167 -999.9 GRAYRIGG TANK +ASN00051088 -31.2630 148.8666 365.0 WARRUMBUNGLE (CHEDDINGTON) +ASN00051089 -31.7000 147.6000 -999.9 GUNNINGBAR 2 +ASN00051090 -31.3000 148.0000 -999.9 MERRIMBA +ASN00051092 -31.3000 147.3000 -999.9 MOONAGEE +ASN00051093 -30.8000 147.2000 -999.9 MUNDADOO +ASN00051094 -30.9000 148.6000 -999.9 NEBA COONAMBLE +ASN00051095 -31.6000 147.2000 -999.9 NYNGAN EXP.FARM +ASN00051097 -31.3833 148.1333 -999.9 THE GRANGE +ASN00051098 -32.0000 148.0000 -999.9 TRANGIE (HILLSIDE) +ASN00051099 -30.5000 148.5000 -999.9 WAIMEA +ASN00051100 -30.8000 147.6000 -999.9 WALLANBAH +ASN00051101 -30.3000 147.9000 -999.9 WILGAR DOWNS +ASN00051102 -31.4000 148.1000 -999.9 WARREN (WOODSIDE) +ASN00051105 -31.3000 147.2000 -999.9 GERAR +ASN00051106 -30.6833 148.4333 -999.9 BILLEROY +ASN00051107 -31.7667 147.6000 -999.9 INGELARA (BELARINGAR) +ASN00051108 -30.5000 148.3500 -999.9 KENSINGTON (NEWLANDS) +ASN00051109 -31.2667 148.5500 -999.9 MERIGAL +ASN00051110 -30.9167 148.1333 167.6 NELGOWRIE +ASN00051111 -31.5333 146.9167 -999.9 THORNDALE +ASN00051112 -30.1500 147.7667 -999.9 YOWENDAH +ASN00051113 -30.7667 148.1500 -999.9 FOREST HOME +ASN00051114 -31.6000 147.4167 -999.9 LOHN (WARRIGAL) +ASN00051115 -32.2167 148.2333 236.5 NARROMINE AIRPORT +ASN00051116 -31.3500 147.1500 169.0 NYNGAN (MOONAGEE) +ASN00051117 -31.4333 146.7500 219.5 HERMIDALE (WILGA) +ASN00051118 -31.7802 147.1207 180.0 NYNGAN (THE PLAINS) +ASN00051119 -31.9413 147.4816 195.0 NEVERTIRE (THE OAKS) +ASN00051120 -31.7167 147.5333 -999.9 MULLENGUDGERY (MARRAWARRA) +ASN00051121 -30.7669 148.7424 198.0 COONAMBLE (MYALL DOWNS) +ASN00051122 -31.5558 148.5981 260.0 CURBAN (ERCILDOUNE) +ASN00051123 -32.0617 148.2333 229.0 NARROMINE (BUDDAH) +ASN00051124 -31.7833 147.7667 198.0 WARREN (AUSCOTT) +ASN00051125 -30.4167 147.5500 133.0 CARINDA (YANDA) +ASN00051126 -31.8833 148.4833 274.3 BALLADORAN (GLENBURN) +ASN00051127 -30.9167 148.4167 180.0 COONAMBLE (BIMBLE) +ASN00051128 -31.6167 148.1500 251.5 SILENT DALE +ASN00051129 -30.9500 147.0667 146.3 WILLEROON +ASN00051131 -31.6667 148.3000 231.0 COLLIE POST OFFICE +ASN00051132 -31.4000 148.1000 -999.9 WOODSIDE 3 +ASN00051133 -31.2294 148.8861 400.0 WARRUMBUNGLE (MIAGUNYAH) +ASN00051134 -30.7000 148.0000 -999.9 TOONA +ASN00051135 -31.6667 148.4167 243.8 COLLIE (PINE LODGE) +ASN00051136 -30.8500 147.3000 146.0 QUAMBONE (MANGOPLAH) +ASN00051137 -31.5333 146.6167 222.5 BUDGERY +ASN00051138 -31.9833 148.5833 290.0 EUMUNGERIE (WINWARD) +ASN00051139 -31.7000 148.6833 28.5 GILGANDRA 1 +ASN00051140 -30.9500 148.3833 18.0 COONAMBLE 2 +ASN00051147 -31.9000 148.3667 260.0 NARROMINE (BURROWAY NO 2) +ASN00051148 -31.5167 147.6000 177.0 WARREN (EENAWEENA 2) +ASN00051149 -31.5667 146.9667 202.0 MIANDETTE +ASN00051150 -31.0500 147.4500 155.0 NYNGAN (BUCKIIGUY WOOLSHED) +ASN00051151 -31.1500 147.5167 165.0 NYNGAN (PINE RIDGE) +ASN00051152 -32.2500 148.1000 233.0 NARROMINE (BACKWATER) +ASN00051153 -31.4333 147.0667 168.0 SUMMERVALE +ASN00051154 -31.7667 147.7000 195.0 NEVERTIRE (ALLINGTON) +ASN00051157 -31.1072 148.0217 180.0 GULARGAMBONE (OLD EMBY) +ASN00051158 -31.2640 146.7673 225.0 GIRILAMBONE (WONGALA) +ASN00051159 -31.2407 146.7019 240.0 GIRILAMBONE (WONGA) +ASN00051160 -31.7069 148.6358 288.0 GILGANDRA COUNCIL DEPOT +ASN00051161 -30.9776 148.3798 181.3 COONAMBLE AIRPORT AWS 95718 +ASN00052000 -29.2451 148.8518 159.0 MUNGINDI (WILGABAH) +ASN00052001 -30.1019 148.9651 164.0 BURREN JUNCTION (HASTINGS STRE +ASN00052002 -29.6514 148.9333 150.0 ROWENA (IFFLEY) +ASN00052003 -29.9576 148.4689 140.0 CRYON (KOOTHNEY) +ASN00052004 -28.7245 149.5757 183.0 BOOMI (BARWON ST) +ASN00052005 -29.7500 148.8000 41.5 BRANXTON 2 +ASN00052006 -29.2813 149.3504 173.0 MOREE (BUNNOR) +ASN00052007 -30.3333 148.4667 120.0 COME BY CHANCE (BUNGLE GULLY) +ASN00052008 -29.7975 149.1961 168.0 ROWENA (BUNNA BUNNA) +ASN00052009 -29.8000 149.1000 -999.9 BUNNA BUNNA WOOLSHED +ASN00052010 -29.2530 149.1207 160.0 WEEMELAH (CRINOLYN) +ASN00052011 -30.2000 149.1000 172.0 CUBBAROO +ASN00052012 -29.6500 148.8500 198.1 MYRALGA +ASN00052013 -29.5833 148.6833 145.0 POKATAROO (DURHAMBONE) +ASN00052014 -29.5000 149.2500 -999.9 ERIN VALE +ASN00052015 -30.2167 148.3333 143.0 WALGETT (GOANGRA) +ASN00052016 -30.6088 148.9720 211.0 GWABEGAR POST OFFICE +ASN00052017 -29.0802 149.5056 174.0 GARAH (BENGERANG) +ASN00052018 -29.8000 148.3500 -999.9 MERCADOOL +ASN00052019 -29.3541 148.6895 149.0 MOGIL MOGIL (BENIMORA) +ASN00052020 -28.9786 148.9899 160.0 MUNGINDI POST OFFICE 94520 +ASN00052021 -29.8452 149.0048 155.0 ROWENA (BUNGARA) +ASN00052022 -29.6667 148.8167 149.0 MERRYWINBONE (OREEL) +ASN00052023 -30.3515 148.8843 162.0 PILLIGA POST OFFICE +ASN00052024 -30.7500 148.8000 -999.9 PILLIGA WEST FORESTRY +ASN00052025 -29.7000 148.5000 152.4 THE WILGAS +ASN00052026 -30.0236 148.1218 133.0 WALGETT COUNCIL DEPOT +ASN00052027 -30.1000 148.3000 140.2 WALMA +ASN00052028 -29.7503 148.9425 155.0 ROWENA (WAROONGA) +ASN00052029 -29.0150 149.2550 165.0 WEEMELAH BALARANG STREET +ASN00052030 -29.8833 148.8000 146.9 OLD BURREN (WINDELLA) +ASN00052031 -29.1167 149.0167 152.0 MUNGINDI (WONGWIE) +ASN00052032 -29.7000 149.1000 -999.9 YARRAL YARRAL +ASN00052033 -30.4026 148.8389 162.0 PILLIGA (NIRVANA) +ASN00052034 -28.8000 149.6000 -999.9 BARNATO 2 +ASN00052035 -29.7000 148.6000 -999.9 BEETHOVEN (ROWEND) +ASN00052036 -29.3000 149.3000 -999.9 BELMONT (ST.ELMO) +ASN00052037 -29.7000 149.0000 -999.9 BRONTE 2 +ASN00052038 -30.3653 148.4850 150.0 COME BY CHANCE STORE +ASN00052039 -29.7000 149.3000 -999.9 COOYAL (FLORIDA) +ASN00052040 -30.1000 148.6000 -999.9 DEENDERRAH +ASN00052041 -30.4000 148.8000 -999.9 WOMBADULE +ASN00052042 -29.9167 148.2667 -999.9 WOORAWADIAN +ASN00052043 -28.9167 149.2333 -999.9 BOOREEGAMMA +ASN00052044 -29.7333 148.5500 -999.9 BUDDAH GROVE +ASN00052045 -30.2667 148.8333 -999.9 BUGILBONE +ASN00052046 -29.4500 149.2167 -999.9 BULLARAH +ASN00052047 -29.7333 149.2167 -999.9 BULYEROI +ASN00052048 -29.1333 148.9000 -999.9 CLEVELAND +ASN00052049 -29.5500 149.2667 -999.9 DERRA +ASN00052050 -28.6667 149.5667 -999.9 KUNOPIA +ASN00052051 -29.6500 149.1667 -999.9 MUNGYER +ASN00052052 -29.6500 149.1667 -999.9 STANLEY +ASN00052053 -29.0333 149.0333 -999.9 YARAWA +ASN00052054 -30.4167 148.1333 -999.9 COLMA +ASN00052055 -29.7000 149.3000 -999.9 COOYAL (BELLATA) +ASN00052056 -29.2667 149.2833 169.0 WEEMELAH (GLENDARA) +ASN00052058 -29.2667 149.0667 165.0 WEEMELAH (SWANLEY) +ASN00052059 -29.3333 148.9000 122.0 COLLARENEBRI (GARRAWILDI) +ASN00052060 -30.1667 148.9500 168.0 BURREN JUNCTION (PLAIN VIEW) +ASN00052061 -29.4667 149.0333 183.0 ROWENA (WILLALEE) +ASN00052062 -29.4333 148.7333 147.0 COLLARENEBRI (COLLYMONGLE) +ASN00052063 -29.8167 148.5833 122.0 ROWENA (CLAREVIEW) +ASN00052064 -29.4000 149.2167 152.4 WEEMELAH (BROADWATER) +ASN00052065 -29.6167 149.1500 170.0 MOREE (KAMILAROI WEST) +ASN00052066 -30.1962 148.7567 168.0 BURREN JUNCTION (WATERFORD) +ASN00052067 -29.8136 148.9104 155.0 ROWENA POST OFFICE +ASN00052069 -30.2747 148.8222 155.0 PILLIGA (RIVERVIEW) +ASN00052070 -29.0833 149.2667 167.6 BUNARBA SOUTH +ASN00052071 -29.8333 149.2500 182.9 COONDARRA +ASN00052072 -30.5000 148.9500 186.0 PILLIGA (WILGAREE) +ASN00052073 -30.1667 148.8333 -999.9 BURREN JUNCTION (MOOREFIELD) +ASN00052074 -30.3471 149.0230 165.0 PILLIGA (LOWANA) +ASN00052075 -29.1467 149.2283 165.0 WEEMALAH (WEEMELAH (MOLLADREE) +ASN00052076 -30.3833 148.5000 120.0 COME BY CHANCE (OAKLEIGH) +ASN00052077 -30.4667 148.4500 -999.9 NORWOOD II +ASN00052082 -30.0931 148.8772 161.0 BURREN JUNCTION (LOCHMOHR) +ASN00052086 -29.8033 148.9802 156.0 ROWENA (MAYLEIGH) +ASN00052087 -29.6752 148.6947 145.0 COLLARENEBRI (POKATAROO (BELAR +ASN00052088 -30.0372 148.1223 133.0 WALGETT AIRPORT AWS 95715 +ASN00053000 -29.4917 149.8461 213.0 MOREE AUTOSONDE +ASN00053001 -30.9480 149.0663 300.0 BARADINE POST OFFICE +ASN00053002 -30.9469 149.0654 302.0 BARADINE FORESTRY 95713 +ASN00053003 -29.9182 149.7919 229.0 BELLATA POST OFFICE +ASN00053004 -28.6024 150.3604 222.0 BOGGABILLA POST OFFICE +ASN00053005 -30.0667 149.4333 -999.9 BOOLCARROL +ASN00053007 -30.9833 148.8667 274.3 BARADINE (CALEDONIA) +ASN00053008 -30.1000 149.9000 -999.9 CRAIGDON +ASN00053009 -29.9000 149.7000 -999.9 DOBIKIN +ASN00053010 -30.0000 150.0000 241.1 EDGEROI +ASN00053011 -29.0747 149.6347 181.0 GARAH POST OFFICE +ASN00053012 -29.0000 149.7000 -999.9 GARRAH (WIRRINGULLA) +ASN00053013 -29.1000 149.6500 -999.9 GARAH 2 +ASN00053014 -29.8000 149.5833 181.3 GURLEY (GLENROY) +ASN00053015 -28.8667 150.3833 -999.9 GOLD PLAIN (BOGGABILLA) +ASN00053016 -30.4500 149.7000 -999.9 JACKS CREEK 2 FORESTRY +ASN00053017 -30.7167 149.1500 255.0 ROCKY CREEK (KENEBRI) +ASN00053018 -28.9917 150.0170 222.0 CROPPA CREEK (KRUI PLAINS) +ASN00053019 -30.0000 149.5000 -999.9 MASCOTTE STATION +ASN00053020 -29.3000 149.7667 192.0 ASHLEY (MIDKIN) +ASN00053021 -29.4000 149.9000 -999.9 MILO STATION +ASN00053022 -30.2083 149.5967 201.0 WEE WAA AG. RES. STN. +ASN00053023 -29.8000 150.2000 -999.9 MISSION FORESTRY STATION +ASN00053024 -28.8000 150.4000 -999.9 MOBINBRY +ASN00053025 -30.0000 149.9000 -999.9 MOEMA STATE FOREST +ASN00053026 -30.2552 149.6789 209.0 NARRABRI (MOLLEE) +ASN00053027 -29.5000 149.9000 207.3 MOREE POST OFFICE +ASN00053028 -28.9000 150.6000 269.0 MYALL DOWNS +ASN00053029 -29.4167 150.2333 -999.9 MILGUY (MYEE) +ASN00053030 -30.3401 149.7552 212.0 NARRABRI WEST POST OFFICE +ASN00053031 -28.7000 150.3500 -999.9 OAKHURST 2 +ASN00053032 -29.8000 149.5000 -999.9 ORLANDO +ASN00053033 -29.4748 150.1359 230.0 PALLAMALLAWA POST OFFICE +ASN00053034 -30.1187 149.3232 168.0 WEE WAA (PENDENNIS) +ASN00053035 -29.8401 149.3207 180.0 BELLATA (ABERFELDIE) +ASN00053036 -31.0667 149.5833 457.0 ROCKY GLEN (RAYAK) +ASN00053037 -29.6000 150.1000 -999.9 BINIGUY (SPRINGFIELD) +ASN00053038 -29.2500 149.5333 180.0 MOREE (TALMOI) +ASN00053039 -29.8000 150.2000 356.6 TERRY HIE HIE +ASN00053040 -29.0480 149.9384 205.0 ASHLEY (THE PRAIRIES) +ASN00053041 -28.8697 150.0903 218.0 TULLOONA (COOLANGA) +ASN00053042 -28.9012 149.5401 168.0 GARAH (ULINGA) +ASN00053043 -31.0667 149.0250 370.0 BUGALDIE (ULUNDI) +ASN00053044 -30.2257 149.4452 190.0 WEE WAA (GEORGE ST) +ASN00053045 -30.3000 149.5000 203.0 WILUNA +ASN00053046 -31.1833 149.1833 -999.9 YEARINAN +ASN00053047 -28.9293 150.3915 265.0 NORTH STAR POST OFFICE +ASN00053048 -29.4819 149.8383 212.1 MOREE COMPARISON +ASN00053049 -30.4000 149.9000 -999.9 WAIROA +ASN00053050 -28.9500 149.6000 -999.9 BORAH +ASN00053051 -30.6000 149.9000 -999.9 CURRACABAH +ASN00053052 -30.0000 149.3000 -999.9 DOREEN +ASN00053053 -29.4500 149.3000 -999.9 GOONAL +ASN00053054 -31.1000 149.1000 -999.9 GORAH (BUGALDI) +ASN00053055 -29.8000 149.5833 -999.9 MILLIE +ASN00053057 -29.5000 150.1000 -999.9 PALLAMALLAWA 2 +ASN00053058 -29.1500 149.9500 -999.9 TERALA +ASN00053059 -29.0000 149.7000 -999.9 ULENDAH +ASN00053060 -29.1333 149.7333 182.9 GARAH (WELBON) +ASN00053061 -30.7500 149.6000 -999.9 ARRORAMIE LOWER +ASN00053062 -29.8333 150.2167 -999.9 BUNDY +ASN00053063 -31.0333 149.5000 -999.9 CRICKENBAH +ASN00053064 -29.1833 150.0000 218.0 GIL GIL +ASN00053065 -29.7833 149.7667 -999.9 KILGOWLA +ASN00053066 -28.9167 149.7000 -999.9 MIROOBIL +ASN00053067 -30.1667 149.3833 -999.9 WEE WAA (WOODLANDS) +ASN00053070 -29.6202 149.3770 173.0 MOREE (MALLOWA (NARBA)) +ASN00053071 -29.5833 149.6167 190.0 MOREE (COURALLIE) +ASN00053072 -29.4167 149.4833 183.0 MOREE (GUDGILDOOL) +ASN00053073 -30.7632 149.0008 250.0 KENEBRI (ELLERSLIE) +ASN00053074 -30.4000 149.1500 183.0 CUTTABRI (TALLWOOD) +ASN00053075 -30.8835 148.8094 236.0 BARADINE (WOODVILLE) +ASN00053076 -28.9477 150.2555 240.0 NORTH STAR (BONANZA) +ASN00053077 -28.7437 149.8225 197.0 BOOMI (KURRAJONG) +ASN00053078 -28.7167 150.5667 221.0 BOGGABILLA (BOONAL) +ASN00053079 -28.6167 150.0500 210.3 BOGGABILLA (TRINKEY) +ASN00053080 -30.3833 149.5000 225.0 WEE WAA (MAYFIELD) +ASN00053081 -30.8043 149.1246 275.0 KENEBRI (CUMBIL) +ASN00053082 -30.7973 149.5526 320.0 COONABARABRAN (YAMBORAH) +ASN00053083 -30.4833 149.6667 240.0 NARRABRI (COSMIC RAY STATION) +ASN00053084 -28.8167 150.2667 244.0 BOGGABILLA (SABER DOWNS) +ASN00053085 -28.9665 149.6721 184.0 GARAH (DELVIN) +ASN00053086 -30.0000 149.8000 244.0 BELLATA (PLAIN ACRES) +ASN00053087 -30.2333 149.4333 190.5 WEE WAA (NAMCOTT) +ASN00053088 -30.9500 148.8833 -999.9 EULAH +ASN00053089 -29.8667 150.2500 408.4 CARODA (THE GROVE) +ASN00053090 -29.8167 150.1667 396.2 TERRY HIE HIE (ROCKDALE) +ASN00053091 -29.3333 149.6000 -999.9 MOREE (BULLERANA) +ASN00053092 -31.1000 149.0000 -999.9 GOORIANAWAH +ASN00053093 -30.8000 148.8500 -999.9 DINBY +ASN00053094 -30.3483 149.1333 174.0 CUTTABRI (ATHLONE) +ASN00053095 -29.0277 150.4419 330.0 NORTH STAR (WOLONGA) +ASN00053097 -30.8667 148.8333 243.8 TERIDGERIE (GWANDALLA) +ASN00053098 -30.4483 149.6683 230.0 NARRABRI (BOHENA CREEK) +ASN00053100 -28.9333 150.3833 265.0 NORTH STAR +ASN00053103 -30.4532 149.6714 240.0 NARRABRI (ROSEWOOD FARM) +ASN00053104 -28.8333 149.7833 -999.9 GARAH (MOORELANDS) +ASN00053106 -28.7167 149.6500 189.0 BOOMI (KUNOPIA) +ASN00053108 -29.7917 150.1542 250.0 TERRY HIE HIE +ASN00053114 -30.9963 149.5422 380.0 ROCKY GLEN (BORAH STATION) +ASN00053115 -29.4914 149.8458 213.0 MOREE AERO 95527 +ASN00053116 -29.2732 150.0994 230.0 MOREE (OODNADATTA) +ASN00054000 -30.0478 150.9392 740.0 BUNDARRA (ARALUEN) +ASN00054001 -29.7000 151.1000 -999.9 ARRAWATTA (INVERELL) +ASN00054002 -29.3196 151.0916 440.0 ASHFORD (SUNHAVEN HOSTEL) +ASN00054003 -30.3781 150.6096 500.0 BARRABA POST OFFICE 94761 +ASN00054004 -29.8673 150.5715 296.0 BINGARA POST OFFICE +ASN00054005 -30.0750 150.6427 670.0 UPPER BINGARA (EMOHTA) +ASN00054006 -30.2667 150.9167 850.0 BUNDARRA (VALLEY VIEW) +ASN00054007 -29.0484 151.2766 310.0 BONSHAW (CAMPBELL ST) +ASN00054008 -29.6353 150.7014 500.0 KOLOONA (CAVANBA) +ASN00054009 -29.7500 150.7000 -999.9 BRAESIDE +ASN00054010 -30.0333 150.3667 350.0 CARODA POST OFFICE +ASN00054011 -30.2333 150.5833 567.0 COBBADAH POST OFFICE +ASN00054012 -29.2543 150.7496 370.0 COOLATAI (ORANA) +ASN00054013 -29.6540 150.8291 602.0 DELUNGRA POST OFFICE +ASN00054014 -29.9198 150.3744 315.0 BINGARA (DERRA DERRA) +ASN00054015 -30.3500 149.9000 -999.9 EULAH CREEK +ASN00054016 -29.4408 150.7858 560.0 DELUNGRA (CRAIGMORE) +ASN00054017 -29.5836 150.3362 280.0 GRAVESEND POST OFFICE +ASN00054018 -29.5500 151.1000 -999.9 HARTLEY +ASN00054019 -29.9167 150.4167 380.0 BINGARA (LUCUNDA) +ASN00054020 -30.4000 150.4000 -999.9 MAY VALE +ASN00054021 -30.3209 150.2734 869.0 BARRABA (MOUNT LINDSAY) +ASN00054022 -29.3000 151.3000 -999.9 NEEDLEWOOD +ASN00054023 -30.2948 150.8103 563.0 BARRABA (NERANGHI) +ASN00054024 -30.4291 150.5298 590.0 BARRABA (LOG CABIN) +ASN00054025 -29.3000 150.8000 -999.9 OTTLEY (GRAMAN) +ASN00054026 -29.9000 150.4000 350.5 PALLAL +ASN00054027 -29.5581 150.8871 597.0 DELUNGRA (PEARSBY HALL) +ASN00054028 -29.9573 150.9157 622.0 COPETON (CARINYA) +ASN00054029 -29.5416 150.5754 320.0 WARIALDA POST OFFICE +ASN00054030 -30.4333 150.3167 518.2 BOGGABRI (WILLEROI) +ASN00054031 -29.4000 150.9833 489.8 GRAMAN (WILLOWIE) +ASN00054032 -29.2017 150.6077 425.0 COOLATAI (WILLUNGA) +ASN00054033 -29.1000 150.5000 353.6 YALLAROI +ASN00054034 -29.4833 150.9500 579.1 YARRAL +ASN00054035 -28.8973 150.7722 250.0 YETMAN (WARIALDA STREET) +ASN00054036 -29.2443 150.8923 440.0 WALLANGRA (WALLANGRA STATION) +ASN00054037 -29.1833 151.3833 335.0 BONSHAW (RIVERVIEW) +ASN00054038 -30.3154 149.8302 229.0 NARRABRI AIRPORT AWS 95734 +ASN00054039 -29.9941 150.7817 319.0 BINGARA (KEERA) +ASN00054040 -29.6872 150.6200 510.0 KOLOONA (ALKIRA) +ASN00054041 -29.2500 151.0500 600.0 ASHFORD (NORWOOD) +ASN00054042 -29.3333 150.8667 530.0 GRAMAN (AMAROO) +ASN00054043 -29.3567 151.1436 430.0 ASHFORD (BEAUMONT) +ASN00054044 -29.2975 151.1478 430.0 ASHFORD (TARRANGOWER) +ASN00054045 -29.3411 151.2894 578.0 ASHFORD (SPRINGVALE) +ASN00054046 -29.3992 151.4107 750.0 ASHFORD (BURRABOGIE) +ASN00054047 -29.9000 151.0833 500.0 ASHFORD (TREVANNA) +ASN00054048 -29.3600 150.9181 480.0 GRAMAN (MANEROO) +ASN00054049 -29.4050 150.9012 590.0 GRAMAN (ULUPNA) +ASN00054050 -29.4333 151.0000 518.0 GRAMAN (IVANHOE) +ASN00054051 -29.4167 151.1500 460.0 ASHFORD (EGREMONT) +ASN00054052 -29.4667 151.0500 510.0 BUKKULLA (RALEIGH) +ASN00054053 -29.4500 151.1667 490.0 ASHFORD (COOLENDOON) +ASN00054054 -29.4500 151.2333 588.3 ASHFORD (ALMOND BANK) +ASN00054055 -29.4017 151.2033 472.0 ASHFORD (SABRINA) +ASN00054056 -29.4700 150.9283 605.0 GRAMAN POST OFFICE +ASN00054057 -29.5203 150.9627 635.0 CHERRY TREE HILL (KULKI) +ASN00054058 -29.5000 151.0167 640.1 INVERELL (TONGARRA) +ASN00054059 -29.4667 151.0833 548.6 BUKKULLA (THE RANCH) +ASN00054060 -29.5000 151.1333 616.0 BUKKULLA +ASN00054061 -29.5000 151.2000 579.0 BUKKULLA (GLENORCHY) +ASN00054062 -29.5167 151.3333 749.8 NULLAMANNA (MARYLANDS) +ASN00054063 -29.4989 151.3015 680.0 NULLAMANNA (SEVERN VALE) +ASN00054064 -29.5167 151.2833 679.7 INVERELL (PINDAROI) +ASN00054065 -29.6050 151.2670 700.0 NULLAMANNA (SILVERDALE) +ASN00054066 -29.5333 151.4167 853.4 WELLINGROVE (COOCOOBOONAH) +ASN00054067 -29.5167 151.4500 740.0 ROCKY GLEN +ASN00054068 -29.6333 151.4667 940.0 GLEN INNES (KINGS PLAINS) +ASN00054069 -29.5998 151.1562 628.0 DINTON VALE (BERRILEE) +ASN00054070 -29.5833 151.0000 666.0 OAKWOOD (BETHANY) +ASN00054071 -29.6167 151.0833 599.8 ARALUEN (OAKWOOD) +ASN00054072 -29.6000 151.1333 567.0 INVERELL (WOGAMIA) +ASN00054073 -29.6448 151.2362 653.0 NULLAMANNA (BELMORE) +ASN00054074 -29.6613 151.0196 655.0 OAKWOOD (LOCHIEL) +ASN00054075 -29.6833 151.9667 670.6 ROB ROY (YARRABEE) +ASN00054076 -29.6400 151.4297 -999.9 KINGS PLAINS (WINDERMERE) +ASN00054077 -29.6871 151.0707 590.0 INVERELL (GLENDOWNE) +ASN00054078 -29.6754 151.1527 645.0 INVERELL (WANDERA) +ASN00054079 -29.6333 151.2000 713.0 NULLAMANNA (EAST VALE) +ASN00054080 -29.6833 151.2833 762.0 NULLAMANNA (KAINDI) +ASN00054081 -29.7027 150.4096 285.0 BINGARA (GLENROY) +ASN00054082 -29.6382 151.4055 935.0 KINGS PLAINS (CROYE) +ASN00054083 -29.7500 151.0167 670.6 GREENWOOD (TANASARI) +ASN00054085 -29.5833 151.0333 649.2 BANNOCKBURN +ASN00054086 -29.7167 150.8333 -999.9 EDDY PARK (GUM FLAT) +ASN00054087 -29.8000 151.2000 609.6 GOOMOORAH +ASN00054088 -29.5667 150.7667 -999.9 GRAGIN +ASN00054089 -29.6000 150.8000 -999.9 GUNNEE +ASN00054091 -30.6667 150.7667 -999.9 MERRIWEE +ASN00054092 -29.7167 150.5833 -999.9 MYALL CREEK +ASN00054093 -29.3000 151.3000 -999.9 ROCKY CREEK +ASN00054094 -29.7167 150.4667 -999.9 SINGAPORE +ASN00054095 -30.3000 149.9000 -999.9 TARRIARO +ASN00054096 -28.7000 150.8000 -999.9 WILLOW BEND +ASN00054097 -29.5167 150.3333 -999.9 YAGOBIE +ASN00054098 -29.5667 150.8833 -999.9 CHERRY TREE HILL +ASN00054099 -29.5333 151.4167 -999.9 COOCOOBOONAH +ASN00054100 -29.2000 151.1000 -999.9 MOORLANDS (ASHFORD) +ASN00054101 -30.1833 150.7333 -999.9 STORMONT +ASN00054102 -30.3735 150.6723 620.0 BARRABA (ROSEVALE) +ASN00054103 -29.6000 151.1167 549.0 OAKWOOD (GLENMORE) +ASN00054104 -29.3899 151.2448 462.0 PINDARI DAM 94544 +ASN00054105 -30.3354 150.9338 880.0 BUNDARRA (GRANITE HEIGHTS) +ASN00054106 -30.0617 150.7589 372.0 BINGARA (CROMARTY) +ASN00054107 -30.0897 150.9153 565.0 BUNDARRA (WONGABURRA) +ASN00054108 -30.0167 150.9500 667.5 BUNDARRA (GLENORA) +ASN00054109 -29.9500 150.9667 581.0 WOONULLA +ASN00054110 -30.1667 150.7167 600.0 GULF CREEK (CLAREMONT) +ASN00054111 -29.8650 150.5767 533.4 BINGARA (WINSTON) +ASN00054112 -30.2167 150.8167 76.5 INVENTURE +ASN00054113 -30.1432 150.9639 731.0 BUNDARRA (ROSS) +ASN00054114 -30.0977 151.0089 645.0 BUNDARRA (BEVERLEY) +ASN00054115 -30.2167 150.9833 701.0 BULLAMA +ASN00054116 -30.3030 150.6935 715.0 BARRABA (TREBORANE) +ASN00054117 -30.2244 150.7230 646.0 COBBADAH (ROCKY GLEN) +ASN00054118 -30.1500 150.9167 725.0 BUNDARRA (CLIFTON) +ASN00054119 -30.3614 150.4670 610.0 BARRABA (CAMPO SANTO) +ASN00054120 -30.3222 149.7820 213.0 NARRABRI BOWLING CLUB +ASN00054122 -29.3446 150.5769 375.0 WARIALDA (CROPPA) +ASN00054123 -29.8200 150.3876 290.0 BINGARA (DERRALEA) +ASN00054124 -29.2743 150.2658 287.0 CROOBLE STATION +ASN00054125 -30.1312 150.1462 462.0 CARODA (ROSEBERRY PARK) +ASN00054126 -30.2833 150.1667 1465.0 NARRABRI (MOUNT DOWE) +ASN00054127 -30.2070 149.9839 370.0 NARRABRI (WOODLANDS) +ASN00054128 -29.8866 150.8951 660.0 COPETON DAM +ASN00054129 -29.2071 150.3695 320.0 CROPPA CREEK (RAWDON) +ASN00054130 -29.1259 150.3039 277.0 CROPPA CREEK (BELFORD STREET) +ASN00054131 -29.5167 150.8333 -999.9 STRATHAIRD (DELUNGRA) +ASN00054133 -29.6500 151.0500 701.0 INVERELL (OAKLEIGH) +ASN00054135 -28.7216 150.9285 259.0 BEEBO (MAURO) +ASN00054136 -30.0333 150.3833 341.0 CARODA +ASN00054137 -29.7667 150.2667 -999.9 TERRY HIE HIE (YUENDOO) +ASN00054138 -30.1560 150.3889 392.0 UPPER HORTON (DUNBEACON) +ASN00054141 -29.5833 150.3700 -999.9 GWYDER RIVER (GRAVESEND RD BDG +ASN00054142 -30.3667 150.8167 579.0 WOODSREEF (THE JUNGLE) +ASN00054146 -29.2333 151.3833 -999.9 BEARDY RIVER (HAYSTACK TM) +ASN00054149 -30.1872 149.8642 260.0 NARRABRI (MURRUMBILLA) +ASN00054151 -30.2838 150.1666 1450.0 NARRABRI (MT KAPUTAR NATIONAL +ASN00054153 -30.1186 150.1300 488.0 CARODA (PALEROO) +ASN00054157 -29.2167 151.3833 350.0 BONSHAW (GLENROCK) +ASN00054158 -29.7833 150.9667 665.0 INVERELL (ROSENEATH) +ASN00054159 -29.5005 151.1280 580.0 BUKKULLA (ASHFORD ROAD) +ASN00054160 -29.1199 151.2942 340.0 BONSHAW (CORNVALE) +ASN00054161 -29.1857 151.1560 405.0 FRASERS CREEK (LLANARTH) +ASN00055000 -30.9113 150.8579 369.0 ATTUNGA (GARTHOWEN) +ASN00055001 -30.9333 150.8833 411.5 ATTUNGA (WARRAWILLA) +ASN00055002 -31.2342 149.8345 382.0 MULLALEY (BANDO) +ASN00055003 -30.9706 150.7355 348.0 SOMERTON (BECTIVE ESTATE) +ASN00055004 -30.8855 151.1533 819.0 BENDEMEER (CAROLINE ST) +ASN00055005 -31.6500 150.2000 -999.9 BLACK CREEK +ASN00055006 -31.6405 150.2356 410.0 BLACKVILLE POST OFFICE +ASN00055007 -30.7056 150.0458 245.0 BOGGABRI POST OFFICE +ASN00055008 -31.2475 150.4632 296.0 BREEZA (MAIN STREET) +ASN00055009 -31.6000 150.4000 -999.9 BROWN RIDGE +ASN00055010 -31.5000 150.7000 -999.9 CASTLE MOUNTAIN +ASN00055011 -30.9094 150.6614 380.0 SOMERTON (GIRRAWEENA) +ASN00055012 -30.5000 150.3000 484.9 UPPER MOULES CREEK AREA (COOLA +ASN00055013 -30.7000 150.8000 -999.9 CUERINDI +ASN00055014 -31.1168 150.2682 273.0 CURLEWIS POST OFFICE +ASN00055015 -31.3000 150.7000 -999.9 CURRABUBULA +ASN00055016 -30.9963 151.2292 655.0 DANGLEMAH (RUTHERGLEN) +ASN00055017 -31.5711 149.7762 552.0 PREMER (EDEN MOOR) +ASN00055018 -31.1711 149.6456 375.0 MULLALEY (GARRAWILLA) +ASN00055019 -31.4833 150.8333 490.0 WALLABADAH (GASPARD) +ASN00055020 -30.8333 149.9167 271.0 BOGGABRI (GHOOLENDAADI) +ASN00055021 -31.0167 149.7333 381.0 MULLALEY (GOOLHI) +ASN00055022 -31.0127 150.9545 428.0 MOORE CREEK (ELIZABETH DRIVE) +ASN00055023 -30.9841 150.2540 285.0 GUNNEDAH POOL 94742 +ASN00055024 -31.0261 150.2687 307.0 GUNNEDAH RESOURCE CENTRE 94740 +ASN00055025 -31.7928 150.6730 495.0 WILLOW TREE (HIGHLANDS) +ASN00055026 -31.8000 150.6000 -999.9 WILLOW TREE (YARRABAH) +ASN00055027 -31.7000 150.5000 -999.9 WILLOW TREE (JACKS CREEK NO3) +ASN00055028 -31.5500 150.3500 365.8 KICKERBELL +ASN00055029 -31.2667 150.1000 300.0 CURLEWIS (LIGNUM) +ASN00055030 -31.0333 151.1500 476.0 LIMBRI POST OFFICE +ASN00055031 -30.7477 150.7196 373.0 MANILLA POST OFFICE +ASN00055032 -31.0000 151.1000 -999.9 MARY VALE +ASN00055033 -30.6167 150.2500 350.0 BOGGABRI (MAYFIELD) +ASN00055034 -30.7454 150.0557 290.0 BOGGABRI (MILCHENGOWRIE) +ASN00055035 -31.8000 150.5167 445.0 MILLERS CREEK +ASN00055036 -31.4135 150.4234 312.0 CAROONA (WEST MOOKI) +ASN00055037 -31.5077 150.3986 335.0 PINE RIDGE (MOOKI SPRINGS) +ASN00055038 -31.0976 149.9114 305.0 MULLALEY POST OFFICE +ASN00055039 -31.3946 150.2488 314.0 SPRING RIDGE +ASN00055040 -31.0000 150.1000 -999.9 NORMANSTONE WELL +ASN00055041 -31.4605 151.1275 595.0 NUNDLE POST OFFICE +ASN00055042 -30.5000 150.7000 -999.9 OAKVALE +ASN00055043 -31.7118 150.4135 405.0 WILLOW TREE (PARRAWEENA) +ASN00055044 -30.7072 150.2891 311.0 BOGGABRI (PENRYN) +ASN00055045 -31.1791 150.0312 353.0 CURLEWIS (PINE CLIFF) +ASN00055046 -31.5271 150.4296 340.0 PINE RIDGE (BILLABONG) +ASN00055047 -31.2850 151.3050 905.0 NIANGALA (PRESTWICK) +ASN00055048 -31.4167 150.6667 366.0 QUIPOLLY CREEK POST OFFICE +ASN00055049 -31.5086 150.6792 390.0 QUIRINDI POST OFFICE 95746 +ASN00055050 -30.9389 150.6389 323.0 SOMERTON POST OFFICE +ASN00055051 -31.3000 150.5000 299.6 SUNNYSIDE FARM +ASN00055052 -31.0000 151.2000 -999.9 SWAMP OAK +ASN00055053 -31.3460 149.8285 457.0 TAMBAR SPRINGS POST OFFICE +ASN00055054 -31.0867 150.8467 404.0 TAMWORTH AIRPORT +ASN00055055 -30.9604 150.4601 290.0 CARROLL (THE RANCH) +ASN00055056 -31.7273 150.5126 375.0 WILLOW TREE (GREEN HILLS) +ASN00055057 -31.7731 150.2856 465.0 WILLOW TREE (VALAIS) +ASN00055058 -30.4461 149.9378 223.0 TURRAWAN (WALLAH) +ASN00055059 -31.1833 150.1000 359.7 CURLEWIS (WANDOBAH) +ASN00055060 -31.6500 150.6667 396.2 WILLOW TREE (WARRAH) +ASN00055061 -31.7500 150.2500 460.0 BLACKVILLE (WELTON DALE) +ASN00055062 -31.3490 150.6480 389.0 WERRIS CREEK POST OFFICE +ASN00055063 -31.6489 150.7261 425.0 WILLOW TREE (GENERAL STORE) +ASN00055064 -31.6001 150.3811 350.0 PINE RIDGE (WINDY) +ASN00055065 -31.1660 150.5441 302.0 BREEZA (THE PARK) +ASN00055066 -31.6218 150.8437 640.0 WALLABADAH (WOODTON) +ASN00055067 -31.3038 150.9069 442.0 GOONOO GOONOO STATION +ASN00055068 -30.5000 150.5000 499.6 BURINDI +ASN00055069 -31.4494 150.0247 415.0 YANNERGEE (DOBROYD) +ASN00055070 -31.7333 150.0167 -999.9 BUNDULLA +ASN00055071 -31.4568 149.9001 375.0 PREMER POST OFFICE +ASN00055072 -31.4000 150.2000 -999.9 SPRING RIDGE +ASN00055073 -31.7000 150.5000 -999.9 GREEN HILLS (WILLOW TREE) +ASN00055074 -31.2000 150.8000 -999.9 DURI +ASN00055075 -31.1224 150.6957 470.0 WINTON (MEROO) +ASN00055076 -30.5121 150.2119 320.0 BOGGABRI (KANOWNDA) +ASN00055077 -31.8000 150.7000 -999.9 FERNLEIGH (ST.HELENA) +ASN00055078 -31.4149 151.0896 590.0 NUNDLE (BENONI) +ASN00055079 -31.4675 151.2558 1253.0 HANGING ROCK STATE FOREST +ASN00055080 -31.2667 149.7333 -999.9 GLENELG (URANGRA) +ASN00055081 -31.8000 150.4167 505.0 BLACKVILLE (GLASSTON) +ASN00055082 -30.4702 150.9539 853.0 ORABAH (MANILLA (WARRABAH)) +ASN00055083 -30.5000 150.8167 701.0 CROW MOUNTAIN (FIG TREE HILL) +ASN00055084 -30.5667 150.8833 502.9 MANILLA (LOWRIE CREEK) +ASN00055085 -30.5167 151.0333 871.7 URALLA (MOANA) +ASN00055086 -30.6167 150.8167 472.4 MANILLA (GLAMORGAN) +ASN00055087 -30.6000 150.8500 619.0 MANILLA (BUNDALEER) +ASN00055088 -30.6000 150.9500 774.2 MANILLA (BRADFORD PARK) +ASN00055089 -30.5833 151.0500 774.2 MANILLA (STRATHALBYN) +ASN00055090 -30.6242 150.7293 470.0 UPPER MANILLA (CARMARTHEN) +ASN00055091 -30.6490 150.7517 363.0 MANILLA (STRATHFIELD) +ASN00055092 -30.6667 150.9167 503.0 MANILLA (SPRING VALLEY) +ASN00055093 -30.6667 151.0000 705.0 MANILLA (BRACKEN HILLS) +ASN00055094 -30.6642 151.0272 725.0 MANILLA (GLENBARRA) +ASN00055095 -30.6333 151.1000 738.0 BENDEMEER (WEST RETREAT) +ASN00055096 -30.6767 151.1800 804.0 BENDEMEER (DANEHURST) +ASN00055097 -30.7500 150.7167 366.0 MANILLA (BELL HOMESTEAD) +ASN00055098 -30.7167 150.7667 384.0 HALLS CREEK (LEONARD PARK) +ASN00055099 -30.7064 150.8264 390.0 MANILLA (EAST LYNNE) +ASN00055100 -30.7461 150.9069 435.0 MANILLA (THE PRAIRIES) +ASN00055101 -30.7167 150.9833 755.9 WATSONS CREEK (BUNGENDORE) +ASN00055102 -30.7367 151.0633 870.0 WATSONS CREEK (FAIRLANDS) +ASN00055103 -30.6929 151.1214 770.0 WATSONS CREEK (TILMUNDA) +ASN00055104 -30.7667 150.8167 457.0 MANILLA (BROWNING VALE) +ASN00055105 -30.7967 150.8647 545.0 ATTUNGA (TARANA) +ASN00055106 -30.7667 150.9333 499.9 HALLS CREEK (ROSCOMMON) +ASN00055107 -30.8167 150.9667 609.6 HALLS CREEK (GLENWICK) +ASN00055108 -30.8333 151.0000 615.7 HALLS CREEK (EAST END) +ASN00055109 -30.7992 151.1089 790.0 BENDEMEER (GLENCLAIR) +ASN00055110 -30.7667 151.1167 829.1 BENDEMEER (LONGFORD) +ASN00055111 -30.7167 151.2167 939.0 BENDEMEER (BIRALEE) +ASN00055112 -30.8000 151.1833 798.6 BENDEMEER (BRAEMAR) +ASN00055113 -30.8000 151.3000 914.0 BENDEMEER (SUNNYSIDE) +ASN00055114 -30.7500 151.3667 1082.0 KENTUCKY (STANDBYE) +ASN00055115 -30.7500 151.1500 908.3 BENDEMEER (YARRAGOOL) +ASN00055116 -30.9000 150.6000 338.0 SOMERTON (TRELAWNEY) +ASN00055117 -30.9500 150.5500 324.0 CARROLL GAP (KURRAWONG) +ASN00055118 -30.9179 150.7001 375.0 SOMERTON (CLERMONT PARK) +ASN00055119 -30.8867 150.6717 442.0 SOMERTON (LONOU) +ASN00055120 -30.9310 150.7869 381.0 ATTUNGA (THE PINES) +ASN00055121 -30.8833 150.8167 439.0 ATTUNGA (KERRIBREE) +ASN00055122 -30.8415 150.9097 471.0 ATTUNGA (MINDEROO) +ASN00055123 -30.9000 150.9833 963.2 ROSEHILL (MOONBI) +ASN00055124 -30.8500 151.0500 624.8 BENDEMEER (GLENDON) +ASN00055125 -30.9167 151.1333 920.5 GLEN ROSE (BENDEMEER) +ASN00055126 -30.8667 151.2333 901.0 BENDEMEER (GLEN MORANGIE) +ASN00055127 -30.8333 151.3167 945.0 WOOLBROOK (MOHONGA) +ASN00055128 -30.9000 151.2833 884.0 WOOLBROOK (CONGI) +ASN00055129 -30.8500 151.3833 103.0 WOOLBROOK (TOP CONGI) +ASN00055130 -30.9500 151.2500 1006.0 WOOLBROOK (NERSTANE) +ASN00055131 -30.9500 151.4000 1018.0 WALCHA ROAD POST OFFICE +ASN00055132 -30.9667 150.8667 351.0 TAMWORTH (OMAHA) +ASN00055133 -30.4500 150.9000 472.4 MOOR CREEK (GLEN BOVIE) +ASN00055134 -30.9500 151.0500 853.4 HANWOOD (MOONBI) +ASN00055135 -30.9500 151.1000 804.7 MOONBI (THE RANCH) +ASN00055136 -30.9672 151.3451 910.0 WOOLBROOK (DANGLEMAH ROAD) 94792 +ASN00055137 -31.0167 150.8333 396.0 GIDLEY (GREENDALE) +ASN00055138 -31.0123 150.6430 370.0 SOMERTON (KALLAROO) +ASN00055139 -31.0000 150.7833 421.0 BYAMEE (MILROY) +ASN00055140 -31.0101 150.7127 378.0 SOMERTON (GLEN BURN) +ASN00055141 -31.0000 150.9167 389.0 MOOR CREEK (ORROROO) +ASN00055142 -31.0000 150.9833 426.7 MOOR CREEK (MOONGABAH) +ASN00055143 -31.0193 151.0659 462.0 MOONBI (BELLEVUE) +ASN00055144 -31.0500 151.0833 -999.9 KOOTINGAL (ORANGE GROVE) +ASN00055145 -31.0000 151.2833 740.0 WOOLBROOK (MASONDALE) +ASN00055146 -31.0367 151.3333 1050.0 WOOLBROOK (BACK CREEK STATION) +ASN00055147 -31.0500 151.4000 1000.0 WOOLBROOK (CLYDE) +ASN00055148 -31.0586 151.0550 420.0 KOOTINGAL (GATE ST) +ASN00055149 -31.0806 150.6817 405.0 WINTON (NIOKA) +ASN00055150 -31.1000 150.8167 426.7 BITHRAMERE (FAIRVIEW) +ASN00055151 -31.0833 150.9500 427.0 TAMWORTH C.S.094 +ASN00055152 -31.0500 150.9833 549.0 TAMWORTH (BOXVIEW) +ASN00055153 -31.1000 151.0167 427.0 HEMINGHA (WOOLBOURNE) +ASN00055154 -31.0589 151.2233 525.0 LIMBRI PARK +ASN00055155 -31.1167 151.2833 615.7 LIMBRI (SIRENE) +ASN00055156 -31.0833 150.8833 387.1 TAMWORTH (HEWITT) +ASN00055157 -31.0853 150.6580 434.0 WINTON (DALBLAIR) +ASN00055158 -31.1564 150.8655 418.0 WARRAL (HILLSIA) +ASN00055159 -31.1333 150.9500 487.7 CALALA (LYINKA) +ASN00055160 -31.1656 151.0627 425.0 NEMINGAH (CRESTFIELD) +ASN00055161 -31.1167 151.1500 495.0 KOOTINGAL (STRATHALLYN) +ASN00055162 -31.1728 151.1958 560.0 DUNGOWAN (ECHO HILLS) +ASN00055163 -31.1833 151.2167 570.0 KOOTINGAL (LECONFIELD) +ASN00055164 -31.1805 151.3031 690.0 WEABONGA (STONELEIGH) +ASN00055165 -31.1500 151.3833 1049.7 WOOLBROOK (DIMBEROY) +ASN00055166 -31.2248 150.9249 427.0 TAMWORTH (BAHREENAH) +ASN00055167 -31.1833 150.7500 423.0 DURI (WYALLA) +ASN00055168 -31.1833 150.8500 426.7 MANDOWA (WARRAL) +ASN00055169 -31.1866 151.0687 420.0 PIALLAMORE (WINDERMERE) +ASN00055170 -31.2188 151.1167 440.0 DUNGOWAN (THE JUNCTION) +ASN00055171 -31.2533 151.1850 480.0 DUNGOWAN STATION +ASN00055172 -31.2124 151.3168 720.0 WEABONGA (MONOMEETH) +ASN00055173 -31.1833 151.3667 1036.3 MELROSE (INGLEBA) +ASN00055174 -31.2500 150.8000 473.0 DURI (NARDOO) +ASN00055175 -31.2500 150.9833 518.2 LOOMBERAH (GLENORE) +ASN00055176 -31.2573 151.0842 540.0 LOOMBERAH (PENDENE) +ASN00055177 -31.3123 151.1334 500.0 WOOLOMIN (NORTHCOTTE) +ASN00055178 -31.5314 151.9331 555.0 DUNGOWAN (WEEN ALLYN) +ASN00055179 -31.3000 151.3500 945.0 NIANGALA (YANGARATA) +ASN00055180 -31.3000 151.4167 1133.9 NIANGALA POST OFFICE +ASN00055181 -31.2547 151.1208 465.0 DUNGOWAN (RAVENCROFT) +ASN00055182 -31.3200 150.9875 505.0 LOOMBERAH (GLENROSS) +ASN00055183 -31.2962 150.8606 477.0 DURI (ASHGROVE) NO 142 +ASN00055184 -31.3833 150.9667 490.0 LOOMBERAH (TARWARRI) +ASN00055185 -31.3167 150.0500 610.0 LOOMBERAH (WONGARINA) +ASN00055186 -31.3432 151.2945 580.0 OGUNBIL (BEANA BRAE) +ASN00055187 -31.3500 151.3833 1243.6 NIANGALA (UNDARA) +ASN00055188 -30.9397 149.8536 272.0 MULLALEY (DERWENTVILLE) +ASN00055189 -31.3400 151.1762 530.0 WOOLOMIN (CULWULLA) +ASN00055190 -31.3658 150.8357 579.0 GOWRIE SOUTH +ASN00055191 -31.3667 151.1167 518.0 BOWLING ALLEY POINT (GOONOOLET +ASN00055192 -31.4000 151.1833 838.0 NUNDLE (MANILDRA) +ASN00055193 -31.3733 151.3498 650.0 OGUNBIL (WATERFALL) +ASN00055194 -31.3365 150.8537 518.0 GOWRIE NORTH +ASN00055195 -31.4373 150.8913 638.0 GOWRIE (LALLYBROCH) +ASN00055196 -31.4433 151.0167 548.6 NUNDLE (KOOROON) +ASN00055197 -31.5167 150.9833 685.8 QUIRINDI (WHALLIA) +ASN00055198 -31.3667 151.4000 1240.0 NIANGALA (MOORAH) +ASN00055199 -31.5833 151.0500 707.1 BACK CREEK (NUNDLE) +ASN00055200 -31.4855 151.1922 1100.0 HANGING ROCK (ANDEVA) +ASN00055201 -30.8237 150.3170 296.0 KELVIN (KAHANA) +ASN00055202 -30.9537 150.2494 262.6 GUNNEDAH AIRPORT AWS 95740 +ASN00055203 -31.6000 150.2000 -999.9 BLACKVILLE 2 +ASN00055204 -30.7000 150.0000 -999.9 BOGGABRI 2 +ASN00055205 -31.4000 149.9000 -999.9 BOMERA +ASN00055207 -31.5333 149.9833 -999.9 BUNDELLA +ASN00055208 -30.8833 150.2000 259.1 BURBURGATE +ASN00055209 -31.4000 150.2000 -999.9 COOLANBILLA +ASN00055210 -31.7000 150.1000 -999.9 COOMOO COOMOO +ASN00055211 -31.1167 150.7667 -999.9 DALBLAIR +ASN00055212 -31.5000 149.9000 -999.9 ELLERSLIE 2 +ASN00055213 -31.5000 150.2000 -999.9 GOWRIE (ROTHERFIELD) +ASN00055214 -31.6000 151.2000 -999.9 HANGING ROCK 1 +ASN00055215 -31.7000 150.5000 -999.9 WILLOW TREE (HARRISONS RIDGE) +ASN00055216 -30.4500 150.7167 -999.9 IRON BARK +ASN00055217 -31.2000 151.1000 -999.9 LOOMBORAH +ASN00055218 -31.3000 151.0000 -999.9 MARSDEN PARK 2 +ASN00055219 -30.8000 150.6000 -999.9 MILLIWINDI +ASN00055220 -30.9585 150.1505 310.0 GUNNEDAH (BELTANA) +ASN00055221 -31.1167 150.9167 -999.9 TAMWORTH DOMINICAN CONVENT +ASN00055222 -31.1000 150.9000 -999.9 TAMWORTH WEST +ASN00055223 -30.8986 150.2450 260.0 GUNNEDAH (BENGALALA) +ASN00055224 -30.9000 151.2000 -999.9 WOLLUN +ASN00055225 -30.9333 151.3167 -999.9 TARA 2 +ASN00055226 -30.7833 149.8833 -999.9 BLAIRMORE 1 +ASN00055227 -30.7667 150.4333 -999.9 TREMAYNE +ASN00055228 -30.9000 150.4500 -999.9 TULCUMBAH +ASN00055229 -30.7333 150.8833 415.0 MANILLA (UKOLAN) +ASN00055230 -31.0667 150.0500 -999.9 ABBOTSLEA +ASN00055231 -31.2167 149.9667 -999.9 BANDO RIDGE +ASN00055232 -30.8833 150.1167 -999.9 BIWONDAH +ASN00055233 -30.8667 150.9833 -999.9 ROOWENA FORMER HALLS CREEK HMS +ASN00055234 -31.0167 150.4833 -999.9 TELBA +ASN00055235 -31.4833 151.1500 500.0 NUNDLE SHIRE COUNCIL +ASN00055236 -31.5415 150.8361 480.0 WALLABADAH (MARTYN ST) +ASN00055237 -31.6683 150.3250 380.0 BLACKVILLE (KOUMALA) +ASN00055238 -31.6477 150.4972 390.0 PINE RIDGE (BOONDARI) +ASN00055239 -31.5879 150.4804 340.0 PINE RIDGE (ROUND ISLAND) +ASN00055240 -31.4833 150.5500 323.0 QUIRINDI (GIBIHI) +ASN00055241 -31.5438 150.5838 352.0 QUIRINDI (BOXWOOD) +ASN00055242 -31.5167 150.6333 366.0 BRAEFIELD (HUNDAY) +ASN00055243 -31.6141 150.7747 580.0 WILLOW TREE (GLENORA) +ASN00055244 -31.6352 150.5736 402.0 WILLOW TREE (COOINDA) +ASN00055245 -31.5008 151.0271 670.0 NUNDLE (KEEVA) +ASN00055246 -31.7000 150.7833 475.5 KANKOOL (THE COTTAGE) +ASN00055247 -31.7500 150.3667 408.0 WILLOW TREE (TALLAWANG) +ASN00055248 -31.7249 150.5837 370.0 WILLOW TREE (KELVERTON) +ASN00055249 -31.8000 150.6167 442.0 THE OAKS +ASN00055250 -31.7333 150.6667 451.1 WARRAH CREEK (ROSCRAE) +ASN00055251 -31.7333 150.7500 533.4 WILLOW TREE (AVOCA) +ASN00055252 -31.7199 150.7859 585.0 WILLOW TREE (TEMI) +ASN00055253 -30.9671 150.6946 330.0 SOMERTON (BECTIVE WEST) +ASN00055254 -30.7902 150.6290 370.0 MANILLA (FERN HILL) +ASN00055255 -31.5269 150.7633 425.0 QUIRINDI (SPRING VALE) +ASN00055256 -31.5500 150.5500 335.0 QUIRINDI (RED BRAES) +ASN00055257 -31.2208 150.8213 456.0 DURI (DUNGOWAN RD) +ASN00055258 -30.8167 150.8167 518.2 MANILLA (BRAEMAR) +ASN00055259 -31.6167 150.8500 -999.9 WALLABADAH +ASN00055262 -31.3505 151.3177 585.0 OGUNBIL (AMAROO) +ASN00055263 -30.9582 149.6844 375.0 MULLALEY(KEIGHO) +ASN00055264 -31.5103 150.1900 303.0 BOGGABRI (WILLOWDALE) +ASN00055265 -30.5400 150.0233 232.0 BOGGABRI (MERRIENDI) +ASN00055266 -30.6500 150.4833 518.0 KELVIN (NARRAWARRA) +ASN00055267 -30.8667 150.1500 256.0 GUNNEDAH (YARALLA) +ASN00055268 -30.8325 149.7745 370.0 BOGGABRI (BE-BARA) +ASN00055269 -30.6667 149.8833 260.0 BOGGABRI (CALOOLA) +ASN00055271 -31.1033 149.6633 335.0 MULLALEY (BALMORAL) +ASN00055272 -30.8461 150.2431 259.0 GUNNEDAH (COLSTOUN SOUTH) +ASN00055273 -30.8202 149.8366 298.0 BOGGABRI (NEOTSFIELD) +ASN00055274 -30.7784 150.4359 409.0 KELVIN (CARELLAN) +ASN00055275 -31.2874 150.5394 299.0 BREEZA (ALPHA) +ASN00055276 -30.8828 150.4928 304.0 KEEPIT DAM +ASN00055278 -30.9833 150.4167 243.8 KIBAH +ASN00055279 -31.0938 150.7382 425.0 TAMWORTH (HILLGROVE) +ASN00055280 -31.5833 150.8333 1443.5 TRIG VALE (CRAWNEY) +ASN00055281 -31.3833 149.6833 396.0 ULIMAN (BRENTWOOD) +ASN00055282 -31.4753 150.5439 330.0 PINE RIDGE (RANGARI) +ASN00055283 -30.6946 150.7772 381.0 MANILLA (CUERINDI) +ASN00055287 -31.6000 150.1833 427.0 YARRAMAN NORTH +ASN00055289 -31.4833 151.3000 1219.2 NUNDLE (MOUNT VIEW) +ASN00055290 -31.6667 150.7333 396.2 WILLOW TREE (DENOAN) +ASN00055291 -30.6344 150.6725 387.0 UPPER MANILLA POST OFFICE +ASN00055292 -31.3000 151.4000 -999.9 NIANGALA +ASN00055293 -30.7500 150.6167 365.8 MANILLA (AVOCA) +ASN00055294 -31.3441 150.6715 405.0 WERRIS CREEK (MANEROO) +ASN00055296 -30.7669 151.2475 855.0 BENDEMEER (BANALASTA) +ASN00055297 -31.6982 150.2471 463.0 BLACKVILLE (JUNBARLEE) +ASN00055298 -31.3984 151.1527 585.0 BOWLING ALLEY POINT (POPLARS) +ASN00055299 -30.6833 150.0500 -999.9 ROBERTSONS MOUNT +ASN00055300 -31.5833 151.1833 420.0 BLACKVILLE (WIMBOYNE) +ASN00055301 -31.0108 149.7660 304.0 MULLALEY (KIRKBRIGHT) +ASN00055302 -31.3556 151.1358 520.0 NUNDLE (CHAFFEY DAM) +ASN00055303 -30.8098 150.7524 420.0 MANILLA (ROSEDALE) +ASN00055304 -31.0194 149.9066 288.0 MULLALEY (FAIRWINDS) +ASN00055309 -31.1472 151.2306 1050.0 DUNGOWAN (GLENDOWER MOUNTAIN ( +ASN00055311 -31.2171 150.8185 475.0 DURI POST OFFICE +ASN00055313 -31.2717 150.9167 450.0 GOONOO GOONOO (GOONOO GOONOO C +ASN00055314 -30.5631 150.8950 465.0 MANILLA (TARWONGA) +ASN00055316 -30.9850 151.3089 825.0 WOOLBROOK (GLENVIEW) +ASN00055317 -30.6000 149.9000 236.0 BAAN BAA +ASN00055319 -30.6126 150.5862 530.0 UPPER MANILLA (GLENBORAH) +ASN00055320 -31.0407 151.1771 520.0 LIMBRI (JO-CAR) +ASN00055321 -31.0625 151.1250 -999.9 MULLA CROSSING (COCKBURN RIVER +ASN00055322 -31.3908 151.4019 1330.0 NIANGALA (MOUNT SANDON) +ASN00055323 -31.5224 150.6302 370.0 QUIRINDI (HUNDAY) +ASN00055324 -31.0809 150.2574 281.0 CURLEWIS (WONGALEE) +ASN00055325 -31.0742 150.8362 394.9 TAMWORTH AIRPORT AWS 95762 +ASN00055326 -31.2141 151.1191 438.0 DUNGOWAN POST OFFICE +ASN00055327 -31.1259 150.8323 438.0 TAMWORTH (OXLEY LANE) +ASN00055328 -30.8552 150.7478 510.0 MANILLA (KIMBERLEY) +ASN00055329 -31.1690 150.8779 425.0 DURI (RIVERLODGE) +ASN00055330 -31.1921 150.9540 453.0 TAMWORTH (WARRAWEE) +ASN00055331 -30.7299 150.5784 430.0 MANILLA (TOWRI) +ASN00055332 -31.0646 150.9063 425.0 TAMWORTH (OXLEY VALE) +ASN00055333 -31.1171 150.9135 410.0 TAMWORTH (HOLLAND ST) +ASN00055335 -31.5347 151.1806 1200.0 NUNDLE (MALONGA) +ASN00055336 -31.5986 151.1414 -999.9 NUNDLE (HEAD OF THE PEEL) +ASN00056000 -30.6000 151.5500 -999.9 ARDING +ASN00056001 -29.7183 151.3550 795.0 SAPPHIRE (ARGYLE) +ASN00056002 -30.5167 151.6681 980.0 ARMIDALE (RADIO STATION 2AD) +ASN00056003 -30.5000 151.6000 -999.9 ARMIDALE FOREST +ASN00056004 -30.0000 151.7000 1432.6 BEULAH +ASN00056005 -28.8500 152.1000 955.0 CARROLLS CREEK (BOONOO BOONOO) +ASN00056006 -30.1711 151.0757 654.0 BUNDARRA POST OFFICE +ASN00056007 -29.9315 151.2945 895.0 TINGHA (CRYSTAL HILL) +ASN00056008 -29.4421 151.8483 970.0 DEEPWATER POST OFFICE +ASN00056009 -29.4445 151.5987 890.0 EMMAVILLE POST OFFICE +ASN00056010 -30.9406 151.7078 1060.0 WALCHA (EMU CREEK) +ASN00056011 -29.7368 151.7366 1062.0 GLEN INNES POST OFFICE 94778 +ASN00056012 -29.7500 151.7333 -999.9 GLEN INNES GASWORKS +ASN00056013 -29.6953 151.6936 1060.0 GLEN INNES AG RESEARCH STN 94585 +ASN00056015 -31.1833 151.5333 1143.0 GLEN MORRISON POST OFFICE +ASN00056016 -30.2204 151.6714 1325.0 GUYRA POST OFFICE +ASN00056017 -29.7783 151.1114 584.0 INVERELL COMPARISON +ASN00056018 -29.7752 151.0819 664.0 INVERELL RESEARCH CENTRE 94541 +ASN00056019 -30.6000 151.6000 999.7 KELLYS PLAIN (HAROLDSTON) +ASN00056020 -30.2167 151.5167 1120.0 GUYRA (GLENORE) +ASN00056021 -29.9167 151.2167 870.0 MOUNT TOPPER STATE FOREST +ASN00056022 -28.4622 152.3506 385.0 LEGUME (NEW KOREELAH) +ASN00056023 -28.3933 152.4157 420.0 OLD KOREELAH (MCPHERSON) +ASN00056024 -29.9000 152.0000 -999.9 PINKETT +ASN00056025 -29.5333 151.7500 914.4 DUNDEE (RANGERS VALLEY) +ASN00056026 -29.7750 151.8944 1155.0 RED RANGE (VICTORIA ST) +ASN00056027 -28.6433 152.2511 270.0 RIVERTREE (MYALL) +ASN00056028 -30.7338 151.5105 1018.0 URALLA (SALISBURY COURT) +ASN00056029 -29.4558 151.4791 735.0 EMMAVILLE (STRATHBOGIE) +ASN00056030 -30.1500 151.5500 -999.9 TANGLEY +ASN00056031 -30.1000 151.5000 969.3 TENTERDEN +ASN00056032 -29.0479 152.0172 838.0 TENTERFIELD (FEDERATION PARK) 94556 +ASN00056033 -29.9546 151.2111 782.0 TINGHA POST OFFICE +ASN00056034 -30.6437 151.4906 1012.0 URALLA (DUMARESQ ST) +ASN00056035 -30.9853 151.5942 1050.0 WALCHA POST OFFICE +ASN00056036 -30.0664 151.5199 1095.0 WANDSWORTH (STRABANNE) +ASN00056037 -30.5264 151.6697 987.0 ARMIDALE (TREE GROUP NURSERY) 94773 +ASN00056038 -28.5529 152.1577 675.0 WYLIE CREEK (ALOOMBA) +ASN00056039 -29.0500 151.8167 722.4 STRATHAVEN (TENTERFIELD) +ASN00056040 -28.4803 152.1034 820.0 CULLENDORE (ASHGLEN) +ASN00056041 -29.1333 151.4500 347.0 BONSHAW (MONKSTADT) +ASN00056042 -30.6417 151.3002 835.0 URALLA (LANA) +ASN00056043 -29.7333 151.5667 993.6 MATHESON POST OFFICE +ASN00056044 -28.9506 151.7552 895.0 TENTERFIELD (SAILOR JACK) +ASN00056045 -30.6833 151.2500 890.0 URALLA (SILVERSWORTH) +ASN00056046 -29.1061 151.9489 1100.0 TENTERFIELD (SPRINGSIDE) +ASN00056047 -28.9333 151.7000 731.5 TENTERFIELD (BACK CREEK HMSD) +ASN00056048 -29.3000 151.9500 820.0 BOLIVIA POST OFFICE +ASN00056049 -29.2500 151.8333 690.0 BOLIVIA (ESPERANZA STATION) +ASN00056050 -29.0198 151.7462 680.0 TENTERFIELD (ABERFELDIE) +ASN00056051 -29.7500 151.7833 -999.9 GLEN INNES (KENT FARM) +ASN00056052 -29.0988 151.7416 440.0 TENTERFIELD (MOLE STATION) +ASN00056053 -29.3667 151.7500 -999.9 STANNUM +ASN00056054 -29.5000 152.0333 1100.0 DEEPWATER (GLEN GOWRIE) +ASN00056055 -29.0211 151.6153 380.0 MOLE RIVER (TRENAYR) +ASN00056056 -30.5000 151.5000 -999.9 EVERSLEIGH +ASN00056057 -30.0867 151.3909 1040.0 TENTERDEN (BALOOK) +ASN00056058 -29.9475 151.0369 753.0 HOWELL (WATTLEGROVE) +ASN00056059 -29.0500 152.1000 823.0 TENTERFIELD (COOREDULLA) +ASN00056060 -29.9000 151.0000 -999.9 HOWELL +ASN00056061 -28.6667 152.0667 914.0 LISTON POST OFFICE +ASN00056062 -30.4667 151.2833 725.0 YARROWYCK (PANATANA) +ASN00056063 -30.6000 151.5000 -999.9 URALLA +ASN00056064 -28.6415 152.2518 255.0 RIVERTREE (MANY RIVERS) +ASN00056065 -30.7209 151.6675 1012.0 URALLA (MIHI) +ASN00056066 -31.1500 151.6000 117.0 WALCHA (GLENORA) +ASN00056067 -30.8167 151.5333 1005.8 WALCHA (PETALI) +ASN00056068 -30.3793 151.7521 1120.0 ARMIDALE (BELHAVEN) +ASN00056069 -30.6479 151.7463 1030.0 ARMIDALE (TIVERTON) +ASN00056070 -30.4167 151.5667 1097.3 ARMIDALE (WYNDELLA) +ASN00056071 -30.8333 151.7167 1006.0 WALCHA (OORAWILLY) +ASN00056072 -28.6333 152.1167 838.2 MILFORD (LISTON) +ASN00056073 -30.7825 151.4517 1070.0 KENTUCKY (VALE VIEW) +ASN00056074 -29.7000 151.7000 -999.9 GLENCAIRN +ASN00056075 -31.0340 151.4409 965.0 WALCHA ROAD ( BOXLEY) +ASN00056076 -31.1000 151.4500 1018.0 WALCHA (ABERFALDIE) +ASN00056077 -31.0678 151.5022 1061.0 WALCHA (CRAIGDARROCH) +ASN00056078 -31.1829 151.4397 1023.0 NIANGALA (INGALBA) +ASN00056079 -31.1556 151.5531 1097.0 WALCHA (COBRABALD RIVER) +ASN00056080 -31.2176 151.5196 1090.0 GLEN MORRISON (MILLBANK) +ASN00056081 -31.2000 151.6000 1097.3 GLEN MORRISON (MIRRABOOKA) +ASN00056082 -31.2424 151.4232 1085.0 NIANGALA (ASHLAND) +ASN00056083 -31.2642 151.5465 1190.0 GLEN MORRISON (BRANGA PLAINS) +ASN00056084 -31.3075 151.6167 1200.0 ST LEONARDS CREEK (LOITA DOWNS +ASN00056085 -31.3333 151.5000 1116.0 NIANGALA (MOONEBAR) +ASN00056086 -31.3833 151.4833 1279.9 NIANGALA (SOMERLEYTON) +ASN00056087 -29.4833 151.5500 887.0 EMMAVILLE (RED HILL) +ASN00056088 -29.5299 151.6707 890.0 EMMAVILLE (GLEN OAK) +ASN00056089 -29.5000 151.6000 945.0 EMMAVILLE (BIG BEN) +ASN00056090 -29.4833 151.7667 930.0 DEEPWATER (VALLEY VIEW) +ASN00056091 -29.5500 151.8167 975.4 DUNDEE (MALA BOGIE) +ASN00056092 -29.5167 151.8833 1143.0 DUNDEE (GOCUP) +ASN00056093 -29.5667 151.8667 1012.0 DUNDEE (MINI GLEN) +ASN00056094 -29.5488 151.9942 1100.0 DUNDEE (WATTLE DALE) +ASN00056095 -29.5781 151.5557 905.0 WELLINGROVE (BRYDONE) +ASN00056096 -29.5910 151.6274 1015.0 GLEN INNES (REDDESTONE (REDBAN +ASN00056097 -29.6167 151.8000 999.7 DUNDEE (BURILDA) +ASN00056098 -29.5817 151.9483 1035.0 DUNDEE (KARINGA) +ASN00056099 -29.7167 151.2167 630.9 SWANBROOK (IBIS VALLEY) +ASN00056100 -29.6315 151.5561 905.0 WELLINGROVE (WANGALEA) +ASN00056101 -29.6450 151.6200 945.0 WELLINGROVE (GLENBROOK) +ASN00056102 -29.6368 151.6815 1015.0 REDDESTONE (LONEWOOD) +ASN00056103 -29.6167 151.7333 1055.0 GLEN INNES (BURRAWONG) +ASN00056104 -29.6500 151.7667 1020.0 GLEN INNES (MIERLYN) +ASN00056105 -29.7833 151.7833 1195.0 GLEN INNES (GLEN HOLME) +ASN00056106 -29.6167 151.9167 1116.0 DUNDEE (KUBBA-JIMBA) +ASN00056107 -29.7833 151.1833 609.6 INVERELL (LAURISTON) +ASN00056108 -29.7333 151.3000 670.6 INVERELL (TAUNTON) +ASN00056110 -29.7333 151.4000 872.0 ELSMORE (KIA TAMI) +ASN00056111 -29.7799 151.3503 780.0 ELSMORE (DANTHONIA) +ASN00056112 -29.7833 151.4783 810.8 SWAN VALE (WARRAWEE) +ASN00056113 -29.7333 151.6333 1103.4 MATHESON (ROSE HILL) +ASN00056114 -29.7833 151.6667 1079.0 FURRACABAD (ELMVALE) +ASN00056115 -29.7023 151.8250 1105.0 GLEN INNES (LYNDALE) +ASN00056116 -29.8167 151.0500 658.4 INVERELL (AVONDALE) +ASN00056117 -29.8333 151.2000 732.0 GILGAI +ASN00056118 -29.8000 151.2500 732.0 ELSMORE (THE VIEW) +ASN00056119 -29.8000 151.2833 640.1 ELSMORE POST OFFICE +ASN00056120 -29.8167 151.3500 660.0 ELSMORE (NEWSTEAD NORTH) +ASN00056121 -29.8797 151.4142 850.0 ELSMORE (PARADISE CREEK) +ASN00056122 -29.8833 151.4667 799.8 ELSMORE (PARADISE EAST OUTSTAT +ASN00056123 -29.8783 151.4658 872.0 ELSMORE (PARADISE STATION) +ASN00056124 -29.8833 151.5667 1340.0 MAYBOLE (MELROSE) +ASN00056125 -29.8000 151.6000 975.0 MATHESON (MINUMURRA) +ASN00056126 -29.8167 151.6333 1115.6 FURRACABAD (CHERRY TREE HILL) +ASN00056127 -29.8833 151.6333 1204.0 GRAHAMS VALLEY (KIA ORA) +ASN00056128 -29.8265 151.5207 970.0 SWAN VALE (NUMERALLA) +ASN00056129 -29.8333 151.7333 1082.0 STONEHENGE (HAZELWOOD) +ASN00056130 -29.9167 151.6667 1155.0 GLENCOE (STRATHMORE) +ASN00056131 -29.7933 151.7650 1080.0 STONEHENGE (BURNLEIGH) +ASN00056132 -29.8833 151.2000 786.4 STANNIFER (DELMERE) +ASN00056133 -29.9667 151.2333 883.9 STANNIFER (KNAPSDALE) +ASN00056134 -29.9175 151.3244 947.0 TINGHA (BONNIE VIEW) +ASN00056135 -29.9333 151.4500 975.0 WANDSWORTH (WOOMBI) +ASN00056136 -30.0667 151.5333 1061.0 WANDSWORTH (TEA TREE) +ASN00056137 -29.9333 151.5833 1313.7 BEN LOMOND (SPRINGWOOD) +ASN00056138 -29.9833 151.6500 1392.9 BEN LOMOND (EMILY PARK) +ASN00056139 -29.9465 151.6066 1360.0 BEN LOMOND (KOALA) +ASN00056140 -29.4684 151.6667 930.0 EMMAVILLE (BEN VALE) +ASN00056141 -28.8867 152.1144 990.0 BOONOO BOONOO (CURRAWONG) +ASN00056142 -29.8000 151.6000 -999.9 FURRACABAD (AVONDALE) +ASN00056143 -30.0000 151.6000 -999.9 BEN LOMOND +ASN00056144 -30.3000 151.5000 -999.9 BOOROLONG +ASN00056145 -29.8000 151.2000 -999.9 ELSMORE +ASN00056146 -29.8000 151.9000 -999.9 RED RANGE PUBLIC SCHOOL +ASN00056147 -29.9000 151.6000 -999.9 STONEHENGE +ASN00056148 -31.0000 151.4000 -999.9 WOOLBROOK 2 +ASN00056149 -29.8000 152.0000 -999.9 YARROW CREEK +ASN00056150 -30.0667 151.1833 701.0 BUNDARRA (BASSENDEAN) +ASN00056151 -30.3333 151.0333 -999.9 CEDAR RISE (ABINDALE) +ASN00056152 -30.5500 151.1333 -999.9 KINGSTOWN +ASN00056153 -29.8000 151.2000 -999.9 ROSLYN +ASN00056154 -29.7667 151.8833 -999.9 SHANNON VALE +ASN00056155 -29.0667 152.0833 857.0 TENTERFIELD 2 +ASN00056156 -29.5500 151.7833 -999.9 TREVAYLOR +ASN00056157 -30.2000 151.8833 -999.9 OBAN +ASN00056159 -30.2667 151.4667 -999.9 DEVON COURT +ASN00056161 -30.1575 151.8774 1325.0 GUYRA (GOWAN BRAE) +ASN00056163 -30.0006 151.8529 1275.0 MOUNT MITCHELL (TIRRANNA) +ASN00056164 -28.3734 152.3930 910.0 LEGUME (ACACIA PLATEAU (VERDAN +ASN00056165 -29.8109 151.2330 651.0 ELSMORE (ELMORE STATION) +ASN00056166 -29.9667 151.1167 762.0 CLOVELLY +ASN00056167 -30.0034 151.0833 790.0 STANBOROUGH (ROCKFIELD) +ASN00056168 -30.0500 151.0667 756.0 BUNDARRA (GLEN HAZEL) +ASN00056169 -30.0242 151.1462 795.0 TINGHA (CHESTERTON) +ASN00056170 -30.0767 151.2067 705.0 TINGHA (MOOKI) +ASN00056171 -29.9833 151.2833 823.0 KOORINGLE +ASN00056172 -30.0833 151.3167 944.9 WESTBROOK +ASN00056173 -30.1167 151.1000 676.7 TORSDALE +ASN00056174 -30.2333 151.1333 688.8 LAURA +ASN00056175 -30.2000 151.1833 701.0 BUNDARRA (PRESTBURY) +ASN00056176 -30.1369 151.2581 756.0 BUNDARRA (BIMBADEEN) +ASN00056177 -30.3667 151.0833 722.4 BUNDARRA (FAIRFIELD) +ASN00056178 -30.2833 151.0167 710.0 BUNDARRA (THE CEDARS) +ASN00056179 -30.3667 150.9833 731.5 BRAMBLE BERRY +ASN00056180 -30.2979 151.0772 715.0 BUNDARRA (SOUTH WINSCOMBE) +ASN00056182 -30.3000 151.2833 730.0 BUNDARRA (BINDAWALLA) +ASN00056183 -30.3167 151.2000 680.0 ABINGTON (GLANMIRE) +ASN00056184 -30.3667 151.2333 725.4 MERRIFIELD +ASN00056185 -30.1833 151.3333 1080.0 TENTERDEN (RAMAH) +ASN00056186 -30.5667 151.9000 -999.9 HILLGROVE (BURROWA) +ASN00056189 -30.0167 151.7000 141.5 BEN LOMOND (MOUNT PLEASANT) +ASN00056190 -30.1333 151.6833 1280.2 GUYRA (LLANGOTHLIN) +ASN00056191 -30.4500 151.6833 980.0 ARMIDALE (TILBUSTER) +ASN00056192 -30.5000 151.1000 731.5 KINGSTOWN 2 +ASN00056193 -29.6833 151.6667 -999.9 GLEN INNES (GLENDON 1) +ASN00056194 -29.2716 151.8612 930.0 TENTERFIELD (KOOKYNIE) +ASN00056195 -29.8333 151.3667 762.0 NEWSTEAD +ASN00056196 -30.4667 151.5833 1066.8 DUMARESQ +ASN00056197 -29.7000 151.7000 1145.1 TATIARA (GENCAIRN) +ASN00056198 -29.9453 151.2076 795.0 TINGHA (DARBYS ROAD) +ASN00056200 -30.5833 151.5500 914.4 ARDING (BOOYONG) +ASN00056201 -31.3833 151.5500 1310.6 NIANGALA (PINDARI TOPS) +ASN00056202 -28.9776 152.1552 820.0 BLACK SWAMP (MAXWELL) +ASN00056203 -29.0455 152.1343 865.0 BLACK SWAMP (ATHLYNE) +ASN00056204 -29.2167 151.9500 640.0 SANDY FLAT (CRAIGNOOK) +ASN00056205 -29.8995 151.9650 1105.0 PINKETT (BENBOOKRA) +ASN00056207 -28.5417 151.9909 870.0 MARYLAND +ASN00056208 -28.4833 152.1333 678.0 CULLENDORE (BORDER) +ASN00056209 -29.7333 151.0833 616.0 INVERELL (YARRAWONGA) +ASN00056210 -29.2167 151.3833 335.0 BONSHAW (HAYSTACK) +ASN00056211 -28.9100 152.2528 560.0 SANDY HILLS (TOURELLO PARK) +ASN00056212 -28.8433 152.2533 585.0 TENTERFIELD (SANDY HILL (BOORO +ASN00056213 -31.3500 151.5333 1225.3 NIANGALA (THE FLAGS) +ASN00056214 -30.3123 150.9964 731.0 BUNDARRA (WILLOWBANK) +ASN00056215 -28.8833 152.1000 944.9 BOONOO BOONOO POST OFFICE +ASN00056216 -28.9667 151.5500 390.0 MOLE RIVER (DARTHULA) +ASN00056217 -30.3400 151.7200 1310.0 GUYRA (SPRINGMOUNT) +ASN00056218 -30.3500 151.3833 1025.0 BLACK MOUNTAIN (ST.ELMO) +ASN00056220 -29.7167 151.5000 980.0 MATHESON (BRUDAV) +ASN00056221 -30.4833 151.5833 914.0 DUMARESQ (KIEWA) +ASN00056222 -29.9167 151.9833 1097.3 RED RANGE (COORUMBONG) +ASN00056225 -31.0333 151.6500 1180.0 WALCHA (CHERRY BANK) +ASN00056228 -30.5078 151.1141 711.0 KINGSTOWN POST OFFICE +ASN00056229 -30.2126 151.6787 1332.0 GUYRA HOSPITAL 94772 +ASN00056231 -28.4083 152.3067 574.0 LEGUME POST OFFICE +ASN00056233 -29.7753 151.4852 830.0 SWAN VALE (PIETA) +ASN00056234 -30.9874 151.5855 1120.0 WALCHA (THEE ST) +ASN00056236 -31.0109 151.6246 1151.0 WALCHA (INGLEWOOD) +ASN00056237 -29.8025 151.2726 700.0 INVERELL (ELSMORE VILLAGE) +ASN00056238 -30.5273 151.6158 1079.0 ARMIDALE AIRPORT AWS 95773 +ASN00056239 -28.7014 152.0974 965.0 WILSONS DOWNFALL +ASN00056240 -30.3358 151.7367 1340.0 GUYRA (BOX POINT) +ASN00056241 -29.6808 151.6253 1055.0 WELLINGROVE (MORILLA) +ASN00056242 -29.7796 151.1121 582.0 INVERELL (RAGLAN ST) GSN 95541 +ASN00056243 -29.6780 151.6940 1044.3 GLEN INNES AIRPORT AWS 94588 +ASN00057000 -30.2667 152.0167 914.4 ABERFOYLE +ASN00057001 -30.3659 152.2315 1285.0 EBOR (GLENOWEN) +ASN00057002 -30.2000 151.9000 -999.9 BILLABONG +ASN00057003 -28.7370 152.6228 170.0 BONALBO POST OFFICE +ASN00057004 -29.8317 152.4067 274.3 DALMORTON HOMESTEAD +ASN00057005 -28.9279 152.3759 490.0 DRAKE (VILLAGE RESOURCE CENTRE +ASN00057006 -29.4667 152.4500 97.0 DUMPE +ASN00057007 -30.4500 151.9167 609.9 ARMIDALE (FORGLEN) +ASN00057008 -30.7500 152.2000 -999.9 GEORGES CREEK +ASN00057009 -28.9000 152.3000 670.6 GIRARD STATE FOREST +ASN00057010 -30.4333 152.3292 1335.0 EBOR (KOTUPNA) +ASN00057011 -30.5774 152.1099 950.0 JEOGLA STATION +ASN00057012 -30.4333 152.0000 1004.9 KILCOY +ASN00057013 -30.8000 152.1000 -999.9 KUNDERANG EAST (KENEBREE) +ASN00057014 -29.5577 152.1388 895.0 GLEN ELGIN (GLENBROOK) +ASN00057015 -28.6538 152.5953 190.0 OLD BONALBO POST OFFICE +ASN00057016 -30.5053 152.3858 1350.0 NEW ENGLAND NAT.PARK (NEW ENGL +ASN00057017 -30.6167 152.1833 1030.0 JEOGLA (JEOLGA OLD.SF.SITE) +ASN00057018 -28.8914 152.5663 130.0 TABULAM POST OFFICE +ASN00057019 -28.9066 152.7255 185.0 MALLANGANEE (SANDILANDS ST) +ASN00057020 -28.4735 152.5481 370.0 URBENVILLE OLD POST OFFICE +ASN00057021 -28.4667 152.5500 365.8 URBENVILLE STATE FOREST +ASN00057022 -30.4905 152.1004 980.0 WOLLOMOMBI (WALLAMUMBI) +ASN00057023 -30.2892 152.1701 1195.0 EBOR (WONGWIBINDA) +ASN00057024 -28.3879 152.6083 395.0 WOODENBONG (UNUMGAR ST) +ASN00057025 -29.2000 152.3000 -999.9 TENTERFIELD (SURFACE HILL) +ASN00057026 -28.2846 152.5034 565.0 OLD KOREELAH (WHITE SWAMP (EDE +ASN00057027 -28.8167 152.6833 304.8 TUNGLEBUNG (WINGFIELD) +ASN00057028 -30.5644 151.9070 997.0 HILLGROVE (HILLVIEW) +ASN00057029 -30.7167 151.8333 -999.9 URALLA (TALGAI) +ASN00057030 -30.3198 152.2383 1215.0 WONGWIBINDA (DIAMOND FALLS) +ASN00057031 -28.3500 152.4333 1036.3 ACACIA PLATEAU (BELMONT) +ASN00057032 -30.4829 152.3025 1278.0 POINT LOOKOUT (YARAANDOO) +ASN00057033 -30.5112 152.0427 960.0 WOLLOMOMBI POST OFFICE +ASN00057034 -30.4500 151.8167 985.0 ARMIDALE (GOOYONG) +ASN00057035 -31.1333 152.1253 975.0 YARROWITCH (BENDITI) +ASN00057036 -30.8000 151.8667 829.0 WALCHA (CHEYENNE) +ASN00057037 -31.1117 151.8014 1060.0 TIA (RAMBRAH) +ASN00057038 -30.4167 152.1667 -999.9 WOLLOMOMBI (MAIDEN CREEK HMSD) +ASN00057039 -31.1500 152.0000 914.4 YARROWITCH (OAKLANDS) +ASN00057040 -30.4000 151.9500 -999.9 ROCKVALE (MACLEAY BASIN) +ASN00057041 -30.4833 152.3333 1265.0 SERPENTINE HATCHERY +ASN00057042 -30.5333 152.1500 970.0 WOLLOMOMBI (WAKEFIELD) +ASN00057043 -30.5000 152.2500 1110.0 WOLLOMOMBI (YOOROONAH) +ASN00057044 -30.7467 152.2800 125.0 LOWER CREEK (MCCORMACKS FLAT) +ASN00057045 -31.1893 151.8551 1130.0 TIA (HIGHRENT) +ASN00057046 -30.2853 151.8549 1315.0 GUYRA (MYLOE) +ASN00057047 -30.5333 151.9000 975.0 HILLGROVE STATION 3 +ASN00057048 -30.5833 151.8167 920.0 ARMIDALE (GARA) +ASN00057049 -30.3122 152.0520 1195.0 GUYRA (LYNDHURST) +ASN00057050 -31.2166 151.6943 1275.0 BRACKENDALE (THE LAKE) +ASN00057051 -29.1912 152.5905 85.0 BARYULGIL (MOUNTAIN VIEW) +ASN00057052 -30.7274 152.2540 130.0 LOWER CREEK (CEDAR PARK) +ASN00057053 -31.0099 151.7524 1110.0 WALCHA (PINDARI) +ASN00057056 -30.7500 152.0667 920.0 WOLLOMOMBI (HALLS PEAK) +ASN00057060 -29.2000 152.5000 122.0 LIONSVILLE +ASN00057061 -31.0833 151.7500 -999.9 WATERLOO (WALCHA) +ASN00057062 -28.7167 152.1167 -999.9 WILLSONS DOWNFALL +ASN00057063 -30.5000 152.0000 -999.9 ROCKVALE +ASN00057064 -29.0667 152.6500 137.0 TABULAM (KEEMBIN) +ASN00057066 -29.3466 152.5167 85.0 CARNHAM +ASN00057067 -30.1500 152.3833 853.0 HERNANI (MARENGO) +ASN00057068 -29.5717 152.5417 100.0 JACKADGERY OLD POST OFFICE +ASN00057069 -29.8333 152.5833 243.8 BUCCARUMBI HOMESTEAD +ASN00057071 -30.1333 152.1167 610.0 GUYRA (PONDEROSA) +ASN00057073 -29.8500 152.3000 356.0 NEWTON BOYD (BROADMEADOWS) +ASN00057074 -28.6150 152.4117 335.0 URBENVILLE (CALDERWOOD GLEN) +ASN00057075 -28.5500 152.6000 274.3 BONALBO OLD (KILLALIE) +ASN00057076 -29.7667 152.2167 426.7 GLEN INNES (ABBY GREEN) +ASN00057077 -29.2000 152.5000 135.0 BARYULGIL (YUGILBAR) +ASN00057078 -28.5333 152.7000 274.3 BONALBO OLD (GLEN HUON HMSD) +ASN00057079 -30.5178 152.0431 900.0 WOLLOMOMBI (WOLLOMOMBI RIVER) +ASN00057080 -28.9000 152.7333 219.5 MALLANGANEE T.Q. GATE +ASN00057082 -29.6460 152.0936 970.0 GLEN INNES (MT MITCHELL FOREST +ASN00057084 -31.0000 151.8167 1220.0 WALCHA (MOUNT VIEW) +ASN00057085 -28.5680 152.5858 290.0 OLD BONALBO (ALCHERINGA) +ASN00057086 -31.2000 152.1167 975.4 YARROWITCH (GLENFERRIE) +ASN00057087 -31.3167 151.9000 853.0 YARROWITCH (AMAROO) +ASN00057088 -30.4167 151.8167 914.4 ARMIDALE (HERBERT PARK) +ASN00057089 -29.3467 152.6150 170.0 FINE FLOWER CREEK (WAVE HILL) +ASN00057090 -29.4667 152.4833 90.0 CANGAI (HANGING ROCK) +ASN00057091 -30.7167 151.8531 1067.0 URALLA (BLUE NOBBY) +ASN00057092 -30.3667 151.9667 1127.8 ARMIDALE (GIRRAKOOL) +ASN00057093 -29.5101 152.4897 140.0 CANGAI (SMELTER CREEK) +ASN00057095 -28.7551 152.4507 555.0 TABULAM (MUIRNE) 94587 +ASN00057096 -28.7500 152.4333 510.0 PRETTY GULLY (LANIKAI) +ASN00057097 -29.0333 152.5833 100.6 ALICE (TILBAROO) +ASN00057098 -29.0167 152.5667 140.0 ALICE (CLEVELAND) +ASN00057099 -29.1833 152.2333 355.0 TENTERFIELD (BILLARIMBA) +ASN00057100 -30.1333 152.0117 1185.0 WARDS MISTAKE STN +ASN00057101 -30.2667 152.0333 1066.8 ABERFOYLE (BAMBI) +ASN00057102 -30.4489 152.3133 1355.0 EBOR (MAPLEWOOD) +ASN00057103 -30.0093 152.0101 975.0 KOOKABOOKRA +ASN00057104 -31.2739 151.9655 1110.0 YARROWITCH (MARETTO) +ASN00057105 -31.0667 151.9167 1080.0 WALCHA (BULIMBA DOWNS) +ASN00057106 -30.3900 151.8150 1005.0 ARMIDALE (LOCH ABBA) +ASN00057107 -30.9678 151.8307 1310.0 WALCHA (ROWLEYS CREEK) +ASN00057109 -31.0567 151.7865 1025.0 WALCHA (FALLS VIEW) +ASN00057114 -29.1967 152.5950 -999.9 BARYULGIL (CLARENCE RIVER) +ASN00057117 -30.7141 152.1978 175.0 GEORGES CREEK (MURRUNGI) +ASN00057118 -29.7639 152.2583 310.0 NEWTON BOYD (ROMSEY) +ASN00057119 -30.8890 151.8547 1082.0 WALCHA (KARORI) +ASN00057120 -29.1961 152.7200 270.0 BARYULGIL (MOOKIMA) +ASN00057121 -28.9759 152.7101 215.0 MALLANGANEE (HEREFORD HILLS) +ASN00057122 -30.7775 152.3300 130.0 COMARA (MCGEES FLAT) +ASN00057123 -29.7603 152.2057 325.0 NEWTON BOYD (ABBEY GREEN) +ASN00057124 -30.4833 152.3980 1550.0 POINT LOOKOUT +ASN00057125 -30.3969 152.3580 1305.0 EBOR (PLEASANT VIEW) +ASN00057126 -30.4226 152.3103 1275.0 GUY FAWKES (KANGAROO CREEK) +ASN00057127 -28.9890 152.5922 150.0 TABULAM (CLARENCE WAY) +ASN00058000 -28.8500 153.4500 160.0 ALSTONVILLE POST OFFICE +ASN00058001 -28.8528 153.5691 3.0 BALLINA (CROWLEY VILLAGE) +ASN00058002 -28.6833 153.5333 46.0 BANGALOW MOTEL +ASN00058003 -29.3500 152.9833 80.0 BANYABBA STATE FOREST +ASN00058004 -28.7856 152.7683 195.0 MUMMULGUM (BINGEEBEEBRA) +ASN00058005 -28.3981 153.1731 130.0 BRAYS CREEK (MISTY MOUNTAIN) +ASN00058006 -29.5665 153.0811 8.0 BRUSHGROVE POST OFFICE +ASN00058007 -28.6369 153.5880 3.0 BYRON BAY (JACARANDA DRIVE) +ASN00058008 -29.6167 153.0667 3.0 CALLIOPE PUBLIC SCHOOL +ASN00058009 -28.6388 153.6361 95.0 BYRON BAY (CAPE BYRON LIGHTHOU +ASN00058010 -28.4500 152.6000 527.0 CASTILLE +ASN00058011 -28.3146 153.2750 35.0 CHILLINGHAM +ASN00058012 -29.4333 153.3633 27.4 YAMBA PILOT STATION GSN 94589 +ASN00058013 -28.3167 153.4333 5.0 CONDONG SUGAR MILL +ASN00058014 -29.5861 152.7759 25.0 COPMANHURST POST OFFICE +ASN00058015 -28.9875 153.2874 6.0 CORAKI POST OFFICE +ASN00058016 -28.4240 152.7548 195.0 UNUMGAR (SUMMERLAND WAY) +ASN00058017 -28.3000 153.5500 18.3 CUDGEN PLANTATION +ASN00058018 -28.8408 153.5181 30.0 CUMBALUM (FAIRVIEW) +ASN00058019 -28.5314 153.3151 230.0 DOON DOON (MCCABES ROAD) +ASN00058020 -28.2886 153.3651 20.0 MURWILLUMBAH (TALESWOOD) +ASN00058021 -28.6875 153.3186 167.6 DUNOON +ASN00058022 -28.7567 152.8163 128.0 DYRAABA CREEK +ASN00058023 -28.7908 153.3958 120.0 MCLEANS RIDGES (LASCOTT DRIVE) +ASN00058024 -29.7000 152.9000 6.4 GRAFTON CITY COUNCIL +ASN00058025 -29.7067 152.9400 6.0 SOUTH GRAFTON POST OFFICE +ASN00058026 -28.4414 152.8296 140.0 GREVILLIA (SUMMERLAND WAY) +ASN00058027 -29.4227 153.2533 2.0 HARWOOD ISLAND (HARWOOD SUGAR +ASN00058028 -29.3842 152.7936 140.0 COALDALE (BELLONA) +ASN00058029 -28.2667 153.5833 43.0 KINGSCLIFF (CUDGEN HEADLAND) +ASN00058030 -29.1333 152.8667 60.0 RAPPVILLE (KIPPENDUFF) +ASN00058031 -28.4667 153.2500 61.0 KUNGHUR POST OFFICE +ASN00058032 -28.6225 153.0036 80.0 KYOGLE POST OFFICE +ASN00058033 -29.4967 153.1041 8.0 LAWRENCE POST OFFICE +ASN00058034 -28.8000 153.6000 2.0 LENNOX HEAD +ASN00058035 -28.6000 153.2000 43.0 LILLIAN ROCK +ASN00058036 -28.3100 153.2228 96.0 CHILLINGHAM (LIMPINWOOD) +ASN00058037 -28.8070 153.2628 11.0 LISMORE (CENTRE STREET) +ASN00058038 -29.4521 153.2007 6.0 MACLEAN (MCLACHLAN STREET) +ASN00058039 -29.0375 152.6897 180.0 MOUNT PIKAPENE FORESTRY +ASN00058040 -28.5451 153.4948 15.0 MULLUMBIMBY (FAIRVIEW FARM) +ASN00058041 -28.8000 152.9000 -999.9 MUMMULGUM +ASN00058042 -28.3167 153.4000 5.8 MURWILLUMBAH POST OFFICE +ASN00058043 -28.7000 153.5000 30.0 NEWRYBAR +ASN00058044 -28.5966 153.2233 70.0 NIMBIN POST OFFICE +ASN00058045 -29.9691 152.7265 200.0 NYMBOIDA (ARMIDALE ROAD) +ASN00058046 -29.7500 153.1167 24.4 PILLAR VALLEY +ASN00058047 -29.6000 153.2000 15.2 PINE BRUSH STATE FOREST +ASN00058048 -29.6000 152.8000 33.5 RAMORNIE +ASN00058049 -28.6333 153.4000 -999.9 ROCKY CREEK DAM +ASN00058050 -28.4833 152.9167 152.0 ROSEBERRY STATE FOREST NURSERY +ASN00058051 -29.5667 153.0667 -999.9 SOUTHGATE +ASN00058052 -29.2000 153.2667 18.3 TABBIMOBILE STATE FOREST +ASN00058053 -28.9333 153.1500 17.1 TATHAM +ASN00058054 -28.3644 153.1422 140.0 PUMPENBIL (TYALGUM) +ASN00058055 -29.4000 153.1000 9.0 TULLYMORGAN +ASN00058056 -28.2025 153.5502 5.0 TWEED HEADS GOLF CLUB +ASN00058057 -28.3600 153.2078 55.0 TYALGUM (COODGEE STREET) +ASN00058058 -28.4167 153.3333 28.0 UKI (SUNNYVALE) +ASN00058059 -29.6309 153.0286 5.0 ULMARRA (NEWSAGENCY) +ASN00058060 -28.5988 153.3783 370.0 WHIAN WHIAN (RUMMERY PARK) +ASN00058061 -29.0713 153.3449 5.0 WOODBURN POST OFFICE +ASN00058062 -28.9000 153.0000 51.8 WOODVIEW +ASN00058063 -28.8755 153.0493 26.0 CASINO AIRPORT 94574 +ASN00058064 -29.4500 152.5833 -999.9 BOM BOM STATE FOREST +ASN00058065 -29.0167 153.4333 6.0 BROADWATER SUGAR MILL +ASN00058066 -28.5833 152.8333 -999.9 AFTERLEE POST OFFICE +ASN00058067 -28.2406 153.3778 330.0 TOMEWIN (BORDER GATE) +ASN00058068 -29.4133 153.0153 110.0 LAWRENCE ROAD (PRINGLES WAY) +ASN00058069 -28.6500 153.1167 76.2 LARNOOK +ASN00058070 -28.6384 153.4128 75.0 ROSEBANK (REPENTANCE CREEK) +ASN00058071 -28.8000 153.3167 107.0 LISMORE (GOONELLEBAH) +ASN00058072 -28.6533 153.4542 175.0 FEDERAL POST OFFICE +ASN00058073 -29.4945 152.7945 80.0 COPMANHURST (STOCKYARD CREEK) +ASN00058074 -29.9312 152.8659 68.0 KANGAROO CREEK (JALOOM) +ASN00058075 -29.8000 153.0167 40.0 GLENUGIE +ASN00058076 -29.7000 152.9333 8.0 GRAFTON SOUTH (PLUVIOGRAPH) +ASN00058077 -29.6224 152.9605 25.0 GRAFTON RESEARCH STN 95571 +ASN00058078 -28.7777 153.1133 29.0 BENTLEY +ASN00058079 -29.7619 153.1047 15.0 PILLAR VALLEY +ASN00058080 -29.8700 153.2653 5.0 WOOLI BEACH +ASN00058081 -28.9667 152.8167 100.0 UPPER MONGOGARIE (KIMBERLEY) +ASN00058082 -29.1000 153.2000 10.0 ABERDARE +ASN00058083 -28.5000 153.5000 8.0 BILLINUDGEL +ASN00058084 -28.2000 153.6000 -999.9 CARN BRAE +ASN00058085 -28.7000 153.4000 23.0 CLUNES +ASN00058086 -28.8000 153.3000 23.0 KOOLOOL +ASN00058087 -28.7000 153.5000 30.0 PEARCES CREEK +ASN00058088 -28.6724 152.9081 75.0 ETTRICK (CARARA) +ASN00058089 -28.9000 153.5000 3.0 PIMLICO +ASN00058090 -28.5000 152.9000 300.0 ROSEBERRY +ASN00058091 -28.8000 153.5000 55.0 SPRING HILL +ASN00058092 -28.2000 153.5333 -999.9 WARNLEIGH +ASN00058093 -28.8194 153.4161 150.0 WOLLONGBAR (CENTRAL PARK DRIVE +ASN00058094 -29.1000 153.0667 -999.9 BRAEMAR +ASN00058095 -29.0333 153.2833 5.0 BUNGAWALBIN +ASN00058096 -29.7500 153.1000 -999.9 COLDSTREAM UPPER +ASN00058097 -29.1514 153.2792 22.0 NEW ITALY (VINEYARD HAVEN) +ASN00058098 -29.7000 152.8000 -999.9 RAMORNIE 2 +ASN00058099 -29.2822 152.9888 50.0 WHIPORIE POST OFFICE +ASN00058100 -29.3667 152.8167 91.4 ROSEBANK +ASN00058101 -29.0000 153.0500 45.7 ELLANGOWAN (MOUNT BOOMERANG) +ASN00058102 -29.7370 152.7852 25.0 GRAFTON SOUTH (SOUTH GRAFTON +ASN00058103 -28.5513 153.5475 5.0 BRUNSWICK HEADS BOWLING CLUB +ASN00058104 -28.7167 153.5500 -999.9 KOREELAH +ASN00058105 -29.2333 153.1000 54.9 GIBBERAGEE +ASN00058106 -28.6044 153.0900 225.0 CAWONGLA +ASN00058107 -28.4500 153.4833 15.0 BURRINGBAR (HARNETT) +ASN00058108 -28.7667 153.0333 -999.9 BACKMEDE (GREEN GATES) +ASN00058109 -28.3672 153.1689 91.0 TYALGUM (KERRS LANE) +ASN00058110 -28.3500 152.9667 167.6 COUGAL +ASN00058111 -28.7167 152.8833 61.0 DOUBTFUL GREEK +ASN00058112 -28.5833 152.9000 182.9 EDEN CREEK +ASN00058113 -28.4738 153.0861 210.0 GREEN PIGEON (MORNING VIEW) +ASN00058114 -28.5667 153.3667 244.0 HUON BROOK (MULLUMBIMBY) +ASN00058115 -28.3848 152.8788 145.0 GREVILLIA (GREVILLA (SUMMERLAN +ASN00058116 -28.4500 153.0000 110.0 LYNCHS CREEK (WARRAZAMBLE ROAD +ASN00058117 -28.7167 153.3000 152.4 MODANVILLE +ASN00058118 -28.4000 153.3167 61.0 MOUNT WARNING +ASN00058119 -28.8500 152.9000 70.1 PIORA +ASN00058120 -28.7500 153.1833 91.4 ROCK VALLEY POST OFFICE +ASN00058121 -28.8000 152.9500 33.5 STRATHEDEN +ASN00058122 -28.4167 152.7500 274.3 UNUMGAR STATE FOREST +ASN00058123 -28.2833 153.3167 61.0 UPPER CRYSTAL CREEK +ASN00058124 -29.1333 153.0667 30.5 MAIN CAMP +ASN00058125 -28.5467 153.2872 810.0 NIMBIN (MOUNT NARDI) +ASN00058126 -28.5833 152.7667 201.2 CLUNES (TOONUMBAR) +ASN00058127 -28.7319 153.4065 112.0 CLUNES (MAIN RD) +ASN00058128 -28.9000 153.5833 -999.9 BALLINA WEST +ASN00058129 -28.4658 153.2632 61.0 KUNGHUR (THE JUNCTION) +ASN00058130 -29.6823 152.9278 9.0 GRAFTON OLYMPIC POOL 94571 +ASN00058131 -28.8521 153.4556 140.0 ALSTONVILLE TROPICAL FRUIT RES 94583 +ASN00058132 -28.7167 152.8667 91.4 DYRAABA CENTRAL +ASN00058133 -28.7177 153.3620 37.0 CORNDALE (WILLOW VALE) +ASN00058134 -28.7667 152.7667 365.8 THERESA CREEK (ROSEVIEW) +ASN00058135 -28.8926 153.4479 32.0 MEERSCHAUMVALE (MEERSCHAUM VAL +ASN00058136 -28.9000 153.5167 31.0 PIMLICO (AMAROO) +ASN00058137 -28.2562 153.5778 5.0 KINGSCLIFF (MARINE PARADE) +ASN00058138 -29.8445 152.9030 45.0 KANGAROO CREEK (HAYFIELD) +ASN00058139 -28.5917 152.8958 130.0 EDEN CREEK (KARINGAL) +ASN00058140 -28.5083 152.9650 80.0 WIANGAREE BRIDGE (RICHMOND RIV +ASN00058141 -28.4119 152.9827 160.0 LOADSTONE (HIGH VIEW) +ASN00058142 -28.2333 153.4667 38.1 BILAMBIL +ASN00058144 -29.0500 152.8000 100.0 RAPPVILLE (BUSBY FLAT) +ASN00058145 -29.6667 153.1000 7.6 TUCABIA +ASN00058146 -28.6211 152.9977 55.0 KYOGLE (LARKIN STREET) +ASN00058147 -28.6696 153.2789 35.0 THE CHANNON +ASN00058148 -28.5276 153.1519 345.0 LILLIAN ROCK (WILLIAMS ROAD) +ASN00058149 -29.4053 153.3526 3.0 ILUKA (OWEN ST) +ASN00058150 -28.2583 153.3200 91.0 UPPER CRYSTAL CREEK (ARKUNA) +ASN00058151 -28.7500 152.8500 152.4 DYRAABA CREEK (TUBUMOREY) +ASN00058152 -29.5378 153.1657 15.0 MACLEAN (SOUTH ARM) +ASN00058153 -28.2333 153.4333 36.6 CAROOL (STITZS) +ASN00058154 -28.9667 153.0500 38.1 ELLANGOWAN (YORKLEA ROAD) +ASN00058155 -29.7167 153.1167 -999.9 ULMARRA (COLLETTS ISLAND) +ASN00058156 -28.3418 153.1652 138.0 TYALGUM (WARNING VIEW) +ASN00058157 -29.0000 153.0500 38.0 ELLANGOWAN (EAGLEHAWK) +ASN00058158 -28.3395 153.3809 8.0 MURWILLUMBAH (BRAY PARK) 94582 +ASN00058159 -29.1000 153.4500 25.0 EVANS HEAD AMO +ASN00058161 -29.7583 153.0297 25.1 GRAFTON AIRPORT AWS 95570 +ASN00058162 -28.7278 153.4622 30.0 NASHUA (WILSONS RIVER) +ASN00058163 -28.2167 153.4667 140.0 TERRANORA +ASN00058164 -29.1333 153.4500 31.0 EVANS HEAD (ANSON AVENUE) +ASN00058165 -28.6229 153.4090 140.0 ROSEBANK (UPPER COOPERS CREEK) +ASN00058166 -29.4000 153.2167 3.0 WARREGAH ISLAND +ASN00058167 -28.4147 153.3339 30.0 UKI (TWEED RIVER) +ASN00058171 -28.9263 153.4178 14.0 MEERSCHAUM VALE (JENBETDAPH) +ASN00058172 -28.3833 153.3333 20.0 DUM DUM PUBLIC SCHOOL +ASN00058173 -28.5833 152.8000 280.0 TOONUMBAR STATE FOREST +ASN00058174 -28.6833 153.1833 50.0 NIMBIN (JIGGI) +ASN00058180 -28.6069 153.2083 60.0 NIMBIN (GOOLMANGAR CREEK) +ASN00058182 -28.5067 153.3389 190.0 UPPER COMMISSIONERS CRK (DOON +ASN00058183 -28.5013 153.3059 100.0 DOON DOON (DOUGHBOY MOUNTAIN) +ASN00058186 -28.3283 153.4000 -999.9 MURWILLUMBAH (TWEED RIVER) +ASN00058189 -29.7833 152.9467 80.0 SOUTH GRAFTON (DIVINES STATE F +ASN00058190 -29.5833 152.7500 40.0 UPPER COPMANHURST +ASN00058192 -28.9883 152.8806 70.0 UPPER MONGOGARIE (MARANGAROO) +ASN00058193 -28.3538 153.2930 20.0 EUNGELLA (OXLEY RIVER) +ASN00058194 -28.3811 152.7174 25.0 DAIRY FLAT +ASN00058195 -28.5063 152.9668 80.0 WIANGAREE POST OFFICE +ASN00058197 -28.2678 153.2396 320.0 MOUNT NUMINBAH +ASN00058198 -28.8353 153.5585 1.3 BALLINA AIRPORT AWS 94596 +ASN00058199 -28.7364 153.1634 20.0 ROCK VALLEY (LEYCESTER CREEK) +ASN00058201 -28.7967 153.2386 10.0 TUNCESTER (LEYCESTER CREEK) +ASN00058202 -28.7406 153.0750 40.0 BENTLEY (BACK CREEK) +ASN00058204 -28.3217 153.3467 30.0 BOAT HARBOUR (ROUS RIVER) +ASN00058206 -28.7231 153.3614 25.0 EWING BRIDGE CORNDALE (COOPERS +ASN00058207 -29.0374 152.8055 105.0 BUSBYS FLAT +ASN00058208 -28.8775 153.0520 20.9 CASINO AIRPORT AWS 94573 +ASN00058209 -28.3805 153.5672 5.0 POTTSVILLE BOWLS CLUB +ASN00058210 -28.5041 153.3347 280.0 COMMISSIONERS CREEK (BLUE RIDG +ASN00058211 -29.3571 153.2869 15.0 WOOMBAH (EMU DRIVE) +ASN00058212 -29.1830 153.3964 62.5 EVANS HEAD RAAF BOMBING RANGE 94598 +ASN00058213 -28.2597 153.2353 425.0 NUMINBAH GATE +ASN00058214 -28.8343 153.2616 8.7 LISMORE AIRPORT AWS 94572 +ASN00058216 -28.6399 153.6358 95.0 BYRON BAY (CAPE BYRON AWS) 94599 +ASN00058217 -28.2756 153.4628 2.0 TUMBULGUM (BAWDEN ST) +ASN00058218 -29.6297 152.8636 35.0 SEELANDS (BREAM PLACE) +ASN00058219 -29.4917 153.2481 10.0 GULMARRAD (COLONIAL DRIVE) +ASN00058220 -28.7050 152.8414 75.0 WOOLNERS ARM +ASN00058221 -28.7853 153.3409 105.0 LISMORE (RICHMOND HILL) 94586 +ASN00058222 -29.7847 153.2639 30.0 MINNIE WATER PUMP SHED +ASN00058223 -29.7964 153.1447 250.0 WOOLI (SANDSTONE HILL) +ASN00059000 -30.8141 152.5129 95.0 BELLBROOK (EAST STREET) +ASN00059001 -30.4519 152.8979 15.0 BELLINGEN POST OFFICE +ASN00059002 -30.6500 152.8486 20.0 BOWRAVILLE RECREATION CLUB +ASN00059003 -30.2667 152.8667 150.0 BROOKLANA +ASN00059004 -30.2500 152.8500 485.0 BROOKLANA (BOBO NURSERY) +ASN00059005 -30.1500 153.1000 -999.9 BUCCA LOWER FORESTRY +ASN00059006 -30.1619 153.0982 112.0 LOWER BUCCA +ASN00059007 -31.0711 152.7717 13.0 KEMPSEY AIRPORT AWS 94785 +ASN00059008 -30.0903 152.6333 600.0 CLOUDS CREEK STATE FOREST +ASN00059009 -30.2358 153.0163 95.0 CORAMBA (GLENFIDDICH) +ASN00059010 -30.3000 153.1000 21.0 COFFS HARBOUR +ASN00059011 -30.2667 152.9833 131.1 UPPER URARA (THE KNOLL) +ASN00059012 -30.3167 152.5500 -999.9 DEER VALE +ASN00059013 -30.3422 152.7117 731.0 DORRIGO POST OFFICE +ASN00059014 -30.6667 152.4000 457.2 FIVE DAY CREEK +ASN00059015 -30.0500 152.9833 -999.9 GLENREAGH +ASN00059016 -30.5000 152.7333 -999.9 KALANG ROAD +ASN00059017 -31.0770 152.8235 10.0 KEMPSEY (WIDE STREET) 94788 +ASN00059018 -30.7241 152.9168 33.0 MACKSVILLE COUNTRY CLUB +ASN00059019 -30.3641 152.4061 1270.0 EBOR (THE RACECOURSE) +ASN00059020 -31.2500 152.9000 3.0 CRESCENT HEAD (NEVERTIRE) +ASN00059021 -30.2833 152.7833 716.3 MEGAN (THE MOUNT) +ASN00059022 -30.4000 152.4000 1371.6 GUY FAWKES 2 +ASN00059023 -30.6500 153.0000 -999.9 NAMBUCCA FORESTRY +ASN00059024 -30.6437 152.9998 5.0 NAMBUCCA HEADS BOWLING CLUB +ASN00059025 -29.9000 153.2000 -999.9 NEWFOUNDLAND STATE FOREST +ASN00059026 -30.3076 152.9874 145.0 UPPER ORARA (AURANIA) +ASN00059027 -30.2000 153.0000 -999.9 ORARA WEST STATE FOREST +ASN00059028 -30.4000 153.0000 -999.9 PINE CREEK FORESTRY +ASN00059029 -30.4500 153.0000 3.0 RALEIGH POST OFFICE +ASN00059030 -30.9225 153.0870 117.0 SOUTH WEST ROCKS (SMOKY CAPE L 94790 +ASN00059031 -30.9500 152.8000 -999.9 TANBAN FORESTRY +ASN00059032 -30.7846 152.7071 43.0 TAYLORS ARM (LEMON GROVE) +ASN00059033 -30.4252 152.7789 45.0 THORA POST OFFICE +ASN00059034 -30.9000 152.6167 73.0 HICKEYS CREEK POST OFFICE +ASN00059035 -30.0064 152.8403 95.0 TOWALLUM (MAXWELTON) +ASN00059036 -31.0167 152.7167 13.7 TURNERS FLAT +ASN00059037 -30.4962 153.0119 15.0 URUNGA (SUNSET PLACE) +ASN00059038 -30.6833 152.7500 61.0 BOWRAVILLE (WEEROONA) +ASN00059039 -30.1052 153.1956 2.0 WOOLGOOLGA (CLEAR PLACE) +ASN00059040 -30.3107 153.1187 5.0 COFFS HARBOUR MO 94791 +ASN00059041 -30.0500 152.9833 -999.9 GLENREAGH FORESTRY STATION +ASN00059042 -30.0500 152.9782 67.0 GLENREAGH POST OFFICE +ASN00059043 -31.0833 152.8333 10.0 WEST KEMPSEY (ABC 2KP) +ASN00059044 -29.9667 153.2167 -999.9 BARCOONGERE STATE FORESTRY +ASN00059045 -30.3614 152.4917 1230.0 MELDRUM (COOLAWARRAH) +ASN00059046 -30.4383 152.6467 119.0 DARKWOOD +ASN00059047 -31.1802 152.9681 8.0 CRESCENT HEAD +ASN00059049 -30.2833 152.6333 683.0 BOSTOBRICK POST OFFICE +ASN00059050 -30.9167 152.5833 52.0 TOOROOKA +ASN00059051 -30.1167 153.1833 30.5 WOOLGOOLGA STATE FOREST +ASN00059052 -30.8996 152.6629 85.0 WILLAWARRIN (DENLEIGH) +ASN00059053 -30.7833 152.6000 152.0 MILLBANK (PINDAH) +ASN00059054 -30.0500 152.9794 67.0 GLENREAGH GENERAL STORE +ASN00059055 -30.9699 152.5113 80.0 TOOROOKA (MOPARRABAH) +ASN00059056 -30.7333 152.5000 -999.9 KOGAL (NULLA NULLA CK) +ASN00059057 -30.6167 152.5667 225.0 THUMB CREEK (UPPER TAYLORS ARM +ASN00059058 -30.6667 152.4500 -999.9 WATTS CREEK (NULLA) +ASN00059059 -30.9500 152.4167 150.0 BELLBROOK (WILLI WILLI) +ASN00059060 -31.1167 152.6833 46.0 WITTITRIN +ASN00059061 -30.7833 152.3725 125.0 COMARA +ASN00059062 -30.4978 153.0183 10.0 URUNGA FORESTRY OFFICE +ASN00059063 -30.1500 152.9000 480.0 MOLETON (MOLEW ROAD) +ASN00059064 -30.7000 152.5000 -999.9 SUNDAY CAMP +ASN00059065 -31.0000 152.9000 -999.9 SEVEN OAKS (BELLIMBOPINNI) +ASN00059066 -30.3500 152.8667 45.7 TALLOWWOOD POINT +ASN00059067 -30.3439 152.7128 740.0 DORRIGO (MYRTLE ST) +ASN00059068 -30.9809 152.7990 51.0 COLLOMBATTI (BENBULLEN) +ASN00059069 -30.5000 152.9000 -999.9 FERNMOUNT +ASN00059070 -30.4508 152.6231 -999.9 UPPER DARKWOOD +ASN00059071 -30.2000 152.9000 -999.9 LITTLE NYMBOIDA +ASN00059072 -30.8000 152.6000 -999.9 MYUNA +ASN00059073 -31.1000 152.7000 -999.9 SHERWOOD +ASN00059074 -30.2000 153.2667 40.0 SOUTH SOLITARY ISLAND +ASN00059075 -30.8495 152.8832 48.0 EUNGAI CREEK (SOUTHBANK ROAD) +ASN00059076 -30.2167 152.5333 800.0 TYRINGHAM POST OFFICE +ASN00059077 -30.2000 152.4667 762.0 DUNDARRABIN (OBLO) +ASN00059078 -30.3488 152.9025 105.0 PROMISED LAND (BELLINGEN (CRYS +ASN00059079 -30.1500 152.4833 870.0 TYRINGHAM (SHADY ACRES) +ASN00059080 -30.3183 152.8600 1040.0 MEGAN (MOUNT MOOMBIL) +ASN00059081 -31.2659 152.9645 8.0 CRESCENT HEAD (DELICATE NOBBY +ASN00059082 -30.2333 152.8833 550.0 ULONG TOWNSHIP +ASN00059083 -30.3500 152.6333 914.4 DORRIGO (LEARMONTHS FARM) +ASN00059084 -30.9450 152.4850 135.0 TOOROOKA (SEBASTAPOL) +ASN00059090 -30.7500 153.0000 10.0 SCOTTS HEAD POST OFFICE +ASN00059091 -29.9500 153.1167 107.0 HALFWAY CREEK MOTEL +ASN00059092 -29.9179 153.0683 66.0 HALFWAY CREEK (PACIFIC HWY) +ASN00059093 -30.3000 152.4167 914.4 WIRRIALPA (HERNANI) +ASN00059094 -30.4167 152.8667 50.0 BELLINGEN (THE OBSERVATORY) +ASN00059095 -30.2743 152.9626 140.0 UPPER ORARA (DAIRYVILLE) +ASN00059096 -30.7500 152.5000 182.9 BELLBROOK (NULLA NULLA CRK HMS +ASN00059097 -30.3333 153.0333 152.0 UPPER ORARA (FRIDAY CREEK) +ASN00059098 -29.9500 153.0333 30.5 KUNGALA (OMEGA FLATS) +ASN00059099 -30.3433 152.7100 725.0 DORRIGO POLICE STATION +ASN00059100 -30.4346 152.6755 75.0 ORAMA (DARKWOOD ROAD) +ASN00059101 -30.2697 153.0064 130.0 UPPER ORARA (FAIRVIEW) +ASN00059102 -30.1667 152.8833 556.3 MOLETON (CRADLE CREEK ROAD) +ASN00059103 -30.3167 152.8833 610.0 UPPER BO BO (COOLUMBLA PARK) +ASN00059104 -30.8500 152.6333 70.1 MILLBANK POST OFFICE +ASN00059105 -30.2104 152.8990 550.0 LOWANNA (GRAFTON ST) +ASN00059106 -30.1000 153.2000 24.0 WOOLGOOLGA (SAFETY BEACH) +ASN00059107 -30.5660 152.6528 100.0 GIRRALONG +ASN00059108 -30.1833 152.8667 549.0 LOWANNA (YALAMURRA) +ASN00059109 -30.8781 152.8207 70.0 EUNGAI (SEARLES RD) +ASN00059110 -30.6688 152.7638 48.0 BOWRAVILLE (COW COWNTY) +ASN00059113 -30.3098 152.7636 783.0 LEIGH (ROLLING ACRES) +ASN00059115 -30.3500 152.5333 1173.0 DORRIGO (DEER VALE ROAD) +ASN00059116 -31.1053 152.8767 10.0 KEMPSEY (EVER REST) +ASN00059118 -30.2493 152.4630 1010.0 TYRINGHAM (GLENFERNEIGH (RING +ASN00059119 -30.5167 151.6833 80.0 KALANG (WYEMBAH) +ASN00059120 -30.6801 152.6079 90.0 THUMB CREEK (FIGTREE) +ASN00059122 -30.8217 152.5067 70.0 BELLBROOK (MACLEAY RIVER) +ASN00059124 -29.9806 152.7222 180.0 NYMBOIDA (NYMBOIDA RIVER) +ASN00059128 -30.9783 152.5106 -999.9 MAJORS CREEK (MOPARRABAH (PARR +ASN00059130 -30.4211 152.8089 50.0 BELLINGEN (CHELSEA) +ASN00059131 -30.8796 152.6113 70.0 MILLBANK (FAIRLIE DOWNS) +ASN00059132 -30.0611 153.1944 3.0 ARRAWARRA CARAVAN PARK +ASN00059133 -29.9861 153.2236 2.0 RED ROCK (SCHAFER STREET) +ASN00059134 -30.4523 152.9008 15.0 BELLINGEN (HYDE STREET) +ASN00059135 -31.0800 152.7833 7.0 EUROKA (ALDAVILLA (MACLEAY RIV +ASN00059136 -30.2653 152.4389 1115.0 HERNANI (GRASSTREE KNOB) +ASN00059137 -30.2803 152.6699 745.0 NORTH DORRIGO (TYRINGHAM ROAD) +ASN00059138 -30.6639 152.6528 870.0 BOWRA SUGARLOAF +ASN00059139 -30.1014 153.0009 70.0 NANA GLEN (COWLING CLOSE) +ASN00059140 -30.3442 152.7187 746.0 DORRIGO (OLD CORAMBA RD) 94789 +ASN00059143 -30.8585 152.9983 3.0 FISHERMANS REACH +ASN00060000 -31.3167 151.5833 225.0 BELLANGRY STATE FOREST 524 +ASN00060001 -31.9500 152.5667 4.6 OXLEY ISLAND (LYNDHURST) +ASN00060002 -32.4129 152.2079 10.0 BULAHDELAH POST OFFICE +ASN00060003 -32.1189 152.2080 95.0 BULBY BRUSH (BLUE LOOK-OUT) +ASN00060004 -31.5500 152.8500 18.3 LAKE CATHIE POST OFFICE +ASN00060005 -31.6058 152.4681 590.0 COMBOYNE POST OFFICE +ASN00060006 -31.7900 152.6092 45.0 MOORLAND (COOPERNOOK STATE FOR +ASN00060008 -32.2000 151.9000 -999.9 CRAVEN STATE FOREST +ASN00060009 -32.2000 152.3167 38.1 COOLONGALOOK STATE FOREST +ASN00060010 -31.9000 152.5167 9.1 CUNDLETOWN POST OFFICE +ASN00060012 -31.6333 152.3000 570.0 ELANDS POST OFFICE +ASN00060013 -32.1756 152.5089 4.0 FORSTER - TUNCURRY R.V.C.P. 95778 +ASN00060014 -31.6833 151.4000 548.6 ELLERSTON (GLENROCK) +ASN00060015 -32.0063 151.9597 105.0 GLOUCESTER POST OFFICE +ASN00060016 -31.8000 151.5000 914.4 GREENWOOD +ASN00060017 -31.7004 152.5833 33.0 HANNAM VALE (HANNAM VALE ROAD) +ASN00060018 -31.1894 152.8224 15.0 KUNDABUNG (RAVENSWOOD RD) +ASN00060019 -31.6000 152.2000 -999.9 HYNDMAN +ASN00060020 -31.6321 152.7047 20.0 KENDALL POST OFFICE +ASN00060021 -32.0512 152.2598 75.0 KRAMBACH POST OFFICE +ASN00060022 -31.6392 152.7869 12.0 LAURIETON (ELOUERA ST) +ASN00060023 -31.8714 152.6827 6.0 HARRINGTON (OXLEY ANCHORAGE CA +ASN00060024 -31.7816 152.6684 5.0 MOORLAND (DENRO-AN) +ASN00060025 -31.7547 152.7456 14.0 DIAMOND HEAD (POBBLEBONKS) +ASN00060026 -31.4399 152.9110 20.0 PORT MACQUARIE (BELLEVUE GARDE +ASN00060027 -31.6561 152.6146 55.0 LORNE (LORNE ROAD) +ASN00060028 -32.4324 152.5234 4.0 SEAL ROCKS CAMPING RESERVE +ASN00060029 -31.7333 152.6500 33.5 STEWARTS RIVER PUBLIC SCHOOL +ASN00060030 -31.8986 152.4834 5.0 TAREE (RADIO STATION 2RE) +ASN00060031 -31.3364 152.7852 10.0 TELEGRAPH POINT (FARRAWELLS RO +ASN00060032 -32.3500 152.4000 -999.9 TOPI TOPI +ASN00060033 -32.0927 152.2471 165.0 KRAMBACH (BELLEVUE) +ASN00060034 -31.4667 152.7333 9.1 WAUCHOPE STATE FOREST +ASN00060035 -31.4595 152.7315 10.0 WAUCHOPE (AVONDALE STREET) +ASN00060036 -31.8620 152.3444 66.0 WINGHAM (LANARK CLOSE) +ASN00060037 -31.8867 152.1117 60.0 BUNDOOK (GLENHAUGH) +ASN00060038 -32.0500 151.7333 -999.9 INVERGORDON +ASN00060039 -31.6367 152.7061 8.0 KENDALL FORESTRY +ASN00060040 -31.7667 151.4333 1069.8 GLENROCK OUTSTATION +ASN00060041 -31.4167 152.1500 823.0 DOYLES RIVER STATE FOREST +ASN00060042 -32.1532 151.9511 130.0 CRAVEN (LONGVIEW) +ASN00060043 -31.8000 151.5167 1067.0 COLORADO +ASN00060044 -31.5833 151.2667 685.8 BELLBROOK (NUNDLE) +ASN00060045 -32.0667 151.8333 214.0 GLOUCESTER (BERRICO) +ASN00060046 -31.6877 152.2688 165.0 BOBIN (BOBIN CREEK) +ASN00060047 -32.3900 152.4000 32.0 BUNGWAHL (BUTTABA) +ASN00060048 -31.7000 152.4500 106.7 LANSDOWNE UPPER +ASN00060049 -31.8667 151.8333 182.9 BARRINGTON (CONEAC) +ASN00060050 -31.6659 151.7521 195.0 GLOUCESTER (CORROBOREE FLAT) +ASN00060051 -31.2833 152.3000 228.6 BIRDWOOD (ELBEE GLEN) +ASN00060052 -31.2322 152.5906 96.0 UPPER ROLLANDS PLAINS (GREENAC +ASN00060053 -31.7966 151.9062 122.0 BRETTI (VINEGAR HILL) +ASN00060054 -31.7833 152.2167 45.7 WHERROL FLAT (HARRISONS FARM) +ASN00060055 -31.4368 152.4914 62.0 LONG FLAT POST OFFICE +ASN00060056 -31.4533 151.7783 550.0 NOWENDOC (MOUNT CARRINGTON) +ASN00060057 -31.7500 151.6833 670.6 MYRA +ASN00060058 -31.7333 152.0667 106.7 NUMBER ONE +ASN00060059 -31.9833 151.7000 304.8 RAWDON VALE +ASN00060060 -31.5500 152.0667 650.0 GLAMIS (TERRABERNALLA) +ASN00060061 -31.4500 151.5167 1235.0 TOP HAT +ASN00060062 -32.1325 152.0889 340.0 WAUKIVORY (THE RANCH) +ASN00060063 -31.4167 152.3500 91.4 YARRAS (PLYWOOD MILL) +ASN00060064 -31.4733 152.2283 564.0 YARRAS (YARROWELL) +ASN00060065 -32.2942 152.3047 -999.9 WOOTTON +ASN00060066 -31.4667 151.4167 1218.9 NIANGALA (COWSBY) +ASN00060067 -31.2821 152.4315 220.0 UPPER PAPPINBARRA (HILLCREST) +ASN00060068 -31.2000 152.4000 853.0 YARRAS (CAMERONS CAMP) +ASN00060069 -31.6167 151.9333 -999.9 COOPLACURRIPA +ASN00060070 -31.6000 152.7000 -999.9 HERONS CREEK +ASN00060071 -31.2000 152.6000 -999.9 ROLLANDS PLAINS +ASN00060072 -32.2000 152.5000 -999.9 TUNCURRY +ASN00060073 -31.8000 152.2333 -999.9 WHERROL FLAT +ASN00060074 -32.0833 152.4500 8.5 FAILFORD POST OFFICE +ASN00060075 -31.9500 151.7923 280.0 GLOUCESTER (UPPER BOWMAN) +ASN00060076 -31.4333 152.9000 10.0 PORT MACQUARIE DMR +ASN00060077 -31.6000 152.8500 52.0 BONNY HILLS POST OFFICE +ASN00060078 -31.7667 152.3167 83.8 MARLEE (WARRIWILLAH POST OFFIC +ASN00060079 -31.6000 152.0333 -999.9 MOUNT GEORGE (STRIKE A LITE) +ASN00060080 -31.6274 152.4430 670.0 COMBOYNE SOUTH +ASN00060081 -31.7233 151.8017 155.0 GLOUCESTER (GIRO) +ASN00060082 -31.5304 151.7327 840.0 NOWENDOC (BEAUFORT) +ASN00060083 -31.6500 151.9833 200.0 COOPLA CURRIPA (LAWN HILL) +ASN00060084 -31.4500 151.7667 670.6 NOWENDOC (BRIDLE VALE) +ASN00060085 -31.3865 152.2482 155.0 YARRAS (MOUNT SEAVIEW) 94783 +ASN00060086 -31.5864 152.2708 645.0 GLENWARRIN (SCHOOL HOUSE) +ASN00060087 -31.9667 152.3667 76.0 TINONEE (CARINYA) +ASN00060088 -32.3500 152.5333 42.0 PACIFIC PALMS (BOOMERANG BEACH +ASN00060089 -32.2500 151.9833 15.0 WARDS RIVER (MOANA) +ASN00060090 -31.3422 152.3410 135.0 BIRDWOOD +ASN00060091 -31.7500 152.4833 31.0 CENTRAL LANSDOWNE (OAKDALE) +ASN00060092 -31.7840 152.5353 10.0 LANSDOWNE POST OFFICE +ASN00060093 -31.6986 152.4734 58.0 UPPER LANSDOWNE (MONTEREY) +ASN00060095 -32.3750 152.3808 -999.9 BUNGWAHL +ASN00060096 -32.2583 152.1208 -999.9 CABBAGE TREE MOUNTAIN +ASN00060097 -31.9333 152.4167 15.2 TINONEE +ASN00060099 -32.4436 152.1561 -999.9 CRAWFORD RIVER (CRAWFORD) +ASN00060100 -31.7167 152.6333 12.2 STEWARTS RIVER (RED OAKS) +ASN00060101 -31.2833 152.6667 45.7 ROLLANDS PLAINS (ROLLANDS PLAI +ASN00060102 -31.8260 152.0210 80.0 CUNDLE FLAT (KHATAMBUHL) +ASN00060103 -32.0641 152.1243 180.0 KRAMBACH (TIPPERARY) +ASN00060104 -31.4138 151.5980 1130.0 NOWENDOC (GREEN HILLS) +ASN00060106 -31.6647 152.0637 120.0 NUMBER ONE (MURRAYS CREEK) +ASN00060107 -31.8833 152.1500 50.0 MOUNT GEORGE (ROSEWOOD) +ASN00060112 -32.0525 151.9147 125.0 GLOUCESTER (HIAWATHA) +ASN00060113 -31.8667 151.7500 735.0 BUNGULLA (CRAVEN PLATEAU) +ASN00060114 -31.7000 152.7000 244.0 MIDDLE BROTHER S.FOREST +ASN00060116 -31.4367 152.4633 -999.9 KINDEE BRIDGE (HASTINGS RIVER) +ASN00060117 -31.8833 152.1500 15.0 MOUNT GEORGE (MANNING RIVER) +ASN00060118 -31.7753 152.0778 70.0 ROCKS CROSSING (NOWENDOC RIVER +ASN00060121 -31.5667 152.2401 660.0 ELANDS (BLACK SANDS CREEK) +ASN00060122 -31.8922 152.2739 90.0 KILLAWARRA (URALBA) +ASN00060123 -32.6526 152.1462 8.0 HAWKS NEST / TEA GARDENS (TEA +ASN00060125 -31.3923 152.5380 100.0 HOLLISDALE (PAPPINBARRA RD) +ASN00060127 -31.5022 151.3428 1240.0 NUNDLE (OLSLAND) +ASN00060128 -31.5833 151.3167 610.0 NUNDLE (BARRY) +ASN00060130 -31.2936 152.3121 170.0 FORBES RIVER (BIRDWOOD) +ASN00060131 -31.6231 152.2925 555.0 ELANDS POST OFFICE +ASN00060134 -31.3333 152.8000 -999.9 WILSONS RIVER (TELEGRAPH POINT +ASN00060135 -31.8267 152.6064 10.0 COOPERNOOK PUBLIC SCHOOL +ASN00060136 -31.4846 152.7298 15.0 WAUCHOPE (COMMERCE ST) +ASN00060137 -31.7683 151.8889 120.0 BRETTI-MACKAY (BARNARD RIVER) +ASN00060139 -31.4336 152.8655 4.2 PORT MACQUARIE AIRPORT AWS 94786 +ASN00060140 -31.4458 151.7301 1020.0 NOWENDOC (EMU TOPS) +ASN00060141 -31.8896 152.5120 8.0 TAREE AIRPORT AWS GSN 95784 +ASN00060142 -31.3997 151.4995 1250.0 NIANGALA (KENTUCKY BLUE) +ASN00060143 -32.1611 152.2522 45.0 DYERS CROSSING (WANG WAUK ROAD +ASN00060144 -32.3796 152.5062 40.0 SMITHS LAKE (PATSYS FLAT ROAD) +ASN00060145 -31.7512 152.3581 115.0 STRATHCEDAR (MOORAL CREEK RD) +ASN00060146 -31.9572 152.5850 10.0 OLD BAR (MOLONG RD) +ASN00060147 -31.7361 152.3989 -999.9 KILLABAKH +ASN00060148 -32.1625 152.2614 -999.9 WILLINA +ASN00061000 -32.1655 150.8908 183.0 ABERDEEN (MAIN RD) +ASN00061001 -32.7167 151.4167 84.0 ALLANDALE (TINGARA) +ASN00061002 -31.8469 150.3410 610.0 BLACKVILLE (KRUI VALE) +ASN00061003 -33.4667 151.4333 15.2 AVOCA BEACH +ASN00061004 -32.2500 150.8667 205.7 MUSWELLBROOK (BENGALLA) +ASN00061005 -32.6500 151.3500 -999.9 BRANXTON POST OFFICE +ASN00061006 -32.1000 150.3000 365.8 BRINDLEY PARK 2 +ASN00061007 -32.0332 150.5836 255.0 BUNNAN (MILHAVEN) +ASN00061008 -32.7000 151.5000 -999.9 CAMPBELLS HILL +ASN00061009 -32.8272 151.3661 80.0 CESSNOCK POST OFFICE +ASN00061010 -32.5879 151.7813 10.0 CLARENCE TOWN (GREY ST) +ASN00061011 -32.9456 151.6267 9.0 COCKLE CREEK (PASMINCO METALS) +ASN00061012 -33.0853 151.4633 10.0 COORANBONG (AVONDALE) +ASN00061013 -31.9833 150.3333 370.0 MERRIWA (CRANBOURNE) +ASN00061014 -32.6385 151.4173 40.0 BRANXTON (DALWOOD VINEYARD) +ASN00061015 -32.1500 151.0000 -999.9 DANGERFIELD +ASN00061016 -32.3885 150.6886 105.0 DENMAN (PALACE STREET) +ASN00061017 -32.4022 151.7582 55.0 DUNGOG POST OFFICE +ASN00061018 -32.4000 150.8333 168.0 MUSWELLBROOK (EDDERTON) +ASN00061019 -33.0000 151.5500 -999.9 FASSIFERN +ASN00061020 -32.0000 150.4000 -999.9 GALLA GILLA +ASN00061021 -32.3000 151.2000 246.9 GOORANGOOLA +ASN00061022 -32.4500 152.1000 -999.9 GIRVAN STATE FOREST +ASN00061023 -33.4336 151.3381 4.0 GOSFORD (GERTRUDE PLACE) +ASN00061024 -32.4266 151.5376 85.0 GRESFORD POST OFFICE +ASN00061025 -32.6833 151.3833 49.0 GRETA POST OFFICE +ASN00061026 -32.0119 150.9971 259.0 GUNDY (MILLER ST) +ASN00061027 -31.8000 150.9000 -999.9 BARSHAM +ASN00061028 -32.4333 151.0667 91.0 RAVENSWORTH (HILLVIEW) +ASN00061029 -33.2333 151.2000 312.0 KULNURA (WILLIAM ROAD) +ASN00061030 -32.8667 150.8333 213.4 HOWES VALLEY (KINDARUN) +ASN00061031 -32.7756 151.7350 10.0 RAYMOND TERRACE (KINROSS) +ASN00061032 -32.7000 151.4500 64.3 LOCHINVAR +ASN00061033 -33.3500 151.0000 -999.9 LOWER MC DONALD +ASN00061034 -32.7483 151.5833 12.0 EAST MAITLAND BOWLING CLUB +ASN00061035 -32.7000 151.6000 12.2 MAITLAND WEST +ASN00061036 -33.3000 151.2000 305.0 MANGROVE MOUNTAIN POST OFFICE +ASN00061037 -32.2000 150.4667 182.9 MARATHON (MERRIWA) +ASN00061038 -32.5500 151.6000 -999.9 MARTINS CREEK +ASN00061039 -32.7500 151.8667 3.0 MEDOWIE POST OFFICE +ASN00061040 -32.1388 150.3577 260.0 MERRIWA (GUMMUN PLACE) +ASN00061041 -33.0955 151.5506 10.0 MORISSET (BALCOLYN (BAY STREET +ASN00061042 -32.8000 150.8000 -999.9 MILBRODALE +ASN00061043 -32.7500 151.7000 6.0 MILLERS FOREST SCHOOL +ASN00061044 -32.5667 151.2833 46.0 MITCHELLS FLAT +ASN00061045 -32.2833 151.8333 -999.9 MONKERAI UPPER (REDLEAF) +ASN00061046 -32.7254 151.6285 12.0 MORPETH POST OFFICE +ASN00061047 -32.4167 151.2000 108.0 MOUNT OLIVE (FAIRHOLME) +ASN00061048 -32.9029 151.4820 31.0 MULBRING (VINCENT STREET) +ASN00061049 -32.9333 151.1167 182.9 MULLA VILLA +ASN00061050 -32.4997 151.2864 73.0 SEDGEFIELD (BUNDAJON) +ASN00061051 -31.7651 150.8363 466.0 MURRURUNDI POST OFFICE 94756 +ASN00061052 -32.2667 151.0667 305.0 MUSCLE CREEK (CLENDINNING) +ASN00061053 -32.2611 150.8847 143.0 MUSWELLBROOK (LOWER HILL ST) +ASN00061054 -32.7103 152.1612 25.0 NELSON BAY (NELSON HEAD) 95779 +ASN00061055 -32.9185 151.7985 33.0 NEWCASTLE NOBBYS SIGNAL STATIO 94774 +ASN00061056 -32.7965 151.2804 140.0 POKOLBIN (BEN EAN) +ASN00061057 -33.1000 151.2500 152.4 OLNEY STATE FOREST +ASN00061058 -32.0500 150.7000 283.0 OWENS GAP (T.O.K.) +ASN00061059 -32.5000 151.8000 -999.9 PINE BRUSH +ASN00061060 -32.4833 150.8833 85.3 PLASHETT +ASN00061061 -32.7500 152.2000 20.4 POINT STEPHENS LIGHTHOUSE +ASN00061062 -32.8000 151.3000 125.0 POKOLBIN 1 POST OFFICE +ASN00061063 -33.0500 151.6000 9.0 RATHMINES AMO +ASN00061064 -32.7617 151.7400 3.0 RAYMOND TERRACE POST OFFICE +ASN00061065 -32.1402 150.7285 543.0 ABERDEEN (ROSSGOLE) +ASN00061066 -32.1500 151.0833 259.1 ROUCHEL BROOK +ASN00061067 -32.1219 151.0914 274.0 UPPER ROUCHEL SCHOOL +ASN00061068 -32.2167 151.5500 229.0 SALISBURY POST OFFICE +ASN00061069 -32.0458 150.8708 213.0 SCONE (PHILIP STREET) +ASN00061070 -32.5667 151.1667 41.1 SINGLETON POST OFFICE +ASN00061071 -32.4027 151.9664 44.0 STROUD POST OFFICE +ASN00061072 -32.6678 152.0140 3.0 TAHLEE (CARRINGTON (CHURCH ST) +ASN00061073 -32.0778 150.3696 274.0 MERRIWA (TERRAGONG) +ASN00061074 -33.3531 151.4964 22.0 THE ENTRANCE (ELOORA STREET) +ASN00061075 -32.2284 150.2161 380.0 MERRIWA (BOWGLEN) +ASN00061076 -32.6180 151.8877 75.0 RAYMOND TERRACE (WALLAROO STAT +ASN00061077 -32.8167 151.4500 -999.9 WESTON +ASN00061078 -32.7932 151.8359 9.0 WILLIAMTOWN RAAF 94776 +ASN00061079 -31.8679 150.8809 335.0 WINGEN (MURRULLA) +ASN00061080 -31.9833 151.1500 274.3 BELLTREES 1 +ASN00061081 -32.9000 151.5000 274.3 WOLLONG +ASN00061082 -33.1792 151.4415 40.0 WYEE (WYEE FARMS RD) +ASN00061083 -33.2720 151.4321 37.0 WYONG (WYONG GOLF CLUB) +ASN00061084 -32.0500 150.2500 -999.9 YALGOO +ASN00061085 -33.0500 151.1833 152.4 YALLAMBIE (DALKEITH) +ASN00061086 -32.4972 150.9093 90.0 JERRYS PLAINS POST OFFICE 94739 +ASN00061087 -33.3949 151.3289 20.0 GOSFORD (NARARA RESEARCH STATI 94777 +ASN00061088 -31.8667 151.0667 396.2 WAVERLEY (BELLTREES 2) +ASN00061089 -32.0632 150.9272 216.0 SCONE SCS 94738 +ASN00061090 -32.9348 151.1509 115.0 WOLLOMBI (NARONE CREEK RD) +ASN00061091 -32.9833 151.1167 -999.9 WOLLOMBI (GLEN AVON) +ASN00061092 -32.5932 151.3335 45.0 ELDERSLIE +ASN00061093 -33.3653 151.3264 195.0 OURIMBAH (DOG TRAP ROAD) +ASN00061094 -32.1059 150.9917 229.0 GLENBAWN DAM +ASN00061095 -32.1939 151.0932 305.0 ROUCHEL BROOK (ALBANO) +ASN00061096 -32.5997 151.6180 21.0 PATERSON POST OFFICE +ASN00061097 -31.9201 151.2355 423.0 MOONAN FLAT (HIGH ST) +ASN00061098 -32.0000 151.1333 305.0 BELLTREES HOMESTEAD +ASN00061099 -32.2000 150.8667 -999.9 BLAIR MORE 2 +ASN00061100 -32.7667 151.0872 76.0 BROKE (HARROWBY) +ASN00061101 -32.8167 151.5167 -999.9 BUCHANAN +ASN00061102 -32.0000 150.9000 -999.9 CLIFFDALE +ASN00061103 -32.9000 151.3000 -999.9 ELLALONG +ASN00061104 -31.8000 151.3000 563.9 ELLERSTON +ASN00061105 -32.2667 150.5167 -999.9 GLENBIE +ASN00061106 -32.3564 151.8059 91.0 DUNGOG (MONKERAI HILL (URIMBIR +ASN00061107 -32.1000 151.0833 -999.9 GLEN MAYNARD +ASN00061108 -33.4000 151.3000 7.6 GOSFORD STATE NURSERY +ASN00061109 -32.1000 151.1000 -999.9 KENALEA +ASN00061110 -32.8736 150.7936 235.0 HOWES VALLEY +ASN00061111 -32.4833 150.6833 107.0 DENMAN (MARTINDALE) +ASN00061112 -32.4000 150.7167 125.0 DENMAN (MERTON) +ASN00061113 -31.9333 150.2500 -999.9 NORTHCOURT +ASN00061114 -32.1667 150.1667 -999.9 RINGWOOD +ASN00061115 -32.3000 151.3000 152.4 ST.CLAIR +ASN00061116 -32.8333 151.7333 -999.9 TOMAGO +ASN00061117 -33.4333 151.4467 35.0 WAMBERAL POST OFFICE +ASN00061118 -32.3000 151.0167 -999.9 WARKWORTH 1 PUBLIC SCHOOL +ASN00061119 -33.3850 150.9856 20.0 WISEMANS FERRY (OLD PO) +ASN00061120 -32.0667 150.0833 -999.9 WORONDI +ASN00061121 -32.3167 151.4667 137.2 LOSTOCK POST OFFICE +ASN00061122 -32.3167 151.7167 61.0 DUNGOG (TILLEGRA) +ASN00061124 -32.3000 150.9000 -999.9 DARTMOUTH +ASN00061125 -32.7000 151.5667 12.2 OAKHAMPTON PARK +ASN00061126 -32.1667 150.9000 -999.9 PICKERING +ASN00061127 -32.9500 151.1667 -999.9 WOLLOMBI 3 +ASN00061128 -32.1000 150.3500 304.8 BRINDLEY PARK +ASN00061129 -32.3167 151.5167 76.0 HALTON (KINROSS) +ASN00061130 -32.5113 150.7968 105.0 DOYLES CREEK (WOOD PARK) +ASN00061131 -32.9000 151.8000 -999.9 NEWCASTLE DOMINICAN CONVENT +ASN00061132 -33.0000 151.1000 121.9 WOLLOMBI (YANGO CREEK) +ASN00061133 -32.9906 151.6099 48.0 BOLTON POINT (THE RIDGE WAY) +ASN00061134 -32.1667 150.5500 243.8 BALAIBLUAN +ASN00061135 -32.1018 151.2333 535.0 UPPER ROUCHEL (MOUNT VIEW) +ASN00061136 -32.1524 151.5227 360.0 SALISBURY (BARRINGTON WILDERNE +ASN00061137 -33.1500 151.2667 61.0 BRUSH CREEK (BEBEAH) +ASN00061138 -32.2333 150.4833 228.6 GUNGAL (BEBREW) +ASN00061139 -33.0000 151.0833 121.9 MOUNT YENGO (MARENA STUD) +ASN00061141 -32.9500 151.4000 -999.9 QUORROBOLONG (EMMAVALE) +ASN00061143 -32.6540 151.0210 69.0 BULGA (DOWN TOWN) +ASN00061144 -31.9667 150.6500 457.2 CARLYLE +ASN00061145 -32.2000 151.4000 289.6 CARRABOLLA +ASN00061146 -32.2722 151.3052 214.0 CARROW BROOK +ASN00061147 -32.7667 151.2833 121.9 CEDAR CREEK +ASN00061148 -31.7167 151.2333 579.1 CENTRAL PAGES +ASN00061149 -33.0167 150.2500 320.0 GLEN ALICE (EURELLA) +ASN00061150 -32.6333 151.0667 137.2 BULGA (CHARLTON) +ASN00061151 -32.2426 151.6830 194.0 CHICHESTER DAM +ASN00061152 -32.9995 151.2908 165.0 CONGEWAI (GREENOCK) +ASN00061153 -31.6167 151.0333 731.5 MURRURUNDI (CRAWNEY) +ASN00061154 -32.9667 151.2667 137.2 EGLINFORD +ASN00061155 -31.8333 151.3167 518.2 ELLERSTON 2 POST OFFICE +ASN00061157 -31.8667 150.5833 426.7 KARS SPRINGS (TWINS HILLS) +ASN00061158 -32.5067 151.3779 60.0 GLENDON BROOK (LILYVALE) +ASN00061159 -32.8987 151.1603 110.0 WOLLOMBI (ROSEDALE) +ASN00061160 -32.5167 151.6573 82.0 HILLDALE (SUNDANCE) +ASN00061161 -32.6500 150.3500 426.7 HOLBROOK (WIDDEN VALLEY) +ASN00061162 -32.8446 150.8398 220.0 HOWES VALLEY (PUTTY RD) +ASN00061163 -31.8500 151.4333 1280.0 HUNTER SPRINGS +ASN00061164 -33.0948 151.1654 130.0 LAGUNA (MURRAYS RUN) +ASN00061165 -33.1717 151.2067 350.0 KULNURA NORTH (WILCHER) +ASN00061166 -31.7000 150.9667 640.1 LAGOON MOUNTAIN +ASN00061167 -32.5500 151.4833 76.0 BRANXTON (LAMBS VALLEY) +ASN00061168 -32.3147 150.7552 160.0 MUSWELLBROOK (LINDISFARNE) +ASN00061169 -32.3667 151.6333 144.0 GRESFORD (DURHAM PARK) +ASN00061170 -32.2809 151.7948 154.0 DUNGOG - MAIN CREEK (YERANDA) +ASN00061171 -32.5167 150.9667 90.0 JERRYS PLAINS (CARRINGTON) +ASN00061172 -32.6333 151.0000 85.3 MEEREA +ASN00061173 -32.6833 151.0000 76.2 MILBRODALE 2 +ASN00061174 -32.9000 151.2667 130.0 MILLFIELD COMPOSITE +ASN00061176 -32.4167 151.2000 106.7 MOUNT OLIVE 2 +ASN00061177 -32.8500 151.2667 381.0 MOUNT VIEW TOWNSHIP +ASN00061179 -32.2000 151.2000 457.2 MULLEE +ASN00061180 -32.7333 151.2333 122.0 ROTHBURY (MISTLETOE) +ASN00061181 -32.7500 151.1667 91.4 BROKE (OAKLEY) +ASN00061182 -32.7000 150.9500 91.4 MILBRODALE (OAKLEIGH) +ASN00061183 -32.8333 151.2667 442.0 POKOLBIN (MOUNT BRIGHT) +ASN00061184 -32.4667 151.8667 76.0 MARSHDALE (RAGLAN) +ASN00061186 -32.2000 150.2000 350.0 MERRIWA (ROSEBANK) +ASN00061187 -32.1167 151.2333 244.0 ROUCHEL UPPER (MULUMLA) +ASN00061188 -32.7092 151.0622 95.0 BROKE (SENTRY BOX) +ASN00061189 -32.2000 151.5000 274.0 ECCLESTON (SHELLBROOK) +ASN00061191 -32.6126 150.9761 80.0 BULGA (SOUTH WAMBO) +ASN00061192 -32.2092 150.7365 259.0 MUSWELLBROOK (SPRING CREEK (CA +ASN00061193 -32.9000 151.0833 95.0 WOLLOMBI (STOCKYARD CREEK) +ASN00061194 -32.6000 150.7167 -999.9 THE RANCH 2 (MARTINDALE) +ASN00061195 -31.7730 151.0776 415.0 MURRURUNDI (TIMOR) +ASN00061196 -31.7069 151.2131 715.0 ELLERSTON (POITREL) +ASN00061197 -32.6833 151.1333 110.0 BROKE (VERE) +ASN00061198 -33.0500 151.0167 137.2 WOLLOMBI (WALLABADAH) +ASN00061200 -32.5667 151.0333 61.0 WARKWORTH HOMESTEAD +ASN00061201 -33.0259 151.1882 130.0 WATAGAN CENTRAL +ASN00061202 -31.8667 151.0667 396.2 WAVERLEY +ASN00061203 -32.5167 150.3667 182.9 KERRABEE (WIDDEN) +ASN00061204 -32.5356 150.4484 205.0 BAERAMI CREEK (BRONWYN PARK) +ASN00061205 -33.0297 151.1401 135.0 YALLAMBIE (MOUNT AUBAN) +ASN00061207 -32.7000 151.5500 14.9 MAITLAND POWER STATION +ASN00061208 -32.4333 151.0500 75.6 RAVENSWORTH ELECTRICITY COMMIS +ASN00061209 -32.9597 150.6750 280.0 PUTTY TEA ROOMS +ASN00061210 -33.1333 150.6833 365.8 HOWES SWAMP +ASN00061211 -33.3588 150.7058 320.0 COLO HEIGHTS (MOUNTAIN PINES) +ASN00061212 -32.3767 150.9600 155.0 LIDDELL (POWER STATION) +ASN00061214 -33.2167 150.9167 40.0 HIGHER MACDONALD +ASN00061215 -32.8722 150.2992 747.0 RYLSTONE (KELGOOLA) +ASN00061216 -33.4176 151.1590 10.0 LOWER MANGROVE (POPRAN RD) +ASN00061217 -33.2904 150.9708 15.0 ST ALBANS (ESPIE ST) +ASN00061218 -33.3500 151.2500 243.8 SOMERSBY (SILVESTERS ROAD) +ASN00061219 -33.1833 151.3500 30.0 DOORALONG +ASN00061220 -33.2381 151.3003 50.0 YARRAMALONG (LEWENSBROOK) +ASN00061221 -33.3000 151.1333 -999.9 MANGROVE UPPER +ASN00061222 -33.1672 151.0639 60.0 ST ALBANS (MOGO CREEK) +ASN00061223 -32.9131 151.7500 8.0 MARYVILLE +ASN00061224 -33.0333 151.2167 -999.9 CONGEWAI +ASN00061225 -32.1000 150.3500 -999.9 COOLIE +ASN00061226 -32.9360 151.1393 97.0 WOLLOMBI (ST JOHNS CHURCH) +ASN00061227 -32.4000 151.7500 -999.9 DUNGOG (COOREII) +ASN00061228 -32.6667 151.3333 -999.9 LECONFIELD +ASN00061229 -32.3833 150.7667 -999.9 PIERCEFIELD +ASN00061230 -32.6000 151.3667 -999.9 REEDY CREEK 3 +ASN00061231 -33.3333 150.9500 -999.9 ST ALBANS +ASN00061232 -32.5667 151.1667 42.0 SINGLETON PITT STREET +ASN00061233 -32.5000 150.8000 183.0 DENMAN (HORSESHOE) +ASN00061234 -32.4333 151.3167 152.4 WESTBROOK (BENALLA) +ASN00061235 -32.3353 150.5645 137.0 SANDY HOLLOW (GOULBURN DRIVE) +ASN00061236 -33.3833 151.4833 -999.9 KARAGI (TUGGERAH LAKES) +ASN00061237 -32.7833 151.3167 99.0 POKOLBIN (KEIRA) +ASN00061238 -32.8143 151.3025 132.0 POKOLBIN (SOMERSET) +ASN00061239 -32.8000 151.2500 351.0 POKOLBIN 3 STATE FOREST +ASN00061240 -32.9667 151.1333 95.0 WOLLOMBI (BLAIR) +ASN00061241 -32.2421 151.3808 270.0 CARRABOLLA (WOODBURY) +ASN00061242 -32.8093 151.3490 62.0 CESSNOCK (NULKABA) 94771 +ASN00061243 -32.4333 151.0167 76.2 OAKLANDS (RAVENS WORTH) +ASN00061244 -31.9167 151.0833 366.0 GUNDY (EULALIA) +ASN00061245 -32.6833 151.0333 61.0 MILBRODALE A.R.G. +ASN00061246 -31.7961 151.3556 594.0 ELLERSTON (HUNTERS VALLEY) +ASN00061248 -33.4667 151.4000 75.9 KINCUMBER +ASN00061249 -32.4000 151.5500 61.0 GRESFORD EAST (STRATHISLA HMSD +ASN00061250 -32.6296 151.5919 30.0 PATERSON (TOCAL AWS) 94775 +ASN00061251 -32.4000 151.4000 -999.9 PENSHURST (GRESFORD) +ASN00061252 -32.6500 151.0000 70.0 BULGA (REEDY CREEK) +ASN00061253 -33.4000 151.4167 20.4 HOLGATE (WATTLE TREE ROAD) +ASN00061254 -32.9667 151.7000 121.9 CHARLESTOWN +ASN00061255 -33.4197 151.4472 10.0 WAMBERAL (DILLON ROAD) +ASN00061256 -33.0500 151.6167 5.0 COAL POINT (ROBEY ROAD) +ASN00061257 -32.3833 151.3833 152.0 MIRANNIE +ASN00061258 -32.5675 151.6069 25.0 MARTINS CREEK (GOSTWYCK HOUSE) +ASN00061259 -32.7000 151.4667 24.7 MAITLAND WEST AERO +ASN00061260 -32.7886 151.3377 61.0 CESSNOCK AIRPORT AWS 95771 +ASN00061261 -31.9983 150.2420 490.0 MERRIWA (BELLVIEW) +ASN00061262 -33.2167 151.5500 15.0 MUNMORAH POWER STATION +ASN00061263 -32.1667 150.4000 457.2 WAPPINGUY (WYNDHAM) +ASN00061264 -32.4500 150.4500 213.0 BAERAMI CREEK (BOREEWAN) +ASN00061265 -32.8247 151.4881 32.0 KURRI KURRI BOWLING CLUB +ASN00061268 -32.7300 151.5550 -999.9 MAITLAND BELMORE BRIDGE (HUNTE +ASN00061269 -32.5333 150.8000 91.4 DOYLES CREEK (DOYLES 2) +ASN00061270 -32.2714 151.1444 255.0 BOWMANS CREEK (GRENELL) +ASN00061271 -32.6667 151.3500 41.8 BRANXTON STATION STREET +ASN00061272 -32.4500 151.1333 76.2 GLENNIES CREEK (SYDENHAM) +ASN00061273 -33.2815 151.5759 27.0 NORAH HEAD LIGHTHOUSE +ASN00061275 -32.6133 151.1717 73.1 SINGLETON ARMY +ASN00061276 -33.1167 151.4833 36.6 MORISSET +ASN00061279 -33.4667 151.1167 3.0 COURANGRA +ASN00061280 -31.9667 150.7167 335.3 DUNWELL +ASN00061282 -33.0833 151.5000 15.2 DORA CREEK +ASN00061283 -32.7000 151.7667 9.1 EAGLETON +ASN00061284 -32.9167 150.7000 30.5 LAMBTON +ASN00061285 -32.1333 150.8667 152.4 TURANVILLE +ASN00061286 -32.0667 150.8167 204.2 REDBANK 3 +ASN00061287 -32.1852 150.1737 375.0 MERRIWA (ROSCOMMON) 95754 +ASN00061288 -32.3322 151.4595 200.0 LOSTOCK DAM 95772 +ASN00061289 -32.9167 151.3667 140.0 QUORROBOLONG POST OFFICE +ASN00061290 -32.1621 151.4905 315.0 UPPER ALLYN TOWNSHIP +ASN00061291 -32.0000 150.3500 340.0 MERRIWA (MOUNTAIN STATION) +ASN00061292 -32.2540 151.4755 188.0 ECCLESTON (MASSEYS CREEK) +ASN00061293 -32.6667 151.0167 61.0 BULGA POLICE STATION +ASN00061294 -33.4666 151.4126 8.0 AVOCA BEACH BOWLING CLUB +ASN00061295 -32.8108 151.3396 80.0 NULKABA (O'CONNORS ROAD) +ASN00061296 -32.9233 150.7267 225.0 HOWES VALLEY (OWENSDALE) +ASN00061297 -31.6667 151.0833 518.0 MURRURUNDI (ALLSTON) +ASN00061298 -32.8094 151.2831 140.0 POKOLBIN (BELLEVUE) +ASN00061299 -33.0464 151.6694 5.0 BELMONT WWTP +ASN00061300 -31.9224 150.7984 350.0 PARKVILLE (AROONA) +ASN00061301 -32.9333 150.2833 -999.9 TAYAR CREEK (THE NILE) +ASN00061302 -32.3000 151.7500 -999.9 CHICHESTER STATE FOREST +ASN00061303 -32.7209 152.0784 9.0 SALAMANDER BAY (RANDALL DRIVE) +ASN00061305 -32.2106 150.7606 244.0 MUSWELLBROOK (MIRRABOOKA) +ASN00061306 -31.8988 150.6580 345.0 KARS SPRINGS (WELLDUN) +ASN00061307 -32.7667 151.3167 91.4 ROTHBURY (BROOKLANDS) +ASN00061308 -32.7667 151.2667 128.0 POKOLBIN (TYRRELLS VINEYARD) +ASN00061309 -32.6881 150.9728 120.0 MILBRODALE (HILLSDALE) +ASN00061310 -33.5491 151.2990 15.0 PEARL BEACH (CROMMELIN RESEARC +ASN00061311 -32.7688 151.7930 11.0 GRAHAMSTOWN (HUNTER WATER BOAR +ASN00061312 -31.7000 151.2167 762.0 ELLERSTON (POITREL) +ASN00061313 -32.8667 151.2000 166.0 MILLFIELD (CEDAR CREEK) +ASN00061315 -32.1627 151.1577 305.0 ROUCHEL (BONNIE DOON) +ASN00061316 -32.0666 150.2326 396.0 MERRIWA (MAR-LEA) +ASN00061317 -32.3333 150.5667 133.0 SANDY HOLLOW (MT DANGER VINEYA +ASN00061318 -33.5008 151.3092 3.0 WOY WOY (EVERGLADES COUNTRY CL +ASN00061319 -33.4137 151.3545 35.0 GOSFORD NORTH (GLENNIE ST) +ASN00061320 -31.7667 151.4333 1066.8 TOMALLA (OHIO) +ASN00061321 -32.2167 150.5500 137.2 GUNGAL (SPRINGFIELD) +ASN00061322 -33.0025 151.5794 10.0 TORONTO WWTP +ASN00061323 -33.0800 151.4919 20.0 DORA CREEK (COORANBONG ROAD) +ASN00061324 -32.2451 150.5130 182.0 GUNGAL (MERRYFIELDS) +ASN00061326 -32.7833 151.3333 64.0 CESSNOCK (O'CONNOR) +ASN00061327 -32.8248 151.2613 330.0 POKOLBIN (MYRTLEDALE) +ASN00061328 -32.4333 151.5500 91.0 GRESFORD EAST (DURHAM RD) +ASN00061329 -32.8323 151.3085 125.0 POKOLBIN (JACKSONS HILL) +ASN00061330 -31.7167 151.2167 762.0 ELLERSTON (LIMBERLOST) +ASN00061331 -32.2167 151.5167 182.9 ECCLESTON (MARILA PARK) +ASN00061332 -32.2500 151.6833 -999.9 DUNGOG (WANGAT) +ASN00061333 -33.0667 151.5833 -999.9 WANGI WANGI +ASN00061334 -33.0488 150.2325 320.0 GLEN ALICE +ASN00061335 -32.0000 151.2833 465.0 STEWARTS BROOK COMPOSITE +ASN00061336 -33.1556 150.6847 330.0 PUTTY (THE GIBBA) +ASN00061339 -32.5584 151.8043 10.0 CLARENCETOWN (MILL DAM FALLS ( +ASN00061340 -32.2333 151.8500 146.0 WARDS RIVER (MEROO) +ASN00061341 -33.5000 151.3167 2.0 WOY WOY SOUTH (WOY WOY RD) +ASN00061342 -31.9864 150.6299 335.0 BUNNAN (THE CUAN) +ASN00061346 -31.8626 151.4398 1235.0 HUNTER SPRINGS (WONDECLA) +ASN00061349 -32.5667 151.6083 -999.9 GOSTWYCK BRIDGE (PATERSON RIVE +ASN00061350 -32.1714 151.5942 265.0 UPPER CHICHESTER (SIMMONDS) +ASN00061351 -33.3102 151.2443 280.0 PEATS RIDGE (WARATAH ROAD) 94779 +ASN00061352 -32.9687 150.6670 270.0 PUTTY (PUTTY VALLEY ROAD) +ASN00061354 -33.4690 151.1663 3.0 MARLOWS CREEK (SPENCER) +ASN00061355 -33.4436 151.2917 205.0 KARIONG (GREENWAY CLOSE) +ASN00061356 -31.7833 151.3667 602.0 ELLERSTON (HUNTERS VALE) +ASN00061357 -33.1549 151.4099 28.0 MANDALONG (MANDALONG ROAD) +ASN00061359 -32.9802 151.6757 60.0 MT HUTTON (AUKLET RD) +ASN00061360 -32.0500 150.8528 198.0 SCONE (KINGDON PONDS) +ASN00061361 -32.4678 151.6833 85.0 DUNGOG (WALLARINGA) +ASN00061362 -33.2422 151.4714 30.0 WARNERVALE (HAKONE ROAD) +ASN00061363 -32.0335 150.8264 221.4 SCONE AIRPORT AWS 95758 +ASN00061364 -32.3655 151.6832 155.0 DUNGOG (LEAWOOD) +ASN00061365 -32.0002 150.8658 230.0 SCONE (TANTANOOLA) +ASN00061366 -33.2815 151.5766 18.8 NORAH HEAD AWS 95770 +ASN00061367 -33.0228 151.6728 15.0 BELMONT NORTH (WOMMARA AVE) +ASN00061369 -33.4305 151.4374 1.0 WAMBERAL (TERRIGAL MEMORIAL CO +ASN00061370 -32.9336 151.5792 10.0 BARNSLEY (BENDIGO STREET) +ASN00061371 -32.5687 151.1589 40.0 SINGLETON WATER BOARD +ASN00061372 -31.8017 150.9250 450.0 BLANDFORD (PAGES RIVER) +ASN00061373 -31.9583 150.8567 200.0 PARKVILLE (KINGDON PONDS) +ASN00061374 -32.2199 150.9193 190.0 MUSWELLBROOK (ST.HELIERS) +ASN00061375 -33.2894 151.2107 305.0 MANGROVE MOUNTAIN AWS 95774 +ASN00061376 -33.0759 151.5382 5.0 ERARING (PAYTEN ST) +ASN00061377 -33.0933 151.6317 3.0 SWANSEA (CATHERINE ST) +ASN00061378 -33.3806 151.4544 10.0 BATEAU BAY (ROTHERHAM ST) +ASN00061379 -32.8081 151.8419 4.9 WILLIAMTOWN COMPARISON AWS +ASN00061380 -33.2486 151.3900 15.0 WYONG (JILLIBY (JILLIBY CREEK) +ASN00061381 -33.4036 151.3928 165.0 WYONG (MOUNT ELLIOT) +ASN00061382 -33.1681 151.2181 270.0 WYONG (KULNURA (JEAVONS)) +ASN00061383 -33.2528 151.3164 20.0 GEARS (WYONG RIVER) +ASN00061384 -33.3319 151.3833 15.0 WYONG (KANGY ANGY (OURIMBAH CR +ASN00061385 -33.0789 151.3403 390.0 WYONG (OLNEY FOREST) +ASN00061386 -33.2903 151.4242 10.0 WYONG U/S BRIDGE (WYONG RIVER) +ASN00061387 -33.2450 151.5119 12.0 GOROKAN (GOOBARABAH ST) +ASN00061388 -32.7427 151.5683 5.0 MAITLAND VISITORS CENTRE 95775 +ASN00061389 -33.1521 151.5136 8.0 WYEE (RUTLEYS ROAD) +ASN00061390 -32.8905 151.7070 21.0 NEWCASTLE UNIVERSITY 94781 +ASN00061391 -32.9533 151.7414 15.0 MEREWETHER (BURWOOD BEACH WWTP +ASN00061392 -31.7416 150.7937 729.4 MURRURUNDI GAP AWS 95747 +ASN00061393 -32.9319 151.6172 10.0 EDGEWORTH WWTP +ASN00061394 -33.2177 151.1251 220.0 KULNURA (MANGROVE CREEK DAM) +ASN00061395 -32.7391 152.0121 5.0 TANILBA BAY WWTP +ASN00061397 -32.5918 151.1743 45.0 SINGLETON STP 94733 +ASN00061399 -31.9333 151.2597 430.0 MOONAN BROOK (PAMPAS) +ASN00061400 -32.1315 150.3639 275.0 MERRIWA (WARRA) +ASN00061403 -33.4305 150.8306 8.0 COLO (RIVERSIDE PARK) +ASN00061405 -32.6753 151.6219 20.0 WOODVILLE ( CLARENCE TOWN RD ) +ASN00061406 -33.0831 151.6511 10.0 NEWCASTLE (BLACKSMITHS) +ASN00061408 -32.1791 150.5795 305.0 SANDY HOLLOW (ESPERANGA) +ASN00062000 -32.9698 148.9141 550.0 MOLONG (FERNLEIGH -TM) +ASN00062001 -33.0000 149.9667 518.2 BROGANS CREEK CEMENT QUARRY +ASN00062002 -31.7333 150.0167 -999.9 BUDULLU (NULLO MOUNTAIN) +ASN00062003 -32.6657 149.1016 320.0 MUMBIL (BURRENDONG DAM) +ASN00062004 -32.6000 149.6000 498.3 BURRUNDULLA +ASN00062005 -32.0051 149.9815 395.0 CASSILIS POST OFFICE +ASN00062006 -32.9000 149.9667 762.0 CHARBON STANDARD PORTLAND CEME +ASN00062007 -32.4500 149.7833 -999.9 COOYAL (COONAROO) +ASN00062008 -32.8000 149.8000 -999.9 GLEN-O-MIST +ASN00062009 -31.9963 149.9856 420.0 CASSILIS (DALKEITH) +ASN00062010 -32.8221 149.0723 600.0 STUART TOWN (MOOKER HILL) +ASN00062011 -32.6000 149.3000 -999.9 GLENCOE 3 +ASN00062012 -32.7333 149.7500 609.6 CUDGEGONG (KIORA) +ASN00062013 -32.3634 149.5329 475.0 GULGONG POST OFFICE 94732 +ASN00062014 -32.8016 149.4720 820.0 HARGRAVES (THE ELDERS) +ASN00062015 -31.9273 150.2230 460.0 MERRIWA (MERRY VALE) +ASN00062016 -32.8667 149.9667 762.0 KANDOS +ASN00062017 -32.8647 149.9745 660.0 KANDOS CEMENT WORKS +ASN00062018 -32.7000 149.2000 -999.9 KATELLA +ASN00062019 -32.9000 150.0000 -999.9 MARLOO +ASN00062020 -32.5014 150.0333 400.0 BYLONG (MONTORO) +ASN00062021 -32.5956 149.5956 454.0 MUDGEE (GEORGE STREET) +ASN00062022 -32.0000 149.8000 -999.9 NANDOURA +ASN00062023 -32.8500 150.1333 670.6 OLINDA (SPRINGDALE) +ASN00062024 -32.6000 149.1500 -999.9 BURRENDONG (PINE PARK) +ASN00062025 -31.9000 150.0000 457.0 ROTHERWOOD +ASN00062026 -32.8079 149.9770 605.0 RYLSTONE (ILFORD RD) +ASN00062027 -33.0000 149.1000 632.2 SHEPHERDS CREEK +ASN00062028 -32.4945 149.2696 387.0 GOOLMA (BROOKLYN) +ASN00062029 -32.9809 149.8100 780.0 ILFORD (TARA) +ASN00062030 -32.8000 149.0333 487.7 WALLAROI +ASN00062031 -32.9480 149.7746 750.0 ILFORD (WARRANGUNYAH) +ASN00062032 -32.3592 149.9484 366.0 WOLLAR (BARRIGAN ST) +ASN00062033 -32.8667 149.3667 838.2 HARGRAVES (WEEROONA) +ASN00062034 -32.8000 149.0833 548.6 STUART TOWN +ASN00062035 -32.0791 149.6050 438.0 LEADVILLE (MORETON BAY) +ASN00062036 -32.2807 149.7410 420.0 ULAN WATER +ASN00062037 -32.8000 149.8000 -999.9 CUDGEGONG 1 +ASN00062038 -32.5000 150.4000 -999.9 BRIXTON +ASN00062039 -32.1000 150.1000 -999.9 GOLDENTOPS +ASN00062040 -32.9386 149.0914 632.0 EUCHAREENA (MOLONG RD) +ASN00062041 -32.0333 149.8167 579.1 DOONDI +ASN00062043 -32.6500 150.0167 731.5 RYLSTONE (GULFS HEAD) +ASN00062044 -31.8167 150.0500 457.2 CASSILIS (MANDERLAY) +ASN00062045 -32.3167 149.8833 411.0 ULAN (MITTAVILLE) +ASN00062046 -32.4081 150.2425 260.0 KERRABEE (MURRUMBO) +ASN00062047 -32.5833 149.9333 823.0 PETERS CREEK +ASN00062048 -32.2833 150.0833 366.0 BYLONG (POGGY) +ASN00062050 -32.1000 149.9833 340.0 BORAMBIL (ROSEBUD) +ASN00062051 -31.9000 149.9333 457.0 CASSILIS (YARRAWONGA) +ASN00062052 -32.4167 149.3333 457.2 TWO MILE FLAT POST OFFICE +ASN00062053 -32.2667 149.7333 440.0 ULAN POWER STATION +ASN00062054 -32.1833 149.8667 396.0 WILTON DOWNS +ASN00062055 -32.9500 150.0500 579.0 RYLSTONE (MARSDEN FOREST) +ASN00062056 -32.4261 149.9535 410.0 WOLLAR (MAREE) +ASN00062057 -31.7412 149.8998 670.0 COOLAH (COOLAH CREEK) +ASN00062058 -32.6000 149.3000 -999.9 GLENCOE 2 +ASN00062059 -32.4000 150.1000 -999.9 BUDDEN +ASN00062060 -32.7000 149.1000 -999.9 BURRANDONG +ASN00062061 -33.0000 149.7000 -999.9 CRUDINE +ASN00062062 -32.6570 149.8376 580.0 LUE (BAYLY ST) +ASN00062063 -32.5000 149.4000 -999.9 PIAMBONG +ASN00062064 -32.5500 149.5833 -999.9 WILBERTREE 1 +ASN00062065 -32.4167 149.1333 -999.9 FOREST VALE 2 +ASN00062066 -32.4500 149.5167 -999.9 CANADIAN LEAD +ASN00062067 -32.4833 149.7833 -999.9 BOTOBOLAR LOWER +ASN00062068 -32.0325 149.5297 440.0 LEADVILLE (DAYMAR) +ASN00062069 -32.0167 150.1500 366.0 MERRIWA (PEMBROKE) +ASN00062070 -32.0500 149.5833 -999.9 LEADVILLE +ASN00062071 -32.6500 149.8500 -999.9 LUE STATION +ASN00062072 -31.7667 150.0500 1101.2 COOLAH (HILDEGARDE) +ASN00062073 -32.9672 148.9230 563.0 MOLONG (FERNLEIGH) +ASN00062074 -32.4167 149.7167 533.4 LINBURN (LANDFALL) +ASN00062075 -32.4753 149.5151 442.0 GALAMBINE (GOOREE PARK) +ASN00062076 -31.8833 149.8500 533.0 CASSILIS (TALBRAGAR) +ASN00062077 -32.8667 149.7667 823.0 CUDGEGONG (LINCOLN HILLS) +ASN00062078 -32.5667 149.8667 685.8 UPPER BOTOBOLAR (TRIG HILL) +ASN00062079 -32.6532 148.9819 430.0 DRIPSTONE (GEMARL) +ASN00062080 -32.3580 150.0970 230.0 BYLONG (HEATHERBRAE) +ASN00062081 -32.4194 150.3167 170.0 KERRABEE (ADNAMIRA) +ASN00062082 -31.9667 150.0167 488.0 LLANGOLLEN +ASN00062083 -32.9667 149.4333 838.2 HILL END (ALPHA) +ASN00062084 -32.5007 149.7134 575.0 BUDGEE BUDGEE (BOTOBOLAR VINEY +ASN00062085 -31.7500 149.9667 1036.3 COOLAH (THE TOPS) +ASN00062086 -32.7000 149.2000 -999.9 MUMBIL +ASN00062087 -32.4833 149.5000 426.7 CULLENBONE (WANDU) +ASN00062088 -32.5333 149.8333 579.1 UPPER BOTOBOLAR (CLIFTON) +ASN00062089 -32.8936 149.3808 875.0 HARGRAVES (EDGE HILL) +ASN00062090 -32.9500 149.9500 701.0 CLANDULLA (EDENVALE) +ASN00062091 -31.9333 149.8000 -999.9 CASSILIS (TUREE VALE) +ASN00062093 -32.7236 149.7702 514.0 WINDAMERE DAM +ASN00062096 -32.6933 150.2300 1067.0 RYLSTONE (YOOTHAMURRA) +ASN00062097 -32.3833 149.2833 410.0 GOOLMA +ASN00062099 -32.8366 148.9963 410.0 STUART TOWN (CANOBLA) +ASN00062100 -32.7244 150.2290 1130.0 NULLO MOUNTAIN AWS 94754 +ASN00062101 -32.5628 149.6149 471.0 MUDGEE AIRPORT AWS 94727 +ASN00062102 -32.5204 150.0817 328.0 BYLONG (BYLONG ROAD) +ASN00062103 -32.8148 149.0408 560.0 STUART TOWN (TREGONNING HILL) +ASN00062104 -32.5758 149.6790 590.0 MUDGEE (WANDU-TOO) +ASN00062105 -32.2286 149.4346 476.0 GULGONG (TALLAWANG (TALINGA)) +ASN00063000 -33.9541 149.3252 435.0 ABERCROMBIE (ABERCROMBIE BRIDG +ASN00063001 -33.1944 149.0083 700.0 ORANGE (ADAIR) +ASN00063002 -33.6500 149.2667 899.0 BARRY +ASN00063003 -33.7500 148.7000 -999.9 BASSETT DOWNS +ASN00063004 -33.4167 149.5500 704.0 BATHURST GAOL +ASN00063005 -33.4289 149.5559 713.0 BATHURST AGRICULTURAL STATION 94730 +ASN00063006 -33.5000 149.0000 -999.9 CADIA COMPOSITE +ASN00063007 -34.3238 149.3632 740.0 BINDA POST OFFICE +ASN00063008 -34.3000 150.0667 -999.9 BARRALLIER +ASN00063009 -33.6309 150.2940 1060.0 BLACKHEATH (LAWRENCE ST) +ASN00063010 -33.5350 149.2600 863.0 BLAYNEY POST OFFICE +ASN00063011 -33.2537 148.9751 820.0 BORENORE STORE +ASN00063012 -33.0250 149.8788 1070.0 RUNNING STREAM (BROOKLYN) +ASN00063013 -33.5366 150.4413 792.0 BERAMBING +ASN00063014 -33.9667 149.5333 -999.9 BURRAGA +ASN00063017 -33.3059 149.0462 975.0 ORANGE (CANOBOLAS PUBLIC SCHOO +ASN00063018 -33.3934 149.0231 987.0 ORANGE (CANOBOLAS STATE FOREST +ASN00063019 -33.6167 149.1333 720.2 CARCOAR +ASN00063020 -33.6667 149.1667 -999.9 COOMBING DAM +ASN00063021 -33.9000 148.7000 -999.9 COWRA POST OFFICE +ASN00063022 -33.8018 148.7040 360.0 COWRA AG RESEARCH STATION +ASN00063023 -33.8087 148.7071 381.0 COWRA RESEARCH CENTRE (EVANS S 95720 +ASN00063024 -33.9000 150.3000 -999.9 COXS RIVER +ASN00063025 -34.2833 149.7833 885.0 TARALGA (GRATHAWAI) +ASN00063026 -33.1000 149.0000 548.6 ERAMBIE +ASN00063027 -33.7447 149.0155 720.0 GARLAND (FERNSIDE) +ASN00063028 -33.6929 150.5291 460.0 FAULCONBRIDGE (ST GEORGES CRES +ASN00063029 -33.7440 149.1046 790.0 MANDURAMA (GALLYMONT (HOMELEIG +ASN00063030 -33.8887 149.9373 1243.0 OBERON (GINGKIN) +ASN00063031 -33.1167 150.2500 281.9 GLEN DAVIS (THE GULLIES) +ASN00063032 -34.2790 149.6651 855.0 GOLSPIE (AYRSTON) +ASN00063033 -34.0111 149.8369 1148.0 GURNANG STATE FOREST (OBERON Y +ASN00063034 -33.6500 150.0333 1069.8 HAMPTON (KIRRAWA STUD) +ASN00063035 -33.0362 149.4146 870.0 HILL END POST OFFICE +ASN00063036 -33.8199 150.0227 792.0 OBERON (JENOLAN CAVES) +ASN00063037 -33.7497 150.0381 1158.0 OBERON (JENOLAN STATE FOREST) +ASN00063039 -33.7122 150.3087 1015.0 KATOOMBA (MURRI ST) 94744 +ASN00063040 -33.7667 150.3833 823.0 KINGS TABLELANDS +ASN00063041 -33.7167 150.0000 1127.8 KRAG-O-BOREE PARK +ASN00063042 -33.5556 150.6683 152.0 KURRAJONG POST OFFICE +ASN00063043 -33.5343 150.6338 460.0 KURRAJONG HEIGHTS (BELLS LINE +ASN00063044 -33.7249 150.4316 695.0 LAWSON (WILSON STREET) +ASN00063045 -33.7117 150.3417 975.0 LEURA POST OFFICE +ASN00063046 -33.4500 150.0500 975.0 LIDSDALE STATE FOREST +ASN00063047 -33.4663 149.8940 1005.0 MEADOW FLAT (BYALLA) +ASN00063048 -33.5667 150.2000 820.0 LITTLE HARTLEY (SHEEPCOMBE) +ASN00063049 -33.6094 150.0856 837.0 LOWTHER PARK +ASN00063050 -33.7000 149.0000 671.8 LYNDHURST +ASN00063051 -33.4500 150.1167 920.5 MARRANGAROO (GLENROY) +ASN00063052 -33.5000 150.1000 -999.9 METHVEN +ASN00063053 -33.4455 149.1847 960.0 MILLTHORPE (INALA) +ASN00063054 -33.8000 149.6000 -999.9 MOUNT DAVID +ASN00063055 -33.9167 148.9500 728.5 MOUNT MCDONALD +ASN00063056 -33.5917 150.2544 1064.0 MOUNT VICTORIA (MT VICTORIA (S +ASN00063057 -33.5000 150.3667 1027.0 MOUNT WILSON (NOOROO) +ASN00063058 -33.0934 149.1280 920.0 MULLION CREEK (MULLION RANGE F +ASN00063059 -33.4548 149.8341 1190.0 YETHOLME (CLONTURKLE) +ASN00063060 -33.4000 149.0000 -999.9 NASHDALE +ASN00063061 -33.8222 149.3244 840.0 TRUNKEY (OLD POST OFFICE) +ASN00063062 -33.3675 150.2383 1050.0 LITHGOW (NEWNES FOREST CENTRE) +ASN00063063 -33.6774 149.8374 1095.0 OBERON (SPRINGBANK) 95735 +ASN00063064 -33.5334 149.7276 699.0 O'CONNELL (STRATFORD) +ASN00063065 -33.2833 149.1000 863.2 ORANGE POST OFFICE +ASN00063066 -33.2741 149.1110 858.0 ORANGE (MCLAUGHLIN ST) +ASN00063067 -33.3333 149.1000 899.2 ORANGE 3 +ASN00063068 -34.1167 149.4333 685.8 PEELWOOD +ASN00063069 -33.5000 149.5167 -999.9 PERTHVILLE +ASN00063070 -34.0333 149.7833 1143.0 PORTERS RETREAT +ASN00063071 -33.3516 149.9915 925.0 PORTLAND (JAMIESON ST) +ASN00063072 -33.6956 150.1342 655.0 LITTLE HARTLEY (LITTLE HARTLE +ASN00063073 -33.6896 149.5633 820.0 ROCKLEY POST OFFICE +ASN00063075 -33.5167 150.0000 875.0 SODWALLS POST OFFICE +ASN00063076 -33.0807 149.6901 579.0 SOFALA OLD POST OFFICE +ASN00063077 -33.7065 150.5848 320.0 SPRINGWOOD BOWLING CLUB 95744 +ASN00063078 -33.7000 150.6000 -999.9 SPRINGWOOD (JOURNEYS END) +ASN00063079 -33.3943 149.9017 1225.0 SUNNY CORNER (SNOW LINE) +ASN00063080 -33.8905 149.7103 1105.0 BLACK SPRINGS (SWATCHFIELD) +ASN00063081 -33.6956 150.5408 440.0 FAULCONBRIDGE (ERTS) +ASN00063082 -33.9500 149.5500 -999.9 THOMPSONS CREEK +ASN00063083 -33.8193 149.3243 860.0 TRUNKEY CREEK (TRUNKEY (BLACK +ASN00063084 -34.0167 149.3167 533.4 TUENA +ASN00063085 -33.1806 149.7410 960.0 PALING YARDS (ULABRI) +ASN00063086 -33.4500 149.3333 975.0 BLAYNEY (VITTORIA) +ASN00063087 -33.8462 149.7396 1215.0 BLACK SPRINGS FORESTRY +ASN00063089 -33.1410 149.6932 902.0 WATTLE FLAT GENERAL STORE +ASN00063090 -33.3167 149.1500 849.8 WELLWOOD +ASN00063091 -34.0833 149.6167 853.4 BURRAGA (EMDEN VALE) +ASN00063092 -33.7167 150.3833 868.7 WENTWORTH FALLS POST OFFICE +ASN00063093 -34.3093 149.9677 580.0 WOMBEYAN CAVES +ASN00063094 -34.0056 149.1223 600.0 BIGGA (WOOLBROOK) +ASN00063095 -34.1167 150.2167 549.0 YERRANDERIE (PRIVATE TOWN) +ASN00063096 -33.8953 149.8605 1253.0 SHOOTERS HILL (KOORA KOORA) +ASN00063097 -33.4000 149.8000 948.0 KIRKCONNELL (SUNNY CNR) +ASN00063098 -33.7439 148.8491 470.0 WOODSTOCK POST OFFICE +ASN00063099 -33.8167 149.9333 1127.8 BUCKEMALL CREEK +ASN00063100 -33.8333 149.9000 -999.9 CHATHAM VALLEY +ASN00063101 -33.7500 149.8833 -999.9 DUCKMALOI RIVER +ASN00063102 -33.7833 149.9167 1127.8 EDITH +ASN00063103 -33.7833 149.9333 1127.8 EDITH (MELROSE PARK) +ASN00063104 -33.8667 149.9333 1219.2 GINGKIN (ROCKDALE) +ASN00063105 -33.5833 150.6500 -999.9 GROSE VALE +ASN00063106 -33.6667 149.9000 1085.1 HAZELGROVE +ASN00063107 -33.5667 149.9333 -999.9 HONEYSUCKLE FALLS +ASN00063108 -33.7167 149.8667 1050.0 OBERON DAM +ASN00063109 -33.3167 149.6333 838.2 PEEL POST OFFICE +ASN00063110 -33.0000 150.1500 -999.9 TYAR +ASN00063111 -33.4167 149.8500 1067.0 KIRKCONNELL PRISON CAMP +ASN00063113 -33.5497 148.9100 600.0 ORANGE (ANGULLONG) +ASN00063114 -33.3439 149.1617 875.0 LUCKNOW (NEWMAN ST) +ASN00063115 -33.6500 148.8500 533.4 WALLI POST OFFICE +ASN00063116 -34.0861 149.1391 650.0 BIGGA (WYOMING) +ASN00063117 -33.6739 149.0471 672.0 LYNDHURST OLD BAKERY +ASN00063118 -33.5156 150.4892 610.0 BILPIN (FERN GROVE) +ASN00063119 -34.2347 149.2650 720.0 CROOKED CORNER (WINGADEENA) +ASN00063120 -33.5578 150.7956 55.0 FREEMANS REACH (DOROTHY ST) +ASN00063121 -34.1500 149.7500 670.6 QUOBLEIGH +ASN00063122 -33.7000 149.8500 -999.9 OBERON FORESTRY OFFICE +ASN00063123 -34.2500 149.9333 -999.9 FERNLEIGH +ASN00063124 -33.5500 148.8333 457.2 ORANGE (KURRAJONG PARK) +ASN00063125 -34.4402 149.7299 952.0 TARALGA (WOWAGIN) +ASN00063126 -33.6500 148.6667 -999.9 BULA PARK +ASN00063127 -33.4500 148.9333 -999.9 CHARLEVILLE (FOUR MILE CREEK) +ASN00063128 -33.7103 149.2141 908.0 NEVILLE (CARCOAR ST) +ASN00063129 -33.4500 149.2833 910.0 VITTORIA (TARINGA) +ASN00063130 -33.6333 148.9167 -999.9 WYOMING (MANDURAMA) +ASN00063131 -33.3167 150.1167 945.0 ANGUS PLACE (WOLGAN GAP) +ASN00063132 -33.3808 150.0818 890.0 LIDSDALE (MADDOX LANE) +ASN00063133 -33.4000 150.0333 914.4 WALLERAWANG (THOMPSONS CREEK) +ASN00063134 -33.4333 149.9333 1066.8 KAROO (MEADOW FLAT) +ASN00063135 -33.5167 149.8167 1143.0 GARRYOWEN +ASN00063136 -33.4304 149.8451 1120.0 YETHOLME (KURRAWONG) +ASN00063137 -33.4700 149.7731 965.0 YETHOLME (WOMBOYNE PARK) +ASN00063138 -33.5167 149.9167 838.0 TARANA (ROSELYN) +ASN00063139 -33.4667 150.2500 1080.0 NEWNES JUNCTION VILLAGE +ASN00063140 -33.5167 150.2500 -999.9 HILLMEADS +ASN00063141 -33.5242 150.2144 779.0 HARTLEY VALE (VELLACOTT PARK) +ASN00063142 -33.5770 149.8591 870.0 TARANA (WONGA) +ASN00063143 -33.5833 149.9833 1100.3 CLOVER DOWNS +ASN00063144 -33.5167 150.1333 920.0 SOUTH BOWENFELS +ASN00063145 -33.6333 149.7333 1143.0 WISEMANS CREEK (FAIRVIEW) +ASN00063146 -33.5544 150.0526 1060.0 CHEETHAM FLATS (JUNDAS) +ASN00063147 -33.6167 149.8500 914.0 CARLWOOD (KANBARA) +ASN00063148 -33.7167 150.0000 1048.5 BELOWRA +ASN00063149 -33.7000 149.9333 1097.3 ARLAMONT +ASN00063150 -33.6333 149.9333 1128.0 HAZELGROVE (THE MEADOWS) +ASN00063151 -33.6272 150.1900 774.0 LITTLE HARTLEY (KANIMBLA) +ASN00063152 -33.6689 150.2100 720.0 KANIMBLA VALLEY (GWENLEA) +ASN00063153 -33.5833 149.7667 835.2 INVERNESS +ASN00063154 -33.7181 149.7808 1050.0 OBERON (SWEET WATTLE) +ASN00063155 -33.7011 149.7023 965.0 OBERON (HOLMWOOD) +ASN00063156 -33.6500 149.7833 975.4 JOCELYN (SWEET BRIAR) +ASN00063157 -33.8167 149.8333 1170.4 LOCHLENE +ASN00063158 -33.7833 149.8167 1181.0 OBERON (MULWAREE) +ASN00063159 -33.7667 149.7500 -999.9 KENTUCKY +ASN00063160 -33.9667 149.9167 1207.0 GINGKIN (TUGLOW VIEW) +ASN00063161 -33.7167 150.2333 599.8 MEGALONG (HILLVIEW) +ASN00063162 -33.7667 150.2167 542.5 MEGALONG (GREEN GULLY) +ASN00063163 -34.3333 149.8167 913.8 RICHLANDS TELEGRAPH OFFICE +ASN00063164 -33.5552 150.1115 762.0 LITHGOW (KYLIE PARK) +ASN00063165 -33.8333 150.0333 908.3 JENOLAN 2 +ASN00063166 -33.7167 149.3833 938.8 TRUNKEY CREEK (ARKELL) +ASN00063167 -33.5331 148.7527 330.0 CANOWINDRA (RIVERSIDE) +ASN00063168 -33.1500 149.9833 810.0 CAPERTEE (LOCHABER) +ASN00063170 -33.7167 149.0167 640.1 GARLAND (WOODVIEW) +ASN00063171 -33.6667 150.2667 1051.6 BLACKHEATH (CLIFFVIEW) +ASN00063172 -33.2585 149.1653 920.0 ORANGE (CLIFTON GROVE (CONROY +ASN00063173 -33.7167 150.3833 899.2 ROTHESAY (WENTWORTH FALLS) +ASN00063174 -33.7667 150.2167 786.4 MEGALONG (SUNNY RIDGE) +ASN00063175 -33.4000 149.6000 -999.9 BRADWARDINE +ASN00063176 -33.4000 150.0667 874.8 WALLERAWANG POWER STATION +ASN00063177 -33.1167 150.2833 290.0 GLEN DAVIS POST OFFICE +ASN00063178 -33.2000 150.0167 899.2 CROWN VIEW +ASN00063179 -33.1800 150.1506 485.0 CAPERTEE (THE MEADOWS) +ASN00063180 -33.0650 150.0951 420.0 GLEN ALICE (WATERVALE) +ASN00063181 -33.4333 150.7333 100.6 COLO UPPER 1 +ASN00063182 -33.4500 150.6333 381.0 BILPIN (MOUNTAIN LAGOON) +ASN00063183 -33.7114 150.5980 235.0 VALLEY HEIGHTS (SUN VALLEY RD) +ASN00063184 -33.5000 150.7500 177.0 BLAXLAND RIDGE +ASN00063185 -33.7636 150.6194 183.0 GLENBROOK BOWLING CLUB +ASN00063187 -33.4000 149.6000 -999.9 BATHURST (MACHATTIE PARK) +ASN00063188 -33.8500 149.7500 -999.9 BLACK SPRINGS +ASN00063189 -33.4000 149.0000 -999.9 CADIA +ASN00063190 -33.4094 149.5564 730.0 WEST BATHURST +ASN00063191 -33.1500 149.9833 731.5 CAPERTEE POST OFFICE +ASN00063192 -33.1000 150.0000 -999.9 EXCELSIOR +ASN00063193 -34.3000 149.6000 -999.9 KEMPTON +ASN00063194 -33.8189 149.5772 1040.0 OBERON (BIMBADEEN PARK) +ASN00063195 -33.0667 149.9333 759.9 ROUND SWAMP +ASN00063196 -33.4000 150.0000 -999.9 RYDAL +ASN00063197 -33.3000 149.1000 -999.9 STONY CREEK +ASN00063198 -34.0000 149.5000 -999.9 BURRAGA 2 +ASN00063199 -33.9833 149.4167 -999.9 ABERCROMBIE CAVES +ASN00063200 -33.2000 149.1167 -999.9 BELGRAVIA +ASN00063201 -34.0833 149.1500 -999.9 BIGGA +ASN00063202 -33.6167 150.3000 -999.9 BLACKHEATH 1 +ASN00063203 -33.9833 149.9167 -999.9 GINGKIN (WETZLAR) +ASN00063204 -33.3833 149.7000 -999.9 YARRAS +ASN00063205 -33.1333 150.2333 -999.9 WARRANGEE +ASN00063206 -33.7833 150.6167 -999.9 WASCOE +ASN00063207 -33.5667 149.4167 -999.9 NEWBRIDGE PARK +ASN00063208 -33.7000 149.1833 880.0 CARCOAR (COMBING PARK) +ASN00063209 -33.9667 150.4833 -999.9 COXS RIVER (COMMODORES RANCH) +ASN00063210 -33.4333 149.0167 -999.9 TOWAC +ASN00063211 -33.9301 149.0966 410.0 BIGGA (GREENMANTLE) +ASN00063212 -33.5833 149.7000 -999.9 EUARRA +ASN00063213 -33.6381 149.8500 1090.0 OBERON (GILHOLMES RD) +ASN00063214 -33.3561 149.4058 705.0 ROCK FOREST (BIMBIL) +ASN00063215 -33.5333 149.9167 838.0 TARANA TOWNSHIP +ASN00063216 -33.6167 149.1333 720.2 CARCOAR (ICELY STREET) +ASN00063217 -33.5833 149.7000 -999.9 BREWONGLE +ASN00063218 -33.5500 149.0500 -999.9 ERROWANBANG +ASN00063219 -33.5500 148.8333 -999.9 KURRAJONG PARK +ASN00063220 -33.5333 150.6167 -999.9 KURRAJONG SETTLEMENT +ASN00063221 -33.6833 150.1333 -999.9 DURAL DEMONSTRATION ORCHARD +ASN00063223 -33.3000 149.1000 -999.9 MEADOW CREEK RESERVOIR +ASN00063224 -33.4901 150.1498 950.0 LITHGOW (BIRDWOOD ST) +ASN00063226 -33.4769 150.1303 900.0 LITHGOW (COOERWULL) 94741 +ASN00063227 -33.6976 150.3665 898.0 WENTWORTH FALLS COUNTRY CLUB +ASN00063228 -33.7394 150.2264 600.0 MEGALONG (BROADWOOD PARK) +ASN00063229 -33.6773 148.6115 298.0 COWRA (BILLIMARI (PINE VIEW)) +ASN00063230 -33.7500 150.6000 234.0 BLAXLAND WESTERN HIGHWAY +ASN00063231 -33.3815 149.1229 948.0 ORANGE AIRPORT COMPARISON 94726 +ASN00063232 -33.5833 150.0333 1000.0 RYDAL (BONHOLME) +ASN00063233 -33.6514 149.6404 880.0 ROCKLEY (CLEVELANDS) +ASN00063234 -33.6708 148.8565 580.0 WALLI (KENTUCKY) +ASN00063235 -33.0167 150.1500 353.6 GLEN ALICE (WONGARA) +ASN00063236 -33.5544 149.6038 700.0 THE LAGOON (SPRINGFIELD) +ASN00063237 -33.3000 149.1167 890.0 ORANGE TV CHANNEL CNB8 +ASN00063240 -33.5833 149.3667 860.0 NEWBRIDGE POST OFFICE +ASN00063241 -33.1300 149.9789 780.0 CAPERTEE (BERNINA) +ASN00063243 -34.1667 149.8500 1036.0 JERRONG (BELVEDERE) +ASN00063244 -33.3000 149.1167 876.3 ORANGE (WOLAROI) +ASN00063245 -33.6492 149.0759 661.0 MANDURAMA POST OFFICE +ASN00063246 -33.5105 150.3711 1010.0 MOUNT WILSON (CLARINE) +ASN00063247 -33.6000 150.6500 -999.9 GLENARA +ASN00063248 -33.6017 150.6783 61.0 GROSE WOLD ROAD +ASN00063249 -34.0667 149.4500 609.6 COOKS VALE +ASN00063250 -33.9667 149.0333 335.3 STREAMVILLE +ASN00063251 -33.5167 150.5833 460.0 KURRAJONG HEIGHTS (CUDGEE) +ASN00063252 -33.5000 150.4000 914.4 MULGOA +ASN00063253 -33.3167 149.0500 975.0 ORANGE (ROSETEAGUE) +ASN00063254 -33.3211 149.0828 922.0 ORANGE AGRICULTURAL INSTITUTE 95725 +ASN00063255 -33.6333 148.6333 353.6 BANGEROO NORTH +ASN00063256 -33.7333 150.4167 762.0 BULLABURRA (FAIRVIEW) +ASN00063258 -33.5000 149.3000 -999.9 ATHOL 1 +ASN00063259 -33.5500 149.0500 682.8 CARCOAR (ERROWANBANG) +ASN00063261 -33.1383 149.4567 579.0 HILLEND (BRUINBUN) +ASN00063262 -34.0367 149.6000 770.0 BURRAGA (BALLYROE) +ASN00063263 -33.0367 149.6000 991.0 MILLTHORPE (TOP VIEW) +ASN00063265 -33.7167 149.7833 -999.9 OBERON (FAIRVIEW 2) +ASN00063266 -33.3833 150.7000 45.7 COLO UPPER WARD BROS +ASN00063267 -33.9734 148.9452 365.0 WYANGALA DAM +ASN00063270 -33.6156 150.1682 600.0 LITTLE HARTLEY (ROSCOMMON) +ASN00063271 -34.0417 149.3611 510.0 TUENA (WYOMING) +ASN00063272 -33.7167 150.5667 335.0 SPRINGWOOD (EUCHORA) +ASN00063274 -34.2361 149.5500 750.0 FULLERTON (PINE GROVE) +ASN00063275 -33.4184 150.7160 40.0 UPPER COLO (MOUNT WARD) +ASN00063276 -33.9700 148.9533 360.0 WYANGALA DAM W/L +ASN00063279 -33.5333 149.2667 870.0 BLAYNEY (ATHOL) +ASN00063280 -33.5000 150.8783 5.0 SACKVILLE FERRY (HAWKESBURY RI +ASN00063281 -33.6333 150.2833 1052.0 BLACKHEATH M.C.A. +ASN00063283 -33.7000 150.0278 1095.0 HAMPTON (BINDO) +ASN00063284 -33.7000 149.1833 890.0 NEVILLE (SPRINGVALE) +ASN00063285 -33.4682 150.4717 810.0 MT IRVINE (BOORALEE) +ASN00063286 -33.6820 150.6082 285.0 WINMALEE (PENTLANDS DRIVE) +ASN00063287 -33.4111 149.5861 650.0 BATHURST STANLEY STREET (MACQU +ASN00063290 -33.4983 150.5215 620.0 BILPIN POST OFFICE +ASN00063291 -33.4120 149.6540 744.5 BATHURST AIRPORT AWS 94729 +ASN00063292 -33.6185 150.2741 1080.0 MOUNT BOYCE AWS 94743 +ASN00063293 -33.7400 149.8822 1190.0 OBERON (JENOLAN CAVES ROAD) +ASN00063294 -33.5284 149.2471 880.0 BLAYNEY (ORANGE ROAD) +ASN00063295 -33.6297 150.2803 1030.0 BLACKHEATH (WOMBAT STREET) +ASN00063296 -33.9561 149.3233 430.0 ABERCROMBIE (ABERCROMBIE RIVER +ASN00063297 -33.5728 149.9128 780.0 TARANA (FISH RIVER) +ASN00063298 -33.6144 149.6981 715.0 CHIFLEY DAM (CAMPBELLS RIVER ( +ASN00063299 -33.5842 149.3642 880.0 NEWBRIDGE PRIMARY SCHOOL +ASN00063301 -33.5783 150.6336 305.0 BOWEN MOUNTAIN (GRANDVIEW LANE +ASN00063302 -33.8275 149.6033 1070.0 OBERON (MOUNT DAVID) +ASN00063303 -33.3813 149.1270 947.4 ORANGE AIRPORT AWS 95726 +ASN00063304 -33.7181 149.5106 1024.0 ROCKLEY (GLENLEA) +ASN00063305 -33.4300 149.5550 715.0 BATHURST AG COMPARISON +ASN00063306 -33.4220 149.4057 910.0 BATHURST (THE ROCKS) +ASN00063307 -34.3414 149.7888 925.0 TARALGA (KIRIWIN) +ASN00064000 -31.6347 148.8464 380.0 BEARBUNG (ALLER) +ASN00064001 -31.7500 149.2000 -999.9 BIAMBLE +ASN00064002 -31.6000 148.8000 -999.9 BIDDEN STATE FOREST +ASN00064004 -31.5553 149.3829 408.0 BINNAWAY (WATTLE ST) +ASN00064006 -31.7000 149.5000 -999.9 BULLAROY +ASN00064007 -31.7231 149.2558 375.0 NEILREX (CAIGAN) +ASN00064008 -31.2712 149.2714 505.0 COONABARABRAN (NAMOI STREET) 94728 +ASN00064009 -32.0159 149.3964 388.0 DUNEDOO POST OFFICE 95727 +ASN00064010 -32.1141 149.0365 335.0 ELONG ELONG (BENDEELA ST) +ASN00064011 -32.0000 149.4000 366.0 DUNEDOO (MARTINDALE 2) +ASN00064012 -31.2000 149.3500 -999.9 FORKED MOUNTAIN +ASN00064013 -31.6417 149.4270 410.0 BINNAWAY (HAWTHORNE) +ASN00064014 -31.6000 149.2000 -999.9 MARRAN +ASN00064015 -31.8227 149.1217 350.0 MENDOORAN POST OFFICE +ASN00064016 -31.3000 149.5500 540.0 COONABARABRAN (MIA MIA) +ASN00064017 -31.3304 149.2699 643.0 COONABARABRAN AIRPORT AWS 95728 +ASN00064018 -31.7000 149.7000 -999.9 MUNDROOLA +ASN00064019 -32.2833 149.0833 -999.9 BOSTON (GOLLAN) +ASN00064020 -31.3433 149.5076 500.0 PURLEWAUGH (BYFIELD) +ASN00064021 -31.3500 148.7333 289.9 TONDERBURINE +ASN00064022 -31.4397 148.9099 420.0 TOORAWEENAH (DENHAM ST) +ASN00064023 -31.3500 149.4000 457.0 ULAMAMBRI POST OFFICE +ASN00064024 -31.5622 148.9547 420.0 GILGANDRA (WALLUMBURRAWANG) +ASN00064025 -31.8231 149.7200 495.0 COOLAH (BINNIA ST) +ASN00064026 -32.0878 149.2349 390.0 COBBORA (ELLISMAYNE) +ASN00064027 -31.3125 149.2048 615.0 COONABARABRAN (BARINA -TM) +ASN00064028 -31.6335 149.5750 458.0 WEETALIBA (WEETALABAH) +ASN00064029 -32.0156 149.3925 390.0 DUNEDOO (SHELL) +ASN00064031 -31.8833 149.3833 -999.9 DIGILAH +ASN00064032 -31.2833 149.2833 520.0 COONABARABRAN HOSPITAL +ASN00064033 -31.2759 149.1041 790.0 COONABARABRAN (MIRRIGUNDI) +ASN00064034 -31.3833 149.2500 213.4 WARKTON (MULGOA) +ASN00064035 -31.5500 149.2000 560.0 NEW MOLLYAN (AMAROO) +ASN00064036 -31.6167 149.7000 511.1 OAKEY CREEK +ASN00064037 -31.6667 149.7500 609.6 BINNIA DOWNS +ASN00064038 -31.5833 149.4833 428.5 ULINDA +ASN00064039 -31.2833 149.1667 609.6 COONABARABRAN (GLENMORE) +ASN00064040 -31.2667 149.2167 550.0 COONABARABRAN (HOMELEIGH) +ASN00064041 -31.3136 149.2049 607.0 COONABARABRAN (BARINA) +ASN00064042 -31.3500 149.1000 640.0 WARKTON (TANNABAR WEST) +ASN00064043 -31.9667 148.8833 -999.9 RANTERS CREEK +ASN00064044 -31.4000 148.7000 -999.9 WINDURONG +ASN00064045 -31.5000 149.2000 -999.9 GOWANG +ASN00064046 -31.2886 149.0687 860.0 COONABARABRAN (WESTMOUNT) +ASN00064047 -31.3665 149.1516 510.0 WARKTON (ROCKLEY) +ASN00064048 -31.3833 149.2000 487.7 WARKTON (OAKLEIGH) +ASN00064049 -31.8500 149.5333 640.0 COOLAH (SALISBURY) +ASN00064050 -31.6460 149.6209 460.0 WEETALIBA (MUNNA) +ASN00064051 -32.0272 149.2281 390.0 COBBORA (KANDIMULLA) +ASN00064053 -31.4739 148.6219 270.0 GILGANDRA (TREBOR) +ASN00064054 -31.7914 149.6705 567.0 COOLAH (BROWN SPRINGS) +ASN00065000 -32.4975 148.7488 305.0 ARTHURVILLE (CRAMOND) +ASN00065001 -33.3000 148.2000 -999.9 BACK YAMMA STATE FOREST +ASN00065002 -33.1167 148.6000 -999.9 BALD HILLS +ASN00065003 -32.4500 149.0000 -999.9 BODANGORA POST OFFICE +ASN00065004 -33.3596 148.9193 920.0 CARGO (COOLAMATONG) +ASN00065005 -33.2000 148.5000 618.7 BUMBERRY +ASN00065006 -33.5720 148.6619 300.0 CANOWINDRA (CANOWINDRA STREET) +ASN00065007 -33.4167 148.8167 195.0 CARGO POST OFFICE +ASN00065008 -32.3340 148.6361 290.0 DUBBO (JEMALUANG) +ASN00065009 -34.0167 148.7000 -999.9 CUCUMGILLICA PUBLIC SCHOOL +ASN00065010 -33.2869 148.7396 440.0 CUDAL POST OFFICE +ASN00065011 -32.9352 148.7545 518.0 CUMNOCK (WILLOW PARK) +ASN00065012 -32.2385 148.6089 260.0 DUBBO (DARLING STREET) +ASN00065013 -33.4278 148.3721 270.0 EUGOWRA POST OFFICE +ASN00065014 -32.3500 148.7000 -999.9 EUMALGA +ASN00065016 -33.3892 148.0081 240.0 FORBES (CAMP STREET) +ASN00065017 -33.5528 147.9350 229.0 GAREMA +ASN00065018 -32.3987 148.8281 320.0 GEURIE POST OFFICE +ASN00065019 -33.6146 148.4350 265.0 GOOLOOGONG POST OFFICE +ASN00065020 -33.1830 148.6941 438.0 MANILDRA (GEORGE ST) +ASN00065021 -33.8000 148.4000 -999.9 MARRUMBA STATION +ASN00065022 -33.1628 148.5879 530.0 MANILDRA (HAZELDALE) +ASN00065023 -33.0866 148.8598 565.0 MOLONG (KING ST) +ASN00065024 -33.1789 147.9770 258.0 PARKES (NELUNGALOO (NELUNGALOO +ASN00065025 -32.7000 148.5000 384.0 OBLEY +ASN00065026 -33.1419 148.1639 324.0 PARKES (MACARTHUR STREET) 94717 +ASN00065027 -33.8000 148.2000 -999.9 PINAROO +ASN00065028 -32.8000 148.8000 454.8 WELLINGTON (SPRINGFIELD) +ASN00065029 -32.6000 148.8000 393.2 SUNTOP +ASN00065030 -32.5192 148.5187 330.0 DUBBO (MENTONE) +ASN00065031 -33.4000 148.1000 -999.9 WANDARY +ASN00065032 -32.7000 148.4000 426.7 WANDOO WANDONG +ASN00065033 -33.3832 148.8449 720.0 CARGO (MORELLA) +ASN00065034 -32.5635 148.9503 305.0 WELLINGTON (AGROWPLOW) 94723 +ASN00065035 -32.5059 148.9708 390.0 WELLINGTON RESEARCH CENTRE +ASN00065036 -32.7537 148.6478 381.0 YEOVAL POST OFFICE +ASN00065037 -32.2667 148.6167 274.0 DUBBO STATE FOREST +ASN00065038 -33.3044 148.9433 785.0 ORANGE (GLENWOOD STATE FOREST) +ASN00065039 -33.3281 147.8472 229.0 FORBES (MUDDY WATER) +ASN00065040 -33.4333 148.8333 -999.9 RED EAST +ASN00065041 -33.0956 148.8692 540.0 MOLONG TM +ASN00065042 -33.1000 148.4000 -999.9 BALDERODGERY +ASN00065044 -33.9000 148.3000 -999.9 BOGO BOGOLOG +ASN00065045 -32.4000 149.0000 -999.9 COMOBELLA +ASN00065046 -33.6167 148.6167 -999.9 CANOWINDRA (BANGAROO) +ASN00065048 -33.7000 148.1000 -999.9 OOMA +ASN00065049 -33.5000 148.3000 -999.9 SPRINGTHORPE +ASN00065051 -32.9283 148.7547 518.0 CUMNOCK TM +ASN00065052 -32.3000 148.6000 -999.9 DUNDULLIMAL +ASN00065054 -33.4000 147.4000 -999.9 MANNA +ASN00065056 -33.2937 148.8605 630.0 CUDAL (BINDAWALLA) +ASN00065057 -33.6000 147.6000 -999.9 KYWONG +ASN00065058 -33.3000 148.0000 -999.9 MAYURA +ASN00065060 -33.6667 148.0833 -999.9 SUMMER HOUSE CREEK +ASN00065061 -33.5500 148.7000 -999.9 PINE LODGE 2 +ASN00065062 -33.2833 148.1667 -999.9 PARKES 2 +ASN00065065 -33.4500 148.0833 -999.9 FORBES 3 +ASN00065066 -33.1333 148.5333 -999.9 GARRA +ASN00065068 -33.1281 148.2428 323.3 PARKES AIRPORT AWS 95717 +ASN00065069 -32.3000 148.6000 -999.9 DUBBO WEST +ASN00065070 -32.2206 148.5753 284.0 DUBBO AIRPORT AWS GSN 95719 +ASN00065071 -32.3333 148.9333 366.0 GEURIE (WOOROOBOOMI) +ASN00065072 -33.6116 148.1494 247.0 GAREMA (FOREST LODGE) +ASN00065073 -33.2167 148.0500 274.0 TICHBORNE (WOODBINE) +ASN00065074 -33.7500 148.0167 350.5 PINNACLE +ASN00065075 -32.7167 148.5500 381.0 YOOROOGA (OBLEY) +ASN00065076 -33.8833 148.5333 335.3 BROULA +ASN00065082 -32.3549 148.5789 310.0 DUBBO (WILBERTREE) +ASN00065084 -33.3711 148.5917 320.0 TOOGONG (GLENAYR) +ASN00065085 -33.4733 148.2033 245.0 EUGOWRA (PILGRIM HILL) +ASN00065091 -33.8451 148.6534 300.0 COWRA AIRPORT COMPARISON 94720 +ASN00065092 -32.2278 148.6939 355.0 DUBBO (JAYMARK ROAD) +ASN00065093 -33.7667 148.1500 360.0 GRENFELL (BALD HILLS) +ASN00065096 -33.2682 148.3945 420.0 MANDAGERY (RAWENE) +ASN00065097 -33.4239 148.0119 240.0 FORBES (BETHANY PARK) +ASN00065098 -32.6833 148.9167 335.0 NEUREA (FERNFIELD) +ASN00065099 -32.3778 148.8741 370.0 GEURIE (KURRABRI) +ASN00065100 -32.9874 148.2288 360.0 ALECTOWN (CAWDOR) +ASN00065103 -33.3627 147.9205 230.4 FORBES AIRPORT AWS 94715 +ASN00065104 -33.3916 148.0064 235.0 FORBES COUNCIL DEPOT +ASN00065105 -32.8158 148.9277 545.0 WELLINGTON (CUNDUMBUL (MEHRUDA +ASN00065106 -32.0358 148.6552 320.0 DUBBO (MOGRIGUY (KYARRA)) +ASN00065107 -32.1670 148.9607 330.0 DUBBO (MURONBUNG (YOURALLA)) +ASN00065109 -33.7631 148.2349 335.0 GRENFELL (WARRADERRY (MASCOT)) +ASN00065111 -33.8449 148.6497 296.5 COWRA AIRPORT AWS 95721 +ASN00065112 -33.4818 148.2608 250.0 PAYTENS BRIDGE (YANDILLA) +ASN00065113 -33.3941 147.9727 234.0 FORBES (BIMBIMBI) +ASN00066000 -33.8850 151.1344 25.0 ASHFIELD BOWLING CLUB +ASN00066001 -34.0667 151.0500 23.0 AUDLEY NATIONAL PARK BOTTOM ST +ASN00066002 -33.7997 151.2508 70.0 BALGOWLAH (ETHEL STREET) +ASN00066003 -33.9167 151.0167 10.0 BANKSTOWN (CONDELL PARK) +ASN00066004 -33.9430 151.1098 30.0 BEXLEY BOWLING CLUB +ASN00066005 -33.8833 151.2667 15.0 BONDI BOWLING CLUB +ASN00066006 -33.8662 151.2160 15.0 SYDNEY BOTANIC GARDENS +ASN00066007 -33.9333 151.2167 6.1 BOTANY NO.1 DAM +ASN00066008 -33.5479 151.2079 1.0 BROOKLYN (SANDBROOK INLET) +ASN00066009 -33.8975 151.2328 38.0 CENTENNIAL PARK ROUND HOUSE +ASN00066010 -33.8014 151.1917 96.0 CHATSWOOD COUNCIL DEPOT +ASN00066011 -33.8000 151.2000 -999.9 CHATSWOOD BOWLING CLUB +ASN00066012 -33.8000 151.2000 103.0 CHATSWOOD WATER SUPPLY +ASN00066013 -33.8523 151.0985 15.0 CONCORD GOLF CLUB +ASN00066014 -34.0703 151.1512 31.0 CRONULLA SOUTH BOWLING CLUB +ASN00066015 -33.8833 151.2000 -999.9 CROWN ST. RESERVOIR +ASN00066017 -33.8681 151.1190 4.0 FIVE DOCK (BARNWELL PARK GOLF +ASN00066018 -33.9333 151.1167 31.1 EARLWOOD BOWLING CLUB +ASN00066019 -33.7833 151.0833 90.0 EASTWOOD COCOS AVENUE +ASN00066020 -33.7687 151.0852 92.0 EPPING CHESTER STREET +ASN00066021 -33.9167 151.2000 6.0 ALEXANDRIA (ERSKINEVILLE) +ASN00066023 -34.0514 150.9800 140.0 LUCAS HEIGHTS AWS 95757 +ASN00066025 -33.9194 150.9383 5.0 WARWICK FARM (LIVERPOOL TREATM +ASN00066026 -33.9000 151.1000 -999.9 HOMEBUSH +ASN00066027 -33.7000 151.1000 180.1 HORNSBY MWSDB +ASN00066028 -33.7083 151.0839 170.0 HORNSBY (PRETORIA PARADE) +ASN00066029 -33.9667 151.1000 61.0 HURSTVILLE MCLEOD STREET +ASN00066030 -34.0000 151.2000 -999.9 KURNELL +ASN00066031 -33.7667 151.1667 -999.9 KILLARA (METRO) +ASN00066032 -33.7822 151.1486 60.0 LINDFIELD WEST +ASN00066033 -33.8992 151.1933 15.0 ALEXANDRIA (HENDERSON ROAD) +ASN00066034 -33.8507 151.1295 15.0 ABBOTSFORD (BLACKWALL POINT RD +ASN00066035 -33.8000 151.3000 -999.9 MANLY TOWN HALL +ASN00066036 -33.9186 151.1402 6.0 MARRICKVILLE GOLF CLUB +ASN00066037 -33.9465 151.1731 6.0 SYDNEY AIRPORT AMO 94767 +ASN00066038 -33.8000 151.0000 -999.9 MERRYLANDS +ASN00066039 -33.8000 151.2000 -999.9 MIDDLECOVE +ASN00066040 -34.0405 151.0982 40.0 MIRANDA (BLACKWOOD ST) +ASN00066041 -33.8333 151.2500 85.3 MOSMAN WATER SUPPLY +ASN00066042 -33.8194 151.2428 70.0 MOSMAN (BAPAUME ROAD) +ASN00066044 -33.7255 151.2721 10.0 CROMER GOLF CLUB +ASN00066045 -33.6572 151.3187 5.0 NEWPORT BOWLING CLUB +ASN00066046 -33.8167 151.0000 15.2 PARRAMATTA +ASN00066047 -33.7324 151.0767 173.0 PENNANT HILLS (YARRARA ROAD) +ASN00066048 -33.8483 151.1105 15.0 CONCORD (BRAYS RD) +ASN00066049 -33.9667 151.0833 70.0 PENSHURST +ASN00066050 -33.8933 151.0346 55.0 POTTS HILL RESERVOIR +ASN00066051 -33.9829 151.2502 22.0 LITTLE BAY (THE COAST GOLF CLU 94780 +ASN00066052 -33.9096 151.2419 75.0 RANDWICK BOWLING CLUB +ASN00066053 -33.6292 151.3300 -999.9 AVALON (WOLLSTONECRAFT AVE) +ASN00066054 -33.9474 151.0065 15.0 REVESBY (PATEN STREET) +ASN00066055 -33.8667 151.0333 21.3 LIDCOMBE (CARNARVON GOLF CLUB) +ASN00066056 -33.7833 151.1833 116.0 ROSEVILLE BOWLING CLUB +ASN00066057 -33.8167 151.1000 24.4 RYDE PUMPING STATION +ASN00066058 -33.9942 151.1292 9.0 SANS SOUCI (PUBLIC SCHOOL) +ASN00066059 -33.6908 151.2253 199.0 TERREY HILLS AWS 94759 +ASN00066060 -34.0333 151.0667 121.0 SUTHERLAND MWSDB +ASN00066061 -33.8333 151.2000 75.0 SYDNEY NTH BOWLING CLUB +ASN00066062 -33.8607 151.2050 39.0 SYDNEY (OBSERVATORY HILL) 94768 +ASN00066063 -33.7206 151.1128 205.0 WAHROONGA RESERVOIR +ASN00066064 -33.8333 151.1000 7.6 CONCORD WALKER HOSPITAL +ASN00066065 -33.8500 151.3000 -999.9 WATSONS BAY (VAUCLUSE) +ASN00066066 -33.9000 151.2500 -999.9 WAVERLEY SHIRE COUNCIL +ASN00066067 -33.8333 151.2000 52.7 WOLLSTONECRAFT +ASN00066068 -33.8667 151.2833 76.2 VAUCLUSE +ASN00066069 -33.9833 151.1000 5.0 HURSTVILLE GROVE (WAITARA PARA +ASN00066070 -33.8805 151.0631 21.0 STRATHFIELD GOLF CLUB +ASN00066071 -33.8381 151.1161 10.0 GLADESVILLE CHAMPION RD +ASN00066072 -34.0164 151.2135 3.0 KURNELL (CALTEX OIL REFINERY) +ASN00066073 -33.9105 151.2276 25.0 RANDWICK RACECOURSE +ASN00066074 -33.9500 151.1333 22.9 ROCKDALE BOWLING CLUB +ASN00066075 -33.8411 151.1967 21.0 WAVERTON BOWLING CLUB +ASN00066076 -33.9367 151.0700 45.0 WILEY PARK (ROSELANDS) +ASN00066077 -33.6833 151.2333 182.9 TERREY HILLS +ASN00066078 -34.0517 150.9800 140.0 LUCAS HEIGHTS (ANSTO) +ASN00066079 -33.6370 151.3212 9.0 AVALON BEACH (AVALON (PALMGROV +ASN00066080 -33.7809 151.2044 75.0 CASTLE COVE (ROSEBRIDGE AVE) +ASN00066081 -33.8000 151.1333 70.0 NORTH RYDE STROUD STREET +ASN00066082 -33.8333 151.0833 5.0 CONCORD WEST PLASTER MILLS +ASN00066083 -33.6000 151.3000 15.0 PALM BEACH COASTERS RETREAT +ASN00066084 -33.7500 151.0500 167.6 PENNANT HILLS WEST (SAWENI) +ASN00066085 -33.8361 151.0128 8.0 GRANVILLE RSL BOWLING CLUB +ASN00066086 -34.0313 151.1642 10.0 CRONULLA STP +ASN00066087 -33.7933 151.0862 74.0 EASTWOOD BOWLING CLUB +ASN00066088 -33.7833 151.2833 14.9 MANLY NORTH +ASN00066089 -33.7939 151.2692 5.0 MANLY NORTH BOWLING CLUB +ASN00066090 -34.0608 151.0125 170.0 ENGADINE (CAMBRAI AVE) +ASN00066091 -33.8667 151.1000 -999.9 BURWOOD 2 PUBLIC SCHOOL +ASN00066092 -33.6833 151.0333 -999.9 DURAL +ASN00066094 -33.8000 151.2000 -999.9 WILLOUGHBY +ASN00066095 -33.8333 151.2833 76.2 SYDNEY (HORNBY LIGHT) +ASN00066096 -33.7167 151.1667 -999.9 PYMBLE +ASN00066097 -33.9000 151.2000 -999.9 RANWICK BUNNERONG RD +ASN00066098 -33.8809 151.2658 8.0 ROSE BAY (ROYAL SYDNEY GOLF CL +ASN00066099 -33.8000 151.2667 24.4 MANLY (FAIRLIGHT) +ASN00066101 -33.9167 151.1667 -999.9 MARRICKVILLE (FERNBANK) +ASN00066102 -33.8167 151.1167 -999.9 MEADOW BANK +ASN00066103 -33.9667 151.0500 -999.9 REVESBY LINDEN PK +ASN00066104 -34.0500 151.1500 -999.9 LILLI PILLI +ASN00066105 -33.7667 151.1667 110.0 KILLARA +ASN00066106 -33.7000 151.1000 174.0 HORNSBY MURIEL STREET +ASN00066107 -33.8000 151.1000 -999.9 HORNSBY JUNCTION (THORNLEIGH) +ASN00066108 -33.8333 151.1333 -999.9 HUNTERS HILL ST JOSEPHS COLLEG +ASN00066109 -33.8000 151.1000 -999.9 HUNTERS HILL (THE BUNGALOW) +ASN00066110 -34.0833 150.9500 -999.9 ECKERSLEY +ASN00066111 -33.8500 151.1167 -999.9 CRAYDON +ASN00066112 -33.8833 151.2833 -999.9 BONDI +ASN00066113 -33.9000 151.1000 -999.9 BURWOOD 1 +ASN00066114 -33.7179 151.1470 155.0 NORTH TURRAMURRA (DRYDEN RD) +ASN00066115 -33.7833 151.1167 -999.9 MARSFIELD +ASN00066116 -34.0833 151.1500 45.0 BUNDEENA COMPOSITE +ASN00066117 -33.7167 151.1667 182.9 TURRAMURRA NORTH +ASN00066118 -33.7500 151.2333 150.0 FRENCHS FOREST FITSPATRICK AVE +ASN00066119 -33.6403 151.1412 215.0 MOUNT KURING-GAI (LEDORA FARM) +ASN00066120 -33.7617 151.1462 82.0 GORDON GOLF CLUB +ASN00066121 -33.8833 151.0000 51.8 CHESTER HILL +ASN00066122 -33.9500 151.2500 -999.9 MAROUBRA RSL BOWLING CLUB +ASN00066123 -33.6833 151.2667 195.1 INGLESIDE +ASN00066124 -33.7917 151.0181 55.0 PARRAMATTA NORTH (MASONS DRIVE 94764 +ASN00066126 -33.7407 151.3077 2.0 COLLAROY (LONG REEF GOLF CLUB) +ASN00066127 -33.7500 151.2500 179.8 BEACON HILL RAAF +ASN00066128 -33.5965 151.3221 60.0 PALM BEACH (SUNRISE ROAD) +ASN00066129 -33.7500 151.0667 135.0 BEECROFT +ASN00066130 -33.8167 151.2167 80.0 NORTHBRIDGE (SAILORS BAY) +ASN00066131 -33.8258 151.1556 40.0 RIVERVIEW OBSERVATORY 95764 +ASN00066132 -33.9667 151.1333 30.5 CARLTON +ASN00066133 -34.1333 151.1167 15.2 WATTAMOLLA R.N.P. +ASN00066134 -33.8322 151.0340 3.0 GRANVILLE SHELL REFINERY +ASN00066135 -33.8333 151.0667 8.0 SILVERWATER (RANAD NEWINGTON) +ASN00066136 -34.0667 151.1167 59.4 CARINGBAH (LILLI PILLI) +ASN00066137 -33.9181 150.9864 6.5 BANKSTOWN AIRPORT AWS 94765 +ASN00066138 -33.8150 151.2969 100.0 MANLY (NORTH HEAD) +ASN00066139 -33.8833 151.2167 4.6 PADDINGTON +ASN00066140 -33.6167 151.2000 9.1 COTTAGE POINT (NOTTINGS) +ASN00066141 -33.6795 151.3076 10.0 MONA VALE GOLF CLUB +ASN00066142 -33.6761 151.1818 169.0 DUFFYS FOREST (NAMBA RD) +ASN00066143 -33.5800 151.2983 170.0 KURING-GAI CHASE (WEST HEAD) +ASN00066144 -33.9667 151.0667 48.0 PEAKHURST FOREST ROAD +ASN00066145 -33.7894 151.2392 85.0 SEAFORTH CASTLE CIRCUIT +ASN00066146 -33.5667 151.2667 9.1 BROKEN BAY NATL FITNESS CAMP +ASN00066147 -33.9667 151.2667 30.5 LONG BAY +ASN00066148 -33.9700 151.0638 20.0 PEAKHURST GOLF CLUB +ASN00066149 -33.8667 151.1833 15.2 GLEBE POINT SYD. WATER SUPPLY +ASN00066150 -33.9000 151.1167 61.0 CANTERBURY HEIGHTS +ASN00066151 -33.8167 151.2167 30.5 PRIMROSE PARK (FOLLY POINT) +ASN00066152 -33.7167 151.0833 182.9 MOUNT ERRINGTON +ASN00066153 -33.7822 151.2556 39.0 MANLY VALE (MANLY DAM) +ASN00066154 -33.9500 150.9500 -999.9 HOLDSWORTHY AIR CAVALRY +ASN00066155 -33.5500 151.2500 3.0 BROOKLYN (WOBBY BEACH) +ASN00066156 -33.7791 151.1121 65.0 MACQUARIE PARK (WILLANDRA VILL +ASN00066157 -33.7371 151.1521 165.0 PYMBLE (CANISIUS COLLEGE) +ASN00066158 -33.7366 151.1271 160.0 TURRAMURRA (KISSING POINT ROAD +ASN00066159 -33.6939 151.0925 195.0 HORNSBY (MOUNT WILGA) +ASN00066160 -33.8959 151.2341 38.0 CENTENNIAL PARK +ASN00066163 -33.8369 151.2797 25.0 WATSONS BAY (HMAS WATSON) +ASN00066164 -33.8771 151.0577 41.0 ROOKWOOD (HAWTHORNE AVE) +ASN00066166 -33.8283 151.2217 61.0 CREMORNE GRASMERE ROAD +ASN00066167 -33.8057 151.2145 35.0 NORTHBRIDGE BOWLING CLUB +ASN00066168 -33.9289 150.9831 -999.9 MILPERRA BRIDGE (GEORGES RIVER +ASN00066169 -33.8333 151.0000 30.0 VILLAWOOD ARCHIVES +ASN00066171 -33.9500 150.9500 22.0 MOOREBARK N.B.GOLF CLUB +ASN00066173 -33.9833 150.9000 2.4 GLENFIELD DENHAM COURT +ASN00066174 -33.8167 151.0333 0.6 DUNDAS +ASN00066175 -33.8500 151.1667 5.0 SCHNAPPER ISLAND +ASN00066176 -34.0658 151.0567 120.0 AUDLEY (ROYAL NATIONAL PARK) +ASN00066178 -33.8500 151.1833 10.0 BIRCHGROVE SCHOOL +ASN00066179 -33.9034 151.2675 15.0 BRONTE SURF CLUB +ASN00066180 -33.7000 151.1000 -999.9 TURRAMURRA (PIBRAC) +ASN00066181 -33.9766 151.0766 42.0 OATLEY (WORONORA PARADE) +ASN00066182 -33.7493 151.2334 158.0 FRENCHS FOREST (FRENCHS FOREST +ASN00066183 -33.6721 151.2752 160.0 INGLESIDE (WALTER AVENUE) +ASN00066184 -33.8340 151.2484 85.0 MOSMAN COUNCIL +ASN00066185 -33.7801 151.0587 115.0 CARLINGFORD (BARELLAN AV) +ASN00066187 -33.8997 151.2681 30.0 TAMARAMA (CARLISLE ST) +ASN00066188 -33.7402 151.2173 168.0 BELROSE (EVELYN PLACE) +ASN00066189 -33.7693 151.1380 73.0 WEST PYMBLE (WYUNA ROAD) +ASN00066190 -34.0117 150.8647 60.0 INGLEBURN (SACKVILLE STREET) +ASN00066191 -33.9770 150.9042 25.0 GLENFIELD (HARROW ROAD) +ASN00066193 -33.7654 151.1176 51.0 MARSFIELD (MACQUARIE UNIVERSIT +ASN00066194 -33.9057 151.1134 3.0 CANTERBURY RACECOURSE AWS 94766 +ASN00066195 -33.8521 151.0646 28.0 SYDNEY OLYMPIC PARK (SYDNEY OL 95765 +ASN00066196 -33.8414 151.2633 6.0 SYDNEY HARBOUR (WEDDING CAKE W 95766 +ASN00066204 -34.0009 151.0738 50.0 OYSTER BAY (GREEN POINT ROAD) +ASN00066205 -33.7073 151.1315 185.0 WAHROONGA (BOUNDARY ROAD) +ASN00066206 -33.7096 151.1730 170.0 ST IVES (RICHMOND AVENUE) +ASN00067000 -33.8022 150.8479 64.0 EASTERN CREEK (WONDERLAND) +ASN00067001 -33.7000 151.0000 -999.9 CASTLE HILL 2 +ASN00067002 -33.6667 150.6696 15.0 CASTLEREAGH (CASTLEREAGH ROAD) +ASN00067003 -33.7770 150.7877 45.0 COLYTON (CARPENTER ST) +ASN00067004 -33.7500 150.6667 18.3 EMU PLAINS +ASN00067005 -33.8833 150.9500 -999.9 FAIRFIELD POST OFFICE +ASN00067006 -33.9000 150.9500 24.0 FAIRFIELD MWSDB +ASN00067008 -33.8667 150.9833 31.0 GUILDFORD +ASN00067009 -33.9667 150.9000 23.0 GLENFIELD (MACQUARIE) +ASN00067010 -33.5908 151.0094 170.0 GLENORIE (OLD NORTHERN RD) +ASN00067011 -33.8167 151.0167 -999.9 GRANVILLE +ASN00067012 -33.7500 151.0000 -999.9 KELLYVILLE +ASN00067013 -33.9167 150.9333 17.1 LIVERPOOL +ASN00067014 -33.4623 151.0034 203.0 MAROOTA ( ROBERTS ROAD) +ASN00067015 -33.9696 150.7250 122.0 BRINGELLY (MARYLAND) +ASN00067016 -33.8000 150.8333 45.7 MINCHINBURY +ASN00067017 -33.8136 150.9392 70.0 GREYSTANES (BATHURST STREET) +ASN00067018 -33.7542 150.6783 25.0 PENRITH LADBURY AVENUE +ASN00067019 -33.8193 150.9127 61.0 PROSPECT RESERVOIR 94736 +ASN00067020 -33.9214 150.8861 20.0 LIVERPOOL (MICHAEL WENDEN CENT 95750 +ASN00067021 -33.6165 150.7477 20.0 RICHMOND - UWS HAWKESBURY +ASN00067022 -33.6550 151.0553 195.0 GALSTON (ROWLAND VILLAGE) +ASN00067023 -33.4972 151.0931 195.0 CANOELANDS (CANOELANDS) +ASN00067024 -33.7667 150.7667 35.0 ST MARYS BOWLING CLUB +ASN00067025 -33.7333 150.7667 24.0 ST MARYS MWSDB +ASN00067026 -33.7704 150.9318 50.0 SEVEN HILLS (COLLINS ST) +ASN00067027 -33.8902 150.5934 185.0 WARRAGAMBA +ASN00067029 -33.8637 150.6410 50.0 WALLACIA POST OFFICE +ASN00067030 -33.5500 150.8000 15.2 WILBERFORCE (GLEN ROCK) +ASN00067031 -33.6100 150.8151 15.0 WINDSOR BOWLING CLUB +ASN00067032 -33.8144 150.9833 26.0 WESTMEAD AUSTRAL AVENUE +ASN00067033 -33.6022 150.7794 19.0 RICHMOND RAAF GSN 95753 +ASN00067035 -33.9272 150.9128 20.0 LIVERPOOL(WHITLAM CENTRE) +ASN00067036 -33.9333 150.8167 60.0 AUSTRAL EIGHTH AVE +ASN00067037 -33.6947 150.8868 60.0 SCHOFIELDS BOUNDARY RD +ASN00067039 -33.6500 150.7667 -999.9 AJANA +ASN00067040 -33.4528 151.0672 15.0 GUNDERMAN (WISEMANS FERRY RD) +ASN00067042 -33.7610 150.9498 81.0 KINGS LANGLEY (SOLANDER RD) +ASN00067044 -33.4481 150.8806 15.0 LOWER PORTLAND (ORANGE GROVE) +ASN00067045 -33.9167 150.6000 274.3 SILVERDALE +ASN00067046 -33.6000 150.7000 -999.9 RICHMOND NORTH +ASN00067047 -33.9333 150.7500 -999.9 ROSSMORE +ASN00067048 -33.6667 150.9000 -999.9 VINEYARD (ALREAN GLEN) +ASN00067049 -33.4000 151.2000 -999.9 ARNOLD GROVE +ASN00067050 -33.8833 150.7500 70.0 BADGERYS CREEK SCHOOL +ASN00067051 -33.7000 151.0000 -999.9 BEECROFT 1 +ASN00067052 -33.6241 151.1493 225.0 BEROWRA (GOODWYN ROAD) +ASN00067053 -33.7000 151.0000 -999.9 CASTLE HILL 1 +ASN00067054 -33.6000 150.8167 -999.9 WINDSOR THE PENINSULA +ASN00067055 -33.5667 150.8833 -999.9 PITT TOWN LAB.FARM (SCHEYVILLE +ASN00067056 -33.5667 150.8833 -999.9 PITT TOWN (THE MANSE) +ASN00067057 -33.4833 150.9333 -999.9 PORTLAND LOWER +ASN00067058 -33.7333 151.0833 -999.9 DURAL PUBLIC SCHOOL +ASN00067059 -33.7694 150.8856 58.0 BLACKTOWN +ASN00067060 -34.0167 150.9000 45.7 LONG POINT +ASN00067061 -33.9353 150.7819 -999.9 ROSSMORE (SOUTH CREEK) +ASN00067063 -33.9833 150.6667 83.8 COBBITTY (CUTHILL) +ASN00067064 -33.8667 150.8333 82.3 CECIL PARK ANDERSONS RES.FARM +ASN00067067 -33.7600 150.6567 31.0 EMU PLAINS +ASN00067068 -33.8683 150.7278 65.0 BADGERYS CREEK MCMASTERS F.STN +ASN00067069 -33.9167 150.8667 -999.9 GREENVALLEY (MILLER) +ASN00067070 -33.8269 150.9767 45.0 MERRYLANDS (WELSFORD STREET) +ASN00067071 -33.7167 151.0833 187.5 THORNLEIGH BRIDGEVIEW CRESCENT +ASN00067072 -33.8667 150.9333 24.4 FAIRFIELD HEIGHTS POST OFFICE +ASN00067073 -33.6200 150.8967 49.0 MARALYA BOUNDARY ROAD +ASN00067076 -33.7366 150.8758 25.0 QUAKERS HILL TREATMENT WORKS +ASN00067078 -33.6667 151.0167 106.7 KENTHURST +ASN00067079 -33.9000 150.7833 61.0 HALECOTE LATE KEMPS CREEK +ASN00067080 -33.7774 150.9779 75.0 WINSTON HILLS LANHAMS ROAD +ASN00067082 -33.4833 150.9000 30.5 SACKVILLE REACH +ASN00067083 -33.7667 150.8000 39.9 MOUNT DRUITT FRANCIS STREET +ASN00067084 -33.8020 150.7069 93.0 ORCHARD HILLS TREATMENT WORKS +ASN00067086 -33.6867 151.0250 216.0 DURAL (OLD NORTHERN ROAD) +ASN00067087 -33.6167 151.0167 167.6 GLENORIE (GATELEIGH PARK) +ASN00067088 -33.8833 150.9333 15.0 CANLEY VALE +ASN00067089 -33.7459 151.0402 120.0 WEST PENNANT HILLS (CUMBERLAND +ASN00067090 -33.5680 151.0760 200.0 FIDDLETOWN (BLOODWOOD ROAD) +ASN00067091 -33.9000 150.9167 35.0 CABRAMATTA +ASN00067092 -33.7333 150.8833 31.0 QUAKERS HILL DOUGLAS RD. +ASN00067094 -33.4383 150.8917 -999.9 LOWER PORTLAND (HAWKESBURY RIV +ASN00067096 -33.7667 150.7000 27.0 PENRITH (GLENROY) +ASN00067097 -33.9333 150.8667 25.0 PRESTONS BERNERA ROAD +ASN00067098 -33.7487 151.0449 140.0 WEST PENNANT HILLS (ORATAVA A +ASN00067100 -33.7260 150.9944 90.0 CASTLE HILL (KATHLEEN AVE) +ASN00067101 -33.6649 150.8780 25.0 BOX HILL JUNCTION ROAD +ASN00067102 -33.8044 150.7778 45.0 ST CLAIR (JUBA CLOSE) +ASN00067103 -33.5583 150.9161 10.0 CATTAI MITCHELL PARK ROAD +ASN00067104 -33.6617 150.9000 27.0 BOX HILL (HYNDS ROAD) +ASN00067105 -33.6004 150.7761 19.0 RICHMOND RAAF 95753 +ASN00067106 -33.6708 150.7972 25.0 BERKSHIRE PARK FIRST RD +ASN00067107 -33.9928 150.8178 120.0 VARROVILLE (ST JAMES ROAD) +ASN00067108 -33.8969 150.7281 81.2 BADGERYS CREEK AWS 94752 +ASN00067109 -33.7678 150.9814 100.0 BAULKHAM HILLS EUCALYPTUS CT +ASN00067110 -33.7858 150.9236 80.0 SEVEN HILLS (RADIO FM 103.2) +ASN00067111 -33.7931 151.0167 50.0 NORTH PARRAMATTA (BURNSIDE HOM +ASN00067112 -33.7672 151.0186 40.0 NORTH ROCKS (MUIRFIELD GOLF CL +ASN00067113 -33.7195 150.6783 24.7 PENRITH LAKES AWS 94763 +ASN00067114 -33.8667 150.8611 75.0 ABBOTSBURY (FAIRFIELD CITY FAR +ASN00067115 -33.7826 150.6619 50.0 GLENMORE PARK (CARTWRIGHT CL) +ASN00067116 -33.7231 150.7997 30.0 WILLMOT (RESOLUTION AVE) +ASN00067117 -33.9795 150.9254 40.0 HOLSWORTHY CONTROL RANGE 94762 +ASN00067118 -33.7431 150.8356 50.0 OAKHURST (LAWTON PLACE) +ASN00067119 -33.8511 150.8567 100.0 HORSLEY PARK EQUESTRIAN CENTRE 94760 +ASN00067120 -33.9319 150.8553 30.0 HOXTON PARK (RANIERI PLACE) +ASN00068000 -34.5712 150.7761 8.0 ALBION PARK POST OFFICE +ASN00068001 -34.2069 150.7931 255.0 APPIN CHURCH ST +ASN00068002 -34.3500 150.6333 55.0 AVON DAM MWSDB +ASN00068003 -34.7810 150.6917 10.0 BERRY MASONIC VILLAGE +ASN00068004 -34.5457 150.8375 10.0 MOUNT WARRIGAL (REDDALL PARADE +ASN00068005 -34.5000 150.4000 661.7 BOWRAL POST OFFICE +ASN00068006 -34.5367 150.2528 686.0 BELANGLO STATE FOREST +ASN00068007 -34.0254 150.6455 61.0 CAMDEN (BROWNLOW HILL) +ASN00068008 -34.6531 150.3037 677.0 BUNDANOON BOWLING CLUB +ASN00068009 -34.5961 150.5187 758.0 BURRAWANG (RANGE STREET) +ASN00068010 -34.3000 150.5000 365.8 BUXTON (GIRRAHWEEN) +ASN00068011 -34.0500 150.7167 67.7 CAMDEN BOWLING CLUB +ASN00068012 -34.0500 150.7000 67.0 CAMDEN MWSDB +ASN00068013 -34.1258 150.7375 80.0 MENANGLE JMAI +ASN00068014 -34.0667 150.8000 76.2 CAMPBELLTOWN 1 +ASN00068015 -34.0667 150.8167 61.0 CAMPBELLTOWN 2 MWSDB +ASN00068016 -34.2644 150.8062 340.0 CATARACT DAM +ASN00068017 -34.2333 150.7500 159.0 CATARACT RIVER +ASN00068018 -34.3333 150.7333 340.5 CORDEAUX NO.1 DAM +ASN00068019 -34.4333 150.7833 300.0 CORDEAUX NO.2 DAM +ASN00068020 -34.3333 150.7500 330.0 CORDEAUX QUARTERS +ASN00068021 -34.9000 150.7000 -999.9 CROOKHAVEN HEADS +ASN00068022 -34.5000 150.7885 10.0 DAPTO BOWLING CLUB +ASN00068023 -34.4708 150.7736 42.0 DAPTO WEST (STANE DYKES) +ASN00068024 -34.2272 150.9111 370.0 DARKES FOREST (KINTYRE) +ASN00068025 -34.6000 150.3000 710.5 EXETER +ASN00068027 -34.7472 150.8211 20.0 GERRINGONG (MAYFLOWER VILLAGE) +ASN00068028 -34.1908 150.9746 238.0 HELENSBURGH (SAWAN ST) +ASN00068029 -34.7796 150.4614 150.0 KANGAROO VALLEY (BUDGONG) +ASN00068030 -34.3738 150.2999 735.0 MITTAGONG (HIGH RANGE) +ASN00068031 -34.8667 150.4500 -999.9 BURRUER (ILLAROO) +ASN00068032 -34.6500 150.7833 10.0 JAMBEROO (LORNA) +ASN00068033 -34.4585 150.4931 610.0 MITTAGONG (KIA ORA) +ASN00068034 -35.0936 150.8048 85.0 JERVIS BAY (POINT PERPENDICULA +ASN00068035 -34.6642 150.7586 160.0 JAMBEROO (THE RIDGE) +ASN00068036 -34.7358 150.5332 85.0 KANGAROO VALLEY (MAIN RD) +ASN00068037 -34.0500 150.7667 107.0 KENNY HILL +ASN00068038 -34.6750 150.8519 10.0 KIAMA BOWLING CLUB +ASN00068039 -34.2500 150.9333 330.0 MADDENS CREEK +ASN00068040 -34.4833 150.5333 58.0 MITTAGONG (MAGUIRES CROSSING) +ASN00068041 -34.1000 150.7000 83.2 MENANGLE +ASN00068042 -34.0000 150.8000 -999.9 MINTO 2 +ASN00068043 -34.0283 150.8433 43.0 MINTO SURREY STREET +ASN00068044 -34.4474 150.4568 635.0 MITTAGONG (BEATRICE STREET) +ASN00068045 -34.5444 150.3768 675.0 MOSS VALE (HOSKINS STREET) +ASN00068046 -34.4000 150.9000 198.1 MOUNT PLEASANT +ASN00068047 -34.3333 150.6000 560.0 NEPEAN DAM +ASN00068048 -34.8718 150.6176 10.0 NOWRA TREATMENT WORKS +ASN00068050 -34.0000 150.5500 -999.9 ORANGEVILLE +ASN00068051 -34.6667 150.2333 646.2 PENROSE (PANORAMA) +ASN00068052 -34.1685 150.6145 165.0 PICTON COUNCIL DEPOT +ASN00068053 -34.4772 150.9131 11.0 PORT KEMBLA SIGNAL STATION +ASN00068054 -34.5847 150.5929 756.0 ROBERTSON (CAALONG STREET) +ASN00068055 -34.6000 150.6000 -999.9 ROBERTSON WATER SUPPLY +ASN00068056 -34.3000 150.9000 356.6 SHERBROOKE +ASN00068057 -34.3167 150.9000 399.3 SUBLIME POINT (TOOMA) +ASN00068058 -34.5667 150.3500 658.4 SUTTON FOREST (URALBA) +ASN00068059 -34.0833 150.5833 290.0 THE OAKS JOHN STREET +ASN00068060 -34.4667 150.8333 12.2 UNANDERRA +ASN00068061 -34.5167 150.7000 549.0 VIADUCT CREEK +ASN00068062 -34.3447 150.2676 740.0 HIGH RANGE (WANGANDERRY) +ASN00068063 -34.1667 150.9667 280.0 WATERFALL (GARRAWARRA H) +ASN00068064 -34.1500 151.0000 -999.9 WATERFALL +ASN00068065 -34.1667 150.8167 250.0 WEDDERBURN +ASN00068066 -34.2000 150.6000 174.0 WILTON +ASN00068067 -34.7167 150.2000 640.1 WINGELLO STATE FOREST +ASN00068068 -34.3472 150.1500 675.0 WOLLONDILLY (BULLIO) +ASN00068069 -34.4333 150.8833 30.0 WOLLONGONG POST OFFICE +ASN00068070 -34.1167 150.9333 177.0 WORONORA DAM +ASN00068071 -34.3667 150.5500 500.0 YERRINBOOL +ASN00068072 -34.9469 150.5353 109.0 NOWRA RAN AIR STATION AWS 94750 +ASN00068073 -34.5167 150.5333 671.0 KANGALOOM E (GLEN MAVIS) +ASN00068074 -34.4333 150.9000 15.2 WOLLONGONG (SMITHS HILL) +ASN00068075 -34.5500 150.2667 674.0 SUTTON FOREST (CHERRY TREE HIL +ASN00068076 -34.9449 150.5450 109.0 NOWRA RAN AIR STATION +ASN00068077 -34.7500 150.5000 -999.9 KANGAROO VALLEY +ASN00068078 -35.1000 150.7000 15.0 HYMAS BEACH CYRUS STREET +ASN00068079 -35.1319 150.7056 40.0 JERVIS BAY NATURE RESERVE +ASN00068080 -34.9158 150.7312 3.0 GREENWELL POINT BOWLING CLUB +ASN00068081 -34.0833 150.8167 75.0 CAMPBELLTOWN SWIMMING CENTRE +ASN00068082 -34.9325 150.3867 110.0 YALWAL +ASN00068083 -34.9282 150.7484 15.0 CULBURRA TREATMENT WORKS +ASN00068084 -34.8667 150.6333 9.1 TERARA +ASN00068085 -34.8484 150.1353 600.0 NERRIGA (TOLWONG) +ASN00068086 -34.4031 150.8433 310.0 MOUNT KEIRA SCOUT CAMP +ASN00068087 -34.4333 150.5000 -999.9 SPRING HILL (WARANA) +ASN00068088 -35.0938 150.6228 9.0 SANCTUARY POINT (SALINAS STREE +ASN00068089 -34.4295 150.2354 725.0 JOADJA (GREENWALK) +ASN00068090 -34.4833 150.1167 64.0 BANGADILLY +ASN00068091 -34.4833 150.2667 640.1 BERRIMA WEST POST OFFICE +ASN00068092 -34.4833 150.3667 762.0 BERRIMA (HILLVIEW) +ASN00068093 -34.5695 150.2576 658.0 SUTTON FOREST (ELING FOREST) +ASN00068094 -34.6000 150.2167 736.1 BRIDGEWATER +ASN00068095 -34.5500 150.1500 701.0 CANYONLEIGH (MEGALONG) +ASN00068096 -34.6000 150.1167 594.0 CANYONLEIGH (GLENCOE) +ASN00068097 -34.6500 150.1333 609.6 SPRING VALLEY (WINGELLO) +ASN00068098 -34.4000 150.1500 749.8 TUGALONG (MOSS VALE) +ASN00068099 -34.4333 150.3333 670.6 BOYTON LEA +ASN00068100 -34.6519 150.3085 680.0 BUNDANOON (PLATTWOOD) +ASN00068101 -34.5397 150.4785 665.0 BOWRAL (RIVERSIDE) +ASN00068102 -34.4869 150.4019 690.0 BOWRAL (PARRY DRIVE) 94747 +ASN00068103 -34.4000 150.8500 304.8 MOUNT KEIRA SUMMIT +ASN00068104 -34.5217 150.8083 10.0 TALLAWARRA POWER STATION +ASN00068105 -34.8833 150.6000 7.9 NOWRA COUNCIL OFFICES +ASN00068106 -34.2453 150.9697 90.0 CLIFTON (COALCLIFF) +ASN00068107 -34.2833 150.9500 40.0 COLEDALE RAILWAY STATION +ASN00068108 -34.3420 150.8999 45.0 WOONONA (POPES RD) +ASN00068109 -34.7833 150.1667 616.0 TALLONG (CAOURA) +ASN00068110 -34.4829 150.8555 5.0 BERKELEY (NORTHCLIFFE DRIVE) +ASN00068111 -34.7667 150.4833 475.5 BUDGONG +ASN00068112 -34.1667 151.0667 6.0 GARIE BEACH +ASN00068113 -34.6000 150.8500 12.2 DUNMORE (KURRAWONG) +ASN00068114 -34.6667 150.3667 625.0 BUNDANOON (MERYLA) +ASN00068115 -34.5667 150.6167 792.5 OCEAN VIEW (ROBERTSON) +ASN00068116 -34.6000 150.6500 563.9 PHEASANTS GROUND +ASN00068117 -34.5900 150.6085 760.0 ROBERTSON (ST.ANTHONYS) +ASN00068118 -34.8333 150.5333 76.0 CAMBEWARRA (TAPI TALLIE) +ASN00068119 -34.3833 150.9000 9.1 TOWRADGI +ASN00068120 -34.2500 150.7000 222.0 WILTON POST OFFICE +ASN00068121 -34.5333 150.7833 12.2 YALLAH +ASN00068122 -34.1014 150.6440 132.0 CAWDOR (WOODBURN) +ASN00068123 -34.5326 150.8679 5.0 WINDANG BOWLING CLUB +ASN00068124 -34.6750 150.5917 170.0 UPPER KANGAROO RIVER +ASN00068125 -34.0904 150.5052 440.0 OAKDALE (COOYONG PARK) +ASN00068126 -34.4500 150.8167 131.1 NIDGEE STUD +ASN00068127 -34.1833 150.7167 122.0 DOUGLAS PARK POST OFFICE +ASN00068128 -34.4000 150.5167 -999.9 ALPINE +ASN00068129 -34.6000 150.7500 -999.9 ALBION PARK (PARKVALE) +ASN00068130 -34.5333 150.7167 85.0 YALLAH (IANWYN) +ASN00068131 -34.4674 150.8813 9.0 PORT KEMBLA (BHP CENTRAL LAB) +ASN00068132 -34.2333 150.9833 76.2 STANWELL PARK (HILLCREST) +ASN00068133 -34.2167 150.6000 269.7 TAHMOOR POST OFFICE +ASN00068134 -34.2000 150.7833 -999.9 APPIN (STANHOPE) +ASN00068135 -34.3000 150.5500 -999.9 BALMORAL +ASN00068136 -34.8500 150.6167 7.9 BOMADERRY +ASN00068137 -34.7000 150.6833 -999.9 BROGERS CREEK UPPER (COOKVILLE +ASN00068138 -34.3000 150.7000 -999.9 BROUGHTON VILLAGE +ASN00068139 -34.8000 150.5167 -999.9 BROWNS MOUNTAIN +ASN00068140 -35.1667 150.7667 -999.9 CAPE ST GEORGE +ASN00068141 -34.0833 150.6667 -999.9 CAWDOR +ASN00068142 -34.3167 150.7333 -999.9 CORDEAUX RIVER +ASN00068143 -34.6000 150.3000 -999.9 EXETER 1 +ASN00068144 -34.1000 150.6000 -999.9 GLENDON 2 +ASN00068145 -34.6000 150.2000 -999.9 ILKEY MOOR +ASN00068146 -34.4167 150.8167 320.0 KEMBLA HEIGHTS MWSDB +ASN00068147 -34.4333 150.8000 -999.9 KEMBLA HEIGHTS 1 +ASN00068149 -34.4167 150.8167 -999.9 MOUNT KEMBLA +ASN00068150 -34.0333 150.7833 -999.9 NARELLAN +ASN00068151 -35.0936 150.8049 85.0 JERVIS BAY (POINT PERPENDICULA 95940 +ASN00068152 -34.2833 150.5500 -999.9 PICTON COLLEGE (WARATAH) +ASN00068153 -34.4000 150.9000 -999.9 WOLLONGONG (ROSEMOUNT) +ASN00068154 -34.6167 150.8000 -999.9 STOCKYARD MOUNTAIN +ASN00068155 -34.5833 150.8000 -999.9 THE HILL +ASN00068156 -34.6333 150.5333 -999.9 ULSTER PARK +ASN00068157 -34.5000 150.4000 -999.9 YARROW (BOURAL) +ASN00068158 -34.1833 150.6000 228.0 PICTON RUMPKER STREET +ASN00068159 -34.1653 150.8097 250.0 WEDDERBURN (BOOALBYN) +ASN00068160 -34.0542 150.8772 115.0 CAMPBELLTOWN (KENTLYN (GEORGES +ASN00068161 -34.7333 150.6167 130.0 WATTAMOLLA +ASN00068162 -34.7500 150.1667 -999.9 TALLONG +ASN00068163 -34.4167 150.4000 658.4 LEICESTER PARK +ASN00068164 -34.1000 150.5167 442.0 OAKDALE (SILVER HILL) +ASN00068166 -34.2424 150.5220 420.0 BUXTON (AMAROO) +ASN00068167 -34.7281 150.4517 100.0 KANGAROO VALLEY (GLENGARRY) +ASN00068168 -34.6244 150.6939 765.0 KNIGHTS HILL (CHANNEL 5A) +ASN00068169 -34.4138 150.8572 90.0 MOUNT KEIRA (YATES AVE) +ASN00068170 -34.4333 150.8000 207.0 MOUNT NEBO COLLIERY +ASN00068171 -34.4333 150.8500 48.8 WOLLONGONG OBRIENS ROAD +ASN00068172 -34.4333 150.8167 137.2 MOUNT KEMBLA 2 +ASN00068173 -34.4333 150.8000 300.0 KEMBLA HEIGHTS CORDEAUX ROAD +ASN00068174 -34.7183 150.6850 310.0 WOODHILL BROGERS CREEK ROAD +ASN00068175 -34.7617 150.7911 3.0 TOOLIJOOA (NYORA) +ASN00068176 -34.2500 150.6333 198.1 TAHMOOR (RANFURLY) +ASN00068177 -34.2517 150.9444 390.0 MADDENS PLAINS (BOOMERANG GOLF +ASN00068178 -34.6833 150.7167 625.0 BARREN GROUNDS NATURE RES. +ASN00068179 -34.5500 150.5333 816.9 KANGALOON POST OFFICE +ASN00068181 -34.7275 150.5208 80.0 HAMPDEN BRIDGE (KANGAROO RIVER +ASN00068182 -35.1333 150.1333 564.0 NERRIGA (GLENGARRY) +ASN00068183 -34.9500 150.0833 579.0 NERRIGA (TOUGA) +ASN00068184 -34.4667 150.3833 701.0 BOWRAL CENTENNIAL ROAD +ASN00068185 -34.6167 150.5333 710.0 WILDES MEADOW (LONGVIEW) +ASN00068186 -34.4839 150.2867 655.0 BERRIMA WEST (MEDWAY (WOMBAT C +ASN00068188 -34.4030 150.8795 25.0 WOLLONGONG UNIVERSITY +ASN00068190 -34.7370 150.6235 130.0 WATTAMOLLA (TAMOL) +ASN00068191 -34.3000 150.0667 243.8 BARRALLIER (BELL BIRD) +ASN00068192 -34.0391 150.6890 73.9 CAMDEN AIRPORT AWS 94755 +ASN00068193 -34.2833 150.5833 342.0 BARGO POST OFFICE +ASN00068194 -34.1000 150.4000 243.8 NATTAI RIVER +ASN00068195 -34.6368 150.4026 568.0 MOSS VALE (TOROKINA) +ASN00068196 -34.7667 150.6333 -999.9 BELLAWONGARAH +ASN00068197 -34.7376 150.7674 50.0 FOXGROUND ROAD +ASN00068199 -34.5560 150.8162 4.0 OAK FLATS (THE BOULEVARDE) +ASN00068200 -34.2075 150.7095 165.0 DOUGLAS PARK ( ST. MARYS TOWER +ASN00068201 -34.4333 150.8167 -999.9 GOONDARIAN CREEK (MOUNT KEMBLA +ASN00068202 -34.6033 150.5487 755.0 ROBERTSON (PEARSONS LANE) +ASN00068203 -35.0850 150.2300 760.0 SASSAFRAS (ETTREMA) +ASN00068204 -35.1702 150.5908 6.0 SUSSEX INLET BOWLING CLUB +ASN00068207 -34.0167 150.6833 95.0 COBBITY (ROSENEATH) +ASN00068208 -33.9833 150.5833 228.9 WERONBI POST OFFICE +ASN00068209 -34.6557 150.7293 115.0 JAMBEROO (DRUEWALLA) +ASN00068210 -34.8667 150.7167 10.0 COOLANGATTA +ASN00068213 -34.8667 150.6050 0.1 NOWRA BOAT SHED (SHOALHAVEN RI +ASN00068215 -34.4167 150.1967 -999.9 GREENSTEAD (WINGECARRIBEE RIVE +ASN00068216 -34.1194 150.7402 -999.9 MENANGLE BRIDGE (NEPEAN RIVER) +ASN00068217 -34.6866 150.5253 105.0 BARRENGARRY (THE OLD SCHOOL HO +ASN00068218 -34.7208 150.6491 140.0 WATTAMOLLA (GRIFFITHS) +ASN00068220 -34.0411 150.8458 90.0 MINTO (ALDERNEY STREET) +ASN00068222 -35.0870 150.5135 10.0 WANDANDIAN POST OFFICE +ASN00068223 -34.2785 150.9554 10.0 WOMBARRA (REEF AVE) +ASN00068224 -34.5858 150.6264 735.0 ROBERTSON (THE PIE SHOP) +ASN00068225 -34.0400 150.6983 88.0 CAMDEN (CAMTRAC) +ASN00068226 -34.1828 151.0383 220.0 ROYAL NATIONAL PARK (GARRAWARR +ASN00068227 -34.0867 150.7917 120.0 AMBARVALE CLENNAM AVE +ASN00068228 -34.3691 150.9291 10.0 BELLAMBI AWS 94749 +ASN00068229 -35.2439 150.5098 32.0 BENDALONG STP +ASN00068230 -34.0697 150.7878 90.0 CAMPBELLTOWN U.W.S. +ASN00068231 -34.0630 150.8489 118.0 RUSE (DENISON STREET) +ASN00068233 -34.8517 150.3883 30.0 GRASSY GULLY (SHOALHAVEN RIVER +ASN00068237 -34.4724 150.8178 7.0 KEMBLA GRANGE RACECOURSE +ASN00068238 -34.6879 150.6027 100.0 UPPER KANGAROO VALLEY (NELLSVI +ASN00068239 -34.5253 150.4217 678.4 MOSS VALE AWS 94746 +ASN00068240 -34.5250 150.8714 5.0 WINDANG KRUGER AVE +ASN00068241 -34.5638 150.7900 8.0 ALBION PARK (WOLLONGONG AIRPOR 95748 +ASN00068242 -34.6533 150.8609 15.5 KIAMA (BOMBO HEADLAND) 95749 +ASN00068243 -34.5776 150.5118 685.0 BURRAWANG (SPURFIELD) +ASN00068244 -34.9077 150.6835 5.0 PYREE (LE WARNETRE) +ASN00068245 -34.9528 150.7019 25.0 CALLALA TREATMENT PLANT +ASN00068246 -34.5707 150.8383 62.0 BLACKBUTT (TAMMAR PLACE) +ASN00068247 -34.7679 150.5620 250.0 BEAUMONT (THE CEDARS) +ASN00068248 -34.6625 150.4333 719.3 FITZROY FALLS (RED HILLS) +ASN00068249 -34.9636 150.0967 533.4 TOUGA +ASN00068250 -34.0128 150.7675 106.0 CAMDEN VALLEY GOLF RESORT +ASN00068251 -34.9914 150.7239 10.0 CALLALA BAY (DONOVAN CLOSE) +ASN00068252 -34.6708 150.8497 62.0 KIAMA (BRIGHTON ST) +ASN00068254 -34.0673 150.7678 134.0 MOUNT ANNAN BOTANIC GARDEN +ASN00068255 -34.4875 150.4014 720.0 BOWRAL (ORCHARD ST) +ASN00068257 -34.0615 150.7735 112.0 CAMPBELLTOWN (MOUNT ANNAN) 94757 +ASN00069000 -35.6500 149.8167 160.0 ARALUEN POST OFFICE +ASN00069001 -35.7086 150.1769 3.0 BATEMANS BAY POST OFFICE +ASN00069002 -36.6884 149.8380 50.0 BEGA (NEWTOWN ROAD) +ASN00069003 -36.6278 149.5705 215.0 BEMBOKA POST OFFICE +ASN00069004 -35.6000 150.2000 -999.9 BENANDRA STATE FOREST +ASN00069005 -36.4269 150.0787 15.0 BERMAGUI SOUTH (YOUNG STREET) +ASN00069006 -35.7011 149.7896 165.0 BETTOWYND (CONDRY) +ASN00069007 -36.1500 150.1000 12.2 BODALLA STATE FOREST +ASN00069008 -35.2668 150.4081 78.0 YATTEYATTAH (POINTER ROAD) +ASN00069009 -37.1000 149.9000 -999.9 BOYD EAST STATE FOREST +ASN00069010 -35.4489 149.7990 643.0 BRAIDWOOD (WALLACE STREET) +ASN00069011 -36.9463 149.6695 260.0 WYNDHAM (NYUMBANI) +ASN00069012 -37.0167 149.6167 160.0 BURRAGATE POST OFFICE +ASN00069013 -36.7677 149.6951 109.0 CANDELO POST OFFICE +ASN00069014 -36.3881 149.8882 85.0 COBARGO POST OFFICE +ASN00069015 -37.0557 149.9053 9.0 EDEN (CARAVAN PARK) +ASN00069016 -35.3156 150.4357 76.0 MILTON POST OFFICE +ASN00069017 -36.2519 150.2275 52.0 MONTAGUE ISLAND LIGHTHOUSE 94939 +ASN00069018 -35.9093 150.1532 17.0 MORUYA HEADS PILOT STATION GSN 94937 +ASN00069019 -36.8402 149.5257 872.0 CATHCART (MOUNT DARRAGH) +ASN00069020 -35.5000 150.4000 -999.9 MURRAMURRANG +ASN00069021 -37.0667 149.3500 675.0 NALBAUGH STATE FOREST +ASN00069022 -36.2144 150.1358 25.0 NAROOMA RVCP 95935 +ASN00069023 -35.6488 150.1454 5.0 NELLIGEN (THULE ROAD) +ASN00069024 -36.9299 149.8749 10.0 PAMBULA POST OFFICE +ASN00069026 -36.9333 149.5000 205.0 ROCKY HALL POST OFFICE +ASN00069027 -36.7297 149.9856 42.0 TATHRA POST OFFICE +ASN00069028 -36.3000 150.0000 15.2 TILBA TILBA +ASN00069029 -37.3623 149.6984 35.0 EDEN (TIMBILLICA) +ASN00069030 -36.8000 149.8000 -999.9 TOOTHDALE +ASN00069031 -35.3667 150.4833 9.1 ULLADULLA +ASN00069032 -36.6045 150.0191 15.0 WAPENGO LAKE ROAD +ASN00069033 -35.9017 149.9611 20.0 MORUYA (BURRA CREEK) +ASN00069034 -36.3667 150.0667 -999.9 TILBA TILBA 2 +ASN00069035 -35.7564 149.8150 240.0 BETTOWYND (NOBBYS HILL) +ASN00069036 -36.0876 150.0508 42.0 BODALLA POST OFFICE +ASN00069037 -36.2010 149.7106 113.0 BELOWRA STATION +ASN00069038 -35.9167 150.0667 6.1 MORUYA BOWLING CLUB +ASN00069039 -36.3375 150.0625 25.0 TILBA TILBA (MOUNTAIN VALLEY) +ASN00069040 -35.5461 150.3747 30.0 KIOLOA OLD POST OFFICE +ASN00069041 -35.2514 149.9158 570.0 CHARLEYONG +ASN00069042 -35.7661 149.9416 70.0 MORUYA (THE LAGOON) +ASN00069043 -35.8333 149.9833 76.2 MORUYA (DEUA RIVER FARM) +ASN00069044 -36.2000 149.9000 -999.9 CADGEE (WATTLEGROVE) +ASN00069045 -36.2000 149.4500 914.4 COUNTEGANY +ASN00069046 -35.4333 149.9333 -999.9 MONGARLOWE +ASN00069047 -36.3631 149.4904 1020.0 NIMMITABEL (KYBEYAN (DOOLONDON +ASN00069048 -35.7581 149.8252 120.0 UPPER DEUA (WARAWITCHA) +ASN00069049 -35.1165 150.0847 630.0 NERRIGA COMPOSITE 94942 +ASN00069050 -36.2967 149.8430 135.0 COBARGO (WANDELLA) +ASN00069051 -36.4688 149.7730 150.0 UPPER BROGO (UPPER BROGO RD) +ASN00069052 -35.7343 150.0508 30.0 BATEMANS BAY - BUCKENBOWRA +ASN00069053 -35.8167 150.2167 -999.9 BURREWARRA NORTH +ASN00069054 -36.2967 149.5100 970.0 TUROSS +ASN00069055 -37.2614 150.0497 20.0 GREEN CAPE LIGHTHOUSE +ASN00069056 -36.5167 149.4667 1112.5 JUMPING CREEK +ASN00069057 -37.1167 149.7333 76.2 TOWAMBA LOWER +ASN00069058 -37.2500 149.8167 -999.9 NARRABARBA +ASN00069059 -36.1167 149.9000 -999.9 NERRIGUNDAH +ASN00069060 -37.2333 149.4000 340.0 BOMBALA (NUNGATTA) +ASN00069061 -37.1500 149.3167 427.0 ROCKTON (KAPUNDA) +ASN00069062 -35.9446 149.5876 870.0 SNOWBALL +ASN00069063 -36.2597 149.6433 250.0 WADBILLIGA +ASN00069064 -36.4667 149.9000 137.2 WEE-BAH +ASN00069065 -36.5676 149.7511 265.0 BROGO (HAWKS HEAD ROAD) +ASN00069066 -36.9296 149.6460 300.0 WYNDHAM POST OFFICE +ASN00069067 -36.0643 150.1260 20.0 TUROSS HEAD (NELSON PDE) +ASN00069068 -36.6036 149.9984 20.0 WAPENGO (HUNTERS RD) +ASN00069069 -36.7624 149.7710 115.0 CANDELO (KANOONA (TILLSIDE)) +ASN00069070 -37.0000 149.9500 -999.9 BROADWATER FORESTRY +ASN00069071 -35.4667 149.8167 -999.9 BRAIDWOOD 1 +ASN00069072 -37.1333 149.1167 -999.9 CRAGIE +ASN00069073 -37.0861 149.6985 44.0 TOWAMBA ( LOG FARM RD) +ASN00069074 -37.1000 149.4167 -999.9 NOOPOOR +ASN00069075 -36.3167 149.7333 210.0 YOWRIE +ASN00069076 -36.3000 150.0000 -999.9 DIGNAMS CREEK +ASN00069077 -36.7000 149.7000 -999.9 KINGSWOOD +ASN00069078 -37.0500 149.7333 -999.9 NETHERCOTE +ASN00069079 -36.6333 149.7500 -999.9 NUMBUGGA +ASN00069080 -37.1000 149.5833 304.8 TOWAMBA (PERICOE) +ASN00069081 -35.1500 150.2667 -999.9 SASSAFRAS +ASN00069082 -36.5000 149.8000 -999.9 VERONA +ASN00069083 -36.8000 149.8667 -999.9 WOLUMLA +ASN00069084 -37.2500 149.5167 -999.9 YAMBULLA +ASN00069086 -36.6167 150.0167 -999.9 TANJA +ASN00069087 -36.4258 149.9796 25.0 COBARGO (COOLAGOLITE (LYREBIRD +ASN00069088 -36.1935 149.4735 982.0 COUNTEGANY (GAERLOCH) +ASN00069089 -36.7227 149.9736 10.0 TATHRA (PANORAMA DRIVE) +ASN00069090 -37.3068 149.9250 42.0 NADGEE FAUNA RESERVE +ASN00069091 -37.2333 149.9167 12.2 EDEN (DIRIDGEE) +ASN00069092 -35.6500 150.1167 18.3 NELLIGEN CLYDE ROAD +ASN00069093 -36.9106 149.9017 2.0 MERIMBULA AIRPORT COMPARISON +ASN00069096 -37.1000 149.9333 30.0 EDEN (CHIP MILL) +ASN00069098 -35.8167 150.2167 15.2 TOMAKIN (BEVIAN PARK) +ASN00069099 -35.0903 150.0656 573.0 NERRIGA (SWELLMANS LODGE) +ASN00069100 -36.9000 149.6500 315.0 WYNDHAM (DOVEWOOD) +ASN00069102 -35.6333 149.8000 168.0 NORTH ARALUEN +ASN00069103 -36.1333 149.9833 91.4 BODALLA (TYRONE) +ASN00069104 -36.5167 149.7333 183.0 BROGO (STOCKRIDGE) +ASN00069105 -35.7333 149.8667 45.0 ARALUEN (MERRICUMBENE) +ASN00069106 -35.4000 150.4333 15.0 WOODBURN STATE FOREST +ASN00069107 -36.7385 149.7102 125.0 KAMERUKA (KAMERUKA ESTATE) +ASN00069108 -37.0688 149.2957 763.0 BOMBALA (MOUNTAIN TOP) +ASN00069109 -37.1000 149.8000 -999.9 BOYD EAST (EDROM) +ASN00069110 -37.0929 149.6266 244.0 TOWAMBA (ROSEBANK) +ASN00069111 -36.4699 149.8811 160.0 QUAAMA (MERRYDALE) +ASN00069112 -36.4645 149.8224 223.0 VERONA (SHILOH) +ASN00069113 -35.4667 150.2500 61.0 BROOMAN (GEJU) +ASN00069114 -36.5404 149.8229 61.0 BROGO (BLANCHARDS ROAD) +ASN00069115 -35.7833 149.6667 808.0 GUNDILLION (WYANBENE) +ASN00069118 -35.5563 149.6414 667.0 BALLALABA (BOURKES HILL) +ASN00069119 -35.4463 149.6636 708.0 BRAIDWOOD (BOMBAY) +ASN00069121 -35.4411 150.2857 120.0 BROOMAN (CARISBROOK) +ASN00069124 -35.5167 150.3833 10.0 BAWLEY POINT +ASN00069125 -35.4667 149.8167 690.0 BRAIDWOOD (BEDERVALE) +ASN00069126 -35.5467 150.3767 15.0 KIOLOA (LONDON FOUNDATION) +ASN00069127 -35.6864 149.8386 145.0 ARALUEN LOWER (ARALUEN RD) +ASN00069131 -36.1675 150.1250 35.0 DALMENY (MUMMUGA WAY) +ASN00069132 -35.4253 149.7835 665.2 BRAIDWOOD RACECOURSE AWS 94927 +ASN00069133 -36.6631 149.5139 400.0 BEMBOKA (THE KNOB) +ASN00069134 -35.7234 150.1872 11.0 BATEMANS BAY (CATALINA COUNTRY 94941 +ASN00069137 -37.2622 150.0504 19.4 GREEN CAPE AWS 94934 +ASN00069138 -35.3635 150.4827 35.7 ULLADULLA AWS 94938 +ASN00069139 -36.6722 149.8191 41.0 BEGA AWS 95931 +ASN00069140 -36.4948 149.7434 115.0 BROGO DAM +ASN00069141 -35.5721 150.1804 35.0 CURROWAN (WILD PIG RD) +ASN00069142 -35.9240 150.0362 20.0 MORUYA (KIORA) +ASN00069145 -35.9775 149.8611 930.0 MORUYA (PLUMWOOD) +ASN00069146 -36.7535 149.7696 110.0 KANOONA (BRINDABELLA) +ASN00069147 -36.9077 149.8989 1.5 MERIMBULA AIRPORT AWS 95929 +ASN00069148 -35.9004 150.1437 4.0 MORUYA AIRPORT AWS 95937 +ASN00069149 -36.2958 150.0701 85.0 CENTRAL TILBA (BRAESIDE) +ASN00069150 -35.3785 150.0032 670.0 BRAIDWOOD (MONGARLOWE (LEWESTO +ASN00069151 -36.8531 149.9344 55.0 TURA BEACH (JAMES COOK COURT) +ASN00069152 -36.8425 149.5197 880.0 CATHCART (MOUNT DARRAGH TM) +ASN00070000 -35.2583 149.1424 585.0 AINSLIE TYSON ST +ASN00070001 -34.5667 150.0500 600.0 MARULAN (ARTHURSLEIGH) +ASN00070002 -34.4315 149.9958 710.0 BANNABY (HILLASMOUNT) +ASN00070003 -34.6000 149.5000 810.8 BANNISTER STATION +ASN00070004 -36.5000 148.9000 762.0 BOBUNDARA +ASN00070005 -36.9113 149.2379 705.0 BOMBALA (THERRY STREET) 94928 +ASN00070006 -34.6500 150.2500 664.5 BOX GULLY +ASN00070007 -34.7667 149.4667 671.0 BREADALBANE (SWEETWOOD LEA) +ASN00070008 -36.8414 148.9314 -999.9 TOMBONG (SNOWY RIVER @ BURNT H +ASN00070009 -36.7969 149.1972 785.0 BUKALONG STATION +ASN00070010 -36.7333 149.0000 781.0 BUNGARBY (MERAMBEGO) +ASN00070011 -35.2549 149.4446 698.0 BUNGENDORE POST OFFICE +ASN00070012 -34.8996 149.9709 650.0 BUNGONIA (INVERARY PARK) +ASN00070013 -36.8878 149.1107 665.0 BOMBALA (CAMBALONG) +ASN00070014 -35.3049 149.2014 578.4 CANBERRA AIRPORT COMPARISON 95926 +ASN00070015 -35.3000 149.1000 581.0 CANBERRA FORESTRY 94926 +ASN00070016 -35.5889 149.4478 850.0 CAPTAINS FLAT (FOXLOW ST) +ASN00070017 -36.2667 149.3000 800.0 COOMA (CARLAMINDA) +ASN00070018 -36.9969 149.0925 -999.9 ROWES (LITTLE PLAINS RIVER @ W +ASN00070019 -35.0167 148.8667 457.2 CAVAN +ASN00070020 -34.5558 149.8331 860.0 CHATSBURY (MARYLAND) +ASN00070021 -34.9118 149.4333 700.0 COLLECTOR (BROOKDALE) +ASN00070022 -35.3000 148.8000 -999.9 CONDORE FARM +ASN00070023 -36.2333 149.1167 812.0 COOMA LAMBIE STREET +ASN00070024 -35.3000 148.9000 451.1 COTTER RIVER +ASN00070025 -34.4578 149.4693 887.0 CROOKWELL POST OFFICE +ASN00070026 -37.0434 148.9425 759.0 DELEGATE POST OFFICE +ASN00070027 -37.0488 148.9930 750.0 DELEGATE (WEEWALLA) +ASN00070028 -34.7420 148.8897 595.0 YASS (DERRINGULLEN) +ASN00070029 -35.2500 149.1000 -999.9 DICKSON +ASN00070030 -35.1833 149.4000 685.8 BUNGENDORE (DOUGLAS) +ASN00070031 -36.0667 149.1333 710.0 CHAKOLA (UMERALLA) +ASN00070032 -35.2274 148.9139 610.0 FAIRLIGHT STATION +ASN00070033 -34.6000 149.7000 762.0 FOREST LODGE +ASN00070034 -34.2739 148.8400 500.0 FROGMORE +ASN00070035 -35.3081 149.4726 725.0 BUNGENDORE (GIDLEIGH) +ASN00070036 -35.0138 149.6508 668.0 LAKE BATHURST (SOMERTON) +ASN00070037 -34.7500 149.8667 702.0 GOULBURN +ASN00070038 -34.7000 149.7000 -999.9 GOULBURN 2 +ASN00070039 -34.6000 149.9333 732.0 TOWRANG GREENWICH PARK +ASN00070040 -34.6864 149.5534 725.0 GOULBURN (CHERRYTON) +ASN00070042 -35.0333 149.2667 563.9 GUNDAROO (BAIRNSDALE) +ASN00070043 -34.7823 149.2681 578.0 GUNNING RURAL SUPPLIES +ASN00070044 -36.0500 149.0833 870.0 COOMA (GURRABEAL) +ASN00070045 -35.1548 149.0570 634.0 HALL (LOCHLEIGH) +ASN00070046 -34.4000 150.0667 -999.9 HANWORTH TELEGRAPH OFFICE +ASN00070047 -34.4017 149.1244 560.0 NARRAWA (HOLLYWOOD) +ASN00070048 -35.3705 149.4251 740.0 HOSKINTOWN RADIO OBSERVATORY +ASN00070049 -35.1000 149.0000 548.6 JEIR +ASN00070050 -36.7000 148.9000 -999.9 JIMENBUEN +ASN00070051 -35.7333 149.5667 670.6 KAIN (CLAIRMONT) +ASN00070052 -35.8000 149.6333 701.0 KADOONA +ASN00070053 -35.6000 149.2000 -999.9 KEEWONG 2 +ASN00070054 -36.2009 149.0602 870.0 COOMA (KIAORA) +ASN00070055 -34.7503 149.5951 647.0 GOULBURN (KIPPILAW) +ASN00070056 -35.2978 149.2817 765.0 KOWEN FOREST +ASN00070057 -35.8238 149.6331 730.0 BRAIDWOOD (KRAWARREE) +ASN00070058 -36.8000 149.1500 -999.9 KURINGAI +ASN00070059 -35.2439 148.9942 625.0 BELCONNEN (WEETANGERRA) +ASN00070060 -35.1559 149.7725 610.0 LOWER BORO (CALDERWOOD) +ASN00070061 -35.5646 149.7406 670.0 MAJORS CREEK (THE OLD SCHOOL) +ASN00070062 -35.3000 149.2000 -999.9 MAJURA 2 +ASN00070063 -34.7139 150.0031 645.0 MARULAN (GEORGE ST) +ASN00070064 -35.6797 149.1601 758.0 MICHELAGO (SOGLIO) +ASN00070065 -35.7167 149.1667 -999.9 MICHELAGO RAILWAY +ASN00070066 -35.4500 149.2000 792.0 QUEANBEYAN (MOUNT CAMPBELL) +ASN00070067 -36.5112 149.2794 1075.0 NIMMITABEL WASTEWATER TREATMEN +ASN00070069 -34.5438 149.5740 838.0 CROOKWELL (GUNDOWRINGA) +ASN00070070 -35.3322 148.9242 585.0 PIERCES CREEK FORESTRY +ASN00070071 -34.6514 149.5024 685.0 GOULBURN (POMEROY) +ASN00070072 -35.3552 149.2292 580.0 QUEANBEYAN BOWLING CLUB +ASN00070073 -36.0329 149.1323 716.0 CHAKOLA (RIVERSDALE) +ASN00070074 -33.9667 148.8833 351.0 DARBYS FALLS (RIVERSLEA) +ASN00070075 -36.0667 149.1833 749.8 ROTHLYN +ASN00070076 -34.6667 148.9000 -999.9 RYE PARK +ASN00070077 -34.9031 149.6700 665.0 GOULBURN (SPRINGFIELD) +ASN00070078 -34.8500 150.0000 -999.9 SPRING PONDS +ASN00070079 -35.1167 149.6000 737.0 TARAGO (KILDARE) +ASN00070080 -34.4048 149.8197 845.0 TARALGA POST OFFICE 94735 +ASN00070081 -34.6000 149.8000 731.0 TARLO (BLYTHBURN) +ASN00070082 -34.2745 149.0232 470.0 TAYLORS FLAT (DAVISLEA) +ASN00070083 -35.5090 149.0667 595.0 THARWA GENERAL STORE +ASN00070084 -36.9325 148.9393 800.0 TOMBONG (HILLCREST) +ASN00070085 -35.2994 148.9222 630.0 URIARRA FOREST +ASN00070086 -35.0333 149.5167 -999.9 TARAGO (WILLEROO) +ASN00070087 -34.4000 148.9000 -999.9 WILLOMERE +ASN00070088 -34.8948 149.5201 755.0 YARRA (ROWE'S LAGOON) +ASN00070090 -35.2389 148.9958 605.0 BELCONNEN (HOLT (PINE RIDGE)) +ASN00070091 -34.8313 148.9113 520.0 YASS (LINTON HOSTEL) 95723 +ASN00070092 -35.6500 148.8000 -999.9 COTTER HOUSE +ASN00070093 -35.2804 148.9783 580.0 HUNTLY +ASN00070095 -35.3333 148.8833 -999.9 URIARRA HOMESTEAD +ASN00070096 -34.9000 149.2000 621.8 BERREBANGALO +ASN00070097 -34.7916 149.4923 705.0 BREADALBANE (OLD POST OFFICE) +ASN00070098 -35.9702 149.1643 728.0 BREDBO (BREDBO STATION) +ASN00070099 -35.3000 149.1000 -999.9 CANBERRA (ACTON) +ASN00070100 -35.3000 149.0000 -999.9 CANBERRA SOLAR OBSERVATORY +ASN00070101 -35.4167 149.3833 738.0 QUEANBEYAN (CARWOOLA) +ASN00070102 -35.1667 149.5000 746.8 CURRANDOOLEY +ASN00070103 -35.3000 149.1000 -999.9 CANBERRA (DUNTROON MILITARY CO +ASN00070104 -35.5000 149.1000 -999.9 LAMBRIGG +ASN00070105 -35.1673 149.5926 768.0 MOUNT FAIRY (MERIGAN) +ASN00070106 -36.8439 149.3897 803.0 CATHCART (OLD POST OFFICE) +ASN00070107 -37.0476 148.9283 773.0 DELEGATE STATION +ASN00070108 -34.8500 148.9000 -999.9 YASS +ASN00070109 -35.1667 149.2500 594.4 SUTTON +ASN00070110 -34.6167 149.1333 539.5 CHAIN-O-PONDS +ASN00070111 -34.5612 149.2497 705.0 BIALA (ALVISON) +ASN00070112 -34.7226 149.1816 530.0 DALTON POST OFFICE +ASN00070113 -34.1333 148.9667 396.2 GLEN AVON +ASN00070114 -34.5500 149.0833 548.6 BEVENDALE (KAFFNA) +ASN00070115 -34.9187 149.3722 865.0 COLLECTOR (LERIDA) +ASN00070116 -34.4208 149.2355 750.0 WHEEO (THE HOMESTEAD) +ASN00070117 -34.7169 149.1207 560.0 DALTON (ROSE VALLEY) +ASN00070118 -35.1167 149.9333 579.1 KYEEMA +ASN00070119 -34.5679 149.9970 648.0 BIG HILL (GLEN DUSK) +ASN00070121 -35.2833 149.7000 609.6 BRAIDWOOD (BANOON) +ASN00070122 -35.0167 149.8500 579.1 WINDELLAMA (ROSEVIEW) +ASN00070124 -34.3024 149.8767 980.0 RICHLANDS (BOUVERIE) +ASN00070125 -34.4167 149.9667 792.0 TARALGA (GREENMANTLE) +ASN00070126 -35.5567 149.2711 890.0 BURRA (URILA (MIRRIMA)) +ASN00070127 -34.4833 150.0000 896.1 STRATHAVEN +ASN00070128 -34.4833 149.6667 990.6 ROSLYN (WILLIGAM HILL) +ASN00070129 -34.4667 149.5833 -999.9 REDMOUNT +ASN00070130 -34.5333 149.4667 914.4 CROOKWELL (SPRINGWOOD) +ASN00070131 -34.5450 149.6245 855.0 WOODHOUSELEE (LEESTON) +ASN00070132 -34.5167 149.6833 823.0 MIDDLE ARM (HOLMWOOD) +ASN00070133 -34.5000 150.0333 518.2 KERRAWARY +ASN00070134 -34.6167 149.7333 760.0 THE FOREST (BIDGEE) +ASN00070135 -34.6608 149.6202 725.0 MUMMELL (KANGAROOBIE) +ASN00070137 -34.6681 149.4330 852.0 GURRUNDAH (WANDONGA) +ASN00070138 -34.8333 149.6167 670.6 STRATHMERE +ASN00070139 -34.7000 149.7167 609.6 NORWOOD (GOULBURN) +ASN00070140 -34.6833 149.7833 807.7 ALLAMBIE +ASN00070141 -34.7667 149.8833 701.0 WINDFARTHING +ASN00070142 -34.6667 149.8833 620.0 TOWRANG (RIVERVIEW) +ASN00070143 -34.6389 149.9541 610.0 BRAYTON (LONGREACH) +ASN00070144 -34.4084 149.8836 955.0 TARALGA (CIRCLE C) +ASN00070145 -34.4100 149.7528 920.0 STRATHAIRD (CLOVERDALE) +ASN00070146 -34.6017 149.6250 815.0 WOODHOUSELEE (WYNN VIEW) +ASN00070147 -34.5604 149.7381 740.0 GOULBURN (HILLWOOD) +ASN00070148 -34.5333 150.0167 634.0 KERRAWARRA +ASN00070149 -34.7000 149.7000 649.2 KINGSDALE +ASN00070150 -36.1500 149.1833 731.5 CHAKOLA (ROSEBROOK) +ASN00070151 -34.4833 149.5167 954.0 GOONUREA +ASN00070152 -34.7500 149.7333 640.1 GOULBURN H.M.TRAINING CENTRE +ASN00070153 -36.4645 148.9341 895.0 DALGETY (SEVERN PARK) +ASN00070154 -36.7333 149.1167 951.0 BOMBALA (BANOOL) +ASN00070155 -36.3167 149.0333 -999.9 COOMA (BROOKFIELD) +ASN00070156 -36.6500 149.3500 -999.9 CURRAGHMORE +ASN00070157 -36.3519 149.4236 1020.0 KYBEYAN (GANNAWARRAH) +ASN00070158 -37.0343 149.1547 740.0 BOMBALA (WOODBURN) +ASN00070159 -36.6000 148.9333 760.0 DALGETY (IRONMONGIE) +ASN00070160 -36.6833 149.2167 -999.9 MOUNT COOPER +ASN00070161 -36.4250 149.1139 1042.0 COOMA (MYALLA) +ASN00070162 -36.7833 148.8667 789.4 DALGETY (OAKLEIGH) +ASN00070163 -36.0667 149.3833 914.4 PEAK VIEW POST OFFICE +ASN00070164 -37.1000 149.0667 762.0 CRAIGIE (QUINBURRA) +ASN00070165 -36.3541 149.1980 893.0 ROCK FLAT (OLD POST OFFICE) +ASN00070166 -36.5500 149.0833 910.0 NIMMITABEL (SPRINGFIELD OLD) +ASN00070167 -37.0833 149.4667 335.3 ROCKTON (WOG WOG) +ASN00070169 -35.1966 149.0840 600.0 GINNINDERRA CSIRO +ASN00070170 -34.7167 150.0167 -999.9 MEDWAY (MARULAN 575) +ASN00070171 -34.3940 148.9943 580.0 RUGBY (CAROVALE) +ASN00070172 -35.7500 148.9833 975.4 GUDGENBY +ASN00070173 -34.3833 148.8667 -999.9 GUNNARY +ASN00070174 -34.9594 149.8551 650.0 WINDELLAMA (PINDAROO) +ASN00070175 -35.3500 149.6500 -999.9 MULLOON +ASN00070176 -35.0500 149.2500 -999.9 MUGWILL +ASN00070177 -36.3833 149.4000 -999.9 KYBEAN +ASN00070178 -34.8667 148.9833 -999.9 HARDWICKE +ASN00070179 -34.5500 149.4667 914.4 KIALLA +ASN00070180 -34.6167 149.4500 -999.9 GURRUNDAH +ASN00070181 -36.2500 149.2667 -999.9 GLENFERGUS +ASN00070182 -36.2500 149.2500 -999.9 DANDELONG +ASN00070183 -35.0667 149.8833 548.6 WINDELLIMA (BUDJONG) +ASN00070184 -35.4000 148.7000 -999.9 BRINDABELLA STATION +ASN00070185 -35.4000 148.8000 -999.9 BRINDABELLA MOUNTAINS +ASN00070186 -34.5000 149.5000 -999.9 BOX FOREST +ASN00070187 -35.0333 148.8833 -999.9 YASS (BLOOMFIELD 2) +ASN00070188 -35.0000 148.8000 -999.9 TAEMAS +ASN00070189 -36.0667 149.2000 -999.9 UMARALLA +ASN00070190 -35.1000 149.6000 -999.9 VALE VIEW +ASN00070191 -35.5965 149.5783 855.0 TALLAGANDA (TINTINARA) +ASN00070192 -35.1166 148.7668 700.0 WEE JASPER (MOUNTAIN TRAILS) +ASN00070193 -35.5667 149.1000 -999.9 TELOPEA PARK +ASN00070194 -35.1667 149.3000 -999.9 SUTTON PUBLIC SCHOOL +ASN00070195 -36.6053 148.8475 938.0 NUMBLA VALE (CORRYNTH) +ASN00070196 -35.1333 149.3000 -999.9 BYWONG +ASN00070197 -35.3500 148.9333 -999.9 URIARRA (WOODSIDE) +ASN00070198 -34.4667 149.2833 -999.9 WHEEO +ASN00070199 -36.0767 149.5134 1040.0 NUMERALLA (BADJA COMPOSITE) +ASN00070200 -34.8167 149.6667 -999.9 SAMARES +ASN00070202 -35.3000 149.2000 -999.9 QUEANBEYAN 2 +ASN00070203 -35.9000 149.0000 -999.9 GOOMA WOODLANDS (BOBEYAN) +ASN00070204 -34.3000 149.5833 -999.9 WOODVILLE (BINDA) +ASN00070205 -34.5500 149.0833 -999.9 BEVENDALE +ASN00070206 -35.6333 148.9500 924.8 ORRORAL VALLEY (STADAN) +ASN00070207 -36.6439 149.2644 1000.0 HOLTS FLAT (ROCKDALE) +ASN00070208 -37.1346 149.0604 845.0 CRAIGIE (FINCHLEY) +ASN00070209 -37.0667 149.2667 770.0 BOOMBALA (PATANGA) +ASN00070210 -34.8167 149.7333 641.0 GOULBURN AERO CLUB +ASN00070213 -34.6479 149.3958 825.0 GURRUNDAH (ASHWELL) +ASN00070214 -35.6311 149.5000 1249.0 PARKERS GAP +ASN00070215 -35.6333 149.5167 975.0 PARKERS GAP (KINDERVALE) +ASN00070217 -36.2939 148.9725 930.0 COOMA AIRPORT AWS 94921 +ASN00070218 -34.5000 149.0000 580.0 BEVANDALE (WYANGALA) +ASN00070219 -35.8627 149.6395 745.0 BRAIDWOOD (KHAN YUNIS) +ASN00070220 -34.4382 148.7158 488.0 BOOROWA POST OFFICE +ASN00070221 -35.3833 149.2333 609.6 COOGONG +ASN00070222 -35.5500 149.2500 762.0 CULBOOKIE +ASN00070223 -35.5833 149.3167 838.2 SUNNYBRAE +ASN00070224 -34.1333 149.0167 426.7 REIDS FLAT +ASN00070225 -34.4582 149.4599 895.0 CROOKWELL (HOLBOROW STREET) +ASN00070226 -36.2000 149.0333 853.4 RIVERSVIEW +ASN00070227 -35.1667 149.2667 609.6 SUTTON POST OFFICE +ASN00070228 -36.3833 149.2167 883.9 CANIA (PRETORIA-COOMA) +ASN00070230 -35.0167 149.8667 600.0 WINDELLAMA (BUBURBA) +ASN00070231 -35.3266 149.0492 605.0 STROMLO FOREST +ASN00070232 -35.2451 149.2613 695.0 SUTTON (UBA) +ASN00070233 -35.2189 149.2754 725.0 SUTTON THE ANCHORAGE +ASN00070234 -35.2667 149.3333 783.0 BUNGENDORE OLD KOWEN +ASN00070235 -35.0667 149.2667 579.1 GUNDAROO (TILLYGREIG) +ASN00070236 -37.0500 149.1667 -999.9 KOORONG +ASN00070237 -36.5902 149.3824 1190.0 NIMMITABEL (COTTESLOE) +ASN00070238 -37.0833 148.9667 -999.9 KIRKENONG +ASN00070239 -36.8984 148.7425 830.0 DELEGATE (WALLENDIBBY EAST) +ASN00070240 -34.7500 149.7000 -999.9 GOULBURN N.E. +ASN00070241 -35.5833 148.9833 1116.0 HONEYSUCKLE CREEK +ASN00070242 -35.2572 149.0742 630.0 ARANDA (BINDAGA ST) +ASN00070243 -35.3500 149.0833 634.0 CHIFLEY +ASN00070244 -35.3833 149.0833 670.6 TORRENS +ASN00070245 -35.3833 149.1000 646.0 FARRER LONGERENONG STREET +ASN00070246 -35.3098 149.1269 585.0 CANBERRA PARLIAMENT HOUSE +ASN00070247 -35.2776 149.1095 585.0 CANBERRA (AUSTRALIAN NATIONAL +ASN00070248 -35.3333 149.0833 618.7 CURTIN +ASN00070249 -35.3296 149.1096 630.0 GARRAN (FEDERAL GOLF CLUB) +ASN00070250 -35.2322 149.0375 585.0 SCULLIN (BROADSMITH STREET) +ASN00070251 -35.3239 149.0906 573.0 DEAKIN DENISON STREET +ASN00070252 -35.3333 149.1333 622.0 RED HILL CITY PARKS DEPOT +ASN00070253 -35.2614 149.1083 595.0 O'CONNOR (BELCONNEN WAY) +ASN00070254 -35.3267 149.1500 570.0 FYSHWICK CITY PARKS +ASN00070255 -35.2281 149.1450 581.0 MITCHELL (EXHIBITION PARK) +ASN00070256 -35.3621 149.0973 628.0 MAWSON (BERNACCHI ST) +ASN00070257 -35.2833 149.1500 606.6 CAMPBELL +ASN00070258 -36.2167 149.1333 860.0 COOMA NORTH GERINGA AVENUE +ASN00070259 -35.3667 149.0500 609.6 FISHER +ASN00070260 -35.3000 148.9167 625.0 URIARRA FOREST 2 +ASN00070261 -35.6904 149.5869 725.0 JERRABATTGULLA (GILSTON) +ASN00070262 -35.3306 149.0600 588.0 WESTON CAMPUS C.I.T. +ASN00070263 -34.7495 149.7034 670.0 GOULBURN TAFE 94716 +ASN00070264 -34.3075 148.9647 610.0 TAYLORS FLAT (BALLANDA PARK) +ASN00070265 -35.5000 148.8000 1524.0 STOCKYARD CREEK HUT +ASN00070268 -35.0156 148.7948 516.0 YASS (CAVAN WEST) +ASN00070269 -34.6653 149.9888 630.0 MARULAN (JOHNNIEFELDS) +ASN00070270 -36.2118 149.2636 855.0 COOMA (WOODEND) +ASN00070271 -34.7500 149.7000 698.0 GOULBURN FILTRATION PLANT +ASN00070274 -35.3500 149.0333 626.0 RIVETT +ASN00070275 -35.2500 149.0667 624.0 MACQUARIE BENNELONG CRESCENT +ASN00070276 -35.1678 149.9583 575.0 NERRIGA (OALLEN) +ASN00070277 -35.2115 149.0506 580.0 MELBA (VERBRUGGHEN STREET) +ASN00070278 -36.2318 149.1243 778.0 COOMA VISITORS CENTRE 94923 +ASN00070279 -36.7600 148.8483 885.0 DALGETY (REYNELLA) +ASN00070282 -35.2667 149.1167 564.0 CANBERRA CITY +ASN00070284 -34.5333 149.4500 945.0 KIALLA (GLEN ABER) +ASN00070285 -34.7667 149.7000 686.0 GOULBURN ST JOHNS +ASN00070287 -35.5783 149.2067 890.0 BURRA (HUTCHINSON PLACE) +ASN00070288 -36.8667 148.9000 720.0 TOMBONG THE FOREST +ASN00070290 -34.9398 149.4269 700.0 COLLECTOR (WINDERADEEN) +ASN00070291 -36.8500 149.3000 799.8 BIBBENLUKE (BLACK LAKE) +ASN00070292 -35.3894 149.0400 609.0 KAMBAH (MURRUMBIDGEE COUNTRY C +ASN00070293 -35.4250 149.0600 576.0 PINE ISLAND +ASN00070294 -35.2500 149.4500 700.0 BUNGENDORE PUBLIC SCHOOL +ASN00070295 -34.5327 149.1208 495.0 BEVENDALE (RIVERVIEW) +ASN00070296 -34.7153 148.9924 600.0 DALTON (MILVERTON) +ASN00070297 -34.5991 148.9364 585.0 RYE PARK (BARRACKVILLE) +ASN00070299 -36.1827 149.3467 750.0 NUMERALLA (GLOCCA MORRA) +ASN00070300 -34.4500 148.8000 490.0 BOOROWA 2 +ASN00070301 -34.4500 148.7167 490.0 BOOROWA 3 +ASN00070302 -36.3833 148.9667 900.0 COOMA (ARABLE) +ASN00070303 -34.7167 149.6333 701.0 GOULBURN (BAW BAW) +ASN00070304 -35.8333 149.4333 1080.0 JERANGLE (ANEMBO) +ASN00070305 -35.4025 149.0772 585.0 WANNIASSA +ASN00070307 -35.2459 149.1068 610.0 BRUCE (AUSTRALIAN INSTITUTE OF +ASN00070308 -35.3757 149.0870 653.0 TORRENS (DARKE ST) +ASN00070309 -36.9131 149.0372 650.0 DELEGATE RIVER AT QUIDONG +ASN00070310 -35.4408 148.9422 700.0 TIDBINBILLA NATURE RESERVE 94922 +ASN00070311 -35.3319 149.0506 555.0 HOLDER CITY PARK +ASN00070312 -35.6920 149.0052 890.0 NAMADGI NATIONAL PARK (GLENDAL +ASN00070313 -35.0667 149.5833 795.0 TARAGO (WOODLAWN MINES) +ASN00070314 -35.3928 149.0819 660.0 WANNIASSA HILLS HOLDEN CRESC +ASN00070315 -35.2197 149.1283 600.0 GUNGAHLIN +ASN00070316 -35.4424 148.8296 815.0 BENDORA DAM +ASN00070317 -35.5368 148.8383 962.0 CORIN DAM +ASN00070318 -35.4325 149.1200 625.0 RICHARDSON +ASN00070319 -35.4000 149.1167 625.0 GOWRIE +ASN00070321 -35.7469 149.3514 1060.0 JERANGLE (LYONS CREEK) +ASN00070322 -35.5155 148.9216 1200.0 CORIN FOREST REC FACILITY +ASN00070325 -34.3513 150.0810 270.0 WOLLONDILLY (RIVER VIEW) +ASN00070326 -37.1475 149.1496 790.0 CRAIGIE (BONDI FOREST LODGE) +ASN00070327 -35.0277 149.2640 580.0 GUNDAROO STORE +ASN00070328 -37.0016 149.2336 760.5 BOMBALA AWS 94929 +ASN00070330 -34.8085 149.7312 640.0 GOULBURN AIRPORT AWS 95716 +ASN00070331 -35.4915 149.0732 573.0 LANYON HOUSE +ASN00070332 -35.4500 149.1167 670.0 THEODORE (CONLON ST) +ASN00070333 -34.3973 149.0908 460.0 NARRAWA (LACHLAN RIVER) +ASN00070334 -35.1138 149.9624 580.0 NERRIGA (TIMBERLIGHT) +ASN00070335 -35.2000 149.9550 550.0 HILLVIEW (SHOALHAVEN RIVER) +ASN00070336 -36.5971 149.2974 1020.0 HOLTS FLAT (BELLEVUE) +ASN00070337 -36.7252 148.8548 790.0 DALGETY (JIMENBUEN) +ASN00070338 -35.3083 149.1936 578.4 CANBERRA AERO COMPARISON +ASN00070339 -35.4184 149.0937 586.7 TUGGERANONG (ISABELLA PLAINS) 94925 +ASN00070340 -35.1837 149.1122 605.0 NICHOLLS (GUNGAHLIN LAKES) +ASN00070342 -35.1913 149.6598 741.0 LOWER BORO (ANNWYN) +ASN00070343 -35.3169 149.1338 565.0 MANUKA OVAL +ASN00070344 -34.9832 149.0142 600.0 MURRUMBATEMAN (MCINTOSH CIRCUI +ASN00070345 -35.0258 148.7279 520.0 YASS (NARRANGULLEN) +ASN00070346 -35.1889 149.2510 655.0 SUTTON (GOOLABRI DVE) +ASN00070347 -35.4422 149.1870 755.0 GOOGONG (FERNLEIGH DVE) +ASN00070348 -35.8618 149.1321 684.0 BUMBALONG (UPSTREAM RD) +ASN00070349 -35.5293 148.7721 1760.0 MOUNT GININI AWS 95925 +ASN00070354 -35.3311 149.5053 920.0 BUNGENDORE (LOCKHART) +ASN00071000 -35.9962 148.7693 1015.0 ADAMINABY ALPINE TOURIST PARK +ASN00071003 -36.4335 148.3327 1755.0 CHARLOTTE PASS (KOSCIUSKO CHAL 95912 +ASN00071004 -35.7333 148.6833 -999.9 CURRANGORAMBLA +ASN00071005 -36.5029 148.8350 765.0 DALGETY (HAMILTON ST) +ASN00071006 -36.6500 148.4833 1080.0 INGEBYRA BARRY WAY +ASN00071007 -36.4160 148.6092 930.0 JINDABYNE +ASN00071008 -36.4000 148.6000 -999.9 JINDABYNE PUBLIC SCHOOL +ASN00071009 -36.4000 148.6000 -999.9 JINDABYNE WEST (HIAWATHA) +ASN00071010 -35.8833 148.5000 1395.0 KIANDRA CHALET +ASN00071011 -36.6500 148.8333 1066.8 NUMBLA +ASN00071012 -36.3667 148.4833 1518.0 MOUNT KOSCIUSKO (HOTEL KOSCIUS +ASN00071013 -36.4000 148.8000 883.9 OAK VALE +ASN00071014 -36.6235 148.6684 760.0 PAUPONG STATION +ASN00071015 -36.4500 148.4500 -999.9 PENDERLEA +ASN00071017 -36.8894 148.4203 -999.9 SNOWY RIVER @ WILLIS +ASN00071018 -36.2000 148.6000 -999.9 THE WARREN +ASN00071019 -36.5067 148.8281 -999.9 SNOWY RIVER @ DALGETY WEIR +ASN00071021 -36.4818 148.5873 990.0 JINDABYNE (LYNWOOD) +ASN00071022 -36.3675 148.8281 895.0 BERRIDALE (MYACK STREET) +ASN00071023 -36.5667 148.6000 1059.8 VENTNOR +ASN00071026 -36.1823 148.7644 1198.0 BUCKENDERRA HOLIDAY VILLAGE +ASN00071027 -36.4000 148.8000 -999.9 BERRIDALE (WOOLWAY) +ASN00071028 -36.4167 148.8667 -999.9 BERRIDALE (RAVENS HEAD) +ASN00071029 -36.4333 148.3500 1767.8 SPENCERS CREEK +ASN00071031 -36.3333 148.4833 1275.0 ISLAND BEND +ASN00071032 -36.4917 148.2859 1957.0 THREDBO AWS 95909 +ASN00071033 -36.4167 148.6000 938.8 JINDABYNE (SNOWLINE) +ASN00071034 -36.3517 148.4125 1340.0 GUTHEGA POWER STATION +ASN00071035 -36.4833 148.5500 1005.8 MOONBAH (RIVERVIEW) +ASN00071036 -36.6333 148.5000 793.0 INGEBYRA (GREEN LAWNS) +ASN00071037 -36.4000 148.7667 1066.8 COOLAMATONG +ASN00071038 -36.5333 148.7333 1143.0 BELOKA (ALPINE MEADOWS) +ASN00071039 -36.7000 148.9000 1219.2 DARGANS FLAT +ASN00071040 -35.7858 148.8106 1140.0 ADAMINABY (YAOUK) +ASN00071041 -36.5031 148.3040 1380.0 THREDBO VILLAGE 95908 +ASN00071042 -36.6022 148.4677 1215.0 INGEBYRA (GROSSES PLAINS) +ASN00071043 -36.2743 148.7182 1050.0 BERRIDALE (EUCUMBENE TROUT FAR +ASN00071068 -36.4829 148.7840 765.0 DALGETY (GOLDFIELDS) +ASN00071069 -36.3461 148.6728 1180.0 JINDABYNE (LINCRIST) +ASN00071071 -36.4722 148.6232 965.0 JINDABYNE (CARYINYA LANE) +ASN00071072 -36.4033 148.4104 1735.0 PERISHER VALLEY SKI CENTRE 94915 +ASN00071073 -35.3884 148.7475 645.0 BRINDABELLA (KOOLAMI) +ASN00072000 -35.3077 148.0646 333.0 ADELONG POST OFFICE +ASN00072001 -36.1000 146.9000 157.3 ALBURY +ASN00072002 -35.7667 147.3500 182.9 HOLBROOK (ANNANDAYLE) +ASN00072003 -35.3083 148.4117 650.0 ARGALONG (THE FARM) +ASN00072004 -35.5203 148.1453 780.0 BATLOW POST OFFICE +ASN00072006 -35.3000 147.4000 -999.9 BIG SPRINGS +ASN00072007 -35.2667 148.3833 807.7 BILLAPALOOLA STATE FOREST +ASN00072008 -35.3874 147.5662 259.0 TARCUTTA (WOLLUMBI) +ASN00072009 -35.8000 147.9333 457.2 BROOKFIELD FOREST STATION +ASN00072010 -35.8500 148.0000 -999.9 BURRA 1 +ASN00072011 -35.5500 149.2167 -999.9 BURRA 2 +ASN00072012 -35.6043 147.7263 345.0 CARABOST +ASN00072013 -35.6500 147.8022 580.0 CARABOST FOREST HEADQUARTERS +ASN00072014 -35.6500 147.7167 420.0 CARABOST STATE FOREST 2 +ASN00072015 -35.7000 147.7000 335.3 COPABELLA +ASN00072016 -35.3500 148.0000 -999.9 ELLERSLIE +ASN00072017 -35.5595 147.7309 318.0 CARABOST (YALLOWIN) +ASN00072019 -35.6619 147.5555 345.0 HOLBROOK (GLENFALLOCH) +ASN00072020 -35.5167 148.0500 784.9 GREEN HILLS STATE FOREST +ASN00072021 -36.0333 146.9000 -999.9 HAWKSVIEW +ASN00072022 -35.7225 147.3178 261.0 HOLBROOK (RSL) +ASN00072023 -36.1039 147.0329 184.0 HUME RESERVOIR 94901 +ASN00072024 -35.5006 147.7656 288.0 HUMULA (RYLANDS) +ASN00072025 -35.9286 147.7053 215.0 JINGELLIC (MORNING SIDE) +ASN00072026 -35.6000 148.4500 1066.8 JOUNAMA STATE FOREST +ASN00072027 -35.9333 148.4333 1619.4 KIANDRA KINGS CROSS +ASN00072028 -35.5833 148.1000 975.4 BAGO (KUNAMA) +ASN00072029 -35.5500 148.1000 -999.9 KUNAMA +ASN00072030 -35.8167 147.6667 -999.9 LANKEYS CREEK (WOODRIDGE) +ASN00072031 -35.6000 148.0833 -999.9 LAUREL HILL (KUNDIEWA) +ASN00072032 -35.7667 148.3500 518.2 LOBS HOLE +ASN00072033 -35.9167 148.0833 457.2 MARAGLE STATION +ASN00072034 -35.8333 148.2667 762.0 MERAGLE +ASN00072035 -35.5000 147.6167 492.9 MURRAGULDRIE STATE FOREST 1 +ASN00072036 -35.5000 147.6000 -999.9 MURRAGULDRIE STATE FOREST 2 +ASN00072037 -35.7524 147.4678 300.0 HOLBROOK (NARRAWA) +ASN00072038 -35.9264 147.8275 375.0 OURNIE (WARALLA) +ASN00072039 -35.6167 148.1500 1127.8 BAGO (PILOT HILL) +ASN00072040 -35.2288 147.3317 305.0 WAGGA WAGGA (BERRILLEE) +ASN00072041 -35.9667 147.0000 243.5 TABLE TOP (BELLEVUE) +ASN00072042 -35.2765 147.7362 232.0 TARCUTTA POST OFFICE +ASN00072043 -35.7780 148.0141 655.0 TUMBARUMBA POST OFFICE 94918 +ASN00072044 -35.3194 148.2341 300.0 TUMUT (WATTLE CRES) +ASN00072045 -35.3000 148.2000 274.3 TUMUT 2 +ASN00072046 -35.3333 148.2667 305.0 TUMUT PLAINS (HOMESDALE) +ASN00072047 -35.9667 148.4167 1097.3 TUMUT PONDS +ASN00072048 -35.5000 148.1667 762.0 SPRINGVALE +ASN00072049 -35.8575 147.2850 360.0 WOOMARGAMA ESTATE +ASN00072050 -36.0355 147.2707 200.0 WYMAH (GWANDALLEN) +ASN00072051 -35.5000 148.3000 457.2 YELLOWIN +ASN00072052 -35.1667 148.3667 640.1 RED HILL STATE FOREST +ASN00072053 -35.7542 147.8445 635.0 WOLSELEY PARK (THE PASTURES) +ASN00072054 -35.8000 147.9333 -999.9 WYBALENA +ASN00072055 -35.7500 148.0000 -999.9 GLENBURNIE +ASN00072056 -35.3947 148.2470 308.0 BLOWERING DAM +ASN00072058 -35.6364 147.5382 325.0 NOONBAH (YAMMACOONA) +ASN00072059 -36.0667 146.9333 182.9 ALBURY GRAMMAR SCHOOL +ASN00072060 -36.2254 148.1431 337.0 KHANCOBAN SMHEA +ASN00072062 -35.9667 148.1667 792.5 TOOMA (CHINA WALLS) +ASN00072064 -35.6667 147.9500 -999.9 HILLSIDE (ADELONG) +ASN00072065 -35.9000 147.6000 -999.9 JINGELLIC +ASN00072067 -35.6000 147.7000 -999.9 KYAMBA +ASN00072068 -35.7000 147.3000 -999.9 SPRING VALLEY +ASN00072069 -35.3000 147.7000 -999.9 TARCUTTA +ASN00072070 -35.8500 147.1000 -999.9 YAMBLA +ASN00072071 -35.3167 147.7500 -999.9 TARCUTTA 3 +ASN00072072 -35.8167 147.8333 -999.9 TOOMA 1 +ASN00072073 -35.8500 148.0000 -999.9 WALTEELA +ASN00072074 -35.8000 148.0000 -999.9 TUMBARUMBA 1 +ASN00072075 -35.2000 148.3000 548.6 TUMUT (RED HILL STATION) +ASN00072076 -35.8000 147.5333 637.0 HOLBROOK (FORDELL) +ASN00072077 -35.7500 147.6906 440.0 LANKEYS CREEK (NOONAMEENA) +ASN00072078 -35.6767 147.5178 361.0 GARRYOWEN (YALLOCK) +ASN00072079 -35.8500 148.1500 671.0 TUMBARUMBA (AKUNA) +ASN00072080 -35.7226 147.9291 549.0 TUMBARUMBA (LANDSDOWNE) +ASN00072081 -35.6617 147.3776 265.0 HOLBROOK (MOORAK) +ASN00072082 -35.5528 147.9827 525.0 BATLOW (HALLOWEEN) +ASN00072083 -35.4402 147.9280 380.0 ADELONG (THE WILLOWS) +ASN00072084 -35.9167 147.4500 -999.9 TALMALMO (MYRTLE GROVE) +ASN00072085 -35.5667 147.4167 -999.9 HOLBROOK (JAYFIELDS) +ASN00072086 -35.5766 147.2533 268.0 COOKARDINIA (PARKVILLE) +ASN00072087 -35.2000 148.4833 762.0 TUMORRAMA (SPRING SWAMP) +ASN00072089 -35.9784 148.0855 274.0 TOOMA (GRAVEL POINT) +ASN00072090 -35.6500 148.0667 1005.8 LAUREL HILL PRISON CAMP +ASN00072091 -35.9383 148.3842 1475.0 CABRAMURRA SMHEA GSN 95916 +ASN00072093 -36.0167 147.1500 182.9 CUMBEROONA +ASN00072094 -35.5667 148.0667 944.9 WILLIGOBUNG +ASN00072095 -36.0500 146.9833 213.4 THURGOONA +ASN00072096 -35.9500 147.5167 609.6 TALMALMO +ASN00072097 -36.0817 146.9550 152.0 ALBURY PUMPING STATION +ASN00072098 -35.3448 148.3837 355.0 LACMALAC (FEDERAL PARK) +ASN00072099 -35.9111 148.2167 715.0 TOOMA (UPPINGHAM) +ASN00072100 -35.9000 148.1167 457.0 TOOMA (KARAKATANA) +ASN00072101 -35.7112 147.4859 315.0 HOLBROOK (NARRABILLA) +ASN00072103 -35.8445 148.2106 800.0 TUMBARUMBA (MARAGLE PARK) +ASN00072131 -35.5827 148.2935 395.0 TALBINGO +ASN00072138 -35.2102 147.5188 229.0 LADYSMITH (TYWONG STREET) +ASN00072141 -35.7250 148.4915 980.0 YARRANGOBILLY CAVES +ASN00072142 -35.7200 147.3103 263.0 HOLBROOK (CROFT ST) +ASN00072144 -35.8897 147.0848 273.0 TABLETOP (TABLE TOP (EASTGATE) +ASN00072146 -36.0692 146.9534 165.0 ALBURY AIRPORT +ASN00072148 -35.3167 147.7500 -999.9 TARCUTTA (RYEDALE) +ASN00072149 -35.2500 148.3000 518.0 TUMUT (WYANGLE) +ASN00072150 -35.1583 147.4573 212.0 WAGGA WAGGA AMO GSN 94910 +ASN00072151 -35.1333 147.3667 240.0 WAGGA WAGGA (KOORINGAL) +ASN00072152 -35.3170 148.4330 700.0 ARGALONG (SANDY CREEK) +ASN00072154 -35.2156 148.0309 285.0 MOUNT HOREB (MARATHORN) +ASN00072155 -35.2000 147.6833 223.0 BORAMBOLA +ASN00072156 -35.9333 147.7167 -999.9 MURRAY RIVER @ JINGELLIC +ASN00072157 -35.4667 148.7167 690.0 BRINDABELLA (KOORABRI) +ASN00072159 -35.3019 147.9402 322.0 ADELONG (ETHAM PARK) +ASN00072160 -36.0690 146.9509 163.5 ALBURY AIRPORT AWS 95896 +ASN00072161 -35.9371 148.3779 1482.4 CABRAMURRA SMHEA AWS 95916 +ASN00072162 -36.2304 148.1405 339.3 KHANCOBAN AWS 94919 +ASN00072163 -35.8990 148.1821 585.0 TOOMA (EUDLO) +ASN00072164 -35.3214 148.4642 730.0 ARGALONG (CANYA) +ASN00072166 -35.3860 147.3137 290.0 MANGOPLAH (GLENGARRY) +ASN00072168 -35.9757 147.0371 205.0 ALBURY (TABLE TOP (NYRIMBLA)) +ASN00072169 -35.7108 148.0026 675.0 TUMBARUMBA (WONDALMA) +ASN00072170 -36.2593 148.0457 320.0 KHANCOBAN (INDI) +ASN00073000 -34.1442 147.3860 238.0 BARMEDMAN POST OFFICE +ASN00073001 -34.8500 148.4000 -999.9 BENANGAROO +ASN00073002 -34.2000 148.4000 -999.9 BENDICK +ASN00073003 -34.5000 148.1000 -999.9 BERTHONG +ASN00073004 -34.7667 147.8667 320.0 BEHTUNGRA POST OFFICE +ASN00073005 -34.6704 148.6338 470.0 BINALONG POST OFFICE +ASN00073006 -34.8667 148.3500 259.1 COOLAC (HOPEWOOD) +ASN00073007 -34.9997 148.5984 390.0 BURRINJUCK DAM 94909 +ASN00073008 -33.8442 147.7408 228.0 CARAGABAL POST OFFICE +ASN00073009 -34.6411 148.0236 318.0 COOTAMUNDRA POST OFFICE +ASN00073010 -35.0000 147.5000 -999.9 DALEWYN +ASN00073011 -34.5000 148.1000 -999.9 DUNOLLIE +ASN00073012 -34.7534 148.3229 396.0 HARDEN (DUNOLLY) +ASN00073013 -34.6000 148.5500 502.9 GALONG +ASN00073014 -33.9029 148.1718 410.0 GRENFELL (QUONDONG RD) 94725 +ASN00073015 -35.0667 148.1000 215.8 GUNDAGAI +ASN00073016 -34.5607 148.3653 430.0 HARDEN (EAST ST) +ASN00073017 -34.0824 148.3650 440.0 GREENETHORPE (IANDRA) +ASN00073018 -34.8154 147.7378 268.0 ILLABO (CLOCK MUSEUM) +ASN00073019 -34.8456 147.5714 280.0 JUNEE TREATMENT WORKS +ASN00073020 -34.1833 148.8000 381.0 KENYU +ASN00073021 -34.0391 148.5552 341.0 KOORAWATHA (BOOROWA STREET) +ASN00073022 -34.6479 148.1606 460.0 COOTAMUNDRA (LANDGROVE) +ASN00073023 -34.6033 148.7869 560.0 KANGIARA (LAVERSTOCK) +ASN00073024 -33.7667 147.5333 207.3 MARSDEN (MERUNGLE) +ASN00073025 -34.7910 147.5592 270.0 OLD JUNEE (MILLBANK) +ASN00073026 -34.1000 148.2000 -999.9 MOORILLA +ASN00073027 -34.7900 148.2631 290.0 JUGIONG (MYRELLA) +ASN00073028 -34.3000 148.5167 445.0 MURRINGO POST OFFICE +ASN00073029 -34.5495 148.3493 370.0 MURRUMBURRAH OLD POST OFFICE +ASN00073030 -34.3000 148.6000 548.6 NARRA ALLEN +ASN00073031 -34.6500 147.6000 285.0 JUNEE REEFS (NOORLA) +ASN00073032 -34.0112 147.7937 250.0 QUANDIALLA POST OFFICE 94704 +ASN00073033 -34.6437 147.7043 322.0 BETHUNGRA (RETREAT) +ASN00073034 -35.2000 148.3000 4.6 BRUNGLE (ROSEMOUNT) +ASN00073035 -34.3645 148.0785 381.0 YOUNG (KOORINGA) +ASN00073036 -34.4997 147.8802 295.0 STOCKINBINGAL GENERAL STORE +ASN00073037 -34.4440 147.5330 285.0 TEMORA AMBULANCE STATION +ASN00073038 -34.4061 147.5248 270.0 TEMORA RESEARCH STATION +ASN00073039 -35.0167 148.2500 253.0 THE ELMS +ASN00073040 -34.2667 147.9333 290.0 TUBBUL POST OFFICE +ASN00073041 -34.4064 148.1795 503.0 WOMBAT (TUMBLETON) +ASN00073042 -34.5000 148.1000 493.8 WALLANDOON +ASN00073043 -34.4918 148.1266 500.0 WALLENDBEEN (CORANG) +ASN00073044 -35.0581 147.7530 205.0 WANTABADGERY +ASN00073045 -34.9000 147.6667 370.0 WANTIOOL (CAITHNESS) +ASN00073046 -34.9000 147.6000 -999.9 WANTIOOL +ASN00073047 -34.0000 148.5000 403.3 WARRANGONG +ASN00073048 -34.1000 148.0000 -999.9 WATTLE VALE +ASN00073049 -35.2000 148.6000 914.4 WEE JASPER STATE FOREST +ASN00073050 -34.7611 148.8258 560.0 BOWNING (WANGANUI) +ASN00073051 -34.2054 148.5533 420.0 MURRINGO (WINDERMERE) +ASN00073052 -34.4167 148.2333 -999.9 WOMBAT (TENAH MERAH) +ASN00073053 -34.6000 148.0000 -999.9 WOODBURN 3 +ASN00073054 -33.9262 147.2418 245.0 WYALONG POST OFFICE 94709 +ASN00073055 -35.0996 147.7767 197.0 MUNDARLO (YABTREE) +ASN00073056 -34.3167 148.2967 440.0 YOUNG POST OFFICE +ASN00073057 -35.1004 147.9830 220.0 TUMBLONG (RAKAIA) +ASN00073058 -34.2000 147.1000 -999.9 MORANGARELL +ASN00073059 -33.8500 147.5000 -999.9 BACK CREEK +ASN00073060 -34.4167 148.1667 -999.9 BANDANGAN +ASN00073061 -34.0667 147.9167 -999.9 BIMBI +ASN00073062 -33.9667 147.8000 -999.9 BLAND +ASN00073063 -34.8000 148.1333 -999.9 BONGALONG +ASN00073064 -35.0167 148.0667 -999.9 BONGONGOLONG +ASN00073065 -34.8000 148.8000 -999.9 BOWNING 1 +ASN00073066 -34.8000 148.8000 -999.9 BOWNING 2 +ASN00073067 -34.3000 147.6000 -999.9 BURLINGTON FLAT (NARRABURRA) +ASN00073068 -34.9000 147.6000 -999.9 BURNT CREEK SOUTH +ASN00073069 -34.1500 148.5333 -999.9 COOYONG +ASN00073070 -34.1000 148.1000 -999.9 CUCUMGILLIGA +ASN00073071 -34.4833 147.5833 -999.9 DEVLINS FOREST +ASN00073072 -34.6167 147.7500 -999.9 DUDAUMAN +ASN00073073 -34.7500 147.8667 -999.9 EULOMO +ASN00073074 -35.0667 147.5000 -999.9 EUNONYHAREENYA +ASN00073075 -33.8500 147.4333 -999.9 FAIR VIEW +ASN00073076 -35.1000 148.4000 -999.9 FERNHILL 1 +ASN00073077 -34.7333 148.2500 -999.9 GARANGULA +ASN00073078 -34.8000 147.7000 -999.9 GERELGAMBETH +ASN00073079 -35.0000 148.2000 -999.9 GOBARRALONG +ASN00073084 -34.2000 148.0000 -999.9 KOKKEDAHL +ASN00073085 -34.6333 148.0500 -999.9 COOTAMUNDRA 1 +ASN00073086 -34.8000 148.2333 -999.9 GERALDRA +ASN00073087 -34.4167 147.7333 -999.9 LINTONDALE +ASN00073088 -34.1000 147.3000 -999.9 MANDAMAR +ASN00073089 -34.3667 147.7833 -999.9 NARRABURRA POST OFFICE +ASN00073090 -34.3833 147.8167 -999.9 NARRABURRA STATION 1 +ASN00073091 -33.9000 147.5000 -999.9 OAKHURST (WYALONG) +ASN00073092 -34.5333 147.9000 -999.9 STOCKINBINGAL 1 +ASN00073093 -34.1500 147.5000 -999.9 TRUNGLEY +ASN00073094 -34.1167 148.8167 -999.9 VINE LODGE +ASN00073095 -34.8667 148.3833 -999.9 WIDGEONGULLY +ASN00073097 -34.0167 148.8136 340.0 COWRA (LAWLING VALE) +ASN00073098 -34.3000 148.3000 -999.9 YOUNG RAILWAY STATION +ASN00073099 -34.6218 147.6199 290.0 JUNEE REEFS (CLEAR HILLS) +ASN00073100 -33.9119 148.4383 465.0 BUMBALDRY (GOLD 'N' GROVE) +ASN00073101 -33.8833 148.2333 -999.9 MELYRA +ASN00073102 -34.9500 148.6000 -999.9 NANANGROVE +ASN00073103 -34.8000 147.9000 -999.9 BETHUNGRA PARK +ASN00073104 -35.1500 148.2333 -999.9 BRUNGLE +ASN00073105 -34.4000 148.5000 -999.9 ROTHSAY +ASN00073106 -35.0000 148.4000 -999.9 FERNHILL 2 +ASN00073107 -35.0000 148.6000 -999.9 BURRINGBAR +ASN00073108 -35.0667 148.1000 215.8 GUNDAGAI SHIRE OFFICE +ASN00073109 -34.4250 148.5408 530.0 MURRINGO (YALLAMBEE) +ASN00073110 -33.9462 148.0775 381.0 GRENFELL (COROWOOD) +ASN00073111 -34.1833 147.2000 304.8 BELLARWI (GLEN AVON) +ASN00073112 -35.0583 147.7250 200.0 WANTABADGERY (ABOUKIR) +ASN00073113 -34.1985 148.0047 315.0 TUBBUL (KEIRAVILLE) +ASN00073114 -34.6608 147.5333 325.0 SEBASTOPOL (ERIN VALE) +ASN00073115 -35.1687 148.2311 265.0 BRUNGLE (BONNIE DOON) +ASN00073116 -34.7093 147.5525 305.0 JUNEE (BREFFNI) +ASN00073117 -34.8667 148.3333 282.0 JUGIONG (WIDGEONGULLY) +ASN00073118 -34.6333 148.0500 337.7 COOTAMUNDRA AERO +ASN00073119 -34.7333 147.9667 396.2 GILGAL +ASN00073121 -34.0000 148.3333 365.8 BRUNDAH +ASN00073122 -34.8167 147.7500 243.8 TILBOROO +ASN00073123 -34.7333 148.6500 426.7 MYLORA +ASN00073124 -34.9308 147.7670 260.0 EURONGILLY (BUNDALEER) +ASN00073125 -35.0667 148.1000 289.9 GUNDAGAI OTWAY ST +ASN00073126 -34.0667 148.6500 490.0 KOORAWATHA (ILLUNIE) +ASN00073127 -35.0517 147.3493 219.2 WAGGA WAGGA AGRICULTURAL INSTI +ASN00073128 -35.0778 148.1039 232.0 GUNDAGAI RIDGE STREET +ASN00073129 -34.1567 148.6857 495.0 GODFREYS CREEK (TAROONA) +ASN00073130 -34.1167 148.5500 440.0 KOORAWATHA (THE GLEN) +ASN00073133 -34.0333 148.5500 335.0 KOORAWATHA RAILWAY +ASN00073134 -33.9000 148.3000 400.0 MOGONGONG (NORTH BRUNDAH) +ASN00073136 -34.8918 148.7120 540.0 WOOLGARLO (ILDEMERE) +ASN00073137 -34.8083 148.1103 270.0 MUTTAMA (GROVENE) +ASN00073138 -34.2493 148.2475 379.6 YOUNG AIRPORT 94712 +ASN00073139 -34.3192 148.3391 520.0 YOUNG (KIAH) +ASN00073140 -35.0583 147.7217 200.0 WANTABADGERY (GUNDAGAI ST) +ASN00073141 -35.0479 148.1075 250.0 GUNDAGAI (WILLIAM ST) 94890 +ASN00073142 -34.6299 148.0364 335.0 COOTAMUNDRA AIRPORT 94714 +ASN00073144 -33.8981 148.1750 425.0 GRENFELL (HIVIEW) +ASN00073145 -33.9760 147.6219 225.0 QUANDIALLA (BLAND (SUNNYSIDE)) +ASN00073148 -35.1389 148.6813 375.0 WEE JASPER (BILLY GRACE RESERV +ASN00073149 -33.7401 147.5149 207.0 WYALONG (MARSDEN (MINORU)) +ASN00073150 -34.5307 147.8442 340.0 STOCKINBINGAL (SUNNYDALE) +ASN00073151 -34.4292 147.5111 280.5 TEMORA AIRPORT 95722 +ASN00074000 -34.3567 146.9032 204.0 ARDLETHAN POST OFFICE +ASN00074001 -34.9000 145.9000 109.7 ARGOON +ASN00074002 -34.3479 147.2208 249.0 ARIAH PARK POST OFFICE +ASN00074004 -35.8462 146.5194 152.0 BALLDALE POST OFFICE +ASN00074005 -34.2849 146.5714 158.0 BARELLAN POST OFFICE +ASN00074006 -34.3251 146.9570 210.0 BECKOM (STAWELL ST) +ASN00074007 -34.4803 146.5518 225.0 LEETON (BENTS HILL) +ASN00074008 -34.8625 146.8184 159.0 GRONG GRONG (BEREMBED) +ASN00074009 -35.6577 145.8126 119.0 BERRIGAN POST OFFICE +ASN00074010 -34.6333 146.3000 128.0 YANCO (BILLINBAH EAST) +ASN00074011 -34.8333 146.8667 164.6 MATONG (BONNIE DOON) +ASN00074012 -36.0000 145.8000 -999.9 BOOMANOOMANA +ASN00074013 -35.4667 145.0167 -999.9 BOOROOLA +ASN00074014 -35.1084 146.6096 150.0 BOREE CREEK (RICHMOND ST) +ASN00074015 -35.9000 146.9000 -999.9 BRAE SPRINGS +ASN00074016 -34.9667 146.7000 158.0 NARRANDERA (BACK BREWARRENA) +ASN00074017 -35.2890 146.9742 200.0 TOOTOOL (BRYNTIRION) +ASN00074018 -34.9500 146.5000 -999.9 BUCKINGBONG FORESTRY +ASN00074019 -34.0000 147.0000 -999.9 BUDDIGOWER POST OFFICE +ASN00074020 -33.9387 147.0821 318.0 WEST WYALONG (TALLIMBALONG) +ASN00074021 -35.1555 146.9356 177.0 THE ROCK (BULLENBONG) +ASN00074022 -34.9500 146.9333 162.0 CURRAWARNA (BULLS RUN) +ASN00074023 -35.6613 145.5610 108.0 FINLEY AIRPORT AWS +ASN00074024 -36.0500 146.8000 137.2 BUNGOWANNAH PARK +ASN00074025 -35.8537 146.7770 240.0 BURRUMBUTTOCK (HOLYROOD) +ASN00074026 -35.3526 146.3100 120.0 URANA (BUTHERWAH) +ASN00074027 -34.3000 146.9000 286.5 BYGOO +ASN00074028 -35.5667 147.4500 360.0 NOONBAH (CLIFTON) +ASN00074029 -35.3000 146.0500 112.8 URANA (COCKETGEDONG) +ASN00074030 -35.1000 147.1000 -999.9 COLLINGULLIE +ASN00074031 -35.0000 146.6500 -999.9 COLLINGWOOD +ASN00074032 -35.2075 147.3292 290.0 ROWAN (CONNORTON) +ASN00074033 -34.8159 147.1996 260.0 COOLAMON POST OFFICE +ASN00074034 -35.9887 146.3574 143.0 COROWA AIRPORT 95895 +ASN00074035 -34.6000 147.0000 -999.9 COWABIE +ASN00074036 -34.9000 146.5000 -999.9 CURRAJONG +ASN00074037 -34.6223 146.4328 164.0 YANCO AGRICULTURAL INSTITUTE 95705 +ASN00074038 -35.6447 146.3018 130.0 DAYSDALE (DENNISON STREET) +ASN00074039 -35.3667 145.0500 91.0 DENILIQUIN FALKINER MEMORIAL +ASN00074040 -34.8814 145.7595 117.0 JERILDERIE (POOGINOOK) +ASN00074041 -34.8000 147.0000 -999.9 GANMAIN (DULLAH DULLAH) +ASN00074042 -35.6408 145.5762 110.0 FINLEY POST OFFICE +ASN00074043 -34.9000 145.9000 -999.9 GALA VALE +ASN00074044 -34.7932 147.0398 190.0 GANMAIN POST OFFICE +ASN00074045 -34.8000 146.5000 -999.9 GILLENBAH FORESTRY +ASN00074046 -34.6000 146.2000 -999.9 GOGELDRIE +ASN00074047 -34.9500 145.5167 106.7 GOOLGUMBLA +ASN00074048 -34.7000 146.5000 185.9 GOONAHRA +ASN00074049 -35.7667 146.3667 152.4 GRANVILLE (KENTUCKY) +ASN00074050 -34.7380 146.7825 165.0 GRONG GRONG (JUNEE ST) +ASN00074051 -35.7000 145.0000 -999.9 GULPA ISLAND +ASN00074052 -35.3500 145.3500 99.0 CONARGO (HARTWOOD) +ASN00074053 -35.5168 147.0344 238.0 HENTY POST OFFICE +ASN00074054 -35.9787 146.6274 140.0 HOWLONG POST OFFICE +ASN00074055 -35.3475 145.7257 110.0 JERILDERIE TREATMENT WORKS +ASN00074056 -35.9500 146.8961 235.0 JINDERA (WADILOCK) +ASN00074057 -36.0000 146.9000 -999.9 JINDERA PUBLIC SCHOOL +ASN00074058 -34.1167 147.0000 243.8 KILDARY +ASN00074059 -35.8500 145.8333 -999.9 KILDONAN +ASN00074060 -35.8000 145.9000 -999.9 KILNYANA WEST +ASN00074061 -34.6000 146.6500 -999.9 LAKE MIDGEON +ASN00074062 -34.5670 146.4114 140.0 LEETON CARAVAN PARK +ASN00074063 -34.5500 146.4000 -999.9 LEETON RICE RESEARCH +ASN00074064 -35.2217 146.7236 158.0 LOCKHART BOWLING CLUB +ASN00074065 -35.5500 146.5000 -999.9 MAHONGA +ASN00074066 -35.4667 145.4000 101.0 MAYRUNG (MALVERN) +ASN00074067 -35.8167 144.7167 95.1 THRYA (WILLOW VIEW) +ASN00074068 -34.8286 147.3564 290.0 MARRAR (CENTENARY DRIVE) +ASN00074069 -35.8119 144.9010 105.0 MATHOURA STATE FOREST +ASN00074070 -35.8000 144.9000 -999.9 MATHOURA 2 +ASN00074071 -34.7690 146.9219 175.0 MATONG (MAIN STREET) +ASN00074072 -34.8000 146.9000 -999.9 MATONG FORESTRY +ASN00074073 -34.3000 146.3500 165.0 BINYA (MERRIBEE) +ASN00074074 -35.3333 146.9500 -999.9 MITTAGONG HEAD STATION +ASN00074075 -36.1000 144.7000 97.5 MOAMA +ASN00074076 -35.9333 144.9167 100.6 MOIRA PASTORAL CO. +ASN00074077 -36.0167 144.9000 105.2 MOIRA STATE FOREST +ASN00074078 -35.1000 147.3000 187.5 MOORONG +ASN00074079 -35.8000 145.1000 109.7 MOROCO EAST +ASN00074080 -36.0000 146.0000 126.8 MULWALA HOMESTEAD +ASN00074081 -35.9878 146.0061 127.0 MULWALA POST OFFICE +ASN00074082 -34.7500 146.5500 151.5 NARRANDERA POST OFFICE +ASN00074083 -34.7500 146.5667 161.5 NARRANDERA STATE FOREST +ASN00074084 -35.0000 147.3500 -999.9 NARUA +ASN00074085 -34.1500 146.8000 -999.9 NESTORVILLE +ASN00074086 -35.5167 145.0500 94.5 DENILIQUIN NORWOOD +ASN00074087 -35.3342 146.0342 115.0 URANA (NOWRANIE) +ASN00074088 -35.5579 146.1653 145.0 OAKLANDS GENERAL STORE +ASN00074089 -35.1000 147.2000 -999.9 POMINGALARNA +ASN00074090 -34.8000 146.1000 134.1 PRICKLEY RANGE +ASN00074091 -34.4500 147.1833 310.9 PRIMROSE PARK +ASN00074092 -35.4000 147.4000 326.4 PULLETOP (MATTA MIA) +ASN00074093 -35.5667 145.5333 106.7 FINLEY (STRATHDRUMMOND) +ASN00074094 -34.2070 146.5071 155.0 BARELLAN (RODMELL) +ASN00074095 -35.8215 146.2243 135.0 RENNIE (PINE VIEW) +ASN00074096 -35.8667 146.1833 125.0 COROWA (RINGWOOD PARK) +ASN00074097 -34.8000 147.5000 346.3 ROCK VIEW +ASN00074098 -35.6000 147.0000 -999.9 ROUND HILL +ASN00074099 -34.9167 146.6500 151.0 SANDIGO POST OFFICE +ASN00074100 -35.9048 146.4450 140.0 HOPEFIELD (BARNWEAL) +ASN00074101 -34.5000 146.1333 -999.9 STONEY POINT +ASN00074102 -33.9945 146.8823 241.0 TALLIMBA STORE +ASN00074103 -36.0000 146.0931 128.0 MULWALA (TARRAMIA) +ASN00074104 -35.2683 147.1142 228.0 THE ROCK POST OFFICE +ASN00074106 -35.8170 145.6004 114.0 TOCUMWAL AIRPORT 94877 +ASN00074107 -34.6000 146.1000 -999.9 TUBBO SAW MILL +ASN00074108 -34.6333 146.0948 130.0 DARLINGTON POINT (TUBBO) +ASN00074109 -34.7500 146.1667 130.0 DARLINGTON POINT (TUBBO WELL) +ASN00074110 -35.3305 146.2652 125.0 URANA POST OFFICE +ASN00074111 -34.8000 146.4000 -999.9 UROLY +ASN00074113 -35.7780 145.4911 107.0 TOCUMWAL (ROSEHILL) +ASN00074114 -35.1311 147.3091 222.0 WAGGA WAGGA RESEARCH CENTRE +ASN00074115 -35.6852 146.7273 195.0 WALBUNDRIE (CREDITON STREET) +ASN00074116 -35.5000 146.8000 -999.9 WALLANDOOL +ASN00074117 -35.7675 146.8999 213.0 WALLA WALLA POST OFFICE +ASN00074118 -34.5139 146.1848 132.0 WHITTON (CONAPAIRA ST) +ASN00074119 -35.5000 145.3000 -999.9 WOODBURY +ASN00074120 -34.9000 146.1333 -999.9 WOODLAND PARK +ASN00074121 -35.4000 145.7000 110.9 WUNNAMURRA +ASN00074122 -34.9000 146.1000 125.0 YAMMA +ASN00074123 -34.6125 146.4222 140.0 YANCO REGULATOR +ASN00074124 -35.1667 145.7667 141.0 JERILDERIE (YANKO STATION) +ASN00074125 -35.3000 146.7000 182.9 YARRAN +ASN00074126 -35.3850 147.0558 210.0 YERONG CREEK (FERTILIZER DEPOT +ASN00074127 -35.1069 147.3636 180.0 WAGGA WAGGA (GURWOOD STREET) +ASN00074128 -35.5269 144.9520 93.0 DENILIQUIN (WILKINSON ST) +ASN00074129 -35.7228 144.7865 95.0 MATHOURA (MATHOURA STATION) +ASN00074130 -34.7667 146.3500 134.1 WARILBA +ASN00074131 -35.5929 146.5781 163.0 RAND POST OFFICE +ASN00074132 -34.6389 146.2627 132.0 LEETON (YARRAMUNDI) +ASN00074133 -34.6000 146.4000 -999.9 YANCO EXP. FARM +ASN00074134 -36.0000 146.9000 -999.9 JINDERA (MURRUMBATEMAN) +ASN00074135 -35.8833 145.8000 -999.9 BAROOGA +ASN00074137 -35.1167 147.0167 -999.9 ARAJOL +ASN00074138 -35.9000 146.6000 -999.9 ARUNDEL +ASN00074139 -34.5000 146.6000 -999.9 COLINROOBIE +ASN00074140 -35.2500 146.7500 -999.9 BROOKONG +ASN00074141 -34.0000 147.0000 -999.9 BUDDIGOWER (HILL VIEW) +ASN00074142 -35.3000 146.3000 -999.9 BULGANDRA +ASN00074143 -35.8000 146.1000 -999.9 BULL PLAIN +ASN00074144 -34.8667 146.7833 160.0 NARRANDERA (BREWARRANA) +ASN00074145 -34.5833 146.8167 -999.9 BILLAAH +ASN00074146 -36.0500 146.3000 -999.9 COLLENDINA +ASN00074147 -35.2000 146.0000 -999.9 COLOMBO CREEK +ASN00074148 -34.7071 146.5126 145.0 NARRANDERA AIRPORT 95706 +ASN00074149 -35.7000 145.2000 -999.9 CORNALLA +ASN00074150 -34.9333 146.4167 -999.9 CUDDELL SIDING +ASN00074151 -35.7833 146.5500 -999.9 FLAX VALE +ASN00074152 -35.7500 145.7833 -999.9 GERAKI +ASN00074153 -35.0500 146.3333 -999.9 GOREE +ASN00074154 -35.3000 147.2000 -999.9 HANGING ROCK 2 +ASN00074155 -34.6000 147.3000 -999.9 HILLSIDE (TEMORA) +ASN00074158 -34.1167 146.1333 -999.9 KOOBA +ASN00074159 -35.1000 147.1000 -999.9 LANSDOWNE +ASN00074160 -35.1000 146.6000 -999.9 MARILLA +ASN00074161 -33.8167 146.7167 -999.9 MERRINGREEN +ASN00074162 -34.9349 146.3031 128.0 MORUNDAH HOTEL +ASN00074163 -35.8000 144.7000 -999.9 THYRA PUBLIC SCHOOL +ASN00074164 -34.4167 146.7000 -999.9 MUMBLEDOOL +ASN00074165 -35.5000 147.0000 -999.9 MUNDAWADDERA +ASN00074166 -35.6167 145.0667 -999.9 MUNDIWA +ASN00074168 -35.5000 145.4000 -999.9 PINE HILLS +ASN00074169 -34.6500 147.1667 -999.9 PINE LODGE 1 +ASN00074170 -35.6000 145.6000 -999.9 PRAIRIE FARM +ASN00074171 -34.3667 147.1333 -999.9 QUANDARY 1 +ASN00074172 -34.8000 146.8500 -999.9 REDBANK 2 +ASN00074173 -34.8000 147.1000 -999.9 ROCKY PARK +ASN00074175 -35.3000 147.3000 -999.9 SANDY CREEK +ASN00074176 -35.5000 145.6000 -999.9 SPRINGFIELD 3 +ASN00074177 -35.9000 146.7000 -999.9 THE OLIVES +ASN00074178 -35.6833 144.3500 80.8 CALWELL (THULE) +ASN00074179 -35.3000 147.0000 -999.9 TOOTOOL +ASN00074180 -35.5000 145.3000 -999.9 TULLA +ASN00074181 -35.2000 146.4500 -999.9 URANGELINE +ASN00074182 -35.9000 144.6000 -999.9 WAMBOOTA +ASN00074183 -35.5000 145.7500 -999.9 WANNAMURRA WELL +ASN00074184 -35.5000 144.8000 -999.9 WARBRECCAN +ASN00074185 -34.2500 146.8833 -999.9 YALGOGRIN SOUTH +ASN00074186 -34.8833 146.3333 -999.9 YARRABEE PARK +ASN00074187 -34.5333 147.0833 -999.9 PINE GROVE 2 +ASN00074188 -35.6724 147.0361 210.0 CULCAIRN BOWLING CLUB +ASN00074189 -34.1000 147.3000 -999.9 MANDAMAH WEST +ASN00074190 -35.8000 145.1000 -999.9 MOROCO EAST (BUNGOOKE NORTH) +ASN00074191 -35.0000 147.0000 -999.9 GNADBRO +ASN00074192 -35.3027 145.1822 97.0 CONARGO POST OFFICE +ASN00074193 -35.0868 146.2687 121.0 URANA (BOONONGO) +ASN00074194 -35.3196 146.4973 137.0 LOCKHART (WELYA) +ASN00074195 -35.4506 147.3832 380.0 PULLETOP (WOLONGA) +ASN00074196 -35.6833 146.0667 122.0 SAVERNAKE (FONTAINE BLEAU) +ASN00074197 -34.6516 146.5157 185.0 NARRANDERA (TRIGGER VALE) +ASN00074198 -35.3500 145.4500 122.0 JERILDERIE (COREE STN) +ASN00074199 -34.9667 146.9833 152.4 GALORE (BULGARY) +ASN00074200 -35.4500 147.4667 388.6 WESTBY (WAVERLEY) +ASN00074201 -34.9160 146.7626 156.0 NARRANDERA (TOP REEDS) +ASN00074202 -34.8504 146.9778 175.0 GANMAIN (ROSEDALE) +ASN00074203 -35.3167 147.3000 315.0 MANGOPLAH (ARDLUI) +ASN00074204 -35.2333 146.9833 180.0 TOOTOOL (MOORAKYLE) +ASN00074205 -35.1620 147.0274 177.0 BELFRAYDEN (NORTH MAYFIELD) +ASN00074206 -35.7000 146.0200 127.0 SAVERNAKE (SHILOH) +ASN00074208 -35.6074 145.2012 98.0 TUPPAL (WARRAGOON) +ASN00074209 -35.9000 145.9000 122.0 MULWALA (MOUNT GWYNNE) +ASN00074210 -35.5333 144.9667 96.0 DENILIQUIN AERO +ASN00074211 -35.7833 145.5667 114.0 TOCUMWAL AERO +ASN00074217 -34.7565 147.3482 310.0 MARRAR (BRIGADOON) +ASN00074219 -34.3333 146.7833 210.3 JESSIE PARK +ASN00074220 -35.9333 145.7833 91.4 NARANGHI PARK +ASN00074221 -34.7325 146.5592 173.0 NARRANDERA GOLF CLUB 94706 +ASN00074222 -34.4000 147.3167 259.1 QUANDARY (HAPPY CORNER) +ASN00074223 -35.4000 145.6667 115.8 WINGIDGEON +ASN00074224 -34.2333 146.3500 140.5 SCOTTSDALE (BINYA) +ASN00074225 -36.0000 146.9000 274.3 WOODLANDS (MURRUMBATEMAN) +ASN00074226 -35.7167 145.9833 106.7 WARMATTA +ASN00074227 -35.0167 147.0333 195.1 BERRY JERRY (GNADBRO) +ASN00074228 -35.4500 145.9333 243.8 MUNYABLA PARK +ASN00074229 -35.6000 146.6167 -999.9 RAND (NANTILLA) +ASN00074230 -34.0000 146.8000 242.0 TALLIMBA (TRALEE) +ASN00074231 -34.5333 147.3000 351.0 ARIAH PARK (TRICKETTDALE) +ASN00074232 -34.8919 145.7761 117.0 COLEAMBALLY (TINTAGEL) +ASN00074233 -34.2320 146.7389 180.0 KAMARAH (WANGRABELLE) +ASN00074234 -35.0371 147.1933 175.0 EUBERTA (EAST VIEW) +ASN00074236 -36.0168 146.7562 158.0 BUNGOWANNAH (ROSELEIGH) +ASN00074237 -35.2469 147.1446 225.0 THE ROCK (MIARB) +ASN00074239 -34.4667 147.0500 259.1 ARIAH PARK (YARRANJERRY) +ASN00074240 -35.0833 146.2667 61.0 URANA (BOONONGO) +ASN00074241 -35.1073 147.3582 186.0 WAGGA WAGGA RSL +ASN00074242 -35.1500 147.2833 243.8 KAPOOKA BLAMEY BARRACKS +ASN00074248 -34.7850 146.1083 128.0 DARLINGTON POINT (MANNINGS CLU +ASN00074249 -34.8016 145.8904 121.0 COLEAMBALLY IRRIGATION +ASN00074253 -35.7111 145.6236 110.0 FINLEY (CSIRO) +ASN00074254 -34.5123 146.4299 138.0 LEETON (FIVEBOUGH RD) +ASN00074255 -35.5879 145.7669 115.0 BERRIGAN (NEW SHILOH) +ASN00074256 -35.0499 146.1689 123.0 MORUNDAH (SANDSIDE) +ASN00074257 -35.4831 146.7338 170.0 PLEASANT HILLS (KILLARNEY) +ASN00074258 -35.5575 144.9458 94.0 DENILIQUIN AIRPORT AWS GSN 95869 +ASN00074259 -34.7098 147.4545 315.0 MARRAR (WAERAWI) +ASN00074261 -34.5310 146.9806 249.0 BECKOM (WALLEROOBIE (GOLDEN VA +ASN00074262 -35.7861 144.6002 85.0 BUNNALOO (GLENKANA) +ASN00074263 -35.6259 146.8343 202.0 ALMA PARK (ALBARINGA) +ASN00074264 -35.4091 147.2479 285.0 MANGOPLAH (FOREST VALE) +ASN00074265 -35.4662 145.3160 98.0 DENILIQUIN (MAYRUNG (MURRAY PI +ASN00074266 -34.2336 146.8453 215.0 ARDLETHAN (MAXWELTON) +ASN00074267 -33.9956 146.7683 235.0 TALLIMBA (AVONLEA) +ASN00075000 -34.2000 146.0000 -999.9 BALLINGAL +ASN00075001 -35.1500 144.2000 -999.9 BALPOOL (NYANG) +ASN00075002 -35.6000 144.1000 76.2 BARHAM 2 +ASN00075003 -35.6293 144.1246 76.0 BARHAM (THULE STREET) +ASN00075004 -35.2847 144.5334 81.0 WAKOOL (BARRATTA) +ASN00075005 -34.5000 145.8000 122.2 BENEREMBAH +ASN00075006 -34.2289 146.3444 141.0 BINYA POST OFFICE +ASN00075007 -33.8436 144.9073 95.0 BOOLIGAL (BELMONT) +ASN00075008 -33.2833 146.3707 169.0 LAKE CARGELLIGO AIRPORT DLWC +ASN00075009 -34.9333 144.7667 82.0 BOOROORBAN POST OFFICE +ASN00075010 -34.5131 145.7885 110.0 DARLINGTON POINT (BRINGAGEE) +ASN00075011 -34.5000 145.2000 -999.9 BURRABOGIE +ASN00075012 -35.4201 144.6002 84.0 WAKOOL (CALIMO) +ASN00075013 -34.5000 144.5000 85.3 CANOON +ASN00075014 -34.4081 145.4330 108.0 CARRATHOOL MOTORS +ASN00075015 -34.7500 145.6500 -999.9 CLIFFORD DOWNS +ASN00075016 -33.9871 145.3904 98.0 GUNBAR (KELVIN GROVE) +ASN00075017 -33.1700 146.6420 175.0 LAKE CARGELLIGO (FAIRVIEW) +ASN00075018 -34.2175 144.4661 82.0 HAY (CORRONG) +ASN00075020 -35.1619 143.8730 64.0 MALLAN (NIEMUR VALLEY) +ASN00075021 -34.2000 145.4000 -999.9 ELAMANG +ASN00075022 -33.5739 145.9167 185.0 HILLSTON (ESSEX) +ASN00075023 -34.7500 145.1500 104.0 HAY (EUROLIE) +ASN00075024 -33.8000 145.0000 -999.9 EURUGABAH STATION +ASN00075025 -33.9787 145.7074 123.0 GOOLGOWI (MOIRA ST) +ASN00075026 -34.4420 145.5612 104.0 GROONGAL (GROONGAL STATION) +ASN00075027 -33.6363 146.5479 198.0 GUBBATA COOMA ST +ASN00075028 -34.3183 146.0667 126.0 GRIFFITH CSIRO +ASN00075029 -34.6281 145.3536 104.0 CARRATHOOL (GUM CREEK) +ASN00075030 -33.2372 146.1348 152.0 LAKE CARGELLIGO (GUNNIGULDRIE) +ASN00075031 -34.5194 144.8545 93.3 HAY (MILLER STREET) 94698 +ASN00075032 -33.4915 145.5249 122.0 HILLSTON AIRPORT 94700 +ASN00075033 -34.1000 146.1000 -999.9 HILLVIEW (BALLANDRY) +ASN00075034 -33.3413 145.7480 130.0 HILLSTON (HUNTHAWANG) +ASN00075035 -34.4806 144.9789 97.0 HAY (ILLILAWA) +ASN00075036 -34.9000 143.9000 70.1 KERI KERI +ASN00075037 -33.6500 146.6833 240.5 KIKOIRA POST OFFICE +ASN00075038 -35.6833 144.2167 78.0 KOONDROOK STATE FOREST +ASN00075039 -33.2833 146.3707 169.0 LAKE CARGELLIGO AIRPORT 95707 +ASN00075040 -34.2333 146.0000 118.9 LAKE VIEW +ASN00075041 -34.2487 146.0695 134.0 GRIFFITH AIRPORT AWS 95704 +ASN00075042 -34.4760 144.3013 76.0 MAUDE POST OFFICE +ASN00075043 -33.3935 146.0385 140.0 LAKE CARGELLIGO (MERRI-MERRIGA +ASN00075044 -33.8192 145.6235 114.0 MERRIWAGGA (DEVON STREET) +ASN00075045 -35.0000 143.7000 70.1 MOOLPA +ASN00075046 -35.0885 144.0349 72.0 MOULAMEIN POST OFFICE +ASN00075047 -34.4928 145.2543 104.0 HAY (MULBERRYGONG) +ASN00075048 -35.3412 143.5866 70.0 SWAN HILL (MURRAY DOWNS) +ASN00075049 -34.4456 144.1728 75.0 MAUDE (NAP NAP) +ASN00075050 -33.6104 146.3161 192.0 NARADHAN (URALBA) +ASN00075051 -35.4000 144.0000 -999.9 NOORONG +ASN00075052 -34.6833 145.3000 -999.9 UARDRY (OOLAMBEYAN) +ASN00075053 -34.4833 145.0333 97.5 PEMBLEGONG +ASN00075054 -35.2849 145.2098 97.0 CONARGO (PUCKAWIDGEE) +ASN00075055 -34.0000 144.7000 -999.9 QUONDONGS +ASN00075056 -34.9390 144.7352 87.0 BOOROORBAN (RAMSAY) +ASN00075057 -33.8467 146.2497 220.0 RANKINS SPRINGS +ASN00075058 -34.1500 146.3000 -999.9 BINYA (ROCKLEIGH) +ASN00075059 -35.1000 145.3000 103.6 STEAM PLAINS 1 +ASN00075060 -35.0000 145.3000 -999.9 STEAM PLAINS 2 +ASN00075061 -35.0000 143.6000 -999.9 STONEY CROSSING +ASN00075062 -34.8096 144.1654 70.0 MOULAMEIN (TCHELERY) +ASN00075063 -34.2000 144.5000 79.2 THELANGERIN EAST +ASN00075064 -34.4774 145.5472 107.0 GROONGAL (GUNDALINE) +ASN00075065 -34.5500 144.4833 79.0 HAY (TOOGIMBIE) +ASN00075066 -33.4219 146.7283 245.0 TULLIBIGEAL POST OFFICE +ASN00075067 -34.4660 145.3027 104.0 CARRATHOOL (UARDRY) +ASN00075068 -34.5000 145.3000 -999.9 UARDRY 2 OUT STATION +ASN00075069 -34.0965 144.6529 84.0 BOOLIGAL (ULONGA) +ASN00075070 -35.4700 144.3950 82.0 WAKOOL DAMPIER ST +ASN00075071 -35.2119 144.8160 87.0 WANGANELLA GENERAL STORE +ASN00075072 -33.9376 146.6062 210.0 WEETHALLE (MOUNTAIN VIEW) +ASN00075073 -33.6833 145.3833 106.7 WILGA +ASN00075074 -33.3500 145.8333 122.0 HILLSTON (WILLANTHRY) +ASN00075075 -34.9953 145.0915 99.0 CONARGO (WILLURAH) +ASN00075076 -34.9833 145.2833 -999.9 WOMBA RANGE +ASN00075077 -34.7000 143.6000 68.3 YANGA +ASN00075078 -34.0667 146.1000 150.0 YENDA (BLUE PLAINS) +ASN00075079 -34.2502 146.1897 129.0 YENDA (HENRY STREET) +ASN00075080 -35.1721 144.6966 82.0 WANGANELLA (ZARA) +ASN00075081 -35.0365 144.4560 79.0 WANGANELLA (BUNDYULUMBLAH) +ASN00075082 -35.2333 144.5667 79.0 DENILIQUIN (KALAWAR) +ASN00075083 -35.3500 144.3000 -999.9 WERAI +ASN00075084 -35.6333 144.1167 76.0 BARMAH STATE FOREST +ASN00075086 -35.4679 144.3966 82.0 WAKOOL (MURRAY IRRIGATION) +ASN00075087 -33.3992 145.9801 146.0 LAKE BREWSTER +ASN00075088 -34.2167 145.7667 109.7 WAVERLEY (MOUNT IDA) +ASN00075089 -34.9500 143.4833 76.0 KYALITE POST OFFICE +ASN00075090 -34.4000 144.9333 -999.9 BAGORMBA +ASN00075091 -35.4667 144.1333 -999.9 COBWELL +ASN00075092 -35.5000 144.1667 -999.9 COLENSO PARK +ASN00075094 -34.6000 146.0000 -999.9 BLAIRGOWRIE +ASN00075095 -35.5000 144.3000 -999.9 BOOKIT ISLAND +ASN00075096 -33.5871 145.3604 112.0 HILLSTON (COWL COWL) +ASN00075097 -34.4000 145.9000 -999.9 CUBA TREE +ASN00075098 -34.8000 144.2000 -999.9 DRY LAKE 2 +ASN00075099 -33.9000 146.5000 -999.9 EURATHA +ASN00075100 -34.1500 145.9167 -999.9 FOUR CORNERS +ASN00075101 -35.5000 144.0000 -999.9 GONN +ASN00075102 -34.2167 145.5833 -999.9 GROONGAL 2 +ASN00075103 -33.9000 145.3000 -999.9 GUNBAR +ASN00075105 -34.2000 145.3000 -999.9 LANDILO +ASN00075106 -35.1333 143.8500 -999.9 MALLAN +ASN00075107 -33.6667 146.0500 -999.9 MALONGA +ASN00075108 -33.7000 146.0000 -999.9 MELBERGEN +ASN00075109 -34.2833 146.1667 -999.9 MEROOL CREEK +ASN00075110 -33.9000 145.6833 -999.9 MERUNGIE WELL +ASN00075111 -34.3000 146.3000 -999.9 MIROOL EAST +ASN00075112 -34.8000 143.6000 -999.9 LYNWOOD 1 +ASN00075113 -35.0000 143.3000 -999.9 TOOLEYBUC +ASN00075114 -34.2000 146.2000 -999.9 MOUNT ELLIOT TANK +ASN00075115 -34.4500 146.9000 -999.9 MURRIL CREEK +ASN00075116 -34.0333 146.2333 -999.9 PLEASANT VALLEY +ASN00075117 -35.0833 143.5667 -999.9 POON BOON +ASN00075118 -35.1000 145.2000 -999.9 PUCKAWIDGEE BACK +ASN00075119 -34.0833 144.8833 -999.9 QUONDON TANK +ASN00075120 -34.0000 146.2000 -999.9 ROTHDENE +ASN00075121 -35.2000 144.4000 -999.9 ROYSTON +ASN00075122 -35.3000 144.8500 -999.9 SMEATON VALE +ASN00075123 -34.5500 143.7500 -999.9 SPRING BANK +ASN00075125 -35.5000 144.5000 -999.9 WAKOOL NORTH +ASN00075126 -34.9000 144.9000 -999.9 WARGAM +ASN00075127 -35.1000 144.9000 -999.9 WARWILLAH +ASN00075128 -33.7167 145.3000 -999.9 WHEALBAH +ASN00075130 -34.9667 145.2333 -999.9 WILLURAH BACK STATION +ASN00075131 -35.0833 144.3500 -999.9 WINDOURAN +ASN00075132 -33.2176 146.2973 169.0 LAKE CARGELLIGO (WOOYEO) +ASN00075133 -34.5500 145.7667 -999.9 WYVERN +ASN00075134 -34.8753 145.2890 99.0 HAY (EPSOM DOWNS) +ASN00075135 -33.9667 146.2167 -999.9 CONAPAIRA +ASN00075136 -34.8000 144.2000 -999.9 DRY LAKE POST OFFICE +ASN00075137 -34.5640 144.6389 85.0 HAY (PEVENSEY) +ASN00075138 -35.2500 144.2000 76.2 MOULAMEIN (KILDERY) +ASN00075139 -33.9850 145.7967 123.0 GOOLGOWI (MAYLANDS) +ASN00075140 -34.1533 145.1409 99.0 GUNBAR (KELSEY) +ASN00075141 -33.7667 145.5167 107.0 MERRIWAGGA (GLENAYRON) +ASN00075142 -33.9247 145.5205 107.0 MERRIWAGGA (SYLVANHAM) +ASN00075143 -34.1256 145.7217 110.0 TABBITA (FAIRFIELDS) +ASN00075146 -34.0029 146.0610 144.0 RANKINS SPRINGS (ACRES) +ASN00075147 -33.6833 145.9667 213.4 RANKIN SPRINGS (ELLENDALE) +ASN00075148 -33.9000 146.7167 305.0 WEETHALLE (MERRINGTON) +ASN00075150 -33.7833 145.8667 171.0 MERRIWAGGA (FLIXTON) +ASN00075151 -33.7000 145.7000 112.0 GOORAWIN (CARAWATHA) +ASN00075152 -34.1000 144.6500 85.3 ULONGA STATION (ONE TREE TANK) +ASN00075153 -34.9000 144.7833 76.2 NYAN GAY +ASN00075155 -33.4000 146.4000 182.9 ST ALBANS 2 +ASN00075156 -34.4167 146.8833 204.2 ULEY +ASN00075157 -33.8667 144.8833 93.9 THE CUBAS +ASN00075159 -33.3833 146.8167 335.3 GORMANS HILL +ASN00075161 -33.6359 146.3061 223.0 NARADHAN (ANDERLOOSE) +ASN00075162 -33.6633 146.3225 275.0 NARADHAN (STRATHEILAN) +ASN00075163 -33.3476 145.8703 135.0 HILLSTON ( ALDINGA) +ASN00075164 -35.0461 143.5718 66.0 STONY CROSSING (BARWON) +ASN00075165 -33.6131 145.4564 110.0 DIRRUNG (WEEPOOL) +ASN00075166 -34.5717 145.9987 121.0 DARLINGTON POINT (ST PAULS CLO +ASN00075167 -33.7433 145.4654 107.0 MERRIWAGGA (THURLO) +ASN00075168 -35.3383 144.6950 84.0 DENILIQUIN (NOONAMEENA) +ASN00075169 -34.5333 146.0667 120.0 WILLBRIGGIE (WOODBURN) +ASN00075173 -34.6403 145.1545 100.0 HAY (BEDARBIDGAL) +ASN00075174 -34.3229 146.0684 125.0 GRIFFITH CSIRO +ASN00075175 -34.5471 144.8670 90.0 HAY CSIRO AWS +ASN00075176 -35.3728 144.1862 70.0 TULLAKOOL (CHEETHAMS SALT) +ASN00076000 -34.8500 142.7811 52.0 ANNUELLO +ASN00076001 -34.8000 142.7500 -999.9 ANNUELLO (MOSTANK) +ASN00076002 -34.7233 142.7903 83.0 BANNERTON +ASN00076003 -35.3833 142.0667 80.0 BARING (KINTA) +ASN00076004 -34.1000 141.8000 -999.9 BENETOOK NORTH +ASN00076005 -34.4667 142.2000 58.0 CARWARP +ASN00076007 -35.2000 142.9500 -999.9 CHINKAPOOK +ASN00076008 -34.5000 142.4000 -999.9 COLIGNAN +ASN00076009 -35.2339 141.3828 43.0 COWANGIE +ASN00076010 -34.8000 142.4667 -999.9 CRAMENTON +ASN00076011 -35.1966 142.8014 62.0 MANANGATANG (DAYTRAP) +ASN00076012 -35.1702 143.0001 60.0 MANANGATANG (EUREKA EAST) +ASN00076013 -35.0833 142.1825 52.0 GALAH +ASN00076014 -34.8833 143.2667 -999.9 HAYSDALE +ASN00076015 -34.2262 142.1512 45.0 IRYMPLE (ARLINGTON) +ASN00076016 -35.2000 141.4000 -999.9 KADOON +ASN00076017 -35.1945 143.0400 58.0 MANANGATANG (CHINKAPOOK) +ASN00076018 -35.1136 142.9194 55.0 MANANGATANG (COCAMBA) +ASN00076019 -34.4000 141.7000 -999.9 KARAWINNA 2 +ASN00076020 -34.4000 141.7000 -999.9 KARAWINNA SOUTH +ASN00076021 -34.8833 143.1333 -999.9 KOOLOONONG +ASN00076022 -35.1000 142.6500 -999.9 KULWIN +ASN00076023 -34.4613 141.3923 80.0 KURNWILL +ASN00076024 -34.7122 142.9275 53.0 ROBINVALE (KYNDALYN PARK) +ASN00076025 -35.0551 142.8832 55.0 MANANGATANG +ASN00076026 -34.2133 142.0400 56.4 MERBEIN CSIRO RESEARCH STATION +ASN00076027 -34.1667 142.0667 -999.9 MERBEIN SRWSC +ASN00076028 -34.2000 142.0000 -999.9 MERBEIN WEST +ASN00076029 -34.3895 141.3352 100.0 MERINGUR +ASN00076030 -34.3846 141.7580 63.0 MERRINEE +ASN00076031 -34.2358 142.0867 50.0 MILDURA AIRPORT GSN 94693 +ASN00076032 -34.2164 142.1667 49.0 MILDURA SE +ASN00076033 -35.1500 142.6667 59.0 MITTYACK +ASN00076034 -35.0000 143.0000 -999.9 MOONDAH THE PINES +ASN00076035 -34.2942 141.1730 57.0 MORKALLA NORTH +ASN00076036 -35.1667 141.1000 88.0 MULCRA +ASN00076037 -34.1928 141.5996 30.0 MURRAY LOCK NUMBER 9 +ASN00076038 -35.2628 141.1789 71.0 MURRAYVILLE +ASN00076039 -35.3167 142.7000 66.0 NANDALY +ASN00076040 -34.3167 141.3333 -999.9 NEDS CORNER +ASN00076042 -34.7631 142.7447 83.0 BANNERTON (CARINA PARK) +ASN00076043 -34.9272 142.1765 42.0 NULKWYNE KIAMAL +ASN00076044 -35.1759 143.3700 80.0 NYAH +ASN00076045 -35.1833 143.3333 77.0 NYAH WEST POST OFFICE +ASN00076046 -35.1670 143.2781 80.0 NYAH (YARRABY TANK) +ASN00076047 -35.0694 142.3158 50.3 OUYEN (POST OFFICE) 94831 +ASN00076048 -35.2500 141.1000 -999.9 PANITYA +ASN00076049 -35.5000 143.3000 64.0 PIANGIL +ASN00076050 -35.2555 143.3683 89.0 PIRA WILD HORSE PLAINS +ASN00076051 -34.3620 141.9038 60.0 PIRLTA +ASN00076052 -34.3075 142.1882 67.0 RED CLIFFS (POST OFFICE) +ASN00076053 -34.5898 142.7686 60.0 ROBINVALE +ASN00076054 -35.1000 142.2000 50.3 TIEGA +ASN00076055 -35.1000 143.2000 62.8 TOWAN +ASN00076056 -34.2000 141.8667 -999.9 TULILLAH +ASN00076057 -34.5000 141.3000 -999.9 TUNART SOUTH +ASN00076058 -35.2000 141.5000 -999.9 TUTYE +ASN00076059 -35.2000 143.5000 67.1 TYNTYNDER STATION +ASN00076060 -35.2000 143.4000 -999.9 TYNTYNDER WEST +ASN00076061 -35.1667 141.8167 -999.9 UNDERBOOL +ASN00076062 -35.1000 142.5000 -999.9 WAGANT +ASN00076063 -35.0924 141.2611 60.0 WALPA (DANYO) +ASN00076064 -35.1201 142.0040 105.0 WALPEUP RESEARCH 95831 +ASN00076065 -35.1362 142.0246 113.0 WALPEUP +ASN00076066 -34.7000 142.7000 -999.9 WEMEN +ASN00076067 -34.3883 141.5954 65.0 WERRIMULL +ASN00076068 -34.5000 141.9000 -999.9 WILLAH +ASN00076069 -34.9536 142.7392 71.0 WINNAMBOOL (KULWIN) +ASN00076070 -35.1000 143.3500 -999.9 WOOD WOOD +ASN00076071 -35.3000 143.5000 -999.9 WOORINEEN +ASN00076072 -35.1500 142.4833 -999.9 WOORNACK +ASN00076073 -34.4000 141.4167 -999.9 YARRARA +ASN00076074 -34.8000 143.1000 -999.9 YUNGERA +ASN00076075 -34.5000 141.5333 -999.9 MALLANBOOL +ASN00076076 -35.4000 142.6000 -999.9 STRATTON +ASN00076077 -34.1833 142.2000 53.9 MILDURA POST OFFICE +ASN00076079 -34.9500 143.2333 -999.9 NATYA +ASN00076080 -35.3000 142.0000 -999.9 BARING (PATCHWOLLOCK) +ASN00076081 -34.4000 142.0000 -999.9 BENETOOK STATE SCHOOL +ASN00076082 -35.2833 143.0500 -999.9 CHILLINGOLLAH +ASN00076083 -35.4000 141.1000 -999.9 GUNAMALARY +ASN00076084 -34.7500 142.3000 -999.9 HATTAH +ASN00076085 -34.2333 142.1667 46.0 IRYMPLE +ASN00076086 -34.4000 141.7000 -999.9 KARAWINNA POST OFFICE +ASN00076087 -34.4000 141.7000 -999.9 KARAWINNA 1 +ASN00076088 -34.5000 141.7000 -999.9 KOLEYA +ASN00076090 -34.5000 141.7000 -999.9 KOLEYA (COWANS TANK) +ASN00076091 -35.4000 142.7000 -999.9 NANDALY (TYRELL WEST) +ASN00076092 -34.2000 141.5000 -999.9 NEDS CORNER HOMESTEAD +ASN00076093 -34.6000 142.2000 -999.9 NOWINGI +ASN00076094 -35.3000 142.3000 -999.9 NOWIE +ASN00076095 -35.2500 141.1000 -999.9 PANITYA EAST +ASN00076096 -35.0500 143.3000 -999.9 PIANGIL (BURRA BURRA) +ASN00076097 -34.4000 141.8000 -999.9 TARRANGO +ASN00076098 -35.2000 141.8000 -999.9 UNDERBOOL (CHESIS PLAINS) +ASN00076099 -34.8000 143.1000 -999.9 YOUNGEIRA +ASN00076100 -35.3000 141.3000 -999.9 DANYO +ASN00076101 -34.4667 141.2667 -999.9 KARWEEN SOUTH +ASN00076102 -34.4833 142.3500 57.9 NANGILOC +ASN00076103 -35.1890 142.3725 50.0 BRONZEWING +ASN00076104 -34.6333 142.0000 -999.9 NOWINGI WEST +ASN00076105 -34.7164 143.1506 58.0 BOUNDARY BEND +ASN00076106 -35.2484 141.0808 100.0 MURRAYVILLE (CARINA) +ASN00076107 -35.2848 141.4949 66.0 TUTYE (BUNUROUK) +ASN00076108 -35.1683 141.6922 70.0 LINGA +ASN00076109 -35.3678 141.0625 120.0 MURRAYVILLE (NGALLO) +ASN00076110 -34.9470 141.0054 59.0 BERROOK +ASN00076111 -34.7667 142.3333 39.0 HATTAH LAKES +ASN00076113 -35.2000 141.6000 -999.9 BOINKA +ASN00076114 -34.2833 141.5833 -999.9 CULLULLERAINE +ASN00076115 -35.2000 142.5000 -999.9 MITTYACK WEST +ASN00076116 -34.2000 141.8000 -999.9 MERRINEE NORTH +ASN00076117 -34.3500 141.8000 73.2 MERRINEE (KOMBAHLA) +ASN00076118 -34.8000 142.4000 -999.9 GAYFIELD +ASN00076119 -35.3333 142.0833 -999.9 BARING NORTH +ASN00076121 -34.8333 143.1000 -999.9 KOORKAB +ASN00076122 -35.0667 143.0667 -999.9 GLENCAIRN POST OFFICE +ASN00076123 -35.3500 142.4167 76.2 TEMPY +ASN00076125 -34.6000 142.7833 49.0 ROBINVALE CONSOLIDATED SCHOOL +ASN00076127 -34.9000 142.8000 -999.9 MANANGATANG (DINAN) +ASN00076129 -34.8000 141.0000 -999.9 BERROOK +ASN00076130 -34.8667 142.3000 -999.9 OUYEN (TRINITA) +ASN00076131 -34.2667 141.3333 -999.9 WERRIMUL (MERINGUR NORTH) +ASN00076132 -35.2333 143.1833 -999.9 WOOD WOOD (PRETTY PINE) +ASN00076133 -34.1051 141.0166 59.0 LINDSAY POINT +ASN00076134 -34.2747 141.5878 40.0 LAKE CULLULLERAINE +ASN00077000 -35.7000 143.7000 -999.9 BAEL BAEL +ASN00077001 -35.9809 143.6479 111.0 QUAMBATOOK (BARRAPORT NORTH) +ASN00077002 -35.6000 143.6000 -999.9 BEAUCHAMP +ASN00077003 -35.9000 142.4000 88.4 BEULAH +ASN00077004 -35.9384 142.4202 100.0 BEULAH +ASN00077005 -35.6367 142.9950 72.0 BERRIWILLOCK +ASN00077006 -35.9000 142.8500 -999.9 BIRCHIP 2 +ASN00077007 -35.9825 142.9156 102.0 BIRCHIP POST OFFICE +ASN00077008 -35.9244 142.8510 100.0 BIRCHIP (WOODLANDS) +ASN00077009 -35.5504 142.9207 60.0 BOIGBEAT +ASN00077010 -35.7151 142.3569 77.3 HOPETOUN AIRPORT 94838 +ASN00077012 -35.7833 143.6667 91.0 BUDGERUM EAST +ASN00077014 -35.7170 143.1074 85.0 CULGOA +ASN00077015 -35.5574 142.5432 81.0 GAMA +ASN00077016 -35.9742 143.6100 132.0 BOORT (GREDGWIN) +ASN00077017 -36.0000 143.5500 -999.9 GREDGWIN 3 +ASN00077018 -35.7344 142.3703 100.0 HOPETOUN +ASN00077019 -35.9167 142.1667 85.0 KENMARE +ASN00077020 -35.9000 142.8000 -999.9 KINNABULLA +ASN00077021 -35.5405 143.5286 90.0 LAKE BOGA (KUNAT) +ASN00077022 -35.6000 143.8000 -999.9 LAKE CHARM +ASN00077023 -35.6692 143.3764 85.0 LALBERT +ASN00077024 -35.4500 143.6333 68.6 LAKE BOGA STATE RESERVOIR +ASN00077025 -35.4609 143.6286 71.0 LAKE BOGA +ASN00077026 -35.6071 142.5811 78.0 LASCELLES +ASN00077027 -35.9653 143.7809 90.0 LEAGHUR +ASN00077028 -35.7955 142.8768 91.0 BIRCHIP (MARLBED) +ASN00077029 -35.7000 143.3000 -999.9 MEATIAN +ASN00077030 -35.9963 143.0353 98.0 NARRAPORT +ASN00077031 -35.8500 143.1667 91.0 NULLAWIL +ASN00077032 -35.7000 142.0000 -999.9 NYPO +ASN00077033 -35.3833 142.1869 72.0 PATCHEWOLLOCK +ASN00077034 -35.9296 143.4992 95.0 QUAMBATOOK SOUTH +ASN00077035 -35.8974 141.9950 88.0 RAINBOW POST OFFICE +ASN00077036 -35.8309 141.9367 79.0 RAINBOW (PELLA) +ASN00077037 -35.8718 141.8189 87.5 RAINBOW (PIGICK) +ASN00077038 -35.8000 142.4000 -999.9 ROSEBERY +ASN00077039 -35.5046 142.8493 54.0 SEA LAKE (POST OFFICE) +ASN00077040 -35.5254 142.7267 80.0 SEA LAKE (MARSTON DOWNS) +ASN00077041 -35.4003 142.4387 85.0 SPEED (POST OFFICE) +ASN00077042 -35.3406 143.5533 70.0 SWAN HILL POST OFFICE +ASN00077043 -35.3667 143.5833 -999.9 SWAN HILL HIGH SCHOOL +ASN00077044 -35.5000 141.9000 -999.9 TORRITA +ASN00077045 -35.5000 143.7000 -999.9 TRESCO +ASN00077046 -35.5000 143.7000 -999.9 TRESCO SRWSC +ASN00077047 -35.3633 142.9853 51.0 TYRRELL DOWNS +ASN00077048 -35.4699 143.2669 79.0 ULTIMA (POST OFFICE) +ASN00077049 -35.3667 143.1000 52.0 WAITCHIE +ASN00077050 -35.7500 142.8000 -999.9 WATCHUPGA +ASN00077051 -35.9417 141.9350 83.0 RAINBOW (WERRAP (OAK-LEA)) +ASN00077052 -35.6803 142.6664 79.0 WOOMELANG +ASN00077053 -35.8167 143.0333 -999.9 YANGA (WARNE) +ASN00077054 -35.4667 142.3000 -999.9 YARTO +ASN00077055 -35.4667 142.4667 76.0 TURRIFF +ASN00077056 -35.8517 143.5192 91.0 QUAMBATOOK +ASN00077057 -35.9000 142.3000 -999.9 HOPEVALE +ASN00077058 -35.9000 142.3000 -999.9 NETHERBY (HOPEVALE) +ASN00077059 -35.8000 143.6000 -999.9 BUDGERUM +ASN00077060 -35.7000 143.9000 76.2 FAIRLEY +ASN00077061 -35.5000 143.5000 -999.9 GOSHEN +ASN00077062 -36.0000 143.7000 -999.9 GREDGWIN (BARRAPORT NORTH) +ASN00077063 -36.0167 143.3833 -999.9 JERUK +ASN00077064 -35.7000 142.4000 -999.9 LAKE CORRONG +ASN00077065 -35.7000 143.5000 -999.9 LALBERT EAST +ASN00077066 -35.4000 143.7000 -999.9 PENTAL ISLAND +ASN00077067 -35.6000 143.1000 -999.9 BERRIWILLOCK (SPRINGFIELD) +ASN00077068 -35.8000 143.4000 -999.9 TITTYBONG PINE GROVE FARM +ASN00077069 -35.9000 143.4000 -999.9 TOWANINNIE +ASN00077070 -35.4000 143.5000 -999.9 ULTIMA EAST +ASN00077071 -35.5000 143.3000 -999.9 ULTIMA +ASN00077072 -35.4000 143.1000 -999.9 WAITCHIE CENTRAL +ASN00077073 -35.8167 143.0500 -999.9 WARNE +ASN00077074 -35.7500 141.9000 -999.9 WORTONGIE (WILLANGIE EAST) +ASN00077075 -36.0000 143.5000 -999.9 GREDGWIN (FERRIBY) +ASN00077076 -35.9167 143.7500 97.0 LAKE MERAN +ASN00077077 -35.4167 142.6667 -999.9 TYRELL WEST (PINE VIEW) +ASN00077078 -36.0000 143.4000 -999.9 NINYEUNOOK (WATTLE VALE) +ASN00077079 -36.0086 143.3719 105.0 NINYEUNOOK +ASN00077080 -35.9000 143.2500 -999.9 KALPIENUNG POST OFFICE +ASN00077081 -35.8667 143.2333 94.0 KALPIENUNG +ASN00077082 -35.9338 142.2805 95.0 BEULAH WEST +ASN00077083 -35.8966 141.9915 88.0 RAINBOW +ASN00077084 -35.3500 143.5500 66.0 SWAN HILL SR&WSC +ASN00077085 -35.9333 143.2167 -999.9 DUMOSA +ASN00077086 -35.8667 143.8500 -999.9 MACORNA NORTH +ASN00077087 -35.7253 142.3656 76.2 HOPETOUN RWC +ASN00077088 -35.9870 142.9150 105.0 BIRCHIP RESERVOIR +ASN00077089 -35.8500 142.8000 -999.9 CURYO SOUTH (MORTON PLAINS) +ASN00077091 -35.9833 143.8000 -999.9 LEAGHUR DAM +ASN00077092 -35.5500 143.7667 -999.9 KANGAROO LAKE +ASN00077093 -35.9472 141.0311 -999.9 TELOPEA DOWNS (BUCKHURST) +ASN00077094 -35.3766 143.5416 71.0 SWAN HILL AERODROME 94843 +ASN00077095 -35.6704 142.2688 82.0 HOPETOUN (WIRRBIBIAL DOWNS) +ASN00078000 -36.3575 142.3339 116.0 WARRACKNABEAL (AILSA) +ASN00078001 -36.1011 140.9950 130.0 TELOPEA DOWNS (BLUE HILLS) +ASN00078002 -36.1000 143.1000 -999.9 CORACK EAST +ASN00078003 -36.1050 142.6081 99.1 BANGERANG NORTH +ASN00078004 -36.3500 141.5000 -999.9 BOXDALE +ASN00078005 -36.0667 142.4167 97.0 BRIM +ASN00078006 -36.0667 143.3167 -999.9 BUNGELUKE +ASN00078007 -36.4500 143.1000 121.0 COPE COPE +ASN00078008 -36.3000 141.4500 99.0 DIAPUR +ASN00078009 -36.3000 141.5000 168.0 DIAPUR (BLEAK HOUSE) +ASN00078010 -36.4644 142.0327 111.3 DIMBOOLA +ASN00078011 -36.4000 143.0000 114.0 DONALD POST OFFICE +ASN00078012 -36.1000 142.6000 100.6 GALAQUIL EAST +ASN00078013 -36.3986 141.8797 140.0 GERANG GERUNG +ASN00078014 -36.2578 141.8587 123.0 GLENLEE +ASN00078015 -36.3092 141.6486 138.9 NHILL AERODROME 94827 +ASN00078016 -36.6064 142.3608 152.4 JUNG +ASN00078017 -36.6000 142.4000 -999.9 JUNG JUNG +ASN00078019 -36.3000 142.1000 129.8 KATYIL +ASN00078020 -36.4500 142.8000 125.0 LAEN +ASN00078021 -36.1000 141.9500 97.5 LAKE HINDMARSH SOUTH +ASN00078022 -36.0667 141.8500 -999.9 LAKE HINDMARSH WEST STATE SCHO +ASN00078023 -36.4000 141.4500 169.5 LAWLOIT +ASN00078024 -36.4000 141.1000 -999.9 LECOR VIEW POINT +ASN00078025 -36.3664 141.1144 135.0 LILLIMUR ESTATE +ASN00078026 -36.3000 141.1000 -999.9 LILLIMUR (KILDONAN) +ASN00078027 -36.2833 142.8500 117.0 LITCHFIELD +ASN00078028 -36.1526 141.7586 110.0 LORQUON +ASN00078029 -36.4600 142.5858 129.8 MINYIP (POST OFFICE) +ASN00078031 -36.3347 141.6367 133.0 NHILL +ASN00078033 -36.3009 141.7719 155.0 NHILL (SALISBURY (LYNBAR)) +ASN00078034 -36.3667 140.9833 118.9 SERVICETON +ASN00078035 -36.3500 142.5000 137.2 SHEEP HILLS +ASN00078036 -36.1500 142.8000 112.8 WARMUR WEST +ASN00078037 -36.2500 142.4000 110.0 WARRACKNABEAL POST OFFICE +ASN00078038 -36.2705 142.2165 115.0 WARRACKNABEAL (EARLSTAN) +ASN00078039 -36.1481 142.8597 120.0 WATCHEM +ASN00078040 -36.2882 141.7347 140.0 NHILL (WOORAK) +ASN00078041 -36.2483 143.1793 134.0 WOOROONOOK +ASN00078042 -36.0786 143.2250 110.0 WYCHEPROOF (POST OFFICE) +ASN00078043 -36.1114 141.4182 130.0 YANAC NORTH +ASN00078044 -36.1000 141.9000 -999.9 LAKE HINDMARSH WEST +ASN00078045 -36.5167 142.1667 135.0 WAIL +ASN00078046 -36.5333 141.6333 -999.9 JUNGKUM +ASN00078048 -36.3000 142.6000 -999.9 AREEGRA +ASN00078049 -36.1000 141.6000 -999.9 BAKER +ASN00078050 -36.3000 142.7000 -999.9 BOOLITE +ASN00078051 -36.0833 142.4167 -999.9 BRIM (BOSWELL PARK) +ASN00078052 -36.1500 141.3500 -999.9 BROUGHTON +ASN00078053 -36.5167 142.7167 -999.9 BURREREO +ASN00078054 -36.2500 142.7500 -999.9 CARRON NULLAWELL FARM +ASN00078055 -36.1000 143.1000 -999.9 CORACK EAST 2 +ASN00078056 -36.3833 142.9833 -999.9 DONALD (BANYENONG) +ASN00078057 -36.6000 142.4000 -999.9 JUNG JUNG NORTH +ASN00078058 -36.3667 141.9833 -999.9 LOCKHART +ASN00078059 -36.4500 142.6000 -999.9 MINYIP +ASN00078060 -36.4000 141.3000 -999.9 MIRAM (LAWBIT WEST) +ASN00078061 -36.3000 143.1500 -999.9 MOUNT JEFFCOTT +ASN00078062 -36.2500 141.8000 -999.9 NI NI WELL +ASN00078063 -36.6000 142.1000 -999.9 PIMPINIO +ASN00078064 -36.4333 141.5667 -999.9 KINMAKATKA +ASN00078065 -36.8000 141.0000 -999.9 TALLAGEIRA +ASN00078066 -36.3000 141.5000 -999.9 TARRANGINNIE +ASN00078067 -36.2500 142.4000 110.0 WARRACKNABEAL 2 +ASN00078068 -36.0500 142.2000 -999.9 WILLIMABRINA NORTH +ASN00078069 -36.4000 141.7000 -999.9 WINIAM +ASN00078070 -36.4000 141.7000 -999.9 WINIAM CLEAR BANK +ASN00078071 -36.1000 141.1000 -999.9 TELOPEA DOWNS +ASN00078072 -36.3697 142.9709 114.0 DONALD +ASN00078073 -36.1000 142.3000 -999.9 YALLANGIP +ASN00078074 -36.4250 141.3347 131.2 YANIPY +ASN00078075 -36.2131 140.9956 122.0 SERVICETON NORTH +ASN00078076 -36.4667 142.4000 107.0 KEWELL (HOMESTEAD) +ASN00078077 -36.2614 142.4050 113.4 WARRACKNABEAL MUSEUM 94841 +ASN00078078 -36.3725 141.2427 142.0 KANIVA +ASN00078079 -36.2833 142.1333 91.4 KATYIL NORTH +ASN00078080 -36.2968 142.0251 100.0 ANTWERP +ASN00078081 -36.4500 141.3000 -999.9 BLACKHEATH +ASN00078083 -36.1000 142.3000 -999.9 YELLANGIP (BRICKLE ROAD) +ASN00078084 -36.1000 142.9500 -999.9 WATCHEM (MOONA) +ASN00078086 -36.1400 141.9878 85.0 JEPARIT +ASN00079000 -37.2000 143.4000 317.6 AMPHITHEATRE +ASN00079001 -37.0000 141.1000 115.8 APSLEY +ASN00079002 -36.9532 143.1976 275.0 BARKLY +ASN00079003 -36.6994 143.1594 219.0 BEAZLEYS BRIDGE +ASN00079004 -37.1500 142.6500 232.0 BELLELLEN +ASN00079005 -36.8500 141.2000 -999.9 BRINGALBERT (APSLEY) +ASN00079006 -36.6000 142.7000 -999.9 BURRUM +ASN00079007 -36.9833 141.4667 146.0 CHARAM +ASN00079008 -36.9389 141.8714 155.0 CLEAR LAKE +ASN00079009 -37.1000 143.1000 -999.9 CROWLANDS (WOODLANDS) +ASN00079010 -36.7768 142.3937 146.0 DRUNG DRUNG +ASN00079011 -37.0364 141.2967 162.0 EDENHOPE (POST OFFICE) +ASN00079012 -37.1000 141.0000 -999.9 ELDERSLIE +ASN00079013 -37.2000 143.3000 -999.9 ELMHURST +ASN00079014 -37.1778 143.1529 261.0 EVERSLEY +ASN00079015 -36.8721 142.6308 170.0 GLENORCHY +ASN00079016 -36.7281 142.7303 150.0 WARRANOOKE (GLENORCHY) +ASN00079017 -36.7181 141.4729 162.0 GOROKE (POST OFFICE) +ASN00079018 -36.8267 141.4681 162.0 GOROKE (KANGAWALL) +ASN00079019 -37.1847 142.8553 280.0 GREAT WESTERN (SEPPELT) +ASN00079020 -37.2000 142.5000 -999.9 HALLS GAP +ASN00079021 -37.1659 141.5919 116.0 HARROW (POST OFFICE) +ASN00079022 -37.0825 141.5631 85.0 HARROW (PINE HILLS) +ASN00079023 -36.6613 142.0687 128.0 HORSHAM POLKEMMET RD 95834 +ASN00079024 -37.2000 142.7000 243.8 JALLUKAR +ASN00079025 -36.8639 141.4797 160.0 KARNAK (ROSEDALE) +ASN00079026 -37.0333 142.5833 244.0 LAKE LONSDALE +ASN00079027 -37.0061 143.1317 255.0 LANDSBOROUGH +ASN00079028 -36.6722 142.2991 133.0 LONGERENONG 95835 +ASN00079029 -36.7000 142.9000 -999.9 MARNOO +ASN00079030 -36.7000 141.2000 137.2 MINIMAY (BOOROOPKI) +ASN00079031 -36.9865 143.2727 335.0 MOONAMBEL +ASN00079032 -36.8612 142.9332 213.0 MORRL MORRL (VALLEY VIEW) +ASN00079033 -37.3000 143.4000 -999.9 MOUNT LONARCH +ASN00079034 -37.3011 142.7656 252.0 MOYSTON +ASN00079035 -36.6215 142.4739 144.7 MURTOA +ASN00079036 -36.7416 141.9429 122.0 NATIMUK +ASN00079037 -36.9000 143.1137 227.9 NAVARRE +ASN00079038 -37.2000 142.6000 320.0 POMONAL WINDY RIDGE +ASN00079039 -36.9065 143.3384 260.0 REDBANK +ASN00079040 -36.6189 143.2631 240.0 ST ARNAUD +ASN00079041 -36.5500 143.3000 231.6 SLATY CREEK +ASN00079042 -37.1000 142.8000 231.3 STAWELL +ASN00079043 -36.8000 143.3000 -999.9 STUART MILL STATE SCHOOL +ASN00079044 -37.1000 142.0000 -999.9 TELANGATUK (SCHOLFIELD) +ASN00079045 -37.0000 142.0000 -999.9 TOOLONDO +ASN00079046 -37.0936 142.4344 440.0 WARTOOK RESERVOIR +ASN00079047 -37.0000 142.3500 167.6 WARTOOK POST OFFICE +ASN00079048 -36.8000 143.2000 240.8 WINJALLOK +ASN00079049 -36.9000 142.3000 -999.9 WONWONDAH (MOUNT ZERO) +ASN00079050 -37.3162 142.6975 290.0 MOYSTON (BARTON ESTATE) +ASN00079051 -37.0432 142.6354 205.0 LAKE LONSDALE +ASN00079052 -37.2300 141.9609 220.0 ROCKLANDS RESERVOIR +ASN00079053 -36.6000 142.8000 -999.9 BANYENA (COSY NOOKA) +ASN00079054 -36.6000 142.7000 -999.9 BROOKRET (FAIR VIEW FARM) +ASN00079055 -36.7333 142.3667 -999.9 JUNG (DOOEN NORTH) +ASN00079056 -36.7000 143.4000 -999.9 EMU RAIL (DALYENONG) +ASN00079057 -36.9333 142.9000 -999.9 STAWELL (GLYNWYLLN STATION) +ASN00079058 -36.7000 141.4000 -999.9 GOROKE (ROSE BANKS) +ASN00079059 -36.6000 143.4000 -999.9 GOWAR EAST (RAHINA FARM) +ASN00079060 -36.5000 143.2000 -999.9 GOWAR WEST +ASN00079061 -36.7000 141.6000 -999.9 GYMBOWEN +ASN00079062 -36.8000 143.0000 -999.9 KANYA +ASN00079063 -36.7000 142.0000 -999.9 NATIMUK (JILPANGER) +ASN00079064 -37.0000 142.2500 -999.9 HORSHAM (LAURISTON DOLLAN) +ASN00079065 -36.7500 141.0667 -999.9 MINIMAY (NEUARPUR STATION) +ASN00079066 -36.5500 142.5000 -999.9 RUPANYUP (LALLAT PLAINS) +ASN00079067 -37.0667 142.2333 231.3 STAWELL (NATTA WALLA) +ASN00079068 -36.6000 143.0000 -999.9 TRAINORS LAGOON +ASN00079069 -36.7000 142.9000 -999.9 WALLALOO +ASN00079070 -36.7000 142.1500 -999.9 WALMER +ASN00079071 -36.9681 141.0834 111.0 APSLEY (POST OFFICE) +ASN00079072 -36.8000 143.5000 -999.9 ARCHDALE +ASN00079073 -37.1931 142.6081 243.0 POMONAL +ASN00079074 -37.1394 142.5196 236.0 HALLS GAP (POST OFFICE) +ASN00079075 -36.6287 142.6321 145.0 RUPANYUP (POST OFFICE) +ASN00079076 -37.0500 141.7167 -999.9 DOUGLAS +ASN00079077 -36.8676 142.5217 167.0 DADSWELLS BRIDGE +ASN00079078 -37.0607 141.9882 175.0 TELANGATUK EAST (MILINGIMBI) +ASN00079079 -36.7913 143.1207 228.6 TOTTINGTON +ASN00079080 -37.0717 142.7908 203.0 STAWELL +ASN00079081 -37.2667 143.2000 -999.9 MOUNT COLE +ASN00079082 -36.7007 142.2009 140.0 HORSHAM +ASN00079083 -36.8698 141.0101 100.0 BENAYEO +ASN00079084 -36.7331 143.1525 204.2 FERNANDES (AVON NO.1) +ASN00079085 -36.8667 143.2167 287.0 CHEESMAN (AVON NO 2) +ASN00079086 -36.8637 143.1230 262.1 NAVARRE (AVON NO.3) +ASN00079087 -36.7831 143.1811 237.7 ST ARNAUD (ROSTRON (AVON NO 4) +ASN00079088 -36.8333 143.1833 268.0 MCDONALD (AVON NO 5) +ASN00079089 -36.8303 143.1058 256.0 PARADISE (AVON NO.6) +ASN00079090 -36.7833 143.1667 247.0 SCOTSDALE (AVON NO 7) +ASN00079091 -36.7500 143.1833 232.0 AVONBANK (AVON NO 8) +ASN00079092 -36.8333 143.5000 -999.9 ARCHDALE (KARA KURRACA WEST) +ASN00079093 -37.0500 142.5667 -999.9 MOUNT DRYDEN (MAYORTON) +ASN00079094 -36.7667 141.0667 -999.9 NEUARPURR (BRIPPICK) +ASN00079095 -36.7167 141.0167 -999.9 NEUARPURR +ASN00079096 -36.7500 142.6500 -999.9 LUBECK (ROSLYN) +ASN00079097 -37.1169 141.8031 188.8 KANAGULK 95827 +ASN00079098 -36.7667 142.3667 152.0 PINE LAKE +ASN00079099 -37.0222 141.2657 155.0 EDENHOPE AIRPORT 95832 +ASN00079100 -36.6697 142.1731 133.8 HORSHAM AERODROME 95839 +ASN00079103 -37.2950 142.6039 1150.0 GRAMPIANS (MOUNT WILLIAM) 94833 +ASN00079104 -37.2075 141.3625 165.0 HARROW (KADNOOK) +ASN00079105 -37.0680 142.7412 227.9 STAWELL AERODROME 94836 +ASN00079106 -36.9031 142.3583 244.0 LAH-ARUM (MT STAPYLTON) +ASN00079107 -36.8132 141.2599 140.0 PATYAH (BOOROOPKI) +ASN00080000 -36.0167 145.0000 126.5 BARMAH EAST +ASN00080001 -35.5100 143.8250 73.1 BENJEROOP (DAVEY) +ASN00080002 -36.1160 143.7229 90.0 BOORT +ASN00080003 -36.2667 144.0833 104.9 CALIVIL +ASN00080004 -35.9741 143.8525 86.0 CANARY ISLAND +ASN00080005 -36.0261 143.8617 50.0 CANARY ISLAND SOUTH +ASN00080006 -36.3000 143.4000 116.7 CHARLTON POST OFFICE +ASN00080007 -35.9164 145.6500 111.9 COBRAM POST OFFICE +ASN00080008 -35.8000 144.2083 80.0 COHUNA (GOULBURN MURRAY) +ASN00080009 -36.4775 143.3526 205.0 ST ARNAUD (COONOOER BRIDGE) +ASN00080010 -36.2500 144.8000 -999.9 CORNELIA CREEK STATION +ASN00080011 -36.0000 145.0000 -999.9 CUMEROOGUNGA ABORIGINAL SETTLE +ASN00080012 -36.3667 144.2333 105.5 DINGEE +ASN00080014 -36.1348 143.9186 96.0 DURHAM OX +ASN00080015 -36.1647 144.7642 96.0 ECHUCA AERODROME 94861 +ASN00080016 -36.2833 143.8833 107.0 FERNIHURST +ASN00080017 -36.0407 143.9403 90.0 GLADFIELD HOPEFIELD ESTATE +ASN00080018 -36.1000 143.4000 115.8 GLENLOTH EAST +ASN00080019 -36.1631 143.3297 110.0 GLENLOTH SHINGLE HUT HMSD +ASN00080020 -35.9661 144.3712 84.7 GUNBOWER GEE TEE STUD +ASN00080021 -36.1000 144.9500 -999.9 KANYAPELLA +ASN00080022 -36.0833 145.6833 117.0 KATAMATITE +ASN00080023 -35.7236 143.9197 77.7 KERANG 94844 +ASN00080024 -35.8674 143.8007 80.2 KERANG (MERAN DOWNS) +ASN00080025 -36.1500 145.0000 -999.9 TONGALA (KORALEIGH) +ASN00080026 -36.3567 143.7053 150.0 KORONG VALE (POST OFFICE) +ASN00080027 -36.3203 143.7350 135.0 KORONG VALE (BURNBANK) +ASN00080028 -36.3167 145.0500 105.8 KYABRAM POST OFFICE +ASN00080029 -36.1509 143.5182 110.0 LAKE MARMAL +ASN00080030 -35.9000 144.3000 91.4 LEITCHVILLE POST OFFICE +ASN00080031 -36.3500 144.5000 -999.9 LOCKINGTON +ASN00080032 -36.0167 145.0167 121.9 MOIRA LOWER +ASN00080033 -35.9000 144.0000 82.9 MACORNA +ASN00080034 -36.1000 145.0000 -999.9 MADOWLA PARK +ASN00080035 -35.8333 144.1167 79.0 MEAD +ASN00080036 -35.9681 144.1073 85.0 MINCHA +ASN00080037 -36.2167 144.2333 152.0 MITIAMO +ASN00080038 -36.1500 144.2000 109.7 MOLOGA FINE VIEW +ASN00080039 -36.1861 144.0565 100.0 YARRAWALLA SOUTH +ASN00080040 -35.5333 143.9167 72.0 MURRABIT R.W.C. +ASN00080041 -36.2333 143.7667 105.0 MYSIA SR&WSC +ASN00080042 -36.0591 145.2032 102.0 NATHALIA (POST OFFICE) +ASN00080043 -36.1000 145.4500 108.0 NUMURKAH POST OFFICE +ASN00080044 -35.9977 144.4244 90.0 PATHO WEST +ASN00080045 -36.0000 145.1000 99.7 PICOLA +ASN00080046 -36.3000 144.3500 -999.9 PINE GROVE STATE SCHOOL +ASN00080047 -35.9500 145.3000 106.7 PIREE +ASN00080048 -36.0500 144.1000 89.6 PYRAMID HILL +ASN00080049 -36.3613 144.7108 114.0 ROCHESTER +ASN00080050 -36.0000 145.5500 -999.9 SANDMOUNT +ASN00080051 -36.3666 143.9522 110.0 SERPENTINE (EAST LODDON) +ASN00080052 -36.3000 145.4000 -999.9 TALLYGAROOPNA STATE SCHOOL +ASN00080053 -36.4296 144.2498 110.0 TANDARRA +ASN00080054 -36.2991 144.4317 110.0 TENNYSON +ASN00080055 -36.1500 144.4000 -999.9 TERRICK SOUTH +ASN00080056 -36.2497 144.9531 100.1 TONGALA +ASN00080057 -36.2000 145.0000 -999.9 TONGALA (PEPPERTREE GROVE) +ASN00080058 -36.1000 144.5000 -999.9 TORRUMBARRY +ASN00080059 -35.9167 145.4000 106.7 STRATHMERTON (WOODLEA) +ASN00080060 -36.0500 145.3333 107.0 WAAIA +ASN00080061 -36.4183 143.6123 200.0 WEDDERBURN (POST OFFICE) +ASN00080062 -36.1000 144.6500 -999.9 WHARPARILLA WEST +ASN00080063 -36.2500 143.6000 168.0 WYCHITELLA SOUTH +ASN00080064 -36.0000 145.3000 -999.9 YALCA +ASN00080065 -35.8764 145.5461 115.0 YARROWEYAH +ASN00080066 -35.9000 145.2000 91.4 YIELIMA POST OFFICE +ASN00080067 -36.2717 143.3453 130.0 CHARLTON (DONALD ST) +ASN00080068 -36.2500 144.6000 137.2 BAMAWM +ASN00080069 -36.3000 143.5000 -999.9 BUCKRABANYULE (NARDOO VALE) +ASN00080070 -35.9000 145.7000 -999.9 COBRAM MURRAY VILLA +ASN00080071 -36.6000 143.8000 -999.9 GLENALBYN +ASN00080072 -36.1000 145.3000 -999.9 KAARIMBA +ASN00080073 -35.8000 143.9333 -999.9 KERANG (TRAGOWELL) +ASN00080074 -35.7333 143.9000 75.0 KERANG HELVETIA FARM +ASN00080075 -35.6500 144.1500 76.2 KOONDROOK +ASN00080076 -36.2167 144.2333 -999.9 MITIAMO 1 +ASN00080077 -36.2167 144.2333 -999.9 MITIAMO 2 +ASN00080078 -36.0833 145.2000 -999.9 NATHALIA HERALD OFFICE +ASN00080079 -36.0167 145.1167 99.7 UPPER MOIRA (PICOLA NORTH) +ASN00080080 -36.3500 144.7167 115.2 ROCHESTER (TARANAH) +ASN00080081 -36.3500 144.7167 115.2 ROCHESTER WEST +ASN00080082 -35.8667 144.0833 -999.9 ROWLANDS (ROWAN) +ASN00080083 -36.2500 145.1500 -999.9 ST GERMAINS +ASN00080084 -36.3167 143.9833 -999.9 SERPENTINE CREEK STATION +ASN00080086 -35.9000 145.5000 -999.9 STRATHMERTON +ASN00080087 -36.4000 144.8500 -999.9 TIMMERING EAST +ASN00080088 -35.8500 144.0000 -999.9 TRAGOWEL +ASN00080089 -36.3000 143.5000 -999.9 WOOSANG +ASN00080090 -35.9333 145.2167 -999.9 YIELIMA (ESPERANCE) +ASN00080091 -36.3350 145.0638 105.0 KYABRAM DPI 95833 +ASN00080093 -36.2000 145.0000 -999.9 WYUNA RESEARCH +ASN00080094 -36.2000 143.4000 -999.9 NARREWILOCK +ASN00080095 -36.2230 144.5367 101.0 KOTTA +ASN00080096 -36.0875 144.0922 100.0 MOLOGA (PYRAMID HILL) +ASN00080097 -36.3833 143.3333 -999.9 YEUNGROON (THE OAKS) +ASN00080098 -36.2983 144.1393 103.0 PRAIRIE WEST +ASN00080099 -36.4093 143.9752 110.0 SERPENTINE LODDON VALLEY H'WAY +ASN00080100 -36.1333 145.1000 104.0 KOTUPNA +ASN00080101 -36.0918 145.4531 100.0 NUMURKAH (GOLF CLUB) +ASN00080102 -36.0597 144.1150 90.0 PYRAMID HILL +ASN00080103 -36.3794 144.2299 110.0 DINGEE +ASN00080104 -36.2000 145.0500 121.9 WYUNA STATE SCHOOL +ASN00080107 -36.0500 145.6167 -999.9 NARINGALINGALOOK +ASN00080108 -36.2667 143.9833 -999.9 JACKLIN +ASN00080109 -35.9119 145.6447 113.0 COBRAM (GOULBURN MURRAY) +ASN00080110 -35.7357 143.9295 77.0 KERANG GMW +ASN00080111 -35.6333 144.1333 76.2 KOONDROOK IRRIGATION TRUST +ASN00080112 -35.9000 144.3167 84.0 LEITCHVILLE +ASN00080113 -36.3500 144.9667 -999.9 MOUNT SCOBIE +ASN00080114 -36.1500 145.4833 -999.9 WUNGHNU +ASN00080115 -35.9333 144.3000 -999.9 KOW SWAMP +ASN00080116 -36.1333 144.0500 -999.9 MOLOGA WEST +ASN00080117 -36.4333 144.1667 -999.9 YALLOOK +ASN00080118 -36.4500 143.4500 -999.9 BARRAKEE SOUTH +ASN00080119 -36.3833 143.4167 -999.9 YEUNGROON EAST +ASN00080120 -35.7500 144.1333 -999.9 KOROOP +ASN00080121 -35.8833 144.0333 -999.9 MACORNA (ROSEVALE) +ASN00080122 -36.3333 143.7500 -999.9 BORUNG +ASN00080123 -36.2667 143.5167 -999.9 BUCKRABANYULE +ASN00080124 -36.1167 143.8500 -999.9 BOORT EAST +ASN00080125 -35.8876 145.3879 105.0 ULUPNA +ASN00080126 -35.7175 143.9111 77.2 KERANG MODEL FARM +ASN00080127 -36.1149 144.6282 98.0 WHARPARILLA +ASN00080128 -36.2847 143.3341 131.7 CHARLTON 94839 +ASN00081000 -37.0887 143.4747 242.0 AVOCA (POST OFFICE) +ASN00081001 -36.8000 144.4000 -999.9 LONGLEA +ASN00081002 -36.7892 143.5437 215.0 BEALIBA +ASN00081003 -36.7533 144.2825 225.3 BENDIGO PRISON +ASN00081004 -36.2667 146.0500 229.0 LAKE ROWAN (BUNGEET) +ASN00081005 -36.6500 143.9333 59.0 BRIDGEWATER (MEMSIE) +ASN00081006 -36.6722 143.5522 198.0 BURKES FLAT +ASN00081007 -36.4565 145.6569 130.0 CANIAMBO +ASN00081008 -36.5421 144.7751 144.0 COLBINABBIN +ASN00081009 -36.4000 145.1000 108.5 COOMA +ASN00081010 -36.4500 144.8000 -999.9 COROP +ASN00081011 -36.3000 145.9000 -999.9 DEVENISH POST OFFICE +ASN00081012 -36.3000 145.9000 143.9 DEVENISH +ASN00081013 -36.3717 145.7048 185.0 DOOKIE AGRICULTURAL COLLEGE +ASN00081014 -36.4500 144.4500 115.0 DRUMMARTIN +ASN00081015 -36.7333 144.2333 -999.9 EAGLEHAWK +ASN00081016 -36.4963 144.6096 130.0 ELMORE +ASN00081017 -36.4150 145.9225 160.0 GOORAMBAT +ASN00081018 -36.6000 144.5000 213.0 GOORNONG +ASN00081019 -36.7180 145.1731 122.0 NAGAMBIE (GOULBURN WEIR) +ASN00081020 -36.5753 143.8695 150.3 INGLEWOOD (POST OFFICE) +ASN00081021 -36.1500 145.6000 -999.9 INVERGORDON +ASN00081022 -36.2500 145.6000 -999.9 KATANDRA NORTH +ASN00081023 -36.2167 145.5500 114.3 KATANDRA WEST +ASN00081024 -36.5000 145.5000 -999.9 KIALLA EAST +ASN00081025 -36.8333 144.5833 199.0 KNOWSLEY POST OFFICE +ASN00081026 -36.8339 143.8917 170.0 LAANECOORIE WEIR +ASN00081027 -36.3000 146.0000 -999.9 LAKE ROWAN +ASN00081028 -36.7000 144.1000 174.0 LEICHARDT +ASN00081029 -36.3000 145.8000 140.0 BOXWOOD +ASN00081030 -36.7000 144.1000 -999.9 MARONG +ASN00081031 -36.3667 145.1333 -999.9 MERRIGUM +ASN00081032 -36.6837 145.5103 152.0 MIEPOLL SOUTH +ASN00081033 -36.6436 145.4197 138.0 MOLKA (LOWANA) +ASN00081034 -36.3989 145.3448 108.0 MOOROOPNA +ASN00081035 -36.6146 145.2143 115.0 MURCHISON +ASN00081036 -36.6500 145.2000 -999.9 MURCHISON (EAST NOORILIM) +ASN00081037 -36.7833 145.1667 131.0 NAGAMBIE CBA +ASN00081038 -36.9422 143.4711 198.1 NATTE YALLOCK +ASN00081040 -36.2000 146.2000 -999.9 PEECHELBA +ASN00081041 -36.5340 144.2080 127.1 RAYWOOD +ASN00081042 -36.5000 144.6000 -999.9 RUNNYMEDE +ASN00081043 -36.5915 145.0162 170.0 RUSHWORTH +ASN00081044 -36.3783 145.4192 110.0 GOULBURN RIVER @ SHEPPARTON +ASN00081045 -36.4000 145.5000 -999.9 SHEPPARTON EAST +ASN00081046 -36.4436 144.9828 108.0 STANHOPE +ASN00081047 -36.7729 143.8338 210.0 TARNAGULLA +ASN00081048 -36.4431 145.2300 101.3 TATURA POST OFFICE +ASN00081049 -36.4378 145.2672 114.0 TATURA INST SUSTAINABLE AG 95836 +ASN00081050 -36.7167 144.7000 185.9 TOOLLEEN (RYAN) +ASN00081051 -36.1634 145.8838 122.0 TUNGAMAH +ASN00081052 -36.6000 144.9000 110.0 WANALTA +ASN00081053 -36.5333 145.0833 121.0 WARANGA RESERVOIR +ASN00081054 -36.6000 145.1000 146.3 WHROO +ASN00081055 -36.1569 146.0125 140.2 WILBY +ASN00081056 -36.2000 145.7000 -999.9 YABBA NORTH +ASN00081057 -36.0281 146.0044 128.0 YARRAWONGA POST OFFICE +ASN00081058 -36.6022 143.9397 137.0 BRIDGEWATER (POST OFFICE) +ASN00081059 -36.4000 145.2667 -999.9 MOOROOPNA NORTH WEST +ASN00081060 -36.9000 144.3167 392.3 SEDGWICK +ASN00081061 -36.8000 144.5000 137.2 AXEDALE +ASN00081062 -36.5000 145.3000 -999.9 AKOONA +ASN00081063 -37.0833 143.4833 213.4 AVOCA +ASN00081064 -36.2000 146.0833 -999.9 BOWEYA NORTH +ASN00081065 -36.0000 145.9000 -999.9 BURRAMINE +ASN00081066 -36.4500 144.9000 -999.9 CARAG CARAG +ASN00081068 -36.7000 144.4000 -999.9 FOSTERVILLE +ASN00081069 -36.5000 143.5500 -999.9 KURRACA +ASN00081070 -36.7500 143.9000 -999.9 LAANECOORIE MECHANICS INST +ASN00081071 -36.9000 144.2000 -999.9 RAVENSWOOD +ASN00081072 -36.8000 144.8000 -999.9 REDCASTLE +ASN00081073 -36.6500 143.7000 -999.9 RHEOLA +ASN00081074 -36.9000 144.0000 -999.9 SHELBOURNE STATE SCHOOL +ASN00081075 -36.9167 144.3167 -999.9 SEDGWICK (MARYVALE) +ASN00081076 -36.2500 145.3833 110.6 TALLYGAROOPNA HOMESTEAD +ASN00081077 -36.5000 145.3000 -999.9 TOOLAMBA +ASN00081078 -36.8000 144.0000 -999.9 WOODSTOCK WEST +ASN00081079 -36.1500 145.7000 -999.9 YOUANMITE +ASN00081080 -36.3000 145.8500 -999.9 YUNDOOL +ASN00081081 -37.1000 143.6000 -999.9 BUNG BONG +ASN00081082 -36.5500 145.3000 -999.9 ARCADIA (NOORILIM PARK) +ASN00081083 -36.8465 144.5273 201.0 EPPALOCK RESERVOIR +ASN00081084 -36.3608 145.4594 113.4 LEMNOS (CAMPBELLS SOUP) +ASN00081085 -36.8589 143.7297 210.0 DUNOLLY +ASN00081086 -36.8639 144.3221 243.8 SEDGWICK +ASN00081087 -36.2567 146.0433 274.0 BUNGEET (HIGHLANDS) +ASN00081088 -36.8333 144.2333 -999.9 BIG HILL RESERVOIR +ASN00081089 -36.5692 144.0739 143.0 CAMPBELLS FOREST (YARRABERB) +ASN00081090 -36.7446 143.6788 256.0 MOLIAGUL +ASN00081091 -36.5486 143.6958 213.0 GLENALBYN (BRENANAH) +ASN00081092 -36.8645 143.9784 183.0 EASTVILLE (BONNIE BANKS) +ASN00081093 -36.9000 144.0833 268.0 MALDON (ROCKLYN) +ASN00081094 -36.4475 144.7611 137.0 COROP (VIEW FIELD) +ASN00081095 -36.5901 145.3118 119.0 MURCHISON (ARCADIA (SUNNYVILLE +ASN00081097 -36.8167 144.7333 228.6 HEATHCOTE (DARGILE) +ASN00081098 -36.7167 144.2500 222.5 EAGLEHAWK BOROUGH OFFICE +ASN00081099 -36.0000 145.7500 -999.9 KATUNGA +ASN00081100 -36.7682 143.9866 165.0 WOODSTOCK-ON-LODDON (ALEXANDRA +ASN00081101 -36.3500 146.0667 -999.9 THOONA +ASN00081104 -36.1667 145.8000 -999.9 YOUARANG +ASN00081105 -36.1000 145.9333 -999.9 TELFORD +ASN00081106 -36.4333 145.1333 -999.9 GIRGARRE (WOODTHORPE) +ASN00081107 -36.4833 145.1667 -999.9 HARSTON (COORAMINTA) +ASN00081108 -36.3667 145.7167 -999.9 COSGROVE (KOIMBURRA) +ASN00081109 -36.6667 144.8167 115.0 WANALTA (MCEVOY) +ASN00081113 -36.6667 144.8833 114.0 WANALTA RAGLIS PROPERTY +ASN00081114 -36.4344 145.2278 114.0 TATURA (THIESS SERVICES) +ASN00081115 -36.6284 144.8726 115.0 WANALTA DAEN STATION +ASN00081116 -36.4556 146.0239 168.0 CHESNEY VALE (LAKE MOKOAN NO 1 +ASN00081117 -36.4717 146.1367 170.0 LAKE MOKOAN 2 +ASN00081118 -36.8093 144.6203 213.0 KNOWSLEY +ASN00081119 -36.0967 146.2200 130.0 BUNDALONG SOUTH +ASN00081120 -36.5886 145.0198 160.0 RUSHWORTH (RAGLUS) +ASN00081121 -36.8444 144.2444 340.0 SANDHURST RESERVOIR +ASN00081122 -37.0382 143.4812 235.0 AVOCA (HOMEBUSH) +ASN00081123 -36.7395 144.3266 208.0 BENDIGO AIRPORT 94855 +ASN00081124 -36.0294 146.0306 128.9 YARRAWONGA 94862 +ASN00081125 -36.4289 145.3947 113.9 SHEPPARTON AIRPORT 94875 +ASN00081126 -36.7383 144.2550 -999.9 LONG GULLY +ASN00081127 -36.8867 143.5022 -999.9 AVOCA RIVER AT ARCHDALE JUNCTI +ASN00082000 -36.1135 146.6841 182.0 BARNAWARTHA +ASN00082001 -36.3702 146.7132 580.0 BEECHWORTH COMPOSITE +ASN00082002 -36.5483 145.9703 169.5 BENALLA (SHADFORTH STREET) +ASN00082003 -36.6500 146.0000 -999.9 BENALLA ILFORD +ASN00082004 -36.6667 145.9667 192.0 BENALLA SHARON +ASN00082005 -36.1000 147.1000 -999.9 BETHANGA LOWER +ASN00082006 -36.2222 146.2831 142.0 BOORHAMAN +ASN00082007 -36.0000 147.5500 204.2 BURROWYE +ASN00082008 -36.4552 147.4318 395.0 CALLAGHAN CREEK STATION +ASN00082009 -36.6085 146.5371 238.0 CARBOOR +ASN00082010 -36.1491 146.6106 209.0 CHILTERN (POST OFFICE) +ASN00082011 -36.2003 147.8956 313.5 CORRYONG (PARISH LANE) +ASN00082012 -36.4000 147.6000 -999.9 CRAVENSVILLE +ASN00082013 -36.2000 147.8000 -999.9 CUDGEWA STATE SCHOOL +ASN00082014 -36.2000 147.9000 152.4 CUDGEWA NORTH +ASN00082015 -36.3084 146.5229 195.0 ELDORADO +ASN00082016 -36.7545 145.5727 181.0 EUROA +ASN00082017 -36.4000 146.5500 -999.9 EVERTON +ASN00082018 -36.7691 147.6956 610.0 UPLANDS (GIBBO RIVER PARK) +ASN00082019 -36.9000 145.6000 61.0 GOORAM GONG +ASN00082020 -36.6000 146.3000 -999.9 HANSONVILLE +ASN00082021 -36.0964 146.6008 200.0 INDIGO +ASN00082022 -36.4472 147.0467 223.0 KERGUNYAH SOUTH +ASN00082023 -36.7000 146.4000 -999.9 KING VALLEY +ASN00082024 -36.1523 147.4938 595.0 KOETONG +ASN00082025 -36.8167 145.9500 190.5 LIMA EAST +ASN00082026 -36.2833 147.6167 -999.9 LUCYVALE +ASN00082027 -36.6000 146.4000 -999.9 MEADOW CREEK +ASN00082028 -36.2000 146.9000 -999.9 MIDDLE CREEK (LENEVA) +ASN00082029 -36.4560 146.4299 158.0 MILAWA BROWN BROS +ASN00082030 -36.5500 147.4000 356.6 MITTA MITTA +ASN00082032 -36.5760 146.3784 170.0 MOYHU +ASN00082033 -36.6975 146.2852 271.0 MYRRHEE (JOELYN) +ASN00082034 -36.5667 146.7333 222.5 MYRTLEFORD POST OFFICE +ASN00082035 -36.3336 147.7968 430.0 NARIEL CREEK (SIMPSON) +ASN00082036 -36.3000 146.9000 -999.9 OSBORNES FLAT +ASN00082037 -36.9667 145.5000 510.5 RUFFY +ASN00082038 -36.0550 146.4783 169.0 RUTHERGLEN POST OFFICE +ASN00082039 -36.1047 146.5094 175.0 RUTHERGLEN RESEARCH 95837 +ASN00082040 -36.0500 146.4000 121.9 RUTHERGLEN NETHERBY WINE +ASN00082041 -36.1859 146.4694 190.0 SPRINGHURST +ASN00082042 -36.8472 145.7308 502.0 STRATHBOGIE 95843 +ASN00082043 -36.7872 145.8225 557.0 STRATHBOGIE NORTH +ASN00082044 -36.4333 147.2000 -999.9 TALLANDOON POST OFFICE +ASN00082045 -36.2161 147.1764 205.0 TALLANGATTA DCNR +ASN00082046 -36.2506 147.0258 173.0 TANGAMBALANGA NE DAIRY +ASN00082047 -36.1871 147.3551 220.0 TALLANGATTA (BULLIOH) +ASN00082048 -36.3000 148.0000 -999.9 THOWGLA UPPER +ASN00082049 -36.6425 145.7234 183.0 VIOLET TOWN +ASN00082050 -36.0000 146.4000 -999.9 WAHGUNYAH NURSERY +ASN00082051 -36.0000 146.4000 138.0 WAHGUNYAH +ASN00082052 -35.9645 147.7374 215.0 WALWA +ASN00082053 -36.3667 146.3000 150.0 WANGARATTA +ASN00082054 -36.6500 145.8833 259.0 WARRENBAYNE (BADDAGINNIE) +ASN00082055 -36.5031 146.6019 181.0 WHOROULY +ASN00082056 -36.1167 146.9000 152.0 WODONGA EXPRESS +ASN00082057 -36.3025 146.7299 392.0 WOORAGEE +ASN00082058 -36.3111 146.8381 301.0 YACKANDANDAH +ASN00082059 -36.4167 146.7667 -999.9 STANLEY STATE FOREST +ASN00082060 -36.1992 148.0244 280.0 TOWONG UPPER +ASN00082061 -36.7025 146.0342 235.0 SWANPOOL (TIREE) +ASN00082062 -36.0508 147.9389 250.0 TINTALDRA +ASN00082063 -36.6833 147.2333 -999.9 ESKDALE (LITTLE SNOWY CREEK) +ASN00082064 -36.4167 146.8667 -999.9 BRUARONG +ASN00082065 -36.2833 147.4000 -999.9 WYEEBOO +ASN00082066 -36.2000 147.9000 256.0 CORRYONG FORESTRY +ASN00082067 -36.7333 147.7667 -999.9 GIBBO RIVER AREA (PEACEFUL VAL +ASN00082068 -36.5293 147.3749 320.0 MITTA MITTA FORESTRY +ASN00082069 -36.5531 146.4583 202.0 BOBINAWARRAH +ASN00082070 -36.7000 145.6000 -999.9 BALMATTUM EAST +ASN00082071 -36.1500 146.6500 -999.9 BARNAWARTHA +ASN00082072 -36.5500 145.9500 -999.9 BENALLA (RYANS CREEK 1) +ASN00082073 -36.5500 145.9500 -999.9 BENALLA (RYANS CREEK 2) +ASN00082074 -36.2500 147.7000 -999.9 BERRINGAMA +ASN00082075 -36.3000 148.0500 -999.9 BIGGARA +ASN00082076 -36.5353 147.4984 365.0 DARTMOUTH RESERVOIR 94888 +ASN00082077 -36.5000 147.0000 -999.9 DEDERANG +ASN00082078 -36.4500 147.3000 -999.9 ESKDALE +ASN00082079 -36.5000 146.2000 -999.9 GLENROWAN +ASN00082080 -36.9000 145.6000 -999.9 GOORAM (LARNEUK) +ASN00082081 -36.0000 146.5000 -999.9 GOORAMADDA +ASN00082082 -36.2000 147.0000 -999.9 HUON LANE +ASN00082083 -36.8040 145.4180 180.0 LONGWOOD +ASN00082084 -36.7136 145.7603 330.0 BOHO (HONEYSUCKLE CK U/S VIOLE +ASN00082085 -36.1000 146.5500 -999.9 RUTHERGLEN VITICULTURE COLLEGE +ASN00082086 -36.6000 147.4000 122.0 SNOWY CREEK STATION (ROCKALPIN +ASN00082087 -36.4000 146.8000 -999.9 STANLEY +ASN00082088 -36.1347 146.8889 158.0 WODONGA SOUTH +ASN00082089 -37.0018 145.5680 552.0 TERIP TERIP +ASN00082090 -36.4793 147.0297 261.0 DEDERANG +ASN00082091 -36.1667 147.3500 -999.9 HINDLETON (MONIVAE) +ASN00082092 -36.1821 147.5515 745.0 SHELLEY +ASN00082093 -36.4658 146.2217 305.0 GLENROWAN POST OFFICE +ASN00082094 -36.5950 145.8650 -999.9 BADDAGINNIE +ASN00082096 -36.9005 145.5228 276.0 CREIGHTONS CREEK (BARONGA (CRE +ASN00082097 -36.1873 147.3050 210.0 BULLIOH (WOOD HILL) +ASN00082098 -36.7497 146.1178 250.0 TATONG (ALANDALE) +ASN00082099 -36.5171 147.0710 260.0 GUNDOWRING UPPER +ASN00082100 -36.1333 147.0000 198.0 BONEGILLA +ASN00082101 -36.4264 146.5106 150.0 EVERTON (DAWSON) +ASN00082102 -36.1430 147.3772 320.0 BULLIOH (HINDLETON) +ASN00082103 -36.0243 147.5475 224.0 BURROWYE STATION +ASN00082105 -36.8314 146.3982 292.6 WHITFIELD (KING RIVER AT CHESH +ASN00082107 -36.8550 146.0046 273.0 LIMA SOUTH (LAKE NILLAHCOOTIE) +ASN00082109 -36.6133 146.1131 210.0 MOLYULLAH (KILLANOOLA) +ASN00082110 -36.7333 146.1167 -999.9 TATONG +ASN00082111 -36.4970 146.6634 266.0 GAPSTED +ASN00082112 -36.6533 146.8567 -999.9 OVENS RIVER @ EUROBIN +ASN00082113 -36.5617 146.7125 205.0 MYRTLEFORD +ASN00082114 -36.3500 146.3333 -999.9 WANGARATTA TOWN HALL +ASN00082115 -36.4667 146.0333 -999.9 BENALLA (FARNLEY) +ASN00082116 -36.6083 146.3583 -999.9 MYRRHEE (BOGGY CK AT ANGLESIDE +ASN00082117 -36.1256 147.0995 262.0 BETHANGA +ASN00082118 -36.6333 146.7000 -999.9 BUFFALO RIVER SOUTH +ASN00082119 -36.5000 146.5500 -999.9 WHOROULY NORTH +ASN00082120 -36.5100 147.2061 345.0 ESKDALE (LAUREL HILL) +ASN00082121 -36.3500 146.3417 -999.9 OVENS RIVER (WANGARATTA) +ASN00082122 -36.1167 146.1333 164.0 WODONGA SENTINEL OFFICE +ASN00082123 -36.0500 147.9333 -999.9 TINTALDRA (JEPHCOTT) +ASN00082124 -36.8167 145.7667 547.1 STRATHBOGIE PINE RIDGE +ASN00082126 -36.8833 145.7000 159.0 STRATHBOGIE (BRAE BANK) +ASN00082127 -36.1425 146.2486 140.0 PEECHELBA EAST +ASN00082128 -36.5131 146.4483 -999.9 HURDLE CK AT BOBINAWARRAH +ASN00082129 -37.0167 145.8000 338.0 WOODFIELD +ASN00082130 -36.2619 146.8556 780.0 MOUNT BARANDUDA TELECOM +ASN00082134 -36.6936 145.8785 225.0 WARRENBAYNE +ASN00082135 -36.2333 146.7833 366.0 INDIGO UPPER (YARRANDOO) +ASN00082136 -36.7864 145.6081 182.0 EUROA (BOONAH) +ASN00082137 -36.3192 146.6803 330.0 BEECHWORTH WOOLSHED 94895 +ASN00082138 -36.4206 146.3056 152.6 WANGARATTA AERO 94889 +ASN00082139 -36.2136 147.5394 981.0 HUNTERS HILL 94878 +ASN00082140 -36.8542 145.9381 340.0 LIMA EAST (CHARNWOOD) +ASN00082141 -36.6733 145.4961 140.0 EUROA (MIEPOLL) +ASN00082142 -36.9461 146.2197 915.0 TOLMIE (MOUNT TABLETOP REPEATE +ASN00082143 -36.7861 145.6581 220.0 SHEANS CREEK (HERONSLEA) +ASN00082144 -36.8167 145.6400 300.0 KELVIN VIEW (WATERHOUSE RESERV +ASN00082145 -36.8753 145.5783 255.0 GOORAM (HILLSIDE) +ASN00082146 -36.9322 145.5842 320.0 GOORAM (MORELLA) +ASN00082147 -36.9217 145.6769 495.0 MERTON (ENDERLEE) +ASN00082148 -36.8278 145.8494 590.0 TOO ROUR (MOROKO PARK) +ASN00082149 -36.7858 145.5683 190.0 EUROA (CASTLE CK AT TELFORD BR +ASN00082151 -36.8628 145.7333 470.0 SEVEN CREEKS AT STRATHBOGIE +ASN00082153 -36.8206 145.7050 580.0 KITHBROOK (BALQUHAIN) +ASN00082154 -36.8892 145.6814 440.0 SEVEN CREEKS AT D/S POLLY MCQU +ASN00082155 -36.8211 146.1278 430.0 HOLLAND CK AT WRIGHTLEY +ASN00082156 -36.7903 146.2800 -999.9 MYRHEE (HANDCOCKS) +ASN00082157 -36.7400 146.3400 -999.9 MYRRHEE (CRYERS) +ASN00082158 -36.7478 146.5362 -999.9 EDI UPPER (BLACK RANGE TROUT F +ASN00082162 -36.5775 146.8203 253.0 HAPPY VALLEY CREEK AT ROSEWHIT +ASN00082163 -36.6364 146.5547 298.0 CARBOOR UPPER +ASN00082165 -36.9502 146.0095 312.2 STUMP HILL (BARJARG) +ASN00082166 -36.4186 146.5572 251.0 BLOOMFIELD PARK (EVERTON) +ASN00082167 -36.5344 146.2181 174.0 GRETA WEST +ASN00082168 -36.2153 147.3189 247.0 BULLIOH (SOLDIER SETTLERS RD) +ASN00082169 -36.1828 147.8938 290.0 CORRYONG AIRPORT 94899 +ASN00082170 -36.5523 145.9977 170.5 BENALLA AIRPORT 94884 +ASN00083000 -36.9064 146.2389 907.0 ARCHERTON +ASN00083001 -36.8799 147.0620 -999.9 OVENS RIVER @ HARRIETVILLE +ASN00083002 -37.0000 146.0000 313.3 BARJARG +ASN00083003 -36.9456 147.7407 700.0 BENAMBRA (EVANDALE) +ASN00083004 -36.8056 147.2239 718.0 BOGONG +ASN00083005 -36.7000 147.0000 305.4 BRIGHT POST OFFICE +ASN00083006 -37.0333 147.2667 -999.9 COBUNGRA +ASN00083008 -36.8064 146.6250 344.0 DANDONGADALE (MOUNTAIN VIEW) +ASN00083009 -37.1500 146.1000 -999.9 DELATITE +ASN00083010 -36.6344 146.8628 266.0 EUROBIN +ASN00083011 -36.9000 147.5000 -999.9 GLEN VALLEY (GLEN WILLS) +ASN00083012 -36.8925 147.0644 396.0 HARRIETVILLE +ASN00083013 -37.0167 147.6667 688.8 HINNOMUNJIE +ASN00083014 -36.9833 147.1500 1783.1 HOTHAM HEIGHTS +ASN00083015 -37.2333 146.1500 295.7 HOWQUA +ASN00083016 -37.2000 146.3000 -999.9 HOWQUA HILLS +ASN00083017 -37.3014 146.1406 300.0 JAMIESON +ASN00083019 -37.0525 146.0872 316.0 MANSFIELD (POST OFFICE) +ASN00083020 -37.0500 146.0833 -999.9 MANSFIELD 2 +ASN00083021 -37.1000 146.2667 527.0 MERRIJIG +ASN00083022 -37.1000 146.2000 -999.9 MERRIJIG +ASN00083023 -36.7450 147.1633 365.8 MOUNT BEAUTY +ASN00083024 -37.1450 146.4394 1707.0 MOUNT BULLER 94894 +ASN00083025 -37.1011 147.5980 685.0 OMEO COMPARISON +ASN00083026 -37.2000 147.5500 -999.9 OMEO VALLEY +ASN00083027 -36.8000 147.0000 -999.9 SMOKO +ASN00083028 -36.9000 147.8000 -999.9 THE BROTHERS +ASN00083029 -37.0000 146.2000 762.0 TOLMIE (LANGLEY) +ASN00083030 -37.0000 146.2000 -999.9 TOLMIE STATE SCHOOL +ASN00083031 -36.7513 146.4156 240.0 WHITFIELD +ASN00083032 -36.8473 146.3225 816.0 WHITLANDS (BURDER'S LANE) +ASN00083033 -37.5696 146.2541 680.0 WOODS POINT +ASN00083034 -37.6333 146.1333 1158.2 THOMSON UPPER +ASN00083035 -36.9257 147.4230 800.0 OMEO SHANNON VALE +ASN00083036 -37.3667 146.2167 -999.9 KEVINGTON (TEN MILE) +ASN00083037 -36.8633 147.2794 1510.0 FALLS CREEK SEC +ASN00083038 -36.6566 147.1283 295.0 TAWONGA +ASN00083039 -37.5550 146.4933 1199.0 CONNORS PLAIN RWC +ASN00083040 -36.8000 146.6500 -999.9 DANDONGADALE (ABBEYARDS) +ASN00083041 -37.1167 146.3000 610.0 TIMBERTOP +ASN00083042 -37.5667 146.5833 -999.9 LICOLA (WILLOW CREEK) +ASN00083043 -36.8756 147.2886 1661.2 FALLS CREEK (ROCKY VALLEY) +ASN00083044 -37.0000 146.1667 -999.9 BARWITE (BARRAGUNDA) +ASN00083045 -37.6167 146.2833 -999.9 JORDAN +ASN00083046 -36.8000 146.8500 -999.9 BUCKLAND LOWER +ASN00083047 -37.2500 146.0167 -999.9 DARLINGFORD +ASN00083048 -36.8667 147.4667 -999.9 GLEN WILLS (DARVALL) +ASN00083049 -36.9167 147.4500 -999.9 GLEN WILLS (SHANNON VALE) +ASN00083050 -37.0500 146.0833 315.8 MANSFIELD (WOLVERTON) +ASN00083051 -37.0000 147.1000 -999.9 MOUNT ST BERNARD +ASN00083052 -37.1000 147.5833 -999.9 OMEO THE PINES +ASN00083053 -36.6167 147.1167 -999.9 TAWONGA +ASN00083054 -36.9167 147.2833 -999.9 BOGONG HIGH PLAINS +ASN00083055 -37.0491 147.3347 1295.4 DINNER PLAIN (MOUNT HOTHAM AIR 94905 +ASN00083056 -37.3667 146.1667 313.3 KEVINGTON +ASN00083057 -36.6074 146.7888 235.0 MYRTLEFORD (OVENS RESEARCH STA +ASN00083058 -36.8547 146.8581 500.0 HALLS (BUCKLAND RIVER AT TWELV +ASN00083061 -36.7000 146.9333 279.0 POREPUNKAH +ASN00083064 -36.9410 147.7779 718.0 BENAMBRA (THE BROTHERS) +ASN00083065 -36.8190 146.4818 357.0 CHESHUNT EURANGIE PARK +ASN00083066 -37.6050 146.2167 1207.0 MATLOCK +ASN00083067 -36.7313 146.9614 319.0 BRIGHT +ASN00083068 -37.0833 147.6000 -999.9 OMEO SHAMROCK PARK +ASN00083069 -36.8333 147.5000 -999.9 SUNNYSIDE +ASN00083070 -36.8500 146.4000 305.0 CHESHUNT SOUTH +ASN00083073 -36.7220 146.8189 1350.0 MOUNT BUFFALO CHALET +ASN00083074 -36.9136 146.3864 440.0 LAKE WILLIAM HOVELL RESERVOIR +ASN00083077 -37.0322 146.3508 1202.0 BALD HILL +ASN00083078 -36.7667 146.7833 1555.0 MOUNT BUFFALO (CRESTA) +ASN00083079 -36.7132 146.6717 280.0 LAKE BUFFALO +ASN00083080 -37.5164 145.9497 640.0 BIG RIVER (MESSMATE RIDGE) +ASN00083081 -36.9833 147.1478 1750.0 MOUNT HOTHAM +ASN00083083 -36.7396 146.4671 365.0 EDI UPPER 95838 +ASN00083084 -36.8708 147.2755 1765.0 FALLS CREEK 94903 +ASN00083085 -36.9767 147.1342 1849.0 MOUNT HOTHAM 94906 +ASN00083086 -36.7500 146.8833 152.4 BROOKSIDE +ASN00083090 -37.1017 147.6008 689.8 OMEO 94908 +ASN00083091 -37.3016 146.1489 340.0 JAMIESON LICOLA RD +ASN00084000 -37.1178 148.9653 793.0 BENDOC PARK +ASN00084001 -37.1136 147.8119 510.0 BINDI +ASN00084002 -37.1712 148.7228 673.0 BONANG +ASN00084003 -37.7073 147.8314 22.0 BRUTHEN (POST OFFICE) +ASN00084004 -37.3000 148.2000 262.1 BUCHAN (GILLINGALL) +ASN00084005 -37.5035 148.1692 140.0 BUCHAN +ASN00084006 -37.4000 148.3000 624.8 BUTCHERS RIDGE POST OFFICE +ASN00084007 -37.2789 148.2544 740.0 BUTCHERS RIDGE +ASN00084008 -37.7084 148.7093 25.0 CABBAGE TREE CREEK +ASN00084009 -37.5414 148.9386 98.0 CLUB TERRACE +ASN00084010 -37.4000 149.0167 -999.9 COMBIENBAR +ASN00084011 -37.5000 147.2500 207.3 DARGO +ASN00084012 -37.4583 147.2519 205.0 DARGO +ASN00084013 -37.0667 148.8000 1036.0 DELEGATE RIVER +ASN00084014 -37.1060 148.6862 591.0 DELLICKNORA (TELLICURA) +ASN00084015 -37.3757 147.8373 240.0 ENSAY +ASN00084016 -37.5679 149.9158 15.2 GABO ISLAND LIGHTHOUSE 94933 +ASN00084017 -37.2500 148.3000 780.0 GELANTIPY EAST +ASN00084018 -37.4833 149.5667 -999.9 GENOA +ASN00084019 -37.7500 147.2500 -999.9 GLENALADALE (LARAPINTA) +ASN00084020 -37.4194 147.1161 250.0 HAWKHURST +ASN00084021 -37.9000 147.9000 -999.9 KALIMNA +ASN00084022 -37.8833 148.0000 5.0 LAKES ENTRANCE POST OFFICE +ASN00084023 -37.7833 148.5333 24.4 MARLO +ASN00084024 -37.6333 148.6833 -999.9 MURRUNGOWAR +ASN00084025 -37.8507 147.7664 11.0 NICHOLSON (YENDALOCK) +ASN00084026 -37.5667 149.1500 76.2 NOORINBEE +ASN00084027 -37.5333 149.1500 88.4 CANN RIVER FORESTRY +ASN00084028 -37.7279 148.0958 30.0 NOWA NOWA +ASN00084029 -37.6667 148.1833 61.0 NOWA NOWA (WAIREWA) +ASN00084030 -37.6917 148.4589 41.0 ORBOST (COMPARISON) 94917 +ASN00084031 -37.7000 148.5667 11.0 BRODRIBB RIVER +ASN00084032 -37.4000 147.9000 257.6 REEDY FLAT +ASN00084033 -37.5000 148.5333 -999.9 SARDINE CREEK +ASN00084034 -37.7500 147.7000 -999.9 SARSFIELD +ASN00084035 -37.2618 147.7229 293.0 SWIFTS CREEK +ASN00084036 -37.7500 148.9667 3.0 BEMM RIVER (SYDENHAM INLET) +ASN00084037 -37.1794 147.7072 420.0 TONGIO (BROOKLANDS) +ASN00084038 -37.1000 148.3000 853.4 WULGULMERANG +ASN00084039 -37.0707 148.5906 451.0 TUBBUT +ASN00084040 -37.3721 149.4740 151.0 WANGARABELL +ASN00084041 -37.4667 149.6667 24.4 GIPSY POINT +ASN00084042 -37.3667 148.6833 280.4 GOONGERAH LOWER +ASN00084043 -37.2333 147.8833 1036.3 BENTLEYS PLAINS +ASN00084044 -37.0071 148.2666 919.0 BLACK MOUNTAIN +ASN00084045 -37.8526 148.0638 21.0 LAKE TYERS +ASN00084046 -37.4167 148.5833 -999.9 MARTIN VALE +ASN00084047 -37.8833 147.8500 -999.9 METUNG +ASN00084048 -37.1167 147.8167 -999.9 BINDI (LEOMINSTER) +ASN00084049 -37.2000 148.7000 -999.9 BONANG (GOOMGERAH) +ASN00084050 -37.5000 148.9000 -999.9 BOULDER FLAT +ASN00084051 -37.5000 148.1833 -999.9 BUCHAN (ALMA VALE) +ASN00084052 -37.5000 148.1833 -999.9 BUCHAN (BASIN RANCH) +ASN00084053 -37.5000 148.1833 -999.9 BUCHAN STATE SCHOOL +ASN00084054 -37.3500 147.8000 -999.9 ENSAY +ASN00084055 -37.3500 147.8167 -999.9 ENSAY (BOONAHBIRA) +ASN00084056 -37.4667 149.6667 -999.9 GENOA (GIPSY POINT) +ASN00084057 -37.2167 148.2667 786.0 GELANTIPY +ASN00084058 -37.3000 149.3000 -999.9 KOWAT +ASN00084059 -37.5500 149.6833 -999.9 MALLACOOTA WEST +ASN00084060 -37.7333 148.1167 -999.9 NOWA NOWA RAILWAY STATION +ASN00084061 -37.2500 147.7167 487.7 SWIFTS CREEK BUTTER FACTORY +ASN00084062 -37.6000 147.3500 -999.9 TABBERABBERA +ASN00084063 -37.3000 147.0000 -999.9 TALBOTVILLE +ASN00084065 -37.2500 147.6333 -999.9 TONGIO WEST +ASN00084066 -37.6000 149.1000 -999.9 TONGHI CREEK 1 +ASN00084067 -37.3000 149.4000 -999.9 WROXHAM +ASN00084068 -36.9500 148.3333 -999.9 SUGGAN BUGGAN +ASN00084069 -37.5333 149.4667 -999.9 KARLO CREEK STATION +ASN00084070 -37.8017 149.2747 27.0 POINT HICKS (LIGHTHOUSE) 94932 +ASN00084072 -37.5697 149.0625 91.0 TONGHI CREEK (POST OFFICE) +ASN00084073 -37.5667 149.7500 12.2 MALLACOOTA POST OFFICE +ASN00084074 -37.4167 149.1833 178.3 NOORINBEE NORTH +ASN00084075 -37.5500 148.8000 -999.9 GLENARTE +ASN00084076 -37.2833 149.1333 335.3 BULDAH +ASN00084077 -37.1500 148.8833 914.4 BENDOC FORESTRY +ASN00084078 -37.7513 147.7301 8.0 SARSFIELD EAST +ASN00084079 -37.6833 148.8000 170.1 MANORINA +ASN00084080 -37.8167 147.6167 14.0 BAIRNSDALE POST OFFICE +ASN00084081 -37.8000 147.6000 15.2 BAIRNSDALE (CLOVELLY) +ASN00084082 -37.8167 147.6167 51.8 BAIRNSDALE 1 +ASN00084083 -37.8692 147.9961 43.0 LAKES ENTRANCE +ASN00084084 -37.5976 149.7289 22.0 MALLACOOTA 94935 +ASN00084085 -37.4315 149.0003 178.0 COMBIENBAR +ASN00084086 -37.8167 147.8667 -999.9 SWAN REACH (TAMBO VALE) +ASN00084087 -37.5833 147.3667 116.0 TABBERABBERA (THE PINES) +ASN00084089 -37.3333 147.6167 750.0 BROOKVILLE +ASN00084090 -37.5058 147.8476 195.0 TAMBO CROSSING +ASN00084091 -37.6500 147.5333 -999.9 BULLUMWAAL POST OFFICE +ASN00084092 -37.7283 147.5167 152.0 MELWOOD (BUNDALEER) +ASN00084093 -37.7132 148.3954 20.0 BETE BOLONG (RUSSELLS ESTATE) +ASN00084094 -37.3161 148.0461 395.0 BUCHAN (TIMBARRA) +ASN00084095 -37.4333 147.3167 472.0 DARGO (HOMELEA) +ASN00084096 -37.5455 148.1357 240.0 BUCHAN SOUTH +ASN00084097 -37.6778 147.5500 -999.9 BULLUMWAAL +ASN00084099 -37.8833 147.8833 6.0 METUNG (BELL POINT) +ASN00084100 -37.8333 147.6206 10.0 BAIRNSDALE WATERWORKS +ASN00084101 -37.4333 147.1500 -999.9 DARGO (BLACK SNAKE CREEK STATI +ASN00084102 -37.1333 148.6664 -999.9 CABANANDRA (GREENHAVEN) +ASN00084103 -37.8000 148.5333 21.3 MARLO (JORGENSEN) +ASN00084104 -37.6183 148.7100 609.6 MURRUNGOWAR (DOUTHAT) +ASN00084105 -37.3667 148.9167 -999.9 ERRINUNDRA +ASN00084106 -37.2239 148.8244 895.0 BENDOC +ASN00084107 -37.0826 148.2791 914.4 WULGULMERANG (PLEASANT VIEW) +ASN00084108 -37.8333 147.6500 5.0 BAIRNSDALE +ASN00084109 -37.5006 148.2717 -999.9 BUCHAN (SNOWY RIVER AT D/S BAS +ASN00084111 -37.1014 148.4308 270.0 DEDDICK +ASN00084112 -37.5656 149.1504 93.0 CANN RIVER +ASN00084114 -37.7500 148.0833 313.9 MOUNT NOWA NOWA +ASN00084115 -37.8167 147.8833 -999.9 SWAN REACH +ASN00084116 -37.6500 147.7000 -999.9 WATERHOLES +ASN00084117 -37.6667 149.3333 579.1 MOUNT DRUMMER +ASN00084118 -37.4900 147.1658 200.0 WONNAGATTA RIVER @ WATERFORD +ASN00084119 -37.4000 147.8833 -999.9 REEDY FLAT (TRINAFOUR) +ASN00084120 -37.3167 148.7000 240.8 GOONGERAH +ASN00084121 -37.7014 148.4569 45.4 ORBOST SRWSC +ASN00084122 -37.4772 149.6386 21.0 GENOA (FOOLS HAVEN) +ASN00084123 -37.3475 149.4806 210.0 WROXHAM NO 2 +ASN00084124 -37.5833 148.8833 -999.9 SANS SOUCI +ASN00084125 -37.3811 147.1067 255.0 CROOKED RIVER +ASN00084126 -37.0847 148.4131 -999.9 MCKILLOP'S BRIDGE (SNOWY RIVER +ASN00084128 -37.3564 149.2058 240.0 WEERAGUA (CANN RIVER (EAST BRA +ASN00084129 -37.6833 148.3333 110.0 BETE BOLONG FCV PLANTATION +ASN00084130 -37.6333 149.3333 170.0 WINGAN INLET ROAD +ASN00084131 -37.7667 148.0667 90.0 NOWA NOWA FCV PLANTATION +ASN00084132 -37.3339 148.8742 1100.0 ERRINUNDRA PLATEAU +ASN00084134 -37.3397 148.7120 277.0 GOONGERAH +ASN00084135 -37.0833 148.4833 -999.9 DEDDICK NATIONAL PARK +ASN00084136 -37.2667 148.2500 732.0 BUTCHERS RIDGE (ITA) +ASN00084137 -37.4283 148.1983 -999.9 MURRINDAL +ASN00084138 -37.4000 148.6667 210.0 GOONGERAH SOUTH +ASN00084139 -37.2333 149.0667 1000.0 BENDOC COAST RANGE +ASN00084140 -37.7962 147.7559 42.0 NICHOLSON WINERY +ASN00084142 -37.2200 148.2625 755.0 GELANTIPY 94913 +ASN00084143 -37.3417 149.0228 640.0 COMBIENBAR AWS 94914 +ASN00084144 -37.6924 148.0908 350.0 MOUNT NOWA NOWA 94930 +ASN00084145 -37.6922 148.4667 62.7 ORBOST 95918 +ASN00084147 -37.8164 147.5714 20.0 BAIRNSDALE (MITCHELL RIVER @ R +ASN00084148 -37.8385 147.8312 19.0 METUNG (SUNNYBANK) +ASN00084150 -37.8717 148.0060 4.0 LAKES ENTRANCE (EASTERN BEACH 95904 +ASN00085000 -37.7000 146.3667 1060.0 ABERFELDY +ASN00085001 -38.6775 146.3769 7.0 AGNES RIVER +ASN00085002 -38.4000 146.3000 289.6 ALDIVALOCH (BUDGEREE) +ASN00085003 -38.6167 146.6667 10.0 ALBERTON POST OFFICE +ASN00085004 -38.2000 146.1000 -999.9 ALLAMBEE STATE SCHOOL +ASN00085005 -38.3938 146.4651 695.0 TRARALGON CREEK (MOUNT HOOGHLY +ASN00085006 -38.3930 146.5132 560.0 LE ROY (TAYLORS RD QUARRY) +ASN00085007 -38.4307 146.5398 585.0 BALOOK +ASN00085008 -38.4000 146.6000 -999.9 BALOOK +ASN00085009 -38.1951 146.5293 -999.9 TRARALGON EPA +ASN00085010 -37.9667 147.4667 -999.9 BENGWORDEN +ASN00085011 -38.4000 146.6500 658.4 BLACKWARRY +ASN00085012 -37.9000 147.0000 -999.9 BOISDALE +ASN00085013 -38.3500 146.2000 -999.9 BOOLA BOOLA CAMP +ASN00085014 -38.3500 146.2000 289.6 BOOLARRA +ASN00085015 -38.4322 146.3806 442.0 BUDGEREE EAST (CLAREMONT) +ASN00085016 -37.8667 147.0167 40.0 BUSHY PARK +ASN00085017 -38.3833 146.6000 549.0 CALLIGNEE SOUTH +ASN00085018 -38.3667 146.7000 548.6 CARRAJUNG POST OFFICE +ASN00085019 -38.3000 146.1000 -999.9 CHILDERS +ASN00085020 -38.0373 147.1780 3.0 CLYDEBANK +ASN00085021 -37.7000 146.5167 1440.0 MOUNT USEFUL +ASN00085022 -38.0133 146.7264 -999.9 DENISON (WANDOCKA STATE SCHOOL +ASN00085023 -38.1383 145.8600 135.0 DROUIN BOWLING CLUB +ASN00085024 -38.1000 145.8000 121.9 DROUIN WEST +ASN00085025 -38.1833 147.2000 23.0 DUTSON +ASN00085026 -37.9743 146.3735 445.0 ERICA +ASN00085027 -37.9000 147.3000 -999.9 FERNBANK +ASN00085028 -38.7200 146.0633 70.0 FISH CREEK +ASN00085029 -38.6520 146.1997 33.0 FOSTER (POST OFFICE) +ASN00085030 -38.4455 146.2699 320.0 BOOLARRA SOUTH +ASN00085032 -37.9500 146.1333 434.3 FUMINA SOUTH +ASN00085033 -38.4228 147.0864 15.0 GIFFARD +ASN00085034 -37.9085 146.8046 95.0 GLENMAGGIE WEIR +ASN00085035 -37.8833 146.7500 100.0 GLENMAGGIE (THE LAURELS) +ASN00085036 -38.3000 146.7000 -999.9 GORMANDALE EAST +ASN00085037 -38.6333 146.4500 -999.9 HAZEL PARK +ASN00085038 -38.0000 146.9000 -999.9 HEYFIELD STATE SCHOOL +ASN00085039 -38.0000 146.1500 -999.9 HILL END POST OFFICE +ASN00085040 -38.6911 146.1486 145.0 FISH CREEK (HODDLE RANGE) +ASN00085041 -38.6131 145.7039 40.0 INVERLOCH +ASN00085042 -38.0220 145.8884 250.0 JINDIVICK +ASN00085043 -38.0117 145.9117 -999.9 JINDIVICK NORTH +ASN00085044 -38.4000 146.4000 -999.9 JUMBUK +ASN00085045 -38.4350 145.8178 205.0 KORUMBURRA +ASN00085046 -38.0620 145.8041 77.0 LABERTOUCHE +ASN00085047 -38.2000 145.8667 137.2 LARDNER (BRANDIE BRAES) +ASN00085048 -38.4667 145.9667 88.4 LEONGATHA +ASN00085049 -38.4842 145.9329 51.8 LEONGATHA STH GIPPSLAND WATER +ASN00085050 -37.8010 147.4578 35.0 LINDENOW +ASN00085051 -37.8100 146.0217 -999.9 LOCH VALLEY PLANTATION +ASN00085052 -38.5000 146.7000 -999.9 MACKS CREEK +ASN00085053 -38.5060 146.5187 270.0 MADALYA +ASN00085054 -38.0000 147.0000 25.9 MAFFRA SHIRE HALL +ASN00085055 -37.9664 146.9831 27.0 MAFFRA FORESTRY OFFICE +ASN00085056 -38.4833 146.1167 213.4 MARDAN SOUTH +ASN00085057 -38.2333 146.4167 40.5 MARYVALE +ASN00085058 -37.5277 146.5458 380.0 GLENCAIRN (BARKLY RIVER (GLENV +ASN00085059 -38.2004 146.2604 150.0 MOE GIPPSLAND WATER +ASN00085060 -37.9000 147.5000 -999.9 MOORMURANG THE RIDGE +ASN00085061 -38.4000 146.3000 -999.9 MORRELLS HILL +ASN00085062 -38.2347 146.4306 82.2 MORWELL (MAIL CENTRE) +ASN00085063 -38.6079 146.3185 235.0 MOUNT BEST (UPPER TOORA) +ASN00085064 -38.3000 146.2500 259.1 NARRACAN STATE SCHOOL +ASN00085065 -38.2933 146.2275 365.7 NARRACAN EAST (LYNNSMERE) +ASN00085066 -37.9500 146.0000 -999.9 NEERIM +ASN00085067 -38.0217 145.9517 253.6 NEERIM SOUTH +ASN00085068 -37.9500 147.7000 3.7 PAYNESVILLE (BANKSIA) +ASN00085069 -37.9000 147.7333 3.0 PAYNESVILLE +ASN00085070 -38.6667 146.6833 3.0 PORT ALBERT +ASN00085071 -38.1522 146.7875 18.0 ROSEDALE +ASN00085072 -38.1156 147.1322 4.6 EAST SALE AIRPORT GSN 94907 +ASN00085073 -38.3183 147.1752 28.0 SEASPRAY (BURONG) +ASN00085074 -38.2000 146.1000 -999.9 BULN BULN (SHADY CREEK STATION +ASN00085075 -37.8000 147.2000 -999.9 STOCKDALE (GWANDALAN) +ASN00085076 -38.2667 146.9167 210.0 STRADBROKE WEST (INGLENOOK) +ASN00085077 -38.3000 147.0000 -999.9 STRADBROKE POST OFFICE +ASN00085078 -38.0000 147.1000 21.9 STRATFORD +ASN00085079 -37.8000 146.2000 838.2 TANJIL BREN +ASN00085080 -38.1000 147.2000 -999.9 THE HEART +ASN00085081 -38.3000 146.2000 243.8 THORPDALE STATE SCHOOL +ASN00085082 -39.0310 146.3227 15.2 TIDAL RIVER +ASN00085083 -37.9000 146.8000 57.9 TINAMBA WEST +ASN00085084 -38.6642 146.3258 20.0 TOORA +ASN00085085 -38.2181 146.1658 90.0 TRAFALGAR TOSELAND ROAD +ASN00085086 -38.2000 146.5000 43.0 TRARALGON +ASN00085087 -38.5000 146.2000 -999.9 TURTONS CREEK (EURELLA) +ASN00085088 -37.8167 147.0000 40.0 VALENCIA CREEK +ASN00085089 -37.9000 146.1000 -999.9 VESPER +ASN00085090 -37.8167 146.9833 30.0 VALENCIA CREEK (BULGAR PARK) +ASN00085091 -37.9347 146.4496 390.0 WALHALLA +ASN00085092 -38.2000 145.9000 111.9 WARRAGUL (CARBETHON) +ASN00085093 -38.1731 145.9487 143.0 WARRAGUL +ASN00085094 -38.6623 146.4297 25.0 WELSHPOOL +ASN00085095 -38.0667 146.1833 -999.9 WILLOW GROVE (MELROSE) +ASN00085096 -39.1297 146.4244 95.0 WILSONS PROMONTORY LIGHTHOUSE 94893 +ASN00085097 -38.5000 146.9000 -999.9 WOODSIDE +ASN00085098 -38.2000 146.4000 155.1 YALLOURN +ASN00085099 -38.6297 145.8108 3.0 POUND CREEK 94886 +ASN00085100 -38.3167 146.3333 53.3 YINNAR +ASN00085101 -38.4667 146.5500 192.0 TARRA VALLEY +ASN00085102 -38.1167 147.4167 -999.9 SEACOMBE (WELLINGTON PARK) +ASN00085103 -38.1858 146.3317 153.6 YALLOURN SEC +ASN00085104 -37.6167 147.1833 -999.9 COBBANNAH +ASN00085105 -38.2883 146.4900 156.9 HAZELWOOD NORTH +ASN00085106 -38.4861 146.3233 182.9 OLSENS BRIDGE (MORWELL RIVER P +ASN00085107 -38.6000 146.5833 -999.9 ALBERTON WEST (KALLARA) +ASN00085108 -38.3667 146.6500 -999.9 CALLIGNEE +ASN00085109 -38.6000 146.4000 -999.9 BINGINWARRI +ASN00085110 -38.3500 146.2833 289.6 BOOLARRA 2 +ASN00085111 -37.8000 147.1000 59.7 BRIAGOLONG +ASN00085112 -39.0000 146.3000 -999.9 DARBY +ASN00085113 -38.2000 146.0000 -999.9 DARNUM +ASN00085114 -38.2500 146.0000 -999.9 FERNDALE +ASN00085115 -38.6500 146.2167 23.2 FOSTER (ST LEONARDS) +ASN00085116 -37.8000 147.3500 -999.9 GLENALADALE NORTH +ASN00085117 -38.8000 146.2000 -999.9 YANAKIE (GOLDEN CREEK STATION) +ASN00085118 -37.9500 147.6000 -999.9 GOONA (NURE) +ASN00085119 -38.5000 146.3500 -999.9 GUNYAH GUNYAH +ASN00085120 -38.6000 146.5000 -999.9 HEDLEY (VIVALEIGH) +ASN00085121 -37.6167 146.2833 -999.9 JERICHO (JORDAN) +ASN00085122 -38.4000 145.9000 -999.9 KARDELLA (FLEETWOOD) +ASN00085123 -38.5000 146.0000 -999.9 LEONGATHA (VERONICA) +ASN00085124 -38.1500 147.1000 -999.9 LONGFORD +ASN00085125 -38.0000 147.4000 -999.9 MEERLIEU (ROSENEATH) +ASN00085126 -38.1000 146.9000 -999.9 NAMBROK +ASN00085127 -37.9500 145.9667 -999.9 NEERIM (DREWSDENE) +ASN00085128 -37.9167 145.9667 -999.9 NEERIM NORTH +ASN00085129 -37.8000 146.0000 -999.9 NEERIM (LOCH VALLEY) +ASN00085130 -37.9000 146.9000 -999.9 NEWRY +ASN00085131 -37.9000 146.0000 -999.9 NOOJEE NORTH +ASN00085132 -38.1500 146.7833 17.7 ROSEDALE (MOUNT PLEASANT) +ASN00085133 -38.1000 147.0500 9.8 SALE +ASN00085134 -38.1000 147.0667 -999.9 SALE MERCURY OFFICE +ASN00085135 -38.1000 147.4000 -999.9 SEACOMBE +ASN00085136 -37.9500 146.7000 -999.9 SEATON +ASN00085137 -38.7205 145.9011 10.0 TARWIN LOWER (RIVERSIDE) +ASN00085138 -38.1000 146.6000 -999.9 TOONGABBIE +ASN00085139 -38.2000 146.5500 43.0 TRARALGON (CORA LYNN) +ASN00085140 -37.9500 146.2833 311.2 MOONDARRA (GLEN ALLEN) +ASN00085141 -38.8500 146.0000 -999.9 WALKERVILLE (WARATAH BAY) +ASN00085142 -38.1500 145.9333 111.9 WARRAGUL (NARINGA) +ASN00085143 -38.5000 146.7000 -999.9 WON WRON +ASN00085144 -38.1167 147.0333 -999.9 WULLA (NULLOCK) +ASN00085145 -38.3000 146.3500 72.8 YINNAR (JEERALONG) +ASN00085146 -38.4167 145.8333 227.4 KORUMBURRA HILL SIDE +ASN00085147 -37.6500 146.1500 -999.9 ST CLAIR +ASN00085148 -38.5239 146.8806 25.0 WOODSIDE (LAKE VIEW) +ASN00085149 -37.9517 147.6617 15.0 EAGLE POINT (BONNIE BANKS) +ASN00085150 -38.2933 146.3883 85.0 HAZELWOOD SEC +ASN00085152 -38.4856 146.6717 93.0 WON WRON PRISON +ASN00085153 -37.9000 146.0000 243.8 NOOJEE +ASN00085156 -38.0000 146.6333 74.7 COWWARR +ASN00085158 -38.6000 146.0833 67.1 STONY CREEK (LORENONG) +ASN00085159 -38.8667 146.0000 6.7 WALKERVILLE +ASN00085160 -38.4191 146.9656 45.0 DARRIMAN (TARRALANGI) +ASN00085161 -37.8333 146.4167 655.3 BEARDMORES +ASN00085162 -38.3822 146.2742 91.4 BOOLARRA (AMY COURT) +ASN00085163 -38.7915 146.1799 10.0 YANAKIE (SHALLOW INLET) +ASN00085164 -38.2150 146.0869 80.0 YARRAGON (LYN PARK) +ASN00085165 -37.9163 147.3196 62.0 FERNBANK (TOWRI) +ASN00085166 -37.9582 147.0843 25.0 STRATFORD +ASN00085167 -38.0229 147.3511 15.0 MEERLIEU (SPRINGVALE WEST) +ASN00085168 -37.8345 147.0819 55.0 BRIAGOLONG +ASN00085169 -38.2000 146.5500 38.1 TRARALGON POST OFFICE +ASN00085170 -38.2211 146.5233 82.0 TRARALGON L.V.W.& S.B. +ASN00085171 -37.8000 147.0833 207.0 CULLODEN (ESTOPPEY) +ASN00085175 -38.8833 145.9500 121.9 CAPE LIPTRAP (MONEGEETA PARK) +ASN00085176 -37.8283 146.1800 838.2 TANJIL BREN POST OFFICE +ASN00085177 -37.7500 147.2667 137.2 GLENALADALE NORTH (KOOROOTANG) +ASN00085178 -38.5274 145.9238 40.0 KOONWARRA (LEONGATHA SOUTH) +ASN00085179 -38.1033 145.9718 195.0 BULN BULN +ASN00085180 -38.3591 146.0646 222.0 HALLSTON +ASN00085181 -38.6167 146.1500 -999.9 FOSTER NORTH (RADCLIFFE) +ASN00085182 -38.3667 145.9000 621.0 STREZLECKI (LEIGHWOOD) +ASN00085183 -38.6568 146.0063 30.0 BUFFALO +ASN00085184 -38.7833 145.9000 -999.9 TARWIN LOWER (BARANA PLAINS) +ASN00085185 -38.5333 146.1000 -999.9 DUMBALK (SLY) +ASN00085188 -37.9120 147.7152 13.0 PAYNESVILLE +ASN00085189 -38.4167 146.8167 137.2 WOODSIDE NORTH (SUNNYSIDE) +ASN00085190 -37.9000 146.1000 426.7 ICY CREEK +ASN00085191 -38.0167 147.2833 -999.9 PERRY BRIDGE +ASN00085192 -38.2000 146.0667 82.3 YARRAGON +ASN00085193 -38.5601 146.6703 18.0 YARRAM +ASN00085194 -38.1811 145.8892 146.0 LARDNER +ASN00085195 -38.0654 146.1689 155.0 WILLOW GROVE +ASN00085196 -38.3167 145.9000 305.0 STRZELECKI (ALLANDEE) +ASN00085198 -38.7333 146.1000 -999.9 FISH CREEK (ARDEEN) +ASN00085199 -38.0992 146.3792 190.0 MOONDARRA RESERVOIR +ASN00085200 -38.4323 145.7919 155.0 KORUMBURRA STH GIPPSLAND WATER +ASN00085201 -38.5833 146.0167 24.4 MEENIYAN +ASN00085202 -38.0220 145.9397 180.0 NEERIM SOUTH (TARAGO RESERVOIR +ASN00085203 -37.6303 146.6211 195.0 LICOLA RWC +ASN00085205 -37.7167 146.2667 484.0 EASTON PORTAL +ASN00085206 -38.1167 145.7833 42.0 LONGWARRY (BOXSHALL) +ASN00085207 -37.7000 146.2167 639.0 THOMSON PORTAL +ASN00085208 -38.0658 145.7677 51.0 LONGWARRY (GOONEPAROO) +ASN00085209 -38.1167 145.7667 42.4 LONGWARRY +ASN00085210 -38.5000 146.3333 -999.9 LIVINGSTON +ASN00085211 -37.7667 146.7000 -999.9 GLENMAGGIE (CHEYNES) +ASN00085212 -38.2000 145.9000 -999.9 LARDNERS JUNCTION +ASN00085213 -38.1833 146.6167 -999.9 LOY YANG (METROSSA) +ASN00085214 -38.0333 147.0167 -999.9 BUNDALAGUAH +ASN00085215 -38.4333 146.1500 -999.9 MIRBOO NORTH (BROOMRIGGE) +ASN00085216 -37.9333 145.9667 -999.9 NEERIM JUNCTION +ASN00085217 -38.3667 146.7667 -999.9 CARRAJUNG (BROOKSIDE) +ASN00085218 -38.5833 146.2000 259.0 ALTENHOF (EAST TARWIN NO 1) +ASN00085219 -38.5667 146.2167 301.8 EAST TARWIN NO.2 +ASN00085220 -38.5667 146.2167 250.0 EAST TARWIN NO.3 +ASN00085222 -38.5667 146.1833 308.0 EAST TARWIN NO.5 (INNES) +ASN00085223 -38.5500 146.2000 243.8 EAST TARWIN NO.6 +ASN00085224 -38.5833 146.1833 296.0 EAST TARWIN (MCLEOD) +ASN00085225 -38.5500 146.1833 268.2 EAST TARWIN NO.8 +ASN00085226 -38.5333 146.2167 213.0 EAST TARWIN (KULBE) +ASN00085227 -38.5215 146.2041 263.0 EAST TARWIN (MIRBOO PASTORAL C +ASN00085228 -38.5167 146.2333 137.2 EAST TARWIN (HOLCOMBE) +ASN00085229 -38.5167 146.2333 109.7 EAST TARWIN NO.12 +ASN00085230 -38.5333 146.2500 271.3 EAST TARWIN NO.13 +ASN00085231 -38.5500 146.2500 192.0 EAST TARWIN NO.14 +ASN00085235 -38.5269 146.2581 365.8 EAST TARWIN NO.18 +ASN00085236 -38.3181 146.5645 184.0 CALLIGNEE NORTH +ASN00085237 -37.8833 146.0000 236.2 NOOJEE ENGLISH HMSD +ASN00085238 -37.9532 146.3898 470.0 ERICA (PARKERS CORNER) +ASN00085239 -38.0000 146.4000 -999.9 JACOBS CREEK STATION +ASN00085240 -38.2456 145.9347 167.0 ELLINBANK DAIRY RESEARCH INST +ASN00085241 -38.5000 146.1833 -999.9 DUMBALK NORTH +ASN00085242 -38.2375 146.4144 120.0 MORWELL (BUCKLEYS HILL) +ASN00085243 -37.6000 146.2333 1219.2 MATLOCK POST OFFICE +ASN00085244 -38.8167 146.2000 -999.9 YANAKIE POST OFFICE +ASN00085245 -38.6167 146.7167 -999.9 ALBERTON THE MEADOWS +ASN00085246 -38.6167 146.2833 -999.9 BUDGEREE EDEN PARK +ASN00085247 -38.1667 145.9167 -999.9 WARRAGUL HIGH SCHOOL +ASN00085252 -37.9973 146.3474 235.0 ERICA (PHILIPS BRIDGE) +ASN00085253 -37.9500 146.3167 243.8 MORGANS MILL +ASN00085254 -37.8115 146.9567 38.0 VALENCIA CREEK (LITTLE PLAIN) +ASN00085255 -37.3572 146.9850 335.2 CROOKED RVR (CROOKED RIVER (HA +ASN00085256 -37.5125 146.5478 450.0 BARKLY RIVER (GLENLEA) +ASN00085267 -37.8833 145.8833 268.2 KERR (LATROBE NO.1) +ASN00085268 -37.9833 146.1333 -999.9 HILL END (FUMINA ROAD) +ASN00085269 -37.8833 146.0167 261.0 NOOJEE PEARCE +ASN00085270 -37.7647 147.3744 40.0 MITCHELL RIVER @ GLENALADALE +ASN00085271 -38.0500 146.8833 -999.9 NAMBROK MURRAY +ASN00085273 -37.9833 147.7333 -999.9 ROTAMAH ISLAND +ASN00085274 -38.5833 145.9497 80.0 MEENIYAN (KASMAR) +ASN00085275 -38.4833 146.9333 34.0 DARRIMAN (OMEGA) +ASN00085276 -37.8039 146.8842 -999.9 AVON RIVER @ THE CHANNEL +ASN00085277 -37.9039 145.9719 275.0 NOOJEE (SLIVAR) 94880 +ASN00085278 -37.7196 146.3888 495.0 ABERFELDY (LILY CREEK (LAROMM +ASN00085279 -37.8817 147.5669 49.4 BAIRNSDALE AIRPORT 94912 +ASN00085280 -38.2094 146.4747 55.7 MORWELL (LATROBE VALLEY AIRPOR 94891 +ASN00085281 -38.3245 146.5301 90.0 TRARALGON CREEK AT KOORNALLA +ASN00085282 -38.3713 146.1791 170.0 MIRBOO NORTH WATER BOARD +ASN00085283 -38.0808 146.2139 161.0 WILLOW GROVE (BLUE ROCK RESERV 94900 +ASN00085285 -38.1514 145.8372 120.0 DROUIN SOUTH GIPPSLAND WATER +ASN00085286 -37.7667 146.6667 111.0 STRINGYBARK CREEK +ASN00085287 -37.5167 146.5500 300.0 GLENCAIRN RWC +ASN00085288 -37.4667 146.6883 1446.0 MOUNT TAMBORITHA +ASN00085289 -37.8514 146.5550 720.0 MURDERERS HILL +ASN00085290 -38.3089 146.4097 125.0 CHURCHILL +ASN00085291 -37.8383 146.2747 1561.0 MOUNT BAW BAW 95901 +ASN00085292 -37.8897 145.9958 235.0 NOOJEE FORESTRY +ASN00085293 -38.8957 145.9355 95.0 CAPE LIPTRAP (ILLAWONG) +ASN00085294 -38.7714 146.0500 130.0 WARATAH NORTH +ASN00085295 -38.5586 146.0648 70.0 STONY CREEK +ASN00085296 -37.7481 147.1428 480.0 MOUNT MOORNAPA 95913 +ASN00085297 -37.9722 146.9856 40.0 MAFFRA +ASN00085298 -38.1072 147.1317 4.6 EAST SALE COMPARISON 94907 +ASN00085299 -38.3232 146.5318 105.0 KOORNALLA TRARALGON CK RD +ASN00085300 -38.6794 146.1483 140.0 FOSTER HODDLE +ASN00085303 -37.5325 147.0053 -999.9 REEVES KNOB +ASN00085304 -37.4967 146.8575 1559.0 MOUNT WELLINGTON +ASN00085305 -37.8758 146.0833 540.0 VESPER +ASN00086000 -38.2500 145.7667 -999.9 ATHLONE +ASN00086001 -38.4000 145.1333 -999.9 BALNARRING BEACH +ASN00086002 -37.8000 145.0500 -999.9 BALWYN NORTH +ASN00086003 -37.7747 145.6844 35.0 BALWYN BELMORE GRANGE +ASN00086004 -38.0000 145.3500 213.4 BEACONSFIELD UPPER +ASN00086005 -37.9000 145.6000 609.6 BEENAK +ASN00086006 -37.9279 145.0749 54.9 BENTLEIGH +ASN00086007 -37.9667 145.0167 -999.9 BLACK ROCK +ASN00086008 -37.5667 145.6500 -999.9 BLACK SPUR THE HERMITAGE +ASN00086009 -37.5909 145.6236 567.0 BLACK SPUR +ASN00086010 -37.8500 145.3000 -999.9 BORONIA 1 +ASN00086011 -37.8333 145.1500 -999.9 BOX HILL SOUTH +ASN00086012 -37.8364 145.1364 97.0 BOX HILL AGED MENS RETREAT +ASN00086013 -37.8000 145.0000 -999.9 BURNLEY +ASN00086014 -37.8667 145.1500 91.4 BURWOOD BOUNDARY ROAD +ASN00086015 -37.8500 145.2000 -999.9 BURWOOD EAST +ASN00086016 -37.8000 145.0500 -999.9 CANTERBURY +ASN00086017 -38.4931 144.8858 79.3 CAPE SCHANCK LIGHTHOUSE +ASN00086018 -37.8795 145.0368 48.8 CAULFIELD (RACECOURSE) +ASN00086019 -37.9000 145.0333 51.5 CAULFIELD SOUTH +ASN00086020 -37.9551 145.0782 39.0 CHELTENHAM KINGSTON CENTRE +ASN00086021 -37.6500 145.3000 -999.9 CHRISTMAS HILLS +ASN00086022 -37.9333 145.4000 -999.9 CLEMATIS +ASN00086023 -38.1000 145.3000 -999.9 CLYDE STATE SCHOOL +ASN00086024 -37.7500 144.9667 61.0 COBURG +ASN00086025 -38.4833 145.2667 11.9 COWES +ASN00086026 -37.8000 145.3000 117.7 CROYDON STATE SCHOOL +ASN00086027 -37.7903 145.2812 134.0 CROYDON (SAMUEL STREET) +ASN00086028 -38.0000 145.2000 40.8 DANDENONG POST OFFICE +ASN00086029 -38.0000 145.4167 213.4 BEACONSFIELD 2 +ASN00086031 -37.7833 145.1500 76.2 DONCASTER +ASN00086032 -38.4000 145.0000 3.0 DROMANA +ASN00086033 -37.9252 145.0254 33.0 BRIGHTON (DENDY PARK BOWLING C +ASN00086034 -37.8833 145.0000 -999.9 ELSTERNWICK +ASN00086035 -37.7011 145.1547 35.0 ELTHAM +ASN00086036 -37.6312 144.9846 140.0 EPPING +ASN00086037 -37.7333 144.9000 82.0 ESSENDON 1 +ASN00086038 -37.7276 144.9066 78.4 ESSENDON AIRPORT 95866 +ASN00086039 -37.7915 144.9067 10.0 FLEMINGTON RACECOURSE +ASN00086040 -38.5000 145.0000 -999.9 FLINDERS STATE SCHOOL +ASN00086041 -38.3667 145.1833 -999.9 HMAS CERBERUS +ASN00086042 -38.1500 145.1000 -999.9 FRANKSTON 1 +ASN00086043 -38.1500 145.1000 -999.9 FRANKSTON 3 +ASN00086044 -38.0686 145.6828 100.0 GARFIELD +ASN00086045 -37.9500 145.5667 310.9 GEMBROOK +ASN00086046 -37.7167 144.9333 79.2 GLENROY +ASN00086047 -37.9000 145.2000 -999.9 GLEN WAVERLEY (SYNDAL) +ASN00086048 -38.3167 145.2000 3.7 HASTINGS POST OFFICE +ASN00086049 -37.8000 145.0500 -999.9 HAWTHORN +ASN00086050 -37.6833 145.5333 131.1 HEALESVILLE (BADGER CRK SANCTU +ASN00086051 -37.6500 145.5000 -999.9 HEALESVILLE (MOUNT TOOLE BE WO +ASN00086052 -37.6000 145.5000 -999.9 HEALESVILLE (MOUNT ST LEONARD) +ASN00086053 -37.7500 145.0000 97.5 HEIDELBERG (ROSANNA) +ASN00086054 -37.9500 145.0333 -999.9 HIGHETT CSIRO +ASN00086055 -38.0500 145.4000 34.0 OFFICER (JESMOND DENE) +ASN00086056 -37.9000 145.3833 -999.9 KALLISTA FORESTRY +ASN00086057 -37.5167 144.9500 244.0 KALKALLO +ASN00086058 -37.8000 145.3000 -999.9 KALORAMA +ASN00086059 -37.6830 145.2518 183.0 KANGAROO GROUND +ASN00086060 -37.8167 145.0333 59.7 KEW +ASN00086061 -37.5333 145.3333 541.0 KINGLAKE +ASN00086062 -38.2000 145.5000 2.7 KOO WEE RUP +ASN00086063 -38.2656 145.5692 18.0 LANG LANG +ASN00086064 -38.1667 145.1667 99.1 LANGWARRIN (BAXTER) +ASN00086065 -37.7500 145.6000 -999.9 LAUNCHING PLACE (DON VALLEY) +ASN00086066 -37.7488 145.3416 101.0 LILYDALE +ASN00086067 -38.3667 145.7333 105.0 LOCH +ASN00086068 -37.7408 145.0972 66.1 VIEWBANK (ARPANSA) 95874 +ASN00086069 -37.8333 145.0833 -999.9 MALVERN (YANKO) +ASN00086070 -37.6390 145.5497 174.0 MAROONDAH WEIR (MELBOURNE WATE +ASN00086071 -37.8075 144.9700 31.2 MELBOURNE REGIONAL OFFICE 94868 +ASN00086073 -37.5547 144.8788 270.0 MICKLEHAM +ASN00086074 -37.8219 145.1906 155.0 MITCHAM +ASN00086075 -37.9000 145.4000 -999.9 MONBULK +ASN00086076 -37.8019 145.3675 170.0 MONTROSE +ASN00086077 -37.9800 145.0964 12.1 MOORABBIN AIRPORT 94870 +ASN00086078 -38.0000 145.1000 -999.9 MORDIALLOC WOODLANDS GOLF CLUB +ASN00086079 -38.2358 145.0667 46.0 MORNINGTON +ASN00086080 -37.9833 145.5167 289.0 MOUNT BURNETT +ASN00086081 -37.8167 145.3333 -999.9 MOUNT DANDENONG +ASN00086082 -38.2000 145.1000 106.7 MOUNT ELIZA +ASN00086083 -37.9000 145.1000 43.0 MURRUMBEENA LEEDS GROVE +ASN00086084 -38.0000 145.5000 -999.9 NAR NAR GOON NORTH +ASN00086085 -37.9897 145.3356 120.0 NARRE WARREN NORTH (NARRE WARR +ASN00086086 -38.0333 145.3000 -999.9 NARRE WARREN (BRECHIN) +ASN00086087 -38.4831 145.2100 38.0 NEEDLES EYE (VENTNOR) +ASN00086088 -37.9142 145.0935 61.0 OAKLEIGH (METROPOLITAN GOLF CL +ASN00086089 -37.8500 145.3000 -999.9 OLINDA +ASN00086090 -37.7089 145.7855 240.0 WARBURTON (O'SHANNASSY RESERVO +ASN00086091 -37.7333 144.9333 82.0 PASCOE VALE +ASN00086092 -38.3425 145.7653 190.0 POOWONG (POST OFFICE) +ASN00086093 -38.2167 144.7000 -999.9 PORTSEA +ASN00086094 -37.8631 145.7428 189.1 POWELLTOWN DNRE +ASN00086095 -37.8376 145.0048 27.0 PRAHRAN (COMO HOUSE) +ASN00086096 -37.7214 145.0059 94.0 PRESTON RESERVOIR +ASN00086097 -38.3167 144.6667 6.1 PORTSEA QUARANTINE STATION +ASN00086098 -38.3686 145.0303 119.0 RED HILL SOUTH +ASN00086099 -38.3833 145.0000 182.9 RED HILL SOUTH +ASN00086100 -37.8000 145.0000 -999.9 BURNLEY RICHMOND PARK +ASN00086101 -37.8000 145.2500 129.5 RINGWOOD +ASN00086102 -38.5333 145.3833 6.0 SAN REMO +ASN00086103 -37.8000 145.3500 -999.9 SASSAFRAS POST OFFICE +ASN00086104 -37.8710 145.2561 80.0 SCORESBY RESEARCH INSTITUTE 95867 +ASN00086105 -38.4282 145.0412 40.0 SHOREHAM +ASN00086106 -37.8339 145.4356 259.0 SILVAN +ASN00086107 -37.8000 145.4000 -999.9 SILVAN STATE SCHOOL +ASN00086108 -37.6500 144.9000 177.4 SOMERTON +ASN00086109 -38.3000 144.7000 -999.9 SORRENTO STATE SCHOOL +ASN00086110 -37.6667 145.0833 152.0 MORANG SOUTH +ASN00086111 -37.9445 145.1764 73.0 SPRINGVALE NECROPOLIS +ASN00086112 -37.7167 145.8167 -999.9 WARBURTON EAST (STARVATION CRE +ASN00086113 -38.2333 145.1833 68.3 SOMERVILLE +ASN00086114 -37.9000 145.4167 274.0 THE PATCH +ASN00086115 -37.8000 145.0000 -999.9 TOORAK +ASN00086116 -38.1667 145.4000 3.0 TOORADIN +ASN00086117 -37.4770 145.1513 219.0 TOOROURRONG RESERVOIR (TOOROUR +ASN00086118 -37.9000 145.3000 -999.9 UPWEY +ASN00086119 -38.4836 145.1766 45.0 VENTNOR (OAKLANDS) +ASN00086120 -37.4167 145.0167 295.7 WALLAN (WALNARRING) +ASN00086121 -37.7517 145.6757 170.0 WARBURTON +ASN00086122 -37.7000 145.0833 103.6 WATSONIA LOYOLA +ASN00086123 -38.1500 145.1000 -999.9 WESTERFIELD (FRANKSTON) +ASN00086124 -38.2833 145.1333 -999.9 TYABB (WILLANDRA) +ASN00086125 -37.5050 145.1247 200.0 WHITTLESEA +ASN00086126 -37.7000 145.3000 -999.9 WONGA PARK +ASN00086127 -38.6078 145.5965 51.9 WONTHAGGI 95881 +ASN00086128 -37.5500 145.0333 229.0 WOODSTOCK +ASN00086129 -37.8000 145.5167 99.0 WOORI YALLOCK +ASN00086130 -38.2333 145.7000 -999.9 YANNATHAN +ASN00086131 -37.5552 145.1259 198.0 YAN YEAN +ASN00086132 -37.6647 145.3761 88.0 YARRA RIVER (YARRA GLEN) +ASN00086133 -37.6000 145.1500 -999.9 YARRAMBAT +ASN00086134 -38.1500 145.7000 -999.9 VERVALE +ASN00086135 -38.0333 145.6667 -999.9 GARFIELD NORTH +ASN00086136 -38.0667 145.6667 -999.9 GARFIELD (CANNIBAL CREEK STATI +ASN00086137 -37.8000 145.2000 -999.9 BLACKBURN +ASN00086138 -37.7000 145.1000 46.0 GREENSBOROUGH +ASN00086139 -37.8833 145.3500 -999.9 KALLISTA (SAVERNAKE) +ASN00086140 -37.9500 145.6167 -999.9 TOMAHAWK VALLEY +ASN00086141 -37.8333 145.0833 91.0 BURWOOD PLC +ASN00086142 -37.5720 145.5014 595.0 TOOLANGI (MOUNT ST LEONARD DPI +ASN00086143 -37.9289 145.4272 295.0 CLEMATIS +ASN00086144 -38.2333 145.5500 -999.9 CALDERMEADE +ASN00086146 -37.9771 145.0273 30.5 BEAUMARIS +ASN00086147 -38.0333 145.1000 5.0 ASPENDALE CSIRO +ASN00086148 -37.8000 145.4500 221.0 WANDIN (YALLOCK) +ASN00086149 -37.4000 145.0000 299.0 WALLAN WALLAN (INVERLOCHY) +ASN00086150 -37.6000 145.2000 -999.9 ARTHURS CREEK +ASN00086151 -38.5000 145.4500 -999.9 BASS (KILCUNDA) +ASN00086152 -37.8000 145.2000 -999.9 BAYSWATER +ASN00086153 -38.0000 145.3500 -999.9 BEACONSFIELD (LOUISVILLE) +ASN00086154 -37.8833 145.6167 -999.9 BEENAK (HAZELDENE) +ASN00086155 -37.8333 145.1000 -999.9 CAMBERWELL 1 +ASN00086156 -37.8333 145.1000 -999.9 CAMBERWELL 2 +ASN00086157 -38.0000 145.3000 -999.9 BERWICK EYRE COURT +ASN00086158 -37.8000 145.1000 -999.9 BOX HILL WOODHOUSE GROVE +ASN00086160 -37.9333 145.0000 -999.9 BRIGHTON BEACH +ASN00086161 -37.9167 145.0000 -999.9 BRIGHTON MIDDLE +ASN00086162 -37.6000 144.8000 -999.9 BULLA +ASN00086163 -38.1000 145.7000 -999.9 BUNYIP (MAROOMBA) +ASN00086164 -37.8500 145.2000 -999.9 BURWOOD EAST 1 +ASN00086165 -37.8000 145.0500 -999.9 CANTERBURY STATE SCHOOL +ASN00086166 -38.0000 145.1000 -999.9 CHELTENHAM +ASN00086168 -37.6000 145.2000 -999.9 COTTLES BRIDGE HIGHBURY FARM +ASN00086169 -38.6000 145.5000 -999.9 DALYSTON +ASN00086170 -37.8500 145.2667 -999.9 DANDENONG (COMBEROOND) +ASN00086171 -37.4000 145.0000 -999.9 ENOCHS POINT +ASN00086172 -37.8000 145.3000 -999.9 FERNTREE GULLY +ASN00086173 -37.9000 145.3000 -999.9 FERNTREE GULLY UPPER +ASN00086174 -38.1500 145.1333 -999.9 FRANKSTON STATE PLANTATION +ASN00086175 -37.9000 145.7000 -999.9 YARRA JUNCTION (GILDEROY) +ASN00086176 -38.5000 145.6000 -999.9 GLEN ALVIE +ASN00086177 -38.4000 145.5000 -999.9 GRANTVILLE +ASN00086178 -37.6500 144.8500 -999.9 GREENVALE SANATORIUM +ASN00086179 -37.7000 145.5000 792.5 HEALESVILLE (NYORA) +ASN00086180 -37.6500 145.5000 -999.9 HEALESVILLE (MURUGAL) +ASN00086181 -37.6500 145.5000 -999.9 HEALESVILLE (THE WATTLES) +ASN00086182 -38.2500 145.7000 -999.9 HEATH HILL (LANGVIEW) +ASN00086183 -37.7500 145.3500 98.1 LILYDALE MAIN ST. (MAFFRA) +ASN00086184 -37.7500 145.3500 -999.9 LILYDALE OLINDA PARK +ASN00086185 -38.0500 145.2500 -999.9 LYNDHURST +ASN00086186 -37.9167 145.2833 -999.9 LYSTERFIELD (SWEET HILLS) +ASN00086187 -37.9167 145.2833 -999.9 LYSTERFIELD (BOLEIO) +ASN00086188 -38.3500 144.9000 -999.9 MAIN RIDGE +ASN00086189 -37.8333 145.0833 -999.9 MALVERN EAST YALLAMBEE +ASN00086190 -38.0000 145.0833 -999.9 MENTONE +ASN00086191 -37.8000 145.1000 -999.9 MONT ALBERT +ASN00086192 -38.0000 145.3000 -999.9 NARRE WARREN +ASN00086193 -38.5000 145.4000 -999.9 NEWHAVEN +ASN00086194 -38.4964 145.7772 70.0 OUTTRIM +ASN00086195 -38.0000 145.5000 -999.9 PAKENHAM (TOOMUC VALLEY) +ASN00086196 -38.0500 145.3667 -999.9 PAKENHAM UPPER +ASN00086197 -37.6000 145.3000 -999.9 PANTON HILL (FAIRVIEW) +ASN00086198 -38.3000 144.7000 -999.9 PORTSEA GOLF CLUB +ASN00086199 -38.4000 145.2000 -999.9 SOMERS (BALNARRING EAST) +ASN00086200 -37.9000 145.3500 -999.9 SHERBROOKE +ASN00086201 -37.5333 145.4500 -999.9 TOOLANGI (MOUNT SALE STN) +ASN00086202 -38.1000 145.6000 -999.9 TYNONG +ASN00086203 -37.7000 145.9000 -999.9 WALSH'S CREEK STATION +ASN00086204 -37.7500 145.7000 -999.9 WARBURTON (FERNLEIGH) +ASN00086205 -37.7000 145.2000 121.9 WARRANDYTE (RIVERS WOOD) +ASN00086206 -37.5000 145.1167 -999.9 WHITTLESEA (EDEN PARK) +ASN00086207 -37.8000 145.6000 -999.9 YARRA JUNCTION +ASN00086208 -37.7500 145.6000 -999.9 MILLGROVE +ASN00086210 -38.0651 145.1294 8.0 BONBEACH (CARRUM) +ASN00086211 -38.4000 145.6000 -999.9 ALMURTA +ASN00086212 -38.2000 145.7000 -999.9 MODELLA (TULLAH) +ASN00086213 -38.3781 144.8997 18.0 ROSEBUD (COUNTRY CLUB) +ASN00086214 -37.8000 145.0500 -999.9 CANTERBURY (BATINA) +ASN00086215 -37.6833 145.1333 76.2 DIAMOND CREEK +ASN00086216 -38.1833 145.1167 150.0 MOUNT ELIZA (TA MARUA) +ASN00086217 -37.9333 145.0000 -999.9 HAMPTON +ASN00086218 -37.7167 145.3667 83.2 COLDSTREAM +ASN00086219 -37.6886 145.5644 360.0 CORANDERRK BADGER WEIR +ASN00086221 -37.8833 145.3500 503.0 SHERBROOKE BURNAM BEECHES +ASN00086222 -37.8833 145.1500 106.7 SYNDAL CSIRO +ASN00086223 -38.3391 145.0288 76.0 DROMANA SUSSEX FARM +ASN00086224 -37.9785 145.2235 54.0 DANDENONG +ASN00086225 -38.1167 145.0667 -999.9 CARNEGIE +ASN00086226 -38.2667 145.0167 19.2 MOUNT MARTHA +ASN00086227 -37.7833 145.4333 167.6 WANDIN NORTH +ASN00086228 -37.8167 145.3333 137.2 KILSYTH (TUKAMUNDA) +ASN00086230 -37.8372 145.2558 100.0 BAYSWATER +ASN00086231 -37.8000 145.3000 -999.9 RINGWOOD 2 +ASN00086232 -37.8303 144.9767 31.0 MELBOURNE BOTANICAL GARDENS +ASN00086233 -37.6233 145.7983 1219.0 POLEY RANGE +ASN00086234 -37.7869 145.2847 115.0 CROYDON (COUNCIL DEPOT) +ASN00086235 -37.8000 145.4000 -999.9 BORONIA 2 +ASN00086236 -38.1500 145.1333 45.7 FRANKSTON +ASN00086237 -38.1333 145.1500 44.5 FRANKSTON (KARINGAL) +ASN00086238 -38.4832 145.4666 8.0 BASS +ASN00086239 -38.4000 145.3000 -999.9 FRENCH ISLAND (TANKERTON) +ASN00086240 -38.4000 145.3000 24.0 FRENCH ISLAND (MCLEOD PRISON) +ASN00086241 -37.7667 145.1500 106.7 TEMPLESTOWE PASSIONATE FATHERS +ASN00086242 -37.9167 145.4167 305.0 MENZIES CREEK +ASN00086243 -37.8306 145.3500 600.0 MOUNT DANDENONG GTV9 +ASN00086244 -38.1337 145.2384 80.0 CRANBOURNE SOUTH +ASN00086245 -38.1167 145.1797 30.0 CARRUM DOWNS +ASN00086246 -38.2483 145.1036 69.0 MOOROODUC +ASN00086247 -37.9489 145.5358 310.9 GEMBROOK +ASN00086248 -37.8667 145.6667 335.3 GLADYSDALE (HAZELDENE) +ASN00086249 -38.5333 145.6333 91.0 GLEN ALVIE (GRANTS) +ASN00086250 -37.6600 145.1244 121.9 PLENTY +ASN00086251 -37.9144 145.3317 219.5 UPWEY SHIRE COUNCIL +ASN00086252 -37.8800 145.4206 487.7 OLINDA LAUREL COURT +ASN00086253 -38.2167 145.3167 3.0 WARNEET ST LOUIS +ASN00086254 -38.0783 145.1733 5.5 CARRUM DOWNS SEWER WORKS +ASN00086255 -38.5500 145.4833 30.5 KILCUNDA WEATHERALL +ASN00086256 -37.8833 145.3333 472.0 FERNY CREEK +ASN00086257 -37.8500 145.2000 76.2 VERMONT SOUTH +ASN00086258 -37.9167 145.3500 259.0 BELGRAVE +ASN00086260 -37.7567 145.0533 96.9 HEIDELBERG MMBW +ASN00086261 -37.9819 145.4192 183.0 BEACONSFIELD UPPER +ASN00086262 -37.4167 144.9667 381.0 WALLAN (KIA ORA) +ASN00086263 -38.0000 145.1000 10.7 MORDIALLOC NORTH +ASN00086265 -38.3142 145.1756 20.0 HASTINGS +ASN00086267 -38.2333 145.7833 84.0 ATHLONE MCDONALDS +ASN00086268 -38.0667 145.4667 61.0 PAKENHAM LANDS DEPT +ASN00086269 -38.2767 145.0117 42.0 MOUNT MARTHA SR&WSC +ASN00086270 -37.8667 145.3500 460.0 SASSAFRAS (THE CRESCENT) +ASN00086271 -37.6715 145.8948 321.0 REEFTON (UPPER YARRA DAM) +ASN00086272 -37.5000 145.0000 274.3 DONNYBROOK +ASN00086273 -37.7833 145.6000 -999.9 LAUNCHING PLACE +ASN00086274 -37.7000 145.3833 79.2 YERING +ASN00086275 -37.8000 145.5000 122.0 HODDLES CREEK STATE SCHOOL +ASN00086276 -37.8667 145.0833 61.0 ASHBURTON +ASN00086277 -37.7500 145.7333 -999.9 WARBURTON EAST +ASN00086278 -38.0833 145.4833 91.4 PAKENHAM EAST +ASN00086279 -37.7797 145.0314 35.0 NORTHCOTE +ASN00086280 -37.5333 145.3333 543.0 KINGLAKE GARAGE +ASN00086281 -38.3343 145.6696 119.6 NYORA (POST OFFICE) +ASN00086282 -37.6655 144.8321 113.4 MELBOURNE AIRPORT 94866 +ASN00086283 -38.0000 145.5333 29.0 PAKENHAM UPPER (TAYLOR) +ASN00086284 -37.9333 145.2500 165.0 LYSTERFIELD (ALBION REID) +ASN00086285 -37.8000 145.6667 231.0 YARRA JUNCTION WATERWORKS +ASN00086286 -37.6833 144.9333 -999.9 GLENROY (EVELL STREET) +ASN00086287 -37.6500 145.2167 119.0 HURSTBRIDGE (NORALA) +ASN00086288 -37.5833 145.3000 198.1 ST ANDREWS +ASN00086289 -37.7333 146.0500 443.0 YARRA PORTAL +ASN00086290 -37.6667 146.0667 1006.0 MONTYS HUT +ASN00086291 -37.7000 146.1333 1128.0 MOUNT GREGORY +ASN00086292 -38.0500 145.1833 6.0 BANGHOLME +ASN00086293 -38.1333 145.6833 -999.9 BUNYIP (IONA) +ASN00086294 -37.8333 145.0833 -999.9 MALVERN CAMPSIE +ASN00086295 -37.8000 145.4000 -999.9 MOUNT EVELYN (ST ANNES) +ASN00086296 -37.9500 145.0000 -999.9 SANDRINGHAM +ASN00086298 -37.7833 145.3167 -999.9 MOOROOLBARK +ASN00086299 -38.0222 145.3561 85.0 BERWICK (BUCHANAN ROAD) +ASN00086301 -37.5333 145.3000 152.4 QUEENSTOWN +ASN00086302 -37.8667 145.2167 79.2 WANTIRNA SOUTH +ASN00086303 -37.8886 145.1928 60.0 GLEN WAVERLEY (GOLF COURSE) +ASN00086304 -37.8361 145.0294 31.0 HAWTHORN (SCOTCH COLLEGE) +ASN00086305 -37.6369 144.9072 156.0 GREENVALE RESERVOIR +ASN00086306 -38.3833 145.2167 2.0 STONY POINT +ASN00086307 -37.8000 145.0000 30.5 ABBOTSFORD +ASN00086313 -37.7469 145.2098 50.0 WARRANDYTE +ASN00086314 -38.1992 145.4933 5.1 KOO WEE RUP (SRW) +ASN00086316 -37.8587 145.1847 105.0 VERMONT TRANSPORT RESEARCH +ASN00086317 -37.9500 145.0167 37.0 SANDRINGHAM 2 +ASN00086318 -38.4167 145.5333 36.6 GRANTVILLE 2 +ASN00086319 -37.6167 145.1500 221.0 DOREEN +ASN00086321 -37.9833 145.2500 33.2 DANDENONG (HINEMOA) +ASN00086324 -37.8797 145.2964 128.0 FERNTREE GULLY (PROBERT) +ASN00086326 -37.6833 145.3667 -999.9 YERING SCHOOL +ASN00086327 -37.7000 145.4000 -999.9 YERING ST HUBERTS +ASN00086328 -37.6667 145.9167 -999.9 MCMAHONS CREEK (REEFTON) +ASN00086329 -38.4333 145.7167 214.0 BENA (CROMWELL) +ASN00086330 -37.6167 144.8833 -999.9 GREENVALE STATE SCHOOL +ASN00086331 -37.8167 145.1333 -999.9 BOX HILL SHIRE +ASN00086332 -37.7333 144.9167 85.6 ESSENDON 2 +ASN00086333 -37.7500 145.0000 41.1 THORNBURY +ASN00086336 -38.3833 144.8333 -999.9 RYE +ASN00086337 -38.4000 145.5000 -999.9 CORINELLA (TENBY) +ASN00086339 -38.4272 145.4364 10.0 CORINELLA +ASN00086340 -37.8167 145.1500 77.0 BLACKBURN +ASN00086341 -37.7833 145.1167 76.0 DONCASTER +ASN00086342 -37.7633 145.8917 685.2 EZARDS OLD MILL SITE +ASN00086343 -37.7000 145.0667 95.0 BUNDOORA +ASN00086344 -38.3078 144.8003 5.0 SOUTH CHANNEL ISLAND 94853 +ASN00086345 -38.5167 145.7167 -999.9 KONGWAK +ASN00086346 -37.8833 145.5333 160.0 NANGANA (TYERS) +ASN00086347 -37.7417 145.2167 40.0 YARRA RIVER @ WARRANDYTE +ASN00086348 -37.9167 145.1833 -999.9 MULGRAVE +ASN00086349 -38.4833 144.9000 -999.9 CAPE SCHANCK (KELLY) +ASN00086350 -37.4187 144.9770 341.0 WALLAN +ASN00086351 -37.7163 145.0453 83.0 BUNDOORA (LATROBE UNIVERSITY) 95873 +ASN00086354 -38.5058 145.1503 7.0 PHILLIP ISLAND PENGUIN RESERVE 94883 +ASN00086355 -37.6667 145.1333 -999.9 PLENTY (DAPRANO) +ASN00086356 -38.4693 145.0133 68.0 FLINDERS +ASN00086357 -38.2765 145.0998 75.0 DEVILBEND RESERVOIR +ASN00086358 -37.8586 145.6532 295.0 GLADYSDALE (LITTLE FEET FARM) +ASN00086359 -37.8632 145.4206 257.0 MONBULK (BULB FARM) +ASN00086360 -37.7409 145.7388 200.0 WARBURTON EAST (ARRABRI) +ASN00086361 -38.3646 145.1785 12.7 CERBERUS 94898 +ASN00086362 -37.7494 145.1703 45.0 DONCASTER (MANNINGHAM DEPOT) +ASN00086363 -37.6563 145.4762 124.0 TARRAWARRA +ASN00086364 -37.6594 145.4457 100.0 TARRAWARRA MONASTERY +ASN00086365 -37.7792 145.3197 120.0 MOOROOLBARK +ASN00086366 -37.6142 145.5981 210.0 FERNSHAW +ASN00086367 -37.8119 145.4919 164.0 SEVILLE (ROMAHILL PIGGERY) +ASN00086368 -38.1800 145.4317 3.0 DALMORE +ASN00086369 -37.9535 145.1655 41.0 SPRINGVALE (SANDOWN) +ASN00086370 -37.4500 145.3167 585.0 KINGLAKE WEST +ASN00086371 -38.1481 145.1156 6.0 FRANKSTON AWS 94871 +ASN00086372 -37.8775 145.3364 561.0 FERNY CREEK (DUNNS HILL) 94872 +ASN00086373 -38.4612 145.3101 13.4 RHYLL 94892 +ASN00086374 -37.4652 145.2637 490.0 KINGLAKE WEST +ASN00086375 -38.1348 145.2637 85.0 CRANBOURNE BOTANIC GARDENS 94879 +ASN00086377 -37.4225 145.0752 325.0 UPPER PLENTY +ASN00086378 -37.7667 144.9797 45.0 BRUNSWICK +ASN00086379 -37.7917 145.2433 170.0 RINGWOOD NORTH +ASN00086382 -37.7839 145.6317 120.0 YARRA JUNCTION +ASN00086383 -37.7239 145.4094 83.0 COLDSTREAM 94864 +ASN00086384 -37.6750 144.8419 -999.9 MELBOURNE AIRPORT COMPARISON +ASN00086385 -37.6514 145.5061 100.0 HEALESVILLE (MOUNT YULE) +ASN00086386 -38.3898 145.0863 55.0 MERRICKS STONIER'S WINERY +ASN00086393 -38.4617 144.9019 140.0 CAPE SCHANCK +ASN00086394 -38.0825 145.5075 35.0 PAKENHAM +ASN00086399 -37.5831 145.2633 240.0 ST. ANDREWS (HILDERBRAND ROAD) +ASN00087000 -37.8802 144.2623 247.0 ANAKIE +ASN00087001 -38.4056 144.1958 95.0 ANGLESEA +ASN00087002 -37.7000 144.4000 104.5 BACCHUS MARSH +ASN00087003 -37.8000 144.4000 104.5 BALLIANG EAST (CHESNEY) +ASN00087004 -37.6000 144.4667 243.8 BACCHUS MARSH (SPRINGBANK) +ASN00087005 -37.6000 144.2000 442.0 BALLAN (FISKVILLE) +ASN00087006 -37.6018 144.2295 508.7 BALLAN +ASN00087007 -37.7430 144.1406 379.0 MORRISONS (BALLARK) +ASN00087008 -37.8004 144.4049 131.0 BALLIANG EAST +ASN00087009 -38.0505 144.1521 106.0 BANNOCKBURN +ASN00087010 -38.2661 144.4803 5.0 BARWON HEADS (JIRRAHLINGA) +ASN00087011 -37.5417 144.0251 580.0 BEALES RESERVOIR +ASN00087012 -38.1731 144.3375 50.0 BELMONT +ASN00087013 -37.3000 144.7000 -999.9 BENLOCH +ASN00087014 -37.5512 143.9322 510.5 BUNGAREE (KIRKS RESERVOIR) +ASN00087015 -37.7025 144.8072 90.0 KEILOR +ASN00087016 -37.7654 144.1048 -999.9 MOORABOOL RIVER AT MORRISONS +ASN00087017 -37.4701 144.3069 560.0 BLACKWOOD +ASN00087018 -37.4500 144.7500 385.0 BOLINDA +ASN00087019 -37.3000 144.6000 -999.9 COBAW (MEADOW PARK) +ASN00087020 -37.7667 144.7833 52.0 DEER PARK +ASN00087021 -37.8233 144.2078 365.8 DURDIDWARRAH +ASN00087022 -37.8167 144.8833 13.7 FOOTSCRAY +ASN00087023 -38.1587 144.3954 4.0 GEELONG SALINES (MOOLAP) +ASN00087024 -38.1269 144.3422 15.0 GEELONG GOLF CLUB +ASN00087025 -38.1167 144.3667 17.1 GEELONG SEC +ASN00087026 -37.4896 144.6123 409.0 GISBORNE +ASN00087027 -37.6942 144.8342 70.0 KEILOR (ARUNDEL) +ASN00087028 -37.7000 144.0000 -999.9 LAL LAL +ASN00087029 -37.2698 144.7230 463.0 LANCEFIELD +ASN00087030 -38.0000 144.4000 -999.9 LARA LAKE +ASN00087031 -37.8565 144.7566 20.1 LAVERTON RAAF 94865 +ASN00087032 -37.9000 144.7500 13.7 LAVERTON SALINES +ASN00087033 -37.9910 144.4943 20.0 LITTLE RIVER +ASN00087034 -38.0657 144.3281 82.6 LOVELY BANKS (RESERVOIR) +ASN00087035 -37.4000 144.6000 548.0 MOUNT MACEDON (BURNCRANNA) +ASN00087036 -37.4155 144.5569 505.0 MACEDON FORESTRY +ASN00087037 -37.4000 144.5833 762.0 MOUNT MACEDON +ASN00087038 -37.7750 144.8767 20.0 MARIBYRNONG EXPLOSIVES FACTORY +ASN00087039 -37.6649 144.5748 156.0 MELTON +ASN00087040 -37.7451 144.5687 100.0 MELTON RESERVOIR +ASN00087041 -37.7000 144.5000 -999.9 MELTON SOUTH +ASN00087042 -37.8539 144.1100 329.0 MEREDITH +ASN00087043 -37.8197 144.1492 362.0 MEREDITH (DARRA) +ASN00087044 -37.8667 143.9667 335.3 MEREDITH (WATTLE VALE) +ASN00087045 -37.5151 144.0827 605.2 MOORABOOL RESERVOIR +ASN00087046 -37.6719 143.9400 488.0 SCOTSBURN (MOUNT BONINYONG) +ASN00087047 -38.2000 144.2000 -999.9 MOUNT MORIAC +ASN00087048 -37.8958 144.4387 110.0 LITTLE RIVER (MOUNT ROTHWELL) +ASN00087049 -37.3833 144.6167 838.2 MOUNT TOWRONG +ASN00087050 -37.7500 144.2000 -999.9 MOUNT WALLACE +ASN00087051 -37.6500 144.3500 229.0 MYRNIONG +ASN00087052 -37.6000 144.8500 213.0 OAKLANDS JUNCTION +ASN00087053 -38.1227 144.6420 77.0 PORTARLINGTON +ASN00087054 -38.2714 144.6621 15.0 QUEENSCLIFF +ASN00087055 -37.4500 144.7833 367.3 RIDDELLS CREEK +ASN00087056 -37.7000 144.6000 -999.9 ROCKBANK +ASN00087057 -37.3500 144.7500 487.7 ROMSEY +ASN00087058 -37.7500 144.8000 66.4 ST ALBANS +ASN00087059 -38.0131 143.9760 97.0 SHELFORD +ASN00087060 -37.4833 144.1500 -999.9 SPARGO CREEK +ASN00087061 -37.5706 144.7411 200.0 SUNBURY (SALESIAN COLLEGE ) +ASN00087062 -37.7000 144.7667 105.7 SYDENHAM +ASN00087063 -37.0000 144.0000 -999.9 TOOLERN VALE +ASN00087064 -38.2000 144.3000 101.5 WAURN PONDS +ASN00087065 -37.9000 144.6833 24.0 WERRIBEE RESEARCH FARM +ASN00087066 -37.9000 144.6667 23.5 WERRIBEE POST OFFICE +ASN00087067 -37.5144 144.0177 609.0 WILSONS RESERVOIR +ASN00087068 -37.6450 144.0411 -999.9 MOORABOOL RIVER AT LAL LAL +ASN00087069 -38.3000 144.0000 -999.9 WINCHELSEA (KILDEAN) +ASN00087070 -37.7500 144.4000 -999.9 ROSLEY (GLENMORE) +ASN00087071 -37.6833 144.5000 152.4 ANTHONYS CUTTING +ASN00087072 -37.6333 144.8000 152.4 BULLA (GLEN LOMAN) +ASN00087073 -37.8000 143.9500 396.2 ELAINE (LARUNDEL) +ASN00087074 -38.2333 144.2000 97.5 MORIAC +ASN00087075 -37.4964 144.5028 515.1 BULLENGAROOK EAST (SESKINORE) +ASN00087076 -38.2000 144.3000 -999.9 CERES +ASN00087077 -37.5000 144.1000 -999.9 BARKSTEAD +ASN00087078 -37.5000 144.3000 -999.9 BLACKWOOD (GREEN HILL) +ASN00087079 -37.5000 144.5000 -999.9 BULLENGAROOK +ASN00087080 -38.1333 144.4167 8.0 GEELONG (POINT HENRY) +ASN00087081 -37.3000 144.7000 -999.9 LANCEFIELD (DEEP CREEK STATION +ASN00087082 -38.2000 144.5500 70.0 DRYSDALE +ASN00087083 -38.1500 144.3000 -999.9 BELLARINE EAST +ASN00087084 -38.3000 144.5000 -999.9 FENWICK +ASN00087085 -37.5500 144.1000 -999.9 GORDON +ASN00087086 -37.8833 144.7167 7.6 LAVERTON EXPLOSIVES +ASN00087087 -38.0000 144.6000 -999.9 LITTLE RIVER (GREENMEADOWS) +ASN00087088 -38.2000 144.4000 -999.9 MARSHALL +ASN00087089 -37.8000 144.6000 -999.9 MOUNT COTTRELL 1 +ASN00087090 -38.1000 144.2500 -999.9 STONEHAVEN +ASN00087091 -37.7000 144.8000 -999.9 SYDENHAM (DUNMURRY PARK) +ASN00087092 -38.0000 144.0000 -999.9 TEESDALE +ASN00087093 -38.3333 144.3167 -999.9 TORQUAY +ASN00087094 -37.8833 144.6500 -999.9 WERRIBEE (WYNDHAM) +ASN00087095 -37.6111 144.3000 450.0 PYKES CREEK RESERVOIR +ASN00087096 -38.0833 144.4333 30.0 LARA SALINES +ASN00087097 -37.7000 144.3167 -999.9 PARWAN +ASN00087098 -37.6167 144.5500 229.0 TOOLERN VALE (ROSEBANK) +ASN00087099 -37.5667 144.5500 411.5 GISBORNE (HILLTOP) +ASN00087100 -38.2939 144.6142 12.2 POINT LONSDALE LIGHTHOUSE +ASN00087101 -37.6167 144.5333 -999.9 COUANGALT +ASN00087102 -37.6667 144.4333 104.5 BACCHUS MARSH +ASN00087103 -37.9000 144.6667 -999.9 WERRIBEE CORPUS CHRISTI +ASN00087104 -37.9767 144.6317 13.7 WERRIBEE CATTLE YARDS +ASN00087105 -37.9500 144.6167 12.0 WERRIBEE SEWERAGE FARM +ASN00087106 -37.8833 144.7333 3.0 POINT COOK RAAF (DUNNINGS RD) +ASN00087107 -37.9333 144.7500 2.4 POINT COOK RAAF ACADEMY +ASN00087108 -37.9500 144.7167 3.0 WERRIBEE SOUTH +ASN00087113 -38.0287 144.4783 10.6 AVALON AIRPORT 94854 +ASN00087114 -38.1660 144.5870 76.0 DRYSDALE (BRIMDALE) +ASN00087115 -37.5756 144.0953 573.0 GORDON (FINLAYSON) +ASN00087116 -37.9833 144.2333 152.0 LETHBRIDGE (MOUNTJOY) +ASN00087117 -38.0850 144.3356 54.9 GEELONG (NORLANE) +ASN00087118 -37.3508 144.6067 650.0 HESKET (STRAWS LANE) +ASN00087119 -38.3687 144.0843 220.0 WENSLEYDALE (ANGLESEA (VEHICLE +ASN00087120 -38.0333 144.0500 122.0 TEESDALE +ASN00087121 -37.6831 144.6664 125.0 ROCKBANK (MELTON) +ASN00087123 -37.9479 144.1567 88.0 LETHBRIDGE (GLENMOOR) +ASN00087124 -38.2504 144.0854 135.0 BUCKLEY (BALLIWINDI) +ASN00087125 -38.0000 144.2650 91.0 MOORABOOL AREA (COONIL) +ASN00087126 -38.2823 144.0518 136.0 WURDIBOLUC RESERVOIR +ASN00087129 -37.5500 144.3000 -999.9 GREENDALE +ASN00087130 -37.3495 144.7494 478.0 ROMSEY (SHIRE OFFICE) +ASN00087131 -37.8633 144.8261 3.0 ALTONA (CITY OFFICES) +ASN00087133 -38.1164 144.3667 12.2 GEELONG NORTH +ASN00087134 -37.8000 144.1833 -999.9 MORRISONS (MOREEP) +ASN00087135 -38.2832 144.4784 8.0 BARWON HEADS GOLF CLUB +ASN00087136 -37.6333 144.7333 199.0 DIGGERS REST +ASN00087137 -37.6667 144.0667 426.7 POOTILLA +ASN00087138 -37.5667 143.9500 -999.9 WARRENHEIP +ASN00087139 -38.2500 144.5167 28.0 OCEAN GROVE +ASN00087140 -37.4167 144.3500 899.2 BLUE MOUNT +ASN00087141 -37.4625 144.6731 380.0 RIDDELLS CREEK +ASN00087142 -38.3167 144.1667 -999.9 PARAPARAP (WHINBONG HILL) +ASN00087143 -37.4000 144.6167 762.0 MACEDON UPPER (CHENISTON) +ASN00087144 -37.4000 144.6333 853.4 MACEDON UPPER STATE PLANTATION +ASN00087145 -37.8500 144.9000 -999.9 WILLIAMSTOWN BOWLING CLUB +ASN00087146 -37.7333 144.7167 91.4 ROCKBANK SINCLAIR RD +ASN00087147 -38.0428 144.2129 55.0 BANNOCKBURN (HILLSIDE) +ASN00087148 -37.7928 144.8344 35.0 SUNSHINE (CITY OF BRINBANK) +ASN00087149 -37.2500 144.7500 502.9 LANCEFIELD (SPRINGRIDGE) +ASN00087150 -37.9043 144.6427 20.0 WERRIBEE (RACECOURSE) +ASN00087151 -37.4667 143.9833 -999.9 DEAN +ASN00087156 -38.1667 144.2667 -999.9 GEELONG GORDON INSTITUTE +ASN00087157 -38.2167 144.5167 -999.9 WALLINGTON (SUNNYSIDE) +ASN00087158 -37.5833 144.4500 366.0 COIMADI +ASN00087159 -37.4667 144.3167 533.0 BLACKWOOD (ARMSTRONG) +ASN00087160 -38.3404 144.3101 15.0 TORQUAY GOLF CLUB +ASN00087161 -37.6292 144.5026 185.0 MERRIMU RESERVOIR +ASN00087162 -38.1435 144.1872 40.0 GNARWARRE (BARWON RIVER AT POL +ASN00087163 -38.2241 144.3345 33.4 GROVEDALE (GEELONG AIRPORT) 94857 +ASN00087165 -37.8483 144.3875 110.0 RIPLEY +ASN00087166 -38.0958 144.5361 18.0 POINT WILSON 94847 +ASN00087168 -37.9075 144.1303 236.7 SHEOAKS 94863 +ASN00087169 -37.6371 144.4299 130.0 BACCHUS MARSH (GOLF CLUB) +ASN00087170 -37.6539 143.8856 500.0 BUNINYONG +ASN00087171 -37.5223 144.4779 497.0 BULLENGAROOK SOUTH +ASN00087172 -38.1786 144.6714 30.0 ST. LEONARDS (LOWFIELDS) +ASN00087173 -37.2940 144.7066 520.0 LANCEFIELD (WINERY) +ASN00087174 -37.5028 144.5877 453.0 MOUNT GISBORNE +ASN00087175 -37.2732 144.5974 530.0 NEWHAM (COBAW) +ASN00087176 -37.7569 144.7511 68.0 BURNSIDE +ASN00087177 -37.8633 144.7456 -999.9 LAVERTON COMPARISON +ASN00087178 -38.2504 144.5104 40.0 OCEAN GROVE +ASN00087180 -38.1594 144.5556 25.0 CLIFTON SPRINGS +ASN00088000 -37.2514 145.7178 180.0 ALEXANDRA (ACHERON) +ASN00088001 -37.1916 145.7116 221.0 ALEXANDRA (POST OFFICE) +ASN00088002 -36.8930 145.2316 152.0 AVENEL (POST OFFICE) +ASN00088003 -37.1000 144.5000 -999.9 BARFOLD +ASN00088004 -36.9667 144.2667 290.0 BARKERS CREEK RESERVOIR +ASN00088005 -37.1000 144.3500 -999.9 BENDIGO CHANNEL +ASN00088006 -36.9000 143.8000 -999.9 BETLEY STATE SCHOOL +ASN00088007 -37.0270 145.8516 297.0 BONNIE DOON GARAGE +ASN00088008 -37.2000 145.1000 221.0 BROADFORD +ASN00088009 -36.9886 143.9747 220.0 CAIRN CURRAN RESERVOIR +ASN00088010 -37.2531 144.8614 381.0 WILLOWMAVIN (AVALON STATION) +ASN00088011 -37.2236 143.9616 272.0 CAMPBELLTOWN +ASN00088012 -37.4000 144.4500 -999.9 CAMPASPE UPPER +ASN00088013 -37.0444 143.8222 195.0 CARISBROOK +ASN00088014 -37.1000 144.2000 310.9 CASTLEMAINE POST OFFICE +ASN00088015 -37.3049 143.7776 332.0 CLUNES +ASN00088016 -37.4000 143.9000 389.5 SMEATON WEIR +ASN00088017 -37.2814 144.3958 518.2 COLIBAN UPPER +ASN00088018 -37.4000 143.9000 438.3 CRESWICK +ASN00088019 -37.4172 143.8789 430.0 CRESWICK +ASN00088020 -37.3432 144.1575 612.0 DAYLESFORD +ASN00088021 -37.1995 144.0141 306.0 EBERYS +ASN00088022 -36.8883 143.8614 170.0 EDDINGTON +ASN00088023 -37.2313 145.9124 230.0 LAKE EILDON 94882 +ASN00088024 -37.0500 144.3000 -999.9 EXPEDITION PASS RESERVOIR +ASN00088025 -37.0917 145.4708 606.3 FORT WILLIAM +ASN00088026 -37.1000 144.2500 341.4 FRYERSTOWN +ASN00088027 -37.1000 145.0000 213.4 GLENAROUA +ASN00088028 -37.3811 145.4719 250.0 GLENBURN +ASN00088029 -36.9579 144.6935 294.0 HEATHCOTE +ASN00088030 -37.4000 145.0333 -999.9 HEATHCOTE JUNCTION +ASN00088031 -37.0695 145.4177 565.0 HIGHLANDS (GLENTANNAR) +ASN00088032 -37.0856 143.9977 215.0 JOYCES CREEK +ASN00088033 -37.2169 145.0448 230.0 BROADFORD GOLF COURSE +ASN00088034 -37.3011 144.9475 369.7 KILMORE ASSUMPTION COLLEGE +ASN00088035 -37.3500 144.0000 533.4 KINGSTON +ASN00088036 -37.2500 144.4500 509.0 KYNETON POST OFFICE +ASN00088037 -37.2535 144.3825 487.6 LAURISTON RESERVOIR +ASN00088038 -37.2744 143.5156 305.0 LEXTON +ASN00088040 -37.4000 144.2500 -999.9 LYONVILLE +ASN00088041 -36.9989 144.0703 320.0 MALDON (DERBY HILL) +ASN00088042 -37.1965 144.3742 470.0 MALMSBURY RESERVOIR +ASN00088043 -37.0560 143.7320 249.3 MARYBOROUGH 94849 +ASN00088044 -37.5100 145.7472 420.0 MARYSVILLE (POST OFFICE) +ASN00088045 -37.1667 145.5500 170.7 MOLESWORTH +ASN00088046 -37.3197 145.4969 200.0 MURRINDINDI +ASN00088047 -36.9000 144.0000 -999.9 NEEREMAN +ASN00088048 -37.1050 144.0638 217.0 NEWSTEAD +ASN00088049 -37.0000 145.0000 213.0 PUCKAPUNYAL +ASN00088050 -37.1107 144.8356 331.0 PYALONG WEST (CAVAN PARK) +ASN00088051 -37.0194 144.5203 290.0 REDESDALE 94859 +ASN00088052 -37.0906 143.8639 208.0 TULLAROOP RESERVOIR +ASN00088053 -37.0277 145.1491 145.0 SEYMOUR SHIRE DEPOT +ASN00088054 -37.2831 144.1078 370.0 SHEPHERDS FLAT +ASN00088055 -37.4000 145.7000 -999.9 TAGGERTY +ASN00088056 -37.1714 143.7010 240.0 TALBOT (POST OFFICE) +ASN00088057 -37.0000 145.5500 -999.9 TERIP TERIP +ASN00088058 -37.1000 145.2000 -999.9 TRAWOOL (BOONGARRY) +ASN00088059 -37.3894 144.3232 698.0 TRENTHAM (POST OFFICE) +ASN00088060 -37.4475 145.2143 488.0 KINGLAKE WEST (WALLABY CREEK) +ASN00088061 -37.3449 144.5365 580.0 WOODEND (CARLISLE STREET) +ASN00088062 -37.3500 144.5167 560.8 WOODEND (CORINELLA ROAD) +ASN00088063 -37.3000 144.5000 -999.9 WOODEND (MEADOWBROK) +ASN00088064 -37.1225 144.8561 247.2 MOLLISONS CK AT PYALONG +ASN00088065 -37.2000 144.1000 274.3 YANDOIT (SPRING VALE) +ASN00088066 -37.2072 144.0967 272.0 YANDOIT +ASN00088067 -37.2177 145.4211 193.0 YEA +ASN00088068 -37.3389 145.8547 838.2 RUBICON SEC +ASN00088069 -37.5144 145.4108 400.0 CASTELLA (WEEAMARA) +ASN00088070 -37.3000 145.2500 -999.9 FLOWERDALE (THE WILLOWS) +ASN00088071 -37.4181 144.2133 790.0 BULLARTO SOUTH +ASN00088072 -37.3667 144.1833 685.8 MUSK +ASN00088073 -37.1277 144.6924 463.0 BAYNTON +ASN00088074 -37.0500 145.6667 -999.9 KANUMBRA +ASN00088075 -37.1000 144.2167 -999.9 CAMPBELLS CREEK +ASN00088076 -37.2500 144.5667 -999.9 PIPERS CREEK +ASN00088077 -37.1833 145.1667 -999.9 FLOWERDALE 1 +ASN00088079 -37.0000 145.1000 -999.9 SEYMOUR (AIRLIE) +ASN00088080 -37.4000 143.9000 -999.9 ALLENDALE POST OFFICE +ASN00088081 -37.1167 144.6000 431.6 BAYNTON (MONTVIEW) +ASN00088082 -37.1833 145.0667 204.2 BROADFORD (GLENBURNIE STATION) +ASN00088083 -37.4000 145.7000 -999.9 BUXTON +ASN00088084 -37.3000 145.0000 -999.9 KILMORE (BYLANDS) +ASN00088085 -37.0667 144.2333 278.3 CASTLEMAINE +ASN00088086 -37.3500 144.1500 636.4 DAYLESFORD (WOMBAT HILL GROUND +ASN00088087 -37.3000 144.1500 -999.9 MOUNT FRANKLIN DRY DIGGING +ASN00088088 -37.3000 144.2500 548.0 GLENLYON +ASN00088089 -36.8667 144.9000 152.4 GRAYTON +ASN00088090 -37.2000 144.1000 -999.9 GUILDFORD LIMESTONE PARK +ASN00088091 -37.3500 144.5167 559.0 HANGING ROCK +ASN00088092 -37.0500 145.7000 -999.9 KANUMBRA (MERTON) +ASN00088093 -37.1500 145.3000 -999.9 KERRISDALE (TERANGAVILLE STATI +ASN00088094 -37.1500 144.5000 -999.9 LANGLEY +ASN00088095 -37.2000 145.9000 -999.9 MAINTONGOON +ASN00088096 -37.1000 144.4000 -999.9 METCALFE +ASN00088097 -37.0000 144.6000 -999.9 MIA MIA +ASN00088098 -37.0833 144.5833 -999.9 MIA MIA (SPRING PLAINS) +ASN00088099 -37.2000 145.6000 170.7 MOLESWORTH (WHANREGARWAN) +ASN00088100 -37.3000 143.6000 -999.9 MOUNT MITCHELL +ASN00088101 -37.4000 144.0000 535.8 NEWLYN RESERVOIR +ASN00088102 -37.2000 145.1000 -999.9 REEDY CREEK +ASN00088103 -37.4958 145.7475 400.0 MARYSVILLE GOLF COURSE +ASN00088104 -37.2000 143.7000 -999.9 TALBOT +ASN00088105 -37.0167 144.0667 -999.9 TARADALE +ASN00088106 -37.0000 144.0000 -999.9 TARRANGOWER +ASN00088107 -37.2940 144.9604 365.0 KILMORE RACECOURSE +ASN00088108 -37.1566 144.2079 277.0 VAUGHAN +ASN00088109 -36.8886 145.1859 140.8 MANGALORE AIRPORT 94874 +ASN00088110 -37.0809 144.2392 330.0 CASTLEMAINE PRISON 95853 +ASN00088111 -37.2000 144.4000 472.4 MALMSBURY +ASN00088112 -36.9833 145.7167 330.7 MERTON WEIR FARM +ASN00088113 -37.3387 143.9861 515.0 SMEATON (BLAMPIED (BARDIA)) +ASN00088114 -37.2450 144.0250 419.0 WERONA (FAIRVIEW) +ASN00088115 -37.4000 144.4000 686.0 TRENTHAM EAST +ASN00088116 -37.4167 143.9667 548.6 SPRINGMOUNT (BRAESIDE) +ASN00088117 -37.2034 144.7143 578.0 BENLOCH +ASN00088118 -36.9996 144.2616 335.0 HARCOURT +ASN00088119 -37.3167 145.7167 -999.9 ACHERON RIVER @ TAGGERTY +ASN00088120 -37.0219 145.6547 293.0 KANUMBRA (BRILLIANT ESTATE) +ASN00088121 -37.1425 144.9264 250.0 HIGH CAMP (LANNERMOOR) +ASN00088122 -37.3333 145.2833 256.0 FLOWERDALE (KINLOCHIEL) +ASN00088123 -37.2500 144.4378 526.0 KYNETON +ASN00088124 -36.8253 145.0865 131.1 TABILK (TAHBILK WINERY) +ASN00088125 -37.3827 145.4731 220.0 YEA RIVER @ DEVLINS BRIDGE +ASN00088126 -37.0213 145.1091 140.0 GOULBURN RIVER @ SEYMOUR +ASN00088127 -37.2500 145.8000 -999.9 THORNTON +ASN00088128 -37.2667 144.6333 -999.9 COBAW (HAZEL FARM) +ASN00088129 -37.1333 145.5833 189.0 CATHKIN (MOUNT EDGAR) +ASN00088130 -37.4234 145.7085 265.0 BUXTON +ASN00088131 -37.4998 145.6793 345.0 NARBETHONG +ASN00088132 -36.9353 144.0115 229.0 BARINGHUP (BLUE HILLS) +ASN00088133 -37.4167 144.2833 768.1 NEWBURY +ASN00088134 -37.5833 145.7000 -999.9 TAGGERTY (THENDARA) +ASN00088135 -37.4306 144.2719 746.7 LERDERDERG (NEWBURY) +ASN00088136 -37.4333 144.5333 701.0 LERDERDERG (PROCTOR) +ASN00088137 -37.1644 143.5532 263.0 LILLICUR +ASN00088138 -37.2348 144.9962 307.0 BROADFORD (KILMORE NORTH) +ASN00088141 -37.4000 144.2167 777.2 LERDERDERG (TURVEY) +ASN00088142 -37.2000 145.3333 -999.9 HOMEWOOD +ASN00088143 -37.2000 145.0833 -999.9 GLENBURNIE +ASN00088144 -37.5333 145.4667 -999.9 TOOLANGI +ASN00088145 -37.2833 143.6833 -999.9 CLUNES (BECKWORTH COURT) +ASN00088146 -37.1500 143.6833 254.8 AMHERST +ASN00088147 -37.4167 144.2167 746.8 BULLARTO SOUTH POST OFFICE +ASN00088148 -37.0667 145.7500 396.0 SPRING CREEK BASIN ONE +ASN00088149 -37.1183 145.6967 283.4 SPRING CREEK BASIN THREE +ASN00088150 -37.1333 145.6833 253.0 SPRING CREEK BASIN FOUR +ASN00088151 -37.0000 144.0000 229.0 MALDON (SPRING PARK) +ASN00088153 -37.0748 145.7220 360.0 SPRING CREEK BASIN TWO +ASN00088156 -37.1167 145.8167 -999.9 ALEXANDRA (MAINTONGOON) +ASN00088158 -37.2714 145.2831 248.0 STRATH CREEK +ASN00088159 -36.9861 145.0381 200.0 PUCKAPUNYAL RANGE CONTROL +ASN00088160 -37.1251 143.7861 223.0 MAJORCA +ASN00088162 -37.3807 144.9654 527.8 WALLAN (KILMORE GAP) 94860 +ASN00088163 -37.2581 145.6200 332.0 ALEXANDRA (CRYSTAL CREEK) +ASN00088164 -37.2091 145.8423 637.0 EILDON FIRE TOWER 94881 +ASN00089000 -37.2833 142.9500 332.2 ARARAT POST OFFICE +ASN00089001 -37.5489 143.8192 456.0 BALLARAT BOTANICAL GARDENS +ASN00089002 -37.5127 143.7911 435.2 BALLARAT AERODROME 94852 +ASN00089003 -37.2472 141.8415 180.0 BALMORAL (POST OFFICE) +ASN00089004 -38.0683 143.8667 119.0 BARUNAH PLAINS +ASN00089005 -37.4483 143.3658 450.0 BEAUFORT +ASN00089006 -37.9633 143.4672 165.0 BERRYBANK +ASN00089007 -37.4739 143.6558 400.0 BURRUMBEET +ASN00089008 -37.7833 143.6167 -999.9 CAPE CLEAR +ASN00089009 -37.5267 142.0414 210.0 CAVENDISH (POST OFFICE) +ASN00089010 -38.0297 143.6331 120.0 CRESSY +ASN00089011 -37.6467 142.3419 250.0 DUNKELD +ASN00089012 -37.7333 142.2000 -999.9 DUNKELD (COREA SOUTH) +ASN00089013 -37.7000 142.5000 296.0 GLENTHOMPSON (BRIE BRIE) +ASN00089014 -37.6500 142.0000 -999.9 KANAWALLA +ASN00089015 -37.7667 143.0167 236.2 NERRIN NERRIN +ASN00089016 -37.7110 142.8395 220.0 LAKE BOLAC (POST OFFICE) +ASN00089017 -37.6833 143.5667 375.0 LINTON POST OFFICE +ASN00089018 -37.9543 143.3437 178.0 LISMORE (POST OFFICE) +ASN00089019 -37.4043 142.3843 248.0 MIRRANATWA (BOWACKA) +ASN00089020 -37.4000 142.1000 -999.9 MOORALLA (WOODLEIGH) +ASN00089021 -37.8333 143.8333 335.0 MOUNT MERCER (WOODBANK) +ASN00089022 -37.6472 142.2309 221.0 MOUTAJUP +ASN00089023 -37.8333 143.0833 213.0 PURA PURA +ASN00089024 -37.9000 143.7000 167.6 ROKEWOOD (KURUC A RUC) +ASN00089025 -37.6854 143.3654 295.0 SKIPTON POST OFFICE +ASN00089026 -37.7000 143.4000 288.3 SKIPTON (BAANGAL) +ASN00089027 -37.6833 143.3833 -999.9 SKIPTON (WAVERLEY) +ASN00089028 -37.6500 143.6833 354.0 SMYTHESDALE +ASN00089029 -37.6833 143.0667 210.0 STREATHAM +ASN00089030 -37.4817 143.4622 415.0 TRAWALLA +ASN00089031 -37.5000 142.3000 -999.9 VICTORIA VALLEY +ASN00089032 -37.6579 142.9977 248.0 WESTMERE (MONTREUX) +ASN00089033 -37.6901 142.7253 222.0 WICKLIFFE +ASN00089034 -37.5483 142.7393 250.0 WILLAURA (MAIN STREET) +ASN00089035 -37.6164 143.1633 270.0 BEAUFORT (WONGAN) +ASN00089036 -37.3333 142.1500 249.9 WOOHLPOOER +ASN00089037 -37.4769 142.5345 270.0 WILLAURA (YARRAM PARK) +ASN00089038 -37.3667 143.1833 337.7 BUANGOR 1 +ASN00089039 -37.3667 143.1667 341.4 BUANGOR +ASN00089040 -37.3833 142.7833 -999.9 MOUNT MOORNAHBOOL +ASN00089041 -38.1167 144.0500 -999.9 INVERLEIGH +ASN00089043 -37.3909 141.9194 266.0 GATUM +ASN00089044 -37.2500 141.6500 -999.9 HARROW (SPRING VALLEY) +ASN00089045 -37.4056 143.0561 395.0 BUANGOR (BIRANGA) +ASN00089046 -37.6000 143.5000 -999.9 CHEPSTOWE +ASN00089047 -37.8000 143.8000 -999.9 ENFIELD +ASN00089048 -37.5170 143.9275 551.0 GLEN PARK (WHITE SWAN RESERVOI +ASN00089049 -37.5500 143.8833 526.0 BALLARAT SURVEY OFFICE +ASN00089050 -37.5500 143.8833 525.8 BALLARAT MOUNT PLEASANT OBS. +ASN00089051 -37.6000 143.2000 -999.9 BEAUFORT (WARRAPINGO) +ASN00089052 -37.6000 143.2000 -999.9 BEAUFORT (STONELEIGH) +ASN00089053 -37.4491 142.9549 340.0 MAROONA +ASN00089054 -37.8000 143.6000 -999.9 BERRINGA +ASN00089055 -38.0000 143.0000 -999.9 LISMORE (THE MANSE) +ASN00089056 -37.7000 142.3000 -999.9 DUNKELD +ASN00089057 -37.2000 142.2000 -999.9 GLENISLA +ASN00089058 -37.6500 142.5500 -999.9 GLENTHOMPSON (WINTOC) +ASN00089059 -37.9500 143.3000 -999.9 LISMORE (HAZELWOOD) +ASN00089060 -37.3000 143.0000 -999.9 LANGI CHIRAM +ASN00089061 -37.4000 143.7000 -999.9 LEARMONTH +ASN00089062 -37.6000 143.0000 -999.9 MININERA +ASN00089063 -37.4000 142.3833 457.2 MIRRANATWA (BULLAWIN PARK) +ASN00089064 -37.7333 143.4833 -999.9 MOUNT BUTE +ASN00089065 -37.4000 142.6000 -999.9 MOUNT WILLIAM +ASN00089066 -37.7000 143.6000 -999.9 NEWTOWN RAILWAY STATION +ASN00089067 -38.0000 143.7167 -999.9 ROKEWOOD (THE MEADOWS) +ASN00089068 -37.9324 143.7864 183.0 ROKEWOOD (WURROOK SOUTH) +ASN00089069 -37.8833 143.7000 175.3 ROKEWOOD (WURROCK) +ASN00089070 -37.7000 143.6500 -999.9 SCARSDALE +ASN00089071 -37.6667 143.0667 -999.9 STREATHAM (PRETTY TOWER) +ASN00089072 -38.2000 144.0000 -999.9 WINCHELSEA (MURDEDUKE) +ASN00089073 -37.5000 143.7000 -999.9 WINDERMERE +ASN00089074 -37.9477 143.2222 177.0 DERRINALLUM (POST OFFICE) +ASN00089075 -37.6361 142.5474 270.0 GLENTHOMPSON +ASN00089076 -38.0500 143.3333 122.0 LISMORE (WILLOCHRA) +ASN00089077 -37.8167 143.7500 335.3 DEREEL (METCALFE) +ASN00089078 -37.5933 142.7992 243.8 WILLAURA (LEARMONTH) +ASN00089079 -37.8442 143.5072 234.0 CAPE CLEAR (NARINGAL) +ASN00089080 -37.3770 142.8110 340.0 MAROONA (HILLENVALE) +ASN00089081 -37.4500 142.9833 305.0 MAROONA (DEIGHTON) +ASN00089082 -37.5042 143.2792 332.0 BEAUFORT (SHEEPWASH) +ASN00089083 -37.5667 143.0000 282.0 TATYOON +ASN00089084 -37.9333 143.8667 180.0 WARRAMBINE CK AT WARRAMBINE +ASN00089085 -37.2775 142.9811 295.0 ARARAT PRISON 94834 +ASN00089086 -38.1784 143.7173 121.0 EURACK +ASN00089087 -37.9828 143.8542 152.4 SHELFORD WEST +ASN00089088 -37.8833 143.1667 -999.9 VITE VITE +ASN00089089 -37.8167 143.7500 -999.9 DEREEL +ASN00089090 -37.4203 143.5239 371.9 WAUBRA +ASN00089091 -37.4333 143.4667 -999.9 TRAWALLA STATE SCHOOL +ASN00089092 -37.8779 143.9023 263.0 WARRAMBINE NO 2 +ASN00089093 -37.8833 143.8667 210.0 WARRAMBINE BASIN FOUR +ASN00089094 -37.8333 143.8833 311.0 WARRAMBINE BASIN NO 3 +ASN00089095 -37.6333 142.5500 -999.9 GLENTHOMPSON STATE SCHOOL +ASN00089096 -37.5667 143.8500 -999.9 BALLARAT SCHOOL OF MINES +ASN00089097 -37.6333 143.2333 -999.9 SKIPTON (MOORAMONG STATION) +ASN00089098 -37.3833 142.5667 -999.9 MAFEKING +ASN00089099 -38.0833 143.7167 -999.9 WEERING ESTATE +ASN00089100 -37.8500 143.6000 -999.9 PITFIELD PLAINS +ASN00089101 -37.7000 143.1833 -999.9 CARRANBALLAC (STREATHAM) +ASN00089103 -37.9708 143.2189 173.0 DERRINALLUM (CRAIGMORE) +ASN00089104 -37.8128 143.9178 -999.9 LEIGH RIVER @ MOUNT MERCER +ASN00089105 -37.2822 143.2469 965.0 LOOKOUT HILL +ASN00089106 -37.4152 143.6718 485.0 ADDINGTON +ASN00089107 -37.3494 143.2956 520.0 RAGLAN +ASN00089108 -37.3358 143.1642 350.0 WARRAK (BUANGOR) +ASN00089109 -37.3598 143.1961 350.0 BUANGOR (CRAIGIE) +ASN00089110 -37.6694 143.5159 420.0 LINTON +ASN00089111 -37.5174 143.7791 441.0 BALLARAT HOPETOUN RD +ASN00089112 -37.7067 142.9378 226.0 WESTMERE 95840 +ASN00090000 -38.3833 142.5833 7.6 ALLANSFORD +ASN00090001 -38.7481 143.6635 21.0 APOLLO BAY +ASN00090002 -38.2500 142.0000 -999.9 YAMBUK (AVALON) +ASN00090003 -38.6000 143.7000 -999.9 BARRAMUNGA +ASN00090004 -38.4670 143.7482 151.0 BARWON DOWNS +ASN00090005 -38.1954 143.6399 120.0 BEEAC (POST OFFICE) +ASN00090006 -38.6000 143.6000 -999.9 BEECH FOREST +ASN00090007 -38.7000 143.5833 -999.9 BEECH FOREST STATE FOREST +ASN00090008 -38.3372 143.7844 119.0 BIRREGURRA (POST OFFICE) +ASN00090009 -37.8611 141.8011 98.0 BRANXHOLME +ASN00090010 -37.8595 141.7708 112.0 BRANXHOLME (BASSETT) +ASN00090011 -38.2331 143.1450 165.0 CAMPERDOWN (POST OFFICE) +ASN00090012 -37.9970 143.2533 164.0 CAMPERDOWN (ETTRICK) +ASN00090013 -38.3215 141.4060 10.0 CAPE BRIDGEWATER +ASN00090014 -38.4319 141.5419 45.0 CAPE NELSON LIGHTHOUSE COMPARI +ASN00090015 -38.8556 143.5128 82.0 CAPE OTWAY LIGHTHOUSE GSN 94842 +ASN00090016 -38.0000 142.5167 -999.9 CARAMUT (BARWIDGEE) +ASN00090017 -38.6000 143.4000 45.7 CARLISLE RIVER +ASN00090018 -37.2667 141.4000 48.2 CASTERTON POST OFFICE +ASN00090019 -37.4301 141.2688 101.0 CASTERTON (ROSENEATH) +ASN00090020 -37.4350 141.3428 115.0 CASTERTON (WARROCK) +ASN00090021 -38.3291 143.0779 134.0 COBDEN (POST OFFICE) +ASN00090022 -38.2798 143.6613 122.0 COLAC AIRPORT +ASN00090023 -38.3000 143.6000 133.2 COLAC BOTANICAL GARDENS +ASN00090024 -37.6044 141.6853 114.0 COLERAINE HOSPITAL +ASN00090025 -37.5000 141.5500 304.8 COLERAINE (TULSE HILL) +ASN00090026 -37.3443 141.6861 274.0 COOJAR (KILLARA) +ASN00090027 -37.4000 141.6000 -999.9 COLERAINE (WILLAROO) +ASN00090028 -38.0000 141.7000 -999.9 CONDAH +ASN00090029 -38.5500 143.1000 -999.9 COORIEMUNGLE PRISON CAMP +ASN00090030 -38.3000 143.5167 129.5 COROROOKE +ASN00090031 -37.9966 143.0473 151.0 DARLINGTON (WARE STREET) +ASN00090032 -37.9000 141.3000 -999.9 DARTMOOR +ASN00090033 -37.3563 141.2103 89.0 DERGHOLM (HILLGROVE) +ASN00090034 -37.3322 141.0809 124.0 DERGHOLM (DORODONG) +ASN00090035 -38.2333 143.7925 261.0 COLAC (MOUNT GELLIBRAND) 95845 +ASN00090036 -37.9695 141.3077 48.0 DRIK DRIK +ASN00090037 -38.4500 144.1000 -999.9 EASTERN VIEW +ASN00090038 -38.1614 141.7764 24.4 TYRENDARRA (ELLANGOWAN) +ASN00090039 -38.1500 142.6833 100.0 ELLERSLIE POST OFFICE +ASN00090040 -38.5198 143.7150 203.0 FORREST STATE FOREST +ASN00090041 -38.5000 143.5000 85.3 GELLIBRAND RIVER EAST (LOVAT) +ASN00090042 -38.6197 143.2764 24.0 GELLIBRAND RIVER WEST +ASN00090043 -38.4000 142.2000 6.1 PORT FAIRY (GRIFFITHS ISLAND) +ASN00090044 -37.7333 142.0167 209.0 HAMILTON +ASN00090045 -38.1059 142.3216 129.0 HAWKESDALE (POST OFFICE) +ASN00090046 -38.1086 142.3217 150.0 HAWKSDALE SHIRE OFFICE +ASN00090047 -38.1000 141.6333 -999.9 HEYWOOD POST OFFICE +ASN00090048 -38.1355 141.6316 26.8 HEYWOOD FORESTRY +ASN00090049 -38.7667 143.3833 45.7 JOHANNA GLEN +ASN00090050 -38.1968 141.3577 133.0 MOUNT RICHMOND +ASN00090051 -38.2928 142.3725 66.0 KOROIT +ASN00090052 -38.7000 143.4000 -999.9 LAVERS HILL +ASN00090053 -38.1458 143.3061 124.0 LESLIE MANOR (BOOLARRA) +ASN00090054 -38.5500 143.9833 15.2 LORNE POST OFFICE +ASN00090055 -38.0339 141.9998 80.0 MACARTHUR (POST OFFICE) +ASN00090056 -37.7000 141.5500 61.0 MERINO (GLENORCHY ESTATE) +ASN00090057 -37.7200 141.5489 83.0 MERINO +ASN00090058 -38.0853 142.7900 130.0 MORTLAKE +ASN00090059 -38.0329 141.0183 20.0 NELSON +ASN00090060 -38.4699 142.7502 55.0 NULLAWARRE +ASN00090061 -38.4210 143.8348 160.0 PENNYROYAL CREEK +ASN00090062 -37.8824 142.4235 205.0 PENSHURST (THE GUMS) +ASN00090063 -37.8750 142.2895 233.0 PENSHURST (POST OFFICE) +ASN00090064 -38.6086 142.8756 15.0 PETERBOROUGH +ASN00090065 -38.3000 143.3000 -999.9 POMBORNEIT +ASN00090066 -37.2500 141.1000 85.3 POOLAIJELO +ASN00090067 -38.6196 142.9944 20.0 PORT CAMPBELL POST OFFICE +ASN00090068 -38.6167 142.9833 -999.9 PORT CAMPBELL (WAARE) +ASN00090069 -38.3792 142.2250 6.0 PORT FAIRY POST OFFICE +ASN00090070 -38.3846 141.6074 55.0 PORTLAND +ASN00090071 -38.6942 143.1562 7.0 PRINCETOWN +ASN00090072 -37.8000 141.1000 64.9 PURALKA +ASN00090073 -38.7500 143.2000 -999.9 PRINCETOWN (RIVERNOOK) +ASN00090074 -37.7000 141.2000 -999.9 STRATHDOWNIE (MULGA) +ASN00090075 -37.7158 141.6986 120.0 TAHARA +ASN00090076 -38.6771 143.6826 402.0 TANYBRYN +ASN00090077 -38.2362 142.9166 131.0 TERANG +ASN00090078 -38.2000 142.9000 -999.9 TERANG (SUNNYSIDE) +ASN00090079 -38.4881 142.9792 100.0 TIMBOON +ASN00090080 -38.2127 143.5531 156.0 WARRION +ASN00090081 -38.3725 142.4694 11.0 WARRNAMBOOL SHIRE OFFICE +ASN00090082 -38.3836 142.4814 21.0 WARRNAMBOOL (POST OFFICE) +ASN00090083 -38.6357 143.5127 492.0 WEEAPROINAH 95855 +ASN00090084 -38.1833 142.4682 85.0 WOOLSTHORPE +ASN00090085 -38.0831 142.9919 142.0 KOLORA (WOORIWYRITE) +ASN00090086 -38.6500 143.4500 -999.9 WYELANGTA +ASN00090087 -38.6636 143.4495 535.0 WYELANGTA +ASN00090088 -37.8096 142.1301 200.0 YATCHAW (AMAROO) +ASN00090089 -38.4000 143.4000 -999.9 TIRRENGOWER +ASN00090090 -38.4000 143.4500 -999.9 TOMAHAWK CREEK NORTH STATION +ASN00090091 -37.3000 141.4000 -999.9 CHETWYND +ASN00090092 -37.8408 140.9717 70.0 RENNICK +ASN00090093 -38.7553 143.5103 67.0 HORDERN VALE +ASN00090094 -37.6000 141.5000 193.5 CARAPOOK (THE GUMS) +ASN00090095 -37.5261 141.8172 244.0 COLERAINE (MELVILLE FOREST) +ASN00090096 -38.7000 143.7500 -999.9 SKENES CREEK +ASN00090097 -37.8031 141.6775 190.0 GRASSDALE +ASN00090099 -38.4500 143.9000 -999.9 BENWERRIN +ASN00090100 -38.1500 143.0167 -999.9 CAMPERDOWN (EDDINGTON) +ASN00090101 -38.3167 143.7833 -999.9 BIRREGURRA (RIPPLE VALE) +ASN00090102 -38.4500 142.9500 -999.9 BRUCKNELL SOUTH +ASN00090103 -37.8250 142.0644 200.0 HAMILTON RESEARCH STATION +ASN00090104 -37.9500 142.5167 146.3 CARAMUT +ASN00090105 -37.7417 141.0657 72.0 STRATHDOWNIE +ASN00090106 -37.5500 141.5000 -999.9 CASTERTON (CARRINYA) +ASN00090107 -37.4000 141.2500 -999.9 CASTERTON (NANGEELA) +ASN00090108 -37.5833 141.4000 -999.9 CASTERTON VICARAGE +ASN00090109 -37.3000 141.4000 -999.9 CHETWYND (WOODACRES) +ASN00090110 -37.3167 143.5833 129.5 COLAC (BADLINGHAM) +ASN00090111 -37.3167 143.5833 129.5 COLAC WEST +ASN00090112 -37.5500 141.7167 93.9 COLERAINE (KONONG WOOTONG) +ASN00090113 -37.6000 141.7000 274.3 COLERAINE (WONDO DALE) +ASN00090114 -37.6000 141.7000 -999.9 COLERAINE (MONA VALE) +ASN00090115 -38.1000 143.6000 -999.9 CUNDARE SOUTH +ASN00090116 -37.9833 143.1333 -999.9 POLIGOLET +ASN00090117 -38.0000 142.7000 -999.9 HEXHAM PARK +ASN00090118 -38.0000 142.7000 -999.9 HEXHAM STATE SCHOOL +ASN00090119 -38.3000 143.6500 -999.9 LARALEA +ASN00090120 -38.3500 143.5000 -999.9 LARPENT +ASN00090121 -38.0000 141.4500 -999.9 CRAWFORD LOWER +ASN00090122 -38.1000 142.0000 -999.9 MACARTHUR (GLENHUNTLY) +ASN00090123 -38.6333 143.7333 -999.9 MOUNT SABINE 1 +ASN00090124 -38.2000 141.7000 -999.9 NARRAWONG +ASN00090125 -38.3000 142.7000 -999.9 PANMURE +ASN00090126 -38.4000 143.1000 -999.9 SCOTTS CREEK +ASN00090127 -37.7000 141.2000 -999.9 STRATHDOWNIE POST OFFICE +ASN00090128 -38.4000 143.5000 -999.9 TOMAHAWK CREEK (IRREWILLIPE EA +ASN00090129 -38.3833 142.4833 -999.9 WARRNAMBOOL (FAWSYDE) +ASN00090130 -38.7500 143.2500 -999.9 WATTLE HILL +ASN00090131 -38.3500 144.0000 -999.9 WENSLEY DALE STATE SCHOOL +ASN00090133 -38.7500 143.6667 -999.9 APOLLO BAY NORTH +ASN00090134 -38.5304 143.5390 89.0 GELLIBRAND RIVER FORESTRY +ASN00090135 -37.5909 141.4133 71.0 CASTERTON SHOWGROUNDS 94825 +ASN00090136 -37.9568 142.5187 147.0 CARAMUT +ASN00090138 -38.4236 143.4428 173.0 IRREWILLIPE (TOMAHAWK CREEK) +ASN00090139 -38.6500 143.3000 61.0 CHAPPLE VALE +ASN00090140 -37.3644 141.5842 270.0 NAREEN +ASN00090141 -38.3333 142.5833 55.0 WANGOOM POST OFFICE +ASN00090144 -38.2000 143.6167 -999.9 BEEAC (EURACK) +ASN00090145 -38.7667 143.3833 -999.9 JOHANNA +ASN00090146 -38.2333 143.5167 274.3 ALVIE +ASN00090147 -38.3427 143.5848 134.0 COLAC (SHIRE OFFICE) +ASN00090148 -38.5333 143.9833 4.0 LORNE PIER HEAD +ASN00090149 -38.3167 142.0667 6.0 YAMBUK +ASN00090150 -38.3000 141.6000 -999.9 GORAE +ASN00090153 -38.2550 143.1256 245.0 CAMPERDOWN DONALDS HILL +ASN00090154 -38.6833 143.7167 381.0 APOLLO BAY (TANYBRYN FARM) +ASN00090155 -38.3500 142.9667 -999.9 COBRICO (SUNNYSIDE) +ASN00090156 -38.0833 141.4667 -999.9 MOUNY VANDYKE (LYONS) +ASN00090162 -38.3833 141.6333 38.0 PORTLAND AERO +ASN00090164 -37.1824 141.0721 130.0 POOLAIJELO (KARINYA) +ASN00090165 -38.5582 143.1663 115.0 SIMPSON SOUTH +ASN00090166 -38.2453 143.9764 90.0 WINCHELSEA SHIRE DEPOT +ASN00090167 -38.2430 143.9887 85.0 WINCHELSEA (POST OFFICE) +ASN00090168 -38.5256 143.9722 90.0 LORNE COUNTRY CLUB +ASN00090169 -37.7167 141.9667 174.0 HAMILTON GODFREY +ASN00090170 -38.0928 142.9602 155.0 KOLORA (WIRWIN) +ASN00090171 -38.3148 141.4705 80.9 PORTLAND (CASHMORE AIRPORT) 94828 +ASN00090172 -38.2919 142.4353 75.0 WARRNAMBOOL AIRPORT +ASN00090173 -37.6486 142.0636 241.1 HAMILTON AIRPORT 94829 +ASN00090174 -38.3933 143.5961 248.1 COLAC (ELLIMINYT) +ASN00090175 -38.3906 142.2347 10.0 PORT FAIRY AWS 94830 +ASN00090176 -38.0737 142.7744 130.0 MORTLAKE RACECOURSE 94840 +ASN00090177 -37.2561 141.0944 135.0 POOLAIJELO (DOROTHY DOWNS) +ASN00090178 -37.1091 141.0029 106.0 LANGKOOP (SPRINGDALE) +ASN00090179 -38.4478 143.5689 280.0 BURTONS LOOKOUT +ASN00090180 -38.4583 144.0883 95.0 AIREYS INLET 94846 +ASN00090181 -38.2410 143.1393 195.0 CAMPERDOWN +ASN00090182 -37.5830 141.3339 130.6 CASTERTON 95825 +ASN00090183 -38.6286 143.7306 583.0 HAINES JUNCTION (MOUNT SABINE) +ASN00090184 -38.4306 141.5437 45.4 CAPE NELSON LIGHTHOUSE 94826 +ASN00090185 -38.5497 143.8594 657.0 LORNE (MOUNT COWLEY) +ASN00090186 -38.2867 142.4522 70.8 WARRNAMBOOL AIRPORT NDB 94837 +ASN00090187 -38.4115 143.9771 -999.9 BOONAH +ASN00090188 -38.4831 143.9142 -999.9 BENWERRIN +ASN00090189 -38.4467 143.7283 -999.9 BARWON DOWNS (GERANGAMETE) +ASN00090190 -37.8994 141.8542 80.0 BRANXHOLME INVERARY RD +ASN00090191 -38.5837 142.8664 8.0 PETERBOROUGH (THE LODGE) +ASN00090193 -38.3876 142.4592 12.0 WARRNAMBOOL GOLF CLUB +ASN00091000 -41.5211 146.7158 237.0 DELORAINE (ATHOL) +ASN00091001 -41.2025 146.8156 43.0 BEACONSFIELD (MINE & HERITAGE +ASN00091002 -41.7511 146.8992 288.0 BLACKWOOD CREEK (KOPANICA) +ASN00091003 -41.2333 146.5167 91.4 NORTHDOWN (BOISDALE) +ASN00091004 -41.1692 147.7383 176.0 BRANXHOLM (STOKE STREET) +ASN00091005 -41.1667 147.7333 -999.9 BRANXHOLM (FORESTRY) +ASN00091006 -41.2000 147.5000 -999.9 BRID FARM +ASN00091007 -41.0067 147.3917 14.0 BRIDPORT POST OFFICE +ASN00091008 -41.2000 147.2000 -999.9 BRIDESTOWE +ASN00091009 -41.0661 145.9431 8.0 BURNIE (ROUND HILL) 94958 +ASN00091010 -41.0500 145.9000 7.6 BURNIE (NO 1) +ASN00091011 -40.6842 144.7181 15.0 CAPE GRIM (WOOLNORTH) +ASN00091012 -41.5000 147.0000 -999.9 CARRICK (PARKWATER) +ASN00091013 -41.5433 146.9933 150.0 CARRICK (OAKS ROAD) +ASN00091014 -41.2000 147.8000 -999.9 DERBY (CASCADE DAM) +ASN00091015 -41.3350 146.1300 420.0 CASTRA UPPER +ASN00091016 -41.6142 146.4592 290.0 CAVESIDE +ASN00091017 -41.3000 146.1000 393.2 CASTRA CENTRAL +ASN00091018 -41.7333 147.1833 -999.9 CRESSY (COBURG) +ASN00091019 -41.8142 147.0922 165.0 CONNORVILLE (LAKE RIVER) +ASN00091020 -41.7000 147.0833 160.0 CRESSY POST OFFICE +ASN00091021 -41.6606 147.1008 155.0 CRESSY HOUSE +ASN00091022 -41.7219 147.0811 148.0 CRESSY RESEARCH STATION (MAIN +ASN00091023 -41.3833 147.0500 30.5 RIVERSIDE NORTH (DANBURY PARK) +ASN00091024 -41.1450 147.8000 160.0 DERBY POST OFFICE +ASN00091025 -41.1667 146.3617 8.0 DEVONPORT HARBOUR MASTER +ASN00091026 -41.3167 147.5000 633.0 DIDDLEUM PLAINS +ASN00091027 -41.1833 146.3167 -999.9 HAWTHORN (DON) +ASN00091028 -41.2833 147.7000 -999.9 DUNNE CREEK +ASN00091029 -41.4978 146.5350 274.0 DUNORLAN (SHARMANS ROAD) +ASN00091030 -41.0828 145.7725 155.0 ELLIOTT RESEARCH STATION 99957 +ASN00091031 -40.8500 145.2500 30.5 FOREST (VAN DIEMANS LAND COMPA +ASN00091032 -41.7244 147.3208 170.0 EPPING FOREST (FORTON) +ASN00091033 -41.3203 146.7378 240.0 FRANKFORD (ROSSVILLE) +ASN00091034 -40.8842 145.2161 60.0 SOUTH FOREST (PLUMMERS ROAD) +ASN00091035 -41.3333 146.8667 -999.9 GLENGARRY (POST OFFICE NO2) +ASN00091036 -41.3000 146.9000 125.0 GLENGARRY (WEST TAMAR) +ASN00091037 -41.3450 146.9483 100.0 GLENGARRY (NO3) +ASN00091038 -41.6333 146.7000 380.0 GOLDEN VALLEY +ASN00091039 -41.1839 146.4817 75.0 NORTHDOWN (HAMLEY) +ASN00091040 -41.2467 145.7731 465.0 HAMPSHIRE (NEENA ROAD) +ASN00091041 -41.2383 146.9953 72.0 HILLWOOD (HILLWOODVILLE) +ASN00091042 -41.2167 146.2333 170.7 KINDRED (INVERGORDON) +ASN00091043 -41.4000 147.1500 -999.9 INVERMAY +ASN00091044 -40.9153 145.1433 51.0 IRISHTOWN +ASN00091045 -41.1328 147.4808 135.0 JETSONVILLE ( MUSKFIELD ) +ASN00091046 -41.0833 146.7333 45.7 KELSO +ASN00091047 -40.9667 145.5833 -999.9 LAPOINYA (MYALLA) +ASN00091048 -41.2514 146.3975 25.0 LATROBE (COAL ROAD) +ASN00091049 -41.5000 147.2000 24.4 LAUNCESTON (PUMPING STATION) +ASN00091050 -41.4500 147.1667 -999.9 LAUNCESTON (RIFLE RANGE) +ASN00091051 -41.1000 147.0000 -999.9 LEFROY +ASN00091052 -41.6847 146.8467 270.0 LIFFEY +ASN00091053 -41.2500 147.2169 158.0 LILYDALE POST OFFICE +ASN00091054 -41.5922 147.1200 140.0 LONGFORD (DENTON CLOSE) +ASN00091055 -41.5406 146.1364 259.0 LORINNA +ASN00091056 -41.3000 146.0000 -999.9 LOWANA +ASN00091057 -41.0567 146.7883 28.0 LOW HEAD (COMPARISON) +ASN00091058 -40.9500 144.7000 -999.9 MARRAWAH (STATE SCHOOL) +ASN00091059 -40.9500 144.7000 102.1 MARRAWAH (GLENDONALD) +ASN00091060 -40.9050 145.3492 93.0 MAWBANNA (MAWBANNA ROAD) +ASN00091061 -41.6489 146.6144 291.0 MEANDER +ASN00091062 -41.2167 146.3333 -999.9 MELROSE +ASN00091063 -41.2500 146.3000 -999.9 MELROSE (QUARRIES) +ASN00091064 -41.4842 146.0747 504.0 MOINA +ASN00091065 -41.5553 146.3992 240.0 MOLE CREEK +ASN00091066 -40.9936 145.6114 150.0 MOORLEAH (PREOLENNA ROAD) +ASN00091067 -41.2000 147.8000 -999.9 MOUNT PARIS (DAM) +ASN00091068 -41.4500 147.4333 381.0 MUSSELBORO (APPLICO) +ASN00091069 -41.2667 147.3500 520.0 MYRTLE BANK (LANOMA) +ASN00091070 -41.1667 147.3667 129.0 NABOWLA +ASN00091071 -41.2333 145.9000 396.2 UPPER NATONE +ASN00091072 -41.4678 147.1628 67.0 LAUNCESTON (KINGS MEADOWS) +ASN00091073 -41.4083 146.0783 560.0 SOUTH NIETTA +ASN00091074 -40.9911 145.0783 57.0 EDITH CREEK +ASN00091075 -41.4000 147.2833 350.5 NUNAMARA +ASN00091076 -41.4000 146.6000 -999.9 PARKHAM +ASN00091077 -41.5750 147.4508 275.0 DEDDINGTON (MARATHON) +ASN00091078 -41.1000 146.0500 -999.9 PENGUIN +ASN00091079 -41.0867 145.5517 260.0 PREOLENNA +ASN00091080 -41.2083 146.3467 11.0 QUOIBA +ASN00091081 -41.3317 146.4150 60.0 RAILTON (CEMENT AUSTRALIA) +ASN00091082 -40.9272 144.7489 77.0 REDPA (GREENES ROAD) +ASN00091083 -41.1964 145.9997 290.0 RIANA (PINE ROAD) +ASN00091084 -41.5000 147.3000 85.3 EVANDALE (RIDGESIDE) +ASN00091085 -41.1497 145.8339 277.0 RIDGLEY +ASN00091086 -41.2439 147.7353 285.0 RINGAROOMA (CHARLES STREET) +ASN00091087 -41.3833 147.1167 76.2 NEWNHAM (ROCHERLEA) +ASN00091088 -41.3303 147.3550 390.0 ST PATRICKS RIVER (TARGA FARM) +ASN00091089 -41.1500 147.5000 -999.9 SCOTTSDALE +ASN00091090 -41.4475 146.8744 190.0 SELBOURNE (KIRNBRAE) +ASN00091091 -41.3831 146.3278 280.0 SHEFFIELD +ASN00091092 -40.8492 145.1125 7.0 SMITHTON (GRANT STREET) +ASN00091093 -41.2667 147.5000 270.0 SOUTH SPRINGFIELD (SOUTH SPRIN +ASN00091094 -40.7642 145.2944 10.0 STANLEY POST OFFICE +ASN00091095 -41.3128 147.0281 55.0 WINDERMERE (ACACIA HOUSE) +ASN00091096 -41.2000 145.5000 -999.9 WEST TAKONE +ASN00091097 -41.1833 145.6167 340.0 TAKONE +ASN00091098 -41.3667 147.4500 -999.9 TAYENE +ASN00091099 -41.2314 145.7061 410.0 TEWKESBURY +ASN00091100 -40.4472 144.8400 8.0 THREE HUMMOCK ISLAND +ASN00091101 -41.1000 145.1000 -999.9 TROWUTTA +ASN00091102 -41.1597 146.1453 12.0 ULVERSTONE (KNIGHTS ROAD) +ASN00091103 -41.5239 146.8125 207.0 WESTBURY (VALLEY VIEW) +ASN00091104 -41.5397 147.2033 166.0 LAUNCESTON AIRPORT COMPARISON +ASN00091105 -41.3567 146.1739 351.0 WILMOT (BACK ROAD) +ASN00091106 -41.7000 147.2000 -999.9 WOOLMERS SETTLEMENT +ASN00091107 -40.9972 145.7292 12.0 WYNYARD AIRPORT 95957 +ASN00091108 -41.0000 145.7000 18.6 WYNYARD STATE SCHOOL +ASN00091109 -41.1428 145.7058 343.0 YOLLA (SEA VIEW) +ASN00091110 -40.9667 144.8833 -999.9 EIGHTEEN MILE CAMP +ASN00091111 -41.1833 146.3667 12.0 DEVONPORT +ASN00091112 -40.9942 145.7292 9.4 WYNYARD (JACKSON STREET) +ASN00091114 -41.3000 145.6000 -999.9 PARRAWE +ASN00091115 -40.7000 144.9667 61.0 ROBBINS ISLAND +ASN00091116 -41.1500 147.5167 199.9 SCOTTSDALE (KRAFT FOODS) +ASN00091117 -41.0500 144.6667 22.0 ARTHUR RIVER +ASN00091118 -41.5664 147.2444 175.0 EVANDALE (CAMBOCK LANE) +ASN00091119 -41.4506 146.1089 590.0 ERRIBA (CRADLE MOUNTAIN ROAD) +ASN00091120 -40.6000 144.7500 -999.9 HUNTER ISLAND +ASN00091121 -40.9431 147.5922 39.0 WATERHOUSE(BAROOGA) +ASN00091122 -41.5333 146.6500 -999.9 DELORAINE (MERCY COLLEGE) +ASN00091123 -41.4667 147.1500 137.0 LAUNCESTON (MOUNT PLEASANT) +ASN00091124 -40.5278 144.7469 30.0 HUNTER ISLAND (NO2) +ASN00091125 -41.1036 145.6461 260.0 KELLATIER +ASN00091126 -41.1708 146.4267 8.0 DEVONPORT AIRPORT 95960 +ASN00091127 -41.6472 146.9275 200.0 BRACKNELL (ELIZABETH STREET) +ASN00091128 -40.7769 144.9586 28.0 MONTAGU (MONTAGU ROAD) +ASN00091129 -41.2500 145.9639 405.0 SOUTH RIANA +ASN00091130 -41.5333 146.8667 158.0 HAGLEY (FARM SCHOOL) +ASN00091131 -41.4000 147.4167 1322.8 MOUNT BARROW +ASN00091132 -40.9667 147.4333 3.0 BRIDPORT DEVELOPMENT +ASN00091133 -41.2000 146.9000 -999.9 GRAVELLY BEACH +ASN00091134 -41.2000 146.1000 -999.9 GAWLER WEST +ASN00091135 -40.9000 145.4833 61.0 DETENTION RIVER +ASN00091136 -41.1000 146.8000 -999.9 LYETTA (CLARENCE POINT) +ASN00091137 -40.9000 145.3000 -999.9 BLACK RIVER +ASN00091138 -41.3333 146.0000 -999.9 LORINNA (BLACK BLUFF MINE) +ASN00091139 -40.8500 145.1000 -999.9 SMITHTON (LEESVILLE) +ASN00091140 -41.5500 147.2000 -999.9 PERTH (LEIGHLANDS) +ASN00091141 -41.4500 146.6000 -999.9 MOLTEMA +ASN00091142 -41.5500 146.2500 -999.9 LIENA +ASN00091143 -41.0000 145.7000 -999.9 WYNYARD POST OFFICE +ASN00091144 -41.6797 146.8319 310.0 LIFFEY (GULF ROAD) +ASN00091145 -41.5500 146.0000 -999.9 WILMOT (MIDDLESEX PLAINS) +ASN00091146 -41.2000 147.2000 -999.9 YONDOVER (TUNNEL) +ASN00091147 -40.8000 147.6000 -999.9 WATERHOUSE ISLAND +ASN00091149 -41.3969 146.4975 55.0 KIMBERLEY (SIDING) +ASN00091150 -41.6419 146.5244 417.0 WESTERN CREEK (SOMER HILL) +ASN00091151 -41.5497 146.2300 282.0 LIENA ROAD BRIDGE (MERSEY RIVE +ASN00091152 -41.4667 146.4000 192.0 BEULAH LOWER +ASN00091153 -41.3356 146.2797 264.0 BARRINGTON POST OFFICE +ASN00091154 -41.4333 146.2667 231.6 SHEFFIELD (CLAUDE ROAD) +ASN00091155 -41.0333 145.3833 274.3 MAWBANNA (FORRES) +ASN00091156 -41.4717 146.6456 260.0 WEETAH (WEETAH ROAD) +ASN00091157 -40.9500 145.3667 183.0 MAWBANNA +ASN00091158 -41.5667 146.3000 344.4 MAYBERRY +ASN00091159 -41.6000 146.5667 287.0 MONTANA +ASN00091160 -41.5500 146.5667 304.8 NEEDLES +ASN00091161 -41.3886 146.5861 165.0 PARKHAM (AVENUE ROAD) +ASN00091162 -41.0436 145.1089 190.0 TROWUTTA (RINGWOOD) +ASN00091163 -41.0500 145.0167 6.1 ROGER RIVER (WEST) +ASN00091164 -40.9667 145.2000 243.8 LILEAH (BRAEMAR) +ASN00091165 -41.5167 146.3333 220.0 MOLE CREEK (ROLAND VIEW) +ASN00091166 -41.4247 147.1114 10.0 LAUNCESTON (TREVALLYN) +ASN00091167 -41.5711 147.1825 155.0 PERTH (FORESTRY NURSERY) +ASN00091168 -41.4706 146.2147 284.0 GOWRIE PARK +ASN00091169 -41.1000 147.3000 80.0 FERNY HILL (GLEN FERN) +ASN00091170 -41.1500 147.1667 241.0 RETREAT (PINE VIEW) +ASN00091171 -41.2708 146.5481 81.0 EAST SASSAFRAS (ELPHIN GROVE) +ASN00091172 -41.0167 147.1500 22.9 WEYMOUTH +ASN00091173 -40.9161 147.7742 35.0 TOMAHAWK (CARISBROOKE) +ASN00091174 -41.1000 147.8333 240.0 WINNALEAH +ASN00091175 -41.0167 147.8000 168.0 WINNALEAH (BANCA) +ASN00091176 -41.0667 147.6667 160.0 FORESTER (GLENNON) +ASN00091177 -41.4667 147.1667 -999.9 LAUNCESTON (EAST) +ASN00091178 -40.9000 145.0167 -999.9 CHRISTMAS HILLS +ASN00091179 -41.4500 147.1500 106.7 LAUNCESTON (RADIO STATION 7EX) +ASN00091180 -41.1667 144.7000 6.1 MARRAWAH (COUTA ROCKS) +ASN00091181 -41.4317 147.2083 120.0 LAUNCESTON (DISTILLERY CREEK) +ASN00091182 -40.8528 145.3836 2.0 PORT LATTA +ASN00091183 -41.4333 146.6500 -999.9 PARKHAM EAST +ASN00091185 -41.5514 146.9011 160.0 HAGLEY (FAIRBANK) +ASN00091186 -41.2039 146.2650 127.0 FORTHSIDE RESEARCH STATION 99960 +ASN00091187 -41.5167 146.6333 253.0 DELORAINE (GODERICK) +ASN00091188 -41.3000 147.3000 426.7 PATERSONIA NORTH +ASN00091189 -41.1344 146.0617 145.0 PENGUIN (IRONCLIFFE ROAD) +ASN00091190 -41.2833 146.7833 292.6 HOLWELL +ASN00091191 -41.2667 146.2500 24.4 PALOONA (HEC PUMPING STATION) +ASN00091192 -41.6400 147.2683 140.0 SYMMONS PLAINS (SOUTH ESK RIVE +ASN00091193 -41.1167 146.8333 15.0 GEORGE TOWN +ASN00091194 -41.3456 147.8036 710.0 MOUNT VICTORIA (MOUNT ALBERT R +ASN00091195 -41.4500 146.5167 220.0 MOLTEMA (CRAYTHORNE) +ASN00091196 -41.1794 146.9167 20.0 ROWELLA +ASN00091197 -41.4864 147.4386 375.0 MUSSELBORO (ELVERTON) +ASN00091198 -41.3917 147.4242 1313.0 MOUNT BARROW (SOUTH BARROW) +ASN00091199 -41.3833 147.4167 1310.6 MOUNT BARROW (HEC NO 1) +ASN00091200 -41.4500 147.4333 460.0 MUSSELBORO (VIEW BANKS) +ASN00091201 -40.8453 145.1231 8.0 SMITHTON (UPPER HAVELOCK STREE +ASN00091202 -41.3847 147.3203 425.0 NUNAMARA (ST PATRICKS RIVER) +ASN00091203 -41.6000 147.2333 -999.9 EVANDALE (PLEASANT BANKS) +ASN00091204 -41.0333 145.0333 33.0 ROGER RIVER ESTATE +ASN00091206 -40.9333 144.7000 109.7 MARRAWAH (GREENE) +ASN00091208 -40.9147 144.8681 26.0 TOGARI (RENISON ROAD) +ASN00091209 -40.9667 144.9000 -999.9 MONTAGU SWAMP (16 MILE CAMP) +ASN00091210 -41.4167 146.4667 -999.9 KIMBERLEY (ARMISTEAD) +ASN00091211 -41.5333 146.6500 240.0 DELORAINE EAST +ASN00091212 -41.1500 145.7000 365.8 PREDLINNA (MAWEENA) +ASN00091213 -41.1000 146.0500 4.0 PENGUIN (MANN) +ASN00091214 -40.9667 145.7000 -999.9 FLOWERDALE +ASN00091215 -41.7000 147.2833 -999.9 POWRANNA (ESKDALE) +ASN00091216 -41.2833 147.1667 164.9 KAROOLA +ASN00091217 -40.9650 144.9475 60.0 CHRISTMAS HILLS (NO 2) +ASN00091218 -41.4500 147.1667 8.0 LAUNCESTON (ELPHIN) +ASN00091219 -41.1708 147.4883 197.5 SCOTTSDALE (WEST MINSTONE ROAD 94972 +ASN00091220 -41.5167 146.7000 228.6 DELORAINE (BOWERBANK) +ASN00091221 -41.7239 147.1406 145.0 WOOLMOOR (MACQUARIE RIVER) +ASN00091222 -41.5103 147.1900 160.0 BREADALBANE (MARCHINGTON) +ASN00091223 -40.9089 144.7094 107.3 MARRAWAH 94950 +ASN00091224 -40.8333 145.0833 -999.9 SMITHTON AERODROME +ASN00091225 -41.4761 147.4917 390.0 BURNS CREEK (JANEFIELD) +ASN00091227 -41.5267 146.6583 240.0 DELORAINE RAILWAY BRIDGE (MEAN +ASN00091228 -41.0833 147.6833 143.3 FORESTER +ASN00091229 -41.1336 146.5400 -999.9 POINT SORRELL +ASN00091231 -40.9167 145.1000 -999.9 PELERINE (NEWINGTON PARK) +ASN00091232 -41.1800 146.3817 46.0 DEVONPORT EAST +ASN00091233 -41.1919 147.5897 120.0 TONGANAH (CLAY MINE) +ASN00091234 -41.2000 145.9167 300.0 NATONE +ASN00091235 -41.0333 147.1167 20.0 BACK CREEK +ASN00091236 -41.5128 146.8303 186.0 WESTBURY (BIRRALEE ROAD) +ASN00091237 -41.4194 147.1222 5.0 LAUNCESTON (TI TREE BEND) 94969 +ASN00091238 -41.1853 147.2233 215.0 LEBRINA +ASN00091239 -41.4039 146.9258 215.0 ROSEVALE +ASN00091240 -41.3000 145.9833 80.0 GUNNS PLAINS +ASN00091241 -40.9733 145.3742 212.0 MAWBANNA (HARBY HILLS) +ASN00091242 -41.1517 147.3617 85.0 NABOWLA (DUNBARTON) +ASN00091243 -40.8000 145.2667 5.0 STANLEY (THE NECK) +ASN00091244 -41.5833 146.6000 280.0 MONTANA (HUNTLEY) +ASN00091245 -40.6828 144.6900 94.0 CAPE GRIM BAPS 94954 +ASN00091246 -41.1608 147.5156 200.0 SCOTTSDALE (FORESTRY) +ASN00091247 -41.6456 147.3294 178.0 NILE (COX STREET) +ASN00091248 -41.4722 146.0719 472.0 LAKE GAIRDNER DAM +ASN00091249 -40.7636 145.2908 5.0 STANLEY (MARINE PARADE) +ASN00091250 -41.3167 147.2000 360.0 LILYDALE (HOLLYBANK) +ASN00091251 -41.4167 146.1833 135.0 LAKE BARRINGTON +ASN00091252 -41.5167 147.0667 145.0 HADSPEN +ASN00091253 -41.0750 147.1844 110.0 PIPERS BROOK (PIPERS BROOK ROA +ASN00091254 -41.2517 147.4600 220.0 WEELATY +ASN00091255 -41.2339 146.9294 40.0 DEVIOT JETTY +ASN00091256 -41.2308 146.3000 40.0 EUGENANA (TASMANIAN ARBORETUM) +ASN00091257 -41.3175 147.6989 330.0 TRENAH (WATTLE BANKS) +ASN00091259 -41.1492 145.1517 344.0 LUNCHEON HILL (FORESTRY) 95956 +ASN00091260 -41.4883 146.9047 160.0 STRATHBRIDGE (MEANDER RIVER) +ASN00091261 -41.0906 144.9664 30.0 ARTHUR RIVER PARK +ASN00091262 -41.1333 146.8461 41.0 BELL BAY (TEMCO) +ASN00091263 -41.4889 147.2326 41.3 CORRA LINN (NORTH ESK RIVER) +ASN00091264 -41.3108 147.3967 430.0 TARGA (CAMDEN ROAD) +ASN00091266 -41.3972 146.4953 60.0 KIMBERLEY (MERSEY RIVER) +ASN00091267 -41.6494 146.6154 291.5 MEANDER (MEANDER RIVER) +ASN00091268 -41.1650 146.8217 23.0 BEAUTY POINT (FLINDERS STREET) +ASN00091269 -41.6839 147.2831 173.0 POWRANNA (TASMANIA FEEDLOT) +ASN00091270 -41.2994 147.4950 635.0 DIDDLEUM (SOWTERS ROAD) +ASN00091271 -41.3959 147.3006 351.1 NUNAMARA OFFTAKE (ST PATRICKS +ASN00091272 -41.0161 147.1053 51.0 WEYMOUTH (TAM O'SHANTER) +ASN00091273 -41.2281 146.1069 315.0 NORTH MOTTON (LEVEN HILL) +ASN00091274 -41.1719 147.3686 110.0 NABOWLA (CHARIS) +ASN00091275 -41.3667 147.0431 35.0 LEGANA (UNA VILLAS) +ASN00091276 -41.7508 146.8822 475.0 BLACKWOOD CREEK (RARE PLANT NU +ASN00091277 -41.3436 146.8644 167.0 GLENGARRY (ROSELEIGH) +ASN00091278 -41.4656 146.6703 325.0 DELORAINE (REEDY MARSH) +ASN00091281 -41.3469 146.4225 50.0 RAILTON (REDWATER CREEK) +ASN00091282 -41.1856 147.7261 240.0 BRANXHOLM (LEVENE) +ASN00091283 -41.2292 147.1225 105.0 KAROOLA (LOWER TURNERS MARSH) +ASN00091284 -41.0025 147.3869 52.0 BRIDPORT (SEA VIEW VILLAS) 95973 +ASN00091285 -41.2803 145.7603 510.0 HAMPSHIRE (GUILDFORD ROAD) +ASN00091286 -41.1208 146.8275 21.0 GEORGE TOWN (SOUTH STREET) +ASN00091288 -41.6706 146.7278 745.0 QUAMBY BLUFF +ASN00091289 -41.1508 147.8006 170.0 DERBY (CHURCH STREET) +ASN00091290 -41.6308 146.7000 487.0 GOLDEN VALLEY (BRODIES ROAD) +ASN00091291 -41.3886 146.3219 294.2 SHEFFIELD SCHOOL FARM 94955 +ASN00091292 -40.8347 145.0847 7.5 SMITHTON AERODROME 94953 +ASN00091293 -41.0556 146.7856 3.0 LOW HEAD GSN 95964 +ASN00091294 -41.6178 146.4431 312.0 CAVESIDE (PARMEENER) +ASN00091295 -41.2450 146.1925 205.0 KINDRED (CLERKE PLAINS ROAD) +ASN00091297 -41.0728 145.6836 185.0 OLDINA (LOCKETTS ROAD) +ASN00091298 -41.2200 145.7133 411.0 TEWKESBURY (ST MARYS PLAINS) +ASN00091299 -41.2431 147.4436 265.0 WOODLEA NURSERY +ASN00091300 -41.2658 147.8072 274.0 NEW RIVER (NEW RIVER ROAD) +ASN00091301 -41.4089 147.2914 405.0 NUNAMARA (HUNTING GROUND ROAD) +ASN00091303 -41.5228 147.0325 140.0 WESTWOOD BRIDGE (MEANDER RIVER +ASN00091304 -41.1164 145.8619 235.0 LOWER RIDGLEY (MOOREVILLE ROAD +ASN00091305 -41.3144 147.3803 410.0 TARGA (MOUNTAIN VIEWS) +ASN00091306 -41.7256 147.0794 148.0 CRESSY RESEARCH STATION 95966 +ASN00091307 -41.5400 146.6200 245.0 LEMANA (WOODLANDS) +ASN00091308 -41.3189 147.7047 332.0 TRENAH (GUM FLAT ROAD) +ASN00091310 -41.1239 147.7658 305.0 TELITA (KANARA NEIKA) +ASN00091311 -41.5492 147.2144 166.9 LAUNCESTON AIRPORT 94968 +ASN00091312 -41.4406 146.1228 573.0 ERRIBA (JUBB ROAD) +ASN00091313 -41.2478 146.3339 85.0 ABERDEEN (MELROSE ROAD) +ASN00091315 -41.5100 147.0511 142.0 HADSPEN +ASN00091316 -41.3994 147.1347 20.0 MOWBRAY GOLF COURSE +ASN00091317 -41.5136 147.2028 130.0 RELBIA (JOSEF CHROMY WINES) +ASN00091318 -41.4725 147.1017 161.0 MOUNT LESLIE +ASN00091319 -41.1142 146.0083 136.0 WEST PINE +ASN00091320 -41.1297 147.3419 90.0 BRIDESTOWE LAVENDER ESTATE +ASN00091321 -41.3961 145.9342 468.0 LOONGANA (SERENDIPITY) +ASN00091322 -41.4731 146.2269 324.0 GOWRIE PARK (O'NEILLS ROAD) +ASN00091323 -41.0953 145.5453 354.0 PREOLENNA +ASN00091324 -41.2858 147.0192 39.0 SWAN BAY +ASN00091325 -41.7292 147.2358 477.0 HUMMOCKY HILLS +ASN00091327 -40.9486 147.8278 35.0 TOMAHAWK (WYAMBI) +ASN00091328 -41.2453 147.5008 213.0 SOUTH SPRINGFIELD +ASN00091329 -41.2622 147.2525 521.0 MOUNT ARTHUR (MOUNTAIN ROAD) +ASN00091330 -41.0836 147.1286 48.0 PIPERS RIVER (YARROW BANKS) +ASN00091332 -41.3528 146.4164 75.0 RAILTON (DOWBIGGIN STREET) +ASN00091334 -41.2181 145.7206 332.0 TEWKESBURY (1120 OONAH ROAD) +ASN00091335 -40.9800 145.6225 141.0 MOORLEAH +ASN00091336 -41.3936 146.4203 292.0 STOODLEY +ASN00091337 -41.5689 146.9733 167.0 OAKS (GLENBURN) +ASN00091338 -41.2767 147.2900 1180.0 MOUNT ARTHUR SUMMIT +ASN00091339 -41.0597 145.0667 202.0 TROWUTTA (SCOTTS ROAD) +ASN00091340 -41.3592 147.0100 126.0 GRINDELWALD +ASN00091341 -41.3428 146.8964 125.0 GLENGARRY (HUNDRED ACRE WOOD) +ASN00091342 -41.2142 147.4900 166.0 SPRINGFIELD +ASN00091343 -41.5944 146.8469 192.0 CLUAN +ASN00091345 -41.0558 144.6653 21.0 ARTHUR RIVER (GARDINER STREET) +ASN00091346 -41.2336 147.2064 150.0 LILYDALE (TORWOOD) +ASN00091347 -41.3736 146.3117 239.0 SHEFFIELD (AVONDALE) +ASN00091348 -41.1131 147.0967 70.0 PIPERS RIVER (BAY OF FIRES) +ASN00091349 -41.1494 146.6033 5.0 PORT SORELL (NARAWNTAPU NATION +ASN00091350 -41.2425 145.9883 345.0 SOUTH RIANA (JANSENS ROAD) +ASN00091351 -41.3753 146.8169 217.0 GLENGARRY (GINNS ROAD) +ASN00091438 -40.6828 144.6897 87.0 CAPE GRIM COMPARISON +ASN00092000 -41.6667 147.7500 610.0 ROSSARDEN (ABERFOYLE) +ASN00092001 -41.9525 148.1839 10.0 APSLAWN +ASN00092002 -41.7792 147.7225 205.0 AVOCA (RAILWAY HOUSE) +ASN00092003 -41.8739 148.3036 11.0 BICHENO (COUNCIL DEPOT) 95989 +ASN00092004 -41.4500 147.6000 -999.9 BLESSINGTON UPPER +ASN00092005 -42.8122 147.8289 115.0 BREAM CREEK (STROUD) +ASN00092006 -42.5847 147.7908 58.0 BUCKLAND (BROCKLEY) +ASN00092007 -41.6711 148.2842 10.0 CHAIN OF LAGOONS +ASN00092008 -42.0117 148.0747 17.0 CRANBROOK (CRANBROOK HOUSE) +ASN00092009 -41.5886 148.1338 243.2 ST MARYS (CULLENSWOOD) +ASN00092010 -42.5844 148.0636 23.0 MARIA ISLAND (DARLINGTON) +ASN00092011 -40.9589 148.0086 61.0 GLADSTONE (OLD POST OFFICE) +ASN00092012 -41.6428 147.9664 237.0 FINGAL (LEGGE STREET) 95974 +ASN00092013 -41.1328 147.9092 180.0 MOORINA (FROME DAM) +ASN00092014 -41.5308 148.1969 491.0 GERMAN TOWN +ASN00092015 -41.6358 148.2319 326.0 GRAY (BLUEBERRY COTTAGE) +ASN00092016 -41.2500 148.0500 183.0 GOULDS COUNTRY POST OFFICE +ASN00092017 -42.7856 147.8086 123.0 KELLEVIE +ASN00092018 -42.1994 148.0442 6.0 SWANSEA (KELVEDON) +ASN00092019 -42.0067 147.7975 575.0 LAKE LEAKE (ELIZABETH RIVER) 94979 +ASN00092020 -41.8200 147.9551 229.1 LEWIS HILL (ST PAULS RIVER) +ASN00092021 -42.2889 148.0006 10.0 LITTLE SWANPORT (LISDILLON) +ASN00092022 -41.2000 148.0000 274.3 LOTTAH +ASN00092023 -41.6000 147.8667 270.0 MANGANA +ASN00092024 -41.4703 147.8919 285.0 MATHINNA (FINGAL ROAD) +ASN00092025 -41.0000 147.9500 -999.9 MOUNT CAMERON SOUTH +ASN00092026 -42.7167 147.7500 320.0 NUGENT +ASN00092027 -42.5519 147.8753 14.0 ORFORD (AUBIN COURT) 95984 +ASN00092028 -42.5853 147.9142 40.0 ORFORD SOUTH +ASN00092029 -41.7214 147.8233 220.0 ORMLEY +ASN00092030 -41.0825 147.9353 120.0 PIONEER (MAIN ROAD) +ASN00092031 -42.3619 147.9397 15.0 RAVENSDALE +ASN00092032 -42.6333 147.9333 20.0 ORFORD (RHEBAN) +ASN00092033 -41.3225 148.2489 5.0 ST HELENS POST OFFICE +ASN00092034 -41.5817 148.1825 258.0 ST MARYS (CLIVE STREET) +ASN00092035 -41.4500 148.2000 15.2 UPPER SCAMANDER +ASN00092036 -42.3833 147.6000 300.0 STONEHENGE +ASN00092037 -40.7314 148.1253 11.0 SWAN ISLAND LIGHTHOUSE +ASN00092038 -42.1236 148.0731 6.0 SWANSEA POST OFFICE 94981 +ASN00092039 -42.1000 148.3000 12.2 SWANWICK +ASN00092040 -42.0692 148.0678 8.0 SWANSEA (BELMONT) +ASN00092041 -42.0467 148.0600 20.0 SWANSEA (THE GRANGE) +ASN00092042 -41.5333 147.8667 427.0 TOWER HILL +ASN00092043 -42.5111 147.9192 8.0 TRIABUNNA (3 BOYLE STREET) +ASN00092044 -41.9317 148.0736 55.0 CRANBROOK (WATERS MEETING) +ASN00092045 -40.9928 148.3467 19.7 EDDYSTONE POINT 94983 +ASN00092046 -41.4667 147.6667 830.0 ROSES TIER +ASN00092047 -42.2708 147.6942 375.0 STONEHOUSE +ASN00092048 -41.0228 147.9583 55.0 SOUTH MOUNT CAMERON (GLADSTONE +ASN00092049 -42.5667 147.9000 -999.9 ORFORD CENTRAL +ASN00092051 -41.2700 147.9492 170.0 PYENGANA (FOREST LODGE ROAD) +ASN00092052 -41.6231 148.2208 320.0 GRAY (CRAIGIE-LEA) +ASN00092053 -42.1267 148.2967 20.0 COLES BAY (FREYCINET) +ASN00092054 -41.7822 148.2525 19.0 DOUGLAS RIVER +ASN00092055 -42.5500 147.8833 4.6 ORFORD (BLUE WATERS MOTEL) +ASN00092056 -41.2000 148.0000 -999.9 BLUE TIER MOUNT (INTAKE) +ASN00092057 -41.5833 148.0667 220.0 BREAK O DAY RIVER (KILLYMOON) +ASN00092058 -42.6000 147.7000 -999.9 BUCKLAND +ASN00092059 -42.2500 147.7000 -999.9 ROSS (TOOMS LAKE) +ASN00092060 -40.8828 147.8817 4.0 BOOBYALLA +ASN00092061 -42.3000 148.3000 -999.9 SCHOUTEN ISLAND +ASN00092062 -42.1000 148.1000 9.1 RIVERSDALE +ASN00092063 -41.4333 148.1833 -999.9 SCAMANDER +ASN00092064 -41.5633 148.1414 338.0 CORNWALL +ASN00092065 -41.2667 148.1000 76.2 GOSHEN (POST OFFICE) +ASN00092066 -41.8667 148.2000 30.5 BICHENO (ROSEDALE) +ASN00092067 -40.8586 148.0178 40.0 RUSHY LAGOON (CAPE PORTLAND RO +ASN00092068 -41.4608 148.0064 380.0 FINGAL (EVERCREECH) +ASN00092069 -41.5811 147.9092 490.0 TOWER HILL (T1) +ASN00092070 -41.6000 147.9333 421.0 FINGAL (TOWER HILL NO2) +ASN00092071 -41.5167 147.9500 330.0 FINGAL (TOWER HILL NO3) +ASN00092072 -42.6000 148.1000 -999.9 MARIA ISLAND (CHINAMANS BAY) +ASN00092073 -41.2000 147.8000 -999.9 CASCADE UPPER +ASN00092074 -42.8236 147.8061 100.0 COPPING +ASN00092075 -41.5667 147.9333 220.0 FINGAL (TOWER HILL NO4) +ASN00092076 -41.5125 148.2642 6.0 FALMOUTH (GLENCOE) +ASN00092077 -41.8000 147.6167 224.0 AVOCA (BONNEYS PLAIN) +ASN00092078 -41.7500 148.2833 11.0 SEYMOUR (LONG POINT) +ASN00092079 -42.2133 147.7831 468.5 TOOMS LAKE (TOOMS RIVER) +ASN00092080 -41.8667 148.2167 45.7 BICHENO (GLENALBYN) +ASN00092081 -41.4592 147.5756 461.0 UPPER BLESSINGTON (HEATHCOTE) +ASN00092082 -41.2833 148.3333 4.6 LORDS POINT +ASN00092083 -41.4272 147.6489 867.0 ROSES TIER (MEMORY ROAD WEST) +ASN00092084 -41.2000 148.0833 762.0 BLUE TIER PLATEAU (POIMENA) +ASN00092085 -42.0097 147.7933 580.0 LAKE LEAKE (CHALET) +ASN00092086 -41.1333 148.0667 90.0 GREAT MUSSELROE RIVER +ASN00092087 -41.0667 148.0667 90.0 LITTLE MUSSELROE +ASN00092088 -42.6508 147.9006 25.0 SANDSPIT RIVER (RINGROVE) +ASN00092089 -41.4094 148.1775 373.0 LOILA PINNACLE +ASN00092090 -41.6667 147.7500 597.0 ROSSARDEN +ASN00092091 -41.6394 147.9628 233.0 FINGAL (SOUTH ESK RIVER) +ASN00092094 -41.4639 148.2644 3.0 SCAMANDER 95983 +ASN00092096 -41.4333 147.7197 362.0 UPPER ESK (MILLYBROOK LODGE) +ASN00092098 -41.5353 147.6658 1450.0 BEN LOMOND ALPINE VILLAGE +ASN00092099 -42.7153 147.7525 318.0 NUGENT (TWILIGHT VALLEY) +ASN00092100 -41.6350 147.7292 779.2 STORYS CREEK (STORYS CREEK ROA +ASN00092101 -41.1617 148.2767 3.0 THE GARDENS +ASN00092103 -41.2756 147.9219 598.0 PYENGANA (SEA VIEW) +ASN00092105 -41.5168 147.9858 257.2 BEAUTY FLAT ROAD +ASN00092106 -41.4656 147.8886 280.0 MATHINNA (SOUTH ESK RIVER) +ASN00092107 -40.9183 148.0981 23.0 ICENA +ASN00092108 -41.3197 148.3094 8.0 STIEGLITZ +ASN00092109 -41.4622 147.5700 440.0 UPPER BLESSINGTON +ASN00092110 -41.5822 148.3100 25.0 IRONHOUSE POINT +ASN00092111 -41.4342 147.7192 362.0 UPPER ESK (SOUTH ESK RIVER) +ASN00092112 -42.3164 147.9211 70.0 LITTLE SWANPORT (WINEGLASS COT +ASN00092113 -41.4136 148.2744 25.0 BEAUMARIS (SKYLINE DRIVE) +ASN00092114 -41.9953 148.2794 55.0 FRIENDLY BEACHES 94987 +ASN00092115 -40.9933 148.3467 13.0 EDDYSTONE POINT COMPARISON +ASN00092116 -41.8023 148.0110 242.4 ROSEMOUNT FLAT +ASN00092118 -42.0883 148.1708 10.0 SWANSEA (DOLPHIN SANDS) +ASN00092119 -42.6831 147.8675 95.0 SANDSPIT RIVER (WIELANGTA ROAD +ASN00092120 -41.3381 148.2792 48.0 ST HELENS AERODROME 95981 +ASN00092121 -41.4425 147.7364 335.0 UPPER ESK (GUNNS ROAD JNCTN) +ASN00092122 -41.5942 148.2472 388.0 ST MARYS (PONDEROSA) +ASN00092123 -40.7292 148.1250 15.0 SWAN ISLAND 95985 +ASN00092124 -42.6619 148.0181 28.0 MARIA ISLAND (POINT LESUEUR) 95988 +ASN00092125 -41.3319 148.3047 30.0 STIEGLITZ (TREATMENT LAGOONS) +ASN00092126 -41.1836 147.9028 355.0 WELDBOROUGH +ASN00092127 -42.5436 147.9347 45.0 TRIABUNNA (FREESTONE POINT) +ASN00092128 -42.6067 147.7214 67.0 BUCKLAND (KENT STREET) +ASN00092129 -41.0458 148.2592 7.0 ANSONS BAY +ASN00092130 -41.4397 148.1936 22.0 UPPER SCAMANDER +ASN00092131 -41.2439 148.0569 237.0 GOULDS COUNTRY +ASN00092134 -41.1256 147.8617 115.0 MOORINA +ASN00092135 -41.5742 148.3117 11.0 IRONHOUSE POINT (HOLIDAY VILLA +ASN00092136 -41.2731 148.1133 87.0 GOSHEN +ASN00093000 -42.3500 147.5000 428.2 ANDOVER +ASN00093001 -42.2833 147.2333 426.7 OATLANDS (BOW HILL) +ASN00093002 -42.3958 147.3042 400.0 JERICHO (BOWSDEN) +ASN00093003 -41.9306 147.4928 200.0 CAMPBELL TOWN POST OFFICE +ASN00093004 -41.9667 147.5167 -999.9 CAMPBELL TOWN (QUORN HALL) +ASN00093005 -41.9500 147.4667 -999.9 CAMPBELL TOWN (BALVAIRD) +ASN00093006 -42.0283 147.3300 220.0 ROSS (ELLINTHORP) +ASN00093007 -42.2664 147.5281 335.0 YORK PLAINS (HANDROYD) +ASN00093008 -41.8647 147.3003 165.0 CAMPBELL TOWN (GREENHILL) +ASN00093009 -42.2542 147.4072 375.0 OLD ST PETERS PASS +ASN00093010 -42.1333 147.3833 213.4 TUNBRIDGE (MELROSE) +ASN00093011 -42.3000 147.6000 -999.9 MOUNT PLEASANT +ASN00093012 -42.4000 147.4333 527.3 MOUNT SEYMOUR (OVERTON) +ASN00093013 -42.3750 147.2864 385.0 JERICHO (NORTHUMBRIA) +ASN00093014 -42.3006 147.3711 406.0 OATLANDS POST OFFICE +ASN00093016 -42.1764 147.3867 250.0 WOODBURY (WARRINGA) +ASN00093017 -42.1000 147.4000 -999.9 TUNBRIDGE +ASN00093018 -41.8500 147.2000 -999.9 VIEWPOINT +ASN00093019 -42.1933 147.4778 270.0 WOODBURY (THE BRAES) +ASN00093020 -41.8617 147.2450 160.0 BARTON (ISIS RIVER) +ASN00093021 -41.8153 147.0197 225.0 POATINA (BILLOPP) +ASN00093022 -42.0333 147.3333 -999.9 ROSS (PLASSY) +ASN00093023 -42.4031 147.3908 445.0 STONOR +ASN00093024 -42.3450 147.1906 280.0 LOWER MARSHES (JORDAN RIVER) +ASN00093025 -42.0333 147.4900 155.0 ROSS (MACQUARIE RIVER) +ASN00093026 -41.9114 147.3903 170.0 MORNINGSIDE (MACQUARIE RIVER) +ASN00093027 -41.7900 146.9886 180.0 PALMERSTON +ASN00093028 -42.4000 147.3000 -999.9 JERICHO +ASN00093029 -42.0000 147.4000 -999.9 GLEN CONNELL +ASN00093030 -42.0000 147.3000 -999.9 ROSS (BENDERMEER) +ASN00093031 -42.0500 147.5000 -999.9 ROSS (BEAUFRONT) +ASN00093032 -41.8167 147.5667 228.6 LLEWELLYN +ASN00093033 -41.9347 147.4931 187.0 CAMPBELL TOWN (ELIZABETH R) +ASN00093034 -41.8167 147.6167 222.5 HANLETH +ASN00093035 -41.9736 147.2772 220.0 ROSS (ROSE VILLA) +ASN00093036 -41.9333 147.4833 200.0 CAMPBELL TOWN +ASN00093037 -41.8167 147.6500 -999.9 EASTBOURNE +ASN00093038 -42.2681 147.4650 370.0 YORK PLAINS (WYNDHAM) +ASN00093039 -42.1283 147.3500 230.0 TUNBRIDGE (CHEAM) +ASN00093040 -42.3075 147.1672 480.0 ROTHERWOOD +ASN00093041 -42.1633 147.5750 220.0 ROSS (MOUNT MORRISTON) +ASN00093042 -42.1636 147.3225 330.0 WOODBURY (WARRINGA OLD TIER RO +ASN00093043 -41.8333 147.4333 200.0 CONARA JUNCTION +ASN00093044 -41.8172 147.5664 180.0 LLEWELLYN (SOUTH ESK RIVER) +ASN00093045 -42.1392 147.4292 180.0 TUNBRIDGE POST OFFICE +ASN00093046 -42.3050 147.5708 390.0 BIRRALEE CREEK +ASN00093047 -42.3292 147.1994 335.0 LOWER MARSHES (SALISBURY) +ASN00093049 -42.3696 147.4631 627.9 MOUNT SEYMOUR +ASN00093050 -42.4403 147.4083 420.0 TUNNACK (BLUE HORIZON) +ASN00093051 -42.0317 147.4907 185.0 ROSS (MACQUARIE RIVER) +ASN00093052 -42.1630 147.5805 218.0 MOUNT MORRISTON (MACQUARIE RIV +ASN00093053 -42.0250 147.4953 186.0 ROSS (THE BOULEVARDS) 94985 +ASN00093054 -42.0886 147.5953 300.0 MOULTON (GLEN MORRISTON RIVULE +ASN00093055 -41.8658 147.4494 202.0 CAMPBELL TOWN (WANSTEAD PARK) +ASN00093056 -42.1456 147.4200 217.0 TUNBRIDGE (AUSTIN-VALE) +ASN00093057 -42.3097 147.1986 -999.9 LOWER MARSHES (MERRIVALE) +ASN00093058 -42.2614 147.4319 375.0 YORK PLAINS (INVERELL) +ASN00093059 -41.9311 147.4256 177.0 FOSTERVILLE +ASN00093061 -42.0531 147.3017 259.0 VERWOOD +ASN00094000 -43.4000 147.3500 12.2 ADVENTURE BAY +ASN00094001 -42.4158 147.1347 272.0 APSLEY (PARKI) +ASN00094002 -42.6336 147.2217 123.0 BAGDAD POST OFFICE +ASN00094003 -42.6000 147.2000 122.2 BAGDAD +ASN00094004 -42.8817 147.3783 30.0 BELLERIVE (FORT STREET) +ASN00094005 -42.7433 147.2372 9.0 BRIDGEWATER (TREATMENT PLANT) +ASN00094006 -42.7000 147.3000 -999.9 BRIGHTON +ASN00094007 -42.8333 147.4833 10.0 CAMBRIDGE AERODROME +ASN00094008 -42.8339 147.5033 4.0 HOBART AIRPORT 94975 +ASN00094009 -42.6633 147.4325 55.0 CAMPANIA (THE PINES) +ASN00094010 -43.4892 147.1453 55.0 CAPE BRUNY LIGHTHOUSE GSN 94967 +ASN00094011 -42.8833 147.6667 12.2 CARLTON (CARLTON BLUFF) +ASN00094012 -42.7406 147.4453 11.0 RICHMOND (LOWLANDS) +ASN00094013 -43.6000 146.9000 -999.9 COCKLE CREEK +ASN00094014 -42.5206 147.3567 225.0 COLEBROOK (THE MEADOWS) +ASN00094015 -42.8500 147.2000 -999.9 COLLINSVALE +ASN00094016 -42.8000 147.3000 -999.9 OLD BEACH (COMPTON) +ASN00094017 -42.7000 147.1000 79.2 BROADMARSH (CORLEEN) +ASN00094018 -43.1333 147.0833 59.7 CYGNET (SLAB ROAD) +ASN00094019 -42.9500 147.2667 274.3 KINGSTON (SUMMERLEAS ROAD) +ASN00094020 -43.3167 147.0075 17.0 DOVER 94961 +ASN00094021 -42.9000 147.8000 -999.9 DUNALLEY +ASN00094022 -43.0431 147.4133 26.0 FORT DIRECTION +ASN00094023 -43.0906 147.0061 10.0 FRANKLIN +ASN00094024 -43.1667 146.9333 18.3 GEEVESTON POLICE STATION +ASN00094025 -42.8494 147.2547 93.0 GLENORCHY (GLENORCHY RESERVOIR +ASN00094026 -43.1072 147.3208 42.0 KILLORA (GRASMERE) +ASN00094027 -43.4144 146.8731 35.0 HASTINGS CHALET +ASN00094028 -43.2000 147.7500 -999.9 HIGHCROFT +ASN00094029 -42.8897 147.3278 50.5 HOBART (ELLERSLIE ROAD) 94970 +ASN00094030 -42.8667 147.3322 27.0 HOBART BOTANICAL GARDENS +ASN00094031 -42.9078 147.2931 167.0 HOBART (WATERWORKS RESERVE) +ASN00094032 -43.4225 146.9725 20.0 SOUTHPORT +ASN00094033 -42.9833 146.9333 60.0 JUDBURY +ASN00094034 -42.5242 147.1900 198.0 KEMPTON (OAKMORE) +ASN00094035 -43.1247 147.2200 100.0 KETTERING (SADDLE ROAD) +ASN00094036 -42.9667 147.3167 52.0 KINGSTON +ASN00094037 -42.8500 147.3667 10.0 LINDISFARNE +ASN00094038 -42.9833 147.1500 379.8 LONGLEY (LOWER) +ASN00094039 -43.3583 147.2342 22.0 LUNAWANNA +ASN00094040 -43.1983 147.0658 26.0 LYMINGTON (FATTYS LANE) +ASN00094041 -43.6578 146.2711 146.5 MAATSUYKER ISLAND LIGHTHOUSE 94962 +ASN00094042 -42.6564 147.1997 134.0 MANGALORE (MANGALORE FARM) +ASN00094043 -43.2319 147.2547 25.0 MIDDLETON POST OFFICE +ASN00094044 -42.8000 147.5000 -999.9 CAMBRIDGE (MILNATHORT) +ASN00094045 -42.9167 147.3333 335.3 MOUNT NELSON +ASN00094046 -42.4833 147.1667 182.9 MELTON MOWBRAY (MOUNT VERNON) +ASN00094047 -42.8683 147.2950 87.0 LENAH VALLEY (AUGUSTA ROAD) +ASN00094048 -42.9981 147.4056 35.0 OPOSSUM BAY +ASN00094049 -43.1167 147.2167 -999.9 OYSTER COVE +ASN00094050 -43.2000 147.0000 27.4 PETCHEYS BAY +ASN00094051 -43.0500 147.3500 -999.9 PIERSONS POINT +ASN00094052 -43.1500 147.8500 20.0 PORT ARTHUR +ASN00094053 -43.0550 147.7814 22.0 PREMAYDENA HATCHERY +ASN00094054 -42.9000 147.2833 -999.9 FERNTREE (CLOVERHAVEN) +ASN00094055 -42.7631 147.3961 40.0 RICHMOND (BROOKBANK) +ASN00094056 -42.8333 147.3167 31.7 RISDON +ASN00094057 -43.2167 147.3833 16.8 ROBEVILLE +ASN00094058 -42.8961 147.4386 15.0 ROKEBY (THE MALL) +ASN00094059 -42.8667 147.3667 12.2 ROSNY +ASN00094060 -42.6372 147.5986 220.0 RUNNYMEDE (WHITEMARSH) +ASN00094061 -42.9264 147.5203 3.0 SANDFORD (MAYDENA) +ASN00094062 -43.0669 147.2531 18.0 SNUG PRIMARY SCHOOL +ASN00094063 -42.7864 147.5636 12.0 SORELL (WHITLEA) +ASN00094064 -42.7619 147.6197 104.0 WATTLE HILL +ASN00094066 -42.9319 147.2464 720.0 MOUNT WELLINGTON (THE SPRINGS) +ASN00094067 -42.4617 147.4583 460.0 TUNNACK POST OFFICE +ASN00094068 -43.1547 147.2386 3.0 WOODBRIDGE +ASN00094069 -42.9831 147.0772 63.0 GROVE (COMPARISON) 95971 +ASN00094070 -43.3181 147.2467 6.0 ALONNAH AREA SCHOOL +ASN00094071 -43.0153 147.9117 12.0 EAGLEHAWK NECK (JETTY ROAD) +ASN00094072 -42.8167 147.2833 -999.9 GLENORCHY NO2 +ASN00094073 -43.2000 147.0667 -999.9 LYMINGTON +ASN00094074 -43.0167 147.4167 -999.9 SOUTH ARM +ASN00094075 -43.2500 148.0000 239.9 TASMAN ISLAND LIGHTHOUSE +ASN00094076 -42.9000 147.2833 198.0 HOBART (STRICKLAND AVENUE) +ASN00094077 -43.1086 147.7442 20.0 NUBEENA +ASN00094078 -42.8386 147.3069 47.0 LUTANA (BOWEN ROAD) +ASN00094079 -43.1167 147.3667 9.1 BARNES BAY +ASN00094080 -43.2000 147.1000 -999.9 PORT CYGNET +ASN00094081 -42.6425 147.2467 100.0 MANGALORE (MILFORD) +ASN00094082 -42.8569 147.4386 295.0 MOUNT RUMNEY (MOUNT RUMNEY ROA +ASN00094083 -42.9000 147.2686 275.0 HOBART (STRICKLAND RESERVE) +ASN00094084 -42.9333 147.2667 472.4 FERNTREE (HUON ROAD) +ASN00094085 -43.0914 147.2019 380.0 SNUG PLAINS (CATARACT FALLS) +ASN00094086 -42.9667 147.3333 -999.9 KINGSTON (FREEMANS STREET) +ASN00094087 -42.8967 147.2350 1260.5 MOUNT WELLINGTON 95979 +ASN00094088 -42.8689 147.6094 20.0 PARK BEACH +ASN00094089 -43.0286 147.0544 9.0 HUONVILLE (TUTTON AVENUE) +ASN00094090 -42.8119 147.3572 45.0 RISDON VALE (POPLAR ROAD) +ASN00094091 -42.8586 147.4953 7.0 SEVEN MILE BEACH (ROYAL HOBART +ASN00094093 -42.7667 147.1833 -999.9 GRANTON (ALTAMONT) +ASN00094094 -42.8167 147.2300 90.0 BERRIEDALE +ASN00094096 -42.8500 147.3000 30.5 MOONAH EAST +ASN00094097 -42.5436 147.5664 350.0 LEVENDALE +ASN00094098 -42.9232 147.3301 300.0 MOUNT NELSON (RIALANNAH ROAD) +ASN00094099 -43.0000 147.0333 -999.9 HUONVILLE WEST +ASN00094100 -43.0167 147.0500 -999.9 HUONVILLE EAST +ASN00094101 -42.7500 147.2000 -999.9 MOUNT NASSAU +ASN00094102 -42.8500 147.3000 -999.9 MOONAH +ASN00094103 -43.1000 147.0833 -999.9 HUON +ASN00094104 -43.1481 147.0089 82.0 GLAZIERS BAY +ASN00094105 -42.7167 147.1500 -999.9 DROMEDARY +ASN00094106 -42.4833 147.2000 -999.9 MELTON MOWBRAY (TRANQUILITY) +ASN00094107 -42.6500 147.1000 -999.9 BROADMARSH (STONEYHURST) +ASN00094108 -42.8000 147.5000 -999.9 CAMBRIDGE (BRAESIDE) +ASN00094109 -42.7000 147.4000 -999.9 TEA TREE (RING FARM) +ASN00094110 -42.7000 147.5000 -999.9 RICHMOND (INVERGUHARITY) +ASN00094111 -42.9519 147.3496 20.0 TAROONA (TAROONA CRESCENT) +ASN00094112 -43.1367 147.7617 130.0 NUBEENA SOUTH +ASN00094113 -43.1000 146.9833 304.8 FRANKLIN WEST +ASN00094114 -42.9964 147.1797 200.0 SANDFLY +ASN00094115 -42.7500 147.5500 -999.9 ORIELTON +ASN00094117 -42.5333 147.5667 432.8 LEVENDALE NO 2 +ASN00094118 -42.4628 147.6164 310.0 WOODSDALE +ASN00094119 -42.9000 147.0000 -999.9 LACHLAN (HILLCOTE) +ASN00094120 -42.9397 147.2236 720.0 SNAKE PLAINS +ASN00094121 -42.6667 147.6000 182.9 RUNNYMEDE +ASN00094122 -42.8833 147.4000 17.0 HOWRAH +ASN00094123 -42.8333 147.2500 52.0 ROSETTA +ASN00094124 -42.8000 147.2667 18.3 CLAREMONT HIGH SCHOOL +ASN00094125 -43.0239 147.2550 24.0 MARGATE (SUNNYSIDE) +ASN00094126 -42.8158 147.6778 139.0 FORCETT (INALA) +ASN00094127 -43.0019 146.9258 19.0 JUDBURY (HELM) +ASN00094128 -42.7500 147.5500 -999.9 ORIELTON (PARK) +ASN00094129 -43.0333 147.3000 10.0 HOWDEN (WARINGA) +ASN00094130 -42.7469 147.5511 30.0 ORIELTON (EAST ORIELTON ROAD) +ASN00094131 -43.3667 147.3333 2.0 ADVENTURE BAY (SUPERMARKET) +ASN00094132 -42.9000 147.3333 3.0 HOBART (MURRAY STREET) +ASN00094133 -43.1667 147.2333 130.0 WOODBRIDGE NO 2 +ASN00094134 -42.9500 147.1333 140.0 MOUNTAIN RIVER +ASN00094135 -42.9167 147.5000 1.5 LAUDERDALE (YARRIMBAH) +ASN00094136 -42.8000 147.4167 -999.9 CAMBRIDGE (CRAIGOW) +ASN00094137 -43.1639 146.9172 55.0 GEEVESTON (CEMETERY ROAD) 94966 +ASN00094138 -42.9333 147.4667 37.0 SANDFORD HAVEN (ILLANGI) +ASN00094139 -42.9272 147.2517 457.0 FERN TREE (GRAYS ROAD) +ASN00094140 -42.4422 147.2264 275.0 MELTON MOWBRAY (LOVELY BANKS) +ASN00094141 -42.8833 147.6500 9.1 CARLTON RIVER +ASN00094142 -42.8500 147.1667 -999.9 COLLINSVALE (LANGFORD) +ASN00094143 -42.5272 147.1236 149.0 MAURICETON (JORDAN RIVER) +ASN00094144 -42.6667 147.2667 53.3 PONTVILLE (SHENE) +ASN00094146 -43.1589 146.9197 40.0 GEEVESTON (FOURFOOT) +ASN00094147 -43.0333 147.9333 40.0 EAGLEHAWK NECK (PENZANCE) +ASN00094148 -42.8833 147.3333 -999.9 HOBART (ELIZABETH STREET SCHOO +ASN00094149 -42.8956 147.8706 12.0 DUNALLEY (BANGOR) +ASN00094150 -43.1667 146.9500 -999.9 GLEN HUON +ASN00094151 -42.9742 147.1692 355.0 LONGLEY (TELOPEA) +ASN00094154 -43.1547 147.0625 34.0 CYGNET (DANCES ROAD) +ASN00094155 -43.2397 148.0025 240.0 TASMAN ISLAND 95986 +ASN00094156 -42.8333 147.5167 15.2 CAMBRIDGE (MILFORD) +ASN00094157 -43.1639 147.8333 191.5 PORT ARTHUR (PALMERS LOOKOUT) +ASN00094158 -43.0294 147.7239 2.0 SALTWATER RIVER +ASN00094159 -43.3531 147.3147 81.0 ADVENTURE BAY (FORESTRY) +ASN00094160 -43.3000 147.1500 10.0 HUON ISLAND +ASN00094161 -42.9683 147.5081 10.0 CLIFTON BEACH (CLIFTON BEACH R +ASN00094162 -42.9167 147.4667 20.0 RALPHS BAY +ASN00094163 -43.0156 147.3275 36.0 BLACKMANS BAY TREATMENT PLANT +ASN00094164 -42.9781 147.3036 46.0 KINGSTON (75 CHANNEL HIGHWAY) +ASN00094165 -43.1667 147.4000 20.0 TRUMPETER BAY +ASN00094166 -43.0903 147.3611 46.0 BULL BAY (LAURISTON) 95975 +ASN00094167 -43.2147 147.3783 30.0 GREAT BAY (ROBEVILLE) +ASN00094168 -42.8547 147.3642 45.0 LINDISFARNE (GORDONS HILL) +ASN00094169 -43.0433 147.8667 16.0 TARANNA (PARKS & WILDLIFE) +ASN00094170 -42.8158 147.4344 40.0 CAMBRIDGE (THE COTTAGE) +ASN00094171 -42.7889 147.2336 140.0 CLAREMONT WEST +ASN00094172 -42.6531 147.3589 345.0 TEA TREE (THE POINT) +ASN00094173 -42.8333 147.2000 442.0 GLEN LUSK +ASN00094174 -43.0303 147.0522 10.0 HUONVILLE NORTH +ASN00094175 -42.9725 147.0342 125.0 LUCASTON (BAKERS CREEK ROAD) +ASN00094176 -42.9458 147.0617 147.0 CRABTREE (CRABTREE ROAD) +ASN00094177 -42.7572 147.3817 85.0 RICHMOND (STRATHAYR) 99974 +ASN00094178 -43.1522 147.0700 20.0 CYGNET (CRADOC ROAD) +ASN00094179 -43.0000 146.9280 20.7 JUDBURY (HUON RIVER) +ASN00094181 -42.8108 147.6086 25.0 LEWISHAM (FORCETT HOUSE) +ASN00094182 -42.5572 147.4033 150.0 BELOW CRAIGBOURNE DAM (COAL RI +ASN00094183 -42.7322 147.4397 20.0 RICHMOND (COAL RIVER) +ASN00094184 -42.9967 147.7067 25.0 SALTWATER RIVER(TURNERS POINT) +ASN00094185 -43.0336 147.2128 167.0 NIERINNA (CUTHBERTS ROAD) +ASN00094187 -43.0225 147.4167 7.0 SOUTH ARM (HALF MOON BAY) +ASN00094188 -42.8136 147.2544 5.0 BERRIEDALE (MOORILLA ESTATE) +ASN00094189 -42.9617 147.2636 200.0 KINGSTON (SUMMERLEAS) +ASN00094190 -42.5350 147.3133 595.0 YARLINGTON (BLACKS PINNACLE) +ASN00094191 -43.2006 146.7683 831.0 HARTZ MOUNTAIN (KEOGHS PIMPLE) 94977 +ASN00094192 -43.4086 146.9567 120.0 SOUTHPORT (HUON HIGHWAY) +ASN00094194 -43.1319 147.0481 95.0 CRADOC (BALFES HILL) +ASN00094195 -42.4544 147.4614 461.5 TUNNACK FIRE STATION 94960 +ASN00094196 -42.9142 147.2739 280.0 HOBART (TURNIP FIELDS) +ASN00094197 -42.8425 147.3603 85.0 GEILSTON BAY (LINDHILL AVENUE) +ASN00094198 -43.4886 147.1444 59.7 CAPE BRUNY (CAPE BRUNY) 95967 +ASN00094199 -42.8106 147.1989 493.0 GLEN LUSK (CHARTON HILL) +ASN00094200 -42.9664 147.1472 395.0 LOWER LONGLEY (LOMATIA VALE) +ASN00094201 -42.4928 147.1981 238.0 MELTON MOWBRAY (NORTH STOCKMAN 94971 +ASN00094202 -43.1617 147.1353 50.0 CHAPPYS HUT +ASN00094203 -43.1261 147.7344 10.0 NUBEENA (WHITE BEACH ROAD) +ASN00094204 -42.6525 147.3578 335.0 TEA TREE POINT +ASN00094205 -43.1331 147.2303 170.0 KETTERING (GROOMBRIDGES ROAD) +ASN00094206 -43.1753 147.1539 110.0 GARDNERS BAY (WOODBRIDGE HILL +ASN00094207 -42.4794 147.6072 338.0 WOODSDALE (STALWORTH) +ASN00094208 -42.7808 147.2519 8.0 AUSTINS FERRY +ASN00094209 -43.0831 147.2456 85.0 SNUG (POWERS ROAD) +ASN00094210 -42.8911 147.4350 50.0 ROKEBY (GRANGE ROAD EAST) +ASN00094211 -42.8731 147.3711 13.0 BELLERIVE (YORK STREET) +ASN00094212 -42.6867 147.4258 45.0 CAMPANIA (KINCORA) 95972 +ASN00094213 -43.1456 147.9617 25.0 FORTESCUE BAY +ASN00094214 -42.7033 147.1261 462.0 MOUNT DROMEDARY +ASN00094215 -42.8156 147.6225 35.0 FORCETT (OLD FORCETT ROAD) +ASN00094217 -43.3292 147.3208 40.0 ADVENTURE BAY (FUEL DEPOT) +ASN00094219 -43.1547 147.0539 120.0 CYGNET (SYNOTTS ROAD) +ASN00094220 -42.9858 147.0742 65.0 GROVE (RESEARCH STATION) 95977 +ASN00094221 -42.8514 147.6211 5.0 DODGES FERRY +ASN00094222 -42.9742 147.2950 54.0 KINGSTON (GREENHILL DRIVE) +ASN00094223 -42.9700 147.3303 138.0 BONNET HILL +ASN00094224 -43.0678 147.2611 12.0 SNUG (ESPLANADE) +ASN00094225 -43.1833 146.9869 27.0 WATTLE GROVE +ASN00094226 -42.9714 147.2672 178.0 KINGSTON (CADES DRIVE) +ASN00094227 -42.8442 147.2667 52.0 GLENORCHY (MURRAYFIELD) +ASN00094230 -43.0203 147.4792 95.0 SANDFORD (GELLIBRAND DRIVE) +ASN00094231 -42.9639 147.2022 237.0 LONGLEY (RIVER BEND ROAD) +ASN00094232 -42.8367 147.1931 327.0 COLLINSVALE +ASN00094233 -42.6933 147.2617 52.0 BRIGHTON +ASN00094234 -42.7214 147.5422 104.0 ORIELTON +ASN00094235 -42.6114 147.6706 157.0 BUCKLAND (PULCHELLA) +ASN00094236 -43.3692 147.3442 3.0 ADVENTURE BAY (BLIGH MUSEUM) +ASN00094237 -42.9372 147.1378 170.0 MOUNTAIN RIVER +ASN00094238 -42.5767 147.2108 328.0 DYSART (GOODWOOD PARK) +ASN00094239 -42.9639 147.2428 305.0 LESLIE VALE +ASN00094240 -43.0833 147.7922 210.0 KOONYA HEIGHTS +ASN00095000 -42.6167 146.9333 167.6 GRETNA (ALLAN VALE) +ASN00095001 -42.3883 147.0061 352.0 BOTHWELL (FRANKLIN STREET) +ASN00095002 -42.3667 147.0000 365.8 BOTHWELL (GRANTHAM) +ASN00095003 -42.7097 146.8983 27.0 BUSHY PARK (BUSHY PARK ESTATES 94964 +ASN00095004 -42.4000 146.7000 -999.9 CLEVELAND +ASN00095005 -42.3164 146.9608 429.0 BOTHWELL (CLUNY) +ASN00095006 -42.8000 146.7000 -999.9 FITZGERALD +ASN00095007 -42.7500 146.6333 -999.9 FITZGERALD (MAYDENA) +ASN00095008 -42.5589 146.8336 104.0 HAMILTON (URALLA) +ASN00095010 -42.6792 146.6233 1040.0 LAKE FENTON +ASN00095011 -42.7636 146.5972 270.0 MAYDENA +ASN00095012 -42.4814 146.7114 92.0 OUSE (MILLBROOK) +ASN00095013 -42.7000 146.7500 156.7 NATIONAL PARK +ASN00095014 -42.6919 146.7161 188.0 NATIONAL PARK (FORESTRY) +ASN00095015 -42.7833 147.0833 5.0 NEW NORFOLK +ASN00095016 -42.3367 146.7475 415.0 OSTERLEY +ASN00095017 -42.7167 146.7000 -999.9 SHARPES SIDING +ASN00095018 -42.3003 146.4486 585.0 TARRALEAH VILLAGE 95970 +ASN00095019 -42.7667 146.8667 360.0 UXBRIDGE +ASN00095021 -42.2564 146.7092 670.0 VICTORIA VALLEY (GLENROWAN) +ASN00095022 -42.3000 146.6500 -999.9 DEE +ASN00095023 -42.5425 146.4675 413.0 THE SETTLEMENT +ASN00095024 -42.4000 146.8667 -999.9 BOTHWELL (CLAIRVEAUX) +ASN00095025 -42.3833 146.4833 -999.9 WAYATINAH (VILLAGE) +ASN00095026 -42.4292 146.5317 20.0 WAYATINAH POWER STATION +ASN00095027 -42.3808 146.5083 238.0 LIAPOOTAH POWER STATION +ASN00095028 -42.8422 146.9461 510.0 MOUNT LLOYD (SAN IRISIDO) +ASN00095029 -42.3000 146.8000 -999.9 HARTFIELD +ASN00095030 -42.3000 146.6500 -999.9 DEE (DERWENT VALLEY) +ASN00095031 -42.8500 147.0000 -999.9 LACHLAN (MOSSBEDS) +ASN00095032 -42.6500 146.9000 -999.9 CLARENDON +ASN00095033 -42.6044 146.7064 207.0 ELLENDALE POST OFFICE +ASN00095034 -42.3000 146.8000 -999.9 BASHAN +ASN00095035 -42.4000 146.7000 -999.9 STRICKLAND +ASN00095036 -42.7500 147.0000 -999.9 PLENTY (KINVARRA RIVER) +ASN00095037 -42.8333 147.0500 120.4 LACHLAN +ASN00095040 -42.6125 146.8439 73.0 MEADOWBANK LAKE DAM +ASN00095041 -42.5664 146.8611 260.0 HAMILTON (KIA ORA) +ASN00095043 -42.3833 147.0000 350.5 BOTHWELL (RATHO) +ASN00095044 -42.3667 147.0667 365.8 BOTHWELL (LOGAN) +ASN00095045 -42.7167 146.9167 45.7 MACQUARIE PLAINS +ASN00095046 -42.3811 147.0036 350.0 BOTHWELL (CLYDE RIVER) +ASN00095047 -42.3961 146.4897 240.0 WAYATINAH (SALTAS) +ASN00095048 -42.4842 146.7106 90.0 OUSE FIRE STATION 94957 +ASN00095049 -42.4117 146.7767 150.0 ASHTON (OUSE RIVER) +ASN00095052 -42.7764 147.0664 16.0 NEW NORFOLK CARAVAN PARK +ASN00095053 -42.6817 146.5825 1230.0 MOUNT MAWSON +ASN00095054 -42.6000 147.1000 -999.9 ELDERSLIE +ASN00095055 -42.6225 147.1028 100.0 ELDERSLIE SOUTH (STAPLES SUGA +ASN00095059 -42.7186 146.4650 925.0 TIM SHEA (SUMMIT) +ASN00095060 -42.7889 146.9056 532.0 MOOGARA (UXBRIDGE BACK ROAD) +ASN00095061 -42.2756 147.0886 664.0 BOTHWELL (LARGO) +ASN00095062 -42.5455 146.8328 103.0 HAMILTON (CLYDE RIVER) +ASN00095063 -42.7567 146.6239 281.0 MAYDENA POST OFFICE 94963 +ASN00095064 -42.6511 146.7619 189.0 FENTONBURY (HAMLET DOWNS) +ASN00095065 -42.7253 146.6703 212.0 TYENNA (MARRIOTTS FALLS ROAD) +ASN00095067 -42.7400 146.9867 100.0 HAYES (PLENTY VIEW) +ASN00095068 -42.7561 146.8803 295.0 UXBRIDGE (PEGLERS CORNER) +ASN00095069 -42.8069 147.1144 60.0 MOLESWORTH (GLEN DHU ROAD) +ASN00095072 -42.8033 146.9878 146.0 GLENFERN (HOMEBUSH) +ASN00095073 -42.7786 147.0819 6.0 NEW NORFOLK (SANTANAH) +ASN00095074 -42.7414 147.0489 201.0 MAGRA (BLACK HILLS ROAD) +ASN00095075 -42.6803 146.7756 118.0 WESTERWAY (LEESONS ROAD) +ASN00095076 -42.8542 146.9431 533.0 MOUNT LLOYD +ASN00095077 -42.6894 146.7122 167.0 NATIONAL PARK PARKS & WILDLIFE +ASN00095078 -42.6881 146.6000 1010.0 MOUNT MAWSON (GOVERNMENT HUTS) +ASN00095079 -42.8458 147.0294 167.0 LACHLAN (WILLIAMS ROAD) +ASN00095080 -42.7283 146.6656 225.0 TYENNA (TYENNA ROAD) +ASN00096000 -41.9833 146.9667 856.5 ARTHURS LAKE (UPPER) +ASN00096001 -41.7833 146.7000 1029.0 BREONA +ASN00096002 -42.1419 146.4931 712.0 BRONTE HEIGHTS +ASN00096003 -42.2811 146.2808 667.0 BUTLERS GORGE 94959 +ASN00096004 -41.9008 146.6300 1070.0 LIAWENEE HEC +ASN00096005 -41.6383 145.9444 903.0 CRADLE VALLEY (WALDHEIM) +ASN00096006 -42.1000 146.1667 -999.9 CUVIER RIVER +ASN00096007 -41.7000 146.2167 457.2 MERSEY VALLEY (FORESTRY NO 2) +ASN00096009 -42.1500 147.1667 823.0 INTERLAKEN +ASN00096010 -42.2542 146.8753 520.0 SHANNON RIVER (HERMITAGE) +ASN00096011 -41.9000 146.8000 -999.9 HOWELLS NECK +ASN00096013 -42.2139 147.1075 765.0 LAKE CRESCENT (SERAT) +ASN00096014 -42.2539 146.6200 665.0 LAKE ECHO POWER STATION +ASN00096015 -42.1000 146.2167 735.0 LAKE ST CLAIR (HEC) +ASN00096016 -42.1500 146.2500 -999.9 MOUNT CHARLES +ASN00096018 -42.0833 146.4833 -999.9 PINE TIER +ASN00096019 -41.6367 145.9500 880.0 CRADLE VALLEY +ASN00096020 -42.1000 146.6000 -999.9 SERPENTINE +ASN00096021 -42.0500 146.7500 939.0 SHANNON HEC +ASN00096022 -42.1050 146.8925 840.0 STEPPES (OLD POST OFFICE) +ASN00096023 -42.1267 146.7483 576.0 WADDAMANA FIELD STUDY CENTRE +ASN00096024 -42.0333 146.8000 914.0 WIHAREJA +ASN00096025 -41.9833 147.1000 -999.9 WOODS (DEN) +ASN00096026 -42.3000 147.1000 -999.9 WOODS (QUOIN) +ASN00096027 -42.1000 146.2000 -999.9 LAKE ST CLAIR CONTROL DAM +ASN00096028 -42.1000 146.8000 -999.9 STEPPES (LAGOON OF ISLANDS) +ASN00096029 -42.2167 146.0667 536.4 SURPRISE VALLEY +ASN00096030 -41.9667 146.9167 -999.9 ARTHURS LAKE NO 2 +ASN00096032 -41.6000 146.2167 457.2 MERSEY VALLEY NO 1 +ASN00096033 -41.8997 146.6694 1057.0 LIAWENEE 95959 +ASN00096034 -41.5836 145.9358 865.0 CRADLE MOUNTAIN AIRSTRIP +ASN00096035 -42.3000 147.0000 -999.9 SHANNON (SOUTHERN FIELD) +ASN00096036 -42.1000 147.2000 -999.9 DOGS HEAD (LAKE SORELL) +ASN00096037 -41.8000 146.8000 -999.9 GREAT LAKE (CIDER PARK) +ASN00096038 -42.0572 147.2860 307.6 VERWOOD (ISIS RIVER) +ASN00096039 -42.0000 146.5000 -999.9 CIRCLE +ASN00096040 -42.0000 146.7000 -999.9 MIENA (STONE HUT) +ASN00096041 -42.1000 146.5000 -999.9 ROSCARBRO +ASN00096042 -42.1592 146.8831 623.0 STEPPES (CHRISTIAN MARSH) +ASN00096043 -41.8386 146.8283 1050.0 GREAT LAKE (POATINA INTAKE) +ASN00096044 -42.1025 146.7544 910.0 PENSTOCK LAGOON (PIPELINE) +ASN00096045 -41.8167 146.9167 360.0 POATINA POWER STATION +ASN00096046 -41.9822 146.7228 1052.0 MIENA DAM +ASN00096047 -41.9500 146.9667 -999.9 ARTHURS LAKE (NORTH END) +ASN00096048 -42.0333 146.9333 -999.9 ARTHURS LAKE (DAM SITE) +ASN00096050 -41.9897 146.8603 955.0 ARTHURS LAKE PUMP STATION +ASN00096051 -42.2167 146.6383 840.0 LAKE ECHO DAM +ASN00096053 -42.2689 146.9667 467.0 BOTHWELL (WEASEL PLAINS) +ASN00096057 -41.8436 146.5728 1150.0 LAKE AUGUSTA +ASN00096059 -42.1333 146.2167 -999.9 DERWENT BRIDGE +ASN00096060 -41.8167 146.6833 -999.9 ALLENVALE +ASN00096061 -42.0500 146.8667 -999.9 STEPPES (FOREST MARSH) +ASN00096062 -42.0167 146.3500 -999.9 BRONTE (GOWAN BRAE) +ASN00096064 -42.1333 146.6833 870.0 LAKE ECHO (NORTH END) +ASN00096065 -41.8983 146.6672 1065.0 LIAWENEE COMPARISON +ASN00096066 -41.6814 146.3792 1120.0 LAKE MACKENZIE DAM +ASN00096067 -41.8158 146.6725 1040.0 BRANDUM BAY +ASN00096068 -41.8078 146.9267 290.0 POATINA INFORMATION CENTRE +ASN00096069 -42.1289 146.2156 727.0 DERWENT BRIDGE +ASN00096070 -42.2558 146.8753 500.0 HERMITAGE (SHANNON RIVER) +ASN00096071 -42.1178 146.1772 742.0 LAKE ST CLAIR NATIONAL PARK 94976 +ASN00096072 -42.1456 147.1725 820.0 INTERLAKEN +ASN00096075 -42.0197 146.7533 1186.0 BARREN TIER +ASN00096076 -42.1444 147.1161 815.0 INTERLAKEN ESTATE +ASN00096077 -41.5958 145.9311 810.0 CRADLE MOUNTAIN VISITORS CENTR +ASN00096078 -41.7778 146.7131 1073.0 BREONA (HAULAGE ROAD) +ASN00096079 -42.3058 146.3514 655.0 TARRALEAH (NO. 4 BRIDGE) +ASN00096080 -41.9897 146.6994 1095.0 MIENA (BERRY DRIVE) +ASN00096081 -41.7964 146.9594 312.0 POATINA +ASN00097000 -42.1986 145.1700 19.3 CAPE SORELL 94974 +ASN00097001 -41.9000 145.3000 -999.9 COMSTOCK +ASN00097002 -41.7000 145.5500 -999.9 FARRELL SIDING +ASN00097003 -42.0747 145.5986 380.0 GORMANSTON (GOULD STREET) +ASN00097004 -41.4333 145.6967 630.0 GUILDFORD JUNCTION +ASN00097005 -42.0000 145.3000 -999.9 KOYULE +ASN00097006 -41.9933 145.5725 665.0 LAKE MARGARET DAM +ASN00097007 -43.4297 146.1597 6.0 PORT DAVEY (MELALEUCA) +ASN00097008 -42.0661 145.5681 191.0 QUEENSTOWN (COPPER MINE) +ASN00097009 -42.6000 146.3500 -999.9 RASSELAS VALLEY +ASN00097010 -42.2000 145.3000 -999.9 REGATTA POINT +ASN00097011 -41.7667 145.5333 140.0 ROSEBERY +ASN00097012 -41.2194 144.7394 105.0 TEMMA (TEMMA FARM) +ASN00097013 -41.7333 145.6167 152.0 TULLAH +ASN00097014 -41.4372 145.5258 609.0 WARATAH (MOUNT ROAD) +ASN00097015 -42.0622 145.5794 421.0 WEST LYELL +ASN00097016 -41.8833 145.3333 172.2 ZEEHAN POST OFFICE +ASN00097017 -42.1333 145.9000 381.0 BILLS CREEK +ASN00097018 -43.0167 146.8333 -999.9 DENISON +ASN00097019 -42.9667 146.7667 163.0 DENISON VALLEY SAW MILL +ASN00097020 -42.0056 145.5419 320.0 LAKE MARGARET POWER STATION +ASN00097021 -41.7953 145.4392 192.0 RENISON BELL +ASN00097022 -41.6267 145.5950 380.0 BULGOBAC +ASN00097023 -41.6508 145.0783 8.0 CORINNA +ASN00097024 -43.0609 146.7040 495.0 WARRA 95962 +ASN00097029 -43.2500 145.9000 -999.9 BOND BAY +ASN00097031 -41.8167 145.5000 381.0 WILLIAMSFORD +ASN00097032 -42.1333 145.8167 396.2 CARDIGAN FLATS +ASN00097033 -42.0833 145.6667 215.0 PRINCESS RIVER +ASN00097034 -42.0967 145.5447 129.0 QUEENSTOWN (7XS) +ASN00097035 -42.2000 145.6000 -999.9 CROTTY +ASN00097036 -41.8028 145.0511 120.0 GRANVILLE HARBOUR +ASN00097037 -41.2636 144.9100 226.0 BALFOUR +ASN00097038 -41.6608 144.9317 -999.9 PIEMAN HEADS +ASN00097039 -41.9000 145.5500 -999.9 MOUNT READ (MOUNT LYELL M.&R.) +ASN00097040 -41.5000 145.4500 -999.9 MAGNET +ASN00097041 -41.9333 145.1667 10.7 REMINE (TRIAL HARBOUR) +ASN00097042 -42.2000 145.3000 -999.9 STRAHAN +ASN00097043 -42.9500 146.8000 100.0 LONNAVALE +ASN00097044 -42.1500 145.3333 2.0 STRAHAN (UNION STEAMSHIP COMPA +ASN00097045 -43.1456 146.7900 148.0 ARVE VALLEY (ARVE ROAD) +ASN00097046 -41.8333 145.5167 853.0 WILLIAMSFORD (LEVEL 5) +ASN00097047 -41.4892 145.2083 352.0 SAVAGE RIVER MINE +ASN00097048 -42.7333 145.9833 304.8 STRATHGORDON (THE KNOB) +ASN00097049 -41.4675 145.3844 320.0 LUINA +ASN00097053 -42.7681 146.0461 322.0 STRATHGORDON VILLAGE 95953 +ASN00097054 -41.8822 145.3358 175.0 ZEEHAN (WEST COAST PIONEERS MU +ASN00097055 -42.8208 146.3067 340.0 MOUNT WEDGE +ASN00097056 -41.7167 145.6333 183.0 TULLAH MINE SITE +ASN00097057 -42.3333 145.5333 -999.9 PILLINGER +ASN00097058 -41.8833 145.4333 -999.9 DUNDAS +ASN00097059 -42.5667 145.6833 24.4 GORDON RIVER (SIR JOHN FALLS) +ASN00097060 -42.1500 145.3167 6.0 STRAHAN (HARVEY STREET) +ASN00097061 -42.7428 145.9811 310.0 STRATHGORDON (GORDON POWER STA +ASN00097062 -41.7000 145.5500 -999.9 CHESTER +ASN00097064 -42.7167 146.3333 -999.9 ADAMSFIELD +ASN00097065 -43.1017 146.7311 75.0 TAHUNE RESERVE +ASN00097067 -42.1558 145.3267 7.0 STRAHAN (VIVIAN STREET) +ASN00097070 -43.1417 145.9500 5.0 DAVEY RIVER +ASN00097072 -42.1550 145.2908 21.0 STRAHAN AERODROME 94956 +ASN00097073 -41.7772 145.5381 165.0 ROSEBERY (HEC SUBSTATION) +ASN00097074 -41.6050 145.6950 640.0 QUE RIVER +ASN00097075 -41.9050 145.5867 560.0 NEWTON CREEK HEC +ASN00097076 -43.1883 146.6619 195.0 PICTON VALLEY (SPUR 1 ROAD) +ASN00097077 -42.1633 145.9258 340.0 COLLINGWOOD RIVER +ASN00097078 -41.5722 145.7197 670.0 HELLYER MINE OFFICE +ASN00097080 -42.9850 145.5022 34.0 LOW ROCKY POINT 95961 +ASN00097081 -42.9853 146.8000 84.0 DENISON RIVER +ASN00097082 -42.1514 145.3028 14.0 STRAHAN (LODGE) +ASN00097083 -43.0425 146.2722 408.0 SCOTTS PEAK DAM 95958 +ASN00097084 -41.7903 145.5244 155.0 ROSEBERY STATION +ASN00097085 -41.8444 145.5419 1119.5 MOUNT READ 95952 +ASN00097087 -41.7369 145.6122 167.0 TULLAH (MEREDITH STREET) +ASN00097088 -42.0983 145.6733 245.0 LAKE BURBURY PARK +ASN00097089 -41.7847 145.5372 160.0 ROSEBERY (GEPP STREET) +ASN00097090 -42.1556 145.3358 6.0 STRAHAN (7 VIVIAN STREET) +ASN00097091 -42.0961 145.5456 118.0 QUEENSTOWN (SOUTH QUEENSTOWN) +ASN00098000 -40.0092 144.1111 18.0 CITY OF MELBOURNE BAY +ASN00098001 -39.9322 143.8486 24.0 CURRIE POST OFFICE +ASN00098002 -39.8825 143.8450 -999.9 GLENVALE +ASN00098003 -39.9183 143.9250 74.0 HARWELL +ASN00098004 -39.9097 144.0986 20.0 NARACOOPA +ASN00098005 -40.0667 143.9500 67.0 PEARSHAPE +ASN00098006 -39.9000 144.0333 61.0 KOOMELA +ASN00098007 -39.8964 143.9603 -999.9 BEN HILTON +ASN00098008 -40.0511 144.0581 111.0 GRASSY +ASN00098009 -40.0333 144.0333 -999.9 MOORDEN +ASN00098010 -39.8000 144.0000 -999.9 BRETON +ASN00098011 -39.9283 143.8525 28.0 CURRIE (MAIN STREET) +ASN00098012 -40.1167 143.9167 -999.9 SURPRISE BAY +ASN00098013 -39.7075 143.9319 29.0 YAMBACOONA +ASN00098014 -39.9000 144.0500 -999.9 BROOKLYN +ASN00098015 -39.5833 143.9500 -999.9 CAPE WICKHAM +ASN00098016 -39.6639 143.9975 20.0 EGG LAGOON +ASN00098017 -39.8800 143.8831 37.0 KING ISLAND AIRPORT 94850 +ASN00098018 -39.9333 143.8667 22.0 CURRIE NORTH +ASN00098019 -40.0000 144.0333 -999.9 FERNLEA +ASN00098020 -39.9500 143.9667 -999.9 SPRING GULLY +ASN00098021 -39.9667 144.0000 -999.9 PEGARAH STATE SCHOOL +ASN00098022 -39.9500 144.0667 -999.9 HILLWOOD +ASN00098023 -39.9647 144.0772 105.0 YARRA CREEK +ASN00098024 -40.0486 144.0622 15.0 GRASSY (SCHEELITE MINE) +ASN00098025 -39.6150 143.9672 28.0 LAKE FLANNIGAN +ASN00099000 -40.3706 148.0231 12.0 CAPE BARREN ISLAND (CAPE BARRE +ASN00099001 -39.4764 147.3153 85.0 DEAL ISLAND +ASN00099002 -40.2106 148.2469 20.0 LADY BARRON (FRANKLIN PARADE) +ASN00099003 -40.2000 148.1000 -999.9 LOCOTTA +ASN00099004 -39.9667 147.9333 20.0 LUGHRATA +ASN00099005 -40.0911 148.0024 9.0 FLINDERS ISLAND AIRPORT 94980 +ASN00099006 -39.7667 147.9000 20.0 THE HERMATIGE +ASN00099007 -40.1167 148.0500 82.0 THULE +ASN00099008 -40.1167 148.0167 9.1 WHITEMARK +ASN00099009 -39.8489 148.0167 15.0 WINGAROO +ASN00099010 -40.0167 147.9167 122.0 EMITA +ASN00099011 -39.9000 147.7833 -999.9 GINGIE +ASN00099012 -40.2500 147.8000 15.5 GOOSE ISLAND +ASN00099013 -40.0333 148.0500 54.9 DALLEN +ASN00099014 -40.0194 148.1825 12.0 MEMANA (BABEL FARM) +ASN00099015 -40.1214 148.0167 4.6 WHITEMARK POST OFFICE +ASN00099016 -40.0289 147.9306 32.0 BLUE ROCKS (THE RANCH) +ASN00099017 -40.2000 148.0500 9.1 CARINA PARK +ASN00099018 -40.0833 148.1500 20.0 LACKRANA (BURRA DOWNS) +ASN00099019 -39.8369 147.8358 5.0 KILLIECRANKIE +ASN00099020 -40.1833 148.2000 27.4 EARLWOOD +ASN00099021 -40.1558 148.1853 22.0 LACKRANA (FERN HILL) +ASN00099022 -40.2028 148.2372 11.2 LADY BARRON AERODROME +ASN00099023 -40.1883 148.1178 71.0 MILEARA PARK +ASN00099024 -40.5117 148.1239 16.0 CLARKE ISLAND +ASN00099025 -40.2319 148.1900 13.0 BADGER CORNER +ASN00099026 -40.0225 147.9192 35.0 SAWYERS BAY (WICKHAM) +ASN00109500 -34.1634 115.1279 65.0 MCLEOD CREEK +ASN00109501 -32.9380 116.0240 484.0 MOUNT WILLIAM +ASN00109502 -34.2319 117.4839 235.0 CHINGEBUP +ASN00109503 -34.1531 117.1272 270.0 YARRANBAH +ASN00109505 -33.5958 115.8186 112.0 DONNYBROOK SOUTH +ASN00109506 -33.5175 116.0894 -999.9 MUMBALLUP +ASN00109507 -33.4440 115.8536 160.0 FERGUSON VALLEY ALERT +ASN00109508 -33.7440 115.3432 33.0 DOYLE ROAD CB1 +ASN00109509 -33.7371 115.3545 29.0 CHAPMAN HILL ROAD CB2 +ASN00109512 -34.7270 117.7830 152.0 PORONGURUP SOUTH +ASN00123700 -34.8145 138.7742 372.0 INGLEWOOD ALERT +AU000005010 48.0500 14.1331 383.0 KREMSMUENSTER GSN 11012 +AU000005901 48.2331 16.3500 199.0 WIEN GSN 11035 +AU000006306 47.8000 13.0000 437.0 SALZBURG 11150 +AU000011801 47.2667 11.4000 577.0 INNSBRUCK 11120 +AU000015410 47.0500 12.9500 3106.0 SONNBLICK GSN 11146 +AU000016402 47.0831 15.4500 366.0 GRAZ 11240 +AUM00011028 48.1830 15.6170 284.0 ST. POELTEN 11028 +AUM00011155 47.8170 13.7170 1620.1 FEUERKOGEL 11155 +AUM00011212 46.6000 13.6670 2160.0 VILLACHERALPE 11212 +AUM00011231 46.6500 14.3330 452.0 KLAGENFURT(CIV/MIL) 11231 +AUM00011343 47.0500 12.9500 3113.8 SONNBLICK - AUTOM. 11343 +AUM00011389 48.1830 15.6170 273.0 ST POELTEN LANDHAUS 11389 +AUW00034165 48.3167 16.1333 176.2 VIENNA +AYM00088963 -63.4000 -56.9830 24.0 BASE ESPERANZA GSN 88963 +AYM00088968 -60.7330 -44.7330 8.0 BASE ORCADAS GSN 88968 +AYM00089001 -70.3000 -2.3500 62.0 SANAE SAF-BASE 89001 +AYM00089002 -70.6670 -8.2500 50.0 NEUMAYER GSN 89002 +AYM00089003 -71.1500 -6.6830 694.0 HALVFARRYGGEN (EP11) 89003 +AYM00089004 -71.7000 -2.8000 817.0 S.A.N.A.E. AWS GSN 89004 +AYM00089013 -82.7670 -13.0500 1968.0 BALDRICK AWS 89013 +AYM00089016 -73.1170 -13.1500 363.0 WASA EPS 89016 +AYM00089022 -75.4500 -26.2170 30.0 HALLEY GSN 89022 +AYM00089034 -77.8670 -34.6170 256.0 BASE BELGRANO II 89034 +AYM00089050 -62.1830 -58.8830 14.0 BELLINGSHAUSEN AWS GSN 89050 +AYM00089053 -62.2330 -58.6330 11.0 BASE JUBANY 89053 +AYM00089054 -62.1830 -58.8500 17.0 DINAMET-URUGUAY 89054 +AYM00089055 -64.2330 -56.7170 198.0 BASE MARAMBIO GSN 89055 +AYM00089056 -62.1830 -58.9830 48.0 CENTRO MET. ANTARTICO PDTE. E GSN 89056 +AYM00089057 -62.5000 -59.6830 5.0 BASE ARTURO PRAT 89057 +AYM00089058 -62.2170 -58.9670 10.0 GREAT WALL 89058 +AYM00089059 -63.3170 -56.6830 10.0 BASE BERNARDO O'HIGGINS 89059 +AYM00089061 -64.7660 -64.0830 8.0 PALMER STATION 89061 +AYM00089062 -67.5670 -68.1170 33.0 ROTHERA GSN 89062 +AYM00089063 -65.2500 -64.2670 11.0 VERNADSKY GSN 89063 +AYM00089065 -71.3170 -68.2830 69.0 FOSSIL BLUFF GSN 89065 +AYM00089066 -68.1170 -67.1330 7.0 BASE SAN MARTIN 89066 +AYM00089087 -85.2000 -87.8830 1634.0 THIEL MTNS AWS 89087 +AYM00089108 -89.0000 -1.0170 2755.0 HENRY 89108 +AYM00089251 -62.2170 -58.7500 11.0 KING SEJONG 89251 +AYM00089257 -75.8670 -59.1500 40.0 UNIV. WI ID 8925 (LIMBERT AWS 89257 +AYM00089262 -67.0170 -61.4670 45.0 UNIV. WI ID 8926 (LARSEN ICE GSN 89262 +AYM00089266 -72.2000 -60.1670 115.0 UNIV. WI ID 8902 (BUTLER ISLA GSN 89266 +AYM00089269 -64.7830 -64.0670 8.0 BONAPARTE POINT 89269 +AYM00089272 -74.8000 -71.4830 1589.0 UNIV. WI ID 8917 (SKI-BLU) GSN 89272 +AYM00089314 -84.6000 -115.8170 1463.0 THERESA 89314 +AYM00089324 -80.0000 -119.4000 1530.0 BYRD STATION GSN 89324 +AYM00089327 -73.2000 -127.0500 230.0 MOUNT SIPLE GSN 89327 +AYM00089329 -83.0000 -121.3830 945.0 HARRY GSN 89329 +AYM00089332 -82.6170 -137.0830 549.0 ELIZABETH 89332 +AYM00089345 -81.6500 -148.7830 620.0 SIPLE DOME GSN 89345 +AYM00089376 -79.9830 -178.6000 55.0 GILL GSN 89376 +AYM00089377 -82.5170 -174.4500 55.0 LETTAU GSN 89377 +AYM00089504 -72.0170 2.3830 1270.0 TROLL IN ANTARKTIS 89504 +AYM00089507 -75.0000 0.0000 2892.0 KOHNEN / EP9 89507 +AYM00089512 -70.7670 11.8330 119.0 NOVOLAZAREVSKAJA GSN 89512 +AYM00089514 -70.7670 11.7500 -999.9 MAITRI 89514 +AYM00089532 -69.0000 39.5830 21.0 SYOWA GSN 89532 +AYM00089542 -67.6670 45.8500 50.0 MOLODEZNAJA 89542 +AYM00089564 -67.6000 62.8670 16.0 MAWSON GSN 89564 +AYM00089570 -68.4670 78.8170 546.5 DAVIS (WHOOP WHOOP) 89570 +AYM00089571 -68.5830 77.9500 13.0 DAVIS GSN 89571 +AYM00089573 -69.3670 76.3670 18.0 ZHONGSHAN GSN 89573 +AYM00089574 -69.3830 76.3830 64.0 PROGRESS GSN 89574 +AYM00089575 -69.7500 73.7000 46.0 DRUZHNAJA-4 89575 +AYM00089577 -80.3700 77.3700 4084.0 DOME PLATEAU DOME A GSN 89577 +AYM00089578 -76.4200 77.0200 2830.0 DOME PLATEAU EAGLE 89578 +AYM00089592 -66.5500 93.0170 40.0 MIRNYJ GSN 89592 +AYM00089606 -78.4500 106.8670 3488.0 VOSTOK GSN 89606 +AYM00089610 -65.8500 113.0670 90.0 CAPE POINSETT 89610 +AYM00089611 -66.2830 110.5170 41.0 CASEY GSN 89611 +AYM00089615 -66.6830 111.5330 755.0 WILKINS RUNWAY EAST 89615 +AYM00089625 -75.1000 123.4000 3233.0 CONCORDIA GSN 89625 +AYM00089642 -66.6670 140.0170 43.0 DUMONT D'URVILLE GSN 89642 +AYM00089646 -71.6500 148.6500 2094.0 SITRY POINT 89646 +AYM00089648 -75.5330 145.8670 2509.0 MID POINT 89648 +AYM00089657 -69.5000 159.3830 291.0 LENINGRADSKAYA 89657 +AYM00089659 -73.6330 160.6500 1924.0 PRIESTLEY GLACIER 89659 +AYM00089661 -73.5170 169.7500 568.0 CAPE PHILLIPS 89661 +AYM00089662 -74.7000 164.1000 92.0 BASE BAIA TERRA NOVA GSN 89662 +AYM00089664 -77.8833 166.7333 24.1 MCMURDO SOUND NAF GSN 89664 +AYM00089666 -76.7170 162.9670 150.0 CAPE ROSS 89666 +AYM00089667 -77.9500 166.5000 10.0 PEGASUS NORTH 89667 +AYM00089734 -77.3170 39.7000 3810.0 DOME FUJI 89734 +AYM00089744 -74.0170 43.0500 3353.0 RELAY STAT GSN 89744 +AYM00089767 -70.9000 69.8670 84.0 G3 89767 +AYM00089768 -78.5500 166.6500 920.0 MINNA BLUFF 89768 +AYM00089769 -78.4670 168.3830 50.0 LINDA 89769 +AYM00089799 -89.0000 89.6670 2935.0 NICO 89799 +AYM00089809 -66.2830 110.7670 375.0 CASEY SKIWAY SOUTH 89809 +AYM00089811 -66.7330 112.8330 1368.0 LAW DOME SUMMIT 89811 +AYM00089828 -75.1170 123.3670 3250.0 DOME C II GSN 89828 +AYM00089832 -66.7170 139.8330 243.0 D-10 89832 +AYM00089834 -67.4000 138.7330 1560.0 D-47 89834 +AYM00089864 -74.9500 163.6830 80.0 MANUELA 89864 +AYM00089865 -76.1330 168.3830 274.0 WHITLOCK GSN 89865 +AYM00089868 -79.9000 169.9830 60.0 SCHWERDTFEGER 89868 +AYM00089869 -79.9500 165.1170 75.0 MARILYN GSN 89869 +AYM00089872 -77.9000 170.8170 45.0 FERRELL GSN 89872 +AYM00089873 -83.1330 174.1670 60.0 ELAINE 89873 +AYM00089879 -71.8830 171.2000 30.0 POSSESSION IS GSN 89879 +AYW00057401 -77.7333 -41.1167 43.3 ELLSWORTH IGY +AYW00057701 -75.2333 -77.1667 421.2 EIGHTS +AYW00057801 -75.9167 -83.9167 54.3 SIPLE STN 89083 +AYW00067401 -79.2500 -147.5000 651.1 LITTLE ROCKFORD +AYW00067402 -76.2667 -147.5000 591.0 LITTLE ROCKFORD +AYW00067601 -78.2000 -162.2500 32.0 LITTLE AMERICA +AYW00068201 -80.0167 -119.5333 1543.2 BYRD STN 89125 +AYW00068701 -80.0167 -178.4167 101.2 BROCKTON STN +AYW00077401 -79.4667 40.5833 3505.2 PLATEAU STN +AYW00086101 -66.2667 110.5667 12.2 WILKES +AYW00087602 -77.4167 163.6833 48.2 MARBLE POINT GSN 89866 +AYW00087701 -72.3000 170.2167 5.2 ADARE HALLETT +AYW00088702 -83.4000 174.7500 59.1 BEARDMORE CAMP +AYW00088703 -81.3833 170.7500 54.3 LITTLE JEANA STN +AYW00090001 -90.0000 0.0000 -999.9 AMUNDSEN-SCOTT GSN 89009 +BA000041150 26.2670 50.6500 2.0 BAHRAIN (INT. AIRPO GSN 41150 +BB000078954 13.0670 -59.4830 52.0 GRANTLEY ADAMS GSN 78954 +BC000068026 -18.3670 21.8500 1000.0 SHAKAWE 68026 +BC000068032 -19.9830 23.4170 943.0 MAUN GSN 68032 +BC000068226 -24.0170 21.8830 1100.0 TSHANE 68226 +BC000068234 -24.6000 24.6670 1189.0 JWANENG 68234 +BC000068328 -26.0500 22.4500 1000.0 TSABONG 68328 +BC004612080 -26.4670 20.6170 879.0 TWEE RIVIEREN 68322 +BC005452830 -25.2200 25.6700 1192.0 LOBATSE +BC005836580 -24.9700 25.3700 1372.0 KANYE +BC005847300 -24.6670 25.9170 1000.0 GABORONE 68244 +BC006270240 -24.4000 25.5200 1110.0 MOLEPOLOLE +BC006282050 -24.4200 26.1200 945.0 MOCHUDI +BC007034890 -23.1500 20.2800 1250.0 NCOJANE +BC007137570 -23.1200 25.4300 1005.0 MAHALAPYE +BC007591160 -22.9300 26.5700 1163.0 KALAMARE +BC007602130 -22.5500 27.1300 908.0 PALAPYE +BC007916970 -22.1200 20.9000 1182.0 KALKFONTEIN +BC008033530 -22.3800 26.7000 1140.0 SEROWE +BC008382520 -21.7000 21.6500 1100.0 GHANZI 68024 +BC008948490 -21.2170 27.5000 1001.0 FRANCISTOWN 68054 +BC012192590 -17.8170 25.1500 1002.0 KASANE 68029 +BCM00068030 -18.5330 25.6330 1071.0 PANDAMATENGA 68030 +BDM00078016 32.3667 -64.6833 6.1 L F WADE INTL AP KINDLEY FLD GSN 78016 +BDW00013602 32.2667 -64.8500 13.1 BERMUDA +BE000006447 50.8000 4.3500 104.0 UCCLE GSN 06447 +BF000078073 25.0500 -77.4670 5.0 NASSAU AIRPORT NEW GSN 78073 +BF1BI000001 25.7371 -79.2908 7.6 BH ALICE TOWN 1.1 NNE +BF1CE000001 25.1552 -76.1768 23.5 BH SOUTH PALMETTO POINT 1.0 ENE +BF1CE000005 25.1583 -76.1788 25.6 BH NORTH PALMETTO POINT 1.0 SSW +BF1CO000002 26.5417 -77.0575 4.9 BH MARSH HARBOUR 0.5 ENE +BF1CO000003 26.5315 -77.0583 7.6 BH MARSH HARBOUR 0.9 SSE +BF1EG000001 26.6100 -78.3500 6.4 BH PELICAN POINT 25.9 WSW +BF1EX000001 23.5069 -75.7694 3.0 BH GEORGE TOWN 1.0 ESE +BF1EX000005 23.5279 -75.8080 10.4 BH GEORGE TOWN 3.6 NW +BF1EX000007 23.4322 -75.5692 3.0 BH GEORGE TOWN 23.1 ESE +BF1FP000001 26.5481 -78.7028 2.1 BH FREEPORT LUCAYA 7.4 WNW +BF1FP000002 26.5333 -78.6833 7.3 BH FREEPORT LUCAYA 4.9 WNW +BF1FP000003 26.5810 -78.5879 2.7 BH FREEPORT LUCAYA 9.1 NE +BF1FP000007 26.6133 -78.3267 4.6 BH FREEPORT LUCAYA 32.9 ENE +BF1FP000009 26.5380 -78.6740 6.7 BH FREEPORT LUCAYA 4.4 NW +BF1HT000001 26.5261 -76.9666 16.2 BH HOPE TOWN 2.7 NNE +BF1LI000002 23.0997 -74.9669 10.1 BH CLARENCE TOWN 1.3 NNW +BF1MG000001 22.3715 -72.9678 4.9 BH ABRAHAM'S BAY 1.6 SSE +BF1NP000001 24.9975 -77.4499 5.8 BH NASSAU 14.4 SW +BF1NP000003 25.0521 -77.4623 7.0 BH NASSAU 12.8 WSW +BF1NP000005 25.0132 -77.3764 10.4 BH NASSAU 8.2 SSW +BF1NP000006 25.0410 -77.3516 27.1 BH NASSAU 4.4 SSW +BF1NP000007 25.0370 -77.2849 10.1 BH NASSAU 7.1 SE +BF1NP000008 25.0770 -77.3316 6.1 BH NASSAU 0.7 ESE +BF1NP000009 25.0207 -77.2887 5.2 BH NASSAU 8.1 SE +BF1NS000001 24.9578 -78.0257 14.9 BH MORGAN'S BLUFF 5.4 SSW +BF1NS000005 24.9577 -78.0316 6.7 BH MORGAN'S BLUFF 5.7 SW +BF1SE000001 24.8322 -76.3291 2.1 BH WEMYSS BIGHT 15.6 NW +BF1SS000002 24.0515 -74.5326 4.6 BH COCKBURN TOWN 0.4 WSW +BF1SS000003 24.1183 -74.4638 9.4 BH COCKBURN TOWN 9.9 NE +BF1SS000005 23.9464 -74.5682 8.8 BH COCKBURN TOWN 12.4 SSW +BF1SS000006 24.0864 -74.5283 7.0 BH COCKBURN TOWN 3.8 N +BF1SS000007 24.1050 -74.4524 10.4 BH COCKBURN TOWN 9.7 NE +BF1SS000011 24.0141 -74.5252 6.7 BH COCKBURN TOWN 4.3 S +BFW00012712 26.6167 -78.3667 6.1 GOLD ROCK CREEK +BFW00012713 25.2667 -76.3000 10.1 ELEUTHERA ISLAND +BFW00012714 21.4333 -71.1333 3.0 GRAND TURK ISLAND 78118 +BFW00012715 22.3667 -73.0333 21.0 MAYAGUAN +BFW00012716 24.0667 -74.5167 9.1 SAN SALVADOR 78088 +BGM00041859 25.7330 89.2330 34.0 RANGPUR 41859 +BGM00041883 24.8500 89.3670 20.0 BOGRA 41883 +BGM00041891 24.9630 91.8670 15.2 OSMANY INTL 41891 +BGM00041907 24.1530 89.0490 13.7 ISHURDI 41907 +BGM00041923 23.7790 90.3830 7.3 TEJGAON 41923 +BGM00041936 23.1840 89.1610 6.1 JESSORE 41936 +BGM00041943 23.0330 91.4170 8.0 FENI 41943 +BGM00041950 22.7500 90.3670 4.0 BARISAL 41950 +BGM00041978 22.2500 91.8130 3.7 SHAH AMANAT INTL 41978 +BGM00041992 21.4520 91.9640 3.7 COXS BAZAR 41992 +BHM00078583 17.5390 -88.3080 4.6 PHILIP S W GOLDSON INTL 78583 +BKM00014542 44.7830 17.2170 156.0 BANJA LUKA 14542 +BKM00014557 44.5500 18.7000 307.0 TUZLA 14557 +BKM00014648 43.3500 17.8000 108.0 MOSTAR 14648 +BKM00014652 44.0667 18.2667 2067.0 BJELASNICA GSN 14652 +BKM00014654 43.8678 18.4228 630.0 SARAJEVO 14654 +BKM00014657 42.9170 17.6000 14.0 NEUM 14657 +BL000085041 -11.0300 -68.7800 -999.9 COBIJA GSN 85041 +BL000085043 -11.0000 -66.1170 141.0 RIBERALTA GSN 85043 +BL000085114 -13.3330 -64.1170 140.0 MAGDALENA GSN 85114 +BL000085141 -14.4700 -67.5700 -999.9 RURRENABAQUE GSN 85141 +BL000085223 -17.4200 -66.1800 -999.9 COCHABAMBA GSN 85223 +BL000085230 -17.5800 -69.6000 -999.9 CHARANA GSN 85230 +BL000085364 -21.5500 -64.7000 1854.0 TARIJA GSN 85364 +BL000085365 -21.9500 -63.6500 -999.9 YACUIBA GSN 85365 +BLM00085104 -13.0670 -64.6670 140.0 SAN JOAQUIN 85104 +BLM00085109 -13.3000 -64.7000 140.0 SAN RAMON 85109 +BLM00085123 -13.7620 -65.4350 143.9 SANTA ANA DEL YACUMA 85123 +BLM00085139 -14.0670 -66.7830 224.9 SANTA ROSA 85139 +BLM00085140 -14.3000 -67.3670 280.0 REYES 85140 +BLM00085151 -14.7330 -68.4170 1415.0 APOLO 85151 +BLM00085152 -14.8670 -66.7500 194.0 SAN BORJA/CAPT GERM 85152 +BLM00085153 -14.9670 -65.6330 241.0 SAN IGNACIO DE MOXO 85153 +BLM00085154 -14.8190 -64.9180 155.1 TTE AV JORGE HENRICH ARAUZ 85154 +BLM00085175 -15.7170 -63.1000 247.0 ASCENCION GUARAYOS 85175 +BLM00085195 -16.2670 -62.4670 520.0 SAN JAVIER 85195 +BLM00085196 -16.2500 -62.1000 497.0 CONCEPCION 85196 +BLM00085201 -16.5130 -68.1920 4061.5 EL ALTO INTL 85201 +BLM00085207 -16.3670 -60.9500 413.0 SAN IGNACIO VELASCO GSN 85207 +BLM00085210 -16.3330 -58.3830 124.0 SAN MATIAS 85210 +BLM00085242 -17.9630 -67.0760 3702.1 JUAN MENDOZA 85242 +BLM00085244 -17.6450 -63.1350 373.4 VIRU VIRU INTL 85244 +BLM00085245 -17.8120 -63.1710 417.9 EL TROMPILLO 85245 +BLM00085247 -17.8330 -60.7500 284.0 SAN JOSE 85247 +BLM00085264 -18.4670 -64.1000 1998.0 VALLEGRANDE 85264 +BLM00085268 -18.3170 -59.7500 284.0 ROBORE (CIV/MIL) 85268 +BLM00085283 -19.0070 -65.2890 2903.8 JUANA AZURDUY DE PADILLA 85283 +BLM00085289 -18.9750 -57.8210 133.8 TTE DE AV SALVADOR OGAYA G GSN 85289 +BLM00085293 -19.5430 -65.7240 3935.9 CAPITAN NICOLAS ROJAS 85293 +BLM00085312 -19.7830 -63.9170 992.0 MONTEAGUDO 85312 +BLM00085315 -20.0500 -63.5670 792.0 CAMIRI 85315 +BLM00085345 -21.2550 -63.4060 398.1 TCNL RAFAEL PABON 85345 +BLM00085394 -22.7670 -64.3170 381.0 BERMEJO 85394 +BMM00048008 25.3670 97.4000 147.0 MYITKYINA 48008 +BMM00048042 21.9830 96.1000 76.0 MANDALAY GSN 48042 +BMM00048062 20.1330 92.8730 8.2 SITTWE GSN 48062 +BMM00048097 16.9070 96.1330 33.2 YANGON INTL GSN 48097 +BMM00048112 9.9670 98.5830 47.0 VICTORIA POINT 48112 +BN000005306 11.1300 2.9300 290.0 KANDI +BN000005319 10.3200 1.4800 460.0 NATITINGOU 65319 +BN000005331 8.8700 2.6000 325.0 TCHAOUROU +BN000005335 7.9800 2.4300 198.0 SAVE +BN000005344 6.3500 2.3800 4.0 COTONOU 65344 +BN000065306 11.1330 2.9330 292.0 KANDI GSN 65306 +BN000065335 8.0320 2.4670 200.0 SAVE GSN 65335 +BNM00065330 9.3500 2.6170 393.0 PARAKOU 65330 +BNM00065338 7.1670 2.0670 167.0 BOHICON 65338 +BOM00026554 55.8170 27.9500 132.0 VERHNEDVINSK 26554 +BOM00026566 55.8330 29.9830 171.0 YEZERISHCHE 26566 +BOM00026643 55.3670 27.4670 131.0 SHARCOVSCHINA 26643 +BOM00026645 55.0500 26.3170 212.0 LYNTUPY 26645 +BOM00026649 54.9000 26.7000 171.0 NAROCH OZERNAYA 26649 +BOM00026653 55.4670 28.7670 133.0 POLOTSK 26653 +BOM00026657 54.8830 27.7500 193.0 DOKSHITSY 26657 +BOM00026659 54.8830 28.7000 174.0 LEPEL 26659 +BOM00026666 55.1670 30.2170 208.0 VITEBSK 26666 +BOM00026668 54.8170 29.6830 176.0 SENNO 26668 +BOM00026701 54.6500 19.9000 4.0 BALTIJSK 26701 +BOM00026706 54.3800 21.3000 49.0 ZHELEZNODOROZHNYJ 26706 +BOM00026736 54.4330 25.9330 211.0 OSMJANY 26736 +BOM00026745 54.4830 26.9000 183.0 VILEYKA 26745 +BOM00026748 54.1000 26.5000 228.0 VOLOZHIN 26748 +BOM00026749 54.1500 27.2330 198.0 RADOSKOVICI 26749 +BOM00026759 54.2670 28.5000 189.0 BORISOV 26759 +BOM00026763 54.5000 30.4170 185.0 ORSHA 26763 +BOM00026774 54.3000 30.9330 205.0 GORKI 26774 +BOM00026825 53.6000 24.0500 134.0 GRODNO 26825 +BOM00026832 53.8500 25.3170 157.0 LIDA 26832 +BOM00026834 53.6170 24.7670 178.0 SCUCIN 26834 +BOM00026836 53.6000 25.8500 280.0 NOVOGRUDOK 26836 +BOM00026846 53.5000 26.7000 173.0 STOLBTSY 26846 +BOM00026850 53.8700 27.5300 222.0 MINSK 26850 +BOM00026853 53.8330 28.9830 154.0 BEREZINO 26853 +BOM00026855 53.4500 28.1330 177.0 MARIYNA GORKA 26855 +BOM00026863 53.9500 30.0670 192.0 MOGILEV 26863 +BOM00026864 53.5000 29.3330 155.0 KLICHEV 26864 +BOM00026878 53.4500 31.0170 170.0 SLAVGOROD 26878 +BOM00026887 53.3500 32.0670 167.0 KOSTUCKOVICHI 26887 +BOM00026923 53.1670 24.4500 183.0 VOLKOVYSK 26923 +BOM00026929 52.5670 24.4670 167.0 PRUZANY 26929 +BOM00026938 52.7170 25.3500 156.0 IVACEVICI 26938 +BOM00026941 53.1170 26.0000 193.0 BARANOVICHI 26941 +BOM00026947 52.7500 26.4330 157.0 GANEVICI 26947 +BOM00026950 52.6000 28.9000 141.0 OKTYABR 26950 +BOM00026951 53.0000 27.7000 157.0 SLUTSK 26951 +BOM00026961 53.2170 29.1830 156.0 BOBRUISK 26961 +BOM00026966 52.9000 30.0330 142.0 ZHLOBIN 26966 +BOM00026974 52.9170 30.9000 142.0 CHECHERSK-IN-GOMEL 26974 +BOM00033001 52.3670 23.3830 163.0 VYSOKOJE 33001 +BOM00033008 52.1167 23.6831 146.0 BREST 33008 +BOM00033015 52.3000 26.7000 134.0 POLESKAYA 33015 +BOM00033019 52.1170 26.1170 142.0 PINSK 33019 +BOM00033027 52.2170 27.8670 137.0 ZHITCKOVICHI 33027 +BOM00033036 51.9500 29.1670 190.0 MOZYR 33036 +BOM00033038 52.2500 29.8331 142.0 VASILEVICI GSN 33038 +BOM00033041 52.4000 30.9500 144.0 GOMEL 33041 +BOM00033105 51.7830 28.3330 141.0 LELOIOV 33105 +BOM00033124 51.8170 30.3000 116.0 BRAGIN 33124 +BP000091503 -8.3330 157.2670 3.0 MUNDA GSN 91503 +BP000091517 -9.4170 159.9670 56.0 HONIARA 91517 +BPW00080601 -9.4333 160.0500 10.1 GUADALCANAL AAF GSN 91520 +BR000047002 -0.6170 -47.3830 14.0 SALINOPOLIS 82143 +BR000047003 -0.7300 -47.8500 0.0 CURUCA +BR000047004 -0.9300 -47.1000 0.0 PRIMAVERA +BR000047005 -0.6300 -47.6600 0.0 MARUDA +BR000047006 -0.7800 -47.1800 0.0 SAO JOAO DE PIRABAS +BR000048006 -0.8700 -48.1100 0.0 VIGIA +BR000051002 -0.4000 -51.4200 0.0 NAVIO +BR000051003 -0.1800 -51.8000 0.0 PANCADA +BR000052000 -0.5700 -52.5800 0.0 SAO FRANCISCO (PCD) +BR000052001 -0.1300 -52.9300 0.0 CARECURU +BR000053000 -0.4200 -53.7000 0.0 FAZENDA PAQUIRA +BR000057000 -0.7000 -57.9700 93.0 ALDEIA WAI-WAI +BR000060000 -0.8600 -60.5200 59.0 BASE ALALAU +BR000060001 -0.2300 -60.6900 0.0 FAZENDA SAO LUCAS +BR000061000 -0.5100 -61.7900 0.0 SANTA MARIA DO BOIACU (PCD) +BR000061001 -0.8700 -61.9300 0.0 TERRA PRETA +BR000062001 -0.3000 -62.7600 0.0 JALAUACA +BR000063000 -0.6000 -63.4000 0.0 CUMARU +BR000065001 -0.4170 -65.0000 6.0 TAPURUCUARA 82108 +BR000066000 -0.2900 -66.1500 0.0 LIVRAMENTO +BR000082400 -3.8500 -32.4170 59.0 FERNANDO DE NORONHA 82400 +BR000082704 -7.6330 -72.6670 194.0 CRUZEIRO DO SUL GSN 82704 +BR000082861 -8.2500 -49.2800 -999.9 CONCEICAO DO ARAGUAIA 82861 +BR000083361 -15.5500 -56.1170 151.0 CUIABA GSN 83361 +BR000083743 -22.9170 -43.1670 5.0 RIO DE JANEIRO 83743 +BR000144002 -1.8300 -44.8700 0.0 CURURUPU +BR000145006 -1.4600 -45.7300 0.0 CANDIDO MENDES +BR000146001 -1.0500 -46.7800 0.0 BRAGANCA +BR000146002 -1.2500 -46.8700 0.0 NOVA MOCAJUBA +BR000146005 -1.7300 -46.6000 0.0 TARARUA-PONTE +BR000146008 -1.8200 -46.3400 0.0 ALTO BONITO (FAZ.BELA AURORA) +BR000146009 -1.2300 -46.1900 0.0 VISEU +BR000146010 -1.2900 -46.5800 0.0 EMBORAI +BR000147002 -1.2000 -47.1800 0.0 CAPANEMA +BR000147003 -1.2200 -47.3300 0.0 PEIXE BOI +BR000147006 -1.5700 -47.1000 0.0 BOM JARDIM +BR000147007 -1.3000 -47.9400 0.0 CASTANHAL +BR000147008 -1.6800 -47.7700 0.0 SAO DOMINGOS DO CAPIM +BR000147010 -1.0660 -47.6160 57.0 IGARAPE ASSU BRAZIL 74939 +BR000147011 -1.6600 -47.4900 0.0 COLONIA SANTO ANTONIO +BR000147016 -1.5500 -47.1200 0.0 OUREM +BR000147017 -1.0400 -47.9100 0.0 TERRA ALTA +BR000147018 -1.6500 -47.4900 0.0 SANTA MARIA DO PARA +BR000148003 -1.3000 -48.1700 0.0 SANTA ISABEL DO PARA +BR000148007 -1.3500 -48.1300 0.0 CARAPARU (PORTO DE MINAS) +BR000148009 -1.9600 -48.2000 0.0 ACARA +BR000148010 -1.7400 -48.8600 0.0 ABAETETUBA +BR000148011 -1.5700 -48.7700 0.0 VILA DO CONDE +BR000148012 -1.1000 -48.3900 0.0 MOSQUEIRO +BR000149003 -2.0000 -49.8600 0.0 OEIRAS DO PARA +BR000150003 -1.7900 -50.4300 0.0 ANTONIO LEMOS +BR000151000 -1.1200 -52.0000 0.0 JARILANDIA +BR000151001 -1.7900 -51.4300 0.0 ACAMPAMENTO IBDF +BR000151002 -1.2100 -51.2600 0.0 AREIAS +BR000151003 -1.5800 -51.9200 0.0 CARRAZEDO +BR000152000 -1.7330 -52.2330 16.0 PORTO DE MOZ 82184 +BR000152005 -1.5300 -52.5800 0.0 ALMEIRIM +BR000152006 -1.0800 -53.1600 0.0 FAZENDA BELA VISTA +BR000153000 -1.8000 -53.4800 0.0 PRAINHA +BR000154000 -1.7700 -54.4000 0.0 ARAPARI +BR000154001 -1.5000 -54.8700 0.0 BOCA DO INFERNO +BR000154003 -1.9400 -54.7400 0.0 ALENQUER +BR000155000 -1.7600 -55.8600 11.0 ORIXIMINA +BR000155002 -1.8900 -55.1200 0.0 VILA CURUA +BR000156000 -1.1300 -56.0500 15.0 VISTA ALEGRE-CONJ.2 +BR000157000 -1.0800 -57.0500 34.0 CACHOEIRA DA PORTEIRA-I (PCD) +BR000157002 -1.8700 -57.0500 0.0 PORTUGUES +BR000158000 -1.6400 -58.5200 0.0 BASE DA SIDERAMA +BR000158002 -1.6700 -58.5400 0.0 RANCHO DO BARROSO +BR000159000 -1.9400 -59.4800 33.0 BALBINA P-8 (UHE BALBINA) +BR000160000 -1.3000 -60.4000 0.0 POSTO ABONARI-FUNAI +BR000161002 -1.4600 -61.6300 0.0 MOURA (PCD) +BR000162000 -1.3900 -61.9800 0.0 CARVOEIRO +BR000162002 -1.8800 -62.4600 0.0 UMANAPANA +BR000165000 -1.8200 -65.3500 0.0 MARAA +BR000166000 -1.8000 -66.5500 0.0 ACANAUI +BR000167000 -1.6300 -67.6700 0.0 MACUERU +BR000169000 -1.3800 -69.4200 0.0 VILA BITTENCOURT (PCD) +BR000242002 -2.8900 -42.3100 0.0 BARRO DURO +BR000244012 -2.7000 -44.8200 0.0 SAO BENTO +BR000245001 -2.9500 -45.6600 0.0 ALTO TURI +BR000245003 -2.0500 -45.9600 0.0 MARACACUME +BR000245007 -2.5000 -45.7800 0.0 BR-316/RIO PARUA +BR000245009 -2.5900 -45.3700 0.0 PIMENTA +BR000245010 -2.5200 -45.0900 0.0 PINHEIRO +BR000245011 -2.2700 -45.2700 0.0 SANTA HELENA +BR000247000 -2.5100 -47.7700 0.0 BADAJOS +BR000247003 -2.0300 -47.7400 0.0 FAZENDA JAUARA +BR000247004 -2.4300 -47.5300 0.0 FAZENDA SAO RAIMUNDO +BR000247005 -2.7700 -46.8000 0.0 CAFEZAL +BR000247006 -2.9500 -47.8100 0.0 PA-256/RIO CAPIM +BR000248001 -2.4100 -48.6900 0.0 FAZENDA URUCURE +BR000248003 -2.4200 -48.1500 0.0 TOME ACU +BR000248006 -2.4200 -48.2500 0.0 PA-256/RIO ACARA-MIRIM +BR000249000 -2.2500 -49.5000 24.0 CAMETA 82263 +BR000249002 -2.8000 -49.3700 0.0 VILA ELIM +BR000249003 -2.7900 -49.6700 0.0 BAIAO +BR000250000 -2.7900 -50.4500 0.0 CIPOAL +BR000250001 -1.9900 -50.3700 0.0 VILA SAO BENEDITO +BR000250002 -2.4500 -50.9200 0.0 IRAPURU +BR000250003 -2.2400 -50.6300 0.0 ACANGATA +BR000251000 -2.2400 -51.1800 0.0 MARACACUERA FLORESTAL +BR000252001 -1.7500 -52.3200 0.0 ITAPEUA DO PARA +BR000253000 -1.1800 -53.6000 0.0 SANTA CRUZ +BR000254000 -2.4330 -54.7170 60.0 SANTAREM-AEROPORTO 82244 +BR000254005 -2.8200 -54.3000 0.0 BARRAGEM-CONJ.4 +BR000255000 -2.2700 -55.4800 0.0 CURUAI +BR000256001 -2.1500 -56.0900 0.0 JURUTI +BR000256002 -2.1900 -56.7100 0.0 NHAMUNDA +BR000257000 -2.5400 -57.7600 0.0 URUCARA +BR000257001 -2.7900 -57.0600 0.0 BARREIRINHA +BR000257002 -2.9700 -57.5900 0.0 BOA VISTA DO RAMOS +BR000257003 -2.4600 -57.2800 0.0 MOCAMBO +BR000259000 -2.1100 -59.3400 0.0 CACHOEIRA MORENA +BR000259004 -2.7000 -59.7000 0.0 RIO PRETO DA EVA +BR000260005 -2.9100 -60.6700 0.0 CARAO +BR000260006 -2.6300 -60.9400 0.0 NOVO AIRAO +BR000260007 -2.0400 -60.0300 0.0 PRESIDENTE FIGUEIREDO +BR000261000 -2.0200 -61.5400 0.0 BARURI +BR000265000 -2.3500 -65.1200 0.0 SAO PEDRO +BR000266002 -2.1000 -66.4500 0.0 BARREIRINHA +BR000266003 -2.1000 -66.4500 0.0 BARREIRINHA +BR000269000 -2.9830 -69.5830 0.0 IPIRANGA(?) 82200 +BR000338014 -3.6700 -38.9800 85.0 UMARITUBA NOVA +BR000339000 -3.3600 -39.8300 180.0 AMONTADA (SUDENE) +BR000339028 -3.8100 -39.2400 35.0 SAO LUIZ DO CURU +BR000339045 -3.9500 -39.4100 0.0 FAZENDA SAO JOAO +BR000340064 -3.6900 -40.3400 0.0 SOBRAL +BR000341027 -3.7200 -41.9800 55.0 TINGUIS +BR000342002 -3.9000 -42.2300 61.0 ESPERANTINA (BOA ESPERANCA) +BR000342007 -3.4600 -42.3700 47.0 LUZILANDIA +BR000342009 -3.3600 -42.7200 43.0 BARRA DA ONCA +BR000343001 -3.5500 -43.8700 0.0 IGUARA +BR000343003 -3.4600 -43.9000 90.0 NINA RODRIGUES +BR000343004 -3.6000 -43.7100 0.0 MUNIM +BR000343009 -3.6300 -43.1100 0.0 MATA ROMA +BR000343010 -3.9300 -43.5000 0.0 BREJO DO MEIO +BR000343011 -3.0400 -43.2400 0.0 GONCALO +BR000344004 -3.6300 -44.3800 0.0 CANTANHEDE +BR000344007 -3.7100 -44.2900 32.0 PIRITORO +BR000344008 -3.9400 -44.0200 32.0 PEDRAS +BR000344010 -2.9300 -44.0600 0.0 PRESIDENTE JUSCELINO +BR000344011 -3.9800 -44.4700 0.0 SAO MATEUS DO MARANHAO +BR000344012 -3.5700 -44.5800 0.0 MIRANDA +BR000344013 -3.7700 -44.8300 0.0 LAGO ACU +BR000345000 -3.7700 -45.2200 70.0 ARATOI GRANDE +BR000345006 -3.6600 -45.4400 23.0 PINDARE-MIRIM +BR000345012 -3.4000 -45.0100 0.0 BOA VISTA DO PINDARE +BR000345013 -3.4200 -45.6700 0.0 NEWTON BELO +BR000346001 -3.3500 -46.8800 0.0 FAZENDA RURAL ZEBU +BR000346002 -4.2300 -46.1800 0.0 TUCUMA +BR000347000 -3.0100 -47.3400 0.0 PARAGOMINAS +BR000347001 -3.7400 -47.5000 0.0 GURUPIZINHO +BR000347002 -3.4500 -47.4700 0.0 FAZ.PLANALTO(EX.RANCHO GRANDE) +BR000348000 -3.5000 -48.8300 0.0 TAUIRI +BR000348001 -3.1600 -48.1000 0.0 FAZENDA MARINGA +BR000349001 -3.5100 -49.2100 0.0 CACHOEIRA TRACAMBEUA +BR000349002 -3.8300 -49.1000 0.0 GOIANESIA +BR000350000 -3.8500 -50.4600 0.0 FAZENDA ESTRELA DO NORTE +BR000351000 -3.4200 -51.2600 0.0 GRANJA GAZELA +BR000351002 -3.7200 -51.5700 0.0 FAZENDA CIPAUBA +BR000352000 -3.2000 -52.2000 112.0 ALTAMIRA 82353 +BR000352004 -3.9200 -52.8800 0.0 KARARAO +BR000352005 -3.6200 -52.5400 0.0 BRASIL NOVO +BR000353000 -3.6800 -53.5500 0.0 URUARA +BR000354000 -3.8900 -54.3100 0.0 SITIO SAO PEDRO +BR000356002 -3.2300 -56.5900 0.0 GUARIBA +BR000357001 -3.4000 -57.7200 0.0 MAUES +BR000357002 -3.8200 -57.1800 0.0 VERA CRUZ +BR000357003 -3.9000 -57.5000 0.0 MUCAJA +BR000358002 -2.9100 -59.0400 0.0 BALSA DO RIO URUBU +BR000358003 -3.8200 -58.2900 0.0 OSORIO FONSECA +BR000359001 -3.8800 -59.0900 0.0 NOVA OLINDA DO NORTE +BR000359004 -3.5800 -59.1300 0.0 AUTAZES +BR000360001 -3.3100 -60.6100 0.0 MANACAPURU +BR000361000 -3.8900 -61.3700 0.0 BERURI +BR000361001 -3.3300 -61.2100 0.0 CAAPIRANGA +BR000361002 -3.5800 -61.3800 0.0 ANAMA +BR000362002 -3.4200 -62.6800 0.0 BADAJOS +BR000363000 -3.8800 -63.7900 0.0 BARRO ALTO +BR000366000 -3.6400 -66.1000 0.0 FORTE DAS GRACAS +BR000367000 -3.0800 -67.9300 0.0 SANTO ANTONIO DO ICA (PCD) +BR000368001 -3.4500 -68.8000 0.0 SAO PAULO DE OLIVENCA (PCD) +BR000369000 -3.5700 -69.3700 0.0 SANTA RITA DO WEIL +BR000438011 -4.1200 -38.5800 59.0 BAU +BR000438021 -4.3000 -38.5000 42.0 CHOROZINHO +BR000438022 -4.5000 -38.3600 50.0 CRISTAIS +BR000438061 -4.6600 -38.9400 0.0 CAIO PRADO +BR000440005 -4.4200 -40.9100 820.0 CROATA +BR000440042 -4.3800 -40.5500 0.0 FAZENDA CAJAZEIRAS +BR000440043 -4.0900 -40.1300 0.0 FAZENDA PARANA +BR000442005 -4.4100 -42.1900 43.0 FAZENDA ALEGRIA +BR000442010 -4.1700 -42.8900 50.0 MIGUEL ALVES +BR000442013 -4.1500 -42.9500 120.0 DUQUE BACELAR +BR000443006 -4.4600 -43.8800 0.0 CODO +BR000443007 -4.4700 -43.9300 82.0 FAZENDA SOBRAL +BR000443011 -4.4200 -43.6500 140.0 PALMEIRA DO NORTE +BR000443012 -4.6300 -43.4700 80.0 ALDEIAS ALTAS +BR000444001 -4.1600 -44.1700 34.0 COROATA +BR000444005 -4.5700 -44.6000 60.0 PEDREIRAS II +BR000444008 -5.1000 -44.9600 82.0 SANTA VITORIA +BR000444013 -4.3800 -44.3300 90.0 PIRITORO BR-316 +BR000445001 -4.0300 -45.2700 0.0 ESPERANTINA +BR000445007 -4.7400 -45.1800 105.0 ANGICO +BR000445008 -4.8900 -46.0100 0.0 ARAME +BR000445009 -4.5600 -45.1300 0.0 LAGO DA PEDRA +BR000445010 -4.2400 -45.3600 0.0 SAO JOAO DO GRAJAU +BR000446000 -4.3000 -46.4900 54.0 PONTE BR-222 +BR000446001 -4.4100 -46.7500 0.0 FAZENDA PEDREIRAS +BR000446002 -4.7000 -46.9400 120.0 VALE DO PINDARE +BR000447001 -4.2900 -47.5600 0.0 KM ZERO/PA-70 +BR000447002 -4.8300 -47.2700 0.0 RETA KM-32 +BR000447003 -4.1100 -47.5500 0.0 LIGACAO DO PARA +BR000448000 -4.7800 -48.0600 0.0 RONDON DO PARA +BR000449000 -4.5500 -49.5500 0.0 JATOBAL +BR000451000 -4.9200 -51.4300 0.0 ALDEIA BACAJA +BR000452000 -4.6700 -52.7200 0.0 MONTE ALEGRE +BR000454000 -4.8100 -54.6700 0.0 PRAIA +BR000454001 -3.9700 -54.6400 0.0 FAZENDA MARCONDES +BR000455002 -4.1800 -55.4300 0.0 CUPARI +BR000455003 -4.7500 -56.0800 0.0 KM 1385 BR-163 +BR000455004 -4.0900 -54.9000 0.0 RUROPOLIS PRESIDENTE MEDICI +BR000456000 -4.6300 -56.3000 0.0 BUBURE (SAI CINZA) +BR000456001 -4.9500 -56.8800 0.0 KM 1342 TRANSAMAZONICA +BR000457000 -4.6300 -57.9000 0.0 FAZENDA PARAMAZONAS +BR000458000 -4.4100 -58.1300 0.0 CASTANHO +BR000458001 -4.2300 -58.6700 0.0 CARAMURI +BR000459000 -4.3900 -59.6000 0.0 BORBA +BR000459001 -4.7500 -59.2500 0.0 NITEROI (TERRA PRETA II) +BR000462000 -4.7300 -62.1300 0.0 ARUMA-MONTANTE +BR000462001 -4.7300 -62.1500 0.0 ARUMA-JUSANTE +BR000462002 -4.8500 -62.8700 0.0 BEABA +BR000465000 -4.2900 -65.2000 0.0 ESTIRAO DA SANTA CRUZ +BR000466001 -4.8400 -66.8500 0.0 GAVIAO +BR000467000 -4.2300 -67.9000 0.0 BARREIRA ALTA +BR000467001 -4.3200 -67.3300 0.0 BARREIRA BRANCA +BR000468001 -4.6700 -68.9200 0.0 JUTAI +BR000469001 -4.2500 -69.9500 0.0 TABATINGA (PCD) +BR000469002 -4.2800 -69.7300 0.0 TERESINA +BR000470002 -4.3700 -70.9300 0.0 ESTIRAO DO REPOUSO +BR000471000 -4.6800 -71.4700 0.0 SANTA MARIA +BR000535038 -5.8500 -35.5200 99.0 FAZENDA POTENJI +BR000536035 -5.6300 -36.9200 0.0 MENDUBIM DE BAIXO +BR000536036 -5.2600 -36.7200 0.0 PENDENCIAS +BR000537008 -5.5900 -37.6800 70.0 PEDRAS DE ABELHAS (DNOCS) +BR000537019 -5.6400 -37.2600 45.0 UPANEMA (DNOCS) +BR000537034 -5.8700 -37.3100 0.0 AUGUSTO SEVERO +BR000537035 -5.2900 -37.2900 0.0 FAZENDA ANGICOS +BR000537036 -5.4500 -37.5100 0.0 GOVERNADOR DIX-SEPT ROSADO +BR000537037 -5.2200 -37.3600 0.0 MOSSORO +BR000538008 -5.4700 -38.4100 70.0 CASTANHAO +BR000538043 -5.9000 -38.6300 0.0 JAGUARIBE +BR000538044 -5.2200 -38.2000 0.0 PEIXE GORDO +BR000539002 -5.5800 -39.4200 175.0 BOQUEIRAO DO PATU +BR000539037 -5.5800 -39.0100 173.0 SENADOR POMPEU +BR000539053 -5.2000 -39.2900 0.0 QUIXERAMOBIM +BR000541002 -5.2200 -41.7400 120.0 FAZENDA BOA ESPERANCA +BR000542008 -5.6700 -42.2100 80.0 PRATA DO PIAUI +BR000543002 -5.4800 -43.3600 80.0 LAGOA +BR000543004 -5.7100 -43.5900 149.0 MENDES +BR000543009 -5.5700 -43.0200 75.0 FAZENDA VENEZA +BR000543010 -5.9800 -43.0600 75.0 PALMEIRAIS +BR000543011 -5.9700 -43.4200 0.0 VEREDA GRANDE +BR000544006 -5.4200 -44.9300 103.0 FLORES +BR000544009 -5.4100 -44.3400 100.0 GRACA ARANHA +BR000545010 -5.6000 -45.2500 0.0 RIO CORDA +BR000546006 -5.6000 -46.2400 0.0 FORTALEZA +BR000546007 -5.8800 -46.7000 0.0 SITIO NOVO +BR000547002 -5.7200 -47.5000 0.0 ITAGUATINS +BR000547005 -5.5900 -47.0200 0.0 BURITIRAMA +BR000548000 -5.6500 -48.2100 186.0 ARAGUATINS +BR000548001 -5.2600 -48.2000 0.0 SAO SEBASTIAO DO TOCANTINS +BR000549006 -5.7800 -49.8000 0.0 FAZENDA RIO BRANCO +BR000549007 -5.8000 -49.1800 0.0 KM 60 / PA-150 +BR000552000 -5.4100 -52.9000 0.0 BELO HORIZONTE +BR000554000 -5.6500 -54.5200 0.0 CAJUEIRO +BR000555000 -5.1800 -56.0600 0.0 KM 1326 BR-163 +BR000555002 -6.6700 -55.5000 0.0 KM 1130 BR-163 +BR000556000 -5.1500 -56.8600 0.0 JATOBA +BR000559000 -5.6800 -59.5800 0.0 ARARI +BR000560000 -5.1200 -60.3800 0.0 NOVO ARIPUANA +BR000560001 -5.2900 -60.7000 0.0 RECREIO (PEDREIRAS) +BR000560002 -5.5900 -60.3700 0.0 MONTE ALEGRE +BR000562000 -5.0200 -62.8000 0.0 CARIUACANGA +BR000562001 -5.8500 -62.3500 0.0 FAZENDA BELA SOMBRA +BR000563000 -5.1100 -63.9800 0.0 SERINGAL MOREIRA +BR000563001 -5.7800 -63.3500 0.0 ITATUBA +BR000564000 -5.6700 -64.3300 0.0 CASTANHAL PATU +BR000566000 -5.1300 -66.3000 0.0 FAZENDA BOA ESPERANCA +BR000567001 -5.8900 -67.8600 0.0 XIBAUA +BR000572000 -5.1300 -72.8000 0.0 PALMEIRAS DO JAVARI +BR000635013 -6.0900 -35.2500 0.0 ENGENHO OLHO DAGUA +BR000636019 -6.2400 -35.9900 240.0 SANTA CRUZ +BR000636045 -6.5900 -36.7800 0.0 SITIO VOLTA +BR000637010 -6.4600 -37.3000 120.0 ACUDE LAGOINHA (SUDENE) +BR000637039 -6.4500 -37.0900 0.0 CAICO +BR000638007 -6.7600 -38.9600 247.0 LAVRAS DA MANGABEIRA (DNOCS) +BR000638014 -6.4100 -38.8600 160.0 ICO +BR000638032 -6.7400 -38.4500 240.0 ANTENOR NAVARRO +BR000638044 -6.2100 -38.4300 500.0 ACUDE BONITO (SUDENE) +BR000639044 -6.3800 -39.2900 0.0 IGUATU +BR000639045 -6.6500 -39.9600 0.0 MALHADA +BR000640003 -6.3300 -40.1600 325.0 ARNEIROZ +BR000642012 -6.9700 -42.1100 160.0 FAZENDA TALHADA +BR000643011 -6.6100 -43.4000 322.0 LAGES +BR000643012 -6.1800 -43.7800 0.0 PASSAGEM FRANCA +BR000643013 -6.7600 -43.0300 107.0 BARAO DE GRAJAU +BR000644003 -6.0300 -44.2500 70.0 COLINAS +BR000644007 -6.3700 -44.3600 185.0 MIRADOR +BR000644012 -6.0100 -44.3400 142.0 PORTO DO LOPES +BR000644015 -6.0700 -44.7100 211.0 CAMPO LARGO +BR000645002 -5.9900 -45.4000 0.0 PAPAGAIO +BR000645003 -6.8400 -45.1100 0.0 MATO GROSSO +BR000646005 -6.8200 -46.3300 0.0 FAZENDA SAO VICENTE +BR000646006 -6.1900 -46.2700 180.0 FAZENDA SEMPRE VIVA +BR000647000 -6.2900 -47.3900 126.0 TOCANTINOPOLIS +BR000647001 -6.8400 -47.9700 300.0 WANDERLANDIA-RD BELEM-BRASILIA +BR000648000 -6.4100 -48.5400 118.0 XAMBIOA (PCD) +BR000648001 -6.3600 -48.0700 0.0 ANANAS +BR000648002 -6.6700 -48.4700 211.0 PIRAQUE +BR000649000 -6.4300 -49.4200 0.0 FAZENDA SURUBIM +BR000649001 -6.7900 -49.5500 0.0 FAZENDA SANTA ELISA +BR000649002 -6.1100 -49.3800 0.0 ELDORADO +BR000649003 -6.8700 -49.1000 0.0 PORTO LEMOS +BR000651001 -6.7200 -51.7800 0.0 BOA ESPERANCA (FAZ.OMETO) +BR000651002 -6.8200 -50.5400 0.0 PROJETO TUCUMA +BR000652000 -6.0500 -52.6000 0.0 PRIMAVERA DO XINGU +BR000655000 -6.7800 -55.4500 0.0 SANTA JULIA +BR000655001 -7.5100 -55.2600 0.0 KM 1027 DA BR-163 +BR000655002 -6.9700 -56.4700 0.0 GARIMPO DO PATROCINIO +BR000658000 -6.8000 -59.0500 0.0 SANTAREM-SUCUNDURI (PCD) +BR000660000 -6.0000 -60.1900 0.0 SERINGAL JENIPAPO +BR000660001 -6.9300 -60.5200 0.0 NATAL (TIGRE) +BR000661000 -6.2500 -61.8400 0.0 SAO RAFAEL +BR000661001 -6.3600 -61.7700 0.0 NOVA ESPERANCA +BR000664000 -6.3200 -64.8800 0.0 BACABA +BR000664001 -6.5300 -64.3800 0.0 CANUTAMA +BR000668000 -6.4400 -68.2400 0.0 SANTOS DUMONT +BR000669001 -6.6200 -69.1300 0.0 SOLEDADE +BR000670000 -6.8000 -70.6500 0.0 FOZ DO GREGORIO +BR000735009 -7.0300 -35.4700 100.0 MULUNGU (CAMARAZAL) +BR000735036 -7.1300 -35.0500 18.0 PONTE DA BATALHA +BR000735050 -7.9700 -35.1600 91.0 ENGENHO SITIO +BR000735066 -7.8900 -35.1700 69.0 PAUDALHO +BR000735067 -7.9400 -35.6300 270.0 SALGADINHO (DNOS) +BR000735100 -7.8800 -35.4500 136.0 LIMOEIRO +BR000735124 -7.5300 -36.0000 350.0 BODOCONGO +BR000735157 -7.8400 -35.1800 184.0 CARPINA +BR000735158 -7.8500 -35.7600 418.0 SURUBIM +BR000735159 -7.9100 -35.9900 401.0 VERTENTES +BR000736000 -7.2200 -36.8300 500.0 TAPEROA II +BR000736040 -7.9900 -36.5000 600.0 JATAUBA +BR000736041 -7.9600 -36.2000 472.0 SANTA CRUZ DO CAPIBARIBE +BR000736042 -7.9000 -36.0500 785.0 TAQUARITINGA DO NORTE +BR000737006 -7.2100 -37.9300 250.0 PIANCO +BR000737023 -7.7400 -37.6500 525.0 AFOGADOS DA INGAZEIRA (DNOCS) +BR000737027 -7.8700 -37.9700 460.0 FLORES (DNOCS) +BR000738049 -7.3000 -38.9800 0.0 PODIMIRIM +BR000741003 -7.4500 -41.4800 180.0 ITAINOPOLIS +BR000741009 -7.1800 -41.7600 340.0 SANTA CRUZ DO PIAUI +BR000742011 -7.2300 -42.5400 0.0 SAO FRANCISCO DO PIAUI +BR000742012 -6.6200 -42.7000 240.0 FRANCISCO AYRES +BR000743009 -7.2500 -43.6400 150.0 BARRA DO LANCE +BR000744000 -7.0800 -44.8100 325.0 SAO FELIX DE BALSAS +BR000745003 -7.5600 -45.2400 150.0 RIBEIRO GONCALVES +BR000745005 -7.3700 -45.6100 295.0 FAZENDA TIGRE +BR000746006 -7.5200 -46.0300 255.0 BALSAS +BR000746007 -7.9300 -45.9900 328.0 BREJO COMPRIDO +BR000746008 -7.1600 -46.5500 385.0 MORRO VERMELHO +BR000746009 -7.3300 -46.3100 340.0 RECURSOS +BR000747000 -7.3170 -47.4670 172.0 CAROLINA (AEROPORTO 82764 +BR000747001 -7.7100 -47.3100 0.0 GOIATINS (PIACA) +BR000747009 -7.8600 -47.8600 0.0 PALMEIRANTE +BR000748000 -7.2000 -48.2000 229.0 ARAGUAINA 82659 +BR000748001 -7.8800 -48.9000 200.0 COLONIA +BR000748002 -7.5600 -48.4200 200.0 FAZ.PRIMAVERA-ROD.BEL-BRASILIA +BR000748003 -7.1500 -48.4700 0.0 MURICILANDIA +BR000749000 -7.6600 -49.0600 215.0 ARAPOEMA +BR000749001 -7.3200 -49.2200 100.0 BOA VISTA DO ARAGUAIA +BR000749002 -7.1000 -49.9600 0.0 XINGUARA +BR000750000 -7.8300 -50.8300 0.0 FAZENDA CUMARU DO NORTE +BR000751000 -7.7700 -51.1300 0.0 GOROTIRE +BR000752000 -7.4700 -52.6700 0.0 COCRAIMORO +BR000754000 -7.3300 -54.8300 0.0 ALDEIA DO BAU +BR000757001 -7.6000 -57.5800 0.0 MISSAO CURURU +BR000758000 -7.3400 -58.1500 0.0 BARRA DO SAO MANUEL +BR000758001 -7.1500 -58.9300 0.0 BOCA DO URUCU +BR000759000 -7.2000 -59.8900 0.0 VILA DO APUI +BR000760000 -7.2500 -60.4000 0.0 PRAINHA VELHA +BR000760001 -7.6800 -60.3000 0.0 BOCA DO GUARIBA +BR000761001 -7.9000 -61.1800 0.0 FAZENDA BONSUCESSO +BR000761002 -7.8200 -61.2400 0.0 FAZENDA AGUA AZUL +BR000762000 -7.8500 -62.2700 0.0 GOIANO +BR000763001 -7.5100 -63.0300 0.0 HUMAITA (PCD) +BR000764002 -7.5800 -64.9500 0.0 SAO GREGORIO +BR000764003 -7.2500 -64.2300 0.0 CRISTO +BR000765000 -7.7000 -66.0500 0.0 CACHOEIRA +BR000766001 -7.7200 -66.9800 0.0 SERINGAL FORTALEZA +BR000767002 -7.5500 -67.5600 0.0 FAZENDA BORANGABA +BR000770000 -7.3200 -70.2500 0.0 ENVIRA +BR000770001 -7.2700 -70.9800 0.0 SERINGAL SANTO AMARO +BR000771000 -7.0500 -71.6800 0.0 IPIXUNA +BR000772002 -7.2400 -72.3300 0.0 SERINGAL BOA FE +BR000773000 -7.4400 -73.6500 0.0 SERRA DO MOA +BR000835017 -8.0200 -35.1200 80.0 ENGENHO BELA ROSA +BR000835048 -8.0000 -35.0300 70.0 SAO LOURENCO DA MATA +BR000835068 -8.1100 -35.2800 137.0 VITORIA DE SANTO ANTAO +BR000835106 -8.3000 -36.0000 545.0 CARUARU +BR000835135 -8.0100 -35.7000 395.0 CUMARU +BR000835137 -8.1400 -35.4000 290.0 POMBOS +BR000835138 -8.2800 -35.0600 30.0 PIRAPAMA +BR000835139 -8.8400 -35.4500 0.0 JACUIPE +BR000835140 -8.6400 -35.3100 100.0 ENGENHO MATO GROSSO +BR000835141 -8.6800 -35.5800 110.0 PALMARES +BR000836043 -8.3700 -36.5600 653.0 SANHARO +BR000836092 -8.1500 -36.3700 646.0 BREJO DA MADRE DE DEUS +BR000836093 -8.1900 -36.7100 1035.0 POCAO +BR000837038 -8.9200 -37.8300 355.0 INAJA +BR000838000 -8.5400 -38.1900 361.0 AIRI (ROCHEDO) +BR000838002 -8.2400 -38.5300 375.0 SERRINHA +BR000838004 -8.7700 -38.9600 305.0 BELEM DE SAO FRANCISCO +BR000838021 -8.6100 -38.5800 317.0 FLORESTA +BR000838031 -8.0000 -38.2400 435.0 SERRA TALHADA +BR000839013 -8.0900 -39.5700 379.0 PARNAMIRIM +BR000839014 -8.1800 -39.7300 350.0 POCO DO FUMO +BR000839031 -8.6200 -39.2400 300.0 IBO +BR000839034 -8.5200 -39.6400 0.0 FAZRNDA TAPERA +BR000840010 -8.6200 -40.0000 350.0 FAZENDA SAO BENTO +BR000840015 -9.0000 -40.2700 365.0 LAGOA GRANDE +BR000841017 -8.0100 -41.5000 249.0 PEDRA REDONDA +BR000844008 -8.7900 -44.2100 240.0 CRISTINO CASTRO II +BR000845003 -8.3200 -45.9700 360.0 BABILONIA +BR000845004 -8.1000 -45.5900 0.0 BARRA DO FOSDAO +BR000845005 -8.8200 -45.9700 258.0 INHUMAS +BR000846005 -8.7900 -46.1200 275.0 BOA VISTA +BR000847001 -8.3900 -47.7700 250.0 ITACAJA +BR000847002 -7.9700 -46.8100 0.0 CAMPOS LINDOS +BR000848000 -8.0500 -48.4800 0.0 COLINAS DE TOCANTINS +BR000848001 -8.8300 -48.5200 300.0 GUARAI +BR000848002 -8.5700 -48.6900 300.0 ITAPORA DO TOCANTINS +BR000848003 -8.4000 -48.1300 0.0 TUPIRATINS +BR000849002 -8.8100 -49.5600 150.0 ARAGUACEMA (CHACARA ARAGUAIA) +BR000850000 -8.0400 -50.0000 0.0 REDENCAO +BR000852000 -8.0300 -52.1500 0.0 KUBENKRANKEIN +BR000854000 -8.6500 -54.2200 0.0 MENCRANOTIRE +BR000855000 -8.1900 -55.1200 0.0 KM 947 BR-163 +BR000857000 -8.8700 -57.4200 0.0 SANTA ROSA +BR000859000 -8.3500 -59.8200 0.0 BOM DESTINO +BR000862000 -8.9300 -62.0500 0.0 TABAJARA +BR000865000 -8.3300 -65.7200 0.0 FAZENDA SHEFFER +BR000866002 -8.8200 -66.1800 0.0 CACHOEIRA FORTALEZA-JUSANTE +BR000867001 -8.7500 -67.4000 119.0 BOCA DO ACRE 82816 +BR000867002 -8.5300 -67.4200 96.0 INAUINI +BR000869000 -8.8800 -69.2700 0.0 MANOEL URBANO +BR000870002 -8.1500 -70.3700 249.0 FEIJO +BR000872000 -8.9400 -72.7900 0.0 TAUMATURGO +BR000872001 -8.2700 -72.7300 0.0 PORTO VALTER +BR000935012 -9.3100 -35.9500 82.0 MURICI +BR000935056 -9.4700 -35.8600 42.0 FAZENDA BOA FORTUNA (PCD) +BR000935057 -9.7200 -35.8900 0.0 MARECHAL DEODORO +BR000936111 -9.3800 -36.2500 300.0 VICOSA +BR000936112 -9.0000 -36.0500 0.0 SAO JOSE DA LAJE +BR000936113 -9.1500 -36.0400 250.0 UNIAO DOS PALMARES +BR000936114 -9.1700 -36.2200 220.0 SANTANA DO MUNDAU +BR000936115 -9.3200 -36.4900 220.0 QUEBRANGULO +BR000937013 -9.3900 -37.9900 256.0 DELMIRO GOUVEIA (PEDRA) +BR000937018 -9.7500 -37.4500 45.0 PAO DE ACUCAR +BR000937023 -9.6300 -37.7600 110.0 PIRANHAS +BR000937031 -9.1100 -37.1300 376.0 AGUAS BELAS +BR000938005 -9.1000 -38.3300 280.0 CACHOEIRA ITAPARICA-MONTANTE +BR000938006 -9.2000 -38.3000 247.0 GLORIA +BR000938021 -9.0800 -38.3000 0.0 PETROLANDIA +BR000939017 -9.1200 -39.9400 365.0 PROXIMO A CURACA II (CODEVASF) +BR000940018 -9.5600 -40.6500 377.0 CAMPO DOS CAVALOS +BR000940024 -9.4100 -40.5000 370.0 JUAZEIRO (PCD) +BR000940025 -9.4900 -40.2000 378.0 LAGOA DO BOI +BR000940028 -9.6800 -40.6000 397.0 JUNCO (CODEVASF) +BR000941008 -9.6700 -41.3000 380.0 SENTO SE +BR000941010 -9.3700 -41.4500 378.0 CASA NOVA +BR000945011 -9.1170 -45.9500 -999.9 ALTO PARNAIBA 82970 +BR000946003 -9.5900 -46.6800 620.0 LIZARDA +BR000947001 -9.4600 -47.3300 320.0 MANSINHA +BR000948000 -9.5600 -48.3900 210.0 MIRACEMA DO TOCANTINS +BR000948001 -9.3100 -47.9300 200.0 PORTO REAL +BR000949000 -9.6200 -49.1500 200.0 ABREULANDIA +BR000949001 -9.2600 -49.0600 200.0 DOIS IRMAOS +BR000950000 -9.2700 -49.9600 200.0 CASEARA +BR000950001 -9.2300 -50.2100 0.0 BARREIRA DE CAMPO +BR000950002 -9.9700 -49.9900 240.0 CANGUSSU +BR000951000 -10.0200 -51.1200 0.0 VILA RICA +BR000954001 -9.8200 -54.8900 0.0 CACHIMBO +BR000956000 -9.8670 -56.1000 289.0 ALTA FLORESTA (AERO 82965 +BR000956001 -9.6400 -56.0200 0.0 JUSANTE FOZ PEIXOTO DE AZEVEDO +BR000957001 -9.3700 -57.2200 0.0 NOVO PLANETA +BR000960001 -9.8000 -60.6900 0.0 CONCISA (PCD) +BR000961003 -9.6800 -61.9800 0.0 BOLICHE (FABIO) +BR000962000 -9.5900 -62.3900 0.0 MINERACAO ORIENTE NOVO +BR000962001 -9.1800 -62.9500 0.0 MINERACAO JACUNDA +BR000963000 -9.9300 -63.0600 0.0 ARIQUEMES +BR000963001 -9.2600 -63.1600 0.0 SANTO ANTONIO BR-364 +BR000963006 -9.8900 -62.9900 0.0 SETOR CACHOEIRINHA +BR000964001 -9.5200 -64.8100 0.0 PALMEIRAL +BR000965001 -9.7000 -65.3500 0.0 ABUNA +BR000966000 -9.7600 -66.6100 0.0 FAZ.SAO LUIZ (NOVA CALIFORNIA) +BR000967001 -9.0500 -67.3700 0.0 FLORIANO PEIXOTO +BR000967004 -9.4300 -67.2800 0.0 REST.PORTEIRA DO AMAZONAS +BR000968001 -9.0300 -68.5700 0.0 SERINGAL DA CARIDADE +BR000968003 -9.3200 -68.7200 0.0 SERINGAL SAO JOSE +BR000969000 -9.3500 -69.9200 0.0 FAZENDA JUSSARA +BR000969001 -9.3500 -69.4200 0.0 SERINGAL GUARANY +BR000970000 -9.1300 -70.8200 0.0 FAZENDA CALIFORNIA +BR000970001 -9.3800 -70.4700 0.0 SANTA ROSA DO PURUS +BR000971000 -9.4300 -71.8800 0.0 FOZ DO JORDAO +BR000972000 -9.4000 -72.7000 0.0 FOZ DO BREU +BR001036005 -10.2800 -36.5600 28.0 PENEDO +BR001036007 -10.4100 -36.4300 10.0 PIACABUCU +BR001036026 -10.2000 -36.8670 19.0 PROPRIA 83097 +BR001036062 -10.0300 -36.3000 50.0 CAMACARI +BR001036063 -10.5800 -36.9200 10.0 FAZENDA CAJUEIRO +BR001037007 -10.9400 -37.3500 19.0 FAZENDA BELEM +BR001037049 -10.6500 -37.1900 47.0 SANTA ROSA DE LIMA (CAMBOATA) +BR001037078 -10.4800 -37.0700 139.0 CAPELA +BR001038007 -10.0700 -38.3500 275.0 JEREMOABO +BR001039025 -10.6500 -39.7200 335.0 ACUDE JACURICI +BR001040002 -10.5000 -40.3200 545.0 CAMPO FORMOSO +BR001040025 -10.8000 -40.3800 425.0 PINDOBACU +BR001040026 -10.8400 -40.1100 348.0 PONTO NOVO +BR001040027 -10.3900 -40.1100 474.0 ACUDE SOHEM +BR001042012 -10.9900 -42.3400 414.0 RIO VERDE II (CODEVASF) +BR001042013 -10.8300 -42.9200 374.0 FAZENDA VENTURA +BR001047000 -9.9900 -47.4800 250.0 JATOBA (FAZENDA BOA NOVA) +BR001047001 -9.9600 -47.6700 300.0 NOVO ACORDO +BR001047002 -10.7900 -47.8000 300.0 PORTO GILANDIA +BR001047003 -10.0000 -47.9000 0.0 RIO DAS BALSAS +BR001047004 -10.7500 -47.5400 300.0 PONTE ALTA DO TOCANTINS +BR001048000 -10.7600 -48.9000 340.0 FATIMA +BR001048001 -10.1700 -48.8900 390.0 PARAISO DO TOCANTINS +BR001048005 -10.3100 -48.1600 0.0 TAQUARUSSU DO PORTO +BR001049001 -10.4400 -48.8900 298.0 PIUM +BR001050000 -11.2200 -50.6700 0.0 LUCIARA +BR001050001 -10.2800 -50.4200 0.0 JUSANTE CRISOSTOMO +BR001050002 -10.4600 -50.5100 0.0 SANTA TEREZINHA +BR001051001 -10.8700 -51.6300 0.0 PORTO ALEGRE DO NORTE +BR001052000 -10.8000 -52.7400 0.0 VILA SAO JOSE DO XINGU +BR001053001 -10.5400 -53.6100 0.0 FAZENDA SANTA EMILIA +BR001054000 -10.7500 -54.5500 0.0 AGRO PECUARIA CAJABI +BR001055001 -10.1100 -55.5700 0.0 INDECO +BR001055002 -10.8000 -55.4500 0.0 COLIDER +BR001057000 -10.8800 -57.5800 0.0 FAZENDA AGROTEP +BR001057001 -9.9400 -57.1300 341.0 TRIVELATO +BR001058002 -9.8600 -58.2500 0.0 NUCLEO ARIEL +BR001058003 -10.3200 -58.5000 0.0 JURUENA +BR001058005 -10.5500 -58.8700 0.0 VALE DO NATAL +BR001059000 -10.1700 -59.4500 0.0 HUMBOLDT +BR001061001 -10.8500 -61.9300 0.0 JI-PARANA (PCD) +BR001061002 -10.4000 -61.0500 0.0 FAZENDA CASTANHAL +BR001061003 -10.5200 -62.0000 0.0 RONDOMINAS (BARROCAS) +BR001062001 -10.4500 -62.4700 0.0 JARU +BR001062002 -10.2400 -62.6300 0.0 SERINGAL 70 +BR001062003 -11.0000 -62.6600 0.0 MIRANTE DA SERRA +BR001062004 -10.2400 -62.3500 0.0 THEOBROMA +BR001063000 -10.5100 -63.6500 0.0 ESCOLA CARAMURU +BR001063001 -10.3500 -63.4200 0.0 MINERACAO PONTE MASSANGANA +BR001065002 -10.8170 -65.3490 130.0 GUAYARAMERIN 85033 +BR001067001 -10.0700 -67.9300 0.0 FAZENDA SANTO AFONSO +BR001068000 -10.6500 -68.5100 0.0 XAPURI +BR001069000 -10.9300 -69.5700 0.0 ASSIS BRASIL +BR001069001 -10.5200 -69.8300 0.0 FAZENDA PETROPOLIS +BR001137001 -11.0300 -37.4800 92.0 SALGADO +BR001137017 -11.2700 -37.4400 53.0 ESTANCIA +BR001137027 -11.5400 -37.5700 15.0 ITANHI +BR001137041 -11.6000 -37.9500 0.0 ITAPICURU +BR001137042 -11.6500 -37.9400 234.0 FAZENDA TRIANON +BR001137043 -11.7700 -37.8000 17.0 USINA ALTAMIRA +BR001138002 -11.7800 -38.3500 158.0 INHAMBUPE +BR001138014 -11.0830 -38.5170 145.0 CIPO 83192 +BR001138020 -11.9800 -38.9000 169.0 FAZENDA JACU +BR001138026 -11.0600 -38.8400 153.0 PONTE EUCLIDES DA CUNHA +BR001139022 -11.4700 -39.7800 0.0 GAVIAO II +BR001140000 -11.4300 -40.6000 562.0 MIGUEL CALMON (DJALMA DUTRA) +BR001140010 -11.5500 -40.6000 0.0 FRANCA +BR001140016 -11.1830 -40.4670 485.0 JACOBINA 83186 +BR001140031 -11.8700 -40.5200 515.0 BARRA DO MUNDO NOVO +BR001140032 -11.4100 -40.3000 380.0 ACUDE SERROTE +BR001140033 -11.2300 -39.9700 345.0 ACUDE RIO DO PEIXE +BR001142017 -11.3300 -42.3100 490.0 FAZENDA CABACEIRAS +BR001142020 -11.3600 -42.2700 489.0 FAZENDA REFRIGERIO-JUSANTE +BR001143002 -11.5600 -43.2800 418.0 MORPARA +BR001143003 -11.8700 -43.3300 400.0 FAZENDA GRANDE +BR001143004 -11.0800 -43.1300 410.0 BARRA +BR001143010 -11.3400 -43.8300 411.0 BOQUEIRAO +BR001143014 -11.2200 -43.9800 423.0 FAZENDA PORTO LIMPO +BR001144000 -11.7200 -44.5000 442.0 TAGUA (CAMPO LARGO) +BR001144004 -11.8300 -44.7300 420.0 NUPEBA +BR001144005 -11.6100 -44.1600 421.0 FAZENDA MACAMBIRA +BR001144009 -11.0200 -44.5100 434.0 SANTA RITA DE CASSIA +BR001144014 -11.9800 -44.7100 447.0 SAO SEBASTIAO +BR001144027 -11.0100 -44.5300 436.0 IBIPETUBA +BR001145001 -11.0500 -45.2000 489.0 FORMOSA DO RIO PRETO (PCD) +BR001145004 -10.9900 -45.5300 451.0 FAZENDA BOM JARDIM +BR001145005 -11.8900 -45.6100 700.0 PONTE ACABA VIDA +BR001145013 -11.9000 -45.6100 713.0 PONTE SERAFIM-MONTANTE +BR001145014 -11.8500 -45.1200 458.0 NOVA VIDA-MONTANTE +BR001145016 -11.9000 -45.3700 700.0 FAZENDA BOA FE +BR001145019 -11.5100 -45.0400 510.0 CARIPARE +BR001146000 -11.6300 -46.8100 0.0 DIANOPOLIS +BR001147000 -11.5800 -47.1700 600.0 ALMAS +BR001147001 -11.7000 -47.7300 272.0 NATIVIDADE +BR001147002 -11.1400 -47.5800 637.0 PINDORAMA DO TOCANTINS +BR001147003 -11.6100 -47.0400 0.0 PORTO ALEGRE +BR001148000 -11.5300 -48.2900 300.0 FAZENDA LOBEIRA +BR001149000 -11.3500 -49.2700 200.0 DUERE +BR001149001 -11.8000 -49.5300 211.0 FORMOSO DO ARAGUAIA +BR001149002 -11.7400 -49.1400 497.0 GURUPI +BR001150000 -11.9200 -50.6700 0.0 FAZENDA TELESFORO +BR001150001 -11.6300 -50.6900 0.0 SAO FELIX DO ARAGUAIA (PCD) +BR001151000 -11.6700 -51.3800 0.0 BATE PAPO +BR001152000 -11.7200 -51.7000 0.0 SUIA LIQUILANDIA +BR001152001 -11.3900 -52.2300 0.0 ESPIGAO +BR001154000 -11.0000 -54.8100 421.0 RANCHO DE DEUS +BR001154001 -11.9300 -55.0000 0.0 SANTA FELICIDADE +BR001155000 -11.6500 -55.7000 0.0 CACHOEIRAO +BR001156000 -11.4700 -56.4200 0.0 FAZENDA ITAUBA +BR001156001 -11.7100 -55.4600 0.0 FAZENDA SEMPRE VERDE (SINOP) +BR001157000 -11.5400 -57.4200 0.0 PORTO DOS GAUCHOS (PCD) +BR001157001 -11.2500 -57.5100 0.0 JUARA +BR001158001 -11.3400 -58.3400 0.0 FONTANILHAS (PCD) +BR001158002 -11.4100 -58.7200 0.0 JUINA +BR001158003 -11.7800 -58.0700 0.0 FAZENDA TOMBADOR +BR001159000 -11.8200 -59.3300 0.0 BOTECO DOS MINEIROS +BR001160000 -12.0200 -60.8500 0.0 MARCO RONDON +BR001160002 -11.7500 -60.8700 0.0 FAZENDA FLOR DO CAMPO +BR001161000 -11.4400 -61.4800 0.0 VISTA ALEGRE BR-364 +BR001161001 -11.6800 -61.1900 0.0 PIMENTA BUENO +BR001161002 -11.7500 -61.7800 0.0 ROLIM DE MOURA +BR001164000 -11.0700 -64.0800 0.0 SERINGAL SAO LUIZ +BR001164001 -11.3700 -64.8900 0.0 BOA VISTA DOS PACAAS +BR001168001 -11.0200 -68.7400 0.0 BRASILEIA (PCD) +BR001237000 -12.0600 -37.7600 34.0 CORTE GRANDE +BR001237001 -12.1300 -37.9700 79.0 CAMBUIS +BR001238000 -12.5700 -38.0600 34.0 TIRIRICA +BR001238010 -12.2100 -38.2000 80.0 ARACAS +BR001238020 -12.8500 -38.3200 20.0 JOANES +BR001238036 -12.5500 -38.7000 40.0 SUBAE (SANTO AMARO) +BR001238042 -12.2500 -38.5100 130.0 BURACICA +BR001238045 -12.9200 -38.5000 10.0 SALVADOR (AREIAL DE CIMA) +BR001238046 -12.6000 -38.1400 13.0 EMBOACICA +BR001238051 -12.3000 -38.6400 116.0 TEODORO SAMPAIO +BR001238057 -12.9800 -38.6300 10.0 BARRA DO GIL (I.DE ITAPARICA) +BR001238107 -12.9700 -38.5000 67.0 PITANGUEIRAS +BR001239007 -12.5900 -39.5200 159.0 ARGOIM (DNOCS) +BR001239016 -12.1800 -39.7300 299.0 IPIRA (CAMISAO) +BR001240016 -12.7600 -40.2100 237.0 IA?U +BR001241001 -12.9300 -41.0700 317.0 FAZENDA IGUACU +BR001241008 -12.8000 -41.3300 330.0 ANDARAI +BR001241017 -12.5000 -41.3000 355.0 PORTO +BR001241025 -12.5000 -41.5700 0.0 PALMEIRAS +BR001241026 -12.5000 -41.2100 357.0 UTINGA +BR001241027 -12.0600 -41.3500 0.0 FAZENDA RIBEIRO +BR001241028 -12.0200 -41.0500 511.0 ESTACAO EXPERIMENTAL-UTINGA +BR001241032 -12.7700 -41.5400 0.0 GUINE +BR001241033 -13.0100 -41.3700 870.0 USINA MUCUGE +BR001242016 -12.2500 -42.7600 440.0 PONTE BR-242 +BR001243000 -12.8700 -43.3800 413.0 GAMELEIRA DA LAPA +BR001243004 -12.6900 -43.1800 420.0 PARATINGA (RIO BRANCO) +BR001243011 -12.1800 -43.2200 420.0 IBOTIRAMA +BR001243019 -12.7700 -43.9600 480.0 SERRA DOURADA (FAZ.MURITIBA) +BR001244005 -12.0000 -44.9500 450.0 CANTINHO +BR001244012 -12.0100 -44.9400 430.0 PONTE DA BR-44 (RIO BRANCO) +BR001244015 -12.3700 -44.9800 500.0 SAO DESIDERIO +BR001244019 -12.3900 -44.9300 502.0 FAZENDA COQUEIRO +BR001245004 -12.1300 -45.1000 490.0 FAZENDA REDENCAO +BR001245005 -12.4100 -45.1200 502.0 DEROCAL +BR001245007 -12.4300 -45.0900 512.0 SITIO GRANDE +BR001245014 -12.1300 -45.8100 725.0 FAZENDA JOHA +BR001245015 -12.7700 -45.9400 761.0 RODA VELHA +BR001246000 -12.1000 -46.4800 600.0 PONTE ALTA DO BOM JESUS +BR001246001 -12.7100 -46.4100 700.0 AURORA DO NORTE +BR001247000 -12.2200 -47.3000 0.0 CONCEICAO DO TOCANTINS +BR001247002 -12.4200 -47.1900 400.0 RIO DA PALMA (FAZ.CHUVA MANGA) +BR001247005 -12.5900 -47.4900 0.0 FAZENDA SANTA RITA +BR001248000 -12.0500 -48.5330 250.0 PEIXE 83228 +BR001248001 -12.3900 -48.7100 0.0 COLONHA +BR001248003 -13.0400 -48.4900 0.0 PALMEIROPOLIS +BR001249000 -12.4800 -49.1200 356.0 ALVORADA +BR001249001 -12.9300 -49.8300 500.0 ARAGUACU +BR001249002 -12.0000 -49.6800 0.0 PROJETO RIO FORMOSO +BR001249003 -12.0900 -49.9400 108.0 BARREIRA DO PEQUI +BR001249004 -12.4200 -49.5900 0.0 PRAIA ALTA +BR001250000 -12.8200 -50.3400 254.0 FAZENDA PIRATININGA +BR001250001 -12.2900 -50.9600 0.0 SANTO ANTONIO DO LEVERGER +BR001251000 -12.1600 -51.7000 0.0 ALO BRASIL +BR001251001 -12.9400 -51.8300 0.0 DIVINEA +BR001254001 -12.8100 -54.7500 0.0 AGROVENSA +BR001255001 -12.6700 -55.7900 0.0 TELES PIRES +BR001255002 -12.5200 -54.9100 0.0 FAZENDA RIO FERRO-CRUZEIRINHO +BR001257000 -12.1200 -58.0000 0.0 BRASNORTE +BR001259001 -12.0300 -59.6500 0.0 CACHOEIRINHA +BR001261000 -12.4900 -61.0500 0.0 FAZENDA EXPANSAO +BR001262000 -12.8500 -62.9000 0.0 PEDRAS NEGRAS (PCD) +BR001264000 -12.4170 -64.3830 180.0 FT PRINCIPE BEIRA 83200 +BR001338009 -13.0000 -38.6400 0.0 COROA +BR001339000 -13.6000 -39.4900 171.0 SANTA LUZIA +BR001339012 -13.8100 -39.1700 114.0 ITUBERA +BR001339017 -13.5300 -39.7500 420.0 CACHOEIRA DO INFERNO +BR001339020 -13.5700 -39.0000 16.0 ARATUIPE +BR001339023 -13.0800 -39.5800 390.0 AMARGOSA +BR001339027 -13.6800 -39.4800 135.0 WENCESLAU GUIMARAES +BR001339030 -13.2300 -39.5000 212.0 MUTUIPE +BR001339034 -13.0300 -39.0300 35.0 NAZARE +BR001339038 -13.3700 -39.0800 59.0 VALENCA +BR001339041 -13.3000 -39.8200 415.0 SANTA INES +BR001339044 -13.6000 -39.1200 6.0 NILO PECANHA +BR001340003 -13.8800 -40.1400 199.0 JEQUIE +BR001341029 -13.8100 -41.3000 521.0 ITUACU +BR001343000 -13.9700 -43.1700 450.0 CAMPINHOS +BR001343008 -13.2900 -43.9100 442.0 PORTO NOVO +BR001344002 -13.2800 -44.5600 520.0 MOCAMBO +BR001344013 -13.7100 -44.6300 610.0 GATOS +BR001344014 -13.3400 -44.6500 566.0 CORRENTINA +BR001344015 -13.5700 -44.3100 447.0 COLONIA DO FORMOSO +BR001344016 -13.4500 -44.5700 479.0 ARROJADO +BR001344017 -13.4000 -44.2000 437.0 SANTA MARIA DA VITORIA (PCD) +BR001345000 -13.7300 -45.4000 679.0 ARROJOLANDIA +BR001346000 -13.4000 -46.3200 0.0 SAO DOMINGOS +BR001346001 -13.7400 -46.8800 0.0 NOVA ROMA (FAZ.SUCURI) +BR001346002 -13.5700 -46.3700 0.0 FAZENDA INGAZEIRO +BR001346003 -13.0900 -46.8900 0.0 MONTE ALEGRE DE GOIAS +BR001346004 -13.0400 -46.7800 600.0 CAMPOS BELOS +BR001346005 -13.6300 -46.4700 0.0 SAO VICENTE +BR001346006 -13.7500 -46.1400 947.0 FAZENDA PLANALTO +BR001346007 -13.3300 -46.0600 824.0 FAZENDA PRAINHA (FAZ.ANTAS) +BR001347000 -13.8000 -47.4600 0.0 CAVALCANTE +BR001347001 -13.4200 -47.1300 0.0 PONTE PARANA +BR001348000 -13.7900 -48.5700 0.0 CAMPINACU +BR001348001 -13.5300 -48.2300 0.0 SAMA +BR001348002 -13.5300 -48.1400 0.0 SAO FELIX +BR001348003 -13.5100 -48.7400 450.0 TROMBAS +BR001349000 -13.8700 -49.0700 0.0 ESTRELA DO NORTE +BR001349001 -13.2400 -49.5100 250.0 NOVO PLANALTO +BR001349002 -13.4500 -49.1400 600.0 PORANGATU (DESCOBERTO) +BR001349003 -13.2700 -49.2000 427.0 ENTRONCAMENTO SAO MIGUEL +BR001350000 -13.6900 -50.8000 276.0 BANDEIRANTES +BR001350001 -13.5300 -50.1900 200.0 RIO PINTADO (FAZ.PONTAL) +BR001350002 -13.2700 -50.1600 331.0 SAO MIGUEL DO ARAGUAIA +BR001351000 -14.0900 -51.7000 0.0 TRECHO MEDIO (PCD) +BR001352000 -13.8800 -52.4100 0.0 FAZENDA SETE DE SETEMBRO +BR001352001 -13.5000 -52.4500 0.0 GARAPU +BR001352002 -13.7100 -52.0300 0.0 SERRA DOURADA +BR001353001 -13.8400 -53.2400 0.0 ESTANCIA RODEIO +BR001354000 -13.4500 -54.2800 0.0 FAZENDA AGROCHAPADA +BR001355001 -13.5600 -55.3300 0.0 PORTO RONCADOR +BR001356002 -13.8200 -56.0800 0.0 NOVA MUTUM +BR001357000 -13.0300 -57.0900 0.0 NOVA MARINGA +BR001358001 -13.6400 -58.2900 0.0 BACAVAL +BR001358002 -13.4700 -58.9700 0.0 FAZENDA TUCUNARE +BR001359000 -13.1800 -59.8700 0.0 PADRONAL +BR001359001 -13.7800 -59.7700 0.0 VILA ALEGRE +BR001360000 -13.1100 -60.5500 0.0 COLORADO DO OESTE +BR001360001 -13.2000 -60.8200 0.0 CEREJEIRA +BR001439000 -14.6300 -39.1200 30.0 PROVISAO +BR001439001 -14.8100 -39.4700 151.0 LOMANTO JUNIOR +BR001439002 -14.8600 -39.6600 210.0 FLORESTA AZUL +BR001439006 -14.3300 -39.4700 88.0 PEDRINHAS +BR001439014 -14.1700 -39.6900 142.0 IPIAU +BR001439017 -14.8000 -39.2700 55.0 ITABUNA +BR001439023 -14.6800 -39.3900 107.0 ITAJUIPE (PIRANJI) +BR001439039 -14.5800 -39.2700 80.0 URUCUCA (AGUA PRETA) +BR001439042 -14.3200 -39.3300 50.0 UBAITABA (ITAPIRA) +BR001439044 -14.9600 -39.8100 243.0 SANTA CRUZ DA VITORIA +BR001439089 -14.8700 -39.5900 0.0 IBICARAI +BR001440009 -14.7400 -40.4900 989.0 LUCAIA (CAMPOS SALES) +BR001440026 -14.8700 -40.8300 958.0 VITORIA DA CONQUISTA +BR001440032 -14.0300 -40.9700 0.0 AREIAO +BR001441000 -14.1000 -41.2900 341.0 SANTO ANTONIO (PCD) +BR001442031 -14.7600 -42.6600 646.0 URANDI +BR001443000 -14.7900 -43.5500 425.0 BOCA DA CAATINGA +BR001443001 -14.7600 -43.9300 452.0 MANGA +BR001443003 -14.2800 -43.9800 445.0 FAZENDA SALINAS +BR001443026 -14.2600 -43.1700 569.0 PALMAS DE MONTE ALTO +BR001444000 -14.3100 -44.4600 475.0 SAO GONCALO +BR001444001 -14.4200 -44.4800 523.0 CAPITANEA (VARZEA DA LARGA) +BR001444002 -14.4200 -44.3800 510.0 MONTALVANIA +BR001444003 -14.7500 -44.4100 0.0 MIRAVANIA +BR001444004 -14.2600 -44.1600 440.0 JUVENILIA (PCD) +BR001444005 -14.2800 -44.4100 450.0 LAGOA DAS PEDRAS +BR001444006 -14.8000 -44.4300 0.0 MOENDINHA +BR001444008 -14.3500 -44.5700 520.0 FAZENDA BOA VISTA +BR001444009 -14.2300 -44.6200 505.0 FAZENDA VELHA +BR001444017 -14.2700 -44.5200 500.0 FAZENDA PORTO ALEGRE +BR001445000 -14.8400 -45.1700 700.0 CAJUEIRO +BR001446000 -14.5600 -46.1700 0.0 DAMIANOPOLIS +BR001446001 -14.4800 -46.4900 0.0 ALVORADA DO NORTE +BR001446004 -14.8000 -46.2500 0.0 SITIO DABADIA +BR001447000 -14.1300 -47.5100 0.0 ALTO PARAISO DE GOIAS +BR001447001 -14.4500 -47.0500 200.0 FLORES DE GOIAS +BR001447002 -14.7100 -47.5200 0.0 SAO JOAO DALIANCA +BR001447004 -13.9900 -47.9300 453.0 PONTE RIO PRETO +BR001448000 -14.1500 -48.0800 0.0 COLINAS DO SUL +BR001448001 -14.4800 -48.4600 0.0 NIQUELANDIA +BR001448002 -14.9800 -48.6800 0.0 PONTE QUEBRA LINHA +BR001448003 -14.3700 -48.2000 373.0 PORTO RIO BAGAGEM +BR001448004 -14.5500 -48.1700 0.0 MOQUEM-FAZ.VAU DA ONCA +BR001448005 -14.0200 -48.6100 0.0 PALMEIRINHA +BR001449000 -14.7600 -49.5800 850.0 PILAR DE GOIAS +BR001449001 -14.5200 -49.0500 547.0 PORTO URUACU +BR001449002 -14.4300 -49.7100 400.0 SANTA TEREZINHA DE GOIAS +BR001449003 -14.5300 -49.9600 0.0 CRIXAS +BR001450000 -14.3300 -50.7300 200.0 LAGOA DA FLECHA (FAZENDA) +BR001450001 -14.7400 -50.5800 400.0 MOZARLANDIA (CHAC.FOGUEIRA) +BR001450002 -14.1000 -50.3300 0.0 GOVERNADOR LEONINO +BR001451000 -14.9300 -51.0800 0.0 ARUANA (PCD) +BR001452000 -14.7000 -52.3500 315.0 NOVA XAVANTINA 83319 +BR001452004 -14.0800 -52.1500 0.0 AGUA BOA +BR001453000 -14.6100 -54.0000 0.0 PASSAGEM BR-309 (EX-PTE PEDRA) +BR001453001 -14.0300 -53.4000 0.0 FAZENDA BECKER +BR001454000 -14.4200 -54.0500 0.0 PARANATINGA +BR001454002 -14.8900 -54.9700 0.0 NOVA BRASILANDIA +BR001455002 -14.8800 -55.8700 0.0 COIMBRA/PORTO DE CIMA +BR001455003 -14.4500 -55.6800 0.0 CUIABAZINHO +BR001455004 -14.8100 -55.2700 529.0 CORRENTE VERDE +BR001455006 -14.9200 -55.8200 0.0 FAZENDA SAO JOSE DOS CAMPOS E1 +BR001455008 -14.8400 -55.8500 203.0 FAZENDA RAIZAMA (COIMBRA) +BR001456000 -14.5700 -56.5500 0.0 ALTO PARAGUAI +BR001456001 -14.5200 -56.8500 0.0 ARENAPOLIS (CANAA) +BR001456002 -14.3700 -56.9800 0.0 MARILANDIA +BR001456003 -14.4500 -56.8100 0.0 NORTELANDIA +BR001456004 -14.6500 -56.1200 0.0 QUEBO +BR001456008 -14.8300 -56.4100 0.0 ROSARIO OESTE (PCD) +BR001456009 -14.1600 -56.9300 476.0 PARECIS (BR-364) +BR001456010 -14.2000 -56.4000 0.0 CAMARGO CORREIA (PARTICULAR) +BR001457000 -14.8500 -57.7700 212.0 TAPIRAPUA +BR001457001 -14.6300 -57.4700 448.0 TANGARA DA SERRA +BR001457003 -14.1800 -57.5100 0.0 DECIOLANDIA +BR001458002 -14.3900 -58.2300 0.0 BRASFOR +BR001538000 -15.6670 -38.9500 5.0 CANAVIEIRAS 83398 +BR001538001 -15.8700 -38.8900 4.0 BELMONTE +BR001539002 -15.0900 -39.3400 153.0 SAO JOSE +BR001539006 -15.9600 -39.5300 80.0 ITAPEBI +BR001539008 -15.1400 -39.7200 182.0 ITAJU DO COLONIA +BR001539010 -15.5600 -39.3000 41.0 MASCOTE +BR001539014 -15.6000 -39.5200 87.0 FAZENDA NANCY (PCD) +BR001539016 -15.1500 -39.7700 180.0 FAZENDA MANAUS +BR001539022 -15.4300 -39.4900 63.0 CAMACAN (VARGITO) +BR001540003 -15.3400 -40.9300 520.0 INHOBIM +BR001540009 -15.2300 -40.2500 268.0 ITAPETINGA (ITATINGA) +BR001540019 -15.8900 -40.1700 0.0 JORDANIA +BR001540020 -15.8800 -40.5600 666.0 BANDEIRA +BR001541001 -15.5100 -41.2300 676.0 CANDIDO SALES +BR001541010 -15.5800 -41.4100 687.0 ITAMARATI +BR001541013 -15.4900 -41.4600 0.0 VEREDA DO PARAISO +BR001542001 -15.1300 -42.9200 560.0 MONTE AZUL +BR001542014 -15.3200 -42.0200 765.0 SAO JOAO DO PARAISO +BR001542015 -15.6000 -42.5500 782.0 RIO PARDO DE MINAS +BR001542016 -15.6400 -42.9400 0.0 SERRA BRANCA +BR001543002 -15.3400 -43.6800 450.0 COLONIA JAIBA +BR001543013 -15.7830 -43.3000 516.0 JANAUBA 83395 +BR001544016 -15.5200 -44.7500 486.0 CACHOEIRA GRANDE-MONTANTE +BR001544017 -15.6000 -44.4000 0.0 PEDRAS DE MARIA DA CRUZ +BR001544018 -15.0200 -44.0500 0.0 FAZENDA CANADA +BR001544019 -15.9300 -44.0000 0.0 SAO JOAO DA PONTE +BR001544021 -15.0000 -44.0000 0.0 CACHOEIRA GRANDE-JUSANTE +BR001544030 -15.7000 -44.0300 0.0 VARZELANDIA +BR001544031 -15.4330 -44.3670 474.0 JANUARIA 83386 +BR001544032 -15.4800 -44.7700 0.0 USINA DO PANDEIROS +BR001545002 -15.5000 -45.3900 0.0 SERRA DAS ARARAS +BR001545004 -15.3000 -45.6300 0.0 GAUCHOS +BR001546001 -15.6170 -46.4170 600.0 BURITIS 83383 +BR001546005 -15.8000 -46.9200 900.0 CABECEIRAS +BR001546010 -15.5200 -46.2800 0.0 FAZENDA CARVALHO +BR001547001 -15.2200 -47.1600 0.0 FAZENDA SANTA SE +BR001547002 -15.4500 -47.6100 1000.0 PLANALTINA +BR001548000 -15.6800 -48.2000 1100.0 BRAZLANDIA (QUADRA 18) +BR001548001 -15.0600 -48.1600 750.0 MIMOSO +BR001548002 -15.1700 -48.2800 750.0 PADRE BERNARDO +BR001548003 -15.8500 -48.9670 730.0 PIRENOPOLIS 83376 +BR001548011 -15.5500 -48.5800 0.0 FAZENDA MARAJA +BR001549000 -15.3100 -49.5500 550.0 CERES (POSTO BIQUINHA) +BR001549001 -15.3300 -49.1200 0.0 GOIANESIA +BR001549002 -15.5600 -49.9400 0.0 ITAPURANGA +BR001549003 -15.7200 -49.3300 0.0 JARAGUA +BR001549004 -15.0200 -49.8900 800.0 NOVA AMERICA +BR001549009 -15.5000 -49.6900 0.0 URUANA +BR001550000 -15.8200 -50.6100 343.0 ITAPIRAPUA +BR001550001 -15.3700 -50.5000 400.0 JEROAQUARA +BR001550002 -15.3700 -50.7000 450.0 TRAVESSAO +BR001551000 -15.2500 -51.1600 297.0 BRITANIA +BR001551001 -15.6100 -51.3600 400.0 MONTES CLAROS DE GOIAS +BR001551002 -15.8900 -51.8500 300.0 PERES +BR001551003 -15.7700 -51.1000 400.0 SANTA FE +BR001552000 -15.8900 -52.2300 0.0 BARRA DO GARCAS +BR001552001 -15.7000 -52.7500 366.0 GENERAL CARNEIRO +BR001552002 -15.2500 -53.0500 0.0 TORIQUEJE +BR001552006 -15.0400 -52.2400 0.0 PINDAIBA +BR001554001 -15.8500 -54.3800 0.0 POXOREU (EXTERNATO SAO JOSE) +BR001554005 -15.3100 -54.1800 0.0 RIO DAS MORTES +BR001554006 -15.9900 -54.9700 0.0 JACIARA +BR001555000 -15.4100 -55.3000 610.0 PONTE ALTA +BR001555001 -15.4700 -55.7300 529.0 CHAPADA DOS GUIMARAES +BR001555004 -15.6700 -55.4200 0.0 SAO VICENTE DA SERRA (PART.) +BR001555005 -15.8400 -55.3200 0.0 SAO JOSE DA SERRA +BR001555006 -15.2700 -55.1000 0.0 RONCADOR (FAZ.RIO PARDO) PR1 +BR001555007 -15.3700 -55.4400 0.0 USINA CASCA III PR2 +BR001555008 -15.2300 -55.7400 442.0 FAZENDA ESTIVA PR3 +BR001556000 -15.3500 -56.2300 0.0 NOSSA SENHORA DA GUIA +BR001556001 -15.7700 -56.3500 0.0 N.S.LIVRAMENTO-BOSQUE F.BARROS +BR001556005 -15.2100 -56.3700 0.0 ACORIZAL +BR001556006 -15.6400 -56.6100 0.0 SECO (FAZENDA SECO) +BR001556007 -15.7000 -56.1300 0.0 SANTA EDWIGES +BR001557000 -15.3300 -57.2300 0.0 PORTO ESTRELA +BR001557001 -15.0800 -57.1800 0.0 BARRA DO BUGRES (PCD) +BR001557003 -15.6400 -57.4700 187.0 BARRANQUINHO +BR001557004 -15.1200 -57.6500 0.0 SAO JOSE DO SEPOTUBA +BR001557005 -15.0900 -57.8100 106.0 SAO JOSE DO SEPOTUBA +BR001558000 -15.2500 -58.1100 124.0 COLONIA RIO BRANCO +BR001558001 -15.4700 -57.8900 188.0 PONTE CABACAL MT-125 +BR001558003 -15.8500 -58.4500 0.0 PORTO ESPERIDIAO +BR001558004 -15.4400 -58.5900 235.0 ALTO JAURU (PARTICULAR) +BR001558005 -15.8500 -58.4600 0.0 PORTO ESPERIDIAO +BR001559000 -15.2200 -59.3500 230.0 PONTES E LACERDA +BR001559006 -15.0600 -59.8700 200.0 VILA BELA (PCD) +BR001560000 -15.4000 -60.0300 185.0 FAZENDA AREIAO +BR001639000 -16.2600 -39.5800 180.0 MUNDO NOVO +BR001639004 -16.3700 -39.8000 170.0 DUAS BARRAS +BR001639008 -16.5800 -39.5500 170.0 GUARATINGA +BR001639013 -16.3700 -39.5700 0.0 EUNAPOLIS +BR001639015 -16.0000 -39.9700 124.0 SALTO DA DIVISA +BR001640000 -16.1400 -40.2900 160.0 JACINTO +BR001640001 -16.1200 -40.7400 0.0 FAZENDA CAJUEIRO +BR001640002 -16.1800 -40.7200 183.0 ALMENARA +BR001640009 -16.3800 -40.5400 0.0 RUBIM +BR001640012 -16.8400 -40.1600 0.0 JUCURUCU +BR001641000 -16.6000 -41.7700 248.0 ITINGA +BR001641001 -16.5700 -41.5000 241.0 ITAOBIM +BR001641002 -16.4300 -41.0100 254.0 JEQUITINHONHA (PCD) +BR001641003 -16.2300 -41.5800 482.0 MEDINA +BR001641004 -16.5200 -41.3300 250.0 SAO PEDRO DO JEQUITINHONHA +BR001641007 -16.6900 -41.5000 0.0 SAO JOAO GRANDE +BR001641010 -16.6200 -41.7700 0.0 ITINGA +BR001641011 -16.2300 -41.4800 590.0 MEDINA +BR001641012 -16.6000 -41.0200 0.0 FAZENDA BOA SORTE-JUSANTE +BR001641013 -16.3000 -41.7900 0.0 COMERCINHO +BR001642001 -16.8700 -42.0800 293.0 ARACUAI +BR001642002 -16.6100 -42.1900 279.0 CORONEL MURTA +BR001642007 -16.6800 -42.4900 273.0 PORTO MANDACARU +BR001642008 -16.4200 -42.2800 380.0 RUBELITA +BR001642011 -16.8000 -42.3500 385.0 VIRGEM DA LAPA +BR001642012 -16.9500 -42.5000 392.0 BERILO +BR001642013 -16.8600 -42.3500 290.0 PEGA +BR001642014 -16.5900 -42.9200 0.0 GRAO MOGOL +BR001642025 -16.1700 -42.2700 0.0 SALINAS +BR001642026 -16.1900 -42.5900 0.0 PONTE VACARIA +BR001642027 -16.6200 -42.3100 0.0 BARRA DO SALINAS +BR001642028 -16.7600 -42.0100 0.0 ITIRA +BR001643018 -16.7300 -43.8700 620.0 MONTES CLAROS +BR001643019 -16.7700 -43.7000 600.0 PONTE DE RODAGEM +BR001643020 -16.3200 -43.7200 0.0 CAPITAO ENEAS +BR001644027 -16.2100 -44.4300 0.0 BRASILIA DE MINAS-JUSANTE +BR001644028 -16.7000 -44.1200 0.0 SAO JOAO DA VEREDA +BR001645000 -16.3700 -45.0800 472.0 SAO ROMAO (PCD) +BR001645002 -16.2800 -45.4100 460.0 SANTO INACIO +BR001645003 -16.2700 -45.2400 437.0 BARRA DO ESCURO +BR001645005 -16.3000 -45.7400 447.0 VILA URUCUIA +BR001645007 -16.9100 -45.3800 499.0 PORTO ALEGRE +BR001645009 -16.6600 -45.0800 0.0 CACHOEIRA DA MANTEIGA +BR001645013 -16.8100 -45.0300 0.0 FAZENDA AGUA BRANCA +BR001645017 -16.4500 -45.7700 0.0 BOA VISTA DA PALMA +BR001645019 -16.4300 -45.7400 0.0 FAZENDA CONCEICAO +BR001646000 -16.8300 -46.3200 540.0 PORTO DOS POCOES +BR001646001 -16.3500 -46.8900 0.0 UNAI +BR001646003 -16.5300 -46.7200 0.0 SANTO ANTONIO DO BOQUEIRAO +BR001646004 -16.5000 -46.6600 0.0 FAZENDA O RESFRIADO +BR001647000 -16.2500 -47.9500 0.0 LUZIANIA +BR001647001 -16.5400 -47.8000 790.0 PONTE SAO BARTOLOMEU +BR001647002 -16.7600 -47.6100 1239.0 CRISTALINA +BR001647003 -16.1600 -47.9400 1000.0 MINGONE +BR001647006 -16.9000 -47.9200 0.0 FAZENDA BURITI +BR001647008 -16.2100 -47.2300 0.0 FAZENDA LIMEIRA +BR001648000 -16.3600 -48.0900 650.0 ESTRADA GO-56 (PCD) +BR001648001 -16.0800 -48.5100 0.0 PONTE ANAPOLIS-BRASILIA +BR001648002 -16.7500 -48.5200 893.0 VIANOPOLIS +BR001648003 -16.9700 -48.9500 0.0 BELA VISTA DE GOIAS +BR001649000 -16.4700 -49.9400 605.0 ANICUNS +BR001649001 -16.9100 -49.4500 800.0 ARAGOIANIA +BR001649003 -16.9600 -49.0800 659.0 FAZENDA BONITA DE BAIXO +BR001649004 -16.5200 -49.0200 900.0 GOIANAPOLIS +BR001649006 -16.3500 -49.4900 900.0 INHUMAS +BR001649007 -16.0300 -49.8000 680.0 ITABERAI +BR001649009 -16.2300 -49.1400 1000.0 OURO VERDE DE GOIAS +BR001649010 -16.8000 -49.9300 0.0 PALMEIRAS DE GOIAS +BR001649012 -16.6600 -49.4900 600.0 TRINDADE +BR001650000 -16.6700 -50.6500 800.0 CACHOEIRA DE GOIAS +BR001650001 -16.3000 -50.5600 700.0 CORREGO DO OURO +BR001650002 -16.3200 -50.9100 400.0 ISRAELANDIA +BR001650003 -16.6100 -50.1300 715.0 TURVANIA +BR001651000 -16.9500 -51.8100 0.0 CAIAPONIA +BR001651001 -16.4300 -51.0800 400.0 IPORA +BR001651002 -16.4200 -51.8200 600.0 PIRANHAS +BR001651003 -16.3000 -51.4700 400.0 SAO FERREIRA +BR001652000 -16.2100 -52.1700 504.0 BOM JARDIM DE GOIAS +BR001652001 -16.7700 -52.8300 380.0 PONTE BRANCA +BR001652002 -16.2000 -52.5500 0.0 TORIXOREU +BR001652003 -16.7200 -52.3200 0.0 DOVERLANDIA +BR001653000 -16.0800 -53.5500 0.0 TESOURO +BR001653002 -16.3500 -53.7600 551.0 GUIRATINGA +BR001653004 -16.9400 -53.5300 0.0 ALTO GARCAS +BR001653005 -16.6700 -53.1200 0.0 CAFELANDIA DO LESTE +BR001654000 -16.4700 -54.6600 0.0 RONDONOPOLIS +BR001654001 -16.6700 -54.2600 0.0 SANTA TEREZINHA +BR001654002 -16.4500 -54.5670 94.0 RONDONOPOLIS 83410 +BR001654004 -16.8400 -54.4100 236.0 SANTA ESCOLASTICA (PARTICULAR) +BR001654005 -16.3900 -54.1500 0.0 VALE RICO +BR001655000 -16.3600 -55.5900 0.0 BAIA NOVA +BR001655001 -16.6100 -55.2100 139.0 ACIMA CORREGO GRANDE (PCD) +BR001655002 -16.1900 -55.9700 0.0 BARAO DE MELGACO +BR001655003 -16.7300 -55.5200 163.0 TAIAMA (PARTICULAR) +BR001655004 -16.8900 -55.9100 0.0 SANTA LUCIA (PARTICULAR) +BR001656000 -16.6700 -56.0300 0.0 COLONIA SANTA ISABEL +BR001656001 -16.4300 -56.3300 119.0 PORTO CERCADO (PCD) +BR001656002 -16.3200 -56.5400 0.0 POCONE +BR001656003 -16.9200 -56.2200 160.0 SAO JOSE BORIREU +BR001656004 -16.9400 -56.6300 0.0 SAO JOAO +BR001657001 -16.8000 -57.0200 0.0 SARARE +BR001657002 -16.7300 -57.7500 0.0 DESCALVADOS +BR001657003 -16.0500 -57.6830 118.0 CACERES 83405 +BR001657004 -16.0400 -57.2600 262.0 FLECHAS +BR001658000 -16.3900 -58.3400 168.0 DESTACAMENTO DA CORIXA +BR001658001 -16.9800 -58.3300 0.0 ORION +BR001739001 -17.3400 -39.2200 6.0 PRADO +BR001739005 -17.0500 -39.5400 80.0 ITAMARAJU +BR001739006 -17.8100 -39.6600 59.0 HELVECIA (EFBM) +BR001739010 -17.5300 -39.1900 10.0 ALCOBACA +BR001739020 -17.5100 -39.6400 0.0 FAZENDA CASCATA +BR001739021 -17.2500 -39.7800 0.0 CACHOEIRA GRANDE +BR001739022 -17.2500 -39.6200 0.0 FAZENDA RIO DO SUL +BR001740000 -17.7000 -40.7600 146.0 CARLOS CHAGAS +BR001740001 -17.8400 -40.3800 92.0 NANUQUE-MONTANTE +BR001740002 -17.9200 -40.3000 40.0 FAZENDA CAJUBI +BR001740003 -17.2300 -40.5800 0.0 UMBURATIBA +BR001740005 -17.3800 -40.2200 0.0 MEDEIROS NETO +BR001740006 -17.1900 -39.9800 0.0 SAO JOSE DO PRADO +BR001740007 -17.4300 -40.0500 0.0 VILA PROGRESSO +BR001740008 -17.1600 -40.3300 0.0 ITANHEM +BR001740026 -17.3200 -40.6800 0.0 SAO PEDRO DO PAMPA +BR001740033 -17.0800 -40.9400 0.0 AGUAS FORMOSAS +BR001741001 -17.6000 -41.4900 0.0 MUCURI +BR001741003 -17.4900 -41.2400 275.0 FAZENDA DIACUI +BR001741006 -17.6300 -41.7400 430.0 LADAINHA (EFBM) +BR001741007 -17.8800 -41.3100 284.0 PEDRO VERSIANI (EFBM) +BR001741009 -17.7400 -41.1200 204.0 FRANCISCO SA (EFBM) +BR001741013 -17.0700 -41.4800 0.0 PADRE PARAISO +BR001742000 -17.2300 -42.6300 643.0 MINAS NOVAS +BR001742001 -17.1500 -42.7000 410.0 PORTO SANTANA +BR001742002 -17.0300 -42.1200 335.0 ALFREDO GRACA +BR001742003 -17.2700 -42.7300 0.0 USINA TURMALINA +BR001742008 -17.5300 -43.0100 552.0 CARBONITA +BR001742012 -17.0300 -42.3500 0.0 FRANCISCO BADARO (EFBM) +BR001742013 -17.3000 -42.0200 568.0 QUEIXADA (EFBM) +BR001742014 -17.6900 -42.5200 890.0 CAPELINHA +BR001742017 -17.8500 -42.0800 0.0 MALACACHETA +BR001742019 -17.9900 -42.3900 600.0 AGUA BOA +BR001742020 -16.9700 -42.1200 0.0 FAZENDA FACAO +BR001742022 -17.2800 -42.8100 0.0 PONTE ALTA +BR001742023 -17.2200 -42.5900 0.0 MINAS NOVAS +BR001743002 -17.3100 -43.2100 630.0 VILA TERRA BRANCA-JUSANTE +BR001743016 -17.0700 -43.3100 0.0 ITACAMBIRA +BR001744006 -17.3600 -44.9500 471.0 PIRAPORA-BARREIRO +BR001744008 -17.2500 -44.4800 450.0 JEQUITAI +BR001744009 -17.5900 -44.7200 498.0 VARZEA DA PALMA +BR001744010 -17.8900 -44.5800 536.0 LASSANCE +BR001744011 -17.3700 -44.9500 471.0 PIRAPORA +BR001744012 -17.8700 -44.1800 574.0 BUENOPOLIS +BR001744014 -17.3500 -44.9600 486.0 BURITIZEIRO +BR001744020 -17.0700 -44.8000 0.0 MONTANTE BARRA DO JEQUITAI +BR001744030 -18.0000 -44.1800 516.0 ESTACAO DE CURIMATAI +BR001744034 -17.2400 -44.4500 536.0 FAZENDA CORRENTE +BR001745000 -17.1500 -45.8800 502.0 CAATINGA +BR001745001 -17.1100 -45.4400 520.0 CACHOEIRA DO PAREDAO +BR001745007 -17.0300 -45.5400 473.0 PORTO DO CAVALO +BR001745014 -17.8300 -45.4800 0.0 FAZENDA SANTANA +BR001746001 -17.0300 -46.0100 510.0 PORTO DA EXTREMA +BR001746002 -17.2600 -46.4700 490.0 SANTA ROSA +BR001746004 -17.2700 -46.2000 0.0 FAZENDA RIO VERDE +BR001746006 -17.6600 -46.3500 0.0 PONTE DA BR-040 - PRATA GSN 83481 +BR001746007 -17.5000 -46.5700 0.0 PONTE DA BR-040 - PARACATU +BR001746008 -17.2170 -46.8670 711.0 PARACATU 83479 +BR001746017 -17.0400 -46.8200 0.0 FAZENDA POCOES +BR001746018 -17.9200 -47.0100 0.0 FAZENDA LIMOEIRO +BR001746019 -17.6100 -46.8600 0.0 FAZENDA CORREGO DO OURO +BR001747000 -17.0000 -47.2000 806.0 PONTE SAO MARCOS +BR001747001 -17.5000 -47.5600 800.0 CAMPO ALEGRE DE GOIAS (PCD) +BR001747005 -17.7700 -47.1000 0.0 GUARDA-MOR +BR001748000 -17.1900 -48.7100 703.0 CRISTIANOPOLIS +BR001748001 -17.9700 -48.1800 605.0 ESTACAO VERISSIMO +BR001748002 -17.7000 -48.8500 590.0 FAZENDA PAPUA +BR001748003 -17.7170 -48.1670 752.0 IPAMERI 83522 +BR001748004 -17.9800 -48.6400 605.0 MARZAGAO +BR001748005 -17.1300 -48.1300 602.0 MONTES CLAROS +BR001748007 -17.5800 -48.5200 759.0 RIO DO PEIXE +BR001748009 -17.0300 -48.3800 0.0 EGERINEU TEIXEIRA +BR001748010 -17.0300 -48.3000 0.0 ORIZONA (CAMPO FORMOSO) +BR001748014 -17.3000 -48.2700 750.0 PIRES DO RIO I (PCD) +BR001749000 -17.3400 -49.9300 0.0 EDEIA (ALEGRETE) +BR001749001 -17.1100 -49.6900 587.0 FAZENDA BOA VISTA +BR001749002 -17.8100 -49.6200 500.0 JOVIANIA +BR001749003 -17.7300 -49.1200 753.0 MORRINHOS +BR001749004 -17.5200 -49.4400 500.0 PONTALINA +BR001749005 -17.3100 -49.0300 843.0 PIRACANJUBA +BR001749009 -17.2900 -49.3800 0.0 CROMINIA +BR001750000 -17.7300 -50.1800 0.0 BARRA DO MONJOLO +BR001750001 -16.9500 -50.4500 509.0 FAZENDA NOVA DO TURVO +BR001750003 -17.5400 -50.5600 536.0 PONTE RIO VERDAO +BR001750004 -17.3300 -50.6800 0.0 PONTE RODAGEM +BR001750008 -17.4700 -50.7700 0.0 FAZENDA PARAISO +BR001751000 -17.9200 -51.7500 596.0 PONTE RIO CLARO +BR001751001 -17.8600 -51.3900 0.0 PONTE RIO DOCE +BR001751002 -17.6900 -51.9000 700.0 BENJAMIN DE BARROS +BR001751004 -17.3300 -51.2600 0.0 MONTIVIDIU +BR001752000 -17.5700 -52.7800 0.0 FAZENDA JOAQUIM CARRIJO +BR001752001 -17.4300 -52.8500 0.0 FAZENDA NICOMEDES +BR001752002 -17.6900 -52.8800 0.0 FAZENDA SAO BERNARDO +BR001752003 -17.5800 -52.6000 690.0 PONTE DO CEDRO +BR001752006 -17.7200 -52.1700 0.0 BOM JARDIM +BR001753000 -17.3000 -53.2200 0.0 ALTO ARAGUAIA +BR001753001 -17.1700 -53.1300 0.0 CACHOEIRA GRANDE +BR001753002 -17.3500 -53.0900 0.0 FAZENDA BABILONIA +BR001754000 -17.2100 -54.1400 471.0 ITIQUIRA (DNPVN) +BR001754002 -17.5900 -54.7600 331.0 POSTO CORRENTES (MT-163) +BR001754003 -17.0800 -54.7800 0.0 ACAMPAMENTO ITIQUIRA +BR001754004 -17.8300 -54.3100 268.0 PEDRO SEVERO +BR001755000 -17.4900 -55.2300 190.0 SANTO ANTONIO DO PARAISO +BR001755001 -17.7800 -55.7900 134.0 UNIAO +BR001755002 -17.0000 -55.2000 0.0 FORMOSA +BR001755003 -17.2000 -56.0100 112.0 SAO JERONIMO (PCD) +BR001755004 -17.1700 -55.9800 0.0 SAO JERONIMO +BR001756000 -17.0600 -56.5900 0.0 ILHA CAMARGO +BR001756001 -17.2900 -56.3800 180.0 SAO JOSE DO PIQUIRI +BR001756002 -18.0500 -56.7000 0.0 RETIRO SEGURO +BR001756003 -17.6200 -56.9700 0.0 PORTO ALEGRE +BR001757000 -17.6200 -57.7000 0.0 PORTO INDIO +BR001757001 -17.1400 -57.3600 0.0 PORTO CONCEI?AO (PCD) +BR001757002 -17.2300 -57.7800 0.0 UBERABA +BR001839000 -18.3000 -39.9600 66.0 MORRO DANTA (PEDRO CANARIO) +BR001839001 -18.5600 -39.7500 3.0 CONCEICAO DA BARRA +BR001839002 -18.4200 -39.7200 10.0 FAZENDA VIRACAO +BR001839003 -18.1000 -39.8900 20.0 FAZENDA MARTINICA +BR001839004 -18.2300 -39.9000 40.0 FAZENDA KLABIN +BR001839006 -18.9500 -39.7600 6.0 BARRA NOVA +BR001840000 -18.9900 -40.7500 180.0 AGUIA BRANCA +BR001840001 -18.9800 -40.1300 70.0 BARRA SECA +BR001840002 -18.5200 -40.3200 180.0 FAZENDA ALEGRIA +BR001840003 -18.4900 -40.0900 90.0 ITAUNINHAS +BR001840004 -18.7500 -40.8900 192.0 BARRA DE SAO FRANCISCO +BR001840005 -18.7200 -40.4200 80.0 NOVA VENECIA +BR001840006 -18.0800 -40.5800 290.0 MUCURICI +BR001840007 -18.5500 -40.9800 280.0 AGUA DOCE +BR001840008 -18.9800 -39.9900 60.0 PONTE NOVA (BR-101) +BR001840009 -18.1200 -40.8900 190.0 FAZENDA SAO MATEUS +BR001840010 -18.8100 -40.6900 300.0 CEDROLANDIA +BR001840011 -18.1900 -40.7200 200.0 COTAXE +BR001840012 -18.1500 -40.1400 96.0 FAZENDA LIMOEIRO +BR001840013 -18.3700 -40.8400 300.0 ECOPORANGA +BR001840014 -18.4000 -40.6900 260.0 JOACUBA +BR001840015 -18.2100 -40.6000 400.0 PATRIMONIO STA LUZIA DO NORT +BR001840016 -18.4900 -40.4600 96.0 PATRIMONIO XV +BR001840017 -18.3200 -40.4100 100.0 SAO JOAO DO SOBRADO +BR001840019 -18.7000 -40.4400 80.0 CORREGO DA BOA ESPERANCA +BR001840020 -18.5600 -40.3400 100.0 SAO JOAO DA CACHOEIRA GRANDE +BR001840021 -18.6900 -40.8800 192.0 BARRA DO RIO PRETO +BR001841001 -18.5700 -41.9200 174.0 VILA MATIAS-MONTANTE (PCD) +BR001841003 -18.2400 -41.7500 240.0 CAMPANARIO +BR001841005 -18.8500 -41.9330 277.0 GOVERNADOR VALADARE 83543 +BR001841006 -18.6800 -41.2000 360.0 VARGEM GRANDE +BR001841007 -18.2000 -41.2500 210.0 FIDELANDIA +BR001841008 -18.0500 -41.1100 0.0 ATALEIA +BR001841009 -18.9100 -41.1200 900.0 MANTENOPOLIS +BR001841010 -18.4100 -41.0400 500.0 SANTO AGOSTINHO +BR001841011 -18.9800 -41.6400 135.0 TUMIRITINGA +BR001841018 -18.7600 -41.3100 0.0 CENTRAL DE MINAS +BR001841019 -18.7800 -41.4800 535.0 DIVINO DAS LARANJEIRAS +BR001841020 -18.8800 -41.9500 150.0 GOVERNADOR VALADARES +BR001841021 -18.4900 -41.3900 0.0 SAO JOSE DO DIVINO +BR001842000 -18.5300 -42.7700 680.0 SAO JOAO EVANGELISTA (INMET) +BR001842002 -18.5300 -42.6200 765.0 PECANHA +BR001842003 -18.4500 -42.2800 0.0 VIRGOLANDIA (RAMALHETE) +BR001842004 -18.3600 -42.6000 498.0 SAO PEDRO DO SUACUI +BR001842005 -18.6100 -42.2800 530.0 COROACI +BR001842007 -18.7700 -42.9300 808.0 GUANHAES +BR001842008 -18.2000 -42.4600 420.0 SANTA MARIA DO SUACUI +BR001842020 -18.5500 -42.7600 532.0 SAO JOAO EVANGELISTA +BR001842021 -18.9500 -42.3600 255.0 PORTO SANTA RITA +BR001843000 -18.6400 -43.9700 648.0 USINA PARAUNA +BR001843001 -18.6000 -43.3800 940.0 SERRO +BR001843002 -18.4700 -43.7400 1200.0 GOUVEA +BR001843003 -18.1100 -43.5200 803.0 MENDANHA-MONTANTE +BR001843005 -18.0200 -43.3000 0.0 FELISBERTO CALDEIRA +BR001843011 -18.5900 -43.4100 940.0 SERRO +BR001843012 -18.2800 -43.0000 720.0 RIO VERMELHO +BR001844000 -18.7670 -44.4330 616.0 CURVELO 83536 +BR001844001 -18.3000 -44.2200 510.0 SANTO HIPOLITO +BR001844003 -18.6800 -44.6800 670.0 PONTE DO LICINIO +BR001844004 -18.7600 -44.4000 0.0 GRANJA SANTA BRANCA +BR001844009 -18.6400 -44.0500 633.0 PRESIDENTE JUSCELINO-JUSANTE +BR001844010 -18.6700 -44.1900 560.0 PONTE DO LICINIO-JUSANTE +BR001844017 -18.3700 -44.4400 640.0 CORINTO +BR001844018 -18.2000 -44.5800 520.0 PONTE DO BICUDO +BR001844019 -18.5400 -44.6000 635.0 MORRO DA GARCA +BR001845000 -18.8200 -45.2000 505.0 BARRA DO PARAOPEBA +BR001845002 -18.4600 -45.6500 760.0 FAZENDA SAO FELIX +BR001845004 -18.8400 -45.8500 1035.0 LAGOA DO GOUVEIA +BR001845013 -18.3400 -45.8400 836.0 SAO GONCALO DO ABAETE +BR001845014 -19.0000 -45.9700 1030.0 TIROS +BR001845021 -18.0400 -45.5200 760.0 CANOEIROS +BR001845027 -17.9600 -45.1000 510.0 BARRA DO RIO DE JANEIRO +BR001846000 -18.6000 -46.5170 940.0 PATOS DE MINAS 83531 +BR001846001 -19.0000 -46.3100 1067.0 CARMO DO PARANAIBA +BR001846002 -18.9300 -46.9700 960.0 CHARQUEADA DO PATROCINIO +BR001846003 -18.7100 -46.0400 672.0 MAJOR PORTO +BR001846004 -18.8500 -46.8000 0.0 GUIMARANIA +BR001846005 -18.4100 -46.4200 0.0 PRESIDENTE OLEGARIO +BR001846006 -18.5600 -46.8000 0.0 PANTANO +BR001846007 -18.8400 -46.5500 770.0 SANTANA DE PATOS +BR001846015 -17.9900 -46.9100 0.0 VAZANTE +BR001846016 -18.0300 -46.4200 0.0 PONTE FIRME +BR001846017 -18.6400 -46.3300 0.0 LEAL DE PATOS +BR001846019 -18.3700 -46.9200 898.0 ROCINHA +BR001846023 -18.1800 -46.8000 0.0 LAGAMAR +BR001847000 -18.7200 -47.5200 880.0 MONTE CARMELO +BR001847001 -18.7400 -47.6900 461.0 ESTRELA DO SUL +BR001847003 -18.4900 -47.4100 784.0 ABADIA DOS DOURADOS +BR001847005 -18.4500 -47.6700 613.0 ESTACAO DOURADOQUARA +BR001847006 -18.3600 -47.7800 723.0 TRES RANCHOS +BR001847007 -18.5800 -47.8800 810.0 CASCALHO RICO +BR001847008 -18.4700 -47.1900 820.0 COROMANDEL +BR001847009 -18.9500 -47.0000 963.0 PATROCINIO +BR001847010 -18.9800 -47.4600 946.0 IRAI DE MINAS +BR001847040 -18.1000 -47.6900 0.0 FAZENDA SAO DOMINGOS +BR001848000 -18.8700 -48.8700 730.0 MONTE ALEGRE DE MINAS +BR001848001 -18.8830 -48.2170 943.0 UBERLANDIA 83525 +BR001848002 -18.5800 -48.7000 780.0 TUPACIGUARA +BR001848003 -18.4300 -48.5800 626.0 PONTE MELO VIANA +BR001848004 -18.7000 -48.7800 793.0 FAZENDA CACHOEIRA +BR001848006 -18.6000 -48.6900 0.0 TUPACIGUARA +BR001848007 -18.2400 -48.8600 500.0 CORUMBAZUL +BR001848008 -18.4900 -48.9000 0.0 BRILHANTE +BR001848009 -18.8600 -48.5800 0.0 XAPETUBA +BR001848010 -18.6500 -48.2100 0.0 ARAGUARI +BR001848040 -18.3300 -48.5500 0.0 PONTE VELOSO +BR001848048 -18.1500 -48.5700 0.0 CORUMBAIBA +BR001849000 -18.9400 -49.4600 563.0 ITUIUTABA +BR001849002 -18.6900 -49.9500 0.0 IPIACU +BR001849003 -18.5500 -49.1700 499.0 PONTE RIO PIEDADE +BR001849004 -18.4200 -49.2000 578.0 ITUMBIARA +BR001849006 -18.7700 -49.0700 0.0 AVANTIGUARA +BR001849012 -18.0200 -49.3700 0.0 GOIATUBA +BR001849016 -18.3400 -49.6100 468.0 PONTE MEIA PONTE +BR001849026 -18.8900 -50.0000 0.0 PONTE BR-365 (FAZ.BOA VISTA) +BR001850001 -18.1000 -50.0300 447.0 FAZENDA ALIANCA +BR001850002 -18.5000 -50.5300 443.0 QUIRINOPOLIS +BR001850003 -17.9700 -50.3400 500.0 MAURILANDIA +BR001851000 -18.9100 -50.8500 0.0 CACHOEIRA ALTA +BR001851001 -18.5200 -52.0900 670.0 CAMPO ALEGRE +BR001851002 -18.7600 -51.3500 424.0 ITARUMA +BR001851003 -18.4200 -51.0300 0.0 PONTE BR-364 +BR001851004 -18.0900 -51.5000 0.0 POMBAL +BR001851005 -18.3100 -51.9700 0.0 SERRANOPOLIS +BR001852000 -18.9700 -51.9100 0.0 APORE +BR001852001 -18.4100 -52.5300 0.0 FAZENDA FORMOSO +BR001852002 -19.0000 -52.5900 600.0 INDAIA GRANDE +BR001852003 -18.6900 -52.5900 600.0 CIDADE CHAPADAO GAUCHO +BR001853000 -17.8100 -53.2900 845.0 FAZENDA TAQUARI +BR001853001 -18.7300 -53.6800 0.0 FIGUEIRAO +BR001853002 -18.2000 -54.2800 316.0 CACHOEIRA/POLVORA +BR001853003 -18.2500 -53.1000 0.0 BAUS +BR001853004 -18.5500 -53.1300 545.0 COSTA RICA +BR001853005 -18.6700 -53.6400 530.0 COLONIA FIGUEIRAO +BR001854001 -18.1200 -54.5600 284.0 PEDRO GOMES +BR001854002 -18.9100 -54.8300 340.0 RIO VERDE DE MATO GROSSO +BR001854003 -18.6500 -54.3600 0.0 JAURU +BR001854004 -18.4300 -54.8000 0.0 COXIM (DNPVN) (PCD) +BR001854005 -18.5000 -54.9300 0.0 COXIM +BR001854006 -18.7200 -54.6000 0.0 PONTE NOVA +BR001855000 -18.3500 -55.8500 0.0 FAZENDA SAO GONCALO (PARTIC.) +BR001857001 -18.0400 -57.4900 0.0 AMOLAR +BR001857002 -18.2400 -56.9700 0.0 SAO JOSE DO MATO GRANDE +BR001857003 -18.3900 -57.3900 0.0 SAO FRANCISCO (PCD) +BR001939002 -19.5800 -39.7900 3.0 POVOACAO +BR001940000 -19.8700 -40.8700 165.0 ITARANA +BR001940001 -19.8100 -40.6800 149.0 SAO JOAO DE PETROPOLIS +BR001940002 -19.9600 -40.1500 5.0 SANTA CRUZ-LITORAL +BR001940003 -19.7500 -40.0400 5.0 RIACHO +BR001940004 -19.4000 -40.0670 28.0 LINHARES 83597 +BR001940005 -19.6900 -40.4000 50.0 CAVALINHO +BR001940006 -19.5300 -40.6200 40.0 COLATINA (PCD) +BR001940007 -19.9400 -40.0800 0.0 FUNDAO +BR001940009 -19.2200 -40.8500 135.0 PANCAS +BR001940010 -19.9500 -40.5500 675.0 VALSUGANA VELHA-MONTANTE +BR001940011 -19.0200 -40.5700 120.0 SAO GABRIEL DA PALHA +BR001940012 -19.6600 -40.8400 70.0 ITAIMBE +BR001940013 -19.2400 -40.5900 170.0 NOVO BRASIL +BR001940014 -19.8700 -40.7500 300.0 PEDRA ALEGRE +BR001940016 -19.0600 -40.5200 0.0 BARRA DE SAO GABRIEL +BR001940018 -19.9300 -40.6000 550.0 SANTA TEREZA-MUSEU DE BIOLOGIA +BR001940019 -19.5000 -40.9000 60.0 MASCARENHAS +BR001940020 -19.9500 -40.7400 690.0 CALDEIRAO +BR001940021 -19.8300 -40.2700 58.0 ARACRUZ +BR001940022 -19.5900 -40.2000 50.0 JACUPEMBA +BR001940023 -19.2700 -40.3200 95.0 RIO BANANAL +BR001940024 -19.4300 -40.4000 50.0 SAO SEBASTIAO DA TERRA ALTA +BR001940025 -19.3000 -40.5200 80.0 SERRARIA (ALTO DO MOACIR) +BR001941000 -19.8000 -41.7100 260.0 IPANEMA +BR001941001 -19.8200 -41.4300 0.0 MUTUM +BR001941003 -19.5200 -41.0100 70.0 BAIXO GUANDU +BR001941004 -19.3400 -41.2500 130.0 RESPLENDOR-JUSANTE +BR001941005 -19.0600 -41.5300 0.0 BARRA DO CUIETE-JUSANTE +BR001941006 -19.5900 -41.4600 172.0 ASSARAI-MONTANTE +BR001941007 -19.8300 -41.8300 365.0 CACHOEIRA DA NEBLINA +BR001941008 -19.9000 -41.0600 250.0 LARANJA DA TERRA +BR001941009 -19.6900 -41.0200 160.0 IBITUBA +BR001941010 -19.4900 -41.1600 115.0 SAO SEBASTIAO DA ENCRUZILHADA +BR001941011 -19.6800 -41.8400 290.0 SANTO ANTONIO DO MANHUACU +BR001941012 -19.0600 -41.0300 600.0 ALTO RIO NOVO +BR001941018 -19.1800 -41.8700 255.0 ITANHOMI +BR001941019 -19.8100 -41.4400 0.0 MUTUM +BR001941020 -19.4830 -41.0670 83.0 AIMORES 83595 +BR001941021 -19.4200 -41.7300 0.0 ALVARENGA +BR001942001 -19.3800 -42.3700 242.0 CACHOEIRA ESCURA +BR001942002 -19.8300 -42.3200 505.0 BOM JESUS DO GALHO +BR001942003 -19.5300 -42.6200 240.0 CORONEL FABRICIANO +BR001942005 -19.6500 -42.8700 365.0 ANTONIO DIAS +BR001942006 -20.0000 -42.3500 420.0 VERMELHO VELHO +BR001942007 -19.9000 -42.5800 285.0 PONTE DO PERES +BR001942008 -19.3700 -42.1000 355.0 DOM CAVATI +BR001942009 -19.5300 -42.6300 239.0 ACESITA +BR001942029 -19.5200 -42.6400 232.0 MARIO DE CARVALHO (PCD) +BR001942030 -19.3200 -42.4000 0.0 CENIBRA +BR001942031 -19.8200 -42.4800 0.0 CACHOEIRA DOS OCULOS-MONTANTE +BR001942032 -19.1900 -42.4200 240.0 NAQUE VELHO +BR001943000 -19.9800 -43.8500 770.0 MINERACAO MORRO VELHO +BR001943001 -19.9200 -43.1800 623.0 RIO PIRACICABA +BR001943002 -19.0330 -43.4330 675.0 CONCEICAO DO MATO D 83589 +BR001943003 -19.2500 -43.0100 470.0 FERROS +BR001943004 -19.5200 -43.7400 716.0 JABOTICATUBAS +BR001943006 -19.8900 -43.8100 720.0 SABARA +BR001943007 -19.9500 -43.4000 748.0 SANTA BARBARA +BR001943008 -19.4400 -43.1200 538.0 SANTA MARIA DE ITABIRA +BR001943009 -19.6900 -43.9200 676.0 VESPASIANO +BR001943010 -19.9000 -43.6700 840.0 CAETE +BR001943011 -19.9200 -43.9000 850.0 INSTITUTO AGRONOMICO +BR001943012 -19.6500 -43.8830 837.0 LAGOA SANTA AIRPORT 83588 +BR001943013 -19.9100 -43.9600 915.0 CARLOS PRATES +BR001943022 -19.9400 -43.9100 950.0 CAIXA DE AREIA +BR001943023 -19.6600 -43.6900 710.0 TAQUARACU +BR001943024 -19.6900 -43.5900 825.0 JOSE DE MELO +BR001943025 -19.2200 -43.3700 560.0 MORRO DO PILAR +BR001943027 -19.8800 -43.3700 1110.0 USINA PETI +BR001943028 -19.9300 -43.9500 838.0 INSTITUTO AGRONOMICO +BR001943035 -19.2200 -43.5900 1090.0 VAU DA LAGOA +BR001943036 -19.3000 -43.9300 0.0 SAO VICENTE (USINA) +BR001943039 -19.9700 -43.9800 895.0 MAGNESITA +BR001943041 -19.9500 -43.9800 902.0 RUA SIDERAL +BR001943042 -19.1200 -43.8400 700.0 FAZENDA CARAIBAS +BR001943049 -19.5600 -43.9200 652.0 PONTE RAUL SOARES +BR001943053 -19.9300 -43.9300 0.0 AVENIDA DO CONTORNO +BR001943064 -19.0000 -43.0000 0.0 RUA SAO PAULO +BR001944000 -19.4800 -44.1500 732.0 PRUDENTE DE MORAIS - A +BR001944002 -19.9500 -44.7000 0.0 IGARATINGA +BR001944004 -19.9600 -44.3100 721.0 PONTE NOVA DO PARAOPEBA +BR001944005 -19.9700 -44.2000 832.0 BETIM +BR001944007 -19.8800 -44.4200 745.0 FAZENDA ESCOLA FLORESTAL +BR001944009 -19.6300 -44.0500 698.0 PEDRO LEOPOLDO +BR001944010 -19.2700 -44.4000 733.0 HORTO FLORESTAL +BR001944011 -19.7300 -44.8100 684.0 JAGUARUNA-JUSANTE (ON?A) +BR001944016 -19.4670 -44.2500 732.0 SETE LAGOAS 83586 +BR001944017 -19.7300 -44.0800 0.0 USINA SANTO ANDRE +BR001944018 -19.2900 -44.4100 738.0 CAETANOPOLIS +BR001944020 -19.0100 -44.0400 635.0 PIRAPAMA +BR001944021 -19.7000 -44.9300 585.0 VELHO DA TAIPA +BR001944022 -19.6000 -44.4200 725.0 FAZENDA DA MATA +BR001944023 -19.6200 -44.0500 902.0 COMPANHIA IND.BELO HORIZONTE +BR001944024 -19.2400 -44.1200 636.0 FAZENDA VARGEM BONITA +BR001944026 -19.9600 -44.4500 846.0 BARRO PRETO +BR001944027 -19.9600 -44.3300 716.0 JUATUBA +BR001944029 -19.4500 -44.2300 789.0 SETE LAGOAS +BR001944031 -19.4200 -44.5500 624.0 PONTE DA TAQUARA +BR001944032 -19.6800 -44.8800 696.0 PITANGUI +BR001944033 -19.6700 -44.9000 696.0 PITANGUI (INMET) +BR001944048 -19.9900 -44.4200 868.0 MATEUS LEME +BR001944049 -19.4300 -44.7200 703.0 PAPAGAIOS +BR001944055 -19.9700 -44.1900 822.0 BETIM +BR001944059 -19.5600 -44.4500 729.0 FORTUNA DE MINAS +BR001944062 -19.9800 -44.4900 820.0 FAZENDA SANTA RITA +BR001944063 -19.0900 -44.9500 0.0 SILVA CAMPOS +BR001945000 -19.9500 -45.1700 813.0 ARAUJOS +BR001945002 -19.3900 -45.8800 720.0 BARRA DO FUNCHAL +BR001945004 -19.7500 -45.1200 648.0 ESTACAO ALVARO DA SILVEIRA +BR001945008 -19.7400 -45.2600 750.0 BOM DESPACHO +BR001945019 -19.4700 -45.6000 692.0 DORES DO INDAIA (CVSF) +BR001945035 -19.1600 -45.4400 565.0 ABAETE +BR001945037 -19.6700 -45.6500 590.0 TAQUARAL +BR001945038 -19.2800 -45.2900 566.0 PORTO DAS ANDORINHAS +BR001945039 -19.3300 -45.2300 562.0 MARTINHO CAMPOS +BR001946000 -19.8800 -46.0300 670.0 TAPIRAI-JUSANTE +BR001946002 -19.5670 -46.9330 1004.0 ARAXA 83579 +BR001946004 -19.4800 -46.5400 855.0 IBIA +BR001946005 -19.0700 -46.8000 870.0 SALITRE +BR001946006 -19.1700 -46.2700 1060.0 FAZENDA BOM JARDIM +BR001946007 -19.5200 -46.5700 870.0 FAZENDA SAO MATEUS +BR001946008 -19.1100 -46.6900 0.0 SERRA DO SALITRE +BR001946009 -19.3200 -46.0400 0.0 SAO GOTARDO +BR001946010 -19.7500 -46.4100 0.0 PRATINHA +BR001946011 -19.9300 -46.8300 0.0 TAPIRA +BR001947000 -19.7500 -47.7700 0.0 UBERABA (INMET) +BR001947001 -19.3200 -47.5300 950.0 SANTA JULIANA +BR001947002 -19.9300 -47.5400 0.0 CONQUISTA +BR001947005 -19.0300 -47.9700 785.0 PORTO MONJOLINHO +BR001947006 -19.1500 -47.1800 742.0 PONTE JOAO CANDIDO +BR001947007 -19.3500 -47.3000 0.0 PERDIZES +BR001947008 -19.8800 -47.3500 0.0 LAGOA +BR001947009 -19.5400 -47.4500 0.0 ZELANDIA +BR001947019 -19.0700 -47.9300 0.0 PORTO SARACURA +BR001948000 -19.7700 -48.5700 0.0 CAMPO FLORIDO +BR001948001 -19.9100 -48.3900 575.0 CONCEICAO DAS ALAGOAS +BR001948003 -19.6700 -48.3100 0.0 VERISSIMO +BR001948005 -19.2500 -48.5700 722.0 FAZENDA PARAISO +BR001948006 -18.9900 -48.1900 0.0 FAZENDA LETREIRO +BR001948007 -19.7700 -48.5700 0.0 CAMPO FLORIDO +BR001948010 -19.9100 -48.6900 0.0 PIRAJUBA +BR001949000 -19.8200 -49.7500 0.0 SAO FRANCISCO DE SALES +BR001949002 -19.3600 -49.1800 517.0 FAZENDA BURITI DO PRATA +BR001949003 -19.2100 -49.7900 0.0 GURINHATA +BR001949004 -19.5400 -49.4800 460.0 CAMPINA VERDE +BR001949005 -19.7000 -49.0800 0.0 COMENDADOR GOMES +BR001949006 -19.0400 -49.7000 511.0 PONTE DO PRATA +BR001949007 -19.8900 -49.3700 400.0 ITAPAJIPE (LAGEADO) +BR001950000 -19.7200 -50.1900 0.0 ITURAMA +BR001950011 -19.2100 -50.6600 0.0 PONTE SAO DOMINGOS +BR001950012 -19.5300 -50.3300 0.0 UNIAO (VILA UNIAO) +BR001951000 -19.1000 -51.1500 0.0 CANASTRA +BR001951001 -19.1100 -51.5300 666.0 ITAJA +BR001951003 -19.3900 -51.6100 504.0 FAZENDA PINDORAMA +BR001951004 -19.2300 -51.8800 466.0 ARVORE GRANDE +BR001951005 -19.7400 -51.9300 387.0 INOCENCIA +BR001952000 -19.4400 -52.5600 370.0 ALTO SUCURIU +BR001952001 -19.6800 -52.9000 427.0 PONTAL +BR001952002 -19.5500 -52.1700 310.0 MORANGAS +BR001952003 -19.9600 -52.2300 300.0 SAO JOSE DO SUCURIU +BR001953001 -19.7800 -53.9700 480.0 VISTA ALEGRE +BR001953003 -19.3800 -53.5700 450.0 FURLANETO +BR001954002 -19.9500 -54.8900 447.0 ROCHEDO +BR001954003 -19.4400 -54.9800 228.0 RIO NEGRO +BR001954004 -19.5300 -54.0400 484.0 CAMAPUA +BR001954005 -19.9200 -54.3600 639.0 BANDEIRANTES +BR001954006 -19.3000 -54.1700 540.0 FAZENDA CARANDA +BR001954007 -19.4100 -54.4900 0.0 SAO GABRIEL DO OESTE +BR001955000 -19.9400 -55.7900 0.0 IGUACU (PARTICULAR) +BR001956001 -19.1700 -56.7100 0.0 PARAISO +BR001956002 -19.5700 -56.2000 106.0 RIO NEGRO (FAZENDA) +BR001956003 -19.6800 -56.2000 0.0 ENTRE RIOS (PARTICULAR) +BR001956004 -19.0000 -56.0900 0.0 CAMPO ALTO (PARTICULAR) +BR001956005 -19.8600 -56.9800 0.0 BODOQUENA (PARTICULAR) +BR001956006 -19.9500 -56.8800 0.0 PORTO CARREIRO (PARTICULAR) +BR001956008 -19.3600 -56.4100 0.0 SAO SEBASTIAO (PARTICULAR) +BR001957002 -19.0830 -57.5000 141.0 CORUMBA 83552 +BR001957003 -19.2600 -57.2400 0.0 PORTO DA MANGA +BR001957004 -19.9200 -57.7900 0.0 FORTE COIMBRA +BR001957005 -19.3100 -57.5900 0.0 PIRAPUTANGA (JACADIGO) +BR001957006 -19.6000 -57.4400 83.0 PORTO ESPERANCA (PCD) +BR001957008 -19.6000 -57.1000 0.0 MUTUM (PARTICULAR) +BR002040000 -20.3600 -40.6600 452.0 DOMINGOS MARTINS (DNOS) +BR002040001 -20.4200 -40.4900 80.0 FAZENDA JUCURUABA +BR002040002 -20.6300 -40.7500 100.0 ALFREDO CHAVES (DNOS) +BR002040003 -20.1900 -40.3200 70.0 FAZENDA FONTE LIMPA (DNOS) +BR002040004 -20.6500 -40.5100 6.0 GUARAPARI (DNOS) +BR002040005 -20.7800 -40.8300 25.0 ICONHA-MONTANTE +BR002040006 -20.9500 -40.9500 40.0 USINA PAINEIRAS (DNOS) +BR002040007 -20.0300 -40.7400 710.0 SANTA MARIA DO JETIBA (DNOS) +BR002040008 -20.1400 -40.9800 940.0 GARRAFAO (DNOS) +BR002040009 -20.8000 -40.6600 6.0 ANCHIETA (DNOS) +BR002040010 -20.1000 -40.5300 160.0 SANTA LEOPOLDINA (DNOS) +BR002040011 -20.5600 -40.8100 515.0 MATILDE (DNOS) +BR002040012 -20.4100 -40.6800 544.0 MARECHAL FLORIANO (DNOS) +BR002040013 -20.8800 -40.9400 80.0 RIO NOVO DO SUL (DNOS) +BR002040014 -20.2600 -40.4800 200.0 DUAS BOCAS (DNOS) +BR002040015 -20.2800 -40.7800 640.0 PEROBINHA (DNOS) +BR002040016 -20.3300 -40.2800 3.0 SAO TORQUATO (DNOS) +BR002040017 -20.7300 -40.8800 0.0 DUAS BARRAS (DNOS) +BR002040018 -20.0800 -40.6100 0.0 CACHOEIRA SUICA (DNOS) +BR002040019 -20.3800 -40.7200 540.0 GRANJA SAO JERONIMO (DNOS) +BR002040022 -20.5200 -40.3600 3.0 PONTA DA FRUTA +BR002040023 -20.3000 -40.9300 804.0 SAO RAFAEL +BR002040024 -20.2800 -40.2300 4.0 PORTO DO TUBARAO +BR002040038 -20.3000 -40.6700 0.0 CORREGO DO GALO (DNOS) +BR002040039 -20.3800 -40.4500 0.0 CANAA +BR002040040 -20.0000 -40.0000 0.0 DOMINGOS MARTINS (DNOS) +BR002041000 -20.9100 -41.1900 76.0 ATILIO VIVACQUA +BR002041001 -20.7700 -41.6800 576.0 GUACUI +BR002041002 -20.6100 -41.2000 107.0 CASTELO +BR002041003 -20.7500 -41.4700 127.0 RIVE +BR002041004 -20.8500 -41.1000 77.0 CACHOEIRO ITAPEMIRI 83646 +BR002041005 -20.6900 -41.9200 747.0 CAIANA +BR002041008 -20.1100 -41.7300 458.0 DORES DO MANHUMIRIM +BR002041009 -20.1200 -41.9200 0.0 SANTANA DO MANHUACU +BR002041010 -20.7000 -41.0200 580.0 JACIGUA (DNOS) +BR002041011 -20.3500 -41.2400 600.0 CONCEICAO DO CASTELO (DNOS) +BR002041012 -20.4500 -41.4000 0.0 MUNIZ FREIRE (DNOS) +BR002041013 -20.3500 -41.5400 615.0 IUNA +BR002041014 -20.6900 -41.8500 772.0 DORES DO RIO PRETO +BR002041015 -20.9400 -41.4000 600.0 FAZENDA MONTE ALEGRE (DNOS) +BR002041016 -20.5400 -41.6700 794.0 IBITIRAMA (DNOS) +BR002041017 -20.3200 -41.7000 920.0 SANTA CRUZ-CAPARAO (DNOS) +BR002041018 -20.3700 -41.4100 580.0 USINA FORTALEZA (DNOS) +BR002041019 -20.5300 -41.5100 380.0 ITAICI +BR002041020 -20.3700 -41.0600 1075.0 ARACE (DNOS) +BR002041021 -20.6800 -41.3500 180.0 BURARAMA (DNOS) +BR002041023 -20.0800 -41.1200 300.0 AFONSO CLAUDIO-MONTANTE +BR002041024 -20.4300 -41.4800 578.0 TERRA CORRIDA (DNOS) +BR002041046 -20.9300 -41.8500 650.0 VARRE-SAI +BR002041048 -20.1800 -41.9600 0.0 FAZENDA VARGEM ALEGRE +BR002042000 -20.7400 -42.0200 399.0 CARANGOLA +BR002042001 -20.4500 -42.6500 395.0 JEQUERI +BR002042002 -20.2500 -42.0300 621.0 MANHUACU +BR002042007 -20.1700 -42.2700 0.0 CAPUTIRA (AMAZONITA) +BR002042008 -20.1000 -42.4400 305.0 RAUL SOARES-MONTANTE +BR002042010 -20.3000 -42.4800 532.0 ABRE CAMPO +BR002042011 -20.2300 -42.6500 330.0 RIO CASCA +BR002042012 -20.4000 -42.9000 398.0 USINA PONTAL +BR002042014 -20.7700 -42.3000 630.0 BICUIBA +BR002042015 -20.7300 -42.9200 638.0 SERIQUITE +BR002042016 -20.6800 -42.8100 583.0 SAO MIGUEL DO ANTA +BR002042017 -20.2800 -42.3300 595.0 MATIPO +BR002042018 -20.3800 -42.9000 350.0 PONTE NOVA-JUSANTE +BR002042027 -20.9600 -42.0400 188.0 PORCIUNCULA +BR002042031 -19.9900 -42.6700 0.0 FAZENDA CACHOEIRA DANTAS +BR002042033 -20.0200 -42.5700 0.0 FAZENDA TRES MARIAS +BR002043002 -20.1800 -43.9400 1350.0 LAGOA GRANDE (MMV) +BR002043003 -20.3800 -43.4300 820.0 PASSAGEM DE MARIANA +BR002043004 -20.1400 -43.8900 1097.0 RIO DO PEIXE (MMV) +BR002043005 -20.6700 -43.7800 996.0 CONSELHEIRO LAFAIETE +BR002043008 -20.3500 -43.2800 639.0 MONSENHOR HORTA +BR002043009 -20.3600 -43.1400 423.0 ACAIACA-JUSANTE +BR002043010 -20.6900 -43.3000 620.0 PIRANGA +BR002043011 -20.3900 -43.1800 477.0 FAZENDA PARAISO +BR002043013 -20.5200 -43.8300 871.0 CONGONHAS-MONTANTE +BR002043014 -20.6700 -43.0900 598.0 PORTO FIRME +BR002043016 -20.1000 -43.8000 730.0 RIO ACIMA +BR002043017 -20.7700 -43.5700 1680.0 PONTE SAO LOURENCO +BR002043018 -20.9600 -43.8000 1057.0 CARANDAI +BR002043019 -20.3300 -43.6700 1107.0 CACHOEIRA DO CAMPO +BR002043022 -20.2200 -43.5700 1300.0 COLEGIO CARACA +BR002043023 -20.0700 -43.5800 805.0 CONCEICAO DO RIO ACIMA +BR002043025 -20.5200 -43.0200 529.0 USINA DA BRECHA +BR002043026 -20.8500 -43.2400 632.0 BRAZ PIRES +BR002043027 -20.2900 -43.1000 462.0 FAZENDA OCIDENTE +BR002043028 -20.3500 -43.2300 0.0 BICAS +BR002043042 -20.1600 -43.8900 0.0 REPRESA DAS CODORNAS (MMV) +BR002043043 -20.2900 -43.9500 0.0 REPRESA DO MIGUELAO (MMV) +BR002043056 -20.3100 -43.6200 0.0 FAZENDA AGUA LIMPA-JUSANTE +BR002043059 -20.1000 -43.4900 1300.0 COLEGIO CARACA +BR002043060 -20.3000 -43.8000 0.0 ITABIRITO +BR002044000 -20.9200 -44.4500 878.0 PONTE DO RIO DO PEIXE +BR002044002 -20.0700 -44.5700 859.0 ITAUNA-MONTANTE +BR002044003 -20.1900 -44.7900 746.0 CARMO DO CAJURU +BR002044005 -20.5600 -44.8700 846.0 CARMO DA MATA +BR002044006 -20.1400 -44.8900 672.0 DIVINOPOLIS +BR002044007 -20.6600 -44.0700 885.0 ENTRE RIOS DE MINAS +BR002044008 -20.2000 -44.1200 761.0 MELO FRANCO +BR002044009 -20.6300 -44.4300 915.0 FAZENDA CAMPO GRANDE +BR002044011 -20.5500 -44.6300 0.0 CARMOPOLIS DE MINAS +BR002044012 -20.0400 -44.0400 1073.0 IBIRITE +BR002044016 -20.1700 -44.5100 944.0 FAZENDA BENEDITO CHAVES +BR002044017 -20.0200 -44.5000 814.0 FAZENDA AGUA LIMPA +BR002044018 -20.0400 -44.3900 764.0 PEDREIRA +BR002044019 -20.0500 -44.4500 913.0 FAZENDA VISTA ALEGRE +BR002044020 -20.0700 -44.4900 943.0 CALAMBAU +BR002044021 -20.1100 -44.4000 905.0 ALTO DA BOA VISTA +BR002044022 -20.0900 -44.4300 817.0 SERRA AZUL +BR002044023 -20.0700 -44.3400 789.0 FAZENDA DO MOSQUITO +BR002044024 -20.0100 -44.3300 786.0 FAZENDA CURRALINHO +BR002044026 -20.1300 -44.4700 974.0 FAZENDA COQUEIROS +BR002044027 -20.7400 -44.7800 882.0 PONTE FERNAO DIAS +BR002044037 -20.9400 -44.9100 1000.0 SANTO ANTONIO DO AMPARO +BR002044038 -20.9200 -44.2400 0.0 RESENDE COSTA +BR002044040 -20.6400 -44.0500 850.0 USINA JOAO RIBEIRO +BR002044041 -20.1000 -44.4800 894.0 FAZENDA LARANJEIRAS +BR002044042 -20.5600 -44.8700 749.0 CARMO DA MATA (ETA-COPASA) +BR002044043 -20.0000 -44.4600 806.0 ESTIVA +BR002044045 -20.0000 -44.3800 822.0 TIJUCO +BR002044047 -20.0200 -44.4700 838.0 SERRA DA SAUDADE +BR002044050 -20.9000 -44.5000 1020.0 SAO TIAGO +BR002044052 -20.0500 -44.4100 806.0 JARDIM +BR002044053 -20.0700 -44.3500 812.0 ESCOLA DE VETERINARIA +BR002044054 -20.0900 -44.4300 817.0 SERRA AZUL +BR002045000 -20.8800 -45.2700 0.0 CAMPO BELO +BR002045001 -20.0000 -45.9830 661.0 BAMBUI 83582 +BR002045002 -20.1800 -45.7000 606.0 IGUATAMA +BR002045004 -20.9100 -45.1200 776.0 SANTANA DO JACARE +BR002045005 -20.4700 -45.0400 738.0 LAMOUNIER +BR002045006 -20.4800 -45.1200 860.0 ITAPECERICA +BR002045009 -20.2800 -45.5300 699.0 ARCOS +BR002045010 -20.2900 -45.5400 791.0 ARCOS (COPASA) +BR002045011 -20.0400 -45.5400 658.0 LAGOA DA PRATA +BR002045012 -20.4600 -45.9400 806.0 PIUM-I +BR002045013 -20.0800 -45.3000 950.0 SANTO ANTONIO DO MONTE +BR002045020 -20.7600 -45.2700 950.0 CANDEIAS +BR002045021 -20.4600 -45.4200 0.0 FORMIGA +BR002045026 -20.9500 -45.8200 880.0 ILICINEA +BR002046000 -20.7200 -46.6200 660.0 PASSOS +BR002046001 -20.7400 -46.7300 808.0 ITAU DE MINAS +BR002046002 -20.7500 -46.8700 0.0 USINA MARAMBAIA +BR002046004 -20.7200 -46.1500 0.0 SAO JOSE DA BARRA +BR002046005 -20.9700 -46.1200 725.0 PORTO CARRITO +BR002046006 -20.2500 -46.3500 662.0 FAZENDA SAMBURA +BR002046007 -20.1000 -46.0600 705.0 FAZENDA AJUDAS +BR002046009 -20.3500 -46.8500 0.0 DELFINOPOLIS +BR002046011 -20.8100 -46.8100 880.0 USINA SANTANA +BR002046013 -20.3300 -46.3700 743.0 VARGEM BONITA +BR002046025 -20.1500 -46.2800 734.0 FAZENDA SAMBURA +BR002047006 -20.0800 -47.4200 536.0 RIFAINA +BR002047007 -20.2600 -47.8700 489.0 CANINDE +BR002047016 -20.5500 -47.4330 1026.0 FRANCA 83630 +BR002047019 -20.5800 -47.8900 640.0 SAO JOAQUIM DA BARRA +BR002047024 -20.7300 -47.5500 658.0 FAZENDA N.S.DAS GRACAS +BR002047031 -21.0000 -47.2600 740.0 COBICA +BR002047032 -21.0000 -47.6600 848.0 BRODOSQUI +BR002047037 -20.0100 -47.0200 945.0 DESEMBOQUE +BR002047101 -20.5100 -47.2500 1080.0 FAZENDA SASSAFRAS +BR002047102 -20.7700 -47.2400 790.0 FAZENDA SANTA CECILIA +BR002047104 -20.6900 -47.5500 660.0 FAZENDA BOA SORTE +BR002048002 -20.1700 -48.6800 450.0 PORTO COLOMBIA +BR002048003 -20.1700 -48.0200 635.0 MIGUELOPOLIS +BR002048004 -20.2100 -48.2900 520.0 FAZENDA SAO DOMINGOS +BR002048011 -20.4500 -48.4500 460.0 PONTE JOAQUIM JUSTINO +BR002048013 -20.5000 -48.9400 480.0 GUARACI +BR002048020 -20.7800 -48.3300 470.0 TERRA ROXA +BR002048033 -21.0000 -48.0200 511.0 DESENGANO +BR002048041 -20.1300 -48.7000 489.0 PLANURA +BR002048090 -20.6200 -48.4700 500.0 FAZENDA SANTA GENOVEVA +BR002048091 -20.3300 -48.5900 480.0 FAZENDA OURO VERDE +BR002048092 -20.4400 -48.7400 520.0 BREJINHO +BR002048093 -20.7600 -48.6600 530.0 FAZENDA SAO JOSE +BR002048094 -20.4600 -48.4600 590.0 FAZENDA POCO BONITO +BR002048102 -20.0330 -48.9330 543.0 FRUTAL 83574 +BR002049031 -20.1200 -49.2500 0.0 APARECIDA DE MINAS +BR002049072 -20.2800 -49.2000 0.0 FRONTEIRA +BR002050022 -20.4800 -50.4200 340.0 GENERAL SALGADO +BR002051006 -20.6800 -51.1000 290.0 LUSSANVIRA +BR002051009 -20.7800 -51.6200 290.0 JUPIA +BR002051045 -20.3600 -51.4300 424.0 SELVIRIA +BR002051046 -20.0700 -51.1000 390.0 APARECIDA DO TABOADO +BR002052002 -20.4500 -52.8830 365.0 AGUA CLARA 83615 +BR002052003 -20.0200 -52.8300 0.0 FAZENDA RIO VERDE +BR002052004 -20.6000 -52.2200 0.0 GARCIAS +BR002052006 -20.0900 -52.1600 380.0 PORTO GALEANO +BR002053000 -20.4400 -53.7600 470.0 RIBAS DO RIO PARDO (CERAMICA) +BR002053001 -20.6800 -53.5700 0.0 USINA MIMOSO +BR002054002 -20.9300 -54.9700 0.0 SIDROLANDIA +BR002054005 -20.4900 -54.8100 0.0 JARAGUA (PARTICULAR) +BR002054009 -20.5000 -54.8700 829.0 SANTA ELISA (PARTICULAR) +BR002054010 -20.4500 -54.6300 0.0 CAIXA DAGUA +BR002054014 -20.4600 -54.6000 0.0 DNOS-8.DRS +BR002054021 -20.9500 -54.9800 0.0 SIDROLANDIA +BR002055001 -20.1300 -55.3900 0.0 CIPOLANDIA +BR002055002 -20.4500 -55.4300 162.0 PALMEIRAS (JANGO) +BR002055003 -20.2900 -55.4400 0.0 FAZENDA LAJEADO (PARTICULAR) +BR002055004 -20.0700 -55.6400 0.0 TABOCO (PARTICULAR) +BR002056001 -20.2400 -56.3700 0.0 MIRANDA +BR002056003 -20.7600 -56.0900 0.0 PONTE ESTRADA MT-738 (PCD) +BR002056004 -20.3500 -56.7000 0.0 TAPERA (PARTICULAR) +BR002056005 -20.1000 -56.8000 0.0 GUAICURUS (PARTICULAR) +BR002056006 -20.2300 -56.3800 0.0 MIRANDA +BR002056007 -20.9300 -56.9800 0.0 SANTA ROSA +BR002057000 -20.2900 -57.6500 81.0 TARUMA +BR002140000 -21.0100 -40.8400 4.0 BARRA DO ITAPEMIRIM (DNOS) +BR002141001 -21.4800 -41.1000 15.0 SAO FRANCISCO PAULA-CACIMBAS +BR002141002 -21.7500 -41.3300 14.0 CAMPOS-PONTE MUNICIPAL +BR002141003 -21.4900 -41.6100 20.0 CARDOSO MOREIRA +BR002141004 -21.2000 -41.8830 123.0 ITAPERUNA 83695 +BR002141005 -21.6500 -41.7500 10.0 SAO FIDELIS (PCD) +BR002141006 -21.6400 -41.8600 50.0 DOIS RIOS +BR002141007 -21.6300 -41.8900 42.0 TRES IRMAOS +BR002141008 -21.4200 -41.7000 14.0 ITALVA +BR002141009 -21.7500 -41.4800 14.0 ITERERE +BR002141011 -21.8200 -41.4300 14.0 URURAI +BR002141012 -21.7200 -41.1800 0.0 USINA BARCELOS +BR002141014 -21.2100 -41.4600 59.0 PONTE DE ITABAPOANA +BR002141015 -21.0600 -41.3600 67.0 MIMOSO DO SUL (DNOS) +BR002141016 -21.0400 -41.6500 150.0 SAO JOSE DO CALCADO +BR002141017 -21.0600 -41.2400 120.0 SAO JOSE DAS TORRES +BR002142000 -21.3100 -42.8600 231.0 ASTOLFO DUTRA +BR002142001 -21.3900 -42.7000 182.0 CATAGUASES +BR002142002 -21.1500 -42.2200 177.0 PATROCINIO DO MURIAE +BR002142004 -21.0500 -42.5200 490.0 FAZENDA UMBAUBAS +BR002142006 -21.4700 -42.8100 214.0 USINA MAURICIO +BR002142007 -21.6600 -42.3400 152.0 FAZENDA DA BARRA (PIRAPETINGA) +BR002142008 -21.7700 -42.5400 214.0 VOLTA GRANDE +BR002142009 -20.9100 -42.3500 419.0 JUSSARA +BR002142014 -21.8800 -42.6400 150.0 PAQUEQUER +BR002142015 -21.7400 -41.9900 61.0 PONTO DE PERGUNTA +BR002142017 -21.9300 -42.7300 0.0 BARRA DO SAO FRANCISCO +BR002142019 -21.8500 -42.6800 0.0 PORTO NOVO DO CUNHA +BR002142022 -21.9500 -42.3600 376.0 ALDEIA +BR002142058 -21.5400 -42.1800 70.0 SANTO ANTONIO DE PADUA (PCD) +BR002143000 -21.3100 -43.2000 512.0 USINA ITUERE +BR002143001 -21.3600 -43.0500 398.0 GUARANI +BR002143003 -21.1500 -43.5200 780.0 DESTERRO DO MELO +BR002143004 -21.0300 -43.4200 0.0 ALTO RIO DOCE +BR002143005 -21.2800 -43.8200 997.0 CAMPOLIDE +BR002143006 -21.1900 -43.9800 881.0 BARROSO +BR002143007 -21.1900 -43.6100 1120.0 VARGEM DO ENGENHO +BR002143008 -21.4300 -43.9600 980.0 IBERTIOGA +BR002143009 -21.2700 -43.8800 1030.0 USINA BARBACENA +BR002143011 -21.6700 -43.9200 970.0 CONCEICAO DO IBITIPOCA +BR002143012 -21.7670 -43.3500 911.0 JUIZ DE FORA 83692 +BR002143013 -21.9000 -43.0400 452.0 ESTEVAO PINTO +BR002143014 -21.9300 -43.3500 459.0 COTEJIPE +BR002143015 -21.9200 -43.3700 488.0 FAZENDA SAO JOSE +BR002143016 -21.8700 -43.5600 442.0 TORREOES +BR002143017 -21.3500 -43.2500 502.0 TABULEIRO +BR002143018 -21.4700 -43.1200 397.0 RIO NOVO +BR002143019 -21.8600 -43.8900 710.0 USINA BRUMADO +BR002143020 -21.5900 -43.5100 702.0 CHAPEU DUVAS +BR002143021 -21.9700 -43.3700 451.0 SOBRAJI +BR002143022 -21.5000 -43.1500 472.0 PIAU +BR002143031 -21.3500 -43.2000 0.0 FAZENDA FERRAZ +BR002143062 -21.4300 -43.5500 860.0 SANTOS DUMONT +BR002144000 -21.0300 -44.7700 836.0 BOM SUCESSO +BR002144001 -21.9500 -44.1900 1075.0 BOM JARDIM DE MINAS +BR002144002 -21.1200 -44.2300 956.0 PORTO TIRADENTES +BR002144003 -21.9900 -44.9400 912.0 CAXAMBU +BR002144004 -21.9500 -44.8800 880.0 BAEPENDI +BR002144005 -21.3200 -44.8700 807.0 ITUMIRIM +BR002144006 -21.5100 -44.9200 865.0 LUMINARIAS +BR002144007 -21.4900 -44.3300 875.0 MADRE DE DEUS DE MINAS +BR002144008 -21.1500 -44.8000 910.0 FAZENDA BOM JARDIM +BR002144009 -21.1700 -44.1400 880.0 PORTO DO ELVAS +BR002144011 -21.9200 -44.8200 0.0 CRUZILIA +BR002144013 -21.3000 -44.6500 787.0 ITUTINGA +BR002144014 -21.2330 -45.0000 919.0 LAVRAS 83687 +BR002144015 -21.6000 -44.1000 0.0 SANTANA DO GARAMBEU +BR002144016 -21.9900 -44.0300 945.0 TABUAO +BR002144017 -21.6800 -44.6000 0.0 MINDURI +BR002144018 -21.9800 -44.6000 966.0 AIURUOCA +BR002144019 -21.7400 -44.3100 897.0 ANDRELANDIA +BR002144020 -21.0600 -44.2100 842.0 USINA SAO JOAO DEL REI +BR002144021 -21.6700 -44.3400 905.0 FAZENDA LARANJEIRAS +BR002144022 -21.7500 -44.3500 940.0 FAZENDA PARAIBA +BR002144023 -21.1400 -44.7400 799.0 IBITURUNA +BR002144024 -21.1900 -44.3300 870.0 VILA RIO DAS MORTES +BR002144025 -22.0000 -44.4600 1087.0 CARVALHOS +BR002144026 -21.1500 -44.9100 761.0 MACAIA +BR002144038 -21.4800 -44.6400 959.0 CARRANCAS +BR002145000 -21.9000 -45.5800 810.0 PORTO SANTA MARIA +BR002145001 -21.8900 -45.0800 850.0 CONCEICAO DO RIO VERDE +BR002145002 -21.6670 -45.9170 873.0 MACHADO 83683 +BR002145005 -21.1800 -45.0500 0.0 RIBEIRAO VERMELHO +BR002145006 -21.4500 -45.2200 0.0 CARMO DA CACHOEIRA +BR002145007 -21.3400 -45.1700 813.0 USINA COURO DO CERVO +BR002145008 -21.8700 -45.2600 843.0 FAZENDA JUCA CASIMIRO +BR002145009 -21.9200 -45.4800 892.0 USINA DO CHICAO +BR002145010 -21.5200 -45.5200 752.0 BATISTA DE MELO +BR002145011 -21.8700 -45.3000 960.0 CAMBUQUIRA (INMET) +BR002145012 -21.4500 -45.8300 755.0 FAMA +BR002145013 -21.9700 -45.3700 870.0 LAMBARI +BR002145014 -21.8500 -45.8800 860.0 PAIOLINHO +BR002145016 -21.3700 -45.5000 880.0 TRES PONTAS +BR002145017 -21.7600 -45.5400 810.0 MONSENHOR PAULO +BR002145018 -21.6200 -45.4000 870.0 USINA DE VARGINHA +BR002145020 -21.6800 -45.2600 832.0 CHACARA SANTANA +BR002145021 -21.2600 -45.1700 728.0 USINA NEPOMUCENO +BR002145022 -21.5900 -45.6700 756.0 PARAGUACU +BR002145023 -21.6100 -45.4900 810.0 PORTO DOS BUENOS +BR002145024 -21.7900 -45.4400 424.0 PALMELA DOS COELHOS +BR002145032 -21.1900 -45.4500 860.0 COQUEIRAL +BR002145041 -21.2400 -45.7600 870.0 CAMPOS GERAIS +BR002145042 -21.4500 -45.9400 0.0 ALFENAS +BR002145043 -21.3600 -45.5000 860.0 TRES PONTAS +BR002145044 -21.4600 -45.2200 0.0 CARMO DA CACHOEIRA +BR002146000 -21.5200 -46.0500 820.0 SERRANIA +BR002146001 -21.4200 -46.9600 524.0 PONTE CANOAS +BR002146013 -21.9800 -46.8000 766.0 SAO JOAO DA BOA VISTA +BR002146019 -21.3500 -46.1700 0.0 ESTACAO DE AREADO +BR002146023 -21.7000 -46.2500 980.0 CAMPESTRE +BR002146024 -21.9300 -46.3800 1150.0 FRUTICOLA INDUSTRIAL +BR002146026 -21.2900 -46.7000 828.0 GUAXUPE ANEEL/CESP +BR002146027 -21.2800 -46.3600 859.0 JUREIA +BR002146028 -21.7200 -46.4400 875.0 CACHOEIRA DO CARMO +BR002146029 -21.7900 -46.1200 820.0 CACHOEIRA POCO FUNDO +BR002146030 -21.3800 -46.5200 1040.0 MUZAMBINHO +BR002146035 -21.0000 -46.0000 980.0 USINA ITAIPAVA (FAZ.AMALIA) +BR002146078 -21.0200 -46.5200 0.0 BOM JESUS DA PENHA +BR002146080 -21.2900 -46.8000 760.0 GUARANESIA +BR002146081 -21.3100 -46.8700 700.0 ONCA +BR002147011 -21.3200 -47.4800 530.0 FAZENDA CORREDEIRA +BR002147022 -21.5200 -47.3600 740.0 SANTA ROSA DO VITERBO +BR002147034 -21.8500 -47.4700 535.0 PORTO FERREIRA +BR002147035 -21.8500 -47.3000 0.0 FAZENDA VISTA ALEGRE +BR002147054 -21.1300 -47.0200 873.0 FAZENDA CARVALHAIS +BR002147165 -21.6400 -47.0900 600.0 FAZENDA DA CACHOEIRA +BR002147166 -21.3900 -48.4000 700.0 FAZENDA SANTO ANTONIO I +BR002148050 -21.0500 -48.1600 472.0 PASSAGEM (FAZ.SAO VICENTE) +BR002148051 -21.0100 -48.2200 500.0 PITANGUEIRAS +BR002148052 -21.3500 -48.0700 520.0 PRADOPOLIS +BR002148053 -21.5000 -48.0300 480.0 PONTE GUATAPARA +BR002148164 -21.9600 -48.0000 0.0 IBATE +BR002148165 -21.9500 -48.4300 0.0 ESTANCIA RECREIO +BR002148166 -21.6600 -48.3500 460.0 FAZENDA EXPERIMENTAL +BR002148167 -21.8400 -48.4900 0.0 GAVIAO PEIXOTO +BR002148168 -21.9800 -48.2500 0.0 GUARAPIRANGA +BR002148169 -21.8000 -48.6200 520.0 USINA SANTA FE +BR002148173 -21.1500 -47.2800 640.0 FAZENDA SANTO ANTONIO II +BR002149031 -21.8800 -49.2200 380.0 REGINOPOLIS +BR002150043 -21.4500 -50.9200 290.0 SALTO CARLOS BOTELHO +BR002152000 -21.0200 -52.1800 379.0 PORTO VELHO +BR002152001 -21.7200 -52.4400 293.0 PORTO UERE +BR002152005 -21.3000 -52.8100 433.0 XAVANTINA DO SUL +BR002152014 -21.2500 -52.2900 0.0 FAZENDA BOA ESPERANCA +BR002152016 -21.1000 -52.9800 0.0 FAZENDA MIMOSINHO +BR002153000 -21.6100 -53.0500 293.0 PORTO PINDAIBA +BR002153003 -21.9800 -53.4400 0.0 XAVANTE +BR002153004 -20.9800 -53.6400 0.0 LANCEIRO +BR002154000 -21.6500 -54.4200 265.0 AROEIRA +BR002154001 -21.8000 -54.6200 293.0 PORTO RIO BRILHANTE +BR002154002 -20.9900 -54.5100 469.0 VAU DO BALSAMO +BR002154006 -21.9000 -54.0600 0.0 RETIRO GUARUJA +BR002154007 -21.1800 -54.7400 0.0 CAPAO BONITO +BR002154008 -21.3000 -54.2000 0.0 FAZENDA PONTE +BR002155000 -21.6200 -55.1400 394.0 MARACAJU +BR002155001 -21.1500 -55.8200 0.0 NIOAQUE (3RI) +BR002156000 -21.1200 -56.5200 242.0 BONITO +BR002156001 -21.4400 -56.0900 0.0 JARDIM (CER-3) +BR002156002 -21.5100 -56.7000 384.0 FIGUEIRA (FAZENDA) +BR002157003 -21.1900 -57.0400 0.0 SANTA OTILIA (PARTICULAR) +BR002157004 -21.7170 -57.8830 98.0 PORTO MURTINHO 83654 +BR002157005 -21.6900 -57.3600 0.0 MARABA +BR002241001 -22.0500 -41.0500 4.0 SAO TOME 83700 +BR002241002 -22.1100 -41.4700 15.0 USINA QUISSAMA +BR002241003 -22.0800 -41.7100 19.0 MACABUZINHO +BR002241004 -22.2600 -41.9800 50.0 FAZENDA ORATORIO +BR002242001 -22.0400 -42.0400 425.0 LEITAO DA CUNHA +BR002242002 -22.1900 -42.1600 800.0 MARIA MENDONCA +BR002242003 -22.4000 -42.3400 670.0 PILLER +BR002242004 -22.3600 -42.3800 740.0 GALDINOPOLIS +BR002242005 -22.3900 -42.5000 1010.0 FAZENDA SAO JOAO +BR002242006 -22.4800 -42.0900 12.0 RIO DOURADO +BR002242007 -22.4600 -42.3100 58.0 QUARTEIS +BR002242008 -22.5500 -42.5500 1620.0 GAVIOES +BR002242010 -22.9100 -42.7300 0.0 MANUEL RIBEIRO +BR002242011 -22.6800 -42.9500 10.0 ESTACAO DE BOMB. DE IMUNANA +BR002242012 -22.5000 -42.9100 60.0 REPRESA DO PARAISO +BR002242013 -22.4400 -42.7700 40.0 FAZENDA DO CARMO +BR002242014 -22.5600 -42.7000 50.0 JAPUIBA +BR002242015 -22.4700 -42.6500 30.0 CACHOEIRAS DE MACACU +BR002242016 -22.4400 -42.6200 275.0 FAZENDA SAO JOAQUIM +BR002242017 -22.0700 -42.1600 334.0 VISCONDE DE IMBE +BR002242018 -22.2400 -42.2900 650.0 BARRA ALEGRE +BR002242019 -22.3000 -42.4000 1100.0 VARGEM ALTA +BR002242020 -22.2800 -42.5000 680.0 VARGEM GRANDE +BR002242021 -22.1600 -42.4200 530.0 BOM JARDIM +BR002242022 -22.2900 -42.6600 1010.0 FAZENDA MENDES +BR002242023 -22.2200 -42.5200 830.0 CONSELHEIRO PAULINO +BR002242024 -22.3800 -42.5500 0.0 TEODORO DE OLIVEIRA +BR002242025 -22.3500 -42.5700 1980.0 CASCATINHA DO CONEGO +BR002242026 -22.2700 -42.7900 870.0 BOM SUCESSO +BR002242027 -22.2000 -42.9000 650.0 FAZENDA SOBRADINHO +BR002242028 -22.0400 -42.9900 230.0 ANTA +BR002242029 -22.0500 -42.6800 346.0 SUMIDOURO +BR002242030 -22.0500 -42.5200 520.0 DUAS BARRAS +BR002242031 -22.0330 -42.3670 485.0 CORDEIRO 83718 +BR002242032 -22.2800 -43.5300 830.0 NOVA FRIBURGO +BR002243001 -22.5300 -43.0500 210.0 ANDORINHAS +BR002243002 -22.4500 -43.8000 350.0 BARRA DO PIRAI +BR002243003 -22.1600 -43.2800 300.0 PARAIBA DO SUL +BR002243004 -22.2900 -43.9300 550.0 CONSERVATORIA +BR002243005 -22.2200 -43.7000 549.0 VALENCA +BR002243006 -22.1600 -43.7600 497.0 PENTAGNA +BR002243007 -22.2100 -43.6200 444.0 TABOAS +BR002243008 -22.0900 -43.5600 396.0 MANUEL DUARTE (PCD) +BR002243009 -22.5100 -43.1700 890.0 PETROPOLIS +BR002243010 -22.4900 -43.1500 1085.0 ITAMARATI-SE +BR002243011 -22.4400 -43.1700 704.0 RIO DA CIDADE +BR002243012 -22.3300 -43.1400 645.0 PEDRO DO RIO +BR002243013 -22.2400 -43.1000 450.0 AREAL (GRANJA GABI) +BR002243014 -22.3000 -43.1800 460.0 FAGUNDES +BR002243015 -22.1300 -43.1500 270.0 MOURA BRASIL +BR002243016 -22.2000 -43.0300 600.0 MORELI (PARADA MORELI) +BR002243017 -22.0200 -43.3700 350.0 AFONSO ARINOS +BR002243018 -22.5300 -43.8200 650.0 FAZENDA SANTANA +BR002243019 -22.0800 -43.8300 423.0 PARAPEUNA +BR002243025 -22.9300 -43.1000 4.0 NITEROI +BR002243202 -22.0100 -43.8800 798.0 FAZENDA SAO GABRIEL +BR002243250 -22.9000 -43.8700 40.0 COROA GRANDE +BR002244001 -22.5400 -44.7700 500.0 QUELUZ (CENTRO SAUDE) +BR002244003 -22.5900 -44.9600 514.0 CRUZEIRO +BR002244010 -22.6900 -44.9700 550.0 BOCAINA (FAZENDA SANTA CLARA) +BR002244028 -22.9600 -44.5600 130.0 FAZENDA FORTALEZA +BR002244029 -22.7200 -44.6200 1767.0 LAJEADO FAZENDA DONA JOANINHA +BR002244030 -22.5000 -44.6200 440.0 NHANGAPI +BR002244031 -22.5000 -44.5500 380.0 ITATIAIA +BR002244032 -22.4830 -44.4670 440.0 RESENDE 83738 +BR002244033 -22.2300 -44.0600 544.0 SANTA ISABEL DO RIO PRETO +BR002244034 -22.4700 -44.2300 620.0 RIBEIRAO DE SAO JOAQUIM +BR002244035 -22.1500 -44.0900 530.0 SANTA RITA DO JACUTINGA +BR002244036 -22.2400 -44.2600 550.0 ZELINDA +BR002244037 -22.3000 -44.3100 720.0 FUMACA +BR002244038 -22.2700 -44.3900 950.0 PONTE DO SOUZA +BR002244039 -22.3400 -44.5900 1460.0 FAZENDA AGULHAS NEGRAS +BR002244040 -22.8300 -44.2000 554.0 LIDICE +BR002244041 -22.4830 -44.0830 374.0 VOLTA REDONDA 83739 +BR002244042 -22.5400 -44.1800 376.0 BARRA MANSA +BR002244043 -22.5800 -44.2700 0.0 RIALTO +BR002244046 -22.3300 -44.4000 0.0 PEDRA SELADA (PCD) +BR002244047 -22.3300 -44.5400 1030.0 VISCONDE DE MAUA (ESC.AGROT) +BR002244054 -22.1200 -44.8400 1150.0 USINA CONGONHAL +BR002244056 -22.0000 -44.3500 1050.0 MINA DE NIQUEL +BR002244057 -22.1300 -44.4100 1180.0 PONTE DO COSTA +BR002244059 -22.2700 -44.8700 1090.0 ITAMONTE-HORTO (DNER) +BR002244062 -22.3800 -44.9700 917.0 PASSA QUATRO (INMET) +BR002244064 -22.0300 -44.1700 1230.0 PEDREIRA (PACAU) +BR002244065 -22.1700 -44.6400 1036.0 ALAGOA +BR002244066 -22.0500 -44.0800 920.0 ITABOCA +BR002244068 -22.2900 -44.9400 886.0 ITANHANDU +BR002244071 -22.2000 -44.9700 876.0 POUSO ALTO +BR002244075 -22.2000 -44.4000 1220.0 SERRA DO PALMITAL +BR002244135 -22.6100 -45.6000 1485.0 FAZENDA DAS GARRAFAS +BR002244148 -22.9600 -44.0300 50.0 IBICUI +BR002244149 -22.9400 -44.4000 70.0 BRACUI +BR002245000 -22.2500 -45.7100 820.0 SANTA RITA DO SAPUCAI +BR002245007 -22.6600 -45.0100 511.0 CACHOEIRA PAULISTA (PCD) +BR002245010 -22.6900 -45.4800 1501.0 FAZENDA DA GUARDA (PARQUE) +BR002245011 -22.6900 -45.7400 895.0 SAO BENTO DO SAPUCAI +BR002245032 -22.7830 -45.2000 537.0 GUARATINGUETA 83708 +BR002245048 -22.9100 -45.4700 524.0 PINDAMONHANGABA (PCD) +BR002245055 -23.0000 -45.0400 790.0 ESTRADA DE CUNHA +BR002245058 -22.9500 -45.5300 528.0 TREMEMBE +BR002245064 -22.5100 -45.2900 1350.0 DELFIM MOREIRA +BR002245065 -22.2100 -45.2700 990.0 CRISTINA +BR002245066 -22.4100 -45.7900 850.0 CONCEICAO DOS OUROS +BR002245069 -22.3000 -45.3800 1180.0 MARIA DA FE +BR002245070 -22.4700 -45.6200 880.0 BRASOPOLIS +BR002245071 -22.5200 -45.3700 965.0 USINA DE BICAS +BR002245073 -22.4300 -45.4500 885.0 ITAJUBA (INMET) +BR002245074 -22.0500 -45.7000 800.0 CAREACU +BR002245075 -22.0300 -45.8300 1100.0 SILVIANOPOLIS +BR002245077 -22.2400 -45.9300 820.0 POUSO ALEGRE +BR002245078 -22.2500 -45.4800 0.0 PEDRALVA +BR002245080 -22.3400 -45.0900 930.0 VIRGINIA +BR002245081 -22.1000 -45.0170 900.0 SAO LOURENCO 83736 +BR002245082 -22.6300 -45.8300 1250.0 CACHOEIRA DO GONCALVES +BR002245083 -22.3800 -45.4500 845.0 SAO JOAO DO ITAJUBA +BR002245084 -22.5700 -45.8800 880.0 BAIRRO DO ANALDINO +BR002245085 -22.1200 -45.9200 815.0 VARGEM DO CERVO +BR002245086 -22.3500 -45.8500 820.0 PONTE DO RODRIGUES +BR002245087 -22.4100 -45.2200 1083.0 BAIRRO SANTA CRUZ +BR002245088 -22.3100 -45.3700 1200.0 MARIA DA FE +BR002246023 -22.7100 -46.7800 670.0 AMPARO +BR002246033 -22.8800 -46.6300 760.0 RIO ABAIXO (FAZ.CACHOEIRA) +BR002246038 -22.9800 -46.8300 690.0 ITATIBA +BR002246057 -22.7600 -46.1500 1040.0 CAMANDUCAIA +BR002247055 -22.7100 -46.9900 570.0 JAGUARIUNA +BR002247056 -22.7000 -47.6500 470.0 PIRACICABA +BR002247058 -22.9600 -47.3000 560.0 MONTE MOR +BR002247059 -23.0100 -47.5000 500.0 CAPIVARI +BR002247180 -22.2500 -47.8300 739.0 ITIRAPINA +BR002247181 -22.3300 -47.8300 699.0 FAZENDA JANGADA +BR002247182 -22.1500 -47.8900 676.0 RIBEIRAO DO FEIJAO +BR002247183 -22.2700 -47.9000 728.0 SIRIEMA +BR002247184 -22.3400 -47.9200 894.0 ITAQUERI DA SERRA +BR002247185 -22.1500 -48.0000 733.0 FAZENDA CAMPO ALEGRE +BR002247194 -22.0700 -47.7200 924.0 BELA VISTA +BR002247197 -22.2400 -47.9600 747.0 EST.FERROVIARIA CAMPO ALEGRE +BR002247198 -22.1800 -47.7800 780.0 FAZENDA PEQUENA HOLANDA +BR002247199 -22.0000 -47.8800 648.0 CAMPUS DE ARARAQUARA +BR002248110 -22.0700 -48.1800 486.0 RIBEIRAO BONITO +BR002248111 -22.1200 -48.2000 596.0 SITIO DO DANTE +BR002249103 -22.7400 -49.0300 620.0 TURVINHO +BR002250001 -22.0600 -50.6100 340.0 ESTRADA DO QUATA +BR002250005 -22.0800 -50.5500 390.0 VARPA +BR002250024 -22.9000 -50.0200 380.0 PORTO JAU +BR002250085 -22.3900 -50.8500 440.0 FAZENDA SAO PAULO +BR002251021 -22.6500 -51.3700 250.0 BALSA DO PARANAPANEMA +BR002252000 -22.1800 -52.7200 354.0 ANAURILANDIA +BR002252010 -22.8300 -52.1000 250.0 VILA SILVA JARDIM +BR002253000 -22.3800 -53.5300 341.0 IVINHEMA (PCD) +BR002253002 -22.7700 -53.2700 240.0 PORTO RICO +BR002253014 -22.3000 -53.2800 0.0 BATAIPORA +BR002253015 -22.5500 -54.0300 0.0 FAZENDA JANGADA +BR002253016 -22.7200 -53.1700 240.0 PORTO SAO JOSE (PCD) +BR002254000 -22.6200 -54.8200 469.0 CAARAPO +BR002254001 -22.4000 -54.7900 328.0 DOURADOS +BR002254003 -22.4100 -54.2400 528.0 GLORIA DE DOURADOS +BR002254004 -22.0700 -54.1900 0.0 PORTO WILMA +BR002254005 -22.0800 -54.7800 282.0 ITAPORA +BR002255002 -22.1900 -55.9400 0.0 ANTONIO JOAO +BR002255003 -22.7300 -55.2400 0.0 BOCAJA +BR002256001 -22.1100 -56.5300 263.0 BELA VISTA +BR002257000 -22.0300 -57.0300 247.0 CARACOL +BR002344007 -23.2200 -44.7600 30.0 PARATI +BR002344008 -23.0700 -44.7000 0.0 SAO ROQUE +BR002344009 -23.1500 -44.8600 1050.0 ALTO S.DO MAR-B.MATO LIMPO +BR002344016 -23.0300 -44.5200 0.0 VILA MAMBUCABA +BR002344019 -23.0000 -44.5400 30.0 VILA PEREQUE +BR002345062 -23.0400 -45.5600 586.0 TAUBATE +BR002345063 -23.0800 -45.7100 545.0 CACAPAVA +BR002345067 -23.3300 -45.1400 888.0 PONTE ALTA 1 +BR002345071 -23.3700 -45.9000 573.0 SANTA BRANCA (PCD) +BR002345076 -23.6300 -45.9600 820.0 CASA GRANDE +BR002346094 -23.0500 -46.3700 790.0 PIRACAIA +BR002346095 -23.1100 -46.5600 730.0 ATIBAIA +BR002346096 -23.1700 -46.3800 0.0 NAZARE PAULISTA +BR002346097 -23.1900 -46.8800 700.0 JUNDIAI +BR002346098 -23.3300 -46.7300 740.0 FRANCO DA ROCHA +BR002346099 -23.4200 -46.0200 567.0 GUARAREMA +BR002346100 -23.4800 -46.4700 730.0 ERMELINDO MATARAZZO +BR002346101 -23.5800 -46.0400 760.0 BIRITIBA MIRIM +BR002346102 -23.5800 -46.2200 730.0 FAZENDA SANTO ANGELO +BR002346103 -23.5800 -46.2600 760.0 VARINHAS +BR002346105 -23.7300 -46.1700 740.0 SERTAOZINHO +BR002346106 -23.6600 -46.0100 730.0 FAZENDA N.S.APARECIDA +BR002346107 -23.7500 -46.1700 730.0 FAZENDA SERTAO DOS FREIRES +BR002346397 -23.5500 -46.5200 740.0 VILA CARRAO +BR002346398 -23.6500 -46.7800 770.0 PIRAJUCARA +BR002347054 -23.0300 -47.8200 460.0 LARANJAL PAULISTA +BR002347055 -23.1100 -47.1800 570.0 ITAICI +BR002347056 -23.1000 -47.7200 490.0 TIETE +BR002347057 -23.1500 -47.0600 659.0 ITUPEVA +BR002347058 -23.3300 -47.7600 540.0 FAZENDA CACHOEIRINHA +BR002347059 -23.4200 -47.4000 590.0 EDEN (PIRAJIBU) +BR002347060 -23.6400 -47.5700 590.0 SALTO DE PIRAPORA +BR002347061 -23.5000 -47.8000 550.0 BAIRRO DO SARAPU +BR002347062 -23.9400 -47.1000 670.0 JUQUITIBA-II +BR002347180 -23.7000 -47.6200 0.0 BAIRRO DA ILHA +BR002347190 -23.6500 -47.2000 0.0 UNA FEITAL +BR002348033 -23.5600 -48.3900 580.0 ANGATUBA +BR002348034 -23.5900 -48.4900 570.0 CAMPINA DO MONTE ALEGRE AN/CES +BR002348036 -23.9500 -48.9300 680.0 ITAPEVA +BR002348037 -23.9600 -48.2800 610.0 CERRADINHO +BR002348083 -23.1700 -48.9200 0.0 PORTO PARANAPANEMA +BR002348088 -23.8900 -48.7700 670.0 ENGENHEIRO BACELAR +BR002349005 -23.0800 -49.7400 440.0 PORTO ERMIDAO (FAZ.HARMONIA) +BR002349007 -23.1900 -49.3900 500.0 PIRAJU +BR002349020 -23.7100 -49.4700 500.0 ITAPORANGA +BR002349023 -23.7200 -49.5600 470.0 OLARIA DOS PADRES ANEEL/CESP +BR002349030 -23.5000 -49.9500 512.0 JOAQUIM TAVORA +BR002349031 -23.6000 -49.6200 470.0 SALTO DO ITARARE +BR002349033 -23.7700 -49.9500 483.0 TOMAZINA +BR002349065 -23.4700 -49.3000 0.0 PORTO TAQUARI +BR002349066 -23.0200 -49.9000 390.0 PONTE MELO PEIXOTO +BR002350000 -23.2600 -50.9800 330.0 JATAIZINHO ANEEL/CESP +BR002350001 -23.1300 -50.4600 400.0 PORTO SANTA TEREZINHA AN/CESP +BR002350002 -23.0900 -50.2900 375.0 ANDIRA ANELL/CESP +BR002350057 -23.1700 -50.7800 370.0 PONTE PRETA +BR002351003 -23.3330 -51.1330 569.0 LONDRINA (AEROPORTO 83768 +BR002351008 -23.5000 -51.5300 746.0 APUCARANA (FAZENDA UBATUBA) +BR002351011 -23.2700 -51.0200 484.0 IBIPORA +BR002351063 -23.9000 -51.2200 1020.0 MARILANDIA DO SUL +BR002352000 -23.3200 -52.6700 250.0 PORTO PARAISO DO NORTE +BR002352002 -23.8200 -52.1800 315.0 QUINTA DO SOL +BR002352017 -23.0800 -52.4300 480.0 PARANAVAI +BR002352019 -23.6700 -52.5800 530.0 CIANORTE +BR002353000 -23.2000 -53.2000 240.0 PORTO TAQUARA +BR002353001 -23.0000 -53.1800 400.0 SANTA ISABEL DO IVAI +BR002353002 -23.9200 -53.1300 320.0 BALSA DO GOIO-ERE +BR002353008 -23.7300 -53.2800 480.0 UMUARAMA +BR002353044 -23.2000 -53.3200 240.0 NOVO PORTO TAQUARA +BR002353048 -23.0700 -53.8200 0.0 FAZENDA VACA BRANCA +BR002354000 -23.0600 -54.2000 476.0 NAVIRAI +BR002354001 -23.6800 -54.5600 297.0 ESTRADA IGUATEMI +BR002354002 -22.9700 -54.5600 307.0 FLORIDA +BR002354004 -23.4500 -54.3900 0.0 COLONIA BOM JESUS +BR002355000 -23.1000 -55.2400 496.0 AMAMBAI +BR002355001 -23.2600 -55.5300 0.0 CORONEL SAPUCAIA +BR002355002 -23.6500 -55.3900 0.0 PORTO SAO DOMINGOS +BR002355003 -23.6400 -55.0200 0.0 TACURU +BR002447042 -24.2100 -47.6100 10.0 BARRA DO ACUNGUI +BR002447043 -24.2500 -47.3700 18.0 PEDRO BARROS +BR002447044 -24.2800 -47.4600 30.0 MIRACATU +BR002447045 -24.2900 -47.1800 42.0 ITARIRI +BR002447046 -24.3200 -47.6200 15.0 JUQUIA +BR002447074 -24.8000 -47.8700 30.0 ESTEIRO DO MORRO +BR002447075 -24.2000 -47.4800 10.0 FAU +BR002448017 -24.5900 -48.5900 61.0 IPORANGA +BR002448031 -24.6800 -48.9800 160.0 SITINHO +BR002448036 -24.7500 -48.4800 160.0 CORREGO COMPRIDO +BR002449006 -24.8000 -49.2800 270.0 BALSA DO CERRO AZUL +BR002449007 -24.7500 -49.3300 400.0 TURVO +BR002449008 -24.8200 -49.2700 320.0 CERRO AZUL +BR002449013 -24.8200 -49.2500 443.0 CERRO AZUL +BR002449020 -24.9500 -49.3000 480.0 COSTAS +BR002449063 -24.9700 -49.4700 150.0 BALSA DO JACARE +BR002450000 -24.7830 -50.0000 1009.0 CASTRO 83813 +BR002450001 -24.7200 -50.1300 960.0 LAVRINHA +BR002450002 -24.5000 -50.4000 720.0 TIBAJI +BR002450009 -24.7000 -50.4800 750.0 BOM JARDIM +BR002450011 -24.3300 -50.6200 768.0 TELEMACO BORBA +BR002450013 -24.7700 -50.0700 975.0 CHACARA CACHOEIRA (FUNDAO) +BR002450056 -24.9500 -50.3800 780.0 ENGENHEIRO ROSALDO LEITAO +BR002451002 -24.0500 -51.6200 380.0 UBA DO SUL +BR002451003 -24.8300 -51.1500 550.0 TEREZA CRISTINA +BR002451004 -24.5300 -51.6300 790.0 POSTO INDIGENA DO IVAI +BR002451014 -24.2500 -51.6500 650.0 IVAIPORA +BR002451015 -24.5200 -51.6700 880.0 MANOEL RIBAS +BR002451020 -24.0200 -51.9500 320.0 BARBOSA FERRAZ +BR002451052 -24.6300 -51.2500 645.0 CANDIDO DE ABREU +BR002452000 -24.7500 -52.7000 360.0 BALSA DO CANTU +BR002452001 -24.6200 -52.9300 320.0 PONTE DO GOIO-BANG +BR002452048 -24.0500 -52.3670 616.0 CAMPO MOURAO 83783 +BR002452050 -24.6700 -52.5700 540.0 NOVA CANTU +BR002452055 -24.8500 -52.7500 0.0 PORTO GUARANI +BR002453000 -24.1700 -53.7300 270.0 BALSA DO SANTA MARIA +BR002453001 -24.5200 -53.1700 310.0 PONTE DO PIQUIRI +BR002453003 -24.3000 -53.9200 310.0 PALOTINA (EST.EXPER.-DPV) +BR002453013 -24.6300 -53.1000 320.0 SALTO SAPUCAI +BR002453023 -24.9300 -53.4300 760.0 CASCAVEL-OCEPAR +BR002453043 -24.4000 -53.1500 285.0 NOVO PORTO 2 +BR002454001 -24.0830 -54.2500 230.0 GUAIRA 83775 +BR002548000 -25.4700 -48.8300 8.0 MORRETES +BR002548001 -25.1700 -48.8800 750.0 PRAIA GRANDE (PARANA) +BR002548003 -25.2300 -48.7500 80.0 COLONIA DO CACHOEIRA +BR002548004 -25.8200 -48.5300 2.0 MATINHOS +BR002548005 -25.5170 -48.5170 5.0 PARANAGUA 83844 +BR002548007 -25.3000 -48.7200 9.0 MERGULHAO +BR002548024 -25.4200 -48.9000 80.0 PRAINHAS +BR002548025 -25.3200 -48.7000 8.0 LIMOEIRO +BR002548038 -25.5000 -48.8200 59.0 MORRETES (EST.EXP.FRUTAS TROP) +BR002548039 -25.3000 -48.3300 40.0 GUARAQUECABA +BR002548040 -25.0800 -48.8300 670.0 BARRAGEM CAPIVARI-JUSANTE +BR002548044 -25.2000 -48.4700 73.0 PASSO DO VAU +BR002548059 -25.4500 -48.7000 11.0 ANTONINA +BR002548070 -25.2200 -48.8000 60.0 ANTONINA +BR002549000 -25.9300 -49.7800 750.0 SAO BENTO +BR002549001 -25.5500 -49.8800 793.0 PORTO AMAZONAS (PCD) +BR002549003 -25.9500 -49.3800 810.0 RIO DA VARZEA DOS LIMA +BR002549004 -25.4500 -49.0700 900.0 PIRAQUARA +BR002549017 -25.5700 -49.0800 910.0 FAZENDINHA +BR002549020 -25.0000 -49.4800 400.0 PASSO DO ACUNGUI +BR002549041 -25.4200 -49.1300 930.0 PIRAQUARA-FAC.AGRONOMIA UFP +BR002549061 -25.8500 -49.5000 820.0 QUITANDINHA +BR002549075 -25.4170 -49.2670 932.0 CURITIBA GSN 83842 +BR002549077 -25.3500 -49.3400 0.0 JURUQUI +BR002549078 -25.3900 -49.3600 0.0 PASSAUNA DE SANTA FELICIDADE +BR002549079 -25.3900 -49.3900 0.0 MATO LIMPO +BR002549080 -25.4300 -49.3900 0.0 BR-277 CAMPO LARGO +BR002549081 -25.5400 -49.3900 0.0 BARRAGEM SANEPAR-PASSAUNA +BR002549082 -25.5700 -49.4400 0.0 MOINHO KAMPA +BR002549091 -25.7800 -49.7700 910.0 LAPA +BR002550000 -25.2000 -50.9300 690.0 RIO DOS PATOS +BR002550001 -25.8700 -50.3800 760.0 SAO MATEUS DO SUL +BR002550002 -25.0300 -50.0800 850.0 SUMIDOURO-USINA SAO JORGE +BR002550003 -25.2000 -50.1500 790.0 SANTA CRUZ +BR002550005 -25.9300 -50.6800 750.0 RIO CLARO DO SUL (EUFROZINA) +BR002550024 -25.2200 -50.0200 880.0 PONTA GROSSA-VILA VELHA +BR002550025 -25.4500 -50.5800 893.0 TEIXEIRA SOARES (EST.EXPER.) +BR002551000 -25.4500 -51.4500 950.0 GUARAPUAVA +BR002551001 -25.6800 -51.2000 960.0 LEONOPOLIS +BR002551004 -25.6300 -51.9700 740.0 SANTA CLARA (PCD) +BR002551010 -25.3600 -51.5000 1045.0 GUARAPUAVA-COLEGIO AGRICOLA +BR002551024 -25.6500 -51.6700 1050.0 PINHAO +BR002551033 -25.2500 -51.5500 1050.0 PALMEIRINHA +BR002551047 -25.5300 -51.8200 0.0 US.SANTA MARIA-SALTO CURUCACA +BR002552000 -25.4700 -52.9000 550.0 QUEDAS DO IGUACU (CAMPO NOVO) +BR002552001 -25.7700 -52.9300 390.0 AGUAS DO VERE (PCD) +BR002552002 -25.9000 -52.8500 450.0 BALSA DO SANTANA +BR002552009 -25.4200 -52.4200 880.0 LARANJEIRAS DO SUL +BR002552017 -25.9300 -52.1700 800.0 MANGUEIRINHA +BR002552030 -25.8500 -52.5200 700.0 CHOPINZINHO +BR002552041 -25.3700 -52.1200 840.0 CANTAGALO +BR002553001 -25.5500 -53.7700 185.0 ESTREITO DO IGUACU +BR002553015 -25.7000 -53.7700 400.0 PLANALTO +BR002553018 -25.5200 -53.0200 514.0 QUEDAS DO IGUACU-US STO OSORIO +BR002553053 -25.5500 -53.8500 180.0 ESTREITO DO IGUACU-NOVO +BR002553054 -25.5300 -53.0300 0.0 SALTO OSORIO-JUSANTE UHE +BR002553056 -25.3800 -53.1000 0.0 PORTO SANTO ANTONIO +BR002553058 -25.7500 -53.5800 0.0 PONTE DO CAPANEMA +BR002554000 -25.5500 -54.5800 100.0 FOZ DO IGUACU (OFIC) +BR002554002 -25.7330 -54.4670 279.0 IGUAZU AERO 87097 +BR002554026 -25.1800 -54.1300 307.0 SAO MIGUEL DO IGUACU +BR002648001 -26.9200 -48.8400 10.0 ILHOTA-JUSANTE +BR002648002 -26.7200 -48.9300 90.0 LUIZ ALVES +BR002648014 -26.3200 -48.8500 6.0 JOINVILLE (RVPSC) +BR002648019 -26.7500 -48.7000 10.0 PICARRAS +BR002648020 -26.5600 -48.7200 3.0 ITAPOCU +BR002648027 -26.0400 -48.8500 80.0 GARUVA +BR002648028 -26.4500 -48.8300 8.0 PONTE SC-301 +BR002648033 -26.1800 -48.9400 0.0 PIRABEIRABA +BR002649001 -26.9400 -49.2900 72.0 WARNOW +BR002649002 -26.7400 -49.1700 46.0 POMERODE +BR002649003 -26.7800 -49.3700 90.0 BENEDITO NOVO +BR002649004 -26.8300 -49.2700 70.0 TIMBO NOVO (PCD) +BR002649005 -26.9000 -49.2170 68.0 INDAIAL 83872 +BR002649006 -26.1000 -49.8000 824.0 RIO NEGRO 83867 +BR002649007 -26.9200 -49.0700 12.0 BLUMENAU (PCD) +BR002649008 -26.7400 -49.2700 80.0 ARROZEIRA +BR002649009 -26.9700 -49.0700 40.0 GARCIA +BR002649010 -26.7900 -49.0800 65.0 ITOUPAVA CENTRAL +BR002649012 -26.4900 -49.0900 30.0 RIO JARAGUA +BR002649013 -26.4200 -49.2900 200.0 CORUPA (HANSA) +BR002649016 -26.2200 -49.6000 780.0 RIO PRETO DO SUL +BR002649017 -26.7200 -49.4800 250.0 DOUTOR PEDRINHO +BR002649018 -26.1500 -49.3800 790.0 FRAGOSOS (PCD) +BR002649036 -26.1200 -49.0000 90.0 QUIRIRI +BR002649037 -26.4600 -49.0900 30.0 JARAGUA DO SUL +BR002649053 -26.9300 -49.8000 410.0 WITMARSUM +BR002649054 -26.5300 -49.8400 950.0 MOEMA +BR002649055 -26.4200 -49.5700 750.0 CORREDEIRA +BR002649056 -26.3300 -49.9300 990.0 ITAIOPOLIS +BR002649057 -26.1900 -49.2700 870.0 CAMPO ALEGRE +BR002649058 -26.7000 -49.8300 450.0 BARRA DO PRATA +BR002649060 -26.2200 -49.0800 790.0 PRIMEIRO SALTO DO CUBATAO +BR002649061 -26.9000 -49.6700 245.0 BARRAGEM NORTE +BR002649064 -26.4100 -49.3300 800.0 RIO NOVO +BR002649065 -26.5700 -49.4900 650.0 BARRA DO AVENCAL +BR002649068 -26.4400 -49.0600 0.0 SCHROEDER +BR002650000 -26.3700 -50.2900 765.0 SALTO CANOINHAS +BR002650006 -26.0300 -50.5800 770.0 FLUVIOPOLIS (PCD) +BR002650008 -26.3800 -50.8800 746.0 SANTA CRUZ DO TIMBO +BR002650014 -26.9400 -50.1400 600.0 RIO DO CAMPO +BR002650015 -26.7100 -50.2900 790.0 RESIDENCIA FUCK (LAJEADINHO) +BR002650016 -26.5600 -50.6000 900.0 BURITI (TIMBO GRANDE) +BR002650018 -26.3500 -50.6500 780.0 PINHEIROS +BR002650019 -26.9300 -50.6900 1000.0 LEBON REGIS +BR002650022 -26.4600 -49.9900 1000.0 IRACEMA +BR002650023 -26.6900 -50.1500 800.0 NOVA CULTURA +BR002650024 -26.5900 -50.7500 895.0 FOZ DO CACHOEIRA (PCD) +BR002651000 -26.2300 -51.0700 736.0 UNIAO DA VITORIA (PCD) +BR002651001 -26.8700 -51.8000 1000.0 CAMPINA DA ALEGRIA +BR002651002 -26.7700 -51.0000 920.0 CACADOR +BR002651003 -26.3700 -51.2500 800.0 JANGADA +BR002651004 -26.1700 -51.2200 790.0 PORTO VITORIA +BR002651005 -26.0300 -51.1500 840.0 FAZENDA MARACANA +BR002651022 -26.6100 -51.8800 1250.0 SANTO AGOSTINHO +BR002651031 -26.2700 -51.9000 1180.0 UBALDINO TAQUES +BR002651036 -26.7800 -51.2600 1133.0 QUILOMETRO 30 +BR002651040 -26.8600 -52.0200 1000.0 PONTE SERRADA +BR002651044 -26.6000 -51.1200 1200.0 CALMON +BR002651049 -26.1700 -51.2300 745.0 PORTO VITORIA R-5 (PCD) +BR002651052 -26.9100 -51.4100 1000.0 SALTO VELOSO +BR002652000 -26.5600 -52.3300 760.0 ABELARDO LUZ +BR002652001 -26.9500 -52.1800 600.0 BONITO +BR002652002 -26.5800 -52.6400 550.0 MARATA +BR002652003 -26.4200 -52.3500 930.0 CLEVELANDIA (COL.AGRICOLA) +BR002652004 -26.9300 -52.9000 280.0 PASSO NOVA ERECHIM +BR002652005 -26.7500 -52.6500 360.0 PORTO ELVINO +BR002652009 -26.0500 -52.8000 550.0 PONTE DO VITORINO +BR002652015 -26.2800 -52.3300 800.0 SALTO CLAUDELINO +BR002652021 -26.7400 -52.9000 360.0 JARDINOPOLIS +BR002652031 -26.3500 -52.8400 720.0 SAO LOURENCO DO OESTE +BR002652034 -26.8200 -52.7300 360.0 PORTO FAE NOVO +BR002652035 -26.1200 -52.6800 700.0 PATO BRANCO +BR002653001 -26.4500 -53.0800 920.0 CAMPO ERE DNAEE-EMPASC +BR002653002 -26.2700 -53.6200 800.0 DIONISIO CERQUEIRA +BR002653003 -26.7800 -53.0500 530.0 MODELO +BR002653004 -26.6800 -53.2900 320.0 PONTE DO SARGENTO +BR002653005 -26.4500 -53.5000 720.0 SAO JOSE DO CEDRO +BR002653006 -26.7300 -53.5200 400.0 SAO MIGUEL DOESTE I +BR002653007 -26.9300 -53.0100 280.0 SAUDADES +BR002653009 -26.0700 -53.7300 520.0 SANTO ANTONIO +BR002653012 -26.0800 -53.0500 650.0 FRANCISCO BELTRAO +BR002653013 -26.3600 -53.2800 850.0 PALMA SOLA +BR002748000 -27.1000 -48.9200 40.0 BRUSQUE (PCD) +BR002748001 -27.4100 -48.9500 40.0 MAJOR GERCINO +BR002748002 -27.2900 -48.9300 45.0 NOVA TRENTO +BR002748003 -27.4900 -48.9900 215.0 GARCIA +BR002748004 -27.6900 -48.7100 20.0 ETA CASAN-MONTANTE +BR002748005 -27.7000 -48.8000 55.0 POCO FUNDO +BR002748011 -27.8000 -48.7700 222.0 TERESOPOLIS (QUECABA) +BR002748016 -27.5200 -48.7700 34.0 ANTONIO CARLOS +BR002748017 -27.9600 -48.6800 2.0 PAULO LOPES +BR002748018 -27.9000 -48.9200 410.0 SAO BONIFACIO +BR002748019 -27.3200 -48.5600 20.0 GOVERNADOR CELSO RAMOS +BR002748023 -27.7200 -48.5000 0.0 LAGOA DO PERI +BR002749000 -27.0400 -49.4000 93.0 APIUNA -REGUA NOVA (PCD) +BR002749001 -27.0500 -49.5200 151.0 IBIRAMA (PCD) +BR002749002 -27.4000 -49.6100 370.0 ITUPORANGA (PCD) +BR002749003 -27.1100 -49.9900 360.0 TAIO (PCD) +BR002749005 -27.0300 -49.5900 252.0 NOVA BREMEN +BR002749006 -27.2600 -49.9400 353.0 POUSO REDONDO +BR002749007 -27.7300 -49.3800 550.0 LOMBA ALTA +BR002749009 -27.7000 -49.8300 900.0 RIO BONITO +BR002749010 -27.9300 -49.1200 400.0 POVOAMENTO +BR002749012 -28.0000 -49.1100 340.0 DIVISA DE ANITAPOLIS +BR002749013 -27.2900 -49.7700 350.0 TROMBUDO CENTRAL +BR002749015 -27.4000 -48.9800 145.0 FAZENDA BOA ESPERANCA +BR002749016 -27.0400 -49.3800 200.0 NEISSE CENTRAL +BR002749017 -27.5000 -49.5500 370.0 BARRAGEM SUL +BR002749020 -27.6700 -49.0100 820.0 RANCHO QUEIMADO +BR002749027 -27.9100 -49.1300 500.0 ANITAPOLIS +BR002749031 -27.8000 -49.7800 900.0 VILA CANOAS +BR002749033 -27.3900 -49.3700 550.0 VIDAL RAMOS +BR002749034 -27.5100 -49.2900 700.0 LEOBERTO LEAL +BR002749035 -27.7400 -49.9400 900.0 BOCAINA DO SUL +BR002749037 -27.6800 -49.3700 454.0 SALTINHO +BR002749038 -27.1800 -49.0700 75.0 BOTUVERA +BR002749039 -27.2100 -49.6300 350.0 RIO DO SUL-NOVO (PCD) +BR002749041 -27.4100 -49.8300 850.0 AGROLANDIA +BR002749045 -27.2000 -49.0900 0.0 BOTUVERA-MONTANTE +BR002749046 -27.3300 -49.3300 0.0 SALSEIRO (PCD) +BR002750001 -27.9000 -50.7500 980.0 CAMPO BELO DO SUL +BR002750003 -27.8100 -50.3300 820.0 ENCRUZILHADA II +BR002750004 -27.0200 -50.9200 1100.0 FRAIBURGO I +BR002750007 -27.9200 -50.1000 1196.0 PAINEL +BR002750008 -27.5400 -50.8600 720.0 PASSO CARU +BR002750009 -27.3300 -50.7500 829.0 PASSO MAROMBAS +BR002750010 -27.1600 -50.4700 980.0 PONTE ALTA DO NORTE +BR002750011 -27.4800 -50.3800 840.0 PONTE ALTA DO SUL +BR002750012 -27.3400 -50.4300 940.0 PONTE DO RIO ANTINHAS +BR002750013 -27.0700 -50.6500 800.0 PONTE DO RIO CORRENTE +BR002750014 -27.1000 -50.0300 370.0 BARRAGEM OESTE +BR002750020 -27.6600 -50.5800 920.0 SAO JOSE DO CERRITO +BR002750021 -27.1400 -50.2600 900.0 CABECEIRA RIBEIRAO CAETANO +BR002750022 -27.1200 -50.4600 0.0 PONTE ALTA DO NORTE-CIFSUL +BR002751001 -27.6900 -51.1300 800.0 ANITA GARIBALDI +BR002751004 -27.1700 -51.5000 560.0 JOACABA +BR002751006 -27.7000 -51.7700 600.0 PAIM FILHO +BR002751007 -27.9500 -51.8100 687.0 SANANDUVA +BR002751011 -27.0500 -51.9100 1040.0 IRANI +BR002751012 -27.3400 -51.6100 498.0 CAPINZAL +BR002751015 -27.6800 -51.4600 754.0 BARRACAO +BR002751017 -28.0000 -51.4500 950.0 CLEMENTE ARGOLO +BR002751018 -27.4600 -51.9000 420.0 MARCELINO RAMOS +BR002752003 -27.1200 -52.6700 500.0 USINA CHAPECO (FLCSA) +BR002752004 -27.1170 -52.6170 679.0 CHAPECO 83883 +BR002752005 -27.3100 -51.9900 600.0 CONCORDIA +BR002752006 -27.8500 -52.3000 763.0 EREBANGO +BR002752007 -27.6300 -52.2700 700.0 ERECHIM +BR002752017 -27.3900 -52.4500 350.0 ITATIBA DO SUL +BR002752021 -27.5900 -52.0900 800.0 GAURAMA +BR002753004 -27.8100 -53.0300 350.0 LINHA CESCON +BR002753006 -27.0700 -53.1600 400.0 PALMITOS +BR002753013 -27.0000 -53.5300 557.0 IPORA +BR002753014 -27.6000 -53.0700 378.0 LIBERATO SALZANO +BR002753015 -27.9100 -53.3100 610.0 PALMEIRA DAS MISSOES +BR002753016 -27.5000 -53.6800 502.0 MIRAGUAI +BR002754001 -27.3000 -54.1300 120.0 ALTO URUGUAI +BR002754009 -27.6500 -54.4400 120.0 TUCUNDUVA +BR002754010 -27.9700 -54.1200 400.0 ESQUINA ARAUJO +BR002755001 -27.8500 -55.0200 100.0 PORTO LUCENA +BR002848000 -28.2600 -49.0100 21.0 ARMAZEM CAPIVARI +BR002848006 -28.1000 -48.9200 190.0 VARGEM DO CEDRO +BR002848007 -28.2800 -48.7000 5.0 IMBITUBA +BR002848009 -28.1600 -48.9700 0.0 SAO MARTINHO-JUSANTE (PCD) +BR002849000 -28.4200 -49.1100 20.0 RIO DO POUSO +BR002849001 -28.3600 -49.2900 90.0 ORLEANS-MONTANTE (PCD) +BR002849002 -28.3300 -49.1800 40.0 SAO LUDGERO +BR002849003 -28.2830 -49.9170 1402.0 S. JOAQUIM 83920 +BR002849004 -28.9600 -49.6000 10.0 TAQUARUCU +BR002849005 -28.8300 -49.6400 80.0 MELEIRO +BR002849006 -28.7500 -49.4700 40.0 FORQUILHINHA +BR002849007 -28.1800 -49.2200 90.0 GRAO PARA +BR002849008 -28.2100 -49.1900 40.0 RIO PEQUENO +BR002849009 -28.3300 -49.6200 1200.0 BOM JARDIM DA SERRA +BR002849019 -28.8300 -49.8400 115.0 TIMBE DO SUL +BR002849020 -28.6100 -49.0300 10.0 JAGUARUNA +BR002849021 -27.9900 -49.5800 997.0 URUBICI +BR002849022 -28.7200 -49.3000 50.0 ICARA +BR002849023 -28.3700 -49.8000 1080.0 DESPRAIADO +BR002849024 -28.8500 -49.5900 15.0 FOZ DO MANUEL ALVES +BR002849027 -28.4700 -48.9900 0.0 TUBARAO (PCD) +BR002849028 -28.4300 -49.1800 0.0 PEDRAS GRANDES +BR002849029 -28.6100 -49.5500 0.0 SERRINHA +BR002849030 -28.2400 -49.1600 0.0 BRACO DO NORTE-MONTANTE +BR002849031 -28.0500 -49.1200 0.0 SANTA ROSA DE LIMA +BR002850004 -28.1500 -50.4400 930.0 COXILHA RICA +BR002850006 -28.4500 -50.3000 850.0 INVERNADA VELHA +BR002850008 -28.2100 -50.7600 640.0 PASSO SOCORRO (PCD) +BR002850009 -28.8700 -50.4500 640.0 PASSO TAINHAS +BR002851003 -28.8500 -51.2800 630.0 ANTONIO PRADO +BR002851021 -28.8700 -51.4500 400.0 PASSO DO PRATA +BR002851022 -28.6200 -51.8700 380.0 PASSO MIGLIAVACA +BR002851023 -28.3200 -51.3300 800.0 PONTE SANTA RITA +BR002851024 -28.7700 -51.6200 680.0 PRATA +BR002851043 -28.0600 -51.1900 974.0 ESMERALDA +BR002851044 -28.8400 -51.8800 520.0 GUAPORE +BR002852006 -28.2900 -52.7900 570.0 CARAZINHO +BR002852007 -28.1900 -52.7500 593.0 COLONIA XADREZ +BR002852046 -28.0600 -52.0000 672.0 TAPEJARA +BR002852050 -28.4600 -52.8200 491.0 NAO ME TOQUE +BR002853003 -28.4500 -53.9700 160.0 CONCEICAO +BR002853006 -28.3700 -53.9200 300.0 IJUI +BR002853010 -28.2900 -53.7800 200.0 PASSO FAXINAL +BR002853013 -28.3500 -53.2500 531.0 SANTA BARBARA DO SUL +BR002853014 -28.7300 -53.1900 390.0 SANTA CLARA DO INGAI +BR002853023 -28.3900 -54.3300 440.0 CONDOR +BR002853026 -28.0600 -53.0700 450.0 CHAPADA +BR002853028 -28.6600 -53.6000 440.0 ANDERSON CLAYTON +BR002854001 -28.1100 -53.9900 447.0 BOA VISTA +BR002854003 -28.0300 -54.3400 400.0 GIRUA +BR002854005 -28.7300 -54.6500 160.0 PASSO MAJOR ZEFERINO +BR002854006 -28.2100 -54.6000 160.0 PASSO VIOLA +BR002854012 -28.7900 -54.4500 300.0 COIMBRA +BR002854013 -28.9100 -54.0600 530.0 SAO BERNARDO +BR002855001 -28.1800 -55.6400 60.0 GARRUCHOS +BR002855002 -28.2100 -55.3200 80.0 PASSO DO SARMENTO +BR002855004 -28.6800 -55.5800 50.0 PASSO DO NOVO +BR002855005 -29.0000 -55.6800 140.0 FAZENDA SANTA CECILIA DO BUTUI +BR002855006 -28.8800 -55.6500 140.0 FAZENDA SAO RAFAEL +BR002855007 -28.5100 -55.2300 200.0 SANTO ANTONIO DAS MISSOES +BR002856002 -28.6200 -56.0300 50.0 PASSO SAO BORJA +BR002856006 -28.6300 -56.0400 50.0 PASSO SAO BORJA +BR002856007 -28.9500 -56.3200 20.0 CUNHA +BR002949001 -29.2000 -49.9600 60.0 PRAIA GRANDE +BR002949003 -29.1200 -49.6400 16.0 SOMBRIO +BR002950016 -29.8800 -50.7900 77.0 GLORINHA +BR002950031 -29.8200 -50.5200 80.0 SANTO ANTONIO +BR002950038 -29.5700 -50.0600 40.0 TERRA DE AREIA +BR002950044 -29.2800 -50.6600 740.0 SALTO +BR002950056 -29.2500 -50.0700 200.0 MAE DOS HOMENS +BR002950059 -29.8200 -50.7400 0.0 AGROPECUARIA ANJU +BR002950060 -29.8200 -50.5100 0.0 SANTO ANTONIO DA PATRULHA +BR002950061 -29.8500 -50.9100 0.0 MORUNGAVA +BR002950062 -29.9000 -50.6300 0.0 FAZENDA N.SRA.CONCEI?AO +BR002951010 -29.2300 -51.8500 60.0 ENCANTADO +BR002951018 -29.4700 -51.9700 40.0 LAJEADO +BR002951021 -29.6700 -51.4300 15.0 MONTENEGRO +BR002951022 -29.3300 -51.1900 80.0 NOVA PALMIRA +BR002951024 -29.8200 -51.3800 15.0 PORTO GARIBALDI +BR002951025 -29.9500 -51.7200 13.0 SAO JERONIMO +BR002951027 -29.3700 -51.3700 140.0 SAO VENDELINO +BR002951028 -29.8200 -51.5000 20.0 SAPUCAIA DO SUL +BR002951040 -29.6300 -51.0000 20.0 TOCA +BR002951067 -29.9500 -51.6300 21.0 CHARQUEADAS +BR002951070 -29.1700 -51.8700 240.0 MUCUM +BR002952001 -28.9800 -52.3700 620.0 BARROS CASSAL +BR002952003 -29.7200 -52.8900 80.0 BOTUCARAI +BR002952010 -29.9800 -52.3500 15.0 RIO PARDO +BR002952034 -29.6700 -52.7700 40.0 CANDELARIA +BR002953008 -29.6300 -53.3500 25.0 DONA FRANCISCA (PCD) +BR002953030 -29.0900 -53.8200 469.0 TUPANCIRETA +BR002953037 -30.0100 -53.0200 20.0 PASSO SAO LOURENCO +BR002954001 -29.8800 -54.8200 100.0 CACEQUI +BR002954004 -29.3700 -54.7300 300.0 ERNESTO ALVES +BR002954005 -29.3600 -54.5000 300.0 FURNAS DO SEGREDO +BR002954007 -29.4900 -54.6900 100.0 JAGUARI +BR002954010 -29.6700 -54.4700 40.0 PONTE TOROPI +BR002954019 -29.8500 -54.0700 408.0 QUEVEDOS +BR002954020 -29.1900 -54.8600 420.0 SANTIAGO +BR002954030 -29.2500 -54.6000 370.0 FLORIDA +BR002954031 -29.0800 -54.5100 420.0 ESQUINA DOS LIMA (STA.BARBARA) +BR002954032 -29.6500 -54.4300 40.0 PONTE TOROPI II +BR002955002 -29.2000 -55.4700 100.0 CACHOEIRA SANTA CECILIA +BR002955003 -29.5000 -55.7800 94.0 ESTA?AO DO TIGRE +BR002955006 -29.4600 -55.2900 100.0 PONTE DO MIRACATU +BR002955007 -29.0500 -55.1500 380.0 UNISTALDA +BR002955008 -29.5900 -55.4800 80.0 MANOEL VIANA (PCD) +BR002955013 -29.7800 -55.7700 80.0 ALEGRETE-ELETROSUL +BR002956002 -29.7700 -56.0300 100.0 ESTANCIA POSTO VELHO +BR002956003 -29.6000 -56.1000 150.0 FAZENDA TRES CAPOES +BR002956005 -29.1200 -56.5600 35.0 ITAQUI +BR002956006 -29.3100 -56.0500 60.0 PASSO MARIANO PINTO (PCD) +BR002956007 -29.7700 -56.5200 120.0 PLANO ALTO +BR002956008 -29.4700 -56.6800 90.0 JOAO ARREGUI +BR002956009 -29.6400 -56.0900 150.0 FAZENDA TRES CAPOES +BR002957005 -29.7830 -57.0330 78.0 URUGUAIANA (AEROPOR 83928 +BR003050002 -30.2500 -50.5100 3.0 PALMARES DO SUL +BR003050007 -30.6700 -50.5400 2.0 SOLIDAO +BR003050008 -30.0500 -50.7000 0.0 LOMBAS +BR003051002 -30.8800 -51.7800 27.0 BANHADO DO COLEGIO +BR003051004 -30.6000 -51.7500 120.0 CERRO GRANDE +BR003051005 -30.1100 -51.6500 40.0 GUAIBA COUNTRY CLUB +BR003051016 -30.8700 -51.7900 65.0 CAMAQUA +BR003051017 -30.7700 -51.6600 25.0 FAZENDA DA BOA VISTA +BR003051022 -30.8200 -51.8600 35.0 BARRAGEM DO DURO +BR003051023 -30.3000 -51.3100 5.0 BARRA DO RIBEIRO +BR003051031 -30.1600 -51.9400 60.0 BUTIA +BR003051035 -30.3800 -51.0500 20.0 FAROL DE ITAPUA +BR003052011 -30.4200 -52.0700 300.0 QUITERIA +BR003052012 -30.6200 -52.8100 400.0 SERRA DOS PEDROSAS +BR003052016 -30.2000 -52.3700 40.0 PANTANO GRANDE +BR003053010 -30.9600 -53.4900 120.0 PASSO DO CA?AO +BR003053012 -30.1800 -53.5500 60.0 SAO SEPE +BR003053017 -30.4400 -53.7100 200.0 PASSO DOS FREIRES +BR003053018 -30.4900 -53.1200 120.0 IRAPUAZINHO +BR003053019 -30.0000 -53.9300 80.0 COLONIA PAVAO +BR003053020 -30.1900 -53.5600 60.0 SAO SEPE-MONTANTE +BR003053021 -30.1400 -53.1600 100.0 BARRO VERMELHO +BR003053022 -30.3300 -53.5400 420.0 CACAPAVA DO SUL +BR003054002 -30.9800 -54.6800 120.0 DOM PEDRITO +BR003054005 -30.7200 -54.0300 320.0 PERI SOUZA +BR003054007 -30.2500 -54.9200 100.0 ROSARIO DO SUL (PCD) +BR003054016 -30.5100 -54.7700 100.0 GRANJA UMBU +BR003054018 -30.3600 -54.3200 120.0 SAO GABRIEL +BR003055003 -30.7000 -55.8400 300.0 FAZENDA ENCERRA +BR003055004 -30.0300 -55.0900 90.0 SAICA +BR003055005 -30.5300 -55.1300 200.0 SANTA RITA +BR003055007 -30.2000 -55.4900 160.0 SAO CARLOS +BR003055008 -30.2900 -55.9800 160.0 PASSO DA GUARDA +BR003056002 -30.4800 -56.2500 97.0 FAZENDA DO SILENCIO +BR003056003 -30.3800 -56.4800 80.0 QUARAI +BR003056004 -30.0200 -56.8200 80.0 FAZENDA JUNCO +BR003056006 -30.0700 -56.1600 140.0 HARMONIA +BR003056007 -30.5200 -56.2000 160.0 CATY +BR003057002 -30.2100 -57.5500 40.0 BARRA DO QUARAI +BR003151001 -31.6200 -51.4200 2.0 BOJURU +BR003151002 -31.1300 -51.7900 5.0 PACHECA +BR003151003 -31.3700 -51.9900 2.0 SAO LOURENCO DO SUL +BR003151004 -31.2900 -51.0900 0.0 TAVARES +BR003152002 -31.2800 -52.0800 120.0 BOQUEIRAO +BR003152003 -31.3900 -52.7000 400.0 CANGUCU +BR003152005 -31.6500 -52.8000 250.0 VILA FREIRE +BR003152006 -31.6700 -52.2200 10.0 GRANJA COTOVELO +BR003152007 -31.6300 -52.1300 3.0 GRANJA DONA CECILIA +BR003152008 -31.6700 -52.1800 3.0 GRANJA SAO PEDRO +BR003152011 -31.0000 -52.0500 40.0 PASSO DO MENDONCA +BR003152012 -31.9000 -52.6500 5.0 PASSO DO RICARDO +BR003152013 -31.8800 -52.8100 27.0 PEDRO OSORIO +BR003152016 -31.5700 -52.4600 40.0 PONTE CORDEIRO DE FARIAS +BR003152017 -31.7200 -52.9000 40.0 PONTE DO IMPERIO +BR003153002 -31.8500 -53.2700 100.0 CERRO CHATO +BR003153004 -31.7400 -53.0500 200.0 FERRARIA +BR003153006 -31.1300 -53.0500 120.0 PASSO DA CAPELA +BR003153007 -31.7400 -53.5900 380.0 PEDRAS ALTAS +BR003153008 -31.5800 -53.3800 440.0 PINHEIRO MACHADO +BR003153010 -31.4300 -53.1000 340.0 PIRATINI +BR003153017 -31.3100 -53.5000 420.0 TORRINHAS +BR003153021 -31.4300 -53.1100 340.0 ESTACAO EXPERIMENTAL +BR003154003 -31.0300 -54.1800 390.0 TORQUATO SEVERO +BR003155001 -31.2700 -55.0400 240.0 TRES VENDAS +BR003252001 -32.0300 -52.1000 3.0 BARRA DO RIO GRANDE +BR003252003 -32.4300 -52.6000 4.0 ESTANCIA DO CURTUME +BR003252005 -32.0100 -52.6500 20.0 GRANJA CORONEL PEDRO OSORIO +BR003252006 -32.3500 -52.5400 4.0 GRANJA CERRITO +BR003252008 -32.4000 -52.5600 12.0 GRANJA SANTA MARIA +BR003252012 -32.4800 -52.5800 3.0 TAIM +BR003252024 -32.0170 -52.0830 2.0 RIO GRANDE 83995 +BR003253001 -32.2400 -53.0900 3.0 ARROIO GRANDE +BR003253003 -32.9500 -53.1200 3.0 GRANJA OSORIO +BR003253004 -32.0300 -53.4000 260.0 HERVAL +BR008050000 0.5100 -50.7500 0.0 CARMO +BR008051005 0.8300 -51.6300 0.0 LEONIDAS +BR008051010 0.3000 -51.1300 0.0 PORTO ARIRI +BR008051011 0.3400 -51.7500 0.0 ACAMPAMENTO ICOMI +BR008052000 0.9000 -52.0100 189.0 SERRA DO NAVIO (PCD) +BR008059000 0.8800 -59.6500 0.0 FAZENDA CASTANHAL +BR008059001 0.7800 -59.3400 0.0 SITIO SANTA MARIA +BR008060000 0.5200 -60.4700 0.0 FAZENDA SAO JOSE +BR008062000 0.8800 -62.6200 0.0 POSTO AJURICABA +BR008063000 0.1300 -63.9600 0.0 VILA CONCEICAO +BR008066002 0.3900 -66.6500 0.0 BALAIO +BR008067001 0.3700 -67.3100 0.0 SAO FELIPE +BR008067002 0.1700 -67.9500 0.0 MALOCA SAO TOME +BR008068001 0.4300 -68.8300 0.0 MARABITANA (IAUARETE) +BR008069003 0.2500 -69.7800 0.0 PARI CACHOEIRA +BR008069004 0.1400 -69.2100 0.0 PIRARARA POCO +BR008150000 1.2300 -50.9000 0.0 APOREMA +BR008151000 1.5800 -50.8400 0.0 ITAUBAL DO AMAPA +BR008154000 1.2200 -54.6600 0.0 APALAI +BR008160001 1.1300 -60.4000 0.0 FAZENDA PARANA (ANAUA) +BR008160003 1.4600 -60.7700 0.0 AGROPECUARIA BOA VISTA +BR008161001 1.8330 -61.1330 95.0 CARACARAI 82042 +BR008162000 1.7500 -62.2800 0.0 MISSAO CATRIMANI +BR008166000 1.2100 -66.8500 0.0 CUCUI (PCD) +BR008167000 1.0700 -67.5900 90.0 MISSAO ICANA +BR008168000 1.3900 -68.1500 0.0 TUNUI +BR008168001 1.3400 -68.6900 0.0 LOURO POCO +BR008250002 2.5000 -50.9500 0.0 CALCOENE +BR008250003 2.0670 -50.8500 10.0 AMAPA 82030 +BR008251001 2.7000 -51.3600 0.0 CUNANI +BR008251003 2.3100 -51.6400 0.0 LOURENCO +BR008259000 2.4200 -59.9200 0.0 FAZENDA VERDUN +BR008260002 2.4100 -60.6700 0.0 BOA ESPERANCA +BR008260003 2.7600 -60.3300 0.0 FAZENDA CASTELAO +BR008261000 2.8700 -61.4400 0.0 FE E ESPERANCA +BR008261001 2.2600 -60.9700 0.0 FAZENDA TRES PODERES +BR008263000 2.8400 -63.6400 0.0 MISSAO SURUCUCU (PCD) +BR008351002 3.8100 -51.8600 0.0 CLEVELANDIA (PCD) +BR008359000 3.3600 -59.8200 0.0 BOM FIM (PCD) +BR008360000 4.1700 -60.5300 0.0 MALOCA DO CONTAO +BR008360002 3.2100 -60.5700 0.0 FAZENDA PASSARAO +BR008360003 3.4600 -60.9100 0.0 MOCIDADE +BR008360005 3.1700 -60.2300 0.0 FAZENDA ALTAMIRA +BR008361000 3.6600 -61.3800 0.0 FAZENDA SAO JOAO +BR008361001 3.2900 -61.2900 0.0 BOQUEIRAO +BR008361004 3.2900 -61.0900 0.0 COLONIA DO TAIANO +BR008361005 3.7600 -61.7200 0.0 TEPEQUEM +BR008362000 3.6300 -62.4000 0.0 MALOCA DO ERICO +BR008363000 3.5500 -63.1700 0.0 UAICAS +BR008364000 4.0000 -64.4900 0.0 MISSAO AUARIS +BR008459000 4.4500 -59.8600 0.0 MUTUM +BR008460001 4.2000 -60.7900 0.0 VILA SURUMU +BR008460002 4.3700 -60.4500 0.0 SAO JOAO DO COTINGO +BR008461000 4.4800 -61.1500 0.0 MARCO BV-8 +BR008560000 4.6300 -60.4700 0.0 FAZENDA BANDEIRA BRANCA +BR00A6-0010 -19.9500 -49.6700 400.0 RIOLANDIA +BR00A7-0010 -19.9300 -50.5300 440.0 POPULINA +BR00A7-0020 -19.9800 -50.2800 460.0 INDIAPORA +BR00A7-0030 -19.8800 -50.4200 440.0 ARABA +BR00A7-0040 -19.9000 -50.1800 400.0 FAZENDA PADUA DINIZ +BR00B4-0010 -20.5200 -47.4000 1020.0 FRANCA +BR00B4-0020 -20.1800 -47.7200 840.0 BURITIZAL +BR00B4-0030 -20.6500 -47.6800 610.0 USINA DOURADOS (CPFL) B4-003 +BR00B4-0040 -20.0000 -47.0000 600.0 USINA SAO JOAQUIM (CPFL) +BR00B4-0050 -20.8300 -47.3000 720.0 USINA ESMERIL (CPFL) B4-005 +BR00B4-0060 -20.3500 -47.8200 630.0 ITUVERAVA-ACCO +BR00B4-0090 -20.9000 -47.8800 540.0 CORONEL PEREIRA LIMA (CMEF) +BR00B4-0100 -20.6300 -47.8800 790.0 FAZENDA JUSSARA +BR00B4-0110 -20.7200 -47.9700 530.0 FAZENDA DO AGUDO +BR00B4-0120 -20.8000 -47.7700 750.0 FAZENDA CONQUISTA +BR00B4-0150 -20.7300 -47.8800 680.0 ORLANDIA +BR00B4-0170 -20.6800 -47.9000 730.0 FAZENDA BOA ESPERANCA +BR00B4-0180 -20.5200 -47.9700 590.0 FAZENDA SANTA CECILIA +BR00B4-0200 -20.6000 -47.4800 890.0 RESTINGA +BR00B4-0210 -20.6000 -47.6300 740.0 SAO JOSE DA BELA VISTA +BR00B4-0220 -20.4700 -47.6000 850.0 RIBEIRAO CORRENTE +BR00B4-0230 -20.3200 -47.5800 870.0 JERIQUARA +BR00B4-0240 -20.4000 -47.4000 950.0 CRISTAIS PAULISTA +BR00B4-0250 -20.0200 -47.8500 0.0 FAZENDA CAMPESTRE (IAA) +BR00B4-0260 -20.0300 -47.7500 560.0 IGARAPAVA +BR00B4-0270 -20.0500 -47.7500 700.0 FAZENDA BELA VISTA (US.JUNQ.) +BR00B4-0280 -20.0500 -47.7300 530.0 FAZENDA VARGEM ALEGRE +BR00B4-0290 -20.0000 -47.8200 510.0 FAZENDA SAO GERALDO +BR00B4-0300 -20.2200 -47.8200 0.0 FAZENDA CAMPO BELO +BR00B4-0310 -20.9500 -47.5200 880.0 FAZ. FLORESTA +BR00B4-0320 -20.1700 -47.8300 570.0 CANINDE +BR00B4-0330 -20.0000 -47.7800 510.0 USINA JUNQUEIRA (SEDE) +BR00B4-0340 -20.3300 -47.7700 560.0 ITUVERAVA +BR00B4-0360 -20.5800 -47.8700 620.0 SAO JOAQUIM DA BARRA (CMEF) +BR00B4-0370 -20.2500 -47.4800 1020.0 PEDREGULHO +BR00B4-0380 -20.0800 -47.4300 620.0 RIFAINA +BR00B4-0400 -20.8800 -47.6200 860.0 BATATAIS +BR00B4-0440 -20.8200 -47.8700 600.0 FAZENDA SAO JOAQUIM +BR00B4-0470 -20.5200 -47.8300 574.0 PIONEIROS (CMEF) B4-047R +BR00B4-0480 -20.2200 -47.9000 590.0 FAZENDA SANTA JACINTA +BR00B4-0530 -20.6300 -47.2200 860.0 ITIRAPUA +BR00B4-0550 -20.3500 -47.3500 720.0 VALE DO PRATA +BR00B4-0560 -20.6500 -47.1000 950.0 FAZENDA N.SENHORA APARECIDA +BR00B4-0570 -20.7500 -47.4500 740.0 FAZENDA SAO JORGE +BR00B4-0590 -20.1700 -47.5700 890.0 CAMPO DO MIMOSO +BR00B4-0600 -20.9000 -47.9800 540.0 CANDIA +BR00B4-0610 -20.6300 -47.2800 720.0 PATROCINIO PAULISTA +BR00B4-0620 -20.2200 -47.3500 990.0 ALTO DO LAJEADO +BR00B4-0630 -20.2800 -47.4200 1010.0 FAZENDA CAFELANDIA +BR00B4-0640 -20.0800 -47.8700 500.0 FAZENDA ITAIPAVA +BR00B4-0650 -20.2800 -47.6800 790.0 FAZENDA VISTA LINDA +BR00B4-0660 -20.7300 -47.7500 810.0 NUPORANGA-FUMEST +BR00B4-0670 -20.2300 -47.3300 820.0 FAZENDA DA MATA +BR00B5-0010 -20.9500 -48.4700 520.0 BEBEDOURO (CPEF) +BR00B5-0020 -20.5700 -48.5700 520.0 BARRETOS +BR00B5-0030 -20.9800 -48.9200 540.0 NOVAIS +BR00B5-0040 -20.7300 -48.0500 540.0 MORRO AGUDO +BR00B5-0050 -20.8200 -48.7800 560.0 FAZENDA NATA +BR00B5-0060 -20.4800 -48.3500 480.0 FAZENDA VERA CRUZ +BR00B5-0080 -20.8000 -48.8200 590.0 SEVERINIA (CPEF) B5-008 +BR00B5-0090 -20.6000 -48.9800 550.0 RIBEIRO DOS SANTOS +BR00B5-0100 -20.6500 -48.5700 580.0 PALMAR (CPEF) +BR00B5-0110 -20.3200 -48.3200 520.0 GUAIRA +BR00B5-0120 -20.6200 -48.7700 490.0 IBITU +BR00B5-0160 -20.8500 -48.8500 530.0 FAZENDA FORTALEZA +BR00B5-0200 -20.7300 -48.9000 530.0 OLIMPIA +BR00B5-0210 -20.1800 -48.6800 470.0 COLOMBIA (CPEF) +BR00B5-0220 -20.3300 -48.5700 500.0 ADOLFO PINTO (CPEF) +BR00B5-0260 -20.8700 -48.2800 530.0 VIRADOURO (CPEF) +BR00B5-0270 -20.9800 -48.3300 610.0 IBITIUVA +BR00B5-0280 -20.7300 -48.5500 580.0 COLINA +BR00B5-0290 -20.6800 -48.4200 500.0 JABORANDI +BR00B5-0310 -20.6300 -48.4800 500.0 FAZENDA S.FRANCISCO DO TURVO +BR00B5-0330 -20.9000 -48.6300 600.0 MONTE AZUL PAULISTA +BR00B5-0340 -20.7200 -48.9300 490.0 TAMANDUA +BR00B5-0350 -20.8500 -48.8000 600.0 MONTE VERDE PAULISTA +BR00B5-0360 -21.0000 -48.5500 560.0 BOTAFOGO (CPEF) +BR00B5-0370 -20.5800 -48.3700 460.0 FAZENDA PALMEIRAS +BR00B5-0380 -20.7300 -48.9200 530.0 OLIMPIA (SANBRA) B5-038 +BR00B5-0400 -20.3500 -48.3000 510.0 FAZENDA BREJINHO DAS ANTAS +BR00B5-0410 -20.3700 -48.2800 510.0 FAZENDA INVERNADINHA +BR00B5-0500 -20.6200 -48.0000 610.0 COMPANHIA VALE DO ROSARIO +BR00B5-0510 -20.3200 -48.1000 510.0 AGROPECUARIA PARAISO +BR00B5-0520 -20.4500 -48.0200 560.0 IPUA +BR00B5-0540 -20.9000 -48.2000 490.0 FAZENDA TRES BARRAS +BR00B5-0570 -20.5500 -48.9800 510.0 FAZENDA CASA BRANCA +BR00B5-0590 -20.2200 -48.7500 490.0 FAZENDA DAS PALMEIRAS +BR00B5-0600 -20.1800 -48.0200 520.0 MIGUELOPOLIS +BR00B5-0610 -20.2500 -48.6500 500.0 FAZENDA CONTINENTAL +BR00B5-0620 -20.4500 -48.9700 450.0 FAZENDA GLORIA +BR00B5-0630 -20.2500 -48.8200 520.0 FAZENDA CAMPO GRANDE (CUTRALE) +BR00B5-0640 -20.7200 -48.2300 500.0 FAZENDA INGOIO +BR00B5-0650 -20.4500 -48.2800 520.0 FAZENDA SAO FRANCISCO +BR00B5-0660 -20.7700 -48.5200 580.0 NOVA PRATA +BR00B5-0670 -20.9700 -48.4700 590.0 BEBEDOURO +BR00B6-0010 -20.3300 -49.2000 430.0 ICEM (USINA MARIMBONDO) +BR00B6-0020 -20.8200 -49.5200 550.0 MIRASSOL +BR00B6-0030 -20.6300 -49.3300 460.0 CASTORES +BR00B6-0050 -20.8700 -49.3000 500.0 ENGENHEIRO SCHMIDT +BR00B6-0060 -20.9200 -49.4500 520.0 BADY BASSIT +BR00B6-0070 -20.6200 -49.4700 520.0 MIRASSOLANDIA +BR00B6-0080 -20.6200 -49.6500 500.0 TANABI +BR00B6-0090 -20.9800 -49.0200 530.0 TABAPUA +BR00B6-0100 -20.4800 -49.5700 510.0 IBIPORANGA +BR00B6-0110 -20.4300 -49.3300 480.0 MANGARATU +BR00B6-0120 -20.5300 -49.3000 470.0 NOVA GRANADA (ETA) +BR00B6-0130 -20.0300 -49.4000 410.0 PAULO DE FARIA +BR00B6-0140 -20.8200 -49.4200 520.0 SAO JOSE DO RIO PRETO (SANBRA) +BR00B6-0150 -20.7700 -49.7200 480.0 MONTE APRAZIVEL (SANBRA) +BR00B6-0160 -20.8200 -49.3800 500.0 FERREIRA E BUENO (ACCO) +BR00B6-0170 -20.6200 -49.2000 520.0 ONDA VERDE (ACCO) +BR00B6-0190 -20.9500 -49.1700 470.0 UCHOA (EFA) +BR00B6-0200 -20.8000 -49.3800 470.0 SAO JOSE DO RIO PRETO +BR00B6-0220 -20.7300 -49.5800 530.0 BALSAMO +BR00B6-0230 -20.4800 -49.7800 540.0 COSMORAMA +BR00B6-0240 -20.5300 -49.3300 530.0 NOVA GRANADA (CPEF) +BR00B6-0250 -20.5200 -49.0500 500.0 ALTAIR +BR00B6-0260 -20.6200 -49.3000 520.0 ONDA VERDE +BR00B6-0270 -20.6800 -49.6800 550.0 ENGENHEIRO BALDUINO (EFA) +BR00B6-0290 -20.1800 -49.3700 500.0 ORINDIUVA +BR00B6-0300 -20.3800 -49.4300 540.0 PALESTINA +BR00B6-0320 -20.5000 -49.9500 470.0 CRUZEIRO +BR00B6-0330 -20.3000 -49.7700 450.0 FAZENDA SANTA MARIA +BR00B6-0340 -20.9200 -49.7800 460.0 NIPOA +BR00B6-0350 -20.8000 -49.4000 470.0 SAO JOSE DO RIO PRETO (PSV) +BR00B6-0360 -20.4170 -49.9830 503.0 VOTUPORANGA 83623 +BR00B6-0380 -20.8200 -49.8500 570.0 MIRASSOL +BR00B6-0390 -20.7700 -49.7000 480.0 MONTE APRAZIVEL +BR00B6-0470 -20.9700 -49.1800 510.0 UCHOA +BR00B6-0480 -20.6300 -49.9500 470.0 SEBASTIANOPOLIS DO SUL +BR00B6-0490 -20.2500 -49.5500 480.0 DUPLO CEU +BR00B6-0500 -20.1300 -49.9700 420.0 FAZENDA SANTA LAURA +BR00B6-0520 -20.8000 -49.9700 510.0 MACAUBAL +BR00B6-0530 -20.7700 -49.0700 470.0 FAZENDA CRUZ ALTA +BR00B7-0030 -20.3500 -50.1800 520.0 MERIDIANO (EFA) +BR00B7-0050 -20.3000 -50.2500 520.0 FERNANDOPOLIS +BR00B7-0060 -20.2300 -50.6500 470.0 URANIA +BR00B7-0070 -20.2800 -50.4000 460.0 ESTRELA DOESTE +BR00B7-0080 -20.3000 -50.5500 450.0 JALES +BR00B7-0110 -20.4300 -50.0700 480.0 VALENTIM GENTIL +BR00B7-0120 -20.1500 -50.2000 500.0 MACEDONIA +BR00B7-0130 -20.0300 -50.7300 410.0 SANTA ALBERTINA +BR00B7-0150 -20.2300 -50.7800 430.0 PIMENTA BUENO (EFA) +BR00B7-0160 -20.2500 -50.8000 430.0 SANTANA DA PONTE PENSA +BR00B7-0170 -20.4000 -50.1200 470.0 FAZENDA JACILANDIA +BR00B7-0180 -20.2800 -50.2500 540.0 FERNANDOPOLIS (ACCO) +BR00B7-0190 -20.2300 -50.3200 470.0 FAZENDA SANTA RITA +BR00B7-0240 -20.2200 -50.9200 410.0 SANTA FE DO SUL +BR00B7-0360 -20.3000 -50.0200 470.0 PARISI +BR00B7-0370 -20.6800 -50.1500 510.0 FLOREAL +BR00B7-0380 -20.4300 -50.5300 380.0 PONTALINDA +BR00B7-0390 -20.8700 -50.4800 415.0 MAJOR PRADO +BR00B7-0400 -20.5000 -50.3200 370.0 SAO JOAO DE IRACEMA +BR00B7-0410 -20.1200 -50.5000 445.0 DOLCINOPOLIS +BR00B7-0420 -20.4200 -50.7700 430.0 PALMEIRA DOESTE +BR00B7-0430 -20.8000 -50.1800 390.0 GASTAO VIDIGAL +BR00B7-0440 -20.7700 -50.3200 440.0 NOVA CASTILHO +BR00B7-0450 -20.7000 -50.5500 450.0 AURIFLAMA +BR00B7-0460 -20.6800 -50.9200 390.0 SUD MENNUCCI +BR00B7-0470 -20.9200 -50.8300 330.0 FAZENDA JACAREZINHO +BR00B7-0480 -20.9700 -50.6800 350.0 FAZENDA ARACANGUA +BR00B7-0500 -20.9500 -50.1000 435.0 TURIUBA +BR00B7-0510 -20.3500 -50.3700 430.0 SAO JOAO DAS DUAS PONTES +BR00B7-0520 -20.1000 -50.9300 380.0 SANTA CLARA DOESTE +BR00B7-0530 -20.6500 -50.6700 450.0 GUZOLANDIA +BR00B7-0540 -20.4500 -50.8800 420.0 APARECIDA DOESTE +BR00B7-0550 -20.5700 -50.2200 420.0 SAO FRANCISCO +BR00B8-0010 -20.7300 -51.1300 350.0 LUSSANVIRA +BR00B8-0020 -20.8700 -51.4800 380.0 CASTILHO +BR00B8-0030 -20.1800 -51.0200 310.0 PRESIDENTE VARGAS (EFA) +BR00B8-0040 -20.9200 -51.3700 370.0 ANDRADINA +BR00B8-0050 -20.7800 -51.7200 270.0 JUPIA (EFNOB) B8-005 +BR00B8-0060 -20.8000 -51.7200 320.0 TRES LAGOAS (EFNOB) +BR00B8-0080 -20.7500 -51.4700 410.0 FAZENDA ANHUMAS +BR00B8-0090 -20.5300 -51.1000 320.0 FAZENDA SANTA ROSA B8-009 +BR00B8-0110 -20.9300 -51.1200 420.0 SEGUNDA ALIANCA +BR00B8-0120 -20.9200 -51.0200 390.0 TERCEIRA ALIANCA +BR00B8-0150 -20.9000 -51.3800 390.0 ANDRADINA (ACCO) +BR00B8-0230 -20.6500 -51.5200 280.0 ITAPURA +BR00B8-0250 -20.6200 -51.2300 340.0 BELA FLORESTA +BR00B8-0260 -20.3200 -51.1500 340.0 FAZENDA RANCHO ALEGRE +BR00B8-0270 -20.4000 -51.3500 330.0 USINA ILHA SOLTEIRA +BR00B8-0280 -20.9800 -51.7200 260.0 PORTO INDEPENDENCIA +BR00B8-0290 -20.7200 -51.3300 310.0 TRES IRMAOS +BR00B8-0300 -20.7800 -51.1200 380.0 IDEAL +BR00B8-0310 -20.8000 -51.6300 260.0 JUPIA +BR00B8-0320 -20.5200 -51.1800 350.0 SAO JOSE +BR00B8-0330 -20.3000 -51.0500 350.0 ESMERALDA +BR00C3-0010 -21.7700 -46.6700 1100.0 FAZENDA SANTA ALINA +BR00C3-0020 -21.5500 -46.6300 820.0 CACONDE (AGROPECUARIA) +BR00C3-0030 -21.5700 -46.6200 880.0 USINA GRAMINHA +BR00C3-0060 -21.8700 -46.7000 1220.0 CASCATA (CMEF) +BR00C3-0090 -21.8300 -46.9000 750.0 VARGEM GRANDE DO SUL +BR00C3-0110 -21.7000 -46.8200 920.0 SAO SEBASTIAO DA GRAMA +BR00C3-0120 -21.9700 -46.8000 730.0 SAO JOAO DA BOA VISTA (ACCO) +BR00C3-0140 -21.5300 -46.6300 880.0 CACONDE +BR00C3-0240 -21.4700 -46.8200 820.0 ITAIQUARA +BR00C3-0250 -21.4200 -46.7800 750.0 FAZENDA CAMPO ALEGRE +BR00C3-0260 -21.4800 -46.8200 830.0 FAZENDA FORTALEZINHA +BR00C3-0270 -21.4700 -46.7800 720.0 FAZENDA RETIRO (US.ITAIQUARA) +BR00C3-0280 -21.5500 -46.8000 780.0 FAZENDA GUAXUPEZINHO +BR00C3-0290 -21.5300 -46.8000 730.0 FAZENDA GUAXUPE +BR00C3-0300 -21.4700 -46.7500 740.0 TAPIRATIBA +BR00C3-0310 -21.9500 -46.8000 740.0 SAO JOAO DA BOA VISTA +BR00C3-0340 -21.9500 -46.7000 940.0 AGUAS DA PRATA +BR00C3-0350 -21.6000 -46.9000 660.0 SAO JOSE DO RIO PARDO +BR00C3-0400 -21.4300 -46.8500 840.0 FAZENDA ACUDE +BR00C3-0410 -21.6700 -46.6200 1040.0 RIBEIRAO SANTO ANTONIO +BR00C3-0430 -21.8300 -46.7500 1310.0 SAO ROQUE DA FARTURA +BR00C4-0010 -21.1000 -47.1500 820.0 SANTO ANTONIO DA ALEGRIA +BR00C4-001A -21.3800 -47.2800 0.0 FAZ. MORRO AGUDO +BR00C4-0020 -21.1300 -47.9000 580.0 FAZENDA SANTO ANTONIO B.VISTA +BR00C4-0030 -21.9800 -47.4300 630.0 PIRASSUNUNGA (CPEF) +BR00C4-0040 -21.9300 -47.6200 650.0 DESCALVADO +BR00C4-0050 -21.4800 -47.3700 740.0 SANTA ROSA DE VITERBO (CMEF) +BR00C4-0060 -21.2800 -47.3000 760.0 CAJURU (CMEF) +BR00C4-0070 -21.3700 -47.7200 700.0 CRAVINHOS +BR00C4-0080 -21.7700 -47.2300 675.0 SANTA VERIDIANA (CPEF) +BR00C4-0090 -21.7000 -47.5500 610.0 BENTO DE CARVALHO (CPEF) +BR00C4-0100 -21.5500 -47.7000 660.0 LUIZ ANTONIO (CMEF) +BR00C4-0110 -21.4800 -47.7500 590.0 GIRONDA (CMEF) +BR00C4-0120 -21.4700 -47.8300 560.0 TATUCA (CMEF) +BR00C4-0140 -21.4000 -47.6300 630.0 CANAA (CMEF) +BR00C4-0150 -21.3800 -47.7000 690.0 TIBIRICA (CMEF) +BR00C4-0160 -21.5500 -47.4700 760.0 CERRADO (CMEF) +BR00C4-0170 -21.4830 -47.5500 617.0 SAO SIMAO 83669 +BR00C4-0180 -21.4700 -47.0200 590.0 MOCOCA C4-018 +BR00C4-0190 -21.7800 -47.7800 620.0 SANTA EUDOXIA +BR00C4-019A -22.0000 -47.6700 800.0 FAZ. MONT,ALVERNE +BR00C4-0210 -21.9500 -47.7000 840.0 FAZENDA MONTE ALEGRE +BR00C4-0220 -21.8800 -47.8800 800.0 AGUA VERMELHA (CPEF) +BR00C4-0230 -21.7700 -47.8000 620.0 SANTA EUDOXIA (CPEF) +BR00C4-0240 -21.7300 -47.4800 720.0 HORTO FLORESTAL +BR00C4-0250 -21.2000 -47.8700 620.0 RIBEIRAO PRETO (EMSA) +BR00C4-0260 -21.9000 -47.0300 700.0 LAGOA BRANCA +BR00C4-0270 -21.8800 -47.2300 630.0 FAZENDA SAO SEBASTIAO +BR00C4-0280 -21.8000 -47.2700 680.0 FAZENDA SAO CARLOS +BR00C4-0290 -21.8300 -47.2500 610.0 SANTA CRUZ DAS PALMEIRAS +BR00C4-0300 -21.7300 -47.2200 700.0 FAZENDA BREJAO +BR00C4-0310 -21.0700 -47.7500 580.0 JURUCE (SARANDI-CMEF) +BR00C4-0320 -21.3300 -47.7800 720.0 FAZENDA DAS FLORES +BR00C4-0330 -22.0000 -47.4200 670.0 PIRASSUNUNGA +BR00C4-0340 -21.2200 -47.8700 500.0 RIBEIRAO PRETO +BR00C4-0350 -21.9700 -47.6700 700.0 AURORA (CPEF) +BR00C4-0360 -21.8800 -47.7200 740.0 FAZENDA ITAUNA +BR00C4-0370 -21.9000 -47.3200 580.0 BAGUACU (CPEF) +BR00C4-0390 -21.0200 -47.4000 1030.0 ALTINOPOLIS +BR00C4-0400 -21.4500 -47.0000 600.0 MOCOCA +BR00C4-0410 -21.7200 -47.5000 700.0 FAZENDA CASCATA +BR00C4-0430 -21.4300 -47.3300 580.0 USINA AMALIA +BR00C4-0440 -21.2800 -47.3800 640.0 STELA MARIS (US.AMALIA) +BR00C4-0450 -21.4500 -47.3300 540.0 COLONIA BAIXA (USINA AMALIA) +BR00C4-0460 -21.4300 -47.3000 560.0 FAZENDA BARROSA (US.AMALIA) +BR00C4-0470 -21.3800 -47.4200 640.0 FAZENDA BOA VISTA (US.AMALIA) +BR00C4-0480 -21.3800 -47.3700 560.0 FAZ.STA.FILOMENA (US.AMALIA) +BR00C4-0490 -21.4300 -47.3800 620.0 FAZENDINHA (USINA AMALIA) +BR00C4-0510 -21.3200 -47.3500 680.0 FAZENDA CACHOEIRA (US.AMALIA) +BR00C4-0520 -21.3700 -47.4300 580.0 FAZENDA SAO LOURENCO +BR00C4-0530 -21.5300 -47.2300 600.0 FAZENDA MORRINHOS (US.AMALIA) +BR00C4-0540 -21.0200 -47.7700 580.0 JARDINOPOLIS +BR00C4-0550 -21.1300 -47.8000 530.0 USINA TANQUINHO (SANBRA) +BR00C4-0560 -21.4500 -47.9000 580.0 FAZENDA CAPAO DA CRUZ +BR00C4-0570 -21.3000 -47.9300 590.0 FAZENDA SANTA AMELIA +BR00C4-0590 -21.3000 -47.8700 680.0 FAZENDA SERRA (US.JUNQUEIRA) +BR00C4-0600 -21.1300 -47.7200 520.0 FAZENDA BARRA (US.JUNQUEIRA) +BR00C4-0610 -21.1700 -47.7800 520.0 RIBEIRAO PRETO C4-061 +BR00C4-0620 -21.1500 -47.7800 536.0 RIBEIRAO PRETO (ACCO) +BR00C4-0630 -21.9830 -47.3330 600.0 PIRASSUNUNGA 83671 +BR00C4-0660 -21.4700 -47.6000 640.0 SAO SIMAO (7.DM) +BR00C4-0670 -21.8300 -47.3700 660.0 FAZENDA SANTA MARIA DA ROCHA +BR00C4-0690 -21.3800 -47.0800 660.0 SITIO ESPLANADA +BR00C4-0700 -21.8500 -47.3200 620.0 USINA SAO LUIS C4-070 +BR00C4-0720 -21.7500 -47.0500 670.0 CASA BRANCA +BR00C4-0730 -21.8800 -47.3200 600.0 BAGUACU +BR00C4-0740 -21.9200 -47.4000 540.0 FAZENDA SANTA CATARINA +BR00C4-0750 -21.1000 -47.7500 490.0 CLUBE DE REGATAS +BR00C4-0760 -21.4700 -47.0000 800.0 FAZENDA MORRO AZUL +BR00C4-0770 -21.6300 -47.0200 580.0 USINA LIMOEIRO +BR00C4-0790 -21.5300 -47.2200 610.0 FAZENDA MORRINHOS +BR00C4-0800 -21.9200 -47.3700 590.0 USINA EMAS +BR00C4-0810 -21.1700 -47.8000 517.0 RIBEIRAO PRETO (DAET) +BR00C4-0820 -21.0000 -47.0000 0.0 FAZENDA VILA MARIA +BR00C4-0830 -21.2200 -47.6000 540.0 SERRANA +BR00C4-0850 -21.9700 -47.4700 640.0 GOVERNADOR FERNANDO COSTA +BR00C4-0870 -21.4300 -47.5800 600.0 BENTO QUIRINO +BR00C4-0880 -21.3200 -47.3700 650.0 FAZENDA GRACIOSA +BR00C4-0890 -21.3200 -47.4700 540.0 FAZENDA CRUZ ESPERANCA +BR00C4-0900 -21.1300 -47.9800 550.0 SERTAOZINHO +BR00C4-0910 -21.5000 -47.6000 610.0 PRAINHA DO TAMANDUA +BR00C4-0920 -21.8700 -47.8000 610.0 USINA CAPAO PRETO (CPFL) +BR00C4-0930 -21.7000 -47.2800 730.0 TAMBAU +BR00C4-0940 -21.8500 -47.5000 580.0 PORTO FERREIRA +BR00C4-0950 -21.7300 -47.6300 550.0 USINA SANTA RITA +BR00C4-0960 -21.5800 -47.7000 670.0 LUIZ ANTONIO +BR00C4-0970 -21.9300 -47.1300 610.0 VENDA BRANCA +BR00C4-0980 -21.1300 -47.4000 690.0 FRADINHOS +BR00C4-0990 -21.2200 -47.3000 800.0 LAJE +BR00C4-1000 -21.6000 -47.9800 520.0 MANDI +BR00C4-1010 -21.7800 -47.9500 620.0 CABACEIRAS +BR00C4-1020 -21.2800 -47.1700 890.0 CASSIA DOS COQUEIROS +BR00C4-1030 -21.5500 -47.3800 740.0 BOM SUCESSO +BR00C4-1040 -21.0800 -47.9000 540.0 CRUZ DAS POSSES +BR00C4-1050 -21.2800 -47.4300 600.0 SANTA CRUZ DA ESPERANCA +BR00C4-1060 -21.1300 -47.5700 600.0 AGUAS VIRTUOSAS +BR00C5-0020 -21.1300 -48.9800 500.0 CATANDUVA C5-002 +BR00C5-0030 -21.8800 -48.5200 440.0 FAZENDA SANTA SOFIA +BR00C5-0040 -21.1330 -48.9670 536.0 CATANDUVA 83676 +BR00C5-0070 -21.9000 -48.1000 640.0 ARARAQUARA (US.TAMOIO) +BR00C5-0080 -21.7500 -48.2300 600.0 SITIO MONTE TABOR C5-008 +BR00C5-008A -21.8000 -48.1700 500.0 JOA(CPEF) +BR00C5-0090 -21.5200 -48.1500 610.0 MOTUCA +BR00C5-0100 -21.5800 -48.0700 520.0 RINCAO (CPEF) +BR00C5-0110 -21.6800 -48.0800 700.0 SANTA LUCIA +BR00C5-0120 -21.6700 -48.2300 680.0 BUENO DE ANDRADA +BR00C5-0130 -21.7200 -48.1700 710.0 CESARIO BASTOS (EFA) +BR00C5-0140 -21.8300 -48.3700 540.0 FAZENDA NIAGARA +BR00C5-0160 -21.8500 -48.5000 440.0 USINA GAVIAO PEIXOTO (CPFL) +BR00C5-0170 -21.8800 -48.1500 580.0 USINA CHIBARRO (CPFL) +BR00C5-0180 -21.2200 -48.9000 520.0 ESTACAO EXPERIMENTAL +BR00C5-0210 -21.4000 -48.2200 590.0 HAMOND (CPEF) +BR00C5-0230 -21.2500 -48.3200 540.0 JABOTICABAL (CPEF) +BR00C5-0240 -21.0200 -48.0300 500.0 PONTAL +BR00C5-0250 -21.2500 -48.3000 580.0 JABOTICABAL (ACCO) +BR00C5-0260 -21.3200 -48.6200 600.0 CANDIDO RODRIGUES (ACCO) +BR00C5-0270 -21.2700 -48.7700 570.0 SANTA SOFIA +BR00C5-0280 -21.3300 -48.3200 550.0 USINA SANTA ADELIA +BR00C5-0290 -21.9000 -49.0000 450.0 FAZENDA BARREIRINHO +BR00C5-0310 -21.8000 -48.1800 650.0 ARARAQUARA (PDV) +BR00C5-0330 -21.2200 -48.9300 560.0 PINDORAMA (IA) +BR00C5-0350 -21.9500 -48.0000 830.0 IBATE +BR00C5-0360 -21.8800 -48.0500 650.0 CHIBARRO (CPEF) +BR00C5-0370 -21.7300 -48.1000 710.0 AMERICO BRASILIENSE +BR00C5-0380 -21.7800 -48.8500 510.0 IBITINGA +BR00C5-0390 -21.1800 -48.9200 500.0 PINDORAMA (PDV) +BR00C5-0400 -21.0500 -48.2700 520.0 PITANGUEIRAS +BR00C5-0410 -21.2700 -48.6800 550.0 FERNANDO PRESTES +BR00C5-0420 -21.6700 -48.0500 640.0 FAZENDA DOS ALPES +BR00C5-0430 -21.0200 -48.7700 590.0 PARAISO +BR00C5-0450 -21.3800 -48.5000 600.0 FAZENDA CONTENDAS +BR00C5-0460 -21.0500 -48.4700 620.0 ANDES (CPEF) +BR00C5-0470 -21.8500 -48.6500 420.0 FAZENDA ITAQUERE +BR00C5-0480 -21.8000 -48.6000 490.0 USINA SANTA FE +BR00C5-0490 -21.8200 -48.6200 460.0 FAZENDA ITAQUERE (USINA) +BR00C5-0500 -21.7800 -48.1700 670.0 ARARAQUARA +BR00C5-0510 -21.1300 -48.2800 550.0 LUSITANIA (CPEF) +BR00C5-0520 -21.2200 -48.4500 670.0 IBITIRAMA (CPEF) +BR00C5-0530 -21.9800 -48.3800 480.0 BOA ESPERANCA DO SUL (CPEF) +BR00C5-0550 -21.9800 -48.8000 500.0 ITAJU +BR00C5-0560 -21.9200 -48.1800 560.0 USINA TAMOIO (BELA VISTA) +BR00C5-0570 -21.9700 -48.1300 540.0 FAZENDA JACARE (US.TAMOIO) +BR00C5-0580 -21.9200 -48.0500 780.0 FAZENDA SANTA ELZA (US.TAMOIO) +BR00C5-0590 -21.9200 -48.0700 680.0 FAZENDA BARREIRO (US.TAMOIO) +BR00C5-0600 -21.9300 -48.0800 660.0 FAZENDA SALTO (USINA TAMOIO) +BR00C5-0610 -21.9300 -48.1300 700.0 FAZENDA MANTUANA (US.TAMOIO) +BR00C5-0620 -21.9000 -48.1500 600.0 FAZENDA SERRA DAGUA +BR00C5-0630 -21.9500 -48.1700 550.0 FAZENDA MORRO AZUL (US.TAMOIO) +BR00C5-0650 -21.8700 -48.2000 540.0 FAZENDA APARECIDA (US.TAMOIO) +BR00C5-0660 -21.9200 -48.1200 620.0 PATIO (US.TAMOIO) +BR00C5-0680 -21.1300 -48.4500 620.0 TAIUVA (CPEF) +BR00C5-0700 -21.2700 -48.5000 720.0 MONTE ALTO +BR00C5-0710 -21.2200 -48.5800 610.0 TABARANA (EFMA) +BR00C5-0720 -21.1700 -48.6300 600.0 VISTA ALEGRE DO ALTO (EFMA) +BR00C5-0730 -21.3300 -48.6300 600.0 CANDIDO RODRIGUES +BR00C5-0740 -21.6000 -48.3500 560.0 MATAO +BR00C5-0750 -21.4200 -48.5000 510.0 TAQUARITINGA (EFA) +BR00C5-0760 -21.8800 -48.0800 640.0 FAZENDA MARILU (US.TAMOIO) +BR00C5-0770 -21.6500 -48.4300 610.0 CAMBUI (EFA) +BR00C5-0780 -21.7500 -48.7000 450.0 TABATINGA (EFA) +BR00C5-0790 -21.9200 -48.8700 400.0 BAIRRO PEDREGULHO +BR00C5-0800 -21.2300 -48.8000 600.0 SANTA ADELIA (EFA) +BR00C5-0810 -21.8200 -48.8000 420.0 FAZENDA BOA VISTA DE JACARE +BR00C5-0820 -21.7000 -49.0000 420.0 FAZENDA LARANJAL +BR00C5-0830 -21.4500 -48.4700 520.0 FAZENDA DIAMANTINA +BR00C5-0840 -21.0800 -48.8000 520.0 PALMARES PAULISTA +BR00C5-0920 -21.1500 -48.6300 590.0 VISTA ALEGRE DO ALTO +BR00C5-0930 -21.5800 -48.8200 480.0 ITAPOLIS +BR00C5-0940 -21.3300 -48.8500 480.0 URURAI +BR00C5-0950 -21.7800 -48.5700 470.0 NOVA EUROPA (CPEF) +BR00C5-0960 -21.1800 -48.1800 490.0 SITIO SAO SEBASTIAO +BR00C5-0970 -21.5800 -48.7800 500.0 ITAPOLIS (CPEF) +BR00C5-0980 -21.8300 -48.5000 490.0 GAVIAO PEIXOTO (CPEF) +BR00C5-0990 -21.0000 -48.0000 622.0 FAZENDA SANTANA +BR00C5-1010 -21.8500 -48.8000 490.0 COQUEIROS +BR00C5-1030 -21.1800 -48.1200 500.0 USINA SAO FRANCISCO +BR00C5-1040 -21.3700 -48.0700 540.0 PRADOPOLIS +BR00C5-1060 -21.5300 -48.5200 560.0 SAO LOURENCO DO TURVO +BR00C5-1070 -21.7000 -48.5300 520.0 ARARUBA +BR00C5-1080 -21.9000 -48.6800 420.0 FAZENDA PERDIZES +BR00C5-1090 -21.5200 -48.3200 600.0 FAZENDA PRINCESA +BR00C5-1130 -21.1200 -48.4200 620.0 TAIUVA +BR00C5-1140 -21.1000 -48.0700 520.0 USINA SANTA ELISA +BR00C5-1160 -21.4500 -48.5500 550.0 ESTANCIA ALVORADA +BR00C5-1170 -21.9800 -48.4000 500.0 BOA ESPERANCA DO SUL +BR00C5-1180 -21.8300 -48.3700 530.0 FAZENDA SAO BERNARDO +BR00C5-1190 -21.6000 -48.9700 430.0 USINA REYNALDO GONCALVES +BR00C5-1200 -21.6300 -48.0800 540.0 FAZENDA SANTA TEREZA +BR00C5-1210 -21.6700 -48.1800 620.0 FAZENDA SAN GIUSEPPE +BR00C6-0020 -21.9200 -49.6500 470.0 FAZENDA SAO BENEDITO +BR00C6-0030 -21.2700 -49.9300 400.0 USINA AVANHANDAVA (CPFL) +BR00C6-0050 -21.9800 -49.5700 500.0 FAZENDA CACHOEIRINHA +BR00C6-0060 -21.1000 -49.1200 500.0 NUCLEO COL.OSWALDO SAMPAIO +BR00C6-0070 -21.6500 -49.7500 460.0 LINS (INEMET) +BR00C6-0080 -21.6200 -49.8000 460.0 GUAICARA +BR00C6-0120 -21.9200 -49.8700 480.0 FAZENDA SUICA +BR00C6-0130 -21.8800 -49.9000 500.0 BAIRRO CORACAO +BR00C6-0150 -21.7000 -49.6800 480.0 FAZENDA SAO PEDRO +BR00C6-0160 -21.7300 -49.6500 480.0 FAZENDA MONTE AZUL +BR00C6-0170 -21.8200 -49.6300 440.0 CAFELANDIA +BR00C6-0180 -21.8700 -49.6300 490.0 FAZENDA BOA VISTA +BR00C6-0220 -21.6700 -49.4300 420.0 VILA SIMOES +BR00C6-0230 -21.9200 -49.7800 460.0 FAZENDA CHANTEBLED +BR00C6-0300 -21.0800 -49.2300 450.0 AGUAS DE IBIRA +BR00C6-0310 -21.0800 -49.5500 450.0 NOVA ITAPIREMA +BR00C6-0320 -21.1200 -49.0000 520.0 FAZENDA SANTA ERNESTINA +BR00C6-0360 -21.1800 -49.5800 490.0 MENDONCA +BR00C6-0370 -21.4700 -49.2200 400.0 NOVO HORIZONTE +BR00C6-0400 -21.3200 -49.0500 460.0 ITAJOBI +BR00C6-0410 -21.1800 -49.3000 420.0 URUPES +BR00C6-0500 -21.8800 -49.2300 380.0 REGINOPOLIS +BR00C6-0530 -21.0500 -49.0700 480.0 CATIGUA +BR00C6-0540 -21.4500 -49.3700 460.0 FAZENDA SANTA ISABEL +BR00C6-0560 -21.7000 -49.1300 390.0 FAZENDA ANO BOM DO TIETE +BR00C6-0570 -21.8000 -49.6000 440.0 CAFELANDIA (EFNOB) +BR00C6-0590 -21.5300 -49.8700 420.0 PROMISSAO +BR00C6-0600 -21.4700 -49.9500 460.0 AVANHANDAVA (EFNOB) +BR00C6-0660 -21.0300 -49.3800 460.0 POTIRENDABA +BR00C6-0710 -21.9200 -49.9000 440.0 GUAIMBE +BR00C6-0720 -21.5500 -49.4200 420.0 FAZENDA BOM JESUS +BR00C6-0780 -21.7800 -49.8000 440.0 NOVA FATIMA +BR00C6-0800 -21.6200 -49.0700 400.0 BORBOREMA (CPEF) +BR00C6-0830 -21.8500 -49.7000 480.0 FAZENDA SAO LUIZ +BR00C6-0850 -21.3500 -49.5000 440.0 FAZENDA BEM TE VI +BR00C6-0860 -21.4500 -49.9500 430.0 AVANHANDAVA +BR00C6-0880 -21.0500 -49.6800 430.0 JOSE BONIFACIO +BR00C6-0890 -21.2500 -49.8000 380.0 FAZENDA CATACO +BR00C6-0900 -21.4500 -49.5700 430.0 SABINO +BR00C6-0920 -21.2800 -49.4200 430.0 IRAPUA +BR00C6-0930 -21.5300 -49.1500 490.0 PORTO FERRAO +BR00C6-0940 -21.4200 -49.3200 460.0 TURVINHO +BR00C6-0950 -21.5800 -49.4300 400.0 BACURITI +BR00C6-0960 -21.7300 -49.3500 400.0 PONGAI +BR00C6-0970 -21.9000 -49.3700 480.0 BALBINOS +BR00C6-0980 -21.4200 -49.8000 410.0 SANTA OLIMPIA +BR00C6-0990 -21.4300 -49.1000 500.0 FAZENDA UIRAPURU +BR00C6-1000 -21.1000 -49.1800 420.0 TERMAS DE IBIRA +BR00C6-1010 -21.0500 -49.9700 400.0 SAO JERONIMO +BR00C6-1030 -21.9800 -49.4500 480.0 PIRAJUI +BR00C6-1040 -21.3700 -49.8800 410.0 BAIRRO DO FARELO +BR00C7-0010 -21.9500 -50.9300 320.0 USINA QUATIARA +BR00C7-0020 -21.1200 -50.1800 320.0 PORTO RUI BARBOSA +BR00C7-0030 -21.0500 -50.4700 320.0 DESTIVALE +BR00C7-0040 -21.9700 -50.4500 480.0 BAIRRO SABIA +BR00C7-0050 -21.2000 -50.4200 370.0 ARACATUBA (EMSA) +BR00C7-0060 -21.7500 -50.1200 430.0 MACUCOS +BR00C7-0080 -21.3300 -50.3700 430.0 FAZENDA TRES MARIAS +BR00C7-0090 -21.2000 -50.4500 390.0 ARACATUBA +BR00C7-0100 -21.4300 -50.0700 430.0 PENAPOLIS +BR00C7-0110 -21.5800 -50.1700 510.0 ALTO ALEGRE +BR00C7-012A -21.3800 -50.1700 390.0 ENGENHEIRO NAPOLEAO(EFNO +BR00C7-0130 -21.4800 -50.1200 440.0 FAZENDA FIGUEIRA +BR00C7-0140 -21.4200 -50.0700 400.0 PENAPOLIS +BR00C7-0150 -21.7700 -50.9200 440.0 SITIO KAWATA +BR00C7-0160 -21.5700 -50.3300 480.0 FAZENDA N.S.APARECIDA +BR00C7-0170 -21.5300 -50.3300 480.0 FAZENDA SANTA EMILIA +BR00C7-0180 -21.2700 -50.6500 360.0 MAC FADDEN-USINA DE ALGODAO +BR00C7-0200 -21.1500 -50.1800 370.0 FAZENDA BREJO ALEGRE +BR00C7-0230 -21.1700 -50.2300 370.0 FAZENDA SAO JOAO +BR00C7-023A -21.2000 -50.9500 440.0 AGUAPEI(ACCO) +BR00C7-0240 -21.3500 -50.2800 410.0 COROADOS +BR00C7-0280 -21.2800 -50.3300 390.0 BIRIGUI +BR00C7-0310 -21.2800 -50.3500 390.0 BIRIGUI (EFNOB) +BR00C7-0320 -21.2000 -50.4300 290.0 ARACATUBA (EFNOB) +BR00C7-0340 -21.2500 -50.8700 390.0 VALPARAISO +BR00C7-0360 -21.7800 -50.7800 490.0 PARAPUA +BR00C7-0370 -21.3500 -50.6800 410.0 FAZENDA RIO PRETO +BR00C7-0410 -21.1700 -50.7800 400.0 FAZ. CASTELO +BR00C7-0430 -21.9300 -50.5300 510.0 TUPA +BR00C7-0450 -21.7300 -50.7200 410.0 RINOPOLIS +BR00C7-0460 -21.8000 -50.6200 440.0 EXTREMADURA +BR00C7-0490 -21.1200 -50.8300 380.0 FAZENDA N.S.PERPETUO SOCORRO +BR00C7-0510 -21.3200 -50.8700 430.0 FAZENDA SANTA ALICE +BR00C7-0540 -21.8700 -50.7000 510.0 IACRI +BR00C7-0600 -21.3000 -50.3300 376.0 BIRIGUI (ETA) +BR00C7-0620 -21.9200 -50.7300 440.0 BASTOS +BR00C7-0640 -21.7000 -50.3000 420.0 FAZENDA BOM RETIRO +BR00C7-0660 -21.9000 -50.6000 510.0 UNIVERSO +BR00C7-0670 -21.8000 -50.8700 460.0 OSVALDO CRUZ +BR00C7-0690 -21.2300 -50.8700 440.0 VALPARAISO (ACCO) +BR00C7-0710 -21.1800 -50.8000 400.0 FAZENDA CASTELO +BR00C7-0730 -21.3300 -50.5200 410.0 AGUA LIMPA +BR00C7-0740 -21.8000 -50.2300 430.0 QUEIROZ +BR00C7-0750 -21.6200 -50.9200 370.0 FAZENDA COROADOS +BR00C7-0760 -21.6300 -50.5000 420.0 SANTOPOLIS DO AGUAPEI +BR00C7-0770 -21.9800 -50.1000 460.0 NOVO CRAVINHOS +BR00C7-0780 -21.6000 -50.6000 420.0 PIACATU +BR00C7-0790 -21.0000 -50.9200 400.0 FAZENDA SANTA TEREZINHA +BR00C7-0800 -21.0700 -50.1500 380.0 BURITAMA +BR00C7-0810 -21.4200 -50.8300 400.0 CARAMURU +BR00C7-0820 -21.6500 -50.0200 450.0 SANTA MARIA DO GURUPA +BR00C7-0830 -21.5200 -50.6200 430.0 FAZENDA PROGRESSO +BR00C7-0840 -21.3300 -50.9500 340.0 USINA UNIVALEM +BR00C7-0850 -21.4000 -50.4800 450.0 BILAC +BR00C7-0860 -21.1300 -50.2000 370.0 CORREGO SECO +BR00C7-0870 -21.5700 -50.4500 470.0 CLEMENTINA +BR00C8-0010 -21.8800 -51.7300 420.0 PIQUEROBI +BR00C8-0020 -21.6200 -51.1700 380.0 FLORIDA PAULISTA +BR00C8-0040 -21.6800 -51.0800 440.0 ADAMANTINA +BR00C8-0060 -21.8500 -51.6000 400.0 RIBEIRAO DOS INDIOS +BR00C8-0070 -21.3800 -51.5700 400.0 CONVENTO SANTA MARIA +BR00C8-0080 -21.3000 -51.5700 330.0 MONTE CASTELO +BR00C8-0090 -21.9700 -51.6500 450.0 SANTO ANASTACIO +BR00C8-0100 -21.8300 -51.9800 350.0 CAIUA +BR00C8-0110 -21.8800 -51.8300 400.0 PRESIDENTE VENCESLAU +BR00C8-0140 -21.9500 -51.4200 440.0 ALFREDO MARCONDES +BR00C8-0150 -21.1300 -51.1000 420.0 MIRANDOPOLIS (EFNOB) +BR00C8-0160 -21.1000 -51.1700 460.0 AMANDABA (EFNOB) +BR00C8-0180 -21.7300 -51.0200 460.0 LUCELIA +BR00C8-0190 -21.3500 -51.8500 265.0 PANORAMA +BR00C8-0260 -21.8300 -51.4800 340.0 EMILIANOPOLIS +BR00C8-0290 -21.3200 -51.8300 350.0 PAULICEIA +BR00C8-0350 -21.5500 -51.2700 410.0 PACAEMBU +BR00C8-0390 -21.7200 -51.0200 450.0 LUCELIA (MAQUINAS WHOLLEY) +BR00C8-0410 -21.4200 -51.2200 310.0 FAZENDA AGUAS CLARAS +BR00C8-0420 -21.5700 -51.3500 440.0 IRAPURU +BR00C8-0430 -21.4700 -51.5300 415.0 DRACENA +BR00C8-0450 -21.1000 -51.4800 310.0 NOVA INDEPENDENCIA +BR00C8-0460 -21.4300 -51.3700 390.0 SALGADO FILHO +BR00C8-0470 -21.7800 -51.1800 370.0 MARIAPOLIS +BR00C8-0500 -21.2800 -51.1300 370.0 TABAJARA +BR00C8-0520 -21.4300 -51.0200 280.0 VALPARAISO/ADAMANTINA +BR00C8-0530 -21.1300 -51.7700 260.0 FAZENDA BURITIS +BR00C8-0540 -22.0000 -51.1300 440.0 TECAINDA +BR00C8-0560 -21.0200 -51.1000 420.0 GRANJA YUBA +BR00C8-0570 -21.7200 -51.8200 320.0 BAIRRO PEDERNEIRAS +BR00C8-0580 -21.1300 -51.1000 430.0 MIRANDOPOLIS +BR00C8-0590 -21.7300 -51.4500 300.0 RIBEIRAO DA ILHA +BR00C9-0010 -21.7500 -52.1000 300.0 PRESIDENTE EPITACIO +BR00C9-0020 -21.7500 -52.1000 260.0 PRESIDENTE EPITACIO (EFS) +BR00C9-0030 -21.7700 -52.1500 260.0 PORTO TIBIRICA (SNBP) +BR00C9-0060 -21.7800 -52.1300 300.0 PRESIDENTE EPITACIO +BR00C9-0070 -21.9200 -52.1800 350.0 FAZENDA SUL MINEIRA +BR00D1-0010 -22.6800 -44.3200 460.0 BANANAL (PCD) +BR00D1-0020 -22.7500 -44.6800 1570.0 FAZENDA JARDIM +BR00D1-0030 -22.6500 -44.5800 530.0 SAO JOSE DO BARREIRO +BR00D1-0050 -22.9200 -44.8200 1020.0 CAMPOS DE CUNHA +BR00D1-0080 -22.5000 -45.0200 1040.0 TUNEL . +BR00D1-0100 -22.6500 -44.5700 0.0 BAIRRO DA USINA +BR00D1-0130 -22.6700 -44.4500 520.0 ARAPEI +BR00D1-0190 -22.5800 -44.7000 530.0 AREIAS +BR00D1-0200 -22.6700 -44.8500 620.0 SILVEIRAS +BR00D1-0210 -22.7300 -44.9200 560.0 USINA BOCAINA +BR00D1-0230 -22.8200 -44.8700 1090.0 XADREZ +BR00D1-0240 -22.8500 -44.7800 1060.0 CAPETINGA +BR00D1-0250 -22.9300 -44.9200 880.0 VARGEM DO TANQUE +BR00D1-0260 -22.8000 -44.4700 1180.0 BOCAINA +BR00D1-0270 -22.7000 -44.6800 650.0 FAZENDA VARGEM GRANDE +BR00D1-0280 -22.5300 -44.8800 540.0 PINHEIROS +BR00D2-0010 -22.7200 -45.5700 1600.0 VILA CAPIVARI +BR00D2-0030 -22.8500 -45.5800 640.0 PIRACUAMA (EFCJ) +BR00D2-0040 -22.8300 -45.6300 1220.0 EUGENIO LEFEVRE +BR00D2-0050 -22.7200 -45.5300 1600.0 USINA DO FOJO +BR00D2-0060 -22.9000 -45.3000 540.0 ROSEIRA +BR00D2-0070 -22.8200 -45.2300 520.0 APARECIDA +BR00D2-0090 -22.9000 -45.1500 640.0 BRUMADO +BR00D2-0130 -22.6700 -45.0200 520.0 CACHOEIRA PAULISTA +BR00D2-0140 -22.9000 -45.4300 528.0 CAMPO DE PESQUISAS +BR00D2-0150 -22.7300 -45.2000 540.0 COLONIA DO PIAGUI +BR00D2-0160 -22.6300 -45.4800 1250.0 CACHOEIRA DO DIAMANTE D2-016 +BR00D2-0170 -22.8300 -45.1700 540.0 FAZENDA VITORIA +BR00D2-0180 -22.9700 -45.4500 520.0 PINDAMONHANGABA (EMSA) +BR00D2-0190 -22.7500 -45.6700 1640.0 EMILIO RIBAS - 7.DM +BR00D2-0200 -22.9300 -45.8300 680.0 MONTEIRO LOBATO +BR00D2-0210 -22.9200 -45.9700 730.0 SAO FRANCISCO XAVIER +BR00D2-0220 -22.9000 -45.0800 1000.0 ROCINHA +BR00D2-0230 -22.7000 -45.1500 611.0 PILOES (DA) +BR00D2-0240 -22.6700 -45.5700 1440.0 BAIRRO AGUA SANTA +BR00D2-0280 -22.8200 -45.7300 970.0 RIO PRETO +BR00D2-0290 -22.7700 -45.7000 980.0 ZE DA ROSA +BR00D2-0300 -22.7300 -45.6500 1600.0 ALTO DA SERRA +BR00D2-0320 -22.8200 -45.0000 800.0 FAZENDA CERRO ALTO +BR00D2-0350 -22.7300 -45.0800 540.0 LORENA +BR00D2-0360 -22.6800 -45.7300 920.0 SAO BENTO DO SAPUCAI +BR00D2-0390 -22.6800 -45.7500 940.0 SAO BENTO DO SAPUCAI +BR00D2-0400 -22.7000 -45.0300 540.0 BAIRRO CANINHAS +BR00D2-0410 -22.9000 -45.4800 540.0 SANTA RITA DO MASSAIM +BR00D2-0590 -22.8300 -45.2000 540.0 BAIRRO DA BOA VISTA +BR00D2-0610 -22.9800 -45.2800 960.0 USINA VATICANO +BR00D2-0620 -22.7700 -45.1200 540.0 HARAS MONDESIR +BR00D2-0650 -22.9500 -45.2500 690.0 BONFIM +BR00D2-0670 -22.8500 -45.5800 640.0 PIRACUAMA +BR00D2-0680 -22.7700 -45.5200 1840.0 PICO DO ITAPEVA +BR00D2-0690 -22.7200 -45.2500 570.0 BAIRRO DOS LEMES +BR00D2-0710 -22.9700 -45.4200 610.0 FAZENDA BELA VISTA +BR00D2-0720 -22.8200 -45.3700 540.0 FAZENDA SAPUCAIA +BR00D2-0730 -23.0000 -45.4200 720.0 BAIRRO MALACACHETA +BR00D2-0740 -22.9800 -45.3800 620.0 HORTO FLORESTAL +BR00D2-0760 -22.7500 -45.2300 550.0 FAZENDA CAPITUVA +BR00D2-0770 -22.7200 -45.3500 900.0 FAZENDA MONTE VERDE +BR00D2-0780 -22.6000 -45.2200 860.0 REPRESA PIQUETE +BR00D2-0790 -22.7800 -45.3500 580.0 FAZENDA NATAL +BR00D2-0800 -22.6000 -45.1800 660.0 PIQUETE +BR00D2-0810 -22.7200 -45.0800 520.0 POLDER N. 1 +BR00D2-0820 -22.8700 -45.6500 1000.0 FAZENDA MORRO GRANDE +BR00D2-0830 -22.5500 -45.0500 660.0 BREJETUBA +BR00D2-0840 -22.6000 -45.0300 520.0 EMBAU +BR00D2-0920 -22.6300 -45.5000 1040.0 MARMELOS +BR00D2-0930 -23.0000 -45.0500 790.0 PARAITINGA +BR00D2-0940 -22.9800 -45.1800 960.0 FAZENDINHA +BR00D2-0950 -22.6500 -45.3000 880.0 PILOES +BR00D2-0960 -22.7000 -45.4800 1600.0 CAMPOS DO JORDAO +BR00D2-0970 -22.8000 -45.0000 780.0 FAZENDA CERRO ALTO +BR00D2-0980 -22.9200 -45.6500 680.0 MATO DENTRO +BR00D3-0010 -22.8200 -46.9000 699.0 USINA JAGUARI (CPFL) +BR00D3-0020 -22.9300 -46.9000 690.0 SALTO GRANDE (CPFL) +BR00D3-0030 -22.2800 -46.7700 680.0 USINA PINHAL (ELOY CHAVES) +BR00D3-0040 -22.5500 -46.9700 650.0 USINA ESMERALDA +BR00D3-004A -22.0500 -46.9500 650.0 AGUAI(CMEF) +BR00D3-0050 -22.7000 -46.6300 830.0 DOUTOR CARLOS NORBERTO +BR00D3-0080 -22.4300 -46.9700 640.0 MOGI-MIRIM +BR00D3-0090 -22.5200 -46.9500 590.0 MARTIM FRANCISCO +BR00D3-0100 -22.6000 -46.9500 600.0 POSSE DE RESSACA (CMEF) +BR00D3-0110 -22.7000 -46.9800 570.0 JAGUARIUNA (CMEF) +BR00D3-0120 -22.6000 -46.7000 940.0 SERRA NEGRA +BR00D3-0140 -22.5200 -46.6500 680.0 LINDOIA +BR00D3-0150 -22.4500 -46.8200 660.0 ITAPIRA +BR00D3-0200 -22.3700 -46.7300 660.0 BARAO ATALIBA NOGUEIRA +BR00D3-0210 -22.1700 -46.7300 920.0 ESPIRITO SANTO DO PINHAL +BR00D3-0220 -22.0500 -46.9700 660.0 AGUAI +BR00D3-0230 -22.7200 -46.8300 660.0 ARCADAS +BR00D3-0240 -22.4700 -46.6300 1040.0 AGUAS DE LINDOIA +BR00D3-0270 -22.7000 -46.6700 750.0 MONTE ALEGRE DO SUL +BR00D3-0300 -22.6000 -46.5300 740.0 SOCORRO +BR00D3-0310 -22.6200 -46.8500 760.0 FAZENDA CHAPADAO +BR00D3-0320 -22.3700 -46.9300 590.0 CACHOEIRA DE BAIXO +BR00D3-0350 -22.8000 -46.4500 1090.0 PEDRA BELA +BR00D3-0360 -22.7800 -46.6000 880.0 PINHALZINHO +BR00D3-0410 -22.3300 -46.7200 700.0 ELEUTERIO +BR00D3-0420 -22.6700 -46.9700 570.0 FAZENDA DA BARRA +BR00D3-0460 -22.8800 -46.7800 750.0 MORUNGABA +BR00D3-0520 -22.7500 -46.9300 590.0 PEDREIRA +BR00D3-0540 -22.9300 -46.2700 920.0 JOANOPOLIS +BR00D3-0630 -22.9300 -46.5300 800.0 BRAGANCA PAULISTA +BR00D3-0640 -22.8800 -46.6200 780.0 MAE DOS HOMENS +BR00D3-0650 -22.8200 -46.6800 770.0 TUIUTI +BR00D3-0670 -22.2200 -46.9500 670.0 ITAQUI +BR00D3-0680 -22.7300 -46.4200 1080.0 FORMIGA +BR00D3-0690 -22.9500 -46.7000 770.0 BARREIRO +BR00D3-0700 -23.0000 -46.0300 690.0 GUIRRA +BR00D3-0710 -22.1500 -46.7200 900.0 FAZENDA DA GLORIA +BR00D4-0020 -22.7300 -47.6500 540.0 PIRACICABA (CPEF) +BR00D4-0030 -22.7200 -47.6300 490.0 USINA PIRACICABA (CPFL) +BR00D4-0040 -22.7000 -47.2800 540.0 USINA AMERICANA (CPFL) +BR00D4-0050 -22.7300 -47.3300 520.0 AMERICANA (CPEF) +BR00D4-0100 -22.9000 -47.0700 690.0 CAMPINAS (CPEF) D4-010 +BR00D4-0110 -22.9700 -47.0800 620.0 FAZENDA SETE QUEDAS +BR00D4-0120 -22.4200 -47.5500 600.0 RIO CLARO +BR00D4-0140 -22.2300 -47.8000 790.0 ITIRAPINA +BR00D4-0150 -22.0200 -47.9000 820.0 VILA CARMEM +BR00D4-0190 -22.7300 -47.5300 550.0 TUPI (EMSA) +BR00D4-0210 -22.5200 -47.4000 540.0 FAZENDA ITAPEMA +BR00D4-0220 -22.9200 -47.9000 470.0 LARAS +BR00D4-0250 -22.0000 -47.0000 650.0 COLONIA SANTA MARIA +BR00D4-0260 -22.3800 -47.4200 650.0 COLONIA AGUA BOA +BR00D4-0270 -22.3000 -47.4500 720.0 FAZENDA BELMONTE +BR00D4-0280 -22.2500 -47.2500 570.0 FAZENDA RIACHUELO +BR00D4-0300 -22.1700 -47.2800 600.0 CRESCIUMAL +BR00D4-0310 -22.1800 -47.3800 600.0 LEME (CPEF) +BR00D4-0320 -22.1200 -47.4200 620.0 SITIO SAO GERALDO +BR00D4-0330 -22.1700 -47.9000 690.0 USINA DO LOBO +BR00D4-0340 -22.2700 -47.3200 600.0 FAZENDA SANTA CRUZ +BR00D4-0350 -22.1300 -47.6700 660.0 ANALANDIA +BR00D4-0360 -22.3000 -47.7500 610.0 GRAUNA +BR00D4-0370 -22.1500 -47.8000 740.0 VISCONDE DE RIO CLARO +BR00D4-0380 -22.4700 -47.4000 730.0 CORDEIROPOLIS (EMSA) +BR00D4-0400 -22.2300 -47.9800 780.0 CAMPO ALEGRE +BR00D4-0420 -22.2800 -47.5500 670.0 AJAPI (CPEF) +BR00D4-0430 -22.2200 -47.6200 600.0 CORUMBATAI +BR00D4-0440 -22.8800 -47.0800 710.0 CAMPINAS-IA +BR00D4-0450 -22.0300 -47.9700 660.0 MONJOLINHO (CPEF) +BR00D4-0460 -22.7800 -47.0300 600.0 FAZENDA MONTE DESTE +BR00D4-0470 -22.8300 -47.0700 630.0 BARAO GERALDO +BR00D4-0500 -22.2300 -47.3000 680.0 FAZENDA PROMISSAO +BR00D4-0520 -22.6700 -47.2200 560.0 USINA ESTER +BR00D4-0530 -22.5700 -47.4000 630.0 LIMEIRA +BR00D4-0540 -22.5200 -47.7800 600.0 CHARQUEADA +BR00D4-0560 -22.6800 -47.7000 500.0 SANTA TEREZINHA +BR00D4-0590 -22.4800 -47.5200 620.0 SANTA GERTRUDES +BR00D4-0600 -22.5300 -47.9200 600.0 SAO PEDRO +BR00D4-0610 -22.6800 -47.7700 470.0 ARTEMIS +BR00D4-0620 -22.6500 -47.7800 480.0 FAZENDA SUCATA +BR00D4-0630 -22.9800 -47.7300 620.0 BAIRRO DO GAVETAO +BR00D4-0680 -22.8700 -47.6200 615.0 RIO DAS PEDRAS +BR00D4-0690 -23.0000 -47.5000 500.0 CAPIVARI +BR00D4-0710 -22.7800 -47.9700 490.0 IBITIRUNA +BR00D4-0720 -22.9500 -47.3200 520.0 MONTE MOR (ETA) +BR00D4-0740 -22.4300 -47.7200 630.0 IPEUNA +BR00D4-0750 -22.0170 -47.8830 856.0 SAO CARLOS 83726 +BR00D4-0810 -22.8700 -47.6500 700.0 FAZENDA MONTE CARMELO +BR00D4-0820 -22.6300 -47.0500 600.0 FAZENDA HOLAMBRA +BR00D4-0830 -22.9300 -47.2500 610.0 BAIRRO PAVIOLI +BR00D4-0850 -22.9200 -47.3800 600.0 FAZENDA MONTE BELO +BR00D4-0860 -22.8800 -47.3700 550.0 FAZENDA AREIA BRANCA +BR00D4-0890 -22.7300 -47.4800 510.0 CATUBI +BR00D4-0900 -22.8800 -47.4300 600.0 FAZENDA SAO BENTO-US.S.BARBARA +BR00D4-0910 -22.9200 -47.4700 560.0 FAZENDA TERRA ROXA +BR00D4-0920 -22.8800 -47.4500 570.0 USINA BOM RETIRO +BR00D4-0940 -22.3300 -47.1800 580.0 CONCHAL +BR00D4-0980 -22.3700 -47.9800 660.0 CAMPO REDONDO +BR00D4-0990 -22.5700 -47.1700 640.0 ARTUR NOGUEIRA +BR00D4-1000 -22.2800 -47.1500 580.0 CAMPININHA +BR00D4-1020 -22.7500 -47.5200 510.0 TUPI +BR00D4-1030 -22.5700 -47.6000 590.0 TANQUINHO +BR00D4-1040 -22.7200 -47.6500 500.0 PIRACICABA (SEMAE) +BR00D4-1060 -22.1000 -47.9800 780.0 FAZENDA SANTA BARBARA +BR00D4-1070 -22.4800 -47.2200 660.0 ENGENHEIRO COELHO +BR00D4-1090 -22.5800 -47.6800 510.0 RECREIO +BR00D4-1110 -22.8500 -47.2500 540.0 SUMARE +BR00D5-0020 -22.3000 -48.1200 590.0 USINA BROTAS (CPFL) +BR00D5-0030 -22.0800 -48.1800 590.0 RIBEIRAO BONITO +BR00D5-0040 -22.5200 -48.6500 460.0 US.MACATUBA-US.LENCOIS (CPFL) +BR00D5-0050 -22.3700 -48.8500 476.0 PEDERNEIRAS (CPEF) D5-005 +BR00D5-0060 -22.3800 -48.1700 720.0 USINA TRES SALTOS (CPFL) +BR00D5-0070 -22.3000 -48.5300 500.0 JAU (CPEF) +BR00D5-0080 -22.3700 -48.3800 700.0 DOIS CORREGOS +BR00D5-009A -22.9200 -48.1700 470.0 PIRAMBOIA(EFS) +BR00D5-0100 -22.7800 -48.4000 530.0 VITORIANA (EFS) D5-010 +BR00D5-0120 -22.8800 -48.4500 778.0 BOTUCATU D5-012 +BR00D5-0130 -22.8200 -48.5500 800.0 TOLEDO (EFS) D5-013 +BR00D5-0140 -22.6000 -48.8000 515.0 LENCOIS PAULISTA (EFS) D5-014 +BR00D5-0160 -22.5800 -48.9800 600.0 CORONEL LEITE (EFS) D5-016 +BR00D5-0170 -22.3300 -48.9800 510.0 SANATORIO AIMORES +BR00D5-0180 -22.3200 -48.8800 480.0 GUAIANAS +BR00D5-0190 -22.8200 -48.4300 780.0 FAZENDA S.JOAO MORRO VERMELHO +BR00D5-0210 -22.4500 -48.4500 700.0 CAPIM FINO (CPEF) D5-021 +BR00D5-0220 -22.4200 -48.4500 680.0 MINEIROS DO TIETE (CPEF) +BR00D5-0230 -22.1300 -48.3200 700.0 DOURADO +BR00D5-0240 -22.3300 -48.7300 420.0 USINA LAJEADO +BR00D5-0250 -22.2500 -48.5700 580.0 JAU +BR00D5-0260 -22.4300 -48.9000 550.0 PIATA (CPEF) D5-026 +BR00D5-0280 -22.5200 -48.5300 456.0 USINA BARRA BONITA (CESP) +BR00D5-0300 -22.0800 -48.4500 460.0 FAZENDA SANTA CLOTILDE +BR00D5-0320 -22.8500 -48.2800 600.0 PIAPARA (EFS) +BR00D5-0330 -22.4300 -48.1700 770.0 TORRINHA (CPEF) +BR00D5-0340 -22.0800 -48.2500 720.0 FAZENDA BOM JARDIM +BR00D5-0350 -22.1500 -48.7500 445.0 REPRESA BARIRI +BR00D5-0370 -22.7800 -48.1300 480.0 ANHEMBI +BR00D5-0380 -22.2300 -48.7200 490.0 ITAPUI (CPEF) D5-038 +BR00D5-0390 -22.3200 -48.7200 450.0 BARRA MANSA +BR00D5-0400 -23.0000 -48.7000 750.0 LOBO +BR00D5-0410 -22.4800 -48.9800 620.0 AGUDOS +BR00D5-0420 -22.0300 -48.0500 580.0 JACARE (CPEF) D5-042 +BR00D5-0440 -22.6800 -48.1200 560.0 FAZENDA DO BARREIRO RICO +BR00D5-0450 -22.1200 -48.3200 700.0 DOURADO (CPEF) D5-045 +BR00D5-0460 -22.0700 -48.7300 433.0 BARIRI +BR00D5-0470 -22.7300 -48.5700 710.0 SAO MANUEL +BR00D5-0550 -22.0300 -48.3300 530.0 TRABIJU (CPEF) D5-055 +BR00D5-0560 -22.9700 -48.1000 470.0 JUQUIRATIBA (EFS) +BR00D5-0590 -22.9500 -48.4300 873.0 BOTUCATU (SE-CESP) +BR00D5-0620 -22.5700 -48.1500 470.0 SANTA MARIA DA SERRA +BR00D5-0630 -22.6800 -48.3300 470.0 RIO BONITO +BR00D5-0640 -22.1300 -48.5200 620.0 BOCAINA (CPEF) +BR00D5-0650 -22.7500 -48.5000 520.0 FAZENDA REDENCAO +BR00D5-0690 -22.4200 -48.0200 810.0 USINA JACARE +BR00D5-0720 -22.6000 -48.7800 530.0 LENCOIS PAULISTA +BR00D5-0750 -22.9300 -48.3000 540.0 BAIRRO ANHUMAS +BR00D5-0760 -22.0700 -48.0700 580.0 USINA SANTANA (CPE) +BR00D5-0780 -22.2800 -48.1200 680.0 BROTAS +BR00D5-0800 -22.9200 -48.9800 680.0 FAZENDA SANTA GABRIELA +BR00D5-0810 -22.7700 -48.8300 630.0 GLEBA RIO CLARO +BR00D5-0820 -22.5300 -48.2300 500.0 FAZENDA SERRETA +BR00D5-0830 -22.9300 -48.1700 490.0 PIRAMBOIA +BR00D5-0850 -22.4500 -48.7700 520.0 VANGLORIA +BR00D5-0980 -22.1000 -48.0300 680.0 FAZENDA PAINEIRAS +BR00D6-0010 -22.3170 -49.1170 617.0 BAURU 83722 +BR00D6-0020 -22.3800 -49.0700 560.0 CONCEICAO (EFS) D6-002 +BR00D6-0030 -22.9500 -49.3800 660.0 FAZENDA NOVA NIAGARA +BR00D6-0050 -22.3700 -49.5200 570.0 FERNAO DIAS +BR00D6-0060 -22.8800 -49.2300 560.0 AGUAS DE SANTA BARBARA +BR00D6-0090 -22.4000 -49.1300 490.0 PIRATININGA (ACCO) D6-009 +BR00D6-0100 -22.2300 -49.9300 660.0 MARILIA (ACCO) D6-010 +BR00D6-0110 -22.9800 -49.8300 460.0 OURINHOS +BR00D6-0130 -22.3200 -50.0000 390.0 BAIRRO SAO GERALDO +BR00D6-0140 -22.2300 -49.5700 650.0 FAZENDA VERA LUCIA +BR00D6-0160 -22.2200 -49.9500 650.0 MARILIA (CPEF) +BR00D6-0170 -22.2200 -49.8200 630.0 VERA CRUZ (CPEF) +BR00D6-0180 -22.2000 -49.6500 680.0 GARCA +BR00D6-0190 -22.3200 -49.5300 560.0 GALIA +BR00D6-0200 -22.4200 -49.4200 520.0 DUARTINA +BR00D6-0210 -22.4500 -49.3200 500.0 CABRALIA PAULISTA +BR00D6-0220 -22.4200 -49.1300 530.0 PIRATININGA +BR00D6-0250 -22.2200 -49.9300 640.0 MARILIA +BR00D6-0280 -22.9500 -49.5300 620.0 SODRELIA +BR00D6-0320 -22.7800 -49.9300 480.0 RIBEIRAO DO SUL +BR00D6-0350 -22.9000 -49.6200 490.0 SANTA CRUZ DO RIO PARDO +BR00D6-0360 -22.3200 -49.0300 540.0 BAURU (PDV) +BR00D6-0400 -22.5300 -49.6500 550.0 UBIRAJARA +BR00D6-0410 -22.7000 -49.4300 510.0 ESPIRITO SANTO DO TURVO +BR00D6-0430 -22.8800 -49.6200 470.0 SANTA CRUZ RIO PARDO (EFS) +BR00D6-0440 -22.2200 -49.6500 0.0 GARCA +BR00D6-0450 -22.1800 -49.9700 0.0 MARILIA +BR00D6-0460 -22.3800 -49.3000 540.0 FAZENDA RECREIO +BR00D6-0470 -22.0300 -49.6500 550.0 FAZENDA LOBO +BR00D6-0570 -22.3000 -49.1500 580.0 VAL DE PALMAS +BR00D6-0580 -22.1700 -49.3300 500.0 AVAI +BR00D6-0590 -22.1000 -49.4300 580.0 PRESIDENTE ALVES +BR00D6-0610 -22.1200 -49.4500 550.0 BAURU (NOB) +BR00D6-0680 -22.0300 -49.4700 550.0 PIRAJUI (NOB) +BR00D6-0820 -22.2800 -49.1200 607.0 BAURU +BR00D6-0830 -23.0000 -49.8300 470.0 FAZENDA LAJEADINHO +BR00D6-0860 -22.0500 -49.6200 550.0 SAO FRANCISCO DA CORREDEIRA +BR00D6-0870 -22.0500 -49.0300 500.0 JACUBA +BR00D6-0880 -22.1200 -49.2000 480.0 FAZENDA AGUA DOS PATOS +BR00D6-0900 -22.7200 -49.5700 500.0 CAPORANGA +BR00D6-0910 -22.5800 -49.4000 540.0 PAULISTANIA +BR00D6-0920 -22.3200 -49.7700 660.0 MUNDO NOVO +BR00D6-0930 -22.0800 -49.7200 580.0 ALVARO DE CARVALHO +BR00D6-0940 -22.4300 -49.9200 540.0 OCAUCU +BR00D6-0950 -22.7500 -49.7300 460.0 SAO PEDRO DO TURVO +BR00D6-0960 -22.6200 -49.2800 510.0 FAZENDA QUERENCIA +BR00D6-0970 -22.2300 -49.4300 510.0 SITIO SANTA MARIA GORETTI +BR00D6-0980 -22.1300 -49.9200 440.0 DIRCEU +BR00D6-1000 -22.5800 -49.8200 580.0 AREIA BRANCA +BR00D6-1010 -22.8700 -49.0500 640.0 FAZENDA RIO PARDO +BR00D6-1030 -22.7200 -49.3200 560.0 DOMELIA +BR00D6-1040 -22.8300 -49.8200 480.0 AGUA SUJA +BR00D6-1050 -22.4500 -49.7700 660.0 ALVINLANDIA +BR00D6-1060 -22.6000 -50.0000 500.0 CAMPOS NOVOS PAULISTA +BR00D6-1070 -22.4500 -49.5300 560.0 LUCIANPOLIS +BR00D7-0010 -22.2300 -50.7000 520.0 QUATA +BR00D7-0030 -22.1200 -50.2000 580.0 POMPEIA +BR00D7-0070 -22.3700 -50.3800 500.0 AGROPECUARIA SANTO ANTONIO +BR00D7-0120 -22.8200 -50.0700 450.0 IBIRAREMA +BR00D7-0190 -22.6700 -50.4200 540.0 ASSIS (EFS) D7-019 +BR00D7-0200 -22.6300 -50.4000 560.0 ASSIS (HORTO FLORESTAL-EFS) +BR00D7-0300 -22.8200 -50.3200 380.0 SUSSUI (EFS) D7-030 +BR00D7-0310 -22.8800 -50.3300 360.0 USINA PARI +BR00D7-0320 -22.1500 -50.0800 590.0 ORIENTE +BR00D7-0330 -22.0700 -50.3000 600.0 QUINTANA +BR00D7-0340 -22.1000 -50.1700 580.0 POMPEIA (ACCO) +BR00D7-0350 -22.4200 -50.5800 0.0 PARAGUACU PAULISTA +BR00D7-0360 -22.2200 -50.8800 550.0 RANCHARIA (MC FADDEN) +BR00D7-0370 -22.1000 -50.1800 580.0 POMPEIA (SANBRA) +BR00D7-0380 -22.0000 -50.0000 0.0 RANCHARIA +BR00D7-039A -22.7300 -50.7800 350.0 CRUZALIA +BR00D7-0410 -22.6700 -50.6200 460.0 BAIRRO AGUA DO MATAO +BR00D7-0430 -22.4200 -50.5700 480.0 PARAGUACU PAULISTA +BR00D7-0450 -22.2700 -50.1500 400.0 AVENCAS +BR00D7-0460 -22.4300 -50.2200 680.0 ECHAPORA +BR00D7-0530 -22.7800 -50.2200 440.0 PALMITAL +BR00D7-0540 -22.9000 -50.7300 370.0 FLORINEA +BR00D7-0550 -22.6800 -50.4800 500.0 AGUA DA FORTUNA +BR00D7-0560 -22.8500 -50.5500 400.0 FAZENDA REUNIDAS SANTA ROSA +BR00D7-0590 -22.2200 -50.2300 420.0 VILA AUDENIA D7-059 +BR00D7-0610 -22.0700 -50.5300 430.0 VARPA +BR00D7-0620 -22.2500 -50.5500 470.0 BORA +BR00D7-0640 -22.6300 -50.2000 420.0 PLATINA +BR00D7-0650 -22.4300 -51.0000 470.0 TRONCAO RANCHARIA +BR00D7-0670 -22.3500 -50.0500 440.0 AMADEU AMARAL +BR00D7-0680 -22.6300 -50.9000 330.0 GARDENIA +BR00D7-0690 -22.5700 -50.7800 410.0 SAO MATEUS +BR00D7-0730 -22.1200 -50.8300 430.0 FAZENDA BARRA MANSA +BR00D7-0760 -22.5300 -50.5300 460.0 CARDOSO DE ALMEIDA +BR00D7-0770 -22.1700 -50.9800 440.0 FAZENDA BARTIRA +BR00D7-0780 -22.7800 -50.6500 360.0 SANTO ANTONIO +BR00D8-0010 -22.0000 -51.0000 0.0 REGENTE FEIJO D8-001 +BR00D8-0030 -22.1000 -51.3800 460.0 PRESIDENTE PRUDENTE +BR00D8-0040 -22.5200 -51.8200 300.0 FAZENDA VISTA BONITA +BR00D8-0060 -22.7200 -51.1300 340.0 CAPISA +BR00D8-0080 -22.3000 -51.9200 440.0 MIRANTE DO PARANAPANEMA +BR00D8-0090 -22.1800 -51.2500 470.0 INDIANA (CIMA) +BR00D8-0100 -22.2000 -51.3300 460.0 FAZENDA MANDAGUARI +BR00D8-0110 -22.1300 -51.3800 460.0 PRESIDENTE PRUDENTE (PDV) +BR00D8-0130 -22.6700 -51.0800 380.0 IEPE +BR00D8-0150 -22.1500 -51.1700 480.0 MARTINOPOLIS (ACCO) +BR00D8-0160 -22.5200 -51.6300 320.0 BAIRRO GUARUJA +BR00D8-0230 -22.1700 -51.4200 460.0 PRESIDENTE PRUDENTE +BR00D8-0250 -22.2700 -51.5000 470.0 PIRAPOZINHO +BR00D8-0270 -22.0800 -51.4700 480.0 ALVARES MACHADO (CASA AG +BR00D8-0280 -22.3800 -51.2800 390.0 TACIBA +BR00D8-0320 -22.5800 -51.7000 330.0 ITORORO DO PARANAPANEMA +BR00D8-0350 -22.1000 -51.9700 390.0 MARABA PAULISTA +BR00D8-0390 -22.1170 -51.3830 450.0 PRESIDENTE PRUDENTE 83716 +BR00D8-0400 -22.4200 -51.5200 410.0 NARANDIBA +BR00D8-0410 -22.2500 -51.1700 430.0 USINA LARANJA DOCE +BR00D8-0450 -22.5500 -51.9500 260.0 FAZENDA SAO DOMINGOS +BR00D8-0470 -22.1500 -51.2500 520.0 INDIANA +BR00D8-0480 -22.0000 -51.9000 350.0 FAZENDA CLOTILDE +BR00D8-0500 -22.6200 -51.2500 390.0 NANTES +BR00D8-0520 -22.4200 -51.1700 440.0 FAZENDA FORMOSA +BR00D8-0530 -22.5700 -51.1300 370.0 JAGUARETE +BR00D8-0550 -22.5800 -51.4500 320.0 BAIRRO DO OVIDIO +BR00D8-0560 -22.0200 -51.5500 420.0 PRESIDENTE BERNARDES +BR00D8-0570 -22.0200 -51.2300 520.0 CAIABU +BR00D9-0010 -22.4700 -52.8800 260.0 FAZENDA ITAPORA +BR00D9-0020 -22.3700 -52.3200 440.0 BAIRRO SANTA IDA +BR00D9-0030 -22.5200 -52.1800 350.0 TEODORO SAMPAIO +BR00D9-0040 -22.5500 -52.5800 300.0 EUCLIDES DA CUNHA +BR00D9-0050 -22.3200 -52.6500 240.0 FAZENDA GUANA +BR00D9-0060 -22.3000 -52.0800 380.0 CUIABA PAULISTA +BR00D9-0140 -22.5700 -52.4200 300.0 FAZENDA ROSANELA +BR00D9-0150 -22.5800 -53.0700 240.0 ROSANA +BR00D9-0160 -22.5800 -52.8200 260.0 FAZENDA NOVA DO PONTAL +BR00D9-0170 -22.4200 -52.4200 380.0 PONTO ALEGRE +BR00D9-0180 -22.2300 -52.4700 300.0 RECANTO PORTO DEZ +BR00D9-0190 -22.1000 -52.3300 350.0 SUCURITA +BR00D9-0210 -22.4200 -52.4700 470.0 FAZENDA TOROS DO PONTAL +BR00D9-0230 -22.5300 -52.7800 300.0 FAZENDA BONANZA +BR00D9-0240 -22.2800 -52.2500 320.0 PLANALTO DO SUL +BR00D9-0250 -22.3500 -52.5200 300.0 ALCIDIA +BR00E1-0010 -23.0800 -44.9000 900.0 FAZENDA DO CUME +BR00E1-0020 -23.0700 -44.9500 970.0 CUNHA (INMET) +BR00E1-0030 -23.3700 -44.7300 2.0 PONTA DA TRINDADE +BR00E1-0040 -23.3800 -44.8300 3.0 PICINGUABA +BR00E1-0050 -23.1800 -44.9800 1120.0 BAIRRO PARAIBUNA +BR00E1-0060 -23.1200 -44.8500 1460.0 SERTAO DO RIO MANSO +BR00E1-0070 -23.0800 -44.9700 980.0 CUNHA (EC) +BR00E2-0010 -23.1300 -45.7500 550.0 SANTA LUZIA +BR00E2-0020 -23.2200 -45.7300 670.0 FAZENDA N.S. DA PIEDADE +BR00E2-0030 -23.4200 -45.1200 10.0 UBATUBA E2-003 +BR00E2-0040 -23.6500 -45.8700 850.0 POCO PRETO (DAE) E2-004 +BR00E2-0070 -23.1200 -45.2000 840.0 FAXINAL +BR00E2-0080 -23.3800 -45.4500 720.0 NATIVIDADE DA SERRA +BR00E2-0120 -23.7800 -45.3500 10.0 ILHABELA +BR00E2-0130 -23.1000 -45.6800 550.0 BAIRRO CAMPO GRANDE +BR00E2-0150 -23.5200 -45.8700 800.0 FAZENDA FIBRA +BR00E2-0170 -23.1800 -45.7000 680.0 ANTIGA CARBONIFERA +BR00E2-0190 -23.6500 -45.9000 860.0 BORACEIA +BR00E2-0200 -23.2000 -45.6300 980.0 GERMANA +BR00E2-0220 -23.0170 -45.5670 577.0 TAUBATE 83784 +BR00E2-0230 -23.0700 -45.6000 620.0 GRANJA PILOTO +BR00E2-0240 -23.4700 -45.3500 710.0 BAIRRO ALTO +BR00E2-0250 -23.2500 -45.6800 700.0 JAMBEIRO +BR00E2-0260 -23.3700 -45.6800 670.0 ALFERES +BR00E2-0280 -23.2800 -45.5300 740.0 REDENCAO DA SERRA +BR00E2-0290 -23.4000 -45.8800 670.0 SANTA BRANCA +BR00E2-0310 -23.2800 -45.9500 570.0 JACAREI +BR00E2-0320 -23.2170 -45.8500 646.0 SAO JOSE DOS CAMPOS 83809 +BR00E2-0330 -23.1000 -45.7000 560.0 CACAPAVA (DER) +BR00E2-0340 -23.1300 -45.7200 620.0 SAPE +BR00E2-0350 -23.0500 -45.5500 580.0 TAUBATE (DER) E2-035 +BR00E2-0360 -23.0500 -45.9000 570.0 AGUA SOCA +BR00E2-0370 -23.2800 -45.7800 680.0 VARADOURO +BR00E2-0390 -23.4500 -45.5800 720.0 COMERCIO +BR00E2-0400 -23.5000 -45.5500 780.0 PITAS +BR00E2-0410 -23.5500 -45.4700 700.0 BAIRRO DA CAPOEIRINHA (DER) +BR00E2-0420 -23.5800 -45.4500 5.0 CARAGUATATUBA E2-042 +BR00E2-0430 -23.6200 -45.4300 200.0 BAIRRO RIO DOURO E2-043 +BR00E2-0460 -23.6300 -45.4300 20.0 CARAGUATATUBA +BR00E2-0480 -23.0800 -45.6700 580.0 CERAMICA QUIRINO +BR00E2-0490 -23.0800 -45.2000 910.0 LAGOINHA +BR00E2-0500 -23.8200 -45.3500 250.0 UHE DA AGUA BRANCA +BR00E2-0510 -23.1800 -45.4700 660.0 BAIRRO BOM RETIRO +BR00E2-0520 -23.4300 -45.0700 1.0 UBATUBA +BR00E2-0530 -23.6500 -45.9300 850.0 CASA GRANDE (DAE) E2-053 +BR00E2-0540 -23.5300 -45.8500 770.0 SALESOPOLIS +BR00E2-0550 -23.2500 -45.2000 830.0 CATUCABA +BR00E2-0560 -23.3000 -45.9700 570.0 JACAREI (ESCOLA AGRICOLA) +BR00E2-0570 -23.2800 -45.8300 660.0 CAPUAVA +BR00E2-0910 -23.1500 -45.3800 760.0 FAZENDA SANTA LEONOR +BR00E2-0930 -23.1500 -45.5200 700.0 FAZENDA BOCAINA +BR00E2-0940 -23.0700 -45.5500 590.0 FAZENDA CATAGUA +BR00E2-0950 -23.0700 -45.5000 600.0 REMEDIOS +BR00E2-0960 -23.1000 -45.4700 700.0 BAIRRO TABOAO +BR00E2-0970 -23.1300 -45.4200 660.0 RIBEIRAO DAS ALMAS +BR00E2-0980 -23.1300 -45.5000 620.0 BAIRRO REGISTRO +BR00E2-0990 -23.1800 -45.8000 570.0 PARARANGABA +BR00E2-1000 -23.6300 -45.8300 870.0 RIBEIRAO DO CAMPO +BR00E2-1010 -23.2300 -45.8500 570.0 BAIRRO DOS PUTINS E2-101 +BR00E2-1020 -23.2200 -45.7800 590.0 BAIRRO CAJURU +BR00E2-1040 -23.2000 -45.5200 820.0 RIBEIRAO DAS ANTASE2-104 +BR00E2-1050 -23.1500 -45.5300 660.0 FAZENDA CONCEICAO +BR00E2-1060 -23.2000 -45.5300 710.0 FAZENDA IPIRANGA +BR00E2-1070 -23.1800 -45.5500 810.0 BAIRRO SAMAMBAIA +BR00E2-1090 -23.3200 -45.8800 660.0 JARDIM +BR00E2-1100 -23.6300 -45.9500 880.0 CASA GRANDE +BR00E2-1120 -23.5700 -45.9700 800.0 PONTE NOVA +BR00E2-1160 -23.3700 -45.3700 800.0 LARANJAL +BR00E2-1170 -23.0700 -45.0700 800.0 CAPIVARA +BR00E2-1180 -23.5500 -45.6000 750.0 CEDRO +BR00E2-1220 -23.5300 -45.2300 4.0 MARANDUBA +BR00E2-1240 -23.7800 -45.5500 5.0 MARESIAS +BR00E2-1250 -23.8000 -46.0000 3.0 SAO LOURENCO +BR00E2-1270 -23.0500 -45.3700 900.0 MACUCO +BR00E2-1280 -23.7000 -45.4500 10.0 PORTO NOVO +BR00E2-1290 -23.2800 -45.2200 820.0 CACHOEIRINHA +BR00E2-1300 -23.5300 -45.6800 970.0 ALEGRE +BR00E2-1310 -23.5700 -45.8300 790.0 USINA SALESOPOLIS +BR00E2-1320 -23.2300 -45.3000 740.0 SAO LUIS DO PARAITINGA +BR00E2-1340 -23.1700 -45.1000 880.0 FERRAZ +BR00E2-1350 -23.3700 -45.2000 815.0 BRIET +BR00E2-1360 -23.5700 -45.4500 760.0 ALTO DA SERRA +BR00E2-1400 -23.5800 -45.7800 920.0 FAZENDA CARMELINA +BR00E2-1420 -23.9200 -45.4500 90.0 BURRIFAS +BR00E3-0030 -23.5200 -46.6800 730.0 AGUA BRANCA +BR00E3-0040 -23.6200 -46.8000 880.0 JAGUARE (SABESP) +BR00E3-0050 -23.3200 -46.5800 800.0 MAIRIPORA +BR00E3-0060 -23.6500 -46.7000 764.0 SANTO AMARO +BR00E3-0070 -23.5000 -46.6170 792.0 SAO PAULO GSN 83781 +BR00E3-0090 -23.5200 -46.8700 700.0 BARUERI +BR00E3-0100 -23.5200 -46.7300 720.0 LAPA +BR00E3-0110 -23.9300 -46.6800 800.0 FAZENDA CAPIVARI +BR00E3-0130 -23.5700 -46.9300 735.0 ROSELANDIA +BR00E3-0140 -23.7800 -46.9200 860.0 ALDEINHA +BR00E3-0150 -23.0200 -46.8300 780.0 ITATIBA +BR00E3-0160 -23.7200 -46.8500 910.0 ITAPECERICA DA SERRA +BR00E3-0170 -23.0300 -46.9700 700.0 VINHEDO +BR00E3-0200 -23.4500 -46.9200 720.0 SANTANA DE PARNAIBA +BR00E3-0210 -23.2200 -46.7800 750.0 CAMPO LIMPO PAULISTA +BR00E3-0220 -23.6300 -46.5800 740.0 SAO CAETANO DO SUL +BR00E3-0250 -23.1800 -46.8700 710.0 JUNDIAI (CPEF) +BR00E3-0260 -23.6700 -46.5000 740.0 SANTO ANDRE +BR00E3-0270 -23.7200 -46.9700 920.0 PEDRO BEICHT +BR00E3-0280 -23.8200 -46.8300 820.0 ITAQUACIARA (EFS) +BR00E3-0290 -23.6300 -46.5500 740.0 UTINGA +BR00E3-0300 -23.4000 -46.7500 840.0 PERUS +BR00E3-0310 -23.5500 -46.8700 730.0 BAIXO COTIA +BR00E3-0320 -23.5800 -46.2300 750.0 FAZENDA SANTO ANGELO +BR00E3-0330 -23.4700 -46.7200 790.0 NOSSA SENHORA DO O +BR00E3-0340 -23.6500 -46.9500 880.0 CACHOEIRA DA GRACA +BR00E3-0350 -23.6500 -46.6300 780.0 OBSERVATORIO DO IAG +BR00E3-0360 -23.5300 -46.6300 730.0 LUZ (ESTACAO) +BR00E3-0370 -23.7800 -46.3000 820.0 PARANAPIACABA (ALTO DA SERRA) +BR00E3-0380 -23.8700 -46.3800 5.0 PIACAGUERA (EFSJ) +BR00E3-0390 -23.9500 -46.3000 2.0 VICENTE DE CARVALHO (INMET) +BR00E3-0400 -23.7700 -46.1200 10.0 USINA ITATINGA +BR00E3-0410 -23.8800 -46.2200 200.0 CAETE +BR00E3-0420 -23.7500 -46.1300 720.0 REPRESA ITATINGA +BR00E3-0430 -23.9500 -46.1800 3.0 PEREQUE +BR00E3-0450 -23.9300 -46.2800 3.0 VICENTE DE CARVALHO +BR00E3-0470 -23.3300 -46.6800 740.0 FRANCO DA ROCHA (HOSP.JUQUERI) +BR00E3-0480 -23.4800 -46.4300 750.0 SAO MIGUEL PAULISTA E3-048 +BR00E3-0490 -23.3300 -46.2300 690.0 SANTA ISABEL +BR00E3-0500 -23.3800 -46.3500 760.0 BAIRRO FAZENDA VELHA +BR00E3-0520 -23.6170 -46.6500 802.0 SAO PAULO (AEROPORT 83780 +BR00E3-0530 -23.2000 -46.9800 730.0 ERMIDA +BR00E3-0540 -23.3200 -46.1200 600.0 PARATEI +BR00E3-0560 -23.9700 -46.3700 10.0 SAO VICENTE +BR00E3-0570 -23.8300 -46.8200 742.0 EMBU GUACU (EFS) E3-057 +BR00E3-0580 -23.8800 -46.8000 750.0 MARIO SOUTO (EFS) E3-058 +BR00E3-0590 -23.9200 -46.6500 720.0 EVANGELISTA DE SOUZA +BR00E3-0600 -23.8800 -46.7000 750.0 ENGENHEIRO MARSILAC (EFS +BR00E3-0610 -23.9700 -46.6700 680.0 USINA RIO DOS CAMPOS +BR00E3-0620 -23.9800 -46.6200 600.0 ENGENHEIRO FERRAZ (EFS) +BR00E3-0640 -23.9200 -46.4700 250.0 SALES DA CRUZ +BR00E3-0660 -23.9700 -46.5000 80.0 GASPAR RICARDO +BR00E3-0670 -23.7800 -46.9300 890.0 MORRO DO CHIQUEIRO +BR00E3-0680 -23.7700 -46.8300 790.0 MOMBACA +BR00E3-0700 -24.0000 -46.2800 3.0 PONTA DA PRAIA +BR00E3-0730 -23.6700 -46.8800 800.0 SITIO VOTORANTIM +BR00E3-0740 -23.1500 -46.5500 770.0 ATIBAIA +BR00E3-0760 -23.0500 -46.3500 820.0 PIRACAIA +BR00E3-0780 -23.4500 -46.6200 0.0 ITAGUACU (SABESP) +BR00E3-0790 -23.0000 -46.0000 0.0 REPRESA CUCA (SABESP) +BR00E3-0810 -23.4000 -46.5800 800.0 ENGORDADOR +BR00E3-0820 -23.4200 -46.5700 760.0 BARROCADA +BR00E3-0830 -23.4000 -46.5300 760.0 CABUCU (SABESP) +BR00E3-0840 -23.1200 -46.9300 700.0 JUNDIAI-IA +BR00E3-0850 -23.6200 -46.5500 730.0 VILA PROSPERIDADE (GM) +BR00E3-0900 -23.5800 -46.6500 760.0 INSTITUTO BIOLOGICO +BR00E3-0910 -23.4800 -46.3700 790.0 MONTE BELO +BR00E3-0920 -23.5500 -46.2300 720.0 VILA CINTRA (DER) +BR00E3-0930 -23.5200 -46.2300 800.0 SERRA DO ITAPETI (DER) +BR00E3-0940 -23.3800 -46.0700 580.0 FREGUESIA DA ESCADA +BR00E3-0960 -23.5200 -46.6500 720.0 PONTE PEQUENA +BR00E3-0970 -23.5200 -46.2000 730.0 ESTALEIRO DAEE +BR00E3-0980 -23.5200 -46.2700 800.0 GRANJA JURUPOCA +BR00E3-0990 -23.1800 -46.4000 790.0 NAZARE PAULISTA +BR00E3-1000 -23.7500 -46.6300 780.0 BAIRRO ALVARENGA +BR00E3-1010 -23.8800 -46.4200 6.0 CUBATAO +BR00E3-1030 -23.3800 -46.1700 590.0 BAIRRO TABOAO +BR00E3-1040 -23.8000 -46.3200 670.0 TERCEIRO PLANO DA SERRA NOVA +BR00E3-1050 -23.5200 -46.1700 760.0 MOGI DAS CRUZES-BOMBA RECALQUE +BR00E3-1060 -23.8500 -46.1300 3.0 BERTIOGA +BR00E3-1070 -23.2300 -46.0200 560.0 BAIRRO REMEDINHO +BR00E3-1080 -23.4300 -46.2800 690.0 FAZENDA SAO BENTO +BR00E3-1120 -23.4500 -46.2300 630.0 BAIRRO TABOAO E3-112 +BR00E3-1140 -23.5500 -46.2800 740.0 SUZANO +BR00E3-1360 -23.6300 -46.8500 770.0 MOINHO VELHO +BR00E3-1420 -23.7500 -46.5300 840.0 RECALQUE ABC +BR00E3-1430 -23.8800 -46.4800 400.0 RODOVIA ANCHIETA-COTA 400 +BR00E3-1440 -23.8800 -46.4500 105.0 MORRO DO PICHE E3-144 +BR00E3-1450 -23.5700 -46.7300 760.0 CTH-CIDADE UNIVERSITARIA. +BR00E3-1460 -23.5300 -46.7200 760.0 CIDADE UNIVERSITARIA (IP +BR00E3-1470 -23.4800 -46.3500 645.0 ITAQUAQUECETUBA +BR00E3-1480 -23.6700 -46.4800 780.0 MAUA +BR00E3-1490 -23.7700 -46.3500 760.0 CAMPO GRANDE +BR00E3-1500 -23.6700 -46.5700 780.0 RUDGE RAMOS +BR00E3-1520 -23.4330 -46.4670 4.0 SAO PAULO/CUMBICA 83778 +BR00E3-1540 -23.0000 -46.7200 730.0 FAZENDA PRIMAVERA +BR00E3-2230 -23.6700 -46.1800 790.0 TAIACUPEBA +BR00E3-2240 -23.6800 -46.3000 760.0 FAZENDA DO SERTAO +BR00E3-2250 -23.2700 -46.4200 870.0 MORRO GRANDE +BR00E3-2260 -23.8800 -46.9800 720.0 PAIOL DO MEIO +BR00E3-2270 -23.0800 -46.4000 780.0 BATATUBA +BR00E3-2280 -23.9500 -46.4500 10.0 HUMAITA (SAMARITA) . +BR00E3-2290 -23.0700 -46.3000 900.0 CRIOULOS +BR00E3-2300 -23.2200 -46.6700 800.0 RIO ACIMA +BR00E3-2310 -23.6200 -46.0800 740.0 SERTAOZINHO +BR00E3-2320 -23.5700 -46.1000 750.0 CAPIXINGA +BR00E3-2330 -23.3500 -46.9300 740.0 PONUNDUVA +BR00E3-2340 -23.4200 -46.1800 640.0 ITAPETI +BR00E3-2350 -23.8500 -46.2700 200.0 JURUBATUBA (SBS) E3-235 +BR00E3-2380 -23.7000 -46.6000 770.0 DIADEMA +BR00E3-2390 -23.7000 -46.4500 800.0 GUAPITUBA +BR00E3-2400 -23.5700 -46.4300 800.0 ITAQUERA +BR00E3-2410 -23.9300 -46.5800 760.0 IMIGRANTES (TREVO IV) +BR00E3-2420 -23.2000 -46.1500 780.0 IGARATA +BR00E3-2430 -23.8300 -46.7300 780.0 PARELHEIROS +BR00E3-2450 -23.6500 -46.3300 800.0 TAIACUPEBA-MIRIM +BR00E3-2460 -23.5700 -46.6200 730.0 MOOCA-COMGAS +BR00E3-2470 -23.0500 -46.6500 760.0 RIBEIRAO +BR00E3-2480 -23.5800 -46.5000 750.0 JARDIM CENTENARIO +BR00E3-2500 -23.1800 -46.3300 800.0 RIBEIRAO ACIMA +BR00E3-2520 -23.8200 -46.3000 60.0 QUILOMBO E3-252 +BR00E3-2540 -23.8800 -46.7500 780.0 EMBURA +BR00E3-2550 -23.6300 -46.4700 780.0 PARQUE SAO RAFAEL +BR00E3-2560 -23.9000 -46.7000 750.0 ENGENHEIRO MARSILAC (EFS) +BR00E3-2570 -23.9300 -46.9000 820.0 SANTA RITA +BR00E3-2580 -23.9700 -46.9000 730.0 BELVEDERE +BR00E3-2590 -23.8800 -46.8000 750.0 CIPO +BR00E3-2600 -23.6000 -46.3700 770.0 GUAIO +BR00E3-2610 -23.9500 -46.8000 750.0 TERRAS DE SANTA ROSA +BR00E3-2630 -23.5300 -46.9800 770.0 AMADOR BUENO +BR00E3-2640 -23.5200 -46.7500 720.0 OSASCO +BR00E3-2650 -23.5000 -46.8300 740.0 CARAPICUIBA +BR00E4-0010 -23.7300 -47.4200 840.0 PIEDADE +BR00E4-0020 -23.3000 -47.1300 630.0 CABREUVA 0E4-002 +BR00E4-0030 -23.6300 -47.0800 880.0 AGUACAI (EFS) E4-003 +BR00E4-0040 -23.6000 -47.1700 890.0 JULIO PRESTES (EFS)0E4-004 +BR00E4-0060 -23.5300 -47.0300 820.0 SAO JOAO NOVO (EFS) E4-006 +BR00E4-0070 -23.5200 -47.3700 603.0 BRIGADEIRO TOBIAS (EFS) E4-007 +BR00E4-0080 -23.5300 -47.2700 800.0 CIA.BRASILEIRA DE ALUMINIO +BR00E4-0090 -23.5300 -47.1300 820.0 ESTACAO EXPERIMENTAL E4-009 +BR00E4-0100 -23.0700 -47.9700 510.0 PEREIRAS +BR00E4-0120 -23.6800 -47.0200 936.0 CAUCAIA DO ALTO +BR00E4-0130 -23.0300 -47.3700 580.0 ELIAS FAUSTO +BR00E4-0150 -23.0800 -47.2200 630.0 INDAIATUBA +BR00E4-0160 -23.2200 -47.2800 520.0 SALTO (EFS)0E4-016 +BR00E4-0170 -23.4200 -47.6500 700.0 MINA NOVA DE APATITA E4-017 +BR00E4-0180 -23.4800 -47.6800 560.0 BAIRRO IPERO +BR00E4-0190 -23.3300 -47.6800 540.0 IPERO +BR00E4-019A -23.4300 -47.5800 560.0 IPANEMA(RUFINO) +BR00E4-0200 -23.3200 -47.7800 540.0 AMERICANA VELHA +BR00E4-0210 -23.1500 -47.0700 660.0 ITUPEVA (EFS)0E4-021 +BR00E4-0220 -23.5200 -47.6200 640.0 ARACOIABA DA SERRA0E4-022 +BR00E4-0230 -23.3300 -47.3300 640.0 PIRAPITINGUI +BR00E4-0240 -23.5500 -47.4500 630.0 VOTORANTIN (FABRICA) E4-024 +BR00E4-0250 -23.6500 -47.5700 600.0 SALTO DE PIRAPORA +BR00E4-0260 -23.4000 -47.7700 540.0 BAIRRO SARAPU +BR00E4-0270 -23.7000 -47.4500 760.0 USINA NOVA0E4-027 +BR00E4-0280 -23.8300 -47.6500 710.0 USINA BATISTA +BR00E4-0290 -23.8700 -48.0000 650.0 SAO MIGUEL ARCANJO +BR00E4-0310 -23.5500 -47.9000 580.0 ALAMBARI +BR00E4-0320 -23.6500 -47.8300 600.0 SARAPUI +BR00E4-0340 -23.3500 -47.8500 590.0 TATUI-IA 0E4-034 +BR00E4-0350 -23.2700 -47.3000 570.0 ITU (INMET) 0E4-035 +BR00E4-0360 -23.3700 -47.8500 610.0 TATUI +BR00E4-0370 -23.0000 -47.7200 570.0 FAZENDA VISTA REDONDA +BR00E4-0380 -23.5700 -47.1700 890.0 GUAIANA (EFS)0E4-038 +BR00E4-0390 -24.0000 -47.9000 760.0 FAZENDA JOSE GEORGE0E4-039 +BR00E4-0400 -23.5700 -47.5300 640.0 FAZENDA MODELO0E4-040 +BR00E4-0410 -23.5500 -47.1800 870.0 MAIRINQUE +BR00E4-0420 -23.0500 -47.3000 680.0 CARDEAL(EFS)0E4-042 +BR00E4-0430 -23.4300 -47.2500 810.0 DONA CATARINA +BR00E4-0440 -23.0300 -47.1000 670.0 DESCAMPADO (EFS) +BR00E4-0450 -23.2200 -47.5300 532.0 PORTO FELIZ (EFS)0E4-045 +BR00E4-0460 -23.2800 -47.6700 630.0 BOITUVA +BR00E4-0470 -23.6500 -47.2200 880.0 IBIUNA +BR00E4-0480 -23.4830 -47.4330 645.0 SOROCABA 83851 +BR00E4-0490 -23.2200 -47.9500 610.0 CESARIO LANGE +BR00E4-0500 -23.0300 -47.8500 490.0 LARANJAL PAULISTA +BR00E4-0510 -23.0000 -47.0000 525.0 FAZENDA VASSOURAL0E4-051 +BR00E4-0530 -23.1500 -47.8000 490.0 BAIRRO REPRESA +BR00E4-0540 -23.4300 -47.6000 560.0 BACAETAVA (EFS) E4-054 +BR00E4-0550 -23.9700 -47.5000 870.0 TAPIRAI +BR00E4-0560 -23.4830 -47.4500 631.0 SOROCABA 83857 +BR00E4-0570 -23.0500 -47.8200 480.0 CHACARA SAO PEDRO0E4-057 +BR00E4-0590 -23.9300 -47.0700 680.0 JUQUITIBA +BR00E4-0600 -23.7200 -47.4200 820.0 PIEDADE 0E4-060 +BR00E4-0610 -23.2700 -47.2800 550.0 ITU0E4-061 +BR00E4-0620 -23.0800 -47.0500 690.0 FAZENDA BURITI +BR00E4-0640 -23.2700 -47.3000 550.0 ITU (EFS) E4-064 +BR00E4-0990 -23.5500 -47.0800 920.0 MAILASKI +BR00E4-1010 -23.4500 -47.5700 600.0 GEORGE OETTERER +BR00E4-1160 -23.9500 -47.2200 660.0 CACHOEIRA DO FRANCA +BR00E4-1170 -23.5500 -47.7700 580.0 PORTO +BR00E4-1180 -23.2000 -47.5200 540.0 PORTO FELIZ +BR00E4-1190 -23.1000 -47.4200 660.0 SAMAMBAIA +BR00E4-1210 -23.2300 -47.6200 520.0 USINA SANTA ROSA (IAA) +BR00E4-1220 -23.3000 -47.5300 600.0 BAIRRO BANANAL +BR00E4-1230 -23.0000 -47.1330 661.0 CAMPINAS (AEROPORTO 83721 +BR00E4-1250 -23.5800 -47.3200 900.0 CARAFA +BR00E4-1260 -23.5300 -47.6500 620.0 COLONIA +BR00E4-1270 -23.2000 -47.3000 500.0 SALTO +BR00E4-1290 -23.4300 -47.0700 700.0 ARACARIGUAMA 0E4-129 +BR00E4-1300 -23.7500 -47.4800 960.0 SITIO FRUTOLANDIA +BR00E4-1310 -23.7200 -47.1200 950.0 MATO DO GADO +BR00E4-1320 -23.8500 -47.4500 920.0 BAIRRO RIBEIRAO BONITO +BR00E4-1330 -23.9300 -47.7200 890.0 FAZENDA MOQUEM +BR00E4-1340 -23.7300 -47.9300 730.0 SANTA CRUZ DOS MOTAS +BR00E4-1350 -23.4800 -47.9500 680.0 MORRO DO ALTO +BR00E4-1370 -23.7000 -47.7300 620.0 COCAIS +BR00E4-1380 -23.7500 -47.2200 850.0 PIAI +BR00E4-1390 -23.9800 -47.0000 690.0 ROSAS +BR00E5-0010 -23.0000 -48.0200 500.0 CONCHAS +BR00E5-0020 -23.8800 -48.1500 620.0 BAIRRO TURVO DOS HILARIOS(DER) +BR00E5-0030 -24.0000 -48.3500 700.0 CAPAO BONITO E5-003 +BR00E5-0040 -23.8500 -48.7000 660.0 RONDINHA (EFS) E5-004 +BR00E5-0060 -23.1700 -48.1200 530.0 PORANGABA (PREFEITURA) +BR00E5-0070 -23.5500 -48.3000 670.0 BOM RETIRO +BR00E5-0080 -23.0500 -48.9000 780.0 AVARE (IRM) +BR00E5-0090 -23.9700 -48.8700 655.0 ITAPEVA 277 +BR00E5-0110 -23.4700 -48.0000 0.0 SITIO DA SAUDADE E5-011 +BR00E5-0130 -23.1000 -48.6200 760.0 ITATINGA E5-013 +BR00E5-0140 -23.1000 -48.9170 793.0 AVARE 83773 +BR00E5-0150 -23.5800 -48.0500 650.0 ITAPETININGA +BR00E5-0160 -23.1000 -48.2500 580.0 BOFETE +BR00E5-0170 -23.4800 -48.4200 630.0 ANGATUBA +BR00E5-0180 -23.6000 -48.4500 590.0 ENGENHEIRO HERMILO +BR00E5-0190 -23.4500 -48.5800 580.0 FAZENDA ATERRADINHO +BR00E5-0200 -23.6000 -48.8300 720.0 FAZENDA CRUZEIRO DO SUL E5-020 +BR00E5-0210 -23.3800 -48.7000 0.0 PARANAPANEMA (PREF.) +BR00E5-0220 -23.7200 -48.4800 600.0 ARACACU (EFS) E5-022 +BR00E5-0230 -23.3000 -48.0500 620.0 QUADRA +BR00E5-0260 -23.0000 -48.0000 596.0 AVARE (ACCO) E5-026 +BR00E5-0300 -23.5200 -48.5500 660.0 FAZENDA BEM VINDA +BR00E5-0340 -23.7700 -48.1300 680.0 GRAMADINHO +BR00E5-0350 -23.6000 -48.3200 610.0 RECHA +BR00E5-0400 -23.9500 -48.8830 647.0 ITAPEVA 83774 +BR00E5-0410 -23.0800 -48.6300 780.0 ITATINGA E5-041 +BR00E5-0440 -23.1200 -48.9300 750.0 AVARE (EFS) E5-044 +BR00E5-0450 -23.9700 -48.9500 620.0 ITAPEVA +BR00E5-0460 -23.9200 -48.7000 660.0 TAQUARI-VAI +BR00E5-0470 -23.9500 -48.2200 620.0 FERREIRA DAS ALMAS +BR00E5-0480 -23.6300 -48.1200 610.0 PORTO VELHO E5-048 +BR00E5-0510 -23.8000 -48.5800 580.0 BURI +BR00E5-0520 -24.0000 -48.3700 720.0 CAPAO BONITO-IA E5-052 +BR00E5-0580 -23.4000 -48.4800 640.0 BAIRRO DO CAPIM +BR00E5-0600 -23.0800 -48.3800 880.0 PARDINHO +BR00E5-0610 -23.3800 -48.7300 620.0 PARANAPANEMA +BR00E5-0620 -23.3800 -48.0300 640.0 CAMPO DO PAIOL +BR00E5-0630 -23.1800 -48.1200 520.0 PORANGABA +BR00E5-0650 -23.4300 -48.8800 610.0 HOLAMBRA +BR00E5-0660 -23.7800 -48.3500 610.0 FAZENDA SAO JOSE DO BOM RETIRO +BR00E5-0670 -23.6300 -48.8300 740.0 CRUZEIRINHO E5-067 +BR00E5-0680 -23.3000 -48.8800 580.0 SERRINHA +BR00E5-0690 -23.4700 -48.0500 690.0 SERVICO SOCIAL DE MENORES +BR00E5-0700 -23.2700 -48.4300 680.0 FAZENDA ENTRE RIOS +BR00E5-0710 -23.9500 -48.4200 720.0 FAZENDA BOA ESPERANCA +BR00E5-0720 -23.2000 -48.8200 600.0 JACUTINGA (FAZENDA ANDREA) +BR00E5-0740 -23.7200 -48.4800 620.0 ARACACU +BR00E6-0010 -23.1800 -49.3800 540.0 PIRAJU (US.CFLSC) E6-001 +BR00E6-0020 -23.2300 -49.4700 630.0 SARUTAIA (US.BOA VISTA-CLFSC) +BR00E6-0030 -23.0500 -49.7700 480.0 FAZENDA MARCONDINHA +BR00E6-0040 -23.0500 -49.6300 570.0 IPAUCU (USINA CLFSC) E6-004 +BR00E6-0050 -23.0000 -49.4000 670.0 BATISTA BOTELHO E6-005 +BR00E6-0060 -23.2200 -49.2300 571.0 USINA JURUMIRIM (CESP) +BR00E6-0080 -23.7000 -49.4800 560.0 MOSTEIRO ITAPORANGA +BR00E6-008A -23.0200 -49.1700 720.0 CERQUEIRA CESAR(ACCO) +BR00E6-0100 -23.6300 -49.5500 610.0 BARAO DE ANTONINA +BR00E6-0110 -23.8300 -49.4300 580.0 RIVERSUL +BR00E6-0120 -23.6300 -49.3200 600.0 CORONEL MACEDO +BR00E6-0130 -23.5300 -49.2300 600.0 TAQUARITUBA +BR00E6-0140 -23.4200 -49.0800 600.0 ITAI E6-014 +BR00E6-0150 -23.3300 -49.3700 780.0 TEJUPA +BR00E6-0160 -23.4500 -49.4200 570.0 TAGUAI (RIBEIROPOLIS) +BR00E6-0170 -23.3800 -49.5200 520.0 FARTURA +BR00E6-0180 -23.2800 -49.4800 750.0 SARUTAIA E6-018 +BR00E6-0190 -23.2000 -49.6200 720.0 TIMBURI +BR00E6-0200 -23.8700 -49.1300 620.0 ITABERA +BR00E6-0210 -23.0500 -49.6200 560.0 FAZENDA SAO LUIZ +BR00E6-0220 -23.4200 -49.1000 630.0 ITAI +BR00E6-0230 -23.1000 -49.7200 460.0 FAZENDA SAO LUCAS E6-023 +BR00E6-0250 -23.2300 -49.3300 580.0 FAZENDA COQUEIROS (DER) E6-025 +BR00E6-0300 -23.0300 -49.1700 760.0 CERQUEIRA CESAR +BR00E6-0310 -23.7500 -49.2700 520.0 TORIBA DO SUL +BR00E6-0320 -23.9500 -49.3700 620.0 BAIRRO BOA VISTA +BR00E6-0330 -23.6500 -49.1300 600.0 MEDONHO +BR00E6-0340 -23.3000 -49.1500 640.0 VOLTA GRANDE +BR00E6-0360 -23.1800 -49.0300 610.0 FAZENDA ITAPUA I +BR00F3-0020 -24.0800 -46.6200 20.0 MONGAGUA +BR00F3-0030 -24.3200 -47.0000 3.0 PERUIBE (EFS) F3-003 +BR00F3-0050 -24.1800 -46.8000 3.0 ITANHAEM +BR00F3-0080 -24.0300 -46.7500 20.0 BANAUREA +BR00F3-0100 -24.0300 -46.5500 10.0 MELVI +BR00F4-0010 -24.0000 -47.9500 660.0 USINA TURVINHO +BR00F4-0020 -24.1000 -47.6800 20.0 BAIRRO IPORANGA +BR00F4-0030 -24.7170 -47.5500 3.0 IGUAPE 83821 +BR00F4-0040 -24.4000 -47.7500 60.0 SERROTE +BR00F4-004A -24.2800 -47.1700 50.0 ITARIRI (EFS) +BR00F4-0050 -24.5000 -47.8500 20.0 REGISTRO +BR00F4-0060 -24.2700 -47.1700 50.0 GUANHANHA +BR00F4-0070 -24.1700 -47.6500 40.0 CAPELA DO PORTO +BR00F4-0110 -24.3300 -47.2000 100.0 BAIRRO IGREJINHA +BR00F4-0120 -24.1500 -47.2800 15.0 PEDRA DO LARGO +BR00F4-0140 -24.9000 -47.8000 2.0 PEDRINHAS +BR00F4-0150 -24.3800 -47.9300 20.0 SETE BARRAS +BR00F4-0160 -24.7200 -47.8800 30.0 PARIQUERA-ACU +BR00F4-0170 -24.6800 -48.0000 90.0 JACUPIRANGA +BR00F4-0180 -24.6000 -47.8800 30.0 BARRA DO CAPINZAL +BR00F4-0190 -24.2800 -47.2300 60.0 PEDRO DE TOLEDO +BR00F4-0200 -24.3300 -47.6200 67.0 USINA JUQUIA (CESP) F4-020M +BR00F4-0210 -24.0500 -47.5800 460.0 CABECA DA ANTA +BR00F4-0220 -24.8000 -47.9700 40.0 CANHA +BR00F4-0250 -24.2800 -47.9500 30.0 RIBEIRAO DA SERRA +BR00F4-0260 -24.3000 -47.0700 20.0 ANA DIAS +BR00F4-0270 -24.3200 -47.0000 3.0 PERUIBE +BR00F4-0280 -24.7000 -47.5700 3.0 IGUAPE +BR00F4-0290 -24.9300 -47.9500 7.0 ITAPITANGUI +BR00F4-0300 -24.8200 -47.7300 5.0 SUBAUMA +BR00F4-0310 -24.0500 -48.0000 770.0 TAQUARAL +BR00F4-0320 -24.8800 -48.0000 0.0 FAZENDA COLONIA VELHA F4-032 +BR00F4-0330 -24.4000 -47.9500 10.0 FAZENDA AREADO F4-033 +BR00F4-0340 -24.3700 -47.5500 320.0 SALTO DO CEDRO +BR00F4-0350 -24.6200 -47.8300 30.0 PARIQUERA ABAIXO +BR00F4-0370 -24.3500 -47.7200 40.0 ESCALVADO +BR00F4-0380 -24.3800 -48.0000 30.0 SITIO ALAMBARI F4-038 +BR00F4-0400 -24.7000 -47.6700 5.0 MOMUNA +BR00F4-0410 -24.5700 -47.3000 4.0 SITIO BOTELHINHO F4-041 +BR00F4-0430 -24.5300 -47.5300 30.0 SITIO GRANDE +BR00F4-0440 -24.4500 -47.3200 5.0 MORRO BAIXO F4-044 +BR00F4-0450 -24.0700 -47.0200 700.0 ILHA DOS PAULISTAS F4-045 +BR00F4-0460 -24.1500 -47.4500 320.0 FAZENDA MIRACATU F4-046 +BR00F4-0480 -24.4800 -47.2500 4.0 CACHOEIRA DO GUILHERME +BR00F4-0530 -24.4700 -47.4000 10.0 MORRO GRANDE +BR00F4-0540 -24.3700 -47.3200 200.0 DIVISOR +BR00F4-0560 -24.2000 -47.9200 60.0 MAMPARRA +BR00F4-0570 -24.6000 -47.3200 5.0 PRELADO +BR00F5-0010 -24.2300 -48.5000 900.0 MINA GUAPIARA F5-001 +BR00F5-0020 -24.6500 -49.0000 160.0 RIBEIRA +BR00F5-0030 -24.0000 -48.0000 0.0 SALTO GRANDE DO GUARAU F5-003 +BR00F5-0040 -24.4200 -48.6500 870.0 BANHADO GRANDE F5-004 +BR00F5-0050 -24.4300 -48.8500 900.0 ARACAIBA (CAPOEIRAS) +BR00F5-0070 -24.5200 -48.1000 20.0 ELDORADO +BR00F5-0080 -24.5700 -48.9500 740.0 GRITADOR +BR00F5-0090 -24.2200 -48.7700 830.0 RIBEIRAO BRANCO F5-009 +BR00F5-0100 -24.1800 -48.5000 750.0 BAIRRO DO PINHEIRO +BR00F5-0110 -24.6500 -48.8300 180.0 ITAOCA +BR00F5-0120 -24.0200 -48.7200 670.0 USINA SANTA MARIA +BR00F5-0130 -24.6000 -48.2200 40.0 ITAPEUNA +BR00F5-0140 -24.7800 -48.1800 80.0 BARRA DO AZEITE +BR00F5-0160 -24.6300 -48.2800 70.0 BARRA DO BRACO +BR00F5-0170 -24.1300 -48.9700 700.0 USINA SAO JOSE +BR00F5-0190 -24.5200 -48.8500 800.0 APIAI +BR00F5-0200 -24.6000 -48.3000 70.0 OURO LEVE +BR00F5-0220 -25.0700 -48.5700 600.0 RIO PARDINHO +BR00F5-0240 -24.0000 -48.0000 330.0 MINA LAJEADO F5-024 +BR00F5-0260 -24.2200 -48.4500 900.0 CAPELA DO ALTO +BR00F5-0270 -24.2200 -48.7700 900.0 RIBEIRAO BRANCO +BR00F5-0280 -24.7200 -48.1200 50.0 SERRANA DO SUL +BR00F5-0290 -24.6300 -49.0000 200.0 SERRA DA RIBEIRA F5-029 +BR00F5-0310 -24.5500 -48.4300 80.0 BARRA DOS PILOES +BR00F5-0320 -24.4300 -48.5800 580.0 CABOCLOS +BR00F5-0330 -24.7500 -48.5000 160.0 BARRA DO TURVO +BR00F5-0350 -24.3800 -48.1000 50.0 TURVO DO ETA +BR00F5-0360 -24.4800 -48.3000 60.0 PEDRO CUBAS +BR00F5-0390 -24.2700 -48.9000 900.0 PINARA +BR00F5-0400 -24.1300 -48.1800 860.0 SERTAO DO PARANAPANEMA +BR00F5-0410 -24.0200 -48.2700 640.0 BAIRRO DO CERRADO +BR00F5-0420 -24.5500 -48.6800 240.0 SERRA DOS MOTAS +BR00F5-0440 -24.1800 -48.3000 780.0 FAZENDA GUAPIARA +BR00F5-0450 -24.0700 -48.5700 670.0 APIAI-MIRIM +BR00F5-0460 -24.2700 -48.4200 790.0 INTERVALES +BR00F6-0010 -24.1200 -49.3300 720.0 ITARARE F6-001 +BR00F6-0030 -24.0500 -49.1000 680.0 ENGENHEIRO MAIA +BR00F6-0040 -24.1200 -49.3300 760.0 ITARARE +BR00F6-0060 -24.4700 -49.0200 770.0 BARRA DO CHAPEU +BR00F6-0070 -24.5700 -49.1700 580.0 ITAPIRAPUA +BR00F6-0110 -24.2700 -49.1700 1140.0 FAZENDA SAO NICOLAU +BR00F6-0120 -24.6200 -49.0500 180.0 CATAS ALTAS +BR00G4-0010 -25.0200 -47.9300 5.0 CANANEIA G4-001 +BR00G4-0020 -24.9700 -47.9500 5.0 PORTO CUBATAO +BR00G4-0030 -25.1000 -47.9200 10.0 ITACURUCA +BR00G5-0010 -25.2200 -48.0300 5.0 ARIRI +BR00G5-0020 -25.0700 -48.1300 10.0 MORRO REDONDO +BR026274980 -1.2200 -46.0200 10.0 CARUTAPERA +BR026286270 -1.3000 -45.8700 10.0 LUIS DOMINGUES +BR026288440 -1.4000 -45.7800 20.0 GODOFREDO VIANA +BR026289580 -1.4700 -45.7200 10.0 CANDIDO MENDES +BR026372610 -1.6000 -46.2000 50.0 SAO JOAO DO MURUJA +BR026393280 -1.7170 -45.4000 44.0 TURIACU 82198 +BR026397870 -1.8500 -45.0700 20.0 SERRANO +BR026494430 -2.2300 -45.3000 40.0 SANTA HELENA +BR026588720 -2.9200 -45.6500 60.0 ALTO TURI +BR026590850 -2.5200 -45.0800 60.0 PINHEIRO +BR026592080 -2.6200 -45.4700 60.0 CURVA GRANDE +BR026596370 -2.8000 -45.3200 70.0 PARAISO +BR026682750 -3.1200 -45.6300 70.0 CENTRO DO JOSIAS +BR026684790 -3.2300 -45.6200 50.0 ZEDOCA +BR026686780 -3.3200 -45.6200 60.0 ROSILANDIA +BR026697110 -3.3500 -45.4500 80.0 MARAJA +BR026781750 -3.5700 -45.6300 70.0 BOM JARDIM +BR026792320 -3.6200 -45.3500 55.0 PINDARE-MIRIM (SAO PEDRO) +BR026797490 -3.8800 -45.2700 70.0 PIO XII +BR026885930 -4.2800 -45.5500 150.0 TRES LAGOS +BR026891690 -4.0800 -45.1700 70.0 VITORINO FREIRE +BR026896690 -4.3300 -45.1700 120.0 LAGO DA PEDRA (JEJUI) +BR026958030 -4.9300 -47.5000 280.0 ASSAILANDIA +BR026994080 -4.7200 -45.4700 60.0 ENCRUZILHADA +BR027306260 -1.8300 -44.8800 10.0 CURUPURU +BR027402790 -2.1300 -44.6200 10.0 GUIMARAES +BR027409410 -2.4500 -44.4700 20.0 BEQUIMAO +BR027504340 -2.7200 -44.8300 0.0 SAO BENTO +BR027510430 -2.5330 -44.3000 51.0 SAO LUIZ 82280 +BR027510440 -2.5000 -44.2800 30.0 S. LUIS +BR027511870 -2.5500 -44.0700 32.0 SAO JOSE DO RIBAMAR +BR027519510 -2.9500 -44.2500 30.0 ROSARIO +BR027545340 -2.7500 -42.8300 20.0 BARREIRINHAS +BR027555450 -2.7700 -42.2800 10.0 TUTOIA +BR027567690 -2.8800 -41.6700 10.0 LUIZ CORREIA +BR027568450 -2.9170 -41.7500 5.0 PARNAIBA (AEROPORTO 82288 +BR027579860 -2.9800 -41.0800 5.0 BARROQUINHA +BR027587840 -2.8500 -40.5800 5.0 GURIU +BR027588340 -2.9000 -40.8300 5.0 CAMOCIM +BR027596180 -2.8200 -40.4200 5.0 JIJOCA +BR027597790 -2.8830 -40.1330 16.0 ARACHU 82294 +BR027604020 -3.2200 -45.0000 20.0 VIANA +BR027605750 -3.2700 -44.6300 8.0 ANAJATUBA +BR027618310 -3.4000 -44.3500 14.0 ITAPICURU MIRIM +BR027634210 -3.2000 -43.4000 90.0 URBANO SANTOS +BR027642150 -3.1200 -42.9300 70.0 SITIO VERTENTES +BR027659280 -3.4700 -42.3700 20.0 LUZILANDIA (PORTO ALEGRE) +BR027663290 -3.1800 -41.8700 23.0 BURITI DOS LOPES +BR027665740 -3.2500 -41.6300 50.0 BOM PRINCIPIO +BR027669890 -3.4800 -41.5700 220.0 COCAL +BR027670530 -3.0300 -41.2500 14.0 CHAVAL +BR027677480 -3.3700 -41.2700 80.0 IBUGUACU (UBATUBA) +BR027677890 -3.3800 -41.0700 90.0 FAZENDA CARAUBAS +BR027680690 -3.0300 -40.6700 80.0 PARAZINHO +BR027682350 -3.1200 -40.8300 9.0 GRANJA +BR027684660 -3.2300 -40.6800 85.0 MARTINOPOLE +BR027685970 -3.2500 -40.5200 70.0 ACUDE RIACHINHO +BR027686920 -3.3200 -40.5500 82.0 URUOCA +BR027687190 -3.3800 -40.9200 200.0 IBOACU +BR027687450 -3.3700 -40.7800 80.0 PARACUA +BR027692730 -3.1300 -40.1500 40.0 MARCO +BR027693150 -3.1700 -40.4300 800.0 ACUDE TUCUNDUBA +BR027696730 -3.3300 -40.1500 50.0 MUTAMBEIRAS +BR027698470 -3.4000 -40.2700 110.0 ACUDE SAO VICENTE +BR027699040 -3.4500 -40.4800 450.0 MERUOCA +BR027699610 -3.4500 -40.2000 47.0 SANTANA DO ACARAU +BR027712230 -3.6300 -44.4000 20.0 CANTANHEDE +BR027717680 -3.8700 -44.1700 70.0 BALAIADA +BR027721110 -3.5500 -43.9500 90.0 VARGEM GRANDE +BR027734330 -3.7330 -43.3500 104.0 CHAPADINHA 82382 +BR027743430 -3.6800 -42.8000 50.0 BREJO +BR027744920 -3.7200 -42.5500 50.0 MATIAS OLIMPIO +BR027748570 -3.9000 -42.7200 32.0 PORTO +BR027753740 -3.6500 -42.1300 90.0 FAZENDA BOA VISTA DOS CARIOCAS +BR027761550 -3.5700 -41.7300 120.0 FAZENDA PREVENIDO +BR027762430 -3.6300 -41.8000 120.0 CANAFISTULA +BR027763170 -3.6500 -41.9200 40.0 FAZENDA SAO DOMINGOS +BR027763810 -3.6500 -41.6000 220.0 DESERTO +BR027764040 -3.7000 -41.9800 60.0 FAZENDA VITORIA DE BAIXO +BR027768590 -3.9300 -41.7200 70.0 PIRACURUCA +BR027771350 -3.5700 -41.3300 350.0 PADRE VIEIRA +BR027771850 -3.5700 -41.0800 685.0 VICOSA DO CEARA +BR027774190 -3.7300 -41.4200 230.0 FAZENDA CHAFARIZ +BR027779870 -3.9500 -41.0700 780.0 SANTO ANTONIO DE PINDOBA +BR027780780 -3.5200 -40.6200 85.0 ACUDE VARZEA DA VOLTA +BR027782380 -3.6200 -40.8200 200.0 ARAQUEM +BR027784060 -3.7300 -40.9800 795.0 TIANGUA +BR027785380 -3.7700 -40.8200 100.0 FRECHEIRINHA +BR027787140 -3.8500 -40.9300 870.0 UBAJARA +BR027787940 -3.8500 -40.5300 90.0 TAPERA +BR027788250 -3.9200 -40.8800 885.0 IBIAPINA +BR027788540 -3.9000 -40.7300 150.0 MOCAMBO +BR027790350 -3.5200 -40.3300 76.0 MASSAPE +BR027790470 -3.5000 -40.2700 75.0 ACUDE IPAGUASSU +BR027793280 -3.6700 -40.3700 110.0 ACUDE SOBRAL +BR027794310 -3.7000 -40.3500 83.0 SOBRAL 82392 +BR027794850 -3.7200 -40.0800 150.0 FAZENDA PATOS +BR027794920 -3.7200 -40.0500 110.0 CARACARA +BR027795030 -3.7800 -40.5000 80.0 ACUDE AIRES DE SOUSA +BR027795950 -3.7700 -40.0300 150.0 ACUDE PATOS +BR027796510 -3.8000 -40.2500 85.0 ACUDE FORQUILHA +BR027796620 -3.8200 -40.2000 100.0 FAZENDA CACIMBINHA +BR027796730 -3.8300 -40.1500 100.0 FAZENDA ACUDE +BR027797470 -3.8500 -40.2700 110.0 ARREBITE +BR027797570 -3.8500 -40.2200 100.0 SOBRAL (OFICINAS) +BR027797690 -3.8800 -40.1700 150.0 FAZENDA POCINHOS +BR027797960 -3.8800 -40.0300 190.0 ARACATIACU +BR027798970 -3.9000 -40.0200 190.0 ACUDE ARACATIACU +BR027799070 -3.9500 -40.4700 157.0 CARIRE +BR027804460 -4.2500 -44.7830 25.0 BACABAL 82460 +BR027816390 -4.3300 -44.3200 80.0 PERITORO +BR027825110 -4.2500 -43.9500 36.0 TIMBIRAS (MONTE ALEGRE) +BR027829260 -4.4800 -43.8800 48.0 CODO +BR027832470 -4.1000 -43.2700 70.0 SITIO CEDRO +BR027841950 -4.0700 -42.5300 130.0 MATO GRANDE +BR027846930 -4.3300 -42.5500 90.0 FAZENDA LUSTOSA +BR027850860 -4.0300 -42.0800 80.0 BATALHA +BR027855410 -4.2500 -42.3000 75.0 BARRAS +BR027865460 -4.2670 -41.7830 161.0 PIRIPIRI 82480 +BR027866560 -4.3300 -41.7300 170.0 ACUDE CALDEIRAO +BR027869120 -4.4700 -41.9500 120.0 CAPITAO DE CAMPOS +BR027870120 -4.0200 -41.4500 80.0 ALTO ALEGRE +BR027875440 -4.2500 -41.2800 330.0 OLHO DAGUA GRANDE +BR027878080 -4.4200 -41.4700 580.0 PEDRO II +BR027879690 -4.4800 -41.1700 600.0 FAZENDA MADEIRA CORTADA +BR027881270 -4.0500 -40.8700 903.0 SAO BENEDITO +BR027881520 -4.0700 -40.7500 190.0 GRACA +BR027883080 -4.1700 -40.9700 700.0 CARNAUBAL +BR027883530 -4.1800 -40.7500 380.0 GUARACIABA DO NORTE +BR027883850 -4.1700 -40.5800 148.0 RERIUTABA +BR027887810 -4.3500 -40.6000 170.0 ACUDE BONITO +BR027892150 -4.1200 -40.4300 85.0 MACARAU +BR027894090 -4.2300 -40.4700 100.0 ACUDE ARARAS +BR027896480 -4.3200 -40.2700 180.0 LOGRADOURO +BR027896690 -4.3300 -40.1700 190.0 SANTA QUITERIA +BR027897330 -4.3800 -40.3500 200.0 HIDROLANDIA (BATOQUE) +BR027899990 -4.4800 -40.0200 250.0 BOA VISTA +BR027907260 -4.8800 -44.8800 80.0 ESPERANTINOPOLIS +BR027919550 -4.9700 -44.2300 200.0 GONCALVES DIAS +BR027936330 -4.8670 -43.3500 103.0 CAXIAS 82476 +BR027941290 -4.5800 -42.8700 50.0 UNIAO +BR027945840 -4.7500 -42.5800 130.0 JOSE DE FREITAS +BR027951430 -4.5800 -42.3000 120.0 FAZENDA TOCAIA +BR027956650 -4.8200 -42.1800 125.0 CAMPO MAIOR +BR027973080 -4.6700 -41.4700 530.0 RETIRO +BR027975830 -4.7800 -41.1000 350.0 MACAMBIRA +BR027981080 -4.5700 -40.9700 500.0 SAO JOSE DE LONTRAS +BR027981570 -4.5500 -40.7200 238.0 IPUEIRAS +BR027982750 -4.6200 -40.6300 288.0 ENGENHEIRO JOAO TOME +BR027983530 -4.6800 -40.7500 370.0 GAZEA +BR027984160 -4.7300 -40.9300 700.0 PORANGA +BR027984840 -4.7000 -40.5800 241.0 NOVA RUSSAS +BR027988530 -4.9300 -40.7500 290.0 RIACHO DA MATA +BR027988960 -4.9300 -40.5300 323.0 SUCESSO +BR027990590 -4.5300 -40.2200 280.0 CATUNDA +BR027994440 -4.7000 -40.2800 410.0 BOA ESPERANCA +BR027995890 -4.7800 -40.0700 410.0 MONSENHOR TABOSA +BR027996360 -4.8300 -40.3300 360.0 TAMBORIL +BR027998950 -4.9200 -40.0300 310.0 ESPIRITO SANTO +BR027999490 -4.9800 -40.2700 380.0 CURATIS +BR028600260 -3.0300 -39.8800 15.0 ALMOFADA +BR028601780 -3.0700 -39.6200 5.0 ICARAI +BR028603550 -3.1700 -39.7300 15.0 ARACATIARA +BR028605720 -3.2700 -39.6500 60.0 CRUXATI +BR028607360 -3.3800 -39.8300 180.0 AMONTADA +BR028613290 -3.1800 -39.3700 5.0 MUNDAU +BR028615530 -3.2800 -39.2500 20.0 TRAIRI +BR028617860 -3.3800 -39.0800 10.0 PARACURU +BR028619170 -3.4500 -39.4200 80.0 CEMOABA +BR028700490 -3.5300 -39.7700 170.0 ANARIO BRAGA +BR028700840 -3.5000 -39.5800 98.0 ITAPIPOCA +BR028701090 -3.5800 -39.9700 70.0 MIRAIMA +BR028701750 -3.5700 -39.6300 150.0 ASSUNCAO +BR028703860 -3.6800 -39.5800 280.0 ITAPAGE +BR028704460 -3.7300 -39.7800 190.0 IRAUCUBA +BR028704960 -3.7300 -39.5300 180.0 IRATINGA (SAO MIGUEL) +BR028707250 -3.8700 -39.8800 180.0 JUA +BR028708890 -3.9300 -39.5700 190.0 VERTENTES +BR028711090 -3.5800 -39.4700 0.0 ACUDE RAJADA +BR028711670 -3.5500 -39.1700 50.0 SERROTE +BR028712020 -3.6200 -39.5000 330.0 URUBURETAMA +BR028715310 -3.7500 -39.3500 70.0 ACUDE CAXITORE +BR028715490 -3.7800 -39.2700 50.0 ACUDE PENTECOSTE +BR028715960 -3.7800 -39.0300 90.0 PROGRESSO +BR028718750 -3.9200 -39.1300 200.0 IRAPUA +BR028718890 -3.9300 -39.0700 100.0 MATIAS +BR028722070 -3.6000 -38.9700 84.0 SAO GONCALO DO AMARANTE +BR028724090 -3.7300 -38.9700 60.0 SITIOS NOVOS +BR028724350 -3.7200 -38.8300 50.0 GUARARU +BR028724730 -3.7300 -38.6500 32.0 CAUCAIA +BR028724960 -3.7670 -38.6000 26.0 FORTALEZA 82397 +BR028725940 -3.7500 -38.5300 26.0 FORTALEZA (ESCOLA REGIONAL) +BR028726020 -3.8200 -39.0000 90.0 SITIOS NOVOS DE CIMA +BR028726840 -3.8000 -38.5800 30.0 MONDUBIM +BR028727660 -3.8800 -38.6800 67.0 MARANGUAPE +BR028727780 -3.8700 -38.6200 40.0 MARACANAU +BR028729250 -3.9700 -38.8800 210.0 BOM PRINCIPIO +BR028729450 -3.9700 -38.7800 220.0 TRAPIA +BR028729780 -3.9700 -38.6200 54.0 PACATUBA +BR028738240 -3.9000 -38.3800 30.0 AQUIRAZ +BR028800980 -4.0300 -39.5200 170.0 TEJUCUOCA +BR028801150 -4.0700 -39.9300 160.0 TAPERUABA +BR028801160 -4.0800 -39.9300 180.0 ACUDE SANTA MARIA +BR028805720 -4.2700 -39.6500 190.0 PARAFUSO +BR028806240 -4.3000 -39.8800 150.0 SANTA ROSA +BR028808710 -4.4000 -39.6500 300.0 UBIRACU +BR028810060 -4.0300 -39.4800 100.0 ACUDE GENERAL SAMPAIO +BR028810990 -4.0300 -39.0200 150.0 FORMOSA +BR028811520 -4.0700 -39.2500 160.0 PARAMOTI +BR028811960 -4.0800 -39.0300 200.0 ACUDE ALTO ALEGRE +BR028815040 -4.2500 -39.4800 200.0 SALVACAO +BR028817340 -4.3500 -39.3300 130.0 CANINDE +BR028818380 -4.4200 -39.3200 200.0 ACUDE SALAO +BR028818950 -4.4200 -39.0300 600.0 ARATUBA +BR028820180 -4.0200 -38.9200 230.0 ITAPEBUSSU +BR028820350 -4.0200 -38.8300 350.0 COLUMINJUBA +BR028820760 -4.0300 -38.6300 59.0 GUAIUBA +BR028821460 -4.0800 -38.7800 100.0 TANQUES +BR028821610 -4.0500 -38.7000 100.0 JUBAIA +BR028821880 -4.0700 -38.5700 60.0 ACUDE RIACHAO +BR028823210 -4.1500 -38.9000 390.0 GADO +BR028823310 -4.1500 -38.8500 380.0 PALMACIA +BR028823390 -4.1800 -38.8200 250.0 ACUDE ACARAPE DO MEIO +BR028823620 -4.1700 -38.7000 69.0 AGUA VERDE +BR028824150 -4.2200 -38.9300 800.0 PACOTI +BR028824580 -4.2200 -38.7200 76.0 ACARAPE +BR028825040 -4.2500 -38.9800 1000.0 VENEZUELA +BR028826010 -4.3000 -39.0000 1050.0 MULUNGU +BR028826260 -4.3300 -38.8800 123.0 BATURITE +BR028826480 -4.3200 -38.7700 171.0 ANTONIO DIOGO +BR028827350 -4.3700 -38.8300 101.0 ARACOIABA +BR028828620 -4.4200 -38.7000 50.0 VAZANTES +BR028832560 -4.1300 -38.2300 30.0 CASCAVEL +BR028834350 -4.2200 -38.3300 35.0 ANGICOS +BR028836790 -4.3300 -38.1200 20.0 ITAPEIM +BR028838360 -4.4300 -38.3300 45.0 PITOMBEIRAS +BR028849120 -4.4700 -37.9500 15.0 UMBURANAS +BR028849440 -4.4500 -37.7800 10.0 FORTIM +BR028900780 -4.5200 -39.6200 450.0 ITATIRA +BR028903780 -4.6700 -39.6200 270.0 LAGOA DO MATO +BR028904150 -4.7200 -39.9300 480.0 JACAMPARI +BR028904630 -4.7300 -39.7000 290.0 OLHO DAGUA DOS CARMEIROS +BR028905410 -4.7500 -39.8000 370.0 IBUACU +BR028906910 -4.8000 -39.5500 250.0 MADALENA +BR028911680 -4.5700 -39.1700 250.0 FAZENDA FEIJAO +BR028914070 -4.7000 -39.4700 280.0 SAO JOSE DA MACAOCA +BR028916770 -4.8000 -39.1200 190.0 ACUDE POMPEU SOBRINHO +BR028917260 -4.8800 -39.3800 300.0 FAZENDA MONTE ALEGRE +BR028917660 -4.8800 -39.1800 200.0 QUEIMADAS +BR028918760 -4.9300 -39.1300 300.0 DOM MAURICIO +BR028919690 -4.9800 -39.1700 245.0 CUSTODIO +BR028919880 -4.9700 -39.0700 190.0 ACUDE CEDRO +BR028920120 -4.5200 -38.9500 130.0 RIACHAO +BR028920440 -4.5000 -38.7800 90.0 PASSAGEM FUNDA +BR028920890 -4.5300 -38.5700 120.0 CURUPIRA +BR028921110 -4.5500 -38.9500 130.0 ITAPIUNA +BR028923070 -4.6500 -38.9700 111.0 CAIO PRADO +BR028925270 -4.7500 -38.8700 0.0 VARZEA NOVA +BR028925310 -4.7500 -38.8500 150.0 OLHO DAGUA +BR028926050 -4.8200 -38.9800 185.0 DANIEL DE QUEIROZ (MUXIOPO) +BR028926790 -4.8300 -38.6200 120.0 BOA AGUA +BR028928110 -4.9000 -38.9500 160.0 SAO FRANCISCO +BR028929180 -4.9700 -38.9200 150.0 SALVA VIDAS +BR028929260 -4.9800 -38.8800 150.0 VARZEA DA ONCA +BR028929390 -4.9800 -38.8200 150.0 FAZENDA SANTA MARIA +BR028929720 -4.9700 -38.6500 230.0 IBICUITINGA +BR028931650 -4.5700 -38.1800 150.0 BOQUEIRAO DO CESARIO +BR028933360 -4.6800 -38.3300 90.0 PATOS +BR028936690 -4.8300 -38.1700 40.0 ACUDE SANTO ANTONIO DE RUSSAS +BR028937320 -4.8700 -38.3500 90.0 FEITICEIRO +BR028939590 -4.9800 -38.2200 30.0 BIXOPA +BR028941050 -4.5700 -37.9800 20.0 AROEIRAS +BR028941480 -4.5700 -37.7700 20.0 ARACATI +BR028944130 -4.7300 -37.9500 20.0 PALHANO +BR028946430 -4.7830 -37.7670 12.0 JAGUARUANA 82493 +BR028948090 -4.9300 -37.9700 20.0 RUSSAS +BR028949390 -4.9800 -37.8200 120.0 VIEIRA +BR028956180 -4.8200 -37.4200 30.0 MATA FRESCA +BR028956530 -4.8300 -37.2500 4.0 TIBAU +BR028959740 -4.9500 -37.1300 5.0 AREIA BRANCA +BR036075290 -5.2800 -46.3700 250.0 PATOS +BR036083850 -5.1700 -45.5800 190.0 ALDEIA VELHA +BR036089880 -5.4700 -45.5700 220.0 NARU +BR036150060 -5.5330 -47.5000 123.0 IMPERATRIZ 82566 +BR036156890 -5.8300 -47.0700 250.0 MONTES ALTOS +BR036161480 -5.5700 -46.7700 300.0 AMARANTE DO MARANHAO +BR036176750 -5.8200 -46.1300 149.0 GRAJAU +BR036181260 -5.5800 -45.8800 180.0 SOLTA DO CARLOS +BR036190520 -5.5000 -45.2670 153.0 BARRA DO CORDA GSN 82571 +BR036194360 -5.7300 -45.3300 150.0 ALDEIA SARDINHA +BR036256230 -6.3300 -47.4000 130.0 PORTO FRANCO +BR036274090 -6.2300 -46.4700 230.0 CONCEICAO +BR036276930 -6.3300 -46.0500 250.0 FAZENDA FORMOSA +BR036295590 -6.2800 -45.2200 320.0 RESPLANDES +BR036362260 -6.6300 -46.8800 450.0 SAO PEDRO +BR036378670 -6.9000 -46.1700 420.0 FORTALEZA DOS NOGUEIRAS +BR036380780 -6.5200 -45.6200 400.0 JOSE MIGUEL +BR036454520 -7.2200 -47.2500 310.0 GENIPAPO (CABECEIRA DA LAGE) +BR036456090 -7.3330 -47.4670 193.0 CAROLINA 82765 +BR036467780 -7.3800 -46.6200 354.0 RIACHAO +BR036489090 -7.4800 -45.9700 200.0 BREJO COMPRIDO BOTO +BR036490050 -7.0300 -45.4800 190.0 SAO RAIMUNDO DAS MANGABEIRAS +BR036491760 -7.0800 -45.1300 170.0 LORETO +BR036565240 -7.7500 -46.8800 190.0 FAZENDA ANGICOS +BR036570960 -7.5000 -46.0670 251.0 BALSAS 82768 +BR036573080 -7.6700 -46.4700 320.0 COQUEIRO +BR036673550 -8.1700 -46.2300 300.0 FAZENDA OURO +BR036685680 -8.2700 -45.6700 180.0 TRANQUEIRAS +BR036689480 -8.4700 -45.7700 191.0 TASSO FRAGOSO (BREJO DA PORTA) +BR036764580 -8.7200 -46.7200 480.0 RIO VERDE +BR036769280 -8.9700 -46.8700 630.0 AMARO LEITE +BR036770070 -8.5000 -46.4700 350.0 COROATA +BR036778720 -8.9200 -46.1500 380.0 FAZENDA SALINAS +BR036784260 -8.7300 -45.8800 190.0 CACHOEIRA +BR036866610 -9.3000 -46.7000 600.0 CABECEIRA +BR036873620 -9.1700 -46.2000 370.0 CAMBUI +BR036879410 -9.4500 -46.3000 520.0 MORRINHOS +BR036882150 -9.1300 -45.9300 220.0 ALTO PARNAIBA +BR036885570 -9.2500 -45.7200 380.0 CACHOEIRA +BR036893520 -9.1700 -45.2500 380.0 FAZENDA MELANCIA +BR036894480 -9.2200 -45.2700 370.0 FAZENDA SANTA MARIA +BR036898540 -9.4000 -45.2300 550.0 BREJO +BR036985670 -9.7500 -45.6700 580.0 BOQUEIRAO DOS FELIPES +BR036994240 -9.7000 -45.3800 520.0 FAZENDA BELA VISTA +BR036995960 -9.7800 -45.0300 520.0 REGALO +BR036996330 -9.8300 -45.3500 500.0 GILBUES +BR036999040 -9.9500 -45.4800 500.0 BARREIRAS DO PIAUI +BR037005970 -5.2500 -44.5200 150.0 PRESIDENTE DUTRA (CURADOR) +BR037020560 -5.0300 -43.7300 190.0 PEDRAS +BR037025350 -5.2700 -43.8300 80.0 SAO JOSE DOS PERDIDOS +BR037026980 -5.3200 -43.5200 80.0 PAIOL +BR037033830 -5.1800 -43.1000 230.0 BURITI CORTADO +BR037041370 -5.0500 -42.8170 67.0 TERESINA (AEROPORTO 82579 +BR037041380 -5.0700 -42.8200 72.0 TERESINA +BR037041390 -5.0830 -42.8170 74.0 TERESINA 82578 +BR037041410 -5.0500 -42.8000 70.0 CAMPO APOLONIO SALES +BR037047620 -5.3700 -42.7000 102.0 DEMERVAL LOBAO +BR037050090 -5.0300 -42.4700 160.0 ALTOS +BR037050850 -5.0200 -42.0800 140.0 FAZENDA IPIRANGA +BR037055580 -5.2700 -42.2200 150.0 ALTO LONGA +BR037059270 -5.4500 -42.3700 80.0 BENEDITINOS (SAO BENEDITO) +BR037061070 -5.0500 -41.9700 140.0 PAJEU +BR037066890 -5.3300 -41.5700 250.0 CASTELO DO PIAUI (MARVAO) +BR037071840 -5.0500 -41.0800 261.0 OITICICA +BR037076860 -5.3300 -41.0800 730.0 SANTANA +BR037079810 -5.4500 -41.1000 730.0 ALIVIO +BR037081150 -5.0700 -40.9300 257.0 IBIAPABA +BR037083690 -5.1670 -40.6670 299.0 CRATEUS 82583 +BR037086620 -5.3200 -40.7000 300.0 PATOS +BR037086870 -5.3000 -40.5700 280.0 BARRA +BR037088160 -5.4300 -40.9300 730.0 CABECA DA ONCA +BR037089640 -5.4500 -40.6800 328.0 NOVO ORIENTE +BR037091460 -5.0800 -40.2800 300.0 CURIMATA +BR037095090 -5.2800 -40.4700 300.0 ADAO +BR037097360 -5.3800 -40.3300 380.0 INDEPENDENCIA +BR037106540 -5.8000 -44.7300 220.0 SAO JOAQUIM DOS MELOS +BR037109230 -5.9800 -44.9000 220.0 LEANDRO +BR037113890 -5.6800 -44.0700 80.0 FAZENDA FORTUNA +BR037114270 -5.7000 -44.3700 180.0 SAO DOMINGOS DO MARANHAO +BR037127310 -5.8500 -43.8500 70.0 BURITI BRAVO +BR037134540 -5.7000 -43.2300 180.0 MATOES +BR037141790 -5.5800 -42.6200 120.0 MONSENHOR GIL +BR037148560 -5.9300 -42.7300 190.0 SAO PEDRO DO PIAUI +BR037157040 -5.8500 -42.8200 150.0 BARRO DURO (CANTINHO) +BR037158790 -5.9300 -42.1200 180.0 SAO FELIX DO PIAUI +BR037160170 -5.5000 -41.9200 0.0 SAO JOAO DA SERRA +BR037164620 -5.7200 -41.7000 220.0 SAO VICENTE +BR037166080 -5.8200 -41.9700 80.0 SANTA CRUZ DOS MILAGRES +BR037170340 -5.5000 -41.3300 440.0 SAO MIGUEL DO TAPUIO +BR037177240 -5.8500 -41.3800 290.0 DICO LEOPOLDINO +BR037177920 -5.8700 -41.0500 480.0 ASSUNCAO +BR037180990 -5.5300 -40.5200 280.0 TRANQUEIRAS +BR037181330 -5.5800 -40.8500 430.0 TRES IRMAOS +BR037186660 -5.8300 -40.6800 380.0 COUTINHO +BR037191850 -5.5700 -40.0800 400.0 FAZENDA FORQUILHA +BR037192180 -5.6200 -40.4200 340.0 IAPI +BR037196480 -5.8200 -40.2700 370.0 BOA ESPERANCA +BR037197310 -5.8500 -40.3500 420.0 SANTO ANTONIO +BR037198320 -5.9200 -40.3500 380.0 ACUDE VARZEA DO BOI +BR037217280 -6.3700 -44.3700 140.0 MIRADOR +BR037244660 -6.2300 -42.6800 164.0 REGENERACAO +BR037245310 -6.2500 -42.8500 72.0 AMARANTE +BR037254750 -6.2200 -42.1300 230.0 ELESBAO VELOSO +BR037258440 -6.4000 -42.2800 250.0 FRANCINOPOLIS +BR037262450 -6.1200 -41.7800 400.0 AROASES +BR037267780 -6.3700 -41.6200 270.0 OITIS +BR037268510 -6.4000 -41.7500 295.0 VALENCA DO PIAUI (BERLENGAS) +BR037275140 -6.2500 -41.4300 200.0 PIMENTEIRAS DO PIAUI +BR037279340 -6.4500 -41.3300 260.0 SAO PEDRO +BR037284590 -6.2300 -40.7200 470.0 PARAMBU +BR037288590 -6.4300 -40.7200 450.0 FAZENDA MALHADA +BR037290020 -6.0200 -40.5000 500.0 SAO GONCALO +BR037290180 -6.0000 -40.3000 399.0 TAUA +BR037290750 -6.0200 -40.1300 370.0 SAO MARTINHO +BR037293040 -6.1500 -40.4800 330.0 MARRECAS +BR037294450 -6.2200 -40.2800 350.0 ESTREITO +BR037298020 -6.4200 -40.5000 360.0 COCOCI +BR037324450 -6.7200 -43.7800 95.0 GUADALUPE (PORTO SEGURO) +BR037325750 -6.7700 -43.6300 90.0 ACUDE BOA ESPERANCA +BR037328360 -6.9300 -43.8300 180.0 GADO BRAVO +BR037335980 -6.7670 -43.0170 127.0 FLORIANO 82678 +BR037335990 -6.7800 -43.0200 85.0 FLORIANO +BR037336020 -6.8200 -43.5000 85.0 VEADOS +BR037338280 -6.9200 -43.3700 210.0 BARRA DO GURGUEIA +BR037341280 -6.5700 -42.8700 80.0 CONCEICAO +BR037342660 -6.6300 -42.6800 80.0 FRANCISCO AIRES +BR037347280 -6.8700 -42.8700 150.0 DOUTOR SAMPAIO +BR037349680 -6.9700 -42.6700 180.0 NAZARE DO PIAUI +BR037351580 -6.5700 -42.2200 270.0 VARZEA GRANDE +BR037359190 -6.9800 -42.4200 160.0 ALTO SERENO +BR037360880 -6.5200 -41.5700 480.0 LAGOA DO SITIO +BR037363620 -6.6700 -41.7000 300.0 INHUMA +BR037366550 -6.8200 -41.7300 490.0 IPIRANGA DO PIAUI +BR037372460 -6.6300 -41.2800 420.0 CURRALINHO +BR037378370 -6.9000 -41.3200 250.0 BOCAINA +BR037379790 -6.9800 -41.1200 270.0 MONSENHOR HIPOLITO +BR037384850 -6.7200 -40.5800 730.0 SAO LUIS +BR037386790 -6.8300 -40.6200 550.0 PIO IX (PATROCINIO) +BR037390240 -6.5000 -40.3800 380.0 FAZENDA NOVA +BR037391680 -6.5700 -40.1700 600.0 BARRA +BR037392790 -6.6300 -40.1200 350.0 AIUABA (BEBEDOURO) +BR037396450 -6.8200 -40.2800 520.0 QUIXARIU +BR037397760 -6.8800 -40.1300 480.0 CARMELOPOLIS +BR037399310 -6.9500 -40.3500 540.0 ITAGUA +BR037404930 -7.2330 -44.5500 187.0 URUCUI 82771 +BR037412350 -7.1200 -44.3300 130.0 TUCUNS +BR037419760 -7.4800 -44.1300 350.0 CASCAVEL +BR037421990 -7.0800 -43.5200 120.0 JERUMENHA +BR037425150 -7.2700 -43.9300 240.0 LANDRI SALES +BR037431990 -7.0800 -43.0200 95.0 BOM JESUS DO ITAUEIRA +BR037438650 -7.4200 -43.1800 230.0 PIRIPIRIZINHO +BR037445910 -7.2500 -42.5500 150.0 SAO FRANCISCO DO PIAUI +BR037446450 -7.3200 -42.7800 230.0 TAMBORIL +BR037449890 -7.4800 -42.5700 160.0 SAO JOSE DO PEIXE +BR037450750 -7.0200 -42.1300 170.0 OEIRAS +BR037454660 -7.2300 -42.1800 230.0 COLONIA DO PIAUI +BR037455340 -7.2500 -42.3300 200.0 SITIO CROATA +BR037469280 -7.4700 -41.8700 180.0 CAMPO LARGO +BR037471090 -7.0800 -41.4700 195.0 PICOS +BR037477750 -7.3700 -41.1300 255.0 JAICOS +BR037480180 -7.0200 -40.9200 280.0 ALAGOINHA +BR037481790 -7.0800 -40.6200 418.0 FRONTEIRAS (SOCORRO) +BR037482230 -7.1300 -40.9000 490.0 SAO JULIAO (FAZENDA BRAVO) +BR037491250 -7.0700 -40.3800 551.0 CAMPOS SALES +BR037491260 -7.0800 -40.3800 551.0 CAMPOS SALES +BR037492970 -7.1000 -40.0200 480.0 POTENGI +BR037494750 -7.2200 -40.1300 605.0 ARARIPE +BR037495020 -7.2700 -40.5000 680.0 SALITRE +BR037498650 -7.4200 -40.1800 720.0 SERROLANDIA +BR037501580 -7.5700 -44.7200 170.0 SANGUE +BR037503830 -7.6800 -44.6000 220.0 ALTO BONITO +BR037517670 -7.8500 -44.1700 360.0 SERRA VERMELHA +BR037522130 -7.6300 -43.9500 320.0 BERTOLINIA (APARECIDA) +BR037522690 -7.6300 -43.6700 170.0 RIACHO DO MENDES +BR037532940 -7.6000 -43.0300 230.0 ITAUEIRA +BR037538590 -7.9300 -43.2200 270.0 PAVUCU +BR037546150 -7.8200 -42.9300 270.0 FLORES DO PIAUI +BR037551680 -7.5700 -42.1700 230.0 FORMOSA +BR037554530 -7.7300 -42.2500 180.0 PAES LANDIM +BR037556010 -7.8000 -42.5000 180.0 SOCORRO DO PIAUI +BR037563860 -7.6800 -41.5800 270.0 ISAIAS COELHO +BR037567170 -7.8500 -41.9200 319.0 SIMPLICIO MENDES +BR037568870 -7.9000 -41.5700 249.0 CONCEICAO DO CANINDE +BR037573520 -7.6700 -41.2500 260.0 PATOS DO PIAUI +BR037576790 -7.8300 -41.1200 270.0 POCO DANTAS +BR037581870 -7.5500 -40.5700 620.0 ARARIPINA (SAO GONCALO) +BR037582370 -7.6000 -40.8200 600.0 SIMOES +BR037588260 -7.9300 -40.8800 280.0 SERRA VERMELHA +BR037590830 -7.5300 -40.1000 605.0 FEITORIA (SAO FELIX) +BR037591620 -7.5700 -40.2000 605.0 SERRA BRANCA +BR037593210 -7.6500 -40.4000 570.0 MORAIS +BR037593740 -7.6500 -40.1300 560.0 IPUBI +BR037595510 -7.7500 -40.2500 450.0 TRINDADE (ESPIRITO SANTO) +BR037596130 -7.8300 -40.4500 600.0 NASCENTE (OLHO DAGUA) +BR037596360 -7.8300 -40.3300 444.0 BARRA DE SAO PEDRO (MANACA) +BR037597720 -7.8700 -40.1500 440.0 ACUDE ENGENHEIRO CAMACHO +BR037597890 -7.9000 -40.0500 459.0 OURICURI 82753 +BR037611070 -8.0500 -44.4700 270.0 BARRA DO PRATA +BR037612190 -8.1300 -44.4200 310.0 CICERO COELHO +BR037618210 -8.4000 -44.4000 390.0 PUCA +BR037619870 -8.4500 -44.0700 270.0 FAZENDA CAMPO ALEGRE +BR037620080 -8.0200 -43.9700 260.0 FAUVEIRA +BR037621710 -8.0500 -43.6500 280.0 PUCA +BR037624610 -8.2000 -43.7000 210.0 ELISEU MARTINS +BR037628290 -8.4300 -43.8700 180.0 MALHADINHA +BR037630090 -8.0300 -43.4700 320.0 CHUPEIRO +BR037637990 -8.3800 -43.0200 290.0 BOM RETIRO +BR037642120 -8.1200 -42.9500 280.0 CANTO DO BURITI +BR037642870 -8.1000 -42.5700 170.0 SALINAS +BR037647820 -8.3700 -42.6000 300.0 SERRA DO FAUSTINO +BR037651470 -8.0500 -42.2700 320.0 VEREDAO +BR037657520 -8.3500 -42.2500 235.0 S.JOAO DO PIAUI 82879 +BR037664070 -8.2000 -41.9700 250.0 FAZENDA BUGIU +BR037668370 -8.4000 -41.8200 370.0 SAO FRANCISCO +BR037669610 -8.4500 -41.7000 380.0 SETE LAGOAS +BR037671380 -8.0700 -41.3200 350.0 DEFUNTOS +BR037672730 -8.1320 -41.1330 375.0 PAULISTANA 82882 +BR037677170 -8.3500 -41.4200 390.0 FAZENDA ARROZ +BR037677870 -8.3500 -41.0700 480.0 MAFRENSE +BR037682860 -8.1300 -40.5800 534.0 SANTA FILOMENA (MUNDURI) +BR037686880 -8.3200 -40.5700 490.0 CAMPO SANTO +BR037688450 -8.4200 -40.7800 500.0 DORMENTES +BR037690410 -8.0000 -40.3000 402.0 ACUDE JATOBA +BR037691180 -8.0700 -40.4200 450.0 VARGINHA +BR037691630 -8.0800 -40.2000 480.0 JACARE +BR037693930 -8.1800 -40.0500 400.0 MATIAS +BR037695520 -8.2700 -40.2500 489.0 SANTA CRUZ (CRUZ DE MALTA) +BR037697590 -8.3800 -40.2200 380.0 BEZERRO +BR037701940 -8.5500 -44.5300 320.0 LAGOA GRANDE +BR037710990 -8.5300 -44.0200 180.0 MANGABEIRA +BR037715220 -8.7700 -44.4000 390.0 CONCEICAO +BR037724160 -8.7300 -43.9300 240.0 JAPECANGA +BR037745560 -8.7800 -42.7300 510.0 SITIO ESTACAO +BR037750120 -8.5200 -42.4500 250.0 BOA ESPERANCA +BR037752750 -8.6200 -42.1300 250.0 MOREIRA +BR037756020 -8.8200 -42.5000 324.0 JUSCELINO KUBISTCHEK +BR037758430 -8.9300 -42.3000 270.0 FAZENDA RIACHO DAS VACAS +BR037762380 -8.6200 -41.8200 350.0 FAZENDA SUSSUARANA +BR037771190 -8.5800 -41.4200 470.0 QUEIMADA NOVA +BR037772730 -8.6300 -41.1500 630.0 CACHOEIRA DO ROBERTO +BR037775550 -8.7900 -41.2600 532.0 LUIZ VIANA +BR037778230 -8.9400 -41.4100 500.0 OURICURI +BR037780020 -8.4800 -41.0000 0.0 AFRANIO +BR037780730 -8.5300 -40.6500 470.0 FAZENDA POCO DA PEDRA +BR037783080 -8.6700 -40.9700 500.0 ARIZONA +BR037784770 -8.7000 -40.6200 410.0 SITIO CARRETAO +BR037785360 -8.7800 -40.8300 437.0 RAJADA +BR037786680 -8.8200 -40.6700 390.0 BUENOS AIRES +BR037787160 -8.8800 -40.9200 480.0 LAGO +BR037789540 -8.9500 -40.7300 385.0 PAU FERRO +BR037790170 -8.5000 -40.4200 400.0 LAGOA +BR037792560 -8.6300 -40.2300 361.0 JUTAI (JATOBA DE STA.BARBARA) +BR037796310 -8.8000 -40.3500 450.0 CRISTALIA +BR037796620 -8.8200 -40.2000 400.0 BARRA BONITA +BR037799010 -8.9500 -40.5000 390.0 URUAS +BR037799730 -8.9800 -40.1500 400.0 ALEXANDRIA +BR037806970 -9.3000 -44.5200 260.0 BARRA VERDE +BR037811320 -9.0700 -44.3500 220.0 BOM JESUS +BR037828440 -9.4000 -43.7800 640.0 SITIO BREJAO +BR037829920 -9.4800 -43.5400 523.0 BALUARTE +BR037835390 -9.2830 -43.3330 523.0 CARACOL 82976 +BR037839220 -9.4700 -43.4000 537.0 PEIXE +BR037840650 -9.0200 -42.6800 386.0 SAO RAIMUNDO NONATO +BR037843040 -9.1500 -42.9800 460.0 ANISIO DE ABREU +BR037843930 -9.1800 -42.5500 480.0 SAO LOURENCO DO PIAUI +BR037847450 -9.3700 -42.7800 520.0 FARTURA DO PIAUI +BR037852240 -9.1000 -42.3800 380.0 CAVALHEIRO +BR037857170 -9.3500 -42.4200 600.0 BOM JARDIM +BR037858350 -9.6100 -42.5200 550.0 TANQUE VELHO +BR037859950 -9.4700 -42.0300 400.0 LAGOA DA ONCA +BR037860080 -9.0200 -41.9700 350.0 CURRAL NOVO +BR037862670 -9.1000 -41.6900 540.0 LAGOA DO ALEGRE +BR037870950 -9.0300 -41.0300 450.0 POCO DE PEDRA +BR037878740 -9.1800 -40.9700 380.0 CASA NOVA +BR037882840 -9.1000 -40.5800 430.0 ICO +BR037885520 -9.2800 -40.7500 400.0 RIACHO DO SOBRADO +BR037887250 -9.3000 -40.8200 380.0 SOBRADO +BR037888580 -9.4200 -40.7200 380.0 BOM SOSSEGO +BR037890990 -9.0300 -40.0200 345.0 MALHADA REAL +BR037891830 -9.1000 -40.1000 350.0 ITAMOTINGA (PEDRA BRANCA) +BR037894230 -9.2300 -40.4000 380.0 PAU DARCO +BR037894450 -9.3200 -40.2900 350.0 MANICOBA +BR037897030 -9.3830 -40.4830 370.0 PETROLINA 82983 +BR037898040 -9.4000 -40.4800 371.0 JUAZEIRO +BR037899660 -9.4800 -40.2100 395.0 LAGOA DO BOI +BR037901640 -9.5500 -44.6800 280.0 PAUS +BR037905270 -9.7500 -44.8700 290.0 VEREDA DA GLORIA +BR037909790 -9.9800 -44.6200 310.0 FAZENDA BARREIROS +BR037923680 -9.6700 -43.6500 503.0 CARAIBA DE SANTA TERESA +BR037930990 -9.5200 -43.0100 510.0 CAMPO ALEGRE DE LOURDES +BR037932540 -9.6000 -43.2400 500.0 FAZENDA CAMPINA +BR037934310 -9.6800 -43.3400 490.0 SITIO BANDEIRA +BR037942370 -9.6100 -42.8500 490.0 BUENOS AIRES +BR037942820 -9.5500 -42.5200 550.0 LAGOA DA BARRA +BR037944430 -9.7300 -42.7700 480.0 CAMPESTRE +BR037948920 -9.9000 -42.5500 450.0 CAMPO GRANDE (MONTE ALEGRE) +BR037950910 -9.5000 -42.0500 400.0 SALINA DO BREJO +BR037953890 -9.6800 -42.0700 378.0 REMANSO +BR037953910 -9.6330 -42.1000 401.0 REMANSO 82979 +BR037955290 -9.7800 -42.3700 450.0 SITIO DO MEIO +BR037959030 -9.8400 -42.6300 430.0 SALININHA +BR037960910 -9.5200 -41.5600 410.0 SALININHA +BR037963810 -9.6200 -41.6200 350.0 PAU A PIQUE +BR037964420 -9.8000 -41.7800 350.0 BEM BOM +BR037967080 -9.8700 -41.9700 520.0 FAZENDA FAVELA +BR037968940 -9.9500 -41.5000 480.0 FAZENDA BREJINHO +BR037973420 -9.7400 -41.8800 380.0 SENTO SE +BR037973930 -9.8800 -41.0700 590.0 SAO PEDRO (SAO PEDRO DO ACUDE) +BR037979270 -10.0400 -41.4200 800.0 FAZENDA SITIO +BR037983830 -9.6900 -40.6000 380.0 JUNCO +BR037994320 -9.7300 -40.3600 425.0 JUREMAL (JUREMA) +BR037996910 -9.8200 -40.0500 420.0 ABOBORA +BR037997220 -9.8600 -40.4100 520.0 FAZENDA FORTALEZA +BR037999550 -9.9800 -40.2400 500.0 BARRINHA +BR038000450 -5.0200 -39.7800 200.0 OLHO DAGUA DOS FACUNDOS +BR038001760 -5.0800 -39.6300 200.0 FAZENDA BOMFIM +BR038002560 -5.1300 -39.7300 235.0 BOA VIAGEM +BR038003460 -5.1800 -39.7800 255.0 SANTO ANTONIO +BR038004060 -5.2300 -39.9800 400.0 SALGADO +BR038004880 -5.2200 -39.5700 230.0 MANITUBA +BR038005150 -5.2700 -39.9300 520.0 BALCO +BR038008060 -5.4300 -39.9800 380.0 RIACHAO DO BANABUIU +BR038009570 -5.4500 -39.7200 480.0 PEDRA BRANCA +BR038010360 -5.0300 -39.3300 90.0 COROATA +BR038011960 -5.0800 -39.0300 93.0 JUATAMA +BR038013670 -5.1500 -39.1700 214.0 URUQUE +BR038014410 -5.2000 -39.3000 212.0 QUIXERAMOBIM GSN 82586 +BR038014420 -5.2200 -39.3000 187.0 QUIXERAMOBIM +BR038014940 -5.2000 -39.0300 200.0 FAZENDA JARDIM +BR038015160 -5.2800 -39.4300 230.0 CASTELO +BR038017370 -5.3500 -39.3200 180.0 PRUDENTE DE MORAIS +BR038018330 -5.4300 -39.3500 207.0 LACERDA +BR038023280 -5.1700 -38.8700 200.0 BOQUEIRAO PEDRAS BRANCAS +BR038023680 -5.1700 -38.6700 80.0 SITIA +BR038025050 -5.2700 -38.9800 170.0 MENDUBIM +BR038025290 -5.2800 -38.8700 90.0 BANABUIU +BR038025830 -5.2800 -38.6000 90.0 CARNAUBAS +BR038026160 -5.3300 -38.9300 120.0 ACUDE BANABUIU +BR038026560 -5.3300 -38.7300 120.0 SAO GONCALO +BR038026990 -5.3300 -38.5200 120.0 CATITA +BR038029780 -5.4700 -38.6200 90.0 BOM JARDIM +BR038032240 -5.1000 -38.3800 50.0 MORADA NOVA +BR038032250 -5.0830 -38.3830 44.0 MORADA NOVA 82588 +BR038033810 -5.1500 -38.1000 35.0 LIMOEIRO DO NORTE +BR038035130 -5.2800 -38.4500 200.0 LIVRAMENTO +BR038035490 -5.2800 -38.2700 60.0 SAO JOAO DO JAGUARIBE +BR038036950 -5.3200 -38.0300 120.0 OLHO DAGUA DA BICA +BR038041760 -5.0800 -37.6300 110.0 BARAUNA +BR038044380 -5.2200 -37.8200 120.0 LAGOA DO ROCHA +BR038044680 -5.2200 -37.6700 105.0 FAZENDA NOVO HORIZONTE +BR038046850 -5.3200 -37.5800 20.0 RIACHO DO MATEUS +BR038049410 -5.4500 -37.8000 80.0 SITIO DOS GOIS +BR038049980 -5.4700 -37.5200 36.0 GOVERNADOR DIX-SEPT ROSADO +BR038051180 -5.0700 -37.4200 100.0 FAZENDA ALAGOINHA +BR038054310 -5.2000 -37.3500 15.0 MOSSORO +BR038056430 -5.3300 -37.3000 115.0 SANTANA +BR038056890 -5.3300 -37.0700 120.0 SITIO TRAPIA +BR038059570 -5.4500 -37.2200 230.0 HIPOLITO +BR038062750 -5.1170 -36.6330 6.0 MACAU 82594 +BR038065570 -5.2500 -36.7200 20.0 PENDENCIAS +BR038066360 -5.3300 -36.8300 40.0 CARNAUBAIS +BR038067940 -5.3500 -36.5300 65.0 MONSENHOR HONORIO +BR038071950 -5.0700 -36.0300 3.0 SAO BENTO DO NORTE +BR038072380 -5.1200 -36.3200 5.0 GUAMARE +BR038075460 -5.2800 -36.2800 60.0 CORREGOS +BR038078880 -5.4200 -36.0700 235.0 JANDAIRA +BR038082720 -5.1200 -35.6500 4.0 SAO MIGUEL DO GOSTOSO +BR038083240 -5.1500 -35.8800 10.0 PEDRA GRANDE +BR038086870 -5.3200 -35.5700 90.0 CANA BRAVA +BR038087250 -5.3700 -35.8800 180.0 QUEIMADAS +BR038094070 -5.2000 -35.4700 4.0 TOUROS +BR038099490 -5.4800 -35.2700 5.0 CABO SAO ROQUE +BR038100190 -5.5300 -39.9200 320.0 TROIA +BR038100780 -5.5200 -39.6200 310.0 MINEIROLANDIA +BR038103390 -5.6800 -39.8200 300.0 FAZENDA SAO JERONIMO +BR038105740 -5.7500 -39.6300 223.0 MOMBACA +BR038107540 -5.8500 -39.7300 300.0 CARNAUBAS +BR038108750 -5.9200 -39.6300 350.0 CATOLE +BR038108960 -5.9300 -39.5300 300.0 LAGOA DO JUVENAL +BR038111680 -5.5700 -39.1700 170.0 ITABATINGA +BR038113660 -5.6800 -39.1800 180.0 MILHA +BR038116150 -5.8200 -39.4300 243.0 PIQUET CARNEIRO +BR038116850 -5.7800 -39.0800 0.0 SAO JOSE +BR038117890 -5.8800 -39.0700 220.0 SAO JOSE DE SOLONOPOLE +BR038118160 -5.9300 -39.4300 273.0 IBICUA +BR038118480 -5.9200 -39.2700 100.0 TATAIRA +BR038121080 -5.5700 -38.9700 180.0 CANGATI +BR038122480 -5.6200 -38.7700 150.0 JAGUARETAMA +BR038122850 -5.6200 -38.5800 80.0 ACUDE VELAME +BR038123090 -5.6800 -38.9700 160.0 ACUDE RIACHO DO SANGUE +BR038124650 -5.7200 -38.6800 90.0 ANINGAS +BR038127790 -5.8800 -38.6200 120.0 JAGUARIBE +BR038129170 -5.9500 -38.9200 170.0 ACUDE NOVA FLORESTA +BR038129370 -5.9500 -38.6500 180.0 FEITICEIRO +BR038130480 -5.5200 -38.3000 60.0 ALTO SANTO +BR038131790 -5.5800 -38.1200 180.0 ALTO RECREIO +BR038134720 -5.7200 -38.1500 170.0 POTIRETAMA +BR038135320 -5.7700 -38.3500 210.0 ACUDE EMA +BR038138890 -5.9300 -38.0700 180.0 TABOLEIRO GRANDE +BR038143420 -5.6500 -37.8000 65.0 APODI 82590 +BR038144330 -5.7300 -37.8500 90.0 FAZENDA DIAMANTE +BR038145190 -5.7800 -37.9200 72.0 ACUDE MALHADA VERMELHA +BR038145890 -5.7800 -37.5700 146.0 CARAUBAS +BR038146060 -5.8300 -37.9800 130.0 ITAU +BR038148090 -5.9300 -37.9700 240.0 RIACHO DA CRUZ +BR038149390 -5.9800 -37.8200 210.0 UMARIZAL (DIVINOPOLIS) +BR038149620 -5.9700 -37.7000 159.0 OLHO DAGUA DOS BORGES +BR038150640 -5.5000 -37.1800 235.0 VOLTA +BR038155830 -5.7800 -37.1000 38.0 PARAU +BR038155880 -5.7700 -37.0700 50.0 ACUDE BELDROEGA +BR038157320 -5.8700 -37.3500 70.0 ACUDE MORCEGO +BR038157370 -5.8500 -37.3200 65.0 CAMPO GRANDE (AUGUSTO SEVERO) +BR038161230 -5.5800 -36.9000 68.0 ACU +BR038162160 -5.6300 -36.9300 73.0 ACUDE MENDUBIM +BR038162350 -5.6200 -36.8300 70.0 ACUDE PATAXO +BR038163820 -5.6700 -36.6000 109.0 ANGICOS +BR038165830 -5.7800 -36.6000 122.0 PIXORE DE BAIXO +BR038166170 -5.8000 -36.9200 70.0 SAO RAFAEL +BR038169330 -5.9800 -36.8500 305.0 BARAO DE SERRA BRANCA +BR038169720 -5.9700 -36.6500 140.0 SANTANA DO MATOS +BR038170010 -5.5000 -36.5000 80.0 AFONSO BEZERRA +BR038170250 -5.5200 -36.3800 97.0 PEDRO AVELINO +BR038171790 -5.5800 -36.1200 160.0 PEDRA PRETA +BR038174510 -5.7000 -36.2500 198.0 LAJES (ITARETAMA) +BR038175980 -5.7700 -36.0200 180.0 CAICARA DO RIO DO VENTO +BR038177450 -5.8700 -36.2800 400.0 RECANTO +BR038179880 -5.9700 -36.0700 175.0 SAO TOME +BR038180390 -5.5300 -35.8200 140.0 JOAO CAMARA (BAIXA VERDE) +BR038180960 -5.5300 -35.5300 60.0 PUREZA +BR038182820 -5.6200 -35.6000 50.0 TAIPU +BR038183010 -5.6500 -36.0000 150.0 JARDIM DE ANGICOS +BR038183520 -5.6700 -35.7500 100.0 POCO BRANCO (SITIO CRAVOS) +BR038187780 -5.8700 -35.6200 75.0 SAO PEDRO +BR038188470 -5.9000 -35.7700 97.0 SAO PAULO DO POTENGI +BR038189140 -5.9500 -35.9300 149.0 BARCELONA +BR038189890 -5.9800 -35.6200 89.0 BOM JESUS (DNOS) +BR038191560 -5.5500 -35.2300 5.0 JACUMA (DNOS) +BR038192160 -5.6500 -35.4170 61.0 CEARA-MIRIM 82596 +BR038195360 -5.7800 -35.3300 20.0 SAO GONCALO DO AMARANTE +BR038196570 -5.7670 -35.2000 45.0 NATAL 82598 +BR038197310 -5.8500 -35.3500 50.0 MACAIBA +BR038200260 -6.0300 -39.8800 490.0 MARRUAS +BR038203450 -6.1700 -39.7800 330.0 TRUSSU +BR038203690 -6.1800 -39.6700 270.0 TABOLEIRO DO MEIO +BR038204210 -6.2000 -39.9000 490.0 CATARINA +BR038205670 -6.2500 -39.6700 280.0 FLAMENGO +BR038207120 -6.3700 -39.9500 500.0 CACHOEIRA DO SINFRONIO +BR038209550 -6.4700 -39.7300 280.0 POCO COMPRIDO +BR038212070 -6.1000 -39.4700 250.0 ACOPIARA +BR038213850 -6.1700 -39.0800 210.0 MARACAJA +BR038216180 -6.3200 -39.4200 230.0 SUASSURANA +BR038217420 -6.3670 -39.3000 217.0 IGUATU 82686 +BR038218730 -6.4300 -39.1500 230.0 JOSE DE ALENCAR +BR038219240 -6.4500 -39.3800 220.0 BARRO ALTO +BR038219780 -6.4700 -39.1200 224.0 VARZEA +BR038220290 -6.0300 -38.8700 90.0 CURRAL NOVO +BR038221660 -6.0800 -38.6800 160.0 MONTE ALEGRE +BR038225180 -6.2700 -38.9200 188.0 ACUDE OROS +BR038225530 -6.2800 -38.7500 160.0 CRUZEIRINHO +BR038228080 -6.4200 -38.9700 180.0 ACUDE LIMA CAMPOS +BR038229160 -6.4800 -38.9300 170.0 RIACHO FUNDO +BR038231070 -6.0500 -38.4700 220.0 PEREIRO +BR038232580 -6.1200 -38.2200 175.0 PAU DOS FERROS +BR038234020 -6.2200 -38.5000 605.0 SAO MIGUEL +BR038234480 -6.2200 -38.2700 195.0 SITIO GANGORRA +BR038235690 -6.2800 -38.1700 195.0 MARCELINO VIEIRA (PANATIS) +BR038237440 -6.3500 -38.2800 310.0 SITIO ANGICOS (ACUDE ARAPUA) +BR038238220 -6.4200 -38.4000 640.0 LUIS GOMES +BR038238980 -6.4200 -38.0200 315.0 ALEXANDRIA +BR038239650 -6.4700 -38.1800 380.0 TENENTE ANANIAS +BR038241190 -6.0800 -37.9200 645.0 MARTINS +BR038242380 -6.1200 -37.8200 235.0 LUCRECIA +BR038242740 -6.1000 -37.6300 305.0 PATU +BR038243090 -6.1800 -37.9700 270.0 ACUDE CORREDOR +BR038243440 -6.1500 -37.7800 270.0 SITIO MILAGRES +BR038243960 -6.1800 -37.5300 190.0 BELEM DO BREJO DO CRUZ +BR038245420 -6.2700 -37.8000 310.0 JOAO DIAS +BR038247510 -6.3500 -37.7500 250.0 CATOLE DO ROCHA +BR038249920 -6.4700 -37.5500 190.0 JENIPAPEIRO DOS CARREIROS +BR038250990 -6.0300 -37.0200 75.0 JUCURUTU +BR038251240 -6.0500 -37.3800 320.0 MARACANAU +BR038253460 -6.1800 -37.2800 120.0 SAO JOSE DO BREJO DO CRUZ +BR038253740 -6.1500 -37.1300 80.0 ACUDE OITICICA +BR038257010 -6.3500 -37.5000 190.0 BREJO DO CRUZ +BR038257330 -6.3800 -37.3500 130.0 SITIO JARDIM +BR038257660 -6.3800 -37.1800 135.0 SAO FERNANDO +BR038257890 -6.3800 -37.0700 180.0 ACUDE MUNDO NOVO +BR038259410 -6.4500 -37.3000 120.0 LAGOINHA AC +BR038259810 -6.4500 -37.1000 143.0 CAICO +BR038259890 -6.4800 -37.0700 140.0 ACUDE ITANS +BR038260780 -6.0200 -36.6200 420.0 SAO JOSE DA PASSAGEM +BR038262380 -6.1170 -36.8170 324.0 FLORANIA 82691 +BR038264650 -6.2200 -36.6800 320.0 SAO VICENTE (LUIZA) +BR038264940 -6.2000 -36.5300 400.0 ACUDE TOTORO +BR038265980 -6.2700 -36.5200 350.0 CURRAIS NOVOS +BR038266040 -6.3000 -36.9800 250.0 DOMINGAL +BR038268450 -6.4200 -36.7800 140.0 ACUDE CRUZETA +BR038268840 -6.4000 -36.5800 330.0 ACUDE GARGALHEIRAS +BR038271310 -6.0500 -36.3500 590.0 CERRO CORA +BR038272070 -6.1000 -36.4700 700.0 LAGOA NOVA +BR038273530 -6.1800 -36.2500 520.0 SERRA DO DOUTOR +BR038273990 -6.1800 -36.0200 180.0 ACUDE INHARE +BR038274660 -6.2300 -36.1800 400.0 CAMPO REDONDO +BR038274990 -6.2300 -36.0200 240.0 SANTA CRUZ +BR038277590 -6.3800 -36.2200 610.0 CORONEL EZEQUIEL (JERICO) +BR038279730 -6.4800 -36.1500 620.0 CUITE (SERRA DO CUITE) +BR038282610 -6.1000 -35.7000 110.0 SERRA CAIADA +BR038283840 -6.1500 -35.5800 90.0 BOA SAUDE (JANUARIO CICCO) +BR038284430 -6.2300 -35.8000 130.0 ACUDE TRAIRI +BR038285690 -6.2800 -35.6700 190.0 ACUDE JAPI II +BR038288750 -6.4200 -35.6300 600.0 SERRA DE SAO BENTO +BR038289150 -6.4700 -35.8700 400.0 JAPI (DNOS) +BR038291550 -6.0700 -35.2300 50.0 SAO JOSE DE MIPIBU +BR038292050 -6.1200 -35.4800 105.0 SITIO EXU (LAGOA SALGADA) +BR038295620 -6.2700 -35.2000 25.0 GOIANINHA +BR038296070 -6.3000 -35.4700 95.0 SANTO ANTONIO +BR038296650 -6.3200 -35.1800 25.0 GOIANINHA +BR038297790 -6.3800 -35.1200 48.0 CANGUARETAMA +BR038299150 -6.4700 -35.4300 90.0 NOVA CRUZ +BR038299540 -6.4500 -35.2300 30.0 PEDRO VELHO (DNOCS) +BR038300230 -6.5300 -39.9000 275.0 SABOEIRO +BR038300960 -6.5300 -39.5300 235.0 JUCAS +BR038301950 -6.5700 -39.5300 235.0 MALHADA +BR038303490 -6.6800 -39.7700 275.0 TARRAFAS +BR038304080 -6.7200 -39.9700 270.0 ANTONINA DO NORTE +BR038307280 -6.8700 -39.8700 435.0 ASSARE +BR038307760 -6.8800 -39.6300 500.0 ALTANEIRA +BR038308880 -6.9200 -39.5700 320.0 FARIAS BRITO +BR038310060 -6.5300 -39.4800 230.0 CARIUS +BR038311060 -6.5800 -39.4800 240.0 BOQUEIRAO POCO DOS PAUS +BR038312390 -6.6300 -39.3200 310.0 CAIPU +BR038312870 -6.6000 -39.0700 246.0 CEDRO +BR038313520 -6.6700 -39.2500 320.0 NARANIU +BR038313980 -6.6700 -39.0200 240.0 ARROJADO +BR038315430 -6.7800 -39.3000 345.0 VARZEA ALEGRE +BR038315780 -6.7700 -39.1200 390.0 MANGABEIRA (GRANJEIRO) +BR038315870 -6.7500 -39.0700 270.0 PATOS +BR038317590 -6.8800 -39.2200 280.0 GRANJEIRO +BR038317820 -6.8700 -39.1000 250.0 QUITAIUS +BR038320740 -6.5000 -38.6300 490.0 ICOZINHO +BR038320890 -6.5300 -38.5700 500.0 BARRA DO JUA +BR038322250 -6.6200 -38.8800 220.0 FAZENDA UMARI +BR038323610 -6.6500 -38.7000 350.0 UMARI +BR038323980 -6.6700 -38.5200 255.0 ACUDE PILOES +BR038325110 -6.7500 -38.9500 247.0 LAVRAS DA MANGABEIRA +BR038325590 -6.7800 -38.7200 270.0 IPAUMIRIM +BR038327510 -6.8500 -38.7500 400.0 FELIZARDO +BR038327890 -6.8800 -38.5700 291.0 CAJAZEIRAS +BR038328090 -6.9300 -38.9700 65.0 AURORA +BR038329560 -6.9800 -38.7300 400.0 BALANCAS +BR038330180 -6.5200 -38.4200 300.0 UIRAUNA (CANAA) +BR038332350 -6.6200 -38.3300 420.0 SITIO SAO VICENTE +BR038332850 -6.6200 -38.0800 150.0 SAO FRANCISCO (OLIVEDOS) +BR038334130 -6.7300 -38.4500 240.0 ANTENOR NAVARRO +BR038335540 -6.7500 -38.2300 200.0 SOUSA +BR038335880 -6.7700 -38.0700 170.0 APARECIDA +BR038336390 -6.8300 -38.3200 235.0 S. GONCALO +BR038338350 -6.9200 -38.3300 265.0 NAZAREZINHO (NAZARE) +BR038338690 -6.9300 -38.1700 260.0 SAO JOSE DA LAGOA TAPADA +BR038341370 -6.5500 -37.8200 215.0 JERICO (ITACAMBA) +BR038343890 -6.6800 -37.5700 195.0 DESTERRO DE MALTA +BR038345380 -6.7700 -37.8200 178.0 POMBAL +BR038348770 -6.9000 -37.6200 260.0 CONDADO +BR038348940 -6.9000 -37.5300 340.0 MALTA +BR038349450 -6.9700 -37.7800 400.0 CAJAZEIRINHAS +BR038353220 -6.6700 -37.4000 160.0 SERRA NEGRA DO NORTE +BR038353980 -6.6700 -37.0200 190.0 PALMA +BR038354620 -6.7200 -37.2000 175.0 SAO JOAO DO SABUGI +BR038357340 -6.8500 -37.3300 300.0 SAO JOSE DE ESPINHARAS +BR038358820 -6.9200 -37.1000 270.0 SAO MAMEDE +BR038361460 -6.5800 -36.7800 220.0 SITIO PASSAGEM +BR038362540 -6.6000 -36.7300 250.0 ZANGARELHAS +BR038363690 -6.6800 -36.6700 325.0 PARELHAS (DNOCS) +BR038364110 -6.7000 -36.9500 195.0 OURO BRANCO (MANAIRAMA) +BR038364490 -6.7300 -36.7700 280.0 UMARI PRETO +BR038367150 -6.8700 -36.9300 290.0 SANTA LUZIA +BR038369570 -6.9500 -36.7200 500.0 EQUADOR +BR038370280 -6.5200 -36.3700 450.0 PICUI +BR038371010 -6.5500 -36.5000 500.0 FAZENDA RIACHO FUNDO +BR038374880 -6.7200 -36.0700 440.0 BARRA DE SANTA ROSA +BR038375070 -6.7500 -36.4700 525.0 PEDRA LAVRADA +BR038375520 -6.7700 -36.2500 600.0 SOSSEGO +BR038377170 -6.8500 -36.4200 530.0 SERIDO +BR038377960 -6.8800 -36.0300 470.0 ALGODAO +BR038379530 -6.9800 -36.2500 545.0 OLIVEDOS (SAO FRANCISCO) +BR038380550 -6.5200 -35.7300 580.0 ARARUNA +BR038382460 -6.6300 -35.7800 460.0 CACIMBA DE DENTRO +BR038385260 -6.7800 -35.8800 400.0 SALGADO +BR038385750 -6.7700 -35.6300 552.0 BANANEIRAS +BR038386840 -6.8000 -35.5800 210.0 VILA MAIA (PILOES DO MAIA) +BR038389620 -6.9700 -35.7000 445.0 AREIA (UFPB) +BR038392080 -6.6200 -35.4700 185.0 CAICARA +BR038392910 -6.6000 -35.0500 35.0 MATARACA +BR038393450 -6.6700 -35.2800 140.0 JACARAU +BR038396790 -6.8300 -35.1200 54.0 MAMANGUAPE +BR038397040 -6.8500 -35.4800 89.0 GUARABIRA +BR038397270 -6.8500 -35.3700 170.0 ARACAGI +BR038402480 -7.1200 -39.7700 470.0 ACUDE LATAO +BR038403560 -7.1800 -39.7300 480.0 SANTANA DO CARIRI +BR038405950 -7.2700 -39.5300 730.0 MINGUIRIBA +BR038408320 -7.4200 -39.8500 650.0 SERRA DAS TABOCAS +BR038410060 -7.0300 -39.4800 450.0 DOM QUINTINO +BR038410460 -7.0300 -39.2800 710.0 CARIRIACU +BR038412970 -7.1000 -39.0200 280.0 INGAZEIRAS +BR038414250 -7.2200 -39.3800 421.0 CRATO +BR038414370 -7.2000 -39.3200 400.0 JUAZEIRO DO NORTE +BR038415710 -7.2500 -39.1500 352.0 MISSAO VELHA +BR038416380 -7.3200 -39.3200 405.0 BARBALHA +BR038416420 -7.3170 -39.3000 409.0 BARBALHA 82784 +BR038417250 -7.3700 -39.3800 650.0 ARAJARA +BR038418740 -7.4000 -39.1300 680.0 JAMACARU +BR038421850 -7.0700 -38.5800 500.0 SITIO ARAPUA +BR038422540 -7.1000 -38.7300 480.0 CUNCAS +BR038423430 -7.1800 -38.8000 390.0 BARRO +BR038425470 -7.2500 -38.7700 520.0 MARARUPA +BR038425740 -7.2500 -38.6300 600.0 ANAUA +BR038426120 -7.3200 -38.9500 371.0 MILAGRES +BR038426980 -7.3200 -38.5200 575.0 BONITO DE SANTA FE +BR038428440 -7.4000 -38.7800 365.0 MAURITI +BR038428590 -7.4300 -38.7200 390.0 ACUDE QUIXABINHA +BR038429060 -7.4800 -38.9800 490.0 BREJO SANTO +BR038430420 -7.0200 -38.3000 520.0 FAZENDA TIMBAUBA +BR038431660 -7.0800 -38.1800 280.0 AGUIAR +BR038432020 -7.1200 -38.5000 300.0 SAO JOSE DE PIRANHAS +BR038435370 -7.2500 -38.3200 585.0 SERRA GRANDE (IBITIRUCU) +BR038436670 -7.3000 -38.1700 230.0 ITAPORANGA (MISERICORDIA) +BR038437270 -7.3500 -38.3700 470.0 BOM JESUS +BR038438570 -7.4000 -38.2200 300.0 BOA VENTURA +BR038439190 -7.4800 -38.4200 330.0 IBIARA (SANTA MARIA) +BR038439920 -7.4700 -38.0500 315.0 NOVA OLINDA (ANDREZA) +BR038440080 -7.0200 -37.9700 220.0 ACUDE COREMAS +BR038442790 -7.1300 -37.6200 290.0 CATINGUEIRA (JUCA) +BR038444480 -7.2200 -37.7700 275.0 OLHO DAGUA +BR038447030 -7.3800 -38.0000 305.0 SANTANA DOS GARROTES +BR038451130 -7.0800 -37.4500 380.0 SANTA TEREZINHA +BR038452360 -7.1300 -37.3300 270.0 FAZENDA PORCOS +BR038452890 -7.1300 -37.0700 340.0 PASSAGEM (ESPINHARAS) +BR038455140 -7.2500 -37.4300 370.0 MAE DAGUA DE DENTRO +BR038455830 -7.2800 -37.1000 590.0 DESTERRO +BR038457030 -7.3800 -37.5000 750.0 IMACULADA +BR038457650 -7.3700 -37.1800 630.0 ITAPETIM (ITAPETINGA) +BR038459450 -7.4700 -37.2800 575.0 SAO JOSE DO EGITO +BR038461850 -7.0700 -36.5800 570.0 JUAZEIRINHO (JUAZEIRO) +BR038462310 -7.1000 -36.8500 410.0 SALGADINHO +BR038464750 -7.2200 -36.6300 470.0 SANTO ANDRE (MUCUITU) +BR038467390 -7.3800 -36.8200 610.0 SAO JOSE DOS CORDEIROS +BR038468940 -7.4000 -36.5300 445.0 SAO JOAO DO CARIRI +BR038469690 -7.4800 -36.6700 450.0 SERRA BRANCA (ITAMOROTINGA) +BR038471280 -7.0700 -36.3700 560.0 SOLEDADE (IBIAPINOPOLIS) +BR038471880 -7.0700 -36.0700 624.0 POCINHOS (JOFFILY) +BR038472180 -7.1200 -36.4200 500.0 FAZENDA SANTA TEREZA +BR038475050 -7.2700 -36.4800 480.0 GURJAO (TIMBAUBA) +BR038475550 -7.2700 -36.2300 420.0 BOA VISTA (LEDO) +BR038476980 -7.3200 -36.0200 470.0 CATOLE +BR038479790 -7.4800 -36.1200 380.0 ACUDE BOQUEIRAO +BR038481450 -7.0700 -35.7800 500.0 ALAGOA NOVA (LARANJEIRAS) +BR038484280 -7.2170 -35.8830 502.0 CAMPINA GRANDE 82795 +BR038484290 -7.2300 -35.8700 508.0 CAMPINA GRANDE +BR038484310 -7.2000 -35.8500 508.0 CAMPINA GRANDE +BR038485790 -7.2800 -35.6200 144.0 INGA +BR038487410 -7.3500 -35.8000 520.0 FAGUNDES +BR038492320 -7.1200 -35.3500 146.0 CALDAS BRANDAO +BR038492540 -7.1000 -35.2300 125.0 SAPE +BR038493840 -7.1500 -35.0800 20.0 CRUZ DO ESPIRITO SANTO +BR038495450 -7.2700 -35.2800 35.0 PILAR (SITIO RECREIO) +BR038496040 -7.3000 -35.4800 110.0 MOGEIRO +BR038498780 -7.4200 -35.1200 190.0 TAMBE (ITAMBE) +BR038500340 -7.5000 -39.8300 650.0 VIRACAO (CANA BRAVA) +BR038500580 -7.5200 -39.7200 510.0 EXU (NOVO EXU) +BR038503460 -7.6800 -39.7800 492.0 TIMORANTE (BAIXIO) +BR038504780 -7.7200 -39.6200 445.0 GRANITO +BR038504930 -7.7300 -39.5500 750.0 SITIO DOS MOREIRAS +BR038506140 -7.8000 -39.9300 440.0 BODOCO +BR038508650 -7.9200 -39.6800 520.0 FAZENDA COLINAS +BR038509170 -7.9500 -39.9200 472.0 SITIO ESTACA +BR038510750 -7.5200 -39.1300 520.0 PORTEIRAS +BR038511460 -7.5800 -39.2800 630.0 JARDIM +BR038513990 -7.6800 -39.0200 470.0 JATI +BR038514350 -7.7200 -39.3300 610.0 CEDRO (URUCUBA) +BR038515680 -7.7700 -39.1700 588.0 SANTA ROSA +BR038516050 -7.8200 -39.4800 440.0 IPUEIRA +BR038518390 -7.9300 -39.3200 425.0 SERRITA (SERRINHA) +BR038520330 -7.5300 -38.8500 370.0 POCO +BR038521970 -7.5500 -38.5200 370.0 CONCEICAO +BR038527450 -7.8700 -38.7800 460.0 SAO JOSE DO BELMONTE +BR038527870 -7.8500 -38.5700 550.0 CAICARA +BR038528050 -7.9200 -38.9800 455.0 VERDEJANTE (RIACHO VERDE) +BR038529760 -7.9800 -38.6300 450.0 BOM NOME +BR038534670 -7.7000 -38.1700 605.0 MANAIRA (ALAGOA NOVA) +BR038534990 -7.7300 -38.0200 660.0 PRINCESA ISABEL +BR038536790 -7.8500 -38.1330 1020.0 TRIUNFO 82789 +BR038539430 -7.9800 -38.3000 435.0 SERRA TALHADA +BR038540360 -7.5300 -37.8300 470.0 JURU (IBIAPINA) +BR038540720 -7.5200 -37.6500 710.0 AGUA BRANCA (IMOROTI) +BR038541930 -7.5800 -37.5500 580.0 TABIRA +BR038544280 -7.7200 -37.8700 500.0 QUIXABA +BR038546370 -7.8000 -37.8200 450.0 CARNAIBA +BR038548790 -7.9300 -37.6200 596.0 QUITIMBU +BR038548980 -7.9200 -37.5200 585.0 IRAJAI +BR038549570 -7.9500 -37.7200 620.0 FATIMA +BR038553090 -7.6800 -37.4700 550.0 INGAZEIRA +BR038553830 -7.6800 -37.1000 600.0 PRATA (MUGIQUI) +BR038554320 -7.7200 -37.3500 689.0 JARDIM +BR038556260 -7.8300 -37.3800 595.0 JABITACA (VARAS) +BR038557780 -7.8700 -37.1200 596.0 MONTEIRO +BR038560080 -7.5200 -36.9700 700.0 FAZENDA BANANEIRAS +BR038562780 -7.6200 -36.6200 465.0 COXIXOLA +BR038563140 -7.6500 -36.9300 510.0 SUME (SAO TOME) +BR038563450 -7.6700 -36.7800 410.0 SUCURU +BR038564980 -7.7200 -36.5200 460.0 CARAUBAS (CARAIBEIRAS) +BR038566670 -7.8000 -36.6700 500.0 CONGO (SANTANA DO CONGO) +BR038568280 -7.9200 -36.8700 565.0 CAMALAU +BR038570440 -7.6000 -36.2800 390.0 CABACEIRAS +BR038574710 -7.7000 -36.1500 455.0 RIACHO SANTO ANTONIO +BR038575340 -7.7500 -36.3300 520.0 BARRA DE SAO MIGUEL (POTIRA) +BR038577260 -7.8800 -36.3800 600.0 SITIO MULUNGU +BR038577270 -7.8500 -36.3700 675.0 VILA DO PARA +BR038578360 -7.9300 -36.3300 480.0 POCO FUNDO +BR038578910 -7.9000 -36.0500 785.0 TAQUARITINGA DO NORTE +BR038579050 -7.9700 -36.4800 600.0 JATAUBA (JATOBA) +BR038579180 -7.9700 -36.4200 500.0 SITIO SALGADO +BR038579610 -7.9500 -36.2000 472.0 SANTA CRUZ DO CAPIBARIBE +BR038580060 -7.5300 -35.9800 350.0 BODOCONGO +BR038580390 -7.5300 -35.8200 430.0 FAZENDA LAGOA DOS MARCOS +BR038580650 -7.5200 -35.6800 340.0 AROEIRAS +BR038583990 -7.6800 -35.5200 320.0 MACHADOS +BR038584390 -7.7300 -35.8200 645.0 MATA VIRGEM +BR038586530 -7.8300 -35.7500 380.0 SURUBIM +BR038586840 -7.8000 -35.5800 325.0 BOM JARDIM +BR038588050 -7.9200 -35.9800 401.0 VERTENTES +BR038589250 -7.9700 -35.8800 380.0 ALGODAO DO MANSO (DNOS) +BR038590380 -7.5200 -35.3200 190.0 TIMBAUBA +BR038591110 -7.5500 -35.4500 350.0 MACAPARANA (DNOS) +BR038591360 -7.5800 -35.3300 210.0 CRUANJI +BR038591630 -7.5800 -35.2000 60.0 ALIANCA (PARAGUACU) +BR038591830 -7.5800 -35.1000 95.0 CONDADO (GOIANINHA) +BR038593380 -7.6700 -35.3200 90.0 VICENCIA +BR038593750 -7.6700 -35.1300 80.0 USINA MATARI (IAA) +BR038593820 -7.6700 -35.1000 80.0 ITAQUITINGA (AREIAS) +BR038594060 -7.7300 -35.4800 200.0 BIZARRA +BR038594560 -7.7300 -35.2300 75.0 NAZARE DA MATA +BR038595290 -7.7800 -35.3700 150.0 BUENOS AIRES +BR038597080 -7.8700 -35.4700 138.0 LIMOEIRO +BR038597510 -7.8500 -35.2500 184.0 CARPINA (FLORESTA DOS LEOES) +BR038598450 -7.9200 -35.2800 130.0 ENGENHO CARRAPATO +BR038598740 -7.9000 -35.1300 70.0 USINA MUSSUREPE +BR038599310 -7.9500 -35.3500 180.0 FEIRA NOVA (JARDIM) +BR038599880 -7.9700 -35.0700 70.0 USINA TIUMA (IAA) +BR038601460 -8.0800 -39.7800 372.0 ICAICARA (POCO CERCADO) +BR038601890 -8.0800 -39.5700 379.0 PARNAMIRIM (LEOPOLDINA) +BR038606780 -8.3200 -39.6200 550.0 CANTO DAS PEDRAS +BR038607260 -8.3800 -39.8800 380.0 FAZENDA RODRIGUES +BR038608130 -8.4300 -39.9500 350.0 URIMAMA +BR038611150 -8.0700 -39.4300 427.0 ACUDE ABOBORAS +BR038611780 -8.0700 -39.1200 415.0 SALGUEIRO +BR038614250 -8.2200 -39.3800 355.0 TERRA NOVA +BR038616720 -8.3200 -39.1500 380.0 MURICI +BR038618110 -8.4000 -39.4500 380.0 FAZENDA MACAMBIRA +BR038620250 -8.0200 -38.8800 620.0 CARNAUBEIRA +BR038621050 -8.0700 -38.9800 490.0 ACUDE BOA VISTA +BR038622550 -8.1200 -38.7300 425.0 MIRANDIBA (SAO JOAO DE CAMPOS) +BR038628290 -8.4300 -38.8700 350.0 CARNAUBEIRA +BR038630760 -8.0300 -38.1300 480.0 VARZINHA +BR038631160 -8.0800 -38.4300 370.0 FAZENDA QUIXABA +BR038633580 -8.1700 -38.2200 465.0 TAUAPIRANGA +BR038635060 -8.2800 -38.4800 365.0 FAZENDA MALHADA DA AREIA +BR038635960 -8.2800 -38.0300 431.0 BETANIA +BR038636190 -8.3300 -38.4200 395.0 CARQUEJA +BR038637360 -8.3800 -38.3300 380.0 FAZENDA SANTA PAULA +BR038639090 -8.4800 -38.4700 320.0 FAZENDA BARRA DA FORQUILHA +BR038641320 -8.0700 -37.8500 561.0 SITIO DOS NUNES +BR038642710 -8.1000 -37.6500 542.0 CUSTODIA +BR038643190 -8.1800 -37.9200 480.0 FAZENDA CACHOEIRA DO LEITE +BR038646840 -8.3000 -37.5800 470.0 CARUALINA +BR038647510 -8.3500 -37.7500 500.0 FAZENDA CAICARA +BR038647760 -8.3800 -37.6300 445.0 IBIMIRIM (JERITACO) +BR038648150 -8.4200 -37.9300 470.0 FAZENDA JACARE +BR038651490 -8.0800 -37.2700 605.0 SERTANIA (ALAGOA DE BAIXO) +BR038653040 -8.1500 -37.4800 480.0 RIO DA BARRA +BR038653970 -8.1500 -37.0200 600.0 SAO SEBASTIAO DO UMBUZEIRO +BR038655660 -8.2800 -37.1800 510.0 HENRIQUE DIAS +BR038655670 -8.2800 -37.1800 510.0 HENRIQUE DIAS(RFN-TIGRE-S.FIL) +BR038656320 -8.3200 -37.3800 507.0 ALGODOES +BR038658190 -8.4300 -37.4200 525.0 MODERNA +BR038658570 -8.4000 -37.2200 630.0 XILILI +BR038658890 -8.4300 -37.0700 663.0 ARCOVERDE (RIO BRANCO) +BR038660660 -8.0300 -36.6800 800.0 SANTA MARIA DA PARAIBA +BR038661280 -8.6700 -36.8700 616.0 SAO JOAO DO TIGRE +BR038662810 -8.1000 -36.6000 830.0 SITIO MUQUEM +BR038662930 -8.1300 -36.5500 770.0 SITIO SEVERO +BR038662970 -8.1000 -36.5200 580.0 PASSAGEM DO TO +BR038663630 -8.1800 -36.7000 1035.0 POCAO +BR038663840 -8.1500 -36.5800 770.0 SITIO CANHOTO +BR038663880 -8.1700 -36.5700 770.0 SITIO LAGOA DO FELIX +BR038664860 -8.2300 -36.5800 808.0 XUCURU (ALDEIA VELHA) +BR038667310 -8.3500 -36.8500 850.0 CIMBRES +BR038667620 -8.3700 -36.7000 650.0 PESQUEIRA +BR038669390 -8.4800 -36.8200 762.0 ALAGOINHA +BR038669960 -8.4800 -36.5300 680.0 SAPO QUEIMADO +BR038670880 -8.0200 -36.0700 376.0 TORITAMA (TORRES) +BR038671130 -8.0800 -36.4500 530.0 SITIO APOLINARIO +BR038672440 -8.1000 -36.2800 380.0 MANDACAIA +BR038672890 -8.1300 -36.0700 501.0 CARAPOTOS (RIACHO DOCE) +BR038673240 -8.1500 -36.3800 646.0 BREJO DA MADRE DE DEUS +BR038673620 -8.1700 -36.2000 509.0 FAZENDA NOVA +BR038674290 -8.2300 -36.3700 684.0 SERRA DO VENTO +BR038676130 -8.3300 -36.4500 616.0 BELO JARDIM +BR038676420 -8.3200 -36.3000 570.0 TACAIMBO +BR038676720 -8.3200 -36.1500 552.0 SAO CAETANO +BR038679560 -8.4800 -36.2300 780.0 CACHOEIRINHA +BR038679860 -8.4800 -36.0800 470.0 ALTINHO +BR038680620 -8.0200 -35.7000 395.0 CUMARU (MALHADINHA) +BR038682270 -8.1000 -35.8700 400.0 SITIO BARRIGUDA +BR038684530 -8.2300 -35.7500 471.0 BEZERROS +BR038684880 -8.2200 -35.5700 447.0 GRAVATA +BR038685090 -8.2800 -35.9700 545.0 CARUARU +BR038688320 -8.4200 -35.8500 501.0 SAO JOAQUIM DO MONTE +BR038688680 -8.4200 -35.6700 440.0 BARRA DO GUABIRABA +BR038689920 -8.4700 -35.5500 340.0 CORTES +BR038690050 -8.0200 -35.4800 290.0 BENGALAS +BR038690410 -8.0000 -35.3000 200.0 GLORIA DE GOITA +BR038690570 -8.0000 -35.2200 100.0 CHA DE ALEGRIA +BR038690790 -8.0300 -35.1200 90.0 TAPACURA +BR038690930 -7.9800 -35.0500 0.0 SAO LOURENCO DA MATA (RFN) +BR038691250 -8.0700 -35.3800 240.0 APOTI (DUARTE DIAS) +BR038691810 -8.0500 -35.1000 130.0 NOSSA SENHORA DA LUZ +BR038692650 -8.1200 -35.1800 170.0 TAPERA +BR038692850 -8.1200 -35.0800 96.0 MORENO +BR038693080 -8.1700 -35.4700 390.0 RUSSINHA +BR038693240 -8.1500 -35.3800 290.0 POMBOS (SAO JOSE DOS POMBOS) +BR038694310 -8.2000 -35.3500 350.0 ENGENHO SERRA GRANDE +BR038696940 -8.3000 -35.0300 30.0 CABO +BR038697130 -8.3800 -35.4500 295.0 AMARAJI +BR038697310 -8.3500 -35.3500 156.0 PRIMAVERA +BR038697550 -8.3700 -35.2300 93.0 ESCADA +BR038697910 -8.3500 -35.0500 40.0 ENGENHO TABATINGA +BR038698870 -8.4000 -35.0700 30.0 IPOJUCA +BR038701240 -8.5500 -39.8800 400.0 ALGODOEIRO +BR038702820 -8.6200 -39.6000 370.0 OROCO +BR038706340 -8.8000 -39.8300 452.0 SANTA MARIA DA BOA VISTA +BR038706670 -8.7800 -39.6700 336.0 RIACHO SECO +BR038709220 -8.9700 -39.9000 341.0 CURACA +BR038709230 -8.9800 -39.9000 341.0 CURACA +BR038710370 -8.5000 -39.3200 350.0 CABROBO +BR038710390 -8.5170 -39.3330 341.0 CABROBO 82886 +BR038712520 -8.6300 -39.2500 300.0 IBO +BR038719080 -8.9700 -39.4700 380.0 CANAA +BR038719830 -8.9800 -39.1000 317.0 CHORROCHO +BR038722840 -8.6000 -38.5800 317.0 FLORESTA +BR038723480 -8.6700 -38.7700 365.0 FAZENDA ANGICOS +BR038725080 -8.7700 -38.9700 305.0 BELEM DE SAO FRANCISCO +BR038726490 -8.8500 -38.7700 270.0 RODELAS +BR038726580 -8.8200 -38.7200 315.0 ITACURUBA +BR038729940 -8.9700 -38.5700 280.0 CABECA DE BOI +BR038732250 -8.6200 -38.3800 325.0 FAZENDA VARZEA COMPRIDA +BR038733620 -8.6700 -38.2000 390.0 FAZENDA OLHO DAGUA +BR038735690 -8.7800 -38.1700 390.0 FAZENDA JUAZEIRO +BR038736210 -8.8000 -38.4000 400.0 FAZENDA SITIO NOVO +BR038737080 -8.8700 -38.4700 290.0 ICO +BR038737590 -8.8800 -38.2200 375.0 FAZENDA SOARES +BR038740540 -8.5000 -37.7300 450.0 ACUDE POCO DA CRUZ +BR038742950 -8.6200 -37.5300 470.0 BREJO DO PIORE +BR038743280 -8.6700 -37.8700 610.0 POCO ALEXANDRE +BR038744950 -8.7200 -37.5300 431.0 MOXOTO +BR038745060 -8.7800 -37.9800 420.0 JUAZEIRO DOS CANDIDOS +BR038745660 -8.7800 -37.6800 365.0 FAZENDA PERNAMBUCO +BR038748340 -8.9000 -37.8300 355.0 INAJA (ESPIRITO SANTO) +BR038749760 -8.9800 -37.6300 559.0 FAZENDA MANARI +BR038750620 -8.5200 -37.2000 655.0 BREJO DE SAO JOSE +BR038751390 -8.5800 -37.3200 680.0 PONTA DA VARGEM +BR038752680 -8.6200 -37.1700 798.0 BUIQUE +BR038755310 -8.7500 -37.3500 709.0 TUPANATINGA (SANTA CLARA) +BR038755920 -8.7700 -37.0500 475.0 AMARO +BR038758440 -8.9000 -37.2800 510.0 FAZENDA SACAO +BR038759140 -8.9500 -37.4300 470.0 ITAIBA +BR038759980 -8.9700 -37.0200 500.0 FAZENDA GARCIA +BR038762620 -8.6200 -36.7000 793.0 SALOBRO +BR038764290 -8.7300 -36.8700 586.0 TARA (SANTO ANTONIO DO TARA) +BR038765760 -8.7800 -36.6300 854.0 CAETES +BR038767080 -8.8700 -36.9700 475.0 JAPECANGA (CORDEIRO) +BR038768680 -8.9200 -36.6700 830.0 PARANATAMA (ITACOATIARA) +BR038769670 -8.9500 -36.6700 850.0 SALOA (BARRO) +BR038769970 -8.9500 -36.5200 842.0 ACUDE GARANHUNS +BR038770280 -8.5200 -36.3700 645.0 SAO BENTO DO UNA +BR038771660 -8.5800 -36.1800 640.0 IBIRAJUBA +BR038773380 -8.6700 -36.3200 663.0 LAJEDO +BR038773950 -8.6700 -36.0300 620.0 PANELAS +BR038774110 -8.7000 -36.4500 821.0 JUCATI (PINDORAMA) +BR038774750 -8.7200 -36.1300 640.0 JUREMA +BR038776920 -8.8200 -36.0500 480.0 QUIPAPA +BR038776930 -8.8200 -36.0500 480.0 QUIPAPA (RFN) +BR038777060 -8.8830 -36.5170 823.0 GARANHUNS 82893 +BR038777070 -8.8500 -36.4700 866.0 GARANHUNS +BR038777620 -8.8700 -36.2000 660.0 CANHOTINHO (DNOS) +BR038778780 -8.9200 -36.1200 623.0 PAQUEVIRA (GLICERIO) +BR038783580 -8.6700 -35.7200 169.0 CATENDE +BR038783830 -8.6800 -35.6000 109.0 PALMARES +BR038786340 -8.8000 -35.8300 360.0 MARAIAL +BR038786780 -8.8200 -35.6200 200.0 XEXEU +BR038788580 -8.9200 -35.7200 166.0 COLONIA LEOPOLDINA +BR038789160 -8.9800 -35.9300 505.0 IBATEGUARA (PIQUETE) +BR038790250 -8.5200 -35.3800 97.0 RIBEIRAO +BR038791260 -8.5800 -35.3800 101.0 GAMELEIRA +BR038791270 -8.5800 -35.3800 101.0 GAMELEIRA (RFN) +BR038791790 -8.5800 -35.1200 49.0 SIRINHAEM +BR038792460 -8.6300 -35.2800 62.0 CUCAU +BR038793720 -8.6700 -35.1500 39.0 RIO FORMOSO +BR038795840 -8.7500 -35.0800 4.0 TAMANDARE +BR038796630 -8.8300 -35.2000 23.0 BARREIROS +BR038803590 -9.1800 -39.7200 400.0 CABACEIRA +BR038808460 -9.4400 -39.7800 400.0 BARRO VERMELHO (IBIPITANGA) +BR038812350 -9.1200 -39.3600 350.0 LAGOA DO JOSE ALVES +BR038813910 -9.1700 -39.0600 357.0 MACURURE (BONFIM) +BR038816730 -9.3500 -39.1500 380.0 BOM SOSSEGO (CORRENTE) +BR038818050 -9.4100 -39.4700 400.0 PATAMUTE +BR038821180 -9.0700 -38.9000 420.0 SAO SAITE +BR038826640 -9.3000 -38.6900 430.0 SALGADO DO MELAO +BR038831420 -9.0700 -38.3000 282.0 PETROLANDIA (ITAPARICA) +BR038832710 -9.1000 -38.1500 550.0 TACARATU +BR038834410 -9.3400 -38.2600 247.0 GLORIA +BR038835680 -9.2700 -38.1700 280.0 VILA DE VOLTA +BR038837510 -9.3500 -38.2500 250.0 PAULO AFONSO +BR038837520 -9.3700 -38.2500 250.0 PAULO AFONSO +BR038837530 -9.4000 -38.2170 269.0 PAULO AFONSO 82986 +BR038839170 -9.4400 -38.4200 350.0 FAZENDA JUA +BR038841070 -9.0500 -37.9700 361.0 OLHO DAGUA DO BRUNO +BR038842560 -9.1300 -37.7300 633.0 MATA GRANDE +BR038845160 -9.2800 -37.9300 510.0 AGUA BRANCA +BR038851510 -9.0500 -37.2500 450.0 FAZENDA CRAIBAS +BR038852780 -9.1200 -37.1200 376.0 AGUAS BELAS +BR038853160 -9.1800 -37.4300 280.0 CAPIA DA IGREJINHA +BR038856440 -9.2200 -37.2800 255.0 POCO DAS TRINCHEIRAS +BR038857520 -9.3700 -37.2500 250.0 SANTANA DO IPANEMA +BR038859080 -9.4700 -37.4700 210.0 RIACHO GRANDE +BR038862480 -9.1200 -36.7700 487.0 QUATI +BR038863230 -9.1800 -36.9000 300.0 PAU BRANCO (IBIRATINGA) +BR038863650 -9.1700 -36.6800 654.0 BOM CONSELHO +BR038864770 -9.2000 -36.6200 500.0 BARRA DO BREJO +BR038866280 -9.3200 -36.8700 393.0 MINADOR DO NEGRAO +BR038868010 -9.4000 -37.0000 300.0 CACIMBINHAS +BR038868710 -9.4500 -36.7000 275.0 PALMEIRO DOS INDIOS 82992 +BR038870190 -9.0300 -36.4200 624.0 POCO COMPRIDO +BR038870920 -9.0200 -36.0500 250.0 SAO JOSE DA LAJE +BR038871010 -9.0500 -36.5000 620.0 BREJAO +BR038871620 -9.0700 -36.2000 404.0 MUNGUBA +BR038872350 -9.1200 -36.3300 391.0 CORRENTES +BR038872870 -9.1000 -36.0700 156.0 ROCHA CAVALCANTI +BR038873580 -9.1700 -36.2200 221.0 SANTANA DO MUNDAU +BR038873920 -9.1700 -36.0500 155.0 UNIAO DOS PALMARES +BR038876060 -9.3300 -36.4800 411.0 QUEBRANGULO +BR038876740 -9.3000 -36.1300 170.0 SANTA EFIGENIA +BR038877530 -9.3800 -36.2500 300.0 VICOSA +BR038878860 -9.4300 -36.0800 34.0 CAPELA (CONCEICAO DO PARAIBA) +BR038879240 -9.4500 -36.3800 620.0 MAR VERMELHO +BR038879610 -9.4500 -36.2000 190.0 PINDOBA (DNOS) +BR038882560 -9.1300 -35.7300 198.0 FAZENDA BOA ESCOLHA +BR038883980 -9.1700 -35.5200 16.0 MATRIZ DE CAMARAGIBE +BR038885590 -9.2800 -35.7200 70.0 FLECHEIRAS +BR038886930 -9.3300 -35.5500 4.0 SAO LUIZ DO QUITUNDE +BR038889320 -9.4700 -35.8500 60.0 LOURENCO DE ALBUQUERQUE +BR038889360 -9.4800 -35.8300 62.0 RIO LARGO +BR038890550 -9.0200 -35.2300 5.0 MARAGOGI +BR038891220 -9.0700 -35.4000 54.0 PORTO CALVO +BR038893420 -9.1700 -35.3000 22.0 PORTO DE PEDRAS (DNOS) +BR038894060 -9.2300 -35.4800 90.0 PASSO DE CAMARAGIBE +BR038894330 -9.2300 -35.3500 12.0 TATUAMUNHA +BR038900120 -9.5100 -39.9600 390.0 TANQUE NOVO +BR038902450 -9.4500 -39.7900 480.0 POCO DE FORA +BR038905240 -9.7700 -39.8800 420.0 FAZENDA BELA VISTA +BR038905740 -9.7400 -39.6300 580.0 SERRA DA CANA BRAVA +BR038911020 -9.5600 -39.4700 420.0 PASSAGEM DO GADO +BR038912810 -9.6000 -39.1000 450.0 FORMOSA (ITAJUI) +BR038916060 -9.8300 -39.4800 439.0 UAUA +BR038917930 -9.8800 -39.0500 399.0 ACUDE COCOROBO +BR038918770 -9.8900 -39.0300 350.0 CANUDOS +BR038919710 -9.9600 -39.1600 420.0 BENDENGO +BR038920040 -9.5200 -38.9900 380.0 VARZEA DA EMA +BR038927230 -9.8800 -38.9000 325.0 CANCHE +BR038929830 -10.0100 -38.6000 300.0 AGUA BRANCA (BREJINHO) +BR038931590 -9.5700 -38.2200 300.0 RIACHO +BR038934790 -9.7400 -38.1300 285.0 SANTA BRIGIDA +BR038935390 -9.9500 -38.2700 400.0 SANTA BRIGIDA +BR038940320 -9.5200 -37.8500 209.0 OLHO DAGUA DO CASADO +BR038942480 -9.6200 -37.7700 110.0 PIRANHAS (MARECHAL FLORIANO) +BR038943410 -9.6500 -37.8000 130.0 CANINDE DE SAO FRANCISCO +BR038944670 -9.7000 -37.6700 80.0 CURRALINHO +BR038945330 -9.7800 -37.8500 200.0 FAZENDA BELO HORIZONTE +BR038946660 -9.8300 -37.6800 171.0 POCO REDONDO +BR038947830 -9.8800 -37.6000 200.0 FAZENDA LAGOA +BR038950460 -9.5300 -37.2800 286.0 OLHO DAGUA DAS FLORES +BR038953750 -9.6700 -37.1300 120.0 BATALHA +BR038954160 -9.7300 -37.4300 45.0 PAO DE ACUCAR +BR038958480 -9.9200 -37.2700 45.0 PORTO DA FOLHA +BR038958510 -9.9000 -37.2500 40.0 ILHA DO OURO +BR038960060 -9.5300 -36.9800 217.0 MAJOR ISIDORO (SERTAOZINHO) +BR038961740 -9.5500 -36.6300 240.0 IGACI (OLHOS DAGUA DO ACIOLI) +BR038962450 -9.6200 -36.7800 230.0 CRAIBA (CARAIBAS) +BR038965710 -9.7500 -36.6500 264.0 ARAPIRACA (DNOS) +BR038966560 -9.8300 -36.7300 235.0 LAGOA DA CANOA +BR038968420 -9.9200 -36.8000 150.0 GORDILHO DE CASTRO +BR038969050 -9.9700 -36.9800 40.0 TRAIPU +BR038969060 -9.9800 -36.9800 40.0 TRAIPU +BR038970160 -9.5300 -36.4300 280.0 TANQUE DARCA +BR038970980 -9.5200 -36.0200 54.0 ATALAIA +BR038971060 -9.5800 -36.4800 372.0 CANUDOS +BR038971740 -9.5500 -36.1300 60.0 PORANGABA (DNOS) +BR038973390 -9.6300 -36.3300 100.0 ANADIA +BR038974910 -9.7000 -36.0500 100.0 FAZENDA VARRELA +BR038975010 -9.7500 -36.5000 150.0 LIMOEIRO DE ANADIA +BR038975830 -9.7800 -36.1000 12.0 SAO MIGUEL DOS CAMPOS +BR038977720 -9.8700 -36.1500 20.0 USINA CANSANCAO DO SINIMBU +BR038978060 -9.9300 -36.4800 120.0 JUNQUEIRO +BR038980760 -9.5300 -35.6300 10.0 SAUDE +BR038981390 -9.5800 -35.8200 10.0 SATUBA +BR038982110 -9.6300 -35.9700 8.0 PILAR (3898211) +BR038983570 -9.5170 -35.7830 118.0 MACEIO (AEROPORTO) 82993 +BR039402250 -7.1000 -34.8670 66.0 JOAO PESSOA 82798 +BR039405220 -7.2700 -34.9000 100.0 CONDE +BR039408190 -7.4300 -34.9200 49.0 ALHANDRA +BR039501020 -7.5700 -35.0000 13.0 GOIANA CAMPO EXPERIMENTAL +BR039506230 -7.8300 -34.9000 22.0 IGARACU +BR039606050 -8.3200 -34.9800 30.0 ENGENHO ALGODOAIS +BR046091270 -10.0500 -45.3700 630.0 GALHEIRO +BR046091870 -10.0500 -45.0700 490.0 FAZENDA BARRA +BR046099710 -10.4500 -45.1500 434.0 CORRENTE +BR046190580 -10.5200 -45.2200 500.0 CAXINGO +BR046191460 -10.5800 -45.2800 600.0 CRISTALANDIA DO PIAUI +BR046193640 -10.6500 -45.1800 510.0 JENIPAPEIRO +BR046280950 -11.0200 -45.5300 448.0 SAO MARCELO +BR046294670 -11.1700 -45.0900 700.0 FAZENDA SANTANA +BR046390890 -11.5300 -45.0700 505.0 CARIPARE +BR046396720 -11.8200 -45.1500 450.0 FAZENDA SAO FRANCISCO +BR047001060 -10.0800 -44.9800 480.0 FAZENDA RIACHO FRIO +BR047004750 -10.2200 -44.6300 316.0 PARNAGUA +BR047010460 -10.0300 -44.2800 350.0 CURIMATA +BR047019920 -10.4700 -44.0500 600.0 SAO FRANCISCO +BR047020130 -10.0300 -43.9500 400.0 AVELINO LOPES +BR047027080 -10.3700 -43.9700 500.0 VEREDA DA MATA +BR047031140 -10.0500 -43.4300 450.0 NOVA HOLANDA +BR047032470 -10.1000 -43.2700 470.0 BREJO DA SERRA +BR047051610 -10.0400 -42.2100 350.0 CAJUI (TABOLEIRO ALTO) +BR047053150 -10.1700 -42.4300 358.0 PILAO ARCADO +BR047053160 -10.1800 -42.4300 358.0 PILAO ARCADO +BR047053920 -10.1500 -42.0800 400.0 PONTA DAGUA +BR047058390 -10.4300 -42.3200 350.0 IBITIARA (BOM SUCESSO) +BR047066390 -10.3200 -41.8300 380.0 AMANIU (OURO BRANCO) +BR047075180 -10.2800 -41.4100 850.0 MIMOSO +BR047077190 -10.3800 -41.4200 950.0 CAMPO LARGO +BR047078630 -10.4500 -41.2100 660.0 DELFINO +BR047079540 -10.4700 -41.2500 0.0 UPAMIRIM +BR047080640 -10.0100 -40.6900 520.0 ABREUS +BR047083080 -10.1800 -40.8400 570.0 LAJE DOS PRETOS +BR047085480 -10.2800 -40.7500 550.0 LAGOA BRANCA +BR047091840 -10.0500 -40.0800 500.0 FAZENDA VOLTA +BR047095640 -10.2600 -40.2000 660.0 JAGUARARI +BR047097860 -10.3700 -40.0900 460.0 ACUDE SOHEM +BR047099640 -10.4700 -40.1900 544.0 SENHOR DO BONFIM +BR047099650 -10.4670 -40.1830 558.0 SENHOR DO BONFIM 83088 +BR047099660 -10.4500 -40.1800 550.0 SENHOR DO BONFIM (VFFLB) +BR047102640 -10.6000 -44.6800 620.0 FAZENDA MOCAMBO +BR047114340 -10.7000 -44.4500 580.0 TANQUE +BR047114950 -10.7200 -44.0300 536.0 MANSIDAO +BR047124750 -10.7100 -43.6300 494.0 BURITIRAMA +BR047126440 -10.8000 -43.8200 500.0 FAZENDA SAO JOAO +BR047136310 -10.8100 -43.3500 480.0 BREJO DOS OLHOS DAGUA +BR047138030 -10.8700 -43.5500 400.0 LAGOA DE JOAO CARLOS +BR047142840 -10.6200 -42.6000 480.0 FORTALEZA +BR047146590 -10.8300 -42.7200 403.0 XIQUE-XIQUE (IGATU) +BR047158010 -10.9100 -42.5100 420.0 VARGEM GRANDE (VARZEDO) +BR047159310 -10.9500 -42.3500 420.0 LAGOA DA CARNAUBA +BR047164540 -10.7000 -41.7300 412.0 PICADA +BR047168840 -10.9000 -41.5800 450.0 JAGUARACI +BR047172150 -10.6200 -41.4300 900.0 RODOLEIRO +BR047173440 -10.6800 -41.2900 680.0 ALAGADICO +BR047174960 -10.9900 -40.7500 510.0 BELA VISTA +BR047179470 -10.9200 -41.2700 650.0 OLHO DAGUA DO FACUNDO +BR047181930 -10.6700 -40.6300 820.0 OCO DAGUA +BR047182110 -10.6000 -40.9500 550.0 SAO TOME +BR047187630 -10.8900 -40.7000 580.0 TAQUARANDI +BR047189140 -10.9500 -40.9300 590.0 ACUDE SERRINHA +BR047189840 -10.9500 -40.5800 930.0 MIRANGABA (RIACHUELO) +BR047190960 -10.4900 -40.0100 512.0 ACUDE QUICE +BR047194330 -10.7300 -40.3500 600.0 PINDOBACU +BR047194340 -10.7000 -40.3300 600.0 PINDOBACU +BR047197780 -10.8700 -40.1200 350.0 PONTO NOVO +BR047198230 -10.9300 -40.4000 535.0 SAUDE +BR047200320 -11.0100 -44.8700 450.0 BARRO VERMELHO (IBIPITANGA) +BR047200970 -11.0000 -44.5200 434.0 SANTA RITA DE CASSIA +BR047213760 -11.1800 -44.1300 450.0 ESTREITO +BR047224540 -11.2000 -43.6700 440.0 FAZENDA AGRESTE +BR047230350 -11.1100 -43.2900 470.0 FAZENDA VARZEA FORMOSA +BR047231730 -11.0830 -43.1670 402.0 BARRA 83179 +BR047236670 -11.3000 -43.1700 410.0 COPIXABA (IBIACEMA) +BR047242550 -11.1200 -42.7300 520.0 SANTO INACIO +BR047246650 -11.3200 -42.6800 855.0 GAMELEIRA DO ASSURUA +BR047250210 -11.0000 -42.4000 431.0 TIRIRICA +BR047253770 -11.1500 -42.1200 697.0 CENTRAL +BR047256760 -11.3300 -42.1300 600.0 UIBAI (CANABRAVA DO GONCALO) +BR047258020 -11.4200 -42.5000 1040.0 GENTIO DO OURO +BR047258390 -11.4300 -42.3200 470.0 ALTO DA BOA VISTA +BR047260250 -11.0200 -41.8800 680.0 ARRECIFE +BR047266270 -11.3000 -41.8670 747.0 IRECE 83182 +BR047267820 -11.3700 -41.6000 700.0 IPANEMA +BR047274330 -11.2300 -41.3500 620.0 FAZENDA GARAPA +BR047283980 -11.1700 -40.5200 460.0 JACOBINA +BR047284610 -11.2000 -40.7000 820.0 TOMBADOR DO ARAUJO +BR047285170 -11.2500 -40.9200 693.0 VARZEA NOVA +BR047288820 -11.4200 -40.6000 538.0 MIGUEL CALMON +BR047288830 -11.4200 -40.6000 533.0 MIGUEL CALMON (RFN) +BR047289040 -11.4500 -40.9800 800.0 FLORES +BR047291160 -11.0900 -40.4400 500.0 CAEM +BR047293490 -11.1900 -40.2700 350.0 GONCALO +BR047294970 -11.2000 -40.0200 370.0 ACUDE RIO DO PEIXE +BR047296340 -11.3200 -40.3500 500.0 ITAPEIPU +BR047298570 -11.4000 -40.3000 445.0 ACUDE SERROTE +BR047305180 -11.7500 -44.9100 498.0 RIACHAO DAS NEVES +BR047307540 -11.4200 -44.9900 413.0 NUPEBA +BR047316340 -11.8200 -44.3400 460.0 JUPAGUA +BR047331450 -11.5700 -43.2800 415.0 MORPARA +BR047336430 -11.8300 -43.3000 430.0 BOA VISTA DO LAGAMAR +BR047340210 -11.5000 -42.9000 450.0 PATOS +BR047341520 -11.5700 -42.7500 830.0 IBITUNANE (BRUMADO DO ASSURUA) +BR047341980 -11.5700 -42.5200 1200.0 TIRIRICA II +BR047343210 -11.6500 -42.9000 500.0 CANABRAVA DOS GOMES +BR047345040 -11.7300 -42.9800 450.0 MOCAMBO +BR047346780 -11.8200 -42.6200 732.0 IPUPIARA (JORDAO) +BR047348180 -12.0500 -42.8000 490.0 BRUNDUE +BR047353340 -11.6500 -42.3300 490.0 AGUA QUENTE +BR047353940 -11.6500 -42.0300 663.0 IBIPEBA (TIRIRICA DO ASSURUA) +BR047356880 -11.8200 -42.0700 706.0 BARRA DO MENDES +BR047361070 -11.5500 -41.9700 700.0 IBITITA (ROCHEDO) +BR047363480 -11.6700 -41.7700 680.0 CANARANA +BR047364340 -11.7000 -41.8500 0.0 JACARE +BR047365250 -11.7700 -41.8800 693.0 BARRO ALTO +BR047369810 -11.9500 -41.6000 813.0 MULUNGO DO MORRO +BR047370760 -11.2170 -41.2170 1005.0 MORRO DO CHAPEU 83184 +BR047370770 -11.5000 -41.1200 1012.0 MORRO DO CHAPEU +BR047373090 -11.6800 -41.4700 750.0 CAFARNAUM +BR047379480 -11.9700 -41.2700 967.0 BONITO (IBIAPORA) +BR047380450 -11.5200 -40.7800 607.0 DIAS COELHO +BR047381840 -11.5600 -40.5900 480.0 FRAN?A +BR047383050 -11.6400 -40.9500 800.0 VENTURA +BR047384880 -11.7200 -40.5700 480.0 PIRITIBA +BR047386490 -11.8300 -40.7700 710.0 TAPIRAMUTA +BR047389080 -11.9700 -40.9700 627.0 DUAS BARRAS DO MORRO +BR047394220 -11.7200 -40.4000 550.0 ALTO BONITO +BR047397070 -11.8500 -40.4700 480.0 MUNDO NOVO +BR047399670 -11.9600 -40.1800 369.0 BAIXA GRANDE +BR047400610 -12.0100 -44.7000 500.0 ANGICAL +BR047403040 -12.1500 -45.0000 439.0 BARREIRAS GSN 83236 +BR047406340 -12.3200 -44.8600 608.0 CATOLANDIA (CATAO) +BR047406940 -12.3100 -44.5300 659.0 BAIANOPOLIS (TAPIRACANGA) +BR047407050 -12.3700 -44.9800 500.0 SAO DESIDERIO +BR047408790 -12.4400 -44.6200 694.0 VARZEAS +BR047410490 -12.0300 -44.2600 484.0 COTEGIPE +BR047410980 -12.0200 -44.0300 700.0 OLHO DAGUA +BR047414150 -12.2300 -44.4200 680.0 CRISTOPOLIS (BURITIZINHO) +BR047418510 -12.4000 -44.2500 750.0 SANTA HELENA (MARIQUITA) +BR047424340 -12.2000 -43.8300 686.0 PIRAGIBA +BR047426690 -12.3600 -43.7000 550.0 TRES MORROS +BR047429130 -12.4800 -43.9500 531.0 BREJOLANDIA (BREJO VELHO) +BR047433190 -12.1800 -43.4200 450.0 NOVA DESCOBERTA +BR047433630 -12.1800 -43.2000 450.0 IBOTIRAMA (JARDINOPOLIS) +BR047434850 -12.2200 -43.0800 470.0 CANABRAVA +BR047440740 -12.0000 -42.6300 1151.0 BROTAS DE MACAUBAS +BR047444670 -12.2000 -42.6700 490.0 BOM SOSSEGO +BR047446220 -12.3200 -42.9000 553.0 OLIVEIRA DOS BREJINHOS +BR047446890 -12.3300 -42.5700 520.0 QUEIMADA NOVA +BR047452640 -12.0600 -42.2300 1174.0 SAUDAVEL (SAO FRANCISCO) +BR047456860 -12.3100 -42.0900 1033.0 OLHO DAGUA DO FRANCISCO +BR047459550 -12.4700 -42.2300 850.0 LAGOA DO DIONISIO +BR047460090 -12.0300 -41.9700 980.0 MILAGRES +BR047464820 -12.2500 -41.6200 750.0 IRAQUARA (JOAO PESSOA) +BR047468480 -12.4200 -41.7700 875.0 SEABRA +BR047469230 -12.4800 -41.9000 1030.0 ALAGADICO +BR047471110 -12.0500 -41.4500 1000.0 VARZEA DO CERCO +BR047471890 -12.0800 -41.0700 511.0 UTINGA (BELA VISTA) +BR047475230 -12.2800 -41.4000 850.0 AFRANIO PEIXOTO +BR047475690 -12.2900 -41.1700 466.0 WAGNER (ITACIRA) +BR047479920 -12.4700 -41.0500 580.0 FAZENDA COQUEIROS +BR047480870 -12.0000 -40.5700 500.0 INDAI +BR047481410 -12.0500 -40.8000 685.0 IBIAPORA +BR047487310 -12.3600 -40.9100 480.0 LAJEDINHO +BR047488880 -12.4200 -40.5700 520.0 MORRO DAS FLORES +BR047492330 -12.1300 -40.3500 449.0 MACAJUBA (CAPIVARI) +BR047495130 -12.2800 -40.4500 395.0 RUY BARBOSA +BR047497950 -12.3600 -40.0400 180.0 FAZENDA SANTA QUITERIA +BR047499650 -12.4700 -40.1800 250.0 FAZENDA SAO JOAO +BR047504880 -12.7200 -44.5600 757.0 COCOS +BR047513470 -12.6600 -44.2800 780.0 FAZENDA GUAIRAS +BR047519930 -12.9800 -44.0500 580.0 SANTANA (SANTANA DO BREJO) +BR047525120 -12.7700 -43.9500 497.0 SERRA DOURADA (PENAMAR) +BR047530810 -12.5000 -43.1000 500.0 PAULISTA +BR047534670 -12.7000 -43.1700 420.0 PARATINGA +BR047542970 -12.6000 -42.5200 460.0 FAZENDA SURUBIM +BR047545430 -12.8200 -42.7300 629.0 BOQUIRA +BR047548140 -12.9000 -42.9500 470.0 BARREIRO DE SANTO ONOFRE +BR047551870 -12.5500 -42.0700 1098.0 FAZENDA CARAIBAS +BR047553570 -12.6500 -42.2200 871.0 IBITIARA +BR047556160 -12.8300 -42.4300 550.0 FAZENDA COVAS +BR047564340 -12.7100 -41.8300 945.0 BONINAL (GUARANI) +BR047565990 -12.7800 -41.5200 1100.0 GUINE +BR047568270 -12.7500 -42.0900 1200.0 FAZENDA CRUZ +BR047571250 -12.5670 -41.3830 439.0 LENCOIS 83242 +BR047576350 -12.8200 -41.3300 386.0 ANDARAI +BR047576670 -12.8000 -41.1700 300.0 FAZENDA MORENO +BR047579290 -12.9800 -41.3700 870.0 MUCUGE +BR047582160 -12.6500 -40.9300 560.0 IBIQUERA +BR047583820 -12.6600 -40.6100 300.0 BOA VISTA DO TUPIM +BR047586460 -12.8300 -40.7800 400.0 BREJO NOVO +BR047589090 -12.9800 -40.9700 334.0 ITAETE (IGUACU) +BR047589960 -12.9800 -40.5300 289.0 MARCIONILIO SOUZA (TAMBURI) +BR047590430 -12.5300 -40.3000 270.0 ITABERABA +BR047595330 -12.7800 -40.3500 249.0 JOAO AMARO +BR047595620 -12.7700 -40.2000 209.0 IACU +BR047598580 -12.9200 -40.2200 280.0 LAGOA DO LAJEDO +BR047600790 -13.0800 -44.6200 680.0 INHAUMAS +BR047606760 -13.3300 -44.6300 579.0 CORRENTINA +BR047611610 -13.0500 -44.2000 650.0 CANAPOLIS (IBIAGUI) +BR047614710 -13.2000 -44.1500 570.0 VILA DE ACUDINA +BR047620470 -13.0000 -43.7700 450.0 FAZENDA BAIXA FUNDA +BR047625180 -13.2700 -43.9200 420.0 PORTO NOVO +BR047630850 -13.0500 -43.0400 470.0 BOA VISTA +BR047632070 -13.0800 -43.4700 420.0 SITIO DO MATO +BR047633610 -13.2900 -42.9500 500.0 FAVELANDIA +BR047634180 -13.6400 -43.4700 450.0 FAZENDA BATALHA +BR047635180 -13.2670 -43.4170 443.0 BOM JESUS DA LAPA 83288 +BR047635190 -13.2800 -43.4200 435.0 BOM JESUS DA LAPA +BR047640630 -13.0300 -42.7000 656.0 MACAUBAS +BR047640940 -13.0200 -42.7000 760.0 ACUDE MACAUBAS +BR047641290 -13.0900 -42.8500 660.0 CANATIBA +BR047648610 -13.4000 -42.7000 751.0 LAGOA CLARA +BR047650570 -12.9800 -42.2200 580.0 IBIAJARA (STA.MARIA DO OURO) +BR047657040 -13.3800 -42.5200 800.0 BOTUPORA (MONTE BELO) +BR047658790 -13.4200 -42.1400 700.0 AGUA QUENTE +BR047659540 -13.4500 -42.2300 593.0 PARAMIRIM +BR047662050 -13.1200 -41.9800 800.0 INUBIA (IPIRANGA) +BR047663440 -13.1500 -41.7800 1236.0 PIATA (ANCHIETA) +BR047674210 -13.2800 -41.3900 1130.0 CASCAVEL (IGARACU) +BR047678450 -13.4200 -41.2800 1179.0 IBICOARA (IGARACU) +BR047678830 -13.4300 -41.1000 590.0 NOVO ACRE (GIQUI) +BR047682490 -13.1300 -40.7700 300.0 MACHADO PORTELA (JURACI) +BR047684850 -13.2200 -40.5800 350.0 FAZENDA BRASILEIA +BR047686110 -13.3000 -40.9500 500.0 IRAMAIA (IRACEMA) +BR047690960 -13.0200 -40.0700 600.0 NOVA ITARANA +BR047694720 -13.2300 -40.1600 600.0 IBITIGUIRA (VISTA ALEGRE) +BR047697620 -13.3300 -40.2400 700.0 FIGUEIREDO +BR047699140 -13.4400 -40.4300 970.0 MARACAS +BR047716090 -13.8300 -44.4700 658.0 CORIBE (RIO ALEGRE) +BR047728920 -13.9200 -43.5500 446.0 PARATECA +BR047733640 -13.6500 -43.1800 500.0 FAZENDA TABUINHA +BR047734060 -13.6800 -43.4800 450.0 FAZENDA PASSAGEM DA AREIA +BR047738180 -13.9200 -43.4200 450.0 URTIGAS +BR047741970 -13.5400 -42.4900 835.0 TANQUE NOVO +BR047742140 -13.6000 -42.9300 627.0 RIACHO DE SANTANA +BR047745610 -13.7500 -42.7000 766.0 IGAPORA (BONITO) +BR047748350 -13.9100 -42.8500 539.0 MATINA (MATOS) +BR047754950 -13.7100 -42.0200 480.0 ITANAGE (CONCEICAO) +BR047757140 -13.8400 -42.3900 920.0 MANIACU (JUNCO GRANDE) +BR047757610 -13.8500 -42.2000 700.0 SAO TIMOTEO +BR047760740 -13.5200 -41.5900 502.0 JUSSIAPE +BR047761380 -13.5700 -41.8200 1002.0 RIO DE CONTAS +BR047765520 -13.7600 -41.7800 307.0 DOM BASILIO (IBOROCAIM) +BR047767940 -13.7600 -41.5400 350.0 TRANQUEIRAS +BR047768190 -13.9300 -41.9000 480.0 IGUATEMI +BR047772360 -13.6300 -41.3300 1053.0 BARRA DA ESTIVA +BR047775950 -13.7700 -41.0300 286.0 CONTENDAS DO SINCORA +BR047775960 -13.7600 -41.0400 0.0 CONTENDAS DO SINCORA (VFFLB) +BR047776420 -13.8170 -41.3000 533.0 ITUACU 83292 +BR047780510 -13.5000 -40.7500 456.0 FAZENDA ALAGADICO +BR047780740 -13.5300 -40.6100 520.0 FAZENDA PE DE SERRA +BR047786460 -13.8300 -40.8000 250.0 FAZENDA APERTADO DO MORRO +BR047787670 -13.8500 -40.6700 220.0 PORTO ALEGRE +BR047790760 -13.5300 -40.1300 820.0 ITIRUCU +BR047793630 -13.6600 -40.2100 500.0 LAFAIETE COUTINHO +BR047797140 -13.8400 -40.3700 200.0 MONTE BRANCO +BR047797850 -13.8700 -40.0800 199.0 JEQUIE +BR047799660 -13.9800 -40.1800 290.0 BOACU +BR047803950 -14.1800 -44.5300 546.0 COCOS +BR047810630 -14.0300 -44.2000 470.0 RAMALHO +BR047815750 -14.2700 -44.1300 450.0 FAZENDA ARACA +BR047824740 -14.2000 -43.6200 480.0 FAZENDA VENDA +BR047826470 -14.1670 -43.9170 556.0 CARINHANHA 83408 +BR047826480 -14.3200 -43.7700 452.0 CARINHANHA +BR047828880 -14.4100 -43.5500 636.0 IUIU +BR047835680 -14.2700 -43.1700 600.0 PALMAS DE MONTE ALTO +BR047839930 -14.4800 -43.0500 456.0 MANDIROBA (LARANJEIRAS) +BR047841220 -14.0700 -42.9000 500.0 LAGOA DOS COCHOS +BR047844450 -14.2200 -42.7800 483.0 GUANAMBI +BR047845560 -14.2800 -42.7300 500.0 ACUDE CERAIMA +BR047845980 -14.2600 -42.5200 800.0 BREJINHO DAS AMETISTAS +BR047848270 -14.4100 -42.8700 580.0 CANDIBA (MUCAMBO) +BR047848740 -14.4000 -42.6300 800.0 GUIRAPA (UMBURANAS) +BR047851050 -14.0700 -42.4800 826.0 CAETITE 83339 +BR047852860 -14.2000 -42.1100 570.0 IBITIRA +BR047855480 -14.2700 -42.2600 580.0 IBIASSUCE (SAO SEBASTIAO) +BR047857860 -14.4100 -42.0800 575.0 RIO DO ANTONIO +BR047860560 -14.0300 -41.7300 500.0 ITAQUARAI +BR047862060 -14.1300 -41.9800 620.0 UBIRACABA +BR047864670 -14.2000 -41.6700 457.0 BRUMADO +BR047867230 -14.3800 -41.9000 470.0 MALHADA DE PEDRAS +BR047870120 -14.0200 -41.4400 400.0 CRISTALANDIA (CRISTAIS) +BR047870560 -14.0200 -41.2400 450.0 TANHACU (LACOS) +BR047873570 -14.1500 -41.2200 336.0 SUCUARANA +BR047876420 -14.3000 -41.2700 472.0 PIABANHA +BR047878080 -14.4200 -41.4700 800.0 ARACATU (SAO PEDRO) +BR047878840 -14.4000 -41.0800 360.0 FAZENDA MOCO +BR047879880 -14.4300 -41.0800 370.0 ALEGRE +BR047880060 -14.0300 -40.9800 272.0 AREIAO +BR047880890 -14.0300 -40.5700 363.0 CATINGAL (BOA ESPERANCA) +BR047884490 -14.2400 -40.7700 352.0 MIRANTE +BR047886170 -14.3400 -40.9100 350.0 CAETANOS +BR047887480 -14.3600 -40.7700 380.0 CALDEIRAO +BR047887610 -14.3500 -40.7000 427.0 AGUA BELA (BOM JESUS DA SERRA) +BR047892530 -14.1300 -40.2500 300.0 MANOEL VITORINO (IMBUIRA) +BR047892540 -14.1300 -40.2500 300.0 MANOEL VITORINO (EFIC) +BR047894180 -14.2700 -40.4600 700.0 RECREIO +BR047897650 -14.3600 -40.2100 700.0 BOA NOVA +BR047922450 -14.6200 -43.7800 0.0 BARRA DA CAATINGA +BR047924370 -14.7000 -43.8200 460.0 FAZENDA SUICA +BR047925150 -14.7700 -43.9300 415.0 MANGA +BR047925850 -14.7700 -43.5800 436.0 QUEIMADAS FZ +BR047927180 -14.8700 -43.9200 420.0 MATIAS CARDOSO +BR047928630 -14.9300 -43.7000 540.0 LAJEDINHO +BR047934210 -14.7000 -43.3800 450.0 FAZENDA VARZEA DA MANGA +BR047940640 -14.5000 -42.6800 590.0 PINDAI +BR047944430 -14.7400 -42.8200 500.0 CANTINHO +BR047945250 -14.7700 -42.8800 495.0 ITAMIRIM +BR047945680 -14.7700 -42.6700 637.0 URANDI +BR047946420 -14.8200 -42.8000 490.0 ACUDE DO ESTREITO +BR047948390 -14.9300 -42.8200 570.0 ESPINOSA +BR047949890 -14.9800 -42.5700 750.0 ESPIGAO +BR047950570 -14.5000 -42.2200 586.0 CACULE +BR047950590 -14.5000 -42.2200 586.0 CACULE (FABA) +BR047957140 -14.8500 -42.4300 926.0 JACARACI +BR047959390 -15.0200 -42.3700 780.0 MORTUGABA (TABAJARA) +BR047960130 -14.5500 -41.9400 617.0 GUAJERU (SANTA ROSA) +BR047965540 -14.7500 -41.7300 700.0 PRES.JANIO QUADROS (JOANINA) +BR047967050 -14.8800 -41.9800 695.0 CONDEUBA +BR047968560 -14.9400 -41.7200 654.0 PIRIPA +BR047972770 -14.6100 -41.1300 500.0 ANAGE (JOANOPOLIS) +BR047974490 -14.7300 -41.2700 454.0 CARAIBAS +BR047979180 -14.9700 -41.4200 800.0 ACUDE TREMEDAL +BR047981670 -14.4600 -40.6900 570.0 COQUINHOS +BR047986090 -14.8300 -40.9700 930.0 FAZENDA ARAPUA +BR047987340 -14.8500 -40.8300 928.0 VITORIA DA CONQUISTA +BR047987350 -14.8700 -40.8300 928.0 VITORIA DA CONQUISTA +BR047989140 -14.9500 -40.9400 950.0 IGUA (ANGICOS) +BR047990290 -14.5300 -40.3700 759.0 POCOES +BR047992410 -14.5200 -40.3000 760.0 ACUDE MORRINHOS +BR047993080 -14.6700 -40.4800 759.0 PLANALTO (PERIPERI DE POCOES) +BR047995840 -14.7500 -40.0800 350.0 IGUAI +BR047997420 -14.8700 -40.3000 270.0 IBICARAI (CEPLAC) +BR047998790 -14.9500 -40.1000 390.0 ITAJAI (TAPIRAMA) +BR047999230 -14.9800 -40.4100 378.0 CAATIBA (SAO PAULO) +BR048001360 -10.0800 -39.8300 580.0 SANTA ROSA +BR048001610 -9.9200 -39.7000 450.0 FAZENDA BOA VISTA +BR048007370 -10.3000 -39.7800 400.0 ANDORINHA II +BR048011060 -10.1100 -39.4900 550.0 SAO PAULO +BR048013630 -10.1800 -39.2000 500.0 ATANASIO +BR048017010 -10.3600 -39.5100 500.0 PEDRA VERMELHA +BR048018360 -10.4330 -39.3000 464.0 MONTE SANTO 83090 +BR048022040 -10.1000 -38.9800 400.0 ROSARIO +BR048026050 -10.3200 -38.9800 550.0 FAZENDA LAGOA DA GITIRANA +BR048028490 -10.4300 -38.7700 390.0 MASSACARA +BR048031320 -10.0800 -38.3500 275.0 JEREMOABO +BR048033730 -10.1900 -38.1400 250.0 FAZENDA DENTRO +BR048037330 -10.4100 -38.3300 430.0 ANTAS +BR048040210 -10.0100 -37.8900 320.0 PEDRO ALEXANDRE (VOTURUNA) +BR048040930 -10.0300 -37.5500 230.0 MONTE ALEGRE DE SERGIPE +BR048042680 -10.1200 -37.6700 80.0 LAGOA DA SERRADINHA +BR048044440 -10.2000 -37.7800 350.0 CIPO DE LEITE +BR048045190 -10.2800 -37.9300 225.0 CORONEL JOAO SA (IGUABA) +BR048045880 -10.2700 -37.5700 180.0 FAZENDA OLHO DAGUA DOS PORCOS +BR048047610 -10.3500 -37.7000 351.0 CARIRA +BR048052820 -10.1200 -37.1000 187.0 ITABI (PROVIDENCIA) +BR048054180 -10.2200 -37.4200 290.0 NOSSA SENHORA DA GLORIA +BR048054630 -10.9000 -37.2000 200.0 GRACHO CARDOSO (TAMANDUA) +BR048055950 -10.2700 -37.0300 217.0 AQUIDABA +BR048057090 -10.3800 -37.4700 250.0 MANICOBA +BR048057540 -10.3500 -37.2300 180.0 CUMBE +BR048059040 -10.4500 -37.4800 259.0 CRUZ DAS GRACAS +BR048062720 -10.1200 -36.6500 17.0 IGREJA NOVA +BR048063360 -10.1800 -36.8300 30.0 PORTO REAL DO COLEGIO +BR048065860 -10.2800 -36.5800 28.0 PENEDO +BR048067410 -10.3500 -36.8000 89.0 JAPOATA (JABOATAO) +BR048067420 -10.3500 -36.8000 89.0 JAPOATA (FAM) +BR048068050 -10.4200 -36.9800 151.0 MURIBECA +BR048069710 -10.4500 -36.6500 20.0 PACATUBA (PACATIBA) +BR048072220 -10.1200 -36.4000 110.0 COLONIA PINDORAMA +BR048072680 -10.1200 -36.1700 10.0 CORURIPE +BR048078180 -10.4200 -36.4200 10.0 PIACABUCU +BR048103330 -10.6800 -39.8500 373.0 ITIUBA +BR048103340 -10.6500 -39.8300 373.0 ITIUBA +BR048106880 -10.8300 -39.6000 280.0 ACUDE MONTEIRO +BR048109750 -10.9700 -39.6300 273.0 QUEIMADAS +BR048110970 -10.5000 -39.0200 523.0 EUCLIDES DA CUNHA (CUMBE) +BR048113020 -10.6700 -39.5000 359.0 CANSAN?AO +BR048115610 -10.7500 -39.2000 380.0 QUIJINGUE (TRIUNFO) +BR048116190 -10.8200 -39.4300 300.0 NORDESTINA +BR048119630 -11.0000 -39.2500 180.0 AMBROSIO +BR048123780 -10.6700 -38.6200 253.0 MIRANDELA +BR048126960 -10.8200 -38.5500 228.0 RIBEIRA DO POMBAL (POMBAL) +BR048129480 -10.9700 -38.7700 209.0 TUCANO +BR048129980 -10.9600 -38.5200 190.0 BOA HORA +BR048131770 -10.5600 -38.0700 260.0 ACUDE CADUSTINA +BR048132270 -10.6000 -38.3900 420.0 CICERO DANTAS +BR048133460 -10.6700 -38.2800 350.0 HELIOPOLIS (NOVO AMPARO) +BR048134620 -10.7100 -38.1800 300.0 POCO VERDE +BR048138920 -10.9200 -38.0500 250.0 SAMAMBAIA (IGREJA NOVA) +BR048139660 -10.9800 -38.1800 250.0 RIO DOS ANJOS +BR048141740 -10.5500 -37.6300 204.0 MOCAMBO +BR048141940 -10.5500 -37.5300 272.0 FREI PAULO +BR048143330 -10.6900 -37.8600 430.0 PARIPIRANGA +BR048144430 -10.7300 -37.8000 283.0 SIMAO DIAS (ANAPOLIS) +BR048144560 -10.7300 -37.7300 0.0 RIACHUELO +BR048148680 -10.9200 -37.6700 183.0 LAGARTO +BR048149080 -10.9700 -37.6700 400.0 FAZENDA VILA ISABEL +BR048150160 -10.5300 -37.4300 350.0 RIBEIROPOLIS +BR048150570 -10.5000 -37.2200 200.0 NOSSA SENHORA DAS DORES +BR048150870 -10.5000 -37.0700 148.0 CAPELA +BR048152740 -10.6000 -37.1300 90.0 SIRIRI +BR048153190 -10.6800 -37.4200 186.0 ACUDE ITABAIANA +BR048153420 -10.6700 -37.3000 224.0 MALHADOR +BR048154660 -10.7300 -37.1800 30.0 RIACHUELO +BR048155010 -10.7500 -37.5000 180.0 CAMPO DO BRITO +BR048155930 -10.7800 -37.0500 9.0 SANTO AMARO DAS BROTAS +BR048156670 -10.8000 -37.1700 9.0 LARANJEIRAS +BR048157050 -10.8700 -37.4800 100.0 JENIPAPO +BR048157710 -10.8500 -37.1500 7.0 IBURA +BR048158910 -10.9170 -37.0500 5.0 ARACAJU 83096 +BR048159420 -10.9700 -37.3000 10.0 ITAPORANGA DAJUDA +BR048162090 -10.6300 -36.9700 80.0 USINA OUTEIRINHOS (IAA) +BR048162110 -10.6000 -36.9500 79.0 JAPARATUBA +BR048162130 -10.6300 -36.9500 79.0 JAPARATUBA +BR048164180 -10.7200 -36.9200 30.0 CURRAL DO MEIO +BR048209480 -11.4700 -39.7700 312.0 GAVIAO +BR048212010 -11.1000 -39.5000 300.0 RIO DO PEIXE +BR048215330 -11.2700 -39.3500 349.0 SANTALUZ (SANTA LUZIA) (VFFLB) +BR048215860 -11.2500 -39.0900 258.0 ACUDE PO?O GRANDE (ARACI) +BR048219650 -11.4700 -39.1800 350.0 SALGADALIA +BR048222970 -11.1000 -38.5200 131.0 CIPO +BR048226130 -11.3300 -38.9500 212.0 ARACI +BR048230160 -11.0300 -38.4300 200.0 RIBEIRA DO AMPARO +BR048234060 -11.2300 -38.4800 136.0 NOVA SOURE +BR048236570 -11.3000 -38.2200 153.0 ITAPICURU +BR048241310 -11.0500 -37.8500 230.0 BONFIM +BR048241560 -11.0700 -37.7300 167.0 RIACHAO DO DANTAS +BR048243030 -11.1800 -38.0000 157.0 TOBIAS BARRETO +BR048244670 -11.2000 -37.6700 170.0 PEDRINHAS +BR048244680 -11.2000 -37.6700 170.0 PEDRINHAS (VFFLB) +BR048245450 -11.2700 -37.7800 225.0 ITABAIANINHA +BR048245740 -11.2500 -37.6300 109.0 ARAUA +BR048245750 -11.2500 -37.6300 0.0 ARAUA (FASE) +BR048247320 -11.3700 -37.8500 120.0 TOMAR DO GERU +BR048247680 -11.3700 -37.6700 109.0 UMBAUBA +BR048249160 -11.4800 -37.9300 220.0 RIO REAL +BR048249490 -11.4800 -37.7700 173.0 CRISTINAPOLIS (CRISTINA) +BR048250620 -11.0200 -37.2000 20.0 SAO CRISTOVAO +BR048250630 -11.0200 -37.2000 20.0 SAO CRISTOVAO (VFFLB) +BR048252030 -11.1300 -37.5000 150.0 FAZENDA CAMBOATA +BR048255120 -11.2700 -37.4500 53.0 ESTANCIA +BR048257110 -11.3500 -37.4500 50.0 SANTA LUZIA DO ITANHI +BR048303320 -11.6600 -39.7900 370.0 CAPELA DO ALTO ALEGRE +BR048306170 -11.8000 -39.9200 270.0 PINTADAS +BR048306830 -11.8300 -39.6100 290.0 PE DA SERRA +BR048311080 -11.5700 -39.4700 350.0 VALENTE +BR048316270 -11.8000 -39.3700 217.0 RIACHAO DO JACUIPE +BR048319820 -11.9800 -39.1100 247.0 TANQUINHO +BR048321860 -11.5800 -38.5800 230.0 SATIRO DIAS +BR048322440 -11.6000 -38.7800 270.0 BIRITINGA +BR048323010 -11.6330 -38.9670 359.0 SERRINHA 83190 +BR048323020 -11.6700 -39.0000 377.0 SERRINHA +BR048327480 -12.8700 -38.7600 300.0 AGUA FRIA (NOVA CANAA) +BR048328780 -11.9500 -38.6300 0.0 IRAI (VFFLB) +BR048328790 -11.9300 -38.6200 400.0 IRAI +BR048338870 -11.9200 -38.0700 0.0 ENTRE RIOS (FABA) +BR048338880 -11.9400 -38.0800 151.0 ENTRE RIOS +BR048340980 -11.5200 -37.5200 21.0 INDIAROBA +BR048345070 -11.7500 -37.9700 180.0 TIMBO (VFFLB) +BR048345130 -11.7800 -37.9500 181.0 ESPLANADA +BR048345380 -11.7700 -37.8200 140.0 ALTAMIRA (IAA) +BR048346820 -11.8100 -37.6100 20.0 CONDE +BR048403540 -12.1600 -39.7400 299.0 IPIRA (CAMISAO) +BR048408240 -12.4000 -39.8800 300.0 FAZENDA CALDEIRAO +BR048412780 -12.1200 -39.1200 190.0 JAGUARA +BR048413370 -12.1500 -39.3200 276.0 SERRA PRETA +BR048419540 -12.4300 -39.2500 234.0 SANTO ESTEVAO (SOCORRO) +BR048420530 -12.0300 -38.7500 283.0 IRARA +BR048425070 -12.2500 -38.9700 0.0 FEIRA DE SANTANA +BR048425080 -12.2700 -38.9700 257.0 FEIRA DE SANTANA +BR048428120 -12.4300 -38.9500 0.0 SAO GONCALO DOS CAMPOS (IBF) +BR048428130 -12.3900 -38.9600 261.0 SAO GONCALO DOS CAMPOS +BR048432210 -12.1000 -38.4000 140.0 ALAGOINHAS +BR048432220 -12.1300 -38.4200 140.0 ALAGOINHAS (VFFLB) +BR048435890 -12.2600 -38.0400 32.0 ITANAGRA (CIPO DO ACU) +BR048437270 -12.3700 -38.3800 76.0 CATU (VFFLB) +BR048437520 -12.3700 -38.2500 95.0 MIRANGA +BR048439340 -12.4500 -38.3300 42.0 POJUCA +BR048441550 -12.0700 -37.7200 10.0 PALAME +BR048500280 -12.5200 -39.8700 179.0 FAZENDA SANTA FE +BR048501960 -12.5800 -39.5300 265.0 ARGOIM +BR048504290 -12.7200 -39.8700 286.0 LAJEDO ALTO (VFFLB) +BR048504650 -12.7200 -39.6800 260.0 ITATIM +BR048505950 -12.7700 -39.5300 198.0 SANTA TEREZINHA +BR048508310 -12.9000 -39.8500 395.0 MILAGRES +BR048511840 -12.5500 -39.0800 200.0 USINA BANANEIRAS (CAEEB) +BR048513830 -12.6670 -39.0830 227.0 CRUZ DAS ALMAS 83222 +BR048515180 -12.7700 -39.4200 265.0 CASTRO ALVES +BR048516610 -12.8000 -39.2000 190.0 CONCEICAO DO ALMEIDA +BR048519520 -12.9700 -39.2500 215.0 SANTO ANTONIO DE JESUS +BR048519530 -12.9800 -39.2500 215.0 STO. ANTONIO DE JESUS +BR048519540 -12.9600 -39.2700 215.0 SANTO ANTONIO DE JESUS (DERBA) +BR048521690 -12.6200 -38.6700 80.0 SAO BENTO DAS LAJES +BR048522060 -12.6300 -38.9800 230.0 SAO FELIX +BR048522680 -12.6300 -38.6800 3.0 SAO FRANCISCO DO CONDE +BR048522780 -12.6200 -38.6200 40.0 SANTA ELISA US +BR048523040 -12.6500 -38.9800 232.0 MURITIBA +BR048527310 -12.8500 -38.8500 10.0 SAO ROQUE DO PARAGUACU (EFN) +BR048527660 -12.8800 -38.6800 2.0 ILHA DE ITAPARICA +BR048530430 -12.5300 -38.3000 14.0 MATA DE SAO JOAO +BR048532420 -12.6000 -38.3000 39.0 DIAS DAVILA (VFFLB) +BR048535270 -12.7800 -38.3800 25.0 SIMOES FILHO (SABA) +BR048536250 -12.8200 -38.3800 20.0 BOLANDEIRA (SAE) +BR048537130 -12.8800 -38.4500 15.0 COBRE AC +BR048538060 -12.9300 -38.4800 20.0 PITUACU +BR048541010 -12.5400 -38.0100 12.0 ACU DA TORRE +BR048600850 -13.0200 -39.5800 390.0 AMARGOSA +BR048602440 -13.1000 -39.7800 680.0 BREJOES +BR048605390 -13.2800 -39.8200 481.0 SANTA INES +BR048605720 -13.2700 -39.6500 316.0 UBAIRA (AREIA) +BR048609140 -13.4500 -39.9300 562.0 ITAQUARA +BR048609150 -13.4500 -39.9300 562.0 ITAQUARA (RFFSA) +BR048613180 -13.1800 -39.4200 145.0 LAJE +BR048613190 -13.1700 -39.4200 145.0 LAJE +BR048617880 -13.3700 -39.0700 59.0 VALENCA +BR048618220 -13.4200 -39.4000 180.0 MOENDA +BR048620020 -13.0200 -39.0000 2.0 NAZARE +BR048620770 -13.0000 -38.6200 15.0 ALTO DO BONFIM (SAE) +BR048620980 -13.0170 -38.5170 51.0 SALVADOR GSN 83229 +BR048630060 -13.0300 -38.4800 13.0 SALVADOR +BR048700130 -13.5300 -39.9500 774.0 JAGUAQUARA +BR048704430 -13.6700 -39.8000 350.0 CABECEIRA DE ITIUBA +BR048711080 -13.5700 -39.4700 165.0 BURIETA +BR048712850 -13.6200 -39.0800 4.0 NILO PECANHA +BR048714730 -13.7300 -39.1500 20.0 ITUBERA (SANTAREM-COELBA) +BR048714750 -13.7300 -39.1500 20.0 ITUBERA (INSTITUTO DO CACAU) +BR048715040 -13.7500 -39.4800 180.0 GANDU +BR048715050 -13.7500 -39.4800 0.0 GANDU 311 +BR048718830 -13.9300 -39.1000 6.0 CAMAMU +BR048718840 -13.9000 -39.0800 6.0 CAMAMU +BR048801150 -14.0600 -39.9400 150.0 ITAJURU (RIO BRANCO) +BR048801750 -14.0700 -39.6300 0.0 IBIRATAIA (CEPLAC) +BR048802590 -14.1300 -39.7200 135.0 IPIAU (RIO NOVO) +BR048805330 -14.2800 -39.8500 300.0 ITAGIBA +BR048813240 -14.1500 -39.3800 100.0 IBIRAPITANGA +BR048816360 -14.3300 -39.3300 50.0 AURELINO LEAL (POIRI-EFIC) +BR048825030 -14.2800 -39.0000 3.0 ITACARE +BR048901140 -14.5500 -39.9300 280.0 PONTO CHIQUE +BR048903920 -14.6700 -39.5500 80.0 COARACI (GUARACI) +BR048906340 -14.8000 -39.8300 370.0 AGUA DOCE +BR048907820 -14.8700 -39.6000 100.0 IBICARAI (PALESTINA) +BR048910050 -14.5200 -39.4800 296.0 INEMA +BR048913320 -14.6700 -39.3500 84.0 ITAJUIPE (PIRANJI) +BR048913480 -14.6700 -39.2700 80.0 RIO DO BRACO +BR048913490 -14.6700 -39.2700 80.0 RIO DO BRACO (EFIC) +BR048915060 -14.0000 -39.4800 296.0 FAZENDA AGUA PODRE (STEVENSON) +BR048915070 -14.0000 -39.0000 0.0 FAZENDA POUSO ALEGRE +BR048915090 -14.7800 -39.0000 0.0 FAZENDA PROVIDENCIA +BR048915120 -14.7800 -39.4500 78.0 FAZENDA VENCEDORA (STEVENSON) +BR048915510 -14.7500 -39.2500 0.0 FAZENDA ARARUAMA (STEVENSON) +BR048916470 -14.8000 -39.2700 55.0 ITABUNA +BR048916560 -14.8300 -39.2300 3.0 COMANDAROBA +BR048916940 -14.8000 -39.0670 60.0 ILHEUS 83348 +BR048918090 -14.9800 -39.6000 0.0 ESTIVA DE BAIXO (DNOS) +BR048919410 -14.9500 -39.3000 107.0 BUERAREMA (MACUCO) +BR056178920 -15.9000 -46.0500 519.0 ARINOS 83384 +BR056297880 -16.3700 -45.0700 460.0 SAO ROMAO +BR057011830 -15.0800 -44.1000 460.0 ITACARAMBI +BR057014850 -15.2200 -44.0800 420.0 FAZENDA NOVA OLINDA +BR057016460 -15.3300 -44.2800 470.0 RIACHO DA CRUZ +BR057031790 -15.0800 -43.1200 450.0 GAMELEIRA +BR057033890 -15.1800 -43.0700 480.0 ENGENHO +BR057043270 -15.0830 -42.7500 603.0 MONTE AZUL 83388 +BR057047290 -15.3800 -42.8700 542.0 MATO VERDE +BR057053020 -15.1700 -42.5000 770.0 MONTEZUMA (AGUA QUENTE) +BR057056640 -15.3000 -42.1800 800.0 TABOLEIRO ALTO +BR057060160 -15.0400 -41.9300 699.0 CORDEIROS (MANDACARU) +BR057063830 -15.1800 -41.6100 795.0 LAGOA PRETA +BR057070790 -15.0100 -41.1000 790.0 CAMPO FORMOSO +BR057074550 -15.1700 -41.3500 357.0 QUARACU +BR057079090 -15.4800 -41.4700 700.0 VEREDA DO PARAISO +BR057081540 -15.0500 -40.7300 700.0 SITIO MARCAL +BR057084760 -15.2300 -40.6300 342.0 ITAMBE +BR057085120 -15.2700 -40.9500 800.0 INHOBIM +BR057089580 -15.4700 -40.7200 689.0 RIBEIRAO DO LARGO +BR057092780 -15.1200 -40.1200 233.0 ITORORO (ITAPUI) +BR057113650 -15.7300 -44.1800 510.0 IBIRACATU +BR057115930 -15.7800 -44.0500 620.0 CONDADO DO NORTE +BR057118410 -15.9000 -44.3000 495.0 LONTRA +BR057118990 -15.9300 -44.0200 600.0 SAO JOAO DA PONTE +BR057122030 -15.6300 -44.0000 590.0 CAMPO REDONDO +BR057122270 -15.6000 -43.8700 190.0 PAULINO FONSECA +BR057122850 -15.6200 -43.5800 480.0 BARREIRO DO JAIBA +BR057129340 -15.9500 -43.8300 480.0 TAMBORIL +BR057130920 -15.5200 -43.0500 470.0 PAI PEDRO +BR057135970 -15.7500 -43.0200 755.0 PORTEIRINHA +BR057136420 -15.8200 -43.3000 510.0 ACUDE BICO DA PEDRA +BR057136630 -15.8300 -43.2000 691.0 GORUTUBA +BR057139930 -15.9800 -43.0500 821.0 RIACHO DOS MACHADOS +BR057143540 -15.6500 -42.7300 790.0 SERRA NOVA +BR057146240 -15.8000 -42.8800 780.0 SERRANOPOLIS +BR057174340 -15.7000 -41.3300 820.0 DIVISA ALEGRE +BR057180160 -15.5300 -40.9300 605.0 ENCRUZILHADA +BR057184030 -15.7300 -41.0000 830.0 DIVISOPOLIS +BR057184630 -15.7300 -40.7000 800.0 MATA VERDE +BR057191180 -15.5700 -40.4200 528.0 MACARANI +BR057193910 -15.6500 -40.0500 320.0 ITARANTIM +BR057202620 -16.1200 -44.7000 480.0 ICARAI +BR057202840 -16.1000 -44.5800 620.0 LUZILANDIA +BR057205390 -16.2800 -44.8200 470.0 UBAI +BR057206810 -16.3000 -44.6000 480.0 FAZENDA MACAUBAS +BR057209430 -16.4800 -44.8000 495.0 CAMPO AZUL +BR057211850 -16.0700 -44.0800 680.0 PATIS +BR057212590 -16.1300 -44.2200 780.0 SAO BENTO +BR057214140 -16.2000 -44.4300 540.0 BRASILIA DE MINAS +BR057215640 -16.2500 -44.1800 780.0 MIRABELA +BR057217130 -16.3800 -44.4500 490.0 FERNAO DIAS +BR057218460 -16.4300 -44.2800 630.0 ALVACAO +BR057223240 -16.1500 -43.8800 530.0 SAO PEDRO DAS GARCAS +BR057226110 -16.3000 -43.9500 650.0 SANTA ROSA DE LIMA +BR057230490 -16.0300 -43.2700 750.0 BARREIRO DA RAIZ +BR057234460 -16.2300 -43.2800 780.0 CATUNI (SANTO ANDRE) +BR057235840 -16.2500 -43.0800 900.0 PENSAO CAVEIRAS +BR057236180 -16.3200 -43.4200 780.0 CANABRAVA +BR057238510 -16.4000 -43.2500 1002.0 BARROCAO +BR057239030 -16.4800 -43.5000 657.0 FRANCISCO SA +BR057244990 -16.2300 -42.5200 460.0 ACUDE VACARIA +BR057245270 -16.2500 -42.8700 1000.0 JULIO DA BOCAINA +BR057246620 -16.3200 -42.7000 820.0 FAZENDA CANCELA +BR057253450 -16.1830 -42.2830 472.0 SALINAS 83441 +BR057295740 -16.2500 -40.1300 150.0 SANTA MARIA DO SALTO +BR057300960 -16.5300 -44.5300 480.0 SAO JOAO DO PACUI +BR057302620 -16.6200 -44.7000 480.0 SAO JOAQUIM +BR057303930 -16.6800 -44.5500 500.0 SAO GERALDO +BR057306570 -16.6700 -44.3700 550.0 CORACAO DE JESUS +BR057307180 -16.8700 -44.9200 480.0 IBIAI +BR057309830 -16.9800 -44.6000 500.0 LAGOA DOS PATOS +BR057310930 -16.5300 -44.0500 1000.0 CANTAGALO +BR057313970 -16.6500 -44.0200 900.0 CAMPO SANTO DOS BURITIS +BR057314270 -16.7000 -44.3700 550.0 CORACAO DE JESUS +BR057314770 -16.7000 -44.1200 795.0 SAO JOAO DA VEREDA +BR057317280 -16.8700 -44.3700 630.0 SAO JOAO DA LAGOA +BR057317820 -16.8700 -44.1000 950.0 FAZENDA BREJINHO +BR057319480 -16.9700 -44.2700 934.0 VISTA ALEGRE +BR057321130 -16.5800 -43.9500 850.0 MIRALTA (MORRINHOS) +BR057324290 -16.7170 -43.8670 668.0 MONTES CLAROS 83437 +BR057326830 -16.8300 -43.6000 670.0 JURAMENTO +BR057328210 -16.9000 -43.9000 900.0 FAZENDA PENTAURA +BR057328590 -16.9300 -43.7200 664.0 PIRES DE ALBUQUERQUE +BR057332420 -16.6200 -43.3000 800.0 USINA SANTA MARTA +BR057341220 -16.5700 -42.9000 930.0 GRAO MOGOL +BR057390750 -16.5200 -40.1300 300.0 SANTO ANTONIO DO JACINTO +BR057398020 -16.9200 -40.5000 280.0 BATINGA +BR057404370 -17.2000 -44.8200 425.0 GUAICUI +BR057404670 -17.2000 -44.6700 470.0 FAZENDA JATOBA +BR057407150 -17.3700 -44.9300 488.0 PIRAPORA +BR057411950 -17.0700 -44.0300 790.0 FAZENDA TRAIRAS +BR057414090 -17.2300 -44.4700 517.0 JEQUITAI +BR057422380 -17.1200 -43.8200 602.0 BOCAIUVA +BR057492360 -17.1300 -40.3300 380.0 ITANHEM +BR057494710 -17.2000 -40.1500 270.0 IBIRAJA +BR057497540 -17.3700 -40.2300 180.0 MEDEIROS NETO +BR057593740 -17.6900 -40.1100 110.0 IBIRAPUA +BR057597960 -17.8800 -40.0300 119.0 ARGOLO +BR058000140 -14.9900 -39.9200 294.0 FIRMINO ALVES +BR058000850 -13.0000 -39.0000 110.0 FAZENDA JACARE +BR058003860 -15.1800 -39.5800 180.0 PALHIRA +BR058004970 -15.1900 -39.4900 225.0 JUCARI (EST.EXP.CEPLAC) +BR058014140 -15.1900 -39.4400 163.0 FAZENDA LIBERDADE +BR058015120 -15.2700 -39.4500 0.0 RIO BRANCO (INST.CACAU) +BR058016910 -15.3000 -39.0500 6.0 UNA +BR058017450 -15.3700 -39.7800 200.0 FAZENDA PANCADINHA +BR058018020 -15.4200 -39.5000 150.0 CAMACA /VARGITO/ +BR058018030 -15.4500 -39.4500 150.0 CAMACAN (VARGITO) +BR058102270 -15.6000 -39.8700 206.0 POTIRAGUA (NATAL) +BR058104930 -15.7300 -39.5500 190.0 COREIA +BR058201820 -16.0700 -39.6000 180.0 ITAJIMIRIM +BR058204630 -16.2300 -39.7000 180.0 GABIARRA +BR058213410 -16.1500 -39.3000 80.0 POSTO CENTRAL (CORONEL SOARES) +BR058215950 -16.2700 -39.0300 5.0 SANTA CRUZ CABRALIA +BR058219870 -16.4500 -39.0700 4.0 PORTO SEGURO +BR058305940 -16.7200 -39.4400 100.0 MONTE PASCOAL +BR058401950 -17.0700 -39.5300 80.0 ITAMARAJU +BR058500760 -17.5300 -39.6300 80.0 FAZENDA CASCATA +BR058514530 -17.7330 -39.2500 3.0 CARAVELAS GSN 83498 +BR058601920 -18.0700 -39.5500 3.0 MUCURI +BRM00082024 2.8170 -60.6500 90.0 BOA VISTA GSN 82024 +BRM00082098 0.0510 -51.0720 17.1 MACAPA 82098 +BRM00082106 -0.1330 -67.0830 90.0 SAO GABRIEL DA CACH GSN 82106 +BRM00082113 -0.9810 -62.9200 34.1 BARCELOS GSN 82113 +BRM00082181 -2.0000 -54.0830 146.0 MONTE ALEGRE 82181 +BRM00082191 -1.4500 -48.4670 10.0 BELEM 82191 +BRM00082193 -1.3790 -48.4760 16.5 VAL DE CANS INTL 82193 +BRM00082212 -2.5330 -66.1670 56.0 FONTE BOA 82212 +BRM00082246 -2.6330 -54.9500 176.0 BELTERRA 82246 +BRM00082287 -3.0830 -41.7830 22.0 PARNAIBA 82287 +BRM00082326 -3.8330 -62.0830 49.0 CODAJAS 82326 +BRM00082331 -3.1330 -60.0170 72.0 MANAUS GSN 82331 +BRM00082336 -3.1270 -58.4810 43.3 ITACOATIARA 82336 +BRM00082361 -3.7860 -49.7200 253.0 TUCURUI 82361 +BRM00082410 -4.3830 -70.0330 65.0 BENJAMIN CONSTANT GSN 82410 +BRM00082425 -4.0830 -63.1330 46.0 COARI GSN 82425 +BRM00082445 -4.2670 -55.9830 45.0 ITAITUBA 82445 +BRM00082533 -5.8110 -61.2780 53.0 MANICORE 82533 +BRM00082562 -5.3690 -49.1380 108.8 MARABA 82562 +BRM00082723 -7.2500 -64.8330 60.0 LABREA 82723 +BRM00082791 -7.0170 -37.2670 249.0 PATOS 82791 +BRM00082825 -8.7670 -63.9170 95.0 PORTO VELHO 82825 +BRM00082900 -8.0500 -34.9170 7.0 RECIFE 82900 +BRM00082915 -9.9670 -67.8000 160.0 RIO BRANCO 82915 +BRM00083064 -10.7170 -48.5830 239.0 PORTO NACIONAL GSN 83064 +BRM00083208 -12.6940 -60.0980 615.1 VILHENA 83208 +BRM00083235 -12.4000 -46.4330 604.0 TAGUATINGA 83235 +BRM00083264 -12.2000 -56.5000 415.0 GLEBA CELESTE GSN 83264 +BRM00083309 -14.4000 -56.4500 286.0 DIAMANTINO 83309 +BRM00083332 -14.1000 -46.3670 826.0 POSSE 83332 +BRM00083344 -14.8630 -40.8630 913.8 VITORIA DA CONQUISTA 83344 +BRM00083358 -15.8330 -54.3830 450.0 POXOREO (POXOREU) 83358 +BRM00083377 -15.7830 -47.9330 1159.0 BRASILIA 83377 +BRM00083423 -16.6670 -49.2500 741.0 GOIANIA 83423 +BRM00083492 -17.8500 -41.5170 356.0 TEOFILO OTONI 83492 +BRM00083565 -19.7000 -51.1830 331.0 PARANAIBA 83565 +BRM00083566 -19.8330 -43.9170 0.0 BELO HORIZONTE (CONFINS) * 83566 +BRM00083587 -19.6340 -43.9690 827.5 TANCREDO NEVES INTL 83587 +BRM00083592 -19.8000 -42.1500 609.0 CARATINGA 83592 +BRM00083611 -20.4500 -54.6170 530.0 CAMPO GRANDE 83611 +BRM00083618 -20.7830 -51.7000 313.0 TRES LAGOAS 83618 +BRM00083648 -20.3170 -40.3330 36.0 VITORIA 83648 +BRM00083698 -21.6980 -41.3020 17.4 BARTOLOMEU LISANDRO 83698 +BRM00083702 -22.5330 -55.7000 650.0 PONTA PORA 83702 +BRM00083704 -22.3170 -53.9330 369.0 IVINHEMA 83704 +BRM00083746 -22.8090 -43.2440 8.5 GALEAO ANTONIO CARLOS JOBIM 83746 +BRM00083766 -23.3830 -51.1830 566.0 LONDRINA 83766 +BRM00083827 -25.5960 -54.4870 239.9 CATARATAS INTL 83827 +BRM00083836 -25.4670 -50.6330 837.0 IRATI 83836 +BRM00083881 -27.1830 -53.2330 247.0 IRAI 83881 +BRM00083897 -27.5830 -48.5670 2.0 FLORIANOPOLIS 83897 +BRM00083967 -29.9460 -51.1440 7.9 CANOAS 83967 +BRM00083980 -31.3330 -54.1000 242.0 BAGE 83980 +BRM00083997 -33.5170 -53.3500 24.0 ST.VITORIA DO PALMAR 83997 +BRW00052401 -22.9167 -43.7833 3.0 SANTA CRUZ +BUM00015502 43.9830 22.8500 595.0 VIDIN 15502 +BUM00015552 43.2320 27.8250 70.1 VARNA 15552 +BUM00015614 42.6950 23.4060 531.0 SOFIA 15614 +BUM00015730 41.6500 25.3830 331.0 KURDJALI 15730 +BXM00096315 4.9440 114.9280 22.3 BRUNEI INTL 96315 +BY000064390 -3.3170 29.3170 787.0 BUJUMBURA 64390 +BY000064397 -2.8330 30.3330 1755.0 MUYINGA GSN 64397 +CA001010066 48.8667 -123.2833 4.0 BC ACTIVE PASS +CA001010235 48.4000 -123.4833 17.0 BC ALBERT HEAD +CA001010595 48.5833 -123.5167 85.0 BC BAMBERTON OCEAN CEMENT +CA001010720 48.5000 -124.0000 351.0 BC BEAR CREEK +CA001010774 48.5000 -123.3500 61.0 BC BEAVER LAKE +CA001010780 48.3333 -123.6333 12.0 BC BECHER BAY +CA001010960 48.6000 -123.4667 38.0 BC BRENTWOOD BAY 2 +CA001010961 48.5667 -123.4500 31.0 BC BRENTWOOD CLARKE ROAD +CA001010965 48.5667 -123.4333 91.0 BC BRENTWOOD W SAANICH RD +CA001011467 48.5833 -123.4167 53.0 BC CENTRAL SAANICH VEYANESS +CA0010114F6 48.5667 -123.4000 38.0 BC CENTRAL SAANICH ISL VIEW +CA0010114FF 48.5500 -123.4000 88.0 BC CENTRAL SAANICH TANNER +CA001011500 48.9333 -123.7500 75.0 BC CHEMAINUS +CA001011743 48.6833 -123.6000 99.0 BC COBBLE HILL +CA001011745 48.6500 -123.5667 61.0 BC COBBLE HILL DELOUME ROAD +CA001011775 48.6500 -123.4000 37.0 BC COLE BAY +CA001011810 48.4167 -123.4833 76.0 BC COLWOOD HATLEY DR +CA001011860 48.8333 -123.8333 177.0 BC COPPER CANYON +CA001011920 48.5333 -123.3667 37.0 BC CORDOVA BAY +CA001011922 48.5167 -123.3667 26.0 BC CORDOVA BAY SOUTH +CA001012008 48.4167 -123.7000 52.0 BC COWICHAN +CA001012010 48.7167 -123.5500 1.0 BC COWICHAN BAY CHERRY POINT +CA001012018 48.7333 -123.6000 94.0 BC COWICHAN BAY SOUTHEAST +CA001012040 48.8167 -124.1333 177.0 BC COWICHAN LAKE FORESTRY +CA001012046 48.8333 -124.1167 152.0 BC COWICHAN LAKE HATCHERY +CA001012052 48.9333 -124.4833 189.0 BC COWICHAN LAKE NITINAT +CA001012055 48.8333 -124.0500 171.0 BC LAKE COWICHAN +CA001012190 48.8167 -123.6667 31.0 BC CROFTON +CA001012475 48.4167 -123.2333 15.0 BC DISCOVERY ISLAND 71031 +CA001012550 48.7833 -123.7167 9.0 BC DUNCAN +CA001012562 48.8333 -123.7167 36.0 BC DUNCAN BCHPA VIT +CA001012566 48.7833 -123.6833 8.0 BC DUNCAN EAST +CA001012570 48.7667 -123.6833 6.0 BC DUNCAN FORESTRY +CA001012573 48.7333 -123.7333 103.0 BC DUNCAN KELVIN CREEK +CA001012628 48.3500 -123.6333 37.0 BC EAST SOOKE ANDERSON COVE +CA001012655 48.5167 -123.3833 114.0 BC ELK LAKE +CA001012656 48.5333 -123.3833 53.0 BC ELK LAKE 2 +CA001012700 48.4333 -123.4167 14.0 BC ESQUIMALT +CA001012707 48.4167 -123.4667 15.0 BC ESQUIMALT LAGOON +CA001012710 48.4333 -123.4333 3.0 BC ESQUIMALT HARBOUR 71798 +CA001012883 48.5000 -123.5333 168.0 BC FINLAYSON ARM RD +CA001013045 48.9000 -123.3500 15.0 BC GALIANO ISLAND GCC +CA001013051 48.8667 -123.5000 45.0 BC GANGES MANSELL RD +CA0010130DE 48.8667 -123.3167 2.0 BC GALIANO ISL BURRILL PT +CA0010130MN 48.9833 -123.5667 6.0 BC GALIANO NORTH +CA001013240 48.4500 -123.5500 459.0 BC GOLDSTREAM LAKE +CA001013519 48.8333 -124.2000 170.0 BC HONEYMOON BAY NORTHWEST +CA001013720 48.6000 -123.3500 54.0 BC JAMES ISLAND +CA001014430 48.9667 -123.6333 95.0 BC KUPER ISLAND +CA001014493 48.8167 -124.0500 180.0 BC LAKE COWICHAN +CA001014530 48.4333 -123.5333 75.0 BC LANGFORD LAKE +CA001014820 48.5667 -123.5333 366.0 BC MALAHAT 71774 +CA001014930 48.8500 -123.3333 9.0 BC MAYNE ISLAND +CA001014931 48.8500 -123.3167 28.0 BC MAYNE ISLAND +CA001015105 48.3667 -123.5667 140.0 BC METCHOSIN +CA001015107 48.4167 -123.5333 76.0 BC METCHOSIN HAPPY VALLEY +CA001015109 48.4000 -123.5333 91.0 BC METCHOSIN MOUNTAIN +CA001015111 48.3833 -123.5000 3.0 BC METCHOSIN PARRY BAY +CA001015134 48.6500 -123.5500 46.0 BC MILL BAY KILMALU +CA001015136 48.6500 -123.5500 100.0 BC MILL BAY 1 SOUTHWEST +CA001015150 48.4833 -123.5500 213.0 BC MILLSTREAM +CA001015160 48.3500 -123.7333 38.0 BC MILNES LANDING +CA001015242 48.3833 -123.8833 30.0 BC MUIR CREEK 1W +CA001015628 48.8167 -123.7167 46.0 BC NORTH COWICHAN +CA001015630 48.8167 -123.7167 47.0 BC NORTH COWICHAN 71927 +CA001015638 48.7667 -123.2833 98.0 BC NORTH PENDER ISLAND +CA001016120 48.7667 -123.3000 26.0 BC PENDER ISLAND +CA001016169 48.7000 -123.4167 17.0 BC PIERS ISLAND +CA001016203 48.4000 -123.9833 25.0 BC POINT-NO-POINT +CA001016335 48.6000 -124.3333 10.0 BC PORT RENFREW +CA001016640 48.3000 -123.5333 3.0 BC RACE ROCKS CS 71778 +CA001016641 48.3000 -123.5333 5.0 BC RACE ROCKS LIGHTSTATION +CA001016780 48.4167 -124.0500 3.0 BC RIVER JORDAN +CA001016940 48.6167 -123.4167 61.0 BC SAANICHTON CDA +CA001016941 48.5000 -123.4167 38.0 BC SAANICH CAMOSUN COLLEGE +CA001016942 48.5000 -123.4000 59.0 BC SAANICH DENSMORE +CA001016980 48.9667 -123.7667 15.0 BC SALTAIR +CA001016990 48.8500 -123.5000 73.0 BC SALTSPRING ISLAND +CA001016992 48.8167 -123.4833 108.0 BC SALTSPRING IS CUSHEON LK +CA001016995 48.8833 -123.5500 46.0 BC SALTSPRING ST MARY'S L +CA0010169DK 48.5167 -123.4167 223.0 BC SAANICH DOM ASTRO OBS +CA0010169MK 48.5500 -123.4167 70.0 BC SAANICH OLDFIELD +CA001016RM0 48.6000 -123.4333 43.0 BC SAANICHTON MT NEWTON +CA001017000 48.8833 -123.5667 8.0 BC SALTSPRING VESUVIUS +CA001017098 48.7833 -123.1333 178.0 BC SATURNA CAPMON +CA001017099 48.7833 -123.1333 178.0 BC SATURNA CAPMON CS 71914 +CA001017101 48.7833 -123.0500 24.0 BC SATURNA ISLAND CS 71473 +CA001017230 48.6500 -123.6333 138.0 BC SHAWNIGAN LAKE +CA001017233 48.6500 -123.6333 149.0 BC SHAWNIGAN LAKE NORTH +CA001017254 48.3833 -123.9167 22.0 BC SHERINGHAM POINT 71780 +CA001017329 48.6833 -123.4000 18.0 BC SIDNEY DEEP COVE +CA001017556 48.3667 -123.7333 27.0 BC SOOKE +CA001017559 48.4167 -123.6333 256.0 BC SOOKE GLINZ LAKE +CA001017560 48.5167 -123.7000 173.0 BC SOOKE LAKE +CA001017563 48.5833 -123.6333 231.0 BC SOOKE LAKE NORTH +CA001017570 48.3667 -123.8167 40.0 BC SOOKE OTTER POINT +CA001017575 48.3833 -123.6667 27.0 BC SOOKE SASEENOS +CA001017610 48.7500 -123.2167 91.0 BC SOUTH PENDER ISLAND 2 +CA001018590 48.4500 -123.2833 18.0 BC VICTORIA AMROTH PLACE +CA001018592 48.6333 -123.4667 24.0 BC VICTORIA ARDMORE +CA001018595 48.4333 -123.3667 14.0 BC VICTORIA BAY STREET +CA001018598 48.4500 -123.3000 60.0 BC VICTORIA UNIVERSITY CS 71783 +CA001018600 48.4667 -123.4667 20.0 BC VICTORIA CAREY ROAD +CA001018605 48.4833 -123.4500 55.0 BC VICTORIA FRANCIS PARK +CA001018610 48.4167 -123.3167 70.0 BC VICTORIA GONZALES HTS 71200 +CA001018611 48.0333 -123.3333 70.0 BC VICTORIA GONZALES CS 71200 +CA001018614 48.4667 -123.3000 43.0 BC VICTORIA GORDON HEAD +CA001018616 48.5167 -123.5167 191.0 BC VICTORIA HIGHLAND +CA001018617 48.4833 -123.4000 15.0 BC VICTORIA HOLLAND 2 +CA001018618 48.5333 -123.5000 230.0 BC VICTORIA HIGHLANDS NORTH +CA001018620 48.6500 -123.4333 20.0 BC VICTORIA INT'L A 71799 +CA001018629 48.4333 -123.3333 24.0 BC VICTORIA JUBILEE +CA001018640 48.4333 -123.3167 29.0 BC VICTORIA LANSDOWNE +CA001018642 48.3667 -123.7500 32.0 BC VICTORIA MARINE +CA001018644 48.4333 -123.3000 15.0 BC VICTORIA MUSGRAVE STREET +CA001018648 48.4500 -123.3333 41.0 BC VICTORIA NORTH DAIRY RD +CA001018651 48.4833 -123.4000 37.0 BC VICTORIA NORTHRIDGE +CA001018657 48.4667 -123.3000 13.0 BC VICTORIA ROWLEY ROAD +CA001018658 48.4667 -123.3000 53.0 BC VICTORIA SINCLAIR ROAD +CA001018660 48.4500 -123.3833 23.0 BC VICTORIA TILLICUM +CA001018666 48.4500 -123.2667 22.0 BC VICTORIA TUDOR AVENUE +CA001018935 48.3333 -123.5333 12.0 BC WILLIAM HEAD +CA001018FF6 48.4667 -123.3333 68.0 BC VICTORIA U VIC +CA001018FJ5 48.5333 -123.4667 154.0 BC VICTORIA HARTLAND CS +CA001019010 48.8833 -124.2167 174.0 BC YOUBOU +CA001019014 48.8833 -124.2167 189.0 BC YOUBOU SCHOOL +CA00101C04E 48.8667 -123.3167 15.0 BC GALIANO SOUTH +CA00101C0ME 48.8833 -123.3500 61.0 BC GALIANO SOUTH 2 +CA00101F940 48.6000 -123.4500 68.0 BC SAANICHTON MT NEWTON 2 +CA00101F942 48.5500 -123.4167 70.0 BC SAANICH OLDFIELD NORTH +CA00101H6FF 48.4333 -123.3833 15.0 BC VICTORIA WEST +CA00101HF66 48.4333 -123.3000 9.0 BC VICTORIA WILLOWS PARK +CA00101HFEE 48.4500 -123.2667 8.0 BC VICTORIA PHYLLIS STREET +CA00101HFNE 48.4500 -123.4333 6.0 BC VICTORIA PORTAGE INLET +CA00101J9K0 48.5167 -123.3667 80.0 BC CORDOVA BAY CLAREMOUNT +CA00101Q655 48.4333 -123.3500 27.0 BC VICTORIA PRINCESS AVE +CA00101Q6NN 48.5167 -123.4333 61.0 BC VICTORIA PROSPECT LAKE +CA00101QF57 48.4667 -123.3333 49.0 BC VICTORIA SHELBOURNE +CA00101QFEG 48.4500 -123.3667 21.0 BC VICTORIA SHORT STREET +CA001020270 50.5833 -126.9333 59.0 BC ALERT BAY +CA001020590 49.3500 -124.1667 13.0 BC BALLENAS ISLAND 71769 +CA001020880 49.8500 -125.1333 46.0 BC BLACK CREEK +CA001020881 49.8000 -125.1000 88.0 BC BLACK CREEK SE +CA001020885 50.4167 -125.5000 3.0 BC BLIND CHANNEL +CA001020910 49.4500 -124.6667 3.0 BC BOWSER +CA001021230 49.2833 -124.5833 193.0 BC CAMERON LAKE +CA001021250 50.0167 -125.4000 15.0 BC CAMPBELL LAKE +CA001021260 50.0167 -125.3000 79.0 BC CAMPBELL RIVER +CA001021261 49.9500 -125.2667 109.0 BC CAMPBELL RIVER A +CA001021262 50.0667 -125.3167 128.0 BC CAMPBELL RIVER BCFS +CA001021263 50.0500 -125.3167 31.0 BC CAMPBELL RIVER BCHPA GEN +CA001021264 50.2000 -125.5500 198.0 BC CAMPBELL R LAKEVIEW FC +CA001021265 50.0167 -125.2333 3.0 BC CAMPBELL RIVER STP +CA001021266 49.9500 -125.2000 9.0 BC CAMPBELL RIVER SURFSIDE +CA001021320 49.7000 -124.8667 38.0 BC CAPE LAZO +CA001021330 50.0000 -125.2000 5.0 BC CAPE MUDGE +CA001021480 50.3333 -125.4500 23.0 BC CHATHAM POINT +CA001021737 50.6000 -127.5000 57.0 BC COAL HARBOUR RUPERT IN +CA001021830 49.7167 -124.9000 26.0 BC COMOX A 71893 +CA001021838 49.6833 -125.0333 12.0 BC COMOX PCC +CA001021850 49.3000 -124.4333 98.0 BC COOMBS +CA001021950 50.0833 -125.0333 6.0 BC CORTES ISLAND +CA001021958 50.0167 -124.9833 15.0 BC CORTES ISL SUTIL POINT +CA001021960 50.0667 -124.9500 15.0 BC CORTES ISLAND TIBER BAY +CA001021988 49.7667 -125.0000 81.0 BC COURTENAY GRANTHAM +CA001021989 49.6833 -125.0333 40.0 BC COURTENAY PUNTLEDGE +CA001021990 49.6833 -125.0333 24.0 BC COURTENAY PUNTLEDGE BCHP +CA001021994 49.7000 -124.9667 76.0 BC COURTENAY SANDWICK +CA001022250 49.6167 -125.0333 159.0 BC CUMBERLAND +CA001022430 49.5167 -124.7833 14.0 BC DENMAN ISLAND +CA001022433 49.5167 -127.4833 13.0 BC DENMAN ISLAND EAST SHORE +CA001022436 49.5500 -124.8000 92.0 BC DENMAN ISLAND 2 +CA001022560 50.0667 -125.2833 11.0 BC DUNCAN BAY +CA001022571 48.7500 -123.7667 84.0 BC DUNCAN GLENORA +CA001022688 49.2167 -123.9333 84.0 BC ENTRANCE ISLAND +CA001022689 49.2167 -123.8000 5.0 BC ENTRANCE ISLAND CS 71772 +CA001022795 50.4500 -126.0000 8.0 BC FANNY ISLAND 71568 +CA001023037 49.3500 -124.3667 38.0 BC FRENCH CREEK +CA001023042 49.1500 -123.7333 46.0 BC GABRIOLA ISLAND +CA001023462 50.1000 -125.2000 17.0 BC HERIOT BAY SE +CA001023471 49.3000 -124.5000 150.0 BC HILLIERS +CA001023590 49.5333 -124.6000 6.0 BC HORNBY ISLAND +CA001024005 50.3833 -125.9500 5.0 BC KELSEY BAY +CA001024485 48.9500 -123.6500 24.0 BC LADYSMITH +CA001024590 49.5000 -124.3333 5.0 BC LASQUETI ISLAND +CA001024592 49.7333 -124.9000 4.0 BC LAZO +CA001024637 49.3500 -124.7833 187.0 BC LITTLE QUALICUM +CA001024638 49.3500 -124.5167 30.0 BC LITTLE QUALICUM HATCHERY +CA001024639 49.3667 -124.4833 2.0 BC LITTLE QUALICUM R ESTY +CA001024642 49.3667 -124.5000 42.0 BC LITTLE QUALICUM RIVER GANSKE R +CA001025230 49.7500 -125.2833 1474.0 BC MT WASHINGTON +CA001025234 49.7500 -125.3000 1197.0 BC MT WASHINGTON RESORT +CA001025237 49.7500 -125.2833 1450.0 BC MT WASHINGTON UPPER +CA001025240 49.4667 -124.8000 4.0 BC MUD BAY +CA001025254 49.5833 -125.6000 354.0 BC MYRA CREEK +CA001025340 49.1833 -123.9667 70.0 BC NANAIMO +CA001025370 49.0500 -123.8667 28.0 BC NANAIMO A +CA001025371 49.1500 -123.9667 114.0 BC NANAIMO WATER RESERVOIR +CA001025375 49.2833 -124.1833 82.0 BC NANOOSE BAY +CA001025377 49.2500 -124.1833 111.0 BC NANOOSE BAY SOUTH +CA0010253G0 49.2000 -123.9833 114.0 BC NANAIMO CITY YARD +CA0010253P0 49.1667 -123.9333 21.0 BC NANAIMO CHUB +CA001025915 49.8833 -125.1333 11.0 BC OYSTER RIVER UBC +CA001025970 49.3000 -124.3000 82.0 BC PARKSVILLE +CA001025975 49.3333 -124.3333 31.0 BC PARKSVILLE NORTHWEST +CA001025977 49.3333 -124.3000 1.0 BC PARKSVILLE SOUTH +CA001025C70 49.2167 -123.9500 8.0 BC NANAIMO DEPARTURE BAY +CA001026170 50.9833 -127.7333 15.0 BC PINE ISLAND +CA001026266 50.6667 -127.4833 3.0 BC PORT HARDY +CA001026270 50.6833 -127.3667 22.0 BC PORT HARDY A GSN 71109 +CA001026274 50.7167 -127.4333 5.0 BC PORT HARDY BEAVER HR +CA001026323 50.5833 -127.0833 91.0 BC PORT MCNEILL +CA001026560 50.1833 -125.1833 31.0 BC QUADRA ISLAND +CA001026562 49.3333 -124.4000 58.0 BC QUALICUM BEACH AIRPORT 71766 +CA001026563 49.3333 -124.4333 9.0 BC QUALICUM BEACH +CA001026564 49.3500 -124.3833 3.0 BC QUALICUM BEACH YAMBURY +CA001026565 49.4000 -124.6167 8.0 BC QUALICUM R FISH RESEARCH +CA001026639 50.0167 -125.3000 46.0 BC QUINSAM RIVER HATCHERY +CA001027060 49.7500 -125.0500 46.0 BC SANDWICK +CA001027110 49.9333 -124.8500 38.0 BC SAVARY ISLAND +CA001027112 50.3667 -126.0000 38.0 BC SAYWARD +CA001027114 50.3167 -125.9333 16.0 BC SAYWARD 2 +CA001027115 50.2333 -125.7667 57.0 BC SAYWARD BIG TREE CREEK +CA001027403 49.4833 -124.4333 20.0 BC SISTERS ISLAND 71781 +CA001027775 50.0000 -125.5833 201.0 BC STRATHCONA DAM +CA0010277GN 49.8833 -125.6500 229.0 BC STRATHCONA PARK LODGE +CA001027870 50.2167 -125.1000 76.0 BC SURGE NARROWS READ IS +CA001027871 50.2833 -125.0667 9.0 BC SURGE NARROWS RENDEZVOUS +CA001028340 49.7500 -124.5833 12.0 BC VANANDA +CA001028L3M 49.9000 -125.6333 549.0 BC UPPER CAMPBELL LAKE +CA00102BFHH 49.2167 -123.8167 5.0 BC ENTRANCE ISLAND +CA00102E3G0 49.2167 -123.9833 98.0 BC NANAIMO NORTH +CA00102ECG0 49.0833 -124.0833 204.0 BC NANAIMO RIVER CAMP +CA00102JR88 49.7167 -124.9833 35.0 BC COURTENAY MEADOWBROOK +CA00102PG75 49.0833 -123.8000 14.0 BC STUART CHANNEL BOAT HARBOUR +CA001030180 49.3667 -124.9333 91.0 BC ALBERNI BEAVER CREEK +CA001030185 49.2667 -124.7833 65.0 BC ALBERNI CITY RESERVOIR +CA001030210 49.2500 -124.8167 9.0 BC ALBERNI LUPSI CUPSI +CA001030220 49.2833 -124.8833 43.0 BC ALBERNI MCCOY LAKE +CA001030230 49.3333 -124.9833 74.0 BC ALBERNI ROBERTSON CREEK +CA001030425 48.9167 -125.5333 11.0 BC AMPHITRITE POINT +CA001030426 48.9167 -125.5500 27.0 BC AMPHITRITE POINT +CA001030550 49.4667 -125.0833 305.0 BC ASH RIVER +CA001030552 49.3667 -125.1500 91.0 BC ASH RIVER GENERATING STN +CA001030600 48.8333 -125.1000 21.0 BC BAMFIELD +CA001030605 48.8333 -125.1167 4.0 BC BAMFIELD EAST +CA001030610 48.8333 -125.1500 3.0 BC BAMFIELD WEST +CA001030850 50.3667 -127.2333 145.0 BC BENSON LAKE +CA001031110 50.9167 -127.9500 14.0 BC BULL HARBOUR +CA001031316 48.7833 -125.2167 26.0 BC CAPE BEALE LIGHT +CA001031352 50.8000 -128.4500 6.0 BC CAPE SCOTT +CA001031353 50.7833 -128.4333 72.0 BC CAPE SCOTT +CA001031400 48.6333 -124.7833 40.0 BC CARMANAH +CA001031402 48.6167 -124.7500 38.0 BC CARMANAH POINT +CA001031413 48.9000 -125.0000 61.0 BC CARNATION CREEK CDF +CA001031650 49.1500 -125.9000 23.0 BC CLAYOQUOT +CA001031844 49.8000 -126.4167 12.0 BC CONUMA RIVER HATCHERY +CA001032660 50.3667 -127.3000 110.0 BC ELK LAKE JEUNE LANDING +CA001032730 49.3833 -126.5500 7.0 BC ESTEVAN POINT +CA001032731 49.3833 -126.5500 7.0 BC ESTEVAN POINT CS GSN 71894 +CA001033230 49.6667 -126.1667 3.0 BC GOLD RIVER +CA001033232 49.7833 -126.0500 119.0 BC GOLD RIVER TOWNSITE +CA001033455 49.1333 -125.1333 4.0 BC HENDERSON LAKE +CA001033456 49.1333 -125.1500 2.0 BC HENDERSON LAKE HATCHERY +CA001033460 49.4000 -125.9000 5.0 BC HERBERT INLET +CA001033479 50.6500 -128.0000 2.0 BC HOLBERG +CA001033480 50.6500 -128.0000 579.0 BC HOLBERG +CA001033483 50.6500 -127.9833 46.0 BC HOLBERG FIRE DEPT +CA001033485 50.6500 -128.0000 42.0 BC HOLBERG PUMP HOUSE +CA001034070 49.1333 -125.6333 11.0 BC KENNEDY LAKE +CA001034170 49.0000 -125.0000 3.0 BC KILDONAN +CA001034175 48.9833 -125.0167 5.0 BC KILDONAN FATTY BASIN +CA001034440 50.0333 -127.3667 3.0 BC KYUQUOT +CA001034600 49.1167 -125.9167 11.0 BC LENNARD ISLAND +CA001034725 49.4333 -125.1333 305.0 BC LOWRY LAKE +CA001035610 48.7500 -124.7500 8.0 BC NITINAT LAKE +CA001035612 48.8667 -124.6500 15.0 BC NITINAT RIVER HATCHERY +CA001035614 49.6000 -126.6167 16.0 BC NOOTKA LIGHTSTATION +CA001035940 48.7167 -125.1000 37.0 BC PACHENA POINT +CA001036205 49.2333 -124.8000 59.0 BC PORT ALBERNI +CA001036206 49.2500 -124.8333 2.0 BC PORT ALBERNI A +CA001036207 49.2333 -124.7833 70.0 BC PORT ALBERNI CHINA CREEK +CA001036208 49.2000 -124.7500 163.0 BC PORT ALBERNI COX LAKE +CA001036210 49.2500 -124.8000 21.0 BC PORT ALBERNI REDFORD +CA001036218 49.3000 -124.9333 70.0 BC PORT ALBERNI SHUHUM CREEK +CA001036240 50.3833 -127.4500 21.0 BC PORT ALICE +CA001036243 50.4333 -127.4833 102.0 BC PORT ALICE TOWNSITE +CA001036570 50.5333 -127.6500 3.0 BC QUATSINO +CA001036572 50.4333 -128.0333 21.0 BC QUATSINO LIGHTSTATION +CA001036907 50.4333 -127.4833 107.0 BC RUMBLE BEACH +CA001036B06 49.3167 -124.9333 76.0 BC PORT ALBERNI (AUT) 71475 +CA001037090 50.8167 -128.9000 112.0 BC SARTINE ISLAND (AUT) 71478 +CA001037553 50.1167 -127.9333 99.0 BC SOLANDER ISLAND (AUT) 71479 +CA001037650 50.0000 -127.4167 11.0 BC SPRING ISLAND +CA001037890 49.9167 -126.6500 5.0 BC TAHSIS +CA001037899 49.9333 -126.6500 9.0 BC TAHSIS VILLAGE NORTH +CA001038205 49.0833 -125.7667 24.0 BC TOFINO A +CA001038206 49.2667 -125.9667 741.0 BC TOFINO CATFACE MOUNTAIN +CA001038207 49.1500 -125.9000 5.0 BC TOFINO VILLAGE +CA001038240 50.8667 -129.0833 207.0 BC TRIANGLE ISLAND +CA001038330 48.9667 -125.5333 6.0 BC UCLUELET +CA001038331 49.0500 -125.4333 91.0 BC UCLUELET BRYNNOR MINES +CA001038332 48.9500 -125.5333 30.0 BC UCLUELET KENNEDY CAMP +CA001038964 50.5167 -128.0333 5.0 BC WINTER HARBOUR +CA001039030 49.9833 -126.8500 7.0 BC ZEBALLOS +CA001039035 50.0500 -126.7833 103.0 BC ZEBALLOS MURAUDE CREEK +CA001039040 50.0333 -126.8167 91.0 BC ZEBALLOS IRON MINES +CA00103EFJ0 48.6667 -124.8333 36.0 BC NITINAT LAKE (AUT) +CA001040390 50.1500 -122.9500 668.0 BC ALTA LAKE +CA001040400 50.1167 -123.1000 1006.0 BC ALTA LAKE NORTHAIR MINE +CA001040420 50.1500 -122.9833 640.0 BC ALTA LAKE 2 +CA001040445 49.5167 -123.3000 31.0 BC ANVIL ISLAND +CA001040908 49.3500 -123.4167 23.0 BC BOWEN ISLAND +CA001040909 49.3333 -123.3833 21.0 BC BOWEN ISL ARBUTUS BAY +CA00104090R 49.3667 -123.4167 37.0 BC BOWEN ISLAND BOWEN BAY +CA001040911 49.4167 -123.3167 27.0 BC BOWEN ISLAND CATES BAY +CA00104091A 49.3667 -123.3833 160.0 BC BOWEN ISLAND JOSEPHINE RIDGE +CA00104091B 49.3667 -123.4000 165.0 BC BOWEN ISLAND SUNSET PARK +CA001040R09 49.4000 -123.3333 91.0 BC BOWEN ISLAND MILLERS LDG +CA001040R1J 49.4000 -123.3667 50.0 BC BOWEN ISLAND KILLARNEY LAKE +CA001041050 49.5833 -123.2167 9.0 BC BRITANNIA BEACH FURRY CR +CA001041100 49.4833 -123.9667 2.0 BC BUCCANEER BAY +CA001041380 49.4000 -123.1500 146.0 BC CAPILANO INTAKE +CA001041490 49.8000 -123.1500 49.0 BC CHEEKYE +CA001041710 49.7167 -123.5333 23.0 BC CLOWHOM FALLS +CA001042255 49.9833 -123.1333 381.0 BC DAISY LAKE DAM +CA001042470 50.1000 -123.7333 6.0 BC DESERTED BAY +CA001043048 49.4500 -123.4333 53.0 BC GAMBIER HARBOUR +CA001043060 49.9833 -123.1333 381.0 BC GARIBALDI +CA001043150 49.4000 -123.5167 62.0 BC GIBSONS +CA001043152 49.3833 -123.5333 34.0 BC GIBSONS GOWER POINT +CA001043320 49.5167 -123.9167 11.0 BC HALFMOON BAY +CA001043321 49.5833 -124.0000 91.0 BC HALFMOON BAY MIDDLE PT +CA0010433B0 49.5167 -123.9000 61.0 BC HALFMOON BAY +CA001043504 49.3167 -123.1667 46.0 BC HOLLYBURN +CA001043582 49.4667 -123.4833 8.0 BC HOPKINS LANDING +CA001043722 49.9167 -123.8667 2.0 BC JERVIS INLET VANC BAY +CA001044680 49.8667 -124.1500 168.0 BC LOIS LAKE +CA001044710 49.8000 -124.3167 157.0 BC LOIS RIVER DAM +CA001044732 49.9833 -124.7667 14.0 BC LUND +CA001044840 50.1667 -123.8500 18.0 BC MALIBU JERVIS INLET +CA001045100 49.4667 -123.9167 6.0 BC MERRY ISLAND LIGHTSTATION +CA001045440 49.7000 -124.0833 15.0 BC NELSON ISLAND +CA001045960 49.8167 -123.1500 31.0 BC PARADISE VALLEY +CA0010459NN 49.4833 -123.3000 5.0 BC HOWE SOUND - PAM ROCKS 71211 +CA001046115 49.6333 -124.0333 64.0 BC PENDER HARBOUR +CA001046330 49.5167 -123.4833 8.0 BC PORT MELLON +CA001046332 49.5333 -123.5000 123.0 BC PORT MELLON 71605 +CA001046360 50.1000 -124.4667 76.0 BC POWELL LAKE +CA001046390 49.8833 -124.5500 52.0 BC POWELL RIVER +CA001046391 49.8333 -124.5000 130.0 BC POWELL RIVER A +CA001046392 49.8333 -124.5000 125.0 BC POWELL RIVER 71720 +CA001046400 49.8000 -124.5167 31.0 BC POWELL RIVER GRIEF POINT +CA001046410 49.8333 -124.5167 55.0 BC POWELL RIVER WESTVIEW +CA001046791 49.4000 -123.6833 4.0 BC ROBERTS CREEK +CA001046795 49.4333 -123.6167 143.0 BC ROBERTS CREEK EAST +CA001047170 49.4667 -123.7667 23.0 BC SECHELT +CA001047172 49.4500 -123.7167 86.0 BC SECHELT AUT 71638 +CA001047176 49.5333 -123.7667 125.0 BC SECHELT SANDY HOOK +CA001047179 49.4667 -123.8000 61.0 BC SECHELT 5WEST +CA001047660 49.7000 -123.1333 31.0 BC SQUAMISH +CA001047662 49.6833 -123.1667 3.0 BC SQUAMISH FMC CHEMICALS +CA001047669 49.7500 -123.0000 21.0 BC SQUAMISH ST DAVIDS +CA001047670 49.7333 -123.1500 6.0 BC SQUAMISH STP +CA001047671 49.7000 -123.1667 4.0 BC SQUAMISH STP CENTRAL +CA001047672 49.9000 -123.2833 46.0 BC SQUAMISH UPPER +CA001047673 49.8167 -123.2000 30.0 BC SQUAMISH 10 MILE +CA0010476F0 49.7833 -123.1667 52.0 BC SQUAMISH AUT0 71207 +CA001047770 49.7667 -124.3167 7.0 BC STILLWATER POWER HOUSE +CA001047F6B 49.7333 -123.1500 10.0 BC SQUAMISH GARIBALDI +CA001048140 49.7000 -124.5167 97.0 BC TEXADA ISLAND A +CA001048310 49.6167 -123.1333 671.0 BC TUNNEL CAMP +CA001048816 50.2500 -124.8167 5.0 BC WEST REDONDA ISLAND +CA001048898 50.1333 -122.9500 658.0 BC WHISTLER +CA001048974 49.5833 -123.8833 4.0 BC WOODFIBRE +CA001048975 49.6833 -123.3167 869.0 BC WOODFIBRE HENRIETTA LK +CA00104LC3N 49.7333 -124.1833 26.0 BC HARDY ISLAND +CA00104PF64 49.8333 -123.1500 61.0 BC SQUAMISH PARADISE VALLEY +CA001051350 51.9333 -131.0167 89.0 BC CAPE ST JAMES 71107 +CA001051351 51.9333 -131.0167 88.0 BC CAPE ST JAMES CS 71107 +CA001051630 53.5000 -132.1333 76.0 BC CINOLA MINE SITE +CA001052310 53.3667 -131.9333 14.0 BC DEAD TREE POINT +CA001053608 52.5333 -131.5500 8.0 BC HOSKINS ISLET +CA001053645 52.2833 -131.1167 2.0 BC IKEDA BAY +CA001054500 54.2500 -133.0500 43.0 BC LANGARA 71899 +CA001054503 54.2500 -133.0667 44.0 BC LANGARA ISLAND RCS 71903 +CA001054920 54.0333 -132.1333 6.0 BC MASSET AIRPORT +CA001054925 54.0000 -132.1667 13.0 BC MASSET A +CA001054926 54.0333 -132.1833 12.0 BC MASSET INDIAN DAY SCHOOL +CA0010549BN 54.0333 -132.0667 12.0 BC MASSET CFS +CA001054RKF 54.0333 -131.9667 2.0 BC MASSET TOW HILL +CA0010551R8 52.9333 -132.1333 3.0 BC MORESBY ISLAND MITCHELL INLET +CA001055950 53.0500 -132.0500 20.0 BC PALLANT CREEK +CA001056250 53.6833 -132.1833 16.0 BC PORT CLEMENTS +CA001056590 53.2500 -132.0833 12.0 BC QUEEN CHARLOTTE CITY +CA001056742 53.3000 -132.4167 3.0 BC RENNELL SOUND +CA001056869 54.1667 -131.6667 7.0 BC ROSE SPIT (AUT) 71477 +CA001057050 53.2500 -131.8167 6.0 BC SANDSPIT A +CA001057052 53.2500 -131.8167 6.0 BC SANDSPIT 71111 +CA001057055 53.2500 -131.8167 6.0 BC SANDSPIT AWOS +CA001057133 52.4500 -131.2333 5.0 BC SCUDDER POINT +CA001057192 52.8833 -131.9833 15.0 BC SEWELL INLET +CA001058003 52.7667 -132.0500 15.0 BC TASU SOUND +CA001058190 53.5000 -131.9500 5.0 BC TLELL +CA00105PA91 53.7667 -132.3000 3.0 BC SEWALL MASSET INLET +CA001060080 51.6000 -127.8667 21.0 BC ADDENBROKE ISLAND +CA001060330 55.6833 -129.5000 314.0 BC ALICE ARM +CA001060331 55.4667 -129.4667 2.0 BC ALICE ARM +CA001060446 55.4500 -129.8000 113.0 BC ANYOX +CA001060810 52.1667 -128.1500 12.0 BC BELLA BELLA +CA001060811 52.1833 -128.1500 43.0 BC BELLA BELLA A +CA001060815 52.1833 -128.1500 43.0 BC BELLA BELLA 71582 +CA001060820 52.1500 -128.0833 12.0 BC BELLA BELLA SHEARWATER +CA001060840 52.3667 -126.6833 18.0 BC BELLA COOLA +CA001060841 52.3833 -126.6000 36.0 BC BELLA COOLA A 71206 +CA001060842 52.3667 -126.8167 14.0 BC BELLA COOLA BC HYDRO +CA001060901 52.6500 -128.5167 11.0 BC BOAT BLUFF +CA001060902 53.5000 -130.6333 16.0 BC BONILLA ISLAND +CA001060R0K 53.5000 -130.6333 13.0 BC BONILLA ISLAND (AUT) 71484 +CA001061210 53.1500 -128.7000 15.0 BC BUTEDALE +CA001061458 52.1833 -127.4667 26.0 BC CATHEDRAL POINT (AUT) 71482 +CA001062251 53.0333 -131.6000 13.0 BC CUMSHEWA ISLAND 71771 +CA001062295 51.5833 -127.5833 34.0 BC DAWSONS LANDING +CA001062544 52.1833 -128.1167 4.0 BC DRYAD POINT +CA001062593 50.6000 -126.3167 14.0 BC EAST CRACROFT ISL +CA001062646 51.2500 -127.8333 14.0 BC EGG ISLAND +CA001062745 53.0500 -129.6833 10.0 BC ETHELDA BAY +CA001062790 53.9833 -129.7333 18.0 BC FALLS RIVER +CA001063086 51.6667 -126.7500 14.0 BC GENESEE RIVER +CA001063298 54.5667 -130.7000 12.0 BC GREEN ISLAND +CA001063303 54.5833 -130.7000 10.0 BC GREY ISLET (AUT) 71476 +CA001063339 53.4167 -129.2500 2.0 BC HARTLEY BAY +CA001063461 50.9333 -127.6333 14.0 BC HERBERT ISLAND (AUT) 71485 +CA001063496 54.1667 -130.3667 9.0 BC HOLLAND ROCK 71219 +CA001063690 52.2667 -128.4000 10.0 BC IVORY ISLAND +CA001064020 53.5667 -127.9500 87.0 BC KEMANO +CA001064138 53.8333 -128.4833 31.0 BC KILDALA +CA001064227 50.9500 -126.2000 2.0 BC KINGCOME INLET +CA001064288 54.0500 -128.6833 13.0 BC KITIMAT +CA001064289 54.0000 -128.7000 17.0 BC KITIMAT +CA001064290 53.9833 -128.6500 6.0 BC KITIMAT MISSION +CA001064320 54.0500 -128.6333 98.0 BC KITIMAT TOWNSITE +CA001064321 54.0167 -128.7000 17.0 BC KITIMAT 2 +CA001064322 54.0667 -128.6333 137.0 BC KITIMAT 3 +CA001064329 55.4333 -129.4667 621.0 BC KITSAULT MINESITE +CA001064375 51.1000 -125.5833 9.0 BC KNIGHT INLET +CA001064497 54.4000 -128.5167 76.0 BC LAKELSE LAKE +CA001064591 54.1167 -130.3500 6.0 BC LAWYER ISLAND +CA001064728 54.3000 -130.6167 23.0 BC LUCY ISLAND LIGHTSTATION 71220 +CA001065010 52.2667 -128.7167 26.0 BC MCINNES ISLAND 71897 +CA001065130 55.0000 -129.7500 3.0 BC MILL BAY +CA001065170 50.6167 -126.3167 3.0 BC MINSTREL ISLAND +CA001065275 54.9333 -129.9333 6.0 BC NAAS HARBOUR +CA001065310 51.8667 -127.8667 2.0 BC NAMU +CA001065670 52.3500 -127.6833 5.0 BC OCEAN FALLS +CA001065945 54.7667 -128.2667 122.0 BC PACIFIC +CA001066202 52.0667 -127.9500 7.0 BC POINTER ISLAND +CA001066336 54.5667 -130.4333 8.0 BC PORT SIMPSON +CA001066420 56.0500 -130.0167 410.0 BC PREMIER +CA001066480 54.2833 -130.3833 52.0 BC PRINCE RUPERT +CA001066481 54.3000 -130.4500 35.0 BC PRINCE RUPERT A +CA001066482 54.2833 -130.4500 35.0 BC PRINCE RUPERT 71022 +CA001066483 54.2833 -130.4500 35.0 BC PRINCE RUPERT AWOS 71898 +CA001066484 54.3167 -130.2667 44.0 BC PRINCE RUPERT FERN PASS +CA001066488 54.3167 -130.2833 60.0 BC PRINCE RUPERT MONT CIRC +CA001066492 54.3000 -130.3333 91.0 BC PRINCE RUPERT R PARK +CA001066493 54.3333 -130.2500 11.0 BC PRINCE RUPERT SHAWATLANS +CA001066787 51.6667 -127.3500 6.0 BC RIVERS INLET +CA001066788 51.6000 -127.5000 3.0 BC RIVERS INLET GOOD HOPE +CA001066885 54.7833 -128.7667 146.0 BC ROSSWOOD +CA001066900 50.5000 -125.5333 10.0 BC ROY +CA001066JFQ 50.5500 -125.3667 2.0 BC PHILLIPS ARM +CA001066K57 54.2000 -130.2333 2.0 BC PORT EDWARD +CA001067005 54.3000 -129.3667 15.0 BC SALVUS CAMP +CA001067225 50.8500 -126.5667 0.0 BC SHAWL BAY +CA001067740 55.9500 -129.9833 5.0 BC STEWART +CA001067742 55.9333 -129.9833 7.0 BC STEWART A 71955 +CA001067745 55.9500 -129.9833 12.0 BC STEWART BCHPA +CA001067776 52.3667 -126.0667 162.0 BC STUIE TWEEDSMUIR LODGE +CA001067868 52.4667 -129.0333 162.0 BC SURF INLET +CA001067880 53.0333 -128.5000 5.0 BC SWANSON BAY +CA001067881 50.6167 -126.8833 5.0 BC SWANSON BAY +CA001068100 54.5167 -128.5833 5.0 BC TERRACE +CA001068130 54.4667 -128.5833 217.0 BC TERRACE A 71951 +CA001068131 54.5000 -128.6167 58.0 BC TERRACE PCC +CA001068134 54.4667 -128.5833 217.0 BC TERRACE A 71951 +CA001068159 50.8000 -126.0000 12.0 BC THOMPSON SOUND +CA001068170 50.4167 -125.4167 2.0 BC THURSTON BAY +CA001068201 50.5167 -124.2667 27.0 BC TOBA INLET +CA001068250 54.3000 -130.8833 21.0 BC TRIPLE ISLAND +CA001068677 51.6833 -127.2500 3.0 BC WANNOCK RIVER +CA00106C0C5 50.4833 -125.7000 8.0 BC FORWARD HARBOUR +CA00106CDL0 50.4000 -125.8667 19.0 BC HELMCKEN ISLAND +CA00106D289 54.0500 -128.6833 11.0 BC KITIMAT HATCHERY +CA00106H130 54.5833 -128.4333 107.0 BC TERRACE GOSSAN CREEK +CA00106Q669 51.5000 -127.5000 6.0 BC WADHAMS CDF +CA001070150 55.2333 -129.0167 229.0 BC AIYANSH +CA001070154 55.1833 -129.0500 213.0 BC AIYANSH 2SE +CA001070571 55.0667 -126.5333 713.0 BC BABINE LAKE FISHERIES +CA001070572 55.0500 -126.4833 712.0 BC BABINE LAKE HALIFAX BAY +CA001070573 54.4500 -125.4667 713.0 BC BABINE LAKE PINKUT CREEK +CA001070873 54.8333 -128.3000 122.0 BC BIG OLIVER CREEK +CA001071092 56.4667 -130.1667 1372.0 BC BRUCEJACK LAKE +CA001071785 54.1167 -127.1667 837.0 BC COLLINS LAKE +CA001072075 55.5000 -128.2333 610.0 BC CRANBERRY RIVER +CA001072692 54.2000 -126.2833 1280.0 BC EQUITY SILVER +CA001072902 55.3167 -126.6167 716.0 BC FORT BABINE +CA001073040 54.8000 -126.3000 735.0 BC FULTON LAKE +CA001073278 54.9500 -126.1667 706.0 BC GRANISLE COPPER LTD +CA001073347 55.2000 -127.7333 122.0 BC HAZELTON TEMLEHAN +CA001073349 55.2667 -127.6333 295.0 BC HAZELTON 2 +CA00107335J 55.2667 -127.5167 366.0 BC HAZELTON TRIPLE CREEK RANCH +CA001073612 54.3833 -126.7167 587.0 BC HOUSTON +CA001073615 54.4000 -126.6667 610.0 BC HOUSTON +CA001073616 54.1500 -126.3667 953.0 BC HOUSTON GOOSLY LAKE +CA001073L4F 55.2667 -127.6167 320.0 BC HAZELTON +CA001074276 55.4667 -127.7667 305.0 BC KISPIOX +CA001074328 55.4167 -128.4167 533.0 BC KITSAULT MILLSITE +CA001074330 55.5000 -129.0000 652.0 BC KITSAULT MINESITE +CA001074331 55.4500 -128.4833 38.0 BC KITSAULT TOWNSITE +CA001074336 55.1167 -128.0500 193.0 BC KITWANGA +CA001074800 54.7333 -127.0667 573.0 BC MACLURE LAKE +CA001075199 54.2000 -126.9000 701.0 BC MORICE RIVER FDR +CA001075200 54.3167 -126.8000 693.0 BC MORICE RIVER HOUSTON +CA001075202 55.0500 -127.3000 390.0 BC MORICETOWN +CA001075252 55.4833 -127.8333 368.0 BC MURDER CREEK 2 +CA001075253 55.5167 -127.8000 245.0 BC MURDER CREEK +CA001075384 55.2333 -129.0333 290.0 BC NASS CAMP +CA001075520 55.2333 -127.6000 314.0 BC NEW HAZELTON +CA001076638 54.6167 -126.9000 533.0 BC QUICK +CA001076886 54.8500 -128.8000 183.0 BC ROSSWOOD +CA001077499 54.8333 -127.1833 523.0 BC SMITHERS 71950 +CA001077500 54.8167 -127.1833 522.0 BC SMITHERS A +CA001077505 54.7333 -127.1000 515.0 BC SMITHERS CDA +CA001077508 54.7833 -127.0833 578.0 BC SMITHERS 4E +CA001078070 54.6500 -126.8333 683.0 BC TELKWA +CA001078072 54.6500 -127.1167 670.0 BC TELKWA COAL MINE RD +CA001078074 54.7333 -127.0167 640.0 BC TELKWA MACLURE LAKE +CA001078080 54.6667 -126.9167 579.0 BC TELKWA ROUND LAKE +CA001078086 54.6833 -126.9833 854.0 BC TELKWA WOODMERE RD +CA001078209 54.8167 -126.1667 722.0 BC TOPLEY LANDING +CA001078L3D 56.6500 -130.4500 887.0 BC UNUK RIVER ESKAY CREEK +CA00107ADFE 55.0167 -128.3167 152.0 BC CEDARVALE +CA00107G879 55.2833 -127.1667 534.0 BC SUSKWA VALLEY +CA00107GHG9 56.6167 -126.6833 1798.0 BC SUSTUT MOUNTAIN +CA00107P505 54.8167 -127.2167 546.0 BC SMITHERS KATHLYN LAKE +CA001080283 52.1000 -123.6167 853.0 BC ALEXIS CREEK +CA001080284 52.0833 -123.2833 800.0 BC ALEXIS CREEK +CA001080285 52.1333 -123.3333 724.0 BC ALEXIS CREEK +CA001080289 52.5500 -123.1833 1219.0 BC ALEXIS CREEK TAUTRI CRK +CA001080430 52.3500 -125.3333 1097.0 BC ANAHIM LAKE +CA001080431 52.4667 -125.3167 1108.0 BC ANAHIM LAKE +CA001080432 52.5167 -125.0833 1237.0 BC ANAHIM LAKE 5 MILE RANCH +CA001080562 52.4167 -125.9167 290.0 BC ATNARKO PARKS CAMP +CA001080870 51.6667 -123.0667 1175.0 BC BIG CREEK +CA0010808G0 51.2667 -123.1000 1670.0 BC BIG CREEK (AUT) 71760 +CA001080930 50.7833 -122.8167 1015.0 BC BRALORNE +CA001080QQ0 51.3167 -122.5000 1898.0 BC BLACKDOME MOUNTAIN +CA001081469 51.7500 -124.4667 1158.0 BC CHARLIE CREEK RANCH +CA001081788 54.0167 -126.1333 732.0 BC COLLEYMOUNT +CA001082748 53.3333 -123.8167 796.0 BC EUCHINIKO TITETOWN +CA001083157 53.2333 -123.6000 838.0 BC GILLIES CROSSING +CA001083285 53.9167 -125.9167 869.0 BC GRASSY PLAINS +CA001083344 53.2833 -127.0167 1036.0 BC HAVEN LAKE +CA001084050 53.7167 -128.1000 1609.0 BC KEMANO KILDALA PASS +CA001084349 52.0500 -124.9000 823.0 BC KLEENA KLEENE +CA001084350 51.9833 -124.9333 899.0 BC KLEENA KLEENE +CA001084351 51.9833 -124.9833 914.0 BC KLEENA KLEENE 2 +CA001084490 50.8333 -122.8667 686.0 BC LAJOIE DAM +CA001084731 51.8167 -124.4667 1017.0 BC LUNCH LAKE +CA001085064 50.6333 -123.4000 430.0 BC MEAGER CREEK +CA001085208 51.6000 -125.0000 760.0 BC MOSLEY CREEK SAND CREEK +CA001085279 54.1667 -126.6667 808.0 BC NADINA RIVER +CA001085280 53.9833 -126.3833 732.0 BC NADINA RIVER +CA001085281 53.9000 -126.9500 914.0 BC NADINA RIVER +CA001085373 54.1000 -127.4500 808.0 BC NANIKA RIVER HATCHERY +CA001085414 52.9167 -123.6167 899.0 BC NAZKO +CA001085415 53.6833 -124.8333 715.0 BC NECHAKO RIVER (AUT) 71763 +CA001085450 51.4167 -124.0667 1216.0 BC NEMAIA VALLEY CHILKO LK +CA001085598 52.3333 -125.1500 1130.0 BC NIMPO LAKE 2 +CA001085615 53.9833 -126.4333 793.0 BC NORA LEE NORTH +CA001085835 53.7667 -126.0000 861.0 BC OOTSA L SKINS L SPILLWAY +CA001085836 53.7667 -126.0000 861.0 BC OOTSA LAKESKINS LAKE CLIMATE 71679 +CA001086082 50.3000 -122.7333 204.0 BC PEMBERTON AIRPORT CS 71777 +CA001086083 50.3167 -122.8167 218.0 BC PEMBERTON BCFS +CA001086090 50.4500 -122.9333 223.0 BC PEMBERTON MEADOWS +CA001086093 50.4667 -122.9333 244.0 BC PEMBERTON MEADOWS 4NW +CA001086098 50.5000 -122.9833 271.0 BC PEMBERTON WOLVERINE CR +CA001086550 53.0000 -122.9500 915.0 BC PUNTCHESAKUT LAKE +CA001086555 52.1667 -124.2000 1372.0 BC PUNTZI MOUNTAIN +CA001086556 52.1167 -124.0833 910.0 BC PUNTZI MOUNTAIN +CA001086558 52.1167 -124.1333 910.0 BC PUNTZI MOUNTAIN (AUT) 71050 +CA001086633 52.8333 -123.0833 945.0 BC QUESNEL BAR HL RANCH +CA001086695 52.1500 -123.7000 842.0 BC REDSTONE STUART RANCH +CA001087600 54.0333 -125.7667 730.0 BC SOUTHBANK +CA001087950 53.6167 -127.7000 863.0 BC TAHTSA LAKE WEST +CA001087974 53.8667 -125.8667 884.0 BC TAKYSIE LAKE +CA001087998 51.6000 -123.6833 1240.0 BC TASEKO RIVER VICK CREEK +CA001088007 53.3000 -124.7333 914.0 BC TATELKUZ LAKE +CA001088009 51.9000 -124.6000 945.0 BC TATLA LAKE BCFS +CA001088010 51.6667 -124.4000 870.0 BC TATLAYOKO LAKE +CA001088015 51.6667 -124.4000 875.0 BC TATLAYOKO LAKE RCS 71028 +CA001088293 51.5333 -124.1667 1222.0 BC TSUNIAH LAKE LODGE +CA001088970 53.8333 -126.2167 863.0 BC WISTARIA +CA00108CFAF 54.0667 -127.3667 793.0 BC HOUSTON MCBRIDE LAKE +CA001090300 54.1167 -122.0667 625.0 BC ALEZA LAKE +CA001090335 51.7833 -122.2833 625.0 BC ALKALI LAKE +CA001090586 53.6167 -122.9500 1128.0 BC BALDY HUGHES +CA001090660 53.0667 -121.5167 1283.0 BC BARKERVILLE +CA001090904 52.1000 -120.8833 1532.0 BC BOSS MOUNTAIN +CA001090989 50.8500 -122.4333 610.0 BC BRIDGE RIVER +CA001090990 50.7333 -122.2167 253.0 BC BRIDGE RIVER +CA001090R0R 53.2833 -121.4500 945.0 BC BOWRON LAKE +CA001091169 54.2333 -125.7667 704.0 BC BURNS LAKE +CA001091170 54.2500 -125.8000 707.0 BC BURNS LAKE DECKER LAKE +CA001091174 54.3833 -125.9667 713.0 BC BURNS LAKE DECKER LAKE 71952 +CA001091175 54.1500 -125.7333 783.0 BC BURNS LAKE 10 SOUTH +CA001091235 52.4167 -121.9667 857.0 BC CAMILLE LAKE +CA001091305 51.9000 -120.7833 945.0 BC CANIM LAKE +CA001091512 54.1000 -123.0667 793.0 BC CHIEF LAKE +CA001092120 53.6000 -120.7000 686.0 BC CRESCENT SPUR +CA001092489 51.5833 -122.2500 655.0 BC DOG CREEK +CA001092490 51.6333 -122.2500 1027.0 BC DOG CREEK A +CA001092519 53.7500 -121.1667 671.0 BC DOME CREEK +CA001092520 53.7333 -120.9833 648.0 BC DOME CREEK +CA001092578 53.1333 -119.8500 725.0 BC DUNSTER +CA001092579 53.1667 -119.8333 833.0 BC DUNSTER 2 +CA001092676 54.0333 -125.1000 985.0 BC ENDAKO MINE +CA001092678 54.1000 -125.1667 689.0 BC ENDAKO SAVORY +CA001092685 54.0333 -124.2167 706.0 BC ENGEN +CA001092904 54.1000 -124.5500 701.0 BC FORT FRASER +CA001092905 53.8833 -124.5833 701.0 BC FORT FRASER 13S +CA001092970 54.4500 -124.2833 691.0 BC FORT ST JAMES +CA001092972 54.4167 -124.2500 716.0 BC FORT ST JAMES A +CA001093052 51.5500 -122.3333 658.0 BC GANG RANCH +CA001093165 54.1167 -122.2667 599.0 BC GISCOME +CA001093474 53.5333 -122.7000 551.0 BC HIXON +CA001093475 53.4167 -122.5833 587.0 BC HIXON BCFS +CA001093599 52.3333 -121.4167 785.0 BC HORSEFLY BCFS +CA001093600 52.3667 -121.3667 777.0 BC HORSEFLY LAKE GRUHS LAKE +CA001093680 53.9667 -123.2333 625.0 BC ISLE PIERRE +CA001093730 51.2667 -121.9667 1158.0 BC JESMOND +CA001093777 54.9667 -124.2500 969.0 BC KALDER LAKE +CA001093920 52.7500 -121.4000 808.0 BC KEITHLEY CREEK +CA001094125 52.8167 -122.3667 671.0 BC KERSLEY +CA001094127 52.8167 -122.4167 570.0 BC KERSLEY 2 +CA001094455 51.8167 -121.4667 819.0 BC LAC LA HACHE +CA001094456 51.8833 -121.7333 906.0 BC LAC LA HACHE DINGWALL CREEK +CA001094457 51.7167 -121.5500 990.0 BC LAC LA HACHE 11SW +CA001094602 55.0833 -125.5833 698.0 BC LEO CREEK +CA001094616 52.6000 -121.5333 724.0 BC LIKELY +CA001094719 51.9667 -122.3500 927.0 BC LORSTA WILLIAMS LAKE +CA001094785 52.3833 -120.7167 1219.0 BC MACKAY RIVER +CA001094897 53.8833 -123.8833 785.0 BC MAPES +CA001094948 53.4167 -120.3500 733.0 BC MCBRIDE ELDER CREEK +CA001094950 53.2667 -120.1500 722.0 BC MCBRIDE 4SE +CA001094955 53.3667 -120.2500 771.0 BC MCBRIDE NORTH +CA001094962 53.2667 -120.1333 716.0 BC MCBRIDE S & W RANCH +CA001095000 54.0833 -121.8333 610.0 BC MCGREGOR +CA001095015 52.3833 -122.3667 564.0 BC MCLEESE LAKE FRASERVIEW +CA001095018 52.5333 -122.2833 1133.0 BC MCLEESE LAKE GRANITE MT +CA001095195 52.2333 -121.4833 945.0 BC MOFFAT CREEK +CA0010952B9 53.0167 -119.2333 869.0 BC MOUNT ROBSON RANCH +CA001095410 53.2833 -122.4833 668.0 BC NAVER CREEK +CA001095412 53.2500 -122.3333 896.0 BC NAVER CREEK AHBAU +CA001095617 53.8167 -121.9167 742.0 BC NORCO COAL +CA001095676 52.2667 -121.7167 1027.0 BC OCHILTREE MIOCENE +CA001095740 54.1167 -122.6500 686.0 BC OLD SUMMIT RD NORTH +CA001095790 51.6500 -121.2667 930.0 BC 100 MILE HOUSE +CA001095796 51.7500 -121.3333 957.0 BC 108 MILE HOUSE +CA001095820 52.1167 -121.9333 738.0 BC 150 MILE HOUSE +CA001095821 52.2167 -122.0000 884.0 BC 150 MILE HOUSE 7N +CA001096435 53.9167 -122.7333 569.0 BC PRINCE GEORGE +CA001096436 53.8333 -122.8000 570.0 BC PRINCE GEORGE +CA001096439 53.8833 -122.6833 691.0 BC PRINCE GEORGE 71896 +CA001096450 53.8833 -122.6833 691.0 BC PRINCE GEORGE A 71896 +CA001096453 53.8833 -122.6667 680.0 BC PRINCE GEORGE AIRPORT AUTO 71302 +CA001096455 53.7833 -122.8500 699.0 BC PRINCE GEORGE WEST LAKE +CA001096458 54.0500 -122.7333 762.0 BC PRINCE GEORGE 15NW +CA001096460 53.9333 -122.6833 579.0 BC PR GEORGE FOREMAN FLAT +CA001096465 53.9667 -122.9333 610.0 BC PRINCE GEORGE MIWORTH +CA001096468 53.8833 -122.7667 579.0 BC PRINCE GEORGE STP +CA001096470 53.9000 -122.7833 591.0 BC PRINCE GEORGE WESTWOOD +CA001096600 52.9833 -122.4833 488.0 BC QUESNEL +CA001096601 53.0333 -122.5167 545.0 BC QUESNEL 71103 +CA001096625 53.0333 -122.5167 545.0 BC QUESNEL AWOS 71103 +CA001096629 53.0333 -122.5167 545.0 BC QUESNEL 71192 +CA001096630 53.0333 -122.5167 545.0 BC QUESNEL A +CA001096631 53.0333 -122.5000 545.0 BC QUESNEL AIRPORT AUTO GSN 71779 +CA001096635 53.0667 -122.5000 712.0 BC QUESNEL MOOSE HEIGHTS +CA001096636 53.0167 -122.6667 762.0 BC QUESNEL NAZKO ROAD +CA001096660 53.0000 -119.0000 1059.0 BC RED PASS JUNCTION +CA001096665 52.9833 -119.0000 1067.0 BC RED PASS MT ROBSON PARK +CA001096775 52.0167 -122.5167 1006.0 BC RISKE CREEK FTP +CA001096952 54.1333 -122.6500 693.0 BC SALMON VAL ERICKSON RD +CA001097370 54.0167 -121.6667 655.0 BC SINCLAIR MILLS +CA001097550 52.3333 -122.2833 655.0 BC SODA CREEK +CA001097646 52.1833 -121.6833 1040.0 BC SPOKIN LAKE 4E +CA001097750 53.2000 -121.6000 1207.0 BC STEWART CREEK +CA001097888 54.6333 -124.7000 683.0 BC TACHIE 1SE +CA001097970 55.4667 -125.9667 854.0 BC TAKLA LANDING +CA001098138 52.9167 -119.3833 777.0 BC TETE JAUNE +CA001098318 52.4667 -122.6167 914.0 BC TWAN CREEK +CA001098328 52.3833 -122.0833 911.0 BC TYEE LAKE +CA001098335 54.1167 -121.9500 613.0 BC UPPER FRASER +CA001098490 54.0500 -124.0000 638.0 BC VANDERHOOF +CA001098492 54.0333 -124.0000 677.0 BC VANDERHOOF 2NE +CA0010984R0 54.0500 -124.1333 674.0 BC VANDERHOOF +CA001098939 52.1333 -122.1667 614.0 BC WILLIAMS LAKE +CA001098940 52.1833 -122.0500 940.0 BC WILLIAMS LAKE A 71104 +CA001098941 52.1833 -122.0500 940.0 BC WILLIAMS LAKE A 71104 +CA001098942 52.1000 -122.1833 930.0 BC WILLIAMS LAKE ESLER +CA001098943 52.1500 -122.1667 588.0 BC WILLIAMS LAKE GLENDALE +CA001098946 52.1333 -122.1500 585.0 BC WILLIAMS LAKE RIVER +CA001098954 54.0500 -122.4667 586.0 BC WILLOW RIVER +CA001098955 53.7333 -122.3167 801.0 BC WILLOW RIVER +CA001098977 53.5167 -122.6500 610.0 BC WOODPECKER +CA001098D90 54.0333 -124.0167 638.0 BC VANDERHOOF +CA001098DR0 54.0833 -124.2667 683.0 BC VANDERHOOF BRAESIDE RD +CA00109A4NG 52.5333 -122.4833 541.0 BC CASTLE ROCK 6 NORTH +CA00109AMEP 53.6333 -120.8000 648.0 BC CATFISH CREEK +CA00109C0L6 54.1167 -124.7500 666.0 BC FRASER LAKE NORTH SHORE +CA00109C0LF 54.0833 -124.8500 674.0 BC FRASER LAKE NORTH SHORE +CA00109CN9G 52.0000 -121.0000 846.0 BC HORSEFLY RIVER (AUT) +CA00109E7R6 51.7000 -121.4000 994.0 BC 108 MILE HOUSE ABEL LAKE +CA00109G775 53.3667 -122.5833 655.0 BC STRATHNAVER +CA00109H9M2 52.1000 -122.1833 917.0 BC WILLIAMS LAKE ESLER 2 +CA00109Q9MK 52.0333 -122.1333 823.0 BC WILLIAMS LAKE FROST CREEK +CA00109QJ3G 53.0000 -119.5333 746.0 BC TETE JAUNE +CA00109QR57 51.8500 -122.6500 488.0 BC WINEGLASS RANCH +CA001100001 50.1333 -123.1167 936.0 BC CALLAGHAN VALLEY (SKI JUMP TOP +CA001100004 49.4000 -123.2000 969.0 BC CYPRESS BOWL FREESTYLE 71004 +CA001100015 49.0167 -122.3333 969.0 BC ABBOTSFORD +CA001100030 49.0333 -122.3667 59.0 BC ABBOTSFORD A 71108 +CA001100031 49.0333 -122.3667 59.0 BC ABBOTSFORD A 71108 +CA001100035 49.0333 -122.2500 8.0 BC ABBOTSFORD EAST +CA001100037 49.0333 -122.3000 61.0 BC ABBOTSFORD KING ROAD +CA001100040 49.0500 -122.2667 9.0 BC ABBOTSFORD UPPER SUMAS +CA001100119 49.2500 -121.7667 19.0 BC AGASSIZ CS 71113 +CA001100120 49.2500 -121.7667 15.0 BC AGASSIZ CDA +CA001100130 49.2667 -121.8333 30.0 BC AGASSIZ MOUNTAIN INSTITUTE +CA001100240 49.1167 -122.4833 76.0 BC ALDERGROVE +CA001100241 49.0333 -122.4833 60.0 BC ALDERGROVE 2 +CA001100245 49.0833 -122.5167 85.0 BC ALDERGROVE 48 AVENUE +CA001100360 49.2833 -122.4833 117.0 BC ALOUETTE LAKE +CA001100370 49.3667 -122.3167 91.0 BC ALOUETTE POWER HOUSE +CA001100440 49.1833 -122.9333 5.0 BC ANNACIS ISLAND +CA001100875 50.1333 -122.9500 659.0 BC WHISTLER - NESTERS 71687 +CA001100879 50.1000 -122.9000 1860.0 BC BLACKCOMB MOUNTAIN 1860 +CA001100881 50.1000 -122.9333 937.0 BC BLACKCOMB BASE SLIDING CENTER 71756 +CA001100882 50.1000 -122.9500 817.0 BC BLACKCOMB BASE SLIDING CENTRE +CA001100883 50.1000 -122.9833 805.0 BC WHISTLER MOUNTAIN TIMING FLATS +CA001100KM0 49.0500 -122.4667 60.0 BC ALDERGROVE CENTRE +CA001100Q7Q 50.1000 -122.9167 1540.0 BC BLACKCOMB MOUNTAIN 1540 +CA001101138 49.3833 -122.8667 10.0 BC BUNTZEN BAY +CA001101140 49.3833 -122.8667 10.0 BC BUNTZEN LAKE +CA001101142 49.2500 -123.0000 31.0 BC BURNABY BC INST TECHNOL +CA001101144 49.2333 -122.9667 125.0 BC BURNABY BRANTFORD +CA001101146 49.2833 -122.9833 183.0 BC BURNABY CAPITOL HILL +CA001101147 49.2833 -122.9667 99.0 BC BURNABY CURTIS +CA001101150 49.2333 -122.9333 114.0 BC BURNABY EAST +CA001101151 49.2167 -122.9500 99.0 BC BURNABY EDMONDS +CA001101153 49.2667 -122.9500 66.0 BC BURNABY LAKE +CA001101154 49.2667 -122.9833 34.0 BC BURNABY LAKE WEST +CA001101155 49.2667 -122.9333 137.0 BC BURNABY MTN TERMINAL +CA001101158 49.2833 -122.9167 366.0 BC BURNABY SIMON FRASER U +CA001101160 49.2167 -123.0167 55.0 BC BURNABY SUNCREST +CA001101166 49.3000 -123.0167 82.0 BC BURNABY VANCOUVER HTS +CA0011011MF 49.2500 -122.9167 13.0 BC BURNABY CARIBOO DAM +CA0011011N0 49.2167 -122.7500 120.0 BC BURNABY EAST +CA001101200 49.2500 -122.8833 122.0 BC BURQUITLAM VANCOUVER GOLF COUR +CA001101300 50.1500 -123.1167 884.0 BC CALLAGHAN VALLEY 71688 +CA001101310 50.1500 -123.1167 870.0 BC CALLAGHAN VALLEY(BIATHALON) +CA001101313 50.0167 -123.1167 883.0 BC CALLAGHAN VALLEY BIATHLON HIGH +CA001101318 50.1333 -123.1167 838.0 BC CALLAGHAN VALLEY LOW LEVEL +CA001101320 50.1333 -123.1167 860.0 BC CALLAGHAN VALLEY(SKI JUMP BOTT +CA001101530 49.1667 -121.9167 11.0 BC CHILLIWACK +CA001101540 49.1833 -121.9500 6.0 BC CHILLIWACK CITY +CA001101545 49.1667 -121.8667 12.0 BC CHILLIWACK GIBSON ROAD +CA001101561 49.1333 -121.8333 213.0 BC CHILLIWACK MARBLEHILL CK +CA001101564 49.1000 -121.5500 488.0 BC CHILLIWACK R CENTRE CRK +CA001101565 49.1000 -121.6333 369.0 BC CHILLIWACK R FOLEY CREEK +CA001101567 49.0667 -121.8333 137.0 BC CHILLIWACK R TAMAHI CRK +CA001101577 49.1667 -121.9667 6.0 BC CHILLIWACK WESTVIEW +CA001101580 49.1833 -121.9000 8.0 BC CHILLIWACK YALE RD EAST +CA001101680 49.1000 -122.7333 3.0 BC CLOVERDALE +CA001101707 49.1000 -122.7333 3.0 BC CLOVERDALE CENTRE +CA001101708 49.1167 -122.7000 50.0 BC CLOVERDALE EAST +CA001101709 49.1333 -122.7333 9.0 BC CLOVERVALLEY FRYS CORNER +CA001101888 49.2667 -122.8500 8.0 BC COQUITLAM +CA001101889 49.2667 -122.8667 160.0 BC COQUITLAM COMO LAKE AVE +CA00110188H 49.2833 -122.7667 34.0 BC COQUITLAM LAFARGE +CA001101890 49.3667 -122.8000 161.0 BC COQUITLAM LAKE +CA001101891 49.2500 -122.8333 101.0 BC COQUITLAM MUNDY PARK +CA001101N65 49.0833 -121.7000 213.0 BC CHILLIWACK R HATCHERY +CA001101Q9A 49.2667 -122.8333 150.0 BC COQUITLAM MUNDY PARK 2 +CA001101QRJ 49.2500 -122.8333 144.0 BC COQUITLAM MUNDY PARK 3 +CA001102220 49.0833 -121.9833 46.0 BC CULTUS LAKE +CA001102222 49.0333 -122.0167 61.0 BC CULTUS LAKE LINDELL +CA001102252 49.4167 -123.2000 1425.0 BC CYPRESS BOWL 1425 +CA001102253 49.4000 -123.2000 930.0 BC CYPRESS BOWL +CA001102254 49.4000 -123.1833 1210.0 BC CYPRESS BOWL UPPER +CA001102255 49.4000 -123.2000 953.0 BC CYPRESS BOWL NORTH +CA001102256 49.3833 -123.2000 886.0 BC CYPRESS BOWL SOUTH +CA001102410 49.1500 -122.9167 85.0 BC DELTA ANNIEVILLE +CA001102415 49.1333 -123.0000 3.0 BC DELTA BURNS BOG 71042 +CA001102416 49.0833 -123.0667 2.0 BC DELTA LADNER EAST +CA001102417 49.0667 -123.0833 2.0 BC DELTA LADNER SOUTH +CA001102419 49.0833 -122.9167 2.0 BC DELTA OLIVER SLOUGH +CA001102420 49.0000 -123.0833 51.0 BC DELTA PEBBLE HILL +CA001102422 49.1167 -122.9167 64.0 BC DELTA SUNSHINE HILLS +CA001102424 49.0167 -123.1000 53.0 BC DELTA TSAWWASSEN +CA001102425 49.0167 -123.1000 2.0 BC DELTA TSAWWASSEN BEACH +CA001102465 49.1833 -122.0667 61.0 BC DEROCHE +CA001102650 49.2833 -121.9667 218.0 BC ELBOW LAKE +CA001102725 49.2500 -122.8167 53.0 BC ESSONDALE +CA001102910 49.2000 -122.6167 6.0 BC FORT LANGLEY +CA001102912 49.1500 -122.5500 76.0 BC FORT LANGLEY TELEGRAPH TRAIL +CA001102F3H 49.1333 -121.9667 10.0 BC EDENBANK SARDIS +CA001103322 49.2167 -122.6000 26.0 BC HANEY +CA001103324 49.2500 -122.5167 142.0 BC HANEY CORRL INSTN +CA001103326 49.2000 -122.5500 31.0 BC HANEY EAST +CA001103327 49.2500 -122.6167 3.0 BC HANEY 532 +CA001103332 49.2667 -122.5667 147.0 BC HANEY UBC RF ADMIN +CA001103333 49.3000 -122.5833 354.0 BC HANEY UBC RF LOON LAKE +CA001103334 49.3000 -122.5500 373.0 BC HANEY UBC RF SPUR 17 +CA001103342 49.1667 -122.2500 25.0 BC HATZIC LAKE +CA001103440 49.3833 -121.9333 977.0 BC HEMLOCK +CA001103510 49.3833 -123.1833 930.0 BC HOLLYBURN RIDGE +CA00110361F 49.4167 -123.2333 20.0 BC HOWE SOUND STRACHAN CRK +CA001103635 49.0000 -122.2167 8.0 BC HUNTINGDON METER STATION +CA001103636 49.0333 -122.2000 25.0 BC HUNTINGDON VYE ROAD +CA001103647 49.3833 -122.8833 1.0 BC INDIAN ARM CENTRAL +CA001103648 49.3333 -122.9167 15.0 BC INDIAN ARM WOODLANDS +CA001103660 49.3000 -122.8833 53.0 BC IOCO REFINERY +CA001104080 49.0667 -122.7833 27.0 BC KENSINGTON PRAIRIE +CA001104468 49.0833 -123.0667 9.0 BC LADNER +CA001104470 49.0833 -123.0167 1.0 BC LADNER +CA001104473 49.0833 -123.0500 2.0 BC LADNER BCHPA +CA001104477 49.0667 -123.1167 0.0 BC LADNER MONITOR STN +CA001104484 49.0833 -123.1000 0.0 BC LADNER PORT GUICHON +CA001104488 49.3500 -121.5833 27.0 BC LAIDLAW +CA001104550 49.1833 -122.5333 27.0 BC LANGLEY +CA001104553 49.0333 -122.6667 56.0 BC LANGLEY CAMPBELL R PK +CA001104554 49.0833 -122.6167 59.0 BC LANGLEY CENTRE +CA001104555 49.0500 -122.5833 101.0 BC LANGLEY LOCHIEL +CA001104560 49.1500 -122.6500 87.0 BC LANGLEY PRAIRIE +CA001104562 49.1667 -122.5333 15.0 BC LANGLEY RIVER ROAD +CA001104565 49.0667 -122.6667 46.0 BC LANGLEY WELLS +CA001104569 49.1833 -122.6000 13.0 BC LANGLEY 96 AVENUE +CA00110456B 49.0333 -122.5500 61.0 BC LANGLEY SOUTH +CA001104634 49.4500 -123.2333 52.0 BC LIONS BAY +CA001104902 49.2333 -122.6167 23.0 BC MAPLE RIDGE +CA001104927 49.1000 -122.3000 5.0 BC MATSQUI +CA001104928 49.0667 -122.4000 120.0 BC MATSQUI ROSS ROAD +CA001104R02 49.2167 -122.5000 76.0 BC MAPLE RIDGE KANAKA CREEK +CA001105155 49.1333 -122.6167 8.0 BC MILNER AIC +CA001105190 49.1333 -122.3333 60.0 BC MISSION +CA001105192 49.1500 -122.2667 221.0 BC MISSION WEST ABBEY +CA001105210 49.1833 -123.0833 16.0 BC RICHMOND OPERATIONS CENTRE 71112 +CA001105230 49.4333 -122.9500 823.0 BC MOUNT SEYMOUR +CA001105550 49.2167 -122.9333 119.0 BC NEW WESTMINSTER +CA001105553 49.2167 -122.9000 18.0 BC NEW WESTMINSTER BC PEN +CA001105560 49.2167 -122.9167 101.0 BC NEW WESTM QUEENS PARK +CA001105570 49.2167 -122.9333 84.0 BC NEW WESTMINSTER WEST +CA001105627 49.2833 -122.9500 122.0 BC NORTH BURNABY UNION +CA001105630 49.2000 -122.0333 18.0 BC NORTH NICOMEN +CA001105652 49.3667 -123.1000 209.0 BC N VANCOUVER CANYON HTS +CA001105655 49.3500 -123.1167 93.0 BC N VANCOUVER CAPILANO +CA001105656 49.3167 -123.0833 88.0 BC NORTH VANCOUVER CITY +CA001105657 49.3333 -123.1167 15.0 BC N VANCOUVER GLENAIRE +CA001105658 49.3667 -123.0833 1128.0 BC N VANC GROUSE MTN RESORT +CA001105659 49.3500 -123.0833 183.0 BC NORTH VANCOUVER HOLYROOD +CA001105660 49.3667 -123.0333 191.0 BC N VANCOUVER LYNN CREEK +CA001105661 49.3500 -123.0333 152.0 BC N VANCOUVER LYNN VALLEY +CA001105663 49.3500 -123.0833 344.0 BC N VANCOUVER MOSQUITO CR +CA001105664 49.3167 -123.1167 5.0 BC NORTH VANCOUVER NORGATE +CA001105665 49.3500 -123.0667 308.0 BC N VANCOUVER N LONSDALE +CA001105666 49.3000 -123.0167 4.0 BC N VANCOUVER 2ND NARROWS +CA001105667 49.3500 -123.0667 351.0 BC N VANCOUVER UPR LONSDALE +CA001105668 49.3500 -123.0333 177.0 BC N VANCOUVER UPPER LYNN +CA001105669 49.3167 -123.1167 6.0 BC N VANCOUVER WHARVES +CA001105F5F 49.3167 -122.9500 110.0 BC N VANCOUVER DOLLARTON 2 +CA001106174 49.4333 -122.5167 8.0 BC PITT LAKE +CA001106177 49.2167 -122.7167 3.0 BC PITT MEADOWS A +CA001106178 49.2000 -122.6833 5.0 BC PITT MEADOWS CS 71775 +CA001106179 49.2333 -122.6833 6.0 BC PITT MEADOWS LOUGHEED +CA001106180 49.2833 -122.6167 5.0 BC PITT POLDER +CA001106190 49.2500 -122.7333 6.0 BC PITT RIVER +CA001106200 49.3333 -123.2667 35.0 BC POINT ATKINSON 71037 +CA001106255 49.2667 -122.7833 12.0 BC PORT COQUITLAM +CA001106256 49.2667 -122.7833 7.0 BC PORT COQUITLAM CITY YARD +CA001106257 49.2667 -122.7333 3.0 BC PRT COQUITLAM PRAIRIE RD +CA001106300 49.1500 -122.7000 9.0 BC PORT KELLS +CA0011063L2 49.2833 -122.8500 23.0 BC PORT MOODY CENTRE +CA001106720 49.1167 -122.8500 99.0 BC REIDVILLE +CA001106762 49.1500 -123.1167 2.0 BC RICHMOND CBC TRANSMITTER +CA001106763 49.1333 -123.1333 1.0 BC RICHMOND BROADMOOR +CA001106764 49.1833 -123.0833 2.0 BC RICHMOND DALLYN 2 +CA001106765 49.1833 -122.9667 1.0 BC RICHMOND EAST +CA001106766 49.2000 -123.1000 2.0 BC RICHMOND MCLENNAN ROAD +CA001106767 49.1500 -123.1500 1.0 BC RICHMOND MINLER ROAD +CA001106768 49.1667 -123.0167 2.0 BC RICHMOND NELSON RD +CA001106770 49.2000 -123.0333 2.0 BC RICHMOND RIVER ROAD EAST +CA001106865 49.1833 -121.8000 11.0 BC ROSEDALE +CA001106910 49.1667 -122.4167 31.0 BC RUSKIN +CA001106CL2 49.2833 -122.8833 130.0 BC PORT MOODY GLENAYRE +CA001106GF3 49.1500 -123.1167 2.0 BC RICHMOND BROADMOOR 2 +CA001106L3K 49.3000 -122.8000 326.0 BC PORT MOODY MERIDIAN +CA001106P6N 49.1500 -123.1667 1.0 BC RICHMOND GEAL RD +CA001106PF7 49.1667 -123.1000 3.0 BC RICHMOND NATURE PARK +CA001107010 49.1000 -123.3000 11.0 BC SANDHEADS CS 71209 +CA001107080 49.0833 -121.9000 107.0 BC SARDIS +CA001107083 49.1167 -121.9500 24.0 BC SARDIS 2 +CA001107195 49.4167 -122.9500 178.0 BC SEYMOUR CREEK +CA001107200 49.4333 -122.9667 244.0 BC SEYMOUR FALLS +CA001107680 49.2333 -122.3667 110.0 BC STAVE FALLS +CA001107689 49.2833 -122.3333 106.0 BC STAVE LAKE SEVENTYNINE CREEK +CA001107710 49.1333 -123.1833 0.0 BC STEVESTON +CA001107785 49.1167 -122.1167 9.0 BC SUMAS CANAL +CA001107788 49.0500 -122.1333 3.0 BC SUMAS PRAIRIE +CA001107873 49.2000 -122.8667 78.0 BC SURREY KWANTLEN PARK +CA001107876 49.1000 -122.8333 76.0 BC SURREY MUNICIPAL HALL +CA001107878 49.1333 -122.8500 73.0 BC SURREY NEWTON +CA001107879 49.0500 -122.7667 95.0 BC SURREY SUNNYSIDE +CA001107H79 49.2000 -122.7833 77.0 BC SURREY TYNEHEAD B +CA001107H7H 49.1833 -122.8500 96.0 BC SURREY 99A AVE +CA001107H7R 49.0333 -122.7667 55.0 BC SURREY WHITE ROCK +CA001108380 49.1833 -123.1833 2.0 BC VANCOUVER SEA ISLAND CCG 71608 +CA001108395 49.2000 -123.1833 4.0 BC VANCOUVER INTL A 71892 +CA001108410 49.2500 -123.0500 79.0 BC VANCOUVER CEDAR COTTAGE +CA001108414 49.2333 -123.0167 122.0 BC VANCOUVER CENTRAL PARK +CA001108430 49.2833 -123.1167 86.0 BC VANCOUVER CITY HALL +CA001108435 49.2333 -123.1833 61.0 BC VANCOUVER DUNBAR +CA001108436 49.2500 -123.1833 61.0 BC VANCOUVER DUNBAR SOUTH +CA001108440 49.2833 -123.0500 35.0 BC VANCOUVER EXHIB PARK +CA001108442 49.2667 -123.1333 35.0 BC VANCOUVER FAIRVIEW +CA001108445 49.2000 -123.0500 85.0 BC VANCOUVER FRASERVIEW +CA001108446 49.3000 -123.1167 3.0 BC VANCOUVER HARBOUR CS 71201 +CA001108447 49.2000 -123.1833 4.0 BC VANCOUVER INT'L A 71892 +CA001108448 49.2333 -123.1667 46.0 BC VANCOUVER KERRISDALE +CA001108449 49.2333 -123.1333 88.0 BC VANCOUVER KERRISDALE +CA001108450 49.2500 -123.0833 66.0 BC VANCOUVER KINGCREST +CA001108453 49.2667 -123.1667 12.0 BC VANCOUVER KITSILANO +CA001108455 49.2000 -123.1333 31.0 BC VANCOUVER MARPOLE +CA001108460 49.2667 -123.1000 49.0 BC VANCOUVER MT PLEASANT +CA001108462 49.2167 -123.1333 82.0 BC VANCOUVER OAK 53 +CA001108463 49.2333 -123.1167 76.0 BC VANCOUVER OAKRIDGE +CA001108465 49.2833 -123.1167 59.0 BC VANCOUVER PMO +CA001108470 49.2333 -123.1500 84.0 BC VANCOUVER QUILCHENA +CA001108471 49.2333 -123.0333 91.0 BC VANCOUVER RUPERT ST +CA001108473 49.2333 -123.1833 8.0 BC VANCOUVER SOUTHLANDS +CA001108475 49.2167 -123.0667 64.0 BC VANCOUVER SOUTH FRASER +CA001108482 49.2667 -123.1500 42.0 BC VANCOUVER TRAFALGAR PK +CA001108487 49.2500 -123.2500 87.0 BC VANCOUVER UBC +CA001108488 49.2667 -123.2167 61.0 BC VANCOUVER WEST PT GREY +CA001108489 49.2667 -123.2000 76.0 BC VANCOUVER WPG BYNG +CA001108530 49.1000 -122.0000 15.0 BC VEDDER SOUTH LICKMAN +CA001108820 49.3333 -123.1667 29.0 BC WEST VANCOUVER +CA001108823 49.3667 -123.1333 290.0 BC W VANC BALLANTREE PLACE +CA001108824 49.3500 -123.2000 170.0 BC WEST VANCOUVER AUT 71784 +CA001108825 49.3500 -123.1167 201.0 BC W VANC CAPILANO GCC +CA001108826 49.3833 -123.2833 46.0 BC W VANCOUVER COPPER COVE +CA001108828 49.3500 -123.2500 155.0 BC W VANCOUVER CYPRESS PARK +CA001108829 49.3333 -123.1833 155.0 BC W VANCOUVER DUNDARAVE +CA001108831 49.3500 -123.2500 64.0 BC WEST VANCOUVER KEW BEACH +CA001108835 49.3333 -123.1167 55.0 BC WEST VANCOUVER MACBETH +CA001108837 49.3333 -123.1833 46.0 BC WEST VANCOUVER MATHERS +CA001108840 49.3667 -123.1333 381.0 BC W VANCOUVER MILLSTREAM +CA001108844 49.3333 -123.1667 122.0 BC WEST VANCOUVER OTTAWA +CA001108846 49.3333 -123.1500 122.0 BC W VANCOUVER PALMERSTON +CA001108848 49.3333 -123.1500 146.0 BC WEST VANCOUVER RENA CRES +CA001108885 49.2000 -122.8500 81.0 BC WHALLEY BALL PARK +CA001108886 49.2000 -122.8500 61.0 BC WHALLEY BOLIVAR CRESCENT +CA001108890 49.1833 -122.8333 84.0 BC WHALLEY FOREST NURSERY +CA001108892 49.2000 -122.8500 91.0 BC WHALLEY HILTON ROAD +CA001108906 50.0667 -122.9500 1835.0 BC WHISTLER ROUNDHOUSE +CA001108910 49.0167 -122.7833 13.0 BC WHITE ROCK CAMPBELL SCIENTIFIC 71785 +CA001108911 49.0333 -122.8167 76.0 BC WHITE ROCK BREARLEY +CA001108913 49.0500 -122.8833 46.0 BC WHITE ROCK OCEAN PARK +CA001108914 49.0167 -122.7833 13.0 BC WHITE ROCK STP +CA001108920 49.2167 -122.4833 162.0 BC WHONNOCK +CA001108923 49.1833 -122.4667 61.0 BC WHONNOCK NO 5 RD +CA001108925 49.1833 -122.5000 213.0 BC WHONNOCK THORN HILL +CA001108927 49.1833 -122.4833 61.0 BC WHONNOCK 269 ST +CA001108987 50.0833 -122.9500 1640.0 BC WHISTLER MOUNTAIN HIGH LEVEL +CA001108988 50.0833 -122.9833 933.0 BC WHISTLER MOUNTAIN LOW LEVEL +CA001108989 50.0667 -122.9500 1690.0 BC WHISTLER MOUNTAIN HIGH LEVEL R +CA001108990 50.0833 -122.9667 1320.0 BC WHISTLER MOUNTAIN MID-STATION +CA001108H2G 49.3500 -123.1500 305.0 BC W VANCOUVER CRESTWELL RD +CA001108M87 49.2167 -123.0500 91.0 BC VANCOUVER WALES ST +CA001109004 49.0667 -122.0667 99.0 BC YARROW +CA001109006 49.0833 -122.1167 9.0 BC YARROW SUMAS LAKE +CA00110A1ND 49.2167 -123.0000 125.0 BC BURNABY METROTOWN +CA00110A8R1 49.2667 -122.8500 51.0 BC COQUITLAM NORTH +CA00110B001 49.3167 -123.0833 64.0 BC N VANCOUVER W KEITH RD +CA00110CCCC 49.2833 -122.5833 114.0 BC HANEY UBC RF MARC +CA00110D634 49.4500 -123.2333 40.0 BC LIONS BAY 2 +CA00110EA90 49.2500 -122.2333 137.0 BC MISSION HARTLEY RD +CA00110EF56 49.3667 -123.1000 157.0 BC N VANCOUVER CLEVELAND +CA00110EF57 49.3167 -123.0500 111.0 BC N VANC GRAND BLVD +CA00110EFE9 49.3333 -123.0667 136.0 BC NORTH VANC LONSDALE PARK +CA00110EFEF 49.3167 -123.0500 79.0 BC N VANCOUVER CLOVERLEY +CA00110EFFF 49.3167 -123.0167 9.0 BC N VANCOUVER SEYMOUR BLVD +CA00110EFNN 49.3500 -123.1167 130.0 BC N VANCOUVER CAPILANO HIGHLANDS +CA00110FAG9 49.2167 -122.6833 5.0 BC PITT MEADOWS STP +CA00110FBEE 49.2833 -122.7500 60.0 BC PORT COQUITLAM BURKE MOUNTAIN +CA00110FJPP 49.2833 -122.6667 6.0 BC PITT MEADOWS ALOUETTE RIVER +CA00110FK0M 49.0167 -123.5833 3.0 BC PORLIER PASS LIGHT STATION +CA00110FKNF 49.2500 -122.7833 63.0 BC PORT COQUITLAM MARY HILL +CA00110G8G8 49.1000 -122.8500 50.0 BC SURREY PANORAMA RIDGE +CA00110GQPB 49.1833 -122.8333 80.0 BC SURREY GUILDFORD +CA00110H447 49.2667 -123.1667 7.0 BC VANCOUVER JERICHO BEACH +CA00110H488 49.2667 -123.1667 55.0 BC VANCOUVER WEST 10TH +CA00110HD45 49.2667 -123.0333 53.0 BC VANCOUVER GRANDVIEW E +CA00110HD4N 49.2833 -123.0500 46.0 BC VANCOUVER GRANDVIEW N +CA00110HM5C 49.2667 -123.1667 12.0 BC VANCOUVER KITSILANO BEACH +CA00110MR02 49.2167 -122.4833 172.0 BC MAPLE RIDGE WHONNOCK LAKE +CA00110N666 49.4333 -122.9667 183.0 BC N VAN SEYMOUR HATCHERY +CA00110N6F5 49.3667 -123.0833 229.0 BC N VANCOUVER REDONDA DR +CA00110N6FF 49.3667 -123.1000 183.0 BC N VANC SONORA DR +CA00110NFEQ 49.3167 -123.0000 72.0 BC NORTH VANCOUVER BLUE RIDGE +CA00110NFNF 49.3167 -122.9500 52.0 BC NORTH VANCOUVER DOLLARTON +CA00110S001 49.1500 -122.7833 67.0 BC SURREY FLEETWOOD +CA001110350 49.1333 -120.8333 1341.0 BC ALLISON PASS +CA001110352 49.1167 -120.8667 1340.0 BC ALLISON PASS DOH +CA00111090M 49.8667 -121.4333 200.0 BC BOSTON BAR +CA001110Q78 50.5667 -122.6500 715.0 BC BIRKENHEAD LAKE +CA001110R04 49.8667 -121.4500 163.0 BC BOSTON BAR +CA001112625 50.7000 -121.9167 270.0 BC EAST LILLOOET +CA001113072 50.5167 -122.5167 390.0 BC GATES STATION +CA001113420 49.7833 -121.4500 122.0 BC HELLS GATE +CA001113539 49.3667 -121.4833 39.0 BC HOPE 71114 +CA001113540 49.3667 -121.4833 39.0 BC HOPE A +CA001113541 49.3667 -121.5000 39.0 BC HOPE (AUT) 71114 +CA001113542 49.3667 -121.5000 39.0 BC HOPE 71187 +CA001113543 49.3667 -121.5000 39.0 BC HOPE AIRPORT 71114 +CA001113545 49.4167 -121.5500 1475.0 BC HOPE DOG MOUNTAIN +CA001113550 49.3833 -121.4000 152.0 BC HOPE KAWKAWA LAKE +CA001113570 49.3833 -121.4167 177.0 BC HOPE LITTLE MOUNTAIN +CA001113580 49.2667 -121.2167 701.0 BC HOPE SLIDE +CA001113581 49.2833 -121.2333 688.0 BC HOPE SLIDE +CA001114435 50.6667 -121.8000 919.0 BC KWOTLENEMO LAKE +CA001114474 49.5000 -121.2500 807.0 BC LADNER CREEK +CA001114619 50.6833 -121.9333 254.0 BC LILLOOET 71999 +CA001114620 50.7000 -121.9333 290.0 BC LILLOOET +CA001114621 50.6000 -121.8667 555.0 BC LILLOOET CEDAR FALLS +CA001114622 50.5333 -121.7667 300.0 BC LILLOOET FOUNTAINVIEW +CA001114623 50.7000 -121.9333 299.0 BC LILLOOET HEIGHTS +CA001114626 50.7000 -121.9333 244.0 BC LILLOOET RUSSELL ST +CA001114627 50.6667 -121.9167 198.0 BC LILLOOET SETON BCHPA +CA0011146K0 50.6667 -121.8833 402.0 BC LILLOOET A +CA001114739 50.2167 -121.5833 225.0 BC LYTTON 71891 +CA001114740 50.2333 -121.5667 175.0 BC LYTTON +CA001114741 50.2333 -121.5833 229.0 BC LYTTON +CA001114742 50.3333 -121.5500 730.0 BC LYTTON BOTANIE VALLEY +CA001114743 50.4000 -121.6833 385.0 BC LYTTON STEIN MOUNTAIN +CA001114745 50.2500 -121.6000 174.0 BC LYTTON 2 +CA001114746 50.2167 -121.5833 225.0 BC LYTTON RCS 71765 +CA001115196 50.8833 -122.2667 549.0 BC MOHA +CA001116060 50.8667 -121.8333 1067.0 BC PAVILION +CA001116062 50.8833 -121.8833 602.0 BC PAVILION BLUE RIDGE +CA001116084 50.3333 -122.5500 256.0 BC PEMBERTON HATCHERY +CA001116204 51.0333 -121.8000 1190.0 BC PORCUPINE CREEK +CA001117215 50.7333 -122.2333 244.0 BC SHALALTH +CA001117410 49.0833 -121.1667 515.0 BC SKAGIT RIVER +CA001118235 49.4167 -121.0500 1430.0 BC TREASURE MOUNTAIN +CA001119002 49.5667 -121.4333 76.0 BC YALE +CA00111KFLR 51.0667 -121.9333 580.0 BC EDGE HILLS BUTCHER CREEK +CA001120090 49.7333 -119.5833 1003.0 BC ADRA +CA001120447 49.4000 -119.9167 1890.0 BC APEX MTN LODGE +CA001120475 50.4000 -119.2833 503.0 BC ARMSTRONG GRANDVIEW +CA001120486 50.4000 -119.2500 342.0 BC ARMSTRONG OTTER LAKE +CA001120630 49.7167 -120.2333 1097.0 BC BANKEIR +CA001120633 49.7000 -120.2833 1020.0 BC BANKIER CHAIN LAKE +CA001120M47 49.5833 -119.5667 518.0 BC ARAWANA +CA001121090 49.8167 -120.8667 972.0 BC BROOKMERE +CA001121459 49.1833 -119.7667 398.0 BC CAWSTON SIMILKAMEEN +CA001121620 49.6833 -119.5333 1194.0 BC CHUTE LAKE +CA001122541 50.1667 -120.2000 808.0 BC DOUGLAS LAKE +CA001123195 50.3667 -119.3167 1792.0 BC GLENEMMA +CA001123280 49.4667 -120.7333 1037.0 BC GRANITE CREEK +CA001123360 49.3500 -120.0833 517.0 BC HEDLEY +CA001123370 49.3667 -120.0667 542.0 BC HEDLEY N +CA001123390 49.3667 -120.0167 1651.0 BC HEDLEY NP MINE +CA001123468 50.5000 -121.0000 1470.0 BC HIGHLAND VALLEY BCCL +CA001123469 50.4667 -121.0167 1268.0 BC HIGHLAND VALLEY LORNEX +CA001123721 49.6667 -120.3333 929.0 BC JELLICOE +CA001123750 49.8500 -119.1333 875.0 BC JOE RICH CREEK +CA001123930 49.9000 -119.4667 354.0 BC KELOWNA +CA001123939 49.9500 -119.3833 433.0 BC KELOWNA 71203 +CA001123965 49.9500 -119.3833 430.0 BC KELOWNA AWOS +CA001123970 49.9500 -119.3833 430.0 BC KELOWNA A 71203 +CA001123972 49.9000 -119.3000 430.0 BC KELOWNA BANKHEAD +CA001123975 49.8833 -119.4667 351.0 BC KELOWNA BOWES STREET +CA001123977 49.8667 -119.5833 480.0 BC KELOWNA BYLANDS +CA001123980 49.8667 -119.4167 485.0 BC KELOWNA CDA +CA001123981 49.7833 -119.5333 375.0 BC KELOWNA CEDARCREEK +CA001123982 49.8500 -119.4500 375.0 BC KELOWNA DAV-SPIERS ROAD +CA001123984 49.8667 -119.4000 491.0 BC KELOWNA EAST +CA001123990 49.8667 -119.5500 525.0 BC KELOWNA LAKEVIEW +CA001123992 49.8667 -119.4833 350.0 BC KELOWNA PC BURNETTS NURSERY +CA001123993 49.8500 -119.5667 417.0 BC KELOWNA QUAILS GATE +CA0011239R0 49.9500 -119.4000 456.0 BC KELOWNA MWS0 +CA001124110 49.2000 -119.8167 415.0 BC KEREMEOS +CA001124112 49.2167 -119.8167 435.0 BC KEREMEOS 2 +CA001124118 49.2167 -119.8333 416.0 BC KEREMEOS WEST +CA001124260 49.6667 -119.9500 884.0 BC KIRTON +CA001124460 50.4833 -120.5333 1305.0 BC LAC LE JEUNE WALLOPER LK +CA001124668 50.5000 -120.8167 1101.0 BC LOGAN LAKE +CA001124860 50.3833 -120.8000 1006.0 BC MAMIT LAKE +CA001124890 49.0667 -120.7833 1198.0 BC MANNING PARK +CA001124980 49.8000 -119.2000 1250.0 BC MCCULLOCH +CA001125060 50.4667 -120.6833 1207.0 BC MEADOWGREEN +CA001125070 50.1167 -120.8000 585.0 BC MERRITT +CA001125073 50.1167 -120.7833 591.0 BC MERRITT 71557 +CA001125075 50.2000 -120.8833 732.0 BC MERRITT CRAIGMONT MINES +CA001125079 50.1167 -120.8000 609.0 BC MERRITT STP +CA001125223 49.1167 -119.6833 1862.0 BC MT KOBAU OBSERVATORY +CA001125380 49.6167 -119.6000 366.0 BC NARAMATA +CA001125381 49.5500 -119.5667 411.0 BC NARAMATA +CA001125570 50.1333 -119.0000 1317.0 BC NICKLEN LAKE +CA001125585 50.1500 -120.6500 646.0 BC NICOLA LAKE +CA001125586 50.2500 -120.4500 633.0 BC NICOLA LAKE +CA001125590 50.1667 -120.6333 642.0 BC NICOLA LAKE W END +CA001125700 50.0500 -119.4500 501.0 BC OKANAGAN CENTRE +CA001125701 49.3500 -119.5333 503.0 BC OKANAGAN FALLS +CA001125703 49.8000 -119.5167 408.0 BC OKANAGAN MISSION +CA001125707 49.8167 -119.4833 359.0 BC OKANAGAN MISSION TOZER +CA001125712 49.3500 -119.5333 455.0 BC OK FALLS MCLEAN CRK +CA001125760 49.1667 -119.5667 315.0 BC OLIVER +CA001125765 49.1833 -119.5333 335.0 BC OLIVER EAST +CA001125766 49.1833 -119.5500 297.0 BC OLIVER STP +CA001125779 49.1833 -119.5500 280.0 BC OLIVER 3 +CA0011257FN 49.1167 -119.5500 375.0 BC OLIVER MONASHEE VINEYARD +CA001125850 49.0333 -119.4333 297.0 BC OSOYOOS +CA001125852 49.0333 -119.4333 283.0 BC OSOYOOS CS 71215 +CA001125855 49.0167 -119.4333 329.0 BC OSOYOOS EAST +CA001125865 49.0333 -119.4500 297.0 BC OSOYOOS WEST +CA001125880 49.7000 -120.1833 1099.0 BC OSPREY LAKE +CA001125907 50.1167 -119.3667 440.0 BC OYAMA +CA001125G0A 49.3167 -119.5500 335.0 BC OKANAGAN FALLS 2S +CA001126070 49.7833 -119.7167 345.0 BC PEACHLAND +CA001126071 49.7833 -119.7167 351.0 BC PEACHLAND +CA001126077 49.8667 -120.0000 1520.0 BC PEACHLAND BRENDA MINES +CA001126078 49.7000 -119.7333 398.0 BC PEACHLAND GREATA RANCH +CA001126079 49.7667 -119.7500 610.0 BC PEACHLAND MINOS ROCK +CA001126080 49.7833 -119.8333 549.0 BC PEACHLAND TREPANIER CR +CA001126135 50.0000 -120.1500 1420.0 BC PENNASK LAKE LODGE +CA001126145 49.4833 -119.5833 348.0 BC PENTICTON +CA001126146 49.4667 -119.6000 344.0 BC PENTICTON A 71889 +CA001126150 49.4667 -119.6000 344.0 BC PENTICTON A 71889 +CA001126160 49.5000 -119.6000 344.0 BC PENTICTON SEWAGE PLANT +CA001126505 49.4333 -120.5000 633.0 BC PRINCETON +CA001126510 49.4667 -120.5167 702.0 BC PRINCETON A +CA001126514 49.5333 -120.4333 975.0 BC PRINCETON 8NE +CA001126915 49.9667 -119.4500 914.0 BC RUTLAND MISSION CREEK +CA001127358 49.3333 -120.5167 1229.0 BC SIMILKAMEEN COPPER MTN +CA001127360 49.3500 -120.5500 940.0 BC SIMILKAMEEN MINE +CA001127798 49.6000 -119.6667 335.0 BC SUMMERLAND +CA001127800 49.5667 -119.6500 455.0 BC SUMMERLAND CDA +CA001127830 49.5667 -119.6333 346.0 BC SUMMERLAND CDA EL +CA001128550 50.2500 -119.2667 422.0 BC VERNON +CA001128551 50.2333 -119.2833 556.0 BC VERNON +CA001128553 50.2667 -119.3167 427.0 BC VERNON BELLA VISTA +CA001128554 50.2833 -119.2167 518.0 BC VERNON BX +CA001128580 50.2333 -119.2000 482.0 BC VERNON COLDSTREAM RANCH +CA001128581 50.2333 -119.2000 482.0 BC VERNON CS +CA001128582 50.2167 -119.2000 482.0 BC VERNON AUTO 71115 +CA001128583 50.3500 -119.2667 512.0 BC VERNON NORTH +CA001128584 50.3667 -119.0500 1586.0 BC VERNON SILVER STAR LODGE +CA001128585 50.2333 -119.3667 370.0 BC VERNON SOUTHWEST +CA001128586 50.3000 -119.2667 490.0 BC VERNON SWAN LAKE +CA001128758 49.8333 -119.6333 521.0 BC WESTBANK +CA001128759 49.8333 -119.6333 421.0 BC WESTBANK IRRIGATION +CA001128958 50.0333 -119.4167 503.0 BC WINFIELD +CA001128959 50.0500 -119.3833 457.0 BC WINFIELD WOOD LAKE +CA001128983 50.0500 -119.4500 405.0 BC WOODS LAKE +CA00112C991 49.9333 -119.4333 451.0 BC KELOWNA N GLENMORE +CA00112E700 50.0500 -119.4333 445.0 BC OKANAGAN CENTRE CAMP RD +CA00112FN0M 49.4667 -120.5167 697.0 BC PRINCETON CS 71032 +CA00112G8L1 49.5667 -119.6500 454.0 BC SUMMERLAND CS 71768 +CA00112HEHD 50.2500 -119.2667 381.0 BC VERNON SOUTH +CA00112K653 49.9333 -120.3500 1615.0 BC ELKHART LODGE HIGHWAY 97C +CA001130770 49.4167 -119.1000 780.0 BC BEAVERDELL +CA001130771 49.4833 -119.0500 838.0 BC BEAVERDELL NORTH +CA001130874 49.7333 -118.9333 1841.0 BC BIG WHITE +CA001130875 49.7333 -118.9333 1844.0 BC BIG WHITE MTN LODGE +CA001130975 49.0500 -119.1667 1187.0 BC BRIDESVILLE +CA001131410 49.5000 -119.0833 1245.0 BC CARMI +CA001131615 49.6500 -118.7500 805.0 BC CHRISTIAN VALLEY +CA001133270 49.0333 -118.4667 532.0 BC GRAND FORKS +CA001133271 49.0333 -118.4500 530.0 BC GRAND FORKS A +CA001133274 49.1000 -118.5833 1414.0 BC GRAND FORKS PHOENIX +CA001133275 49.0167 -118.4667 523.0 BC GRAND FORKS RAYFIELD +CA001133300 49.1000 -118.6833 763.0 BC GREENWOOD +CA001134130 49.0667 -118.9333 595.0 BC KETTLE VALLEY BCFS +CA001134735 49.2500 -118.4333 549.0 BC LYNCH CREEK +CA001135126 49.0000 -118.7667 580.0 BC MIDWAY +CA001136812 49.0667 -119.0167 610.0 BC ROCK CREEK +CA001136813 49.1167 -119.1500 1174.0 BC ROCK CREEK MT BALDY +CA001136815 49.0500 -119.0667 975.0 BC ROCK CREEK WEST +CA001140448 50.1667 -116.9333 549.0 BC ARGENTA +CA001140876 49.0167 -118.2333 510.0 BC BILLINGS +CA001140877 49.1667 -117.7167 469.0 BC BIRCHBANK +CA001140903 49.4500 -117.4833 457.0 BC BONNINGTON FALLS +CA001140905 49.4833 -116.7500 573.0 BC BOSWELL +CA001141450 49.3333 -117.6667 434.0 BC CASTLEGAR +CA001141455 49.3000 -117.6333 496.0 BC CASTLEGAR A +CA001141457 49.3500 -117.7667 435.0 BC CASTLEGAR BCHPA DAM +CA001141463 49.3333 -117.7333 435.0 BC CASTLEGAR ROBSON PUMPHOUSE +CA001141800 49.0500 -117.6000 433.0 BC COLUMBIA GARDENS +CA001141803 49.0667 -117.6000 488.0 BC COLUMBIA GARDENS NORTH +CA001142112 49.6833 -116.8333 594.0 BC CRAWFORD BAY +CA001142130 49.4500 -117.5667 610.0 BC CRESCENT VALLEY +CA001142160 49.1000 -116.5167 610.0 BC CRESTON +CA001142161 49.0667 -116.4833 715.0 BC CRESTON SOUTHEAST +CA001142164 49.1000 -116.5333 538.0 BC CRESTON WPCC +CA001142400 49.4167 -118.0500 485.0 BC DEER PARK +CA001142574 50.2333 -116.9667 549.0 BC DUNCAN LAKE DAM +CA001142640 49.8333 -118.1333 428.0 BC EDGEWOOD +CA001142820 49.8667 -118.0667 490.0 BC FAUQUIER +CA001142826 49.8667 -118.0667 470.0 BC FAUQUIER 2 +CA001142845 50.6667 -117.4833 470.0 BC FERGUSON +CA001143085 49.2167 -117.6833 472.0 BC GENELLE +CA001143120 50.5000 -117.3000 716.0 BC GERRARD +CA001143338 49.6000 -117.0500 538.0 BC HARROP +CA001143617 50.3000 -117.0000 571.0 BC HOWSER +CA001143900 49.9167 -116.9167 600.0 BC KASLO +CA001144230 49.0000 -116.1833 820.0 BC KINGSGATE +CA001144388 49.6667 -116.8667 549.0 BC KOOTENAY BAY +CA001144413 49.0667 -117.0333 1774.0 BC KOOTENAY PASS +CA001144580 50.2000 -116.9667 550.0 BC LARDEAU +CA001144582 50.6667 -117.4000 1097.0 BC LARDEAU CREEK GALENA LODGE +CA001144635 49.0333 -116.4500 660.0 BC LISTER +CA001145297 50.2667 -117.8167 512.0 BC NAKUSP CS 71216 +CA001145300 50.2500 -117.8000 457.0 BC NAKUSP +CA001145303 50.2667 -117.7833 585.0 BC NAKUSP GLENBANK +CA001145419 49.9000 -118.0833 463.0 BC NEEDLES WHATSHAN BCHPA +CA001145420 49.9167 -118.0667 433.0 BC NEEDLES WHATSHAN PH +CA001145430 49.4833 -117.3500 540.0 BC NELSON +CA001145442 49.5833 -117.2000 570.0 BC NELSON NE +CA001145443 49.5000 -117.2667 628.0 BC NELSON NOTRE DAME U +CA001145444 49.5167 -117.2833 552.0 BC NELSON 3 +CA001145445 49.5000 -117.2833 604.0 BC NELSON 2 +CA001145446 49.4833 -117.3000 679.0 BC NELSON VOCATIONAL SCHOOL +CA001145460 50.0000 -117.3667 568.0 BC NEW DENVER +CA001145730 49.1500 -117.9167 2347.0 BC OLD GLORY MOUNTAIN +CA001145M29 49.4833 -117.3000 535.0 BC NELSON CS 71776 +CA001146000 49.0000 -117.8167 673.0 BC PATERSON +CA001146168 49.6667 -117.4833 518.0 BC PERRY SIDING +CA001146810 49.3333 -117.7000 442.0 BC ROBSON +CA001146870 49.0833 -117.8000 1039.0 BC ROSSLAND CITY YARD +CA001146874 49.0833 -117.8000 1085.0 BC ROSSLAND MACLEAN +CA001146944 49.1833 -117.3000 685.0 BC SALMO BCFS +CA001147020 49.9667 -117.2167 1082.0 BC SANDON +CA001147620 49.4667 -117.5167 457.0 BC SOUTH SLOCAN +CA001147622 49.4667 -117.5167 518.0 BC SOUTH SLOCAN 2 +CA001147995 49.3667 -117.5667 470.0 BC TARRYS +CA001148212 49.1333 -117.7333 433.0 BC TRAIL SUNNINGDALE +CA001148262 50.3333 -117.5000 718.0 BC TROUT LAKE +CA001148670 49.0167 -117.5833 558.0 BC WANETA +CA001148700 49.1000 -117.7500 606.0 BC WARFIELD +CA001148705 49.1167 -117.7333 567.0 BC WARFIELD RCS 71401 +CA001148790 49.0833 -116.5833 549.0 BC WEST CRESTON +CA001148957 50.5667 -116.2333 1006.0 BC WILMER +CA001149000 49.1667 -116.5833 597.0 BC WYNNDEL +CA001149001 49.2000 -116.5833 579.0 BC WYNNDEL NORTH +CA00114B1F0 49.0833 -116.5000 646.0 BC CRESTON CAMPBELL SCIENTIFIC 71770 +CA00114EMDM 49.5167 -117.4000 760.0 BC NELSON RIXEN CREEK +CA00114Q3C9 49.5333 -117.6500 503.0 BC PASSMORE +CA00114R006 49.2667 -117.2000 732.0 BC YMIR +CA00114R00A 49.0833 -116.1000 863.0 BC YAHK +CA001150060 49.5000 -115.3667 805.0 BC ABERFELDIE +CA001150690 49.2333 -115.2167 800.0 BC BAYNES LAKE KOOTENAY RIVER +CA001151288 50.1500 -115.8167 817.0 BC CANAL FLATS RANGER STN +CA001151290 50.1500 -115.8167 809.0 BC CANAL FLATS +CA001151915 49.5167 -114.6500 1572.0 BC CORBIN +CA001152090 49.5000 -115.7833 919.0 BC CRANBROOK +CA001152100 49.5333 -115.7667 918.0 BC CRANBROOK A +CA001152102 49.6167 -115.7833 940.0 BC CRANBROOK A 71880 +CA001152103 49.4500 -115.5167 854.0 BC CRANBROOK MAYOOK +CA001152104 49.5000 -115.7333 1006.0 BC CRANBROOK MT BAKER +CA001152105 49.6167 -115.7833 940.0 BC CRANBROOK A 71880 +CA001152109 49.4833 -115.7500 1082.0 BC CRANBROOK SE +CA001152653 50.0167 -114.9167 1370.0 BC ELKFORD +CA001152670 49.3000 -115.1167 931.0 BC ELKO +CA001152850 49.4833 -115.0667 1001.0 BC FERNIE +CA001152852 49.5000 -115.0667 1010.0 BC FERNIE 2 +CA001152898 50.2000 -114.8167 2100.0 BC FORDING RIVER CLODE CRK +CA001152899 50.1500 -114.8500 1585.0 BC FORDING RIVER COMINCO +CA001152J02 49.5167 -115.7667 926.0 BC CRANBROOK CITY +CA001153033 49.6333 -115.6167 915.0 BC FORT STEELE +CA001153034 49.5167 -115.4667 856.0 BC FT STEELE DANDY CRK +CA001153282 49.0833 -115.0667 869.0 BC GRASMERE +CA001153335 49.7833 -115.7333 774.0 BC HANSON LAKE +CA001153655 50.5000 -116.0333 810.0 BC INVERMERE +CA001153656 50.4667 -116.0500 808.0 BC INVERMERE 2 +CA001154195 49.6833 -115.9833 1177.0 BC KIMBERLEY +CA001154200 49.7333 -115.7833 914.0 BC KIMBERLEY A +CA001154201 49.6833 -115.9833 1097.0 BC KIMBERLEY CHAPMAN CAMP +CA001154202 49.6667 -115.9667 1100.0 BC KIMBERLEY COMINCO +CA001154203 49.6333 -115.9667 889.0 BC KIMBERLEY PCC +CA001154395 50.6167 -116.0667 1002.0 BC KOOTENAY NAT PARK ADMIN +CA001154400 50.8833 -116.0500 1170.0 BC KOOTENAY NP KTNY CRSG +CA001154402 51.1833 -116.1167 1484.0 BC KTNY NP MARBLE CANYON +CA001154405 50.6500 -116.0167 1088.0 BC KOOTENAY NAT PARK RADIUM +CA001154410 50.6333 -116.0667 930.0 BC KOOTENAY NP WEST GATE +CA001154909 49.6333 -115.9500 960.0 BC MARYSVILLE +CA001155236 49.2833 -115.8333 945.0 BC MOYIE +CA001155401 49.7000 -114.9167 1143.0 BC NATAL +CA001155402 49.7667 -114.8333 1890.0 BC NATAL HARMER RIDGE +CA001155403 49.7500 -114.8833 1128.0 BC NATAL KAISER RESOURCES +CA001155490 49.0167 -115.1500 709.0 BC NEWGATE +CA001157380 50.6667 -115.9667 1170.0 BC SINCLAIR PASS +CA001157630 49.7500 -114.8833 1138.0 BC SPARWOOD +CA001157631 49.7500 -114.8833 1138.0 BC SPARWOOD CS 71782 +CA001158200 49.0167 -115.0833 701.0 BC TOBACCO PLAINS +CA001158692 49.4667 -115.4667 760.0 BC WARDNER KTNY HATCHERY +CA001158730 49.8167 -115.6333 970.0 BC WASA +CA001158917 50.1667 -115.4167 1138.0 BC WHITESWAN LAKE +CA001158990 49.5833 -115.8833 914.0 BC WYCLIFFE +CA00115D202 49.7000 -115.9000 1064.0 BC KIMBERLEY MEADOWBROOK +CA00115H9NP 50.4667 -115.9833 802.0 BC WINDERMERE +CA00115HR57 50.4667 -115.9500 884.0 BC WINDERMERE 2 +CA001160075 51.0833 -119.8000 457.0 BC ADAMS LAKE SKWAAM BAY +CA001160450 50.4500 -119.1833 359.0 BC ARMSTRONG +CA001160483 50.5000 -119.2167 505.0 BC ARMSTRONG HULLCAR +CA001160485 50.4667 -119.1333 373.0 BC ARMSTRONG NORTH +CA001160510 50.7167 -121.2833 305.0 BC ASHCROFT +CA001160511 50.7333 -121.2667 331.0 BC ASHCROFT +CA001160515 50.7167 -121.2833 327.0 BC ASHCROFT 71681 +CA001160520 50.7333 -121.2667 320.0 BC ASHCROFT NORTH +CA001160540 50.7167 -121.3333 488.0 BC ASHCROFT M +CA001160546 50.5500 -121.3333 640.0 BC ASHCROFT VENABLES VLY +CA001160565 51.7833 -119.3333 610.0 BC AVOLA +CA001160670 51.1833 -120.1167 415.0 BC BARRIERE +CA001160673 51.2333 -120.1500 389.0 BC BARRIERE NORTH +CA001160899 52.1333 -119.2833 683.0 BC BLUE RIVER A 71883 +CA001160900 52.1500 -119.2833 689.0 BC BLUE RIVER NORTH +CA001160985 51.4667 -120.7333 1157.0 BC BRIDGE LAKE +CA001160986 51.5000 -120.8000 1155.0 BC BRIDGE LAKE 2 +CA001160H99 52.1333 -119.2833 683.0 BC BLUE RIVER CS 71883 +CA001161104 51.7000 -121.0833 1003.0 BC BUFFALO LAKE +CA001161215 50.9167 -121.4167 515.0 BC CACHE CREEK 16 MILE +CA001161306 51.8667 -120.8667 780.0 BC CANIM LAKE EAGLE CREEK +CA001161312 50.8000 -119.0667 353.0 BC CANOE POINT +CA00116146F 50.9500 -119.3833 515.0 BC CELISTA +CA001161470 50.8167 -119.6833 359.0 BC CHASE +CA001161506 50.2333 -118.5833 665.0 BC CHERRYVILLE +CA001161590 51.2500 -120.1833 404.0 BC CHINOOK COVE +CA001161592 51.2667 -120.2000 716.0 BC CHINOOK COVE POSBY LAKE +CA001161655 51.6500 -120.0333 466.0 BC CLEARWATER +CA001161660 51.0833 -121.5667 892.0 BC CLINTON +CA001161661 51.1500 -121.5000 1057.0 BC CLINTON (AUT) 71474 +CA001161F55 51.5167 -120.1167 716.0 BC CLEARWATER AXEL CRK +CA001161FN5 51.6167 -120.1167 421.0 BC CLEARWATER BLACKPOOL +CA001162177 51.0333 -120.7333 1122.0 BC CRISS CREEK +CA001162265 51.3000 -120.1833 412.0 BC DARFIELD +CA001162580 50.9333 -119.2167 412.0 BC EAGLE BAY +CA001162680 50.5500 -119.1500 354.0 BC ENDERBY +CA001162682 50.5500 -118.9167 351.0 BC ENDERBY ASHTON CREEK +CA001162683 50.5333 -119.1667 335.0 BC ENDERBY VALECAIRN FARM +CA001162784 50.4500 -119.4000 588.0 BC FALKLAND SALMON VALLEY +CA001162785 50.5000 -119.5000 823.0 BC FALKLAND SPANISH LAKE +CA001163306 50.9667 -118.5333 434.0 BC GRIFFIN LAKE +CA001163340 50.7500 -121.5833 923.0 BC HAT CREEK +CA001163400 50.9167 -120.1833 683.0 BC HEFFLEY CREEK +CA001163450 51.9167 -120.0500 640.0 BC HEMP CREEK CLEARWATER +CA001163465 50.4833 -120.9833 1524.0 BC HIGHLAND VALLEY +CA001163466 50.5167 -120.9833 1402.0 BC HIGHLAND VALLEY 2 +CA001163467 50.5167 -120.9833 1402.0 BC HIGHLAND VALLEY 3 +CA001163595 51.6000 -121.2000 994.0 BC HORSE LAKE +CA001163596 51.5667 -121.0667 1061.0 BC HORSE LAKE FAWN CREEK +CA001163779 50.6667 -120.3333 379.0 BC KAMLOOPS +CA001163780 50.7000 -120.4500 345.0 BC KAMLOOPS A 71887 +CA001163790 50.6667 -120.5000 701.0 BC KAMLOOPS AFTON MINES +CA001163810 50.7167 -120.4333 701.0 BC KAMLOOPS CDA +CA001163814 50.6833 -120.5833 556.0 BC KAMLOOPS CHERRY CREEK +CA001163815 50.6500 -120.5833 701.0 BC KAMLOOPS CHERRY CREEK 2 +CA001163817 50.6667 -120.3667 601.0 BC KAMLOOPS GLENEAGLES +CA001163826 50.7167 -120.3667 345.0 BC KAMLOOPS KIMBERLY CRESCENT +CA001163840 50.6833 -120.3500 345.0 BC KAMLOOPS MISSION FLATS +CA001163842 50.7000 -120.4500 345.0 BC KAMLOOPS AUT GSN 71741 +CA001163873 50.6667 -120.3167 442.0 BC KAMLOOPS TUNSTALL CRES +CA001163875 50.6833 -120.2500 347.0 BC KAMLOOPS VALLEYVIEW +CA001164380 50.9667 -120.1333 1143.0 BC KNOUFF LAKE +CA001164381 50.9500 -120.1333 1113.0 BC KNOUFF LAKE 2 +CA001164384 50.6167 -120.3167 786.0 BC KNUTSFORD +CA001164445 51.5000 -120.6167 1143.0 BC LAC DES ROCHES +CA001164636 51.4500 -120.2000 457.0 BC LITTLE FORT +CA0011646L6 51.3667 -120.1833 390.0 BC LITTLE FORT 2 +CA001164715 51.6500 -120.8333 1174.0 BC LONE BUTTE +CA001164717 51.0667 -121.3333 838.0 BC LOON LAKE +CA001164720 51.0333 -120.0333 625.0 BC LOUIS CRK MEL-BAR RANCH +CA001164729 50.2333 -118.9500 500.0 BC LUMBY +CA001164730 50.3667 -118.7667 560.0 BC LUMBY SIGALET RD +CA001164770 50.3833 -118.7833 399.0 BC MABEL LAKE +CA001164830 51.0000 -118.6500 404.0 BC MALAKWA EAGLE R HATCHERY +CA001164903 50.7167 -119.0333 354.0 BC MARA LAKE +CA001164G1E 51.5500 -121.2000 1145.0 BC LONE BUTTE 2 +CA001164GA5 51.5667 -121.1500 1082.0 BC LONE BUTTE 3 +CA001164LH5 50.6000 -120.3167 899.0 BC KNUTSFORD 2S +CA001165030 51.0500 -120.2167 381.0 BC MCLURE +CA001165197 50.5167 -119.8500 683.0 BC MONTE LAKE +CA001165198 50.5167 -119.8500 701.0 BC MONTE LAKE 2 +CA001165210 51.8667 -120.0167 713.0 BC MOUL CREEK CLEARWATER +CA001165224 50.7833 -120.1833 873.0 BC MT LOLO ADMIN KAMLOOPS +CA001165225 50.8000 -120.1333 1737.0 BC MT LOLO KAMLOOPS +CA001165791 51.6500 -121.3000 1059.0 BC 100 MILE HOUSE +CA001165793 51.6833 -121.2167 928.0 BC 100 MILE HOUSE 6NE +CA001166527 50.6833 -119.8167 381.0 BC PRITCHARD +CA001166658 50.9333 -120.8000 1162.0 BC RED LAKE +CA001166659 50.9000 -120.7667 990.0 BC RED LAKE 2 +CA001166760 50.2167 -118.5000 716.0 BC RICHLAND +CA001166912 51.8500 -120.9833 795.0 BC RUTH LAKE +CA001166945 50.7000 -119.2500 506.0 BC SALMON ARM +CA001166946 50.7000 -119.2833 396.0 BC SALMON ARM 2 +CA001166947 50.6833 -119.3500 363.0 BC SALMON ARM 3 +CA001166JFR 50.7167 -119.9500 960.0 BC PINANTAN LAKE +CA001166R45 50.6833 -119.2333 527.0 BC SALMON ARM A +CA001167008 51.1667 -119.8167 1145.0 BC SAMATOSUM MOUNTAIN MINE +CA001167150 50.9167 -119.4667 354.0 BC SCOTCH CREEK +CA001167191 51.3000 -121.4000 1080.0 BC 70 MILE HOUSE +CA001167193 51.2500 -118.9500 351.0 BC SEYMOUR ARM +CA001167194 51.0667 -119.0333 351.0 BC SEYMOUR ARM NINE MILE LIGHT +CA001167260 50.3000 -118.8167 427.0 BC SHUSWAP FALLS +CA001167275 50.8000 -119.0000 427.0 BC SICAMOUS +CA001167276 50.8500 -118.9833 355.0 BC SICAMOUS 2 +CA001167337 50.5500 -119.3500 419.0 BC SILVER CREEK +CA001167590 50.8833 -119.4833 390.0 BC SORRENTO +CA001167592 50.8833 -119.4000 488.0 BC SORRENTO EAST +CA001167635 50.4167 -121.5000 232.0 BC SPENCES BRIDGE +CA001167637 50.4167 -121.3167 235.0 BC SPENCES BRIDGE NICOLA +CA001167778 50.3333 -118.5333 610.0 BC SUGAR LAKE +CA001167980 50.7500 -119.3333 442.0 BC TAPPEN +CA001167982 50.8000 -119.3000 567.0 BC TAPPEN FORD ROAD +CA001167986 50.6667 -119.3000 381.0 BC TAPPEN TULARI FARM +CA001168204 50.9000 -119.9167 1840.0 BC SUN PEAKS MOUNTAIN +CA001168220 50.7167 -120.5167 360.0 BC TRANQUILLE +CA001168520 51.5833 -119.7833 445.0 BC VAVENBY +CA001168532 50.6000 -121.3833 756.0 BC VENABLES VLY BHUMI FARM +CA001168667 50.9333 -120.2500 357.0 BC VINSULLA +CA001168736 51.4667 -121.0667 1080.0 BC WATCH LAKE EAST +CA001168739 51.4667 -121.1167 1069.0 BC WATCH LAKE NORTH +CA001168880 50.4667 -119.7500 609.0 BC WESTWOLD +CA001168A5H 50.2333 -118.5833 425.0 BC THIMBLE RANCH +CA00116A655 51.6833 -120.0000 701.0 BC CLEARWATER CANDLE CRK +CA00116C8P0 50.6000 -120.2000 640.0 BC KAMLOOPS PRATT ROAD +CA00116CK98 51.4167 -121.2333 1070.0 BC GREEN LAKE +CA00116CNR6 51.5667 -121.1500 1070.0 BC HORSE LAKE LONE BUTE +CA00116CQAK 50.6667 -120.1667 346.0 BC KAMLOOPS DALLAS +CA00116FRMN 50.7000 -119.2833 351.0 BC SALMON ARM CS 71218 +CA00116HFF6 51.3333 -120.8333 1083.0 BC VIDETTE LAKE SHARPE LAKE +CA00116JF55 51.7333 -120.0000 869.0 BC CLEARWATER SPAHATS CREEK +CA00116L87J 50.8167 -120.3000 357.0 BC KAMLOOPS RAYLEIGH +CA00116LQPJ 50.7000 -120.3833 342.0 BC KAMLOOPS RIDGEVIEW TERRACE +CA00116N7R6 51.7000 -121.3333 890.0 BC 108 MILE HOUSE WATSON LAKE +CA00116NJ97 50.5333 -119.8000 845.0 BC MONTE LAKE PAXTON VALLEY +CA00116NJ9F 50.6500 -119.9500 351.0 BC MONTE CREEK +CA00116NJRF 50.6500 -120.0167 363.0 BC MONTE CREEK WEST +CA00116Q20D 50.8833 -119.8833 1300.0 BC SUN PEAKS LOWER +CA00116QF69 50.7667 -120.9667 450.0 BC WALHACHIN +CA00116QK0M 50.9000 -119.9167 2040.0 BC SUN PEAKS UPPER +CA001170237 52.6667 -119.2000 873.0 BC ALBREDA +CA001170R01 50.9500 -116.9333 1370.0 BC BOBBIE BURNS +CA001171020 50.8167 -116.2500 823.0 BC BRISCO +CA001171105 50.7500 -116.7000 1503.0 BC BUGABOO CREEK LODGE +CA001171313 52.7333 -119.3833 953.0 BC CANOE RIVER +CA001171393 52.7167 -119.4667 1096.0 BC CARIBOO LODGE +CA001172525 51.4833 -117.1500 783.0 BC DONALD +CA001172542 51.1500 -117.8333 754.0 BC DOWNIE CREEK +CA001172543 51.5000 -118.5167 975.0 BC DOWNIE SLIDE BCHPA +CA001172870 51.3833 -116.4833 1239.0 BC FIELD +CA001172895 51.2333 -117.6167 945.0 BC FLAT CREEK +CA001173180 51.2333 -117.4833 1248.0 BC GLACIER +CA001173190 51.2667 -117.5000 1177.0 BC GLACIER AVALANCHE RS +CA001173191 51.3000 -117.5167 1340.0 BC GLACIER NP ROGERS PASS +CA001173210 51.3000 -116.9833 785.0 BC GOLDEN A 71173 +CA001173242 51.6333 -118.4167 700.0 BC GOLDSTREAM RIVER +CA001173243 51.6333 -118.1667 963.0 BC GOLDSTREAM RIVER STITT CREEK +CA001173BDB 51.6333 -118.4833 710.0 BC GOLDSTREAM RIVER BREWSTER CREE +CA001175122 52.0500 -118.5833 579.0 BC MICA DAM +CA001175982 50.9500 -116.9833 1722.0 BC PARSON COLUMBIA MINES +CA001176745 50.9667 -118.1833 445.0 BC REVELSTOKE 71685 +CA001176749 50.9667 -118.1833 445.0 BC REVELSTOKE A +CA001176750 51.0000 -118.2000 456.0 BC REVELSTOKE +CA001176751 50.9500 -118.1667 450.0 BC REVELSTOKE AIRPORT RD +CA001176753 51.2000 -118.3833 1847.0 BC REVELSTOKE MT COPELAND +CA001176754 51.0167 -118.2167 446.0 BC REVELSTOKE COLUMBIA PARK +CA001176825 51.3000 -117.5167 1317.0 BC ROGERS PASS +CA001176GEB 51.2833 -118.1333 960.0 BC REVELSTOKE CARNES CREEK +CA001177290 50.7833 -118.0167 430.0 BC SIDMOUTH +CA001177640 50.9167 -116.4000 818.0 BC SPILLIMACHEEN +CA001178339 52.8167 -119.2500 797.0 BC VALEMOUNT +CA0011783L9 52.8333 -119.2500 808.0 BC VALEMOUNT EAST +CA001178931 51.7000 -116.6333 2057.0 BC WILDCAT CR. MISTAYA LODGE +CA001178CL9 52.8500 -119.2500 892.0 BC VALEMOUNT NORTH +CA001179007 51.3500 -116.5000 1243.0 BC YOHO NAT PARK FIELD +CA001179008 51.4333 -116.3333 1640.0 BC YOHO NAT PARK HECTOR +CA001179009 51.4000 -116.5500 1158.0 BC YOHO NAT PARK OTTERTAIL +CA00117900R 51.4500 -116.3333 1646.0 BC YOHO NP WAPTA LAKE +CA0011790J1 51.4500 -116.3500 1602.0 BC YOHO PARK 71786 +CA00117CA90 51.2333 -117.7000 1890.0 BC GLACIER NP MT FIDELITY +CA00117HCL9 52.7500 -119.3000 930.0 BC VALEMOUNT SOUTH +CA00117R009 51.2333 -116.6667 1143.0 BC YOHO NP WEST GATE +CA00117R00F 51.3833 -116.5333 1219.0 BC YOHO NAT PARK BOULDER CR +CA00117R00G 51.4333 -116.5333 1280.0 BC YOHO NP EMERALD LAKE +CA00117R00H 51.3500 -116.3333 2045.0 BC YOHO NP OHARA LAKE +CA00117R00Q 51.2333 -116.5667 1140.0 BC YOHO NAT PARK LEANCHOIL +CA001180490 55.7333 -120.5333 677.0 BC ARRAS +CA001180580 57.2000 -126.9500 1646.0 BC BAKER MINE +CA001180585 56.2333 -120.6833 686.0 BC BALDONNEL +CA001180749 57.2167 -121.4667 808.0 BC BEATTON RIVER +CA001180750 57.3833 -121.3833 840.0 BC BEATTON RIVER A +CA001180881 55.5333 -123.6500 732.0 BC BLACKWATER CREEK +CA001180R07 56.3333 -120.1000 711.0 BC BOUNDARY LAKE +CA001181120 55.1333 -121.4833 1102.0 BC BULLMOOSE +CA001181465 56.3333 -120.2833 773.0 BC CECIL LAKE CDA +CA0011814FR 56.3000 -121.0167 759.0 BC CHARLIE LAKE +CA001181508 55.6833 -121.6333 610.0 BC CHETWYND A +CA001181509 55.7000 -121.6167 660.0 BC CHETWYND BCFS +CA001181510 55.2333 -121.6500 750.0 BC CHETWYND SUKUNKA +CA001182280 55.7500 -120.2167 671.0 BC DAWSON CREEK +CA001182285 55.7500 -120.1833 655.0 BC DAWSON CREEK A 71471 +CA001182289 55.7500 -120.1833 655.0 BC DAWSON CREEK A 71471 +CA001182290 55.7833 -120.2000 781.0 BC DAWSON CREEK RADIO BCN +CA001182427 55.0000 -121.0333 854.0 BC DENISON PLANT SITE +CA001182428 55.0667 -121.1167 1096.0 BC DENISON SHERIFF +CA001182810 56.1833 -121.5667 504.0 BC FARRELL CREEK +CA001182880 56.0000 -123.9000 579.0 BC FINLAY FORKS +CA001182881 55.9000 -123.7333 762.0 BC FINLAY FORKS +CA001182998 56.2500 -120.8333 674.0 BC FORT ST JOHN +CA001183000 56.2333 -120.7333 695.0 BC FORT ST JOHN A 71943 +CA001183001 56.2333 -120.7333 695.0 BC FORT ST. JOHN A 71943 +CA001183032 56.3167 -120.8167 732.0 BC FORT ST JOHN PINEVIEW +CA001183090 55.7833 -124.7000 766.0 BC GERMANSEN LANDING +CA001183628 56.0833 -121.9167 490.0 BC HUDSON HOPE +CA001183629 56.0333 -121.9000 480.0 BC HUDSON HOPE +CA001183630 56.0333 -121.9667 461.0 BC HUDSON HOPE +CA001183631 56.1167 -121.8667 616.0 BC HUDSON HOPE LYNX CREEK +CA001183651 56.8000 -124.9000 680.0 BC INGENIKA POINT +CA001183FL0 56.0167 -122.2000 678.0 BC HUDSON HOPE BCHPA DAM +CA001184575 57.4333 -121.9833 781.0 BC LAPRISE +CA001184716 55.5667 -121.2333 750.0 BC LONE PRAIRIE +CA001184790 55.3000 -123.1333 690.0 BC MACKENZIE A 71944 +CA001184791 55.3000 -123.1333 690.0 BC MACKENZIE 71290 +CA001184792 55.3167 -123.0833 721.0 BC MACKENZIE BCFS +CA001184795 55.3333 -123.0833 762.0 BC MACKENZIE TOWNSITE +CA001184GJ6 55.5500 -121.3000 854.0 BC LONE PRAIRIE SOUTH +CA001185020 55.0333 -123.0333 704.0 BC MCLEOD LAKE +CA001185103 56.1167 -124.5000 803.0 BC MESILINKA CAMP +CA0011851RQ 55.3000 -123.1667 695.0 BC MORFEE LAKES MILL SITE +CA001185640 56.4333 -120.7833 710.0 BC NORTH PINE CDA EPF +CA001186171 55.3500 -122.6000 945.0 BC PINE PASS +CA001186172 57.0000 -122.3667 1204.0 BC PINK MOUNTAIN +CA001186350 55.7167 -120.1333 610.0 BC POUCE COUPE +CA001186352 55.7667 -120.1000 640.0 BC POUCE COUPE MTN VIEW +CA001186428 56.9167 -121.0333 685.0 BC PRESPATOU +CA001186540 55.8333 -120.1667 701.0 BC PROGRESS +CA001186839 55.9167 -120.0667 637.0 BC ROLLA +CA001186842 56.1333 -120.1333 610.0 BC ROLLA GOLATA CREEK +CA001186868 56.6500 -120.7667 671.0 BC ROSE PRAIRIE +CA001186A71 55.5333 -122.4833 680.0 BC PINE PASS MT LEMORAY +CA001186J7K 57.0333 -122.5167 1144.0 BC PINK MOUNTAIN 2 +CA001187335 57.2500 -122.7167 937.0 BC SIKANNI CHIEF +CA001187861 54.2833 -122.6333 716.0 BC SUMMIT LAKE BCFS +CA001187885 55.8667 -120.5000 793.0 BC SWEETWATER +CA001188020 56.1667 -120.6833 517.0 BC TAYLOR FLATS +CA001188026 56.1167 -120.6333 443.0 BC TAYLOR 3SE +CA001188297 55.1333 -121.4833 824.0 BC TUMBLER RIDGE +CA001188696 57.4333 -125.6333 777.0 BC WARE +CA001188971 55.0667 -121.2667 854.0 BC WOLVERINE RIVER +CA001188973 56.7333 -121.8000 914.0 BC WONOWON +CA00118BHQ1 55.9833 -123.7333 1128.0 BC FINLAY FORKS 2 +CA00118CCB1 56.7333 -122.5833 671.0 BC HALFWAY RIVER +CA00118L0LK 56.2500 -121.0333 808.0 BC FORT ST JOHN 8NW +CA00118L6C0 56.0833 -121.9667 690.0 BC HUDSON HOPE BRENOT CREEK +CA001191101 57.3833 -122.8667 1097.0 BC BUCKINGHORSE RIVER +CA001191440 59.2833 -129.8333 1078.0 BC CASSIAR +CA001191442 59.3333 -129.8167 1853.0 BC CASSIAR MINE +CA001191618 58.4500 -125.4000 1593.0 BC CHURCHILL COPPER ONE +CA001191740 59.6667 -127.1500 517.0 BC COAL RIVER +CA001192340 58.4333 -130.0167 807.0 BC DEASE LAKE 71958 +CA001192341 58.4167 -130.0333 803.0 BC DEASE LAKE 71686 +CA001192345 58.4167 -130.0333 793.0 BC DEASE LAKE LWIS +CA001192940 58.8333 -122.6000 382.0 BC FORT NELSON A GSN 71945 +CA001192942 58.8167 -122.7000 419.0 BC FORT NELSON ALPINE RD +CA001192943 58.4833 -125.4000 1529.0 BC FT NELSON CHURCHILL MINE +CA001192945 58.8167 -122.7000 419.0 BC FORT NELSON GARDINER CR +CA001192946 58.8333 -122.6000 382.0 BC FORT NELSON A 71945 +CA001192950 58.8333 -122.6000 378.0 BC FORT NELSON UA 71945 +CA001193245 59.3000 -129.2833 770.0 BC GOOD HOPE LAKE +CA001194605 59.4500 -126.1500 464.0 BC LIARD RIVER (AUT) +CA001194722 59.9333 -128.5000 583.0 BC LOWER POST +CA001195127 59.9333 -130.3333 1150.0 BC MIDWAY PROJECT +CA00119512R 58.7833 -122.6667 380.0 BC MILE 295 ALASKA HWY +CA001195165 57.8500 -123.0333 625.0 BC MINAKER RIVER +CA0011951B9 58.8500 -122.8667 451.0 BC MILE 306 ALASKA HWY +CA0011951K9 58.9000 -123.1167 521.0 BC MILE 318 ALASKA HWY +CA001195250 58.9333 -125.7667 837.0 BC MUNCHO LAKE 71280 +CA001195J29 58.6500 -124.2333 810.0 BC TETSA RIVER +CA001196543 58.2167 -122.7833 457.0 BC PROPHET RIVER +CA001197331 58.8333 -121.4167 566.0 BC SIERRA +CA001197530 59.9000 -126.4333 673.0 BC SMITH RIVER A +CA001197704 58.6833 -123.7667 1064.0 BC STEAMBOAT +CA001197860 58.6500 -124.6500 1281.0 BC SUMMIT LAKE +CA001198194 58.8500 -125.2333 731.0 BC TOAD RIVER +CA001198196 58.5500 -125.4833 1428.0 BC TOAD RIVER BONANZA CREEK +CA001199020 58.8833 -121.5000 579.0 BC YOYO +CA00119BLM0 58.4333 -130.0333 802.0 BC DEASE LAKE (AUT) GSN 71222 +CA00119M720 59.4167 -126.1000 435.0 BC LOWER LIARD BRIDGE +CA001200560 59.5667 -133.7000 674.0 BC ATLIN +CA001200730 58.2167 -132.2667 958.0 BC BEARSKIN LAKE +CA001200R0J 56.9667 -130.2500 610.0 BC BOB QUINN AGS +CA001201086 56.6667 -131.1000 107.0 BC BRONSON CREEK +CA001201770 57.6667 -128.8333 1203.0 BC COLD FISH LAKE +CA001203046 57.1167 -131.4500 789.0 BC GALORE CREEK +CA001203255 59.6000 -134.1833 660.0 BC GRAHAM INLET +CA001203315 59.5167 -136.4667 399.0 BC HAINES APPS NO 2 +CA0012033M0 58.6500 -131.7167 945.0 BC HATIN LAKE +CA001203640 57.6500 -128.1667 1067.0 BC HYLAND POST +CA001203670 57.8167 -129.9667 884.0 BC ISKUT +CA001203672 57.8667 -130.0167 854.0 BC ISKUT RANCH +CA001204215 57.5333 -130.2000 815.0 BC KINASKAN LAKE +CA001204432 58.2833 -128.5000 1240.0 BC KUTCHO CREEK +CA001204632 59.7833 -135.0833 668.0 BC LINDEMAN CITY +CA001204958 57.9667 -129.2667 914.0 BC MCBRIDE RIVER +CA001205248 59.7833 -136.6000 884.0 BC MULE CREEK +CA001206197 59.4500 -136.3667 274.0 BC PLEASANT CAMP +CA001206258 58.8000 -133.1000 732.0 BC PORTERS LANDING +CA001207126 57.3500 -131.0000 914.0 BC SCHAFT CREEK +CA001208040 57.9000 -131.1667 183.0 BC TELEGRAPH CREEK +CA001208041 57.9000 -131.3333 250.0 BC TELEGRAPH CREEK +CA001208202 57.6000 -130.0667 899.0 BC TODAGIN RANCH +CA001208295 58.7000 -133.6333 899.0 BC TULSEQUAH +CA00120C036 59.7167 -135.0500 869.0 BC FRASER CAMP +CA00120C6PK 56.7333 -131.6667 15.0 BC ISKUT RIVER (AUT) 71762 +CA00120CPNA 56.6333 -131.0833 1075.0 BC JOHNNY MOUNTAIN +CA00120HRNP 59.6167 -137.7167 667.0 BC WINDY CRAGGY +CA002100100 61.6500 -137.4833 966.0 YT AISHIHIK A +CA002100115 60.4667 -134.8333 820.0 YT ANNIE LAKE ROBINSON +CA002100120 62.3667 -133.3833 1158.0 YT ANVIL +CA002100160 62.4167 -140.8667 649.0 YT BEAVER CREEK A +CA002100161 62.3667 -140.8667 663.0 YT BEAVER CREEK YTG +CA002100163 60.0000 -136.7667 836.0 YT BLANCHARD RIVER +CA002100164 63.9667 -139.3500 396.0 YT BONANZA CREEK +CA002100165 64.2333 -140.3500 1036.0 YT BOUNDARY +CA002100167 61.4667 -135.7833 716.0 YT BRAEBURN +CA002100168 63.0500 -140.9333 1128.0 YT BRANDT PEAK +CA002100174 60.8667 -135.3833 686.0 YT BRYN MYRDDIN FARM +CA002100179 61.3667 -139.0333 807.0 YT BURWASH +CA002100181 61.3667 -139.0333 805.0 YT BURWASH 71001 +CA002100182 61.3667 -139.0500 806.0 YT BURWASH A +CA002100200 60.1667 -134.7000 660.0 YT CARCROSS +CA002100300 62.1000 -136.3000 525.0 YT CARMACKS +CA002100301 62.1167 -136.2000 543.0 YT CARMACKS CS 71039 +CA002100302 62.1833 -136.4833 1234.0 YT CARMACKS TOWER +CA002100310 62.7333 -138.8333 1100.0 YT CASINO CREEK +CA002100365 64.4167 -140.6667 335.0 YT CLINTON CREEK +CA002100366 64.4667 -140.7333 576.0 YT CLINTON CREEK +CA002100398 64.0667 -139.3333 576.0 YT DAWSON +CA002100400 64.0500 -139.4333 320.0 YT DAWSON +CA002100402 64.0500 -139.1333 370.0 YT DAWSON A GSN 71966 +CA002100405 64.0667 -139.3333 1067.0 YT DAWSON TOWER +CA002100412 65.8833 -137.5500 722.0 YT DEMPSTER 177 +CA002100413 65.9167 -137.5167 686.0 YT DEMPSTER 179 +CA002100415 66.1167 -137.2500 616.0 YT DEMPSTER 203 +CA002100418 61.2500 -138.7833 808.0 YT DESTRUCTION BAY +CA002100430 60.3667 -137.0500 724.0 YT DEZADEASH +CA002100460 62.2000 -134.3833 609.0 YT DRURY CREEK +CA002100468 66.3667 -136.7167 620.0 YT EAGLE PLAINS +CA002100470 66.4500 -136.7167 325.0 YT EAGLE RIVER +CA002100500 63.9167 -135.4833 814.0 YT ELSA +CA002100515 62.3500 -133.4000 1074.0 YT FARO +CA002100516 62.2333 -133.3500 694.0 YT FARO +CA002100517 62.2000 -133.3667 716.0 YT FARO A +CA002100518 62.2000 -133.3833 717.0 YT FARO (AUT) 71949 +CA002100535 60.7167 -135.2000 975.0 YT FISH LAKE ROAD +CA002100605 64.3833 -140.6000 335.0 YT FORTY MILE +CA002100611 61.3333 -129.3333 780.0 YT FRANCES LAKE +CA002100615 60.6167 -134.4500 701.0 YT GOLDEN HORN +CA002100620 60.7500 -135.2167 1433.0 YT HAECKEL HILL TOWER +CA002100627 60.8167 -137.7333 846.0 YT HAINES APPS #4 +CA002100630 60.7667 -137.5833 595.0 YT HAINES JUNCTION 71505 +CA002100631 60.7500 -137.5000 596.0 YT HAINES JUNCTION YTG +CA002100635 69.5000 -139.2500 5.0 YT HERSCHEL ISLAND +CA002100636 69.5667 -138.9167 1.0 YT HERSCHEL ISLAND 71501 +CA002100638 62.4667 -129.2000 1564.0 YT HOWARDS PASS +CA002100639 63.1833 -130.1667 1494.0 YT HUDSON BAY MINE +CA002100650 60.0167 -127.8500 869.0 YT IRON CREEK +CA002100660 69.1667 -140.1500 244.0 YT IVVAVIK NAT. PARK 71978 +CA002100670 60.4833 -133.3000 690.0 YT JOHNSONS CROSSING +CA002100677 63.9333 -135.2000 1473.0 YT KENO HILL +CA002100679 64.4500 -138.2167 973.0 YT KLONDIKE +CA002100680 61.0167 -138.4000 786.0 YT KLUANE LAKE +CA002100682 69.6167 -140.2000 13.0 YT KOMAKUK BEACH 71046 +CA002100685 69.5833 -140.1833 7.0 YT KOMAKUK BEACH A 71969 +CA002100690 64.0833 -141.0000 1257.0 YT LITTLE GOLD CREEK +CA002100693 63.2500 -130.0333 1379.0 YT MACMILLAN PASS GSN 71990 +CA002100695 63.1667 -130.2000 1409.0 YT MACMILLAN PASS +CA002100696 63.2833 -130.1833 1890.0 YT MACTUNG +CA002100697 68.8000 -140.8500 568.0 YT MARGARET LAKE 71977 +CA002100698 60.4333 -134.2500 655.0 YT MARSH LAKE +CA0021006RN 63.1833 -130.1833 1219.0 YT MACPASS AIRSTRIP +CA002100700 63.6167 -135.8667 504.0 YT MAYO A 71965 +CA002100709 60.8833 -135.1833 655.0 YT MAYO ROAD +CA002100719 63.6000 -137.5167 457.0 YT MCQUESTEN +CA002100720 63.5500 -137.4000 427.0 YT MCQUESTEN +CA002100744 62.6333 -137.2500 914.0 YT MINTO +CA002100746 63.5167 -137.0167 460.0 YT MOOSE CREEK +CA002100750 60.0167 -132.1667 823.0 YT MORLEY RIVER +CA002100755 61.6333 -139.6667 846.0 YT MOUNTAIN VIEW LODGE +CA002100765 60.6333 -135.0833 800.0 YT NEW IMPERIAL +CA002100794 65.3667 -138.3000 597.0 YT OGILVIE RIVER +CA002100800 67.5667 -139.8333 250.0 YT OLD CROW A +CA002100805 67.5667 -139.8333 251.0 YT OLD CROW RCS 71044 +CA002100840 61.0333 -137.0500 830.0 YT OTTER FALLS NCPC +CA002100860 66.2333 -137.2833 533.0 YT PARKIN +CA002100880 62.8167 -137.3667 454.0 YT PELLY RANCH +CA002100907 60.7667 -135.1167 713.0 YT PORTER CREEK WAHL +CA002100910 61.1500 -133.0667 820.0 YT QUIET LAKE +CA002100914 61.4500 -139.2500 831.0 YT QUILL CREEK +CA002100932 60.0833 -130.6000 866.0 YT RANCHERIA +CA002100935 66.9833 -136.2167 731.0 YT ROCK RIVER 71506 +CA002100940 61.9667 -132.4333 705.0 YT ROSS RIVER A +CA002100941 61.9833 -132.4500 698.0 YT ROSS RIVER YTG +CA002100942 63.0333 -133.3833 686.0 YT RUSSELL CREEK +CA002100945 68.4167 -138.6167 457.0 YT SAM LAKE +CA002100946 66.8667 -134.2000 86.0 YT SATAH RIVER +CA002100948 62.6167 -131.2833 884.0 YT SHELDON LAKE +CA002100950 68.9500 -137.2167 49.0 YT SHINGLE POINT A 71968 +CA002100FCG 61.1833 -129.1333 890.0 YT HOUR LAKE +CA002100FPP 61.5167 -132.2667 1380.0 YT KETZA RIVER MINE +CA002100FRN 60.8167 -135.2167 686.0 YT MACPHERSON +CA002100LRP 64.0500 -139.1333 370.0 YT DAWSON 71966 +CA002100PLF 62.5333 -136.7500 610.0 YT MIDWAY LODGE +CA002101000 62.3667 -140.4000 587.0 YT SNAG A +CA002101030 63.3833 -136.6833 480.0 YT STEWART CROSSING +CA002101033 63.3167 -139.4333 358.0 YT STEWART RIVER +CA002101050 69.3500 -138.7667 35.0 YT STOKES POINT +CA002101062 64.0500 -139.4667 335.0 YT SUNNYDALE +CA002101070 64.1000 -139.7500 320.0 YT SWEDE CREEK +CA002101081 60.0000 -131.1833 891.0 YT SWIFT RIVER +CA002101089 60.3000 -134.2667 658.0 YT TAGISH +CA002101095 60.9500 -135.5667 671.0 YT TAKHINI RIVER RANCH +CA002101099 60.1667 -132.7500 705.0 YT TESLIN +CA002101100 60.1667 -132.7333 705.0 YT TESLIN A +CA002101102 60.1667 -132.7333 705.0 YT TESLIN (AUT) 71045 +CA002101125 60.2833 -128.9833 945.0 YT TOM CREEK TOWER +CA002101130 60.1667 -130.0000 1433.0 YT TRANSPORT TOWER +CA002101135 60.9333 -129.2167 724.0 YT TUCHITUA +CA002101138 62.6333 -133.7000 960.0 YT TWO PETE CREEK +CA002101200 60.1167 -128.8167 687.0 YT WATSON LAKE A 71953 +CA002101204 60.1167 -128.8167 690.0 YT WATSON LAKE (AUT) GSN 71199 +CA002101222 60.0667 -128.7167 701.0 YT WATSON LAKE YTB +CA002101290 60.7167 -135.0500 636.0 YT WHITEHORSE +CA002101300 60.7167 -135.0667 706.0 YT WHITEHORSE A 71964 +CA002101303 60.7167 -135.0667 706.0 YT WHITEHORSE A 71964 +CA002101310 60.7333 -135.1000 707.0 YT WHITEHORSE AUTO GSN 71773 +CA002101400 60.7167 -135.0333 640.0 YT WHITEHORSE RIVERDALE +CA002101415 60.7333 -135.0833 707.0 YT WHITEHORSE WSO +CA002101600 60.5833 -134.9500 747.0 YT WOLF CREEK +CA002101601 60.5000 -134.9500 762.0 YT WOLF CREEK +CA002200100 68.2167 -135.0000 6.0 NT AKLAVIK A +CA002200200 68.2333 -135.0000 9.0 NT AKLAVIK RADIOSONDE +CA002200310 60.3500 -114.2833 247.0 NT ANGUS TOWER +CA002200412 67.4500 -133.7333 31.0 NT ARCTIC RED RIVER +CA002200430 69.9333 -131.4000 3.0 NT ATKINSON POINT +CA002200554 60.5167 -113.2333 213.0 NT BEAR TOWER +CA002200597 61.5333 -124.7500 868.0 NT CADILLAC MINE +CA002200606 60.3000 -117.0500 841.0 NT CAMERON HILLS +CA002200675 70.1667 -124.7167 87.0 NT CAPE PARRY A 71948 +CA002200730 69.2000 -118.6333 33.0 NT CLIFTON POINT +CA002200777 65.6000 -117.7667 185.0 NT CLUT LAKE (AUT) +CA002200822 64.4167 -115.1000 327.0 NT COLOMAC MINE +CA002200824 67.0500 -126.0833 259.0 NT COLVILLE LAKE 71055 +CA002201022 65.2167 -123.4333 213.0 NT DELINE CS 71503 +CA0022010H0 61.2500 -124.4667 283.0 NT DEADMEN VALLEY 71021 +CA0022010KA 65.2167 -123.4333 214.0 NT DELINE A +CA002201380 65.1833 -123.4333 159.0 NT FORT FRANKLIN +CA002201400 66.2333 -128.6500 81.0 NT FORT GOOD HOPE A +CA002201450 66.2500 -128.6500 82.0 NT FORT GOOD HOPE CS 71491 +CA002201500 66.2500 -128.6333 42.0 NT FORT GOOD HOPE 2 +CA002201575 60.2333 -123.4667 216.0 NT FORT LIARD A +CA002201579 60.2333 -123.4667 213.0 NT FORT LIARD 71497 +CA002201600 67.4333 -134.8833 31.0 NT FORT MCPHERSON +CA002201601 67.4000 -134.8667 35.0 NT FORT MCPHERSON A +CA002201602 69.4500 -134.8333 31.0 NT FORT MCPHERSON NWLFS +CA002201700 64.9167 -125.5667 100.0 NT TULITA A +CA002201799 61.3167 -117.6000 162.0 NT FORT PROVIDENCE 71087 +CA002201800 61.3333 -117.6667 159.0 NT FORT PROVIDENCE +CA002201900 62.7167 -109.1667 166.0 NT FORT RELIANCE +CA002201903 62.7167 -109.1667 168.0 NT FORT RELIANCE (AUT) GSN 71160 +CA002201998 61.1667 -113.6667 159.0 NT FORT RESOLUTION +CA002202000 61.1833 -113.6833 160.0 NT FORT RESOLUTION A +CA002202100 61.8667 -121.3500 132.0 NT FORT SIMPSON +CA002202101 61.7667 -121.2333 169.0 NT FORT SIMPSON A 71946 +CA002202102 61.7667 -121.2333 168.0 NT FORT SIMPSON CLIMATE GSN 71365 +CA002202110 61.8667 -121.3500 131.0 NT FORT SIMPSON CDA +CA002202115 61.7667 -121.2333 169.0 NT FORT SIMPSON 71946 +CA002202196 60.0000 -111.9333 183.0 NT FORT SMITH +CA002202198 60.0000 -111.8667 207.0 NT FORT SMITH +CA002202200 60.0167 -111.9667 205.0 NT FORT SMITH A 71934 +CA002202202 60.0333 -111.9333 203.0 NT FORT SMITH CLIMATE GSN 71362 +CA002202250 62.7833 -115.9500 160.0 NT FRANK CHANNEL +CA002202349 67.0667 -121.1000 243.0 NT HALDANE RIVER +CA002202351 63.6000 -105.1333 317.0 NT HANBURY RIVER 71963 +CA002202360 60.8500 -116.6333 252.0 NT HART LAKE +CA002202398 60.8500 -115.9500 161.0 NT HAY RIVER +CA002202400 60.8333 -115.7833 165.0 NT HAY RIVER A 71935 +CA002202402 60.8333 -115.7833 164.0 NT HAY RIVER CLIMATE GSN 71361 +CA002202405 60.6500 -116.0000 213.0 NT HAY RIVER PARADISE GDNS +CA002202516 62.1333 -118.1167 747.0 NT HORN PLATEAU +CA002202518 61.5000 -118.0333 152.0 NT HORN RIVER +CA002202520 70.0333 -126.9667 164.0 NT HORTON RIVER +CA002202552 64.3833 -115.0167 305.0 NT INDIN RIVER +CA002202560 61.9167 -113.7333 165.0 NT INNER WHALEBACKS 71162 +CA002202570 68.3000 -133.4833 68.0 NT INUVIK A 71957 +CA002202575 68.3000 -133.4833 68.0 NT INUVIK AWOS A 71957 +CA002202578 68.3167 -133.5167 103.0 NT INUVIK CLIMATE GSN 71364 +CA002202580 68.3000 -133.4833 67.0 NT INUVIK CDA +CA002202582 68.3167 -133.5167 103.0 NT INUVIK UA 71957 +CA002202625 67.1333 -135.9500 661.0 NT JAMES CREEK +CA002202640 61.3500 -120.7833 227.0 NT JEAN MARIE +CA002202663 69.6667 -121.6667 330.0 NT KEATS POINT 71058 +CA002202678 63.1333 -117.2500 271.0 NT LAC LA MARTRE 71163 +CA002202683 60.3000 -123.5167 828.0 NT LIARD TOWER +CA0022026Q5 62.4667 -106.8833 1183.0 NT LYNX LAKE +CA002202723 61.0833 -123.3833 1372.0 NT NAHANNI BUTTE +CA002202727 61.0500 -123.3667 213.0 NT NAHANNI VALLEY +CA002202750 69.9333 -128.9667 89.0 NT NICHOLSON PENINSULA +CA002202800 65.2833 -126.8000 73.0 NT NORMAN WELLS A 71043 +CA002202801 65.2833 -126.8000 73.0 NT NORMAN WELLS 71043 +CA002202810 65.2833 -126.7500 94.0 NT NORMAN WELLS CLIMATE GSN 71480 +CA002203057 69.3667 -124.0833 5.0 NT PAULATUK A +CA002203058 69.3500 -124.0833 6.0 NT PAULATUK GSN 71984 +CA002203080 69.8167 -122.7000 49.0 NT PEARCE POINT +CA002203095 69.6333 -135.4500 17.0 NT PELLY ISLAND 71502 +CA002203100 60.8333 -114.4667 238.0 NT PINE POINT +CA002203101 60.8667 -114.3667 224.0 NT PINE POINT +CA002203300 66.0833 -118.0333 191.0 NT PORT RADIUM +CA002203315 61.9667 -108.6167 485.0 NT POWDER LAKE +CA002203341 68.2500 -122.1000 548.0 NT QAVVIK LAKE 71583 +CA002203342 61.9667 -127.2167 618.0 NT RABBIT KETTLE 71980 +CA002203359 64.1167 -117.3333 223.0 NT RAE LAKES 71165 +CA002203360 64.1167 -117.3500 213.0 NT RAE LAKES +CA002203361 64.1167 -117.3167 220.0 NT GAMETI AIRPORT +CA002203390 65.9500 -130.4667 155.0 NT RAMPART RIVER +CA002203656 64.7833 -124.2167 341.0 NT ST CHARLES CREEK +CA002203700 63.5167 -116.0000 241.0 NT SNARE RAPIDS +CA002203750 62.4000 -110.7333 177.0 NT SNOWDRIFT +CA002203891 63.3000 -129.8167 1265.0 NT TSICHU RIVER +CA002203892 60.6833 -111.8667 213.0 NT TSU LAKE +CA002203900 69.4667 -132.9833 213.0 NT TUKTOYAKTUK +CA002203910 69.4500 -133.0000 18.0 NT TUKTOYAKTUK +CA002203912 69.4333 -133.0333 4.0 NT TUKTOYAKTUK A +CA002203914 69.4333 -133.0167 5.0 NT TUKTOYAKTUK 71985 +CA002203918 69.2000 -122.3667 552.0 NT TUKTUT NOGAIT 71492 +CA002203920 64.0333 -111.1667 471.0 NT TUNDRA MINE +CA002203922 61.9500 -128.2500 1143.0 NT TUNGSTEN +CA002203925 69.0167 -134.6833 49.0 NT TUNUNUK +CA002203933 60.2500 -111.8000 238.0 NT TWIN GORGES +CA002203943 61.6333 -125.8000 610.0 NT VIRGINIA FALLS +CA002204000 63.2167 -123.4333 150.0 NT WRIGLEY A +CA002204100 62.4667 -114.4333 206.0 NT YELLOWKNIFE A 71936 +CA002204101 62.4667 -114.4333 206.0 NT YELLOWKNIFE A 71936 +CA002204110 62.4500 -114.3833 200.0 NT YELLOWKNIFE-HENDERSON +CA002204155 62.4667 -114.4500 210.0 NT YELLOWKNIFE CS +CA002204200 62.6667 -114.2500 159.0 NT YELLOWKNIFE HYDRO +CA002204300 61.2500 -123.7500 204.0 NT YOHIN 71020 +CA00220B68C 69.6000 -130.9167 102.0 NT LIVERPOOL BAY 71960 +CA00220B6Q3 67.1833 -130.2333 63.0 NT LITTLE CHICAGO 71164 +CA00220BFH3 61.9000 -123.2500 216.0 NT LITTLE DOCTOR LAKE +CA00220CQHR 60.4333 -121.2333 498.0 NT TROUT LAKE 71166 +CA00220K68F 63.0667 -116.8833 295.0 NT MARIAN LAKE TOWER +CA00220KLML 61.1833 -115.3167 156.0 NT GREAT SLAVE LAKE BUOY 45141 +CA00220L001 62.4167 -110.6833 179.0 NT LUTSELK'E A +CA00220L002 62.4167 -110.6833 179.0 NT LUTSELK'E CS 71529 +CA00220LBQK 61.9167 -108.4333 451.0 NT GRAY LAKE +CA00220LQJJ 68.9167 -133.9500 261.0 NT STORM HILLS 71052 +CA00220N001 64.7000 -110.6167 468.0 NT EKATI A +CA00220N003 61.1333 -122.8500 183.0 NT LINDBURG LANDING 71682 +CA00220N004 63.6000 -113.8667 373.0 NT LOWER CARP LAKE 71680 +CA00220N005 68.7500 -133.5000 85.0 NT TRAIL VALLEY 71683 +CA002300426 61.1000 -94.0667 10.0 NU ARVIAT AWOS +CA002300427 61.1000 -94.0667 10.0 NU ARVIAT 71174 +CA002300500 64.3000 -96.0833 19.0 NU BAKER LAKE A 71926 +CA002300501 64.3167 -96.0000 51.0 NU BAKER LAKE CLIMATE GSN 71356 +CA002300550 66.8333 -108.0167 13.0 NU BATHURST INLET +CA002300551 66.8333 -108.0167 5.0 NU BATHURST INLET 71874 +CA002300555 68.7833 -114.8333 65.0 NU BERNARD HARBOUR +CA002300680 69.0500 -107.3167 59.0 NU CAPE PEEL +CA002300700 63.3333 -90.7167 59.0 NU CHESTERFIELD +CA002300705 63.7500 -91.8333 15.0 NU CHESTERFIELD INLET +CA002300707 63.3500 -90.7333 10.0 NU CHESTERFIELD INLET A +CA002300750 69.5833 -120.8000 101.0 NU CLINTON POINT 71053 +CA002300850 65.4833 -110.3667 451.0 NU CONTWOYTO LAKE +CA002300900 67.8333 -115.1167 9.0 NU COPPERMINE +CA002300902 67.8167 -115.1500 23.0 NU KUGLUKTUK A 71938 +CA002300904 67.8167 -115.1333 23.0 NU KUGLUKTUK CLIMATE GSN 71332 +CA002300MKF 61.1000 -94.0667 10.0 NU ARVIAT A +CA002300MQM 66.0833 -96.5167 61.0 NU BACK RIVER (AUT) +CA002301000 64.2000 -83.3667 62.0 NU CORAL HARBOUR A GSN 71915 +CA002301094 67.7167 -104.4667 42.0 NU ELLICE RIVER (AUT) +CA002301100 61.1333 -100.9000 325.0 NU ENNADAI LAKE +CA002301102 61.1333 -100.8833 353.0 NU ENNADAI LAKE (AUT) GSN 71923 +CA002301153 61.1000 -94.0667 10.0 NU ARVIAT CLIMATE GSN 71322 +CA002301331 66.0333 -91.8333 150.0 NU BROWN RIVER +CA002302335 68.6333 -95.8500 47.0 NU GJOA HAVEN A +CA002302337 68.6333 -95.8500 47.0 NU GJOA HAVEN 71597 +CA002302340 68.6333 -95.8500 42.0 NU GJOA HAVEN CLIMATE GSN 71363 +CA002302370 68.3167 -100.0833 36.0 NU HAT ISLAND 71084 +CA002302650 68.6500 -101.7333 18.0 NU JENNY LIND ISLAND A 71071 +CA002302680 68.5000 -113.2167 16.0 NU LADY FRANKLIN POINT A 71937 +CA0023026HN 65.7667 -111.2500 490.0 NU LUPIN A +CA002303090 68.4333 -89.7167 326.0 NU PELLY BAY +CA002303092 68.5333 -89.8000 16.0 NU KUGAARUK A +CA002303093 68.4333 -89.7333 328.0 NU CAM FOUR 71918 +CA002303094 68.5333 -89.8000 16.0 NU KUGAARUK CLIMATE GSN 71407 +CA002303400 62.8000 -92.0667 31.0 NU RANKIN INLET +CA002303401 62.8167 -92.1167 32.0 NU RANKIN INLET A 71083 +CA002303403 62.8167 -92.0833 14.0 NU RANKIN INLET ARTC +CA002303610 65.1000 -102.4333 244.0 NU ROBERTSON LAKE (AUT) GSN 71490 +CA002303616 68.5833 -111.1000 149.0 NU ROSS POINT +CA002303685 68.8167 -93.4333 43.0 NU SHEPHERD BAY A 71911 +CA002303694 68.6000 -92.0167 371.0 NU SIMPSON LAKE +CA002303830 68.7833 -103.3500 20.0 NU STURT POINT +CA002303985 62.1833 -92.6000 6.0 NU WHALE COVE +CA002303986 62.2333 -92.6000 12.0 NU WHALE COVE A +CA002304058 62.7000 -98.2833 148.0 NU YATHKYED LAKE (AUT) +CA00230J01Q 69.2833 -119.2167 69.0 NU CROKER RIVER 71059 +CA00230J048 63.2333 -101.7667 237.0 NU DUBAWNT LAKE (AUT) +CA00230N002 65.7500 -111.2500 488.0 NU LUPIN CS 71470 +CA002400300 82.5167 -62.2833 30.0 NU ALERT +CA002400305 82.5000 -62.3333 65.0 NU ALERT CLIMATE GSN 71355 +CA002400306 82.5000 -62.3333 65.0 NU ALERT UA 71082 +CA002400400 73.0333 -85.1500 22.0 NU ARCTIC BAY +CA002400404 73.0000 -85.0167 10.0 NU ARCTIC BAY CS GSN 71592 +CA002400552 75.7167 -98.4167 3.0 NU BATHURST ISLAND +CA002400560 69.2167 -77.2500 18.0 NU BRAY ISLAND +CA002400565 63.3333 -64.1500 376.0 NU BREVOORT ISLAND 71097 +CA002400570 67.5333 -63.7833 584.0 NU FOX FIVE 71096 +CA002400571 67.5500 -64.0333 6.0 NU QIKIQTARJUAQ AWOS 71338 +CA002400572 67.5500 -64.0333 6.0 NU QIKIQTARJUAQ A 71338 +CA002400573 67.5500 -64.0333 6.0 NU QIKIQTARJUAQ CLIMATE GSN 71357 +CA002400574 67.5500 -64.0333 9.0 NU BROUGHTON VILLAGE +CA002400577 67.5500 -64.0333 6.0 NU QIKIQTARJUAQ 71338 +CA002400595 68.7500 -109.0667 92.0 NU BYRON BAY A 71929 +CA002400600 69.1000 -105.1333 31.0 NU CAMBRIDGE BAY A 71925 +CA002400602 69.1000 -105.1333 19.0 NU CAMBRIDGE BAY GSN GSN 71288 +CA002400634 64.2333 -76.5333 48.0 NU CAPE DORSET AWOS 71910 +CA002400635 64.2333 -76.5333 48.0 NU CAPE DORSET A 71910 +CA002400636 64.2333 -76.5333 50.0 NU CAPE DORSET CLIMATE GSN 71575 +CA002400637 64.2333 -76.5333 48.0 NU CAPE DORSET 71366 +CA002400650 66.6500 -61.3833 725.0 NU CAPE DYER 71094 +CA002400654 66.5833 -61.6167 393.0 NU CAPE DYER A 71094 +CA002400658 78.6167 -74.7000 60.0 NU CAPE HERSCHEL +CA002400660 68.4667 -66.8167 390.0 NU CAPE HOOPER 71093 +CA002400697 69.0333 -107.8167 165.0 NU CAPE PEEL WEST 71064 +CA002400800 70.4833 -68.5167 27.0 NU CLYDE A 71090 +CA002400801 70.4833 -68.5167 27.0 NU CLYDE AWOS 71090 +CA002400802 70.4833 -68.5167 27.0 NU CLYDE RIVER CLIMATE GSN 71358 +CA002400804 70.4833 -68.5167 27.0 NU CLYDE RIVER 71090 +CA002400815 75.9167 -79.0000 3.0 NU COBURG ISLAND +CA002400F63 64.9500 -63.5833 583.0 NU CAPE MERCY 71975 +CA002401025 74.6667 -84.6667 45.0 NU DEVON ISLAND +CA002401030 68.6500 -71.1667 527.0 NU DEWAR LAKES 71092 +CA002401050 74.5333 -82.3833 5.0 NU DUNDAS HARBOUR +CA002401060 67.1000 -62.1500 665.0 NU DURBAN ISLAND +CA002401090 68.7167 -68.5500 724.0 NU EKALUGAD FIORD +CA002401200 79.9833 -85.9333 10.0 NU EUREKA GSN 71917 +CA002402050 71.9167 -94.2500 15.0 NU FORT ROSS +CA002402051 72.0167 -94.2000 10.0 NU FORT ROSS 71629 +CA002402332 70.6333 -100.2667 20.0 NU GATESHEAD ISLAND 71141 +CA002402340 68.6667 -97.8000 14.0 NU GLADMAN POINT A +CA002402345 76.4167 -82.9500 2.0 NU GRISE FIORD +CA002402346 76.4167 -82.9000 43.0 NU GRISE FIORD +CA002402350 68.7833 -81.2500 9.0 NU HALL BEACH A 71081 +CA002402351 76.4167 -82.9000 45.0 NU GRISE FIORD CLIMATE 71971 +CA002402352 68.7833 -81.2500 9.0 NU HALL BEACH AWOS 71081 +CA002402353 68.7833 -81.2500 8.0 NU HALL BEACH CLIMATE GSN 71320 +CA002402354 68.7833 -81.2500 9.0 NU HALL BEACH 71293 +CA002402540 69.3833 -81.8000 21.0 NU IGLOOLIK +CA002402543 69.3667 -81.8167 53.0 NU IGLOOLIK A +CA002402590 63.7500 -68.5500 34.0 NU IQALUIT A 71909 +CA002402591 63.7500 -68.5500 34.0 NU IQALUIT AWOS 71909 +CA002402592 63.7500 -68.5500 34.0 NU IQALUIT CLIMATE GSN 71321 +CA002402594 63.7500 -68.5500 22.0 NU IQALUIT UA 71909 +CA002402600 78.7833 -103.5333 25.0 NU ISACHSEN +CA002402604 78.8000 -103.5500 58.0 NU ISACHSEN (AUT) GSN 71074 +CA002402665 68.4000 -88.2167 81.0 NU KEITH BAY +CA002402667 60.4167 -64.8500 9.0 NU KILLINEK +CA002402675 67.9667 -64.9167 442.0 NU KIVITOO +CA002402681 62.8333 -69.9167 17.0 NU LAKE HARBOUR +CA002402682 81.8167 -71.3000 159.0 NU LAKE HAZEN +CA002402684 68.9000 -75.1333 161.0 NU LONGSTAFF BLUFF 71091 +CA002402686 68.3000 -85.6667 395.0 NU MACKAR INLET 71080 +CA002402687 71.3167 -79.3333 244.0 NU MARY RIVER +CA002402688 68.8333 -95.3167 70.0 NU MATHESON POINT +CA002402689 79.9667 -99.1500 241.0 NU MEIGHEN ISLAND ICE CAP +CA002402730 72.9833 -84.6167 642.0 NU NANISIVIK A +CA002402900 63.1167 -77.9333 17.0 NU NOTTINGHAM ISLAND +CA002403000 67.0333 -62.7333 40.0 NU PADLOPING ISLAND +CA002403049 66.1500 -65.7167 23.0 NU PANGNIRTUNG GSN 71826 +CA002403050 66.1333 -65.7333 15.0 NU PANGNIRTUNG +CA002403053 66.1500 -65.7167 24.0 NU PANGNIRTUNG A +CA002403160 75.3833 -96.9167 61.0 NU POLARIS MINE LITTLE CORNWALLIS +CA002403200 72.6833 -77.9833 4.0 NU POND INLET +CA002403201 72.6833 -77.9667 62.0 NU POND INLET A 71095 +CA002403202 72.6833 -77.9667 62.0 NU POND INLET AWOS 71095 +CA002403204 72.7000 -77.9500 65.0 NU POND INLET CLIMATE GSN 71576 +CA002403206 72.6833 -77.9667 62.0 NU POND INLET 71095 +CA002403450 75.3833 -105.7167 15.0 NU REA POINT 71983 +CA002403490 66.5167 -86.2167 23.0 NU REPULSE BAY A +CA002403500 74.7167 -94.9667 68.0 NU RESOLUTE CARS 71924 +CA002403505 74.7167 -94.9833 30.0 NU RESOLUTE CS GSN 71018 +CA002403600 61.3000 -64.8833 39.0 NU RESOLUTION ISLAND +CA002403602 61.6000 -64.6333 369.0 NU RESOLUTION ISLAND 71972 +CA002403625 69.0833 -79.0333 41.0 NU ROWLEY ISLAND 71088 +CA002403680 68.5500 -83.3167 271.0 NU SARCPA LAKE +CA002403756 73.7667 -105.3000 11.0 NU STEFANSSON ISLAND GSN 71017 +CA002403800 69.5333 -93.5167 12.0 NU SPENCE BAY +CA002403820 73.0333 -84.5500 358.0 NU STRATHCONA SOUND +CA002403833 81.1667 -91.8167 72.0 NU SVARTEVAEG 71872 +CA002403854 69.5500 -93.5833 27.0 NU TALOYOAK A 71580 +CA002403945 65.8833 -89.4500 18.0 NU WAGER BAY (AUT) GSN 71049 +CA002403948 68.6167 -73.2000 155.0 NU WEST BAFFIN ISLAND +CA00240BFH9 80.0667 -99.3000 78.0 NU MEIGHEN ISLAND NORTH +CA00240KFQJ 62.8500 -69.8833 52.0 NU KIMMIRUT A +CA002500440 74.1333 -119.9833 32.0 NT AULAVIK NATIONAL PARK 71974 +CA002500667 77.4667 -110.4667 14.0 NT CAPE NOREM +CA002502500 70.7333 -117.7833 9.0 NT HOLMAN +CA002502501 70.7667 -117.8000 36.0 NT ULUKHAKTOK A +CA002502505 70.7667 -117.8000 30.0 NT HOLMAN CS GSN 71029 +CA002502657 72.7667 -118.5000 9.0 NT JOHNSON POINT A +CA002502700 76.2333 -119.3333 12.0 NT MOULD BAY A +CA002502G00 76.2333 -119.3167 12.0 NT MOULD BAY CAMP +CA002503648 72.0000 -125.2500 88.0 NT SACHS HARBOUR CLIMATE GSN 71467 +CA002503650 72.0000 -125.2667 86.0 NT SACHS HARBOUR A +CA002503886 73.2333 -119.5333 42.0 NT THOMSEN RIVER 71916 +CA00250M001 76.2333 -119.3500 2.0 NT MOULD BAY CS GSN 71989 +CA003010010 54.2833 -112.9667 664.0 AB ABEE AGDM 71285 +CA003010060 53.1167 -111.1833 658.0 AB ALBERT HALL AGCM 71005 +CA003010080 52.8000 -114.8167 1076.0 AB ALDER FLATS LO +CA003010160 52.4333 -111.7833 716.0 AB ALLIANCE +CA003010162 52.3167 -111.7833 737.0 AB ALLIANCE AGCM 71006 +CA003010164 52.3833 -111.8000 732.0 AB ALLIANCE GREENVIEW +CA003010175 52.4167 -111.7833 713.0 AB ALLIANCE SOUTH +CA003010232 52.6833 -111.1167 701.0 AB AMISK +CA003010234 54.0167 -112.2333 610.0 AB ANDREW +CA003010237 53.9167 -112.2833 625.0 AB ANDREW AGDM 71286 +CA003010301 53.1333 -112.9500 747.0 AB ARMENA +CA003010410 52.6500 -115.7167 1341.0 AB AURORA LO +CA003010534 52.1333 -115.4167 1897.0 AB BASELINE LO +CA003010535 52.6833 -112.8667 793.0 AB BASHAW +CA003010540 52.9333 -114.2000 654.0 AB BATTLE HEADWATERS +CA003010558 53.5333 -112.5333 770.0 AB BEAVER HILLS WEST +CA003010615 54.1833 -112.1667 686.0 AB BELLIS +CA003010616 54.1333 -112.1500 661.0 AB BELLIS +CA003010650 52.5833 -111.4667 721.0 AB BELLSHILL AGCM 71010 +CA003010698 53.3833 -111.7667 689.0 AB BIRCH LAKE +CA003010704 53.0667 -113.0000 745.0 AB BITTERN LAKE +CA003010712 52.7833 -116.3500 1570.0 AB BLACKSTONE LO +CA003010730 52.1167 -110.1000 687.0 AB BODO AGDM 71214 +CA003010800 53.0167 -115.4167 1088.0 AB BRAZEAU LO +CA003010810 53.5833 -113.2833 678.0 AB BREMNER +CA003010815 53.1667 -114.4833 843.0 AB BRETON +CA003010816 53.0833 -114.4333 852.0 AB BRETON PLOTS 71233 +CA003010817 53.1167 -114.4667 837.0 AB BRETON TOWN +CA003010827 53.7333 -111.0500 633.0 AB BRIARFIELD +CA003010830 52.9833 -113.7167 815.0 AB BRIGHTVIEW +CA003010890 52.3167 -111.4667 755.0 AB BROWNFIELD +CA003010900 53.7833 -112.9333 640.0 AB BRUDERHEIM +CA003010920 53.0167 -114.7000 1061.0 AB BUCK MOUNTAIN +CA003010978 54.0000 -113.8833 701.0 AB BUSBY +CA003010979 53.9333 -113.9167 714.0 AB BUSBY AGCM 71284 +CA003010991 52.2500 -110.5333 665.0 AB CADOGAN +CA003010992 52.3333 -110.5167 690.0 AB CADOGAN AGCM 71012 +CA003010RK0 53.0333 -114.7000 914.0 AB BUCK MOUNTAIN +CA003011120 53.2833 -113.8667 720.0 AB CALMAR +CA003011136 53.2333 -113.8000 671.0 AB CALMAR TOWNSITE +CA003011138 53.2833 -113.8667 725.0 AB CALMAR WEST +CA003011239 53.0333 -112.8000 675.0 AB CAMROSE +CA003011240 53.0333 -112.8167 739.0 AB CAMROSE 71254 +CA003011241 52.9500 -112.8000 738.0 AB CAMROSE 2 +CA003011350 53.2333 -114.6500 793.0 AB CARNWOOD +CA003011440 52.2167 -111.9167 770.0 AB CASTOR +CA003011441 52.1333 -111.9000 808.0 AB CASTOR +CA003011474 53.5500 -111.2500 670.0 AB CHAILEY +CA003011479 52.7167 -110.1667 640.0 AB CHAUVIN +CA003011480 52.7000 -110.1333 628.0 AB CHAUVIN EXP ST +CA003011520 52.2000 -114.8667 1036.0 AB CHEDDERVILLE CDA EPF +CA003011560 53.7000 -112.5833 669.0 AB CHIPMAN +CA003011663 51.9833 -115.2500 1280.0 AB CLEARWATER +CA003011760 51.9667 -110.0333 701.0 AB COMPEER +CA003011815 51.9333 -110.7167 772.0 AB CONSORT AGDM 71223 +CA003011820 52.0333 -110.8000 770.0 AB CONSORT CDA EPF +CA003011840 51.8500 -110.7667 753.0 AB CONSORT WADES +CA003011848 51.7667 -111.5500 792.0 AB CONTRACOSTA LAKE +CA003011854 53.4333 -113.1167 743.0 AB COOKING LAKE +CA003011880 52.0667 -111.4500 791.0 AB CORONATION A +CA003011885 52.0833 -111.4500 791.0 AB CORONATION (AUT) +CA003011887 52.0667 -111.4500 791.0 AB CORONATION CLIMATE 71318 +CA003011890 52.1167 -111.4500 789.0 AB CORONATION +CA003011892 52.7333 -113.9000 855.0 AB CRESTOMERE AGCM 71380 +CA003011952 52.7333 -113.9167 863.0 AB DAKOTA +CA003011953 52.7500 -113.9500 865.0 AB DAKOTA WEST +CA003011RED 53.6000 -114.5833 780.0 AB DARWELL +CA003012050 52.1833 -113.1833 889.0 AB DELBURNE AGCM 71014 +CA003012072 53.6500 -110.6000 616.0 AB DEWBERRY +CA003012073 53.6667 -110.5833 616.0 AB DEWBERRY AGCM 71359 +CA003012091 53.1667 -112.3667 706.0 AB DODDS ROUND HILL +CA003012095 52.5167 -112.3500 742.0 AB DONALDA SOUTH +CA003012115 53.2000 -114.9833 853.0 AB DRAYTON VALLEY +CA003012116 53.2167 -114.9500 883.0 AB DRAYTON VALLEY +CA003012190 52.7333 -112.7833 785.0 AB EDBERG +CA003012192 52.7833 -110.4333 649.0 AB EDGERTON AGCM 71360 +CA003012195 53.5500 -113.5000 658.0 AB EDMONTON +CA003012202 53.5667 -113.5167 671.0 AB EDMONTON CITY CENTRE AWOS 71879 +CA003012203 53.5667 -113.5167 671.0 AB EDMONTON CALDER +CA003012205 53.3167 -113.5833 723.0 AB EDMONTON INT'L A 71123 +CA003012206 53.3000 -113.6000 715.0 AB EDMONTON INTERNATIONAL CS 71155 +CA003012207 53.5333 -113.5667 671.0 AB EDMONTON LYNNWOOD +CA003012208 53.5667 -113.5167 671.0 AB EDMONTON CITY CENTRE A 71879 +CA003012209 53.5667 -113.5167 671.0 AB EDMONTON MUNICIPAL CR10 71157 +CA003012210 53.6667 -113.4667 688.0 AB EDMONTON NAMAO A 71121 +CA003012212 53.6667 -113.4667 688.0 AB EDMONTON NAMAO AWOS A 71121 +CA003012215 53.4833 -113.5167 671.0 AB EDMONTON PLEASANTVIEW +CA003012216 53.3167 -113.5833 723.0 AB EDMONTON INTL A 71123 +CA003012228 53.6667 -113.8500 688.0 AB EDMONTON VILLENEUVE A +CA00301222F 53.5500 -114.1167 766.0 AB EDMONTON STONY PLAIN 71119 +CA003012230 53.4167 -113.7500 671.0 AB EDMONTON WOODBEND +CA003012232 53.5833 -113.3667 654.0 AB EDMONTON CLOVERBAR +CA003012233 53.6667 -113.3667 683.0 AB EDMONTON GARRISON +CA003012234 53.4667 -113.6167 639.0 AB EDMONTON SMITH WATER TREATMENT +CA003012235 53.4500 -113.4833 694.0 AB EDMONTON AB RESEARCH PARK +CA003012275 53.6833 -112.8667 716.0 AB ELK ISLAND NAT PARK 71238 +CA003012277 53.5167 -112.9000 724.0 AB ELK ISLAND PARK +CA003012278 53.7833 -112.9833 650.0 AB ELK ISLAND SIDING +CA003012280 53.8833 -111.0667 605.0 AB ELK POINT +CA003012281 52.9500 -115.6500 945.0 AB ELK RIVER ER RS +CA003012282 52.9667 -115.8667 1036.0 AB ELK RIVER AFS +CA003012295 53.4167 -113.5500 694.0 AB ELLERSLIE +CA003012330 52.0333 -112.1333 826.0 AB ELNORA SALEM +CA003012425 51.9167 -112.0833 853.0 AB ENDIANG +CA003012515 52.9667 -111.0000 698.0 AB FABYAN +CA003012590 52.7500 -112.8500 795.0 AB FERINTOSH AGCM 71673 +CA003012620 53.9500 -114.2167 722.0 AB FIVE LAKES +CA003012651 52.4667 -112.1333 690.0 AB FORESTBURG +CA003012652 52.4667 -112.1167 663.0 AB FORESTBURG PLANT SITE +CA003012653 52.5500 -112.1167 721.0 AB FORESTBURG AGCM 71674 +CA003012659 53.5167 -113.5667 628.0 AB FORT EDMONTON +CA003012710 53.7167 -113.1833 620.0 AB FORT SASKATCHEWAN +CA003012740 52.4500 -114.9333 960.0 AB FRISCO +CA003012742 53.7667 -110.4167 579.0 AB FROG LAKE RS +CA003012760 52.3000 -112.3500 808.0 AB GADSBY +CA003012774 53.3500 -114.4500 701.0 AB GENESEE +CA003012790 53.0667 -110.6167 647.0 AB GILT EDGE NORTH AGCM 71791 +CA003012817 53.8000 -114.5167 732.0 AB GLENEVIS +CA003012818 53.8333 -114.5333 670.0 AB GLENEVIS AGCM 71500 +CA003012860 54.3833 -111.3667 610.0 AB GOODRIDGE RS +CA003012872 52.1167 -110.7000 732.0 AB GOOSEBERRY LAKE +CA003012990 52.9500 -113.1833 768.0 AB GWYNNE +CA003012992 52.1667 -112.6167 852.0 AB HACKETT +CA003012998 52.2833 -112.1667 823.0 AB HALKIRK +CA003012999 52.1167 -112.1667 843.0 AB HALKIRK AGCM 71792 +CA003012P82 53.8167 -113.1667 647.0 AB GIBBONS +CA003013040 52.6833 -111.3000 625.0 AB HARDISTY +CA003013060 53.3833 -112.8833 762.0 AB HASTINGS LAKE +CA003013128 52.5167 -112.2500 732.0 AB HEISLER 10S +CA003013132 51.7833 -111.0833 764.0 AB HEMARUKA +CA003013140 51.7833 -111.2167 780.0 AB HEMARUKA AGCM 71793 +CA003013247 53.4500 -114.4667 747.0 AB HIGHVALE 71241 +CA003013270 53.6167 -112.4667 686.0 AB HILLIARD +CA003013340 53.1833 -112.2500 688.0 AB HOLDEN AGDM 71227 +CA003013344 53.1167 -112.1833 701.0 AB HOLDEN +CA003013345 52.3500 -110.7333 658.0 AB HORSESHOE LAKE +CA003013360 52.5167 -110.9667 694.0 AB HUGHENDEN +CA003013361 52.5167 -110.9667 694.0 AB HUGHENDEN +CA003013362 52.5833 -110.7833 703.0 AB HUGHENDEN AGCM 71794 +CA003013363 52.4667 -111.0833 747.0 AB HUGHENDEN SW +CA003013467 52.8833 -111.3833 678.0 AB IRMA WEST +CA003013530 53.5167 -113.6000 688.0 AB JASPER PLACE SCHOOL +CA003013640 52.8500 -111.8667 675.0 AB KILLAM AGDM 71228 +CA003013643 52.2833 -111.0167 716.0 AB KESSLER +CA003013644 52.2833 -111.1167 720.0 AB KESSLER AGCM 71796 +CA003013645 53.0000 -111.5167 705.0 AB KINSELLA RANCH +CA003013650 53.3500 -110.3333 670.0 AB KITSCOTY +CA003013660 53.3500 -110.4167 664.0 AB KITSCOTY AGCM 71797 +CA003013770 53.5333 -111.8667 670.0 AB LAVOY +CA003013771 53.3833 -111.8000 685.0 AB LAVOY SOUTH +CA003013790 54.0000 -113.4667 680.0 AB LEGAL AGCM 71544 +CA003013920 53.8833 -110.6500 564.0 AB LINDBERGH +CA003013921 53.9500 -110.5833 630.0 AB LINDBERGH AGDM 71567 +CA003013959 53.3167 -110.0667 669.0 AB LLOYDMINSTER 71871 +CA003013960 53.2833 -110.0000 646.0 AB LLOYDMINSTER +CA003013961 53.3167 -110.0667 668.0 AB LLOYDMINSTER A +CA003013963 53.2833 -110.0000 649.0 AB LLOYDMINSTER NORTH +CA003013965 53.0833 -110.1667 683.0 AB LLOYDMINSTER SEFTON PARK +CA003013983 54.4333 -112.7500 640.0 AB LONG LAKE RS +CA003013990 52.7667 -111.4333 663.0 AB LOUGHEED +CA003013993 52.7167 -111.5500 701.0 AB LOUGHEED SOUTH +CA003013C44 53.0833 -112.2667 709.0 AB HOLDEN SOUTH +CA003013PFD 53.7667 -112.8500 710.0 AB LAMONT +CA003014178 52.9667 -113.9000 853.0 AB MA-ME-O +CA003014188 53.1000 -111.3500 701.0 AB MANNVILLE SOUTH +CA003014195 53.4500 -111.2500 656.0 AB MANNVILLE AGCM 71047 +CA003014225 53.6000 -110.2333 594.0 AB MARWAYNE +CA003014235 53.7167 -114.1000 686.0 AB MATCHAYAW LAKE +CA003014520 52.4000 -110.5833 686.0 AB METISKOW CDA EPF +CA003014556 53.1833 -111.2667 701.0 AB MINBURN GRAZING RESERVE +CA003014560 53.4333 -116.6833 698.0 AB MINISTIK LAKE +CA003014563 53.3500 -112.9667 770.0 AB MINISTIK RESEARCH +CA003014565 53.3667 -113.0333 762.0 AB MINISTIK SANCTUARY +CA003014600 52.0167 -110.5500 732.0 AB MONITOR +CA003014665 53.5667 -112.3000 683.0 AB MUNDARE AGDM 71354 +CA003014690 53.7167 -111.1167 580.0 AB MYRNAM AGCM 71065 +CA003014760 51.7167 -110.8000 732.0 AB NACO +CA003014783 52.1333 -110.8833 758.0 AB NEUTRAL VALLEY +CA003014785 51.7167 -110.5000 732.0 AB NEW BRIGDEN +CA003014788 51.6833 -110.2667 695.0 AB NEW BRIGDEN EAST +CA003014795 53.2667 -113.1667 765.0 AB NEW SEREPTA AGCM 71067 +CA003014800 54.3167 -112.9500 671.0 AB NEWBROOK +CA003014803 54.4167 -112.8000 701.0 AB NEWBROOK NORTH +CA003014870 53.4333 -113.1833 741.0 AB NORTH COOKING LAKE +CA003014912 52.7833 -115.3333 1113.0 AB O CHIESE LO +CA003014921 53.6500 -113.3500 665.0 AB OLIVER AGDM 71351 +CA003014922 53.6500 -113.3667 648.0 AB OLIVER TREE NURSERY +CA003014926 53.7000 -114.2000 712.0 AB ONOWAY +CA003014975 54.0000 -112.5167 1158.0 AB PAKAN +CA003014995 53.1167 -110.3500 658.0 AB PARADISE VALLEY +CA003014996 53.0167 -110.4333 655.0 AB PARADISE VALLEY WEST +CA003015165 51.9833 -110.4500 680.0 AB PEMUKAN +CA003015280 52.7167 -113.7667 857.0 AB PONOKA +CA003015283 52.6500 -113.6167 814.0 AB PONOKA SOUTH +CA003015287 52.8667 -110.9000 686.0 AB POPLAR GLEN +CA003015295 52.2500 -115.3000 1174.0 AB PRAIRIE CREEK RS +CA003015311 52.3667 -110.2500 667.0 AB PROVOST +CA003015345 54.0833 -112.9000 633.0 AB RADWAY +CA003015346 54.0000 -112.8833 625.0 AB RADWAY AGCM 71545 +CA003015400 53.4500 -111.6500 686.0 AB RANFURLY +CA003015405 53.4167 -111.7333 673.0 AB RANFURLY 2NW +CA003015480 52.5833 -110.3500 644.0 AB RIBSTONE SOUTH AGCM 71089 +CA003015493 52.0833 -115.0000 1149.0 AB RICINUS +CA003015500 52.9667 -110.0167 625.0 AB RIVERCOURSE +CA003015501 53.0167 -110.1000 669.0 AB RIVERCOURSE AGCM 71102 +CA003015520 52.3833 -114.9167 1015.0 AB ROCKY MTN HOUSE +CA003015522 52.4333 -114.9167 988.0 AB ROCKY MTN HOUSE A +CA003015523 52.4167 -114.9167 988.0 AB ROCKY MTN HOUSE (AUT) 71928 +CA003015524 52.4333 -114.9167 988.0 AB ROCKY MTN HOUSE CR10 +CA003015530 52.3833 -114.9167 969.0 AB ROCKY MOUNTAIN HOUSE +CA003015550 53.3000 -113.3000 741.0 AB ROLLYVIEW +CA003015600 52.7833 -112.4333 712.0 AB ROSALIND AGCM 71202 +CA003015640 53.2500 -112.4500 683.0 AB RYLEY +CA003015670 53.6167 -113.6167 680.0 AB ST ALBERT +CA003015672 54.3000 -111.4500 633.0 AB ST LINA +CA003015673 54.2833 -111.4500 619.0 AB ST. LINA AGCM 71548 +CA003015676 54.0167 -111.2667 649.0 AB ST. PAUL AGCM 71275 +CA003015680 54.0000 -111.2833 587.0 AB ST PAUL EXP ST +CA0030156H6 54.1167 -111.2167 640.0 AB ST VINCENT SOUTHEAST +CA003015797 51.5833 -110.7500 755.0 AB SEDALIA AGCM 71399 +CA003015798 51.6667 -110.5500 762.0 AB SEDALIA +CA003015799 51.6500 -110.5500 762.0 AB SEDALIA EAST +CA003015800 52.8833 -111.7000 686.0 AB SEDGEWICK +CA003015808 52.7833 -111.7000 663.0 AB SEDGEWICK TOWN +CA003015879 53.8000 -111.9000 671.0 AB SHALKA LAKE +CA0030158GR 53.8667 -111.9000 655.0 AB SHALKA LAKE NE +CA003015900 53.3333 -112.5333 679.0 AB SHONTS AGCM 71405 +CA003015960 53.8833 -114.1167 701.0 AB SION +CA003015K2K 54.0833 -112.2667 579.0 AB PINE RIDGE C3 +CA003016022 54.2833 -112.5000 680.0 AB SMOKY LAKE AGDM 71274 +CA003016052 52.0667 -111.8500 814.0 AB SOUNDING CREEK +CA003016070 51.8167 -111.6833 804.0 AB SPONDIN AGCM 71413 +CA003016119 52.3333 -112.7167 821.0 AB STETTLER NORTH +CA003016120 52.3000 -112.7000 823.0 AB STETTLER +CA003016124 52.3500 -112.6000 795.0 AB STETTLER AGDM 71289 +CA003016180 52.2500 -115.1333 1113.0 AB STRACHAN RS +CA003016225 54.0500 -111.8167 655.0 AB STRY +CA003016253 52.0500 -111.9500 811.0 AB SULLIVAN LAKE +CA003016328 52.8500 -113.9000 823.0 AB SYLVAN HEIGHTS +CA003016370 53.2667 -114.1333 686.0 AB TELFORDVILLE +CA003016400 54.1500 -113.1167 648.0 AB THORHILD +CA003016405 54.1667 -113.1167 649.0 AB THORHILD VILLAGE +CA003016440 53.2167 -114.0500 744.0 AB THORSBY +CA003016441 53.2167 -113.9000 754.0 AB THORSBY AGCM 71504 +CA003016494 53.5500 -112.7500 701.0 AB TOFIELD NORTH +CA003016505 53.4333 -114.7167 814.0 AB TOMAHAWK AGDM 71566 +CA003016590 53.6667 -110.1333 574.0 AB TULLIBY LAKE +CA003016591 53.6500 -110.0667 584.0 AB TULLIBY LAKE EAST +CA003016592 53.7167 -110.1500 594.0 AB TULLIBY LAKE NORTH +CA003016593 53.6667 -110.0833 596.0 AB TULLIBY LAKE AGCM 71857 +CA003016648 53.7167 -111.7500 671.0 AB TWO HILLS +CA003016650 53.5000 -113.0333 750.0 AB UNCAS +CA003016655 53.6333 -111.6833 678.0 AB TWO HILLS AGDM 71276 +CA003016760 53.4833 -112.0500 635.0 AB VEGREVILLE +CA003016761 53.4833 -112.0333 636.0 AB VEGREVILLE CDA +CA003016790 53.3667 -110.8333 618.0 AB VERMILION +CA003016800 53.3500 -110.8333 619.0 AB VERMILION A +CA003016802 53.3500 -110.8833 623.0 AB VERMILION AGDM 71278 +CA003016807 53.1500 -112.1167 686.0 AB VERMILION RIVER +CA003016808 53.3500 -110.8333 686.0 AB VERMILION TOWN +CA003016810 53.2833 -110.6833 655.0 AB VERMILION UNION +CA003016817 52.0000 -111.0000 785.0 AB VETERAN +CA003016840 53.1000 -111.7833 691.0 AB VIKING +CA003016841 53.1833 -111.7333 711.0 AB VIKING AGCM 71888 +CA003016843 53.2167 -111.7167 701.0 AB VIKING NORTH +CA003016844 53.2667 -111.7833 683.0 AB VIKING NORTH 2 +CA003016845 53.2833 -111.7667 676.0 AB VIKING NORTH 3 +CA003016850 53.9667 -112.0167 640.0 AB VILNA +CA003016852 54.1333 -111.9167 645.0 AB VILNA AGCM 71761 +CA003016860 53.1500 -115.1333 903.0 AB VIOLET GROVE CS 71062 +CA003016900 53.5667 -114.4667 729.0 AB WABAMUN +CA003016928 52.8333 -110.8833 686.0 AB WAINWRIGHT SNOW +CA003016930 52.8833 -110.9000 686.0 AB WAINWRIGHT +CA003016931 52.8167 -110.8667 681.0 AB WAINWRIGHT +CA003016932 52.8333 -110.8333 687.0 AB WAINWRIGHT HEATH +CA003016954 53.6500 -111.9833 610.0 AB WARWICK +CA003016958 54.1000 -112.7833 637.0 AB WASKATENAU +CA003016960 51.7000 -111.1167 793.0 AB WASTINA HEMARUKA +CA003016965 51.6667 -111.1167 762.0 AB WASTINA YOUNGSTOWN +CA003016GF0 53.5000 -112.1000 639.0 AB VEGREVILLE 71458 +CA003017257 52.9500 -113.9833 853.0 AB WESTEROSE +CA003017258 52.9500 -114.0167 878.0 AB WESTEROSE 2 +CA003017280 52.9667 -113.3333 756.0 AB WETASKIWIN +CA003017282 52.9833 -113.4500 774.0 AB WETASKIWIN AGCM 71895 +CA003017286 52.6333 -113.3833 762.0 AB WETASKIWIN SOUTH +CA003017595 52.9500 -114.5833 910.0 AB WINFIELD +CA003017606 53.5333 -113.8167 701.0 AB WINTERBURN KOZAK +CA003017665 53.8167 -112.4833 652.0 AB WOSTOK +CA003017685 53.0167 -114.3167 869.0 AB YEOFORD +CA003017700 51.4167 -111.4000 775.0 AB YOUNGSTOWN +CA00301A001 53.5500 -114.1167 766.0 AB EDMONTON STONY PLAIN CS 71127 +CA00301A005 53.3500 -113.0833 776.0 AB EDMONTON TIEBEKE ESTATES +CA00301A011 51.6667 -110.2667 692.0 AB ESTHER PRATT +CA00301AR54 52.8667 -112.2833 689.0 AB DAYSLAND +CA00301B460 51.6667 -110.2000 707.0 AB ESTHER 1 71240 +CA00301B6L0 52.1500 -111.7333 838.0 AB FLEET +CA00301B8LR 53.2000 -110.1500 640.0 AB GOLDEN VALLEY +CA00301C3D4 52.4000 -115.2000 1036.0 AB HORBURG +CA00301FFNJ 53.5167 -113.5333 668.0 AB UNIVERSITY OF ALBERTA METABOLI +CA00301GK5H 54.1500 -113.8500 652.0 AB WESTLOCK LITKE +CA00301KF03 53.5500 -114.6333 732.0 AB FALLIS +CA00301KKRR 54.4833 -112.9500 664.0 AB ELLSCOTT +CA00301N49A 54.0000 -113.1833 617.0 AB REDWATER +CA00301NDR1 52.4167 -112.5667 783.0 AB RED WILLOW +CA00301R001 53.8333 -113.1167 627.0 AB REDWATER SOUTH +CA00301S001 52.8333 -111.1000 686.0 AB WAINWRIGHT CFB AIRFIELD 21 71118 +CA003020018 51.1833 -110.2333 732.0 AB ACADIA VALLEY +CA003020020 51.0833 -110.2833 713.0 AB ACADIA VALLEY EXP ST +CA003020025 51.2000 -110.1667 744.0 AB ACADIA VALLEY MACTAVISH +CA003020031 51.0333 -110.3000 709.0 AB ACADIA VALLEY VANDYNE +CA003020035 51.0667 -110.3167 735.0 AB ACADIA VALLEY 71048 +CA003020040 51.5000 -113.4167 905.0 AB ACME CDA EPF +CA003020120 52.3833 -113.1667 788.0 AB ALIX +CA003020121 52.3667 -113.3000 853.0 AB ALIX +CA003020220 51.3833 -110.0333 701.0 AB ALSASK +CA003020250 52.0500 -113.8500 945.0 AB ANTLER HILL +CA003020401 50.8167 -110.9500 793.0 AB ATLEE +CA003020405 50.8167 -111.0000 795.0 AB ATLEE AGCM 71986 +CA00302053E 52.6000 -112.9833 800.0 AB BASHAW +CA003020550 51.9000 -114.8667 1158.0 AB BEARBERRY +CA003020608 51.3833 -113.5333 916.0 AB BEISEKER VILLAGE +CA003020610 51.3833 -113.3500 896.0 AB BEISEKER AGCM 71009 +CA003020620 52.3000 -114.2667 964.0 AB BENALTO +CA003020636 51.0167 -111.0333 732.0 AB BERRY CREEK +CA003020670 51.2000 -111.1167 789.0 AB BIG STONE LOCKHART +CA003020676 51.1667 -111.2000 774.0 AB BIG STONE +CA003020677 52.0333 -112.7500 829.0 AB BIG VALLEY +CA003020678 52.0333 -112.9667 793.0 AB BIG VALLEY WEST +CA003020679 52.0000 -112.8000 870.0 AB BIG VALLEY AGCM 71011 +CA003020680 50.6833 -110.1667 640.0 AB BINDLOSS +CA003020690 50.8833 -110.2000 636.0 AB BINDLOSS EAST +CA003020696 50.8667 -110.1833 642.0 AB BINDLOSS EXP ST +CA003020702 52.7333 -113.8667 642.0 AB BISMARK +CA003020715 52.7667 -114.4833 960.0 AB BLINDMAN +CA003020717 50.9167 -111.0667 640.0 AB BLOOD INDIAN CREEK +CA003020730 52.7500 -114.2833 908.0 AB BLUFFTON +CA003020760 51.9833 -114.0167 915.0 AB BOWDEN +CA003020864 50.6333 -111.7833 737.0 AB BROOKS ONE TREE +CA003020952 50.9333 -110.9333 625.0 AB BUFFALO +CA003020973 51.2833 -111.8833 793.0 AB BULLPOUND CREEK +CA003020975 51.9667 -114.7833 1219.0 AB BURNSTICK LO +CA003020L01 51.2333 -110.0500 754.0 AB ARNESON +CA003021010 51.4833 -110.0500 719.0 AB CALENDULA SIBBALD +CA003021290 51.0500 -110.6500 738.0 AB CAPPON SOUTH +CA003021309 51.4833 -113.1500 777.0 AB CARBON +CA003021330 51.5167 -114.5667 914.0 AB CARIBOU MTN LO +CA003021368 51.5667 -114.2833 1090.0 AB CARSTAIRS WEST +CA003021460 51.4833 -110.8000 747.0 AB CEREAL +CA003021465 51.0167 -111.5500 701.0 AB CESSFORD +CA003021667 51.7333 -114.9333 1380.0 AB COALCAMP CREEK +CA003021912 51.7833 -112.2500 845.0 AB CRAIGMYLE AGCM 71013 +CA003021940 51.7667 -112.2833 846.0 AB CRAIGMYLE +CA003021950 51.4167 -114.1667 1128.0 AB CROSSFIELD +CA003022060 51.5833 -112.4167 906.0 AB DELIA +CA003022078 52.0500 -114.2167 980.0 AB DICKSON DAM +CA003022083 51.6667 -114.1333 1006.0 AB DIDSBURY +CA003022084 51.6333 -114.4167 1067.0 AB DIDSBURY ELKTON +CA003022092 51.4500 -114.4500 1158.0 AB DOG POUND +CA003022108 51.7500 -111.9167 853.0 AB DOWLING LAKE +CA003022120 51.4667 -112.7167 687.0 AB DRUMHELLER +CA003022136 51.4667 -112.8667 719.0 AB DRUMHELLER ANDREW +CA003022137 51.4167 -112.6833 814.0 AB DRUMHELLER INSTITUTION +CA003022139 51.4500 -112.7000 688.0 AB DRUMHELLER CITY +CA003022143 50.7333 -111.9000 755.0 AB DUCHESS +CA003022154 51.2333 -111.3500 792.0 AB EAST BERRY CREEK +CA003022158 52.3833 -114.3667 914.0 AB ECKVILLE +CA003022159 52.2833 -114.3833 960.0 AB ECKVILLE SOUTH +CA0030221LG 51.4500 -112.6833 678.0 AB DRUMHELLER EAST 71237 +CA003022325 51.9667 -113.2000 930.0 AB ELNORA +CA003022400 50.9500 -110.0000 612.0 AB EMPRESS +CA003022402 50.9500 -110.0167 622.0 AB EMPRESS DOT +CA003022460 51.6000 -110.2333 747.0 AB ESTHER +CA003022485 52.2500 -114.2167 942.0 AB EVARTS +CA003022500 51.5000 -110.5667 794.0 AB EXCEL +CA003022616 51.1833 -111.9167 747.0 AB FINNEGAN +CA003022772 50.9500 -112.1833 764.0 AB GEM +CA003022778 51.6500 -113.0833 823.0 AB GHOST PINE CREEK +CA003022981 52.6000 -114.0667 927.0 AB GULL LAKE GOLF COURSE +CA003023000 51.5833 -111.8500 823.0 AB HANNA +CA003023055 51.7500 -114.3833 1067.0 AB HARMATTAN +CA003023200 52.3167 -114.4833 965.0 AB HESPERO AGCM 71540 +CA003023280 52.1667 -113.5167 896.0 AB HILLSDOWN +CA003023400 51.1833 -112.5833 937.0 AB HUSSAR +CA003023402 51.1833 -112.5000 971.0 AB HUSSAR AGDM 71344 +CA003023420 51.0167 -111.8333 762.0 AB HUTTON EXP ST +CA003023422 51.9167 -113.4333 914.0 AB HUXLEY +CA003023423 51.9500 -112.9500 869.0 AB HUXLEY EAST +CA003023430 50.7333 -111.3167 773.0 AB IDDESLEIGH +CA003023560 50.7167 -111.2000 755.0 AB JENNER +CA003023665 51.9167 -113.7833 853.0 AB KNEEHILL +CA003023720 52.4667 -113.7500 847.0 AB LACOMBE CDA +CA003023722 52.4500 -113.7500 860.0 AB LACOMBE CDA 2 71242 +CA003023740 52.5500 -114.4667 947.0 AB LEEDALE AGDM 71565 +CA0030237FM 52.5333 -113.1167 838.0 AB LAMERTON +CA003023800 52.4000 -114.6833 958.0 AB LESLIEVILLE CDA EPF +CA003023850 51.6167 -113.6500 914.0 AB LINDEN AGCM 71035 +CA003023971 52.5167 -114.7333 1067.0 AB LOBSTICK AUBUCHON +CA003023982 51.5833 -113.8333 988.0 AB LONE PINE CREEK +CA003023L4M 51.2167 -112.1000 823.0 AB HOMESTEAD CREEK +CA003024000 52.0833 -113.0833 899.0 AB LOUSANA +CA003024150 51.5000 -114.3167 1138.0 AB MADDEN +CA003024210 52.1167 -114.1333 914.0 AB MARKERVILLE +CA003024572 52.4500 -113.0500 795.0 AB MIRROR FLETCHER +CA0030245KL 51.6000 -112.6000 838.0 AB MICHICHI CREEK +CA003024664 52.5667 -113.5667 899.0 AB MORNINGSIDE +CA003024665 51.6500 -112.6000 853.0 AB MORRIN +CA003024668 51.6667 -112.6833 836.0 AB MORRIN AGDM 71257 +CA003024680 51.6833 -114.5167 836.0 AB MOUND +CA003024906 51.3833 -111.9500 845.0 AB OAKLAND LAKE +CA003024920 51.7833 -114.1000 1040.0 AB OLDS +CA003024925 51.7667 -114.0833 1046.0 AB OLDS AGDM 71258 +CA003024960 51.4500 -110.4833 777.0 AB OYEN +CA003024961 51.1667 -110.5167 793.0 AB OYEN CAPPON +CA003024962 51.3500 -110.4667 770.0 AB OYEN CARA +CA003024965 51.3833 -110.3500 767.0 AB OYEN AGDM 71342 +CA003024980 51.0167 -111.7333 762.0 AB PANDORA EXP ST +CA003024R60 51.3333 -110.4833 761.0 AB OYEN AIRPORT +CA003025010 50.6667 -111.6667 732.0 AB PATRICIA +CA003025170 51.9667 -113.0833 869.0 AB PERBECK +CA003025222 52.1667 -113.5000 945.0 AB PINE LAKE +CA003025240 51.0833 -111.6000 747.0 AB POLLOCKVILLE +CA003025243 51.1333 -111.7000 750.0 AB POLLOCKVILLE AGDM 71259 +CA003025296 52.3667 -113.6667 884.0 AB PRENTISS +CA003025297 52.4333 -113.6000 965.0 AB PRENTISS 71353 +CA003025440 52.2833 -113.8167 860.0 AB RED DEER +CA003025441 52.3167 -113.8000 847.0 AB RED DEER +CA003025445 52.2500 -113.8333 878.0 AB RED DEER CCOC +CA003025480 52.1833 -113.9000 905.0 AB RED DEER A 71878 +CA003025494 52.6333 -114.2333 917.0 AB RIMBEY +CA0030254RJ 51.3667 -113.0667 853.0 AB REDLAND +CA003025543 51.3833 -113.0000 887.0 AB ROSEBUD +CA003025762 51.8667 -112.0167 817.0 AB SCAPA +CA003025764 50.3167 -110.0833 803.0 AB SCHULER +CA003025766 51.9333 -112.8667 853.0 AB SCOLLARD +CA003025768 50.3000 -110.0833 800.0 AB SCHULER AGDM 71269 +CA003025770 51.5833 -111.3667 762.0 AB SCOTFIELD +CA003025920 51.4833 -110.2500 725.0 AB SIBBALD +CA003025921 51.4167 -110.1500 732.0 AB SIBBALD 2 +CA003025925 51.4333 -110.1333 732.0 AB SIBBALD EAST +CA003025928 51.4167 -110.1500 724.0 AB SIBBALD WESTGARD +CA003025984 51.6000 -112.5667 866.0 AB SKYTREX +CA003025K22 52.2000 -113.4833 899.0 AB PINE LAKE NORTH +CA003026009 51.5000 -112.9667 811.0 AB SLEEPY HOLLOW +CA003026080 52.8000 -114.3000 914.0 AB SPRINGDALE +CA003026090 51.5833 -111.4667 786.0 AB STANMORE EXP ST +CA003026095 52.1333 -114.5667 975.0 AB STAUFFER +CA003026258 51.7500 -114.7833 1219.0 AB SUNDRE +CA003026259 51.9667 -114.4500 991.0 AB SUNDRE GARRINGTON +CA003026260 51.7667 -114.6333 1128.0 AB SUNDRE RS +CA003026263 51.2333 -111.6500 739.0 AB SUNNYNOOK +CA003026275 51.5833 -113.3500 908.0 AB SWALWELL +CA003026330 52.3500 -114.1667 921.0 AB SYLVAN LAKE +CA003026479 51.7667 -113.2000 857.0 AB THREE HILLS 71249 +CA003026480 51.6500 -113.3000 841.0 AB THREE HILLS +CA003026484 51.7167 -113.2333 853.0 AB THREE HILLS EAST +CA003026486 51.7167 -113.5333 975.0 AB THREE HILLS RILLING IHD +CA003026487 51.7000 -113.2667 914.0 AB THREE HILLS TOWN +CA003026521 51.8333 -113.2167 871.0 AB TROCHU 2 +CA003026530 51.7833 -113.2000 854.0 AB TROCHU EQUITY +CA003026540 51.8333 -113.2167 876.0 AB TROCHU TOWN +CA003026543 51.8167 -113.2167 853.0 AB TROCHU EAST +CA003026550 51.8500 -113.4500 892.0 AB TROCHU WIMBORNE +CA003026646 51.2833 -112.5500 876.0 AB TWO BAR LAKE +CA003026K61 51.8000 -114.6333 1090.0 AB SUNDRE SOUTH +CA003026KNQ 51.7833 -114.6833 1114.0 AB SUNDRE A 71248 +CA003027260 51.8333 -114.5167 1067.0 AB WESTWARD HO +CA003027580 51.9000 -113.5667 960.0 AB WIMBORNE GAS PLANT +CA003027582 51.9333 -113.5833 940.0 AB WIMBORNE AGCM 71904 +CA00302CCDB 52.8500 -114.2000 914.0 AB HOADLEY +CA00302D920 51.7333 -114.1000 1043.0 AB OLDS CLARKE +CA00302F4HF 51.6833 -113.3167 846.0 AB THREE HILLS SOUTH +CA00302L643 51.3667 -114.7833 1585.0 AB KEYSTONE LO +CA00302M920 51.7833 -114.2000 1014.0 AB OLDS ERICKSON +CA00302NH8L 51.4500 -111.6333 815.0 AB SHEERNESS CARAGANA +CA003030060 51.3167 -113.8833 1082.0 AB AIRDRIE +CA003030300 50.4000 -112.6833 911.0 AB ARMADA EXP ST +CA003030302 50.7333 -113.1500 936.0 AB ARROWWOOD +CA003030450 50.5167 -114.0167 1143.0 AB AZURE 71981 +CA003030525 49.8000 -112.3000 824.0 AB BARNWELL AGDM 71346 +CA003030529 50.0333 -113.2167 967.0 AB BARONS AGCM 71007 +CA003030530 50.0333 -113.1667 961.0 AB BARONS EXP ST +CA003030531 50.0000 -112.9167 960.0 AB BARONS EXP ST 2 +CA003030537 50.7833 -112.4667 800.0 AB BASSANO DAM +CA003030538 50.9000 -112.2000 751.0 AB BASSANO GEM +CA003030540 50.9000 -112.4667 807.0 AB BASSANO AGCM 71008 +CA003030555 49.4167 -114.1000 1524.0 AB BEAUVAIS PARK +CA003030665 49.7500 -113.8000 1325.0 AB BIG COULEE +CA003030680 50.7000 -114.1500 1156.0 AB BLACK DIAMOND 71982 +CA003030720 49.5667 -113.0500 980.0 AB BLOOD TRIBE AGDM 71517 +CA003030768 49.7333 -111.4500 817.0 AB BOW ISLAND 71231 +CA003030769 49.8667 -111.3833 799.0 AB BOW ISLAND +CA003030770 49.8667 -111.3667 799.0 AB BOW ISLAND EXP ST +CA003030772 49.8667 -111.3833 799.0 AB BOW ISLAND IRRIGATION AGDM 71519 +CA003030773 49.8667 -111.3667 799.0 AB BOW ISLAND RIVERS DEV +CA003030775 51.1167 -114.2167 1036.0 AB BOWNESS +CA003030796 50.9667 -114.6167 1372.0 AB BRAGG CREEK WEST +CA003030798 50.4500 -113.5000 991.0 AB BRANT +CA003030830 49.6167 -113.8167 1073.0 AB BROCKET AGDM 71341 +CA003030838 50.5833 -111.9000 755.0 AB BROOKS +CA003030840 50.5667 -111.9000 758.0 AB BROOKS 1 +CA003030856 50.5500 -111.8500 758.0 AB BROOKS AHRC +CA003030862 50.6167 -111.8833 759.0 AB BROOKS NORTH +CA003030E39 49.6500 -109.9833 1311.0 AB BATTLE CREEK LO +CA003030GAA 50.7333 -113.6000 1067.0 AB BLACKIE +CA003030GJ1 50.7667 -113.6667 1067.0 AB BLACKIE NORTH +CA003030GJJ 50.6000 -113.6833 1024.0 AB BLACKIE 2W +CA003030PAJ 50.7667 -113.7667 1067.0 AB BLACKIE NW +CA003030QLP 50.5500 -111.8500 747.0 AB BROOKS 71457 +CA003031000 49.1667 -113.6333 1286.0 AB CALDWELL +CA003031075 51.0333 -114.1500 1148.0 AB CALGARY ROSSCARROCK +CA003031076 51.0667 -113.9833 1088.0 AB CALGARY MARLBOROUGH +CA003031077 51.1000 -114.1000 1138.0 AB CALGARY NOSE HILL +CA003031078 50.9000 -114.0667 1045.0 AB CALGARY MIDNAPORE +CA003031084 51.1000 -114.1500 1113.0 AB CALGARY BELLEVIEW +CA003031090 51.0167 -114.1000 1067.0 AB CALGARY GLENMORE DAM +CA003031092 51.1167 -114.0167 1084.0 AB CALGARY INTL A 71877 +CA003031093 51.1167 -114.0167 1084.0 AB CALGARY INT'L A 71877 +CA003031094 51.1167 -114.0167 1081.0 AB CALGARY INT'L CS 71393 +CA003031102 51.0333 -114.1833 1207.0 AB CALGARY POPLAR GARDENS +CA003031105 51.2167 -114.2000 1113.0 AB CALGARY SIMONS VALLEY +CA003031107 51.0667 -114.2833 1189.0 AB CALGARY SPRINGBANK +CA003031108 51.1000 -114.4333 1250.0 AB CALGARY SPRINGBANK +CA003031151 50.6500 -114.0333 1122.0 AB CAMERON COULEE +CA003031320 49.1333 -113.2500 1193.0 AB CARDSTON +CA003031322 49.2000 -113.2833 1136.0 AB CARDSTON 71153 +CA003031328 49.2000 -113.3000 1166.0 AB CARDSTON EXP ST +CA003031338 50.1500 -112.7833 945.0 AB CARMANGAY +CA003031340 50.1333 -113.1000 939.0 AB CARMANGAY EXP ST +CA003031341 50.2167 -113.0167 939.0 AB CARMANGAY EXP ST 2 +CA003031342 50.1167 -113.3333 939.0 AB CARMANGAY EXP ST 3 +CA003031345 50.2167 -112.8833 914.0 AB CARMANGAY PLAINFIELD +CA003031348 50.1167 -113.1167 939.0 AB CARMANGAY VILLAGE +CA003031400 49.0000 -113.3833 1354.0 AB CARWAY +CA003031402 49.0000 -113.3833 1354.0 AB CARWAY 71488 +CA003031450 50.4833 -113.8667 1071.0 AB CAYLEY +CA003031476 50.2000 -114.2000 1372.0 AB CHAIN LAKES RS +CA003031480 50.2833 -113.3500 1006.0 AB CHAMPION AGDM 71217 +CA003031524 51.0333 -113.7833 1021.0 AB CHESTERMERE LAKE SOUTH +CA003031640 50.0000 -113.6333 1009.0 AB CLARESHOLM 71234 +CA003031652 50.0333 -113.5833 1033.0 AB CLARESHOLM EXP FARM +CA003031656 50.0167 -113.6333 1033.0 AB CLARESHOLM EXP ST +CA003031658 50.0167 -113.7167 1008.0 AB CLARESHOLM WATERWORKS +CA003031668 49.7333 -112.6333 862.0 AB COALDALE +CA003031670 49.7167 -112.6333 862.0 AB COALDALE EXP ST +CA003031676 51.2000 -114.4333 1332.0 AB COCHRANE +CA003031678 51.2500 -114.4167 1329.0 AB COCHRANE BIGHILL CREEK +CA0030316NF 50.0500 -113.3667 975.0 AB CLARESHOLM LAING +CA003031805 49.6167 -114.2167 1249.0 AB CONNELLY CREEK +CA003031875 51.0833 -114.2167 1235.0 AB COP UPPER 71235 +CA003031918 49.6833 -114.1167 1189.0 AB COWLEY +CA003031920 49.6333 -114.0833 1182.0 AB COWLEY A +CA003031924 49.5667 -114.0833 1171.0 AB COWLEY CREEBANK RANCH +CA003031926 49.7000 -114.0667 1234.0 AB COWLEY OLIN CREEK +CA003031927 49.6500 -114.0333 1259.0 AB COWLEY TANNER +CA003031F5F 49.9333 -113.7333 1035.0 AB CLARESHOLM MEADOW CREEK +CA003031FN6 50.0333 -113.5833 1036.0 AB CLARESHOLM NORTH +CA003031FPF 51.2000 -114.3667 1311.0 AB COCHRANE CATHCART +CA003032074 50.8000 -114.0333 1097.0 AB DE WINTON +CA003032420 50.3167 -112.3833 809.0 AB ENCHANT +CA003032422 50.1833 -112.4333 801.0 AB ENCHANT AGDM 71518 +CA003032450 49.5500 -111.0500 845.0 AB ETZIKOM AGCM 71409 +CA003032550 49.8000 -112.0333 833.0 AB FINCASTLE AGDM 71535 +CA003032624 49.7667 -113.8333 1295.0 AB FIVE MILE CREEK +CA003032640 49.4833 -111.4500 892.0 AB FOREMOST +CA003032642 49.4833 -111.4833 881.0 AB FOREMOST AGDM 71225 +CA003032645 49.4500 -111.2833 914.0 AB FOREMOST EAST +CA003032650 49.4833 -111.4500 890.0 AB FOREMOST EXP ST +CA003032680 49.7167 -113.4000 950.0 AB FORT MACLEOD +CA003032683 49.7833 -113.3833 978.0 AB FORT MACLEOD AGCM 71789 +CA003032685 49.7167 -113.4000 953.0 AB FORT MACLEOD EXP ST +CA003032686 49.7667 -113.4833 953.0 AB FORT MACLEOD EXP ST 2 +CA003032690 49.5333 -113.3333 991.0 AB FORT MACLEOD STAND OFF +CA0030326QF 49.8667 -113.2833 953.0 AB FORT MACLEOD NORTH +CA003032800 50.8833 -113.0500 905.0 AB GLEICHEN +CA003032801 50.9333 -112.9333 907.0 AB GLEICHEN AGCM 71498 +CA003032818 49.3333 -113.5167 1074.0 AB GLENWOOD 71885 +CA003032820 49.3667 -113.5167 1067.0 AB GLENWOODVILLE EXP ST +CA003032924 49.7833 -113.3000 945.0 AB GRANUM JUMBO VALLEY +CA003032927 49.8667 -111.7333 783.0 AB GRASSY LAKE 71788 +CA003032928 49.8333 -111.3000 808.0 AB GRASSY LAKE +CA003032930 49.7167 -111.7000 830.0 AB GRASSY LAKE RIVERS DEV +CA003032AM9 50.9833 -113.3000 924.0 AB EAGLE LAKE PARK +CA003033080 50.1000 -111.8000 776.0 AB HAYS +CA003033137 50.6167 -113.4500 1000.0 AB HERRONTON +CA003033138 50.6000 -113.3500 1056.0 AB HERRONTON EAST +CA003033240 50.4833 -114.1667 1219.0 AB HIGH RIVER +CA003033242 50.5833 -113.9000 1039.0 AB HIGH RIVER RADIO +CA003033243 50.5667 -113.8667 1036.0 AB HIGH RIVER TOWN +CA003033281 49.2833 -113.6333 1183.0 AB HILL SPRING +CA003033498 49.9000 -112.7333 858.0 AB IRON SPRINGS AGDM 71528 +CA003033500 49.9333 -112.6000 837.0 AB IRON SPRINGS EXP ST +CA003033550 49.9833 -110.2667 795.0 AB IRVINE AGCM 71795 +CA003033572 51.0833 -114.5500 795.0 AB JUMPING POUND +CA003033675 49.9000 -113.7167 1067.0 AB KYISKAP CREEK +CA003033875 49.6333 -112.8000 929.0 AB LETHBRIDGE 71267 +CA003033879 49.7000 -112.8500 903.0 AB LETHBRIDGE +CA003033880 49.6333 -112.8000 929.0 AB LETHBRIDGE A +CA003033882 49.6333 -112.8000 929.0 AB LETHBRIDGE A CR10 +CA003033884 49.6333 -112.8000 929.0 AB LETHBRIDGE AWOS A +CA003033885 49.7333 -112.6167 884.0 AB LETHBRIDGE BEGAMY +CA003033890 49.7000 -112.7667 910.0 AB LETHBRIDGE CDA 71243 +CA003033892 49.7000 -112.7833 921.0 AB LETHBRIDGE CDA 2 +CA003033895 49.7167 -112.4833 869.0 AB LETHBRIDGE COUNTY +CA003033897 49.6833 -112.7500 903.0 AB LETHBRIDGE DEMO FARM AGDM 71509 +CA003033898 49.7333 -112.7833 913.0 AB LETHBRIDGE CCOC +CA003033956 50.8667 -114.1333 1128.0 AB LLOYD LAKE +CA003033980 50.3500 -112.6833 871.0 AB LOMOND EXP ST +CA003034160 49.4167 -112.8667 978.0 AB MAGRATH +CA003034162 49.4500 -112.9333 991.0 AB MAGRATH 2 +CA003034166 50.7000 -112.6500 914.0 AB MAJORVILLE +CA003034479 50.0167 -110.7167 717.0 AB MEDICINE HAT 71247 +CA003034480 50.0167 -110.7167 717.0 AB MEDICINE HAT A +CA003034483 50.0167 -110.7167 717.0 AB MEDICINE HAT AWOS +CA003034485 50.0333 -110.7167 715.0 AB MEDICINE HAT RCS GSN 71026 +CA003034488 50.0500 -110.6667 661.0 AB MEDICINE HAT CCOC +CA003034489 49.6333 -110.3167 1402.0 AB MEDICINE LODGE LO +CA003034552 50.7167 -114.3667 1250.0 AB MILLARVILLE +CA003034577 50.6667 -113.3500 965.0 AB MOSSLEIGH AGCM 71057 +CA003034596 49.8167 -113.1667 947.0 AB MONARCH +CA003034675 50.6667 -113.2833 1067.0 AB MOSSLEIGH +CA003034676 50.7167 -113.3000 945.0 AB MOSSLEIGH BURNAY +CA003034720 49.1333 -113.6333 1339.0 AB MOUNTAIN VIEW +CA003034725 49.1333 -113.6000 1308.0 AB MOUNTAIN VIEW VILLAGE +CA003034795 51.3667 -114.1000 1145.0 AB NEIR AGDM 71495 +CA003034820 49.8833 -113.0667 983.0 AB NOBLEFORD EXP ST +CA003034915 50.7167 -113.9833 1051.0 AB OKOTOKS +CA003034916 50.7333 -113.9167 1067.0 AB OKOTOKS EAST +CA003034950 49.1333 -113.0333 1250.0 AB OWENDALE +CA003035173 49.8833 -112.7833 899.0 AB PICTURE BUTTE +CA003035198 49.5167 -114.0000 1190.0 AB PINCHER CREEK 71085 +CA003035201 49.5000 -113.9500 1155.0 AB PINCHER CREEK +CA003035202 49.5167 -114.0000 1190.0 AB PINCHER CREEK A +CA003035206 49.5167 -114.0000 1190.0 AB PINCHER CREEK (AUT) +CA003035208 49.5167 -114.0000 1190.0 AB PINCHER CREEK CLIMATE 71736 +CA003035216 49.4833 -113.9333 1149.0 AB PINCHER CREEK EXP ST +CA003035218 49.3833 -113.9333 1334.0 AB PINCHER CREEK KERR +CA003035219 49.4500 -113.6500 1158.0 AB PINCHER CRK SPRINGRIDGE +CA003035220 49.5167 -113.9667 1145.0 AB PINCHER CREEK TOWN +CA003035221 49.5167 -114.0333 1146.0 AB PINCHER CREEK WEST +CA003035224 50.1167 -113.7500 1050.0 AB PINE COULEE RESERVOIR +CA003035228 50.1167 -113.7500 1040.0 AB PINE COULEE FP +CA003035233 50.4167 -113.6333 744.0 AB POKAPPINI +CA003035301 50.8833 -114.4500 1372.0 AB PRIDDIS +CA003035340 50.6000 -112.9833 940.0 AB QUEENSTOWN +CA003035342 50.6000 -112.8000 941.0 AB QUEENSTOWN 71073 +CA003035350 50.3667 -112.0333 764.0 AB RAINIER +CA003035360 50.2500 -111.1667 770.0 AB RALSTON +CA003035420 49.4500 -112.7000 957.0 AB RAYMOND +CA003035422 49.4833 -112.6833 937.0 AB RAYMOND AGDM 71536 +CA003035434 50.0667 -110.7667 741.0 AB REDCLIFF +CA003035530 50.2667 -111.7000 645.0 AB ROLLING HILLS AGCM 71105 +CA003035540 50.0833 -111.5667 716.0 AB RONALANE +CA003035650 50.8333 -112.0500 714.0 AB ROSEMARY AGDM 71537 +CA003035840 49.8333 -110.9000 756.0 AB SEVEN PERSONS +CA003035845 49.9167 -110.9167 766.0 AB SEVEN PERSONS AGDM 71525 +CA003035850 49.8667 -110.9000 759.0 AB SEVEN PERSONS RIVERS DEV +CA003035880 49.8333 -112.8167 759.0 AB SHAUGHNESSY +CA003036077 51.1000 -114.3667 1201.0 AB CALGARY SPRINGBANK A 71860 +CA003036078 51.1000 -114.3833 1201.0 AB SPRINGBANK A +CA003036084 51.2000 -114.2167 1210.0 AB SPY HILL +CA003036085 51.1500 -112.9167 914.0 AB STANDARD +CA003036086 51.2333 -112.9833 901.0 AB STANDARD AGCM 71440 +CA003036099 50.1833 -113.8833 1364.0 AB STAVELY AAFC 71555 +CA003036100 50.1667 -113.8667 1097.0 AB STAVELY CDA +CA003036102 50.1667 -113.6500 1043.0 AB STAVELY EXP ST 2 +CA003036200 51.0500 -113.4167 963.0 AB STRATHMORE +CA003036205 51.0333 -113.2833 967.0 AB STRATHMORE AGDM 71526 +CA003036208 51.1000 -113.2167 930.0 AB STRATHMORE EAST +CA003036235 50.2167 -111.1500 748.0 AB SUFFIELD +CA003036240 50.2667 -111.1833 770.0 AB SUFFIELD A 71128 +CA003036241 50.2167 -111.1667 751.0 AB SUFFIELD HAMLET +CA003036242 50.0667 -111.1667 678.0 AB SUFFIELD SOUTH +CA003036360 49.8000 -112.1167 811.0 AB TABER +CA003036500 50.3000 -112.8667 955.0 AB TRAVERS AGCM 71848 +CA003036618 49.9667 -112.4500 823.0 AB TURIN +CA003036620 50.0000 -112.4333 835.0 AB TURIN EXP ST +CA003036640 50.7167 -114.3500 1238.0 AB TURNER VALLEY +CA003036641 50.6667 -114.2833 1219.0 AB TURNER VALLEY RS +CA003036652 51.0833 -114.1333 1112.0 AB UNIVERSITY OF CALGARY +CA003036680 50.0667 -112.1000 779.0 AB VAUXHALL +CA003036681 50.0500 -112.1333 779.0 AB VAUXHALL CDA +CA003036682 50.0500 -112.1333 779.0 AB VAUXHALL CDA CS 71251 +CA003036690 50.1833 -112.1167 760.0 AB VAUXHALL NORTH +CA003036856 50.8333 -114.5000 1323.0 AB VINERIPE GREENHOUSE +CA003036880 50.5333 -113.0667 991.0 AB VULCAN +CA003036881 50.4000 -113.2500 1049.0 AB VULCAN +CA003036884 50.5000 -113.0500 966.0 AB VULCAN SMITH +CA003037520 49.8667 -111.0500 838.0 AB WHITLA +CA003037550 51.2667 -114.7167 1268.0 AB WILDCAT HILLS +CA003037600 49.9000 -111.2000 831.0 AB WINNIFRED +CA003037650 49.9500 -113.3667 975.0 AB WOODHOUSE +CA003037675 49.5000 -112.1167 944.0 AB WRENTHAM AGDM 71343 +CA00303A0Q6 51.0167 -114.2000 1128.0 AB CALGARY ELBOW VIEW +CA00303AFGF 51.2333 -114.4500 1303.0 AB COCHRANE VE6CQC +CA00303C642 51.2500 -113.6333 948.0 AB KEOMA +CA00303D9JN 50.7000 -114.1167 1137.0 AB OKOTOKS BIG ROCK +CA00303F0PP 51.1000 -114.3667 1201.0 AB SPRINGBANK A 71860 +CA00303FFLR 50.6333 -114.3333 1311.0 AB TURNER VALLEY +CA00303L24K 50.5833 -113.8667 1036.0 AB HIGH RIVER TOWERS +CA00303M9JM 50.7333 -113.9667 1081.0 AB OKOTOKS +CA00303N1G3 49.8667 -112.7833 901.0 AB PICTURE BUTTE WEST +CA003040049 49.0500 -111.3167 1036.0 AB ADEN +CA003040223 49.2500 -110.0167 945.0 AB ALTAWAN +CA003040735 49.3167 -112.6333 1250.0 AB BONNIE VIEW +CA003041908 49.0000 -111.9500 1036.0 AB COUTTS +CA003041910 49.0333 -111.8500 1057.0 AB COUTTS EXP ST +CA003042040 49.0333 -112.8000 1158.0 AB DEL BONITA +CA003042041 49.1333 -112.8167 1293.0 AB DEL BONITA +CA003042045 49.0500 -112.8167 1310.0 AB DEL BONITA AGDM 71224 +CA003042056 49.0833 -112.8833 1158.0 AB DEL BONITA EXP ST +CA003042148 49.5833 -110.3667 1163.0 AB EAGLE BUTTE +CA003042793 49.3667 -110.7000 834.0 AB GLASSFORD +CA003042960 49.2000 -111.3333 914.0 AB GROTON +CA003043660 49.0667 -111.5500 975.0 AB KNAPPEN EXP ST +CA003043667 49.2167 -112.7333 1219.0 AB KNIGHT LAKE +CA003044070 49.2333 -111.5667 896.0 AB LUCKY STRIKE +CA003044200 49.1167 -110.4667 934.0 AB MANYBERRIES CDA +CA003044203 49.3667 -110.6833 927.0 AB MANYBERRIES AGCM 71051 +CA003044204 49.4833 -110.5500 1036.0 AB MANYBERRIES CREEK +CA003044230 49.1333 -111.6500 953.0 AB MASINASIN +CA003044232 49.1333 -111.6500 948.0 AB MASINASIN AGDM 71345 +CA003044533 49.1333 -112.0500 1050.0 AB MILK RIVER 71244 +CA003044534 49.1667 -111.5333 975.0 AB MILK RIVER +CA003044540 49.0833 -112.0500 1046.0 AB MILK RIVER EXP ST +CA003044545 49.2833 -112.5333 1305.0 AB MILK RIVER RIDGE RESERVOIR 71015 +CA003044550 49.3167 -112.0333 956.0 AB MILK R VERDIGRIS L +CA003044551 49.2000 -112.0333 1036.0 AB MILK R VERDIGRIS L +CA003044923 49.1167 -110.4667 935.0 AB ONEFOUR CDA 71116 +CA003044930 49.5000 -110.8167 944.0 AB ORION +CA003045000 49.2167 -111.1333 915.0 AB PAKOWKI LAKE AGCM 71070 +CA003045293 49.2167 -112.8500 1158.0 AB POTHOLE MCINTYRE +CA003046950 49.2833 -112.2000 1010.0 AB WARNER +CA003046952 49.2667 -111.7833 945.0 AB WARNER EAST +CA003046953 49.2833 -112.4167 1109.0 AB WARNER WEST +CA003047365 49.0167 -112.9500 1311.0 AB WHISKEY GAP +CA003047670 49.0833 -111.6167 899.0 AB WRITING ON STONE PARK +CA00304CFDC 49.2667 -111.5500 701.0 AB KETCHUM CREEK +CA00304KFL0 49.2667 -111.4000 951.0 AB FLORANN +CA0030500FR 49.0333 -114.0500 1800.0 AB AKAMINA PASS +CA003050240 51.2000 -115.5000 1387.0 AB ANTHRACITE +CA003050490 52.5500 -116.1167 2083.0 AB BALDY LO +CA003050519 51.2000 -115.5500 1397.0 AB BANFF CS GSN 71122 +CA003050520 51.1833 -115.5667 1384.0 AB BANFF 71122 +CA003050521 51.1833 -115.5667 1397.0 AB BANFF (AUT) +CA003050526 51.1667 -115.5500 1370.0 AB BANFF SPRINGS +CA003050533 51.0500 -115.0833 2021.0 AB BARRIER LAKE +CA003050600 49.4667 -114.1833 1257.0 AB BEAVER MINES +CA003050602 49.4667 -114.1833 1257.0 AB BEAVER MINES 71304 +CA0030506GN 52.3167 -116.3333 1341.0 AB BIGHORN DAM +CA003050725 51.7000 -115.2167 1951.0 AB BLUEHILL LO +CA003050731 49.8833 -114.2500 1372.0 AB BOB CREEK +CA003050778 51.0833 -115.0667 1298.0 AB BOW VALLEY 71232 +CA003050779 51.0833 -115.0667 1318.0 AB BOW VALLEY PROV PARK +CA0030507AC 49.6167 -114.4333 1311.0 AB BLAIRMORE HQTS RS +CA003050960 49.3000 -113.3667 1115.0 AB BULLHORN COULEE RESERVOIR 71839 +CA003050965 49.1500 -113.5500 1326.0 AB BULLHORN HEADWATERS 71016 +CA003050974 50.6167 -114.8833 1875.0 AB BURNS CREEK +CA003050978 51.5000 -115.3833 2317.0 AB BURNT TIMBER LO +CA003050PPF 51.7000 -116.4667 2080.0 AB (AE) BOW SUMMIT +CA003051165 49.0500 -113.9167 1311.0 AB CAMERON FALLS +CA003051310 49.4333 -114.3667 1798.0 AB CARBONDALE LO +CA003051424 51.2667 -115.9167 1524.0 AB CASTLE MOUNTAIN VILLAGE +CA003051430 49.4000 -114.3333 1360.0 AB CASTLE +CA003051478 49.7167 -114.2833 1510.0 AB CHAPEL ROCK +CA003051545 49.0000 -113.6667 1372.0 AB CHIEF CUSTOMS +CA003051585 52.6833 -116.7000 2304.0 AB CHUNGO LO +CA003051665 52.1667 -116.6833 1829.0 AB CLINE LO +CA0030516F5 52.1833 -116.4000 2050.0 AB CLINE LO +CA003051720 49.6333 -114.5833 1341.0 AB COLEMAN +CA003051725 49.6500 -114.5000 1341.0 AB COLEMAN RS +CA003051740 52.2333 -117.1667 1981.0 AB COLUMBIA ICEFIELD +CA003051766 50.9000 -114.9167 1798.0 AB COMPRESSION RIDGE +CA003051928 49.7667 -114.2667 1980.0 AB COWLEY TODD CREEK +CA003051932 50.9833 -114.9500 1675.0 AB COX HILL +CA0030519N0 49.6000 -114.6833 1387.0 AB CROWSNEST CREEK +CA003051F56 50.0500 -113.9167 1120.0 AB CLARESHOLM LYNDON CREEK +CA003051R4R 49.6333 -114.4833 1303.0 AB CROWSNEST 71236 +CA003051R51 51.4500 -115.7667 2180.0 AB CUTHEAD LAKE +CA003052069 53.1667 -118.0333 1404.0 AB DEVONA +CA003052255 51.2833 -115.9000 1425.0 AB EISENHOWER JUNCTION +CA003052270 50.9000 -114.7000 1400.0 AB ELBOW RS +CA003052508 51.0667 -115.2000 1298.0 AB EXSHAW +CA003052602 51.5333 -115.1000 1555.0 AB FALLEN TIMBER +CA003052603 51.6333 -116.5000 2926.0 AB FALSE NICHOLAS +CA003052653 50.7500 -114.7500 2317.0 AB FORGET ME NOT LO +CA0030526EL 50.7333 -114.7000 1739.0 AB FORGET ME NOT MOUNTAIN +CA003052705 50.8500 -115.2500 2042.0 AB FORTRESS MOUNTAIN +CA003052745 49.9667 -114.0000 1295.0 AB FURMAN CLARESHOLM +CA003052780 51.3000 -114.9333 1417.0 AB GHOST RS +CA003052838 51.0000 -115.5000 2200.0 AB GOAT'S EYE +CA003052940 52.8500 -117.0000 2074.0 AB GRAVE FLATS LO +CA003052995 50.1667 -114.4500 2373.0 AB HAILSTONE BUTTE LO +CA003052D82 50.7833 -115.0500 2164.0 AB EVANS THOMAS +CA003052PP6 51.3000 -115.1333 1600.0 AB GHOST DIVERSION +CA003053250 50.5500 -114.3667 1580.0 AB HIGHWOOD AU (B1) +CA003053505 49.5667 -114.4667 2073.0 AB IRONSTONE LO +CA003053512 51.7667 -115.3167 1463.0 AB JAMES RIVER HEADWATERS +CA003053519 52.8833 -118.1500 1057.0 AB JASPER +CA003053520 52.8833 -118.0667 1062.0 AB JASPER +CA003053536 52.9333 -118.0333 1020.0 AB JASPER WARDEN 71486 +CA003053538 52.8667 -118.3833 1128.0 AB JASPER WEST GATE +CA003053552 52.3500 -116.7833 2005.0 AB JOB CREEK +CA003053575 50.5500 -114.6833 2239.0 AB JUNCTION LO +CA003053587 54.2000 -119.8833 1347.0 AB KAKWA NOTUS +CA003053600 51.0333 -115.0333 1391.0 AB KANANASKIS +CA003053602 50.9833 -115.1167 1463.0 AB KANANASKIS BOUNDARY RS +CA003053604 50.7167 -115.1167 1610.0 AB KANANASKIS POCATERRA +CA003053605 50.6167 -115.0667 2073.0 AB KANANASKIS LO +CA003053649 52.3000 -116.1833 2073.0 AB KISKA LO +CA003053668 52.1833 -116.4667 1359.0 AB KOOTENAY PLAINS +CA003053669 52.0667 -116.4167 1294.0 AB KOOTENAY PLAINS R4 +CA003053670 52.1833 -116.4833 1219.0 AB KOOTENAY PLAINS RS +CA003053760 51.4333 -116.2167 1524.0 AB LAKE LOUISE +CA003053908 51.9000 -115.3833 1951.0 AB LIMESTONE RIDGE +CA003053925 49.8833 -114.3833 1417.0 AB LIVINGSTONE +CA003053926 49.9000 -114.3500 2170.0 AB LIVINGSTONE LO +CA003053985 50.3667 -114.6333 1219.0 AB LONGVIEW +CA003053988 50.1667 -114.7000 2130.0 AB LOST CREEK SOUTH +CA003054080 49.9167 -114.1333 1194.0 AB LUNDBRECK +CA003054120 50.0167 -113.8833 1250.0 AB LYNDON +CA003054215 52.7000 -118.1167 2290.0 AB MARMOT TRIPLE +CA00305421B 52.6833 -118.1000 2072.0 AB MARMOT BASIN +CA003054250 49.8333 -114.2500 1372.0 AB MAYCROFT +CA003054487 52.8000 -117.8000 2200.0 AB MEDICINE LAKE +CA003054592 51.4333 -115.0833 1905.0 AB MOCKINGBIRD LO +CA003054655 50.9167 -114.8333 2434.0 AB MOOSE MTN LO +CA003054700 51.6500 -115.2833 1372.0 AB MOUNTAIN AIRE LODGE +CA003054722 49.1167 -113.7333 1408.0 AB MOUNTAIN VIEW BIRDSEYE +CA003054730 51.2500 -115.9500 1425.0 AB MOUNT EISENHOWER +CA003054732 50.9167 -115.1667 2141.0 AB MOUNT KIDD LO +CA003054733 50.4833 -114.9000 2060.0 AB MOUNT ODLUM +CA003054840 52.4667 -116.0833 1402.0 AB NORDEGG +CA003054843 52.5000 -116.0500 1352.0 AB NORDEGG CS 71060 +CA003054845 52.5000 -116.0500 1320.0 AB NORDEGG RS +CA003054998 52.2000 -117.1333 2023.0 AB PARKER RIDGE +CA003054R99 50.1000 -114.6167 1768.0 AB PASQUE +CA003055119 50.3667 -114.4167 1415.0 AB PEKISKO 71669 +CA003055120 50.3667 -114.4167 1439.0 AB PEKISKO +CA003055175 51.0500 -115.0667 1829.0 AB PIGEON LO +CA003055237 49.0333 -113.6000 1615.0 AB POLL HAVEN AFS +CA003055289 49.9000 -114.0167 1783.0 AB PORCUPINE LO +CA003055291 49.9667 -114.1167 1425.0 AB PORCUPINE RS +CA003055343 49.8167 -114.6333 1920.0 AB RACEHORSE CREEK +CA003055379 52.0833 -115.8500 1641.0 AB RAM FALLS +CA003055410 50.3000 -114.5167 2362.0 AB RASPBERRY LO +CA003055485 51.6667 -115.2167 1451.0 AB RED DEER RS +CA003055754 51.9667 -116.7167 1392.0 AB SASK RIVER CROSSING 2 +CA003055761 51.8000 -115.6500 2042.0 AB SCALP CREEK +CA003055768 51.6667 -115.8000 1737.0 AB SCOTCH CAMP +CA003055883 50.6500 -114.6500 1494.0 AB SHEEP RS +CA003055890 52.4833 -115.7667 1433.0 AB SHUNDA RS +CA003055976 51.5333 -116.0500 2040.0 AB SKOKI +CA003055980 49.8833 -113.9667 1661.0 AB SKYLINE RS +CA003055H8C 50.6500 -114.6167 1524.0 AB SHEEP RIVER 2 +CA003056055 52.6667 -117.2000 2186.0 AB SOUTH ESK +CA003056067 49.2167 -114.0833 1861.0 AB SPIONKOP CREEK +CA003056100 49.3667 -113.1167 1128.0 AB ST. MARY RESERVOIR 71837 +CA003056212 50.1167 -114.0667 1402.0 AB STREETER +CA003056213 51.2833 -114.8500 1283.0 AB WAIPAROUS +CA003056214 49.1333 -113.8167 1289.0 AB WATERTON PARK GATE 71154 +CA003056250 49.9500 -114.5333 2514.0 AB SUGARLOAF LO +CA003056267 51.0667 -115.7833 2187.0 AB SUNSHINE CS +CA003056272 52.4500 -117.4500 1555.0 AB SUNWAPTA +CA003056273 52.4500 -117.4500 1555.0 AB SUNWAPTA +CA003056510 54.3000 -119.6667 1815.0 AB TORRENS LO +CA003056560 49.9500 -113.9667 1265.0 AB TROUT CREEK WEST +CA003056657 52.1833 -117.0833 2317.0 AB UPR PARKER RIDGE +CA003056660 52.1833 -116.4500 1298.0 AB UPPER SASKATCHEWAN RS +CA003056984 49.3167 -113.6833 1189.0 AB WATERTON DAM +CA003056993 49.0500 -113.9000 1281.0 AB WATERTON LAKES BAKER +CA003056LPA 51.4333 -116.1500 1891.0 AB TEMPLE +CA003057000 49.0500 -113.7000 1372.0 AB WATERTON LAKES BELLY R +CA003057040 49.0333 -114.0333 1692.0 AB WATERTON LAKES CAMERON L +CA003057060 49.0833 -113.8667 1280.0 AB WATERTON LAKES CEDAR CAB +CA003057080 49.1000 -113.9333 1372.0 AB WATERTON LAKES PASS CRK +CA003057120 49.1333 -114.0167 1498.0 AB WATERTON LAKES RED ROCK +CA003057240 49.0500 -113.9167 1280.0 AB WATERTON PARK HQ +CA003057242 49.1333 -114.0333 1524.0 AB WATERTON RED ROCK +CA003057243 49.1167 -113.8333 1281.0 AB WATERTON RIVER CABIN +CA003057368 49.3333 -114.3000 2163.0 AB WHISTLER LO +CA003057570 50.2500 -114.3500 1478.0 AB WILLOW CREEK +CA003057673 51.6500 -115.3667 1479.0 AB YA HA TINDA AFS +CA003057K55 49.2833 -114.3667 1524.0 AB WESTCASTLE +CA00305A002 51.7167 -116.4833 2012.0 AB BOW SUMMIT (PC) +CA00305A003 51.0667 -115.7500 2621.0 AB LOOKOUT +CA00305A9N4 52.1833 -116.4667 1359.0 AB DAVID THOMPSON RESORT +CA00305B09K 51.6667 -115.5000 1981.0 AB DOGRIB CREEK +CA00305B769 49.3667 -114.5167 1920.0 AB GARDINER CREEK +CA00305FMQQ 50.6333 -115.2833 2240.0 AB THREE ISLE LAKE +CA00305FQKP 49.8000 -114.4667 1606.0 AB VICARY CREEK +CA00305J65G 49.9667 -113.8667 1164.0 AB CLARESHOLM TROUT CREEK +CA00305L9K4 50.0500 -114.4333 1615.0 AB LIVINGSTONE AIRFIELD +CA00305LRKB 50.7000 -114.9833 2120.0 AB LITTLE ELBOW SUMMIT +CA00305MGFF 50.9500 -115.1833 2543.0 AB NAKISKA RIDGETOP 71245 +CA00305MNKM 53.1333 -117.7667 1463.0 AB MIETTE HOT SPRINGS +CA00305NJ61 49.6667 -114.4833 1646.0 AB PELLETIER CREEK +CA00305PE6R 49.5500 -114.5000 1783.0 AB WILLOUGHBY RIDGE +CA003060045 53.7167 -118.5667 2210.0 AB ADAMS CREEK LO +CA003060110 56.1167 -111.7833 780.0 AB ALGAR LO +CA003060235 53.5500 -116.5000 968.0 AB ANSELL LO +CA003060237 53.9667 -115.4167 853.0 AB ANSELMO +CA003060280 56.4500 -111.0500 488.0 AB ANZAC +CA003060281 56.4500 -111.0333 495.0 AB ANZAC +CA003060320 54.7167 -113.2833 515.0 AB ATHABASCA +CA003060321 54.8167 -113.5333 626.0 AB ATHABASCA 2 +CA003060322 54.7167 -113.2833 527.0 AB ATHABASCA 3 +CA003060330 54.6333 -113.3833 635.0 AB ATHABASCA AGCM 71271 +CA003060337 54.7000 -113.3833 579.0 AB ATHABASCA EXP ST +CA003060352 54.7167 -113.2833 503.0 AB ATHABASCA LANDING +CA003060353 53.4167 -117.7833 1631.0 AB ATHABASCA LO +CA003060406 54.7833 -112.8333 574.0 AB ATMORE AGDM 71287 +CA003060472 54.3500 -114.4333 671.0 AB BAIRD LAKE +CA003060495 53.9167 -115.2500 777.0 AB BALM +CA003060514 55.2000 -116.4167 671.0 AB BANANA BELT +CA003060523 54.7333 -113.5333 575.0 AB BAPTISTE LAKE +CA003060532 54.1167 -114.3667 644.0 AB BARRHEAD +CA003060535 54.1000 -114.4500 648.0 AB BARRHEAD CS 71061 +CA003060559 54.7500 -112.9500 564.0 AB BEAVER LAKE RS +CA003060630 54.0833 -117.4000 1231.0 AB BERLAND LO +CA003060700 57.7167 -111.8500 853.0 AB BIRCH MOUNTAIN LO +CA003060705 57.3667 -111.5333 349.0 AB BITUMONT LO +CA003060756 56.1000 -112.5500 518.0 AB BOVINE CREEK AFS +CA003060780 54.5667 -112.8667 671.0 AB BOYLE +CA003060832 53.5000 -114.9333 793.0 AB BRIGHTWOOD +CA003060903 53.3500 -117.8667 1036.0 AB BRULE BLACK CAT +CA003060922 57.8667 -112.1000 793.0 AB BUCKTON LO +CA003060L20 54.7167 -113.2833 515.0 AB ATHABASCA 1 +CA003061117 55.2500 -113.1833 598.0 AB CALLING LAKE RS +CA003061200 54.1333 -114.6833 671.0 AB CAMPSIE +CA003061355 53.6167 -115.8000 853.0 AB CARROT CREEK +CA003061360 53.4500 -115.8667 1044.0 AB CARROT CREEK LO +CA003061570 54.9333 -114.0333 677.0 AB CHISHOLM LO +CA003061571 54.9167 -114.2000 579.0 AB CHISHOLM MILLS +CA003061580 55.5833 -111.8500 823.0 AB CHRISTINA LO +CA003061674 53.1833 -117.0000 1174.0 AB COALSPUR +CA003061675 53.0833 -116.8167 1406.0 AB COAL VALLEY +CA003061679 53.6167 -115.5833 793.0 AB COLD CREEK RS +CA003061728 54.6333 -113.2167 602.0 AB COLINTON +CA003061795 55.6833 -111.1000 541.0 AB CONKLIN +CA003061800 55.6167 -111.1833 671.0 AB CONKLIN LO +CA003061930 55.8333 -110.3833 563.0 AB COWPAR LO +CA003061975 54.3167 -113.9500 614.0 AB DAPP AGDM 71340 +CA0030619E0 54.6333 -113.9167 655.0 AB CROSS LAKE +CA003061R50 54.6667 -113.8167 671.0 AB CROSS LAKE RS +CA003061R54 54.3500 -113.9167 614.0 AB DAPP +CA003062020 54.9167 -115.1500 1122.0 AB DEER MOUNTAIN LO +CA003062146 56.7667 -112.4833 488.0 AB DUNKIRK L3 +CA003062150 54.4667 -116.4167 1042.0 AB EAGLE LO +CA003062239 53.5833 -116.4667 927.0 AB EDSON 71167 +CA003062240 53.5833 -116.4167 923.0 AB EDSON +CA003062241 53.5833 -116.4167 925.0 AB EDSON +CA003062242 53.6000 -116.4833 925.0 AB EDSON A 71881 +CA003062244 53.5833 -116.4667 927.0 AB EDSON A +CA003062245 53.5833 -116.4667 927.0 AB EDSON AWOS A 71881 +CA003062246 53.5833 -116.4500 927.0 AB EDSON CLIMATE 71156 +CA003062300 57.1833 -112.3333 573.0 AB ELLS LO +CA003062360 58.2000 -111.3833 236.0 AB EMBARRAS A +CA003062427 55.4167 -116.3000 591.0 AB ENILDA-BERG +CA003062430 55.3167 -116.2000 732.0 AB ENILDA LO +CA003062440 53.3667 -117.7000 991.0 AB ENTRANCE +CA003062445 53.3667 -117.7167 983.0 AB ENTRANCE RS +CA003062451 53.6000 -114.9833 780.0 AB ENTWISTLE +CA003062475 53.5667 -115.1167 819.0 AB EVANSBURG AGCM 71481 +CA003062480 53.6333 -115.0000 793.0 AB EVANSBURG CDA EPF +CA003062630 55.1500 -114.8000 1030.0 AB FLATTOP LO +CA003062654 54.3500 -114.8000 610.0 AB FORT ASSINIBOINE RS +CA003062655 54.3667 -114.9167 670.0 AB FORT ASSINIBOINE RS +CA003062656 54.3500 -114.8333 627.0 AB FORT ASSINIBOINE 2 +CA003062660 54.4167 -114.7667 676.0 AB FORT ASSINIBOINE AGCM 71483 +CA003062675 57.1833 -111.6167 235.0 AB FORT MACKAY RS +CA003062693 56.6500 -111.2167 369.0 AB FORT MCMURRAY A +CA003062695 56.7333 -111.3833 253.0 AB FT MCMURRAY +CA003062696 56.6500 -111.2167 369.0 AB FORT MCMURRAY CS GSN 71585 +CA003062697 56.6500 -111.2167 369.0 AB FORT MCMURRAY 71689 +CA003062700 56.6500 -111.2167 369.0 AB FORT MCMURRAY AWOS A 71932 +CA003062880 54.7500 -116.0667 1402.0 AB GOOSE MOUNTAIN LO +CA003062889 56.6167 -110.5000 515.0 AB GORDON LAKE LO +CA003062905 56.3000 -112.2167 533.0 AB GRANDE LO +CA003062957 54.8667 -113.5667 640.0 AB GROSMONT +CA003062965 55.5833 -116.1500 579.0 AB GROUARD +CA003062966 55.5667 -116.1500 610.0 AB GROUARD +CA003062968 55.0167 -110.6167 737.0 AB GROUND ZERO AFS +CA003063075 53.6167 -117.7000 1158.0 AB HAY RIVER RS +CA003063120 55.0000 -111.3333 887.0 AB HEART LAKE LO +CA003063130 54.0167 -115.0000 701.0 AB HELDAR +CA003063135 53.8000 -118.4500 1448.0 AB HENDRICKSON CREEK 71979 +CA003063160 55.4333 -116.5167 594.0 AB HIGH PRAIRIE +CA003063162 55.4000 -116.4833 602.0 AB HIGH PRAIRIE A +CA003063165 55.4000 -116.4833 602.0 AB HIGH PRAIRIE AGDM 71226 +CA003063176 55.4333 -116.4667 600.0 AB HIGH PRAIRIE CDA EPF +CA003063178 55.4833 -116.4500 591.0 AB HIGH PRAIRIE NORTH +CA003063180 55.4333 -116.5000 597.0 AB HIGH PRAIRIE RS +CA003063248 53.9167 -115.5333 823.0 AB HIGHWAY +CA003063340 53.4167 -117.5667 1014.0 AB HINTON +CA003063342 53.4000 -117.5833 1021.0 AB HINTON FTS +CA003063347 55.0333 -115.6167 1152.0 AB HOUSE MOUNTAIN LO +CA003063354 53.9833 -118.1833 1429.0 AB HUCKLEBERRY LO +CA003063433 54.4667 -115.5667 1189.0 AB IMPERIAL LO +CA003063516 54.4667 -113.9833 613.0 AB JARVIE +CA003063517 54.4500 -113.9833 613.0 AB JARVIE HAMLET +CA003063518 53.4500 -117.8167 1158.0 AB JARVIS LAKE +CA003063523 53.2333 -117.8167 1003.0 AB JASPER EAST GATE +CA003063526 53.3167 -117.7500 1227.0 AB JASPER-HINTON +CA003063563 57.5833 -110.3333 549.0 AB JOHNSON LAKE LO +CA003063620 54.1167 -116.6333 1003.0 AB KAYBOB 3 +CA003063630 58.3167 -110.2833 457.0 AB KEANE LO +CA003063646 55.3333 -115.4167 590.0 AB KINUSO RS +CA003063680 54.7667 -111.9667 559.0 AB LAC LA BICHE +CA003063684 54.7667 -112.0167 565.0 AB LAC LA BICHE A +CA003063685 54.7667 -112.0167 567.0 AB LAC LA BICHE (AUT) +CA003063686 54.7667 -112.0167 567.0 AB LAC LA BICHE CLIMATE 71316 +CA003063690 54.7667 -112.9667 562.0 AB LAC LA BICHE RS +CA003063910 54.3000 -114.1667 640.0 AB LINARIA +CA003063930 56.4667 -113.1833 579.0 AB LIVOCK LO +CA003063977 53.1167 -115.3167 914.0 AB LODGEPOLE RS +CA003063981 54.2833 -115.1167 732.0 AB LONE PINE +CA003063R2L 54.0167 -115.5000 885.0 AB LITTLE PADDLE HEADWATERS +CA003064040 53.0833 -116.6833 1445.0 AB LOVETT LO +CA003064085 54.0667 -114.3167 640.0 AB LUNNFORD +CA003064157 53.5833 -114.8833 755.0 AB MAGNOLIA +CA003064190 54.1167 -114.2500 640.0 AB MANOLA +CA003064209 55.9500 -112.0333 693.0 AB MARIANA LAKES +CA003064219 55.5500 -114.5500 1000.0 AB MARTEN HILLS AFS +CA003064220 55.5000 -114.7000 1021.0 AB MARTEN MOUNTAIN LO +CA003064240 53.8667 -116.6667 1491.0 AB MAYBERNE LO +CA003064282 53.9667 -115.1167 713.0 AB MAYERTHORPE +CA003064284 53.8500 -115.3500 732.0 AB MAYERTHORPE 2 +CA003064300 55.6167 -112.3500 896.0 AB MAY LO +CA003064400 54.6167 -113.3500 684.0 AB MEANOOK +CA003064490 53.5500 -117.0000 945.0 AB MEDICINE LODGE RS +CA003064515 55.5500 -114.1833 1006.0 AB MERIDIAN LO +CA003064528 57.0333 -111.5667 310.0 AB MILDRED LAKE 71255 +CA003064531 57.0833 -111.5833 310.0 AB MILDRED LAKE +CA003064532 57.0333 -111.5667 310.0 AB MILDRED LAKE SYNCRUDE +CA003064580 55.1833 -114.0500 579.0 AB MIRROR LANDING RS +CA003064587 53.5500 -118.0333 1647.0 AB MOBERLY LO +CA003064640 53.4667 -114.9833 762.0 AB MOON LAKE +CA003064657 54.2333 -115.0167 633.0 AB MOOSE WALLOW +CA003064740 57.1333 -110.9000 652.0 AB MUSKEG LO +CA003064776 54.5667 -113.6833 732.0 AB NARROW LAKES LO +CA003064810 53.6000 -115.7000 838.0 AB NITON JUNCTION CDA EPF +CA003064908 53.5500 -117.2167 1088.0 AB OBED +CA003064910 53.5667 -117.5000 1585.0 AB OBED LO +CA003064964 54.0333 -114.7500 655.0 AB PADDLE RIVER +CA003064966 54.0500 -114.6667 660.0 AB PADDLE RIVER 764 +CA003065000 54.2333 -116.8333 1135.0 AB PASS CREEK LO +CA003065080 54.0667 -114.9167 695.0 AB PEAVINE +CA003065160 55.6167 -113.5667 914.0 AB PELICAN MOUNTAIN LO +CA003065172 54.2667 -113.9667 610.0 AB PIBROCH +CA003065180 54.5000 -115.4667 1103.0 AB PIMPLE LO +CA003065305 54.7500 -110.0500 678.0 AB PRIMROSE LO +CA003065475 54.5000 -111.7000 585.0 AB RICH LAKE AGDM 71349 +CA003065492 57.9167 -110.9667 305.0 AB RICHARDSON LO +CA003065505 53.2333 -116.9667 1130.0 AB ROBB RS +CA003065510 54.3667 -113.5167 1130.0 AB ROCHESTER +CA003065512 54.4500 -113.5167 655.0 AB ROCHESTER NORTH +CA003065515 55.3333 -113.4667 716.0 AB ROCK ISLAND LAKE LO +CA003065541 53.8833 -115.2500 732.0 AB RONAN +CA003065560 55.3000 -111.9833 750.0 AB ROUND HILL LO +CA003065693 54.8667 -114.7667 700.0 AB SALTEAUX +CA003065700 55.6667 -115.8333 716.0 AB SALT PRAIRIE LO +CA003065705 55.6333 -116.0500 610.0 AB SALT PRAIRIE RS +CA003065710 54.6500 -110.9833 732.0 AB SAND RIVER LO +CA003065715 55.8333 -113.6667 594.0 AB SANDY LAKE LO +CA003065720 53.9000 -114.8667 701.0 AB SANGUDO +CA003065723 53.9500 -114.9500 658.0 AB SANGUDO ROYDALE +CA003065725 53.8000 -114.8667 716.0 AB SANGUDO SOUTH +CA003065765 53.4333 -116.5167 958.0 AB SCHWARTZ CREEK +CA003065792 53.4667 -114.8667 823.0 AB SEBA LANGLEY +CA003065884 57.2667 -111.4667 738.0 AB SHELL HARTLEY RIVER +CA003065885 53.8500 -115.9667 829.0 AB SHINING BANK +CA003065886 53.8167 -115.9333 914.0 AB SHINING BANK RS +CA003065887 54.3833 -115.0167 640.0 AB SHOAL CREEK +CA003065995 55.3000 -114.7833 583.0 AB SLAVE LAKE 71369 +CA003065997 55.3000 -114.7833 583.0 AB SLAVE LAKE RCS 71693 +CA003065998 55.3000 -114.7833 583.0 AB SLAVE LAKE CR10 +CA003065999 55.2833 -114.7833 583.0 AB SLAVE LAKE A +CA003065B2A 53.5667 -116.1000 945.0 AB PINEDALE +CA003066000 55.2833 -114.7667 585.0 AB SLAVE LAKE +CA003066001 55.3000 -114.7833 581.0 AB SLAVE LAKE A +CA003066002 55.3000 -114.7833 583.0 AB SLAVE LAKE AWOS A GSN 71069 +CA003066003 55.2833 -114.6333 586.0 AB SLAVE LAKE HQTRS +CA003066017 55.1667 -114.0000 586.0 AB SMITH +CA003066018 55.1667 -114.0333 565.0 AB SMITH RS +CA003066155 56.3833 -111.2667 780.0 AB STONEY MOUNTAIN +CA003066160 56.3833 -111.2333 762.0 AB STONEY MOUNTAIN LO +CA003066280 54.7333 -115.2167 1272.0 AB SWAN DIVE LO +CA003066297 54.6667 -115.4167 1059.0 AB SWAN HILLS +CA003066298 54.7333 -115.4000 1128.0 AB SWAN HILLS RS +CA003066299 54.7167 -116.4333 1128.0 AB SWAN HILLS RS +CA003066325 53.4667 -117.8000 1261.0 AB SWITZER +CA003066364 56.9833 -111.4500 240.0 AB TAR ISLAND +CA003066367 54.3000 -113.5167 611.0 AB TAWATINAW AGCM 71549 +CA003066380 56.8833 -111.6500 604.0 AB THICKWOOD LO +CA003066495 53.9333 -116.3333 1295.0 AB TOM HILL LO +CA003066500 54.3833 -117.4000 1036.0 AB TONY LO +CA003066705 54.4000 -114.3833 671.0 AB VEGA +CA003066710 54.4333 -114.4333 709.0 AB VEGA LO +CA003066770 54.6667 -112.0667 576.0 AB VENICE +CA003066920 55.3500 -114.9833 584.0 AB WAGNER +CA003066935 55.2000 -112.5000 564.0 AB WANDERING RIVER RS +CA003066FME 54.0667 -114.8000 655.0 AB TWIN LAKES +CA003067259 54.0000 -115.3500 762.0 AB WEST PADDLE +CA003067370 54.1333 -115.6667 741.0 AB WHITECOURT +CA003067371 54.1333 -115.7833 785.0 AB WHITECOURT 71256 +CA003067372 54.1500 -115.7833 782.0 AB WHITECOURT A 71930 +CA003067388 54.1333 -115.6833 741.0 AB WHITECOURT FOREST HQ +CA003067392 54.0333 -115.7167 1201.0 AB WHITECOURT LO +CA003067542 53.8667 -117.5500 1064.0 AB WILDHAY +CA003067560 53.6000 -115.2167 800.0 AB WILDWOOD +CA003067561 53.7333 -115.2333 853.0 AB WILDWOOD NORTH +CA003067562 53.5667 -115.2500 823.0 AB WILDWOOD SOUTH +CA003067586 54.1833 -116.2500 808.0 AB WINDFALL AFS +CA003067590 55.3333 -110.2000 744.0 AB WINEFRED LO +CA003067620 53.1500 -115.9000 1099.0 AB WOLF LO +CA003067680 53.2333 -117.1500 1463.0 AB YELLOWHEAD LO +CA003067NF0 53.5667 -115.3167 853.0 AB WILDWOOD NEWBERY +CA00306A008 58.6333 -111.6833 212.0 AB PRAIRIE RIVER 71593 +CA00306A009 53.4000 -117.5333 1011.0 AB HINTON VALLEY +CA00306A9E1 53.2500 -115.3833 914.0 AB CYNTHIA +CA00306BGCQ 54.5500 -115.3000 821.0 AB FREEMAN RIVER +CA00306C344 53.9167 -114.8000 671.0 AB HOPE LAKE +CA00306CC41 53.4833 -117.8000 1158.0 AB HINTON BLUE LAKE CENTRE +CA00306E304 54.7833 -110.0667 606.0 AB PRIMROSE LAKE 2 +CA00306GE70 53.3833 -118.3500 1402.0 AB WILLOW CREEK 1 71252 +CA00306KD60 53.2000 -115.8833 927.0 AB ETA LAKE +CA00306KFE3 54.3667 -114.9167 671.0 AB FORT ASSINIBOINE +CA003070043 59.1667 -118.3333 366.0 AB ADAIR LO +CA003070230 59.1833 -119.4500 579.0 AB AMBER LO +CA003070310 58.7000 -118.6833 305.0 AB ASSUMPTION +CA003070311 58.7000 -118.7167 335.0 AB ASSUMPTION +CA003070480 54.8167 -118.9167 939.0 AB BALD MOUNTAIN LO +CA003070493 55.5833 -117.2167 564.0 AB BALLATER +CA003070540 57.4833 -117.6500 732.0 AB BATTLE RIVER LO +CA003070560 55.2000 -119.4000 745.0 AB BEAVERLODGE CDA +CA003070565 55.3333 -119.4000 427.0 AB BEAVERLODGE REDLOW +CA0030705E9 55.2000 -119.4000 745.0 AB BEAVERLODGE CDA +CA0030705LQ 58.2000 -118.2167 755.0 AB BASSET LO +CA003070600 55.2000 -119.4000 745.0 AB BEAVERLODGE RCS 71230 +CA003070640 56.1500 -117.7500 655.0 AB BERWYN +CA003070642 56.1500 -117.6833 626.0 AB BERWYN CDA +CA003070701 58.1000 -112.1500 731.0 AB BIRCH MOUNTAIN TOWER +CA003070703 57.1167 -116.5000 732.0 AB BISON LO +CA003070718 55.9167 -119.0500 622.0 AB BLUEBERRY CREEK +CA003070720 55.9333 -119.1333 732.0 AB BLUEBERRY MTN CDA EPF +CA003070800 56.1167 -117.8833 748.0 AB BROWNVALE AGCM 71283 +CA003070960 58.0500 -116.2667 335.0 AB BUFFALO HEAD PRAIRIE +CA003070970 57.9500 -116.2167 793.0 AB BUFFALO LO +CA003070995 56.3000 -116.4333 732.0 AB CADOTTE LO +CA003070NLN 57.3667 -119.8167 760.0 AB BASNETT +CA003071150 59.2500 -110.8000 327.0 AB CAMBRIA LO +CA003071330 59.5167 -114.5667 914.0 AB CARIBOU MTN LO +CA003071331 58.9667 -111.8000 244.0 AB CARLSON'S LANDING LO +CA003071332 58.9167 -111.8000 213.0 AB CARLSON TOWER +CA003071521 59.3833 -112.3833 305.0 AB CHERRY MOUNTAIN TOWER +CA003071550 57.1167 -118.3333 762.0 AB CHINCHAGA LO +CA003071555 57.0000 -113.4167 564.0 AB CHIPEWYAN LAKES LO +CA003071660 56.6000 -119.4167 933.0 AB CLEAR HILLS LO +CA003071677 55.6667 -118.0833 793.0 AB CODESA LO +CA003071860 54.1833 -119.4000 1856.0 AB COPTON LO +CA003071955 56.7333 -117.4667 518.0 AB DEADWOOD +CA003071960 56.7333 -117.4500 518.0 AB DEADWOOD EXP ST +CA003071965 56.6333 -117.3500 610.0 AB DEADWOOD LO +CA003071966 56.5833 -117.3000 503.0 AB DEADWOOD REINWOOD +CA003072001 55.2667 -118.1833 639.0 AB DEBOLT GOODWIN +CA003072002 54.9333 -118.0667 610.0 AB DEBOLT RS +CA003072063 55.4500 -119.9333 793.0 AB DEMMITT CDA EPF +CA003072093 56.9667 -119.5500 1219.0 AB DOIG LO +CA003072096 55.7333 -117.1000 602.0 AB DONNELLY +CA003072100 55.8167 -114.3000 610.0 AB DOUCETTE LO +CA003072145 55.9333 -118.5833 398.0 AB DUNVEGAN +CA003072151 55.8000 -117.8833 563.0 AB EAGLESHAM AGCM 71461 +CA003072160 54.7833 -118.2333 800.0 AB ECONOMY LO +CA003072235 57.8500 -113.2500 610.0 AB EDRA LO +CA003072246 58.9833 -110.4333 215.0 AB EGG ISLAND 71404 +CA003072320 55.0667 -119.6667 747.0 AB ELMWORTH +CA003072321 55.0500 -119.5667 701.0 AB ELMWORTH CDA EPF +CA003072322 55.1000 -119.7500 754.0 AB ELMWORTH CDA EPF +CA003072475 56.4833 -118.7333 665.0 AB EUREKA RIVER +CA003072520 56.0667 -118.3833 670.0 AB FAIRVIEW +CA003072521 55.9667 -118.5000 610.0 AB FAIRVIEW 2 +CA003072525 56.0833 -118.4333 655.0 AB FAIRVIEW AGDM 71347 +CA003072536 56.0667 -118.3833 646.0 AB FAIRVIEW FSA +CA003072539 56.0833 -118.5333 604.0 AB FAIRVIEW THREE FOX FARM +CA003072600 55.7333 -117.2000 582.0 AB FALHER +CA003072618 55.4667 -117.4000 587.0 AB FISH CREEK +CA003072635 58.6833 -114.9833 884.0 AB FOGGY LO +CA003072637 57.7833 -119.5000 1036.0 AB FONTAS LO +CA003072638 58.6167 -117.1500 320.0 AB FOOTNER LAKE HQ +CA003072655 58.7667 -111.1167 238.0 AB FORT CHIPEWYAN 71305 +CA003072657 58.7167 -111.1500 238.0 AB FORT CHIPEWYAN +CA003072658 58.7667 -111.1167 232.0 AB FORT CHIPEWYAN A +CA003072659 58.7667 -111.1167 238.0 AB FORT CHIPEWYAN RCS 71056 +CA003072662 58.7667 -111.1167 238.0 AB FORT CHIPEWYAN AWOS A +CA003072719 58.4500 -116.0500 238.0 AB FORT VERMILION +CA003072720 58.3833 -116.0333 279.0 AB FORT VERMILION CDA +CA003072723 58.3833 -116.0333 289.0 AB FORT VERMILION 71024 +CA003072730 58.3833 -116.0500 283.0 AB FORT VERMILION +CA003072732 58.4000 -116.0333 247.0 AB FORT VERMILION RS +CA003072735 54.4000 -116.9333 841.0 AB FOX CREEK RS +CA003072768 58.7167 -113.9000 244.0 AB GARDEN RIVER +CA003072783 55.9000 -115.7500 678.0 AB GIFT LAKE LO +CA003072840 55.2667 -119.7667 762.0 AB GOODFARE CDA EPF +CA00307288R 53.9167 -118.8667 1255.0 AB GRANDE CACHE +CA003072895 53.8667 -119.1500 1200.0 AB GRANDE CACHE S.T.P. +CA0030728QR 54.0000 -119.1000 1067.0 AB GRANDE CACHE MILNER +CA003072900 53.9000 -119.1000 1250.0 AB GRANDE CACHE RS +CA003072910 55.1667 -118.8000 652.0 AB GRANDE PRAIRIE +CA003072915 55.1833 -118.8833 669.0 AB GRANDE PRAIRIE CR21X +CA003072920 55.1833 -118.8833 669.0 AB GRANDE PRAIRIE A 71940 +CA003072970 55.0167 -118.8000 701.0 AB GROVEDALE RS +CA003073070 57.6500 -117.4167 610.0 AB HAWK HILLS LO +CA003073071 57.2667 -117.3000 455.0 AB HAWK HILLS AGCM 71507 +CA003073072 59.8833 -111.4833 244.0 AB HAY CAMP TOWER +CA003073073 58.7333 -118.6833 317.0 AB HAY LAKES RS +CA003073140 58.6167 -117.1667 338.0 AB HIGH LEVEL GSN 71066 +CA003073145 58.5167 -117.1000 327.0 AB HIGH LEVEL A +CA003073146 58.6167 -117.1667 338.0 AB HIGH LEVEL A +CA003073150 58.5167 -117.1000 324.0 AB HIGH LEVEL RS +CA003073190 55.3667 -116.8667 594.0 AB HIGH PRAIRIE WEST +CA003073245 58.8333 -111.5500 212.0 AB HIGH ROCK TOWER +CA003073315 56.4167 -118.6000 706.0 AB HINES CREEK +CA003073320 56.1833 -118.5333 655.0 AB HINES CREEK EXP ST +CA003073323 56.2500 -118.6167 661.0 AB HINES CREEK RS +CA003073345 57.0167 -117.6000 453.0 AB HOTCHKISS +CA003073346 57.3333 -118.9500 945.0 AB HOTCHKISS LO +CA003073425 55.3000 -119.5833 735.0 AB HYTHE +CA003073511 56.8833 -116.5667 663.0 AB JACKPINE AFS +CA003073535 55.9167 -117.1167 638.0 AB JEAN COTE AGCM 71541 +CA003073545 58.4333 -115.0500 274.0 AB JEAN D'OR RS +CA003073550 57.5167 -113.7500 762.0 AB JEAN LO +CA003073584 54.2000 -118.9000 1246.0 AB KAKWA +CA003073585 54.4333 -118.9667 1213.0 AB KAKWA LO +CA003073640 57.8000 -117.8667 427.0 AB KEG RIVER +CA003073641 57.7500 -117.6167 405.0 AB KEG RIVER RS +CA003073642 57.6500 -118.3500 950.0 AB KEG LO +CA003073643 57.7333 -117.0167 402.0 AB KEG RIVER LARSEN +CA003073655 59.9167 -113.9333 305.0 AB KLEWI TOWER +CA003073673 55.9000 -119.0667 640.0 AB KSITUAN +CA003073677 56.2667 -117.7667 649.0 AB LAC CARDINAL +CA003073730 58.1667 -116.3500 323.0 AB LA CRETE AGCM 71542 +CA003073735 58.1833 -116.4000 327.0 AB LA CRETE RS +CA003073740 55.4167 -119.2500 760.0 AB LA GLACE AGCM 71543 +CA003073764 58.0500 -114.1500 305.0 AB LAMBERT CREEK LO +CA003073792 57.4500 -112.8833 911.0 AB LEGEND LO +CA003073924 58.4000 -114.7500 290.0 AB LITTLE RED RIVER RS +CA003073F4M 56.0000 -116.6000 770.0 AB KIMIWAN LO +CA003074180 56.8833 -117.7000 480.0 AB MANNING +CA003074181 56.9000 -117.6333 488.0 AB MANNING +CA003074182 56.9500 -117.6500 491.0 AB MANNING +CA003074183 56.9167 -117.6000 460.0 AB MANNING RS +CA003074184 56.9500 -117.6333 483.0 AB MANNING +CA003074190 56.9667 -117.4500 457.0 AB MANNING AGDM 71229 +CA003074320 55.7167 -116.9500 623.0 AB MCLENNAN CDA EPF +CA003074322 55.7167 -116.9500 627.0 AB MCLENNAN RS +CA003074390 59.1167 -117.7000 320.0 AB MEANDER RIVER RS +CA003074494 54.6167 -116.6667 836.0 AB MEEKWAP +CA003074582 54.6000 -120.0167 1112.0 AB MISTANUSK CREEK +CA003074743 53.9167 -118.6500 1227.0 AB MUSKEG RS +CA003074750 56.0833 -114.6500 625.0 AB MUSKWA LO +CA003074780 57.6667 -117.7167 732.0 AB NAYLOR HILLS LO +CA003074808 57.3167 -117.2000 453.0 AB NINA LAKE +CA003074874 56.8333 -117.5667 485.0 AB NORTH STAR +CA003074880 54.5500 -119.5833 1574.0 AB NOSE MOUNTAIN LO +CA003074900 56.8667 -118.5833 762.0 AB NOTIKEWIN LO +CA003074902 57.0167 -117.5667 465.0 AB NOTIKEWIN EAST +CA003074935 56.3167 -119.7500 630.0 AB CLEARDALE AGDM 71221 +CA003074940 56.7000 -115.7667 732.0 AB OTTER LAKES LO +CA003074983 57.1833 -114.6167 692.0 AB PANNY LO +CA003074999 59.8833 -112.4833 238.0 AB PARSON LAKE TOWER +CA003075020 59.2000 -112.4167 238.0 AB PEACE POINT TOWER +CA003075038 56.2500 -117.2833 326.0 AB PEACE RIVER +CA003075040 56.2333 -117.4500 571.0 AB PEACE RIVER A 71068 +CA003075047 56.2500 -117.2500 373.0 AB PEACE RIVER CROSSING +CA003075048 56.2167 -117.2667 373.0 AB PEACE RIVER FOREST HQ +CA003075050 56.2333 -117.2833 317.0 AB PEACE RIVER WRB +CA003075055 56.1500 -117.4333 344.0 AB PEACE R SHAFTSBURY +CA003075100 56.6333 -114.6000 695.0 AB PEERLESS LAKE +CA003075160 55.6167 -118.3000 621.0 AB PEORIA AGDM 71348 +CA003075171 59.5333 -119.6167 777.0 AB PETITOT LO +CA003075172 57.6500 -114.5333 456.0 AB PICADELLY +CA0030751F7 58.3833 -113.1500 290.0 AB PENANCE TOWER +CA003075223 54.4833 -116.9833 762.0 AB PINE RS +CA003075225 54.7833 -119.4000 1067.0 AB PINTO LO +CA003075270 59.2000 -117.0667 395.0 AB PONDEROSA +CA003075285 58.9333 -116.2167 884.0 AB PONTON LO +CA003075320 55.2167 -117.5000 972.0 AB PUSKWASKAU LO +CA003075349 58.5000 -119.4167 536.0 AB RAINBOW RS +CA003075488 56.5500 -115.2833 546.0 AB RED EARTH 71246 +CA003075489 56.5500 -115.3667 518.0 AB RED EARTH +CA003075491 56.6667 -115.1167 610.0 AB RED EARTH LO +CA0030754R1 56.6333 -115.1167 518.0 AB RED EARTH RS +CA003075600 55.7500 -118.7833 610.0 AB RYCROFT +CA003075601 55.7833 -118.6667 575.0 AB RYCROFT AGCM 71546 +CA003075688 55.6167 -119.7167 960.0 AB SADDLE HILLS LO +CA003075760 55.2500 -119.3500 793.0 AB SASKATOON MOUNTAIN +CA003075770 56.0833 -119.3500 703.0 AB SAVANNA AGCM 71547 +CA003075790 57.2333 -113.3500 823.0 AB SEAFORTH LO +CA003075858 55.4500 -118.6333 765.0 AB SEXSMITH WIEBE +CA003075937 54.4167 -117.7333 884.0 AB SIMONETTE +CA003075940 54.2333 -118.4167 1274.0 AB SIMONETTE LO +CA003075L48 58.3500 -119.7000 579.0 AB RAINBOW LO +CA003076020 54.4000 -118.3000 1158.0 AB SMOKY LO +CA003076025 53.9833 -119.1333 1219.0 AB SMOKY RIVER +CA003076040 54.6833 -117.5333 969.0 AB SNUFF MOUNTAIN LO +CA003076056 58.5833 -118.5000 373.0 AB SOUSA CREEK (AUT) +CA003076060 54.9333 -119.2000 762.0 AB SOUTH WAPITI RS +CA003076069 55.7000 -119.2333 1015.0 AB SPIRIT RIVER AUTO STATION 71571 +CA003076071 55.7833 -118.8333 630.0 AB SPIRIT RIVER RS +CA003076108 59.6333 -117.7833 707.0 AB STEEN LO +CA003076110 59.6333 -117.1667 297.0 AB STEEN RIVER RS +CA003076115 58.0167 -116.5833 366.0 AB STEEPHILL CREEK +CA003076320 54.9167 -116.7500 853.0 AB SWEATHOUSE LO +CA003076362 57.3333 -115.6667 884.0 AB TALBOT LAKE LO +CA003076363 55.8500 -117.6833 549.0 AB TANGENT +CA003076365 56.4667 -114.1167 762.0 AB TEEPEE LO +CA003076366 55.3500 -118.4000 670.0 AB TEEPEE CREEK AGCM 71690 +CA003076470 56.3667 -117.0000 610.0 AB THREE CREEKS RS +CA003076564 56.5000 -114.5500 649.0 AB TROUT LAKE +CA003076566 56.8000 -114.4167 762.0 AB TROUT MOUNTAIN LO +CA003076653 54.4333 -118.7500 1085.0 AB UNOCAL KAKWA +CA003076655 59.1167 -117.7000 320.0 AB UPPER HAY RIVER RS +CA003076675 55.0667 -117.2667 762.0 AB VALLEYVIEW RS +CA003076680 55.1000 -117.2000 698.0 AB VALLEYVIEW AGDM 71277 +CA003076905 56.0333 -113.8333 524.0 AB WABASCA +CA003076908 55.9667 -113.8333 545.0 AB WABASCA RS +CA003076913 57.7833 -115.4333 793.0 AB WADLIN LO +CA003076940 55.7833 -118.3833 561.0 AB WANHAM CDA +CA003077245 55.7167 -117.6167 384.0 AB WATINO +CA003077246 55.7167 -117.6333 393.0 AB WATINO +CA003077250 58.6500 -117.5667 701.0 AB WATT MOUNTAIN LO +CA003077420 56.1833 -115.4667 610.0 AB WHITEFISH LO +CA003077430 56.1167 -118.0833 671.0 AB WHITELAW +CA003077440 55.7000 -119.2333 1093.0 AB WHITE MOUNTAIN LO +CA003077478 56.5667 -118.0000 686.0 AB WHITEMUD GRAZING +CA003077480 56.4333 -118.0167 853.0 AB WHITEMUD LO +CA003077498 59.4333 -114.9000 962.0 AB WHITESAND AFS +CA003077500 59.4333 -114.9000 945.0 AB WHITESAND LO +CA003077615 55.6167 -118.9500 727.0 AB WOKING CDA +CA003077660 56.5000 -119.1167 914.0 AB WORSLEY +CA003077661 56.5333 -119.0000 649.0 AB WORSLEY-KOZACK +CA003077662 56.5000 -119.1333 640.0 AB WORSLEY RS +CA003077678 59.9000 -116.3333 305.0 AB YATES LO +CA003078000 58.5833 -119.1667 610.0 AB ZAMA LO +CA00307A010 59.9167 -118.9500 576.0 AB BISTCHO LAKE (F5) +CA00307A954 58.8833 -113.2167 253.0 AB DAVIDSON LAKE TOWER +CA00307C001 53.9167 -118.8667 1255.0 AB GRANDE CACHE AUTO +CA00307CE64 59.2000 -117.5167 395.0 AB JOHN WAYNE PONDEROSA +CA00307CR22 59.7000 -113.0333 277.0 AB LITTLE BUFFALO TOWER +CA00307F0G9 54.9500 -117.7333 719.0 AB SPRING CREEK MOOSE +CA00307JF5R 56.3333 -119.4833 643.0 AB CLEARDALE +CA00307JRN0 59.2667 -114.0000 914.0 AB CROWE TOWER +CA00307K73D 54.4000 -116.8167 829.0 AB FOX CREEK JUNCTION +CA00307KPFP 58.7167 -113.8667 241.0 AB GARDEN RIVER 71253 +CA00307NM9J 59.6667 -115.2000 945.0 AB REES TOWER +CA00307S002 56.2000 -119.4000 648.0 AB SNEDDON CREEK RS +CA003080740 54.2833 -110.6333 549.0 AB BONNYVILLE EXP ST +CA003081680 54.4167 -110.2833 541.0 AB COLD LAKE A GSN 71120 +CA003081682 54.4167 -110.2667 546.0 AB COLD LAKE SNOW +CA003081690 54.3667 -110.8667 556.0 AB DUPRE AGCM 71414 +CA003082660 54.3000 -110.6167 549.0 AB FORT KENT CDA EPF +CA003083480 54.4167 -111.0000 549.0 AB IRON RIVER +CA003083482 54.5000 -110.8667 579.0 AB IRON RIVER NORTH +CA003083725 54.4167 -110.7667 579.0 AB LA COREY RS +CA004010080 49.2500 -102.2833 580.0 SK ALAMEDA CDA EPF +CA004010100 49.4500 -101.8000 585.0 SK ALIDA +CA004010150 49.6167 -104.7333 728.0 SK AMULET +CA004010240 49.6333 -102.5333 604.0 SK ARCOLA CDA EPF +CA004010310 50.8167 -102.2167 536.0 SK ATWATER +CA004010320 50.0167 -105.0500 601.0 SK AVONLEA EXP ST +CA004010358 50.9333 -105.7000 579.0 SK AYLESBURY +CA004010360 51.0000 -105.6667 576.0 SK AYLESBURY CDA EPF +CA004010395 50.7833 -103.6167 576.0 SK BALCARRES +CA004010400 50.9000 -102.2833 526.0 SK BANGOR +CA004010540 50.0500 -104.2167 578.0 SK BECHARD +CA004010568 50.4500 -105.2000 582.0 SK BELLE PLAINE +CA004010570 49.4500 -102.9833 588.0 SK BENSON +CA004010811 50.2000 -104.7167 580.0 SK BRATT'S LAKE CLIMATE 71569 +CA004010840 50.1500 -105.2667 594.0 SK BRIERCREST +CA004010842 50.0833 -105.3500 629.0 SK BRIERCREST 2 +CA004010878 50.3833 -102.5500 597.0 SK BROADVIEW +CA004010879 50.3667 -102.5667 600.0 SK BROADVIEW 71861 +CA004010880 50.2500 -102.5333 620.0 SK BROADVIEW A +CA004010960 51.7167 -102.7333 503.0 SK BUCHANAN +CA004010961 51.7167 -102.8333 503.0 SK BUCHANAN +CA004010984 50.5500 -105.3833 588.0 SK BUFFALO POUND LAKE +CA004011090 49.7167 -102.0333 629.0 SK CANNINGTON MANOR +CA004011095 51.6333 -102.3833 482.0 SK CANORA +CA004011120 49.8167 -105.6500 701.0 SK CARDROSS +CA004011160 49.6333 -102.2667 631.0 SK CARLYLE +CA004011250 49.2167 -101.7500 515.0 SK CARNDUFF +CA004011280 50.4500 -105.8667 579.0 SK CARON +CA004011440 49.4667 -104.6000 713.0 SK CEYLON +CA004011441 49.3833 -104.6500 753.0 SK CEYLON +CA004011580 50.0500 -105.2167 643.0 SK CLAYBANK +CA004011640 50.5500 -104.7667 572.0 SK CONDIE +CA004011843 49.9500 -102.9667 675.0 SK CORNING +CA004011846 51.5167 -101.7833 450.0 SK COTE +CA004011880 49.8000 -103.2500 625.0 SK CREELMAN +CA004011888 50.9833 -102.4167 505.0 SK CRESCENT LAKE +CA004011980 50.8500 -104.2667 556.0 SK CUPAR +CA004012039 51.6500 -104.4667 564.0 SK DAFOE +CA004012040 51.9333 -104.5667 540.0 SK DAFOE A +CA004012050 49.7333 -105.0333 716.0 SK DAHINDA +CA004012120 51.2667 -105.9833 619.0 SK DAVIDSON +CA004012125 51.3667 -105.8000 626.0 SK DAVIDSON 17NORTHEAST +CA004012130 51.4167 -105.8000 640.0 SK DAVIDSON 30 NE +CA004012160 50.3833 -104.1000 662.0 SK DAVIN +CA004012161 50.3667 -104.1833 662.0 SK DAVIN 2 +CA004012162 50.4000 -104.1833 640.0 SK DAVIN 3 +CA004012163 50.3667 -104.2000 662.0 SK DAVIN 4 +CA004012164 50.3667 -104.1667 655.0 SK DAVIN 5 +CA004012165 50.3667 -104.1500 648.0 SK DAVIN 6 +CA004012166 50.3833 -104.1667 648.0 SK DAVIN 7 +CA004012200 50.8667 -105.1667 521.0 SK DILKE +CA004012215 50.0667 -105.2000 521.0 SK DIRT HILLS +CA004012270 50.8667 -103.0833 585.0 SK DUFF +CA004012300 51.1833 -104.8667 584.0 SK DUVAL +CA004012309 51.1167 -103.9833 640.0 SK DYSART +CA004012340 50.6000 -104.0333 640.0 SK EDGELEY +CA004012364 49.0000 -101.6333 495.0 SK ELMORE +CA004012381 51.8000 -104.8500 542.0 SK ESK +CA004012390 49.2000 -103.0667 566.0 SK ESTEVAN +CA004012400 49.2167 -102.9667 581.0 SK ESTEVAN A GSN 71862 +CA004012410 49.2167 -102.9667 581.0 SK ESTEVAN 71559 +CA004012425 50.2500 -104.5333 579.0 SK ESTLIN +CA004012480 51.5000 -105.8500 524.0 SK FARRERDALE +CA004012483 51.1500 -103.0667 625.0 SK FENWOOD +CA004012485 49.3333 -101.4500 511.0 SK FERTILE +CA004012493 49.8833 -103.4333 619.0 SK FILLMORE +CA004012520 50.1167 -101.5333 541.0 SK FLEMING CDA EPF +CA004012525 50.0333 -101.5833 572.0 SK FLEMING SOUTH +CA004012560 51.6333 -103.5333 558.0 SK FOAM LAKE +CA004012561 51.7167 -103.5500 544.0 SK FOAM LAKE +CA004012600 50.7833 -103.8000 486.0 SK FORT QU'APPELLE +CA004012720 50.1167 -103.9167 603.0 SK FRANCIS +CA004012790 49.3000 -101.5333 518.0 SK GAINSBOROUGH +CA004012885 49.4833 -105.0333 747.0 SK GLASNEVIN +CA004012930 50.7667 -104.9333 526.0 SK GLEN MORAY +CA004012943 51.5000 -102.6667 484.0 SK GOOD SPIRIT LAKE +CA004012988 50.7000 -102.6333 541.0 SK GRAYSON +CA004013030 50.4167 -102.9333 599.0 SK GRENFELL +CA004013038 51.7833 -105.2833 526.0 SK GUERNSEY +CA004013040 51.8167 -105.2333 541.0 SK GUERNSEY CDA EPF +CA004013098 49.8333 -102.8667 678.0 SK HANDSWORTH +CA004013108 49.3333 -104.7500 713.0 SK HARDY +CA004013221 49.7500 -103.1500 625.0 SK HEWARD +CA004013251 49.1833 -102.6000 573.0 SK HIRSCH +CA004013270 51.0000 -105.5167 544.0 SK HOLDFAST +CA004013280 51.1000 -103.3333 663.0 SK HUBBARD +CA004013400 52.2000 -105.1000 567.0 SK HUMBOLDT +CA004013401 52.2667 -105.1167 549.0 SK HUMBOLDT +CA004013440 51.3667 -105.5333 556.0 SK IMPERIAL +CA004013480 50.5500 -103.6500 579.0 SK INDIAN HEAD CDA 71515 +CA004013490 50.5000 -103.6833 604.0 SK INDIAN HEAD PFRA +CA004013517 51.5333 -102.9833 521.0 SK INSINGER +CA004013518 51.5333 -103.0833 539.0 SK INSINGER +CA004013640 51.5667 -101.9000 440.0 SK KAMSACK +CA004013660 51.2500 -103.7500 676.0 SK KELLIHER +CA004013740 51.5000 -106.2667 616.0 SK KENASTON +CA004013770 49.6000 -104.5000 651.0 SK KHEDIVE +CA004014040 50.2000 -102.7333 671.0 SK KIPLING +CA004014050 49.5500 -102.6333 610.0 SK KISBEY +CA0040140D3 49.9167 -102.6667 747.0 SK KIPLING SOUTH 21 +CA004014100 51.7333 -103.6333 532.0 SK KRISTNES +CA004014105 50.3333 -104.3000 594.0 SK KRONAU +CA004014115 52.0000 -103.4500 585.0 SK KUROKI +CA004014136 50.2333 -104.1500 594.0 SK LAJORD +CA004014138 49.0667 -104.2500 724.0 SK LAKE ALMA +CA004014142 49.4500 -102.6167 594.0 SK LAMPMAN +CA004014143 50.1500 -102.4000 622.0 SK LANGBANK +CA004014145 50.9000 -101.7167 517.0 SK LANGENBURG +CA004014156 51.4167 -105.2500 497.0 SK LAST MOUNTAIN CS 71556 +CA004014280 50.8000 -103.7333 549.0 SK LEBRET +CA004014299 50.6000 -103.2500 587.0 SK LEMBERG +CA004014300 50.7167 -103.3167 618.0 SK LEMBERG +CA004014320 51.3000 -103.8667 676.0 SK LEROSS +CA004014322 52.0000 -104.6333 535.0 SK LEROY +CA004014325 51.2833 -103.9500 676.0 SK LESTOCK +CA004014360 51.1333 -105.3333 495.0 SK LIBERTY +CA004014480 50.8500 -103.7667 602.0 SK LIPTON +CA004014481 51.1500 -103.8833 640.0 SK LIPTON 2 +CA004014620 50.9333 -103.2833 579.0 SK LORLIE +CA004014720 50.6500 -104.8667 497.0 SK LUMSDEN +CA004014721 50.6000 -104.9667 564.0 SK LUMSDEN 2 +CA004014722 50.6000 -104.9333 559.0 SK LUMSDEN 3 +CA004014870 49.2333 -103.2333 571.0 SK MACOUN +CA004014913 49.6167 -102.1000 633.0 SK MANOR +CA004014914 49.6833 -102.1000 655.0 SK MANOR +CA004015020 51.8333 -103.3333 544.0 SK MARGO +CA004015040 50.6167 -105.7000 599.0 SK MARQUIS +CA004015045 49.8333 -101.5167 576.0 SK MARYFIELD +CA004015048 49.3167 -103.9667 613.0 SK MAXIM +CA004015100 50.9500 -102.8000 558.0 SK MELVILLE +CA004015159 49.3833 -103.3000 587.0 SK MIDALE +CA004015160 49.4000 -103.4000 582.0 SK MIDALE +CA004015258 50.2500 -103.4667 678.0 SK MONTMARTRE +CA004015259 50.1167 -103.5500 658.0 SK MONTMARTRE +CA004015320 50.3333 -105.5667 577.0 SK MOOSE JAW A 71864 +CA004015322 50.3333 -105.5333 577.0 SK MOOSE JAW CS 71539 +CA004015325 50.3833 -105.7000 599.0 SK MOOSE JAW CHAB +CA004015328 50.3333 -105.5500 569.0 SK MOOSE JAW SNOW +CA004015341 49.8333 -102.2833 770.0 SK MOOSE MOUNTAIN PARK +CA004015344 49.8833 -103.0333 619.0 SK MOOSE MOUNTAIN RESERVOIR +CA004015360 50.1333 -101.6667 576.0 SK MOOSOMIN +CA004015400 50.4500 -106.0500 606.0 SK MORTLACH EXP ST +CA004015440 52.3333 -105.0000 580.0 SK MUENSTER +CA004015489 50.7167 -103.5167 606.0 SK NEUDORF +CA004015560 51.5167 -105.0000 524.0 SK NOKOMIS +CA004015580 51.8667 -102.0667 496.0 SK NORQUAY +CA004015612 49.0000 -102.2667 561.0 SK NORTHGATE +CA004015648 50.3333 -103.6833 658.0 SK ODESSA +CA004015680 49.7167 -105.3667 686.0 SK ORMISTON +CA004015716 49.1500 -103.7500 604.0 SK OUNGRE +CA004015800 49.3167 -102.1167 576.0 SK OXBOW +CA004015863 49.6500 -104.5500 649.0 SK PANGMAN +CA004015867 50.4667 -106.0667 610.0 SK PARKBEG +CA004015870 51.4000 -103.2667 637.0 SK PARKERVIEW +CA004015875 51.4333 -103.4000 649.0 SK PARKERVIEW 2 +CA004015920 50.3333 -105.3500 571.0 SK PASQUA +CA004015960 51.9833 -103.9167 533.0 SK PASWEGIN +CA004016080 50.4167 -105.0000 577.0 SK PENSE +CA004016081 51.0833 -105.4333 503.0 SK PENZANCE +CA004016185 51.9500 -102.6500 518.0 SK PREECEVILLE +CA004016187 51.8167 -102.7167 521.0 SK PREECEVILLE 2 +CA004016300 51.2833 -104.3000 644.0 SK PUNNICHY +CA004016320 50.5167 -103.8833 650.0 SK QU'APPELLE +CA004016322 50.5667 -103.9833 663.0 SK QU'APPELLE 1 +CA004016330 52.0667 -104.2333 488.0 SK QUILL LAKE +CA004016335 51.3500 -104.4167 630.0 SK QUINTON +CA004016400 49.5000 -104.2833 633.0 SK RADVILLE +CA004016402 49.4667 -104.2833 701.0 SK RADVILLE MURRAY +CA004016403 49.4000 -104.4000 696.0 SK RADVILLE 2 +CA004016450 51.5667 -104.5833 564.0 SK RAYMORE +CA004016520 49.5833 -101.7000 594.0 SK REDVERS +CA004016521 49.6000 -101.7167 596.0 SK REDVERS +CA004016522 49.5333 -101.7000 587.0 SK REDVERS +CA004016560 50.4333 -104.6667 578.0 SK REGINA INT'L A 71863 +CA004016562 50.4833 -104.5833 585.0 SK REGINA CO-OP UPGRADER SNOW +CA004016563 50.4000 -104.5833 574.0 SK REGINA SIAST SNOW +CA004016565 50.4500 -104.6667 570.0 SK REGINA RCMP SNOW +CA004016640 50.4000 -104.5667 573.0 SK REGINA CDA +CA004016641 50.4667 -104.6000 579.0 SK REGINA CITY GREENHOUSES +CA004016643 50.3833 -104.5833 579.0 SK REGINA EXP FARM SUBSTN +CA004016651 50.5667 -104.8333 556.0 SK REGINA GILMOUR +CA004016660 50.4167 -104.6000 573.0 SK REGINA HILLSDALE +CA004016673 50.5167 -104.5000 602.0 SK REGINA KING +CA004016680 50.4333 -104.6333 579.0 SK REGINA LEGISLATIVE GRNDS +CA004016690 50.4333 -104.5167 590.0 SK REGINA MEMORIAL GARDENS +CA004016695 50.4333 -104.6333 573.0 SK REGINA NORMANDY HEIGHTS +CA004016699 50.4333 -104.6667 577.0 SK REGINA RCS 71514 +CA004016725 50.4167 -104.6000 573.0 SK REGINA SOUTH HILLSDALE +CA004016730 50.4667 -104.6667 579.0 SK REGINA TRANSCONA +CA004016760 50.5333 -104.4833 602.0 SK REGINA WATERWORKS +CA004016780 50.4000 -104.6000 575.0 SK REGINA WHITMORE +CA004016842 50.4667 -101.5500 479.0 SK ROCANVILLE +CA004016960 50.2167 -104.6667 587.0 SK ROWATT +CA004017095 50.9667 -102.2667 523.0 SK SALTCOATS +CA004017280 50.1667 -104.1833 597.0 SK SEDLEY +CA004017281 50.1167 -104.1000 590.0 SK SEDLEY +CA004017320 51.4167 -104.7333 562.0 SK SEMANS +CA004017370 51.1667 -104.4000 622.0 SK SERATH +CA004017515 50.4833 -103.3833 608.0 SK SINTALUTA +CA004017704 52.3667 -104.3667 578.0 SK SPALDING +CA004017734 50.6167 -101.5500 488.0 SK SPY HILL +CA004017780 50.6500 -102.3833 541.0 SK STOCKHOLM +CA004017797 51.3000 -102.0333 526.0 SK STORNOWAY +CA004017800 51.0667 -104.9500 544.0 SK STRASBOURG +CA004017816 51.0833 -104.9833 548.0 SK STRASBOURG EXP ST +CA004017910 50.4833 -103.0667 573.0 SK SUMMERBERRY +CA004018074 51.5000 -102.9667 526.0 SK THEODORE +CA004018098 51.4000 -101.5833 559.0 SK TOGO +CA004018105 49.0833 -103.5000 587.0 SK TORQUAY +CA004018117 50.6500 -104.6667 594.0 SK TREGARVA +CA004018120 49.2500 -103.8333 607.0 SK TRIBUNE +CA004018160 50.8833 -106.3000 607.0 SK TUGASKE +CA004018445 51.6333 -102.1500 473.0 SK VEREGIN +CA004018496 50.8667 -102.4667 530.0 SK WALDRON +CA004018506 50.1833 -102.1333 602.0 SK WAPELLA +CA004018508 50.4500 -101.9333 575.0 SK WAPELLA NEWFINLAND +CA004018510 50.1333 -102.0500 609.0 SK WAPELLA PIPESTONE +CA004018511 50.2000 -101.9833 586.0 SK WAPELLA ST PAULS +CA004018513 49.8167 -102.6667 780.0 SK WARMLEY +CA004018640 51.6667 -105.4667 541.0 SK WATROUS +CA004018642 51.6667 -105.4000 526.0 SK WATROUS EAST 71511 +CA004018645 51.6667 -105.4667 544.0 SK WATROUS 2 +CA004018678 49.9333 -101.9667 643.0 SK WAWOTA +CA004018680 49.9167 -102.0333 662.0 SK WAWOTA EXP ST +CA004018760 49.6500 -103.8333 570.0 SK WEYBURN +CA004018762 49.6667 -103.8500 570.0 SK WEYBURN 2 +CA004018880 50.3500 -102.2667 598.0 SK WHITEWOOD +CA004018920 50.1667 -104.3333 585.0 SK WILCOX +CA004018960 49.4167 -102.5000 594.0 SK WILLMAR +CA004019007 51.5667 -104.1167 648.0 SK WISHART +CA004019022 50.3000 -103.1500 671.0 SK WOLSELEY +CA004019023 50.4333 -103.2833 594.0 SK WOLSELEY +CA004019035 51.7667 -104.2000 561.0 SK WYNYARD +CA004019039 50.7167 -101.9000 511.0 SK YARBO +CA004019040 49.8167 -104.1833 580.0 SK YELLOW GRASS +CA004019070 51.1833 -102.5167 498.0 SK YORKTON +CA004019073 51.2667 -102.4667 498.0 SK YORKTON 71886 +CA004019075 51.2667 -102.4667 498.0 SK YORKTON 71292 +CA004019080 51.2667 -102.4667 498.0 SK YORKTON A 71138 +CA004019082 51.2000 -102.2333 527.0 SK TONKIN +CA004019085 51.2667 -102.4667 498.0 SK YORKTON 71138 +CA004019090 51.1333 -102.4167 504.0 SK YORKTON CDA EPF +CA004019095 51.2167 -102.4667 503.0 SK YORKTON RCMP SNOW +CA0040190LN 51.7667 -104.2000 560.0 SK WYNYARD (AUT) 71865 +CA004019200 50.6333 -104.4000 683.0 SK ZEHNER +CA00401FFDB 50.4167 -104.5833 573.0 SK REGINA UNIVERSITY +CA00401G7R7 49.6167 -103.0667 610.0 SK STOUGHTON +CA00401HP5R 49.7000 -103.8000 589.0 SK WEYBURN 71452 +CA00401I010 50.3833 -102.6833 600.0 SK BROADVIEW +CA00401JR89 51.2833 -106.8500 575.0 SK CUTBANK +CA00401R001 50.4333 -104.6667 577.0 SK REGINA COTE +CA004020020 50.7000 -108.7833 695.0 SK ABBEY +CA004020130 51.3333 -109.8500 658.0 SK ALSASK HARDENE +CA004020160 49.7167 -107.3000 754.0 SK ANEROID +CA004020280 49.7333 -105.9667 724.0 SK ASSINIBOIA +CA004020286 49.7333 -105.9500 726.0 SK ASSINIBOIA AIRPORT 71487 +CA004020560 50.8333 -107.3167 660.0 SK BEECHY +CA004020700 51.1500 -106.8833 590.0 SK BIRSAY +CA004020701 51.0833 -106.9667 594.0 SK BIRSAY +CA004020720 50.0000 -105.7833 680.0 SK BISHOPRIC +CA004020772 50.0333 -107.7667 899.0 SK BLUMENHOF +CA004021025 50.5167 -108.4500 678.0 SK CABRI +CA004021040 49.7167 -107.7500 785.0 SK CADILLAC +CA004021200 50.0500 -108.6500 807.0 SK CARMICHAEL +CA004021240 50.0500 -108.6500 807.0 SK CARMICHAEL EXP ST +CA004021520 50.4667 -106.6500 672.0 SK CHAPLIN +CA004021600 50.1333 -106.3667 685.0 SK CODERRE +CA004021650 49.7667 -106.1167 720.0 SK CONGRESS +CA004021850 50.1667 -106.2500 666.0 SK COURVAL +CA004021851 50.1833 -105.8833 693.0 SK COURVAL +CA004021996 49.6667 -109.4667 1196.0 SK CYPRESS HILLS +CA004022180 50.9000 -107.2500 697.0 SK DEMAINE CDA EPF +CA004022328 50.2833 -106.1833 709.0 SK EASTLEIGH +CA004022359 51.1333 -106.5833 595.0 SK ELBOW CS 71450 +CA004022360 51.1167 -106.6000 588.0 SK ELBOW +CA004022361 51.1333 -106.5833 595.0 SK ELBOW +CA004022363 51.1667 -106.5500 605.0 SK ELBOW 2 NE +CA004022368 51.1333 -108.0333 610.0 SK ELROSE +CA004022440 51.1500 -108.7667 680.0 SK ESTON +CA004022540 49.4500 -106.2333 800.0 SK FLINTOFT +CA004022680 50.4000 -109.4333 709.0 SK FOX VALLEY +CA004022800 49.8167 -108.5667 905.0 SK GARDEN HEAD +CA004022840 50.8333 -106.7333 647.0 SK GILROY CDA EPF +CA004022934 49.4500 -106.6667 610.0 SK GLENTWORTH +CA004022936 50.1833 -109.8000 747.0 SK GOLDEN PRAIRIE +CA004022960 49.8833 -106.5500 700.0 SK GRAVELBOURG +CA004022976 49.8667 -106.7167 700.0 SK GRAVELBOURG CDA EPF +CA004023053 50.2667 -108.5500 762.0 SK GULL LAKE +CA004023060 49.9500 -108.4667 907.0 SK GULL LAKE CDA EPF +CA004023160 49.5833 -107.1000 739.0 SK HAZENMORE +CA004023210 50.4333 -107.2167 701.0 SK HERBERT +CA004023212 50.4667 -107.2667 710.0 SK HERBERT 2 +CA004023240 50.9833 -107.9333 647.0 SK HIGH POINT +CA004023260 50.1167 -106.9667 697.0 SK HODGEVILLE +CA004023263 49.9833 -106.9333 724.0 SK HODGEVILLE 2 +CA004023360 51.2333 -107.9167 613.0 SK HUGHTON +CA004023430 49.8833 -108.3667 892.0 SK ILLERBRUN +CA004023500 50.3667 -109.3500 701.0 SK INGEBRIGHT LAKE +CA004023520 49.7167 -108.2833 903.0 SK INSTOW +CA004023800 49.6667 -107.0000 739.0 SK KINCAID +CA004024080 49.6833 -108.9167 1074.0 SK KLINTONEL +CA004024120 50.7333 -108.0167 686.0 SK KYLE CDA EPF +CA004024121 50.8667 -107.9333 640.0 SK KYLE I +CA004024135 49.6500 -106.5667 750.0 SK LAFLECHE +CA004024160 50.8833 -109.5500 671.0 SK LEADER +CA004024161 50.8833 -109.5333 674.0 SK LEADER 2 +CA004024400 49.5000 -106.2500 759.0 SK LIMERICK +CA004024714 50.9500 -107.1500 665.0 SK LUCKY LAKE 71455 +CA004024715 50.9667 -107.1167 641.0 SK LUCKY LAKE +CA004024880 51.3167 -107.0833 697.0 SK MACRORIE +CA004024919 49.9000 -109.4667 767.0 SK MAPLE CREEK 71453 +CA004024920 49.9000 -109.4833 764.0 SK MAPLE CREEK +CA004024936 50.0000 -109.4667 764.0 SK MAPLE CREEK NORTH +CA004024937 49.8167 -109.6667 762.0 SK MAPLE CREEK CDA EPF +CA004024940 49.9000 -109.4833 767.0 SK MAPLE CREEK H S +CA004025047 50.7000 -107.7167 676.0 SK MATADOR +CA0040250MP 50.8000 -107.8833 671.0 SK MATADOR +CA004025242 49.9667 -105.6333 716.0 SK MITCHELLTON +CA004025485 50.2167 -107.1000 777.0 SK NEIDPATH +CA004025855 49.8667 -106.3500 727.0 SK PALMER +CA004025860 50.0000 -107.4333 777.0 SK PAMBRUN CDA EPF +CA004026040 50.5333 -108.2333 730.0 SK PENNANT +CA004026175 50.8833 -109.0500 678.0 SK PORTREEVE +CA004026480 49.5833 -105.6667 676.0 SK READLYN +CA004026787 51.1500 -108.6000 678.0 SK RICHLEA +CA004026799 50.9167 -106.8667 647.0 SK RIVERHURST +CA004026840 50.4833 -108.7500 723.0 SK ROADENE +CA004026847 51.1500 -107.2667 725.0 SK ROCK POINT +CA004027000 50.4000 -107.4000 712.0 SK RUSH LAKE +CA004027110 51.0333 -108.0500 610.0 SK SANCTUARY +CA004027400 50.6833 -108.6833 709.0 SK SHACKLETON CDA EPF +CA004027440 50.1833 -106.5667 710.0 SK SHAMROCK +CA004027480 49.6500 -108.4000 917.0 SK SHAUNAVON +CA004027482 49.7500 -108.4167 908.0 SK SHAUNAVON CDA EPF +CA004027485 49.6500 -108.4167 914.0 SK SHAUNAVON 2 +CA004027486 49.9000 -108.4167 892.0 SK SHAUNAVON 3 +CA004027775 50.6000 -107.8000 727.0 SK STEWART VALLEY +CA004027880 51.3333 -106.6000 614.0 SK STRONGFIELD +CA004027960 50.3000 -109.9833 762.0 SK SURPRISE +CA004028035 50.3333 -107.7500 744.0 SK SWIFT CURRENT +CA004028038 50.3000 -107.6833 817.0 SK SWIFT CURRENT 71142 +CA004028040 50.3000 -107.6833 817.0 SK SWIFT CURRENT A 71870 +CA004028056 50.2833 -107.7500 762.0 SK SWIFT CURRENT CDA SRL +CA004028060 50.2667 -107.7333 825.0 SK SWIFT CURRENT CDA GSN 71446 +CA004028101 50.0500 -108.8000 811.0 SK TOMPKINS +CA004028360 50.3833 -106.5500 671.0 SK VALJEAN +CA004028500 50.0667 -109.3833 732.0 SK WAPASHOE +CA004029029 49.3333 -106.2500 846.0 SK WOOD MOUNTAIN +CA004029030 49.5667 -106.7833 730.0 SK WOODROW +CA00402DADF 51.2167 -109.5167 736.0 SK LAPORTE +CA00402DAF0 50.9167 -109.5000 676.0 SK LEADER AIRPORT 71459 +CA004030569 49.3833 -105.1333 689.0 SK BENGOUGH +CA004030594 49.0167 -105.0167 743.0 SK BIG BEAVER +CA004030800 49.2000 -108.1000 888.0 SK BRACKEN CDA EPF +CA004030805 49.3833 -108.1167 914.0 SK BRACKEN NORTH +CA004031480 49.3667 -108.4333 930.0 SK CHAMBERY +CA004031581 49.1333 -109.1000 975.0 SK CLAYDON +CA004031585 49.2000 -108.3833 939.0 SK CLIMAX +CA004031760 49.3000 -109.5167 931.0 SK CONSUL +CA004031776 49.3000 -109.4833 942.0 SK CONSUL +CA004031844 49.1167 -105.5167 773.0 SK CORONACH +CA004031845 49.2667 -105.6000 831.0 SK CORONACH +CA0040318MN 49.0500 -105.4833 756.0 SK CORONACH SPC 71516 +CA004031999 49.6333 -109.5167 1271.0 SK CYPRESS HILLS PARK 71139 +CA004032000 49.6667 -109.4833 1372.0 SK CYPRESS HILLS PARK +CA004032320 49.5167 -108.7500 913.0 SK EASTEND CDA EPF +CA004032321 49.3667 -108.7667 914.0 SK EASTEND CDA EPF SOUTH +CA004032322 49.4333 -108.9833 1080.0 SK EASTEND CYPRESS (AUT) 71131 +CA004032323 49.5167 -108.8167 914.0 SK EASTEND 2 +CA004032335 49.0000 -105.4167 739.0 SK EAST POPLAR RIVER +CA004032510 49.5333 -109.8833 1036.0 SK FLAP JACK +CA004032640 49.4667 -109.5667 1105.0 SK FORT WALSH +CA004032762 49.3833 -107.7833 823.0 SK FRENCHMAN VALLEY +CA004032766 49.2000 -108.5667 901.0 SK FRONTIER +CA004034380 49.3000 -106.5833 914.0 SK LIDGETT +CA004034500 49.2667 -105.9833 817.0 SK LISIEUX +CA004034910 49.1000 -107.0167 830.0 SK MANKOTA 71204 +CA004034912 49.0000 -106.9500 785.0 SK MANKOTA 2 +CA004035120 49.4667 -109.7667 1036.0 SK MERRYFLAT +CA004035200 49.1667 -104.5833 695.0 SK MINTON +CA004035480 49.2000 -109.5167 945.0 SK NASHLYN +CA004036440 49.4833 -109.0833 953.0 SK RAVENSCRAG +CA004036841 49.3833 -109.3500 962.0 SK ROBSART +CA004036844 49.1667 -105.9833 917.0 SK ROCKGLEN (AUT) 71135 +CA004037360 49.2667 -109.7000 968.0 SK SENATE +CA004038116 49.0000 -108.3833 902.0 SK TREELON +CA004038400 49.3667 -107.8500 808.0 SK VAL-MARIE +CA004038410 49.2500 -107.6500 793.0 SK VAL-MARIE EXP ST +CA004038412 49.0667 -107.5833 796.0 SK VAL MARIE SOUTHEAST 71137 +CA004038460 49.5167 -105.3667 725.0 SK VICEROY CDA EPF +CA004038470 49.5167 -105.3500 725.0 SK VICEROY EXP ST +CA004038490 49.3500 -109.5000 945.0 SK VIDORA +CA004038740 49.0000 -106.3833 876.0 SK WEST POPLAR RIVER +CA004039000 49.0167 -109.9167 833.0 SK WILLOW CREEK +CA004039001 49.0833 -109.8167 861.0 SK WILLOW CREEK +CA004039028 49.5667 -109.9333 1009.0 SK WOODLOT +CA004040120 51.3833 -110.0000 701.0 SK ALSASK +CA004040180 51.5667 -108.1667 567.0 SK ANGLIA +CA004040267 52.7833 -109.9000 640.0 SK ARTLAND +CA00404037Q 51.3167 -108.4167 637.0 SK BAD LAKE IHD 102 +CA004040420 52.6833 -108.3333 494.0 SK BATTLEFORD +CA004040430 52.7667 -108.2833 529.0 SK BATTLEFORDS UNION HOSPITAL SNO +CA004040587 51.3000 -108.4000 676.0 SK BICKLEIGH +CA004040600 52.0667 -107.9833 671.0 SK BIGGAR +CA004041000 53.4500 -109.2000 572.0 SK BUTTE ST PIERRE +CA004041087 52.4000 -108.1167 716.0 SK CANDO +CA004041088 52.4000 -108.2667 710.0 SK CANDO +CA004041405 52.9000 -109.1833 643.0 SK CARRUTHERS +CA004042188 52.3000 -109.5833 696.0 SK DENZIL +CA004042338 53.1833 -108.7667 549.0 SK EDAM +CA004042760 53.5833 -109.6333 550.0 SK FRENCHMAN BUTTE +CA004042880 53.3333 -108.2667 690.0 SK GLASLYN CDA EPF +CA004042881 53.3167 -108.6833 610.0 SK GLASLYN CDA +CA004042884 53.4167 -108.1333 690.0 SK GLASLYN 2 +CA004042920 53.2333 -108.0000 689.0 SK GLENBUSH +CA004042921 53.1000 -108.0333 632.0 SK GLENBUSH +CA004043215 51.6833 -108.3000 610.0 SK HERSCHEL +CA004043216 51.6333 -108.3667 582.0 SK HERSCHEL +CA004043246 53.4500 -109.7167 584.0 SK HILLMOND +CA004043248 53.4333 -109.7167 610.0 SK HILLMOND 2 +CA004043653 52.0000 -108.5833 685.0 SK KELFIELD +CA004043750 51.9667 -109.0500 666.0 SK KERROBERT +CA004043888 51.4667 -109.1500 681.0 SK KINDERSLEY +CA004043900 51.5167 -109.1833 694.0 SK KINDERSLEY A 71129 +CA004043904 51.5000 -109.1667 681.0 SK KINDERSLEY CDA EPF +CA004043920 51.4667 -109.1667 683.0 SK KINDERSLEY KY +CA004044152 53.0333 -109.5500 594.0 SK LASHBURN +CA004044155 53.1167 -109.6333 617.0 SK LASHBURN 1 +CA004044558 53.3000 -110.0000 646.0 SK LLOYDMINSTER +CA004044562 53.2833 -109.6667 648.0 SK LLOYDMINSTER 12E +CA004044680 51.6500 -110.0000 689.0 SK LOVERNA CDA EPF +CA004044735 52.0833 -109.4000 701.0 SK LUSELAND +CA004044800 52.3333 -109.9500 667.0 SK MACKLIN +CA004044850 52.3333 -109.9500 671.0 SK MACKLIN +CA004044887 53.0833 -109.3000 592.0 SK MAIDSTONE +CA004045049 52.6000 -107.6500 564.0 SK MAYMONT +CA004045070 53.3500 -108.0333 700.0 SK MEDSTEAD +CA004045487 52.8000 -109.6000 668.0 SK NEILBURG +CA004045600 52.7667 -108.2500 548.0 SK NORTH BATTLEFORD A 71876 +CA004045605 52.7667 -108.2500 548.0 SK NORTH BATTLEFORD +CA004045607 52.7667 -108.2500 548.0 SK NORTH BATTLEFORD RCS 71754 +CA004045660 53.8667 -109.9833 573.0 SK ONION LAKE +CA004045975 53.0167 -108.9500 561.0 SK PAYNTON +CA004046200 52.9667 -108.3667 536.0 SK PRINCE +CA004046280 52.7333 -108.5500 563.0 SK PRONGUA +CA004046360 53.1000 -107.8667 704.0 SK RABBIT LAKE +CA004046879 51.6167 -108.0167 586.0 SK ROSETOWN +CA004046880 51.5167 -107.8833 591.0 SK ROSETOWN CDA EPF +CA004046884 51.5667 -107.9167 586.0 SK ROSETOWN EAST 71510 +CA004046977 52.5833 -107.8500 538.0 SK RUDDELL +CA004047040 51.9000 -108.5167 695.0 SK RUTHILDA +CA004047050 51.9833 -109.9000 745.0 SK ST DONATUS +CA004047080 53.6333 -109.2167 640.0 SK ST WALBURG +CA004047081 53.7167 -109.1500 663.0 SK ST WALBURG +CA004047100 52.3000 -109.5000 725.0 SK SALT LAKE +CA004047238 52.3833 -109.4000 685.0 SK SCOTSTOWN +CA004047240 52.3667 -108.8333 660.0 SK SCOTT CDA 71489 +CA004047241 52.3667 -108.8333 660.0 SK SCOTT CS 71489 +CA004047644 52.3167 -107.7667 716.0 SK SONNINGDALE +CA004047680 51.5000 -107.7500 585.0 SK SOVEREIGN +CA004047681 51.5167 -107.7167 587.0 SK SOVEREIGN +CA004047730 53.5333 -109.0833 604.0 SK SPRUCE LAKE +CA004047798 51.7000 -108.5167 641.0 SK STRANRAER +CA004048240 53.4000 -108.9500 587.0 SK TURTLEFORD +CA004048250 53.4500 -109.0000 587.0 SK TURTLEFORD CDA EPF +CA004048320 52.4167 -109.0833 640.0 SK UNITY +CA004048326 52.2333 -109.2000 655.0 SK UNITY SOUTH +CA004048520 53.1333 -109.4000 638.0 SK WASECA +CA004050037 52.4000 -106.1667 518.0 SK ABERDEEN +CA004050275 52.1333 -107.2333 519.0 SK ASQUITH +CA004050480 52.8667 -104.8500 451.0 SK BEATTY +CA004050500 51.9667 -106.7000 488.0 SK BEAVER CREEK +CA004050675 53.0000 -105.4833 460.0 SK BIRCH HILLS +CA004050768 51.7833 -106.4000 536.0 SK BLACKSTRAP +CA004050770 52.7667 -106.9000 518.0 SK BLAINE LAKE +CA004050774 52.5500 -107.2333 541.0 SK BORDEN 18N +CA004051080 53.2833 -106.5500 488.0 SK CAMEO +CA004051147 52.8000 -106.5667 521.0 SK CARLTON +CA004051636 51.9333 -105.7667 543.0 SK COLONSAY +CA004051720 51.5167 -107.2500 571.0 SK CONQUEST +CA004051920 52.4833 -105.7333 572.0 SK CUDWORTH +CA004052070 52.2833 -105.7667 617.0 SK DANA CFB +CA004052175 51.9500 -107.1500 526.0 SK DELISLE +CA004052210 51.3167 -107.3333 644.0 SK DINSMORE +CA004052230 51.8000 -107.1833 533.0 SK DONAVON +CA004052280 51.8000 -106.5000 529.0 SK DUNDURN +CA004052448 52.7667 -104.9000 466.0 SK ETHELTON +CA004052671 53.4167 -105.1167 468.0 SK FOXFORD +CA004052810 53.5833 -106.0500 468.0 SK GATEHOUSE +CA004052933 51.4667 -106.8333 568.0 SK GLENSIDE +CA004052956 52.0667 -106.6333 503.0 SK GRASSWOOD +CA004053080 52.7167 -107.3667 587.0 SK HAFFORD +CA004053083 52.5000 -106.4833 520.0 SK HAGUE +CA004053090 52.5000 -107.0833 549.0 SK HALCYONIA +CA004053120 51.7333 -107.5833 578.0 SK HARRIS +CA004053192 53.4333 -105.5833 477.0 SK HENRIBOURG +CA004053200 53.3667 -105.6000 465.0 SK HENRIBOURG CDA EPF +CA004053264 52.8500 -105.7833 473.0 SK HOEY +CA004053266 53.2333 -106.1500 488.0 SK HOLBEIN +CA004053960 52.9500 -105.0167 463.0 SK KINISTINO +CA004054110 52.7000 -107.0333 463.0 SK KRYDOR +CA004054240 53.0167 -106.7500 526.0 SK LEASK +CA004054241 53.0667 -106.9833 559.0 SK LEASK +CA004054306 51.8833 -107.5167 556.0 SK LENEY +CA004054795 53.0167 -106.0167 477.0 SK MACDOWALL +CA004055010 52.9167 -106.8000 523.0 SK MARCELIN +CA004055043 52.3333 -106.6667 520.0 SK MARTENSVILLE +CA004055079 52.8167 -104.6000 490.0 SK MELFORT 71456 +CA004055080 52.8667 -104.6000 463.0 SK MELFORT +CA004055085 52.8167 -104.6000 480.0 SK MELFORT CDA +CA004055165 51.4333 -107.5000 578.0 SK MILDEN +CA004055450 52.3167 -105.6833 545.0 SK MUSKIKI SPRINGS +CA004055640 53.5333 -105.7667 494.0 SK NORTHSIDE +CA004055699 52.4167 -106.5000 519.0 SK OSLER 6 N +CA004055720 51.4833 -107.0500 541.0 SK OUTLOOK +CA004055722 51.6167 -106.9500 540.0 SK OUTLOOK 2 +CA004055736 51.4833 -107.0500 541.0 SK OUTLOOK PFRA 71551 +CA004055880 53.2333 -106.5833 515.0 SK PARKSIDE CDA EPF +CA004056120 52.4167 -105.1500 552.0 SK PILGER +CA004056230 53.1667 -105.7500 437.0 SK PRINCE ALBERT +CA004056240 53.2167 -105.6667 428.0 SK PRINCE ALBERT A GSN 71869 +CA004056270 53.2500 -105.5500 438.0 SK PRINCE ALBERT WEYERHAEUSER SNO +CA004056381 52.4000 -107.4167 520.0 SK RADISSON 1 +CA004056382 52.4667 -107.4667 543.0 SK RADISSON 2 +CA004056920 52.6667 -106.3333 510.0 SK ROSTHERN +CA004057070 52.9167 -105.8000 440.0 SK ST LOUIS +CA004057118 52.1167 -106.6500 503.0 SK SASKATOON +CA004057120 52.1667 -106.7167 504.0 SK SASKATOON DIEFENBAKER INT'L A 71866 +CA004057122 52.1000 -106.6167 510.0 SK SASKATOON CALDER CENTRE SNOW +CA004057124 52.1167 -106.7000 485.0 SK SASK POWER FLETCHER ROAD SNOW +CA004057130 52.1000 -106.6000 521.0 SK SASKATOON CENTRAL AVE +CA004057154 52.1500 -106.5500 510.0 SK SASKATOON KERNEN FARM +CA004057155 52.1500 -106.5500 510.0 SK SASKATOON KERNEN FARM CS +CA004057157 52.1333 -106.6167 506.0 SK SASKATOON NATIONAL HYDROLOGY S +CA004057160 52.1333 -106.6333 515.0 SK SASKATOON NRC +CA004057165 52.1667 -106.7167 504.0 SK SASKATOON RCS 71496 +CA004057170 52.1667 -106.6833 504.0 SK SASKATOON 1 +CA004057172 52.1167 -106.6667 491.0 SK SASKATOON 2 +CA004057180 52.1500 -106.6000 497.0 SK SASKATOON SRC +CA004057200 52.1333 -106.6333 515.0 SK SASKATOON U OF S +CA004057202 52.1167 -106.6833 483.0 SK SASKATOON WATER TP +CA004057757 52.8667 -104.3333 465.0 SK STAR CITY +CA004057760 52.7167 -104.3333 469.0 SK STAR CITY CDA EPF +CA004057890 53.7333 -106.7167 492.0 SK STURGEON CROSSING +CA004057920 51.3333 -107.2333 655.0 SK SURBITON +CA004058000 52.1500 -106.5833 507.0 SK SUTHERLAND +CA004058390 51.8833 -106.8167 526.0 SK VALLEY PARK +CA004058420 52.0167 -107.0333 510.0 SK VANSCOY UPPER AIR +CA004058425 52.0167 -107.1000 505.0 SK VANSCOY COMINCO +CA004058492 51.9500 -105.6333 547.0 SK VISCOUNT +CA004058494 52.3167 -106.1000 529.0 SK VONDA +CA004058495 52.6500 -105.7167 511.0 SK WAKAW +CA004058728 53.4500 -105.2500 474.0 SK WEIRDALE +CA004058732 53.0333 -105.1000 456.0 SK WELDON +CA004059220 51.8000 -105.9333 541.0 SK ZELMA +CA00405DJDN 52.3667 -107.0167 503.0 SK LANGHAM 2W +CA00405I010 53.7500 -105.2667 495.0 SK CANDLE LAKE +CA004060452 54.3333 -109.6333 533.0 SK BEACON HILL +CA004060468 59.2167 -109.7000 238.0 SK BEARTOOTH ISLAND +CA004060620 53.8333 -107.0333 503.0 SK BIG RIVER +CA004060628 53.8500 -107.0000 485.0 SK BIG RIVER EXP ST +CA004060760 53.9833 -105.8667 518.0 SK BITTERN CREEK +CA004060790 56.1167 -103.7500 381.0 SK BRABANT LAKE +CA004060980 55.8667 -108.4833 421.0 SK BUFFALO NARROWS +CA004060981 55.8500 -108.4667 423.0 SK BUFFALO NARROWS +CA004060982 55.8333 -108.4333 434.0 SK BUFFALO NARROWS A 71077 +CA004060983 55.8333 -108.4167 440.0 SK BUFFALO NARROWS (AUT) 71077 +CA004061410 58.5333 -109.4833 330.0 SK CARSWELL LAKE +CA004061570 58.0833 -104.4833 467.0 SK CIGAR LAKE +CA004061590 58.3667 -109.5167 330.0 SK CLUFF LAKE +CA004061592 58.3833 -109.5167 339.0 SK CLUFF LAKE AUTO +CA004061629 58.1833 -103.7000 492.0 SK COLLINS BAY 71075 +CA004061630 58.1833 -103.7000 492.0 SK COLLINS BAY +CA004061632 58.1833 -103.7000 490.0 SK COLLINS BAY CAMECO +CA004061840 55.4333 -104.8667 366.0 SK CONTACT LAKE +CA004061860 57.3833 -106.6667 479.0 SK CREE LAKE +CA004061861 57.3500 -107.1333 495.0 SK CREE LAKE +CA004062168 58.3000 -103.9500 450.0 SK DAWN LAKE +CA004062240 54.3167 -108.7000 503.0 SK DORINTOSH +CA004062580 59.3333 -107.1667 210.0 SK FOND DU LAC +CA004062660 56.8000 -105.3500 514.0 SK FOSTER LAKE +CA004062825 57.7000 -103.9500 412.0 SK GEIKIE RIVER +CA004062940 54.4000 -109.2333 506.0 SK GOODSOIL +CA004063020 54.2833 -107.7833 468.0 SK GREEN LAKE +CA004063420 55.4500 -107.8667 421.0 SK ILE A LA CROSSE +CA004063560 55.5333 -102.3500 299.0 SK ISLAND FALLS +CA004063600 55.5833 -102.4333 299.0 SK ISLAND FALLS 2 +CA004063605 55.5333 -102.3500 297.0 SK ISLAND FALLS (AUT) 71331 +CA004063623 54.9167 -109.9667 637.0 SK JIMMY LAKE AWOS 71023 +CA004063650 54.8667 -108.1667 457.0 SK KEELEY LAKE +CA004063753 57.2500 -105.6000 514.0 SK KEY LAKE, SK 71033 +CA004063755 57.2500 -105.6167 509.0 SK KEY LAKE +CA004063757 57.2500 -105.6167 514.0 SK KEY LAKE 71499 +CA004063759 57.2500 -105.6000 514.0 SK KEY LAKE A +CA004063940 54.1333 -106.4500 514.0 SK KINGSMERE +CA004063980 57.0833 -102.0167 351.0 SK KINOOSAO +CA004064130 55.1333 -105.3333 366.0 SK LAC LA RONGE +CA004064149 55.1500 -105.2667 379.0 SK LA RONGE RCS GSN 71586 +CA004064150 55.1500 -105.2667 379.0 SK LA RONGE A 71922 +CA004064312 53.5500 -107.5667 607.0 SK LEOVILLE +CA004064590 54.0333 -109.0333 594.0 SK LOON LAKE +CA004064600 54.0500 -109.1000 543.0 SK LOON LAKE CDA EPF +CA004064620 54.0167 -109.1333 546.0 SK LOON LAKE RCS 71273 +CA004065055 54.1333 -108.4333 481.0 SK MEADOW LAKE +CA004065058 54.1333 -108.5167 481.0 SK MEADOW LAKE A 71125 +CA004065060 54.1333 -108.4333 494.0 SK MEADOW LAKE 2 +CA004065172 53.3333 -107.2500 617.0 SK MILDRED +CA004065220 55.6000 -104.7667 355.0 SK MISSINIPE +CA004065255 54.5000 -105.5333 508.0 SK MOLANOSA +CA004065710 55.6500 -104.7333 358.0 SK OTTER RAPIDS +CA004066090 54.3500 -109.7500 549.0 SK PIERCELAND +CA004066106 54.4000 -109.7500 549.0 SK PIERCELAND EXP ST +CA004067576 55.1500 -106.2667 434.0 SK SMOOTH STONE RIVER +CA004067655 56.3333 -103.2833 344.0 SK SOUTHEND 71451 +CA004067720 53.3667 -107.5333 589.0 SK SPIRITWOOD +CA004067723 53.3667 -107.5500 584.0 SK SPIRITWOOD WEST 71133 +CA004067740 55.4167 -104.5667 351.0 SK STANLEY +CA004067795 59.2500 -105.8333 225.0 SK STONY RAPIDS +CA004067PR5 59.2500 -105.8333 245.0 SK STONY RAPIDS A 71132 +CA004068340 59.5667 -108.4833 318.0 SK URANIUM CITY A 71076 +CA004068485 53.4833 -107.0333 521.0 SK VICTOIRE +CA004068559 53.9167 -106.0667 569.0 SK WASKESIU LAKE 71454 +CA004068560 53.9167 -106.0833 532.0 SK WASKESIU LAKE +CA004068840 56.2333 -103.1500 344.0 SK WHITESAND DAM +CA004069010 53.4833 -107.5500 579.0 SK WITCHEKAN +CA004069019 58.1167 -103.2000 415.0 SK WOLLASTON LAKE +CA004069020 58.0500 -103.1667 396.0 SK WOLLASTON LAKE +CA00406N0NM 54.1333 -108.5167 481.0 SK MEADOW LAKE 71970 +CA00406QLD0 59.5667 -108.4833 318.0 SK URANIUM CITY (AUT) 71076 +CA004070365 53.2000 -103.8000 362.0 SK AYLSHAM +CA004071360 53.3333 -103.5167 362.0 SK CARROT RIVER EXP ST +CA004071560 53.5000 -104.4833 442.0 SK CHOICELAND +CA004071612 53.2500 -104.1667 398.0 SK CODETTE ELKHORN +CA004071680 53.1500 -103.3167 398.0 SK CONNELL CREEK EXP ST +CA004071913 52.8500 -103.7333 465.0 SK CROOKED RIVER +CA004071918 54.2833 -104.5500 716.0 SK CUB HILLS +CA004071960 53.9667 -102.3000 271.0 SK CUMBERLAND HOUSE +CA004071961 53.9500 -102.2667 268.0 SK CUMBERLAND HOUSE +CA004071962 53.9167 -102.3667 269.0 SK CUMBERLAND HOUSE 2 +CA004074640 53.2833 -104.3333 375.0 SK LOST RIVER +CA004075180 54.6000 -104.2167 424.0 SK MILE 97 +CA004075518 53.3333 -104.0000 372.0 SK NIPAWIN A +CA004075520 53.3500 -104.0167 358.0 SK NIPAWIN 2 +CA004075522 53.3333 -104.0167 372.0 SK NIPAWIN +CA004075840 53.5167 -105.5333 485.0 SK PADDOCKWOOD EXP ST +CA004076790 53.0500 -104.2500 413.0 SK RIDGEDALE +CA004077557 53.3667 -103.1667 319.0 SK SMOKY BURN +CA004077560 53.3333 -103.1333 362.0 SK SMOKY BURN CDA EPF +CA004077600 53.5333 -104.6833 447.0 SK SNOWDEN CDA EPF +CA004077605 53.5833 -104.6833 452.0 SK SNOWDEN WHITETAIL +CA004077735 53.7000 -103.3500 291.0 SK SQUAW RAPIDS +CA004078080 52.8667 -104.0000 450.0 SK TISDALE +CA004078084 52.7500 -103.4000 501.0 SK TISDALE SOUTH +CA004078415 52.7833 -104.2000 462.0 SK VALPARAISO +CA004078800 53.4500 -104.0833 372.0 SK WHITE FOX CDA EPF +CA00407N51G 53.3333 -104.0000 372.0 SK NIPAWIN 71312 +CA004080200 52.4333 -104.0167 556.0 SK ARCHERWILL +CA004080250 52.8333 -101.7833 308.0 SK ARMIT +CA004080260 51.9667 -101.7333 450.0 SK ARRAN +CA004080262 52.2000 -101.6333 450.0 SK ARRAN 23N +CA004080580 52.6000 -102.5667 518.0 SK BERTWELL +CA004082072 52.1333 -102.2000 512.0 SK DANBURY +CA004082374 52.2000 -102.5333 583.0 SK ENDEAVOUR +CA004082376 52.1833 -102.6667 541.0 SK ENDEAVOUR 2 +CA004083320 52.8667 -102.4000 372.0 SK HUDSON BAY +CA004083321 52.8167 -102.3167 358.0 SK HUDSON BAY A 71868 +CA004083322 52.8167 -102.3167 358.0 SK HUDSON BAY +CA004083323 52.8833 -102.5833 422.0 SK HUDSON BAY 13W +CA004083324 52.8167 -102.3167 358.0 SK HUDSON BAY(AUT) 71868 +CA004083325 52.8500 -102.5333 395.0 SK HUDSON BAY 2 +CA004083720 52.1500 -103.5500 559.0 SK KELVINGTON +CA004083736 52.1667 -103.5167 594.0 SK KELVINGTON EXP ST +CA004084440 52.0833 -103.2667 611.0 SK LINTLAW +CA004084ALM 52.5167 -104.3500 572.0 SK LAC VERT +CA004085050 52.5667 -103.8333 539.0 SK MCKAGUE +CA004085052 52.5833 -103.8333 543.0 SK MCKAGUE 2 +CA004085241 52.8500 -103.2333 482.0 SK MISTATIM +CA004086000 52.0833 -101.8667 509.0 SK PELLY +CA004086001 51.7333 -101.9000 499.0 SK PELLY 2 +CA004086136 52.5833 -104.5167 533.0 SK PLEASANTDALE +CA004086160 52.6500 -103.1500 465.0 SK PORCUPINE PLAIN +CA004086161 52.6000 -103.2500 498.0 SK PORCUPINE PLAIN 2 +CA004086162 52.7500 -103.2000 498.0 SK PORCUPINE PLAIN 3 +CA004086180 52.8667 -102.9833 467.0 SK PRAIRIE RIVER +CA004087640 52.6167 -103.0167 439.0 SK SOMME CDA EPF +CA004088720 52.7500 -102.8333 422.0 SK WEEKES +CA005010033 49.8333 -100.3000 427.0 MB ALEXANDER +CA005010114 50.1667 -100.8500 486.0 MB ARROW RIVER +CA005010140 49.2833 -99.3000 450.0 MB BALDUR +CA005010143 49.4167 -99.1667 425.0 MB BALDUR 5 NORTHEAST +CA005010180 49.3667 -100.9333 442.0 MB BEDE +CA005010190 49.4000 -99.4333 447.0 MB BELMONT +CA005010191 49.3000 -99.4500 482.0 MB BELMONT +CA005010216 50.5833 -101.2667 526.0 MB BINSCARTH +CA005010227 50.8167 -100.9167 578.0 MB BIRDTAIL +CA005010240 50.4333 -101.0500 522.0 MB BIRTLE +CA005010310 51.5333 -101.3833 609.0 MB BOGGY CREEK +CA005010480 49.9167 -99.9500 409.0 MB BRANDON A 71140 +CA005010481 49.9167 -99.9500 409.0 MB BRANDON A 71140 +CA005010485 49.8667 -99.9833 363.0 MB BRANDON CDA +CA005010490 49.9000 -99.9500 409.0 MB BRANDON RCS 71136 +CA005010494 49.8167 -99.9500 396.0 MB BRANDON SOUTH +CA005010498 49.8333 -99.9833 396.0 MB BRANDON #1 WINTER BAY +CA005010524 50.0167 -99.5667 392.0 MB BROOKDALE +CA005010538 49.4667 -100.4667 442.0 MB CAMERON +CA005010547 49.9000 -99.3500 384.0 MB CARBERRY CS 71170 +CA005010548 49.8667 -99.3500 385.0 MB CARBERRY +CA005010550 50.2333 -100.3333 556.0 MB CARDALE +CA005010554 49.5500 -100.0000 488.0 MB CARROLL +CA0050105ED 49.6000 -100.0667 457.0 MB CARROLL 2W +CA005010609 50.3500 -99.8167 623.0 MB CLANWILLIAM +CA005010640 49.5500 -99.0833 374.0 MB CYPRESS RIVER +CA005010641 49.5667 -99.0667 374.0 MB CYPRESS RIVER RCS 71239 +CA005010760 49.1833 -100.5000 501.0 MB DELORAINE +CA005010761 49.1667 -100.4000 533.0 MB DELORAINE 2 +CA005010762 49.1500 -100.3667 549.0 MB DELORAINE 6 SE +CA005010868 49.9667 -101.2333 499.0 MB ELKHORN +CA005010894 50.4833 -99.9000 648.0 MB ERICKSON +CA005010906 49.4167 -100.1333 480.0 MB FAIRFAX +CA005010977 50.4167 -101.2333 480.0 MB FORT ELLICE +CA005010981 50.5167 -101.1500 533.0 MB FOXWARREN +CA005010982 50.6000 -101.1667 556.0 MB FOXWARREN NORTH +CA005010QFQ 49.9333 -101.2000 498.0 MB ELKHORN 2 EAST +CA005011051 49.5667 -99.3333 372.0 MB GLENBORO +CA005011080 49.1333 -100.6000 500.0 MB GOODLANDS CDA EPF +CA005011224 49.8167 -100.4667 404.0 MB GRISWOLD +CA005011240 50.1833 -100.6167 518.0 MB HAMIOTA +CA005011241 50.1833 -100.6000 520.0 MB HAMIOTA 2 +CA005011275 50.0333 -100.5000 472.0 MB HARDING +CA005011280 49.9167 -101.1000 488.0 MB HARGRAVE CDA EPF +CA005011283 49.5000 -100.5333 428.0 MB HARTNEY +CA005011293 49.9167 -100.5500 427.0 MB HILLVIEW +CA005011360 50.9000 -101.2333 594.0 MB INGLIS +CA005011434 49.9833 -100.5833 449.0 MB KENTON +CA005011600 49.0500 -101.1833 460.0 MB LYLETON +CA005011680 50.0833 -98.4500 255.0 MB MACDONALD A +CA005011705 50.2667 -100.6000 541.0 MB MCCONNELL +CA005011715 49.2500 -100.7000 458.0 MB MEDORA +CA005011720 49.3333 -101.0000 442.0 MB MELITA +CA005011721 49.2833 -100.9833 422.0 MB MELITA 2 +CA005011760 50.2667 -99.8333 521.0 MB MINNEDOSA +CA005011762 49.4500 -100.0500 477.0 MB MINTO +CA005011990 49.3333 -100.8500 435.0 MB NAPINKA +CA005012046 49.4833 -98.7500 457.0 MB NORQUAY +CA005012054 50.1000 -100.6333 503.0 MB OAKNER +CA00501205N 50.6667 -100.5500 622.0 MB OLHA +CA005012080 49.1833 -101.2667 469.0 MB PIERSON +CA005012200 49.5333 -100.9167 437.0 MB PIPESTONE +CA005012279 49.9667 -98.3000 261.0 MB PORTAGE LA PRAIRIE +CA005012280 49.9667 -98.3000 261.0 MB PORTAGE LA PRAIRIE +CA005012300 49.9833 -98.3000 262.0 MB PORTAGE ROMANCE +CA005012320 49.9000 -98.2667 270.0 MB PORTAGE SOUTHPORT A 71851 +CA005012321 49.9500 -98.2667 259.0 MB PORTAGE LA PRAIRIE CDA +CA005012322 49.9833 -98.3167 261.0 MB PORTAGE LA PRAIRIE 2 +CA005012324 49.9000 -98.2833 273.0 MB PORTAGE SOUTHPORT 71851 +CA005012333 50.0167 -100.0000 488.0 MB RAPID CITY FORREST +CA00501233B 50.1167 -99.9333 546.0 MB RAPID CITY +CA005012340 49.3167 -100.3667 501.0 MB REGENT +CA005012400 49.5500 -101.1000 464.0 MB RESTON +CA005012423 50.7167 -100.2333 572.0 MB RIDING MTN AUDY +CA005012439 50.0333 -100.2333 476.0 MB RIVERS +CA005012440 50.0167 -100.3167 473.0 MB RIVERS A +CA005012469 51.1833 -101.3667 540.0 MB ROBLIN 71553 +CA005012471 51.2000 -101.4500 555.0 MB ROBLIN +CA005012472 51.2333 -101.3833 556.0 MB ROBLIN +CA005012473 51.3833 -101.4000 587.0 MB ROBLIN NORTH +CA005012500 50.6667 -100.8167 590.0 MB ROSSBURN +CA005012501 50.8000 -100.8333 533.0 MB ROSSBURN 10N +CA005012520 50.7667 -101.2833 567.0 MB RUSSELL +CA005012540 49.7000 -99.5500 360.0 MB ST ALBANS +CA005012545 49.4500 -99.0167 403.0 MB ST ALPHONSE +CA005012600 50.4333 -101.3000 503.0 MB ST LAZARE +CA005012620 50.5000 -100.1000 625.0 MB SANDY LAKE +CA005012654 50.4500 -100.6000 561.0 MB SHOAL LAKE CS 71150 +CA005012661 49.0500 -100.3333 657.0 MB SHARPE LAKE +CA005012672 49.7833 -99.6500 375.0 MB SHILO 71853 +CA005012673 49.7833 -99.6333 372.0 MB CFB SHILO CCOC +CA005012675 50.4333 -100.5833 544.0 MB SHOAL LAKE +CA005012676 50.4833 -100.7167 625.0 MB SHOAL LAKE +CA005012677 50.4500 -100.5833 555.0 MB SHOAL LAKE +CA005012680 50.7667 -101.1500 572.0 MB SILVERTON EXP ST +CA005012710 49.4500 -98.6167 488.0 MB SOMERSET +CA005012719 49.6500 -100.2500 433.0 MB SOURIS +CA005012720 49.6167 -100.2667 427.0 MB SOURIS +CA005012727 49.5833 -100.4000 428.0 MB SOURIS 2 +CA005012796 50.4000 -100.4000 579.0 MB STRATHCLAIR +CA005012799 49.4000 -98.7833 482.0 MB SWAN LAKE +CA005012930 49.6333 -98.7000 373.0 MB TREHERNE +CA005012931 49.7333 -98.7500 337.0 MB TREHERNE 8N +CA005012935 49.1833 -100.3333 655.0 MB TURTLE MOUNTAIN +CA005012936 49.0500 -100.5500 564.0 MB TURTLE MOUNTAIN 1 +CA005012937 49.0833 -100.7833 472.0 MB TURTLE MOUNTAIN 2 +CA005012938 49.1833 -100.7000 472.0 MB TURTLE MOUNTAIN 3 +CA005012939 49.3167 -100.7333 442.0 MB TURTLE MOUNTAIN 4 +CA005012940 49.3500 -100.5667 465.0 MB TURTLE MOUNTAIN 5 +CA005012941 49.3000 -100.3167 503.0 MB TURTLE MOUNTAIN 6 +CA005012942 49.3167 -100.0667 500.0 MB TURTLE MOUNTAIN 7 +CA005012943 49.2000 -100.3000 533.0 MB TURTLE MOUNTAIN 8 +CA005012960 49.8333 -100.9500 445.0 MB VIRDEN +CA005012961 49.8333 -100.9333 440.0 MB VIRDEN WATER +CA005012965 49.7333 -100.9667 442.0 MB VIRDEN SCARTH +CA005013117 50.6500 -99.9500 627.0 MB WASAGAMING 71444 +CA005013119 49.1000 -100.8000 471.0 MB WASKADA +CA005013120 49.0333 -100.7500 469.0 MB WASKADA +CA005013125 49.6000 -99.6833 343.0 MB WAWANESA +CA005013130 49.5833 -99.6000 373.0 MB WAWANESA EAST +CA00501A7AR 49.2833 -100.9833 446.0 MB MELITA 71447 +CA00501B4G2 51.2667 -101.4000 556.0 MB ROBLIN FRIESEN 3 NORTHWEST +CA00501BMMA 50.1000 -100.1833 488.0 MB RIVERS PETTAPIECE +CA00501K051 49.7667 -100.6333 431.0 MB OAK LAKE +CA00501KE01 50.7500 -100.8167 610.0 MB ROSSBURN 4 NORTH +CA005020036 49.5500 -98.2000 274.0 MB ALMASIPPI +CA005020040 49.1000 -97.5500 248.0 MB ALTONA +CA005020050 49.1000 -97.5500 248.0 MB ALTONA CFAM +CA005020054 49.0500 -97.5667 250.0 MB ALTONA SOUTH +CA005020069 49.8833 -96.6500 255.0 MB ANOLA +CA005020224 49.9833 -96.9333 238.0 MB BIRDS HILL PINE RIDGE +CA005020320 49.2333 -100.0500 511.0 MB BOISSEVAIN +CA005020321 49.2167 -100.0833 526.0 MB BOISSEVAIN 2 +CA005020551 49.4333 -98.1500 282.0 MB CARMAN +CA005020553 49.5167 -98.0000 265.0 MB CARMAN 2 +CA005020555 49.1000 -99.3500 462.0 MB CARTWRIGHT +CA00502055E 49.0500 -99.4167 472.0 MB CARTWRIGHT +CA0050205N5 49.1667 -99.5167 467.0 MB CARTWRIGHT 2 +CA005020625 49.0500 -98.9667 465.0 MB CRYSTAL CITY +CA005020648 49.8667 -97.6500 241.0 MB DACOTAH +CA005020670 49.1167 -98.2667 457.0 MB DARLINGFORD +CA005020672 49.1500 -98.2667 432.0 MB DARLINGFORD NORTH +CA005020720 49.4000 -98.3167 338.0 MB DEERWOOD +CA005020725 49.4000 -98.3167 341.0 MB DEERWOOD RCS 71840 +CA005020768 49.6167 -97.3167 238.0 MB DOMAIN +CA005020770 49.1500 -97.1500 240.0 MB DOMINION CITY +CA005020807 49.3667 -97.0500 242.0 MB DUFROST +CA005020810 49.8667 -96.8167 243.0 MB DUGALD +CA005020870 49.7167 -98.0167 252.0 MB ELM CREEK +CA005020880 49.0667 -97.2000 238.0 MB EMERSON +CA005020881 49.0000 -97.2333 242.0 MB EMERSON AUTO 71560 +CA005020882 49.0000 -97.2333 242.0 MB EMERSON AUT 71560 +CA005020913 49.8000 -97.8667 244.0 MB FANNYSTELLE +CA005020980 50.4500 -97.3500 232.0 MB FOXTON +CA005020990 49.8167 -97.2333 235.0 MB FORT WHYTE CENTRE +CA005020N53 49.5167 -97.9500 259.0 MB CARMAN 3 +CA005021054 49.6500 -97.1167 234.0 MB GLENLEA +CA005021055 49.2667 -99.1833 457.0 MB GLENORA +CA005021058 49.1000 -97.8000 262.0 MB GNADENTHAL +CA005021160 49.5000 -98.1667 284.0 MB GRAYSVILLE +CA005021205 49.1667 -96.9833 252.0 MB GREEN RIDGE +CA005021210 50.4500 -97.2000 252.0 MB GREENWOOD +CA005021220 49.0333 -97.5667 253.0 MB GRETNA (AUT) 71441 +CA005021225 50.0500 -97.4333 245.0 MB GROSSE ISLE +CA005021227 50.2833 -97.1667 233.0 MB GUNTON HATCHERY +CA005021285 49.8833 -97.4667 240.0 MB HEADINGLY +CA005021302 49.6000 -98.8833 375.0 MB HOLLAND +CA005021306 49.5333 -97.8667 252.0 MB HOMEWOOD +CA005021395 49.1333 -98.4667 478.0 MB KALEIDA +CA005021480 49.1833 -99.6500 496.0 MB KILLARNEY +CA005021529 49.6667 -96.8833 241.0 MB LANDMARK +CA005021565 49.1333 -97.3000 240.0 MB LETELLIER +CA005021687 49.2500 -98.5167 488.0 MB MANITOU STRANGE +CA005021688 49.2667 -98.4833 488.0 MB MANITOU +CA005021689 49.4500 -96.3833 305.0 MB MARCHAND +CA005021690 49.4333 -96.2667 311.0 MB MARCHAND FORESTRY +CA005021692 49.4333 -96.4667 302.0 MB MARCHAND W4 +CA005021695 50.0167 -97.8000 244.0 MB MARQUETTE +CA005021732 49.3667 -98.2333 310.0 MB MIAMI +CA005021735 49.3333 -98.3667 450.0 MB MIAMI HAWKEN +CA005021736 49.3667 -98.2833 330.0 MB MIAMI ORCHARD +CA005021737 49.4500 -98.2500 297.0 MB MIAMI THIESSEN +CA005021812 49.2000 -95.3167 344.0 MB MOOSE LAKE +CA005021840 49.1833 -98.1000 302.0 MB MORDEN +CA005021848 49.1833 -98.0833 298.0 MB MORDEN CDA +CA005021849 49.1833 -98.0833 298.0 MB MORDEN CDA CS 71564 +CA005021854 49.2500 -98.0000 276.0 MB MORDEN RADIO +CA005021920 49.3500 -97.3667 235.0 MB MORRIS +CA005021960 49.3667 -97.3833 236.0 MB MORRIS EXP ST +CA005021965 49.4333 -97.4833 238.0 MB MORRIS 2 +CA005021975 49.4000 -97.7833 248.0 MB MYRTLE +CA005021977 49.3333 -97.7667 252.0 MB MYRTLE 2 +CA005021992 50.0500 -96.9667 231.0 MB NAROL +CA005022040 49.4000 -99.6333 417.0 MB NINETTE +CA005022041 49.2333 -99.8500 503.0 MB NINGA +CA005022043 49.6000 -97.0500 237.0 MB NIVERVILLE +CA005022051 49.9333 -96.8500 246.0 MB OAKBANK +CA005022055 49.9000 -98.0333 250.0 MB OAKVILLE +CA005022056 49.5000 -97.0500 238.0 MB OTTERBURNE +CA005022065 49.0000 -100.0500 693.0 MB PEACE GARDENS +CA005022068 49.3000 -98.4167 472.0 MB PEMBINA CROSSING +CA005022070 50.3167 -96.9833 223.0 MB PETERSFIELD +CA0050220M0 49.4167 -99.6500 419.0 MB NINETTE 1 NW +CA005022100 49.9500 -97.6000 238.0 MB PIGEON LAKE +CA005022119 49.1167 -98.8000 472.0 MB PILOT MOUND +CA005022120 49.2000 -98.8833 475.0 MB PILOT MOUND +CA005022125 49.1833 -98.9000 470.0 MB PILOT MOUND (AUT) 71148 +CA005022129 49.2000 -98.9000 472.0 MB PILOT MOUND 2 +CA005022170 49.0833 -95.9833 331.0 MB PINEY +CA005022171 49.0333 -96.0000 326.0 MB PINEY +CA005022245 49.0500 -97.8000 265.0 MB PLUM COULEE +CA005022335 49.6833 -98.5500 324.0 MB RATHWELL +CA005022420 49.6500 -96.4500 291.0 MB RICHER +CA005022480 49.4167 -98.0000 267.0 MB ROLAND +CA005022488 49.2167 -96.8333 282.0 MB ROSEAU RIVER +CA005022490 49.3667 -98.1000 427.0 MB ROSEBANK +CA005022491 49.5500 -98.3500 309.0 MB ROSEISLE +CA005022492 49.5500 -98.3500 309.0 MB ROSE ISLE +CA005022504 49.9833 -97.2500 236.0 MB ROSSER +CA005022547 50.0833 -96.9833 230.0 MB ST ANDREWS +CA005022549 49.8667 -97.0833 231.0 MB ST BONIFACE BENTWOOD +CA00502254Q 49.6667 -96.6333 252.0 MB STE ANNE +CA005022550 49.6500 -98.3667 311.0 MB ST CLAUDE +CA005022553 49.3167 -97.1667 239.0 MB STE ELIZABETH +CA005022554 49.9667 -97.7833 243.0 MB ST EUSTACHE +CA005022567 49.2667 -97.4000 238.0 MB ST JEAN BAPTISTE +CA005022575 49.3500 -96.0333 352.0 MB ST LABRE +CA0050225DP 50.0500 -97.0333 231.0 MB ST ANDREWS A +CA005022601 49.3167 -96.9500 263.0 MB ST MALO +CA005022603 49.7667 -97.1500 232.0 MB ST NORBERT +CA005022606 49.4667 -97.0167 281.0 MB ST PIERRE JOLYS +CA005022623 49.1333 -97.9500 277.0 MB SCHANZENFELD +CA005022630 50.1667 -96.8667 226.0 MB SELKIRK +CA005022703 49.0667 -98.6500 474.0 MB SNOWFLAKE +CA005022740 49.5000 -97.7000 243.0 MB SPERLING +CA005022759 49.0167 -95.6000 329.0 MB SPRAGUE 71449 +CA005022760 49.0167 -95.6000 329.0 MB SPRAGUE +CA005022770 49.7333 -97.6167 238.0 MB STARBUCK +CA005022780 49.5333 -96.7667 254.0 MB STEINBACH +CA005022788 50.1167 -97.3333 252.0 MB STONEWALL +CA005022790 50.0667 -97.2333 245.0 MB STONY MOUNTAIN +CA005022791 50.1167 -97.1667 236.0 MB STONY MOUNTAIN +CA005022797 49.1333 -96.7833 290.0 MB STUARTBURN +CA005022798 49.0167 -96.2333 320.0 MB SUNDOWN +CA005022855 50.4167 -97.2500 267.0 MB TEULON +CA005022928 49.0667 -96.8000 291.0 MB TOLSTOI +CA005022945 49.0833 -99.9333 579.0 MB TURTLE MOUNTAIN 10 +CA005022946 49.1333 -100.1167 579.0 MB TURTLE MOUNTAIN 11 +CA005022947 49.1000 -100.2333 669.0 MB TURTLE MOUNTAIN 12 +CA005022EDQ 49.6333 -96.6000 258.0 MB STE ANNE SE5 +CA005022G04 49.0833 -98.6500 475.0 MB SNOWFLAKE 4NE +CA005023000 49.1333 -96.5667 302.0 MB VITA +CA005023001 49.0833 -96.5500 305.0 MB VITA +CA005023110 50.1333 -97.6333 248.0 MB WARREN +CA005023149 49.2833 -95.7500 351.0 MB WHITEMOUTH LAKE +CA005023170 49.9167 -97.1500 240.0 MB WINNIPEG ANDERSON AVE +CA005023174 49.8833 -97.2333 229.0 MB WINNIPEG ASSINIBOINE PARK +CA005023178 49.8667 -97.3500 236.0 MB WINNIPEG BLUMBERG GOLF COURSE +CA005023180 49.8333 -97.1833 234.0 MB WINNIPEG BROOKLANDS +CA005023190 49.8500 -97.2833 235.0 MB WINNIPEG CHARLESWOOD +CA0050231R0 49.8333 -97.3333 237.0 MB WINNIPEG CHARLESWOOD LAGOON +CA005023200 49.8667 -97.1333 233.0 MB WINNIPEG CLARE AVE +CA005023210 49.9333 -97.1000 232.0 MB WINNIPEG E KILDONAN +CA005023220 49.9167 -97.1500 233.0 MB WINNIPEG FLORA AVE +CA005023222 49.9167 -97.2333 239.0 MB WINNIPEG RICHARDSON INT'L A 71852 +CA005023223 49.9000 -97.2500 239.0 MB WINNIPEG A FIRE HALL +CA005023224 49.9167 -97.2333 239.0 MB WINNIPEG HANGARLINE ROAD +CA005023225 49.8500 -97.2667 238.0 MB WINNIPEG CHARLESWOOD 2 +CA005023226 49.9167 -97.2333 239.0 MB WINNIPEG RICHARDSON AWOS 71852 +CA005023230 49.8833 -97.1000 232.0 MB WINNIPEG ST BONIFACE +CA005023233 49.8833 -97.1000 232.0 MB WINNIPEG ST BONIFACE WW +CA005023240 49.8833 -97.2667 232.0 MB WINNIPEG ST JAMES +CA005023243 49.8833 -97.1167 232.0 MB WINNIPEG ST JOHNS COLL +CA005023250 49.8833 -97.1500 233.0 MB WINNIPEG SHERBROOK ST +CA005023260 49.9000 -97.1833 233.0 MB WINNIPEG SHERBURN ST +CA005023261 49.9500 -97.1000 233.0 MB WINNIPEG STP 71852 +CA005023262 49.8833 -97.1333 230.0 MB WINNIPEG THE FORKS 71579 +CA005023263 49.9167 -97.0167 235.0 MB WINNIPEG TRANSCONA +CA005023265 49.8500 -97.2500 235.0 MB WINNIPEG U OF MANITOBA +CA005023270 49.8000 -97.1333 235.0 MB WINNIPEG U OF MANITOBA +CA005023274 49.8667 -97.0833 230.0 MB WINNIPEG WINDSOR GOLF COURSE +CA005023280 49.9167 -97.1333 230.0 MB WINNIPEG W KILDONAN +CA005023281 49.8833 -97.2833 241.0 MB WINNIPEG GRACE HOSPITAL +CA005023282 49.8000 -97.1500 233.0 MB WINNIPEG CANGENE +CA005023283 49.9000 -97.0667 234.0 MB WINNIPEG WTC STAPON +CA005023284 49.9000 -97.1667 230.0 MB WINNIPEG FED LAB +CA005023295 49.2833 -96.1500 0.0 MB WOODRIDGE +CA0050232KJ 49.8167 -97.2333 235.0 MB WINNIPEG FORT WHYTE +CA005023370 49.2500 -96.5167 305.0 MB ZHODA +CA00502C2JM 49.8500 -97.1833 236.0 MB WINNIPEG HURST RESERVOIR +CA00502CKBD 49.8167 -97.1167 289.0 MB WINNIPEG MCPHILLIPS SLEDGE BED +CA00502I001 49.5000 -98.0333 268.0 MB CARMAN U OF M CS 71147 +CA00502I002 49.9167 -97.1667 235.0 MB WINNIPEG PACIFIC AVENUE +CA00502KGHG 50.2167 -97.3167 248.0 MB STONEWALL +CA00502KKNL 50.0500 -98.9000 245.0 MB POPLAR POINT +CA00502LA48 49.9333 -97.6000 237.0 MB WHITE HORSE PLAINS +CA00502M001 49.7833 -97.1333 232.0 MB WINNIPEG SOUTH +CA00502S001 49.9167 -97.2500 239.0 MB WINNIPEG 'A' CS 71849 +CA005030080 50.9333 -97.0833 224.0 MB ARBORG +CA005030155 50.1333 -96.2167 302.0 MB BEAUSEJOUR +CA005030160 50.0333 -96.4667 251.0 MB BEAUSEJOUR 2 +CA005030200 52.3500 -97.0333 217.0 MB BERENS RIVER +CA005030203 52.3667 -97.0167 222.0 MB BERENS RIVER CS GSN 71158 +CA005030280 50.9667 -95.6333 222.0 MB BISSETT +CA005030282 51.0333 -95.7000 259.0 MB BISSETT +CA005030334 49.6333 -95.5667 316.0 MB BRAINTREE 1 +CA005030335 49.6000 -95.6167 316.0 MB BRAINTREE 2 +CA005030510 50.9833 -97.4667 259.0 MB BROAD VALLEY +CA005030523 50.2667 -96.5167 229.0 MB BROKENHEAD +CA005030556 52.3000 -97.3833 216.0 MB CHANNEL ISLAND +CA005030559 50.8167 -97.5000 266.0 MB CHATFIELD +CA005030869 49.7667 -95.9333 293.0 MB ELMA +CA005030912 49.6833 -95.3667 338.0 MB FALCON LAKE TCPL 45 +CA005030916 51.1000 -97.5500 247.0 MB FISHER BRANCH +CA005030917 51.0500 -97.5333 259.0 MB FISHER BRANCH SOUTH +CA005030982 50.6333 -97.2167 256.0 MB FRASERWOOD +CA005030983 52.8000 -97.6333 220.0 MB GEORGE ISLAND +CA005030984 52.8167 -97.6167 223.0 MB GEORGE ISLAND (AUT) 71445 +CA0050309J6 51.0833 -97.5500 253.0 MB FISHER BRANCH (AUT) 71442 +CA005031038 50.6333 -97.0167 223.0 MB GIMLI +CA005031039 50.6333 -97.0167 223.0 MB GIMLI +CA005031040 50.6333 -97.0500 223.0 MB GIMLI A +CA005031041 50.6333 -96.9833 217.0 MB GIMLI HARBOUR CS 71577 +CA005031042 50.6333 -97.0500 230.0 MB GIMLI CLIMATE 71748 +CA0050310D0 50.6333 -97.0500 230.0 MB GIMLI INDUSTRIAL PARK +CA005031110 53.1833 -99.2667 223.0 MB GRAND RAPIDS +CA005031111 53.1500 -99.2833 223.0 MB GRAND RAPIDS HYDRO +CA005031200 50.4667 -96.0000 249.0 MB GREAT FALLS +CA005031201 50.5167 -95.9833 253.0 MB GREAT FALLS CLIMATE 71570 +CA005031298 50.9333 -97.0000 225.0 MB HNAUSA +CA005031300 51.2000 -97.5833 231.0 MB HODGSON +CA005031301 51.1833 -97.4667 232.0 MB HODGSON 2 +CA005031320 49.6167 -95.2000 327.0 MB INDIAN BAY +CA005031511 49.4833 -96.5333 290.0 MB LA BROQUERIE +CA005031512 49.4833 -96.5167 290.0 MB LA BROQUERIE +CA005031700 51.7167 -96.9000 221.0 MB MATHESON ISLAND +CA00503196F 49.9833 -96.1333 284.0 MB MOSS SPUR +CA005031991 50.6667 -97.6500 271.0 MB NARCISSE +CA005031A10 53.1833 -99.2667 223.0 MB GRAND RAPIDS (AUT) 71858 +CA005032160 50.2167 -95.9167 259.0 MB PINAWA +CA005032161 50.1500 -95.8833 278.0 MB PINAWA CANWARN +CA005032162 50.1833 -96.0667 267.0 MB PINAWA WNRE +CA005032163 51.6333 -96.8000 222.0 MB PINE DOCK +CA005032164 50.5667 -96.2167 231.0 MB PINE FALLS +CA005032249 50.3000 -95.5500 300.0 MB POINTE DU BOIS +CA005032360 49.8500 -95.5333 323.0 MB RENNIE +CA005032443 50.9833 -96.9833 220.0 MB RIVERTON +CA005032495 49.7667 -96.4333 274.0 MB ROSS +CA005032560 49.7500 -96.6000 256.0 MB STE GENEVIEVE +CA005032640 50.1167 -96.0167 267.0 MB SEVEN SISTERS FALLS +CA005032641 50.1000 -95.9333 274.0 MB SEVEN SISTERS OYES +CA005032764 49.6500 -96.1667 310.0 MB SPRUCE TCPL 43 +CA005032951 50.7000 -96.5667 220.0 MB VICTORIA BEACH (AUT) 71552 +CA00503B0MF 50.0667 -96.1833 290.0 MB NORTH JULIUS +CA00503B0NE 49.8167 -96.4833 274.0 MB OSTENFELD +CA00503B1ER 50.1833 -96.0667 268.0 MB PINAWA 71448 +CA00503JC00 51.3000 -97.5667 244.0 MB HODGSON 6N +CA005040037 50.8333 -99.0500 274.0 MB ALONSA +CA005040060 50.6333 -98.7167 259.0 MB AMARANTH +CA005040120 51.1333 -98.3667 263.0 MB ASHERN +CA005040121 51.2833 -100.2833 320.0 MB ASHVILLE +CA005040128 49.9000 -98.9833 328.0 MB AUSTIN +CA005040131 51.7500 -99.9000 256.0 MB BACHELORS ISLAND MARINE 71143 +CA005040146 50.2500 -100.0333 583.0 MB BASSWOOD +CA005040165 50.0167 -98.7000 263.0 MB BEAVER +CA005040166 50.0500 -98.7000 268.0 MB BEAVER +CA005040214 50.4667 -99.4500 381.0 MB BIG VALLEY +CA005040218 52.5167 -100.9167 268.0 MB BIRCH RIVER +CA005040230 50.5000 -99.4833 433.0 MB BIRNIE +CA005040675 51.1500 -100.0333 292.0 MB DAUPHIN +CA005040680 51.1000 -100.0500 305.0 MB DAUPHIN A 71855 +CA005040681 51.1000 -100.0500 305.0 MB DAUPHIN CS GSN 71550 +CA005040684 51.1667 -100.0333 290.0 MB DAUPHIN NORTH +CA005040687 51.0167 -100.0667 375.0 MB DAUPHIN SOUTH +CA005040689 51.1000 -100.0500 305.0 MB DAUPHIN 71036 +CA005040764 50.1833 -98.3833 248.0 MB DELTA MARSH CS 71563 +CA005040765 50.1833 -98.3000 248.0 MB DELTA WATERFOWL RS +CA005040789 52.1167 -100.2000 254.0 MB DUCK BAY +CA005040840 51.9333 -101.4000 419.0 MB DURBAN CDA EPF +CA005040895 50.8333 -98.2333 259.0 MB ERIKSDALE +CA005040896 50.8667 -98.1333 268.0 MB ERIKSDALE 1 +CA005040897 50.8833 -98.0000 267.0 MB ERIKSDALE 2 +CA005040899 51.5333 -100.3833 343.0 MB ETHELBERT +CA005040910 51.5833 -98.6667 253.0 MB FAIRFORD +CA005040973 51.5167 -100.0167 267.0 MB FORK RIVER +CA005040985 51.1000 -100.4667 404.0 MB GILBERT PLAINS +CA005040986 51.1667 -100.4833 389.0 MB GILBERT PLAINS 2 +CA005040EN5 51.2500 -99.0833 259.0 MB CAYER +CA005040FJ3 52.0333 -100.6500 366.0 MB COWAN +CA005040JK0 51.2000 -98.3833 267.0 MB ASHERN NORTHWEST +CA005040R73 51.5667 -99.9833 260.0 MB FORK RIVER NORTH +CA005041049 50.2167 -98.9500 270.0 MB GLADSTONE +CA005041050 50.3667 -98.9667 271.0 MB GLADSTONE +CA0050410N0 50.1833 -99.0167 282.0 MB GLADSTONE SOUTH +CA005041116 51.1167 -100.7000 442.0 MB GRANDVIEW +CA005041120 51.1833 -100.8000 465.0 MB GRANDVIEW CDA EPF +CA005041140 50.5167 -98.9667 270.0 MB GRASS RIVER +CA005041229 51.6667 -98.7333 265.0 MB GYPSUMVILLE +CA005041230 51.7333 -98.6667 260.0 MB GYPSUMVILLE 2 +CA005041233 51.7333 -98.5333 247.0 MB GYPSUMVILLE EAST +CA005041237 51.7667 -98.6333 252.0 MB GYPSUMVILLE OLENDER +CA005041400 50.0833 -98.6833 270.0 MB KATRIME EXP ST +CA005041425 50.6167 -99.4667 352.0 MB KELWOOD +CA005041440 52.0000 -101.3167 387.0 MB KENVILLE EXP ST +CA005041450 50.9500 -99.5333 280.0 MB KERGWENAN +CA005041523 51.2000 -99.5500 264.0 MB LAKE DAUPHIN +CA005041525 50.2667 -98.6667 256.0 MB LAKELAND +CA005041530 50.4000 -98.5500 250.0 MB LANGRUTH +CA005041535 50.4167 -98.8000 264.0 MB LANGRUTH WEST +CA005041560 52.5333 -101.0000 305.0 MB LENSWOOD EXP ST +CA005041587 50.7500 -97.9333 267.0 MB LUNDAR +CA005041588 50.6500 -98.1000 252.0 MB LUNDAR 4SW +CA005041589 50.7167 -97.8500 270.0 MB LUNDAR EAST +CA005041670 50.1667 -98.5000 250.0 MB MACDONALD +CA005041680 49.8500 -98.8333 362.0 MB MACGREGOR SOUTH +CA005041683 49.8833 -98.8167 320.0 MB MACGREGOR +CA005041684 49.9000 -98.7000 301.0 MB MACGREGOR +CA005041685 52.6667 -101.1000 325.0 MB MAFEKING +CA005041686 51.3167 -99.4833 264.0 MB MAGNET +CA005041707 50.7333 -99.4167 297.0 MB MCCREARY +CA005041711 51.7167 -99.5500 250.0 MB MEADOW PORTAGE +CA005041800 51.3000 -98.6167 250.0 MB MOOSEHORN +CA005041801 51.2833 -98.4000 269.0 MB MOOSEHORN +CA005041804 51.2833 -98.4167 265.0 MB MOOSEHORN COOK +CA005041973 50.9500 -98.2000 267.0 MB MULVILHILL +CA005041B9B 51.5000 -98.6000 252.0 MB HILBRE +CA005042000 50.2333 -99.5000 388.0 MB NEEPAWA A +CA005042003 50.2333 -99.4667 369.0 MB NEEPAWA CSC +CA005042004 50.1500 -99.5667 412.0 MB NEEPAWA MURRAY 6 SOUTHWEST +CA005042005 50.2167 -99.4667 358.0 MB NEEPAWA WATER +CA005042058 53.1500 -101.1000 258.0 MB OVERFLOWING RIVER +CA00504205E 50.9833 -99.7833 315.0 MB OCHRE RIVER SOUTH +CA005042062 51.1333 -99.8333 274.0 MB PAULSON +CA0050420E5 51.0667 -99.7833 280.0 MB OCHRE RIVER +CA005042166 51.8000 -100.5667 378.0 MB PINE RIVER +CA005042167 51.7167 -100.3167 312.0 MB PINE RIVER +CA005042168 51.7667 -100.3167 302.0 MB PINE RIVER +CA005042169 51.8000 -100.5667 378.0 MB PINE RIVER +CA005042240 50.3833 -99.0833 378.0 MB PLUMAS +CA005042241 50.4500 -99.0000 378.0 MB PLUMAS +CA005042425 50.7000 -99.6833 756.0 MB RIDING MOUNTAIN PARK +CA005042485 51.4333 -99.7333 266.0 MB RORKETON WEST +CA005042522 50.9833 -101.3333 558.0 MB RUSSELL BARNARDO +CA005042546 50.2333 -98.0333 252.0 MB ST AMBROISE +CA005042596 50.4167 -97.6333 267.0 MB ST LAURENT +CA005042610 51.0333 -99.3833 274.0 MB STE ROSE +CA005042678 49.9000 -99.0833 373.0 MB SIDNEY +CA005042774 51.4500 -98.8000 250.0 MB STEEP ROCK +CA005042800 52.0500 -101.2167 347.0 MB SWAN RIVER +CA005042805 51.9833 -101.1833 412.0 MB SWAN RIVER 2 +CA005042927 50.4667 -99.4500 368.0 MB TOBARMORE +CA005043020 50.9167 -98.7500 250.0 MB VOGAR +CA005043158 50.7167 -99.5333 351.0 MB MCCREARY 71149 +CA005043225 51.6500 -99.9333 258.0 MB WINNIPEGOSIS +CA005043226 51.6000 -99.8833 256.0 MB WINNIPEGOSIS SOUTH EAST +CA00504AB92 51.4667 -98.5667 250.0 MB HILBRE SOUTH +CA00504AKCQ 51.7667 -98.6333 260.0 MB GYPSUMVILLE +CA00504B0NM 50.5000 -98.0167 250.0 MB OAK POINT +CA00504K0NM 50.5000 -98.0333 250.0 MB OAKPOINT MARINE 71144 +CA00504K80K 52.1167 -101.2333 335.0 MB SWAN RIVER RCS 71443 +CA005050620 54.6167 -101.3500 306.0 MB CRANBERRY PORTAGE +CA005050919 54.6833 -101.6833 304.0 MB FLIN FLON 71954 +CA005050920 54.7667 -101.8833 320.0 MB FLIN FLON +CA005050960 54.6833 -101.6833 304.0 MB FLIN FLON A +CA005050970 54.6833 -101.9667 305.0 MB FLIN FLON CFB +CA005051311 53.0333 -100.9333 256.0 MB HUNTERS POINT MARINE +CA005051986 54.2167 -101.7833 290.0 MB NAMEW LAKE +CA005052060 53.7167 -101.5333 262.0 MB PASQUIA PROJECT +CA0050520EE 53.5000 -101.3333 262.0 MB OONIKUP +CA005052864 53.8167 -101.2500 271.0 MB THE PAS +CA005052880 53.9667 -101.1000 270.0 MB THE PAS A 71867 +CA005052890 53.9667 -101.1000 274.0 MB THE PAS CLIMATE GSN 71695 +CA005052896 53.8167 -101.2500 271.0 MB THE PAS CDA EPF +CA005053080 54.1833 -101.3667 271.0 MB WANLESS +CA005060220 56.5000 -94.2000 87.0 MB BIRD +CA005060520 57.8833 -101.6833 346.0 MB BROCHET A +CA005060531 55.5000 -99.2167 215.0 MB BURNTWOOD RIVER +CA005060595 58.7333 -94.0667 29.0 MB CHURCHILL 71618 +CA005060600 58.7333 -94.0667 29.0 MB CHURCHILL A 71913 +CA005060601 58.7333 -94.0500 29.0 MB CHURCHILL AWOS +CA005060602 58.7833 -94.1833 13.0 MB CHURCHILL MARINE +CA005060606 58.7333 -94.0667 29.0 MB CHURCHILL UA 71913 +CA005060608 58.7333 -94.0667 29.0 MB CHURCHILL CLIMATE GSN 71696 +CA005060613 54.8333 -98.6667 221.0 MB CONLIN LAKE WABOWDEN +CA005060621 54.6167 -97.7667 216.0 MB CROSS LAKE A +CA005060623 54.5333 -98.0333 219.0 MB CROSS LAKE JENPEG +CA005060999 56.3667 -94.7000 145.0 MB GILLAM +CA005061000 56.3500 -94.7000 138.0 MB GILLAM +CA005061001 56.3500 -94.7167 145.0 MB GILLAM A 71912 +CA005061067 54.5500 -94.4833 189.0 MB GODS LAKE NARROWS A +CA005061376 53.8500 -94.6500 236.0 MB ISLAND LAKE A 71145 +CA005061422 56.0333 -96.5167 183.0 MB KELSEY DAM CS 71572 +CA005061423 56.0333 -96.5333 183.0 MB KELSEY HYDRO +CA005061460 56.3833 -94.6500 145.0 MB KETTLE GS +CA005061540 56.2333 -100.9833 305.0 MB LAURIE RIVER POWER SITE +CA005061550 56.4667 -100.0167 282.0 MB LEAF RAPIDS +CA005061567 56.5000 -94.1833 88.0 MB LIMESTONE GS +CA005061575 57.6500 -95.6667 245.0 MB LITTLE BEAVER RIVER +CA005061581 56.3833 -94.3667 105.0 MB LONG SPRUCE GEN STN +CA005061640 56.8500 -101.0333 340.0 MB LYNN LAKE +CA005061646 56.8667 -101.0833 357.0 MB LYNN LAKE A +CA005061648 56.8667 -101.0833 357.0 MB LYNN LAKE 71078 +CA005061649 56.8500 -101.0667 354.0 MB LYNN LAKE RCS 71632 +CA005061765 57.3167 -98.1667 265.0 MB MISSI +CA005061766 57.3167 -98.1000 267.0 MB MISSI FALLS +CA005061770 55.9167 -97.5833 196.0 MB MOAK LAKE +CA005062040 53.9667 -97.8500 224.0 MB NORWAY HOUSE 71410 +CA005062045 53.9667 -97.8500 224.0 MB NORWAY HOUSE +CA005062047 53.9833 -97.8333 217.0 MB NORWAY HOUSE +CA005062049 55.9000 -99.3667 262.0 MB NOTIGI +CA005062075 56.2167 -100.5833 265.0 MB PICKEREL NARROWS +CA005062111 55.5833 -97.1667 192.0 MB PIKWITONEI A +CA005062251 54.6667 -99.1667 259.0 MB PONTON +CA005062327 57.0000 -92.8500 15.0 MB PORT NELSON +CA005062336 56.1333 -99.4833 250.0 MB RAT RIVER +CA005062337 54.1667 -93.5500 222.0 MB RED SUCKER LAKE A +CA005062350 57.8833 -101.6667 225.0 MB REINDEER LAKE +CA005062528 56.6167 -99.6167 305.0 MB RUTTAN LAKE +CA005062529 56.4833 -99.6500 289.0 MB RUTTAN LAKE +CA005062706 54.8833 -100.0333 296.0 MB SNOW LAKE +CA005062707 54.8167 -99.9500 259.0 MB SNOW LAKE ANDERSON BAY +CA005062730 56.6667 -99.0000 283.0 MB SOUTH BAY +CA005062734 56.7833 -98.9667 259.0 MB SOUTH INDIAN LAKE +CA005062736 56.8000 -98.9000 289.0 MB SOUTH INDIAN LAKE AIRPORT +CA005062751 56.2500 -96.1000 60.0 MB SPLIT LAKE +CA005062835 58.7000 -98.5167 281.0 MB TADOULE LAKE 71272 +CA005062840 58.7167 -98.5000 262.0 MB TADOULE LAKE CS 71334 +CA005062922 55.8000 -97.8667 223.0 MB THOMPSON A GSN 71079 +CA005062923 55.7333 -97.8500 213.0 MB THOMPSON NRC +CA005062925 55.7333 -97.8500 200.0 MB THOMPSON SOUTH +CA005062926 55.7500 -97.8667 206.0 MB THOMPSON ZOO +CA005063040 54.9167 -98.6333 233.0 MB WABOWDEN +CA005063041 54.9167 -98.6500 232.0 MB WABOWDEN +CA005063044 54.9333 -98.6667 232.0 MB WABOWDEN 2 +CA005063075 54.7833 -97.0000 200.0 MB WALKER LAKE +CA005063121 55.5500 -98.6000 260.0 MB WASKWATIM LAKE +CA005063148 54.4333 -98.0167 221.0 MB WHISKEY JACK +CA005063350 57.0000 -92.3000 6.0 MB YORK FACTORY +CA00506B047 53.9500 -97.8500 224.0 MB NORWAY HOUSE A +CA00506B0M7 54.0000 -97.8000 217.0 MB NORWAY HOUSE FORESTRY +CA006010735 53.8167 -89.9000 223.0 ON BIG TROUT LAKE 71675 +CA006010738 53.8333 -89.8667 224.0 ON BIG TROUT LAKE +CA006010739 53.8167 -89.9000 222.0 ON BIG TROUT LAKE READAC GSN 71844 +CA006010740 53.8167 -89.9000 223.0 ON BIG TROUT LAKE 71208 +CA006011305 51.5000 -90.1500 345.0 ON CENTRAL PATRICIA +CA006012064 51.4000 -90.1167 382.0 ON DONA LAKE +CA006012198 50.6333 -93.2167 361.0 ON EAR FALLS +CA006012199 50.6333 -93.2167 363.0 ON EAR FALLS (AUT) 71295 +CA006012490 51.5500 -87.9667 11.0 ON FORT HOPE +CA006012500 56.0167 -87.6833 16.0 ON FORT SEVERN A 71099 +CA006012501 56.0167 -87.6833 16.0 ON FORT SEVERN 71099 +CA006014350 52.2333 -87.8833 255.0 ON LANSDOWNE HOUSE +CA006014353 52.2000 -87.9333 253.0 ON LANSDOWNE HOUSE (AUT) 71846 +CA006015025 53.4333 -91.7667 278.0 ON MUSKRAT DAM 'A', ONTARIO 71755 +CA006015026 53.4333 -91.7667 278.0 ON MUSKRAT DAM 71678 +CA006016295 54.9833 -85.4333 53.0 ON PEAWANUCK (AUT) GSN 71434 +CA006016525 51.4500 -90.2167 391.0 ON PICKLE LAKE (AUT) 71835 +CA006016527 51.4500 -90.2167 386.0 ON PICKLE LAKE A 71845 +CA006016529 51.4500 -90.2167 386.0 ON PICKLE LAKE A 71845 +CA006016890 51.2000 -90.2333 375.0 ON RAT RAPIDS +CA006016970 51.0667 -93.8000 386.0 ON RED LAKE A 71854 +CA006016975 51.0667 -93.8000 386.0 ON RED LAKE A 71854 +CA006016979 51.0667 -93.8167 376.0 ON RED LAKE FORESTRY +CA006017400 53.0667 -93.3500 290.0 ON SANDY LAKE +CA006017401 53.0667 -93.3500 290.0 ON SANDY LAKE 71587 +CA006019548 55.2667 -85.2167 12.0 ON WINISK +CA006019550 55.2333 -85.1167 13.0 ON WINISK A +CA006020379 48.7500 -91.6167 395.0 ON ATIKOKAN +CA006020381 48.7333 -91.6333 391.0 ON ATIKOKAN CLI +CA006020384 48.8000 -91.5833 442.0 ON ATIKOKAN MARMION +CA006020559 48.6333 -93.9667 335.0 ON BARWICK +CA006020727 48.9500 -94.3500 364.0 ON BERGLAND +CA006020LPQ 48.7667 -91.6333 389.0 ON ATIKOKAN (AUT) 71747 +CA006022010 48.5167 -93.7500 335.0 ON DEVLIN +CA006022011 48.6333 -93.6667 347.0 ON DEVLIN BELLAMY +CA006022300 48.6333 -93.8000 337.0 ON EMO +CA006022301 48.7500 -93.8833 335.0 ON EMO 2 +CA006022474 48.6500 -93.4333 342.0 ON FORT FRANCES RCS 71962 +CA006022475 48.6167 -93.4167 343.0 ON FORT FRANCES +CA006022476 48.6500 -93.4333 342.0 ON FORT FRANCES A +CA006022480 48.5500 -93.5167 354.0 ON FORT FRANCES CDA EPF +CA006022487 48.6167 -93.4000 342.0 ON FORT FRANCES FORESTRY +CA006024010 48.7333 -91.2000 454.0 ON KAWENE +CA006025203 48.7667 -92.6167 343.0 ON MINE CENTRE +CA006025205 48.7667 -92.6167 361.0 ON MINE CENTRE SOUTHWEST +CA006025407 48.8333 -91.6000 396.0 ON MOOSE LAKE +CA006026852 48.7167 -94.5333 316.0 ON RAINY RIVER +CA006026853 48.7667 -94.6667 329.0 ON RAINY RIVER +CA006027825 48.7167 -94.4167 335.0 ON SLEEMAN +CA006028125 48.7833 -94.0500 358.0 ON STRATTON +CA006028127 48.8500 -94.0167 347.0 ON STRATTON ROEN +CA006028128 48.7000 -94.1667 366.0 ON STRATTON ROMYN +CA00602B300 48.7500 -93.8500 351.0 ON EMO HOSKINS +CA00602FQ5L 48.7333 -94.6167 323.0 ON RAINY RIVER-COOPER +CA00602K300 48.6833 -93.8333 350.0 ON EMO RADBOURNE +CA006030488 49.8333 -92.8167 381.0 ON BARCLAY +CA006032117 49.7833 -92.8333 372.0 ON DRYDEN +CA006032119 49.8333 -92.7500 413.0 ON DRYDEN A +CA006032120 49.8333 -92.7500 413.0 ON DRYDEN 'A' (AUT) +CA006032122 49.8167 -92.8500 373.0 ON DRYDEN FORESTRY +CA006032125 49.8333 -92.7500 413.0 ON DRYDEN REGIONAL 71527 +CA006032192 49.8167 -93.2167 350.0 ON EAGLE RIVER +CA006033505 50.1333 -93.9833 322.0 ON GRASSY NARROWS +CA006033690 49.4167 -91.6500 447.0 ON IGNACE +CA006033697 49.4833 -92.0000 473.0 ON IGNACE TCPL 58 +CA006033785 49.8167 -95.1500 363.0 ON INGOLF +CA006034070 49.8000 -94.5333 336.0 ON KENORA +CA006034073 49.7833 -94.3833 413.0 ON KENORA RCS 71151 +CA006034075 49.7833 -94.3667 410.0 ON KENORA A 71850 +CA006034076 49.7833 -94.3667 410.0 ON KENORA A 71850 +CA006034077 49.7833 -94.4833 340.0 ON KENORA TCPL 49 +CA006034282 50.2833 -92.2000 352.0 ON LAC SEUL +CA006035000 49.2500 -91.1333 474.0 ON MARTIN +CA006035002 49.2833 -91.2333 471.0 ON MARTIN TCPL 60 +CA006035190 49.9833 -94.6667 335.0 ON MINAKI +CA006036904 49.6500 -93.7167 358.0 ON RAWSON LAKE +CA006037768 50.1333 -91.8667 365.0 ON SIOUX LOOKOUT +CA006037770 50.1333 -91.8667 374.0 ON SIOUX LOOKOUT +CA006037775 50.1167 -91.9000 383.0 ON SIOUX LOOKOUT A GSN 71842 +CA006037776 50.1167 -91.9000 383.0 ON SIOUX LOOKOUT A 71842 +CA006037803 49.4833 -93.9667 411.0 ON SIOUX NARROWS +CA006039130 49.7500 -91.2167 427.0 ON VALORA +CA006039136 49.8333 -93.6333 385.0 ON VERMILION BAY TCPL 52 +CA006039351 49.9000 -91.2833 412.0 ON WATCOMB +CA006039465 49.4833 -93.9667 411.0 ON WHITEFISH BAY +CA006040010 48.9333 -89.3500 442.0 ON ABITIBI CAMP 11 +CA006040011 48.8500 -89.1167 491.0 ON ABITIBI CAMP 11 +CA006040018 48.9333 -89.2500 472.0 ON ABITIBI CAMP 228 +CA006040020 49.3500 -89.3667 457.0 ON ABITIBI CAMP 230 +CA006040022 49.6333 -89.7500 427.0 ON ABITIBI CAMP 300 +CA006040081 48.7833 -87.1667 189.0 ON AGUASABON +CA006040322 50.2833 -89.1500 342.0 ON ARMSTRONG +CA006040325 50.3000 -88.9000 323.0 ON ARMSTRONG (AUT) 71841 +CA006040326 50.3000 -89.0333 351.0 ON ARMSTRONG (AUT) +CA006040330 50.2500 -89.1000 341.0 ON ARMSTRONG JELLIEN +CA006040572 49.6167 -87.9500 305.0 ON BEARDMORE +CA006040785 49.3167 -88.8500 253.0 ON BLACK STURGEON LAKE +CA006040786 49.3000 -88.8000 253.0 ON BLACK STURGEON LAKE 2 +CA006040790 49.0667 -88.6167 220.0 ON BLACK STURGEON RIVER +CA006041036 48.6167 -90.5833 465.0 ON BURCHELL LAKE +CA006041109 49.1500 -88.3500 229.0 ON CAMERON FALLS +CA006041110 49.1500 -88.3500 233.0 ON CAMERON FALLS (AUT) 71291 +CA006041193 49.2667 -85.8333 338.0 ON CARAMAT +CA006041221 47.3333 -85.8333 187.0 ON CARIBOU ISLAND +CA006041222 47.3333 -85.8333 187.0 ON CARIBOU ISLAND (AUT) 71433 +CA006042036 48.7000 -89.6167 420.0 ON DOG LAKE DAM +CA006042045 48.9833 -89.9000 448.0 ON DOG RIVER +CA006042063 48.5000 -89.5167 317.0 ON DONA +CA006042067 48.8167 -88.5167 193.0 ON DORION TCPL 70 +CA006042715 49.7000 -86.9500 331.0 ON GERALDTON +CA006042716 49.7833 -86.9333 348.0 ON GERALDTON A 71834 +CA006042723 49.7000 -86.8667 338.0 ON GERALDTON FORESTRY +CA006042755 49.6833 -86.9500 338.0 ON GERALDTON ONT HYDRO +CA006042975 49.2667 -90.5833 503.0 ON GRAHAM A +CA006042MJ7 48.3500 -89.6833 274.0 ON FLINT +CA006043330 50.4000 -87.1667 335.0 ON HANOVER TOWER +CA006043452 48.7000 -85.8833 335.0 ON HEMLO BATTLE MOUNTAIN +CA006043458 48.6667 -86.2833 215.0 ON HERON BAY +CA006043870 49.2500 -87.8167 320.0 ON JARVIS LAKE +CA006043930 48.4000 -89.6167 278.0 ON KAKABEKA FALLS +CA006043949 48.5500 -89.4000 457.0 ON KAMINISTIKWIA +CA006044000 48.6000 -90.6000 467.0 ON KASHABOWIE +CA006044050 49.9167 -86.4667 312.0 ON KENOGAMI DAM +CA006044115 49.1500 -86.4667 290.0 ON KILLALA LAKE +CA006044138 48.6500 -89.0667 488.0 ON KINGFISHER LAKE +CA006044298 48.4333 -89.2667 210.0 ON LAKEHEAD UNIVERSITY +CA006044525 49.7500 -86.5000 317.0 ON LONGLAC +CA006044560 49.7667 -86.5333 343.0 ON LONGLAC P AND P +CA006044595 49.0833 -87.0500 317.0 ON LONG LAKE CONTROL DAM +CA006044612 48.6333 -88.7667 323.0 ON LOON +CA006044735 49.4333 -88.1500 312.0 ON MACDIARMID +CA006044890 49.2000 -86.1000 312.0 ON MANITOU FALLS +CA006044903 49.1500 -85.8000 332.0 ON MANITOUWADGE +CA006044959 48.7167 -86.4000 189.0 ON MARATHON +CA006044961 48.7500 -86.3500 316.0 ON MARATHON A +CA006045541 48.4667 -90.7167 518.0 ON MYRT LAKE +CA006045550 50.1833 -86.7000 325.0 ON NAKINA A +CA006045572 50.1833 -86.7000 321.0 ON NAKINA FORESTRY +CA006045665 49.0000 -88.2500 184.0 ON NIPIGON +CA006045675 48.1500 -89.8833 381.0 ON NOLALU +CA006045676 48.1000 -89.8833 350.0 ON NOLALU SSW22 +CA006045711 48.1333 -90.5667 479.0 ON NORTH LAKE +CA006045781 48.6500 -89.4167 457.0 ON ONE ISLAND LAKE +CA006046164 49.7000 -87.5667 331.0 ON OXALINE LAKE +CA006046281 48.8667 -87.6000 185.0 ON PAYS PLAT +CA006046283 48.8833 -87.5333 191.0 ON PAYS PLAT FORESTRY +CA006046549 49.3000 -88.3167 233.0 ON PINE PORTAGE +CA006046588 48.4333 -89.2167 195.0 ON PORT ARTHUR +CA006046590 48.4167 -89.2667 188.0 ON PORT ARTHUR CKPR +CA006046767 48.5833 -86.3000 208.0 ON PUKASKWA (AUT) 71750 +CA006046768 48.6000 -86.2833 192.0 ON PUKASKWA (AUT) 71750 +CA006046770 48.6000 -86.3000 192.0 ON PUKASKWA NATL PARK +CA006046811 49.4167 -90.9000 445.0 ON QUORN +CA006046856 48.7333 -89.8667 433.0 ON RAITH TCPL 64 +CA006046989 50.2333 -87.5000 326.0 ON REDMOND +CA006047615 48.9667 -90.2000 459.0 ON SAVANNE +CA006047617 48.8333 -90.1000 480.0 ON SAVANNE LAKE +CA006047620 50.4667 -90.3500 399.0 ON SAVANT LAKE +CA006047627 48.8167 -87.2667 302.0 ON SCHREIBER +CA006047810 48.6167 -87.0000 186.0 ON SLATE ISLAND +CA006048017 49.5333 -85.8500 325.0 ON STEVENS +CA006048145 49.8833 -90.9667 428.0 ON STURGEON LAKE +CA006048155 50.0833 -90.8500 415.0 ON STURGEON RIVER +CA006048175 50.6333 -88.2000 332.0 ON SUMMIT CONTROL DAM +CA006048230 48.8000 -87.1000 289.0 ON TERRACE BAY +CA006048231 48.8167 -87.1000 290.0 ON TERRACE BAY A +CA006048235 48.8167 -87.1000 290.0 ON TERRACE BAY(AUT) +CA006048260 48.3667 -89.3167 199.0 ON THUNDER BAY 71072 +CA006048261 48.3667 -89.3333 199.0 ON THUNDER BAY A +CA006048266 48.4167 -89.2833 200.0 ON THUNDER BAY BURWOOD +CA006048268 48.3667 -89.3333 199.0 ON THUNDER BAY CS 71667 +CA006048270 48.3667 -89.3167 194.0 ON THUNDER BAY AIRPORT MAINTAIR +CA006048864 48.2333 -89.5167 317.0 ON TRANQUILLO RIDGE +CA006048951 48.6167 -89.3667 457.0 ON TROUT LAKE +CA006048955 48.3000 -88.8667 218.0 ON TROWBRIDGE (AUT) +CA006048K6J 48.3167 -89.3833 232.0 ON THUNDER BAY MCS CENTRE +CA006049095 49.0333 -90.4667 489.0 ON UPSALA (AUT) 71435 +CA006049096 49.0500 -90.4667 484.0 ON UPSALA +CA006049098 49.0333 -90.5167 493.0 ON UPSALA TCPL 62 +CA006049175 50.7833 -87.9833 329.0 ON WABOOSE DAM +CA006049443 48.3667 -89.1167 211.0 ON WELCOME ISLAND (AUT) 71751 +CA006049466 48.2833 -89.9167 399.0 ON WHITEFISH LAKE +CA006049470 49.6833 -88.3000 261.0 ON LITTLE FLATLAND ISLAND (AUT) 71468 +CA00604FNL6 48.0833 -89.6333 290.0 ON PIGEON RIVER +CA00604H26A 48.5000 -89.2167 229.0 ON THUNDER BAY POMBER +CA00604HBFA 48.4000 -89.2333 184.0 ON THUNDER BAY WPCP +CA00604HK61 48.4500 -89.1667 184.0 ON THUNDER BAY PROVINCIAL PAPER +CA00604M002 49.7167 -88.3333 261.0 ON KATATOTA ISLAND (AUT) 71468 +CA00604S003 48.3667 -89.3167 199.0 ON THUNDER BAY A FIREHALL +CA006050801 46.2000 -83.0000 183.0 ON BLIND RIVER +CA006050805 46.2000 -83.0167 189.0 ON BLIND RIVER HYDRO CENTRE +CA006050NNP 46.4333 -84.0500 180.0 ON BAR RIVER +CA006051027 46.3000 -83.9167 181.0 ON BRUCE MINES +CA00605102G 46.3000 -83.7500 178.0 ON BRUCE MINES RADIGAN +CA006051R65 48.1500 -84.0333 343.0 ON DALTON +CA006052258 46.3833 -82.6500 312.0 ON ELLIOT LAKE +CA006052259 46.3500 -82.5667 331.0 ON ELLIOT LAKE A +CA006052260 46.5000 -82.6167 434.0 ON ELLIOT LAKE DENISON +CA006052268 46.4167 -82.6500 374.0 ON ELLIOT LAKE STANLEIGH +CA006052563 48.4667 -84.4167 373.0 ON FRANZ +CA006053391 48.0833 -84.5500 328.0 ON HAWK JUNCTION +CA006053463 47.9167 -84.7167 221.0 ON HIGH FALLS +CA006053570 49.2333 -84.8000 329.0 ON HORNEPAYNE +CA006053575 49.2000 -84.7667 335.0 ON HORNEPAYNE A +CA006053803 46.2667 -83.3500 198.0 ON IRON BRIDGE +CA006053804 46.2833 -83.2333 183.0 ON IRON BRIDGE +CA006053805 46.2833 -83.2500 190.0 ON IRON BRIDGE +CA006055095 47.8833 -84.6333 199.0 ON MICHIPICOTEN FALLS +CA006055209 48.3167 -84.0833 335.0 ON MISSANABIE +CA006055210 46.4333 -83.3833 226.0 ON MISSISSAGI ONT HYDRO +CA006055300 47.2500 -84.4000 408.0 ON MONTREAL FALLS +CA006055302 47.2667 -84.4333 306.0 ON MONTREAL FALLS +CA006055378 47.2500 -84.6000 535.0 ON MONTREAL RIVER (AUT) +CA006055754 49.0667 -84.1000 331.0 ON OBA +CA006056389 46.6167 -83.1667 331.0 ON PESHU LAKE +CA006056907 46.3333 -83.5000 244.0 ON RAYNER +CA006057327 46.2000 -83.9500 335.0 ON ST JOSEPH ISLAND MTN +CA006057437 47.7833 -84.5333 373.0 ON SAND LAKE +CA006057589 46.5333 -84.5000 206.0 ON SAULT STE MARIE +CA006057590 46.5333 -84.3333 212.0 ON SAULT STE MARIE 2 +CA006057591 46.4833 -84.5167 192.0 ON SAULT STE MARIE A 71260 +CA006057592 46.4833 -84.5167 192.0 ON SAULT STE MARIE A 71260 +CA006057595 46.5000 -84.3667 193.0 ON SAULT STE M FORESTRY +CA006057597 46.4667 -84.4667 191.0 ON SAULT STE M INSECTARY +CA006057605 46.5000 -84.2833 183.0 ON SAULT STE M SHINGWOUK +CA006057678 46.7500 -84.0833 221.0 ON SEARCHMONT +CA006058010 48.0667 -84.8000 335.0 ON STEEP HILL FALLS +CA006059210 46.2000 -82.2333 214.0 ON WALFORD +CA006059408 47.9667 -84.7833 287.0 ON WAWA (AUT) +CA006059409 48.0000 -84.8000 297.0 ON WAWA +CA006059475 48.6000 -85.2833 379.0 ON WHITE RIVER +CA006059D09 47.9667 -84.7833 287.0 ON WAWA A 71738 +CA00605DJ25 45.9667 -81.4833 196.0 ON KILLARNEY (AUT) 71460 +CA006060070 46.4333 -81.6167 305.0 ON AGNEW MINE +CA006060725 46.5167 -81.6333 387.0 ON BENNY +CA006060773 47.3000 -82.1000 407.0 ON BISCOTASING +CA006061263 46.7000 -81.5667 421.0 ON CARTIER +CA006061358 47.8333 -83.4333 428.0 ON CHAPLEAU +CA006061359 47.8333 -83.4333 432.0 ON CHAPLEAU 2 +CA006061361 47.8167 -83.3500 448.0 ON CHAPLEAU A 71642 +CA006061847 46.4667 -80.8167 237.0 ON CONISTON +CA006061850 46.4833 -80.8500 268.0 ON CONISTON STP +CA006061870 46.4833 -81.0500 274.0 ON COPPER CLIFF +CA006062425 48.2500 -82.4333 329.0 ON FOLEYET +CA006062665 46.5667 -80.8667 290.0 ON GARSON +CA006062860 47.6833 -81.7167 352.0 ON GOGAMA TREE NURSERY +CA006064460 46.4333 -81.1500 282.0 ON LIVELY +CA006064942 48.2167 -82.0833 335.0 ON MANVILLE REEVES +CA006065006 46.2000 -82.0167 200.0 ON MASSEY +CA006065015 48.0167 -81.5500 328.0 ON MATTAGAMI LAKE DAM +CA006065020 47.9000 -81.5500 329.0 ON MATTAGAMI PATROL +CA006065043 46.2833 -80.8500 213.0 ON MCVITTIES +CA006065250 46.1500 -80.3000 221.0 ON MONETVILLE +CA006066873 47.4500 -82.3333 430.0 ON RAMSAY +CA006066875 47.4167 -82.3167 426.0 ON RAMSEY +CA006066877 47.4667 -81.8667 402.0 ON RAMSEY 2 +CA006067211 47.3000 -81.4500 410.0 ON RUEL +CA006067308 46.3667 -80.5167 236.0 ON ST CHARLES +CA006068145 46.6333 -80.8000 348.0 ON SUDBURY CLIMATE 71733 +CA006068148 46.4833 -80.9833 259.0 ON SUDBURY +CA006068150 46.6333 -80.8000 348.0 ON SUDBURY A 71730 +CA006068153 46.6333 -80.8000 348.0 ON SUDBURY A 71730 +CA006068155 46.4667 -81.0333 259.0 ON SUDBURY MOE +CA006068158 46.4667 -81.0000 263.0 ON SUDBURY SCIENCE NORTH +CA006068980 46.3833 -81.5667 206.0 ON TURBINE +CA006069165 46.3167 -81.5167 213.0 ON WABAGISHIK +CA006069197 46.4333 -80.7167 750.0 ON WAHNAPITAE-STOKES +CA006069428 46.2667 -81.8833 196.0 ON WEBBWOOD +CA006069K90 46.4333 -80.3167 212.0 ON WARREN +CA006070027 49.8833 -81.5667 204.0 ON ABITIBI CANYON +CA006070QK6 49.3833 -82.1167 245.0 ON BONNER LAKE +CA006071712 49.0667 -81.0333 275.0 ON COCHRANE +CA006071855 48.6167 -80.9167 281.0 ON CONNAUGHT +CA006071860 48.6167 -80.9000 281.0 ON CONNAUGHT +CA006072183 47.5167 -79.6833 198.0 ON DYMOND ONT HYDRO +CA006072223 47.7000 -79.8500 244.0 ON EARLTON 71684 +CA006072224 47.7000 -79.8500 243.0 ON EARLTON AWOS +CA006072225 47.7000 -79.8500 243.0 ON EARLTON A +CA006072230 47.7000 -79.8500 243.0 ON EARLTON CLIMATE 71213 +CA006072325 47.8167 -79.9000 252.0 ON ENGLEHART +CA006072460 52.2167 -81.6667 15.0 ON FORT ALBANY +CA006072595 48.7667 -80.9833 284.0 ON FREDERICKHOUSE LAKE DAM +CA006073138 47.4500 -79.6333 189.0 ON HAILEYBURY +CA006073420 47.8000 -79.8333 222.0 ON HEASLIP +CA006073600 47.3000 -79.7000 279.0 ON HOUND CHUTE +CA006073630 49.1167 -81.2667 274.0 ON HUNTA +CA006073750 47.8500 -80.4500 293.0 ON INDIAN CHUTE +CA006073810 48.7500 -80.6667 259.0 ON IROQUOIS FALLS +CA006073840 49.5833 -81.3667 259.0 ON ISLAND FALLS +CA006073960 49.4000 -82.4333 218.0 ON KAPUSKASING CDA +CA006073975 49.4167 -82.4667 227.0 ON KAPUSKASING A 71831 +CA006073980 49.4000 -82.4500 218.0 ON KAPUSKASING CDA ON GSN 71299 +CA006074100 48.6833 -81.3667 277.0 ON KIDD CREEK MINE +CA006074209 48.1500 -80.0000 324.0 ON KIRKLAND LAKE +CA006074211 48.1500 -80.0000 324.0 ON KIRKLAND LAKE CS 71301 +CA006074620 48.9167 -80.1167 270.0 ON LOWBUSH +CA006074630 48.8167 -81.4833 247.0 ON LOWER STURGEON +CA006075012 48.5333 -80.4500 259.0 ON MATHESON +CA006075013 48.5333 -80.4667 274.0 ON MATHESON ONT HYDRO +CA006075024 49.6000 -83.1667 233.0 ON MATTICE TCPL +CA006075211 48.0500 -80.7167 320.0 ON MISTINIKON LAKE DAM +CA006075379 47.1167 -79.4833 183.0 ON MONTREAL RIVER +CA006075400 51.2333 -80.5000 9.0 ON MOOSE FACTORY +CA006075420 51.2833 -80.6000 9.0 ON MOOSONEE 71398 +CA006075425 51.2667 -80.6500 10.0 ON MOOSONEE UA 71836 +CA006075428 51.2833 -80.6000 9.0 ON MOOSONEE A 71836 +CA006075431 51.2833 -80.6000 9.0 ON MOOSONEE AWOS 71836 +CA006075435 51.3000 -80.6167 9.0 ON MOOSONEE RCS GSN 71309 +CA006075542 49.7667 -84.5167 244.0 ON NAGAGAMI +CA006075543 49.7500 -84.1667 264.0 ON NAGAGAMI (AUT) 71832 +CA006075594 47.5000 -79.6667 194.0 ON NEW LISKEARD +CA006076180 50.0500 -85.3000 189.0 ON PAGWA +CA006076200 50.0333 -85.2667 189.0 ON PAGWA A +CA006076540 49.8500 -81.6000 232.0 ON PINARD +CA006076572 48.4667 -81.2667 299.0 ON PORCUPINE ONT HYDRO +CA006076575 48.7333 -80.8000 308.0 ON PORQUIS JUNCTION A +CA006076870 48.3333 -80.4333 287.0 ON RAMORE TS +CA006077475 48.5167 -81.4333 262.0 ON SANDY FALLS +CA006077845 50.0667 -82.1667 183.0 ON SMOKY FALLS +CA006078280 48.5000 -81.3333 335.0 ON TIMMINS +CA006078282 48.5500 -81.3833 294.0 ON TIMMINS CLIMATE 71193 +CA006078285 48.5667 -81.3833 295.0 ON TIMMINS VICTOR POWER A 71739 +CA006078286 48.5667 -81.3833 295.0 ON TIMMINS A 71739 +CA006078290 48.4667 -81.3667 308.0 ON TIMMINS ONT HYDRO +CA006079040 48.7500 -80.5833 274.0 ON TWIN FALLS +CA006079068 47.2500 -79.5833 241.0 ON UPPER NOTCH +CA006079415 48.3500 -81.4000 271.0 ON WAWAITIN +CA006080189 45.5833 -78.5500 433.0 ON ALGONQUIN PARK +CA006080191 45.5333 -78.2667 412.0 ON ALGONQUIN PARK EAST +CA006080192 45.5333 -78.2667 397.0 ON ALGONQUIN PARK EAST GATE 71581 +CA006080193 45.3333 -78.8500 427.0 ON ALGONQUIN PARK WEST +CA006080577 46.9833 -80.0833 294.0 ON BEAR ISLAND +CA006080729 46.1500 -80.0167 294.0 ON BIG CHAUDIERE FALLS +CA006080HB6 46.2167 -79.1333 265.0 ON BONFIELD +CA006081928 46.4500 -79.8667 227.0 ON CRYSTAL FALLS +CA006081930 46.4500 -79.9000 235.0 ON CRYSTAL FALLS +CA006082178 45.3833 -78.9000 404.0 ON DWIGHT +CA006082612 46.1333 -80.0167 198.0 ON FRENCH R CHAUDIERE DAM +CA006084278 46.3667 -78.7333 172.0 ON LA CAVE +CA006084300 45.6333 -78.3667 403.0 ON LAKE OPEONGO +CA006084307 45.9500 -78.0667 236.0 ON LAKE TRAVERSE +CA006084770 45.5000 -77.9833 316.0 ON MADAWASKA +CA006085023 46.2500 -78.6833 171.0 ON MATTAWA +CA006085682 46.3167 -79.4667 201.0 ON NORTH BAY +CA006085700 46.3667 -79.4167 370.0 ON NORTH BAY A 71731 +CA006085701 46.3667 -79.4167 370.0 ON NORTH BAY A 71731 +CA006085703 46.3167 -79.4833 204.0 ON NORTH BAY NIPISSING(AUT) +CA006085704 46.3000 -79.4667 198.0 ON NORTH BAY OWRC +CA006086930 46.6833 -80.0167 270.0 ON RED CEDAR LAKE DAM +CA006087255 46.2500 -79.0667 241.0 ON RUTHERGLEN +CA006088144 46.3667 -79.9333 201.0 ON STURGEON FALLS +CA006088271 47.0833 -79.8500 351.0 ON TIMAGAMI +CA00608A06G 46.3833 -80.0167 198.0 ON CACHE BAY +CA006091718 45.9500 -83.3000 186.0 ON COCKBURN ISLAND +CA006092915 45.9167 -82.4667 191.0 ON GORE BAY +CA006092920 45.8833 -82.5667 189.0 ON GORE BAY CLIMATE GSN 71956 +CA006092925 45.8833 -82.5667 194.0 ON GORE BAY A +CA006092930 45.8833 -82.5667 194.0 ON GORE BAY AWOS +CA006093004 45.6500 -82.9667 183.0 ON GREAT DUCK ISLAND +CA006093005 45.6333 -82.9500 183.0 ON GREAT DUCK ISLAND (AUT) 71462 +CA006093900 45.9167 -82.2667 180.0 ON KAGAWONG +CA006094449 45.9667 -81.9167 191.0 ON LITTLE CURRENT +CA006094450 45.9333 -81.9000 188.0 ON LITTLE CURRENT +CA006096755 45.6667 -82.2333 192.0 ON PROVIDENCE BAY +CA006097426 45.6833 -81.9833 231.0 ON SANDFIELD +CA006097915 45.5833 -82.0167 182.0 ON SOUTH BAYMOUTH +CA006100166 45.3167 -74.6167 77.0 ON ALEXANDRIA +CA006100172 45.5500 -74.8833 54.0 ON ALFRED +CA006100174 45.5500 -74.8833 54.0 ON ALFRED AUTOMATIC CLIMATE STATI +CA006100176 45.5500 -74.8833 57.0 ON ALFRED +CA006100226 45.1833 -76.2333 125.0 ON ALMONTE +CA006100284 45.2167 -74.7500 91.0 ON APPLE HILL +CA006100285 45.1833 -76.1167 133.0 ON APPLETON +CA006100310 44.7000 -76.9500 133.0 ON ARDEN +CA006100340 45.4333 -76.3833 99.0 ON ARNPRIOR +CA006100345 45.4167 -76.3667 107.0 ON ARNPRIOR GRANDON +CA006100363 45.1667 -76.0667 137.0 ON ASHTON STN SESIA FARM +CA006100375 44.6500 -75.9167 122.0 ON ATHENS +CA006100398 45.1667 -74.9667 91.0 ON AVONMORE +CA006100493 45.4167 -77.8000 335.0 ON BARK LAKE DAM +CA006100521 45.2500 -76.7667 160.0 ON BARRETT CHUTE +CA006100558 45.4333 -77.6667 290.0 ON BARRY'S BAY +CA006100720 44.4833 -76.7667 146.0 ON BELLROCK +CA006100828 45.4667 -75.1667 66.0 ON BOURGET +CA006100969 44.6000 -75.7000 91.0 ON BROCKVILLE +CA006100970 44.6333 -75.7500 120.0 ON BROCKVILLE CLIMATE 71161 +CA006100971 44.6000 -75.6667 96.0 ON BROCKVILLE PCC +CA006101077 45.2500 -76.7333 155.0 ON CALABOGIE +CA006101200 44.8000 -75.3667 52.0 ON CARDINAL +CA006101249 45.1500 -76.1667 137.0 ON CARLETON PLACE +CA006101250 45.1500 -76.2000 145.0 ON CARLETON PLACE +CA006101260 45.3000 -75.9833 114.0 ON CARP +CA006101265 44.3667 -76.6167 145.0 ON CATARAQUI TS +CA006101335 46.0500 -77.3667 122.0 ON CHALK RIVER AECL +CA006101440 45.4667 -76.2333 94.0 ON CHATS FALLS +CA006101494 45.5833 -76.6833 84.0 ON CHENAUX +CA006101500 45.1000 -75.2333 70.0 ON CHESTERVILLE +CA006101502 45.0167 -75.2000 85.0 ON CHESTERVILLE 2 +CA006101521 45.3500 -75.7333 88.0 ON CITY VIEW +CA006101555 45.4167 -76.4000 107.0 ON CLAYBANK +CA006101658 45.3833 -77.1500 245.0 ON CLONTARF +CA006101675 45.6333 -76.8667 140.0 ON COBDEN ONTARIO HYDRO +CA006101820 45.3667 -77.6167 287.0 ON COMBERMERE +CA006101872 45.0167 -74.7333 53.0 ON CORNWALL +CA006101873 45.0333 -74.7000 59.0 ON CORNWALL +CA006101874 45.0167 -74.7500 64.0 ON CORNWALL +CA006101875 45.0333 -74.6833 58.0 ON CORNWALL +CA006101880 45.0333 -74.7167 55.0 ON CORNWALL COLLEGE +CA006101885 45.0500 -74.7500 59.0 ON CORNWALL CUMBERLAND ST +CA006101901 45.0333 -74.8000 76.0 ON CORNWALL ONT HYDRO +CA006101909 45.0333 -74.7167 53.0 ON CORNWALL ST LHS +CA006101920 44.7333 -76.6000 174.0 ON CROW LAKE +CA006101935 45.5000 -75.4500 91.0 ON CUMBERLAND +CA006101943 45.3833 -76.9167 221.0 ON DACRE +CA006101955 44.9667 -76.6167 160.0 ON DALHOUSIE L HIGH FALLS +CA006101958 45.3167 -74.4667 69.0 ON DALHOUSIE MILLS +CA006101960 45.4333 -74.6167 67.0 ON DALKEITH +CA006101962 45.4333 -74.5833 76.0 ON DALKEITH PYM +CA006101986 44.6167 -76.1333 98.0 ON DELTA +CA006102009 46.1833 -77.7000 130.0 ON DES JOACHIMS +CA006102054 44.7833 -75.5333 115.0 ON DOMVILLE +CA006102150 45.4333 -76.0333 66.0 ON DUNROBIN +CA006102153 45.3333 -74.7833 69.0 ON DUNVEGAN +CA006102250 45.5500 -77.1000 165.0 ON EGANVILLE +CA006102252 45.5500 -77.1000 185.0 ON EGANVILLE 2 +CA006102417 45.4667 -76.2167 74.0 ON FITZROY HARBOUR +CA006102516 45.4333 -74.9000 65.0 ON FOURNIER +CA006102531 45.3333 -77.3000 427.0 ON FOYMOUNT +CA006102808 44.3333 -76.5000 114.0 ON GLENBURNIE +CA006102832 45.1667 -74.5333 53.0 ON GLEN GORDON +CA006102839 45.3333 -75.5000 76.0 ON GLOUCESTER DESJARDINS +CA006102840 45.3500 -75.5500 76.0 ON GLOUCESTER KETTLES +CA006102841 45.3000 -75.5167 81.0 ON GLOUCESTER RCN +CA006102842 45.3500 -75.4667 76.0 ON GLOUCESTER TINKER +CA006102857 44.5667 -76.6333 160.0 ON GODFREY +CA006102J13 45.0333 -76.2500 145.0 ON DRUMMOND CENTRE +CA006103006 45.3500 -74.6667 84.0 ON GREENFIELD +CA006103024 44.4167 -75.8500 82.0 ON GRENADIER ISLAND 71281 +CA006103366 44.3833 -76.7000 145.0 ON HARROWSMITH BRACKEN +CA006103367 44.4333 -76.6833 160.0 ON HARTINGTON IHD +CA006103390 45.6167 -74.6333 46.0 ON HAWKESBURY +CA006103470 44.5833 -76.6833 180.0 ON HINCHINBROOKE +CA006104025 45.0000 -75.6333 99.0 ON KEMPTVILLE +CA006104027 45.0000 -75.6333 99.0 ON KEMPTVILLE CS 71300 +CA006104125 45.5667 -77.4167 174.0 ON KILLALOE +CA006104142 44.2167 -76.6000 93.0 ON KINGSTON CLIMATE 71820 +CA006104145 44.2500 -76.5000 104.0 ON KINGSTON +CA006104146 44.2167 -76.6000 92.0 ON KINGSTON A +CA006104147 44.2167 -76.5000 84.0 ON KINGSTON BEVERLEY ST +CA006104153 44.2333 -76.4500 107.0 ON KINGSTON MARINE +CA006104160 44.2333 -76.5667 91.0 ON KINGSTON N & C GAS +CA006104165 44.2667 -76.5000 91.0 ON KINGSTON ONT HYDRO +CA006104175 44.2500 -76.4833 77.0 ON KINGSTON PUMPING STATION +CA006104185 44.2500 -76.5000 104.0 ON KINGSTON QUEENS U +CA0061041BE 45.5000 -77.4833 396.0 ON KILLALOE O'GRADY +CA006104340 45.1500 -74.4667 50.0 ON LANCASTER +CA006104347 44.5000 -76.0333 104.0 ON LANSDOWNE +CA006104348 44.4000 -76.0000 102.0 ON LANSDOWNE +CA006104400 45.3833 -75.3167 76.0 ON LEONARD +CA006104723 44.5833 -75.7833 114.0 ON LYN +CA006104725 44.5167 -76.0833 87.0 ON LYNDHURST SHAWMERE +CA006104733 44.8833 -76.1667 87.0 ON MACCUE +CA006104840 44.6333 -75.6333 101.0 ON MAITLAND +CA006104880 44.5667 -75.8833 122.0 ON MALLORYTOWN GRAHAM LAKE +CA006104882 44.4500 -75.8667 84.0 ON MALLORYTOWN LANDING +CA006104931 45.2333 -75.6833 87.0 ON MANOTICK +CA006104932 45.2333 -75.7000 84.0 ON MANOTICK +CA006104JK5 45.4833 -77.5000 396.0 ON KILLALOE STATION +CA006105010 45.1333 -77.1167 300.0 ON MATAWATCHAN +CA006105061 45.3000 -75.7333 90.0 ON MERIVALE CDA +CA006105066 45.2333 -75.4667 84.0 ON METCALFE OSGOODE +CA006105262 44.9333 -75.9500 178.0 ON MONTAGUE +CA006105395 45.2500 -75.0333 84.0 ON MOOSE CREEK +CA006105397 45.2500 -74.9667 85.0 ON MOOSE CREEK +CA006105460 44.9167 -75.1833 82.0 ON MORRISBURG +CA006105512 45.3333 -76.8833 213.0 ON MOUNT ST PATRICK +CA006105576 45.4333 -75.5167 76.0 ON NAVAN +CA006105678 44.7500 -75.7833 117.0 ON NORTH AUGUSTA +CA006105679 44.7333 -75.7333 122.0 ON NORTH AUGUSTA MAHONEY +CA006105709 45.1333 -75.7167 93.0 ON NORTH GOWER +CA006105710 45.1000 -75.7500 103.0 ON NORTH GOWER +CA006105730 45.0000 -75.3667 81.0 ON OAK VALLEY +CA006105760 44.9667 -76.8500 251.0 ON OMPAH +CA006105762 45.0500 -76.7833 276.0 ON OMPAH-SEITZ +CA006105832 45.4500 -75.5667 89.0 ON ORLEANS VEH PRVG GND +CA006105887 45.4000 -75.7167 72.0 ON OTTAWA +CA006105910 45.3333 -75.6333 98.0 ON OTTAWA ALBION RD +CA006105913 45.3833 -75.7500 81.0 ON OTTAWA ALTA VISTA +CA006105938 45.4000 -75.6667 61.0 ON OTTAWA BECKWITH RD +CA006105950 45.3500 -75.6500 92.0 ON OTTAWA BILLINGS BRIDGE +CA006105960 45.3667 -75.8000 58.0 ON OTTAWA BRITANNIA +CA006105976 45.3833 -75.7167 79.0 ON OTTAWA CDA +CA006105978 45.3833 -75.7167 79.0 ON OTTAWA CDA RCS 71063 +CA006105980 45.4333 -75.7000 56.0 ON OTTAWA CITY HALL +CA006105993 45.3167 -75.9000 107.0 ON OTTAWA HAZELDEAN +CA006105995 45.3667 -75.6833 79.0 ON OTTAWA HOGS BACK +CA006106000 45.3167 -75.6667 114.0 ON OTTAWA MACDONALD-CARTIER INT'L 71628 +CA006106001 45.3167 -75.6667 114.0 ON OTTAWA INT'L 71628 +CA006106003 45.3333 -75.9167 101.0 ON OTTAWA KANATA +CA006106014 45.4333 -75.7000 61.0 ON OTTAWA LA SALLE ACAD +CA006106022 44.7000 -76.3000 125.0 ON RIDEAU NARROWS LOCKS +CA006106052 45.4167 -75.7333 61.0 ON OTTAWA LEMIEUX ISLAND +CA006106080 45.3833 -75.7500 84.0 ON OTTAWA NEPEAN +CA006106090 45.4500 -75.6167 98.0 ON OTTAWA NRC +CA006106098 45.4000 -75.6333 71.0 ON OTTAWA RIDEAU WARD +CA006106100 45.4500 -75.6333 54.0 ON OTTAWA ROCKCLIFFE A +CA006106102 45.3500 -75.9333 87.0 ON OTTAWA SOUTH MARCH +CA006106105 45.4167 -75.6833 66.0 ON OTTAWA U OF O +CA006106123 44.4833 -76.0500 91.0 ON OUTLET +CA006106362 45.8333 -77.1500 125.0 ON PEMBROKE EDDY MATCH +CA006106365 45.8000 -77.1833 122.0 ON PEMBROKE FORESTRY STN +CA006106367 45.8667 -77.2500 161.0 ON PEMBROKE CLIMATE 71196 +CA006106369 45.7500 -76.9833 148.0 ON PEMBROKE SE +CA006106385 44.9167 -76.2667 134.0 ON PERTH ONTARIO HYDRO +CA006106396 45.9500 -77.3167 130.0 ON PETAWAWA AWOS 2 71625 +CA006106398 45.9500 -77.3167 130.0 ON PETAWAWA A 71625 +CA006106400 45.9833 -77.4333 183.0 ON PETAWAWA NAT FORESTRY +CA006106660 44.8833 -76.1333 130.0 ON PORT ELMSLEY +CA006106677 44.7000 -76.2000 139.0 ON PORTLAND +CA006106779 45.3167 -77.7167 491.0 ON PURDY +CA006106874 45.4167 -75.5500 79.0 ON RAMSAYVILLE CRF +CA006107002 45.4833 -76.7000 130.0 ON RENFREW +CA006107003 45.4333 -76.6500 127.0 ON RENFREW +CA006107004 45.4833 -76.4333 127.0 ON RENFREW SAND POINT +CA006107010 45.1667 -75.7833 99.0 ON RICHMOND +CA006107011 45.1833 -75.8500 98.0 ON RICHMOND +CA006107017 44.7333 -76.6000 178.0 ON RIDEAU CANAL BOBS LAKE +CA006107031 44.9833 -75.8000 88.0 ON RIDEAU C BURRITS RAPIDS +CA006107045 44.5500 -76.2333 101.0 ON RIDEAU CANAL JONES FALLS +CA006107059 44.8833 -75.9333 107.0 ON RIDEAU CANAL KILMARNOCK +CA006107073 45.2500 -75.7000 84.0 ON RIDEAU CANAL LONG ISLAND +CA006107087 44.7000 -76.3000 125.0 ON RIDEAU CANAL NARROWS +CA006107096 44.9000 -76.2500 134.0 ON RIDEAU CANAL PERTH +CA0061070AA 45.1500 -75.9000 110.0 ON RICHMOND +CA006107105 44.4167 -76.3167 99.0 ON RIDEAU CANAL UPP BREWERS +CA006107119 44.6000 -76.4000 125.0 ON RIDEAU CANAL WOLFE LAKE +CA006107133 44.8500 -76.1500 130.0 ON RIDEAU FERRY +CA006107182 46.1833 -77.6500 137.0 ON ROLPHTON +CA006107184 46.1833 -77.6667 122.0 ON ROLPHTON NPD +CA006107247 45.2667 -75.3667 76.0 ON RUSSELL +CA006107276 45.2833 -75.0667 80.0 ON ST. ALBERT +CA006107310 45.3167 -74.8500 84.0 ON ST ELMO +CA006107352 45.2167 -74.5833 69.0 ON ST RAPHAEL +CA006107434 44.1333 -76.8833 83.0 ON SANDHURST +CA006107533 45.4333 -75.3500 85.0 ON SARSFIELD +CA006107699 45.3500 -75.8833 76.0 ON SHIRLEY BAY +CA006107834 44.9167 -76.0500 129.0 ON SMITHS FALLS +CA006107835 44.9000 -76.0000 122.0 ON SMITHS FALLS WPCP +CA006107836 44.8833 -76.0000 114.0 ON SMITHS FALLS TS +CA006107955 44.9667 -75.4833 85.0 ON SOUTH MOUNTAIN +CA006107971 44.8500 -75.5500 95.0 ON SPENCERVILLE +CA006108027 45.4000 -76.5000 131.0 ON STEWARTVILLE +CA006108060 46.1500 -78.1000 149.0 ON STONECLIFFE +CA006108195 44.4000 -76.5833 133.0 ON SYDENHAM +CA006109132 45.5167 -74.6500 88.0 ON VANKLEEK HILL +CA006109458 44.6833 -76.4167 135.0 ON WESTPORT +CA006109503 44.7667 -75.7500 204.0 ON WHITE LAKE FISH CULTURE STATIO +CA006109515 45.0500 -75.3333 90.0 ON WINCHESTER CS +CA006109517 45.0500 -75.3333 75.0 ON WINCHESTER +CA006109558 44.1500 -76.5333 90.0 ON WOLFE ISLAND +CA006109590 45.5000 -76.1000 91.0 ON WOODLAWN +CA00610E061 45.3333 -75.7333 98.0 ON MERIVALE TS +CA00610F3Q0 44.8833 -76.2000 133.0 ON PERTH +CA00610FC98 45.8833 -77.2500 153.0 ON PETAWAWA HOFFMAN +CA00610FLPR 44.9167 -76.2833 145.0 ON PERTH +CA006110210 44.1667 -80.9333 285.0 ON ALLAN PARK +CA006110216 44.1500 -79.8500 213.0 ON ALLISTON +CA006110218 44.1500 -79.8667 221.0 ON ALLISTON NELSON +CA006110270 44.3167 -79.8667 191.0 ON ANGUS +CA006110275 44.2833 -79.8500 212.0 ON ANGUS CAMPHILL +CA006110439 44.0833 -80.8333 361.0 ON AYTON +CA006110458 45.0000 -79.5000 226.0 ON BALA +CA006110470 44.6667 -80.7833 222.0 ON BALACLAVA +CA006110480 44.2667 -79.3167 229.0 ON BALDWIN +CA006110549 44.4000 -79.6833 229.0 ON BARRIE +CA006110552 44.3833 -79.7833 295.0 ON BARRIE (AUT) +CA006110555 44.3500 -79.7000 312.0 ON BARRIE CKVR +CA006110556 44.3833 -79.7333 305.0 ON BARRIE LANDFILL +CA006110557 44.3833 -79.6833 221.0 ON BARRIE WPCC +CA006110605 45.1333 -79.3833 290.0 ON BEATRICE +CA006110606 45.1333 -79.4000 297.0 ON BEATRICE 2 +CA006110607 45.1333 -79.4000 297.0 ON BEATRICE CLIMATE 71694 +CA006110617 44.8500 -79.8667 183.0 ON BEAUSOLEIL +CA006110633 44.4167 -79.1500 230.0 ON BEAVERTON +CA006110661 44.1000 -79.7833 233.0 ON BEETON +CA006110662 44.1167 -79.7667 221.0 ON BEETON ASSAGI +CA006110663 44.0833 -79.7833 229.0 ON BEETON GRAHAM +CA006110667 44.0667 -79.8500 252.0 ON BEETON WATSON +CA006110731 44.8833 -79.6667 191.0 ON BIG CHUTE +CA006110745 46.0833 -79.4000 242.0 ON BINGHAM CHUTE +CA006110823 44.6667 -80.8333 250.0 ON BOGNOR +CA006110827 44.2667 -79.9333 227.0 ON BORDEN A +CA006110851 45.0500 -79.3167 250.0 ON BRACEBRIDGE +CA006110854 45.0333 -79.3000 267.0 ON BRACEBRIDGE ONT HYDRO +CA006110859 44.1500 -79.5667 293.0 ON BRADFORD BROWN +CA00611095R 44.5333 -79.2000 220.0 ON BRECHIN BEACH +CA006110967 45.8000 -80.5333 190.0 ON BRITT (AUT) +CA006110HK7 44.3000 -79.9000 201.0 ON BORDEN STP +CA006111045 45.6000 -79.5667 320.0 ON BURKS FALLS +CA006111050 45.6500 -79.4000 335.0 ON BURK'S FALLS +CA0061110M6 45.5833 -79.6000 310.0 ON BURK'S FALLS 2 +CA006111143 44.2667 -79.9000 221.0 ON CAMP BORDEN +CA006111145 44.3167 -79.9000 233.0 ON CAMP BORDEN A +CA006111375 45.4500 -79.2500 326.0 ON CHARLINCH +CA006111467 44.4000 -80.9000 305.0 ON CHATSWORTH +CA006111546 44.5167 -80.4667 232.0 ON CLARKSBURG +CA006111766 44.7000 -79.6667 183.0 ON COLDWATER +CA006111769 44.6333 -79.5333 285.0 ON COLDWATER WARMINSTER +CA006111792 44.5000 -80.2167 180.0 ON COLLINGWOOD 71270 +CA006111793 44.4833 -80.2167 183.0 ON COLLINGWOOD +CA006111794 44.4500 -80.1667 221.0 ON COLLINGWOOD A +CA006111797 44.5000 -80.2500 198.0 ON COLLINGWOOD SMART BROS +CA006111800 44.5000 -80.2167 180.0 ON COLLINGWOOD WPCP +CA006111859 44.2000 -79.7000 244.0 ON COOKSTOWN +CA006111965 44.6000 -79.1333 229.0 ON DALRYMPLE LAKE +CA006112070 45.1667 -78.8333 347.0 ON DORSET +CA006112072 45.2167 -78.9333 323.0 ON DORSET MOE +CA006112133 45.6167 -79.8833 268.0 ON DUNCHURCH +CA006112171 44.1833 -80.8167 384.0 ON DURHAM +CA006112278 44.5833 -79.9000 213.0 ON ELMVALE +CA006112313 45.5000 -79.2333 328.0 ON EMSDALE +CA006112340 44.3500 -79.8167 216.0 ON ESSA ONT HYDRO +CA006112350 44.3333 -80.5500 274.0 ON EUGENIA +CA006112410 44.7333 -79.6833 180.0 ON FESSERTON +CA006112775 44.2167 -79.5500 252.0 ON GILFORD +CA006112778 44.2000 -79.5667 267.0 ON GILFORD +CA006113000 44.9167 -79.3667 248.0 ON GRAVENHURST +CA006113329 44.1167 -81.0000 270.0 ON HANOVER +CA006113479 44.3167 -79.7167 302.0 ON HOLLY +CA006113480 44.0500 -80.7667 407.0 ON HOLSTEIN +CA006113490 44.8500 -79.8667 183.0 ON HONEY HBR BEAUSOLEIL +CA006113510 44.0833 -80.5667 480.0 ON HOPEVILLE +CA006113580 44.5500 -79.6667 335.0 ON HORSESHOE VALLEY +CA006113660 45.3167 -79.2500 290.0 ON HUNTSVILLE +CA006113663 45.3500 -79.1667 321.0 ON HUNTSVILLE WPCP +CA006113665 45.3500 -79.3167 290.0 ON HUNTSVILLE TAWINGO +CA006114005 45.5833 -79.3500 300.0 ON KATRINE +CA006114006 45.5333 -79.4000 305.0 ON KATRINE DOE LAKE +CA006114089 44.2167 -79.4333 229.0 ON KESWICK +CA006114290 44.7500 -80.0833 183.0 ON LAFONTAINE +CA006114295 44.5500 -79.2167 221.0 ON LAGOON CITY 71282 +CA006114437 44.9500 -81.2167 248.0 ON LIONS HEAD +CA006114805 45.6667 -79.7833 280.0 ON MAGNETAWAN +CA006114978 44.4000 -80.6833 427.0 ON MARKDALE +CA006114979 44.2667 -80.7167 411.0 ON MARKDALE +CA006115057 44.5833 -80.5833 216.0 ON MEAFORD +CA006115059 44.6167 -80.6333 213.0 ON MEAFORD WILLOWMERE +CA006115099 44.4500 -79.7667 226.0 ON MIDHURST +CA006115127 44.7500 -79.8833 180.0 ON MIDLAND WATER POLLUTION CONTRO +CA006115130 44.6833 -79.9333 235.0 ON MIDLAND HURONIA A +CA006115150 45.1000 -79.4833 252.0 ON MILFORD BAY +CA006115389 44.6333 -79.6667 201.0 ON MOONSTONE +CA006115524 44.9667 -79.3000 282.0 ON MUSKOKA AWOS +CA006115525 44.9667 -79.3000 282.0 ON MUSKOKA A 71630 +CA006115668 46.1333 -79.5333 215.0 ON NIPISSING +CA006115669 46.1000 -79.5167 213.0 ON NIPISSING +CA006115718 44.5333 -80.2500 180.0 ON NOTTAWASAGA ISLAND +CA006115810 44.6167 -79.4000 224.0 ON ORILLIA +CA006115811 44.6000 -79.4333 250.0 ON ORILLIA BRAIN +CA006115818 44.5833 -79.4000 224.0 ON ORILLIA STP +CA006115820 44.6167 -79.4167 220.0 ON ORILLIA TS +CA006115850 44.5167 -79.5833 305.0 ON ORO +CA006115856 44.5167 -79.4500 221.0 ON ORO WAM +CA006116128 44.5667 -80.9167 182.0 ON OWEN SOUND +CA006116132 44.5833 -80.9333 179.0 ON OWEN SOUND MOE +CA006116254 45.3333 -80.0000 194.0 ON PARRY SOUND +CA006116255 45.3500 -80.0500 198.0 ON PARRY SOUND +CA006116256 45.3500 -80.0333 210.0 ON PARRY SOUND 2 +CA006116257 45.3500 -80.0500 176.0 ON PARRY SOUND CCG 71172 +CA006116258 45.2667 -80.2500 180.0 ON PARRY SOUND MARTYR IS +CA006116262 45.3333 -80.0333 214.0 ON PARRY SOUND HARBOUR +CA006116308 44.3167 -79.2167 229.0 ON PEFFERLAW +CA006116309 44.3333 -79.2167 220.0 ON PEFFERLAW +CA006116679 44.2500 -80.4667 495.0 ON PORT LAW +CA006116702 46.1167 -79.2500 274.0 ON POWASSAN +CA006116703 46.0833 -79.3500 274.0 ON POWASSAN VALLEYVIEW +CA006116705 44.7000 -80.9167 274.0 ON PRESQU'ILE +CA006116718 44.2000 -80.6333 472.0 ON PRICEVILLE +CA006116750 44.1667 -80.5167 480.0 ON PROTON STATION +CA006116843 45.0167 -79.6833 229.0 ON RAGGED RAPIDS +CA006116899 44.5333 -80.4167 229.0 ON RAVENNA +CA006116900 44.4667 -80.4167 396.0 ON RAVENNA +CA006116901 45.3500 -79.2667 305.0 ON RAVENSCLIFFE +CA006116902 44.2167 -79.4000 251.0 ON RAVENSHOE +CA006117167 45.2333 -79.8167 244.0 ON ROBERTS LAKE +CA006117169 44.4667 -80.6333 433.0 ON ROCKLYN +CA006117186 45.2500 -78.9500 316.0 ON RONVILLE +CA006117189 45.2500 -79.6333 244.0 ON ROSSEAU LAKE +CA006117663 45.5167 -79.3000 390.0 ON SCOTIA +CA006117682 44.7667 -79.3333 223.0 ON SEVERN BRIDGE +CA006117684 44.4000 -79.6333 250.0 ON SHANTY BAY +CA006117700 44.4833 -79.5500 289.0 ON BARRIE-ORO 71314 +CA006117750 44.3500 -80.2500 497.0 ON SINGHAMPTON +CA006117943 45.0000 -79.3000 231.0 ON SOUTH FALLS +CA006117957 45.8333 -79.3833 396.0 ON SOUTH RIVER +CA006117981 45.4333 -79.4833 337.0 ON SPRUCEDALE +CA006117998 44.3667 -80.0833 293.0 ON STAYNER +CA006117999 44.4667 -80.1000 218.0 ON STAYNER +CA006117R99 44.4667 -80.0833 192.0 ON STAYNER MARTYN +CA006118000 44.4333 -80.0833 198.0 ON STAYNER 2 +CA006118142 44.3333 -79.5333 221.0 ON STROUD LEONARDS BEACH +CA006118187 44.3167 -79.3000 137.0 ON SUTTON WEST +CA006118240 44.5500 -80.4667 212.0 ON THORNBURY 3 +CA006118252 44.5500 -80.4500 191.0 ON THORNBURY MATTS MOTEL +CA006118258 44.2833 -79.6833 300.0 ON THORNTON +CA006118848 44.0333 -79.8167 251.0 ON TOTTENHAM +CA006118849 44.0167 -79.8000 259.0 ON TOTTENHAM PEARSON +CA006118920 44.9833 -79.2833 277.0 ON TRETHEWEY FALLS +CA006118938 46.0333 -79.3833 333.0 ON TROUT CREEK +CA006119055 44.2667 -79.1667 262.0 ON UDORA +CA006119064 45.8000 -79.4167 262.0 ON UPLANDS +CA006119115 45.2000 -79.3500 297.0 ON UTTERSON ONT HYDRO +CA006119129 44.2667 -79.1667 277.0 ON VALLENTYNE +CA0061191LK 45.0333 -79.0000 305.0 ON VANKOUGHNET +CA006119274 44.5167 -80.7333 305.0 ON WALTERS FALLS +CA006119293 44.5000 -80.0500 180.0 ON WASAGA BEACH +CA006119294 44.4833 -80.0500 183.0 ON WASAGA BEACH +CA006119295 44.7833 -79.3000 218.0 ON WASDELLS +CA006119325 44.7500 -79.3333 222.0 ON WASHAGO +CA006119399 44.7667 -79.7000 181.0 ON WAUBAUSHENE +CA006119452 45.0333 -80.3667 184.0 ON WESTERN ISLANDS +CA006119495 44.7500 -81.1333 182.0 ON WIARTON +CA006119500 44.7500 -81.1000 222.0 ON WIARTON A 71633 +CA006119511 44.1500 -80.7667 390.0 ON WILDER LAKE +CA006119668 44.6500 -79.9167 690.0 ON WYEVALE +CA006119M51 45.0333 -80.3667 191.0 ON WESTERN ISLAND (AUT) 71438 +CA00611B002 44.2667 -79.9167 223.0 ON BORDEN AWOS 71534 +CA00611C001 44.9167 -79.4000 244.0 ON GRAVENHURST BOOTH +CA00611DR50 44.4000 -80.3667 495.0 ON MAPLE GROVE +CA00611E001 44.2333 -79.7833 251.0 ON EGBERT CS 71296 +CA00611G001 44.8167 -79.6833 192.0 ON GLOUCESTER POOL +CA00611HBEC 44.5667 -80.4833 213.0 ON THORNBURY SLAMA +CA00611K661 44.5167 -79.1000 236.0 ON GAMEBRIDGE +CA00611KBE0 44.2333 -79.7833 252.0 ON EGBERT CARE +CA00611S002 44.9667 -79.3000 273.0 ON GRAVENHURST BEAVER CREEK +CA006120250 42.8667 -81.8833 221.0 ON ALVINSTON +CA006120315 43.0333 -81.9167 183.0 ON ARKONA +CA006120670 43.8000 -81.3833 335.0 ON BELGRAVE +CA006120795 42.6667 -82.0167 205.0 ON BLENHEIM +CA006120819 43.7167 -81.3833 351.0 ON BLYTH +CA006121025 43.5500 -81.5500 259.0 ON BRUCEFIELD +CA006121030 43.7333 -81.2333 340.0 ON BRUSSELS +CA006121067 42.7000 -81.9000 198.0 ON CAIRO +CA0061210K7 44.3333 -81.5833 180.0 ON BRUCE ONTARIO HYDRO +CA006121123 43.0333 -82.1833 192.0 ON CAMLACHIE +CA006121275 43.3000 -81.5167 253.0 ON CENTRALIA A +CA006121499 44.2833 -81.1333 252.0 ON CHESLEY +CA006121603 43.9667 -81.1167 366.0 ON CLIFFORD +CA006121630 43.6000 -81.5333 274.0 ON CLINTON +CA006121912 45.3333 -81.7333 180.0 ON COVE ISLAND +CA006121940 45.2333 -81.5333 190.0 ON CYPRUS LAKE CS +CA006121969 43.3667 -81.6167 253.0 ON DASHWOOD +CA0061219J1 42.7667 -82.4500 186.0 ON COURTRIGHT +CA0061219J2 45.3333 -81.7333 181.0 ON COVE ISLAND (AUT) 71439 +CA006122078 44.3333 -81.6000 180.0 ON DOUGLAS POINT +CA006122079 44.3333 -81.6000 180.0 ON DOUGLAS POINT +CA006122370 43.3500 -81.5000 262.0 ON EXETER +CA006122405 44.9667 -81.3000 187.0 ON FERNDALE +CA006122450 43.1667 -82.0333 191.0 ON FOREST +CA006122452 43.1000 -82.0000 218.0 ON FOREST MCNABB +CA006122456 44.0667 -81.2833 305.0 ON FORMOSA +CA006122845 43.7500 -81.7000 220.0 ON GODERICH +CA006122847 43.7667 -81.7167 214.0 ON GODERICH 71261 +CA006122848 43.7500 -81.7167 214.0 ON GODERICH LIGHTHOUSE +CA006122849 43.7667 -81.7000 213.0 ON GODERICH MUNICIPAL A +CA006122851 43.7167 -81.7000 221.0 ON GODERICH TOWNSHIP +CA006122985 43.3167 -81.7500 207.0 ON GRAND BEND +CA00612298H 43.3333 -81.7167 188.0 ON GRAND BEND RES STN 1 +CA00612298Q 43.3333 -81.6500 210.0 ON GRAND BEND RES STN 2 +CA0061229H8 43.3333 -81.6000 247.0 ON GRAND BEND RES STN 3 +CA0061229HH 43.3000 -81.5667 245.0 ON GRAND BEND RES STN 4 +CA006123672 43.3167 -81.5000 253.0 ON HURON PARK +CA006124123 43.1000 -81.5667 233.0 ON NAIRN +CA006124127 44.1667 -81.6167 200.0 ON KINCARDINE +CA006124128 44.2000 -81.6000 234.0 ON KINCARDINE A +CA006124700 43.9500 -81.5000 290.0 ON LUCKNOW +CA006125155 45.1000 -81.5167 198.0 ON MILLER LAKE FOREST +CA006125582 42.7167 -81.8500 206.0 ON NEWBURY +CA006125705 44.3833 -81.4167 213.0 ON NORTH BRUCE +CA006125766 42.9167 -82.0333 208.0 ON OIL CITY +CA006125770 42.7833 -82.1167 207.0 ON OIL SPRINGS +CA006125GP0 44.7167 -81.2833 182.0 ON OLIPHANT +CA006126210 44.2667 -81.3667 244.0 ON PAISLEY +CA006126497 42.9000 -82.1667 201.0 ON PETROLIA +CA006126498 42.8500 -82.0500 208.0 ON PETROLIA ROKEBY +CA006126499 42.8833 -82.1667 201.0 ON PETROLIA TOWN +CA006126552 43.2500 -81.8500 183.0 ON PINERY +CA006126558 44.0833 -81.6833 181.0 ON POINT CLARK +CA006126654 44.4667 -81.3667 204.0 ON PORT ELGIN +CA006127418 43.7500 -81.6833 229.0 ON SALTFORD +CA006127510 43.0000 -82.3167 181.0 ON SARNIA 71704 +CA006127513 42.9667 -82.3667 191.0 ON SARNIA +CA006127514 43.0000 -82.3000 181.0 ON SARNIA AIRPORT +CA006127518 43.0000 -82.3167 181.0 ON SARNIA CHRIS HADFIELD A +CA006127519 43.0000 -82.3000 181.0 ON SARNIA CLIMATE 71746 +CA006127520 42.9500 -82.4333 189.0 ON SARNIA POLYSAR +CA006127527 43.0000 -82.4167 179.0 ON SARNIA WATERWORKS +CA006127551 44.6833 -81.2500 183.0 ON SAUBLE FOREST +CA006127887 44.5000 -81.3667 186.0 ON SOUTHAMPTON +CA006127890 44.5000 -81.3667 195.0 ON SOUTHAMPTON 2 +CA006127895 44.5000 -81.3167 213.0 ON SOUTHAMPTON TOMORI +CA006128182 43.7833 -81.3333 213.0 ON SUNSHINE +CA006128206 44.5167 -81.1500 230.0 ON TARA +CA006128240 43.1500 -81.8333 208.0 ON THEDFORD +CA006128320 45.2500 -81.6667 183.0 ON TOBERMORY +CA006128323 45.2333 -81.5333 190.0 ON TOBERMORY CYPRUS LAKE +CA006128330 45.2333 -81.6333 214.0 ON TOBERMORY RCS 71767 +CA006129235 44.1333 -81.1500 244.0 ON WALKERTON +CA006129389 42.9667 -81.9667 216.0 ON WATFORD +CA006129543 43.8833 -81.3000 343.0 ON WINGHAM CKNX +CA006129660 43.8667 -81.1500 335.0 ON WROXETER +CA006129670 42.9333 -82.1167 216.0 ON WYOMING +CA006129850 43.4000 -81.6000 257.0 ON ZURICH +CA00612HKLR 43.1833 -81.8500 200.0 ON THEDFORD +CA006130257 42.1000 -83.1000 182.0 ON AMHERSTBURG +CA006130409 42.7667 -80.9833 229.0 ON AYLMER +CA006130411 42.7667 -80.9833 232.0 ON AYLMER +CA006130415 42.7667 -81.0000 232.0 ON AYLMER 2 +CA006130420 42.7833 -80.9833 236.0 ON AYLMER ONT HYDRO +CA006130681 42.3000 -82.7000 184.0 ON BELLE RIVER +CA006130740 43.1167 -79.8333 206.0 ON BINBROOK +CA006130815 42.3000 -82.0333 200.0 ON BLENHEIM 1 +CA006131081 43.0833 -79.9500 206.0 ON CALEDONIA +CA006131165 42.9667 -79.5833 183.0 ON CANBORO +CA006131167 43.0000 -79.7500 189.0 ON CANFIELD +CA006131386 42.4000 -82.2000 183.0 ON CHATHAM +CA006131387 42.4333 -82.2667 178.0 ON CHATHAM +CA006131388 42.4000 -82.2000 181.0 ON CHATHAM 2 +CA006131413 42.3833 -82.2000 181.0 ON CHATHAM CFCO +CA006131415 42.3833 -82.2167 180.0 ON CHATHAM WPCP +CA006131416 42.4167 -82.1833 183.0 ON CHATHAM WATERWORKS +CA006131575 42.5833 -80.5667 190.0 ON CLEAR CREEK +CA006131910 42.1167 -82.7500 185.0 ON COTTAM +CA006131970 42.2833 -82.1167 185.0 ON DEALTOWN +CA006131982 42.8667 -80.5500 232.0 ON DELHI CDA +CA006131983 42.8667 -80.5500 232.0 ON DELHI CS 71573 +CA006132090 42.5833 -82.1833 183.0 ON DRESDEN +CA006132144 42.9167 -79.7000 178.0 ON DUNNVILLE +CA006132145 42.8500 -79.6667 178.0 ON DUNNVILLE 2 +CA006132148 42.8333 -79.6167 175.0 ON DUNNVILLE PUMPING STN +CA006132175 42.6667 -81.5333 220.0 ON DUTTON +CA006132176 42.6667 -81.5333 220.0 ON DUTTON 2 +CA006132336 42.2667 -81.9167 176.0 ON ERIEAU BAY +CA006132344 42.1667 -82.8333 195.0 ON ESSEX +CA006132415 42.6667 -81.3000 213.0 ON FINGAL +CA006132435 43.0333 -79.3000 236.0 ON FONTHILL +CA006132470 42.8833 -78.9667 180.0 ON FORT ERIE +CA006132830 42.8000 -80.8667 236.0 ON GLENCOLIN +CA006133047 43.2000 -79.5667 91.0 ON GRIMSBY +CA006133050 43.1667 -79.6000 191.0 ON GRIMSBY ALLAN +CA006133052 43.2000 -79.6333 91.0 ON GRIMSBY CHATEAU GAI +CA006133055 43.1833 -79.5667 171.0 ON GRIMSBY MOUNTAIN +CA006133057 43.1833 -79.5833 198.0 ON GRIMSBY ROCK CHAPEL +CA006133059 43.1833 -79.5500 191.0 ON GRIMSBY ROYAL OAK +CA006133120 42.9667 -80.0667 221.0 ON HAGERSVILLE +CA006133121 42.9333 -80.0833 213.0 ON HAGERSVILLE 2 +CA006133360 42.0333 -82.9000 191.0 ON HARROW CDA +CA006133362 42.0333 -82.9000 191.0 ON HARROW CDA AUTO 71298 +CA006133855 42.8833 -80.0833 215.0 ON JARVIS +CA006133880 43.1167 -79.3833 175.0 ON JORDAN +CA006134190 42.0500 -82.6667 200.0 ON KINGSVILLE MOE +CA006134257 42.9000 -79.8667 206.0 ON KOHLER +CA006134344 42.7333 -80.5833 229.0 ON LANGTON +CA006134390 42.0500 -82.6333 213.0 ON LEAMINGTON +CA006134610 42.5500 -80.0500 175.0 ON LONG POINT +CA006134729 42.8500 -80.9833 259.0 ON LYONS +CA006134996 42.7000 -80.6000 220.0 ON MARSTON VERHEGGHE +CA006134F10 42.5667 -80.0500 175.0 ON LONG POINT (AUT) 71464 +CA006135125 42.3833 -81.8667 198.0 ON MORPETH +CA006135573 42.8333 -80.0500 198.0 ON NANTICOKE ESSO +CA006135583 42.5167 -81.6333 198.0 ON NEW GLASGOW +CA006135638 43.1333 -79.0833 183.0 ON NIAGARA FALLS +CA006135642 43.0667 -79.0500 175.0 ON NIAGARA FALLS CHIPPAWA +CA006135657 43.1333 -79.0500 175.0 ON NIAGARA FALLS NPCSH +CA006135660 43.0833 -79.0833 198.0 ON NIAGARA FALLS ONT HYDRO +CA006135FF4 43.2500 -79.1333 81.0 ON NIAGARA ON THE LAKE +CA006136335 41.7500 -82.6833 175.0 ON PELEE ISLAND +CA006136336 41.7833 -82.6833 174.0 ON PELEE ISLAND A +CA006136339 41.7833 -82.6833 174.0 ON PELEE ISLAND U OF W +CA006136597 42.6500 -80.8167 180.0 ON PORT BURWELL +CA00613659R 42.6833 -80.8833 212.0 ON PORT BURWELL RES STN 1 +CA0061365R9 42.7167 -80.8833 224.0 ON PORT BURWELL RES STN 2 +CA0061365RR 42.7500 -80.8833 230.0 ON PORT BURWELL RES STN 3 +CA006136606 42.8833 -79.2500 175.0 ON PORT COLBORNE +CA006136607 42.8667 -79.2500 175.0 ON PORT COLBORNE LIGHT +CA006136619 42.2000 -82.2000 195.0 ON PORT CREWE +CA006136626 43.1833 -79.2667 91.0 ON PORT DALHOUSIE +CA006136628 43.2000 -79.2833 87.0 ON PORT DALHOUSIE CORBETT +CA006136643 42.7833 -80.2167 186.0 ON PORT DOVER +CA006136694 42.6667 -81.2167 183.0 ON PORT STANLEY +CA006136699 43.2500 -79.2167 79.0 ON PORT WELLER (AUT) 71432 +CA006136E99 42.7833 -80.8833 235.0 ON PORT BURWELL RES STN 4 +CA006136E9R 42.8333 -80.8667 235.0 ON PORT BURWELL RES STN 5 +CA006136ER9 42.6667 -80.8833 201.0 ON PORT BURWELL RES STN 6 +CA006137135 42.8500 -79.7667 178.0 ON RAINHAM CENTURY FARM +CA006137147 42.4500 -81.8833 206.0 ON RIDGETOWN +CA006137149 42.4500 -81.8833 206.0 ON RIDGETOWN AUTOMATIC CLIMATE ST +CA006137154 42.4500 -81.8833 206.0 ON RIDGETOWN RCS 71307 +CA006137161 43.0500 -79.3333 236.0 ON RIDGEVILLE +CA006137176 42.5500 -81.6167 207.0 ON RODNEY +CA006137285 43.2000 -79.2500 91.0 ON ST CATHARINES +CA006137287 43.2000 -79.1667 98.0 ON ST CATHARINES A 71262 +CA006137290 43.1167 -79.2500 177.0 ON ST CATHARINES BROCK U +CA006137301 43.1833 -79.2333 99.0 ON ST CATHARINES CDA +CA006137306 43.1167 -79.2500 122.0 ON ST CATHARINES POWER GLEN +CA006137323 42.1667 -82.6333 178.0 ON ST JOACHIM +CA006137361 42.7833 -81.1667 236.0 ON ST THOMAS +CA006137362 42.7667 -81.2000 209.0 ON ST THOMAS WPCP +CA006137399 42.7000 -80.4500 213.0 ON ST WILLIAMS +CA006137401 42.7000 -80.4500 213.0 ON ST WILLIAMS AUTOMATIC CLIMATE +CA006137730 42.8500 -80.2667 241.0 ON SIMCOE +CA006137732 42.8500 -80.2667 241.0 ON SIMCOE (AUT) +CA006137735 42.8667 -80.3333 223.0 ON SIMCOE +CA006137838 43.1000 -79.5500 191.0 ON SMITHVILLE +CA006137839 43.0833 -79.5500 184.0 ON SMITHVILLE +CA006137937 41.8333 -82.4667 195.0 ON SOUTHEAST SHOAL (AUT) 71466 +CA006137968 42.7500 -81.0833 229.0 ON SPARTA +CA006137979 42.9167 -80.6667 248.0 ON SPRINGFORD +CA006138202 42.8000 -81.2500 235.0 ON TALBOTVILLE +CA006138259 43.1167 -79.2000 173.0 ON THOROLD +CA006138267 42.8500 -80.7500 236.0 ON TILLSONBURG +CA006138269 42.8667 -80.7333 235.0 ON TILLSONBURG NORTH +CA006138270 42.8500 -80.7167 213.0 ON TILLSONBURG WWTP +CA006139141 43.1500 -79.4167 110.0 ON VINELAND +CA006139142 43.1333 -79.3833 145.0 ON VINELAND BALLS FALLS +CA006139143 43.1667 -79.4167 95.0 ON VINELAND RITTENHOUSE +CA006139145 43.1833 -79.4000 79.0 ON VINELAND STATION +CA006139146 43.1833 -79.4000 79.0 ON VINELAND STATION AUTOMATIC CLI +CA006139148 43.1833 -79.4000 79.0 ON VINELAND STATION RCS 71171 +CA006139149 43.2000 -79.1500 99.0 ON VIRGIL BRIGHTS +CA006139265 42.5833 -82.4000 177.0 ON WALLACEBURG +CA006139270 42.6333 -81.4500 213.0 ON WALLACETOWN +CA006139287 42.6000 -81.7667 213.0 ON WARDSVILLE +CA006139355 42.9667 -80.2833 232.0 ON WATERFORD +CA006139356 42.8833 -80.2333 223.0 ON WATERFORD +CA006139445 43.0000 -79.2667 175.0 ON WELLAND +CA006139449 42.9667 -79.3333 178.0 ON WELLAND-PELHAM 71752 +CA006139514 43.0000 -80.3167 248.0 ON WILSONVILLE +CA006139520 42.3333 -82.9333 188.0 ON WINDSOR RIVERSIDE +CA006139525 42.2833 -82.9500 190.0 ON WINDSOR A 71538 +CA006139533 42.3333 -83.0167 175.0 ON WINDSOR FORD PLANT +CA006139535 42.3000 -83.0333 183.0 ON WINDSOR SOUTH +CA006139538 42.3000 -83.0667 180.0 ON WINDSOR UNIVERSITY +CA006139556 43.2167 -79.6333 84.0 ON WINONA +CA006139600 42.2167 -82.7333 183.0 ON WOODSLEE CDA +CA006139602 42.2167 -82.7333 183.0 ON WOODSLEE CDA AUTOMATIC CLIMATE +CA00613CC60 42.0333 -82.9000 191.0 ON HARROW AUTOMATIC CLIMATE STATI +CA00613F606 42.8667 -79.2500 184.0 ON PORT COLBORNE (AUT) 71463 +CA00613FN58 41.9500 -82.5167 177.0 ON POINT PELEE +CA00613KLLM 42.2500 -81.9000 178.0 ON ERIEAU (AUT) 71465 +CA00613N001 43.2500 -79.0667 255.0 ON NIAGARA ON THE LAKE GOLF +CA00613P001 41.9500 -82.5167 177.0 ON POINT PELEE CS 71303 +CA006140041 43.6500 -80.0500 412.0 ON ACTON MONITOR STN +CA006140091 43.1500 -81.5333 229.0 ON AILSA CRAIG +CA006140348 43.8167 -80.5667 452.0 ON ARTHUR +CA006140437 43.2833 -80.4500 290.0 ON AYR +CA006140818 43.6333 -80.1167 373.0 ON BLUE SPRINGS CREEK +CA006140941 43.1333 -80.2667 206.0 ON BRANTFORD +CA006140948 43.1500 -80.3000 213.0 ON BRANTFORD BRANT PARK +CA006140951 43.1500 -80.2833 198.0 ON BRANTFORD MORELL +CA006140954 43.1333 -80.2333 196.0 ON BRANTFORD MOE +CA006140Q17 43.5333 -80.1167 351.0 ON BLUE CORWHIN +CA006140QAG 43.5833 -80.1167 351.0 ON BLUE ROCKWOOD +CA006140QJ7 43.6167 -80.0833 343.0 ON BLUE SCOUT +CA006141040 43.1000 -80.4333 259.0 ON BURFORD +CA006141095 43.3333 -80.3167 268.0 ON CAMBRIDGE GALT MOE +CA006141100 43.3500 -80.3000 289.0 ON CAMBRIDGE-STEWART +CA006141169 43.1833 -80.4500 259.0 ON CANNING +CA006141268 43.1167 -80.5667 270.0 ON CATHCART +CA006141602 43.9667 -80.9667 373.0 ON CLIFFORD +CA006141763 43.0167 -81.5000 373.0 ON COLDSTREAM +CA006141843 43.5500 -80.5167 373.0 ON CONESTOGO +CA006141919 43.4167 -81.3333 328.0 ON CROMARTY +CA006141933 42.8833 -80.8500 280.0 ON CULLODEN EASEY +CA006141966 43.9167 -80.4833 488.0 ON DAMASCUS +CA006142065 43.4000 -80.4500 312.0 ON DOON +CA006142066 43.0000 -81.0333 271.0 ON DORCHESTER +CA006142110 43.2333 -80.5500 305.0 ON DRUMBO +CA006142113 43.2333 -80.5167 282.0 ON DRUMBO HARRINGTON +CA006142252 44.0000 -80.6667 442.0 ON EGREMONT +CA006142275 43.6000 -80.5333 351.0 ON ELMIRA +CA006142284 43.6833 -80.4000 388.0 ON ELORA +CA006142285 43.6500 -80.4167 376.0 ON ELORA RESEARCH STN 71352 +CA006142286 43.6500 -80.4167 376.0 ON ELORA RCS 71352 +CA006142295 43.2500 -80.9333 358.0 ON EMBRO INNES +CA006142373 43.1333 -80.4500 262.0 ON FALKLAND +CA006142398 43.7000 -80.3833 262.0 ON FERGUS +CA006142400 43.7333 -80.3333 418.0 ON FERGUS SHAND DAM +CA006142402 43.7000 -80.3833 396.0 ON FERGUS MOE +CA006142420 43.0167 -80.7833 328.0 ON FOLDENS +CA006142627 43.3833 -81.2000 335.0 ON FULLARTON +CA006142798 42.8833 -81.2000 280.0 ON GLANWORTH CFPL +CA006142803 43.6833 -80.7167 400.0 ON GLEN ALLAN +CA006142819 42.7000 -81.7000 221.0 ON GLENCOE +CA006142990 43.8833 -80.3500 470.0 ON GRAND VALLEY +CA006142991 43.8833 -80.3333 465.0 ON GRAND VALLEY WPCP +CA006142993 43.2000 -81.3333 316.0 ON GRANTON +CA006142994 43.2333 -81.3167 299.0 ON GRANTON +CA0061429HQ 43.2167 -81.4667 262.0 ON GRAND BEND RES STN 5 +CA006143069 43.5500 -80.2167 328.0 ON GUELPH ARBORETUM +CA006143083 43.5167 -80.2333 334.0 ON GUELPH OAC +CA006143089 43.5500 -80.2167 325.0 ON GUELPH TURFGRASS 71833 +CA00614308C 43.5500 -80.2667 341.0 ON GUELPH OAC PHYSICS DEPT +CA006143090 43.5500 -80.2167 325.0 ON GUELPH TURFGRASS CS +CA006143355 43.0667 -80.4833 259.0 ON HARLEY +CA006143395 43.3500 -80.6333 320.0 ON HAYSVILLE +CA006143465 43.7667 -80.1667 427.0 ON HILLSBURGH +CA006143720 43.1167 -81.3833 284.0 ON ILDERTON +CA006143722 43.0500 -81.4333 267.0 ON ILDERTON BEAR CREEK +CA006143780 43.0500 -80.8833 267.0 ON INGERSOLL +CA006143905 43.8000 -81.1833 319.0 ON JAMESTOWN +CA006144232 43.4333 -80.5000 343.0 ON KITCHENER +CA006144239 43.4667 -80.3833 322.0 ON KITCHENER/WATERLOO 71368 +CA006144240 43.4500 -80.4833 320.0 ON KITCHENER CITY ENG 1 +CA006144245 43.4000 -80.4333 282.0 ON KITCHENER OWRC +CA006144261 42.9500 -81.4500 241.0 ON KOMOKA +CA006144442 43.7500 -80.9667 381.0 ON LISTOWEL +CA006144444 43.7167 -80.9500 390.0 ON LISTOWEL ONT HYDRO +CA006144470 42.9833 -81.2000 246.0 ON LONDON +CA006144473 43.0333 -81.1500 278.0 ON LONDON A 71623 +CA006144475 43.0333 -81.1500 278.0 ON LONDON INT'L AIRPORT 71623 +CA006144478 43.0333 -81.1500 278.0 ON LONDON CS 71622 +CA006144481 42.9833 -81.2167 246.0 ON LONDON LAMBETH A +CA006144483 43.0333 -81.3667 277.0 ON LONDON NW +CA006144500 43.0333 -81.2833 274.0 ON LONDON SHARON DRIVE +CA006144505 42.9833 -81.2167 246.0 ON LONDON SOUTH +CA006144665 43.1833 -81.4167 297.0 ON LUCAN +CA006144715 43.9667 -80.4000 483.0 ON LUTHER DAM +CA006145064 42.9000 -81.7000 213.0 ON METCALFE +CA006145160 43.2833 -80.3833 305.0 ON MILLERS LAKE +CA006145239 43.4667 -81.1833 335.0 ON MITCHELL +CA006145258 43.6667 -81.0333 360.0 ON MONKTON +CA006145267 43.9667 -80.4000 482.0 ON MONTICELLO +CA006145495 43.4667 -80.1167 305.0 ON MORRISTON +CA006145497 42.9167 -80.9667 274.0 ON MOSSLEY +CA006145499 42.9000 -81.5500 238.0 ON MOUNT BRYDGES +CA006145502 43.9667 -80.7500 404.0 ON MOUNT FOREST +CA006145503 43.9833 -80.7500 415.0 ON MOUNT FOREST +CA006145504 43.9833 -80.7500 415.0 ON MOUNT FOREST (AUT) 71631 +CA006145516 43.4667 -80.0333 305.0 ON MOUNTSBERG +CA006145520 43.1000 -80.5833 305.0 ON MUIR +CA006145621 43.5833 -80.8833 373.0 ON NEWTON +CA006146166 43.1000 -80.6833 297.0 ON OXFORD CENTRE +CA006146240 43.1833 -80.4500 267.0 ON PARIS +CA006146248 43.1667 -81.7000 202.0 ON PARKHILL +CA006146563 43.1500 -81.2000 297.0 ON POPLAR MILLS +CA006146711 43.4000 -80.4167 291.0 ON PRESTON +CA006146714 43.3833 -80.3500 273.0 ON PRESTON WPCP +CA006146723 44.0667 -80.1000 465.0 ON PRIMROSE WRAY +CA006146728 43.2167 -80.6333 285.0 ON PRINCETON +CA006146745 43.2167 -81.2333 312.0 ON PROSPECT HILL +CA006146939 44.2333 -80.2167 526.0 ON REDICKVILLE +CA006147188 43.3500 -80.4667 328.0 ON ROSEVILLE +CA006147229 44.2333 -80.1333 472.0 ON RUSKVIEW +CA006147314 43.2333 -80.2000 220.0 ON ST GEORGE +CA006147340 43.2500 -81.1833 317.0 ON ST MARYS +CA006147410 43.7167 -80.4667 430.0 ON SALEM +CA006147664 43.0000 -80.4333 247.0 ON SCOTLAND +CA006147693 44.0833 -80.1833 485.0 ON SHELBURNE WPCP +CA006148100 43.3833 -81.0000 363.0 ON STRATFORD +CA006148105 43.3667 -81.0000 345.0 ON STRATFORD WWTP +CA006148115 42.7167 -81.6833 215.0 ON STRATHBURN +CA006148120 42.9500 -81.6500 229.0 ON STRATHROY +CA006148122 42.9833 -81.6500 243.0 ON STRATHROY-MULLIFARRY +CA006148212 43.3167 -80.8333 343.0 ON TAVISTOCK +CA006148233 43.0667 -81.0000 290.0 ON THAMESFORD +CA006149148 44.0667 -80.0667 434.0 ON VIOLET HILL +CA006149205 43.8833 -80.2833 450.0 ON WALDEMAR +CA006149380 43.4667 -80.5167 317.0 ON WATERLOO FIRE HALL +CA006149386 43.4833 -80.5167 328.0 ON WATERLOO WPCP +CA006149387 43.4500 -80.3833 317.0 ON WATERLOO WELLINGTON A +CA006149388 43.4667 -80.3833 321.0 ON REGION OF WATERLOO INT'L AIRPO +CA006149389 43.4500 -80.3833 314.0 ON WATERLOO WELLINGTON 2 +CA006149454 42.9333 -81.2833 267.0 ON WESTMINSTER +CA006149455 42.9167 -81.2167 259.0 ON WESTMINSTER TWP WPCP +CA006149625 43.1333 -80.7667 282.0 ON WOODSTOCK +CA006149630 43.2000 -80.7833 317.0 ON WOODSTOCK GOLF COURSE +CA006149645 43.1333 -80.7667 283.0 ON WOODSTOCK WATERWORKS +CA00614B2H4 43.6500 -80.4167 376.0 ON ELORA AUTOMATIC CLIMATE STATIO +CA00614CCNR 43.9000 -80.8000 401.0 ON HARRISTON +CA00614N003 42.9833 -81.0833 265.0 ON NILESTOWN +CA00614NFK0 43.5833 -80.9000 382.0 ON NEWTON +CA006150039 43.6333 -80.0333 320.0 ON ACTON BEARDMORE +CA006150060 43.1833 -80.0500 215.0 ON ALBERTON +CA006150100 43.9333 -79.8333 274.0 ON ALBION +CA006150103 43.9167 -79.8333 282.0 ON ALBION FIELD CENTRE +CA006150135 43.3167 -79.8667 145.0 ON ALDERSHOT +CA006150224 43.7167 -79.8667 262.0 ON ALLOA +CA006150243 43.8500 -80.0833 401.0 ON ALTON +CA006150395 43.9500 -79.4000 270.0 ON AURORA +CA006150396 44.0167 -79.4667 259.0 ON AURORA MOE +CA006150397 43.9833 -79.4667 282.0 ON AURORA PAYMENT +CA006150398 44.0167 -79.4500 260.0 ON AURORA NE +CA006150460 44.0500 -79.3000 328.0 ON BALLANTRAE +CA006150689 44.1500 -77.4000 76.0 ON BELLEVILLE +CA006150700 44.1667 -77.3667 78.0 ON BELLEVILLE OWRC +CA006150717 44.1667 -77.3500 88.0 ON BELLEVILLE PAR LAB +CA006150790 44.1000 -78.8333 291.0 ON BLACKSTOCK +CA006150815 43.9833 -77.2167 91.0 ON BLOOMFIELD +CA006150816 43.9833 -77.2500 90.0 ON BLOOMFIELD WEST +CA006150825 43.8833 -79.7333 213.0 ON BOLTON SPS +CA006150829 43.8667 -78.6500 122.0 ON BOWMANVILLE +CA006150830 43.9167 -78.6667 99.0 ON BOWMANVILLE MOSTERT +CA006150857 44.1000 -79.5000 221.0 ON BRADFORD +CA006150858 44.1167 -79.5333 221.0 ON BRADFORD 2 +CA006150860 44.1167 -79.5000 252.0 ON BRADFORD HIGH SCHOOL +CA006150863 44.0333 -79.6000 221.0 ON BRADFORD MUCK RESEARCH +CA006150865 44.1000 -79.6000 244.0 ON BRADFORD OAC +CA006150866 44.1167 -79.5500 221.0 ON BRADFORD ODA +CA006150867 44.0333 -79.6167 221.0 ON BRADFORD SPRINGDALE +CA006150898 43.6833 -79.7167 206.0 ON BRAMALEA +CA006150913 43.7000 -79.7667 221.0 ON BRAMPTON +CA006150914 43.7667 -79.8833 274.0 ON BRAMPTON AIRPORT +CA006150916 43.6667 -79.7000 183.0 ON BRAMPTON MOE +CA006150961 44.0667 -77.7333 93.0 ON BRIGHTON +CA006150997 43.6167 -79.6000 145.0 ON BRODDYTOWN +CA006150HA7 43.6000 -80.0500 366.0 ON BLUE ACTON +CA006151000 43.9167 -79.1167 198.0 ON BROUGHAM +CA006151042 44.0333 -78.8000 312.0 ON BURKETON MCLAUGHLIN +CA006151053 43.3500 -79.8000 105.0 ON BURLINGTON +CA006151055 43.3333 -79.8000 91.0 ON BURLINGTON DRURY LANE +CA006151057 43.3667 -79.7333 84.0 ON BURLINGTON ELIZABETH GDN +CA006151059 43.3500 -79.8167 114.0 ON BURLINGTON FIRE HQ'S +CA006151061 43.3000 -79.8000 77.0 ON BURLINGTON PIERS (AUT) 71437 +CA006151063 43.3167 -79.8000 76.0 ON BURLINGTON SKYWAY +CA006151064 43.3333 -79.8333 99.0 ON BURLINGTON TS +CA006151065 43.6167 -79.6000 145.0 ON BURNHAMTHORPE +CA006151079 43.8667 -79.9333 384.0 ON CALEDON +CA006151080 43.9333 -79.9500 406.0 ON CALEDON NORTH +CA006151082 43.8500 -80.0000 423.0 ON CALEDON VILLAGE +CA006151090 44.0500 -78.2167 175.0 ON CAMBORNE +CA006151135 44.1000 -78.3833 198.0 ON CAMPBELLCROFT +CA006151136 44.0667 -78.5000 259.0 ON CAMPBELLCROFT GANARASKA +CA006151137 44.3000 -77.8000 146.0 ON CAMPBELLFORD +CA006151140 43.8000 -79.8667 282.0 ON CAMPBELLS CROSS +CA006151141 43.4667 -79.9333 259.0 ON CAMPBELLVILLE +CA006151264 44.1167 -77.8833 168.0 ON CASTLETON +CA006151272 44.0667 -79.3667 284.0 ON CEDAR VALLEY +CA006151307 44.0833 -78.0667 244.0 ON CENTRETON +CA006151309 44.4000 -76.9000 150.0 ON CENTREVILLE +CA006151486 43.7500 -79.9333 282.0 ON CHELTENHAM +CA006151512 43.2833 -80.0167 252.0 ON CHRISTIE CONSERVATION +CA006151545 43.9500 -79.0667 175.0 ON CLAREMONT +CA006151548 43.5167 -79.6167 93.0 ON CLARKSON +CA0061515DE 43.9500 -79.0833 183.0 ON CLAREMONT FIELD CENTRE +CA006151684 43.9500 -78.1667 78.0 ON COBOURG (AUT) 71431 +CA006151685 43.9667 -78.1667 79.0 ON COBOURG +CA006151689 43.9667 -78.1833 79.0 ON COBOURG STP +CA006151690 43.9500 -78.1500 84.0 ON COBOURG 2 +CA006151725 44.1667 -77.8000 145.0 ON CODRINGTON +CA006151750 43.9167 -79.7000 251.0 ON COLD CREEK +CA006151860 43.5667 -79.5500 91.0 ON COOKSVILLE +CA006151866 43.2500 -80.1167 229.0 ON COPETOWN +CA006151915 43.6167 -80.1000 358.0 ON CREWSONS CORNERS +CA006151921 44.5667 -77.0000 358.0 ON CROYDON +CA0061519JM 44.1000 -76.8500 84.0 ON CRESSY +CA006152007 44.1833 -77.0667 81.0 ON DESERONTO +CA006152114 43.5500 -79.7667 183.0 ON DRUMQUIN +CA006152235 43.7833 -79.5500 168.0 ON EDGELEY +CA006152335 43.5667 -79.6500 140.0 ON ERINDALE +CA006152555 44.2333 -77.6000 114.0 ON FRANKFORD MOE +CA006152605 43.8167 -79.0833 76.0 ON FRENCHMANS BAY +CA006152661 43.3500 -80.1167 270.0 ON GALT OSMOND +CA006152663 44.0333 -78.4000 175.0 ON GARDEN HILL +CA006152691 43.6500 -79.9500 274.0 ON GEORGETOWN +CA006152695 43.6333 -79.8833 221.0 ON GEORGETOWN WWTP +CA006152833 43.9333 -79.9500 434.0 ON GLEN HAFFY MONO MILLS +CA006152837 44.0333 -77.0500 130.0 ON GLENORA RS +CA006152950 44.1333 -78.2167 191.0 ON GORES LANDING +CA006152951 44.0833 -78.2667 261.0 ON GORES LANDING +CA006152953 43.8667 -79.3833 198.0 ON GORMLEY ARDENLEE +CA006153011 43.9000 -79.1833 191.0 ON GREEN RIVER +CA006153020 43.9000 -79.0667 128.0 ON GREENWOOD MTRCA +CA006153192 43.2667 -79.9000 92.0 ON HAMILTON +CA006153193 43.1667 -79.9333 238.0 ON HAMILTON A 71263 +CA006153194 43.1667 -79.9333 238.0 ON HAMILTON A 71263 +CA006153238 43.2333 -79.8667 99.0 ON HAMILTON GAGE PARK +CA006153264 43.2667 -79.8667 77.0 ON HAMILTON MARINE POLICE +CA006153290 43.2500 -79.7667 76.0 ON HAMILTON MUNICIPAL LAB +CA006153298 43.2333 -79.9000 198.0 ON HAMILTON PSYCH HOSPITAL +CA006153300 43.2833 -79.8833 102.0 ON HAMILTON RBG +CA006153301 43.3000 -79.9167 102.0 ON HAMILTON RBG CS 71297 +CA006153325 43.6500 -79.6667 175.0 ON HANLON +CA006153328 43.1667 -79.8333 213.0 ON HANNON +CA006153357 44.3833 -77.5500 162.0 ON HAROLD WILDWOOD +CA006153410 43.7333 -79.7833 259.0 ON HEART LAKE +CA006153475 44.1000 -79.4833 259.0 ON HOLLAND LANDING +CA006153477 44.1167 -79.5000 218.0 ON HOLLAND MARSH +CA006153540 43.5500 -79.8333 198.0 ON HORNBY +CA006153545 43.5667 -79.8500 198.0 ON HORNBY +CA006153552 43.5333 -79.7333 183.0 ON HORNBY TRAFALGAR TS +CA006153676 43.6667 -79.8167 238.0 ON HUTTONVILLE +CA006153678 44.2500 -78.4333 252.0 ON IDA +CA006153843 44.3833 -77.5167 175.0 ON IVANHOE +CA006153853 44.2167 -78.6333 297.0 ON JANETVILLE +CA006153935 44.6500 -77.1167 215.0 ON KALADAR +CA006154130 43.9667 -79.5167 291.0 ON KING CITY +CA006154131 43.9333 -79.5167 305.0 ON KING CITY 2 +CA006154135 43.9000 -79.6167 236.0 ON KING CREEK +CA006154142 44.0167 -79.5167 352.0 ON KING SMOKE TREE +CA006154302 43.9833 -77.9167 90.0 ON LAKEPORT +CA006154310 43.5667 -79.5667 76.0 ON LAKEVIEW MOE +CA006154410 44.0167 -78.6500 65.0 ON LESKARD +CA006154520 43.5833 -79.5500 76.0 ON LONG BRANCH +CA006154611 44.0500 -78.7167 343.0 ON LONG SAULT IHD +CA006154779 44.5333 -77.4833 222.0 ON MADOC +CA006154780 44.5167 -77.4667 183.0 ON MADOC +CA006154820 43.9333 -76.6333 75.0 ON MAIN DUCK ISLAND +CA006154950 43.8667 -79.4833 244.0 ON MAPLE +CA006154951 43.8500 -79.5167 238.0 ON MAPLE SHERWOOD EAST +CA006154987 43.8833 -79.2500 195.0 ON MARKHAM +CA006154988 43.8833 -79.2667 200.0 ON MARKHAM 2 +CA006154990 43.8667 -79.2833 168.0 ON MARKHAM MTRCA +CA006154992 43.8667 -79.2500 175.0 ON MARKHAM MOE +CA006154994 43.8333 -79.3500 183.0 ON MARKHAM WATERWORKS +CA006154995 44.4833 -77.7000 204.0 ON MARMORA +CA006155000 44.1500 -79.0667 285.0 ON MARSH HILL +CA006155071 44.2500 -77.8000 125.0 ON MEYERSBURG +CA006155097 43.1167 -80.0333 206.0 ON MIDDLEPORT TS +CA006155148 43.9333 -77.0500 103.0 ON MILFORD +CA006155154 44.1500 -78.4833 274.0 ON MILLBROOK +CA006155183 43.3167 -79.9667 255.0 ON MILLGROVE +CA006155187 43.5000 -79.9500 244.0 ON MILTON KELSO +CA006155257 43.9667 -79.9833 419.0 ON MONO MILLS THERAFIELD +CA006155450 44.1667 -77.8333 175.0 ON MORGANSTON +CA006155496 44.2500 -76.8500 107.0 ON MORVEN IHD +CA006155498 44.0833 -77.3833 79.0 ON MOUNTAIN VIEW +CA006155616 44.0667 -79.4333 282.0 ON NEWMARKET +CA006155617 44.0667 -79.4667 259.0 ON NEWMARKET CHERRYWOOD +CA006155619 44.0667 -79.4333 245.0 ON NEWMARKET WPCP +CA006155680 43.9167 -79.6000 278.0 ON NOBLETON +CA006155713 43.6500 -79.8500 229.0 ON NORVAL +CA006155722 43.9667 -79.4667 322.0 ON OAK RIDGES +CA006155744 43.4167 -79.6833 84.0 ON OAKVILLE +CA006155746 43.4167 -79.6833 84.0 ON OAKVILLE STP +CA006155750 43.5167 -79.6833 168.0 ON OAKVILLE TWN +CA006155788 43.9167 -80.0500 405.0 ON ORANGEVILLE +CA006155790 43.9167 -80.0833 412.0 ON ORANGEVILLE MOE +CA006155830 44.1333 -77.8167 145.0 ON ORLAND +CA006155854 43.9667 -78.6167 148.0 ON ORONO +CA006155870 43.9000 -78.9000 120.0 ON WHITBY MUELLER +CA006155874 43.8667 -78.9333 82.0 ON WHITBY PRINGLE CREEK +CA006155875 43.9167 -78.8833 140.0 ON OSHAWA 71697 +CA006155876 43.9000 -78.8667 113.0 ON OSHAWA +CA006155877 43.9333 -78.8667 143.0 ON OSHAWA FIRE HALL #3 +CA006155878 43.8667 -78.8333 84.0 ON OSHAWA WPCP +CA006155BA0 43.5833 -79.6167 118.0 ON MISSISSAUGA +CA006155PD4 43.4333 -79.7000 92.0 ON OAKVILLE GERARD +CA006155PM4 43.4500 -79.7167 132.0 ON OAKVILLE GLEN ABBEY +CA006156215 43.4167 -79.7667 155.0 ON PALERMO +CA006156227 43.9500 -79.8500 313.0 ON PALGRAVE +CA006156251 44.1500 -76.9333 313.0 ON PARMA +CA006156470 43.3000 -80.1000 244.0 ON PETERS CORNERS +CA006156513 43.8500 -79.0500 91.0 ON PICKERING +CA006156515 43.9000 -79.0500 110.0 ON PICKERING AUDLEY +CA006156516 43.8333 -79.1167 107.0 ON PICKERING DUNBARTON +CA006156518 43.8333 -79.0833 84.0 ON PICKERING FIRE HALL #5 +CA006156533 44.0167 -77.1333 76.0 ON PICTON +CA006156535 43.9833 -77.1500 98.0 ON PICTON A +CA006156545 43.8000 -79.5833 183.0 ON PINE GROVE +CA006156559 43.8333 -77.1500 79.0 ON POINT PETRE (AUT) 71430 +CA006156561 44.0667 -78.6333 373.0 ON PONTYPOOL +CA006156609 43.5667 -79.6167 99.0 ON PORT CREDIT +CA006156615 43.5667 -79.5000 91.0 ON PORT CREDIT APPLEWOOD +CA006156634 43.9000 -78.6500 80.0 ON PORT DARLINGTON WPCP +CA006156670 43.9500 -78.2833 81.0 ON PORT HOPE +CA006156682 44.1500 -78.9667 253.0 ON PORT PERRY NONQUON +CA006156807 44.1167 -79.4167 268.0 ON QUEENSVILLE +CA006157012 43.8833 -79.4500 240.0 ON RICHMOND HILL +CA006157014 43.8667 -79.4333 218.0 ON RICHMOND HILL WPCP +CA006157015 43.9000 -79.4000 233.0 ON RICHMOND HILL 2 +CA006157190 43.8000 -79.1333 114.0 ON ROUGE HILLS +CA006157194 43.8167 -79.1333 125.0 ON ROUGE PARK +CA006157430 43.9167 -80.0333 290.0 ON SANDHILL +CA006157431 43.8000 -79.8000 270.0 ON SANDHILL +CA006157625 43.7167 -79.2167 167.0 ON SCARBOROUGH JUNCTION +CA006157672 44.1833 -78.9333 256.0 ON SEAGRAVE +CA006157683 44.2000 -77.2167 256.0 ON SHANNONVILLE +CA006157685 44.1000 -79.4333 262.0 ON SHARON +CA006157831 44.0833 -77.6667 119.0 ON SMITHFIELD CDA +CA006157832 44.0833 -77.6667 119.0 ON SMITHFIELD CDA AUTOMATIC CLIMA +CA006157859 43.7500 -79.8333 252.0 ON SNELGROVE +CA006157875 44.1500 -79.2333 247.0 ON SANDFORD SOLETUDE +CA006157884 43.9000 -78.6667 84.0 ON SOPER CREEK WPCP +CA006157913 43.9167 -77.0333 76.0 ON SOUTH BAY +CA006157976 43.5500 -80.0167 328.0 ON SPEYSIDE IHD +CA006158012 44.1500 -76.6500 78.0 ON STELLA-AMHERST +CA006158025 43.6167 -79.9333 259.0 ON STEWARTOWN +CA006158050 44.3167 -77.6333 139.0 ON STIRLING +CA006158051 44.3000 -77.5500 130.0 ON STIRLING +CA006158052 44.3000 -77.5500 130.0 ON STIRLING +CA006158065 43.2167 -79.7500 89.0 ON STONEY CREEK +CA006158080 44.0000 -79.2667 312.0 ON STOUFFVILLE +CA006158082 44.0000 -79.2000 297.0 ON STOUFFVILLE BLUEGRASS +CA006158084 43.9667 -79.2500 267.0 ON STOUFFVILLE WPCP +CA006158140 43.5833 -79.7000 145.0 ON STREETSVILLE OWRC +CA006158255 43.8000 -79.4167 199.0 ON THORNHILL GRANDVIEW +CA006158350 43.6667 -79.4000 113.0 ON TORONTO 71266 +CA006158355 43.6667 -79.4000 113.0 ON TORONTO CITY 71508 +CA006158363 43.7833 -79.2667 180.0 ON TORONTO AGINCOURT +CA006158370 43.6667 -79.3167 74.0 ON TORONTO ASHBRIDGES BAY +CA006158381 43.6667 -79.2833 99.0 ON TORONTO BALMY BEACH +CA006158384 43.7500 -79.2667 168.0 ON TORONTO BEACON ROAD +CA006158385 43.7167 -79.3167 138.0 ON TORONTO BERMONDSEY +CA006158386 43.7333 -79.5000 145.0 ON TORONTO BEVERLEY HILLS +CA006158398 43.7667 -79.5167 186.0 ON TORONTO BLACK CREEK +CA0061583FL 43.7000 -79.4833 154.0 ON TORONTO AMESBURY +CA006158401 43.6500 -79.5500 133.0 ON TORONTO BLOORDALE +CA006158406 43.6500 -79.3500 77.0 ON TORONTO BOOTH +CA006158408 43.7833 -79.3167 183.0 ON TORONTO BRIDLEWOOD +CA006158411 43.6500 -79.5667 143.0 ON TORONTO BURNHAMTHORPE +CA006158412 43.6667 -79.3500 99.0 ON TORONTO BROADVIEW +CA006158415 43.7500 -79.2000 143.0 ON TORONTO CURRAN HALL +CA006158417 43.6833 -79.3833 144.0 ON TORONTO DEER PARK +CA006158418 43.7000 -79.6167 160.0 ON TORONTO DISCO +CA006158420 43.7833 -79.3333 160.0 ON TORONTO DON MILLS +CA006158422 43.7500 -79.2833 168.0 ON TORONTO DORSET PARK +CA006158443 43.7500 -79.4833 198.0 ON TORONTO DOWNSVIEW A +CA006158474 43.7167 -79.4833 160.0 ON TORONTO DOWNSVIEW S +CA006158480 43.8000 -79.3500 175.0 ON TORONTO DUNN LORING WOOD +CA0061584J2 43.7167 -79.3500 139.0 ON TORONTO BROADWAY +CA006158505 43.7000 -79.3333 122.0 ON TORONTO EAST YORK +CA006158520 43.7667 -79.2667 164.0 ON TORONTO ELLESMERE +CA006158525 43.6333 -79.5333 119.0 ON TORONTO ETOBICOKE +CA006158536 43.6833 -79.2667 130.0 ON TORONTO FALLINGBROOK +CA006158550 43.7500 -79.4167 137.0 ON TORONTO GLENDALE +CA006158567 43.7000 -79.4500 174.0 ON TORONTO GLENVIEW +CA006158575 43.6667 -79.3167 99.0 ON TORONTO GREENWOOD +CA006158578 43.6167 -79.3500 87.0 ON TORONTO HEADLAND (AUT) +CA006158585 43.7500 -79.5833 198.0 ON TORONTO HIBISCUS COURT +CA006158598 43.7833 -79.1667 114.0 ON TORONTO HIGHLAND CREEK +CA006158629 43.6500 -79.4667 107.0 ON TORONTO HIGH PARK +CA006158645 43.6333 -79.5000 84.0 ON TORONTO HUMBER BAY +CA006158647 43.7500 -79.5500 149.0 ON TORONTO HUMBER SUMMIT +CA006158660 43.6167 -79.4000 78.0 ON TORONTO ISLAND +CA006158665 43.6333 -79.4000 77.0 ON TORONTO ISLAND A 71265 +CA006158666 43.6333 -79.4000 77.0 ON TORONTO IS A (AUT) +CA006158667 43.6333 -79.4000 77.0 ON TORONTO CITY CENTRE 71265 +CA006158691 43.6500 -79.5500 133.0 ON TORONTO ISLINGTON +CA006158712 43.7167 -79.5167 130.0 ON TORONTO JANE-WILSON +CA006158718 43.7667 -79.4833 200.0 ON TORONTO KEELE-FINCH +CA006158722 43.6500 -79.5167 114.0 ON TORONTO KINGSWAY +CA006158730 43.7000 -79.3667 137.0 ON TORONTO LEASIDE S +CA006158731 43.6767 -79.6306 173.4 ON TORONTO INTL A 71624 +CA006158732 43.7167 -79.3500 133.0 ON TORONTO LESLIE EGLINTON +CA006158733 43.6833 -79.6333 173.0 ON TORONTO LESTER B. PEARSON INT' 71624 +CA006158734 43.8000 -79.4000 168.0 ON TORONTO LLOYDMINSTER +CA006158738 43.8000 -79.2333 160.0 ON TORONTO MALVERN +CA006158740 43.8000 -79.5500 194.0 ON TORONTO MET RES STN +CA006158741 43.8167 -79.1833 143.0 ON TORONTO METRO ZOO +CA006158745 43.6167 -79.4833 76.0 ON TORONTO MIMICO +CA006158748 43.8167 -79.2500 177.0 ON TORONTO NASHDENE +CA006158749 43.9500 -79.1333 263.0 ON TORONTO NEW INT'L A +CA006158751 43.7000 -79.3333 125.0 ON TORONTO EAST YORK DUSTAN +CA006158752 43.8000 -79.4167 198.0 ON TORONTO NEWTON +CA006158753 43.7833 -79.4167 183.0 ON TORONTO NEWTONBROOK +CA006158762 43.6833 -79.4500 168.0 ON TORONTO NORTHCLIFFE +CA006158763 43.6500 -79.5833 145.0 ON TOR OLD BURNHAMTHORPE +CA006158764 43.6500 -79.4667 122.0 ON TORONTO OLD WESTON RD +CA006158765 43.7167 -79.2333 174.0 ON TORONTO PINE RIDGE +CA006158768 43.7333 -79.5667 152.0 ON TORONTO REXDALE +CA006158771 43.6667 -79.5833 149.0 ON TORONTO SANCTBURY +CA006158776 43.7167 -79.2333 157.0 ON TORONTO SCARBOROUGH +CA006158777 43.6667 -79.5000 122.0 ON TORONTO SCARLETT RD +CA006158778 43.7667 -79.4333 191.0 ON TORONTO STUART AVENUE +CA006158779 43.7167 -79.3833 157.0 ON TORONTO SUNNYBROOK +CA006158780 43.7167 -79.3167 122.0 ON TORONTO VICTORIA +CA006158783 43.6667 -79.5667 140.0 ON TORONTO WEST DEANE PARK +CA006158784 43.7667 -79.1667 98.0 ON TORONTO WEST HILL +CA006158792 43.7167 -79.6333 168.0 ON TORONTO WESTWOOD +CA0061587P6 43.7833 -79.1833 130.0 ON TOR SCARBOROUGH COLLEGE +CA0061587PG 43.7833 -79.3500 189.0 ON TORONTO SENECA HILL +CA0061587PP 43.6500 -79.3667 76.0 ON TORONTO SHERBOURNE +CA006158815 43.7500 -79.3000 174.0 ON TORONTO WEXFORD +CA006158830 43.7667 -79.4167 191.0 ON TORONTO WILLOWDALE +CA006158846 43.7333 -79.4333 191.0 ON TORONTO WILSON HEIGHTS +CA006158860 43.5000 -79.7333 175.0 ON TRAFALGAR MARINE +CA006158875 44.1167 -77.5333 86.0 ON TRENTON A 71621 +CA006158878 44.1167 -77.5000 80.0 ON TRENTON DOMTAR +CA006158885 44.1333 -77.6000 88.0 ON TRENTON ONT HYDRO +CA006158888 44.1167 -77.5667 76.0 ON TRENTON MOE +CA006158D1B 43.6667 -79.5500 149.0 ON TORONTO BRYNSTON +CA006158M1K 43.7833 -79.3167 184.0 ON TORONTO CASTLEMERE +CA006159010 44.5000 -77.2833 145.0 ON TWEED +CA006159019 44.5000 -77.3167 175.0 ON TWEED ONTARIO HYDRO +CA006159048 44.0167 -78.7333 206.0 ON TYRONE +CA006159058 43.9333 -79.3333 236.0 ON UNIONVILLE +CA006159122 44.0833 -79.1333 270.0 ON UXBRIDGE +CA006159123 44.1000 -79.1667 325.0 ON UXBRIDGE WEST 71932 +CA006159124 44.1167 -79.1000 270.0 ON UXBRIDGE 2 +CA006159125 44.1333 -79.0833 270.0 ON UXBRIDGE 3 +CA006159127 43.3833 -80.1333 282.0 ON VALENS +CA006159133 43.2500 -79.7500 76.0 ON VAN WAGNERS BEACH +CA006159138 43.7667 -79.8833 289.0 ON VICTORIA +CA006159289 44.2000 -77.8333 150.0 ON WARKWORTH +CA006159449 43.9500 -77.3333 76.0 ON WELLINGTON +CA006159459 43.7333 -79.2833 169.0 ON WEXFORD +CA006159510 43.9500 -79.4333 290.0 ON WILCOX LAKE +CA006159575 43.7833 -79.6000 164.0 ON WOODBRIDGE +CA006159651 44.2000 -77.7167 123.0 ON WOOLER +CA006159652 44.1500 -77.7000 123.0 ON WOOLER +CA006159A26 44.1000 -79.1167 274.0 ON UXBRIDGE +CA00615E498 43.2000 -79.8333 191.0 ON MT ALBION CONSERVATION +CA00615EAQG 43.4500 -79.8333 175.0 ON MILTON SOUTH +CA00615EMR7 44.0500 -77.3000 108.0 ON MOUNTAINVIEW +CA00615H779 43.7333 -79.5167 140.0 ON TORONTO TORBARRIE +CA00615HHDF 43.7500 -79.3833 153.0 ON TORONTO YORK MILLS +CA00615HMAK 43.8667 -79.3667 198.0 ON TORONTO BUTTONVILLE A 71639 +CA00615J02G 44.0000 -79.3333 358.0 ON BRUCES MILL +CA00615N002 44.0500 -79.4333 240.0 ON NEWMARKET 3 +CA00615N619 44.0333 -79.4000 292.0 ON NEWMARKET 2 +CA00615N745 43.4833 -79.6333 87.0 ON OAKVILLE SOUTHEAST WPCP +CA00615NNPL 44.2333 -76.9667 80.0 ON NAPANEE +CA00615S001 43.7833 -79.4667 187.0 ON TORONTO NORTH YORK +CA00615S004 43.9167 -79.7500 261.0 ON BOLTON NORTH +CA006160297 44.7667 -78.0833 274.0 ON APSLEY +CA006160465 45.0500 -77.8500 327.0 ON BANCROFT +CA006160468 45.0000 -77.8000 347.0 ON BANCROFT L'AMABLE +CA006160473 45.0500 -77.8667 344.0 ON BANCROFT OMNR +CA006160820 44.5167 -78.6167 260.0 ON BOBCAYGEON +CA006160822 44.5833 -78.5167 248.0 ON BOBCAYGEON +CA006161050 44.5667 -78.2167 244.0 ON BURLEIGH FALLS +CA006161662 44.8167 -77.1833 284.0 ON CLOYNE ONT HYDRO +CA006161682 44.6000 -78.7667 290.0 ON COBOCONK +CA006161739 44.8833 -77.8333 321.0 ON COE HILL +CA006161740 44.9167 -77.8833 360.0 ON COE HILL +CA006161990 45.1167 -77.2500 318.0 ON DENBIGH +CA006162328 44.3833 -78.4500 318.0 ON ENNISMORE +CA006162375 44.5333 -78.7333 259.0 ON FENELON FALLS +CA006162376 44.5833 -78.7500 259.0 ON FENELON FALLS +CA006162787 44.8500 -77.6000 310.0 ON GILMOUR +CA006162883 44.9167 -78.3833 325.0 ON GOODERHAM +CA006163156 45.0000 -78.5833 320.0 ON HALIBURTON A +CA006163170 45.0500 -78.4833 320.0 ON HALIBURTON 2 +CA006163171 45.0333 -78.5333 330.0 ON HALIBURTON 3 +CA006163360 44.4333 -78.9000 290.0 ON HARTLEY +CA006163677 45.1500 -77.8500 412.0 ON HYBLA MARSHALL +CA006163872 44.3167 -78.1667 412.0 ON JERMYN +CA006164198 44.7500 -78.6333 280.0 ON KINMOUNT +CA006164207 44.5667 -78.9833 274.0 ON KIRKFIELD +CA006164297 44.4667 -78.2333 236.0 ON LAKEFIELD +CA006164430 44.3500 -78.7500 267.0 ON LINDSAY +CA006164432 44.3500 -78.7333 252.0 ON LINDSAY FILTRATION PLANT +CA006164433 44.3333 -78.7333 262.0 ON LINDSAY FROST +CA006164446 44.2167 -78.9167 259.0 ON LITTLE BRITAIN +CA006164615 44.4833 -78.9500 274.0 ON LORNEVILLE +CA006165195 44.9333 -78.7167 274.0 ON MINDEN +CA006165197 44.7500 -78.7000 305.0 ON MINDEN FORESTRY +CA006165715 44.3500 -78.0000 207.0 ON NORWOOD +CA006165716 44.3833 -77.9667 213.0 ON NORWOOD +CA006165880 44.3333 -78.3000 205.0 ON OTONABEE +CA006166415 44.2333 -78.3667 191.0 ON PETERBOROUGH 71436 +CA006166416 44.2833 -78.3167 194.0 ON PETERBOROUGH +CA006166418 44.2333 -78.3667 191.0 ON PETERBOROUGH A +CA006166420 44.2333 -78.3667 191.0 ON PETERBOROUGH AWOS +CA006166425 44.3333 -78.3000 244.0 ON PETERBOROUGH CHEX +CA006166428 44.3167 -78.4000 244.0 ON PETERBOROUGH DOBBIN TS +CA006166443 44.3333 -78.3167 207.0 ON PETERBOROUGH ONT HYDRO +CA006166450 44.2833 -78.3167 192.0 ON PETERBOROUGH STP +CA006166452 44.2333 -78.3167 655.0 ON PETERBOROUGH TORRANCE +CA006166455 44.3667 -78.3000 198.0 ON PETERBOROUGH TRENT U +CA006166456 44.3500 -78.3000 216.0 ON PETERBOROUGH TRENT U 71672 +CA006166800 44.6000 -77.4167 195.0 ON QUEENSBORO +CA006168070 44.5500 -78.1000 244.0 ON STONY LAKE SANDOR FARM +CA006168100 44.2167 -78.9500 275.0 ON SONYA SUNDANCE MEADOWS +CA006168525 44.1667 -78.5000 270.0 ON TAPLEY +CA006169110 44.9000 -78.3000 392.0 ON URSA +CA006169453 45.1000 -78.6833 328.0 ON WEST GUILFORD +CA006169647 44.4000 -78.9833 284.0 ON WOODVILLE +CA006169648 44.4000 -78.9000 282.0 ON WOODVILLE +CA00616C3P9 44.2833 -78.0000 190.0 ON HASTINGS +CA00616I001 45.0667 -77.8833 331.0 ON BANCROFT AUTO 71294 +CA00616PA87 44.5667 -78.7833 259.0 ON ROSEDALE +CA00616RKR0 44.4667 -78.1333 230.0 ON WARSAW +CA007010478 47.1667 -71.2500 597.0 QC BARRIERE STONEHAM +CA007010480 47.1667 -71.6167 494.0 QC BARRIERE TOURILLI +CA007010565 46.8333 -71.2000 10.0 QC BEAUPORT 71578 +CA007010566 46.8833 -71.2000 84.0 QC BEAUPORT +CA007010720 46.0500 -73.1833 12.0 QC BERTHIERVILLE +CA007011045 46.3667 -72.5333 17.0 QC CAP DE LA MADELEINE +CA007011170 46.7667 -71.3000 12.0 QC CAP ROUGE +CA007011290 46.4667 -72.3333 12.0 QC CHAMPLAIN +CA007011308 46.9000 -71.3000 152.0 QC CHARLESBOURG JAR ZOO +CA007011309 46.8667 -71.2667 114.0 QC CHARLESBOURG PARC ORLEAN +CA007011600 46.8667 -71.8667 152.0 QC CHUTE PANET +CA007011760 47.0333 -71.7000 265.0 QC CLUB TOURILLI +CA007011800 47.0833 -71.9000 250.0 QC CLUB TOURILLI +CA007011947 45.3167 -74.1667 49.0 QC COTEAU DU LAC +CA007011950 46.8667 -71.1667 76.0 QC COURVILLE +CA007011960 47.2333 -71.6333 689.0 QC DEPOT JOBIN +CA007011982 46.6667 -71.9167 15.0 QC DESCHAMBAULT +CA007011983 46.6833 -71.9667 61.0 QC DESCHAMBAULT 71389 +CA007012040 46.8333 -71.2167 6.0 QC DOMAINE-DE-MAIZERETS +CA007012070 46.6667 -71.7500 11.0 QC DONNACONA +CA007012071 46.6833 -71.7333 46.0 QC DONNACONA 2 +CA007012232 46.8167 -71.3000 15.0 QC DUBERGER +CA007012240 46.8667 -71.6500 166.0 QC DUCHESNAY +CA007013100 46.6667 -72.6000 145.0 QC HEROUXVILLE +CA007013102 46.8500 -72.4667 177.0 QC HERVEY JONCTION +CA007013200 45.4667 -74.1667 27.0 QC HUDSON HEIGHTS +CA0070132G9 47.0000 -70.8167 4.0 QC ILE D'ORLEANS 71424 +CA007013360 46.0333 -73.4333 59.0 QC JOLIETTE +CA007013362 46.0167 -73.4333 56.0 QC JOLIETTE VILLE +CA007013570 46.9167 -73.1667 366.0 QC LAC BROWN +CA007013640 47.6500 -72.2667 370.0 QC LAC EDOUARD +CA007013642 47.6667 -72.2667 364.0 QC LAC EDOUARD S +CA007013655 47.5667 -71.2333 799.0 QC LAC JACQUES CARTIER +CA007013678 46.6667 -72.8667 259.0 QC LAC MINOGAMI +CA007013735 47.6500 -72.2500 406.0 QC LAKE EDWARD +CA007014160 45.8167 -73.4333 21.0 QC L'ASSOMPTION 71524 +CA007014260 45.9333 -73.3167 31.0 QC LAVALTRIE CDA +CA007014290 45.3000 -74.0500 47.0 QC LES CEDRES +CA007014298 46.8167 -71.3167 26.0 QC LES SAULES +CA007014325 47.2667 -72.2500 270.0 QC LINTON +CA007014329 46.8667 -71.3667 130.0 QC LORETTEVILLE +CA007014332 46.2667 -73.0167 45.0 QC LOUISEVILLE +CA007014629 45.7500 -73.6000 15.0 QC MASCOUCHE +CA007014630 46.2333 -73.0167 15.0 QC MASKINONGE +CA007015417 46.8500 -71.3667 91.0 QC NEUFCHATEL +CA007015665 46.2333 -74.0500 366.0 QC NOTRE DAME DE LA MERCI +CA007015730 45.5000 -74.0667 91.0 QC OKA +CA007015791 47.5667 -71.2333 791.0 QC L'ETAPE 71382 +CA007016280 46.8000 -71.2167 90.0 QC QUEBEC +CA007016281 46.8000 -71.2667 76.0 QC QUEBEC 2 +CA007016294 46.8000 -71.3833 74.0 QC QUEBEC/JEAN LESAGE INTL A 71708 +CA007016470 45.5000 -74.3667 46.0 QC RIGAUD +CA007016472 45.4833 -74.3000 30.0 QC RIGAUD 2 +CA007016474 45.3000 -74.3000 56.0 QC SAINT-POLYCARPE +CA007016560 47.0000 -72.1667 221.0 QC RIVIERE A PIERRE +CA007016675 46.9833 -71.8333 213.0 QC RIVIERE VERTE OUEST +CA007016800 46.7167 -72.0833 76.0 QC ST ALBAN +CA007016816 46.5333 -73.1500 183.0 QC ST ALEXIS DES MONTS +CA007016840 46.5833 -72.2333 16.0 QC STE ANNE DE LA PERADE +CA007016900 46.7333 -71.5000 58.0 QC ST AUGUSTIN +CA007016902 46.2000 -73.6000 198.0 QC STE BEATRIX +CA007016906 45.5667 -74.0500 53.0 QC ST BENOIT +CA007016932 46.8500 -71.6167 152.0 QC STE CATHERINE +CA007016960 46.3500 -73.3500 168.0 QC ST CHARLES DE MANDEVILLE +CA007016981 46.3667 -73.3500 174.0 QC ST CHARLES MANDEVILLE 2 +CA007017000 46.8167 -71.9167 152.0 QC STE CHRISTINE +CA007017032 45.3833 -74.2500 61.0 QC ST CLET NORD +CA007017080 46.2833 -73.7500 244.0 QC ST COME +CA007017100 46.3167 -74.2000 389.0 QC ST DONAT +CA007017148 46.0667 -73.3667 46.0 QC STE ELIZABETH +CA007017220 46.4500 -72.8000 107.0 QC ST ETIENNE DES GRES +CA007017265 46.7500 -71.2667 91.0 QC STE FOY +CA007017270 46.3000 -73.3833 198.0 QC ST GABRIEL DE BRANDON +CA007017380 45.9500 -73.5833 69.0 QC ST JACQUES +CA007017386 45.7333 -73.8833 61.0 QC ST JANVIER +CA007017422 46.9167 -72.6833 122.0 QC ST JOSEPH DE MEKINAC +CA007017435 46.2667 -73.1000 46.0 QC ST JUSTIN +CA007017445 45.4000 -74.2000 99.0 QC ST LAZARE +CA007017480 45.8500 -73.7500 64.0 QC ST LIN DES LAURENTIDES +CA007017555 46.5833 -72.9333 168.0 QC ST MATHIEU +CA007017585 46.5333 -72.4333 46.0 QC ST NARCISSE +CA007017640 46.4167 -73.0167 167.0 QC ST PAULIN +CA007017657 45.5500 -74.2000 40.0 QC ST PLACIDE +CA007017753 45.6333 -73.8500 46.0 QC STE THERESE SEMINAIRE +CA007017755 45.6500 -73.8833 61.0 QC STE THERESE OUEST +CA007017757 46.3667 -72.8000 53.0 QC ST THOMAS DE CAXTON +CA007017760 46.7333 -72.5667 142.0 QC ST TITE +CA007017767 46.6833 -72.3167 142.0 QC ST UBALD +CA007017786 46.6167 -73.8667 442.0 QC ST ZENON +CA007017B65 46.7500 -71.2833 46.0 QC STE FOY MATAPEDIA +CA007017BFN 46.7833 -71.3167 79.0 QC STE FOY (PIE XII) +CA007018000 46.5667 -72.7500 122.0 QC SHAWINIGAN +CA007018001 46.5667 -72.7333 110.0 QC SHAWINIGAN 71370 +CA007018410 45.7500 -73.6333 53.0 QC TERREBONNE HEIGHTS +CA007018562 46.3500 -72.5167 6.0 QC TROIS-RIVIERES 71724 +CA007018563 46.3667 -72.6833 62.0 QC TROIS-RIVIERES 71729 +CA007018564 46.3667 -72.6000 53.0 QC TROIS RIVIERES +CA007018572 46.9000 -71.5000 168.0 QC VALCARTIER +CA007018574 46.9000 -71.5000 168.0 QC VALCARTIER A 71716 +CA007018577 46.9500 -71.5000 184.0 QC VALCARTIER FES +CA007018697 45.4000 -74.0333 27.0 QC VAUDREUIL +CA007018762 46.8667 -71.1667 2.0 QC VILLENEUVE +CA007018766 46.3000 -72.0667 102.0 QC VILLEROY (STE-FRANCOISE) +CA00701A9E0 46.8833 -71.1667 114.0 QC COURVILLE DE POISSY +CA00701A9EC 45.3000 -74.4667 70.0 QC DALHOUSIE STATION +CA00701HE63 46.3833 -72.6167 55.0 QC TROIS RIVIERES AQUEDUC +CA00701J9NM 45.3333 -74.3333 61.0 QC DE BEAUJEU +CA00701LEEH 46.8667 -72.4000 160.0 QC LAC AUX SABLES +CA00701LF83 46.9000 -71.1500 114.0 QC LA COURVILLOISE +CA00701LP0N 46.1833 -72.9167 16.0 QC LAC SAINT-PIERRE 71198 +CA00701Q004 46.7833 -71.2833 91.0 QC STE-FOY (U. LAVAL) 71392 +CA00701Q009 46.3000 -72.0667 97.0 QC LEMIEUX 71616 +CA00701S001 46.8000 -71.3833 60.0 QC QUEBEC/JEAN LESAGE INTL 71714 +CA007020040 45.0333 -72.6667 149.0 QC ABERCORN +CA007020055 45.6500 -72.5667 95.0 QC ACTON VALE +CA007020305 46.0167 -71.9500 140.0 QC ARTHABASKA +CA007020360 45.7667 -71.9500 229.0 QC ASBESTOS +CA007020391 45.6500 -70.7333 514.0 QC AUDET +CA007020392 45.6500 -73.7333 53.0 QC AUTEUIL +CA007020560 46.2000 -70.7667 160.0 QC BEAUCEVILLE +CA007020567 46.6667 -71.1667 107.0 QC BEAUSEJOUR +CA007020570 46.3333 -72.4333 15.0 QC BECANCOUR +CA007020750 45.5000 -72.4333 198.0 QC BETHANIE +CA007020785 45.3667 -71.6667 198.0 QC BIRCHTON +CA007020800 45.5833 -71.5667 213.0 QC BISHOPTON +CA007020808 46.0500 -71.3667 263.0 QC BLACK LAKE +CA007020820 46.0000 -72.4000 76.0 QC BON CONSEIL EXP ST +CA007020828 45.4000 -72.2667 297.0 QC BONSECOURS +CA007020833 45.2500 -72.8500 91.0 QC BRIGHAM +CA007020835 45.6333 -72.8167 69.0 QC BRITANNIA MILLS +CA007020840 45.1833 -72.5667 206.0 QC BROME +CA007020850 45.3000 -72.6333 175.0 QC BROMONT +CA007020860 45.4833 -71.9500 130.0 QC BROMPTONVILLE +CA007020865 46.2000 -71.1167 373.0 QC BROUGHTON STATION +CA007020877 45.3500 -71.7000 288.0 QC BULWER +CA007020880 45.1500 -72.0000 210.0 QC BURROUGHS FALLS +CA007020884 45.4833 -71.5167 290.0 QC BURY +CA007020885 45.5167 -71.4833 378.0 QC BURY +CA007020888 45.4833 -71.5000 290.0 QC BURY (COLLEGE D'ALZON) +CA007020DDP 45.0833 -71.8833 445.0 QC BARNSTON +CA007021320 45.2833 -71.2000 518.0 QC CHARTIERVILLE +CA007021460 45.4167 -71.3667 518.0 QC CHRISTMAS BROOK NORTH +CA007021580 45.8667 -72.4500 87.0 QC CHUTE HEMMINGS +CA007021718 45.3000 -71.5667 343.0 QC CLIFTON RIVER +CA007021719 45.2333 -71.5000 343.0 QC CLIFTON RIVER SOUTH +CA007021840 45.1500 -71.8000 259.0 QC COATICOOK +CA007021916 45.2000 -71.8500 297.0 QC COMPTON STATION +CA007021917 45.2167 -71.8667 312.0 QC COMPTON STATION CDA FE +CA007021918 45.4167 -71.6333 213.0 QC COOKSHIRE +CA007021945 45.4500 -73.6667 49.0 QC COTE ST LUC +CA007021952 46.3833 -70.7000 262.0 QC CRANBOURNE +CA007021954 45.8167 -71.9833 190.0 QC DANVILLE +CA007022000 45.9167 -71.3167 350.0 QC DISRAELI +CA007022127 45.8167 -70.4000 564.0 QC DOUANES ARMSTRONG +CA007022160 45.8833 -72.4833 82.0 QC DRUMMONDVILLE +CA007022245 45.1000 -72.8167 204.0 QC DUNHAM +CA007022246 45.1500 -72.8167 121.0 QC DUNHAM +CA007022250 45.6333 -73.6833 31.0 QC DUVERNAY +CA007022280 45.4833 -71.6667 189.0 QC EAST ANGUS +CA007022285 46.2167 -71.0833 366.0 QC EAST BROUGHTON +CA007022288 45.2667 -71.5667 374.0 QC EAST CLIFTON NORTH +CA0070222DR 45.6333 -72.3500 191.0 QC DURHAM SUD +CA007022300 45.0833 -71.5000 358.0 QC EAST HEREFORD +CA007022306 45.2667 -71.4333 492.0 QC EATON SECOND BRANCH +CA007022320 45.3000 -72.9000 68.0 QC FARNHAM +CA007022374 45.3667 -71.5500 59.0 QC FLANDERS +CA007022375 45.8000 -73.0000 31.0 QC FLEURY +CA007022494 46.4833 -72.0500 53.0 QC FORTIERVILLE +CA007022553 46.4333 -70.8333 427.0 QC FRAMPTON +CA007022560 45.0333 -73.9000 145.0 QC FRANKLIN CENTRE +CA007022579 45.0500 -72.8667 152.0 QC FRELIGHSBURG 71373 +CA007022580 45.0500 -72.8667 113.0 QC FRELIGHSBURG +CA007022596 45.8333 -71.3833 251.0 QC GARTHBY +CA007022700 46.4000 -72.3667 6.0 QC GENTILLY +CA007022720 45.1333 -72.2333 267.0 QC GEORGEVILLE +CA007022800 45.3833 -72.7167 175.0 QC GRANBY +CA007022985 45.9333 -71.6333 404.0 QC HAM NORD +CA007023005 45.2000 -71.9500 305.0 QC HATLEY +CA007023073 45.0500 -73.5833 85.0 QC HEMMINGFORD +CA007023075 45.0667 -73.7167 61.0 QC HEMMINGFORD FOUR WINDS +CA007023240 45.0500 -74.1667 49.0 QC HUNTINGDON +CA007023256 45.1333 -74.2333 53.0 QC HUNTINGDON TEAFIELD +CA007023270 45.3333 -73.2500 31.0 QC IBERVILLE +CA00702327X 45.7167 -73.3833 18.0 QC VARENNES 71184 +CA007023284 46.2500 -71.5167 236.0 QC INVERNESS +CA007023312 45.3833 -71.4667 346.0 QC ISLAND BROOK +CA007023313 45.4500 -71.4500 346.0 QC ISLAND BROOK NORTH +CA007023460 45.8333 -72.0000 130.0 QC KINGSEY +CA007023465 46.2000 -71.3833 366.0 QC KINNEARS MILLS +CA007023530 45.2167 -72.5000 206.0 QC KNOWLTON +CA007023568 45.2667 -72.6667 137.0 QC LAC BROMONT +CA007023675 45.6000 -70.8667 401.0 QC LAC MEGANTIC +CA007023677 45.6000 -70.8667 426.0 QC LAC MEGANTIC 2 +CA007023800 45.6000 -70.8833 401.0 QC LAKE MEGANTIC +CA007024000 45.8333 -71.0833 366.0 QC LAMBTON +CA007024080 45.4000 -71.2500 381.0 QC LA PATRIE +CA007024100 45.3833 -73.4333 30.0 QC LAPRAIRIE +CA007024102 45.6167 -72.9500 33.0 QC LA PROVIDENCE +CA007024118 45.4333 -73.6167 23.0 QC LA SALLE +CA007024250 46.3333 -71.6667 152.0 QC LAURIERVILLE +CA007024254 46.8167 -71.1000 69.0 QC LAUZON +CA007024256 45.5333 -73.7000 37.0 QC LAVAL DES RAPIDES +CA007024263 45.4167 -71.4333 417.0 QC LAWRENCE +CA007024270 45.4333 -71.5500 417.0 QC LEARNED PLAIN +CA007024280 45.3667 -71.8167 181.0 QC LENNOXVILLE 71611 +CA007024320 45.6333 -71.3667 267.0 QC LINGWICK +CA007024327 45.3667 -71.2000 267.0 QC LITTLE CANADA EAST +CA007024400 45.4167 -73.9333 27.0 QC MACDONALD COLLEGE +CA007024440 45.2667 -72.1167 274.0 QC MAGOG +CA007024615 46.3333 -71.9833 96.0 QC MANSEAU +CA007024623 45.3333 -71.5000 366.0 QC MAPLE LEAF +CA007024624 45.3333 -71.4000 445.0 QC MAPLE LEAF EAST +CA007024625 45.3167 -71.4667 445.0 QC MAPLE LEAF SOUTH +CA007024627 45.4000 -73.1333 38.0 QC MARIEVILLE +CA007024628 45.3000 -71.7333 259.0 QC MARTINVILLE +CA007024745 45.5000 -73.5833 73.0 QC MCTAVISH 71612 +CA007024800 45.5833 -70.8667 415.0 QC MEGANTIC A +CA007024858 45.3167 -73.9500 31.0 QC MELOCHEVILLE +CA007024878 45.3167 -73.7833 31.0 QC MERCIER +CA007024920 45.5833 -71.1167 482.0 QC MILAN +CA007025060 45.2500 -71.7833 255.0 QC MOE'S RIVER +CA007025212 45.4500 -71.1500 1111.0 QC MONT MEGANTIC +CA007025229 45.3167 -72.2333 846.0 QC MONT-ORFORD +CA007025245 45.4667 -73.5000 14.0 QC MONTREAL ICE CONTROL +CA007025250 45.4667 -73.7500 36.0 QC MONTREAL/PIERRE ELLIOTT TRUDEA 71627 +CA007025251 45.4706 -73.7408 36.0 QC MONTREAL INTL A 71627 +CA007025252 45.6333 -73.5500 50.0 QC MONTREAL-EST +CA007025257 45.5667 -73.5500 46.0 QC MONTREAL JAR BOT +CA007025260 45.5000 -73.6167 133.0 QC MONTREAL JEAN BREBEUF +CA007025267 45.5167 -73.5667 41.0 QC MONTREAL LAFONTAINE +CA007025280 45.5000 -73.5833 57.0 QC MONTREAL MCGILL +CA007025328 45.5833 -73.1833 31.0 QC MONT ST HILAIRE +CA007025330 45.5500 -73.0833 174.0 QC MONT ST HILAIRE +CA007025332 45.5500 -73.1667 210.0 QC MONT ST HILAIRE MCGILL +CA007025425 45.3500 -71.4833 210.0 QC NEW MEXICO +CA007025440 46.2000 -72.6167 30.0 QC NICOLET +CA007025442 46.2333 -72.6500 8.0 QC NICOLET 71723 +CA007025660 45.2833 -71.9500 244.0 QC NORTH HATLEY +CA007025670 45.4000 -71.0833 503.0 QC NOTRE DAME DES BOIS +CA007025745 45.1167 -74.0500 46.0 QC ORMSTOWN +CA007026005 45.4000 -71.5833 46.0 QC PETIT LAC +CA007026040 45.0333 -73.0833 53.0 QC PHILIPSBURG +CA007026043 46.0833 -72.8333 15.0 QC PIERREVILLE +CA007026058 46.2000 -71.7500 15.0 QC PLESSISVILLE +CA007026073 45.4667 -73.8000 41.0 QC POINTE CLAIRE +CA00702607F 45.3500 -73.9167 38.0 QC POINTE DU MOULIN +CA007026213 45.5000 -73.7500 31.0 QC POSTE SARAGUAY +CA007026250 46.1500 -71.9167 160.0 QC PRINCEVILLE +CA007026344 45.3167 -71.5167 343.0 QC RANBORO EST +CA007026345 45.3167 -71.5333 343.0 QC RANBORO SUD +CA007026465 45.6333 -72.1333 123.0 QC RICHMOND +CA007026612 45.7000 -73.5000 9.0 QC RIVIERE DES PRAIRIES +CA007026700 45.4333 -73.1000 40.0 QC ROUGEMONT +CA007026730 45.5500 -72.5333 130.0 QC ROXTON FALLS +CA007026734 45.2167 -73.2000 38.0 QC SABREVOIS +CA007026739 46.1333 -71.1667 468.0 QC SACRE COEUR DE MARIE +CA007026754 46.1167 -71.4500 442.0 QC ST ADRIEN D IRLANDE +CA007026818 45.6667 -73.3000 41.0 QC ST AMABLE +CA007026836 45.1333 -74.3500 53.0 QC ST ANICET +CA007026839 45.4333 -73.9333 39.0 QC STE ANNE DE BELLEVUE +CA007026885 46.1500 -71.2500 450.0 QC ST ANTOINE DE PONTBRIAND +CA007026915 46.0500 -70.8000 305.0 QC ST BENOIT LABRE +CA007026916 45.0833 -73.3833 49.0 QC ST BERNARD DE LACOLLE +CA007026918 45.3167 -73.0667 47.0 QC STE BRIGIDE +CA007026920 45.5500 -73.3500 61.0 QC ST BRUNO +CA007026936 45.6667 -70.9333 518.0 QC STE CECILE +CA007027039 45.1667 -73.6833 53.0 QC STE-CLOTHILDE 71614 +CA007027040 45.1667 -73.6833 56.0 QC STE CLOTHILDE CDA +CA007027083 46.0500 -70.5167 244.0 QC ST COME DE LINIERE +CA007027085 45.3667 -73.5833 31.0 QC ST CONSTANT +CA007027088 46.6167 -71.7833 70.0 QC STE CROIX +CA007027110 45.5167 -73.7833 23.0 QC STE DOROTHEE +CA007027120 45.2000 -71.6833 381.0 QC STE EDWIDGE +CA007027200 46.0667 -70.9667 312.0 QC ST EPHREM +CA007027248 46.1000 -71.5833 297.0 QC ST FERDINAND +CA007027259 46.4833 -71.5667 137.0 QC ST FLAVIEN +CA007027260 46.5167 -71.6000 110.0 QC ST FLAVIEN CDA FE +CA007027264 45.9667 -71.6000 465.0 QC ST FORTUNAT +CA007027267 46.4833 -71.9333 91.0 QC STE FRANCOISE ROMAINE +CA007027277 45.8667 -70.6167 282.0 QC ST GEDEON +CA007027280 45.5000 -73.8500 23.0 QC STE GENEVIEVE +CA007027283 46.1500 -70.7000 168.0 QC ST GEORGES +CA007027302 45.8833 -72.7667 44.0 QC ST GUILLAUME +CA007027306 46.0333 -71.7167 457.0 QC STE HELENE DE CHESTER +CA007027308 45.1167 -71.7000 480.0 QC ST HERMENEGILDE +CA007027309 45.8667 -70.8667 506.0 QC ST HILAIRE DORSET +CA007027320 45.5167 -73.4167 27.0 QC MONTREAL/ST-HUBERT A 71371 +CA007027322 45.5167 -73.4167 27.0 QC MONTREAL/ST-HUBERT A 71371 +CA007027329 45.5167 -73.4167 27.0 QC MONTREAL/ST-HUBERT 71371 +CA007027360 45.6333 -72.9500 31.0 QC ST HYACINTHE +CA007027361 45.5667 -72.9167 33.0 QC ST HYACINTHE 2 +CA007027372 45.2667 -71.5167 394.0 QC ST ISIDORE D'AUCKLAND +CA007027382 46.2667 -71.3667 290.0 QC ST JACQUES DE LEEDS +CA007027390 45.3000 -73.2667 42.0 QC ST JEAN +CA007027391 46.7167 -71.2167 53.0 QC ST JEAN CHRYSOSTOME +CA007027392 46.1833 -71.4500 264.0 QC ST JEAN DE BREBEUF +CA007027426 46.0000 -71.5333 453.0 QC ST JULIEN +CA007027440 45.5167 -73.6667 38.0 QC ST LAURENT (COLLEGE) +CA007027470 45.8333 -72.5333 85.0 QC SAINT-GERMAIN-DE-GRANTHAM 71967 +CA007027516 45.7500 -70.6833 335.0 QC ST LUDGER +CA007027517 45.6167 -73.1333 30.0 QC STE MADELEINE +CA007027520 45.2000 -71.5000 564.0 QC ST MALO D AUCKLAND +CA007027540 45.2167 -73.8500 38.0 QC STE MARTINE +CA007027550 45.3000 -71.4000 38.0 QC ST MATHIAS +CA007027560 45.3500 -73.5333 31.0 QC ST MATHIEU LAPRAIRIE +CA007027588 45.7333 -72.6167 69.0 QC ST NAZAIRE +CA007027593 46.3500 -70.6500 358.0 QC ST ODILON +CA007027653 46.2000 -71.6333 290.0 QC ST PIERRE BAPTISTE +CA007027656 46.2500 -71.2167 366.0 QC ST PIERRE DE BROUGHTON +CA007027660 46.2167 -70.5000 282.0 QC ST PROSPER +CA007027690 45.2833 -73.6000 53.0 QC ST REMI +CA007027700 46.7667 -71.2167 38.0 QC ST ROMUALD +CA007027718 45.6167 -72.8667 43.0 QC STE ROSALIE +CA007027725 45.7667 -70.9500 442.0 QC ST SEBASTIEN +CA007027730 45.1333 -73.1500 61.0 QC ST SEBASTIEN CDA FE +CA007027733 46.3333 -71.0500 442.0 QC ST SEVERIN +CA007027737 46.1500 -71.7000 312.0 QC STE SOPHIE +CA007027740 46.3333 -71.1167 457.0 QC ST SYLVESTRE +CA007027750 45.9333 -70.4833 395.0 QC ST THEOPHILE +CA007027772 45.5667 -72.6667 91.0 QC ST VALERIEN +CA007027780 45.9500 -73.0833 23.0 QC STE VICTOIRE +CA007027783 46.1667 -72.3333 84.0 QC ST WENCESLAS +CA007027785 46.1167 -70.3833 480.0 QC ST ZACHARIE +CA007027787 46.0667 -72.5833 52.0 QC ST ZEPHIRIN +CA007027800 45.3333 -71.5667 277.0 QC SAWYERVILLE +CA007027802 45.3667 -71.5333 346.0 QC SAWYERVILLE NORD +CA007027840 46.5000 -71.0833 145.0 QC SCOTT +CA007028120 45.4000 -71.9000 181.0 QC SHERBROOKE +CA007028121 45.3667 -71.9333 255.0 QC SHERBROOKE +CA007028123 45.4333 -71.6833 241.0 QC SHERBROOKE 71610 +CA007028124 45.4333 -71.6833 241.0 QC SHERBROOKE A 71610 +CA007028126 45.4333 -71.6833 241.0 QC SHERBROOKE A +CA007028128 45.3833 -71.9333 244.0 QC SHERBROOKE (UNIVERSITE) +CA007028200 46.0333 -73.1167 15.0 QC SOREL +CA007028210 45.6167 -72.2833 195.0 QC SOUTH DURHAM +CA007028211 45.6333 -72.3500 191.0 QC SOUTH DURHAM +CA007028240 45.0167 -71.7833 389.0 QC STANHOPE +CA007028280 45.0167 -72.1000 320.0 QC STANSTEAD +CA007028290 45.1167 -72.6167 180.0 QC SUTTON +CA007028292 45.0667 -72.6833 244.0 QC SUTTON +CA007028295 45.1500 -72.6333 213.0 QC SUTTON JONCTION +CA007028296 45.1500 -72.5833 238.0 QC SUTTON JUNCTION (AUT) +CA007028440 46.0667 -71.3167 311.0 QC THETFORD MINES +CA007028441 46.1000 -71.3500 381.0 QC THETFORD MINES +CA007028442 46.0500 -71.2667 430.0 QC THETFORD MINES RCS 71494 +CA007028570 45.6500 -72.6833 61.0 QC UPTON +CA007028580 45.4833 -72.3167 206.0 QC VALCOURT +CA007028676 46.3833 -70.9333 152.0 QC VALLEE JONCTION +CA007028680 45.2833 -74.1000 46.0 QC VALLEYFIELD +CA007028695 45.4833 -71.0667 495.0 QC VAL RACINE +CA007028700 45.7667 -73.3667 21.0 QC VERCHERES +CA007028720 46.0500 -71.9667 137.0 QC VICTORIAVILLE +CA007028754 46.2000 -70.7833 229.0 QC BEAUCEVILLE 71323 +CA007028770 46.0000 -71.4167 366.0 QC VIMY RIDGE +CA007028890 45.3833 -72.5000 198.0 QC WARDEN +CA007028900 45.6333 -71.7500 152.0 QC WATOPEKA +CA007028906 45.4000 -71.3000 512.0 QC WEST DITTON +CA007028945 45.3833 -70.8667 434.0 QC WOBURN +CA007028946 45.3833 -70.8667 396.0 QC WOBURN +CA00702A9ND 46.1833 -72.2000 84.0 QC DAVELUYVILLE +CA00702BC0E 45.3667 -71.6000 84.0 QC EATON +CA00702BL09 45.5833 -73.8167 31.0 QC FABREVILLE +CA00702FHL8 45.4333 -73.9333 39.0 QC STE-ANNE-DE-BELLEVUE 1 71377 +CA00702FQLF 45.1167 -74.2833 49.0 QC ST-ANICET 1 71712 +CA00702FR30 45.6667 -71.7333 268.0 QC ST CAMILLE WOLFE +CA00702G266 45.6667 -73.5833 15.0 QC ST FRANCOIS DE LAVAL +CA00702GGR7 45.3333 -71.6167 15.0 QC SAWYER BROOK +CA00702HACH 45.4500 -71.5000 15.0 QC SHERMAN BROOK NORTH +CA00702HBHA 45.4167 -71.4833 245.0 QC STATTON BROOK NORTH +CA00702HBHG 45.3000 -71.6000 245.0 QC SUCKER POND NORTH +CA00702K30E 45.2333 -71.5000 793.0 QC EATON RIVER NORTH +CA00702LED4 45.3000 -73.3500 44.0 QC L'ACADIE 71372 +CA00702S006 45.4667 -73.7500 32.0 QC MONTREAL/PIERRE ELLIOTT TRUDEA 71183 +CA007030170 45.5500 -75.5500 91.0 QC ANGERS +CA007030310 45.9500 -74.6167 191.0 QC ARUNDEL +CA007030447 46.5000 -75.3333 364.0 QC BARK LAKE +CA007030457 46.7167 -75.9833 236.0 QC BARRAGE MERCIER +CA007030462 47.2167 -75.1667 390.0 QC BARRAGE MITCHINAMECUS +CA007030475 46.7167 -76.0667 256.0 QC BARRIERE QUINN +CA007030640 45.7667 -74.6833 122.0 QC BELL FALLS +CA007030810 45.7500 -75.3333 213.0 QC BLANCHE +CA007030874 45.5833 -75.4167 137.0 QC BUCKINGHAM +CA007031017 45.8333 -74.2000 282.0 QC CAMP TAMARACOUTA +CA007031315 45.6833 -76.4333 168.0 QC CHARTERIS +CA007031360 45.5167 -75.7833 113.0 QC CHELSEA +CA007031375 45.9000 -75.0833 223.0 QC CHENEVILLE +CA007031636 46.6500 -75.2500 252.0 QC CHUTE ST PHILIPPE +CA007032370 46.7000 -75.4500 213.0 QC FERME NEUVE +CA007032440 45.8167 -76.7500 107.0 QC FORT COULONGE +CA007032680 45.4833 -75.6500 49.0 QC GATINEAU +CA007032997 45.8500 -74.6333 183.0 QC HARRINGTON FOREST FARM +CA007033120 45.8500 -75.6500 189.0 QC HIGH FALLS +CA007033121 45.8333 -75.6500 195.0 QC HIGH FALLS 71391 +CA007033160 45.9667 -74.6333 213.0 QC HUBERDEAU +CA007033650 45.6500 -74.3333 91.0 QC LACHUTE +CA007033665 46.6167 -75.1167 284.0 QC LAC KIAMIKA +CA007033673 46.0333 -74.0500 312.0 QC LAC MASSON +CA007033685 45.9667 -75.8167 229.0 QC LAC POISSON BLANC +CA007033700 45.9333 -74.3167 406.0 QC LAC ST DENIS +CA007033939 46.3667 -74.7667 244.0 QC LA MACAZA +CA007033940 46.4000 -74.7833 245.0 QC LA MACAZA A +CA007034010 46.2500 -74.9333 274.0 QC LA MINERVE +CA007034040 46.4167 -74.8667 244.0 QC L'ANNONCIATION +CA007034350 45.5333 -75.9667 101.0 QC LUCERNE +CA007034365 45.5333 -76.0500 69.0 QC LUSKVILLE +CA007034395 46.6833 -76.0333 213.0 QC LYTTON +CA007034480 46.3000 -76.0000 189.0 QC MANIWAKI UA 71722 +CA007034481 46.3833 -75.9833 174.0 QC MANIWAKI 2 +CA007034482 46.2667 -76.0000 200.0 QC MANIWAKI AIRPORT GSN 71721 +CA007034635 45.5333 -75.4167 55.0 QC MASSON +CA007035109 45.6500 -74.9333 46.0 QC MONTEBELLO +CA007035110 45.7000 -74.9333 197.0 QC MONTEBELLO (SEDBERGH) +CA007035112 45.6500 -74.9500 52.0 QC MONTEBELLO SEIGNIORY +CA007035158 46.5667 -75.5000 244.0 QC MONT LAURIER +CA007035160 46.5667 -75.5500 244.0 QC MONT LAURIER +CA007035290 45.6667 -74.0333 83.0 QC MONTREAL/MIRABEL INT'L A +CA007035360 45.9167 -74.2667 290.0 QC MORIN HEIGHTS +CA007035520 46.4000 -75.0833 274.0 QC NOMININGUE +CA007035666 45.8000 -74.9833 183.0 QC NOTRE DAME DE LA PAIX +CA007035680 46.1167 -75.6333 213.0 QC NOTRE DAME DU LAUS +CA007035760 45.8500 -76.4333 213.0 QC OTTER LAKE +CA007036000 45.6000 -75.6167 152.0 QC PERKINS +CA007036063 45.6500 -74.8000 51.0 QC POINTE AU CHENE +CA007036760 46.0500 -74.2833 366.0 QC STE AGATHE DES MONTS +CA007036762 46.0500 -74.2833 395.0 QC STE AGATHE DES MONTS +CA007036780 46.0833 -74.3000 392.0 QC STE AGATHE MANOR HOUSE +CA007036855 46.8500 -75.3333 262.0 QC STE ANNE DU LAC +CA007037175 45.9500 -74.9167 229.0 QC ST EMILE DE SUFFOLK +CA007037230 46.1167 -74.4833 366.0 QC ST FAUSTIN +CA007037310 45.9833 -74.0000 366.0 QC ST HIPPOLYTE +CA007037400 45.8000 -74.0500 170.0 QC ST JEROME +CA007037985 45.8833 -74.0667 186.0 QC SHAWBRIDGE BOYS FARM +CA007038040 45.6167 -76.4667 168.0 QC SHAWVILLE +CA007038046 45.7667 -76.5000 166.0 QC SHAWVILLE WINSLOW +CA007038080 45.9667 -77.2500 137.0 QC SHEENBORO +CA007038350 46.9333 -75.1333 274.0 QC TAPINI FARM +CA007038500 45.6000 -75.2667 55.0 QC THURSO +CA007038587 45.9000 -75.6000 198.0 QC VAL DES BOIS +CA007038835 45.6000 -75.9000 152.0 QC WAKEFIELD +CA007038880 45.9167 -76.9167 113.0 QC WALTHAM +CA007038915 45.7167 -75.7000 175.0 QC WILSONS CORNERS +CA007038975 46.0667 -76.0500 142.0 QC WRIGHT +CA00703BBD2 46.0167 -75.0833 244.0 QC DUHAMEL +CA00703CFQD 47.4167 -74.8667 396.0 QC LAC PARENT +CA00703GDKB 46.0833 -74.5500 239.0 QC ST-JOVITE 71376 +CA007040440 49.1333 -68.2000 22.0 QC BAIE-COMEAU A +CA007040442 49.1333 -68.2000 22.0 QC BAIE-COMEAU A 71890 +CA007040444 49.1333 -68.2000 22.0 QC BAIE-COMEAU 71691 +CA007040445 49.2167 -68.1500 8.0 QC BAIE COMEAU CBA +CA007040446 47.4167 -70.5000 32.0 QC BAIE ST PAUL +CA0070404PA 47.7000 -70.2167 84.0 QC BARRIERE CLERMONT +CA007040680 48.9667 -68.6167 46.0 QC BERSIMIS +CA007040690 48.9500 -68.6500 18.0 QC BERSIMIS S +CA007040811 51.4167 -57.2000 8.0 QC BLANC SABLON +CA007040812 51.4167 -57.2167 19.0 QC BLANC SABLON +CA007040813 51.4500 -57.1833 37.0 QC BLANC-SABLON A 71808 +CA007040MGJ 48.4500 -70.7000 175.0 QC BARRIERE JALBERT +CA007040MLR 49.2333 -68.1833 69.0 QC BAIE COMEAU +CA007040MMN 50.2833 -62.8000 8.0 QC BAIE JOHAN BEETZ +CA007041020 47.4500 -70.4500 351.0 QC CAP AUX CORBEAUX +CA007041100 50.1667 -60.0667 7.0 QC CAPE WHITTLE 71374 +CA007041166 48.3667 -70.5333 7.0 QC CAP-ROUGE 71186 +CA007041177 47.0667 -70.7833 6.0 QC CAP TOURMENTE +CA007041312 47.2833 -70.6333 723.0 QC CHARLEVOIX (MRC) 71319 +CA007041330 46.9667 -71.0333 15.0 QC CHATEAU RICHER +CA007041382 50.4667 -59.6333 8.0 QC CHEVERY 71814 +CA007041530 49.1333 -68.3833 15.0 QC CHUTE AUX OUTARDES +CA007041710 50.1833 -66.6333 53.0 QC CLARKE CITY +CA007041717 47.6833 -70.2500 152.0 QC CLERMONT +CA007041JG6 47.0833 -70.7833 6.0 QC CAP-TOURMENTE 71384 +CA007042378 48.7333 -69.0833 76.0 QC FORESTVILLE +CA007042385 48.7500 -69.0833 69.0 QC FORESTVILLE NORD +CA007042388 47.3167 -71.1500 640.0 QC FORET MONTMORENCY +CA007042395 47.3167 -71.1500 673.0 QC FORET MONTMORENCY RCS 71212 +CA007042590 51.9500 -68.1333 567.0 QC GAGNON A +CA007042591 51.9667 -68.1667 549.0 QC GAGNONVILLE +CA007042724 50.2167 -60.6667 8.0 QC GETHSEMANIE +CA007042749 49.3167 -67.6167 30.0 QC GODBOUT +CA007042840 48.2500 -69.5167 61.0 QC GRANDES BERGERONNES +CA007042870 47.7500 -70.1167 366.0 QC GRAND FONDS +CA007043000 50.5333 -59.5000 8.0 QC HARRINGTON HARBOUR +CA007043012 50.2500 -63.5833 6.0 QC HAVRE ST PIERRE +CA007043017 50.2500 -63.6000 5.0 QC HAVRE ST PIERRE A +CA007043018 50.2833 -63.6000 38.0 QC HAVRE-SAINT-PIERRE A 71313 +CA007043019 50.2833 -63.6167 38.0 QC HAVRE ST. PIERRE 71584 +CA007043020 50.2833 -63.6000 38.0 QC HAVRE-SAINT-PIERRE A 71313 +CA007043540 49.3000 -69.5500 152.0 QC LABRIEVILLE B1 +CA007043542 49.1667 -69.2333 198.0 QC LABRIEVILLE B2 +CA007043543 49.3167 -69.5833 137.0 QC LABRIEVILLE 2 +CA007043713 47.7333 -70.7333 741.0 QC LA GALETTE +CA007043740 51.8667 -63.2833 561.0 QC LAKE EON +CA007043960 47.6667 -70.1500 23.0 QC LA MALBAIE +CA007043B79 50.2167 -64.2000 9.0 QC ILE AUX PERROQUETS 71375 +CA007043BP9 48.0667 -69.5500 6.0 QC ILE ROUGE 71426 +CA007043EE9 51.9000 -68.1667 533.0 QC LAC BARBELL +CA007044168 50.8333 -58.9667 8.0 QC LA TABATIERE +CA007044288 49.1167 -68.3833 15.0 QC LES BUISSONS +CA007044291 49.3500 -70.3667 610.0 QC LES CHAINONS +CA007044292 47.5000 -70.2500 267.0 QC LES EBOULEMENTS +CA007044328 50.2667 -64.2333 11.0 QC LONGUE-POINTE-DE-MINGAN 71512 +CA007044451 50.6500 -68.7333 168.0 QC MANIC 5 +CA007044453 49.3000 -68.4000 122.0 QC MANIC 2 LB1 +CA007044460 49.9667 -68.7500 335.0 QC MANIC MILLE 76 +CA007044470 50.6500 -68.8333 406.0 QC MANICOUAGAN A +CA007044760 51.8333 -62.8833 524.0 QC MECATINA R +CA007044960 51.9167 -65.8167 524.0 QC MILE 134 +CA007044980 50.2833 -64.1500 23.0 QC MINGAN +CA007044981 50.2833 -64.1333 22.0 QC MINGAN A +CA007045070 50.2167 -66.2000 46.0 QC MOISIE +CA007045326 47.0667 -70.9000 168.0 QC MONT STE-ANNE +CA007045398 50.1833 -61.7833 12.0 QC NATASHQUAN 71513 +CA007045400 50.1833 -61.8167 11.0 QC NATASHQUAN A +CA007045401 50.1833 -61.8000 11.0 QC NATASHQUAN A GSN 71813 +CA007045672 47.6667 -70.4167 267.0 QC NOTRE DAME DES MONTS +CA007045774 49.7000 -68.9167 290.0 QC OUTARDES 4 +CA007045910 49.7333 -67.1667 15.0 QC PENTECOTE +CA007046004 47.3167 -70.5667 15.0 QC PETITE RIV ST FRANCOIS +CA007046010 48.1833 -70.0500 122.0 QC PETIT SAGUENAY +CA007046059 48.1333 -69.7167 7.0 QC POINT DE L'ISLET 71190 +CA007046076 49.2833 -67.3667 3.0 QC POINTE DES MONTS +CA00704607C 48.2667 -70.1167 4.0 QC POINTE CLAVEAU 71189 +CA007046212 51.8833 -65.7333 610.0 QC POSTE MONTAGNAIS +CA007046296 50.4833 -67.4167 375.0 QC QCMR MILE 56 +CA007046297 51.0667 -67.5000 485.0 QC QCMR MILE 106 +CA007046298 51.5500 -67.4333 582.0 QC QCMR MILE 146 +CA007046580 53.2167 -67.1000 488.0 QC RIVIERE AUX PEKANS +CA007046619 48.2500 -70.4000 256.0 QC RIVIERE ETERNITE +CA007046663 51.2167 -58.6333 8.0 QC RIVIERE ST AUGUSTIN +CA007046735 48.2500 -69.8667 122.0 QC SACRE COEUR +CA007046837 47.0333 -70.9167 76.0 QC STE ANNE DE BEAUPRE +CA007046931 47.3667 -70.6167 373.0 QC ST CASSIEN DES CAPS +CA007047250 47.1167 -70.8333 229.0 QC ST FEREOL +CA007047257 47.7333 -70.0000 259.0 QC ST FIDELE +CA007047258 47.7333 -69.9833 252.0 QC ST FIDELE 2 +CA007047396 46.9167 -70.9167 31.0 QC ST JEAN (IO) +CA007047415 47.0667 -70.8333 8.0 QC ST JOACHIM +CA007047442 46.8667 -71.0500 61.0 QC ST LAURENT ILE D'ORLEANS +CA007047722 48.4000 -70.5333 205.0 QC STE ROSE DU NORD +CA007047735 47.8500 -69.8667 15.0 QC ST SIMEON +CA007047762 47.1500 -70.7667 320.0 QC ST TITE DES CAPS +CA007047770 47.5667 -70.5500 91.0 QC ST URBAIN +CA007047910 50.2167 -66.2667 55.0 QC SEPT-ILES A 71811 +CA007047912 50.2167 -66.2500 53.0 QC SEPT-ILES UA 71811 +CA007047914 50.2167 -66.2500 53.0 QC SEPT-ILES GSN 71279 +CA007048090 50.0333 -66.9000 76.0 QC SHELTER BAY +CA007048320 48.1500 -69.7000 70.0 QC TADOUSSAC +CA007048421 50.7000 -59.3167 9.0 QC TETE A LA BALEINE +CA007048N13 49.1667 -69.8333 442.0 QC TOUR LAC AUX PERLES +CA00704A0J9 50.7167 -67.5167 610.0 QC CAOTIBI +CA00704BC70 52.8000 -67.0833 594.0 QC FERMONT +CA00704C00H 49.2000 -68.3000 61.0 QC HAUTERIVE +CA00704C64L 51.8667 -63.2833 589.0 QC LAC EON 71421 +CA00704CBGH 47.3833 -70.3833 15.0 QC ILE AUX COUDRES +CA00704DB97 47.9000 -69.9333 137.0 QC LES PALISSADES +CA00704DB9E 48.3500 -69.4167 15.0 QC LES ESCOUMINS +CA00704DFLR 50.2833 -65.9667 5.0 QC MATAMEK +CA00704F0PN 49.3167 -67.3833 6.0 QC POINTE-DES-MONTS 71427 +CA00704FEG0 50.2833 -64.7833 15.0 QC RIVIERE AU TONNERRE +CA00704FFF5 50.3000 -64.3167 15.0 QC RIVIERE ST JEAN +CA00704GBFF 46.9833 -70.8333 49.0 QC ST FRANCOIS IO +CA00704GC09 47.6000 -70.4000 412.0 QC ST HILARION +CA00704GG90 48.5500 -69.2500 47.0 QC SAULT AU MOUTON +CA00704HE0G 50.0833 -67.9500 274.0 QC TOULNUSTOUC +CA00704J01E 51.0667 -67.4833 488.0 QC CAMP M-107 +CA00704J0AF 50.0167 -67.3833 107.0 QC CAMP PROFOND +CA00704Q003 50.1667 -66.4333 24.0 QC POINTE NOIRE CS 71390 +CA00704S001 49.2667 -68.1500 130.0 QC BAIE-COMEAU 71829 +CA007050085 48.3000 -67.3500 335.0 QC ALBERTVILLE +CA007050100 47.2167 -61.9667 15.0 QC AMHERST ISLAND CDA EPF +CA007050140 48.5167 -67.4500 183.0 QC AMQUI +CA007050145 48.4667 -67.4333 166.0 QC AMQUI 71386 +CA007050195 48.9333 -64.2833 61.0 QC ANSE AU GRIFFON +CA007050198 49.1000 -61.7000 9.0 QC ANTICOSTI HEATH POINT +CA007050200 49.4000 -63.5500 7.0 QC ANTICOSTI SW POINT +CA007050210 49.8667 -64.5333 9.0 QC ANTICOSTI WEST POINT +CA007050240 46.7500 -70.5333 358.0 QC ARMAGH +CA007050245 46.7167 -70.6167 312.0 QC ARMAGH STATION +CA007050455 47.6500 -69.5167 198.0 QC BARRAGE LAC MORIN +CA007050460 48.1833 -68.0167 320.0 QC BARRAGE MISTIGOUGECHE +CA007050463 48.3333 -67.9000 267.0 QC BARRAGE MITIS +CA007050675 48.6667 -66.1500 152.0 QC BERRY MOUNTAIN +CA007050760 48.3667 -68.7000 18.0 QC BIC +CA007050762 48.4000 -68.6667 23.0 QC BIC +CA007050790 47.8500 -61.1333 32.0 QC BIRD ROCKS +CA007050817 48.0500 -65.4833 20.0 QC BONAVENTURE +CA007050MGC 48.3667 -67.9333 236.0 QC BARRIERE MITIS +CA007050MM5 48.7000 -67.8333 99.0 QC BAIE DES SABLES +CA007051040 49.0833 -66.7500 37.0 QC CAP CHAT +CA007051041 49.1000 -66.7000 31.0 QC CAP CHAT DELVAL +CA007051042 49.1167 -66.6500 15.0 QC CAP CHAT EST +CA007051050 48.4167 -64.3167 15.0 QC CAP-D'ESPOIR 71429 +CA007051055 48.8500 -64.2000 15.0 QC CAP DES ROSIERS +CA0070510M0 49.0833 -66.7333 35.0 QC CAP CHAT (AUT) +CA007051120 48.1000 -65.6833 23.0 QC CAPLAN +CA007051160 49.2333 -65.3167 2.0 QC CAP MADELEINE +CA007051163 49.2500 -65.3167 29.0 QC CAP-MADELEINE 71425 +CA007051175 49.0167 -66.4000 229.0 QC CAP SEIZE +CA007051186 48.1167 -66.1333 12.0 QC CARLETON +CA007051188 48.7000 -66.2167 12.0 QC CASCAPEDIA +CA007051200 48.3667 -67.2333 168.0 QC CAUSAPSCAL +CA007051240 48.5000 -67.1667 332.0 QC CAUSAPSCAL RECHERCHES +CA007051292 48.3500 -64.6833 38.0 QC CHANDLER +CA007051940 48.9000 -64.6000 21.0 QC CORTEREAL +CA007051970 48.6500 -67.2667 99.0 QC DEPOT JOHN +CA007052310 49.1000 -64.6000 54.0 QC FAME POINT +CA007052316 48.8667 -64.4500 15.0 QC FAREWELL COVE +CA007052600 48.8333 -64.4833 30.0 QC GASPE +CA007052605 48.7833 -64.4833 34.0 QC GASPE A 71188 +CA007052609 49.1167 -64.7000 27.0 QC GASPE 2 +CA007052820 48.3833 -64.5333 8.0 QC GRANDE RIVIERE +CA007052865 49.2000 -65.1500 8.0 QC GRANDE VALLEE +CA007052960 47.3833 -61.8667 60.0 QC GRINDSTONE ISLAND +CA007052C09 48.6833 -66.7833 337.0 QC ETANG A LA TRUITE +CA007053009 47.2333 -61.8500 15.0 QC HAVRE-AUBERT +CA007053010 47.4167 -61.8000 15.0 QC HAVRE AUX MAISONS +CA007053038 49.0833 -61.7000 7.0 QC HEATH POINT 71423 +CA007053140 46.6833 -70.8500 175.0 QC HONFLEUR +CA007053380 47.5833 -69.8500 9.0 QC KAMOURASKA +CA007053649 48.2833 -67.5667 236.0 QC LAC HUMQUI +CA007053935 48.1333 -66.7000 290.0 QC L'ALVERNE +CA007053980 47.0333 -70.3500 63.0 QC LAMARTINE +CA007053KGR 47.4333 -61.7667 8.0 QC ILES DE LA MADELEINE 71710 +CA007054095 47.3500 -70.0333 31.0 QC LA POCATIERE CDA +CA007054096 47.3500 -70.0333 31.0 QC LA POCATIERE GSN 71713 +CA007054278 48.9500 -66.1333 229.0 QC LE GITE +CA007054296 49.0500 -66.6833 15.0 QC LES FONDS +CA007054355 48.5167 -68.3667 38.0 QC LUCEVILLE +CA007054448 49.2333 -65.4333 30.0 QC MANCHE D'EPEE +CA007054640 48.8500 -67.4667 30.0 QC MATANE +CA007054680 47.9667 -66.9333 16.0 QC MATAPEDIA +CA007054975 48.9833 -66.0167 780.0 QC MINE MADELEINE +CA007055104 47.5667 -69.3833 657.0 QC MONT BLEU +CA007055120 48.6000 -68.2167 52.0 QC MONT-JOLI A 71718 +CA007055121 48.6167 -68.2000 52.0 QC MONT JOLI A 71718 +CA007055180 48.9000 -66.6333 1128.0 QC MONT LOGAN +CA007055200 49.2333 -65.7333 15.0 QC MONT LOUIS +CA007055210 46.9667 -70.5833 15.0 QC MONTMAGNY +CA007055380 48.9500 -65.5167 575.0 QC MURDOCHVILLE +CA007055420 48.0333 -65.2667 45.0 QC NEW CARLISLE +CA007055422 48.0167 -65.3333 46.0 QC NEW CARLISLE 1 71619 +CA007055430 48.1667 -65.8000 47.0 QC NEW RICHMOND +CA007055675 47.6000 -68.8000 320.0 QC NOTRE DAME DU LAC +CA007055685 46.8333 -70.4000 373.0 QC NOTRE DAME DU ROSAIRE +CA007055705 48.1000 -66.3000 7.0 QC NOUVELLE +CA007055770 48.3167 -68.2000 305.0 QC OUIMET +CA007055790 48.9833 -66.3667 208.0 QC PARC DE LA GASPESIE +CA007055793 48.6333 -68.1333 15.0 QC PARC METIS +CA007055808 47.5667 -69.5167 282.0 QC PARKE +CA007055920 48.5167 -64.2000 88.0 QC PERCE +CA007056003 48.8667 -67.4500 3.0 QC PETITE MATANE +CA007056067 48.5000 -68.4833 8.0 QC POINTE AU PERE +CA007056068 48.5167 -68.4667 5.0 QC POINTE-AU-PERE (INRS) 71554 +CA0070560GF 49.2000 -64.9333 6.0 QC POINTE FREGATE +CA007056120 48.1500 -64.9833 69.0 QC PORT DANIEL +CA007056200 49.8167 -64.3500 6.0 QC PORT MENIER +CA007056201 49.8500 -64.4500 34.0 QC PORT MENIER +CA007056202 49.8333 -64.3000 55.0 QC PORT-MENIER 71810 +CA007056240 48.6000 -68.1333 73.0 QC PRICE +CA007056480 48.4500 -68.5167 36.0 QC RIMOUSKI +CA007056563 49.0167 -64.4000 41.0 QC RIVIERE AU RENARD +CA007056600 47.4333 -69.0333 213.0 QC RIVIERE BLEUE +CA007056615 47.8000 -69.5500 148.0 QC RIVIERE DU LOUP +CA007056616 47.8000 -69.5500 147.0 QC RIVIERE-DU-LOUP 71715 +CA007056640 47.4000 -69.6500 308.0 QC RIVIERE MANIE +CA007056695 48.9333 -66.8000 396.0 QC ROMIEU SUD +CA007056814 47.9833 -67.0667 274.0 QC ST ALEXIS DE MATAPEDIA +CA007056850 49.1333 -66.4667 15.0 QC STE ANNE DES MONTS +CA007056870 47.8000 -69.4500 152.0 QC RIVIERE-DU-LOUP / ST-ANTONIN +CA007056890 47.9500 -69.3833 76.0 QC ST ARSENE +CA007056922 47.4500 -69.7833 198.0 QC ST BRUNO KAMOURASKA +CA007056930 46.4833 -70.2167 396.0 QC ST CAMILLE +CA007056970 48.3333 -68.0500 323.0 QC ST CHARLES GARNIER +CA007057024 47.9167 -69.1000 259.0 QC ST CLEMENT +CA007057089 48.6500 -67.8167 191.0 QC ST DAMASE DE MATANE +CA007057090 47.2000 -70.1333 274.0 QC ST DAMASE DES AULNAIES +CA007057145 47.4833 -69.2833 290.0 QC ST ELEUTHERE +CA007057160 48.1833 -65.3500 229.0 QC ST ELZEAR DE BONAVENTURE +CA007057269 48.4833 -68.1500 259.0 QC ST GABRIEL +CA007057287 46.4167 -70.4667 511.0 QC STE GERMAINE +CA007057304 48.0500 -68.8167 320.0 QC ST GUY +CA007057393 48.2000 -66.3333 320.0 QC ST JEAN DE BREBEUF DUGAL +CA007057395 48.8833 -67.1167 351.0 QC ST JEAN DE CHERBOURG +CA007057515 46.7333 -70.0167 373.0 QC STE LUCIE +CA007057518 46.5500 -70.8167 221.0 QC ST MALACHIE +CA007057525 48.3167 -67.1000 445.0 QC SAINTE MARGUERITE MARIE +CA007057567 46.8667 -70.8833 69.0 QC SAINT MICHEL +CA007057574 47.8500 -69.3833 152.0 QC ST MODESTE +CA007057590 48.9833 -66.5500 381.0 QC ST OCTAVE DE L'AVENIR +CA007057600 46.9667 -69.7833 388.0 QC ST PAMPHILE +CA007057625 47.5333 -69.8167 31.0 QC ST PASCAL +CA007057645 48.9167 -66.8333 381.0 QC ST PAULIN D'ALIBAIRE +CA007057650 47.0500 -69.9333 411.0 QC STE PERPETUE +CA007057652 46.6667 -70.4167 450.0 QC ST PHILEMON +CA007057680 46.8167 -70.7500 107.0 QC ST RAPHAEL +CA007057692 48.6833 -67.3833 61.0 QC ST RENE DE MATANE +CA007057720 47.5667 -68.6333 151.0 QC STE ROSE DU DEGELIS +CA007057775 46.8333 -70.8333 91.0 QC ST VALLIER +CA007058220 47.8833 -68.7000 198.0 QC SQUATECK +CA007058520 48.1333 -68.4833 262.0 QC TRINITE DES MONTS +CA007058560 48.1500 -69.1167 58.0 QC TROIS PISTOLES +CA007058565 48.6833 -66.7833 337.0 QC TROUT RIVER DEPOT +CA007058590 48.5167 -64.3833 91.0 QC VAL D ESPOIR +CA007058840 48.8500 -64.6167 15.0 QC WAKEHAM +CA00705C2G9 47.4167 -61.7833 11.0 QC ILES DE LA MADELEINE A 71709 +CA00705ECH0 48.9500 -65.5167 625.0 QC MURDOCHVILLE HOLLAND +CA00705GE9G 47.3833 -69.9500 84.0 QC ST PACOME +CA00705KL75 48.9333 -64.6500 15.0 QC FONTENELLE +CA00705LG09 48.2500 -68.7833 148.0 QC LADRIERE +CA00705LKPQ 48.4167 -68.9000 7.0 QC ILE BICQUETTE 71385 +CA00705QEA6 47.5833 -69.3667 618.0 QC TOUR PELLETIER +CA00705S002 49.1167 -66.6500 5.0 QC CAP-CHAT 71428 +CA007060070 49.3000 -73.8500 404.0 QC AIGREMONT +CA007060080 48.8833 -72.4500 152.0 QC ALBANEL +CA007060320 48.4333 -71.1667 102.0 QC ARVIDA +CA007060400 48.3333 -71.0000 159.0 QC BAGOTVILLE A GSN 71727 +CA007060474 49.5000 -74.1667 396.0 QC BARRIERE N CHIBOUGAMAU +CA007060479 49.2500 -72.3000 335.0 QC BARRIERE 3 RAT RIVER RD +CA00706047H 48.8167 -72.7333 198.0 QC BARRIERE SUD LA DORE +CA007060825 50.7333 -71.0500 506.0 QC BONNARD +CA007060826 50.7333 -71.0167 498.0 QC BONNARD 1 71383 +CA007060DPC 48.9000 -71.7667 168.0 QC BARRIERE MILOT +CA007060M7A 49.4500 -71.3833 320.0 QC BARRIERE ETIENNICHE +CA007061288 49.2833 -73.3500 304.0 QC CHAMOUCHOUANE 71523 +CA007061368 49.2833 -73.6333 366.0 QC CHEMIN CHIBOUGAMAU +CA007061372 49.4167 -71.4000 366.0 QC CHEMIN CHUTE DES PASSES +CA007061440 48.4167 -71.0833 15.0 QC CHICOUTIMI +CA007061441 48.4167 -71.0833 175.0 QC CHICOUTIMI OUEST +CA007061442 48.4167 -71.0500 76.0 QC CHICOUTIMI UNIVERSITE +CA007061475 48.7833 -71.8500 140.0 QC CHUTE A LA SAVANE +CA007061480 48.5167 -71.2500 188.0 QC CHUTE A MURDOCK +CA007061520 48.6500 -71.2000 152.0 QC CHUTE AUX GALETS +CA007061541 49.8333 -71.1667 398.0 QC CHUTE-DES-PASSES 71522 +CA007061542 49.8167 -71.1500 267.0 QC CHUTE DES PASSES 2 +CA007061560 48.7500 -71.7000 174.0 QC CHUTE DU DIABLE +CA007062020 48.8833 -72.2333 127.0 QC DOLBEAU +CA007062368 48.2000 -70.8333 198.0 QC FERLAND +CA007063040 48.4500 -71.6667 157.0 QC HEBERTVILLE +CA007063090 49.0667 -72.6000 183.0 QC HEMON +CA007063320 48.5833 -71.6333 76.0 QC ISLE MALIGNE +CA007063370 48.4333 -71.1500 136.0 QC JONQUIERE 71617 +CA007063400 48.4167 -71.2500 116.0 QC KENOGAMI +CA007063560 48.2167 -72.1667 358.0 QC LAC BOUCHETTE +CA007063610 48.1833 -72.2500 358.0 QC LAC DES COMMISSAIRES +CA007063647 48.0000 -70.7833 503.0 QC LAC HA HA +CA007063683 48.9000 -71.0333 305.0 QC LAC ONATCHIWAY +CA007063684 49.2833 -70.9833 351.0 QC LAC PAMOUSCACHIOU +CA007063690 48.4167 -71.7500 152.0 QC LAC STE CROIX +CA007064180 48.3000 -71.1333 152.0 QC LATERRIERE +CA007064181 48.3000 -71.1333 163.0 QC LATERRIERE 71040 +CA007064620 50.6333 -70.5333 495.0 QC MANUAN LAKE +CA007064890 48.2667 -71.6833 384.0 QC MESY +CA007064993 49.3167 -72.0333 244.0 QC MISTASSIBI +CA007064998 48.8500 -72.2000 122.0 QC MISTASSINI +CA007065012 48.6000 -71.7167 113.0 QC MISTOOK 71381 +CA007065100 47.9667 -71.4167 549.0 QC MONT APICA +CA007065383 48.5167 -71.2500 91.0 QC MURDOCK WILSON +CA007065639 48.8500 -72.5500 137.0 QC NORMANDIN 71379 +CA007065640 48.8500 -72.5333 137.0 QC NORMANDIN CDA +CA007065667 49.0667 -72.3167 183.0 QC NOTRE DAME DE LORETTE +CA007065738 48.9000 -71.0333 304.0 QC ONATCHIWAY 71387 +CA007065840 49.8833 -71.2667 457.0 QC PASSE DANGEREUSE DAM +CA007065960 48.7667 -72.0333 103.0 QC PERIBONCA +CA007066080 48.3000 -71.2167 165.0 QC PORTAGE DES ROCHES +CA007066550 48.0000 -71.0000 518.0 QC RIVIERE A MARS +CA007066583 49.4167 -72.2000 186.0 QC RIVIERE AUX RATS +CA007066623 49.1500 -71.1833 351.0 QC RIVIERE JOLY +CA007066685 48.5167 -72.2667 179.0 QC ROBERVAL A 71728 +CA007066688 48.5333 -72.2333 102.0 QC ROBERVAL NORD +CA007066820 48.5667 -71.3333 122.0 QC ST AMBROISE +CA007067060 48.6333 -71.7167 107.0 QC ST COEUR DE MARIE +CA007067240 48.6500 -72.4500 112.0 QC ST FELICIEN +CA007067460 48.6667 -71.5167 131.0 QC ST LEON DE LABRECQUE +CA007067658 48.6167 -72.4167 122.0 QC ST PRIME +CA007068160 48.4500 -71.2167 23.0 QC SHIPSHAW +CA007068696 47.9500 -72.1667 394.0 QC VAN BRUYSSEL +CA00706CEE5 49.2500 -71.4667 457.0 QC LAC ALEX +CA00706CFH0 49.3667 -74.1167 384.0 QC LAC NICAUBA S +CA00706CP09 48.7667 -72.7167 183.0 QC LA DORE +CA00706FFA0 48.9833 -73.3000 335.0 QC RIVIERE CHIGOUBICHE +CA00706I001 51.5333 -71.1167 549.0 QC LAC BENOIT 71520 +CA00706I155 50.6500 -70.5333 497.0 QC MANOUANE EST 71521 +CA00706KC09 48.6333 -71.1333 198.0 QC FALARDEAU +CA00706Q001 48.3000 -70.9167 152.0 QC LA BAIE 71388 +CA007070448 47.5500 -74.1833 421.0 QC BARRAGE A LAC KEMPT +CA007070450 47.3833 -73.0333 206.0 QC BARRAGE CICONCINE +CA007070451 47.7667 -73.9000 383.0 QC BGE C LAC CHATEAUVERT +CA007070454 48.3500 -74.1000 404.0 QC BARRAGE GOUIN +CA007070456 46.8500 -73.6500 366.0 QC BARRAGE MATTAWIN +CA007070464 47.4500 -73.9333 457.0 QC BARRAGE MONDONAC +CA007070595 48.6833 -74.0167 412.0 QC BELLE PLAGE +CA007070DP6 46.6000 -74.1667 412.0 QC BARRIERE ST GUILLAUME +CA007070ME4 48.3500 -74.1000 404.0 QC BARRAGE GOUIN S +CA007071720 48.1167 -75.3667 423.0 QC CLOVA +CA007072816 47.1000 -72.9333 119.0 QC GRANDE ANSE +CA007073652 46.9833 -73.1833 320.0 QC LAC INMAN +CA007073672 48.0833 -73.1167 366.0 QC LAC MARTEL +CA007074240 47.4000 -72.7833 152.0 QC LA TUQUE +CA007074600 47.9000 -73.8000 357.0 QC MANOUAN SANMAUR +CA007074601 47.9000 -73.8000 357.0 QC MANOUAN SANMAUR 2 +CA007075720 48.6333 -74.9333 408.0 QC OBIDJUAN +CA007075750 48.1167 -75.2000 415.0 QC OSKELANEO +CA007075751 48.1167 -75.1667 396.0 QC OSKELANEO 1 +CA007075799 47.9167 -74.6167 410.0 QC PARENT S +CA007075800 47.9167 -74.6167 445.0 QC PARENT 71726 +CA007075801 47.8833 -74.6833 628.0 QC PARENT +CA007076360 47.8000 -72.9667 277.0 QC RAPIDE BLANC +CA007077570 46.6833 -73.9167 351.0 QC ST MICHEL DES SAINTS +CA007077571 46.8167 -74.1000 430.0 QC SAINT-MICHEL-DES-SAINTS 71737 +CA007077790 47.8833 -73.8000 357.0 QC SANMAUR +CA00707DBD4 47.4167 -72.7833 169.0 QC LA TUQUE 71378 +CA00707DBDD 47.4000 -72.7833 168.0 QC LA TUQUE S +CA007080449 47.3167 -76.4667 366.0 QC BARRAGE CABONGA +CA007080452 47.5500 -79.2333 267.0 QC BARRAGE ANGLIERS +CA007080468 46.7167 -79.1000 181.0 QC BARRAGE TEMISCAMINGUE 71732 +CA007080600 47.3833 -78.7000 322.0 QC BELLETERRE +CA007081000 48.2167 -78.3833 321.0 QC CADILLAC +CA007081002 48.2000 -78.3333 325.0 QC CADILLAC +CA007082880 47.8333 -77.3667 329.0 QC GRAND LAC VICTORIA +CA007083480 47.0500 -79.2667 280.0 QC KIPAWA LANIEL +CA007083620 46.9833 -76.4833 387.0 QC LAC DES LOUPS A +CA007083630 47.6333 -77.3000 351.0 QC LAC DOZOIS (BGE BOURQUE) +CA007084276 47.0333 -76.5333 366.0 QC LE DOMAINE +CA007084560 48.5500 -78.4833 311.0 QC MANNEVILLE +CA007085102 48.0500 -79.2667 290.0 QC MONTBEILLARD +CA007085106 48.4167 -78.7333 305.0 QC MONT BRUN +CA007085345 46.7833 -78.9833 274.0 QC MOOSE BAY KIPAWA +CA007085560 48.2500 -79.0167 287.0 QC NORANDA +CA007085600 48.2833 -79.0000 293.0 QC NORANDA LAKE DUFAULT +CA007085682 47.6167 -79.4500 215.0 QC NOTRE DAME DU NORD +CA007086380 46.2000 -77.7000 137.0 QC RAPIDE DES JOACHIMS +CA007086400 47.7667 -78.3000 311.0 QC RAPIDE-SEPT +CA007086440 47.9333 -78.5667 290.0 QC RAPIDE NO 2 +CA007086452 46.8500 -78.6167 274.0 QC RED PINE CHUTE +CA007086460 47.7167 -79.2333 290.0 QC REMIGNY +CA007086630 48.2167 -78.8667 290.0 QC RIVIERE KINOJEVIS +CA007086697 48.6333 -79.4500 269.0 QC ROQUEMAURE +CA007086716 48.2500 -79.0333 318.0 QC ROUYN 71734 +CA007086717 48.2833 -78.9667 290.0 QC ROUYN +CA007086718 48.3000 -78.9167 274.0 QC ROUYN +CA007086720 48.2167 -78.8333 301.0 QC ROUYN A +CA007088760 47.3500 -79.4333 213.0 QC VILLE MARIE +CA00708B309 48.2500 -79.1000 302.0 QC EVAIN +CA00708DBCE 47.4333 -79.0167 274.0 QC LATULIPE +CA00708FGB0 48.2167 -78.8667 287.0 QC ROUYN MCWATTERS +CA007090050 48.7167 -79.3667 259.0 QC ABITIBI POST +CA007090120 48.5667 -78.1333 310.0 QC AMOS +CA007090470 48.3667 -77.6500 305.0 QC BARRAUTE +CA007090473 47.8667 -77.3333 317.0 QC BARRIERE LOUVICOURT +CA007090520 48.4167 -77.4667 319.0 QC BARVILLE +CA007090866 49.8000 -78.9500 259.0 QC BROUILLAN +CA007090960 49.8333 -74.4167 382.0 QC CACHE LAKE +CA007091295 49.7833 -74.8667 402.0 QC CHAPAIS +CA007091299 49.8167 -74.9833 381.0 QC CHAPAIS 71824 +CA007091305 49.7833 -74.8500 396.0 QC CHAPAIS 2 +CA007091399 49.7667 -74.5333 387.0 QC CHIBOUGAMAU-CHAPAIS A 71822 +CA007091400 49.9167 -74.3667 378.0 QC CHIBOUGAMAU +CA007091401 49.8167 -74.4167 402.0 QC CHIBOUGAMAU A +CA007091404 49.7667 -74.5333 387.0 QC CHIBOUGAMAU CHAPAIS A 71822 +CA007091920 49.0000 -74.4167 427.0 QC COOPER LAKE +CA007091984 49.5167 -76.1667 290.0 QC DESMARAISVILLE +CA007091985 48.5500 -79.0333 335.0 QC DESTOR +CA007092130 48.2167 -76.6167 377.0 QC DOUCET +CA007092305 52.2500 -78.5167 6.0 QC EASTMAIN +CA007092395 48.2333 -76.4333 375.0 QC FORSYTHE +CA007092480 53.8333 -79.0000 7.0 QC FORT GEORGE +CA007092524 51.4833 -78.7500 12.0 QC FORT RUPERT +CA007093055 53.4500 -77.5000 152.0 QC HELENE +CA007093376 49.4667 -78.3000 290.0 QC JOUTEL +CA007093585 49.8167 -74.4333 351.0 QC LAC CACHE +CA007093593 49.5000 -74.3333 366.0 QC LAC CHARRON +CA007093680 49.4167 -74.3333 381.0 QC LAC NICAUBA +CA007093707 53.7833 -76.7833 274.0 QC LAC 76475347 SITE 1 +CA007093710 48.5833 -78.1667 320.0 QC LA FERME +CA007093714 53.7500 -73.6833 306.0 QC LA GRANDE 4 71003 +CA007093715 53.6333 -77.7000 195.0 QC LA GRANDE RIVIERE A GSN 71827 +CA007093716 53.6333 -77.7000 195.0 QC LA GRANDE RIVIERE A 71827 +CA007093GJ3 53.7500 -73.6833 306.0 QC LA GRANDE IV A +CA007093GJ5 53.7500 -73.6833 306.0 QC LA GRANDE IV GSN 71823 +CA007093P1L 53.7167 -75.9500 244.0 QC LA GRANDE LG3 +CA007094026 48.6167 -77.6167 297.0 QC LA MORANDIERE +CA007094120 48.7833 -79.2167 244.0 QC LA SARRE +CA007094121 48.7833 -79.1000 290.0 QC LA SARRE +CA007094275 49.0500 -76.9667 305.0 QC LEBEL SUR QUEVILLON +CA007094636 49.7667 -77.8000 280.0 QC MATAGAMI 71947 +CA007094637 49.7500 -77.8000 281.0 QC MATAGAMI A 71821 +CA007094638 49.7333 -77.6333 256.0 QC MATAGAMI +CA007094639 49.7667 -77.8167 281.0 QC MATAGAMI A +CA007094840 48.4000 -77.0833 417.0 QC MEGISCANE +CA007094985 49.4167 -76.4500 305.0 QC MIQUELON +CA007095000 50.4167 -73.8833 380.0 QC MISTASSINI POST +CA007095409 51.3167 -77.0167 231.0 QC NEMISCAU +CA007095480 53.2000 -70.9000 536.0 QC NITCHEQUON +CA007095700 53.0000 -78.8167 9.0 QC NOUVEAU COMPTOIR +CA007095740 49.7833 -74.8667 315.0 QC OPEMISKA +CA007095785 48.6667 -79.1667 276.0 QC PALMAROLLE +CA007096007 52.3667 -76.7667 276.0 QC PETIT LAC OPINACA +CA007096205 49.4833 -75.3000 381.0 QC POSTE DE CHAPAIS +CA007096215 48.6833 -78.9833 290.0 QC POULARIES +CA007096230 48.2333 -76.7333 366.0 QC PRESSE +CA007096375 49.0167 -77.0667 280.0 QC RAPIDE DES CEDRES +CA007096462 49.7833 -75.8667 335.0 QC RENAULT +CA007096618 52.3167 -77.1000 247.0 QC RIVIERE EASTMAIN +CA007096621 48.2000 -78.1333 305.0 QC RIVIERE HEVA +CA007096650 52.3333 -77.0833 183.0 QC RIVIERE MICHEL +CA007096669 50.9500 -73.0333 412.0 QC RIVIERE TEMISCAMIE +CA007097888 48.4000 -77.2500 316.0 QC SENNETERRE +CA007097900 48.3333 -77.2667 310.0 QC SENNETERRE +CA007097906 48.3667 -77.2333 314.0 QC SENNETERRE (RADAR) +CA007098360 48.6667 -78.7000 310.0 QC TASCHEREAU +CA007098362 48.6667 -78.6833 317.0 QC TASCHEREAU 2 +CA007098600 48.0500 -77.7833 337.0 QC VAL-D'OR A 71725 +CA007098603 48.0500 -77.7833 336.0 QC VAL-D'OR A 71725 +CA007098605 48.0500 -77.7833 337.0 QC VAL D'OR 71941 +CA0070986RN 48.9833 -79.1333 290.0 QC VAL ST GILLES +CA00709A0J4 53.5500 -77.6667 175.0 QC CAMP DES PINS +CA00709BBDH 48.5167 -79.2667 290.0 QC DUPARQUET +CA00709C71L 53.8333 -73.5000 335.0 QC LA GRANDE LG4 +CA00709CEE9 48.8000 -78.2833 305.0 QC LAC BERRY +CA00709CNEN 50.7167 -77.6833 229.0 QC LAC ALLARD +CA00709CNN6 53.5667 -77.6167 152.0 QC LAC ATTILA +CA00709FFG0 48.9833 -79.1667 284.0 QC RIVIERE TURGEON +CA00709J0A4 52.1833 -77.1500 244.0 QC CAMP DES SAULES +CA00709LNR0 53.0333 -77.3667 229.0 QC LAC CARAVAN +CA00709M332 48.0667 -77.3833 320.0 QC LOUVICOURT +CA007103280 58.4667 -78.0833 25.0 QC INUKJUAK 71306 +CA007103282 58.4667 -78.0833 24.0 QC INUKJUAK UA GSN 71907 +CA007103283 58.4667 -78.0833 26.0 QC INUKJUAK A +CA007103536 55.2833 -77.7500 10.0 QC KUUJJUARAPIK A +CA007106220 60.0333 -77.2667 15.0 QC POVUNGNITUK +CA00710S005 58.4667 -78.0833 26.0 QC INUKJUAK A 71907 +CA007110370 61.8000 -73.9500 484.0 QC ASBESTOS HILL +CA007110830 55.3333 -63.2167 465.0 QC BORDER A +CA007110831 55.3333 -63.2167 479.0 QC BORDER (AUT) +CA007110DMF 61.6000 -71.9667 6.0 QC BAIE WAKEHAM +CA007111080 61.0833 -69.5500 73.0 QC CAPE HOPES ADVANCE +CA007111955 62.1167 -74.6167 31.0 QC DECEPTION BAY +CA007112249 54.8333 -69.8833 533.0 QC DUPLANTER +CA007112520 56.8833 -69.0500 76.0 QC FORT MCKENZIE +CA007113150 59.3333 -69.7667 47.0 QC HOPES ADVANCE BAY +CA007113280 56.2333 -64.7333 311.0 QC INDIAN HOUSE LAKE +CA007113534 58.1000 -68.4167 40.0 QC KUUJJUAQ A GSN 71906 +CA007115800 61.3167 -73.6667 503.0 QC PARC NATIONAL DES PINGUALUIT 71976 +CA007115880 60.1000 -71.0667 503.0 QC PAYNE RIVER +CA007116270 61.0500 -69.6333 30.0 QC QUAQTAQ +CA007116505 57.9167 -72.9833 171.0 QC RIVIERE AUX FEUILLES GSN 71743 +CA007117823 54.8000 -66.8000 521.0 QC SCHEFFERVILLE 71921 +CA007117825 54.8000 -66.8167 522.0 QC SCHEFFERVILLE A GSN 71828 +CA007117827 54.8000 -66.8000 517.0 QC SCHEFFERVILLE A 71828 +CA00711Q2H7 62.2000 -75.6333 15.0 QC SUGLUK +CA008100100 45.9833 -66.3667 54.0 NB ACADIA FOREST EXP ST +CA008100105 46.7333 -65.2833 61.0 NB ACADIEVILLE +CA008100200 45.6000 -64.9500 43.0 NB ALMA +CA008100300 46.7167 -67.7167 80.0 NB AROOSTOOK +CA008100350 46.7500 -67.4667 215.0 NB ARTHURETTE BIRCH RIDGE +CA008100400 47.1000 -65.7333 279.0 NB ASHTON HILL +CA008100430 45.8833 -64.8167 183.0 NB BALTIMORE +CA008100467 47.8000 -64.8333 5.0 NB BAS CARAQUET 71598 +CA008100468 47.8000 -64.8667 11.0 NB BAS CARAQUET +CA008100500 47.6167 -65.6500 12.0 NB BATHURST +CA008100502 47.6167 -65.6500 5.0 NB BATHURST +CA008100503 47.6333 -65.7500 59.0 NB BATHURST A 71574 +CA008100512 46.5333 -67.6667 91.0 NB BEECHWOOD +CA008100514 47.9000 -65.8333 8.0 NB BELLEDUNE +CA008100515 47.9000 -65.8333 8.0 NB BELLEDUNE CS +CA008100516 45.9167 -64.8833 107.0 NB BERRYTON +CA008100518 47.7500 -65.0667 23.0 NB BERTRAND +CA008100525 47.2000 -66.4333 23.0 NB BIG BALD MOUNTAIN +CA008100550 45.6167 -66.5500 22.0 NB BLISSVILLE +CA008100558 47.8000 -66.3000 160.0 NB BLUE MOUNTAIN TOWER +CA008100566 46.6500 -67.5833 450.0 NB BON ACCORD +CA008100570 45.5000 -67.1167 84.0 NB BROCKWAY +CA008100583 47.4833 -65.8833 213.0 NB BRUNSWICK MINES +CA008100590 46.5167 -64.7167 11.0 NB BUCTOUCHE +CA008100592 46.4333 -64.7667 36.0 NB BUCTOUCHE CDA +CA008100593 46.4333 -64.7667 36.0 NB BUCTOUCHE CDA CS 71666 +CA008100600 47.2000 -65.1333 8.0 NB BURNT CHURCH +CA008100601 47.2333 -65.1333 15.0 NB BURNT CHURCH +CA008100700 48.0000 -66.6667 8.0 NB CAMPBELLTON +CA008100701 48.0000 -66.6833 26.0 NB CAMPBELLTON POWER ST +CA008100770 47.6833 -65.3833 34.0 NB CANOBIE +CA008100775 45.8833 -67.4667 174.0 NB CANTERBURY +CA008100779 46.1833 -64.2333 31.0 NB CAP PELE +CA008100785 47.8000 -64.9333 18.0 NB CARAQUET +CA008100850 46.3833 -67.7000 143.0 NB CENTREVILLE +CA008100880 47.9833 -66.3333 40.0 NB CHARLO A +CA008100885 47.9833 -66.3333 42.0 NB CHARLO AUTO 71315 +CA008100900 47.9667 -66.4833 17.0 NB CHARLO FALLS +CA008100989 47.0167 -65.4667 33.0 NB MIRAMICHI RCS 71744 +CA008100990 47.0500 -65.4833 30.0 NB CHATHAM +CA008101000 47.0167 -65.4667 33.0 NB MIRAMICHI A +CA008101020 47.0500 -65.4667 4.0 NB CHATHAM NBEPC +CA008101098 46.1833 -65.8667 11.0 NB CHIPMAN +CA008101100 46.1833 -65.8667 11.0 NB CHIPMAN +CA008101150 45.3167 -66.0333 4.0 NB COLDBROOK +CA008101151 45.1500 -66.2000 31.0 NB COLESON COVE +CA008101152 45.8000 -65.6500 250.0 NB COLLINA +CA008101153 46.0333 -64.3333 37.0 NB COOKVILLE +CA008101170 48.0667 -66.3667 12.0 NB DALHOUSIE +CA008101178 45.9333 -64.7833 152.0 NB DAWSON SETTLEMENT +CA008101200 46.5500 -66.1333 57.0 NB DOAKTOWN +CA008101230 45.9167 -64.5167 6.0 NB DORCHESTER +CA008101272 46.8167 -66.6500 317.0 NB DUNGARVON RIVER +CA008101280 46.0667 -65.3667 15.0 NB EAST CANAAN +CA008101300 47.3667 -68.3333 174.0 NB EDMUNDSTON +CA008101301 47.3667 -68.3333 152.0 NB EDMUNDSTON FRASER CO +CA008101303 47.4167 -68.3167 154.0 NB EDMUNDSTON 71590 +CA008101348 47.0667 -67.3000 145.0 NB EVERETT +CA008101500 45.8667 -66.5333 21.0 NB FREDERICTON A +CA008101507 45.9667 -66.6500 8.0 NB FREDERICTON AQUATIC CENTRE C/S +CA008101600 45.9167 -66.6167 40.0 NB FREDERICTON CDA +CA008101605 45.9167 -66.6167 35.0 NB FREDERICTON CDA CS 71668 +CA008101700 45.9500 -66.6000 50.0 NB FREDERICTON UNB +CA008101746 45.6000 -64.9500 43.0 NB FUNDY PARK (ALMA) CS 71191 +CA008101792 45.8333 -66.4333 51.0 NB GAGETOWN A 71701 +CA008101794 45.8333 -66.4500 51.0 NB GAGETOWN AWOS A 71701 +CA008101800 45.7833 -66.1500 34.0 NB GAGETOWN 2 +CA008101850 47.6667 -67.9333 297.0 NB GOUNAMITZ RIVER +CA008101880 46.3167 -64.5667 24.0 NB GRANDE DIGUE +CA008101900 47.0500 -67.7333 152.0 NB GRAND FALLS +CA008101904 47.0333 -67.7000 229.0 NB GRAND FALLS DRUMMOND +CA008101920 44.7333 -66.7667 8.0 NB GRAND MANAN +CA008101925 44.7167 -66.8000 78.0 NB GRAND MANAN SAR CS 71030 +CA008102000 47.4667 -68.2333 183.0 NB GREEN RIVER +CA008102100 45.5333 -65.8333 16.0 NB HAMPTON +CA008102110 46.1167 -66.7833 244.0 NB HAMTOWN CORNER +CA008102150 46.5167 -65.2833 46.0 NB HARCOURT +CA008102151 46.5000 -65.2667 40.0 NB HARCOURT +CA008102160 46.1667 -65.9167 46.0 NB HARDWOOD RIDGE +CA008102200 45.7333 -67.0000 152.0 NB HARVEY STATION +CA008102201 45.6667 -67.0333 183.0 NB HARVEY STATION +CA008102202 45.7333 -67.0167 194.0 NB HARVEY STATION +CA008102206 47.7500 -64.7667 6.0 NB HAUT SHIPPAGAN +CA008102210 46.0333 -65.3500 91.0 NB HAVELOCK +CA008102212 46.0000 -65.3167 99.0 NB HAVELOCK +CA008102220 45.9500 -64.6833 41.0 NB HILLSBOROUGH +CA008102226 46.5833 -67.6000 189.0 NB HOLMESVILLE +CA008102230 45.5500 -66.5333 122.0 NB HOYT +CA008102234 45.6000 -66.5667 15.0 NB HOYT BLISSVILLE +CA008102275 46.5500 -67.1667 259.0 NB JUNIPER +CA008102300 47.6500 -67.3500 274.0 NB KEDGWICK +CA008102308 46.0000 -66.8833 122.0 NB KESWICK RIDGE +CA008102312 45.9667 -66.8667 8.0 NB KESWICK RIDGE MACTAQUAC +CA008102314 45.8500 -66.9500 67.0 NB KINGS LANDING +CA008102316 46.0667 -66.7333 165.0 NB KINGSLEY IHD +CA008102325 46.7667 -65.0000 35.0 NB KOUCHIBOUGUAC +CA008102328 46.7667 -65.0000 34.0 NB KOUCHIBOUGUAC CS 71670 +CA008102335 47.8333 -64.6000 15.0 NB LAMEQUE +CA008102336 47.8000 -64.6500 6.0 NB LAMEQUE +CA008102350 47.2833 -66.0667 341.0 NB LITTLE RIVER MINE +CA008102369 46.1167 -64.0333 18.0 NB LITTLE SHEMOGUE +CA008102500 47.0667 -66.9333 381.0 NB LONG LAKE +CA008102522 46.5667 -67.5833 145.0 NB LOWER HOLMESVILLE +CA008102536 45.9500 -66.9000 110.0 NB MACTAQUAC PROV PARK +CA008102550 45.7333 -67.2000 107.0 NB MAGAGUADAVIC LAKE +CA008102566 46.1833 -67.2333 168.0 NB MAPLETON +CA008102600 45.5833 -67.3333 140.0 NB MCADAM +CA008102700 45.7833 -66.0000 38.0 NB MCDONALDS CORNER CDA +CA008102800 46.3667 -66.5667 177.0 NB MCGIVNEY +CA008102808 46.8167 -66.1167 53.0 NB MCGRAW BROOK +CA008102848 45.7000 -65.1667 403.0 NB MECHANIC SETTLEMENT 71787 +CA008102950 47.6667 -66.5167 9.0 NB MIDDLE BROOK +CA008102975 45.1667 -67.3000 16.0 NB MILLTOWN +CA008103000 46.0333 -66.0333 23.0 NB MINTO +CA008103050 48.0167 -64.5000 4.0 NB MISCOU ISLAND (AUT) 71719 +CA008103100 46.1000 -64.7833 12.0 NB MONCTON +CA008103200 46.1000 -64.6833 71.0 NB MONCTON A 71705 +CA008103201 46.1167 -64.6833 71.0 NB MONCTON INTL A 71705 +CA008103256 47.4167 -66.9333 265.0 NB MOUNT CARLETON +CA008103300 45.4333 -66.8167 358.0 NB MOUNT PLEASANT +CA008103400 45.2000 -66.3333 15.0 NB MUSQUASH +CA008103425 45.9667 -67.2333 46.0 NB NACKAWIC +CA008103441 45.4667 -65.9000 66.0 NB NAUWIGEWAUK +CA008103500 47.4000 -65.7833 106.0 NB NEPISIGUIT FALLS +CA008103600 47.0000 -65.5667 15.0 NB NEWCASTLE +CA008103700 47.2333 -67.1500 170.0 NB NICTAU +CA008103706 47.6833 -68.1167 427.0 NB NINE MILE BRK (CAMP 68) +CA008103780 45.5000 -66.1000 11.0 NB OAK POINT, NB +CA008103800 45.8333 -66.4667 46.0 NB OROMOCTO +CA008103825 46.4833 -66.5167 46.0 NB PARKER RIDGE +CA008103828 45.8667 -65.0667 153.0 NB PARKINDALE +CA008103845 45.1000 -66.7333 23.0 NB PENNFIELD +CA008103850 45.1333 -66.6833 73.0 NB PENNFIELD RIDGE A +CA008103860 45.7833 -65.3833 44.0 NB PENOBSQUIS +CA008103900 45.9333 -65.1667 29.0 NB PETITCODIAC +CA008103910 47.8000 -65.7333 12.0 NB PETIT ROCHER +CA008104000 46.9000 -67.4000 160.0 NB PLASTER ROCK +CA008104001 46.9000 -67.3833 140.0 NB PLASTER ROCK NBEPC +CA008104010 45.4500 -66.8333 191.0 NB PLEASANT MOUNTAIN +CA008104100 47.1167 -64.8167 8.0 NB POINT ESCUMINAC +CA008104103 47.0667 -64.8000 4.0 NB POINT ESCUMINAC (AUT) +CA008104201 45.0667 -66.4500 6.0 NB POINT LEPREAU CS 71699 +CA008104284 47.8167 -67.7500 168.0 NB RAPIDS DEPOT +CA008104295 47.4333 -65.6000 124.0 NB RED PINES 71634 +CA008104300 46.8000 -65.8000 46.0 NB RENOUS +CA008104400 46.6667 -64.8667 5.0 NB REXTON +CA008104450 47.1833 -67.2000 171.0 NB RILEY BROOK +CA008104458 46.2167 -64.3833 8.0 NB ROBICHAUD +CA008104465 46.7667 -65.4500 64.0 NB ROGERSVILLE +CA008104475 45.8667 -64.8167 274.0 NB ROSEVALE +CA008104480 46.0500 -66.7167 116.0 NB ROYAL ROAD +CA008104482 46.0833 -66.7333 160.0 NB ROYAL ROAD WEST +CA008104500 45.9000 -64.3833 24.0 NB SACKVILLE +CA008104501 45.8500 -64.3833 46.0 NB SACKVILLE +CA008104595 47.1167 -67.7500 220.0 NB ST ANDRE DE MADAWASKA +CA008104596 47.1000 -67.7167 198.0 NB ST ANDRE EAST +CA008104600 45.0833 -67.0833 15.0 NB ST ANDREWS +CA008104700 45.1333 -66.8333 34.0 NB ST GEORGE +CA008104705 45.1333 -66.8167 23.0 NB ST GEORGE P AND P CO +CA008104750 47.5667 -65.0500 61.0 NB ST ISIDORE +CA008104800 45.2833 -66.0833 31.0 NB SAINT JOHN +CA008104899 45.3000 -66.1000 30.0 NB SAINT JOHN A +CA008104900 45.3167 -65.8833 109.0 NB SAINT JOHN A 71609 +CA008104901 45.3167 -65.8833 109.0 NB SAINT JOHN A 71609 +CA008104918 45.3167 -65.9833 61.0 NB SAINT JOHN BLINDMAN LAKE +CA008104920 45.2667 -66.0667 8.0 NB SAINT JOHN BRIDGE +CA008104921 45.2667 -66.1333 6.0 NB SAINT JOHN DOMINION PARK +CA008104923 45.1833 -66.1667 23.0 NB SAINT JOHN LORNEVILLE +CA008104924 45.2167 -65.9500 9.0 NB SAINT JOHN MISPEC PARK +CA008104928 47.1500 -67.8333 242.0 NB ST LEONARD A 71703 +CA008104933 47.4667 -67.4667 242.0 NB ST QUENTIN +CA008104935 45.2167 -67.2500 26.0 NB ST. STEPHEN 71607 +CA008104936 45.1833 -67.2667 11.0 NB ST STEPHEN +CA008104937 45.2167 -67.2500 26.0 NB ST STEPHEN (AUT) 71607 +CA008104938 45.7167 -65.7000 61.0 NB SEARSVILLE +CA008104944 46.2333 -64.5333 61.0 NB SHEDIAC +CA008104950 45.2000 -66.1333 24.0 NB SHELDON POINT +CA008104975 47.7500 -64.7167 4.0 NB SHIPPEGAN +CA008105000 47.2667 -67.2500 279.0 NB SISSON DAM +CA008105042 47.8667 -67.9333 274.0 NB SOUTH BRANCH KEDGWICK +CA008105058 47.5833 -65.9000 183.0 NB SOUTH TETAGOUCHE +CA008105065 44.6000 -66.9000 49.0 NB SOUTHWEST HEAD +CA008105100 47.7833 -68.3333 412.0 NB SUMMIT DEPOT +CA008105200 45.7167 -65.5333 21.0 NB SUSSEX +CA008105202 45.7167 -65.5167 21.0 NB SUSSEX 2 +CA008105300 47.9833 -66.8167 38.0 NB TIDE HEAD +CA008105302 47.9667 -66.7667 18.0 NB TIDE HEAD +CA008105400 46.7833 -67.6833 91.0 NB TOBIQUE NARROWS +CA008105500 45.3167 -67.2167 168.0 NB TOWER HILL CDA +CA008105505 47.5167 -64.9167 15.0 NB TRACADIE +CA008105518 45.9167 -64.8000 142.0 NB TURTLE CREEK +CA008105520 46.0000 -64.9000 46.0 NB TURTLE CREEK +CA008105540 46.6333 -65.8667 23.0 NB UPPER BLACKVILLE +CA008105546 46.6167 -67.6167 183.0 NB UPPER HOLMESVILLE +CA008105550 47.8500 -66.8500 49.0 NB UPSALQUITCH +CA008105551 47.4500 -66.4167 625.0 NB UPSALQUITCH LAKE +CA008105560 45.4667 -66.3333 23.0 NB WELSFORD +CA008105568 45.9167 -66.0000 15.0 NB WIGGINS POINT +CA008105569 47.8167 -68.2333 434.0 NB WILD GOOSE RIVER +CA008105580 46.3333 -66.7167 322.0 NB WILLIAMSBURG +CA008105595 45.6667 -65.1500 305.0 NB WOLFE LAKE +CA008105597 45.6667 -65.1500 305.0 NB WOLFE LAKE CS +CA008105600 46.1667 -67.5500 153.0 NB WOODSTOCK +CA008105605 46.1500 -67.5667 32.0 NB WOODSTOCK GRAFTON +CA00810AL00 47.3500 -68.1833 163.0 NB EDMUNDSTON +CA00810D9BC 45.2833 -66.0833 31.0 NB SAINT JOHN MILLEDGEVILLE +CA00810D9KN 45.2167 -66.1833 61.0 NB SAINT JOHN SPRUCE LAKE +CA00810I001 47.1500 -67.8333 245.0 NB ST LEONARD CS 71019 +CA00810JAE0 45.9167 -65.8167 15.0 NB COLES ISLAND +CA00810JL00 47.3667 -68.2833 198.0 NB EDMUNDSTON +CA00810M937 44.6500 -66.8333 20.0 NB SEAL COVE +CA00810MRBE 45.3167 -66.0833 107.0 NB SAINT JOHN UNB +CA00810N002 45.9000 -66.1167 16.0 NB SCOTCHTOWN +CA008200015 45.6500 -62.7167 11.0 NS ABERCROMBIE POINT +CA008200091 45.8500 -64.2667 23.0 NS AMHERST (AUT) +CA008200100 44.7500 -65.5167 8.0 NS ANNAPOLIS ROYAL +CA008200150 45.6333 -61.9667 9.0 NS ANTIGONISH +CA008200151 45.6167 -61.9833 31.0 NS ANTIGONISH +CA008200155 46.2333 -61.1333 61.0 NS APRIL BROOK IHD +CA008200170 43.8333 -65.8667 15.0 NS ARGYLE HEAD +CA008200180 45.0000 -63.8833 70.0 NS ASHDALE +CA008200200 44.8833 -64.2167 24.0 NS AVON +CA008200210 45.0167 -64.1167 42.0 NS AVONDALE +CA008200220 45.0333 -64.8667 40.0 NS AYLESFORD +CA008200250 43.4667 -65.4667 3.0 NS BACCARO +CA008200254 43.4500 -65.4667 13.0 NS BACCARO POINT +CA008200255 43.4500 -65.4667 5.0 NS BACCARO PT 71920 +CA008200300 46.1000 -60.7500 8.0 NS BADDECK +CA008200301 46.1000 -60.7500 17.0 NS BADDECK BELL +CA008200400 45.6500 -61.4333 11.0 NS BARRIE BROOK +CA008200437 44.5000 -64.0833 31.0 NS BAYSWATER +CA008200500 44.5667 -65.6333 8.0 NS BEAR RIVER +CA008200550 44.9000 -63.7167 183.0 NS BEAVERBANK +CA008200558 44.8167 -62.3333 16.0 NS BEAVER ISLAND (AUT) 71403 +CA008200575 44.7333 -63.6667 31.0 NS BEDFORD +CA008200577 43.6667 -65.2500 7.0 NS BERRYS BAY +CA008200578 45.0833 -64.7333 40.0 NS BERWICK +CA008200579 46.8333 -60.6167 40.0 NS BIG INTERVALE +CA008200581 45.4500 -61.4833 69.0 NS BIRCHTOWN +CA008200584 46.1333 -61.3333 107.0 NS BLACK RIVER +CA008200587 45.4833 -62.4167 213.0 NS BLUE MOUNTAIN +CA008200590 45.7000 -62.6500 8.0 NS BRAESHORE +CA008200596 44.8333 -65.3000 8.0 NS BRIDGETOWN +CA008200600 44.4000 -64.5500 27.0 NS BRIDGEWATER +CA008200604 44.2833 -66.3500 16.0 NS BRIER ISLAND 71988 +CA008200630 45.0667 -64.6167 31.0 NS CAMBRIDGE STATION +CA008200635 45.3167 -63.2000 183.0 NS CAMDEN IHD +CA008200638 45.1500 -64.4500 27.0 NS CANNING +CA008200640 45.3167 -60.9667 26.0 NS CANSO +CA008200650 45.7833 -63.0833 15.0 NS CAPE JOHN +CA008200670 47.0167 -60.4500 47.0 NS CAPE NORTH +CA008200700 43.3833 -65.6167 3.0 NS CAPE SABLE +CA008200750 45.5667 -60.9000 15.0 NS CAP LA RONDE +CA008200774 45.7667 -62.6833 2.0 NS CARIBOU POINT (AUT) 71415 +CA008200800 44.6333 -63.6333 59.0 NS CHAIN LAKE +CA008200810 43.5833 -65.7833 3.0 NS CHARLESVILLE +CA008200816 44.5500 -64.2500 61.0 NS CHESTER +CA008200818 44.5500 -64.3167 13.0 NS CHESTER BASIN +CA008200824 46.6333 -61.0500 335.0 NS CHETICAMP +CA008200825 46.6500 -60.9500 11.0 NS CHETICAMP +CA008200827 46.6500 -60.9500 44.0 NS CHETICAMP CS 71959 +CA008200830 46.6333 -60.9500 27.0 NS CHETICAMP SNOW +CA008200850 44.7333 -62.8833 8.0 NS CLAM HARBOUR +CA008200860 44.9167 -65.1667 52.0 NS CLARENCE +CA008200875 44.6167 -65.5667 107.0 NS CLEMENTSVALE +CA008200900 45.3500 -63.4167 15.0 NS CLIFTON +CA008200940 45.6333 -62.0333 57.0 NS CLYDESDALE +CA008200989 45.6500 -63.1000 97.0 NS COLLEGE GRANT +CA008201000 45.4833 -62.0167 76.0 NS COLLEGEVILLE +CA008201100 45.3833 -61.9667 97.0 NS COPPER LAKE +CA008201200 44.5333 -64.5667 97.0 NS CORNWALL +CA008201292 44.6667 -63.5667 23.0 NS DARTMOUTH +CA008201336 43.8667 -66.1000 9.0 NS DAYTON +CA008201380 45.4167 -63.4167 38.0 NS DEBERT +CA008201390 45.4167 -63.4667 38.0 NS DEBERT 71317 +CA008201400 45.4167 -63.4500 44.0 NS DEBERT A +CA008201410 45.2167 -61.1833 16.0 NS DEMING +CA008201500 45.3500 -61.5000 3.0 NS DICKIE BROOK +CA008201600 44.6167 -65.7500 12.0 NS DIGBY +CA008201601 44.5500 -65.7833 152.0 NS DIGBY AIRPORT +CA008201602 44.6167 -65.7667 61.0 NS DIGBY CKDY +CA008201605 44.6833 -65.7833 21.0 NS DIGBY PRIM POINT +CA008201685 43.7333 -65.2000 15.0 NS EAST JORDAN +CA008201690 45.3833 -62.1667 52.0 NS EAST RIVER ST MARY'S +CA008201695 45.8000 -63.4333 17.0 NS EAST WALLACE +CA008201700 44.9833 -62.1833 15.0 NS ECUM SECUM +CA008201716 45.5167 -61.2500 15.0 NS EDDY POINT +CA008201750 44.9667 -63.5167 15.0 NS ELMSDALE +CA008201766 44.6333 -64.6667 152.0 NS FARMINGTON +CA008201780 45.9167 -60.6500 28.0 NS ESKASONI FIRST NATION AUTOMATI 71175 +CA008201800 44.9500 -64.0000 46.0 NS FIVE MILE LAKE +CA008201850 45.3333 -63.1667 122.0 NS FRASER BROOK IHD +CA008201900 46.3667 -60.9667 122.0 NS FRIZZLETON +CA008201925 45.1167 -64.7833 206.0 NS GARLAND +CA008201950 46.1167 -61.3667 76.0 NS GLENORA FALLS +CA008201969 46.5500 -61.0500 13.0 NS GRAND ETANG +CA008201980 45.4167 -63.6167 22.0 NS GREAT VILLAGE +CA008202000 44.9833 -64.9167 28.0 NS GREENWOOD A 71397 +CA008202198 44.6500 -63.6000 30.0 NS HALIFAX +CA008202200 44.6500 -63.5667 32.0 NS HALIFAX +CA008202220 44.6500 -63.5833 70.0 NS HALIFAX CITADEL +CA008202250 44.8833 -63.5000 145.0 NS HALIFAX STANFIELD INT'L A 71395 +CA008202251 44.8833 -63.5167 145.0 NS HALIFAX INTL A 71395 +CA008202260 45.2000 -64.6167 8.0 NS HALL'S HARBOUR +CA008202270 44.7333 -63.7667 107.0 NS HAMMONDS PLAINS +CA008202300 44.4167 -65.0500 107.0 NS HARMONY +CA008202318 45.3500 -60.9833 8.0 NS HART ISLAND (AUT) 71419 +CA008202337 44.7833 -63.0667 19.0 NS HEAD JEDDORE +CA008202400 45.0000 -64.3833 128.0 NS HOLLOW BRIDGE +CA008202415 45.5000 -62.7167 152.0 NS HOPEWELL +CA008202420 44.6333 -64.0833 31.0 NS HUBBARDS +CA008202465 46.3667 -60.5333 13.0 NS INDIAN BROOK +CA008202500 46.6667 -60.4000 8.0 NS INGONISH BEACH +CA008202502 46.6667 -60.4000 10.0 NS INGONISH BEACH RCS 71027 +CA008202535 46.2000 -61.3000 35.0 NS INVERNESS +CA008202550 46.2333 -61.3000 39.0 NS INVERNESS (AUT) +CA008202565 45.5833 -63.8333 91.0 NS JACKSON +CA008202580 45.7000 -63.1833 31.0 NS KEBLE +CA008202590 44.4333 -65.2000 127.0 NS KEJIMKUJIK PARK +CA008202592 44.4000 -65.2000 125.0 NS KEJIMKUJIK 1 71599 +CA008202700 44.0833 -65.7667 76.0 NS KEMPTVILLE +CA008202701 44.0833 -65.7833 61.0 NS KEMPTVILLE 2 +CA008202800 45.0667 -64.4833 49.0 NS KENTVILLE CDA +CA008202810 45.0667 -64.4833 49.0 NS KENTVILLE CDA CS 71671 +CA008202856 46.1833 -61.2000 85.0 NS LAKE AINSLIE +CA008202890 44.7333 -62.9500 8.0 NS LAKE CHARLOTTE +CA008202896 44.7167 -63.4833 63.0 NS LAKE MAJOR +CA008202900 44.2167 -65.2333 85.0 NS LAKE ROSSIGNOL +CA008202925 44.8667 -65.1667 31.0 NS LAWRENCETOWN +CA008202950 44.3667 -64.3000 61.0 NS LILY DALE +CA008202975 45.0500 -62.5000 61.0 NS LISCOMB GAME SANCTUARY +CA008203000 44.0500 -64.7167 6.0 NS LIVERPOOL +CA008203001 44.0667 -64.6667 15.0 NS LIVERPOOL +CA008203100 44.1333 -64.9333 50.0 NS LIVERPOOL BIG FALLS +CA008203120 44.0833 -64.7667 29.0 NS LIVERPOOL MILTON +CA008203150 45.7333 -60.6167 31.0 NS LOCH LOMOND +CA008203151 45.7333 -60.6000 46.0 NS LOCH LOMOND +CA008203156 45.4333 -62.7167 119.0 NS LORNE STATION +CA008203161 45.9000 -60.0000 46.0 NS LOUISBOURG +CA008203164 45.6000 -60.7500 15.0 NS LOWER L'ARDOISE +CA008203165 44.9167 -63.2333 41.0 NS LOWER MEAGHERS GRANT +CA008203170 44.7667 -63.6667 49.0 NS LOWER SACKVILLE +CA008203171 44.7500 -63.6667 59.0 NS LR.SACKVILLE/BEDFORD SNOW +CA008203200 44.7667 -63.7500 130.0 NS LUCASVILLE +CA008203210 44.3667 -64.3000 4.0 NS LUNENBURG +CA008203230 45.6667 -62.8000 29.0 NS LYONS BROOK +CA008203249 46.0667 -61.3833 32.0 NS MABOU +CA008203268 45.7667 -62.8333 3.0 NS MACKAYS CORNER +CA008203300 44.4667 -64.3833 26.0 NS MAHONE BAY +CA008203320 45.3167 -63.5000 15.0 NS MAITLAND +CA008203396 45.7833 -63.2833 8.0 NS MALAGASH POINT +CA008203400 44.9833 -62.4833 40.0 NS MALAY FALLS +CA008203405 44.9833 -62.4833 40.0 NS MALAY FALLS +CA008203422 46.3667 -61.0833 15.0 NS MARGAREE FORKS +CA008203423 46.3333 -61.1000 23.0 NS MARGAREE FORKS +CA008203425 46.4333 -61.1000 6.0 NS MARGAREE HARBOUR +CA008203430 45.7500 -62.0500 46.0 NS MARYVALE +CA008203450 44.1000 -66.1833 31.0 NS MAVILLETTE EXP ST +CA008203478 44.6000 -63.5333 15.0 NS MCNABS ISLAND (AUT) +CA008203500 44.2667 -66.1333 15.0 NS METEGHAN RIVER +CA008203510 45.7667 -63.5667 31.0 NS MIDDLEBORO +CA008203520 43.8500 -65.5167 53.0 NS MIDDLE CYLDE RIVER +CA008203535 45.0667 -63.1000 48.0 NS MIDDLE MUSQUODOBOIT +CA008203550 44.9500 -65.0667 21.0 NS MIDDLETON +CA008203564 45.0167 -63.4500 31.0 NS MILFORD +CA008203567 45.0333 -63.4000 32.0 NS MILFORD STATION +CA008203570 44.1833 -64.6667 15.0 NS MILL VILLAGE +CA008203600 44.9000 -63.8333 159.0 NS MOUNT UNIACKE +CA008203700 45.7667 -64.2500 20.0 NS NAPPAN CDA +CA008203702 45.7667 -64.2333 20.0 NS NAPPAN AUTO 71311 +CA008203800 44.5500 -64.7000 79.0 NS NEW GERMANY +CA008203905 45.6167 -62.6167 93.0 NS NEW GLASGOW TRENTON +CA008204000 44.4167 -65.1833 93.0 NS NEW GRAFTON +CA008204100 45.2833 -63.7333 46.0 NS NOEL +CA008204124 45.3167 -63.6500 41.0 NS NOEL SHORE +CA008204125 45.3000 -63.6500 91.0 NS NOEL SHORE EXP ST +CA008204150 46.3333 -60.9667 84.0 NS NORTHEAST MARGAREE +CA008204151 46.3500 -61.0000 31.0 NS NORTHEAST MARGAREE +CA008204158 45.0167 -64.9667 70.0 NS NORTH KINGSTON +CA008204161 46.8167 -60.6667 439.0 NS NORTH MOUNTAIN CS 71604 +CA008204165 46.2000 -60.2667 3.0 NS NORTH SYDNEY +CA008204193 45.2333 -63.0500 24.0 NS UPPER STEWIACKE RCS 71753 +CA008204197 43.8333 -66.1500 15.0 NS OVERTON +CA008204200 45.7333 -63.8667 13.0 NS OXFORD +CA008204300 44.8333 -65.2333 46.0 NS PARADISE +CA008204400 45.4000 -64.3333 24.0 NS PARRSBORO +CA008204402 45.4167 -64.3500 31.0 NS PARRSBORO 71493 +CA008204405 44.3000 -64.3833 15.0 NS PENTZ +CA008204420 45.7000 -62.6833 24.0 NS PICTOU +CA008204421 45.6833 -62.7000 23.0 NS PICTOU +CA008204423 45.6667 -62.7833 15.0 NS PICTOU LYONS BROOK +CA008204425 45.5833 -61.3833 31.0 NS PIRATE HARBOUR +CA008204450 46.8167 -60.7667 29.0 NS PLEASANT BAY GRAND ANSE +CA008204453 44.7667 -63.8333 165.0 NS POCKWOCK LAKE +CA008204455 46.1500 -60.2333 15.0 NS POINT EDWARD +CA008204456 46.3167 -60.3333 12.0 NS POINT ACONI +CA008204457 45.5833 -61.3333 29.0 NS POINT TUPPER +CA008204459 44.3333 -66.1167 5.0 NS POINTE DE L'EGLISE +CA008204477 44.9167 -62.3833 18.0 NS PORT DUFFERIN +CA008204480 45.6333 -61.4000 23.0 NS PORT HASTINGS +CA008204491 45.6500 -61.3833 115.0 NS PORT HAWKESBURY A +CA008204493 45.6167 -61.3667 46.0 NS HAWKESBURY +CA008204495 45.6500 -61.3667 115.0 NS PORT HAWKESBURY 71041 +CA008204500 45.9833 -61.5333 27.0 NS PORT HOOD +CA008204510 46.1333 -59.8667 27.0 NS PORT MORIEN +CA008204512 46.1333 -59.9000 46.0 NS PORT MORIEN +CA008204525 45.8500 -63.6500 5.0 NS PUGWASH +CA008204550 45.0500 -63.7833 183.0 NS RAWDON +CA008204565 45.8000 -61.2167 27.0 NS RIVER DENYS +CA008204570 45.6000 -64.3500 24.0 NS RIVER HEBERT +CA008204577 45.7167 -63.0000 58.0 NS RIVER JOHN +CA008204578 45.7500 -63.1167 13.0 NS RIVER JOHN +CA008204600 43.7833 -65.3500 15.0 NS ROSEWAY +CA008204620 44.9333 -62.5000 8.0 NS RUTH FALLS +CA008204700 43.9333 -60.0167 5.0 NS SABLE ISLAND GSN 71600 +CA008204701 43.9333 -60.0000 4.0 NS SABLE ISLAND +CA008204702 43.9667 -59.7667 8.0 NS SABLE ISLAND EAST END +CA008204800 44.7000 -63.9000 17.0 NS ST MARGARET'S BAY +CA008204900 47.2000 -60.1500 32.0 NS ST PAUL ISLAND +CA008204909 47.2333 -60.1500 27.0 NS ST PAUL ISLAND (AUT) 71418 +CA008205000 44.9333 -64.0333 84.0 NS SALMON HOLE +CA008205050 45.5333 -62.9500 137.0 NS SALT SPRINGS EXP ST +CA008205055 44.4333 -63.5667 6.0 NS SAMBRO ISLAND +CA008205062 44.4667 -63.5667 10.0 NS SANDY COVE NRC +CA008205070 44.2667 -66.1167 46.0 NS SAULNIERVILLE +CA008205079 45.7833 -62.9667 17.0 NS SEAFOAM +CA008205085 45.0167 -64.6333 137.0 NS SHARPE BROOK IHD +CA008205090 44.6333 -63.5000 44.0 NS SHEARWATER A 71601 +CA008205091 44.6333 -63.5000 53.0 NS SHEARWATER AUTO +CA008205092 44.6333 -63.5167 24.0 NS SHEARWATER RCS 71264 +CA008205100 44.9167 -62.4833 9.0 NS SHEET HARBOUR +CA008205120 45.1333 -64.5000 30.0 NS SHEFFIELD MILLS +CA008205126 43.7167 -65.2500 30.0 NS SHELBURNE +CA008205148 46.0167 -60.6667 1.0 NS SHUNACADIE BEACH +CA008205170 45.0667 -64.5333 1.0 NS SOUTH ALTON +CA008205180 46.1667 -61.3833 320.0 NS SOUTH HIGHLANDS +CA008205185 45.0167 -64.6833 135.0 NS SOUTH MOUNTAIN +CA008205192 43.4500 -65.6000 4.0 NS SOUTH SIDE +CA008205193 45.6167 -61.9000 30.0 NS SOUTH SIDE HARBOUR +CA008205200 44.6667 -64.8500 167.0 NS SPRINGFIELD +CA008205215 45.6167 -64.0833 183.0 NS SPRINGHILL +CA008205217 45.6167 -64.0667 170.0 NS SPRINGHILL +CA008205300 44.5833 -63.6500 108.0 NS SPRUCE HILL LAKE +CA008205315 44.6000 -63.6000 46.0 NS SPRYFIELD +CA008205400 45.5667 -62.6500 8.0 NS STELLARTON +CA008205401 45.5667 -62.6500 11.0 NS STELLARTON LOURDES +CA008205490 45.1333 -63.3333 46.0 NS STEWIACKE +CA008205600 45.1833 -62.0000 17.0 NS STILLWATER +CA008205601 45.1500 -61.9833 14.0 NS STILLWATER SHERBROOKE +CA008205623 45.7000 -61.3167 31.0 NS SUGAR CAMP BROOK +CA008205650 45.1167 -64.1833 38.0 NS SUMMERVILLE +CA008205698 46.1500 -60.2000 15.0 NS SYDNEY +CA008205700 46.1667 -60.0500 62.0 NS SYDNEY A 71707 +CA008205702 46.1667 -60.0500 63.0 NS SYDNEY CS 71758 +CA008205774 45.6833 -63.2333 18.0 NS TATAMAGOUCHE +CA008205775 45.7500 -63.3667 8.0 NS TATAMAGOUCHE +CA008205800 44.6667 -63.7500 84.0 NS TIMBERLEA +CA008205895 45.6167 -61.6833 67.0 NS TRACADIE 71308 +CA008205900 45.2833 -62.6667 152.0 NS TRAFALGAR +CA008205950 45.6167 -62.6167 97.0 NS TRENTON MUNICIPAL A +CA008205988 45.3500 -63.3000 12.0 NS TRURO +CA008205990 45.3667 -63.2667 40.0 NS TRURO +CA008205992 45.3667 -63.2667 40.0 NS TRURO (AUT) +CA008206000 45.3667 -63.3000 24.0 NS TRURO NSAC +CA008206100 43.8833 -65.9833 9.0 NS TUSKET +CA008206180 45.1500 -62.9333 61.0 NS UPPER MUSQUODOBOIT +CA008206200 45.2167 -63.0000 23.0 NS UPPER STEWIACKE +CA008206208 45.2167 -63.4333 62.0 NS URBANIA +CA008206222 45.0500 -64.6500 31.0 NS WATERVILLE CAMBRIDGE +CA008206225 45.7000 -63.5500 46.0 NS WENTWORTH +CA008206228 45.6167 -63.5667 55.0 NS WENTWORTH VALLEY +CA008206232 45.6833 -63.0667 63.0 NS WEST BRANCH +CA008206240 43.9833 -64.6667 10.0 NS WESTERN HEAD 71411 +CA008206246 45.6333 -63.3667 90.0 NS WEST NEW ANNAN +CA008206250 44.6833 -63.5167 68.0 NS WESTPHAL +CA008206260 44.2500 -66.3667 18.0 NS WESTPORT +CA008206275 44.4000 -65.9500 11.0 NS WEYMOUTH FALLS +CA008206300 45.2167 -61.1833 14.0 NS WHITEHEAD +CA008206316 45.0500 -64.3833 38.0 NS WHITE ROCK +CA008206400 45.0000 -64.1000 15.0 NS WINDSOR +CA008206404 44.9667 -64.2000 33.0 NS WINDSOR FALMOUTH +CA008206405 44.9833 -64.1667 15.0 NS WINDSOR FALMOUTH +CA008206410 44.9833 -64.1000 27.0 NS WINDSOR KINGS COLLEGE +CA008206415 44.9333 -64.1667 38.0 NS WINDSOR MARTOCK +CA008206440 45.1000 -64.3667 41.0 NS WOLFVILLE +CA008206450 46.5333 -60.4500 76.0 NS WRECK COVE BROOK +CA008206490 43.8333 -66.0333 31.0 NS YARMOUTH +CA008206491 43.8333 -66.0833 36.0 NS YARMOUTH RCS 71884 +CA008206495 43.8333 -66.0833 43.0 NS YARMOUTH A GSN 71603 +CA008206500 43.8333 -66.0833 43.0 NS YARMOUTH A 71603 +CA008206600 43.9333 -66.1167 38.0 NS YARMOUTH CDA EPF +CA00820J8C7 45.7167 -60.2333 10.0 NS FOURCHU HEAD (AUT) +CA008300060 46.2667 -63.5833 34.0 PE ALBANY +CA008300080 46.8500 -64.0167 3.0 PE ALBERTON +CA008300085 46.8167 -64.0667 9.0 PE ALBERTON SNOW +CA008300100 46.0667 -62.6000 61.0 PE ALLISTON +CA008300102 46.0667 -62.6000 61.0 PE ALLISTON SNOW +CA008300108 46.1667 -63.3500 15.0 PE ARGYLE SHORE +CA008300128 46.3500 -62.6833 37.0 PE BANGOR +CA008300150 46.2500 -63.7000 8.0 PE BORDEN +CA008300200 46.4167 -63.3333 49.0 PE BRACKLEY BEACH +CA008300298 46.2333 -63.1667 14.0 PE CHARLOTTETOWN +CA008300300 46.2833 -63.1333 49.0 PE CHARLOTTETOWN A 71706 +CA008300301 46.2833 -63.1167 49.0 PE CHARLOTTETOWN A 71706 +CA008300400 46.2500 -63.1333 23.0 PE CHARLOTTETOWN CDA +CA008300401 46.2500 -63.1333 23.0 PE CHARLOTTETOWN CDA CS +CA008300405 46.2500 -63.1333 24.0 PE CHARLOTTETOWN SDU +CA008300416 46.4333 -62.1667 61.0 PE EAST BALTIC +CA008300418 46.4667 -61.9833 8.0 PE EAST POINT (AUT) 71412 +CA008300420 46.6167 -63.9167 8.0 PE ELLERSLIE +CA008300425 46.2500 -63.3333 67.0 PE ELMWOOD +CA008300430 46.1833 -62.5833 12.0 PE GEORGETOWN +CA008300438 46.4167 -63.8000 12.0 PE HAMILTON +CA008300439 46.3500 -63.3333 61.0 PE HUNTER RIVER +CA008300441 46.8333 -64.0500 6.0 PE KILMAHUMAIG +CA008300442 46.4000 -62.1000 18.0 PE KINGSBORO +CA008300445 46.2000 -62.6667 50.0 PE MONTAGUE +CA008300447 46.4667 -62.4667 32.0 PE MONTICELLO +CA008300452 46.4000 -62.0833 18.0 PE KINGSBORO SNOW +CA008300455 46.4333 -62.7167 10.0 PE MORELL SNOW +CA008300497 46.4167 -63.3500 6.0 PE NEW GLASGOW +CA008300499 46.4333 -63.4167 30.0 PE LONG CREEK SNOW +CA008300500 46.5000 -63.5500 18.0 PE LONG RIVER +CA008300502 46.4833 -63.5667 35.0 PE LONG RIVER +CA008300510 46.1333 -62.8333 41.0 PE NEWTOWN CROSS +CA008300516 47.0500 -64.0000 8.0 PE NORTH CAPE 71987 +CA008300525 46.7000 -64.2667 38.0 PE O'LEARY +CA008300550 46.3167 -63.5000 99.0 PE ROSE VALLEY +CA008300560 46.4333 -63.9333 9.0 PE ST NICHOLAS +CA008300562 46.4500 -62.5833 30.0 PE ST. PETERS 71310 +CA008300570 47.0333 -64.0000 8.0 PE SEA COW POND +CA008300585 46.3667 -62.2167 58.0 PE SOURIS +CA008300588 46.0333 -62.8833 18.0 PE SOUTH PINETTE +CA008300590 46.4167 -63.0833 3.0 PE STANHOPE +CA008300596 46.4333 -63.8333 12.0 PE SUMMERSIDE 71702 +CA008300600 46.4000 -63.7833 5.0 PE SUMMERSIDE CDA +CA008300605 46.3833 -63.6000 38.0 PE SUMMERSIDE SNOW 2 +CA008300700 46.4333 -63.8333 20.0 PE SUMMERSIDE A +CA008300800 46.9500 -64.0667 23.0 PE TIGNISH +CA008300845 46.5833 -63.9333 15.0 PE TYNE VALLEY +CA008300846 46.5500 -63.9667 23.0 PE TYNE VALLEY 2 +CA008300870 46.1667 -62.8833 25.0 PE VERNON BRIDGE +CA008300900 46.4667 -64.0500 50.0 PE WELLINGTON +CA008300907 46.2167 -63.4833 4.0 PE VICTORIA +CA008305500 46.3000 -63.5833 46.0 PE MAPLE PLAINS +CA00830P001 46.3500 -63.1667 53.0 PE HARRINGTON CDA CS GSN 71350 +CA008400100 47.3000 -54.0000 14.0 NL ARGENTIA A +CA008400102 47.3000 -54.0000 16.0 NL ARGENTIA A +CA008400104 47.3000 -54.0000 19.0 NL ARGENTIA (AUT) 71807 +CA008400135 47.7500 -54.0000 15.0 NL ARNOLDS COVE +CA008400225 47.4167 -53.2333 133.0 NL AVONDALE CDA +CA008400300 48.9833 -56.0500 101.0 NL BADGER +CA008400301 48.9667 -56.0667 103.0 NL BADGER (AUT) 71400 +CA008400309 48.9667 -56.0500 102.0 NL BADGER C +CA008400350 49.9833 -56.1833 110.0 NL BAIE VERTE +CA008400359 49.4500 -56.4333 78.0 NL BAIE VERTE JUNCTION +CA008400412 47.9833 -55.8000 23.0 NL BAY D'ESPOIR 2 +CA008400413 47.9833 -55.8000 23.0 NL BAY D'ESPOIR GEN STN +CA008400414 47.9833 -55.8167 169.0 NL BAY D'ESPOIR LONG POND +CA008400415 47.9667 -55.8500 230.0 NL BAY D'ESPOIR ST ALBANS +CA008400505 48.9000 -54.4167 48.0 NL BENTON +CA008400549 49.0167 -55.5000 21.0 NL BISHOPS FALLS +CA008400550 49.0167 -55.4667 9.0 NL BISHOPS FALLS +CA008400552 49.0500 -55.4167 15.0 NL BISHOPS FALLS PEAT MINE +CA008400570 48.5667 -58.3667 35.0 NL BLACK DUCK +CA008400578 47.4333 -54.8500 15.0 NL BOAT HARBOUR +CA008400600 48.6667 -53.1167 26.0 NL BONAVISTA +CA008400601 48.6667 -53.1167 26.0 NL BONAVISTA 71178 +CA008400650 49.1500 -55.3500 15.0 NL BOTWOOD +CA008400666 46.8833 -53.9667 12.0 NL BRANCH +CA008400675 48.0333 -53.1167 10.0 NL BROWNSDALE +CA008400698 48.8167 -56.8667 270.0 NL BUCHANS +CA008400699 48.8167 -56.8500 220.0 NL BUCHANS +CA008400700 48.8500 -56.8333 276.0 NL BUCHANS A +CA008400711 48.8500 -56.4667 161.0 NL BUCHANS JUNCTION +CA008400798 47.6167 -57.6167 11.0 NL BURGEO +CA008400800 47.6167 -57.6167 11.0 NL BURGEO 2 +CA008400801 47.6167 -57.6167 11.0 NL BURGEO NL 71152 +CA008400810 47.0000 -55.1667 15.0 NL BURIN +CA008400812 48.1667 -57.3333 299.0 NL BURNT POND +CA008400850 47.1000 -52.9333 6.0 NL CAPE BROYLE +CA008400940 51.6333 -55.9000 19.0 NL CAPE NORMAN +CA008400QJK 47.5833 -53.3167 16.0 NL BUTLERVILLE +CA008401000 46.6667 -53.0833 27.0 NL CAPE RACE (AUT) 71800 +CA008401053 48.4667 -59.2667 46.0 NL CAPE ST GEORGE +CA008401070 46.8667 -52.9500 15.0 NL CAPPAHAYDEN +CA008401075 47.7333 -53.2333 24.0 NL CARBONEAR +CA008401078 49.4000 -54.2667 4.0 NL CARMANVILLE +CA008401080 52.9500 -66.9000 4.0 NL CAROL LAKE PROJECT +CA008401102 48.2333 -58.8167 31.0 NL CARTYVILLE +CA008401104 50.0833 -56.9167 381.0 NL CAT ARM RIVER +CA008401125 47.6167 -59.1500 15.0 NL CHANNEL +CA008401128 48.3833 -53.6667 13.0 NL CHARLESTON +CA008401140 48.1500 -53.9667 8.0 NL CLARENVILLE +CA008401141 48.3667 -53.9667 67.0 NL CLARENVILLE +CA008401150 47.2000 -52.9500 122.0 NL CLUNYS +CA008401200 47.2167 -53.5500 27.0 NL COLINET +CA008401250 47.2167 -53.5000 104.0 NL COLINET PEAT BOG CDA +CA008401251 47.2333 -53.5167 55.0 NL COLINET PEAT BOG CDA +CA008401257 47.8000 -54.0000 34.0 NL COME BY CHANCE +CA008401259 49.2667 -54.8833 99.0 NL COMFORT COVE +CA008401260 49.3500 -54.8667 7.0 NL COMFORT COVE DECCA +CA008401286 49.3167 -57.4000 154.0 NL CORMACK +CA008401295 49.3167 -57.4000 166.0 NL CORMACK RCS 71367 +CA008401298 48.9333 -57.9167 152.0 NL CORNER BROOK 71973 +CA008401300 48.9500 -57.9500 5.0 NL CORNER BROOK +CA008401302 48.9500 -57.9500 15.0 NL CORNER BROOK AVALON TEL +CA008401335 49.9167 -57.7833 15.0 NL COW HEAD +CA008401400 50.2333 -57.5833 19.0 NL DANIELS HARBOUR GSN 71185 +CA008401410 50.2333 -57.5833 19.0 NL DANIELS HARBOUR 2 +CA008401500 49.1667 -57.4333 11.0 NL DEER LAKE +CA008401501 49.2167 -57.4000 22.0 NL DEER LAKE A 71809 +CA008401502 49.2167 -57.4000 22.0 NL DEER LAKE A 71809 +CA008401506 50.0167 -56.7667 5.0 NL DEVIL COVE +CA008401518 48.8833 -53.9667 21.0 NL DOVER +CA008401524 47.8333 -59.1833 31.0 NL DOYLES +CA008401525 47.8333 -59.2000 8.0 NL DOYLES CDA EPF +CA008401528 47.2667 -53.9167 15.0 NL DUNVILLE +CA008401530 48.3000 -56.4167 259.0 NL EBBEGUNBAEG LAKE +CA008401538 50.7167 -56.1167 30.0 NL ENGLEE (AUT) 71417 +CA008401550 48.7667 -56.6000 154.0 NL EXPLOITS DAM +CA008401565 51.0167 -57.1000 6.0 NL FEROLLE POINT (AUT) 71406 +CA008401582 51.3000 -56.7333 9.0 NL FLOWERS COVE +CA008401583 51.3333 -56.6833 9.0 NL FLOWERS COVE +CA008401585 51.3000 -56.7500 6.0 NL FLOWERS ISLAND +CA008401599 49.7167 -54.3000 12.0 NL FOGO +CA008401600 49.7167 -54.2833 147.0 NL FOGO +CA008401601 49.7167 -54.2667 15.0 NL FOGO +CA008401618 47.0667 -55.8167 15.0 NL FORTUNE +CA008401642 48.7000 -58.2333 143.0 NL GALLANTS +CA008401650 48.7500 -54.2333 2.0 NL GAMBO +CA008401651 48.7833 -54.2167 17.0 NL GAMBO +CA008401700 48.9500 -54.5833 151.0 NL GANDER INT'L A 71803 +CA008401703 48.9333 -54.5667 151.0 NL GANDER INTL A 71803 +CA008401705 48.9500 -54.5667 151.0 NL GANDER AIRPORT CS GSN 71742 +CA008401711 49.2667 -54.4833 8.0 NL GANDER BAY SOUTH +CA008401728 47.2333 -55.3667 11.0 NL GARNISH +CA008401799 48.9833 -54.8500 97.0 NL GLENWOOD +CA008401800 49.0000 -54.8667 31.0 NL GLENWOOD +CA008401880 47.9500 -53.9667 72.0 NL GOOBIES +CA008401999 47.1000 -55.7500 13.0 NL GRAND BANK +CA008401EK4 47.8500 -59.2500 13.0 NL DOYLES +CA008402000 47.1000 -55.7667 2.0 NL GRAND BANK +CA008402050 48.9333 -55.6667 60.0 NL GRAND FALLS +CA008402052 49.0833 -57.2000 90.0 NL GRAND LAKE +CA008402053 49.0833 -57.1833 307.0 NL GRAND LAKE +CA008402057 47.5833 -57.1000 12.0 NL GREY RIVER +CA008402060 49.2000 -56.1500 152.0 NL GULL POND +CA008402065 49.5500 -56.8667 21.0 NL HAMPDEN +CA008402069 49.5333 -56.8667 30.0 NL HAMPDEN WHITE BAY +CA008402071 47.4667 -55.8333 30.0 NL HARBOUR BRETON +CA008402073 50.3667 -56.5167 11.0 NL HARBOUR DEEP +CA008402075 47.7167 -53.1500 12.0 NL HARBOUR GRACE +CA008402076 47.6833 -53.2000 7.0 NL HARBOUR GRACE +CA008402078 50.6000 -57.1833 11.0 NL HAWKE'S BAY +CA008402080 47.8667 -53.3833 9.0 NL HEARTS CONTENT +CA008402100 48.2833 -58.5500 14.0 NL HEATHERTON +CA008402210 49.0500 -57.1333 300.0 NL HINDS LAKE +CA008402300 47.3833 -53.1333 11.0 NL HOLYROOD +CA008402303 47.3833 -53.1167 134.0 NL HOLYROOD +CA008402309 47.4500 -53.1000 6.0 NL HOLYROOD GEN STN +CA008402310 47.3833 -53.1333 7.0 NL HOLYROOD ULTRAMAR +CA008402383 47.7333 -58.0833 131.0 NL HOPE BROOK +CA008402415 49.1667 -57.1167 94.0 NL HOWLEY +CA008402436 49.0333 -53.8833 1.0 NL INDIAN BAY B.B. +CA008402450 47.5833 -58.9667 5.0 NL ISLE AUX MORTS GSN 71197 +CA008402470 49.8667 -56.8167 46.0 NL JACKSONS ARM +CA008402471 49.8667 -56.7833 10.0 NL JACKSONS ARM +CA008402474 48.2333 -58.8333 18.0 NL JEFFREY'S +CA008402500 48.5833 -56.6500 269.0 NL LAKE AMBROSE +CA008402516 46.8667 -55.1333 3.0 NL LAMALINE +CA008402520 49.9167 -55.6667 194.0 NL LA SCIE 71337 +CA008402544 48.3500 -53.9000 15.0 NL LETHBRIDGE +CA008402563 48.1667 -58.8667 46.0 NL LOCKLEVEN +CA008402565 48.4000 -53.3833 18.0 NL LOCKSTON +CA008402568 47.6167 -52.6667 27.0 NL LOGY BAY +CA008402569 47.4167 -53.8167 8.0 NL LONG HARBOUR +CA008402590 47.3167 -53.5500 56.0 NL MARKLAND +CA008402592 47.1667 -55.1500 15.0 NL MARYSTOWN +CA008402644 49.6833 -56.0833 48.0 NL MIDDLE ARM +CA008402755 49.0000 -56.3500 211.0 NL MILLERTOWN +CA008402757 48.8167 -56.5500 204.0 NL MILLERTOWN RCS 71856 +CA008402759 47.2500 -52.8500 6.0 NL MOBILE +CA008402770 49.4500 -53.9833 3.0 NL MUSGRAVE HARBOUR +CA008402840 48.0333 -53.2167 9.0 NL NEW CHELSEA +CA008402873 47.6333 -52.8333 91.0 NL NORTH EAST POND RIVER +CA008402874 47.1333 -53.6667 11.0 NL NORTH HARBOUR +CA008402925 47.4667 -52.7167 6.0 NL PETTY HARBOUR +CA008402945 48.5500 -58.9167 13.0 NL PICCADILLY +CA008402950 47.2833 -52.8167 15.0 NL PIERRES BROOK +CA008402956 47.2333 -54.0167 14.0 NL PLACENTIA +CA008402957 47.4000 -53.6000 92.0 NL PLACENTIA JUNCTION +CA008402958 51.0667 -56.8833 6.0 NL PLUM POINT +CA008402966 49.3333 -55.4000 8.0 NL POINT LEAMINGTON +CA008402968 50.7000 -57.4167 11.0 NL POINTE RICHE +CA008402972 47.6833 -55.4333 11.0 NL POOLS COVE +CA008402973 47.7000 -55.5833 150.0 NL POOLS COVE FORTUNE BAY +CA008402975 47.5667 -59.1500 40.0 NL PORT AUX BASQUES 71197 +CA008402R20 47.5333 -52.8333 136.0 NL PARADISE +CA008402RB0 47.5333 -52.8500 154.0 NL PARADISE +CA008402RK0 47.6167 -54.4333 125.0 NL PARADISE RIVER +CA008403000 47.6167 -59.1500 15.0 NL PORT AUX BASQUES CHANNEL +CA008403008 48.3500 -54.1667 40.0 NL PORT BLANDFORD +CA008403040 50.6500 -57.2000 91.0 NL PORT SAUNDERS +CA008403044 47.6500 -52.8167 192.0 NL PORTUGAL COVE +CA008403045 47.6167 -52.8333 137.0 NL PORTUGAL COVE, CONCEPTION BAY +CA008403060 49.7500 -56.6500 9.0 NL PURBECK'S COVE +CA008403075 48.9667 -55.5333 18.0 NL RATTLING BROOK DEPOT +CA008403082 48.9500 -55.7500 82.0 NL RED CLIFF +CA008403083 47.3000 -55.0167 24.0 NL RED HARBOUR PB +CA008403085 49.0667 -55.3000 9.0 NL RATTLING BRK NORRIS ARM +CA008403093 49.5000 -55.8167 30.0 NL ROBERT'S ARM +CA008403096 49.5667 -57.8833 68.0 NL ROCKY HARBOUR +CA008403097 49.5667 -57.8833 68.0 NL ROCKY HARBOUR CS 71588 +CA008403098 50.8667 -56.1167 12.0 NL RODDICKTON +CA008403210 49.8500 -55.6667 15.0 NL ROUND HARBOUR +CA008403255 47.3667 -55.8000 60.0 NL SAGONA ISLAND 71408 +CA008403290 47.8667 -55.8500 13.0 NL ST ALBANS +CA008403300 47.7667 -59.3333 11.0 NL ST ANDREWS +CA008403399 51.3833 -56.1000 29.0 NL ST ANTHONY 71558 +CA008403400 51.3667 -55.5833 17.0 NL ST ANTHONY +CA008403401 51.3667 -55.6000 12.0 NL ST ANTHONY +CA008403402 51.5000 -55.8167 5.0 NL ST ANTHONY A +CA008403403 51.3833 -56.1000 33.0 NL ST ANTHONY AWOS 71819 +CA008403410 48.8667 -53.6667 15.0 NL ST BRENDANS +CA008403417 46.9167 -54.1833 15.0 NL ST BRIDE'S +CA008403418 46.9167 -54.1667 79.0 NL ST BRIDE'S +CA008403448 48.4167 -58.5000 79.0 NL ST GEORGES +CA008403450 48.4333 -58.4667 12.0 NL ST GEORGES +CA008403500 47.5667 -52.7000 38.0 NL ST JOHN'S +CA008403501 47.5833 -52.7333 61.0 NL ST JOHN'S +CA008403505 47.6167 -52.7500 141.0 NL ST. JOHN'S INTL A 71801 +CA008403506 47.6167 -52.7500 141.0 NL ST JOHN'S A 71801 +CA008403523 47.5667 -52.8000 186.0 NL ST JOHN'S THORBURN ROAD +CA008403600 47.5167 -52.7833 114.0 NL ST JOHN'S WEST CDA +CA008403603 47.5167 -52.7833 110.0 NL ST JOHNS WEST CLIMATE 71250 +CA008403605 47.5167 -52.7833 114.0 NL ST JOHN'S WEST CDA CS +CA008403615 46.9167 -55.3833 49.0 NL ST LAWRENCE +CA008403616 46.9167 -55.3833 49.0 NL ST LAWRENCE +CA008403617 46.6333 -53.5833 46.0 NL ST SHOTTS +CA008403618 46.7667 -53.6167 17.0 NL ST STEPHENS +CA008403619 46.9167 -55.3833 49.0 NL ST LAWRENCE 71110 +CA008403620 47.2667 -53.3333 122.0 NL SALMONIER +CA008403621 47.2667 -53.2833 136.0 NL SALMONIER NATURE PARK +CA008403622 47.2667 -53.2833 136.0 NL SALMONIER NATURE PARK +CA008403623 47.1000 -55.2000 30.0 NL SALT POND +CA008403635 48.6667 -58.4500 8.0 NL SANDY POINT +CA008403650 47.4500 -53.0667 23.0 NL SEAL COVE +CA008403667 48.0500 -53.1000 12.0 NL SIBLEY'S COVE +CA008403669 47.5667 -52.6833 96.0 NL SIGNAL HILL +CA008403680 49.8667 -55.7167 15.0 NL SNOOKS ARM +CA008403690 49.7667 -56.8833 17.0 NL SOPS ARM WHITE BAY +CA008403691 47.9500 -58.9667 31.0 NL SOUTH BRANCH +CA008403693 49.0167 -57.6167 38.0 NL SOUTH BROOK PASADENA +CA008403700 49.5000 -56.0833 23.0 NL SPRINGDALE +CA008403702 49.4500 -56.1667 43.0 NL SPRINGDALE GB FARM +CA008403775 49.2667 -55.1000 3.0 NL STANHOPE +CA008403800 48.5333 -58.5500 25.0 NL STEPHENVILLE A 71815 +CA008403815 48.5667 -58.4333 12.0 NL STEPHENVILLE CROSSING +CA008403818 47.8667 -53.9333 15.0 NL SUNNYSIDE +CA008403820 48.5667 -58.5667 58.0 NL STEPHENVILLE RCS 71159 +CA008403825 47.8833 -54.2167 18.0 NL SWIFT CURRENT +CA008403850 48.5000 -54.2167 18.0 NL TERRA NOVA COMMUNITY +CA008403851 48.5500 -53.9667 107.0 NL TERRA NOVA NAT PARK CS 71589 +CA008403852 48.5500 -53.9833 84.0 NL TERRA NOVA NAT PARK HQ +CA008403854 48.4500 -54.0167 107.0 NL TERRA NOVA NAT PARK S +CA008403858 47.6667 -54.7167 15.0 NL TERRENCEVILLE +CA008403860 47.6167 -53.7333 31.0 NL THORNLEA T.B. +CA008403866 49.8833 -55.6333 61.0 NL TILT COVE +CA008403870 47.7833 -59.2333 10.0 NL TOMPKINS +CA008403875 47.5333 -52.9167 15.0 NL TOPSAIL +CA008403950 47.2167 -52.8500 6.0 NL TORS COVE +CA008403971 46.7667 -53.3667 15.0 NL TREPASSEY +CA008403990 48.4167 -57.0667 267.0 NL 26 MILE DEPOT +CA008403FN0 47.4500 -53.0667 33.0 NL SEAL COVE CB +CA008404000 49.6833 -54.8167 5.0 NL TWILLINGATE +CA008404025 49.6833 -54.8000 92.0 NL TWILLINGATE (AUT) 71402 +CA008404080 48.1833 -56.1667 190.0 NL UPPER SALMON +CA008404100 47.7667 -53.2167 43.0 NL VICTORIA +CA008404201 46.9500 -55.3833 31.0 NL WESTBROOK ST LAWRENCE +CA008404210 51.1833 -56.7667 15.0 NL WESTERN ARM BROOK +CA008404225 49.6000 -56.0000 157.0 NL WHALESBACK +CA008404234 47.4167 -53.5333 58.0 NL WHITBOURNE +CA008404235 47.3167 -53.5500 56.0 NL WHITBOURNE T.B. +CA008404237 49.4000 -57.6167 132.0 NL WILTONDALE +CA008404240 47.1667 -55.3000 52.0 NL WINTERLAND +CA008404241 47.1333 -55.3333 29.0 NL WINTERLAND 71181 +CA008404310 49.0333 -55.5500 46.0 NL WOODDALE BISHOP'S FALLS +CA008404320 49.5000 -57.9167 23.0 NL WOODY POINT +CA008404340 47.7167 -59.3167 32.0 NL WRECKHOUSE +CA008404343 47.7167 -59.3167 32.0 NL WRECKHOUSE 71180 +CA00840B053 48.1667 -52.9333 46.0 NL GRATES COVE 71336 +CA00840B5HH 48.6500 -58.9833 12.0 NL LOURDES +CA00840BR7C 49.1167 -53.5833 19.0 NL POOLS ISLAND 71931 +CA00840C401 51.3833 -56.1000 33.0 NL ST ANTHONY A 71819 +CA00840C616 46.9167 -53.5667 16.0 NL ST MARY'S +CA00840D401 51.3833 -56.0833 33.0 NL ST. ANTHONY LWIS 71830 +CA00840K0NC 47.1333 -54.0667 7.0 NL GREAT BARASWAY P.B. +CA00840KE88 51.1833 -56.0167 14.0 NL MAIN BROOK +CA00840KN90 47.3333 -54.5833 22.0 NL MARTICOT ISLAND 71692 +CA00840L0R9 50.8833 -56.1167 12.0 NL RODDICKTON NORTH +CA00840M001 49.0667 -58.1167 50.0 NL MCIVER'S +CA008500200 52.5333 -66.2333 546.0 NL ASHUANIPI +CA008500395 52.2833 -55.5833 15.0 NL BATTLE HARBOUR +CA008500398 52.2500 -55.6000 9.0 NL BATTLE HARBOUR LOR +CA008500400 52.3167 -55.8333 6.0 NL BATTLE HARBOUR MARYS R +CA008500500 51.8833 -55.3833 130.0 NL BELLE ISLE +CA008500900 54.7667 -58.4500 10.0 NL CAPE HARRISON +CA008500920 59.9833 -64.1667 551.0 NL CAPE KAKKIVIAK 71176 +CA008500926 57.1333 -61.4833 834.0 NL CAPE KIGLAPAIT 71177 +CA008501100 53.7167 -57.0333 14.0 NL CARTWRIGHT GSN 71818 +CA008501130 53.5500 -64.1000 440.0 NL CHURCHILL FALLS +CA008501131 53.5667 -64.1000 440.0 NL CHURCHILL FALLS 71002 +CA008501132 53.5500 -64.1000 440.0 NL CHURCHILL FALLS A +CA008501548 53.8667 -66.4167 488.0 NL ESKER 2 +CA008501615 51.4667 -56.9667 488.0 NL FORTEAU +CA008501900 53.3167 -60.4167 49.0 NL GOOSE A GSN 71816 +CA008502059 53.0000 -61.5000 120.0 NL GULL ISLAND +CA008502200 58.2167 -62.5833 8.0 NL HEBRON +CA008502400 55.4500 -60.2167 12.0 NL HOPEDALE (AUT) 71900 +CA008502589 55.0833 -59.1833 13.0 NL MAKKOVIK +CA008502591 52.3000 -55.8333 11.0 NL MARY'S HARBOUR A 71817 +CA008502600 54.4667 -66.6167 489.0 NL MENIHEK RAPIDS +CA008502700 52.2667 -65.6833 601.0 NL MILE 163 +CA008502750 52.9333 -66.2333 533.0 NL MILE 224 +CA008502799 56.5500 -61.6833 8.0 NL NAIN GSN 71665 +CA008502800 56.5500 -61.6833 7.0 NL NAIN A 71902 +CA008502875 53.5333 -60.1500 61.0 NL NORTH WEST RIVER +CA008502876 53.5167 -60.1500 4.0 NL NORTH WEST RIVER +CA008502900 57.4667 -61.8333 2.0 NL NUTAK +CA008502960 51.4667 -56.8500 47.0 NL POINT AMOUR +CA008502NHR 55.0833 -59.1833 70.0 NL MAKKOVIK A +CA008503018 52.5333 -56.3000 10.0 NL PORT HOPE SIMPSON +CA008503081 51.7333 -56.4333 18.0 NL RED BAY +CA008503090 54.1833 -58.4333 31.0 NL RIGOLET +CA008503100 52.9833 -66.2333 554.0 NL ROSS BAY +CA008503249 58.3333 -62.5833 501.0 NL SAGLEK 71335 +CA008503250 58.4833 -62.6500 21.0 NL SAGLEK +CA008503630 53.8333 -65.5000 453.0 NL SANDGIRT LAKE +CA008503992 54.7167 -58.3500 683.0 NL TUKIALIK BAY 71179 +CA008504050 53.5000 -64.5167 483.0 NL TWIN FALLS +CA008504060 53.6333 -64.4833 457.0 NL TWIN FALLS A +CA008504175 52.9333 -66.8667 551.0 NL WABUSH LAKE A 71825 +CA008504176 52.9167 -66.8667 551.0 NL WABUSH A 71825 +CA008504216 51.6000 -56.7000 12.0 NL WEST ST MODESTE +CA008504217 51.5833 -56.7167 15.0 NL WEST ST MODESTE +CA00850A131 53.5333 -63.9667 489.0 NL CHURCHILL FALLS +CA00850B5R1 52.3000 -55.8333 12.0 NL MARY'S HARBOUR 71339 +CA1AB000001 53.6069 -113.5619 686.7 AB EDMONTON 9.1 NNW +CA1AB000002 53.5694 -113.4376 663.9 AB EDMONTON 5.3 NE +CA1AB000003 55.1042 -116.8996 697.7 AB SUNSET HOUSE 0.9 S +CA1AB000004 50.9343 -114.0380 1044.2 AB CALGARY 12.5 S +CA1AB000005 51.0699 -114.0614 1084.2 AB CALGARY 2.7 N +CA1AB000006 51.1737 -114.4692 1120.4 AB COCHRANE 2.1 SSE - BRBC +CA1AB000008 53.2232 -114.9835 875.1 AB DRAYTON VALLEY 0.6 WNW +CA1AB000009 51.7952 -114.6294 1090.0 AB SUNDRE 0.8 ESE +CA1AB000010 53.5065 -113.2219 729.1 AB SHERWOOD PARK 5.5 SE - AEMERA +CA1AB000012 51.0584 -114.0771 1046.1 AB CALGARY 2.0 NW - BRBC +CA1AB000014 55.1970 -118.7644 680.0 AB GRANDE PRAIRIE 3.5 NE +CA1AB000015 50.5778 -113.8681 1036.0 AB HIGH RIVER 0.5 ESE - BRBC +CA1AB000017 50.7156 -113.9659 1057.0 AB OKOTOKS 1.4 SE - BRBC +CA1AB000018 51.0290 -114.0475 1050.6 AB CALGARY 2.0 SSE - BRBC +CA1AB000019 51.1372 -114.4459 1203.4 AB COCHRANE 6.4 SSE - BRBC +CA1AB000022 50.4084 -111.5535 750.7 AB BROOKS 29.9 SE - BRBC +CA1AB000023 51.2864 -114.8101 1279.9 AB BENCHLANDS TOP WEST 0.7 WNW - +CA1AB000024 50.5638 -111.8985 759.9 AB BROOKS 0.5 SSW - BRBC +CA1AB000025 51.0562 -114.1975 1235.4 AB CALGARY 9.9 W - BRBC +CA1AB000027 51.2710 -113.5048 907.1 AB IRRICANA 9.3 SE - BRBC +CA1AB000029 49.7152 -112.8190 913.2 AB LETHBRIDGE 2.7 NNE +CA1AB000030 50.6000 -113.9000 1045.8 AB HIGH RIVER 2.9 NW - BRBC +CA1AB000031 53.5611 -111.8741 670.9 AB LAVOY 11.4 N +CA1AB000032 50.9404 -114.6093 197.5 AB BRAGG CREEK 3.0 WSW - BRBC +CA1AB000034 51.0257 -114.1150 1119.2 AB CALGARY 4.6 WSW +CA1AB000036 49.6051 -114.2448 1339.0 AB LUNDBRECK 6.2 WNW - BRBC +CA1AB000037 50.4504 -111.6498 752.9 AB TILLEY 0.3 SE - BRBC - TILLEY +CA1AB000038 51.2458 -114.4494 1314.6 AB COCHRANE 6.7 NNE - BRBC +CA1AB000039 50.6995 -113.4268 1034.2 AB MOSSLEIGH 7.6 WSW - BRBC +CA1AB000040 50.8450 -114.3462 1205.5 AB PRIDDIS 4.7 SSW - BRBC +CA1AB000043 50.8023 -114.4561 1309.1 AB MILLARVILLE 10.5 WNW - BRBC +CA1AB000046 50.0741 -112.1113 782.7 AB VAUXHALL 0.7 NNW - BRBC +CA1AB000051 53.5340 -111.7965 659.6 AB LAVOY 9.5 NNE +CA1AB000053 51.2986 -114.5184 1315.5 AB COCHRANE 12.3 N - BRBC +CA1AB000054 51.3344 -114.3037 1280.5 AB COCHRANE 20.4 NE - BRBC +CA1AB000055 50.9589 -113.7504 1020.2 AB LANGDON 5.9 WSW -BRBC +CA1AB000056 49.9189 -111.7872 716.6 AB GRASSY LAKE 12.2 NNW - BRBC +CA1AB000058 51.0373 -114.1732 1191.5 AB CALGARY 8.1 W - BRBC +CA1AB000059 50.9573 -114.1183 1109.8 AB CALGARY 10.7 SSW +CA1AB000064 53.4435 -113.5607 691.9 AB EDMONTON 11.2 SSW +CA1AB000065 51.0785 -114.0719 1084.2 AB CALGARY 3.8 NNW +CA1AB000066 51.1874 -114.4965 1129.0 AB COCHRANE 0.9 WSW - BRBC +CA1AB000072 53.5216 -113.4845 677.6 AB EDMONTON 1.7 SSE +CA1AB000073 51.0845 -115.3231 1359.4 AB CANMORE 2.8 ESE +CA1AB000074 51.1318 -114.2192 1213.4 AB CALGARY 14.8 NW +CA1AB000077 49.3924 -114.2044 1452.4 AB BEAVER MINES 7.2 S +CA1AB000083 50.9022 -114.0547 150.6 AB CALGARY 16.0 S +CA1AB000093 50.9259 -114.0322 150.6 AB CALGARY 13.5 S +CA1AB000094 50.9485 -114.5636 1308.8 AB BRAGG CREEK 0.5 ESE +CA1AB000096 50.9192 -114.0144 150.6 AB CALGARY 14.4 SSE +CA1AB000097 50.3390 -113.2928 1021.4 AB VULCAN 7.6 SSW +CA1AB000120 49.0399 -113.1536 1294.8 AB TAYLORVILLE 2.4 W +CA1AB000127 50.0305 -113.5905 153.3 AB CLARESHOLM 1.3 NNW +CA1AB000147 50.9028 -113.9891 150.6 AB CALGARY 16.6 SSE +CA1AB000158 50.9446 -114.0055 150.6 AB CALGARY 11.8 SSE +CA1AB000166 51.7718 -114.4272 1088.1 AB OLDS 22.1 W +CA1BC000002 50.6567 -120.3782 1675.8 BC KAMLOOPS 3.2 SW +CA1BC000003 49.0966 -123.0739 1.2 BC LADNER 0.6 NNE +CA1BC000004 49.8654 -119.6041 625.4 BC WESTBANK 4.6 NNE +CA1BC000005 50.2325 -119.2547 490.1 BC COLDSTREAM 2.0 W +CA1BC000006 48.6677 -123.6530 122.8 BC COBBLE HILL 5.7 WSW +CA1BC000007 49.7791 -124.3371 61.0 BC LANG BAY 0.6 E +CA1BC000008 48.7237 -123.6022 93.6 BC COWICHAN BAY 1.9 SE +CA1BC000009 50.5183 -119.2487 586.7 BC ARMSTRONG 8.8 NNW +CA1BC000010 49.4935 -117.2876 595.9 BC NELSON 0.6 SW +CA1BC000011 53.8249 -122.8559 569.1 BC PRINCE GEORGE 11.0 SSW +CA1BC000016 48.9836 -123.8146 62.2 BC LADYSMITH 1.1 SSE +CA1BC000018 49.2979 -122.8464 168.2 BC PORT MOODY 2.6 NE +CA1BC000019 49.8355 -124.5212 52.1 BC POWELL RIVER 4.4 SSE +CA1BC000020 50.5712 -119.1655 153.9 BC ENDERBY 2.5 NW +CA1BC000021 57.8858 -131.2275 284.1 BC TELEGRAPH CREEK 4.1 WSW +CA1BC000023 49.0990 -118.6748 748.0 BC GREENWOOD 0.5 N +CA1BC000024 49.3232 -117.6570 435.6 BC CASTLEGAR 0.3 NE +CA1BC000027 48.8269 -124.0671 186.8 BC LAKE COWICHAN 1.1 W +CA1BC000028 49.5118 -119.5753 424.3 BC PENTICTON 3.4 NNE +CA1BC000030 50.1366 -120.9687 540.7 BC MERRITT 13.1 WNW +CA1BC000032 49.2590 -122.8591 152.4 BC COQUITLAM 0.9 NW +CA1BC000033 49.2694 -117.6452 470.6 BC CASTLEGAR 5.9 S +CA1BC000034 48.4341 -123.3502 20.7 BC VICTORIA 0.9 E +CA1BC000035 48.4381 -123.4010 7.6 BC VICTORIA 2.9 W +CA1BC000036 48.8777 -123.5618 35.1 BC FERNWOOD 4.3 SW +CA1BC000037 48.4794 -123.4047 11.6 BC VICTORIA 6.0 NNW +CA1BC000038 48.8267 -123.4940 118.9 BC GANGES 3.8 SSE +CA1BC000039 49.2160 -123.1322 59.1 BC VANCOUVER 3.4 SSW +CA1BC000040 48.8819 -123.5002 82.6 BC GANGES 2.5 NNE +CA1BC000041 51.2605 -120.2033 723.6 BC CHINOOK COVE 4.0 NW +CA1BC000044 49.2739 -122.7349 2.1 BC PORT COQUITLAM 2.7 NE +CA1BC000046 49.8411 -124.5271 41.5 BC POWELL RIVER 3.7 SSE +CA1BC000048 49.2585 -123.1281 64.6 BC VANCOUVER 1.8 NNW +CA1BC000049 49.2729 -122.8352 71.6 BC COQUITLAM 2.3 NNE +CA1BC000050 50.7040 -119.2645 431.9 BC SALMON ARM 0.5 NNE +CA1BC000052 49.2800 -122.7863 29.3 BC COQUITLAM 5.4 ENE +CA1BC000053 48.4854 -123.3755 158.5 BC VICTORIA 5.9 N +CA1BC000054 49.2205 -122.9691 136.2 BC BURNABY 3.6 S +CA1BC000055 49.6785 -124.9428 50.3 BC COMOX 1.2 WNW +CA1BC000056 49.6730 -124.9140 21.3 BC COMOX 1.0 E +CA1BC000057 49.7026 -124.9311 58.2 BC COMOX 3.2 N +CA1BC000058 49.6208 -125.0293 168.9 BC CUMBERLAND 0.2 WSW +CA1BC000060 51.2940 -116.9605 147.2 BC GOLDEN 0.3 ESE +CA1MB000001 49.8098 -97.2186 232.9 MB WINNIPEG 7.1 SSW +CA1MB000002 49.8924 -97.0451 232.0 MB WINNIPEG 4.3 E - EE +CA1MB000003 49.8351 -97.1275 232.0 MB WINNIPEG 4.5 S - EE +CA1MB000004 49.8115 -97.0782 230.1 MB WINNIPEG 10.8 SSE +CA1MB000005 49.5214 -96.6770 264.0 MB STEINBACH 0.7 SE +CA1MB000006 50.0181 -99.9047 474.0 MB FORREST STATION 6.2 NNE +CA1MB000007 50.7994 -98.9769 276.1 MB ALONSA 0.2 SE +CA1MB000008 49.7573 -99.8474 381.9 MB BRANDON 20.2 SE +CA1MB000009 50.9050 -97.2189 227.1 MB ARBORG 0.3 S +CA1MB000010 49.1927 -100.4938 499.9 MB DELORAINE 0.4 NE +CA1MB000011 50.0225 -100.2058 454.2 MB RIVERS 2.5 SE +CA1MB000013 51.2139 -101.0509 537.1 MB SHORTDALE 2.4 SW +CA1MB000016 49.4060 -99.7293 459.0 MB DUNREA 0.2 E +CA1MB000019 50.6326 -96.9858 220.1 MB GIMLI 0.1 SW +CA1MB000020 50.1967 -97.6470 253.0 MB WOODLANDS 1.5 SE +CA1MB000023 49.3007 -98.3340 444.1 MB MIAMI 10.4 SW +CA1MB000024 49.5604 -101.0939 463.9 MB RESTON 0.3 N +CA1MB000027 52.1115 -101.2735 325.8 MB SWAN RIVER 1.2 NW +CA1MB000029 49.0087 -97.2054 242.0 MB EMERSON 1.9 ESE +CA1MB000030 49.9743 -101.2348 499.0 MB ELKHORN 0.5 ESE +CA1MB000031 49.1885 -99.6532 491.9 MB KILLARNEY 1.2 NE +CA1MB000032 50.1475 -95.8902 278.9 MB PINAWA 1.0 SW +CA1MB000035 49.0083 -100.5898 529.1 MB GOODLANDS 9.8 S +CA1MB000036 51.7879 -100.5280 345.3 MB PINE RIVER 0.5 NNE +CA1MB000037 49.7208 -96.8007 239.0 MB LORETTE 5.7 ESE +CA1MB000038 51.0217 -99.5209 272.5 MB STE ROSE DU LAC 4.4 S +CA1MB000040 51.2305 -101.3550 555.7 MB ROBLIN 0.33 NNE +CA1MB000041 49.8272 -98.9475 369.1 MB AUSTIN 13.6 S +CA1MB000043 50.0786 -98.1029 248.1 MB HIGH BLUFF 7.4 NNE +CA1MB000044 49.0157 -97.3055 242.0 MB EMERSON 5.5 W +CA1MB000045 49.1637 -97.9333 268.8 MB WINKLER 2.0 SSE +CA1MB000048 50.0787 -96.9715 231.0 MB LOCKPORT 2.1 WSW +CA1MB000049 49.2374 -99.7150 491.0 MB KILLARNEY 7.2 NNW +CA1MB000050 49.2180 -98.0933 292.9 MB MORDEN 3 NNE +CA1MB000051 50.7825 -101.2907 559.0 MB RUSSELL 0.5 WNW +CA1MB000052 50.2711 -96.9675 220.4 MB CLANDEBOYE 3.2 N +CA1MB000053 49.9308 -101.1560 497.1 MB HARGRAVE 5.7 WNW +CA1MB000054 49.8807 -97.2428 237.1 MB WINNIPEG 7.8 WSW +CA1MB000056 49.9326 -97.0475 233.2 MB WINNIPEG 7.6 ENE +CA1MB000057 50.4925 -96.9545 217.0 MB WINNIPEG BEACH 2.2 SE +CA1MB000062 49.4549 -96.7368 275.2 MB STEINBACH 8.8 SSW +CA1MB000063 49.5196 -96.6794 263.3 MB STEINBACH 0.8 SSE +CA1MB000065 50.0939 -96.9474 223.1 MB LOCKPORT 1.4 NNW +CA1MB000067 49.2402 -98.5385 489.8 MB MANITOU 0.03 S +CA1MB000068 50.5122 -96.9750 220.4 MB WINNIPEG BEACH 0.6 N +CA1MB000072 50.4445 -96.5556 227.7 MB BEACONIA 1.4 ESE +CA1MB000073 49.2439 -98.5408 484.0 MB MANITOU 0.4 NNW +CA1MB000075 49.8354 -100.8938 438.6 MB VIRDEN 3.8 SE +CA1MB000076 50.5597 -99.0541 278.3 MB WALDERSEE 0.1 S +CA1MB000077 49.0230 -98.1110 444.4 MB MORDEN 18.9 S +CA1MB000078 49.8053 -97.1109 229.2 MB WINNIPEG 10.7 SSE +CA1MB000079 50.2268 -99.4714 378.3 MB NEEPAWA 0.3 WSW +CA1MB000081 50.2262 -99.4690 189.0 MB NEEPAWA 0.2 SW +CA1MB000084 49.8144 -100.5535 435.9 MB OAK LAKE 7.8 NE +CA1MB000085 49.8299 -99.9746 398.1 MB BRANDON 2.7 SSW +CA1MB000086 50.1377 -99.7340 490.7 MB CORDOVA 1.6 W +CA1MB000089 49.8965 -97.3195 233.2 MB WINNIPEG 13.0 W +CA1MB000090 49.6725 -96.5814 263.3 MB STE ANNE 4.8 E +CA1MB000091 49.8838 -97.2918 231.3 MB WINNIPEG 11.2 W +CA1MB000092 49.4005 -97.3142 237.1 MB MORRIS 6.3 NE +CA1MB000100 49.8340 -97.1127 227.4 MB WINNIPEG 7.4 SSE +CA1MB000101 51.9978 -100.5156 327.4 MB COWAN 9.9 ESE +CA1MB000102 50.1784 -100.4396 532.5 MB OAK RIVER 4.7 N +CA1MB000106 49.1035 -96.3174 319.4 MB SUNDOWN 3.4 W - SRRCD +CA1MB000108 49.2120 -98.4748 492.6 MB MANITOU 5.6 ESE +CA1MB000109 49.8167 -97.1086 229.2 MB WINNIPEG 9.5 SSE +CA1MB000111 49.1773 -98.1796 1268.3 MB MORDEN 6.2 WSW +CA1MB000113 50.2774 -97.4461 270.4 MB ARGYLE 8.5 N +CA1MB000114 50.3007 -97.3524 264.3 MB BALMORAL 5.4 NNW +CA1MB000116 49.1827 -98.1042 304.5 MB MORDEN 1.2 SSW +CA1MB000121 49.1765 -97.0111 251.2 MB GREEN RIDGE 2.2 NW +CA1MB000124 49.9092 -97.0199 235.3 MB WINNIPEG 8.5 E +CA1MB000126 49.1971 -100.1496 531.9 MB BOISSEVAIN 7.5 WSW +CA1MB000127 49.7912 -97.1608 229.2 MB WINNIPEG 12.2 SSW +CA1MB000129 50.4158 -96.6091 219.2 MB SCANTERBURY 5.0 NNE +CA1MB000133 49.4587 -97.0062 236.2 MB ST PIERRE JOLYS 2.5 NW +CA1MB000134 49.9837 -99.8430 441.0 MB JUSTICE 3.5 WSW +CA1MB000136 49.4457 -96.7347 278.3 MB SARTO 5.2 NNE +CA1MB000139 49.5915 -98.8752 386.2 MB HOLLAND 0.7 SSE +CA1MB000140 49.9308 -97.1356 228.3 MB WINNIPEG 3.5 N +CA1MB000141 49.8599 -97.1128 230.7 MB WINNIPEG 4.8 SSE - EE +CA1MB000143 49.9042 -96.9975 624.8 MB WINNIPEG 10.3 E +CA1MB000144 49.9566 -98.2381 624.2 MB PORTAGE LA PRAIRIE 4.2 ESE +CA1MB000149 49.8559 -97.1057 625.4 MB WINNIPEG 5.4 SSE - EE +CA1MB000152 50.2077 -97.6600 267.0 MB WOODLANDS 0.3 E - EE +CA1MB000154 49.8664 -97.3623 625.4 MB HEADINGLEY 3.1 ESE - 4H +CA1MB000155 49.8680 -100.0405 625.4 MB BRANDON 6.1 WNW - 4H +CA1MB000157 49.2082 -98.2536 125.6 MB THORNHILL 1.9 WNW +CA1MB000158 49.2387 -98.6790 633.4 MB LA RIVIERE 0.1 E - 4H +CA1MB000160 49.8729 -97.3031 625.1 MB WINNIPEG 12.0 WSW - STAM +CA1MB000161 49.8599 -97.1123 625.4 MB WINNIPEG 4.8 SSE +CA1MB000162 51.9130 -101.4930 424.6 MB DURBAN 4.3 WSW +CA1MB000163 49.0220 -95.9566 148.7 MB PINEY 16.1 SE MAFRD +CA1MB000164 49.8917 -97.3055 625.1 MB WINNIPEG 11.8 W +CA1MB000166 49.2848 -96.1483 632.8 MB WOODRIDGE 0.5 NE MAFRD +CA1MB000168 50.9057 -97.2180 611.7 MB ARBORG 0.3 S +CA1MB000171 49.1339 -96.7660 593.8 MB STUARTBURN 1.0 W MAFRD +CA1MB000172 49.6174 -100.2502 588.0 MB SOURIS 0.7 ESE +CA1MB000173 50.4030 -97.2515 618.4 MB TEULON 2.1 NNE +CA1MB000176 50.6029 -97.0640 616.0 MB GIMLI 6.2 SW - EICD +CA1MB000177 49.8463 -97.1876 625.4 MB WINNIPEG 6.8 SSW -TT +CA1MB000178 49.1335 -96.5601 634.9 MB VITA 0.2 E - MAFRD +CA1MB000180 50.6858 -97.5309 614.8 MB NARCISSE 0.6 WNW - 4H +CA1MB000181 49.6773 -97.4360 627.9 MB SANFORD 0.8 ESE +CA1MB000184 49.1290 -98.2684 634.9 MB DARLINGFORD 11.6 SE +CA1MB000187 49.7921 -97.1394 626.4 MB WINNIPEG 11.9 S +CA1MB000188 49.1916 -100.4942 634.0 MB DELORAINE 0.2 SE +CA1MB000195 50.1682 -100.5397 522.1 MB HAMIOTA 4.6 ESE +CA1MB000198 49.8828 -97.2747 156.4 MB WINNIPEG 9.8 W - BRUCE MIDDLE +CA1MB000200 49.8718 -97.2019 156.4 MB WINNIPEG 5.3 SW +CA1MB000201 49.8157 -97.0739 180.4 MB WINNIPEG 10.5 SSE +CA1MB000202 49.8996 -97.1875 156.4 MB WINNIPEG 3.3 W +CA1MB000203 49.7426 -96.8661 151.2 MB LORETTE 0.6 NE +CA1MB000204 49.5171 -96.7356 1144.5 MB RANDOLPH 7.1 ESE +CA1MB000205 49.4583 -97.4339 157.6 MB ROSENORT 0.0 NNW +CA1MB000206 49.8631 -97.2622 156.4 MB WINNIPEG 9.6 WSW +CA1MB000207 50.6689 -100.8108 279.2 MB ROSSBURN 0.0 SE - 4H +CA1MB000209 49.6913 -97.2734 157.0 MB LA SALLE 0.7 WSW - 4H +CA1MB000214 49.9634 -97.6309 240.2 MB ST FRANCOIS XAVIER 8.7 NW +CA1MB000217 49.0874 -96.1356 153.0 MB MENISINO 0.3 SSW - 4H +CA1MB000221 49.8874 -96.8197 602.6 MB DUGALD 1.5 E +CA1MB000222 50.0149 -96.4319 150.3 MB BEAUSEJOUR 7.9 SE - MAFRD +CA1MB000224 49.1335 -96.5601 153.0 MB VITA 0.2 E +CA1MB000225 49.6661 -99.7098 151.2 MB WAWANESA 8.1 NNW +CA1MB000226 50.2450 -99.8449 149.7 MB MINNEDOSA 0.6 WSW +CA1MB000228 49.1912 -98.1024 152.7 MB MORDEN 0.8 E - 4H +CA1MB000229 49.1287 -98.2040 489.2 MB MORDEN 1.0 NW - 4H +CA1MB000231 49.9238 -97.5637 140.5 MB ST FRANCOIS XAVIER 2.2 NW - 4H +CA1MB000237 49.8029 -97.2152 228.9 MB WINNIPEG 12.0 SSW +CA1MB000242 49.1326 -96.5619 158.8 MB VITA 0.1 SE - SRRCD +CA1MB000243 49.0107 -96.1651 143.0 MB SUNDOWN 13.0 SE -SRRCD +CA1MB000244 49.3266 -97.2007 152.4 MB MORRIS 12.4 ESE - SRRCD +CA1MB000245 49.2841 -96.5094 94.5 MB ZHODA 2.9 SE - SRRCD +CA1MB000246 49.2342 -96.8070 305.4 MB ROSA 3.5 SE - SRRCD +CA1MB000247 49.3594 -97.0515 152.4 MB DUFROST 1.7 WNW - SRRCD +CA1MB000248 49.1417 -97.1554 153.0 MB DOMINION CITY 0.0 E - SRRCD +CA1MB000249 49.1222 -97.3475 148.1 MB LETELLIER 3.4 WSW +CA1MB000251 49.1910 -97.9464 273.1 MB WINKLER 1.6 NNW +CA1MB000252 49.7349 -96.8815 233.8 MB LORETTE 0.7 SW +CA1MB000262 49.0188 -97.8620 159.1 MB WINKLER 18.5 SSE +CA1MB000263 50.1226 -100.4531 512.7 MB HAMIOTA 12.4 ESE +CA1MB000264 49.8566 -100.9302 156.4 MB VIRDEN 0.8 W - 4H +CA1MB000265 50.7131 -96.9972 487.1 MB CAMP MORTON 0.4 W +CA1MB000266 49.6968 -97.2053 836.4 MB LA SALLE 4.3 E - 4H +CA1MB000268 49.6838 -96.7988 627.6 MB LANDMARK 2.7 NE - MAFRD +CA1MB000270 49.9761 -97.0149 156.1 MB EAST ST PAUL 0.4 SSW +CA1MB000271 49.1365 -97.2966 236.5 MB LETELLIER 0.6 ENE +CA1MB000272 49.8775 -97.5140 235.3 MB ST FRANCOIS XAVIER 4.1 SSE +CA1MB000273 49.4074 -98.6580 157.9 MB SOMERSET 0.5 S +CA1MB000274 49.9729 -96.6092 242.3 MB HAZELRIDGE 7.8 E +CA1MB000275 49.6061 -97.0440 151.5 MB NIVERVILLE 0.2 W - SRRCD +CA1MB000287 49.9158 -96.6586 179.8 MB DUGALD 13.4 ENE +CA1MB000288 49.9020 -97.1298 214.0 MB WINNIPEG 0.8 ENE - ARGYLE ALT. +CA1MB000291 49.7975 -100.8768 180.1 MB VIRDEN 7.2 SSE - 4H +CA1MB000292 49.8719 -99.9408 150.6 MB BRANDON 3.1 NNE +CA1MB000296 49.8692 -97.4116 180.1 MB HEADINGLEY 0.6 SW - CANWARN +CA1MB000298 49.0948 -96.7545 297.2 MB GARDENTON 4.2 W - SRRCD +CA1MB000300 49.2064 -96.8985 182.6 MB ROSEAU RIVER 6.2 WNW +CA1MB000318 49.3245 -97.1750 182.0 MB MORRIS 14.2 ESE +CA1MB000323 49.5388 -96.6787 150.6 MB STEINBACH 1.5 NNE +CA1MB000324 49.5184 -96.4602 181.4 MB LA BROQUERIE 5.5 NE - SRRCD +CA1MB000331 49.3702 -97.2555 239.3 MB MORRIS 8.2 ENE +CA1MB000335 50.2955 -96.6311 178.3 MB LIBAU 6.9 ENE +CA1MB000345 49.5459 -96.8241 181.1 MB RANDOLPH 0.0 NE +CA1MB000346 49.7688 -97.1618 180.4 MB ST GERMAIN SOUTH 2.5 W +CA1MB000350 49.3816 -99.2453 181.7 MB BALDUR 0.4 S +CA1MB000354 50.1369 -97.2966 178.9 MB STONEWALL 1.8 E +CA1MB000355 49.8586 -97.1087 180.1 MB WINNIPEG 5.1 SSE +CA1MB000361 49.8968 -97.1408 164.9 MB WINNIPEG 0.3 S +CA1MB000362 49.5558 -99.0908 166.1 MB CYPRESS RIVER 0.3 WNW +CA1MB000364 49.8859 -97.3042 164.9 MB WINNIPEG 11.8 W +CA1MB000367 51.1772 -101.3277 496.8 MB ROBLIN 5.9 SSE +CA1MB000368 49.7441 -95.1912 344.1 MB WHITESHELL 1.3 NE +CA1MB000369 50.4175 -97.0539 233.2 MB MATLOCK 6.3 WSW +CA1MB000371 49.3629 -98.5881 155.4 MB ST LEON INTERPRETIVE CTR 0.1 S +CA1MB000372 49.0300 -95.6228 156.7 MB SPRAGUE 1.6 ESE +CA1NB000001 45.9290 -66.6283 68.6 NB FREDERICTON 4.0 SSE +CA1NB000002 46.1706 -67.5533 143.9 NB GRAFTON 2.7 NNE +CA1NB000003 45.8575 -66.6925 51.2 NB CHARTERS SETTLEMENT 4.1 NNE +CA1NB000004 45.9896 -66.5918 29.0 NB FREDERICTON 4.9 NE +CA1NB000005 45.5075 -66.0986 7.9 NB OAK POINT 0.9 SSW +CA1NB000006 45.9190 -66.6269 58.2 NB FREDERICTON 5.1 SSE +CA1NB000007 45.1715 -67.0816 61.0 NB CHAMCOOK 6.1 NNW +CA1NB000008 45.9770 -66.8682 112.5 NB KESWICK RIDGE 2.3 SSE +CA1NB000009 45.9186 -64.3869 17.1 NB SACKVILLE 2.1 NNW +CA1NB000010 45.9976 -66.6551 41.1 NB FREDERICTON 3.9 NNW +CA1NB000011 46.9934 -65.5069 33.2 NB MIRAMICHI 3.3 S +CA1NB000012 45.3841 -65.8122 107.3 NB BAXTERS CORNER 0.7 E +CA1NB000013 47.6421 -65.6876 33.2 NB BATHURST 3.8 NW +CA1NB000014 45.1940 -67.3225 61.0 NB BARTER SETTLEMENT +CA1NB000015 45.9631 -65.9694 4.9 NB CUMBERLAND BAY 11.4 SW +CA1NB000016 45.8916 -64.5127 29.9 NB DORCHESTER 1.0 SSE +CA1NB000017 45.7904 -66.1473 16.5 NB GAGETOWN 1.1 NNE +CA1NB000018 46.0272 -66.6746 95.1 NB MCLEOD HILL 1.1 ENE +CA1NB000025 45.9641 -66.4962 61.0 NB NOONAN 2.3 E +CA1NB000026 45.8812 -66.7623 91.7 NB HANWELL 1.7 E +CA1NB000027 46.2175 -64.8075 118.3 NB IRISHTOWN 3.4 NNW +CA1NB000028 45.7169 -65.4622 58.2 NB SUSSEX CORNER 1.4 NE - KWRC +CA1NB000029 45.7267 -65.5286 24.1 NB SUSSEX 1.0 WNW - KWRC +CA1NB000030 45.7393 -65.5222 18.3 NB SUSSEX 1.8 NNW - KWRC +CA1NB000031 45.1680 -67.0036 21.0 NB BOCABEC COVE 1.0 E +CA1NB000032 45.7942 -65.5907 30.5 NB BERWICK 1.7 N - KWRC +CA1NB000033 46.3597 -64.7479 53.9 NB SAINT-ANTOINE 0.6 SE +CA1NB000034 46.5189 -66.2667 54.9 NB O'DONNELLS 0.2 N +CA1NB000035 47.3635 -68.3479 249.9 NB EDMUNDSTON 0.9 W +CA1NB000036 46.2344 -65.8519 3.4 NB GASPEREAU FORKS 0.5 SE +CA1NB000038 47.0570 -67.7263 182.9 NB GRAND FALLS 2.2 NE +CA1NB000039 47.6720 -65.0911 63.1 NB PAQUETVILLE 1.2 ENE +CA1NB000041 47.5017 -64.9355 30.2 NB SAUMAREZ 0.4 ENE +CA1NB000042 46.0439 -64.6920 26.2 NB DIEPPE 7.5 SE +CA1NB000043 45.0886 -67.0609 23.2 NB SAINT ANDREWS 1.6 NNW +CA1NB000044 45.3397 -65.9242 0.0 NB BEN LOMOND 2.8 WNW +CA1NB000045 45.8592 -65.3709 67.1 NB CORNHILL 6.1 SSW - KWRC +CA1NB000046 45.0641 -66.8216 20.4 NB MACES BAY 7.3 SSW +CA1NB000047 45.0842 -67.0444 6.1 NB SAINT ANDREWS 1.3 NNE +CA1NB000049 45.1828 -67.2949 22.3 NB MILLTOWN 1.1 NNE +CA1NB000050 47.9080 -66.1328 103.9 NB DOYLEVILLE 2.4 WNW +CA1NB000051 46.0689 -65.9996 28.7 NB NEWCASTLE BRIDGE 4.1 ESE +CA1NB000053 45.7093 -64.7040 52.7 NB HARVEY 1.9 SSE +CA1NB000054 47.7582 -65.0665 14.9 NB BERTRAND 0.6 NE +CA1NB000055 45.9955 -66.6425 12.5 NB FREDERICTON 4.5 N +CA1NB000057 45.9608 -64.1885 41.1 NB JOLICURE 2.8 NE +CA1NB000058 45.9134 -64.3682 17.7 NB SACKVILLE 2.1 N +CA1NB000060 45.6220 -64.7828 32.0 NB WATERSIDE 4.0 E +CA1NB000061 45.9004 -64.5134 50.3 NB DORCHESTER 0.2 E +CA1NB000064 45.9701 -66.8554 95.7 NB KESWICK RIDGE 4.0 SE +CA1NB000068 45.9586 -66.5272 77.7 NB NOONAN 0.6 S +CA1NB000075 45.8950 -66.5716 11.6 NB LINCOLN 1.4 SSE +CA1NB000076 46.3418 -64.5720 3.4 NB GRANDE-DIGUE 5.1 N +CA1NB000080 45.7133 -65.4034 86.6 NB SUSSEX CORNER 5.7 E - KWRC +CA1NB000081 46.0148 -66.9094 185.0 NB KESWICK RIDGE 2.5 NW +CA1NB000082 45.8840 -66.7738 99.1 NB HANWELL 0.9 ENE +CA1NB000083 45.1881 -67.2943 32.3 NB ST. STEPHEN 1.5 SW +CA1NB000084 45.6620 -65.7828 69.5 NB NORTON 7.1 WNW - KWRC +CA1NB000085 45.7580 -66.4939 31.4 NB GEARY 1.4 W +CA1NB000087 45.7567 -65.6387 29.0 NB BERWICK 4.4 SW +CA1NB000093 45.8341 -64.5771 32.3 NB HOPEWELL CAPE 1.8 SSE +CA1NB000095 45.8775 -66.8645 96.0 NB KINGSCLEAR 3.2 ESE +CA1NB000096 46.7142 -65.0561 26.5 NB SAINT-IGNACE 2.6 NE +CA1NB000097 45.9011 -66.6874 121.6 NB NEW MARYLAND 0.6 NW +CA1NB000098 45.5476 -66.5544 132.3 NB HOYT 4.2 S +CA1NL000002 47.5640 -52.7134 58.8 NL ST. JOHN'S 0.4 N +CA1NL000005 47.4535 -53.0894 11.0 NL CONCEPTION BAY SOUTH 10.7 SW +CA1NL000006 48.9536 -54.6186 128.3 NL GANDER 0.6 WSW +CA1NL000011 47.5035 -52.7973 138.7 NL MOUNT PEARL 2.1 SSE +CA1NL000013 51.4350 -57.0650 44.8 NL L'ANSE AU CLAIR 0.1 NW +CA1NL000014 47.4274 -53.5195 74.1 NL WHITBOURNE 1.4 NE +CA1NL000017 51.5202 -56.8369 33.5 NL L'ANSE AU LOUP 0.7 SSW +CA1NL000021 47.8601 -53.9233 22.3 NL SUNNYSIDE 0.0 S +CA1NL000026 49.0094 -57.5849 52.4 NL PASADENA 0.5 SE +CA1NL000031 46.9099 -53.5838 15.5 NL ST. MARY'S 0.6 WSW +CA1NL000035 49.3354 -55.4014 12.5 NL POINT LEAMINGTON 0.2 SW +CA1NL000036 47.8605 -55.8361 6.7 NL ST. ALBAN'S 2.1 SSE +CA1NL000049 47.1745 -55.1522 21.3 NL MARYSTOWN 1.1 SSW +CA1NL000050 47.5955 -52.6871 79.2 NL ST. JOHN'S 4.3 NNE +CA1NL000062 49.3127 -55.0331 2.7 NL EMBREE 0.2 W +CA1NL000063 47.1556 -53.4722 5.5 NL MOUNT CARMEL 0.1 NE +CA1NL000065 48.5544 -58.6185 36.3 NL KIPPENS 0.7 NE +CA1NL000066 48.2536 -58.7989 43.3 NL ROBINSONS 0.3 SW +CA1NL000067 47.5582 -52.7492 86.6 NL ST. JOHN'S 2.8 W +CA1NL000069 49.2440 -55.0648 12.5 NL LEWISPORTE 0.3 SSE - NL HAM +CA1NL000070 47.2544 -53.9756 279.2 NL PLACENTIA 1.3 N - NL HAM +CA1NL000072 47.5939 -52.7288 98.5 NL ST. JOHN'S 3.4 N +CA1NL000073 47.5480 -52.8882 154.8 NL PARADISE 3.0 NW +CA1NL000075 48.4472 -53.5580 30.2 NL SUMMERVILLE 0.9 SSE +CA1NL000076 51.3581 -55.5807 21.0 NL ST. ANTHONY 23.8 SE +CA1NL000079 47.5196 -52.8284 151.2 NL MOUNT PEARL 1.3 WNW +CA1NL000081 48.9312 -55.6533 85.6 NL GRAND FALLS-WINDSOR 1.2 S +CA1NL000082 48.9774 -54.6340 120.1 NL GANDER 2.7 NW +CA1NS000001 44.0632 -64.7146 72.5 NS LIVERPOOL 3.0 N +CA1NS000002 45.3515 -63.2834 57.3 NS TRURO 1.6 SSE +CA1NS000003 45.0792 -64.2711 103.3 NS WOLFVILLE 7.1 ESE +CA1NS000004 45.7086 -61.9024 31.7 NS JIMTOWN 0.2 WNW +CA1NS000006 44.4991 -63.5264 7.0 NS DUNCANS COVE 0.4 ESE +CA1NS000007 45.0713 -64.4857 32.0 NS KENTVILLE 0.9 SE +CA1NS000009 45.8912 -63.9765 46.0 NS AMHERST 20.4 ENE +CA1NS000010 44.8339 -63.5842 81.1 NS FALL RIVER 2.8 NE +CA1NS000011 44.7029 -63.5329 77.4 NS DARTMOUTH 5.1 NNE +CA1NS000012 45.7863 -63.6225 23.2 NS PUGWASH JUNCTION 1.5 SE +CA1NS000013 45.3825 -63.2281 48.2 NS TRURO 5.0 ENE +CA1NS000014 44.6826 -63.8602 77.7 NS UPPER TANTALLON 1.5 ESE +CA1NS000015 44.9326 -63.5428 23.8 NS ENFIELD 1.3 SSW +CA1NS000016 44.6427 -63.6043 41.8 NS HALIFAX 2.4 WSW +CA1NS000018 44.7518 -63.7910 128.3 NS HAMMONDS PLAINS 2.1 NNW +CA1NS000019 44.6662 -63.4954 82.0 NS DARTMOUTH 5.7 E +CA1NS000020 45.0257 -62.0267 5.8 NS SPANISH SHIP BAY 0.6 NE +CA1NS000022 44.4716 -65.8705 89.0 NS PLYMPTON 5.2 SE +CA1NS000023 45.0043 -65.1169 83.8 NS MIDDLETON 7.8 NNW +CA1NS000025 45.6725 -61.3328 85.3 NS CRANDALL ROAD 1.3 SW +CA1NS000026 44.8228 -65.3178 11.0 NS BRIDGETOWN 3.1 WSW +CA1NS000030 44.6708 -63.3047 27.4 NS WEST PORTERS LAKE 2.0 SSE +CA1NS000031 45.1019 -64.4144 26.2 NS PORT WILLIAMS 0.6 NW +CA1NS000032 45.6648 -63.0094 49.7 NS RIVER JOHN 10.2 SSE +CA1NS000035 43.6687 -65.2841 6.1 NS SANDY POINT 4.4 SE +CA1NS000036 44.6394 -63.5998 32.6 NS HALIFAX 2.2 SW +CA1NS000038 44.6352 -63.4215 21.6 NS COW BAY 1.3 N +CA1NS000039 46.2508 -60.6434 182.9 NS ST. ANNS 2.8 NW +CA1NS000041 44.6317 -64.0700 25.9 NS HUBBARDS 1.9 SW +CA1NS000043 44.7292 -63.6752 80.5 NS BEDFORD 0.6 WNW +CA1NS000044 44.3541 -66.1026 4.0 NS GROSSES COQUES 0.3 SW +CA1NS000045 44.6698 -64.8526 203.9 NS SPRINGFIELD 4.2 NNE +CA1NS000046 44.7104 -63.7331 88.7 NS HAMMOND PLAINS 2.0 SSE +CA1NS000049 45.2753 -62.7127 192.9 NS EAST LOON LAKE 0.1 N +CA1NS000050 44.6970 -63.1516 11.9 NS EAST PETPESWICK 7.5 S +CA1NS000053 43.9930 -66.1468 12.2 NS PORT MAITLAND 1.2 NNE +CA1NS000054 45.2615 -63.4314 65.8 NS GREEN OAKS 1.3 NNE +CA1NS000056 44.7246 -63.8192 105.8 NS HAMMOND PLAINS 2.9 WSW +CA1NS000059 44.7045 -64.4566 155.1 NS NEW ROSS 3.7 S +CA1NS000060 46.0565 -60.3151 23.2 NS SYDNEY FORKS +CA1NS000061 46.9162 -60.4946 9.1 NS ASPY BAY 0.9 SW +CA1NS000062 45.3608 -63.2682 41.1 NS TRURO 1.6 ESE +CA1NS000063 44.0250 -66.1030 21.9 NS CEDAR LAKE 1.0 SSW +CA1NS000064 45.8603 -64.2486 11.0 NS AMHERST 5.4 NW +CA1NS000067 43.5073 -65.6096 11.9 NS NORTH EAST POINT 1.1 NNE +CA1NS000068 45.0854 -63.7684 140.8 NS RAWDON GOLD MINES 3.4 N +CA1NS000069 43.6293 -65.7999 7.0 NS LOWER WEST PUBNICO 0.3 NE +CA1NS000070 46.2287 -60.3034 9.8 NS GEORGES RIVER 2.3 NNE +CA1NS000074 46.1855 -60.7343 118.9 NS BADDECK FORKS 2.5 E +CA1NS000081 45.3147 -64.4289 9.8 NS SCOTS BAY 3.1 WNW +CA1NS000082 43.7706 -66.1120 20.7 NS YARMOUTH 7.4 S +CA1NS000083 44.8307 -65.3266 5.2 NS CENTRELEA 1.2 NNW +CA1NS000086 45.7699 -64.2180 33.2 NS NAPPAN 1.7 E +CA1NS000092 46.3387 -60.6109 81.7 NS TARBOT 1.3 NE CBN +CA1NS000093 46.3526 -61.0776 30.2 NS MARGAREE HARBOUR 10.8 S CBN +CA1NS000094 46.3094 -61.0760 32.0 NS MARGAREE FORKS 2.6 SSE CBN +CA1NS000097 46.8849 -60.4629 2.1 NS SOUTH HARBOUR 1.8 N CBN +CA1NS000101 44.7397 -63.6502 42.7 NS BEDFORD 0.7 NNE +CA1NS000102 46.2055 -60.5019 66.1 NS NORTHSIDE 6.3 NE +CA1NS000103 45.2622 -62.7229 182.0 NS TRAFALGAR 4.9 WSW +CA1NS000105 43.7877 -65.9649 10.1 NS SLUICE POINT 0.4 SSE +CA1NS000106 44.5732 -64.2784 22.6 NS CHESTER BASIN 2.5 ENE +CA1NS000107 43.7581 -65.9885 11.6 NS WEDGEPORT 2.2 NNW +CA1NS000108 44.7273 -63.2734 38.4 NS WEST CHEZZETCOOK 1.3 NNW +CA1NS000109 44.4899 -66.0908 23.5 NS SANDY COVE 0.2 SW +CA1NS000110 44.3480 -64.4221 50.6 NS UPPER LAHAVE 2.8 SE +CA1NS000111 45.6229 -62.0017 7.9 NS ANTIGONISH 0.6 WSW +CA1NS000114 45.0307 -63.4026 37.2 NS MILFORD STATION 3.2 SE +CA1NS000118 45.7835 -61.9195 9.1 NS CAPE GEORGE 6.6 S +CA1NS000119 44.2193 -66.0887 47.9 NS METEGHAN RIVER 4.3 E +CA1NS000120 45.6474 -63.9176 36.9 NS COLLINGWOOD CORNER 4.9 NNE +CA1NS000123 45.3323 -63.2920 39.9 NS MILLBROOK 0.5 E - MI'KMAW CONS +CA1NS000134 44.6513 -63.5907 198.7 NS HALIFAX 0.9 ENE +CA1NS000142 44.4514 -64.3753 4.0 NS MAHONE BAY 0.5 NE +CA1NS000151 46.1465 -60.1566 36.0 NS SYDNEY 2.7 NE +CA1NS000152 44.7046 -63.5408 69.2 NS DARTMOUTH 4.0 NNE +CA1NT000001 62.4655 -114.3469 171.0 NT YELLOWKNIFE 1.7 NE +CA1NT000002 62.4612 -114.3513 158.2 NT YELLOWKNIFE 1.2 NE - GNWT +CA1NT000003 68.3560 -133.7190 19.2 NT INUVIK 0.5 SSE - GNWT +CA1NT000007 60.0060 -111.8995 204.2 NT FORT SMITH 1.0 WSW - GNWT +CA1NU000001 63.7578 -68.5211 107.9 NU IQALUIT 0.9 NNW - NATIONAL HYD +CA1ON000004 42.3419 -81.8797 181.7 ON BLENHEIM 9.8 E +CA1ON000005 44.5784 -80.9546 206.3 ON OWEN SOUND 1.5 NW - GSCA +CA1ON000006 42.3611 -82.2447 180.1 ON CHATHAM 6.5 SW +CA1ON000008 44.5125 -78.3606 253.0 ON LAKEFIELD 12.2 NW - MNRF +CA1ON000009 42.2845 -83.0346 186.2 ON WINDSOR 1.7 SE +CA1ON000010 43.2091 -80.9823 356.0 ON EMBRO 8.9 NW +CA1ON000013 44.5079 -80.2097 176.5 ON COLLINGWOOD 1.4 NNE +CA1ON000014 43.0702 -80.3923 263.3 ON BURFORD 4.7 SE +CA1ON000019 43.7144 -79.3567 124.7 ON TORONTO 7.0 NNE - CANWARN +CA1ON000020 45.1297 -76.1246 135.0 ON CARLETON PLACE 1.7 SE - MIVCA +CA1ON000021 45.0852 -76.1727 135.0 ON CARLETON PLACE 6.4 SSW - MIVCA +CA1ON000022 45.0430 -76.1974 137.2 ON CARLETON PLACE 11.4 SSW - MIVC +CA1ON000023 45.3585 -76.0666 100.6 ON CARP 3.0 WNW MIVCA +CA1ON000025 45.2550 -75.9105 116.7 ON STITTSVILLE 0.8 SSE - MIVCA +CA1ON000027 43.8977 -78.8744 109.7 ON OSHAWA 1.4 WSW +CA1ON000031 42.9542 -81.4349 243.2 ON KOMOKA 2.8 W +CA1ON000033 43.3713 -79.8355 162.5 ON BURLINGTON 1.7 W +CA1ON000034 45.2551 -75.9316 121.0 ON STITTSVILLE 1.5 WSW MIVCA +CA1ON000042 45.4899 -74.6457 100.3 ON VANKLEEK HILL 3.4 S +CA1ON000043 48.4355 -89.2684 227.4 ON THUNDER BAY 3.7 NW +CA1ON000045 42.3805 -82.1949 180.1 ON CHATHAM 2.2 SSW +CA1ON000046 43.8637 -81.1523 336.5 ON WROXETER 0.3 WSW - MVCA +CA1ON000049 42.5743 -82.2262 182.0 ON DRESDEN 4.1 WSW +CA1ON000050 43.4606 -81.3785 313.3 ON STAFFA 3.8 WNW +CA1ON000051 43.1013 -81.9987 216.1 ON FOREST 0.3 NNE +CA1ON000053 42.4030 -82.2097 180.1 ON CHATHAM 1.7 WNW +CA1ON000055 43.0505 -79.6371 185.0 ON ABINGDON 5.4 SE +CA1ON000056 42.4963 -81.8783 198.1 ON RIDGETOWN 6.2 N +CA1ON000059 43.8529 -80.7749 413.3 ON PALMERSTON 6.2 ENE +CA1ON000062 43.8761 -80.8059 407.5 ON PALMERSTON 5.8 NE +CA1ON000063 42.8339 -79.9298 183.2 ON FISHERVILLE 5.7 SSW +CA1ON000064 43.3420 -79.7970 93.3 ON BURLINGTON 3.4 SSE +CA1ON000066 42.9851 -80.2680 236.5 ON BOSTON 0.8 SSE +CA1ON000070 48.4212 -89.2787 223.1 ON THUNDER BAY 3.2 WNW - LRCA +CA1ON000071 43.2574 -81.1915 330.4 ON ST. MARYS 4.7 W +CA1ON000072 44.4061 -78.3888 249.3 ON YOUNGSTOWN 1.6 NE +CA1ON000075 43.3551 -81.7262 186.5 ON DASHWOOD 7.4 W +CA1ON000076 48.7628 -93.8036 375.8 ON EMO 14.7 N +CA1ON000077 44.5859 -76.3048 122.8 ON ELGIN 7.1 WSW - CANWARN +CA1ON000079 43.6559 -81.3100 340.5 ON WALTON 2.8 SSW - MVCA +CA1ON000080 43.6783 -81.2871 366.1 ON WALTON 1.1 ESE - CANWARN +CA1ON000082 43.0048 -79.2657 181.1 ON WELLAND 2.0 NW +CA1ON000083 45.2553 -75.9358 123.1 ON STITTSVILLE 1.8 WSW +CA1ON000084 43.9917 -79.6778 243.2 ON SCHOMBERG 1.2 S +CA1ON000086 43.4969 -80.2439 321.9 ON GUELPH 5.1 S - CANWARN +CA1ON000087 48.3539 -89.7461 354.2 ON O'CONNOR 3.7 WSW LRCA +CA1ON000088 48.4902 -89.3858 352.3 ON THUNDER BAY 14.1 NW - LRCA +CA1ON000089 43.5629 -79.7347 188.4 ON MISSISSAUGA 6.7 WSW +CA1ON000090 47.4021 -79.6765 302.4 ON COBALT 0.4 NE - CANWARN +CA1ON000092 45.4232 -76.0453 70.1 ON DUNROBIN 1.9 W - MVCA +CA1ON000093 42.4193 -82.0387 185.9 ON CHATHAM 12.6 E +CA1ON000094 43.4201 -81.4956 275.2 ON HENSALL 2.0 SSE - MVCA +CA1ON000096 44.0607 -79.4430 256.9 ON NEWMARKET 1.3 ENE - AAFC +CA1ON000097 48.3767 -89.2570 191.4 ON THUNDER BAY 3.7 SSW - LRCA +CA1ON000098 43.3593 -81.4465 275.5 ON EXETER 2.8 E - ABCA +CA1ON000099 48.1977 -89.4238 241.1 ON JARVIS RIVER 3.7 NE LRCA +CA1ON000101 42.2711 -83.0311 184.1 ON WINDSOR 3.0 SE +CA1ON000102 42.2469 -83.0804 177.1 ON LA SALLE 1.8 NE +CA1ON000103 43.1425 -80.0696 206.3 ON CALEDONIA 12.4 NW +CA1ON000106 42.3422 -82.0709 193.2 ON CHARING CROSS 2.5 ENE +CA1ON000109 43.9873 -81.1033 378.6 ON MILDMAY 5.9 SSE +CA1ON000110 44.1123 -81.1957 300.2 ON WALKERTON 3.8 WSW +CA1ON000115 43.3446 -79.8059 98.5 ON BURLINGTON 2.9 SSE +CA1ON000118 44.1653 -80.8206 338.3 ON DURHAM 1.4 S +CA1ON000119 44.1385 -77.4300 80.2 ON BELLEVILLE 5.2 SW - QUINTE CON +CA1ON000120 45.4624 -75.9712 59.1 ON DUNROBIN 5.8 NE MIVCA +CA1ON000121 49.6883 -83.6776 242.0 ON HEARST 1.2 W +CA1ON000125 43.6902 -80.4206 397.5 ON ELORA 0.8 NE - CANWARN +CA1ON000129 43.9150 -77.1877 84.4 ON MILFORD 8.0 WSW - CANWARN +CA1ON000130 44.4114 -79.6982 271.6 ON BARRIE 3.6 N - CANWARN +CA1ON000131 42.3266 -82.8873 177.1 ON TECUMSEH 0.7 NNW - CANWARN +CA1ON000132 43.8737 -80.1343 448.4 ON ORANGEVILLE 5.1 SSW - CANWARN +CA1ON000133 44.7910 -75.3822 72.5 ON CARDINAL 0.1 NNE - CANWARN +CA1ON000143 44.0412 -80.6893 449.6 ON MOUNT FOREST 7.6 NNE +CA1ON000144 43.6911 -80.6535 429.5 ON DRAYTON 7.0 S +CA1ON000145 43.5943 -81.0330 362.7 ON MONKTON 3.9 E +CA1ON000149 43.7421 -81.2463 340.5 ON BRUSSELS 0.4 ESE - MVCA +CA1ON000152 43.8942 -81.4161 326.4 ON WINGHAM 8.6 W - MVCA +CA1ON000153 44.5224 -79.8392 221.3 ON PHELPSTON 0.8 NE +CA1ON000155 43.1549 -81.7021 200.3 ON PARKHILL 2.0 SW +CA1ON000156 43.0449 -80.9346 293.5 ON INGERSOLL 4.4 W +CA1ON000158 44.2321 -80.7061 402.9 ON PRICEVILLE 7.0 WNW +CA1ON000159 42.6590 -81.4798 225.2 ON DUTTON 1.9 ESE +CA1ON000160 43.0072 -81.5849 251.2 ON STRATHROY 6.1 NNE +CA1ON000161 44.1814 -81.6223 203.0 ON KINCARDINE 1.7 NE +CA1ON000164 43.8028 -81.1838 341.4 ON BLUEVALE 8.0 SE - MVCA +CA1ON000166 42.8623 -80.8949 272.8 ON SPRINGFIELD 5.1 NE +CA1ON000167 42.8368 -82.2730 195.1 ON BRIGDEN 2.8 NNE +CA1ON000169 43.7711 -81.5315 299.9 ON LONDESBOROUGH 9.1 NNW +CA1ON000170 48.4535 -89.2239 222.5 ON THUNDER BAY 5.2 NNE +CA1ON000173 42.5970 -82.1781 183.2 ON DRESDEN 0.8 NNE +CA1ON000174 42.2930 -81.9734 183.2 ON BLENHEIM 4.9 SSE +CA1ON000178 43.6465 -81.7074 205.1 ON GODERICH 10.2 S - MVCA +CA1ON000179 43.6513 -81.3607 331.3 ON WALTON 5.8 WSW - MVCA +CA1ON000182 43.4539 -80.5119 340.5 ON KITCHENER 1.9 W +CA1ON000183 48.4552 -89.2826 282.5 ON THUNDER BAY 6.1 NNW LRCA +CA1ON000184 48.3806 -89.2898 196.3 ON THUNDER BAY 4.8 SW LRCA +CA1ON000185 43.5375 -81.3964 304.8 ON SEAFORTH 1.9 S - MVCA +CA1ON000186 43.4502 -80.4373 335.3 ON KITCHENER 4.1 E - UOFW +CA1ON000187 43.4702 -80.5063 328.6 ON WATERLOO 1.9 E - UOFW +CA1ON000189 43.6807 -80.3702 410.6 ON ELORA 4.6 E +CA1ON000192 42.8410 -81.7084 223.1 ON STRATHROY 14.9 SSW +CA1ON000195 43.6686 -81.0214 364.8 ON ATWOOD 0.2 WSW - MVCA +CA1ON000197 44.4418 -77.3343 163.1 ON TWEED 4.3 SSW +CA1ON000198 42.1999 -82.2928 190.2 ON TILBURY 13.4 ESE +CA1ON000199 43.4308 -80.1148 312.1 ON MORRISTON 2.0 S +CA1ON000200 48.7665 -92.6165 364.8 ON MINE CENTRE 0.1 SSE - MNRF +CA1ON000202 43.8308 -79.0047 89.9 ON AJAX 4.0 SE +CA1ON000203 43.9735 -81.5076 271.9 ON LUCKNOW 1.5 NNE - MVCA +CA1ON000208 45.3917 -76.3411 96.9 ON PAKENHAM 7.8 NNW +CA1ON000209 44.3166 -78.3230 217.0 ON PETERBOROUGH 1.9 NNE +CA1ON000210 42.8912 -80.8473 255.1 ON BROWNSVILLE 3.3 N +CA1ON000211 48.5335 -89.4898 335.3 ON KAMINISTIQUIA 7.2E - LRCA +CA1ON000212 44.9566 -76.1591 135.0 ON PERTH 9.5 NE +CA1ON000213 43.5189 -79.6157 90.2 ON MISSISSAUGA 8.1 SSE +CA1ON000214 43.9186 -77.0648 90.8 ON MILFORD 2.7 SE +CA1ON000215 44.0346 -77.1408 93.0 ON PICTON 3.2 N +CA1ON000216 42.1735 -82.4262 183.8 ON WHEATLEY 9.3 NNE +CA1ON000218 43.4038 -79.7999 146.9 ON BURLINGTON 3.9 NNE - CANWARN +CA1ON000220 46.0959 -77.4785 131.1 ON DEEP RIVER 1.5 SE - MNRF +CA1ON000223 48.3925 -89.2774 199.3 ON THUNDER BAY 3.3 WSW +CA1ON000224 50.2127 -86.7010 316.7 ON NAKINA 3.8 N - MNRF +CA1ON000225 45.2283 -74.5965 78.6 ON GREEN VALLEY 3.3 S +CA1ON000226 43.4664 -81.1862 345.3 ON MITCHELL 1.1 ESE +CA1ON000228 42.4248 -81.8335 213.1 ON RIDGETOWN 4.5 ESE +CA1ON000229 43.9954 -79.4734 262.1 ON AURORA 0.4 SW - MNRF +CA1ON000230 42.3947 -81.8404 200.6 ON MORPETH 0.5 ENE +CA1ON000232 43.9350 -77.0910 90.8 ON MILFORD 0.1 NNE - QUINTE CONSE +CA1ON000233 43.9903 -77.0277 96.6 ON PICTON 9.4 E +CA1ON000235 44.5422 -76.7709 152.7 ON GODFREY 17.3 E - QUINTE CONSER +CA1ON000236 44.1785 -77.3493 89.6 ON BELLEVILLE 2.8 ENE - QUINTE CO +CA1ON000238 43.8235 -79.1355 121.0 ON PICKERING 2.3 WSW +CA1ON000242 44.9157 -77.0144 268.2 ON PLEVNA 5.9 SSW MIVCA +CA1ON000244 44.9799 -77.0687 301.1 ON PLEVNA 7.0 WNW - MIVCA +CA1ON000245 44.5056 -79.8103 240.8 ON PHELPSTON 3.1 ESE +CA1ON000247 44.3064 -78.3744 253.9 ON PETERBOROUGH 3.3 W - MNRF +CA1ON000248 42.2494 -83.0000 189.6 ON WINDSOR 6.5 SE +CA1ON000260 41.9985 -82.8341 178.3 ON HARROW 8.1 ESE +CA1ON000261 42.0303 -82.5905 178.0 ON LEAMINGTON 2.4 SSE +CA1ON000272 42.2966 -82.7591 175.0 ON BELLE RIVER 4.5 W +CA1ON000278 42.3184 -82.8606 177.4 ON TECUMSEH 2.0 E +CA1ON000283 42.2935 -82.6912 175.0 ON BELLE RIVER 1.1 ENE +CA1ON000285 42.0769 -82.5974 192.0 ON LEAMINGTON 3.0 N +CA1ON000291 42.3160 -82.8801 179.2 ON TECUMSEH 0.7 SE +CA1ON000293 41.9935 -82.9399 181.7 ON HARROW 5.0 SSW +CA1ON000298 42.0840 -82.9357 189.0 ON HARROW 6.5 NNW +CA1ON000299 42.0601 -82.6069 191.1 ON LEAMINGTON 1.2 NNW +CA1ON000302 42.3064 -82.9203 181.4 ON WINDSOR 10.9 E +CA1ON000303 42.1460 -82.9111 191.1 ON ESSEX 8.2 WSW +CA1ON000306 42.1239 -82.5559 194.2 ON WHEATLEY 8.4 WNW +CA1ON000310 42.3139 -82.8801 179.2 ON TECUMSEH 0.9 SSE +CA1ON000311 42.3260 -82.8766 176.8 ON TECUMSEH 0.9 NE +CA1ON000312 42.2163 -82.7047 184.1 ON NORTH WOODSLEE 0.9 ENE +CA1ON000313 43.4236 -79.9026 228.0 ON BURLINGTON 9.3 NW - HRCA +CA1ON000314 42.3206 -82.8779 178.0 ON TECUMSEH 0.6 E +CA1ON000320 42.3217 -82.9006 178.0 ON WINDSOR 12.8 ENE +CA1ON000321 42.2882 -83.0493 184.1 ON WINDSOR 0.6 SSE +CA1ON000322 42.3179 -83.0152 182.3 ON WINDSOR 4.0 NE +CA1ON000323 46.3938 -82.6564 309.4 ON ELLIOT LAKE 1.4 N +CA1ON000324 42.1315 -83.0881 182.0 ON AMHERSTBURG 4.0 NNE +CA1ON000329 42.0183 -82.9089 194.2 ON HARROW 2.1 SSE +CA1ON000330 42.2946 -82.7610 175.6 ON BELLE RIVER 4.7 W +CA1ON000332 42.3289 -82.8781 175.6 ON TECUMSEH 1.1 NNE +CA1ON000333 42.3193 -82.8730 178.0 ON TECUMSEH 1.0 E +CA1ON000334 42.8334 -81.1486 234.7 ON ST. THOMAS 6.6 NNE - KCCA +CA1ON000335 50.1891 -86.7268 306.6 ON NAKINA 1.6 NW - MNRF +CA1ON000336 42.3179 -82.8831 178.9 ON TECUMSEH 0.4 SSE +CA1ON000341 43.5550 -81.7007 200.9 ON BAYFIELD 0.6 SSW - ABCA +CA1ON000342 44.0978 -81.7277 185.0 ON LURGAN BEACH 1.4 NNE - LHCC +CA1ON000344 43.0788 -80.4181 255.4 ON BURFORD 2.9 SSE - CANWARN +CA1ON000345 45.8892 -80.7306 177.7 ON KEY HARBOUR 1.8 NW +CA1ON000348 42.2834 -81.9492 177.4 ON BLENHEIM 6.9 SE - KSCIA +CA1ON000351 44.9563 -76.2949 153.0 ON PERTH 7.0 NNW - LNKSCIA +CA1ON000352 46.2884 -78.7160 192.9 ON MATTAWA 2.6 SSW - MNRF +CA1ON000353 42.5895 -80.5091 171.3 ON PORT ROWAN 6.2 SW - NSCIA +CA1ON000354 42.7549 -80.5047 219.8 ON PINE GROVE 4.8 SW - NSCIA +CA1ON000355 42.6724 -80.6871 206.0 ON LANGTON 12.2 SW - NSCIA +CA1ON000356 42.8622 -80.2973 228.0 ON SIMCOE 2.6 NNE - NSCIA +CA1ON000357 48.4530 -89.2130 229.2 ON THUNDER BAY 5.4 NNE - LRCA +CA1ON000360 42.9902 -80.1768 217.6 ON HAGERSVILLE 10.7 WNW - NSCIA +CA1ON000361 42.9470 -80.2540 232.6 ON WATERFORD 3.5 ENE - NSCIA +CA1ON000362 42.8327 -80.5500 235.3 ON DELHI 5.1 WSW - NSCIA +CA1ON000363 42.8474 -80.5896 240.2 ON DELHI 8.0 W - NSCIA +CA1ON000364 42.7221 -80.5557 217.9 ON LANGTON 3.3 SSE - NSCIA +CA1ON000365 42.3773 -82.0497 190.2 ON BLENHEIM 6.4 NW - AGRIS +CA1ON000366 42.4831 -81.7886 225.2 ON HIGHGATE 3.0 SE - AGRIS +CA1ON000367 42.7881 -80.7026 224.3 ON TILLSONBURG 9.2 SSE - NSCIA +CA1ON000369 42.7786 -80.6502 234.4 ON COURTLAND 7.2 S - NSCIA +CA1ON000370 42.6095 -80.5988 201.8 ON CULTUS 3.1 SSE - NSCIA +CA1ON000379 42.4256 -81.8447 221.0 ON RIDGETOWN 3.6 ESE - AGRIS +CA1ON000382 42.0064 -82.7935 175.3 ON KINGSVILLE 5.8 SW - AGRIS +CA1ON000383 42.0636 -82.8218 186.2 ON HARROW 8.6 ENE - AGRIS +CA1ON000384 42.1091 -83.0408 186.2 ON AMHERSTBURG 5.2 E - AGRIS +CA1ON000385 42.2450 -82.8046 184.1 ON ESSEX 8.1 N - AGRIS +CA1ON000390 42.1042 -82.4579 180.1 ON WHEATLEY 1.2 NNE - AGRIS +CA1ON000393 42.7874 -82.3015 189.3 ON BRIGDEN 3.2 SSW -AGRIS +CA1ON000395 42.6656 -82.3453 183.2 ON WALLACEBURG 8.5 NNE - AGRIS +CA1ON000398 44.3593 -78.3055 239.0 ON PETERBOROUGH 6.8 NNE - MNRF +CA1ON000404 42.7459 -81.7310 179.8 ON GLENCOE 1.7 W - AGRIS +CA1ON000405 42.7873 -81.6351 185.9 ON APPIN 1.5 SE - AGRIS +CA1ON000407 42.8116 -81.6079 190.8 ON APPIN 3.8 ENE - AGRIS +CA1ON000408 42.9679 -81.6207 204.8 ON STRATHROY 1.0 N - AGRIS +CA1ON000409 42.9537 -81.8859 200.9 ON WATFORD 0.6 NW - AGRIS +CA1ON000411 42.5688 -82.0395 186.2 ON THAMESVILLE 5.3 WNW - AGRIS +CA1ON000413 42.6162 -81.4708 213.1 ON WALLACETOWN 1.9 S - AGRIS +CA1ON000414 42.7860 -81.5910 184.7 ON MELBOURNE 4.6 SW - AGRIS +CA1ON000415 42.8326 -81.6983 189.0 ON STRATHROY 15.4 SSW - AGRIS +CA1ON000416 44.1133 -78.2484 235.6 ON GORES LANDING 1.2 WSW - CANWAR +CA1ON000417 44.4779 -81.3857 177.1 ON SOUTHAMPTON 1.8 SW - LHCC +CA1ON000418 45.1395 -75.0816 85.6 ON FINCH 0.6 SSE - SNCA +CA1ON000419 42.5586 -81.9371 152.7 ON THAMESVILLE 3.3 E - AGRIS +CA1ON000421 43.0423 -82.1148 202.1 ON CAMLACHIE 4.0 E - AGRIS +CA1ON000425 42.5348 -81.9549 190.2 ON THAMESVILLE 2.9 SE - AGRIS +CA1ON000427 42.7901 -82.4011 189.3 ON COURTRIGHT 6.4 ESE - AGRIS +CA1ON000428 42.8383 -82.3643 195.1 ON MOORETOWN 8.2 E - AGRIS +CA1ON000430 42.7869 -82.2588 190.2 ON BRIGDEN 3.5 SE - AGRIS +CA1ON000432 42.8318 -82.0452 193.9 ON PETROLIA 10.3 ESE - AGRIS +CA1ON000434 43.0143 -82.3826 179.8 ON SARNIA 2.6 N - LHCC +CA1ON000438 42.3760 -81.9078 211.5 ON BLENHEIM 8.8 ENE - AGRIS +CA1ON000441 42.5967 -82.1751 180.1 ON DRESDEN 0.9 NE - AGRIS +CA1ON000442 42.0062 -82.5493 175.3 ON LEAMINGTON 6.4 SE - AGRIS +CA1ON000443 42.5300 -82.3407 167.3 ON TUPPERVILLE 8.9 SW - AGRIS +CA1ON000444 42.6029 -82.2304 182.0 ON DRESDEN 4.2 WNW - AGRIS +CA1ON000445 42.8857 -82.3336 203.3 ON CORUNNA 9.4 E - AGRIS +CA1ON000448 44.6719 -76.3154 132.9 ON PORTLAND 10.2 WSW - RVCA +CA1ON000449 44.7763 -81.1307 181.7 ON WIARTON 4.0 N - GSCA +CA1ON000450 44.5390 -80.8888 294.4 ON OWEN SOUND 4.8 SE - GSCA +CA1ON000451 44.5809 -80.9303 212.4 ON OWEN SOUND 1.2 N - GSCA +CA1ON000452 44.4612 -80.8751 323.7 ON CHATSWORTH 1.8 ENE - GSCA +CA1ON000453 44.6158 -81.0876 224.3 ON SHALLOW LAKE 0.0 SSE - GSCA +CA1ON000454 42.5487 -81.9781 158.8 ON THAMESVILLE 0.7 S - AGRIS +CA1ON000455 44.6023 -80.5908 192.0 ON MEAFORD 0.3 ESE - GSCA +CA1ON000460 42.4796 -81.9506 154.8 ON THAMESVILLE 8.7 SSE - AGRIS +CA1ON000462 42.7040 -81.1362 186.8 ON SPARTA 4.6 W - AGRIS +CA1ON000464 42.4533 -82.0824 183.2 ON CHATHAM 10.6 NE - AGRIS +CA1ON000466 44.1120 -77.0843 116.4 ON PICTON 12.7 NNE +CA1ON000469 44.5834 -80.5831 298.4 ON MEAFORD 2.4 SSE - GSCA +CA1ON000472 42.4859 -81.7863 225.2 ON HIGHGATE 2.9 SE +CA1ON000473 44.6113 -79.4350 273.4 ON ORILLIA 1.0 W - MNRF +CA1ON000475 42.9196 -81.0965 286.8 ON BELMONT 3.8 NNW - OMAFRA +CA1ON000476 44.7460 -76.4227 161.5 ON WESTPORT 7.8 NNW - RVCA +CA1ON000477 43.0714 -79.9567 190.2 ON CALEDONIA 0.3 NW - GRCA +CA1ON000478 44.1442 -77.6619 181.1 ON TRENTON 7.7 WNW - LTC +CA1ON000481 42.7137 -81.4474 192.9 ON DUTTON 7.1 NE - AGRIS +CA1ON000482 44.6234 -80.9478 199.3 ON OWEN SOUND 6.1 NNW - GSCA +CA1ON000484 44.4340 -80.9982 277.7 ON CHATSWORTH 8.5 WSW - GSCA +CA1ON000490 45.0556 -79.4235 228.9 ON BRACEBRIDGE 8.9 W +CA1ON000491 43.5607 -80.9089 381.0 ON MILVERTON 1.1 ESE- CANWARN +CA1ON000492 44.6248 -80.9477 206.7 ON OWEN SOUND 6.3 NNW - GSCA +CA1ON000493 44.6134 -80.8539 252.4 ON LEITH 1.8 SE - GSCA +CA1ON000495 44.3435 -80.5614 416.1 ON MARKDALE 7.5 ENE - GSCA +CA1ON000496 44.5435 -80.4623 206.0 ON CLARKSBURG 0.3 S - GSCA +CA1ON000497 42.2744 -82.9806 192.3 ON WINDSOR 6.2 ESE +CA1ON000498 48.4604 -89.2541 253.0 ON THUNDER BAY 5.9 N - LRCA +CA1ON000500 44.4273 -80.4749 400.5 ON CLARKSBURG 13.2 S - GSCA - SCH +CA1ON000501 44.5829 -81.0867 225.2 ON SHALLOW LAKE 3.7 S - GSCA +CA1ON000502 44.5576 -80.9367 189.9 ON OWEN SOUND 1.4 SSW - GSCA +CA1ON000504 43.1293 -80.2595 200.3 ON BRANTFORD 1.8 S - MVCA +CA1ON000505 44.6891 -80.8226 181.1 ON LEITH 8.3 NNE - GSCA +CA1ON000506 44.3111 -80.4952 437.7 ON FLESHERTON 6.9 NE - GSCA +CA1ON000507 44.5270 -80.7172 255.1 ON BOGNOR 2.1 ENE - GSCA +CA1ON000508 43.5943 -80.3211 348.4 ON GUELPH 8.7 NW - AGRIS +CA1ON000510 44.2115 -80.6847 418.8 ON MARKDALE 12.2 SSW - GSCA +CA1ON000512 45.0272 -75.6420 85.0 ON KEMPTVILLE 1.1 N - SNCA +CA1ON000514 48.4499 -89.1983 195.4 ON THUNDER BAY 5.6 NNE - LRCA +CA1ON000515 48.4065 -89.6171 281.9 ON KAKABEKA FALLS 0.5 NNW - LRCA +CA1ON000516 43.9018 -79.2388 212.1 ON MARKHAM 3.4 NE +CA1ON000520 43.5824 -81.5178 285.0 ON CLINTON 4.2 SSE +CA1ON000525 43.1373 -80.7369 311.2 ON WOODSTOCK 1.2 ENE +CA1ON000526 46.2536 -83.9001 218.8 ON HILTON BEACH 0.7 SW - MNRF +CA1ON000533 45.5640 -75.0600 52.4 ON PLANTAGENET 6.1 WNW - SNCA +CA1ON000536 42.5267 -81.9677 189.9 ON THAMESVILLE 3.3 SSE - AGRIS +CA1ON000537 45.0093 -75.3810 72.2 ON INKERMAN 3.1 SSE - SNCA +CA1ON000542 42.8703 -79.8124 200.3 ON FISHERVILLE 7.5 E +CA1ON000543 44.3633 -80.6168 420.3 ON MARKDALE 5.6 NNE - SVCA +CA1ON000545 44.1531 -77.8580 159.7 ON NORHAM 4.0 SSE - LTC +CA1ON000547 44.6235 -81.1065 235.9 ON SHALLOW LAKE 1.7 WNW - GSCA +CA1ON000548 44.0857 -77.7165 182.6 ON BRIGHTON 5.3 NNE - LTC +CA1ON000549 45.4194 -75.4328 83.8 ON NAVAN 0.5 WSW - SNCA +CA1ON000552 43.9701 -79.4856 310.6 ON AURORA 3.3 SSW +CA1ON000553 44.9182 -75.4010 74.7 ON SOUTH MOUNTAIN 9.0 SSE +CA1ON000555 44.1942 -77.6905 179.5 ON STOCKDALE 5.0 W +CA1ON000556 42.8353 -80.6381 232.0 ON COURTLAND 0.9 SSW - NSCIA +CA1ON000557 43.6009 -79.5243 95.1 ON ETOBICOKE 7.8 SSE - CANWARN +CA1ON000558 44.1749 -78.0868 263.3 ON ALDERVILLE 1.8 WSW - MNRF +CA1ON000559 44.3095 -77.5169 168.6 ON STIRLING 2.9 ENE - LTC +CA1ON000561 44.3961 -80.9891 284.7 ON DESBORO 0.3 S - GSCA +CA1ON000562 44.9232 -75.2039 86.9 ON MORRISBURG 3.3 NNW - SNCA +CA1ON000563 42.6683 -80.4466 206.3 ON PORT ROWAN 4.7 N - NSCIA +CA1ON000564 43.6605 -79.4090 119.8 ON TORONTO 2.2 WNW +CA1ON000569 42.9349 -80.2888 241.4 ON WATERFORD 0.4 NNE +CA1ON000570 42.9610 -80.5343 250.2 ON NORWICH 6.0 ESE - NSCIA +CA1ON000571 42.8580 -81.4944 230.1 ON MOUNT BRYDGES 5.6 S - AGRIS +CA1ON000576 42.4994 -82.2777 179.2 ON DRESDEN 12.8 SW - AGRIS +CA1ON000579 45.0022 -81.3672 187.5 ON STOKES BAY 0.1 SSE - GSCA +CA1ON000580 42.4353 -82.2500 181.7 ON CHATHAM 6.3 NW - AGRIS +CA1ON000582 41.7520 -82.6699 178.6 ON PELEE ISLAND 2.0 SE - AGRIS +CA1ON000583 42.5055 -81.7324 209.7 ON DUART 1.7 ENE - AGRIS +CA1ON000585 42.9506 -81.6073 231.6 ON STRATHROY 1.4 SE - AGRIS +CA1ON000586 42.6532 -82.3481 182.6 ON WALLACEBURG 7.1 NNE - AGRIS +CA1ON000587 42.4581 -82.0660 185.6 ON LOUISVILLE 4.9 ESE - AGRIS +CA1ON000593 43.4515 -80.4318 337.1 ON KITCHENER 4.5 E +CA1ON000594 45.3601 -75.3483 78.0 ON VARS 0.9 NNE - SNCA +CA1ON000595 49.7967 -92.6678 180.1 ON DRYDEN 12.1 E +CA1ON000599 48.1645 -89.3042 194.2 ON NEEBING 12.1 ESE - LRCA +CA1ON000602 44.5197 -80.9474 262.1 ON OWEN SOUND 5.7 SSW - GSCA +CA1ON000611 42.3143 -83.0108 182.9 ON WINDSOR 4.1 NE +CA1ON000614 43.7389 -80.5638 465.4 ON ALMA 5.0 W +CA1ON000616 43.4574 -81.0285 374.3 ON ROSTOCK 4.1 SSW +CA1ON000618 43.7876 -80.3106 201.5 ON BELWOOD 1.1 ESE - MNRF +CA1ON000620 44.8769 -78.3927 366.1 ON GOODERHAM 3.4 SSW +CA1ON000621 48.3916 -89.2911 192.9 ON THUNDER BAY 4.2 WSW - MNRF +CA1ON000622 42.9007 -81.4524 237.4 ON MOUNT BRYDGES 3.6 ESE +CA1ON000624 42.8664 -79.0531 181.7 ON CRYSTAL BEACH 0.5 ESE +CA1ON000637 43.6203 -79.6643 189.3 ON MISSISSAUGA 3.9 N +CA1ON000641 42.4090 -81.9636 199.3 ON BLENHEIM 8.9 NNE +CA1ON000642 42.6166 -80.7032 202.4 ON PORT BURWELL 8.5 ESE - NSCIA +CA1ON000644 42.6015 -80.6633 200.3 ON PORT BURWELL 12.2 ESE - NSCIA +CA1ON000646 43.5342 -79.6209 101.5 ON MISSISSAUGA 6.4 SSE - CANWARN +CA1ON000649 44.4558 -80.8915 182.6 ON CHATSWORTH 0.3 NE - GSCA +CA1ON000650 43.0015 -80.2869 187.1 ON WILSONVILLE 2.6 E - NSCIA +CA1ON000655 42.2159 -83.0925 177.4 ON LA SALLE 2.0 S +CA1ON000662 44.1203 -77.5035 78.3 ON TRENTON 5.9 E - CANWARN +CA1ON000663 42.0447 -82.9744 194.8 ON HARROW 4.7 WNW +CA1ON000665 42.2128 -83.0605 178.3 ON LA SALLE 3.6 SE +CA1ON000666 44.4860 -79.8211 229.2 ON ANTEN MILLS 0.1 N +CA1ON000667 43.7352 -80.9232 388.6 ON LISTOWEL 2.3 E +CA1ON000668 43.0285 -80.3492 242.3 ON SCOTLAND 2.1 ENE - BSCIA02 +CA1ON000670 42.8912 -79.1249 186.2 ON SILVER BAY 3.5 ENE +CA1ON000672 42.1560 -82.4815 186.5 ON WHEATLEY 7.1 NNW +CA1ON000673 43.6606 -80.9352 386.8 ON GOTHAM 0.2 SE +CA1ON000675 43.2644 -80.3101 290.5 ON GLEN MORRIS 3.0 ESE - BSCIA05 +CA1ON000681 48.3216 -89.3399 213.7 ON THUNDER BAY 12.1 SW - LRCA +CA1ON000684 43.4050 -80.2807 324.9 ON CAMBRIDGE 2.6 ENE +CA1ON000686 42.9654 -81.6301 232.0 ON STRATHROY 1.1 NW +CA1ON000689 44.1636 -81.6382 198.7 ON KINCARDINE 0.7 SSW +CA1ON000691 48.4399 -89.2323 158.5 ON THUNDER BAY 3.6 N +CA1ON000697 42.5872 -82.1829 185.0 ON DRESDEN 0.4 SSW +CA1ON000698 42.8151 -81.6282 225.6 ON APPIN 2.7 NE +CA1ON000699 45.3167 -74.4712 0.0 ON NORTH LANCASTER 8.3 NNE +CA1ON000701 42.9864 -80.2162 174.7 ON WATERFORD 8.6 NE - NSCIA +CA1ON000707 42.0089 -82.9766 178.6 ON HARROW 5.6 WSW +CA1ON000708 44.5508 -80.8298 315.5 ON OWEN SOUND 8.3 ESE - GSCA +CA1PE000001 46.2358 -63.0821 29.0 PE STRATFORD 2.3 NNE +CA1PE000003 46.4667 -63.9892 20.1 PE WELLINGTON 1.6 NE +CA1PE000005 46.2374 -63.2138 15.8 PE CORNWALL 0.9 NNE +CA1PE000006 46.8818 -64.1973 11.9 PE MIMINEGASH 2.2 E +CA1PE000007 46.4274 -62.7087 8.8 PE MORELL 1.4 NNW +CA1PE000010 46.4698 -63.4920 29.6 PE NEW LONDON 1.6 ENE +CA1PE000013 46.3521 -63.7773 1.5 PE BEDEQUE 4.4 WNW +CA1PE000014 46.4457 -63.3121 19.5 PE NORTH RUSTICO 1.4 S +CA1PE000015 46.4325 -63.8215 30.2 PE SLEMON PARK 0.3 SSE +CA1PE000019 46.2924 -63.1727 59.1 PE CHARLOTTETOWN 6.5 NNW +CA1PE000020 46.2508 -63.3341 71.3 PE BONSHAW 6.6 NNE +CA1PE000023 46.2482 -63.6852 7.9 PE BORDEN 0.9 SE +CA1PE000025 46.0459 -62.7227 114.0 PE CALEDONIA 1.8 SW +CA1PE000026 46.3755 -63.0353 2.7 PE GRAND TRACADIE 2.3 SE +CA1PE000027 46.2465 -62.6709 30.5 PE CARDIGAN 3.8 WNW - MCPEI +CA1PE000028 46.3067 -62.7512 62.8 PE PEAKES 2.3 ENE +CA1PE000034 46.0543 -62.6276 84.4 PE ALLISTON 1.7 WSW - MCPEI +CA1PE000036 46.4900 -63.6123 14.0 PE SPRING VALLEY 1.5 SE - MCPEI +CA1PE000038 46.3565 -62.2121 19.2 PE SOURIS 2.8 E - MCPEI +CA1PE000042 46.1888 -62.8484 165.5 PE VERNON BRIDGE 4.3 ENE - MCPEI +CA1PE000043 46.2011 -62.8174 165.2 PE GLENCOE 0.3 W +CA1PE000045 46.0094 -62.8672 165.8 PE BELLE RIVER 3.8 NNW - MCPEI +CA1QC000005 48.1888 -65.6261 152.1 QC SAINT-ALPHONSE-DE-CAPLAN 0.1 N +CA1QC000007 45.5025 -73.8129 28.3 QC DOLLARD-DES ORMEAUX 1.6 NNE +CA1QC000014 45.5461 -73.2201 13.1 QC MCMASTERVILLE 1.1 ESE +CA1QC000016 45.0263 -73.0880 197.5 QC SAINT-ARMAND 3.6 W +CA1QC000018 45.8739 -74.0871 172.8 QC PRéVOST 0.6 N +CA1QC000019 48.3401 -69.4065 185.6 QC LES ESCOUMINS 2.1 SSE +CA1QC000022 45.9784 -74.3530 395.9 QC SAINT-ADOLPHE-D'HOWARD 1.4 NW +CA1QC000023 45.5069 -73.8124 29.0 QC DOLLARD-DES ORMEAUX 2.0 NNE +CA1QC000026 45.6044 -75.4039 138.7 QC BUCKINGHAM 1.7 NNE +CA1QC000028 45.2915 -74.1812 47.5 QC COTEAU-DU-LAC 0.5 SW +CA1QC000030 45.5314 -73.6386 179.2 QC MONT-ROYAL 1.6 NNE +CA1QC000031 46.9227 -71.1543 175.0 QC BOISCHATEL 3.2 NNW +CA1QC000032 46.5523 -71.1337 147.2 QC SAINT-ISIDORE 4.7 SW +CA1QC000033 47.4914 -79.4376 222.2 QC GUIGUES 3.0 N +CA1QC000034 45.3487 -73.3030 39.0 QC SAINT-JEAN-SUR-RICHELIEU 4.8 N +CA1QC000035 45.0867 -74.1747 49.1 QC HUNTINGDON 0.3 SSE +CA1QC000037 45.5536 -73.7698 35.4 QC LAVAL 3.8 SSW +CA1QC000038 45.5128 -73.5641 27.1 QC MONTRéAL 1.8 S - JEANNE-MANCE +CA1QC000039 46.8479 -71.2306 23.5 QC QUéBEC 4.1 N +CA1QC000041 45.5121 -73.5601 32.3 QC MONTRéAL 1.9 S +CA1QC000042 46.2080 -77.7154 124.7 QC RAPIDES-DES-JOACHIMS 2.6 NW +CA1SK000002 50.4826 -104.6385 577.6 SK REGINA 3.8 NW +CA1SK000003 50.3351 -103.9455 665.7 SK VIBANK 0.1 N +CA1SK000006 51.5694 -107.2341 564.5 SK CONQUEST 4.5 N +CA1SK000008 50.3841 -105.5668 553.2 SK MOOSE JAW 2.4 WSW +CA1SK000009 50.7109 -104.7443 491.0 SK CRAVEN 4.6 E +CA1SK000010 50.5092 -105.0747 570.6 SK PENSE 12.3 NNW +CA1SK000014 49.1852 -101.7876 520.0 SK CARNDUFF 1.4 NNE +CA1SK000015 52.1381 -106.5720 508.7 SK SASKATOON 5.2 E +CA1SK000016 52.1130 -106.6492 0.0 SK SASKATOON 2.4 S +CA1SK000017 50.9372 -102.8151 549.6 SK MELVILLE 0.9 NNW +CA1SK000019 53.2574 -105.7470 464.5 SK PRINCE ALBERT 6.0 N +CA1SK000022 50.4162 -105.5715 579.7 SK MOOSE JAW 3.3 NW +CA1SK000024 51.5615 -107.9893 587.7 SK ROSETOWN 0.6 NNE +CA1SK000027 49.7772 -106.5844 708.1 SK GRAVELBOURG 11.6 S +CA1SK000030 50.2696 -107.7961 755.6 SK SWIFT CURRENT 1.75 S +CA1SK000032 53.6050 -105.8944 518.2 SK EMMA LAKE 4.3 N +CA1SK000033 50.2481 -105.6781 699.8 SK BUSHELL PARK 13.4 SW +CA1SK000036 50.4211 -104.6122 575.8 SK REGINA 3.85 S +CA1SK000037 51.7139 -103.9908 582.8 SK WYNYARD 14.2 SE +CA1SK000043 53.3436 -104.0752 402.9 SK NIPAWIN 8.9 SE +CA1SK000044 51.6747 -105.4653 538.9 SK WATROUS 0.25 ENE +CA1SK000048 55.4900 -107.9236 424.9 SK ILE-A-LA-CROSSE 4.55 NNW +CA1SK000049 52.7833 -105.9280 527.9 SK ST ISIDORE DE BELLEVUE 0.4 W +CA1SK000050 50.8516 -105.1409 530.4 SK DILKE 8.2 ESE +CA1SK000051 52.0644 -106.6411 508.7 SK SASKATOON 8.0 S +CA1SK000056 49.6520 -106.2642 755.9 SK LIMERICK 0.1 W +CA1SK000057 51.8294 -103.4692 534.9 SK KUROKI 5.1 SSE +CA1SK000059 51.2522 -106.5403 617.8 SK LOREBURN 5.4 NE +CA1SK000060 52.6744 -108.9081 638.9 SK ROCKHAVEN 2.5 W +CA1SK000061 52.9100 -109.7267 677.9 SK NEILBURG 10.4 NW +CA1SK000062 53.1295 -105.8125 452.9 SK PRINCE ALBERT 9.3 SSW +CA1SK000063 51.0267 -108.0561 609.9 SK SANCTUARY 3.8 NNE +CA1SK000065 53.0808 -106.7903 510.8 SK LAKE FOUR 2.2 S +CA1SK000066 52.8100 -104.3486 492.9 SK STAR CITY 6.5 S +CA1SK000069 52.1453 -106.5744 499.9 SK SASKATOON 5.1 ENE +CA1SK000071 53.5972 -105.7361 529.7 SK CHRISTOPHER LAKE 7.3 NNE +CA1SK000072 53.2050 -104.0658 364.8 SK CODETTE 8.6 SSW +CA1SK000074 53.3290 -106.1377 486.8 SK HOLBEIN 11.3 NNE +CA1SK000076 52.4775 -106.3831 496.8 SK HAGUE 4.3 SSE +CA1SK000077 49.9689 -107.9383 853.7 SK LAC PELLETIER 2.1 SSW +CA1SK000083 52.1357 -105.7888 561.7 SK MEACHAM 3.4 NNW +CA1SK000084 52.7475 -105.6197 531.3 SK DOMREMY 8.7 ESE +CA1SK000085 50.3945 -105.8601 613.9 SK CARON 6.9 SSE +CA1SK000086 50.4222 -104.6355 573.0 SK REGINA 4.2 SW +CA1SK000089 49.6050 -102.0841 660.8 SK MANOR 0.6 S +CA1SK000091 51.1240 -104.9917 557.8 SK STRASBOURG 6.5 NNW +CA1SK000093 50.5999 -104.9026 497.4 SK LUMSDEN 5.4 SSW +CA1SK000098 50.5018 -104.6605 580.9 SK REGINA 7.6 NW +CA1SK000099 53.1924 -105.7161 452.9 SK PRINCE ALBERT 2.1 ESE +CA1SK000101 52.2915 -104.5762 557.8 SK SPALDING 7.1 SW +CA1SK000103 50.2934 -107.7721 750.7 SK SWIFT CURRENT 1.6 ENE +CA1SK000104 52.1426 -106.5531 508.7 SK SASKATOON 7.4 E +CA1SK000107 49.6668 -103.8454 565.7 SK WEYBURN 1 E +CA1SK000108 52.0132 -106.7162 478.8 SK SASKATOON 14 SSW +CA1SK000110 53.5682 -105.8759 507.5 SK CHRISTOPHER LAKE 6.5 WNW +CA1SK000111 53.3946 -105.5430 475.5 SK ALBERTVILLE 0.1 E +CA1SK000114 52.1637 -103.5299 566.6 SK KELVINGTON 0.1 S +CA1SK000116 50.4546 -104.5403 576.1 SK REGINA 4.0 E +CA1SK000117 50.9853 -106.9333 584.3 SK LUCKY LAKE 2.7 ESE +CA1SK000118 50.7543 -107.8167 687.0 SK KYLE 18.0 ESE +CA1SK000119 52.0299 -106.7343 524.9 SK RIVERSIDE ESTATES 3.3 SW +CA1SK000120 52.2139 -106.9795 499.9 SK SASKATOON 23.7 WNW +CA1SK000122 50.4450 -104.6365 574.9 SK REGINA 2.9 W +CA1SK000123 52.1436 -106.5468 509.6 SK SASKATOON 7.8 E +CA1SK000129 52.1598 -106.2564 545.0 SK SASKATOON 27.7 E +CA1SK000130 52.1088 -106.6256 508.4 SK SASKATOON 3.3 SE +CA1SK000137 49.8379 -101.5266 578.5 SK MARYFIELD 0.4 E +CA1SK000147 51.9246 -106.4896 516.0 SK CLAVET 11.3 SW +CA1SK000156 51.0568 -105.8078 571.5 SK CRAIK 1.5 NE +CA1SK000157 49.2931 -102.1399 579.7 SK OXBOW 7.6 NNE - USWA +CA1SK000158 49.1756 -102.8061 579.7 SK BIENFAIT 3.6 N - USWA +CA1SK000159 49.3580 -104.4954 741.3 SK RADVILLE 18.4 SW - 4H +CA1SK000161 52.1248 -108.1307 651.1 SK BIGGAR 11.9 NW +CA1SK000166 51.2149 -102.4612 505.4 SK YORKTON 0.9 E +CA1SK000169 52.1645 -106.6279 499.0 SK SASKATOON 4.3 NNE +CA1SK000175 50.4184 -104.5310 587.0 SK REGINA 5.6 SE +CA1YT000003 60.0719 -128.7099 694.6 YT WATSON LAKE 0.9 NNW +CAW00014508 47.3000 -54.0000 14.0 NL ARGENTIA +CAW00015620 58.4833 -62.6500 18.3 NL SAGLEK BAY +CAW00064757 44.2325 -79.7811 246.0 ON EGBERT 1 W CRN +CBM00048991 11.5470 104.8440 12.2 PHNOM PENH INTL 48991 +CD000004700 12.1300 15.0300 295.0 NDJAMENA GSN 64700 +CD000004701 14.1200 15.3200 336.0 MAO +CD000004705 10.4800 16.7200 336.0 BOUSSO +CD000004709 9.3700 14.8700 716.0 PALA +CD000004750 9.1500 18.3800 0.0 SARH 64750 +CD000004751 13.2200 18.3300 334.0 ATI +CD000004753 18.0000 19.1700 234.0 FAYA +CD000004754 11.0300 20.2800 436.0 AM-TIMAN +CD000004756 13.8500 20.8500 549.0 ABECHE 64756 +CD000004758 12.1800 18.6800 430.0 MONGO 64758 +CD000064706 8.5670 16.0670 429.0 MOUNDOU GSN 64706 +CD000064751 13.2170 18.3170 334.0 ATI GSN 64751 +CD000064753 18.0000 19.1670 234.0 FAYA GSN 64753 +CD000064754 11.0330 20.2830 436.0 AM-TIMAN GSN 64754 +CE000043497 6.1170 81.1330 20.0 HAMBANTOTA GSN 43497 +CE000434730 6.9670 80.7670 1880.0 NUWARA ELIYA GSN 43473 +CEM00043418 8.5390 81.1820 1.8 CHINA BAY 43418 +CEM00043424 8.0330 79.8330 2.0 PUTTALAM 43424 +CEM00043441 7.4670 80.3670 116.0 KURUNEGALA 43441 +CEM00043466 6.9000 79.8670 7.0 COLOMBO GSN 43466 +CF000004400 -4.8200 11.9000 17.0 POINTE NOIRE 64400 +CF000004401 -4.1800 12.6700 330.0 DOLISIE 64401 +CF000004402 -4.0000 13.9500 509.0 MOUYONDZI 64402 +CF000004405 -3.6800 13.3500 531.0 SIBITI 64405 +CF000004450 -4.2500 15.2500 314.0 BRAZZAVILLE 64450 +CF000004452 -2.6200 16.2200 312.0 M'PUOYA 64452 +CF000004453 -2.5300 14.7700 789.0 DJAMBALA 64453 +CF000004454 -1.9000 15.8500 377.0 GAMBONA 64454 +CF000004456 0.0200 15.5800 381.0 MAKOUA 64456 +CF000004458 1.6200 16.0500 340.0 OUESSO 64458 +CF000004459 1.6200 18.0700 326.0 IMPFONDO +CF000004460 -2.6700 14.0500 547.0 SOUANKE +CF000064459 1.6170 18.0670 327.0 IMPFONDO GSN 64459 +CFM00064403 -3.4830 12.6170 161.0 MAKABANA 64403 +CFM00064460 2.0670 14.1330 550.0 SOUANKE 64460 +CFM00064462 0.1000 13.5500 408.0 KELLE 64462 +CFM00064463 -5.5830 14.8170 438.0 EWO 64463 +CGM00064005 0.0230 18.2890 317.0 MBANDAKA 64005 +CGM00064108 -3.3110 17.3820 324.0 BANDUNDU 64108 +CGM00064115 -1.9670 18.2670 300.0 INONGO 64115 +CGM00064204 -5.8500 13.1000 8.0 BOMA 64204 +CGM00064206 -5.5170 13.5830 277.0 INGA 64206 +CGM00064207 -5.8000 13.4330 340.0 MATADI/TSHIMPI 64207 +CGM00064210 -4.3860 15.4450 313.0 NDJILI INTL 64210 +CGM00064220 -4.3670 15.2500 445.0 KINSHASA/BINZA 64220 +CGM00064222 -5.0360 18.7860 479.1 KIKWIT 64222 +CGM00064228 -6.4170 20.8500 481.0 TSHIKAPA 64228 +CGM00064235 -5.9000 22.4690 652.0 KANANGA 64235 +CGM00064247 -6.1670 23.6170 677.0 MBUJI-MAYI 64247 +CGM00064360 -11.5910 27.5310 1309.1 LUBUMBASHI INTL 64360 +CHM00045004 22.3330 114.1670 26.0 KING'S PARK 45004 +CHM00045005 22.3000 114.1670 62.0 HONG KONG OBSERVATORY 45005 +CHM00050353 51.7170 126.6500 179.0 HUMA 50353 +CHM00050434 50.4500 121.7000 733.0 TULIHE 50434 +CHM00050527 49.2500 119.7000 650.0 HAILAR GSN 50527 +CHM00050557 49.1670 125.2330 243.0 NENJIANG 50557 +CHM00050564 49.4330 127.3500 235.0 SUNWU 50564 +CHM00050632 48.7670 121.9170 739.0 BUGT 50632 +CHM00050658 48.0500 125.8830 237.0 KESHAN 50658 +CHM00050727 47.1670 119.9330 997.0 ARXAN 50727 +CHM00050745 47.3830 123.9170 148.0 QIQIHAR GSN 50745 +CHM00050756 47.4330 126.9670 240.0 HAILUN 50756 +CHM00050788 47.2330 131.9830 65.0 FUJIN 50788 +CHM00050854 46.3830 125.3170 150.0 ANDA 50854 +CHM00050915 45.5170 116.9670 840.0 ULIASTAI 50915 +CHM00050949 45.0830 124.8670 136.0 QIAN GORLOS 50949 +CHM00050953 45.7500 126.7670 143.0 HARBIN 50953 +CHM00050963 45.9670 128.7330 110.0 TONGHE 50963 +CHM00050968 45.2170 127.9670 191.0 SHANGZHI 50968 +CHM00050978 45.2830 130.9490 234.0 JIXI 50978 +CHM00051076 47.7330 88.0830 737.0 ALTAY GSN 51076 +CHM00051087 46.9830 89.5170 827.0 FUYUN 51087 +CHM00051156 46.7830 85.7170 1294.0 HOBOKSAR 51156 +CHM00051243 45.6000 84.8500 428.0 KARAMAY 51243 +CHM00051334 44.6170 82.9000 321.0 JINGHE 51334 +CHM00051379 44.0170 89.5670 794.0 QITAI 51379 +CHM00051431 43.9500 81.3330 664.0 YINING 51431 +CHM00051463 43.8000 87.6500 947.0 WU LU MU QI GSN 51463 +CHM00051573 42.9330 89.2000 37.0 TURPAN 51573 +CHM00051644 41.7170 82.9500 1100.0 KUQA 51644 +CHM00051656 41.7500 86.1330 933.0 KORLA 51656 +CHM00051709 39.4670 75.9830 1380.0 KASHI GSN 51709 +CHM00051716 39.8000 78.5670 1117.0 BACHU 51716 +CHM00051747 39.0000 83.6670 1099.0 TAZHONG 51747 +CHM00051765 40.6330 87.7000 847.0 TIKANLIK 51765 +CHM00051777 39.0330 88.1670 889.0 RUOQIANG GSN 51777 +CHM00051811 38.4330 77.2670 1232.0 SHACHE 51811 +CHM00051828 37.1330 79.9330 1375.0 HOTAN GSN 51828 +CHM00051855 38.1500 85.5500 1248.0 QIEMO/QARQAN 51855 +CHM00052203 42.8170 93.5170 739.0 HAMI GSN 52203 +CHM00052267 41.9500 101.0670 941.0 EJIN QI 52267 +CHM00052323 41.8000 97.0330 1770.0 MAZONG SHAN 52323 +CHM00052418 40.1500 94.6830 1140.0 DUNHUANG 52418 +CHM00052436 40.2670 97.0330 1527.0 YUMENZHEN 52436 +CHM00052495 40.7500 104.5000 1329.0 BAYAN MOD 52495 +CHM00052533 39.7670 98.4830 1478.0 JIUQUAN GSN 52533 +CHM00052602 38.8330 93.3830 2771.0 LENGHU 52602 +CHM00052681 38.6330 103.0830 1367.0 MINQIN 52681 +CHM00052713 37.8500 95.3670 3174.0 DA-QAIDAM 52713 +CHM00052754 37.3330 100.1330 3302.0 GANGCA 52754 +CHM00052787 37.2000 102.8670 3044.0 WUSHAOLING 52787 +CHM00052818 36.4170 94.9000 2809.0 GOLMUD 52818 +CHM00052836 36.3000 98.1000 3192.0 DULAN GSN 52836 +CHM00052866 36.6170 101.7670 2296.0 XINING 52866 +CHM00052889 36.0500 103.8830 1518.0 LANZHOU 52889 +CHM00052955 35.5830 100.7500 3123.0 GUINAN 52955 +CHM00052957 35.2700 100.6500 3289.0 TONGDE 52957 +CHM00052983 35.8670 104.1500 1875.0 YU ZHONG GSN 52983 +CHM00053068 43.6500 112.0000 966.0 ERENHOT GSN 53068 +CHM00053192 44.0170 114.9500 1128.0 ABAG QI 53192 +CHM00053231 41.4500 106.3830 1510.0 HAILS 53231 +CHM00053276 42.4000 112.9000 1152.0 JURH 53276 +CHM00053336 41.5670 108.5170 1290.0 HALIUT 53336 +CHM00053352 41.7000 110.4330 1377.0 BAILING-MIAO 53352 +CHM00053391 41.9000 114.0000 1484.0 HUADE 53391 +CHM00053463 40.8170 111.6830 1065.0 HOHHOT 53463 +CHM00053487 40.1000 113.3330 1069.0 DATONG 53487 +CHM00053502 39.7830 105.7500 1143.0 JARTAI 53502 +CHM00053529 39.1000 107.9830 1381.0 OTOG QI 53529 +CHM00053614 38.4670 106.2000 1112.0 YINCHUAN GSN 53614 +CHM00053646 38.2330 109.7000 1058.0 YULIN 53646 +CHM00053673 38.7500 112.7000 838.0 YUANPING 53673 +CHM00053698 38.0330 114.4170 81.0 SHIJIAZHUANG 53698 +CHM00053723 37.8000 107.3830 1356.0 YANCHI 53723 +CHM00053772 37.7830 112.5500 779.0 TAIYUAN 53772 +CHM00053845 36.6000 109.5000 959.0 YAN AN 53845 +CHM00053863 37.0330 111.9170 745.0 JIEXIU 53863 +CHM00053898 36.0500 114.4000 64.0 ANYANG 53898 +CHM00053915 35.5500 106.6670 1348.0 PINGLIANG 53915 +CHM00053959 35.0500 111.0500 365.0 YUNCHENG 53959 +CHM00054012 44.5830 117.6000 997.0 XI UJIMQIN QI 54012 +CHM00054026 44.5670 120.9000 266.0 JARUD QI 54026 +CHM00054027 43.9830 119.4000 485.0 LINDONG 54027 +CHM00054094 44.5670 129.6000 242.0 MUDANJIANG 54094 +CHM00054096 44.3830 131.1500 498.0 SUIFENHE 54096 +CHM00054102 43.9500 116.1170 1004.0 XILIN HOT 54102 +CHM00054115 43.6000 118.0670 800.0 LINXI 54115 +CHM00054135 43.6000 122.2670 180.0 TONGLIAO 54135 +CHM00054157 43.1830 124.3330 167.0 SIPING 54157 +CHM00054161 43.9000 125.2170 238.0 CHANGCHUN 54161 +CHM00054208 42.1830 116.4670 1247.0 DUOLUN 54208 +CHM00054218 42.3000 118.8330 567.0 CHIFENG 54218 +CHM00054236 42.4170 122.5330 84.0 ZHANGWU 54236 +CHM00054292 42.8670 129.5000 178.0 YANJI 54292 +CHM00054324 41.5500 120.4500 176.0 CHAOYANG 54324 +CHM00054337 41.1330 121.1170 70.0 JINZHOU 54337 +CHM00054342 41.7330 123.5170 43.0 SHENYANG GSN 54342 +CHM00054346 41.3170 123.7830 185.0 BENXI 54346 +CHM00054374 41.7170 126.9170 333.0 LINJIANG 54374 +CHM00054405 40.4170 115.5000 538.0 HUAILAI 54405 +CHM00054423 40.9670 117.9170 423.0 CHENGDE 54423 +CHM00054471 40.6670 122.2000 4.0 YINGKOU 54471 +CHM00054483 40.8830 123.9000 235.0 CAOHEKOU 54483 +CHM00054497 40.0500 124.3330 14.0 DANDONG 54497 +CHM00054511 39.9330 116.2830 55.0 BEIJING GSN 54511 +CHM00054527 39.1000 117.1670 5.0 TIANJIN 54527 +CHM00054539 39.4330 118.9000 12.0 LETING 54539 +CHM00054616 38.3330 116.8330 11.0 CANGZHOU 54616 +CHM00054618 38.0830 116.5500 13.0 POTOU 54618 +CHM00054662 38.9000 121.6330 97.0 DALIAN 54662 +CHM00054725 37.5000 117.5330 12.0 HUIMIN 54725 +CHM00054776 37.4000 122.6830 47.0 CHENGSHANTOU 54776 +CHM00054823 36.6000 117.0500 169.0 JINAN 54823 +CHM00054843 36.7670 119.1830 22.0 WEIFANG 54843 +CHM00054857 36.0670 120.3330 77.0 QINGDAO GSN 54857 +CHM00054906 35.2500 115.4330 51.0 HEZE/CAOZHOU 54906 +CHM00054909 35.0830 115.5170 51.0 DINGTAO 54909 +CHM00054916 35.5670 116.8500 53.0 YANZHOU 54916 +CHM00055228 32.5000 80.0830 4280.0 SHIQUANHE 55228 +CHM00055279 31.3670 90.0170 4701.0 BAINGOIN 55279 +CHM00055299 31.4830 92.0670 4508.0 NAGQU 55299 +CHM00055472 30.9500 88.6330 4670.0 XAINZA 55472 +CHM00055578 29.2500 88.8830 3837.0 XIGAZE 55578 +CHM00055591 29.6670 91.1330 3650.0 LHASA GSN 55591 +CHM00056004 34.2170 92.4330 4535.0 TUOTUOHE 56004 +CHM00056021 34.1330 95.7830 4176.0 QUMARLEB 56021 +CHM00056029 33.0000 96.9670 3717.0 YUSHU 56029 +CHM00056033 34.9170 98.2170 4273.0 MADOI 56033 +CHM00056046 33.7500 99.6500 3968.0 DARLAG 56046 +CHM00056079 33.5830 102.9670 3441.0 RUO'ERGAI 56079 +CHM00056080 35.0000 102.9000 2910.0 HEZUO 56080 +CHM00056096 33.4000 104.9170 1079.0 WUDU 56096 +CHM00056106 31.8830 93.7830 4024.0 SOG XIAN 56106 +CHM00056116 31.4170 95.6000 3874.0 DENGQEN 56116 +CHM00056137 31.1500 97.1670 3307.0 QAMDO GSN 56137 +CHM00056146 31.6170 100.0000 3394.0 GARZE 56146 +CHM00056172 31.9000 102.2330 2666.0 BARKAM 56172 +CHM00056182 32.6500 103.5670 2852.0 SONGPAN 56182 +CHM00056187 30.7500 103.8670 541.0 WENJIANG GSN 56187 +CHM00056257 30.0000 100.2670 3950.0 LITANG 56257 +CHM00056294 30.6670 104.0170 508.0 CHENGDU 56294 +CHM00056444 28.4500 98.8830 3320.0 DEQEN 56444 +CHM00056462 29.0000 101.5000 2994.0 JIULONG 56462 +CHM00056492 28.8000 104.6000 342.0 YIBIN 56492 +CHM00056571 27.9000 102.2670 1599.0 XICHANG GSN 56571 +CHM00056651 26.8330 100.4670 2394.0 LIJING 56651 +CHM00056671 26.6500 102.2500 1788.0 HUILI 56671 +CHM00056739 25.1170 98.4830 1649.0 TENGCHONG GSN 56739 +CHM00056768 25.0170 101.5170 1820.0 CHUXIONG 56768 +CHM00056778 25.0170 102.6830 1892.0 KUNMING 56778 +CHM00056951 23.9500 100.2170 1503.0 LINCANG 56951 +CHM00056954 22.5670 99.9330 1054.0 LANCANG 56954 +CHM00056964 22.7670 100.9830 1303.0 SIMAO 56964 +CHM00056985 23.3830 103.3830 1302.0 MENGZI GSN 56985 +CHM00057006 34.5830 105.7500 1143.0 TIANSHUI 57006 +CHM00057014 34.5670 105.8670 1086.0 BEIDAO 57014 +CHM00057036 34.3000 108.9330 479.0 XIAN 57036 +CHM00057067 34.0500 111.0330 570.0 LUSHI 57067 +CHM00057083 34.7170 113.6500 111.0 ZHENGZHOU GSN 57083 +CHM00057127 33.0670 107.0330 509.0 HANZHONG 57127 +CHM00057131 34.4330 108.9670 411.0 JINGHE 57131 +CHM00057237 32.0670 108.0330 674.0 WANYUAN 57237 +CHM00057265 32.3830 111.6670 91.0 GUANGHUA 57265 +CHM00057290 33.0000 114.0170 83.0 ZHUMADIAN 57290 +CHM00057297 32.1330 114.0500 115.0 XINYANG 57297 +CHM00057411 30.8000 106.0830 310.0 NANCHONG 57411 +CHM00057447 30.2830 109.4670 458.0 ENSHI 57447 +CHM00057461 30.7000 111.3000 134.0 YICHANG GSN 57461 +CHM00057494 30.6000 114.0500 34.0 WUHAN 57494 +CHM00057515 29.5170 106.4830 351.0 CHONG-QING 57515 +CHM00057516 29.5830 106.4670 416.0 CHONGQING 57516 +CHM00057633 28.8330 108.7670 665.0 YOUYANG 57633 +CHM00057662 29.0500 111.6830 35.0 CHANGDE 57662 +CHM00057679 28.2000 113.0830 46.0 CHANGSHA 57679 +CHM00057687 28.2330 112.8670 68.0 CHANGSHA 57687 +CHM00057707 27.3000 105.2330 1511.0 BIJIE 57707 +CHM00057713 27.7000 106.8830 845.0 ZUNYI 57713 +CHM00057745 27.4500 109.6830 273.0 ZHIJIANG GSN 57745 +CHM00057799 27.1170 114.9670 78.0 JIAN 57799 +CHM00057816 26.5830 106.7330 1223.0 GUIYANG 57816 +CHM00057866 26.2330 111.6170 174.0 LINGLING 57866 +CHM00057902 25.4330 105.1830 1379.0 XINGREN 57902 +CHM00057957 25.3330 110.3000 174.0 GUILIN 57957 +CHM00057993 25.8670 115.0000 138.0 GANZHOU GSN 57993 +CHM00058027 34.2830 117.1500 42.0 XUZHOU 58027 +CHM00058040 34.8500 119.1330 10.0 GANYU 58040 +CHM00058102 33.8830 115.7670 42.0 BOXIAN 58102 +CHM00058221 32.9500 117.3670 22.0 BENGBU 58221 +CHM00058238 31.9330 118.9000 15.0 NANJING 58238 +CHM00058251 32.8500 120.2830 5.0 DONGTAI 58251 +CHM00058314 31.4000 116.3330 68.0 HUOSHAN 58314 +CHM00058321 31.8670 117.2330 36.0 HEFEI 58321 +CHM00058362 31.4000 121.4670 4.0 SHANGHAI GSN 58362 +CHM00058367 31.1670 121.4330 7.0 SHANGHAI/HONGQIAO 58367 +CHM00058424 30.5330 117.0500 20.0 ANQING 58424 +CHM00058457 30.2330 120.1670 43.0 HANGZHOU 58457 +CHM00058477 30.0330 122.1170 37.0 DINGHAI 58477 +CHM00058527 29.3000 117.2000 60.0 JINGDEZHEN 58527 +CHM00058606 28.6000 115.9170 50.0 NANCHANG GSN 58606 +CHM00058633 28.9670 118.8670 71.0 QU XIAN 58633 +CHM00058659 28.0170 120.6670 7.0 WENZHOU 58659 +CHM00058666 28.4500 121.8830 84.0 DACHEN DAO 58666 +CHM00058715 27.5830 116.6500 82.0 NANCHENG 58715 +CHM00058752 27.7830 120.6500 38.0 RUIAN 58752 +CHM00058834 26.6330 118.0000 128.0 NANPING 58834 +CHM00058847 26.0830 119.2830 14.0 FUZHOU 58847 +CHM00058921 25.9670 117.3500 204.0 YONGAN 58921 +CHM00059023 24.7000 108.0500 214.0 HECHI 59023 +CHM00059082 24.6670 113.6000 68.0 SHAOGUAN 59082 +CHM00059134 24.4830 118.0830 18.0 XIAMEN 59134 +CHM00059211 23.9000 106.6000 177.0 BAISE 59211 +CHM00059254 23.4000 110.0830 44.0 GUIPING 59254 +CHM00059265 23.4830 111.3000 120.0 WUZHOU 59265 +CHM00059287 23.2170 113.4830 71.0 GUANGZHOU GSN 59287 +CHM00059293 23.8000 114.7330 41.0 HEYUAN 59293 +CHM00059316 23.4000 116.6830 3.0 SHANTOU GSN 59316 +CHM00059417 22.3670 106.7500 129.0 LONGZHOU 59417 +CHM00059431 22.6330 108.2170 126.0 NANNING GSN 59431 +CHM00059501 22.7830 115.3670 5.0 SHANWEI 59501 +CHM00059632 21.9500 108.6170 6.0 QINZHOU 59632 +CHM00059663 21.8670 111.9670 22.0 YANGJIANG 59663 +CHM00059758 20.0000 110.2500 24.0 HAIKOU GSN 59758 +CHM00059838 19.1000 108.6170 8.0 DONGFANG 59838 +CHM00059855 19.2330 110.4670 25.0 QIONGHAI 59855 +CHM00059948 18.2170 109.5830 7.0 SANYA 59948 +CHM00059981 16.8330 112.3330 5.0 XISHA DAO 59981 +CHW00043204 31.2333 121.4500 27.1 HUNG CHIA +CHW00043205 36.1833 120.3833 14.0 TSINGTAO +CI000085406 -18.3500 -70.3330 58.0 ARICA GSN 85406 +CI000085442 -23.4330 -70.4500 140.0 ANTOFAGASTA GSN 85442 +CI000085469 -27.1670 -109.4330 69.0 ISLA DE PASCUA GSN 85469 +CI000085488 -29.9170 -71.2000 146.0 LA SERENA GSN 85488 +CI000085543 -32.7830 -71.5170 5.0 QUINTERO GSN 85577 +CI000085585 -33.6330 -75.8170 30.0 JUAN FERNANDEZ GSN 85585 +CI000085629 -34.9670 -71.2330 225.0 CURICO GSN 85629 +CI000085743 -38.7500 -72.6330 114.0 TEMUCO GSN 85743 +CI000085799 -41.4330 -73.1000 90.0 PUERTO MONTT GSN 85799 +CI000085874 -45.9170 -71.7000 525.0 BALMACEDA GSN 85874 +CI000085934 -53.0000 -70.9670 37.0 PUNTA ARENAS GSN 85934 +CIM00085418 -20.5350 -70.1810 47.2 DIEGO ARACENA INTL 85418 +CIM00085470 -27.2960 -70.4140 298.0 CHAMONATE 85470 +CIM00085574 -33.3930 -70.7860 474.0 ARTURO MERINO BENITEZ INTL 85574 +CIM00085577 -33.4330 -70.6830 520.0 QUINTA NORMAL 85577 +CIM00085672 -36.5820 -72.0310 150.9 GENERAL BERNARDO O HIGGINS 85672 +CIM00085682 -36.7730 -73.0630 7.9 CARRIEL SUR INTL 85682 +CIM00085766 -39.6500 -73.0860 18.0 PICHOY 85766 +CIM00085782 -40.6000 -73.0500 58.0 OSORNO 85782 +CIM00085864 -45.5940 -72.1060 310.9 TENIENTE VIDAL 85864 +CIW00054701 -41.4667 -72.8167 11.3 PUERTO MONTT B +CJW00011813 19.3000 -81.3667 2.1 ROBERTS GSN 78384 +CK000096996 -12.1830 96.8330 4.0 COCOS ISLAND AERO GSN 96996 +CM000004910 4.0200 9.7200 13.0 DOUALA 64910 +CM000064870 7.3500 13.5670 1104.0 NGAOUNDERE GSN 64870 +CMM00064851 10.4510 14.2570 424.0 SALAK 64851 +CMM00064860 9.3360 13.3700 242.0 GAROUA 64860 +CMM00064930 4.6000 13.7330 668.0 BERTOUA 64930 +CO000080001 12.5830 -81.7170 6.0 SAN ANDRES (ISLA)/S GSN 80001 +CO000080222 4.7010 -74.1500 2548.0 BOGOTA/ELDORADO GSN 80222 +CO000080241 4.5500 -70.9170 167.0 LAS GAVIOTAS 80241 +CO000080259 3.5500 -76.3830 969.0 CALI/ALFONSO BONILL GSN 80259 +CO000080342 1.4170 -77.2670 1826.0 PASTO/ANTONIO NARIN GSN 80342 +COM00080002 13.3570 -81.3580 3.0 EL EMBRUJO 80002 +COM00080009 11.1200 -74.2310 6.7 SIMON BOLIVAR 80009 +COM00080022 10.4420 -75.5130 1.2 RAFAEL NUNEZ 80022 +COM00080028 10.8900 -74.7810 29.9 ERNESTO CORTISSOZ 80028 +COM00080035 11.5260 -72.9260 13.1 ALMIRANTE PADILLA 80035 +COM00080036 10.4350 -73.2500 147.2 ALFONSO LOPEZ PUMAREJO 80036 +COM00080063 8.8240 -75.8260 11.0 LOS GARZONES 80063 +COM00080084 7.8120 -76.7160 14.0 ANTONIO ROLDAN BETANCOURT 80084 +COM00080091 7.0240 -73.8070 125.6 YARIGUIES 80091 +COM00080094 7.1270 -73.1850 1187.8 PALONEGRO 80094 +COM00080097 7.9280 -72.5120 334.1 CAMILO DAZA 80097 +COM00080099 7.0690 -70.7370 128.0 SANTIAGO PEREZ 80099 +COM00080110 6.2200 -75.5910 1505.7 OLAYA HERRERA 80110 +COM00080112 6.1650 -75.4230 2142.1 JOSE MARIA CORDOVA 80112 +COM00080144 5.6910 -76.6410 62.2 EL CARANO 80144 +COM00080210 4.8130 -75.7400 1346.0 MATECANA 80210 +COM00080211 4.4530 -75.7660 1216.2 EL EDEN 80211 +COM00080214 4.4220 -75.1330 949.1 PERALES 80214 +COM00080234 4.1680 -73.6140 424.9 VANGUARDIA 80234 +COM00080315 2.9500 -75.2940 446.2 BENITO SALAS 80315 +COM00080370 0.8620 -77.6720 2976.4 SAN LUIS 80370 +COM00080398 -4.1930 -69.9430 84.4 ALFREDO VASQUEZ COBO 80398 +CQC00914080 15.2136 145.7497 252.1 MP CAPITOL HILL 1 +CQC00914379 15.1833 145.7167 45.7 MP KAGMAN COMM CTR +CQC00914800 14.1333 145.1500 14.3 MP ROTA +CQC00914801 14.1717 145.2428 179.2 MP ROTA AP 91221 +CQC00914855 15.1167 145.7167 65.5 MP SAIPAN INTL AP 91232 +CQC00914860 15.1333 145.7000 3.0 MP SAIPAN LORAN +CQC00914861 15.2167 145.7333 152.1 MP SAIPAN #2 +CQC00914874 15.0000 145.6333 81.7 MP TINIAN 91231 +CQW00041408 15.1167 145.7000 32.0 MP SAIPAN MARSHALL ISLANDS 91232 +CQW00041412 15.2167 145.7500 11.3 MP SAIPAN MARSHALL ISLA +CQW00041413 15.0000 145.6333 76.2 MP TINIAN MARSHALL ISLA 91231 +CS000078774 10.6000 -85.5330 80.0 LIBERIA 78774 +CS000081003 9.9670 -83.0170 3.0 PUERTO LIMON GSN 78767 +CS000084023 10.0100 -84.2600 840.0 FABIO BAUDRIT +CS000098002 8.9500 -83.4670 15.0 PALMAR SUR 78772 +CSM00078760 9.9670 -84.8330 3.0 PUNTARENAS 78760 +CSM00078762 9.9940 -84.2090 920.8 JUAN SANTAMARIA INTL 78762 +CT000004600 4.2200 15.7800 583.0 BERBERATI 64600 +CT000004601 6.9300 15.5800 935.0 BOUR +CT000004603 6.5000 18.2700 458.0 BOUCA +CT000004605 5.2700 17.6300 674.0 BOSSEMBELE 64605 +CT000004610 6.4800 17.4300 465.0 BOSSANGOA 64610 +CT000004650 4.3800 18.5700 381.0 BANGUI +CT000004654 8.4000 20.6500 510.0 N'DELE 64654 +CT000004655 6.5300 21.9800 548.0 BRIA 64655 +CT000004656 4.7300 22.8300 500.0 BANGASSOU 64656 +CT000004658 10.2800 22.7800 465.0 BIRAO 64658 +CT000004659 5.4000 26.5000 660.0 OBO 64659 +CT000004660 5.7700 20.6700 448.0 BAMBARI 64660 +CT000004661 6.5000 23.2700 602.0 YALINGA 64661 +CT000004662 5.0200 21.2000 447.0 ALINDAO 64662 +CTM00064601 5.9670 15.6330 1020.0 BOUAR 64601 +CTM00064650 4.3980 18.5190 368.2 BANGUI M POKO 64650 +CTM00064665 4.3170 21.1830 406.0 MOBAYE 64665 +CUM00078310 21.8670 -84.9500 8.0 CABO SAN ANTONIO PINAR DEL GSN 78310 +CUM00078325 23.1670 -82.3500 50.0 CASA BLANCA LA HABANA GSN 78325 +CUM00078355 21.4000 -77.8500 122.0 CAMAGUEY CAMAGUEY GSN 78355 +CUM00078369 20.2500 -74.1500 10.0 PUNTA DE MAISI GUANTANAMO GSN 78369 +CUW00011706 19.9000 -75.1500 16.2 GUANTANAMO BAY NAS 78367 +CUW00012857 22.0667 -84.1500 17.1 SAN JULIAN +CVM00008583 16.8830 -25.0000 63.0 MINDELO GSN 08583 +CVM00008589 14.9170 -23.6000 70.0 PRAIA 08589 +CVM00008594 16.7410 -22.9490 53.9 AMILCAR CABRAL INTL 08594 +CWM00091843 -21.2030 -159.8060 5.8 RAROTONGA INTL GSN 91843 +CY000176090 34.8831 33.6331 1.0 LARNACA GSN 17609 +CYE00100065 34.9331 32.9167 1360.0 AMIANDOS +CYE00100071 34.6667 33.0497 5.0 LIMASSOL +CYE00100074 35.1667 33.3500 160.0 NICOSIA +CYE00100077 35.0331 32.4331 20.0 POLIS +CYE00115564 35.0831 33.0167 1015.0 AGROS +CYE00115565 35.1500 33.4000 162.0 ATHALASSA +CYE00115566 34.7167 32.4831 10.0 PAFOS +DA000021100 56.7667 8.3167 18.0 VESTERVIG +DA000021430 56.2831 9.6167 25.0 GRONBAEK-ALLINGSKOVGARD +DA000025140 55.4500 8.4000 4.0 NORDBY (FANO) +DA000027080 55.8500 10.6000 11.0 TRANEBJERG +DA000030210 55.7167 12.5667 8.0 KOEBENHAVN - METEOROLOGISK INS +DA000030370 55.6831 12.5831 6.0 KOEBENHAVN: BOTANISK HAVE +DA000030380 55.6831 12.5331 9.0 KOEBENHAVN: LANDBOHOJSKOLEN-1 GSN 06186 +DA000032020 55.3000 14.7831 11.0 HAMMER ODDE FYR-1 06193 +DA000032030 55.2831 14.7831 13.0 SANDVIG +DAE00100415 54.9000 9.2700 23.0 BRODERUP +DAE00100416 54.9000 9.1331 16.0 STORE JYNDEVAD +DAE00100417 54.9331 9.2500 23.0 TINGLEV +DAE00100980 55.8331 10.6167 18.0 TRANEBJERG OST-1 +DAM00006011 62.0200 -6.7700 54.0 TORSHAVN GSN 06011 +DAM00006030 57.0930 9.8490 3.0 FLYVESTATION AALBORG 06030 +DAM00006190 55.0630 14.7600 15.8 BORNHOLM RONNE 06190 +DO009040900 15.3833 -61.3500 442.0 BRANTRIDGE DOMINICA +DRM00078458 19.7500 -70.5500 5.0 PUERTO PLATA 78458 +DRM00078479 18.5670 -68.3630 14.3 PUNTA CANA INTL 78479 +DRM00078482 18.2510 -71.1200 3.0 MARIA MONTEZ INTL 78482 +DRM00078486 18.4330 -69.8830 14.0 SANTO DOMINGO 78486 +DRW00011650 18.5000 -69.7500 35.1 SAN ISIDRO +EC000000006 -1.1000 -79.4670 73.0 PICHILINGUE GSN 84140 +EC000000026 -0.4900 -79.3600 260.0 PUERTO ILA +EC000000036 -1.8300 -79.5600 4.0 ISABEL MARIA +EC000000124 -0.9200 -79.2200 223.0 SAN JUAN LA MANA +EC000084279 -4.3670 -79.9330 430.0 MACARA AEROPUERTO 84279 +ECM00084008 -0.9170 -89.6170 18.9 SAN CRISTOBAL GSN 84008 +ECM00084036 0.6000 -77.8170 2860.0 SAN GABRIEL 84036 +ECM00084050 0.0170 -79.3670 360.0 LA CONCORDIA 84050 +ECM00084088 -0.3500 -78.5500 3058.0 IZOBAMBA GSN 84088 +ECM00084132 -0.9170 -75.4170 265.0 NUEVO ROCAFUERTE 84132 +ECM00084135 -1.0330 -80.4500 60.0 PORTOVIEJO 84135 +ECM00084179 -1.5000 -77.9000 960.0 PUYO 84179 +ECM00084226 -2.5500 -78.9330 3083.0 CANAR 84226 +ECM00084270 -4.0330 -79.2000 2160.0 LOJA/LA ARGELIA GSN 84270 +ECW00050904 0.4333 -90.2833 23.2 GALAPAGOS ISLAND NF +EG000062306 31.3331 27.2167 25.0 MERSA MATRUH GSN 62306 +EG000062414 23.9667 32.7831 200.0 ASSWAN GSN 62414 +EG000062417 29.2000 25.3167 -15.0 SIWA GSN 62417 +EG000062432 25.4831 29.0000 107.0 DAKHLA 62432 +EG000062463 27.1500 33.7167 16.0 HURGUADA GSN 62463 +EG000624200 28.3331 28.9000 127.0 BAHARIA GSN 62420 +EGE00147724 31.5500 25.1800 4.0 SALLOUM +EGE00147726 31.2800 32.2297 6.0 PORT SAID +EGE00147727 30.0800 31.2900 30.0 CAIRO ABBASSIA +EGE00147728 30.0500 31.2500 20.0 CAIRO EZBEKIYA +EGE00147729 30.0300 31.2100 28.0 GIZA (CAIRO) +EGE00147730 29.8600 31.3400 116.0 HELWAN (CAIRO) +EGE00147732 30.6000 32.2297 10.0 ISMAILIA +EGE00147733 29.9300 32.5497 10.0 EL SUEZ +EGM00062305 31.5670 25.1330 6.0 SALLUM PLATEAU 62305 +EGM00062318 31.1840 29.9490 -1.8 ALEXANDRIA INTL 62318 +EGM00062337 31.0730 33.8360 36.9 EL ARISH INTL 62337 +EGM00062378 29.8670 31.3330 141.0 HELWAN GSN 62378 +EGM00062387 28.0830 30.7330 40.0 MINYA 62387 +EGM00062403 26.2000 32.7500 96.0 SOUTH OF VALLEY UNIVERSITY 62403 +EGM00062423 27.0500 27.9830 78.0 FARAFRA 62423 +EGM00062435 25.4500 30.5330 73.0 KHARGA GSN 62435 +EGM00062476 23.1330 35.5830 21.0 SHALATIN 62476 +EI000003953 51.9394 -10.2219 9.0 VALENTIA OBSERVATORY GSN 03953 +EI000003965 53.0903 -7.8764 70.0 BIRR 03965 +EI000003969 53.3639 -6.3192 49.0 DUBLIN PHOENIX PARK 03969 +EI000003980 55.3717 -7.3400 21.0 MALIN HEAD GSN 03980 +EIE00101859 53.2800 -9.0200 8.0 GALWAY +EIE00107762 52.2531 -7.1308 49.0 WATERFORD (TYCOR) +EIE00107808 54.5000 -8.1789 38.0 BALLYSHANNON (CATHLEENS FALL) +EIM00003955 51.8410 -8.4910 153.0 CORK 03955 +EIM00003956 52.2830 -6.4830 53.0 JOHNSTOWN CASTLE 03956 +EIM00003957 52.2500 -6.3330 25.0 ROSSLARE 03957 +EIM00003962 52.7020 -8.9250 14.0 SHANNON 03962 +EIM00003967 53.3020 -6.4510 97.2 CASEMENT 03967 +EIM00003973 53.9100 -8.8180 202.7 CONNAUGHT 03973 +EIM00003976 54.2330 -10.0000 9.7 BELMULLET 03976 +EKM00064810 3.7550 8.7090 23.2 MALABO 64810 +EKM00064820 1.9000 9.8000 8.0 BATA (RIO MUNI) 64820 +EN000026027 59.3000 23.3500 5.0 OSMUSSAR ISLAND 26027 +EN000026029 59.3830 24.0330 26.0 PAKRI 26029 +EN000026034 59.6000 24.5000 2.0 NAISSAAR ISLAND 26034 +EN000026038 59.3831 24.5831 34.0 TALLINN 26038 +EN000026045 59.5214 26.5414 3.0 KUNDA 26045 +EN000026046 59.3000 27.2000 74.0 JECKHVY 26046 +EN000026057 59.4700 28.0300 13.0 NARVA-YIESUU 26057 +EN000026115 58.9170 22.0670 9.0 RISTNA 26115 +EN000026116 59.0000 22.8170 4.0 KARDLA 26116 +EN000026120 58.9500 23.8170 25.0 LAANE-NIGULA 26124 +EN000026124 58.9508 23.8156 24.0 LAANE-NIGULA 26124 +EN000026128 58.5670 23.5170 3.0 VIRTSU 26128 +EN000026134 58.9670 24.7330 52.0 KUUSIKU 26134 +EN000026135 58.8170 25.4170 65.0 TURI 26135 +EN000026141 59.1330 26.2330 123.0 VALKE-MAARJA 26141 +EN000026144 58.3700 26.2700 89.0 TOOMA 26144 +EN000026145 58.9000 26.9000 34.0 TIJRIKOJA 26145 +EN000026214 58.3670 25.6000 86.0 VILJANDI 26233 +EN000026215 58.2330 22.5000 4.0 KURESSAARE-ROOMASSAA 26215 +EN000026226 58.1000 23.9670 4.0 KIHNU 26226 +EN000026229 57.8670 24.3670 5.0 AINAZI 26229 +EN000026231 58.3667 24.5000 8.0 PJARNU 26231 +EN000026233 58.3778 25.6003 86.0 VILJANDI 26233 +EN000026242 58.2639 26.4614 70.0 TARTU-TORAVERE GSN 26242 +EN000026249 57.8458 27.0192 82.0 VORU 26249 +ENE00100914 58.3831 21.8153 6.0 VILSANDI 26214 +ENE00174995 58.8642 23.0433 4.0 HELTERMAA +ENE00174999 59.3289 27.3981 73.0 JOHVI +ENE00175003 58.7494 26.4150 70.0 JOGEVA +ENE00175007 58.9931 24.8217 3.0 KARDLA +ENE00175011 58.2181 22.5064 1.0 KURESSAARE +ENE00175019 58.0983 23.9703 3.0 KIHNU +ENE00175023 58.9731 24.7339 53.0 KUUSIKU +ENE00175027 59.3892 28.1128 28.0 NARVA +ENE00175035 58.4194 24.4694 12.0 PARNU +ENE00175039 59.3892 24.0400 23.0 PAKRI +ENE00175047 58.9206 22.0664 7.0 RISTNA +ENE00175051 59.3981 24.6028 33.0 TALLINN +ENE00175055 57.9133 22.0578 3.0 SORVE +ENE00175059 58.8653 26.9519 32.0 TIIRIKOJA +ENE00175063 58.3000 26.7331 58.0 TARTU +ENE00175071 58.8742 26.2719 89.0 TOOMA +ENE00175075 59.1414 26.2306 121.0 VAIKE-MAARJA +ENE00175079 58.8083 25.4092 60.0 TURI +ENE00175087 57.7900 26.0378 65.0 VALGA +ENE00175091 58.5728 23.5133 2.0 VIRTSU +ER000063021 15.2830 38.9170 2325.0 ASMARA GSN 63021 +ER000063023 15.6170 39.4500 10.0 MASSAWA 63023 +ER000063043 13.0670 42.7170 14.0 ASSAB 63043 +ES000078650 13.5670 -89.8330 15.0 ACAJUTLA GSN 78650 +ES003800510 13.7000 -89.1170 621.0 SAN SALVADOR/ILOPAN 78663 +ES004881415 13.3300 -87.8300 20.0 LA UNION 78672 +ET000063330 13.5000 39.4830 2070.0 MAKALE 63330 +ET000063331 12.5500 37.4170 1967.0 GONDAR 63331 +ET000063332 11.6000 37.4170 1770.0 BAHAR DAR 63332 +ET000063333 11.1170 39.7330 1903.0 COMBOLCHA 63333 +ET000063334 10.3330 37.6670 2515.0 DEBREMARCOS 63334 +ET000063340 9.0830 36.4500 2080.0 LEKEMTE 63340 +ET000063402 7.6670 36.8330 1725.0 JIMMA 63402 +ET000063403 8.1500 35.5330 2002.0 GORE GSN 63403 +ET000063450 9.0330 38.7500 2354.0 ADDIS ABABA-BOLE GSN 63450 +ET000063451 8.7330 38.9500 1900.0 HARAR MEDA 63451 +ET000063453 8.8700 39.9000 930.0 METEHARA GSN 63453 +ET000063460 7.0830 38.4830 1750.0 AWASSA 63460 +ET000063471 9.6000 41.8500 1260.0 DIREDAWA 63471 +ET000063473 9.3330 42.7170 1644.0 JIGGIGA 63473 +ET000063474 7.1330 40.0000 2480.0 ROBE/BALE 63474 +ET000063478 5.9000 43.5830 295.0 GODE 63478 +ET000063500 6.0830 37.6330 1290.0 ARBA MINCH 63500 +ET000063533 5.3300 39.5700 1544.0 NEGHELLE GSN 63533 +EUM00061972 -22.3330 40.3330 6.0 ILE EUROPA GSN 61972 +EZ000011464 50.5544 13.9314 833.0 MILESOVKA GSN 11464 +EZE00100082 50.0864 14.4164 191.0 PRAHA-KLEMENTINUM +EZM00011406 50.0670 12.3830 490.0 CHEB 11406 +EZM00011423 49.6670 12.6830 747.4 PRIMDA 11423 +EZM00011487 49.4670 13.8330 521.9 KOCELOVICE 11487 +EZM00011518 50.1010 14.2600 380.1 RUZYNE 11518 +EZM00011520 50.0000 14.4500 303.7 PRAHA-LIBUS 11520 +EZM00011603 50.7670 15.0170 401.5 LIBEREC 11603 +EZM00011659 49.5830 15.7670 536.4 PRIBYSLAV 11659 +EZM00011723 49.1510 16.6940 237.1 TURANY 11723 +EZM00011782 49.6960 18.1110 257.3 MOSNOV 11782 +EZM00011787 49.5500 18.4500 1326.8 LYSA HORA 11787 +FG000081405 4.8330 -52.3670 9.0 ROCHAMBEAU GSN 81405 +FGM00081401 5.5000 -54.0330 9.0 ST LAURENT DU MARON 81401 +FGM00081408 3.8830 -51.8000 7.0 SAINT GEORGES 81408 +FGM00081415 3.6330 -54.0330 106.0 MARIPASOULA 81415 +FI000000304 60.1667 24.9500 4.0 HELSINKI KAISANIEMI AWS +FI000002401 62.4019 25.6783 139.0 JYVASKYLA LENTOASEMA GSN 02935 +FI000002963 60.8139 23.5006 104.0 JOKIOINEN JOKIOISTEN OBSERVATO GSN 02963 +FI000007501 67.3678 26.6328 179.0 SODANKYLA AWS GSN 02836 +FIE00141805 60.1244 19.9067 5.0 JOMALA MAARIANHAMINAN LENTOASE +FIE00141810 59.7842 21.3708 9.0 PARAINEN UTO 02981 +FIE00141815 59.9592 19.9575 8.0 LEMLAND NYHAMN +FIE00141819 60.3000 19.1331 3.0 MARKET/STORBY +FIE00141825 60.1667 21.5667 7.0 KORPPOO KORPOGARD +FIE00141830 60.2167 21.2667 8.0 HOUTSKARI HYPPEIS +FIE00141835 60.2831 20.0500 10.0 SALTVIK KVARNBO +FIE00141840 60.3831 19.9167 10.0 GETA OSTERGETA-1 +FIE00141845 60.4000 21.9667 7.0 RYMATTYLA KK +FIE00141850 60.4514 21.8508 13.0 MERIMASKU SANNAINEN +FIE00141855 60.1781 19.9894 11.0 JOMALA JOMALABY +FIE00141860 59.9167 20.9000 7.0 KOKAR KARLBY +FIE00141864 60.3008 19.1350 3.0 HAMMARLAND MARKET +FIE00141870 60.3000 20.7500 3.0 KUMLINGE BARO +FIE00141874 59.5056 20.3556 4.0 KOKAR BOGSKAR +FIE00141879 60.3831 19.8831 17.0 GETA OSTERGETA +FIE00141884 60.3939 21.9464 5.0 NAANTALI RAULA +FIE00141890 60.1117 21.7028 4.0 PARAINEN FAGERHOLM +FIE00141895 60.1542 19.8753 9.0 JOMALA SODERSUNDA +FIE00141909 60.2581 20.7506 23.0 KUMLINGE KIRKONKYLA +FIE00141925 59.7733 22.9517 5.0 HANKO RUSSARO +FIE00141930 59.8167 22.9667 4.0 HANKO KPKI +FIE00141935 60.3867 22.5544 6.0 KAARINA YLTOINEN 02828 +FIE00141940 60.4167 22.4331 26.0 PIIKKIO TUORLA +FIE00141945 60.4667 22.0331 16.0 NAANTALI KESKUSTA +FIE00141950 59.9342 22.9306 11.0 TAMMISAARI BROMARV VATTLAX +FIE00141955 60.1292 22.6492 21.0 KEMIO MATTKARR +FIE00141960 60.3000 22.2667 15.0 PARAINEN KESKUSTA +FIE00141965 60.4331 22.2831 30.0 TURKU KAARNINKO +FIE00141970 60.4331 22.1831 4.0 TURKU RUISSALO +FIE00141974 60.3831 22.5500 28.0 PIIKKIO YLTOINEN VERTAILUAS +FIE00141980 60.1331 22.4500 31.0 DRAGSFJARD SKINNARVIK +FIE00141985 60.1531 22.5608 7.0 KEMIONSAARI LOVBOLE +FIE00141989 59.8692 22.1967 8.0 KEMIONSAARI VANO +FIE00141994 59.8083 22.9156 11.0 HANKO TULLINIEMI +FIE00142004 60.4500 22.2831 57.0 TURKU KUPITTAA +FIE00142010 60.4542 22.1817 8.0 TURKU ARTUKAINEN +FIE00142015 60.1714 22.7606 13.0 KEMIONSAARI KEMIO KK +FIE00142020 60.4000 23.7667 84.0 SUOMUSJARVI KETTULA +FIE00142025 59.8439 23.2517 3.0 HANKO TVARMINNE +FIE00142030 60.1000 23.5331 8.0 POHJA POHJANKURU +FIE00142035 60.3733 23.1158 3.0 SALO KARKKA +FIE00142040 60.0000 23.0500 20.0 BROMARV KIVITOK +FIE00142045 60.0519 23.2939 35.0 TAMMISAARI TENHOLA +FIE00142050 60.0831 23.7167 38.0 POHJA PINJAINEN +FIE00142055 60.3239 23.7100 69.0 SALO SUOMUSJARVI +FIE00142060 60.4908 23.7692 96.0 NUMMI-PUSULA LEPPAKORPI +FIE00142065 60.1167 23.3831 36.0 POHJA KUOVILA +FIE00142069 59.8206 23.5764 15.0 RAASEPORI JUSSARO +FIE00142075 60.4631 23.6525 117.0 SALO KIIKALA LENTOKENTTA +FIE00142080 60.3269 24.9603 51.0 VANTAA HELSINKI-VANTAAN LENTOA 02974 +FIE00142085 59.9308 24.0169 10.0 INKOO BAGASKAR +FIE00142090 60.1000 24.9167 5.0 HELSINKI KATAJALUOTO +FIE00142096 60.1831 24.8331 2.0 ESPOO OTANIEMI +FIE00142101 60.2000 24.9167 47.0 HELSINKI ILMALA 02978 +FIE00142106 60.2439 24.0525 37.0 LOHJA PORLA +FIE00142111 60.2667 24.9667 14.0 HELSINGIN MLK TAMMISTO +FIE00142116 60.4183 24.4017 42.0 VIHTI MAASOJA +FIE00142121 60.1000 24.3500 20.0 KIRKKONUMMI PICKALA +FIE00142126 60.2167 24.6500 13.0 ESPOO KAUKLAHTI +FIE00142131 60.4000 24.3831 76.0 VIHTI SUONTAKA +FIE00142136 60.4000 24.4500 80.0 VIHTI KOTKANIEMI +FIE00142141 60.4128 24.4606 64.0 VIHTI SIIPPOO +FIE00142146 60.4167 24.4331 60.0 VIHTI SIIPPOO LIIRI +FIE00142151 60.2206 24.6042 20.0 ESPOO NUPURI +FIE00142161 60.3167 24.5500 70.0 ESPOO NUUKSIO +FIE00142166 60.4144 24.3028 38.0 VIHTI VANHALA +FIE00142185 60.1044 24.9783 3.0 HELSINKI HARMAJA +FIE00142190 59.9200 24.3525 2.0 KIRKKONUMMI MAKILUOTO +FIE00142195 60.2331 24.3831 43.0 KIRKKONUMMI +FIE00142220 59.9481 24.9300 0.0 HELSINKI HELSINGIN MAJAKKA +FIE00142226 60.2028 24.9642 24.0 HELSINKI KUMPULA +FIE00142230 60.2075 24.7442 31.0 ESPOO SEPANKYLA +FIE00142235 60.1714 24.9478 3.0 HELSINKI RAUTATIENTORI +FIE00142241 60.2531 25.0481 15.0 HELSINKI-MALMIN LENTOASEMA +FIE00142246 60.1331 25.0000 10.0 VALLISAARI +FIE00142251 60.2167 25.0331 8.0 HELSINKI VIIKIN KOETILA +FIE00142256 60.2831 25.0667 20.0 VANTAA TIKKURILA +FIE00142261 60.3667 24.9831 49.0 TUUSULA RUOTSINKYLA +FIE00142266 60.4056 25.6589 17.0 PORVOO JERNBOLE +FIE00142271 60.4167 25.0331 45.0 TUUSULA HYRYLA +FIE00142276 60.4667 25.0831 50.0 JARVENPAA +FIE00142281 60.2639 25.6375 11.0 PORVOO BENGTSBY +FIE00142286 60.3931 25.4339 24.0 PORVOO NORRVECKOSKI +FIE00142291 60.4000 25.1831 43.0 SIPOO TALMA +FIE00142296 60.2000 25.0831 22.0 HELSINKI MARJANIEMI +FIE00142300 59.9850 25.6017 0.0 PORVOO KALBADAGRUND +FIE00142305 60.2033 25.6283 20.0 PORVOO EMASALO +FIE00142311 60.1042 25.0708 4.0 HELSINKI ISOSAARI +FIE00142320 60.2000 25.0494 5.0 HELSINKI HERTTONIEMI +FIE00142326 60.3681 25.6267 10.0 PORVOO LEHTIMAKI +FIE00142331 60.3914 25.6114 22.0 PORVOO HARABACKA +FIE00142341 60.3753 26.9617 9.0 KOTKA RANKKI +FIE00142346 60.4000 26.2500 20.0 LOVIISA VALKO +FIE00142351 60.4667 26.2167 120.0 LOVIISA KESKUSTA +FIE00142356 60.4217 26.3692 4.0 RUOTSINPYHTAA KEITALA +FIE00142361 60.3667 26.4000 4.0 RUOTSINPYHTAA REIMARS +FIE00142366 60.4331 26.3667 3.0 RUOTSINPYHTAA TESJOKI +FIE00142381 60.4831 26.1331 14.0 PERNAJA SARVILAHTI +FIE00142385 60.2744 26.4478 3.0 LOVIISA ORRENGRUND +FIE00142390 60.4542 26.9528 23.0 KOTKA POOKINMAKI +FIE00142400 60.2864 27.1881 4.0 KOTKA HAAPASAARI +FIE00142406 60.3850 27.0517 17.0 KOTKA KIRKONMAA +FIE00142411 61.4656 21.7967 13.0 PORI PORIN LENTOASEMA +FIE00142416 61.1392 21.3681 17.0 RAUMA KUUSKAJASKARI +FIE00142421 60.6294 21.8581 13.0 MIETOINEN SAARI +FIE00142426 61.1167 21.4667 5.0 RAUMA KPKI +FIE00142431 60.5500 21.3667 7.0 KUSTAVI KIVIMAA +FIE00142436 60.8017 21.4281 6.0 UUSIKAUPUNKI NERVANDERINPUISTO +FIE00142441 60.8331 21.7603 21.0 LAITILA HAUKKA +FIE00142446 60.8456 21.2431 5.0 UUSIKAUPUNKI KORSAARI +FIE00142451 61.0667 21.9167 40.0 LAPPI KAUKOLA +FIE00142456 61.1181 21.7625 18.0 LAPPI KULANPERA +FIE00142461 61.1558 21.5764 16.0 RAUMA AYHO +FIE00142466 61.3306 21.6567 7.0 LUVIA PERANKYLA +FIE00142471 60.6667 21.8331 20.0 MIETOINEN RAVEA +FIE00142476 61.2331 21.6331 4.0 EURAJOKI VERKKOKARI +FIE00142486 60.7219 21.0300 4.0 KUSTAVI ISOKARI +FIE00142490 60.8831 21.6667 11.0 LAITILA PALTTILA +FIE00142495 61.1444 21.3058 4.0 RAUMA KYLMAPIHLAJA +FIE00142506 61.4789 21.7864 9.0 PORI RAUTATIEASEMA +FIE00142511 60.5153 22.2775 49.0 TURKU TURUN LENTOASEMA 02972 +FIE00142516 60.5000 22.7667 52.0 PAIMIO TAATILA +FIE00142521 61.1667 22.7831 60.0 HUITTINEN LAUTTAKYLA +FIE00142526 61.2706 22.2519 37.0 KOKEMAKI PEIPOHJA HYRKOLA +FIE00142531 60.5667 22.7667 70.0 TARVASJOKI EURA +FIE00142536 60.5739 22.4494 39.0 LIETO TAMMENTAKA +FIE00142541 60.6167 22.1167 27.0 NOUSIAINEN KOLJOLA +FIE00142546 60.8500 22.7167 70.0 ORIPAA KK +FIE00142551 60.8667 22.4000 50.0 YLANE VANHAKARTANO +FIE00142556 60.9667 22.1000 50.0 EURA HONKILAHTI LOYTTYLA +FIE00142561 61.0231 22.7017 70.0 HUITTINEN SALLILA +FIE00142566 61.1000 22.1667 57.0 EURA KAUTTUA +FIE00142571 61.1100 22.3775 46.0 KOYLIO YTTILA +FIE00142576 61.2331 22.2831 40.0 KOKEMAKI KARTANO +FIE00142581 61.3144 22.1269 31.0 HARJAVALTA TORTTILA +FIE00142586 60.9042 22.7150 82.0 ORIPAA TEINIKIVI +FIE00142591 61.2667 22.2831 35.0 KOKEMAKI ASKOLA +FIE00142596 61.2831 22.7000 55.0 AETSA PEHULA +FIE00142601 60.6017 22.6408 57.0 TARVASJOKI LIEDONPERA +FIE00142606 61.0000 22.3831 48.0 SAKYLA PYHAJOKI +FIE00142611 60.8714 22.3914 53.0 POYTYA YLANE +FIE00142616 60.6167 22.6331 61.0 AURA LIETSUO +FIE00142621 61.2331 22.8667 81.0 HUITTINEN RASKALA +FIE00142631 61.2528 22.3494 38.0 KOKEMAKI TULKKILA 02937 +FIE00142641 61.4667 23.7500 85.0 TAMPERE HARMALA-1 +FIE00142646 60.8167 23.7667 110.0 TAMMELA MUSTIALA +FIE00142651 60.5183 23.6783 83.0 SOMERO SUOJOKI +FIE00142656 60.6289 23.9239 148.0 NUMMI-PUSULA KARKOLA +FIE00142661 60.6331 23.5167 87.0 SOMERO JOENSUU +FIE00142666 60.6967 23.1342 89.0 KOSKI SORVASTO +FIE00142671 60.8500 23.0331 98.0 LOIMAA VESIKOSKI +FIE00142676 61.1067 23.6800 99.0 KYLMAKOSKI JOKIHAAVISTO +FIE00142681 61.1500 23.1831 90.0 PUNKALAIDUN ORINIEMI +FIE00142686 61.1831 23.9331 80.0 TOIJALA SATAMA +FIE00142691 61.3500 23.6000 85.0 LEMPAALA KAAKILA +FIE00142696 61.3964 23.3394 99.0 NOKIA TOTTIJARVI +FIE00142701 61.4667 23.8000 100.0 TAMPERE KOIVISTONKYLA +FIE00142706 61.4206 23.6231 119.0 PIRKKALA TAMPERE-PIRKKALAN LEN +FIE00142710 60.5831 23.7000 86.0 SOMERO HIRSJARVI +FIE00142715 61.1331 23.6667 93.0 KYLMAKOSKI NAULI +FIE00142721 60.8831 23.0000 80.0 LOIMAA KARSATTILA +FIE00142731 61.4867 23.7733 83.0 TAMPERE HATANPAA +FIE00142736 61.4656 23.7500 85.0 TAMPERE HARMALA +FIE00142741 60.6464 23.8092 143.0 SOMERO SALKOLA +FIE00142746 61.0000 24.4500 92.0 HAMEENLINNA KAURIALA +FIE00142751 60.5956 24.8064 86.0 HYVINKAA HYVINKAANKYLA 02829 +FIE00142756 61.0667 24.2331 88.0 HATTULA LETEENSUO +FIE00142761 61.1269 24.3358 87.0 HATTULA LEPAA-1 +FIE00142766 61.1500 24.5831 98.0 HAUHO HAHKIALA +FIE00142771 61.3378 24.2106 103.0 PALKANE MYTTAALA +FIE00142776 60.5244 24.5189 100.0 VIHTI HIISKULA +FIE00142781 60.5331 24.7500 90.0 NURMIJARVI RAJAMAKI +FIE00142786 60.7667 24.7831 80.0 RIIHIMAKI KARA +FIE00142791 60.7767 24.1631 124.0 LOPPI VOJAKKALA +FIE00142796 60.8053 24.8467 102.0 HAUSJARVI LAVINTO +FIE00142801 60.8831 24.7500 80.0 JANAKKALA KIIPULA +FIE00142806 60.9331 24.6831 110.0 JANAKKALA TURENKI +FIE00142811 61.0500 24.9831 144.0 LAMMI NIIPALA +FIE00142816 61.0064 23.9231 129.0 HAMEENLINNA PIRTTIKOSKI +FIE00142821 61.0764 24.8358 122.0 TUULOS TEURO +FIE00142826 61.3167 24.0500 93.0 VALKEAKOSKI MYTTAALA +FIE00142831 61.3531 24.8242 99.0 PALKANE PADANKOSKI +FIE00142836 60.6856 24.3650 119.0 LOPPI HEVOSOJA +FIE00142841 60.6500 24.8500 130.0 HYVINKAA LENTOKENTTA +FIE00142846 60.5083 24.6567 111.0 NURMIJARVI GEOFYSIIKAN OBSERVA +FIE00142851 60.9992 24.4944 87.0 HAMEENLINNA KATINEN +FIE00142856 61.1144 24.3292 87.0 HATTULA LEPAA +FIE00142861 60.9617 25.6342 78.0 LAHTI LAUNE +FIE00142866 60.8064 25.7719 78.0 ORIMATTILA KAKELA +FIE00142871 61.0539 25.0419 125.0 HAMEENLINNA LAMMI PAPPILA +FIE00142876 61.1831 25.0831 127.0 LAMMI EVO +FIE00142881 61.3006 25.5456 85.0 ASIKKALA PULKKILANHARJU-1 +FIE00142886 60.8500 25.2667 125.0 KARKOLA HAHKANIEMI +FIE00142891 60.9667 25.7167 112.0 LAHTI KUJALA +FIE00142896 61.0631 25.2475 119.0 HAMEENKOSKI PALOMAA +FIE00142901 61.0669 25.4175 101.0 HOLLOLA KK +FIE00142906 61.0500 25.0167 120.0 LAMMI JAHKOLA-1 +FIE00142911 61.0592 25.0000 128.0 LAMMI TIRMULA +FIE00142916 61.0831 25.2331 108.0 KOSKI HL HYRKKALA +FIE00142921 61.1500 25.2500 147.0 LAMMI VESTOLA +FIE00142926 61.3619 25.2317 89.0 PADASJOKI SYRJANTAKA +FIE00142931 60.6244 25.2275 79.0 MANTSALA HIRVIHAARA +FIE00142936 60.8331 25.4331 95.0 ORIMATTILA KEITURI +FIE00142941 61.1367 25.7956 104.0 ASIKKALA URAJARVI +FIE00142946 61.0167 25.3167 145.0 HOLLOLA SAIRAKKALA +FIE00142951 61.0500 25.1667 120.0 HAMEENKOSKI KAIKALA +FIE00142956 61.1167 25.0831 125.0 LAMMI KUURIKKA +FIE00142961 61.0831 25.1331 120.0 LAMMI RONNI +FIE00142966 61.1239 25.1364 132.0 LAMMI KOSTILA +FIE00142971 61.0414 25.0150 145.0 LAMMI JAHKOLA +FIE00142976 61.0167 25.1331 135.0 KOSKI HL TOIJALA +FIE00142981 61.0000 25.2831 145.0 HOLLOLA TOIVOLA +FIE00142986 60.8775 25.2656 104.0 KARKOLA JARVELA +FIE00142991 61.2000 25.1331 132.0 LAMMI EVO +FIE00142995 60.9167 25.5831 87.0 HOLLOLA ALA-OKEROINEN +FIE00143005 60.5783 25.4914 50.0 MANTSALA PUROLA +FIE00143011 61.1828 25.0400 129.0 HAMEENLINNA LAMMI ISO-EVO +FIE00143015 61.2650 25.5231 80.0 ASIKKALA PULKKILANHARJU +FIE00143020 61.2167 25.5000 92.0 ASIKKALA MAATAL.OPPILAITOS +FIE00143026 60.9914 25.6042 94.0 LAHTI JALKARANTA +FIE00143035 61.2164 25.1358 133.0 HAMEENLINNA LAMMI EVO +FIE00143041 60.8903 26.9442 99.0 KOUVOLA UTTI LENTOPORTINTIE +FIE00143046 60.5000 26.9667 14.0 KOTKA SUNILA +FIE00143051 60.6219 26.1431 26.0 LAPINJARVI INGERMANNINKYLA +FIE00143056 60.6964 26.8133 33.0 KOUVOLA ANJALA +FIE00143061 60.9000 26.6500 61.0 KUUSANKOSKI KESKUSTA +FIE00143066 61.1994 26.0528 92.0 HEINOLA ASEMANTAUS 02768 +FIE00143071 60.7467 26.0808 57.0 ARTJARVI KK +FIE00143076 60.7667 26.7667 43.0 ANJALANKOSKI RAUTAKORPI +FIE00143081 60.8331 26.7500 60.0 VALKEALA KOUVOLA +FIE00143086 60.8500 26.2167 70.0 IITTI PERHENIEMI SAASKJARVI +FIE00143091 60.8500 26.9331 65.0 ANJALANKOSKI SIPPOLA HAUKKASUO +FIE00143096 60.8667 26.7331 70.0 KOUVOLA KESKUSTA +FIE00143101 60.8831 26.7831 75.0 KOUVOLA TORNIONMAKI +FIE00143106 61.0831 26.1831 82.0 IITTI KOSKENNISKA +FIE00143111 61.4167 26.8000 93.0 MANTYHARJU PAASOLA +FIE00143116 61.4667 26.2000 130.0 HARTOLA KUIVAJARVI +FIE00143121 61.5000 26.7167 83.0 MANTYHARJU TOIVOLA +FIE00143126 60.7000 26.8331 30.0 ANJALANKOSKI +FIE00143131 60.8875 26.3567 80.0 IITTI KAUSALA +FIE00143136 61.2508 26.7819 90.0 KOUVOLA VOIKOSKI +FIE00143141 60.8500 26.7831 50.0 VALKEALA KOUVOLANKYLA +FIE00143145 61.0000 26.7831 73.0 VALKEALA URO +FIE00143156 60.5331 27.5500 22.0 VIROLAHTI RAVIJOKI +FIE00143161 60.5831 27.4831 25.0 VIROLAHTI RAVIJARVI +FIE00143166 60.5500 27.1500 12.0 HAMINA POITSILA +FIE00143171 60.6331 27.4500 20.0 VIROLAHTI NOPALA +FIE00143176 60.6500 27.4167 35.0 HAMINA ONKAMAA +FIE00143181 60.7167 27.7000 40.0 MIEHIKKALA HAUHIA +FIE00143186 60.7500 27.0831 15.0 ANJALANKOSKI SIPPOLA HIRVELA +FIE00143191 61.0000 27.2167 100.0 LUUMAKI SAAREKS +FIE00143196 61.2000 27.6831 81.0 SAVITAIPALE PELTOINLAHTI +FIE00143201 61.2831 27.2167 100.0 MANTYHARJU HALMENIEMI +FIE00143206 61.3500 27.4831 100.0 SUOMENNIEMI PUNKANKYLA +FIE00143211 60.5269 27.6756 5.0 VIROLAHTI KOIVUNIEMI +FIE00143220 60.7667 27.9331 60.0 YLAMAA YLIJARVI +FIE00143231 61.0439 28.1542 106.0 LAPPEENRANTA LENTOASEMA 02958 +FIE00143236 61.3667 28.6667 95.0 RUOKOLAHTI KOTANIEMI +FIE00143241 61.1331 28.4831 80.0 JOUTSENO HONKALAHTI +FIE00143246 61.1667 28.7831 58.0 IMATRA SIITOLA +FIE00143251 61.3667 28.7000 70.0 RUOKOLAHTI KOTANIEMI LATOSUO +FIE00143256 61.3831 28.6667 100.0 RUOKOLAHTI KOTALAHTI SIPINEN +FIE00143261 61.4167 28.6500 110.0 RUOKOLAHTI VALKJARVI +FIE00143265 61.3044 28.1819 86.0 TAIPALSAARI KYLANIEMI +FIE00143270 61.0392 28.5656 46.0 LAPPEENRANTA KONNUNSUO +FIE00143276 61.0569 28.2117 103.0 LAPPEENRANTA LEPOLA +FIE00143281 61.3681 28.6831 95.0 RUOKOLAHTI KOTANIEMI SIITONEN +FIE00143295 61.1978 28.4756 77.0 LAPPEENRANTA HIEKKAPAKKA +FIE00143301 61.4225 29.3944 75.0 RAUTJARVI SIMPELE KANGASKOSKI +FIE00143306 61.4442 29.4639 74.0 PARIKKALA KOITSANLAHTI +FIE00143311 61.5831 21.4831 4.0 MANTYLUOTO/PORI +FIE00143316 62.3339 21.1939 5.0 KASKINEN SALGRUND +FIE00143321 61.8481 21.6542 39.0 MERIKARVIA TUORILA ALAKYLA +FIE00143326 62.1328 21.6769 54.0 ISOJOKI KARJENKOSKI +FIE00143331 62.1831 21.8000 70.0 ISOJOKI VANHAKYLA +FIE00143336 62.2667 21.4000 5.0 KRISTIINANKAUPUNKI KESKUSTA +FIE00143341 62.4917 21.7628 60.0 TEUVA KAUPPILANKYLA +FIE00143346 62.2575 21.3208 1.0 KRISTIINANKAUPUNKI KARHUSAARI +FIE00143361 62.3206 21.8483 100.0 KARIJOKI KANKALO +FIE00143365 61.6303 21.3792 3.0 PORI TAHKOLUOTO +FIE00143370 62.2031 21.1731 0.0 KRISTIINANKAUPUNKI MAJAKKA +FIE00143381 61.8381 22.4669 124.0 KANKAANPAA NIINISALO PUOLUSTUS 02942 +FIE00143386 61.5167 22.9831 92.0 MOUHIJARVI SELKEE +FIE00143391 62.1831 22.8031 160.0 KARVIA ALKKIA +FIE00143396 61.6142 22.5442 69.0 LAVIA RIIHO +FIE00143401 61.7000 22.7831 105.0 IKAALINEN KURKELA +FIE00143406 61.7000 22.0167 85.0 POMARKKU KK +FIE00143411 61.7167 22.8000 125.0 IKAALINEN VARPEE +FIE00143416 61.7389 22.8264 124.0 IKAALINEN VEHUVARPEE +FIE00143421 61.7331 22.7167 115.0 JAMIJARVI PIRTTIJARVI +FIE00143426 61.9167 22.2331 85.0 HONKAJOKI ANTILA +FIE00143431 62.0831 22.2500 108.0 HONKAJOKI LAUHALA +FIE00143436 62.1317 22.5644 136.0 KARVIA KK +FIE00143441 62.2831 22.4000 166.0 KAUHAJOKI NUMMIJARVI +FIE00143446 62.3167 22.8667 140.0 JALASJARVI KOSKUE +FIE00143451 62.4153 22.1931 97.0 KAUHAJOKI KAUPUNKI +FIE00143456 62.4728 22.9133 100.0 JALASJARVI HIRVIJARVI +FIE00143461 62.1167 22.0500 115.0 ISOJOKI SARVILUOMA +FIE00143466 62.1500 22.2331 150.0 KAUHAJOKI MUURAHAINEN-1 +FIE00143471 62.4131 22.1867 93.0 KAUHAJOKI KUJA-KOKKO +FIE00143476 62.1500 22.2667 125.0 KAUHAJOKI MUURAHAINEN +FIE00143486 61.9489 23.3767 170.0 KURU LANSI-AURE +FIE00143491 62.2000 23.3167 171.0 KIHNIO AITONEVA +FIE00143496 61.6089 23.5075 155.0 YLOJARVI METSAKYLA +FIE00143501 61.6831 23.6331 105.0 YLOJARVI TAIVALPOHJA +FIE00143506 61.7667 23.0667 92.0 IKAALINEN KESKUSTA +FIE00143511 61.9208 23.0956 118.0 IKAALINEN VAHOJARVI +FIE00143516 62.1167 23.0167 142.0 PARKANO LAMMINKOSKI +FIE00143521 62.0667 23.6500 207.0 KURU RIUTTASKYLA +FIE00143526 62.1550 23.6578 113.0 VIRRAT VASKIVESI +FIE00143531 62.1831 23.0831 150.0 KIHNIO KANKARI +FIE00143536 62.2167 23.8331 128.0 VIRRAT JAAHDYSPOHJA +FIE00143541 62.4000 23.9000 108.0 VIRRAT KILLINKOSKI +FIE00143546 62.4492 23.5581 120.0 ALAVUS SULKAVANKYLA +FIE00143551 62.4831 23.7667 130.0 ALAVUS KATTELUS +FIE00143556 61.5000 23.7167 99.0 TAMPERE KPKI +FIE00143561 61.8000 23.5000 142.0 YLOJARVI VILJAKKALA +FIE00143565 61.6167 23.1667 71.0 HAMEENKYRO KYROSPOHJA +FIE00143570 62.3275 23.5456 138.0 VIRRAT AIJANNEVA +FIE00143575 61.5175 23.7569 96.0 TAMPERE SIILINKARI +FIE00143586 61.8564 24.7892 145.0 JAMSA HALLI LENTOKENTTA +FIE00143591 61.5500 24.2331 98.0 KANGASALA KOYRA +FIE00143596 61.8456 24.2906 153.0 JUUPAJOKI HYYTIALA +FIE00143601 62.0331 24.6331 106.0 MANTTA KPKI +FIE00143606 61.5000 24.8167 120.0 KUHMALAHTI VEHKAJARVI +FIE00143611 61.5500 24.5331 89.0 ORIVESI UIHERLA +FIE00143616 61.6331 24.3000 110.0 ORIVESI YLISKYLA +FIE00143621 61.6667 24.3500 100.0 ORIVESI KESKUSTA +FIE00143626 61.7831 24.5500 118.0 JUUPAJOKI HOYDE +FIE00143631 61.8167 24.5000 106.0 JUUPAJOKI SAHRAJARVI +FIE00143636 61.9167 24.0667 112.0 RUOVESI PEKKALA +FIE00143641 62.0167 24.5167 115.0 VILPPULA KK +FIE00143646 62.0167 24.7167 140.0 MANTTA RAJA-AHO +FIE00143651 62.1500 24.0500 115.0 VILPPULA POHJASLAHTI +FIE00143656 62.2167 24.4167 120.0 KEURUU RIIHO +FIE00143661 62.2667 24.7167 110.0 KEURUU SUOLAHTI +FIE00143666 62.3167 24.1331 145.0 KEURUU PIHLAJAVESI LAPIN KOULU +FIE00143671 62.3331 24.3000 180.0 KEURUU PIHLAJAVESI +FIE00143676 61.4969 24.6214 103.0 KUHMALAHTI PUNTARI +FIE00143681 61.8853 24.0203 105.0 RUOVESI KEKKONEN +FIE00143686 61.5178 24.0406 91.0 KANGASALA JOKIRANTA +FIE00143691 61.8592 24.8181 144.0 JAMSA HALLI LENTOASEMANTIE +FIE00143697 61.9167 25.1500 100.0 JAMSANKOSKI +FIE00143702 62.2331 25.7331 115.0 JYVASKYLA KESKUSTA +FIE00143707 61.5106 25.8144 92.0 SYSMA JOUTSJARVI +FIE00143712 61.5431 25.9694 100.0 HARTOLA HOTILA +FIE00143717 61.6331 25.8831 90.0 HARTOLA KIRKKOLA LEPPAKOSKI +FIE00143722 61.6667 25.2667 100.0 KUHMOINEN LASTILA +FIE00143727 61.7500 25.8831 157.0 HARTOLA PUTKIJARVI +FIE00143732 61.7906 25.6853 98.0 LUHANKA KIRKONKYLA +FIE00143737 61.8350 25.8567 85.0 LUHANKA TAMMIJARVI +FIE00143742 61.8667 25.1831 85.0 JAMSA SEPPOLA +FIE00143747 62.1331 25.3831 184.0 KORPILAHTI MUURATJARVI VARRASM +FIE00143752 62.1500 25.3831 199.0 KORPILAHTI YLA-MUURATJARVI RIN +FIE00143757 62.1544 25.4281 125.0 JYVASKYLA MUURATJARVI +FIE00143762 62.1500 25.3667 204.0 KORPILAHTI YLA-MUURATJARVI PAR +FIE00143767 62.2331 25.7167 113.0 JYVASKYLA KYPARAMAKI +FIE00143772 62.3331 25.1500 139.0 PETAJAVESI KUIVASMAKI +FIE00143777 61.5331 25.8667 85.0 SYSMA VALITTULA +FIE00143782 61.6667 25.1667 125.0 KUHMOINEN PUUKKOINEN KIVINIEMI +FIE00143787 62.4417 25.0181 185.0 MULTIA SAHRAJARVI +FIE00143792 62.4831 25.9167 105.0 LAUKAA KUUSA +FIE00143797 62.4000 25.6000 148.0 JYVASKYLAN MLK TIKKAKOSKI +FIE00143802 62.2000 25.7167 137.0 JYVASKYLA KELJO +FIE00143806 61.7042 25.5083 81.0 LUHANKA JUDINSALO +FIE00143812 62.4103 25.0539 181.0 MULTIA PIRTTIPERA +FIE00143816 61.8856 25.3300 205.0 JAMSA HIMOS +FIE00143822 61.8792 26.0989 146.0 JOUTSA LEIVONMAKI SAVENAHO +FIE00143827 61.5500 26.1000 94.0 HARTOLA MURAKKA +FIE00143832 61.5667 26.2331 130.0 HARTOLA SAUVUORI +FIE00143837 61.6000 26.4000 170.0 PERTUNMAA RUORASMAKI +FIE00143842 61.6000 26.5831 100.0 HIRVENSALMI VAHVASELKA +FIE00143847 61.6042 26.0181 104.0 HARTOLA RUSKEALA +FIE00143852 61.6167 26.2331 105.0 HARTOLA NOKANKYLA +FIE00143857 61.6167 26.0831 100.0 HARTOLA KK VEHKASALO +FIE00143862 61.6500 26.5831 137.0 HIRVENSALMI HAMEENMAKI +FIE00143867 61.6667 26.0167 100.0 HARTOLA KIRKKOLA ANSIO +FIE00143872 61.7000 26.2667 155.0 JOUTSA UIMANIEMI +FIE00143877 61.7331 26.0667 100.0 JOUTSA JOUSA +FIE00143882 61.8000 26.8500 100.0 HIRVENSALMI PUUKONSAARI +FIE00143887 61.8000 26.2167 100.0 JOUTSA MIESKONMAKI SAYNATNIEMI +FIE00143892 61.8500 26.2667 101.0 JOUTSA MIESKONMAKI KALA +FIE00143897 61.9806 26.6456 105.0 KANGASNIEMI KIRKONKYLA +FIE00143902 62.1000 26.0667 110.0 TOIVAKKA KK +FIE00143907 62.1167 26.9667 110.0 HAUKIVUORI NYKALA +FIE00143912 62.4831 26.4667 173.0 HANKASALMI SAKINMAKI +FIE00143917 61.7656 26.3956 122.0 JOUTSA PARNAMAKI +FIE00143922 62.3056 26.4892 114.0 HANKASALMI +FIE00143927 61.5314 26.3306 145.0 PERTUNMAA LAUKKALA +FIE00143932 61.9100 26.1275 147.0 JOUTSA LEIVONMAKI +FIE00143937 62.1167 26.8000 140.0 KANGASNIEMI LUKKARINMAKI +FIE00143941 62.3331 26.0000 86.0 LAUKAA SAVIO +FIE00143952 61.6869 27.2100 101.0 MIKKELI LENTOASEMA +FIE00143957 62.2500 27.2500 125.0 PIEKSAMAKI NIKKARILA +FIE00143962 62.3081 27.8442 91.0 VARKAUS KAPYKANGAS +FIE00143967 61.6742 27.2256 107.0 MIKKELI RANTAKYLA +FIE00143972 61.6608 27.0750 130.0 MIKKELI OTAVA +FIE00143977 61.6667 27.8000 85.0 MIKKELI ANTTOLA PIHLAJASALO +FIE00143982 61.8667 27.7667 119.0 JUVA HATSOLA +FIE00143987 62.1831 27.9167 90.0 JOROINEN KOTKATLAHTI +FIE00143992 62.2831 27.1667 130.0 PIEKSAMAKI BOVALLIUS AMMATTIOP +FIE00143997 62.4500 27.6831 87.0 LEPPAVIRTA SORSAKOSKI OSMAJARV +FIE00144002 62.0339 27.1969 103.0 MIKKELI PITKAHIEKKA +FIE00144007 62.3000 27.1500 125.0 PIEKSAMAKI +FIE00144012 61.5831 27.6500 85.0 ANTTOLA KK +FIE00144017 62.2831 26.9831 124.0 PIEKSAMAEN MLK NAARAJARVI +FIE00144022 62.1831 27.6000 104.0 JOROINEN MONTOLANMAKI +FIE00144027 61.9500 27.2667 124.0 MIKKELI PITKAAHO +FIE00144037 61.9000 27.8831 112.0 JUVA KK PARTALA +FIE00144041 61.8919 27.8881 110.0 JUVA PARTALA +FIE00144047 62.2331 27.5831 90.0 JOROINEN KIEKKA +FIE00144051 62.1733 27.8633 87.0 JOROINEN VARKAUDEN LENTOASEMA +FIE00144057 62.3217 27.9108 83.0 VARKAUS KOSULANNIEMI +FIE00144062 61.5667 28.0789 146.0 PUUMALA SORJOLA +FIE00144067 61.7956 28.8492 94.0 SAVONLINNA LAUKANSAARI +FIE00144072 61.8167 28.4331 85.0 SULKAVA KAIPOLA +FIE00144077 61.9231 28.3231 110.0 SULKAVA HALTTULA +FIE00144082 61.9831 28.0500 120.0 RANTASALMI TUUSMAKI +FIE00144087 62.0331 28.2831 120.0 RANTASALMI OSIKONMAKI +FIE00144092 62.4000 28.7331 84.0 HEINAVESI HASUMAKI +FIE00144097 61.5831 28.1831 109.0 PUUMALA VESINIEMI +FIE00144102 61.9458 28.9344 95.0 SAVONLINNA LENTOASEMA +FIE00144112 62.0831 28.7831 90.0 SAVONLINNA JUVOLA +FIE00144116 61.8406 28.8433 155.0 SAVONLINNA RUUNAVUORI +FIE00144121 61.5356 28.1917 125.0 PUUMALA KIRKONKYLA +FIE00144126 62.0628 28.5692 79.0 RANTASALMI RUKKASLUOTO +FIE00144132 61.8017 29.3181 78.0 PUNKAHARJU LAUKANSAARI 02778 +FIE00144137 61.5500 29.5000 73.0 PARIKKALA KK +FIE00144142 61.8792 29.8317 95.0 KESALAHTI KK +FIE00144147 61.9167 29.2831 85.0 KERIMAKI YLAKUONA +FIE00144152 61.9667 29.4831 119.0 KERIMAKI RAUVANNIEMI +FIE00144157 62.0553 29.0469 95.0 ENONKOSKI SIMANALA +FIE00144162 62.3167 29.0831 150.0 SAVONRANTA LEIVONMAKI +FIE00144167 62.1683 29.2803 90.0 SAVONLINNA SAVONRANTA +FIE00144172 62.3108 29.6328 90.0 RAAKKYLA KK +FIE00144177 61.6831 29.4000 85.0 PARIKKALA TARVASLAMPI +FIE00144191 61.8806 29.8408 90.0 KESALAHTI MANTYNIEMI +FIE00144197 62.1000 30.1331 104.0 KITEE KK +FIE00144202 62.2350 30.3494 90.0 TOHMAJARVI KEMIE +FIE00144207 62.4358 30.4114 115.0 JOENSUU HUHTILAMPI +FIE00144212 63.0417 21.7678 6.0 VAASA VAASAN LENTOASEMA 02911 +FIE00144217 62.5667 21.0500 3.0 GASHALLAN/NARPIO +FIE00144222 63.4353 21.0681 4.0 MUSTASAARI VALASSAARET +FIE00144227 63.0831 21.6500 9.0 VAASA HIETALAHTI +FIE00144237 62.6167 21.4667 20.0 NARPIO YLIMARKKU +FIE00144242 62.6500 21.5500 35.0 NARPIO ALAMARKKU +FIE00144247 62.6831 21.3500 10.0 NARPIO YLIMARKKU BODBACKA +FIE00144252 62.7331 21.6594 35.0 NARPIO PIRTTIKYLA +FIE00144257 62.9500 21.7000 8.0 MUSTASAARI SULVA LANGMOSSEN +FIE00144262 62.9500 21.6331 12.0 MAALAHTI OVER-MALAX +FIE00144267 62.9681 21.2050 5.0 MAALAHTI BERGO +FIE00144272 62.9703 21.7800 15.0 MUSTASAARI RIIMALA +FIE00144277 62.9667 21.6831 13.0 MUSTASAARI SULVA FORSBACKEN +FIE00144282 63.3500 21.3331 10.0 MUSTASAARI BJORKOBY +FIE00144287 62.8831 21.1000 4.0 KORSNAS MOIKIPAA +FIE00144292 62.7333 21.9631 73.0 KURIKKA PYORNI +FIE00144296 62.9344 21.1883 2.0 KORSNAS BREDSKARET +FIE00144302 63.1000 21.6000 4.0 VAASA PALOSAARI 02912 +FIE00144306 62.9781 20.7433 2.0 MAALAHTI STROMMINGSBADAN +FIE00144322 62.9367 22.4908 26.0 SEINAJOKI PELMAA 02833 +FIE00144327 63.2667 22.4331 16.0 ORAVAINEN KIMO +FIE00144332 62.6167 22.3958 62.0 KURIKKA KESKUSTA +FIE00144337 62.7167 22.6000 60.0 ILMAJOKI PEURALA +FIE00144342 62.7831 22.8167 87.0 SEINAJOKI KESKUSTA +FIE00144347 62.8331 22.6500 45.0 ILMAJOKI HIIRIPELTO +FIE00144352 62.8831 22.5331 35.0 YLISTARO JAASKANJOKI +FIE00144357 62.9000 22.5500 40.0 YLISTARO ASEMANSEUTU +FIE00144362 62.9000 22.7000 45.0 YLISTARO VARRASJARVI +FIE00144367 62.9167 22.6167 35.0 YLISTARO KAINASTO +FIE00144372 62.9331 22.5000 28.0 YLISTARO PELMA +FIE00144377 63.0550 22.1203 15.0 VAHAKYRO KK +FIE00144382 63.2000 22.7000 50.0 ALAHARMA YLI-EKO +FIE00144387 63.2331 22.6500 43.0 ALAHARMA KUOPPALA +FIE00144392 63.2667 22.7167 35.0 ALAHARMA VUOSKOSKI +FIE00144397 63.4000 22.6500 20.0 UUSIKAARLEPYY JEPUA JUNGAR +FIE00144402 62.5500 22.9500 102.0 PERASEINAJOKI HAUKINEVA +FIE00144407 63.1203 23.0469 42.0 KAUHAVA LENTOKENTTA +FIE00144412 62.9667 23.0167 34.0 LAPUA SIIRILA +FIE00144417 62.5167 23.7000 130.0 ALAVUS POLLARI +FIE00144422 62.5331 23.7667 145.0 ALAVUS SALONKYLA +FIE00144427 62.5500 23.6500 115.0 ALAVUS AUTIONMAKI +FIE00144432 62.6167 23.6000 100.0 ALAVUS RANTATOYSA +FIE00144437 62.6331 23.4167 110.0 ALAVUS NIINIMAA +FIE00144442 62.9500 23.1500 45.0 LAPUA HAAPAKOSKI +FIE00144447 62.9831 23.7831 86.0 ALAJARVI KESKUSTA +FIE00144452 63.3467 23.1675 85.0 KORTESJARVI SAARIJARVI +FIE00144457 62.8000 23.5000 90.0 KUORTANE KK +FIE00144462 63.4331 23.4142 62.0 EVIJARVI LAHDENKYLA +FIE00144467 62.9000 23.2831 60.0 LAPUA TIISTENJOKI +FIE00144477 63.1200 23.0469 40.0 KAUHAVA KK UUNIMAANTIE +FIE00144482 62.5344 24.2206 157.0 AHTARI MYLLYMAKI +FIE00144492 63.0506 24.2817 202.0 ALAJARVI MOKSY-1 +FIE00144497 62.5167 24.7000 150.0 MULTIA VEHKOO +FIE00144502 62.7856 24.0075 160.0 ALAJARVI LIPPO +FIE00144507 62.8667 24.8000 155.0 KARSTULA KK +FIE00144512 63.3331 24.6167 185.0 PERHO SALAMAJARVI +FIE00144517 63.4331 24.5000 160.0 HALSUA KANALA KOSKI +FIE00144522 63.4453 24.4478 153.0 HALSUA KANALA PUROLA +FIE00144527 63.0331 24.5667 160.0 KYYJARVI KK +FIE00144532 63.2167 24.4167 154.0 PERHO KK +FIE00144537 63.4667 24.1667 128.0 HALSUA KK +FIE00144542 63.0889 24.2642 170.0 ALAJARVI MOKSY +FIE00144547 63.1850 24.7831 202.0 KIVIJARVI RISUPERA +FIE00144552 62.5103 24.8108 227.0 MULTIA KARHILA +FIE00144557 63.0817 25.8617 132.0 VIITASAARI HAAPANIEMI +FIE00144562 62.5500 25.9831 120.0 LAUKAA NURMIJARVI JOKIHAARA +FIE00144567 62.6000 25.7167 102.0 AANEKOSKI KESKUSTA +FIE00144572 62.6667 25.2667 118.0 SAARIJARVI LEUHUNKOSKI +FIE00144577 62.8750 25.8653 107.0 AANEKOSKI KALANIEMI +FIE00144582 62.9667 25.2500 150.0 KANNONKOSKI KK +FIE00144587 63.0500 25.5331 103.0 VIITASAARI HUOPANA +FIE00144592 63.0831 25.8500 110.0 VIITASAARI KK MAKIPIRTTI +FIE00144597 63.1669 25.9392 115.0 VIITASAARI KOLIMA KARNA +FIE00144602 63.2983 25.6467 128.0 PIHTIPUDAS ILOSJOKI +FIE00144607 63.3667 25.5667 114.0 PIHTIPUDAS TAPIOLA +FIE00144612 63.1167 25.0831 138.0 KIVIJARVI PELTOKANGAS +FIE00144617 62.5000 25.1667 247.0 MULTIA SAHRAJARVI LINJALA +FIE00144622 62.7831 25.0167 139.0 SAARIJARVI KALMARI +FIE00144632 62.6000 26.2331 95.0 KONNEVESI HYTOLA +FIE00144637 62.9214 26.4281 120.0 VESANTO SONKARI +FIE00144642 62.5167 26.0167 97.0 LAUKAA AIJALA HAPPALA +FIE00144647 62.5167 26.0000 181.0 LAUKAA NURMIJARVI +FIE00144652 62.5331 26.0167 118.0 LAUKAA AIJALA HYYPPAANMAKI +FIE00144657 62.5667 26.2831 93.0 KONNEVESI LAHDENKYLA +FIE00144662 62.9167 26.9831 104.0 KARTTULA KK +FIE00144667 63.2167 26.4667 150.0 PIELAVESI SAVIA-1 +FIE00144672 63.3167 26.9667 180.0 PIELAVESI VENETMAKI-1 +FIE00144677 62.7500 26.1667 114.0 KONNEVESI MERTAJARVI SARKISALO +FIE00144682 63.2000 26.6667 109.0 PIELAVESI SAVIA +FIE00144687 62.7100 26.7781 103.0 RAUTALAMPI RASTU +FIE00144692 63.2331 26.7500 108.0 PIELAVESI KK +FIE00144697 63.3144 26.9825 189.0 PIELAVESI VENETMAKI +FIE00144702 63.0081 27.8025 99.0 SIILINJARVI KUOPION LENTOASEMA +FIE00144707 62.9000 27.6831 119.0 KUOPIO INKILANMAKI +FIE00144712 63.1431 27.3158 90.0 MAANINKA HALOLA 02788 +FIE00144717 62.5500 27.6000 114.0 LEPPAVIRTA KOTALAHTI +FIE00144722 62.6000 27.2000 120.0 SUONENJOKI KPLA +FIE00144727 63.3831 27.6500 179.0 VARPAISJARVI PITKALANMAKI +FIE00144732 62.6667 27.0167 100.0 SUONENJOKI IISVESI-1 +FIE00144737 63.3769 27.3731 89.0 LAPINLAHTI LAMMINKAYRA +FIE00144742 62.6642 27.0503 103.0 SUONENJOKI IISVESI +FIE00144747 62.8500 27.2831 145.0 KARTTULA KALLIORANTA +FIE00144751 62.7983 27.9081 86.0 KUOPIO RITONIEMI +FIE00144771 62.8867 27.6928 88.0 KUOPIO KESKUSTA +FIE00144777 63.0250 27.8081 94.0 KUOPIO AUTOSYNOP +FIE00144782 62.8919 27.6367 87.0 KUOPIO SAVILAHTI +FIE00144792 62.7167 28.9831 116.0 OUTOKUMPU KESKUSTA +FIE00144797 62.5703 28.5956 100.0 HEINAVESI PALOKKI +FIE00144802 62.6167 28.9456 113.0 OUTOKUMPU VIURUNIEMI +FIE00144807 62.6331 28.9831 110.0 LIPERI AHONKYLA LEPPILAMPI +FIE00144812 62.6500 28.9831 122.0 OUTOKUMPU LUKANVAARA +FIE00144817 62.7000 28.9167 114.0 OUTOKUMPU KUOKKALA +FIE00144822 62.7000 28.9000 124.0 OUTOKUMPU MALJASALMI VOUTILAIN +FIE00144827 62.7000 28.8831 127.0 OUTOKUMPU MALJASALMI SARVIJARV +FIE00144832 63.1000 28.0667 106.0 NILSIA PIEKSA +FIE00144837 63.2167 28.0667 100.0 NILSIA KK UITTI +FIE00144842 63.2708 28.4731 115.0 RAUTAVAARA ALA-LUOSTA +FIE00144847 63.3667 28.0000 112.0 VARPAISJARVI KARSAMAKI +FIE00144857 63.0331 28.9831 175.0 JUUKA HALIVAARA +FIE00144862 63.3778 28.6650 166.0 RAUTAVAARA YLA-LUOSTA +FIE00144867 63.2000 28.2667 106.0 NILSIA VUOTJARVI +FIE00144872 63.4000 28.4167 166.0 RAUTAVAARA PUUMALA +FIE00144877 62.6594 29.6144 121.0 LIPERI JOENSUUN LENTOASEMA 02929 +FIE00144882 63.2317 29.2378 116.0 JUUKA NIEMELA 02791 +FIE00144887 62.5167 29.8106 85.0 JOENSUU PYHASELKA +FIE00144892 62.5331 29.2167 119.0 LIPERI KAATAMO +FIE00144897 62.6667 29.0331 100.0 OUTOKUMPU SYSMANKYLA SUVISRANT +FIE00144902 62.7831 29.1500 100.0 OUTOKUMPU KOKONVAARA +FIE00144907 62.7964 29.1883 95.0 OUTOKUMPU TAIPALE MUSTAPURO +FIE00144912 62.8167 29.0831 100.0 OUTOKUMPU SUKKULANSALO +FIE00144917 63.1081 29.7617 165.0 LIEKSA KOLI +FIE00144922 63.1000 29.8000 347.0 PIELISJARVI KOLI MATKAILUHOTEL +FIE00144927 63.1500 29.7331 100.0 LIEKSA HATTUSAARI-1 +FIE00144932 62.6667 29.1000 95.0 LIPERI AHONKYLA KULMALA +FIE00144937 63.0117 29.0100 219.0 KAAVI SIVAKKAVAARA +FIE00144941 63.2314 29.7056 157.0 LIEKSA HATTUSAARI +FIE00144951 62.5456 29.6717 78.0 LIPERI TUISKAVANLUOTO +FIE00144957 62.6014 29.7267 81.0 JOENSUU LINNUNLAHTI +FIE00144961 62.6592 29.6142 117.0 LIPERI LENTOASEMA VERTAILUMITT +FIE00144972 62.6667 30.9331 162.0 ILOMANTSI KK +FIE00144977 63.3000 30.0167 106.0 PIELISJARVI +FIE00144982 63.3206 30.0492 98.0 LIEKSA LAMPELA +FIE00144987 62.6000 30.2331 130.0 KIIHTELYSVAARA ROKSA +FIE00144992 62.7831 30.0667 120.0 ENO KK +FIE00144997 62.8000 30.4167 150.0 ENO PAMILO LUHTAPOHJA +FIE00145002 62.8000 31.1331 200.0 ILOMANTSI LEHTOVAARA +FIE00145007 63.0319 31.0619 231.0 ILOMANTSI NAARVA +FIE00145012 63.4331 30.4331 151.0 LIEKSA RUUNAA +FIE00145017 63.2831 30.5331 170.0 LIEKSA HATTUVAARA +FIE00145022 62.8667 31.2500 194.0 ILOMANTSI VALIVAARA +FIE00145027 62.7831 30.1331 94.0 ENO KALTIMO +FIE00145032 62.5831 30.3331 163.0 ENO LOYTOJARVI +FIE00145037 62.5667 30.2831 120.0 JOENSUU KESKIJARVI +FIE00145042 63.1417 31.0475 235.0 ILOMANTSI POTSONVAARA +FIE00145052 62.7692 30.9778 155.0 ILOMANTSI MEKRIJARVI +FIE00145057 63.7331 22.5831 11.0 PIETARSAARI MASSKAR VASTERSUND +FIE00145062 63.9500 22.8500 8.0 TANKAR/OJA +FIE00145067 63.6667 22.6500 8.0 PIETARSAARI LEPPALUOTO +FIE00145072 63.8000 22.7500 6.0 LUOTO EUGMO +FIE00145077 63.5331 22.5331 5.0 UUSIKAARLEPYY KESKUSTA +FIE00145082 63.6667 22.7331 5.0 PIETARSAARI OSTANLID +FIE00145087 63.8831 22.9331 10.0 KOKKOLA OJA MARASKAR +FIE00145091 63.7508 22.5267 2.0 PIETARSAARI KALLAN +FIE00145102 63.7169 23.1425 26.0 KRUUNUPYY LENTOASEMA +FIE00145107 64.3331 23.4500 4.0 ULKOKALLA/KALAJOKI +FIE00145112 63.5931 23.7203 70.0 KAUSTINEN TASTULA +FIE00145117 63.7167 23.0667 8.0 KRUUNUPYY KK +FIE00145122 63.8831 23.2381 9.0 KOKKOLA KORPLAX +FIE00145127 63.8667 23.4331 10.0 KOKKOLA KALVIA +FIE00145132 63.8831 23.4331 100.0 KALVIA MAUNUMAKI +FIE00145137 63.9167 23.4000 5.0 KALVIA RUOTSALO +FIE00145142 63.9500 23.4667 5.0 LOHTAJA MARINKAINEN +FIE00145147 64.2167 23.7000 3.0 KALAJOKI RAHJA +FIE00145151 64.3306 23.4503 3.0 KALAJOKI ULKOKALLA +FIE00145157 63.8442 23.1281 6.0 KOKKOLA HOLLIHAKA +FIE00145162 63.6667 24.8331 129.0 REISJARVI +FIE00145167 63.9167 24.9667 79.0 NIVALA +FIE00145172 63.5167 24.6667 147.0 LESTIJARVI KK +FIE00145177 63.7631 24.2842 90.0 TOHOLAMPI ORAVALA +FIE00145182 63.8667 24.0500 70.0 KANNUS YLIKANNUS +FIE00145187 63.9831 24.2831 79.0 SIEVI ASEMA +FIE00145192 64.2000 24.1500 33.0 KALAJOKI KAANNANKYLA +FIE00145197 64.2306 24.0192 20.0 KALAJOKI PITKASENKYLA +FIE00145202 64.2667 24.8667 78.0 OULAINEN KESKUSTA +FIE00145207 64.2731 24.2108 40.0 KALAJOKI METSAKYLA +FIE00145212 64.2306 24.8864 78.0 OULAINEN OHINEVA +FIE00145217 64.0831 24.2331 60.0 RAUTIO KK +FIE00145221 63.8208 24.1669 83.0 TOHOLAMPI LAITALA +FIE00145227 64.0500 24.7278 76.0 YLIVIESKA LENTOKENTTA +FIE00145232 64.0664 24.6769 75.0 YLIVIESKA VAHAKANGAS +FIE00145237 63.7500 25.3331 88.0 HAAPAJARVI MAAMIESKOULU +FIE00145242 64.1417 25.4281 112.0 HAAPAVESI MUSTIKKAMAKI +FIE00145247 63.5667 25.7500 145.0 PYHAJARVI OL HIIDENKYLA +FIE00145252 63.7000 25.0331 115.0 REISJARVI LEVONPERA +FIE00145257 63.7500 25.4667 130.0 HAAPAJARVI VALIOJA NOKKOUS +FIE00145262 63.7831 25.3667 140.0 HAAPAJARVI UUSIMAA +FIE00145267 63.8906 25.7881 120.0 KARSAMAKI VENETPALO +FIE00145272 63.9667 25.7331 110.0 KARSAMAKI KK +FIE00145277 64.1331 25.3831 100.0 HAAPAVESI KK +FIE00145282 64.2831 25.8667 80.0 PULKKILA KK +FIE00145287 64.4167 25.1167 95.0 VIHANTI RISTONAHO +FIE00145292 63.7356 25.7092 152.0 PYHAJARVI OJAKYLA +FIE00145297 63.6083 25.4725 140.0 PYHAJARVI HIIDENNIEMI +FIE00145301 64.1406 25.6050 99.0 HAAPAVESI PIIPSANNEVA +FIE00145312 63.6500 26.0500 148.0 PYHAJARVI OL PYHASALMI +FIE00145317 63.7000 26.2331 217.0 KIURUVESI NIEMISKYLA HONKAPERA +FIE00145322 63.7281 26.3731 110.0 KIURUVESI KORPIJOKI +FIE00145327 63.7500 26.2167 130.0 PYHAJARVI OL LIITTOPERA +FIE00145332 63.7667 26.0831 160.0 PYHAJARVI OL LOHVANPERA +FIE00145337 64.0500 26.5331 190.0 PYHANTA AHOKYLA +FIE00145342 64.0997 26.1000 100.0 PYHANTA TAVASTKENKA-1 +FIE00145347 64.3553 26.3025 91.0 SIIKALATVA KESTILA +FIE00145352 63.9331 26.6167 180.0 KIURUVESI LAPINSALO +FIE00145357 64.0506 26.9289 216.0 KAJAANI SAARESMAKI +FIE00145362 63.9331 26.4167 198.0 PYHANTA VIITAMAKI +FIE00145367 63.7000 26.2167 150.0 PYHAJARVI OL RAMILA KUUSENMAKI +FIE00145372 64.1167 26.5500 120.0 PYHANTA TAVASTKENKA +FIE00145377 64.2814 27.6783 147.0 KAJAANI LENTOASEMA-1 02897 +FIE00145382 63.8406 27.2242 207.0 VIEREMA KAARAKKALA +FIE00145387 63.5803 27.1800 101.0 IISALMI KESKUSTA +FIE00145392 63.6500 27.5331 115.0 SONKAJARVI RUTAKKO +FIE00145397 63.7000 27.4000 100.0 SONKAJARVI KK +FIE00145402 64.1167 27.0500 170.0 VUOLIJOKI OTANMAKI +FIE00145407 64.2167 27.7167 144.0 KAJAANI KPKI +FIE00145412 63.7783 27.8058 153.0 SONKAJARVI JYRKKA +FIE00145417 63.8800 27.4389 100.0 SONKAJARVI SUKEVA +FIE00145422 64.4000 27.1331 125.0 VAALA MANAMANSALO +FIE00145427 64.0831 27.9500 307.0 SOTKAMO PARKUA +FIE00145432 63.7033 27.4208 107.0 SONKAJARVI AITTOKOSKI +FIE00145436 64.2831 27.6667 132.0 KAJAANI LENTOASEMA +FIE00145442 64.2908 27.6403 128.0 KAJAANI PALTANIEMI +FIE00145447 64.2167 27.7550 160.0 KAJAANI PETAISENNISKA +FIE00145452 63.6667 28.8325 115.0 VALTIMO KK +FIE00145457 64.3667 28.5831 200.0 RISTIJARVI HIISIJARVI +FIE00145462 63.9544 28.4292 153.0 SOTKAMO SAVIAHO +FIE00145467 64.1331 28.5500 152.0 SOTKAMO YLISOTKAMO +FIE00145472 64.2000 28.3331 170.0 SOTKAMO VIHTAMOJARVI +FIE00145477 64.3656 28.6108 196.0 RISTIJARVI HIISIJARVI +FIE00145482 64.4831 28.1667 150.0 RISTIJARVI KIVIKYLA +FIE00145487 64.4692 28.6217 268.0 RISTIJARVI MUSTAVAARA +FIE00145492 63.7500 28.5667 209.0 VALTIMO KOPPELO +FIE00145497 63.9167 28.7000 220.0 SOTKAMO TIPASOJA SAUKKO +FIE00145502 64.1108 28.3419 161.0 SOTKAMO KUOLANIEMI +FIE00145512 63.6167 29.1167 116.0 NURMES YLIKYLA +FIE00145517 64.1189 29.4739 172.0 KUHMO KESKUSTA +FIE00145522 63.8242 29.4581 258.0 NURMES MUJEJARVI +FIE00145527 64.1331 29.5167 169.0 KUHMO KK +FIE00145532 64.4667 29.1331 225.0 HYRYNSALMI TAPANIVAARA +FIE00145537 64.0997 29.3167 163.0 KUHMO PALONIEMI +FIE00145542 64.2667 29.8331 181.0 KUHMO SUMSA +FIE00145547 64.4331 29.1167 210.0 KUHMO HARMANKYLA +FIE00145557 64.0553 29.3169 227.0 KUHMO RAISKIO +FIE00145562 64.2975 30.1700 197.0 KUHMO KALLIOJOKI +FIE00145567 63.6117 30.2042 234.0 LIEKSA KIVIVAARA +FIE00145571 64.6117 23.9000 0.0 RAAHE NAHKIAINEN +FIE00145577 65.0192 24.7314 8.0 HAILUOTO OJAKYLA +FIE00145582 64.6500 24.7331 48.0 RAAHE PATTIJOKI +FIE00145587 64.6667 24.6167 15.0 PATTIJOKI JOKELA +FIE00145592 64.6831 24.4831 10.0 RAAHE KPKI +FIE00145597 64.6331 24.4831 13.0 RAAHE SALOINEN +FIE00145606 65.3850 24.1000 0.0 KEMI I MAJAKKA +FIE00145616 64.6656 24.4106 2.0 RAAHE LAPALUOTO +FIE00145622 64.9283 25.3506 14.0 OULUNSALO OULUN LENTOASEMA 02875 +FIE00145627 64.6833 25.0925 48.0 SIIKAJOKI REVONLAHTI 02803 +FIE00145632 64.8150 25.9831 19.0 MUHOS KK LAITASAARI +FIE00145637 65.0331 25.4831 13.0 OULU LINNANMAA +FIE00145642 64.6581 25.6206 47.0 TYRNAVA TEMMES +FIE00145647 65.0831 25.3831 17.0 OULU PATENIEMI +FIE00145652 65.3667 25.8500 45.0 YLI-II KK +FIE00145656 64.8000 25.5831 9.0 TYRNAVA LEPPIOJA +FIE00145661 65.0056 25.3967 3.0 OULU VIHREASAARI +FIE00145667 64.9417 25.3750 12.0 OULU / OULUNSALO +FIE00145672 64.9375 25.3756 10.0 OULUNSALO PELLONPAA +FIE00145677 64.5008 26.4275 114.0 VAALA PELSO +FIE00145682 64.5667 26.7831 121.0 VAALA JYLHAMA +FIE00145687 64.8425 26.0444 57.0 MUHOS LEPPINIEMI +FIE00145692 65.0831 26.4667 90.0 YLIKIIMINKI NUORITTA +FIE00145697 65.3906 26.9900 114.0 PUDASJARVI MAATALOUSOPPILAITOS +FIE00145702 65.3992 26.9667 121.0 PUDASJARVI LENTOKENTTA +FIE00145707 64.5000 26.4500 115.0 VAALA PELSO PUUTTEENPERA +FIE00145712 65.3667 27.0167 116.0 PUDASJARVI KURENALUS +FIE00145717 64.5667 27.1667 127.0 VAALA JAALANKA +FIE00145722 64.8167 27.7000 145.0 PUOLANKA KK-1 +FIE00145727 64.9269 27.1919 132.0 UTAJARVI SARKIJARVI +FIE00145732 65.0997 27.5331 220.0 PUDASJARVI KORPISENKYLA +FIE00145737 65.3167 27.3500 122.0 PUDASJARVI SOTKAJARVI +FIE00145742 65.1603 27.6503 135.0 PUDASJARVI JAURAKKAJARVI +FIE00145747 64.8667 27.7000 156.0 PUOLANKA KK +FIE00145752 64.8167 27.9331 254.0 PUOLANKA RASINKYLA-1 +FIE00145757 64.9167 28.9500 201.0 SUOMUSSALMI HULKONNIEMI +FIE00145762 64.5000 28.3667 145.0 RISTIJARVI KOSKENKYLA +FIE00145767 64.7167 28.6667 210.0 HYRYNSALMI HOIKKA-1 +FIE00145772 65.2392 28.4517 251.0 SUOMUSSALMI NALJANKA +FIE00145777 64.7000 28.6000 170.0 HYRYNSALMI KK +FIE00145782 64.8831 28.9167 191.0 SUOMUSSALMI AMMANSAARI +FIE00145787 64.9305 28.7503 223.0 SUOMUSSALMI PESIO +FIE00145792 64.8167 28.0500 300.0 PUOLANKA RASINKYLA +FIE00145797 64.7167 28.6331 185.0 HYRYNSALMI HOIKKA +FIE00145802 64.8292 28.2367 320.0 HYRYNSALMI KYTOMAKI +FIE00145807 64.6656 28.0328 282.0 PUOLANKA KOTILA +FIE00145812 64.6633 28.0603 341.0 PUOLANKA PALJAKKA +FIE00145817 64.9025 29.0167 220.0 SUOMUSSALMI KK +FIE00145822 64.7167 29.6831 200.0 SUOMUSSALMI YLIVUOKKI +FIE00145827 65.3717 29.2217 250.0 SUOMUSSALMI PIISPAJARVI SELKOS +FIE00145832 64.5956 29.1300 220.0 HYRYNSALMI MOISIOVAARA +FIE00145837 65.2167 29.5167 205.0 SUOMUSSALMI RUHTINANSALMI +FIE00145842 65.2653 29.0158 289.0 SUOMUSSALMI HAAPOVAARA +FIE00145847 66.3667 23.9167 79.0 YLITORNIO PORTIMOJARVI +FIE00145852 65.7831 24.5831 19.0 KEMINMAA KEMI-TORNION LENTOASE +FIE00145857 65.6500 24.9000 5.0 SIMO SIMONIEMI +FIE00145862 65.8497 24.5831 10.0 KEMINMAA LIEDAKKALA +FIE00145867 66.3831 24.1500 100.0 YLITORNIO TORMASJARVI +FIE00145872 65.9667 24.4667 43.0 TORNIO KONOLA +FIE00145877 65.6831 24.7831 7.0 SIMO MAKSNIEMI +FIE00145881 65.6725 24.5192 3.0 KEMI AJOS +FIE00145892 66.2331 24.8167 95.0 TERVOLA KATKAVAARA +FIE00145897 65.8000 24.6167 13.0 KEMINMAA +FIE00145902 66.0692 24.1481 63.0 TORNIO AAPAJARVI +FIE00145907 65.8467 24.1775 8.0 TORNIO TORPPI +FIE00145912 65.5167 25.2667 5.0 KUIVANIEMI HALTTULA +FIE00145917 66.3167 25.1667 130.0 ROVANIEMEN MLK PISAVAARA-1 +FIE00145922 65.9167 25.0831 77.0 KEMINMAA PUUKKOKUMPU +FIE00145932 66.3667 25.3667 80.0 ROVANIEMI JAATILA +FIE00145937 65.6500 25.9500 101.0 KUIVANIEMI OIJARVI +FIE00145942 65.5331 25.5000 40.0 II YLI-OLHAVA +FIE00145947 65.9325 26.5164 154.0 RANUA KK +FIE00145952 66.1331 26.1667 210.0 RANUA YLIPORTIMO +FIE00145957 66.1831 26.2331 195.0 RANUA YLIMAA +FIE00145962 66.3228 26.9367 137.0 ROVANIEMI JUOTASNIEMI +FIE00145967 66.3331 26.8500 130.0 ROVANIEMEN MLK PEKKALA KIVALOK +FIE00145972 66.3667 26.6831 100.0 ROVANIEMEN MLK VANTTAUSKOSKI +FIE00145977 66.3000 26.8667 150.0 ROVANIEMEN MLK PEKKALA TELKKAL +FIE00145982 66.2028 26.2156 195.0 ROVANIEMI KILVENAAPA +FIE00145987 66.1331 26.1167 227.0 RANUA PALOVAARA +FIE00145997 65.9764 26.3714 161.0 RANUA LENTOKENTTA +FIE00146002 66.1831 27.8831 155.0 POSIO PERA-POSIO +FIE00146007 66.3497 27.1500 160.0 ROVANIEMI PIRTTIKOSKI +FIE00146012 66.4831 27.7500 250.0 KEMIJARVI LOMAKYLA +FIE00146017 65.7892 27.3367 162.0 PUDASJARVI SARAKYLA +FIE00146027 65.5831 28.2500 209.0 TAIVALKOSKI KK +FIE00146032 65.9350 28.9783 310.0 KUUSAMO MAANSELKA KURKIJARVI +FIE00146037 65.9781 28.1744 262.0 POSIO RAISTAKKA +FIE00146042 65.7342 28.5642 248.0 TAIVALKOSKI INKEE +FIE00146047 66.1158 28.1489 243.0 POSIO +FIE00146052 65.8000 28.0500 277.0 TAIVALKOSKI MUSTAVAARA +FIE00146057 65.5739 28.2481 203.0 TAIVALKOSKI KK KAUPPATIE +FIE00146062 65.9950 29.2258 264.0 KUUSAMO LENTOASEMA-1 02869 +FIE00146067 66.3681 29.3192 160.0 KUUSAMO KIUTAKONGAS +FIE00146072 65.9000 29.0667 360.0 KUUSAMO MAANSELKA RONKAINEN +FIE00146077 65.9167 29.8667 270.0 KUUSAMO KARPNKYLA +FIE00146082 65.9167 29.2331 262.0 KUUSAMO KK RONKAINEN +FIE00146087 65.9528 29.1331 270.0 KUUSAMO TORANGINAHO +FIE00146092 66.0531 29.1569 290.0 KUUSAMO NISSINVAARA +FIE00146097 65.5831 29.5167 235.0 KUUSAMO KURVINEN +FIE00146107 65.6667 29.1667 240.0 KUUSAMO IRNI +FIE00146111 66.1653 29.1553 486.0 KUUSAMO RUKATUNTURI +FIE00146117 65.5194 29.5242 225.0 KUUSAMO TEERIRANTA +FIE00146121 66.3167 29.4000 310.0 KUUSAMO OULANKA +FIE00146137 67.2789 23.7717 148.0 KOLARI TEURAVUOMA +FIE00146142 66.5831 23.9000 70.0 PELLO TURTOLANKYLA +FIE00146147 67.2331 23.5831 125.0 KOLARI KELLONIEMI +FIE00146152 67.4831 23.9000 213.0 KOLARI RAUTUVAARA +FIE00146157 67.3000 23.7500 146.0 KOLARI TULLI +FIE00146162 66.5289 24.6531 92.0 YLITORNIO MELTOSJARVI 02812 +FIE00146167 66.8406 24.3842 135.0 PELLO KONTTAJARVI +FIE00146172 66.8497 24.6667 180.0 PELLO RUUHIJARVI +FIE00146177 67.2831 24.8831 170.0 KITTILA ALAKYLA-1 +FIE00146182 67.3839 24.0158 171.0 KOLARI KATTILAMAA +FIE00146187 66.7722 23.9669 84.0 PELLO KK MUSEOTIE +FIE00146192 67.4667 24.9167 182.0 KITTILA KAUKONEN +FIE00146197 67.2831 24.2000 201.0 KOLARI VENEJARVI +FIE00146202 67.2617 24.9700 192.0 KITTILA ALAKYLA +FIE00146207 66.5581 25.8353 195.0 ROVANIEMI LENTOASEMA +FIE00146212 66.9167 25.2500 180.0 ROVANIEMEN MLK MELTAUS +FIE00146217 66.6108 25.3764 110.0 ROVANIEMI LEHTOJARVI +FIE00146222 66.5167 25.6500 150.0 ROVANIEMI KORKALOVAARA +FIE00146227 66.8831 25.1831 136.0 ROVANIEMEN MLK MARRASJARVI +FIE00146232 66.9000 25.0667 121.0 ROVANIEMI MLK. MARRASJARVI +FIE00146241 66.4981 25.7119 85.0 ROVANIEMI RAUTATIEASEMA +FIE00146258 66.5789 26.0150 106.0 ROVANIEMI APUKKA +FIE00146263 67.2500 26.5831 210.0 SODANKYLA LISMA-AAPA +FIE00146268 66.6244 26.6856 170.0 ROVANIEMI MISI +FIE00146273 67.0167 26.4331 190.0 SODANKYLA RAUDANJOKI +FIE00146278 67.2500 26.5500 210.0 SODANKYLA LISMA-AAPA KANSAKOUL +FIE00146283 67.2667 26.5331 220.0 SODANKYLA LISMA-AAPA JUPPURA +FIE00146308 66.5167 27.7831 180.0 KEMIJARVI JUMISKO +FIE00146313 66.5667 27.7000 160.0 KEMIJARVI RYTI-LEHTOLA +FIE00146318 67.0994 27.5139 155.0 PELKOSENNIEMI KIRKONKYLA +FIE00146323 66.6667 27.5000 171.0 KEMIJARVI HALOSENRANTA +FIE00146328 66.5592 27.7075 160.0 KEMIJARVI LEHTOSALMI +FIE00146333 66.7153 27.1642 208.0 KEMIJARVI LENTOKENTTA +FIE00146338 66.8208 28.6775 221.0 SALLA KK +FIE00146343 67.2853 28.1800 180.0 SAVUKOSKI KK +FIE00146348 66.7667 28.1500 170.0 SALLA KURSU +FIE00146353 66.7831 28.2667 265.0 SALLA SALMIVAARA LUMIMAA +FIE00146358 66.8117 28.2956 260.0 SALLA SALMIVAARA LAKIJANKA +FIE00146363 66.9453 28.9794 197.0 SALLA KELLOSELKA +FIE00146368 67.4681 27.9956 220.0 SAVUKOSKI VARRIO +FIE00146372 67.0214 27.2219 486.0 PELKOSENNIEMI PYHATUNTURI +FIE00146378 66.8331 28.6781 215.0 SALLA KK MYLLYTIE 02849 +FIE00146398 66.5167 29.0331 240.0 SALLA HAUTAJARVI +FIE00146403 67.2150 29.2408 222.0 SALLA NARUSKA-1 +FIE00146408 67.3667 29.3667 261.0 SALLA NARUSKAJARVI +FIE00146413 67.1622 29.1814 213.0 SALLA NARUSKA +FIE00146418 68.4503 22.4981 320.0 ENONTEKIO KARESUVANTO +FIE00146423 67.9681 23.6803 254.0 MUONIO ALAMUONIO 02823 +FIE00146428 67.5331 23.6831 178.0 MUONIO TAPOJARVI +FIE00146433 68.3856 23.5919 290.0 ENONTEKIO HETTA +FIE00146442 68.3617 23.4317 306.0 ENONTEKIO HETTA LENTOASEMA +FIE00146448 67.7167 24.8500 197.0 KITTILA HUKKAKUMPU +FIE00146453 68.0167 24.1667 303.0 KITTILA PALLASJARVI +FIE00146458 68.2294 24.8417 279.0 KITTILA PULJU +FIE00146462 67.7842 24.8569 524.0 KITTILA LEVITUNTURI +FIE00146467 68.0617 24.0369 755.0 MUONIO LAUKUKERO +FIE00146472 67.9728 24.1203 565.0 MUONIO SAMMALTUNTURI +FIE00146482 67.9992 24.2442 340.0 KITTILA MATOROVA +FIE00146487 67.6956 24.8625 196.0 KITTILA LENTOASEMA +FIE00146493 67.9908 24.2433 347.0 KITTILA KENTTAROVA +FIE00146498 67.6517 24.9056 181.0 KITTILA KK +FIE00146503 67.8667 25.3331 207.0 KITTILA KIISTALA +FIE00146508 68.1692 25.7867 275.0 KITTILA POKKA +FIE00146513 67.5606 25.6917 205.0 KITTILA TEPSA +FIE00146518 68.3667 25.9167 262.0 INARI IVALONMATTI +FIE00146523 67.8000 26.7831 210.0 SODANKYLA MADETKOSKI-1 +FIE00146528 67.9289 26.7742 231.0 SODANKYLA MADETKOSKI +FIE00146533 68.4000 26.4667 232.0 INARI KUTTURA +FIE00146538 67.8206 27.7503 240.0 SODANKYLA LOKKA +FIE00146543 68.0839 27.1894 247.0 SODANKYLA VUOTSO +FIE00146548 68.4000 27.3831 285.0 INARI LAANILA +FIE00146553 68.1008 27.1233 246.0 SODANKYLA VUOTSO VIRASTOTALO +FIE00146558 68.3664 27.4500 326.0 INARI KIILOPAA +FIE00146563 68.4142 27.4175 302.0 INARI SAARISELKA MATKAILUKESKU +FIE00146567 68.4319 27.4489 430.0 INARI SAARISELKA KAUNISPAA +FIE00146573 67.6556 28.7131 209.0 SAVUKOSKI RUUVAOJA +FIE00146578 68.4717 28.3242 185.0 INARI RAJA-JOOSEPPI AKUJARVI +FIE00146582 68.4775 28.3053 253.0 INARI RAJAJOOSEPPI +FIE00146588 67.5667 29.7831 280.0 SALLA TUNTSA +FIE00146593 67.9667 29.0000 230.0 SAVUKOSKI KEMIHAARA RJV +FIE00146598 67.7475 29.6150 370.0 SALLA VARRIOTUNTURI +FIE00146603 67.7667 29.4500 273.0 SAVUKOSKI AINIJARVI +FIE00146608 69.0500 20.8000 483.0 ENONTEKIO KILPISJARVI +FIE00146613 68.7500 21.4167 415.0 ENONTEKIO KELOTTIJARVI IITTO +FIE00146618 69.0483 20.7956 480.0 ENONTEKIO KILPISJARVI KYLAKESK +FIE00146622 69.0419 20.8578 1007.0 ENONTEKIO KILPISJARVI SAANA +FIE00146628 68.9667 22.1331 465.0 ENONTEKIO KELOTTIJARVI MUNNIKU +FIE00146633 68.6025 23.5803 370.0 ENONTEKIO NAKKALA +FIE00146638 68.5708 23.3392 356.0 ENONTEKIO PALOJARVI +FIE00146643 68.5000 24.7331 330.0 ENONTEKIO KALMANKALTIO +FIE00146648 69.5831 25.9667 122.0 UTSJOKI OUTAKOSKI +FIE00146653 68.9092 25.6664 203.0 INARI ANGELI +FIE00146658 69.4317 25.8194 148.0 UTSJOKI KARIGASNIEMI +FIE00146663 68.9025 25.7406 285.0 INARI ANGELI LINTUPUOLISELKA +FIE00146668 68.7667 26.2331 200.0 INARI PAADAR +FIE00146673 68.9331 26.8167 148.0 INARI RIUTULA +FIE00146678 68.8667 26.8331 145.0 INARI SOLOJARVI +FIE00146688 68.6069 27.4181 147.0 INARI IVALO LENTOASEMA +FIE00146693 69.0669 27.1228 152.0 INARI TOIVONIEMI +FIE00146698 69.7556 27.0119 107.0 UTSJOKI KEVO 02805 +FIE00146703 70.0814 27.9006 22.0 UTSJOKI NUORGAM +FIE00146708 68.6694 27.5708 123.0 INARI IVALO +FIE00146713 69.1831 27.9167 120.0 INARI PARTAKKO +FIE00146718 69.4000 27.2667 228.0 INARI PIKKU-SAYTSJARVI +FIE00146723 69.6631 27.0781 110.0 UTSJOKI LEPPALA +FIE00146727 69.0714 27.4964 122.0 INARI VAYLA +FIE00146737 68.6081 27.4331 144.0 IVALO LENTOASEMA +FIE00146748 68.9053 27.0181 128.0 INARI KIRKONKYLA +FIE00146753 69.1403 27.2700 156.0 INARI KAAMANEN +FIE00146757 69.0478 27.7608 120.0 INARI SEITALAASSA +FIE00146762 69.7567 27.0150 76.0 UTSJOKI KEVO KEVOJARVI +FIE00146768 68.8483 28.3031 120.0 INARI NELLIM-1 +FIE00146773 69.5500 28.6331 96.0 INARI SEVETTIJARVI-1 +FIE00146778 69.5072 28.5975 100.0 INARI SEVETTIJARVI +FIE00146783 68.8489 28.3039 123.0 INARI NELLIM 02835 +FIE00146787 69.5756 28.8475 130.0 INARI KIRAKKAJARVI SANILANLAMP +FIE00146798 69.5817 28.8992 103.0 INARI KIRAKKAJARVI +FIE00146803 69.6692 29.0967 85.0 INARI NAATAMO +FIM00002801 69.0500 20.7830 476.0 ENONTEKIO KILPISJARVI 02801 +FJ000091650 -12.5000 177.0500 26.0 ROTUMA GSN 91650 +FJ000091652 -16.1330 -179.9830 63.0 UDU POINT AWS GSN 91652 +FJ000091680 -17.7500 177.4500 18.0 NADI AIRPORT GSN 91680 +FJM00091683 -18.0430 178.5590 5.2 NAUSORI INTL 91683 +FJM00091699 -20.6670 -178.7170 28.0 ONO-I-LAU AWS GSN 91699 +FKM00088870 -51.4170 -60.5670 480.0 MOUNT BYRON 88870 +FKM00088881 -51.6670 -58.1000 458.0 MOUNT KENT 88881 +FKM00088889 -51.8230 -58.4470 74.4 MOUNT PLEASANT GSN 88889 +FKM00088894 -52.1500 -60.6000 361.0 MOUNT ALICE 88894 +FMC00914163 9.5367 138.1211 20.1 FM DUGOR +FMC00914185 10.0333 139.8000 1.8 FM ULITHI +FMC00914213 9.4508 138.0620 15.2 FM GILMAN +FMC00914251 8.5500 151.9092 0.9 FM FANANU +FMC00914254 6.9167 158.1667 85.3 FM FSM CAPITOL +FMC00914323 6.8333 158.3167 1.5 FM JOY ISLAND +FMC00914325 1.0833 154.8000 2.7 FM KAPINGAMARANGI 91434 +FMC00914395 5.3544 162.9533 2.7 FM KOSRAE 91356 +FMC00914419 5.5167 153.8167 1.5 FM LUKUNOCH 91339 +FMC00914429 9.4833 138.0833 10.1 FM LUWEECH +FMC00914446 9.6053 138.1786 14.9 FM MAAP +FMC00914482 6.8456 158.3064 9.1 FM METALANIM +FMC00914489 6.6833 159.7833 9.1 FM MOKIL ATOLL +FMC00914585 9.5742 138.1108 3.0 FM NORTH FANIF +FMC00914590 3.8500 155.0167 2.4 FM NUKUORO 91425 +FMC00914665 6.9333 158.3167 24.1 FM OA +FMC00914705 6.9053 158.1586 45.7 FM PAIES-KITTI +FMC00914710 6.9269 158.1572 85.3 FM PALIKIR +FMC00914720 6.2167 160.7000 2.4 FM PINGELAP +FMC00914761 7.3500 149.2000 2.1 FM POLOWAT 91324 +FMC00914808 9.6244 138.1592 19.8 FM RUMUNG +FMC00914811 4.3000 152.7000 1.2 FM SATAWAN ATOLL +FMC00914814 5.3333 153.7333 2.7 FM SATAWAN ATOLL +FMC00914825 5.3694 163.0155 4.3 FM TAFUNSAK +FMC00914831 9.5500 138.1500 21.3 FM TAMIL +FMC00914843 5.3264 163.0050 14.9 FM TOFOL +FMC00914892 10.0333 139.8000 1.8 FM ULITHI +FMC00914898 5.2739 162.9742 4.0 FM UTWA +FMC00914911 7.3833 143.9167 2.1 FM WOLEAI ATOLL 91317 +FMW00040306 9.5167 138.1333 17.1 FM YAP ISLAND CAROLINE ISLANDS +FMW00040308 9.4833 138.0833 13.4 FM YAP ISLAND WSO AP GSN 91490 +FMW00040502 7.4667 151.8500 2.1 FM TRUK ISLAND CAROLINE ISLANDS +FMW00040503 6.9667 158.2167 28.0 FM PONAPE CAROLINE ISLA +FMW00040504 6.9667 158.2167 36.6 FM POHNPEI WSO GSN 91348 +FMW00040505 7.4500 151.8333 1.5 FM CHUUK WSO AP GSN 91334 +FMW00040605 5.3333 163.0833 106.1 FM KUSAIE AF +FMW00040606 5.3333 163.0167 4.3 FM KUSAIE ISLAND CAROLINE ISLANDS +FMW00041303 10.0667 139.6667 2.1 FM POTANGERAS CAROLINE +FP000091925 -9.8000 -139.0330 53.0 HIVA-OA GSN 91925 +FP000091929 -16.4500 -151.7500 3.0 BORA-BORA/MOTU-MUTE 91930 +FP000091938 -17.5500 -149.6170 3.0 TAHITI-FAAA GSN 91938 +FP000091943 -14.4830 -145.0330 3.0 TAKAROA GSN 91943 +FP000091948 -23.1330 -134.9670 89.0 MANGAREVA GSN 91948 +FP000091954 -23.3500 -149.4830 3.0 TUBUAI GSN 91954 +FP000091958 -27.6170 -144.3330 2.0 RAPA GSN 91958 +FPM00091945 -19.9000 -145.0000 4.0 HEREHERETUE GSN 91945 +FR000007130 48.0689 -1.7339 36.0 RENNES-ST JACQUES GSN 07130 +FR000007150 48.8231 2.3367 75.0 PARIS/LE BOURGET 07150 +FR000007190 48.5492 7.6403 150.0 STRASBOURG-ENTZHEIM GSN 07190 +FR000007255 47.0592 2.3594 161.0 BOURGES GSN 07255 +FR000007354 46.8600 1.7217 155.0 DEOLS CHATEAUROUX AERODROME DE 99999 +FR000007510 44.8306 0.6914 47.0 BORDEAUX-MERIGNAC 07510 +FR000007560 44.1167 3.5831 1567.0 MONT-AIGOUAL GSN 07560 +FR000007630 43.6208 1.3789 151.0 TOULOUSE-BLAGNAC GSN 07630 +FR000007650 43.4378 5.2158 9.0 MARSEILLES-MARIGNANE GSN 07650 +FR000007747 42.7369 2.8728 42.0 PERPIGNAN 07747 +FR009021000 49.0167 6.7000 252.0 GROSTENQUIN A FRANCE +FR009022000 49.4500 5.4167 265.0 MARVILLE A FRANCE +FR013055001 43.3050 5.3967 75.0 MARSEILLE OBS. PALAIS-LONCHAMP +FR069029001 45.7264 5.0778 235.0 LYON - ST EXUPERY 07480 +FRE00104036 50.1358 1.8339 69.0 ABBEVILLE 07005 +FRE00104040 50.5700 3.0975 47.0 LILLE-LESQUIN 07015 +FRE00104044 49.1800 0.4558 67.0 CAEN-CARPIQUET 07027 +FRE00104048 49.2094 4.1553 95.0 REIMS-PRUNAY 07072 +FRE00104052 48.4456 0.1103 143.0 ALENCON-VALFRAMBERT 07139 +FRE00104072 47.2678 5.0881 219.0 DIJON-LONGVIC 07280 +FRE00104088 46.5939 0.3142 123.0 POITIERS - BIARD 07335 +FRE00104092 45.7867 3.1492 331.0 CLERMONT-FERRAND 07460 +FRE00104112 44.5656 6.5019 871.0 EMBRUN 07591 +FRE00104116 43.1881 0.0000 360.0 TARBES - OSSUN 07621 +FRE00104120 43.6489 7.2089 2.0 NICE 07690 +FRE00104124 42.5406 9.4853 10.0 BASTIA 07790 +FRE00104484 48.4442 -4.4117 94.0 BREST-GUIPAVAS 07110 +FRE00104883 49.7000 4.0167 130.0 MONTCORNET +FRE00104886 49.4031 4.7031 96.0 VOUZIERS +FRE00104887 43.1167 1.6175 295.0 PAMIERS +FRE00104901 47.8481 4.5817 262.0 CHATILLON-SUR-SEINE 07276 +FRE00104902 46.2431 1.4681 405.0 LA SOUTERRAINE +FRE00104907 44.5808 4.7331 73.0 MONTELIMAR 07577 +FRE00104930 45.5950 5.5300 360.0 FAVERGES-DE-LA-TOUR +FRE00104934 47.8267 2.8481 140.0 CHATILLON-COLIGNY +FRE00104935 44.5567 1.3381 165.0 CATUS +FRE00104936 44.3081 3.1767 870.0 LE MASSEGROS +FRE00104937 49.7253 -1.9394 6.0 PTE DE LA HAGUE 07020 +FRE00104943 47.8981 -1.0347 62.0 BALLOTS +FRE00104949 49.0731 6.1256 190.0 METZ-FRESCATY 07090 +FRE00104957 43.2481 0.1550 312.0 ESPOEY +FRE00104963 47.9000 6.9667 460.0 ODEREN +FRE00104974 46.2650 0.0100 124.0 LEZAY +FRE00104975 49.8717 2.3850 60.0 AMIENS-GLISY +FRE00104979 46.4167 0.8600 152.0 MONTMORILLON +FRE00104980 45.6131 1.4850 405.0 SAINT-GERMAIN-LES-BELLES +FRE00104982 48.6000 2.3267 78.0 BRETIGNY-SUR-ORGE 07148 +FRE00106184 49.3831 1.1817 151.0 ROUEN - BOOS 07037 +FRE00106190 47.4442 0.7269 108.0 TOURS 07240 +FRE00106192 47.6142 7.5100 263.0 BASEL-MULHOUSE +FRE00106195 45.8608 1.1750 402.0 LIMOGES - BELLEGARDE 07434 +FRE00106196 45.0742 3.7639 833.0 LE PUY - LOUDES 07471 +FRE00106200 44.1183 3.0183 712.0 MILLAU 07558 +FRE00106203 43.9094 0.5003 59.0 MONT-DE-MARSAN 07607 +FRE00106205 43.0053 1.1067 414.0 ST-GIRONS 07627 +FRE00106207 43.5767 3.9631 2.0 MONTPELLIER-AEROPORT 07643 +FRE00106209 41.9181 8.7928 5.0 AJACCIO 07761 +FRE00171619 48.3244 4.0197 112.0 TROYES-BARBEREY 07168 +FRE00171623 46.0467 -1.4117 11.0 PTE DE CHASSIRON 07314 +FRE00171627 48.8256 -3.4731 55.0 PLOUMANAC'H 07117 +FRE00171632 48.5808 5.9594 336.0 NANCY-OCHEY 07181 +FRE00171640 43.0792 5.9406 115.0 CAP CEPET 07661 +FRM00007005 50.1430 1.8320 67.1 ABBEVILLE 07005 +FRM00007015 50.5620 3.0890 47.9 LESQUIN 07015 +FRM00007027 49.1730 -0.4500 78.0 CARPIQUET 07027 +FRM00007037 49.3840 1.1750 156.1 VALLEE DE SEINE 07037 +FRM00007072 49.2170 4.1500 96.0 REIMS-PRUNAY 07072 +FRM00007100 48.4830 -5.0500 68.0 OUESSANT 07100 +FRM00007110 48.4480 -4.4190 99.1 GUIPAVAS 07110 +FRM00007117 48.8330 -3.4670 58.0 PLOUMANAC'H PERROS GUIREC 07117 +FRM00007139 48.4500 0.1170 141.0 ALENCON/VALFRAMBERT 07139 +FRM00007149 48.7167 2.3842 89.0 ORLY 07149 +FRM00007168 48.3220 4.0170 118.3 BARBEREY 07168 +FRM00007180 48.6920 6.2300 228.9 ESSEY 07180 +FRM00007181 48.5830 5.9550 337.1 OCHEY 07181 +FRM00007207 47.2942 -3.2181 34.0 BELLE ILE - LE TALUT 07207 +FRM00007222 47.1500 -1.6089 26.0 NANTES-BOUGUENAIS 07222 +FRM00007240 47.4320 0.7280 108.8 VAL DE LOIRE 07240 +FRM00007280 47.2690 5.0900 221.3 LONGVIC 07280 +FRM00007299 47.5900 7.5300 269.7 BALE MULHOUSE 07299 +FRM00007314 46.0500 -1.4170 22.0 CHASSIRON 07314 +FRM00007335 46.5880 0.3070 128.9 BIARD 07335 +FRM00007434 45.8630 1.1790 396.2 BELLEGARDE 07434 +FRM00007460 45.7870 3.1690 332.2 AUVERGNE 07460 +FRM00007471 45.0810 3.7630 832.4 LOUDES 07471 +FRM00007481 45.7260 5.0910 250.2 SAINT EXUPERY 07481 +FRM00007535 44.7450 1.3967 260.0 GOURDON 07535 +FRM00007558 44.1170 3.0170 720.0 MILLAU 07558 +FRM00007591 44.5670 6.5000 876.0 EMBRUN 07591 +FRM00007607 43.9120 -0.5080 61.9 MONT DE MARSAN 07607 +FRM00007621 43.1790 -0.0060 384.0 LOURDES 07621 +FRM00007627 43.0080 1.1030 417.0 ANTICHAN 07627 +FRM00007643 43.5760 3.9630 5.2 MEDITERRANEE 07643 +FRM00007661 43.0830 5.9330 134.0 CAP CEPET 07661 +FRM00007690 43.6580 7.2160 3.7 COTE D AZUR 07690 +FRM00007761 41.9240 8.8030 5.5 CAMPO DELL ORO 07761 +FRM00007790 42.5530 9.4840 7.9 PORETTA 07790 +FRM00061998 -49.3500 70.2500 30.0 PORT-AUX-FRANCAIS (ILES KERGU GSN 61998 +FRW00034048 46.8500 1.7167 164.3 CHATEAUROUX 07354 +FRW00034051 48.7667 5.9833 288.0 TOUL ROSIERE 07179 +FRW00034052 48.1000 5.0500 313.0 CHAUMONT +FRW00034053 49.6333 3.5500 83.2 LAON +FRW00034061 49.0167 1.2333 141.1 EVREUX FAUVILLE +FRW00034062 48.8167 7.2000 313.0 PHALSBOURG +FRW00034063 49.0333 5.8667 266.1 CHAMBLEY +FRW00034064 49.2333 5.6833 237.1 ETAIN +FRW00034065 48.6500 1.1000 183.2 DREUX +FRW00034066 47.9333 1.8833 128.0 ORLEANS +FRW00034067 48.4333 4.4833 120.1 BRIENNE +FRW00034071 49.1167 5.4667 372.2 VERDUN +FSM00061968 -11.5830 47.2830 4.0 ILES GLORIEUSES 61968 +FSM00061996 -37.8000 77.5000 29.0 MARTIN DE VIVIES (I GSN 61996 +FSM00061997 -46.4330 51.8500 142.0 ALFRED FAURE (ILES CROZET) GSN 61997 +GAM00061701 13.3380 -16.6520 29.0 BANJUL INTL 61701 +GB000004500 0.3800 9.4500 3.0 LIBREVILLE +GB000004501 -0.7200 8.7800 5.0 PORT-GENTIL 64501 +GB000004503 -3.4200 10.6500 37.0 MAYUMBA +GB000004504 1.0000 9.6000 16.0 COCOBEACH 64504 +GB000004507 -2.9200 11.0200 83.0 TCHIBANGA 64507 +GB000004510 2.0800 11.4800 599.0 BITAM 64510 +GB000004545 1.0200 13.9300 545.0 MEKAMBO +GB000004550 -1.8700 11.0200 89.0 MOUILA +GB000004551 0.7200 10.2200 82.0 LAMBARENE +GB000004553 -1.6300 13.5700 426.0 FRANCEVILLE +GB000004556 0.5700 12.8700 516.0 MAKOKOU 64556 +GB000004560 0.8300 12.7200 483.0 LASTOURSVILLE +GB000004565 -1.5300 13.2700 572.0 MOANDA 64565 +GB000064503 -3.4170 10.6500 34.0 MAYUMBA 64503 +GB000064552 0.7830 11.5330 583.0 MITZIC 64552 +GBM00064500 0.4590 9.4120 11.9 LEON M BA 64500 +GBM00064550 -1.8450 11.0570 89.9 MOUILLA VILLE 64550 +GBM00064551 -0.7040 10.2460 25.0 LAMBARENE 64551 +GBM00064560 -0.8330 12.7170 485.0 LASTOURSVILLE 64560 +GBM00064570 -1.6670 13.4000 321.0 FRANCEVILLE MVENGUE 64570 +GG000037175 43.3830 40.2830 1644.0 GAGRSKIY 37175 +GG000037177 43.2500 40.2670 7.0 GAGBY 37177 +GG000037178 43.2000 40.3500 4.0 PICUNDA 37178 +GG000037183 43.4000 40.8000 685.0 PSHU 37183 +GG000037187 43.1000 40.6330 11.0 GUDAUTA (BAY) 37187 +GG000037197 43.0000 40.9000 8.0 ESHERA 37197 +GG000037198 43.0000 41.5000 299.0 LATA 37198 +GG000037209 43.1000 42.8000 1441.0 MESTIA 37209 +GG000037267 42.7000 41.4670 5.0 OCEMCIRI 37267 +GG000037272 42.8330 41.6670 266.0 TKVARCHELI 37272 +GG000037278 42.6330 41.7000 63.0 GALI 37278 +GG000037279 42.5000 41.8830 117.0 ZUGDIDI 37279 +GG000037281 42.9000 42.2000 730.0 HAISY 37281 +GG000037284 42.7000 42.1000 268.0 DJAVARY 37284 +GG000037286 42.7330 42.4830 1610.0 LEBARDE 37286 +GG000037295 42.7670 42.7170 731.0 LENTEKHI 37295 +GG000037298 42.7000 42.8000 474.0 CAGERY 37298 +GG000037302 42.9000 43.2000 1970.0 KORULDASHY 37302 +GG000037308 42.5170 43.1330 544.0 AMBROLAURI 37308 +GG000037309 42.5830 43.4500 789.0 ONI 37309 +GG000037314 42.7000 43.7000 1507.0 SHOVI 37314 +GG000037316 42.7000 43.8000 2854.0 MAMISONSKY'-PEREVAL 37316 +GG000037328 42.5000 44.3000 2240.0 ERMANY 37328 +GG000037334 42.7000 44.5170 5033.0 KAZBEK MOUNTAIN 37334 +GG000037335 42.7000 44.7000 1744.0 KAZBEGY 37335 +GG000037372 42.4000 41.8000 41.0 TORSA 37372 +GG000037375 42.1170 41.7000 1.0 POTI 37379 +GG000037380 42.2500 42.0500 34.0 SENAKI 37380 +GG000037382 42.5000 42.2000 112.0 AHUTI 37382 +GG000037384 42.3000 42.4000 114.0 HONY 37384 +GG000037385 42.1831 42.3667 26.0 SAMTREDIA 37385 +GG000037386 42.0830 42.0000 20.0 LANCHKHUTI 37388 +GG000037387 42.0000 45.0000 1030.0 SIONY 37387 +GG000037388 42.0000 42.3000 221.0 CHOHATAURY 37388 +GG000037390 42.4000 42.4000 170.0 MARTVILY 37390 +GG000037393 42.4000 42.9000 541.0 TKIBULI 37393 +GG000037394 42.3000 42.6000 121.0 CHALTUBO 37394 +GG000037395 42.2000 42.6000 116.0 KUTAISI 37395 +GG000037399 42.1000 42.8000 200.0 DIMI 37399 +GG000037401 42.5000 43.1000 1145.0 NIKORCMINDA 37401 +GG000037403 42.3500 43.4000 455.0 SACHKHERE 37403 +GG000037404 42.1300 43.0200 148.0 SAKARA 37404 +GG000037406 42.2000 43.5000 793.0 KORBOULY 37406 +GG000037409 42.0000 43.5000 1246.0 MTA-SABUETY 37409 +GG000037413 42.4000 43.9000 1113.0 D'JAVA 37413 +GG000037416 42.2330 43.9830 871.0 CHINVALY 37416 +GG000037417 42.0000 43.6000 690.0 KHASHURI 37417 +GG000037420 42.5000 44.6000 2395.0 KRESTOVIY-PEREVAL 37420 +GG000037423 42.4700 44.4800 2194.0 GUDAURI 37423 +GG000037429 42.1170 44.4830 760.0 LENINGORI 37429 +GG000037432 42.3500 44.7000 1064.0 PASANAURI 37432 +GG000037433 42.5000 44.9000 1315.0 BARISAHO 37433 +GG000037437 42.0830 44.7000 902.0 DUSETI 37437 +GG000037439 42.1170 44.9670 1091.0 TIANETI 37439 +GG000037448 42.0000 45.2000 567.0 AHMETA 37448 +GG000037452 42.4000 45.7000 1880.0 OMALO 37452 +GG000037481 41.8670 41.7670 7.0 KOBULETI 37481 +GG000037483 41.9170 41.9830 174.0 ANASEULI 37483 +GG000037484 41.6330 41.6000 32.0 BATUMI 37484 +GG000037492 41.8500 42.3200 1926.0 BAKHMARO 37492 +GG000037495 41.7300 41.7300 30.0 CHAKVA,AGRO 37495 +GG000037496 41.7000 41.6000 5.0 BATUMY 37496 +GG000037497 41.6000 41.9000 256.0 KEDA 37497 +GG000037498 41.6000 42.3000 946.0 HULO 37498 +GG000037499 41.6330 42.3000 946.0 KHULO 37498 +GG000037502 41.9170 42.7500 910.0 SAYIRME 37502 +GG000037503 41.8000 42.9000 2180.0 ZEKARSKIY-PEREVAL 37503 +GG000037506 41.7170 42.8330 1265.0 ABASTUMANI 37503 +GG000037507 41.6000 42.5000 2025.0 GODERDZSCIY,PEREVAL 37507 +GG000037513 42.0170 43.4500 673.0 TSIPA 37513 +GG000037514 41.6330 42.9830 982.0 AHALCIHE 37506 +GG000037515 41.8330 43.3830 794.0 BORZOMI 37515 +GG000037518 41.5670 43.2500 983.0 ASPINDZA 37514 +GG000037524 41.7170 43.5170 1665.0 BAKURIANI 37524 +GG000037525 41.7000 43.4000 2466.0 CHARCKARO 37525 +GG000037531 41.9830 44.1170 590.0 GORI 37531 +GG000037535 41.7000 44.3830 1195.0 MANGLISI 37535 +GG000037537 41.6000 44.0670 1458.0 TSALKA 37537 +GG000037539 41.5500 44.4670 1140.0 TETRI-TSKARO 37539 +GG000037541 41.9330 44.5830 551.0 MUHRANI 37541 +GG000037542 41.7000 44.9000 549.0 VARKETILY 37542 +GG000037544 41.7000 44.7000 1338.0 KODJORY 37544 +GG000037545 41.6800 44.9500 448.0 TBILISI 37549 +GG000037550 41.9000 45.4000 1990.0 CIVITURA 37550 +GG000037552 41.9000 45.2000 1025.0 GOMBORY 37552 +GG000037553 41.9330 45.3830 562.0 TELAVI 37553 +GG000037556 41.7330 45.3330 806.0 SAGAREDZO 37556 +GG000037563 41.9670 45.8330 449.0 KVARELI 37563 +GG000037566 41.7500 45.8000 410.0 GURDZHAANI 37566 +GG000037569 41.6000 45.9000 790.0 SIGNAHI 37569 +GG000037572 41.8170 46.3000 435.0 LAGODEHI 37572 +GG000037577 41.6000 46.0000 223.0 CNORY 37577 +GG000037602 41.4000 43.4670 1716.0 AKHALQALAQI 37602 +GG000037603 41.4830 43.8670 2100.0 RADIONOVKA 37603 +GG000037604 41.3000 43.3000 1863.0 KARCACHI 37604 +GG000037612 41.3000 44.2000 1256.0 DMANISI 37612 +GG000037621 41.4500 44.5500 534.0 BOLNISI 37621 +GG000037626 41.3000 44.8000 450.0 BAGRATASHEN 37626 +GG000037632 41.4500 45.1000 303.0 GARDABANI 37632 +GG000037633 41.4830 45.3830 750.0 UDABNO (MOUNT) 37633 +GG000037651 41.5000 46.1000 800.0 DEDOPLISKARO 37651 +GG000037652 41.4170 46.2500 801.0 SHIRAKI (STEPPE) 37651 +GGM00037196 43.2500 41.8300 2037.0 KLUHORSKIJ PEREVAL 37196 +GHM00065401 10.9000 -1.1000 203.0 NAVRONGO 65401 +GHM00065404 10.0830 -2.5080 323.1 WA 65404 +GHM00065416 9.0330 -2.4830 301.0 BOLE 65416 +GHM00065418 9.5570 -0.8630 168.6 TAMALE 65418 +GHM00065432 7.7500 -2.1000 340.0 WENCHI 65432 +GHM00065437 7.8170 -0.0330 122.0 KETE-KRACHI 65437 +GHM00065439 7.3620 -2.3290 309.1 SUNYANI 65439 +GHM00065442 6.7150 -1.5910 287.1 KUMASI 65442 +GHM00065445 6.2000 -2.3330 172.0 SEFWI BEKWAI 65445 +GHM00065453 6.6000 0.4670 158.0 HO 65453 +GHM00065457 5.9330 -0.9830 140.0 AKIM ODA 65457 +GHM00065459 6.0830 -0.2500 167.0 KOFORIDUA 65459 +GHM00065460 6.1000 0.1170 19.0 AKUSE 65460 +GHM00065465 4.8670 -2.2330 40.0 AXIM 65465 +GHM00065467 4.8960 -1.7750 6.4 TAKORADI 65467 +GHM00065472 5.6050 -0.1670 62.5 KOTOKA INTL 65472 +GHM00065473 5.6170 0.0000 18.0 TEMA 65473 +GHM00065475 5.7830 0.6330 7.0 ADA 65475 +GIM00008495 36.1510 -5.3500 4.6 GIBRALTAR 08495 +GL000004250 64.1667 -51.7500 80.0 NUUK GSN 04250 +GL000004320 76.7700 -18.6700 12.0 DANMARKSHAVN GSN 04320 +GL000004360 65.5997 -37.6331 50.0 TASIILAQ GSN 04360 +GL009012000 76.7333 -73.1833 10.0 CAREY ISLANDS GREENLAND +GLE00100981 69.2167 -51.0500 39.0 ILULISSAT (JAKOBSHAVN) +GLE00100992 69.2331 -51.0667 29.0 ILULISSAT MITTARFIK +GLE00146821 76.5667 -68.8000 21.0 DUNDAS +GLE00146841 76.5331 -68.7500 77.0 PITUFFIK +GLE00146861 77.4831 -69.3831 16.0 MITT. QAANAAQ +GLE00146901 72.7831 -56.1667 120.0 UPERNAVIK 04210 +GLE00146908 72.7831 -56.1331 126.0 MITT. UPERNAVIK GSN 04211 +GLE00146921 70.6831 -52.1167 2.0 UUMMANNAQ HELI. +GLE00146928 70.7331 -52.7000 88.0 MITT. QAARSUT +GLE00146951 70.0500 -52.8500 2.0 QULLITSAT +GLE00146961 69.2200 -51.1000 39.0 ILULISSAT +GLE00146971 68.8167 -51.1667 24.0 QASIGIANNGUIT HELI. +GLE00146981 69.2331 -53.5167 24.0 QEQERTARSUAQ +GLE00146988 69.2500 -53.5331 11.0 QEQERTARSUAQ HELI. +GLE00147001 68.7000 -52.7500 43.0 AASIAAT +GLE00147041 66.9167 -53.6667 12.0 SISIMIUT +GLE00147061 66.9500 -53.7167 10.0 MITT. SISIMIUT +GLE00147081 66.6331 -52.8667 1439.0 DYE 1 +GLE00147101 65.4000 -52.8667 25.0 MANIITSOQ +GLE00147141 64.5331 -51.0500 -100.0 QOORNOQ +GLE00147181 64.0331 -52.0831 19.0 KITSISSUT-1 +GLE00147191 63.7000 -51.5500 10.0 KANGERLUARSORUSEQ +GLE00147231 62.0167 -49.6667 36.0 MITT. PAAMIUT +GLE00147241 61.2331 -48.1000 35.0 KANGILINNGUIT +GLE00147251 61.1831 -48.4500 -100.0 ARSUK +GLE00147281 61.1667 -45.4167 27.0 MITT. NARSARSUAQ +GLE00147301 60.7167 -46.0500 32.0 QAQORTOQ +GLE00147308 60.7167 -46.0331 18.0 QAQORTOQ HELIPORT +GLE00147331 60.9167 -46.0500 25.0 NARSAQ HELIPORT +GLE00147338 60.4667 -45.5831 23.0 ALLUITSUP PAA HELIP. +GLE00147351 60.1331 -45.2331 5.0 NANORTALIK HELIPORT +GLE00147361 59.9831 -45.1331 20.0 ANGISOQ +GLE00147401 81.6000 -16.6497 36.0 STATION NORD 04312 +GLE00147461 74.3000 -20.2167 44.0 DANEBORG +GLE00147471 72.2500 -23.9000 16.0 MESTERSVIG +GLE00147481 70.4831 -21.9500 70.0 ITTOQQORTOORMIIT 04339 +GLE00147491 70.4167 -21.9667 41.0 UUNARTEQ +GLE00147498 70.7500 -22.6500 13.0 MITT. NERLERIT INAAT +GLE00147521 67.7831 -32.2997 13.0 APUTITEEQ +GLE00147558 65.5831 -37.1500 35.0 MITT. KULUSUK +GLE00147571 65.5167 -37.1667 329.0 DYE 4 +GLE00147601 62.5331 -42.1331 10.0 TIMMIARMIUT +GLE00147631 61.5331 -42.2331 157.0 QULLEQ +GLE00147641 60.0500 -43.1667 88.0 IKERASASSUAQ +GLE00147681 66.4831 -46.2831 2332.0 DYE 2 +GLE00147691 65.1831 -43.8331 2652.0 DYE 3 +GLE00157933 61.1500 -45.4331 4.0 NARSARSUAQ RADISONDE +GLM00004220 68.7000 -52.8500 41.0 AASIAAT (EGEDESMINDE) 04220 +GLM00004301 83.6500 -33.3670 4.0 KAP MORRIS JESUP 04301 +GLM00004390 60.0331 -43.1167 26.0 IKERASASSUAQ GSN 04390 +GLW00016404 61.2167 -48.1167 28.0 IVIGTUT +GLW00016405 61.1833 -45.4167 11.3 NARSARSSUAK +GLW00016407 60.6833 -46.5333 62.2 SIMIUTAK +GLW00016504 67.0167 -50.8000 50.3 SONDRESTROM +GLW00017503 76.9833 -56.0667 124.1 CAMP TUTO SITE 2 +GLW00017602 76.5500 -68.8167 38.1 THULE +GLW00017605 76.5167 -68.8333 77.1 THULE OP SITE 04202 +GLW00017607 77.0000 -56.0833 -999.9 ICECAP +GLW00017610 77.2333 -62.3333 1704.1 THULE MILE 60 SIERRA +GLW00017611 76.4167 -68.3167 488.3 CAMP TUTO ICECAP STN +GLW00017612 76.4167 -68.2500 579.1 CAMP TUTO ICECAP ST +GLW00017614 76.4000 -68.1333 750.1 CAMP TUTO ICECAP STN +GLW00017615 77.1667 -61.1333 305.1 CAMP CENTURY +GLW00017616 76.4667 -68.6667 305.1 CAMP TUTO WEST ASC S +GLW00017617 76.3833 -67.9167 701.0 CAMP TUTO EAST ASC S +GM000001153 51.9506 7.5914 62.0 MUENSTER 10313 +GM000001474 53.1017 8.7842 4.0 BREMEN-SEEFAHRTSCHULE 10224 +GM000002277 49.7517 6.6467 144.0 TRIER 10609 +GM000002288 49.4253 7.7367 285.0 KAISERSLAUTERN +GM000002698 49.0392 8.3650 112.0 KARLSRUHE 10727 +GM000002716 48.7703 9.1825 286.0 STUTTGART-STADT 10738 +GM000003038 53.6442 11.3883 59.0 SCHWERIN 10162 +GM000003218 51.5144 11.9506 93.0 HALLE 10466 +GM000003244 51.1167 13.6831 246.0 DRESDEN WAHNSDORF 10486 +GM000003319 52.4639 13.3017 51.0 BERLIN-DAHLEM 10381 +GM000003342 52.3833 13.0639 81.0 POTSDAM 10379 +GM000003865 53.4806 10.2428 35.0 HAMBURG BERGEDORF +GM000004063 49.8753 10.9217 240.0 BAMBERG 10675 +GM000004155 47.4219 10.9867 2964.0 ZUGSPITZE 10961 +GM000004199 48.1667 11.5025 515.0 MUNCHEN-NYMPHENBURG 10865 +GM000004204 50.9267 11.5842 155.0 JENA STERNWARTE +GM000010147 53.6350 9.9900 11.0 HAMBURG FUHLSBUETTEL GSN 10147 +GM000010393 52.2094 14.1203 98.0 LINDENBERG GSN 10393 +GM000010962 47.8017 11.0117 977.0 HOHENPEISSENBERG GSN 10962 +GM009030500 48.3667 7.8333 157.0 LAHR A GERMANY +GM009031000 48.7667 8.1000 123.0 SOELLINGEN A GERMANY +GM009032000 49.2167 7.4167 337.0 ZWEIBRUCKEN A GERMANY +GME00102169 54.1667 6.3500 0.0 UFS TW EMS +GME00102177 54.1764 7.8931 4.0 HELGOLAND 10015 +GME00102185 55.0125 8.4125 26.0 LIST/SYLT 10020 +GME00102193 54.5289 9.5492 43.0 SCHLESWIG 10035 +GME00102201 54.5294 11.0617 3.0 WESTERMARKELSDORF/FEHMARN 10055 +GME00102212 54.1817 12.0819 4.0 ROSTOCK-WARNEMUNDE 10170 +GME00102220 54.0978 13.4075 2.0 GREIFSWALD 10184 +GME00102228 53.3719 7.2242 0.0 EMDEN-WOLTHUSEN 10200 +GME00102236 52.9053 12.8083 38.0 NEURUPPIN 10270 +GME00102244 52.4656 9.6794 55.0 HANNOVER 10338 +GME00102252 52.1031 11.5842 76.0 MAGDEBURG 10361 +GME00102268 51.2969 6.7700 37.0 DUSSELDORF 10400 +GME00102276 51.2978 9.4433 231.0 KASSEL 10438 +GME00102284 51.1167 9.2831 174.0 FRITZLAR +GME00102292 51.4358 12.2414 131.0 LEIPZIG-SCHKEUDITZ 10469 +GME00102308 51.1631 14.9531 238.0 GORLITZ 10499 +GME00102316 50.7839 6.0950 202.0 AACHEN 10501 +GME00102324 50.3608 6.8703 485.0 NURBURG-BARWEILER 10506 +GME00102332 50.5625 10.3769 450.0 MEININGEN 10548 +GME00102340 50.9844 10.9631 316.0 ERFURT-BINDERSLEBEN 10554 +GME00102348 50.4292 12.9553 1213.0 FICHTELBERG 10578 +GME00102356 49.7714 9.9589 268.0 WURZBURG 10655 +GME00102364 50.3131 11.8775 565.0 HOF 10685 +GME00102372 49.2142 7.1081 320.0 SAARBRUCKEN/ENSHEIM 10708 +GME00102380 49.5042 11.0567 314.0 NURNBERG 10763 +GME00102388 48.8283 12.5603 351.0 STRAUBING 10788 +GME00102396 48.4264 10.9431 461.0 AUGSBURG 10852 +GME00102404 47.6781 9.1908 443.0 KONSTANZ 10929 +GME00102412 47.7242 10.3364 705.0 KEMPTEN 10946 +GME00111430 52.1353 7.7000 48.0 MUENSTER/OSNABRUECK (AIRPORT) 10315 +GME00111445 52.4683 13.4039 48.0 BERLIN-TEMPELHOF 10384 +GME00111457 51.1903 8.4681 839.0 ALTASTENBERG 10427 +GME00111464 51.1292 13.7558 227.0 DRESDEN-KLOTZSCHE +GME00111474 49.7492 6.6592 265.0 TRIER-PETRISBERG 10609 +GME00111503 48.9733 8.3308 116.0 RHEINSTETTEN +GME00111512 48.6892 9.2253 371.0 STUTTGART/ECHTERDINGEN +GME00114621 51.8000 10.6200 1142.0 BROCKEN 10453 +GME00115771 48.8292 9.2008 314.0 STUTTGART-SCHNARRENBERG 10739 +GME00120922 53.8631 8.1275 32.0 LEUCHTTURM ALTE WESER +GME00120934 47.8756 8.0044 1490.0 FELDBERG/SCHWARZWALD 10908 +GME00120946 48.4544 8.4100 797.0 FREUDENSTADT 10815 +GME00120958 50.7992 6.0250 231.0 AACHEN-ORSBACH 10505 +GME00120970 50.8819 12.1300 311.0 GERA-LEUMNITZ 10567 +GME00120982 50.6008 8.6506 203.0 GIESSEN/WETTENBERG 10532 +GME00120994 53.0331 13.9931 54.0 ANGERMUNDE 10291 +GME00121006 49.1139 13.1353 1436.0 GROSSER ARBER 10791 +GME00121018 54.6817 13.4367 42.0 ARKONA 10091 +GME00121030 54.3756 10.1439 27.0 KIEL-HOLTENAU 10046 +GME00121042 50.8658 7.1583 92.0 KOLN-BONN 10513 +GME00121054 48.3656 7.8289 155.0 LAHR 10805 +GME00121066 54.5003 10.2744 5.0 LEUCHTTURM KIEL +GME00121078 51.7867 8.8394 157.0 BAD LIPPSPRINGE 10430 +GME00121090 53.3242 11.9333 81.0 MARNITZ 10264 +GME00121102 53.7139 7.1525 11.0 NORDERNEY 10113 +GME00121114 47.3989 10.2767 806.0 OBERSTDORF 10948 +GME00121126 49.2081 9.5183 276.0 OHRINGEN 10742 +GME00121138 49.0433 12.1031 365.0 REGENSBURG 10776 +GME00121150 52.5656 13.3106 36.0 BERLIN-TEGEL 10382 +GME00121162 48.6667 9.8656 734.0 STOTTEN 10836 +GME00121174 50.4978 9.9439 921.0 WASSERKUPPE 10544 +GME00121186 49.6669 12.1856 440.0 WEIDEN 10688 +GME00121198 47.7042 12.0131 1832.0 WENDELSTEIN +GME00121210 48.5458 13.3544 476.0 FURSTENZELL 10895 +GME00121222 49.9475 7.2644 497.0 HAHN +GME00121246 50.0892 8.7864 119.0 OFFENBACH-WETTERPARK 10641 +GME00121258 51.7775 14.3183 69.0 COTTBUS 10496 +GME00121270 53.8731 8.7067 5.0 CUXHAVEN 10131 +GME00121282 54.1667 7.4500 0.0 UFS DEUTSCHE BUCHT +GME00121294 54.1456 11.8467 3.0 BAD-HEILIGENDAMM DOBERAN +GME00121306 51.6467 13.5767 97.0 DOBERLUG-KIRCHHAIN +GME00121322 53.1414 11.2556 15.0 DOMITZ +GME00121330 47.9431 8.5056 677.0 DONAUESCHINGEN +GME00121342 51.5131 7.5353 120.0 DORTMUND +GME00121354 51.0233 13.8494 114.0 DRESDEN-HOSTERWITZ +GME00121366 51.0253 13.7756 119.0 DRESDEN-STREHLEN +GME00121378 52.2183 12.1650 80.0 DREWITZ BEI BURG +GME00121390 51.5053 10.2625 180.0 DUDERSTADT +GME00121402 49.4728 8.1939 107.0 BAD DURKHEIM +GME00121414 49.4694 8.1806 115.0 BAD DURKHEIM (SALINE) +GME00121430 51.3056 12.0825 103.0 BAD DURRENBERG +GME00121438 51.2008 6.7581 37.0 DUSSELDORF-SUDFRIEDHOF +GME00121450 51.3953 6.7031 31.0 DUISBURG-FRIEMERSHEIM +GME00121462 51.4644 6.7328 21.0 DUISBURG-LAAR +GME00121474 51.2817 10.7375 258.0 EBELEBEN +GME00121486 49.4558 8.9792 176.0 EBERBACH/NECKAR +GME00121498 48.7208 9.5339 300.0 EBERSBACH/FILS +GME00121510 48.1008 11.9883 592.0 EBERSBERG-HALBING +GME00121526 52.8253 13.7994 45.0 EBERSWALDE +GME00121534 49.8531 10.5003 346.0 EBRACH +GME00121546 54.6294 9.3669 18.0 EGGEBEK +GME00121558 48.6603 8.9131 487.0 EHNINGEN +GME00121570 48.3425 12.8833 470.0 EIBERG +GME00121582 48.8789 11.2358 384.0 EICHSTATT-LANDERSHOFEN +GME00121594 47.6294 7.5967 264.0 EIMELDINGEN +GME00121606 51.8203 9.8881 123.0 EINBECK +GME00121618 51.5042 11.5717 146.0 EISLEBEN-HELFTA +GME00121642 50.7053 10.8589 518.0 ELGERSBURG +GME00121654 48.9903 10.1317 460.0 ELLWANGEN-RINDELBACH +GME00121666 54.0708 9.0114 3.0 ELPERSBUTTEL +GME00121678 50.9292 6.5653 85.0 ELSDORF/ERFTKREIS +GME00121690 53.2358 8.4619 1.0 ELSFLETH +GME00121702 50.2717 12.2753 560.0 BAD-SOHL ELSTER +GME00121714 48.2019 8.1094 440.0 ELZACH-FISNACHT +GME00121726 53.3464 7.1917 5.0 EMDEN-NESSERLAND +GME00121750 48.1383 7.8356 201.0 EMMENDINGEN-MUNDINGEN +GME00121762 50.3333 7.6981 90.0 BAD EMS +GME00121774 50.9894 7.4256 144.0 ENGELSKIRCHEN +GME00121786 47.8525 8.7681 540.0 ENGEN/HEGAU +GME00121798 48.4742 9.3039 705.0 ENINGEN +GME00121810 49.1317 8.9175 210.0 EPPINGEN +GME00121822 49.1675 8.8531 220.0 EPPINGEN-ELSENZ +GME00121834 47.8364 10.8719 756.0 ALTENSTADT +GME00121846 54.3008 9.3169 18.0 ERFDE +GME00121858 48.3017 13.1414 340.0 ERING +GME00121870 47.6367 9.5403 408.0 ERISKIRCH-MARIABRUNN +GME00121882 49.6506 11.0083 268.0 MOHRENDORF-KLEINSEEBACH +GME00121894 49.5703 10.9942 280.0 ERLANGEN-BRUCK +GME00121906 49.8600 9.2869 198.0 ESCHAU-HOBBACH +GME00121918 49.7531 11.8233 470.0 ESCHENBACH/OBERPFALZ +GME00121930 51.1844 10.0650 170.0 ESCHWEGE +GME00121942 53.6492 7.6092 3.0 ESENS +GME00121954 53.6881 13.2631 30.0 ALTENTREPTOW +GME00121966 51.2553 8.1569 351.0 ESLOHE +GME00121978 51.4056 6.9683 150.0 ESSEN-BREDENEY +GME00121990 51.0892 12.9342 296.0 ALTGERINGSWALDE +GME00122002 50.7131 6.7917 146.0 WEILERSWIST-LOMMERSUM +GME00122014 54.1356 10.5878 50.0 EUTIN +GME00122026 49.7733 12.3906 750.0 ALTGLASHUTTE +GME00122038 48.4842 12.7256 472.0 KR.ROTTAL-INN FALKENBERG +GME00122050 52.9192 10.1839 73.0 FASSBERG +GME00122066 54.6000 11.1500 0.0 FEHMARNBELT +GME00122078 53.3358 13.4389 92.0 FELDBERG +GME00122086 49.9817 11.8392 657.0 FICHTELBERG/OBERFRANKEN-HUTTST +GME00122098 51.5100 6.7019 25.0 DUISBURG-BAERL +GME00122122 52.0831 9.4081 77.0 HAMELN-HASTENBECK +GME00122134 51.5981 7.4056 68.0 WALTROP-ABDINGHOF +GME00122146 51.3342 7.3417 205.0 GEVELSBERG-OBERBROKING +GME00122158 48.5742 12.2589 490.0 LANDSHUT-REITHOF +GME00122170 50.6825 11.5164 280.0 ROCKENDORF +GME00122182 51.0908 7.6294 380.0 MEINERZHAGEN-REDLENDORF +GME00122194 50.5058 10.1681 363.0 FLADUNGEN-HEUFURT +GME00122206 52.1803 9.9533 85.0 HILDESHEIM-DRISPENSTEDT +GME00122218 52.2478 10.9603 110.0 HELMSTEDT-EMMERSTEDT +GME00122230 54.8103 9.4192 45.0 FLENSBURG +GME00122242 54.7769 9.3767 41.0 FLENSBURG (SCHAFERHAUS) +GME00122254 54.8164 9.4592 19.0 FLENSBURG-MURWIK +GME00122282 55.0000 6.3331 3.0 NORDSEEBOJE 2 +GME00122290 49.7328 12.3506 622.0 FLOSSENBURG +GME00122302 50.0628 9.4558 260.0 FRAMMERSBACH +GME00122314 51.3525 11.0969 130.0 BAD FRANKENHAUSEN/KYFFHAUSER +GME00122326 50.5317 10.0492 745.0 BIRX/RHON +GME00122338 52.1667 14.1242 73.0 FALKENBERG (GRENZSCHICHTMESSFE +GME00122350 50.1483 8.6756 125.0 FRANKFURT/MAIN (STADT) +GME00122362 50.1281 8.6703 124.0 FRANKFURT/MAIN-WESTEND +GME00122374 50.1225 8.6608 109.0 FRANKFURT/MAIN (FELDBERGSTR.) +GME00122386 52.3653 14.5378 48.0 FRANKFURT/ODER +GME00122398 49.2283 8.0592 230.0 FRANKWEILER +GME00122410 48.4067 11.3131 510.0 ALTOMUNSTER-MAISBRUNN +GME00122422 50.1517 6.5531 530.0 HERSDORF-WEISSENSEIFEN +GME00122434 48.2028 7.9342 481.0 FREIAMT-OTTOSCHWANDEN +GME00122446 50.9281 13.3389 380.0 FREIBERG +GME00122458 48.0242 7.8353 236.0 FREIBURG +GME00122470 48.0139 7.8594 255.0 FREIBURG IM BREISGAU-HERDERN +GME00122482 53.8292 9.2494 2.0 FREIBURG/ELBE +GME00122494 49.1792 11.3750 436.0 FREYSTADT-OBERNDORF +GME00122506 51.6894 11.0406 523.0 FRIEDRICHSBRUNN +GME00122518 47.6458 9.4806 394.0 FRIEDRICHSHAFEN +GME00122530 47.7828 7.7356 852.0 MALSBURG-MARZELL-FRIEDRICHSHEI +GME00122542 53.0894 7.9425 8.0 FRIESOYTHE-EDEWECHTERDAM +GME00122566 49.7281 8.1167 215.0 ALZEY +GME00122578 50.6600 8.1033 653.0 FUCHSKAUTEN +GME00122602 49.4700 11.8558 383.0 AMBERG-UNTERAMMERSRICHT +GME00122614 49.4819 10.9653 313.0 FURTH/BAYERN (A) +GME00122626 50.5344 9.6758 255.0 FULDA +GME00122638 52.5142 11.3978 47.0 GARDELEGEN +GME00122650 48.0206 12.2939 515.0 AMERANG-PFAFFING +GME00122674 53.2081 14.3833 13.0 GARTZ/ODER +GME00122686 47.9039 11.3464 630.0 AMMERLAND +GME00122698 49.9850 7.9544 110.0 GEISENHEIM +GME00122710 47.9250 8.6481 672.0 GEISINGEN +GME00122722 47.8781 12.6292 610.0 TRAUNSTEIN-GEISSING +GME00122734 48.9489 11.4300 536.0 GELBELSEE +GME00122746 51.4956 6.2467 37.0 GELDERN-WALBECK +GME00122758 50.2039 9.2000 190.0 GELNHAUSEN +GME00122770 48.4339 7.9933 176.0 OHLSBACH +GME00122782 52.3892 12.1633 35.0 GENTHIN +GME00122794 51.7269 11.1331 210.0 GERNRODE +GME00122806 49.7725 8.5306 96.0 GERNSHEIM-ALLMENDFELD +GME00122818 50.2778 9.9156 550.0 GERODA-PLATZ +GME00122830 50.5919 8.6558 158.0 GIESSEN (LAHNTAL) +GME00122842 50.9664 9.0503 340.0 GILSERBERG-MOISCHEID +GME00122854 54.8489 9.5081 27.0 GLUCKSBURG-MEIERWIK +GME00122866 53.7983 9.4306 1.0 GLUCKSTADT +GME00122878 53.8431 13.6856 9.0 ANKLAM +GME00122890 49.7667 11.3075 443.0 GOSSWEINSTEIN +GME00122902 51.5017 9.9528 167.0 GOTTINGEN +GME00122926 50.5742 13.0067 630.0 ANNABERG-BUCHHOLZ +GME00122938 49.6650 11.2253 506.0 GRAFENBERG-KASBERG +GME00122950 52.2500 9.5067 395.0 ANNATURM +GME00122962 48.7903 13.6306 628.0 GRAINET-REHBERG +GME00122974 53.5744 10.6806 27.0 GRAMBEK +GME00122986 50.4800 9.2631 608.0 GREBENHAIN-HERCHENHAIN +GME00122998 49.1894 7.9775 250.0 ANNWEILER-BINDERSBACH +GME00123022 49.2975 10.5764 413.0 ANSBACH +GME00123034 50.6258 12.1792 270.0 GREIZ-DOLAU +GME00123046 49.3167 10.5828 418.0 ANSBACH-HENNENBACH +GME00123058 54.0731 12.3256 34.0 GROSS LUSEWITZ +GME00123082 49.0858 13.2817 1307.0 GROSSER FALKENSTEIN +GME00123094 47.9417 11.9014 517.0 FELDKIRCHEN-WESTERHAM-LENZMUHL +GME00123110 52.6781 12.0092 55.0 ARNEBURG +GME00123118 54.6306 9.9306 3.0 ARNIS +GME00123130 50.2675 9.1889 258.0 GRUNDAU-BREITENBORN +GME00123142 53.3167 13.9358 56.0 GRUNOW +GME00123154 51.3783 8.0719 218.0 ARNSBERG +GME00123166 48.9364 9.7375 492.0 KR. OSTALB GSCHWEND +GME00123178 51.8889 8.3553 72.0 GUTERSLOH +GME00123190 49.9706 9.9125 220.0 ARNSTEIN-MUDESHEIM +GME00123202 51.4142 7.4903 100.0 HAGEN-FLEY +GME00123214 51.3856 9.0831 232.0 AROLSEN-NEU BERICH +GME00123226 49.9325 6.3756 305.0 OLSDORF +GME00123250 53.5614 9.9883 14.0 HAMBURG-BOTANISCHER GARTEN +GME00123262 53.4228 10.1475 2.0 HAMBURG-KIRCHWERDER +GME00123274 53.4792 9.8983 3.0 HAMBURG-NEUWIEDENTHAL +GME00123286 53.4714 10.1817 1.0 HAMBURG-REITBROOK +GME00123298 53.5481 9.9703 35.0 HAMBURG-SANKT PAULI +GME00123310 51.3756 11.2931 164.0 ARTERN +GME00123322 53.5867 10.1306 18.0 HAMBURG-WANDSBEK +GME00123334 52.0850 9.3892 68.0 HAMELN +GME00123346 47.8419 8.8503 478.0 AACH +GME00123358 50.1217 8.9253 106.0 HANAU +GME00123370 52.7214 10.6000 108.0 HANKENSBUTTEL +GME00123382 48.7928 10.7075 502.0 HARBURG +GME00123394 49.9789 9.1125 110.0 ASCHAFFENBURG +GME00123418 51.6531 11.1375 404.0 HARZGERODE +GME00123430 53.6356 9.6050 3.0 HASELDORF +GME00123446 51.6881 10.8642 461.0 HASSELFELDE +GME00123454 48.8639 13.0683 648.0 HAUSSTEIN +GME00123466 48.3758 8.9808 522.0 HECHINGEN +GME00123478 54.2194 9.0864 10.0 WEDDINGSTEDT +GME00123490 51.7508 11.4681 105.0 ASCHERSLEBEN +GME00123514 49.3992 8.7258 561.0 KONIGSTUHL +GME00123538 48.6731 10.1331 500.0 HEIDENHEIM/BRENZ +GME00123550 50.1703 7.9956 496.0 HEIDENROD-MAPPERSHAIN +GME00123562 49.1456 9.2342 167.0 HEILBRONN +GME00123574 51.0425 6.1044 57.0 HEINSBERG-SCHLEIDEN +GME00123586 50.5808 8.4692 200.0 ASSLAR KLEIN-ALTENSTADTEN +GME00123598 52.2178 11.0231 140.0 HELMSTEDT +GME00123610 53.9717 9.0106 2.0 KR. DITHMARSCHEN HELSE +GME00123622 52.1278 8.6875 77.0 HERFORD +GME00123634 51.0058 10.1717 215.0 HERLESHAUSEN +GME00123646 48.5928 8.8553 430.0 HERRENBERG +GME00123658 50.8456 10.6917 360.0 HERRENHOF +GME00123670 51.0167 14.7500 344.0 HERRNHUT +GME00123682 49.7681 7.3364 302.0 NIEDERWORRESBACH +GME00123694 50.8531 9.7383 272.0 BAD HERSFELD +GME00123706 51.5903 7.1556 60.0 HERTEN +GME00123718 51.6267 10.3717 238.0 HERZBERG +GME00123730 47.8781 11.3656 672.0 ATTENKAM +GME00123742 49.9292 9.2881 287.0 HESSENTHAL +GME00123754 54.5767 13.1056 1.0 HIDDENSEE-VITTE +GME00123766 52.1419 9.8850 117.0 HILDESHEIM +GME00123778 50.7381 7.6533 295.0 HILGENROTH +GME00123790 48.5525 11.7131 483.0 AU I.D.HALLERTAU-GUNZENHAUSEN +GME00123802 50.3683 10.5700 300.0 HINDFELD +GME00123814 50.4717 10.9117 668.0 EISFELD-WAFFENROD-HINTERROD +GME00123838 50.5917 12.7156 387.0 AUE +GME00123850 49.1289 12.8658 403.0 HOLLENSTEIN (KRAFTWERK) +GME00123862 50.9006 14.7475 270.0 BERTSDORF-HORNITZ +GME00123874 50.3242 11.9092 474.0 HOF (STADT) +GME00123898 50.1364 10.5167 263.0 HOFHEIM +GME00123910 50.9642 11.4858 317.0 HOHLSTEDT-KOTSCHAU +GME00123922 54.3128 9.5392 10.0 HOHN +GME00123934 54.3206 10.6742 10.0 HOHWACHT +GME00123946 51.7683 13.1681 81.0 HOLZDORF (FLUGPLATZ) +GME00123958 50.2192 7.9142 397.0 HOLZHAUSEN A.D. HAIDE +GME00123970 47.8831 11.6975 685.0 HOLZKIRCHEN +GME00123982 48.3731 10.8958 490.0 AUGSBURG (SANKT STEPHAN) +GME00123994 51.8553 9.4975 110.0 KR. HOLZMINDEN BEVERN +GME00124006 51.7669 9.5456 440.0 HOLZMINDEN-SILBERBORN +GME00124018 50.7328 9.0042 250.0 HOMBERG/OHM +GME00124030 49.3292 7.3567 235.0 HOMBURG/SAAR +GME00124042 52.3331 7.5500 39.0 HOPSTEN (FLUGPLATZ) +GME00124054 50.1519 11.6992 582.0 HORLACHEN +GME00124066 48.6142 8.2042 1119.0 HORNISGRINDE +GME00124082 51.4392 14.2442 118.0 HOYERSWERDA (PH) +GME00124090 48.6028 11.6781 438.0 HUELL +GME00124102 50.5664 7.4844 328.0 HUMMERICH +GME00124114 54.4767 9.0572 3.0 HUSUM +GME00124126 49.7000 7.3331 376.0 IDAR-OBERSTEIN +GME00124138 48.0428 7.6328 193.0 IHRINGEN +GME00124150 47.9706 9.6681 560.0 AULENDORF-SPIEGLER +GME00124162 49.2978 9.6531 209.0 INGELFINGEN +GME00124186 48.7156 11.5333 364.0 INGOLSTADT (FLUGPLATZ) +GME00124198 48.1653 12.0319 621.0 MITTBACH +GME00124210 51.3781 7.7653 230.0 ISERLOHN-WESTIG +GME00124222 53.9894 9.5694 21.0 ITZEHOE +GME00124234 54.4567 9.5206 21.0 SCHLESWIG-JAGEL +GME00124246 53.4633 7.4678 4.0 AURICH +GME00124258 51.7967 12.9600 77.0 JESSEN/ELSTER +GME00124270 53.5319 7.8806 7.0 JEVER +GME00124282 53.5331 9.6764 1.0 JORK +GME00124294 50.9117 6.4100 91.0 JULICH (FORSCH.-ANLAGE) +GME00124306 52.0017 13.1039 75.0 JUTERBOG +GME00124318 50.0656 8.9942 107.0 KAHL/MAIN +GME00124330 48.9181 9.6881 489.0 KAISERSBACH-CRONHUTTE +GME00124342 48.7708 10.7889 516.0 KAISHEIM-NEUHOF +GME00124354 51.7344 6.2656 31.0 KALKAR +GME00124366 50.5028 6.5267 505.0 KALL-SISTIG +GME00124382 51.3189 10.1367 447.0 HEILIGENSTADT-KALTENEBER +GME00124390 50.6278 10.1467 487.0 KALTENNORDHEIM +GME00124402 48.6775 11.2975 374.0 KARLSHULD +GME00124414 51.3353 9.4517 198.0 KASSEL-HARLESHAUSEN +GME00124426 47.8658 10.6017 716.0 KAUFBEUREN +GME00124438 48.0925 10.8619 585.0 KAUFERING +GME00124450 48.5583 7.8808 141.0 KEHL-ODELSHOFEN +GME00124462 54.3392 10.0942 17.0 KIEL-KRONSHAGEN +GME00124474 49.1814 9.9808 426.0 KIRCHBERG/JAGST-HERBOLDSHAUSEN +GME00124486 54.0008 11.4358 12.0 KIRCHDORF/POEL +GME00124498 48.7278 8.2467 240.0 BADEN-BADEN-GEROLDSAU +GME00124510 50.2256 10.0803 282.0 BAD KISSINGEN +GME00124522 47.8069 7.6392 273.0 MULLHEIM +GME00124534 49.7369 10.1792 188.0 KITZINGEN +GME00124546 50.2225 8.4481 826.0 KLEINER FELDBERG/TAUNUS +GME00124558 53.9603 10.3306 40.0 KLEIN RONNAU +GME00124570 50.8469 10.4814 732.0 KLEINER INSELSBERG +GME00124586 52.4050 13.2333 42.0 KLEINMACHNOW +GME00124594 51.5567 13.8864 128.0 KLETTWITZ +GME00124606 51.7625 6.0956 46.0 KLEVE +GME00124630 51.5203 12.9078 85.0 KLITZSCHEN BEI TORGAU +GME00124642 49.0275 8.7564 200.0 KNITTLINGEN +GME00124654 50.3381 7.6000 85.0 KOBLENZ-HORCHHEIM +GME00124666 50.9628 6.9717 45.0 KOLN-BOTANISCHER GARTEN +GME00124678 50.2853 10.4467 288.0 BAD KONIGSHOFEN +GME00124690 53.2292 9.6533 40.0 KONIGSMOOR +GME00124702 48.5303 8.2733 622.0 BAIERSBRONN-OBERTAL +GME00124714 48.6717 11.2183 378.0 KONIGSMOOS-UNTERMAXFELD +GME00124726 48.8308 11.4883 417.0 KOSCHING +GME00124738 51.1342 11.7267 136.0 BAD KOSEN +GME00124750 51.8564 9.3250 496.0 KOTERBERG +GME00124762 51.7528 12.0092 76.0 KOTHEN (ANHALT) +GME00124774 47.6658 11.0817 740.0 BAD KOHLGRUB (ROSSHOF) +GME00124786 51.2675 8.8317 395.0 KORBACH-LENGEFELD +GME00124798 47.8419 9.6617 467.0 BAINDT +GME00124810 50.2533 11.3219 312.0 KRONACH +GME00124822 48.2517 10.4175 520.0 KRUMBACH-EDENHAUSEN +GME00124834 53.9031 10.2369 35.0 KUKELS +GME00124846 49.4289 11.9019 417.0 KUMMERSBRUCK +GME00124858 49.2806 9.6933 225.0 KUNZELSAU +GME00124870 50.1014 11.4506 330.0 KULMBACH +GME00124882 48.5133 12.1528 436.0 KUMHAUSEN +GME00124894 49.5603 7.4142 296.0 KUSEL-FUNFBIRKEN +GME00124918 53.9167 12.2831 40.0 LAAGE (FLUGPLATZ) +GME00124930 48.5131 9.7656 685.0 MERKLINGEN +GME00124942 51.9617 10.0167 214.0 LAMSPRINGE +GME00124954 48.0767 10.9144 621.0 LANDSBERG (FLUGPLATZ) +GME00124966 48.0356 10.8719 602.0 LANDSBERG/LECH +GME00124978 48.5367 12.1144 393.0 LANDSHUT +GME00124990 49.8817 10.8706 382.0 BAMBERG-ALTENBURG +GME00125002 50.0131 8.6583 125.0 LANGEN (BTZ) +GME00125014 49.8856 10.8894 282.0 BAMBERG (STERNWARTE) +GME00125026 51.9183 13.0889 91.0 LANGENLIPSDORF +GME00125042 51.1183 10.6581 175.0 BAD LANGENSALZA +GME00125050 53.7458 7.4781 5.0 LANGEOOG +GME00125062 52.8469 7.3494 15.0 LATHEN +GME00125074 51.3925 11.8800 119.0 BAD LAUCHSTADT +GME00125086 49.5792 9.7153 199.0 LAUDA-KONIGSHOFEN-GERLACHSHEIM +GME00125098 48.2181 9.9094 539.0 LAUPHEIM +GME00125110 53.8425 13.7567 3.0 BARGISCHOW-GNEVEZIN +GME00125122 48.1864 10.8506 550.0 LECHFELD +GME00125134 54.7767 8.9817 5.0 LECK (A) +GME00125146 54.7925 8.9492 7.0 LECK +GME00125158 54.7433 9.8803 9.0 LEHBEK +GME00125174 50.4831 11.4500 640.0 LEHESTEN/THURINGER WALD +GME00125182 48.7664 12.5133 365.0 LEIBLFING +GME00125194 47.9125 10.6133 663.0 LEINAU +GME00125218 51.3164 12.4475 138.0 LEIPZIG-HOLZHAUSEN +GME00125230 51.1344 8.0358 286.0 LENNESTADT-THETEN +GME00125242 48.5406 9.5283 758.0 LENNINGEN-SCHOPFLOCH +GME00125254 52.3208 9.4306 110.0 BARSINGHAUSEN-HOHENBOSTEL +GME00125266 54.2206 10.8856 14.0 LENSAHN +GME00125278 53.1025 11.4878 20.0 LENZEN/ELBE +GME00125302 50.9906 6.9783 43.0 KOLN-STAMMHEIM +GME00125314 50.9394 14.2108 321.0 LICHTENHAIN-MITTELNDORF +GME00125326 54.3406 12.7106 3.0 BARTH +GME00125338 48.7733 8.7294 352.0 BAD LIEBENZELL +GME00125350 48.0681 7.6778 284.0 LILIENTAL +GME00125362 50.4128 8.0614 185.0 LIMBURG/LAHN-OFFHEIM +GME00125374 49.4119 8.3989 96.0 LIMBURGERHOF +GME00125386 47.5989 9.8889 760.0 LINDENBERG/ALLGAU +GME00125398 49.7128 8.7814 445.0 LINDENFELS-WINTERKASTEN +GME00125410 52.5192 7.3081 22.0 LINGEN +GME00125422 51.6344 8.3953 92.0 LIPPSTADT-BOKENFORDE +GME00125434 50.4519 11.6333 500.0 BAD LOBENSTEIN +GME00125446 52.0619 13.5028 55.0 BARUTH +GME00125458 50.5633 8.2400 230.0 LOHNBERG-OBERSHAUSEN +GME00125470 52.7231 7.7469 22.0 LONINGEN +GME00125482 52.7444 7.8769 27.0 LONINGEN-HAGEL +GME00125494 50.0114 9.6108 161.0 LOHR/MAIN-STEINBACH +GME00125506 50.0364 7.8206 100.0 LORCH/RHEIN +GME00125518 49.4617 8.4256 95.0 LUDWIGSHAFEN-MUNDENHEIM +GME00125530 51.9281 13.8819 57.0 LUBBEN-BLUMENFELDE +GME00125542 53.8789 10.6928 15.0 LUBECK +GME00125554 53.8106 10.7067 5.0 LUBECK-BLANKENSEE +GME00125566 53.8967 10.7053 5.0 LUBECK-WERFT +GME00125590 51.2142 7.6367 444.0 LUDENSCHEID (ZEPPELIN-GYMNASIU +GME00125602 51.2467 7.6431 387.0 LUDENSCHEID +GME00125614 51.7706 7.4133 58.0 LUDINGHAUSEN +GME00125626 53.2669 10.4253 11.0 LUNEBURG +GME00125638 50.7675 10.7214 528.0 LUISENTHAL (TALSPERRE ) +GME00125650 49.0653 9.5831 473.0 MAINHARDT-ZIEGELBRONN +GME00125662 49.9681 8.2117 195.0 MAINZ-LERCHENBERG (ZDF) +GME00125674 48.2175 11.2978 509.0 MAISACH-GERNLINDEN +GME00125686 48.7781 12.2544 410.0 MALLERSDORF/NIEDERBAYERN +GME00125698 51.1617 14.5056 232.0 KR. BAUTZEN KUBSCHUTZ +GME00125710 50.1028 6.8019 413.0 MANDERSCHEID-SONNENHOF +GME00125734 51.6094 11.4153 240.0 VATTERODE-GRAFENSTUHL +GME00125746 50.8503 8.7742 182.0 KR. MARBURG-BIEDENKOPF COLBE +GME00125783 54.5000 11.2331 5.0 MARIENLEUCHTE +GME00125794 50.7344 10.8831 430.0 MARTINRODA +GME00125806 49.9678 11.5208 350.0 HEINERSREUTH-VOLLHOF +GME00125818 48.9367 13.5781 1004.0 MAUTH-FINSTERAU +GME00125830 50.3258 7.2306 230.0 MAYEN +GME00125842 52.3425 9.1414 60.0 MEERBECK +GME00125854 47.6992 9.2764 460.0 MEERSBURG +GME00125866 51.7269 11.5125 107.0 MEHRINGEN +GME00125878 51.0989 7.6678 506.0 MEINERZHAGEN (A) +GME00125890 51.1306 13.4342 157.0 GARSEBACH BEI MEISSEN +GME00125902 52.2056 8.3392 89.0 MELLE +GME00125914 47.9831 10.1392 615.0 MEMMINGEN +GME00125926 47.9831 10.2331 630.0 MEMMINGEN (FLUGPLATZ) +GME00125938 50.3667 7.3167 181.0 MENDIG +GME00125962 52.7331 7.3331 19.0 MEPPEN +GME00125974 49.4781 9.7631 250.0 BAD-NEUNKIRCHEN MERGENTHEIM +GME00125998 51.7217 8.0583 120.0 BECKUM-UNTERBERG +GME00126010 48.8556 12.9203 313.0 METTEN +GME00126022 48.5383 9.2742 355.0 METZINGEN +GME00126034 53.6250 8.8331 27.0 BEDERKESA +GME00126046 49.6700 9.0119 240.0 MICHELSTADT +GME00126058 49.7189 9.1006 453.0 MICHELSTADT-VIELBRUNN +GME00126070 50.7294 11.7856 349.0 SCHMIERITZ-WELTWITZ +GME00126082 49.7131 9.2267 128.0 MILTENBERG +GME00126094 50.2294 9.1075 155.0 MITTEL-GRUNDAU +GME00126106 47.4783 11.2667 981.0 MITTENWALD-BUCKELWIESEN +GME00126118 49.5628 8.9689 450.0 BEERFELDEN +GME00126130 49.7339 8.7781 508.0 MODAUTAL-NEUNKIRCHEN +GME00126142 53.6142 10.6956 42.0 MOLLN +GME00126154 49.7656 9.2542 239.0 ROLLBACH +GME00126166 51.1981 6.4506 49.0 MONCHENGLADBACH +GME00126178 50.4392 7.8064 265.0 MONTABAUR +GME00126190 51.7217 9.8358 240.0 MORINGEN-LUTTERBECK +GME00126202 54.3442 10.6031 4.0 BEHRENSDORF +GME00126226 48.2800 12.5039 405.0 MUHLDORF +GME00126238 51.2089 10.3967 300.0 MUHLHAUSEN +GME00126250 52.5189 14.1250 63.0 MUNCHEBERG +GME00126262 48.1450 11.6014 521.0 MUNCHEN-BOGENHAUSEN +GME00126298 48.0928 11.6500 542.0 MUNCHEN-PERLACH +GME00126310 48.1378 11.7106 529.0 MUNCHEN-RIEM +GME00126322 48.3864 9.4842 750.0 MUNSINGEN-APFELSTETTEN +GME00126346 48.9739 9.5717 344.0 MURRHARDT +GME00126358 51.5675 14.7006 125.0 BAD MUSKAU +GME00126370 52.3181 8.1706 103.0 BELM +GME00126382 48.5675 8.7192 380.0 NAGOLD +GME00126394 50.3694 8.7656 142.0 BAD NAUHEIM +GME00126406 53.5481 13.1931 81.0 NEUBRANDENBURG +GME00126418 48.7092 11.2100 380.0 NEUBURG/DONAU (FLUGPLATZ) +GME00126430 48.3125 10.3781 495.0 NEUBURG/KAMMEL-LANGENHASLACH +GME00126442 49.2942 9.2731 212.0 NEUDENAU +GME00126454 50.4144 7.5892 127.0 BENDORF +GME00126466 50.5356 7.0853 111.0 BAD-AHRWEILER NEUENAHR +GME00126478 53.1031 13.0439 77.0 MENZ +GME00126490 50.5014 11.1356 845.0 NEUHAUS AM RENNWEG +GME00126502 47.9767 8.9108 793.0 NEUHAUSEN OB ECK +GME00126514 47.9531 8.9942 663.0 NEUHAUSEN OB ECK-UNTERSCHWANDO +GME00126526 50.8933 9.4064 500.0 NEUKIRCHEN-HAUPTSCHWENDA +GME00126538 54.3625 10.6028 4.0 NEULAND +GME00126550 54.0889 9.9803 26.0 NEUMUNSTER +GME00126562 50.8456 7.3719 195.0 NEUNKIRCHEN-SEELSCHEID-KRAWINK +GME00126574 50.8967 7.3089 185.0 NEUNKIRCHEN-SEELSCHEID-MEISENB +GME00126586 49.3444 7.2303 236.0 NEUNKIRCHEN-WELLESWEILER +GME00126598 49.6800 8.6283 140.0 BENSHEIM +GME00126610 49.5739 10.6014 315.0 NEUSTADT/AISCH +GME00126622 49.8183 11.8653 452.0 NEUSTADT AM KULM-FILCHENDORF +GME00126634 49.3581 8.1414 163.0 NEUSTADT/WEINSTRASSE +GME00126646 49.3489 8.1831 125.0 NEUSTADT/WEINSTRASSE (HEIDEHOF +GME00126658 53.3600 13.0517 64.0 NEUSTRELITZ +GME00126670 48.9842 12.1456 341.0 REGENSBURG-BURGWEINTING +GME00126682 50.2344 8.8931 180.0 NIDDERAU-WINDECKEN +GME00126694 50.6756 6.4242 350.0 NIDEGGEN-SCHMIDT +GME00126706 50.4117 7.8089 250.0 NIEDERELBERT +GME00126718 49.3992 9.9653 473.0 NIEDERSTETTEN +GME00126730 48.5342 10.2442 451.0 NIEDERSTOTZINGEN +GME00126742 52.6725 9.2242 25.0 NIENBURG +GME00126754 48.8264 10.5078 435.0 REIMLINGEN +GME00126766 50.8289 6.6592 111.0 NORVENICH (FLUGPLATZ) +GME00126778 53.7644 8.6575 25.0 NORDHOLZ (FLUGPLATZ) +GME00126790 52.4408 7.1056 24.0 NORDHORN +GME00126802 50.3403 6.9506 627.0 NURBURG +GME00126814 49.3319 11.4317 421.0 BERG/OBERPFALZ +GME00126826 49.5017 11.1081 335.0 NURNBERG-BUCHENBUEHL +GME00126838 49.4267 11.2553 368.0 NURNBERG-NETZSTALL +GME00126850 48.6331 9.3269 280.0 NURTINGEN +GME00126862 48.6217 8.8969 457.0 NUFRINGEN +GME00126874 47.6192 12.1681 518.0 KIEFERSFELDEN-GACH +GME00126886 52.8167 9.9331 70.0 BERGEN +GME00126898 48.3156 8.5742 480.0 OBERNDORF/NECKAR-AISTAIG +GME00126910 48.2444 11.5539 484.0 OBERSCHLEISSHEIM +GME00126922 49.1289 9.3533 230.0 OBERSULM-WILLSBACH +GME00126934 48.2642 12.2775 455.0 OBERTAUFKIRCHEN +GME00126946 49.4531 12.4381 596.0 OBERVIECHTACH +GME00126958 51.6031 9.5392 125.0 OBERWESER-GIESELWERDER +GME00126970 48.0456 9.8831 626.0 OCHSENHAUSEN-MITTELBUCH +GME00126982 50.0308 11.8089 1014.0 OCHSENKOPF +GME00126994 52.2056 7.1792 56.0 OCHTRUP +GME00127006 50.0956 8.7556 110.0 OFFENBACH/M. (STADT) +GME00127018 48.4603 7.9264 153.0 OFFENBURG +GME00127030 49.1081 7.9969 252.0 BAD BERGZABERN +GME00127042 53.1031 8.2525 5.0 OLDENBURG (A) +GME00127054 53.1781 8.1817 11.0 OLDENBURG +GME00127078 52.2569 8.0542 95.0 OSNABRUCK +GME00127090 51.0883 11.9314 246.0 OSTERFELD +GME00127102 49.5042 7.2781 338.0 OSTERHOF +GME00127114 50.4550 10.2219 312.0 OSTHEIM V.D. RHON +GME00127126 47.6392 10.4325 1010.0 OY-MITTELBERG +GME00127138 47.6367 10.3903 872.0 OY-MITTELBERG-PETERSTHAL +GME00127150 53.0656 7.4819 7.0 PAPENBURG +GME00127162 51.0467 8.3858 445.0 BAD BERLEBURG +GME00127174 49.1517 11.6908 549.0 PARSBERG/OBERPFALZ-EGLWANG +GME00127186 48.5817 13.4167 327.0 PASSAU-MAIERHOF +GME00127198 48.5789 13.4708 409.0 PASSAU-OBERHAUS +GME00127210 50.6008 11.9981 442.0 PAUSA-UNTERREICHENAU +GME00127222 54.0906 10.8783 1.0 PELZERHAKEN +GME00127234 49.5125 6.3864 175.0 PERL-BESCH +GME00127246 49.5367 6.3808 152.0 PERL-NENNIG +GME00127258 50.9850 8.3689 610.0 BAD-STUNZEL BERLEBURG +GME00127274 51.9906 13.3625 145.0 PETKUS +GME00127294 48.9067 8.7419 246.0 PFORZHEIM-EUTINGEN +GME00127306 48.9328 8.6967 333.0 PFORZHEIM-ISPRINGEN +GME00127318 47.9353 9.2878 630.0 PFULLENDORF +GME00127330 49.2519 8.4425 100.0 PHILIPPSBURG +GME00127342 49.1919 7.5881 390.0 PIRMASENS +GME00127354 50.4831 12.1317 386.0 PLAUEN +GME00127366 54.1606 10.4031 24.0 PLON (SEE) +GME00127378 49.5067 11.5156 368.0 POMMELSBRUNN +GME00127390 49.4789 11.5367 522.0 POMMELSBRUNN-MITTELBURG +GME00127426 47.8594 12.3639 530.0 PRIEN-STOCK +GME00127438 52.6325 13.5039 60.0 BERLIN-BUCH +GME00127450 48.1883 11.2217 550.0 PUCH +GME00127462 54.3656 13.4783 40.0 PUTBUS +GME00127474 52.6706 7.9553 25.0 QUAKENBRUCK +GME00127486 52.4578 13.3014 55.0 BERLIN-DAHLEM (LFAG) +GME00127498 51.7967 11.1331 142.0 QUEDLINBURG +GME00127510 51.3906 11.5428 204.0 QUERFURT-MUHLE LODERSLEBEN +GME00127522 53.7292 9.9081 27.0 QUICKBORN (KURZER KAMP) +GME00127534 53.7344 9.8783 13.0 QUICKBORN +GME00127546 47.7467 9.0017 407.0 RADOLFZELL-MARKELFINGEN +GME00127558 52.4481 8.5731 42.0 RAHDEN-VARL +GME00127570 47.9100 11.1058 553.0 RAISTING +GME00127582 48.8478 8.1869 114.0 RASTATT +GME00127594 51.1778 11.4194 200.0 RASTENBERG +GME00127606 47.7333 12.6842 1640.0 RAUSCHBERG BEI RUHPOLDING +GME00127618 47.8069 9.6217 440.0 KR. RAVENSBURG WEINGARTEN +GME00127630 51.6256 7.1828 109.0 RECKLINGHAUSEN +GME00127642 52.4056 13.7328 33.0 BERLIN-KANISWALL +GME00127654 47.7244 12.8756 470.0 BAD REICHENHALL +GME00127678 50.5614 13.2239 764.0 MARIENBERG-REITZENHAIN +GME00127690 47.6792 8.1533 760.0 REMETSCHWIEL +GME00127702 51.1808 7.2514 345.0 REMSCHEID-LENNEP +GME00127714 54.2892 9.6758 8.0 RENDSBURG +GME00127726 48.7433 8.9250 478.0 RENNINGEN-IHINGER HOF +GME00127738 48.5058 9.1842 360.0 REUTLINGEN-BETZINGEN +GME00127750 48.6708 7.9956 131.0 RHEINAU-MEMPRECHTSHOFEN +GME00127762 52.4081 13.4142 47.0 BERLIN-LICHTENRADE +GME00127774 52.2892 7.3864 40.0 RHEINE-BENTLAGE +GME00127786 47.5633 7.7942 287.0 RHEINFELDEN +GME00127798 52.4156 13.3053 43.0 BERLIN-LICHTERFELDE (SUD) +GME00127810 48.1489 9.4606 533.0 KREIS BIBERACH ALTHEIM +GME00127822 52.5458 13.5617 60.0 BERLIN-MARZAHN +GME00127834 50.5275 12.4106 464.0 RODEWISCH +GME00127850 52.5331 13.3831 35.0 BERLIN-MITTE +GME00127858 50.3831 9.5167 397.0 ROHRIGSHOF BEI SCHLUCHTERN +GME00127870 50.6417 6.2064 440.0 ROETGEN +GME00127882 52.4056 13.4856 38.0 BERLIN-RUDOW +GME00127894 47.8758 12.1292 444.0 ROSENHEIM +GME00127906 53.1303 9.3406 32.0 ROTENBURG (WUMME) +GME00127918 49.2519 11.0944 340.0 ROTH BEI NURNBERG +GME00127930 52.3819 13.5325 46.0 BERLIN-SCHONEFELD +GME00127942 49.2158 11.1025 385.0 ROTH +GME00127954 49.3856 10.1742 415.0 ROTHENBURG OB DER TAUBER +GME00127966 52.1053 8.1828 95.0 BAD ROTHENFELDE +GME00127978 48.4714 8.9694 360.0 ROTTENBURG-KIEBINGEN +GME00127990 52.5681 13.1708 32.0 BERLIN-SPANDAU +GME00128002 48.1819 8.6358 588.0 ROTTWEIL +GME00128014 49.8517 7.8725 102.0 BAD KREUZNACH +GME00128026 54.0950 10.2233 36.0 RUHWINKEL +GME00128038 49.6478 7.8842 461.0 RUPPERTSECKEN +GME00128050 48.8775 13.0506 797.0 RUSEL-IRLMOOS +GME00128062 52.6056 13.2967 36.0 BERLIN-TEGELER FLIESSTAL +GME00128074 48.8033 8.9567 449.0 RUTESHEIM +GME00128090 50.6575 11.3906 235.0 SAALFELD +GME00128098 49.2242 7.0175 193.0 SAARBRUCKEN-SANKT JOHANN +GME00128110 48.9578 9.0719 248.0 SACHSENHEIM +GME00128126 52.4567 13.4717 35.0 BERLIN-TREPTOW +GME00128134 48.7842 13.3158 456.0 SALDENBURG-ENTSCHENREUTH +GME00128146 52.4303 13.2342 45.0 BERLIN-ZEHLENDORF +GME00128158 52.0367 10.3067 138.0 SALZGITTER-RINGELHEIM +GME00128170 52.0792 9.5531 175.0 SALZHEMMENDORF-LAUENSTEIN +GME00128182 52.1056 8.7531 135.0 BAD SALZUFLEN +GME00128194 52.8581 11.1442 23.0 SALZWEDEL +GME00128206 50.3531 10.0042 510.0 SANDBERG +GME00128218 54.3294 8.6028 5.0 SANKT PETER-ORDING +GME00128230 49.4681 7.2042 400.0 SANKT WENDEL-HOF +GME00128242 49.5033 7.2028 400.0 SANKT WENDEL-URWEILER +GME00128254 51.6344 8.1881 81.0 BAD-OSTINGHAUSEN SASSENDORF +GME00128266 49.9203 8.9681 155.0 SCHAAFHEIM-SCHLIERBACH +GME00128278 47.9608 7.7125 215.0 SCHALLSTADT-MENGEN +GME00128290 49.4875 7.0294 569.0 SCHAUMBERG-THOLEY +GME00128302 48.2003 9.7708 519.0 SCHEMMERHOFEN-INGERKINGEN +GME00128314 50.8178 9.8469 314.0 SCHENKLENGSFELD +GME00128326 49.9758 11.0406 317.0 SCHESSLITZ +GME00128338 51.9131 9.1542 155.0 SCHIEDER +GME00128350 51.7667 10.6550 609.0 SCHIERKE +GME00128362 51.8231 11.7114 84.0 BERNBURG/SAALE (NORD) +GME00128374 50.5706 11.8056 501.0 SCHLEIZ +GME00128386 54.5242 9.5658 19.0 SCHLESWIG-STADTFELD +GME00128398 49.7969 7.7592 170.0 SCHLOSSBOCKELHEIM +GME00128410 50.3858 9.5367 375.0 SCHLUCHTERN-KLOSTER GOMFRITZ +GME00128422 50.3456 9.5550 230.0 SCHLUCHTERN-HEROLZ +GME00128434 53.6631 10.2556 45.0 SCHMALENBECK +GME00128446 50.7264 10.4553 330.0 SCHMALKALDEN +GME00128462 51.8831 10.7667 198.0 SCHMATZFELD +GME00128470 49.4231 6.8403 223.0 SCHMELZ-HUTTERSDORF +GME00128482 52.9350 8.2356 44.0 GROSSENKNETEN +GME00128494 50.6556 10.7708 937.0 SCHMUCKE +GME00128506 50.3000 6.4169 649.0 SCHNEIFELFORSTHAUS +GME00128518 49.9183 7.0681 120.0 BERNKASTEL-KUES +GME00128530 50.2056 12.1450 609.0 SELB/OBERFRANKEN-LAUTERBACH +GME00128542 47.6469 7.8442 400.0 SCHOPFHEIM-EICHEN +GME00128554 49.1656 12.6192 399.0 SCHORNDORF-KNOBLING +GME00128566 50.4939 9.1239 265.0 SCHOTTEN +GME00128578 51.8381 10.4325 504.0 SCHULENBERG +GME00128590 49.3269 11.0131 343.0 SCHWABACH (A) +GME00128602 48.7778 9.8033 415.0 SCHWABISCH GMUND-STRASSDORF +GME00128614 49.0828 9.6881 349.0 SCHWABISCH HALL-BIBERSFELD +GME00128638 50.1406 8.0633 320.0 BAD SCHWALBACH +GME00128650 49.3289 12.0883 356.0 SCHWANDORF +GME00128662 51.9653 11.1219 117.0 SCHWANEBECK +GME00128674 47.5778 10.7192 792.0 SCHWANGAU-HORN +GME00128686 50.6456 11.1944 277.0 SCHWARZBURG +GME00128710 50.0583 10.2169 240.0 SCHWEINFURT-GARTENSTADT +GME00128722 54.5181 9.1431 37.0 SCHWESING +GME00128734 52.8928 11.7306 21.0 SEEHAUSEN +GME00128746 50.8708 7.3233 214.0 SEELSCHEID +GME00128758 51.9056 10.1900 186.0 SEESEN +GME00128770 53.9292 10.3006 49.0 BAD SEGEBERG +GME00128782 50.1981 12.1742 611.0 SELB/OBERFRANKEN-WILDENAU +GME00128794 50.8544 7.9975 263.0 SIEGEN (KLARANLAGE) +GME00128806 48.1000 9.2500 645.0 SIGMARINGEN (FLUGPLATZ) +GME00128818 48.0728 9.1953 580.0 SIGMARINGEN-LAIZ +GME00128830 47.5783 9.7417 507.0 SIGMARSZELL-ZEISERTSWEILER +GME00128842 49.7606 12.3906 819.0 SILBERHUTTE +GME00128854 48.2728 13.0289 360.0 SIMBACH/INN +GME00128866 50.0017 7.5969 437.0 SIMMERN-WAHLBACH +GME00128878 49.2456 8.8794 169.0 SINSHEIM +GME00128890 50.2892 9.4592 342.0 STEINAU-SEIDENROTH +GME00128902 51.1408 7.0942 154.0 SOLINGEN-HOHENSCHEID +GME00128914 52.9617 9.7967 76.0 SOLTAU +GME00128926 51.3531 10.9069 216.0 SONDERSHAUSEN +GME00128938 48.1258 9.7650 599.0 WARTHAUSEN-BIRKENHARD +GME00128950 50.3756 11.1842 626.0 SONNEBERG-NEUFANG +GME00128962 51.0617 9.9275 365.0 SONTRA +GME00128974 51.2814 9.9858 199.0 BAD SOODEN-ALLENDORF +GME00128986 49.7867 11.8225 424.0 SPEINSHART +GME00128998 51.6053 12.1106 87.0 SPOREN-PRUSSENDORF +GME00129010 50.9208 8.5278 349.0 BIEDENKOPF +GME00129022 50.1542 11.7417 598.0 STAMMBACH-QUERENBACH +GME00129034 47.9878 7.9475 363.0 STEGEN +GME00129046 53.6956 8.8750 1.0 KR. CUXHAVEN STEINAU +GME00129058 51.3642 9.6914 500.0 STEINBERG +GME00129070 53.5528 9.6092 1.0 MITTELNKIRCHEN-HOHENFELDE +GME00129082 51.6692 10.8833 494.0 STIEGE +GME00129094 47.8600 9.0164 532.0 STOCKACH +GME00129106 54.6667 9.8044 40.0 WAGERSROTT +GME00129118 48.7906 9.2178 224.0 STUTTGART (NECKARTAL) +GME00129143 48.7144 9.2103 401.0 STUTTGART-HOHENHEIM +GME00129154 52.5458 11.9739 45.0 TANGERMUNDE +GME00129166 50.6394 10.0231 395.0 TANN/RHON +GME00129178 49.6131 9.6756 179.0 TAUBERBISCHOFSHEIM-DITTIGHEIM +GME00129190 50.9789 12.3444 193.0 TEGKWITZ +GME00129202 53.7625 12.5581 38.0 TETEROW +GME00129214 53.2775 8.9867 7.0 WORPSWEDE-HUTTENBUSCH +GME00129226 50.4014 11.3903 633.0 TEUSCHNITZ +GME00129242 52.2331 12.0500 61.0 THEESSEN +GME00129250 49.4744 7.0392 386.0 THOLEY +GME00129262 49.8756 9.4892 412.0 BISCHBRUNN +GME00129274 49.8819 9.8464 185.0 THUNGERSHEIM +GME00129286 50.8442 10.1625 236.0 TIEFENORT +GME00129298 49.8589 12.3556 500.0 TIRSCHENREUTH-LODERMUHL +GME00129310 47.9403 8.1942 870.0 TITISEE-NEUSTADT-LANGENORDNACH +GME00129346 51.2908 6.4450 37.0 TONISVORST +GME00129358 51.7656 9.5639 491.0 TORFHAUS IM SOLLING +GME00129370 47.8669 12.6581 626.0 TRAUNSTEIN-SPARZ +GME00129382 47.8525 12.6194 635.0 TRAUNSTEIN-AXDORF +GME00129394 53.9642 10.8914 2.0 TRAVEMUNDE +GME00129406 54.5353 13.2478 3.0 TRENT +GME00129418 54.0681 12.7689 10.0 TRIBSEES +GME00129430 49.7325 6.6131 132.0 TRIER-ZEWEN +GME00129442 48.3142 9.2481 700.0 TROCHTELFINGEN +GME00129454 48.2819 9.3144 769.0 TROCHTELFINGEN-WILSINGEN +GME00129478 48.0317 12.5408 559.0 TROSTBERG +GME00129490 48.5206 9.0525 370.0 TUBINGEN +GME00129502 48.0092 8.8189 649.0 TUTTLINGEN +GME00129514 47.9558 8.7575 675.0 TUTTLINGEN-MOHRINGEN +GME00129526 51.3356 8.9142 295.0 TWISTETAL-MUHLHAUSEN +GME00129538 47.7719 9.1569 446.0 UBERLINGEN/BODENSEE +GME00129550 53.7458 14.0694 1.0 UECKERMUNDE +GME00129562 52.9428 10.5300 50.0 UELZEN +GME00129574 49.5753 10.1928 308.0 GOLLHOFEN +GME00129586 48.3844 9.9539 567.0 ULM +GME00129598 52.1617 11.1767 162.0 UMMENDORF +GME00129610 52.8514 10.2908 95.0 UNTERLUSS +GME00129622 49.5942 11.0717 291.0 UTTENREUTH +GME00129634 48.0458 8.4617 720.0 VILLINGEN-SCHWENNINGEN +GME00129646 52.8331 8.3119 51.0 VISBEK +GME00129658 49.2592 6.8617 220.0 VOLKLINGEN-STADT +GME00129670 48.0917 7.6358 223.0 VOGTSBURG-OBERROTWEIL +GME00129682 52.1042 9.5856 100.0 VOLDAGSEN +GME00129698 52.0733 11.0233 86.0 WACKERSLEBEN +GME00129710 50.6750 11.2817 254.0 BAD BLANKENBURG +GME00129718 49.2456 8.5381 105.0 WAGHAUSEL-KIRRLACH +GME00129730 50.8125 9.1283 349.0 WAHLEN +GME00129742 51.6194 9.5769 176.0 WAHLSBURG-LIPPOLDSBERG +GME00129754 53.9214 10.2306 39.0 WITTENBORN +GME00129766 48.8289 9.3239 224.0 WAIBLINGEN +GME00129778 47.9767 8.1567 1005.0 WALDAU-JOSTAL +GME00129790 51.2081 9.0667 376.0 WALDECK +GME00129802 53.6639 10.2003 46.0 AHRENSBURG-WULFSDORF +GME00129814 50.2608 8.3608 380.0 WALDEMS-REINBORN +GME00129826 48.9303 13.4656 940.0 WALDHAUSER (NATIONAL PARK) +GME00129838 50.0106 12.2992 509.0 WALDSASSEN +GME00129850 47.6181 8.2394 330.0 WALDSHUT +GME00129862 50.8975 10.5494 353.0 WALTERSHAUSEN +GME00129874 53.7883 7.9075 3.0 WANGEROOGE +GME00129886 51.5053 9.1128 236.0 WARBURG +GME00129898 53.5214 12.6692 70.0 WAREN +GME00129910 50.0367 7.3056 417.0 BLANKENRATH +GME00129922 50.6281 9.4431 270.0 WARTENBERG-ANGERSBACH +GME00129934 48.0581 12.2217 443.0 WASSERBURG +GME00129946 47.5719 12.9353 1923.0 WATZMANNHAUS +GME00129958 49.1975 10.6500 425.0 KR.ANSBACH WEIDENBACH +GME00129970 49.5908 10.2600 309.0 WEIGENHEIM-REUSCH +GME00129994 50.4742 8.2594 150.0 WEILBURG (KLARANLAGE) +GME00130006 50.9756 11.3092 264.0 WEIMAR +GME00130018 51.0192 11.3556 325.0 WEIMAR-SCHONDORF +GME00130042 49.1519 9.2931 219.0 WEINSBERG +GME00130054 49.5550 6.8125 380.0 WEISKIRCHEN/SAAR +GME00130066 50.0867 11.2378 317.0 WEISMAIN +GME00130078 48.8467 8.9089 455.0 WEISSACH +GME00130102 51.2178 11.9725 115.0 WEISSENFELS +GME00130114 51.2131 10.9967 165.0 WEISSENSEE-OTTENHAUSEN +GME00130126 48.1892 7.6983 173.0 WEISWEIL-WALDECKHOF +GME00130138 48.1483 8.6964 655.0 WELLENDINGEN +GME00130150 52.0667 14.6917 58.0 WELLMITZ +GME00130174 49.9631 10.0492 216.0 KR. SCHWEINFURT MUHLHAUSEN +GME00130186 51.8478 10.7694 234.0 WERNIGERODE +GME00130198 49.7678 9.5439 140.0 WERTHEIM-EICHEL +GME00130210 50.9056 11.7992 337.0 BOBECK +GME00130222 54.9006 8.3131 3.0 WESTERLAND +GME00130234 47.8833 11.1589 550.0 WIELENBACH (DEMOLLSTR.) +GME00130246 51.8392 6.6114 25.0 BOCHOLT (MARIENSCHULE) +GME00130258 50.1331 8.3178 263.0 WIESBADEN-AURINGEN +GME00130270 50.0875 8.1881 235.0 WIESBADEN-DOTZHEIM +GME00130282 52.1219 12.4600 187.0 WIESENBURG +GME00130294 51.8308 6.5358 21.0 BOCHOLT +GME00130306 48.7856 8.5769 385.0 BAD-CALMBACH WILDBAD +GME00130318 51.4803 7.2706 101.0 BOCHUM +GME00130330 48.6525 8.6808 570.0 NEUBULACH-OBERHAUGSTETT +GME00130342 51.1067 9.1092 310.0 BAD WILDUNGEN +GME00130354 53.5917 8.1067 1.0 WILHELMSHAVEN +GME00130378 48.8042 9.4706 240.0 REMS-MURR-KREIS WINTERBACH +GME00130390 53.8944 11.4253 25.0 WISMAR +GME00130402 51.8903 12.6464 105.0 WITTENBERG +GME00130414 53.5500 7.6667 8.0 WITTMUNDHAFEN +GME00130427 53.1831 12.5167 72.0 WITTSTOCK +GME00130438 53.1875 12.4964 66.0 WITTSTOCK-ROTE MUHLE +GME00130450 51.3506 9.8450 133.0 WITZENHAUSEN +GME00130462 49.2189 10.2306 464.0 WORNITZ-BOTTENWEILER +GME00130474 53.4631 13.6117 118.0 WOLDEGK +GME00130486 48.2958 8.2400 291.0 WOLFACH +GME00130498 52.4425 10.7600 56.0 WOLFSBURG +GME00130510 52.3975 10.6908 82.0 WOLFSBURG (SUDWEST) +GME00130522 49.5819 7.6242 200.0 WOLFSTEIN/PFALZ +GME00130534 49.6056 8.3667 88.0 WORMS +GME00130546 49.7975 9.8958 170.0 WURZBURG (KLARWERK) +GME00130558 49.8006 9.9292 175.0 WURZBURG (PHYSIKALISCHES-INSTI +GME00130570 52.4581 9.4281 57.0 WUNSTORF +GME00130582 51.2258 7.1058 130.0 WUPPERTAL-BUCHENHOFEN +GME00130594 51.2064 7.2006 235.0 REMSCHEID +GME00130606 52.8053 12.8731 35.0 WUSTRAU-ZIETHENHORST +GME00130618 47.6789 8.3806 398.0 WUTOSCHINGEN-OFTERINGEN +GME00130630 54.6942 8.5281 8.0 WRIXUM/FOHR +GME00130642 52.9681 13.3281 51.0 ZEHDENICK +GME00130654 51.0539 12.1442 170.0 ZEITZ +GME00130666 51.9656 12.1008 69.0 ZERBST +GME00130678 48.6767 8.9742 445.0 BOBLINGEN +GME00130690 54.0817 13.9006 2.0 ZINNOWITZ +GME00130702 50.7328 13.7531 877.0 ZINNWALD-GEORGENFELD +GME00130714 48.9458 11.3681 379.0 BOHMING +GME00130726 50.6892 12.4342 353.0 LICHTENTANNE +GME00130738 49.0292 13.2403 615.0 ZWIESEL +GME00130750 49.0017 13.2153 615.0 ZWIESELBERG +GME00130762 52.8494 8.7200 36.0 BASSUM (A) +GME00130786 52.6206 12.7889 40.0 BERGE +GME00130798 53.1019 11.0467 50.0 DANNENBERG +GME00130810 48.6592 9.4214 289.0 KIRCHHEIM/TECK-OTLINGEN +GME00130822 51.7531 9.3964 105.0 BOFFZEN +GME00130834 47.6783 11.0483 850.0 BAD KOHLGRUB (A) +GME00130846 48.6503 11.7783 431.0 MAINBURG +GME00130858 51.1331 9.5200 254.0 MELSUNGEN-BURSTOSS +GME00130870 53.3931 10.6892 45.0 BOIZENBURG +GME00130882 50.4494 7.4281 91.0 NEUWIED +GME00130894 53.8650 9.7356 10.0 BOKEL +GME00130906 54.6408 10.0244 2.0 SCHONHAGEN (OSTSEEBAD) +GME00130918 47.6758 12.4708 685.0 REIT IM WINKL +GME00130942 48.8794 9.6353 510.0 WELZHEIM (A) +GME00130954 50.7294 7.0844 62.0 BONN +GME00130966 50.7067 7.1475 62.0 BONN-FRIESDORF +GME00130990 50.7364 7.1939 159.0 BONN-ROLEBER +GME00131002 48.0744 10.2014 592.0 BOOS +GME00131014 52.7800 13.7606 71.0 MELCHOW-SCHONHOLZ +GME00131026 53.2153 10.4717 62.0 WENDISCH EVERN +GME00131038 51.0850 13.4503 273.0 TAUBENHEIM-SEELIGSTADT +GME00131050 54.3208 9.8058 14.0 OSTENFELD (RENDSBURG) +GME00131062 53.3856 14.3742 50.0 GRAMBOW-SCHWENNENZ +GME00131074 53.8556 13.4967 11.0 MEDOW-WUSSENTIN +GME00131086 54.2683 13.1444 2.0 STRALSUND-DEVIN +GME00131098 51.0606 14.4281 290.0 SOHLAND/SPREE +GME00131110 51.5719 9.3131 240.0 BORGENTREICH-BUHNE +GME00131122 53.6417 8.0828 8.0 WANGERLAND-HOOKSIEL +GME00131134 49.2256 10.6094 455.0 WEIDENBACH-WEIHERSCHNEIDBACH +GME00131146 52.9553 7.3192 8.0 DORPEN +GME00131158 54.1667 10.3539 26.0 DORNICK +GME00131170 52.0206 14.7269 40.0 COSCHEN +GME00131182 51.8742 6.8867 48.0 BORKEN IN WESTFALEN +GME00131194 48.7767 12.1756 404.0 MALLERSDORF-PFAFFENBERG +GME00131207 53.5331 8.1667 6.0 WILHELMSHAVEN (FLUGPLATZ) +GME00131218 50.2000 7.8656 268.0 NASTATTEN +GME00131230 50.1594 12.0403 610.0 SELB-SPIELBERG +GME00131242 51.8678 9.2719 258.0 LUGDE-PAENBRUCH +GME00131254 54.2503 13.0431 16.0 STEINHAGEN-NEGAST +GME00131266 53.5803 6.6728 12.0 BORKUM-SUDERSTRASSE +GME00131278 48.8453 12.6183 339.0 AITERHOFEN +GME00131290 49.2417 6.9350 190.0 SAARBRUCKEN-BURBACH +GME00131302 48.8778 11.1056 394.0 DOLLNSTEIN-BREITENFURT +GME00131314 47.6853 9.4417 459.0 FRIEDRICHSHAFEN-UNTERRADERACH +GME00131326 49.0217 9.6042 523.0 GROSSERLACH-MANNENWEILER +GME00131338 49.3333 9.7050 385.0 INGELFINGEN-STACHENHAUSEN +GME00131350 48.7706 9.8750 413.0 SCHWABISCH GMUND-WEILER +GME00131362 47.7744 8.8228 445.0 SINGEN +GME00131374 51.4156 8.6506 457.0 BRILON-THULEN +GME00131386 52.3625 12.3883 36.0 WUSTERWITZ +GME00131398 52.0317 10.9639 112.0 PABSTORF +GME00131410 50.8433 10.2528 283.0 MOORGRUND GRAFEN-NITZENDORF +GME00131422 52.5083 11.8564 36.0 DEMKER +GME00131434 48.6717 9.4633 325.0 NOTZINGEN +GME00131446 49.3542 11.5067 550.0 PILSACH-LITZLOHE +GME00131458 51.2078 10.4958 190.0 MUHLHAUSEN-GORMAR +GME00131470 54.1064 13.8258 1.0 KARLSHAGEN +GME00131482 49.5325 10.6431 362.0 MARKT ERLBACH-MOSBACH +GME00131494 51.0517 13.3025 308.0 NOSSEN +GME00131506 50.0142 9.6550 285.0 LOHR/MAIN-HALSBACH +GME00131518 51.7681 7.5203 59.0 LUDINGHAUSEN-BROCHTRUP +GME00131530 50.3956 8.1442 168.0 RUNKEL-ENNERICH +GME00131546 48.2081 11.2044 530.0 MAISACH-GALGEN +GME00131554 50.0589 10.2983 304.0 SCHONUNGEN-MAINBERG +GME00131566 53.3175 8.4800 1.0 BRAKE +GME00131578 53.2975 8.4539 0.0 BRAKE-SUDERFELD +GME00131590 52.4050 7.9731 58.0 BRAMSCHE +GME00131602 53.8567 9.7164 9.0 BRANDE-HORNERKIRCHEN +GME00131614 52.4150 12.5517 35.0 BRANDENBURG-GORDEN +GME00131626 49.5364 10.7717 384.0 HAGENBUCHACH +GME00131650 52.2756 10.5667 83.0 BRAUNSCHWEIG-GLIESMARODE +GME00131662 52.2719 10.5344 75.0 BRAUNSCHWEIG (T.H.) +GME00131674 52.2903 10.4483 81.0 BRAUNSCHWEIG +GME00131686 49.9028 9.4292 585.0 BREITSOL +GME00131722 53.5892 8.6022 8.0 BREMERHAVEN-SPECKENBUTTEL +GME00131746 53.4989 9.1731 3.0 BREMERVORDE +GME00131770 47.8867 7.6617 234.0 ESCHBACH +GME00131782 48.7031 11.8506 425.0 ELSENDORF-HORNECK +GME00131794 52.0106 10.3956 187.0 LIEBENBURG-OTHFRESEN +GME00131806 48.2058 9.0381 712.0 ALBSTADT-EBINGEN +GME00131818 47.8356 12.6564 721.0 SIEGSDORF-HOLL +GME00131830 52.0728 8.4578 105.0 BIELEFELD-DEPPENDORF +GME00131842 49.0264 8.7164 185.0 BRETTEN +GME00131854 51.4033 8.5617 472.0 BRILON +GME00131866 49.7644 9.4064 193.0 FREUDENBERG/MAIN-BOXTAL +GME00131878 48.2164 8.9792 759.0 ALBSTADT-BADKAP +GME00131890 49.7356 8.9567 290.0 BROMBACHTAL-KIRCH-BROMBACH +GME00131902 54.5281 9.0439 5.0 HATTSTEDT +GME00131914 50.8292 10.4553 600.0 BROTTERODE +GME00131926 48.2775 9.0008 794.0 ALBSTADT-ONSTMETTINGEN +GME00131938 48.7358 10.7428 434.0 DONAUWORTH-OSTERWEILER +GME00131950 51.1519 11.3331 160.0 OLBERSLEBEN +GME00131962 50.5467 12.2867 465.0 TREUEN +GME00131974 51.4644 7.9789 159.0 ARNSBERG-NEHEIM +GME00131986 48.6106 10.2692 468.0 HERMARINGEN-ALLEWIND +GME00131998 50.6208 13.4831 688.0 DEUTSCHNEUDORF-BRUDERWIESE +GME00132010 49.1094 12.8244 588.0 PRACKENBACH-NEUHAUSEL +GME00132022 53.3175 13.4175 115.0 FELDBERG/MECKLENBURG +GME00132034 51.6831 12.3056 74.0 JESSNITZ +GME00132046 51.9669 9.8042 144.0 ALFELD +GME00132058 51.0025 10.3633 312.0 EISENACH +GME00132070 49.1631 10.3669 475.0 FEUCHTWANGEN-HEILBRONN +GME00132082 49.6314 7.1156 390.0 BRUCKEN +GME00132094 49.3919 12.6853 499.0 WALDMUNCHEN +GME00132106 53.6000 6.7031 3.0 BORKUM-FLUGPLATZ +GME00132130 52.7458 13.8419 82.0 HECKELBERG +GME00132142 50.3092 9.7844 310.0 BAD BRUCKENAU (A) +GME00132154 51.4506 14.2542 116.0 HOYERSWERDA +GME00132166 50.0317 11.9742 622.0 WUNSIEDEL-SCHONBRUNN +GME00132178 48.6606 12.5403 350.0 GOTTFRIEDING +GME00132190 50.5083 9.2244 743.0 HOHERODSKOPF/VOGELSBERG +GME00132202 48.6167 13.0519 340.0 ALDERSBACH-KRIESTORF +GME00132214 47.7964 10.0333 672.0 LEUTKIRCH-HERLAZHOFEN +GME00132226 50.7531 9.0233 350.0 NEU-ULRICHSTEIN +GME00132238 50.0092 9.4250 340.0 NEUHUTTEN/SPESSART +GME00132250 50.6619 12.0769 390.0 LANGENWETZENDORF-GOTTENDORF +GME00132262 51.1056 11.7125 246.0 KREIPITZSCH BEI BAD KOSEN +GME00132274 47.7731 12.9089 458.0 PIDING +GME00132286 54.0206 9.9267 17.0 PADENSTEDT (PONY-PARK) +GME00132298 50.4178 10.8167 397.0 VEILSDORF +GME00132310 48.0139 11.5539 604.0 OBERHACHING-LAUFZORN +GME00132322 52.6439 10.6642 72.0 WITTINGEN-VORHOP +GME00132334 49.5192 9.3225 340.0 KR. NECKAR-ODENWALD BUCHEN +GME00132346 47.9631 7.9989 445.0 BUCHENBACH +GME00132358 53.3567 9.9367 77.0 BUCHHOLZ IN DER NORDHEIDE +GME00132370 50.1739 7.0631 477.0 BUCHEL (FLUGPLATZ) +GME00132382 52.2817 9.0878 68.0 BUCKEBURG +GME00132394 50.2781 9.1178 148.0 BUDINGEN +GME00132406 48.6967 8.1753 190.0 BUHLERTAL +GME00132418 48.6753 8.1806 478.0 BUHLERTAL-OBERTAL +GME00132430 52.4864 7.9128 65.0 ALFHAUSEN +GME00132442 49.6631 7.1106 530.0 BUHLENBERG +GME00132454 49.7458 10.6444 290.0 SCHLUSSELFELD (KLARANLAGE) +GME00132466 51.0317 8.8156 293.0 BURGWALD-BOTTENDORF +GME00132490 50.4319 12.6128 897.0 CARLSFELD +GME00132502 52.6164 10.0739 33.0 CELLE (STADT) +GME00132514 52.5953 10.0281 39.0 CELLE +GME00132526 49.2514 12.6056 389.0 PEMFLING-PITZLING +GME00132538 50.7925 12.8733 418.0 CHEMNITZ +GME00132550 47.8853 12.5417 551.0 CHIEMING +GME00132562 51.7917 10.3481 585.0 CLAUSTHAL-ZELLERFELD +GME00132574 52.8456 8.0631 42.0 CLOPPENBURG +GME00132586 50.3081 10.9692 345.0 LAUTERTAL-OBERLAUTER +GME00132598 51.7667 14.2831 68.0 COTTBUS (FLUGPLATZ) +GME00132610 49.0992 10.0992 423.0 CRAILSHEIM-ALEXANDERSREUT +GME00132622 50.8158 12.3833 269.0 CRIMMITSCHAU +GME00132634 51.0783 10.8639 170.0 DACHWIG +GME00132646 49.8817 8.6775 162.0 DARMSTADT +GME00132658 49.8464 8.6250 122.0 DARMSTADT (A) +GME00132670 49.8706 8.6806 169.0 DARMSTADT-BOTANISCHER GARTEN +GME00132682 50.7456 9.3467 300.0 ALSFELD-EIFA +GME00132694 47.8017 9.4117 708.0 DEGGENHAUSERTAL-AZENWEILER +GME00132706 50.7703 9.2553 269.0 ALSFELD-REIBERTENROD +GME00132722 51.8525 12.2531 60.0 DESSAU +GME00132730 49.7631 7.0556 481.0 DEUSELBACH +GME00132754 50.0842 6.8908 413.0 DIERFELD +GME00132770 51.2414 13.4181 100.0 DIESBAR-SEUSSLITZ +GME00132778 49.4169 10.6742 405.0 DIETENHOFEN +GME00132790 50.7325 8.2631 314.0 DILLENBURG +GME00132802 48.5708 10.4994 420.0 DILLINGEN/DONAU +GME00132814 48.5569 10.5608 419.0 DILLINGEN/DONAU-FRISTINGEN +GME00132838 50.9181 13.7144 365.0 DIPPOLDISWALDE-REINBERG +GMM00010022 54.8000 8.9500 17.0 LECK 10022 +GMM00010028 54.3330 8.6000 11.0 ST PETER-ORDING 10028 +GMM00010042 54.6670 10.0330 4.0 OLPENITZ (AUT) 10042 +GMM00010093 54.3670 13.4830 34.0 PUTBUS 10093 +GMM00010097 54.2456 13.9125 12.0 GREIFSWALDER OIE 10097 +GMM00010129 53.5344 8.5769 7.0 BREMERHAVEN 10129 +GMM00010130 54.0670 9.0170 1.0 ELPERSBUETTEL (AUT) 10130 +GMM00010139 53.5000 9.1670 5.0 BREMERVOERDE (AUT) 10139 +GMM00010142 53.9830 9.5670 26.0 ITZEHOE 10142 +GMM00010146 53.7330 9.8830 17.0 QUICKBORN 10146 +GMM00010150 54.1670 10.3500 28.0 DOERNICK 10150 +GMM00010152 54.0830 10.8830 2.0 PELZERHAKEN (AUT) 10152 +GMM00010156 53.8050 10.7190 16.2 LUBECK BLANKENSEE 10156 +GMM00010161 54.0042 11.1919 15.0 BOLTENHAGEN 10161 +GMM00010168 53.6069 12.1042 58.0 GOLDBERG 10168 +GMM00010180 54.3670 12.7330 7.0 BARTH 10180 +GMM00010193 53.7500 14.0670 7.0 UECKERMUENDE (AUT) 10193 +GMM00010210 53.0670 7.9000 7.0 FRIESOYTHE-ALTENOYTHE 10210 +GMM00010235 53.0000 9.8330 77.0 SOLTAU 10235 +GMM00010249 53.4000 10.6830 46.0 BOIZENBURG (AUT) 10249 +GMM00010253 52.9739 11.1392 17.0 LUCHOW 10253 +GMM00010261 52.9000 11.7330 23.0 SEEHAUSEN/ALTMARK 10261 +GMM00010267 52.9381 12.4106 40.0 KYRITZ 10267 +GMM00010268 53.5170 12.6670 71.0 WAREN 10268 +GMM00010281 53.6019 13.3058 69.0 TROLLENHAGEN 10281 +GMM00010289 53.3170 13.9330 57.0 GRUENOW (AUT) 10289 +GMM00010305 52.5170 7.3170 21.0 LINGEN 10305 +GMM00010309 52.0828 6.9417 46.0 AHAUS 10309 +GMM00010312 52.3180 8.1700 104.0 BELM 10312 +GMM00010321 52.5903 8.3464 39.0 DIEPHOLZ 10321 +GMM00010325 52.1000 8.7500 98.0 BAD SALZUFLEN 10325 +GMM00010348 52.3190 10.5560 89.9 BRAUNSCHWEIG WOLFSBURG 10348 +GMM00010356 52.1670 11.1830 163.0 UMMENDORF(AUT) 10356 +GMM00010359 52.5170 11.4000 48.0 GARDELEGEN (AUT) 10359 +GMM00010365 52.3830 12.1670 39.0 GENTHIN (AUT) 10365 +GMM00010368 52.1170 12.4670 188.0 WIESENBURG 10368 +GMM00010376 52.1170 13.6170 57.0 BARUTH 10376 +GMM00010385 52.3800 13.5230 47.9 SCHONEFELD 10385 +GMM00010396 52.5481 14.5475 12.0 MANSCHNOW 10396 +GMM00010410 51.4000 6.9670 161.0 ESSEN/MULHEIM 10410 +GMM00010418 51.2500 7.6500 392.0 LUEDENSCHEID 10418 +GMM00010424 51.5778 7.8889 85.0 WERL 10424 +GMM00010433 51.8670 9.2670 260.0 LUEGDE-PAENBRUCH 10433 +GMM00010435 51.5000 9.1830 225.0 WARBURG (AUT) 10435 +GMM00010442 51.9670 9.8000 66.0 ALFELF 10442 +GMM00010444 51.5500 9.9500 176.0 GOETTINGEN 10444 +GMM00010449 51.3853 10.3017 356.0 LEINEFELDE 10449 +GMM00010452 51.7250 10.6039 607.0 BRAUNLAGE 10452 +GMM00010454 51.8500 10.7670 240.0 WERNIGERODE (AUT) 10454 +GMM00010458 51.6500 11.1330 405.0 HARZGERODE 10458 +GMM00010460 51.3830 11.3000 166.0 ARTERN 10460 +GMM00010471 51.3170 12.4500 151.0 LEIPZIG-HOLZHAUSEN 10471 +GMM00010474 51.8830 12.6500 106.0 WITTENBERG 10474 +GMM00010480 51.2969 13.0944 150.0 OSCHATZ 10480 +GMM00010488 51.1330 13.7670 230.1 DRESDEN 10488 +GMM00010490 51.6500 13.5830 100.0 DOBERLUG/KIRCHHAIN 10490 +GMM00010519 50.7330 7.2000 162.0 BONN-ROLEBER 10519 +GMM00010526 50.6631 7.9594 547.0 BAD MARIENBERG 10526 +GMM00010542 50.8670 9.7170 212.0 BAD HERSFELD (AHP) 10542 +GMM00010552 50.6500 10.7670 942.0 SCHMUECKE (RIDGE) 10552 +GMM00010557 50.5000 11.1330 850.0 NEUHAUS 10557 +GMM00010564 50.5670 11.8170 502.0 SCHLEIZ (AUT) 10564 +GMM00010565 51.0830 11.9330 263.0 OSTERFELD (AUT) 10565 +GMM00010569 50.4830 12.1330 389.0 PLAUEN (AUT) 10569 +GMM00010574 50.4330 12.6170 899.0 CARLSFELD 10574 +GMM00010577 50.8000 12.8670 420.0 CHEMNITZ 10577 +GMM00010579 50.6519 13.1483 639.0 MARIENBERG 10579 +GMM00010582 50.7330 13.7500 882.0 ZINNWALD/GEORGENFE 10582 +GMM00010591 50.9330 14.2170 300.0 LICHTENHAIN-MITTELD 10591 +GMM00010615 49.7670 7.0500 479.0 DEUSELBACH 10615 +GMM00010628 49.9830 7.9500 123.0 GEISENHEIM 10628 +GMM00010635 50.2170 8.4500 805.0 KLEINER FELDBERG 10635 +GMM00010648 49.7170 9.1000 405.0 MICHELSTADT/VIELBRU 10648 +GMM00010658 50.2000 10.0830 224.0 BAD KISSINGEN 10658 +GMM00010671 50.2830 10.9830 337.0 COBURG 10671 +GMM00010686 50.0330 11.9670 623.0 WUNSIEDEL-SCHOENBRUNN 10686 +GMM00010704 49.2653 6.6878 363.0 BERUS 10704 +GMM00010706 49.4830 7.0500 398.0 THOLEY 10706 +GMM00010724 49.3767 8.1225 553.0 WEINBIET 10724 +GMM00010729 49.4730 8.5140 94.2 MANNHEIM CITY 10729 +GMM00010733 49.2953 8.9064 237.0 WAIBSTADT 10733 +GMM00010736 48.9731 8.8742 244.0 MUHLACKER 10736 +GMM00010761 49.0203 10.9617 422.0 WEISSENBURG 10761 +GMM00010765 49.2180 11.1000 386.5 ROTH 10765 +GMM00010777 48.9500 11.4330 539.0 GELBELSEE 10777 +GMM00010796 49.0330 13.2330 581.0 ZWIESEL (AUT) 10796 +GMM00010803 48.0000 7.8500 269.0 FREIBURG (CIV/FAFB) 10803 +GMM00010818 48.1064 8.7556 973.0 KLIPPENECK 10818 +GMM00010827 48.1844 8.9925 920.0 MESSSTETTEN 10827 +GMM00010838 48.3830 9.9500 522.0 ULM (MIL/MET) 10838 +GMM00010850 48.7830 10.7000 457.0 HARBURG (AUT) 10850 +GMM00010863 48.4031 11.6956 477.0 WEIHENSTEPHAN-DURNAST 10863 +GMM00010870 48.3667 11.8000 444.0 SCHWAIGERMOOS 10870 +GMM00010875 48.2830 12.5000 401.0 MUHLDORF 10875 +GMM00010963 47.4839 11.0633 719.0 GARMISCH-PARTENKIRCHEN 10963 +GMM00010982 47.8830 12.5330 549.0 CHIEMING (AUT) 10982 +GMW00034036 49.6500 9.9667 311.2 GIEBELSTADT +GMW00034041 48.6833 9.2167 401.1 STUTTGART +GMW00034046 49.4000 8.6500 110.0 HEIDELBERG +GMW00034049 49.9500 6.5667 374.3 BITBURG +GMW00034050 49.4333 7.6000 238.0 RAMSTEIN +GMW00034054 49.9833 6.7000 365.2 SPANGDAHLEM +GMW00034055 49.9500 7.2667 502.0 HUNSRUCK 10616 +GMW00034056 49.5000 7.8667 321.3 SEMBACH +GMW00034068 49.5667 8.4667 96.0 COLEMAN +GMW00034069 49.0167 8.3667 114.3 KARLSRUHE +GMW00034070 49.8500 7.8833 105.2 BAD KREUZNACH +GMW00034074 49.1167 9.7833 399.3 SCHWAEBISCH HALL +GMW00034075 49.9667 8.1500 232.3 MAINZ +GMW00034076 49.7500 9.5000 357.2 WERTHEIM +GMW00034077 49.6500 7.3000 426.1 BAUMHOLDER +GMW00034161 47.8667 10.6167 710.2 KAUFBEUREN +GMW00034168 48.3167 11.9333 469.1 ERDING +GMW00034169 48.0833 10.9167 618.1 LANDSBERG +GMW00034171 48.0667 11.6500 550.2 NEUBIBERG +GMW00034172 49.3167 10.6333 467.3 ANSBACH +GMW00034175 48.0833 11.2833 580.0 OBERPFAFFENHOFEN +GMW00034176 49.5000 10.9500 305.1 FURTH +GMW00034178 48.2000 11.2667 530.0 FURSTENFELDBRUCK +GMW00034189 49.7000 11.9333 414.2 GRAFENWOHR +GMW00034190 49.4667 10.3833 325.2 ILLESHEIM 10752 +GMW00034191 49.7500 10.2000 210.0 KITZINGEN +GMW00034192 48.8167 12.5833 370.0 STRAUBING +GMW00034193 48.3333 10.9000 493.2 MULHAUSEN +GMW00034195 49.2167 11.8333 442.3 HOHENFELS 10775 +GMW00034196 48.4500 10.8667 466.0 GABLINGEN +GMW00034197 47.7667 11.6000 716.3 BAD TOLZ +GMW00035009 50.1667 8.9667 112.2 HANAU +GMW00035010 50.0500 8.3333 140.2 WIESBADEN +GMW00035032 50.0333 8.5833 112.2 RHEIN MAIN GSN 10637 +GMW00035053 50.5500 9.6500 305.1 FULDA +GMW00035056 50.1833 8.6667 104.2 ROSE +GMW00035104 52.4833 13.4000 50.3 TEMPELHOF +GMW00035108 52.8500 10.1833 80.2 FASSBERG +GMW00035109 52.5833 10.0333 40.2 CELLE +GMW00035110 52.5667 13.3000 37.2 TEGEL +GP000078897 16.2700 -61.6000 11.0 LE RAIZET, GUADELOUPE GSN 78897 +GPM00078890 16.3330 -61.0000 33.0 LA DESIRADE 78890 +GPM00078894 17.9000 -62.8500 52.0 GUSTAVIA/ST.BARTHEL 78894 +GQC00914001 13.3894 144.6575 3.0 GU AGAT +GQC00914025 13.5761 144.9281 190.2 GU ANDERSEN AFB GUAM +GQC00914120 13.2333 144.6500 3.0 GU COCOS ISLAND GUAM +GQC00914156 13.5200 144.8472 106.7 GU DEDEDO +GQC00914193 13.3667 144.7000 111.9 GU FENA FLTR PLT GUAM +GQC00914260 13.3667 144.7333 100.0 GU HUGHES FARM +GQC00914275 13.2853 144.7547 9.1 GU INARAJAN AG STN +GQC00914278 13.3114 144.7364 85.3 GU INARAJAN - NASA +GQC00914468 13.4503 144.8008 18.3 MANGILAO +GQC00914727 13.3522 144.7669 3.0 GU PIRATES COVE +GQC00914827 13.3647 144.7389 76.2 GU TALOFOFO +GQC00914828 13.3500 144.7500 91.1 GU TALOFOFO VILLAGE +GQC00914885 13.2833 144.6667 57.9 GU UMATAC +GQC00914887 13.2881 144.6608 4.6 GU UMATAC 1 +GQC00914910 13.3667 144.7333 106.1 GU WINDWARD HILLS +GQC00914950 13.5478 144.8928 160.0 GU YIGO +GQW00041405 13.5167 144.8167 54.3 GU GUAM HARMON AFB +GQW00041407 13.4667 144.2500 55.2 GU GUAM MARSHALL ISLAND +GQW00041411 13.4333 144.6333 24.1 GU GUAM OROTE +GQW00041414 13.5833 144.9167 191.1 GU GUAM MARSHALL ISLAND +GQW00041415 13.4836 144.7961 77.4 GU GUAM INTL AP GSN 91212 +GR000016641 39.6167 19.9167 11.0 CORFU GSN 16641 +GR000016648 39.6500 22.4500 73.0 LARISSA 16648 +GR000016716 37.9000 23.7500 10.0 HELLINIKON 16716 +GR000016734 36.8331 21.7000 52.0 METHONI GSN 16734 +GR000016754 35.3331 25.1831 39.0 HERAKLION 16754 +GR000167230 37.7000 26.9167 2.0 SAMOS AIRPORT GSN 16723 +GR000167460 35.4831 24.1167 146.0 SOUDA AIRPORT GSN 16746 +GRE00105232 39.2167 22.8000 15.0 ANCHIALOS +GRE00105235 38.1167 20.4831 22.0 ARGOSTOLI +GRE00105238 35.5000 24.0331 151.0 CHANIA +GRE00105240 38.3331 26.1331 4.0 CHIOS +GRE00105242 40.7831 21.4000 662.0 FLORINA +GRE00105244 38.9000 22.4000 144.0 LAMIA +GRE00105246 38.3167 23.5331 140.0 TANAGRA +GRE00155825 40.6200 22.9500 32.0 THESSALONIKI +GRE00155832 40.8500 25.9300 3.0 ALEXANDROUPOLI +GRE00155839 40.2800 21.8300 626.0 KOZANI +GRE00155846 39.7000 20.8200 484.0 IOANNINA +GRE00155853 39.0600 26.6000 5.0 MITILINI +GRE00155860 38.6200 21.3800 25.0 AGRINIO +GRE00155867 38.9000 24.5500 18.0 SKYROS +GRE00155874 37.5300 22.4000 652.0 TRIPOLI +GRE00155881 37.0600 22.0000 11.0 KALAMATA +GRE00155888 37.1000 25.3800 10.0 NAXOS +GRE00155895 36.7400 24.4800 183.0 MILOS +GRE00155902 36.1300 23.0200 167.0 KYTHIRA +GRE00155909 36.4000 28.1200 11.0 RHODOS +GRE00155916 35.0000 25.7300 0.0 IERAPETRA +GRM00016622 40.5200 22.9710 6.7 MAKEDONIA 16622 +GRM00016719 37.7830 20.8830 4.0 ZAKINTHOS 16719 +GRM00016726 37.0680 22.0260 7.9 KALAMATA 16726 +GRW00033209 35.5333 24.1500 146.3 SOUDA BAY CRETE 16746 +GT000060100 14.5800 -90.5200 1502.0 INSIVUMEH 78640 +GV000001809 11.3200 -12.3000 362.0 LABE 61809 +GV000001811 11.4300 -9.1700 362.0 SIGUIRI 61811 +GV000001816 10.9300 -14.2500 69.0 BOKE 61816 +GV000001818 10.0500 -12.8700 458.0 KINDIA 61818 +GV000001820 10.3700 -12.0800 782.0 MAMOU 61820 +GV000001829 10.3800 -9.3000 377.0 KANKAN 61829 +GV000001832 9.5700 -13.6200 46.0 CONAKRY (AERO) 61832 +GV000001847 8.5300 -9.4200 543.0 MACENTA 61847 +GVM00061833 10.0350 -10.7700 449.9 FARANAH 61833 +GVM00061834 9.2170 -10.2170 412.0 KISSIDOUGOU 61834 +GVM00061849 7.7330 -8.8330 470.0 N'ZEREKORE/KONIA 61849 +GYM00081001 6.8000 -58.1500 2.0 GEORGETOWN 81001 +GYW00010502 6.5000 -58.2500 29.3 GEORGETOWN 81002 +HO000078711 15.2170 -83.8000 13.0 PUERTO LEMPIRA 78711 +HO000078714 14.8300 -88.8600 387.0 CATACAMAS 78714 +HO000078720 14.0500 -87.2170 1007.0 TEGUCIGALPA 78720 +HO000078724 13.2300 -87.1500 39.0 CHOLUTECA 78724 +HOM00078705 15.7420 -86.8530 14.9 GOLOSON INTL 78705 +HOM00078708 15.4530 -87.9240 27.7 LA MESA INTL 78708 +HOW00011806 16.0167 -85.9500 2.1 PUERTO CASTILLA +HOW00011807 17.4000 -83.9333 11.3 SWAN ISLAND 78501 +HR000142360 45.8167 15.9781 157.0 ZAGREB-GRIC GSN 14236 +HRE00105182 44.5500 15.3667 564.0 GOSPIC +HRE00105189 43.1667 16.4500 20.0 HVAR +HRE00105196 42.7667 16.8994 186.0 LASTOVO +HRE00105203 45.5331 18.6331 88.0 OSIJEK +HRE00105210 45.3331 14.4500 120.0 RIJEKA +HRE00105217 43.5167 16.4331 122.0 SPLIT MARJAN 14445 +HRE00105227 44.8167 14.9831 1594.0 ZAVIZAN +HRE00155167 44.0406 16.2067 255.0 KNIN +HRE00155176 46.2828 16.3639 167.0 VARAZDIN +HRE00155185 44.1300 15.2056 5.0 ZADAR +HRE00155402 45.2039 15.2717 326.0 OGULIN +HRE00155411 42.5600 18.2700 165.0 DUBROVNIK +HRM00014234 46.1330 15.8830 203.1 KRAPINA 14234 +HU000012942 46.0056 18.2328 203.0 PECS POGANY GSN 12942 +HUE00100247 47.5108 19.0206 153.0 BUDAPEST +HUE00152440 47.4903 21.6106 108.0 DEBRECEN AIRPORT +HUE00152450 46.2558 20.0903 82.0 SZEGED +HUE00152455 47.1981 16.6478 201.0 SZOMBATHELY +HUM00012772 48.0830 20.7670 236.0 MISKOLC 12772 +HUM00012843 47.4330 19.1830 139.0 BUDAPEST/PESTSZENTLORINC 12843 +HUM00012882 47.4890 21.6150 110.0 DEBRECEN 12882 +HUM00012925 46.4500 16.9670 141.0 NAGYKANIZSA 12925 +HUM00012982 46.2500 20.1000 83.0 SZEGED (AUT) 12982 +IC000004013 65.0739 -22.7333 13.0 STYKKISHOLMUR GSN 04013 +IC000004030 64.1269 -21.9025 52.0 REYKJAVIK GSN 04030 +IC000004048 63.4000 -20.2831 118.0 VESTMANNAEYJAR GSN 04048 +IC000004063 65.6800 -18.0794 27.0 AKUREYRI GSN 04063 +IC000004092 64.6758 -14.3439 14.0 TEIGARHORN 04092 +IC000004097 65.2681 -13.5756 9.0 DALATANGI 04197 +ICM00004014 63.8170 -22.7170 26.0 REYKJANESVITI 04014 +ICM00004082 64.2960 -15.2270 7.3 HORNAFJORDUR 04082 +ICM00004130 64.1330 -21.9000 53.0 REYKJAVIK 04130 +ICW00016201 63.9667 -22.6000 50.3 KEFLAVIK 04018 +ICW00091004 80.0000 -113.0000 -999.9 ICE SKATE B +ID000096073 1.5500 98.8830 3.0 SIBOLGA/PINANGSORI GSN 96073 +ID000096145 3.2000 106.2500 3.0 TAREMPA GSN 96145 +ID000096163 -0.8830 100.3500 3.0 PADANG/TABING GSN 96163 +ID000096745 -6.1830 106.8330 8.0 JAKARTA/OBSERVATORY GSN 96745 +ID000096805 -7.7330 109.0170 6.0 CILACAP GSN 96805 +ID000096925 -5.8500 112.6330 3.0 SANGKAPURA (BAWEAN GSN 96925 +ID000097014 1.5330 124.9170 80.0 MENADO/ SAM RATULAN GSN 97014 +ID000097146 -4.1000 122.4330 50.0 KENDARI/WOLTER MONG GSN 97146 +ID000097340 -9.6670 120.3330 12.0 WAINGAPU/MAU HAU GSN 97340 +ID000097372 -10.1670 123.6670 108.0 KUPANG/ELTARI GSN 97372 +ID000097502 -0.9330 131.1170 3.0 SORONG/JEFMAN GSN 97502 +ID000097560 -1.1830 136.1170 11.0 BIAK/FRANS KAISIEPO GSN 97560 +ID000097686 -4.0670 138.9500 1660.0 WAMENA GSN 97686 +ID000097690 -2.5670 140.4830 99.0 JAYAPURA/SENTANI GSN 97690 +ID000097724 -3.7000 128.0830 12.0 AMBON/PATTIMURA GSN 97724 +ID000097900 -7.9830 131.3000 24.0 SAUMLAKI/OLILIT GSN 97900 +ID000097980 -8.4670 140.3830 3.0 MERAUKE/MOPAH GSN 97980 +IDM00096001 5.8740 95.3400 113.0 MAIMUN SALEH 96001 +IDM00096009 5.2270 96.9500 27.4 MALIKUS SALEH 96009 +IDM00096011 5.5240 95.4200 19.8 SULTAN ISKANDARMUDA 96011 +IDM00096015 4.2500 96.1170 90.0 MEULABOH/CUT NYAK 96015 +IDM00096033 3.8000 98.7000 3.0 MEDAN/BELAWAN 96033 +IDM00096035 3.5580 98.6720 34.7 POLONIA 96035 +IDM00096075 1.1660 97.7050 6.1 BINAKA 96075 +IDM00096087 1.1170 104.1170 24.0 BATAM/HANG NADIM 96087 +IDM00096091 0.9230 104.5320 18.0 KIJANG 96091 +IDM00096109 0.4610 101.4450 31.1 SULTAN SYARIF KASIM II 96109 +IDM00096171 -0.3530 102.3350 18.9 JAPURA 96171 +IDM00096179 -0.4790 104.5790 30.0 DABO 96179 +IDM00096195 -1.6380 103.6440 25.0 SULTAN THAHA 96195 +IDM00096207 -2.7670 101.3670 782.0 KERINCI/DEPATI PARB 96207 +IDM00096221 -2.8980 104.7010 14.9 SULTAN MAHMUD BADARUDDIN II 96221 +IDM00096237 -2.1700 106.1300 34.0 PANGKALPINANG 96237 +IDM00096249 -2.7460 107.7550 51.0 H AS HANANDJOEDDIN 96249 +IDM00096253 -3.8640 102.3390 15.2 FATMAWATI SOEKARNO 96253 +IDM00096295 -5.2420 105.1790 88.0 RADIN INTEN II 96295 +IDM00096509 3.3270 117.5660 6.0 JUWATA 96509 +IDM00096525 2.8500 117.3330 50.0 TANJUNG SELOR 96525 +IDM00096529 2.1550 117.4320 18.0 KALIMARU 96529 +IDM00096535 1.7670 109.3000 15.0 PALOH 96535 +IDM00096559 0.0640 111.4730 29.9 SUSILO 96559 +IDM00096581 -0.1510 109.4040 3.0 SUPADIO 96581 +IDM00096595 -0.9500 114.9000 60.0 MUARATEWE/BERINGIN 96595 +IDM00096607 -0.4850 117.1570 10.0 TEMINDUNG 96607 +IDM00096615 -1.8170 109.9630 14.0 RAHADI USMAN 96615 +IDM00096633 -1.2680 116.8940 3.7 SEPINGGAN 96633 +IDM00096645 -2.7050 111.6730 25.0 ISKANDAR 96645 +IDM00096655 -2.2250 113.9430 26.0 TJILIK RIWUT 96655 +IDM00096685 -3.4420 114.7630 20.1 SYAMSUDIN NOOR 96685 +IDM00096695 -3.4000 116.2170 18.0 KOTABARU/SETAGEN 96695 +IDM00096737 -6.1170 106.1330 40.0 SERANG 96737 +IDM00096739 -6.2930 106.5700 47.0 BUDIARTO 96739 +IDM00096741 -6.1000 106.8670 2.0 JAKARTA/TANJUNG PRIOK 96741 +IDM00096749 -6.1260 106.6560 10.4 SOEKARNO HATTA INTL 96749 +IDM00096751 -6.7000 106.9330 -999.9 BOGOR/CITEKO 96751 +IDM00096753 -6.5000 106.7500 250.0 BOGOR/DERMAGA 96753 +IDM00096791 -6.7500 108.2670 50.0 CIREBON/JATIWANGI 96791 +IDM00096797 -6.8500 109.1500 10.0 TEGAL 96797 +IDM00096837 -6.9670 110.4170 3.0 SEMARANG 96837 +IDM00096839 -6.9730 110.3750 3.0 ACHMAD YANI 96839 +IDM00096933 -7.2170 112.7170 3.0 SURABAYA/PERAK 96933 +IDM00096935 -7.3800 112.7870 3.0 SURABAYA JUANDA 96935 +IDM00096937 -7.2170 113.7170 3.0 SURABAYA/GEDANGAN 96937 +IDM00096973 -7.0500 113.9670 3.0 KALIANGET (MADURA IS) 96973 +IDM00096987 -8.2170 114.3830 5.0 BANYUWANGI 96987 +IDM00097008 3.6830 125.5280 4.9 NAHA 97008 +IDM00097016 1.4330 125.1830 3.0 BITUNG 97016 +IDM00097028 1.0170 120.8000 2.0 TOLI-TOLI/LALOS 97028 +IDM00097048 0.6370 122.8500 32.0 JALALUDDIN 97048 +IDM00097072 -0.9190 119.9100 86.6 MUTIARA 97072 +IDM00097086 -1.0390 122.7720 17.1 BUBUNG 97086 +IDM00097096 -1.4170 120.6580 53.0 KASIGUNCU 97096 +IDM00097120 -2.5000 119.0000 8.0 MAJENE 97120 +IDM00097126 -2.5500 120.3670 50.0 MASAMBA/ANDI JEMMA 97126 +IDM00097180 -5.0620 119.5540 14.3 HASANUDDIN 97180 +IDM00097182 -5.0670 119.5500 -999.9 UJANG PANDANG/PAOTERE 97182 +IDM00097192 -5.4670 122.6170 2.0 BAU-BAU/BETO AMBIRI 97192 +IDM00097230 -8.7490 115.1670 1.0 DENPASAR NGURAH RAI 97230 +IDM00097240 -8.7500 116.2670 96.0 MATARAM-LOMBOK INTL AIRPORT GSN 97240 +IDM00097260 -8.4890 117.4120 5.0 SUMBAWA BESAR 97260 +IDM00097270 -8.5400 118.6870 22.0 MUHAMMAD SALAHUDDIN 97270 +IDM00097300 -8.6410 122.2370 3.0 WAI OTI 97300 +IDM00097310 -8.2670 122.9670 9.0 LARANTUKA/GEWAYENTA 97310 +IDM00097320 -8.2170 124.5670 12.0 ALOR/MALI/KALABAHI 97320 +IDM00097378 -10.7330 123.0670 1.0 ROTE/BAA/LEKUNIK 97378 +IDM00097380 -10.5000 121.8330 26.0 SABU/TARDAMU 97380 +IDM00097406 1.8170 127.8330 8.0 GALELA/GAMARMALAMU 97406 +IDM00097430 0.8310 127.3810 14.9 BABULLAH 97430 +IDM00097460 -1.6170 124.5500 3.0 LABUHA/TALIABU 97460 +IDM00097530 -0.8920 134.0490 7.0 RENDANI 97530 +IDM00097570 -1.8670 136.2330 3.0 SERUI/YENDOSA 97570 +IDM00097580 -1.8330 138.7170 3.0 SARMI/ORAI 97580 +IDM00097600 -2.0830 126.0000 2.0 SANANA 97600 +IDM00097630 -2.8830 132.2500 130.0 FAK-FAK/TOREA 97630 +IDM00097682 -3.3680 135.4960 6.1 NABIRE 97682 +IDM00097698 -2.3670 140.7170 3.0 JAYAPURA/DOK II 97698 +IDM00097700 -3.2500 127.0830 20.0 NAMLEA/BURU ISLAND 97700 +IDM00097722 -3.3500 128.8830 10.0 AMAHAI 97722 +IDM00097748 -3.8000 130.8330 3.0 GESER 97748 +IDM00097760 -3.6450 133.6960 5.8 KAIMANA 97760 +IDM00097780 -3.9170 136.3670 1770.0 ENAROTALI 97780 +IDM00097796 -4.7170 136.4330 3.0 KOKONAO/TIMUKA 97796 +IDM00097810 -5.6830 132.7500 12.0 TUAL/DUMATUBUN 97810 +IDM00097876 -6.1000 140.3000 16.0 TANAH MERAH 97876 +IN001010100 18.8700 79.4300 143.0 MANCHERIAL(RAL) +IN001010200 19.3700 79.3000 210.0 ASIFABAD(REV) +IN001010201 19.1300 78.4700 459.0 LAXMANCHANDA +IN001010300 19.6500 78.5330 269.0 ADILABAD 43025 +IN001010301 18.9700 77.9200 339.0 MUDHOLE +IN001010400 19.1000 78.3500 350.0 NIRMAL +IN001010401 19.4700 79.6000 184.0 SIRPUR +IN001010500 19.3700 78.7700 385.0 OOTNOOR(UTHUR) +IN001010700 19.0800 78.2500 352.0 JOWLYNALLA +IN001010800 19.3300 78.3200 437.0 BOATH +IN001010900 19.0300 78.6500 238.0 KHANAPUR +IN001010901 19.0200 79.1300 183.0 LINGAPUR +IN001011000 18.8500 79.8000 135.0 CHINNUR(CHINNOOR) +IN001011001 19.0800 78.7500 223.0 KADDAM +IN001011200 18.8800 79.2200 163.0 LUXETTIPET +IN001011400 19.0800 78.9000 200.0 INDANAPALLI +IN001020100 15.1200 77.6300 367.0 GOOTY +IN001020200 14.0800 77.5800 618.0 PENUKONDA +IN001020201 15.0500 77.8700 301.0 YADKI +IN001020300 14.2000 77.7800 411.0 BUKKAPATNAM +IN001020301 15.1700 77.3700 452.0 GUNTAKAL +IN001020500 14.4200 77.7200 365.0 DHARMAVARAM +IN001020501 14.7000 76.8500 563.0 RAYADURG +IN001020600 14.5500 77.1200 562.0 KALYANDRUG +IN001020700 14.5830 77.6330 364.0 PBO ANANTAPUR 43237 +IN001020800 14.9500 77.2500 447.0 URVAKONDA +IN001020900 14.1200 78.1700 518.0 KADIRI +IN001020901 14.8000 77.0800 454.0 KANEKAL +IN001021000 14.9200 78.0300 239.0 TADPATRI +IN001021001 14.3700 77.3500 521.0 PERUR(P.W.D.) +IN001021300 13.9200 78.2000 602.0 TANAKAL(TANAKALL) +IN001021301 14.7200 78.0800 239.0 YELLANDUR(ELDANU) +IN001021400 14.7500 77.6000 331.0 GARLADINNE P.W.D. +IN001021500 13.9300 77.2700 672.0 MADAKASIRA +IN001021501 14.8700 77.4000 344.0 MIDPENAR REGULATOR SITE +IN001021600 13.8200 77.4800 618.0 HINDUPUR +IN001022100 14.1200 76.9700 618.0 AMARAPURAM +IN001023000 15.0800 77.3300 457.0 KUNEKONDLA +IN001030200 12.7500 78.3500 684.0 KUPPAM +IN001030201 13.4300 79.9700 83.0 SATYAVEDU +IN001030500 13.4500 79.5500 149.0 PUTTUR +IN001030501 13.0000 78.5000 378.0 VENKATAGIRIKOTA +IN001030600 13.7700 79.7200 63.0 KALAHASTI +IN001030601 13.2000 78.7500 684.0 PALAMNER +IN001030700 13.6300 79.4000 194.0 TIRUPATI +IN001030701 13.3700 78.5800 728.0 PUNGANUR +IN001030800 13.6000 79.3300 192.0 CHANDRAGIRI +IN001030801 13.5500 78.5000 680.0 MADANAPALLI +IN001030900 13.4700 79.1300 367.0 PAKALA +IN001030901 13.6200 78.6300 688.0 VAYALPAD +IN001031000 13.2200 79.1200 301.0 CHITTOOR +IN001031001 13.6500 78.9500 489.0 PILER(PILERU) +IN001031100 13.7200 78.2000 633.0 PEDDATIPPA SAMU +IN001031200 13.6700 78.7500 542.0 RAMAPURAM +IN001031300 13.6700 79.1300 549.0 B.K.PET +IN001031400 13.5330 78.5000 701.0 AROGYAVARAM 43271 +IN001031600 13.5000 79.7500 535.0 SODAM +IN001031800 13.3300 79.6700 85.0 PISATHUR +IN001032200 13.3200 79.8300 52.0 SURTHAPALLI +IN001032800 13.7500 78.7500 545.0 KALAKADA +IN001032901 13.8300 78.4500 560.0 TAVANAMPALLE +IN001040100 14.4200 78.2300 249.0 PULIVENDLA +IN001040200 14.8500 78.4000 175.0 JAMMALAMADUGU +IN001040300 14.7500 78.5700 154.0 PRODDATUR +IN001040400 14.5800 78.6700 126.0 KAMALAPURAM +IN001040500 14.4830 78.8330 130.0 CUDDAPAH 43241 +IN001040501 14.7500 79.0700 135.0 BADVEL +IN001040600 14.4700 78.9700 118.0 SIDHOUT(SIDDAVAT) +IN001040601 14.1700 79.3300 129.0 CHITVEL +IN001040602 15.0200 79.0000 181.0 PORUMAMILLA +IN001040700 14.2000 79.1700 136.0 RAJAMPET +IN001040701 14.0500 78.7500 391.0 RAYACHOTI +IN001040800 14.3700 78.4500 208.0 VEMPALLI +IN001040801 14.1200 79.2000 167.0 PULLAMPET +IN001041100 14.2000 78.7000 352.0 LAKKIREDDIPALAM +IN001041200 14.7800 78.7800 177.0 VONIPENTA(VANIPE) +IN001041400 14.7200 78.7500 140.0 MYDUKUR(MAIDUKUR) +IN001041600 15.0800 78.9200 192.0 THAMBALLAPALLI +IN001041601 14.6000 78.7300 131.0 ADAVIMAYAPALLI +IN001042000 13.9500 79.3500 200.0 KODUR +IN001050100 17.0000 81.7700 21.0 RAJAHMUNDRY +IN001050101 16.7700 81.8800 1.0 ALAMUR(ALAMAR) +IN001050102 16.8300 82.0300 7.0 RAMACHANDRAPURAM +IN001050200 16.9500 82.2330 8.0 KAKINADA 43189 +IN001050201 16.7200 81.9000 2.0 KOTHAPETA +IN001050300 16.8000 82.2300 1.0 CORINGA(CORINZA) +IN001050301 16.4700 81.8300 6.0 RAZOLE(RAJOLE) +IN001050400 16.6500 82.1200 1.0 MUMMIDIVARAM +IN001050500 17.3500 82.5500 15.0 TUNI +IN001050501 16.5700 82.0000 4.0 AMALAPURAM +IN001050600 17.1200 82.2500 10.0 PITHAPURAM +IN001050601 16.9500 82.0500 13.0 BICCAVOLE +IN001050602 17.0800 81.5500 54.0 GOPALAPURAM +IN001050700 17.2300 82.2000 32.0 PRATHIPADU +IN001050701 16.6700 82.0800 1.0 ANNAMPALLY +IN001050800 17.0800 82.1300 48.0 PEDDAPURAM +IN001050801 17.0700 81.9800 38.0 CHINTALAPUDI +IN001050802 16.7500 82.0000 1.0 VELLA +IN001051000 16.7700 82.1000 2.0 YERRAPOTHAVARAM +IN001051001 17.4300 82.0300 199.0 YELLAVARAM +IN001051100 16.9000 82.1700 4.0 CHINTAPALLI +IN001051400 16.8200 81.8200 1.0 RALLI P.W.D. +IN001051401 17.8300 80.9000 42.0 DUMMGUDEM +IN001051500 16.3300 81.7300 1.0 SAKHINETIPALLI +IN001051600 16.7500 81.8000 4.0 MUKKAMALA +IN001051700 16.9200 81.7800 1.0 DOWLESHWARAM +IN001051800 16.6700 81.9200 2.0 KULLA P.W.D. +IN001053300 16.5700 81.8800 4.0 MONDEPULANKA +IN001053400 16.9200 81.7500 4.0 BOBBERLANKA +IN001053500 16.9200 81.7000 8.0 VISESWARAM +IN001058700 17.4500 81.7800 485.0 CHODAVARAM +IN001060300 17.0200 81.7300 11.0 KOVVUR +IN001060400 16.7000 81.1200 14.0 ELLORE +IN001060401 17.2500 81.6500 5.0 POLAVARAM +IN001060500 16.8300 81.5200 13.0 TADEPALLIGUDEM +IN001060600 16.7500 81.7200 11.0 TANUKU +IN001060700 16.6500 81.7500 8.0 PENUGONDA +IN001060800 17.0700 80.9800 118.0 CHINTALAPUDI +IN001060801 16.5300 81.5500 4.0 BHIMAVARAM +IN001060900 16.4300 81.7000 3.0 NARSAPUR +IN001060901 17.2000 81.3500 121.0 BYNEMWEIR +IN001061600 17.0000 80.9200 89.0 WEST TAMMILERU +IN001062000 16.5200 81.7300 4.0 PALAKOLE +IN001062100 16.6300 81.5300 6.0 YANDAGANDI +IN001062200 16.5800 81.5800 7.0 MUMMIDERU +IN001062300 16.5800 81.4500 5.0 UNDI +IN001062400 16.5000 81.3300 3.0 YELLURUPADU +IN001062500 16.6700 81.8000 12.0 SIDHANTAM +IN001062600 16.4000 81.6200 5.0 MOGALTUR +IN001062700 16.7500 81.5800 16.0 DUVVA +IN001063700 16.5800 81.8700 11.0 KODERU +IN001063800 16.6700 81.5800 7.0 GAMMEMPADU +IN001064300 16.4800 81.8200 7.0 LAKSHMIPALEM +IN001064400 16.6300 81.4200 4.0 CHINAKAPAVARAM +IN001064500 16.9200 81.7000 18.0 VIJJESHWARAM +IN001070100 15.9000 80.4700 6.0 BAPATLA +IN001070200 16.5500 79.6300 117.0 GURJALA(GURUJALA) +IN001070300 16.4700 79.4300 149.0 MACHARLA +IN001070400 16.0500 79.7500 91.0 VENUKONDA +IN001070500 16.5500 79.5500 106.0 RENTACHINTALA 43177 +IN001070501 15.5800 80.2200 6.0 KANUPARTHI +IN001070800 15.9200 80.6700 2.0 NIZAMAPATNAM +IN001070900 16.3000 80.4500 32.0 GUNTUR +IN001071000 16.4200 80.5800 6.0 MANGALGIRI +IN001071001 15.9800 80.4200 5.0 NALLVADA +IN001071100 16.3800 80.1300 69.0 SATHENAPALLI +IN001071101 15.9700 80.3800 2.0 NALLAMADA LOCK +IN001071200 16.2300 80.6500 11.0 TENALI +IN001071300 16.0300 80.8500 9.0 RAPALLE +IN001071400 16.0500 80.5500 5.0 PONNUR(PONNURU) +IN001071401 15.8200 80.8800 7.0 KORTHOTA-MARTHOT +IN001071500 16.2300 80.0500 67.0 NARSARAOPET +IN001071501 15.8800 80.9000 3.0 ADVAIPALEM +IN001071800 15.9000 80.4700 7.0 BAPATALA OBSY +IN001072400 16.3200 80.6300 17.0 DUGGIRALA +IN001072500 16.1700 80.6700 12.0 KUCHIPUDI +IN001072600 16.0000 80.5800 7.0 INTUR +IN001072700 16.5800 80.1700 30.0 PEDAGAMJAM +IN001072800 16.3300 80.5800 14.0 RAVINDRAPADU +IN001072900 16.1700 80.7500 11.0 KOLLUR P.W.D +IN001073000 16.0800 80.7500 8.0 VELLATUR +IN001073100 16.2500 80.6700 14.0 PIDAPARRU +IN001074000 16.2500 80.5800 13.0 JAGARLAMUDI +IN001074100 16.1200 80.4700 7.0 KOLLIMERLA +IN001080300 17.6300 78.4800 596.0 MEDCHEL +IN001080500 17.4500 78.4700 527.0 BEGUMPET OBSY GSN 43128 +IN001080501 17.2300 77.5800 453.0 TANDUR +IN001080601 17.3800 78.4700 501.0 SULTAN BAZAR +IN001080700 17.4300 78.1700 556.0 BALKAPUR +IN001080800 17.4000 78.2200 548.0 JANWADA +IN001080900 17.3800 78.3200 546.0 GANDIPET(OSMANSA) +IN001081000 17.3300 78.3700 534.0 HIMAYATSAGAR PWD +IN001081001 17.1700 77.8800 583.0 PARGI +IN001081100 17.5500 78.5200 592.0 BOLARAM +IN001081200 17.4000 78.4700 507.0 SAIFABAD +IN001081600 17.3300 77.9200 625.0 VIKARABAD +IN001082100 17.2000 78.6500 537.0 IBRAHIMPATNAM +IN001082200 17.1700 78.1300 615.0 SHAHABAD(CHEVELL) +IN001090100 18.8000 78.9300 265.0 JACTIAL +IN001090200 18.4200 79.1500 263.0 KARIMNAGAR +IN001090201 18.3800 78.8200 320.0 SIRICILLA +IN001090300 18.2200 79.4200 271.0 HUZURABAD(REV) +IN001090500 18.7670 79.4330 156.0 RAMGUNDAM 43086 +IN001090600 18.1700 77.7500 328.0 SULTANABAD(OSMM) +IN001091300 18.6500 79.6700 130.0 MANTHANI +IN001092001 18.8700 78.5700 322.0 METPALLI +IN001092700 18.2800 78.5300 454.0 MANAIR +IN001100300 17.2000 80.3500 85.0 WARA +IN001100301 18.3300 80.5500 75.0 NUGURU(VENKITAPU) +IN001100400 17.2000 79.9000 121.0 PALAIR +IN001100500 17.4700 80.5700 118.0 SINGABUPALAYAM +IN001100600 17.6700 80.9000 81.0 BHADRACHALAM +IN001100601 18.2500 80.2300 171.0 THANIKALLA +IN001100700 17.1500 79.9800 118.0 CHINNAGARAM +IN001100701 18.0800 80.8200 81.0 EDIRA(CHERLA) +IN001101000 17.5500 80.6300 111.0 BHADRACHALAM OBSY SR +IN001101100 17.2200 80.9000 152.0 BAITHAPALLI +IN001101200 17.6000 80.3300 201.0 YELLANDU +IN001101300 17.5800 80.7000 121.0 PALANCHA(KOTNCHA) +IN001101400 17.8300 80.9000 42.0 DUMMUGUDEM +IN001101700 16.9200 80.3700 57.0 MADHIRA(REV) +IN001101800 17.2500 80.1500 112.0 KHAMMAM 43137 +IN001102500 17.6300 80.8700 34.0 BURGAMPAD +IN001110100 16.0300 80.9200 8.0 AVANIGADDA +IN001110200 16.4300 80.9800 7.0 GUDIVADA +IN001110300 16.5500 80.8000 21.0 GANNAVARAM +IN001110400 16.8000 80.8700 24.0 NUZVID +IN001110500 16.5200 80.6200 21.0 VIJAYAWADA +IN001110600 16.8800 80.1000 37.0 JAGGIAYAPET +IN001110700 16.7830 80.2830 51.0 NANDIGAMA 43182 +IN001110900 17.1200 80.6200 183.0 TIRUVUR(TIRUVVRU) +IN001111000 16.3300 81.3300 1.0 PENDRAKA +IN001111100 16.2300 81.1800 3.0 MANGINAPUDI +IN001111200 16.2000 81.1500 3.0 MACHILIPATNAM 43185 +IN001111300 16.5500 81.2000 3.0 KAIKALUR +IN001111600 16.5330 80.8000 24.0 VIJAYAWADA/GANNAVA 43181 +IN001111700 17.0000 80.1700 59.0 POLAMPALLI +IN001111800 16.8300 80.4200 1.0 LAKSHMIPURAM +IN001111900 16.9200 80.8300 10.0 VEERANKI +IN001112000 16.2500 80.9200 10.0 PAMARRU +IN001112100 16.5000 80.2500 47.0 KESARIPALLI +IN001112200 16.4200 80.7700 6.0 KANKIPADU +IN001112300 16.3200 80.7500 12.0 VALLURIPALEM LOCK +IN001112800 16.5500 81.3300 3.0 TADIVADA(TADINAD) +IN001112900 16.2500 81.0300 7.0 NIDUMOLU +IN001113000 16.3300 81.0800 2.0 KAVUTARAM +IN001113100 16.0000 81.0000 9.0 KODERU I.B. +IN001113200 16.0300 80.9700 6.0 T.KOTHAPALEM +IN001113300 16.8500 80.3300 89.0 RAMIREDDIPALLI +IN001113400 16.9000 80.2700 180.0 MUTCHINTALA +IN001113500 16.4700 80.8000 6.0 KOMATIGUNTA +IN001113600 16.6200 80.9800 6.0 PERIKEDU +IN001113800 16.1200 80.8800 6.0 NIMMAGADDA LOCK +IN001113900 16.1500 81.1700 9.0 TIDAL LOCK(BANDA) +IN001113901 16.0000 80.8700 10.0 PULIGADDA LOCK +IN001114000 16.2000 81.0700 5.0 AKUMARRU +IN001114100 16.5300 81.1500 3.0 VINJARAM +IN001114200 16.3700 81.1300 3.0 KAMALAPURAM +IN001114400 16.0000 80.0000 32.0 GURIVINDLAPALLI +IN001120100 15.8000 78.0670 281.0 KURNOOL 43213 +IN001120300 15.1500 78.5200 177.0 ALOOGRADA +IN001120400 15.5000 78.5000 206.0 NANDYAL +IN001120401 15.7800 77.4800 374.0 YEMMIGANUR +IN001120500 15.2200 78.1300 206.0 OWK +IN001120501 15.6300 77.2800 126.0 ADONI +IN001120600 15.2500 78.3200 188.0 KOILKUNTLA +IN001120601 15.3800 77.2300 467.0 ALUR +IN001120700 15.8700 77.2500 376.0 KOSIGI(KESIGI) +IN001120701 15.3300 78.2300 244.0 BANGANAPALLY +IN001120800 15.8800 78.5800 284.0 ATMAKUR +IN001120801 15.4000 77.8700 423.0 DHONE +IN001120900 15.8700 78.2700 288.0 NANDIKOTTUR +IN001120901 15.2300 77.7300 529.0 PEAPALLI(PYAPALI) +IN001121000 15.6800 78.1800 321.0 VORAVAKAL(VARAKA) +IN001121001 15.3800 77.5200 471.0 PATTIKONDA +IN001121002 15.7800 79.1700 288.0 SUNKASULA +IN001121100 15.7800 77.8000 331.0 GUDUR(GUDURU) +IN001121200 15.2500 77.4200 486.0 MADDIKERA +IN001121201 15.8300 78.6700 317.0 SIDDHAPURAM +IN001121300 15.6300 78.5500 223.0 SANTHAJUTUR +IN001121301 15.6800 77.7700 343.0 KODMUR +IN001121400 15.4500 77.8300 418.0 VENKATAPURAM +IN001121401 15.2500 78.4200 215.0 YELLURLOCK +IN001121500 14.9500 78.5200 148.0 RAJOLE K.C. +IN001121501 15.0800 78.1200 305.0 KOLIMINGUNDALA +IN001121600 15.4800 77.0700 396.0 HELALAGUNDI +IN001121700 15.8200 78.5200 270.0 LAKKINISULA +IN001121800 15.4700 78.4800 212.0 NANDYAL OBSY +IN001122100 15.7500 77.0700 382.0 KOWTALAM +IN001122200 15.5500 77.1700 422.0 HEBBALAM +IN001122600 15.7200 77.6000 379.0 GONEGONDLA PWD +IN001122700 15.8700 77.1300 350.0 HALVI +IN001122800 15.7700 77.9000 315.0 K.NAGLAPURAM +IN001130100 16.4800 78.3200 458.0 NAGARKURNOOL +IN001130200 16.7300 77.9800 509.0 MAHBUBNAGAR +IN001130300 16.3700 78.0700 402.0 WANAPARTHI +IN001130400 16.5000 77.5300 346.0 MAKTHAL(MUKTHAL) +IN001130600 16.7500 78.0000 505.0 MAHBUBNAGAR OBSY +IN001130700 16.7000 77.7700 403.0 KOLISAGAR PROJEC +IN001130701 16.1200 78.3300 315.0 KOLLAPUR(KOLHAPU) +IN001130800 17.1200 77.6300 566.0 KODANGAL +IN001130900 16.3300 77.8000 312.0 ATMAKAUR +IN001130901 16.6700 78.5000 486.0 KALWAKURTHI +IN001131000 16.2300 77.8000 323.0 GADWAL +IN001131100 15.9000 78.1300 305.0 ALAMPUR +IN001131101 16.7000 77.9800 509.0 MAHBUBNAGAR PWD +IN001131200 16.0200 77.3700 329.0 SHIDHANOOR +IN001131300 16.4200 78.7200 413.0 CHANDRASAGAR +IN001131301 16.4200 77.8500 330.0 SARLASAGAR +IN001131400 16.4000 78.6000 459.0 ACHAMPET +IN001132500 17.0700 78.2000 641.0 SHADNAGAR +IN001133100 15.9700 77.6700 318.0 UPPAL +IN001140100 17.6300 78.0800 496.0 SANGAREDDI(REV) +IN001140300 18.0500 78.2670 472.0 MEDAK 43083 +IN001140500 18.0700 78.3500 522.0 RAYANAPALLY +IN001140600 18.1000 78.8500 479.0 SIDDIPET +IN001141400 17.9200 78.8500 557.0 ANANTAGIRI +IN001141401 17.6800 77.6200 625.0 ZAHIRABAD +IN001141500 17.4200 78.1700 568.0 GHANAPUR +IN001141600 17.8300 78.0700 494.0 ANDOLE(JOGIPET) +IN001141800 17.8500 78.6800 561.0 GAJWEL +IN001141900 17.7200 78.2800 577.0 NARASAPUR +IN001142100 18.0000 78.0800 470.0 NAGASANIPALLI +IN001142200 18.0300 77.7800 489.0 NARAYAN KHED +IN001150100 17.0000 79.2500 227.0 NALGONDA 43133 +IN001150101 16.9000 79.8800 117.0 HUZURNAGAR +IN001150200 17.1300 79.6200 175.0 SURYAPET +IN001150201 16.7000 78.9200 282.0 DEVARKONDA +IN001150300 17.3300 79.3000 263.0 PALLIWADA PROJEC +IN001150500 16.5500 78.6800 391.0 DINDI +IN001150600 17.3500 79.0500 287.0 NAGARAM +IN001150800 16.6700 78.9800 235.0 PENDLIOAKALA +IN001150801 16.8700 79.5800 114.0 MIRYALGUDA +IN001151300 17.5200 78.8800 453.0 BHONGIR +IN001151301 17.2800 79.1000 305.0 RAMANNAPET +IN001152800 17.3300 78.9200 345.0 MUSI PROJECT +IN001160100 14.8800 79.3000 175.0 UDAYAGIRI +IN001160101 13.7800 80.0200 7.0 SULLURPET +IN001160102 13.9700 79.5800 67.0 VENKATAGIRI +IN001160103 14.9200 80.0000 17.0 KAVALI +IN001160200 14.4500 79.9830 20.0 NELLORE 43245 +IN001160201 14.7300 80.1200 3.0 ISAKAPALLY +IN001160202 13.6000 80.0300 19.0 TADA +IN001160300 14.1500 79.8700 11.0 GUDUR +IN001160301 14.2700 80.1200 6.0 KRISHNAPATNAM +IN001160400 14.2000 79.5300 81.0 RAPUR +IN001160401 14.4200 80.0800 10.0 NARUKUR +IN001161000 14.6200 79.6300 68.0 ATMAKUR +IN001161100 14.5500 79.8800 30.0 BUCHIREDDIPALEM +IN001161200 14.6000 79.7500 39.0 SANGAM +IN001161201 15.0800 79.6700 77.0 LINGASAMUDRAM +IN001161300 14.4300 79.9800 21.0 NELLORE ANICUT +IN001161301 15.0000 79.3300 137.0 NAKKALAGANDI DAM +IN001161400 14.3200 79.8800 23.0 SURVEYPALLI +IN001161500 14.5000 79.9200 26.0 KOVUR +IN001161600 13.9000 80.2200 0.0 PUMBLI +IN001161601 14.6500 79.9200 27.0 PYDERU +IN001161700 14.6300 79.2800 223.0 SOMA SILLA +IN001170400 18.1200 78.2000 460.0 POCHARAM +IN001170600 18.1700 77.8300 429.0 ACHAMPET +IN001170700 18.3300 77.9200 413.0 BORLAM +IN001170701 18.2000 78.0200 435.0 YELLAREDDY +IN001170800 18.6670 78.1000 381.0 NIZAMABAD 43081 +IN001170801 18.5800 77.9800 319.0 CHINTAKUNTA +IN001170900 18.7800 78.1800 388.0 KALLADI +IN001171000 18.4700 77.9200 417.0 BHOMENDRAPALLI +IN001171101 18.7500 77.9200 357.0 SATPUR +IN001171200 18.5300 78.1200 440.0 MANCHAPPA +IN001171300 18.8300 78.3000 346.0 PERKIT +IN001171301 18.6700 77.8800 346.0 BODHAN REV +IN001171400 18.9800 78.3800 313.0 DOODGAON +IN001171401 18.2200 77.9300 407.0 GUNKAL +IN001171500 18.7800 78.2800 374.0 ARMOOR(ARMUR) +IN001171501 18.3800 77.8800 367.0 BANSWADA +IN001171600 18.5000 77.9200 400.0 JAKORA(JAKOR) +IN001171601 18.8300 78.4000 318.0 ANKASPUR +IN001171700 18.7000 78.0500 384.0 JANKAMPET +IN001171800 18.6800 77.9500 453.0 ALISAGAR +IN001171801 18.9200 78.2500 311.0 MAGADI +IN001171900 18.9200 78.4200 315.0 YELGATUR +IN001172200 18.6300 78.1500 390.0 BARIDPUR +IN001172300 18.7000 78.0300 365.0 NAVIPET +IN001172400 18.0800 77.9200 434.0 NIZAMSAGAR +IN001172600 18.3200 78.3500 518.0 KAMAREDDY +IN001172601 18.0000 77.6200 398.0 MEDNOOR +IN001180100 15.8000 79.9700 19.0 ADDANKI +IN001180200 15.4200 79.5200 103.0 KANIGIRI +IN001180201 15.3700 78.9200 265.0 GIDDALORE +IN001180202 15.8200 80.2700 5.0 SANTARAVUR +IN001180300 15.6300 79.6200 88.0 PODILI(PODILE) +IN001180301 15.7000 80.2500 6.0 CHINAGANJAM +IN001180400 15.7800 79.6800 104.0 DARSI +IN001180500 15.2200 79.9000 15.0 KANDUKUR +IN001180501 14.5000 80.1700 2.0 MOPADA(MAIPADA) +IN001180600 15.2500 80.0000 12.0 PAKALA +IN001180700 15.5700 80.0500 5.0 ONGOLE +IN001180701 15.7500 79.3000 139.0 MARKAPUR +IN001180702 16.0300 79.3000 181.0 YERRAGONDAPALEM +IN001180800 15.5800 79.1200 183.0 CUMBAM +IN001181100 15.3300 79.2500 180.0 PANDUVGANDI DAM +IN001181600 15.7200 79.1700 170.0 TIPPAYAPALEM +IN001190200 18.3000 83.9000 14.0 SRIKAKULAM +IN001190300 18.7800 83.4300 114.0 PARVATIPUR +IN001190301 18.9300 84.6000 44.0 SOMPETA +IN001190400 18.6000 83.7500 47.0 PALAKONDA +IN001190401 18.6700 84.3700 26.0 PUNDI +IN001190500 18.5700 83.3700 131.0 BOBBILI +IN001190501 18.6200 84.2500 24.0 TEKKALI +IN001190600 18.5200 83.2000 130.0 SALUR +IN001190601 18.4200 84.0500 14.0 NARASANNAPETA +IN001190700 18.3330 84.1330 6.0 KALINGAPATAM 43105 +IN001190800 18.3000 83.5700 82.0 CHIPURUPALLY +IN001191100 19.1200 84.7000 16.0 ITCHAPURAM +IN001191300 18.7800 83.5200 101.0 THOTAPALLI REV +IN001200100 17.8800 83.4300 84.0 BHIMUNIPATNAM +IN001200101 17.8300 82.9300 132.0 CHIDAVARAM +IN001200200 17.7170 83.2330 3.0 VISHAKHAPATNAM 43149 +IN001200201 17.6700 82.6200 78.0 NARSIPATNAM +IN001200300 17.5500 82.8700 5.0 YELLAMANCHILI +IN001200400 17.6200 83.2000 21.0 MALAKAPURAM +IN001200401 17.4000 82.8200 12.0 POLAVARAM +IN001200402 18.3300 82.8500 924.0 ARAKU VALLY +IN001200500 17.6800 83.0000 25.0 ANAKAPALLI +IN001200701 18.3000 83.3300 77.0 GAJAPATHINAGARAM +IN001200900 17.6800 83.3000 0.0 DOLPHIN@S NOSE OBSY +IN001201000 18.1200 83.1300 138.0 SRUNGAVARAPUKOTA +IN001201100 18.0200 83.5800 15.0 KONDA +IN001201300 17.4200 82.5800 23.0 PALAPARTHI +IN001201400 17.6700 82.4300 129.0 CHODYAM +IN001201500 17.8700 82.3500 785.0 CHINTAPALLI +IN001201600 17.7800 82.5200 520.0 TULABADA +IN001201700 17.7700 82.7000 99.0 KOTHAKOTA +IN001210100 17.6200 80.0000 193.0 MAHBUBABAD +IN001210500 17.9200 79.8800 238.0 NARSAMPET +IN001210700 18.0170 79.5670 269.0 HANAMKONDA 43087 +IN001210800 18.1800 79.9500 247.0 MULUG +IN001210900 18.2000 80.1000 167.0 LAKNAVARAM +IN001211100 18.2000 79.7000 256.0 PARKAL +IN001211101 17.8500 79.3700 381.0 GHANPUR +IN001211500 17.7200 79.1700 397.0 JANGAON +IN001212400 18.2700 79.9300 199.0 POLAMPET PWD +IN001219902 18.2200 79.9200 248.0 RAMAPPALAKE +IN002010100 27.2700 92.4300 2484.0 BOMDILA OBSY +IN002030100 28.1000 95.3800 157.0 PASIGHAT AERO OBSY SR +IN002041600 27.5800 94.8300 1572.0 ZERO OBSY SR +IN002050100 28.1000 95.3830 157.0 PASIGHAT 42220 +IN002050700 27.8300 95.8800 213.0 SUNPURA +IN002050800 27.8700 94.8300 98.0 DENNING +IN002160900 20.2000 74.9200 582.0 BOLTHAN +IN003010100 24.8700 92.3500 12.0 KARIMGANJ +IN003010200 24.8800 92.3300 12.0 KARIMGANJ FARM +IN003010300 24.8700 92.5000 15.0 BHANGA +IN003010400 24.4800 92.4500 15.0 DULLABCHERRA +IN003010500 24.6200 92.3300 13.0 PATHARKANDI +IN003010600 24.7500 92.8000 29.0 SILCHAR 42619 +IN003010700 24.9700 92.2500 8.0 BIKRAMPUR +IN003010800 24.5800 92.9500 43.0 MONIERKHAL +IN003010900 24.8300 93.0000 35.0 DEWAN +IN003010901 24.7160 92.5330 25.0 HAILAKUNDI INDIA 74924 +IN003011000 24.8800 92.5800 20.0 BADARPUR +IN003011100 24.3800 92.5700 56.0 KUKICHERRA +IN003011400 24.5300 92.7500 137.0 JAFFIRBAND +IN003011500 24.5700 92.5000 12.0 KOYAH +IN003011600 24.9300 92.7500 16.0 BARKOLA +IN003011700 24.9170 92.9830 105.0 SILCHAR/KUMBHIRGRAM 42620 +IN003011800 24.6000 92.8300 71.0 DHOLAI +IN003020100 26.6170 92.7830 79.0 TEZPUR 42415 +IN003020101 26.8800 93.6300 67.0 GOHPUR +IN003020200 26.8300 92.6500 220.0 BORELI +IN003020201 26.7500 93.0800 68.0 BARPUKHURI +IN003020300 26.8200 92.7300 87.0 BALIPARA(ADDIBAR) SR +IN003020600 26.4300 92.0300 34.0 MANGALDAI +IN003020700 26.8300 93.3500 78.0 BEDETTI(BEHALI) +IN003020701 26.5800 92.2200 56.0 KOPATI(KAUPATI) +IN003020800 26.6200 92.4800 56.0 SINGIMARI +IN003021000 26.8330 93.5830 82.0 GOHPUR 42419 +IN003021200 26.7500 92.3500 142.0 MAZBAT(MAJBAT) +IN003021401 26.8700 91.9300 300.0 KERKERIYA +IN003021500 26.6500 91.9170 65.0 TANGLA 42409 +IN003021600 26.7000 91.7500 69.0 ATTARIKHAT +IN003021700 26.8200 91.8500 186.0 ORANGAJULI +IN003022100 26.8700 92.7800 87.0 CHARDUAR +IN003030100 26.0170 89.9830 36.0 DHUBRI 42404 +IN003030101 26.2200 90.2300 25.0 BILASIPARA +IN003030102 25.9300 90.7800 60.0 DAMRA +IN003030200 26.1000 90.7500 0.0 MARNAI +IN003030300 26.5500 90.0500 56.0 KACHUGAON +IN003030400 26.4800 90.7200 50.0 BIJNI +IN003030500 26.6200 90.3800 78.0 RUNIKHATA(RAKATA) +IN003030700 26.0300 90.3000 26.0 LAKHIPUR +IN003030800 26.1830 90.6330 38.0 GOALPARA 42407 +IN003030900 26.3700 90.8700 32.0 MANKACHAR +IN003031200 26.1500 89.9170 45.0 DHUBRI/RUPSI 42406 +IN003040100 26.1800 91.7500 55.0 GAUHATI OBSY +IN003040101 25.9200 91.4800 268.0 BARDUAR +IN003040200 26.2500 91.7500 152.0 MANDAKATA +IN003040201 25.9700 91.2500 124.0 BOKO +IN003040202 25.9700 90.9700 47.0 AMCHONG(SONEPUR) +IN003040300 26.3300 91.6800 38.0 KAMALPUR +IN003040400 26.4500 91.6200 57.0 RANGIA +IN003040500 26.4300 91.6200 60.0 RANGIA OBSY +IN003040600 26.4500 91.4300 44.0 NALBARI +IN003040700 26.2500 91.5300 38.0 HAJO +IN003040800 26.0300 91.5800 70.0 RANI(RANIGODA) +IN003040900 25.9700 91.5300 239.0 MENOKA +IN003040901 26.1200 91.5300 29.0 PALASBARI +IN003041000 26.0500 91.4000 66.0 CHHAYGAON +IN003041100 26.3200 91.0200 36.0 BARPETA +IN003041200 26.5000 91.2300 43.0 PATACHARKUCHI +IN003041300 26.6700 91.1300 396.0 DOOMNI +IN003041800 26.1000 91.5830 54.0 GAUHATI GSN 42410 +IN003050100 27.5660 95.5660 130.0 DUM DOOMA /SOOKERATING AAB 74924 +IN003050200 27.2800 95.6700 157.0 MARGHERITA +IN003050300 27.4700 94.9200 106.0 DIBRUGARH OBSY +IN003050301 27.2700 95.3800 124.0 JAIPUR +IN003050400 27.5000 95.5000 128.0 WILTON +IN003050401 27.2330 94.1170 102.0 NORTH LAKHIMPUR 42309 +IN003050500 27.4830 95.0170 111.0 DIBRUGARH/MOHANBAR 42314 +IN003050501 27.4300 94.3000 88.0 PATHALIPAM +IN003050600 27.2200 94.4500 94.0 DHAKUAKHANA +IN003050601 27.8500 95.6660 130.0 SADIYA INDIA 74925 +IN003050700 27.3000 94.4200 95.0 HARMATI +IN003050800 27.2000 95.3300 122.0 NAMRUP +IN003050900 27.3830 95.6170 143.0 DIGBOI 42316 +IN003050901 27.1500 94.9000 100.0 MORAN INDIA 74925 +IN003051800 27.4700 95.1300 108.0 A.F.CHABUA OBSY +IN003060200 25.1700 93.0200 682.0 HALFLONG OBSY +IN003060300 25.1300 93.0000 723.0 JAITANGA VALLEY +IN003060400 25.3000 93.1500 274.0 MAIBONG +IN003060600 25.1200 92.8700 289.0 HARANGAJAO +IN003060900 25.8700 93.4300 169.0 DIPHU +IN003070100 25.9200 92.9700 74.0 LANKA +IN003070101 25.7500 93.1830 149.0 LUMDING 42523 +IN003070300 26.4200 93.0000 169.0 SEKONI +IN003070800 26.5700 93.2500 72.0 KUTURI +IN003071300 26.3700 92.7000 58.0 NOWGONG +IN003071500 26.4700 92.4700 56.0 DHING +IN003071600 26.1800 92.7500 255.0 SAGUNBARI +IN003071700 26.2700 92.4200 46.0 JALUGUDI +IN003071800 26.0800 92.3300 227.0 KULIKUCHI +IN003071900 26.1700 92.6500 45.0 KAMPUR +IN003072200 26.2000 92.5170 66.0 CHAPARMUKH 42414 +IN003072300 26.4300 92.9700 156.0 SELONAH +IN003080100 26.9000 94.2000 87.0 PET JORHAT 42423 +IN003080101 27.1200 94.6700 90.0 ATTABARI +IN003080200 26.5500 94.3000 307.0 DAFLATING +IN003080300 26.7500 94.5000 189.0 SELENG +IN003080400 26.8000 94.5300 143.0 AMGURI +IN003080401 26.6000 93.6300 86.0 NAMARJAN +IN003080500 26.9830 94.6330 97.0 SIBSAGAR 42311 +IN003080501 26.3000 93.8800 94.0 BARPATHAR +IN003080600 26.9200 94.7500 134.0 NAZIRA +IN003080601 26.5170 93.9830 95.0 GOLAGHAT 42420 +IN003080800 26.7500 94.0300 85.0 NIGRITING +IN003081000 27.0300 95.0300 101.0 SONARI +IN004010300 25.2500 87.0000 53.0 BHAGALPUR +IN004010400 25.2700 87.2300 16.0 COLAGAON +IN004010401 24.8000 87.0300 94.0 BAUNSI +IN004010500 24.8800 86.9300 79.0 BANKA +IN004010501 25.0800 87.1700 37.0 SONAULA +IN004010600 24.7500 86.7200 199.0 KATORIA +IN004011200 25.2500 86.7500 43.0 SULTANGANJ +IN004011300 25.0300 86.9000 61.0 AMARPUR +IN004011500 25.2330 86.9500 49.0 BHAGALPUR 42498 +IN004011600 25.3800 87.1200 24.0 NAUGACHIA +IN004011700 25.2300 87.0500 35.0 SABOUR +IN004020100 27.1000 84.1000 87.0 BAGAHA +IN004020101 26.7000 85.1700 56.0 DHAKA +IN004020102 27.4200 83.9200 91.0 BHAISALOTAN +IN004020200 27.1700 84.3200 87.0 RAMNAGAR SR +IN004020201 26.4700 85.1300 54.0 MADHUBAN +IN004020300 27.1200 84.4700 78.0 NARKATIYAGANJ +IN004020400 27.2300 84.6300 109.0 BARHARWA +IN004020500 27.3500 84.5200 374.0 GAUNAHA SR +IN004020600 27.0000 84.8300 67.0 RAXAUL +IN004020700 27.0800 84.3300 80.0 NARAINPUR +IN004021100 26.6670 84.9170 66.0 MOTIHARI 42383 +IN004021200 26.8000 84.5000 68.0 BETTIAH +IN004021300 26.3700 84.8800 57.0 KESSARIAH +IN004021400 26.9200 84.0800 71.0 DHANAHA +IN004021600 26.9800 84.4000 71.0 LOURIYA +IN004022100 26.9830 84.8500 79.0 RAXAUL 42382 +IN004022200 26.8500 85.0200 66.0 CHAURADANO +IN004022800 26.6200 84.8300 67.0 TURKAULIA +IN004022900 26.7800 84.7300 62.0 SUGAULI +IN004023400 26.3700 85.1200 53.0 MAHEDI +IN004030100 25.7500 86.0300 41.0 ROSERA +IN004030101 26.3500 86.0800 57.0 MADHUBANI +IN004030200 26.0800 86.1300 55.0 BAHERA +IN004030201 25.8200 86.2500 37.0 KUSHESHWAR AST +IN004030300 26.5200 86.4000 75.0 KHUTAUNA +IN004030400 26.6200 86.3300 68.0 LADANIA +IN004030401 25.3800 86.4700 41.0 MONGHYR +IN004030500 26.4200 86.1700 57.0 KHAJAULI +IN004030600 26.1800 86.3800 59.0 MADHEPUR +IN004030700 26.4000 86.4800 61.0 PHULPARAS +IN004030800 26.5500 86.4500 84.0 LAUKAHA +IN004030900 26.6000 86.1500 56.0 JAINAGAR +IN004031300 26.4700 86.5700 72.0 LOUKAHI +IN004031400 26.1670 85.9000 49.0 DARBHANGA 42391 +IN004031401 26.5000 86.0200 52.0 BASSOPATTI +IN004031500 26.3000 86.2000 59.0 BIRAUL +IN004031600 26.4500 85.9000 50.0 BENIPATTI +IN004031601 25.9500 86.0500 28.0 BAHARI +IN004031800 26.3700 85.7300 44.0 JALEY +IN004032000 26.4700 85.8300 53.0 UMGAON +IN004032100 25.8700 85.8000 41.0 SAMASTIPUR +IN004032101 26.6000 85.8700 56.0 MADHWAPUR SR +IN004032200 25.6700 85.8300 46.0 DALSINGHSARAI +IN004032300 25.6200 85.7000 41.0 MOHIUDDIN NAGAR +IN004033600 25.8500 85.6800 47.0 MORWA(TAJPUR) +IN004033700 25.9500 85.8800 126.0 KALYANPUR +IN004040800 23.8300 86.5300 208.0 GOBINDPUR +IN004041100 23.6300 86.1700 210.0 CHAS +IN004041400 23.8000 86.4300 220.0 DHANBAD SR +IN004041600 23.9200 86.2000 274.0 TOPCHANCHI +IN004041700 23.9800 86.4500 283.0 TUNDI +IN004043000 23.7800 86.4300 257.0 DHANBAD OBSY +IN004043100 23.8000 86.3000 193.0 KETRAS +IN004043200 23.7800 86.7200 139.0 NIRSA +IN004049900 23.9200 86.6200 204.0 POKHURIA +IN004050100 24.7500 84.3800 107.0 AURANGABAD +IN004050200 24.8800 85.5500 79.0 NAWADAH +IN004050201 24.5500 84.8000 112.0 SHERGHATI +IN004050300 24.6500 85.5000 134.0 RAJAULI +IN004050301 24.6500 84.4200 130.0 DEO +IN004050400 25.2300 84.6800 65.0 ARWAL +IN004050401 24.9500 85.7300 67.0 PAKRIBARWAN +IN004050402 24.6200 84.1300 137.0 NABINAGAR +IN004050500 25.0500 84.4000 78.0 DAUDNAGAR(HASPUR) +IN004050501 24.5000 85.0300 162.0 BARACHATTI +IN004050502 24.8000 84.6300 88.0 RAFIGANJ +IN004050600 25.1300 84.8000 128.0 KURTHA +IN004051500 25.2200 85.0000 60.0 JAHANABAD +IN004051800 24.7500 84.9500 116.0 GAYA 42591 +IN004051900 25.0700 84.9700 73.0 MAKHDUMPUR +IN004051901 24.8300 85.9000 131.0 KOWAKOL +IN004052000 24.7000 85.0000 122.0 BODH GAYA +IN004052001 24.1000 84.0800 211.0 SIRDALA +IN004052100 24.8200 85.0300 91.0 MANPUR +IN004052200 24.8800 84.3700 88.0 OBRA +IN004052201 24.9700 85.1000 91.0 KHIZIRSARAI +IN004053000 25.1700 85.0800 71.0 GHOSI +IN004053100 25.0200 85.6300 72.0 WARSALIGANJ +IN004053400 24.7800 85.7000 107.0 GOBINDPUR +IN004053500 24.8200 85.2300 98.0 WAZI325GANJ +IN004060200 23.8700 85.0300 448.0 TANDWA +IN004060300 23.5500 85.7200 347.0 GOLA +IN004060600 23.9800 86.0200 287.0 DUMRI +IN004060800 24.2000 84.8700 433.0 CHATRA +IN004060900 24.0800 85.8300 380.0 BAGODAR I +IN004060901 24.4500 84.8000 177.0 HUNTERGANJ +IN004061000 24.7500 85.7800 134.0 SATGAWAN +IN004061100 24.2000 86.3000 284.0 PACHAMBA +IN004061500 23.9830 85.3670 611.0 HAZARIBAGH 42699 +IN004062000 24.0700 84.9200 529.0 SIMARIA +IN004062200 24.1500 86.4500 314.0 GANDEY +IN004062300 24.3000 86.3700 353.0 BENGABAD HYDRO +IN004062400 24.3800 85.2500 395.0 CHAUPARAN +IN004062500 24.3000 85.1700 400.0 ITKHORI +IN004062800 24.1700 86.0500 275.0 JAMUA HYDROSR +IN004063100 23.7800 85.8300 271.0 GOMIA +IN004063200 23.8000 85.4700 406.0 MANDU +IN004063300 24.4200 85.7500 355.0 ICHAK +IN004064200 23.5800 86.0000 301.0 JARIDIH +IN004070100 24.9300 86.2200 76.0 JAMUI +IN004070200 24.5300 86.4000 290.0 CHAKAIBANDA +IN004070300 25.4300 86.1500 39.0 BEGUSARAI +IN004070301 24.8700 86.3200 88.0 GIDHOUR +IN004070400 24.9000 86.5800 99.0 SAGRAMPUR +IN004070500 25.4800 86.6300 36.0 GOGRI +IN004070600 25.3800 86.6700 33.0 JAMALPUR +IN004070700 25.7200 86.5800 244.0 BAKHTIARPUR +IN004070800 25.1200 86.5500 50.0 KHARAGPUR +IN004071800 24.9300 86.3000 82.0 JAMUI OBSY SR +IN004071801 25.0700 86.1300 40.0 CHARIA BARIAPUR +IN004071900 25.4200 86.0000 59.0 BARBIGHA +IN004072000 25.5700 86.2700 37.0 BAKHRI +IN004072100 25.2500 86.6700 137.0 PARBATTA +IN004072101 24.6700 86.2500 145.0 SONO +IN004072200 25.5000 86.0000 33.0 BHAGWANPUR +IN004072400 25.1500 85.8500 46.0 SHEIKHPURA +IN004072900 25.5800 86.0800 54.0 CHERIA BARIAPUR +IN004080300 26.5800 85.4800 55.0 SITAMARHI SR +IN004080400 26.1170 85.4000 53.0 MUZAFFARPUR 42387 +IN004080600 26.5300 85.2800 61.0 SHEOHAR +IN004080700 26.4700 85.7200 55.0 PUPRI +IN004080800 26.2500 85.3300 47.0 MINAPUR +IN004080900 26.2200 85.6500 44.0 KATRA +IN004081000 26.6500 85.7200 56.0 SURSAND +IN004081100 26.8300 85.6000 72.0 SUNBARAS SR +IN004081200 26.7500 85.2800 73.0 BAIRGANIA +IN004081300 26.4300 85.4000 55.0 BELSAND +IN004081600 25.6800 85.2000 46.0 HAJIPUR +IN004081700 25.8000 85.4000 51.0 MAHUA +IN004081701 26.3000 84.9300 62.0 SAHEBGANJ +IN004081800 25.5500 85.4200 48.0 RAGHOPUR +IN004081900 25.8700 85.2000 42.0 LALGANJ +IN004082000 25.8000 85.5300 40.0 BOWRAH +IN004082300 26.1700 85.4700 53.0 BUCHAHA +IN004083500 25.8700 85.5800 38.0 PATEPUR +IN004083900 25.0000 85.6000 68.0 MORAUL +IN004084000 25.9200 85.5000 39.0 MUSHARI +IN004084100 25.8300 85.7500 41.0 SAKRA +IN004090100 23.7200 83.8300 549.0 BHANDARIA +IN004090500 24.1700 83.8000 193.0 GARHWA +IN004090600 23.8300 84.7800 485.0 BALUMATH +IN004090601 24.2800 83.5000 224.0 NAGERUTARI +IN004090700 23.4000 84.1300 638.0 MAHUADAUR +IN004090701 24.0000 83.8300 242.0 RANKA +IN004090800 23.7500 84.5000 526.0 LATEHAR +IN004090801 24.3800 83.5800 196.0 BHAVNATHPUR +IN004090900 23.8500 84.1200 280.0 BARWADIH +IN004090901 24.2500 83.9300 195.0 BISHRAMPUR +IN004091000 24.0500 84.0670 221.0 DALTONGANJ GSN 42587 +IN004091001 23.6700 84.2300 415.0 GARU +IN004091100 24.5300 84.0200 146.0 HUSSAINABAD +IN004091200 24.0500 84.4700 1067.0 PANKI +IN004091201 23.4800 84.2700 1062.0 NETARHAT +IN004091300 24.3700 84.2000 258.0 CHATTARPUR +IN004091400 24.2200 84.1800 285.0 PATAN +IN004091401 23.6700 85.0800 457.0 KHALARI HYDROSR +IN004091500 24.2300 84.4000 666.0 MANATU +IN004091600 24.0500 84.2200 236.0 LESLIGANJ +IN004091700 24.5500 84.2800 156.0 HARIHARGANJ +IN004100100 25.6200 85.1700 53.0 PATNA OBSY +IN004100101 25.4500 84.8700 51.0 BIKRAM +IN004100200 25.5000 84.9700 51.0 NAUBATPUR +IN004100300 25.6300 85.0500 49.0 DINAPUR SR +IN004100301 25.3300 84.8300 58.0 PALIGANJ +IN004100400 25.1800 85.5500 49.0 BIHAR +IN004100500 25.4800 85.7200 305.0 BARH +IN004100600 25.3200 85.2800 46.0 HILSA +IN004100700 25.1500 85.2200 61.0 ISLAMPUR +IN004100800 25.2200 85.6200 43.0 ASTHAWAN +IN004100900 25.2200 85.2300 61.0 EKANGERSARAI +IN004101000 25.4500 85.5300 54.0 BAKHTIARPUR +IN004101100 25.2500 85.8000 41.0 SARMERA +IN004101300 25.0800 85.4200 57.0 SILAB +IN004101400 25.5000 85.0000 56.0 PHULWARI +IN004101700 25.3300 86.0800 29.0 KHAGAUL +IN004102500 25.6000 85.1000 60.0 PATNA 42492 +IN004102600 25.2500 85.3300 46.0 CHANDI +IN004102601 25.0300 85.4200 226.0 RAJGIR +IN004102700 25.2800 85.4700 54.0 NOORSARAI +IN004102800 25.4000 85.9200 39.0 MOKAMEH +IN004102801 25.5500 84.8700 54.0 BIHTA +IN004102900 25.5000 85.3000 51.0 EATWAH +IN004103800 25.3500 85.0300 48.0 MASAURHI +IN004110100 26.1200 87.9300 54.0 KISHANGANJ +IN004110200 26.1300 87.3800 55.0 ARARIA +IN004110201 25.5500 87.5800 20.0 KATIHAR(NORTH) +IN004110300 26.3000 87.2700 61.0 FORBESGANJ +IN004110400 26.2800 87.8200 52.0 BAHADURGANJ +IN004110500 26.3000 87.2670 61.0 FORBESGANJ 42395 +IN004110600 25.2670 87.4670 38.0 PURNEA 42500 +IN004110700 25.6200 87.4200 27.0 GONDWARA(KOHRA) +IN004110800 25.6200 87.9300 35.0 BARSOE +IN004110801 26.0800 87.2300 56.0 RANIGANJ(EAST) +IN004110900 25.7300 87.2000 39.0 DHAMDAHA(WEST) +IN004110901 26.3300 87.1000 54.0 NARPATGANJ +IN004111000 25.3300 87.6200 31.0 MANIHARI +IN004112000 25.5800 87.6700 26.0 KODWA +IN004112200 25.7500 87.6200 38.0 KHOSKIBAGH +IN004112900 25.3000 87.5300 21.0 KRITYANAND NAGAR +IN004119901 25.7300 87.1800 32.0 DHAMDHA (EAST) +IN004120100 23.4300 84.6800 654.0 LOHAR-DAGA +IN004120200 22.8800 84.6500 452.0 PALKOT +IN004120201 23.0300 84.5500 398.0 GUMLA +IN004120300 22.6700 84.9300 335.0 BANO +IN004120301 23.1300 84.2300 715.0 CHAINPUR +IN004120400 23.3670 85.3330 647.0 RANCHI 42700 +IN004120401 22.5700 84.1300 415.0 KURDEGE +IN004120402 23.2300 84.8800 638.0 BHARNO +IN004120500 23.3700 85.8300 276.0 SILLI +IN004120501 22.6200 84.5700 432.0 SIMDEGA +IN004120600 23.0700 85.6300 247.0 TAMAR +IN004120700 23.0800 85.2800 611.0 KHUNTI +IN004120800 23.3300 85.2000 665.0 PISKA +IN004120900 23.3000 85.5000 606.0 PALANDU +IN004121000 23.2000 85.7200 285.0 SONAHATU +IN004121100 23.3300 85.0800 660.0 ITKI +IN004121300 23.5000 85.3000 621.0 KANKEY +IN004121301 23.3800 84.3800 625.0 BISHNUPUR +IN004121500 23.5500 84.8200 640.0 KURU +IN004121600 22.9500 84.4300 661.0 RAIDIH +IN004121601 23.0500 84.5200 647.0 THAITANAGAR +IN004121700 23.4200 84.5000 880.0 GHAGHRA +IN004122200 23.4300 85.1300 671.0 MANDAR HYDROSR +IN004122300 23.5700 85.1300 604.0 BARMU HYDRO +IN004122600 23.3170 85.3170 652.0 M.O. RANCHI 42701 +IN004123300 23.5000 85.4700 602.0 ORMANGI(ORMANG) +IN004123400 23.4300 85.2200 652.0 RANCHI(RATU) +IN004123500 23.1300 85.1200 610.0 KURRA +IN004123600 23.4700 85.1000 652.0 MANDAR +IN004130600 26.5200 87.0200 76.0 BIHPUR(BASANTPUR) +IN004130700 26.2200 87.0200 58.0 CHATTAPUR +IN004131000 26.3000 86.9700 61.0 PARTAPGANJ +IN004131100 26.1200 86.6200 59.0 SUPAUL +IN004131200 26.4200 86.9200 72.0 BHIMNAGAR +IN004131400 25.9200 86.7800 45.0 MADHIPURA +IN004131600 26.3200 86.7300 58.0 BHAPTIAHI +IN004131700 26.1200 86.9000 56.0 TRIBENIGANJ +IN004131800 25.9000 87.0000 44.0 MURLIGANJ +IN004131801 26.7000 86.9700 55.0 KISHANGANJ +IN004131900 25.5000 87.0000 32.0 CHAUSA +IN004132500 25.8300 86.6800 39.0 SOURBAZARLLL +IN004132600 25.5000 86.8300 46.0 ALAMNAGAR +IN004132700 25.8000 86.6000 35.0 SONBARSA +IN004132800 25.8700 86.6000 42.0 SAHARSA +IN004140100 26.4700 84.4500 57.0 GOPALGANJ SR +IN004140200 26.2200 84.3700 63.0 SIWAN +IN004140300 26.3700 84.3200 67.0 HATHWA +IN004140400 26.0800 84.1300 67.0 DARAULI +IN004140500 26.4500 84.1200 68.0 BHORE(BORCH) +IN004140600 26.5700 84.0800 68.0 KATIYA +IN004140700 26.1000 84.2700 66.0 PARSA +IN004140800 26.1800 84.6700 60.0 BASANTPUR +IN004140900 26.1200 84.8000 61.0 MARSRAKH +IN004141000 26.3200 84.6300 60.0 SEPAYA +IN004141300 25.7800 84.7300 58.0 CHAPRA OBSY SR +IN004141400 25.9700 84.8700 208.0 MARHAURA(AMNAR) +IN004141800 26.3300 84.2500 65.0 PERTABPUR +IN004142200 26.2200 84.1500 66.0 MAIRWA +IN004142300 26.1700 84.0500 64.0 GUTHANI +IN004142301 25.8300 84.5800 53.0 MANJHI +IN004142400 25.9800 84.7000 55.0 BANIAPUR +IN004142500 25.9200 84.7500 610.0 JALALPUR +IN004142501 26.0000 84.2800 68.0 RAGHUNATHPUR +IN004142601 25.9700 84.5300 49.0 EKMA +IN004143200 25.7000 85.1800 50.0 SONEPUR +IN004143300 25.8300 84.8700 52.0 GARKHA +IN004150100 25.5700 83.9800 55.0 BUXAR +IN004150101 24.6300 83.9700 125.0 AKBARPUR +IN004150200 25.0500 83.6200 76.0 BHABUA +IN004150201 24.9200 83.8000 89.0 CHENARI +IN004150300 25.1700 83.6000 69.0 MOHANIA(MAHANIA) +IN004150301 24.7000 83.6200 431.0 ADHOURA +IN004150400 25.1800 83.7200 67.0 BASSAWAN +IN004150401 24.9500 83.4700 127.0 CHAURI +IN004150500 25.3300 83.8300 62.0 MANOHARPUR +IN004150600 24.9170 84.1830 107.0 DEHRI 42588 +IN004150601 25.1300 83.4000 72.0 CHAND +IN004150700 25.5700 84.6700 58.0 ARRAH OBSY SR +IN004150702 25.2500 83.9200 70.0 KOCHAS +IN004150800 25.3800 84.6000 63.0 AGEON +IN004150900 25.4200 84.2500 67.0 RAMNAGAR +IN004151000 25.3300 84.2500 74.0 KOATH +IN004151100 25.4300 84.1300 63.0 SIKRAUL +IN004151700 25.2500 84.5800 70.0 BARUHI +IN004151800 25.0500 83.8000 67.0 KUDRA +IN004151900 25.0000 83.1200 109.0 SHEOSAGAR +IN004152000 25.6200 84.5800 53.0 BEHEA +IN004152001 25.1200 83.9300 79.0 KARGAHAR +IN004152100 25.5500 84.1500 85.0 DURMAWAN +IN004152200 25.0000 84.0000 95.0 KOILWAR +IN004160500 24.8300 87.2200 80.0 GODDA +IN004160600 24.6300 87.8300 49.0 PAKUR +IN004160700 24.2670 87.2500 149.0 DUMKA 42599 +IN004160900 24.0800 87.5800 80.0 ASSOBANI +IN004161100 25.0500 87.8300 28.0 RAJMAHAL +IN004161101 24.6700 87.1700 148.0 PARAIYAHAT +IN004161200 25.0500 87.3200 58.0 MEHGAWAN +IN004161201 24.7000 87.7000 350.0 HIRANPUR +IN004161300 24.8700 87.7800 31.0 BARHARWA +IN004161400 25.2500 87.6300 20.0 SAHEBGANJ +IN004161401 24.8300 87.5000 115.0 BORIO +IN004161500 24.4700 87.5300 154.0 AMARPARA +IN004161700 24.3000 87.7700 47.0 MAHESPUR +IN004161800 24.6700 87.2500 199.0 AMJORA +IN004161900 24.3300 87.0800 179.0 DUMKA(JAMA) +IN004162000 24.0300 87.4200 76.0 RANISHWAR +IN004162200 24.9500 87.2700 61.0 PATHARGAMA +IN004162300 25.0700 87.4800 63.0 BORIOJOR +IN004162400 25.0800 87.7200 35.0 TALJHARI +IN004162500 23.9700 87.1700 156.0 KUNDAHIT +IN004162501 25.2000 87.3800 37.0 MEHRAMA +IN004163200 23.9200 87.0300 167.0 MALA(NALA) +IN004170200 22.5500 85.8170 226.0 CHAIBASA 42795 +IN004170300 22.7000 85.6300 823.0 CHAKRADHANPUR +IN004170400 22.5300 85.3800 303.0 GOILKERA +IN004170500 22.3800 85.2200 244.0 MANOHARPUR +IN004170600 22.2500 85.6500 463.0 JAGNATHPUR +IN004170700 22.1200 85.8800 432.0 MAJHGAON +IN004170800 22.6000 85.4700 306.0 SONUA +IN004170900 22.9700 86.0700 240.0 CHANDIL +IN004171000 22.6000 86.5000 108.0 GHATSILA SR +IN004171001 22.8000 85.8300 250.0 KHARSAWAN +IN004171100 22.2800 86.7000 78.0 BAHRAGORA +IN004171101 22.7200 85.9500 155.0 SARAIKELA +IN004171200 22.3700 86.0200 306.0 KATBARI +IN004171300 22.8170 86.1830 129.0 JAMSHEDPUR 42799 +IN004171400 22.6000 86.2500 152.0 POTKA +IN004172200 22.8200 86.1000 161.0 GAMHARIA +IN004172300 22.8300 86.3300 229.0 PATAMADA +IN005010300 23.1700 71.7200 12.0 KHARAGHODA +IN005010400 23.2800 71.9200 21.0 MANDAL +IN005010500 22.3700 71.9800 30.0 DHANDHUKA +IN005010600 23.0670 72.6330 55.0 AHMADABAD 42647 +IN005010601 22.3500 71.7200 34.0 RANPUR +IN005010700 23.1200 72.0500 29.0 VIRAMGAM +IN005011200 22.9800 72.3800 60.0 SANAND +IN005011300 22.7200 72.4500 53.0 DHOLKA +IN005011400 22.2500 72.1800 7.0 DHOLERA +IN005011500 22.9200 72.5800 52.0 ASLALI +IN005011501 23.1700 72.8200 68.0 DEHGAON +IN005020100 21.6000 71.2200 122.0 AMRELI +IN005020101 20.8500 71.3700 0.0 JAFRABAD +IN005020200 21.1300 71.2500 116.0 KHAMBHA +IN005020201 20.7800 70.7200 81.0 KODINAR +IN005020800 21.5300 71.3500 107.0 LILIA +IN005021100 21.7200 71.3800 140.0 LATHI +IN005021200 21.0700 71.4500 49.0 RAJULA +IN005021300 21.8300 71.3000 155.0 BABRA +IN005021400 21.6800 71.2800 140.0 GOGHA +IN005021500 21.3300 71.0300 220.0 DHARI +IN005021600 21.7000 71.5200 96.0 DAMNAGAR +IN005021601 21.6300 70.9800 180.0 KUNKAWAV +IN005022100 21.6000 71.2170 130.0 AMRELI 42834 +IN005030100 24.2000 72.2000 136.0 DEESA GSN 42539 +IN005030101 23.8300 71.6000 30.0 RADHANPUR +IN005030200 24.3800 71.6200 58.0 THARAD +IN005030400 24.1700 72.4300 215.0 PALANPUR +IN005030401 24.1200 71.7800 373.0 DEODAR +IN005030500 24.0500 71.7500 45.0 KANKREJ +IN005030600 24.3700 71.5200 47.0 WAV +IN005030700 24.2000 72.7700 307.0 DANTA +IN005030800 24.5200 72.0300 132.0 DHANERA +IN005030801 23.7700 71.1700 16.0 SANTALPUR +IN005030900 24.0700 72.4800 213.0 VADGAM +IN005040100 22.3000 73.2500 33.0 BARODA 42747 +IN005040101 22.3000 74.0200 105.0 CHHOTA-UDEPUR +IN005040200 22.1200 73.4300 57.0 DABHOI +IN005041600 21.9200 73.3300 29.0 SINOR +IN005041601 22.5700 73.2200 50.0 SAVLI +IN005041700 22.3300 73.8500 94.0 JETPUR +IN005041800 22.2300 73.0800 31.0 PADRA +IN005041900 22.3300 73.3300 51.0 WAGHODIA +IN005042000 22.0500 73.7200 72.0 NASWADI +IN005042100 22.1700 73.5800 57.0 SANKHEDA +IN005042200 22.0500 73.1300 28.0 KARJAN +IN005042201 21.8800 73.5800 152.0 TILAKWADA +IN005042300 22.3300 73.2700 38.0 BARODA AERO OBSY +IN005042400 22.2800 73.7700 90.0 JAMBUGAM +IN005042500 22.5200 73.1300 29.0 BHADARVA +IN005050100 21.7500 72.2000 11.0 BHAUNAGAR 42838 +IN005050300 21.7300 71.8800 64.0 SONGADH +IN005050400 21.0800 71.7800 3.0 MAHUA +IN005050500 21.5200 71.8300 498.0 PALITANA +IN005050600 21.8500 71.8000 48.0 UMRALA +IN005050900 21.7000 71.9500 54.0 SIHOR +IN005051000 21.3500 71.3000 136.0 KUNDLA +IN005051200 22.1700 71.6700 120.0 BOTAD +IN005051300 21.3700 72.0500 15.0 TALAJA +IN005051800 21.8300 71.9200 405.0 VALLABHIPUR +IN005051900 21.9200 71.5800 113.0 GADHADA +IN005060200 22.0500 72.8000 4.0 JAMBUSAR +IN005060500 21.5800 72.8200 20.0 HANSOT +IN005060600 21.4500 72.8000 12.0 ILAV +IN005060700 21.7000 73.0000 17.0 BROACH OBSY SR +IN005060701 21.8500 72.8500 46.0 VAGRA +IN005060800 21.6300 73.0000 20.0 ANKLESHWAR +IN005060801 21.7200 72.5800 8.0 DAHEJ +IN005060900 21.8800 73.5000 40.0 RAJPIPLA(NANDOD) +IN005061000 21.5500 73.1500 37.0 VALIA +IN005061100 21.6300 73.5800 190.0 DEDIAPADA +IN005061200 21.8000 73.1700 8.0 BHALOD +IN005061300 21.8300 73.9200 207.0 GARDESHWAR +IN005061400 21.7000 72.9700 11.0 BROACH +IN005061401 21.5500 73.8000 195.0 SAGBARA +IN005061700 22.0000 72.8700 38.0 AMOD +IN005061701 21.7200 73.1800 19.0 JHAGADIA +IN005070100 20.9500 72.9300 25.0 NAVSARI +IN005070300 20.2000 72.7700 15.0 UMBERGAON +IN005070400 20.9500 72.9000 17.0 JALALPUR +IN005070600 20.7500 73.0700 9.0 CHIKHLI +IN005070601 20.5200 72.9500 73.0 PARDI +IN005070800 20.6200 72.9300 15.0 BULSAR OBSY SR +IN005070900 20.7700 73.3700 76.0 BANSDA +IN005071100 20.8000 73.0000 94.0 GANDEVI +IN005080500 20.7500 73.6800 343.0 AHWA +IN005080700 20.7700 73.5000 335.0 WAGHAI +IN005090100 22.3670 69.0830 11.0 DWARKA GSN 42731 +IN005090101 22.2200 69.6700 51.0 KHAMBHALIA +IN005090200 22.2000 69.9700 69.0 LALPUR +IN005090300 22.4700 70.0800 21.0 NAVANAGAR +IN005090500 21.9300 69.7800 50.0 BHANWAD +IN005090501 22.5700 70.4200 31.0 DHROL +IN005090600 22.2200 70.3800 91.0 KALWAD +IN005090601 22.4800 69.1200 7.0 OKHA OBSY SR +IN005090700 22.7000 70.3200 8.0 JODIA +IN005090800 22.6300 70.5300 35.0 LATNIPUR +IN005090801 22.0800 69.3700 55.0 KALYANPUR +IN005091000 21.9200 70.0300 99.0 JAM-JODHPUR +IN005091300 22.4500 70.0830 20.0 JAMNAGAR 42734 +IN005100100 20.9000 70.3670 8.0 VERAVAL 42909 +IN005100101 21.6200 69.6300 12.0 PORBANDAR +IN005100200 21.6800 69.7500 63.0 RANAWAO +IN005100300 21.6300 69.6000 0.0 PORBANDAR OBSY +IN005100400 21.6500 69.6670 7.0 PORBANDAR 42830 +IN005100401 21.5200 70.4700 82.0 JUNAGADH +IN005100500 21.1200 70.1200 62.0 MANGROL +IN005100900 21.0500 70.5300 87.0 TALALA +IN005101100 21.1500 70.3000 43.0 MALIA +IN005101200 21.5000 70.1500 23.0 MANAVADAR +IN005101500 21.3200 70.3200 51.0 KESHOD AERO OBSY +IN005101600 21.3300 70.4500 85.0 MENDARDA +IN005110100 22.3700 72.9000 46.0 BHADRAN +IN005110300 22.7500 72.7000 36.0 KAIRA +IN005110400 22.8300 72.7500 36.0 MEHMEDABAD +IN005110500 22.7000 72.6300 36.0 MATAR +IN005110600 22.7000 72.8700 37.0 NADIAD +IN005110700 22.8200 72.9300 44.0 MAHUDHA +IN005110800 22.8000 73.2200 79.0 THASRA +IN005110801 22.5500 72.9700 43.0 ANAND +IN005110900 23.0300 73.0700 86.0 KAPADVANJ +IN005110901 22.7500 73.1500 49.0 DAKOR +IN005110902 22.4300 72.9000 52.0 BORSAD +IN005111000 22.9500 73.3300 85.0 BALASINOR +IN005111001 22.3200 72.6200 34.0 CAMBAY +IN005111300 22.9200 73.1000 86.0 SAVLI TANK +IN005111400 22.7800 73.0800 53.0 SAYAT TANK +IN005111500 22.8800 73.3200 72.0 WANGHROLI TANK +IN005111600 22.5500 72.6000 14.0 TRANZA NAGRAM TANK +IN005111800 22.7500 72.5800 26.0 PINGLAJ +IN005111900 22.4700 72.8000 47.0 PETLAD +IN005112000 22.5670 72.9330 44.0 VALLABH VIDYANAGAR 42744 +IN005120000 23.2500 68.8500 21.0 NALIYA 42631 +IN005120100 23.2500 69.8000 119.0 BHUJ OBSY SR +IN005120101 23.1200 70.0300 75.0 ANJAR +IN005120102 23.2700 68.8300 21.0 NALIA +IN005120200 23.5700 70.6300 84.0 RAHAPUR +IN005120201 23.3700 69.2700 46.0 NAKHATRANA +IN005120300 22.8300 69.3700 20.0 MANDVI +IN005120301 23.8300 68.7800 8.0 LAKHAPAT +IN005120302 23.8500 69.7300 1.0 KHAWADA +IN005120401 22.8500 69.7300 5.0 MUNDRA +IN005120402 23.3000 70.3300 101.0 BACHAU +IN005120500 23.2500 69.6700 80.0 BHUJ OBSY SR +IN005120501 23.2500 69.6670 80.0 BHUJ-RUDRAMATA 42634 +IN005120502 23.0000 70.2200 14.0 KANDLA OBSY +IN005120700 23.8300 70.3000 43.0 KHADIR +IN005120900 23.1500 70.1200 35.0 KANDLA AERO OBSY +IN005130100 23.2300 72.5000 69.0 KALOL +IN005130200 23.6200 72.3800 94.0 MEHSANA +IN005130300 23.8500 72.1000 82.0 PATAN +IN005130800 24.5000 73.0000 170.0 DHAROI HYDRO +IN005130801 23.7000 72.5500 27.0 VISNAGAR +IN005130900 23.3000 72.3300 55.0 KADI +IN005130901 23.6800 71.7800 65.0 SAMI +IN005131000 23.7000 71.9200 61.0 HART(HARIJ) +IN005131001 23.5700 72.7500 96.0 VIJAPUR +IN005131100 23.8800 72.6300 244.0 KHERALU +IN005131200 23.9200 72.3800 133.0 SIDHPUR +IN005131300 23.7200 72.1200 61.0 CHANASAMA +IN005140200 22.8330 74.2670 333.0 DOHAD 42751 +IN005140300 22.7800 73.6200 132.0 GODHRA +IN005140400 22.6200 73.4700 106.0 KALOL +IN005140500 22.5000 73.4800 517.0 HALOL +IN005140600 24.7000 73.9200 504.0 D.BARIA +IN005140700 23.1300 73.6200 75.0 LUNAWADA +IN005140701 22.3800 73.7300 108.0 JAMBUGHODA SR +IN005140800 23.1800 73.8700 149.0 SANTRAMPUR(SANT) +IN005140900 22.8300 74.0000 198.0 LIMKHEDA +IN005141200 22.9500 73.6300 111.0 SHEHRA +IN005141300 23.1000 74.1500 264.0 JHALOD +IN005150100 22.3000 70.7830 138.0 RAJKOT 42737 +IN005150101 21.9700 70.8000 142.0 GONDAL +IN005150102 22.0300 71.2000 194.0 JASDAN +IN005150200 22.8200 70.8300 90.0 MORVI +IN005150201 21.7300 70.4500 65.0 DHORAJI +IN005150300 21.7500 70.6300 24.0 JETPUR-MONI +IN005150400 22.6200 70.9300 58.0 WANKANER +IN005150900 22.1300 70.6300 141.0 LODHIKA +IN005151000 22.0000 70.8300 158.0 KOTADA SANGANI +IN005151200 22.4500 70.6200 67.0 PADDHARI +IN005151400 21.8800 70.4800 110.0 JAM-KAMDARNA +IN005160400 24.3700 73.0300 350.0 POSINA HYDRO +IN005160401 23.6000 72.9700 156.0 HIMATNAGAR +IN005160402 23.8500 73.0000 211.0 IDAR +IN005160500 24.3800 73.0500 206.0 KHEDBRAHMA HYDRO +IN005160501 23.2200 73.2300 94.0 BYAD +IN005160600 23.4500 73.0700 160.0 MOHANPUR +IN005161000 23.4500 73.2800 185.0 MODASA +IN005161100 23.9800 73.2800 321.0 VIJAYNAGAR HYDRO +IN005161200 23.5000 73.5000 178.0 MEGHRAJ +IN005161300 23.7700 73.2500 256.0 BHILODA +IN005161400 23.4300 72.8700 114.0 PRANTIJ +IN005161401 23.3500 73.4700 146.0 MALPUR +IN005161500 23.8300 73.0300 219.0 IDAR OBSY +IN005170100 21.4700 73.1300 29.0 MANGROL +IN005170200 21.1800 73.5500 134.0 SONGADH +IN005170300 21.3500 72.7500 12.0 OLPAD +IN005170400 21.2500 73.3000 28.0 MANDVI +IN005170500 21.1200 73.1200 14.0 BARDOLI +IN005170600 21.0500 73.2700 55.0 VALOD +IN005171100 21.2800 72.9800 20.0 KAMREJ +IN005171200 21.2000 72.8330 12.0 SURAT 42840 +IN005171500 21.4000 72.9700 16.0 KIM HYDRO +IN005171501 21.0300 73.1200 43.0 MAHUWA +IN005171600 21.1000 72.9800 15.0 PALSANA +IN005171800 21.1200 73.4000 28.0 VYARA +IN005180200 22.7000 71.6700 76.0 WADHWAN +IN005180201 23.1200 71.7700 8.0 BAJAN +IN005180300 22.9800 71.4700 53.0 DHRANGADHRA +IN005180400 22.4800 71.6800 309.0 CHUDA +IN005181000 22.8700 71.7800 47.0 LAKNTAR +IN005181300 22.7330 71.6000 74.0 SURENDRANAGAR 42740 +IN006010200 30.3700 76.7800 274.0 AMBALA +IN006010300 30.1700 77.3000 281.0 JAGADHARI +IN006011200 30.3800 76.7700 272.0 AMBALA OBSY +IN006011400 30.7330 76.8830 347.0 CHANDIGARH(IAFB) 42105 +IN006011401 30.4700 77.1300 330.0 NARAINGARH +IN006011500 30.2500 77.4200 261.0 DADUPUR +IN006011501 30.8300 76.9300 686.0 KALKA +IN006012800 30.3830 76.7670 272.0 AMBALA 42103 +IN006020100 27.8000 76.9700 205.0 FEROZEPUR(JHIRKA) +IN006020700 28.4500 76.8300 220.0 FARUKHNAGAR +IN006020701 28.4500 76.8300 220.0 FARUKHNAGAR +IN006020800 28.3300 76.5500 240.0 JATUSANA +IN006020900 28.2000 76.6000 257.0 REWARI +IN006021000 28.1200 77.0200 190.0 NUH +IN006021001 28.1200 77.0200 190.0 NUH +IN006021200 28.1500 77.3300 195.0 PALWAL +IN006021300 28.1700 76.3300 290.0 KHOL +IN006021301 28.2500 77.0800 230.0 SOHANA +IN006021400 28.2200 76.9500 250.0 TAURU(UAORU) +IN006021401 28.4700 77.0300 229.0 GURGAON +IN006021500 28.3300 77.3300 200.0 BALLABGARH +IN006021700 27.8700 77.2000 185.0 PUNAHANA +IN006021800 28.3200 76.7800 280.0 PATAUDI +IN006021900 27.9700 77.5000 188.0 HASSANPUR +IN006021901 28.0700 76.5800 260.0 BAWAL +IN006022600 28.0500 77.2300 200.0 HATTIN +IN006023200 28.4200 77.0000 225.0 GURGAON OBSY +IN006030100 29.5300 75.0300 200.0 SIRSA +IN006030101 28.8000 76.1300 215.0 BHIWANI +IN006030102 28.9000 75.6200 202.0 SIWANI +IN006030200 29.5200 75.4500 211.0 FATEHABAD +IN006030300 29.1500 75.7300 210.0 HISSAR +IN006030400 29.1000 75.9700 215.0 HANSI +IN006030500 29.9300 75.5800 209.0 BUDHLADA +IN006030600 29.7000 75.9200 227.0 TOHANA +IN006030700 28.4300 75.8200 269.0 LOHARU +IN006031000 29.1670 75.7330 221.0 HISSAR 42131 +IN006041100 29.3000 76.3200 225.0 JIND +IN006050100 30.0500 76.3000 236.0 GULAH(GULA) +IN006050400 29.3800 76.9700 235.0 PANIPAT +IN006050600 29.6000 76.4800 230.0 RAJAUND +IN006050700 29.8000 76.3800 236.0 KAITHAL +IN006050800 29.9800 76.8300 254.0 THANESAR +IN006051700 29.7000 77.0000 245.0 KARNAL +IN006051800 29.7000 77.0330 249.0 KARNAL 42137 +IN006061000 28.6000 76.2700 216.0 DADRI +IN006062100 28.2700 76.1500 263.0 MAHENDRAGARH +IN006062200 28.0500 76.1200 302.0 NARNAUL +IN006062400 28.0000 76.0800 308.0 NARNAUL OBSY +IN006071300 29.6000 76.1200 225.0 NARWANA +IN006071400 29.6300 76.2200 228.0 DHAKAL +IN006071500 29.4700 76.2800 228.0 TARKHA +IN006071600 29.6500 76.3700 228.0 BADSIKRI +IN006071700 29.7000 76.2300 230.0 KURUR(KORAR) +IN006071800 29.6300 76.0800 225.0 KHARAWAL +IN006071900 29.3300 76.4700 224.0 JAMNI +IN006080100 29.1300 76.7000 226.0 GOHANA +IN006080200 28.9000 76.5800 219.0 ROHTAK +IN006080300 28.6000 76.6500 214.0 JHAJJAR +IN006080400 28.4500 76.4700 220.0 SATHAWAS +IN006080500 28.7000 76.5700 216.0 BERI(BERIKHAS) +IN006081600 28.7700 76.7700 217.0 SAMPLA +IN006081601 29.0000 77.0300 218.0 SONEPAT +IN006081700 28.6800 76.6000 215.0 DUJANA +IN006082500 28.8300 76.5800 211.0 ROHTAK OBSY SR +IN007011800 31.3300 76.7500 587.0 BILASPUR +IN007011900 31.2500 76.6670 587.0 BILASPUR 42080 +IN007020700 32.4500 76.0200 716.0 CHOWARI +IN007030100 31.8800 76.2200 436.0 DEHRA GOPIPUR +IN007030200 32.1300 76.5300 1217.0 PALAMPUR +IN007030201 31.4700 76.2800 346.0 UNA +IN007030400 32.1000 76.2500 701.0 KANGRA +IN007030500 32.2200 76.3200 1745.0 DHARMSALA LOWER +IN007030800 32.3000 75.9200 616.0 NURPUR +IN007031000 32.2670 76.3830 1211.0 DHARMSALA 42062 +IN007031300 31.7000 76.5300 786.0 HAMIRPUR +IN007031500 31.8200 76.0800 899.0 DHARMSALA UPPER +IN007040100 31.5300 78.2500 2781.0 CHINI(KALPA) +IN007040200 31.5000 78.1300 2592.0 KILBA +IN007040300 31.4200 78.2700 2670.0 SANGLA +IN007040400 31.6200 78.3300 2591.0 PURBANI +IN007041100 31.5500 77.9700 2416.0 NICHAR +IN007050200 31.6300 77.3300 1520.0 BANJAR(SARAJ-TEH) +IN007050300 31.9500 77.1200 1236.0 KULU +IN007050600 32.2670 77.1670 2039.0 MANALI 42065 +IN007052500 31.8300 77.1700 1067.0 BHUNTAR AERO OBSY +IN007060200 32.5200 77.0300 3144.0 GONDLA OBSY +IN007060300 32.4200 77.2300 3204.0 KOKSAR OBSY +IN007060400 32.5800 77.0700 3166.0 KYELONG OBSY +IN007060500 32.3200 77.2000 2438.0 KOTHI OBSY +IN007070400 31.4300 77.6300 1067.0 RAMPUR +IN007070500 31.2200 77.7500 1773.0 ROHRU +IN007070600 30.9300 77.6200 1469.0 CHOPAL(CHAUPAHAL) SR +IN007070601 31.3200 77.4500 1700.0 KUMARSAIN +IN007070700 31.0000 77.1700 1700.0 KASUMPTI +IN007070701 30.9000 77.1200 1459.0 SOLAN +IN007070702 31.1500 76.9500 1130.0 ARKI +IN007070800 31.1200 77.5300 1560.0 KOTKHAI +IN007070900 31.1700 77.6700 2250.0 BASHLA +IN007071000 31.2700 77.5800 2957.0 KHADRALA +IN007071200 31.3000 77.4800 2000.0 KOTARH +IN007071300 31.0300 77.2000 1227.0 JUNGA +IN007071700 31.1300 77.3700 1893.0 THEOG +IN007071800 31.2500 77.1200 668.0 SUNI(SEONI) +IN007071900 31.6200 77.7500 2271.0 PHANCHA +IN007072000 31.2000 77.4500 2450.0 SHILLARU +IN007072700 31.1000 77.6700 2000.0 JUBBAL +IN007080800 31.7200 76.9300 762.0 MANDI +IN007080900 31.9200 76.7500 1221.0 JOGINDARNAGAR +IN007081000 31.7000 76.7300 914.0 SARKAHAT +IN007081100 31.5300 76.8800 1193.0 SUNDARNAGAR +IN007081400 31.7170 76.9670 761.0 MANDI 42078 +IN007081401 31.5500 77.0200 1504.0 CHACHIOT(CHICHOT) +IN007081500 31.3800 77.2000 1420.0 KARSOG +IN007081700 31.6200 76.9300 762.0 BHANGROTU +IN007082100 31.4200 77.0700 1785.0 JHUNGI +IN007082200 31.5200 77.2200 2286.0 JANJEHLI +IN007082300 31.8000 77.0700 1762.0 KATAULA +IN007082400 31.7000 77.1800 974.0 PANJAIN +IN007100500 30.8800 76.9700 1783.0 KASAULI +IN007101000 30.9000 77.0170 1986.0 DHARMPUR 42107 +IN007101600 31.1000 77.1670 2202.0 SHIMLA GSN 42083 +IN007101601 30.9700 77.1200 1339.0 KANDAGHAT +IN007101602 31.0500 76.7200 616.0 NALAGARH +IN007110800 30.5500 77.3000 932.0 NAHAN +IN007110900 30.7200 77.2000 1685.0 PACHHAD +IN007111800 30.4700 77.6200 399.0 PAONTA +IN007111900 30.6700 77.5000 690.0 RENUKA(RAINKA) +IN007111901 30.6700 77.5000 690.0 RENUKA(RAINKA) +IN007112000 30.3500 77.4700 467.0 DHAULA-KUAN +IN008010200 34.0830 74.8330 1587.0 SRINAGAR GSN 42027 +IN008010201 34.3170 75.3170 2515.0 SONAMARG & 43541 +IN008010300 34.2500 75.0800 2052.0 GUND OBSY +IN008010301 33.7200 75.1500 1588.0 ANANTNAG +IN008010500 33.6300 75.0200 1615.0 KULGAM +IN008010501 34.0300 75.3300 1707.0 PAHALGAM +IN008010600 33.5700 75.2300 1790.0 DURROO +IN008010700 33.8800 74.9000 1600.0 VANTIPURA +IN008010800 33.7800 75.0200 1589.0 BABAPURA +IN008010801 33.9300 75.1200 1615.0 TRAL +IN008010900 33.7200 74.8300 1615.0 SHOPIAN +IN008011100 33.8700 74.7700 1616.0 CHARI SHARIF +IN008011200 34.2200 74.7800 1583.0 MALASHAHIBAG +IN008011201 33.9200 75.2800 1676.0 KOKERNAGH +IN008011300 33.5300 75.2500 1646.0 VERINAGH +IN008011400 33.5800 75.0800 1690.0 QAZI GUND OBSY +IN008011800 34.2800 74.8700 1588.0 PRANG +IN008020300 34.2000 74.3700 1572.0 BARAMULLA +IN008020600 33.8300 74.5800 1587.0 BADGAM +IN008020700 34.3700 74.3000 1588.0 LANGET +IN008020800 34.6300 74.8500 2417.0 GUREZ OBSY +IN008020900 34.3000 74.4700 1574.0 SOPORE +IN008021100 34.5000 74.6700 3145.0 UTTAMACHIPURA +IN008021200 33.9200 74.6000 1615.0 ARIZAL +IN008021300 34.4000 74.2800 1585.0 HANDWARA +IN008021400 34.4200 74.6300 1638.0 BANDIPORA +IN008021500 33.6000 75.3000 1865.0 KUKERNAG OBSY +IN008021600 33.1200 75.3200 1751.0 BATOTE OBSY +IN008030100 33.2500 75.2500 945.0 RAMBAN +IN008030101 33.3000 75.7500 1215.0 KISTWAR +IN008030400 32.9800 75.7200 1643.0 BADARWAH +IN008040100 32.6830 74.8330 314.0 JAMMU (IN-AFB) 42055 +IN008040200 32.8800 74.7300 331.0 AKHNOOR +IN008040400 32.6200 74.7300 288.0 SRI RANBIRSINGH +IN008040500 32.6670 74.8330 367.0 JAMMU 42056 +IN008042400 32.8300 75.0500 457.0 KAWPOTA +IN008060101 34.5700 76.1300 2679.0 KARGIL +IN008060102 34.4330 75.7670 3066.0 DRAS 43542 +IN008060200 34.3300 76.3300 3925.0 MULBECK OBSY +IN008060300 34.2500 76.8300 3205.0 KHALATSE OBSY +IN008060400 34.4200 75.5800 4880.0 PENDRAS OBSY +IN008060401 34.2500 77.7500 4771.0 DIGAR OBSY +IN008060402 34.3300 76.5000 3887.0 KHANGRAL OBSY +IN008070100 33.7800 74.1200 1067.0 POONCH +IN008070200 33.3800 74.3000 924.0 RAJPURI(RAMPUR) +IN008070500 33.1500 74.2300 599.0 NOWSHERA +IN008090300 33.4300 74.9300 2137.0 GULABARH +IN008090301 32.8000 75.3200 792.0 RAMANAGAR +IN008090400 33.0800 74.8300 585.0 REASI +IN008090600 32.9200 75.1300 773.0 UDHAPUR +IN008090700 33.0300 75.2800 1122.0 CHENANI +IN008090900 33.5000 75.1700 1630.0 BANIHAL OBSY +IN008119900 34.0500 74.0300 1628.0 URI +IN008119902 34.6700 74.0800 2799.0 KARNAH +IN009010100 12.9670 77.5830 921.0 BANGALORE GSN 43295 +IN009010101 13.0800 77.7800 858.0 HASKOTE +IN009010200 13.2800 77.5500 889.0 DODBALLAPUR +IN009010201 12.5500 77.4200 627.0 KANAKAPURA +IN009010300 13.1000 77.4000 909.0 NELAMANGALA +IN009010301 12.9500 77.2200 871.0 MAGADI +IN009010400 12.7200 77.2800 686.0 RAMNAGARAM +IN009010401 13.2500 77.7000 891.0 DEVANHALLI +IN009010500 12.7000 77.6800 914.0 ANEKAL +IN009010600 12.6500 77.2000 669.0 CHANNAPATANA +IN009011400 12.9200 77.7500 903.0 VARTUR +IN009011600 12.4300 77.5000 656.0 KODIHALLI +IN009011700 12.4500 77.3200 711.0 SATNUR(SATNURU) +IN009011800 13.0800 77.4200 860.0 HESSARGHATTA +IN009011801 12.7500 77.7800 891.0 ATTIBELE +IN009011900 13.0000 77.5800 899.0 HEBBAL +IN009012000 13.1200 77.5800 909.0 YELAHANKA +IN009012200 13.0000 77.7800 857.0 KADGUDI(KADGOD) +IN009012300 13.4000 77.3800 823.0 SASALU +IN009012400 13.5800 77.4200 693.0 BHAKTHARAHALLI +IN009012500 13.2200 77.3000 91.0 TYAMAGONDLU +IN009012600 13.2300 77.2500 927.0 DOBSPET(SAMPUR) +IN009012700 13.1300 77.3300 91.0 BEGUR +IN009012800 12.9500 77.6330 897.0 BANGALORE/HINDUSTAN 43296 +IN009012801 13.0800 77.9200 919.0 TAVAREKERE +IN009012900 12.9500 77.6000 899.0 BANGALORE C.JAIL +IN009012901 13.0700 77.2500 903.0 SOLUR +IN009013000 13.1700 77.5800 896.0 CHIKJALA +IN009015300 13.3700 77.6800 485.0 NANDI HILLS +IN009015400 13.0800 77.5200 861.0 SOLDEVANHALLI +IN009020100 16.1700 74.8300 615.0 GOKAK +IN009020201 16.4300 74.5800 637.0 CHIKODI +IN009020300 16.2300 74.6000 630.0 HUKERI +IN009020400 15.6300 74.5200 654.0 KHANPUR +IN009020401 16.4800 74.7800 581.0 RAIBAG +IN009020700 16.7300 75.0700 555.0 ATHANI +IN009020900 15.8200 74.8500 680.0 SAMPAGAON-BAILH +IN009020901 15.9500 75.3000 557.0 RAMDURG +IN009021000 15.8500 74.6170 747.0 BELGAUM/SAMBRA 43198 +IN009021001 15.7700 75.1000 669.0 SAUNDATTI +IN009021100 15.8500 74.5330 753.0 BELGAUM 43197 +IN009021400 15.8300 75.0800 737.0 PARASGAD +IN009030200 15.6300 76.9000 381.0 SIRUGUPPA +IN009030300 15.1500 76.8500 449.0 BELLARY 43205 +IN009030400 15.4000 76.6000 390.0 KAMPLI +IN009030500 15.2700 76.4000 467.0 HOSPET +IN009030600 15.3500 76.8300 443.0 KURUGODU +IN009030601 14.9200 76.3800 575.0 KUDLIGI +IN009030700 14.8300 76.2200 582.0 KOTTUR +IN009030701 15.1000 76.5500 577.0 SANDUR +IN009031100 15.0200 75.9300 549.0 HADAGALLI +IN009031500 15.2500 76.3300 476.0 MALLAPURAM +IN009031600 14.7800 75.9800 448.0 HARAPANAHALLI +IN009032000 15.1300 77.0500 413.0 HAGRI A.R.S. +IN009040100 17.9170 77.5330 664.0 BIDAR 43125 +IN009041100 17.7700 77.1300 670.0 HOMANABAD +IN009042000 18.0800 77.4300 639.0 SANTHPUR(AURAD) +IN009042100 18.0300 77.2200 602.0 BHALKI +IN009050100 16.8170 75.7170 594.0 BIJAPUR 43161 +IN009050101 17.1700 75.9700 487.0 INDI +IN009050102 16.9200 76.2300 502.0 SINDGI +IN009050103 15.9700 76.1200 564.0 ILKAL +IN009050200 16.5800 75.9700 594.0 BAGEWADI +IN009050201 16.3300 76.1300 586.0 MUDDEBIHAL +IN009050300 16.2000 75.7000 538.0 BAGALKOT +IN009050301 16.0700 76.0500 533.0 HUNGUND +IN009050400 16.3500 75.6200 550.0 BILGI +IN009050500 16.5000 75.3000 581.0 JAMKHANDI +IN009050600 16.3300 75.2800 556.0 MUDHOL +IN009050800 15.9200 75.6800 554.0 BADAMI +IN009060500 13.3300 75.7700 1018.0 CHICKMAGALUR +IN009060600 13.7200 75.8000 668.0 TARIKERE +IN009060700 13.5500 75.3500 806.0 KOPPA(BALGADI) +IN009060800 13.5500 76.0200 754.0 KADUR +IN009060801 13.1300 75.6300 995.0 MUDIGERE +IN009060900 13.6200 75.5200 677.0 NARASIMHARAJAPURA +IN009061000 13.4200 75.2500 743.0 SRINGERI +IN009061200 13.3670 75.4500 907.0 BALEHONUR 43259 +IN009062200 13.2500 75.9200 871.0 KALASAPUR +IN009062300 13.4300 75.7500 1796.0 ATTIGUNDI +IN009062400 13.2500 75.6500 1042.0 ALDUR +IN009062500 13.4300 75.9200 857.0 SAKREPATNA +IN009062600 13.7000 75.6700 792.0 LAKKAVALLI +IN009062700 13.6000 75.8300 791.0 LINGADAHALLI +IN009062800 13.5300 75.3000 625.0 HARIHARPUR +IN009062900 13.2300 75.3500 794.0 KALASA +IN009063000 13.4200 75.5000 991.0 HIREBYLE +IN009063100 13.6200 76.1500 711.0 YEGATI +IN009063101 13.3500 75.4700 889.0 BELEHONNUR +IN009063200 13.7300 76.0000 744.0 AIJAMPUR +IN009063201 13.1000 75.6800 914.0 GONIBIDU +IN009063300 13.8200 76.0300 770.0 SIVANI +IN009063400 13.0800 75.5000 945.0 KOTTIGEHAR TOLL +IN009063500 13.2000 75.7000 914.0 SEEGEHALLI ESTATE +IN009063800 13.2500 75.7500 1057.0 CHICKMAGALUR OBSY +IN009070100 14.2330 76.4330 733.0 CHITRADURGA 43233 +IN009070200 14.3200 76.6500 584.0 CHALLAKIRE +IN009070300 14.0300 76.1800 692.0 HOLALKHERE +IN009070400 14.5200 76.3300 689.0 JAGALUR +IN009070800 14.7200 76.7500 618.0 MOLAKMURA +IN009070900 13.9500 76.6200 607.0 HIRIYUR +IN009071001 13.8200 76.1700 757.0 HOSADURGA +IN009071100 14.1700 76.2500 710.0 HIREGUNTANUR +IN009071200 14.3800 76.2000 693.0 BHARMASAGAR +IN009071300 14.4500 76.6800 550.0 TALAK +IN009071400 14.4700 76.5500 573.0 NAYAKANHATTI +IN009071401 14.4700 75.9200 584.0 DAVANGIRE +IN009071500 14.2500 76.8800 539.0 PARASURAMPUR +IN009071501 14.5200 75.8000 536.0 HARIHAR +IN009071600 14.1200 76.6500 606.0 YERABALLI(ERABALLI) +IN009071700 14.0500 76.8700 584.0 DHARAMPUR +IN009071800 14.6000 76.6700 569.0 BOMMAGONDANKERE +IN009071900 14.8800 76.7800 522.0 RAMPUR +IN009072000 14.5000 76.1700 432.0 BILICHODU +IN009072800 14.3500 75.7300 545.0 MALEBENNUR +IN009073400 13.9200 76.5000 657.0 VANIVILASAPURA +IN009073500 13.9500 76.1200 709.0 RAMGIRI +IN009073600 13.7300 76.0700 735.0 BAGUR +IN009073700 13.6300 76.4200 690.0 SRIRAMPUR +IN009080900 12.4300 75.7300 1152.0 MERCARA +IN009081000 12.4200 75.7300 1152.0 MERCARA OBSY SR +IN009081100 12.1800 75.8000 923.0 VIRAJPET +IN009081200 12.4500 75.9700 840.0 FRAZERPET +IN009081300 12.6000 75.8500 1131.0 SOMWARPET +IN009081400 12.2300 75.8500 1001.0 AMMATHY +IN009081500 12.4700 75.4500 1054.0 KARIKE +IN009081600 12.3000 75.6800 917.0 NAPOKLU +IN009081601 12.0300 76.1200 805.0 NAGARHOLE +IN009081700 12.3300 75.5700 919.0 PULINGOTH +IN009081701 12.1200 76.0700 853.0 KARMAD +IN009081800 12.8200 75.9000 966.0 SANIVARSANTHE +IN009081801 12.1300 76.1700 861.0 MURKHAL +IN009081900 12.0800 75.7300 94.0 MAKUT +IN009081901 12.2200 76.0000 864.0 TITIMATHI +IN009082000 12.1500 75.9300 857.0 POONAMPET +IN009082100 12.3800 75.5200 876.0 BHAGAMANDALA +IN009082101 11.9800 76.0800 924.0 BALECOVE +IN009082200 12.3700 75.9200 1131.0 DUBARI +IN009082300 12.4500 75.8300 975.0 SUNTICOPPA +IN009082400 12.4800 75.9300 838.0 HUDUGUR +IN009082500 12.0200 75.9800 848.0 SRIMANGALA +IN009082600 12.5000 75.5500 141.0 SAMPAJE +IN009090100 15.4500 75.0000 727.0 DHARWAR +IN009090101 15.1800 74.9700 546.0 KALGHATGI +IN009090200 15.3300 75.1300 633.0 HUBLI +IN009090201 14.7700 75.1300 564.0 HANGAL +IN009090300 15.4170 75.6330 650.0 GADAG 43201 +IN009090400 14.6200 75.6200 579.0 RANEBENNUR +IN009090401 15.2200 75.9000 701.0 MUNDARGI +IN009090500 14.8000 75.4000 580.0 HAVERI +IN009090501 15.5500 75.3700 631.0 NAVALGUND +IN009090600 15.7200 75.3800 807.0 NARGUND +IN009090601 14.9700 75.3300 579.0 SAUNUR(SAVNUR) +IN009090700 15.7000 75.7500 592.0 RON +IN009091200 15.2200 75.5800 654.0 SHIRHATTI +IN009091300 15.2500 75.2500 620.0 KUNDGOL +IN009091700 14.9800 75.2200 616.0 SHIGGAON +IN009091800 14.4500 75.4000 615.0 HIREKERUR +IN009091900 14.6800 75.4800 595.0 BYDGI +IN009100100 16.7700 77.1300 360.0 YADGIR +IN009100200 17.3500 76.8500 458.0 GULBARGA 43121 +IN009100300 17.5500 76.5700 358.0 ALAND +IN009100400 16.7000 76.8300 523.0 SHAHPUR +IN009100401 17.2000 76.3500 403.0 AFZALPUR +IN009100700 17.4700 77.4300 455.0 CHINCHOLI +IN009100800 16.5200 76.7500 569.0 SHORAPUR +IN009100900 17.1700 77.2800 421.0 SERAM +IN009101200 17.1200 77.0800 449.0 CHITTAPUR +IN009101300 17.5300 77.0300 404.0 JEWARGI +IN009110100 12.9500 75.7800 895.0 SANKLESPUR +IN009110101 13.1700 75.8500 960.0 BELUR +IN009110200 12.9700 75.9800 967.0 ALUR +IN009110600 13.0000 76.1500 960.0 HASSAN OBSY +IN009110700 13.3200 76.2500 805.0 ARSIKERE +IN009111300 13.0200 75.6800 958.0 HANBAL +IN009111301 12.7700 76.0500 917.0 ARKALGUD +IN009111400 13.0200 75.8300 1016.0 AREHALLI +IN009111401 12.9000 76.3800 844.0 CHANNARAYAPATNA +IN009111500 12.7800 76.2300 839.0 HOLENARSIPUR +IN009112500 13.0800 76.2200 943.0 DUDDA +IN009112600 13.0000 76.3700 905.0 BAGUR +IN009112700 12.7800 75.8500 923.0 YESLURPET +IN009112701 13.0000 76.4800 877.0 NUGGEHALLI +IN009112800 12.8500 75.8500 941.0 KENCHAMMANA HTE +IN009112801 13.4200 76.1800 794.0 BANAVAR +IN009112900 12.8300 75.6700 338.0 MARANAHALLI TTG +IN009112901 13.5300 76.3200 726.0 KANAKATTE +IN009113000 13.1500 76.3000 940.0 GANDASI +IN009113100 12.9200 75.7500 1006.0 OSSOOR ESTATE +IN009113800 13.2200 76.0000 863.0 HALEBID +IN009114000 13.0000 76.1000 942.0 HASSAN TALUK CUTC +IN009114400 12.9800 76.2000 961.0 GRAMA +IN009114500 12.8300 76.0000 922.0 KATTAYA +IN009114600 12.6300 76.0500 833.0 KONANUR +IN009114700 12.8700 76.5700 915.0 HIRESAVE +IN009114800 12.6500 76.2500 882.0 HALLI MYSORE +IN009115200 12.7700 76.2300 867.0 SRIRAMDEVAR DAM +IN009120100 14.7830 74.1330 4.0 KARWAR 43225 +IN009120101 13.9800 74.5500 2.0 BHATKAL +IN009120200 14.6700 74.3000 13.0 ANKOLA +IN009120300 14.4200 74.4200 220.0 KUMTA +IN009120400 14.2830 74.4500 9.0 HONAVAR 43226 +IN009120500 14.9500 74.7200 540.0 YELLAPUR +IN009120600 15.3300 74.7500 550.0 HALIYAL +IN009120601 14.6200 74.8300 610.0 SIRSI +IN009120700 15.2700 74.5000 502.0 SUPA +IN009120701 14.9700 75.0300 551.0 MUNDAGOD +IN009120702 14.3300 74.8800 703.0 SIDDAPUR +IN009121800 14.0670 74.5330 45.0 SHIRALI 43229 +IN009130200 12.8670 74.8500 22.0 MANGALORE 43283 +IN009130201 13.1000 74.7800 1.0 MULKI +IN009130300 12.9170 74.8830 102.0 MANGALORE/BAJPE 43284 +IN009130301 13.3500 74.7500 9.0 UDIPI +IN009130400 13.6300 74.6800 3.0 COONDAPUR +IN009130500 13.8700 74.6300 36.0 BAINDUR +IN009130600 12.7700 75.2000 140.0 PUTTUR +IN009130700 12.9800 75.2800 183.0 BELTHANGADY +IN009130800 12.8800 75.0300 35.0 BANTWAL +IN009131100 13.2200 75.0000 73.0 KARKAL +IN009140100 13.1300 78.1300 831.0 KOLAR +IN009140200 13.4000 78.0700 872.0 CHINTAMANI +IN009140300 13.1700 78.4000 840.0 MULBAGAL +IN009140400 13.3500 78.2200 879.0 SRINIVASPUR +IN009140500 13.3800 77.8500 907.0 SIDLAGHATTA +IN009140600 13.4300 77.7300 918.0 CHICKBALLAPUR +IN009140700 13.7800 77.7800 716.0 BAGEPALLI +IN009140800 13.6200 77.5200 680.0 GAURIBIDANUR +IN009140900 13.0000 77.9300 903.0 MALUR +IN009141000 13.6300 77.7000 844.0 GUDIBANDA +IN009141500 13.0000 78.1800 812.0 BANGARPET +IN009141601 12.9200 78.2500 919.0 CHAMPION REEFS +IN009141700 13.2000 78.0200 831.0 VEMGAL +IN009141800 13.0200 78.3300 803.0 BETHAMANGALA +IN009141900 13.3500 78.4200 764.0 RAMASAGARA +IN009142100 13.5800 78.0300 870.0 BURUDAGUNTA +IN009142101 12.9200 77.9000 899.0 LAKKUR +IN009142200 13.1800 78.5000 733.0 NANGLI +IN009142201 12.8800 78.2000 788.0 KAMASANDRA +IN009142300 12.8300 78.2000 739.0 THOPPANHALLI +IN009142301 13.0500 78.4200 781.0 TAYALUR +IN009142400 12.9500 78.3000 882.0 KOLAR GOLD FIELDS 43299 +IN009142500 13.3700 78.3300 837.0 SOMAYAJILAPALLI +IN009142600 13.5000 78.3300 696.0 RAYALPAD +IN009142700 13.7000 78.1200 700.0 CHELUR +IN009143000 13.4000 78.3700 943.0 PULUGURKOT +IN009143300 13.3000 77.9700 870.0 TALAGAVARA +IN009143400 13.2500 77.8300 899.0 JAMGAMKOTE +IN009143500 13.5000 77.9200 848.0 DIBBURAHALLI +IN009143600 13.4000 77.9800 915.0 SRINIVASASAGAR +IN009143700 13.7500 77.9500 732.0 PATHAPALAYA +IN009143800 13.6700 77.5800 679.0 VATADAHOSAHALLI +IN009150200 12.4200 76.6800 683.0 SRIRANGPATNAM +IN009150400 12.7000 76.8000 759.0 BASARALU +IN009150700 12.5300 76.8800 671.0 MANDYA +IN009150701 12.3800 77.0700 732.0 MALAVALLI +IN009150800 12.6700 76.4800 808.0 KRISHNARAJPET +IN009150801 12.6000 77.0300 648.0 MADDUR +IN009150900 12.8200 76.7500 786.0 NAGAMANGALA +IN009152100 12.5000 76.6700 786.0 PANDAVAPURA +IN009153500 12.4800 76.8000 707.0 LINGARAJCHATRA +IN009153600 12.7800 76.4200 817.0 KIKKERI +IN009153700 12.7200 76.7000 841.0 HONAKERE +IN009153800 12.8800 76.6300 885.0 BINDIGANAVALE +IN009153900 12.8000 76.8700 722.0 DAVALAPURA +IN009154000 12.9800 76.7200 794.0 BELLUR +IN009154100 12.7000 76.7800 789.0 KOPPA +IN009154200 12.6500 76.6500 981.0 MELKOTE +IN009154300 12.5300 76.6000 693.0 CHINKURLI +IN009155700 12.5000 76.8330 695.0 MANDYA 43289 +IN009160100 12.3000 76.7000 767.0 MYSORE 43291 +IN009160101 11.9200 76.9300 716.0 CHAMARAJNAGAR +IN009160200 11.8000 76.6800 798.0 GUNDLUPET +IN009160300 12.3000 76.2800 777.0 HUNSUR +IN009160500 12.0800 76.3300 722.0 HEGGADDEVANKOTE +IN009160600 12.1300 76.6800 653.0 NANJANGUD +IN009161000 12.3300 76.1000 859.0 PERIYAPATNA +IN009161200 12.2000 76.9000 639.0 T.NARSIPUR +IN009161300 12.1200 77.1200 671.0 KOLLEGAL +IN009162000 12.4300 76.4200 816.0 KRISHNARAJNAGAR +IN009162100 11.8300 77.0000 747.0 ATTAGULIPUR +IN009162200 11.8200 77.2500 916.0 BAILUR +IN009162400 12.3500 76.5300 820.0 YELAWALL +IN009162401 12.0800 77.0800 632.0 MUDIGUNDAM +IN009162500 12.0500 76.9800 686.0 SANTHEMARAHALLI +IN009162501 12.0800 77.2800 632.0 HANUR +IN009162600 11.8500 76.8300 808.0 UDIGALA +IN009162601 12.3300 76.4200 899.0 BILIKERE +IN009162602 12.0700 77.4300 609.0 COWDALLI +IN009162700 12.5700 76.2700 785.0 SALIGRAMA +IN009162701 11.9200 76.2000 711.0 KANKANKOTE +IN009162702 12.0500 77.0300 668.0 YELANDUR +IN009162800 12.6000 76.3500 621.0 BERYA +IN009162801 11.9300 76.6700 763.0 BEGUR +IN009162900 12.1200 76.5800 692.0 HAMPAPURA +IN009162901 11.6700 76.6300 1026.0 BANDIPUR +IN009163200 12.0000 76.5300 727.0 HURA +IN009163400 12.4700 76.1000 891.0 BETTADAPURA +IN009165000 12.3000 76.6700 767.0 MYSORE HALL +IN009165300 12.3800 76.6700 762.0 ARS NAGENAHALLI +IN009165400 12.1200 76.1200 869.0 KUNTHUR +IN009170500 16.2000 77.3500 400.0 RAICHUR 43169 +IN009170501 16.1700 76.5200 504.0 LINGASUGUR +IN009170600 16.1700 77.0300 410.0 SIRWAR +IN009170601 16.2000 76.6300 515.0 HATTI CAMP +IN009170700 16.4200 76.9200 390.0 DEODURGA +IN009170800 16.2700 77.3700 385.0 YERMARUS +IN009170801 15.4700 76.5000 428.0 ODDAR HATTI +IN009170900 15.7800 76.2000 639.0 KUSHTAGI +IN009171000 15.3500 76.1700 523.0 KOPPAL +IN009171100 15.7800 76.7700 391.0 SINDHANOOR +IN009171200 15.6200 76.0200 608.0 YALBURGA +IN009171300 15.4300 76.5300 408.0 GANGAVATI +IN009171701 15.9700 77.3700 333.0 GILLESUGUR +IN009171800 15.9800 77.0500 367.0 MANVI +IN009171900 15.9700 77.1700 343.0 RAJULABANDA +IN009180200 13.9300 75.6300 587.0 SHIMOGA +IN009180300 13.9300 75.6300 571.0 SHIMOGA OBSY +IN009180400 13.6800 75.2300 582.0 THIRTHAHALLI +IN009180800 14.0300 75.9200 731.0 CHANNAGIRI +IN009180801 14.4200 74.9700 543.0 CHANDRAGUTTE +IN009180900 14.1700 76.0000 647.0 SANTEBENNUR +IN009180901 14.2300 75.6500 563.0 HONNALI +IN009180902 14.0200 74.9000 560.0 KARUR +IN009181000 14.2700 75.3500 594.0 SHIKARPUR +IN009181100 14.3800 75.1000 571.0 SORAB +IN009181101 14.1700 74.7500 685.0 JOG PT.COLONY +IN009181200 14.1700 75.0300 571.0 SAGAR +IN009181201 14.0000 74.9200 521.0 HIREBHASAGAR +IN009181300 14.0500 75.3800 726.0 KUMSI +IN009181301 14.2200 74.9200 557.0 THALAGUPPA +IN009181500 14.1700 74.8500 541.0 KARGAL COLONY +IN009181501 13.9200 75.0500 567.0 HOSANAGAR +IN009181600 13.7300 75.0200 562.0 HULIKAL +IN009181700 13.8300 75.0200 606.0 NAGAR TOWN(POLIC) +IN009181800 13.5300 75.0800 654.0 AGUMBE +IN009181900 13.8700 75.2200 676.0 HUMCHADAKATTE +IN009182001 13.8500 75.7200 595.0 BHADRAVATI +IN009182100 14.1000 75.5000 653.0 SAULANGA +IN009182200 14.3800 75.2500 595.0 SHIRALKOPPA +IN009182300 14.5700 75.1500 561.0 ANAVATTI +IN009182400 14.0800 75.2200 624.0 ANANDAPURAM +IN009182500 14.1700 75.1700 623.0 THAGARATHI +IN009182600 14.0000 75.2800 663.0 ARASALU +IN009182700 14.0000 75.4300 681.0 AYANUR +IN009183300 13.9300 75.5700 572.0 DST.OFFI.SHIMOGA +IN009183600 13.5000 75.1000 659.0 AGUMBE OBSY SR +IN009190100 13.4200 76.6200 786.0 CHIKNAYAKANIHALL +IN009190101 14.1000 77.2800 676.0 PAVAGADA +IN009190200 13.7500 76.9200 155.0 SIRA +IN009190300 13.3200 76.9300 765.0 GUBBI SR +IN009190400 13.2800 76.4500 850.0 TIPTUR +IN009190500 13.1700 76.6700 806.0 TURUVEKERE +IN009191100 13.3500 77.1000 814.0 TUMKUR +IN009191101 13.4700 76.4700 787.0 MATTIGATA +IN009191102 14.2800 77.1700 618.0 HOSAKOTE +IN009191200 13.6500 77.2000 1081.0 MADHUGIRI +IN009191201 13.6000 76.5300 726.0 HULIYAR +IN009191202 14.1700 77.4200 591.0 TIRUMANI +IN009191300 13.5800 76.5800 684.0 BORANKANIVE +IN009191301 14.0800 77.0300 624.0 ARSIKERE +IN009191302 13.0200 77.0200 761.0 KUNIGAL +IN009191400 13.6300 76.9300 684.0 KALLAMBELLA +IN009191401 13.5300 77.2300 879.0 KORATAGERE +IN009191500 13.6700 76.7300 675.0 BUKKAPATNA +IN009191600 13.9300 76.9700 639.0 BARAGUR +IN009191700 13.2500 76.8500 770.0 KADABA +IN009191800 13.5000 76.7500 767.0 HAGALVADI +IN009191900 13.4500 76.8700 843.0 CHELUR +IN009192000 13.3300 76.3800 820.0 HONNAVALLI +IN009192100 13.1700 76.5500 811.0 NONAUINKERE +IN009192200 13.3200 76.6300 826.0 KIBBANHALLI +IN009192201 12.8200 77.0300 939.0 HULIYURDURGA +IN009192300 12.9200 76.9200 723.0 AMRITUR +IN009192301 12.7700 77.0500 797.0 NIDSALE +IN009192302 13.2500 76.7200 823.0 DANDINASIVARA +IN009192400 13.0800 76.7500 775.0 MAYASANDRA +IN009193900 13.1500 76.8800 754.0 CHANDRASEKHARAPURA +IN009194000 13.1300 77.0300 819.0 HEBBUR +IN009194100 13.3300 77.1300 886.0 UDRIGERE +IN009194200 13.4200 77.0200 812.0 BALLAVI +IN009194201 13.4500 76.7300 762.0 DALAVOY TANK +IN009194300 13.5000 77.0000 811.0 NELHAL +IN009194400 13.6700 77.1300 771.0 BADVANHALLI +IN009194500 13.8300 77.2000 740.0 MIDIGESI +IN009194600 13.8000 77.3000 663.0 ITAKADIBBANHALLI +IN009194700 13.7200 77.4000 634.0 KODIGENAHALLI +IN009194800 13.5300 77.3000 729.0 HOLAVANHALLI +IN009194900 13.5000 77.0800 834.0 TOVINKERE +IN009195000 13.4200 77.3300 789.0 MAVATHUR +IN009195100 13.3700 77.2800 900.0 KOLAL +IN009195200 13.5000 77.1700 985.0 THUMBADI +IN009195700 13.3300 77.0800 822.0 TUMKUR OBSY +IN010010400 9.8700 76.3300 4.0 ARUKUTTY +IN010010600 9.7000 76.3300 4.0 SHERTHALA +IN010011000 9.5500 76.3300 4.0 ALLEPPEY OBSY +IN010011100 9.3800 76.3700 1.0 AMBALAPUZA +IN010011200 9.3800 76.5500 3.0 THIRUVALLA +IN010011300 9.3200 76.6200 7.0 CHENGANNUR +IN010011500 9.2500 76.5300 14.0 MAVELIKARA +IN010012800 9.2800 76.4500 3.0 HARIPAD +IN010013400 9.5500 76.4200 4.0 ALLEPEY PWD +IN010020100 11.9700 75.5500 39.0 IRIKKUR +IN010020101 12.5200 74.9800 19.0 KASARGOD +IN010020200 11.8700 75.3700 12.0 CANNANORE +IN010020300 12.1000 75.2000 18.0 PAYYANUR +IN010020301 11.7500 75.5000 4.0 TELLICHERY +IN010020400 12.0500 75.3500 36.0 TALIPARAMBA +IN010020500 12.3000 75.1000 20.0 HOSDURG +IN010020700 11.8000 76.0200 694.0 MANANTODDY +IN010020900 11.9700 75.6700 112.0 IRRITY +IN010021200 11.8330 75.3330 18.0 CANNUR 43315 +IN010030100 10.2000 76.5200 45.0 MALAYATTUR +IN010030200 10.1500 76.2200 3.0 PARUR +IN010030300 10.1200 76.3500 11.0 ALWAYE PWD +IN010030301 9.9700 76.5800 105.0 MUVATTUPUZHA +IN010031900 10.1200 76.4800 37.0 PERUMPAVUR +IN010032000 10.0500 76.7800 101.0 NERIAMANGALAM +IN010032300 9.9800 76.2800 3.0 ERNAKULAM +IN010032500 9.8300 76.6700 216.0 KARIKODE +IN010033100 9.9670 76.2330 3.0 FORT COCHIN 43351 +IN010040200 9.5700 76.7800 78.0 KANJIRAPALLY +IN010040500 9.7500 76.4000 2.0 VAIKOM +IN010040700 9.6700 76.5700 4.0 ETTUMANUR +IN010040800 9.5800 76.5300 7.0 KOTTAYAM P.W.D +IN010040900 9.4500 76.5500 8.0 CHANGENACHERY +IN010041100 10.2700 77.1500 1088.0 MARAYUR +IN010041200 10.0700 77.1000 1495.0 DEVIKULAM +IN010041400 9.8700 77.1000 800.0 CHINNAR +IN010041500 9.9700 77.2200 1073.0 SANTHANPARA +IN010041700 10.1000 77.0700 1604.0 MUNNAR +IN010041800 9.7200 77.1300 1139.0 VANDANMETTU +IN010041900 9.5800 77.1700 823.0 KUMILY +IN010042000 9.5800 77.1800 919.0 THAKKADY +IN010042100 9.5500 77.2200 953.0 PERAIYAR +IN010042600 9.6000 76.7500 134.0 PALA +IN010043000 9.5700 76.9800 970.0 PEERMADE RESIDEN +IN010043200 9.9000 76.8300 142.0 VELLOOR +IN010043500 9.5800 76.5300 7.0 KOTTAYAM OBSY +IN010050400 11.6000 75.5800 3.0 BADAGARA +IN010050500 11.6700 75.7500 54.0 KUTTIADI +IN010050600 11.4500 75.7000 8.0 QUILANDI +IN010050601 11.5500 76.0300 945.0 VAYITTIRI +IN010050700 11.2500 75.7830 5.0 KOZHIKODE 43314 +IN010060100 10.7800 75.9200 1.0 PONNANI +IN010060400 11.1200 76.1300 107.0 MANJERI +IN010060500 11.2830 76.2330 31.0 NILAMBUR 43316 +IN010060800 11.0500 75.9200 6.0 TIRUVANGADI +IN010061500 10.9700 76.2300 192.0 PERINTHALAMANNA +IN010070800 10.7000 76.7300 67.0 CHITTUR +IN010070900 10.6300 76.5500 66.0 ALATTUR +IN010071000 10.7800 76.6500 97.0 PALGHAT +IN010071200 10.8000 76.5500 61.0 PARLI +IN010071300 10.7800 76.3800 34.0 OTTAPALAM +IN010071400 10.8700 76.3200 67.0 CHERAPALASERI +IN010072200 10.9800 76.4700 90.0 MANNARGHAT +IN010080100 8.8800 76.6000 11.0 QUILON PWD +IN010080200 8.7800 76.6700 0.0 PARAVUR +IN010080500 8.8300 76.8800 15.0 NILAMEL +IN010081400 9.2700 76.7700 30.0 PATTANAMPHITTA +IN010081600 9.2200 76.8500 87.0 KONNI +IN010081800 9.1500 76.7300 88.0 ADUR +IN010081900 9.0700 76.5300 12.0 KARUNAGAPALLI +IN010082000 9.0000 76.9200 33.0 PUNALUR +IN010082100 9.0200 76.7700 42.0 KOTTARAKARA +IN010084000 8.9800 77.1700 570.0 ARYANKAVU +IN010090400 10.2200 76.2000 8.0 CRANGANORE +IN010090600 10.5200 76.2200 15.0 TRICHUR +IN010091600 10.5700 76.0500 20.0 CHOWGHAT +IN010091700 10.4500 76.1300 23.0 TRIPRAYAR +IN010092100 10.2500 76.1700 8.0 MUKUNDAPURAM +IN010092500 10.6700 76.2500 162.0 THALIPILLY +IN010100300 8.7000 76.8200 18.0 ATTINGAL +IN010100400 8.4830 76.9500 64.0 THIRUVANANTHAPURAM 43371 +IN010100600 8.7200 76.7000 0.0 VARKALA +IN010100700 8.4670 76.9500 8.0 THIRUVANANTHAPURAM 43372 +IN010101200 8.6000 77.0000 68.0 NEDUMANGAD +IN010101400 8.3800 77.0800 18.0 NOYYATINKARA +IN010101500 8.3300 77.1500 30.0 PARASALA +IN010104100 8.7500 77.1200 723.0 PONMUDI +IN011010500 22.1000 80.5700 556.0 BAIHAR +IN011010600 22.1200 80.0700 305.0 DHUTI +IN011010700 21.8000 80.2000 317.0 BALAGHAT +IN011010701 21.7800 79.8000 341.0 KATANGI +IN011010800 21.5000 80.5300 318.0 LANJI +IN011010900 21.7500 80.0500 302.0 WARASEONI +IN011011000 21.8300 79.9800 334.0 KATTANJHIRI +IN011011001 21.7200 80.4200 305.0 DONGARGAON +IN011011002 22.0500 80.7700 313.0 PALHERA +IN011011100 22.2000 80.3000 370.0 JAMUNIA +IN011011101 21.7800 80.8300 293.0 SALETEKA +IN011011400 22.1800 80.3200 567.0 PARASWADA +IN011011500 21.6200 80.4000 328.0 WARAMAIN +IN011011600 21.9500 80.0500 312.0 LALBURRA +IN011011800 21.9200 80.0000 351.0 SARTHI +IN011020100 19.6000 81.6500 657.0 KONDAGAON +IN011020200 18.8800 81.3500 375.0 DANTEWARA +IN011020201 19.7200 81.2500 584.0 NARAYANPUR +IN011020300 19.0830 82.0330 553.0 JAGDALPUR GSN 43041 +IN011020302 18.3800 81.6700 192.0 SUKMA +IN011020400 18.7800 80.8200 315.0 BIJAPUR +IN011020500 18.8700 80.3800 105.0 BHOPALPATNAM +IN011020501 17.8000 81.3800 282.0 KONTA +IN011021200 20.2670 81.4830 402.0 KANKER 42953 +IN011021300 18.5800 81.2300 114.0 BAILADILA OBSY +IN011021500 20.1000 81.1700 364.0 ANTAGARH +IN011021600 20.0800 81.6000 790.0 KESKAL +IN011021700 20.3200 81.0800 349.0 BHANUPRATAPPUR +IN011030100 21.7700 78.2700 771.0 MULTAI +IN011030200 21.9200 77.9000 658.0 BETUL(BADNUR) +IN011030300 21.6300 77.9200 680.0 ATNER +IN011030400 21.6500 77.6300 754.0 BHAINSDEHI +IN011030800 22.2000 77.9200 396.0 SHAHPUR +IN011030900 22.0200 77.6700 634.0 CHICHOLI +IN011031100 21.8670 77.9330 653.0 BETUL 42860 +IN011040100 23.5330 77.8170 430.0 VIDISHA 42669 +IN011040101 24.1000 77.7000 469.0 SIRONJ +IN011040200 23.8700 77.9300 416.0 BASODA +IN011040300 24.1300 78.0500 406.0 KURWAI +IN011041900 24.0500 77.4200 523.0 LATERI +IN011050400 26.5700 78.8000 143.0 BHIND +IN011050500 26.2000 78.9300 212.0 LAHAR +IN011050900 26.4200 78.4500 162.0 GOHAD +IN011051400 26.5000 78.6200 149.0 MEHGAON +IN011060100 22.0800 82.1300 271.0 BILASPUR +IN011060101 22.0700 81.6800 280.0 MUNGELI +IN011060200 22.0200 82.5800 262.0 JANJGIR +IN011060201 22.2200 81.4200 345.0 PANDARIA +IN011060300 22.5000 82.5500 324.0 KATHGHORA +IN011060301 22.4200 81.6000 376.0 KHURAI +IN011060500 22.3300 82.7000 278.0 KORBA +IN011060600 22.5700 82.6200 347.0 PONDILAFA +IN011060700 22.8300 82.2000 525.0 PASAN +IN011060701 21.7200 82.6000 115.0 SEORINARAYAN +IN011060800 22.7670 81.9000 625.0 PENDRA ROAD GSN 42779 +IN011061200 22.3000 82.2200 296.0 KOTAGHAT +IN011061300 22.0300 82.9700 241.0 SAKTI +IN011061400 22.0330 82.7000 245.0 CHAMPA 42783 +IN011061600 21.7800 83.0800 223.0 DHABARA (DABRA) +IN011070300 24.9200 79.6000 505.0 CHATARPUR +IN011070400 24.6200 79.5000 547.0 BIJAWAR +IN011070600 24.2500 79.3000 471.0 BUXWAHA +IN011070700 24.8800 79.9200 233.0 RAJNAGAR +IN011070800 24.9800 79.9200 217.0 KHAJURAHO OBSY +IN011071100 25.0670 79.4500 229.0 NOWGONG 42467 +IN011080200 21.6300 78.7800 362.0 SAUSAR +IN011080300 22.6200 79.2300 593.0 HARRAI +IN011080400 22.3000 79.1700 918.0 AMARWARA +IN011080500 22.0700 78.9500 667.0 CHINDWARA +IN011080600 22.3500 78.6800 984.0 TAMIA +IN011080900 22.0500 79.2700 637.0 CHAURAI +IN011081100 22.1000 79.0000 685.0 CHINDWARA OBSY SR +IN011082000 21.9500 79.7200 570.0 ARI TANK +IN011082100 21.9300 79.7300 556.0 CHINCHBUND +IN011090101 23.6800 79.7300 335.0 MALA +IN011090200 24.1300 79.6000 306.0 HATTA +IN011090201 23.5500 79.0700 415.0 MAJGAHAN HANSRAJ +IN011090400 23.7700 79.5500 366.0 HARDUA MARAR +IN011090501 23.8300 79.4500 424.0 DAMOH +IN011090600 23.5500 79.6800 366.0 JABERA +IN011101100 26.1500 78.8000 151.0 SEODHA(SEONDHA) +IN011101101 25.6700 78.4700 457.0 DATIA +IN011110100 22.9700 76.3500 468.0 SONKATCH +IN011110300 22.6700 76.7300 351.0 KANNOD +IN011110600 22.9700 76.0700 535.0 DEWAS AR. +IN011111500 22.5500 76.2000 393.0 UDAINAGAR(MEDI) +IN011111600 22.6000 76.9200 305.0 KHATEGAON +IN011120500 23.0200 75.2300 508.0 BADNAWAR +IN011120800 22.6700 74.9800 457.0 SARDARPUR +IN011120900 22.6000 75.3000 556.0 DHAR +IN011121000 22.1500 75.3500 142.0 DHARAMPURI +IN011121200 22.2300 75.0800 192.0 MANAWAR +IN011122400 22.6000 75.3000 583.0 DHAR 42752 +IN011130100 21.2200 81.2800 289.0 DURG(DRUG) +IN011130101 20.8700 81.0300 314.0 SANJARI +IN011130102 20.7800 80.7300 429.0 AMBAGARH CHOWKI +IN011130103 21.4200 80.9800 306.0 KHAIRAGARH +IN011130200 21.7200 81.5300 285.0 BEMETARA +IN011130201 21.2000 80.7500 348.0 DONGARGARH +IN011130300 21.6700 81.1200 321.0 GANDAI +IN011130301 20.6800 81.2500 319.0 ADAMABAD +IN011130400 22.0200 81.2500 345.0 KOWARDHA +IN011130401 20.9500 81.4000 322.0 BHATAGAON +IN011130402 21.0300 81.4000 303.0 KHAPARI +IN011130700 21.2000 81.4200 305.0 BHILAI +IN011130800 21.0800 81.4300 310.0 SELOD +IN011130900 21.5500 81.5300 386.0 KHARRA +IN011131300 21.0800 81.0300 303.0 RAJNANDGAON +IN011132100 21.5300 81.0000 333.0 CHHUIKHADAN +IN011132200 21.8000 81.3300 288.0 KHAMARIA +IN011140400 24.4000 78.1000 404.0 MUNGAOLI +IN011140401 24.1700 77.0000 444.0 CHACHORA +IN011140600 24.6300 77.3200 479.0 GUNA +IN011140700 24.6500 77.3170 478.0 GUNA 42559 +IN011140800 24.5700 77.7200 502.0 PACHHAR +IN011141300 24.7200 78.1300 455.0 CHANDERI +IN011150300 26.2330 78.2500 207.0 GWALIOR 42361 +IN011150600 25.9500 78.4000 205.0 PICHHORE(DABRA) +IN011150700 25.7300 78.7500 203.0 BHANDAR +IN011150800 26.2000 78.1700 211.0 GIRD +IN011151600 26.0500 77.9500 367.0 GHATIGAON +IN011160100 22.7000 78.2000 333.0 SOHAGPUR +IN011160200 22.4670 78.4330 1075.0 PACHMARHI 42767 +IN011160300 22.7670 77.7670 302.0 HOSHANGABAD 42763 +IN011160400 22.3500 77.0800 291.0 HARDA +IN011160500 22.4500 77.4800 309.0 SEONI +IN011160700 22.0800 77.0800 523.0 MAKRAI +IN011161200 22.6700 77.7500 307.0 POWER KHEDA +IN011161300 22.6300 77.9800 331.0 BAGRATAWA HYDROSR +IN011170400 22.7170 75.8000 567.0 INDORE 42754 +IN011170500 22.8500 75.5500 533.0 DEPALPUR +IN011170600 22.5500 75.7700 579.0 MHEW(MHOW) +IN011170800 22.4300 75.6300 574.0 MANPUR(TAPPA) +IN011171400 22.7200 75.8500 551.0 INDORE(CORPORATI) +IN011171600 22.9700 75.8300 516.0 SANWER +IN011171700 22.8000 75.7500 566.0 HATOD +IN011171800 22.9800 75.7700 534.0 GAUTAMPURA +IN011180200 23.4800 80.1000 442.0 SIHORA SR +IN011180301 23.8500 80.4000 376.0 MURWARA(KATHI) +IN011180400 23.2500 80.1500 457.0 PARIAT +IN011180500 23.8200 80.5500 381.0 AMARI +IN011180600 23.8500 80.0500 378.0 BORINA +IN011180700 23.7200 80.3800 529.0 NIWAR(AMEHTA) +IN011180800 23.2000 79.9500 393.0 JABALPUR 42675 +IN011180802 23.7200 80.8300 403.0 KHITOLI +IN011180900 23.3000 79.7000 375.0 PATAN +IN011180901 23.6700 80.0700 433.0 BOHORIBUND +IN011181200 23.1000 80.0300 438.0 BARERAKALAN +IN011181300 23.1700 79.9200 385.0 ADHARTAL +IN011181400 23.9800 80.6000 361.0 BIJERAGHOGARH +IN011190300 22.7800 74.5800 317.0 JHABUA +IN011190700 22.3000 74.3700 297.0 ALIRAJPUR/RAJPUR +IN011200200 22.6000 80.3800 442.0 MANDLA +IN011200300 22.8300 80.2500 422.0 NARAYANGANJ +IN011200400 22.4500 80.7200 638.0 BICHHIA +IN011200500 22.9300 81.0800 405.0 DINDORI +IN011200600 22.6700 81.3700 772.0 BAJAG +IN011200700 22.7200 81.6200 780.0 KARANJIA +IN011201000 23.1800 80.7000 646.0 SHAHPURA +IN011201100 23.0500 80.4500 730.0 NIWAS +IN011201300 22.5800 80.3700 443.0 MANDLA OBSY SR +IN011210200 24.0700 75.0700 36.0 MANDSAUR +IN011210300 24.6000 74.8500 457.0 JAWAD +IN011210301 24.0300 75.3700 445.0 SITAMAU +IN011210400 24.0700 75.6500 449.0 SUVASARATAPPA +IN011210401 24.4700 74.8700 491.0 NEEMUCH +IN011210600 24.4670 74.9000 496.0 NIMACH 42547 +IN011210700 24.3300 75.6500 422.0 GAROTH (GAROT) +IN011210800 24.4700 75.1300 454.0 MANASA +IN011220700 26.7000 78.2300 29.0 AMBAH +IN011220701 25.6700 76.7000 223.0 SHEOPUR +IN011221200 26.3500 77.8200 30.0 JAURA +IN011221201 26.5000 78.0000 188.0 MORENA +IN011221300 25.6670 76.6830 235.0 SHEOPUR 42456 +IN011221301 26.2500 77.4000 205.0 SABALGARH +IN011221700 26.0500 77.3800 229.0 BIJAYPUR +IN011230100 22.9500 79.2000 359.0 NARSINGHPUR +IN011230300 22.9200 78.8000 347.0 GADARWARA +IN011230400 22.7300 78.8200 363.0 MOHPANI +IN011231000 23.1700 78.8800 335.0 TENDUKHERA +IN011231100 23.0500 79.4800 378.0 CHINDWARA +IN011240300 21.8330 76.3670 318.0 KHANDWA 42855 +IN011240400 21.3200 76.2300 253.0 BURHANPUR SR +IN011240800 22.1200 76.7300 260.0 HARSUD +IN011240900 22.2500 76.1500 208.0 MANDHATA +IN011241000 22.2300 76.4000 267.0 PUNASA HYDROSR +IN011250200 22.2700 76.0300 188.0 BURWAHA +IN011250600 21.8200 75.6200 265.0 KHARGONE +IN011250601 22.0300 74.8800 170.0 BARWANI +IN011250700 22.2000 75.5800 442.0 MAHESHWAR +IN011250701 21.6700 74.7000 238.0 PANSEMAL(TOPPA) +IN011250800 21.9500 75.1300 236.0 RAJPUR +IN011250900 21.8700 75.9700 282.0 BHIKANGAON HYDRO +IN011251101 21.6800 75.1000 406.0 SENDHWA MEDDEPT +IN011251300 21.8200 75.6200 251.0 KHARGONE OBSY +IN011251400 22.0700 75.4000 172.0 THIKRI HYDROSR +IN011251700 22.1800 76.0700 178.0 SANAVAD +IN011260500 24.5700 79.1200 320.0 SIRMARIA +IN011260700 24.9000 80.2500 201.0 AJAIGARH +IN011260800 24.7200 80.2000 305.0 PANNA +IN011261200 24.6300 80.4200 352.0 DEVENDRANAGAR +IN011261300 24.2700 80.1700 344.0 PAWAI +IN011261301 23.9800 80.3000 355.0 SAHANAGAR +IN011261400 24.7200 80.1700 354.0 PANNA OBSY +IN011270200 23.0800 78.5000 321.0 UDAIPURA +IN011270300 23.6000 78.3300 483.0 BEGUMGANJ +IN011270400 23.4200 78.2200 510.0 GHAIRATGANJ +IN011270500 23.0300 77.6700 460.0 KALIAKHERI +IN011270501 23.3000 78.4500 357.0 SALWANI(SILVANI) +IN011271200 23.1000 77.7000 477.0 CHIKOLD +IN011271400 23.3300 77.8000 446.0 RAISEN +IN011271600 23.0000 78.2300 306.0 BARELI +IN011272300 23.3170 77.8330 440.0 RAISEN 42672 +IN011280100 22.4700 83.2200 293.0 DHARAMJAIGARH +IN011280400 22.5700 83.5000 561.0 PATHALGAON HYDRO +IN011280500 22.1700 83.3500 271.0 GHARGHODA HYDRO +IN011280600 22.7700 83.9700 480.0 GINOBAHAR(T) +IN011280601 22.8800 84.1300 770.0 JASHPURNAGAR +IN011280800 22.5800 83.9700 549.0 TAPKARA HYDRO +IN011280801 21.9200 83.4000 216.0 RAIGARH +IN011280900 21.5800 83.0800 219.0 SARANGARH +IN011281000 21.8830 83.3830 220.0 RAIGARH 42884 +IN011290100 21.6700 82.1700 255.0 BALODA BAZAR +IN011290200 21.0800 82.4500 263.0 SARAIPALI +IN011290201 19.9000 82.6700 251.0 DEOBHOG +IN011290300 20.6300 82.0700 306.0 GARIABUND +IN011290400 21.2700 82.5200 302.0 PITHORA +IN011290500 20.7000 81.5700 319.0 DHAMTARI +IN011290501 21.1000 82.1000 295.0 MAHASAMUND +IN011290600 19.7500 82.5500 446.0 URMAL HYDRO +IN011290601 20.9700 81.8800 287.0 RAJIM +IN011290700 20.8300 81.7200 314.0 KURUD +IN011290800 21.3500 82.0000 271.0 KUSRANGI +IN011290900 21.5700 82.3300 250.0 KHAIRDATAN +IN011290901 20.6700 81.5700 331.0 RUDRI +IN011291000 21.2170 81.6670 294.0 RAIPUR 42875 +IN011291001 20.5500 81.6700 377.0 MARAMSILLI +IN011291002 21.5000 82.5000 389.0 SANDI +IN011291100 21.6300 81.7000 269.0 SIMGA +IN011291101 21.5300 82.1700 265.0 PALLARI/PALARI +IN011291200 21.2000 81.9800 279.0 ARANG +IN011291201 21.5000 82.6200 259.0 ARJUNI +IN011291300 21.5800 82.2500 254.0 LAHOOD +IN011291400 20.2800 82.2300 472.0 MAINPUR HYDRO +IN011291401 20.4500 81.8200 411.0 GATTASILLI +IN011291402 20.6000 82.7500 366.0 BHALUKONA +IN011291500 21.2000 81.9000 300.0 LAKHOLI +IN011291600 21.3800 81.9800 289.0 KANKI +IN011291700 21.1700 81.6700 284.0 LABHANDI +IN011291800 21.7200 81.9800 244.0 KONDAPAR +IN011291801 20.9200 81.8300 291.0 BUDNI +IN011291900 21.1000 81.7300 321.0 KENDRI +IN011292300 21.6700 81.8700 292.0 PINDRON +IN011292400 21.1500 81.7300 316.0 BHATAGAON +IN011300800 24.0200 76.7300 390.0 RAJGARH +IN011300900 23.9200 76.9200 437.0 BIAORA(BIAERA) +IN011300901 23.7000 77.0800 467.0 NARSINGARH +IN011301200 23.5700 76.4700 410.0 SARANGPUR +IN011301201 24.0500 76.5700 396.0 KHILCHIPUR +IN011301400 24.0000 76.7200 382.0 RAJGARH OBSY SR +IN011310600 23.3300 75.0300 1879.0 RATLAM +IN011310700 23.6300 75.1300 458.0 JAORA +IN011310800 23.3170 75.0500 486.0 RATLAM 42661 +IN011311500 23.4500 74.9300 56.0 SAILANA +IN011320100 24.5300 81.3000 286.0 REWA +IN011320200 24.9800 81.6300 213.0 TEONTHAR +IN011320400 24.8300 81.3800 321.0 SIRMAUR +IN011320500 24.6800 81.9000 366.0 MAUGANJ +IN011320600 24.3800 81.3000 362.0 GOVINDGARH +IN011321000 24.5000 81.2500 315.0 KATHULIA AGRO +IN011330100 24.3200 79.1500 386.0 CHANDIA NALLAH +IN011330300 23.6300 79.0700 398.0 REHLI +IN011330700 23.3800 79.0300 424.0 DEORI +IN011330800 24.0500 78.3200 431.0 KHURAI +IN011330900 23.8500 78.7500 551.0 SAGAR GSN 42671 +IN011331000 24.0500 78.9700 465.0 BANDA +IN011331200 23.7800 79.1500 378.0 GARHAKOTA +IN011340100 24.5670 80.8330 317.0 SATNA 42571 +IN011340300 24.3800 80.7800 427.0 UNCHHERA +IN011340400 24.5000 80.5000 317.0 JASO +IN011340500 24.5700 80.5800 314.0 NAGODE +IN011340600 24.2800 80.7700 348.0 MAIHAR +IN011341000 24.5800 80.7700 327.0 SOHAWAL +IN011341100 24.8200 80.9700 179.0 BIRSINGHPUR +IN011341400 25.0500 80.6300 173.0 BARAUNDHA +IN011350100 22.6800 77.2700 290.0 NASRULLAGANJ +IN011350300 23.2000 77.0800 499.0 SEHORE QASBA +IN011350400 23.2700 77.4200 52.0 BHOPAL +IN011350600 23.0300 77.0300 514.0 ICHHAWAR +IN011350700 23.0200 76.7200 489.0 ASHTA +IN011351000 22.7500 77.4300 295.0 REHTI +IN011351100 22.7800 77.6800 281.0 BUDHNI +IN011351500 23.2830 77.3500 523.0 BHOPAL/BAIRAGARH 42667 +IN011351700 23.1200 77.2300 534.0 BILGEESGANJ +IN011351800 23.4000 77.1700 478.0 DORAHA +IN011351900 23.6300 77.4300 52.0 BERASIA +IN011360200 22.6300 79.9500 471.0 GHANSORE +IN011360500 22.0700 79.7000 533.0 BORI +IN011360600 22.0830 79.5500 619.0 SEONI 42771 +IN011360700 22.6000 79.6000 602.0 LAKHNADON +IN011360800 22.3800 79.9000 439.0 KEOLARI +IN011361200 22.3200 80.0700 374.0 ROOMAL +IN011370100 23.5330 80.8830 459.0 UMARIA 42679 +IN011370101 23.3200 81.3500 485.0 SOHAGPUR +IN011370700 24.0300 81.3700 351.0 BEOHARI +IN011370900 22.9000 81.5500 955.0 PUSHPARAJGARH +IN011380100 23.7200 76.0200 538.0 AGAR +IN011380200 23.4000 76.7200 413.0 SHUJALPUR +IN011380300 23.9500 76.0800 506.0 SUSNER +IN011380400 23.4300 76.2700 427.0 SHAJAPUR +IN011390100 25.4200 77.6500 469.0 SHIVPURI +IN011390200 25.2200 77.6000 442.0 KOLARAS +IN011390300 25.3300 77.6500 464.0 SHIVPURI OBSY SR +IN011390800 25.4500 78.1300 273.0 KARERA +IN011391300 25.1700 78.1800 361.0 PICHHORE +IN011400100 24.3300 82.2700 568.0 JAIWAN +IN011400200 24.0200 82.5800 262.0 SINGRAULI +IN011400300 24.4000 81.8800 292.0 SIDHI +IN011400800 24.4170 81.8670 272.0 SIDHI 42577 +IN011410100 23.2500 82.5700 554.0 BAIKUNTHPUR +IN011410200 23.1200 83.2000 591.0 AMBIKAPUR +IN011410201 23.7200 81.8200 405.0 JANAKPUR +IN011410202 23.2200 82.8700 544.0 SURAJPUR +IN011410203 22.7700 83.5000 586.0 SITAPUR +IN011410300 23.2700 83.9200 895.0 KUSAMI +IN011410400 23.8000 83.7000 548.0 RAMANUJGANJ +IN011410500 23.1670 83.2500 611.0 AMBIKAPUR 42693 +IN011421100 24.7500 78.8300 378.0 TIKAMGARH +IN011421600 25.3500 78.6500 218.0 ORCHHA +IN011430100 23.1800 75.7800 527.0 UJJAIN +IN011430200 23.4300 75.2800 527.0 KHACHROD +IN011430300 23.0500 75.3700 496.0 BADNAGAR +IN011430600 23.3300 76.0300 491.0 TARANA +IN011431000 23.4800 75.6700 497.0 MAHIDPUR +IN012010100 19.0830 74.8000 657.0 AHMADNAGAR 43009 +IN012010101 19.3300 75.2200 502.0 SHEVGAON +IN012010200 19.1700 75.1700 570.0 PATHARDI +IN012010201 19.0000 74.4500 822.0 PARNER +IN012010300 19.5500 74.9300 500.0 NEVASA +IN012010400 19.4000 74.6500 514.0 RAHURI +IN012010500 19.9000 74.4800 502.0 KOPARGAON +IN012010501 18.5500 75.0000 549.0 KARJAT +IN012010600 19.5700 74.2200 552.0 SANGAMNER +IN012010601 18.7200 75.0300 563.0 MIRAJGAON +IN012010700 18.7300 75.3200 582.0 JAMKHED +IN012010701 18.6200 74.7000 555.0 SHRIGONDA +IN012010702 19.5500 74.0200 1888.0 AKOLA +IN012011100 19.5000 75.0000 534.0 SHRIRAMPUR +IN012020100 20.7000 77.0330 282.0 AKOLA 42933 +IN012020101 20.6700 76.7800 294.0 BALAPUR +IN012020102 19.9700 76.8000 535.0 RISOD +IN012020200 20.4500 76.9500 340.0 PATUR +IN012020201 20.1200 77.1300 519.0 WASHIM +IN012020300 20.3200 77.3500 442.0 MANGRULPIR +IN012020400 20.1800 77.0000 534.0 SIRPUR +IN012020500 21.1000 77.0700 308.0 AKOT +IN012020501 21.0300 76.8300 282.0 TELHARA +IN012020502 20.4800 77.4800 437.0 KARANJIA +IN012020600 20.7300 77.3800 307.0 MURTAJAPUR +IN012021700 20.7000 77.0670 305.0 AKOLA 42934 +IN012030500 20.6800 78.1000 267.0 TALEGAON +IN012030600 21.3300 78.0200 351.0 MORSI +IN012030601 21.2700 77.5200 395.0 ACHALPUR +IN012030700 20.9330 77.7830 370.0 AMRAOTI 42937 +IN012030701 21.1700 77.3200 342.0 ANJANGAON +IN012030702 21.5700 76.8800 318.0 DHARNI +IN012030800 20.8700 77.7300 359.0 BADNERA +IN012030801 21.4700 78.2700 404.0 BARUD(WARUD) +IN012030802 21.2500 77.7300 366.0 CHANDUR BAZAR +IN012030900 20.9500 77.5200 304.0 KHOLAPUR +IN012030901 21.4200 77.3200 1103.0 CHIKHALDA SR +IN012031000 20.9300 77.3300 274.0 DARYAPUR +IN012031600 20.8200 77.9700 330.0 CHANDUR RAILWAY +IN012040300 19.8330 75.8000 519.0 JALNA 43013 +IN012040400 19.8300 75.8800 502.0 JALNA +IN012040500 19.7000 75.0200 477.0 GANGAPUR +IN012040700 20.0200 75.1800 579.0 KHALDABAD +IN012040800 19.4700 75.4000 528.0 PAITHAN +IN012040900 19.9200 74.7300 527.0 VIJAPUR(VAIJAPUR) +IN012040901 20.2700 75.7700 573.0 BHOKARDAN +IN012040902 19.6200 75.7800 532.0 AMBAD +IN012041000 19.8500 75.4000 579.0 AURANGABAD CHIKALTH 43014 +IN012041001 20.3000 75.6500 617.0 SILLOD +IN012041100 20.2700 75.1500 628.0 KANNAD +IN012041400 20.2000 76.0200 527.0 JAFFERABAD +IN012050100 21.2700 79.9700 304.0 CHORKHAMARA +IN012050200 21.1700 79.6700 255.0 BHANDARA +IN012050300 21.0700 80.3700 335.0 DEORI +IN012050400 21.4300 79.9300 275.0 TIRORA +IN012050401 21.4200 80.1000 347.0 PANGREE +IN012050500 21.5000 79.7800 305.0 CHANDPUR +IN012050600 21.4500 80.2000 308.0 GONDIA +IN012050900 20.7800 79.6500 256.0 PAONI +IN012051300 21.3700 80.0500 308.0 BODALKASA +IN012051400 21.4670 80.2000 313.0 GONDIA 42871 +IN012051700 21.0800 80.0000 251.0 SAKOLI +IN012060200 18.7200 76.3800 636.0 MOMINABAD +IN012060201 19.1500 76.2200 424.0 MANJLEGAON +IN012060600 19.0000 75.7700 477.0 BHIR +IN012060700 19.2500 75.7500 455.0 GEORAI +IN012060800 18.7200 75.7000 685.0 CHOWSALA +IN012060900 18.8000 75.4800 792.0 PATODA +IN012061200 19.0000 75.7170 519.0 BIR 43011 +IN012061201 18.7800 75.1200 562.0 ROTI +IN012061300 18.8000 75.1800 593.0 ASHTI +IN012070300 18.9000 72.8200 11.0 BOMBAY (COLABA) OBSY SR +IN012070400 19.0700 72.8800 13.0 KURLA +IN012070401 18.9800 72.8300 20.0 VICTORIA GARDEN OBSY +IN012070600 19.2200 72.8500 10.0 BORIVALI +IN012070700 19.1200 72.8300 4.0 BOMBAY-JUHU-AEROOBSY +IN012070800 19.1170 72.8500 14.0 BOMBAY/SANTACRUZ 43003 +IN012071000 19.2800 72.8200 10.0 BOMBAY-PODAR M.COBSY +IN012080300 20.5300 76.1800 646.0 BULDANA +IN012080400 20.8800 76.2000 262.0 MALKAPUR +IN012080500 20.3500 76.2500 606.0 CHIKHLI +IN012080600 20.1700 76.5500 562.0 MEHKAR +IN012080700 20.0300 76.0300 553.0 DEOLGAON RAJA +IN012080800 20.8300 76.4700 265.0 NANDURA +IN012080801 21.0500 76.5300 309.0 JALGAON +IN012080900 20.1800 76.7200 571.0 DONEGAON +IN012081000 20.7200 76.5700 307.0 KHAMGAON +IN012081100 20.8000 76.7000 285.0 SHEGAON +IN012081200 20.6800 76.0300 265.0 DHAMANGAON +IN012081300 20.5330 76.2330 650.0 BULDANA 42931 +IN012081500 20.6000 76.5300 352.0 HIWARKHED +IN012090100 20.2200 79.0200 383.0 WARORA +IN012090101 19.4000 80.0000 130.0 AHIRI +IN012090200 20.0700 79.6800 203.0 MUL +IN012090201 20.2700 80.3200 247.0 DHANORA +IN012090300 20.6000 79.8700 222.0 BRAHMAPURI +IN012090301 20.1800 80.0000 206.0 GADHCHIROLI +IN012090400 20.4700 79.9800 248.0 ARMORI +IN012090500 20.5000 79.3800 232.0 CHIMUR +IN012090501 19.5800 79.8300 148.0 KUNGHARI +IN012090600 19.9670 79.3000 193.0 CHANDRAPUR 43029 +IN012090700 20.0500 79.4700 213.0 NALESAR +IN012091300 20.2500 79.8500 213.0 ASOLA +IN012091400 18.8300 79.9700 125.0 SIRONCHA +IN012091401 20.5300 79.6300 252.0 GHORAJHERI +IN012091500 20.2700 79.7700 234.0 KHAIREE +IN012100100 21.0000 74.3000 424.0 SAKRI +IN012100200 21.3700 74.2500 259.0 NANDURBAR +IN012100300 21.1500 73.8000 411.0 NAVAPUR +IN012100301 21.5700 74.2200 108.0 TALODA +IN012100400 21.5500 74.4700 141.0 SHAHADA +IN012100500 21.3500 74.8800 146.0 SHIRPUR +IN012100600 21.2800 74.7500 162.0 SINDKHEDA +IN012100800 21.8200 74.2200 457.0 DHADGAON HYDRO +IN012100900 21.7500 74.0000 625.0 AKKALKUWA +IN012101001 20.9000 74.7800 256.0 DHULIA +IN012101100 20.9500 74.1200 496.0 PIMPELNER +IN012101900 21.1700 73.9700 197.0 VISARWADI HYDRO +IN012110100 21.0500 75.5670 201.0 JALGAON 42851 +IN012110101 20.4500 75.0200 346.0 CHALISGAON +IN012110102 21.0700 76.0700 269.0 EDALABAD +IN012110200 20.6700 75.3700 258.0 PACHORA +IN012110201 21.2500 75.3000 188.0 CHOPDA +IN012110202 21.2500 76.0300 248.0 RAVER +IN012110300 20.6700 75.2300 262.0 BHADGAON +IN012110301 21.0500 75.0700 186.0 AMALNER +IN012110400 20.9300 75.3300 213.0 ERANDOL +IN012110401 21.0700 75.7800 207.0 BHUSAVAL SR +IN012110500 20.8800 75.1200 267.0 PAROLA +IN012110501 21.1700 75.7000 213.0 YAVAL +IN012110600 20.8200 75.7800 229.0 JAMNER +IN012120100 18.6300 72.8800 6.0 ALIBAG-CVL.HOSP. +IN012120500 18.9000 72.9200 6.0 URAN +IN012120600 18.3200 72.9700 14.0 MURUD +IN012120700 18.6300 72.8700 7.0 ALIBAG OBSY +IN012121000 18.9200 73.3300 107.0 KARJAT +IN012121100 18.9800 73.2800 756.0 MATHERAN +IN012121200 18.7300 73.1000 10.0 PEN +IN012121300 18.4300 73.1200 14.0 ROHA +IN012121400 18.2300 73.2800 10.0 MANGAON +IN012121500 18.0800 73.4200 10.0 MAHAD +IN012121501 17.9800 73.4700 45.0 POLADPUR +IN012121900 18.9800 73.1200 9.0 PANVEL +IN012122000 18.0500 73.0200 10.0 SHRIWARDHAN +IN012122100 18.5300 73.3200 76.0 SUDHAGAD +IN012122200 18.1300 73.1200 8.0 MHASLA +IN012122300 18.8700 73.2800 47.0 KHALAPUR +IN012122400 18.4500 73.4000 96.0 BHIRA OBSY +IN012130100 16.5500 73.8300 690.0 GAGANBAWADA SR +IN012130200 16.3300 73.9800 610.0 RADHANAGARI +IN012130300 15.9300 74.1800 701.0 CHANDGAD +IN012131000 16.6800 74.5800 518.0 KURUNDWAD +IN012131001 16.8300 73.9500 557.0 SHAHUWADI +IN012131200 16.7300 74.6000 610.0 SHIROL +IN012131300 16.3000 74.1300 556.0 GARGOTI +IN012131400 16.2200 74.3500 518.0 GADHINGLAJ +IN012131700 16.3200 74.2500 530.0 KAPASHI +IN012131800 16.7000 74.2330 570.0 KOLHAPUR 43157 +IN012131900 16.7500 74.4200 586.0 HATKANANGALE +IN012132000 16.5800 74.3200 554.0 KAGAL +IN012132100 16.8300 74.1200 953.0 PANHALA +IN012132200 16.0800 74.1700 643.0 AJRA +IN012132900 16.8500 74.3200 556.0 WADGAON +IN012140400 21.2700 78.5800 418.0 KATOL +IN012140500 21.3800 78.9200 317.0 SAONER +IN012141000 20.8500 79.3300 277.0 UMRER +IN012141100 21.1500 79.1170 311.0 NAGPUR (MAYO HOSPIT 42866 +IN012141300 21.4000 79.3300 336.0 RAMTEK +IN012141400 21.2300 79.3800 275.0 THARSA +IN012141500 21.5800 79.3800 392.0 DEOLAPUR +IN012141600 21.3700 79.1500 305.0 PERSEONI +IN012141700 21.3800 79.4000 366.0 KINDSI +IN012141800 21.1000 79.0500 310.0 NAGPUR SONEGAON 42867 +IN012142200 21.1500 79.0700 371.0 NAGPUR +IN012150300 19.1300 77.3300 358.0 NANDED +IN012150301 19.7800 79.3700 181.0 RAJURA SR +IN012150400 18.7800 77.7300 369.0 BILLOLI +IN012150500 18.5500 77.5800 389.0 DEGLOOR +IN012150700 19.0800 77.3300 358.0 NANDED OBSY +IN012151700 18.8300 77.1700 421.0 KANDHAR +IN012160100 20.0000 73.7800 586.0 NASIK +IN012160101 20.0800 74.1200 549.0 NIPHAD +IN012160200 20.2000 73.8300 636.0 DINDORI +IN012160300 19.9500 73.5300 549.0 TRIMBAK +IN012160301 20.0500 74.4800 550.0 YEOLA +IN012160302 20.2500 73.5000 518.0 PEINT +IN012160400 19.7200 73.5800 607.0 IGATPURI +IN012160401 20.3200 74.6700 465.0 NANDGAON +IN012160402 20.5700 73.6200 488.0 SURGANA +IN012160500 20.5500 74.5330 437.0 MALEGAON 42925 +IN012160600 20.6000 74.2000 549.0 SATNA +IN012160700 20.5000 74.0300 617.0 KALVAN +IN012160800 19.8500 74.0000 656.0 SINNAR +IN012160801 20.3300 74.2500 716.0 CHANDOR +IN012161001 19.9200 74.1700 528.0 KOLEGAON MAL +IN012161200 20.1700 73.9800 588.0 PIMPALGAON +IN012161201 20.1500 74.5800 502.0 SOMTHANE +IN012161300 20.1330 73.9170 608.0 NASIK OZAR 42920 +IN012170100 18.7000 76.9300 531.0 AHMEDPUR +IN012170101 18.3800 77.1200 638.0 UDGIR SR +IN012170300 18.1700 76.0500 655.0 OSMANABAD +IN012170400 18.5700 76.0200 652.0 KALLAM +IN012170500 18.0000 76.0700 550.0 TULJAPUR +IN012180300 19.1330 76.8330 422.0 PARBHANI 43017 +IN012180400 19.6200 76.7000 444.0 JINTOOR +IN012180500 19.7200 77.1500 455.0 HINGOLI +IN012180501 19.2500 76.4500 427.0 PATHRI +IN012180600 19.6800 77.3200 459.0 KALMANOORI +IN012180601 19.6000 76.2200 440.0 PARTUR +IN012180700 19.5800 76.9200 432.0 SIDHESHWAR CAMP +IN012190100 18.5330 73.8500 559.0 POONA GSN 43063 +IN012190101 19.0500 73.8300 683.0 GHODA AMBEGAON +IN012190200 18.8300 74.3800 582.0 SIRUR +IN012190201 18.5300 73.6200 662.0 PAUD +IN012190202 19.2200 73.8800 675.0 JUNNAR +IN012190300 18.7300 73.6500 602.0 VADGAON (MAVAL) +IN012190301 18.3500 74.0300 763.0 SASVAD +IN012190400 18.1200 75.0300 541.0 INDAPUR +IN012190401 18.7500 73.4000 621.0 LONAVALA +IN012190402 18.2800 74.1700 727.0 JEJURI +IN012190500 18.8500 73.9000 613.0 KHED +IN012190501 18.1500 74.5830 551.0 BARAMATI 43069 +IN012190600 18.6700 73.8800 558.0 ALANDI +IN012190601 18.4700 74.6000 509.0 DHOND +IN012190800 18.6500 74.1500 641.0 TALEGAON D-DHERA +IN012190801 18.1300 73.8500 610.0 BHOR +IN012191600 18.3000 73.6300 619.0 VELHE +IN012191700 18.7670 73.3670 539.0 KHANDALA 43061 +IN012191800 18.5000 73.9000 594.0 WANORIE AFMC OBSY +IN012200100 15.8670 73.6330 16.0 VENGURLA 43193 +IN012200200 15.9000 73.8200 96.0 SAWANTWADI +IN012200300 16.9800 73.3000 58.0 RATNAGIRI +IN012200400 16.0500 73.4700 6.0 MALVAN +IN012200501 16.3700 73.3700 36.0 DEVGAD +IN012200600 16.6500 73.5200 69.0 RAJAPUR +IN012200601 17.0500 73.6200 159.0 DEVRUKH +IN012200700 16.0200 73.7000 18.0 KUDAL +IN012200800 17.5300 73.5200 6.0 CHIPLUN +IN012200801 16.2700 73.7000 41.0 KANKAVLI +IN012200900 17.4700 73.2000 6.0 GUHAGAR +IN012200901 16.8700 73.5500 92.0 LANJA +IN012201000 17.7200 73.4000 19.0 KHED +IN012201100 16.9830 73.3330 67.0 RATNAGIRI 43110 +IN012201101 17.7700 73.2000 183.0 DAPOLI +IN012201200 16.3830 73.3500 36.0 DEVGARH 43153 +IN012201201 17.9800 73.2500 610.0 MANDANGAD +IN012201300 17.8170 73.1000 20.0 HARNAI 43109 +IN012210200 17.0500 75.2200 583.0 JATH +IN012210400 17.0500 74.2700 551.0 ISLAMPUR +IN012210500 16.9700 74.1500 518.0 SHIRALA +IN012210800 16.8700 74.5700 549.0 SANGLI +IN012210900 17.2800 74.5500 670.0 VITA (KHANAPUR) +IN012210901 16.8200 74.6800 554.0 MIRAJ OBSY +IN012211000 17.0300 74.6000 570.0 TASGAON +IN012212400 16.8500 74.6000 549.0 SANGLI 43158 +IN012220100 17.6800 73.9800 727.0 SATARA +IN012220101 17.7000 74.1700 682.0 KOREGAON +IN012220102 18.0500 74.0300 662.0 KHANDALA +IN012220200 17.9300 73.9000 701.0 WAI +IN012220300 17.7800 73.8300 683.0 MEDHA +IN012220301 17.2800 74.1800 581.0 KARAD +IN012220400 17.9330 73.6670 1382.0 MAHABALESHWAR 43111 +IN012220500 17.3700 73.9000 589.0 PATAN +IN012220501 17.7000 74.5500 703.0 DAHIWADI +IN012220600 17.6300 74.7000 605.0 MHASWAD +IN012220700 17.6000 74.4500 703.0 VADUJ +IN012220800 17.4700 74.3300 718.0 PUSESAULI +IN012221100 17.9800 74.4300 571.0 PHALTAN +IN012221200 17.5500 74.3500 956.0 AUNDH +IN012221400 17.9200 73.8200 1251.0 PANCHGANI +IN012230100 18.2300 75.7000 515.0 BARSI +IN012230101 17.5300 76.2000 486.0 AKALKOT +IN012230200 18.0300 75.5200 484.0 MADHA +IN012230300 17.6670 75.9000 479.0 SHOLAPUR 43117 +IN012230301 18.4000 75.2000 553.0 KARMALA +IN012230400 17.6500 75.3300 460.0 PANDHARPUR +IN012230500 17.4300 75.2000 501.0 SANGOLA +IN012230600 17.8800 75.0300 479.0 AKLUJ +IN012230700 17.8200 75.6700 457.0 MOHOL +IN012230800 17.5000 75.4500 465.0 MANGALVEDHA +IN012231100 18.2000 75.2000 521.0 JEUR OBSY +IN012231300 17.8700 74.9200 522.0 MALSIRAS +IN012240100 19.2000 72.9800 7.0 THANA +IN012240200 19.3500 72.8000 5.0 BASSEIN +IN012240300 19.6500 72.7200 5.0 MAHIM +IN012240500 19.9800 72.7200 5.0 DAHANU +IN012240600 19.2500 73.1200 14.0 KALYAN +IN012240700 19.2300 73.4000 76.0 MURBAD +IN012240800 19.4500 73.3300 79.0 SHAHAPUR +IN012240901 19.9300 73.3300 366.0 MOKHADA +IN012241000 19.3000 73.0500 17.0 BHIWANDI +IN012241100 19.6500 73.1300 73.0 VADA +IN012241300 19.9200 73.2300 457.0 JAWHAR +IN012250100 19.9170 77.5830 332.0 PUSAD 43019 +IN012250200 19.5800 77.7000 411.0 UMERKHED +IN012250700 20.3800 78.1300 456.0 YEOTMAL +IN012250800 20.0200 78.5500 247.0 PANDHERIKAWARA +IN012250900 20.4000 78.1500 451.0 YEOTMAL 42943 +IN012251000 20.0500 78.9500 220.0 WANI +IN012251200 20.3200 77.7700 348.0 DARWHA +IN012251300 20.1200 77.7200 335.0 DIGRAS +IN012251400 20.4800 77.8700 329.0 NER +IN012260100 20.7500 78.6200 281.0 WARDHA +IN012260200 20.5500 78.8300 276.0 HINGANGHAT +IN012260300 20.9800 78.2500 339.0 ARVI +IN013010100 24.8500 93.9700 802.0 IMPHAL (C.HOSP) +IN013010101 24.3300 94.0800 1451.0 TENGONPAL FARM +IN013010200 24.6670 93.9000 774.0 IMPHAL 42623 +IN013010201 25.4000 94.1200 1380.0 MARAM FARM +IN013010300 25.1200 94.3700 1891.0 UKHRUL FARM +IN013010400 24.3300 93.6500 1157.0 CHURACHANDPUR F +IN013010700 24.8000 93.9500 2500.0 IMPHAL (CANTT.) +IN013010800 25.1300 93.9700 991.0 KONGPAKPI +IN013010801 24.8300 93.7500 890.0 KANGCHUPKHUL +IN013011200 24.2000 93.2000 957.0 WANGBAL FARM +IN013011400 24.9800 93.5000 1278.0 TAMENLONG +IN013019901 24.1500 93.1500 891.0 THALEN +IN014010200 25.3000 89.8700 27.0 MAHENDRAGANJ +IN014010300 25.5170 90.2330 370.0 TURA 42511 +IN014010400 25.2000 90.2200 17.0 DALU +IN014020300 25.5670 91.8830 1598.0 SHILLONG 42516 +IN014020400 25.5700 91.9000 1524.0 UPPER SHILLONG +IN014020500 25.4300 92.2000 1334.0 JOWAI +IN014020600 25.2800 91.7200 1380.0 CHERRAPUNJI/P.S. +IN014020700 25.3000 91.5800 1401.0 MAWSYNRAM OBSY SR +IN014020701 25.3000 91.5800 1401.0 MAWSYNRAM OBSY +IN014020800 25.2500 91.7330 1313.0 CHERRAPUNJI GSN 42515 +IN014029900 25.4500 91.7700 1529.0 MAWPHLANG OBSY +IN015010100 23.7330 92.7170 1097.0 AIJAL 42727 +IN015010101 23.4700 93.3300 1429.0 CHAMPHAI +IN015010102 22.8800 92.7500 996.0 LUNGLEH +IN015010200 23.8000 92.6700 188.0 SAIRANG +IN015010201 22.2500 92.6800 239.0 SHERKAWAN +IN015010300 23.3800 92.7500 1348.0 SIALSUK +IN015010301 22.9200 92.4700 58.0 DEMAGIRI +IN015011900 24.2200 92.6800 655.0 KOLOSIB +IN016040100 25.6330 94.1670 1406.0 KOHIMA 42527 +IN016040500 25.9200 93.7500 129.0 DIMAPUR +IN016040600 25.3700 93.6200 1113.0 HEMINA +IN016040900 26.1000 94.2500 1412.0 WOKHA +IN016041000 26.3300 94.5300 1006.0 MOKAKCHUNG +IN016041100 26.7000 94.8800 1335.0 WAKCHONG +IN017010100 21.0700 86.5000 17.0 BHADRAK +IN017010200 21.2800 86.7000 3.0 SORO +IN017010300 21.5170 86.9330 20.0 BALASORE 42895 +IN017010400 21.1300 86.7300 3.0 BASUDEVPUR (ERAM) +IN017010500 21.2800 86.4700 19.0 TURIGARIA (KAIRA) +IN017010600 21.4500 86.7700 545.0 RAJ-NILGIRI +IN017010700 21.8200 87.2200 22.0 JALLESORE +IN017010800 21.6700 87.2800 10.0 BALIAPAL +IN017010900 21.5000 86.5000 21.0 BONTH +IN017011000 21.6700 87.3700 6.0 BHOGRAI +IN017011100 20.9300 86.2800 13.0 AKHUAPADA +IN017011200 20.7830 86.7330 6.0 CHANDBALI 42973 +IN017011500 20.9200 86.5000 2.0 PIRHAT +IN017020100 20.7000 83.5000 175.0 BOLANGIR +IN017020200 20.3000 83.3000 211.0 TITLAGARH 42961 +IN017020400 20.8300 83.9000 133.0 SONEPUR +IN017020900 20.4300 83.3500 175.0 SAINTALA +IN017021101 21.0300 83.8000 152.0 BINKA +IN017021600 20.8500 83.9800 285.0 SONEPUR HYDROSR +IN017021700 20.6300 83.7300 140.0 MALLIPUND +IN017030500 20.5000 83.8700 438.0 BALANDAPARA +IN017030600 20.2000 83.9200 539.0 BALLIGUDA +IN017030700 20.4800 84.2300 475.0 PHULBANI +IN017030800 20.4300 84.4200 588.0 KHAJURIPARA +IN017030801 19.9200 84.1300 1179.0 DHARINGBADI +IN017030900 20.3500 84.1200 697.0 PHIRINGIA +IN017031000 20.1300 84.3800 637.0 G. UDAYAGIRI +IN017031100 20.8300 84.3200 78.0 BAUDHGARH +IN017031200 20.2800 84.4500 333.0 POSARA +IN017031900 20.4800 84.2700 489.0 PHULBANI OBSY SR +IN017040100 20.4700 85.8700 34.0 CUTTACK +IN017040101 20.5000 86.4200 13.0 KENDRAPARA +IN017040200 20.8300 86.3300 12.0 JAIPUR +IN017040201 20.9700 85.9200 73.0 SUKINDA +IN017040300 20.7800 86.1500 113.0 DHARMASALA +IN017040301 20.5700 85.7500 99.0 RAJATHGARH +IN017040400 20.5000 86.1300 25.0 SALEPUR +IN017040401 20.4500 85.0800 105.0 NARSINGPUR +IN017040500 20.7000 86.6500 5.0 AUL +IN017040501 20.4700 85.5200 44.0 TIGIRIAGARH +IN017040600 20.7300 86.4000 12.0 BINJHARPUR +IN017040601 20.4300 85.3500 98.0 BARAMBA +IN017040700 20.9700 86.1700 31.0 KORAI +IN017040800 20.7300 86.7000 2.0 RAJKANIKA +IN017040900 20.6700 86.1200 117.0 BARCHANA +IN017041000 20.5800 86.5700 4.0 PATTAMUNDAI +IN017041400 20.2700 86.1700 9.0 JAGATSINGPUR +IN017041600 20.3200 86.7300 4.0 PARADIP PORT OBSY +IN017041800 20.5200 84.8700 64.0 BARMUL HYDROSR +IN017041900 20.3000 86.6800 8.0 PRADEEP CWR OBSY +IN017042300 20.3800 85.5300 48.0 BANKI BANKIGARH +IN017042600 20.4670 85.9330 27.0 CUTTACK 42970 +IN017050100 20.7200 84.5300 70.0 ATHMALIK +IN017050200 21.4300 85.1800 143.0 PAL-LAHARA +IN017050201 20.9700 84.6800 289.0 HANDAPA +IN017050300 20.9700 84.4700 142.0 KRISHNANAGAR SR +IN017050301 21.1000 84.8700 144.0 CHENDIPADA +IN017050400 20.8800 84.9000 198.0 JARPARA +IN017050500 20.6500 84.8300 163.0 PURANKOT +IN017051800 20.6700 85.6000 80.0 DHENKANAL +IN017051901 20.9300 85.5500 66.0 KAMAKHYANAGAR +IN017052000 20.9500 85.2200 7.0 TALCHER +IN017052100 20.6200 85.2000 214.0 HINDOL +IN017052200 20.8330 85.1000 139.0 ANGUL 42969 +IN017052400 20.7500 85.0700 143.0 BANTALA +IN017060100 18.7800 84.1000 55.0 PARLAKIMEDI +IN017060101 19.9500 84.5800 115.0 RUSSELKONDA +IN017060200 19.7700 84.4300 91.0 SURADA +IN017060201 18.9800 84.0300 388.0 GUMMA +IN017060300 19.6200 84.6700 25.0 ASKA +IN017060400 19.5300 84.8800 21.0 PURUSHOTTAMPUR +IN017060401 19.5200 85.1000 7.0 RAMBHA +IN017060500 19.2670 84.8830 17.0 GOPALPUR 43049 +IN017060501 19.3500 85.0000 35.0 CHATRAPUR +IN017060600 19.3200 84.8000 33.0 BERHAMPUR +IN017060700 19.6200 84.8700 22.0 KODALA +IN017060900 19.1500 84.1300 594.0 RAM/UDAYAGIRI +IN017061000 19.4300 84.2700 486.0 MOHANA +IN017070100 19.9200 83.1700 251.0 BHAWANIPATNA +IN017070200 20.2800 82.7700 233.0 KHARIAR +IN017070501 19.4700 82.8200 250.0 JAIPATNA +IN017070600 20.8300 82.5500 321.0 NAWAPARA +IN017070800 19.9170 83.1830 261.0 BHAWANIPATNA 43042 +IN017071601 20.5000 82.7000 461.0 KOMNA HYDRO +IN017080100 21.6300 85.5800 480.0 KEONJHARGARH +IN017080101 22.0800 85.6700 396.0 CHAMPUA SR +IN017080700 21.2200 86.1200 46.0 ANANDPUR +IN017080701 21.3300 85.3300 215.0 TELKOI +IN017080900 21.4000 85.9000 340.0 GHATGAON +IN017081100 21.6200 85.5800 463.0 KEONJHARGARH OBSY SR +IN017082000 21.5300 86.0000 268.0 BHIMKUD +IN017090100 19.2300 82.5500 563.0 NAWARANGPUR +IN017090101 18.3500 81.9000 176.0 MALKANGIRI +IN017090102 18.8170 82.7170 913.0 KORAPUT 43097 +IN017090200 18.8500 82.5700 591.0 JEYPORE +IN017090201 19.1700 83.4200 221.0 RAYAGADA +IN017090300 18.3800 82.6700 839.0 PADWA +IN017090301 19.0800 83.8200 77.0 GUNUPUR +IN017090400 19.5200 83.5000 338.0 BISSEM-CUTTACK +IN017090500 18.5700 82.9700 926.0 POTTANGI +IN017100300 21.7700 85.9800 376.0 KARANJIA +IN017100800 21.9500 86.7300 79.0 BARIPADA +IN017100801 22.2800 86.1700 246.0 RAIRANGPUR +IN017101100 21.8500 86.9800 14.0 MURDA +IN017101600 21.5800 86.5700 66.0 UDALA +IN017101700 21.9800 86.0800 400.0 JOSHIPUR +IN017101800 21.5300 86.1500 330.0 THAKURMUNDA +IN017101900 21.9300 86.7700 54.0 BARIPADA OBSY SR +IN017110100 19.8000 85.8170 6.0 PURI 43053 +IN017110101 19.9800 86.0200 13.0 GOP +IN017110200 19.9200 85.4000 46.0 TANGI +IN017110300 19.6300 85.2700 8.0 KRISHNAPRASAD +IN017110600 19.7800 85.1800 1.0 BANPUR +IN017110601 20.3500 84.8500 218.0 DASPALLA +IN017110700 20.1800 85.6300 60.0 KHURDA +IN017110800 20.0800 85.3300 56.0 RANPUR +IN017110900 20.0200 85.6500 4.0 KANAS +IN017111000 20.0500 85.5200 60.0 JANKIA +IN017111100 20.1800 85.2800 73.0 BOLGARH +IN017111200 20.2500 85.8330 46.0 BHUBANESWAR 42971 +IN017111300 20.0200 86.2000 3.0 KAKATPUR +IN017111301 20.1300 85.8300 26.0 PIPLI +IN017111400 20.2700 85.1700 63.0 KHANDAPARAGARH +IN017111500 20.1300 85.1000 178.0 NAYAGARH +IN017120100 21.4670 83.9670 148.0 SAMBALPUR 42883 +IN017120101 21.5500 84.7300 205.0 DEOGARH (BAMRA) +IN017120200 21.3300 83.6200 195.0 BARGARH +IN017120201 21.0700 84.3500 165.0 RAMPUR +IN017120300 21.0000 83.0000 226.0 PADAMPUR +IN017120500 21.2500 83.9200 123.0 DHAMA +IN017120600 21.8500 84.0300 230.0 JHARSUGUDA +IN017120601 21.5800 83.4700 197.0 AMBABHONA +IN017120700 21.1800 83.4700 202.0 BIJEPUR +IN017121000 21.9170 84.0830 230.0 JHARSUGUDA 42886 +IN017121100 21.7500 84.5200 305.0 KUSUMI HYDRO +IN017121200 21.3000 83.4000 218.0 SOHELLA HYDRO +IN017121500 20.9300 82.8300 325.0 PAIKMAL HYDRO +IN017121700 21.5300 83.9000 159.0 HIRAKUD HYDROSR +IN017130100 22.1800 84.6000 242.0 RAJGANGPUR +IN017130500 21.8300 84.9700 122.0 BONAI +IN017130700 22.0800 83.9200 305.0 UJJALPUR HYDRO +IN017131300 22.3700 84.1200 276.0 TALSARA +IN017131800 21.9500 83.7000 351.0 HEMGIR HYDRO +IN018010700 31.3300 75.0200 220.0 PATTI +IN018020800 30.2000 74.9300 211.0 BHATINDA +IN018020801 30.3200 75.2300 217.0 PHUL +IN018020900 30.6700 74.7700 208.0 FARIDKOT +IN018021200 29.9800 75.3800 211.0 MANSA +IN018021500 30.1700 74.5800 211.0 BHATINDA OBSY +IN018030200 30.9700 74.9800 213.0 ZIRA +IN018030300 30.9200 74.6200 198.0 FEROZEPUR CITY +IN018030400 30.4700 74.5200 205.0 MUKTESAR +IN018030500 30.8000 75.1700 212.0 MOGA +IN018030501 30.4000 74.0300 179.0 FAZILKA +IN018030600 30.3200 75.0800 219.0 NATHANA +IN018030601 30.6000 74.2500 184.0 JALALABAD +IN018030700 30.1500 74.2000 191.0 ABOHAR +IN018031000 30.9170 74.6670 200.0 FEROZEPUR 42096 +IN018031100 30.8800 74.5800 198.0 FEROZEPUR SADAR +IN018031200 30.1700 74.2500 184.0 GOBINDGARH +IN018031300 30.8300 74.6700 216.0 JAIMALWALA +IN018041000 31.8000 75.2000 242.0 BATALA +IN018041001 32.2800 75.6500 312.0 PATHANKOT +IN018041400 32.1000 75.5800 270.0 TIBRI +IN018041600 32.2200 75.6700 302.0 MALIKPUR +IN018050100 31.8000 75.6300 228.0 DASUYA +IN018050200 31.5300 75.9200 294.0 HOSHIARPUR +IN018050400 31.2200 76.1200 273.0 GARHSHANKAR +IN018052000 31.8700 75.9500 320.0 HOSHIARPUR OBSY +IN018052100 31.6000 76.7000 770.0 TANDA +IN018060300 31.3300 75.5800 237.0 JULLUNDAR +IN018060400 31.1200 75.4800 231.0 NAKODAR +IN018060500 31.0200 75.8000 220.0 PHILLAUR +IN018060600 31.1200 76.1200 255.0 NAWANSHAHR +IN018071400 31.3800 75.3800 224.0 KAPURTHALA +IN018071500 31.2200 75.7800 233.0 PHAGWARA +IN018071700 31.3300 75.3300 229.0 KAPURTHALA OBSY +IN018080600 30.1300 76.2300 231.0 DHANETA +IN018080700 30.3700 76.5000 250.0 LEHAL +IN018081300 30.0000 75.9000 222.0 DIALPURA +IN018081500 29.7000 75.3500 201.0 HINGINA +IN018081600 29.8800 75.8200 225.0 KOTRA +IN018082000 29.9700 76.0800 224.0 LAD BANJARA +IN018082200 30.1300 76.0000 235.0 GUJJRAN +IN018082300 30.3700 76.2200 246.0 ROHTI +IN018082400 30.2700 76.0800 244.0 BALAD +IN018082500 30.0200 76.2000 230.0 DEDHNA +IN018090300 30.9200 75.8700 247.0 LUDHIANA +IN018090400 30.7800 75.4800 233.0 JAGRAON +IN018091100 30.8670 75.9330 255.0 LUDHIANA 42099 +IN018091600 30.8300 76.1800 250.0 SAMRALA +IN018101000 30.6200 76.2300 257.0 AMLOH +IN018101100 30.7200 76.0700 250.0 PAYAL PAIL +IN018101300 30.3300 76.4700 251.0 PATIALA OBSY +IN018101700 30.3800 76.1500 252.0 NABHA +IN018101800 30.6300 76.3800 262.0 SIRHIND +IN018101900 30.4800 76.6200 259.0 RAJPURA +IN018102100 30.3200 76.4000 251.0 PATIALA SR +IN018103100 30.3330 76.4670 251.0 PATIALA 42101 +IN018109900 30.8800 76.9700 1559.0 KASSULI +IN018109901 30.9200 77.0000 1441.0 BARAULI +IN018120300 30.7500 76.6500 280.0 KHARAR +IN018120400 30.9700 76.5200 274.0 RUPAR +IN018130700 30.3700 75.8800 238.0 DHURI +IN018130900 30.2300 75.9500 235.0 SANGRUR +IN018131000 30.1300 75.8000 232.0 SUNAM +IN018131500 30.3800 75.5700 230.0 BARNALA +IN018131600 30.5200 75.8800 247.0 MALERKOTLA +IN018140100 30.3500 75.8000 233.0 RANIKE +IN018140200 30.5300 75.5800 237.0 DADAHOR +IN018140300 29.9500 74.9000 197.0 DESSU +IN018140400 29.9700 74.9700 205.0 RAMAN +IN018140800 30.5000 76.0800 247.0 BHARTHALA +IN018141200 30.0300 75.0800 210.0 JODHPUR +IN018141300 29.9500 75.4200 216.0 JAWAHARKE +IN018141400 30.1200 75.4200 217.0 BANDHER +IN018141401 30.0500 74.9700 205.0 KOTBAKHTU +IN018141402 29.8800 75.5500 213.0 RAMNAGAR +IN018141700 30.1800 75.7200 225.0 SHERON +IN018141800 30.3200 75.5000 228.0 HADIAYA +IN018141900 30.1300 75.3000 212.0 JOGA +IN018142000 30.0700 75.5300 218.0 BHIKHI +IN018142100 30.0000 75.0000 198.0 TALWANDI +IN019010100 25.9700 75.1500 358.0 KEKRI +IN019010101 25.9500 74.2200 494.0 JAWAJA +IN019010200 25.7700 75.3800 323.0 DEOLI +IN019010300 26.4500 74.6170 486.0 AJMER 42343 +IN019010400 26.4000 74.3800 394.0 PISANGAN +IN019010500 26.1200 74.9500 342.0 GOELA +IN019010600 26.1000 74.3200 446.0 BEAWAR NAYANAGAR +IN019010601 25.9200 74.5000 429.0 JALIA +IN019010700 26.5700 74.8500 434.0 KISHANGARH +IN019010800 25.6800 73.9700 689.0 TODGARH +IN019010801 26.2800 74.7300 432.0 NASIRABAD +IN019010900 25.7500 75.2200 347.0 SAWAR +IN019010901 26.0700 74.7700 573.0 BHINAI +IN019010902 26.4500 75.0500 366.0 ARAIN +IN019011000 26.0000 74.3300 537.0 BALOD +IN019011100 26.2500 74.5000 449.0 MAKRERA +IN019011200 26.4300 74.7700 442.0 SRINAGAR +IN019011202 26.0700 75.0200 355.0 SARWAR +IN019011300 26.5000 74.5500 483.0 PUSHKAR +IN019011301 25.9200 74.5800 406.0 BIJAI NAGAR +IN019011400 26.2800 74.5200 799.0 MANGLIAWAS +IN019011500 26.8000 74.8500 391.0 RUPNAGARH +IN019020800 27.5700 76.6000 263.0 ALWAR +IN019020900 27.3700 76.8700 305.0 LACHMANGARH +IN019021000 27.9500 76.8500 290.0 TIJARA +IN019021100 27.5800 76.8200 229.0 RAMGARH +IN019021101 28.0300 76.7200 249.0 KOTKASIM +IN019021200 27.8200 76.7200 305.0 KISHANGARH +IN019021201 28.0000 76.3800 305.0 NIMARANA +IN019021202 27.5000 77.0000 460.0 GOVINDGARH +IN019021300 27.8700 76.5500 305.0 MANDAWAR +IN019021400 27.5000 76.5830 271.0 ALWAR 42255 +IN019021500 27.3800 76.6300 252.0 MALAKHERA +IN019021600 27.4000 76.3200 464.0 THANAGAZI +IN019021700 27.8800 76.2800 315.0 BEHROD +IN019021800 27.7000 76.3500 367.0 BANSUR +IN019021900 27.2300 76.6200 287.0 RAJGARH +IN019022300 28.0500 76.8500 270.0 TAPUKARA TAPUKRA +IN019022600 27.3300 77.0500 209.0 KATHUMER +IN019030100 23.5500 74.4500 218.0 BANSWARA +IN019030200 23.6000 74.1300 140.0 GARHI +IN019030300 23.7800 74.4700 800.0 KHAMERA +IN019030400 23.3300 74.1700 353.0 SHERGARH +IN019030500 23.4500 74.5300 280.0 KHANDU +IN019030600 23.5000 74.0800 152.0 ARTHUNA +IN019030700 23.2500 74.2500 232.0 SAJJANGARH +IN019030800 23.8700 74.3500 229.0 JAGPURA +IN019030900 23.5200 74.7200 381.0 DANPUR(DANPURA) +IN019031200 23.2000 74.4500 290.0 KHUSHALGARH +IN019031600 23.6800 74.5200 244.0 BHUNGRA +IN019031700 23.2500 74.1000 244.0 SALLOPAT +IN019031800 23.7700 74.2300 232.0 LOHARIA +IN019031900 23.7500 74.4200 213.0 GHATOL +IN019032000 23.3500 74.3000 231.0 KALINJRA +IN019040100 25.7500 71.3830 194.0 BARMER 42435 +IN019040102 25.8300 72.2500 111.0 BALOTRA +IN019040200 25.7500 71.4000 202.0 BARMER +IN019040300 25.1800 71.7200 43.0 GUDHA +IN019040301 25.8200 72.2200 114.0 JASOL +IN019040400 26.1800 71.2500 234.0 SHEO +IN019040401 25.9300 72.2700 111.0 PACHPADRA +IN019040402 25.4800 71.0700 167.0 CHOTAN +IN019040700 25.6500 72.4200 195.0 SIWANA +IN019050200 26.9000 78.1800 165.0 RAJAKHERA +IN019050300 26.7000 77.8800 177.0 DHOLPUR +IN019050400 26.6500 77.6000 191.0 BARI +IN019050500 26.5200 77.3700 274.0 SIRMUTHRA +IN019051000 26.9000 77.2800 195.0 BAYANA BIANA +IN019051100 26.7500 77.5300 196.0 BASERI +IN019051300 27.2200 77.5000 177.0 BHARATPUR +IN019051400 27.6500 77.2700 183.0 KAMEN KAMAN +IN019051500 27.2200 77.1800 205.0 NADHAI +IN019051501 26.8200 77.7500 171.0 SEPAO +IN019051800 26.6670 77.8330 176.0 DHOLPUR 42354 +IN019051900 26.6000 77.4800 238.0 ANGAI +IN019052000 27.0000 77.5800 228.0 RUPBAS +IN019052100 27.0200 77.1700 214.0 WEIR +IN019052200 27.7000 77.0800 191.0 PAHARI +IN019052300 27.4300 77.0800 203.0 NAGAR +IN019052400 27.4700 77.3300 179.0 DEEG +IN019052500 27.3200 77.3700 184.0 KUMBHER +IN019052800 27.2200 77.5000 182.0 BHARATPUR OBSY +IN019060200 25.6200 74.9300 364.0 SHAHPURA +IN019060300 25.3500 74.6300 414.0 BHILWARA +IN019060400 25.2200 74.2500 496.0 GANGAPUR SAHARA +IN019060800 25.6000 75.2800 335.0 JAHAZPUR +IN019060900 25.4800 74.5800 429.0 MANDAL +IN019061000 25.5000 74.6700 492.0 BANERA +IN019061100 25.4000 74.1700 530.0 RAIPUR +IN019061101 25.2200 75.1000 514.0 MANDALGARH +IN019061200 25.4200 74.9000 377.0 KOTARI +IN019061500 25.7300 74.3300 475.0 ASIND +IN019061700 25.9200 74.6800 394.0 HURDA +IN019070100 28.0000 73.3000 224.0 BIKANER GSN 42165 +IN019070200 28.5000 73.7500 193.0 LUNKARANSAR +IN019070300 28.3500 73.5000 229.0 KOLAYAT MAGRA +IN019070400 28.0200 73.3000 228.0 BIKANER +IN019070401 27.8500 73.2500 260.0 PALANA +IN019070501 27.5800 73.4800 317.0 SURPURA (NOKHA) +IN019080500 25.4500 75.6300 274.0 BUNDI +IN019080600 25.5800 75.5000 310.0 HINDOLI +IN019080700 25.3000 75.9500 254.0 PATAN +IN019081300 25.7700 75.8500 300.0 NAINWA +IN019081400 25.3200 75.7300 246.0 TALERA +IN019090100 24.6200 74.7000 443.0 NIMBAHERA +IN019090200 24.0500 74.7800 489.0 PARTABGARH +IN019090700 24.8800 74.6300 420.0 CHITTORGARH +IN019090701 25.0500 74.6200 423.0 GANGRAR +IN019090800 24.8800 74.3200 460.0 KAPASAM +IN019090801 25.0700 74.3500 457.0 RASHMI +IN019090900 24.9200 75.5800 351.0 CHAMBAL OBSY SR +IN019091400 24.9800 75.1300 404.0 BANGU(BAGAN) +IN019091401 24.7500 74.3300 432.0 ACHUERA +IN019091500 24.9700 75.5300 363.0 BHENSRODGARH +IN019091501 24.6800 74.5000 460.0 BHADESAR +IN019091600 24.3800 74.7000 495.0 CHHOTISADRI +IN019091700 24.4200 74.4800 500.0 BARI-SADRI +IN019091800 24.5200 74.3300 472.0 DUNGLA +IN019092700 24.8800 74.6300 404.0 CHITTORGARH OBSY +IN019100100 28.0800 74.6200 308.0 RATANGARH +IN019100200 27.7000 74.4800 329.0 SUJANGARH +IN019100201 28.6700 75.0300 244.0 TARANAGAR (RENI) +IN019100202 28.0700 74.0000 278.0 DUNGARGARH +IN019100300 28.4300 74.4800 256.0 SARDARSHAHAR +IN019100301 28.6300 75.3800 237.0 RAJGARH +IN019100400 28.3000 74.9700 291.0 CHURU +IN019100500 28.2500 74.9170 291.0 CHURU 42170 +IN019110200 23.8500 73.7200 320.0 DUNGARPUR +IN019110300 23.6000 73.7700 220.0 DHAMBOLA +IN019111000 23.6800 74.0300 217.0 SAGWARA +IN019111100 23.9200 74.3000 220.0 NITHAWA(NATAU) +IN019111700 23.8300 73.6700 429.0 DUNGARPUR OBSY SR +IN019112000 23.9500 73.9000 240.0 GANESHPUR +IN019112100 23.5200 74.0000 140.0 GALIAKOT +IN019112101 23.8700 73.7800 320.0 DEWAL +IN019112200 23.9700 74.0700 213.0 ASPUR +IN019112300 23.8500 74.1700 180.0 SAHLA/SABLA +IN019120100 29.3200 73.7500 183.0 SURATGARH +IN019120101 29.1800 74.7700 192.0 NOHAR +IN019120200 29.1670 73.1670 154.0 ANUPGARH 42122 +IN019120201 29.5800 74.3200 180.0 HANUMANGARH +IN019120300 29.5300 73.4500 165.0 RAISINGNAGAR +IN019120500 29.8300 73.4700 168.0 KARANPUR +IN019120600 29.6800 73.6200 171.0 PADAMPUR +IN019120700 29.9170 73.9170 177.0 GANGANAGAR 42123 +IN019120801 29.1200 75.1700 201.0 BHADRA +IN019130100 26.9800 75.8700 410.0 AMBER +IN019130200 26.6000 75.9500 299.0 CHATSU +IN019130300 26.9000 76.3300 335.0 DAUSA +IN019130400 27.7200 76.2200 350.0 KOTPUTLI +IN019130401 26.5500 76.3300 305.0 LALSOT +IN019130402 26.8000 75.7800 367.0 SANGANER +IN019130403 27.1700 75.7200 493.0 CHOMU +IN019130500 27.4500 76.1800 436.0 BAIRATH +IN019130600 27.1500 76.5800 305.0 BASWA +IN019130601 26.9200 75.1800 378.0 SAMBHAR +IN019130700 27.0700 76.0300 610.0 JAMWA RAMGARH +IN019130701 27.1700 75.7500 639.0 SAMOD +IN019130800 26.8700 76.9300 382.0 PAWATA (PAOTA) +IN019130801 26.6800 75.2300 351.0 DUDU (MOZAMABAD) +IN019131200 26.8300 76.7000 305.0 SIKRAI +IN019131300 26.8200 75.8000 390.0 JAIPUR OBSY SR +IN019131301 26.8170 75.8000 390.0 JAIPUR/SANGANER 42348 +IN019131500 26.7500 75.2300 378.0 PHULERA +IN019131600 26.5800 75.5700 321.0 PHAGI +IN019131601 26.8300 76.0700 351.0 BASSI +IN019131700 26.8000 75.2200 384.0 NARAINA +IN019131800 26.9000 75.8000 429.0 JAIPUR OBSY +IN019131801 26.9200 76.8300 437.0 JAIPUR +IN019140100 26.9200 70.9200 293.0 JAISALMER +IN019140200 26.5000 71.1800 263.0 FATEHGARH +IN019140300 27.4800 71.7200 148.0 NACHNA (LATHI) +IN019140400 26.9000 70.9170 231.0 JAISALMER 42328 +IN019140500 26.9300 71.9200 206.0 POKARAN +IN019140501 27.3700 70.5000 157.0 RAMGARH +IN019140502 26.8300 70.5000 178.0 SAM +IN019150200 24.8000 72.4700 272.0 JASWANTPURA +IN019150201 25.0200 72.2700 159.0 BHINMAL +IN019150300 24.7500 71.7700 58.0 SACHOR +IN019150600 25.3500 72.6200 166.0 JALORE +IN019150800 25.3300 72.7500 186.0 AHORE +IN019160400 24.3000 76.2300 381.0 BAKANI (RALLAI) +IN019160600 24.1700 76.0300 380.0 PIRAWA +IN019160700 24.5330 76.1670 321.0 JHALAWAR 42555 +IN019160900 23.9300 75.8300 510.0 DUG (DAG) +IN019160901 24.4200 76.5700 321.0 IKLERA(AKLERA) +IN019161000 24.2300 76.8000 356.0 MANOHAR THANA +IN019161100 24.7300 76.3800 291.0 KHANPUR +IN019161200 24.3800 75.8200 381.0 PACHAAHAR +IN019161201 23.9500 75.6200 510.0 GANGDHAR +IN019161600 24.5500 76.1700 312.0 JHALARA PATAN +IN019161700 24.4700 76.3300 329.0 ASNAWAR +IN019161900 24.6000 76.1500 312.0 JHALAWAR +IN019170400 28.0000 75.8000 457.0 KHETRI +IN019170500 28.2300 75.6500 317.0 CHIRAWA +IN019170600 28.3300 75.5800 301.0 PILANI OBSY +IN019170601 27.7200 75.4800 457.0 UDAIPUR (SHEKHA) +IN019170800 28.1300 75.3800 314.0 JHUNJHUNU +IN019180100 26.3000 73.0300 259.0 JODHPUR +IN019180101 26.3300 72.3000 260.0 SHERGARH +IN019180200 26.7200 72.9200 364.0 OSIAN +IN019180300 27.1330 72.3670 234.0 PHALODI 42237 +IN019180301 26.1800 73.7000 269.0 BILARA +IN019180500 26.3000 73.0170 224.0 JODHPUR 42339 +IN019190100 24.9300 76.2800 255.0 SANGOD +IN019190101 24.7700 75.8800 331.0 CHECHAT +IN019190200 25.3300 76.5200 243.0 MANGROL +IN019190201 24.8700 76.6700 289.0 ATRU +IN019190301 25.1200 76.5200 263.0 BARAN +IN019190400 25.1830 75.8500 256.0 KOTA-IN-RAJASTHAN 42451 +IN019190401 25.2500 77.1300 381.0 SHAHABAD +IN019190402 25.1000 76.6500 258.0 KISHANGANJ +IN019190500 24.6700 76.8500 338.0 CHABRA (DISP) +IN019190900 24.9200 75.5800 409.0 CHAMBAL(DAMSITE) +IN019191000 25.7200 76.2000 248.0 INDARGARH +IN019191001 24.6300 75.9300 352.0 RAMGANJ MANDI +IN019191100 25.5300 76.3800 226.0 ITAWAH +IN019191101 24.8800 75.9500 257.0 LADPURA +IN019191200 25.1500 75.8500 274.0 KOTA AERODROME 42452 +IN019191201 25.3300 76.2500 235.0 BAROD +IN019191300 24.6200 76.7000 344.0 CHHIPABAROD +IN019191400 25.1500 76.3000 248.0 ANTAH +IN019191500 25.1300 76.0800 259.0 DIGOD +IN019191501 24.8700 76.1200 264.0 KANWAS +IN019191600 25.0800 76.4200 223.0 PIPALDA +IN019200100 27.2000 73.7500 296.0 NAGAUR (NAGORE ) +IN019200101 27.4000 74.5800 340.0 DIDWANA +IN019200102 26.6300 74.0300 305.0 MERTA CITY +IN019200103 27.0200 75.0000 388.0 NAWA +IN019200200 26.8800 74.7500 442.0 PARBATSAR +IN019200400 27.6300 74.3800 342.0 LADNUN +IN019200500 27.2200 74.2000 307.0 JAYAL +IN019200600 27.1700 73.6700 298.0 NAGAUR OBSY +IN019201600 26.9000 74.3300 363.0 DEGANA +IN019210100 25.7800 73.3300 217.0 PALI +IN019210200 25.9300 73.6700 290.0 SOJAT +IN019210400 26.2000 73.9500 297.0 JAITRAM +IN019210401 25.1800 73.2800 305.0 BALI +IN019210500 25.6700 73.5800 260.0 KHARCHI +IN019210700 25.2800 73.5500 381.0 DESURI +IN019211300 25.0800 73.0800 295.0 ERINPURA OBSY SR +IN019211800 26.0500 74.0300 334.0 RAIPUR +IN019220100 26.4800 76.7300 269.0 GANGAPUR +IN019220200 26.7200 77.0200 232.0 HINDAUN +IN019220201 27.0500 76.9300 238.0 MAHWA (MAHWAR) +IN019220500 26.9200 76.8200 274.0 TODABHIM +IN019220700 26.1500 76.0300 272.0 ISARDA +IN019220701 26.5000 77.0200 269.0 KARAULI +IN019220800 25.9800 76.3700 279.0 SAWAI MADHOPUR +IN019220801 26.6300 77.2300 321.0 MACHILPUR +IN019220900 26.0200 76.6200 229.0 KHANDAR +IN019220901 26.3000 77.2300 205.0 MANDREAL +IN019221000 26.2300 76.5000 242.0 MALARNA (CHOUR) +IN019221100 26.2800 76.7500 256.0 SAPOTRA +IN019221300 26.5000 76.5800 252.0 BAMANWAS +IN019221400 26.6700 76.8300 238.0 NADOTI +IN019221500 26.3300 76.2300 272.0 BONLI +IN019221700 25.9800 76.3700 260.0 SAWAI MADHOPUR OBSY +IN019230300 27.6200 75.1500 437.0 SIKAR +IN019230301 27.9800 74.9700 329.0 FATEHPUR +IN019230500 27.7300 75.7800 449.0 NEEMKATHANA +IN019231000 27.6170 75.1330 433.0 SIKAR 42249 +IN019231100 27.2500 75.2000 495.0 DANTA RAMGARH +IN019231200 27.8200 75.0300 363.0 LACHMANGARH +IN019231300 27.2500 75.1700 297.0 RAMGARH +IN019231400 27.4700 75.6000 502.0 SRIMADHOPUR +IN019240300 24.8800 72.8700 302.0 SIROHI +IN019240500 24.6000 72.7170 1195.0 MOUNT ABU 42540 +IN019240600 24.4800 72.8000 264.0 ABU ROAD +IN019241000 25.1200 73.0700 266.0 SHEOGANJ +IN019241100 24.8800 72.9500 319.0 SAINWARA HYDRO +IN019241200 25.1300 73.0700 262.0 ERINPURA +IN019241300 25.0830 73.0830 295.0 ERINPURA/JAWAI DAM 42441 +IN019241301 24.6300 72.5300 261.0 REODAR +IN019241800 24.7800 73.0500 370.0 PINDWARA +IN019250100 25.9200 76.0300 276.0 UNIARA (ALIGARH) +IN019250500 25.9700 76.0800 274.0 NIZAMAT ALIGARH +IN019250501 26.2800 75.3800 329.0 MALPURA +IN019250700 26.3500 75.9200 318.0 NIWAI +IN019251000 26.1700 75.8000 274.0 TONK +IN019251001 25.8700 75.6000 337.0 DEOLI (DONI) +IN019251100 26.0300 75.4800 338.0 TODARAISING +IN019251400 26.1670 75.7500 272.0 TONK 42349 +IN019260100 24.5830 73.7000 582.0 UDAIPUR 42543 +IN019260101 23.9800 73.6000 361.0 KHERWARA +IN019260300 24.1800 73.9200 274.0 SARARA(SALARA) +IN019260500 25.7500 74.0800 585.0 BHIM (DAWER) +IN019260900 24.5300 73.2000 380.0 BIKRANI HYDRO +IN019260901 25.0700 73.8800 555.0 RAJSAMAND +IN019260902 24.8700 74.0000 517.0 VALLABHGARH +IN019261000 24.6700 73.5800 733.0 TARPAL HYDRO +IN019261001 24.7500 74.1800 455.0 BHOPAL SAGAR +IN019261100 24.3700 73.1800 296.0 KOTRA CANTONMENTHYDRO +IN019261101 24.1700 74.2300 465.0 LASADIYA +IN019261200 24.3800 73.4700 618.0 JHADOL HYDRO +IN019261201 24.1300 74.0500 232.0 SALUMBERR +IN019261300 24.7800 73.9800 501.0 MAHOLI (MAVLI) +IN019261301 24.9700 74.1000 499.0 RAILMAGRA +IN019261400 25.1500 73.5800 1077.0 KHUMBALGARH +IN019261401 24.1200 73.3300 769.0 PHALASIYA/JHADOL +IN019261500 25.3000 73.9200 578.0 AMET +IN019261501 24.9800 73.4200 836.0 SAIRA (GOGUNDA) +IN019261600 25.5300 73.9200 630.0 DEOGARH +IN019261601 24.9300 73.8300 577.0 NATHDWARA +IN019261700 24.3700 73.1700 300.0 KOTRA +IN019261900 24.6170 73.8830 514.0 UDAIPUR DABOK 42542 +IN020010300 12.8000 78.7200 323.0 AMBUR +IN020010400 12.9700 78.8700 266.0 GUDIYATHAM +IN020010500 12.6800 78.6300 351.0 VANIYAMBADI +IN020010600 12.5200 79.1300 566.0 POLUR +IN020010601 12.4800 78.5800 338.0 TIRUPPATTUR +IN020010700 12.6700 79.3000 214.0 ARNI +IN020010701 12.3000 78.7800 281.0 CHENGAM +IN020010800 12.5000 79.6200 76.0 WANDIWASH +IN020011000 12.9300 79.3700 176.0 WALLAJAH +IN020011100 12.9170 79.1500 214.0 VELLORE 43303 +IN020011200 12.2300 79.0800 167.0 TIRUVANNAMALAI +IN020011400 13.1200 79.4300 127.0 SHOLINGUR +IN020011500 13.0800 79.6700 51.0 ARKONAM +IN020011700 12.4800 78.5700 390.0 TIRUPATTUR OBSY SR +IN020011800 12.6700 79.5800 91.0 CHEYYAR +IN020011801 12.1300 78.8800 174.0 PICKUP ANICUT +IN020011900 12.9300 79.6000 109.0 PANAPAUK P.W.D +IN020011901 13.0200 79.5800 91.0 ELATHUR +IN020011902 12.1700 78.8300 210.0 SATHANUR R PROJ +IN020012000 12.7500 79.5800 96.0 DUSI (AYYANKULAM) +IN020012100 12.6300 79.2300 203.0 ALIABAD ANICUT +IN020012200 12.6300 79.4800 113.0 VAKKADI (UKKADAI) +IN020012300 12.9200 79.0800 155.0 PALAR ANICUT P.W.D +IN020012400 12.9500 79.3300 173.0 RANIPET P.W.D +IN020012500 13.0800 79.5500 171.0 MINNEL +IN020012501 12.9000 79.4800 137.0 KAVERIPAUK P.W.D +IN020012600 13.0800 79.2700 224.0 POINEY ANICUT +IN020012601 12.6000 79.3800 1219.0 CHEYYAR ANICUT +IN020012700 12.5700 79.5200 107.0 KOVILUR P.W.D +IN020012800 12.1000 79.0200 155.0 VANAPURAM +IN020020100 11.7300 78.9300 133.0 KALLAKURICHI +IN020020101 11.9300 79.5000 44.0 VILLUPURAM +IN020020200 11.7700 79.5700 24.0 PANRUTI +IN020020300 11.7670 79.7670 12.0 CUDDALORE 43329 +IN020020400 11.5700 79.6000 26.0 KURINJIPADI +IN020020500 11.5000 79.7500 1.0 PORTO NOVO +IN020020600 11.4000 79.7000 4.0 CHIDAMBARAM +IN020020700 11.2800 79.5500 11.0 KATTUMANNARKOIL +IN020020800 11.4000 79.4200 59.0 SRIMUSHNAM +IN020020900 11.4000 79.1200 168.0 TITTAGUDI +IN020021000 11.5000 79.3300 29.0 VRIDDHACHALAM +IN020021100 11.7000 79.2800 213.0 ULUNDURPET +IN020021200 11.9700 79.2200 317.0 TIRUKOILUR +IN020021300 12.2500 79.4300 23.0 GINGEE +IN020021400 12.2500 79.6500 44.0 TINDIVANAM +IN020021500 12.1800 79.9700 11.0 MERCANAM +IN020021600 12.0300 79.7500 166.0 VANUR +IN020021800 11.7330 78.9670 126.0 KALLAKKURICHCHI 43326 +IN020021900 11.8800 78.9200 198.0 SANKARAPURAM +IN020022000 11.8000 78.9500 124.0 ELUTHUI P.W.D +IN020022100 11.4800 79.4200 43.0 VRIDDHACHALAM AN +IN020022200 11.5000 79.0800 62.0 KATTUMYLORE ANIC +IN020022300 11.4200 79.3300 41.0 PELANDURAI +IN020022400 11.4300 79.5700 12.0 SHATIATOPE ANICU +IN020022500 11.4200 79.0000 88.0 TOLUDUR +IN020022600 11.9200 79.1700 86.0 TIRUKOLLUR ANICU +IN020022800 11.5500 79.0000 48.0 MAHAMATHUR ANICU +IN020022900 11.7300 79.6800 17.0 VANAMADEVI ANICU +IN020022901 12.0700 79.5800 339.0 VIDUR DAM-SITE +IN020023000 11.4200 79.1000 73.0 KILACHERUVOI ANI +IN020023100 11.5200 79.6500 7.0 KOTHAVACHERI +IN020030300 11.7800 77.0200 805.0 TALAVADI +IN020030400 11.5000 77.2500 258.0 SATYAMANGALAM +IN020030500 11.4700 77.4300 213.0 GOBICHETTIPALAYA +IN020030600 11.4500 77.7000 166.0 BHAVANI +IN020030700 11.3500 77.7200 172.0 ERODE +IN020030800 11.2800 77.5800 294.0 PERUNDURAI +IN020030900 11.0800 77.8700 147.0 KODUMUDI +IN020030901 11.1500 76.9500 436.0 PERIYANAICKAMPAL +IN020031000 11.0000 77.5700 318.0 KANGAYAM +IN020031001 11.3000 76.9500 326.0 METTUPALAYAM +IN020031200 11.2000 77.2800 324.0 AVANASHI +IN020031300 10.5800 77.2500 368.0 UDUMALPET +IN020031301 11.0300 77.1300 329.0 SULUR +IN020031400 11.2300 77.1200 102.0 ANNUR +IN020031500 10.7300 77.5300 274.0 DHARAPURAM +IN020031501 11.1000 77.3500 299.0 TIRUPPUR +IN020031600 10.6500 77.0200 270.0 POLLACHI +IN020031700 11.0330 77.0500 399.0 COIMBATORE/PEELAMED 43321 +IN020031800 10.5800 76.9200 1372.0 ANAMALAIS +IN020031801 10.7800 77.7000 220.0 MULANUR +IN020031900 10.9800 77.3000 366.0 PALLADAM +IN020031901 11.2500 77.1800 330.0 CINNAKALLORE +IN020032000 11.0000 77.3300 349.0 AMARAVATHINAGAR +IN020032001 10.4200 77.2500 431.0 KOMBU P.W.D. +IN020032200 10.4800 77.2300 383.0 MANUPATTI +IN020032300 11.4800 77.3000 225.0 KODIVERI +IN020032400 11.0000 76.9670 409.0 COIMBATORE 43319 +IN020032401 11.4200 77.6800 166.0 ANAINASWAPALAYAM +IN020032500 10.3700 77.0000 1097.0 IYERPADI +IN020032501 11.4500 77.6800 357.0 BHAVANISAGAR +IN020032502 11.1700 76.8300 455.0 MANTHORAI +IN020032600 10.4500 76.9800 338.0 ATTAKATTI +IN020032700 10.9700 76.8200 449.0 CHITRACHAVADI +IN020033000 10.6700 77.4700 259.0 DHALAVAIPATNAM +IN020033100 10.6000 77.3500 331.0 CHENGANDIPUTNUR +IN020033200 10.5700 77.3500 331.0 KRISHNAPURAM +IN020033300 10.6500 77.3800 322.0 NATTAKKALPALAYAM +IN020033400 10.6700 77.4200 322.0 KOTTAMUTHANPALAY +IN020033500 10.4800 77.3500 314.0 KOMARALINGAM +IN020040100 12.8300 79.7200 84.0 KANCHEEPURAM +IN020040101 12.7800 80.2500 19.0 COVELONG +IN020040200 12.3500 80.0200 3.0 CHEYYAR +IN020040201 12.9700 79.9700 41.0 SRIPERUMBUDUR +IN020040300 13.1300 79.9200 13.0 TIRUVALLUR +IN020040301 12.7000 79.9800 20.0 CHINGLEPUT +IN020040400 12.5300 79.8800 27.0 MADURANTAKAM +IN020040401 12.6170 80.2000 9.0 MAHABALIPURAM 43308 +IN020040402 13.1500 79.5330 87.0 TIRUTTANI 43277 +IN020040500 13.2700 80.2800 14.0 ATHIPETTU +IN020040501 12.6200 79.7800 3.0 UTTIRAMERUR +IN020040600 13.3200 80.2000 11.0 PONNERI +IN020040700 12.6300 80.2000 18.0 MAHABALIPURAM OBSY +IN020040800 13.0500 80.2300 8.0 SAIDAPET +IN020040900 13.0000 80.1830 16.0 MADRAS/MINAMBAKKAM GSN 43279 +IN020041000 13.1700 80.1800 16.0 RED HILLS +IN020041100 13.2300 80.1700 16.0 CHOLAVARAM +IN020041200 13.2700 80.2500 8.0 VALLUR ANICUT +IN020041201 13.3300 79.4500 546.0 PALLIPUT +IN020041300 13.0000 80.0000 36.0 KORATTUR ANICUT +IN020041400 13.2000 80.0300 24.0 TAMARAPAUKKAM +IN020041700 13.2000 80.3300 0.0 ENNORE OBSY +IN020041701 13.1200 79.9200 46.0 CHEMBARAMPAKKAM +IN020042100 13.0300 79.7800 72.0 KESAVARAM +IN020042300 13.1500 79.4300 85.0 R.K. PET +IN020042400 13.4200 79.7500 64.0 POONDI +IN020050800 12.5200 78.0500 896.0 RAYAKOTTAH +IN020050900 12.5800 77.6500 930.0 THALLI +IN020050901 12.5300 78.2300 224.0 KRISHNAGIRI +IN020051000 12.5300 77.7800 892.0 DENKANIKOTTAH +IN020051001 12.2500 78.5500 366.0 UTHANKARAI +IN020051100 12.7200 77.8300 949.0 HOSUR +IN020051101 12.0500 78.5000 396.0 HARUR +IN020051200 12.1300 78.1700 396.0 DHARMAPURI +IN020051201 12.1300 77.9000 533.0 PENNAGARAM +IN020051300 12.3000 78.0800 493.0 PALACODE +IN020051400 12.3300 78.3200 462.0 BARUR +IN020051500 12.3700 78.2700 466.0 NEDUNGAL +IN020051600 11.4800 78.5700 396.0 PENUGONDAPURAM +IN020052000 12.3800 78.0000 579.0 MARANDAHALLI +IN020052100 12.2200 78.1800 471.0 KRISHNAGIRI R. P +IN020052600 12.1330 78.0330 396.0 DHARMAPURI 43301 +IN020061600 8.4300 77.3200 79.0 PECHIPPARAI +IN020061700 8.3800 77.2700 56.0 KALIYAL +IN020061800 8.3700 77.3000 76.0 KULASEKARAM +IN020061900 8.3700 77.3300 73.0 PUTHENDAM +IN020062100 8.3300 77.4300 58.0 THADIKAREKONAM +IN020062200 8.2500 77.4500 34.0 SEETAPAL +IN020062300 8.2700 77.2500 76.0 MEYCODE ADANDAI +IN020062400 8.2300 77.2500 76.0 MULAKUMOOD +IN020062700 8.2000 77.3200 34.0 ERANIEL +IN020062800 8.1700 77.2500 5.0 COLACHEL SALT FA +IN020062900 8.1700 77.4500 32.0 NAGARCOIL +IN020063100 8.1300 77.3700 4.0 RAJAKKAMANGALAM +IN020063200 8.1300 77.4800 3.0 THAMARAIKULAM +IN020063300 8.1300 77.5500 24.0 KOTTARAM +IN020063500 8.2500 77.5000 77.0 ARAMBOLY +IN020063600 8.3300 77.1700 44.0 THUCKALAY +IN020064200 8.2300 77.3700 72.0 P.P. CHANNEL +IN020064300 8.3000 77.2000 54.0 KUZHITHURAI +IN020064400 8.4200 77.4200 69.0 SHORLAKODE +IN020064500 8.2700 77.4300 40.0 BHOOTHAPANDI +IN020064600 8.4700 77.3800 31.0 BALAMORE +IN020064700 8.4000 77.2500 55.0 THIRUPARAPPU +IN020064800 8.1500 77.5000 27.0 MYLAUDY +IN020064900 8.2800 77.4200 25.0 MUKKADAL +IN020065100 8.0830 77.5000 37.0 KANNIYAKUMARI 43377 +IN020065200 8.1000 77.4700 3.0 S.M.K.M.S.S.ALLO +IN020070300 13.0700 80.2500 6.0 NUNGAMBAKKAM OBSY SR +IN020071500 13.0700 80.2700 17.0 CHEPAUK COMPOUND +IN020080100 9.7300 77.7800 1250.0 PERAIYUR +IN020080200 9.9170 78.1170 133.0 MADURAI 43359 +IN020080201 10.0200 77.9700 165.0 SHOLAVANDAN +IN020080202 9.8200 77.9800 125.0 TIRUMANGALAM +IN020080300 9.9700 77.7800 209.0 USILAMPATTI +IN020080301 10.0200 77.3500 369.0 BODINAYAKKANUR +IN020080400 9.8000 77.3300 426.0 UTHAMAPALAYAM +IN020080401 10.1200 77.5300 287.0 PERIAKULAM +IN020080500 10.1700 77.8500 276.0 NILAKOTTAI +IN020080600 10.3500 77.9700 280.0 DINDIGUL +IN020080700 10.5200 77.9500 76.0 VEDASANDUR +IN020080800 10.4700 77.6200 323.0 CHATRAPATTI +IN020080900 10.4500 77.5200 321.0 PALANI +IN020081000 10.2330 77.4670 2343.0 KODAIKANAL GSN 43339 +IN020081500 9.9700 78.1700 441.0 TALLAKULAM +IN020081600 9.9800 78.2300 153.0 CHITTAMPATTI +IN020081700 9.8330 78.0830 131.0 MADURAI 43360 +IN020082100 10.0000 77.6500 190.0 ANDIPATTI +IN020082300 10.2300 78.1300 247.0 NATHAM +IN020082301 9.9500 77.4200 307.0 VEERAPANDI +IN020082400 10.0500 78.3300 149.0 MELUR +IN020082401 9.6800 77.2500 461.0 GUDALUR +IN020082700 10.0800 77.9300 194.0 PERANAI +IN020082800 10.1800 77.4000 823.0 BERIJAN +IN020082900 10.0300 77.6000 276.0 VAIGAI R.PROJECT +IN020083100 10.1700 78.0800 181.0 METTUPATTI +IN020083200 10.5000 78.1700 171.0 EDAYAPATTI +IN020083300 10.0800 78.2500 173.0 PULIPATTI +IN020083700 10.0300 78.0700 145.0 TANIAMANGALAM +IN020083900 10.0300 78.2000 171.0 KALANDRI +IN020091100 11.4700 76.4000 892.0 DEVALA +IN020091200 11.5000 76.5000 1052.0 GUDALUR +IN020091300 11.4700 76.5500 1950.0 NADUVATTAM +IN020091500 11.4000 76.7300 2249.0 OOTACAMUND OBSY SR +IN020091600 11.2700 76.6500 1631.0 KUNDHA (KAILKUND) +IN020091700 11.3800 76.7700 2042.0 KETTY +IN020091800 11.3500 76.8000 1747.0 COONOOR 43318 +IN020091900 11.4300 76.8700 1908.0 KOTAGIRI +IN020092000 11.5000 76.9200 1989.0 KODANAND +IN020092200 11.5800 76.5000 2166.0 GLENMORGAN +IN020092300 11.3800 76.6500 1753.0 KALLATTY +IN020093000 11.3300 76.8200 1052.0 BENHOPE +IN020100200 9.8800 79.0800 3.0 THEETHANDATHANAM +IN020100300 9.7800 79.0500 13.0 VATTARAM +IN020100301 9.7800 78.9200 6.0 TIRUVADANAI +IN020100400 9.2670 79.3000 11.0 PAMBAN GSN 43363 +IN020100401 9.8500 78.4800 101.0 SIVAGANGA +IN020100500 9.7330 79.0330 5.0 TONDI 43361 +IN020100501 9.8300 78.2500 105.0 TIRUPPUVANAM +IN020100502 9.6300 77.6300 153.0 WATRAP +IN020100600 9.7000 78.4700 67.0 MANAMATHURAI +IN020100601 9.5200 77.6300 138.0 SRIVILLIPUTHUR +IN020100700 9.5500 78.5800 32.0 PARAMAKUDI +IN020100701 9.4500 77.7800 106.0 SIVAKASI +IN020100800 9.5800 77.9700 101.0 VIRUDHUNAGAR +IN020100900 9.3800 78.8300 23.0 RAMANATHAPURAM +IN020100901 9.3700 77.9200 62.0 SATTUR +IN020101000 9.2500 78.8000 1.0 MOREKULAM +IN020101100 9.3500 78.5200 27.0 MUDUKULATHUR +IN020101200 9.4200 78.3700 30.0 KAMUTHI +IN020101300 9.5000 78.1000 61.0 ARUPPUKOTTAI +IN020101900 9.6300 78.6300 30.0 ILAYANKUDI +IN020102500 10.1200 78.6000 98.0 TIRUPPATHUR +IN020104100 10.0670 78.8000 92.0 KARAIKUDI 43327 +IN020110200 11.3800 77.9000 268.0 TIRUCHENGODE +IN020110700 11.7500 78.0500 65.0 OMALUR +IN020110800 11.6500 78.1670 278.0 SALEM 43325 +IN020110900 11.4500 78.1800 274.0 RASIPURAM +IN020111000 11.4500 78.5000 240.0 THAMMAMPATTY +IN020111100 11.6000 78.6200 226.0 ATTUR +IN020111200 11.6700 78.4200 301.0 VALAPADY +IN020111300 11.2200 78.1700 261.0 NAMAKKAL +IN020111400 11.1700 78.0300 125.0 PARAMATHI +IN020111500 11.2800 78.2300 261.0 SENDAMANGALAM +IN020111600 11.4700 77.8700 268.0 SANKARI +IN020111700 11.7800 78.2200 1402.0 YERCAUD +IN020111800 11.7800 77.8000 250.0 METTUR DAM +IN020112700 11.8000 77.8200 244.0 METTUR DAM OBSY +IN020112800 11.6300 77.7800 200.0 PILLUKURICHI +IN020120100 10.8500 78.9700 54.0 TIRUKKATTUPALLI +IN020120101 10.9700 79.3700 25.0 KUMBHAKONAM +IN020120200 10.9200 79.2700 31.0 PAPANASAM +IN020120201 10.1800 78.9800 45.0 ARANTANGI +IN020120300 10.8300 78.8300 59.0 GRAND ANICUT +IN020120301 10.8700 79.3800 24.0 VALANGIMAN +IN020120400 10.8500 79.4800 26.0 KODAVASAL +IN020120500 10.8800 79.6200 18.0 NANNILAM +IN020120600 10.7700 79.6500 14.0 TIRUVARUR +IN020120700 10.7670 79.8500 9.0 NAGAPPATTINAM 43347 +IN020120800 10.6200 79.8200 12.0 TIRUPOONDI +IN020120900 10.3700 79.8300 4.0 VEDARANAYAM +IN020121000 10.5300 79.6500 11.0 THIRUTHURAIPOOND +IN020121100 10.4000 79.5000 5.0 MUTHUPET +IN020121200 10.6700 79.4500 16.0 MANNARGUDI +IN020121300 11.2500 79.7300 4.0 SIRKALI +IN020121301 10.7700 79.4300 21.0 NIDAMANGALAM +IN020121400 10.8800 79.1000 42.0 TIRUVAIYARU +IN020121500 10.7800 79.1300 57.0 TANJAVUR +IN020121501 11.0300 79.8700 2.0 TRANQUBAR +IN020121600 11.1000 79.6500 13.0 MAYURAM +IN020121700 10.7200 79.0700 46.0 VALLAM +IN020121800 10.4300 79.3200 23.0 PATTUKKOTTAI +IN020121901 10.3300 79.3800 1.0 ADIRAMPATANAM +IN020122000 10.1200 79.2300 2.0 KATTUMAVADI +IN020122300 10.3500 79.1500 2.0 NEIDAVASAL +IN020122400 10.2800 79.2000 24.0 PARAVURANI +IN020122500 10.5000 79.4000 17.0 MADUKKUR +IN020122600 10.5500 79.7800 4.0 TALANAYAR +IN020122700 11.3000 79.7000 6.0 COLEROON +IN020122800 10.7700 79.4200 22.0 KORAIYAR HEAD +IN020122900 10.7800 79.4800 14.0 PANDAVAYAR HEAD +IN020123000 10.6500 79.5300 14.0 MULLIAR HEAD +IN020123100 10.5800 79.2000 40.0 VETTICAD +IN020123200 11.0300 79.5200 21.0 MANJALLAR HEAD +IN020123201 10.4000 79.2000 35.0 ICHANVIDUTHI +IN020123300 10.7000 79.3000 30.0 NEIVASAL(TENPATH) +IN020123400 11.1300 79.4500 18.0 LOWER ANICUT +IN020123500 11.0800 79.4000 11.0 MANALMEDU +IN020123600 10.7830 79.1330 68.0 THANJAVUR 43330 +IN020123700 11.0200 79.5300 19.0 ADUTHURAI AGRO +IN020123800 10.3670 79.8500 4.0 VEDARANNIYAM 43349 +IN020130100 10.7700 77.9200 198.0 ARAVAKURICHI +IN020130200 11.1500 78.6000 137.0 TURAIYUR +IN020130300 11.2700 78.5200 284.0 UPPILIYAPURAM +IN020130400 11.1500 78.8000 840.0 CHETTIKULAM +IN020130500 10.9500 78.4500 289.0 MUSIRI +IN020130501 11.2300 78.8700 840.0 PERUMBALUR +IN020130600 10.8700 78.8300 192.0 LALGUDI +IN020130601 11.1300 78.4500 289.0 THATHAIENGARPET +IN020130700 10.7670 78.7170 88.0 TIRUCHCHIRAPALLI 43344 +IN020130800 10.9200 78.4200 90.0 KULITHALAI +IN020130900 10.6000 78.4200 154.0 MANAPPARAI +IN020131000 10.5200 78.6200 132.0 ILUPPUR +IN020131100 10.4300 78.4000 156.0 MARUNGAPURI +IN020131200 10.9700 78.0800 119.0 KARUR +IN020131300 10.3800 78.8200 197.0 PUDUKKOTTAI +IN020131400 10.2500 78.7500 93.0 TIRUMAYAM +IN020131500 10.1800 78.8700 56.0 KILANILAI +IN020131600 10.7000 78.5500 113.0 KULATTUR +IN020131700 10.6000 78.5500 179.0 VIRALIMALAI +IN020131800 11.1300 79.0800 78.0 ARIYALUR +IN020131801 10.6200 78.9200 115.0 UDAYALIPATTI +IN020131900 11.2200 79.3700 245.0 JAYAMKONDAM +IN020131901 10.4500 78.7000 132.0 ANNAVASAL +IN020132000 10.2800 78.5300 174.0 PONNAMARAVATHI +IN020132100 11.0300 78.8000 192.0 SIRUGANUR +IN020132101 10.5500 78.9700 80.0 ADANAKOTTAI +IN020132200 10.4500 79.1500 32.0 KARAMBAKKUDI +IN020132201 10.4800 78.9200 80.0 PERUNGALUR +IN020132400 10.8800 77.9500 143.0 ANAIPALAYAM +IN020132600 10.6300 78.2500 227.0 PALAVIDUTHI +IN020132700 10.9700 78.9200 206.0 PULLAMBADI +IN020132701 10.4200 79.0000 45.0 MALAIYUR +IN020132800 10.4800 78.5700 840.0 VEMBAVUR +IN020132900 10.3700 78.6000 174.0 KARAIYUR +IN020133000 10.3700 78.9800 45.0 ALANGUDI +IN020133400 10.9300 78.2500 104.0 MAYANUR +IN020133401 10.9700 79.2300 32.0 PONNERI HEAD +IN020133500 10.9000 78.9500 48.0 MANDHIYAR HEAD +IN020133600 10.9000 78.5500 77.0 UPPER ANICUT +IN020133800 10.9500 78.0830 181.0 K. PARAMATHY 43342 +IN020133801 11.1670 79.0000 747.0 ARIYALUR 43324 +IN020134300 10.6500 78.2300 228.0 KADARUR +IN020140100 8.8700 78.1000 5.0 ARASADI +IN020140102 8.9500 77.7800 69.0 KAYATNUR +IN020140202 8.9500 77.3200 191.0 TENKASI +IN020140300 8.9200 78.0300 21.0 OTTAPIDARAM +IN020140400 8.7000 77.4300 64.0 AMBASAMUDRAM +IN020140401 8.4200 78.0500 2.0 KULASEKARAPATNAM +IN020140500 8.7330 77.7500 51.0 PALAYANKOTTAI 43376 +IN020140502 8.5500 78.1000 3.0 KIRNUR NAM +IN020140600 8.4800 77.6500 119.0 NANGUNERI +IN020140601 8.5000 78.1200 2.0 TIRUCHENDUR +IN020140702 8.2700 77.6800 8.0 RADHAPURAM +IN020140800 8.7500 78.1800 3.0 TUTICORIN HARBOUOBSY SR +IN020140802 8.4500 77.9200 13.0 SATTANKULAM +IN020140901 8.6300 77.9200 12.0 SRIVAIKUNTAM +IN020141000 9.1700 77.8700 88.0 KO253LPATTI SR +IN020141001 8.7300 77.6800 38.0 TIRUNELVELI +IN020141100 9.1700 77.5500 152.0 SANKARANKOIL +IN020141101 8.9700 77.2500 172.0 SHENCOTTAH +IN020141200 9.3300 77.4300 163.0 SIVAGIRI +IN020141300 9.0800 77.3500 204.0 KADAYANALLUR +IN020141400 9.1500 78.1700 21.0 VILATNIKULAM +IN020142200 9.0000 77.3300 161.0 AYIKUDI +IN020143400 8.8200 77.3700 105.0 KADAYAM +IN020143700 8.6800 77.4800 86.0 KANNADIAN ANICUT +IN020143800 8.6700 77.5500 78.0 CHERANMAHADEVI +IN020143900 8.5800 77.4200 76.0 MANIMUTHAR +IN021010100 23.8830 91.2500 16.0 AGARTALA 42724 +IN021010101 24.0800 91.6200 34.0 KHOWAI +IN021010200 23.4700 91.2800 31.0 SONAMURA +IN021010201 24.2000 91.8300 40.0 KAMALPUR +IN021010400 23.0200 91.7300 31.0 SABROOM +IN021010500 23.5000 91.6500 43.0 AMARPUR +IN021010600 23.5300 91.5000 25.0 UDAIPUR +IN021010800 23.7000 91.9300 114.0 GUNAMANI S. PARA +IN021010900 23.3000 91.7500 66.0 PALANGAPHABARI +IN021011200 24.3200 92.0200 21.0 KAILASHAHAR +IN021011300 24.3800 92.1700 21.0 DHARMANAGAR +IN021012000 24.3170 92.0000 30.0 KAILASHAHAR 42618 +IN022021500 28.6200 76.9800 210.0 NAJAFGARH +IN022021600 28.6300 77.2500 220.0 DELHI SADAR +IN022021700 28.6800 77.0700 213.0 NANGLOI +IN022021800 28.6700 77.3000 203.0 SHAHDARA +IN022021900 28.5830 77.2000 216.0 NEW DELHI/SAFDARJUN GSN 42182 +IN022022000 28.7500 77.1300 213.0 BADLI +IN022022100 28.7500 77.0800 210.0 ALIPUR +IN022022200 28.5200 77.1800 259.0 MAHRAULI +IN022022700 28.8500 77.0800 213.0 NARELA +IN022022900 28.5500 77.2700 215.0 OKHLA OBSY +IN022023000 28.5670 77.1170 233.0 NEW DELHI/PALAM 42181 +IN022023100 28.6800 77.2200 227.0 CHANDRAWAL OBSY +IN022030300 20.7200 70.9200 15.0 DIU OBSY +IN022030400 15.4170 73.7830 62.0 MORMUGAO 43196 +IN022030600 15.4830 73.8170 60.0 GOA/PANJIM 43192 +IN022030901 20.4170 72.8500 12.0 DAMAN 42916 +IN022043400 11.9200 79.8300 6.0 PONDICHERY OBSY +IN022043500 10.9170 79.8330 7.0 KARAIKAL 43346 +IN023010100 26.9300 77.8000 192.0 KHAIRAGARH +IN023010101 26.8800 78.6000 151.0 BAH +IN023010600 27.2000 78.0000 183.0 AGRA +IN023010700 27.1500 78.3800 229.0 FIROZABAD +IN023010800 27.2300 78.2000 166.0 ETMADPUR +IN023010900 27.0800 77.6700 163.0 FATEHPUR SIKRI +IN023010901 27.6700 78.6700 253.0 BHIKAPUR +IN023011000 27.0300 78.3000 164.0 FATEHABAD +IN023011900 27.1670 78.0330 169.0 AGRA 42261 +IN023020100 27.9000 78.0800 186.0 ALIGARH +IN023020101 27.9300 77.8300 188.0 KHAIR +IN023020200 28.0300 78.2800 184.0 ATRAULI +IN023020201 27.7200 77.9300 178.0 IGLAS +IN023020202 27.6000 78.0500 178.0 HATHRAS +IN023020300 27.6800 78.3800 175.0 SIKANDRA RAO +IN023020900 28.0000 77.6700 193.0 BALANPUR +IN023021500 27.8830 78.0670 187.0 ALIGARH 42262 +IN023030100 25.3800 82.1800 90.0 HANDIA +IN023030200 25.1500 82.1000 183.0 MEJA +IN023030300 25.6500 81.3200 101.0 SIRATHU +IN023030400 25.5300 81.3800 175.0 MANJHANPUR +IN023030500 25.6200 81.8300 94.0 SORAON +IN023030600 25.2800 81.9300 94.0 KARCHANA +IN023031000 25.4700 81.8300 200.0 ALLAHABAD CHAILK +IN023031500 25.5500 82.0800 93.0 PHULPUR +IN023040300 29.3300 80.0800 1638.0 CHAMPAWAT +IN023040900 29.6000 79.6700 1585.0 ALMORA +IN023041000 29.6300 79.4300 1951.0 RANIKHET +IN023041100 29.7500 79.7500 1981.0 KAUSANI +IN023050400 26.0800 82.8700 76.0 MAHUL PNULPUR +IN023050700 26.0500 83.1800 76.0 AZAMGARH +IN023050800 26.1500 83.3300 75.0 JIWANPUR SAGRI +IN023050900 26.0300 83.3800 75.0 MUHAMMADPUR +IN023051000 26.1000 83.5300 72.0 GHOSI +IN023051201 25.7300 82.9800 81.0 DEOGAON LALGANJ +IN023060400 27.2500 81.5500 118.0 KAISERGANJ +IN023060500 27.8700 81.5000 133.0 NANPARA +IN023060800 27.5670 81.6000 124.0 BAHRAICH 42273 +IN023071500 25.7300 84.1700 59.0 BALLIA +IN023071501 25.8700 83.8500 64.0 RASRA +IN023071600 25.8800 84.2300 29.0 BANSDIH +IN023071800 25.7500 84.1700 64.0 BALLIA OBSY +IN023071900 26.0500 84.0500 61.0 SIKANDERPUR +IN023080500 25.4800 80.3500 128.0 BANDA +IN023080600 25.7500 80.4300 119.0 PAILANI +IN023080700 25.3000 80.4000 149.0 GIRWAN NARAINI +IN023080701 25.2700 81.3800 94.0 MAU +IN023080800 25.5500 80.7200 114.0 BEBERU +IN023080801 25.0300 81.1200 232.0 MANIKPUR +IN023080900 25.2300 80.6500 131.0 BADAUSA +IN023081000 25.5200 80.9200 110.0 KAMASIN +IN023081100 25.2000 80.9200 130.0 KARWI +IN023081300 25.4700 80.3700 121.0 BANDA OBSY +IN023090600 27.1700 81.2200 125.0 FATEHPUR +IN023090900 26.9000 81.2000 107.0 NAWABGANJ +IN023091000 26.8000 81.5300 106.0 SANEHIGHAT +IN023091100 26.6000 81.3700 117.0 HAIDARGARH +IN023100100 28.3700 79.4300 180.0 BAREILLY SADAR +IN023100200 28.5500 79.6300 177.0 NAWABGANJ +IN023100300 28.2800 79.1300 173.0 AONLA +IN023100400 28.2200 79.5500 175.0 FARIDPUR +IN023100500 28.1700 79.5000 182.0 PANDHERA +IN023100600 28.7800 79.6700 209.0 DEBIABHOJ DIYABH +IN023100700 28.7000 79.6700 184.0 KUNDHRA +IN023100800 28.7800 79.5000 191.0 BAHERI +IN023101700 28.3670 79.4000 169.0 BAREILLY 42189 +IN023110100 27.2200 82.6700 90.0 DOMERIAGANJ SR +IN023110200 26.7800 82.7200 87.0 BASTI +IN023110201 27.1700 82.9300 90.0 BANSI +IN023110300 26.8000 82.4700 91.0 HARAIYA +IN023110600 26.7800 83.0700 79.0 KHALILABAD +IN023120200 29.3700 78.1300 268.0 BIJNOR +IN023120300 29.4500 78.4300 250.0 NAGINA +IN023120400 29.3000 78.5200 235.0 DHAMPUR +IN023120500 29.6200 78.3500 240.0 NAJIBABAD +IN023121100 29.6170 78.3830 270.0 NAJIBABAD 42143 +IN023130300 28.3000 78.9300 187.0 BISAULI +IN023130400 28.2300 78.4300 180.0 GUNNAUR +IN023130500 28.0700 78.7500 168.0 SAHASWAN +IN023130900 28.0500 79.1200 164.0 BUDAUN +IN023131000 28.0300 79.4000 155.0 DATAGANJ +IN023140100 28.3500 78.2700 182.0 ANUPSHAHR +IN023140500 28.4000 77.8700 222.0 BULANDSHAHR +IN023140600 28.4500 77.7000 205.0 SIKANDARABAD +IN023140700 28.2500 77.8500 197.0 KHURJA +IN023142400 28.4000 77.9000 223.0 BULANDSHAHR +IN023142500 28.1800 77.6000 198.0 DAYANATHPUR +IN023143400 28.4000 77.8700 222.0 BULANDSHAHR OBSY +IN023150200 30.5000 79.2500 1861.0 OKHIMATH +IN023150300 30.5500 79.5800 792.0 JOSHIMATH +IN023150400 30.2700 79.2500 396.0 KARNAPRAYAG +IN023150600 30.7300 79.6300 3733.0 LOKAPA OBSY +IN023150700 30.5000 79.6000 2671.0 TAPOBAN +IN023150900 30.5500 79.5670 1875.0 JOSHIMATH 42116 +IN023160101 30.7000 77.8700 1905.0 CHAKRATA KALSI SR +IN023160200 30.4000 78.0800 975.0 RAJPUR +IN023160900 30.3170 78.0330 682.0 DEHRADUN 42111 +IN023161000 30.3300 78.2500 735.0 BHOGPUR +IN023161100 30.3000 78.0800 654.0 RAIPUR +IN023161300 30.5000 77.8200 489.0 AMBARI +IN023162200 30.4500 78.0830 2042.0 MUSSOORIE 42112 +IN023170200 26.9200 83.9800 183.0 PADRAUNA +IN023170300 26.7500 83.7500 183.0 HATA +IN023170500 26.5000 83.7800 183.0 DEORIA +IN023171400 26.3000 83.9200 183.0 SALIMPUR +IN023180400 27.5000 79.1800 171.0 ALIGANJ +IN023181600 27.5700 78.6800 172.0 ETAH +IN023181700 27.8000 78.6500 152.0 KASGANJ +IN023181800 27.4700 78.3000 171.0 JALESAR +IN023190100 26.7800 79.0200 149.0 ETAWAH +IN023190200 26.7500 79.2300 146.0 BHARTHANA +IN023190300 26.8000 79.5200 135.0 BIDHUNA +IN023190400 26.4700 79.5200 139.0 AURAIYA +IN023200500 26.7800 82.1300 101.0 FAIZABAD +IN023200600 26.4200 82.5300 200.0 AKBARPUR +IN023200700 26.6000 82.1200 99.0 BIKAPUR +IN023200800 26.5500 82.6500 91.0 TANDA +IN023200900 26.3200 82.7300 91.0 JALALPUR +IN023201000 26.7800 82.2000 119.0 AYODHYA AJOBHY +IN023201300 26.7500 82.0800 102.0 FAIZABAD OBSY SR +IN023210800 27.3700 79.6300 156.0 FATEHGARH +IN023210900 27.4000 79.5800 156.0 FARRUKHABAD +IN023211000 27.5500 79.3300 156.0 KAIMGANJ +IN023211100 27.1300 79.5000 227.0 CHHIBRAMAU +IN023211200 27.0500 79.9300 227.0 KANNAUJ +IN023211201 26.9000 79.3300 152.0 DIGRI +IN023220100 25.9330 80.8330 114.0 FATEHPUR 42471 +IN023220101 25.7800 81.1200 107.0 KHAGA +IN023220400 26.0500 80.5300 119.0 KHAJWA +IN023230400 30.1500 78.7800 1646.0 PAURI +IN023230500 30.2000 78.7700 564.0 SRINAGAR +IN023230501 30.2500 79.2500 1707.0 BIRONKHOL +IN023230800 29.7500 78.5300 1387.0 KOTDWARA +IN023230900 29.8300 78.6800 1692.0 LANDSDOWN +IN023241100 25.5800 83.5700 67.0 GHAZIPUR +IN023241200 25.5300 83.2200 73.0 SAIDPUR BHITARI +IN023241300 25.4300 83.5700 88.0 ZAMANA +IN023241400 25.6200 83.7500 66.0 MUHAMMADABAD +IN023242300 25.4000 83.5500 65.0 GHAZIPUR OBSY +IN023250200 27.1300 81.9300 110.0 GONDA +IN023250300 27.3200 82.4200 116.0 ATRAULA +IN023250400 27.0500 82.2300 104.0 MANKAPUR +IN023250600 26.9700 81.9800 99.0 TARABGANJ +IN023250700 27.1330 81.9670 110.0 GONDA 42274 +IN023260200 27.1500 83.5700 25.0 MAHARAJGANJ +IN023260300 27.1000 83.2800 25.0 PHARENDA +IN023260400 27.4330 83.4170 99.0 NAUTANWA 42282 +IN023260401 26.5500 83.3700 25.0 BANSGAON +IN023261300 26.7500 83.3670 77.0 GORAKHPUR 42379 +IN023261500 26.7500 83.4200 78.0 GO AKHPUR P.B.O.OBSY SR +IN023270200 25.9500 80.1300 107.0 HAMIRPUR +IN023270300 25.6800 80.1200 200.0 MAUDEHA +IN023270400 25.5700 80.0500 123.0 KHANNAH +IN023270700 25.5800 79.5800 160.0 RATH +IN023270800 25.3200 79.6500 192.0 KULPAHAR +IN023270900 25.3000 79.8800 209.0 MAHOBA +IN023271000 25.4000 79.7500 183.0 CHARKHARI +IN023271300 25.2800 79.5300 189.0 BELATHAL +IN023271400 25.3200 79.9200 210.0 BIJANAGAR +IN023271500 25.7700 79.6800 139.0 SARILA +IN023280400 27.4000 80.1300 141.0 HARDOI +IN023280500 27.0700 80.5200 183.0 SANDILA +IN023280600 27.1800 80.0300 141.0 BILGRAM +IN023280900 27.3830 80.1670 142.0 HARDOI 42271 +IN023281300 27.6300 79.9500 141.0 SHAHABAD +IN023290400 25.9800 79.1500 229.0 KUNCH +IN023290500 25.9800 79.4700 151.0 ORAI +IN023290800 26.1300 79.3300 143.0 JALAUN +IN023290900 26.1300 79.7500 131.0 KALPI +IN023291200 25.9800 79.5000 141.0 ORAI OBSY SR +IN023300100 26.0500 82.7000 85.0 SHAHGANJ +IN023300800 25.7500 82.6800 81.0 JAUNPUR +IN023300900 25.6000 82.6000 85.0 MARIAHU +IN023301000 25.7000 82.4200 88.0 MACHHLISNAHR +IN023301100 25.6300 82.9200 80.0 KERAKAT +IN023301600 25.7500 82.6800 70.0 JAUNPUR OBSY +IN023310101 25.5500 79.3000 305.0 GAROTHA +IN023310102 24.7000 78.4200 357.0 LALITPUR +IN023310200 25.7200 78.9300 168.0 MOTH +IN023310201 25.2300 79.1300 213.0 MAU +IN023310202 24.5800 78.7200 427.0 MAHRONI +IN023310300 25.3700 79.0800 219.0 PACHWARA +IN023310301 25.3000 78.8500 238.0 MAGARWARA +IN023310400 25.3800 78.7300 222.0 BARWASAGAR +IN023310500 25.4500 78.6170 258.0 JHANSI 42463 +IN023320100 26.4700 80.3500 185.0 KANPUR +IN023320200 26.8500 80.0800 124.0 BILHAUR +IN023320300 26.1700 80.1700 134.0 GHATAMPUR +IN023320500 26.4200 79.7800 137.0 DERAPUR +IN023320600 26.3700 79.9500 130.0 AKBARPUR +IN023320700 26.2000 79.8300 124.0 BHOGNIPUR +IN023321100 26.4330 80.3670 126.0 KANPUR 42366 +IN023321600 26.4500 80.3500 128.0 KANPUR D.R.L. OBSY SR +IN023340400 28.2300 80.8700 140.0 N GHASAN SR +IN023340700 27.9000 80.8000 147.0 KHERI 42270 +IN023340800 27.9500 80.2200 152.0 MUHAMMDI +IN023350600 26.9200 80.7200 128.0 MALIHABAD +IN023351200 26.8670 80.9330 111.0 LUCKNOW 42368 +IN023351300 26.6700 80.9800 112.0 MOHANLALGANJ +IN023351400 26.7500 80.8830 128.0 LUCKNOW/AMAUSI 42369 +IN023360100 27.2300 79.0300 224.0 MAINPURI +IN023360200 27.2500 79.1800 224.0 BHAGAON BHOGAON +IN023360300 27.1000 79.2800 151.0 DHANDAUS +IN023361100 27.2300 78.6700 224.0 MUSTAFABAD JASRA +IN023361200 27.1000 78.5800 224.0 SHIKOHABAD +IN023361300 27.0000 78.9500 224.0 KARHAL +IN023361400 27.2330 79.0500 157.0 MAINPURI 42265 +IN023361401 28.4500 78.6200 169.0 GOPALPUR +IN023370300 27.5000 77.6800 183.0 MATHURA +IN023370400 27.7300 77.5000 183.0 CHHATA +IN023370500 27.6300 77.7200 183.0 MAT +IN023370501 27.4500 78.0300 183.0 SADABAD +IN023370600 27.2300 77.7300 172.0 BARODA +IN023370700 27.7800 77.4300 177.0 CHHOTA KOSI +IN023370800 27.5500 77.5200 181.0 BASAUNTI +IN023372700 27.5000 77.6800 174.0 MATHURA OBSY +IN023380100 28.9500 77.2200 183.0 BAGHPAT SR +IN023380200 28.6500 77.4300 152.0 GHAZIABAD +IN023380300 28.7200 77.7800 152.0 HARPUR +IN023380400 28.6700 77.5300 212.0 DASNA +IN023381400 29.1300 77.6200 232.0 SARDHANA +IN023381500 29.1000 77.9300 152.0 MAWANA +IN023382200 29.0200 77.7200 222.0 MEERUT OBSY +IN023390500 25.1500 82.5800 90.0 MIRZAPUR +IN023390600 25.1200 82.9000 89.0 CHUNAR +IN023390700 25.0800 82.0300 99.0 HASANPUR +IN023391000 24.2200 83.2500 244.0 DUDHI +IN023391100 24.7000 83.0700 121.0 ROBERTSGANJ +IN023400600 28.8700 78.7800 244.0 MORADABAD +IN023400601 29.2000 78.8700 244.0 THAKURDWARA +IN023400700 28.9000 78.4700 488.0 AMROHA +IN023400800 28.7300 78.2800 206.0 HASANPUR +IN023400900 28.5800 78.5700 244.0 SAMBHAL +IN023401000 28.6200 78.8000 244.0 BILARI +IN023401100 28.8330 78.7500 202.0 MORADABAD 42187 +IN023410700 29.4700 77.6800 247.0 MUZAFFARNAGAR +IN023410800 29.4000 77.2000 239.0 KAIRANA +IN023410900 29.2800 77.4800 239.0 BUDHANA +IN023411000 29.3200 77.8500 253.0 JEOLI JANSATH +IN023411100 29.5300 77.3000 242.0 BHAINSWAL +IN023411200 29.3200 77.2700 238.0 KHANDHLA +IN023420100 29.2800 79.3500 399.0 KALADHUNGI +IN023420101 29.0800 80.1200 255.0 TANAKPUR +IN023420200 29.4000 79.4670 1953.0 NAINITAL 42146 +IN023420300 29.1500 79.1200 215.0 BAZPUR +IN023420400 29.0000 79.6800 210.0 KILPURI +IN023420500 29.2200 79.5200 348.0 HALDWANI +IN023420600 29.4000 79.1200 482.0 RAMNAGAR +IN023420700 29.2200 78.9300 183.0 KASHIPUR +IN023420701 29.2800 79.5300 518.0 KATHGODAM +IN023420800 29.4670 79.6500 2311.0 MUKTESHWAR KUMAON 42147 +IN023421200 29.3800 79.4500 2020.0 NAINITAL +IN023421300 29.0500 79.2000 198.0 GADARPUR +IN023421400 28.9200 79.5000 205.0 RUDRAPUR/KITCHHA +IN023421601 28.9200 79.9700 203.0 KHATIMA +IN023422100 29.0000 79.5200 212.0 NAGLA +IN023430300 28.5200 80.1500 187.0 PURANPUR +IN023431100 28.6300 79.8000 187.0 PILIBHIT CITY +IN023431200 28.3000 79.8000 187.0 BISALPUR +IN023431300 28.7500 79.7300 160.0 PAUTA AMARIA +IN023440100 30.1000 80.2500 2202.0 MUNSIYARI OBSY +IN023440300 30.1300 80.1200 2977.0 GARBYANG OBSY +IN023440400 29.5800 80.2200 1646.0 PITHORAGARH +IN023440600 29.7500 80.2500 2286.0 CHAUKURI +IN023440700 29.7700 80.0500 1676.0 BERINAG +IN023440800 29.7700 80.3300 1468.0 ASKOTE OBSY +IN023440900 29.8500 80.5330 817.0 DHARCHULA 42151 +IN023450900 25.7200 81.5200 103.0 KUNDA +IN023451100 25.9000 81.9500 98.0 PRATAPGARH +IN023451400 25.9200 82.2000 92.0 PATTI +IN023460200 26.2300 81.2300 88.0 RAE BARELI +IN023460400 26.0700 81.0300 88.0 DALMAU +IN023460500 26.0300 81.4700 88.0 SALON +IN023461300 26.3700 81.2800 88.0 MAHARAJGANJ +IN023471900 28.7500 79.0000 191.0 RAMPUR 42188 +IN023472000 28.6000 79.1700 177.0 MILAK TAHSIL +IN023480100 29.9500 77.5500 281.0 SAHARANPUR +IN023480101 29.9500 78.1700 299.0 HARDWAR MAYAPUR +IN023480200 29.8500 77.8830 274.0 ROORKEE 42140 +IN023480300 29.9300 77.3000 280.0 NAKUR +IN023480500 29.7000 77.6800 200.0 DEOBAND +IN023480600 29.7000 77.4300 260.0 KUAKHERA +IN023481000 29.9700 78.0500 254.0 SALIMPUR +IN023481100 30.2700 77.5800 319.0 NAYA SHAHR +IN023481200 30.1300 77.8000 302.0 KALSIA +IN023481900 29.8000 77.9700 248.0 MUHAMMADPUR +IN023482000 29.5800 77.8000 264.0 JARAUDA +IN023490100 28.0700 80.1000 161.0 PAWAYAN +IN023490200 28.2000 80.2700 161.0 KHUTAR +IN023490500 27.8800 79.9200 151.0 SHAHJAHANPUR +IN023490600 27.9700 79.7300 157.0 TILHAR +IN023490700 27.7300 79.6500 146.0 JALALABAD +IN023500100 27.5700 80.6800 136.0 SITAPUR +IN023500101 27.4800 81.0000 152.0 BISWAN +IN023500200 27.2800 80.8300 152.0 SIDHAULI +IN023500300 27.4300 80.5300 137.0 MISRIKH +IN023510700 26.1500 81.8000 95.0 AMETHI +IN023510800 26.3700 81.8000 152.0 MUSAFIR KHANA +IN023511100 26.2700 82.0800 93.0 SULTANPUR +IN023511200 26.1700 82.3700 154.0 KADIPUR +IN023511400 26.2500 82.0000 97.0 SULTANPUR 42375 +IN023521200 30.3800 78.5000 676.0 TEHRI-GARHWAL +IN023521300 30.1700 78.3000 1030.0 NARENDRANAGAR +IN023521500 30.4300 78.2500 2135.0 DHANOLTI +IN023521600 30.2000 78.7500 520.0 KEERTINAGAR +IN023521700 30.1500 78.6000 556.0 DEOPRAYAG +IN023522000 30.5800 78.4800 1981.0 MUKHIM OBSY SR +IN023522100 30.4000 78.4830 899.0 TEHRI 42114 +IN023530700 26.5300 80.5000 123.0 UNNAO +IN023530800 26.4700 80.7800 119.0 PURWA +IN023530900 26.7300 80.3500 200.0 SAFIPUR +IN023531000 26.7800 80.6300 123.0 HASANGANJ +IN023541400 30.7300 78.4500 1170.0 UTTAR KASHI +IN023542300 30.7330 78.4500 914.0 UTTARKASHI 42108 +IN023542800 30.8300 78.2800 1774.0 RAJGARHI +IN023550300 25.4500 82.8670 85.0 VARANASI/BABATPUR 42479 +IN023550400 25.2800 82.8800 78.0 GANGAPUR +IN023550800 25.3000 83.0170 90.0 VARANASI 42483 +IN023550900 25.2800 83.2700 79.0 CHANDAULI +IN023551700 25.3300 83.0000 78.0 VARANASI +IN023552400 25.0000 83.0000 124.0 VARANASI-B.H.U. OBSY +IN024010100 22.7500 87.0300 87.0 SARANGA +IN024010200 22.9800 86.8500 141.0 KHATRA +IN024010201 23.1700 86.9300 133.0 INDPUR +IN024010300 22.8000 86.9500 79.0 RAIPUR +IN024010301 22.9200 87.0700 60.0 SIMLAPAL +IN024010400 22.8800 86.7800 180.0 RANIBANDH +IN024010401 23.5300 86.9300 169.0 SALTORA +IN024010500 22.9300 86.7700 122.0 AMBIKANAGAR +IN024011000 23.2300 87.0700 100.0 BANKURA OBSY SR +IN024011100 23.0800 87.3200 73.0 VISHNUPUR +IN024011300 23.5700 87.1200 76.0 MAJHIA +IN024011400 23.1500 87.6300 39.0 INDUS +IN024011500 23.0200 87.6000 33.0 KOTALPUR +IN024011600 23.1300 87.2000 75.0 ONDA +IN024011700 23.4300 87.1200 104.0 GANGAJALGHATI +IN024011800 23.3000 87.4200 62.0 SONAMUKHI +IN024011900 23.0300 87.1000 92.0 TALDANGRA +IN024012000 23.4300 87.3000 77.0 BARJORA +IN024012100 23.4000 87.3800 57.0 PALASDANGA +IN024012200 23.0700 87.4500 63.0 JOYPUR +IN024012300 23.1300 87.2500 58.0 SALBUNDH +IN024012400 23.2000 87.5300 50.0 PATRASAYAR +IN024012800 23.3000 86.9700 133.0 CHATNA +IN024012801 23.4200 87.0800 8.0 DEULI +IN024020100 23.6700 87.7000 50.0 BOLPUR +IN024020200 23.9200 87.5300 67.0 SURI +IN024020500 23.9800 87.7700 39.0 MAYURESHWAR +IN024023100 23.6500 87.7000 59.0 SHANTI NIKETAN OBSY SR +IN024030100 23.6800 86.9800 126.0 ASANSOL OBSY SR +IN024030600 23.2330 87.8500 30.0 BURDWAN 42709 +IN024031200 23.2000 88.3500 12.0 KALNA +IN024031300 23.6500 88.1300 18.0 KATWA +IN024032700 23.6800 87.3500 24.0 SHAMSUNDAR ROYNA +IN024034300 23.4670 87.4330 74.0 PANAGARH 42704 +IN024040600 26.3300 88.9200 66.0 MEKLIGANJ +IN024040700 26.1500 89.4700 39.0 DINHATA +IN024040800 26.3500 89.2200 52.0 MATHABHANGA +IN024040900 26.3200 89.6700 38.0 TUFANGANJ +IN024041000 26.3330 89.4670 43.0 COOCH BEHAR 42403 +IN024041800 26.7200 89.3700 115.0 HASIMARA +IN024050100 27.0500 88.2670 2128.0 DARJEELING GSN 42295 +IN024050200 27.0700 88.4700 1209.0 KALIMPONG OBSY SR +IN024050300 26.7200 88.4300 120.0 SILIGURI +IN024050400 26.8800 88.2800 1476.0 KURSEONG +IN024050500 26.9200 88.5000 607.0 MONGPOO +IN024059900 26.6330 88.3170 131.0 SILIGURI 42398 +IN024060900 22.7500 88.3500 13.0 SERAMPORE +IN024061000 22.9200 88.4000 8.0 HOOGHLY +IN024061100 22.9000 88.0200 16.0 TARAKESHWAR +IN024061600 23.1200 88.2200 4.0 BOINCHEE +IN024061900 22.8000 88.3000 5.0 CHANDITALA +IN024062000 22.7800 87.8300 9.0 TENTULIA +IN024062400 22.9830 88.3670 12.0 BAGATI 42714 +IN024062401 22.8800 87.7800 18.0 ARAMBAGH +IN024062500 22.7200 87.8300 9.0 KHANAKUL +IN024071300 22.4700 88.1200 5.0 ULUBERIA +IN024071400 22.5800 88.0200 6.0 AMTA +IN024072200 22.5800 88.3200 6.0 HOWRAH +IN024072900 22.5000 87.9500 6.0 ULUBERIA 42805 +IN024080100 26.5330 88.7170 83.0 JALPAIGURI 42399 +IN024080200 26.7000 89.4500 116.0 KALCHINI +IN024080300 26.6200 89.8300 79.0 KUMARGRAM +IN024080400 26.4700 89.5500 50.0 ALIPURDUAR +IN024080500 26.5200 89.2000 64.0 FALAKATA SR +IN024080600 26.7700 89.5800 752.0 BUXA +IN024090100 25.3300 87.9200 33.0 CHANCHAL +IN024090600 25.0330 88.1330 31.0 MALDA 42503 +IN024090700 25.2200 88.2000 26.0 GAZOLE +IN024100700 23.3300 86.3800 228.0 PURULIA +IN024100900 23.5500 86.6700 155.0 RAGHUNATHPUR +IN024101000 23.0300 86.4200 199.0 BARABAZAR +IN024101200 23.3700 85.9800 287.0 JHALDAH(JHALDA) +IN024101300 23.0700 86.6500 154.0 MANBAZAR +IN024101900 23.2000 86.0300 228.0 BAGMANDI +IN024102000 22.8800 86.5000 216.0 BANDWAN +IN024102001 23.4300 86.1300 283.0 JAIPUR +IN024102100 23.5300 86.5200 177.0 PARA +IN024110100 21.9700 87.2700 27.0 DANTAN +IN024110400 21.7000 87.5500 9.0 RAMNAGAR +IN024110401 22.7700 87.3300 55.0 AMLAGORA +IN024110500 21.8700 87.4300 9.0 MOHANPUR +IN024110600 22.4200 87.7200 9.0 PANSKURA +IN024110601 22.6300 86.8000 141.0 SILDA BELPAHARI +IN024110602 21.9800 87.8000 12.0 HENRIA +IN024110700 22.2200 86.8800 38.0 GOPIBALLABHPUR +IN024110701 22.3000 87.3330 41.0 KHARAGPUR INDIA AAB 74924 +IN024110800 22.1300 87.2300 6.0 KESIARY KALTIKRI +IN024110900 22.4170 87.3170 45.0 MIDNAPORE 42803 +IN024111100 22.3000 87.9200 9.0 TAMLUK +IN024111200 22.6500 87.7200 9.0 GHATAL +IN024111300 22.7300 87.5200 33.0 CHANDRAKONA +IN024111400 22.1200 87.7500 5.0 BHAGWANPUR +IN024111700 22.1800 88.1200 6.0 KUKRAHATI +IN024111701 22.1700 87.3700 20.0 NARAYANGARH +IN024111800 22.0300 87.9700 6.0 NANDIGRAM +IN024111900 22.2300 87.8000 5.0 MOYNA +IN024112000 22.5700 87.6000 13.0 NARAJOLE +IN024112100 22.4300 87.8700 6.0 KOLAGHAT +IN024112200 22.3700 87.5500 14.0 BALICHAK +IN024112300 22.4500 87.0000 75.0 JHARGRAM +IN024112600 22.0300 87.3000 24.0 PACHET(KHARAI) +IN024112800 22.1200 87.9500 7.0 ETAMOGRA +IN024112900 23.4300 87.0300 124.0 LACHMANPUR +IN024119900 21.7800 87.7500 8.0 CONTAI +IN024120200 24.1330 88.2670 19.0 BERHAMPORE 42603 +IN024120500 24.2300 88.2300 21.0 AZIMGANJ +IN024120800 24.2800 88.1000 20.0 SAGARDIGHI +IN024120900 23.7300 88.2300 19.0 KALYANGANJ +IN024121000 23.8700 88.4500 15.0 POTKABARI +IN024121100 23.8800 88.0000 16.0 BHARATPUR +IN024121600 24.0300 87.9800 22.0 KHARGRAM +IN024130200 23.1800 88.5500 9.0 RANAGHAT +IN024130300 23.4000 88.5170 15.0 KRISHNANAGAR 42711 +IN024130600 23.0000 88.5700 9.0 HARINGHATA +IN024140100 21.6500 88.0500 0.0 SAGAR ISLAND +IN024140101 20.8500 88.2500 10.0 SANDHEADS 42977 +IN024140102 22.4800 88.1800 5.0 BUDGE BUDGE +IN024140103 23.0700 88.8200 4.0 BONGAON +IN024140300 22.5330 88.3330 6.0 CALCUTTA/ALIPORE 42807 +IN024140400 22.7670 88.3670 7.0 CALCUTTA/BARRACKS 42808 +IN024140600 22.7200 88.4800 15.0 BORSAT +IN024140700 22.6700 88.8800 1.0 BASIRHAT +IN024140800 22.1800 88.8000 5.0 GOSABA +IN024141500 22.6500 88.4500 6.0 CALCUTTA/DUM DUM 42809 +IN024142100 22.2000 88.2000 4.0 DIAMOND HARBOUR +IN024150200 25.3000 88.1500 33.0 ITAHAR +IN024150300 25.3800 88.5200 29.0 GANGARAMPUR +IN024150400 25.6200 88.1300 33.0 RAIGANJ +IN024150500 25.2200 88.7700 25.0 BALURGHAT +IN025010100 8.3000 73.0000 2.0 MINICOY OBSY GSN 43369 +IN025010103 11.1200 72.7300 4.0 AMINI OBSY +IN025020100 7.2170 93.7330 8.0 KONDUL 43385 +IN025020101 10.5800 92.5500 5.0 HUT BAY/LITTLE AOBSY +IN025020103 12.9170 92.9170 28.0 MAYA BANDAR 43309 +IN025020201 12.4200 92.9300 25.0 LONG ISLAND OBSY +IN099990100 10.8500 72.4700 4.0 AGATTI OBSY +IN099990101 11.1170 72.7330 3.0 M.O. AMINI 43311 +IN099990103 8.3000 73.0000 2.0 MINICOY OBSY +IN099999901 11.6670 92.7170 79.0 PORT BLAIR GSN 43333 +INM00042071 31.7100 74.7970 230.4 AMRITSAR 42071 +INM00042475 25.4410 81.7350 98.1 ALLAHABAD 42475 +IOW00070701 -7.3000 72.4000 2.1 DIEGO GARCIA NAF 61967 +IR000040706 38.0800 46.2800 1361.0 TABRIZ GSN 40706 +IR000040745 36.2670 59.6330 999.0 MASHHAD GSN 40745 +IR000040841 30.2500 56.9670 1754.0 KERMAN GSN 40841 +IR000040848 29.5330 52.5330 1481.0 SHIRAZ GSN 40848 +IR000407540 35.6830 51.3170 1191.0 TEHRAN-MEHRABAD GSN 40754 +IR000407660 34.2670 47.1170 1322.0 KERMANSHAH GSN 40766 +IR000408560 29.4760 60.9070 1378.0 ZAHEDAN GSN 40856 +IR000408570 28.9500 50.8500 8.0 BUSHEHR 40857 +IRM00040708 38.2500 48.2830 1332.0 ARDEBIL 40708 +IRM00040712 37.6680 45.0690 1324.1 UROMIYEH 40712 +IRM00040718 37.4670 49.4670 -26.0 ANZALI 40718 +IRM00040723 37.4930 57.3080 1079.9 BOJNORD 40723 +IRM00040729 36.7740 48.3590 1640.4 ZANJAN 40729 +IRM00040731 36.2400 50.0470 1275.3 GHAZVIN 40731 +IRM00040736 36.7170 52.6500 -21.0 BABULSAR 40736 +IRM00040738 36.9090 54.4010 -7.3 GORGAN 40738 +IRM00040747 35.2470 47.0090 1378.3 SANANDAJ 40747 +IRM00040757 35.5910 53.4950 1117.1 SEMNAN 40757 +IRM00040768 34.8500 48.5330 1749.0 HAMEDAN 40768 +IRM00040769 34.1380 49.8470 1661.8 ARAK 40769 +IRM00040780 33.6330 46.4330 1337.0 ILAM 40780 +IRM00040782 33.4330 48.2830 1148.0 KHORRAM ABAD 40782 +IRM00040785 33.8950 51.5770 1056.1 KASHAN 40785 +IRM00040798 32.2970 50.8420 2049.2 SHAHRE KORD 40798 +IRM00040800 32.7510 51.8620 1545.9 ESFAHAN SHAHID BEHESHTI INTL 40800 +IRM00040809 32.8980 59.2660 1509.4 BIRJAND 40809 +IRM00040811 31.3370 48.7620 20.1 AHWAZ 40811 +IRM00040821 31.9050 54.2770 1235.7 YAZD SHAHID SADOOGHI 40821 +IRM00040827 31.5330 60.0330 1211.0 NEHBANDAN 40827 +IRM00040831 30.3710 48.2280 3.0 ABADAN 40831 +IRM00040836 30.6670 51.5830 1837.0 YASOGE 40836 +IRM00040845 29.2670 50.2670 3.0 KHARG 40845 +IRM00040858 28.9450 50.8350 20.7 BUSHEHR 40858 +IRM00040875 27.2180 56.3780 6.7 BANDAR ABBASS INTL 40875 +IRM00040879 27.2360 60.7200 620.9 IRAN SHAHR 40879 +IS000002011 32.1000 34.7831 3.0 TEL AVIV READING +IS000004640 32.9667 35.5000 934.0 HAR KENAAN 40153 +IS000006771 31.7667 35.2167 815.0 JERUSALEM CENTRAL +IS000009972 29.5500 34.9500 12.0 ELAT GSN 40199 +IS000051690 31.2500 34.8164 280.0 BEER SHEVA 40191 +ISE00100468 32.1000 34.7667 4.0 TEL AVIV SEDE DOV-1 +ISE00100480 31.7831 35.2331 740.0 JERUSALEM ST. ANNE +ISE00100485 31.2667 34.7167 195.0 NAHAL HAZERIM +ISE00105694 32.0000 34.7994 30.0 BET DAGAN 40179 +ISE00175515 31.2331 34.7831 270.0 BEER SHEVA-1 +ISM00040180 32.0110 34.8870 41.1 BEN GURION 40180 +ISM00040190 31.2500 34.6330 280.0 BEER SHEVA CITY 40190 +IT000016090 45.3831 10.8667 68.0 VERONA VILLAFRANCA 16090 +IT000016134 44.2000 10.7000 2165.0 MONTE CIMONE GSN 16134 +IT000016232 42.0000 15.0000 44.0 TERMOLI 16232 +IT000016239 41.7831 12.5831 105.0 ROMA CIAMPINO 16239 +IT000016320 40.6331 17.9331 10.0 BRINDISI 16320 +IT000016550 39.9300 9.7200 138.0 CAPO BELLAVISTA GSN 16550 +IT000016560 39.2331 9.0500 21.0 CAGLIARI 16560 +IT000160220 46.1500 11.0331 2125.0 PAGANELLA GSN 16022 +IT000162240 42.0828 12.2167 266.0 VIGNA DI VALLE GSN 16224 +IT000162580 41.7000 15.9500 844.0 MONTE S. ANGELO GSN 16258 +ITE00100550 44.5000 11.3458 53.0 BOLOGNA +ITE00100551 44.8325 11.6208 15.0 FERRARA +ITE00100552 44.4144 8.9264 55.0 GENOA +ITE00100553 45.1581 10.7967 46.0 MANTOVA +ITE00100554 45.4717 9.1892 150.0 MILAN +ITE00105250 38.1103 13.3514 37.0 PALERMO +ITE00115584 43.9108 12.9042 11.0 PESARO +ITE00115588 45.3983 11.8803 12.0 PADOVA +ITE00155336 45.7550 11.0000 190.0 ALA +ITE00155337 46.2800 11.3650 1209.0 ALTREI +ITE00155338 46.4850 11.9850 1428.0 ANDRAZ +ITE00155339 46.8600 12.1000 1236.0 ANTHOLZ +ITE00155340 45.9200 10.8850 100.0 ARCO +ITE00155341 45.8950 10.7200 698.0 BEZZECCA +ITE00155342 46.7150 11.6550 594.0 BRIXEN +ITE00155343 46.4750 11.7400 1442.0 CAMPITELLO +ITE00155344 46.0650 11.6350 891.0 CASTEL TESINO +ITE00155345 45.6175 7.3567 1785.0 COGNE +ITE00155346 45.8900 10.6000 42.0 CONDINO +ITE00155347 46.5350 12.1400 1224.0 CORTINA +ITE00155348 46.4400 11.1350 98.0 FONDO +ITE00155349 46.5550 10.7800 1300.0 GAND +ITE00155350 46.9400 11.4450 1082.0 GOSSENSASS +ITE00155351 46.5350 11.3300 1080.0 JENESIEN +ITE00155352 46.5700 11.5600 1095.0 KASTELRUTH +ITE00155353 46.9600 11.5450 1444.0 KEMATEN +ITE00155354 46.1400 11.1100 238.0 LAVIS +ITE00155355 46.2300 10.8250 1511.0 MADONNA DI CAMPIGLIO +ITE00155356 46.3500 10.9150 737.0 MALE +ITE00155357 46.7050 10.5200 1335.0 MARIENBERG +ITE00155358 46.4200 11.2050 1360.0 MENDEL +ITE00155359 46.2150 11.0950 215.0 MEZZOLOMBARDO +ITE00155360 46.7550 10.9450 1800.0 MITTERKASER +ITE00155361 46.8050 11.5750 795.0 MITTEWALD +ITE00155362 46.8900 11.8600 1230.0 MUEHLWALD +ITE00155363 46.3100 11.7500 1520.0 PANEVEGGIO +ITE00155364 46.8150 10.5800 1674.0 PEDROSS +ITE00155365 46.3600 10.6700 1580.0 PEJO +ITE00155366 43.3100 11.6000 1020.0 PREDAZZO +ITE00155367 46.4750 11.0200 1410.0 PROVEIS +ITE00155368 46.3450 11.4000 1562.0 RADEIN +ITE00155369 46.9500 12.0650 1600.0 REIN +ITE00155370 45.8850 10.8400 84.0 RIVA +ITE00155371 46.2950 11.7900 1984.0 ROLLE +ITE00155372 45.8950 11.0450 211.0 ROVERETO +ITE00155373 46.9200 11.9500 890.0 SAND +ITE00155374 46.4000 10.8450 1089.0 S.BERNARDO +ITE00155375 46.6300 10.7750 700.0 SCHLANDERS +ITE00155376 46.1100 11.3200 1122.0 S.FELICE +ITE00155377 46.2600 11.8000 1465.0 S.MARTINO DI CASTROZZA +ITE00155378 46.5700 11.9350 1526.0 ST.CASSIAN +ITE00155379 46.5800 11.0550 1536.0 ST.HELENA +ITE00155380 46.6800 11.9000 1117.0 ST.MARTIN IN THURN +ITE00155381 46.4200 11.2350 568.0 ST.NIKOLAUS BEI KALTERN +ITE00155382 46.7150 12.1050 1360.0 ST.VEIT IN PRAGS +ITE00155383 46.0350 10.7250 561.0 TIONE +ITE00155384 46.7350 12.2250 1250.0 TOBLACH +ITE00155385 46.0700 11.1250 210.0 TRIENT +ITM00016008 46.7500 10.5330 1461.0 S. VALENTINO ALLA MUTA 16008 +ITM00016033 46.7330 12.2170 1226.0 DOBBIACO 16033 +ITM00016045 45.9790 13.0490 54.6 RIVOLTO 16045 +ITM00016052 45.9330 7.7000 3488.0 PIAN ROSA (MTN TOP) 16052 +ITM00016061 45.0330 7.7330 710.0 TORINO/BRIC CROCE 16061 +ITM00016064 45.5300 8.6690 178.6 CAMERI 16064 +ITM00016088 45.4320 10.2680 101.5 GHEDI 16088 +ITM00016098 45.6850 12.0830 41.8 ISTRANA 16098 +ITM00016110 45.6500 13.7500 20.0 TRIESTE 16110 +ITM00016148 44.2240 12.3070 5.5 CERVIA 16148 +ITM00016149 44.0200 12.6120 12.5 RIMINI 16149 +ITM00016153 43.9500 8.1670 221.0 CAPE MELE 16153 +ITM00016158 43.6840 10.3930 1.8 PISA 16158 +ITM00016179 43.5170 12.7330 574.0 FRONTONE 16179 +ITM00016206 42.7600 11.0720 4.6 GROSSETO 16206 +ITM00016219 42.4670 12.9830 1875.0 TERMINILLO MOUNTAIN 16219 +ITM00016245 41.6590 12.4450 12.5 PRATICA DI MARE 16245 +ITM00016252 41.5670 14.6500 807.0 CAMPOBASSO 16252 +ITM00016253 41.0610 14.0820 8.8 GRAZZANISE 16253 +ITM00016280 40.9170 12.9500 185.0 PONZA ISLAND 16280 +ITM00016310 40.0170 15.2830 185.0 CAPE PALINURO 16310 +ITM00016325 40.4330 16.8830 12.0 MARINA DI GINOSA 16325 +ITM00016344 39.3330 16.4000 1677.0 MONTE SCURO 16344 +ITM00016360 39.8170 18.3500 112.0 SANTA MARIA DI LEUC 16360 +ITM00016400 38.7000 13.1830 251.0 USTICA ISLAND 16400 +ITM00016410 38.1110 13.3130 105.2 BOCCADIFALCO 16410 +ITM00016420 38.2000 15.5500 51.0 MESSINA 16420 +ITM00016429 37.9110 12.4880 7.3 TRAPANI BIRGI 16429 +ITM00016450 37.5670 14.2830 965.0 ENNA 16450 +ITM00016480 36.6830 15.1330 51.0 COZZO SPADARO 16480 +ITM00016522 40.5670 8.1670 205.0 CAPE CACCIA 16522 +ITM00016546 39.3540 8.9720 30.5 DECIMOMANNU 16546 +ITW00033126 37.4000 14.9167 31.1 SIGONELLA 16459 +ITW00034113 40.9000 14.3000 93.3 NAPLES +ITW00034187 46.0333 12.6000 128.0 AVIANO +ITW00034194 45.4667 10.9333 93.3 VERONA +IV000005528 9.5000 -7.5700 432.0 ODIENNE +IV000005539 9.5800 -5.2000 323.0 FERKESSEDOUGOU +IV000005548 7.3800 -7.3800 339.0 MAN 65548 +IV000005555 7.6800 -5.0300 369.0 BOUAKE 65555 +IV000005557 6.1300 -5.9500 205.0 GAGNOA 65557 +IV000005562 6.6500 -4.7000 110.0 DIMBOKRO 65562 +IV000005578 5.2500 -3.9300 7.0 ABIDJAN +IV000005585 5.2800 -3.3000 38.0 ADIAKE +IV000005592 4.4200 -7.3700 4.0 TABOU 65592 +IV000005599 4.9500 -6.0800 50.0 SASSANDRA +IV000009999 5.2500 -3.9300 10.0 PORT-BOUET +IV00000I096 5.3200 -4.0200 20.0 ABIDJAN-VILLE +IV000065528 9.5000 -7.5670 421.0 ODIENNE 65528 +IV000065585 5.3000 -3.3000 39.0 ADIAKE GSN 65585 +IV000065599 4.9500 -6.0830 66.0 SASSANDRA GSN 65599 +IVM00065536 9.3870 -5.5570 370.0 KORHOGO 65536 +IVM00065545 8.0500 -2.7830 370.0 BONDOUKOU/SOKO 65545 +IVM00065560 6.7930 -6.4730 250.9 DALOA 65560 +IVM00065563 6.9030 -5.3660 213.1 YAMOUSSOUKRO 65563 +IVM00065578 5.2610 -3.9260 6.4 ABIDJAN FELIX HOUPHOUET BOIGN 65578 +IVM00065594 4.7470 -6.6610 7.9 SAN PEDRO 65594 +IZ000040665 32.1700 46.0500 15.0 KUT-AL-HAI GSN 40665 +JA000047401 45.4170 141.6830 12.0 WAKKANAI GSN 47401 +JA000047402 44.9330 142.5830 8.0 KITAMIESASHI 47402 +JA000047404 44.3670 141.7000 10.0 HABORO 47404 +JA000047405 44.5830 142.9670 15.0 OMU 47405 +JA000047406 43.9500 141.6330 28.0 RUMOI 47406 +JA000047407 43.7670 142.3670 116.0 ASAHIKAWA 47407 +JA000047409 44.0170 144.2830 43.0 ABASHIRI 47409 +JA000047411 43.1830 141.0170 26.0 OTARU 47411 +JA000047412 43.0670 141.3330 26.0 SAPPORO 47412 +JA000047413 43.2170 141.7830 51.0 IWAMIZAWA 47413 +JA000047417 42.9170 143.2170 43.0 OBIHIRO 47417 +JA000047418 42.9500 144.4330 16.0 KUSHIRO 47418 +JA000047420 43.3330 145.5830 39.0 NEMURO GSN 47420 +JA000047421 42.8000 140.2170 38.0 SUTTSU 47421 +JA000047423 42.3170 140.9830 49.0 MURORAN 47423 +JA000047424 42.6170 141.5500 11.0 TOMAKOMAI 47424 +JA000047426 42.1670 142.7830 37.0 URAKAWA 47426 +JA000047428 41.8670 140.1170 12.0 ESASHI 47428 +JA000047430 41.8170 140.7500 43.0 HAKODATE 47430 +JA000047433 42.9000 140.7500 188.0 KUTCHAN 47433 +JA000047435 44.3500 143.3500 16.0 MOMBETSU 47435 +JA000047440 42.3000 143.3170 33.0 HIROO 47440 +JA000047512 39.0670 141.7170 41.0 OFUNATO 47512 +JA000047520 38.7500 140.3170 102.0 SHINJO 47520 +JA000047570 37.4830 139.9170 213.0 WAKAMATSU 47570 +JA000047574 40.6500 139.9330 67.0 FUKAURA 47574 +JA000047575 40.8170 140.7670 3.0 AOMORI 47575 +JA000047576 41.2830 141.2170 5.0 MUTSU 47576 +JA000047581 40.5330 141.5170 28.0 HACHINOHE 47581 +JA000047582 39.7170 140.1000 7.0 AKITA GSN 47582 +JA000047584 39.7000 141.1670 155.0 MORIOKA 47584 +JA000047585 39.6500 141.9670 46.0 MIYAKO 47585 +JA000047587 38.8000 139.7830 26.0 SHONAI 47587 +JA000047588 38.2500 140.3500 153.0 YAMAGATA 47588 +JA000047590 38.2670 140.9000 43.0 SENDAI 47590 +JA000047592 38.4330 141.3000 43.0 ISHINOMAKI 47592 +JA000047595 37.2330 140.4330 375.0 FUKUSHIMA ARPT 47595 +JA000047597 37.1330 140.2170 357.0 SHIRAKAWA 47597 +JA000047598 36.9500 140.9000 5.0 ONAHAMA 47598 +JA000047600 37.4000 136.9000 15.0 WAJIMA GSN 47600 +JA000047602 38.0330 138.2330 17.0 AIKAWA 47602 +JA000047604 37.9170 139.0500 6.0 NIIGATA 47604 +JA000047605 36.5830 136.6330 33.0 KANAZAWA 47605 +JA000047606 36.8000 137.0500 13.0 FUSHIKI 47606 +JA000047607 36.7170 137.2000 17.0 TOYAMA 47607 +JA000047610 36.6670 138.2000 419.0 NAGANO 47610 +JA000047612 37.1000 138.2500 18.0 TAKADA 47612 +JA000047615 36.5500 139.8670 140.0 UTSUNOMIYA 47615 +JA000047616 36.0500 136.2170 17.0 FUKUI 47616 +JA000047617 36.1500 137.2500 561.0 TAKAYAMA 47617 +JA000047618 36.2500 137.9670 611.0 MATSUMOTO 47618 +JA000047620 36.0500 138.1170 762.0 SUWA 47620 +JA000047622 36.3500 138.5500 1004.0 KARUIZAWA 47622 +JA000047624 36.4000 139.0670 113.0 MAEBASHI 47624 +JA000047626 36.1500 139.3830 31.0 KUMAGAYA 47626 +JA000047629 36.3830 140.4670 31.0 MITO 47629 +JA000047631 35.6500 136.0670 12.0 TSURUGA 47631 +JA000047632 35.4000 136.7670 17.0 GIFU 47632 +JA000047636 35.1670 136.9670 56.0 NAGOYA 47636 +JA000047637 35.5170 137.8170 529.0 IIDA 47637 +JA000047638 35.6670 138.5500 281.0 KOFU 47638 +JA000047640 35.5000 138.7670 861.0 KAWAGUCHIKO 47640 +JA000047641 35.9830 139.0670 234.0 CHICHIBU 47641 +JA000047648 35.7330 140.8500 28.0 CHOSHI GSN 47648 +JA000047649 34.7670 136.1500 161.0 UENO 47649 +JA000047651 34.7330 136.5170 18.0 TSU 47651 +JA000047653 34.6330 137.1000 8.0 IRAKO 47653 +JA000047654 34.7170 137.7170 33.0 HAMAMATSU 47654 +JA000047655 34.6000 138.2170 47.0 OMAEZAKI 47655 +JA000047656 34.9830 138.4000 15.0 SHIZUOKA 47656 +JA000047657 35.1170 138.9330 22.0 MISHIMA 47657 +JA000047662 35.6830 139.7670 36.0 TOKYO 47662 +JA000047663 34.0670 136.2000 27.0 OWASE 47663 +JA000047666 34.6000 138.8500 56.0 IROZAKI 47666 +JA000047668 35.0500 139.1000 68.0 AJIRO 47668 +JA000047670 35.4330 139.6500 42.0 YOKOHAMA 47670 +JA000047672 34.9830 139.8670 7.0 TATEYAMA 47672 +JA000047674 35.1500 140.3170 13.0 KATSUURA 47674 +JA000047675 34.7500 139.3830 79.0 OSHIMA 47675 +JA000047677 34.1170 139.5170 37.0 MIYAKEJIMA 47677 +JA000047678 33.1170 139.7830 80.0 HACHIJOJIMA 47678 +JA000047682 35.6000 140.1000 19.0 CHIBA 47682 +JA000047684 34.9330 136.5830 56.0 YOKKAICHI 47684 +JA000047690 36.7330 139.5000 1294.0 NIKKO 47690 +JA000047740 36.2000 133.3330 31.0 SAIGO 47740 +JA000047741 35.4500 133.0670 23.0 MATSUE 47741 +JA000047742 35.5500 133.2330 3.0 SAKAI 47742 +JA000047744 35.4330 133.3330 9.0 YONAGO 47744 +JA000047746 35.4830 134.2330 16.0 TOTTORI 47746 +JA000047747 35.5000 134.7830 183.0 TAJIMA 47747 +JA000047750 35.4500 135.3330 30.0 MAIZURU REG MET HQ 47750 +JA000047751 35.4170 136.4170 1377.0 IBUKIYAMA MTN (AUT) 47751 +JA000047754 34.6830 131.7830 57.0 IWAMI AIRPORT 47783 +JA000047755 34.9000 132.0670 20.0 HAMADA 47755 +JA000047756 35.0670 134.0170 147.0 TSUYAMA 47756 +JA000047759 35.0170 135.7330 46.0 KYOTO 47759 +JA000047761 35.2830 136.2500 89.0 HIKONE 47761 +JA000047762 33.9500 130.9330 19.0 SHIMONOSEKI 47762 +JA000047765 34.4000 132.4670 53.0 HIROSHIMA 47765 +JA000047766 34.2330 132.5670 4.0 KURE REG MET HQ 47766 +JA000047767 34.4500 133.2500 3.0 FUKUYAMA 47767 +JA000047768 34.6670 133.9170 18.0 OKAYAMA 47768 +JA000047769 34.8330 134.6670 40.0 HIMEJI 47769 +JA000047770 34.7000 135.2170 30.0 KOBE 47770 +JA000047772 34.4330 135.2500 8.0 KANSAI INTERNATIONA 47774 +JA000047776 34.3330 134.9000 112.0 SUMOTO 47776 +JA000047777 34.2330 135.1670 18.0 WAKAYAMA 47777 +JA000047778 33.4500 135.7500 76.0 SHIONOMISAKI GSN 47778 +JA000047780 34.7000 135.8330 106.0 NARA 47780 +JA000047784 34.1670 131.4500 18.0 YAMAGUCHI 47784 +JA000047800 34.2000 129.3000 19.0 IZUHARA 47800 +JA000047805 33.3670 129.5500 59.0 HIRADO 47805 +JA000047807 33.5830 130.3830 15.0 FUKUOKA 47807 +JA000047809 33.6500 130.6990 38.0 IIZUKA 47809 +JA000047812 33.1670 129.7170 17.0 SASEBO REG MET HQ 47812 +JA000047813 33.2670 130.3000 32.0 SAGA 47813 +JA000047814 33.3170 130.9330 84.0 HITA 47814 +JA000047815 33.2330 131.6170 13.0 OITA GSN 47815 +JA000047817 32.7320 129.8660 35.0 NAGASAKI GSN 47817 +JA000047819 32.8170 130.6990 39.0 KUMAMOTO 47819 +JA000047821 32.8830 131.0670 1144.0 ASOSAN 47821 +JA000047822 32.5830 131.6500 21.0 NOBEOKA 47822 +JA000047823 32.0330 130.1990 45.0 AKUNE 47823 +JA000047824 32.2170 130.7500 147.0 HITOYOSHI 47824 +JA000047827 31.5500 130.5500 32.0 KAGOSHIMA 47827 +JA000047829 31.7330 131.0830 156.0 MIYAKONOJO 47829 +JA000047830 31.9330 131.4170 15.0 MIYAZAKI 47830 +JA000047831 31.2670 130.3000 31.0 MAKURAZAKI 47831 +JA000047835 31.5830 131.4000 15.0 ABURATSU 47835 +JA000047836 30.3830 130.6670 38.0 YAKUSHIMA 47836 +JA000047837 30.7330 130.9830 18.0 TANEGASHIMA 47837 +JA000047838 31.7170 130.0320 14.0 USHIBUKA 47838 +JA000047843 32.7000 128.8330 26.0 FUKUE 47843 +JA000047887 33.8500 132.7830 34.0 MATSUYAMA 47887 +JA000047890 34.2830 133.7500 5.0 TADOTSU 47890 +JA000047891 34.3170 134.0500 10.0 TAKAMATSU 47891 +JA000047892 33.2330 132.5500 14.0 UWAJIMA 47892 +JA000047893 33.5670 133.5500 5.0 KOCHI 47893 +JA000047894 33.8500 134.1000 1946.0 TSURUGISAN 47894 +JA000047895 34.0670 134.5670 6.0 TOKUSHIMA 47895 +JA000047897 32.9170 132.7000 11.0 SUKUMO 47897 +JA000047898 32.7170 133.0170 33.0 SHIMIZU 47898 +JA000047899 33.2500 134.1830 186.0 MUROTOMISAKI 47899 +JA000047909 28.3830 129.5000 8.0 NAZE 47909 +JA000047912 24.4670 123.0170 108.0 YONAGUNI-JIMA 47918 +JA000047918 24.0670 123.8000 13.0 HATERUMA 47918 +JA000047927 24.8170 125.1330 16.0 SHIMOJISHIMA GSN 47927 +JA000047929 26.3330 126.8000 5.0 KUMEJIMA 47929 +JA000047936 26.2000 127.6830 53.0 NAHA GSN 47936 +JA000047940 26.6000 127.9670 7.0 NAGO 47940 +JA000047942 27.0330 128.4000 16.0 YORON 47942 +JA000047945 25.9330 131.3170 24.0 KITADAITO GSN 47945 +JA000047971 27.1000 142.1830 8.0 CHICHIJIMA GSN 47971 +JA000047991 24.3000 153.9670 6.1 MINAMI TORI SHIMA MA GSN 47991 +JAC00914290 24.7833 141.3333 106.1 IWO JIMA AFB +JAC00914335 26.3500 127.7500 42.1 KADENA AFB OKINAWA +JAC00914475 24.3000 153.9667 6.1 MARCUS ISLAND WB +JAC00914540 26.2000 127.6500 0.0 NAHA AFB OKINAWA +JAC00914975 26.3833 127.7500 75.9 YONTAN +JAM00047772 34.6830 135.5170 83.0 OSAKA 47772 +JAM00047918 24.3450 124.1870 28.3 ISHIGAKI 47918 +JAM00047927 24.7830 125.2950 45.7 MIYAKO 47927 +JAM00047945 25.8470 131.2630 50.9 MINAMI DAITO 47945 +JAW00042202 26.3833 127.7500 76.2 OKINAWA RYUKYU ISLAN +JAW00042204 26.3500 127.7667 43.3 KADENA AB 47931 +JAW00042206 26.2000 127.6500 4.3 OKINAWA RYUKYU ISLAN +JAW00042210 26.2000 127.7500 9.1 YONABARU RYUKYU ISLA +JAW00042215 26.2667 127.7500 84.1 FUTENMA 47933 +JAW00042216 26.3000 127.7667 5.2 HAMBY AAF +JAW00042401 24.7833 141.3167 114.3 IWO JIMA AB +JAW00042402 27.0833 142.2000 8.2 CHICHI JIMA BONIN IS 47971 +JAW00042501 24.2833 153.9667 7.0 MARCUS ISLAND NF +JAW00042502 24.3000 153.9667 6.1 MINAMI TORI SHIMA MA +JAW00043285 33.1667 129.7167 3.4 SASEBO USN BASE 47811 +JAW00043302 34.8000 135.4333 16.2 OSAKA +JAW00043306 33.8667 130.6333 40.2 ASHIYA +JAW00043307 35.7000 139.4000 101.2 TACHIKAWA +JAW00043309 35.8333 139.4167 94.2 IRUMA +JAW00043310 33.5833 130.4500 12.2 FUKUOKA +JAW00043311 35.5500 139.7667 3.0 TOKYO +JAW00043312 35.2500 136.9333 17.1 NAGOYA +JAW00043313 35.7500 139.3500 139.3 FUSSA YOKOTA AB 47642 +JAW00043314 35.5000 133.2333 6.1 MIHO +JAW00043315 34.0333 131.5667 4.3 BOFU +JAW00043316 33.6333 130.5000 14.0 BRADY +JAW00043317 33.6667 131.0333 12.2 YUKUHASHI +JAW00043318 37.9500 139.1167 4.3 NIIGATA 47573 +JAW00043319 35.4500 139.4500 65.2 ATSUGI +JAW00043320 35.3167 139.6500 8.2 OPPAMA +JAW00043321 35.3833 139.9167 6.1 KISARAZU 47661 +JAW00043322 34.1500 132.2333 3.0 IWAKUNI +JAW00043323 35.2833 139.6667 53.0 YOKOSUKA 47696 +JAW00043324 34.1500 132.2333 3.0 IWAKUNI 47764 +JAW00043325 35.5167 139.4000 107.3 KASTNER AAF 47680 +JAW00043326 35.0333 135.8667 93.3 CAMP OTSU +JAW00043327 35.6500 139.4000 53.0 CHOFU +JAW00043328 34.7500 137.7000 45.1 HAMAMATSU +JAW00043329 36.2667 139.4167 27.1 OTA +JAW00043401 38.4000 141.2167 3.0 MATSUSHIMA +JAW00043402 38.2167 140.9167 8.2 KASUMINOM +JAW00044401 42.8000 141.6500 27.1 CHITOSE HOKKAIDO +JAW00044402 40.7000 141.3667 39.0 MISAWA +JM000078388 18.5000 -77.9170 8.0 MONTEGO BAY/SANGSTE GSN 78388 +JMM00078397 17.9360 -76.7880 3.0 NORMAN MANLEY INTL 78397 +JMW00011704 17.9000 -77.2833 5.2 KINGSTON +JNM00001001 70.9331 -8.6667 10.0 JAN MAYEN GSN 01001 +JOM00040250 32.5390 38.1950 685.8 H4 GSN 40250 +JOM00040260 32.1610 37.1490 676.7 PRINCE HASAN 40260 +JOM00040265 32.3560 36.2590 682.8 KING HUSSEIN 40265 +JOM00040296 31.0330 35.4670 -350.0 GHOR SAFI 40296 +JOM00040310 30.1670 35.7830 1069.0 MA'AN GSN 40310 +JQW00021601 16.7333 -169.5167 5.2 UM JOHNSTON ISLAND +JQW00021602 16.7333 -169.5333 4.3 UM JOHNSTON ISLAND NAS +JQW00021603 16.7333 -169.5167 3.0 UM JOHNSTON ISLAND 91275 +JQW00021604 16.7333 -169.5167 3.0 UM JOHNSTON IS AF FLT C +JUM00061970 -17.0500 42.7170 10.0 ILE JUAN DE NOVA 61970 +KE000063612 3.1170 35.6170 515.0 LODWAR GSN 63612 +KE000063619 3.5330 39.0330 1097.0 MOYALE 63619 +KE000063624 3.9330 41.8670 231.0 MANDERA GSN 63624 +KE000063661 1.0160 35.0000 1875.0 KITALE GSN 63661 +KE000063723 -0.4670 39.6330 147.0 GARISSA GSN 63723 +KE000063740 -1.3170 36.9170 1624.0 JOMO KENYATTA INTL GSN 63740 +KE000063820 -4.0330 39.6170 55.0 MOMBASA GSN 63820 +KEM00063686 0.4040 35.2390 2115.6 ELDORET INTL 63686 +KEM00063741 -1.3000 36.7500 1798.0 NAIROBI/DAGORETTI 63741 +KEM00063799 -3.2290 40.1020 25.0 MALINDI 63799 +KG000036911 42.8330 75.2830 817.0 TOKMAK 36911 +KG000036914 42.7000 75.0000 1031.0 ISIK-ATA 36914 +KG000036915 42.6000 75.6000 2360.0 YUBILEYNAYA 36915 +KG000036919 42.2000 75.7000 1812.0 KOCKORKA 36919 +KG000036921 42.7000 76.1000 1533.0 SABDAN 36921 +KG000036927 42.4670 76.1830 1660.0 RYBACJE 36927 +KG000036934 42.6000 77.0000 1616.0 COLPON-ATA 36934 +KG000036937 42.1000 77.0000 1800.0 BOKONBAEVO 36937 +KG000036938 42.1670 77.5330 1690.0 TAMGA-IN-KIRGIZ 36938 +KG000036941 42.8000 78.3000 1647.0 BALBAY 36941 +KG000036943 42.7000 78.9000 2320.0 SAN-TAS 36943 +KG000036944 42.4000 78.0000 1740.0 KIZIL-SUU 36944 +KG000036945 42.5000 78.5000 1792.0 TEPLOKLUCHENKA 36945 +KG000036948 42.5000 78.4300 1716.0 PRZHEVALSK 36948 +KG000036953 42.7330 80.1670 1807.0 NARYNKOL 36953 +KG000036954 42.4000 79.0000 2800.0 CHON-ASHU 36954 +KG000036957 42.2000 79.0000 2800.0 KO'JLU 36957 +KG000036963 41.8000 75.7670 3040.0 DOLON PASS 36963 +KG000036967 41.0000 75.1000 2800.0 ORTO-SIRT 36967 +KG000036969 41.2000 75.8000 2025.0 AT-BASY 36969 +KG000036971 41.9000 76.3000 2800.0 KARA-KUJUR 36971 +KG000036974 41.4331 76.0000 2041.0 NARYN GSN 36974 +KG000036982 41.8830 78.2330 3639.0 TIAN-SHAN 36982 +KG000036983 41.8000 78.7000 2884.0 UC'-KOSKON 36983 +KG000036992 40.9000 76.3000 3135.0 AK-SAY 36992 +KG000036994 40.6000 75.3000 3540.0 CATIR-KUL' 36994 +KG000038225 43.1000 74.1000 580.0 TULEK 38225 +KG000038228 43.1000 74.4000 600.0 JANY-JER 38228 +KG000038342 42.7000 71.6000 924.0 KIZIL-ADIR 38342 +KG000038345 42.5170 72.2170 1218.0 TALAS 38345 +KG000038346 42.5000 72.7000 2190.0 ORTOK 38346 +KG000038349 42.2000 72.9000 2011.0 IT-AGAR 38349 +KG000038350 42.5000 74.5000 2953.0 ALA-ARCHA 38350 +KG000038351 42.2000 73.0000 3214.0 ALA-BEL' 38351 +KG000038352 42.8500 74.1000 726.0 BELOVODSKOE 38352 +KG000038353 42.8300 74.5800 756.0 BISHKEK GSN 38353 +KG000038354 42.7000 74.0000 1108.0 CHON-ARIK 38354 +KG000038355 42.7000 74.5000 1580.0 BAI'TYK 38355 +KG000038356 42.3000 74.1000 2480.0 CHON-SHORGO 38356 +KG000038357 42.5000 73.1000 2150.0 AK-TAS 38357 +KG000038358 42.1500 73.9830 2092.0 SUSAMYR 38358 +KG000038359 42.4000 73.8000 3225.0 TUYA-ASHU 38359 +KG000038471 41.9000 71.3500 1937.0 CATKAL RIVER 38471 +KG000038472 41.6000 71.7000 1531.0 PACA-ATA 38472 +KG000038473 41.8330 72.8670 1082.0 TOKTOGUL-IN-KIRGIZ 38473 +KG000038474 41.3670 71.4500 1120.0 URTA-TOKAISKOE 38474 +KG000038476 41.3000 72.8000 1748.0 AK-TERK 38476 +KG000038478 41.2000 72.1000 535.0 SHAMALDISAY 38478 +KG000038479 41.1000 72.6000 720.0 LENINDJOL 38479 +KG000038482 41.9000 74.5000 1653.0 CAEK 38482 +KG000038483 41.6000 74.5000 3040.0 AT-OYNOK 38483 +KG000038486 42.6000 74.5000 2428.0 AL'PLAGER' 38486 +KG000038487 41.1000 73.2300 1198.0 DZHERGITAL 38487 +KG000038488 41.0000 73.8000 2749.0 CAAR-TAS 38488 +KG000038489 41.2000 75.0000 2000.0 BAETOVO 38489 +KG000038608 40.0000 70.9000 1050.0 BATKEN,AMSG 38608 +KG000038609 40.1330 70.6000 873.0 ISFARA 38609 +KG000038610 40.3000 72.6000 1325.0 NOOKAT 38610 +KG000038613 40.9170 72.9500 765.0 DZHALAL-ABAD 38613 +KG000038615 40.5330 72.8000 875.0 OSH 38615 +KG000038616 40.6000 72.9000 866.0 KARA-SUU 38616 +KG000038619 40.2000 71.9000 920.0 50LET_OKTYABRYA 38619 +KG000038621 40.8000 73.3000 1014.0 UZGEN 38621 +KG000038623 40.8000 74.9000 3000.0 ARPA 38623 +KG000038627 40.3170 73.5500 1555.0 GULCA 38627 +KG000038628 40.2000 74.3000 2230.0 KIZIL-JAR 38628 +KG000038722 39.8000 69.5000 1300.0 ISFANA 38722 +KG000038732 39.9000 70.6000 1311.0 TANGI-VORUH 38732 +KG000038733 39.7000 70.6000 3100.0 DJAPTIH 38733 +KG000038741 39.9000 71.3000 2000.0 HAIDARAKAN 38741 +KG000038743 39.9000 72.8000 2360.0 KICIK-ALAY 38743 +KG000038745 39.6000 72.2000 2470.0 DAROOT-KORGON 38745 +KG000038871 39.7330 73.2670 3155.0 SARY-TAS 38745 +KNM00047014 41.7830 126.8830 331.0 CHUNGGANG GSN 47014 +KNM00047016 41.4000 128.1670 714.0 HYESAN 47016 +KNM00047025 40.6670 129.2000 23.0 KIMCHAEK/SONGJIN 47025 +KNM00047035 40.1000 124.3830 7.0 SINUIJU 47035 +KNM00047055 39.1830 127.4330 36.0 WONSAN 47055 +KNM00047058 39.2240 125.6700 35.7 PYONGYANG INTL 47058 +KNM00047069 38.0330 125.7000 81.0 HAEJU 47069 +KNW00043225 38.4333 127.3000 335.3 SOKCHORI +KNW00043241 38.5500 124.8167 67.1 CHO DO +KNW00043243 39.2333 127.6167 69.2 YO DO +KR000091610 1.3500 172.9170 4.0 TARAWA GSN 91610 +KRC00914101 -2.7667 -171.7167 3.0 CANTON ISLAND +KRW00020503 2.0167 -157.4167 3.0 CHRISTMAS ISLAND FLT E +KRW00040702 1.3500 172.9333 4.3 TARAWA +KRW00060502 -4.0500 -154.9833 7.0 MALDEN ISLAND AF +KRW00060702 -2.7333 -171.7167 1.2 CANTON ISLAND NF +KRW00060703 -2.7667 -171.7167 3.0 CANTON ISLAND +KS000047112 37.4670 126.6330 70.0 INCHEON GSN 47112 +KS000047115 37.4830 130.9000 220.0 ULLEUNGDO GSN 47115 +KS000047165 34.8170 126.3830 39.0 MOKPO GSN 47165 +KSM00047101 37.9000 127.7330 78.0 CHUNCHEON 47101 +KSM00047105 37.7710 128.8680 26.1 GANGNEUNG 47105 +KSM00047108 37.5670 126.9670 87.0 SEOUL CITY 47108 +KSM00047133 36.3000 127.4000 78.0 TAEJON 47133 +KSM00047138 36.0330 129.3800 1.3 POHANG 47138 +KSM00047159 35.1000 129.0330 70.0 BUSAN 47159 +KSM00047168 34.7330 127.7500 67.0 YEOSU 47168 +KSM00047184 33.5170 126.5330 23.0 JEJU 47184 +KSW00043201 37.5500 126.8000 20.1 SEOUL ROK K-14 +KSW00043206 37.2500 127.0000 24.1 SUWON ROK K-13 +KSW00043207 35.1833 128.9333 4.3 WEST PUSAN +KSW00043208 35.1333 128.7000 4.3 CHINHAE ROK K 10 +KSW00043211 35.8333 128.6000 60.0 TAEGU #2 +KSW00043212 35.9000 128.6500 30.2 TAEGU ROK K-2 +KSW00043213 35.1667 129.1333 5.2 PUSAN AST - ROK K-9 47154 +KSW00043214 36.4500 127.4333 40.2 TAEJON ROK K-5 +KSW00043215 37.5333 126.9500 11.3 YEO I DO K-16 +KSW00043216 36.9597 127.0183 15.8 CAMP HUMPHREYS 47127 +KSW00043217 33.5167 126.4833 14.0 CHEJU DO K 40 +KSW00043218 37.7333 127.0500 53.0 UIJONGBU CAMP RED CL +KSW00043219 35.9242 126.6222 23.8 KUNSAN 47141 +KSW00043220 38.0167 128.1333 181.1 KWANDAE RI TEAM 840 +KSW00043221 37.9667 124.6667 193.2 DO ROK K-53 +KSW00043222 37.4333 127.9500 101.2 HOENGSONG K 46 +KSW00043223 37.7500 128.9333 27.1 KANGNUNG ROK K 18 +KSW00043224 37.9167 127.7500 45.1 CHUNCHON TEAM 825 RO +KSW00043227 37.7000 127.8667 151.2 HONGCHON +KSW00043238 35.9833 129.4333 20.1 YONGIL MAN MAG 12 +KSW00043242 37.0833 127.0333 11.3 OSAN K 55 +KSW00043244 37.7833 126.8500 24.1 TONGGO RI +KSW00043245 37.9167 127.0500 60.0 TONGDUCHON A 220 +KSW00043246 38.1667 127.1000 87.2 TAEGWANG-NI TEAM 813 +KSW00043247 38.0333 127.3667 146.3 CHOKHYON DONG TEAM 8 +KSW00043248 38.1333 127.3000 156.1 CHOKHYON DONG TEAM 8 +KSW00043249 38.2500 127.4167 212.1 KUMHWA TEAM 822 +KSW00043250 38.1333 127.6833 145.1 HWACHON TEAM 830 +KSW00043251 38.3667 127.6167 283.2 KUMSONG TEAM 831 +KSW00043252 38.2167 128.0667 278.3 SOHUI RI TEAM 841 +KSW00043254 38.3167 128.5167 18.3 KANSONG TEAM 850 +KSW00043255 38.5167 128.4167 9.1 KOJIN NI TEAM 852 +KSW00043256 35.1167 126.8167 13.1 KWANGJU ROK K 57 +KSW00043257 38.1667 127.4333 205.1 KUMHWA TEAM 823 +KSW00043258 37.8667 126.8167 6.1 MUNSAN TEAM 814 +KSW00043259 38.1667 127.6667 163.1 HWACHON TEAM 832 +KSW00043260 37.5667 127.0333 18.3 TACE TRACK TM 860 +KSW00043261 37.3500 127.9667 136.2 WONJU TEAM 131 +KSW00043262 38.1000 128.0000 177.1 YANGGU TEAM 842 +KSW00043263 33.2000 126.2667 13.1 CHEJU DO K 39 47185 +KSW00043265 37.8333 127.5167 76.2 KAP YONG TEAM 824 RO +KSW00043271 37.8833 127.7167 76.2 CHUNCHON CAMP PAGE +KSW00043272 38.0333 127.1500 69.2 CAPE ST BARB +KSW00043273 37.0333 126.7500 12.2 OSAN +KSW00043274 37.5000 126.7000 21.0 ASCOM A 102 +KT000096995 -10.4500 105.6830 262.0 CHRISTMAS ISLAND AE GSN 96995 +KU000405820 29.2220 47.9660 48.0 KUWAIT INTERNATIONA GSN 40582 +KUM00040568 29.7670 48.3670 5.9 BUBYAN ISLAND 40568 +KUM00040570 29.1000 46.6830 289.5 SALMY 40570 +KUM00040572 29.4170 48.0000 6.9 SOUTH DOLPHIN 40572 +KUM00040586 29.3170 47.6670 55.5 JAHRA 40586 +KZ000028676 54.8331 69.1500 142.0 PETROPAVLOVSK 28676 +KZ000028687 54.9000 70.4500 134.0 BULAYEVO 28687 +KZ000028764 54.5000 65.8000 160.0 PRESNOGOR'KOVKA 28764 +KZ000028766 54.3670 66.9670 153.0 BLACOVESCHENKA 28766 +KZ000028775 54.4000 68.4000 115.0 JAVLENKA 28775 +KZ000028779 54.2000 69.5000 139.0 CHAGLI 28779 +KZ000028785 54.4330 70.9170 127.0 VOZVISHEN SOVKHOZ 28785 +KZ000028843 53.7500 62.0670 187.0 KOMSOMOLEC 28843 +KZ000028854 53.7500 63.1670 184.0 FYODOROV SOVKHOZ 28854 +KZ000028856 53.6000 64.3000 178.0 MIHAYLOVKA,KUSTANAY 28856 +KZ000028861 53.8000 65.3000 180.0 NOVOPOKROVKA 28861 +KZ000028863 53.9000 67.4000 128.0 SERGEEVKA 28863 +KZ000028867 53.3170 65.5500 210.0 URICKY 28867 +KZ000028868 53.3000 67.0000 190.0 CHERBONNIY,SOVHOZ 28868 +KZ000028873 53.8330 69.7830 153.0 KRASNO-ARMEYSK 28873 +KZ000028877 53.3170 68.1000 319.0 VOLODARSKOE 28877 +KZ000028879 53.2830 69.3830 229.0 KOKSHETAY 28879 +KZ000028884 53.6000 70.5000 165.0 CHKALOVO 28884 +KZ000028886 53.6330 72.3670 138.0 KZIL-TUS SOVKHOZ 28886 +KZ000028888 53.9000 71.5000 123.0 KZILTUSSKIY,SOVHOZ 28888 +KZ000028894 53.7000 73.2000 69.0 OZERNIY,SOVHOZ 28894 +KZ000028943 53.2000 62.3000 218.0 ESENKULSKAYA 28943 +KZ000028948 52.7170 61.1670 260.0 GEORGIYEVKA 28948 +KZ000028952 53.2167 63.6167 170.0 KUSTANAI GSN 28952 +KZ000028954 52.9000 63.2000 150.0 RUDNIY 28954 +KZ000028957 52.6830 62.6000 208.0 TOBOL 28957 +KZ000028966 52.8170 66.9670 227.0 RUZAEVKA 28966 +KZ000028967 52.6670 65.5000 209.0 KARASUL 28967 +KZ000028975 52.9000 68.2000 330.0 ARIC-BALIK 28975 +KZ000028978 52.5330 68.7500 399.0 BALKASINO 28978 +KZ000028984 52.9500 70.2170 384.0 SUCINSK 28984 +KZ000028986 52.9670 71.9330 196.0 ZOLOTAJA NIVA 28986 +KZ000028993 53.1500 74.2000 126.0 GOLUBOVKA 28993 +KZ000028997 52.7000 73.7000 89.0 KRASNOKUTSKIY,ZERNOSOVHOZ 28997 +KZ000029703 53.7000 75.1000 106.0 PRIIRTISHSKIY,ZERNOSOVHOZ 29703 +KZ000029707 54.2000 76.4000 110.0 NOVOKUZMINKA 29707 +KZ000029802 53.8170 76.5330 114.0 MIKHAILOVKA 29802 +KZ000029807 53.3500 75.4500 94.0 IRTYSHSK GSN 29807 +KZ000029808 53.4000 76.3000 111.0 FEDOROVSKAYA 29808 +KZ000029900 53.0000 76.0000 97.0 KRASNOKUTSKOE 29900 +KZ000029906 52.9170 77.4170 112.0 USPENKA 29906 +KZ000034292 50.8000 49.4000 34.0 IMENI_KRUPSKOY,SOVHOZ 34292 +KZ000034385 49.7670 47.7500 18.0 ASCE UZJAK 34385 +KZ000034394 49.8000 48.7000 17.0 KAZTALOVKA 34394 +KZ000034398 49.6670 49.4830 10.0 ZHALPAKTAL 34398 +KZ000034494 49.2000 48.9000 0.0 KURMANGASI 34494 +KZ000034499 48.9500 49.6000 -2.0 NOVAJA KAZANKA 34499 +KZ000034581 48.7670 47.4330 4.0 URDA 34581 +KZ000034588 48.1000 47.4000 12.0 SYUNDUK 34588 +KZ000034691 47.9000 48.8000 -10.0 NOVYJ USHTOGAN 34691 +KZ000034699 47.4000 49.9000 0.0 MINTOBE 34699 +KZ000034798 46.6000 49.3000 -22.0 GANJUSKINO 34798 +KZ000035042 52.2000 61.2000 255.0 JETIGARA 35042 +KZ000035046 52.0000 62.4000 249.0 KRASNOOKTYABRSKIY 35046 +KZ000035053 52.4000 64.6000 110.0 KUSMURUN 35053 +KZ000035055 52.0000 63.7000 214.0 DIEVSKAYA 35055 +KZ000035067 51.8830 66.3330 221.0 ESIL 35067 +KZ000035069 51.9000 67.3000 377.0 JAKSI 35069 +KZ000035078 51.8167 68.3667 304.0 ATBASAR GSN 35078 +KZ000035081 52.4000 70.2000 331.0 VOZNESENKA 35081 +KZ000035082 52.4000 71.8000 271.0 STEPNOGORSK,AMSG 35082 +KZ000035085 52.0000 70.9500 384.0 AKKOL 35085 +KZ000035106 51.5000 52.3000 46.0 YANVARCEVO 35106 +KZ000035107 51.1170 50.3170 72.0 KAMEMKA 35107 +KZ000035108 51.2500 51.4000 36.0 URALSK GSN 35108 +KZ000035118 51.0830 54.1000 105.0 CINGIRLAU 35118 +KZ000035145 51.2000 61.8000 793.0 SEVERNIY,AMSG 35145 +KZ000035156 51.5000 64.5000 129.0 NAURSUMSKIY_ZAPOVEDNIK 35156 +KZ000035157 51.1000 62.9000 258.0 BES-TAU 35157 +KZ000035163 51.6000 67.5670 272.0 KIJMA 35163 +KZ000035166 51.2670 67.2330 252.0 KAZGORODOK 35166 +KZ000035169 51.1000 66.3000 237.0 DERJAVINSK 35169 +KZ000035173 51.6170 69.8000 305.0 ZHALTYR 35173 +KZ000035179 51.1000 69.5000 340.0 KRASNOZNAMENKA 35179 +KZ000035182 51.7000 71.0000 367.0 SHORTANDI,AGRO 35182 +KZ000035184 51.3000 70.7000 322.0 NOVO-ISHIMSKOE 35184 +KZ000035188 51.1331 71.3667 350.0 ASTANA 35188 +KZ000035191 51.6330 73.1670 397.0 JERMENTAU 35191 +KZ000035206 50.7000 51.5000 28.0 ANKATINSKIY,SOVHOZ 35206 +KZ000035215 50.7000 53.5000 89.0 BELOGORKA 35215 +KZ000035217 50.2500 52.5670 32.0 DZHAMBEJTY 35217 +KZ000035224 50.7000 55.0000 113.0 KRASNOYARSKAYA 35224 +KZ000035225 50.7500 56.5330 178.0 MARTUK 35225 +KZ000035226 50.6000 57.2000 372.0 RODNIKOVKA 35226 +KZ000035229 50.2831 57.1500 219.0 AKTOBE 35229 +KZ000035234 50.7330 57.9000 340.0 KOS-ISTEK 35234 +KZ000035244 50.4000 60.5000 257.0 KOMSOMOLSKOE,AMSG 35244 +KZ000035257 50.4500 62.8000 183.0 APPROXIMATE LOCALE 35257 +KZ000035259 50.5000 64.2000 105.0 ARAL 35259 +KZ000035263 50.9000 66.6000 294.0 IMENI LENIN.KOMSOMOLA 35263 +KZ000035283 50.8000 72.3000 426.0 VISNEVKA 35283 +KZ000035284 50.5830 70.0000 330.0 KURGALJINO 35287 +KZ000035288 50.5000 71.5000 383.0 CHERNIGOVKA 35288 +KZ000035295 50.7000 73.5000 446.0 MOLODEJNIY 35295 +KZ000035302 50.2000 51.1670 17.0 CHAPAEVO 35302 +KZ000035315 49.7000 53.5000 44.0 KARA-TUBE,AMSG 35315 +KZ000035321 50.2000 55.6000 142.0 NOVOALEKSEEVKA 35321 +KZ000035325 50.0000 56.3000 350.0 ILINSKIY 35325 +KZ000035331 50.2000 58.0000 416.0 NOVOROSSIYSKOE 35331 +KZ000035332 50.1000 59.1000 283.0 BUGETSAY 35332 +KZ000035344 49.9500 60.1330 229.0 KARABUTAK 35344 +KZ000035345 49.8000 61.4000 229.0 BAS-KUDUK 35345 +KZ000035358 49.6300 63.5000 124.0 TURGAJ 35358 +KZ000035361 50.1000 65.5000 142.0 AMANGEL'DY 35361 +KZ000035363 50.2170 66.8330 343.0 ARKALYK 35363 +KZ000035368 49.5000 66.1000 210.0 EKIDIN 35368 +KZ000035376 49.8830 69.5170 349.0 BERLIK 35376 +KZ000035381 50.2000 70.3000 370.0 17_LET_OKTYABRYA 35381 +KZ000035386 49.9000 71.8000 422.0 ZERNOSOVCOZ-IMENY-CKALOVA 35386 +KZ000035391 50.2000 72.8000 515.0 KARAGANDINSKAYA,SOVHOZ 35391 +KZ000035394 49.8000 73.1500 553.0 KARAGANDA GSN 35394 +KZ000035396 49.4000 74.5000 715.0 BES-OBA 35396 +KZ000035397 49.6000 72.8000 492.0 IMENI_MICHURINA,SOVHOZ 35397 +KZ000035401 49.5000 50.5000 5.0 PYATIMAR 35401 +KZ000035406 49.0500 51.8667 2.0 TAIPAK 35406 +KZ000035416 49.0667 54.6831 128.0 UIL GSN 35416 +KZ000035426 49.1500 57.1170 234.0 TEMIR 35426 +KZ000035427 48.9000 55.7000 142.0 TEREKTI 35427 +KZ000035430 49.2500 59.5500 260.0 TALDYK 35430 +KZ000035436 49.2330 57.6670 234.0 JURUN-IN-KAZAKH 35436 +KZ000035437 48.8170 58.1500 230.0 EMBA 35437 +KZ000035441 48.9000 53.7000 39.0 MIYALI 35441 +KZ000035449 48.8330 62.1000 82.0 NURA 35449 +KZ000035459 49.0000 64.2000 122.0 SARLITAM 35459 +KZ000035467 48.9000 65.5330 223.0 BRALI 35467 +KZ000035478 48.8830 68.0830 506.0 ALGABAS 35478 +KZ000035497 48.8500 72.8670 656.0 ZHARYK 35497 +KZ000035498 48.8000 73.7000 724.0 AKSU-AYULI 35498 +KZ000035506 48.6000 51.7000 32.0 INDERBORSKIY,AMSG 35506 +KZ000035514 48.4500 52.9170 0.0 KARABAU 35514 +KZ000035519 48.2000 54.8000 55.0 SAGIZ 35519 +KZ000035522 48.7330 56.0330 186.0 KARAUL KELDY 35522 +KZ000035529 48.2170 57.1170 151.0 KOZASAJ 35529 +KZ000035532 48.6330 58.5000 398.0 MUGODZARSKAJA 35532 +KZ000035535 48.5000 58.6000 409.0 BERCHOGUR 35535 +KZ000035542 48.6167 61.2667 156.0 IRGIZ 35542 +KZ000035549 48.2500 62.0000 74.0 TAUP 35549 +KZ000035563 48.6500 67.0000 632.0 ULUTAU 35563 +KZ000035576 48.2994 69.6994 362.0 KZYLZAR 35576 +KZ000035582 48.7000 71.6330 488.0 ATASU 35582 +KZ000035594 48.3000 72.9000 689.0 AGADIR 35594 +KZ000035605 47.6670 51.5830 -15.0 MAHAMBET 35605 +KZ000035608 47.4000 51.2000 -22.0 NOVOBOGATINO 35608 +KZ000035633 47.8500 59.6170 176.0 CELKAR 35633 +KZ000035635 47.7000 58.4670 511.0 TEREN-KUDUK 35635 +KZ000035656 47.6000 64.2000 115.0 KUL'JAMBAY 35656 +KZ000035663 47.8331 66.7500 488.0 KARSAKPAJ 35663 +KZ000035671 47.8000 67.7170 346.0 ZHEZKAZGAN 35671 +KZ000035683 47.9000 71.5000 796.0 KZILTAU 35683 +KZ000035687 47.4000 70.7000 467.0 KOKTAS 35687 +KZ000035699 47.4500 74.8170 620.0 BEKTAUATA 35699 +KZ000035700 47.1167 51.9167 -22.0 ATYRAU 35700 +KZ000035705 46.9000 51.7000 -28.0 PESNOY 35705 +KZ000035707 46.7500 50.2000 -23.0 ZABURUNYE/ISATAY 35707 +KZ000035715 46.9000 54.1000 18.0 KULSARY 35715 +KZ000035721 47.0330 55.1330 45.0 ZAMBIKE 35721 +KZ000035739 46.7000 59.0000 114.0 AJK-KUM 35739 +KZ000035742 47.0830 61.1670 79.0 SAKSAULSKI 35742 +KZ000035746 46.7794 61.6694 62.0 ARALSKOE MORE 35746 +KZ000035749 46.7170 62.5000 80.0 MONSYR 35749 +KZ000035756 46.8830 64.6670 79.0 KARA-KUM 35756 +KZ000035777 46.7000 68.3000 276.0 JETY-KONUR 35777 +KZ000035791 47.2000 73.3500 581.0 MOINTY 35791 +KZ000035796 46.8000 75.0831 350.0 BALHASH GSN 35796 +KZ000035816 46.2000 54.5000 -4.0 OPORNA'J 35816 +KZ000035822 46.3000 55.9000 28.0 DGUKARA 35822 +KZ000035847 45.9830 61.0670 60.0 IMENI SHAVCHEMKO 35847 +KZ000035849 45.7670 62.1170 68.0 KAZALINSK GSN 35849 +KZ000035866 46.1000 67.2000 189.0 SINGIRTEK 35866 +KZ000035884 46.0300 70.2000 328.0 BETPAK-DALA 35884 +KZ000035895 46.1000 73.6000 358.0 SARISAGAN 35895 +KZ000035907 45.0170 50.0330 -22.0 KULALY ISLAND 35907 +KZ000035925 45.4000 56.2000 82.0 SAM GSN 35925 +KZ000035927 45.1000 55.0000 74.0 BEJNEU 35927 +KZ000035941 45.6830 59.9170 80.0 BARSAKELMES ISLAND 35941 +KZ000035951 45.7000 62.9000 75.0 KAZALINSKIY_ZERNOSOVHOZ 35951 +KZ000035953 45.5000 64.0830 103.0 DZHUSALY 35953 +KZ000035969 45.2500 67.0670 138.0 ZLIKHA 35969 +KZ000035986 45.4000 72.4000 431.0 TUKEN 35986 +KZ000035996 45.3800 74.2000 345.0 KUYGAN 35996 +KZ000035997 45.1000 73.9670 349.0 CIGANAK 35997 +KZ000036001 51.8000 75.4000 197.0 EKIBASTUZ 36001 +KZ000036002 52.4000 75.9000 120.0 PRIOZERNIY,SOVHOZ 36002 +KZ000036003 52.3000 76.9330 122.0 PAVLODAR 36003 +KZ000036012 52.4000 78.2000 148.0 SHERBAKTI 36012 +KZ000036015 51.9000 78.8000 163.0 SALDAJ 36015 +KZ000036017 51.5000 77.3000 132.0 BELOGOR'E 36017 +KZ000036027 51.1000 79.4000 249.0 NOVONIKOLAEVKA 36027 +KZ000036126 50.8000 75.7000 504.0 BAJANAUL 36126 +KZ000036152 50.8670 78.3500 149.0 SEMIJARKA 36152 +KZ000036177 50.4167 80.3000 196.0 SEMEJ GSN 36177 +KZ000036183 50.8000 80.8000 360.0 DMITRIEVKA 36183 +KZ000036186 50.6330 81.9170 320.0 SEMONAIHA 36186 +KZ000036189 50.2000 81.9000 260.0 GAGARINA 36189 +KZ000036198 50.3000 82.6000 449.0 SEKISOVKA 36198 +KZ000036208 50.3330 83.5500 811.0 RIDDER 36208 +KZ000036335 49.3830 75.5170 812.0 KARKARALINSK 36335 +KZ000036358 49.2000 77.3670 842.0 KAJNAR 36358 +KZ000036392 49.7000 81.6000 365.0 CHALOBAY 36392 +KZ000036394 49.5830 81.0500 334.0 CHARSKAYA 36394 +KZ000036397 49.2170 81.2170 455.0 ZHANGIZTOBE 36397 +KZ000036403 50.0300 82.5000 285.0 UST'-KAMENOGORSK 36403 +KZ000036410 49.7000 83.4000 374.0 BUHTARMA 36410 +KZ000036415 49.6000 83.5000 397.0 SELEZNEVKA 36415 +KZ000036418 49.0330 83.3830 0.0 SAMARSKOE 36418 +KZ000036421 49.7170 84.2830 492.0 ZIRYANOVSK 36421 +KZ000036428 49.2000 84.5170 401.0 ULKEN NARY 36428 +KZ000036439 49.1830 85.6170 1081.0 KATON-KARAGAJ 36439 +KZ000036467 48.2000 75.1000 780.0 AKTOGAY 36467 +KZ000036487 48.2670 77.3170 699.0 OGIZTAU 36487 +KZ000036498 48.1670 78.4170 643.0 BARSHATAS 36498 +KZ000036501 48.9000 79.2000 618.0 KARA-AUL 36501 +KZ000036513 48.8000 80.9000 678.0 JARMA 36513 +KZ000036535 48.7500 82.3670 512.0 KOKPEKTY GSN 36535 +KZ000036536 48.4000 82.9000 425.0 BOLSHEVIK,SOVHOZ 36536 +KZ000036546 48.5500 83.6830 427.0 KURCUM 36546 +KZ000036563 48.7000 86.4800 1081.0 ORLOVSKIY POSELOK 36563 +KZ000036567 48.4000 85.7000 574.0 ALEKSEEVKA,AMSG 36567 +KZ000036569 48.0170 85.1830 412.0 BURAN 36569 +KZ000036598 47.0000 77.2000 600.0 SAYAK 36598 +KZ000036619 46.9000 79.6000 364.0 AKTOGOY 36619 +KZ000036622 47.9670 80.4500 655.0 AJAGUZ 36622 +KZ000036639 47.1170 81.6170 491.0 URDZHAR 36639 +KZ000036643 47.8000 82.7000 535.0 AKSUAT 36643 +KZ000036656 47.6000 83.7000 653.0 AKJAR 36656 +KZ000036665 47.4667 84.9167 603.0 ZAJSAN 36665 +KZ000036666 47.8000 84.2000 388.0 PRIOSERNIY 36666 +KZ000036686 46.5500 76.8670 349.0 ALGAZY OSTROV 36686 +KZ000036705 43.3000 79.5000 1273.0 PODGORNOE 36705 +KZ000036723 46.9000 80.8000 380.0 KARAKOL 36723 +KZ000036729 46.1667 80.9331 388.0 UCH-ARAL 36729 +KZ000036736 46.6500 82.7500 441.0 BAHTY 36736 +KZ000036744 45.5000 75.2000 353.0 AUL_N4 36744 +KZ000036761 45.7000 77.2670 368.0 NAYMAN-SUYEK 36761 +KZ000036773 45.9000 78.7170 412.0 MATAJ 36773 +KZ000036777 45.1700 78.0000 421.0 USH-TOBE 36777 +KZ000036778 45.0000 78.3830 602.0 TALDY-KURGAN 36778 +KZ000036784 45.5000 79.5000 544.0 AKSUKSKAYA 36784 +KZ000036786 45.4170 79.9330 1113.0 SARKAND 36786 +KZ000036796 45.5000 80.6000 1012.0 LEPSINSK 36796 +KZ000036803 46.0000 81.5000 336.0 ALAKOL 36803 +KZ000036806 45.6000 82.1000 385.0 JALANACKOL' 36806 +KZ000036817 44.0000 75.3000 832.0 ANARCAY 36817 +KZ000036819 44.1330 75.8500 576.0 AYDARLI 36819 +KZ000036821 44.8330 76.2670 396.0 BAKANAS 36821 +KZ000036829 44.3000 76.7670 432.0 KURTY RIVER 36829 +KZ000036831 45.0000 77.3000 266.0 JETYJOL 36831 +KZ000036837 44.0170 77.1330 710.0 ILIYSK 36837 +KZ000036839 44.3500 77.9670 948.0 SARI-OZEK 36839 +KZ000036843 44.8000 79.0000 1722.0 TEKELY 36843 +KZ000036846 44.4670 78.6670 1385.0 KUGALI 36846 +KZ000036859 44.1667 80.0667 645.0 ZHARKENT GSN 36859 +KZ000036864 43.5000 75.3000 742.0 OTAR 36864 +KZ000036870 43.2331 76.9331 851.0 ALMATY GSN 36870 +KZ000036874 43.6000 76.3170 685.0 UZUNAGAC 36874 +KZ000036877 43.2000 76.3000 814.0 UZUNAGAC 36877 +KZ000036879 43.1000 76.9000 2501.0 BOL'SOE-ALMAATINSKOE-OZERO 36879 +KZ000036880 43.2000 77.0000 681.0 ALATIY-AMC 36880 +KZ000036884 43.2000 77.0000 1712.0 ALMA-ATA,MEDEO 36884 +KZ000036885 43.4000 77.5000 1098.0 ISSIK 36885 +KZ000036887 43.1000 77.1000 2268.0 VERCNIY-GOREL'NIK 36887 +KZ000036888 43.1000 77.2000 1943.0 UST'-GOREL'NIK 36888 +KZ000036889 43.0000 77.1000 3017.0 MINJILKY 36889 +KZ000036891 43.9000 78.0000 492.0 KARACOK 36891 +KZ000036894 43.6000 78.2500 608.0 MALIBAY(?) 36894 +KZ000036897 43.3170 78.2500 2216.0 ASSY 36897 +KZ000036907 43.0000 79.2000 1845.0 KEGEN 36907 +KZ000036952 42.9000 79.6000 1956.0 SARYDJAS 36952 +KZ000038001 44.5500 50.2500 -25.0 FORT SHEVCHENKO 38001 +KZ000038002 44.9000 52.7000 -1.0 KIZAN 38002 +KZ000038008 44.1500 51.9500 240.0 TUSHCHIBEK 38008 +KZ000038019 44.3170 54.6000 143.0 DUKEN 38019 +KZ000038044 44.6000 60.9000 55.0 UJALY 38044 +KZ000038049 44.0670 62.9000 88.0 CIRIK-RABAT 38049 +KZ000038051 44.8830 63.1670 92.0 KARAK 38051 +KZ000038052 44.8000 64.1000 110.0 AKKIRSKIY,SOVHOZ 38052 +KZ000038062 44.8500 65.5000 130.0 KYZYLORDA 38062 +KZ000038069 44.1670 66.7500 153.0 CIILI 38069 +KZ000038079 44.1000 68.5000 316.0 SUZAK,AMSG 38079 +KZ000038081 44.8000 69.1170 190.0 TASTY 38081 +KZ000038082 44.8330 70.0170 207.0 KAMALI-KUL 38082 +KZ000038091 44.8000 71.0670 266.0 ULANBEL' 38091 +KZ000038092 44.6000 72.1000 288.0 KARABUGUT 38092 +KZ000038099 44.2830 72.9500 350.0 FURMANOVO 38099 +KZ000038106 44.5000 74.6000 430.0 TOGUZ 38106 +KZ000038108 44.2000 73.8000 554.0 KHANTAU 38108 +KZ000038111 43.7000 51.1000 16.0 AKTAU 38111 +KZ000038119 43.4000 52.7000 200.0 USEN',AMSG 38119 +KZ000038124 43.4000 53.3000 178.0 SENEK 38124 +KZ000038147 50.0000 77.0000 692.0 IMENI_ABAYA,SOVHOZ 38147 +KZ000038151 43.6000 65.9000 59.0 TEHNICAUL 38151 +KZ000038162 43.6000 61.9330 64.0 CABANKAZGAN 38162 +KZ000038191 43.7170 67.4170 174.0 AK-KUM 38191 +KZ000038193 42.8000 68.4000 200.0 SHAUL'DER 38193 +KZ000038196 43.5500 68.9000 822.0 ACHISAJ 38196 +KZ000038197 43.5000 68.6000 397.0 KENTAU,AMSG 38197 +KZ000038198 43.2700 68.2200 206.0 TURKESTAN 38198 +KZ000038200 43.7000 69.7000 371.0 JANATAS 38200 +KZ000038201 43.7670 69.1830 481.0 CULAKKURGAN 38201 +KZ000038202 43.8000 69.9000 336.0 BAIKADAM 38202 +KZ000038203 43.7830 70.9330 366.0 UJUK 38203 +KZ000038207 43.0330 69.3670 365.0 CHAYAN 38207 +KZ000038208 43.2000 70.4000 535.0 KARATAU 38208 +KZ000038215 43.4000 72.1000 518.0 UMBET 38215 +KZ000038222 43.7000 73.7830 456.0 TOLE BI 38222 +KZ000038223 43.8330 74.4000 768.0 CHOKPAR 38223 +KZ000038229 43.3500 74.9670 1145.0 KURDAY 38229 +KZ000038232 42.9670 54.1170 78.0 AKKUDUK 38232 +KZ000038301 42.9000 67.3000 184.0 KIZILKUM 38301 +KZ000038313 42.7000 69.0000 240.0 BUGUN' 38313 +KZ000038316 42.4330 68.8000 240.0 ARYS 38316 +KZ000038317 42.1330 68.1330 238.0 BAYRKUM 38317 +KZ000038328 42.3170 69.7000 604.0 SHYMKENT 38328 +KZ000038333 42.7000 70.8000 952.0 BURNO-OKTYABRSK 38333 +KZ000038334 42.4830 70.3000 808.0 AUL TURARA RYSKULOV 38334 +KZ000038335 42.5000 70.6000 1135.0 CHOKPAK 38335 +KZ000038337 42.2330 70.1170 1122.0 BLINKOVO 38338 +KZ000038338 42.3000 70.4000 1947.0 CUULDAK 38338 +KZ000038341 42.8500 71.3830 655.0 TARAZ 38341 +KZ000038343 42.9500 72.7500 683.0 KOOLAN 38343 +KZ000038344 42.9000 73.2000 702.0 MERKE 38344 +KZ000038423 41.8000 66.7170 202.0 TORUK 38423 +KZ000038439 41.3670 68.0000 275.0 CARDARA 38439 +KZ000038444 41.6000 68.2000 205.0 UROCICE-BUZAY 38444 +KZ000038449 41.4000 68.8000 331.0 UCAKTY 38449 +KZ000038452 41.8000 69.4000 575.0 LENINSKOE 38452 +KZ000038582 40.8330 68.5000 266.0 ILYICH-IN-UZBEK 38582 +KZ000038584 40.8000 68.2000 262.0 IMENI_)LENINA,SOVHOZ 38584 +KZM00035357 49.6830 69.5170 349.0 BARSHINO 35357 +LAM00048930 19.8970 102.1610 291.1 LUANG PHABANG INTL 48930 +LAM00048938 19.2330 101.7330 326.0 SAYABOURY 48938 +LAM00048940 17.9880 102.5630 171.9 WATTAY INTL 48940 +LAM00048946 17.3830 104.6500 52.0 THAKHEK 48946 +LAM00048948 16.6670 105.0000 185.0 SENO 48948 +LAM00048955 15.1170 105.1670 102.0 PAKSE 48955 +LAW00041051 17.9833 102.5667 170.1 VIENTIANE +LAW00041060 14.8000 106.8167 125.3 ATTOPEU L 10 +LAW00041061 19.9000 102.1667 284.1 LUANG PRABANG L 54 +LAW00041062 19.9000 103.1333 1311.2 PHU CUM LS-50 +LAW00041071 15.1333 105.7833 102.1 PAKSE L-11 +LAW00041074 16.5500 104.7667 155.1 SAVANNAKHET L-39 48947 +LAW00041075 19.1667 102.9000 1524.0 BAN-SAN-TON +LAW00041076 15.6833 106.4167 168.2 SARAVANE L-44 +LAW00041077 16.6833 105.5500 158.2 MUONG PHALANE L 61 +LEE00147734 33.8500 36.0000 920.0 RAYACK 40102 +LEE00147735 34.4500 35.8200 20.0 TRIPOLI +LEE00147736 34.2500 36.0664 1925.0 LES CEDRES (AL ARZ) +LEE00147737 33.8200 35.8900 918.0 KSARA +LEE00147738 34.4000 36.3800 700.0 HERMEL +LEM00040100 33.8210 35.4880 26.5 RAFIC HARIRI INTL 40100 +LEM00040101 33.8170 35.8500 920.0 HOUCHE-AL-OUMARA 40101 +LEM00040103 34.4500 35.8000 5.0 TRIPOLI 40103 +LG000026218 57.9170 22.0500 4.0 SORVE 26218 +LG000026227 57.7831 23.2589 2.0 RUHNU 26227 +LG000026238 57.9000 25.3830 12.0 RUJIENA 26238 +LG000026247 57.7830 26.0330 66.0 VALGA 26247 +LG000026310 57.4000 21.6000 5.0 VENTSPILS 26310 +LG000026313 57.7500 22.6000 5.0 KOLKA 26313 +LG000026314 57.4000 21.5330 3.0 VENTSPILS 26314 +LG000026318 57.2000 22.3800 70.0 STENDE 26318 +LG000026324 57.3500 23.1170 6.0 MERSRAGS 26324 +LG000026326 57.3170 24.4170 10.0 SKULTE 26326 +LG000026335 57.3170 25.3330 122.0 PRIEKULI 26335 +LG000026339 57.1330 25.9170 180.0 ZOSENI 26339 +LG000026344 57.5000 26.3000 84.0 GAUYENA 26344 +LG000026346 57.4330 27.0330 193.0 ALUKSNE 26346 +LG000026348 57.1330 26.7170 143.0 GULBENE 26348 +LG000026350 57.2000 27.7000 107.0 VILJAKA 26350 +LG000026403 56.8830 21.1830 10.0 PAVILOSTA 26403 +LG000026406 56.4831 21.0167 7.0 LIEPAJA GSN 26406 +LG000026414 56.7000 21.6000 64.0 AIZPUTE 26414 +LG000026416 56.6830 22.5000 112.0 SALDUS 26416 +LG000026419 56.4670 22.9000 104.0 AUCE 26419 +LG000026422 56.9625 24.0400 17.0 RIGA 26422 +LG000026424 56.6170 23.3170 44.0 DOBELE 26424 +LG000026425 56.6500 23.7330 9.0 JELGAVA 26425 +LG000026429 56.4000 24.2170 33.0 BAUSKA 26429 +LG000026435 56.6500 25.1330 83.0 SKRIVERI 26435 +LG000026436 56.5170 25.9170 109.0 ZILANI 26436 +LG000026446 56.5000 27.4000 157.0 REZEKNE 26446 +LG000026447 56.8500 26.2170 251.0 MADONA 26441 +LG000026503 56.1500 21.1670 18.0 RUCAVA 26503 +LG000026544 55.8670 26.6170 122.0 DAUGAVPILS 26544 +LG000026551 56.1000 27.5500 181.0 DAGDA 26551 +LH000026502 55.9670 21.1000 15.0 PALANGA 26502 +LH000026507 55.7000 21.5000 64.0 VEJAYCHAY 26507 +LH000026509 55.7331 21.0667 6.0 KLAIPEDA 26509 +LH000026515 55.9000 22.3000 153.0 TELCHAJ 26515 +LH000026518 55.6170 22.2330 166.0 LAUKUVA 26518 +LH000026524 55.9331 23.3167 106.0 SIAULIAI 26524 +LH000026529 55.7500 24.3830 58.0 PANEVEZYS 26529 +LH000026531 56.2000 24.7667 60.0 BIRZAI 26531 +LH000026547 55.5170 26.3000 168.0 DUKSTAS 26547 +LH000026600 55.3500 21.4670 5.0 SILUTE 26600 +LH000026603 55.3170 21.0170 3.0 NIDA 26603 +LH000026614 55.0800 21.9300 37.0 SOVETSK 26614 +LH000026615 55.2500 22.2830 35.0 TAURAGE 26615 +LH000026620 55.4000 23.9000 69.0 DOTNUVA 26620 +LH000026621 55.3830 23.1170 111.0 RASEINIAI 26621 +LH000026629 54.8831 23.8331 77.0 KAUNAS 26629 +LH000026633 55.5330 25.6000 106.0 UTENA 26633 +LH000026634 55.2500 24.7670 73.0 UKMERGE 26634 +LH000026713 54.6330 22.7830 59.0 KYBARTAI 26713 +LH000026728 54.2331 23.5167 133.0 LAZDIJAI 26728 +LH000026730 54.6331 25.1000 156.0 VILNIUS GSN 26730 +LH000026737 54.2500 24.5500 111.0 VARENA 26737 +LIM00065660 6.2340 -10.3620 9.4 MONROVIA ROBERTS INTL 65660 +LO000011934 49.0667 20.2331 694.0 POPRAD/TATRY GSN 11934 +LOE00105562 47.8667 18.1831 115.0 HURBANOVO 11858 +LOE00116344 48.6667 21.2167 230.0 KOSICE 11968 +LOE00116364 49.3667 19.1667 780.0 ORAVSKA LESNA +LOM00011826 48.6170 17.8330 164.0 PIESTANY 11826 +LOM00011903 48.6500 19.1500 315.0 SLIAC 11903 +LQC00914701 5.8833 -162.0833 3.0 UM PALMYRA +LQW00020603 5.8667 -162.1000 3.0 UM PALMYRA ISLAND LINE ISLANDS +LQW00020604 5.8833 -162.0833 2.1 UM PALMYRA ISLAND LINE ISLANDS +LT002073370 -30.1200 28.7000 1970.0 QACHA'S NEK +LT002334390 -29.8200 27.2500 1610.0 MAFETENG +LT002638590 -29.3000 27.5000 1539.0 MASERU +LT002970830 -28.8800 28.0500 1740.0 LERIBE +LU000006590 49.6258 6.2033 376.0 LUXEMBOURG AIRPORT GSN 06590 +LUE00100944 49.7400 6.3200 391.0 ALTRIER +LUE00100945 49.8500 5.8700 416.0 ARSDORF +LUE00100946 49.5100 5.9300 340.0 BELVAUX +LUE00100947 49.8000 5.9400 300.0 BETTBORN-PRATZ +LUE00100948 49.7300 5.9700 295.0 CALMUS +LUE00100949 50.0500 6.0300 465.0 CLERVAUX-HAUTBELLAIN +LUE00100950 49.8300 6.2100 250.0 ERMSDORF +LUE00100951 49.9000 6.0300 488.0 KEHMEN-DIEKIRCH +LUE00100952 49.6700 5.9500 266.0 KOERICH +LUE00100953 49.7000 6.1400 237.0 LORENTZWEILER +LY000062124 27.0200 14.4500 432.0 SEBHA GSN 62124 +LY000062131 29.1200 15.9500 267.0 HON GSN 62131 +LY000062271 24.2200 23.3000 436.0 KUFRA GSN 62271 +LYE00147740 31.8700 10.9800 621.0 NALUT 62002 +LYE00147741 32.8800 12.0800 3.0 ZUARA 62007 +LYE00147742 32.8697 13.2200 25.0 TRIPOLI SIDI EL MESRI +LYE00147743 32.9000 13.1800 25.0 TRIPOLI CITY +LYE00147744 32.6700 13.1500 81.0 TRIPOLI AIRPORT GSN 62010 +LYE00147745 32.4097 15.0500 32.0 MISURATA 62016 +LYE00147746 31.2000 16.5797 13.0 SIRTE 62019 +LYE00147747 32.0800 20.2700 132.0 BENGHAZI BENINA GSN 62053 +LYE00147748 32.0700 20.0700 322.0 BENGHAZI RAGMA +LYE00147749 30.7200 20.1700 7.0 AGEDABIA 62055 +LYE00147750 32.7997 21.8800 648.0 SHAHAT 62056 +LYE00147751 32.7600 22.6600 10.0 DERNA 62059 +LYM00062008 32.0830 12.5500 691.0 YEFREN 62008 +LYM00062012 32.6330 14.3000 22.0 EL KHOMS 62012 +LYM00062014 31.7330 14.0170 259.0 BENWLID 62014 +LYM00062018 30.5670 15.7170 90.0 ABU NJAYM 62018 +LYM00062062 32.1000 23.9330 51.0 TOBRUK 62062 +LYM00062103 30.1520 9.7150 342.0 GHADAMES EAST 62103 +LYM00062120 30.3830 13.5830 497.0 GARIAT EL-SHARGHIA 62120 +LYM00062161 29.0330 21.5670 60.0 JALO 62161 +LYM00062176 29.7500 24.5330 -1.0 GIGHBUB 62176 +LYM00062200 26.6000 12.7830 463.0 OBARI 62200 +LYM00062212 25.1460 10.1430 699.8 GHAT 62212 +LYM00062259 25.8000 21.1330 261.0 TAZERBO 62259 +LYW00033123 32.9000 13.2833 13.1 WHEELUS +MA000067009 -12.3500 49.3000 105.0 ANTSIRANANA GSN 67009 +MA000067019 -14.6330 47.7670 57.0 ANALALAVA GSN 67019 +MA000067083 -18.8000 47.4830 1276.0 ANTANANARIVO/IVATO GSN 67083 +MA000067095 -18.1170 49.4000 6.0 TOAMASINA GSN 67095 +MA000067143 -21.2000 48.3670 6.0 MANANJARY GSN 67143 +MA000067161 -23.3830 43.7330 8.0 TOLIARA GSN 67161 +MA000067197 -25.0330 46.9500 9.0 TAOLAGNARO GSN 67197 +MAM00067012 -13.3120 48.3150 11.0 FASCENE 67012 +MAM00067017 -13.3760 50.0030 5.8 VOHIMARINA 67017 +MAM00067023 -14.2790 50.1750 6.1 SAMBAVA 67023 +MAM00067025 -14.9990 50.3200 6.1 ANTSIRABATO GSN 67025 +MAM00067027 -15.6670 46.3520 26.5 PHILIBERT TSIRANANA 67027 +MAM00067037 -16.7420 44.4810 38.1 BESALAMPY 67037 +MAM00067045 -16.9500 46.8330 79.0 MAEVATANANA 67045 +MAM00067067 -17.6330 48.5000 780.0 AMBOHITSILAOZANA 67067 +MAM00067072 -17.0940 49.8160 2.1 SAINTE MARIE 67072 +MAM00067073 -18.0500 44.0330 23.0 MAINTIRANO GSN 67073 +MAM00067085 -18.8670 47.5000 1310.0 ANTANANARIVO / VILLE 67085 +MAM00067107 -19.8170 47.0670 1532.0 ANTSIRABE 67107 +MAM00067113 -19.8330 48.8000 5.0 MAHANORO 67113 +MAM00067117 -20.2850 44.3180 9.1 MORONDAVA 67117 +MAM00067131 -21.7540 43.3760 4.9 MOROMBE 67131 +MAM00067137 -21.4420 47.1120 1115.0 FIANARANTSOA 67137 +MAM00067152 -22.5500 45.4000 824.0 RANOHIRA 67152 +MAM00067157 -22.8050 47.8210 7.9 FARAFANGANA 67157 +MBM00078922 14.7670 -60.8830 34.0 TRINITE CARAVELLE 78922 +MBM00078925 14.5910 -61.0030 4.9 LE LAMENTIN 78925 +MCM00045011 22.1500 113.5920 6.1 MACAU INTL 45011 +MD000033667 48.1000 27.4000 168.0 BRATUSHANI 33667 +MD000033678 48.2000 28.3000 173.0 SOROCA 33678 +MD000033679 48.0330 28.7000 154.0 CAMENCA 33679 +MD000033744 47.6000 27.7000 162.0 FALESTI 33744 +MD000033745 47.7830 27.9500 102.0 BEL'CY 33745 +MD000033748 47.3330 28.0830 232.0 KORNESTY 33748 +MD000033749 47.4000 28.5000 78.0 BRAVICY 33749 +MD000033754 47.8000 29.0000 119.0 RIBNICA 33754 +MD000033815 47.0200 28.8700 173.0 KISINEV GSN 33815 +MD000033817 46.7500 28.3500 77.0 KARPINENY 33817 +MD000033821 47.3000 29.1000 42.0 DUBOSSARY 33821 +MD000033824 47.1000 29.0000 79.0 BEL'CATA 33824 +MD000033829 46.8000 29.7000 19.0 TIRASPOL 33829 +MD000033881 46.4830 28.2830 156.0 LEOVA 33881 +MD000033883 46.3000 28.6330 133.0 KOMRAT 33883 +MD000033885 45.8000 28.2000 196.0 KAGUL 33885 +MD000033886 46.1000 28.9000 180.0 CADIR-LUNGA 33886 +MD000033893 46.5000 29.9170 111.0 OLONESTY 33893 +MFM00067005 -12.8050 45.2810 7.0 DZAOUDZI PAMANDZI GSN 67005 +MG000044212 49.8000 92.0800 936.0 ULAAN-GOM GSN 44212 +MG000044218 48.0170 91.5670 1405.0 HOVD GSN 44218 +MG000044231 49.6330 100.1670 1283.0 MUREN GSN 44231 +MG000044239 48.8000 103.5500 1208.0 BULGAN GSN 44239 +MG000044259 48.0830 114.5500 747.0 CHOIBALSAN GSN 44259 +MG000044272 47.7500 96.8500 1759.0 ULIASTAI GSN 44272 +MG000044288 46.2670 102.7830 1813.0 ARVAIHEER GSN 44288 +MG000044317 45.9000 115.3670 1076.0 ERDENETSAGAAN GSN 44317 +MG000044341 45.7670 106.2830 1393.0 MANDALGOBI GSN 44341 +MG000044373 43.5830 104.4170 1465.0 DALANZADGAD GSN 44373 +MGM00044203 51.1170 99.6670 1583.0 RINCHINLHUMBE 44203 +MGM00044207 50.4330 100.1500 1668.0 HATGAL 44207 +MGM00044213 49.6500 94.4000 1232.0 BARUUNTURUUN 44213 +MGM00044214 48.9330 89.9330 1715.0 ULGI 44214 +MGM00044215 49.0170 91.7170 1590.0 OMNO-GOBI 44215 +MGM00044225 48.7330 98.2000 1723.0 TOSONTSENGEL 44225 +MGM00044230 49.5670 102.0000 1235.0 TARIALAN 44230 +MGM00044232 49.3830 102.7000 938.0 HUTAG 44232 +MGM00044237 48.5330 101.3830 1509.0 ERDENEMANDAL 44237 +MGM00044241 48.9170 106.0670 807.0 BARUUNHARAA 44241 +MGM00044256 49.5500 114.4000 705.0 DASHBALBAR 44256 +MGM00044265 46.1170 91.4670 1186.0 BAITAG 44265 +MGM00044275 46.8330 98.0830 2255.0 BAYANBULAG 44275 +MGM00044277 46.4000 96.2500 2181.0 ALTAI 44277 +MGM00044282 47.4500 101.4670 1691.0 TSETSERLEG 44282 +MGM00044284 46.7000 100.1330 2126.0 GALUUT 44284 +MGM00044285 46.9000 102.7670 1662.0 HUJIRT 44285 +MGM00044287 46.1330 100.6830 1859.0 BAYANHONGOR 44287 +MGM00044292 47.8430 106.7670 1330.1 CHINGGIS KHAAN INTL 44292 +MGM00044294 47.3000 107.4830 1430.0 MAANTI 44294 +MGM00044298 46.4500 108.2170 1286.0 CHOIR 44298 +MGM00044302 47.7830 112.1170 926.0 BAYAN-OVOO 44302 +MGM00044304 47.3170 110.6330 1033.0 UNDERKHAAN 44304 +MGM00044305 46.6830 113.2830 981.0 BARUUN-URT 44305 +MGM00044313 47.6170 118.6170 688.0 KHALKH-GOL 44313 +MGM00044314 47.1670 115.6330 907.0 MATAD 44314 +MGM00044336 45.4500 103.9000 1316.0 SAIKHAN-OVOO 44336 +MGM00044347 44.4170 105.3170 1298.0 TSOGT-OVOO 44347 +MGM00044352 45.7330 112.3670 1101.0 BAYANDELGER 44352 +MGM00044354 44.9000 110.1170 938.0 SAINSHAND 44354 +MGM00044358 43.7330 111.9000 964.0 ZAMYN-UUD 44358 +MI000067421 -9.7000 33.2670 1278.0 CHITIPA 67421 +MI000067423 -9.9500 33.8830 529.0 KARONGA 67423 +MI000067424 -10.9670 33.7330 1100.0 BOLERO 67424 +MI000067485 -11.8830 33.6170 1351.0 MZIMBA 67485 +MI000067489 -11.4500 34.0170 1253.0 MZUZU 67489 +MI000067493 -11.6000 34.3000 500.0 NKHATA BAY 67493 +MI000067585 -13.9830 33.6330 1149.0 CHITEDZE 67585 +MI000067588 -14.1670 33.6670 1100.0 N.R.C. 67588 +MI000067591 -12.9170 34.2670 500.0 NKHOTA KOTA 67591 +MI000067597 -13.7500 34.5830 513.0 SALIMA 67597 +MI000067687 -15.7830 35.0330 1141.0 CHICHIRI 67687 +MI000067689 -14.3170 34.2670 1632.0 DEDZA 67689 +MI000067692 -15.5170 35.2170 1028.0 MAKOKA 67692 +MI000067693 -15.6830 34.9670 767.0 CHILEKA GSN 67693 +MI000067695 -14.4330 35.2500 485.0 MANGOCHI 67695 +MI000067699 -16.0820 35.5830 653.0 MIMOSA 67699 +MI000067791 -15.9170 35.0670 1146.0 BVUMBWE 67791 +MI000067793 -16.1490 35.2170 820.0 THYOLO 67793 +MI000067797 -16.5170 35.1500 58.0 MAKANGA 67797 +MIM00067586 -13.7890 33.7810 1261.0 LILONGWE INTL 67586 +MJE00175528 43.3542 19.3450 784.0 PLJEVLJA +MJE00175538 42.8300 19.5300 945.0 KOLASIN +MJE00175548 43.1500 19.1300 145.0 ZABLJAK +MJE00175553 42.4375 19.2781 49.0 PODGORICA +MJM00013363 43.3500 19.3500 788.0 PLEVLJA 13363 +MJM00013459 42.7600 18.9500 647.0 NIKSIC 13459 +MJM00013461 42.1000 19.0800 6.0 BAR 13461 +MJM00013463 42.4330 19.2830 50.0 PODGORICA-GRAD 13463 +MK000013577 41.5300 20.7000 1321.0 LAZAROPOLE GSN 13577 +MKE00100915 41.3331 21.5667 673.0 PRILEP 13585 +MKM00013588 42.0170 21.4000 301.0 SKOPJE-ZAJCEV RID 13588 +MKM00013591 41.7500 22.1830 327.0 STIP 13591 +ML000061202 20.2000 0.9830 491.0 TESSALIT GSN 61202 +ML000061223 16.7170 -3.0000 264.0 TOMBOUCTOU GSN 61223 +ML000061250 15.8670 2.2170 278.0 MENAKA GSN 61250 +ML000061270 13.0670 -9.4670 334.0 KITA GSN 61270 +ML000061297 11.3500 -5.6830 375.0 SIKASSO GSN 61297 +MLM00061214 18.4330 1.3500 459.0 KIDAL 61214 +MLM00061226 16.2480 -0.0050 265.2 GAO 61226 +MLM00061230 15.2330 -9.3500 237.0 NIORO DU SAHEL 61230 +MLM00061233 15.1670 -7.2830 265.0 NARA/KEIBANE 61233 +MLM00061235 15.1170 -10.5670 100.0 YELIMANE 61235 +MLM00061240 15.3330 -1.6830 288.0 HOMBORI 61240 +MLM00061257 14.4820 -11.4400 51.5 KAYES/DAG-DAG 61257 +MLM00061265 14.5130 -4.0800 276.1 AMBODEDJO 61265 +MLM00061272 13.4000 -6.1500 289.0 SEGOU 61272 +MLM00061277 13.3330 -4.8330 284.0 SAN 61277 +MLM00061285 12.8500 -11.2330 132.0 KENIEBA 61285 +MLM00061291 12.5340 -7.9500 380.1 SENOU 61291 +MLM00061293 12.3830 -5.4670 367.0 KOUTIALA 61293 +MLM00061296 11.4170 -7.5000 351.0 BOUGOUNI 61296 +MO000060156 33.3670 -7.5830 206.0 NOUASSEUR 60156 +MO000060195 32.6800 -4.7300 1508.0 MIDELT GSN 60195 +MO000060265 30.9300 -6.9000 1139.0 OUARZAZATE GSN 60265 +MOE00147752 35.7800 -5.8200 86.0 TANGIER CITY 60101 +MOE00147753 35.7297 -5.9000 19.0 TANGIER AIRPORT +MOE00147754 35.1800 -3.8500 27.0 AL HOCEIMA +MOE00147755 34.7800 -1.9300 468.0 OUJDA 60115 +MOE00147756 35.5800 -5.3300 10.0 TETUAN +MOM00060135 34.0510 -6.7520 84.1 SALE 60135 +MOM00060150 33.8790 -5.5150 576.1 BASSATINE 60150 +MOM00060155 33.5570 -7.6600 61.9 ANFA 60155 +MOM00060220 31.3980 -9.6820 117.0 ESSAOUIRA 60220 +MOM00060230 31.6070 -8.0360 467.9 MENARA 60230 +MOM00060318 35.5940 -5.3200 3.0 SANIAT RMEL 60318 +MOW00013017 34.3000 -6.6000 12.2 KENITRA PORT LYAUTEY GSN 60120 +MOW00013019 33.3667 -7.5833 200.3 NOUASSEUR +MOW00013020 34.2333 -6.0667 55.2 SIDI SLIMANE +MOW00013021 32.3500 -8.7833 -999.9 EL DJEMA SAHIM +MOW00013022 33.6167 -7.1167 171.3 BOULHAUT +MOW00013023 32.1167 -7.8833 448.1 BEN GUERIR +MP000061974 -10.4330 56.7500 3.0 AGALEGA GSN 61974 +MP000061986 -16.4500 59.6170 4.0 ST. BRANDON (ST. RA GSN 61986 +MP000061988 -19.6830 63.4170 59.0 RODRIGUES GSN 61988 +MP000061990 -20.4330 57.6830 57.0 PLAISANCE (MAURITIU GSN 61990 +MP000061995 -20.3000 57.5000 425.0 VACOAS (MAURITIUS) 61995 +MQC00914490 28.2167 -177.3500 3.0 UM MIDWAY SAND ISLAND +MQW00022701 28.2000 -177.3833 5.5 UM MIDWAY HENDERSON FLD AP 91066 +MR000001401 25.2300 -11.6200 359.0 BIR MOBHREIN (FORT) +MR000001403 22.6800 -12.7000 295.0 FORT GOURAUD +MR000001415 20.9300 -17.0500 8.0 NOUADHIBOU PORT-ETIENNE +MR000001421 20.5200 -13.0700 226.0 ATAR +MR000001437 19.7500 -14.3800 123.0 AKJOUJT 61437 +MR000001442 18.1200 -15.9300 5.0 NOUAKCHOTT 61442 +MR000001450 18.5700 -11.4300 399.0 TIDJIXJA +MR000001461 17.5300 -14.6800 85.0 BOUTILIMIT 61461 +MR000001489 16.5000 -15.8200 5.0 ROSSO 61489 +MR000001497 16.6200 -7.2700 269.0 NEMA +MR000001498 16.6300 -11.4000 110.0 KIFFA 61498 +MR000001499 16.7300 -9.6300 235.0 AIOUN ELATROUSS 61499 +MR000061401 25.2330 -11.6170 360.0 BIR MOGHREIN GSN 61401 +MR000061415 20.9330 -17.0330 3.0 NOUADHIBOU GSN 61415 +MR000061421 20.5170 -13.0670 224.0 ATAR GSN 61421 +MR000061450 18.5670 -11.4330 402.0 TIDJIKJA GSN 61450 +MR000061497 16.6000 -7.2670 269.0 NEMA GSN 61497 +MRM00061404 22.7500 -12.4830 343.0 ZOUERATE 61404 +MRM00061492 16.1600 -13.5080 22.9 KAEDI 61492 +MT000016597 35.8500 14.4831 91.0 LUQA GSN 16597 +MU000041254 23.0670 57.6330 1755.0 SAIQ GSN 41254 +MU000041288 20.6670 58.9000 19.0 MASIRAH GSN 41288 +MUM00041241 26.1670 56.2330 29.0 KHASAB AIRPORT 41241 +MUM00041242 25.6170 56.2500 10.0 DIBA 41242 +MUM00041244 24.2330 55.7830 299.0 BURAIMI (AUT) 41244 +MUM00041246 24.4670 56.6330 4.0 SOHAR MAJIS 41246 +MUM00041250 23.7170 55.9000 257.0 SUNAYNAH 41250 +MUM00041252 23.2330 56.4330 327.0 IBRI 41252 +MUM00041253 23.4170 57.4330 322.0 RUSTAQ 41253 +MUM00041255 22.8670 57.5500 462.0 NIZWA 41255 +MUM00041256 23.5930 58.2840 14.6 SEEB INTL 41256 +MUM00041257 23.3170 57.9500 417.0 SAMAIL 41257 +MUM00041258 23.6330 58.5670 3.0 MINA SULTAN QABOOS 41258 +MUM00041259 23.2330 57.2670 2764.0 JABAL SHAMS 41259 +MUM00041262 22.3500 56.4830 170.0 FAHUD (AUT) 41262 +MUM00041263 23.0000 57.3170 592.0 BAHLA 41263 +MUM00041264 22.5000 57.3670 328.0 ADAM AIRPORT 41264 +MUM00041265 22.7330 58.5000 469.0 IBRA 41265 +MUM00041267 22.6670 59.4000 11.0 QALHAT 41267 +MUM00041268 22.5330 59.4830 14.0 SUR 41268 +MUM00041270 22.3000 59.8170 43.0 RAS AL HADD 41270 +MUM00041275 21.3830 57.0500 133.0 QARN ALAM 41275 +MUM00041287 20.8670 58.2500 34.0 JOBA 41287 +MUM00041295 19.9500 57.1000 156.0 YAALONI 41295 +MUM00041304 18.1330 55.1830 273.0 MARMUL 41304 +MUM00041312 16.9330 54.0170 25.0 MINA SALALAH 41312 +MUM00041314 17.6660 54.0250 478.5 THUMRAIT 41314 +MUM00041315 17.2500 54.0830 881.0 QAIROON HAIRITI 41315 +MUM00041316 17.0390 54.0910 22.3 SALALAH GSN 41316 +MV000043555 4.2000 73.5330 2.0 MALE GSN 43555 +MXM00076040 32.4000 -115.1833 11.3 EJIDO NUEVO LEON (OBS) 76040 +MXM00076050 31.8500 -116.6330 8.0 ENSENADA 76050 +MXM00076055 31.0330 -114.8500 15.0 SAN FELIPE BCN 76055 +MXM00076061 31.3000 -113.5500 62.0 PUERTO PENASCO SON. 76061 +MXM00076113 30.7167 -111.8333 420.9 ALTAR (OBS) 76113 +MXM00076118 30.3667 -109.6833 1099.7 NACOZARI (SMN) 76118 +MXM00076122 30.3670 -107.9500 1487.0 NUEVA CASAS GRANDES 76122 +MXM00076160 29.0960 -111.0480 191.1 GENERAL IGNACIO P GARCIA INTL 76160 +MXM00076220 28.9500 -107.8170 1932.0 TEMOSACHIC 76220 +MXM00076225 28.6333 -106.0833 1428.0 CHIHUAHUA GSN 76225 +MXM00076243 28.7000 -100.5167 249.6 PIEDRAS NEGRAS (OBS) 76256 +MXM00076253 27.3930 -109.8330 62.5 CIUDAD OBREGON INTL 76253 +MXM00076256 27.9500 -110.7670 12.0 EMPALME SON. 76256 +MXM00076258 27.3670 -109.9330 40.0 CIUDAD OBREGON SON. 76258 +MXM00076305 26.0170 -111.3330 7.0 LORETO 76305 +MXM00076311 26.7167 -108.3167 237.7 CHOIX GSN 76311 +MXM00076323 26.9330 -105.6670 1661.0 HIDALGO DEL PARRAL CHIH. 76323 +MXM00076342 26.8830 -101.4330 615.0 MONCLOVA 76342 +MXM00076382 25.5680 -103.4110 1124.1 TORREON INTL 76382 +MXM00076390 25.3670 -101.0170 1790.0 SALTILLO 76390 +MXM00076393 25.7330 -100.3000 515.0 MONTERREY (CITY) GSN 76393 +MXM00076402 24.9500 -111.7000 48.0 CIUDAD CONSTITUCION 76402 +MXM00076405 24.1670 -110.3000 18.0 LA PAZ (CITY) GSN 76405 +MXM00076412 24.7650 -107.4750 32.9 CULIACAN INTL 76412 +MXM00076423 24.0500 -104.6000 1872.0 DURANGO DGO. 76423 +MXM00076458 23.2000 -106.4170 4.0 COLONIA JUAN CARRAS GSN 76458 +MXM00076471 23.6330 -103.6500 2351.0 SOMBRERETE ZAC. 76471 +MXM00076491 23.7330 -99.1330 355.0 CIUDAD VICTORIA 76491 +MXM00076499 23.7667 -98.2000 20.7 SOTO LA MARINA (OBS) 76499 +MXM00076519 22.1000 -103.2670 1673.0 COLOTLAN JAL. 76519 +MXM00076525 22.7830 -102.5670 2612.0 ZACATECAS ZAC. (LA BUFA ZAC 76525 +MXM00076539 22.2540 -100.9310 1839.5 PONCIANO ARRIAGA INTL 76539 +MXM00076543 22.0000 -98.7670 104.0 TAMUIN S.L.P. 76543 +MXM00076548 22.2000 -97.8500 25.0 TAMPICO TAMPS 76548 +MXM00076556 21.4833 -104.8833 962.9 TEPIC (OBS) 76556 +MXM00076571 21.7050 -102.3180 1862.9 JESUS TERAN INTL 76571 +MXM00076573 21.3500 -101.9170 1942.0 LAGOS DE MORENO JAL. 76573 +MXM00076577 21.0000 -101.2830 1999.0 GUANAJUATO GSN 76577 +MXM00076581 21.9330 -99.9830 983.0 RIO VERDE S.L.P. 76581 +MXM00076585 21.3170 -98.8170 132.0 MATLAPA S.L.P. 76585 +MXM00076593 21.2833 -89.6500 2.4 PROGRESO 76593 +MXM00076612 20.7200 -103.3800 1583.0 GUADALAJARA 76612 +MXM00076625 20.6170 -100.1860 1919.0 QUERETARO INTERCONTINENTAL 76625 +MXM00076632 20.1330 -98.7500 2435.0 PACHUCA HGO. 76632 +MXM00076634 20.0830 -98.3670 2181.0 TULANCINGO HGO. 76634 +MXM00076640 20.9500 -97.4000 28.0 TUXPAN.VER. 76640 +MXM00076644 20.9830 -89.6500 9.0 AEROP.INTERNACIONAL GSN 76644 +MXM00076647 20.6830 -88.2000 27.0 VALLADOLID YUC. 76647 +MXM00076654 19.0500 -104.3170 3.0 MANZANILLO GSN 76654 +MXM00076656 19.7170 -103.4670 1515.0 CIUDAD GUZMAN JAL. 76656 +MXM00076658 19.2770 -103.5770 751.9 COLIMA 76658 +MXM00076662 20.0000 -102.2800 1540.0 ZAMORA 76662 +MXM00076665 19.7000 -101.1830 1913.0 MORELIA MICH. 76665 +MXM00076675 19.2833 -99.7000 2725.8 TOLUCA (OBS) 76675 +MXM00076680 19.4000 -99.1830 2303.0 MEXICO CITY GSN 76680 +MXM00076681 19.3170 -99.1830 2278.0 GEOGRAFIA UNAM 76681 +MXM00076683 19.3167 -98.2333 2229.9 TLAXCALA DE XICONTECATL (DGE) 76683 +MXM00076685 19.1580 -98.3710 2243.6 HERMANOS SERDAN INTL 76685 +MXM00076687 19.5500 -96.9170 1389.0 JALAPA VER. 76687 +MXM00076692 19.1500 -96.1170 16.0 HACIENDA YLANG YLANG VERACRUZ GSN 76692 +MXM00076695 19.8170 -90.5000 10.4 INGENIERO ALBERTO ACUNA ONGAY 76695 +MXM00076698 19.5667 -88.0500 9.8 FELIPE CARRILLO PUERTO (OBS) 76698 +MXM00076723 18.7170 -110.9500 35.0 ISLA SOCORRO COL. 76723 +MXM00076726 18.8830 -99.2330 1618.0 CUERNAVACA 76726 +MXM00076737 18.8500 -97.1000 1259.0 ORIZABA 76737 +MXM00076741 18.1330 -94.4170 22.0 COATZACOALCOS VER. 76741 +MXM00076743 17.9830 -92.9330 16.0 VILLAHERMOSA TAB. 76743 +MXM00076750 18.5050 -88.3270 11.9 CHETUMAL INTL 76750 +MXM00076762 17.5500 -99.5000 1265.0 CHILPANCINGO RO. 76762 +MXM00076773 17.8000 -97.7667 1583.7 HUAJUAPAN DE LEON (DGE) 76773 +MXM00076775 17.0500 -96.7170 1518.0 OAXACA OAX. 76775 +MXM00076805 16.8330 -99.9330 3.0 ACAPULCO GRO. 76805 +MXM00076833 16.1667 -95.2000 9.8 SALINA CRUZ GSN 76833 +MXM00076840 28.9500 -107.8167 1931.8 TEMOSACHI (OBS) 76840 +MXM00076843 16.7700 -93.3410 1051.9 FRANCISCO SARABIA 76843 +MXM00076845 16.7500 -92.6330 2116.0 SN. CRISTOBAL LAS CASAS CHIS 76845 +MXM00076848 16.2500 -92.1330 1646.0 COMITAN CHIS. 76848 +MXM00076855 15.6830 -96.4830 46.0 PUERTO ANGEL OAX. 76855 +MXM00076903 14.9170 -92.2500 118.0 TAPACHULA CHIS 76903 +MXN00001003 21.8833 -102.7167 1639.8 CALVILLO (SMN) +MXN00001004 22.0000 -102.1833 1924.8 CAADA HONDA +MXN00001005 21.7667 -102.3667 1843.7 PRESA EL NIAGARA +MXN00001006 22.0667 -102.0833 1959.9 EL TULE (SMN) +MXN00001007 21.9500 -102.3333 1879.7 JESUS MARIA (SMN) +MXN00001008 22.2000 -102.1333 2322.6 PUERTO DE LA CONCEPCION +MXN00001009 21.9500 -102.6833 1739.8 LA LABOR (SMN) +MXN00001010 22.1500 -102.5500 2525.6 LA TINAJA +MXN00001011 21.8500 -102.6500 1730.0 MALPASO +MXN00001012 21.7833 -102.8000 1588.6 PRESA MEDIA LUNA +MXN00001013 22.3000 -102.1500 2020.2 MESILLAS +MXN00001014 22.1667 -102.2833 1933.7 PABELLON CAMPO EXPERIMENTAL +MXN00001015 21.9000 -101.9667 2037.3 PALO ALTO +MXN00001016 21.7000 -102.2667 1849.8 GANADERIA PEUELAS +MXN00001017 22.2167 -102.4333 2171.7 PRESA POTRERILLOS +MXN00001018 22.1333 -102.4000 2052.8 PRESA PLUTARCO ELIAS CALLES +MXN00001019 22.1167 -102.3500 2006.2 PRESA JOCOQUE +MXN00001020 21.9833 -102.6667 1850.1 PRESA LA CODORNIZ +MXN00001021 22.1167 -102.5000 2126.6 RANCHO VIEJO +MXN00001022 21.7333 -102.1667 1997.4 SAN BARTOLO +MXN00001023 21.8333 -102.7000 1684.3 CALVILLO (DGE) +MXN00001024 21.7667 -102.1000 2004.4 SAN ISIDRO +MXN00001025 22.0667 -102.2667 1879.7 SAN FRANCISCO DE LOS ROMO (SM +MXN00001026 22.2167 -102.1667 2110.1 TEPEZALA +MXN00001027 21.8667 -102.4500 2025.4 VENADERO (DGE) +MXN00001028 22.1000 -102.0667 1999.2 VILLA JUAREZ +MXN00001029 22.2333 -102.0833 2162.6 ASIENTOS +MXN00001031 22.0167 -101.9833 2042.5 EL NOVILLO +MXN00001032 22.0333 -101.8833 2085.7 LAS FRAGUAS +MXN00001033 21.8833 -101.9833 2025.7 LOS CONOS +MXN00001034 21.8833 -102.1000 2006.8 SANDOVALES +MXN00001035 21.9000 -102.1167 2019.9 SAN FRANCISCO DE LOS VIVEROS +MXN00001036 21.8167 -102.3000 1859.9 SANTA ROSA +MXN00001041 22.1500 -102.2833 1899.8 PABELLON DE ARTEAGA (SMN) +MXN00001043 21.8833 -102.3000 1854.7 E.T.A. 127 AGUASCALIENTES +MXN00001045 22.0667 -102.0833 1981.5 EL TULE (DGE) +MXN00001046 21.9500 -102.6833 1784.3 LA LABOR (DGE) +MXN00001047 21.9667 -102.5833 2416.8 AGUA ZARCA +MXN00001062 21.8000 -102.2667 1910.5 ARELLANO +MXN00001063 21.7167 -102.2667 1869.9 PEUELAS (SMN) +MXN00001073 21.8000 -102.1167 2026.9 LA TINAJA +MXN00001074 21.7167 -102.4500 1838.6 CIENEGUILLA +MXN00001075 21.7500 -102.3000 1870.3 MONTORO +MXN00001076 21.8667 -102.3333 1887.0 LOS NEGRITOS +MXN00001077 21.7667 -102.5167 2044.6 EL OCOTE +MXN00001078 21.8833 -102.8167 2328.7 EL OCOTE +MXN00001079 21.7167 -102.2667 1900.1 PEUELAS (DGE) +MXN00001080 21.8333 -102.5167 1949.5 PRESA CANUTILLO +MXN00001081 22.0833 -101.9667 2067.2 RANCHO SECO +MXN00001082 22.2167 -102.3000 1965.0 RINCON DE ROMOS +MXN00001083 22.0667 -102.2667 1909.0 SAN FRANCISCO DE LOS ROMO (DG +MXN00001084 22.2000 -102.0167 2032.1 SAN GIL +MXN00001085 22.0833 -102.1667 2039.4 TEPETATILLO +MXN00001088 22.3500 -102.2833 2022.7 COSIO +MXN00001089 22.1833 -102.4500 2104.0 PRESA 50 ANIVERSARIO +MXN00001090 21.9500 -102.3500 1880.6 JESUS MARIA (DGE) +MXN00001091 21.7333 -102.7167 2215.9 LOS ALISOS +MXN00001094 22.2833 -102.2333 1951.0 EL CHAYOTE +MXN00001095 21.9333 -102.5500 2163.5 MILPILLAS DE ARRIBA +MXN00001096 21.8333 -102.1667 1969.6 CALVILLITO +MXN00001097 21.9000 -102.2500 1945.2 AGUASCALIENTES II +MXN00001098 21.9667 -102.3500 1940.7 LA POSTA U.A.A. +MXN00001099 21.9667 -102.0500 2044.0 JESUS TERAN (EL MUERTO) +MXN00001101 21.9000 -102.0833 2044.6 LAS PRESAS +MXN00001102 22.1333 -102.2667 1929.7 PABELLON DE ARTEAGA (DGE) +MXN00001103 22.1667 -102.5833 2603.3 ALAMITOS CAMPAMENTO +MXN00001104 21.9000 -102.4167 1970.5 ABELARDO L. RODRIGUEZ +MXN00001105 21.9833 -102.3500 1901.0 LOS CUARTOS +MXN00001106 21.9500 -102.4667 2058.9 LA PRIMAVERA +MXN00001108 22.1667 -102.2000 1998.9 ARROYO HONDO (CYCNA) +MXN00002001 32.1000 -116.4500 399.9 AGUA CALIENTE +MXN00002002 28.6000 -113.5500 4.0 BAHIA DE LOS ANGELES +MXN00002003 32.5500 -115.0667 22.9 BATAQUEZ +MXN00002004 32.1833 -116.4833 539.8 IGNACIO ZARAGOZA -BELEN- +MXN00002005 32.0167 -116.7667 249.9 BOQUILLA SANTA ROSA DE LA MIS +MXN00002006 29.4833 -114.3500 659.9 CHAPALA +MXN00002007 32.4333 -115.3833 9.8 CERRO PRIETO (CFE) +MXN00002008 30.7167 -115.9833 29.9 COLONIA GUERRERO +MXN00002009 32.2833 -115.0000 16.8 COLONIA JUAREZ +MXN00002010 31.7833 -115.7667 624.8 COMPOSTELA +MXN00002011 32.3500 -115.1833 11.9 DELTA +MXN00002012 28.3000 -114.0167 19.8 EJIDO JOSE MARIA MORELOS +MXN00002013 30.6667 -115.1167 419.7 EJIDO PLAN NACIONAL AGRARIO +MXN00002014 31.5833 -116.0500 1115.0 EL ALAMO +MXN00002016 28.3000 -112.8667 50.0 EL BARRIL +MXN00002017 32.3167 -117.0333 71.9 PLANTA DE BOMBEO ROSARITO +MXN00002019 32.3333 -116.2500 1109.8 EL COMPADRE +MXN00002020 32.1167 -115.2667 14.9 EL MAYOR +MXN00002021 32.1833 -116.2833 1319.8 EL PINAL +MXN00002022 30.0500 -115.7167 39.9 EL ROSARIO +MXN00002023 30.3167 -115.8167 25.9 EL SOCORRO +MXN00002024 32.2833 -116.5333 379.8 EL TESTERAZO +MXN00002027 28.1333 -115.1667 2.7 ISLA CEDROS +MXN00002029 30.9667 -116.1500 39.9 LA PROVIDENCIA +MXN00002030 32.5333 -116.6667 479.8 LA PUERTA +MXN00002031 32.5333 -116.0333 1231.7 LA RUMOROSA +MXN00002032 30.5667 -115.9333 29.9 LAS ESCOBAS +MXN00002033 32.6500 -115.4667 2.7 MEXICALI (DGE) +MXN00002034 32.5500 -115.4667 2.7 MEXICALI (SMN) +MXN00002035 31.9000 -116.2500 679.7 OJOS NEGROS +MXN00002036 32.0333 -116.6667 339.9 OLIVARES MEXICANOS +MXN00002037 32.7000 -114.7167 39.9 PRESA MORELOS +MXN00002038 32.4333 -116.9000 119.8 PRESA RODRIGUEZ +MXN00002039 29.1500 -114.1333 324.9 PUNTA PRIETA +MXN00002040 28.2167 -113.7500 119.8 RANCHO ALEGRE +MXN00002041 28.6333 -114.0167 19.8 NUEVO ROSARITO +MXN00002042 32.2833 -117.0000 150.0 ROSARITO +MXN00002043 29.9333 -114.9667 552.0 SAN AGUSTIN +MXN00002044 28.7333 -113.7500 444.7 SAN BORJA +MXN00002045 31.7833 -116.4500 164.0 SAN CARLOS +MXN00002046 31.0167 -114.8333 9.8 SAN FELIPE +MXN00002047 29.9833 -115.2333 9.8 SAN FERNANDO +MXN00002048 31.0667 -115.5833 39.9 SAN JOSE +MXN00002049 32.1167 -116.1500 1279.9 SAN JUAN DE DIOS NORTE +MXN00002050 30.1833 -115.1333 599.8 SAN JUAN DE DIOS SUR +MXN00002051 29.7167 -114.7000 479.8 SAN LUIS BAJA CALIFORNIA +MXN00002052 30.0833 -114.6167 0.9 SAN LUIS GONZAGA +MXN00002054 31.0333 -115.9833 100.0 SAN RAFAEL +MXN00002055 30.9500 -116.1000 59.7 SAN TELMO +MXN00002056 31.3167 -116.2333 109.7 SAN VICENTE +MXN00002057 31.6500 -115.8167 1149.7 SANTA CATARINA NORTE +MXN00002058 29.7167 -115.1167 317.0 SANTA CATARINA SUR +MXN00002059 31.0667 -115.2833 410.0 SANTA CLARA +MXN00002060 30.8667 -115.6167 979.9 SANTA CRUZ +MXN00002061 28.0667 -113.0833 399.9 SANTA GERTRUDIS +MXN00002062 31.8667 -115.8167 1539.8 SANTA ISABEL +MXN00002063 30.4000 -115.8833 27.7 SANTA MARIA DEL MAR +MXN00002064 31.6333 -116.3667 249.9 SANTO DOMINGO +MXN00002065 31.7833 -116.4000 179.8 SANTO TOMAS +MXN00002066 32.0000 -115.9333 1579.8 LAGUNA HANSON A. SIERRA DE JU +MXN00002067 31.1500 -115.7167 29.9 TEPIC +MXN00002068 32.5167 -117.0333 19.8 TIJUANA +MXN00002069 32.3667 -116.6500 279.8 VALLE DE LAS PALMAS +MXN00002070 32.5167 -116.7500 241.7 VALLE REDONDO +MXN00002071 31.3500 -115.6833 739.7 COLONIA VALLE DE LA TRINIDAD +MXN00002073 32.5167 -117.0667 25.0 TIJUANA (CFE) +MXN00002075 28.0500 -113.3833 412.7 SANTA GERTRUDIS MISION +MXN00002076 28.2167 -113.0833 479.8 LAS PALOMAS +MXN00002078 32.5667 -116.6500 559.9 RANCHO P. P. CUCHUMA +MXN00002079 31.8333 -116.2000 709.9 EL ALAMAR +MXN00002084 29.9667 -115.1833 516.9 EL PROGRESO +MXN00002085 28.5833 -113.7500 495.0 SAN REGIS +MXN00002086 32.5833 -116.1833 859.8 EJIDO JACUME +MXN00002087 32.2167 -115.1667 7.9 EJIDO DOCTOR OVIEDO MOTA +MXN00002088 31.6000 -115.9333 999.7 EJIDO HEROES DE LA INDEPENDEN +MXN00002089 31.1000 -116.1667 179.8 EJIDO EMILIO LOPEZ ZAMORA +MXN00002090 31.2667 -116.3833 19.8 EJIDO ERENDIRA +MXN00002091 31.2833 -116.2500 169.8 EJIDO IGNACIO LOPEZ RAYON +MXN00002092 31.3167 -115.5333 967.7 EJIDO SAN MATIAS +MXN00002093 32.3500 -115.7333 780.0 EJIDO VALLE DE LA TRINIDAD +MXN00002094 31.9833 -116.6667 249.9 EL FARITO +MXN00002095 29.8667 -115.0000 166.7 LA BOCANA DE SANTO TOMAS +MXN00002096 31.2667 -116.0333 209.7 LA CALENTURA +MXN00002097 32.2167 -115.6833 25.0 LAGUNA SALADA +MXN00002099 30.7667 -115.1667 459.9 RANCHO LOS ALGODONES +MXN00002100 31.2667 -115.7667 100.0 EJIDO LEANDRO VALLE +MXN00002101 32.5667 -115.7333 50.0 EL CENTINELA +MXN00002102 31.4333 -115.0500 15.8 LA VENTANA +MXN00002104 31.7833 -116.5833 7.9 El CIPRES +MXN00002105 30.9667 -115.5667 2500.0 SAN PEDRO MARTIR (PARQUE NACI +MXN00002106 31.6833 -116.5667 50.0 MANEADERO +MXN00002107 30.8833 -114.7667 4.0 PERCEBU +MXN00002108 31.7000 -116.6500 14.9 PUNTA BANDA +MXN00002109 28.6667 -114.2333 7.9 SANTA ROSALITA +MXN00002110 29.9667 -115.0833 529.7 GUAYAQUIL +MXN00002111 30.5167 -115.9167 16.8 EJIDO NUEVO BAJA CALIFORNIA +MXN00002114 32.2333 -116.5833 559.9 EJIDO CARMEN SERDAN +MXN00002118 31.9167 -116.2333 720.9 VALLE DE SAN RAFAEL +MXN00002119 32.3000 -116.6000 449.9 CANCIO +MXN00002120 31.0667 -116.2000 75.0 EJIDO MEXICO +MXN00002121 32.5000 -116.3000 959.8 EL HONGO +MXN00002122 31.9500 -116.7333 609.9 REAL DEL CASTILLO VIEJO +MXN00002124 32.4833 -116.6833 299.9 EL CARRIZO II +MXN00002131 30.9167 -116.1167 59.7 EJIDO RUBEN JARAMILLO +MXN00002132 30.6833 -116.0000 7.9 EJIDO ZARAHEMILA +MXN00002134 32.5500 -115.3000 7.9 EJIDO CUERNAVACA +MXN00002136 32.5333 -116.6167 1164.9 AGUA HECHICERA +MXN00002137 32.2500 -115.3167 8.8 COLONIA MARIANA +MXN00002138 32.5167 -115.4000 6.7 COLONIA SIETE +MXN00002139 32.4167 -115.0333 16.8 COLONIA RODRIGUEZ +MXN00002140 32.6000 -115.5167 7.9 COLONIA ZARAGOZA +MXN00002141 32.5667 -115.1000 19.8 COMPUERTA BENASSINI +MXN00002142 32.5333 -114.8667 7.9 EJIDO GUADALAJARA +MXN00002143 32.4000 -117.0000 199.9 EJIDO PLAN LIBERTADOR +MXN00002145 32.6167 -114.8667 29.0 RANCHO WILLIAMS +MXN00002146 31.0333 -115.2000 415.7 COLONIA SAN PEDRO MARTIR +MXN00002148 31.0167 -114.8333 14.9 SAN FELIPE (OBS) +MXN00002149 30.3667 -114.8000 19.8 PUERTECITOS +MXN00002150 29.7333 -114.3000 2.7 PUNTA FINAL +MXN00002151 30.6333 -114.7500 4.9 AGUA DE CHALE +MXN00002152 32.3667 -116.0667 1379.8 EJIDO JOSE MARIA PINO SUAREZ +MXN00002153 31.6167 -116.4500 194.8 EJIDO URUAPAN +MXN00002154 32.0500 -115.0500 11.9 COLONIA ZACATECAS +MXN00002156 32.4667 -116.8167 249.9 EL FLORIDO +MXN00002160 31.5000 -115.7167 979.9 EJIDO JAMAU +MXN00002162 29.6833 -114.1667 19.8 CAMALAJUE +MXN00002164 32.1000 -115.8500 329.8 EJIDO EL PORVENIR +MXN00002165 30.8833 -116.1167 52.7 MESA DE SAN JACINTO +MXN00002166 31.0333 -115.4500 2949.9 SAN PEDRO MARTIR (OBS. ASTRON +MXN00002167 30.9667 -115.7333 645.0 RANCHO MELING +MXN00003001 24.1500 -110.2833 19.8 AEROPUERTO VIEJO +MXN00003002 27.6833 -114.8833 14.9 BAHIA TORTUGAS +MXN00003003 23.2833 -109.4333 19.8 BOCA DEL SALADO +MXN00003004 25.1167 -111.8000 29.9 BUENAVISTA DE LORETO +MXN00003005 22.8667 -109.9000 14.9 CABO SAN LUCAS +MXN00003006 26.3667 -112.5000 79.9 CADEGE +MXN00003007 23.3167 -109.9333 199.9 CADUAO +MXN00003008 26.0500 -111.8167 299.9 COMONDU +MXN00003009 24.8333 -111.1167 199.9 EL AGUAJITO +MXN00003010 27.1000 -112.9333 80.8 EL ALAMO +MXN00003011 24.1333 -110.2000 199.9 EL CAJONCITO +MXN00003012 24.7667 -111.1500 139.9 EL PASO DE IRITU +MXN00003013 24.4667 -111.0000 119.8 EL PILAR +MXN00003014 24.8333 -111.7833 19.8 EL MOLINO +MXN00003015 23.8500 -110.6500 44.8 EL ROSARIO +MXN00003016 26.7500 -112.4167 639.8 EL ROSARITO +MXN00003017 27.7667 -113.3500 89.9 EL TABLON +MXN00003018 23.8000 -110.1000 499.9 EL TRIUNFO +MXN00003019 26.9167 -112.4000 719.9 GUADALUPE +MXN00003020 24.8167 -111.2167 139.9 IRAKY +MXN00003021 23.9833 -110.8833 26.8 LA AGUJA +MXN00003022 25.0500 -111.1167 279.8 LA ANGOSTURA +MXN00003023 24.0167 -110.3500 39.9 LAGUNILLAS +MXN00003024 25.4667 -111.1833 339.9 LA MAQUINA +MXN00003025 27.5667 -112.6000 100.0 LA PALMA +MXN00003027 25.7500 -112.0333 25.0 LA POZA GRANDE +MXN00003028 25.3667 -111.5167 19.8 LA POZA HONDA +MXN00003029 26.1667 -112.0667 94.8 LA PURISIMA +MXN00003030 23.5833 -109.5833 14.9 LA RIBERA +MXN00003031 24.8000 -110.9667 339.9 LA SOLEDAD NTE +MXN00003032 23.4667 -109.4500 11.9 LAS BARRACAS +MXN00003033 25.3833 -111.7500 39.9 LAS CRUCES +MXN00003034 27.6000 -113.5667 19.8 LAS LAGUNAS +MXN00003035 26.0000 -111.3333 19.8 LORETO (DGE) +MXN00003036 23.8833 -110.1333 489.8 LOS DIVISADEROS +MXN00003037 23.9667 -109.9333 19.8 SAN JUAN DE LOS PLANES +MXN00003038 26.8833 -111.9833 9.8 MULEGE +MXN00003039 26.3167 -111.9833 179.8 OJO DE AGUA +MXN00003041 26.8167 -112.7833 248.7 PATROCINIO +MXN00003042 24.3833 -111.1000 50.0 LAS POCITAS +MXN00003043 25.1833 -112.1000 9.8 PUERTO ADOLFO LOPEZ MATEOS +MXN00003045 24.7833 -112.1000 9.8 PUERTO SAN CARLOS +MXN00003047 26.7000 -113.5667 19.8 PUNTA ABREOJOS +MXN00003049 23.8000 -110.0500 399.9 SAN ANTONIO SUR +MXN00003050 23.7333 -109.8333 394.7 SAN BARTOLO +MXN00003051 23.1000 -109.8500 379.8 SAN FELIPE +MXN00003052 27.2833 -112.8667 150.0 SAN IGNACIO +MXN00003053 23.2333 -110.0667 94.8 SAN JACINTO +MXN00003054 25.8500 -111.5333 199.9 SAN JAVIER +MXN00003055 26.5833 -112.7167 139.9 SAN JOSE DE GRACIA +MXN00003056 23.0667 -109.7000 9.8 SAN JOSE DEL CABO +MXN00003057 26.2500 -112.4667 19.8 SAN JUANICO +MXN00003058 23.9167 -110.2500 189.9 SAN PEDRO +MXN00003060 23.5333 -110.0667 520.0 SANTA GERTRUDIS +MXN00003061 27.3333 -112.2667 9.8 SANTA ROSALIA (DGE) +MXN00003062 23.4667 -109.7167 132.0 SANTIAGO +MXN00003063 25.4833 -111.9000 18.0 SANTO DOMINGO +MXN00003064 23.5333 -110.0833 84.7 SIERRA DE LA LAGUNA +MXN00003065 25.0833 -111.3167 179.8 TEPENTU +MXN00003066 23.4333 -110.2167 9.8 TODOS SANTOS (DGE) +MXN00003067 23.2667 -109.7667 159.7 YENEKA +MXN00003068 25.0167 -111.6667 50.0 VILLA CONSTITUCION +MXN00003069 25.2500 -111.7667 29.9 VILLA INSURGENTES +MXN00003070 27.9833 -114.1333 76.8 VIZCAINO +MXN00003072 26.7667 -111.9000 5.8 EL COYOTE +MXN00003073 27.6333 -113.4333 79.9 GUSTAVO DIAZ ORDAZ +MXN00003074 24.1333 -110.3333 15.8 LA PAZ (DGE) +MXN00003075 24.8333 -110.9667 239.9 SAN PEDRO DE LA PRESA +MXN00003076 23.4000 -110.2000 39.9 TODOS SANTOS (SMN) +MXN00003077 23.7500 -110.2667 221.9 EL CARRIZAL +MXN00003093 27.1500 -112.1500 19.8 SAN BRUNO +MXN00003094 23.1667 -109.7000 79.9 SANTA ANITA +MXN00003095 25.2500 -111.7667 34.7 E.T.A. 184 VILLA INSURGENTES +MXN00003096 23.5333 -109.6667 79.9 LAS CUEVAS +MXN00003097 23.3500 -110.1500 59.7 EL PESCADERO +MXN00003098 26.5167 -112.6500 119.8 LOS DOLORES +MXN00003099 26.2167 -111.4667 39.9 SAN JUAN LONDO +MXN00003100 27.1333 -112.9000 89.9 SAN ZACARIAS +MXN00003101 24.9167 -111.6167 57.0 VILLA MORELOS +MXN00003102 27.5333 -113.3833 59.7 EMILIANO ZAPATA +MXN00003103 27.0500 -112.2333 229.8 SAN JOSE DE MAGDALENA +MXN00003104 24.0333 -110.1167 664.8 LOS ROBLES +MXN00003105 25.5833 -111.6333 139.9 SAN IGNACIO DE LOS ROMERO +MXN00003106 27.5333 -114.4667 379.8 SAN JOSE DEL PACIFICO +MXN00003107 27.2500 -112.3500 219.8 SANTA AGUEDA +MXN00003108 25.5833 -111.3333 342.0 HUATAMOTE +MXN00003109 25.3500 -111.1667 360.0 LA POZA DE LEON +MXN00003110 24.1333 -110.5667 69.8 ALFREDO V. BONFIL +MXN00003112 26.7833 -113.1500 1.8 EL CARDON +MXN00003113 24.0667 -110.9833 11.9 EL CONEJO +MXN00003114 23.9833 -109.8167 9.8 ENSENADA DE MUERTOS +MXN00003115 27.6000 -113.5500 69.8 LOS LAURELES +MXN00003116 25.1833 -111.4000 129.8 LOS CERRITOS +MXN00003117 27.1333 -114.3000 9.8 BAHIA ASUNCION +MXN00003119 27.8833 -113.7667 54.9 BENITO JUAREZ +MXN00003120 23.2167 -110.1333 9.8 COLONIA PLUTARCO ELIAS CALLES +MXN00003121 26.8833 -112.6000 439.8 EL DATIL +MXN00003122 27.8333 -113.3167 199.9 GUILLERMO PRIETO +MXN00003123 27.8333 -115.0833 9.8 PUNTA EUGENIA +MXN00003124 25.1167 -111.9500 29.9 RAMADITAS +MXN00003125 24.1500 -110.9167 100.0 SAN AGUSTIN +MXN00003126 26.5167 -112.5000 159.7 SAN ANTONIO DE LA SIERRA +MXN00003128 24.9000 -111.2833 159.7 SAN LUIS GONZAGA +MXN00003129 26.5333 -111.5333 14.9 SAN NICOLAS +MXN00003130 25.2667 -111.2833 229.8 SAN RAMON +MXN00003131 24.3000 -111.2000 9.8 SANTA FE +MXN00003133 26.1333 -111.4500 100.0 SAN ANTONIO NORTE +MXN00003134 24.5833 -110.9833 159.7 LOS CANTILITOS +MXN00003135 23.0667 -110.0167 194.8 LA CANDELARIA +MXN00003136 23.9667 -110.4667 168.9 LOS FILOS +MXN00003137 23.1333 -110.0000 399.9 LA SOLEDAD SUR +MXN00003138 25.7333 -111.2667 9.8 LIGUI +MXN00003139 23.3833 -110.1500 91.7 C.E.F. LA PAZ +MXN00003140 24.3667 -110.6833 29.9 SAN JUAN DE LA COSTA +MXN00003141 25.6000 -111.7333 199.9 SAN LUCAS NORTE +MXN00003143 23.6667 -109.6833 14.9 LAS PALMAS +MXN00003144 23.3333 -109.6333 285.0 MANGLE +MXN00003146 24.5833 -111.4500 44.8 SANTA RITA +MXN00003148 27.4000 -112.5667 449.9 EL MEZQUITAL +MXN00003149 23.6500 -110.2833 119.8 SAN ISIDRO +MXN00003150 25.2000 -111.1167 289.9 TIGUANA +MXN00003151 24.2667 -110.3167 11.9 PICHILINGUE +MXN00003154 25.0833 -111.5000 84.7 LEY FEDERAL DE AGUAS 5 +MXN00003155 26.3667 -112.5833 39.9 SAN RAYMUNDO +MXN00003156 26.7167 -112.3000 399.9 SAN MIGUEL +MXN00003158 26.6167 -112.3167 349.9 SAN MARTIN +MXN00003162 25.0000 -112.1833 59.7 LAS BARRANCAS +MXN00003163 23.4333 -109.7833 194.8 AGUA CALIENTE +MXN00003165 23.6500 -110.0667 499.9 JUNTA DE LOS ARROYOS +MXN00003166 25.9500 -112.0667 39.9 PABELLON +MXN00003167 24.0667 -109.9833 19.8 EL SARGENTO +MXN00003172 26.3333 -112.1667 194.8 GUAJADEMI +MXN00003173 24.9000 -111.2500 169.8 SAN PEDRITO (CFE) +MXN00003174 27.9667 -114.0333 9.8 GUERRERO NEGRO +MXN00003175 23.5667 -110.2167 139.9 LA MUELA +MXN00003176 24.6500 -111.2000 129.8 LA FORTUNA +MXN00003177 23.6833 -110.1167 399.9 VALLE PERDIDO +MXN00003178 23.5333 -110.1333 299.9 SANTA INES +MXN00003179 25.2000 -111.5500 75.0 LEY FEDERAL DE AGUAS 4 +MXN00003180 25.3333 -111.6333 54.9 LEY FEDERAL DE AGUAS 1 +MXN00003181 23.4333 -109.7833 194.8 LA NUEVA CALIFORNIA +MXN00003182 23.4333 -110.0667 520.0 EL CRUCERO +MXN00003183 23.1667 -109.9833 649.8 SAN VICENTE DE LA SIERRA +MXN00003184 25.0000 -111.8333 29.9 JOSEFA ORTIZ DE DOMINGUEZ +MXN00003185 27.5333 -112.9667 699.8 SANTA MARTHA +MXN00003186 23.6833 -109.9333 839.7 AGUA DE SAN ANTONIO +MXN00003187 24.9833 -111.4000 104.9 EL IHUAJIL +MXN00003188 22.9833 -109.8333 219.8 SAN JAVIER SUR +MXN00003189 23.0500 -109.9000 419.7 EL SAUZAL +MXN00003190 23.5833 -109.6667 78.9 SAN LAZARO +MXN00003191 27.5833 -113.0167 1079.9 SAN FRANCISCO DE LA SIERRA +MXN00003194 23.9667 -110.1500 399.9 BUENAVISTA SUR +MXN00003195 24.0500 -110.2000 389.8 QUEMADO +MXN00003196 23.8667 -110.0667 419.7 LA HIGUERILLA +MXN00003197 23.7833 -109.8667 539.8 LA PALMILLA +MXN00003198 24.6833 -110.8333 339.9 POTRERILLOS +MXN00004001 20.0000 -89.7333 119.8 BOLONCHEN +MXN00004002 20.3500 -90.0500 14.9 CALKINI (SMN) +MXN00004004 18.1833 -91.0333 39.9 CANDELARIA (SMN) +MXN00004005 20.2000 -91.9500 5.8 CAYO ARCAS +MXN00004006 22.1000 -91.3833 2.7 CAYO ARENAS +MXN00004007 18.6500 -91.7500 4.9 EL CARMEN (SMN) +MXN00004008 19.3500 -90.7167 9.8 CHAMPOTON (SMN) +MXN00004009 19.4500 -89.7333 109.7 DZIBALCHEN +MXN00004010 18.6000 -90.7333 79.9 ESCARCEGA (SMN) +MXN00004012 19.5000 -90.4000 25.0 HOOL +MXN00004013 19.7500 -89.8333 100.0 HOPELCHEN +MXN00004014 20.6833 -90.4500 0.9 ISLA ARENAS +MXN00004015 18.7667 -91.4833 0.9 ISLA AGUADA +MXN00004016 22.3833 -89.6667 2.7 ISLA PEREZ +MXN00004017 19.5667 -89.6000 79.9 ITURBIDE +MXN00004018 18.1667 -90.0833 289.9 LA ESPERANZA +MXN00004019 18.2500 -91.3000 9.8 NANZAL +MXN00004020 17.9833 -90.8333 66.8 MIGUEL HIDALGO +MXN00004021 18.0500 -90.8167 100.0 MONCLOVA +MXN00004023 19.8333 -90.2667 9.8 NILCHI +MXN00004024 18.2500 -92.0833 4.0 PALIZADA +MXN00004025 18.1500 -92.0000 2.7 PALMAR DE VISTA ALEGRE +MXN00004027 18.1500 -89.4167 229.8 PLACERES +MXN00004028 19.1333 -90.4667 29.9 PUSTUNICH +MXN00004029 18.9667 -91.1667 4.9 SABANCUY +MXN00004030 18.6167 -91.0500 9.8 SAN ISIDRO +MXN00004031 18.6333 -90.2833 75.0 SILVITUC +MXN00004032 20.0333 -90.2333 6.7 TENABO (SMN) +MXN00004033 20.9833 -92.3000 0.9 TRIANGULO OESTE +MXN00004034 19.7167 -89.8500 79.9 XCUPIL (SMN) +MXN00004035 19.2333 -89.3000 129.8 XMABEN +MXN00004036 18.5000 -89.3833 249.9 XPUGIL +MXN00004037 18.5833 -89.4167 264.9 ZOH LAGUNA +MXN00004038 19.8333 -90.5167 9.8 CAMPECHE (DGE) +MXN00004043 20.1833 -90.1167 50.0 HECELCHAKAN (SMN) +MXN00004044 18.9167 -90.5833 39.9 PIXOYAL (SMN) +MXN00004045 19.4500 -90.1000 125.0 EDZNA I +MXN00004046 18.5667 -90.2500 100.0 ALTAMIRA +MXN00004047 19.8333 -90.4167 25.0 CASTAMAY +MXN00004050 20.0500 -90.2000 6.7 E.T.A. 006 TENABO +MXN00004051 20.3667 -90.0500 14.9 E.T.A. 086 CALKINI +MXN00004052 19.2833 -90.5667 36.9 CANASAYAB +MXN00004053 19.8000 -90.3667 9.8 SANTA CRISTINA +MXN00004054 18.7667 -90.9167 25.0 CHICBUL +MXN00004055 18.6000 -90.7167 50.0 CAMPO EXPERIMENTAL EL TORMENT +MXN00004056 17.9333 -91.7333 9.8 MOLINO CHUMPAN +MXN00004057 18.5167 -91.0833 11.9 MAMANTEL +MXN00004058 19.6000 -90.2167 29.9 NOH YAXCHE +MXN00004059 19.9500 -90.2167 50.0 TINUN +MXN00004060 18.6333 -90.1500 69.8 XBONIL +MXN00004061 18.5333 -89.9167 169.8 CONHUAS +MXN00004062 19.0167 -90.3167 29.9 YOHALTUN +MXN00004063 19.5167 -90.1833 29.9 EDZNA II +MXN00004064 20.4167 -90.0167 15.8 BECAL +MXN00004065 20.3833 -90.1333 25.0 NUNKINI +MXN00004066 19.6500 -89.8500 59.7 XCUPIL (DGE) +MXN00004068 19.6667 -90.4667 9.8 CHINA +MXN00004070 20.3167 -90.0500 29.9 DZITBALCHE +MXN00004071 19.7167 -90.3500 19.8 POCYAXUN +MXN00004072 19.5000 -90.5833 14.9 SIHO CHAC +MXN00004073 20.0333 -90.2167 9.8 TENABO (DGE) +MXN00004075 19.9833 -90.1167 50.0 CANKI +MXN00004076 19.3500 -89.5667 150.0 CHUNCHINTOK +MXN00004077 19.8667 -89.9167 89.9 SAN JUAN BAUTISTA +MXN00004078 19.0500 -90.4000 89.9 CHAC CHEITO +MXN00004079 18.0333 -91.6500 9.8 VISTA ALEGRE +MXN00004080 18.0167 -89.2667 169.8 ALVARADO +MXN00004081 18.2167 -89.4500 249.9 CRISTOBAL COLON +MXN00004082 18.2833 -90.6833 50.0 PABLO T. BURGOS +MXN00004083 18.4500 -91.1333 39.9 ENTRE HERMANOS +MXN00004085 20.1333 -90.1667 9.8 POMUCH +MXN00004086 18.2000 -91.8000 9.8 EL ZAPOTE +MXN00004087 20.2333 -90.1000 9.8 POCBOC +MXN00005001 27.9167 -100.5667 369.7 AGUA NUEVA +MXN00005002 28.3333 -100.8333 374.0 ALLENDE (SMN) +MXN00005003 25.4500 -100.8500 1659.9 ARTEAGA (SMN) +MXN00005004 25.1000 -102.6167 1300.0 BAJIO DE AHUICHILA +MXN00005005 26.8333 -100.7500 581.9 CANDELA (DGE) +MXN00005006 25.5333 -103.4000 1162.8 COLONIA TORREON JARDIN +MXN00005007 25.7833 -103.1167 1104.9 CONCORDIA +MXN00005008 27.9500 -101.3667 379.8 CONCHOS +MXN00005010 27.6667 -102.3167 1319.8 EJIDO EL SOCORRO +MXN00005011 26.1167 -101.0667 935.7 EJIDO REATA +MXN00005012 27.4167 -101.7167 719.9 EJIDO SAN BLAS +MXN00005013 28.6333 -102.9333 1059.8 EJIDO SAN MIGUEL +MXN00005015 28.8000 -102.8167 1040.0 EUTIMIAS +MXN00005016 25.3667 -101.4667 1399.9 GENERAL CEPEDA +MXN00005018 25.7167 -102.0000 1140.0 LAS NIEVES +MXN00005019 26.9000 -101.4167 615.4 MONCLOVA (OBS) +MXN00005020 27.8667 -101.5167 489.8 MUZQUIZ (DGE) +MXN00005021 27.9167 -101.2500 368.8 NUEVA ROSITA +MXN00005022 27.3000 -102.3833 1099.7 OCAMPO +MXN00005023 29.1500 -100.9833 339.9 PALESTINA (DGE) +MXN00005024 25.4333 -102.1667 1499.9 PARRAS +MXN00005026 25.5333 -103.4667 1222.9 PRESA COYOTE +MXN00005027 25.6833 -103.3333 1119.8 EL CUIJE +MXN00005028 25.7500 -103.0500 1109.8 PRESA DE GUADALUPE +MXN00005029 25.0667 -103.2833 1300.0 PRESA LA FLOR +MXN00005030 27.5167 -100.6167 271.9 PRESA VENUSTIANO CARRANZA +MXN00005031 27.4167 -101.0000 360.0 PROGRESO +MXN00005032 25.5333 -100.9833 1469.7 RAMOS ARIZPE (SMN) +MXN00005033 27.8333 -101.1167 338.9 SABINAS (DGE) +MXN00005035 25.2667 -100.5667 2179.9 SAN ANTONIO LAS ALAZANAS (DGE +MXN00005036 25.7500 -102.9833 1099.7 SAN PEDRO +MXN00005037 25.6167 -102.2167 1169.8 SAN VICENTE +MXN00005038 26.3833 -101.3500 1009.8 SANTA TERESA +MXN00005039 27.2833 -103.7000 1255.8 SIERRA MOJADA +MXN00005040 25.5167 -103.4167 1122.9 TORREON (OBS) +MXN00005041 25.3167 -102.8000 1099.7 VIESCA (DGE) +MXN00005042 28.4833 -100.9167 360.0 ZARAGOZA (SMN) +MXN00005043 28.3333 -100.8500 379.8 ALLENDE II (DGE) +MXN00005044 26.9833 -102.0667 739.7 CUATRO CIENEGAS (SMN) +MXN00005045 27.6000 -100.7167 279.8 JUAREZ +MXN00005046 27.2833 -103.6500 1382.9 LA ESMERALDA +MXN00005047 26.9000 -101.4167 585.8 MONCLOVA (DGE) +MXN00005048 25.4333 -101.0000 1699.9 SALTILLO (DGE) +MXN00005049 25.2833 -100.6167 2299.7 SAN ANTONIO LAS ALAZANAS (SMN +MXN00005050 27.0500 -101.5333 509.9 SAN BUENAVENTURA (SMN) +MXN00005051 25.3500 -102.8000 1092.7 VIESCA (SMN) +MXN00005052 26.7833 -101.4333 742.8 CASTAOS (SMN) +MXN00005053 25.5167 -103.2167 1119.8 MATAMOROS +MXN00005057 28.3833 -101.2000 559.9 EL MACHO +MXN00005058 28.4500 -103.3000 1079.9 LA ROSITA +MXN00005060 25.2667 -101.2500 1879.7 E.T.A. 010 DERRAMADERO +MXN00005063 28.3500 -100.8500 379.8 E.T.A. 110 ALLENDE +MXN00005068 29.1500 -100.9833 329.8 PALESTINA (SMN) +MXN00005069 27.8667 -101.5000 489.8 MUZQUIZ (SMN) +MXN00005074 28.4833 -100.9167 360.0 ZARAGOZA (DGE) +MXN00005075 28.3333 -100.8500 379.8 ALLENDE I (DGE) +MXN00005081 25.1167 -101.1000 2099.8 CARNEROS +MXN00005085 29.2000 -100.9333 324.9 PRESA CENTENARIO +MXN00005086 29.0333 -100.9500 339.9 PRESA SAN MIGUEL +MXN00005130 25.8500 -101.3167 1099.7 C.E.F.Z.A. LA SAUCEDA +MXN00005133 25.3333 -103.2500 1211.0 LA VENTANA +MXN00005134 27.1667 -103.2833 1079.9 LOS AMERICANOS +MXN00005135 28.0833 -103.2833 1079.9 EL GUAJE +MXN00005136 24.9500 -100.8500 2109.8 LAS HORMIGAS +MXN00005139 25.4833 -102.9333 1109.8 EMILIANO ZAPATA +MXN00005140 25.5333 -100.9500 1399.9 RAMOS ARIZPE (DGE) +MXN00005141 24.9500 -101.0167 1919.9 GOMEZ FARIAS +MXN00005142 25.6833 -101.4000 1149.7 HIPOLITO +MXN00005144 26.6000 -102.2667 799.8 SANTA TERESA DE SOFIA +MXN00005145 25.2500 -101.2167 1839.8 SAN JUAN DE LA VAQUERIA +MXN00005146 25.2000 -100.8167 2099.8 HUACHICHIL +MXN00005147 27.2167 -101.2167 463.0 EJIDO PRIMERO DE MAYO +MXN00005148 25.2833 -100.3333 1739.8 POTRERO DE ABREGO +MXN00005149 25.3333 -100.5167 2419.8 CIENEGA DE LA PURISIMA +MXN00005150 27.1667 -101.4167 429.8 ABASOLO +MXN00005151 25.9667 -101.2333 919.9 ALTO DE NORIAS +MXN00005152 26.5167 -101.2500 819.9 BAJAN +MXN00005153 26.7667 -101.4000 742.8 CASTAOS (DGE) +MXN00005154 26.8333 -101.3333 769.9 HUIZACHAL +MXN00005155 27.0333 -101.7833 639.8 LAMADRID +MXN00005156 27.8833 -101.4000 429.8 PALAU +MXN00005157 26.8167 -102.7167 899.8 SAN FRANCISCO DEL VALLE +MXN00005158 26.6167 -101.3000 919.9 EL TANQUITO +MXN00005159 26.4667 -103.0333 1099.7 ACATITA +MXN00005162 25.3500 -101.5667 1549.9 DOS DE ABRIL +MXN00005163 27.2167 -101.7167 639.8 EL GATO +MXN00005164 27.1333 -101.6500 499.9 SAN FRANCISCO NADADORES +MXN00005166 27.7333 -101.3500 449.9 LAS ESPERANZAS +MXN00005167 26.6333 -101.3500 659.9 EL MARQUEZ +MXN00005168 28.3667 -103.4167 1179.9 NOCHE BUENA +MXN00005169 27.1833 -101.3667 849.8 RODRIGUEZ +MXN00005170 25.5167 -101.3833 1679.8 LA ROSA +MXN00005171 27.0000 -101.7167 1275.0 SACRAMENTO +MXN00005172 27.0500 -101.5333 1250.0 SAN BUENAVENTURA (DGE) +MXN00005173 25.6167 -101.0500 1334.7 SANTO DOMINGO +MXN00005174 25.4500 -100.8667 1670.0 EL TUNAL +MXN00005175 24.6333 -100.8833 1866.9 LA VENTURA +MXN00005176 25.3667 -100.6167 2758.7 JAME +MXN00005178 25.2667 -103.2000 1200.0 TEJABAN DE LA ROSITA +MXN00005179 26.9333 -102.2000 1090.9 ESTANQUE DE LEON +MXN00005180 25.7667 -103.2500 1115.9 FRANCISCO I. MADERO +MXN00005181 25.6167 -102.6167 1108.9 EL SOL +MXN00005182 26.9333 -102.2167 835.8 LAS MORENAS +MXN00005184 24.8000 -102.9500 1460.0 TANQUE AGUILEREO +MXN00005185 25.9333 -103.2667 1109.8 DIECIOCHO DE MARZO +MXN00005186 29.0333 -101.0667 347.8 CABECERAS +MXN00005187 29.4500 -101.0833 279.8 REPRESA LA AMISTAD +MXN00005188 26.8500 -101.1000 958.0 SALITRILLOS +MXN00005210 26.8167 -100.7333 639.8 EL SAUCILLO +MXN00006001 18.9333 -103.9333 36.9 ARMERIA +MXN00006002 19.2500 -103.6000 621.8 BUENAVISTA +MXN00006003 18.8000 -103.6333 29.9 CALLEJONES +MXN00006004 19.2167 -104.2167 375.8 COMATLAN +MXN00006005 18.7500 -103.7167 18.9 CERRO DE ORTEGA +MXN00006007 19.3167 -103.7167 734.9 COMALA +MXN00006008 19.2000 -103.8000 353.9 COQUIMATLAN +MXN00006009 19.3333 -103.6000 921.7 CUAUHTEMOC (DGE) +MXN00006010 18.9667 -103.5167 349.9 ESTAPILLA +MXN00006013 19.0500 -103.7833 360.0 LA SALADA +MXN00006014 19.3500 -103.7833 636.7 PEITAS +MXN00006015 19.1167 -103.7333 349.9 LOS ORTICES +MXN00006016 18.9000 -103.7167 507.8 SAN GABRIEL +MXN00006017 19.1000 -103.8833 194.8 MADRID +MXN00006018 19.0333 -104.2833 3.4 MANZANILLO (OBS) +MXN00006020 19.1667 -103.9167 279.8 PUEBLO JUAREZ +MXN00006021 19.3833 -103.5667 1252.7 QUESERIA +MXN00006022 18.8000 -103.8000 6.7 RANCHO PAPALOAPAN +MXN00006023 18.9000 -103.8667 33.8 TECOMAN (SMN) +MXN00006024 19.0833 -103.6167 464.8 TEPAMES (SMN) +MXN00006025 19.0000 -104.1000 50.0 VENUSTIANO CARRANZA +MXN00006030 19.3500 -104.0833 719.9 PEA COLORADA +MXN00006036 19.2500 -104.3333 293.8 LOS OTATES V +MXN00006039 19.3833 -104.0333 766.0 MINATITLAN +MXN00006041 19.3167 -103.6000 939.7 CUAUHTEMOC (SMN) +MXN00006042 19.0000 -103.7167 193.9 IXTLAHUACAN (SMN) +MXN00006043 19.1000 -103.6167 468.8 TEPAMES (DGE) +MXN00006048 18.9333 -103.8667 44.8 C.R.D.F. VENUSTIANO CARRANZA +MXN00006049 18.9667 -103.9500 50.0 E.T.A. 087 COFRADIA DE JUAREZ +MXN00006051 19.1500 -104.2667 88.7 PUNTA DE AGUA (SMN) +MXN00006052 19.3000 -103.7167 705.9 E.T.A. 254 COMALA +MXN00006053 18.3500 -114.7333 19.8 ISLA CLARION +MXN00006054 19.2833 -104.2333 375.8 MANUEL AVILA CAMACHO +MXN00006056 19.1667 -103.8500 261.8 LA ESPERANZA +MXN00006058 18.9000 -103.8667 29.9 TECOMAN (DGE) +MXN00006059 18.9000 -103.7833 47.9 LAGUNA DE ALCUZAHUE +MXN00006060 19.0167 -104.1167 34.7 CUYUTLAN +MXN00006061 18.9833 -103.8667 79.9 CALERAS +MXN00006063 19.2000 -104.3333 130.8 CHANDIABLO +MXN00006064 19.2167 -104.4833 82.9 EL CHARCO +MXN00006065 19.3000 -103.9333 764.7 EL MIXCOATE +MXN00006066 19.4333 -103.9500 2219.9 EL TERRERO +MXN00006067 18.8000 -103.7667 55.8 LAGUNA DE AMELA +MXN00006068 19.0667 -104.1333 143.9 LAS JUNTAS +MXN00006069 19.1500 -104.2500 79.9 PUNTA DE AGUA (DGE) +MXN00006070 19.1833 -104.1167 556.9 SAN JOSE DE LUMBER +MXN00006071 19.1500 -103.5167 552.0 TRAPICHILLOS +MXN00006073 19.2667 -103.6500 662.9 TRAPICHE +MXN00006074 18.9167 -104.0667 4.9 RADAR CUYUTLAN +MXN00006075 19.2333 -103.9500 406.9 EL ALGODONAL +MXN00007001 16.8333 -92.2167 1279.9 ABASOLO CHIAPAS (CFE) +MXN00007002 16.3667 -92.2333 1919.9 ABELARDO L. RODRIGUEZ +MXN00007003 16.5500 -92.8000 419.7 ACALA +MXN00007004 16.7833 -90.9167 639.8 AGUA AZUL +MXN00007005 17.2833 -92.6833 219.8 ALMANDRO (CFE) +MXN00007006 16.7333 -92.0333 1239.9 ALTAMIRANO (SMN) +MXN00007007 16.5167 -92.4333 1820.0 AMATENANGO DEL VALLE +MXN00007008 15.8667 -92.7167 639.8 ANGEL ALBINO CORZO +MXN00007009 15.7833 -91.9167 616.9 AQUESPALA +MXN00007010 16.2000 -92.6667 716.9 ARCO DE PIEDRA +MXN00007011 15.8833 -92.3667 659.9 ARGELIA +MXN00007012 15.1167 -92.2833 620.0 FINCA ARGOVIA +MXN00007014 15.3000 -92.3500 730.9 BELISARIO DOMINGUEZ I +MXN00007015 16.9833 -92.8833 1200.0 BOCHIL +MXN00007016 16.9333 -93.0167 780.0 BOMBANA (CFE) +MXN00007017 16.7333 -91.0833 360.0 BONAMPAK +MXN00007018 14.9833 -92.1500 479.8 CACAHOATAN +MXN00007019 14.7167 -92.2667 50.0 CAHUACAN +MXN00007020 17.2167 -93.7333 269.7 VERTEDOR 1-2-3 +MXN00007021 15.9000 -92.4667 944.9 CATARINITAS +MXN00007022 17.7167 -92.0000 9.8 PLAYAS DE CATAZAJA +MXN00007023 16.7000 -93.7167 520.0 CINTALAPA +MXN00007024 15.6167 -92.1500 984.8 COMALAPA (CFE) +MXN00007026 15.6500 -92.0000 833.9 CUAUHTEMOC (CFE) +MXN00007027 17.0833 -93.2167 639.8 COPAINALA +MXN00007028 17.4667 -91.7000 59.7 CHACAMAX +MXN00007029 16.8333 -90.9333 222.8 CHAJUL +MXN00007030 16.7833 -92.6833 1930.0 SAN JUAN CHAMULA +MXN00007031 16.6500 -92.2500 2099.8 CHANAL +MXN00007032 17.3333 -93.1000 599.8 CHAPULTENANGO +MXN00007033 16.9000 -92.6000 1519.7 SAN PEDRO CHENALHO (SMN) +MXN00007034 16.5667 -92.7000 549.9 VILLA DE CHIAPILLA +MXN00007035 16.9333 -93.0833 1239.9 CHICOASEN (CFE) +MXN00007036 16.6667 -92.4833 2265.9 CHILIL +MXN00007037 15.7167 -92.9667 1549.9 FINCA CUXTEPEQUES +MXN00007038 15.2000 -92.5500 62.8 DESPOBLADO +MXN00007039 16.6333 -93.1500 499.9 EL BOQUERON +MXN00007040 16.7833 -92.8167 1543.8 EL BURRERO +MXN00007041 16.3000 -91.4667 686.7 EL CALIENTE (CFE) +MXN00007042 16.7667 -91.6167 928.7 EL CARMEN (CFE) +MXN00007043 16.4167 -91.0833 509.9 EL CEDRO +MXN00007044 16.1500 -91.1500 299.9 EL COLORADO (CFE) +MXN00007045 14.6667 -92.2000 34.7 EL DORADO +MXN00007046 16.2167 -91.3333 378.9 EL EUSEBA (CFE) +MXN00007047 16.1333 -91.3667 360.0 EL JABALI (CFE) +MXN00007048 15.3333 -92.5333 821.7 FINCA EL TRIUNFO +MXN00007050 16.7000 -93.4000 780.9 EL PROGRESO +MXN00007051 16.8500 -91.7833 739.7 EL ROSARIO (CFE) +MXN00007052 16.1667 -91.5000 499.9 EL ZAPOTAL (CFE) +MXN00007053 15.3167 -92.6500 91.7 ESCUINTLA (DGE) +MXN00007054 15.7167 -92.7833 1040.0 FINCA A. PRUSIA +MXN00007055 16.3667 -91.7000 1595.9 FINCA CHAYABE +MXN00007056 15.1667 -92.3000 990.9 FINCA CHIRIPA +MXN00007057 15.1167 -92.2333 1327.7 FINCA CHICHARRAS +MXN00007058 15.1000 -92.2667 799.8 EL PERU +MXN00007060 15.1667 -92.3167 880.0 FINCA GENOVA +MXN00007061 15.1667 -92.3167 1200.0 FINCA HAMBURGO +MXN00007062 16.3833 -91.8500 1468.8 FINCA LA SOLEDAD +MXN00007063 15.7833 -92.7333 1079.9 FINCA LIQUIDAMBAR +MXN00007064 17.3833 -92.5500 652.9 FINCA MORELIA +MXN00007065 16.3667 -93.4667 649.8 FINCA OCOTLAN +MXN00007066 15.1333 -92.3000 570.0 FINCA SAN ENRIQUE +MXN00007067 15.4333 -92.1000 899.8 FRONTERA AMATENANGO +MXN00007068 14.7667 -92.1667 59.7 FRONTERA HIDALGO +MXN00007069 16.9667 -93.1000 840.9 GRIJALVA +MXN00007070 15.6833 -92.1500 629.7 GUADALUPE GRIJALVA +MXN00007071 17.1333 -92.2833 1159.8 GUAQUITEPEC +MXN00007072 15.1000 -92.2833 659.9 HACIENDA LAS MARAVILLAS +MXN00007073 15.9833 -93.7167 37.8 HACIENDA SAN CRISTOBAL +MXN00007074 15.9500 -93.6000 129.8 HORCONES +MXN00007075 15.0000 -92.4000 64.9 HUEHUETAN +MXN00007076 16.7000 -92.4500 1989.7 HUIXTAN (CFE) +MXN00007077 15.1333 -92.4833 39.9 HUIXTLA +MXN00007078 14.6167 -92.1833 6.7 IGNACIO LOPEZ RAYON +MXN00007079 14.9667 -92.1500 424.9 ROSARIO IZAPA (IMPA) +MXN00007081 16.8333 -91.0667 199.9 IXCAN +MXN00007082 17.4167 -93.0833 150.0 IXTACOMITAN +MXN00007083 16.7667 -92.9000 1379.8 IXTAPA +MXN00007084 15.8000 -93.3500 89.9 JESUS CHIAPAS +MXN00007085 17.5000 -91.9667 59.7 PALENQUE (DGE) +MXN00007086 16.4167 -92.7667 499.9 LA ANGOSTURA (CFE) +MXN00007087 16.7000 -92.6167 2112.9 LA CABAA +MXN00007088 16.7167 -91.0500 339.9 LA CANJA +MXN00007089 16.2167 -91.3167 326.7 LA CATARATA (CFE) +MXN00007090 16.0833 -92.6667 539.8 LA CONCORDIA (DGE) +MXN00007091 16.5167 -92.9833 699.8 LA ESCALERA +MXN00007092 15.3000 -92.4167 780.0 LA ESPERANZA (CFE) +MXN00007093 16.5500 -93.6500 579.7 LA LIBERTAD +MXN00007094 16.1833 -92.2833 1209.8 LA MESILLA +MXN00007095 15.2167 -92.3833 239.9 LA NUEVA (CFE) +MXN00007096 16.3167 -91.7833 1119.8 LA PIMIENTA (CFE) +MXN00007097 16.5167 -93.9500 670.0 LA PROVIDENCIA +MXN00007098 15.8833 -93.5167 25.0 LA TIGRERA +MXN00007099 16.0333 -92.0833 719.9 ZAPALUTA +MXN00007100 16.6500 -93.8000 579.7 LA UNION +MXN00007101 15.9667 -91.8667 899.8 LAS DELICIAS (CFE) +MXN00007102 16.6833 -93.5500 479.8 LAS FLORES +MXN00007103 16.5667 -93.3500 799.8 LAS LIMAS (CFE) +MXN00007104 16.3000 -91.9667 1511.8 LAS MARGARITAS +MXN00007105 17.5333 -92.3333 93.0 LAS NUBES +MXN00007106 17.4000 -93.4500 109.7 LAS PEITAS +MXN00007107 16.7500 -91.6000 599.8 LAS TAZAS (CFE) +MXN00007108 16.7667 -92.0500 1200.0 LIVINGSTON (CFE) +MXN00007109 16.7000 -92.6167 2199.7 LOS ARCOS +MXN00007111 16.0333 -92.5500 509.9 LOS VADOS +MXN00007112 17.2000 -93.5667 123.7 MALPASO +MXN00007113 15.4500 -92.8667 69.8 MAPASTEPEC +MXN00007114 16.9000 -91.7167 649.8 YAQUINTELA +MXN00007115 15.5833 -93.0500 89.9 MARGARITAS +MXN00007116 14.9000 -92.1833 244.8 MEDIO MONTE +MXN00007117 14.8167 -92.1833 97.8 METAPA DE DOMINGUEZ +MXN00007118 16.3833 -91.5833 949.8 MIRAMAR (CFE) +MXN00007119 15.3500 -92.2333 1259.7 MOTOZINTLA (SMN) +MXN00007120 17.1667 -93.4167 191.7 NEZAHUALCOYOTL +MXN00007121 16.4500 -91.1333 999.7 NUEVA ESPERANZA +MXN00007122 16.9000 -92.0833 864.7 OCOSINGO +MXN00007123 16.7500 -93.3667 837.9 OCOZOCOAUTLA +MXN00007124 16.4167 -91.2500 246.9 OSTIONAL +MXN00007125 16.7833 -92.3333 1987.0 OXCHUC +MXN00007126 17.5667 -91.9833 59.7 PALENQUE (SMN) +MXN00007127 16.1167 -91.7833 1485.0 PASO DEL SOLDADO (CFE) +MXN00007128 17.5167 -93.1167 50.0 PICHUCALCO (SMN) +MXN00007129 15.6833 -93.2000 57.0 PIJIJIAPAN +MXN00007130 17.5500 -93.2833 119.8 PLATANAR DE ARRIBA +MXN00007132 16.4333 -93.1167 780.0 PORTACELI +MXN00007133 17.1833 -93.4000 199.9 PRESA NEZAHUALCOYOTL (CFE) +MXN00007134 16.7333 -93.0167 417.9 PUENTE COLGANTE +MXN00007135 15.8333 -91.9667 581.9 PUENTE CONCORDIA (CFE) +MXN00007136 14.7000 -92.3833 4.9 PUERTO MADERO +MXN00007137 16.2833 -92.4667 599.8 PUJILTIC +MXN00007138 17.8667 -93.1333 19.8 REFORMA I +MXN00007139 16.2167 -92.5167 716.9 RIO BLANCO (CFE) +MXN00007140 17.4000 -92.2167 44.8 SABANA +MXN00007141 17.5500 -92.3333 9.8 SALTO DE AGUA (DGE) +MXN00007142 16.5500 -93.4333 812.0 SAN ANTONIO +MXN00007143 16.3667 -93.8000 659.9 SAN CLEMENTE +MXN00007145 15.8667 -92.9500 539.8 SAN FRANCISCO +MXN00007146 15.0333 -92.1333 749.8 SAN JERONIMO +MXN00007147 17.5500 -93.1000 20.7 SAN JOAQUIN +MXN00007148 16.8833 -93.2167 909.8 SAN JUAN +MXN00007149 16.8833 -92.6167 1536.8 SAN PEDRO CHENALHO (DGE) +MXN00007150 16.0500 -93.0833 757.7 SAN PEDRO CHIAPAS +MXN00007151 16.4000 -91.3333 199.9 SAN QUINTIN (CFE) +MXN00007152 16.3667 -91.4333 253.9 SANTA CECILIA (CFE) +MXN00007153 17.8000 -93.1500 29.9 SANTA CRUZ +MXN00007154 16.1167 -91.4833 719.9 SANTA ELENA (CFE) +MXN00007157 15.0167 -92.1000 858.9 SANTO DOMINGO +MXN00007158 17.3833 -93.4167 179.8 SAYULA +MXN00007159 15.5500 -92.3167 1579.8 SILTEPEC +MXN00007160 17.1333 -92.7000 659.9 SIMOJOVEL (DGE) +MXN00007161 16.2333 -92.3500 894.0 SOCOLTENANGO (CFE) +MXN00007162 16.8833 -92.9167 1174.7 SOYALO (CFE) +MXN00007163 14.7000 -92.1333 33.8 SUCHIATE +MXN00007166 14.9500 -92.1333 339.9 TALISMAN I +MXN00007167 17.2333 -93.0000 780.0 TAPILULA +MXN00007168 16.0833 -93.7333 54.9 TONALA (DGE) +MXN00007169 17.2667 -92.3000 1062.8 TUMBALA (CFE) +MXN00007170 17.2333 -93.2333 739.7 TZIMBAC +MXN00007171 16.2000 -92.2667 1379.8 TZIMOL (CFE) +MXN00007172 15.0500 -92.0667 1300.0 UNION JUAREZ +MXN00007173 16.3333 -92.5500 780.0 VENUSTIANO CARRANZA (CFE) +MXN00007174 16.1833 -93.2500 599.8 VILLA CORSO (CFE) +MXN00007175 16.2167 -93.2500 553.8 VILLAFLORES (SMN) +MXN00007176 16.7500 -93.1000 531.9 TUXTLA GUTIERREZ (CFE) +MXN00007177 17.1667 -92.3167 659.9 YAJALON (CFE) +MXN00007178 17.1167 -93.3167 279.8 YAMONHO +MXN00007179 16.6833 -92.0000 1250.0 ALTAMIRANO (CFE) +MXN00007180 15.8667 -92.7167 639.8 JALTENANGO (CFE) +MXN00007183 16.0333 -92.8167 549.9 BENITO JUAREZ (CFE) +MXN00007185 15.3167 -92.6667 79.9 ESCUINTLA (SMN) +MXN00007186 17.3500 -92.8333 679.7 FINCA EL ESCALON +MXN00007187 15.1000 -92.2167 1059.8 FINCA LA PATRIA +MXN00007188 16.8000 -92.9000 1119.8 IXTAPA (CFE) +MXN00007189 16.0833 -92.6333 539.8 LA CONCORDIA (SMN) +MXN00007192 16.9000 -92.1000 977.8 OCOSINGO (CFE) +MXN00007193 17.5000 -93.1167 50.0 PICHUCALCO (DGE) +MXN00007194 17.2000 -93.0000 1339.9 RAYON (CFE) +MXN00007195 17.2833 -92.5500 299.9 SABANILLA (CFE) +MXN00007196 17.5500 -92.3333 123.7 SALTO DE AGUA (SMN) +MXN00007198 17.1333 -92.7167 659.9 SIMOJOVEL (SMN) +MXN00007199 14.8333 -92.2833 79.9 TANQUE REGULADOR (CFE) +MXN00007200 14.9000 -92.2500 169.8 TAPACHULA (DGE) +MXN00007201 16.0833 -93.7333 50.0 TONALA (SMN) +MXN00007202 16.7500 -93.1167 542.8 TUXTLA GUTIERREZ (DGE) +MXN00007203 16.3333 -92.5500 789.7 VENUSTIANO CARRANZA +MXN00007205 16.2500 -92.1333 1629.8 COMITAN (DGE) +MXN00007206 15.8500 -93.6667 4.9 BOCA DEL CIELO +MXN00007207 16.8833 -92.7000 1999.8 LARRAINZAR +MXN00007208 15.5000 -92.9333 71.9 NOVILLERO +MXN00007209 17.0333 -91.8667 1239.9 AGUA VERDE +MXN00007210 17.2667 -92.1333 260.0 FINCA AGUA AZUL (CFE) +MXN00007211 16.0667 -92.6167 549.9 LA MESILLA (CFE) +MXN00007212 16.7833 -92.6667 2299.7 ZINACANTAN +MXN00007216 17.7000 -92.2500 19.8 BAJADA GRANDE +MXN00007217 17.4167 -93.0167 164.9 SOLOSUCHIAPA +MXN00007218 16.3500 -92.5500 794.9 E.T.A. 012 VENUSTIANO CARRANZ +MXN00007219 16.6667 -93.6500 539.8 JIQUIPILAS +MXN00007220 17.6000 -92.3667 19.8 E.T.A. 259 SALTO DE AGUA +MXN00007223 16.6333 -93.0667 479.8 SAN LUIS +MXN00007224 15.7500 -92.2667 549.9 CHICOMUSELO +MXN00007226 15.9000 -92.9333 699.8 REFORMA II +MXN00007228 15.8667 -93.5333 19.8 TRES PICOS +MXN00007229 16.4500 -93.0500 499.9 SANTO DOMINGO (CFE) +MXN00007230 15.7000 -92.2000 599.8 SAN MIGUEL (CFE) +MXN00007231 16.0833 -91.6667 1474.9 TZISCAO (CFE) +MXN00007233 16.3833 -93.8667 679.7 TILTEPEC +MXN00007234 15.0333 -92.4000 41.8 C.ARROYOE. LAS PALMAS +MXN00007236 16.1500 -93.0667 539.8 REVOLUCION MEXICANA +MXN00007237 16.0500 -92.9833 611.7 GUERRERO +MXN00007238 16.7500 -93.0833 497.7 EL SABINAL +MXN00007239 16.6500 -92.9500 419.7 VILLA DE ACALA (CFE) +MXN00007315 17.2333 -92.1167 290.8 PASO DEL CAYUCO (CFE) +MXN00007316 16.0833 -92.8333 549.9 EL AMBAR DE ECHEVERRIA +MXN00007318 16.2000 -93.9333 29.9 LA GLORIA +MXN00007319 16.8667 -93.2167 949.8 SAN FERNANDO +MXN00007320 15.1333 -92.7000 7.9 SALVACION +MXN00007324 16.9333 -92.3333 824.8 CHACTE (CFE) +MXN00007325 16.7833 -92.5500 2450.0 LAS OLLAS +MXN00007326 14.8833 -92.4500 14.9 MAZATAN +MXN00007327 16.2667 -93.4167 699.8 URSULO GALVAN +MXN00007328 15.3167 -92.7667 25.0 PROVIDENCIA +MXN00007329 16.3000 -92.4833 649.8 CASCAJAL +MXN00007330 16.2833 -92.4167 831.8 SOYATITAN +MXN00007331 16.3667 -92.3667 1300.0 VILLA LAS ROSAS +MXN00007332 16.4167 -93.4333 670.0 CRISTOBAL OBREGON +MXN00007333 15.3167 -92.2667 1820.0 BUENOS AIRES +MXN00007334 15.4167 -92.9833 25.0 FRANCISCO SARABIA +MXN00007335 15.8333 -92.7500 664.8 QUERETARO +MXN00007336 14.9500 -92.5000 18.0 PLAN DE IGUALA +MXN00007337 16.5667 -90.7000 119.8 LACANTUN (CFE) +MXN00007339 15.4500 -92.2667 2846.8 EL PORVENIR +MXN00007342 16.0667 -92.8333 579.7 BENITO JUAREZ +MXN00007343 16.7500 -92.9167 1049.7 CUAUHTEMOC +MXN00007344 15.3333 -92.9500 8.8 EJIDO IBARRA +MXN00007346 15.9667 -92.4833 540.7 FINCA NUEVA LINDA +MXN00007347 15.5000 -92.8667 129.8 GUADALUPE VICTORIA +MXN00007348 15.3333 -92.5667 111.9 INDEPENDENCIA +MXN00007349 16.0500 -93.3667 699.8 MONTERREY +MXN00007350 15.3667 -92.2500 1344.8 MOTOZINTLA (DGE) +MXN00007351 15.8333 -92.7500 677.9 EL PARRAL +MXN00007352 15.7333 -93.3000 47.9 SAN DIEGO +MXN00007353 16.7833 -93.3333 1051.9 SAN JOSE +MXN00007355 17.0667 -92.8500 1689.8 UNION ZARAGOZA +MXN00007356 17.0333 -92.1833 917.8 BACHAJON +MXN00007358 16.3833 -92.6833 481.9 FLORES MAGON +MXN00007359 16.5667 -93.3667 924.8 GALEANA +MXN00007360 17.1333 -93.4167 299.9 LUIS ESPINOSA +MXN00007361 15.6833 -92.0000 659.9 PASO HONDO +MXN00007362 16.4667 -94.0000 720.9 ROSENDO SALAZAR +MXN00007363 17.0000 -93.4667 525.8 LA SELVA +MXN00007365 17.2167 -93.1667 1460.0 OCOTEPEC +MXN00007366 16.9500 -93.1167 260.0 GRIJALVA (CFE) +MXN00007367 17.4167 -93.3833 236.8 SAYULA (CFE) +MXN00007368 17.2167 -93.5667 97.8 TORTUGUERO (CFE) +MXN00007369 17.2500 -93.2500 739.7 TZINBAC (CFE) +MXN00007370 14.8667 -92.5333 4.0 ADOLFO RUIZ CORTINEZ +MXN00007372 16.7833 -93.2500 889.7 BERRIOZABAL +MXN00007373 16.8333 -92.5667 2569.8 TZONTEHUITZ +MXN00007374 16.1500 -91.8667 1499.9 LA ESPERANZA +MXN00007376 16.8000 -93.7500 735.8 FRANCISCO I. MADERO +MXN00007380 15.5000 -93.1167 9.8 LAS BRISAS +MXN00007383 16.4833 -93.6167 703.8 NUEVA PALESTINA +MXN00007385 16.8833 -93.8833 325.8 PUEBLO VIEJO +MXN00007386 15.7333 -93.3500 44.8 SAN ISIDRO +MXN00007388 16.5667 -93.5833 615.7 SANTA LUCIA +MXN00007389 17.0167 -92.3000 1099.7 SITALA +MXN00007390 15.3500 -92.7167 79.9 CACALUTA +MXN00007391 16.3833 -92.0667 1749.9 YASHA +MXN00007392 16.7167 -93.0000 419.7 ZOOMAT +MXN00007393 15.3333 -92.4667 972.9 FINCA LA PAZ +MXN00007394 15.1833 -92.3500 1049.7 FINCA SAN CRISTOBAL +MXN00007395 15.2833 -92.4167 988.8 FINCA LA VICTORIA +MXN00007396 15.1833 -92.3333 1213.7 FINCA GERMANIA +MXN00007397 16.0000 -92.7500 584.9 PRESA PORTILLO +MXN00008001 31.0833 -107.9833 1300.0 ASCENCION (SMN) +MXN00008002 28.6000 -106.0000 1435.0 AVALOS +MXN00008003 26.4500 -107.1667 2142.7 BABORIGAME (CFE) +MXN00008004 28.7667 -107.2500 2016.9 BACHINIVA +MXN00008005 26.9500 -106.3333 1567.0 BALLEZA +MXN00008006 30.9833 -105.5667 1059.8 BANDERAS +MXN00008008 29.3667 -107.7333 2149.8 BAVICORA +MXN00008010 29.8333 -107.4667 1560.0 SAN BUENAVENTURA +MXN00008011 27.2833 -105.1667 1379.8 COLONIA BUFALO (DGE) +MXN00008012 28.0833 -108.1333 2179.9 CAJURICHI (SMN) +MXN00008013 27.6667 -105.2500 1250.0 CAMARGO (CFE) +MXN00008014 28.1833 -105.4667 1169.8 C.A.E. DELICIAS +MXN00008015 29.1500 -108.3667 1980.0 MADERA CAMPO UNO +MXN00008016 29.6333 -108.1833 2263.7 MADERA CAMPO DOS +MXN00008017 30.4167 -106.1333 1449.9 RANCHO EL VEINTICUATRO +MXN00008019 28.2667 -105.4833 1149.7 MEOQUI (DGE) +MXN00008020 29.4333 -106.8167 2139.7 CAON DEL ALAMO +MXN00008021 27.9167 -107.0500 2080.0 CARICHI +MXN00008022 27.3000 -108.0500 1624.0 CEROCAHUI +MXN00008023 29.5500 -104.3833 780.0 CORRALES U.G.R.CH. +MXN00008025 27.6833 -105.1667 1222.9 CAMARGO (SMN) +MXN00008026 28.4000 -106.8667 1934.9 CUAUHTEMOC +MXN00008028 28.5333 -107.4833 2003.8 GUERRERO (SMN) +MXN00008029 27.1333 -104.9000 1379.8 JIMENEZ (SMN) +MXN00008030 31.7333 -106.4833 1119.8 JUAREZ (DGE) +MXN00008031 29.5500 -104.4000 799.8 OJINAGA (SMN) +MXN00008032 28.4667 -106.7333 1980.9 COLONIA ANAHUAC +MXN00008034 29.5833 -108.3167 2179.9 COLONIA GARCIA +MXN00008035 29.2500 -107.4167 1849.8 COLONIA SOTO LA MARINA +MXN00008036 28.3000 -108.2167 1953.8 CONCHEO +MXN00008037 29.4500 -105.2500 1215.8 COYAME (SMN) +MXN00008038 27.7500 -107.6333 2347.9 CREEL (CFE) +MXN00008039 29.4333 -104.9000 908.9 CUCHILLO PARADO +MXN00008041 27.4333 -108.0000 1699.9 CUITECO +MXN00008042 26.3000 -106.7500 2030.0 CHINATU +MXN00008044 28.1833 -105.4500 1172.9 DELICIAS (DGE) +MXN00008045 25.9667 -107.1667 884.8 DOLORES (CFE) +MXN00008046 29.9333 -106.9500 1460.0 EJIDO FLORES MAGON I +MXN00008048 29.2833 -105.9833 1169.8 EL CUERVO +MXN00008049 28.9667 -105.3000 1079.9 LUIS L. LEON +MXN00008050 27.5833 -106.1500 1699.9 EL MAGUEY +MXN00008051 29.5167 -104.6667 819.9 EL MEZQUITE +MXN00008052 29.3833 -104.1667 773.9 EL MULATO +MXN00008053 29.0167 -106.3333 1599.9 EL OLIVO DE ABAJO +MXN00008054 26.8500 -105.8333 2026.9 EL ORO +MXN00008055 29.4000 -108.4667 1391.7 EL POLEO +MXN00008056 28.6000 -106.1167 1464.0 PRESA EL REJON (DGE) +MXN00008057 27.5667 -106.2833 1599.9 EL SITIO +MXN00008058 29.1667 -107.3833 1859.9 EL TERRERO +MXN00008059 29.2500 -107.4500 2450.0 EL TINTERO +MXN00008060 27.0500 -106.2500 1579.8 EL TULE (DGE) +MXN00008061 26.4667 -106.3833 2739.8 EL VERGEL (SMN) +MXN00008062 26.7333 -104.3333 1262.8 ESCALON (DGE) +MXN00008066 30.1000 -107.6000 1429.8 GALEANA +MXN00008067 29.8167 -106.3833 1619.7 GALLEGOS +MXN00008068 29.1667 -106.7000 2112.0 GENERAL TRIAS +MXN00008069 29.3500 -107.7333 2159.8 GOMEZ FARIAS +MXN00008071 26.8167 -107.0667 2394.8 GUACHOCHI (CFE) +MXN00008072 29.1500 -105.3667 1419.8 GUADALUPE +MXN00008074 29.1333 -108.3000 1384.7 GUAPOCA (CFE) +MXN00008075 26.6667 -107.3167 684.9 GUERACHIC (CFE) +MXN00008076 28.5500 -107.4833 2002.8 GUERRERO (DGE) +MXN00008077 31.2167 -107.4500 1200.0 GUZMAN +MXN00008078 26.9000 -105.7167 1770.0 PRESA PARRAL +MXN00008080 30.8833 -108.1833 1379.8 JANOS (SMN) +MXN00008081 27.1333 -104.9167 1369.8 JIMENEZ (DGE) +MXN00008083 28.4167 -105.4167 1119.8 JULIMES +MXN00008084 31.0833 -108.0000 1289.9 ASCENSION (DGE) +MXN00008085 27.5333 -105.4000 1322.8 LA BOQUILLA +MXN00008086 29.8833 -106.6167 1519.7 LA CABALLADA +MXN00008087 29.2667 -106.3500 1539.8 LA CAMPANA +MXN00008088 27.9000 -106.2167 1423.7 COMPAIA GANADERA LA CIENEGUIL +MXN00008089 29.8667 -107.0833 1557.8 LA CHICHARRA +MXN00008090 28.7500 -107.9667 1684.9 LA JUNTA +MXN00008091 29.7333 -107.0667 1599.9 LA TRASQUILA +MXN00008092 28.5000 -105.4167 1092.7 LAS BURRAS +MXN00008093 29.8667 -107.0167 1513.9 PRESA LAS LAJAS (DGE) +MXN00008094 29.8667 -106.8333 1533.8 LAS VARAS +MXN00008095 29.2500 -108.3667 1399.9 LAZARO CARDENAS +MXN00008096 28.4667 -107.3333 2064.7 LOPEZ MATEOS +MXN00008097 29.1833 -108.1333 2099.8 MADERA +MXN00008098 28.9167 -104.3333 1449.9 MAIJOMA +MXN00008099 28.8000 -106.4833 2119.0 MAJALCA +MXN00008100 29.1000 -103.9000 1059.8 MANUEL BENAVIDES +MXN00008101 28.7500 -107.7000 1899.8 MATACHI (CFE) +MXN00008102 28.2667 -105.4833 1154.9 MEOQUI (SMN) +MXN00008103 29.6333 -108.2333 2165.0 MESA DEL HURACAN +MXN00008104 29.2500 -107.4000 1887.9 NAMIQUIPA +MXN00008105 27.4667 -106.7333 1639.8 NONOAVA (SMN) +MXN00008106 27.2833 -107.1167 2087.9 NOROGACHI (CFE) +MXN00008108 27.7000 -105.2167 1221.9 OJO CALIENTE +MXN00008109 28.6333 -106.0833 1435.0 PALACIO DE GOBIERNO +MXN00008110 31.7667 -107.6333 1219.8 PALOMAS +MXN00008111 29.3667 -106.4167 1611.8 PARRITA +MXN00008112 28.6667 -106.2333 1586.8 POSTA ZOOTECNICA +MXN00008113 28.5667 -106.1500 1531.9 PRESA CHIHUAHUA (SMN) +MXN00008115 29.8667 -107.0167 1499.9 PRESA LAS LAJAS (DGE) +MXN00008117 29.3000 -108.3000 1899.8 MADERA CAMPO CINCO +MXN00008118 30.0667 -106.2500 1389.9 RANCHO EL CUARENTA +MXN00008119 29.9500 -106.9667 1471.9 EJIDO FLORES MAGON II +MXN00008121 31.3333 -106.4667 1245.7 SAMALAYUCA +MXN00008122 29.0833 -106.2500 1529.8 SAN ANTONIO +MXN00008123 27.8833 -106.7000 1663.9 SAN FRANCISCO DE BORJA (DGE) +MXN00008124 26.8333 -107.8333 339.9 SAN IGNACIO +MXN00008125 29.8000 -108.3000 2279.9 SAN JUAN DE ARRIBA +MXN00008126 27.9667 -107.6000 2400.0 SAN JUANITO +MXN00008127 28.1500 -106.4667 1599.9 SAN LORENZO +MXN00008128 26.1833 -106.6000 2564.0 SAN PEDRO +MXN00008129 30.8500 -108.7333 1439.9 SANTA ANITA +MXN00008130 26.8000 -105.8167 1968.7 SANTA BARBARA +MXN00008131 29.2833 -107.5167 1999.8 SANTA CLARA +MXN00008133 27.5167 -104.9000 1311.9 SANTA RITA +MXN00008134 26.4167 -107.9167 1079.9 SANTA ROSA +MXN00008135 28.0333 -105.2833 1186.9 SAUCILLO +MXN00008136 27.9500 -106.1000 1379.8 SATEVO +MXN00008137 27.8500 -107.3667 2457.0 SIERRA ROMURACHIC +MXN00008138 27.2667 -107.2167 2049.8 SIQUIRICHI (SMN) +MXN00008139 29.9167 -106.3833 1549.9 SUECO +MXN00008140 28.3167 -104.5500 1569.7 TACUBAYA +MXN00008141 28.7000 -107.6833 1948.0 TEJOLOCACHI (SMN) +MXN00008144 28.8167 -107.4667 2082.7 TESEACHI +MXN00008145 26.1667 -107.6833 360.0 TOHAYANA (CFE) +MXN00008146 28.9167 -108.1833 1632.8 TRES OJITOS +MXN00008147 28.7000 -105.9833 1350.0 UNIVERSIDAD +MXN00008148 27.2000 -107.9000 559.9 URIQUE I (DGE) +MXN00008149 27.9167 -108.2167 1359.7 URUACHI +MXN00008151 26.9333 -105.3833 1599.9 VALLE DE ALLENDE (SMN) +MXN00008152 27.4500 -105.8000 1339.9 VALLE DE ZARAGOZA (SMN) +MXN00008154 27.9667 -104.5500 1396.0 VICTORIA +MXN00008155 30.6167 -106.5000 1200.0 VILLA AHUMADA +MXN00008156 26.7333 -105.1500 1515.8 VILLA CORONADO +MXN00008157 28.8333 -105.9000 1269.8 VILLA DE ALDAMA +MXN00008158 27.9833 -105.8167 1279.9 VILLALBA +MXN00008160 29.1667 -108.1333 2094.9 VIVERO MADERA +MXN00008161 27.0167 -107.7500 677.9 BATOPILAS (SMN) +MXN00008166 27.4000 -108.5167 419.7 CHINIPAS (CFE) +MXN00008167 27.3833 -108.5333 439.8 CHINIPAS (SMN) +MXN00008169 27.0500 -106.2500 1579.8 EL TULE I (SMN) +MXN00008171 26.7500 -104.3500 1262.8 ESCALON (SMN) +MXN00008172 26.1000 -106.9667 2279.0 GUADALUPE Y CALVO (SMN) +MXN00008173 29.5833 -107.8667 2237.8 IGNACIO ZARAGOZA +MXN00008174 28.1500 -105.4667 1200.0 INDUSTRIAS UNIDAS +MXN00008175 28.3000 -106.3000 1629.8 LAGO DE JACALES +MXN00008176 30.8667 -108.1833 1357.0 JANOS (DGE) +MXN00008178 26.9333 -105.6500 1624.9 LA PRIETA +MXN00008179 29.0833 -105.9667 1200.0 LOS POZOS +MXN00008182 28.1333 -108.5167 753.8 MORIS +MXN00008183 27.4667 -106.7333 1639.8 NONOAVA (DGE) +MXN00008184 30.4000 -107.9000 1460.0 NUEVO CASAS GRANDES (DGE) +MXN00008186 26.6667 -105.5500 1720.0 PRESA TORREONCILLOS +MXN00008187 28.2500 -105.3000 1159.8 ROSETILLA +MXN00008188 27.9000 -106.6833 1639.8 SAN FRANCISCO DE BORJA (SMN) +MXN00008189 29.3333 -105.0000 923.8 SAN PEDRO +MXN00008190 26.1667 -107.6833 360.0 TOHAYANA +MXN00008191 27.2333 -107.8667 610.8 URIQUE II (DGE) +MXN00008194 27.0000 -105.0333 1423.7 VILLA LOPEZ +MXN00008196 27.7500 -106.1500 1501.7 HACIENDA TRES HERMANOS +MXN00008199 28.1333 -105.5167 1204.9 KILOMETRO 099 CANAL PRINCIPAL +MXN00008202 28.1667 -105.6167 1241.8 PRESA FRANCISCO I. MADERO +MXN00008203 29.1500 -106.3500 1560.0 LOS OJOS +MXN00008204 30.5667 -105.8833 1425.9 LOS LAMENTOS +MXN00008207 29.1667 -107.5333 1988.8 SOTO MAYNES +MXN00008208 28.9500 -107.8333 1868.7 TEMOSACHI (SMN) +MXN00008210 30.4000 -107.9000 1460.0 NUEVO CASAS GRANDES (SMN) +MXN00008211 30.7167 -108.4167 1479.8 CASA DE JANOS +MXN00008212 28.6333 -105.9667 1409.7 CARRETERA CAMPANA +MXN00008213 31.7333 -106.4833 1134.8 JUAREZ (SMN) +MXN00008214 26.8500 -107.1000 2412.8 GUACHOCHI (SMN) +MXN00008215 28.7000 -107.2333 2076.0 LAS CHEPAS +MXN00008216 28.8833 -107.2333 2099.8 SAN JOSE +MXN00008219 29.2500 -108.0833 2134.8 PEITAS +MXN00008220 30.2500 -108.4167 2179.9 AGUA SALADA +MXN00008221 28.0833 -108.1333 2179.9 CAJURICHI (DGE) +MXN00008222 29.4500 -105.8667 1300.0 CERROS PRIETOS +MXN00008223 31.2667 -107.1500 1200.0 EL BARREAL +MXN00008224 28.5000 -107.4167 2083.9 HUERTA CHACHITA +MXN00008226 29.6333 -106.0333 1359.7 LAS CHOYAS +MXN00008229 29.7667 -105.4333 1539.8 TOSESIHUA +MXN00008230 29.0167 -107.8167 1899.8 YEPOMERA +MXN00008238 29.1000 -106.0333 1449.9 EL NOPAL +MXN00008240 27.2667 -107.1167 2087.9 NOROGACHI +MXN00008241 29.5333 -104.5000 794.9 PRESA TARAHUMARA +MXN00008242 30.0333 -106.9333 1469.7 SAN ISIDRO +MXN00008243 28.7500 -107.6833 1919.9 TEJOLOCACHI (DGE) +MXN00008244 28.4667 -106.7333 1980.0 VIVERO CECHISA ANAHUAC +MXN00008246 28.5167 -107.4000 2019.9 BASUCHIL +MXN00008248 28.4167 -106.8667 2009.9 CUAUHTEMOC B (FIMSA) +MXN00008249 28.7333 -106.9000 2019.9 COLONIA ALVARO OBREGON +MXN00008250 27.7000 -105.1667 1220.7 ESCUELA SEC. CAMARGO +MXN00008251 28.5500 -106.0000 1499.9 ESCUELA SUP. DE ZOOTECNIA +MXN00008253 28.8333 -107.7500 1899.8 MATACHI +MXN00008254 29.5500 -104.4000 799.8 OJINAGA (DGE) +MXN00008255 29.6167 -105.6167 1409.7 PEGUIS +MXN00008257 27.0333 -105.1833 1557.8 E.T.A. 168 SALAICES +MXN00008258 28.3333 -107.8333 1958.9 TOMOCHI +MXN00008259 26.9333 -107.9667 299.9 TUBARES +MXN00008262 29.0167 -107.4667 1879.7 E.T.A. 014 COLONIA SOTO MAYNE +MXN00008264 26.9500 -106.6667 2299.7 AGOSTADERO +MXN00008265 25.7500 -106.8000 2279.9 ATASCADEROS +MXN00008266 27.9167 -107.9000 2159.8 BATOVIRA +MXN00008267 26.4667 -106.3833 2739.8 EL VERGEL (DGE) +MXN00008269 26.5667 -107.7833 1721.8 LA LAJITA +MXN00008270 28.7667 -105.9500 1250.0 LA MESA +MXN00008271 27.7000 -107.5833 2320.7 LAGO DE ARARECO +MXN00008273 26.9000 -105.6167 1835.8 PARRAL A. EL HORMIGUERO +MXN00008274 28.8000 -106.3333 1659.9 SAN MARCOS +MXN00008277 28.1000 -108.6000 1350.0 EL PILAR +MXN00008278 28.9333 -106.2667 1599.9 RANCHO EL RETIRO +MXN00008279 28.4667 -107.3167 2151.9 ESCUELA SEC. LOPEZ MATEOS +MXN00008280 28.1333 -107.0167 1799.8 RANCHO LA FINCA +MXN00008290 31.3500 -106.4667 1275.0 SAMALAYUCA D. B. (CILA) +MXN00008296 30.3000 -108.0667 1539.8 JUAREZ +MXN00008297 27.7500 -107.6333 2339.9 CREEL +MXN00008298 30.4667 -107.9333 1439.9 DUBLAN +MXN00008299 28.6667 -107.5333 2084.8 SANTO TOMAS +MXN00008300 28.4167 -105.6167 1179.9 EL SOCORRO +MXN00008301 26.1667 -106.6667 2059.8 CIENEGA PRIETA +MXN00008302 28.5167 -107.4000 2030.0 ASOCIACION DE FRUTICULTORES +MXN00008303 28.7000 -105.9833 1350.0 C.E.M. CIUDAD DEPORTIVA +MXN00008304 28.1833 -105.4667 1169.8 ESCUELA DE AGRICULTURA +MXN00008307 28.3667 -106.9167 2089.7 C.R.M. CUAUHTEMOC +MXN00008309 31.6500 -107.0833 1250.0 RANCHO LOS CERRITOS +MXN00008310 28.0333 -106.4667 1679.8 SANTA ROSALIA DE CUEVAS +MXN00008311 27.5667 -105.3667 1213.7 COLINA +MXN00008312 26.8167 -107.0500 2437.8 GUACHOCHI (DGE) +MXN00008314 26.8500 -105.8333 2034.8 EL ORO +MXN00008315 28.3833 -107.4333 2099.8 SANTA MONICA +MXN00008316 29.5500 -104.8500 939.7 EL ALAMO +MXN00008317 26.7500 -105.5667 1739.8 VILLA MATAMOROS +MXN00008318 31.6333 -106.4333 1170.7 ESCUELA SEC. JUAREZ +MXN00008319 27.8167 -107.5500 2320.7 LA LAGUNA +MXN00008320 26.6500 -106.2167 1739.8 LOS LLANITOS +MXN00008321 26.2167 -106.7667 2059.8 SAN JUAN DE CHINATU (CFE) +MXN00008322 26.4833 -106.3833 2739.8 EL VERGEL (CFE) +MXN00008323 28.7000 -106.0333 1409.7 CARTONERA +MXN00008324 28.5000 -107.4500 1999.8 EL ENCINO +MXN00008325 27.5000 -107.8500 2199.7 SAN RAFAEL +MXN00008326 28.5000 -107.4667 1999.8 PRESA ABRAHAM GONZALEZ +MXN00008331 28.0833 -106.3167 1499.9 LA JOYA +MXN00008332 30.0500 -106.9000 1449.9 LAS LAJAS +MXN00008333 28.3833 -106.9167 2089.7 NORTEA MANZANEROS UNIDOS +MXN00008334 28.2667 -107.3833 2094.0 PACHERA +MXN00008336 28.1833 -106.8500 2083.9 SAN BERNABE +MXN00008337 28.6833 -105.6833 1200.0 SAN FELIPE +MXN00008339 27.2667 -107.2167 2151.0 SIQUIRICHI (DGE) +MXN00008341 27.0167 -107.7333 570.0 BATOPILAS II (DGE) +MXN00008343 27.1000 -107.7333 681.8 QUIRARE (CFE) +MXN00008344 27.9167 -107.8000 2339.9 TALAYOTES (CFE) +MXN00008346 29.9667 -105.2500 1419.8 EL CARRIZO +MXN00008347 29.9167 -106.7833 2055.9 CONSTITUCION +MXN00008348 27.9167 -104.6500 1409.7 PEASCOS +MXN00008350 26.8833 -103.8500 1129.9 LA SOLEDAD +MXN00008352 28.1667 -108.2000 1999.8 BASASEACHIC +MXN00008353 28.4167 -108.4167 1789.8 YEPACHIC +MXN00009002 19.2167 -99.2000 2899.9 AJUSCO +MXN00009003 19.4667 -99.1833 2254.9 AQUILES SERDAN 46 +MXN00009004 19.2000 -99.1333 2725.8 CALVARIO 61 +MXN00009005 19.3833 -99.2167 2325.9 CALLE SALTO 13 +MXN00009006 19.4333 -99.1333 2247.0 TACUBA 7 +MXN00009007 19.4167 -99.1167 2325.9 CINCEL 42 +MXN00009009 19.3833 -99.0667 2234.8 COLONIA AGRICOLA ORIENTAL +MXN00009011 19.3833 -99.1667 2244.9 COLONIA DEL VALLE +MXN00009012 19.4000 -99.1667 2244.9 COLONIA ESCANDON +MXN00009014 19.3000 -99.1333 2255.8 COLONIA SANTA URSULA COAPA +MXN00009015 19.4167 -99.1667 2249.7 RODANO 14 (CFE) +MXN00009016 19.3500 -99.3000 2776.7 CUAJIMALPA +MXN00009017 19.5333 -99.1167 2389.9 CUAUTEPEC BARRIO BAJO +MXN00009019 19.3000 -99.3000 2995.0 DESIERTO DE LOS LEONES +MXN00009020 19.2833 -99.1667 2295.8 DESVIACION ALTA AL PEDREGAL +MXN00009021 19.4667 -99.1833 2247.9 EGIPTO 7 +MXN00009022 19.1333 -99.1667 2989.8 EL GUARDA +MXN00009023 19.3500 -99.1833 2269.8 GUADALUPE INN +MXN00009024 19.3000 -99.1833 2290.0 HACIENDA PEA POBRE +MXN00009025 19.5000 -99.1500 2240.0 HACIENDA LA PATERA +MXN00009026 19.3667 -99.0833 2240.0 MORELOS 77 +MXN00009028 19.4500 -99.1000 2238.8 GRAN CANAL KM. 3+000 +MXN00009029 19.4667 -99.0833 2238.8 GRAN CANAL KM. 06+250 +MXN00009030 19.3333 -99.3000 2849.9 LA VENTA CUAJIMALPA +MXN00009031 19.4167 -99.1667 2240.0 COLONIA ROMA +MXN00009032 19.1833 -99.0167 2419.8 MILPA ALTA +MXN00009033 19.4500 -99.1333 1251.8 COLONIA GUERRERO +MXN00009034 19.2500 -99.1000 2259.8 MOYOGUARDA +MXN00009036 19.3833 -99.0833 2234.8 PLAYA CALETA 454 COLONIA MART +MXN00009037 19.3333 -99.2167 2362.8 PRESA ANSALDO +MXN00009038 19.3667 -99.2667 2575.9 PRESA MIXCOAC +MXN00009039 19.3833 -99.2000 2339.9 PRESA TACUBAYA +MXN00009040 19.3833 -99.1667 2249.7 SAN BORJA 726 +MXN00009041 19.1833 -99.1167 2619.8 SAN FRANCISCO TLALNEPANTLA +MXN00009042 19.2167 -99.0833 2548.7 SAN GREGORIO ATLAPULCO +MXN00009043 19.4500 -99.0667 2240.0 SAN JUAN DE ARAGON +MXN00009044 19.1667 -99.0167 2639.9 SAN LORENZO +MXN00009045 19.1667 -99.0000 2594.8 SANTA ANA TLACOTENCO +MXN00009046 19.3833 -99.2333 2421.9 COLONIA SANTA FE +MXN00009047 19.4500 -99.1833 2254.9 COLONIA TACUBA +MXN00009049 19.3500 -99.2000 2339.9 TARANGO +MXN00009050 19.4333 -99.2167 2313.7 LOMAS DE CHAPULTEPEC +MXN00009051 19.2500 -99.0000 2240.0 TLAHUAC +MXN00009052 19.3667 -99.1167 2228.7 UNIDAD MODELO +MXN00009054 19.3667 -99.1667 2240.0 GENERAL ANAYA +MXN00009055 19.3333 -99.1333 2240.0 PEDRO ARVIZU 36 +MXN00009056 19.3667 -99.1167 2234.8 IXTACALCO +MXN00009058 19.1833 -99.0167 2487.8 VERTEDOR MILPA ALTA +MXN00009059 19.3667 -99.2000 2322.0 CASTAEDA +MXN00009062 19.4833 -99.1333 2236.9 VENCEDORA 44 +MXN00009064 19.4167 -99.1833 2260.7 CHAPULTEPEC +MXN00009067 19.2167 -99.2833 3449.7 MONTE ALEGRE +MXN00009068 19.4167 -99.0500 2233.9 PUENTE LA LLAVE +MXN00009069 19.4167 -99.1500 2240.0 COLONIA JUAREZ +MXN00009070 19.3500 -99.1667 2259.8 CAMPO EXP. COYOACAN +MXN00009071 19.3333 -99.1167 2249.7 COLONIA EDUCACION +MXN00010001 24.6333 -103.6833 1949.8 ATOTONILCO +MXN00010003 25.1000 -106.5667 1753.8 CANELAS +MXN00010004 25.2500 -103.7667 1200.0 CAON FERNANDEZ +MXN00010005 26.3167 -104.3500 1187.8 CEBALLOS +MXN00010006 26.2667 -106.0000 2269.8 CENDRADILLAS +MXN00010007 25.6000 -105.7333 2179.9 CIENEGA DE ESCOBAR +MXN00010008 25.7667 -104.2833 1699.9 CINCO DE MAYO +MXN00010010 25.3500 -105.1000 2240.0 COLONIA IGNACIO ZARAGOZA +MXN00010011 23.9833 -104.6333 1869.9 COLONIA INSURGENTES +MXN00010012 24.8667 -103.6833 1599.9 CUENCAME +MXN00010014 23.9667 -105.4500 2463.7 CHARCO VERDE (CFE) +MXN00010015 23.0000 -104.3000 2699.9 LOS CHARCOS +MXN00010016 25.0000 -105.2000 2049.8 CHINACATES +MXN00010018 24.9333 -106.2500 2240.0 EL CANTIL +MXN00010019 23.8500 -104.9167 1875.7 COMPAIA GANADERA EL CARMEN +MXN00010020 26.2167 -104.4833 1300.0 EL DERRAME +MXN00010021 25.6000 -105.0000 1537.7 EL PALMITO +MXN00010022 24.6167 -104.8500 2099.8 EL PINO +MXN00010023 23.9500 -104.7333 1899.8 EL PUEBLITO +MXN00010024 24.0167 -104.3333 1846.8 EL SALTITO +MXN00010025 23.7833 -105.3667 2559.7 EL SALTO (SMN) +MXN00010026 25.6167 -106.3167 2533.8 EL TARAHUMAR +MXN00010027 24.4000 -104.3167 1959.9 FRANCISCO I. MADERO +MXN00010028 24.9333 -104.4667 1539.8 EL CUARTO +MXN00010029 25.9167 -105.9500 2098.9 GUANACEVI (SMN) +MXN00010030 24.4333 -104.1167 1999.8 GUADALUPE VICTORIA (DGE) +MXN00010031 24.5167 -105.9500 1169.8 HUAHUAPAN +MXN00010032 22.5167 -104.4833 552.0 HUAZAMOTA +MXN00010033 24.4667 -103.9833 1959.9 IGNACIO ALLENDE +MXN00010035 25.2167 -105.4333 1670.0 J. SALOME ACOSTA +MXN00010036 23.7167 -105.5833 2569.8 LA CIUDAD (CFE) +MXN00010037 25.3500 -106.7000 670.0 LA HUERTA +MXN00010038 23.5500 -105.4000 2755.7 LA PEA +MXN00010039 25.7333 -104.7167 1989.7 LA ZARCA +MXN00010040 23.5000 -104.8167 2642.9 LAS BAYAS +MXN00010042 24.1667 -105.9667 1793.7 LAS TRUCHAS +MXN00010043 24.1667 -105.4667 1390.8 LAS VEGAS +MXN00010044 23.8833 -105.2000 2584.7 LLANO GRANDE (CFE) +MXN00010045 25.8167 -103.8333 1387.8 MAPIMI +MXN00010046 23.4667 -104.4667 1921.8 SAN JUAN DEL MEZQUITAL +MXN00010047 23.9333 -103.9500 2062.9 NARCISO MENDOZA +MXN00010048 23.8333 -105.0333 2580.7 NAVIOS VIEJOS +MXN00010049 25.2167 -104.1000 1250.0 NAZAS +MXN00010050 25.0500 -106.5167 1144.8 EL OJITO DE CAMELLONES +MXN00010051 24.0500 -105.0000 2400.0 OTINAPA +MXN00010052 24.5333 -104.3167 2133.9 PANUCO DE CORONADO +MXN00010053 25.4167 -104.2667 1949.8 PEOLES +MXN00010054 24.2000 -104.6500 1889.8 PEA DEL AGUILA +MXN00010055 25.1000 -103.7833 1309.7 PEDRICEA +MXN00010056 24.7833 -104.0333 1699.9 PEON BLANCO (SMN) +MXN00010057 23.6167 -104.0500 1912.9 PRESA SANTA ELENA +MXN00010058 23.3833 -105.3667 1579.8 PUEBLO NUEVO +MXN00010059 24.1833 -103.6167 2129.9 RAMON CORONA +MXN00010060 25.1833 -104.5333 1809.9 RODEO (SMN) +MXN00010061 26.5000 -105.6333 1799.8 ROSARIO +MXN00010062 26.4333 -105.3500 1654.8 SAN ANTONIO +MXN00010063 24.5167 -104.6500 1999.8 SAN BARTOLO +MXN00010064 24.1333 -105.9500 880.0 SAN DIMAS +MXN00010065 23.4667 -104.3833 1499.9 SAN FRANCISCO DEL MEZQUITAL +MXN00010066 23.8000 -104.2500 1749.9 SAN JOSE DE ACEVEDO +MXN00010067 24.6167 -102.7500 1519.7 SAN JUAN DE GUADALUPE (SMN) +MXN00010068 24.7833 -104.3833 1699.9 SAN JUAN DEL RIO +MXN00010069 25.4167 -104.2833 1507.8 SAN LUIS DEL CORDERO (SMN) +MXN00010070 24.2833 -103.5333 1999.8 SAN MARCOS +MXN00010071 25.1833 -105.9833 2299.7 SAN MIGUEL DE LOBOS +MXN00010072 25.5667 -104.2833 1699.9 SAN PEDRO DEL GALLO (SMN) +MXN00010073 23.7833 -104.9000 2315.9 SANTA BARBARA (SMN) +MXN00010074 24.4667 -103.3500 1799.8 SANTA CLARA +MXN00010075 25.9500 -105.3667 1699.9 SANTA MARIA DEL ORO +MXN00010076 23.8833 -104.6000 1899.8 SANTIAGO BAYACORA +MXN00010077 25.0500 -105.4500 1739.8 SANTIAGO PAPASQUIARO (DGE) +MXN00010078 26.0833 -105.5500 1638.9 SARDINAS +MXN00010079 25.2333 -106.7333 946.7 SIANORI +MXN00010080 24.6833 -103.2167 1524.9 SIMON BOLIVAR +MXN00010081 23.6167 -103.9167 1999.8 SUCHIL +MXN00010082 24.9333 -106.9667 249.9 TAMAZULA DE VICTORIA +MXN00010083 24.8000 -105.1333 2099.8 TEJAMEN +MXN00010085 26.1000 -103.4333 1099.7 TLAHUALILO +MXN00010086 25.2167 -106.5667 1770.0 TOPIA +MXN00010087 25.1167 -106.3500 2400.0 VASCOGIL +MXN00010088 23.7333 -103.9667 1949.8 VICENTE GUERRERO +MXN00010089 26.2333 -104.9000 1699.9 VILLA HIDALGO (SMN) +MXN00010090 24.5167 -104.7833 1999.8 CANATLAN (DGE) +MXN00010091 25.1000 -106.7167 520.0 COLUTA +MXN00010092 24.0167 -104.6667 1899.8 DURANGO (DGE) +MXN00010093 23.6833 -105.3500 2537.8 EL SALTO (DGE) +MXN00010095 24.4333 -104.1167 1980.0 GUADALUPE VICTORIA (SMN) +MXN00010096 25.0333 -105.6500 2589.9 LA CHAPARRA (PFM) +MXN00010097 26.0500 -104.9833 1895.9 LA ZARCA (CFE) +MXN00010098 25.1833 -104.5500 1346.0 RODEO (DGE) +MXN00010099 24.6167 -102.7667 1530.7 SAN JUAN DE GUADALUPE (DGE) +MXN00010100 25.0500 -105.4000 1739.8 SANTIAGO PAPASQUIARO (SMN) +MXN00010101 25.3333 -105.7167 1799.8 TEPEHUANES (DGE) +MXN00010102 24.8000 -104.9167 1999.8 GUATIMAPE (SMN) +MXN00010103 23.8167 -104.9167 2259.8 SANTA BARBARA (DGE) +MXN00010107 26.0833 -104.9667 1699.9 FRACCIONAMIENTO SAN IGNACIO +MXN00010108 25.5333 -103.5167 1140.0 CIUDAD LERDO (DGE) +MXN00010109 24.0167 -104.1000 2019.0 HACIENDA GANADERA EL OJO +MXN00010110 24.1167 -104.2833 1889.8 HACIENDA LA PILA +MXN00010118 25.2500 -104.6667 1375.9 E.T.A. 015 ABASOLO +MXN00010119 25.3667 -105.7500 1799.8 E.T.A. 019 TEPEHUANES +MXN00010120 23.3667 -105.3500 1479.8 E.T.F. 142 PUEBLO NUEVO +MXN00010121 24.9833 -105.8833 2489.9 LOS ALTARES +MXN00010122 24.8833 -106.1167 1639.8 SAN DIEGO +MXN00010123 23.8667 -105.6167 1884.9 SAN PABLO +MXN00010124 23.5167 -104.7167 2839.8 LA FLOR +MXN00010125 26.1167 -106.3333 2749.9 LA ROSILLA +MXN00010128 26.2333 -104.9167 1699.9 VILLA HIDALGO (DGE) +MXN00010129 24.9667 -104.7667 1949.8 CONETO DE COMONFORT +MXN00010131 24.7833 -104.0333 1699.9 PEON BLANCO (DGE) +MXN00010132 25.4167 -104.2667 1499.9 SAN LUIS DEL CORDERO (DGE) +MXN00010133 25.5500 -104.2833 1659.9 SAN PEDRO DEL GALLO (DGE) +MXN00010134 26.2333 -103.8667 1145.7 CONEJOS +MXN00010135 24.2500 -103.7833 2174.7 CUAUHTEMOC +MXN00010136 24.7000 -103.5667 1949.8 DOCE DE DICIEMBRE +MXN00010137 24.8000 -104.9167 1973.9 GUATIMAPE (DGE) +MXN00010138 26.0000 -105.5167 1639.8 SAN BERNARDO +MXN00010139 25.5333 -104.5833 1409.7 AGUA PUERCA +MXN00010140 25.8667 -104.1500 1499.9 LA CADENA +MXN00010141 26.5167 -105.3667 1699.9 CANUTILLO +MXN00010142 25.5333 -104.5833 1849.8 EL CASCO +MXN00010143 25.5667 -105.2167 1899.8 INDE +MXN00010144 26.1167 -105.0167 1879.7 EL MIRADOR +MXN00010145 25.6167 -103.5000 1140.0 PLANTA FRANKIE (CFE) +MXN00010146 24.7333 -103.5833 1839.8 YERBANIS +MXN00010147 25.7667 -105.7833 1939.7 EL ZAPE +MXN00010148 24.7000 -106.5333 299.9 EL REAL +MXN00010149 25.5000 -105.2500 1579.8 GENERAL ESCOBEDO +MXN00010150 24.5500 -103.9500 1919.9 LUIS MOYA +MXN00010151 23.3833 -104.2500 2479.9 LA MICHILA +MXN00010152 24.2000 -105.3333 2660.0 CERRO PRIETO +MXN00010153 24.8000 -106.7333 649.8 CHACALA +MXN00010154 24.8667 -105.9667 2400.0 PIELAGOS +MXN00010155 25.7667 -104.9333 1841.0 RADAR PALMITO +MXN00010160 24.4333 -105.7833 2500.0 AGUA BLANCA +MXN00010161 26.3833 -104.0000 1154.9 YERMO +MXN00010164 26.5167 -104.1333 1149.7 LA FLOR DEL DESIERTO +MXN00010165 26.6833 -103.7333 1159.8 LABORATORIO DEL DESIERTO +MXN00010166 25.0833 -104.5667 1419.8 HIGUERAS +MXN00010168 26.1333 -103.7500 1123.8 CARTAGENA +MXN00010169 25.8000 -103.5667 1179.9 C.B.T.A. 101 GOMEZ PALACIO +MXN00010170 25.5000 -103.6500 1140.0 C.B.T.A. 047 LERDO +MXN00010171 24.8000 -103.8000 1779.7 CAMPO EXP. ANTONIO NARRO +MXN00010172 24.4333 -103.1167 1994.9 SAN JOSE DE REYES +MXN00010173 26.4333 -105.5500 1749.9 SAN GABRIEL +MXN00010999 26.4333 -105.5000 1156.4 Villa Ocampo +MXN00011001 20.4333 -101.5333 1760.8 ABASOLO +MXN00011002 20.0167 -100.7000 1849.8 ACAMBARO +MXN00011003 20.5000 -101.6167 1720.0 AGUA TIBIA +MXN00011004 20.8000 -101.3167 1799.8 ALDAMA +MXN00011005 20.5333 -100.6833 1777.9 APASEO +MXN00011006 20.4500 -100.6167 1878.8 APASEO EL ALTO +MXN00011007 20.9833 -101.2167 2354.0 CALDERONES +MXN00011008 20.9833 -101.2167 2354.0 CAADA DE GONZALEZ +MXN00011009 20.5333 -100.8167 1760.8 CELAYA (SMN) +MXN00011010 20.1000 -101.3833 1909.0 CERANO +MXN00011011 20.9500 -100.8833 2062.0 CINCO SEORES +MXN00011012 20.1833 -100.3500 2270.8 CORONEO +MXN00011013 20.4833 -100.9500 1729.7 CORTAZAR +MXN00011014 20.6167 -101.6667 1731.9 CUERAMARO +MXN00011015 21.1333 -100.3167 2113.8 CHARCAS +MXN00011017 21.1500 -100.9500 1936.7 DOLORES HIDALGO (SMN) +MXN00011018 20.5000 -101.9500 1749.9 EL CHILARILLO +MXN00011019 20.6167 -101.7667 2010.8 EL HUZACHE +MXN00011020 21.1667 -101.6833 1836.7 EL PALOTE +MXN00011021 20.2667 -101.0000 1738.9 EL SABINO +MXN00011022 20.3667 -100.5500 2038.8 EL TERRERO +MXN00011023 21.0167 -101.8333 1766.9 GUANAJAL +MXN00011025 21.2167 -101.7000 1919.9 HACIENDA DE ARRIBA +MXN00011026 21.4667 -100.9167 2119.9 HACIENDA SAN JUAN +MXN00011027 19.9833 -100.9167 1839.8 IRAMUCO +MXN00011028 20.6667 -101.3333 1728.8 IRAPUATO +MXN00011029 20.8667 -101.9833 1752.9 JALPA +MXN00011030 21.6833 -101.0167 1859.0 JARAL DE BERRIOS +MXN00011031 20.1333 -100.5167 1786.7 JERECUARO +MXN00011032 20.2167 -101.1333 1760.8 SANTA CRUZ JUVENTINO ROSAS (D +MXN00011033 20.8333 -100.8167 1849.8 LA BEGOA +MXN00011034 20.4333 -101.7167 1795.0 LA GOLONDRINA +MXN00011035 20.9167 -101.6833 1770.9 LA SANDIA +MXN00011036 20.6667 -101.8333 1727.0 ADJUNTAS +MXN00011037 21.5000 -100.4333 1323.7 LAS MESAS +MXN00011038 20.4167 -101.2833 1731.0 MOGOTES +MXN00011040 21.1833 -101.6667 1864.8 LOS CASTILLOS +MXN00011041 20.6667 -101.1333 1767.8 LOS RAZOS +MXN00011042 21.0333 -100.6333 2008.9 LOS RODRIGUEZ +MXN00011043 21.2833 -100.7000 1994.9 LOURDES +MXN00011044 20.7333 -101.0333 2058.9 MANDUJANO +MXN00011045 21.2167 -101.6333 2041.9 MEDIA LUNA +MXN00011046 21.5500 -100.1333 999.7 MINAS DE MAGUEY +MXN00011047 20.1167 -101.1833 1811.7 MOROLEON +MXN00011048 20.7000 -100.8333 1837.9 NEUTLA +MXN00011049 21.2000 -101.4167 2347.0 NUEVO VALLE MORENO +MXN00011050 21.6500 -101.4667 2258.0 OCAMPO +MXN00011051 21.1000 -100.8667 1905.9 PEUELITAS +MXN00011052 20.5167 -101.1167 1717.9 PERICOS +MXN00011053 21.2167 -100.4833 2205.8 POZOS +MXN00011054 20.5167 -101.3667 1714.8 PUEBLO NUEVO +MXN00011055 21.0667 -101.8667 1793.7 PURISIMA DE BUSTOS +MXN00011056 20.5000 -100.9500 1754.7 PLANTA RAMOS MILLAN +MXN00011057 21.2000 -100.9167 1905.9 RIO LAJAS +MXN00011058 20.8667 -101.5000 1754.7 ROMITA +MXN00011059 21.3000 -101.1667 1829.7 LA MAGDALENA +MXN00011060 20.9333 -101.0333 2058.9 SALVATIERRA +MXN00011061 21.4667 -101.2167 2089.7 SAN ANTON +MXN00011062 21.4000 -100.3833 2279.9 SAN ANTONIO DE LOS MARTINEZ +MXN00011063 21.5000 -101.5333 2128.7 SAN CRISTOBAL +MXN00011064 21.4500 -100.8667 2069.9 SAN DIEGO DE LA UNION +MXN00011065 21.4667 -100.9667 2007.7 SAN FELIPE (DGE) +MXN00011066 21.2833 -100.5000 2040.9 SAN JOSE ITURBIDE (SMN) +MXN00011067 21.2833 -101.3167 2019.9 SAN JUAN DE LOS LLANOS +MXN00011068 20.6167 -100.9833 1747.7 SAN LUIS DE LA PAZ +MXN00011069 21.6000 -101.2333 2129.9 SAN PEDRO DE LOS ALMOLOYA +MXN00011070 21.0667 -101.1833 2551.8 SANTA JULIA +MXN00011071 20.9333 -101.4167 1785.8 SANTA MARIA (DGE) +MXN00011072 20.2833 -101.0667 1728.8 SANTA RITA +MXN00011073 20.3000 -101.7667 1707.8 SANTA ROSA MINERAL +MXN00011075 20.2833 -100.7500 1785.8 SOLEDAD NUEVA +MXN00011076 20.0500 -100.6667 1900.7 PRESA SOLIS +MXN00011077 20.3000 -101.8000 1707.8 TARANDACUAO +MXN00011078 19.9833 -100.5000 1926.9 TARIMORO +MXN00011079 20.3667 -101.1667 1789.8 VALLE DE SANTIAGO +MXN00011082 21.2000 -100.2167 1758.7 VILLA VICTORIA (DGE) +MXN00011083 21.2833 -100.0833 1318.9 XICHU +MXN00011085 20.8333 -101.0500 2240.9 DOS ARROYOS +MXN00011087 20.4000 -101.4000 1692.9 SAN JOSE DE PANTOJA +MXN00011090 20.0833 -100.4167 2224.7 PUROAGUA (SMN) +MXN00011091 20.4333 -101.7167 1770.0 PENJAMO +MXN00011092 20.5667 -100.7333 1763.9 SAN MIGUEL OCTOPAN +MXN00011094 21.0000 -101.2500 1994.9 GUANAJUATO (DGE) +MXN00011095 21.1333 -101.6833 1827.9 LEON (DGE) +MXN00011096 21.0667 -101.0167 2238.8 SALAMANCA +MXN00011097 20.2167 -101.1333 1750.8 SANTA MARIA (SMN) +MXN00011098 20.6500 -101.0000 1756.0 SANTA CRUZ JUVENTINO ROSAS (S +MXN00011099 20.4833 -101.9333 1710.8 MARIANO ABASOLO +MXN00011100 20.5667 -100.8167 1721.8 ROQUE +MXN00011101 21.1167 -101.6833 1809.0 C.A.E. LEON +MXN00011103 21.0333 -101.2500 2146.7 VALENCIANA +MXN00011105 20.6333 -100.5667 1779.7 AMECHE +MXN00011107 21.3167 -101.1000 2002.8 LA QUEMADA +MXN00011110 21.3833 -101.4167 2379.9 TRES ENCINOS +MXN00011111 21.2667 -99.7167 1244.8 ATARJEA +MXN00011112 20.8000 -101.9500 1720.9 CIUDAD MANUEL DOBLADO +MXN00011113 20.7167 -100.7500 1789.8 COMONFORT +MXN00011114 20.0333 -100.9333 2039.7 EL REFUGIO +MXN00011116 20.2833 -100.5500 2026.9 HACIENDA SAN LUCAS +MXN00011117 21.3500 -101.6167 1834.0 LOBOS +MXN00011119 21.0833 -100.1500 1772.7 TIERRA BLANCA +MXN00011121 20.9167 -101.0500 1934.9 EL PINILLO +MXN00011122 20.7500 -100.6000 1991.9 PRESA JALPA +MXN00011123 21.3833 -101.0500 2129.9 BUENAVISTA +MXN00011124 20.8667 -101.2333 1852.9 EL CHAPIN +MXN00011125 20.6000 -101.8000 2249.7 EL NOPAL +MXN00011126 20.4167 -100.7667 1789.8 EL SAVILAR +MXN00011129 21.6000 -101.0833 1999.8 LA CHIRIMOYA +MXN00011130 21.0500 -101.3333 2390.9 LA LUZ +MXN00011131 21.5500 -101.4000 2197.9 LAS TROJES +MXN00011132 20.0667 -100.4500 2012.9 PUROAGUA (DGE) +MXN00011133 20.4167 -101.2833 1704.7 SANTA MARIA SANABRIA +MXN00011134 20.7000 -101.3667 1739.8 EL CONEJO +MXN00011135 21.1000 -101.3833 1991.9 ARPEROS +MXN00011136 20.6667 -101.0000 1828.8 LA JOYITA +MXN00011137 20.8667 -101.2833 1839.8 PRESA LA PURISIMA +MXN00011138 20.8333 -101.5833 1771.8 PRESA LA GAVIA +MXN00011139 20.1667 -100.6333 2489.9 CAMINO BLANCO +MXN00011140 21.2667 -101.1333 2114.7 EL CARBON +MXN00011141 21.1667 -101.2333 2472.8 CIENEGA DE NEGROS +MXN00011142 20.2667 -100.8833 1738.0 EL CUBO +MXN00011143 20.5000 -101.8167 2347.9 EL GALLO +MXN00011144 20.9167 -100.4167 2201.0 EL CHARAPE +MXN00011145 20.3833 -100.8833 2341.8 LA GAVIA +MXN00011146 20.2667 -101.3500 1859.0 LAS JICAMAS +MXN00011147 20.7667 -100.9167 1980.0 MIRAFLORES +MXN00011148 20.6667 -100.6000 2019.0 EL OBRAJE +MXN00011149 20.1000 -100.7167 1889.8 PARACUARO +MXN00011150 20.7000 -101.2500 1774.9 SAN JOSE EL ALTO +MXN00011151 20.3000 -101.7667 1707.8 TACUBAYA +MXN00011153 21.1000 -101.5500 1899.8 LA LABORCITA +MXN00011154 21.0000 -101.6167 1789.8 SAN FRANCISCO DE DURAN +MXN00011155 20.9667 -100.5833 2040.9 CORRAL DE PIEDRAS +MXN00011156 20.1167 -101.0167 1906.8 EL DORMIDO +MXN00011157 20.8667 -101.8500 1752.9 PEUELAS +MXN00011158 20.0333 -101.2333 2129.9 PIICUARO +MXN00011159 21.0333 -101.8333 1786.7 PRESA EL BARRIAL +MXN00011160 20.5667 -101.5333 1693.8 SAN ISIDRO +MXN00011161 21.4500 -100.6500 2191.8 EL VERGEL +MXN00011162 21.0667 -101.4667 1898.0 COMANJILLA +MXN00011163 21.5000 -100.7500 2080.0 LA JAULA +MXN00011164 20.7333 -101.3333 1749.9 EL COPAL +MXN00011167 20.9833 -100.3833 2113.8 SAN J. P. DE ARRIBA +MXN00011168 20.7333 -101.2000 1839.8 SAN JUAN TEMASCATIO +MXN00011169 20.6167 -100.7667 1367.9 TRES GUERRAS +MXN00011171 20.3667 -101.0500 1734.9 JARAL DEL PROGRESO +MXN00012001 18.3333 -100.0667 1291.7 ACAPETLAHUAYA +MXN00012003 17.1667 -99.6167 232.9 AGUA SALADA (CFE) +MXN00012004 18.3333 -99.6333 759.9 AHUEHUEPAN +MXN00012005 17.4500 -98.3833 1461.8 ALCOZAUCA (SMN) +MXN00012006 17.7333 -99.3167 1065.0 APANGO (CFE) +MXN00012007 18.4667 -101.3500 225.9 ARATICHANGUIO +MXN00012008 18.3167 -100.2667 413.9 ARCELIA +MXN00012009 17.4000 -100.6000 289.9 ARROYO FRIO +MXN00012010 17.3000 -98.6000 1820.0 ATLAMAJANCINGO DEL MONTE (CFE +MXN00012011 17.2167 -100.4500 239.9 ATOYAC (SMN) +MXN00012012 16.9667 -99.0833 367.9 AYUTLA (CFE) +MXN00012013 16.7167 -98.5833 360.0 AZOYU +MXN00012014 18.4500 -99.4000 1393.9 BUENAVISTA DE CUELLAR +MXN00012015 18.5333 -99.6333 1661.8 CACALOTENANGO +MXN00012016 17.0333 -100.1167 19.8 CARRERA LARGA +MXN00012017 17.5833 -101.0000 547.7 CASAS VIEJAS +MXN00012018 18.5833 -99.9167 1140.0 CIRIAN GRANDE +MXN00012019 18.3500 -100.6500 249.9 CIUDAD ALTAMIRANO +MXN00012020 17.3333 -99.6333 529.7 COACOYULILLO (CFE) +MXN00012021 18.3000 -101.7333 310.0 COAHUAYUTLA +MXN00012022 16.6000 -98.9667 19.8 COPALA +MXN00012023 18.0333 -99.0333 899.8 COPALILLO +MXN00012024 17.0333 -100.0500 135.9 COYUCA DE BENITEZ +MXN00012025 17.3667 -101.0500 39.9 COYUQUILLA +MXN00012026 17.2667 -99.3500 419.7 CUAJILOTLA (CFE) +MXN00012027 18.0167 -101.1333 1109.8 CUNDANCITO +MXN00012028 17.2000 -99.3833 899.8 CALPANTEPEC +MXN00012029 16.7000 -99.5000 19.8 CHACALAPA +MXN00012030 18.2833 -99.1167 899.8 CHAUCINGO +MXN00012031 17.6667 -99.7000 1140.0 CHICHIHUALCO +MXN00012032 17.5833 -99.1667 1405.7 CHILAPA (SMN) +MXN00012034 17.7167 -101.2000 515.7 EL CAMALOTE +MXN00012035 17.3833 -99.9667 1522.8 EL COATEPIN (CFE) +MXN00012036 18.7167 -100.6667 399.9 EL GALLO +MXN00012037 18.1000 -101.0500 1795.9 EL MANCHON +MXN00012038 17.5167 -100.9333 749.8 EL PORVENIR (CFE) +MXN00012039 17.1167 -99.3333 337.7 EL TERRERO (CFE) +MXN00012041 17.1167 -100.3500 19.8 CACALUTLA +MXN00012042 17.4333 -100.8667 559.9 GLORIA ESCONDIDA +MXN00012044 17.8000 -98.5667 1124.7 HUAMUXTITLAN (SMN) +MXN00012045 17.4333 -99.0167 1632.8 HUEYCATENANGO (CFE) +MXN00012046 18.3000 -99.3333 939.7 HUITZUCO (SMN) +MXN00012047 18.3333 -99.5333 737.9 IGUALA (SMN) +MXN00012048 17.6167 -98.5000 1035.7 IXCATEOPAN DE TLAPA +MXN00012049 17.4333 -99.8500 839.7 JALEACA DE CATALAN (CFE) +MXN00012050 16.9167 -99.6167 105.8 LA PAROTA (CFE) +MXN00012051 17.8000 -99.9000 121.9 LA VENTA (CFE) +MXN00012052 17.9833 -101.8833 59.7 LA UNION +MXN00012053 17.0000 -99.4500 439.8 LAS MESAS (CFE) +MXN00012054 17.8167 -101.0667 1337.8 LAS PILAS DEL RIO FRIO +MXN00012055 18.1000 -100.6667 458.7 LOS TISCUICHES +MXN00012056 17.1500 -98.9167 723.9 LLANO GRANDE (CFE) +MXN00012057 17.2333 -98.6667 1513.9 MALINALTEPEC (CFE) +MXN00012058 17.9333 -99.5833 456.9 MEXCALA (CFE) +MXN00012059 17.3333 -99.0833 917.8 NANZINTLA (CFE) +MXN00012060 17.7667 -98.7167 1335.9 OLINALA (SMN) +MXN00012061 16.6833 -98.4000 299.9 OMETEPEC (CFE) +MXN00012062 17.4000 -99.4667 1266.7 PALO BLANCO (CFE) +MXN00012063 18.3500 -100.2667 379.8 PALOS ALTOS +MXN00012064 17.5333 -101.2333 62.8 PETATLAN +MXN00012065 18.2333 -100.9333 419.7 PLACERES DEL ORO +MXN00012066 16.6500 -98.5000 32.9 QUETZALA +MXN00012067 17.9167 -99.5167 470.9 SAN JUAN TETELCINGO (CFE) +MXN00012068 16.8000 -98.7000 538.0 SAN LUIS ACATLAN +MXN00012069 17.3167 -100.3833 629.7 SAN JUAN DE LAS FLORES +MXN00012070 17.2667 -100.6333 164.0 SAN LUIS SAN PEDRO +MXN00012071 16.7833 -99.4167 79.9 SAN MARCOS +MXN00012072 16.9667 -98.2500 759.9 SAN PEDRO CUITLAPA +MXN00012074 17.9667 -100.8667 1499.9 SANTA RITA +MXN00012075 17.5000 -99.6667 2149.8 SAN VICENTE (CFE) +MXN00012076 17.3000 -99.8500 1040.0 SANTA BARBARA (CFE) +MXN00012077 18.1000 -100.6667 499.9 SANTA FE +MXN00012078 18.1667 -101.6333 499.9 SANTA ROSA +MXN00012079 17.3333 -100.3500 649.8 SANTO DOMINGO +MXN00012080 18.0833 -100.2333 354.8 SANTO TOMAS (CFE) +MXN00012081 18.5333 -99.6167 1749.9 TAXCO (CFE) +MXN00012082 18.2167 -100.7500 332.8 TARETARO +MXN00012083 17.8167 -100.3833 949.8 TEHUEHUETLA +MXN00012084 18.3000 -99.8667 1649.0 TELOLOAPAN +MXN00012085 18.2833 -99.4667 841.9 TEPECOACUILCO +MXN00012086 17.2167 -100.1000 425.8 TEPETIXTLA +MXN00012087 17.5500 -99.3833 1910.8 TIXTLA (SMN) +MXN00012088 17.2500 -98.7333 1419.8 TLACOAPA (CFE) +MXN00012089 17.7833 -99.9667 1538.9 TLACOTEPEC +MXN00012090 18.4167 -100.4667 399.9 TLALCHAPA +MXN00012091 17.5333 -98.5833 1109.8 TLAPA (CFE) +MXN00012092 18.0833 -99.5500 719.9 TONALAPA DEL SUR +MXN00012093 18.2833 -99.4667 841.9 PRESA VALERIO TRUJANO +MXN00012094 17.9167 -101.3500 846.7 VALLECITOS +MXN00012095 17.0833 -99.7000 545.0 XALTIANGUIS (CFE) +MXN00012096 17.4000 -99.1667 768.7 COLOTLIPA (CFE) +MXN00012097 17.1833 -99.3000 780.0 RANCHO VIEJO (CFE) +MXN00012098 18.0333 -100.5167 574.9 SAN ANDRES +MXN00012099 17.1333 -100.5167 19.8 SAN JERONIMO +MXN00012101 17.8333 -99.6333 730.0 XOCHIPALA +MXN00012102 17.4167 -98.7667 1749.9 ZAPOTITLAN TABLAS +MXN00012103 18.4667 -100.9833 199.9 ZIRANDARO +MXN00012104 17.1833 -98.5333 1849.8 ZITLALTEPEC +MXN00012105 17.6500 -99.5167 1079.9 ZUMPANGO DEL RIO +MXN00012106 17.4500 -98.3833 1359.7 ALCOZAUCA (DGE) +MXN00012107 17.0833 -99.0833 873.9 AYUTLA +MXN00012110 17.6000 -99.1667 1449.9 CHILAPA (DGE) +MXN00012111 17.5333 -99.4833 1250.0 CHILPANCINGO LOS BRAVOS (CFE) +MXN00012112 16.8167 -99.4667 449.9 EL PORVENIR +MXN00012113 18.2833 -101.2500 360.0 GUAYAMEO +MXN00012114 17.7833 -98.5500 882.7 HUAMUXTITLAN (DGE) +MXN00012115 18.3000 -99.3167 974.8 HUITZUCO (DGE) +MXN00012116 18.3333 -99.5500 730.0 IGUALA (DGE) +MXN00012117 18.5000 -99.7833 1829.7 IXCATEOPAN DE CUAUHTEMOC +MXN00012118 17.9167 -99.6000 499.9 MEZCALA +MXN00012119 17.7667 -98.7333 1359.7 OLINALA (DGE) +MXN00012120 17.2667 -99.9333 780.0 SAN CRISTOBAL +MXN00012121 17.5500 -101.3333 19.8 SAN JERONIMITO +MXN00012122 18.5500 -99.6000 1759.9 TAXCO (SMN) +MXN00012123 18.3000 -99.8667 1692.9 TELOLOAPAN (CFE) +MXN00012125 17.5667 -99.4167 1499.9 TIXTLA (DGE) +MXN00012126 17.7500 -99.9500 1711.8 TLACOTEPEC (CFE) +MXN00012127 17.6333 -101.5500 19.8 ZIHUATANEJO (DGE) +MXN00012128 18.6333 -99.6333 1685.8 TETIPAC +MXN00012130 18.1000 -99.1000 625.8 ATENANGO DEL RIO (CFE) +MXN00012131 18.5333 -100.6000 279.8 IXTAPILLA (CFE) +MXN00012132 16.7833 -98.2333 399.9 XOCHISTLAHUACA (CFE) +MXN00012133 18.0000 -102.1667 9.8 ZACATULA (CFE) +MXN00012134 17.5333 -99.5000 1225.0 CHILPANCINGO (DGE) +MXN00012135 17.7667 -98.7333 1399.9 OLINALA (CFE) +MXN00012136 17.2167 -99.5167 639.8 JULIAN BLANCO +MXN00012137 16.8500 -99.8667 29.9 ACAPULCO DE JUAREZ (DGE) +MXN00012138 18.1500 -100.5000 279.8 AJOCHITLAN +MXN00012139 18.2833 -100.6667 269.7 TERRONES +MXN00012140 17.7167 -100.8667 1899.8 SAN ANTONIO TEJAS +MXN00012141 18.2333 -100.5333 274.9 TLAPEHUALA +MXN00012142 16.8500 -99.9000 19.8 ACAPULCO DE JUAREZ (SMN) +MXN00012145 17.0333 -98.2333 871.7 JICAYAN DE TOVAR (CFE) +MXN00012146 18.0333 -102.1667 150.0 LA VILLITA +MXN00012147 18.4167 -101.0000 239.0 PRESA LA CALERA +MXN00012148 16.7833 -99.7500 59.7 LAGUNA DE TRES PALOS +MXN00012150 17.5500 -99.6833 1899.8 OMILTEMI +MXN00012151 16.9500 -98.6500 909.8 PUEBLO HIDALGO (CFE) +MXN00012153 17.6500 -101.5833 4.9 ZIHUATANEJO (SMN) +MXN00012154 17.9167 -99.0333 999.7 ZICAPA +MXN00012156 17.2500 -99.5833 649.8 El OCOTITO +MXN00012157 16.8833 -99.7167 79.9 E.T.A. 153 LA SABANA +MXN00012158 17.2500 -100.3167 429.8 RIO SANTIAGO +MXN00012160 18.4667 -100.9667 189.9 E.T.A. 340 ZIRANDARO +MXN00012161 17.2000 -100.4167 100.0 ATOYAC (DGE) +MXN00012162 18.2500 -100.6667 299.9 CHAMACUA +MXN00012163 18.4500 -100.5667 266.7 CUTZAMALA DE PINZON +MXN00012164 18.2333 -99.6500 670.0 E.T.A. 274 COCULA +MXN00012165 17.5333 -101.2667 26.8 E.T.ARROYO 107 PETATLAN +MXN00012166 18.1500 -100.3833 279.8 SAN MIGUEL TOTOLAPAN +MXN00012167 18.5500 -99.4167 1022.0 TEPETLAPA +MXN00012168 16.5000 -98.4833 22.9 PLANTA DERIVADORA +MXN00012169 18.5500 -99.6000 1709.9 TAXCO (DGE) +MXN00012170 17.9500 -100.0167 513.0 EL CARACOL (CFE) +MXN00012171 18.6500 -99.5667 1289.0 CHONTALCOATLAN +MXN00012172 16.9500 -99.6833 207.0 ACAPULCO KM. 21 +MXN00012173 16.5667 -98.8000 9.8 MARQUELIA +MXN00012174 17.4667 -101.2000 39.9 RANCHO NUEVO +MXN00012175 16.7500 -98.1167 75.0 LAS JUNTAS +MXN00012176 17.3833 -99.3333 1729.7 COAXTLAHUACAN (CFE) +MXN00012177 18.1333 -99.8167 1122.0 CUETZALA DEL PROGRESO +MXN00012178 17.5667 -98.7167 1761.7 CHIEPETEPEC +MXN00012180 17.2333 -99.4333 1348.7 PAXTEPEC +MXN00012181 16.8500 -99.7833 19.8 TUNCINGO +MXN00012182 18.2000 -99.7833 1749.9 APETLANCA +MXN00012183 16.8833 -99.8500 459.9 LA SABANA +MXN00012184 18.1333 -99.9167 1300.0 APAXTLA +MXN00012185 17.7333 -98.6500 1449.9 CUALAC +MXN00012186 17.7500 -99.4667 1319.8 HUITZILTEPEC +MXN00012187 16.5667 -98.4500 33.8 MILPILLAS (CFE) +MXN00012188 16.7667 -99.2333 43.0 NEXPA +MXN00012189 16.8667 -99.8833 158.8 PALMA ZOLA UNO +MXN00012190 16.8667 -99.8833 84.7 PALMA ZOLA DOS +MXN00012191 17.0833 -100.3167 9.8 ZACUALPAN +MXN00012193 18.0167 -98.9000 719.9 PAPALUTLA (CFE) +MXN00012194 17.4167 -98.7833 1749.9 ZAPOTITLAN TABLAS (CFE) +MXN00012195 17.1833 -98.4000 2027.8 METLATONOC +MXN00012196 17.8667 -98.6833 1549.9 TEMALACACINGO +MXN00012197 16.9167 -99.8000 43.0 LA LAJA +MXN00012198 17.4833 -99.4500 1200.0 PETAQUILLAS +MXN00012199 17.9000 -98.4667 1018.9 XOCHIHUEHUETLAN +MXN00012200 17.4500 -98.5167 1106.7 IGUALITA +MXN00012201 16.8667 -99.8833 44.8 COSTA AZUL +MXN00012202 16.9333 -99.7833 44.8 LA GARITA +MXN00012203 16.8667 -99.8833 44.8 HOGAR MODERNO +MXN00012204 17.6000 -99.9333 1315.8 YEXTLA +MXN00012205 16.9500 -98.6500 267.9 PUEBLO HIDALGO +MXN00012206 17.7167 -98.9667 1300.0 AHUACUOTZINGO +MXN00012207 18.6000 -99.5333 1599.9 ACUITLAPAN +MXN00012208 16.3667 -98.5333 100.0 CUAJINICUILAPA +MXN00012209 18.6667 -99.5500 1489.9 EL MOGOTE +MXN00012210 18.5333 -100.6000 279.8 IXTAPILLA +MXN00012211 17.7333 -100.2000 959.8 NANCINTLA +MXN00012212 18.2000 -99.1667 939.7 TUZANTLAN +MXN00012214 16.7833 -98.9333 399.9 COACOYULICHAN +MXN00012215 18.6667 -99.5000 1238.7 DOS BOCAS +MXN00012216 18.3500 -99.5333 870.8 ESCUELA SEC. IGUALA DE LA IND +MXN00012217 16.7333 -99.1167 50.9 E.T.ARROYO 106 CRUZ GRANDE +MXN00012218 17.6500 -101.5833 4.9 IXTAPA ZIHUATANEJO +MXN00012219 17.0000 -100.0833 39.9 LAGUNA DE COYUCA +MXN00012220 16.6167 -99.0833 14.9 LAGUNA DE CHAUTENGO +MXN00012221 17.2000 -100.7500 19.8 LAGUNA DE NUXCO +MXN00012222 18.3333 -99.4667 766.9 LAGUNA DE TUXPAN +MXN00012223 16.8167 -99.7667 23.8 LAGUNA TRES PALOS +MXN00012224 18.1667 -100.8833 415.7 PINZAN MORADO +MXN00012225 18.0667 -100.5000 386.8 PRESA ANDRES FIGUEROA +MXN00012226 16.4333 -98.6333 19.8 TIERRA COLORADA +MXN00012227 17.5167 -98.4833 1599.9 XALPATLAHUAC +MXN00012228 17.3667 -98.8333 2244.9 ESCALERILLA LA LAGUNA +MXN00012230 16.6500 -98.8833 64.9 ATRISCO +MXN00012231 17.0167 -98.2000 999.7 RANCHO VIEJO +MXN00012232 16.7000 -99.4000 14.9 TECOMATE +MXN00012233 17.2500 -100.5667 261.8 TECPAN +MXN00012234 16.7500 -99.2333 59.7 LAS VIGAS +MXN00012236 16.7000 -99.1167 52.7 C.E.T.ARROYO 151 CRUZ GRANDE +MXN00012240 17.9667 -102.1000 4.9 PETACALCO +MXN00012241 17.8000 -101.6667 127.7 LA SALITRERA +MXN00012243 18.7333 -99.6667 1610.0 PILCAYA +MXN00012248 17.4333 -98.4500 1820.0 SAN JOSE LAGUNAS +MXN00012257 17.1333 -99.4000 191.7 EL PUENTE ESCUDERO (CFE) +MXN00012259 18.0833 -101.7000 190.8 COLMENEROS +MXN00012260 17.4667 -99.3667 999.7 MOCHITLAN +MXN00012261 17.1500 -99.5333 279.8 TIERRA COLORADA +MXN00012262 17.0833 -100.4667 4.9 HACIENDA LA CABAA +MXN00013001 20.0167 -98.8333 2439.9 ACAYUCA +MXN00013002 19.7000 -98.4333 2495.7 APAN (DGE) +MXN00013003 20.9000 -98.5833 984.8 CALNALI +MXN00013005 19.6167 -98.6667 2729.8 CHARCO DEL ZACATON +MXN00013006 19.7667 -98.5667 2450.0 CIUDAD SAHAGUN +MXN00013007 19.6333 -98.6667 2819.7 CORRALEJO +MXN00013008 19.8500 -98.9333 2290.0 EL MANANTIAL +MXN00013009 20.0167 -98.6333 2459.7 EPAZOYUCAN +MXN00013010 20.1500 -99.3333 2039.7 GENERAL PEDRO MARIA ANAYA +MXN00013011 21.1333 -98.4167 150.0 HUEJUTLA +MXN00013012 20.3667 -99.6333 2119.9 HUICHAPAN +MXN00013013 20.4667 -99.2167 1699.9 IXMIQUILPAN (SMN) +MXN00013014 19.6667 -98.5333 2479.9 LLANO CHICO +MXN00013015 20.5333 -98.6333 1421.0 SAN AGUSTIN METZIQUITITLAN +MXN00013016 20.1500 -98.6667 2611.8 MINERAL DEL MONTE +MXN00013017 20.2167 -98.7333 2350.9 EL CHICO +MXN00013018 20.2333 -99.2167 1999.8 MIXQUIAHUALA (SMN) +MXN00013019 20.7833 -98.7167 1864.8 MOLANGO +MXN00013020 20.0000 -98.7000 2339.9 NOPALAPA +MXN00013021 21.1667 -98.6000 179.8 SAN FELIPE ORIZATLAN (SMN) +MXN00013024 19.6000 -98.6333 2619.8 POTRERITO +MXN00013025 20.2333 -99.1833 1999.8 PROGRESO +MXN00013026 20.4167 -99.3333 1889.8 ALFAJAYUCAN (SMN) +MXN00013027 19.8000 -98.4833 2534.7 SAN JERONIMO +MXN00013028 19.8667 -98.4000 2550.0 SAN MIGUEL ALLENDE +MXN00013029 19.9833 -98.2833 2767.9 SAN LORENZO SAYULA +MXN00013030 19.8500 -98.3500 2535.9 SAN RAFAEL MAZATEPEC +MXN00013031 20.0333 -98.3667 2178.7 SANTIAGO TULANTEPEC +MXN00013032 19.9000 -98.5667 2649.9 SANTO TOMAS +MXN00013033 19.9500 -98.5000 2649.9 SINGUILUCAN +MXN00013034 20.3333 -98.2167 1665.7 TENANGO DE DORIA +MXN00013035 20.1833 -99.2667 1999.8 TEZONTEPEC (SMN) +MXN00013036 19.8333 -98.9667 2269.8 TIZAYUCA (SMN) +MXN00013037 19.8167 -98.6000 2450.0 TLANALAPA +MXN00013039 19.9500 -98.9167 2379.9 TOLCAYUCA +MXN00013042 20.6333 -98.6500 1987.9 ZACUALTIPAN (SMN) +MXN00013043 19.9000 -98.6667 2450.0 ZEMPOALA +MXN00013044 20.8167 -99.4167 2074.8 ZIMAPAN +MXN00013045 19.7167 -98.4500 2493.0 APAN (SMN) +MXN00013046 19.7000 -98.4833 2466.7 LAGUNA DE APAN +MXN00013048 20.9833 -98.6500 1567.0 TLANCHINOL (SMN) +MXN00013049 20.0667 -99.2667 2090.9 RANCHO LA SOLEDAD (CFE) +MXN00013050 20.6333 -98.6500 1980.0 ZACUALTIPAN (DGE) +MXN00013051 21.0000 -99.1833 2379.9 JACALA +MXN00013052 21.2000 -99.0000 413.9 GENERAL PISAFLORES +MXN00013053 20.5333 -99.6333 1699.9 TECOZAUTLA +MXN00013055 19.7167 -98.5833 2450.0 IROLO +MXN00013057 21.1000 -99.0000 2313.7 ZACATE GRANDE +MXN00013059 20.1333 -98.4333 2811.8 ACATLAN +MXN00013060 20.2667 -98.9333 1955.0 ACTOPAN +MXN00013061 20.2167 -98.4333 2112.0 ALCHOLOYA +MXN00013062 20.1667 -99.3333 1999.8 BINOLA +MXN00013063 20.4167 -99.2167 1799.8 PRESA BOQUILLA TECOLOTE +MXN00013064 20.2833 -99.4000 2119.9 CHAPANTONGO +MXN00013065 20.8667 -99.2000 2379.9 ENCARNACION +MXN00013066 20.7167 -98.7167 1663.0 C.E.T.A. 006 MOLANGO +MXN00013067 20.4333 -98.5667 1300.0 LOS ALAMOS +MXN00013068 19.9333 -99.2833 2173.8 EL SALTO +MXN00013069 20.4167 -99.1333 1809.9 EL MEZQUITAL KM. 150 +MXN00013070 20.6500 -99.1333 2299.7 SANTUARIO +MXN00013071 20.4500 -98.6667 1382.9 EL TAJO +MXN00013072 20.2167 -99.7500 2333.9 E.T.A. 027 NOPALA +MXN00013073 20.1167 -99.0000 2083.9 IGNACIO ZARAGOZA +MXN00013075 19.9833 -99.3167 2063.8 JASSO +MXN00013076 20.4333 -99.5167 2309.8 JONACAPA +MXN00013077 20.5833 -98.7500 1373.7 METZTITLAN +MXN00013079 19.9667 -98.5167 2419.8 PRESA EL GIRON +MXN00013080 20.1500 -99.3500 2039.7 PRESA ENDHO +MXN00013081 20.4333 -99.3667 1863.9 PRESA GOLONDRINAS +MXN00013082 20.0500 -98.3333 2209.8 PRESA LA ESPERANZA +MXN00013083 20.3167 -99.7167 2171.7 PRESA MADERO +MXN00013084 19.9500 -99.3000 2108.9 PRESA REQUENA +MXN00013085 19.7167 -98.3833 2599.9 PRESA TEZOYO +MXN00013086 20.1500 -99.0833 2080.0 SANTIAGO TEZONTLALE (CFE) +MXN00013087 20.6333 -98.8167 1300.0 SAN CRISTOBAL +MXN00013088 20.5500 -99.3000 1653.8 TASQUILLO +MXN00013089 19.9000 -99.3333 2149.8 TEPEJI DEL RIO +MXN00013090 20.1833 -99.2500 1999.8 RIO SALADO +MXN00013091 19.8167 -98.9500 2287.8 TIZAYUCA (DGE) +MXN00013092 20.0500 -99.3333 2059.8 TULA (DGE) +MXN00013093 20.4667 -98.6667 1382.9 VENADOS +MXN00013094 20.1500 -98.2000 2240.0 ACAXOCHITLAN +MXN00013095 20.3333 -98.3500 2199.7 AGUA BLANCA +MXN00013096 20.2667 -98.6500 2112.0 ATOTONILCO +MXN00013097 20.3167 -99.2167 1853.8 CHILCUAUTLA +MXN00013098 20.2000 -98.5667 2099.8 HUASCA +MXN00013099 20.2333 -98.3167 2155.9 METEPEC +MXN00013100 20.1667 -98.6333 2416.8 OMITLAN +MXN00013101 20.2333 -99.4833 2281.7 SAN BARTOLO +MXN00013104 21.1500 -98.9000 358.7 CHAPULHUACAN +MXN00013105 20.6000 -99.1000 2049.8 CARDONAL +MXN00013106 20.0833 -99.1000 2159.8 AJACUBA (SMN) +MXN00013108 20.2667 -99.0167 1993.7 E.T.A. 285 SAN SALVADOR +MXN00013109 20.3667 -98.9500 1999.8 E.T.A. 385 SANTIAGO DE ANAYA +MXN00013111 20.0833 -99.1167 2099.8 AJACUBA (DGE) +MXN00013112 20.2000 -98.7167 2915.7 MINERAL DEL CHICO +MXN00013115 20.1333 -98.6667 2811.8 REAL DEL MONTE +MXN00013116 20.1500 -98.5500 2309.8 EL ZEMBO +MXN00013117 20.1000 -98.8833 2359.8 SAN AGUSTIN TLAXIACA ALTO PAN +MXN00013118 21.0333 -98.2833 306.9 HUAUTLA (SMN) +MXN00013120 20.5000 -99.1333 1779.7 CAPULA +MXN00013121 20.3167 -98.7333 1691.9 SANTA MARIA AMAJAC +MXN00013122 20.4167 -99.3667 1859.9 PRESA JAVIER ROJO GOMEZ +MXN00013123 20.1333 -98.8500 2400.0 PRESA EL DURAZNO +MXN00013124 20.4833 -99.1167 1845.0 PRESA FELIPE ANGELES +MXN00013125 20.4000 -99.3333 1874.8 ALFAJAYUCAN (DGE) +MXN00013127 19.9500 -98.3167 2609.7 EL ASERRADERO +MXN00013128 20.1167 -98.8833 2354.9 SAN AGUSTIN TLAXIACA OCAVM +MXN00013129 19.8667 -98.7167 2369.8 SAN AGUSTIN ZAPOTLAN +MXN00013130 20.1500 -98.2667 2190.0 SANTA MARIA ASUNCION +MXN00013131 19.9833 -98.9167 2429.9 SANTIAGO TLAJOMULCO +MXN00013132 19.8000 -98.2500 2629.8 EL TEPOZAN +MXN00013133 19.9333 -98.7500 2489.9 SAN PEDRO TLAQUILPAN +MXN00013135 21.0167 -98.3333 155.8 ATLAPEXCO +MXN00013137 21.0500 -98.4833 293.8 TEHUATLAN +MXN00013138 19.6500 -98.5500 2489.9 EMILIANO ZAPATA +MXN00013139 21.0167 -98.2833 515.7 HUAUTLA (DGE) +MXN00013140 21.1167 -98.5333 219.8 JALTOCAN +MXN00013141 21.2833 -98.5833 129.8 LA LAGUNA +MXN00013144 20.4500 -98.0667 439.8 HUEHUETLA +MXN00013147 20.6667 -99.0333 2201.9 EL TIXQUI +MXN00013148 20.6333 -99.3333 2080.9 XITHA +MXN00013150 20.1500 -98.7167 2758.7 EL CEREZO +MXN00013151 20.4333 -98.9167 2091.8 EL ENCINO +MXN00013152 20.4667 -99.7333 1879.7 EL POTRERO +MXN00013154 20.2833 -98.8500 2505.8 MAGDALENA +MXN00013155 20.2000 -99.5833 2425.0 MARAVILLAS +MXN00013156 20.3667 -99.8000 2199.7 TLAXCALILLA +MXN00013158 20.7167 -99.4000 1689.8 LAS ADJUNTAS +MXN00013160 20.1500 -98.8667 2359.8 TORNACUXTLA +MXN00013162 19.8333 -98.6667 2444.8 SANTIAGO TEPEYAHUALCO +MXN00013164 21.1333 -98.8500 299.9 CAHUAZAS +MXN00013165 19.9500 -98.7000 2389.9 LA TRINIDAD +MXN00013166 20.1167 -99.2167 2059.8 TLAHUELILPAN +MXN00014001 20.7833 -102.9167 1677.9 ACATIC (SMN) +MXN00014002 20.4167 -103.5833 1369.8 ACATLAN DE JUAREZ +MXN00014004 21.3500 -102.3333 1809.9 AGOSTADERO +MXN00014005 19.0833 -103.1000 819.9 AHUIJULLO +MXN00014006 21.5500 -102.4333 1745.0 AJOJUCAR +MXN00014007 19.9000 -104.7167 419.7 ACIHUATL +MXN00014008 20.0167 -103.6000 1439.0 AMACUECA +MXN00014009 20.5333 -104.0333 1229.9 AMECA +MXN00014010 20.7833 -103.9500 1480.7 ANTONIO ESCOBEDO (SMN) +MXN00014011 19.3000 -104.8833 4.9 APAZULCO +MXN00014012 20.7667 -103.6833 1602.9 EL ARENAL (SMN) +MXN00014013 20.1333 -103.7167 2319.8 ATEMAJAC DE BRIZUELA +MXN00014014 20.2833 -104.2500 1478.9 ATENGO (SMN) +MXN00014015 20.4000 -104.4833 1300.0 ATENGUILLO +MXN00014016 20.3833 -103.1333 1519.7 ATEQUIZA +MXN00014017 20.5500 -102.5000 1599.9 ATOTONILCO EL ALTO +MXN00014018 20.0000 -103.5000 1350.0 ATOYAC +MXN00014019 19.7667 -104.3667 899.8 AUTLAN +MXN00014020 20.5333 -102.3333 1610.0 AYO EL CHICO +MXN00014021 19.4667 -104.1833 670.0 AYOTITLAN +MXN00014022 19.3333 -103.4167 837.9 CLAVELLINAS +MXN00014023 21.8167 -103.7833 962.9 BOLAOS +MXN00014024 19.9833 -105.1167 132.0 CAJON DE PEA +MXN00014025 21.4833 -102.5833 1799.8 CALERA +MXN00014026 22.0500 -103.3500 1729.7 CASA LLANTA +MXN00014027 19.6167 -104.4500 310.0 CASIMIRO CASTILLO +MXN00014028 19.2333 -104.5500 19.8 CIHUATLAN (DGE) +MXN00014029 19.9667 -103.2500 1638.9 CONCEPCION DE BUENOS AIRES +MXN00014030 19.7167 -103.4500 1514.9 CIUDAD GUZMAN (OBS) +MXN00014031 19.7500 -103.7500 1369.8 CIUDAD VENUSTIANO CARRANZA +MXN00014033 21.3167 -101.7000 2243.9 COMANJA DE CORONA +MXN00014034 19.7500 -103.1667 1159.8 CONTLA +MXN00014035 20.5000 -104.7667 1266.7 CORRINCHIS II +MXN00014036 19.4500 -104.3500 599.8 CUAUTITLAN +MXN00014037 22.3167 -103.2167 1824.8 PRESA ACHIMEC +MXN00014038 21.0500 -103.4333 999.7 CUIXTLA +MXN00014039 20.9167 -103.0167 1789.8 CUQUIO +MXN00014040 20.2833 -103.1833 1529.8 CHAPALA +MXN00014041 20.0833 -103.8500 1699.9 CHIQUILISTLAN +MXN00014042 19.3833 -104.8000 179.8 CUITZMALA +MXN00014043 19.9000 -104.1500 1140.0 EJUTLA +MXN00014044 20.3000 -105.0333 1703.8 EL BRAMADOR +MXN00014045 20.6833 -102.2667 2149.8 CABRITO +MXN00014046 19.7167 -104.2000 899.8 EL CHANTE +MXN00014047 20.3167 -102.7500 1539.8 EL FUERTE +MXN00014048 19.2833 -104.5500 360.0 EL CHIFLON +MXN00014049 20.0167 -105.3333 34.7 GARGANTILLO +MXN00014050 19.8500 -104.2833 905.0 EL GRULLO +MXN00014051 19.8167 -104.1167 821.7 EL LIMON +MXN00014052 19.8833 -103.7833 1999.8 EL NOGAL +MXN00014053 22.6000 -103.9333 1683.7 EL PINITO +MXN00014054 21.6167 -101.9500 2049.8 EL PUESTO +MXN00014055 20.6667 -103.7333 1300.0 INGENIO EL REFUGIO +MXN00014056 20.5000 -103.8500 1259.7 EL SALITRE +MXN00014057 20.5167 -103.1667 1507.8 EL SALTO +MXN00014058 21.6667 -102.0167 1964.7 EL TECUAN +MXN00014059 20.3167 -105.3167 599.8 EL TUITO +MXN00014060 20.7167 -102.4333 2005.0 EL TULE +MXN00014062 21.5167 -102.2333 1809.9 ENCARNACION DE DIAZ +MXN00014063 20.7667 -104.1000 1379.8 ETZATLAN (SMN) +MXN00014064 20.3333 -103.8000 1387.8 EX HACIENDA SAN DIEGO +MXN00014066 20.6667 -103.3333 1549.9 GUADALAJARA (DGE) +MXN00014067 19.9833 -105.1500 139.9 HIGUERA BLANCA +MXN00014068 21.0500 -104.0500 1300.0 HOSTOTIPAQUILLO +MXN00014069 22.3500 -103.2000 1829.7 HUEJUCAR (OBS) +MXN00014070 20.4667 -102.2333 1618.8 HUASCATO +MXN00014071 22.6167 -103.8833 1739.8 HUEJUQUILLA EL ALTO (DGE) +MXN00014072 20.4167 -103.2333 1549.9 HUERTA VIEJA +MXN00014073 20.8833 -103.2500 1824.8 IXTLAHUACAN DEL RIO +MXN00014074 21.1667 -102.4500 1749.9 JALOSTOTITLAN +MXN00014075 20.2833 -102.7000 1529.8 JAMAY +MXN00014076 20.6000 -102.2000 2128.7 JESUS MARIA +MXN00014077 20.2833 -103.4167 1539.8 JOCOTEPEC +MXN00014078 20.0833 -104.0833 1229.9 JUCHITLAN +MXN00014079 19.7667 -104.8500 631.9 LA COFRADIA +MXN00014080 21.0000 -102.8167 1489.9 LA CUA +MXN00014081 20.7167 -105.2000 18.9 LA DESEMBOCADA +MXN00014082 20.6667 -103.8167 1259.7 LA ESTANZUELA +MXN00014084 21.3500 -101.9167 1884.0 LAGOS DE MORENO (DGE) +MXN00014085 19.4667 -104.6333 279.8 LA HUERTA +MXN00014086 20.0000 -103.1500 2049.8 LA MANZANILLA DE LA PAZ +MXN00014087 20.7167 -102.8000 1773.9 LA RED +MXN00014088 20.8833 -103.3500 1059.8 LA SOLEDAD +MXN00014089 20.5833 -103.8500 1259.7 LA VEGA +MXN00014090 20.5667 -102.7333 1587.7 LA YERBABUENA +MXN00014091 20.0333 -104.8667 299.9 LLANO GRANDE +MXN00014093 20.9000 -103.9667 1379.8 MAGDALENA +MXN00014094 19.6167 -104.2000 1449.9 MANANTLAN +MXN00014095 19.5833 -103.0833 1225.0 MANUEL M. DIEGUEZ (CFE) +MXN00014096 20.5167 -104.7833 1229.9 MASCOTA (SMN) +MXN00014097 21.7667 -101.6500 2109.8 MATANZAS +MXN00014098 22.3833 -103.7167 1359.7 MEZQUITIC +MXN00014099 19.9000 -103.0167 2240.0 MAZAMITLA +MXN00014100 21.2500 -102.7667 1749.9 MEXTICACAN +MXN00014101 21.5333 -102.5833 1859.9 MICHOACANEJO +MXN00014102 20.3500 -102.7667 1529.8 OCOTLAN +MXN00014104 20.6333 -102.9500 1729.7 PALO VERDE +MXN00014105 21.1333 -103.9500 880.0 PASO DE ANALCO (CFE) +MXN00014106 21.4833 -101.7333 1946.8 PASO DEL CUARENTA I +MXN00014107 21.1833 -104.0667 419.7 PASO DE LA YESCA +MXN00014108 21.3333 -102.6167 1764.8 PASO DEL SABINO +MXN00014109 19.2500 -103.3667 719.9 PIHUAMO +MXN00014110 21.0333 -104.2000 830.0 PLAN DE BARRANCAS +MXN00014111 20.3667 -102.9167 1519.7 PONCITLAN +MXN00014112 18.9667 -103.3833 360.0 PRESA TROJES +MXN00014113 20.4333 -103.6167 1399.9 PRESA HURTADO +MXN00014114 21.2167 -101.8167 1949.8 PRESA LA DUQUESA +MXN00014115 20.7333 -103.2833 1015.0 PUENTE ARCEDIANO (CFE) +MXN00014116 20.6000 -105.2167 9.8 PUERTO VALLARTA +MXN00014117 19.7167 -104.6000 439.8 VILLA PURIFICACION (DGE) +MXN00014118 19.5167 -103.4333 1044.9 QUITO +MXN00014120 19.5500 -103.7333 1140.0 RANCHO EL CUISICHE +MXN00014122 21.6167 -102.3833 1799.8 SAN BERNARDO +MXN00014123 20.9833 -101.9833 1959.9 SAN DIEGO DE ALEJANDRIA +MXN00014124 19.8833 -102.8333 1619.7 SAN DIEGO +MXN00014125 20.6167 -104.5667 1639.8 SAN GREGORIO +MXN00014126 21.2333 -102.3167 1749.9 SAN JUAN DE LOS LAGOS +MXN00014127 21.6500 -102.5167 1829.7 SAN JUANICO +MXN00014128 21.0167 -102.1833 2069.9 SAN JULIAN (DGE) +MXN00014129 19.4333 -103.5000 1119.8 SAN MARCOS +MXN00014130 20.4333 -103.9167 1300.0 SAN MARTIN HIDALGO +MXN00014131 21.0167 -102.4000 1849.8 SAN MIGUEL EL ALTO +MXN00014132 20.6333 -103.3000 1539.8 TLAQUEPAQUE +MXN00014133 20.7500 -104.8500 839.7 SAN SEBASTIAN DEL OESTE +MXN00014134 22.2333 -104.2667 1919.9 SANTA CLARA +MXN00014135 22.1667 -103.2333 1745.0 SANTA MARIA DE LOS ANGELES +MXN00014136 20.9000 -103.7167 1058.9 SANTA ROSA +MXN00014138 19.3000 -104.3000 360.0 SEHUAYA +MXN00014139 20.0167 -104.2833 1329.8 TACOTAN +MXN00014140 20.3667 -104.8167 1154.9 TALPA DE ALLENDE +MXN00014141 19.6833 -103.2500 1449.9 INGENIO TAMAZULA +MXN00014142 19.9333 -103.7500 2059.8 TAPALPA (SMN) +MXN00014143 20.2000 -104.0333 1200.0 TECOLOTLAN (DGE) +MXN00014144 22.1500 -103.2167 1709.9 TENASCO +MXN00014145 21.4333 -102.5667 1739.8 TEOCALTICHE (DGE) +MXN00014146 20.0833 -103.3667 1369.8 TEOCUITATLAN +MXN00014147 20.8167 -102.7500 1799.8 TEPATITLAN +MXN00014148 19.5500 -104.5000 285.9 TECOMATES +MXN00014149 20.1667 -103.0500 1549.9 TIZAPAN EL ALTO (SMN) +MXN00014151 19.6000 -103.9167 739.7 TOLIMAN (SMN) +MXN00014152 19.9333 -105.2333 50.0 TOMATLAN +MXN00014153 21.9167 -103.4333 1759.9 TOTATICHE +MXN00014154 20.5333 -102.7833 1539.8 TOTOTLAN +MXN00014155 19.6833 -103.9667 719.9 TUXCACUESCO +MXN00014156 20.1500 -103.1833 1529.8 TUXCUECA +MXN00014157 21.1167 -102.0000 1916.9 UNION DE SAN ANTONIO +MXN00014158 19.9500 -104.2667 1339.9 UNION DE TULA +MXN00014159 21.0000 -102.6000 1859.9 VALLE DE GUADALUPE +MXN00014160 19.9167 -102.9333 1959.9 VALLE DE JUAREZ (DGE) +MXN00014161 21.8167 -101.6500 2269.8 VAQUERIAS +MXN00014162 20.8833 -103.6667 789.7 PRESA SANTA ROSA (CFE) +MXN00014163 20.4000 -103.6500 1354.8 VILLA CORONA +MXN00014164 21.9833 -103.6000 1784.9 VILLA GUERRERO +MXN00014165 21.1333 -102.6833 1849.8 VILLA OBREGON +MXN00014166 19.7167 -104.6333 457.8 VILLA PURIFICACION (SMN) +MXN00014167 21.1667 -102.8833 1799.8 YAHUALICA DE GONZALEZ GALLO ( +MXN00014168 20.2167 -103.5667 1350.0 ZACOALCO DE TORRES +MXN00014169 20.7167 -103.3833 1560.0 ZAPOPAN +MXN00014170 19.6167 -103.4000 1301.8 ZAPOTILTIC +MXN00014171 20.6167 -103.0667 1514.9 ZAPOTLANEJO (SMN) +MXN00014173 20.3833 -103.1333 1521.0 ATEQUIZA NORMAL RURAL +MXN00014174 19.2500 -104.5667 19.8 CIHUATLAN (SMN) +MXN00014175 22.1000 -103.2500 1659.9 COLOTLAN (DGE) +MXN00014177 19.2000 -102.8500 419.7 LOS OLIVOS +MXN00014178 20.5333 -104.7833 1229.9 MASCOTA (DGE) +MXN00014179 21.8500 -101.5833 2219.9 OJUELOS DE JALISCO (DGE) +MXN00014180 19.9167 -102.8667 1659.9 QUITUPAN +MXN00014182 21.0000 -102.2000 2059.8 SAN JULIAN (SMN) +MXN00014183 20.7833 -104.1833 1379.8 SAN MARCOS +MXN00014185 20.2000 -104.0500 1200.0 TECOLOTLAN (SMN) +MXN00014186 21.4333 -102.5833 1739.8 TEOCALTICHE (SMN) +MXN00014187 20.8667 -103.8333 1179.9 TEQUILA +MXN00014188 20.6833 -103.8333 1259.7 TEUCHITLAN +MXN00014189 20.1500 -103.0333 1549.9 TIZAPAN EL ALTO (DGE) +MXN00014191 19.9333 -102.9500 1949.8 VALLE DE JUAREZ (SMN) +MXN00014192 21.1833 -102.8833 1799.8 YAHUALICA DE GONZALEZ GALLO ( +MXN00014196 22.1167 -103.2667 1659.9 COLOTLAN (SMN) +MXN00014197 19.9333 -104.2500 1003.7 PRESA TRIGOMIL +MXN00014266 21.2833 -102.4833 1749.9 SAN GASPAR DE LOS REYES +MXN00014269 20.7000 -103.9667 1339.9 AHUALULCO DE MERCADO (SMN) +MXN00014271 20.1667 -104.7000 2119.9 LA CUMBRE DE GUADALUPE +MXN00014276 21.0167 -104.2167 1300.0 BARRANCAS (FFCC) +MXN00014277 20.8333 -104.0833 1384.7 ETZATLAN (FFCC) +MXN00014278 20.7167 -103.6333 1460.0 EMPALME DE ORENDAIN (FFCC) +MXN00014279 20.6500 -103.3500 1549.0 GUADALAJARA (FFCC) +MXN00014280 20.4333 -102.0833 1729.7 LA QUEMADA (FFCC) +MXN00014281 20.5833 -103.8500 1250.0 LA VEGA (FFCC) +MXN00014287 20.5833 -103.7667 1287.8 E.T.A. 135 PACANA +MXN00014292 20.7000 -103.4167 1599.9 ESCUELA DE AGRICULTURA +MXN00014294 20.4667 -103.4333 1560.0 TLAJOMULCO DE ZUIGA +MXN00014295 20.7167 -103.4167 1569.7 UNIVERSIDAD AUTONOMA DE GUADA +MXN00014296 19.4833 -104.6167 279.8 CAMPO EXPERIMENTAL LA HUERTA +MXN00014297 20.5667 -104.3667 1439.9 GUACHINANGO (SMN) +MXN00014301 20.2167 -104.1500 1469.7 TENAMAXTLAN +MXN00014304 21.3500 -101.9333 1899.8 LAGOS DE MORENO (SMN) +MXN00014306 22.3667 -103.9167 1770.0 TENZOMPA +MXN00014307 20.7667 -102.9000 1679.8 ACATIC (DGE) +MXN00014308 20.7000 -102.3333 2059.8 ARANDAS +MXN00014310 20.1167 -104.3333 1369.8 AYUTLA +MXN00014312 20.2000 -104.4000 1720.0 CUAUTLA +MXN00014313 20.4333 -102.1333 1779.7 DEGOLLADO (DGE) +MXN00014314 20.7500 -104.0667 1399.9 ETZATLAN (DGE) +MXN00014315 19.7833 -103.4667 1510.0 GOMEZ FARIAS +MXN00014316 20.5667 -104.3667 1488.9 GUACHINANGO (DGE) +MXN00014317 20.4333 -104.4000 1539.8 MIXTLAN +MXN00014318 21.8667 -103.7500 1679.8 EL REFUGIO +MXN00014319 21.7000 -103.5833 2234.8 SAN JUAN DE LOS POTREROS +MXN00014320 21.3500 -101.8333 1939.7 LA SAUCEDA +MXN00014322 19.4667 -103.3000 1140.0 TECALITLAN +MXN00014323 20.0667 -103.5500 1405.7 TECHALUTA +MXN00014324 21.9667 -103.5167 1869.9 TEMASTIAN +MXN00014325 19.4000 -103.5333 1239.9 TONILA +MXN00014326 22.2833 -103.7333 1359.7 TOTUATE +MXN00014327 21.6833 -103.8000 799.8 SAN MARTIN DE BOLAOS +MXN00014329 20.6667 -103.2833 1549.9 LA EXPERIENCIA +MXN00014330 21.5833 -102.1333 1884.9 LOS SAUCES CHICOS +MXN00014331 22.0333 -103.3167 1457.9 EL ZAPOTE +MXN00014333 20.7000 -103.9833 1339.9 AHUALULCO DE MERCADO (DGE) +MXN00014336 19.2500 -103.2833 1460.0 EL GUAYABO +MXN00014337 21.0167 -102.8167 1697.7 APOZOL +MXN00014338 20.7667 -103.6833 1379.8 EL ARENAL (DGE) +MXN00014339 20.5833 -105.2167 52.7 EL CUALE +MXN00014340 22.0500 -103.9167 2439.9 BAJIO DE LOS AMOLES +MXN00014342 19.5500 -103.3667 1140.0 TUXPAN +MXN00014343 19.9000 -104.0500 823.9 PRESA BASILIO BADILLO +MXN00014344 20.3000 -105.6167 19.8 AQUILES SERDAN +MXN00014345 21.4167 -102.6333 1984.9 AHUETITA +MXN00014346 22.4000 -103.7167 1351.8 BOCAS +MXN00014347 22.0000 -103.1667 1720.0 JALISCO DEL REFUGIO +MXN00014348 19.3667 -103.0167 739.7 JILOTLAN +MXN00014349 20.2500 -104.5833 1519.7 EL RODEO +MXN00014350 19.6333 -103.9833 699.8 EL ROSARIO +MXN00014351 20.6333 -103.7000 1329.8 TALA +MXN00014352 19.5333 -103.8000 1140.0 ZAPOTITLAN +MXN00014355 20.3167 -102.5333 1536.8 LA BARCA +MXN00014356 20.4167 -103.4333 1624.9 LA CAADA +MXN00014360 20.6500 -102.0833 2299.7 LAS LAGUNAS +MXN00014362 20.4000 -103.3167 1560.0 SAN LUCAS EVANGELISTA +MXN00014363 21.7667 -101.9500 2019.9 TACUBAYA +MXN00014365 21.1333 -102.3833 1759.9 TEOCALTITAN DE GUADALUPE +MXN00014367 21.1833 -102.1167 1799.8 TLACUITAPAN +MXN00014368 19.8667 -103.5333 1359.7 USMAJAC +MXN00014369 20.8500 -102.2167 2080.9 LA VAQUERA +MXN00014373 20.8000 -103.3333 1379.8 AGUA PRIETA +MXN00014377 20.3833 -103.8000 1294.8 LA PRIMAVERA +MXN00014387 19.7833 -103.9667 799.8 TONAYA +MXN00014391 20.0500 -103.1000 1889.8 PRESA EL VOLANTIN +MXN00014392 21.4833 -101.7500 1998.0 PASO DEL CUARENTA II +MXN00014395 19.9833 -104.1833 1460.0 IXTLAHUACAN DE SANTIAGO +MXN00014396 20.2667 -103.4167 1529.8 PIEDRA BARRENADA +MXN00014397 20.6833 -102.9500 1619.7 PRESA CALDERON +MXN00015001 19.9500 -99.8333 2543.9 ACAMBAY +MXN00015002 20.1000 -99.8167 2489.9 ACULCO (SMN) +MXN00015003 19.3667 -99.7500 2594.8 ALMOLOYA DE JUAREZ +MXN00015004 19.1500 -99.4833 2571.9 ALMOLOYA DEL RIO (DGE) +MXN00015005 19.2500 -100.0167 2364.9 AMANALCO DE BECERRA +MXN00015006 18.6667 -100.1833 1799.8 AMATEPEC +MXN00015007 19.1333 -98.7667 2469.8 AMECAMECA DE JUAREZ (DGE) +MXN00015008 19.5333 -98.9000 2244.9 ATENCO +MXN00015009 19.8000 -99.8833 2559.7 ATLACOMULCO (SMN) +MXN00015010 19.4500 -99.7667 2557.0 ATOTONILCO +MXN00015011 19.3167 -99.4667 2649.9 ATARASQUILLO +MXN00015012 18.7667 -100.4167 579.7 BEJUCOS (CFE) +MXN00015013 19.5333 -99.2333 2290.0 CALACOAYA +MXN00015014 19.4333 -99.5333 2760.0 CAPULHUAC +MXN00015015 19.1333 -98.7667 2479.9 AMECAMECA DE JUAREZ (SMN) +MXN00015016 18.9167 -99.7500 2269.8 COATEPEC HARINAS +MXN00015017 19.3833 -98.8333 2404.9 COATEPEC DE LOS OLIVOS +MXN00015018 19.3167 -98.7500 2899.9 COLONIA MANUEL A CAMACHO +MXN00015019 19.5833 -99.3500 2429.9 COLONIA VICENTE GUERRERO +MXN00015020 19.2500 -98.8833 2240.0 CHALCO -SAN LUCAS- +MXN00015022 19.6500 -99.0167 2339.9 CHICONAUTLA +MXN00015023 19.3833 -98.9167 2281.7 CHIMALHUACAN +MXN00015024 19.8833 -99.5500 2489.9 PRESA DANXHO +MXN00015025 19.5667 -99.6500 2537.8 EJIDO DE LLANO GRANDE +MXN00015026 19.5500 -99.8500 2550.0 ENYEJE +MXN00015027 19.5000 -99.3000 2479.9 EL SALITRE +MXN00015028 19.9000 -99.1167 2228.7 EL TAJO -TUNEL VIEJO- +MXN00015029 19.8500 -99.9167 2448.8 EL TEJOCOTE +MXN00015030 19.4000 -99.5500 2575.9 HACIENDA LA Y +MXN00015031 19.9667 -100.0500 2354.9 HACIENDA SOLIS +MXN00015032 19.8333 -99.2000 2258.0 HUEHUETOCA +MXN00015033 19.3500 -99.3500 2722.8 HUIXQUILUCAN +MXN00015034 18.8333 -99.7333 1860.8 IXTAPAN DE LA SAL +MXN00015035 19.2500 -100.2500 1718.8 IXTAPAN DEL ORO +MXN00015036 19.5500 -99.7500 2534.7 IXTLAHUACA (SMN) +MXN00015037 19.5500 -99.6000 2771.9 JIQUIPILCO +MXN00015038 19.0500 -99.5167 2796.8 JOQUICINGO +MXN00015039 19.0833 -98.8833 2542.9 JUCHITEPEC +MXN00015040 19.6000 -99.0500 2249.7 GRAN CANAL KM 02+120 BOMBAS +MXN00015041 19.5500 -99.0167 2235.7 GRAN CANAL KM 27+250 +MXN00015042 19.8000 -99.1000 2362.8 GRAN CANAL KM 46+930 +MXN00015044 19.5667 -98.9000 2249.7 LA GRANDE +MXN00015045 19.2833 -99.3667 2229.9 LA MARQUESA +MXN00015046 19.1667 -100.2000 1644.7 PRESA COLORINES (CFE) +MXN00015047 19.5500 -99.2000 2269.8 LAS ARBOLEDAS +MXN00015048 18.8500 -100.2333 1041.8 LAS JUNTAS (CFE) +MXN00015049 19.2833 -99.5000 2569.8 LERMA +MXN00015050 19.3500 -98.9833 2247.9 LOS REYES +MXN00015051 19.4167 -99.8667 2576.8 LOS VELAZQUEZ +MXN00015052 18.9167 -100.2833 1129.9 LUVIANOS (CFE) +MXN00015053 19.4167 -99.3167 3419.9 MAGDALENA CHICHICASPA +MXN00015054 18.9333 -99.4833 1733.7 MALINALCO +MXN00015055 19.7833 -98.8167 2529.8 MAQUIXCO +MXN00015056 19.2000 -99.5833 2601.8 MEXICALCINGO +MXN00015057 19.4333 -99.4500 2881.9 MIMIAPAN +MXN00015058 19.4500 -99.2333 2288.7 MOLINITO +MXN00015059 19.4667 -99.2167 2265.0 MOLINO BLANCO +MXN00015060 18.9833 -98.8500 2297.9 NEPANTLA +MXN00015061 19.4000 -99.0333 2277.8 NEZAHUALCOYOTL +MXN00015062 19.1167 -99.7667 4282.7 NEVADO DE TOLUCA +MXN00015063 19.4000 -99.6833 2610.9 NUEVA SANTA ELENA +MXN00015064 20.1167 -99.5333 2352.8 OXTHOC +MXN00015065 19.7000 -98.7500 2348.8 OTUMBA +MXN00015066 19.5000 -100.0833 2635.0 PALIZADA +MXN00015067 18.6833 -100.3667 787.9 PALMAR CHICO +MXN00015068 18.8833 -100.2167 1129.9 PASO DEL COBRE (CFE) +MXN00015069 20.2167 -99.8333 2279.9 POLOTITLAN +MXN00015070 19.7667 -100.1333 2928.8 PRESA BROCKMAN +MXN00015071 19.7667 -99.6833 2710.0 PRESA EL TIGRE +MXN00015072 19.7000 -99.9333 2669.7 PRESA EMBAJOMUY +MXN00015073 19.6167 -99.2667 2309.8 PRESA GUADALUPE +MXN00015074 19.6833 -99.3000 2299.7 PRESA LA CONCEPCION +MXN00015075 19.5667 -99.2667 2359.8 PRESA LAS RUINAS +MXN00015076 19.6500 -99.9500 2564.0 PRESA TEPETITLAN +MXN00015077 19.4500 -99.2833 2384.8 PRESA TOTOLICA +MXN00015078 19.8167 -99.7833 2717.9 PRESA FRANCISCO TRINIDAD FABE +MXN00015079 19.9000 -100.0167 2369.8 PUENTE ANDARO +MXN00015080 19.0167 -98.7667 2364.9 ATLAUTLA REPETIDORA +MXN00015081 19.7000 -99.2167 2364.9 REPRESA EL ALEMAN +MXN00015082 19.3500 -98.6667 2977.0 RIO FRIO +MXN00015083 19.5167 -98.9000 2243.9 SAN ANDRES +MXN00015084 19.8667 -99.7333 2657.9 SAN ANDRES TIMILPAN +MXN00015085 19.5167 -99.7333 2586.8 SAN BARTOLO DEL LLANO +MXN00015086 19.4667 -99.7000 2559.7 SAN BERNABE +MXN00015087 19.7167 -99.9500 2550.0 SAN FELIPE DEL PROGRESO (SMN) +MXN00015088 19.1500 -99.9000 2604.8 SAN FRANCISCO OXTOTILPAN +MXN00015089 19.2833 -99.7667 2772.8 SAN FRANCISCO TLALCILALCALPAN +MXN00015090 19.7500 -98.9333 2265.0 SAN JERONIMO XONOCAHUACAN +MXN00015091 19.5333 -98.7833 2975.8 SAN JOSE +MXN00015092 19.5167 -99.1000 2234.8 SAN JUAN IXHUATEPEC +MXN00015093 19.6333 -99.6000 2657.9 SAN LORENZO MALACOTA +MXN00015094 19.1833 -98.8667 2284.8 SAN LUIS AMECA +MXN00015095 19.4833 -99.3667 2754.8 SAN LUIS AYUCAN +MXN00015096 19.8667 -99.0500 2315.0 SAN MARCOS JILOTZINGO +MXN00015097 19.7000 -98.8333 2305.8 SAN MARTIN DE LAS PIRAMIDES +MXN00015098 19.6167 -99.1833 2254.9 SAN MARTIN OBISPO +MXN00015099 19.7500 -99.0333 2249.7 SAN MATEO ACUITLAPILCO +MXN00015100 19.5667 -99.2333 2284.8 SAN MATEO TECOLOAPAN +MXN00015101 19.5167 -98.8000 2404.9 SAN MIGUEL TLAIXPAN +MXN00015102 19.6833 -100.0833 2676.8 SAN ONOFRE +MXN00015103 19.0833 -98.7333 2619.8 SAN PEDRO NEXAPA +MXN00015104 19.8500 -99.9667 2450.0 SAN PEDRO POTLA +MXN00015105 19.1000 -99.5167 2580.7 SAN PEDRO TECHUCHULCO +MXN00015106 19.2000 -98.7500 2529.8 SAN RAFAEL +MXN00015107 19.2000 -100.3167 1346.0 SANTA BARBARA (CFE) +MXN00015108 19.3000 -99.8167 2838.9 SANTA MARIA DEL MONTE +MXN00015109 19.6333 -99.4000 2708.8 SANTA MARIA MAGDALENA CAHUACA +MXN00015110 20.1000 -99.8333 2445.7 ACULCO (DGE) +MXN00015111 19.5833 -99.5833 2985.8 SANTA MARIA NATIVITAS +MXN00015112 19.7000 -99.7000 2696.0 SANTIAGO YECHE +MXN00015113 19.1667 -99.4667 2633.8 SANTIAGO TIANGUISTENCO +MXN00015114 19.5500 -99.4000 2795.9 SANTIAGO TLAZALA +MXN00015115 19.7667 -99.1667 2249.7 SANTO TOMAS PUENTE COLGANTE +MXN00015116 18.9167 -100.1667 1592.0 TEJUPILCO +MXN00015117 19.9167 -100.0000 2376.8 TEMASCALCINGO +MXN00015118 19.0500 -100.0500 1881.8 TEMASCALTEPEC +MXN00015119 19.4667 -99.5833 2693.8 TEMOAYA +MXN00015120 18.9333 -99.7167 2208.0 TOMA TECOMATEPEC +MXN00015121 18.9500 -99.5833 2021.7 TENANCINGO DE DEGOLLADO +MXN00015122 19.1000 -99.6167 2857.8 TENANGO +MXN00015123 19.5833 -98.8167 2323.8 TEPETLAOXTOC +MXN00015124 19.6000 -98.9167 2247.9 TEPEXPAN +MXN00015125 19.5000 -98.8667 2249.7 TEXCOCO (DGE) +MXN00015127 19.4500 -99.2333 2286.9 TOTOLICA SAN BARTOLO +MXN00015128 19.8000 -100.0667 2600.9 TULTENANGO +MXN00015129 19.6833 -99.1167 2244.9 TULTEPEC +MXN00015130 19.2333 -100.1333 1941.9 PRESA VALLE DEL BRAVO (CFE) +MXN00015131 19.3667 -100.0833 2550.0 VILLA DE ALLENDE +MXN00015132 19.7167 -99.4667 2544.8 VILLA DEL CARBON +MXN00015133 19.4500 -99.9833 2576.8 PRESA VILLA VICTORIA +MXN00015134 18.8833 -99.6333 1899.8 VIVERO LA PAZ +MXN00015135 19.6167 -98.6667 1354.8 XOCHIHUACAN +MXN00015136 18.7000 -99.7667 2005.0 ZACUALPAN +MXN00015137 19.5167 -99.1000 2240.0 AMEALCO +MXN00015139 19.7833 -99.8667 2550.0 ATLACOMULCO I (DGE) +MXN00015140 19.3333 -100.1500 2364.9 PRESA CHILESDO +MXN00015141 19.3167 -98.9000 2339.9 E.T.A. 032 TLALPITZAHUATL +MXN00015142 19.7833 -99.7167 2710.9 SAN MARCOS TLAZALPAN +MXN00015145 19.4500 -98.9167 2259.8 PLAN LAGO DE TEXCOCO +MXN00015146 19.8833 -100.0333 2757.8 PUEBLO NUEVO +MXN00015147 19.3833 -99.3000 2472.8 SAN BARTOLOME +MXN00015148 19.7000 -99.9500 2582.9 SAN FELIPE DEL PROGRESO (DGE) +MXN00015149 19.3833 -99.4333 2844.7 SAN LORENZO HUITZIZILAPA +MXN00015150 19.4667 -98.8667 2240.0 SAN MATEO HUEXOTLA +MXN00015151 19.7833 -99.0833 2249.7 ZUMPANGO +MXN00015156 19.8333 -99.2667 2287.8 SAN MIGUEL JAGEYES +MXN00015158 19.6667 -99.8167 2551.8 SAN PEDRO DE LOS BAOS +MXN00015159 18.6667 -100.1833 1072.0 SANTIAGO AMATEPEC +MXN00015160 19.4000 -99.9333 2769.7 SANTIAGO DEL MONTE +MXN00015161 18.7500 -99.8833 2523.7 SULTEPEC (CFE) +MXN00015162 18.7833 -99.9500 1916.9 SULTEPEC +MXN00015163 19.5167 -98.8833 2254.9 TEXCOCO (SMN) +MXN00015164 19.2833 -99.6167 2637.7 TOLUCA (DGE) +MXN00015165 19.1833 -100.1167 1948.0 VALLE DEL BRAVO +MXN00015166 18.8667 -99.7833 1891.0 CERCADA NORTE +MXN00015167 19.4333 -98.9000 2255.8 EL TEJOCOTE +MXN00015170 19.4833 -98.8833 2249.7 CHAPINGO (DGE) +MXN00015173 18.9333 -99.3167 2231.7 AHUATENCO +MXN00015174 19.2833 -99.9167 2999.8 PALO MANCORNADO +MXN00015176 19.1667 -99.5000 2621.9 ALMOLOYA DEL RIO (SMN) +MXN00015177 19.0000 -100.2833 1101.9 ACATITLAN (CFE) +MXN00015178 19.1667 -100.2333 1376.8 IXTAPANTONGO +MXN00015180 18.8333 -99.6500 1843.7 LAS ANIMAS +MXN00015183 19.8000 -100.1167 2730.7 EL ORO +MXN00015184 18.9667 -99.6500 2199.7 EL ISLOTE +MXN00015185 20.1167 -99.7333 2493.0 PRESA EL MOLINO +MXN00015186 18.8667 -100.1667 1403.0 E.T.A. 193 TEJUPILCO A-8 +MXN00015187 20.0500 -99.6833 2639.9 PRESA HUAPANGO +MXN00015188 19.8667 -99.1667 2299.7 LA MORA +MXN00015189 20.1333 -99.9000 2350.9 LA CONCEPCION +MXN00015190 20.1833 -99.9500 2290.0 PRESA SAN ILDEFONSO +MXN00015191 19.0667 -100.2500 1375.0 SAN JUAN ZACAZONAPAN +MXN00015192 20.2167 -99.8833 2259.8 TAXHIE +MXN00015193 19.8333 -99.4000 2234.8 PRESA TAXHIMAY +MXN00015194 20.0333 -99.9833 2712.7 AGOSTADERO +MXN00015195 18.7667 -100.4167 944.0 BEJUCOS +MXN00015196 19.8167 -99.5333 2263.7 CHAPA DE MOTA +MXN00015197 19.4500 -100.1833 2749.9 CUESTA DEL CARMEN +MXN00015198 18.9000 -99.5667 2329.9 C.R.D.F. GUADALUPE VICTORIA +MXN00015199 19.5500 -99.9333 2927.0 MINA VIEJA +MXN00015200 18.5667 -100.4000 647.7 PALMAR GRANDE +MXN00015201 19.4167 -99.6000 2582.9 TROJES +MXN00015203 19.3333 -99.6833 2629.8 CALIXTLAHUACA +MXN00015205 19.3500 -99.9333 2619.8 PRESA DOLORES +MXN00015206 19.7833 -100.0833 2721.9 EL GUARDA +MXN00015207 19.2667 -99.7500 2801.7 EL MOLINO II +MXN00015208 19.7000 -99.8167 2537.8 POZO CUATRO +MXN00015209 19.4167 -99.2333 2573.7 PRESA SAN JOAQUIN +MXN00015210 19.5167 -98.7167 2749.9 SAN JUAN TOTOLAPAN +MXN00015211 19.2667 -99.6833 2694.7 NUEVA OXTOTITLAN +MXN00015212 18.8667 -100.1667 1535.0 EL CIRUELO +MXN00015214 18.8500 -100.1000 1779.7 IXTAPAN DE LA PANOCHA +MXN00015216 19.7667 -98.7000 2490.8 NOPALTEPEC +MXN00015217 20.1333 -99.6000 2604.8 SAN JUAN ACAZUCHITLAN +MXN00015218 18.5667 -100.3000 645.0 SAN PEDRO LIMON +MXN00015219 19.1000 -100.3667 1877.9 PRESA PINZANES (CFE) +MXN00015222 19.1500 -99.3833 2939.8 COAXAPA +MXN00015223 18.9000 -99.4500 1503.9 PUENTE CAPORAL +MXN00015225 19.9500 -99.5167 2500.0 JILOTEPEC +MXN00015227 19.6500 -100.1333 2694.7 CONCEPCION DEL MONTE +MXN00015228 19.0833 -99.4000 2779.8 LA LAGUNILLA +MXN00015229 19.1667 -99.8000 3431.7 LOMA ALTA +MXN00015230 19.6500 -100.2167 3079.7 PALO AMARILLO +MXN00015231 19.5167 -99.4500 3289.7 PRESA ITURBIDE +MXN00015232 19.1000 -99.4000 2749.9 SAN BARTOLO DEL PROGRESO +MXN00015233 19.5833 -99.9333 2909.9 SAN NICOLAS MAVATI +MXN00015235 18.7167 -99.9333 1736.8 SAN MIGUEL TOTOLMOLOYA +MXN00015236 19.4833 -99.8333 2705.7 OCOYOTEPEC +MXN00015237 19.0500 -99.9333 2319.8 TEQUESQUIPAN +MXN00015238 19.5000 -99.7167 2617.9 SANTA MARIA DEL LLANO +MXN00015239 19.7500 -99.6333 2831.0 SAN ANTONIO TROJES +MXN00015240 19.1167 -99.6167 2746.9 SAN FRANCISCO PUTLA +MXN00015241 19.0333 -100.1667 1722.7 SAN PEDRO TENAYAC +MXN00015242 19.2333 -99.3833 2970.0 SAN PEDRO ATLAPULCO +MXN00015243 19.9000 -100.0667 2443.9 PRESA JUANACATLAN +MXN00015244 20.0167 -99.9167 2839.8 MUYTEJE +MXN00015245 19.7833 -99.9833 2619.8 LA JORDANA +MXN00015246 19.5333 -99.3833 2749.9 JILOTZINGO +MXN00015247 19.6333 -100.0333 2609.7 LA CIENEGA +MXN00015248 18.7500 -99.6167 1583.7 COATEPEQUITO +MXN00015251 19.7833 -99.8667 2573.7 ATLACOMULCO II (DGE) +MXN00015252 19.0167 -98.7667 2349.7 ATLAUTLA E-9 +MXN00015253 18.8500 -99.8833 1980.0 ALMOLOYA DE ALQUISIRAS E-14 +MXN00015254 18.9833 -99.7500 2500.0 EL MOLINO E-16 +MXN00015255 18.9167 -99.8000 2248.8 IXTLAHUACA VILLADA E-30 +MXN00015256 18.9833 -99.4167 2309.8 OCUILAN E-23 +MXN00015259 18.9833 -99.8500 2849.9 AGUA BENDITA +MXN00015260 20.0833 -99.9000 2736.8 SAN LUCAS TOTOLMALOYA +MXN00015261 20.0167 -99.8667 2649.9 EL JAZMIN +MXN00015262 19.2667 -99.6667 2685.9 ESCUELA SEC. 8 MANUEL BERNAL +MXN00015263 19.6333 -98.9000 2254.9 ACOLMAN +MXN00015264 19.6000 -99.6667 2575.9 BUENOS AIRES +MXN00015265 19.3833 -100.0667 2540.8 CAMPAMENTO LOS BERROS +MXN00015266 19.2333 -99.5667 2761.8 CODAGEM +MXN00015267 19.7167 -100.0333 2794.7 CHICHILPA +MXN00015268 19.3167 -98.8667 2249.7 IXTAPALUCA +MXN00015269 19.5000 -99.5500 2747.8 JIQUIPILCO EL VIEJO +MXN00015270 18.8500 -99.7667 1849.8 MEYUCA +MXN00015271 19.4000 -99.7167 2599.9 MINA MEXICO +MXN00015272 18.8000 -99.7667 1703.8 EL MIRADOR +MXN00015273 20.0333 -99.8500 2599.9 PRESA ADO +MXN00015274 19.9333 -99.0000 2379.9 NOPALA +MXN00015275 18.7500 -99.8500 1949.8 LOS PEREZ +MXN00015276 19.2333 -99.8000 3045.0 SAN JOSE DEL CONTADERO +MXN00015277 19.7500 -99.9167 2565.8 SAN MIGUEL TENOCHTITLAN +MXN00015278 19.7500 -99.7500 3060.8 SANTIAGO ACUTZILAPAN +MXN00015279 19.8500 -100.0000 2614.9 SANTIAGO COACHOCHITLAN +MXN00015280 19.2000 -98.8000 2409.7 TLALMANALCO +MXN00015281 18.8167 -99.6667 1759.9 TLAPANALOYA TEQUISQUIAPAN +MXN00015282 19.3333 -99.7833 2681.9 TRES BARRANCAS +MXN00015283 18.8167 -99.8167 1817.8 LA UNION RIVAPALACIO +MXN00015284 18.9000 -99.7833 2829.8 ACUITLAPILCO E-16 +MXN00015285 19.0500 -99.8667 3004.7 CAJONES E-26 +MXN00015286 18.9833 -99.9167 2829.8 CIENEGUILLAS DE LABRA E-27 +MXN00015287 19.1333 -99.9167 2500.0 LA COMUNIDAD D-8 +MXN00015288 18.9500 -98.7500 2386.0 ECATZINGO E-8 +MXN00015291 19.0333 -100.0167 1860.8 REAL DE ARRIBA E-32 +MXN00015292 19.0500 -99.5333 2661.8 SAN FRANCISCO TEPEXOXUCA E-20 +MXN00015293 19.2333 -99.7500 2904.7 SAN JUAN DE LAS HUERTAS +MXN00015294 19.0667 -99.6500 2859.9 SAN PEDRO TLANIXCO E-18 +MXN00015295 19.1167 -99.5500 2559.7 SAN PEDRO ZICTEPEC D-10 +MXN00015296 18.9667 -99.4833 2044.9 SAN SEBASTIAN E-27 +MXN00015297 18.9500 -99.5500 2052.8 SAN SIMONITO E-19 +MXN00015298 19.0500 -99.3833 2826.7 SANTA CRUZ TEZONTEPEC E-21 +MXN00015299 18.9833 -99.6333 2290.9 SANTA MARIA E-31 +MXN00015300 19.0500 -99.3667 3059.9 SANTA MARTHA E-29 +MXN00015301 18.9167 -99.9333 2382.9 TEXCALTITLAN D-7 +MXN00015304 19.3833 -99.5167 2578.9 XONACATLAN +MXN00015305 18.9167 -99.6833 1989.7 TOTOLMAJAC E-17 +MXN00015306 19.2000 -99.5500 2584.7 CHAPULTEPEC +MXN00015307 19.0000 -99.6667 2411.9 SAN BARTOLOME D-5 +MXN00015308 19.6833 -99.8667 2569.8 SAN CRISTOBAL DE LOS BAOS +MXN00015310 19.9000 -99.9500 2763.9 SAN PEDRO EL ALTO +MXN00015311 20.0500 -99.6333 2718.8 CALPULALPAN +MXN00015312 19.3667 -99.4833 2589.0 COLONIA ALVARO OBREGON +MXN00015314 19.8000 -99.5667 2710.0 LA ALMENDRA +MXN00015315 19.2833 -99.5167 2575.0 CASETA EPCCA +MXN00015316 19.1333 -99.5667 2629.8 SANTA MARIA RAYON +MXN00015317 19.7000 -99.6167 2630.7 SAN JOSE EPIFANIA +MXN00015318 19.5333 -99.3833 2870.9 SANTA ANA JILOTZINGO +MXN00015320 18.8833 -100.1500 1315.8 LA CABECERA +MXN00015321 18.5667 -100.2333 1036.9 CORRAL DE PIEDRA +MXN00015322 19.3000 -100.1500 2183.0 ASUNCION DONATO GUERRA +MXN00015323 18.6667 -100.0833 2277.8 LA GOLETA +MXN00015324 18.7833 -99.4667 2311.0 COLONIA HIDALGO +MXN00015326 18.9833 -100.2167 1542.0 EL MAMEY +MXN00015327 18.6833 -100.4167 677.9 MATUZ A. CORRAL VIEJO +MXN00015328 18.8833 -100.1000 1399.9 MAZATEPEC +MXN00015329 18.4833 -100.2167 933.0 MOCTEZUMA +MXN00015330 18.5000 -100.3167 539.8 EL NARANJO +MXN00015331 18.3833 -100.2833 379.8 NUEVO COPALTEPEC +MXN00015332 19.1167 -100.2833 706.8 OTZOLOAPAN +MXN00015333 19.9167 -99.6667 2640.8 EL PALMITO +MXN00015334 19.5167 -100.1500 2924.9 PALO SECO +MXN00015335 18.7333 -100.0667 1795.0 LAS PEAS PUENTECILLAS +MXN00015336 18.6667 -99.8500 1699.9 PEA LISA TEOCALCINGO +MXN00015337 19.5833 -99.7500 2557.9 POZO UNO +MXN00015338 19.7833 -99.3833 2359.8 RIO LOS SABIOS +MXN00015339 18.8167 -100.4500 1033.9 RINCON DEL POTRERO +MXN00015340 18.7667 -99.8333 2179.9 EL SALTO +MXN00015341 19.6667 -99.6833 2544.8 SAN ANTONIO NIXINI +MXN00015344 19.9000 -99.9000 2575.0 SAN MATEO EL VIEJO +MXN00015345 19.3167 -99.8667 2832.8 SAN NICOLAS AMEALCO +MXN00015346 18.7667 -100.2500 869.0 EL SITIO +MXN00015348 18.7167 -100.2167 1137.8 TLACOTEPEC A. PUENTE VIEJO +MXN00015349 18.6000 -100.2000 913.8 TLATLAYA +MXN00015350 18.7500 -99.9833 2829.8 LA TROJA VIEJA +MXN00015353 19.0000 -100.0333 1864.8 BUENA VISTA +MXN00015354 19.1333 -99.2833 3061.7 EL CAPULIN +MXN00015355 19.9667 -99.9500 2554.8 DOSHTAJE +MXN00015356 18.8167 -100.1167 1138.7 JALPA +MXN00015357 18.9000 -100.4333 1077.8 LAS PALMAS +MXN00015358 19.5500 -99.4833 3355.8 LAS PALOMAS +MXN00015359 18.7333 -99.8667 1607.8 POTZONTEPEC +MXN00015360 19.9167 -99.8667 2508.8 POZO SIETE +MXN00015361 19.9500 -99.7333 2625.9 POZO OCHO +MXN00015362 18.7333 -99.7333 1620.9 PUERTO SANTIAGO +MXN00015364 18.6667 -100.3167 855.0 SAN FRANCISCO MONZONES +MXN00015365 18.8000 -99.6167 686.7 SAN GASPAR +MXN00015366 18.8000 -99.5500 1934.0 ZUMPAHUACAN +MXN00015367 19.2833 -99.6500 2667.9 OBSERVATORIO UAEM +MXN00015368 19.1333 -100.0500 2159.8 EL FRESNO +MXN00015369 19.1667 -99.4167 2755.7 C. B. T. A. JALATLACO +MXN00015371 18.9167 -99.7167 2452.7 PORFIRIO DIAZ +MXN00015372 19.5667 -99.7667 2539.9 IXTLAHUACA (DGE) +MXN00015373 19.1333 -99.6000 2679.8 RANCHO VILLA VERDE +MXN00015374 19.2667 -99.9500 2817.0 AGUA BENDITA +MXN00015376 19.9667 -100.0833 2539.9 SAN JOSE IXTAPA +MXN00015378 19.3667 -100.1500 2382.9 SAN PABLO MALACATEPEC +MXN00015383 19.4667 -98.9833 2233.9 LAGO NABOR CARRILLO +MXN00015388 19.5000 -99.9000 2244.9 YEBUCIVI +MXN00015390 19.7000 -99.7833 2649.9 E. T. A. 013 JOCOTITLAN +MXN00015391 19.4500 -100.0667 2579.8 E. T. A. 026 VILLA VICTORIA +MXN00015392 19.0667 -100.0667 2179.9 LA ALBARRADA +MXN00015393 19.7667 -99.4667 2495.7 LA CAADA +MXN00015394 19.7167 -99.5333 2889.8 MONTE DE PEA +MXN00015395 19.1833 -99.6333 2909.9 ZOOLOGICO DE ZACANGO +MXN00016001 19.4833 -101.3333 2199.7 ACUITZIO DEL CANJE +MXN00016002 19.5333 -100.6167 2519.8 AGOSTITLAN (CFE) +MXN00016003 18.7333 -102.7500 933.0 AGUILILLA +MXN00016004 19.8167 -101.0333 589.8 ALVARO OBREGON (SMN) +MXN00016005 20.1333 -101.7000 1684.9 ANGAMACUTIRO +MXN00016006 19.0000 -102.2000 360.0 ANTUNEZ +MXN00016007 19.0833 -102.3500 319.7 APATZINGAN (SMN) +MXN00016008 18.5833 -103.5000 179.8 AQUILA +MXN00016009 18.3500 -102.2833 859.8 ARTEAGA +MXN00016010 19.2000 -101.4333 1399.9 BARTOLINAS (CFE) +MXN00016011 19.2000 -102.5833 449.9 BUENAVISTA I +MXN00016012 19.2000 -101.9000 479.8 CAJONES +MXN00016013 18.0833 -102.7500 115.8 CALETA DE CAMPOS +MXN00016014 19.9167 -102.2000 1707.8 CAMECUARO +MXN00016015 19.8500 -102.0333 1939.7 CARAPAN +MXN00016016 19.8833 -101.0333 1839.8 CARRILLO PUERTO +MXN00016017 20.3167 -101.4500 1693.8 CASA BLANCA +MXN00016018 20.0667 -102.6833 1522.8 CASA FUERTE +MXN00016019 19.9667 -102.7000 1753.8 CERRITO PELON +MXN00016022 19.6167 -101.2667 2095.8 COINTZIO +MXN00016024 20.2000 -101.8500 1729.7 CORRALES +MXN00016025 19.7167 -102.6667 2340.9 COTIJA +MXN00016026 18.9833 -102.1000 671.8 CUATRO CAMINOS +MXN00016027 19.9500 -101.1333 1830.9 CUITZEO +MXN00016028 19.7667 -101.1167 1987.0 CUITZILLO GRANDE +MXN00016029 20.1333 -102.6667 1521.9 CUIMATILLO +MXN00016030 20.2500 -102.5833 1519.7 CUIMATO +MXN00016031 19.9667 -102.2500 1588.9 CHAPARACO +MXN00016032 19.7000 -102.2000 2406.7 CHARAPAN +MXN00016033 19.7667 -100.2833 2414.9 CHINCUA +MXN00016034 19.8833 -101.3333 1874.8 EL JACAL (SMN) +MXN00016035 18.6500 -101.6333 204.8 CHURUMUCO (CFE) +MXN00016036 19.3833 -100.3833 1909.0 PRESA EL BOSQUE (CFE) +MXN00016038 19.0167 -102.9833 520.0 EL CARRIZO +MXN00016039 19.2333 -102.7667 418.8 PIEDRAS BLANCAS +MXN00016041 18.6833 -100.9500 379.8 EL PEJO +MXN00016043 19.8000 -102.6667 1639.8 EL PUERTO +MXN00016044 20.3667 -102.1167 1649.9 EL SALTO +MXN00016045 19.6500 -100.9500 2219.9 EL TEMAZCAL +MXN00016046 18.5167 -101.9167 193.9 EL VASO INFIERNILLO (CFE) +MXN00016047 18.9000 -101.7167 520.0 EL ZAPOTE +MXN00016048 19.9833 -102.2667 1579.8 ZAMORA (DGE) +MXN00016049 19.3833 -101.2167 1689.8 ETUCUARO +MXN00016050 19.8833 -101.5000 2039.7 HUANIQUEO +MXN00016051 18.6167 -100.8833 299.9 HUETAMO +MXN00016052 19.9167 -100.8500 1920.8 HUINGO +MXN00016053 19.5667 -102.4667 1300.0 SAN SEBASTIAN +MXN00016054 20.1667 -102.3833 1536.8 IXTLAN DE LOS HERVORES (CFE) +MXN00016055 19.6500 -101.1500 2179.9 JESUS DEL MONTE +MXN00016056 19.3833 -102.0667 1610.0 JICALAN (CFE) +MXN00016057 19.9167 -101.7333 1999.8 VILLA JIMENEZ I +MXN00016058 19.4500 -100.4833 1247.9 JUNGAPEO +MXN00016059 18.4500 -100.8833 233.8 LA CAIMANERA (CFE) +MXN00016060 20.1167 -102.3667 2444.8 LA ESTANZUELA +MXN00016061 19.8000 -100.4000 2080.0 LAGUNA DEL FRESNO +MXN00016062 18.9500 -101.8000 650.7 LA HUACANA +MXN00016064 18.9167 -102.0500 221.0 LA PASTORIA (CFE) +MXN00016065 20.3333 -102.0167 1683.7 LA PIEDAD DE CABADAS (DGE) +MXN00016067 20.0500 -102.8500 2180.8 LA RAYA +MXN00016068 20.0500 -102.8333 2199.7 LAS FUENTES +MXN00016069 18.5500 -101.1000 219.8 LA ESTANCIA +MXN00016070 18.0333 -102.1833 91.7 VASO LA VILLITA (CFE) +MXN00016071 19.7667 -100.6500 2952.9 LOS AZUFRES +MXN00016072 19.5167 -102.5667 929.9 LOS CHORROS DEL VARAL (CFE) +MXN00016073 19.6000 -102.5167 1174.7 LOS LIMONES (CFE) +MXN00016074 18.8333 -102.1333 207.0 LOS PANCHES (CFE) +MXN00016075 18.5333 -101.1000 198.7 LOS PINZANES (CFE) +MXN00016076 18.4167 -102.2333 919.9 LOS POZOS +MXN00016077 19.5833 -102.4833 1279.9 LOS REYES +MXN00016078 19.8833 -100.4333 2019.9 MARAVATIO +MXN00016079 19.5833 -100.3333 2299.7 MELCHOR OCAMPO +MXN00016082 19.0500 -102.0833 390.8 NUEVA ITALIA (CFE) +MXN00016083 20.1167 -102.5667 1535.9 PAJACUARAN +MXN00016084 19.9667 -101.7500 1852.0 PANINDICUARO +MXN00016085 19.1500 -102.2167 596.8 PARACUARO +MXN00016086 20.3000 -101.5833 1691.9 PASTOR ORTIZ +MXN00016087 19.5000 -101.6000 2139.7 PATZCUARO +MXN00016088 19.5167 -102.4000 1639.8 PERIBAN +MXN00016089 19.1500 -102.0000 642.8 PLANTA EL COBANO (CFE) +MXN00016091 19.8167 -101.0333 1839.8 ALVARO OBREGON (DGE) +MXN00016092 19.5667 -100.6000 2443.0 PRESA AGOSTITLAN +MXN00016093 20.3000 -102.4333 1529.8 PRESA GONZALO +MXN00016094 19.9500 -102.5833 1579.8 PRESA GUARACHA +MXN00016095 19.9500 -102.6000 1586.8 PRESA JARIPO +MXN00016096 19.8167 -100.8667 1859.0 PRESA MALPAIS +MXN00016097 19.6167 -100.6833 2489.9 PRESA PUCUATO +MXN00016098 19.6000 -100.6667 2509.7 PRESA SABANETA +MXN00016099 19.5500 -100.4667 1749.9 PRESA TUXPAN (CFE) +MXN00016100 19.8500 -101.5167 2021.7 PUENTE SAN ISIDRO +MXN00016101 19.2000 -102.6833 383.7 PUNTA DE AGUA +MXN00016102 18.4833 -103.5167 183.8 PUNTA SAN TELMO +MXN00016103 19.9000 -102.0167 2082.7 PUREPERO +MXN00016104 20.0833 -101.5000 2012.0 PURUANDIRO +MXN00016105 19.7833 -100.9833 1857.8 QUIRIO +MXN00016106 19.8500 -102.5333 1839.8 SAN ANGEL +MXN00016107 19.2333 -100.7833 798.9 SAN CARLOS I +MXN00016108 20.1833 -102.4333 1529.8 SAN CRISTOBAL +MXN00016109 19.3333 -101.1833 1443.8 SAN DIEGO CURUPATZEO +MXN00016110 18.5167 -101.3167 179.8 SAN JERONIMO (CFE) +MXN00016111 19.9000 -100.3167 2042.8 SAN JOSE +MXN00016112 18.5667 -103.6667 529.7 SAN JUAN DE ALIMA +MXN00016113 18.5667 -100.7833 317.9 SAN LUCAS +MXN00016114 19.6167 -101.1333 1964.7 SAN MIGUEL DEL MONTE +MXN00016115 19.9167 -100.4000 2030.0 SAN NICOLASITO +MXN00016116 19.8333 -100.9333 1835.8 SAN SEBASTIAN +MXN00016117 20.2000 -101.8167 1681.0 SANTA FE DEL RIO +MXN00016118 19.6667 -101.5500 2202.8 SANTA FE +MXN00016119 19.9000 -101.2500 1879.7 SANTA RITA +MXN00016120 19.6000 -101.3167 2129.9 SANTIAGO UNDAMEO +MXN00016121 19.7167 -100.3500 2259.8 SENGUIO +MXN00016122 19.2000 -100.4000 1259.7 SUSUPUATO DE GUERRERO +MXN00016123 19.2333 -101.4500 1639.8 TACAMBARO +MXN00016124 20.0500 -100.1333 2408.8 TEMASCALES +MXN00016125 19.8833 -102.2000 1709.9 TANGANCICUARO +MXN00016126 20.2667 -102.3500 1539.8 TANHUATO (SMN) +MXN00016127 19.3333 -101.9167 1147.0 TARETAN (CFE) +MXN00016128 19.1833 -102.8333 364.8 TEPACALTEPEC +MXN00016129 19.9833 -100.2167 2357.9 TEPUXTEPEC +MXN00016131 20.3000 -102.0167 1749.9 TICUITACO +MXN00016132 18.9000 -100.7333 379.8 TIQUICHEO (CFE) +MXN00016133 19.0500 -101.4167 739.7 TURICATO +MXN00016134 19.5667 -100.4500 1799.8 TUXPAN +MXN00016135 19.2167 -100.5833 666.0 TUZANTLA (SMN) +MXN00016136 19.5667 -100.9167 1564.8 TZITZIO +MXN00016137 19.9667 -102.1167 1752.9 UREPETIRO +MXN00016138 19.3833 -102.0500 1577.9 URUAPAN (DGE) +MXN00016139 19.4000 -101.2667 2096.7 VILLA MADERO +MXN00016140 19.3833 -101.2667 2181.8 VILLA MADERO (CFE) +MXN00016141 20.3333 -102.2667 1542.9 YURECUARO +MXN00016142 19.8000 -101.7833 1985.8 ZACAPU (DGE) +MXN00016143 20.0000 -102.2667 1563.9 ZAMORA (OBS) +MXN00016145 19.8500 -100.8167 1879.7 ZINAPECUARO +MXN00016146 19.4500 -101.7167 2089.7 ZIRAHUEN +MXN00016147 18.9000 -102.0000 212.8 ZIRITZICUARO +MXN00016148 19.4333 -100.3667 1869.9 ZITACUARO +MXN00016149 19.0833 -102.3500 331.9 APATZINGAN (DGE) +MXN00016152 19.7167 -100.5500 2326.8 CIUDAD HIDALGO (SMN) +MXN00016154 18.7667 -103.1500 1085.7 COALCOMAN (SMN) +MXN00016156 19.2667 -102.0667 1012.9 CHARAPENDO +MXN00016157 18.9333 -102.6167 278.0 CHILA +MXN00016158 18.9667 -102.7500 296.0 EL CAJON +MXN00016159 20.1167 -101.7333 1699.9 EL ROSARIO +MXN00016162 19.9667 -102.3167 1579.8 ORANDINO +MXN00016164 19.4167 -102.0667 1633.7 URUAPAN (SMN) +MXN00016165 19.3833 -102.0500 1610.9 URUAPAN (CFE) +MXN00016168 19.2000 -101.7333 1839.8 ARIO DE ROSALES +MXN00016169 18.4000 -102.2500 75.0 LA GARITA (CFE) +MXN00016171 19.8167 -101.7833 1993.7 ZACAPU (SMN) +MXN00016174 20.0500 -102.7167 1539.8 SAHUAYO +MXN00016175 19.9833 -100.2167 2369.8 TEPUXTEPEC (CLFC) +MXN00016178 19.3833 -102.0333 2192.7 E.N.G.F. URUAPAN +MXN00016183 18.0167 -102.2000 19.8 MELCHOR OCAMPO +MXN00016185 18.7500 -103.6667 9.8 COAHUAYANA +MXN00016186 19.9833 -102.6167 1539.8 EMILIANO ZAPATA +MXN00016187 19.0000 -101.1167 603.8 E.T.A. 139 CARACUARO +MXN00016188 19.7667 -101.7333 2001.9 TIRINDARO +MXN00016189 19.5333 -100.2333 3089.8 C.R.E.D.F.F.A. +MXN00016190 18.7167 -102.2667 319.7 ARCEO +MXN00016191 20.2000 -102.5833 1521.9 CUATRO ESQUINAS +MXN00016192 19.4000 -100.3833 1720.0 LA ENCARNACION +MXN00016193 18.9500 -101.8000 479.8 E.T.A. 036 LA HUACANA +MXN00016194 19.7000 -102.5167 1599.9 E.T.A. 039 TOCUMBO +MXN00016195 18.6833 -103.6667 20.7 E.T.A. 137 COAHUAYANA +MXN00016196 20.1833 -102.5333 1522.8 SAN GREGORIO +MXN00016197 20.0000 -102.7000 1535.9 JIQUILPAN +MXN00016198 20.2000 -102.6667 1526.7 LA ARENA +MXN00016199 19.9833 -100.5833 2019.9 SAN MIGUEL CURINHUATO +MXN00016203 19.5000 -101.8500 1386.8 ESCUELA SECUNDARIA FEDERAL +MXN00016204 20.0333 -102.5500 1596.8 E.T.A. 132 VILLAMAR +MXN00016206 19.4833 -100.4833 1571.9 SAN JOSE PURUA +MXN00016208 18.2667 -103.2167 78.9 CACHAN +MXN00016212 19.4667 -102.0833 2077.8 BARRANCA DE CUPATITZIO +MXN00016213 19.6833 -100.4667 2179.9 IRIMBO +MXN00016216 19.2000 -102.5833 449.9 BUENAVISTA II +MXN00016217 18.0167 -102.4167 29.9 EL CANTIL +MXN00016219 19.0667 -100.8167 529.7 SAN PEDRO +MXN00016222 20.0333 -102.2833 1579.8 LA RINCONADA +MXN00016223 20.0500 -102.4000 1549.9 LA ESPERANZA +MXN00016224 20.2667 -102.3167 1542.0 TANHUATO (DGE) +MXN00016225 19.9167 -101.7333 1999.8 VILLA JIMENEZ II +MXN00016227 18.0333 -102.1833 69.8 LAZARO CARDENAS +MXN00016228 19.1333 -102.3167 226.8 ACAHUATO +MXN00016230 19.0500 -101.4167 799.8 LAS CRUCES +MXN00016231 19.9333 -101.3833 2407.9 LAS CRUCES BARRERAS +MXN00016232 19.3833 -100.8167 1059.8 EL DEVANADOR +MXN00016233 20.1333 -100.2833 2502.7 EPITACIO HUERTA +MXN00016234 20.0333 -101.5667 1934.9 GALEANA +MXN00016235 19.6667 -100.7333 2284.8 HUAJUMBARO +MXN00016236 18.5667 -102.7833 759.9 EL JOVERO +MXN00016237 18.9167 -100.5500 459.9 EL LIMON +MXN00016238 19.0833 -100.6500 495.9 MELCHOR OCAMPO +MXN00016239 18.0667 -102.6500 29.9 MEXCALHUACAN +MXN00016240 19.8167 -101.9167 2370.7 EL PUEBLITO +MXN00016241 19.4167 -100.9000 912.9 TAFETAN +MXN00016242 18.5333 -102.3667 899.8 TUMBISCATIO +MXN00016243 20.0500 -101.8833 1830.9 ZIQUITARO +MXN00016244 18.9000 -100.7333 382.8 TIQUICHEO +MXN00016247 19.6667 -101.3833 2096.7 CAPULA +MXN00016248 19.9167 -101.8500 2063.8 CAURIO DE GUADALUPE +MXN00016250 19.9833 -101.2667 1850.7 HUANDACAREO +MXN00016251 19.8000 -102.2833 2139.7 PATAMBAN +MXN00016252 19.9500 -100.4333 2204.9 SAN LORENZO +MXN00016253 19.7333 -102.0667 2139.7 TANACO +MXN00016254 19.7833 -101.4667 2187.9 TEREMENDO +MXN00016255 19.9000 -100.6833 2553.9 UCAREO +MXN00016257 19.5000 -101.5833 2249.7 SANTA ISABEL DE AJUNO +MXN00016258 19.5333 -100.4667 1746.8 PRESA TUXPAN +MXN00016259 19.4000 -102.1000 1777.9 TZINDIO +MXN00016261 19.2333 -102.7667 439.8 CHILATAN +MXN00016264 19.2000 -102.8333 378.9 PRESA LOS OLIVOS +MXN00016512 19.7667 -101.1667 1879.7 EL COLEGIO +MXN00016513 19.8833 -101.3333 1873.9 EL JACAL (DGE) +MXN00016514 19.6500 -100.4667 1879.7 JARIPEO +MXN00016515 19.2500 -101.6667 2179.9 LA SANDIA +MXN00017001 18.9333 -98.9167 1599.9 ATLATLAHUACAN +MXN00017002 18.9333 -99.2167 1613.9 COLONIA EMPLEADO +MXN00017003 18.8000 -98.9500 1302.7 CUAUTLA (SMN) +MXN00017004 18.9167 -99.2333 1510.0 CUERNAVACA (DGE) +MXN00017006 18.7667 -99.3167 1857.8 EL RODEO +MXN00017007 18.6000 -99.4167 941.8 HUAJINTLAN +MXN00017008 18.4333 -99.0167 965.9 HUAUTLA +MXN00017012 18.9000 -98.9667 1379.8 OAXTEPEC +MXN00017013 18.7000 -99.0833 1134.8 TEMILPA +MXN00017014 18.8500 -99.2167 1282.9 TEMIXCO +MXN00017015 18.5833 -98.8333 1159.8 TEPALCINGO +MXN00017016 18.6000 -99.2500 931.8 TEQUESQUITENGO +MXN00017017 18.8667 -98.9333 1417.9 TETELCINGO +MXN00017018 18.7500 -99.1167 969.9 TICUMAN +MXN00017019 18.4833 -99.3000 1302.7 TILZAPOTLA +MXN00017020 18.8000 -98.7500 1753.8 TLACOTEPEC +MXN00017021 18.6167 -98.9333 1250.0 TLACUALERA +MXN00017022 19.0333 -99.2500 2639.0 TRES CUMBRES +MXN00017024 18.8500 -99.0167 1342.9 YAUTEPEC +MXN00017025 18.8500 -98.8667 1610.0 YECAPIXTLA (SMN) +MXN00017026 18.6333 -99.2000 1364.0 C.A.E. LA VICTORIA +MXN00017028 18.6833 -98.8167 1350.0 JONACATEPEC +MXN00017029 18.8667 -99.4167 1619.7 PALPAN +MXN00017030 18.5000 -98.7500 1035.7 AXOCHIAPAN +MXN00017031 18.5833 -99.1833 958.9 JOJUTLA (DGE) +MXN00017032 18.6167 -99.3500 928.7 SAN GABRIEL +MXN00017033 18.4500 -99.1000 1094.8 XICATLACOTLA (CFE) +MXN00017036 18.4833 -98.7167 1009.8 LAGUNILLAS DE RAYON +MXN00017037 18.9833 -99.2333 1892.8 ESCUELA DE BIOLOGIA UAEM +MXN00017038 18.5167 -99.1333 799.8 NEXPA +MXN00017039 19.0333 -99.0833 2835.9 SAN JUAN TLACOTENCO +MXN00017042 18.6500 -99.1833 917.8 ZACATEPEC (OBS) +MXN00017043 18.8833 -98.8500 1599.9 E.T.A. 118 YECAPIXTLA +MXN00017044 18.5833 -99.3667 1277.7 E.T.A. 040 AMACUZAC +MXN00017045 18.9000 -98.7500 2304.9 HUECAHUAXCO E-7 +MXN00017046 18.8833 -98.6833 2284.8 HUEYAPAN E-4 +MXN00017047 19.0500 -99.2667 2800.8 HUITZILAC +MXN00017048 18.8667 -98.7667 1941.0 PUENTE OCUITUCO E-5 +MXN00017049 18.9833 -99.0833 1715.7 TEPOZTLAN E-12 +MXN00017050 18.9500 -98.9667 1661.8 TLAYACAPAN E-11 +MXN00017051 18.9833 -98.9167 1907.7 TOTOLAPAN E-10 +MXN00017052 18.8833 -98.8500 1589.8 YECAPIXTLA (DGE) +MXN00017054 18.6667 -98.9667 1154.0 MOYOTEPEC +MXN00017055 18.6167 -98.7333 1187.8 TENANGO +MXN00017056 18.5667 -99.0333 924.8 SAN PABLO HIDALGO +MXN00017057 18.5167 -98.9333 1247.9 EL LIMON +MXN00017058 18.8500 -99.3167 1486.8 CUENTEPEC +MXN00017059 18.7333 -99.4333 1026.9 COATLAN DEL RIO +MXN00017060 18.9167 -98.6833 2768.8 ALPONOCAN +MXN00017061 18.6667 -99.4500 1151.8 APANCINGO +MXN00017062 18.7167 -99.4667 1162.8 CHAVARRIA +MXN00017063 18.7833 -98.8000 1823.9 TECAJEC +MXN00017064 18.6500 -98.9833 1304.8 TECOMALCO +MXN00017065 18.5167 -99.0667 949.8 VALLE DE VAZQUEZ +MXN00017066 19.0000 -98.9500 2159.8 EL VIGIA +MXN00017068 18.9333 -98.8167 2116.8 ACHICHIPICO D-4 +MXN00017069 18.7167 -99.2667 1067.7 AHUEHUETZINGO +MXN00017070 18.7333 -99.2500 1049.7 APLUYECA +MXN00017071 18.8667 -99.1500 1365.8 PROGRESO +MXN00017072 18.7333 -99.2500 1024.7 ALPUYECA +MXN00017073 18.7000 -99.3833 985.7 CUAUTLITA +MXN00017074 18.5667 -99.1667 906.8 EL HIGUERON +MXN00017075 18.5833 -99.1833 889.7 JOJUTLA (SMN) +MXN00017076 18.6167 -99.3167 902.8 PUENTE DE IXTLA +MXN00017077 18.6833 -99.2333 1029.9 XOXOCOTLA +MXN00017081 18.7167 -98.7500 1519.1 AMILCINGO +MXN00017082 18.9167 -99.0167 1296.9 OACALCO +MXN00017092 18.7167 -99.3833 989.4 VISTA ALEGRE +MXN00017093 19.0500 -99.2333 2826.4 TRES MARIAS +MXN00018001 22.4833 -105.3500 23.8 ACAPONETA +MXN00018002 21.0500 -104.4833 998.8 AHUACATLAN +MXN00018003 20.8000 -104.4000 798.0 AMATLAN DE CAAS (SMN) +MXN00018004 21.8333 -105.1167 34.7 CAPOMAL +MXN00018005 21.3667 -104.6167 965.0 CERRO BLANCO +MXN00018006 21.2333 -104.9167 833.9 COMPOSTELA +MXN00018007 22.8167 -105.3000 133.8 CUCHARAS +MXN00018008 21.8333 -104.7167 314.9 DESPEADERO +MXN00018009 21.8167 -104.8167 79.9 EL CARRIZAL (CFE) +MXN00018010 21.3000 -104.9000 799.8 EL REFILION +MXN00018011 21.8833 -104.3500 1093.9 GUADALUPE OCOTAN +MXN00018012 22.6333 -105.3167 71.9 HUAJICORI +MXN00018013 21.6667 -104.3000 1130.8 HUAJIMIC +MXN00018014 21.9167 -104.5000 670.0 HUAYNAMOTA +MXN00018015 21.6167 -106.5333 18.9 ISLA MARIA MADRE (OBS) +MXN00018016 21.0333 -104.3667 1042.7 IXTLAN DEL RIO +MXN00018017 21.4667 -105.1000 427.9 JALCOCOTAN +MXN00018018 22.2500 -104.5000 410.9 JESUS MARIA +MXN00018019 21.6500 -105.0333 358.7 JUMATAN (CFE) +MXN00018020 21.3167 -104.0000 1357.0 LA YESCA +MXN00018021 20.8833 -105.1333 55.8 LAS GAVIOTAS +MXN00018022 21.9000 -105.4667 4.0 MEXCALTITAN +MXN00018023 21.2833 -104.8667 933.0 MIRAVALLES +MXN00018024 21.6333 -105.1000 75.0 NAVARRETE +MXN00018025 21.2667 -105.0667 83.8 PASO DE AROCHA +MXN00018026 21.9167 -104.9833 122.8 PUERTA DE PLATANARES +MXN00018027 22.1667 -105.0000 371.9 ROSARITO +MXN00018028 22.1167 -105.2000 29.9 ROSAMORADA +MXN00018029 21.5333 -105.2833 4.0 SAN BLAS +MXN00018030 20.7333 -105.2167 19.8 SAN JOSE VALLE +MXN00018031 22.3500 -104.4167 638.9 SAN JUAN PEYOTAN +MXN00018032 21.9500 -105.1333 29.0 SAN PEDRO +MXN00018033 22.0500 -104.9167 1304.8 SAN PEDRO IXCATAN +MXN00018034 21.8000 -105.2000 19.8 SANTIAGO IXCUINTLA +MXN00018035 22.7833 -105.2500 376.7 TACHICHILPA +MXN00018036 22.4000 -105.4500 9.8 TECUALA +MXN00018037 21.8000 -105.1000 18.9 EL TIZATE +MXN00018040 21.1167 -104.6000 778.8 TETITLAN (CFE) +MXN00018041 21.9333 -105.2833 9.8 TUXPAN +MXN00018042 20.8000 -105.2333 53.9 VALLE DE BANDERAS +MXN00018043 21.2500 -105.1667 29.0 ZACUALPAN +MXN00018044 20.8000 -104.4000 748.9 AMATLAN DE CAAS (DGE) +MXN00018045 21.8167 -104.5667 631.9 EL CARRIZAL +MXN00018052 21.0500 -104.4833 999.7 AHUACATLAN (FFCC) +MXN00018053 21.4833 -104.7167 1205.8 AGUIRRE (FFCC) +MXN00018055 21.0333 -104.3833 1036.9 IXTLAN DEL RIO (FFCC) +MXN00018056 22.1167 -105.2000 114.9 MORADA (FFCC) +MXN00018057 21.7833 -105.0500 36.9 NANCHI (FFCC) +MXN00018058 21.7500 -104.9167 59.7 ROSETA (FFCC) +MXN00018061 21.1167 -104.6167 759.9 TETITLAN (FFCC) +MXN00018062 21.6667 -105.3167 9.8 E.T.A. 041 GUADALUPE VICTORIA +MXN00018063 21.9333 -104.5000 276.8 CHAPALACANA +MXN00018064 21.1667 -105.1333 25.9 E.T.A. 042 LAS VARAS +MXN00018065 21.7167 -105.0333 43.0 AMADO NERVO +MXN00018068 22.3667 -105.2500 75.9 PAJARITOS +MXN00018069 21.7167 -105.1333 36.0 EL VERDINEO +MXN00018070 22.5833 -105.3333 68.0 LA ESTANCIA +MXN00018072 22.2167 -105.6333 4.9 PALMAR DE CUAUTLA +MXN00018073 21.6000 -104.7333 839.7 PRESA DEL BAO +MXN00018074 20.7667 -105.2167 25.0 PUNTA DE MITA +MXN00018075 21.1000 -104.2500 908.0 CACALUTLAN +MXN00018076 21.7833 -105.3000 6.7 LOS CORCHOS +MXN00018077 21.0333 -104.7500 719.9 CUASTECOMATILLO +MXN00018078 22.8500 -105.1167 1399.9 SAN ANDRES MILPILLAS +MXN00018079 21.3667 -104.7833 1193.9 TRIGOMIL +MXN00018080 20.9500 -105.3500 6.7 SAN MARCOS +MXN00018081 21.2167 -104.7500 1287.8 SAN PEDRO LAGUNILLAS +MXN00018082 21.9167 -104.9500 469.7 CORDON DEL JILGUERO +MXN00018083 21.3167 -105.0000 959.8 CUMBRES DE HUICICILA +MXN00018084 22.4333 -105.1667 805.9 MESA DE PEDRO Y PABLO +MXN00018085 22.0333 -104.8500 239.0 EL NARANJO +MXN00019001 25.3000 -100.1333 739.7 LAS ADJUNTAS +MXN00019002 25.5333 -100.5167 2192.7 AGUA BLANCA +MXN00019003 25.2833 -100.0167 453.8 ALLENDE +MXN00019004 25.7833 -100.1833 429.8 APODACA +MXN00019005 24.1000 -99.8167 1079.9 ARAMBERRI II +MXN00019006 26.5500 -100.5167 1980.9 BUSTAMANTE +MXN00019007 24.9833 -99.7333 459.9 CABEZONES +MXN00019008 25.5833 -99.9667 329.8 CADEREYTA +MXN00019009 25.1833 -100.2000 1278.9 CASILLAS +MXN00019010 26.0833 -99.6167 279.8 CERRALVO (DGE) +MXN00019011 24.9333 -99.3833 260.9 CERRO PRIETO +MXN00019012 25.9500 -100.1667 379.8 CIENEGA DE FLORES +MXN00019013 25.0833 -100.3333 2139.7 CIENEGA DEL TORO +MXN00019014 24.0000 -99.5667 674.8 DULCES NOMBRES +MXN00019015 25.5000 -100.1833 509.9 EL CERRITO +MXN00019016 25.7167 -99.2500 144.8 EL CUCHILLO +MXN00019017 25.4500 -100.3000 1069.8 EL MARRUBIAL (CFE) +MXN00019018 25.4833 -100.3833 2575.9 EL PAJONAL +MXN00019019 25.2833 -99.3333 229.8 EL REALITO +MXN00019020 24.8333 -100.3167 1889.8 EL POTOSI +MXN00019021 26.4833 -100.0500 256.9 GARZA AYALA +MXN00019022 25.8000 -99.1667 105.8 GENERAL BRAVO (DGE) +MXN00019023 25.2500 -99.6833 317.0 CAMPO EXPERIMENTAL INIA +MXN00019024 27.2333 -100.1167 193.9 ANAHUAC +MXN00019025 25.9500 -100.0167 520.0 HIGUERAS (SMN) +MXN00019026 25.9333 -100.6833 639.8 ICAMOLE +MXN00019027 24.7167 -99.9000 1461.8 ITURBIDE +MXN00019028 27.0667 -100.4833 285.0 LAMPAZOS (SMN) +MXN00019029 25.7333 -99.8667 279.8 LA ARENA +MXN00019030 25.3667 -100.2333 1506.9 LA CIENEGA DE GONZALEZ +MXN00019031 25.5333 -100.5167 2223.8 LA CRUZ +MXN00019032 24.8000 -100.7833 2034.8 CARBONERA +MXN00019033 25.3333 -100.2667 1878.8 LAGUNA DE SANCHEZ +MXN00019034 24.8500 -99.5500 345.9 PABLILLO (SMN) +MXN00019035 24.8667 -99.5667 349.9 CAMACHO +MXN00019036 26.1500 -100.8167 944.9 LA POPA +MXN00019037 24.3000 -100.0167 1839.8 LAS PRESAS +MXN00019038 25.5000 -100.3500 972.9 LAS COMITAS +MXN00019039 25.5000 -99.5167 229.8 LAS ENRAMADAS +MXN00019040 26.0500 -99.1833 102.7 LOS ALDAMAS +MXN00019041 25.8833 -99.4000 139.9 LOS HERRERAS +MXN00019042 25.6833 -99.6167 209.7 LOS RAMONES +MXN00019043 26.0167 -99.1833 102.7 MADERO +MXN00019044 26.1167 -100.2167 538.0 MAMULIQUE +MXN00019045 26.0000 -100.5333 589.8 MINA +MXN00019046 23.4167 -100.1167 1677.9 MIER Y NORIEGA (SMN) +MXN00019047 24.9667 -100.2500 2330.8 MIMBRES +MXN00019048 25.1667 -99.8167 420.9 MONTEMORELOS +MXN00019050 24.5667 -100.2333 1869.9 SAN JOSE DE RAICES +MXN00019051 25.2500 -100.1500 1315.8 POTRERO REDONDO +MXN00019053 25.0167 -100.0667 848.0 RAYONES +MXN00019054 25.6667 -100.7167 999.7 RINCONADA +MXN00019055 27.4167 -100.3667 239.9 SALINILLAS +MXN00019056 25.5333 -99.8333 260.0 SAN JUAN +MXN00019057 25.0167 -100.5333 1886.7 SAN RAFAEL +MXN00019058 25.6500 -100.4333 699.8 SANTA CATARINA +MXN00019059 24.1667 -100.2833 1663.9 SANTA ROSA +MXN00019060 26.3333 -99.9333 310.0 SOMBRERETILLO +MXN00019061 25.7167 -100.3167 549.9 TOPO CHICO +MXN00019062 25.4000 -100.1833 719.9 TUNEL DE SAN FRANCISCO +MXN00019063 26.6500 -99.9833 264.9 VALLECILLO (DGE) +MXN00019064 25.1167 -99.0333 144.8 VAQUERIAS +MXN00019065 25.4333 -100.1667 496.8 SANTIAGO +MXN00019066 23.9833 -99.7500 1777.0 ZARAGOZA (SMN) +MXN00019067 24.6833 -100.4333 1939.7 EL RUCIO +MXN00019068 23.6500 -100.1833 1713.0 DOCTOR ARROYO (SMN) +MXN00019069 25.4167 -100.1167 459.9 LA BOCA +MXN00019070 27.0333 -100.5167 307.8 LAMPAZOS (DGE) +MXN00019071 26.4833 -99.5167 150.0 PARAS +MXN00019072 27.2833 -100.0833 203.9 CAMARON +MXN00019073 24.8167 -100.0667 1608.7 GALEANA (SMN) +MXN00019075 23.6667 -100.1667 1736.8 DOCTOR ARROYO II (DGE) +MXN00019077 26.6500 -99.9833 805.0 VALLECILLO (SMN) +MXN00019079 24.4333 -100.3500 1857.8 EL REFUGIO DE LOS IBARRA +MXN00019082 24.1667 -99.8333 1155.8 ARAMBERRI I +MXN00019083 23.6500 -100.0833 2167.7 EJIDO ACUA +MXN00019084 26.5000 -100.0833 266.7 E.T.A. 044 SABINAS HIDALGO +MXN00019085 24.8000 -100.0667 1643.8 GALEANA (DGE) +MXN00019086 23.4167 -100.1167 1679.8 MIER Y NORIEGA (DGE) +MXN00019087 23.9667 -99.7667 1394.8 ZARAGOZA (DGE) +MXN00019088 23.6667 -100.1667 1720.0 DOCTOR ARROYO I (DGE) +MXN00019091 24.5833 -99.9833 2072.9 PABLILLO (DGE) +MXN00019093 24.2667 -99.8500 1999.8 SAN JUANITO DE RESENDIZ +MXN00019095 26.5000 -99.9167 223.7 OJO DE AGUA +MXN00019096 25.6333 -100.4500 719.9 LA HUASTEQUITA +MXN00019097 27.7000 -99.7500 136.9 COLOMBIA +MXN00019098 26.2167 -99.4667 152.7 GENERAL TREVIO +MXN00019100 24.6833 -99.6667 513.9 SAN FRANCISCO LA CARRERA +MXN00019101 25.2167 -99.2500 179.8 SAN DIEGO +MXN00019102 25.3500 -100.1500 784.9 COLA DE CABALLO +MXN00019104 26.2500 -99.7500 299.9 LA ESCONDIDA +MXN00019105 25.8500 -99.9333 369.7 DOCTOR GONZALEZ +MXN00019106 24.9833 -99.2000 194.8 LA PAMONA +MXN00019107 27.5333 -99.9667 239.0 SAN NICOLAS +MXN00019108 24.9167 -99.2500 209.7 SAN CRISTOBAL PURISIMA +MXN00019109 25.9667 -99.6833 329.8 UA DE GATO +MXN00019110 26.4833 -99.7667 179.8 EL ALAMO +MXN00019111 24.3167 -99.9000 1980.0 LA ASCENCION +MXN00019112 24.7167 -99.4667 299.9 BENITEZ +MXN00019113 25.8667 -98.9833 133.8 EL BRASIL +MXN00019114 25.8833 -98.8000 166.7 EL CUERVITO +MXN00019115 25.1000 -100.6500 1874.8 EL CUIJE +MXN00019117 25.8500 -100.0167 402.9 EJIDO MARIN +MXN00019119 26.2667 -100.6000 953.7 ESPINAZO +MXN00019120 26.4167 -99.8833 229.8 FRESNILLO +MXN00019121 25.1000 -99.3500 257.9 GATOS GEROS +MXN00019123 25.8500 -100.5167 1042.7 GRUTAS DE GARCIA +MXN00019124 25.9500 -100.0000 493.8 HIGUERAS (DGE) +MXN00019125 27.4167 -99.8000 197.8 JARITAS +MXN00019126 24.9000 -99.6833 410.0 LA LAJA +MXN00019127 26.8667 -99.8167 132.0 EL OASIS +MXN00019128 24.7000 -100.4000 1991.0 OBREGON +MXN00019129 24.5500 -100.7667 1839.8 EL PEUELO +MXN00019130 25.3667 -98.7500 301.8 POBLADORES +MXN00019131 26.3333 -100.0333 310.0 PUERTO DEL EBANO +MXN00019133 26.5000 -100.1500 290.8 SABINAS HIDALGO +MXN00019134 25.9500 -100.2833 444.7 SALINAS VICTORIA +MXN00019135 24.3500 -100.1000 1879.7 SAN FRANCISCO DE BERLANGA +MXN00019137 24.5667 -100.4333 1889.8 SAN JORGE +MXN00019138 24.0833 -100.3833 1688.9 SANTA ANA +MXN00019140 25.5000 -99.7667 249.9 TEPEHUAJE +MXN00019141 26.5000 -100.4167 419.7 VILLALDAMA +MXN00019142 26.3000 -99.5333 716.9 AGUALEGUAS +MXN00019143 23.4000 -99.9667 1909.9 LA CARDONA +MXN00019144 24.5167 -99.9667 2529.8 CIENEGUITAS Y CRUCITAS +MXN00019146 25.2000 -99.9333 454.8 CONGREGACION CALLES +MXN00019147 24.7667 -99.6833 499.9 LAS CRUCITAS +MXN00019148 24.8833 -100.1667 1813.9 EJIDO DIECIOCHO DE MARZO +MXN00019149 24.6333 -99.5333 374.0 LA GRANJA +MXN00019150 25.6667 -100.2000 444.7 LOS LERMA +MXN00019151 24.2500 -100.4167 1759.9 LAS MARGARITAS +MXN00019152 27.0500 -100.0000 160.9 EJIDO NUEVO RODRIGUEZ +MXN00019154 24.9000 -99.4833 299.9 EL POPOTE +MXN00019155 24.7000 -100.0000 1749.9 LA POZA +MXN00019156 25.5000 -98.7167 132.0 LAS PRESITAS +MXN00019158 26.1667 -100.4500 564.8 RANCHO DE GOMAS +MXN00019159 23.7333 -99.9667 1490.8 SAN ANTONIO PEA NEVADA +MXN00019160 24.3000 -100.1833 1679.8 SAN IGNACIO DE TEXAS +MXN00019162 25.7667 -99.6333 198.7 VISTA HERMOSA +MXN00019163 25.3833 -99.5333 228.9 LAS BRISAS +MXN00019165 25.8000 -100.7833 899.8 CHUPADEROS DEL INDIO +MXN00019166 27.1667 -100.4000 241.7 EJIDO HORCONES +MXN00019168 26.3333 -100.9000 657.8 LAS ESTACAS +MXN00019169 25.8167 -99.6167 199.9 GARZA GONZALEZ +MXN00019170 26.1000 -100.3500 499.9 EL HOJASE +MXN00019171 25.1000 -99.8833 499.9 LAMPACITOS +MXN00019172 26.1167 -99.7333 399.9 LAS MONITAS +MXN00019173 25.4167 -99.9833 367.9 PALMITOS (GE) +MXN00019174 25.5333 -100.0000 325.8 SAN BARTOLO +MXN00019177 26.0000 -100.5333 599.8 POZOS MINA +MXN00019178 26.5333 -100.5333 499.9 SIERRA MORENA +MXN00019179 23.5833 -100.2167 1629.8 CERRITO DEL AIRE +MXN00019180 24.4500 -100.2333 1831.8 SAN ANTONIO EL SALERO +MXN00019181 25.2000 -100.5000 2190.0 SAN ISIDRO DE CIENEGA +MXN00019182 24.7000 -100.3000 521.8 SAN ROBERTO +MXN00019185 25.0333 -99.9333 787.9 EL CANADA +MXN00019187 25.3000 -99.7333 323.7 CALIFORNIA +MXN00019188 24.9667 -99.4333 279.8 EL CARMEN DE LOS ELIZONDO +MXN00019189 25.1500 -99.9167 495.0 EL PASTOR +MXN00019190 25.1500 -99.3167 226.8 GUADALUPE LA JOYA +MXN00019192 25.2333 -99.5667 274.9 PRESA VAQUERIAS +MXN00019193 24.7000 -99.8500 1599.9 SANTA ROSA +MXN00019197 25.2500 -99.9167 419.7 LA MORITA +MXN00019199 26.5667 -99.7833 175.9 SAN CARLOS +MXN00019200 25.5333 -100.1167 439.8 LA CIENEGA +MXN00020001 17.0667 -95.8667 2443.9 SANTA MARIA ALOTEPEC +MXN00020002 17.6333 -97.1500 2268.9 APOALA +MXN00020003 17.9667 -97.4167 2120.8 ASTATLA +MXN00020004 17.4167 -96.5333 1974.8 SAN JUAN ATEPEC +MXN00020005 17.5167 -96.8333 983.0 SAN JUAN BAUTISTA ATATLAHUCA +MXN00020006 18.0167 -96.6667 702.0 SAN BARTOLOME AYAUTLA +MXN00020007 17.0167 -96.0833 2055.9 AYUTLA +MXN00020008 17.9167 -96.0000 69.8 BETHANIA +MXN00020009 16.6333 -95.9500 637.9 BOQUILLA NUMERO UNO +MXN00020010 16.6000 -98.1333 412.7 SAN JUAN CACAHUATEPEC (CFE) +MXN00020011 18.1333 -97.0167 1341.7 CALAPILLA +MXN00020012 17.3000 -95.9500 1394.8 CAMPAMENTO VISTA HERMOSA +MXN00020013 16.9500 -95.7000 1371.9 SAN LUCAS CAMOTLAN +MXN00020014 18.0167 -96.2667 50.9 CANTON +MXN00020015 18.0500 -95.9500 14.9 CASCAJAL +MXN00020016 18.2667 -96.7167 254.8 CATALUA +MXN00020017 17.4500 -95.3667 82.0 ZIHUALTEPEC +MXN00020018 17.2500 -98.2833 2002.8 COICOYAN DE LAS FLORES (CFE) +MXN00020019 17.7167 -97.3167 2180.8 SAN JUAN BAUTISTA COIXTLAHUAC +MXN00020020 17.8167 -96.8667 2130.9 CONCEPCION PAPALO +MXN00020022 16.9500 -96.7000 1532.8 COYOTEPEC +MXN00020023 17.1167 -96.4167 2852.9 CUAJIMOLOYAS +MXN00020024 17.8000 -96.9667 620.0 SAN JUAN BAUTISTA CUICATLAN ( +MXN00020025 17.8000 -96.9500 623.9 SAN JUAN BAUTISTA CUICATLAN ( +MXN00020026 16.9500 -97.5167 2864.8 CHALCATONGO DE HIDALGO +MXN00020027 16.5667 -94.8000 31.7 CHICAPA DE CASTRO +MXN00020028 17.5667 -97.6167 1880.9 SANTA MARIA CHILAPA DE DIAZ +MXN00020029 18.2500 -96.8167 1357.9 SANTA MARIA CHILCHOTLA +MXN00020030 17.3667 -95.9167 899.8 SANTIAGO CHOAPAN +MXN00020031 17.6333 -96.9000 719.9 DOMINGUILLO +MXN00020032 16.2667 -95.8667 1868.7 SANTA MARIA ECATEPEC +MXN00020033 17.8167 -98.0667 1359.7 LA EXPIRACION +MXN00020034 17.2000 -96.7833 1670.9 ETLA +MXN00020035 17.8000 -97.7667 1599.9 HUAJUAPAN DE LEON (SMN) +MXN00020036 18.1167 -96.8167 1677.9 HUAUTLA DE JIMENEZ +MXN00020037 18.1000 -96.5167 118.0 CAMINO IXCATLAN +MXN00020038 16.5667 -97.6667 609.9 IXTAYUTLA +MXN00020039 16.5500 -95.0833 68.9 IXTEPEC +MXN00020040 17.2667 -96.5333 1925.7 IXTEPEJI +MXN00020041 17.3167 -96.4667 2311.9 IXTLAN DE JUAREZ +MXN00020042 17.8667 -96.2000 46.9 SANTA MARIA JACATEPEC +MXN00020043 16.4333 -95.4333 159.7 JALAPA DEL MARQUES +MXN00020044 17.0500 -96.8667 1741.9 JALAPA DEL VALLE +MXN00020045 17.3167 -95.4167 69.8 JALTEPEC DE CANDAYOC +MXN00020046 17.4167 -96.8167 1628.9 SAN JUAN BAUTISTA JAYACATLAN +MXN00020047 16.2167 -97.2833 1689.8 SANTA CATARINA JUQUILA (CFE) +MXN00020048 16.4333 -95.0167 29.9 JUCHITAN DE ZARAGOZA +MXN00020050 17.3500 -98.0167 1679.8 SANTIAGO JUXTLAHUACA +MXN00020051 16.5000 -95.3333 593.8 JUXTLAHUACA +MXN00020052 16.5667 -95.0167 47.9 ASUNCION IXTALTEPEC KM. 33 +MXN00020053 16.4167 -95.0167 18.0 JUCHITAN DE ZARAGOZA KM. 51+7 +MXN00020054 16.5167 -94.8333 16.8 JUCHITAN DE ZARAGOZA KM. 67+5 +MXN00020055 17.9667 -96.4500 189.0 LA ESTRELLA +MXN00020056 17.5500 -95.2833 69.8 LA GUADALUPE +MXN00020057 16.8500 -95.1500 856.8 LA MACETA +MXN00020058 16.0167 -96.5000 1681.9 LA POBREZA +MXN00020060 16.4500 -95.3167 151.8 LAS CUEVAS +MXN00020061 18.2500 -96.2833 26.8 LAS MARGARITAS +MXN00020062 16.3833 -95.3167 61.9 PILAS +MXN00020063 18.1000 -95.8667 36.9 LOMA BONITA +MXN00020064 17.5333 -96.5667 2138.8 SAN PABLO MACUILTIANGUIS +MXN00020065 17.8000 -97.4667 2247.9 MAGDALENA JICOTLAN +MXN00020066 18.0000 -97.2667 2085.7 MAHUIZAPA +MXN00020067 17.8500 -98.1333 1072.0 MARISCALA DE JUAREZ +MXN00020068 16.8667 -95.0167 210.9 MATIAS ROMERO (SMN) +MXN00020069 17.1667 -95.9000 1525.8 SAN JUAN METALTEPEC +MXN00020070 16.3167 -96.5833 1558.7 MIAHUATLAN (SMN) +MXN00020071 16.3500 -96.6167 1536.8 MIAHUATLAN (DGE) +MXN00020072 17.7667 -95.9000 72.8 MONTERROSA +MXN00020073 17.5167 -96.9167 2101.0 NACALTEPEC +MXN00020074 17.6333 -97.3167 2294.8 SANTA MARIA NATIVITAS +MXN00020076 17.4667 -97.2167 2080.0 ASUNCION NOCHIXTLAN +MXN00020077 16.6000 -97.6667 399.0 NUSUTIA (CFE) +MXN00020080 16.8000 -96.6667 1521.9 OCOTLAN DE MORELOS +MXN00020081 18.0500 -96.3833 139.0 SAN LUCAS OJITLAN +MXN00020082 16.4833 -94.4333 36.9 OSTUTA +MXN00020083 17.4167 -97.0167 1550.8 PARIAN +MXN00020084 18.1333 -96.0667 2743.8 PAPALOAPAN +MXN00020085 16.3667 -96.8667 1360.9 PASO ANCHO (CFE) +MXN00020086 16.2500 -97.6167 438.0 PASO DE LA REYNA +MXN00020087 16.4167 -95.2000 41.8 PILOTO UNO +MXN00020088 16.3667 -98.0333 349.9 PINOTEPA NACIONAL (SMN) +MXN00020089 15.9167 -96.4167 1337.8 PLUMA HIDALGO +MXN00020090 15.7500 -96.4667 164.9 SAN PEDRO POCHUTLA +MXN00020091 16.4833 -94.9667 21.9 PORVENIR +MXN00020094 17.1167 -97.8667 1315.8 PUTLA DE GUERRERO (CFE) +MXN00020095 17.2667 -95.6167 342.0 SANTA MARIA PUXMETACAN +MXN00020096 17.8833 -96.9833 542.8 QUIOTEPEC +MXN00020097 16.9667 -95.7667 1211.0 SAN MIGUEL QUETZALTEPEC +MXN00020098 16.0000 -97.4167 26.8 RIO GRANDE +MXN00020099 16.5000 -96.9667 1408.8 SAN MIGUEL SOLA DE VEGA (CFE) +MXN00020102 17.2000 -97.5167 2017.8 SAN AGUSTIN TLACOTEPEC +MXN00020103 17.5667 -97.5167 2309.8 SAN ANDRES LAGUNAS +MXN00020104 17.8667 -97.4500 2187.9 SAN ANTONIO ABAD +MXN00020105 17.0500 -97.6667 2454.9 SAN ESTEBAN ATATLAHUCA (CFE) +MXN00020106 16.0667 -96.2167 1430.7 SAN FRANCISCO OZOLOTEPEC +MXN00020107 17.8500 -97.5000 2290.0 SAN FRANCISCO TEOPAN +MXN00020108 17.7167 -97.7667 1543.8 SAN FRANCISCO YOSOCUTA +MXN00020109 16.7167 -96.5667 1717.9 SAN JERONIMO TAVICHE +MXN00020110 17.6667 -98.0667 1408.8 SAN JORGE NUCHITA +MXN00020111 16.3667 -96.3167 1678.8 SAN JOSE LACHIGUIRI +MXN00020112 18.1333 -96.7167 781.8 SAN JOSE TENANGO II +MXN00020113 17.4167 -95.8167 556.9 SAN JUAN DEL RIO +MXN00020114 17.8333 -96.3667 345.9 SAN LUCAS ARROYO PALOMA +MXN00020115 17.3000 -98.0667 2351.8 SAN MARTIN DURAZNOS (CFE) +MXN00020116 17.7500 -97.4167 2248.8 SAN MIGUEL TULANCINGO +MXN00020117 16.7000 -94.7333 119.8 SAN MIGUEL CHIMALAPA +MXN00020118 16.5667 -96.7333 1446.0 SAN MIGUEL EJUTLA +MXN00020119 17.8000 -97.3333 2026.9 SAN MIGUEL TEQUIXTEPEC +MXN00020120 16.0833 -96.4500 2452.7 SAN MIGUEL SUCHIXTEPEC +MXN00020121 17.4833 -97.1333 2201.0 SAN PEDRO CANTAROS +MXN00020122 16.3333 -97.0833 878.7 SAN PEDRO JUCHATENGO (CFE) +MXN00020123 15.9667 -97.0833 226.8 SAN PEDRO MIXTEPEC +MXN00020124 17.2833 -96.4167 2172.9 SAN PEDRO NOLASCO +MXN00020125 17.6667 -97.9500 1348.7 SANTA CATARINA +MXN00020126 16.5333 -97.4833 959.8 SANTA CRUZ ZENZONTEPEC (CFE) +MXN00020127 16.8833 -94.6667 307.8 SANTA MARIA CHIMALAPA +MXN00020129 17.8500 -97.1667 1895.9 SANTA MARIA IXCATLAN +MXN00020130 17.0167 -97.7833 1875.7 SANTA MARIA YUCUHITI (CFE) +MXN00020131 17.6333 -97.1167 1958.9 SANTIAGO APOALA +MXN00020132 15.9667 -95.6667 29.9 SANTIAGO ASTATA (SMN) +MXN00020133 17.8500 -97.9000 2098.9 SANTIAGO CHILIXTLAHUACA +MXN00020134 16.7167 -95.0000 216.7 SANTIAGO CHIVELA +MXN00020135 16.4167 -97.2167 955.9 SANTIAGO MINAS +MXN00020136 17.7000 -96.2500 133.8 SANTIAGO PROGRESO +MXN00020137 17.7167 -97.5333 2076.0 SANTIAGO TEOTONGO +MXN00020138 17.1833 -95.3667 132.9 SANTIAGO TUTLA +MXN00020139 18.0500 -96.5333 136.9 SANTO DOMINGO +MXN00020140 17.0667 -95.0667 100.0 SARABIA I +MXN00020141 17.5000 -98.1500 1674.9 SILACAYOAPAM (SMN) +MXN00020142 17.5000 -98.1500 1704.7 SILACAYOAPAM (DGE) +MXN00020143 17.6833 -97.3833 2347.9 SUCHIXTLAHUACA -QUIOTEP- +MXN00020145 17.3500 -96.2500 1606.9 SAN MIGUEL TALEA DE CASTRO +MXN00020146 17.6667 -98.2167 1781.9 SANTIAGO TAMAZOLA +MXN00020147 17.6667 -97.5667 2124.8 TAMAZULAPAM DEL PROGRESO (CFE +MXN00020148 16.4000 -94.2000 71.9 TAPANATEPEC +MXN00020149 16.3167 -95.2333 40.8 TEHUANTEPEC +MXN00020150 17.2167 -97.0000 2286.9 TEJOCOTES +MXN00020151 17.3000 -96.9000 2259.8 SAN FRANCISCO TELIXTLAHUACA +MXN00020152 18.2500 -96.4000 34.7 TEMASCAL +MXN00020153 16.6000 -97.2000 1254.9 TEOJOMULCO +MXN00020154 18.1667 -96.9500 1973.9 SANTA MARIA TEOPOXCO +MXN00020155 18.1167 -97.0667 2001.9 TEOTITLAN DEL CAMINO (SMN) +MXN00020156 18.1167 -97.0667 917.8 TEOTITLAN DEL CAMINO (DGE) +MXN00020157 17.8667 -97.3667 2059.8 TEPELMEME DE MORELOS +MXN00020158 17.7167 -96.8333 2114.7 SAN JUAN TEPEUXILA +MXN00020159 17.5167 -97.5000 2311.9 SAN PEDRO Y SAN PABLO TEPOSCO +MXN00020160 17.7667 -96.7000 2372.9 SAN JUAN TEPONAXTLA +MXN00020161 18.0000 -96.7000 451.7 SAN PEDRO TEUTILA +MXN00020162 16.4167 -95.5833 182.0 TEQUISISTLAN +MXN00020163 17.6500 -97.8000 1526.7 TEZOATLAN DE SEGURA Y LUNA +MXN00020164 17.4667 -97.3667 2329.9 SANTA MARIA TILTEPEC +MXN00020165 16.9500 -96.4667 1617.9 TLACOLULA DE MATAMOROS +MXN00020166 17.8500 -97.4500 2154.9 TLACOTEPEC PLUMAS +MXN00020167 17.2667 -97.6667 2077.8 SANTA MARIA ASUNCION TLAXIACO +MXN00020168 17.2667 -97.6667 2094.9 SANTA MARIA ASUNCION TLAXIACO +MXN00020169 17.1833 -95.0333 2094.9 TOLOSITA +MXN00020170 16.6667 -96.3000 944.0 TOTOLAPA (SMN) +MXN00020172 18.1000 -96.1167 25.9 SAN JUAN BAUTISTA TUXTEPEC I +MXN00020173 16.4500 -94.8167 11.0 UNION HIDALGO +MXN00020174 17.8667 -96.5167 126.8 SAN FELIPE USILA +MXN00020175 17.7667 -96.3167 82.0 VALLE NACIONAL +MXN00020176 18.5000 -96.5167 120.7 VICENTE +MXN00020177 17.3500 -96.1500 1268.0 SAN ILDELFONSO VILLA ALTA +MXN00020178 17.0167 -97.5667 2427.7 VILLA CHALCATONGO (CFE) +MXN00020179 17.2000 -96.1667 1250.9 VILLA HIDALGO +MXN00020180 17.0667 -96.7167 1567.9 VIVERO BENITO JUAREZ +MXN00020181 17.3000 -96.4667 2617.9 VIVERO RANCHO TEJA +MXN00020182 17.8500 -97.1833 1914.8 XIQUILA +MXN00020183 17.4167 -96.2667 1439.9 SAN JUAN YAEE +MXN00020184 16.5000 -96.1000 845.8 SAN CARLOS YAUTEPEC +MXN00020185 17.3167 -95.7167 335.0 SANTIAGO YAVEO +MXN00020186 16.8833 -97.5833 2222.0 SANTIAGO YOSONDUA +MXN00020187 16.6000 -97.6167 436.8 YUTACUA (CFE) +MXN00020188 16.7500 -97.9833 353.9 SANTA MARIA ZACATEPEC (CFE) +MXN00020189 17.6667 -95.8833 86.0 ZAPOTE +MXN00020190 17.8833 -97.8167 1912.9 ZAPOTITLAN PALMAS (SMN) +MXN00020191 16.5500 -96.3667 1036.9 ZOQUITLAN +MXN00020194 15.8667 -96.4500 484.9 PUERTO ANGEL +MXN00020195 18.2333 -96.4000 34.7 TEMASCAL (CFE) +MXN00020198 17.5500 -96.5667 2142.7 YAHILA (CFE) +MXN00020200 16.2500 -97.7500 260.0 EL CARRIZO (CFE) +MXN00020201 18.1500 -96.2000 37.8 EL PORVENIR +MXN00020202 16.7333 -96.8167 1524.9 SANTA ANA TLAPACOYAN +MXN00020203 18.2000 -96.4667 68.0 SAN MIGUEL SOYALTEPEC +MXN00020205 16.4667 -98.1167 1326.8 EL TOMATAL +MXN00020206 15.8833 -96.1833 191.7 LA HAMACA +MXN00020207 17.7500 -97.8500 1850.7 MAGDALENA TETATEPEC +MXN00020208 17.1667 -97.9667 1607.8 SAN JUAN COPALA +MXN00020209 16.8500 -96.7833 2878.8 ZIMATLAN +MXN00020210 18.0500 -96.0667 32.9 SAN JUAN BAUTISTA TUXTEPEC (S +MXN00020211 17.0500 -96.7000 1539.8 SAN MARTIN MEXICAPAN +MXN00020212 16.8667 -97.6167 2063.8 YUTAMA (CFE) +MXN00020220 16.4667 -95.1667 75.0 COMITANCILLO +MXN00020221 17.5167 -97.3167 2224.7 C.A.E. YANHUITLAN +MXN00020223 16.0167 -97.5667 69.8 C.A.E. RIO GRANDE +MXN00020224 15.7167 -96.4500 121.9 E.T.A. 150 SAN PEDRO POCHUTLA +MXN00020229 17.5333 -96.5333 2270.8 E.T.A. 047 MACUILTIANGUIS +MXN00020230 17.2667 -96.9000 1738.9 PRESA MATIAS ROMERO +MXN00020231 18.1500 -96.9833 2343.9 PUERTO SOLEDAD +MXN00020232 17.0167 -97.9167 730.0 PUTLA DE GUERRERO +MXN00020233 16.6667 -96.3000 944.0 TOTOLAPA (DGE) +MXN00020234 18.5167 -96.6333 130.8 ACATLAN DE PEREZ FIGUEROA +MXN00020235 18.1167 -96.0000 32.9 BENEMERITO JUAREZ +MXN00020236 17.9500 -96.8333 1837.9 BUENOS AIRES +MXN00020237 18.1000 -95.8667 36.9 CAMPO EXPERIMENTAL +MXN00020238 17.3667 -95.5167 194.8 LA SABANA I +MXN00020241 17.0167 -96.0833 2044.9 AYAUTLA +MXN00020242 17.5667 -97.1667 2322.0 ARENAL +MXN00020245 17.3833 -97.1833 2166.8 JALTEPEC +MXN00020246 15.8667 -97.0000 22.9 LA CEIBA +MXN00020248 18.1333 -97.7167 1659.9 SANTIAGO CHAZUMBA II +MXN00020249 16.4667 -95.0000 21.9 C.A.E. DEL ITSMO +MXN00020251 16.0667 -97.7667 16.8 E.T.A. 199 SANTIAGO JAMILTEPE +MXN00020256 15.9667 -96.0667 360.9 XADANI +MXN00020258 17.2000 -96.7667 1677.9 SANTO DOMINGO BARRIO BAJO +MXN00020259 17.1500 -95.9000 1376.8 ZACATEPEC (SMN) +MXN00020260 17.0667 -95.0167 104.9 SARABIA II +MXN00020261 18.5667 -96.6500 177.7 EL REFUGIO +MXN00020262 18.0000 -96.0333 31.7 PAPELERA TUXTEPEC +MXN00020264 17.3167 -95.5000 171.9 LA SABANA II +MXN00020265 17.4167 -97.2667 2032.7 SAN MATEO ETLATONGO +MXN00020266 16.8167 -96.7667 1498.7 SAN PABLO HUIXTEPEC +MXN00020269 17.0667 -96.7500 2604.8 CUAUHTEMOC +MXN00020271 17.3833 -96.9167 2233.0 LA CARBONERA +MXN00020273 17.5667 -96.5000 2012.0 HUMO CHICO +MXN00020274 17.1167 -94.7833 112.8 LA ESMERALDA +MXN00020276 17.4500 -96.5000 2882.8 LLANO DE LAS FLORES +MXN00020277 16.4667 -95.2667 476.7 RIO HONDO +MXN00020278 17.6667 -97.5667 2124.8 TAMAZULAPAM DEL PROGRESO +MXN00020279 17.5833 -96.5500 2192.7 SOYALAPA (CFE) +MXN00020280 17.3167 -96.5500 1496.0 GUELATAO (CFE) +MXN00020281 17.1000 -94.1167 75.9 LA GRINGA +MXN00020282 16.8500 -95.5167 987.9 SANTA MARIA COATLAN +MXN00020284 16.9667 -96.3667 2391.8 VIVERO FORESTAL TLACOLULA +MXN00020285 18.1833 -97.6667 1715.7 SANTIAGO CHAZUMBA I +MXN00020286 18.3333 -96.4167 79.9 E.T.A. 205 TEMASCAL +MXN00020287 17.2167 -97.9667 1779.7 AGUA FRIA +MXN00020288 17.1167 -94.7667 112.8 LA AMARGURA +MXN00020289 16.7833 -95.3667 654.7 GUEVEA DE HUMBOLDT +MXN00020290 16.5500 -94.6000 59.7 NILTEPEC +MXN00020291 16.9167 -94.6667 189.9 PASO ARNULFO +MXN00020292 16.4667 -94.3667 53.9 ZANATEPEC +MXN00020293 17.1667 -95.1667 164.9 JUNAPAN +MXN00020294 18.0667 -96.1167 30.8 SAN JUAN BAUTISTA TUXTEPEC II +MXN00020295 16.2167 -94.8333 4.9 SANTA MARIA DEL MAR +MXN00020296 16.8167 -95.0500 221.0 MATIAS ROMERO (DGE) +MXN00020299 16.9167 -97.8000 1102.8 PARAJE PEREZ +MXN00020300 16.4000 -94.4500 31.7 REFORMA DE PINEDA +MXN00020301 17.0167 -97.9667 983.9 RIO VENADO +MXN00020302 17.1333 -97.8333 2432.9 SAN ANDRES CHICAHUAXTLA +MXN00020303 15.7333 -96.5333 47.9 TONAMECA +MXN00020304 17.8167 -98.2833 1481.9 CIENEGUILLA +MXN00020305 18.1000 -97.6167 1916.0 SAN JUAN NOCHIXTLAN +MXN00020306 17.9500 -98.0667 1526.7 SAN LORENZO VISTA HERMOSA +MXN00020307 17.2167 -97.8500 2475.0 SAN MARTIN ITUNYOSO +MXN00020308 16.1333 -96.4333 2226.0 SAN MATEO RIO HONDO +MXN00020310 17.4500 -98.0000 1720.9 SAN MIGUEL TLACOTEPEC +MXN00020311 18.2500 -97.6500 1779.7 SAN SEBASTIAN FRONTERA +MXN00020313 17.0167 -96.9833 2500.0 TLAZOYALTEPEC +MXN00020314 17.1833 -96.1667 1190.9 YALALAG (CFE) +MXN00020315 17.4167 -97.8667 1967.8 YUKUKIMI +MXN00020316 17.7000 -98.4167 1539.8 ZAPOTITLAN LAGUNAS +MXN00020317 17.8667 -97.8167 1453.9 ZAPOTITLAN PALMAS (DGE) +MXN00020318 16.7500 -95.0667 242.9 ALMOLOYA +MXN00020319 15.9667 -95.6833 306.9 SANTIAGO ASTATA (DGE) +MXN00020320 15.9000 -95.8333 34.7 AYUTA +MXN00020321 16.0000 -95.4000 9.8 LA BAMBA +MXN00020322 17.5167 -98.2667 1325.0 CALIHUALA +MXN00020323 17.7500 -97.7500 1818.7 C.A.E. LA MIXTECA BAJA +MXN00020324 15.9167 -96.5000 431.9 CANDELARIA LOXICHA +MXN00020325 16.7500 -94.7500 383.7 COFRADIA +MXN00020326 15.7833 -96.7167 144.8 COZOALTEPEC +MXN00020327 15.8167 -96.4667 229.8 CHACALAPA +MXN00020328 16.2500 -94.2167 22.9 CHAHUITES +MXN00020329 17.0667 -96.7167 2300.9 FORTIN +MXN00020330 16.6833 -95.2833 289.9 GUICHIXU +MXN00020331 16.9167 -95.2333 467.9 GUIVICIA +MXN00020332 16.0167 -95.6667 125.0 HUAMELULA +MXN00020333 15.8167 -96.3167 224.9 HUATULCO +MXN00020334 17.1667 -95.1167 1640.7 LA ITSMEA +MXN00020335 16.0167 -96.5167 1889.8 JALATENGO +MXN00020336 16.7167 -94.8667 233.8 LAZARO CARDENAS +MXN00020338 17.0000 -95.1667 534.9 MALATENGO +MXN00020339 16.2667 -96.2833 2044.0 SAN JUAN MIXTEPEC +MXN00020340 16.1167 -95.2833 11.9 EL MORRO +MXN00020341 16.3333 -94.5000 11.0 SAN FRANCISCO DEL MAR +MXN00020342 16.1667 -96.5000 2484.7 SAN JOSE DEL PACIFICO +MXN00020343 16.3667 -95.0167 8.8 SANTA MARIA XADANI +MXN00020344 16.4833 -96.4833 1539.8 EL TAPANAL +MXN00020346 16.3667 -95.4500 702.9 SAN SEBASTIAN DE LAS GRUTAS +MXN00020347 16.6000 -94.5167 417.9 EL HICACO +MXN00020350 16.2667 -97.8167 461.8 JAMILTEPEC +MXN00020351 15.9167 -95.9333 203.9 SAN ISIDRO CHACALAPA +MXN00020353 16.3000 -95.7167 353.0 TLACOLULITA +MXN00020354 16.9333 -96.7667 1549.9 ZAACHILA +MXN00020355 18.1167 -97.7833 1824.8 COSOLTEPEC +MXN00020356 15.9500 -95.7000 82.0 TAPANALA +MXN00020358 16.7667 -95.0667 243.8 EL BARRIO +MXN00020360 16.8000 -95.4000 938.8 LA CUMBRE +MXN00020362 18.0167 -97.5333 2603.9 MENBRILLOS +MXN00020363 16.8667 -95.4500 609.0 GUIGOVELAGA +MXN00020364 17.2667 -96.8667 1693.8 HUITZO +MXN00020365 17.2167 -97.5167 1928.8 MAGDALENA PEASCO +MXN00020366 16.9000 -96.3500 1684.9 MITLA +MXN00020367 17.1333 -96.6167 3034.0 PRESA EL ESTUDIANTE +MXN00020368 17.5167 -97.7167 2077.8 SAN ANTONIO MONTEVERDE +MXN00020369 16.4167 -95.9667 880.9 SAN BARTOLO YAUTEPEC +MXN00020370 16.9667 -95.0833 243.8 GICHICOVI +MXN00020371 17.7167 -98.3000 1731.9 IHUALTEPEC +MXN00020372 16.5000 -95.9167 1015.0 LAJARCIA SAN JUAN +MXN00020373 17.3667 -98.2500 2052.8 SAN MARTIN PERAS +MXN00020374 17.2167 -95.4500 273.7 TIERRA NEGRA +MXN00020375 17.4667 -98.0833 1627.9 SANTIAGO DEL RIO +MXN00020376 17.4000 -97.9167 1969.9 SANTOS REYES TEPEJILLO +MXN00020378 16.4667 -98.3500 94.8 TOMATAL +MXN00020379 17.3667 -97.3500 2309.8 YODOCONO DE PORFIRIO DIAZ +MXN00020380 17.8500 -97.5667 2276.9 YOSOCUNO +MXN00020381 15.9833 -97.5500 4.9 ZAPOTALILLO +MXN00020382 16.4333 -95.3667 82.0 EL MARQUES +MXN00020383 16.9000 -96.7167 1518.8 REYES MANTECON +MXN00020384 16.9167 -97.1500 2322.9 SAN ANTONIO HUITEPEC +MXN00020385 17.2500 -96.1000 1644.7 TOTONTEPEC +MXN00020386 16.2167 -97.2667 1845.9 YAITEPEC +MXN00020387 17.1500 -95.9000 1376.8 ZACATEPEC (DGE) +MXN00020451 16.9500 -96.5333 1587.7 SAN JUAN GUELAVIA +MXN00020454 16.3333 -98.0500 207.0 PINOTEPA NACIONAL (DGE) +MXN00020504 17.0833 -96.0500 1222.9 TLAHUINTOLTEPEC +MXN00020505 16.0667 -96.7833 990.0 SAN BALTAZAR LOXICHA +MXN00020506 17.4333 -95.4833 94.8 MARIA LOMBARDO +MXN00020507 16.9833 -96.4167 1713.0 DIAZ ORDAZ +MXN00020509 18.0500 -96.6500 1239.9 JALPA DE MARQUEZ +MXN00021001 18.1500 -97.5000 2121.7 ACATITAN +MXN00021002 18.2167 -97.5667 2052.8 ACATEPEC +MXN00021003 18.3000 -98.0500 1179.9 ACATLAN DE OSORIO (SMN) +MXN00021004 18.2833 -98.0500 1426.8 ACATLAN DE OSORIO (DGE) +MXN00021005 18.9833 -97.8000 2197.0 ACATZINGO DE HIDALGO +MXN00021006 20.0000 -97.8500 1377.7 AHUACATLAN +MXN00021007 18.8667 -97.9167 2025.7 AHUATEPEC +MXN00021008 19.7833 -97.9333 2191.8 AQUIXTLA (CFE) +MXN00021009 18.4167 -97.0167 2484.7 ALCOMUNGA +MXN00021010 18.3667 -97.2833 1581.9 ALTEPEXI +MXN00021011 19.9167 -97.4000 787.9 TETELILLA (CFE) +MXN00021012 18.9167 -98.4500 1903.8 ATLIXCO +MXN00021013 18.2333 -97.2000 955.9 AXUSCO +MXN00021014 20.0833 -97.4000 306.9 AYOTOXCO (CFE) +MXN00021015 18.1667 -98.3833 920.8 AXUTLA (CFE) +MXN00021016 18.8833 -98.1167 2119.9 BALCON DIABLO +MXN00021018 18.2833 -97.1500 1130.8 CALIPAN +MXN00021019 18.2000 -97.4500 2274.7 CALTEPEC +MXN00021020 18.7500 -97.4167 2368.0 MORELOS CAADA +MXN00021021 19.7833 -97.7500 2097.9 CAPULUAQUE (CFE) +MXN00021022 20.2667 -97.8333 787.9 CARMEN (CLFC) +MXN00021023 18.6167 -97.4000 2114.7 CHAPULCO +MXN00021024 18.5167 -98.5667 1116.8 CHIETLA +MXN00021025 19.2500 -97.1667 2194.0 CHILCHOTLA (CFE) +MXN00021026 18.9833 -97.4333 2560.9 CIUDAD SERDAN (SMN) +MXN00021027 18.9333 -97.4500 2568.9 CIUDAD SERDAN (DGE) +MXN00021029 19.6167 -97.6667 2475.9 COLONIA TEMEXTLA +MXN00021030 18.2667 -97.1500 1117.7 COXCATLAN +MXN00021031 18.8500 -97.4500 2383.8 CUESTA BLANCA +MXN00021032 20.0333 -97.5167 755.9 CUETZALAN DEL PROGRESO +MXN00021033 18.5667 -97.5833 1859.9 CACALOAPAN +MXN00021034 18.9500 -98.2667 2065.9 ECHEVERRIA +MXN00021035 19.0000 -98.1833 2121.7 PUEBLA (DGE) +MXN00021036 20.0833 -98.1333 1112.8 EL CARMEN +MXN00021037 19.8667 -98.2500 2619.8 EL PAREDON +MXN00021038 19.3833 -97.2833 2552.7 EL PROGRESO +MXN00021039 18.8667 -97.3167 2756.9 GUADALUPE POTREROS +MXN00021040 19.3667 -97.3500 2359.8 GUADALUPE BUENAVISTA +MXN00021041 20.0833 -98.0167 1674.9 COAMANALA (CLFC) +MXN00021042 20.2500 -98.2000 1905.0 HONEY (CFE) +MXN00021043 19.9000 -97.6000 1485.9 HUAHUAXTLA (CFE) +MXN00021044 20.1667 -98.0500 1536.8 HUAUCHINANGO (CLFC) +MXN00021045 18.7333 -98.1667 1424.9 HUEHUETLAN EL GRANDE +MXN00021046 19.1500 -98.4000 2453.9 HUEJOTZINGO +MXN00021047 19.6167 -97.8000 2471.9 IXTACAMAXTITLAN (CFE) +MXN00021048 18.0333 -98.7167 714.8 IXCAMILPA (CFE) +MXN00021049 18.6167 -98.4667 1323.7 IZUCAR DE MATAMOROS (DGE) +MXN00021050 18.3167 -98.8167 903.7 JOLALPAN +MXN00021051 20.1833 -97.8000 680.9 JOPALA (CFE) +MXN00021052 19.4000 -97.3833 2343.0 ALCHICHICA +MXN00021053 18.6000 -97.2667 1692.9 SAN BERNARDINO LAGUNAS +MXN00021054 19.8500 -97.3167 1671.8 LA FUNDICION (CFE) +MXN00021055 19.8500 -97.5333 1569.7 LA PAGODA (CFE) +MXN00021056 19.2833 -97.2167 1684.9 LA TRINIDAD (CFE) +MXN00021057 19.9833 -97.6167 2060.8 MAPILCO (CFE) +MXN00021058 20.2000 -98.0000 1341.7 NUEVO NECAXA (CLFC) +MXN00021059 19.7000 -97.5333 2669.7 OYAMELES +MXN00021060 18.8333 -97.5333 2413.7 PALMAR DE BRAVO +MXN00021061 20.1333 -97.4667 160.9 PASO DEL JARDIN (CFE) +MXN00021062 20.2333 -97.8500 351.7 PATLA (CLFC) +MXN00021063 18.1833 -98.2500 1118.9 PIAXTLA +MXN00021064 19.8500 -97.4833 2215.9 PRESA LA SOLEDAD (CFE) +MXN00021066 19.9500 -98.1000 2673.7 PUEBLO NUEVO (CFE) +MXN00021067 19.2500 -97.1333 2345.7 QUIMIXTLAN +MXN00021068 19.9167 -97.6000 2354.0 RANCHO APULCO +MXN00021069 19.5333 -97.8167 3064.8 SAN ANTONIO ARROYO PRIETO (CF +MXN00021070 18.5000 -97.2833 1860.8 SAN ANTONIO CAADA +MXN00021071 18.9000 -98.1667 2059.8 SAN BALTAZAR TETELA +MXN00021072 19.0167 -97.4500 2580.7 SAN DIEGO TEXMELUCAN +MXN00021073 18.9667 -97.3500 3079.7 SAN ISIDRO CANOAS ALTAS +MXN00021074 19.8667 -97.3667 641.0 SAN JUAN ACATENO (CFE) +MXN00021075 18.4833 -97.4333 1693.8 SAN LORENZO +MXN00021076 20.1167 -97.9667 1714.8 SAN LORENZO TLAXIPEHUALA (CLF +MXN00021077 19.3333 -97.4500 2413.7 SAN LUIS ATEXCAC +MXN00021078 19.2833 -98.4333 2265.0 SAN MARTIN TEXMELUCAN LABASTI +MXN00021079 18.9167 -97.5000 2419.8 SAN PEDRO TEMAMANTLA +MXN00021080 19.1333 -97.6500 2354.9 SAN SALVADOR EL SECO +MXN00021081 19.0167 -97.5667 2427.7 SANTA CRUZ COYOTEPEC +MXN00021082 18.8833 -97.7167 2228.7 TECAMACHALCO +MXN00021083 18.4500 -97.3833 2415.8 TEHUACAN +MXN00021084 18.5167 -97.1333 2211.9 TELPATLAN +MXN00021085 20.2000 -97.9833 1302.7 TENANGO DE LAS FLORES (CLFC) +MXN00021086 18.9667 -97.8833 2248.8 TEPEACA +MXN00021087 18.5833 -97.9167 2170.8 TEPEXI DE RODRIGUEZ +MXN00021088 20.0167 -97.9500 1916.9 TEPEIXCO (CLFC) +MXN00021091 19.8167 -97.3500 1817.8 TEZIUTLAN +MXN00021092 18.1500 -97.1000 889.7 TILAPA +MXN00021093 18.6833 -97.6667 1941.0 TLACOTEPEC DE BENITO JUAREZ +MXN00021094 18.4500 -96.7833 90.8 SAN SEBASTIAN TLACOTEPEC DE D +MXN00021095 19.1333 -97.4167 2779.8 TLACHICHUCA +MXN00021096 19.3333 -98.5667 2608.8 SANTA RITA TLAHUAPAN +MXN00021097 20.4167 -98.0167 1507.8 TLAXCO (CLFC) +MXN00021098 19.9167 -97.4500 1681.0 TLATLAUQUITEPEC (CFE) +MXN00021099 19.9333 -97.9333 1678.8 TOMA VEINTISEIS (CLFC) +MXN00021100 19.1167 -97.7333 2441.8 VISTA HERMOSA +MXN00021101 19.0333 -98.1000 2224.7 FLOR DEL BOSQUE +MXN00021102 18.7167 -97.7833 1949.8 XOCHITLAN TODOS SANTOS +MXN00021103 19.8667 -97.5833 1827.9 ZACAPOAXTLA (SMN) +MXN00021104 19.8833 -97.5833 1732.8 ZACAPOAXTLA (DGE) +MXN00021105 19.2500 -97.5333 2374.7 ZACATEPEC +MXN00021106 19.9167 -97.9500 2038.8 ZACATLAN (CLFC) +MXN00021107 19.9500 -97.9500 2083.9 ZACATLAN +MXN00021108 19.9833 -97.7167 983.0 ZAPOTITLAN DE MENDEZ +MXN00021109 18.3167 -97.4667 1499.9 ZAPOTITLAN SALINAS (SMN) +MXN00021110 18.3333 -97.4667 1856.8 ZAPOTITLAN SALINAS (DGE) +MXN00021111 19.7000 -97.6667 1982.7 SANTIAGO ZAUTLA (CFE) +MXN00021112 20.0833 -97.9833 1478.9 ZEMPOALA (CLFC) +MXN00021113 18.3333 -97.2500 2520.7 ZINACATEPEC (SMN) +MXN00021114 18.3500 -97.0167 2076.9 ZOQUITLAN +MXN00021115 17.9667 -98.3833 1432.0 SAN CRISTOBAL TULCINGO +MXN00021116 18.2833 -98.6000 990.9 CHIAUTLA DE TAPIA +MXN00021117 19.2833 -97.3333 1319.8 GUADALUPE VICTORIA +MXN00021118 20.1833 -98.0500 1414.0 HUAUCHINANGO +MXN00021119 19.5000 -97.7500 2896.8 LIBRES (SMN) +MXN00021121 20.1667 -97.9833 1319.8 NEXAPA (CLFC) +MXN00021122 19.3667 -97.6167 2349.7 ORIENTAL +MXN00021123 18.7667 -98.5333 1624.0 HUAQUECHULA +MXN00021124 18.3667 -98.6833 979.9 HUEHUETLAN EL CHICO +MXN00021125 20.0500 -98.1500 2219.9 LAGUNA (CLFC) +MXN00021126 19.8167 -97.9833 2327.8 LOMA ALTA (CFE) +MXN00021127 20.2833 -97.9500 1097.9 XICOTEPEC DE JUAREZ +MXN00021128 20.0167 -97.4833 502.9 EL ROSARIO (CFE) +MXN00021129 19.6000 -97.5000 2584.7 FRANCISCO I. MADERO +MXN00021130 19.8000 -98.2333 2662.7 LOS REYES (CLFC) +MXN00021132 18.6000 -98.4667 1296.9 IZUCAR DE MATAMOROS (SMN) +MXN00021134 18.9333 -98.3833 1984.9 LOS MOLINOS +MXN00021135 20.2333 -97.8500 463.9 PATLA (CFE) +MXN00021136 19.1000 -97.9500 2478.9 ACAJETE +MXN00021139 18.5000 -98.6167 1432.0 E.T.A. 051 ATENCINGO +MXN00021140 19.8333 -98.0167 2290.9 CHIGNAHUAPAN +MXN00021141 18.3333 -98.2667 976.9 C.R.D.F. BENITO JUAREZ +MXN00021142 20.5000 -97.6667 267.9 VENUSTIANO CARRANZA +MXN00021143 20.1333 -97.2000 143.9 SAN JOSE ACATENO +MXN00021145 19.3000 -97.3000 2789.8 GUADALUPE VICTORIA +MXN00021147 20.4000 -97.8333 278.0 APAPANTILLA +MXN00021148 19.1167 -98.0667 2582.9 SAN MIGUEL CANOA +MXN00021149 18.2833 -97.3833 1920.8 SAN JUAN ATZINGO +MXN00021150 18.6667 -97.7167 2012.0 SAN LUCAS EL VIEJO +MXN00021151 18.2500 -97.6167 1968.7 SAN JUAN RAYA +MXN00021152 18.9667 -97.7167 2121.7 LA COMPAIA +MXN00021154 18.8667 -97.4333 2179.9 SANTA CATARINA LOS REYES +MXN00021155 18.3333 -97.2500 1168.0 ZINACATEPEC (DGE) +MXN00021156 18.9167 -97.4167 2507.0 SAN MIGUEL OCOTENGO +MXN00021157 18.7167 -97.4500 2160.7 SAN JOSE IXTAPA +MXN00021158 18.9167 -97.2500 2886.8 PASO CARRETAS +MXN00021159 18.8500 -97.3667 2304.9 ESPERANZA +MXN00021160 18.3833 -97.0667 3048.0 BOCA DEL MONTE +MXN00021161 18.9000 -97.3333 2644.7 ATZITZINTLA +MXN00021162 19.8000 -97.3667 2398.8 CAMPO EXP. TEZIUTLAN +MXN00021163 18.9667 -98.1667 2108.0 EL BATAN +MXN00021164 19.2000 -98.5000 3391.8 C.A.E. SAN JUAN TETLA +MXN00021165 18.4000 -98.0167 1823.9 AHUATEMPAN +MXN00021166 18.0167 -98.3000 976.0 ANONAS +MXN00021167 19.1000 -98.4500 2316.8 SAN ANDRES CALPAN +MXN00021169 18.2167 -98.2167 1172.9 PEAS +MXN00021170 18.8167 -97.5667 2436.9 LA PURISIMA +MXN00021171 18.8833 -97.5500 2272.0 SANTA CRUZ MONTERROSAS +MXN00021172 18.1833 -98.8000 897.9 SANTA MARIA COHETZALA +MXN00021173 18.9500 -97.4667 2034.8 SANTA MARIA TECHACHALCO +MXN00021174 19.9667 -97.6333 1051.9 TEPECAPAN (CFE) +MXN00021175 18.0500 -97.8333 1449.9 SANTA ANA TEPEJILLO +MXN00021176 18.1833 -97.9167 1440.8 TONAHUIXTLA +MXN00021177 18.6333 -98.6833 1088.7 TEPEXCO +MXN00021178 18.0333 -98.0167 1428.0 TULCINGO DEL VALLE +MXN00021179 18.4167 -98.6833 966.8 TLACUALPICAN +MXN00021180 18.3667 -96.9000 849.8 OZTOPULCO +MXN00021181 18.4833 -96.8833 1059.8 XONOTIPA +MXN00021182 18.9000 -97.6333 235.9 PALMARITO +MXN00021183 18.0000 -98.5333 1269.8 ACAXTLAHUACAN +MXN00021184 19.4333 -97.6833 2422.9 LIBRES (DGE) +MXN00021185 20.4333 -97.7500 424.9 PIEDRAS NEGRAS +MXN00021187 18.2167 -98.7000 1227.7 SAN JUAN PILCAYA +MXN00021188 18.1333 -98.3000 994.9 TECUATITLAN +MXN00021189 18.4667 -98.7667 978.7 TEOTLALCO +MXN00021190 20.1167 -98.1000 2124.8 VENTA GRANDE +MXN00021191 19.3333 -98.5667 2608.8 TLAHUAPAN +MXN00021192 18.8500 -98.5833 2024.8 HUILANGO E-2 +MXN00021193 18.9167 -98.5500 2142.7 SAN PEDRO BENITO JUAREZ E-1 +MXN00021194 18.9000 -98.6167 1449.9 SANTA CATARINA E-28 +MXN00021195 18.9000 -98.5500 2158.0 SANTA CRUZ CUAUTOMATITLA E-3 +MXN00021196 18.8500 -98.5500 1952.9 TOCHIMILCO D-1 +MXN00021197 18.8333 -98.6000 2162.9 TOCHIMILCO D-2 +MXN00021198 18.1000 -98.4833 1058.9 CHILA DE LA SAL +MXN00021199 18.0833 -98.1500 1099.7 GUADALUPE +MXN00021200 19.4500 -97.6833 3493.9 LIBRES (CRP) +MXN00021201 19.9833 -97.2833 2421.9 LAS MARGARITAS +MXN00021202 20.6167 -97.8833 146.9 MECAPALAPA +MXN00021203 18.7333 -97.9000 1727.0 MOLCAXAC +MXN00021204 20.1833 -97.9833 1298.8 NEXAPA +MXN00021205 18.3667 -98.3500 1040.9 SANTA CRUZ TEJALPA +MXN00021206 18.6167 -98.0833 1414.0 SANTA CATARINA TLALTEMPAN +MXN00021207 19.7833 -97.5500 2493.0 ZARAGOZA +MXN00021208 19.9333 -97.4833 1029.9 GOMEZ PONIENTE (CFE) +MXN00021209 19.6667 -97.4000 2861.8 LOS HUMEROS (CFE) +MXN00021210 20.0333 -98.1667 2418.9 AHUAZOTEPEC +MXN00021211 20.5667 -97.8333 159.7 AMELUCA +MXN00021212 20.7333 -97.8500 130.8 METLALTOYUCA +MXN00021213 19.2667 -98.5833 2963.9 SAN MARTINITO +MXN00021214 19.1667 -98.5667 3392.7 SAN JUAN TETLA SIETE NORTE +MXN00021215 20.0833 -97.4167 236.8 AYOTOXCO DE GUERRERO +MXN00021216 18.3833 -97.6667 1928.8 TEPOXTITLAN +MXN00021217 18.2833 -98.8000 1536.8 TEUTLA +MXN00021218 20.1333 -98.0333 1729.7 TEPETZINTLA DE GALEANA +MXN00021219 20.4167 -97.7833 179.8 EL TEPETATE +MXN00021220 20.1667 -98.0500 1554.8 UNIVERSIDAD DE LA SIERRA +MXN00021221 19.0833 -97.5333 2233.0 ATENCO +MXN00021222 20.3667 -98.0333 1065.0 TLAXCO +MXN00021226 19.4667 -97.4667 2320.7 LAGUNA EL SALADO (CFE) +MXN00021230 18.6000 -98.1667 1177.7 SAN JUAN COATZINGO +MXN00021231 18.7000 -98.2500 1417.9 TEOPANTLAN +MXN00021232 19.2833 -98.4333 2288.7 SAN CRISTOBAL TEPATLAXCO +MXN00021234 18.3000 -98.2000 2120.8 PRESA BOQUERONCITOS +MXN00021243 18.9667 -97.9500 2224.7 CEMEX +MXN00021244 19.4833 -97.4833 2485.9 TEPEYAHUALCO +MXN00021247 19.0667 -98.3167 2154.9 CHOLULA +MXN00021248 19.0000 -98.1833 2144.9 PUEBLA (CONAGUA) +MXN00021249 18.9333 -98.1333 2389.9 AFRICAM ZAFARI +MXN00021250 20.0000 -97.7833 1525.8 TEPANGO DE RODRIGUEZ +MXN00022001 20.1833 -100.1333 2628.9 AMEALCO +MXN00022002 21.3500 -99.5833 791.0 AYUTLA +MXN00022003 20.7000 -99.8000 2039.7 CAMPO EXPERIMENTAL CADEREYTA +MXN00022004 20.5000 -100.4167 1894.9 EL BATAN +MXN00022005 20.8500 -99.5833 2728.0 EL DOCTOR +MXN00022006 20.5167 -100.4333 1839.8 EL PUEBLITO +MXN00022007 21.2167 -99.4667 759.9 JALPAN (DGE) +MXN00022008 21.2167 -99.4667 759.9 JALPAN (SMN) +MXN00022009 20.5167 -100.1833 1909.9 LA PALMA +MXN00022010 21.1667 -99.3333 1144.8 MATZACINTLA (CFE) +MXN00022011 20.5000 -100.1333 1907.7 PEDRO ESCOBEDO +MXN00022012 21.0500 -99.8000 1327.7 PEAMILLER (SMN) +MXN00022014 20.5667 -100.4333 1803.8 RANCHO VANEGAS +MXN00022015 20.3833 -100.0000 1913.8 SAN JUAN DEL RIO (SMN) +MXN00022016 20.9000 -99.5500 2416.8 SAN JOAQUIN +MXN00022017 20.8500 -99.8833 1720.0 TOLIMAN +MXN00022018 20.5333 -100.4333 1816.0 VILLA CORREGIDORA +MXN00022019 21.2333 -99.2500 1086.9 LA LAGUNITA +MXN00022021 20.6833 -99.8000 2044.0 CADEREYTA DE MONTES +MXN00022022 20.3667 -99.9833 1932.7 SAN JUAN DEL RIO (DGE) +MXN00022024 21.3167 -99.2000 1610.0 TRES LAGUNAS +MXN00022025 20.5000 -99.9000 1888.8 PRESA CENTENARIO +MXN00022026 20.7833 -100.0333 1912.9 COLON +MXN00022027 20.6000 -100.4333 1805.9 E.T.A. 128 CARRILLO +MXN00022028 20.3833 -100.0833 1936.7 GALINDO +MXN00022029 20.3833 -100.2667 2270.8 HUIMILPAN +MXN00022030 20.3333 -99.9333 1943.7 PALMILLAS +MXN00022031 20.5333 -99.8333 1902.9 PRESA PASO DE TABLAS +MXN00022032 20.4167 -100.0667 1924.8 PRESA CONSTITUCION +MXN00022033 20.1167 -99.9833 2404.0 SAN PABLO +MXN00022034 20.7333 -99.9333 2060.8 VILLA BERNAL +MXN00022035 20.8333 -99.7000 1993.7 VIZARRON +MXN00022036 21.5333 -99.6833 995.8 ARROYO SECO +MXN00022037 20.1833 -100.1500 2669.7 EL RINCON +MXN00022038 20.9000 -99.9167 1574.0 E.T.A. 317 TOLIMAN +MXN00022040 20.4833 -100.1167 1914.8 E.T.A. 210 PEDRO ESCOBEDO +MXN00022041 20.8000 -100.5500 2374.7 LA JOYA +MXN00022042 20.4500 -99.9833 1893.7 LA LLAVE +MXN00022043 20.5833 -100.2000 1909.9 COYOTILLOS +MXN00022044 20.2667 -100.1000 2279.0 GALINDILLO +MXN00022045 20.7000 -100.4500 1884.9 JURIQUILLA +MXN00022046 20.6833 -100.1333 2052.8 NOGALES +MXN00022047 20.1167 -100.0000 2745.9 PRESA EL CAPULIN +MXN00022049 20.9000 -100.2000 2567.9 EL ZAMORANO +MXN00022050 20.3667 -100.3833 2180.8 CEJA DE BRAVO +MXN00022051 21.1333 -99.7667 1748.9 EL COMEDERO +MXN00022052 20.6500 -99.8833 1980.9 EZEQUIEL MONTES +MXN00022053 20.6667 -100.0333 2025.7 EL GALLO +MXN00022054 20.7167 -99.6833 1980.9 EL SALITRE +MXN00022056 20.9000 -99.7500 1596.8 HIGUERILLAS +MXN00022058 20.4833 -100.3000 2091.8 SANTA TERESA +MXN00022059 20.8333 -99.7833 2106.8 SAN JUAN (CFE) +MXN00022061 20.7833 -100.5167 2327.8 CONAFRUT LOS CUES +MXN00022062 21.0333 -99.8500 1369.8 GUILLEN +MXN00022063 20.5667 -100.3667 1870.9 QUERETARO (DGE) +MXN00022064 21.1333 -99.6167 2354.9 PINAL DE AMOLES +MXN00022067 20.4833 -100.1833 1905.9 LA VENTA +MXN00022068 20.8500 -100.0500 1798.9 LA SOLEDAD +MXN00022069 20.5833 -99.7000 1767.8 PATHE (CFE) +MXN00022070 20.6000 -100.3333 1849.8 PLANTEL 7 +MXN00022071 20.6667 -99.5500 1899.8 MESA DE LEON (CFE) +MXN00023001 18.2833 -88.6333 36.9 ALVARO OBREGON +MXN00023002 18.6833 -88.3833 1.8 BACALAR +MXN00023003 19.5667 -88.0333 16.8 FELIPE CARRILLO PUERTO (DGE) +MXN00023004 18.1667 -88.8167 65.8 COCOYOL +MXN00023007 19.5667 -88.7000 44.8 TAMPAK +MXN00023009 21.5333 -87.3833 9.8 ISLA HOLBOX +MXN00023010 21.2333 -86.7333 4.9 ISLA MUJERES +MXN00023011 21.0833 -87.4833 14.9 KANTUNILKIN +MXN00023012 20.4833 -87.7333 4.9 COBA +MXN00023013 19.8000 -88.7500 15.8 LA PRESUMIDA +MXN00023014 20.9833 -87.2000 7.9 LEONA VICARIO +MXN00023015 18.5500 -88.4833 32.9 LOS POZOS +MXN00023016 18.4500 -88.9167 108.8 NICOLAS BRAVO KM. 71 +MXN00023017 19.2333 -88.1167 13.7 PALMAS +MXN00023018 18.2167 -88.6500 34.7 PUCTE +MXN00023019 20.8500 -86.8667 5.8 PUERTO MORELOS +MXN00023020 18.9667 -87.6167 1.8 RIO INDIO +MXN00023021 18.9167 -88.2833 19.8 SANTA CRUZ CHICO +MXN00023022 19.8333 -88.1333 20.7 SEOR +MXN00023023 21.3333 -87.4167 13.7 SOLFERINO +MXN00023024 20.1833 -88.3500 32.9 TIHOSUCO +MXN00023025 20.2167 -87.4500 9.8 TULUM +MXN00023026 19.1833 -88.5167 20.7 VALLE HERMOSO +MXN00023027 20.7833 -87.2667 14.9 VICTORIA +MXN00023029 18.2667 -87.8333 2.7 XCALAK +MXN00023030 20.8833 -87.5833 25.9 NUEVO XCAN +MXN00023031 19.6833 -88.3667 27.7 X-PICHIL +MXN00023032 18.5000 -88.3167 11.0 CHETUMAL (DGE) +MXN00023033 18.9667 -88.2000 14.9 CHACCHOBEN +MXN00023040 18.5000 -88.5667 31.7 SERGIO BUTRON CASAS +MXN00023041 19.9000 -88.8000 36.9 DZIUCHE +MXN00023042 19.0167 -88.1000 8.8 LIMONES +MXN00023043 18.7500 -88.3333 18.9 SAN FELIPE BACALAR +MXN00023044 19.6167 -88.6833 53.9 ADOLFO LOPEZ MATEOS +MXN00023048 20.5000 -86.9333 5.8 COZUMEL (DGE) +MXN00023049 18.5667 -88.4500 25.9 I.N.I.ARROYO CAECHET +MXN00023050 18.2500 -88.6333 1.8 INIP +MXN00023051 18.9500 -88.1500 9.8 PEDRO ANTONIO DE LOS SANTOS +MXN00023150 20.0167 -88.5333 30.8 SABAN +MXN00023152 19.1500 -88.1000 15.8 ANDRES QUINTANA ROO +MXN00023153 18.5167 -88.3000 8.8 TECNOLOGICO CHETUMAL +MXN00023154 18.0000 -88.8167 61.9 AGUA BLANCA +MXN00023155 21.1500 -86.8167 8.8 CANCUN +MXN00023157 20.8667 -87.5333 21.9 IDEAL +MXN00023158 18.7000 -87.7000 4.0 MAHAHUAL +MXN00023159 19.7333 -88.9500 51.8 CANDELARIA +MXN00023160 18.8000 -88.5667 22.9 REFORMA +MXN00023161 18.6000 -88.8000 68.0 MOROCOY +MXN00023162 19.5000 -88.3833 22.9 LAGUNA KANA +MXN00023163 20.6333 -87.0667 8.8 PLAYA DEL CARMEN +MXN00023164 18.1167 -89.1333 164.0 DOS AGUADAS +MXN00023165 19.7333 -88.7000 25.9 JOSE MARIA MORELOS +MXN00023166 20.8500 -87.0333 11.0 CENTRAL VALLARTA +MXN00023167 19.0000 -88.8333 102.7 OTILIO MONTAO +MXN00023169 18.3833 -88.9000 132.9 LA UNION II +MXN00023170 18.5000 -88.4667 26.8 JUAN SARABIA +MXN00023171 18.7000 -88.2500 2.7 LAGUNA GUERRERO +MXN00023172 18.5000 -88.2833 11.9 HOSPITAL MORELOS DE CHETUMAL +MXN00024001 21.8500 -99.3667 776.9 AGUA BUENA (SMN) +MXN00024002 21.6667 -98.9667 59.7 ALTAMIRA +MXN00024003 21.6167 -99.0000 32.9 AQUISMON +MXN00024004 22.2333 -100.6500 1627.9 ARMADILLO DE LOS INFANTE +MXN00024005 21.7333 -98.9500 44.8 BALLESMI +MXN00024006 22.0000 -99.6333 1214.9 CARDENAS (DGE) +MXN00024007 23.7500 -100.7167 1789.8 CEDRAL +MXN00024008 22.4167 -100.2667 1148.8 CERRITOS +MXN00024009 21.3667 -98.6500 211.8 SAN MARTIN CHALCHICUAUTLA +MXN00024010 23.1167 -101.1000 2009.9 CHARCAS (DGE) +MXN00024011 22.4000 -99.5833 1266.7 CIUDAD DEL MAIZ (DGE) +MXN00024012 21.9667 -99.0000 86.9 CIUDAD VALLES +MXN00024013 22.2500 -99.6667 1145.7 COLONIA ALVARO OBREGON +MXN00024014 22.1000 -99.2833 490.7 DAMIAN CARMONA +MXN00024015 22.2000 -98.3833 54.9 EBANO +MXN00024016 22.4833 -99.4167 986.9 ABRITAS +MXN00024017 22.1167 -98.7167 58.8 EL COCO +MXN00024018 21.9667 -98.8667 36.9 EL CHOY +MXN00024019 23.0833 -101.5500 2020.8 EL ESTRIBO +MXN00024020 21.8667 -98.6833 69.8 EL FISCAL +MXN00024021 22.6667 -101.1167 1830.9 EL GRITO +MXN00024022 22.9167 -100.4500 1419.8 EL HUIZACHE +MXN00024023 22.5167 -99.3167 285.0 EL NARANJO +MXN00024024 22.0833 -101.1000 2108.9 EL PEAJE +MXN00024025 21.8333 -98.9167 40.8 EL PUJAL +MXN00024026 21.4167 -98.8833 87.8 REQUETEMU +MXN00024027 22.5833 -99.4333 557.8 EL SALTO (CFE) +MXN00024028 22.2333 -99.1167 153.9 EL TIGRE +MXN00024029 21.9500 -100.0167 998.8 E.T.A. 131 CIUDAD FERNANDEZ +MXN00024030 22.0167 -100.2000 1068.9 FARO GALLINAS +MXN00024031 21.9000 -99.2333 313.9 GALLINAS +MXN00024032 22.6167 -100.3833 1654.8 GUADALCAZAR +MXN00024033 23.4500 -100.9833 1818.7 LA MAROMA +MXN00024034 21.9333 -100.5833 1892.8 LA SALITRERA +MXN00024035 21.5833 -99.5667 923.8 LAGUNILLAS +MXN00024036 21.9667 -98.5667 18.0 LAS ADJUNTAS +MXN00024037 21.7833 -98.9167 54.9 LAS MORITAS +MXN00024038 22.4500 -101.0833 1973.0 LOS PILARES +MXN00024039 22.3667 -99.2833 286.8 MAITINEZ +MXN00024040 23.6667 -100.6333 1588.9 MATEHUALA (SMN) +MXN00024042 22.2667 -101.1167 2013.8 MEXQUITIC +MXN00024043 22.1167 -99.1667 234.7 MICOS +MXN00024044 22.7500 -101.0833 1731.0 MOCTEZUMA (DGE) +MXN00024045 22.0167 -100.1667 1134.8 NOGAL OSCURO +MXN00024046 21.8333 -100.7500 1758.7 OJO CALIENTE +MXN00024047 22.1333 -99.5333 1378.9 OJO DE AGUA +MXN00024048 23.1000 -101.5333 2048.0 PALO BLANCO +MXN00024049 22.3667 -99.4500 999.7 PAPAGAYOS +MXN00024050 21.7000 -100.0000 1058.9 PAREDES +MXN00024051 22.0167 -100.3667 1239.9 PASO DE SAN ANTONIO +MXN00024052 22.1167 -100.0500 1017.7 PASTORA +MXN00024053 21.5000 -98.5500 93.9 CIUDAD SANTOS +MXN00024054 21.6500 -99.8167 919.9 PEDRO MONTOYA +MXN00024055 22.4833 -101.7833 2099.8 PEON BLANCO +MXN00024056 22.2000 -98.9833 303.9 PONCIANO ARRIAGA +MXN00024057 22.8500 -100.1500 1200.0 PRESA DE GUADALUPE +MXN00024058 22.1833 -99.6500 1166.8 PRESA PALOMAS +MXN00024059 22.8167 -101.9000 2209.8 VILLA DE RAMOS II +MXN00024060 21.8333 -99.6333 971.7 RAYON +MXN00024061 22.3167 -101.1667 1899.8 RINCON DEL PORVENIR +MXN00024063 21.6833 -99.4667 438.9 SAN ANTONIO DE GUAYABOS +MXN00024064 22.0000 -99.2000 345.9 SAN DIEGUITO +MXN00024065 21.9667 -98.9167 164.0 SAN FELIPE +MXN00024066 22.0667 -99.8500 1012.9 SAN FRANCISCO +MXN00024067 21.8333 -100.4833 1859.9 SAN JOSE ALBURQUERQUE +MXN00024068 22.6167 -99.6167 1148.8 SAN JUAN DEL MECO +MXN00024069 22.1500 -100.9667 1869.9 SAN LUIS POTOSI (DGE) +MXN00024070 22.2000 -101.0167 1902.9 SAN LUIS POTOSI (OBS) +MXN00024071 22.2333 -100.5500 1460.0 SAN NICOLAS TOLENTINO +MXN00024072 21.7000 -99.0333 57.9 SANTA CRUZ +MXN00024073 22.7500 -101.6333 2044.0 LA REFORMA +MXN00024074 23.7333 -101.2167 1973.0 SANTA MARIA DEL REFUGIO +MXN00024075 21.7833 -100.7333 1721.8 SANTA MARIA DEL RIO (DGE) +MXN00024076 22.0000 -99.0500 80.8 SANTA ROSA +MXN00024077 23.3167 -101.7333 1970.8 SANTO DOMINGO +MXN00024078 21.8667 -101.2667 2220.8 SANTIAGO +MXN00024079 21.8167 -98.9333 89.9 SANTIAGUILLO +MXN00024080 22.0167 -98.9667 179.8 S.L.C.A. PONCIANO ARRIAGA +MXN00024081 22.1667 -100.9333 1849.8 SOLEDAD DE GRACIANO +MXN00024082 21.6000 -99.1167 1070.8 TAMAPATZ +MXN00024084 21.3833 -98.8667 91.7 TANCUILIN +MXN00024085 21.6167 -98.6500 47.9 TANQUIAN DE ESCOBEDO +MXN00024086 21.6667 -99.2833 488.9 TANLACUT +MXN00024087 21.6667 -98.8833 123.7 TANLAJAS +MXN00024088 21.8000 -98.9833 43.0 TANTIZOHUICHE +MXN00024090 21.6500 -99.2167 649.8 TANZABACA +MXN00024091 21.2333 -98.7500 186.8 TEMAMATLA +MXN00024092 21.2167 -98.8833 397.8 TIERRA BLANCA +MXN00024093 21.6667 -100.5667 1779.7 TIERRA NUEVA +MXN00024094 23.8833 -100.9500 1738.0 VANEGAS +MXN00024095 22.1833 -98.5500 46.9 VELAZCO +MXN00024096 22.9167 -101.0833 1789.8 VENADO +MXN00024097 21.8000 -99.8500 994.9 VIGAS +MXN00024098 22.6667 -100.9000 2956.0 VILLA DE ARISTA +MXN00024100 21.9000 -101.3833 2166.8 VILLA DE ARRIAGA (DGE) +MXN00024101 21.8000 -100.9333 1820.0 VILLA DE REYES +MXN00024102 22.4500 -100.6833 1693.8 VILLA HIDALGO +MXN00024103 22.3167 -100.2667 1108.9 VILLA JUAREZ +MXN00024105 21.3833 -98.9833 675.7 XILITLA +MXN00024106 22.0333 -100.7167 1982.7 ZARAGOZA +MXN00024107 22.3167 -98.8667 107.9 EL PEON +MXN00024108 22.2167 -98.4000 98.8 EL TULILLO +MXN00024109 22.7500 -101.0833 1729.7 MOCTEZUMA (SMN) +MXN00024110 21.8500 -100.0667 1062.8 OJO DE AGUA SECO +MXN00024111 22.1333 -100.9667 1870.9 SAN LUIS POTOSI (SMN) +MXN00024112 21.8000 -100.7333 1717.9 SANTA MARIA DEL RIO (SMN) +MXN00024113 21.6833 -98.6000 44.8 SAN VICENTE +MXN00024114 21.9500 -99.9833 990.9 RIOVERDE (DGE) +MXN00024115 21.9833 -99.6333 1207.9 CARDENAS (SMN) +MXN00024116 22.3833 -99.6000 1240.8 CIUDAD DEL MAIZ (SMN) +MXN00024122 21.2167 -98.6667 132.0 CHAPULUACANITO +MXN00024123 22.0167 -99.0333 82.9 LAS GARZAS +MXN00024124 22.0167 -98.6333 25.0 SAN JOSE DE LIMON +MXN00024125 21.4167 -99.0000 618.7 TLAMAYA +MXN00024127 21.9000 -101.3667 2169.0 VILLA DE ARRIAGA (SMN) +MXN00024128 21.7500 -100.9667 1828.8 PRONAPADE +MXN00024129 21.9667 -99.9667 994.0 PROM.AGROP. 023 LA BRIGADA +MXN00024130 22.3833 -100.0500 1090.0 GRANJENAL +MXN00024132 22.5333 -99.3333 1168.0 E.T.A. 055 EL NARANJO +MXN00024133 21.8333 -98.8167 32.9 LA GLORIA +MXN00024134 21.8000 -100.7333 1874.8 E.T.A. 156 SANTA MARIA DEL RI +MXN00024135 21.5833 -98.6833 65.8 E.T.A. 170 TANQUIAN DE ESCOBE +MXN00024136 21.6333 -99.2500 385.9 TANLU +MXN00024137 21.7500 -99.2667 275.8 VEINTE DE NOVIEMBRE +MXN00024138 21.2833 -98.7833 317.9 TAMAZUNCHALE +MXN00024139 22.0667 -98.8000 47.9 TAMUIN (DGE) +MXN00024140 22.0167 -98.7833 29.0 TAMUIN (OBS) +MXN00024141 21.8000 -98.6000 29.9 E.T.A. 214 SAN VICENTE TANCUA +MXN00024142 23.4833 -100.7167 1597.8 LA PRESA +MXN00024144 23.5833 -100.9000 2359.8 LA CARDONCITA +MXN00024145 23.2333 -100.9500 2010.8 LAGUNA SECA +MXN00024146 23.6333 -101.3833 2139.7 LA VICTORIA +MXN00024147 23.1500 -102.1833 1966.0 JESUS MARIA +MXN00024148 22.6167 -101.7167 2072.9 SALINAS DE HIDALGO +MXN00024149 21.8833 -98.8500 32.9 SANTA ELENA +MXN00024150 22.8500 -101.2333 1943.7 GUANAME +MXN00024151 23.3000 -101.9500 1939.7 SAN JUAN DEL SALADO +MXN00024152 22.8500 -102.1833 2080.0 SAUZ DE CALERA +MXN00024153 22.2333 -100.9000 1836.7 COLONIA BENITO JUAREZ +MXN00024154 23.3000 -101.4167 2212.8 SAN FRANCISCO II +MXN00024155 22.2333 -100.8500 1834.9 ESCUELA DE AGRONOMIA +MXN00024156 22.3500 -99.0333 235.9 BUENAVISTA +MXN00024157 23.6333 -100.7000 2223.8 ZARAGOZA +MXN00024158 23.1167 -101.1000 2020.8 CHARCAS (SMN) +MXN00024159 22.3500 -99.8500 1045.8 LA MORITA +MXN00024160 23.2833 -101.2000 2201.0 COYOTILLOS +MXN00024161 23.0167 -101.7500 2144.9 LA HERRRADURA +MXN00024162 23.3500 -100.5500 1355.8 EL CARMEN +MXN00024163 21.8333 -101.1000 1953.8 BLEDOS +MXN00024164 22.8500 -100.6833 1352.7 LLANO DEL CARMEN +MXN00024165 23.5833 -100.9000 1728.8 SAN JOSE DE CORONADOS +MXN00024166 22.9167 -101.9000 1944.9 VILLA DE RAMOS I +MXN00024167 21.3167 -98.8333 442.0 MATLAPA (OBS) +MXN00024168 22.5833 -100.1333 1209.8 BUENAVISTA +MXN00024169 23.4167 -100.7833 1674.9 BUENAVISTA +MXN00024170 22.0167 -100.3167 1219.8 EL CHARCO +MXN00024171 21.7667 -99.9000 951.0 HUIZACHAL +MXN00024172 21.8500 -100.0167 1005.8 MANANTIAL DE MEDIA LUNA +MXN00024173 22.1667 -99.6500 1169.8 PRESA ALVARO OBREGON +MXN00024174 22.4833 -99.5500 1325.0 PUERTO DE LOBOS +MXN00024175 24.2833 -100.7833 1702.9 EL SALADO +MXN00024176 23.1333 -101.3333 2109.8 SAN JUAN DE TUZAL +MXN00024177 22.0500 -100.4500 1232.9 SANTA CATARINA +MXN00024179 22.0833 -100.7000 2067.8 XOCONOXTLE +MXN00024180 23.0500 -101.1167 1966.9 CAADA VERDE +MXN00024181 23.4000 -100.7333 1654.8 EL ASTILLERO +MXN00024182 21.5500 -98.8167 90.8 TAMPAMOLON +MXN00024183 22.8167 -101.1500 1831.8 EL TULE +MXN00024186 21.4667 -98.9667 90.8 HUICHIHUAYAN +MXN00024187 22.6500 -99.9000 1023.8 TEPEYAC +MXN00024188 22.9167 -100.9333 1679.8 CORONADO +MXN00024189 23.2333 -101.2000 2186.9 EL HOSPITAL +MXN00024190 22.4000 -99.8333 1814.8 LA LIBERTAD +MXN00024191 23.1500 -101.8833 2080.0 SAN ANTONIO DEL MEZQUITE +MXN00024192 22.7667 -100.8833 1998.9 SAN FRANCISCO DE LA DICHA +MXN00024193 21.7667 -99.9000 906.8 SAN JOSE DE TAPANCO +MXN00024194 23.0167 -101.9333 2144.9 SAN RAFAEL +MXN00024195 22.2500 -99.8500 1029.9 LAS TABLAS +MXN00024196 22.8333 -101.4833 1978.8 EL TORO +MXN00024197 22.4000 -100.8833 1848.9 EL TERRERO +MXN00024199 22.4167 -99.3000 255.7 EL ESTRIBO +MXN00024200 21.4833 -98.6333 93.9 TEPEMICHE +MXN00024201 22.1500 -100.4000 1172.0 GOLONDRINAS +MXN00025001 24.0833 -106.6667 95.7 ACATITAN +MXN00025002 26.8000 -108.3667 210.9 AGUA CALIENTE +MXN00025003 25.9167 -109.1667 9.8 AHOME +MXN00025004 25.3167 -108.1667 18.9 ANGOSTURA (ESDA) +MXN00025005 25.8000 -107.9000 173.7 BACUBIRITO +MXN00025006 25.3667 -107.5500 204.8 BADIRAGUATO (SMN) +MXN00025007 26.3500 -108.5000 160.9 BAMICORI +MXN00025008 25.6167 -109.0500 4.0 TOPOLOBAMPO (SMN) +MXN00025009 26.0667 -108.7833 30.8 BOCATOMA SUFRAGIO +MXN00025010 24.8333 -107.4333 50.9 CULIACAN (CAADES) +MXN00025011 23.2667 -106.0667 139.9 CONCORDIA (CFE) +MXN00025012 24.4167 -106.7000 410.0 COSALA +MXN00025013 25.6167 -108.7000 9.8 COREREPE +MXN00025015 24.7833 -107.3833 59.7 CULIACAN (DGE) +MXN00025017 26.7333 -108.3333 224.9 CHOIX I (DGE) +MXN00025018 26.7167 -108.2833 310.9 CHOIX (SMN) +MXN00025020 26.7167 -108.3333 243.8 CHOIX (AGLCH) +MXN00025021 23.7167 -106.7667 18.9 DIMAS +MXN00025022 26.2667 -109.0333 7.9 EL CARRIZO +MXN00025023 26.4000 -108.6167 84.7 EL FUERTE +MXN00025024 23.7333 -106.5333 330.7 EL LIMON (CFE) +MXN00025025 26.5000 -108.5833 143.9 PRESA MIGUEL HIDALGO Y COSTIL +MXN00025027 25.5667 -108.4833 18.9 EL NUDO +MXN00025028 23.9667 -106.7167 109.7 ELOTA (CFE) +MXN00025029 23.5667 -105.8333 2319.8 EL PALMITO (CFE) +MXN00025030 25.2167 -108.1833 5.8 EL PLAYON +MXN00025031 23.5500 -106.4500 48.8 EL QUELITE (CFE) +MXN00025032 26.4833 -108.7167 103.9 PRESA JOSEFA ORTIZ DE DOMINGU +MXN00025033 25.0833 -107.3833 118.9 EL VAREJONAL +MXN00025035 26.3333 -108.9333 50.0 FRANCISCO +MXN00025036 24.2667 -106.5167 695.9 GUADALUPE DE LOS REYES +MXN00025037 25.4667 -108.0833 43.9 GUAMUCHIL +MXN00025038 25.5500 -108.4500 21.9 GUASAVE (DGE) +MXN00025039 25.5500 -108.4667 14.9 GUASAVE (SMN) +MXN00025040 25.5333 -108.4500 19.8 GUASAVE (AARSP) +MXN00025041 25.3333 -107.2167 511.8 GUATENIPA +MXN00025042 25.9667 -109.3000 9.8 HIGUERA DE ZARAGOZA +MXN00025043 25.7333 -107.8667 232.0 HUACAPAS (CFE) +MXN00025044 26.8833 -108.3500 268.8 HUITES +MXN00025045 23.9667 -106.6000 68.9 IXPALINO +MXN00025046 25.8833 -108.0167 129.8 JAINA +MXN00025047 24.2500 -106.2500 1271.9 JOCUIXTITA +MXN00025048 25.7500 -108.8167 15.8 JUAN JOSE RIOS +MXN00025049 22.5167 -105.4500 15.8 LA CONCHA +MXN00025050 23.9000 -106.9000 8.8 LA CRUZ +MXN00025052 23.5000 -106.3000 127.7 LA NORIA (CFE) +MXN00025053 26.2333 -108.6000 183.8 LA TINA +MXN00025054 26.0667 -108.2667 184.7 LA VAINILLA (CFE) +MXN00025055 26.4667 -108.5833 86.0 LAS CAAS +MXN00025056 26.2500 -108.7500 50.0 LAS ESTACAS +MXN00025057 24.7833 -107.4333 29.0 LAS FLORES (AARC) +MXN00025058 23.0167 -105.7500 47.9 LAS HABITAS +MXN00025059 26.2667 -108.5833 606.9 LAS ISABELES +MXN00025060 25.8000 -109.0000 13.7 LOS MOCHIS (AARFS) +MXN00025061 26.3667 -108.7167 79.9 LLANO DE LOS LOPEZ +MXN00025063 25.4667 -107.9333 95.7 MOCORITO (AGLM) +MXN00025064 25.4667 -107.9167 86.9 MOCORITO (DGE) +MXN00025065 25.9333 -108.9167 19.8 MOCHICAHUI +MXN00025066 25.9333 -108.4500 80.8 OCORONI (CFE) +MXN00025068 27.0000 -108.4167 613.0 PALO DULCE +MXN00025069 24.9167 -107.3833 54.9 PALOS BLANCOS +MXN00025070 23.4167 -105.9167 689.8 PANUCO +MXN00025071 25.0833 -107.6833 50.9 PERICOS +MXN00025072 23.9667 -106.3500 340.8 PIAXTLA (CFE) +MXN00025073 23.0833 -105.4667 961.9 PLOMOSAS +MXN00025074 23.4500 -105.8167 1571.9 POTRERILLOS +MXN00025075 22.8833 -105.7500 84.7 PRESA EL PEON +MXN00025076 24.4167 -107.2167 40.8 QUILA +MXN00025077 25.3667 -107.8333 133.8 ROSA MORADA +MXN00025078 22.9833 -105.8500 31.7 ROSARIO +MXN00025079 23.0000 -105.8500 19.8 ROSARIO (AARB) +MXN00025080 25.7000 -108.7167 19.8 RUIZ CORTINEZ +MXN00025081 24.8000 -107.1500 103.9 SANALONA II +MXN00025082 26.0667 -108.7500 36.0 SAN BLAS +MXN00025083 26.8333 -108.4167 210.9 SAN FRANCISCO DEL RIO +MXN00025084 23.9333 -106.4167 157.9 SAN IGNACIO +MXN00025085 26.1500 -107.8833 520.9 SAN JOSE DE GRACIA (CFE) +MXN00025086 25.9333 -109.0333 19.8 SAN MIGUEL ZAPOTITLAN +MXN00025087 24.4833 -106.9500 108.8 SANTA CRUZ DE ALAYA +MXN00025088 25.9000 -108.9000 22.9 SANTA ROSA +MXN00025090 25.8167 -108.2167 57.9 SINALOA DE LEYVA +MXN00025091 23.3333 -106.2333 36.0 SIQUEROS (CFE) +MXN00025092 25.7500 -107.3167 666.9 SOYATITA (CFE) +MXN00025093 25.8000 -107.5500 1460.0 SURUTATO +MXN00025094 25.6333 -107.3667 1162.8 TAMEAPA +MXN00025095 23.5833 -106.1667 269.7 TAPICHAHUA (CFE) +MXN00025097 25.8667 -107.4000 614.8 TECUSIAPA (CFE) +MXN00025099 25.6167 -109.0000 38.7 TOPOLOBAMPO (CFE) +MXN00025100 26.4167 -108.2167 399.9 YECORATO (CFE) +MXN00025101 24.1667 -106.7000 153.9 SOQUITITAN (CFE) +MXN00025102 24.8167 -107.3667 68.6 ESCUELA DE BIOLOGIA U.A.S. +MXN00025110 25.3333 -107.5333 190.8 BADIRAGUATO (DGE) +MXN00025111 25.3500 -107.5500 766.9 BADIRAGUATO (AGLB) +MXN00025112 23.2833 -106.0667 109.7 CONCORDIA (CAADES) +MXN00025113 24.4333 -106.7167 399.9 COSALA (AGLC) +MXN00025114 26.4500 -108.6500 100.9 EL FUERTE (AARFM) +MXN00025116 25.8000 -109.0333 11.0 LOS MOCHIS +MXN00025117 25.5000 -107.9000 112.8 MOCORITO (SMN) +MXN00025118 23.9333 -106.4167 175.9 SAN IGNACIO (CFE) +MXN00025119 23.3333 -106.2333 39.9 SIQUEROS +MXN00025122 26.3833 -108.6500 64.9 LOS ALAMOS +MXN00025123 24.1833 -107.1000 18.0 ABUYA (FFCC) +MXN00025124 25.7000 -108.3000 43.9 BAMOA (FFCC) +MXN00025125 24.9500 -107.7333 19.8 CAIMANERO (FFCC) +MXN00025128 23.7167 -106.7667 25.9 DIMAS (FFCC) +MXN00025129 25.5000 -108.4667 14.9 EL DORADO (FFCC) +MXN00025130 22.8167 -105.7833 15.8 ESCUINAPA (FFCC) +MXN00025131 25.4500 -108.0833 43.0 GUAMUCHIL (FFCC) +MXN00025132 23.9167 -106.8833 27.7 LA CRUZ (FFCC) +MXN00025133 25.7167 -108.3333 37.8 LEON FONSECA (FFCC) +MXN00025134 23.4833 -106.6000 11.9 MARMOL (FFCC) +MXN00025135 23.2333 -106.3833 8.8 MAZATLAN (FFCC) +MXN00025137 25.8000 -108.4667 50.0 NARANJO (FFCC) +MXN00025138 23.1500 -106.2167 7.9 PRESIDIO (FFCC) +MXN00025139 24.4333 -107.2000 55.8 QUILA (FFCC) +MXN00025142 26.0667 -108.7500 45.7 SAN BLAS (FFCC) +MXN00025143 26.0500 -108.7833 29.9 SUFRAGIO (FFCC) +MXN00025144 25.8167 -108.6333 47.9 CEFERINO PAREDES (FFCC) +MXN00025148 25.5500 -108.4500 16.8 E.T.A. 057 GUASAVE +MXN00025149 23.0500 -105.9500 39.9 LAS HIGUERAS +MXN00025150 23.0833 -105.8333 64.9 LAS TORTUGAS +MXN00025151 26.3333 -109.0167 22.9 CHAVEZ TALAMANTES +MXN00025158 25.7000 -107.9000 261.8 EL PALMAR DE LOS SEPULVEDA +MXN00025159 24.5000 -107.4333 7.9 LATERAL CINCUENTA Y SEIS +MXN00025160 24.6833 -107.7833 4.9 ESPINOZA +MXN00025161 24.3167 -107.3667 9.8 EL DORADO +MXN00025162 24.6000 -107.3167 45.7 LA CURVA +MXN00025163 25.0500 -107.4667 396.8 ANDREW WEISS +MXN00025164 24.8000 -107.5500 23.8 ALTO DE CULIACANCITO +MXN00025165 24.5667 -107.5833 4.9 BATAUTO +MXN00025166 24.5833 -107.3833 29.0 COSTA RICA +MXN00025167 24.4500 -107.1000 76.8 SAN LORENZO +MXN00025168 24.8333 -107.8167 9.8 PITAYAL +MXN00025169 24.5333 -107.6333 1.8 SATAYA +MXN00025170 25.8833 -107.6167 1850.7 EL TAMARINDO +MXN00025171 24.7500 -107.7000 15.8 NAVOLATO +MXN00025172 25.6667 -108.0167 143.9 SAN JOAQUIN +MXN00025173 24.6500 -107.8333 4.0 ALTATA +MXN00025174 26.3500 -108.5833 98.8 HOYANCOS +MXN00025175 25.9333 -108.4000 84.7 OCORONI +MXN00025176 23.5500 -106.4667 50.0 EL QUEMADO +MXN00025177 25.5500 -107.3667 926.9 SANTIAGO DE LOS CABALLEROS +MXN00025178 25.7167 -108.3333 36.9 ZOPILOTE +MXN00025179 24.6000 -107.4833 9.8 LATERAL DIEZ +MXN00025180 25.6667 -108.2333 51.8 COACUANA +MXN00025181 24.3833 -106.6000 401.7 NUESTRA SEORA +MXN00025183 24.6167 -106.8167 310.0 COMEDERO +MXN00025184 25.8333 -107.9167 175.9 BACURATO +MXN00025185 25.9000 -109.1667 9.8 OLAS ALTAS +MXN00025186 23.0000 -105.6667 93.0 OTATITAN +MXN00025188 25.8833 -107.6500 954.9 LOS HORNOS +MXN00025190 25.8333 -107.3667 538.9 TECUXIAPA +MXN00025191 23.2333 -106.4333 4.0 MAZATLAN (CFE) +MXN00025192 23.1833 -106.3333 4.9 JOSE ACEVES POZOS (CFE) +MXN00026001 31.3167 -109.5333 1209.8 AGUA PRIETA +MXN00026002 27.0333 -108.9500 399.9 ALAMOS +MXN00026004 28.9167 -109.1833 481.9 ARIVECHI +MXN00026005 30.3333 -110.1667 835.8 ARIZPE +MXN00026006 29.8000 -109.1333 694.9 BACADEHUACHI +MXN00026007 30.5833 -110.2333 1048.8 BACANUCHI +MXN00026008 30.0000 -110.2000 674.8 BANAMICHI +MXN00026009 27.5167 -109.4000 229.8 BATACOSA +MXN00026010 27.1167 -109.8333 16.8 VILLA JUAREZ +MXN00026011 29.7167 -110.1500 577.9 BABIACORA +MXN00026012 30.4667 -108.9333 999.7 BAVISPE (SMN) +MXN00026013 30.9667 -110.3000 1599.9 CANANEA (DGE) +MXN00026014 30.9167 -110.3333 1625.8 COMPAIA MINERA CANANEA (S.A.) +MXN00026015 28.6500 -109.1000 731.8 CANDIDO (CFE) +MXN00026016 29.6833 -110.9500 463.9 CARBO +MXN00026017 26.7167 -108.9167 179.8 CAZANTE +MXN00026018 27.4667 -109.9333 39.9 CIUDAD OBREGON (DGE) +MXN00026019 27.0000 -109.4833 30.8 CIANO +MXN00026021 27.4000 -109.6167 105.8 COCORAQUE +MXN00026022 30.8167 -109.2167 837.0 COLONIA MORELOS +MXN00026023 30.7167 -109.0500 895.8 COLONIA OAXACA +MXN00026024 27.2333 -109.0500 143.9 PRESA ADOLFO RUIZ CORTINEZ (C +MXN00026025 30.3167 -110.7000 852.8 CUCURPE +MXN00026026 28.6833 -111.5000 39.9 CHUSPASCLILLAS +MXN00026027 28.5500 -111.4667 23.8 EL BENJAMIN +MXN00026028 29.0833 -111.7333 48.8 EL CARRIZAL +MXN00026029 28.6333 -108.7500 1278.9 CIUDAD CUBIL (CFE) +MXN00026030 29.5333 -112.4000 18.0 EL DESEMBOQUE +MXN00026031 28.9667 -109.6333 362.7 EL NOVILLO (CFE) +MXN00026032 29.2167 -110.7000 278.9 EL OREGANO +MXN00026033 31.2500 -112.1000 623.9 EL PLOMO +MXN00026034 26.9000 -109.6167 13.7 ETCHOJOA +MXN00026035 29.8333 -111.4667 664.8 FELIX GOMEZ +MXN00026036 30.8833 -109.5500 1134.8 FRONTERAS +MXN00026037 31.6833 -114.5000 9.8 GOLFO DE SANTA CLARA +MXN00026038 30.8333 -111.5833 1252.7 ATIL +MXN00026041 31.5167 -112.7167 446.8 QUITOVAC II +MXN00026042 27.3500 -108.6667 1533.8 SAN ANTONIO +MXN00026043 27.7000 -109.9000 53.9 HORNOS +MXN00026044 26.8167 -109.6333 18.0 HUATABAMPO +MXN00026045 30.7833 -110.8500 839.7 IMURIS (SMN) +MXN00026046 28.8000 -110.5667 389.8 LA COLORADA +MXN00026047 28.3833 -109.5500 203.9 LA DURA +MXN00026048 28.9333 -109.6333 673.9 LA ESTRELLA +MXN00026049 28.9333 -108.7333 832.7 GUADALUPE (CFE) +MXN00026050 27.4000 -108.8667 168.9 LAS PANELAS +MXN00026051 26.8667 -109.4000 11.9 EL LINDERO +MXN00026052 29.0000 -110.1333 543.8 MAZATAN +MXN00026053 27.0500 -109.0000 479.8 MINAS NUEVAS +MXN00026054 29.8000 -109.6833 623.9 MOCTEZUMA +MXN00026055 28.6500 -108.7333 1394.8 MULATOS (SMN) +MXN00026056 26.8000 -109.4000 5.8 MUMUNCUARA +MXN00026057 31.3167 -109.9333 1410.9 NACO +MXN00026058 29.0667 -110.0500 634.0 NACORI GRANDE +MXN00026060 27.0667 -109.5333 32.9 NACHUQUIS +MXN00026061 27.0667 -109.4333 47.9 NAVOJOA +MXN00026062 31.3167 -110.9333 1200.0 NOGALES (DGE) +MXN00026063 28.0333 -109.3833 515.7 NURI +MXN00026064 29.9167 -110.6167 662.9 OPODEPE +MXN00026066 28.7833 -111.3500 78.9 PALO VERDE +MXN00026067 29.6833 -108.9667 548.9 NACORI CHICO (CFE) +MXN00026068 27.8167 -109.8833 86.9 PRESA ALVARO OBREGON +MXN00026069 30.4333 -109.3833 924.8 PRESA LA ANGOSTURA +MXN00026070 28.0833 -110.8500 167.9 GUAYMAS (FFCC) +MXN00026071 29.9000 -112.6833 12.8 PUERTO LIBERTAD +MXN00026072 31.3167 -113.5333 9.8 PUERTO PEASCO (SMN) +MXN00026073 28.4333 -110.3667 244.8 PUNTA DE AGUA I +MXN00026074 30.0500 -111.0167 660.8 QUEROBABI +MXN00026075 27.5167 -109.2500 209.7 QUIRIEGO (SMN) +MXN00026076 32.1333 -114.9000 15.8 RIITO +MXN00026077 29.0500 -109.2167 431.9 SAHUARIPA +MXN00026078 29.0667 -109.2333 428.9 SAHUARIPA (CFE) +MXN00026079 28.4000 -111.4833 1.8 SAN ARTURO +MXN00026080 27.3833 -108.8333 214.0 SAN BERNARDO (SMN) +MXN00026082 28.8167 -111.6500 29.9 SAN ISIDRO +MXN00026083 28.5833 -109.7333 777.8 SAN JAVIER +MXN00026084 28.6667 -111.6000 25.0 SAN JORGE +MXN00026085 28.8333 -111.6500 29.0 SAN JOSE +MXN00026086 32.4333 -114.7333 50.0 SAN LUIS RIO COLORADO (SMN) +MXN00026087 32.4667 -114.7500 39.9 SAN LUIS RIO COLORADO (DGE) +MXN00026088 29.2833 -109.7333 335.0 SAN PEDRO DE LA CUEVA (CFE) +MXN00026089 30.5500 -111.1333 679.7 SANTA ANA (DGE) +MXN00026090 29.0667 -110.9167 224.9 PRESA ABELARDO RODRIGUEZ +MXN00026091 27.2167 -109.1000 146.9 PRESA ADOLFO RUIZ CORTINEZ +MXN00026092 30.8667 -111.5000 627.9 PRESA CUAUHTEMOC +MXN00026093 30.6833 -112.1000 283.8 PITIQUITO +MXN00026094 28.4667 -109.1000 1026.9 SANTA ROSA +MXN00026095 31.4667 -111.5333 1079.9 SASABE +MXN00026096 31.8500 -112.8500 388.9 SONOITA +MXN00026097 30.9500 -112.3500 332.8 TAJITOS +MXN00026098 27.1667 -109.3500 51.8 TESIA +MXN00026099 27.6500 -109.2000 290.8 TESOCOMA +MXN00026100 27.8333 -109.3667 420.9 TESOPACO +MXN00026101 28.6000 -109.5667 198.7 TONICHI +MXN00026102 27.1833 -109.1833 78.9 TRES HERMANOS +MXN00026103 30.3833 -111.5167 509.9 TRINCHERAS +MXN00026104 27.5000 -110.0000 29.9 CIUDAD OBREGON (FFCC) +MXN00026105 29.4333 -110.3833 937.0 URES (SMN) +MXN00026106 28.7833 -109.1500 560.8 VALLE TACUPETO +MXN00026107 27.5833 -110.3167 12.8 VICAM (SMN) +MXN00026108 26.7167 -109.5333 1.8 YAVAROS I +MXN00026109 28.3667 -108.9333 1543.8 YECORA (SMN) +MXN00026110 29.9833 -109.7833 741.0 TEONADEPA +MXN00026111 29.6833 -110.9500 463.0 C.I.P.E.S. CARBO +MXN00026112 28.0333 -110.6667 86.9 SANTA AMELIA +MXN00026113 29.6833 -110.9833 489.8 C.I.P.E.S. R GRANADA +MXN00026114 29.5500 -111.0667 211.8 C.I.P.E.S. RANCHO SAN LUIS +MXN00026115 30.7667 -110.8500 845.8 IMURIS (DGE) +MXN00026118 31.3500 -113.5833 8.8 PUERTO PEASCO (DGE) +MXN00026121 29.4167 -110.3833 385.0 URES (DGE) +MXN00026122 27.5833 -110.3167 13.7 VICAM (DGE) +MXN00026123 28.3667 -108.9167 1543.8 YECORA (DGE) +MXN00026125 28.4000 -109.8833 563.9 SUAQUI GRANDE (SMN) +MXN00026126 30.9667 -110.3333 1488.9 CANANEA (FFCC) +MXN00026127 29.6833 -110.9500 467.0 CARBO (FFCC) +MXN00026128 30.7500 -110.8667 844.0 IMURIS (FFCC) +MXN00026129 26.8333 -109.6500 9.8 HUATABAMPO (FFCC) +MXN00026130 31.3333 -109.9500 1411.8 NACO (FFCC) +MXN00026131 27.0667 -109.4333 40.8 NAVOJOA (FFCC) +MXN00026132 31.2500 -110.8333 1314.9 NOGALES (SMN) +MXN00026133 31.2833 -110.9333 1239.9 NOGALES (FFCC) +MXN00026134 30.5333 -111.1000 702.0 SANTA ANA (SMN) +MXN00026135 30.5333 -111.1167 686.7 SANTA ANA (FFCC) +MXN00026136 27.6333 -110.2833 12.8 VICAM (FFCC) +MXN00026138 29.0667 -110.9500 199.9 HERMOSILLO I (DGE) +MXN00026139 29.0833 -110.9500 221.0 HERMOSILLO II (DGE) +MXN00026140 29.0833 -110.9167 234.7 HERMOSILLO (FFCC) +MXN00026145 30.6167 -109.9667 1048.8 BACOACHI (SMN) +MXN00026150 31.3333 -109.5500 1209.8 AGUA PRIETA (FFCC) +MXN00026151 31.1667 -110.9667 1179.9 AGUA ZARCA (FFCC) +MXN00026152 30.5333 -111.1167 709.0 BENJAMIN HILL (FFCC) +MXN00026153 27.6167 -109.9500 40.8 CORRAL (FFCC) +MXN00026154 27.9500 -110.8167 82.9 EMPALME (FFCC) +MXN00026155 28.6500 -109.8833 459.9 ESPERANZA (FFCC) +MXN00026156 30.7167 -109.5833 1205.8 ESQUEDA (FFCC) +MXN00026157 30.9000 -109.5667 1134.8 FRONTERAS (FFCC) +MXN00026158 30.3500 -111.1000 704.7 LLANO (FFCC) +MXN00026159 26.5667 -109.1500 58.8 LUIS (FFCC) +MXN00026160 30.6167 -110.9667 749.8 EL VIVERO +MXN00026161 28.5000 -110.6667 182.0 MORENO (FFCC) +MXN00026162 28.2833 -110.7000 104.9 ORTIZ (FFCC) +MXN00026163 30.0500 -111.0167 659.0 QUEROBABI (FFCC) +MXN00026164 31.2167 -110.5833 1351.8 SANTA CRUZ (FFCC) +MXN00026165 28.7500 -110.7667 249.9 TORRES (FFCC) +MXN00026166 30.3167 -109.6833 1152.8 NACOZARI (FFCC) +MXN00026173 30.9667 -110.2833 1625.8 CANANEA II (SMN) +MXN00026174 29.0000 -111.1167 153.9 CAMPO EXPERIMENTAL UNISON +MXN00026175 30.9833 -110.3000 1596.8 E.T.A. 058 CANANEA +MXN00026176 26.7667 -109.2167 73.8 MASIACA +MXN00026177 27.9833 -110.9667 6.7 FRANCISCO (FFCC) +MXN00026178 26.7500 -108.7833 223.7 ARROYO HONDO +MXN00026179 28.8167 -111.9333 1.8 BAHIA DE KINO +MXN00026180 29.4667 -110.7333 389.8 EL CAJON +MXN00026181 29.7000 -110.5667 559.9 RAYON +MXN00026182 29.3667 -110.8833 326.7 PESQUEIRA +MXN00026183 27.5167 -109.2500 196.0 QUIRIEGO (DGE) +MXN00026184 29.6833 -108.9833 824.8 NACORI CHICO +MXN00026185 28.9667 -109.4000 556.9 BACANORA +MXN00026186 30.2333 -109.8167 897.9 EL TAPIRO +MXN00026188 30.0500 -109.3333 713.8 VILLA HIDALGO +MXN00026189 30.6000 -113.0167 9.8 RANCHO BAHIA +MXN00026190 30.9167 -109.2667 867.8 RUSBAYO +MXN00026192 31.1333 -109.5333 1118.9 CABULLONA +MXN00026193 26.9167 -109.4500 32.9 SINAHUISA +MXN00026194 27.0167 -109.6167 19.8 SAN PEDRO +MXN00026195 28.9833 -111.3500 100.0 SANTA CARMELA +MXN00026196 28.9000 -111.5500 53.9 MARIA DEL CARMEN +MXN00026197 26.9833 -109.2167 159.7 EL VERANITO +MXN00026198 29.5333 -110.1167 499.0 MAZOCAHUI +MXN00026199 29.2000 -110.1333 588.9 PUEBLO DE ALAMOS +MXN00026201 28.6167 -109.9500 410.0 TECORIPA +MXN00026202 29.5333 -109.5167 599.8 TEPACHE +MXN00026205 30.3500 -108.9167 1037.8 BACERAC +MXN00026211 26.7000 -109.5167 5.8 YAVAROS II +MXN00026213 28.1500 -109.9000 109.7 CUMURIPA +MXN00026214 29.9000 -110.2000 643.7 HUEPAC +MXN00026215 30.3500 -111.1000 696.8 EL LLANO +MXN00026216 30.5500 -110.5667 1227.7 SARACACHI +MXN00026217 27.2500 -109.9333 25.9 QUECHEHUELA +MXN00026222 29.6000 -109.4667 684.0 DIVISADEROS +MXN00026223 28.4667 -110.3000 249.9 PUNTA DE AGUA II +MXN00026227 32.3500 -114.9000 21.9 EJIDO ISLITAS +MXN00026228 27.5000 -108.7333 838.8 LOS ALGODONES +MXN00026229 27.2833 -109.3500 84.7 BAREBAMPO +MXN00026230 27.4667 -108.8667 184.7 BURAPACO +MXN00026231 30.9833 -110.0000 1690.7 LAS CABAAS +MXN00026232 30.7333 -111.1500 750.7 LA CEBOLLA +MXN00026233 31.0500 -110.9000 1059.8 CIBUTA +MXN00026234 27.1667 -108.8167 456.0 COCHIBAMPO +MXN00026235 27.7667 -109.9000 43.0 COLONIA YAQUI +MXN00026236 29.8500 -109.3000 528.8 GRANADOS +MXN00026237 27.6167 -110.0000 31.7 VALLE DE YAQUI KM. 024 +MXN00026238 30.9500 -109.5333 1105.8 FRONTERAS KM. 047 +MXN00026240 29.1000 -109.9500 744.9 MATAPE +MXN00026241 30.0167 -110.6667 711.7 MERESICHIC +MXN00026242 28.1500 -109.4333 229.8 MOVAS +MXN00026243 30.8167 -110.7000 963.8 PRESA COMAQUITO +MXN00026244 29.1167 -110.3000 449.9 RANCHO VIEJO +MXN00026245 28.9167 -109.7333 443.8 REBEIQUITO +MXN00026246 28.3333 -111.2667 25.0 EL SAHUARAL +MXN00026247 27.3500 -108.6667 1352.7 SAHUARIBO +MXN00026248 30.6500 -111.4000 643.7 LA SANGRE +MXN00026249 30.3833 -111.4333 557.8 SANTA ROSA +MXN00026250 31.1000 -111.3667 782.7 SARIC +MXN00026251 29.6667 -109.6500 604.7 TERAPA +MXN00026254 27.7500 -109.2833 367.0 CEDROS +MXN00026255 30.4500 -111.2000 631.9 EL CLARO +MXN00026256 28.8833 -110.2500 456.9 COBACHI +MXN00026257 30.0667 -109.0833 1449.9 COLONIA ARIBABI +MXN00026258 29.8333 -108.7000 1898.0 LA MESA DE TRES RIOS +MXN00026259 30.8833 -110.8500 928.7 CUMERAL +MXN00026260 26.4167 -109.0167 50.0 DON +MXN00026262 30.8000 -110.7000 1002.8 EL FRESNAL +MXN00026263 28.6333 -109.1000 691.0 GUISAMOPA +MXN00026264 28.3667 -110.5167 175.0 LA MISA +MXN00026265 28.4500 -109.5167 175.0 ONAVAS +MXN00026266 29.3000 -109.6167 463.9 LA RANCHERIA +MXN00026267 30.8000 -112.4167 221.9 SAN ISIDRO DE CABORCA +MXN00026268 28.7000 -110.3333 365.8 SAN JOSE DE PIMAS +MXN00026269 28.4167 -109.1667 691.0 SAN NICOLAS +MXN00026270 29.1167 -110.4667 372.8 SANTA ROSALIA +MXN00026271 30.1500 -110.2333 739.7 SINOQUIPE +MXN00026273 28.8000 -108.9333 1190.9 TARACHI +MXN00026274 29.2667 -110.6333 299.9 TOPAHUE +MXN00026275 28.1500 -109.6833 139.9 EL TUFANITO +MXN00026276 30.6500 -109.5833 1237.8 TURICACHI +MXN00026277 26.8000 -108.9833 257.9 YOCOQUIHUA +MXN00026279 29.4167 -110.3667 392.0 C.B.T.A. 161 URES +MXN00026281 30.3833 -111.0833 717.8 CUATRO MILPAS +MXN00026282 26.8000 -109.7000 6.7 JUPARE +MXN00026283 30.4667 -110.7000 949.8 RANCHO AQUITUNA +MXN00026284 28.6167 -109.6000 191.7 SAN ANTONIO DE LA HUERTA +MXN00026285 28.3833 -108.6500 1524.9 MAYCOBA +MXN00026286 30.6000 -110.9333 752.9 MAGDALENA II +MXN00026287 27.5500 -109.8333 68.9 BACHOCO +MXN00026288 30.5833 -110.8833 848.9 EL YESO +MXN00026289 30.2000 -108.9500 1116.8 HUACHINERA +MXN00026290 29.9000 -109.3000 1323.7 HUASABAS +MXN00026291 29.8167 -110.2167 615.7 ACONCHI +MXN00026292 27.5500 -110.5000 12.8 GUAYMAS 4-P-6 +MXN00026293 27.4000 -110.2333 6.7 SAN IGNACIO RIO MUERTO 4-P-12 +MXN00026294 27.3500 -109.8500 20.7 CARCAMO +MXN00026295 30.7000 -112.1500 285.0 CABORCA +MXN00026296 27.6167 -110.4167 8.8 POTAM +MXN00026297 27.5833 -109.9167 34.7 PORFIRIO DIAZ +MXN00026298 27.4000 -110.0333 19.8 CALLE SEISCIENTOS +MXN00026299 27.3000 -109.9667 25.9 CALLE MIL DOSCIENTOS +MXN00026300 27.7000 -109.8833 86.0 VALLE DE YAQUI KM. 014 +MXN00026301 27.3500 -110.0333 20.7 VALLE DE YAQUI KM. 025 +MXN00026302 27.5500 -109.8667 63.7 VALLE DE YAQUI KM. 039 +MXN00026303 27.4333 -110.0000 25.9 VALLE DE YAQUI KM. 058 +MXN00026304 27.4500 -110.0333 25.0 VALLE DE YAQUI KM. 068 +MXN00026305 27.5333 -109.8333 79.9 VALLE DE YAQUI KM. 081 +MXN00026306 27.2833 -109.3500 83.8 KM. 91 + 600 PALO ALTO +MXN00026307 27.7167 -109.9167 34.7 VALLE DE YAQUI KM. 105 +MXN00026308 29.3667 -110.9000 333.8 PESQUEIRA (CESUES) +MXN00026310 28.5333 -111.3833 29.9 PELICANO +MXN00026312 28.2500 -109.2833 422.8 TACUPETO (CFE) +MXN00026313 29.2000 -110.7167 321.0 EL MOLINITO +MXN00026314 26.7667 -108.8167 221.0 CERRO COLORADO (CFE) +MXN00026315 28.4667 -109.5333 104.9 ONAVAS (CFE) +MXN00026402 26.9500 -109.6667 18.0 BASCONCOBE +MXN00026403 27.4833 -110.0000 29.9 CALLE DOSCIENTOS +MXN00026405 29.3167 -110.8667 298.7 ZAMORITA +MXN00027001 17.8000 -91.5333 18.0 BALANCAN DE DOMINGUEZ (SMN) +MXN00027002 18.4167 -92.8000 2.7 BENITO JUAREZ +MXN00027003 18.0333 -93.9667 4.9 BLASILLO +MXN00027004 17.4333 -91.4833 13.7 BOCA DEL CERRO +MXN00027006 17.6333 -91.2667 50.0 BUENAVISTA +MXN00027007 18.0000 -93.6167 11.9 CENTRO EXPERIMENTAL W-75 +MXN00027008 18.0000 -93.3667 25.0 CARDENAS +MXN00027009 18.2333 -93.2167 14.9 COMALCALCO (DGE) +MXN00027010 18.0667 -93.1667 14.9 CUNDUACAN +MXN00027011 17.6000 -92.7833 19.8 DOS PATRIAS +MXN00027012 17.7333 -91.7500 25.9 EMILIANO ZAPATA +MXN00027013 18.2500 -93.5500 11.0 ENCRUCIJADA +MXN00027014 18.0167 -92.9333 6.7 ESCUELA DE INGENIERIA +MXN00027015 17.8333 -93.9333 6.7 FRANCISCO RUEDA +MXN00027016 18.5333 -92.6333 1.8 FRONTERA A. OBREGON +MXN00027017 17.8167 -93.3833 36.0 HUIMANGUILLO (DGE) +MXN00027018 17.8667 -93.4667 29.0 HUIMANGUILLO (SMN) +MXN00027019 17.7167 -92.8000 13.7 JALAPA +MXN00027020 18.1667 -93.0333 9.8 JALPA DE MENDEZ +MXN00027021 17.7500 -91.2833 29.0 MACTUN +MXN00027022 17.6167 -92.5333 23.8 MACUSPANA KM. 262 +MXN00027024 17.5167 -92.9167 79.9 LA HUASTECA +MXN00027026 18.0833 -94.0333 9.8 LA VENTA +MXN00027027 17.5833 -92.7000 21.9 LOMAS ALEGRES +MXN00027028 18.0833 -92.1333 5.8 JONUTA +MXN00027029 18.1333 -92.8500 9.8 MACULTEPEC +MXN00027030 17.7500 -92.6000 11.0 MACUSPANA (DGE) +MXN00027031 17.7500 -92.6000 9.8 MACUSPANA (SMN) +MXN00027032 17.6333 -93.3833 43.9 MEZCALAPA +MXN00027033 17.7333 -93.6333 50.0 MOSQUITERO +MXN00027034 18.3833 -93.2000 5.8 PARAISO +MXN00027035 17.7500 -93.3833 36.0 PAREDON +MXN00027036 18.0667 -93.1667 14.9 PASO DE CUNDUACAN +MXN00027037 17.8500 -93.8667 20.7 PUEBLO NUEVO +MXN00027038 18.3000 -93.0667 6.7 REFORMA +MXN00027039 17.9833 -93.2667 22.9 SAMARIA +MXN00027040 17.7833 -91.1500 43.9 SAN PEDRO +MXN00027041 18.0833 -93.3333 19.8 SANTA ROSALIA +MXN00027042 17.4500 -92.7667 43.9 TAPIJULAPA +MXN00027043 17.6000 -92.8167 21.9 TACOTALPA +MXN00027044 17.5333 -92.9500 50.9 TEAPA (DGE) +MXN00027045 17.5667 -92.9667 53.9 TEAPA (SMN) +MXN00027046 17.4667 -91.4167 18.9 TENOSIQUE (DGE) +MXN00027047 17.4667 -91.4167 21.9 TENOSIQUE (SMN) +MXN00027048 17.8167 -92.3667 6.7 TEPETITAN +MXN00027049 17.7167 -92.8000 12.8 TEQUILA +MXN00027050 18.3833 -92.6000 1.8 TRES BRAZOS +MXN00027051 18.1000 -93.3333 19.8 TULIPAN +MXN00027052 18.4167 -93.4333 11.0 TUPILCO +MXN00027053 18.3833 -92.8833 5.8 VICENTE GUERRERO +MXN00027054 17.9833 -92.9167 23.8 VILLAHERMOSA (DGE) +MXN00027055 17.9833 -92.9167 5.8 VILLAHERMOSA (SMN) +MXN00027056 17.8000 -91.5333 11.9 BALANCAN DE DOMINGUEZ (DGE) +MXN00027057 18.2667 -93.2167 12.8 COMALCALCO (SMN) +MXN00027059 17.9333 -91.1667 40.8 EL TRIUNFO +MXN00027060 17.9667 -93.7667 11.0 GONZALEZ +MXN00027061 17.5000 -92.9167 86.0 PUYACATENGO +MXN00027063 17.6000 -91.0667 43.9 APATZINGAN +MXN00027065 17.9833 -92.8167 13.7 DOS MONTES +MXN00027067 17.8167 -92.5333 25.9 E.T.A. 063 BENITO JUAREZ +MXN00027068 17.5167 -92.9167 77.7 CAMPO EXP. PUYACATENGO +MXN00027069 17.8500 -91.7667 4.9 CHABLE +MXN00027070 17.3667 -92.7500 62.8 OXOLOTAN +MXN00027071 17.8000 -92.4833 11.0 AQUILES SERDAN +MXN00027073 18.1667 -93.4833 6.7 POBLADO C-09 +MXN00027074 18.1667 -93.6167 9.8 POBLADO C-11 +MXN00027075 18.1000 -93.5500 9.8 POBLADO C-15 +MXN00027076 18.1000 -93.4833 12.8 POBLADO C-16 +MXN00027077 18.0500 -93.6167 11.9 POBLADO C-22 +MXN00027078 18.0167 -93.4833 18.9 POBLADO C-28 +MXN00027079 18.0333 -93.4333 20.7 POBLADO C-29 +MXN00027080 17.9667 -93.5000 20.7 POBLADO C-32 +MXN00027084 18.1500 -93.0167 9.8 NACAJUCA +MXN00027085 18.4833 -92.7667 2.7 MIRAMAR +MXN00027087 17.9833 -91.3833 53.9 LA HULERIA +MXN00027088 17.6167 -91.5500 66.8 LA T +MXN00027090 17.9667 -91.6000 9.8 EL PIPILA +MXN00027091 17.9333 -91.8000 4.9 PLAYA LARGA +MXN00027092 17.8500 -92.9167 18.0 PLAYAS DEL ROSARIO +MXN00027093 18.0000 -91.5500 13.7 SAN ELPIDIO +MXN00027095 17.8500 -93.3833 36.0 INIFAP +MXN00027096 18.0000 -92.8667 4.9 PORVENIR +MXN00028001 24.0500 -98.3833 69.8 ABASOLO (DGE) +MXN00028002 22.9833 -99.1333 98.8 AHUALULCO +MXN00028003 22.9167 -98.0667 135.9 ALDAMA (DGE) +MXN00028004 22.4000 -97.9333 16.8 ALTAMIRA (SMN) +MXN00028005 22.4667 -99.0833 271.0 EL REFUGIO (SMN) +MXN00028006 22.6167 -98.1667 26.8 BARBERENA +MXN00028007 24.3833 -99.1000 253.9 BARRANCO AZUL +MXN00028008 22.8167 -99.0500 77.7 BELLAVISTA +MXN00028009 24.9333 -98.7833 162.8 BURGOS (DGE) +MXN00028010 23.4333 -99.7500 1665.7 BUSTAMANTE +MXN00028011 22.8500 -99.4833 1371.0 FRACCIONAMIENTO CALLEJONES +MXN00028012 22.7167 -98.9667 76.8 C.E.I. CIUDAD MANTE +MXN00028014 26.3167 -98.8333 59.7 S.J. 2-11 CAMARGO +MXN00028015 23.2500 -98.8333 192.9 CAPITAN EMILIO CARRANZA +MXN00028016 22.5333 -98.1500 13.7 CAMPO EXP. CUAUHTEMOC +MXN00028017 22.7000 -98.8500 59.7 CAMPO EXP. MANUEL GONZALEZ +MXN00028019 24.7500 -98.5333 228.9 CRUILLAS +MXN00028020 23.9333 -98.9333 150.0 CORONA +MXN00028021 24.3833 -99.0000 363.9 CORRALEJO +MXN00028022 23.6000 -99.2000 1283.8 BALCON DE MOCTEZUMA +MXN00028023 22.8333 -99.1833 140.8 CHAMAL NUEVO +MXN00028024 23.6167 -98.3667 323.7 CAON DEL DIABLO +MXN00028025 22.4000 -98.0167 77.7 EJIDO TRES DE MAYO (CFE) +MXN00028026 22.6333 -98.5833 162.8 EL AGUACATE +MXN00028027 24.8833 -98.9500 209.7 EL MULATO +MXN00028028 24.0833 -99.1167 1665.7 EL BARRETAL I +MXN00028029 22.9000 -98.3333 1371.0 EL MAYAB +MXN00028030 24.4333 -98.4833 76.8 EL OCOTILLAL +MXN00028031 22.5500 -99.0833 89.9 EL OYUL +MXN00028033 23.2500 -98.6000 192.9 FRANCISCO CASTELLANOS +MXN00028034 23.4667 -99.3333 13.7 FRANCISCO ZORRILLA +MXN00028035 22.8000 -98.4167 59.7 GONZALEZ +MXN00028036 23.9167 -99.0000 228.9 GUEMEZ +MXN00028038 24.2500 -99.4333 363.9 HIDALGO (DGE) +MXN00028039 23.4000 -99.3667 140.8 JAUMAVE (SMN) +MXN00028040 23.4000 -99.3667 323.7 JAUMAVE (DGE) +MXN00028041 24.2000 -98.4833 114.0 JIMENEZ +MXN00028042 23.1667 -99.2667 1567.9 JOYA DE SALAS +MXN00028043 22.7667 -99.2667 262.7 LA BOQUILLA +MXN00028044 23.2167 -99.0667 360.0 LA ENCANTADA +MXN00028045 23.3667 -98.0000 95.7 LA ENCARNACION +MXN00028046 23.1500 -97.9500 32.9 LA ESPERANZA +MXN00028047 24.3500 -98.6167 236.8 LA LOBA +MXN00028048 25.3500 -97.9667 12.8 FRANCISCO GONZALEZ VILLARREAL +MXN00028049 22.8500 -99.1167 103.9 LA SERVILLETA +MXN00028050 23.9500 -98.6333 114.0 LA SONADORA +MXN00028052 24.6167 -98.2833 150.0 LAS NORIAS +MXN00028053 23.4667 -99.4333 863.8 LA VEGA +MXN00028054 22.5167 -98.1167 25.9 ESTEROS +MXN00028055 22.4500 -98.1833 4.0 LOS TOMATES +MXN00028056 23.3167 -99.0167 269.7 C.A.E. LLERA +MXN00028057 22.8000 -98.7000 50.0 MAGISCATZIN (SMN) +MXN00028058 22.7833 -98.7000 43.9 MAGISCATZIN (DGE) +MXN00028059 24.5667 -99.5500 434.9 MAGUEYES +MXN00028060 24.5333 -99.6167 491.9 VILLA MAINERO +MXN00028062 25.1167 -98.5833 86.0 MENDEZ +MXN00028063 23.5667 -99.7500 1850.7 MIQUIHUANA +MXN00028064 22.4833 -98.8167 71.9 LAZARO CARDENAS +MXN00028065 27.4833 -99.5000 128.9 NUEVO LAREDO +MXN00028066 22.5167 -99.2000 260.0 NUEVO MORELOS +MXN00028067 26.5833 -99.1833 98.8 PRESA FALCON +MXN00028069 22.8333 -99.3167 346.9 OCAMPO +MXN00028070 24.0667 -98.7333 137.8 PADILLA +MXN00028071 23.3000 -99.5333 1263.7 PALMILLAS +MXN00028072 23.6333 -98.0833 21.9 PASO DEL AURA +MXN00028073 23.1667 -99.4500 1294.8 PASO REAL DE GUERRERO +MXN00028074 23.7167 -98.7333 150.0 PASO DE MOLINA +MXN00028075 23.5667 -99.4000 839.7 PLAN DE AYALA +MXN00028076 23.0000 -98.7167 157.9 PRETIL +MXN00028077 24.1667 -99.5833 554.7 PUERTO DE VALLES +MXN00028080 22.8167 -99.0167 59.7 RIO FRIO +MXN00028081 22.9167 -98.5833 97.8 ROSILLO +MXN00028082 25.8667 -98.0833 27.7 S.J. 3-48 RIO BRAVO +MXN00028083 23.0167 -99.0833 100.0 SABINAS +MXN00028084 24.5667 -98.9333 450.8 SAN CARLOS +MXN00028085 22.6333 -98.9000 75.9 SAN FELIPE +MXN00028086 24.8333 -98.1500 45.7 SAN FERNANDO +MXN00028087 23.0833 -98.7833 134.7 SAN GABRIEL +MXN00028088 23.5500 -98.0333 57.9 SAN JOSE DE LAS RUSIAS +MXN00028089 23.6000 -98.6000 289.9 SAN JOSE DEL VERDE +MXN00028090 23.7167 -99.2500 629.7 EL NOVILLO +MXN00028091 22.8000 -99.8333 1034.8 SAN PABLO +MXN00028093 26.2500 -98.7167 40.8 S.J. 2-18 SAN MIGUEL +MXN00028094 24.6833 -98.8167 796.7 SAN NICOLAS +MXN00028095 26.3667 -99.0333 79.9 S.J. 1-02 SAN PEDRO +MXN00028096 23.4167 -99.3000 641.9 SAN VICENTE +MXN00028097 22.5333 -98.9333 100.9 SANTA ELENA +MXN00028098 23.2000 -98.3333 926.9 SANTA MARIA DE LOS NOGALES +MXN00028099 26.2500 -98.8000 62.8 S.J. 2-09 CAMARGO +MXN00028100 26.2167 -98.5833 39.9 S.J. 2-18 GUSTAVO DIAZ ORDAZ +MXN00028101 26.0333 -98.2167 31.7 S.J. 2-33 REYNOSA +MXN00028102 26.2167 -98.5667 34.7 S.J. 2-38 GUSTAVO DIAZ ORDAZ +MXN00028103 26.1833 -98.4667 29.0 S.J. 3-42 REYNOSA +MXN00028104 25.9667 -98.1333 30.8 S.J. 3-47 RIO BRAVO +MXN00028105 25.8833 -98.1833 39.9 S.J. 3-55 REYNOSA +MXN00028106 25.8333 -98.1833 39.9 S.J. 3-58 REYNOSA +MXN00028107 25.7667 -98.1833 39.9 S.J. 3-60 REYNOSA +MXN00028108 25.6667 -98.1333 9.8 S.J. 3-63 TAPON +MXN00028110 22.2167 -97.8500 5.8 TAMPICO (OBS) +MXN00028112 22.5500 -98.5167 18.0 TANCASNEQUE +MXN00028113 23.5833 -97.7667 7.9 TENACITAS +MXN00028114 23.0000 -99.7000 1163.7 TULA +MXN00028115 23.5667 -99.8500 1581.0 LOS UVALLE +MXN00028118 24.4667 -99.4833 381.0 VILLAGRAN (SMN) +MXN00028120 22.9833 -98.9833 84.7 XICOTENCATL +MXN00028121 26.2000 -98.5500 39.9 S.J. 2-23 VALADEZ +MXN00028122 24.0667 -98.3833 72.8 ABASOLO (SMN) +MXN00028125 22.5000 -98.6167 26.8 NUEVA APOLONIA +MXN00028128 26.0833 -98.2667 68.9 REYNOSA (DGE) +MXN00028130 22.5500 -97.9000 5.8 EL BARRANCO +MXN00028131 25.8333 -97.4333 4.9 MATAMOROS +MXN00028133 22.6333 -98.4333 61.0 LAS NORIAS +MXN00028135 22.6500 -98.4500 45.7 ATOTONILCO +MXN00028136 23.0167 -99.1333 326.7 GOMEZ FARIAS +MXN00028137 22.6500 -98.6833 59.7 LAS ANIMAS +MXN00028138 22.2833 -97.8833 25.0 TANCOL +MXN00028139 22.5000 -98.9167 75.0 EL REFUGIO +MXN00028145 22.7167 -97.9167 15.8 EL APURO +MXN00028146 23.7333 -99.1500 325.8 E.T.A. 167 TOMATAN +MXN00028147 22.4167 -98.4167 11.9 TAMESI +MXN00028148 24.0833 -99.1333 207.0 EL BARRETAL II +MXN00028149 24.2000 -99.0167 69.8 EL PILON +MXN00028150 23.4667 -98.9667 283.8 LA ALBERCA +MXN00028151 23.9500 -98.6500 133.8 PRESA VICENTE GUERRERO +MXN00028154 23.7000 -98.2000 50.0 REPUBLICA ESPAOLA +MXN00028160 23.8000 -98.0333 55.8 LAS LAJITAS +MXN00028161 23.9667 -98.4500 66.8 PRESA LA PATRIA +MXN00028163 22.8500 -98.2333 89.9 EL CARRIZAL +MXN00028164 23.3667 -99.0000 499.9 LA ANGOSTURA +MXN00028169 23.7667 -99.2333 451.7 LOS TRONCONES +MXN00028170 23.6833 -99.1833 401.7 SAN MARCOS +MXN00028171 23.7167 -99.1667 385.0 SIERRA MADRE +MXN00028175 22.4167 -97.9333 25.0 ALTAMIRA (DGE) +MXN00028176 23.3667 -99.8833 1729.7 LAS ANTONIAS +MXN00028178 23.1333 -98.7500 169.8 LA CAADA +MXN00028180 24.3833 -98.3833 179.8 EL ENCINAL +MXN00028182 24.4167 -98.9000 339.9 LA LIBERTAD +MXN00028183 23.4500 -99.5000 1197.9 MAGDALENO AGUILAR +MXN00028184 24.3667 -99.5000 399.9 MARIANO ESCOBEDO +MXN00028185 23.5500 -99.0167 378.0 MARIA TERESA +MXN00028188 25.0833 -97.9167 9.8 PALO SOLO +MXN00028189 23.1333 -99.6833 1350.0 PEDRO RUIZ MOLINA +MXN00028190 23.5667 -98.5167 362.7 EL PIRULI +MXN00028191 24.0333 -99.3833 417.9 PRESA PEDRO J. MENDEZ +MXN00028192 24.2500 -98.9667 177.7 PUERTO RICO +MXN00028193 23.6167 -99.3000 776.9 LA REFORMA +MXN00028194 24.1833 -99.3333 272.8 SAN ISIDRO +MXN00028195 22.9333 -98.8000 112.8 SAN LORENZO +MXN00028196 22.9500 -97.9333 89.9 LA CABECERA +MXN00028197 23.9000 -99.1167 209.7 SAN JOSE DE LAS FLORES +MXN00028198 24.5167 -99.3833 336.8 GARZA VALDEZ +MXN00028199 24.3667 -99.0833 349.9 GUADALUPE +MXN00028200 22.8333 -98.7167 61.9 EL LAJAL +MXN00028201 22.9500 -98.1167 162.8 EL NACIMIENTO +MXN00028202 24.8667 -98.6333 223.7 LAZARO CARDENAS +MXN00028203 22.7667 -98.1000 57.9 SANTA JUANA +MXN00028204 24.9667 -98.3000 44.8 SAN FRANCISCO +MXN00028206 22.8667 -98.0333 45.7 EL CHIJOL +MXN00028207 24.2333 -98.8167 208.8 LA CHONA +MXN00028209 24.6667 -99.2500 308.8 CONRADO CASTILLO +MXN00028210 24.1667 -97.9833 50.9 CHARCO LARGO +MXN00028213 24.8000 -98.0333 25.0 LAGUNA DE SAN JUAN +MXN00028214 24.7167 -99.4000 290.8 LUCIO BLANCO +MXN00028215 24.2500 -98.3500 169.8 LA MISION +MXN00028216 24.5333 -98.1500 171.0 PALO BLANCO +MXN00028217 24.1667 -99.0333 177.7 EJIDO GRACIANO SANCHEZ +MXN00028218 23.6500 -99.1000 339.9 LA BOCA +MXN00028219 23.1333 -99.1000 172.8 EL ENCINO +MXN00028220 23.2333 -99.0833 89.9 GENERAL FELIPE ANGELES +MXN00028221 23.5333 -98.9000 436.8 LAVIN +MXN00028222 23.3833 -98.8000 524.0 SAN FRANCISCO +MXN00028223 24.8667 -98.6833 179.8 EL SARNOSO +MXN00028226 23.5500 -98.7833 171.0 CINCO DE FEBRERO +MXN00028263 23.7833 -97.7667 5.8 LA PESCA +MXN00028264 24.2000 -98.6333 229.8 EL FUERTE +MXN00028400 22.7167 -99.6000 1040.0 GALLOS GRANDES +MXN00028402 23.6000 -97.9667 229.8 RANCHO VEINTIDOS DE DICIEMBRE +MXN00028404 24.0667 -97.8333 12.8 SANTA ISABEL +MXN00028405 22.7833 -98.8500 54.9 SACA DE AGUA +MXN00029001 19.5500 -98.6500 2807.8 ACHICHAPA +MXN00029002 19.4000 -98.1333 2422.9 APIZACO +MXN00029003 19.5500 -98.2000 2489.0 ATLANGA SAN JOSE +MXN00029004 19.5167 -98.2667 2562.8 CUAMANTZINGO +MXN00029005 19.2833 -97.7667 2468.0 CUAPIAXTLA +MXN00029006 19.6000 -98.6500 2550.0 CUAULA +MXN00029007 19.3167 -97.6333 2349.7 EL CARMEN +MXN00029008 19.5667 -98.6333 2719.7 ESTOYITO +MXN00029010 19.4667 -98.3333 2589.9 HUEYOTLIPAN +MXN00029011 19.3000 -97.9000 2475.0 HUAMANTLA +MXN00029012 19.6167 -97.9667 2749.9 LA GLORIA (CFE) +MXN00029013 19.5667 -98.6833 2789.8 LA VENTA +MXN00029014 19.5500 -98.5333 2626.8 LIMITES +MXN00029015 19.5500 -98.5667 2662.7 MAZAPA +MXN00029016 19.4833 -98.5333 2719.7 NANACAMILPA (DGE) +MXN00029017 19.4833 -98.5333 2653.0 NANACAMILPA (SMN) +MXN00029019 19.5500 -98.5667 2614.9 SAN ANTONIO CALPULALAPAN +MXN00029020 19.5833 -98.2833 2535.9 SAN ANDRES BUENAVISTA +MXN00029022 19.6000 -98.3167 2523.7 SAN BUENAVENTURA +MXN00029023 19.5667 -98.6500 2693.8 SAN CRISTOBAL +MXN00029024 19.4833 -98.4667 2739.8 SANCTORUM +MXN00029025 19.5833 -98.6167 2600.9 SAN MARCOS HUAQUILPAN +MXN00029026 19.1833 -97.9000 2564.9 ZITLALTEPEC +MXN00029027 19.3833 -98.0167 2557.0 TOCATLAN +MXN00029028 19.5333 -98.6500 2906.9 SOMBRERIRO +MXN00029029 19.5667 -98.4667 2564.0 TEMONTITLA +MXN00029032 19.5833 -98.1167 2529.8 TLAXCO +MXN00029034 19.5833 -98.4667 2532.0 ZOQUIAPAN +MXN00029035 19.5833 -98.5500 2586.8 CALPULALPAN +MXN00029038 19.2333 -98.3000 2199.7 E.T.A. 072 NATIVITAS +MXN00029039 19.4833 -98.5167 2689.9 ESCUELA AGROPECUARIA NANACAMI +MXN00029040 19.3167 -98.3500 2229.9 IXTACUIXTLA +MXN00029041 19.2500 -98.3667 2226.9 TEPETITLA +MXN00029042 19.3333 -98.1500 2319.8 AMAXAC DE GUERRERO +MXN00029043 19.3000 -98.3667 2224.7 E.T.A. 161 XOCOYUCAN +MXN00029045 19.4333 -98.1000 2439.9 SANTIAGO TETLA +MXN00029047 19.4500 -98.4167 2623.7 ESPAITA +MXN00029048 19.3333 -98.3000 2363.7 C.E.E.S.T.M. IXTACUIXTLA +MXN00029049 19.1667 -98.2000 2259.8 PANZACOLA +MXN00029050 19.2333 -98.1833 2319.8 TEOLOCHOLCO +MXN00029051 19.4500 -97.9500 2639.9 TOLUCA DE GUADALUPE +MXN00029052 19.6500 -98.2167 2678.0 EL ROSARIO +MXN00029053 19.4667 -97.9167 2693.8 TERRENATE +MXN00029056 19.1333 -98.2000 2261.9 TENANCINGO +MXN00029060 19.2833 -98.0333 3073.9 CENTRO VACACIONAL MALITZIN +MXN00029061 19.3000 -98.2667 2240.0 PANOTLA +MXN00029151 19.4167 -97.7833 2610.9 ALTZAYANCA +MXN00029161 19.2333 -98.1500 2443.0 ACXOTLA DEL MONTE +MXN00029165 19.5667 -97.9500 2458.8 EL EPAZOTE +MXN00029166 19.3833 -98.2167 2554.8 SAN SIMON +MXN00029169 19.2167 -98.2333 2215.0 ZACATELCO +MXN00029170 19.1000 -98.1667 2275.9 SAN PABLO DEL MONTE +MXN00030001 17.9333 -94.9000 93.0 ACAYUCAN +MXN00030002 19.2000 -96.5833 338.9 ACAZONICA (CFE) +MXN00030003 19.5000 -96.6000 249.9 ACTOPAN +MXN00030004 18.7167 -97.3000 1700.8 ACULTZINGO +MXN00030005 18.1333 -94.1333 18.9 AGUA DULCE +MXN00030006 20.9167 -97.6667 18.9 ALAMO +MXN00030007 19.5833 -96.7833 730.0 ALMOLONGA +MXN00030008 19.7500 -97.2333 1866.9 ALTOTONGA +MXN00030009 18.7667 -95.7500 44.8 ALVARADO (SMN) +MXN00030010 19.3500 -96.8667 604.7 AMATITLA (CFE) +MXN00030011 18.5833 -95.4333 27.7 ANGEL R. CABADA +MXN00030012 19.7833 -97.2333 1696.8 ATZALAN +MXN00030013 18.0667 -95.7000 20.7 AZUETA +MXN00030014 17.7833 -95.1667 33.8 BELLACO +MXN00030015 19.4333 -96.8667 974.8 BELLA ESPERANZA (CFE) +MXN00030016 20.8833 -98.2000 2201.9 BENITO JUAREZ +MXN00030017 19.1833 -96.9333 40.8 BOCA DE SOCHIAPA +MXN00030018 19.1500 -96.3500 33.8 EL BUZON +MXN00030019 18.7333 -96.4500 50.0 CAMELPO +MXN00030020 21.6833 -98.1500 33.8 CAADA RICA +MXN00030021 19.3500 -96.6500 241.7 EL CARRIZAL +MXN00030022 18.4167 -95.1000 353.9 CATEMACO +MXN00030023 18.0333 -95.2833 75.9 CERRITO +MXN00030024 19.3500 -96.7000 514.8 CERRO COLORADO (CFE) +MXN00030025 18.1833 -96.0833 34.7 CIUDAD ALEMAN +MXN00030026 19.4500 -96.9333 1187.8 COATEPEC +MXN00030028 17.8667 -95.3000 169.8 COLONIA CINCO DE MAYO +MXN00030029 17.9000 -95.5333 139.9 COLONIA GRUPO TRES +MXN00030031 18.3667 -95.7833 7.9 COSAMALOAPAN DE CARPIO (SMN) +MXN00030032 19.0667 -97.0333 1529.8 COSCOMATEPEC (SMN) +MXN00030033 18.4333 -95.0167 342.0 COYAME (CFE) +MXN00030034 20.2500 -97.6333 132.0 COYUTLA (CFE) +MXN00030035 18.1333 -95.2833 19.8 CUATOTOLAPAN +MXN00030036 18.7667 -96.8667 570.9 CUICHAPA +MXN00030037 18.8000 -96.7167 367.9 CUITLAHUAC +MXN00030038 20.9000 -97.4333 1.8 TUXPAN (CFE) +MXN00030039 21.6167 -98.1167 36.9 CHICAYAN +MXN00030040 19.7333 -96.8167 2062.9 CHICONQUIACO +MXN00030041 20.9833 -98.1500 290.8 CHICONTEPEC DE TEJEDA (SMN) +MXN00030042 18.9833 -97.1500 2122.9 CHILAPA +MXN00030043 18.0333 -94.6500 13.7 CHINAMECA +MXN00030044 18.1000 -95.7667 82.0 DOBLEDERO +MXN00030045 18.5333 -96.0833 11.0 EL BARRIO +MXN00030046 21.4000 -98.4833 100.9 CARDON +MXN00030047 19.1667 -96.6833 545.0 EL COYOL (CFE) +MXN00030048 18.9667 -96.2000 13.7 EL COPITAL +MXN00030049 21.7667 -98.4333 29.0 EL HIGO +MXN00030050 19.3167 -96.3667 134.7 EL FAISAN +MXN00030051 21.8167 -98.5000 22.9 EL OLIVO +MXN00030052 19.1833 -97.0333 1029.9 ELOTEPEC (CFE) +MXN00030053 18.5333 -96.7833 102.7 EL PALMAR +MXN00030054 20.1500 -96.7167 9.8 EL RAUDAL +MXN00030055 20.3833 -97.2333 118.9 EL REMOLINO (CFE) +MXN00030056 19.0667 -96.1500 9.8 EL TEJAR +MXN00030057 19.5167 -96.6667 347.8 EL ZETAL (CFE) +MXN00030058 20.2500 -97.4167 61.9 ESPINAL (CFE) +MXN00030059 22.0333 -98.4000 11.9 PAIJA +MXN00030060 20.2000 -96.7667 2.7 FANAL DE NAUTLA +MXN00030061 18.9000 -96.9833 1019.9 FORTIN DE LAS FLORES +MXN00030062 20.0167 -96.9667 77.7 FRANCISCO SARABIA +MXN00030063 17.5000 -94.0333 136.9 FRANCISCO VILLA +MXN00030064 17.7667 -94.6333 12.8 HIDALGOTITLAN +MXN00030065 18.1500 -94.7833 446.8 HUAZUNTLAN +MXN00030066 19.1500 -96.9500 1283.8 HUATUSCO DE CHICUELLAR +MXN00030067 20.5333 -98.4667 2167.7 HUAYACOCOTLA +MXN00030068 19.4000 -96.5000 100.0 LOS IDOLOS +MXN00030069 18.7167 -95.9833 12.8 IGNACIO DE LA LLAVE +MXN00030070 17.7833 -95.4167 96.9 INDEPENDENCIA +MXN00030071 21.2333 -98.0000 172.8 IXCATEPEC +MXN00030072 19.0500 -96.9833 1350.0 IXHUATLAN DEL CAFE +MXN00030073 19.8333 -96.6833 353.0 JUCHIQUE DE FERRER +MXN00030074 19.8000 -97.3000 1879.7 JALACINGO +MXN00030076 19.3167 -96.7500 335.0 JALCOMULCO (CFE) +MXN00030077 17.9500 -94.7167 65.8 JALTIPAN DE MORELOS +MXN00030078 18.6333 -96.2333 44.8 JOACHIN +MXN00030079 20.2333 -97.2667 46.9 JOLOAPAN (CFE) +MXN00030080 18.7167 -96.1000 29.0 RIO BLANCO +MXN00030081 17.5667 -95.1667 108.8 LA FLORENCIA +MXN00030082 18.3500 -96.2500 50.0 LA GRANJA +MXN00030083 17.9167 -95.1500 29.9 LA LIMA +MXN00030084 22.3500 -98.2667 25.0 LA MICHOACANA +MXN00030085 19.5000 -97.1167 3126.9 LA TEMBLADERA (CFE) +MXN00030086 18.7667 -96.2500 44.8 LA VICTORIA +MXN00030087 19.5000 -96.8833 1280.8 LAS ANIMAS +MXN00030088 18.5500 -96.0167 4.9 LAS CHARCAS +MXN00030089 19.6833 -97.1333 1414.9 LAS MINAS (CFE) +MXN00030090 17.4167 -94.9000 21.9 LAS PERLAS +MXN00030091 18.5000 -96.4000 25.9 LAS PRIETAS +MXN00030092 18.7333 -96.0667 18.0 LAS VIGAS +MXN00030093 19.2500 -96.3833 29.9 LOMA FINA +MXN00030094 18.8500 -96.2833 53.9 LOS CAPULINES +MXN00030095 18.2333 -95.1167 33.8 LOS MANGOS +MXN00030096 18.3667 -96.2000 27.7 LOS NARANJOS +MXN00030097 19.5500 -97.1333 2394.8 LOS PESCADOS (CFE) +MXN00030098 21.1667 -98.2667 75.0 LOS HULES +MXN00030099 18.7333 -96.1833 23.8 MADEREROS +MXN00030100 18.8000 -97.2667 1713.0 MALTRATA (DGE) +MXN00030101 19.0833 -96.3333 43.9 MANLIO FABIO ALTAMIRAMO +MXN00030102 20.0667 -97.0500 88.7 MARTINEZ DE LA TORRE (DGE) +MXN00030103 18.1000 -95.5167 57.9 MATA DE LIMONES +MXN00030104 19.1500 -96.4833 214.0 MATA ANONA (CFE) +MXN00030105 18.7167 -96.6500 255.7 MATA TENATITO +MXN00030106 20.3333 -97.5333 139.0 MELCHOR OCAMPO (CFE) +MXN00030107 17.9833 -94.5500 34.7 MINATITLAN +MXN00030108 19.9167 -96.8500 310.0 MISANTLA +MXN00030109 18.5667 -96.2333 43.9 MORENO SUR +MXN00030110 18.2833 -95.4167 36.9 MORILLO +MXN00030111 18.6333 -96.7167 267.9 MOTZORONGO +MXN00030112 19.5000 -96.4667 69.8 MOZOMBOA +MXN00030113 18.0667 -94.4167 19.8 NANCHITAL (SMN) +MXN00030114 19.6500 -96.8667 1542.0 NAOLINCO DE VICTORIA +MXN00030115 18.8000 -96.9500 696.8 NARANJAL (CFE) +MXN00030116 18.1000 -95.3167 27.7 NOPALAPAN +MXN00030117 18.2500 -95.9333 7.9 PARAISO NOVILLERO +MXN00030118 17.6333 -95.4333 47.9 NUEVO IXCATLAN +MXN00030119 18.7333 -96.7833 422.8 OMEALCA +MXN00030121 18.1667 -96.0333 18.9 OTATITLAN +MXN00030122 21.6500 -97.8500 164.9 OZULUAMA +MXN00030123 18.7333 -96.3167 66.8 PALO GACHO +MXN00030124 22.0667 -98.1833 11.0 PANUCO (SMN) +MXN00030125 20.4333 -97.3167 189.9 PAPANTLA +MXN00030126 19.5000 -96.3833 19.8 PASO DEL CEDRO +MXN00030127 22.8000 -97.7833 4.0 TAMPICO ALTO +MXN00030128 19.5667 -97.2333 2391.8 PEROTE +MXN00030129 18.7500 -96.1667 27.7 PIEDRAS NEGRAS +MXN00030130 21.2667 -98.3667 57.0 PLATON SANCHEZ +MXN00030131 17.8167 -95.8000 48.8 PLAYA VICENTE +MXN00030132 20.5333 -97.4667 50.0 POZA RICA +MXN00030133 18.6833 -96.4333 70.7 PRESA OTAPA +MXN00030134 20.2667 -97.7000 183.8 PROGRESO DE ZARAGOZA +MXN00030135 19.5500 -96.8500 1137.8 XALAPA (CFE) +MXN00030136 19.1833 -96.3333 62.8 PUENTE JULA +MXN00030137 19.3167 -96.4667 86.9 PUENTE NACIONAL (CFE) +MXN00030139 19.8667 -96.5000 19.8 PUNTA LIMON (CFE) +MXN00030140 19.4333 -96.7833 913.8 RANCHO VIEJO +MXN00030141 19.3500 -96.5500 262.7 RINCONADA +MXN00030142 18.3667 -96.1667 13.7 RINCON PACHECO +MXN00030143 17.9833 -95.4000 147.8 JUAN RODRIGUEZ CLARA +MXN00030144 18.6167 -96.4167 109.7 RODRIGUEZ TEJEDA +MXN00030145 18.9333 -96.7500 453.8 SAN ALEJO +MXN00030146 18.4333 -95.2000 287.7 SAN ANDRES +MXN00030147 17.8833 -95.1333 18.0 SAN JUAN EVANGELISTA (DGE) +MXN00030148 18.0500 -95.1333 38.7 SAN JUANILLO +MXN00030149 18.3000 -95.1500 404.8 SAN JUAN SECO +MXN00030150 18.5333 -95.7333 2.7 SAN MIGUEL +MXN00030151 18.8500 -96.9167 780.9 SAN MIGUELITO +MXN00030152 18.2667 -95.5500 19.8 GARRO +MXN00030153 20.1833 -96.8667 7.9 SAN RAFAEL +MXN00030154 20.2500 -97.5833 116.7 SANTA ANA (CFE) +MXN00030155 18.9167 -96.8000 825.7 SANTA ANITA +MXN00030156 18.7500 -96.7833 401.7 SANTA INES +MXN00030157 19.2667 -96.7000 281.9 SANTA MARIA TATETLA (CFE) +MXN00030158 19.4500 -96.4500 64.9 SANTA ROSA +MXN00030159 18.4667 -95.5833 7.9 SANTA ROSALIA +MXN00030160 21.8833 -98.2833 18.0 SANTA TRINIDAD +MXN00030161 18.4667 -95.3000 201.8 SANTIAGO TUXTLA +MXN00030162 17.6500 -95.7333 118.9 XOCHIAPA +MXN00030163 19.0333 -96.4167 93.9 SOLEDAD DE DOBLADO +MXN00030164 18.9000 -97.0167 1076.9 SUMIDERO +MXN00030165 19.3333 -96.4833 143.9 TAMARINDO +MXN00030166 22.2000 -97.9833 7.9 TAMOS +MXN00030167 17.8667 -94.0833 12.8 TANCOCHAPA +MXN00030168 21.3167 -97.8167 204.8 TANTIMA +MXN00030169 21.3333 -98.2167 76.8 TANTOYUCA +MXN00030170 18.5167 -95.3000 289.9 TAPALAPA +MXN00030171 20.4667 -97.0000 6.7 TECOLUTLA +MXN00030172 17.7833 -94.1833 5.8 TECUANAPA +MXN00030173 20.1333 -97.5333 321.9 TECUANTEPEC (CFE) +MXN00030174 18.5167 -97.0500 2304.9 TEHUIPANGO +MXN00030175 19.5000 -97.1167 3101.9 TEMBLADERAS +MXN00030176 21.5167 -98.4000 33.8 TEMPOAL DE SANCHEZ +MXN00030177 19.2500 -96.8667 1015.0 TENAMPA (CFE) +MXN00030178 19.4833 -97.2500 2539.0 TENEXTEPEC +MXN00030179 19.3833 -96.9667 1187.8 TEOCELO +MXN00030180 21.0333 -98.1333 137.8 TERRERILLOS +MXN00030181 19.0500 -97.1333 2215.9 TETELZINGO +MXN00030182 18.4500 -96.3667 64.9 TIERRA BLANCA (SMN) +MXN00030183 18.6000 -95.6500 4.9 TLACOTALPAN +MXN00030184 18.8000 -96.0500 9.8 TLALIXCOYAN +MXN00030185 18.2500 -95.3500 21.9 LAUCHAPAN +MXN00030186 19.5000 -97.3333 2354.0 TOTALCO +MXN00030187 19.2000 -96.9500 1446.0 TOTUTLA +MXN00030189 18.4667 -95.4333 27.7 TRES ZAPOTES +MXN00030191 20.0167 -96.6500 25.0 VEGA DE ALATORRE +MXN00030193 19.3500 -96.3667 27.7 JOSE CARDEL +MXN00030194 22.1833 -97.8500 4.0 VILLA CUAUHTEMOC +MXN00030195 19.4833 -96.7833 923.8 EMILIANO ZAPATA (CFE) +MXN00030196 18.0167 -95.5167 66.8 ISLA +MXN00030197 18.6500 -96.7000 262.7 VISTA HERMOSA +MXN00030198 19.4000 -97.3833 2349.7 ZALAYETA +MXN00030199 19.4333 -96.4167 31.7 ZEMPOALA +MXN00030200 18.6667 -97.0000 1223.8 ZONGOLICA +MXN00030201 18.7667 -95.7500 4.9 ALVARADO (DGE) +MXN00030202 18.4500 -95.7500 4.9 SAN PEDRO AMATITLAN +MXN00030203 22.1500 -98.1667 34.7 CACALILAO +MXN00030204 18.4000 -95.1167 337.7 CATEMACO (CFE) +MXN00030205 18.3667 -95.8000 9.8 COSAMALOAPAN DE CARPIO (DGE) +MXN00030206 19.0667 -97.0167 1472.8 COSCOMATEPEC (DGE) +MXN00030207 20.9667 -98.1667 610.8 CHICONTEPEC DE TEJEDA (DGE) +MXN00030209 19.3500 -97.1167 1802.0 IXHUACAN DE LOS REYES (CFE) +MXN00030211 19.6333 -97.1000 2425.9 LAS VIGAS +MXN00030212 18.8000 -97.2667 1720.0 MALTRATA (SMN) +MXN00030213 20.0667 -97.0500 62.8 MARTINEZ DE LA TORRE (SMN) +MXN00030216 18.6333 -95.5167 9.8 NARANJAL +MXN00030218 17.3500 -94.1667 58.8 PUEBLO VIEJO +MXN00030219 19.9167 -97.2167 558.7 PUENTE ENRIQUEZ (CFE) +MXN00030220 21.9667 -97.9833 15.8 QUEBRACHE +MXN00030221 17.8833 -95.1500 18.0 SAN JUAN EVANGELISTA (SMN) +MXN00030222 19.8667 -96.5000 29.9 SANTA ANA +MXN00030223 18.6333 -95.4000 34.7 SINAPA DE ABAJO +MXN00030224 17.4167 -95.0167 32.9 JESUS CARRANZA +MXN00030225 18.9667 -96.7000 484.9 PASO DEL MACHO +MXN00030227 18.8167 -97.0167 838.8 TUXPANGO +MXN00030228 19.5167 -96.8833 1364.9 JALAPA DE ENRIQUEZ (DGE) +MXN00030229 20.9333 -97.4333 16.8 TUXPAM DE RODRIGUEZ CANO (SMN +MXN00030231 19.7833 -97.0333 1658.7 SAN JOAQUIN (CFE) +MXN00030240 21.7333 -98.4000 278.0 LAS BADEAS +MXN00030241 19.4500 -96.7833 941.8 MIRADORES +MXN00030242 22.1000 -97.8333 2.7 MATA DE CHAVEZ +MXN00030244 21.5833 -98.3500 63.7 PLACETAS +MXN00030245 21.8500 -97.7667 55.8 SAN LUCIANO +MXN00030255 22.3167 -98.4000 29.0 EL MIRADOR +MXN00030256 21.4167 -97.5333 2.7 E.T.A. 073 SALADERO +MXN00030257 19.4000 -96.3500 12.8 E.T.ARROYO 155 URSULO GALVAN +MXN00030259 18.7667 -96.7667 395.9 SAN JOSE DE ABAJO +MXN00030260 21.4333 -98.4000 44.8 TANTAVIL +MXN00030261 20.9167 -98.1667 639.8 E.T.A. 175 TLACOLULA +MXN00030263 18.7667 -95.7667 16.8 ALVARADO (OBS) +MXN00030264 18.4500 -96.3500 64.9 TIERRA BLANCA (DGE) +MXN00030265 17.2500 -94.6000 68.0 CEDILLO +MXN00030266 19.4500 -96.5333 146.0 EL DIAMANTE +MXN00030267 19.6000 -96.9000 999.7 LA CONCEPCION +MXN00030268 22.3167 -98.1333 1.8 LA POTOSINA +MXN00030269 18.7667 -96.1167 14.9 EL ZAPOTE +MXN00030270 17.5667 -94.0833 54.9 UXPANAPA +MXN00030272 18.7833 -96.7167 340.8 PASO NACIONAL +MXN00030273 17.2500 -94.5833 86.0 AGUSTIN MELGAR +MXN00030274 18.7833 -97.3000 1874.8 AQUILA +MXN00030277 17.8167 -94.1667 15.8 EL ELEFANTE +MXN00030278 21.1333 -98.1833 242.9 E.T.A. 075 IXCANELCO +MXN00030279 17.3000 -94.3833 82.9 KILOMETRO 92 +MXN00030281 17.2667 -94.5000 82.9 LA LAGUNA +MXN00030282 17.7500 -94.6500 11.0 LA RAYA +MXN00030283 17.2167 -94.6167 16.8 MIGUEL ALEMAN +MXN00030284 18.3167 -95.5500 7.9 SANTA ELENA +MXN00030285 22.0500 -98.1667 11.0 PANUCO (DGE) +MXN00030287 17.2000 -94.7167 101.8 POBLADO UNO +MXN00030288 17.2333 -94.6500 95.7 POBLADO DOS +MXN00030289 17.2667 -94.6333 94.8 POBLADO TRES +MXN00030290 17.2667 -94.5500 107.9 POBLADO CINCO +MXN00030291 17.2667 -94.5000 93.0 POBLADO SEIS +MXN00030292 17.2667 -94.3667 71.9 RIO GRANDE +MXN00030293 18.2167 -94.8667 434.9 SOTEAPAN +MXN00030294 18.5000 -95.0333 11.0 SONTECOMAPAN +MXN00030295 18.9000 -96.6667 339.9 CAMPAMENTO PROGRESO +MXN00030296 19.0167 -96.7833 650.7 EJIDO LA DEFENSA +MXN00030297 19.0167 -96.6667 439.8 EJIDO MATA DE VARAS +MXN00030298 17.1833 -94.7000 80.8 RIO ALEGRE +MXN00030299 18.7167 -97.3167 2226.9 PUERTO DEL AIRE +MXN00030300 17.3333 -94.7333 61.9 CAROLINO ANAYA +MXN00030301 22.0167 -98.3333 14.9 VICHINCHIJOL +MXN00030302 18.4333 -95.1667 264.0 SIHUAPAN +MXN00030303 17.4000 -94.4167 82.0 HIDALGO AMAJAC +MXN00030304 21.7333 -98.1500 39.9 PRESA PASO DE PIEDRAS CHICAYA +MXN00030306 19.7500 -96.6667 1004.9 PLAN DE LAS HAYAS +MXN00030307 20.7333 -97.6333 76.8 CASTILLO DE TEAYO +MXN00030308 18.9000 -96.6833 339.9 INGENIO CENTRAL PROGRESO +MXN00030310 17.3333 -94.6667 47.9 PLAN DE PERICOS +MXN00030311 19.3167 -96.9833 1273.8 COSAUTLAN +MXN00030312 17.4333 -94.2167 90.8 EL ENCAJONADO +MXN00030313 17.8167 -95.8000 57.0 CAMPO EXPERIMENTAL PECUARIO +MXN00030314 18.3667 -95.7500 7.9 CARLOS A. CARRILLO +MXN00030315 17.3833 -94.7500 43.0 LAS FLORES +MXN00030316 18.8167 -96.7833 514.8 JUAN JOSE BAZ +MXN00030317 21.6667 -97.6833 4.9 LA LAJA +MXN00030318 17.3167 -94.1500 79.9 LOS LIBERALES +MXN00030319 21.4833 -97.9000 71.9 EL MERCADO +MXN00030320 18.5833 -96.2333 43.9 MATA ANONILLA +MXN00030321 21.5167 -97.6333 4.9 MAMEY +MXN00030322 20.6167 -97.6000 80.8 MIHUAPAN +MXN00030323 17.3333 -94.7833 47.9 NUEVA ESPERANZA +MXN00030324 19.0000 -96.1333 15.8 LA POSTA +MXN00030325 21.8000 -98.0000 25.0 LA PUENTE +MXN00030326 17.3167 -94.4333 100.0 POBLADO NUEVE +MXN00030327 17.5667 -94.1500 9.8 TIERRA MORADA +MXN00030328 18.4833 -95.5667 5.8 ZAPOTAL +MXN00030330 18.8833 -96.9167 802.8 HEROICA CORDOBA (SMN) +MXN00030331 21.3000 -97.4333 4.9 TAMIAHUA (CFE) +MXN00030332 20.7167 -97.2000 9.8 BARRA DE CAZONES (CFE) +MXN00030335 17.3833 -94.9667 30.8 SUCHILAPAN DEL RIO +MXN00030337 20.0500 -96.9667 58.8 LIBERTAD +MXN00030338 19.6833 -96.8333 1750.8 ACATLAN +MXN00030339 19.4167 -96.6833 579.7 CERRO GORDO +MXN00030340 21.3500 -97.6667 59.7 NARANJOS +MXN00030342 19.1333 -96.9500 1186.0 CENTRO REGIONAL HUATUSCO +MXN00030343 20.0500 -97.0833 102.7 C.I.E.E.G.T. U.N.ARROYOM. +MXN00030344 17.2167 -94.8167 120.7 VEINTICUATRO DE FEBRERO +MXN00030345 21.5000 -98.1667 97.8 RANCHO SANTA ROSA +MXN00030346 21.4167 -98.1000 100.0 EL COYOL +MXN00030347 21.5500 -98.5500 123.7 EL COROZAL +MXN00030350 21.3167 -97.8667 219.8 CITLALTEPETL +MXN00030351 20.4833 -97.4833 70.7 COATZINTLA +MXN00030352 20.4833 -97.1000 30.8 GUTIERREZ ZAMORA I +MXN00030353 19.5833 -96.3833 19.8 LA MANCHA +MXN00030354 17.8667 -94.9500 95.7 SAYULA +MXN00030355 20.3667 -97.6500 119.8 CHICUALQUE +MXN00030356 20.9667 -97.8333 79.9 LA PALMA +MXN00030357 21.2667 -97.5500 50.0 LAS FLORES +MXN00030358 20.3167 -96.9833 29.9 HUEYTEPEC +MXN00030359 20.5000 -98.5000 2265.9 PALO BENDITO +MXN00030360 21.0833 -97.7167 79.9 POTRERO DEL LLANO +MXN00030361 20.8833 -97.8000 47.9 SOMBRERETE +MXN00030362 20.7000 -97.5333 91.7 TIHUATLAN +MXN00030363 20.3333 -96.8667 9.8 LA VIGUETA +MXN00030364 19.0167 -96.6000 347.8 VILLA TEJEDA +MXN00030365 20.4167 -98.3500 1624.9 ZACUALPAN +MXN00030366 19.5000 -97.3333 2354.0 FRIJOL COLORADO (CFE) +MXN00030367 19.3167 -96.7167 522.7 APAZAPAN (CFE) +MXN00030368 19.7333 -97.3000 2129.9 CUAUHTAMINGO (CFE) +MXN00030370 19.6500 -97.2833 2400.0 ORILLA DEL MONTE (CFE) +MXN00030371 20.4333 -97.0833 19.8 GUTIERREZ ZAMORA II +MXN00030373 20.6000 -97.3000 75.9 ADOLFO RUIZ CORTINEZ +MXN00030375 21.0667 -97.5333 50.0 CHALAHUITE +MXN00030377 21.1000 -97.4000 2.7 MAJAGUAL +MXN00030381 20.6500 -98.3333 970.8 ZILACATIPAN +MXN00030382 20.7500 -98.3333 1611.8 ZONTECOMATLAN +MXN00030383 17.9167 -94.2000 12.8 SAN JOSE DEL CARMEN +MXN00030384 19.8167 -97.3000 1745.0 JALACINGO (CFE) +MXN00030452 19.5000 -96.9333 1348.7 BRIONES +MXN00030453 19.4167 -97.0833 2110.7 OXTLAPA +MXN00030454 19.6000 -96.8833 981.8 INGENIO LA CONCEPCION +MXN00030455 19.6000 -97.0167 2174.7 LA JOYA +MXN00030456 18.1167 -94.3500 22.9 LA CANGREJERA +MXN00030457 18.2167 -95.4333 9.8 LA CEIBILLA +MXN00030458 18.1333 -94.7667 47.9 MINZAPAN +MXN00030461 18.4167 -95.1167 337.7 TEPETAPAN +MXN00030462 19.8000 -96.9167 891.8 TENOCHTITLAN +MXN00030464 18.3000 -95.8333 9.8 CHACALTIANGUIS +MXN00030465 21.1833 -97.8000 184.7 PRESA EL MORALILLO +MXN00030467 19.4167 -96.3833 19.8 EL NARANJAL +MXN00030468 19.0333 -96.1333 9.8 PASO DEL TORO +MXN00030469 19.5833 -96.9333 1531.9 BANDERILLA +MXN00030486 18.9167 -97.2167 2039.7 LOMA GRANDE +MXN00031001 20.6500 -89.6667 16.8 ABALA +MXN00031002 19.8667 -89.2167 150.0 BECANCHEN +MXN00031003 21.2000 -88.8000 5.8 BUCTZOTZ +MXN00031004 20.8500 -90.4000 2.7 CELESTUN (SMN) +MXN00031005 20.4167 -89.7500 50.0 C.I.A.P.Y. +MXN00031006 20.1667 -89.0000 36.9 CHACSINKIN +MXN00031007 21.2833 -89.6000 2.7 CHICXULUB PUERTO +MXN00031008 20.3833 -88.4667 25.9 CHANCHICHIMILA +MXN00031009 20.3500 -89.4667 25.9 DZAN +MXN00031010 21.3833 -88.8833 1.8 DZILAM DE BRAVO +MXN00031011 20.8333 -88.5167 29.9 DZITAS +MXN00031012 21.5000 -87.6667 6.7 EL CUYO +MXN00031013 21.0000 -88.2667 25.0 ESPITA +MXN00031014 19.9500 -88.9333 40.8 INGENIO CATMIS +MXN00031015 20.9333 -89.0167 12.8 IZAMAL ESCUELA +MXN00031016 20.9000 -89.9500 7.9 KINCHIL +MXN00031017 21.3833 -88.1333 14.9 LOCHE +MXN00031018 20.6000 -90.0000 11.9 MAXCANU +MXN00031020 21.0667 -89.2833 6.7 MOTUL +MXN00031021 20.4833 -89.7000 29.0 MUNA +MXN00031022 20.1167 -88.9333 34.7 PETO (DGE) +MXN00031024 21.5833 -88.1333 4.0 RIO LAGARTOS +MXN00031025 20.2000 -89.2833 32.9 E.T.A. 169 SAN DIEGO +MXN00031026 21.2167 -88.5000 8.8 SAN ROMAN +MXN00031027 20.3167 -89.6333 43.0 SANTA ELENA +MXN00031028 19.9500 -88.8833 32.9 SANTA ROSA +MXN00031029 21.1500 -90.0167 4.0 SISAL +MXN00031030 20.5833 -89.0000 20.7 SOTUTA (DGE) +MXN00031031 21.3333 -89.2500 1.8 TELCHAC PUERTO +MXN00031032 20.6333 -89.4500 9.8 TELCHAQUILLO +MXN00031033 20.2000 -89.2833 30.8 TEKAX DE ALVARO OBREGON +MXN00031034 21.1500 -88.1667 13.7 TIZIMIN +MXN00031035 20.2333 -89.1000 32.9 TIXMEHUAC +MXN00031037 20.3333 -89.4667 30.8 XOCNACEH +MXN00031038 20.1000 -89.4500 91.7 XUL +MXN00031039 20.5333 -88.8333 29.0 YAXCABA +MXN00031040 20.8500 -90.4000 2.7 CELESTUN (DGE) +MXN00031042 20.7000 -88.2167 21.9 VALLADOLID (DGE) +MXN00031044 20.9667 -89.6167 8.8 MERIDA CENTRO +MXN00031048 20.1167 -88.9667 33.8 PETO (SMN) +MXN00031051 21.0167 -89.8667 5.8 HUNUCMA +MXN00031052 20.8667 -89.7500 11.0 UMAN +MXN00031053 21.4000 -87.8667 8.8 DZONOT CARRETERO +MXN00031054 21.2833 -88.2667 18.9 PANABA +MXN00031055 21.0000 -88.3000 26.8 E.T.A. 443 ESPITA +MXN00031056 21.1000 -89.4500 19.8 MOCOCHA +MXN00031057 21.0667 -89.5167 8.8 CONKAL +MXN00031058 20.4833 -90.0667 22.9 HALACHO +MXN00031059 20.1667 -89.2333 27.7 TEKAX UNIDAD +MXN00031060 20.2333 -89.3167 25.9 AKIL +MXN00031061 20.2833 -89.3833 25.9 OXCUTZCAB +MXN00031062 20.2167 -89.5167 50.0 TABI +MXN00031063 20.3833 -89.5500 29.9 TICUL +MXN00031064 20.4833 -89.5833 21.9 SACALUM +MXN00031065 20.8000 -89.4333 13.7 ACANCEH +MXN00031066 21.1500 -89.1000 6.7 CANSANCAB +MXN00031068 20.9833 -87.7833 29.9 CHAN CENOTE +MXN00031069 20.6333 -87.9333 25.9 CHEMAX +MXN00031070 20.8167 -89.2333 14.9 HOCABA +MXN00031071 20.7500 -88.9333 21.9 HOLCA +MXN00031072 20.4000 -89.2833 25.9 TEABO +MXN00031073 20.0667 -89.0333 36.0 TZUCACAB +MXN00031074 21.0167 -88.1667 22.9 CALOTMUL +MXN00031075 20.7500 -87.8500 29.9 CATZIN +MXN00031076 21.2000 -87.7167 16.8 COLONIA YUCATAN +MXN00031077 20.6333 -90.2000 12.8 CHUNCHUCMIL +MXN00031078 21.0333 -89.6333 8.8 F.I.U.A.D.Y. (PERIFERICO) +MXN00031079 20.9833 -89.5833 9.8 MERIDA SANTIAGO +MXN00031080 21.0167 -88.0833 22.9 NABULA +MXN00031082 21.1167 -88.6333 11.0 X - HUALTEZ +MXN00031083 21.4000 -88.5000 7.9 YALSIHON +MXN00031084 20.9667 -87.9000 19.8 YOKDZONOT PRESENTADO +MXN00031085 19.8500 -89.2833 82.9 SAN DIEGO BUENAVISTA +MXN00031086 20.8500 -87.8667 20.7 KUXEB +MXN00031088 20.6833 -88.5667 25.0 PISTE +MXN00031089 21.2333 -87.9333 15.8 DZONOT AKE +MXN00031090 20.7500 -89.8167 13.7 CHOCHOLA +MXN00031091 21.1333 -89.4500 4.9 CAROLINA +MXN00031093 21.1833 -87.9833 25.9 C.E.P. TIZIMIN +MXN00031094 21.2500 -89.0333 4.9 DZIDZANTUM +MXN00031096 21.1500 -88.9500 6.7 KANTEMO +MXN00031098 21.0000 -89.2167 11.9 CACALCHEN +MXN00031099 20.4667 -89.0667 23.8 CANTAMAYEC +MXN00031100 20.7333 -89.3000 9.8 CUZAMA +MXN00031105 21.1500 -88.9500 12.8 TEMAX +MXN00031999 20.3000 -89.4167 30.5 OXKUTZCAB +MXN00032001 23.7833 -102.1500 1945.8 AGUA NUEVA +MXN00032002 22.8167 -102.9500 2108.0 BOCA DEL TESORERO +MXN00032003 22.9000 -102.6500 2096.7 CALERA +MXN00032004 24.4333 -102.3667 1664.8 CAMACHO (SMN) +MXN00032005 23.6000 -102.7333 2045.8 CAITAS DE FELIPE PESCADOR +MXN00032006 23.6833 -103.0833 1861.7 EL CAZADERO +MXN00032007 24.6667 -101.7667 1780.9 CEDROS +MXN00032009 22.6500 -103.0000 2108.0 JEREZ DE GARCIA SALINAS (SMN) +MXN00032010 24.7667 -102.1667 1985.8 CAOPAS +MXN00032011 23.8333 -101.9500 2010.8 CONCEPCION DE LA NORMA +MXN00032012 23.4667 -103.8833 2259.8 CHALCHIHUITES (DGE) +MXN00032013 22.0000 -102.8833 1647.7 EL CHIQUE +MXN00032014 23.7833 -102.1667 1934.9 EL ENCINAL +MXN00032015 22.4333 -101.7833 2121.7 EL RUSIO +MXN00032016 22.6000 -104.0500 1029.9 EL PLATANITO +MXN00032017 21.7500 -103.0500 2293.9 EL TECOMATE +MXN00032018 23.2667 -103.1000 2095.8 EL SAUZ +MXN00032019 21.6333 -103.3333 1739.8 EXCAME +MXN00032020 23.1667 -102.8833 2201.0 FRESNILLO +MXN00032021 23.9500 -103.4333 2194.9 COLONIA GONZALEZ ORTEGA +MXN00032022 24.2000 -101.9167 1809.0 GRUIDORA +MXN00032023 23.7000 -102.5167 1936.7 GUADALUPE DE LAS CORRIENTES +MXN00032024 22.3833 -101.8167 2131.8 GUADALUPE VICTORIA +MXN00032025 21.7667 -102.9667 1489.9 HUANUSCO +MXN00032026 22.6333 -103.0000 1999.8 JEREZ DE GARCIA SALINAS (DGE) +MXN00032027 23.2333 -103.8000 1923.9 JIMENEZ DEL TEUL +MXN00032028 24.2667 -103.3833 1998.9 JUAN ALDAMA +MXN00032029 21.4000 -103.1000 1258.8 JUCHIPILA (SMN) +MXN00032030 22.6833 -103.6000 1869.9 LA FLORIDA +MXN00032031 22.7667 -102.5667 2599.9 LA BUFA (OBS) +MXN00032032 21.6000 -103.3333 1785.8 LA VILLITA +MXN00032033 22.2500 -101.9833 2076.9 LORETO +MXN00032034 23.7333 -103.3833 2330.8 PUERTO SAN FRANCISCO +MXN00032036 24.6333 -101.5500 2273.8 MAZAPIL +MXN00032037 22.3000 -103.5500 2181.8 MONTE ESCOBEDO +MXN00032038 24.0000 -103.0167 1912.9 NIEVES +MXN00032039 21.3500 -102.8333 1852.9 NOCHISTLAN +MXN00032040 24.2167 -102.1500 1711.8 NUEVO MERCURIO +MXN00032041 22.5667 -102.2667 2062.0 OJOCALIENTE +MXN00032042 22.3333 -102.7833 2024.8 PALOMAS +MXN00032043 22.2667 -101.6000 2024.8 PINOS (DGE) +MXN00032044 22.7167 -102.6833 2223.8 ESCUELA DE AGRONOMIA UAZ +MXN00032045 23.8167 -103.0167 1902.0 RIO GRANDE (SMN) +MXN00032046 23.5667 -103.2500 2070.8 SAIN ALTO +MXN00032047 22.9333 -102.4833 2172.9 SAN ANTONIO DEL CIPRES +MXN00032048 23.9000 -101.7167 1941.0 SAN BENITO +MXN00032049 24.3167 -102.8833 1679.8 SAN FRANCISCO (SMN) +MXN00032050 24.1833 -102.9667 1828.8 SAN GIL +MXN00032051 22.4500 -102.3333 2052.8 SAN PEDRO PIEDRA GORDA -CIUDA +MXN00032052 24.5833 -102.1000 2013.8 SAN RAFAEL +MXN00032053 22.9167 -103.1000 2235.7 SANTA ROSA +MXN00032054 23.6333 -103.6333 2299.7 SOMBRERETE (DGE) +MXN00032055 22.0833 -102.8667 1728.8 TAYAHUA +MXN00032056 21.4667 -103.4500 1935.8 TEUL DE GONZALEZ ORTEGA (SMN) +MXN00032057 21.7667 -103.3000 1684.9 TLALTENANGO SANCHEZ ROMAN +MXN00032058 22.7333 -102.3667 2199.7 TRANCOSO +MXN00032059 23.2833 -102.3333 1998.9 VILLA DE COS (SMN) +MXN00032060 22.1500 -101.9500 2087.0 VILLA GARCIA (SMN) +MXN00032061 22.3333 -101.7000 2194.9 VILLA HIDALGO +MXN00032062 22.3500 -102.8833 1892.8 VILLANUEVA (SMN) +MXN00032063 22.7833 -102.5833 2495.7 ZACATECAS (SMN) +MXN00032065 23.4667 -103.8667 2312.8 CHALCHIHUITES (SMN) +MXN00032068 22.2667 -101.5667 2384.8 PINOS (SMN) +MXN00032069 22.6333 -104.1000 1196.9 SAN JUAN CAPISTRANO +MXN00032070 21.4667 -103.4500 1909.0 TEUL DE GONZALEZ ORTEGA (DGE) +MXN00032072 22.1500 -101.9500 2109.8 VILLA GARCIA (DGE) +MXN00032073 22.3500 -102.8833 1934.9 VILLANUEVA (DGE) +MXN00032074 23.9333 -103.4000 2149.8 HACIENDA DE ZARAGOZA +MXN00032076 23.8000 -102.4667 1949.8 COLONIA GREVER LA COLORADA +MXN00032077 24.1333 -101.4667 1886.7 SAN TIBURCIO (SMN) +MXN00032078 24.1333 -101.4833 1884.9 SAN TIBURCIO (DGE) +MXN00032080 23.8667 -102.5000 1999.8 SAN ANTONIO DE TRIANA +MXN00032084 23.6833 -101.9167 2087.0 SAN ANDRES +MXN00032085 22.4667 -104.2167 2202.8 SANTA LUCIA +MXN00032086 22.7500 -102.5667 2351.8 ZACATECAS (DGE) +MXN00032087 24.6167 -101.3833 1930.9 CONCEPCION DEL ORO +MXN00032088 23.3500 -102.3333 1998.9 PETUCHE +MXN00032089 24.2667 -103.5000 1983.9 E.T.A. 143 MIGUEL AUZA +MXN00032090 23.9667 -103.4500 2190.0 E.T.A. 144 COLONIA GONZALEZ O +MXN00032091 24.5333 -100.8833 1720.0 E.T.A. 145 EL SALVADOR +MXN00032093 23.6333 -103.4333 2218.9 EL ARENAL +MXN00032095 22.5167 -104.3167 2596.0 PAJARITOS DE LA SIERRA +MXN00032096 23.8000 -103.0167 1911.7 RIO GRANDE (DGE) +MXN00032097 21.5000 -102.6500 1864.8 TENAYUCA +MXN00032098 22.7667 -103.5667 1914.8 VALPARAISO +MXN00032099 22.6167 -102.7667 2119.0 MALPASO +MXN00032100 22.8333 -103.3667 2037.0 SAN ISIDRO DE LOS GONZALEZ +MXN00032101 22.9000 -103.2667 2183.9 SAN JOSE DE LOS LLANETES +MXN00032102 22.7167 -103.5500 1960.8 TONALA +MXN00032103 22.9167 -104.0000 1799.8 AMECA LA VIEJA +MXN00032104 22.5500 -103.5167 1811.7 RANCHO DE EN MEDIO +MXN00032105 21.5500 -102.7833 2201.9 TLACHICHILA +MXN00032106 22.6500 -103.3500 2042.8 CUEVA GRANDE +MXN00032107 23.6167 -101.7167 2091.8 SIERRA HERMOSA +MXN00032108 23.2167 -103.6333 2255.8 CORRALES +MXN00032109 22.7667 -103.9333 1892.8 SAN PEDRO DE LA SIERRA +MXN00032110 23.8833 -102.3333 1843.7 COLONIA GREVER PURISIMA SIFUE +MXN00032111 21.6500 -102.9667 1417.9 JALPA +MXN00032112 21.3167 -103.6000 1918.7 MILPILLAS DE ALLENDE +MXN00032113 22.5333 -103.5500 1866.9 PASTORIA +MXN00032114 22.5167 -101.9167 2153.7 VILLA GONZALEZ ORTEGA +MXN00032116 22.6167 -103.4000 1951.9 ADJUNTAS DEL REFUGIO +MXN00032117 22.4833 -103.8333 1946.8 LAS ANIMAS +MXN00032118 22.0167 -101.8500 2102.8 LOS CAMPOS +MXN00032119 22.5333 -102.7833 2091.8 FELIPE ANGELES +MXN00032120 22.4833 -102.4500 2176.0 GENARO CODINA +MXN00032121 22.7333 -102.5000 2261.9 GUADALUPE +MXN00032122 22.4333 -102.2500 2016.9 LUIS MOYA +MXN00032123 23.4667 -103.5667 2180.8 MESILLAS +MXN00032124 21.9167 -103.3000 1649.0 MOMAX +MXN00032125 21.2500 -103.1500 1179.9 MOYAHUA DE ESTRADA +MXN00032126 22.6500 -102.3500 2169.0 PALMILLAS +MXN00032127 22.1167 -101.3833 2119.0 PINO SUAREZ +MXN00032129 22.6000 -103.0833 2030.0 PRESA SUSTICACAN +MXN00032130 22.6167 -103.6500 2084.8 EL ROMERILLO +MXN00032131 22.6500 -102.4833 2265.9 SAN GERONIMO +MXN00032132 22.4500 -103.1500 1943.7 TEPETONGO +MXN00032133 23.5500 -103.5667 2194.9 FELIPE ANGELES +MXN00032134 23.0833 -103.6667 2370.7 MILPILLAS DE LA SIERRA +MXN00032135 22.6333 -103.6833 2016.9 POTRERO DE GALLEGOS +MXN00032136 22.3000 -103.4333 1924.8 VICENTE GUERRERO +MXN00032137 23.2333 -102.5667 2071.7 CHICHIMEQUILLAS +MXN00032138 22.5000 -102.4667 2255.8 CANOAS +MXN00032139 21.2167 -103.6000 1679.8 HUITZILA +MXN00032140 21.2000 -103.3500 1207.9 MEZQUITAL DEL ORO +MXN00032141 24.5167 -100.8667 1725.8 EL SALVADOR +MXN00032142 23.4500 -102.3833 2030.0 TIERRA Y LIBERTAD +MXN00032143 21.2000 -103.4500 1711.8 GARCIA DE LA CADENA +MXN00032144 24.3167 -102.8833 1689.8 SAN FRANCISCO (DGE) +MXN00032145 22.7667 -102.5500 2587.8 LA BUFA (DGE) +MXN00032148 24.3833 -101.0833 1969.9 LAS HUERTAS +MXN00032150 22.6500 -102.4833 2272.9 SAN GERONIMO +MXN00032151 23.4833 -102.1333 1939.7 SIERRA VIEJA +MXN00032171 24.2833 -103.4333 1993.7 MIGUEL AUZA +MXN00032172 23.4333 -102.9500 2021.7 RANCHO GRANDE +MXN00032173 22.9833 -102.8333 2245.8 EL PEASCO +MXN00032174 22.9833 -102.6500 2149.8 LLANO BLANCO +MXN00032176 22.8167 -102.4833 2317.7 SAUCEDA DE LA BORDA +MXN00032177 24.9833 -102.6000 1416.7 NUEVO TAMPICO +MXN00032179 24.9833 -102.2000 1432.0 SAN JERONIMO +MXN00032180 21.9333 -103.0833 2393.0 GENERAL JOAQUIN AMARO +MXN00032181 21.5500 -103.0167 1339.9 LA PITAYA +MXN00032182 21.4833 -103.0167 1443.8 PALMA CUATA +MXN00032183 21.8000 -103.4500 2144.9 ATOLINGA +MXN00032184 21.7167 -103.2000 2071.7 LOS FRESNOS +MXN00032186 22.6667 -102.0333 2045.8 EL SALADILLO +MXN00032187 22.6000 -101.4333 2006.8 ESPIRITU SANTO +MXN00032188 22.1500 -101.7000 2218.9 EL NIGROMANTE +MXN00032189 22.3167 -103.4833 1980.0 PRESA SANTA TERESA +MXN00032191 24.0833 -103.4833 2190.9 CAMPO LA ONDA +MXN00099001 29.0833 -110.9500 236.8 IMADES +MXN00099002 28.8000 -110.5667 388.6 LA COLORADA +MXN00099003 28.6167 -109.9500 401.7 TECORIPA +MXN00099004 28.5833 -109.5667 181.7 TONICHI +MXN00099005 28.3667 -108.9167 1542.6 YECORA +MXN00099006 28.2500 -109.2833 438.6 TACUPETO +MXN00099007 27.8333 -109.3667 444.7 ROSARIO TESOPACO +MXN00099008 25.0833 -107.6833 70.7 PERICOS +MXN00099010 27.7500 -109.5333 514.8 SANTA ANA +MXN00099011 25.6333 -107.3667 1028.7 TAMEAPA +MXN00099012 25.7333 -107.3000 690.7 SOYATITA +MXN00099013 25.8667 -107.3833 510.8 TECOXIAPA +MXN00099014 25.9500 -107.2833 1580.4 EL FRIJOLAL +MXN00099015 25.9667 -107.1667 875.7 DOLORES +MXN00099016 26.0833 -106.9500 2356.1 GUADALUPE Y +MXN00099017 26.5333 -106.3000 2689.3 EL VERGEL +MXN00099018 26.2333 -106.5167 2978.2 RMO SAN +MXN00099019 26.7333 -106.0333 2258.3 EL OJITO +MXN00099020 26.9000 -105.6667 1784.3 HIDALGO Y +MXN00099021 27.7333 -107.6333 2346.4 CREEL +MXN00099022 27.6333 -107.7667 2296.4 PITOREAL +MXN00099023 27.5000 -107.8833 2184.2 SAN RAFEAL +MXN00099024 28.2167 -107.4667 2169.3 EJ. ARROYO +MXN00099025 28.4833 -107.4667 2024.5 P. ABRAHAM +MXN00099026 28.3500 -107.8333 1951.3 TOMOCHI +MXN00099027 28.2500 -108.0667 2259.2 EL PERICO +MXN00099028 28.4000 -108.3667 1789.5 YEPACHIC +MXN00099029 28.3833 -108.6500 1561.5 MAYCOBA +MXN00099030 28.4167 -109.1667 688.5 SAN NICOLAS +MXN00099031 29.4167 -110.3833 387.7 URES +MXN00099032 29.5333 -110.1167 485.9 MAZOCAUHUI +MXN00099033 29.8000 -109.6667 612.6 MOCTEZUMA +MXN00099034 29.9000 -109.3000 518.8 HUASABAS +MXN00099035 28.8333 -107.7333 1905.3 MATACHIC +MXN00099037 29.6833 -108.2667 2127.2 EL LARGO +MXN00099038 29.1667 -108.1333 2109.2 CD. MADERA +MXN00099039 28.1833 -108.3667 1803.5 OCAMPO +MXN00099040 28.1333 -108.5167 760.8 MORIS +MXN00099041 28.3667 -109.0333 2148.2 RMO SANTA +MXN00099044 26.8500 -108.2667 321.9 EL MEZQUITE +MXN00099045 29.0000 -110.1333 562.7 MAZATAN +MXN00099046 28.9333 -109.6333 257.9 EL NOVILLO1 +MXN00099047 29.0500 -109.2333 433.7 SAHUARIPA +MXN00099048 29.8000 -109.1333 713.5 BACADEHUACHI +MXN00099049 29.6833 -108.9833 843.7 NACORI CHICO +MXN00099050 29.8333 -108.7000 1898.3 MESA TRES +MXN00099052 23.2833 -106.0667 120.7 CONCORDIA +MXN00099053 23.3833 -105.9333 546.8 COPALA +MXN00099054 23.4000 -105.8667 1128.7 LA MESA +MXN00099055 23.4500 -105.8333 1395.4 LONCH. RAMIREZ +MXN00099056 23.4833 -105.8333 2012.3 RMO LOBERAS +MXN00099057 23.5500 -105.8333 1924.5 EL PALMITO +MXN00099058 23.6667 -105.7167 2715.2 LA ERMITA +MXN00099059 23.7333 -105.5333 2895.0 RMO LAS +MXN00099060 23.8667 -105.1667 2518.3 LLANO GRANDE +MXN00099061 24.0500 -104.6000 1871.5 MXDGO +MXN00099063 24.8000 -104.9167 1974.5 GUATIMAPE +MXN00099064 25.1167 -105.4667 1766.3 N. SANTIAGO +MXN00099065 25.0333 -105.6833 2626.2 EJ. LAS +MXN00099066 25.0333 -106.3333 2482.3 LA CIENAGA +MXN00099067 25.2167 -105.3167 1907.4 R. SANTA +MXN00099068 25.4333 -105.2167 1560.6 ELIANO MART. +MXN00099069 25.7500 -104.9000 2189.4 EL PALMITO +MXN00099070 26.9500 -106.3333 1571.5 SAN PABLO +MXN00099071 26.8333 -107.0500 2444.2 GUACHOCHI +MXN00099072 27.4667 -107.4833 1801.4 BASIHUARE +MXN00099073 28.1167 -107.9167 2897.1 RMO ALAMOS +MXN00099074 28.1000 -108.0167 2101.3 HUEVACHIC +MXN00099075 28.3667 -109.0500 1483.5 LA PALMA +MXN00099077 24.8000 -107.1333 155.8 SONALAPA +MXN00099078 24.9667 -106.9667 280.7 TAMAZULA +MXN00099079 24.9000 -106.7667 465.7 EL RODEO +MXN00099080 29.9667 -109.1167 1047.6 EL COYOTE +MXN00099081 28.2167 -108.6333 1519.4 EL FRIJOLAR +MXN00099082 27.8167 -109.8833 83.8 P. ALV. +MXN00099083 27.9667 -109.9833 191.7 EL CHUPADERO +MXN00099084 28.0667 -109.9833 192.9 EL LLANO +MXN00099085 25.7833 -108.2500 61.9 CUBIRI PORTELAS +MXN00099086 25.5833 -108.2500 27.7 CIENAGA CASAL +MY000048620 4.2170 100.7000 8.0 SITIAWAN GSN 48620 +MY000048657 3.6200 103.2200 16.0 KUANTAN GSN 48657 +MY000096413 1.4830 110.3330 27.0 KUCHING GSN 96413 +MY000096441 3.2000 113.0330 5.0 BINTULU GSN 96441 +MY000096465 5.3000 115.2500 30.0 LABUAN GSN 96465 +MY000096491 5.9000 118.0670 13.0 SANDAKAN GSN 96491 +MYM00048601 5.2970 100.2770 3.4 PENANG INTL 48601 +MYM00048615 6.1670 102.2930 4.9 SULTAN ISMAIL PETRA 48615 +MYM00048647 3.1310 101.5490 27.4 SULTAN ABDUL AZIZ SHAH INTL 48647 +MYM00048650 2.7460 101.7100 21.0 KUALA LUMPUR INTL 48650 +MYM00048665 2.2630 102.2520 10.7 MALACCA 48665 +MYM00048674 2.4500 103.8330 45.0 MERSING 48674 +MYM00096421 2.2620 111.9850 37.2 SIBU 96421 +MYM00096449 4.3220 113.9870 18.0 MIRI 96449 +MYM00096471 5.9370 116.0510 3.0 KOTA KINABALU INTL 96471 +MYM00096481 4.3130 118.1220 17.4 TAWAU 96481 +MZ000067215 -12.9830 40.5330 50.0 PEMBA GSN 67215 +MZ000067217 -13.3000 35.2330 1365.0 LICHINGA 67217 +MZ000067237 -15.1000 39.2830 441.0 NAMPULA 67237 +MZ000067261 -16.1830 33.5830 150.0 TETE 67261 +MZ000067283 -17.8830 36.8830 16.0 QUELIMANE GSN 67283 +MZ000067295 -19.1170 33.4670 732.0 CHIMOIO 67295 +MZ000067297 -19.8000 34.9000 16.0 BEIRA GSN 67297 +MZ000067323 -23.8670 35.3830 15.0 INHAMBANE GSN 67323 +MZ000067335 -25.0500 33.6330 5.0 XAI XAI 67335 +MZM00067205 -11.3620 40.3550 27.1 MOCIMBOA DA PRAIA 67205 +MZM00067223 -13.1330 39.0330 535.0 MONTEPUEZ 67223 +MZM00067231 -14.8170 36.5330 607.0 CUAMBA 67231 +MZM00067241 -15.0330 40.6720 10.1 LUMBO 67241 +MZM00067273 -16.2170 39.9000 62.0 ANGOCHE 67273 +MZM00067315 -22.0180 35.3130 14.0 VILANKULO 67315 +MZM00067327 -24.0500 34.0500 150.0 PANDA-INHAMBANE 67327 +MZM00067331 -24.4830 32.0830 151.0 MAPULANGUENE-MAPUTO 67331 +MZM00067341 -25.9210 32.5730 44.2 MAPUTO 67341 +MZM00067346 -26.2830 32.1830 104.0 CHANGALANE 67346 +NC000091577 -20.5670 164.2830 18.0 KOUMAC (NLLE-CALEDO GSN 91577 +NC000915920 -22.2670 166.4500 72.0 NOUMEA (NLLE-CALEDO GSN 91592 +NCW00082608 -22.2667 166.4333 15.2 NOUMEA NF 91592 +NEM00091824 -19.0830 -169.9330 59.0 HANAN AIRPORT GSN 91824 +NFM00094996 -29.0420 167.9390 113.1 NORFOLK ISLAND INTL GSN 94996 +NG000001024 16.9800 7.9800 520.0 AGADES +NG000001036 14.2200 1.4500 209.0 TILLABERY 61036 +NG000001043 14.9000 5.2500 384.0 TAHOUA +NG000001049 14.2500 13.1200 289.0 N'GUIGNI 61049 +NG000001052 13.5000 2.1300 216.0 NIAMEY AERO 61052 +NG000001075 13.8000 5.2500 272.0 BIRNI N'KONNI 61075 +NG000001080 13.4700 7.0800 388.0 MARADI 61080 +NG000001090 13.8000 9.0000 489.0 ZINDER 61090 +NG000001096 13.2300 11.9800 357.0 MAINE-SORDA +NG000061017 18.6830 12.9170 357.0 BILMA GSN 61017 +NG000061024 16.9670 7.9670 505.0 AGADEZ GSN 61024 +NG000061043 14.9000 5.2500 391.0 TAHOUA GSN 61043 +NG000061096 13.2330 11.9830 337.0 MAINE-SOROA GSN 61096 +NGM00061045 13.9830 10.3000 460.0 GOURE 61045 +NGM00061053 13.0330 3.3000 225.0 DOSSO 61053 +NGM00061085 13.3730 12.6270 303.0 DIFFA 61085 +NGM00061091 12.9830 8.9330 403.0 MAGARIA 61091 +NGM00061099 11.8830 3.4500 202.0 GAYA 61099 +NH000091554 -15.5170 167.2170 44.0 PEKOA AIRPORT (SANT GSN 91554 +NH000091568 -20.2330 169.7670 7.0 ANEITYUM GSN 91568 +NHM00091551 -13.8500 167.5500 18.0 SOLA/VANUA LAVA ISL 91551 +NHM00091555 -16.4170 167.8000 26.0 LAMAP/MALEKOULA ISL 91555 +NHM00091557 -17.6990 168.3200 21.3 PORT VILA BAUERFIELD 91557 +NHM00091565 -19.4550 169.2240 5.8 TANNA 91565 +NIM00065046 12.0480 8.5250 476.1 MALLAM AMINU INTL 65046 +NIM00065082 11.8500 13.0830 354.0 MAIDUGURI 65082 +NIM00065101 8.4400 4.4940 343.2 ILORIN 65101 +NIM00065123 9.6170 6.5330 260.0 MINNA GSN 65123 +NIM00065134 9.6400 8.8690 1289.9 YAKUBU GOWON 65134 +NIM00065167 9.2580 12.4300 182.6 YOLA GSN 65167 +NIM00065201 6.5770 3.3210 41.1 MURTALA MUHAMMED 65201 +NIM00065250 5.0150 6.9500 26.5 PORT HARCOURT INTL 65250 +NIM00065257 6.4670 7.5500 137.0 ENUGU 65257 +NIM00065271 7.7040 8.6140 113.1 MAKURDI 65271 +NLE00100496 53.3667 5.2167 7.0 WEST TERSCHELLING +NLE00100499 53.1831 6.6000 1.0 GRONINGEN-1 +NLE00100500 52.8831 7.0667 12.0 TER APEL +NLE00100501 52.6500 5.0667 -1.0 HOORN +NLE00100502 52.4000 6.0500 6.0 HEERDE +NLE00100503 52.3167 4.7000 -3.0 HOOFDDORP +NLE00100505 51.9831 6.7000 34.0 WINTERSWIJK +NLE00100506 51.6831 3.8667 7.0 KERKWERVE +NLE00100507 51.2167 3.8667 2.0 WESTDORPE-1 +NLE00100508 51.2831 3.9167 2.0 AXEL +NLE00100509 51.5667 4.5331 1.0 OUDENBOSCH +NLE00100510 51.1831 5.9667 20.0 ROERMOND +NLE00100514 52.9614 4.7469 4.0 DEN HELDER +NLE00100526 53.2167 6.5500 2.0 GRONINGEN +NLE00100542 50.8500 5.6831 49.0 MAASTRICHT-1 +NLE00101879 52.7667 4.6500 1.0 PETTEN +NLE00101881 53.1667 4.8667 1.0 DE COCKSDORPS +NLE00101883 53.1000 4.7667 0.0 DE KOOG +NLE00101889 53.0667 5.4167 0.0 MAKKUM +NLE00101891 53.2831 5.6667 1.0 ST. ANNA PAROCHIE +NLE00101893 52.9667 6.3500 9.0 APPELSCHA +NLE00101895 53.0667 6.0000 -2.0 NIJBEETS +NLE00101897 53.1831 5.9831 2.0 BERGUMERDAM +NLE00101899 53.3831 5.9831 1.0 TERNAARD +NLE00101902 53.3167 6.9331 2.0 DELFZIJL +NLE00101904 53.4000 6.5667 1.0 WARFFUM +NLE00101906 53.3331 6.3000 1.0 ZOUTKAMP +NLE00101908 53.0000 6.7331 16.0 EEXT +NLE00101910 53.0331 7.1167 3.0 VLAGTWEDDE +NLE00101912 53.1500 6.4331 3.0 RODEN +NLE00101914 53.3500 6.7500 1.0 ZEERIJP +NLE00101916 52.4831 4.6667 0.0 BEVERWIJK +NLE00101917 52.7000 5.3000 2.0 ENKHUIZEN +NLE00101920 52.3831 4.9667 -1.0 SCHELLINGWOUDE +NLE00101922 52.8667 4.8331 -1.0 ANNA PAULOWNA +NLE00101924 52.3500 4.5167 10.0 ZANDVOORT +NLE00101926 52.4831 4.8000 0.0 ZAANDIJK +NLE00101928 52.7831 5.1000 -2.0 MEDEMBLIK +NLE00101930 52.9167 5.0331 1.0 DEN OEVER +NLE00101932 52.4667 5.1000 -1.0 MARKEN +NLE00101933 52.7167 6.4667 11.0 HOOGEVEEN-1 +NLE00101942 52.5667 5.9500 -2.0 IJSSELMUIDEN +NLE00101944 52.9000 6.7000 21.0 SCHOONLOO +NLE00101946 52.8000 6.7331 16.0 ZWEELO +NLE00101948 52.6667 5.6331 -1.0 TOLLEBEEK +NLE00101949 52.7167 5.7831 -4.0 EMMELOORD +NLE00101951 52.7667 7.0000 17.0 KLAZIENAVEEN +NLE00101953 52.4331 5.8331 1.0 ELBURG +NLE00101955 52.6000 6.4500 6.0 DEDEMSVAART +NLE00101957 52.8331 5.7167 -1.0 LEMMER (GEMAAL BUMA) +NLE00101959 52.5831 5.6500 -3.0 SWIFTERBANT +NLE00101960 52.4167 5.2167 1.0 OOSTVAARDERSDIEP +NLE00101961 51.9331 4.8167 -1.0 GROOT AMMERS +NLE00101963 52.2167 4.6167 -4.0 ROELOFARENDSVEEN +NLE00101965 52.1167 4.3000 0.0 SCHEVENINGEN +NLE00101967 51.7331 4.4167 0.0 NUMANSDORP +NLE00101969 51.8831 4.5500 -1.0 IJSSELMONDE +NLE00101971 51.9167 4.0997 2.0 OOSTVOORNE +NLE00101973 51.7500 4.0831 1.0 DIRKSLAND +NLE00101975 51.8500 4.7000 -1.0 OUD ALBLAS +NLE00101977 51.8500 4.4000 0.0 POORTUGAAL +NLE00101979 51.8167 3.8667 1.0 OUDDORP +NLE00101981 52.1831 4.4167 0.0 VALKENBURG-1 +NLE00101982 52.1703 4.4292 0.0 VALKENBURG +NLE00101989 51.8167 5.8667 10.0 NIJMEGEN +NLE00101991 52.2500 5.6167 14.0 PUTTEN (GLD) +NLE00101993 52.2331 5.9667 13.0 APELDOORN +NLE00101995 52.0831 5.4500 4.0 WOUDENBERG +NLE00101997 52.2167 5.0331 -1.0 LOENEN AAN DE VECHT +NLE00101999 51.9500 5.2331 2.0 CULEMBORG +NLE00102005 51.9167 5.4331 4.0 TIEL +NLE00102007 52.3000 5.0331 -2.0 WEESP +NLE00102009 52.1331 5.5831 9.0 BARNEVELD +NLE00102011 52.0667 5.8831 50.0 DEELEN-1 +NLE00102020 51.9667 6.2831 12.0 DOETINCHEM +NLE00102022 52.2667 6.9000 35.0 TWENTHE-1 +NLE00102030 52.3500 6.8500 18.0 WEERSELO +NLE00102032 52.1500 6.3000 9.0 ALMEN +NLE00102034 52.2667 6.2667 8.0 LETTELE +NLE00102036 52.2331 6.5000 17.0 MARKELO +NLE00102038 52.0167 6.6331 26.0 LIEVELDE +NLE00102044 51.5331 3.9000 2.0 WILHELMINADORP-1 +NLE00102051 51.7000 3.7000 3.0 HAAMSTEDE +NLE00102053 51.4331 3.8167 3.0 OVEZANDE +NLE00102055 51.5331 4.2167 0.0 THOLEN-1 +NLE00102057 51.2831 3.7500 2.0 PHILIPPINE +NLE00102059 51.3500 3.5500 1.0 SCHOONDIJKE +NLE00102061 51.2500 4.0667 3.0 KAPELLEBRUG +NLE00102063 51.4667 4.6667 10.0 ZUNDERT +NLE00102065 51.4331 5.1500 22.0 ESBEEK +NLE00102067 51.6331 4.8331 5.0 OOSTERHOUT +NLE00102069 51.5167 4.8831 12.0 CHAAM +NLE00102071 51.7831 5.0500 1.0 ANDEL +NLE00102073 51.4331 4.3167 19.0 HOOGERHEIDE +NLE00102075 51.6667 4.5331 0.0 KLUNDERT +NLE00102077 51.4000 6.0167 29.0 SEVENUM +NLE00102079 51.4831 5.6167 18.0 HELMOND +NLE00102081 51.3500 6.1831 30.0 VENLO +NLE00102083 51.7167 5.4167 7.0 NULAND +NLE00102085 51.4000 5.7000 23.0 SOMEREN +NLE00102087 51.6500 5.4831 10.0 DINTHER +NLE00102089 51.4500 5.4167 20.0 EINDHOVEN (VB) +NLE00102096 50.7831 5.7167 54.0 EIJSDEN +NLE00102098 50.8500 5.8331 80.0 VALKENBURG (L) +NLE00102100 50.9000 6.0167 140.0 SCHAESBERG +NLE00102107 51.2667 6.0331 27.0 BEESEL +NLE00102109 51.0831 5.9167 34.0 ECHT +NLE00102445 53.2400 4.9206 4.0 VLIELAND +NLE00102462 51.4478 4.3417 15.0 WOENSDRECHT +NLE00108958 51.4667 3.7667 1.0 'S HEERENHOEK +NLE00108960 52.2667 4.7667 -4.0 AALSMEER +NLE00108962 51.9167 6.5667 22.0 AALTEN +NLE00108964 52.2667 4.9831 -2.0 ABCOUDE +NLE00108966 53.0500 5.8167 4.0 AKKRUM +NLE00108968 52.3500 6.6667 11.0 ALMELO +NLE00108970 52.0000 5.4667 6.0 AMERONGEN +NLE00108972 51.7500 5.2167 3.0 AMMERZODEN +NLE00108974 52.3667 4.9167 1.0 AMSTERDAM +NLE00108976 53.3831 6.1331 1.0 ANJUM +NLE00108978 51.6331 4.1331 1.0 ANNA JACOBA POLDER +NLE00108980 52.0000 5.9331 85.0 ARNHEM +NLE00108982 53.0000 6.6000 12.0 ASSEN +NLE00108984 52.4667 4.7331 2.0 ASSENDELFT +NLE00108986 51.8667 4.5331 0.0 BARENDRECHT +NLE00108990 52.1667 5.9667 25.0 BEEKBERGEN +NLE00108992 52.0000 4.9331 -1.0 BENSCHOP +NLE00108994 52.6831 4.6831 4.0 BERGEN (NH) +NLE00108996 51.5000 4.2500 2.0 BERGEN OP ZOOM +NLE00108998 51.9831 4.5000 -6.0 BERGSCHENHOEK +NLE00109000 52.4500 5.6831 -3.0 BIDDINGHUIZEN +NLE00109002 51.3331 3.6831 1.0 BIERVLIET +NLE00109004 52.7331 5.9500 1.0 BLOKZIJL +NLE00109006 52.1000 6.5331 17.0 BORCULO +NLE00109008 52.0831 4.6831 -2.0 BOSKOOP +NLE00109010 51.5831 5.3331 9.0 BOXTEL +NLE00109012 51.4000 3.5500 1.0 BRESKENS +NLE00109014 51.9000 4.1500 1.0 BRIELLE +NLE00109016 51.7331 3.8831 -1.0 BROUWERSHAVEN +NLE00109018 51.0500 5.8000 15.0 BUCHTEN +NLE00109020 51.3667 3.4000 1.0 CADZAND +NLE00109022 52.8500 4.7000 1.0 CALLANTSOOG +NLE00109024 51.6831 4.9831 1.0 CAPELLE (NB) +NLE00109026 52.5500 4.6500 3.0 CASTRICUM +NLE00109028 52.8831 4.9331 -1.0 DE HAUKES +NLE00109030 52.0167 4.3667 0.0 DELFT +NLE00109032 51.7167 4.3000 0.0 DEN BOMMEL +NLE00109034 53.0500 4.8000 -1.0 DEN BURG +NLE00109036 52.3831 7.0331 24.0 DENEKAMP +NLE00109038 51.4500 5.7667 26.0 DEURNE +NLE00109040 52.2667 6.2167 6.0 DEVENTER +NLE00109042 53.3167 5.9831 1.0 DOKKUM +NLE00109044 52.0500 5.3331 20.0 DOORN +NLE00109046 53.1167 6.1000 2.0 DRACHTEN +NLE00109048 52.5500 5.8500 0.0 DRONTEN +NLE00109050 51.9667 6.0167 9.0 DUIVEN +NLE00109052 52.8167 6.4167 12.0 DWINGELO +NLE00109054 52.5167 5.0500 0.0 EDAM +NLE00109056 52.2831 5.2831 0.0 EEMNES +NLE00109058 53.3667 6.4667 1.0 EENRUM +NLE00109060 52.1167 6.0667 15.0 EERBEEK +NLE00109062 53.1331 5.9500 -1.0 EERNEWOUDE +NLE00109064 51.3500 5.2500 30.0 EERSEL +NLE00109066 52.2831 5.7831 34.0 ELSPEET +NLE00109068 52.7831 6.8831 24.0 EMMEN +NLE00109070 52.2000 6.9167 46.0 ENSCHEDE +NLE00109072 52.3500 6.0000 9.0 EPE +NLE00109074 50.7667 5.9000 155.0 EPEN (L) +NLE00109076 53.2831 6.4500 1.0 EZINGE +NLE00109078 53.3667 6.1500 0.0 EZUMAZIJL +NLE00109080 53.2000 7.1000 1.0 FINSTERWOLDE +NLE00109082 53.4000 5.3000 0.0 FORMERUM +NLE00109084 52.8500 6.2000 4.0 FREDERIKSOORD +NLE00109086 51.8667 5.2667 4.0 GELDERMALSEN +NLE00109088 51.5500 5.6831 13.0 GEMERT +NLE00109090 51.8667 6.3500 14.0 GENDRINGEN +NLE00109092 51.6500 5.1500 6.0 GIERSBERGEN +NLE00109094 53.0331 6.8500 0.0 GIETERVEEN +NLE00109096 52.7167 6.0667 -1.0 GIETHOORN +NLE00109098 51.5500 4.7500 5.0 GINNEKEN +NLE00109100 51.8167 3.9667 0.0 GOEDEREEDE +NLE00109102 51.8331 4.9831 1.0 GORINCHEM +NLE00109104 53.0000 6.0667 0.0 GORREDIJK +NLE00109106 52.0167 4.7167 -2.0 GOUDA +NLE00109108 52.1331 5.4167 3.0 HAMERSVELD +NLE00109110 52.3667 5.6167 2.0 HARDERWIJK +NLE00109112 53.1831 5.4331 0.0 HARLINGEN +NLE00109114 52.1500 5.7331 19.0 HARSKAMP +NLE00109116 52.9667 5.6000 -1.0 HEEG +NLE00109118 52.3500 4.6331 -4.0 HEEMSTEDE +NLE00109120 51.2831 5.9000 29.0 HEIBLOEM (L) +NLE00109122 52.6000 4.7331 -1.0 HEILOO +NLE00109124 52.3831 6.4500 10.0 HELLENDOORN +NLE00109126 51.8331 4.6500 -1.0 HENDRIK IDO AMBACHT +NLE00109128 52.0667 6.3000 11.0 HENGELO +NLE00109130 52.2667 6.7667 15.0 HENGELO (O) +NLE00109132 53.1831 5.5000 0.0 HERBAYUM +NLE00109134 51.8831 6.1000 14.0 HERWEN +NLE00109136 51.7667 5.8331 10.0 HEUMEN +NLE00109138 53.4331 5.6331 1.0 HOLLUM +NLE00109140 52.3000 6.4667 16.0 HOLTEN +NLE00109142 52.0000 4.2500 -1.0 HONSELERSDIJK +NLE00109144 52.6831 5.1667 -1.0 HOOGKARSPEL +NLE00109146 52.7331 4.9667 -1.0 HOOGWOUD +NLE00109148 52.3667 5.7000 4.0 HULSHORST +NLE00109152 51.4831 5.8831 31.0 IJSSELSTEYN (L) +NLE00109154 52.9667 5.8167 0.0 JOURE +NLE00109156 51.4831 3.9500 0.0 KAPELLE +NLE00109160 51.3831 4.0331 1.0 KLOOSTERZANDE +NLE00109163 52.7831 4.9000 -2.0 KOLHORN +NLE00109164 53.2831 6.1331 1.0 KOLLUM +NLE00109166 52.1831 5.8331 39.0 KOOTWIJK +NLE00109168 53.0667 5.3331 3.0 KORNWERDERZAND +NLE00109170 51.5667 3.8331 1.0 KORTGENE +NLE00109172 51.4331 4.0997 1.0 KRABBENDIJKE +NLE00109174 52.8667 5.1000 2.0 KREILEROORD +NLE00109176 52.7831 5.8500 5.0 KUINRE +NLE00109178 52.9167 6.5331 16.0 LAAGHALEN +NLE00109180 52.2500 5.2000 15.0 LAREN +NLE00109182 51.3331 5.5331 25.0 LEENDE +NLE00109184 52.1331 4.4831 0.0 LEIDEN +NLE00109186 52.0000 6.5667 19.0 LICHTENVOORDE +NLE00109190 52.3500 4.7500 -5.0 LIJNDEN (NH) +NLE00109192 52.2667 4.5500 5.0 LISSE +NLE00109194 52.1500 6.3831 12.0 LOCHEM +NLE00109196 52.0831 5.6000 13.0 LUNTEREN +NLE00109198 51.3000 5.5831 28.0 MAARHEEZE +NLE00109200 51.9667 4.2500 -2.0 MAASLAND +NLE00109202 53.1500 6.2831 3.0 MARUM +NLE00109204 51.8167 5.5667 6.0 MEGEN +NLE00109206 51.4831 3.6000 -1.0 MIDDELBURG +NLE00109208 53.3167 6.6167 0.0 MIDDELSTUM +NLE00109210 51.6831 5.8000 17.0 MILL +NLE00109212 52.6167 5.7167 -4.0 NAGELE +NLE00109214 53.4500 5.7667 3.0 NES (AMELAND) +NLE00109216 53.2167 6.3500 1.0 NIEKERK +NLE00109218 52.9667 6.9500 7.0 NIEUW BUINEN +NLE00109220 51.8331 4.1167 0.0 NIEUW HELVOET +NLE00109222 51.7667 4.9331 0.0 NIEUWENDIJK (NB) +NLE00109224 53.2500 6.9831 -2.0 NIEUWOLDA +NLE00109226 52.2331 5.4667 0.0 NIJKERK +NLE00109228 50.7667 5.8167 160.0 NOORBEEK +NLE00109230 51.7000 3.9667 -1.0 NOORDGOUWE +NLE00109232 52.6831 4.8831 -2.0 OBDAM +NLE00109234 51.5000 5.3331 16.0 OIRSCHOT +NLE00109236 52.3831 5.9167 60.0 OLDEBROEK +NLE00109238 52.9000 6.0500 2.0 OLDEHOLTPADE +NLE00109240 53.1500 6.6667 0.0 ONNEN +NLE00109242 50.8000 5.7167 50.0 OOST MAARLAND +NLE00109244 53.3000 5.0831 6.0 OOST VLIELAND +NLE00109246 52.0167 5.8331 21.0 OOSTERBEEK +NLE00109248 51.7667 5.5331 4.0 OSS +NLE00109250 52.8667 5.5000 1.0 OUDEMIRDUM +NLE00109252 52.4000 4.6000 7.0 OVERVEEN +NLE00109255 52.5167 4.9500 -3.0 PURMEREND +NLE00109256 52.0831 6.7167 27.0 REKKEN +NLE00109258 51.2831 6.0831 27.0 REUVER +NLE00109260 52.5667 6.5667 8.0 RHEEZERVEEN +NLE00109262 51.4167 4.1831 1.0 RILLAND +NLE00109264 51.4667 3.6167 1.0 RITTHEM +NLE00109266 53.4331 6.7831 2.0 ROODESCHOOL +NLE00109268 52.6167 6.1831 1.0 ROUVEEN +NLE00109270 52.7167 6.2331 2.0 RUINERWOLD +NLE00109272 53.1667 6.7331 0.0 SAPPEMEER +NLE00109274 52.7831 4.8000 0.0 SCHAGEN +NLE00109276 53.4831 6.1831 2.0 SCHIERMONNIKOOG +NLE00109278 50.9331 5.8667 80.0 SCHINNEN +NLE00109280 50.9831 5.9831 55.0 SCHINVELD +NLE00109283 52.6831 6.9000 13.0 SCHOONEBEEK +NLE00109284 51.6500 6.0831 16.0 SIEBENGEWALD +NLE00109286 53.1167 5.6500 0.0 SKRINS +NLE00109288 53.0331 5.6331 0.0 SNEEK +NLE00109290 52.1667 5.3167 4.0 SOEST +NLE00109292 52.2500 5.4000 0.0 SPAKENBURG +NLE00109294 51.6331 5.8831 15.0 ST ANTHONIS +NLE00109296 51.2667 3.5000 1.0 ST KRUIS +NLE00109300 51.5831 4.0167 1.0 STAVENISSE +NLE00109302 51.5831 4.3331 1.0 STEENBERGEN (NB) +NLE00109304 52.6667 6.6831 9.0 STEENWIJKSMOER +NLE00109306 50.9667 5.7500 22.0 STEIN (L) +NLE00109308 51.1831 5.7167 31.0 STRAMPROY +NLE00109310 51.7667 4.5831 -1.0 STRIJEN +NLE00109312 51.3000 3.8667 2.0 TERNEUZEN +NLE00109316 51.5667 5.1331 11.0 TILBURG +NLE00109318 52.4000 6.7831 27.0 TUBBERGEN +NLE00109320 50.8500 5.9167 175.0 UBACHSBERG +NLE00109322 53.4000 6.6667 1.0 UITHUIZEN +NLE00109324 50.7831 6.0000 180.0 VAALS +NLE00109326 52.2831 5.9667 13.0 VAASSEN +NLE00109328 53.1000 6.8331 2.0 VEENDAM +NLE00109330 52.0331 5.6000 6.0 VEENENDAAL +NLE00109332 53.0500 6.4000 7.0 VEENHUIZEN (D) +NLE00109334 51.5167 6.0000 22.0 VENRAY +NLE00109336 52.5331 6.3500 4.0 VILSTEREN +NLE00109338 52.0831 5.0000 0.0 VLEUTEN +NLE00109340 52.1331 4.4331 -6.0 VOORSCHOTEN +NLE00109342 52.1831 5.6167 14.0 VOORTHUIZEN +NLE00109344 52.4500 6.5667 8.0 VROOMSHOOP +NLE00109346 51.5831 3.5831 16.0 VROUWENPOLDER +NLE00109348 51.9667 5.6500 15.0 WAGENINGEN (PD) +NLE00109350 52.4331 6.0831 2.0 WAPENVELD +NLE00109352 51.2500 5.7000 32.0 WEERT +NLE00109354 52.5831 4.9000 -3.0 WEST BEEMSTER +NLE00109356 51.5331 3.4500 1.0 WESTKAPELLE +NLE00109358 51.9667 5.3167 6.0 WIJK BIJ DUURSTEDE +NLE00109360 53.1331 7.0500 0.0 WINSCHOTEN +NLE00109362 51.5331 3.7331 1.0 WOLPHAARTSDIJK +NLE00109364 53.2667 6.7167 -1.0 WOLTERSUM +NLE00109366 51.9167 6.7331 48.0 WOOLD +NLE00109368 52.4167 4.8331 18.0 ZAANDAM (HEMBRUG) +NLE00109370 51.8000 5.2667 3.0 ZALTBOMMEL +NLE00109372 52.3831 5.3667 -3.0 ZEEWOLDE +NLE00109374 52.3000 5.4167 -3.0 ZEEWOLDE (SCHILLINKWEG) +NLE00109376 52.1331 4.8331 -2.0 ZEGVELD +NLE00109378 51.9331 5.7167 8.0 ZETTEN +NLE00109380 52.0667 4.5331 -5.0 ZOETERMEER +NLE00109382 52.5331 6.1331 2.0 ZWOLLE +NLE00109388 51.4167 5.4831 18.0 EINDHOVEN-1 +NLE00113670 54.3256 2.9356 43.0 D15-FA-1 +NLE00113676 53.2692 3.6278 42.0 K14-FA-1C +NLE00113682 55.3992 3.8103 48.0 A12-CPP +NLE00113688 54.1167 4.0119 43.0 F16-A +NLE00113694 53.6142 4.9603 0.0 L9-FF-1 +NLE00113700 53.4917 5.9417 41.0 AWG-1 +NLE00113706 53.8242 2.9453 46.0 J6-A +NLE00113712 52.9181 4.1503 51.0 HOORN-A +NLE00113724 53.2178 3.2203 38.0 K13 +NLE00113730 51.9256 3.6700 23.0 LICHTEILAND_GOEREE +NLE00113736 51.9978 3.2750 19.0 EUROPLATFORM +NLE00113742 51.8917 4.3125 4.0 ROTTERDAM-GEULHAVEN +NLE00141789 51.9667 5.6331 7.0 WAGENINGEN - HAARWEG +NLE00152462 51.9814 5.6217 5.0 WAGENINGEN - VEENKAMPEN +NLE00152468 52.9267 4.7808 1.0 DE KOOY +NLE00152470 53.1233 6.5844 5.0 EELDE +NLE00152473 52.7017 5.8875 -3.0 MARKNESSE +NLE00152474 53.4117 6.1992 3.0 LAUWERSOOG +NLE00152475 52.5053 4.6031 9.0 WIJK AAN ZEE +NLE00152476 51.9692 4.9256 -1.0 CABAUW +NLE00152477 51.6581 5.7067 20.0 VOLKEL +NLE00152478 52.6428 4.9789 -2.0 BERKHOUT +NLE00152479 52.4342 6.2589 4.0 HEINO +NLE00152480 52.0678 6.6567 29.0 HUPSEL +NLE00152481 51.4969 6.1958 20.0 ARCEN +NLE00152482 51.8578 5.1453 1.0 HERWIJNEN +NLE00152483 53.1942 7.1492 0.0 NIEUW BEERTA +NLE00152484 51.5256 3.8833 2.0 WILHELMINADORP +NLE00152485 52.3156 4.7903 -3.0 SCHIPHOL +NLE00152486 53.3908 5.3456 1.0 HOORN TERSCHELLING +NLE00152487 52.1256 5.2733 14.0 SOESTERBERG +NLE00152488 52.8967 5.3831 -1.0 STAVOREN +NLE00152489 52.4569 5.5194 -4.0 LELYSTAD +NLE00152490 51.9606 4.4467 -4.0 ROTTERDAM +NLE00152491 51.5650 4.9353 11.0 GILZE-RIJEN +NLE00152492 51.1967 5.7625 30.0 ELL +NLE00152494 51.9908 4.1217 12.0 HOEK VAN HOLLAND +NLE00152495 53.2231 5.7517 0.0 LEEUWARDEN +NLE00152497 52.0550 5.8719 50.0 DEELEN +NLE00152498 52.7489 6.5731 16.0 HOOGEVEEN +NLE00152499 51.4494 5.3767 23.0 EINDHOVEN +NLE00152500 52.2731 6.8906 33.0 TWENTHE +NLE00152501 52.1703 4.4292 0.0 VALKENBURG +NLE00152502 51.2244 3.8608 2.0 WESTDORPE +NLE00155389 52.1394 4.4364 -1.0 VOORSCHOTEN +NLE00155415 53.2567 4.9731 1.0 VLIELAND_1 +NLE00155417 52.8856 5.3581 1.0 STAVOREN_1 +NLE00155419 53.2206 5.7542 2.0 LEEUWARDEN_1 +NLE00155421 52.4931 4.6142 6.0 WIJK_AAN_ZEE_1 +NLE00155423 52.7042 5.8900 -3.0 MARKNESSE_1 +NLE00155425 52.4367 6.2631 5.0 HEINO_1 +NLE00155427 52.4531 5.5281 -4.0 LELYSTAD_(EENDENWEG) +NLE00155429 51.8931 4.4231 4.0 RDAM-WAALHAVEN +NLE00155431 51.9853 4.1481 1.0 HOEK_VAN_HOLLAND_1 +NLE00155433 51.8958 4.6156 -2.0 KRIMPEN_AAN_DE_LEK +NLE00155435 52.0681 6.6400 26.0 HUPSEL_1 +NLE00155437 51.8228 5.1525 1.0 HERWIJNEN_1 +NLE00155439 51.5678 4.9331 14.0 GILZE-RIJEN_1 +NLE00155441 51.6581 5.7064 21.0 VOLKEL_1 +NLE00155443 51.4831 6.1839 19.0 ARCEN_1 +NLE00155445 51.4167 5.4800 18.0 WAALRE +NLE00155447 51.2831 6.0167 26.0 KESSEL-EIK +NLE00155454 52.3667 3.3500 24.0 P11-B +NLE00155464 54.8539 4.7275 0.0 F3-FB-1 +NLM00006235 52.9331 4.7500 0.0 DEN HELDER-1 06235 +NLM00006260 52.0989 5.1794 2.0 DE BILT GSN 06260 +NLM00006280 53.1167 6.5831 4.0 EELDE-1 06280 +NLM00006310 51.4500 3.6000 8.0 WEST SOUBURG 06310 +NLM00006380 50.9053 5.7617 114.0 MAASTRICHT 06380 +NNM00078866 18.0410 -63.1090 4.3 PRINCESS JULIANA INTL 78866 +NO000001026 69.6539 18.9281 100.0 TROMSO GSN 01026 +NO000001212 62.8667 6.5331 8.0 ONA HUSOY GSN 01212 +NO000001465 58.3831 8.7917 12.0 TORUNGEN FYR GSN 01465 +NO000005350 60.3883 11.5603 147.0 NORD ODAL +NO000011520 67.2670 14.3670 13.0 BODO VI GSN 01152 +NO000014030 59.3000 4.8830 56.0 UTSIRA FYR GSN 01403 +NO000016740 62.1000 9.0500 626.0 KJOEREMSGRENDE 01235 +NO000047020 59.3500 5.8000 55.0 NEDSTRAND 01404 +NO000050350 60.4600 5.9000 370.0 SAMNANGER +NO000050540 60.3831 5.3331 12.0 BERGEN FLORIDA 01317 +NO000050550 60.4000 5.3170 40.0 BERGEN-FREDRIKSBERG 01316 +NO000068330 63.2000 11.1170 242.0 SELBU-STUBBE 01274 +NO000080700 66.8167 13.9831 39.0 GLOMFJORD 01113 +NO000086850 68.8167 14.8000 3.0 BARKESTAD +NO000093300 69.5830 23.5330 374.0 SUOLOVUOPMI 01051 +NO000097250 69.4667 25.5031 129.0 KARASJOK 01065 +NO000098550 70.3670 31.1000 15.0 VARDO GSN 01098 +NO000099710 74.5167 19.0167 16.0 BJOERNOEYA GSN 01028 +NOE00100569 63.2089 11.1156 255.0 LIEN I SELBU +NOE00100570 58.2153 7.8906 151.0 MESTAD I ODDERNES +NOE00100574 60.6458 6.2233 323.0 BULKEN +NOE00100575 59.1225 11.3883 8.0 HALDEN +NOE00104443 68.1503 14.6506 11.0 SKROVA FYR +NOE00105467 67.2669 14.3589 11.0 BODOE VI 01152 +NOE00105472 59.0267 10.5300 6.0 FAERDER FYR +NOE00105476 76.5000 25.0667 6.0 HOPEN +NOE00105482 60.5683 9.1217 167.0 NESBYEN-SKOGLUND +NOE00105483 58.0667 8.0506 9.0 OKSOEY FYR +NOE00105492 59.3078 4.8781 55.0 UTSIRA FYR +NOE00105494 70.3669 31.0844 14.0 VARDOE +NOE00105498 69.4633 25.5019 131.0 KARASJOK-MARKANNJARGA 01065 +NOE00105503 60.5669 9.1333 166.0 NESBYEN-TODOKK 01373 +NOE00105505 69.5794 23.5342 381.0 SUOLOVUOPMI-LULIT +NOE00109394 69.0589 18.5403 76.0 BARDUFOSS +NOE00109459 71.0931 23.9950 13.0 FRUHOLMEN FYR +NOE00109476 70.4003 28.2003 10.0 RUSTEFJELBMA +NOE00109485 68.7553 23.5383 382.0 SIHCCAJAVRI +NOE00109497 69.5881 23.5317 377.0 SUOLOVUOPMI +NOE00109514 60.1881 11.0742 202.0 GARDERMOEN SOR 01384 +NOE00109543 59.6631 9.6500 168.0 KONGSBERG IV +NOE00109552 59.6631 9.6481 171.0 KONGSBERG II/III +NOE00109561 59.6244 9.6378 170.0 KONGSBERG BRANNSTASJON +NOE00109570 60.5667 9.1000 164.0 NESBYEN +NOE00109579 60.5667 9.1331 165.0 NESBYEN II +NOE00109604 63.7003 9.6014 10.0 ORLAND 01241 +NOE00109613 62.5669 11.3833 628.0 ROROS +NOE00109622 62.5769 11.3517 625.0 ROROS AIRPORT +NOE00109631 57.9831 7.0481 13.0 LINDESNES FYR +NOE00109640 58.1100 6.5681 14.0 LISTA FYR +NOE00109653 58.6333 9.1503 4.0 LYNGOR FYR +NOE00109671 59.6483 6.3631 5.0 SAUDA +NOE00109680 58.8842 5.6367 7.0 SOLA 01415 +NOE00109701 61.1592 11.4425 240.0 RENA - HAUGEDALEN +NOE00109710 61.1331 11.3831 225.0 RENA +NOE00109719 62.8667 6.5500 11.0 ONA +NOE00109737 62.8594 6.5392 13.0 ONA II 01212 +NOE00109746 62.2333 7.4167 15.0 TAFJORD +NOE00109759 59.0269 8.5206 252.0 TVEITSUND +NOE00109768 61.0267 5.3850 38.0 TAKLE +NOE00109777 71.0839 28.2178 8.0 SLETTNES FYR +NOE00109786 59.0358 11.0517 17.0 HVALER +NOE00109795 59.1478 11.5594 114.0 BREKKE SLUSE +NOE00109804 59.3078 11.1314 31.0 BATEROD +NOE00109813 59.6356 11.0478 144.0 IGSI I HOBOL +NOE00109822 59.3167 10.8167 14.0 RADE - TOMB +NOE00109831 59.4808 11.6517 123.0 ORJE +NOE00109840 58.3831 10.7881 40.0 RYGGE +NOE00109849 59.2856 11.1144 57.0 SARPSBORG +NOE00109858 59.3006 11.6606 113.0 STROMSFOSS SLUSE +NOE00109867 59.4339 10.6667 31.0 MOSS +NOE00109876 59.4428 10.6842 32.0 MOSS BRANNSTASJON +NOE00109885 59.8558 10.4367 163.0 ASKER +NOE00109894 60.2981 11.1631 181.0 EIDSVOLL VERK +NOE00109903 60.0508 10.6864 360.0 BJORNHOLT +NOE00109912 60.0369 10.5978 319.0 KJELSAS I SORKEDALEN +NOE00109921 59.9689 10.7931 173.0 MARIDALSOSET +NOE00109930 59.8728 10.7925 118.0 NORDSTRAND +NOE00109939 59.9844 10.6692 514.0 TRYVASSHOGDA +NOE00109948 61.8903 10.1417 749.0 ATNSJOEN +NOE00109957 62.4328 10.4169 690.0 BLANKTJERNMOEN I KVIKNE +NOE00109966 61.8869 12.0481 672.0 DREVSJO +NOE00109975 60.7508 11.2064 218.0 JONSBERG LANDBRUKSSKOLE +NOE00109984 60.7806 10.8117 128.0 KISE PA HEDMARK +NOE00109993 62.5967 10.2714 550.0 KVIKNE I OSTERDAL +NOE00110002 60.7914 10.9589 205.0 NES PA HEDMARK +NOE00110011 61.1356 12.5053 333.0 PLASSEN +NOE00110020 61.2431 8.8556 754.0 BEITO +NOE00110029 60.9528 10.5969 190.0 BIRI +NOE00110038 60.9181 9.2903 639.0 ABJORSBRATEN +NOE00110047 61.7206 8.2442 701.0 BOVERDAL +NOE00110056 61.4167 9.5344 752.0 ESPEDALEN +NOE00110065 60.2942 10.5803 372.0 LUNNER +NOE00110074 60.8006 10.1169 156.0 ODNES +NOE00110083 61.9214 9.0131 823.0 PRESTSTULEN +NOE00110092 60.8353 9.4931 628.0 REINLI +NOE00110101 61.9017 8.1719 432.0 SKJAK +NOE00110110 61.8778 8.4717 372.0 SKJAK II +NOE00110119 60.7000 10.8667 264.0 OSTRE TOTEN - APELSVOLL +NOE00110128 61.1258 8.5817 477.0 VANG I VALDRES +NOE00110137 61.8628 9.0833 371.0 VAGA - KLONES +NOE00110146 60.1392 10.1767 77.0 ASK PA RINGERIKE +NOE00110156 60.6781 8.0108 969.0 BAKKO I HOL +NOE00110164 60.5317 8.1481 841.0 GEILO +NOE00110173 60.1378 9.5967 367.0 GRIMELI I KRODSHERAD +NOE00110182 60.3828 9.6067 142.0 GULSVIK II +NOE00110191 60.0119 9.5100 402.0 HIASEN I SIGDAL +NOE00110204 60.1089 10.2967 66.0 HOLE +NOE00110213 60.6383 8.5658 706.0 AL III +NOE00110222 60.2381 9.9258 140.0 SOKNA II +NOE00110231 60.4633 8.7525 870.0 TUNHOVD +NOE00110240 59.1956 9.9681 31.0 HEDRUM +NOE00110249 59.0531 10.0269 28.0 LARVIK +NOE00110258 59.1328 10.2164 6.0 SANDEFJORD +NOE00110268 59.3800 7.8289 74.0 BORSAE +NOE00110276 59.3239 8.1519 532.0 FOLDSAE +NOE00110285 59.3831 9.1831 26.0 GVARV +NOE00110294 59.3867 9.2017 71.0 GVARV - LINDEM +NOE00110303 59.3831 9.2014 93.0 GVARV - NES +NOE00110312 59.1442 9.2669 113.0 HOIDALEN I SOLUM +NOE00110321 59.0092 8.2733 287.0 KILEGREND +NOE00110330 59.4550 9.0369 354.0 LIFJELL +NOE00110339 60.0181 7.9144 954.0 MOGEN +NOE00110348 59.5500 9.2642 34.0 NOTODDEN +NOE00110357 59.2644 8.7750 464.0 POSTMYR I DRANGEDAL +NOE00110366 59.7044 8.0364 715.0 RAULAND +NOE00110375 59.8792 8.5764 300.0 RJUKAN +NOE00110384 59.7453 8.8100 464.0 TUDDAL +NOE00110393 58.8869 8.9483 240.0 GJERSTAD I AUST-AGDER +NOE00110402 58.5169 8.3533 85.0 HEREFOSS +NOE00110411 58.6331 8.2817 245.0 MYKLAND +NOE00110420 58.7931 8.2342 227.0 TOVDAL +NOE00110429 58.4117 6.6581 75.0 BAKKE +NOE00110438 58.2817 6.8181 26.0 FEDAFJORDEN II +NOE00110447 58.2003 8.0681 12.0 KJEVIK +NOE00110464 58.6578 6.9464 348.0 RISNES I FJOTLAND +NOE00110473 58.6156 7.4067 278.0 ASERAL +NOE00110482 58.2219 7.3369 38.0 VIGMOSTAD +NOE00110491 58.9464 6.9192 582.0 OVRE SIRDAL +NOE00110500 58.2842 6.6494 5.0 FLEKKEFJORD +NOE00110509 59.0775 6.0200 64.0 BJORHEIM I RYFYLKE +NOE00110518 58.4528 6.0031 4.0 EGERSUND +NOE00110527 58.6944 5.6417 19.0 HOGNESTAD +NOE00110536 59.5556 5.9956 159.0 HUNDSEID I VIKEDAL +NOE00110545 58.3253 6.3594 136.0 JOSSINGFJORD +NOE00110554 59.0567 6.6492 9.0 LYSEBOTN +NOE00110563 58.7658 6.3694 311.0 MAUDAL +NOE00110572 58.6592 5.5553 24.0 OBRESTAD FYR +NOE00110581 58.6842 5.9844 263.0 SOYLAND I GJESDAL +NOE00110590 58.9569 5.7300 72.0 STAVANGER - VALAND +NOE00110599 59.5883 6.8089 333.0 SULDALSVATN +NOE00110608 58.8183 5.9203 230.0 SVILAND +NOE00110617 60.8028 6.1503 450.0 EKSINGEDAL +NOE00110626 59.6644 5.9656 35.0 ETNE +NOE00110635 60.2731 5.3314 54.0 FANA - STEND +NOE00110644 60.4083 7.2794 735.0 FET I EIDFJORD +NOE00110653 60.2892 5.2264 48.0 BERGEN/FLESLAND +NOE00110662 60.8481 5.2169 13.0 FROYSET +NOE00110671 60.8289 6.2500 579.0 GULLBRA +NOE00110680 60.0419 5.9056 45.0 HATLESTRAND +NOE00110689 59.6567 5.2594 83.0 LITLEDAL +NOE00110698 60.6883 5.9644 316.0 OVSTEDAL +NOE00110707 59.8292 6.8253 393.0 ROLDAL +NOE00110716 59.9908 6.0239 51.0 ROSENDAL +NOE00110725 59.9081 5.0681 25.0 SLATTEROY FYR +NOE00110734 61.8317 5.6683 24.0 ALFOTEN II +NOE00110743 60.9031 7.2017 15.0 AURLAND +NOE00110752 61.5358 6.0603 237.0 BOTNEN I FORDE +NOE00110761 60.9592 5.4267 240.0 BREKKE I SOGN +NOE00110770 61.6942 6.8094 40.0 BRIKSDAL +NOE00110779 61.2925 7.1883 246.0 HAFSLO +NOE00110788 61.4203 6.3756 329.0 HAUKEDAL +NOE00110797 62.0031 6.6508 340.0 HORNINDAL +NOE00110806 61.2342 5.4319 60.0 HOVLANDSDAL +NOE00110815 61.1119 5.5467 31.0 LAVIK +NOE00110824 61.1092 8.0358 806.0 MARISTOVA +NOE00110833 61.7133 6.6164 315.0 MYKLEBUST I BREIM +NOE00110842 61.2164 5.7514 350.0 RORVIKVATN VED VADHEIM +NOE00110851 61.3344 6.9333 421.0 SOGNDAL - SELSENG +NOE00110860 62.1478 5.2139 75.0 STADLANDET +NOE00110869 61.0728 6.5814 65.0 VIK I SOGN III +NOE00110878 61.0044 4.6756 3.0 YTRE SOLUND +NOE00110887 62.5656 7.6769 20.0 ANDALSNES +NOE00110896 62.8914 7.3906 49.0 EIDE PA NORDMORE +NOE00110905 62.9758 8.2428 12.0 HALSAFJORD II +NOE00110914 62.9089 7.2453 80.0 HUSTADVATN +NOE00110923 62.2478 7.2414 28.0 NORDDAL +NOE00110932 62.6856 8.4242 47.0 OKSENDAL +NOE00110941 62.4789 6.8200 4.0 ORSKOG +NOE00110950 63.0381 9.2206 228.0 RINDAL +NOE00110959 62.6750 8.5589 6.0 SUNNDALSORA III +NOE00110968 63.0050 9.0114 39.0 SURNADAL +NOE00110977 62.3417 8.0517 247.0 VERMA +NOE00110986 63.0558 11.5692 302.0 AUNET +NOE00110995 62.6739 11.4542 685.0 AURSUND +NOE00111004 64.2450 10.3278 12.0 BESSAKER +NOE00111013 63.6233 8.7356 23.0 HITRA +NOE00111022 63.2950 9.7481 84.0 SKJENALDFOSSEN I ORKDAL +NOE00111031 63.3300 9.6450 300.0 SONGLI +NOE00111040 63.4106 10.4533 127.0 TRONDHEIM - VOLL +NOE00111049 64.3317 11.5444 62.0 BANGDALEN +NOE00111058 63.4403 11.2564 33.0 HEGRA II +NOE00111067 64.0531 11.0558 315.0 HOLDEN +NOE00111084 64.8383 11.9567 44.0 LIAFOSS +NOE00111093 64.2506 11.2003 86.0 NAMDALSEID +NOE00111102 64.7419 12.8458 140.0 NAMSSKOGAN +NOE00111111 64.7978 10.5492 33.0 NORDOYAN FYR +NOE00111120 63.4875 11.3553 175.0 OSTAS I HEGRA +NOE00111129 63.8392 12.0231 110.0 SKJAEKERFOSSEN +NOE00111138 64.2430 13.7706 370.0 SORLI +NOE00111147 64.6842 13.6567 376.0 TUNNSJO +NOE00111156 68.9144 15.2106 18.0 ALSVAG I VERSTERALEN II +NOE00111165 67.2831 14.4667 33.0 BODOE - VAGONES +NOE00111175 67.3556 14.8544 7.0 HEGGMOEN VED BODOE +NOE00111183 66.0667 12.9156 53.0 LEIRFJORD +NOE00111192 68.1406 13.6094 13.0 LEKNES I LOFOTEN +NOE00111201 66.3894 13.1869 115.0 LUROY +NOE00111210 65.1228 12.3733 17.0 OKSNINGOY +NOE00111219 67.9217 15.1169 35.0 STEIGEN +NOE00111228 67.1344 16.0708 142.0 SULITJELMA +NOE00111237 65.3583 14.2606 498.0 SUSENDAL +NOE00111246 65.8303 13.9067 439.0 TUSTERVATNET II +NOE00111255 65.8167 13.9000 380.0 TUSTERVATNET +NOE00111264 68.6456 18.2456 230.0 BONES I BARDU +NOE00111273 68.7781 19.7100 228.0 DIVIDALEN +NOE00111283 68.6089 16.4944 7.0 GAUSVIK +NOE00111291 68.6578 18.8192 314.0 INNSET I BARDU +NOE00111300 68.8606 18.3375 114.0 SAETERMOEN II +NOE00111309 69.2469 19.2308 27.0 STORSTEINNES I BALSFJORD +NOE00111318 70.2456 19.5006 21.0 TORSVAG FYR +NOE00111327 69.3667 24.4331 286.0 CUOVDDATMOHKKI +NOE00111336 68.9967 23.0333 307.0 KAUTOKEINO +NOE00111345 69.0167 23.0339 330.0 KAUTOKEINO II +NOE00111354 70.7006 30.0681 9.0 MAKKAUR FYR +NOE00111363 78.0667 13.6331 7.0 ISFJORD RADIO +NOE00111372 77.8831 16.7167 9.0 SVEAGRUVA +NOE00111381 66.0000 2.0000 6.0 MIKE +NOE00112071 63.5000 10.8900 12.0 VAERNES 01271 +NOE00112080 69.3000 16.1497 14.0 ANDOYA +NOE00112089 64.1600 12.4700 195.0 KJOBLI I SNAASA +NOE00132870 59.8831 11.5831 131.0 BJORKELANGEN +NOE00132882 59.8894 11.5814 135.0 BJORKELANGEN II +NOE00132894 60.1742 11.0508 187.0 UKKESTAD +NOE00132906 59.8094 10.6325 104.0 BLEKSLITJERN +NOE00132918 59.6667 10.8000 120.0 AS - RUSTADSKOGEN +NOE00132930 59.9064 10.5158 67.0 GJETTUM +NOE00132942 59.9400 10.6219 125.0 OVREVOLL +NOE00132954 58.8033 9.0981 42.0 EIKELAND +NOE00132966 58.7181 9.2103 36.0 RISOR BRANNSTASJON +NOE00132978 58.4681 8.7592 44.0 ARENDAL BRANNSTASJON +NOE00132990 58.5967 8.7167 63.0 BOYLEFOSS +NOE00133002 58.6581 8.6314 142.0 NELAUG +NOE00133014 58.3400 8.5225 6.0 LANDVIK +NOE00133026 58.5228 8.0414 259.0 DOVLAND +NOE00133038 59.3517 7.3467 599.0 BYKLE - KULTRAN +NOE00133050 58.6667 7.8000 207.0 BYGLANDSFJORD +NOE00133062 58.6656 7.8117 206.0 BYGLANDSFJORD II +NOE00133075 58.6669 7.8008 212.0 BYGLANDSFJORD - SOLBAKKEN +NOE00133087 59.8681 10.0564 375.0 GLITRE +NOE00133098 60.7192 8.9475 542.0 GOL - STAKE +NOE00133110 69.9775 23.3581 3.0 ALTA LUFTHAVN +NOE00133122 70.6805 23.6769 81.0 HAMMERFEST LUFTHAVN +NOE00133138 71.0106 25.9781 14.0 HONNINGSVAG LUFTHAVN +NOE00133150 71.0331 27.8294 13.0 MEHAMN LUFTHAVN +NOE00133162 70.8706 29.0344 13.0 BERLEVAG LUFTHAVN +NOE00133170 70.3992 23.6256 38.0 PORSA II +NOE00133182 70.7731 25.6158 3.0 REPVAG +NOE00133194 70.0189 27.4139 51.0 SIRBMA +NOE00133210 70.0653 29.8353 39.0 VADSO LUFTHAVN +NOE00133218 69.7039 29.2519 44.0 VEINES I NEIDEN +NOE00133230 69.3731 29.6944 55.0 SKOGFOSS +NOE00133242 61.5581 12.4989 564.0 LINNES +NOE00133254 61.6844 11.9964 481.0 HEGGERISET - NORDSTRAND +NOE00133266 62.2039 11.4525 713.0 ELLEFSPLASS +NOE00133278 61.7914 10.5028 535.0 ATNDALEN - RONNINGEN +NOE00133290 61.9725 10.0289 731.0 ATNDALEN - ERIKSRUD +NOE00133302 60.8008 11.0978 132.0 HAMAR II +NOE00133314 60.8181 11.0694 221.0 HAMAR - STAVSBERG +NOE00133326 60.9167 11.6000 221.0 ELVERUM - VIER +NOE00133338 60.9000 11.5831 190.0 ELVERUM II +NOE00133350 60.8831 11.5667 188.0 ELVERUM +NOE00133362 62.0756 12.1719 794.0 VALDALEN +NOE00133374 60.9106 11.5931 230.0 ELVERUM - FAGERTUN +NOE00133386 61.6967 11.2056 260.0 AKRESTROMMEN +NOE00133398 60.9531 10.6808 161.0 VEA +NOE00133411 61.1142 10.6719 520.0 MESNA - TYRIA +NOE00133422 59.8592 6.2783 178.0 EIKEMO +NOE00133434 59.8642 5.7694 13.0 HUSNES +NOE00133446 60.6231 5.3806 72.0 EIKANGER - MYR +NOE00133458 60.7939 6.6928 460.0 BRANDSET +NOE00133470 59.8339 6.9914 1079.0 MIDTLAEGER +NOE00133482 59.8581 6.0167 38.0 OPSTVEIT +NOE00133494 60.1319 6.3306 33.0 MAURANGER KRAFTSTASJON +NOE00133506 60.2803 6.3828 342.0 KVALE +NOE00133518 60.3789 6.1928 108.0 OYSTESE - BORGE +NOE00133531 60.5539 6.0256 514.0 KALDESTAD +NOE00133542 60.8739 5.5933 7.0 MATRE KRAFTSTASJON +NOE00133554 60.9003 6.7242 614.0 JORDALEN - NASEN +NOE00133566 62.1031 5.5817 41.0 FISKABYGD +NOE00133578 62.3289 7.5128 312.0 GRONNING +NOE00133590 62.4644 6.3958 27.0 BRUSDALSVATN II +NOE00133602 62.6033 6.3239 13.0 HILDRE +NOE00133614 62.6633 8.1064 14.0 ERESFJORD +NOE00133626 62.8050 7.7003 20.0 ISTAD KRAFTSTASJON +NOE00133638 62.5092 8.9769 698.0 HAFSAS +NOE00133650 62.3292 5.2681 38.0 SVINOY FYR +NOE00133666 62.7442 7.2617 3.0 MOLDE LUFTHAVN +NOE00133674 63.1253 7.7042 39.0 KRISTIANSUND - KARIHOLA +NOE00133690 63.1092 7.8156 62.0 KRISTIANSUND LUFTHAVN +NOE00133698 62.8053 8.5044 92.0 REINSET KRAFTSTASJON +NOE00133710 63.4194 8.0631 30.0 SMOLA - MOLDSTAD +NOE00133726 62.1808 6.0806 74.0 ORSTA-VOLDA LUFTHAVN +NOE00133734 62.2028 6.4656 21.0 SAEBO +NOE00133746 62.5617 6.1150 22.0 VIGRA +NOE00133758 62.8344 8.5214 5.0 ALVUNDFJORD +NOE00133774 65.4567 12.2181 9.0 BRONNOYSUND LUFTHAVN +NOE00133782 66.2169 13.3917 39.0 BARDAL +NOE00133794 65.7964 14.4869 510.0 FAMVATNET +NOE00133806 68.3303 16.7881 53.0 BJORKASEN +NOE00133822 68.4908 16.6831 26.0 EVENES LUFTHAVN +NOE00133830 66.7430 15.4500 511.0 LONSDAL +NOE00133842 67.5383 14.8403 15.0 KJERRINGOY - OS +NOE00133854 68.3203 14.6531 3.0 KVITFOSSEN I VAGAN +NOE00133867 68.2358 14.4739 29.0 KONGSMARKA +NOE00133878 68.1550 13.6150 26.0 LEKNES LUFTHAVN +NOE00133894 65.9606 12.4714 17.0 SANDNESSJOEN LH - STOKKA +NOE00133902 66.3067 14.1542 41.0 MO I RANA III +NOE00133914 66.9708 14.1542 11.0 SUNDSFJORD +NOE00133926 67.3606 15.5892 3.0 VALLJORD +NOE00133942 68.4394 17.3883 31.0 NARVIK LUFTHAVN +NOE00133954 68.2453 14.6692 9.0 SVOLVAER LUFTHAVN +NOE00133962 67.9317 13.0917 17.0 REINE +NOE00133978 68.5800 15.0292 3.0 STOKMARKNES LH - SKAGEN +NOE00133990 66.3642 14.3014 70.0 MO I RANA LUFTHAVN +NOE00133998 63.7200 11.5433 182.0 BURAN +NOE00134010 63.9364 11.4167 20.0 MAERE +NOE00134022 63.6856 10.6075 138.0 LEKSVIK - MYRAN +NOE00134038 64.4706 11.5706 2.0 NAMSOS LUFTHAVN +NOE00134046 64.5228 11.2806 36.0 OTTEROY +NOE00134058 63.8006 12.3869 368.0 VERA +NOE00134070 64.1167 11.7394 50.0 UTGARD +NOE00134082 64.4808 11.8381 26.0 OVERHALLA - UNNSET +NOE00134094 65.2019 10.9964 23.0 SKLINNA FYR +NOE00134106 61.4628 10.3178 780.0 SORE BREKKOM +NOE00134118 61.6514 10.1083 930.0 VENABU +NOE00134130 61.6642 9.9742 666.0 HOVDGRENDA +NOE00134142 61.5158 9.4083 630.0 OLSTAPPEN +NOE00134154 62.1056 8.9192 551.0 LESJA - SVANBORG +NOE00134166 61.5644 7.9978 1413.0 SOGNEFJELLHYTTA +NOE00134178 60.5953 10.6403 406.0 EINAVATN +NOE00134190 61.8733 9.0928 371.0 VAGAMO - N GRINDSTUGU +NOE00134202 61.8903 9.4717 935.0 HOVRINGEN +NOE00134214 61.1217 9.0631 521.0 LOKEN I VOLBU +NOE00134226 61.1781 8.1125 956.0 FILEFJELL - KYRKJESTOLANE +NOE00134238 60.6167 9.7167 503.0 HEDAL I VALDRES +NOE00134250 60.6194 9.7258 474.0 HEDAL I VALDRES II +NOE00134262 59.9667 10.9331 200.0 OSLO - VESTLI +NOE00134274 59.9419 10.7200 94.0 OSLO - BLINDERN PLU +NOE00134286 59.5869 11.1658 141.0 ASKIM II +NOE00134298 59.4964 11.0131 131.0 FLOTER +NOE00134310 58.7550 6.0133 280.0 HELLAND I GJESDAL +NOE00134322 58.9056 5.9669 2.0 IMS +NOE00134334 59.2692 5.2631 19.0 KARMOY - BREKKEVANN +NOE00134350 59.3494 5.1978 24.0 HAUGESUND LUFTHAVN +NOE00134358 59.3200 5.3192 8.0 KARMOY - HYDRO +NOE00134370 58.8658 5.7619 19.0 SANDNES - ROVIK +NOE00134382 58.8283 6.0553 44.0 OLTEDAL +NOE00134394 59.4792 6.2758 25.0 SAND I RYFYLKE II +NOE00134406 59.6494 6.8203 72.0 NESFLATEN +NOE00134418 59.4839 5.7506 64.0 NEDRE VATS +NOE00134430 61.0689 6.9342 32.0 FRESVIK +NOE00134442 61.0589 7.8194 407.0 BORGUND - LO +NOE00134454 61.2928 5.0442 7.0 FURENESET +NOE00134470 61.5831 5.0278 9.0 FLORO LUFTHAVN +NOE00134478 61.6592 5.9467 230.0 GJENGEDAL +NOE00134490 61.9181 6.0392 34.0 NORDFJORDEID - NYMARK +NOE00134502 61.1083 6.1392 4.0 ORTNEVIK +NOE00134518 61.1581 7.1414 497.0 SOGNDAL LUFTHAVN +NOE00134526 61.5756 6.4900 205.0 SKEI I JOLSTER +NOE00134538 61.7881 6.1833 51.0 SANDANE +NOE00134554 61.8292 6.1042 60.0 SANDANE LUFTHAVN +NOE00134562 61.0067 8.0908 1124.0 OLJUSJO PUMPEKRAFTVERK +NOE00134574 61.3114 7.8181 28.0 OVRE ARDAL +NOE00134586 61.4781 7.0339 172.0 VEITASTROND +NOE00134598 61.7706 5.2989 3.0 SVELGEN II +NOE00134610 62.5739 9.6458 512.0 MJOEN +NOE00134634 63.3281 10.2733 13.0 LEINSTRAND +NOE00134646 62.9006 11.1725 290.0 HALTDALEN III +NOE00134658 63.2381 10.4353 165.0 LOKSMYR +NOE00134670 63.9178 10.4150 94.0 BREIVOLL +NOE00134682 64.4014 10.4550 18.0 BUHOLMRASA FYR +NOE00134694 62.6717 9.1978 596.0 ANGARDSVATNET +NOE00134706 63.2303 9.3489 306.0 SOVATNET +NOE00134718 62.8944 11.8633 730.0 STUGUDAL - KASEN +NOE00134730 64.1003 10.5292 280.0 AFJORD - MOMYR +NOE00134742 63.8467 8.4667 5.0 SULA +NOE00134754 63.8500 8.4667 28.0 SULA FYR +NOE00134766 78.9250 11.9300 42.0 NY-ALESUND I 01004 +NOE00134778 78.9230 11.9331 8.0 NY-ALESUND 01007 +NOE00134790 59.8867 9.0589 514.0 BERGELIGREND +NOE00134802 59.8394 8.1792 977.0 MOSSTRAND II +NOE00134815 59.6031 8.7131 162.0 HJARTDAL +NOE00134826 59.4064 8.4756 77.0 KVITESEID - MOEN +NOE00134838 59.1383 9.6500 12.0 PORSGRUNN BRANNSTASJON +NOE00134850 59.1831 9.5667 136.0 SKIEN - GEITERYGGEN +NOE00134862 59.8150 8.1364 946.0 MOSVATN - HAUG +NOE00134874 59.6478 8.3767 567.0 AMOTSDAL +NOE00134886 69.6006 17.8372 14.0 HEKKINGEN FYR 01015 +NOE00134898 69.6767 18.9131 8.0 TROMSO - LANGNES 01025 +NOE00134910 70.0139 19.5781 7.0 GRUNNFJORD - STAKKEN +NOE00134922 69.7889 20.9553 6.0 SORKJOSEN LUFTHAVN +NOE00134934 69.8333 21.8842 6.0 NORDSTRAUM I KVAENANGEN +NOE00134946 58.1506 8.0528 12.0 KRISTIANSAND - SOMSKLEIVA +NOE00134958 58.3181 7.5939 275.0 FINSLAND +NOE00134970 58.7878 7.3500 504.0 LJOSLAND - MONEN +NOE00134982 58.1317 7.0389 4.0 KVAVIK +NOE00134994 58.6642 6.7089 55.0 TONSTAD - NETTFED +NOE00135006 59.4156 10.4414 12.0 BORREVANNET +NOE00135018 59.2300 10.3481 26.0 MELSOM +NOE00135030 59.1842 10.2553 88.0 TORP +NOE00156679 59.9775 10.9778 143.0 SKEDSMO-HELLERUD +NOE00156703 59.6253 9.9531 21.0 HAKAVIK +NOE00156715 60.8028 11.2028 182.0 ILSENG +NOE00156727 60.5633 6.9325 42.0 ULVIK-HJELTNES +NOE00156739 62.2881 7.2169 24.0 LINGE +NOE00156755 68.4208 17.4803 1000.0 NARVIK-FAGERNESFJELLET +NOE00156763 68.6481 15.2828 14.0 SORTLAND-KLEIVA +NOE00156775 59.2306 10.9631 30.0 FREDRIKSTAD +NOE00156787 63.4244 10.5333 23.0 RANHEIM +NOE00156803 59.5667 9.2106 20.0 NOTODDEN FLYPLASS +NOE00156892 65.8667 12.1831 6.0 SKALVAER +NOE00156904 65.4144 13.3903 134.0 KAPSKARMO +NOE00156916 65.9925 13.3856 63.0 DREVJA +NOE00156928 66.0831 13.8331 10.0 KORGEN II +NOE00156940 64.6853 14.4864 594.0 KRUTA FJELLSTUE II +NOE00156952 65.9103 14.2719 399.0 ROSSVATN - HEGGMO +NOE00156964 66.4167 14.2667 250.0 NORD-RANA +NOE00156976 66.5067 14.9075 155.0 DUNDERLANDSDALEN +NOE00156988 66.3681 12.6442 7.0 NORD-SOLVAER +NOE00157000 66.5667 13.4831 14.0 NORDFJORDNES +NOE00157012 66.7606 12.4775 19.0 MYKEN +NOE00157024 67.0000 14.5831 5.0 BEIARN +NOE00157036 66.7500 15.7500 429.0 GRADDIS FJELLSTUE +NOE00157048 67.4256 13.9244 14.0 HELLIGVAER +NOE00157060 67.5342 15.4725 21.0 SORFOLD +NOE00157072 67.8331 14.7831 6.0 GROTOY +NOE00157084 67.7931 15.9869 76.0 KRAKMO +NOE00157096 68.0464 16.0339 60.0 DRAG I TYSFJORD +NOE00157108 68.1831 17.5500 56.0 SKJOMEN +NOE00157120 68.3753 17.4133 249.0 ANKENES +NOE00157132 68.4689 17.4919 32.0 NARVIK II +NOE00157145 68.5000 15.8831 9.0 KANSTADBOTN III +NOE00157156 67.8831 13.0500 31.0 GLAPEN FYR +NOE00157168 67.4103 11.8731 18.0 SKOMVAER FYR +NOE00157180 68.3425 13.9644 10.0 KVALNES I LOFOTEN +NOE00157192 68.6167 15.6000 9.0 SIGERFJORD II +NOE00157204 69.3233 16.1200 5.0 ANDENES +NOM00001114 66.9000 13.6330 8.0 REIPA 01114 +NOM00001233 62.0830 9.1170 638.0 DOMBAAS 01233 +NOM00001238 62.1167 9.2831 952.0 FOKSTUA GSN 01238 +NOM00001389 61.1830 11.3670 255.7 RENA AP 01389 +NOM00001492 59.9428 10.7206 94.0 OSLO BLINDERN 01492 +NP000444540 27.7000 85.3670 1337.0 KATHMANDU AIRPORT GSN 44454 +NPM00044477 26.9830 87.3500 1210.0 DHANKUTA 44477 +NSM00081225 5.4530 -55.1880 18.0 JOHAN A PENGEL INTL 81225 +NU000055002 12.9500 -85.8600 790.0 HACIENDA SAN FRANCISCO +NU000055016 12.8800 -86.4100 675.0 SAN DIONISIO +NU000055029 12.9300 -85.5300 475.0 GUASIMON +NU000069034 12.1000 -85.3670 90.0 JUIGALPA 78735 +NUM00078741 12.1410 -86.1680 59.1 MANAGUA INTL 78741 +NUW00011803 12.4833 -87.1833 4.3 CORINTO +NZ000093012 -35.1000 173.2670 54.0 KAITAIA 93119 +NZ000093292 -38.6500 177.9830 5.0 GISBORNE AERODROME GSN 93292 +NZ000093417 -40.9000 174.9830 7.0 PARAPARAUMU AWS GSN 93420 +NZ000093844 -46.4170 168.3330 2.0 INVERCARGILL AIRPOR GSN 93845 +NZ000093994 -29.2500 -177.9170 49.0 RAOUL ISL/KERMADEC 93997 +NZ000933090 -39.0170 174.1830 32.0 NEW PLYMOUTH AWS GSN 93309 +NZ000936150 -42.7170 170.9830 40.0 HOKITIKA AERODROME 93781 +NZ000937470 -44.5170 169.9000 488.0 TARA HILLS GSN 93747 +NZ000939450 -52.5500 169.1670 19.0 CAMPBELL ISLAND AWS GSN 93947 +NZ000939870 -43.9500 -176.5670 49.0 CHATHAM ISLANDS AWS 93987 +NZM00093110 -37.0000 174.8000 7.0 AUCKLAND AERO AWS 93110 +NZM00093439 -41.3330 174.8000 12.0 WELLINGTON AERO AWS 93439 +NZM00093678 -42.4170 173.7000 101.0 KAIKOURA 93678 +NZM00093781 -43.4890 172.5320 37.5 CHRISTCHURCH INTL 93781 +NZM00093929 -50.4830 166.3000 40.0 ENDERBY ISLAND AWS 93929 +PA000086033 -20.2300 -58.1670 96.0 BAHIA NEGRA 86033 +PA000086068 -22.0170 -60.6000 172.0 MARISCAL ESTIGARRIB 86068 +PA000086086 -22.2830 -57.9330 87.0 PUERTO CASADO GSN 86086 +PA000086134 -23.4300 -57.4170 74.0 CONCEPCION 86134 +PA000086218 -25.2500 -57.5100 101.0 ASUNCTION A. INTL +PA000086248 -25.5330 -54.6000 196.0 CIUDAD DEL ESTE 86248 +PA000086297 -27.3000 -55.9000 91.0 ENCARNACION GSN 86297 +PAM00086011 -19.5330 -59.3670 150.0 ADRIAN JARA 86011 +PAM00086065 -22.5500 -61.5500 220.0 PELAYO PRAT GILL 86065 +PAM00086097 -22.6000 -55.8330 652.0 PEDRO JUAN CABALLERO 86097 +PAM00086128 -23.5000 -58.7830 99.0 POZO COLORADO 86128 +PAM00086170 -24.7500 -58.8330 86.0 GRAL. BRUGUEZ 86170 +PAM00086185 -24.0670 -57.0830 80.0 SAN PEDRO 86185 +PAM00086192 -24.6670 -56.4330 192.0 SAN ESTANISLAO 86192 +PAM00086210 -24.0330 -54.3500 265.0 SALTOS DEL GUAIRA 86210 +PAM00086218 -25.2400 -57.5190 89.0 SILVIO PETTIROSSI INTL 86218 +PAM00086221 -25.6330 -57.1330 116.0 PARAGUARI 86221 +PAM00086233 -25.7670 -56.4330 161.0 VILLARRICA 86233 +PAM00086234 -25.4670 -56.4000 163.0 CORONEL OVIEDO 86234 +PAM00086246 -25.4500 -54.8330 236.0 AEROPUERTO INT. GUARANI 86246 +PAM00086255 -26.8500 -58.3170 56.0 PILAR 86255 +PAM00086260 -26.6670 -57.1500 126.0 SAN JUAN BAUTISTA 86260 +PAM00086268 -26.1830 -56.3670 140.0 CAAZAPA 86268 +PAM00086285 -26.9330 -55.2000 248.0 CAPITAN MEZA 86285 +PC000919640 -25.0670 -130.1000 265.0 PITCAIRN ISLAND C GSN 91964 +PE000084377 -3.7830 -73.3000 126.0 IQUITOS GSN 84377 +PE000084444 -6.2000 -77.8500 2540.0 CHACHAPOYAS 84444 +PE000084455 -6.5000 -76.3670 282.0 TARAPOTO GSN 84455 +PE000084721 -15.3830 -75.1670 60.0 SAN JUAN 84721 +PE000084752 -16.3320 -71.5670 2520.0 AREQUIPA GSN 84752 +PEM00084370 -3.5530 -80.3810 35.1 PEDRO CANGA 84370 +PEM00084390 -4.5770 -81.2540 86.0 CAPITAN MONTES 84390 +PEM00084401 -5.2060 -80.6160 35.4 CAPITAN FAP GUILLERMO CONCHA 84401 +PEM00084425 -5.8940 -76.1180 178.9 MOISES BENZAQUEN RENGIFO 84425 +PEM00084452 -6.7870 -79.8280 29.6 CAPT JOSE A QUINONES GONZALE 84452 +PEM00084472 -7.1390 -78.4890 2676.4 GEN FAP ARMANDO REVOREDO IGLE 84472 +PEM00084474 -7.1690 -76.7290 349.9 JUANJUI 84474 +PEM00084501 -8.0810 -79.1090 32.3 CAPITAN CARLOS MARTINEZ DE PI 84501 +PEM00084515 -8.3780 -74.5740 156.4 CAP FAP DAVID ABENZUR RENGIFO 84515 +PEM00084531 -9.1500 -78.5240 21.0 TENIENTE JAIME A DE MONTREUIL 84531 +PEM00084534 -9.1330 -75.9500 665.0 TINGO MARIA 84534 +PEM00084542 -9.3470 -77.5980 2749.9 COMANDANTE FAP GERMAN ARIAS G 84542 +PEM00084564 -9.8790 -76.2050 1850.1 ALFEREZ FAP D F FERNANDINI 84564 +PEM00084628 -12.0220 -77.1140 34.4 JORGE CHAVEZ INTL 84628 +PEM00084658 -12.6140 -69.2290 200.9 PADRE ALDAMIZ 84658 +PEM00084673 -13.1550 -74.2040 2717.9 CORONEL FAP ALFREDO MENDIVIL 84673 +PEM00084686 -13.5360 -71.9390 3310.1 TENIENTE ALEJANDRO VELASCO AS 84686 +PEM00084691 -13.7450 -76.2200 11.9 PISCO INTL 84691 +PEM00084735 -15.4670 -70.1580 3825.8 JULIACA 84735 +PEM00084782 -18.0530 -70.2760 468.8 CORONEL CARLOS CIRIANI SANTA 84782 +PK000041560 33.8670 70.0830 1726.0 PARACHINAR GSN 41560 +PK000041620 31.3500 69.4670 1407.0 ZHOB GSN 41620 +PK000041640 31.5500 74.3330 215.0 LAHORE CITY GSN 41640 +PK000041712 28.8830 64.4000 850.0 DAL BANDIN GSN 41712 +PK008020100 35.3000 75.6830 2181.0 SKARDU 41517 +PK008020200 35.3700 74.8700 2249.0 ASTORE +PK008020301 35.6500 74.6300 1377.0 BUNJI +PK008060100 35.3000 75.6200 751.0 SAKARDU OBSY +PK008100200 33.2000 73.8000 336.0 MIRPUR +PK008109900 33.5200 73.9000 595.0 KOTLI +PK008109901 32.9800 74.0700 326.0 BHIMBER +PK008119901 34.3800 73.4700 684.0 MUZAFFARBAD +PKM00041515 35.5670 71.7830 1465.0 DROSH 41515 +PKM00041529 34.0330 71.9330 329.0 PESHAWAR 41529 +PKM00041530 33.9940 71.5150 353.0 PESHAWAR INTL 41530 +PKM00041532 34.3670 73.4830 2303.0 MUZAFFAR ABAD 41532 +PKM00041571 33.6170 73.0990 508.4 CHAKLALA 41571 +PKM00041594 32.0500 72.6670 188.0 SARGODHA 41594 +PKM00041598 32.9330 73.7170 234.0 JHELUM 41598 +PKM00041600 32.5000 74.5330 256.0 SIALKOT 41600 +PKM00041624 31.9090 70.8970 181.1 D I KHAN 41624 +PKM00041660 30.2510 66.9380 1600.2 QUETTA 41660 +PKM00041675 30.2030 71.4190 121.9 MULTAN INTL 41675 +PKM00041685 29.8830 69.7170 1098.0 BAR KHAN 41685 +PKM00041696 29.0330 66.5830 2017.0 KALAT 41696 +PKM00041710 28.8170 62.7500 683.0 NOKKUNDI 41710 +PKM00041715 28.2840 68.4500 56.4 SHAHBAZ AB 41715 +PKM00041718 28.6500 70.6830 88.0 KHANPUR 41718 +PKM00041739 26.9550 64.1330 1002.5 PANJGUR 41739 +PKM00041744 27.8330 66.6330 1232.0 KHUZDAR 41744 +PKM00041749 26.2190 68.3900 28.3 NAWABSHAH 41749 +PKM00041756 25.0680 61.8050 58.0 JIWANI 41756 +PKM00041759 25.2900 63.3440 3.7 PASNI GSN 41759 +PKM00041764 25.3830 68.4170 41.0 HYDERABAD AIRPORT GSN 41764 +PKM00041768 25.5170 69.7830 6.0 CHHOR 41768 +PKM00041780 24.9070 67.1610 30.5 JINNAH INTL 41780 +PL000012120 54.7500 17.5331 2.0 LEBA GSN 12120 +PL000012385 52.2500 22.2500 152.0 SIEDLCE GSN 12385 +PLM00012160 54.1670 19.4330 43.0 ELBLAG-MILEJEWO 12160 +PLM00012205 53.4000 14.6170 7.0 SZCZECIN 12205 +PLM00012295 53.1000 23.1670 151.0 BIALYSTOK 12295 +PLM00012330 52.4210 16.8260 93.9 LAWICA 12330 +PLM00012375 52.1660 20.9670 110.3 OKECIE 12375 +PLM00012424 51.1030 16.8860 123.1 STRACHOWICE 12424 +PLM00012497 51.5500 23.5330 179.0 WLODAWA 12497 +PLM00012566 50.0780 19.7850 241.1 BALICE 12566 +PM000105001 8.9100 -80.5500 170.0 BOCA DEL TOABRE +PM000128005 7.6300 -80.6100 180.0 LA MESA DE MACARACAS +PM000132001 8.5300 -81.0600 1000.0 EL PALMAR +PM000148001 9.1000 -79.0800 30.0 CHEPO +PMW00010701 8.9667 -79.5500 9.1 BALBOA ALBROOK +PMW00010705 8.9167 -79.6000 10.1 HOWARD +PMW00010715 9.3667 -79.9000 4.3 COCO SOLO +PMW00010716 8.9333 -79.5667 13.1 BALBOA +PMW00010718 8.9167 -79.6000 16.2 FT KOBBE +PMW00010719 9.3667 -79.9500 9.1 FT SHERMAN +PO000008282 37.1167 -7.6500 25.0 TAVIRA 08282 +PO000008506 38.5200 -28.6300 62.0 HORTA (AZORES) GSN 08506 +PO000008522 32.6300 -16.8997 25.0 FUNCHAL GSN 08522 +PO000008535 38.7167 -9.1500 77.0 LISBOA GEOFISICA GSN 08535 +PO000008546 41.1331 -8.6000 93.0 PORTO 08546 +PO000008549 40.2000 -8.4167 141.0 COIMBRA 08549 +PO000008562 38.0167 -7.8667 246.0 BEJA 08562 +PO000008575 41.8000 -6.7331 690.0 BRAGANCA 08575 +POE00100957 41.9600 -8.4700 380.0 EXTREMO +POE00100958 41.7700 -8.5900 15.0 PONTE DE LIMA +POE00100959 41.5300 -8.6197 25.0 BARCELOS +POE00100960 41.2700 -8.0700 90.0 AMARANTE +POE00100961 40.6800 -8.2200 446.0 CAMPI +POE00100962 40.8100 -7.5400 670.0 AGUIAR DA BEIRA +POE00100963 40.6000 -7.1300 815.0 ALMEIDINHA +POE00100964 40.6200 -8.7164 8.0 GAFANHA DA NAZAR +POM00008501 39.4550 -31.1310 34.1 FLORES 08501 +POM00008512 37.7410 -25.6980 78.9 PONTA DELGADA GSN 08512 +POM00008515 36.9710 -25.1710 93.9 SANTA MARIA 08515 +POM00008521 32.6830 -16.7670 49.0 FUNCHAL/S.CATARINA 08521 +POM00008524 33.0730 -16.3500 103.9 PORTO SANTO 08524 +POM00008548 40.1500 -8.4670 179.0 COIMBRA/CERNACHE 08548 +POM00008554 37.0140 -7.9660 7.3 FARO 08554 +POM00008558 38.5330 -7.9000 246.0 EVORA/C. COORD 08558 +POM00008570 39.8330 -7.4830 384.0 CASTELO BRANCO 08570 +POW00013201 38.7303 -27.3217 1016.2 LAJES AB 08509 +PP000092014 -5.2170 145.8000 4.0 MADANG W.O. 94014 +PP000092035 -9.3830 147.2170 48.0 PORT MORESBY W.O. GSN 92035 +PP000092044 -2.0500 147.4330 8.0 LOS NEGROS ADMRTY IS/MOMOTE S 74941 +PPM00092001 -6.0830 141.1830 35.0 KIUNGA W.O. 92001 +PPM00092003 -9.0830 143.2000 9.0 DARU W.O. 92003 +PPM00092004 -3.5840 143.6690 5.8 WEWAK INTL 92004 +PPM00092022 -2.7000 141.3170 3.0 VANIMO 92022 +PPM00092044 -2.0500 147.4170 4.0 MOMOTE W.O. GSN 92044 +PPM00092047 -6.5700 146.7260 72.8 NADZAB 92047 +PPM00092072 -5.4670 150.4000 8.0 HOSKINS W.O. 92072 +PPM00092076 -2.5670 150.8170 4.0 KAVIENG W.O. 92076 +PPM00092077 -10.3170 150.3330 23.0 GURNEY W.O. 92077 +PPM00092087 -10.6830 152.8330 7.0 MISIMA W.O. 92087 +PPM00092100 -4.3330 152.3670 13.0 TOKUA W.O. 92100 +PPW00080431 -2.0167 147.4333 44.2 MANUS ISLAND NF +PSC00914015 7.4500 134.5167 60.0 PW AIMELIK BABELTHUAP +PSC00914030 6.9167 134.1500 6.1 PW ANGUAR +PSC00914465 7.3333 134.4500 75.9 PW MALAKAL RSCH +PSC00914478 7.3333 134.4500 3.0 PW MARICULTURE CTR +PSC00914519 7.4500 134.5000 31.1 PW NEKKEN FORESTRY +PSC00914580 7.6333 134.6500 3.0 PW NGASANG BABELTHUAP +PSC00914712 7.0333 134.2667 3.0 PW PELELIU +PSC00914840 3.0167 131.1833 3.0 PW TOBI +PSW00040305 7.0000 134.2500 5.2 PW PELELIU ISLAND PALAU ISLANDS +PSW00040307 7.3333 134.4833 30.2 PW KOROR ISLAND NF +PSW00040309 7.3333 134.4833 28.7 PW KOROR WSO GSN 91408 +PUM00061766 11.8950 -15.6540 39.3 BISSAU OSWALDO VIEIRA INTL 61766 +PUM00061769 11.5830 -15.4830 20.0 BOLAMA 61769 +QAM00041170 25.2610 51.5650 10.7 DOHA INTL GSN 41170 +REM00061980 -20.8870 55.5100 20.1 ST DENIS GILLOT 61980 +RIE00100814 43.3331 21.9000 201.0 NIS 13388 +RIE00100818 44.8000 20.4667 132.0 BELGRADE (OBSERVATORY) 13274 +RIE00111909 45.3331 19.8500 84.0 NOVI SAD 13168 +RMC00913915 7.2667 168.8333 1.8 MH AILINGLAPALAP 91367 +RMC00914053 7.0725 171.5544 2.4 MH ARNO +RMC00914165 11.3500 162.3500 3.0 MH ENIWETOK WSO +RMC00914300 5.9167 169.6500 0.0 MH JABOR +RMC00914304 5.9167 169.6500 1.8 MH JALUIT 91369 +RMC00914399 7.1361 171.0411 2.1 MH LAURA +RMC00914405 9.8167 169.3000 3.0 MH LIKIEP +RMC00914487 6.0833 171.7333 3.0 MH MILI 91378 +RMC00914895 11.2333 169.8500 1.8 MH UTIRIK 91258 +RMC00914903 9.4667 170.2500 1.8 MH WOTJE 91371 +RMW00040601 8.7167 167.7333 3.0 MH KWAJALEIN AFB +RMW00040603 9.4000 167.4667 5.2 MH KWAJALEIN MARSHALL I +RMW00040604 8.7333 167.7333 2.1 MH KWAJALEIN GSN 91366 +RMW00040607 9.7667 160.9667 0.3 MH UJELANG MARSHALL ISL +RMW00040704 7.1000 171.4000 3.0 MH MAJURO MARSHALL ISLA +RMW00040706 7.1000 171.4000 3.0 MH MAJURO NF +RMW00040710 7.0833 171.3833 3.0 MH MAJURO WBAS AP GSN 91376 +RMW00041601 11.3500 162.3500 -999.9 MH ENIWETOK MARSHALL ISLANDS 91250 +RMW00041610 11.1500 166.8500 2.1 MH RONGELAP MARSHALL ISLANDS +RMW00041611 10.1667 166.0000 4.3 MH WOTHO MARSHALL ISLAN +RMW00041612 11.2333 169.8500 3.0 MH UTIRIK MARSHALL ISLA +ROE00100829 46.1331 21.3500 117.0 ARAD +ROE00100898 47.6667 23.5000 216.0 BAIA MARE +ROE00100899 44.4167 26.1000 82.0 BUCURESTI FILARET +ROE00100900 45.1331 26.8500 97.0 BUZAU 15350 +ROE00100901 44.2000 27.3331 19.0 CALARASI +ROE00100902 46.7831 23.5667 410.0 CLUJ NAPOCA 15120 +ROE00100903 44.6331 22.6331 77.0 DROBETA TURNU SEVERIN +ROE00100904 45.0331 23.2667 203.0 TG JIU +ROE00100905 43.7500 24.8831 31.0 TURNU MAGURELE +ROE00108887 46.5331 26.9167 184.0 BACAU +ROE00108888 47.6800 26.6700 161.0 BOTOSANI +ROE00108889 44.5167 26.0831 90.0 BUCURESTI-BANEASA 15420 +ROE00108890 45.4200 22.2500 241.0 CARANSEBES 15292 +ROE00108891 46.9300 25.9200 1897.0 CEAHLAU TOACA +ROE00108892 44.2200 28.6300 13.0 CONSTANTA 15480 +ROE00108893 44.2300 23.8700 192.0 CRAIOVA 15450 +ROE00108894 45.8667 22.9000 230.0 DEVA +ROE00108895 45.5000 28.0200 71.0 GALATI 15310 +ROE00108896 47.1667 27.6331 102.0 IASI 15090 +ROE00108897 46.3667 25.7331 661.0 MIERCUREA CIUC +ROE00108898 47.7831 23.9331 504.0 OCNA SUGATAG +ROE00108899 45.1000 24.3700 239.0 RAMNICU VALCEA +ROE00108900 44.1000 24.9831 102.0 ROSIORI DE VEDE +ROE00108901 45.8000 24.1500 444.0 SIBIU 15260 +ROE00108903 45.1831 28.8167 4.0 TULCEA +ROM00015023 47.6880 26.3540 419.1 STEFAN CEL MARE 15023 +ROM00015085 47.1500 24.5000 367.0 BISTRITA GSN 15085 +ROM00015247 45.8100 21.3380 106.1 TRAIAN VUIA 15247 +ROM00015280 45.4500 25.4500 2504.0 VARFU OMUL GSN 15280 +ROM00015360 45.1667 29.7331 3.0 SULINA GSN 15360 +RP000098232 18.3670 121.6330 3.0 APARRI GSN 98232 +RP000098429 14.5170 121.0000 15.0 NINOY AQUINO INTERN 98429 +RP000098430 14.6330 121.0170 46.0 SCIENCE GARDEN GSN 98430 +RP000098444 13.1330 123.7330 17.0 LEGASPI GSN 98444 +RP000098755 8.3670 126.3330 3.0 HINATUAN GSN 98755 +RP000098836 6.9000 122.0670 6.0 ZAMBOANGA GSN 98836 +RP000098851 6.1170 125.1830 15.0 GEN. SANTOS GSN 98851 +RP000982230 18.1830 120.5330 5.0 LAOAG 98223 +RP000986370 10.7000 122.5670 8.0 ILOILO 98637 +RP000986530 9.8000 125.5000 55.0 SURIGAO 98653 +RPC00914100 15.1833 120.5500 144.8 LUZON CLARK AFB +RPM00098132 20.8000 121.8500 124.0 ITBAYAT 98132 +RPM00098134 20.4330 121.9670 167.0 BASCO RADAR 98134 +RPM00098135 20.4510 121.9800 88.7 BASCO 98135 +RPM00098222 17.5550 120.3560 4.9 VIGAN 98222 +RPM00098233 17.6380 121.7310 21.3 TUGUEGARAO 98233 +RPM00098325 16.0830 120.3500 2.0 DAGUPAN 98325 +RPM00098328 16.3750 120.6200 1295.7 BAGUIO 98328 +RPM00098330 15.4670 120.9500 32.0 CABANATUAN 98330 +RPM00098446 13.5760 124.2060 36.9 VIRAC 98446 +RPM00098550 11.2280 125.0280 3.0 DANIEL Z ROMUALDEZ 98550 +RPM00098644 9.6640 123.8530 11.6 TAGBILARAN 98644 +RPM00098646 10.3080 123.9790 9.4 MACTAN CEBU INTL 98646 +RPW00041207 15.1833 120.5500 146.3 CLARK +RPW00041220 11.2500 125.0833 2.1 JINAMOC ISLAND NF +RPW00041223 11.0333 125.7333 5.2 GUIUAN +RPW00041224 14.5000 120.9167 2.1 SANGLEY POINT 98428 +RPW00041225 12.6000 121.0000 4.3 SAN JOSE +RPW00041227 14.6000 121.0000 4.3 MANILA NF +RPW00041228 14.6000 121.0000 33.2 MANILA NF +RPW00041229 14.5500 120.9833 4.3 MANILA 98425 +RPW00041230 14.8167 120.2833 4.3 OLONGAPO +RPW00041231 14.8000 120.2667 14.0 CUBI POINT NF 98426 +RPW00041232 10.3167 123.9667 13.1 MACTAN ISLAND AF +RQ1PRAC0001 18.4414 -66.6589 29.6 PR ARECIBO 5.2 ESE +RQ1PRAC0002 18.4071 -66.7603 152.1 PR CUCHI 0.3 ENE +RQ1PRAL0002 18.4774 -67.1437 71.3 PR AGUADILLA 2.7 NNE +RQ1PRAL0003 18.5083 -67.1124 39.9 PR AGUADILLA 5.5 NNE +RQ1PRAN0002 18.2815 -67.1431 11.6 PR ANASCO 0.5 SSW +RQ1PRCG0001 18.2273 -66.0543 90.5 PR CAGUAS 1.1 WSW +RQ1PRCG0002 18.2223 -66.0567 96.9 PR CAGUAS 1.4 SW +RQ1PRCG0003 18.2647 -66.0501 119.8 PR CAGUAS 2.2 NNW +RQ1PRCL0001 18.3871 -65.9976 48.8 PR CAROLINA 1.5 SSW +RQ1PRCR0001 18.0813 -67.1394 27.4 PR CABO ROJO 0.8 SE +RQ1PRCS0001 18.3380 -66.4706 71.9 PR CIALES 0.1 N +RQ1PRCY0001 18.1333 -66.1452 381.3 PR CAYEY 1.6 NE +RQ1PRFJ0002 18.3394 -65.6549 42.1 PR FAJARDO 0.4 NE +RQ1PRGB0002 18.2921 -66.1163 243.8 PR LA MARQUESA 6.5 S +RQ1PRGB0003 18.3042 -66.1313 78.6 PR GUARAGUAO 5.8 S +RQ1PRGM0002 17.9800 -66.1277 47.2 PR GUAYAMA 1.1 W +RQ1PRHM0001 18.1456 -65.8093 19.5 PR HUMACAO 0.9 SE +RQ1PRHT0001 18.4810 -66.8080 33.8 PR HATILLO 1.1 ESE +RQ1PRHT0003 18.4867 -66.8211 14.9 PR HATILLO 0.2 ESE +RQ1PRIS0001 18.4654 -67.0336 129.8 PR ISABELA 2.9 SSW +RQ1PRIS0002 18.4962 -67.0191 69.5 PR ISABELA 0.6 S +RQ1PRJD0002 18.0281 -66.5383 30.2 PR JUANA DIAZ 2.9 SW +RQ1PRJN0001 18.2228 -65.9161 80.5 PR JUNCOS 0.3 WSW +RQ1PRLJ0001 18.0383 -67.0533 30.2 PR LAJAS 0.7 SE +RQ1PRLJ0002 18.0424 -67.0276 30.8 PR LAJAS 2.2 E +RQ1PRLM0001 18.2563 -67.0035 209.4 PR LAS MARIAS 9.6 ESE +RQ1PRLQ0001 18.3537 -65.6924 5.5 PR LUQUILLO 2.5 SE +RQ1PRLR0002 18.2733 -66.8880 501.7 PR LARES 1.6 SSW +RQ1PRLR0004 18.2667 -66.8274 467.6 PR LARES 4.1 ESE +RQ1PRLR0005 18.3225 -66.8693 378.0 PR LARES 2.0 NNE +RQ1PRMC0001 18.3932 -67.1069 33.8 PR MOCA 0.3 S +RQ1PRMY0003 18.2222 -67.1274 100.0 PR MAYAGUEZ 1.7 NE +RQ1PRMY0005 18.2170 -67.1167 117.0 PR MAYAGUEZ ARRIBA +RQ1PRPC0001 18.0046 -66.5891 11.9 PR PONCE 1.8 NE +RQ1PRPC0002 18.0318 -66.5996 36.3 PR PONCE 3.2 NNE +RQ1PRPC0004 18.0474 -66.6514 146.6 PR PONCE 5.0 NNW +RQ1PRPC0005 18.0374 -66.6017 49.4 PR PONCE 3.5 N +RQ1PRPC0006 18.0125 -66.5874 15.8 PR PONCE 2.3 NE +RQ1PRQB0001 18.4591 -66.9194 139.9 PR QUEBRADILLAS 1.6 SE +RQ1PRRN0001 18.2981 -67.2272 38.4 PR RINCON 3.4 SSE +RQ1PRRN0002 18.2998 -67.2343 15.5 PR RINCON 3.1 SSE +RQ1PRRN0003 18.3627 -67.2497 64.3 PR RINCON 1.5 N +RQ1PRRN0004 18.3188 -67.2178 93.3 PR RINCON 2.8 SE +RQ1PRRN0005 18.3543 -67.2594 73.8 PR RINCON 1.0 NNW +RQ1PRSJ0001 18.4061 -66.0868 26.8 PR SAN JUAN 1.5 W +RQ1PRSJ0003 18.3915 -66.0200 33.2 PR SAN JUAN 3.1 ESE +RQ1PRSJ0006 18.4496 -66.0772 2.7 PR SAN JUAN 3.0 NNW +RQ1PRSJ0008 18.4194 -66.0788 0.0 PR SAN JUAN 2.5 WSW +RQ1PRSJ0009 18.4194 -66.0789 1.5 PR SAN JUAN 1.4 NW +RQ1PRSS0001 18.3679 -66.9885 160.0 PR SAN SEBASTIAN 2.1 NNE +RQ1PRTR0002 18.3600 -66.0300 0.0 PR TRUJILLO ALTO 0.8 WSW +RQ1PRUT0002 18.2684 -66.7899 578.8 PR UTUADO 5.5 W +RQ1PRVL0002 18.1215 -66.4982 146.6 PR VILLALBA 1.2 WSW +RQ1PRVQ0001 18.1416 -65.4598 10.1 PR VIEQUES 1.1 WSW +RQC00660040 18.1469 -66.4919 598.9 PR ACEITUNA WTP +RQC00660053 18.1614 -66.7222 506.0 PR ADJUNTAS 1 S +RQC00660061 18.1747 -66.7978 557.8 PR ADJUNTAS SUBSTN +RQC00660105 18.4333 -67.1500 0.0 PR AGUADILLA CITY +RQC00660147 17.9667 -66.2167 14.9 PR AGUIRRE +RQC00660152 17.9556 -66.2222 7.6 PR AGUIRRE +RQC00660158 18.1281 -66.2642 710.2 PR AIBONITO 1 S +RQC00660410 18.4533 -66.6747 3.0 PR ARECIBO 3 ESE +RQC00660426 18.3494 -66.7525 323.1 PR ARECIBO OBSY +RQC00660662 18.4667 -66.5000 3.0 PR BARCELONETA 2 +RQC00660668 18.4286 -66.5631 73.2 PR BARCELONETA 3 SW +RQC00660736 18.1667 -66.3167 627.9 PR BARRANQUITAS +RQC00660842 18.4167 -66.2000 45.1 PR CANDELARIA TOA BAJA +RQC00660849 18.3833 -66.7833 262.1 PR BAYANEY +RQC00660900 18.1164 -67.1133 13.7 PR BENAVENTE-HORMIGUEROS +RQC00660948 17.9906 -66.8161 4.6 PR BOCA +RQC00661123 18.0833 -67.1500 75.9 PR CABO ROJO +RQC00661142 18.2258 -66.5039 554.7 PR CACAOS-OROCOVIS +RQC00661300 18.2333 -66.0333 75.9 PR CAGUAS +RQC00661301 18.2500 -66.0167 53.9 PR CAGUAS 2 ENE +RQC00661309 18.2333 -66.0500 79.2 PR CAGUAS 1 W +RQC00661345 18.4725 -67.1156 85.0 PR CALERO CAMP +RQC00661423 18.4500 -66.6000 29.9 PR CAMBALACHE EXP FOREST +RQC00661536 18.4000 -66.2167 75.0 PR CANDELARIA TOA BAJA +RQC00661590 18.3792 -65.8939 9.1 PR CANOVANAS +RQC00661623 18.2833 -66.6500 260.3 PR CAONILLAS UTUADO +RQC00661634 18.1167 -66.4833 182.0 PR CAONILLAS VILLALBA +RQC00661701 18.0833 -66.1000 551.1 PR CARITE DAM +RQC00661712 18.0500 -66.1167 295.0 PR CARITE PLT 1 +RQC00661845 18.4167 -66.1167 6.1 PR CATANO +RQC00661901 18.1189 -66.1658 395.0 PR CAYEY 1 E +RQC00662316 17.9833 -66.8167 9.1 PR CENTRAL SAN FRANCISCO +RQC00662330 18.2764 -66.5194 291.1 PR CERRO GORDO CIALES +RQC00662336 18.1547 -66.5620 1219.8 PR CERRO MARAVILLA +RQC00662633 18.3069 -66.4739 350.2 PR CIALES 2S +RQC00662634 18.1833 -66.1500 426.7 PR CIDRA 1 E +RQC00662723 18.0664 -66.3781 111.3 PR COAMO 2 SW +RQC00662801 18.3808 -67.1569 12.2 PR COLOSO +RQC00662823 18.2667 -66.1833 152.1 PR COMERIO FALLS +RQC00662825 18.2667 -66.1833 111.9 PR COMERIO FALLS PLT 2 +RQC00662934 18.3267 -66.3592 198.1 PR COROZAL SUBSTN +RQC00663023 18.0836 -66.6547 175.0 PR CORRAL VIEJO +RQC00663145 18.3000 -65.2833 14.9 PR CULEBRA ISLAND +RQC00663409 18.4722 -66.3058 1.5 PR DORADO 2 WNW +RQC00663431 18.3361 -66.6667 61.0 PR DOS BOCAS +RQC00663532 17.9728 -66.9458 45.7 PR ENSENADA 1 W +RQC00663657 18.3103 -65.6631 9.1 PR FAJARDO +RQC00663850 18.4500 -66.5833 9.1 PR GARROCHALES +RQC00663871 18.1500 -66.7333 719.0 PR GARZAS +RQC00663904 18.3964 -66.9244 202.1 PR GUAJATACA DAM +RQC00664115 18.1167 -66.0667 780.3 PR GUAVATE CAMP +RQC00664126 18.0742 -66.4967 112.8 PR GUAYABAL +RQC00664193 17.9783 -66.0875 21.9 PR GUAYAMA 2E +RQC00664211 18.0000 -66.8667 9.1 PR GUAYANILLA +RQC00664260 18.1667 -66.5333 914.1 PR GUINEO RSVR +RQC00664271 18.2500 -65.9667 75.9 PR GURABO +RQC00664276 18.2583 -65.9922 48.8 PR GURABO SUBSTN +RQC00664330 18.1242 -67.0531 146.3 PR HACIENDA CONSTANZA +RQC00664331 18.2158 -67.0883 196.6 PR HACIENDA CONSTANZA 2W +RQC00664340 18.4500 -66.7667 64.9 PR HATO ARRIBA ARECIBO +RQC00664613 18.1333 -65.8167 39.9 PR HUMACAO 2 SSE +RQC00664614 18.1506 -66.7719 2.7 PR HUMACAO NATURAL RESERVE +RQC00664677 18.1667 -66.8833 792.5 PR INDIERA ALTA +RQC00664685 18.1833 -66.9000 853.1 PR INDIERA BAJA +RQC00664702 18.4653 -67.0525 128.0 PR ISABELA SUBSTN +RQC00664867 18.0717 -66.1428 719.3 PR JAJOME ALTO +RQC00664910 18.2150 -66.5931 469.4 PR JAYUYA +RQC00664911 18.2000 -66.5833 530.0 PR JAYUYA 1 SE +RQC00664976 17.9667 -66.1500 9.1 PR JOSEFA +RQC00665020 18.0514 -66.4986 79.9 PR JUANA DIAZ CAMP +RQC00665064 18.2264 -65.9114 64.9 PR JUNCOS 1 SE +RQC00665075 18.2333 -65.7667 45.1 PR LA FE +RQC00665097 18.0331 -67.0722 27.4 PR LAJAS SUBSTN +RQC00665120 18.3000 -65.7833 625.1 PR LA MINA EL YUNQUE +RQC00665123 18.3167 -66.1000 88.4 PR LA MUDA CAGUAS +RQC00665175 18.2833 -66.8833 451.1 PR LARES +RQC00665474 18.4333 -66.7167 9.1 PR LOS CANOS +RQC00665693 17.9722 -67.0461 3.7 PR MAGUEYES IS +RQC00665807 18.4308 -66.4661 76.2 PR MANATI 2 E +RQC00665906 18.1833 -66.9833 456.9 PR MARICAO +RQC00665908 18.1511 -66.9889 863.2 PR MARICAO 2 SSW +RQC00665911 18.1725 -66.9872 457.2 PR MARICAO FISH HATCHERY +RQC00666017 18.2167 -66.4833 746.2 PR MATRULLAS DAM +RQC00666050 18.0094 -65.8989 14.9 PR MAUNABO +RQC00666073 18.1875 -67.1378 22.6 PR MAYAGUEZ CITY +RQC00666083 18.2539 -67.1486 11.6 PR MAYAGUEZ AP +RQC00666128 17.9833 -66.1500 42.1 PR MELANIA DAM +RQC00666250 18.0833 -67.8500 70.1 PR MONA ISLAND LIGHT STN +RQC00666255 18.0833 -67.8500 50.9 PR MONA ISLAND +RQC00666258 18.0908 -67.9442 2.1 PR MONA ISLAND 2 +RQC00666270 18.3794 -66.5153 195.1 PR MONTE BELLO MANATI +RQC00666343 18.2972 -65.2900 71.3 PR CULEBRA HILL +RQC00666361 18.4736 -67.0289 125.0 PR MORA CAMP +RQC00666390 18.3344 -66.4078 182.9 PR MOROVIS 1 N +RQC00666427 18.2167 -65.6833 21.3 PR NAGUABO 3 E +RQC00666432 18.2333 -65.7333 29.9 PR NAGUABO 6 W +RQC00666440 18.2097 -66.9956 518.2 PR NARANJALES +RQC00666514 18.2886 -66.3433 538.3 PR NEGRO - COROZAL +RQC00666725 18.3169 -65.8664 466.0 PR PALMA SOLA +RQC00666730 18.3850 -66.4300 170.7 PR PALMAREJO VEGA BAJA +RQC00666740 18.2833 -66.3500 472.1 PR PALMARITO +RQC00666805 18.2650 -65.7208 109.7 PR PARAISO +RQC00666900 18.0025 -66.0128 13.7 PR PATILLAS +RQC00666904 18.0333 -66.0333 73.2 PR PATILLAS DAM +RQC00666982 18.0833 -66.7333 349.9 PR PENUELAS SALTO GARZAS +RQC00666983 18.0586 -66.7183 143.3 PR PENUELAS 1 E +RQC00666992 18.2708 -65.7592 1051.0 PR PICO DEL ESTE +RQC00667292 18.0258 -66.5253 21.3 PR PONCE 4 E +RQC00667295 17.9850 -66.6294 3.0 PR PONCE CITY +RQC00667297 18.0167 -66.5667 7.9 PR PONCE MERCEDITA AP +RQC00667348 18.0167 -66.5167 14.9 PR POTALA +RQC00667492 18.0789 -67.1769 10.1 PR PUERTO REAL +RQC00667843 18.4719 -66.9358 113.4 PR QUEBRADILLAS +RQC00668122 18.3667 -67.2500 91.1 PR RINCON 2 NNW +RQC00668126 18.3375 -67.2497 3.0 PR RINCON +RQC00668144 18.2425 -65.7850 34.1 PR RIO BLANCO LOWER +RQC00668155 18.2833 -65.7833 438.9 PR RIO BLANCO UPPER +RQC00668178 18.0333 -66.4667 57.0 PR RIO CANAS +RQC00668245 18.3333 -65.8167 182.9 PR RIO GRANDE EL VERDE +RQC00668278 18.0167 -66.3500 42.1 PR RIO JUEYES +RQC00668301 18.4000 -66.0667 29.9 PR RIO PIEDRAS +RQC00668306 18.3906 -66.0542 28.0 PR RIO PIEDRAS EXP STN +RQC00668535 18.0833 -66.9333 200.9 PR SABANA GRANDE 2 ENE +RQC00668536 18.0889 -66.9300 259.1 PR SABANA GRANDE 2 ENE +RQC00668623 17.9833 -66.2333 21.0 PR SABATER +RQC00668634 18.3833 -66.0000 29.9 PR ST JUST +RQC00668684 18.1333 -66.7333 868.7 PR SALTILLO 2 ADJUNTAS +RQC00668745 18.2167 -65.7333 24.1 PR SAN CRISTOBAL +RQC00668757 18.0833 -67.1000 27.1 PR SAN GERMAN 4 W +RQC00668811 18.4500 -66.1000 18.9 PR SAN JUAN WB AP +RQC00668814 18.4311 -65.9917 3.0 PR WFO SAN JUAN +RQC00668815 18.1517 -65.9589 155.4 PR SAN LORENZO 3S +RQC00668817 18.1000 -66.0000 387.1 PR SAN LORENZO ESPINO +RQC00668822 18.2000 -65.9667 73.2 PR SAN LORENZO FARM 2 NW +RQC00668881 18.3469 -67.0119 51.8 PR SAN SEBASTIAN 2 WNW +RQC00668940 17.9692 -66.3772 9.1 PR SANTA ISABEL 2 ENE +RQC00668955 18.0097 -66.8847 22.9 PR SANTA RITA +RQC00669116 18.3578 -65.8283 137.2 PR SIESTA ALEGRE +RQC00669415 18.4356 -66.1678 8.5 PR TOA BAJA LEVITTOWN +RQC00669421 18.4333 -66.2667 7.9 PR TOA BAJA 1 SSW +RQC00669432 18.1731 -66.4928 868.1 PR TORO NEGRO FOREST +RQC00669466 18.1667 -66.5167 685.8 PR TORO NEGRO PLT 2 +RQC00669521 18.3283 -66.0164 35.1 PR TRUJILLO ALTO 2 SSW +RQC00669608 18.2617 -66.6864 158.5 PR UTUADO +RQC00669763 18.1167 -65.4167 15.2 PR VIEQUES ISLAND +RQC00669766 18.1333 -65.4333 6.7 PR VIEQUES ISLAND #2 +RQC00669774 18.1094 -66.5056 120.4 PR VILLALBA 1 SE +RQC00669829 18.0628 -65.8733 9.1 PR YABUCOA 1 NNE +RQC00669860 18.0436 -66.8606 53.9 PR YAUCO 1 NW +RQC00669862 18.0167 -66.8500 9.1 PR YAUCO 1 S +RQC00669884 17.9833 -66.0667 39.0 PR YAUREL 3 NNE +RQW00011603 18.4981 -67.1294 66.4 PR BORINQUEN AP +RQW00011618 18.4667 -66.1167 13.1 PR SAN JUAN NS +RQW00011630 18.2550 -65.6408 10.1 PR ROOSEVELT ROADS +RQW00011631 18.4667 -66.1000 6.1 PR SAN JUAN CITY +RQW00011637 17.9667 -66.4000 9.1 PR PONCE SANTA ISABEL +RQW00011641 18.4325 -66.0108 2.7 PR SAN JUAN L M MARIN AP GSN 78526 +RS000027891 53.9670 48.8000 61.0 SENGILEJ 27890 +RS000032158 46.6330 142.8500 34.0 KORSAKOV 32156 +RS000034561 48.6700 44.4500 28.0 VOLSHSKIY GMO 34560 +RSE00149315 57.3700 47.9200 103.0 JARANSK +RSE00149340 56.7000 38.8000 174.0 PERESLAVL-ZALESSKIJ +RSE00149535 54.4000 43.8000 185.0 KRASNOSLOBODSK +RSE00149565 53.6500 37.2300 240.0 PLAVSK +RSE00150200 58.8800 87.7500 113.0 UST-OZERNOE +RSE00150360 56.2000 95.3000 359.0 SOLJANKA +RSE00150640 59.0000 116.9200 330.0 PEREVOZ +RSE00150675 57.1200 102.3000 371.0 ERSHOVO +RSE00150930 52.4700 104.3700 453.0 HOMUTOVO +RSE00151025 51.7500 107.3000 562.0 IVOLGINSK +RSE00151725 52.8800 158.7200 126.0 PETROPAVLOVSKIJ MAJAK +RSE00151740 51.5700 34.6800 204.0 RYLSK +RSE00151755 52.1500 39.1500 135.0 KON-KOLODEZ +RSE00151775 51.9000 43.6000 161.0 ROSTOSHI +RSE00152210 51.9000 86.0000 324.0 KYZYL-OZEK +RSE00152235 51.1500 94.5200 947.0 SOSNOVKA +RSE00152340 43.8700 41.5700 928.0 ZELENCHUKSKAJA +RSM00020046 80.6000 58.0000 22.0 POLAR GMO IM.E.T.KRENKELJ GSN 20046 +RSM00020049 81.8000 57.9700 51.0 RUDOLF ISLAND 20049 +RSM00020069 79.5000 76.9800 10.0 OSTROV VIZE GSN 20069 +RSM00020087 79.5500 90.6200 7.0 OSTROV GOLOMJANNYJ GSN 20087 +RSM00020274 77.5000 82.2000 23.0 OSTROV UEDINENIJA 20274 +RSM00020289 77.2000 96.4000 9.0 RUSSKIJ 20289 +RSM00020292 77.7200 104.3000 12.0 GMO IM.E.K.FEDOROVA GSN 20292 +RSM00020353 76.8500 68.5500 10.0 MYS ZELANIJA 20353 +RSM00020357 76.2000 63.6000 9.0 RUSSKAJ-GAVAN' 20357 +RSM00020476 75.4200 88.9000 10.0 STERLEGOVA 20476 +RSM00020594 76.2000 99.0700 11.0 UST'-TAYMYRA (TAYMYR LAKE) 20594 +RSM00020667 73.3300 70.0294 6.0 BELY ISLAND GSN 20667 +RSM00020674 73.5000 80.4000 42.0 DIKSON GSN 20674 +RSM00020744 72.3794 52.7300 18.0 MALIYE_KARMAKULY GSN 20744 +RSM00020891 71.9831 102.4667 31.0 HATANGA GSN 20891 +RSM00020946 70.4500 59.0800 13.0 IM.E.K.FEDOROVA(BOLVANSKII NOS 20946 +RSM00020967 70.1670 72.5170 17.8 SEYAHA 20967 +RSM00020982 70.9700 94.5000 37.0 VOLOCHANKA GSN 20982 +RSM00021358 76.1500 152.8330 14.0 ZOHOVA ISLAND 21358 +RSM00021432 76.0000 137.8700 12.0 OSTROV KOTELNYJ GSN 21432 +RSM00021504 74.6670 112.9330 57.0 OSTROV PREOBRAZENIJ 21504 +RSM00021611 73.5500 118.6700 12.0 TERPJAJ-TUMSA 21611 +RSM00021636 73.3330 139.9170 26.0 CAPE KIGILYAKH 21636 +RSM00021647 73.1800 143.2297 21.0 SHALAUROVA MYS 21647 +RSM00021802 71.9700 114.0800 16.0 SASKYLAH GSN 21802 +RSM00021824 71.5800 128.9197 6.0 TIKSI 21824 +RSM00021908 70.1297 113.9700 61.0 DZALINDA-1 21908 +RSM00021921 70.6800 127.4000 30.0 KJUSJUR GSN 21921 +RSM00021931 70.7700 136.2200 23.0 JUBILEJNAJA GSN 21931 +RSM00021946 70.6167 147.8831 44.0 CHOKURDAH GSN 21946 +RSM00021965 70.6330 162.4830 41.0 OSTROV CHETYREHSTOL 21965 +RSM00021982 70.9831 -178.4833 2.0 OSTROV VRANGELJA GSN 21982 +RSM00022003 69.9300 31.9800 8.0 VAJDA-GUBA 22003 +RSM00022019 69.2000 33.4797 32.0 POLJARNOE 22019 +RSM00022028 69.2000 35.1000 33.0 TERIBERKA 22028 +RSM00022095 69.5300 49.0800 23.0 KOLGUEV SEVERNYI 22095 +RSM00022101 69.0000 28.8000 99.0 JANISKOSKI 22101 +RSM00022106 68.6000 31.8500 63.0 PADUN 22106 +RSM00022112 68.8830 33.0170 7.0 KOLA-IN-MURMAN 22112 +RSM00022113 68.9667 33.0497 57.0 MURMANSK GSN 22113 +RSM00022119 68.4000 33.3000 143.0 PULOSERO 22119 +RSM00022127 68.0000 35.0330 162.0 LOVOZERO 22127 +RSM00022140 68.1500 39.8200 70.0 SVYATOY NOS;CAPE(CLOSED) 22140 +RSM00022145 68.1500 39.8200 70.0 SVYATOY NOS,CAPE(CLOSED) 22145 +RSM00022165 68.6500 43.3000 47.0 KANIN NOS GSN 22165 +RSM00022204 67.5697 30.4500 246.0 KOVDOR 22204 +RSM00022212 67.9670 32.8830 132.0 MONCEGORSK 22212 +RSM00022213 67.6800 33.2500 130.0 KHIBINY 22213 +RSM00022217 67.1500 32.3500 26.0 KANDALAKSA GSN 22217 +RSM00022235 67.3700 37.0300 155.0 KRASNOSHELYE 22235 +RSM00022249 67.1297 39.6700 149.0 KANEVKA 22249 +RSM00022269 67.1500 43.9000 13.0 MYS KONUSIN 22269 +RSM00022271 67.9000 44.1000 18.0 SOJNA 22271 +RSM00022282 67.8000 46.6670 6.0 MYS MIKULKIN 22282 +RSM00022292 67.7000 48.7700 4.0 INDIGA 22292 +RSM00022312 66.7000 32.8830 18.0 KOVDA 22312 +RSM00022318 66.0670 33.0000 94.0 LOUHI 22318 +RSM00022324 66.6700 34.3300 39.0 UMBA 22324 +RSM00022349 66.1830 39.5330 9.0 PJALICA 22349 +RSM00022355 66.4800 40.6800 15.0 OSTROV SOSNOVEZ 22355 +RSM00022365 66.3830 43.2500 21.0 ABRAMOVSKIJ MAJAK 22365 +RSM00022383 66.7670 47.7830 9.0 NIZHNYAYA PESHA 22383 +RSM00022408 65.2000 31.1700 118.0 UKHTA KALEVALA 22408 +RSM00022422 65.9000 34.8164 9.0 GRIDINO 22422 +RSM00022438 65.2000 36.8200 26.0 ZHIZHGIN MAYAK 22438 +RSM00022446 65.4670 39.7330 77.0 ZIMNEGORSKIJ MAJAK 22446 +RSM00022452 65.9670 40.7170 5.0 INCY 22452 +RSM00022471 65.8700 44.2200 14.0 MEZEN GSN 22471 +RSM00022499 65.2330 49.5830 155.0 BARKOVSKAJA 22499 +RSM00022511 64.7500 32.1160 97.0 JUSKOZERO 22511 +RSM00022518 64.0830 32.7830 159.0 RUGOZERO 22518 +RSM00022520 64.9831 34.8164 7.0 KEM-PORT GSN 22520 +RSM00022522 64.9500 34.6500 8.0 KEM' 22522 +RSM00022525 64.5660 34.9170 9.0 RAZNAVOLOK 22525 +RSM00022529 64.2330 35.8830 3.0 KOLEZMA 22529 +RSM00022541 64.8330 38.4000 5.0 UNSKIJ MAJAK 22541 +RSM00022550 64.5000 40.7331 8.0 ARHANGELSK GSN 22550 +RSM00022551 64.8490 40.2830 3.0 MUDJUG 22551 +RSM00022559 64.2170 41.6670 12.0 HOLMOGORY 22559 +RSM00022563 64.7000 43.3830 31.0 PINEGA 22563 +RSM00022573 64.9000 45.7670 71.0 LESUKONSKOE 22573 +RSM00022583 64.7500 47.6500 63.0 KOJNAS 22583 +RSM00022602 63.8200 30.8200 180.0 REBOLY 22602 +RSM00022619 63.2700 33.4200 130.0 PADANY 22619 +RSM00022621 63.7670 34.2830 112.0 SEGEZA 22621 +RSM00022641 63.9000 38.1167 13.0 ONEGA 22641 +RSM00022648 63.1170 39.2330 34.0 TURCASOVO 22648 +RSM00022656 63.4830 41.8000 18.0 EMECK 22656 +RSM00022676 63.6000 45.6000 62.0 SURA 22676 +RSM00022686 63.4500 47.9170 80.0 VENDINGA 22686 +RSM00022695 63.4500 48.9000 158.0 KOSLAN 22695 +RSM00022707 62.1830 30.7000 102.0 VYARTSILYA 22707 +RSM00022721 62.9170 34.4330 81.0 MEDVEZEGORSK 22721 +RSM00022723 62.9670 35.7000 139.0 DANILOVO 22723 +RSM00022727 62.1670 34.3000 38.0 KONDOPOGA 22727 +RSM00022738 62.2330 36.8830 147.0 KUGONAVOLOK 22738 +RSM00022762 62.8670 42.7170 34.0 DVINSKIJ BEREZNIK 22762 +RSM00022768 62.1000 42.9000 47.0 SHENKURSK 22768 +RSM00022778 62.2330 45.0170 58.0 VERHNJAJA TOJMA 22778 +RSM00022798 62.1670 49.1170 92.0 JARENSK 22798 +RSM00022802 61.7167 30.7167 17.0 SORTAVALA GSN 22802 +RSM00022816 61.6830 33.6170 133.0 PRIAZA 22816 +RSM00022820 61.8167 34.2667 110.0 PETROZAWODSK 22820 +RSM00022831 61.8000 36.5170 44.0 PUDOZ 22831 +RSM00022833 61.7830 37.7500 116.0 KOLODOZERO 22833 +RSM00022837 61.0167 36.4500 55.0 VYTEGRA GSN 22837 +RSM00022845 61.5000 38.9300 124.0 KARGOPOL 22845 +RSM00022854 61.7000 40.2000 233.0 NJANDOMA 22854 +RSM00022867 61.0830 42.0670 91.0 VELSK 22867 +RSM00022887 61.2331 46.7167 56.0 KOTLAS 22887 +RSM00022892 60.7200 28.8000 14.0 VYBORG 22892 +RSM00022907 60.0800 26.9700 6.0 GOGLAND 22907 +RSM00022912 60.9830 32.9830 12.0 OLONEC 22912 +RSM00022913 60.7170 33.5500 23.0 LODEJNOE POLE 22913 +RSM00022915 60.4670 32.9000 8.0 SVIRICA 22915 +RSM00022917 60.1170 32.3170 9.0 NOVAJA LADOGA 22917 +RSM00022925 60.6330 34.7830 111.0 VINNICY 22925 +RSM00022939 60.0330 37.7830 131.0 BELOZERSK 22939 +RSM00022954 60.4670 40.2000 202.0 VOZEGA 22954 +RSM00022981 60.8000 46.3000 98.0 VELIKIJ_USTJUG 22981 +RSM00022996 60.3670 49.6500 152.0 OBJACEVO 22996 +RSM00023022 69.7500 61.7000 53.0 AMDERMA 23022 +RSM00023032 69.7200 66.8194 24.0 MARRE-SALE 23032 +RSM00023058 69.0800 76.9000 2.0 ANTIPAJUTA 23058 +RSM00023074 69.4000 86.1700 14.0 DUDINKA GSN 23074 +RSM00023114 68.5500 55.5000 5.0 MYS KONSTANTINOVSKII 23114 +RSM00023146 68.4667 73.5831 2.0 MYS KAMENNYJ 23146 +RSM00023205 67.6331 53.0331 5.0 NARJAN MAR GSN 23205 +RSM00023207 67.0170 51.2000 18.0 KOTKINO 23207 +RSM00023219 67.0831 59.3831 84.0 HOSEDA HARD 23219 +RSM00023220 67.0500 64.0697 113.0 ELEZKAJA 23220 +RSM00023226 67.4830 64.0160 172.0 VORKUTA 23226 +RSM00023242 67.6994 72.9494 12.0 NOVY-PORT 23242 +RSM00023256 67.4700 78.7300 26.0 TAZOVSKOE 23256 +RSM00023274 67.4700 86.5700 20.0 IGARKA 23274 +RSM00023305 66.2500 52.5830 20.0 OKUNEV NOS 23305 +RSM00023324 66.4300 60.7700 58.0 PETRUN 23324 +RSM00023330 66.5294 66.5294 15.0 SALEKHARD GSN 23330 +RSM00023331 66.9000 65.6700 895.0 RA-IZ 23331 +RSM00023345 66.5997 72.9000 5.0 NYDA 23345 +RSM00023365 66.5997 82.3000 34.0 SIDOROVSK 23365 +RSM00023383 66.8797 93.4700 277.0 AGATA GSN 23383 +RSM00023405 65.4331 52.2667 78.0 UST TZILMA GSN 23405 +RSM00023412 65.9700 56.9194 77.0 UST-USA 23412 +RSM00023418 65.1167 57.1000 53.0 PECHORA 23418 +RSM00023426 65.3820 64.7170 19.0 MUZI 23426 +RSM00023445 65.4700 72.6700 14.0 NADYM 23445 +RSM00023463 65.9800 84.2700 41.0 JANOV STAN 23463 +RSM00023472 65.7831 87.9331 38.0 TURUHANSK GSN 23472 +RSM00023514 64.5200 55.4000 156.0 IRAEL 23514 +RSM00023518 64.2660 57.6170 75.0 UST-SUGOR 23518 +RSM00023527 64.2800 60.8800 28.0 SARAN-PAUL 23527 +RSM00023552 64.9200 77.8200 26.0 TARKO-SALE GSN 23552 +RSM00023585 64.4200 93.0800 88.0 KOCHUMDEK 23585 +RSM00023589 64.2000 93.7800 105.0 TUTONCHANY 23589 +RSM00023606 63.5500 53.8170 137.0 UHTA 23606 +RSM00023625 63.6500 62.1000 28.0 SOSVA 23625 +RSM00023631 63.9300 65.0500 27.0 BEREZOVO GSN 23631 +RSM00023656 63.3800 78.3200 66.0 HALESOVAJA 23656 +RSM00023662 63.9800 82.0800 31.0 TOLKA 23662 +RSM00023678 63.1500 87.9500 46.0 VERHNEIMBATSK GSN 23678 +RSM00023701 62.9000 50.9000 103.0 VESLJANA 23701 +RSM00023707 62.2300 50.4200 106.0 UST-VUM 23707 +RSM00023711 62.7000 56.2000 135.0 TROICKO-PECHERSKOE GSN 23711 +RSM00023724 62.4300 60.8694 51.0 NJAKSIMVOL GSN 23724 +RSM00023734 62.4500 66.0500 70.0 OKTYABR SKOYE 23734 +RSM00023803 61.6830 53.6830 144.0 UST-KULOM 23803 +RSM00023804 61.6667 50.8667 116.0 SYKTYVKAR 23804 +RSM00023813 61.8000 57.9170 174.0 UST-UNJA 23813 +RSM00023847 61.3000 71.3000 33.4 SYTOMINO 23847 +RSM00023849 61.2500 73.5000 55.0 SURGUT 23849 +RSM00023867 61.1000 80.2500 55.0 LARYAK 23867 +RSM00023884 61.6000 90.0167 62.0 BOR GSN 23884 +RSM00023891 61.6667 96.3667 256.0 BAJKIT GSN 23891 +RSM00023904 60.4500 50.9700 124.0 KOIGORODOK 23904 +RSM00023909 60.2830 54.3500 198.0 GAJNY 23909 +RSM00023914 60.4000 56.5200 208.0 CHERDYN' GSN 23914 +RSM00023921 60.6831 60.4500 93.0 IVDEL 23921 +RSM00023929 60.3170 64.2170 53.0 SAIM 23929 +RSM00023933 61.0167 69.1167 46.0 HANTY-MANSIJSK GSN 23933 +RSM00023946 60.5000 74.0200 47.0 UGUT 23946 +RSM00023955 60.4331 77.8667 47.0 ALEKSANDROVSKOE GSN 23955 +RSM00023966 60.3500 84.0800 98.0 VANZIL-KYNAK 23966 +RSM00023973 61.0000 89.6000 49.0 VOROGOVO 23973 +RSM00023975 60.3500 88.3670 86.0 SYM 23975 +RSM00023982 61.0200 93.4200 122.0 VELMO 23982 +RSM00023986 60.3800 93.0300 513.0 SEVERO-ENISEJSK 23986 +RSM00023987 60.2500 90.2330 58.0 JARCEVO 23987 +RSM00024076 69.3300 139.6697 282.0 DEPUTATSKIJ 24076 +RSM00024105 68.4700 102.3700 272.0 ESSEJ 24105 +RSM00024125 68.5000 112.4331 217.0 OLENEK GSN 24125 +RSM00024136 68.6200 118.3300 78.0 SUHANA 24136 +RSM00024143 68.7300 124.0000 38.0 DZARDZAN GSN 24143 +RSM00024197 68.2330 145.3000 152.0 DRUZINA 24197 +RSM00024266 67.5667 133.4000 136.0 VERHOJANSK GSN 24266 +RSM00024329 66.2500 114.2800 233.0 SELAGONCY GSN 24329 +RSM00024343 66.7667 123.4000 88.0 ZHIGANSK GSN 24343 +RSM00024371 66.8000 136.6800 274.0 UST-CHARKY 24371 +RSM00024382 66.4500 143.2297 195.0 UST-MOMA GSN 24382 +RSM00024477 65.3000 135.6700 674.0 IEMA 24477 +RSM00024507 64.2667 100.2331 188.0 TURA GSN 24507 +RSM00024538 64.2300 116.9200 137.0 CHUMPURUK 24538 +RSM00024561 65.0000 130.6830 737.0 SYURYUN-KYUYEL 24561 +RSM00024585 64.5660 143.2000 523.0 UST-NERA 24585 +RSM00024598 64.1670 148.0330 845.0 DARPIR 24598 +RSM00024606 63.5800 103.9700 209.0 KISLOKAN 24606 +RSM00024639 63.2830 118.3330 119.0 NJURBA 24639 +RSM00024641 63.7831 121.6167 110.0 VILJUJSK GSN 24641 +RSM00024643 63.9500 124.8300 76.0 HATYRYK-HOMO 24643 +RSM00024652 63.9670 127.4670 96.0 SANGARY 24652 +RSM00024656 63.5170 129.4830 79.0 BATAMAJ 24656 +RSM00024661 64.0000 130.3000 208.0 SEGEN-KYUEL 24661 +RSM00024671 63.9500 135.8700 399.0 TOMPO GSN 24671 +RSM00024678 63.1300 138.2800 554.0 ZAPADNAYA 24678 +RSM00024679 63.2200 139.6000 1286.0 VOSTOCHNAJA 24679 +RSM00024688 63.2500 143.1500 740.0 OJMJAKON GSN 24688 +RSM00024713 62.8800 108.4300 246.0 NAKANNO 24713 +RSM00024724 63.0000 112.3000 422.0 CHERNISHEVSKII 24724 +RSM00024725 62.5300 111.2300 228.0 TUOY-KHAYA 24725 +RSM00024726 62.5000 113.9000 351.0 MIRNYJ 24726 +RSM00024738 62.1500 117.6500 131.0 SUNTAR GSN 24738 +RSM00024763 62.8000 134.4000 119.0 KREST-HALDZHAY 24763 +RSM00024768 62.0330 132.6000 186.0 CURAPCA 24768 +RSM00024790 62.7800 148.1700 646.0 SUSUMAN 24790 +RSM00024802 61.7000 102.7000 357.0 STRELKA CHUNJA 24802 +RSM00024817 61.2667 108.0167 284.0 ERBOGACEN GSN 24817 +RSM00024856 61.4830 129.1500 115.0 POKROVSKAJA 24856 +RSM00024891 61.8830 147.3500 670.0 KULU 24891 +RSM00024908 60.3331 102.2667 259.0 VANAVARA GSN 24908 +RSM00024918 60.0670 107.9670 292.0 PREOBRAZENKA 24918 +RSM00024923 60.7200 114.8800 241.0 LENSK 24923 +RSM00024933 60.9500 119.3000 247.0 KILEER 24933 +RSM00024944 60.4000 120.4167 223.0 OLEKMINSK 24944 +RSM00024951 60.8167 125.3167 117.0 ISIT 24951 +RSM00024959 62.0167 129.7167 98.0 JAKUTSK GSN 24959 +RSM00024962 60.9000 131.9830 146.0 AMGA 24962 +RSM00024966 60.3831 134.4497 169.0 UST-MAJA GSN 24966 +RSM00024967 60.4700 130.0000 173.0 TEGJULTJA 24967 +RSM00024982 60.7200 142.7800 396.0 UEGA 24982 +RSM00024988 60.0830 142.3330 198.0 ARKA 24988 +RSM00025034 69.6200 162.3000 24.0 BUHTA AMBARCIK 25034 +RSM00025042 69.9300 167.9800 13.0 OSTROV AION 25042 +RSM00025062 69.8797 175.7700 2.0 MYS BILLINGSA 25062 +RSM00025123 68.7500 161.2830 28.0 CHERSKIJ 25123 +RSM00025138 68.1200 164.1700 98.0 OSTROVNOE 25138 +RSM00025173 68.9000 -179.3669 2.0 MYS SHMIDTA GSN 25173 +RSM00025206 67.4500 153.7200 20.0 SREDHEKOLYMSK 25206 +RSM00025248 67.2500 168.9700 352.0 ILIRNEJ GSN 25248 +RSM00025282 67.8300 -175.8000 3.0 MYS VANKAREM 25282 +RSM00025325 66.5500 159.4200 127.0 UST-OLOJ GSN 25325 +RSM00025356 66.3797 173.3300 78.0 ENMUVEEM GSN 25356 +RSM00025372 67.0000 -178.9000 139.0 AMGUEMA 25372 +RSM00025378 66.3497 -179.1000 21.0 EGVEKINOT 25378 +RSM00025392 66.9330 -171.8330 20.0 ENURMINO 25392 +RSM00025399 66.1700 -169.8000 5.0 MYS UELEN GSN 25399 +RSM00025400 65.7300 150.9000 41.0 ZYRJANKA GSN 25400 +RSM00025428 65.2300 160.5300 260.0 OMOLON 25428 +RSM00025503 64.7500 153.9700 97.0 KORKODON 25503 +RSM00025526 64.2500 161.0700 373.0 KEGALI 25526 +RSM00025538 64.2200 164.2300 324.0 VERHNEE PENZINO GSN 25538 +RSM00025551 64.6831 170.4167 25.0 MARKOVO GSN 25551 +RSM00025563 64.7831 177.5667 64.0 ANADYR GSN 25563 +RSM00025594 64.4167 -173.2333 25.0 BUHTA PROVIDENJA GSN 25594 +RSM00025621 64.0000 158.9200 682.0 KEDON 25621 +RSM00025656 63.4000 172.7000 200.0 BEREZOVO-1 25656 +RSM00025677 63.0500 179.3200 3.0 BERINGOVSKAJA 25677 +RSM00025703 62.9167 152.4167 206.0 SEJMCHAN 25703 +RSM00025705 62.4500 152.3200 264.0 SREDNEKAN GSN 25705 +RSM00025715 62.5000 155.7830 542.0 OMSUKCHAN 25715 +RSM00025744 62.4831 166.2167 10.0 KAMENSKOE +RSM00025745 62.4831 166.2167 10.0 KAMENSKOE GSN 25745 +RSM00025767 62.0500 175.2000 11.0 HATYRKA 25767 +RSM00025777 62.4000 179.1000 4.0 GAVRIILA BUHTA 25777 +RSM00025802 61.8700 152.2200 583.0 STRELKA 25802 +RSM00025821 61.9500 158.9670 23.0 NAJAHAN 25821 +RSM00025822 61.9500 160.3670 2.0 GIZIGA 25822 +RSM00025902 60.7500 151.7700 796.0 ATKA 25902 +RSM00025912 59.5700 151.2800 4.0 OLA 25912 +RSM00025913 59.5500 150.7831 115.0 MAGADAN 25913 +RSM00025916 58.8300 151.3500 64.0 MYS ALEVINA 25916 +RSM00025922 60.7200 155.8800 34.0 SHELIHOVO 25922 +RSM00025927 59.6500 154.2700 7.0 BROHOVO GSN 25927 +RSM00025932 60.6800 160.4000 45.0 TAJGONOS 25932 +RSM00025954 60.3500 166.0000 2.0 KORF 25954 +RSM00025956 60.4300 169.6700 3.0 APUKA 25956 +RSM00026059 59.3670 28.6000 19.0 KINGISEPP 26059 +RSM00026063 59.9667 30.3000 3.0 ST. PETERSBURG GSN 26063 +RSM00026069 59.4000 30.1000 90.0 BELOGORKA 26069 +RSM00026072 59.9330 31.0000 17.0 PETROKREPOST 26072 +RSM00026078 59.3500 31.2330 39.0 LJUBAN 26078 +RSM00026092 59.9500 34.2000 91.0 SUGOZERO 26092 +RSM00026094 59.7000 33.6000 61.0 TIHVIN 26094 +RSM00026099 59.5000 34.7000 176.0 EFIMOVSKAJA 26099 +RSM00026157 58.7000 27.8000 40.0 GDOV 26157 +RSM00026167 58.5670 29.8000 91.0 NIKOLAEVSKOE 26167 +RSM00026179 58.5170 31.2500 24.0 NOVGOROD 26179 +RSM00026188 58.6800 32.7000 113.0 VEREBYE (CLOSED) 26188 +RSM00026196 58.9000 34.5330 164.0 HVOJNAJA 26196 +RSM00026258 57.8167 28.3331 43.0 PSKOV 26258 +RSM00026264 58.2670 29.1000 129.0 STRUGI KRASNYE 26264 +RSM00026268 57.8170 29.9500 71.0 DNO 26268 +RSM00026275 58.0000 31.3000 24.0 STARAJA_RUSSA 26275 +RSM00026283 58.3670 33.3170 176.0 OKULOVKA 26283 +RSM00026285 58.2670 32.5330 63.0 KRESTCY 26285 +RSM00026289 57.9670 33.2330 219.0 VALDAJ 26289 +RSM00026291 58.4170 33.9000 89.0 BOROVICI 26291 +RSM00026298 57.9000 34.1000 213.0 BOLOGOE 26298 +RSM00026359 57.0000 28.9000 108.0 PUSKINSKIE_GORY GSN 26359 +RSM00026378 57.1500 31.1830 71.0 HOLM 26378 +RSM00026381 57.6500 32.4670 62.0 DEMJANSK 26381 +RSM00026384 57.3300 32.0500 101.0 MAREVO (CLOSED) 26384 +RSM00026389 57.1330 33.1170 218.0 OSTASKOV 26389 +RSM00026393 57.5500 34.5670 169.0 VYSNIJ VOLOCEK 26393 +RSM00026477 56.3500 30.6167 97.0 VELIKIE LUKI 26477 +RSM00026479 56.4800 31.6300 187.0 TOROPEC 26479 +RSM00026498 56.2670 34.3170 196.0 RZEV 26498 +RSM00026499 56.5000 34.9300 184.0 STARITSA 26499 +RSM00026585 55.8500 32.9500 222.0 BELYJ 26585 +RSM00026695 55.1670 34.4000 251.0 VJAZMA 26695 +RSM00026702 54.7167 20.5500 21.0 KALININGRAD 26702 +RSM00026781 54.7500 32.0667 239.0 SMOLENSK GSN 26781 +RSM00026795 54.4170 34.0170 238.0 SPAS-DEMENSK 26795 +RSM00026882 53.9330 32.8330 224.0 ROSLAVL 26882 +RSM00026894 53.5330 33.7500 177.0 ZUKOVKA 26894 +RSM00026896 53.7500 34.7300 193.0 ZHIZDRA 26896 +RSM00026898 53.3300 34.2297 162.0 BRJANSK 26898 +RSM00026976 53.0000 31.6000 148.0 KRASNAJA_GORA 26976 +RSM00026997 52.6000 33.7997 178.0 TRUBCEVSK GSN 26997 +RSM00027008 59.4000 35.9000 137.0 BABAEVO 27008 +RSM00027026 59.6330 39.3000 133.0 KOROBOVO 27026 +RSM00027037 59.3167 39.9167 125.0 VOLOGDA GSN 27037 +RSM00027051 59.9700 42.7500 134.0 TOT-MA GSN 27051 +RSM00027066 59.5300 45.4500 141.0 NIKOLSK 27066 +RSM00027083 59.9000 48.3000 180.0 OPARINO 27083 +RSM00027097 59.3830 48.9830 213.0 MURASI 27097 +RSM00027108 58.5670 35.6330 145.0 OHONY 27108 +RSM00027113 59.2500 37.9670 114.0 CEREPOVEC 27113 +RSM00027164 58.8200 44.3200 150.0 YEKIMTSEVO (KOLOGRIV) 27164 +RSM00027199 58.6000 49.6331 157.0 KIROV 27199 +RSM00027208 57.8000 35.9000 140.0 MAKSATIHA 27208 +RSM00027217 57.8000 36.7000 147.0 BEZECK 27217 +RSM00027225 58.1000 38.7000 114.0 RYBINSK 27225 +RSM00027242 58.4830 41.5330 97.0 BUJ 27242 +RSM00027243 58.4000 42.4000 132.0 GALITCH 27243 +RSM00027252 58.3500 43.3830 144.0 NIKOLO-POLOMA 27252 +RSM00027271 58.3670 45.5330 125.0 SAR'JA 27271 +RSM00027277 57.9000 45.8000 136.0 VETLUGA 27277 +RSM00027281 58.3000 47.1170 166.0 SABALINO 27281 +RSM00027283 58.3000 48.4000 127.0 KOTEL'NIC 27283 +RSM00027296 58.1000 49.9000 175.0 KUMENY 27296 +RSM00027316 57.3500 37.5830 138.0 KASIN 27316 +RSM00027321 57.5000 38.3000 122.0 UGLIC 27321 +RSM00027329 57.2000 39.4170 102.0 ROSTOV 27329 +RSM00027331 57.6330 39.7500 129.0 JAROSLAVL' 27331 +RSM00027333 57.7331 40.8500 125.0 KOSTROMA 27333 +RSM00027346 57.4500 42.1670 128.0 KINESMA 27346 +RSM00027347 56.9500 40.9670 126.0 IVANOVO 27347 +RSM00027355 57.3330 43.1170 132.0 JUR'EVEC 27355 +RSM00027369 57.1330 45.1670 111.0 KRASNYE BAKI 27369 +RSM00027373 57.6670 46.6330 176.0 SAKUN'JA 27373 +RSM00027393 57.5500 49.9500 136.0 NOLINSK 27393 +RSM00027402 56.8830 35.8670 137.0 TVER 27402 +RSM00027412 56.8670 37.3830 123.0 SAVELOVO 27412 +RSM00027417 56.3500 36.7500 167.0 KLIN 27417 +RSM00027428 56.4000 38.7500 185.0 ALEKSANDROV 27428 +RSM00027441 56.9000 41.4000 98.0 SHU'J 27441 +RSM00027453 56.7000 43.4000 157.0 VOLZSKAJA_GMO 27453 +RSM00027459 56.2667 44.0000 161.0 NIZNIJ NOVGOROD 27459 +RSM00027462 56.7330 44.5170 118.0 SEMENOV 27462 +RSM00027479 56.3500 43.5700 108.0 KOZMODEMYANSK 27479 +RSM00027480 56.9830 47.3170 92.0 SANCURSK 27480 +RSM00027485 56.6000 47.9000 106.0 JOSKAR-OLA 27485 +RSM00027491 57.0000 48.7330 143.0 NOVYJ TOR'JAL 27491 +RSM00027502 56.1000 35.9000 198.0 VOLOKOLAMSK 27502 +RSM00027507 55.5170 35.0330 194.0 GAGARIN 27507 +RSM00027509 55.5000 36.0000 185.0 MOZAJSK 27509 +RSM00027511 55.9000 36.8170 162.0 NOVO-JERUSALIM 27511 +RSM00027523 55.7670 38.6830 135.0 PAVLOVSKIJ POSAD 27523 +RSM00027532 56.1170 40.3500 170.0 VLADIMIR 27532 +RSM00027539 55.6000 40.6500 136.0 GUS'-HRUSTAL'NYJ 27539 +RSM00027549 55.6000 42.0000 119.0 MUROM 27549 +RSM00027577 55.5330 45.5000 125.0 SERGAC 27577 +RSM00027581 56.1000 47.1000 163.0 CEBOKSARY 27581 +RSM00027587 55.5170 47.4670 183.0 KANAS 27587 +RSM00027595 55.7331 49.2000 116.0 KAZAN GSN 27595 +RSM00027606 55.0170 36.4830 197.0 MALOJAROSLAVEC 27606 +RSM00027611 55.3830 36.7000 193.0 NARO-FOMINSK 27611 +RSM00027612 55.8331 37.6167 156.0 MOSCOW GSN 27612 +RSM00027618 54.9330 37.4670 166.0 SERPUHOV 27618 +RSM00027625 55.1000 38.7000 114.0 KOLOMNA 27625 +RSM00027627 54.8330 38.1500 221.0 KASIRA 27627 +RSM00027643 55.3330 42.1170 114.0 VYKSA 27643 +RSM00027648 54.9500 41.7667 136.0 ELATMA GSN 27648 +RSM00027653 55.3670 43.7830 127.0 ARZAMAS 27653 +RSM00027665 55.0000 44.5000 219.0 LUKOJANOV 27665 +RSM00027675 55.1800 46.3300 121.0 PORETSKOYE 27675 +RSM00027679 54.8170 46.5830 180.0 ALATYR' 27679 +RSM00027697 54.9500 48.8170 156.0 TETJUSI 27697 +RSM00027703 54.5000 36.2000 201.0 KALUGA 27703 +RSM00027707 54.1000 35.3164 238.0 SUHINICI 27707 +RSM00027719 54.2330 37.6170 204.0 TULA 27719 +RSM00027729 54.2330 39.0330 166.0 MIHAJLOV 27729 +RSM00027730 54.6000 39.9000 158.0 RJAZAN 27730 +RSM00027736 54.3000 40.8830 99.0 SILOVO 27736 +RSM00027745 54.4000 41.9000 115.0 SASOVO 27745 +RSM00027752 54.6330 43.2330 139.0 TEMNIKOV 27752 +RSM00027758 54.0830 43.2500 198.0 TORBEEVO 27758 +RSM00027760 54.1330 45.2330 201.0 SARANSK 27760 +RSM00027762 54.7000 44.8700 198.0 POCHINKI (CLOSED) 27762 +RSM00027776 54.4830 46.7000 100.0 SURSKOE 27776 +RSM00027786 54.3170 48.3330 127.0 ULYANOVSK 27786 +RSM00027799 54.2330 49.6000 73.0 DIMITROVGRAD 27799 +RSM00027817 53.4000 36.5000 201.0 MCENSK 27817 +RSM00027821 54.0000 38.2000 231.0 UZLOVAJ' 27821 +RSM00027823 53.7831 39.2500 209.0 PAVELETZ 27823 +RSM00027835 53.7170 40.1170 127.0 RJAZSK 27835 +RSM00027848 53.4500 41.8000 144.0 MORSANSK 27848 +RSM00027853 53.8670 43.6830 148.0 NAROVCAT 27853 +RSM00027857 53.5000 42.6200 131.0 ZAMETCHINO 27857 +RSM00027858 53.3330 43.3170 261.0 PACELMA 27858 +RSM00027872 53.8500 46.4000 175.0 INZA 27872 +RSM00027894 53.6000 48.8000 143.0 NOVODEVIC'E 27894 +RSM00027906 52.9330 36.0000 203.0 OREL 27906 +RSM00027921 53.1500 38.1170 153.0 EFREMOV 27921 +RSM00027928 52.6330 38.5170 168.0 ELEC 27928 +RSM00027930 52.7000 39.5170 150.0 LIPECK 27930 +RSM00027935 52.8830 40.4830 158.0 MICURINSK 27935 +RSM00027947 52.7331 41.4667 160.0 TAMBOV 27947 +RSM00027957 52.6670 42.7170 130.0 KIRSANOV 27957 +RSM00027962 53.1300 45.0200 169.0 PENZA 27962 +RSM00027983 53.1830 48.4000 104.0 SYZRAN' 27983 +RSM00027995 53.0000 49.4000 46.0 BEZENCHUK GSN 27995 +RSM00028009 59.3300 52.2300 169.0 KIRS GSN 28009 +RSM00028026 59.6500 56.8000 180.0 SOLIKAMSK 28026 +RSM00028028 59.6000 56.8000 223.0 BEREZNIKI 28028 +RSM00028033 59.7500 60.0000 228.0 KARPINSK-IN-SVERDLO 28033 +RSM00028044 59.6000 60.5330 132.0 SEROV 28044 +RSM00028049 59.4330 62.3330 131.0 GARI 28049 +RSM00028064 59.6167 65.7167 70.0 LEUSI GSN 28064 +RSM00028076 59.6000 69.2830 57.0 DEMJANSKOE 28076 +RSM00028116 58.9830 54.6500 187.0 KUDYMKAR 28116 +RSM00028128 58.7670 56.2000 123.0 CERMOZ 28128 +RSM00028138 58.5167 58.8500 463.0 BISER GSN 28138 +RSM00028144 58.9000 60.7994 125.0 VERHOTURE 28144 +RSM00028202 58.4000 51.6000 178.0 FALENKY 28202 +RSM00028214 58.1330 52.5830 170.0 GLAZOV 28214 +RSM00028216 58.0830 54.6830 228.0 VERESCAGINO 28216 +RSM00028224 58.0167 56.3000 171.0 PERM GSN 28224 +RSM00028225 57.9150 56.0210 123.1 BOLSHOYE SAVINO 28225 +RSM00028234 58.1170 57.7830 226.0 LYSVA 28234 +RSM00028238 57.8000 58.7000 245.0 KIN 28238 +RSM00028240 57.8830 60.0670 258.0 NIZHNYJ TAGIL 28240 +RSM00028248 57.8670 61.7000 128.0 ALAPAJEVSK 28248 +RSM00028255 58.0994 63.7000 103.0 TURINSK 28255 +RSM00028264 58.0500 65.2660 62.0 TAVDA 28264 +RSM00028275 58.1500 68.2500 49.0 TOBOLSK GSN 28275 +RSM00028302 57.7500 51.5000 183.0 UNI 28302 +RSM00028307 57.1170 50.0000 165.0 URZUM 28307 +RSM00028312 57.6300 53.8200 187.0 DEBESSY 28312 +RSM00028319 57.0830 54.7500 130.0 NOZOVKA 28319 +RSM00028321 57.7170 55.3830 164.0 OHANSK 28321 +RSM00028326 57.4170 56.9330 140.0 KUNGUR 28326 +RSM00028334 57.3500 58.2170 244.0 SAMARY 28334 +RSM00028346 57.3670 61.9170 177.0 ARTEMOVSKY 28346 +RSM00028359 57.0670 64.6670 91.0 TUGULYM 28359 +RSM00028367 57.1500 65.5000 79.0 TYUMEN AMSG 28367 +RSM00028382 57.7170 57.6830 56.0 UST-ISIM 28382 +RSM00028383 57.5170 72.4000 66.0 TEVRIZ 28383 +RSM00028402 56.9000 51.1000 143.0 KILMEZ 28402 +RSM00028409 56.4330 52.2000 169.0 MOZGA 28409 +RSM00028411 56.8331 53.4500 155.0 IZEVSK 28411 +RSM00028418 56.4700 53.7300 125.0 SARAPUL GSN 28418 +RSM00028419 56.3000 54.9000 102.0 JANAUL 28419 +RSM00028428 56.5000 56.1330 142.0 CERNUSKA 28428 +RSM00028434 56.6500 57.7831 205.0 KRASNOUFIMSK 28434 +RSM00028440 56.8331 60.6331 281.0 EKATERINBURG 28440 +RSM00028445 56.7000 61.1000 286.0 VERHNEE DUBROVO 28445 +RSM00028449 56.4330 61.8670 168.0 KAMENSK-URALSKIJ 28449 +RSM00028451 56.8500 62.7170 126.0 KAMYSLOV 28451 +RSM00028455 56.7170 63.7670 121.0 BUTKA 28455 +RSM00028456 56.5170 64.6500 113.0 SATROVO 28456 +RSM00028465 56.6830 66.3500 60.0 JALTUROVOSK 28465 +RSM00028481 56.8170 70.6170 70.0 VIKULOVO 28481 +RSM00028491 56.9330 72.6670 87.0 BOL'SIE-UKI 28491 +RSM00028493 56.9000 74.3831 73.0 TARA GSN 28493 +RSM00028498 56.4500 73.6500 95.0 KOLOSOVKA 28498 +RSM00028502 56.2000 51.1000 212.0 VJATSKIE POLJANY 28502 +RSM00028506 55.7700 52.0694 152.0 YELABUGA 28506 +RSM00028517 55.6000 53.1000 112.0 MENZELINSK 28517 +RSM00028522 56.0830 56.5830 207.0 ASKINO 28522 +RSM00028533 56.0500 59.5830 320.0 NTAZEPETROVSK 28533 +RSM00028537 55.7000 57.9000 338.0 DUVAN 28537 +RSM00028541 56.0830 60.3000 401.0 VERHNIJ UFALEJ 28541 +RSM00028552 56.0800 63.6300 88.0 SHADRINSK GSN 28552 +RSM00028561 56.0200 65.7000 66.0 PAMJATNAJA 28561 +RSM00028573 56.0994 69.4300 81.0 ISCHIM AMSG 28573 +RSM00028586 55.8670 72.2000 120.0 TJUKALINSK 28586 +RSM00028588 55.5670 71.3670 129.0 NAZYVOEVSK 28588 +RSM00028593 56.1000 74.6330 78.0 BOLSHERECHE 28593 +RSM00028598 55.6000 73.4830 87.0 SARGATSKOE 28598 +RSM00028601 55.3170 50.6170 113.0 CISTOPOL 28601 +RSM00028611 55.3170 53.2000 80.0 MUSLJUMOVO 28611 +RSM00028615 55.1830 53.8000 126.0 BAKALY 28615 +RSM00028621 55.4170 55.5330 187.0 BIRSK 28621 +RSM00028624 55.1000 55.4000 98.0 KUSHNARENKOVO 28624 +RSM00028629 54.9000 56.9500 119.0 ULU-TELJAK 28629 +RSM00028630 55.1700 59.6700 532.0 ZLATOUST 28630 +RSM00028637 55.0000 57.9830 415.0 KROPACEVO 28637 +RSM00028642 55.3000 61.5330 227.0 CHELJABINSK-BALANDI 28642 +RSM00028655 55.2330 63.3170 176.0 SUMIHA 28655 +RSM00028659 54.9170 64.4330 127.0 KURTAMYS 28659 +RSM00028661 55.4667 65.4000 73.0 KURGAN 28661 +RSM00028666 55.2500 67.3000 140.0 MAKUSCHINO 28666 +RSM00028668 54.7670 66.0000 152.0 POLOVINNOE 28668 +RSM00028688 54.9000 71.2500 128.0 ISILKUL 28688 +RSM00028696 55.0330 74.5830 107.0 KALACINSK 28696 +RSM00028698 55.0167 73.3831 121.0 OMSK GSN 28698 +RSM00028704 54.5000 50.4000 78.0 CULPANOVO 28704 +RSM00028705 54.4170 51.1000 158.0 CELNO-VERSINY 28705 +RSM00028710 54.0830 54.9170 120.0 RAEVSKY 28710 +RSM00028711 54.5830 52.8000 312.0 BUGULMA 28711 +RSM00028712 54.5830 53.7330 126.0 TUIMAZY 28712 +RSM00028719 54.0000 54.2000 348.0 AKSAKOVO 28719 +RSM00028722 54.7167 55.8331 104.0 UFA GSN 28722 +RSM00028741 54.5500 60.3000 319.0 MIRNII 28741 +RSM00028748 54.0994 61.5994 192.0 TROITSK 28748 +RSM00028756 54.4670 64.8670 117.0 ZVERINOGOLOVSKAJA 28756 +RSM00028786 54.3670 71.7500 124.0 POLTAVKA 28786 +RSM00028797 54.2000 72.9670 125.0 ODESSKOE 28797 +RSM00028799 54.1670 74.8000 115.0 CERLAK 28799 +RSM00028801 53.9670 50.3670 65.0 KRASNOE POSELENIE 28801 +RSM00028802 53.9000 51.3000 112.0 SERNOVODSK 28802 +RSM00028806 53.6170 52.4500 87.0 BUGURUSLAN 28806 +RSM00028823 53.9000 57.4000 551.0 TUKAN 28823 +RSM00028825 53.5994 56.0000 137.0 STERLITAMAK 28825 +RSM00028831 53.9330 58.3330 565.0 BELORECK 28831 +RSM00028833 53.8700 59.2000 401.0 VERKHNEURALSK 28833 +RSM00028838 53.3500 59.0830 382.0 MAGNITOGORSK 28838 +RSM00028895 53.7800 73.8800 127.0 RUSSKAJA POLJANA 28895 +RSM00028900 53.2500 50.2167 136.0 SAMARA 28900 +RSM00028903 53.0000 52.0500 81.0 BOROVOYE, WOOD FARM 28903 +RSM00028908 52.6170 51.2830 88.0 AVANGARD ZERNOSOVHO 28908 +RSM00028909 52.8170 52.2170 80.0 BUZULUK 28909 +RSM00028916 52.9330 54.7500 190.0 SARLYK 28916 +RSM00028925 52.9500 55.9670 179.0 MELEUZ 28925 +RSM00028941 53.0500 60.6670 300.0 KARTALY 28941 +RSM00029023 59.8500 81.9500 77.0 NAPAS 29023 +RSM00029068 59.5000 91.0170 67.0 NAZIMOVO 29068 +RSM00029103 59.0670 76.7330 69.0 KATYLGA 29103 +RSM00029111 59.2000 78.2000 68.0 SREDNY VASJUGAN 29111 +RSM00029122 59.0500 80.9500 59.0 KARGASOK 29122 +RSM00029128 58.7000 81.5000 63.0 PARABEL' 29128 +RSM00029202 58.3500 76.3800 90.0 YAGYL-YAG (NOVYI VASYUGAN) 29202 +RSM00029209 57.7830 77.2830 100.0 MAJSK 29209 +RSM00029231 58.3000 82.8831 75.0 KOLPASEVO GSN 29231 +RSM00029253 58.4330 89.3670 137.0 LOSINOBORSKOE 29253 +RSM00029263 58.4500 92.1500 77.0 ENISEJSK GSN 29263 +RSM00029274 58.0830 93.0000 90.0 STRELKA 29274 +RSM00029282 58.3831 97.4500 131.0 BOGUCANY GSN 29282 +RSM00029289 57.9200 97.2200 378.0 GONDA 29289 +RSM00029313 57.5700 79.4300 96.0 PUDINO 29313 +RSM00029328 57.0000 82.0700 109.0 BAKCHAR 29328 +RSM00029348 57.0700 86.2200 114.0 PERVOMAJSKOE 29348 +RSM00029363 57.6330 92.2670 179.0 PIROVSKOE 29363 +RSM00029376 57.4000 94.8500 147.0 TROITSKOE 29376 +RSM00029379 57.2000 94.5500 163.0 TASEEVO 29379 +RSM00029393 57.6500 99.5300 219.0 CHERVJANKA 29393 +RSM00029405 56.6000 76.5670 116.0 KYSTOVKA 29405 +RSM00029418 56.3500 78.3500 124.0 SEVERNOE 29418 +RSM00029430 56.5000 84.9167 141.0 TOMSK 29430 +RSM00029456 56.5330 89.3170 205.0 TJUHTET 29456 +RSM00029464 56.6500 90.5500 231.0 BOLSOJ ULUJ 29464 +RSM00029467 56.2800 90.5000 265.0 ACHINSK 29467 +RSM00029471 56.9000 93.1330 180.0 BOLSHAJA MURTA 29471 +RSM00029477 56.5000 93.2830 164.0 SUHOBUZIMSKOE 29477 +RSM00029481 56.8500 95.2170 188.0 DZERZHINSKOE 29481 +RSM00029498 56.3500 98.3670 221.0 SITKINO 29498 +RSM00029524 55.8500 80.0330 129.0 KRESCHENKA 29524 +RSM00029532 56.2500 84.0000 113.0 KOZEVNIKOVO 29532 +RSM00029539 55.6700 84.4000 191.0 BOLOTNOE 29539 +RSM00029541 56.0700 85.6200 250.0 TAJGA 29541 +RSM00029551 56.2170 87.7500 140.0 MARIINSK 29551 +RSM00029552 56.1170 88.5170 222.0 TJAZIN 29552 +RSM00029553 56.2330 89.5830 291.0 BOGOTOL 29553 +RSM00029557 55.7500 88.3200 210.0 TISUL 29557 +RSM00029562 56.1000 91.6670 332.0 KEMCHUG 29562 +RSM00029563 56.1170 92.2000 479.0 KACA 29563 +RSM00029570 56.0331 92.7500 277.0 KRASNOJARSK GSN 29570 +RSM00029572 56.1830 92.6170 206.0 EMELJANOVO 29572 +RSM00029576 55.8000 94.3330 375.0 UJAR 29576 +RSM00029581 56.2000 95.6330 207.0 KANSK 29581 +RSM00029587 55.6330 95.4670 252.0 IRBEJSKOE 29587 +RSM00029594 55.9500 98.0000 305.0 TAJSHET 29594 +RSM00029602 55.2830 76.6000 111.0 CHANY 29602 +RSM00029605 55.2000 75.9700 110.0 TATARSK 29605 +RSM00029612 55.3331 78.3667 119.0 BARABINSK GSN 29612 +RSM00029613 55.3000 79.6170 140.0 UBINSKOE 29613 +RSM00029625 55.1000 80.9670 140.0 CULYM 29625 +RSM00029626 55.0330 82.1830 159.0 KOCENEVO 29626 +RSM00029631 55.3000 82.7500 137.0 KOLYVAN 29631 +RSM00029632 55.3000 83.6000 215.0 MOSKOVO 29632 +RSM00029634 55.0830 82.9000 176.0 NOVOSIBIRSK 29634 +RSM00029636 55.2330 84.4000 173.0 TOGUCHIN 29636 +RSM00029638 54.9000 82.9500 131.0 OGURCOVO 29638 +RSM00029642 55.2700 86.1070 263.0 KEMEROVO 29642 +RSM00029645 55.2500 86.2200 148.0 KEMEROVO 29645 +RSM00029649 55.0000 86.8000 151.0 KRAPIVINO 29649 +RSM00029653 55.3000 89.8170 387.0 UZUR 29653 +RSM00029654 55.2170 87.6500 495.0 CENTRALNYJ RUDNIK 29654 +RSM00029662 55.3830 91.6670 321.0 BALAHTA 29662 +RSM00029664 55.1000 90.8000 326.0 SVETLOLOBOVO 29664 +RSM00029675 55.0830 93.3670 477.0 KOLBA 29675 +RSM00029676 55.2500 94.8830 337.0 AGINSKOE 29676 +RSM00029698 54.8831 99.0331 411.0 NIZHNEUDINSK 29698 +RSM00029706 54.3670 77.2830 115.0 KUPINO 29706 +RSM00029712 54.7000 78.6670 113.0 ZDVINSK 29712 +RSM00029724 54.3000 80.5000 164.0 KOCHKI 29724 +RSM00029726 54.3670 81.9500 134.0 ORDYNSKOE 29726 +RSM00029735 54.3000 83.3830 293.0 POSEVNAJA 29735 +RSM00029736 54.3330 84.2170 198.0 MASLJANINO 29736 +RSM00029742 54.6670 86.1830 276.0 KOLCHUGINO 29742 +RSM00029752 54.7500 88.8200 1186.0 NENASTNAJA 29752 +RSM00029756 54.5000 89.9330 475.0 SIRA 29756 +RSM00029759 54.2000 89.4000 847.0 KOMMUNAR 29759 +RSM00029766 54.3670 92.1330 282.0 IDRINSKOE 29766 +RSM00029789 54.2200 96.9700 983.0 VERHNJAJA GUTARA GSN 29789 +RSM00029813 53.9670 79.2330 144.0 KRASNOOZERSK 29813 +RSM00029814 53.7000 78.0670 115.0 KARASUK 29814 +RSM00029816 53.6170 79.5500 138.0 HABARY 29816 +RSM00029817 53.3000 77.9000 108.0 LOSOVAYA 29817 +RSM00029822 53.8000 81.2800 127.0 KAMEN-NA-OBI 29822 +RSM00029827 53.2670 80.7670 122.0 BAEVO 29827 +RSM00029832 53.8000 83.6000 144.0 TAL'MENKA 29832 +RSM00029838 53.4331 83.5167 183.0 BARNAUL 29838 +RSM00029846 53.8000 86.9000 308.0 NOVOKUZNETSK 29846 +RSM00029848 53.4670 85.9170 272.0 TOGUL 29848 +RSM00029849 53.3000 87.2000 293.0 KUZEDEEVO 29849 +RSM00029858 53.2800 89.0700 527.0 NEOZHIDANNYJ 29858 +RSM00029862 53.7700 91.3200 254.0 ABAKAN(HAKASSKAJA) 29862 +RSM00029864 53.7170 90.3670 525.0 UYBAT 29864 +RSM00029866 53.7167 91.7000 254.0 MINUSINSK GSN 29866 +RSM00029869 53.3000 92.4170 298.0 ERMAKOVSKOE 29869 +RSM00029892 53.9500 98.8170 705.0 HADAMA 29892 +RSM00029894 53.3000 98.3000 918.0 ALIKDJER 29894 +RSM00029915 52.9700 78.6500 125.0 SLAVGOROD 29915 +RSM00029923 53.0700 82.3000 218.0 REBRIHA 29923 +RSM00029937 52.5170 82.7670 175.0 ALEJSKAJA 29937 +RSM00029939 52.6800 84.9500 224.0 BIJSK ZONALNAJA GSN 29939 +RSM00029946 52.8670 87.2830 354.0 KONDOMA 29946 +RSM00029956 52.8000 89.9170 455.0 TASTYP 29956 +RSM00029962 53.0500 90.9170 469.0 BEJA 29962 +RSM00029974 52.8000 93.2300 1404.0 OLENJA RECHKA 29974 +RSM00029999 52.5000 99.8000 1376.0 ORLIK 29999 +RSM00030028 59.2800 106.1700 350.0 IKA 30028 +RSM00030054 59.4500 112.5831 186.0 VITIM GSN 30054 +RSM00030089 59.0200 121.7700 174.0 DZHIKIMDA 30089 +RSM00030102 58.9670 101.0830 185.0 KEZMA 30102 +RSM00030117 58.2000 102.7500 401.0 UST-ILIMSK 30117 +RSM00030138 58.1000 108.6830 245.0 CECUJSK 30138 +RSM00030142 58.9000 111.2000 227.0 VIZIRNY' 30142 +RSM00030151 58.8500 112.9000 203.0 VORONCOVKA 30151 +RSM00030157 58.3170 112.8670 224.0 MAMA 30157 +RSM00030219 57.1000 104.9700 354.0 MAKSIMOVO 30219 +RSM00030229 57.3330 107.0670 271.0 VERHNE-MARKOVO 30229 +RSM00030230 57.7667 108.0667 256.0 KIRENSK GSN 30230 +RSM00030252 57.8200 114.0200 244.0 MAMAKAN 30252 +RSM00030253 57.8500 114.2331 278.0 BODAJBO 30253 +RSM00030309 56.2800 101.7500 411.0 BRATSK GSN 30309 +RSM00030312 56.7700 103.8300 274.0 ILIMSK (CLOSED) 30312 +RSM00030320 56.9000 105.7000 668.0 UST'-KUT 30320 +RSM00030328 56.0500 105.8300 338.0 ORLINGA 30328 +RSM00030337 56.3200 107.6200 355.0 KAZACHINSKOE 30337 +RSM00030356 56.3800 114.8300 513.0 TAKSIMO 30356 +RSM00030372 56.9000 118.2667 709.0 CHARA GSN 30372 +RSM00030385 56.5800 121.4800 430.0 UST-NJUKZHA 30385 +RSM00030393 56.8331 124.8667 855.0 CULMAN 30393 +RSM00030405 55.3830 101.0330 423.0 TANGUJ 30405 +RSM00030424 55.4000 105.5000 372.0 GOLOVSKOE 30424 +RSM00030433 55.7800 109.5500 477.0 NIZHNEANGARSK GSN 30433 +RSM00030437 55.1500 107.6200 495.0 KARAM 30437 +RSM00030439 55.1170 109.7500 465.0 TOMPA 30439 +RSM00030455 55.4670 113.6170 1097.0 UAKIT 30455 +RSM00030457 55.2670 113.1330 1078.0 BAUNT 30457 +RSM00030469 55.1200 116.7700 612.0 KALAKAN 30469 +RSM00030471 55.8700 117.3700 748.0 SREDNIJ KALAR 30471 +RSM00030484 55.4300 120.5500 526.0 SREDNJAJA OLEKMA 30484 +RSM00030493 55.9700 124.8800 860.0 NAGORNYJ 30493 +RSM00030499 55.1830 124.6670 528.0 TYNDA 30499 +RSM00030504 54.6000 100.6300 523.0 TULUN 30504 +RSM00030507 54.1830 100.0830 527.0 IKEJ 30507 +RSM00030514 54.2000 103.0000 418.0 UST-UDA 30514 +RSM00030521 54.8000 105.1667 416.0 ZHIGALOVO 30521 +RSM00030536 54.3300 109.5300 468.0 BARGUZINSKIJ ZAPOVEDNIK 30536 +RSM00030537 54.0330 108.2670 464.0 SOLNETHNAYA 30537 +RSM00030542 54.8500 111.1500 563.0 TASSA 30542 +RSM00030549 54.2000 111.9500 1302.0 KARAFTIT 30549 +RSM00030554 54.4700 113.5800 901.0 BAGDARIN GSN 30554 +RSM00030555 54.6167 113.1331 1315.0 TROICKIJ PRIISK 30555 +RSM00030565 54.4000 116.5000 686.0 UST-KARENGA 30565 +RSM00030576 54.4330 119.9000 644.0 TUPIK 30576 +RSM00030603 53.9330 102.0500 458.0 ZIMA 30603 +RSM00030606 53.6000 102.5330 450.0 ZALARI 30606 +RSM00030612 54.0000 103.0700 428.0 BALAGANSK 30612 +RSM00030618 53.1330 103.7670 446.0 BOHAN 30618 +RSM00030622 53.9670 105.9000 533.0 KACUG 30622 +RSM00030627 53.1000 105.5300 757.0 BAJANDAJ 30627 +RSM00030628 53.0500 106.9500 494.0 TASHKAY (CLOSED) 30628 +RSM00030632 53.8500 108.5800 458.0 BOLSHOJ USHKANIJ OSTROV 30632 +RSM00030635 53.4200 109.0200 459.0 UST-BARGUZIN 30635 +RSM00030636 53.6167 109.6331 488.0 BARGUZIN GSN 30636 +RSM00030650 53.2000 112.8000 920.0 ROMANOVKA 30650 +RSM00030664 53.7000 115.8000 811.0 TUNGOKOCEN 30664 +RSM00030669 53.0670 117.4830 708.0 ZILOVO 30669 +RSM00030673 53.7500 119.7331 624.0 MOGOCA GSN 30673 +RSM00030675 53.5500 118.7170 582.0 KSENEVSKAJA 30675 +RSM00030679 53.1000 119.2170 384.0 GORBICA 30679 +RSM00030682 53.8670 120.8670 472.0 AMAZAR 30682 +RSM00030683 53.9670 121.9330 522.0 EROFEJ PAVLOVIC 30683 +RSM00030686 53.4670 122.4000 295.0 IGNASINO 30686 +RSM00030688 53.4000 121.6000 314.0 POKROVKA 30688 +RSM00030692 54.0000 123.9667 397.0 SKOVORODINO 30692 +RSM00030695 53.5000 123.9000 266.0 DZALINDA 30695 +RSM00030703 52.9700 101.9800 541.0 INGA 30703 +RSM00030708 52.0500 101.0670 2083.0 ILCIR 30708 +RSM00030710 52.2667 104.3500 467.0 IRKUTSK GSN 30710 +RSM00030713 52.8170 104.7670 526.0 USTORDYNSKIJ 30713 +RSM00030715 52.4830 103.8500 437.0 ANGARSK 30715 +RSM00030726 52.5670 107.1330 461.0 SUHAJA 30726 +RSM00030727 52.0300 105.4200 461.0 BOLSHOE GOLOUSTNOE 30727 +RSM00030729 52.0500 106.6500 467.0 KABANSK 30729 +RSM00030731 52.9830 108.2830 487.0 GORJACINSK 30731 +RSM00030739 52.1670 109.7830 666.0 HORINSK 30739 +RSM00030741 52.8000 109.9000 1286.0 ZAMOKTA 30741 +RSM00030745 52.5300 111.5500 952.0 SOSNOVO-OZERSKOE 30745 +RSM00030758 52.0831 113.4831 671.0 CHITA GSN 30758 +RSM00030764 52.6500 115.1670 646.0 USUGLI 30764 +RSM00030765 52.5500 116.2000 533.0 ZJULZJA 30765 +RSM00030766 52.5330 117.0000 539.0 CHERNYSHEVSK 30766 +RSM00030768 52.0000 116.5330 482.0 NERCINSK 30768 +RSM00030772 52.7000 118.8000 407.0 UST-KARA 30772 +RSM00030777 52.2331 117.7000 528.0 SRETENSK 30777 +RSM00030781 52.7500 120.0330 370.0 URJUPINO 30781 +RSM00030802 51.6830 100.9830 1304.0 MONDY 30802 +RSM00030811 51.7300 102.5300 720.0 TUNKA 30811 +RSM00030815 51.5300 103.6000 1442.0 HAMAR-DABAN 30815 +RSM00030822 51.7200 105.8500 465.0 BABUSKIN 30822 +RSM00030823 51.8331 107.6000 514.0 ULAN-UDE 30823 +RSM00030824 51.5670 105.1170 472.0 TANHOJ 30824 +RSM00030829 51.1000 106.6500 556.0 NOVOSELENGINSK 30829 +RSM00030838 51.3170 108.8670 806.0 PETROVSKIJ ZAVOD 30838 +RSM00030843 51.7330 112.0000 907.0 MOGZON 30843 +RSM00030844 51.3500 110.4700 800.0 HILOK 30844 +RSM00030846 51.3500 112.4670 743.0 ULETY 30846 +RSM00030853 51.6330 114.3170 616.0 KARYMSKAJA 30853 +RSM00030856 51.4830 114.5330 877.0 SEDLOVAJA 30856 +RSM00030859 51.1000 114.5200 680.0 AGINSKOE 30859 +RSM00030862 51.8670 116.0330 597.0 SHILKA 30862 +RSM00030874 51.6500 117.5670 715.0 SELOPUGINO 30874 +RSM00030879 51.3200 119.6200 621.0 NERCHINSKIJ ZAVOD GSN 30879 +RSM00030915 50.4300 103.6000 984.0 CAKIR 30915 +RSM00030925 50.3667 106.4500 791.0 KJAHTA GSN 30925 +RSM00030934 50.6000 107.5830 638.0 BICURA 30934 +RSM00030935 50.3700 108.7500 770.0 KRASNYJ CHIKOJ 30935 +RSM00030938 49.4330 108.9000 940.0 MENZA 30938 +RSM00030947 50.1000 110.1000 1554.0 SHUMILOVKA 30947 +RSM00030949 49.5667 111.9667 907.0 KYRA GSN 30949 +RSM00030954 49.7000 112.6700 807.0 MANGUT 30954 +RSM00030957 50.2670 113.2670 732.0 AKSA 30957 +RSM00030961 50.9500 115.5830 640.0 OLOVJANNAJA 30961 +RSM00030965 50.4000 116.5167 675.0 BORZJA GSN 30965 +RSM00030971 50.9170 117.9330 807.0 ALEKSANDROVSKIJ ZAV 30971 +RSM00030972 50.8830 118.5830 694.0 DONO 30972 +RSM00030975 50.3000 119.1000 521.0 PRIARGUNSK 30975 +RSM00030978 49.8330 118.3830 550.0 KAJLASTUJ 30978 +RSM00031004 58.6167 125.0331 678.0 ALDAN GSN 31004 +RSM00031005 58.9500 126.3000 283.0 TOMMOT 31005 +RSM00031026 58.7300 130.6200 194.0 UCHUR 31026 +RSM00031054 59.1830 135.1500 212.0 UST-JUDOMA 31054 +RSM00031062 59.7700 137.6697 380.0 YUGARENOK 31062 +RSM00031088 59.3667 143.2164 5.0 OHOTSK GSN 31088 +RSM00031092 59.7700 148.6300 19.0 TALON 31092 +RSM00031102 57.6500 125.9700 1204.0 KANKU 31102 +RSM00031123 57.7670 130.9000 255.0 CJULBJU 31123 +RSM00031137 56.2800 131.1300 849.0 TOKO 31137 +RSM00031152 57.6500 136.1500 326.0 NELKAN 31152 +RSM00031168 56.4500 138.1500 6.0 AJAN GSN 31168 +RSM00031174 54.8300 137.5300 9.0 BOLSOY SANTAR 31174 +RSM00031199 55.0330 126.8000 448.0 UNAHA 31199 +RSM00031235 55.3300 134.5000 318.0 DZANA 31235 +RSM00031253 54.7167 128.8667 365.0 BOMNAK GSN 31253 +RSM00031263 54.7330 130.4490 464.0 LOKSAK 31263 +RSM00031285 54.5000 134.4197 62.0 UDSKOE 31285 +RSM00031286 54.7170 135.3170 5.0 CUMIKAN 31286 +RSM00031295 53.4670 125.8170 370.0 MAGDAGACI 31295 +RSM00031299 53.1000 126.3500 314.0 TYGDA 31299 +RSM00031300 53.7000 127.3000 229.0 ZEJA 31300 +RSM00031301 53.7000 127.3000 233.0 PIKAN 31301 +RSM00031311 53.9670 129.0670 405.0 OGORON 31311 +RSM00031318 53.0670 130.0170 254.0 NORA 31318 +RSM00031329 53.0831 132.9830 540.0 EKIMCHAN GSN 31329 +RSM00031338 53.1330 133.9670 682.0 SELEMDZA 31338 +RSM00031348 53.0500 136.0330 153.0 BURUKAN 31348 +RSM00031362 53.9500 140.3300 22.0 LITKE 31362 +RSM00031369 53.1500 140.7164 67.0 NIKOLAEVSK-NA-AMURE GSN 31369 +RSM00031371 52.7800 126.0000 208.0 CHERNJAEVO 31371 +RSM00031373 53.0000 128.6500 332.0 OKTJABRSKIJ PRIISK 31373 +RSM00031384 52.5670 129.0670 246.0 GAR 31384 +RSM00031388 52.3500 129.9167 207.0 NORSK 31388 +RSM00031392 52.8000 131.7170 359.0 STOJBA 31392 +RSM00031394 52.5830 131.1330 300.0 SELEMDZINSKOE 31394 +RSM00031397 52.3670 131.3000 293.0 BYSSA 31397 +RSM00031416 52.4167 136.5000 73.0 IM. POLINY OSIPENKO GSN 31416 +RSM00031418 52.2830 135.8000 201.0 VESELAJA GORKA 31418 +RSM00031421 52.7000 137.5330 60.0 GUGA 31421 +RSM00031436 52.7000 141.3000 5.0 DZAORE 31436 +RSM00031439 52.3800 140.4700 33.0 BOGORODSKOE 31439 +RSM00031442 51.9000 127.7000 276.0 SIMANOVSKAJA 31442 +RSM00031443 51.6300 128.8200 161.0 MAZANOVO 31443 +RSM00031445 51.4000 128.0000 196.0 SVOBODNYJ 31445 +RSM00031457 51.3500 129.1000 206.0 GOSH,AGRO 31457 +RSM00031459 51.3500 130.4300 260.0 VERHNJAJA TOM 31459 +RSM00031469 51.1670 132.9500 374.0 CEGDOMYN 31469 +RSM00031474 51.6330 133.3170 384.0 UST-UMALTA 31474 +RSM00031478 52.2700 133.9797 902.0 SOFIJSKIJ PRIISK 31478 +RSM00031482 51.7170 135.9330 132.0 DUKI 31482 +RSM00031484 51.4170 135.0830 269.0 HULARIN 31484 +RSM00031489 51.2000 136.8000 92.0 GORIN 31489 +RSM00031510 50.2500 127.5000 130.0 BLAGOVESCENSK 31510 +RSM00031513 50.9170 128.4670 178.0 BELOGORSK 31513 +RSM00031521 50.7830 129.3330 227.0 BRATOLJUBOVKA 31521 +RSM00031527 50.1170 129.4670 241.0 ZAVITAJA 31527 +RSM00031532 50.8667 132.2500 271.0 CEKUNDA 31532 +RSM00031534 50.4330 131.0170 230.0 SEKTAGLI 31534 +RSM00031538 50.1000 132.1000 343.0 SUTUR 31538 +RSM00031561 50.5330 137.0330 22.0 KOMSOMOLSK-NA-AMURE 31561 +RSM00031562 50.9000 138.2164 20.0 NIZHNE-TAMBOVSKOE 31562 +RSM00031583 49.7830 129.9170 116.0 MALINOVKA 31583 +RSM00031586 49.6000 128.0000 117.0 KONSTANTINOVKA 31586 +RSM00031587 49.6170 128.6500 115.0 POJARKOVO 31587 +RSM00031594 49.4167 130.0831 133.0 ARHARA 31594 +RSM00031618 49.0170 132.4670 154.0 BIRA 31618 +RSM00031624 49.4000 133.2330 198.0 URMI 31624 +RSM00031632 49.8000 134.6000 283.0 KUR 31632 +RSM00031636 49.5500 134.7330 222.0 NERAN 31636 +RSM00031655 49.4500 136.5670 33.0 TROICKOE 31655 +RSM00031677 49.2000 138.1000 915.0 SOLEKUL 31677 +RSM00031702 49.0000 131.0830 257.0 OBLUCE 31702 +RSM00031703 49.0000 131.7330 267.0 BIRAKAN 31703 +RSM00031707 47.7331 130.9667 72.0 EKATERINO-NIKOLSKOE GSN 31707 +RSM00031710 47.9500 132.6170 56.0 LENINSKOE 31710 +RSM00031713 48.7330 132.9500 80.0 BIROBIDZHAN 31713 +RSM00031725 48.6200 133.8300 50.0 SMIDOVICH 31725 +RSM00031733 48.8200 135.8800 62.0 ELABUGA 31733 +RSM00031735 48.5167 135.1167 88.0 HABAROVSK 31735 +RSM00031749 48.0170 136.8500 288.0 CHERINAY 31749 +RSM00031754 48.6000 137.0500 403.0 TIVJAKU 31754 +RSM00031770 49.0000 140.3000 21.0 SOVETSKAJA GAVAN 31770 +RSM00031786 47.5500 134.8170 89.0 VJAZEMSKAJA 31786 +RSM00031788 47.1000 134.3000 75.0 LERMONTOVKA 31788 +RSM00031792 47.7670 135.6330 105.0 BICEVAJA 31792 +RSM00031801 47.6670 136.1830 180.0 GVASJUGI 31801 +RSM00031825 47.6000 138.4000 165.0 AGZU 31825 +RSM00031829 47.3167 138.9830 27.0 ZOLOTOJ 31829 +RSM00031832 46.8000 134.2670 68.0 BIKIN 31832 +RSM00031845 46.5300 135.3000 128.0 KRASNYJ JAR 31845 +RSM00031866 46.5330 138.3330 4.0 SOSUNOVO 31866 +RSM00031873 45.8667 133.7330 97.0 DALNERECHENSK GSN 31873 +RSM00031878 45.0830 133.5330 98.0 KIROVSKIJ 31878 +RSM00031884 45.4170 134.2670 139.0 MALINOVO 31884 +RSM00031895 45.4500 135.5000 331.0 MELNICHNOE 31895 +RSM00031909 45.0000 136.6000 51.0 TERNEJ 31909 +RSM00031913 45.2170 131.9830 88.0 TURIJ ROG 31913 +RSM00031915 44.4000 131.3831 217.0 POGRANICHNYJ 31915 +RSM00031917 44.0330 131.3170 109.0 POLTAVKA 31917 +RSM00031921 44.7170 132.0670 78.0 ASTRAHANKA 31921 +RSM00031924 44.4330 132.0670 128.0 HKOROL 31924 +RSM00031926 44.6000 132.8170 96.0 SPASSK DALNIY 31926 +RSM00031931 44.8000 133.1000 99.0 SVIJAGINO 31931 +RSM00031935 44.4170 133.4830 154.0 JAKOVLEVKA 31935 +RSM00031939 44.1500 133.8670 259.0 CUGUEVKA 31939 +RSM00031958 44.2500 135.4500 65.0 BOGOPOL 31958 +RSM00031959 44.4000 135.9000 27.0 RUDNAJA PRISTAN 31959 +RSM00031960 43.8000 131.9331 187.0 VLADIVOSTOK GSN 31960 +RSM00031961 43.8000 131.9331 187.0 VLADIVOSTOK 31961 +RSM00031969 42.6500 130.8000 41.0 POSET 31969 +RSM00031977 43.2670 132.0500 82.0 VLADIVOSTOK (SAD GO 31977 +RSM00031981 43.9670 133.0670 188.0 ANUCINO 31981 +RSM00031987 43.1500 133.0170 208.0 PARTIZANSK 31987 +RSM00031989 42.9000 133.9000 44.0 PREOBRAZHENIE 31989 +RSM00031994 43.5830 134.1670 509.0 BEREZNJAKI 31994 +RSM00031995 43.7300 135.2700 18.0 OLGA,BAY 31995 +RSM00032012 54.4170 142.7170 68.0 MYS YELIZAVETY 32012 +RSM00032014 53.5700 142.5000 5.0 MOSKALVO 32014 +RSM00032027 52.2200 141.6300 6.0 POGIBI 32027 +RSM00032053 51.9200 143.1300 35.0 NOGLIKI 32053 +RSM00032057 51.1330 142.6670 66.0 ADO-TYMOVO 32057 +RSM00032061 50.9000 142.1667 30.0 ALEKSANDROVSK-SAHALINSKIJ GSN 32061 +RSM00032069 50.0500 142.1670 4.0 PILVO 32069 +RSM00032071 50.7000 142.7164 94.0 TIMOVSKOE 32071 +RSM00032076 50.4000 143.8000 6.0 POGRANICHNOE 32076 +RSM00032077 50.2330 142.5830 181.0 ONOR 32077 +RSM00032088 49.0700 142.0300 39.0 UGLEGORSK 32088 +RSM00032098 49.2167 143.1000 7.0 PORONAJSK GSN 32098 +RSM00032099 48.6500 144.7297 33.0 MYS TERPENIJ 32099 +RSM00032121 48.0000 142.2164 17.0 ILYINSKIY 32121 +RSM00032128 47.0500 142.0500 44.0 HOLMSK 32128 +RSM00032133 47.3330 142.8000 11.0 DOLINSK 32133 +RSM00032145 46.6700 141.8700 22.0 NEVELSK 32145 +RSM00032149 45.9000 142.0800 34.0 MYS KRILON 32149 +RSM00032150 46.9500 142.7200 22.0 JUZHNO-SAHALINSK GSN 32150 +RSM00032165 44.0167 145.8667 44.0 JUZHNO-KURILSK 32165 +RSM00032174 45.2500 147.8800 25.0 KURILSK 32174 +RSM00032186 46.2000 150.5000 76.0 URUP 32186 +RSM00032195 46.8500 151.8670 25.0 SIMUSIR 32195 +RSM00032207 48.0670 153.2170 58.0 MATUA 32207 +RSM00032213 50.8700 156.6800 48.0 MYS LOPATKA 32213 +RSM00032217 50.0170 155.4000 11.0 CAPE VASILEVA 32217 +RSM00032246 59.3000 163.1700 3.0 OSSORA 32246 +RSM00032252 58.5000 159.1700 4.0 UST-VOJAMPOLKA GSN 32252 +RSM00032287 57.0800 156.7000 3.0 UST-HAIRYUZOVO 32287 +RSM00032363 55.9000 158.7000 481.0 ESSO 32363 +RSM00032389 56.3167 160.8331 28.0 KLJUCHI GSN 32389 +RSM00032408 56.2170 162.4670 30.0 UST-KAMCHATSK 32408 +RSM00032411 55.5831 155.5831 8.0 ICA 32411 +RSM00032447 55.1200 159.0700 101.0 DOLINOVKA 32447 +RSM00032477 54.3000 155.9300 25.0 SOBOLEVO 32477 +RSM00032509 54.1000 159.9800 28.0 SEMJACHIK 32509 +RSM00032539 53.1000 157.7000 317.0 NACHIKI 32539 +RSM00032547 53.1000 158.3000 40.0 SOSNOVKA-1 32547 +RSM00032562 52.8300 156.3000 30.0 BOLSHERECK 32562 +RSM00032564 52.7000 156.2000 7.0 OKTJABRSKAJA 32564 +RSM00032583 52.9831 158.6500 32.0 PETROPAVLOVSK-KAMCHATSKIJ 32583 +RSM00032594 51.4830 156.4830 28.0 OZERNAJA 32594 +RSM00032618 55.2000 165.9800 16.0 NIKOLSKOYE/BERINGA OSTROV GSN 32618 +RSM00032623 54.7830 167.6000 4.0 PRE-OBRAZHENSKOYE 32623 +RSM00033042 52.4830 31.6670 138.0 ZLYNKA 33042 +RSM00034003 52.3200 36.3164 247.0 PONYRI 34003 +RSM00034009 51.7667 36.1667 247.0 KURSK 34009 +RSM00034013 52.4330 37.6000 179.0 LIVNY 34013 +RSM00034027 51.7830 38.1330 191.0 NOVO-KASTORNOE 34027 +RSM00034047 51.8330 41.4830 147.0 ZERDEVKA 34047 +RSM00034056 52.2500 43.7830 213.0 RTISCEVO 34056 +RSM00034063 52.2830 45.4000 199.0 PETROVSK 34063 +RSM00034069 51.8670 45.0330 206.0 ATKARSK 34069 +RSM00034072 52.3330 46.3670 302.0 KARABULAK 34072 +RSM00034083 52.5000 48.0830 88.0 HVALYNSK 34083 +RSM00034084 52.0700 47.3500 199.0 PRIVOLSKAYA 34084 +RSM00034098 52.0330 48.8330 38.0 PUGACEV 34098 +RSM00034109 51.2000 36.3170 192.0 OBOJAN 34109 +RSM00034110 51.1700 37.3500 223.0 BOGORODITSKOYE-FENINO 34110 +RSM00034116 51.3000 37.8830 218.0 STARYJ OSKOL 34116 +RSM00034123 51.7000 39.2167 147.0 VORONEZ GSN 34123 +RSM00034139 51.0500 40.7000 194.0 KAMENNAJA-STEP 34139 +RSM00034146 51.3670 42.0830 106.0 BORISOGLEBSK 34146 +RSM00034152 51.5500 43.1500 157.0 BALASHOV 34152 +RSM00034163 51.6300 45.4500 202.0 OKTJABRSKIJ-GORODOK GSN 34163 +RSM00034172 51.5667 46.0331 156.0 SARATOW 34172 +RSM00034186 51.3300 48.3500 106.0 ERSOV GSN 34186 +RSM00034199 51.2000 49.7330 104.0 OZINKI 34199 +RSM00034202 50.8000 35.8164 226.0 GOTNJA 34202 +RSM00034213 50.7500 37.8670 140.0 NOVYJ OSKOL 34213 +RSM00034214 50.6330 36.5830 224.0 BELGOROD 34214 +RSM00034231 50.9000 39.5000 115.0 LISKI 34231 +RSM00034238 51.4830 40.4170 154.0 ANNA 34238 +RSM00034240 50.8000 42.0000 110.0 URJUPINSK 34240 +RSM00034247 50.4000 41.1000 92.0 KALAC 34247 +RSM00034253 50.9000 43.8000 132.0 ELAN' 34253 +RSM00034254 50.5330 42.6830 98.0 NOVOANNENSKIJ 34254 +RSM00034262 50.8330 44.5670 114.0 RUDNYA 34262 +RSM00034267 50.3670 44.1170 102.0 DANILOVKA 34267 +RSM00034273 50.9500 46.9670 50.0 KRASNYJ KUT 34273 +RSM00034288 50.5200 47.6700 39.0 MALY UZEN' 34288 +RSM00034289 50.4000 48.1000 32.0 NOVOUZENSK 34289 +RSM00034321 50.2000 38.1000 112.0 VALUJKI 34321 +RSM00034336 49.9330 40.5670 84.0 BOGUCAR 34336 +RSM00034344 49.8000 41.1500 72.0 KAZANSKAJA 34344 +RSM00034356 49.8000 43.7000 119.0 FROLOVO 34356 +RSM00034357 49.5670 42.7500 200.0 SERAFIMOVIC 34357 +RSM00034363 50.0670 45.3670 119.0 KAMYSIN 34363 +RSM00034373 50.0500 46.8830 37.0 PALLASOVKA 34373 +RSM00034391 50.1500 48.5500 23.0 ALEKSANDROV GAJ 34391 +RSM00034432 49.4000 40.2000 145.0 CERTKOVO 34432 +RSM00034438 48.9000 40.5000 155.0 MILLEROVO 34438 +RSM00034445 49.2170 41.8330 91.0 BOKOVSKAJA 34445 +RSM00034452 49.3000 43.0800 88.0 KLETSKAYA 34452 +RSM00034473 49.4000 46.8000 28.0 JANIBEK 34473 +RSM00034476 49.1000 46.9000 6.0 EL-TON 34476 +RSM00034535 48.3000 40.3000 51.0 KAMENSK-SAHTINSKIJ 34535 +RSM00034545 48.3500 41.8670 90.0 MOROZOVSK 34545 +RSM00034555 48.3330 43.1170 68.0 NIZHNY-CHIR 34555 +RSM00034560 48.8000 44.7000 134.0 VOLGOGRAD 34560 +RSM00034578 48.0670 46.1170 5.0 CERNYJ JAR 34578 +RSM00034579 48.2000 46.7000 35.0 VERHNIJ_BASKUNCAK 34579 +RSM00034625 47.5670 38.8830 43.0 MATVEEV KURGAN 34625 +RSM00034635 47.7000 40.2670 118.0 SAHTY 34635 +RSM00034644 47.5830 41.1000 66.0 KONSTANTINOVSK 34644 +RSM00034646 47.6300 42.1200 64.0 CIMLJANSK 34646 +RSM00034655 47.6330 43.1500 49.0 KOTEL'NIKOVO 34655 +RSM00034662 47.9330 44.7000 9.0 MALYE DERBETY 34662 +RSM00034720 47.2000 38.9500 30.0 TAGANROG (LIGHTHOUSE) 34720 +RSM00034723 47.1170 39.4170 4.0 AZOV 34723 +RSM00034727 46.8000 38.2670 3.0 EJSK 34727 +RSM00034730 47.2500 39.8200 66.0 ROSTOV-NA-DONU 34730 +RSM00034737 46.5330 39.6170 22.0 KUSCEVSKAJA 34737 +RSM00034740 46.5200 41.3500 79.0 GIGANT 34740 +RSM00034743 47.1500 42.4830 72.0 ZIMOVNIKI 34743 +RSM00034747 46.5500 41.0500 111.0 CELINA 34747 +RSM00034748 46.7000 41.7330 25.0 PROLETARSKAYA 34748 +RSM00034753 47.1170 43.9330 81.0 ZAVETNOE 34753 +RSM00034759 46.6000 43.7000 106.0 REMONTNOE 34759 +RSM00034785 46.9170 47.9330 -19.0 DOSANG 34785 +RSM00034824 46.0331 38.1500 3.0 PRIMORSKO-AHTARSK 34824 +RSM00034825 46.0670 38.9670 17.0 KANEVSKAJA 34825 +RSM00034838 45.8500 40.0830 78.0 TIHORECK 34838 +RSM00034845 46.0670 41.9670 86.0 GORODOVIKOVSK 34845 +RSM00034858 45.9170 43.3500 87.0 DIVNOE 34858 +RSM00034861 46.3200 44.3000 151.0 ELISTA 34861 +RSM00034866 46.2000 45.4000 -7.0 JASKUL GSN 34866 +RSM00034880 46.2831 48.0500 -23.0 ASTRAKAN GSN 34880 +RSM00034887 45.8000 47.2170 -18.0 LIMAN 34887 +RSM00034915 45.3170 37.3830 2.0 KUBANSKAYA USTEVAYA 34915 +RSM00034922 45.6330 38.9330 22.0 TIMASEVSKAJA 34922 +RSM00034924 45.2830 38.1170 9.0 SLAVJANSK-NA-KUBANI 34924 +RSM00034927 45.0300 39.1500 29.0 KRASNODAR GSN 34927 +RSM00034936 45.4330 40.5670 106.0 KROPOTKIN 34936 +RSM00034949 45.0500 42.0200 473.0 STAVROPOL (AMSG) 34949 +RSM00034954 45.3500 42.8500 140.0 SVETLOGRAD 34954 +RSM00034958 45.1000 43.4500 162.0 BLAGODARNYJ 34958 +RSM00034964 45.4000 44.2000 76.0 ARZGIR 34964 +RSM00034982 45.7200 47.6000 -21.0 BIRYUCH'YA KOSA (CLOSED) 34982 +RSM00034984 45.4000 47.4000 -24.0 KASPIYSKIY 34984 +RSM00034989 45.3830 47.7830 -25.0 ISKUSSTVENNYJ OSTRO 34989 +RSM00035001 52.3830 50.4670 64.0 BOLSAJA GLUSCICA 35001 +RSM00035007 51.9000 50.3000 72.0 PERELYUB 35007 +RSM00035011 52.4000 53.1000 123.0 SOROCINSK GSN 35011 +RSM00035015 52.0830 53.6330 139.0 NOVOSERGIEVKA 35015 +RSM00035026 52.2000 57.4000 521.0 ZILAIR 35026 +RSM00035037 51.8670 58.1830 341.0 AKJAR 35037 +RSM00035041 52.4300 60.3500 309.0 BREDY 35041 +RSM00035121 51.6831 55.1000 117.0 ORENBURG 35121 +RSM00035125 51.4170 56.4170 131.0 BELJAEVKA 35125 +RSM00035127 51.0000 55.6000 143.0 AK-BULAK 35127 +RSM00035133 51.5000 59.9000 285.0 ADAMOVKA 35133 +RSM00035233 50.7500 59.6500 277.0 DOMBAROVSKIJ 35233 +RSM00036020 52.5000 80.2000 159.0 RODINO 36020 +RSM00036022 52.0170 80.3670 208.0 VOLCIHA 36022 +RSM00036034 51.5000 81.2167 216.0 RUBCOVSK 36034 +RSM00036038 51.1500 82.2000 354.0 ZMEINOGORSK 36038 +RSM00036045 51.6300 84.3200 409.0 SOLONESHNOE 36045 +RSM00036058 51.4330 86.0000 420.0 CEMAL 36058 +RSM00036061 52.2670 87.1670 327.0 TUROCAK 36061 +RSM00036064 51.8000 87.6000 482.0 YAJLJU 36064 +RSM00036068 51.4200 87.8000 550.0 BELYA 36068 +RSM00036096 51.7200 94.5000 626.0 KYZYL 36096 +RSM00036103 52.4700 96.1000 919.0 TOORA-HEM 36103 +RSM00036229 50.2800 85.6200 977.0 UST-KOKSA 36229 +RSM00036231 50.7500 86.1330 833.0 ONGUDAJ 36231 +RSM00036259 50.0000 88.6800 1759.0 KOSCH-AGACH GSN 36259 +RSM00036278 50.3700 90.4300 1850.0 MUGUR-AKSY 36278 +RSM00036307 50.2700 95.1200 1100.0 ERZIN 36307 +RSM00036442 50.0000 86.4200 2601.0 KARA-TJUREK 36442 +RSM00037000 44.7170 37.7670 30.0 NOVOROSSIJSK 37000 +RSM00037001 44.9000 37.3000 30.0 ANAPA 37001 +RSM00037004 44.5670 38.0170 27.0 GELENDZIK 37004 +RSM00037009 44.3330 38.7170 23.0 DZUGBA 37009 +RSM00037013 44.7500 39.9000 137.0 BELORECENSK 37013 +RSM00037014 44.6330 39.1000 62.0 GORJACIJ KLJUC 37014 +RSM00037017 44.2830 39.2670 323.0 GORNYIJ 37017 +RSM00037018 44.1000 39.1000 41.0 TUAPSE 37018 +RSM00037021 44.6170 40.0830 220.0 MAJKOP 37021 +RSM00037031 44.9831 41.1167 159.0 ARMAVIR 37031 +RSM00037036 44.6330 41.9670 343.0 NEVINNOMYSSK 37036 +RSM00037050 44.0900 43.0000 531.0 PJATIGORSK 37050 +RSM00037054 44.2000 43.1000 316.0 MINERAL-NYE-VODY 37054 +RSM00037058 44.1500 43.4670 302.0 GEORGIEVSK 37058 +RSM00037061 44.8000 44.1000 136.0 BUDENNOVSK 37061 +RSM00037066 44.5500 44.8330 69.0 ACHIKULAK 37066 +RSM00037075 44.3500 45.8300 19.0 JUZHNO-SUHOKUMSK 37075 +RSM00037085 44.4000 46.5500 -21.0 KOCUBEJ 37085 +RSM00037089 44.5000 47.5000 -23.0 T ULENIY-OSTROV 37089 +RSM00037099 43.5800 39.7700 57.0 SOTCHI 37099 +RSM00037107 43.6000 40.2000 566.0 KRASNAJA POLJANA 37107 +RSM00037123 43.9000 42.7200 890.0 KISLOVODSK 37123 +RSM00037126 43.7300 42.6700 2070.0 SHADZHATMAZ 37126 +RSM00037145 43.7330 44.6670 136.0 MOZDOK 37145 +RSM00037163 43.8330 46.7170 -5.0 KIZLJAR 37163 +RSM00037171 43.4330 39.9000 13.0 ADLER 37171 +RSM00037193 43.4500 41.7330 1325.0 TEBERDA 37193 +RSM00037212 43.5330 43.6330 425.0 NALCIK 37212 +RSM00037228 43.0500 44.6500 668.0 VLADIKAVKAZ 37228 +RSM00037235 43.3500 45.6831 162.0 GROZNYJ 37235 +RSM00037244 43.4000 46.1000 75.0 GUDERMES 37244 +RSM00037248 43.2500 46.5830 117.0 HASAVJURT 37248 +RSM00037367 42.6830 46.2000 980.0 BOTLIH 37367 +RSM00037461 42.4000 46.2500 2927.0 SULAK 37461 +RSM00037463 42.4000 46.9670 1399.0 GUNIB 37463 +RSM00037470 42.0700 48.3000 -19.0 DERBENT GSN 37470 +RSM00037471 42.8200 47.1200 472.0 BUYNAKSK 37471 +RSM00037472 42.9667 47.5500 28.0 MAHACKALA 37472 +RSM00037473 42.5330 47.9170 -21.0 IZBERG 37473 +RSM00037597 41.6670 48.1500 477.0 KASUMKENT 37597 +RSM00037663 41.4700 47.7294 1047.0 AKHTY 37663 +RSW00037201 71.5856 128.9158 9.1 SA TIKSI 4 SSE CRN +RWM00064387 -1.9690 30.1390 1481.0 KIGALI INTL 64387 +SA000040361 29.7830 40.1000 689.0 AL-JOUF GSN 40361 +SA000040430 24.5500 39.7000 636.0 AL-MADINAH GSN 40430 +SA000040438 24.7000 46.7330 620.0 RIYADH OBS. (O.A.P. GSN 40438 +SA000041024 21.7000 39.1830 17.0 JEDDAH (KING ABDUL GSN 41024 +SA000403940 27.4330 41.6830 1002.0 HAIL GSN 40394 +SAM00040356 31.6930 38.7310 854.4 TURAIF 40356 +SAM00040357 30.9070 41.1380 552.6 ARAR 40357 +SAM00040360 31.4120 37.2790 509.6 GURIAT 40360 +SAM00040362 29.6260 43.4910 449.3 RAFHA 40362 +SAM00040373 28.3350 46.1250 357.8 QAISUMAH 40373 +SAM00040375 28.3650 36.6190 777.5 TABUK 40375 +SAM00040377 27.9010 45.5280 412.1 KING KHALED MILITARY CITY 40377 +SAM00040400 26.1990 36.4760 20.1 WEJH 40400 +SAM00040401 26.2940 38.0640 623.0 PRINCE ABDULMAJEED BIN ABDULA 40401 +SAM00040405 26.3000 43.7670 648.0 GASSIM 40405 +SAM00040410 25.6670 39.3000 754.0 KHAYBER 40410 +SAM00040417 26.4500 49.8170 12.0 K.F.I.A. (KING FAHAD INT. AIR 40417 +SAM00040420 25.2850 49.4850 179.2 AL AHSA 40420 +SAM00040435 26.9830 44.1170 923.0 AL-DAWADAMI 40435 +SAM00040437 24.9580 46.6990 624.5 KING KHALED INTL 40437 +SAM00040439 24.1440 38.0630 7.9 YENBO 40439 +SAM00041030 21.4830 39.8330 310.0 MAKKAH/MECCA 41030 +SAM00041036 21.4830 40.5440 1477.7 TAIF 41036 +SAM00041055 20.2960 41.6340 1672.1 AL BAHA 41055 +SAM00041061 20.5040 45.2000 628.5 WADI AL DAWASIR 41061 +SAM00041084 19.9840 42.6210 1184.8 BISHA 41084 +SAM00041112 18.2400 42.6570 2090.3 ABHA 41112 +SAM00041114 18.2970 42.8040 2065.9 KING KHALED AB 41114 +SAM00041128 17.6110 44.4190 1213.7 NEJRAN 41128 +SAM00041136 17.4670 47.1210 720.2 SHARURAH 41136 +SAM00041140 16.9010 42.5860 6.1 KING ABDULLAH BIN ABDULAZIZ GSN 41140 +SAW00032502 26.2833 50.1500 25.3 DHAHRAN 40416 +SBM00071805 46.7630 -56.1760 8.2 ST PIERRE 71805 +SE000063980 -4.6670 55.5170 3.0 SEYCHELLES INTERNAT GSN 63980 +SF000015170 -34.6200 19.3000 14.0 DANGER POINT - VRT. +SF000028850 -34.7500 20.0000 12.0 ZOETENDALS VALLEI +SF000030320 -34.5330 20.0330 50.0 BREDASDORP 68920 +SF000047220 -34.0300 18.4200 100.0 GROOT CONSTANTIA +SF000061920 -34.1800 19.1000 262.0 LEBANON (BOS) +SF000065270 -34.2800 19.3200 213.0 TUSSENBEIDE +SF000066120 -34.2200 19.3500 122.0 BOONTJIESKRAAL +SF000067330 -34.2200 19.4300 244.0 CALEDON (POL) +SF000068296 -24.9830 31.6000 271.0 SKUKUZA 68296 +SF000068370 -26.4670 29.4500 838.0 BETHAL 68370 +SF000068438 -28.8000 24.7670 1196.0 KIMBERLEY GSN 68438 +SF000068496 -28.5000 32.4000 107.0 CAPE ST. LUCIA 68496 +SF000068712 -32.8330 17.8500 67.0 CAPE COLUMBINE 68712 +SF000068858 -33.0330 27.8330 125.0 EAST LONDON GSN 68858 +SF000068920 -34.8330 20.0170 14.0 CAPE AGULHAS 68920 +SF000068994 -46.8830 37.8670 21.0 MARION ISLAND GSN 68994 +SF000081360 -34.2700 20.0800 244.0 PROTEM +SF000083670 -34.1200 20.2300 168.0 KLEINFONTEIN +SF000084700 -34.3200 20.3000 168.0 PLAATJIES KRAAL +SF000087510 -34.0000 20.4300 250.0 SWELLENDAM (BOS) +SF000087820 -34.0300 20.4500 143.0 SWELLENDAM (TNK) +SF000097830 -34.0700 20.9700 98.0 BLACKDOWN +SF000098150 -34.0800 20.9500 91.0 HEIDELBERG CAPE (POL) +SF000104560 -34.0830 21.2500 116.0 RIVERSDALE 68926 +SF000107420 -34.3700 21.4200 15.0 STILBAAI (BOS) +SF000111320 -34.2000 21.6000 168.0 ALBERTINIA (POL) +SF000123030 -34.0700 22.1800 91.0 SANDHOOGTE (PUR) +SF000123930 -34.0700 22.2200 12.0 GREAT BRAK RIVER +SF000140630 -34.0500 23.0500 15.0 KNYSNA (TNK) +SF000143930 -34.0500 23.2300 229.0 HARKERVILLE (BOS) +SF000174520 -34.0300 24.7800 140.0 HUMANSDORP (POL) +SF000175820 -34.2000 24.8330 7.0 CAPE ST. FRANCIS 68938 +SF000206490 -33.8200 18.3800 18.0 ROBBEN ISLAND (VRT) +SF000206890 -33.9800 18.3800 655.0 TABLE.MTN WOODHEAD TUNNEL +SF000207460 -33.9300 18.4200 91.0 TABL.MTN MOLTENO RSV +SF000207470 -33.9500 18.4200 183.0 TABLE.MTN PLATTEKLIP +SF000207760 -33.9300 18.4300 61.0 CAPE TOWN FIRE STATION +SF000208660 -33.9300 18.4800 40.0 ROYAL OBSERVATORY +SF000210550 -33.9200 18.5300 15.0 CAPE TOWN MAITLAND (CEM) +SF000211300 -33.6700 18.5800 42.0 PHILADELPHIA POLISIE +SF000212600 -33.8300 18.6500 152.0 DURBANVILLE (POL) +SF000213300 -34.0200 18.6800 30.0 EERSTERIVIER (BOS) +SF000215910 -33.8500 18.8300 180.0 ELSENBURG +SF000216550 -33.9300 18.8700 122.0 STELLENBOSCH (TNK) +SF000218230 -33.7200 18.9700 125.0 PAARL (TNK) +SF000220380 -33.6300 19.0500 185.0 VRUGBAAR +SF000221130 -33.8800 19.0700 223.0 LA MOTTE (BOS) +SF000225210 -33.6800 19.3200 225.0 RAWSONVILLE (POL) +SF000225390 -34.0000 19.3000 350.0 VILLIERSDORP +SF000227590 -33.6170 19.4670 270.0 WORCESTER 68821 +SF000228030 -33.8800 19.4500 296.0 DOORNRIVIER +SF000235970 -33.9500 19.8300 236.0 MCGREGOR (POL) +SF000236110 -33.6800 19.8500 952.0 CONCORDIA +SF000236290 -33.9800 19.8500 285.0 RHEBOKSKRAAL +SF000236740 -33.7500 19.8800 375.0 DASSIESHOEK +SF000236780 -33.8000 19.9000 204.0 ROBERTSON 68718 +SF000241970 -33.7800 20.1300 223.0 MONTAGU (POL) +SF000254140 -33.9000 20.7300 375.0 BARRYDALE (POL) +SF000255990 -33.9800 20.8300 433.0 STRAWBERRY HILL (BOS) +SF000273020 -33.5300 21.6800 228.0 CALITZDORP POL +SF000278760 -33.6200 22.0000 250.0 WELBEDAGT +SF000281500 -34.0000 22.0700 183.0 KWEPERTUIN +SF000283350 -33.6170 22.2000 311.0 OUDTSHOORN 68826 +SF000284070 -33.7800 22.2300 411.0 GROOTDOORNRIVIER +SF000284150 -33.9200 22.2300 457.0 JONKERSBERG (BOS) +SF000285360 -33.9300 22.2800 297.0 KLEINFONTEIN +SF000287710 -33.8500 22.4500 610.0 HEROLD (POL) +SF000288380 -34.0170 22.3830 190.0 GEORGE AIRPORT GSN 68828 +SF000292940 -33.9000 22.6800 360.0 BERGPLAATS (BOS) +SF000292970 -33.9500 22.6700 333.0 WOODVILLE (BOS) +SF000295420 -33.5300 22.8200 565.0 ROOIRIVIER (BOS) +SF000296920 -33.5300 22.9000 610.0 BUFFELSKLIP +SF000298050 -33.9300 22.9700 282.0 GOUDVELD (BOS) +SF000298630 -33.9000 23.0000 442.0 MILLWOOD (BOS) +SF000300880 -33.9700 23.0500 280.0 GOUNA (BOS) +SF000300900 -34.0300 23.0800 259.0 CONCORDIA (BOS) +SF000302190 -33.6700 23.1300 730.0 UNIONDALE (TNK) +SF000302650 -33.9200 23.1500 680.0 BUFFELSNEK (BOS) +SF000304930 -33.6800 23.2800 1080.0 DE HOOP +SF000307750 -33.9300 23.4200 260.0 KEURBOOMSRIVIER (BOS) +SF000312370 -33.9500 23.6300 243.0 BLOUKRANS (BOS) +SF000315070 -33.9700 23.7800 229.0 LOTTERING (BOS) +SF000322090 -33.9800 24.1200 235.0 WITELSBOS (BOS) +SF000325030 -33.9000 24.2800 448.0 ZUUR ANYS +SF000336800 -33.8300 24.8800 40.0 HANKEY (POL) +SF000338710 -33.5300 25.0200 550.0 TIERHOEK +SF000340520 -33.8700 25.0300 80.0 LOERIE (SAR) +SF000341210 -33.5200 25.0800 320.0 ADOLPHSKRAAL +SF000341380 -33.8000 25.0800 420.0 LOERIE (BOS) +SF000343810 -33.8500 25.2200 420.0 VAN STAADENS (RSV) +SF000347620 -33.7000 25.4330 157.0 UITENHAGE 68839 +SF000352090 -33.9800 25.6200 50.0 DRIFT SANDS (BOS) +SF000366050 -33.5700 26.3300 274.0 LONGVALE +SF000366420 -33.7000 26.3700 191.0 ALEXANDRIA (BOS) +SF000367290 -33.6500 26.4200 183.0 ALEXANDRIA (POL) +SF000372820 -33.7000 26.6700 15.0 BOESMANSRIVIER +SF000375410 -33.5200 26.8200 210.0 BATHURST NS, +SF000376960 -33.6000 26.8830 37.0 PORT ALFRED 68847 +SF000381520 -33.5300 27.1000 40.0 GREATFISH-POINT VRT +SF000400350 -33.0830 18.0170 6.0 LANGEBAAN 68815 +SF000406040 -33.0700 18.3500 37.0 HOPEFIELD (POL) +SF000406530 -33.4000 18.3800 244.0 THE TOWERS +SF000413470 -33.2800 18.7000 170.0 LANGGEWENS (WRS) +SF000414170 -33.4670 18.7170 102.0 MALMESBURY 68715 +SF000422270 -33.2800 19.1500 165.0 TULBAGH (POL) +SF000423250 -33.4300 19.1800 268.0 KLUITJESKRAAL (BOS) +SF000423570 -33.4500 19.2000 255.0 LA PLAISANTE +SF000440500 -33.3500 20.0500 782.0 TOUWS RIVER 68818 +SF000447650 -33.2500 20.4300 1064.0 PIETER MEINTJIES (SAR) +SF000451340 -33.2300 20.5800 896.0 MATJIESFONTEIN (SAR) +SF000451840 -33.0700 20.5800 930.0 DWARS-IN-DIE-WEG +SF000456110 -33.2000 20.8670 656.0 LAINGSBURG 68723 +SF000460580 -33.4800 21.0200 411.0 BUFFELSVLEI +SF000464570 -33.1200 21.2700 700.0 KOUP (SAR) +SF000464790 -33.5000 21.2700 549.0 LADISMITH (TNK) +SF000468980 -33.4700 21.5000 518.0 OPSOEK (POS) +SF000473590 -33.4800 21.7000 335.0 CALITZDORP (DAM) +SF000474360 -33.2700 21.7700 457.0 WELTEVREDEN +SF000477160 -33.4300 21.9000 579.0 KRUISRIVIER +SF000480430 -33.2170 22.0330 0.0 PRINCE ALBERT ROAD 68818 +SF000480830 -33.4000 22.0700 716.0 MATJIESRIVIER (SKL) +SF000486240 -33.4200 22.3700 777.0 RUST-EN-VREDE +SF000490500 -33.3300 22.5300 732.0 KLAARSTROOM (POL) +SF000490600 -33.4800 22.5300 472.0 DE RUST (POL) +SF000493720 -33.2000 22.6700 832.0 RONDAWEL +SF000495620 -33.3800 22.8200 914.0 MATJESVLEI +SF000502300 -33.3500 23.1300 680.0 VONDELING(SAR)"T...KRAAL" +SF000508870 -33.2830 23.5000 842.0 WILLOWMORE 68832 +SF000514300 -33.1700 23.7500 632.0 MOOREDALE +SF000515800 -33.1800 23.8300 622.0 FULLARTON +SF000522700 -33.5000 24.1500 732.0 KOEIFONTEIN +SF000525710 -33.0200 24.3300 567.0 KLIPPLAAT (SAR) +SF000525900 -33.3300 24.3500 427.0 STEYTLERVILLE (MAG) +SF000528860 -33.2700 24.5000 533.0 WAAIPOORT +SF000534320 -33.2000 24.7300 555.0 EENSTROOM +SF000535880 -33.3000 24.8300 549.0 WOLWEFONTEIN (POL) +SF000547850 -33.0800 25.4700 421.0 MIDDELWATER +SF000561390 -33.3200 26.0800 274.0 ALICEDALE +SF000565970 -33.4500 26.3300 384.0 CLIFTON +SF000567090 -33.3200 26.3800 546.0 FIR GLEN +SF000570480 -33.2830 26.5000 642.0 GRAHAMSTOWN 68849 +SF000581920 -33.2000 27.1200 290.0 PEDDIE (MAG) +SF000592430 -33.0500 27.6500 189.0 SILVERDALES +SF000597220 -33.0200 27.9200 46.0 EAST LONDON -SIGNAL STN +SF000608640 -32.9200 18.0000 120.0 VREDENBURG (POL) +SF000624440 -32.9200 18.7700 229.0 PIKETBERG (POL) +SF000660270 -32.9500 20.5200 1320.0 DUMURE +SF000670740 -32.7300 21.0500 1094.0 ANYSRIVIER +SF000680100 -32.6700 21.5200 732.0 MERWEVILLE +SF000683290 -32.9800 21.6800 616.0 PRINCE ALBERT ROAD (SAR) +SF000685470 -32.6200 21.8200 625.0 ZEEKOEVLEI +SF000685890 -32.8200 21.8300 610.0 WILGERFONTEIN +SF000688570 -32.7800 21.9800 549.0 LEEU GAMKA (SAR) +SF000694830 -32.5500 22.2800 671.0 LETJIEBOS (SAR) +SF000695590 -32.8200 22.3200 792.0 LAMMERKRAAL +SF000698560 -32.7700 22.4800 866.0 PALMIETFONTEIN"KNAP DRAAI +SF000700330 -32.5700 22.5300 847.0 CYPHERFONTEIN +SF000700930 -32.5500 22.5500 890.0 NOBLESFONTEIN +SF000712640 -32.9000 23.1500 771.0 RIETBRON (MUN) +SF000735550 -32.7500 24.3200 748.0 ABERDEEN RD (SAR) +SF000738710 -32.5200 24.5000 613.0 KENDREW ESTATES +SF000742560 -32.7700 24.6500 518.0 UITKOMST +SF000742960 -32.9330 24.6670 424.0 JANSENVILLE 68738 +SF000743630 -32.5500 24.7200 637.0 KLIPFONTEIN +SF000750900 -33.0000 25.0500 320.0 BIESJIESFONTEIN +SF000752150 -32.5800 25.1300 715.0 PEARSTON (POL) +SF000753660 -32.5800 25.2500 790.0 PROSPECT +SF000754830 -32.5500 25.2800 910.0 STRUISHOEK +SF000757450 -32.9200 25.4200 720.0 DIE HOOGTE +SF000757840 -32.5700 25.4500 975.0 GROOTVLAKTE +SF000761330 -32.7320 25.5830 720.0 SOMERSET EAST 68742 +SF000762150 -32.5800 25.6300 1158.0 OUKRAAL +SF000765550 -32.7500 25.8200 579.0 COOKHOUSE (SAR) +SF000765670 -32.9500 25.8200 518.0 MIDDLETON (SAR) +SF000768840 -32.7300 26.0000 701.0 ALBERTVALE +SF000773090 -32.6500 26.1800 760.0 CULLENDALE +SF000775220 -32.7000 26.3000 599.0 ADELAIDE (POL) +SF000778810 -32.6800 26.5000 1143.0 FORT FORDYCE (BOS) +SF000781530 -32.5500 26.6000 914.0 BUXTON (BOS) +SF000782270 -32.7830 26.6330 455.0 FORT BEAUFORT 68747 +SF000782720 -32.5300 26.6800 640.0 BALFOUR (POL) +SF000784530 -32.5300 26.7700 777.0 SEYMOUR (MAG) +SF000787550 -32.5800 26.9300 1265.0 HOGSBACK (BOS) +SF000788790 -32.6700 27.0000 1006.0 WOLFRIDGE (BOS) +SF000792150 -32.5700 27.1300 969.0 CATA (BOS) +SF000792510 -32.6800 27.1500 646.0 KIESKAMAHOEK (POL) +SF000793160 -32.7700 27.1700 700.0 RABULA (BOS) +SF000793960 -32.6200 27.2300 975.0 DONTSA +SF000794850 -32.5800 27.3000 960.0 KUBUSIE (BOS) +SF000794900 -32.6700 27.2800 991.0 ISIDINGE (BOS) +SF000795240 -32.7300 27.3000 533.0 PIRIE (BOS) +SF000795510 -32.6800 27.3200 692.0 CWENCWE (BOS) +SF000796320 -32.5300 27.3700 917.0 KOLOGHA (BOS) +SF000797300 -32.6800 27.4200 831.0 IZELENI (BOS) +SF000797820 -32.5300 27.4500 927.0 DOHNE (SAR) +SF000798090 -33.0000 27.4700 488.0 MOUNT COKE (BOS) +SF000798110 -32.5170 27.4670 900.0 DOHNE 68754 +SF000798230 -32.7300 27.4700 625.0 FRANKFORT C/K +SF000800720 -32.7000 27.5300 713.0 KEI ROAD (POL) +SF000801430 -32.8800 27.5800 500.0 BERLIN (SAR) +SF000804570 -32.6300 27.7700 645.0 GRANTA +SF000805690 -32.9800 27.8200 158.0 UMZONIA (RSV) +SF000806940 -32.5800 27.9000 635.0 KOMGA (POL) +SF000810070 -32.6000 28.0000 550.0 HOPEWELL +SF000840590 -32.4800 18.5300 15.0 REDELINGHUIS (POL) +SF000845580 -32.3000 18.8200 408.0 ELANDSFONTEIN +SF000847010 -32.1800 18.9000 91.0 CLANWILLIAM (POL) +SF000853090 -32.1500 19.2000 338.0 WELBEDACHT +SF000853760 -32.2800 19.2200 488.0 WUPPERTHAL +SF000860070 -32.1200 19.5200 287.0 REENEN +SF000871860 -32.1000 20.1200 1384.0 AGTERKOP +SF000876350 -32.0800 20.3700 1183.0 BET-EL +SF000886670 -32.1200 20.8800 1274.0 PRINSHOF +SF000893850 -32.4200 21.2200 1650.0 RHENOSTERVLEI +SF000896430 -32.2200 21.3700 1448.0 WELTEVREDE +SF000896930 -32.0300 21.4000 1396.0 GROOTFONTEIN +SF000901760 -32.4300 21.6000 805.0 GROOTFONTEIN +SF000906000 -32.5000 21.8200 700.0 BULWATER +SF000912880 -32.3000 22.1700 847.0 GRANTHAM +SF000917630 -32.2200 22.4300 1600.0 PAARDEKRAAL +SF000918350 -32.4300 22.4700 780.0 KLIPBANKSFONTEIN +SF000918900 -32.3300 22.5000 920.0 STOLHOEK +SF000921410 -32.3500 22.5830 857.0 BEAUFORT WEST (MET) 68728 +SF000923690 -32.1500 22.7200 1036.0 DE HOOP +SF000923860 -32.4300 22.7200 878.0 BLOUBOSKUIL +SF000930740 -32.2300 23.0500 942.0 KAMFERSKRAAL +SF000933140 -32.2300 23.1800 1003.0 BAKENSRUG +SF000935800 -32.1800 23.3300 975.0 POORTJIE-WES +SF000941670 -32.2800 23.6000 963.0 SARELSRIVIER +SF000943160 -32.2700 23.6800 981.0 KYKRUG +SF000945130 -32.0500 23.7800 1350.0 OULTON +SF000945780 -32.1300 23.8300 1378.0 DE VLEI "DE KRUIS" +SF000947300 -32.1700 23.9200 1484.0 BEELDHOUERSFONTEIN +SF000950060 -32.1000 24.0200 1554.0 QUAGGASDRIFT +SF000951190 -32.4800 24.0700 747.0 ABERDEEN (TNK) +SF000951230 -32.0500 24.0800 1503.0 DOORNBOSCH +SF000953950 -32.0800 24.2300 1341.0 HOUD CONSTANT +SF000954280 -32.1300 24.2500 960.0 VAN DER WALTSHOEK +SF000956350 -32.0800 24.3800 1196.0 WATERFALL +SF000958230 -32.2200 24.4700 842.0 WINTERHOEK +SF000960450 -32.2500 24.5330 754.0 GRAAFF REINET 68736 +SF000960940 -32.0700 24.5700 1137.0 GROOTHOEK +SF000961010 -32.1800 24.5700 850.0 ROODEBLOEM +SF000962720 -32.0500 24.6700 1082.0 BLOEMHOF +SF000966800 -32.3300 24.8800 900.0 GROENKLOOF +SF000972390 -32.4800 25.1300 789.0 WALSINGHAM 1 +SF000974270 -32.1200 25.2500 1295.0 LORRAINE +SF000981840 -32.0700 25.6200 940.0 DE DOORNS +SF000981900 -32.1670 25.6170 102.0 CRADOCK 68744 +SF000985950 -32.4200 25.8300 869.0 LABORARE +SF000990200 -32.3000 26.0200 1295.0 LELIEKLOOF +SF000992290 -32.3200 26.1300 1326.0 CHEVIOT FELLS +SF000994920 -32.2000 26.2800 1295.0 WHEATLANDS +SF000994960 -32.2700 26.2800 1396.0 SPRINGVALLEY +SF000996220 -32.3500 26.3500 1550.0 VENTNOR +SF000997350 -32.2700 26.4200 1800.0 GLEN ROY +SF000998110 -32.0300 26.4700 1250.0 ROCKLANDS +SF001000250 -32.4200 26.5000 1113.0 FOUNTAIN HEAD +SF001000600 -32.5000 26.5300 1100.0 MILL HOLME +SF001003290 -32.4800 26.6800 945.0 KATBERG (BOS) +SF001007790 -32.4800 26.9300 1387.0 ROCKFORD +SF001010970 -32.1200 27.0700 887.0 TYLDEN "TULDEN" +SF001011920 -32.2000 27.1000 914.0 EXWELL PARK +SF001012570 -32.2800 27.1500 1181.0 CATHCART +SF001014440 -32.4200 27.2300 1170.0 CRAWLEY +SF001014470 -32.4500 27.2500 994.0 THOMAS RIVER (POL) +SF001015350 -32.4200 27.3000 1036.0 THOMAS RIVER (SAR) +SF001017190 -32.5000 27.4200 978.0 FORT CUNYNGHAME (BOS) +SF001018040 -32.4200 27.4500 1067.0 QACU (BOS) +SF001020420 -32.2200 27.5300 552.0 KEILANDS +SF001021500 -32.5000 27.6000 774.0 HUXLEY +SF001023000 -32.5200 27.6700 600.0 INVERGWALI +SF001023690 -32.1700 27.7200 1137.0 MBULU (BOS) +SF001025420 -32.0300 27.8200 831.0 TSOMO (POL) +SF001027620 -32.2000 27.9500 1060.0 NQAMAKWE (TNK) +SF001028400 -32.5200 27.9800 170.0 SIHOTA +SF001030810 -32.3500 28.0300 770.0 N'DABAKAZI (SAR) +SF001031390 -32.3300 28.0800 732.0 CEGCUANA (BOS) +SF001032300 -32.3300 28.1300 560.0 BUTTERWORTH (TNK) +SF001033770 -32.2800 28.2200 700.0 IBEKA (BOS) +SF001033970 -32.1200 28.2500 930.0 EMGCEWE (BOS) +SF001035700 -32.5000 28.3200 480.0 KENTANI (BOS) +SF001038860 -32.2700 28.5000 590.0 WILLOWVALE (TNK) +SF001042060 -32.4300 28.6200 189.0 MANUBIE (BOS) +SF001047620 -32.2000 28.9300 80.0 CWEBE +SF001073180 -31.8200 18.6800 604.0 PUTS +SF001073960 -31.6000 18.7500 147.0 VANRHYSDORP 68616 +SF001083110 -31.6800 19.1800 640.0 LOKENBURG +SF001095880 -31.8000 19.8300 1274.0 VONDELINGSFONTEIN +SF001097850 -31.5800 19.9500 1055.0 BO-DOWNES +SF001098350 -31.9200 19.9700 1268.0 DIE HOOP +SF001103850 -31.9200 20.2300 1135.0 MIDDELPOS (POL) +SF001105120 -31.5700 20.3000 1039.0 DIEPDRIFT +SF001106490 -31.8200 20.3700 1077.0 HARDERUG +SF001113730 -31.7200 20.7200 1105.0 DANIELS HOPE +SF001123460 -31.7700 21.2000 1225.0 PLOEGFONTEIN +SF001130250 -31.9170 21.5170 1268.0 FRASERBURG 68624 +SF001130430 -31.7200 21.5300 1195.0 WAMAKERSVLEI +SF001133210 -31.8700 21.7800 1294.0 SPITSHOEK +SF001136730 -31.7200 21.8800 1247.0 SAAIFONTEIN +SF001146490 -31.8300 22.3500 1494.0 SNYDERSFONTEIN +SF001147470 -31.9500 22.4200 1463.0 DUNEDIN +SF001148150 -31.6000 22.4500 1417.0 LAKENVLEI +SF001155280 -31.8000 22.8000 1280.0 WAGENAARSKRAAL +SF001155950 -31.9200 22.8300 1250.0 GANNAKRAAL +SF001160830 -31.8200 23.0200 1185.0 BRAKFONTEIN +SF001174470 -31.9700 23.7700 1175.0 MURRAYSBURG (POL) +SF001174870 -31.6200 23.7800 1370.0 ELANDSPOORT +SF001176750 -31.7500 23.8800 1340.0 KLIPPLAAT +SF001177490 -31.9800 23.8300 1215.0 VLEIPLAAS +SF001180290 -32.0000 24.0300 1448.0 COETZEEKRAAL +SF001183950 -31.5800 24.2300 1550.0 ZOETVLEI +SF001186400 -31.6700 24.3700 1622.0 VERGELEGEN +SF001190820 -31.8700 24.5500 1315.0 NIEU-BETHESDA (POL) +SF001192090 -31.9800 24.6300 1200.0 WELLWOOD +SF001193150 -31.7300 24.6800 1700.0 GORDONVILLE +SF001194440 -31.9000 24.7700 1402.0 BETHESDAWEG (SAR) +SF001200100 -31.6800 25.0200 1307.0 PHILADELPHIA +SF001203380 -31.6300 25.1800 1180.0 TAFELBERG HALL +SF001203510 -31.8500 25.1800 1125.0 DORINGKUIL +SF001212750 -31.5800 25.6700 1265.0 KAREEHOEK"KAREEFONTEIN" +SF001215180 -31.6500 25.8000 1260.0 HOFMEYER (MUN) +SF001215980 -31.9700 25.8300 1195.0 GROOTDAM +SF001218750 -31.5800 26.0200 1318.0 SPITSKOP (AGR) +SF001220710 -31.7000 26.0700 1478.0 HEILBRON "SMOORDRIF" +SF001224690 -31.8200 26.2700 1448.0 ELANDSFONTEIN +SF001224800 -32.0000 26.2700 1294.0 TARKASTAD (POL) +SF001225140 -31.5700 26.3000 1722.0 WILDEPERDEHOEK +SF001228060 -31.9300 26.4500 1227.0 WAVERLEY +SF001230630 -31.5500 26.5500 1349.0 STERKSTROOM (POL) +SF001233040 -31.5800 26.6800 1612.0 YARDLEY CHASE +SF001234660 -31.7700 26.7700 1300.0 NOOITGEDACHT +SF001235120 -31.5300 26.8000 1433.0 KALKOENKRANS (POL) +SF001236540 -31.9000 26.8670 1086.0 QUEENSTOWN 68648 +SF001244020 -31.7000 27.2300 1027.0 LADY FRERE (TNK) +SF001245100 -32.0000 27.2800 835.0 CONTEST +SF001250470 -31.7800 27.5300 1300.0 NQUQU (BOS) +SF001251500 -32.0000 27.5800 914.0 COFIMVABA (TNK) +SF001258680 -31.9700 27.9800 1143.0 INDLUNKULU (BOS) +SF001258800 -31.6700 28.0000 914.0 ENGCOBO (TNK) +SF001260820 -31.8700 28.0500 1103.0 NKOBONGO (AGR) +SF001262450 -31.5800 28.1500 884.0 MANINA (BOS) +SF001267240 -31.5700 28.4300 948.0 BAZIYA (BOS) +SF001271970 -31.7800 28.6200 750.0 QUNU (BOS) +SF001272980 -31.9700 28.6800 655.0 ELLIOTDALE (TNK) +SF001274060 -31.7800 28.7300 817.0 CEZU (BOS) +SF001274140 -31.9000 28.7300 750.0 KORANA "XORANA" +SF001274380 -31.8000 28.7500 716.0 MQANDULI (TNK) +SF001274850 -31.5800 28.7800 692.0 UMTATA +SF001277890 -31.6700 28.9500 792.0 SEBENI (BOS) +SF001278330 -31.8800 28.9700 564.0 WILO (BOS) +SF001280320 -31.5300 29.0500 823.0 LIBODE (BOS) +SF001280400 -31.6700 29.0300 655.0 NGQELENI (TNK) +SF001283140 -31.7300 29.1800 549.0 NOTINSILA (BOS) +SF001290070 -31.6330 29.5500 47.0 CAPE HERMES 68674 +SF001316390 -31.1500 18.3500 360.0 NUWERUS (POL) +SF001330500 -31.3300 19.0300 782.0 CLOUDSKRAAL +SF001332020 -31.3700 19.1200 719.0 NIEUWOUDVILLE (POL) +SF001344780 -31.4670 19.7670 975.0 CALVINIA GSN 68618 +SF001373370 -31.1200 21.2000 1183.0 GROOTFONTEIN +SF001380410 -31.1800 21.5300 1219.0 KAREEDOORN +SF001396580 -31.4700 22.3700 1372.0 LOXTON (POL) +SF001398500 -31.1700 22.4800 1433.0 PRINSHOF +SF001400200 -31.3300 22.5200 1400.0 REITFONTEIN +SF001405820 -31.2000 22.8300 1280.0 KWEEKWA +SF001406160 -31.2700 22.8500 1280.0 STERLING +SF001410660 -31.1000 23.0500 1265.0 RHEBOKSFONTEIN +SF001410750 -31.2700 23.0500 1219.0 DRIEFONTEIN +SF001413290 -31.4800 23.2300 1273.0 BIESJESFONTEIN +SF001416640 -31.0800 23.4000 1204.0 DOMBIETERSFONTEIN +SF001421530 -31.0500 23.6000 1292.0 LEKKERVLEI +SF001423790 -31.3000 23.7200 1288.0 PARYSFONTEIN +SF001424970 -31.3200 23.8200 1356.0 OUFONTEIN +SF001428050 -31.4200 23.9500 1417.0 RICHMOND C/K (TNK) +SF001428530 -31.2200 23.9800 1400.0 SCHOOTEFOUNTAIN +SF001432580 -31.3000 24.1500 1515.0 SCHEURFONTEIN +SF001433450 -31.2500 24.2000 1480.0 GROOTFONTEIN +SF001435790 -31.1500 24.3300 1460.0 THE MILLS +SF001435980 -31.4700 24.3300 1500.0 WELGELEGEN(MIDDLEMNT +SF001437840 -31.0700 24.4500 1390.0 HANOVER (POL) +SF001440850 -31.4200 24.5500 1448.0 BOKFONTEIN +SF001444490 -31.4800 24.7500 1524.0 KAPOKHOEK +SF001447910 -31.1830 24.9500 1496.0 NOUPOORT 68633 +SF001449000 -31.5000 25.0000 1250.0 MIDDLEBURG +SF001450290 -31.4800 25.0200 1250.0 GROOTFONTEIN 11, +SF001452610 -31.3500 25.1500 1380.0 TELPOORT +SF001453100 -31.1700 25.2000 1490.0 GROENVLEI +SF001453990 -31.1500 25.2300 1640.0 GRAPEVALE +SF001458100 -31.4800 25.4700 1128.0 MANOR HOLME +SF001460170 -31.3000 25.4800 1350.0 SKILDERKRANS +SF001464530 -31.0500 25.7700 1524.0 EENBULT +SF001465880 -31.3000 25.8300 1500.0 STEYNSBURG +SF001470100 -31.1700 26.0200 1554.0 HILLMOOR +SF001472250 -31.2700 26.1300 1515.0 HILLSIDE +SF001474160 -31.4200 26.2000 1600.0 DE RUST +SF001475240 -31.2300 26.3000 1532.0 STOCKDALE +SF001476540 -31.4000 26.3700 1591.0 MOLTENO (MUN) +SF001477770 -31.4500 26.4300 1673.0 SYFERGAT (SAR) +SF001480830 -31.4000 26.5700 1753.0 MARSHMOOR +SF001481270 -31.1200 26.5800 1676.0 KALKFONTEIN +SF001483520 -31.3700 26.7000 1770.0 BUFFELSFONTEIN 14 +SF001485170 -31.1170 26.8000 1603.0 JAMESTOWN 68649 +SF001485250 -31.2500 26.8000 1686.0 DEN HAAG +SF001490820 -31.3700 27.0500 637.0 DORDRECHT - TNK 14 +SF001492040 -31.4200 27.1300 1661.0 CLARKS SIDING +SF001500850 -31.4200 27.5500 1353.0 IDA +SF001506200 -31.3330 27.8500 1463.0 ELLIOT 68651 +SF001516040 -31.0700 28.3500 1250.0 MACLEAR (MAG) +SF001521900 -31.1700 28.6200 1378.0 NTYWENKA (BOS) +SF001522590 -31.3700 28.6000 1036.0 BELE (BOS) +SF001524680 -31.3000 28.7700 914.0 TSOLO +SF001524750 -31.4200 28.7700 1200.0 NQADU HEIGHTS (BOS) +SF001524820 -31.0200 28.7700 1240.0 CENGCANE (BOS) +SF001527920 -31.2000 28.9200 991.0 BENCUTI (BOS) +SF001536310 -31.0200 29.3700 1039.0 TABANKULU (BOS) +SF001538750 -31.0800 29.5000 838.0 FLAGSTAFF (TNK) +SF001541420 -31.3700 29.5800 594.0 LUSIKISIKI (TNK) +SF001543540 -31.4000 29.7000 518.0 NTSUBANE (BOS) +SF001547960 -31.2800 29.9500 183.0 MKAMBATI +SF001608070 -30.9500 19.4500 900.0 LOERIESFONTEIN (POL) +SF001638820 -30.7000 21.0000 1000.0 STERKSTROOM +SF001650030 -30.5500 21.5200 1000.0 KLEINDUBBELVLEI +SF001658980 -30.9700 22.0000 1320.0 CARNARVON +SF001662380 -30.9700 22.1300 1241.0 CARNARVON (POL) +SF001667550 -30.5800 22.4500 1164.0 OORLOGSHOEK +SF001672640 -30.9000 22.6500 1273.0 SWAELFONTEIN +SF001676650 -30.5700 22.8800 1134.0 VOSBURG +SF001680660 -30.5800 23.0500 1155.0 SANDPAN +SF001682500 -30.7000 23.1000 1129.0 SOUTWATER +SF001688000 -30.8500 23.4500 1163.0 NIEUWEJAARSFONTEIN +SF001690050 -30.5800 23.5000 1125.0 BRITSTOWN (POL) +SF001690900 -31.0000 23.5500 1283.0 THOMASGAT +SF001700090 -30.6500 24.0170 1247.0 DE AAR 68536 +SF001700990 -30.6500 24.0800 1244.0 EBENEZER (WELTEVREDE) +SF001701370 -30.7700 24.1000 1305.0 HARTEBEESTHOEK +SF001706390 -30.6300 24.3700 1417.0 ROOIWAL +SF001711170 -30.9500 24.5500 1340.0 WOLMADA +SF001715460 -30.6000 24.8300 1400.0 BELLROCK +SF001717560 -30.6200 24.9300 1265.0 ESPERANZA +SF001721630 -30.7200 25.1000 1372.0 COLESBERG (TNK) +SF001725800 -30.6800 25.3200 1253.0 AGTERTANG +SF001727240 -30.5500 25.4200 1250.0 TWEEFONTEIN +SF001728180 -30.6300 25.4500 1219.0 NORVALSPONT (POL) +SF001731340 -30.7300 25.5800 1271.0 GROENFONTEIN "MONTAGU" +SF001734970 -30.7830 25.8000 1283.0 VENTERSTAD 68545 +SF001740930 -30.5700 26.0800 1294.0 CLIFTON VALE +SF001743120 -30.6800 26.2000 1379.0 HUGHENDEN +SF001745500 -30.6800 26.3000 1387.0 ELLESMERE +SF001747530 -30.5700 26.4300 1308.0 GOEDEMOED (POL) +SF001750220 -30.8500 26.5200 1450.0 WELGEDACHT +SF001753710 -30.8000 26.8830 1351.0 ALIWAL NORTH 68546 +SF001760150 -30.7500 27.0200 1497.0 PAARDEFONTEIN +SF001762770 -30.6200 27.1700 1593.0 HERSCHEL +SF001763720 -30.7200 27.2200 1632.0 LADY GREY (POL) +SF001766310 -30.5300 27.3700 1455.0 STERKSPRUIT +SF001770450 -30.7500 27.5300 1832.0 AVOCA +SF001771780 -30.9330 27.6000 1819.0 BARKLY EAST 68558 +SF001771840 -30.5700 27.6200 1596.0 BLIKANA +SF001775520 -30.7200 27.8200 1900.0 FUNNYSTONE +SF001788810 -30.7000 28.5000 1364.0 MNT FLETCHER (TNK) +SF001793440 -30.7500 28.7200 1728.0 COLWANA (BOS) +SF001793530 -30.8800 28.6800 1298.0 ETWA (BOS) +SF001797130 -30.9000 28.8800 1311.0 AMANZAMNYAMA (BOS) +SF001797900 -30.6700 28.9500 1463.0 TSHATSHENI (BOS) +SF001798640 -30.9000 28.9800 1134.0 MNT FRERE (TNK) +SF001800300 -31.0000 29.0200 1154.0 PAPANE (BOS) +SF001800320 -30.5500 29.0200 1379.0 MVENYANE +SF001801230 -30.5500 29.0800 1481.0 MVENYANE (BOS) +SF001803940 -30.5700 29.2300 1463.0 PALMIET, KOKSTAD +SF001804390 -30.8200 29.2700 1118.0 INSIZWA (BOS) +SF001807120 -30.8700 29.4300 1200.0 TONTI (BOS) +SF001807220 -30.5330 29.4170 1278.0 KOKSTAD 68574 +SF001810730 -30.7700 29.6000 1212.0 FORT DONALD (BOS) +SF001815610 -30.8700 29.8200 933.0 BIZANA (BOS) +SF001816040 -30.5700 29.8500 860.0 GLENORA +SF001820130 -30.7300 30.0000 732.0 EUREKA +SF001823790 -30.8200 30.2200 548.0 BRYNAWE, PADDOCK +SF001825350 -30.9200 30.3000 65.0 BUSHY VALES, MARGATE +SF001827300 -30.6700 30.4300 205.0 THE VALLEYS +SF001827940 -30.7330 30.4500 17.0 PORT SHEPSTONE 68584 +SF001830050 -30.5800 30.5200 70.0 KLOOFEND +SF001861390 -30.3200 18.0800 1448.0 KAMIESBERG +SF001933470 -30.2800 21.6700 994.0 KALABASPUT +SF001943230 -30.3800 22.1800 1064.0 GANNAPAN +SF001944540 -30.0700 22.2700 1027.0 IRENE +SF001957300 -30.1700 22.9200 1061.0 NOOITGEDAG +SF001963750 -30.2500 23.2200 1033.0 ROOIPOORT +SF001984350 -30.2500 24.2300 1280.0 DONKERHOEK +SF001985240 -30.2500 24.3300 1323.0 BASBERG +SF001988360 -30.4300 24.4700 1356.0 PHILIPSTOWN (TNK) +SF001991070 -30.3000 24.5800 1289.0 GROOT-ARENDSKRAAL +SF001992750 -30.0800 24.6700 1201.0 PETRUSVILLE (POL) +SF001994350 -30.2700 24.7500 1219.0 BOSDUIWEKOP +SF002001660 -30.2500 25.1000 1356.0 KAREEPOORT +SF002004660 -30.2700 25.2700 1384.0 PHILIPPOLIS (POL) +SF002007640 -30.2300 25.4300 1539.0 KRIELSFONTEIN +SF002010200 -30.3500 25.5200 1484.0 ORANJE +SF002013610 -30.0300 25.7200 1399.0 HAMELFONTEIN +SF002013760 -30.2700 25.7200 1509.0 SPRINGFONTEIN (MUN) +SF002014820 -30.0300 25.7800 1423.0 TROMPSBURG (POL) +SF002025050 -30.4200 26.3000 1298.0 EBENHAEZER +SF002030430 -30.2200 26.5300 1407.0 SMITHFIELD (MUN) +SF002035950 -30.4200 26.8300 1497.0 ROUXVILLE (POL) +SF002036570 -30.4500 26.8800 1588.0 MIDDELPLAATS +SF002037370 -30.2800 26.9200 1612.0 RIETHOEK +SF002040500 -30.3300 27.0200 1615.0 LEEUWFONTEIN +SF002040580 -30.4700 27.0200 1524.0 COMPTON +SF002041380 -30.3000 27.0800 1661.0 ZASTRON (TNK) +SF002075600 -30.3500 28.8000 1490.0 MATATIELE 68570 +SF002084060 -30.2700 29.2300 1466.0 THE MEADOWS +SF002085280 -30.3000 29.3000 1661.0 BOKFONTEIN, FRANKLIN +SF002086350 -30.1000 29.3700 2150.0 BEN LOMOND +SF002087330 -30.2200 29.4200 1676.0 FLITWICK GRANGE +SF002090390 -30.1700 29.5300 1466.0 INSIKENI (BOS) +SF002097660 -30.2700 29.9300 732.0 UMZIMKULU (TNK) +SF002098250 -30.2500 29.9700 822.0 THE GRANGE, UMZIMKUL +SF002098860 -30.2700 30.0000 950.0 CROMLEIGH,IXOPO +SF002107980 -30.3000 30.4500 701.0 TANHURST EST, UMZINT +SF002108260 -30.2700 30.4800 579.0 SAWOTI +SF002146700 -29.6670 17.9000 1007.0 SPRINGBOK GSN 68512 +SF002238340 -29.9200 22.4700 1138.0 BOESMANSBERG +SF002242080 -29.9500 22.6200 1100.0 UITSIG +SF002243890 -29.9700 22.7200 1067.0 GROOTMODDERFONTEIN +SF002247340 -29.7300 22.9200 960.0 UNITEIT +SF002250650 -29.5800 23.0500 991.0 ROOISLOOT +SF002256790 -29.8200 23.3800 1082.0 KAREEKLOOF +SF002263270 -29.9500 23.6800 1021.0 STRYDENBERG (POL) +SF002267710 -29.8300 23.9300 1204.0 GOEDEHOOP +SF002270540 -29.9200 24.0300 1140.0 PERDEPUT +SF002271270 -29.6200 24.1000 1094.0 HOPETOWN (TNK) +SF002273680 -29.6500 24.2200 1067.0 ORANJERIVIER (SAR) +SF002277560 -29.6000 24.4300 1113.0 WANDA (POL) +SF002278110 -29.5200 24.4700 1167.0 LELIE SHOEK +SF002281700 -29.8500 24.6000 1132.0 BLESKOP +SF002284580 -29.6300 24.7700 1234.0 LUDIKSDAM +SF002284950 -29.7500 24.7800 1265.0 LUCKHOFF (POL) +SF002285670 -29.9700 24.8300 1265.0 TEVREDENHEID +SF002285710 -29.5200 24.8300 1219.0 ADAMSHOOP +SF002297370 -29.7800 25.4300 1387.0 JAGERSFONTEIN +SF002300270 -29.9500 25.5000 1417.0 SWARTKOPPIES +SF002300730 -29.7200 25.5500 1326.0 SLANGFONTEIN +SF002307640 -29.7300 25.9300 1349.0 EDENBURG (POL) +SF002307740 -29.8700 25.9700 1532.0 UITKYK +SF002308100 -30.0000 25.9500 1509.0 LILLYDALE +SF002312790 -29.6500 26.1700 1414.0 REDDERSBURG (POL) +SF002313610 -29.5200 26.2000 1445.0 HEBRON +SF002313950 -29.6000 26.2300 1433.0 BULSFONTEIN +SF002320180 -29.8000 26.5200 1608.0 CYFERFONTEIN +SF002321230 -29.5300 26.6000 1524.0 ROODEPOORT +SF002322110 -29.5200 26.6300 1509.0 NIEUWEJAARSFONTEIN +SF002322750 -29.5800 26.6700 1541.0 DEWETSDORP (POL) +SF002328230 -29.7200 26.9700 1472.0 WATERFORD +SF002328950 -29.9200 27.0000 1524.0 SWEETWATER +SF002328980 -29.9700 27.0000 1509.0 QUILIMANE +SF002330490 -29.8000 27.0500 1494.0 WONDERBOOM +SF002332110 -29.5200 27.1300 448.0 HOBHOUSE 23 +SF002332390 -30.0000 27.1300 1539.0 LADYSDALE +SF002381320 -29.7200 29.6000 1577.0 SNOWHILL +SF002384680 -29.8200 29.7700 1501.0 BULWER (TNK) +SF002386360 -29.6000 29.8700 1539.0 IMPENDLE (POL) +SF002390970 -29.6200 30.0700 1540.0 ELANDSHOEK, BOSTON +SF002394720 -29.8700 30.2700 884.0 RICHMOND-NATAL (TNK) +SF002394820 -29.5330 30.2830 1071.0 CEDARA 68580 +SF002395660 -29.9300 30.3200 810.0 LITTLE HARMONY, RICH +SF002395850 -29.7700 30.3300 846.0 BAYNESFIELD ESTATE +SF002396050 -29.5800 30.3500 703.0 BOTANIC GARDENS - PMB +SF002400220 -29.8700 30.5200 792.0 ESTON +SF002400730 -29.7200 30.5500 762.0 CAMPERDOWN +SF002402840 -29.7300 30.6700 620.0 INCHANGA (SAR) +SF002405640 -29.7800 30.7700 671.0 INTAKE +SF002407160 -29.9300 30.9000 115.0 UMLAAS WATERWORKS +SF002408830 -29.7200 31.0000 40.0 NATAL EST, MOUNT EDG +SF002408910 -29.8500 31.0000 91.0 DURBAN-BOTANICAL GARDENS +SF002410190 -29.8200 31.0200 61.0 DURBAN-COWIE RD. NURSERY +SF002410420 -29.7000 31.0300 96.0 EXPERIMENT STATION +SF002411030 -29.7200 31.0700 91.0 CORNUBIA +SF002411310 -29.6800 31.0800 15.0 BLACKBURN +SF002413020 -29.5300 31.1800 76.0 FRASERS +SF002444050 -29.2500 17.7300 884.0 STEINKOPF (POL) +SF002472420 -29.0300 19.1500 450.0 PELLA +SF002512610 -29.3500 21.1500 793.0 KENHARDT (POL) +SF002528940 -29.3800 22.0200 1029.0 BRAKBOSCHPOORT +SF002531740 -29.4200 22.1200 978.0 MARYDALE (POL) +SF002533630 -29.0500 22.2200 914.0 GROBLERSHOOP;BOEGOEB +SF002536480 -29.3000 22.3700 930.0 KOEGASBRUG +SF002545890 -29.3300 22.8300 1196.0 NIEKERKSHOOP (POL) +SF002552020 -29.3700 23.1300 960.0 NUWEJAARSKRAAL +SF002555520 -29.2000 23.3300 975.0 ORANJEOORD +SF002556260 -29.4300 23.3300 1033.0 BRAKKIES +SF002563810 -29.3500 23.7200 1082.0 GERTSPAN +SF002564530 -29.0670 23.7500 995.0 DOUGLAS 68530 +SF002566380 -29.1300 23.8800 1113.0 WIMBLEDON +SF002573910 -29.0200 24.2300 1051.0 PLOOYSBURG S.A.P. +SF002576550 -29.4200 24.3700 1210.0 BELMONT (POL) +SF002578450 -29.0800 24.4800 1137.0 EUREKA +SF002581820 -29.0300 24.6300 1114.0 MODDERRIVIER (POL) +SF002583800 -29.3300 24.7200 1201.0 WATERVAL WES +SF002584580 -29.1300 24.7700 1128.0 JACOBSDAL (POL) +SF002588120 -29.0300 24.9700 1143.0 DE KALK +SF002588940 -29.4000 25.0000 1189.0 KOFFIEFONTEIN (POL) +SF002592780 -29.1500 25.1700 1230.0 KROONPLAATS +SF002593480 -29.3000 25.1800 1292.0 LEYDEN +SF002597270 -29.1200 25.4200 1251.0 PETRUSBERG (POL) +SF002597430 -29.3800 25.4200 1341.0 KRANSHOEK +SF002600040 -29.0700 25.5200 1261.0 DOORNPLAAT +SF002600300 -29.5000 25.5300 1292.0 STEEUNMEKAAR (POL) +SF002605190 -29.1500 25.8000 1269.0 DE BRUG (POL) +SF002606780 -29.3000 25.8800 1350.0 KUILPUT +SF002608820 -29.2000 25.9700 1328.0 SALOPIA +SF002611460 -29.4500 26.0800 1365.0 KAFFERRIVIER (POL) +SF002613650 -29.1000 26.3000 1354.0 BLOEMFONTEIN AIRPOR GSN 68442 +SF002613680 -29.1200 26.2200 1393.0 BLOEMFONTEIN KINGS PARK +SF002617220 -29.0300 26.4000 1311.0 MAZELSPOORT DAM +SF002617330 -29.2200 26.4300 1411.0 TUSSENVIER +SF002621290 -29.1700 26.5800 1340.0 LIKATLONG +SF002624790 -29.5000 26.7700 1487.0 THE CLIFF +SF002626940 -29.0700 26.9000 1481.0 NORTH END +SF002630410 -29.1800 27.0300 1585.0 TWEESPRUIT +SF002630470 -29.2800 27.0300 1612.0 SHEENSPOST +SF002632800 -29.1800 27.1500 1623.0 WESTMINTER ESTATE +SF002633160 -29.2500 27.1800 1554.0 WARGUNDY +SF002633730 -29.2200 27.2200 1590.0 WATERLAND +SF002634990 -29.3200 27.2800 1667.0 KOMMISSIEPOORT +SF002635670 -29.4500 27.3000 1573.0 CONVAMORE +SF002637600 -29.1700 27.4500 1609.0 LADYBRAND (BOS) +SF002637920 -29.2000 27.4800 1593.0 LADYBRAND (SKL) +SF002686400 -29.1700 29.8700 1520.0 KILMASHOGUE,LOWLANDS +SF002688450 -29.0800 30.0000 1371.0 GLENIFFER +SF002690430 -29.2200 30.0300 1371.0 WESTON COLLEGE, MOOI +SF002691140 -29.4000 30.0700 1400.0 KNIGHT L C,BALGOWAN +SF002692950 -29.4200 30.1700 1225.0 ELDERSLIE, TWEEDIE +SF002694770 -29.4500 30.2700 1082.0 DE JONG RANCH, HOWIC +SF002695320 -29.3700 30.3000 1075.0 HAWKESTONE, HOWICK +SF002697740 -29.4000 30.4300 762.0 CRAMOND, ALBERT FALL +SF002701190 -29.5000 30.5700 960.0 WINDY HILL NO.2 +SF002702190 -29.1500 30.6300 980.0 CROWE'S PLACE,SEVEN +SF002707220 -29.0300 30.9300 1050.0 GLEN ELAND +SF002710990 -29.1700 31.0700 533.0 MAPUMULO (TNK) +SF002714020 -29.2000 31.2300 442.0 DOORNKOP +SF002720020 -29.0300 31.5200 45.0 AMATIKULU(MILL) +SF002721210 -29.0300 31.5800 55.0 GINGINDLOVU +SF002721270 -29.1300 31.5700 110.0 AMATIKULU +SF002740340 -28.5700 16.5300 20.0 KORTDOORN +SF002751790 -28.9800 17.1000 335.0 LEKKERSING +SF002760120 -28.7000 17.5200 250.0 NOORDOEWER +SF002760720 -28.7000 17.6000 168.0 VIOOLSDRIF 68411 +SF002771770 -28.9670 18.1000 415.0 HENKRIES 68514 +SF002773860 -28.9300 18.2200 441.0 GOODHOUSE. +SF002794970 -28.7800 19.2800 380.0 POFADDER;ONSEEPKANS. +SF002803510 -28.8500 19.7000 835.0 SKUITKLIP +SF002807720 -28.8800 19.9200 910.0 BLADGROND +SF002817600 -28.6700 20.4300 640.0 AUGHRABIES +SF002821660 -28.7700 20.6000 670.0 KAKAMAS SKL +SF002821960 -28.7700 20.6200 647.0 KAKAMAS-WATERWESE. +SF002824640 -28.7500 20.7700 732.0 VAALHOEK +SF002825840 -28.7500 20.8300 704.0 FRIERSDALE +SF002828220 -28.7000 20.9700 731.0 KEIMOES(E.SWENSON). +SF002828230 -28.7200 20.9700 728.0 KEIMOES (POL) +SF002830980 -28.6500 21.0500 775.0 GEELKOP +SF002840080 -28.6500 21.5200 914.0 THORNLEA +SF002848320 -28.9000 21.9800 866.0 GROBELERSHOOP (POL) +SF002870410 -28.6800 23.0300 1265.0 ONDER-GELUK +SF002874410 -28.8500 23.2700 1332.0 GRIQUATOWN (TNK) +SF002883780 -28.8000 23.7200 1234.0 CAMPBELL (MUN) +SF002885280 -28.8000 23.8000 1173.0 TWEEFONTEIN +SF002891020 -28.7000 24.0700 1013.0 SCHMIDTSDRIF +SF002900320 -28.5300 24.5300 1105.0 BARKLY WEST (TNK) +SF002904630 -28.7200 24.7700 1198.0 KIMBERLY-DE BEERS +SF002905600 -28.8300 24.8300 1166.0 BENFONTEIN +SF002908100 -29.0000 24.9500 1173.0 DRIEPUTS +SF002911480 -28.9500 25.0800 1161.0 PERDEBERG (SAR) +SF002918990 -28.9800 25.5000 219.0 KATDOORNPUT 29 +SF002930070 -28.6200 26.0200 1306.0 MIDDELKOP +SF002931060 -28.7700 26.0700 1266.0 FLORISBAD +SF002935140 -28.5800 26.3000 1353.0 STILLEWONING +SF002935970 -28.9500 26.3300 1295.0 GLEN AGR. COLLEGE,BFN. +SF002937000 -28.6700 26.4000 1356.0 AARDOORNS +SF002937920 -28.7000 26.4500 1393.0 BRANDFORT (MAG) +SF002942330 -28.9000 26.6300 1411.0 IDOMIA +SF002945000 -28.8300 26.7800 1472.0 VERKEERDEVLEI (POL) +SF002948260 -28.7700 26.9700 1387.0 DRIEKOP +SF002948470 -28.6000 26.9800 1364.0 DOORNPOORT +SF002950010 -28.5200 27.0200 1433.0 WINBURG (POL) +SF002951160 -28.9300 27.0700 1455.0 EXCELSIOR (MUN) +SF002951740 -28.9000 27.1000 1440.0 HOUMOED +SF002954050 -28.7500 27.2300 1445.0 POT-THE-RED +SF002954080 -28.8000 27.2300 1478.0 MORESON +SF002955390 -28.9800 27.3000 1570.0 MEQUATLINGSNEK +SF002955580 -28.8000 27.3200 1539.0 FLORA +SF002957200 -29.0000 27.4000 1646.0 BARLETTA +SF002957600 -28.6700 27.4300 1517.0 MARQUARD - POL 29 +SF002957700 -28.8300 27.4300 1622.0 BELMONT +SF002958070 -28.9500 27.4500 1679.0 KEBLE +SF002961150 -28.9200 27.5700 1585.0 CLOCOLAN (POL) +SF002961570 -28.6200 27.6000 1707.0 SUNNY HILLS +SF002961690 -28.8200 27.6000 1643.0 LAMBERTINA +SF002962380 -28.9700 27.6300 1600.0 ALTAMURA +SF002963790 -28.8300 27.7200 1655.0 KIRKLINGTON +SF002965830 -28.7300 27.8500 1676.0 GLEN MORGAN +SF002966220 -28.8700 27.8500 1640.0 FICKSBURG;KERSIEPROE +SF002966820 -28.8170 27.9000 1614.0 FICKSBURG 68449 +SF002968250 -28.7500 27.9700 1631.0 BERLIN 91 +SF002977210 -28.5200 28.4200 1900.0 CLARENS (POL) +SF002985120 -28.5300 28.8000 1676.0 WITSIESHOEK +SF002988710 -28.5300 29.0000 1768.0 BOSCHKLOOF +SF002990080 -28.6700 29.0300 1280.0 CLIFFORD CHAMBERS +SF002996140 -28.7300 29.3500 1130.0 BERGVILLE (MAG) +SF002997880 -28.6300 29.4500 1220.0 VENTERSLAAGER, BERGV +SF002999000 -29.0200 29.4800 1167.0 HEARTSEASE +SF003000510 -28.8500 29.5300 1040.0 VECTIS, WINTERTON +SF003005670 -28.9500 29.8200 1020.0 HEAVITREE, ESTCOURT +SF003017510 -28.5200 30.4300 1250.0 SUTHERLAND +SF003026280 -28.9700 30.8500 1173.0 KRANSKOP (TNK) +SF003044460 -28.9500 31.7000 38.0 MTUNZINI 68497 +SF003044750 -28.9200 31.7700 61.0 MTUNZINI +SF003048220 -28.7000 31.9700 30.0 KULU HALT +SF003050370 -28.6200 32.0300 76.0 FAIRVIEW +SF003053080 -28.6300 32.1800 30.0 KWA-MBONAMBI (BOS) +SF003160610 -28.0300 20.5500 786.0 ZWARTMODDER +SF003162940 -28.3800 20.6700 811.0 LUTZPUTS +SF003174470 -28.4500 21.2500 794.0 UPINGTON AGR. GSN 68424 +SF003203480 -28.3000 22.7000 1368.0 DUNMURRAY +SF003206540 -28.4000 22.8700 1219.0 WOLHAARKOP +SF003211100 -28.3330 23.0670 1321.0 POSTMASBURG 68429 +SF003220710 -28.1800 23.5500 1460.0 DANIELSKUIL +SF003221720 -28.3300 23.5800 1515.0 SILVERSTREAMS +SF003223290 -28.4800 23.6700 1419.0 PAPKUIL +SF003226480 -28.3200 23.8700 1394.0 VAALPAN +SF003231440 -28.4000 24.0800 1295.0 KLIPFONTEIN"POTFONTEIN" +SF003236490 -28.3300 24.3700 1021.0 NEWLANDS +SF003242020 -28.3700 24.5800 1145.0 ROCKLANDS +SF003243790 -28.3300 24.7200 1128.0 WINDSORTON (POL) +SF003246070 -28.1200 24.8500 1181.0 WARRENTON (MUN) +SF003247250 -28.1200 24.9200 1187.0 NAZARETH HOUSE FARM +SF003254710 -28.3700 25.2800 1280.0 BORDEAUX +SF003258770 -28.1300 25.5000 1274.0 HERTZOGVILLE (POL) +SF003266680 -28.1500 25.9000 1295.0 GELUK +SF003272570 -28.2800 26.1500 1320.0 BULTFONTEIN (SKL) +SF003272640 -28.4000 26.1500 1341.0 KAREEPAN +SF003277840 -28.0700 26.4700 1286.0 NELSDRIFT +SF003278830 -28.2200 26.5000 1286.0 GROOTKUIL +SF003278990 -28.5000 26.5000 1326.0 PELSERSKRAAL +SF003283840 -28.4000 26.7200 1405.0 THEUNISSEN (MUN) +SF003284250 -28.0800 26.7300 1315.0 ADAMSONSVLEI +SF003287260 -28.1000 26.9000 1326.0 OLIVINE +SF003292150 -28.0800 27.1300 1417.0 VENTERSBURG (MAG) +SF003300980 -28.1300 27.5700 1541.0 TREKPAD +SF003301990 -28.3200 27.6200 1433.0 SENEKAL (AGR) +SF003303630 -28.0500 27.7500 1631.0 YARIMA +SF003304210 -28.0200 27.7500 1580.0 ROODEPOORT +SF003305730 -28.0500 27.8500 1608.0 WEXFORD +SF003306990 -28.1500 27.9000 1570.0 LEUCTRA +SF003310580 -28.4700 28.0300 1835.0 OVERDENE +SF003310680 -28.1300 28.0200 1646.0 KAALLAAGTE +SF003312710 -28.0300 28.1700 1676.0 VAALBANK +SF003312750 -28.1000 28.1700 1676.0 WITBANKFONTEIN +SF003314740 -28.4000 28.2700 1890.0 HIGHLANDS +SF003317400 -28.3300 28.4200 1753.0 SPITSKRANS +SF003323260 -28.4300 28.7000 1701.0 EERSTEGELUK +SF003323490 -28.3200 28.7000 1682.0 KESTELL (POL) +SF003332260 -28.2700 29.1300 1631.0 HARRISMITH (TNK) +SF003336820 -28.3670 29.3830 1680.0 VAN REENEN 68471 +SF003341740 -28.4000 29.6200 1219.0 MOORSIDE +SF003348250 -28.2500 29.9700 1167.0 BALBROGIE +SF003355500 -28.1700 30.3200 1259.0 DUNDEE AGRIC RES STATION +SF003362830 -28.2200 30.6800 1341.0 NQUTU (TNK) +SF003370060 -28.1000 31.0500 975.0 GOEDGELOOF +SF003374310 -28.1800 31.2500 1032.0 SURPRISE STORE +SF003377950 -28.2300 31.4700 777.0 MAHLABATINI (MAG) +SF003390650 -28.0800 32.0300 427.0 HLUHLUWE GAME RESERVE +SF003393540 -28.4000 32.2000 60.0 KANGELA, MTUBATUBA +SF003393570 -28.4500 32.1800 47.0 RIVERVIEW +SF003395380 -28.4700 32.3000 8.0 ULOA +SF003397340 -28.2300 32.4200 40.0 MAKAKATANA +SF003517080 -27.8200 20.4200 810.0 VROUENSPAN +SF003562850 -27.7200 22.7000 1190.0 HOPKINS +SF003564170 -27.9500 22.7300 1341.0 OLIFANTSHOEK (POL) +SF003567120 -27.8800 22.9200 1190.0 SMYTHE +SF003574130 -27.8800 23.2300 1370.0 KHOSIS +SF003593040 -27.5700 24.1800 1400.0 REIVILO +SF003594580 -27.6300 24.2700 1375.0 OLYFENFONTEIN +SF003598080 -27.9700 24.4500 1189.0 BOETSAP (POL) +SF003605120 -27.5500 24.7670 1100.0 TAUNG 68335 +SF003617360 -27.7500 25.3700 1219.0 MOIRTON +SF003618320 -27.8800 25.4700 1245.0 KALKPOORT +SF003636510 -27.8500 26.3700 1325.0 WESSELSBRON (MUN) +SF003643220 -27.8700 26.6800 1341.0 ODENDAALSRUS +SF003654090 -27.8200 27.2300 1387.0 LEEUSPRUIT WES +SF003654440 -27.9000 27.2700 1430.0 SWARTKOPPIE +SF003657310 -27.6800 27.4300 1420.0 WELTEVREDE +SF003658550 -27.7300 27.4800 1455.0 RIENZI +SF003661170 -27.9500 27.5700 1524.0 STEYNSRUS (MUN) +SF003663030 -27.5500 27.6800 1512.0 EDENVILLE (MUN) +SF003665290 -27.8000 27.8000 1564.0 KISMET ESTATE +SF003667350 -27.7500 27.8800 1618.0 OATLANDS +SF003668720 -27.5300 28.0000 1606.0 GERTRUIDA +SF003670660 -27.6000 28.0500 1661.0 LANQUEDOC +SF003671770 -27.9500 28.1000 1585.0 BRONKHORSTFONTEIN +SF003676000 -28.0000 28.3300 1619.0 WOODFORT +SF003677680 -27.8000 28.4300 1615.0 REITZ 36 +SF003680030 -27.5500 28.5200 1591.0 TWEELING (POL) +SF003686340 -27.5700 28.8700 1628.0 WOUDZICHT +SF003688310 -27.8500 28.9700 1625.0 WARDEN (MAG) +SF003691170 -27.9700 29.0700 1775.0 HERITAGE +SF003692380 -27.9700 29.1300 1769.0 BUCKLAND DOWNS +SF003692840 -27.7300 29.1700 1859.0 ROCCO +SF003695050 -27.9200 29.2800 1830.0 VERKYKERSKOP (POL) +SF003697850 -27.5800 29.4500 1847.0 TYGERFONTEIN +SF003704860 -27.6000 29.8000 1515.0 LOSKOP +SF003715790 -27.6500 30.3300 1219.0 UTRECHT (TNK) +SF003717060 -27.7700 30.4200 1265.0 WAAIHOEK +SF003724960 -27.7830 30.8000 1163.0 VRYHEID 68387 +SF003728520 -27.7200 30.9800 1260.0 HLOBANE +SF003734850 -27.5800 31.2800 1265.0 LOUWSBURG (MAG) +SF003742640 -27.9000 31.6500 841.0 NONGOMA +SF003744020 -27.7000 31.7300 457.0 ZILVERHOUT +SF003872400 -27.5000 20.1300 850.0 NOENIEPUT (POL) +SF003918340 -27.4200 22.4800 1300.0 WHYENBAH +SF003918570 -27.2800 22.4800 1219.0 DEDEBEN (POL) +SF003921480 -27.5000 22.6300 1190.0 WINTON +SF003930830 -27.3800 23.0500 1145.0 MILNER +SF003945740 -27.0700 23.8300 1295.0 BOTHITHONG"BOTHITHO(POL)" +SF003948780 -27.1300 23.9800 1372.0 BOSCOBEL +SF003962840 -27.2200 24.6700 1170.0 MADRID +SF003968130 -27.0700 25.0000 1240.0 LELIEFONTEIN +SF003975810 -27.1800 25.3300 1300.0 SCHWEIZER-RENEKE (POL) +SF003977840 -27.0700 25.4500 1330.0 KOPPIESVLEI +SF003981770 -27.4500 25.6000 1271.0 ZEVENFONTEIN +SF003984090 -27.3200 25.7300 1322.0 RIETPAN +SF003985560 -27.2700 25.8200 1343.0 HOLLOWAYSRUST +SF003988760 -27.1000 25.9700 1415.0 ROOIPOORT +SF003988890 -27.3200 26.0000 1311.0 MAKWASSIE +SF003992080 -27.4700 26.1200 1286.0 DRIEKOPPIES +SF003992410 -27.0200 26.1500 1463.0 LEEUKOP +SF003994040 -27.2300 26.2300 1326.0 LEEUDORINGSTAD (SKL) +SF003996620 -27.0300 26.3800 1379.0 SYFERFONTEIN +SF004002030 -27.4000 26.6200 1280.0 BOTHAVILLE (MUN) +SF004006470 -27.2800 26.8700 1384.0 BOVENLANDSPLAATS +SF004007920 -27.2000 26.9500 1321.0 VILJOENSKROON (MUN) +SF004014070 -27.3000 27.2300 1344.0 MIDDELWEG +SF004016580 -27.4700 27.3700 1384.0 VERBLYDING +SF004017980 -27.3000 27.4700 1381.0 DUNKELD +SF004020810 -27.3500 27.5500 1408.0 MORGENROOD +SF004021660 -27.2700 27.6000 1384.0 DOORNDRAAI +SF004025430 -27.0700 27.8000 1485.0 GOEDEMOED +SF004027880 -27.1300 27.9500 1550.0 OORSPRONG-OOS +SF004028270 -27.2800 27.3000 1391.0 HEILBRON (TNK) +SF004028660 -27.4300 28.0000 1600.0 DRIEFONTEIN +SF004030540 -27.4000 28.0300 1612.0 SCHOONGEZICHT +SF004036460 -27.2700 28.3700 1520.0 TURFFONTEIN +SF004040070 -27.1200 28.5200 1551.0 GLEN ALPHEN +SF004041320 -27.2000 28.5800 1564.0 CATHARINASVLEI +SF004041520 -27.0300 28.6000 1524.0 VILLIERS (POL) +SF004041770 -27.4500 28.6000 1603.0 ZOETVELD +SF004043160 -27.2700 28.6800 1591.0 DUNEDIN +SF004052950 -27.4300 29.1700 1704.0 VREDE-MUN +SF004062210 -27.1800 29.6500 1754.0 PAARDEKOPPLAAS +SF004066070 -27.1200 29.8500 1690.0 RIETPOORT +SF004066580 -27.4700 29.9000 1654.0 LAINGSNEK +SF004076390 -27.1300 30.3700 1311.0 GROOT RIETVLEI +SF004087980 -27.3000 30.9500 1042.0 ZAAIPLAATS +SF004093750 -27.2300 31.2200 895.0 BERGPLAATS +SF004108780 -27.1300 32.0000 707.0 INGWAVUMA (TNK) +SF004230440 -26.7500 20.0300 792.0 RIETFONTEIN (POL) +SF004236180 -26.7700 20.2800 835.0 KLEINMIER +SF004243540 -26.9000 20.6800 825.0 WITDRAAI(GEMSBOK) (POL) +SF004243570 -26.9500 20.7000 825.0 WITDRAAI (POL) +SF004245090 -26.9800 20.7800 825.0 ASKHAM +SF004318200 -26.6800 24.4700 1295.0 LOURENSGELUK +SF004321360 -26.7700 24.5800 1245.0 WELGELEVEN +SF004321960 -26.7700 24.6200 1245.0 PROGRESS +SF004322370 -26.9500 24.6330 1234.0 VRYBURG 68338 +SF004323870 -26.9700 24.7300 1190.0 VRYBURG (POL) +SF004331150 -26.9200 25.0700 1275.0 KLIPFONTEIN "RIETPAN" +SF004334940 -26.7300 25.2800 1375.0 KAALPLAAS +SF004335120 -26.5500 25.2800 1380.0 BRANDWAG +SF004337910 -26.6800 25.4500 1350.0 DELAREYVILLE (MUN) +SF004338040 -26.9000 25.4500 1330.0 POORTJIE +SF004338580 -26.8000 25.4800 1341.0 RIETPAN +SF004340200 -26.8300 25.5200 1345.0 RIETPAN II +SF004342280 -26.8200 25.6300 1365.0 DOORNBULT +SF004342360 -26.9300 25.6300 1395.0 KLIPSPRUIT +SF004343590 -26.9800 25.7200 1395.0 BRAKPAN +SF004345990 -26.9800 25.8500 1430.0 VOGELSTRUISKUIL +SF004348880 -26.8170 26.0170 1500.0 OTTOSDAL 68342 +SF004354000 -26.6700 26.2300 1542.0 WERK-MET-LUS +SF004357210 -26.5200 26.4200 1433.0 KAFFERSKRAAL +SF004357350 -26.7700 26.4200 1478.0 HARTBEESFONTEIN (SKL) +SF004364950 -26.7500 26.7800 1356.0 BEATRIX +SF004367470 -26.9500 26.9200 1317.0 BUSHY BAND +SF004368550 -26.7500 26.9800 1372.0 POTCHEFSTROOM;BRAKSP +SF004371000 -26.6670 27.1000 1372.0 POTCHEFSTROOM UPPER 68351 +SF004371040 -26.7330 27.0670 1351.0 POTCHEFSTROOM 68350 +SF004371340 -26.7300 27.0800 1350.0 POTCHEFSTROOM AGR. +SF004371940 -26.7300 27.1200 1320.0 ELANDSHEUWEL +SF004374520 -26.5300 27.2700 1451.0 MIMOSA PARK +SF004375170 -26.6200 27.3000 1365.0 KLIPDRIFT +SF004375550 -26.7500 27.3000 1454.0 HARTEBEESTPOORT +SF004376600 -27.0000 27.3800 1408.0 VREDEFORT (SKL) +SF004378340 -26.9000 27.4700 1403.0 PARYS (MUN) +SF004383150 -26.7700 27.6800 1417.0 BARRAGE (RWB) +SF004387160 -26.9300 27.9000 1457.0 RIETFONTEIN +SF004393890 -27.0000 28.2000 1485.0 ORANJEVILLE (SKL) +SF004393960 -26.6000 28.2300 1510.0 SCHIKFONTEIN +SF004397640 -26.7300 28.4500 1540.0 VLAKFONTEIN +SF004397690 -26.8200 28.4300 1560.0 BEERLAAGTE +SF004400180 -26.8000 28.5200 1540.0 GROOTVLEI (POL) +SF004401290 -26.6700 28.5800 1606.0 BALFOUR (MAG) +SF004401570 -26.6200 28.6000 1664.0 RIETBULT +SF004404350 -26.7500 28.7500 1591.0 GREYLINGSTAD (SAR) +SF004404490 -27.0000 28.7500 1510.0 WITTEBANK +SF004407670 -26.8000 28.9300 1570.0 VAL (SAR) +SF004408850 -26.7500 28.9800 1545.0 SANDBAKEN +SF004412610 -26.8700 29.1700 1603.0 JONKERSDAM +SF004412700 -27.0000 29.1500 1504.0 GOEDGEVONDEN +SF004417770 -26.9700 29.4300 1570.0 BERRINGS +SF004420680 -26.6800 29.5500 1622.0 HENDRIKSPAN (SKL) +SF004426600 -27.0000 29.8700 1646.0 AMERSFOORT (POL) +SF004428670 -26.9300 29.9800 1710.0 ROLFONTEIN +SF004431960 -26.7700 30.0800 1667.0 DE EMIGRATIE +SF004434510 -26.5300 30.2700 1701.0 BLAAUWKOP +SF004441760 -26.9500 30.5800 1359.0 VLAKKLOOF ESTATE +SF004442030 -26.8800 30.6300 1384.0 IDALIA +SF004442770 -26.6200 30.6700 1271.0 AMSTERDAM (POL) +SF004474460 -26.9300 32.2500 64.0 NDUMU +SF004674870 -26.1300 23.7800 1135.0 MOROKWENG (POL) +SF004682100 -26.5000 24.1200 1231.0 FIELDEN +SF004683180 -26.2700 24.1800 1185.0 PALMYRA +SF004685000 -26.3300 24.2800 1180.0 HAARLEM +SF004694590 -26.1500 24.7700 1175.0 MOSITA +SF004701960 -26.2700 25.1200 1220.0 SETLAGODI (POL) +SF004705160 -26.1000 25.2800 1240.0 NEVERSET +SF004712590 -26.3200 25.6500 1365.0 SILVERTON +SF004721750 -26.4200 26.1000 1463.0 ROOIJANTJIESFONTEIN +SF004722810 -26.1330 26.1670 1487.0 LICHTENBURG 68341 +SF004734160 -26.4300 26.7300 1372.0 KLIPPLAATDRIFT (SKL) +SF004736860 -26.4500 26.8800 1494.0 ROODEKOP +SF004741980 -26.3200 27.1200 1500.0 ZAMENKOMST +SF004742550 -26.2500 27.1700 1470.0 KLERKSKRAAL (POL) +SF004742700 -26.5000 27.1500 1450.0 FREDRIKSTAD (SAR) +SF004745020 -26.3800 27.2800 1478.0 WELVERDIEND (POL) +SF004750560 -26.4300 27.5300 1606.0 LEEUWPOORT +SF004753700 -26.1700 27.7200 1765.0 RANDFONTEIN (GM) +SF004754560 -26.1000 27.7700 1710.0 KRUGERSDORP +SF004756110 -26.1800 27.8700 1701.0 DURBAN ROODEPOORT DEEP GM +SF004756690 -26.1500 27.8800 1742.0 ROODEPOORT (MUN) +SF004757170 -26.4500 27.9000 1568.0 DOORNKUIL +SF004757360 -26.2700 27.9200 1615.0 KLIPSPRUIT (PUR) +SF004757610 -26.2000 27.9300 1715.0 MARAISBURG (GM) +SF004758520 -26.2000 27.9700 1692.0 INDUSTRIA +SF004758810 -26.1800 28.0000 1747.0 JHB-BRAAMFONTEIN (CEM) +SF004760120 -26.2000 28.0200 1676.0 JHB-VREDEDORP +SF004760400 -26.1700 28.0300 1646.0 JHB-ZOOLOGICAL GARDEN +SF004760440 -26.2300 28.0300 1707.0 JHB-TURFFONTEIN +SF004760720 -26.2000 28.0500 1737.0 JHB-JOUBERT PARK +SF004761290 -26.1500 28.0800 1661.0 JHB-NORWOOD +SF004761600 -26.1500 28.1000 1615.0 JHB-ROYAL GOLF CLUB +SF004761630 -26.2200 28.1000 1655.0 ROSHERVILLE (POW) +SF004762270 -26.2800 28.1300 1558.0 NEW MARKET +SF004762460 -26.1000 28.1500 1600.0 SPRINGKELL +SF004762830 -26.2200 28.1700 1631.0 GERMISTON-FJ PAYNE PARK +SF004764330 -26.2200 28.2500 1622.0 BOKSBURG (MUN) +SF004766300 -26.5000 28.3500 1540.0 HEIDELBERG I +SF004766440 -26.2300 28.3700 1620.0 BRAKPAN (MUN) +SF004767360 -26.2800 28.4200 1610.0 SPRINGS (RWB) +SF004767660 -26.2500 28.4300 1625.0 SPRINGS-OLYMPIA PARK +SF004768020 -26.3700 28.4500 1580.0 SUB-NIGEL (GM) +SF004771910 -26.1800 28.6000 1625.0 DROOGEFONTEIN +SF004773090 -26.1500 28.6800 1548.0 DELMAS (POL) +SF004775010 -26.3500 28.7800 1664.0 DEVON (POL) +SF004777620 -26.2300 28.9300 1585.0 STREHLA +SF004777720 -26.3700 28.9300 1670.0 LESLIE (MUN) +SF004780080 -26.1300 29.0200 1622.0 COLOGNE +SF004780930 -26.0500 29.0500 1594.0 OGIES (POL) +SF004782920 -26.3700 29.1700 1579.0 LANGSLOOT +SF004783600 -26.5000 29.2000 1631.0 DRIEFONTEIN +SF004783860 -26.4300 29.2200 1597.0 TWEEDRAAI +SF004784060 -26.2700 29.2300 1539.0 KRIEL (POL) +SF004792250 -26.2500 29.6300 1652.0 VLAKLAAGTE +SF004795450 -26.0800 29.8300 1648.0 KARINA +SF004812390 -26.4700 30.6300 1558.0 BROADHOLM +SF005082610 -25.8500 25.6500 1278.0 MMABATHO ARPT 68241 +SF005086490 -25.8200 25.8500 1408.0 SLURRY +SF005087210 -25.5200 25.9200 1445.0 STINKHOUTBOOM +SF005088250 -25.7500 25.9700 1423.0 OTTOSHOOP (POL) +SF005092830 -25.7200 26.1500 1345.0 DOORNHOEK +SF005097590 -25.6500 26.4800 1201.0 TWYFELSPOORT +SF005103080 -25.6500 26.6800 1244.0 ZWARTRUGGENS (POL) +SF005104330 -25.7200 26.7500 1341.0 DOORNKOM +SF005107120 -25.8700 26.9000 1553.0 KOSTER (POL) +SF005108170 -25.6300 26.9700 1137.0 RIETFONTEIN (SKL) +SF005110840 -25.9000 27.0500 1585.0 DERBY +SF005111200 -25.9800 27.0500 1525.0 DWARSFONTEIN +SF005112910 -25.7500 27.1800 1342.0 BUFFELSHOEK +SF005113100 -25.6700 27.1800 1332.0 DONKERHOEK-RAINHILL +SF005114180 -25.9700 27.2300 1579.0 BORNS (POL) +SF005114670 -25.7800 27.2700 1204.0 HEX KRANTZ +SF005114690 -25.8200 27.2700 1225.0 OLIPHANTSPOORT +SF005115240 -25.7300 27.2800 1160.0 WATERKLOOF +SF005116720 -25.7000 27.3500 1152.0 KLIPFONTEIN +SF005121440 -25.8700 27.5500 1430.0 NOOITGEDACHT +SF005122460 -25.6000 27.6500 1108.0 GELUK (IRR) +SF005122800 -25.6700 27.6700 1120.0 KAREEPOORT (IRR) +SF005123950 -25.5800 27.7300 1189.0 WOLWEKRAAL (IRR) +SF005124810 -25.5200 27.7800 1134.0 MAMOGALESKRAAL +SF005125450 -25.5800 27.8200 1143.0 HARTEBEESPOORT-AGRC. +SF005125520 -25.7000 27.8000 1143.0 SANDFONTEIN (IRR) +SF005125800 -25.6500 27.8300 1143.0 DE KROON (IRR) +SF005126020 -25.5500 27.8500 1131.0 MAMAGALIESKRAAL SUID(IRR) +SF005126130 -25.7200 27.8500 1143.0 HARTBEESPOORT DAM (IRR) +SF005132850 -25.7300 28.1500 1340.0 PRETORIA-NEW CEMETRY +SF005133370 -25.6200 28.2000 1200.0 BON ACCORD DAM +SF005133450 -25.7500 28.2000 1371.0 PRETORIA-BURGERSPARK +SF005133470 -25.7800 28.2000 1372.0 PRETORIA-FOUNTAINS +SF005133500 -25.8300 28.2000 1463.0 VERWOEDBURG-MU"LYTTELTN" +SF005133820 -25.8700 28.2200 1469.0 IRENE +SF005134370 -25.7800 28.2500 1433.0 PRETORIA-WATERKLOOF-CNTRY +SF005138270 -25.7800 28.4700 1463.0 DONKERHOEK (SKL) +SF005138360 -25.9500 28.4800 1634.0 WELBEKEND +SF005140100 -25.6700 28.5200 1433.0 PREMIER MINE-CULLINAN +SF005144080 -25.8200 28.7500 1448.0 BRONKHORSTSPRUIT (MUN) +SF005146180 -25.8200 28.8500 1387.0 WILGERIVIER (SAR) +SF005162850 -25.7500 29.6700 1638.0 GEMSBOKFONTEIN +SF005164800 -26.0000 29.7700 1652.0 SCHOONOORD +SF005165540 -25.7300 29.8200 1707.0 ROODEPOORT +SF005167080 -25.8000 29.9000 1789.0 WONDERFONTEIN (SKL) +SF005174300 -25.6700 30.2500 1536.0 MACHADODORP +SF005177620 -25.7000 30.4300 1844.0 WELTEVREDEN +SF005178160 -25.6000 30.4800 1075.0 ELANDSHOEK +SF005180880 -25.9700 30.5700 1124.0 BADPLAAS (POL) +SF005181860 -25.6000 30.6000 961.0 VLAKPLAATS +SF005188590 -25.8000 30.9500 853.0 OORSCHOT +SF005188860 -25.7800 31.0000 715.0 CARMICHAEL (TNK) +SF005205890 -25.8200 31.8300 248.0 FIG TREE +SF005351750 -25.4200 20.6000 964.0 NOSSOBRUSKAMP +SF005456260 -25.4500 25.8700 1280.0 DINOKANA +SF005458390 -25.5000 25.9700 1280.0 WELBEDACHT AGRIC OFFICE +SF005462720 -25.0200 26.1500 1055.0 NIETVERDIEND (POL) +SF005463140 -25.2300 26.1800 1076.0 BOTATABOOMEN +SF005464120 -25.3700 26.2500 1146.0 ENZELBERG +SF005481650 -25.2500 27.1200 1143.0 PILANESBERG-POL +SF005487470 -25.4500 27.4200 1021.0 KAFFERSKRAAL +SF005491300 -25.1800 27.5800 960.0 VAALKOP +SF005493540 -25.4000 27.6500 1032.0 KAMEELDRIFT-IRR +SF005493580 -25.4800 27.7000 1064.0 KLIPKOP-IRR +SF005511200 -25.5200 28.5700 1237.0 DE WAGENDRIFT +SF005512810 -25.1800 28.6700 978.0 ROOIKOP +SF005536510 -25.3700 29.8300 1450.0 LAERSDRIFT (POL) +SF005538590 -25.3200 30.0000 1771.0 TONTELDOOS +SF005541750 -25.4200 30.1000 2030.0 DULLSTROOM (SAR) +SF005547860 -25.1000 30.4670 1425.0 LYDENBURG 68184 +SF005554410 -25.3300 30.7200 1030.0 RIETVALLEI +SF005554550 -25.1000 30.7500 1030.0 CEYLON (BOS) +SF005555670 -25.4500 30.8300 706.0 ALKMAAR +SF005556730 -25.2300 30.8800 1060.0 WITKLIP (BOS) +SF005558780 -25.1300 31.0000 1042.0 WITWATER (BOS) +SF005560880 -25.4800 31.0300 579.0 MAYFERN +SF005568980 -25.5000 31.5000 310.0 MALELANE +SF005577120 -25.3700 31.9000 168.0 KROKODILBRUG +SF005850560 -24.9200 26.0300 1158.0 GROOTPOORT +SF005865450 -24.5800 26.8200 963.0 ENGELAND +SF005883850 -24.9200 27.7300 1113.0 LEEUPOORT +SF005884060 -24.7700 27.7300 1158.0 ROOIBERG +SF005887210 -24.5300 27.9200 1250.0 RANKINS PASS +SF005896280 -24.9700 28.3500 1103.0 ROODEKUIL +SF005896700 -24.6700 28.3700 1234.0 ELANDSPOORT +SF005898670 -24.9500 28.4700 1090.0 LUDLOW +SF005898960 -24.9300 28.5000 1074.0 MALLOW +SF005900280 -24.9800 28.5200 1052.0 ILLAWARRA +SF005903070 -24.6500 28.6700 1105.0 NYLSVLEY +SF005903610 -24.5200 28.7200 1100.0 NABOOMSPRUIT (POL) +SF005904860 -24.6000 28.7800 1082.0 MOSDENE +SF005905000 -24.8300 28.7800 1027.0 BYSONDER +SF005911250 -24.5800 29.0800 969.0 BESONDERHEID"BYZONDERHD." +SF005924740 -24.9200 29.7700 1570.0 NEBO +SF005931260 -24.6000 30.0800 975.0 MAANDAGSHOEK +SF005934190 -24.9800 30.2300 1408.0 MARTENSHOOP (POL) +SF005937780 -24.9700 30.4300 1320.0 KLIPFONTEIN +SF005941410 -24.8500 30.5800 1341.0 RUSTPLAATS +SF005944440 -24.9200 30.7700 1240.0 PILGRIMS REST (POL) +SF005944570 -24.6200 30.7700 1219.0 ELANDSFONTEIN +SF005945390 -24.9800 30.8200 1360.0 MAC MAC BOS +SF005945900 -24.8300 30.8300 1433.0 BLYDE (BOS) +SF005946960 -24.6000 30.9000 808.0 SALIQUE (BOS) +SF005948060 -24.9300 30.9500 945.0 WILGEBOOM (BOS) +SF005951100 -24.8300 31.0700 880.0 BOSBOKRAND (POL) +SF005951610 -24.6800 31.1000 549.0 CHAMPAGNE (NAF) +SF005966470 -24.7800 31.8700 244.0 TSOKWANE +SF006305560 -24.2700 27.3200 998.0 GROENVLEI (SKL) +SF006308860 -24.2800 27.5000 975.0 HOOPDAL (POL) +SF006310110 -24.1800 27.5300 991.0 HOPEWELL +SF006315960 -24.4300 27.8300 1524.0 STERKFONTEIN +SF006322740 -24.0700 28.1700 1463.0 DORSET +SF006333930 -24.0700 28.7000 1204.0 ZAAIPLAATS +SF006334630 -24.2200 28.7700 1130.0 VASTRAP +SF006337960 -24.2700 28.9700 1082.0 MOORDDRIFT +SF006338810 -24.1830 29.0170 1118.0 POTGIETERSRUS 68276 +SF006340500 -24.3500 29.0300 1120.0 PALMER ESTATE +SF006340840 -24.3800 29.0300 1070.0 KALKFONTEIN +SF006341310 -24.1800 29.0700 1219.0 PLANKNEK +SF006341400 -24.3300 29.0800 1141.0 DOORNFONTEIN +SF006344170 -24.4500 29.2300 945.0 UITZICHT +SF006363080 -24.1300 30.1800 1350.0 THE DOWNS +SF006365180 -24.1300 30.3000 840.0 SCHELM +SF006376090 -24.1300 30.8700 390.0 INYOKO +SF006727480 -23.9670 26.9170 857.0 CUMBERLAND 68159 +SF006742070 -23.9500 27.6300 994.0 STERKFONTEIN +SF006751170 -23.9500 28.0800 1294.0 DERDEKRAAL +SF006751820 -23.5300 28.1200 855.0 VILLA NORA (POL) +SF006772590 -23.8200 29.1300 1295.0 BERGZICHT +SF006778340 -23.9170 29.4830 1327.0 PIETERSBURG MUNI +SF006780230 -23.8800 29.5200 1371.0 BROADLANDS +SF006781320 -23.6800 29.6000 1116.0 SANDRIVIERSPOORT +SF006781440 -23.9300 29.5800 1277.0 KALKFONTEIN +SF006787220 -23.5300 29.9200 1189.0 DRIEFONTEIN +SF006787760 -23.9300 29.9300 1393.0 HAENERTSBURG (POL) +SF006788580 -23.8500 29.9700 1585.0 BROEDERSTROOM (BOS) +SF006790190 -23.8200 30.0200 1300.0 DE HOEK (BOS) +SF006791390 -23.8200 30.0800 1020.0 MIDDLEKOP (BOS) +SF006791640 -23.7300 30.1000 895.0 WESTFALIA +SF006791970 -23.7800 30.1300 750.0 ZOMERKOMST (BOS) +SF006792210 -23.7000 30.1300 869.0 DUIWELSKLOOF (MUN) +SF006792270 -23.8000 30.1300 765.0 MERENSKY (SKL) +SF006794410 -23.8700 30.2800 550.0 VALENCIA ESTATES +SF006794560 -23.6200 30.2700 1175.0 RAVENSHILL +SF006795320 -23.8700 30.3000 530.0 LETABA ESTATES +SF006795920 -23.8700 30.3200 570.0 LEEUWFONTEIN +SF006802250 -23.7800 30.6500 464.0 BLACK HILLS +SF006802800 -23.6500 30.6700 426.0 EILAND +SF007175950 -23.4000 27.3500 810.0 STOCKPORT (POL) +SF007211970 -23.2800 29.1200 962.0 BOCHUM-1 +SF007212570 -23.2800 29.1300 991.0 BOCHUM +SF007220820 -23.3700 29.5700 1000.0 LEGKRAAL +SF007222770 -23.1200 29.6700 896.0 UNA (AGR) +SF007225290 -23.3200 29.8000 1113.0 BANDERLIERKOP (POL) +SF007225710 -23.0300 29.8300 950.0 VERSAMELHOEK +SF007226140 -23.2300 29.8700 1023.0 ZWARTRANDJES +SF007227000 -23.1700 29.9000 963.0 MAMAKUIL +SF007227210 -23.0200 29.9200 1030.0 GROBLERSPLAAS +SF007227490 -23.4700 29.8800 1128.0 MAASBULT +SF007230700 -23.1700 30.0700 875.0 ELIM (HOSP) +SF007231550 -23.0700 30.1300 853.0 GOEDEHOOP (BOS) +SF007232310 -23.3500 30.1500 710.0 BONTFONTEIN +SF007233340 -23.0700 30.1800 780.0 NOOITGEDACHT +SF007233380 -23.1300 30.2000 706.0 DRIEFONTEIN +SF007233630 -23.0500 30.2200 762.0 KLEIN AUSTRALIE (BOS) +SF007235130 -23.0500 30.3000 716.0 TSHAKHUMA +SF007641610 -22.6830 29.1000 839.0 ALLDAYS 68171 +SF007657070 -22.7800 29.9000 731.0 JULIANA +SF007664800 -23.0200 30.3000 1341.0 ENTABENI (BOS) +SF007665090 -22.9800 30.2800 1280.0 MATIWA (B0S) +SF007667790 -22.9800 30.4300 587.0 PALMARYVILLE +SF007668370 -22.9500 30.4700 762.0 SIBASA +SF008125670 -22.4500 31.3170 202.0 PAFURI 68194 +SFM00068174 -23.8670 29.4500 1224.0 POLOKWANE GSN 68174 +SFM00068242 -25.7980 25.5480 1274.4 MAFIKENG GSN 68242 +SFM00068262 -25.7330 28.1830 1322.0 PRETORIA(MET) GSN 68262 +SFM00068263 -25.9170 28.2170 1500.0 PRETORIA/IRENE 68263 +SFM00068368 -26.1390 28.2460 1694.1 JOHANNESBURG INTL 68368 +SFM00068461 -28.2480 28.3360 1695.0 BETHLEHEM GSN 68461 +SFM00068538 -30.6670 24.0170 1287.0 DEAAR(UA) GSN 68538 +SFM00068588 -29.9700 30.9510 10.1 DURBAN INTL 68588 +SFM00068591 -30.8500 30.3330 154.0 MARGATE 68591 +SFM00068592 -29.6170 31.1330 127.0 KING SHAKA INTL AIRPORT GSN 68592 +SFM00068816 -33.9650 18.6020 46.0 CAPE TOWN INTL GSN 68816 +SFM00068842 -33.9850 25.6170 68.9 PORT ELIZABETH INTL GSN 68842 +SG000001627 15.3800 -15.1500 21.0 LINGUERE 61627 +SG00000O067 14.8000 -17.0700 71.0 THIES +SG00000O077 14.6700 -17.4300 40.0 DAKAR-OUAKAM +SG000061612 16.6330 -14.9170 7.0 PODOR GSN 61612 +SG000061641 14.7330 -17.5000 24.0 DAKAR/YOFF GSN 61641 +SG000061687 13.7670 -13.6830 50.0 TAMBACOUNDA GSN 61687 +SGM00061600 16.0510 -16.4630 2.7 SAINT LOUIS 61600 +SGM00061630 15.6500 -13.2500 17.0 MATAM/OURO SOGUI 61630 +SGM00061666 14.6500 -16.2330 9.0 DIOURBEL 61666 +SGM00061679 14.1470 -16.0510 7.9 KAOLACK 61679 +SGM00061695 12.5560 -16.2820 22.9 ZIGUINCHOR 61695 +SGM00061697 12.4100 -16.7460 15.8 CAP SKIRING 61697 +SGM00061698 12.8830 -14.9670 10.0 KOLDA 61698 +SGM00061699 12.5720 -12.2200 178.0 KEDOUGOU 61699 +SHM00061901 -15.9330 -5.6670 436.0 ST. HELENA IS. GSN 61901 +SHM00061902 -7.9670 -14.4000 79.0 WIDE AWAKE FIELD (A GSN 61902 +SHM00068906 -40.3500 -9.8830 54.0 GOUGH ISLAND GSN 68906 +SHW00050101 -7.9667 -14.4000 83.2 ASCENSION ISLAND +SIE00105938 46.3792 13.8539 2514.0 KREDARICA 14008 +SIE00114856 45.6000 15.2000 157.0 CRNOMELJ-DOBLICE +SIE00114956 45.6000 14.9000 467.0 KOCEVJE +SIE00114966 46.4000 14.2000 515.0 LESCE +SIE00115006 46.1000 14.3858 680.0 TOPOL PRI MEDVODAH +SIE00115016 46.0000 13.9000 1067.0 VOJSKO +SIE00115066 45.8000 14.5000 722.0 NOVA VAS NA BLOKAH +SIE00115076 45.8000 14.2000 533.0 POSTOJNA +SIE00115096 46.8000 16.3000 308.0 VELIKI DOLENCI +SIE00115106 45.9000 13.6000 55.0 BILJE +SIE00115126 45.8000 15.2000 220.0 NOVO MESTO +SIE00115136 46.5000 15.1000 444.0 SMARTNO PRI SLOVENJ GRADCU +SIE00115146 46.2000 14.5000 364.0 LETALISCE JOZETA PUCNIKA LJUBL +SIE00115156 46.5000 15.7000 264.0 LETALISCE EDVARDA RUSJANA MARI +SIE00115166 45.5000 13.6000 2.0 PORTOROZ-LETALISCE +SIE00115176 46.2000 15.2000 242.0 CELJE-MEDLOG +SIE00115186 46.1000 15.3000 943.0 LISCA +SIE00115196 46.7000 16.2000 188.0 MURSKA SOBOTA-RAKICAN +SIE00115206 46.5000 13.7000 864.0 RATECE-PLANICA +SIM00014015 46.0656 14.5169 299.0 LJUBLJANA BEZIGRAD 14015 +SL000061856 8.6170 -13.2000 27.0 LUNGI GSN 61856 +SLM00061892 8.6500 -10.9670 390.0 SEFADU 61892 +SNM00048698 1.3500 103.9940 6.7 SINGAPORE CHANGI INTL 48698 +SP000003195 40.4117 -3.6781 667.0 MADRID - RETIRO 08222 +SP000004452 38.8831 -6.8292 185.0 BADAJOZ/TALAVERA LA REAL 08330 +SP000006155 36.6667 -4.4881 7.0 MALAGA AEROPUERTO 08482 +SP000007038 37.9769 0.7106 1.0 TORREVIEJA 08433 +SP000008027 43.3075 -2.0392 251.0 SAN SEBASTIAN - IGUELDO GSN 08027 +SP000008181 41.2928 2.0697 4.0 BARCELONA/AEROPUERTO GSN 08181 +SP000008202 40.9592 -5.4981 790.0 SALAMANCA AEROPUERTO GSN 08202 +SP000008215 40.7806 -4.0103 1894.0 NAVACERRADA GSN 08215 +SP000008280 38.9519 -1.8631 704.0 ALBACETE LOS LLANOS GSN 08280 +SP000008410 37.8442 -4.8458 90.0 CORDOBA AEROPUERTO GSN 08410 +SP000008416 39.4806 0.3664 11.0 VALENCIA 08285 +SP000009434 41.6617 -1.0081 247.0 ZARAGOZA AEROPUERTO 08160 +SP000009981 40.8206 0.4914 44.0 TORTOSA - OBSERVATORIO DEL EBR 08238 +SP000060010 28.3089 -16.4992 2371.0 IZANA GSN 60010 +SP000060040 28.9517 -13.6003 14.0 LANZAROTE/AEROPUERTO GSN 60040 +SP000060338 35.2778 -2.9553 47.0 MELILLA GSN 60338 +SPE00101035 38.2828 0.5706 43.0 ALICANTE EL ALTET +SPE00101043 38.3725 0.4942 81.0 ALICANTE +SPE00119711 43.3669 -8.4192 58.0 A CORUNA 08001 +SPE00119720 43.3067 -8.3719 98.0 A CORUNA/ALVEDRO 08002 +SPE00119729 42.8878 -8.4106 370.0 SANTIAGO DE COMPOSTELA/LABACOL 08042 +SPE00119738 42.8506 -2.6544 521.0 VITORIA AERODROMO +SPE00119747 42.8717 -2.7331 513.0 VITORIA/FORONDA 08080 +SPE00119756 39.0067 -1.8606 674.0 ALBACETE OBS. +SPE00119774 36.8331 -2.4544 7.0 ALMERIA +SPE00119783 36.8464 -2.3567 21.0 ALMERIA/AEROPUERTO 08487 +SPE00119792 43.5667 -6.0442 127.0 ASTURIAS/AVILES 08011 +SPE00119801 43.5381 -5.6417 22.0 GIJON LA MERCED +SPE00119819 43.5606 -5.6983 5.0 GIJON MUSEL 08014 +SPE00119828 43.3542 -5.8728 336.0 OVIEDO 08015 +SPE00119837 40.6592 -4.6800 1130.0 AVILA 08210 +SPE00119846 40.6556 -4.6992 1143.0 AVILA-AYUNTAMIENTO +SPE00119855 38.8764 1.3842 6.0 IBIZA/ESCODOLA 08373 +SPE00119864 39.8544 4.2156 91.0 MENORCA/MAO 08314 +SPE00119882 39.5556 2.6264 3.0 PALMA DE MALLORCA CMT 08306 +SPE00119909 42.3558 -3.6325 890.0 BURGOS-VILLAFRIA 08075 +SPE00119918 39.4719 -6.3392 405.0 CACERES 08261 +SPE00119936 36.5008 -6.2567 1.0 CADIZ 08452 +SPE00119945 36.7506 -6.0556 27.0 JEREZ DE LA FRONTERA 08451 +SPE00119954 36.6389 -6.3317 21.0 ROTA +SPE00119963 36.0153 -5.5975 32.0 TARIFA +SPE00119972 43.4644 -3.8189 64.0 SANTANDER CENTRO +SPE00119981 43.4917 -3.7994 52.0 SANTANDER CMT 08023 +SPE00119990 43.4292 -3.8314 5.0 SANTANDER/PARAYAS 08021 +SPE00119999 39.9500 0.0714 35.0 CASTELLON 08286 +SPE00120008 39.9892 0.0406 25.0 CASTELLON DE LA PLANA +SPE00120017 35.8900 -5.3456 87.0 CEUTA 60320 +SPE00120026 35.8919 -5.2892 200.0 CEUTA (MONTE HACHO) +SPE00120035 38.9892 -3.9194 628.0 CIUDAD REAL 08348 +SPE00120044 38.9892 -3.9283 627.0 CIUDAD REAL (INSTITUTO) +SPE00120062 40.0667 -2.1381 945.0 CUENCA 08231 +SPE00120080 41.9117 2.7631 143.0 GIRONA/COSTA BRAVA 08184 +SPE00120089 37.1894 -3.7892 567.0 GRANADA/AEROPUERTO 08419 +SPE00120107 40.6608 -3.1742 639.0 GUADALAJARA 08226 +SPE00120116 40.6344 -3.1642 685.0 GUADALAJARA (INSTITUTO) +SPE00120125 40.8442 -1.8853 1056.0 MOLINA DE ARAGON +SPE00120134 43.3606 -1.7869 4.0 SAN SEBASTIAN/FUENTERRABIA 08029 +SPE00120143 37.2800 -6.9094 19.0 HUELVA (RONDA DEL ESTE) +SPE00120152 37.2594 -6.9492 17.0 HUELVA 08383 +SPE00120161 42.0831 0.3264 541.0 HUESCA +SPE00120170 37.7778 -3.8075 582.0 JAEN 08417 +SPE00120179 37.7778 -3.7881 510.0 JAEN (INSTITUTO) +SPE00120188 42.4519 -2.3308 353.0 LOGRONO-AGONCILLO 08084 +SPE00120197 28.4444 -13.8631 25.0 FUERTEVENTURA/AEROPUERTO 60035 +SPE00120215 27.9225 -15.3892 24.0 LAS PALMAS DE GRAN CANARIA/GAN 60030 +SPE00120224 42.5889 -5.6492 916.0 LEON VIRGEN DEL CAMINO 08055 +SPE00120233 42.5639 -6.6000 534.0 PONFERRADA 08053 +SPE00120242 41.6256 0.5950 192.0 LLEIDA 08171 +SPE00120251 41.6183 0.6217 191.0 LLEIDA (OBSERVATORIO) +SPE00120260 43.1153 -7.4558 445.0 LUGO/ROZAS 08008 +SPE00120269 40.6983 -3.7642 1004.0 COLMENAR VIEJO/FAMET 08219 +SPE00120278 40.4667 -3.5556 609.0 MADRID/BARAJAS 08221 +SPE00120287 40.3778 -3.7892 687.0 MADRID/CUATROVIENTOS 08223 +SPE00120296 40.3000 -3.7225 617.0 MADRID/GETAFE 08224 +SPE00120305 40.4831 -3.4503 611.0 MADRID/TORREJON +SPE00120323 38.0028 -1.1692 61.0 MURCIA 08430 +SPE00120332 37.9578 -1.2294 85.0 MURCIA/ALCANTARILLA 08429 +SPE00120341 37.7889 0.8031 4.0 MURCIA/SAN JAVIER +SPE00120350 42.8175 -1.6364 442.0 PAMPLONA (OBSERVATORIO) +SPE00120359 42.7767 -1.6500 459.0 PAMPLONA 08085 +SPE00120368 42.3278 -7.8603 143.0 OURENSE 08048 +SPE00120377 42.3331 -7.8631 148.0 OURENSE (INSTITUTO) +SPE00120386 42.0081 -4.5353 750.0 PALENCIA (OBSERVATORIO) +SPE00120395 42.4400 -8.6164 108.0 PONTEVEDRA 08044 +SPE00120404 42.4306 -8.6494 19.0 PONTEVEDRA (INSTITUTO) +SPE00120413 42.2392 -8.6239 261.0 VIGO PEINADOR 08045 +SPE00120422 40.9564 -5.6614 775.0 SALAMANCA OBS. +SPE00120431 27.8189 -17.8889 32.0 HIERRO/AEROPUERTO 60001 +SPE00120449 28.6331 -17.7550 33.0 LA PALMA/AEROPUERTO 60005 +SPE00120458 28.4631 -16.2553 35.0 STA. CRUZ DE TENERIFE 60020 +SPE00120467 28.4775 -16.3292 632.0 TENERIFE/LOS RODEOS 60015 +SPE00120476 28.0475 -16.5606 64.0 TENERIFE/SUR 60025 +SPE00120485 40.9478 -4.1269 1005.0 SEGOVIA 08213 +SPE00120494 40.9478 -4.1153 990.0 SEGOVIA (MARIANO QUINTANILLA) +SPE00120503 37.1581 -5.6156 87.0 MORON DE LA FRONTERA +SPE00120512 37.4167 -5.8792 34.0 SEVILLA/SAN PABLO 08391 +SPE00120521 41.7750 -2.4831 1082.0 SORIA 08148 +SPE00120530 41.1494 1.1789 71.0 REUS/AEROPUERTO 08175 +SPE00120539 40.9258 -1.2931 890.0 CALAMOCHA +SPE00120548 40.8653 -1.3044 932.0 CALAMOCHA-VOR +SPE00120557 40.3494 -1.1167 900.0 TERUEL 08235 +SPE00120566 39.8844 -4.0492 515.0 TOLEDO 08272 +SPE00120575 39.8608 -4.0233 540.0 TOLEDO LORENZANA +SPE00120584 39.4867 0.4731 69.0 VALENCIA/AEROPUERTO +SPE00120593 41.6500 -4.7667 735.0 VALLADOLID 08141 +SPE00120602 41.7000 -4.8500 846.0 VALLADOLID (VILLANUBLA) 08140 +SPE00120611 43.2981 -2.9056 42.0 BILBAO AEROPUERTO 08025 +SPE00120620 41.5167 -5.7333 656.0 ZAMORA 08130 +SPE00120629 41.1144 -1.4106 779.0 DAROCA +SPE00155259 41.4181 2.1239 412.0 BARCELONA -FABRA OBSERVATORY +SPE00155273 41.9789 2.8267 98.0 GIRONA-NOU INSTITUT +SPE00155301 41.6164 0.5831 169.0 LLEIDA-AJUNTAMENT +SPE00155315 41.6133 0.6181 162.0 LLEIDA-ESCORXADOR +SPE00155329 41.9800 2.8253 95.0 GIRONA (ANTIC INSTITUT) +SPE00155955 41.7428 0.5356 370.0 ALGUAIRE +SPE00155964 40.7078 0.6319 3.0 AMPOSTA +SPE00155973 41.9606 2.6308 150.0 ANGLES +SPE00155982 42.1164 2.7894 176.0 BANYOLES +SPE00155991 41.3839 2.1675 33.0 BARCELONA-EL RAVAL +SPE00156000 41.3792 2.1053 79.0 BARCELONA-ZONA UNIVERSITARIA +SPE00156009 41.0628 0.6350 32.0 BENISSANET +SPE00156018 42.4658 0.8842 2535.0 BOI +SPE00156027 42.6467 0.9844 2266.0 BONAIGUA +SPE00156036 41.5178 2.3767 81.0 CABRILS +SPE00156045 42.2925 1.7150 2143.0 CADI NORD-PRAT DAGUILO +SPE00156054 41.6128 2.1681 176.0 CALDES DE MONTBUI +SPE00156063 41.4789 1.9756 147.0 CASTELLBISBAL +SPE00156072 41.8083 3.0325 14.0 CASTELL DARO +SPE00156081 41.8306 1.8467 507.0 CASTELLNOU DE BAGES +SPE00156090 41.6567 0.9517 264.0 CASTELLNOU DE SEANA +SPE00156099 42.6833 1.2717 2400.0 CERTASCAN +SPE00156108 41.6756 1.2958 554.0 CERVERA +SPE00156117 41.1714 1.1678 112.0 CONSTANTI +SPE00156126 41.2017 1.6331 17.0 CUNIT +SPE00156135 42.3858 1.8664 1097.0 DAS-AERODROM +SPE00156144 40.8728 0.7156 179.0 EL PERELLO +SPE00156153 42.3981 0.7433 823.0 EL PONT DE SUERT +SPE00156162 42.1825 1.5242 2316.0 EL PORT DEL COMTE +SPE00156171 41.3403 2.0803 8.0 EL PRAT DE LLOBREGAT +SPE00156180 41.5308 1.8081 316.0 ELS HOSTALETS DE PIEROLA +SPE00156189 41.2156 1.5208 59.0 EL VENDRELL +SPE00156198 42.5342 1.0544 2519.0 ESPOT +SPE00156207 41.1533 0.8192 359.0 FALSET +SPE00156216 41.4328 1.6239 415.0 FONT-RUBI +SPE00156225 41.9819 2.8067 72.0 GIRONA +SPE00156234 42.2342 1.8744 788.0 GUARDIOLA DE BERGUEDA +SPE00156243 40.9514 0.3056 515.0 HORTA DE SANT JOAN +SPE00156252 40.7069 0.8342 1.0 ILLA DE BUDA +SPE00156261 41.9775 3.0353 29.0 LA BISBAL DEMPORDA +SPE00156270 42.6381 0.7789 2247.0 LAC REDON +SPE00156279 41.6025 1.4006 785.0 LA PANADELLA +SPE00156288 42.2392 0.9642 513.0 LA POBLA DE SEGUR - BOMBERS +SPE00156297 42.0803 1.9625 873.0 LA QUAR +SPE00156306 42.3706 1.4328 849.0 LA SEU DURGELL +SPE00156315 41.3925 1.0989 446.0 LESPLUGA DE FRANCOLI +SPE00156324 41.6467 2.7567 2.0 MALGRAT DE MAR +SPE00156333 42.4658 1.7781 2230.0 MALNIU +SPE00156342 40.7181 0.3994 240.0 MAS DE BARBERANS-ABOCADOR +SPE00156351 42.3769 2.4142 1405.0 MOLLO-FABERT +SPE00156360 42.0514 0.7292 1572.0 MONTSEC +SPE00156369 41.5953 1.8375 916.0 MONTSERRAT-SANT DIMES +SPE00156378 41.8781 2.1783 816.0 MUNTANYOLA +SPE00156387 42.3817 2.1553 1971.0 NURIA +SPE00156396 41.5864 1.6531 333.0 ODENA +SPE00156405 42.1914 2.4825 421.0 OLOT - PLA DE BAIX +SPE00156414 42.2158 1.3314 566.0 ORGANYA +SPE00156423 42.0739 2.2083 626.0 ORIS +SPE00156432 41.5669 2.2258 123.0 PARETS DEL VALLES +SPE00156441 40.7967 0.3181 1055.0 PN DELS PORTS +SPE00156450 42.4353 3.1658 196.0 PORTBOU +SPE00156459 41.7733 2.4378 1668.0 PUIG SESOLLES +SPE00156468 41.6831 0.4483 286.0 RAIMAT +SPE00156477 42.2706 3.1817 24.0 ROSES +SPE00156486 41.5656 2.0692 258.0 SABADELL-PARC AGRARI +SPE00156495 42.5192 1.3656 2451.0 SALORIA +SPE00156504 41.4831 2.0792 158.0 SANT CUGAT DEL VALLES-CAR +SPE00156513 42.2581 2.3642 852.0 SANT PAU DE SEGURIES +SPE00156522 42.1769 3.0967 4.0 SANT PERE PESCADOR +SPE00156531 42.1392 1.0389 690.0 SANT ROMA DABELLA +SPE00156540 41.6739 1.7678 349.0 SANT SALVADOR DE GUARDIOLA +SPE00156549 42.1069 1.8267 1167.0 SANTUARI DE QUERALT +SPE00156558 42.7700 0.7317 2228.0 SASSEUVA +SPE00156567 41.9878 1.5117 691.0 SOLSONA +SPE00156576 41.1039 1.2008 5.0 TARRAGONA-COMPLEX EDUCATIU +SPE00156585 41.6667 1.1653 427.0 TARREGA +SPE00156594 41.1467 1.4181 2.0 TORREDEMBARRA +SPE00156603 41.3200 0.8856 687.0 ULLDEMOLINS +SPE00156612 41.3817 1.9356 252.0 VALLIRANA +SPE00156621 42.6983 0.7939 1002.0 VIELHA E MIJARAN +SPE00156630 41.8400 2.4183 953.0 VILADRAU +SPE00156639 41.9956 1.0256 594.0 VILANOVA DE MEIA +SPE00156648 41.3069 1.3625 287.0 VILA-RODONA +SPE00156657 41.1850 0.5933 53.0 VINEBRE +SPE00173105 42.3419 2.8342 158.0 PANTA DE DARNIUS - BOADELLA +SPE00173114 42.4403 1.9344 1213.0 PUIGCERDA +SPE00173123 41.0431 0.7403 316.0 TIVISSA +SPE00175559 42.1881 2.4803 433.0 OLOT +SPE00175568 42.2439 0.9681 508.0 LA POBLA DE SEGUR +SPE00175681 41.5106 0.8564 283.0 LES BORGES BLANQUES +SPM00008284 39.4890 -0.4820 68.6 VALENCIA 08284 +SPM00008359 38.3670 -0.5000 82.0 ALICANTE 08359 +SPM00008360 38.2820 -0.5580 43.3 ALICANTE 08360 +SPM00008420 37.1330 -3.6170 717.0 GRANADA / ARMILLA 08420 +SPW00013024 37.1833 -5.6000 91.1 MORON DE LA FRONTERA 08397 +SPW00013025 36.6500 -6.3500 27.1 ROTA NAS 08449 +SPW00014010 41.6667 -1.0333 263.0 ZARAGOZA 08160 +SPW00014011 40.4833 -3.4500 608.1 TORREJON 08227 +STW00011601 13.7333 -60.9500 8.2 ST LUCIA ISLAND +STW00011644 13.7500 -60.9833 99.1 ST LUCIA ISLAND +SU000062600 21.8200 31.3500 190.0 WADI HALFA GSN 62600 +SU000062640 19.5330 33.3170 312.0 ABU HAMED GSN 62640 +SU000062641 19.5830 37.2170 42.0 PORT SUDAN GSN 62641 +SU000062650 19.1670 30.4830 226.0 DONGOLA GSN 62650 +SU000062721 15.6000 32.5490 380.0 KHARTOUM 62721 +SU000062730 15.4670 36.4000 500.0 KASSALA GSN 62730 +SU000062752 14.0330 35.4000 599.0 GEDAREF 62752 +SU000062760 13.6170 25.3330 733.0 EL FASHER GSN 62760 +SU000062762 13.5500 33.6170 418.0 SENNAR GSN 62762 +SU000062770 13.4830 22.4500 805.0 GENINA GSN 62770 +SU000062771 13.1670 30.2330 574.0 EL OBEID 62771 +SU000062781 12.7000 28.4330 564.0 EN NAHUD GSN 62781 +SU000062790 12.0500 24.8830 643.0 NYALA 62790 +SU000062840 9.5500 31.6500 388.0 MALKAL GSN 62840 +SU000062880 7.7000 28.0170 438.0 WAU GSN 62880 +SU000062941 4.8670 31.6000 457.0 JUBA GSN 62941 +SUM00062660 18.5500 31.8500 249.0 KARIMA 62660 +SUM00062680 17.7000 33.9670 345.0 ATBARA 62680 +SUM00062733 15.3170 35.6000 451.0 HALFA EL GAIDIDA 62733 +SUM00062750 14.0000 32.3330 378.0 ED DUEIM 62750 +SUM00062751 14.4000 33.4830 408.0 WAD MEDANI 62751 +SUM00062772 13.1670 32.6670 381.0 KOSTI/RABAK 62772 +SUM00062795 12.7330 34.1330 445.0 ABU NA'AMA 62795 +SUM00062801 11.7500 32.7830 282.0 RENK 62801 +SUM00062803 11.8670 31.0500 885.0 RASHAD 62803 +SUM00062805 11.7860 34.3370 482.2 DAMAZIN 62805 +SUM00062809 11.3330 27.8170 453.0 BABANUSA 62809 +SUM00062810 11.1380 29.7010 563.3 KADUGLI 62810 +SV000001008 78.2500 15.4667 28.0 SVALBARD AIRPORT GSN 01008 +SV000020107 78.1000 14.3000 49.0 BARENCBURG 20107 +SW000002120 66.9597 17.7300 314.0 KVIKKJOKK-ARRENJARKA 02120 +SW000002127 65.0667 17.1664 325.0 STENSELE 02127 +SW000002196 65.8269 24.1439 5.0 HAPARANDA 02196 +SW000002288 63.5900 20.7600 6.0 HOLMOGADD A 02288 +SW000002361 62.6331 17.9331 15.0 HARNOSAND 02361 +SW000002410 60.6814 13.6994 308.0 MALUNG 02410 +SW000002512 57.7800 11.8800 20.0 SAVE 02512 +SW000002550 57.7500 14.0700 226.0 JONKOPINGS_FLYGPLATS 02550 +SW000002590 57.6600 18.3400 42.0 VISBY_FLYGPLATS 02590 +SW000008525 58.4000 15.5331 93.0 LINKOEPING-MALMSLAETT 02562 +SW000010537 60.6167 15.6167 160.0 FALUN 02433 +SW000021280 65.0072 17.7083 280.0 GUNNARN 02128 +SW000024180 59.3500 13.4667 46.0 KARLSTAD 02418 +SWE00100003 56.8667 14.8000 166.0 VAEXJOE +SWE00100026 63.1831 14.4831 376.0 OESTERSUND-FROESOEN GSN 02226 +SWE00115961 62.5244 17.4408 4.0 SUNDSVALLS FLYGPLATS 02366 +SWE00135133 55.3800 13.0600 17.0 MAGLARP +SWE00135151 55.4900 13.4000 50.0 RYNGE_V +SWE00135169 55.6000 12.8600 1.0 OSKARSGRUNDET_NO +SWE00135202 55.8800 12.8700 11.0 ORJA +SWE00135229 56.0200 14.1100 10.0 KRISTIANSTAD_V +SWE00135244 56.0700 16.6800 1.0 OLANDS SODRA GRUND +SWE00135292 56.3900 12.9400 140.0 HUNNESTORP_V +SWE00135337 56.6600 16.4400 5.0 OLANDSBRON V +SWE00135352 56.6800 16.2900 6.0 KALMAR_FLYGPLATS +SWE00135394 56.8900 12.6700 47.0 EFTRA-BROEN_V +SWE00135406 56.9300 14.7300 182.0 VAXJO-KRONOBERG +SWE00135424 57.0700 18.2200 5.0 NASUDDEN +SWE00135445 57.1800 11.5300 4.0 LAESO_OST_A +SWE00135517 57.4200 15.0700 200.0 VETLANDA +SWE00135529 57.4700 14.8800 250.0 NAGLARP +SWE00135538 57.4900 18.4600 35.0 ROMA_V +SWE00135556 57.6000 11.6400 1.0 TRUBADUREN +SWE00135688 58.0300 15.0200 185.0 TRANAS_AUT +SWE00135709 58.0800 13.7600 220.0 KYMBO_V +SWE00135736 58.1800 12.1500 20.0 ASBRACKA-TORPABRON_V +SWE00135889 58.5900 17.4697 25.0 GUSTAF_DALEN_A +SWE00135892 58.6000 12.4200 55.0 ERIKSTAD-BERGARUD_V +SWE00135907 58.6300 11.4300 80.0 HUD_V +SWE00135937 58.7300 16.3700 60.0 STAVSJO +SWE00135970 58.8300 11.0000 6.0 URSHOLMEN +SWE00136000 58.9300 19.1800 4.0 HUVUDSKAR_OST_A +SWE00136012 58.9800 16.9200 40.0 RIPSA +SWE00136051 59.1600 19.1300 3.0 ALMAGRUNDET_A +SWE00136087 59.2700 15.2700 23.0 OREBRO_AUT +SWE00136129 59.3500 18.1000 20.0 VARTAN +SWE00136141 59.4444 13.3375 107.0 KARLSTAD-AIRPORT +SWE00136150 59.3700 17.9164 15.0 BECKOMBERGA +SWE00136189 59.5500 20.0200 1.0 SVENSKA_BJORN +SWE00136327 60.1100 15.1200 240.0 SKEPPSMORA_V +SWE00136405 60.4800 15.4300 140.0 BORLANGE_AUT +SWE00136411 60.5000 18.8700 23.0 GRUNDKALLEN +SWE00136441 60.6400 12.8800 525.0 BRATTMON_V +SWE00136507 61.0900 13.2300 725.0 SALEN-HOGFJALLET_V +SWE00136600 61.8700 12.3000 660.0 IDRE-STORBO_V +SWE00136612 61.8900 12.8600 869.0 IDRE_FJALL_A +SWE00136648 62.2800 15.6700 320.0 NORRBERG-NORRHOG_V +SWE00136663 62.4300 17.3500 80.0 SUNDSVALL-RASTA_V +SWE00136708 62.7300 12.7300 955.0 FLATRUET_V +SWE00136720 62.7600 16.7100 205.0 SILLRE_V +SWE00136744 63.0400 12.2800 1030.0 SYLARNA +SWE00136747 63.0400 13.8900 1000.0 BYDALEN_V +SWE00136783 63.1900 12.1800 1090.0 BLAHAMMAREN_A +SWE00136801 63.2600 13.2200 611.0 TRILLEVALLEN_V +SWE00136813 63.3200 13.4800 330.0 MO 1 +SWE00136819 63.3200 13.7100 355.0 MATTMAR_V +SWE00136828 63.3800 13.1600 435.0 ARE-BJORNANGE_V +SWE00136831 63.3800 20.1000 24.0 SYDOSTBROTTEN +SWE00136969 64.3900 21.3100 105.0 HOKMARKSBERGET_V +SWE00137020 64.7097 17.4400 575.0 RISTRASK_V +SWE00137023 64.7200 21.1500 5.0 URSVIKEN +SWE00137032 64.7500 15.8300 630.0 BRANNAKERSFJALLET_V +SWE00137059 64.9700 15.3900 545.0 SAXNAS_V +SWE00137083 65.0900 14.5100 1036.0 STEKENJOKK_A +SWE00137131 65.3300 22.7500 1.0 FARSTUGRUNDEN +SWE00137134 65.4200 19.5000 350.0 SALTMYRAN +SWE00137188 65.7500 21.7700 9.0 SAVAST_V +SWE00137203 65.8078 15.0853 458.0 HEMAVAN FLYGPLATS +SWE00137272 66.3300 17.1000 552.0 JAKKVIK_V +SWE00137290 66.4897 16.4400 481.0 LILLVIKEN-ROPARUDDEN +SWE00137296 66.5100 19.6800 324.0 VAJMAT_V +SWE00137338 66.7700 20.9700 330.0 NATTAVARA +SWE00137425 67.8497 20.2300 505.0 KIRUNA 1 +SWE00137440 68.0500 21.7700 355.0 NEDRE_SOPPERO_V +SWE00137470 68.4300 18.2800 537.0 VASSIJAURE +SWE00137473 68.4300 18.6300 512.0 TORNEHAMN +SWE00137488 55.3400 13.3600 5.0 SMYGEHUK +SWE00137490 55.3600 13.4300 5.0 BEDDINGESTRAND +SWE00137492 55.3800 13.1300 5.0 TRELLEBORG +SWE00137494 55.3800 12.8200 5.0 FALSTERBO +SWE00137498 55.3900 14.1900 4.0 SANDHAMMAREN +SWE00137500 55.4100 13.4000 40.0 JORDBERGA +SWE00137502 55.4400 13.8300 20.0 YSTAD +SWE00137504 55.4700 13.5200 35.0 SKURUP_D +SWE00137506 55.4600 13.9400 10.0 KOPINGE +SWE00137508 55.4700 13.0100 10.0 VELLINGE +SWE00137510 55.4900 14.3200 4.0 SKILLINGE_A +SWE00137512 55.4900 14.0500 55.0 BOLLERUP +SWE00137514 55.5000 13.0200 17.0 HOKOPINGE +SWE00137516 55.5000 13.8800 70.0 HOGESTAD +SWE00137518 55.5000 14.1600 52.0 HAMMENHOG +SWE00137520 55.5100 13.3300 55.0 BORRINGE_KLOSTER +SWE00137522 55.5400 13.3700 72.0 STURUP +SWE00137524 55.5400 14.3600 8.0 SIMRISHAMN +SWE00137526 55.5500 14.1800 45.0 GARSNAS +SWE00137528 55.5500 13.9500 67.0 TOMELILLA +SWE00137530 55.5600 14.1900 70.0 STIBY +SWE00137532 55.5700 13.5200 173.0 KLAGGEROD +SWE00137534 55.5714 13.0731 20.0 MALMO A +SWE00137536 55.6100 13.0800 20.0 MALMO +SWE00137538 55.5800 13.3700 50.0 LYNGBY +SWE00137540 55.5800 13.5700 70.0 SIMONTORP +SWE00137542 55.6000 12.9800 3.0 MALMO_2 +SWE00137544 55.6300 13.4100 45.0 BJORNSTORP +SWE00137546 55.6300 14.2700 10.0 RORUM +SWE00137548 55.6400 14.1300 130.0 SANKT_OLOF +SWE00137550 55.6400 13.6800 40.0 SJOBO_D +SWE00137552 55.6400 13.8900 80.0 LOVESTAD +SWE00137554 55.6500 13.0800 10.0 ALNARP +SWE00137556 55.6500 13.2200 20.0 STAFFANSTORP +SWE00137558 55.6600 13.0900 10.0 ALNARP FRUKTAVDELNING +SWE00137560 55.6600 13.5300 25.0 VOMB +SWE00137562 55.6600 14.2600 112.0 STENSHUVUD +SWE00137564 55.6700 13.7300 85.0 KLAMBY +SWE00137566 55.6800 13.7300 95.0 BRANDSTAD +SWE00137568 55.7000 13.2000 73.0 LUND +SWE00137570 55.7000 14.2000 22.0 VITEMOLLA +SWE00137572 55.7000 13.6300 32.0 BJORKA +SWE00137574 55.7100 14.0100 90.0 HALLAMOLLA +SWE00137576 55.7200 14.1000 50.0 BROSARP_D +SWE00137578 55.7700 14.0900 113.0 SODRA_LOKAROD +SWE00137580 55.7800 13.2500 20.0 ORTOFTA +SWE00137582 55.8000 13.1000 7.0 KAVLINGE +SWE00137584 55.8100 13.7500 160.0 PARUP_D +SWE00137586 55.8500 13.6700 65.0 HORBY +SWE00137588 55.8600 13.6700 114.0 HORBY_A +SWE00137590 55.8700 13.8700 180.0 ALMHULT +SWE00137592 55.8800 12.8400 9.0 LANDSKRONA_D +SWE00137594 55.8700 13.2500 55.0 TROLLENAS +SWE00137596 55.9000 13.4000 85.0 STEHAG +SWE00137598 55.9000 12.7200 25.0 VEN +SWE00137600 55.9000 12.8300 10.0 SABYHOLM +SWE00137602 55.9000 13.9300 150.0 FRIGGESTAD +SWE00137604 55.9300 13.0500 70.0 SVALOV +SWE00137606 55.9200 14.2800 5.0 AHUS +SWE00137608 55.9200 14.0800 17.0 KRISTIANSTAD_EVEROD +SWE00137610 55.9300 13.8500 165.0 KNOPPARP_D +SWE00137612 55.9500 15.7000 3.0 UTKLIPPAN +SWE00137614 55.9700 14.1200 20.0 UGERUP +SWE00137616 55.9800 14.2700 7.0 RINKABY +SWE00137618 56.0000 14.0000 60.0 OVESHOLM +SWE00137620 56.3300 14.1500 10.0 KRISTIANSTAD +SWE00137622 56.0000 12.9800 90.0 SKROMBERGA +SWE00137624 56.0100 14.4400 10.0 TOSTEBERGA +SWE00137626 56.0100 12.7200 5.0 REYMERSHOLM +SWE00137628 56.0100 14.8500 55.0 HANO_A +SWE00137630 56.0100 13.2300 152.0 GILLASTIG +SWE00137632 56.0200 13.7200 95.0 ROSLOV +SWE00137634 56.0300 12.7400 30.0 HELSINGBORG_2 +SWE00137636 56.0300 12.7700 43.0 HELSINGBORG_A +SWE00137638 56.0300 13.9300 95.0 AKEBODA +SWE00137640 56.0400 13.6900 90.0 SOSDALA +SWE00137642 56.0400 15.8100 3.0 UNGSKAR +SWE00137644 56.0400 12.6900 43.0 HELSINGBORG +SWE00137646 56.0500 14.3400 12.0 BACKASKOG +SWE00137648 56.0500 14.1000 4.0 KARPALUND +SWE00137650 56.0600 14.5900 5.0 SOLVESBORG +SWE00137652 56.0800 14.4700 5.0 BROMOLLA +SWE00137654 56.0700 13.2700 50.0 KOLLEBERGA +SWE00137656 56.0800 13.2300 43.0 LJUNGBYHED +SWE00137658 56.1000 12.8900 15.0 BJUV +SWE00137660 56.0800 13.9200 35.0 VANNEBERGA +SWE00137662 56.1000 13.9200 25.0 VINSLOV_D +SWE00137664 56.1000 14.0200 15.0 NORRA_STROO +SWE00137666 56.1100 14.6200 15.0 GAMMALSTORP +SWE00137668 56.1200 14.6700 5.0 NORJEBY +SWE00137670 56.1400 13.2500 55.0 KLIPPAN +SWE00137672 56.1300 14.5900 140.0 GRUNDSJON +SWE00137674 56.1300 12.8200 10.0 HASSLARP +SWE00137676 56.1400 13.7400 45.0 HASSLEHOLM +SWE00137678 56.1400 12.7100 10.0 MARIEDAL +SWE00137680 56.1500 15.5900 2.0 KARLSKRONA-SODERSTJ. +SWE00137682 56.1700 15.5900 7.0 KARLSKRONA +SWE00137684 56.1800 14.3800 20.0 VILLANDS_VANGA +SWE00137686 56.1800 14.8500 50.0 KARLSHAMN +SWE00137688 56.1800 12.7700 7.0 BJARBOLUND +SWE00137690 56.1800 12.8000 10.0 ROGLE +SWE00137692 56.2000 16.3997 2.0 OLANDS SODRA UDDE +SWE00137696 56.2000 13.6800 55.0 HORLINGE +SWE00137698 56.2000 14.1000 15.0 KNISLINGE +SWE00137702 56.2000 12.7800 13.0 TANGA +SWE00137704 56.2100 15.7100 25.0 LYCKEBY +SWE00137706 56.2200 15.1300 20.0 HOBY +SWE00137708 56.2200 15.5300 25.0 MARIELUND +SWE00137710 56.2300 12.9800 20.0 MUNKA-LJUNGBY +SWE00137712 56.2300 15.0200 15.0 TORNERYD +SWE00137714 56.2400 13.5300 115.0 ROKE +SWE00137716 56.2400 12.5800 12.0 LOUISEFRED +SWE00137718 56.2500 12.5400 13.0 NYHAMNSLAGE +SWE00137720 56.2500 12.8500 10.0 ANGELHOLM +SWE00137722 56.2500 15.2500 40.0 BREDAKRA_D +SWE00137724 56.2600 15.2700 58.0 RONNEBY-BREDAKRA +SWE00137726 56.2800 16.0200 10.0 KOMSTORP +SWE00137728 56.2800 14.5200 65.0 OLOFSTROM +SWE00137730 56.2800 13.3000 75.0 ORKELLJUNGA +SWE00137732 56.2900 12.8500 20.0 BARKAKRA +SWE00137734 56.2900 13.7500 76.0 BJARNUM_D +SWE00137736 56.3000 12.4500 72.0 KULLEN +SWE00137738 56.3200 12.9200 40.0 HJARNARP +SWE00137740 56.3200 14.7100 80.0 HEMSJO +SWE00137742 56.3300 15.5800 100.0 TVINGELSHED +SWE00137744 56.3300 14.8800 90.0 GRIMSMALA +SWE00137746 56.3300 12.9300 90.0 BOARP +SWE00137748 56.3500 14.8200 110.0 GYNGAMALA +SWE00137750 56.3800 13.9800 90.0 OSBY +SWE00137752 56.3700 13.4700 110.0 SKANES_FAGERHULT +SWE00137754 56.3700 16.5400 5.0 SEGERSTAD +SWE00137756 56.3800 12.7500 50.0 KILLEBACKSTORP +SWE00137758 56.3800 12.9800 200.0 BARAMOSSA +SWE00137760 56.4000 12.9700 202.0 BINGSGARDE +SWE00137762 56.4100 15.9900 20.0 TORSAS +SWE00137764 56.4200 14.3600 135.0 OLASTORP +SWE00137766 56.4300 16.4200 20.0 KASTLOSA +SWE00137768 56.4300 15.8800 65.0 GULLABOAS +SWE00137770 56.4400 15.3200 109.0 MJUAMALA +SWE00137772 56.4500 15.3600 109.0 ERINGSBODA_D +SWE00137774 56.4500 12.5500 10.0 HALLANDS_VADERO +SWE00137776 56.4500 12.7000 40.0 HOV +SWE00137780 56.4500 14.7200 140.0 RYD +SWE00137782 56.4600 13.6600 110.0 MARKARYD +SWE00137784 56.4800 14.8000 145.0 URSHULT-KUNNINGE +SWE00137786 56.4900 15.1200 125.0 KONGA +SWE00137788 56.4900 12.9900 10.0 LAHOLM_D +SWE00137790 56.5000 13.4600 80.0 MAJENFORS +SWE00137792 56.5200 13.3400 35.0 KNARED +SWE00137794 56.5100 15.6200 114.0 VISSEFJARDA +SWE00137796 56.5200 14.7500 150.0 SJOARYD +SWE00137800 56.5300 16.3900 5.0 MORBYLANGA +SWE00137802 56.5400 14.9000 176.0 TINGSRYD-DEGERHAGA +SWE00137804 56.5500 14.7600 145.0 EKEFORS +SWE00137806 56.5600 13.7400 115.0 STROMSNASBRUK +SWE00137808 56.5700 13.0300 20.0 GENEVAD +SWE00137810 56.5900 13.4600 175.0 LANGHULT +SWE00137812 56.6000 15.5100 130.0 RORSBO +SWE00137814 56.6100 14.0700 160.0 LANSHULT +SWE00137816 56.6200 15.1400 130.0 STANGSMALA_D +SWE00137818 56.6200 13.3800 150.0 EGERNAHULT +SWE00137820 56.6200 16.1200 15.0 OLVINGSTORP +SWE00137822 56.6400 14.0300 140.0 PJATTERYD +SWE00137824 56.6300 16.6700 3.0 NORRA_MOCKLEBY +SWE00137826 56.6300 15.5500 150.0 EMMABODA +SWE00137828 56.6500 14.9200 155.0 VACKELSANG +SWE00137830 56.6600 15.1400 140.0 LINNERYD +SWE00137832 56.6900 16.3500 2.0 KALMAR_D +SWE00137834 56.6700 16.3500 7.0 KALMAR +SWE00137836 56.6700 12.9200 24.0 HALMSTAD +SWE00137840 56.7300 16.2900 6.0 KALMAR_FLYGFLOTTILJ +SWE00137842 56.6800 14.3400 155.0 HYLTAN +SWE00137844 56.6800 12.8300 25.0 HALMSTAD FLYGFLOTTILJ +SWE00137846 56.6800 14.9500 167.0 URASA +SWE00137848 56.7000 13.0300 50.0 MARBACK_D +SWE00137850 56.7100 13.1600 165.0 BRUNNSHULT +SWE00137852 56.7200 13.1200 75.0 SIMLANGSDALEN +SWE00137854 56.7200 13.1700 175.0 HOGARYD +SWE00137856 56.7400 13.4500 150.0 VRA_D +SWE00137858 56.7400 13.3600 165.0 SINGESHULT +SWE00137860 56.8500 15.9900 92.0 NYBRO-SLATTINGEBYGD D +SWE00137862 56.7600 15.2700 162.0 LESSEBO +SWE00137864 56.7500 14.9300 160.0 INGELSTAD +SWE00137866 56.7600 13.6800 135.0 SKEEN +SWE00137868 56.7800 16.5797 40.0 EKERUM +SWE00137870 56.7900 16.3297 20.0 SVARTINGSTORP +SWE00137872 56.7900 13.1400 185.0 HAVRARYD_D +SWE00137874 56.7900 12.9700 15.0 OSKARSTROM +SWE00137876 56.8300 13.9500 155.0 LJUNGBY +SWE00137878 56.8100 13.7000 160.0 BOLMEN +SWE00137880 56.8300 15.7500 170.0 ORREFORS_D +SWE00137882 56.8400 16.7500 25.0 SKEDEMOSSE +SWE00137884 56.8400 14.5900 145.0 OHS +SWE00137890 56.8500 13.8800 148.0 LJUNGBY_A +SWE00137892 56.8600 12.6500 45.0 EFTRA_D +SWE00137894 56.8700 13.0700 70.0 FROSLIDA +SWE00137896 56.8800 15.6900 188.0 GULLASKRUV +SWE00137898 56.8900 13.3800 177.0 FEMSJO +SWE00137900 56.8800 16.6700 5.0 BORGHOLM +SWE00137902 56.9000 12.9900 175.0 ASTRILT +SWE00137904 56.9000 12.4800 5.0 FALKENBERG +SWE00137906 56.9000 13.7000 145.0 BAKAREBO_D +SWE00137908 56.9200 14.0100 145.0 ABY +SWE00137910 56.9200 18.1664 38.0 HOBURG +SWE00137914 56.9300 15.1700 235.0 HERRAKRA +SWE00137916 56.9300 12.3600 6.0 GLOMMEN +SWE00137918 56.9300 12.5500 25.0 JONSTORP +SWE00137920 56.9400 13.3400 155.0 SEGLEHULT +SWE00137922 56.9494 13.0625 130.0 TORUP A +SWE00137924 56.9500 12.7900 145.0 ABILD +SWE00137926 56.9600 13.7700 145.0 TANNAKER +SWE00137928 56.9631 13.0708 85.0 TORUP +SWE00137930 56.9700 14.6300 155.0 HARLOV +SWE00137932 56.9700 15.8800 145.0 HINSHULT +SWE00137934 56.9800 12.3900 15.0 MORUP +SWE00137936 57.0000 16.2900 37.0 SANDBACKSHULT +SWE00137938 56.9900 14.2100 185.0 RAFSEBO_D +SWE00137940 56.9900 15.2900 265.0 LENHOVDA +SWE00137942 57.0100 14.5700 155.0 MOHEDA_D +SWE00137944 57.0100 16.8800 4.0 FORA +SWE00137946 57.0100 15.5700 219.0 ALGHULT +SWE00137948 57.0200 13.7300 160.0 DUNGEN +SWE00137950 57.0200 12.9200 190.0 GANGAREBO +SWE00137954 57.0300 14.9400 180.0 SORABY +SWE00137956 57.0300 14.2900 185.0 HORDA +SWE00137958 57.0300 16.5100 32.0 MONSTERAS_D +SWE00137960 57.0300 13.1200 100.0 KINNARED +SWE00137962 57.0500 15.2000 275.0 ALMESHULT +SWE00137964 57.0800 15.0000 190.0 BOKSHOLM +SWE00137966 57.1100 12.3900 25.0 GRIMETON +SWE00137968 57.0900 12.8700 100.0 SKOGSFORSEN +SWE00137970 57.1000 13.7300 165.0 VEKAFORS +SWE00137972 57.1000 15.2300 265.0 HULT_S +SWE00137974 57.1100 12.2700 20.0 VARBERG +SWE00137976 57.1500 15.6800 171.0 FAGERHULT_D +SWE00137978 57.1100 12.7800 122.0 ULLARED_A +SWE00137980 57.1200 14.5700 188.0 ANEBODA_1 +SWE00137982 57.1200 13.4100 155.0 SKEPPSHULT_D +SWE00137984 57.1200 14.6900 250.0 BERG +SWE00137986 57.1200 13.9500 159.0 AMINNE_D +SWE00137988 57.1500 13.5600 155.0 STORA_SEGERSTAD +SWE00137990 57.1500 15.4000 230.0 ASEDA +SWE00137992 57.1500 16.4500 8.0 KARLSHAMMAR +SWE00137994 57.1600 16.9500 7.0 LOTTORP_D +SWE00137996 57.1700 13.4200 140.0 SMALANDSSTENAR +SWE00137998 57.1700 13.6000 155.0 REFTELE_D +SWE00138000 57.1800 14.0500 140.0 VARNAMO +SWE00138002 57.1900 13.1900 155.0 MJOHULT +SWE00138004 57.2000 12.8100 100.0 FAGERED +SWE00138006 57.2000 14.2500 245.0 STORA_HYLTAN +SWE00138008 57.2000 15.9700 77.0 DRAGERYD +SWE00138010 57.2000 15.0800 315.0 GRANSHULT +SWE00138012 57.2200 15.9200 77.0 BLANKASTROM +SWE00138014 57.2300 14.7500 260.0 TORALIDEN +SWE00138016 57.2300 12.7000 154.0 KALLSJO +SWE00138018 57.2400 14.5900 215.0 RORVIK_D +SWE00138020 57.2400 18.3800 25.0 HEMSE +SWE00138022 57.2500 12.1000 10.0 RINGHALS 1 +SWE00138024 57.2600 12.3200 15.0 VEDDIGE_D +SWE00138026 57.2700 15.9300 90.0 RYNINGSNAS +SWE00138028 57.2700 16.4100 20.0 OSKARSHAMN +SWE00138030 57.2800 17.0000 10.0 MOSSEN +SWE00138032 57.2800 13.5300 165.0 GISLAVED +SWE00138034 57.2900 14.1400 169.0 HAGSHULTS_FLYGPLATS +SWE00138036 57.2900 17.9600 40.0 STORA_KARLSO +SWE00138038 57.2900 15.5700 205.0 VIRSERUM-RODMOSSA +SWE00138040 57.3000 12.6900 155.0 LINHULT_D +SWE00138042 57.3100 15.1300 240.0 KORSBERGA +SWE00138044 57.3000 11.9000 5.0 NIDINGEN +SWE00138046 57.3039 11.9064 2.0 NIDINGEN A +SWE00138048 57.3200 13.4300 165.0 VATHULTSTROM +SWE00138050 57.3200 15.3000 180.0 TROLLEBO +SWE00138052 57.3200 13.9300 170.0 KAVSJO_D +SWE00138054 57.3700 13.0500 140.0 HID +SWE00138056 57.3700 15.3800 160.0 SKIRO +SWE00138058 57.3700 17.1000 4.0 OLANDS NORRA UDDE +SWE00138062 57.3700 18.2500 50.0 KLINTE_D +SWE00138064 57.4000 14.6400 220.0 SAVSJO +SWE00138066 57.3800 11.9700 3.0 ONSALA_D +SWE00138068 57.3800 13.3000 170.0 SJOTOFTA_D +SWE00138070 57.3844 15.8033 95.0 MALILLA A +SWE00138072 57.3900 16.0900 125.0 KROKSHULT_D +SWE00138074 57.3917 15.9133 100.0 MALILLA +SWE00138076 57.3900 15.2700 220.0 NYABYBERG +SWE00138078 57.3900 13.5300 220.0 HESTRA +SWE00138080 57.0700 15.9700 115.0 ALLGUNNEN +SWE00138082 57.4000 18.5300 45.0 BUTTLE +SWE00138084 57.4400 14.8900 230.0 NAVELSJO +SWE00138086 57.4200 13.2800 220.0 AMBJORNARP +SWE00138088 57.4200 18.9200 13.0 HERRVIK +SWE00138090 57.4400 14.4700 270.0 HYLLETOFTA +SWE00138092 57.4300 18.2200 15.0 SANDA +SWE00138094 57.4300 14.1000 180.0 SKILLINGARYD +SWE00138096 57.4300 18.1664 2.0 VASTERGARN +SWE00138098 57.4400 18.4900 45.0 VANGE +SWE00138100 57.4400 12.4100 135.0 FOTSKAL_D +SWE00138102 57.4400 18.9900 5.0 OSTERGARNSHOLM_A +SWE00138104 57.4500 15.0300 210.0 ARVINGETORP +SWE00138106 57.4500 13.1000 150.0 AXELFORS +SWE00138108 57.4500 18.9800 5.0 OSTERGARN +SWE00138110 57.4700 12.6500 60.0 HABY +SWE00138112 57.4700 15.5000 185.0 PAULISTROM +SWE00138114 57.4700 16.6497 5.0 KRAKEMALA +SWE00138116 57.4800 12.7000 90.0 ORBY +SWE00138118 57.4900 12.2000 15.0 ROSSARED +SWE00138120 57.4900 13.8600 330.0 TRANHULT +SWE00138122 57.5000 14.4700 356.0 TOMTABACKEN_A +SWE00138124 57.5100 18.4500 32.0 ROMA +SWE00138126 57.5100 15.9200 155.0 UNGSBERG +SWE00138128 57.5100 15.5100 215.0 KARLSTORP +SWE00138130 57.5200 16.2800 60.0 BREDSHULT +SWE00138132 57.5400 15.1000 200.0 VARNE +SWE00138134 57.5500 12.4600 45.0 GREBBESHULT +SWE00138136 57.5400 13.3400 170.0 LIMMARED +SWE00138138 57.5600 13.2800 175.0 KINDSBODA +SWE00138140 57.5600 12.0400 50.0 SANDSJOBACKA +SWE00138142 57.5900 13.9300 295.0 BONDSTORP +SWE00138144 57.5700 14.4700 350.0 SPINKABO +SWE00138146 57.5700 14.6300 350.0 GODEBERG +SWE00138148 57.5700 18.7700 10.0 GOTHEM +SWE00138150 57.5700 16.2800 80.0 GETTERUM +SWE00138152 57.6000 18.4500 45.0 STENSTUGU FORSOKSGARD +SWE00138154 57.6000 14.5200 350.0 MALMBACK +SWE00138156 57.6000 13.9300 274.0 SJOLUND +SWE00138158 57.6100 12.0700 30.0 KALLERED_D +SWE00138160 57.6200 12.9400 105.0 HAGGARDA +SWE00138162 57.6300 15.5700 140.0 HASSLEBY +SWE00138164 57.6200 16.3097 70.0 HJORTED +SWE00138166 57.6300 11.6100 12.0 VINGA +SWE00138170 57.6400 16.5700 25.0 TOVEHULT +SWE00138172 57.6400 14.6900 305.0 NASSJO +SWE00138174 57.6500 13.2400 170.0 FAGERHULT +SWE00138176 57.6500 16.3700 45.0 FALSTERBO_SKOLA +SWE00138178 57.6600 12.0400 61.0 MOLNDAL +SWE00138180 57.6600 12.5500 65.0 BOLLEBYGD +SWE00138184 57.6700 12.3000 150.0 LANDVETTER_FLYGPLATS +SWE00138186 57.6700 15.8500 110.0 VIMMERBY +SWE00138188 57.6700 14.9800 211.0 EKSJO +SWE00138190 57.6900 12.2300 60.0 LANDVETTER +SWE00138192 57.6900 13.7100 345.0 MORKO +SWE00138194 57.6900 14.1500 225.0 FLAHULT +SWE00138196 57.7000 18.6400 53.0 HEJNUM +SWE00138198 57.7158 11.9942 5.0 GOTEBORG A +SWE00138200 57.7100 14.4900 275.0 FORSERUM +SWE00138202 57.7100 16.4600 35.0 GLADHAMMAR_A +SWE00138204 57.7200 11.7800 3.0 TORSLANDA +SWE00138206 57.7200 16.5300 18.0 GUNNEBO +SWE00138208 57.7200 18.6300 50.0 RINGS +SWE00138210 57.7200 15.7100 160.0 SODRA_VI_D +SWE00138212 57.7900 16.5900 35.0 VASTERVIK +SWE00138214 57.7200 13.1200 257.0 DALSJOFORS +SWE00138216 57.7200 14.9900 290.0 PRASTKULLA +SWE00138218 57.7400 18.4300 50.0 LUMMELUNDA +SWE00138220 57.7500 15.3800 290.0 SVINHULT_D +SWE00138222 57.7500 12.3500 100.0 HARSJONAS +SWE00138226 57.7600 12.9500 135.0 BORAS +SWE00138228 57.7700 13.4700 175.0 ULRICEHAMN +SWE00138230 57.7700 12.4200 110.0 FAGELNAS +SWE00138232 57.7667 14.1831 98.0 JONKOPING +SWE00138236 57.7800 13.1700 297.0 RANGEDALA_A +SWE00138238 57.7900 14.2900 99.0 HUSKVARNA +SWE00138240 57.8100 14.9900 250.0 ASKERYD +SWE00138242 57.8100 18.6300 30.0 AUSTERS_D +SWE00138244 57.8100 15.6700 165.0 GULLRINGEN +SWE00138246 57.8200 18.9300 20.0 RISUNGS +SWE00138248 57.8200 14.7200 285.0 KYRKONAS +SWE00138250 57.8200 14.8900 240.0 ANEBY +SWE00138251 57.8300 11.9200 20.0 SAVE-SKALVISERED +SWE00138254 57.8300 15.1000 200.0 OLSTORP +SWE00138256 57.8400 11.8600 21.0 KARNA +SWE00138258 57.8400 14.4300 225.0 RAMSJOHOLM +SWE00138260 57.8500 12.3800 75.0 OJARED +SWE00138262 57.8500 14.2800 110.0 STRANDVALLEN +SWE00138264 57.8500 15.2200 190.0 FORSNAS +SWE00138266 57.8600 12.1400 95.0 MOLLSJONAS_D +SWE00138268 57.8700 16.0500 130.0 ANINGE +SWE00138270 57.8700 19.0500 20.0 FAROSUND +SWE00138272 57.8700 12.7100 245.0 UDDABO +SWE00138274 57.8700 16.1700 81.0 OGESTAD +SWE00138276 57.8800 15.3500 228.0 NORRA_VI_D +SWE00138278 57.8900 15.8700 90.0 HORN_A +SWE00138280 57.8900 14.7300 174.0 LOMMARYD +SWE00138282 57.8900 12.5500 70.0 ALINGSAS_D +SWE00138284 57.8900 18.7600 20.0 WESTO +SWE00138286 57.9000 19.1600 13.0 FARO +SWE00138288 57.9000 14.3200 230.0 MYKINGE +SWE00138290 57.9000 16.7000 3.0 LOFTAHAMMAR +SWE00138292 57.9300 13.7000 175.0 HABO +SWE00138294 57.9100 14.8000 174.0 NOBYNAS_D +SWE00138296 57.9200 12.0700 10.0 NOL +SWE00138298 57.9200 13.0800 260.0 FJALLA +SWE00138300 57.9200 13.8800 270.0 MULLSJO +SWE00138302 57.9200 18.9600 13.0 FAROSUND_AR_A +SWE00138304 57.9300 11.7800 5.0 ARSNAS +SWE00138306 57.9400 13.0700 190.0 MOLLA +SWE00138308 57.9500 11.5500 10.0 KLADESHOLMEN +SWE00138310 57.9500 11.8200 20.0 SOLBERGA +SWE00138312 57.9500 16.6497 10.0 HELLERO +SWE00138314 57.9700 13.7800 270.0 SANDHEM +SWE00138316 57.9700 13.8500 240.0 TINGHALLA +SWE00138318 57.9800 14.7500 185.0 BOTORP +SWE00138320 58.0000 15.6500 107.0 KISA_D +SWE00138322 57.9900 16.3097 30.0 OVERUM +SWE00138324 58.0100 12.1500 5.0 ALVHEM +SWE00138326 58.0200 12.7800 105.0 VARGARDA +SWE00138328 58.0200 12.8300 148.0 VARGARDA-HAGRUNGA +SWE00138330 58.0200 16.0797 120.0 TYLLINGE_D +SWE00138332 58.0200 11.6000 10.0 SABY +SWE00138336 58.0200 12.8600 137.0 VARGARDA_D +SWE00138338 58.0700 15.2400 195.0 MALEXANDER +SWE00138340 58.0300 14.4700 130.0 GRANNA +SWE00138342 58.0400 14.9900 155.0 TRANAS +SWE00138344 58.0500 12.1600 15.0 GARN +SWE00138346 58.0900 14.4000 100.0 VISINGSO +SWE00138348 58.0600 14.6000 285.0 HOGEMALEN +SWE00138350 58.0600 11.6500 5.0 RORASTRAND +SWE00138352 58.0700 12.0100 115.0 KOMPEROD +SWE00138354 58.0700 14.5300 285.0 UPPGRANNA +SWE00138358 58.0800 13.4000 190.0 SIMONSTORP +SWE00138360 58.0900 13.0500 116.0 HERRLJUNGA_D +SWE00138362 58.0900 11.3300 16.0 MASESKAR_A +SWE00138364 58.1000 11.3500 14.0 MASESKAR +SWE00138366 58.1000 14.4100 94.0 VISINGSO_A +SWE00138368 58.1000 12.6600 115.0 UPLO +SWE00138370 58.1100 14.0700 275.0 KROGSTORP +SWE00138372 58.1100 15.2500 175.0 DANSKEBO +SWE00138374 58.1100 14.0800 275.0 EKET +SWE00138376 58.1300 15.4400 180.0 ULRIKA +SWE00138378 58.1300 15.8600 140.0 FALLVIK_D +SWE00138380 58.1300 15.2500 170.0 DANIELSHAMMAR +SWE00138382 58.1400 16.2100 80.0 FALERUM +SWE00138384 58.1600 13.5400 205.0 FALKOPING +SWE00138386 58.1600 12.6500 90.0 GENDALEN +SWE00138388 58.1700 12.4200 78.0 KOBERG +SWE00138390 58.1800 13.9800 145.0 TIDAHOLM_D +SWE00138392 58.1800 13.9700 145.0 TIDAHOLM +SWE00138394 58.2000 16.0100 140.0 ATVIDABERG +SWE00138396 58.2100 16.3700 45.0 HOLMBO_D +SWE00138398 58.2000 15.0800 160.0 BOXHOLM +SWE00138400 58.2000 15.0200 160.0 BOXHOLM_D +SWE00138402 58.2100 16.5797 10.0 VALDEMARSVIK +SWE00138404 58.2200 11.9300 70.0 LJUNGSKILE +SWE00138406 58.2200 13.0600 95.0 LANGJUM +SWE00138408 58.2500 14.6600 120.0 ODESHOG +SWE00138410 58.2400 11.6800 15.0 HENAN +SWE00138412 58.2300 13.7200 211.0 HOGSTENA +SWE00138414 58.2500 11.4500 5.0 KRISTINEBERG +SWE00138416 58.2500 17.0100 5.0 HARSTENA +SWE00138418 58.2506 17.0106 14.0 HARSTENA A +SWE00138420 58.2600 16.0400 100.0 BERSBO +SWE00138422 58.2700 15.7400 85.0 BJARKA-SABY +SWE00138424 58.2700 12.6600 70.0 TROKORNA +SWE00138426 58.2700 16.0797 80.0 BATVIK +SWE00138428 58.2700 11.4300 30.0 LYSEKIL_D +SWE00138430 58.2900 13.8000 181.0 BORGUNDA +SWE00138432 58.2900 15.2400 119.0 HARSNAS +SWE00138434 58.3000 12.3200 42.0 TROLLHATTAN +SWE00138436 58.3200 14.7700 95.0 RENSTAD +SWE00138438 58.3100 12.3300 43.0 TROLLHATTANS FLYGPLATS +SWE00138440 58.3100 14.9300 120.0 VADERSTAD +SWE00138442 58.3200 15.7100 85.0 STUREFORS +SWE00138444 58.3200 14.3300 90.0 HJO +SWE00138446 58.3200 13.0400 70.0 HALLUM_A +SWE00138448 58.3300 14.0600 125.0 DJURSATRA +SWE00138450 58.3300 11.2200 16.0 HALLO +SWE00138452 58.3300 15.1500 115.0 MJOLBY +SWE00138454 58.3300 16.8200 5.0 HOLMA +SWE00138456 58.3400 12.6800 55.0 GRASTORP +SWE00138458 58.3500 13.1300 80.0 LANNA +SWE00138460 58.3500 16.6300 15.0 BORRUM_D +SWE00138462 58.3700 11.9400 100.0 UDDEVALLA +SWE00138464 58.3600 12.3600 50.0 VANERSBORG +SWE00138466 58.3600 14.7000 150.0 OMBERG_D +SWE00138468 58.3600 13.2500 85.0 KILAGARDEN +SWE00138470 58.3600 11.2300 20.0 SMOGEN +SWE00138472 58.3700 13.5200 115.0 SKARA-STENUM +SWE00138474 58.3800 13.3300 115.0 SKARA-VASTERSKOG +SWE00138476 58.3800 15.2000 90.0 OJEBRO +SWE00138478 58.3800 15.8200 70.0 ERIKSTAD_O +SWE00138482 58.3900 15.2200 90.0 HERRBERGA +SWE00138486 58.3900 13.8400 150.0 SKOVDE +SWE00138488 58.4000 13.4500 115.0 SKARA 1 +SWE00138492 58.4000 13.5500 115.0 SKARA-EKEBERG +SWE00138496 58.4200 13.7700 300.0 ASABORG +SWE00138498 58.4200 15.6200 40.0 TORNBY +SWE00138502 58.4300 16.1400 65.0 GUSTORP_D +SWE00138504 58.4300 14.8300 105.0 ORBERGA +SWE00138506 58.4300 16.6000 10.0 STEGEBORG +SWE00138508 58.4356 12.7075 54.0 SATENAS +SWE00138510 58.4400 12.6900 55.0 SATENAS_D +SWE00138512 58.4500 14.8900 90.0 VADSTENA +SWE00138514 58.4400 15.3800 75.0 VASTERLOSA +SWE00138516 58.4500 13.8300 125.0 RANNA +SWE00138518 58.4500 13.6700 140.0 REMNINGSTORP +SWE00138520 58.4900 16.0000 49.0 SKARKIND +SWE00138522 58.5000 16.2800 46.0 SODERKOPING +SWE00138524 58.4800 13.4000 100.0 MARIEDAL_N +SWE00138526 58.5300 13.1300 52.0 LIDKOPING +SWE00138528 58.5100 16.8600 10.0 JONSBERG +SWE00138530 58.5200 14.5100 95.0 KARLSBORG_MO +SWE00138532 58.5200 13.0700 75.0 BJORNEGARDEN +SWE00138534 58.5200 11.5200 50.0 HEDEN +SWE00138536 58.5200 13.9800 80.0 VARING +SWE00138538 58.5300 11.5700 20.0 DINGLE +SWE00138540 58.5400 16.5700 35.0 OSTRA_HUSBY_D +SWE00138542 58.5600 15.0200 95.0 MOTALA +SWE00138544 58.5500 16.8200 10.0 MARVIKEN +SWE00138546 58.5500 11.0300 22.0 VADEROBOD +SWE00138548 58.5500 14.0000 90.0 TIDAN +SWE00138550 58.5600 13.3500 128.0 VASTERPLANA +SWE00138552 58.5700 12.3700 65.0 BRALANDA +SWE00138554 58.5700 14.0200 85.0 VAD +SWE00138556 58.5700 15.9000 30.0 SKARBLACKA +SWE00138558 58.5700 11.5600 70.0 SVARTEBORG +SWE00138560 58.5700 14.5700 91.0 AXSTAL_MO +SWE00138564 58.5800 13.3400 80.0 HJALMSATER +SWE00138566 58.5800 14.1200 90.0 BALLEFORS +SWE00138568 58.5800 16.1497 21.0 NORRKOPING-SMHI +SWE00138570 58.5800 16.2397 5.0 NORRKOPING KUNSANGEN +SWE00138572 58.5900 15.8200 45.0 VANGA_D +SWE00138574 58.6400 12.4200 65.0 ERIKSTAD +SWE00138576 58.6100 16.2100 3.0 NORRKOPING +SWE00138578 58.6100 12.2000 174.0 KROPPEFJALL-GRANAN_A +SWE00138580 58.6100 16.1200 21.0 NORRKOPING-SORBY +SWE00138582 58.6200 13.4700 60.0 GOSSATER +SWE00138584 58.6500 14.1300 85.0 FAGRE +SWE00138586 58.6500 15.0500 120.0 VASTRA_NY +SWE00138588 58.6600 13.1200 50.0 TRANEBERG +SWE00138590 58.6700 11.8800 90.0 SANNE +SWE00138592 58.6800 16.1300 50.0 HULT +SWE00138594 58.6800 17.1200 10.0 OXELOSUND +SWE00138596 58.6900 16.3097 153.0 KOLMARDEN-STROMSFORS +SWE00138598 58.6900 11.2500 10.0 GREBBESTAD +SWE00138600 58.7200 15.7800 55.0 FINSPANG +SWE00138602 58.7000 13.1100 53.0 NAVEN_A +SWE00138604 58.7000 11.5500 60.0 MO +SWE00138606 58.7100 13.8200 50.0 MARIESTAD +SWE00138608 58.7100 15.8200 41.0 FINSPANG 1 +SWE00138610 58.7200 15.0300 225.0 KETTSTAKA_A +SWE00138612 58.7200 13.8300 50.0 KATRINEFORS +SWE00138614 58.7200 14.1300 95.0 TOREBODA +SWE00138616 58.7400 15.3700 75.0 TJALLMO +SWE00138618 58.7400 17.8700 18.0 LANDSORT +SWE00138622 58.7500 16.5597 25.0 ALBERGA +SWE00138624 58.7900 15.1700 135.0 GODEGARD +SWE00138626 58.7800 16.1300 65.0 SIMONSTORP_O +SWE00138628 58.7800 12.1800 150.0 ODEBYN +SWE00138630 58.7800 16.9200 42.0 NYKOPINGS_FLYGPLATS +SWE00138632 58.7900 14.3200 145.0 ALGARAS +SWE00138634 58.8000 13.2500 55.0 LURO +SWE00138636 58.8100 12.1600 150.0 BACKEFORS +SWE00138638 58.8100 15.1300 215.0 ZINKGRUVAN +SWE00138640 58.8100 14.6500 185.0 SORBYTORP +SWE00138642 58.8200 16.5000 26.0 BJORKVIK_D +SWE00138644 58.8200 12.4100 55.0 HAVRESTROM +SWE00138646 58.8200 17.3297 32.0 TYSTBERGA_D +SWE00138648 58.8400 16.4200 50.0 GLINDRAN +SWE00138650 58.8500 15.2800 215.0 KARNSKOGEN +SWE00138652 58.8500 17.5500 10.0 STORA_UTTERVIK +SWE00138654 58.8500 15.1600 215.0 MARIEDAMM +SWE00138656 58.8900 15.7200 70.0 REGNA_D +SWE00138658 58.8700 16.6800 25.0 VRENA +SWE00138660 58.8700 12.5900 50.0 ANIMSKOG +SWE00138662 58.8800 14.3900 211.0 GARDSJO_A +SWE00138664 58.8800 14.9000 100.0 ASKERSUND +SWE00138666 58.8800 11.8800 140.0 HOKSATER +SWE00138668 58.8800 14.4500 230.0 TOLSGARDEN +SWE00138670 58.8900 17.1600 20.0 OKNA_LANTBRUKSSKOLA +SWE00138672 58.8900 17.1900 32.0 NORRBY_SATERI +SWE00138674 58.8925 11.0058 33.0 NORDKOSTER A +SWE00138676 58.9300 15.4500 79.0 HJORTKVARN +SWE00138678 58.9000 13.2400 50.0 VARMLANDSNAS-EKENAS +SWE00138680 58.9000 13.2500 50.0 AKERSHUS +SWE00138682 58.9100 11.7700 164.0 ED +SWE00138684 58.9000 15.3700 105.0 GRYT +SWE00138686 58.9000 17.5700 5.0 TROSA +SWE00138688 58.9000 12.0400 150.0 BASTORP +SWE00138690 58.9200 15.3700 120.0 HADDEBO +SWE00138692 58.9200 17.0300 18.0 LINDO +SWE00138694 58.9200 17.9200 15.0 NYNASHAMN +SWE00138696 58.9300 17.5400 5.0 ADA +SWE00138698 58.9300 11.2000 20.0 STROMSTAD +SWE00138700 58.9300 15.9300 57.0 EKEBY +SWE00138704 58.9700 14.9000 135.0 SNAVLUNDA +SWE00138706 58.9500 18.2700 40.0 UTO +SWE00138708 58.9700 18.4500 40.0 STABBO +SWE00138710 58.9800 17.8400 30.0 SJOGARDE +SWE00138714 58.9900 16.1800 30.0 KATRINEHOLM_D +SWE00138716 58.9800 14.7900 175.0 TORNTORP +SWE00138718 58.9900 14.1100 78.0 GULLSPANG +SWE00138720 58.9900 12.2600 85.0 BILLINGSFORS +SWE00138724 59.0100 16.8800 30.0 FRANDESTA +SWE00138726 59.0200 16.3700 50.0 VALLA +SWE00138728 59.0300 15.6900 69.0 HOGSJO +SWE00138732 59.0600 16.5900 30.0 FLEN +SWE00138734 59.0600 12.2200 125.0 BENGTSFORS_D +SWE00138736 59.0500 16.2197 62.0 STRANGSTORP +SWE00138738 59.0500 12.7000 60.0 AMAL +SWE00138740 59.0700 15.0500 52.0 HALLSBERG +SWE00138742 59.0600 16.3997 19.0 FLODA_A +SWE00138744 59.0700 16.3700 50.0 FLODAFORS +SWE00138746 59.0700 18.1200 4.0 HARSFJARDEN +SWE00138750 59.0800 17.8600 45.0 GRINDSJON +SWE00138752 59.0800 15.0700 53.0 OREBRO_FLYGPLATS +SWE00138754 59.1000 17.3200 20.0 GNESTA +SWE00138756 59.1000 14.3700 105.0 ATORP +SWE00138758 59.1800 17.9200 45.0 RIKSTEN +SWE00138760 59.1200 18.1100 28.0 VASTERHANINGE +SWE00138762 59.1100 18.6500 5.0 GILLINGE_D +SWE00138764 59.1100 17.7197 12.0 WIAD +SWE00138768 59.1200 15.1500 50.0 KUMLA +SWE00138770 59.1300 14.5300 90.0 SVARTA +SWE00138772 59.1300 13.9800 54.0 MEDHAMN +SWE00138774 59.1300 14.6500 95.0 BACKATORP +SWE00138776 59.1300 18.4100 15.0 DALARO_D +SWE00138778 59.1400 12.9400 50.0 SAFFLE +SWE00138780 59.1400 15.2800 50.0 SKOLLERSTA +SWE00138782 59.1900 16.9100 35.0 DUNKER +SWE00138784 59.1500 14.6800 90.0 MULLHYTTAN +SWE00138788 59.1600 16.5100 176.0 HALLEFORSNAS_D +SWE00138790 59.1600 15.4700 40.0 ASKER_D +SWE00138792 59.1600 16.0597 30.0 JULITA +SWE00138794 59.1700 12.5500 200.0 SVANEHOLM +SWE00138796 59.1789 17.9125 45.0 TULLINGE A +SWE00138798 59.1900 17.6300 40.0 SODERTALJE +SWE00138800 59.1800 14.8600 75.0 FJUGESTA_D +SWE00138802 59.1800 12.4800 240.0 KRAKSTAD +SWE00138804 59.2300 14.4500 100.0 DEGERFORS +SWE00138806 59.2000 16.2800 50.0 NASHULTA +SWE00138808 59.2000 18.3700 30.0 VISSVASS +SWE00138810 59.2000 18.3300 30.0 STORMYRA +SWE00138812 59.2200 11.9900 100.0 BREDVIKEN +SWE00138814 59.2200 12.0800 170.0 BLOMSKOG_A +SWE00138816 59.2300 15.0500 53.0 OREBRO_A +SWE00138818 59.2300 17.7197 30.0 BERGAHOLM +SWE00138820 59.2300 14.8800 75.0 LEKEBERGA +SWE00138822 59.2400 16.7500 35.0 EKLANGEN +SWE00138824 59.2400 17.7800 15.0 NORSBORG +SWE00138828 59.2500 14.4700 100.0 DEGERNAS +SWE00138830 59.2500 18.2800 5.0 TYRESO +SWE00138832 59.2500 17.0900 20.0 AKERS_STYCKEBRUK +SWE00138834 59.2500 17.8000 15.0 NORSBORG_11 +SWE00138836 59.2600 15.2600 31.0 OREBRO +SWE00138838 59.2700 17.2300 5.0 MARIEFRED +SWE00138840 59.2700 16.1200 30.0 STORA_SUNDBY-ALBERGA +SWE00138842 59.2700 16.1300 25.0 STORA_SUNDBY +SWE00138844 59.2900 16.0797 25.0 VASTERMO +SWE00138846 59.2800 14.7000 148.0 VILLINGSBERG +SWE00138848 59.2900 18.9200 10.0 SANDHAMN +SWE00138850 59.2900 12.0500 170.0 BLOMSKOG +SWE00138852 59.2900 16.0100 24.0 NOTHOLMEN +SWE00138854 59.3000 11.9300 170.0 LENNARTSFORS +SWE00138856 59.3000 14.8983 219.0 KILSBERGEN-SUTTARBODA A +SWE00138858 59.3000 17.7197 25.0 NYCKLEBY +SWE00138860 59.3000 18.7100 16.0 STAVSNAS_A +SWE00138864 59.3100 14.1000 82.0 KRISTINEHAMN +SWE00138866 59.3200 18.3700 10.0 GUSTAVSBERG +SWE00138868 59.3200 18.7300 5.0 DJURO +SWE00138870 59.3200 16.5597 45.0 STENKVISTA +SWE00138872 59.3200 16.4400 15.0 HYNDEVAD +SWE00138876 59.3300 12.3100 125.0 SVENSBYN_D +SWE00138878 59.3300 15.8200 40.0 SICKELSJO +SWE00138880 59.3300 14.5500 95.0 KARLSKOGA +SWE00138886 59.3400 18.0597 44.0 STOCKHOLM_A +SWE00138888 59.3500 13.1100 60.0 GRUMS +SWE00138890 59.3500 15.4800 10.0 HOGSTA +SWE00138892 59.3500 12.9600 55.0 BORGVIKSBRUK +SWE00138894 59.3533 17.9514 14.0 STOCKHOLM-BROMMA +SWE00138896 59.3600 17.5200 6.0 ADELSO_A +SWE00138900 59.3600 17.7197 10.0 SVARTSJO +SWE00138904 59.3600 17.0400 15.0 ULVHALL +SWE00138906 59.3700 16.0200 49.0 LIDA_D +SWE00138908 59.3700 13.8500 55.0 VASE_D +SWE00138910 59.3700 18.1600 2.0 LIDINGO +SWE00138912 59.3800 14.6100 95.0 SKRAMFORSEN +SWE00138914 59.3800 16.4500 15.0 ESKILSTUNA_MO +SWE00138916 59.3800 12.1200 110.0 KYRKERUD +SWE00138918 59.3800 12.1700 130.0 ARJANG +SWE00138920 59.3800 15.8300 50.0 ARBOGA +SWE00138926 59.3900 16.4600 8.0 ESKILSTUNA +SWE00138928 59.4000 16.9400 15.0 STRANGNAS-VANSO +SWE00138930 59.4000 15.8000 15.0 JADERS_BRUK +SWE00138932 59.4000 17.0300 20.0 TOSTERO_SKOLA +SWE00138934 59.4000 17.6700 15.0 LYCKAS +SWE00138936 59.4000 17.0597 15.0 STRANGNAS +SWE00138938 59.4000 15.1900 50.0 ON +SWE00138940 59.4000 13.2700 68.0 VARPNAS +SWE00138942 59.4100 17.2800 19.0 YTTERSELO_D +SWE00138944 59.4100 18.2300 22.0 BOGESUND +SWE00138946 59.4100 17.4800 25.0 SATTRA +SWE00138948 59.4200 16.2000 10.0 TORPASLATT +SWE00138950 59.4200 17.8800 17.0 BARKARBY +SWE00138952 59.4200 18.1700 15.0 ROSKAR +SWE00138954 59.4200 18.3700 5.0 RINDO +SWE00138956 59.4200 15.6100 15.0 VASTVALLA +SWE00138958 59.4400 12.7600 70.0 STOMNE +SWE00138960 59.4400 19.5100 12.0 SVENSKA_HOGARNA_A +SWE00138962 59.4442 19.5056 12.0 SVENSKA HOGARNA +SWE00138964 59.4500 18.5700 10.0 TRANVIK +SWE00138968 59.4800 13.6000 70.0 ALSTRUM +SWE00138970 59.4800 12.7000 70.0 SOLJE_D +SWE00138972 59.4900 18.2900 15.0 OSTERAKER +SWE00138974 59.5000 14.1600 120.0 LUNDSBERG +SWE00138976 59.5100 18.8400 10.0 HUSARO +SWE00138978 59.5100 15.0300 97.0 NORA_D +SWE00138980 59.5300 16.0200 15.0 KOPING +SWE00138982 59.5200 18.0797 20.0 VALLENTUNA +SWE00138984 59.5200 16.2100 27.0 MUNKTORP_D +SWE00138986 59.5300 13.9400 110.0 GRASAS_D +SWE00138988 59.5400 14.2800 135.0 STORFORS_D +SWE00138990 59.5300 17.0400 15.0 NYBYHOLM +SWE00138992 59.5300 13.2600 65.0 FRYKFORS +SWE00138994 59.5300 13.8500 90.0 VIBERG +SWE00138996 59.5300 18.7500 10.0 VASTRA_LAGNO +SWE00138998 59.5300 17.8400 15.0 SATRA_GARD +SWE00139000 59.5300 15.5900 85.0 FELLINGSBRO-FINNAKER +SWE00139002 59.5600 16.2900 27.0 KOLBACK +SWE00139004 59.5500 11.8400 125.0 TOCKSFORS_D +SWE00139006 59.5500 14.8100 227.0 GRECKSASAR +SWE00139008 59.5500 17.3700 10.0 SKJORBY +SWE00139010 59.5500 16.2197 15.0 OXELBY +SWE00139012 59.5500 17.0200 10.0 HJULSTA +SWE00139014 59.5600 18.5800 10.0 OSTANA +SWE00139016 59.5500 17.0500 15.0 HACKSTA +SWE00139018 59.5900 15.2400 85.0 LINDESBERG +SWE00139020 59.5800 15.5000 67.0 SPANNARBODA_D +SWE00139022 59.5800 13.0300 90.0 HOGBODA +SWE00139024 59.5900 15.9200 40.0 KOLSVA +SWE00139026 59.5800 13.9300 93.0 SUTTERHOJDEN +SWE00139028 59.5900 16.6300 10.0 VASTERAS-HASSLO +SWE00139030 59.6000 13.9500 170.0 SUTTERTJARN +SWE00139032 59.6000 17.6300 20.0 TJUSTA +SWE00139034 59.6100 11.9300 125.0 DJURSKOG +SWE00139036 59.6100 13.4800 65.0 DEJEFORS +SWE00139038 59.6100 14.1900 130.0 ASPHYTTAN +SWE00139040 59.6200 12.9800 70.0 BRUNSBERG +SWE00139042 59.6200 13.7500 93.0 MOLKOM +SWE00139044 59.6200 16.5500 10.0 VASTERAS +SWE00139046 59.6200 17.6664 15.0 ASKE +SWE00139048 59.6300 13.5700 75.0 MOLNBACKA +SWE00139050 59.6400 15.4200 85.0 GRONBO +SWE00139052 59.6400 17.0700 20.0 ENKOPING +SWE00139054 59.6400 14.8900 115.0 JARNBOAS_D +SWE00139056 59.6500 14.2800 260.0 HORNKULLEN +SWE00139058 59.6500 16.8000 25.0 HALLSTABERG +SWE00139060 59.6600 17.9500 26.0 ARLANDA +SWE00139062 59.6600 17.6900 15.0 OSTERBY +SWE00139064 59.6600 18.2700 20.0 KARSTA +SWE00139066 59.6600 18.4200 40.0 BEATEBERG +SWE00139068 59.6600 14.1800 133.0 DAGLOSEN_A +SWE00139070 59.6700 12.5900 66.0 ARVIKA +SWE00139072 59.6700 12.6400 66.0 ARVIKA_A +SWE00139074 59.6800 14.3200 200.0 GAMMELKROPPA +SWE00139076 59.7000 16.6600 35.0 SUNDBY +SWE00139078 59.7000 16.2197 55.0 SURAHAMMAR +SWE00139080 59.7000 16.0597 60.0 LISJO +SWE00139082 59.7000 12.1500 150.0 KOPPOM_D +SWE00139084 59.7100 14.5300 185.0 GRYTHYTTAN +SWE00139086 59.7100 16.4400 40.0 SKULTUNA +SWE00139088 59.7200 13.9200 163.0 PARDIXHYTTAN +SWE00139090 59.7200 14.1700 141.0 FILIPSTAD +SWE00139092 59.7200 19.0000 10.0 OSTERNAS +SWE00139094 59.7200 17.8097 20.0 KNIVSTA +SWE00139096 59.7300 19.0700 10.0 KOHOLMA +SWE00139098 59.7400 13.2100 80.0 OSTRA_AMTERVIK +SWE00139100 59.7500 14.9900 200.0 NYBERGET +SWE00139102 59.7500 17.0700 20.0 HYVLINGE +SWE00139104 59.7500 18.3500 20.0 RIMBO +SWE00139106 59.7500 14.2400 200.0 PERSBERG +SWE00139108 59.7500 15.6700 95.0 UTTERSBERG +SWE00139110 59.7700 18.6500 15.0 NORRTALJE +SWE00139112 59.7500 19.4100 15.0 SODERARM +SWE00139114 59.7700 12.3300 110.0 NOREBORG +SWE00139116 59.7700 12.3500 85.0 AMOTFORS_PAPPERSBRUK +SWE00139118 59.7700 16.9200 30.0 FJARDHUNDRA_D +SWE00139120 59.7800 18.3000 20.0 RANAS +SWE00139122 59.8000 12.2300 125.0 ADOLFSFORS +SWE00139124 59.8000 16.5500 55.0 TOMTA +SWE00139126 59.8100 15.5600 155.0 RIDDARHYTTAN +SWE00139128 59.8100 17.6664 15.0 ULTUNA +SWE00139130 59.8200 12.0000 130.0 SKILLINGMARK +SWE00139132 59.8300 18.9500 25.0 NORRVEDA +SWE00139134 59.8300 18.6300 15.0 SVANBERGA_A +SWE00139136 59.8300 15.0200 150.0 STJARNFORS +SWE00139138 59.8300 15.6800 113.0 SKINNSKATTEBERG +SWE00139140 59.8500 13.5400 80.0 MUNKFORS +SWE00139142 59.8500 14.4800 205.0 SILVERGRUVAN +SWE00139146 59.8500 18.7300 15.0 NORRTALJE-VASBY +SWE00139148 59.8600 17.6300 13.0 UPPSALA_AUT +SWE00139152 59.8700 15.0200 146.0 KOPPARBERG_D +SWE00139154 59.8600 11.9700 130.0 HANGSTAD +SWE00139156 59.8600 13.1200 110.0 SUNNE_A +SWE00139158 59.8700 15.2500 285.0 KLOTEN +SWE00139160 59.8700 15.2600 289.0 KLOTEN_A +SWE00139162 59.8800 12.6300 165.0 TRESKOG +SWE00139164 59.8800 11.9700 130.0 HOGSATER +SWE00139166 59.8800 14.5400 205.0 SAVENFORS +SWE00139168 59.8900 12.3000 135.0 CHARLOTTENBERG +SWE00139172 59.9000 17.5900 21.0 UPPSALA_FLYGPLATS +SWE00139176 59.9000 17.0300 50.0 VITTINGE +SWE00139178 59.9000 16.6600 60.0 SALA +SWE00139180 59.9100 17.8600 15.0 FROTUNA +SWE00139182 59.9100 16.6900 57.0 SALA_A +SWE00139184 59.9200 14.3500 250.0 VINTERSJOHOJDEN +SWE00139186 59.9500 14.9500 205.0 STALLDALEN +SWE00139188 59.9300 12.9000 108.0 GRASMARK +SWE00139190 59.9300 18.0500 15.0 ALMUNGE +SWE00139192 59.9400 12.9100 108.0 UDDHEDEN_D +SWE00139194 59.9600 13.5300 125.0 FORSHULT +SWE00139196 59.9500 14.1300 340.0 DALKARLSJOHYTTAN +SWE00139198 59.9500 14.8800 205.0 STANGFALLET +SWE00139202 59.9600 18.3500 20.0 VALLNORA_D +SWE00139206 59.9800 14.1800 250.0 LESJOFORS +SWE00139208 59.9800 18.8200 10.0 VADDO +SWE00139212 59.9900 13.5900 125.0 RADA +SWE00139214 59.9900 17.5700 30.0 DRALINGE +SWE00139216 60.0000 15.8000 100.0 FAGERSTA +SWE00139218 60.0200 13.9200 270.0 MOSSFALLET +SWE00139222 60.0200 18.3300 50.0 HOLMSBERG +SWE00139224 60.0200 18.0797 10.0 ORA +SWE00139226 60.0300 17.7197 25.0 VATTHOLMA +SWE00139228 60.0300 14.9400 250.0 HORKEN +SWE00139230 60.0300 15.1500 235.0 HALLSJON +SWE00139232 60.0600 12.5600 220.0 BOGEN +SWE00139234 60.0600 18.7400 10.0 NORRBY_S +SWE00139236 60.0600 15.5800 115.0 SODERBARKE_D +SWE00139238 60.1100 15.9300 135.0 NORBERG +SWE00139240 60.0700 13.5500 155.0 EDEBACK +SWE00139242 60.0700 16.5797 65.0 HILLERSBO +SWE00139244 60.0900 15.0200 280.0 GRANGESBERG +SWE00139246 60.0800 16.5500 70.0 MOKLINTA +SWE00139248 60.0900 12.5200 220.0 MITANDERSFORS_D +SWE00139250 60.1000 16.3097 100.0 BROVALLEN +SWE00139252 60.1000 17.1200 38.0 NOLMYRA +SWE00139254 60.1400 13.0100 80.0 TORSBY +SWE00139256 60.1200 16.2800 89.0 SONNBO +SWE00139258 60.1200 16.5900 65.0 LEKNAS +SWE00139260 60.1300 16.1300 125.0 BJURFORS +SWE00139262 60.1300 16.9500 55.0 TARNSJO_D +SWE00139264 60.1800 12.7000 205.0 LEKVATTNET_D +SWE00139266 60.1400 17.2397 40.0 HARBO +SWE00139268 60.1400 14.4000 305.0 FREDRIKSBERG +SWE00139270 60.1400 15.1800 165.0 LUDVIKA +SWE00139272 60.1400 16.1700 100.0 AVESTA +SWE00139274 60.1500 15.3200 115.0 LERNBO +SWE00139276 60.1500 13.8000 190.0 GUSTAVSFORS +SWE00139280 60.1600 16.8600 55.0 LJUSBACK +SWE00139282 60.1600 18.7400 12.0 SINGO +SWE00139284 60.1700 16.3097 68.0 FOLKARNA +SWE00139286 60.1800 18.2300 15.0 RISINGE +SWE00139288 60.1800 14.6700 270.0 TELNINGSBERG +SWE00139290 60.2000 14.4000 340.0 LEJEN +SWE00139294 60.2000 17.9164 33.0 DANNEMORA +SWE00139296 60.2400 17.9100 39.0 FILMS_KYRKBY +SWE00139298 60.2364 17.9078 33.0 FILMS KYRKBY A +SWE00139300 60.2900 15.9700 115.0 HEDEMORA +SWE00139302 60.2600 18.3700 5.0 OSTHAMMAR +SWE00139304 60.2700 14.1400 265.0 SAGEN +SWE00139306 60.2700 16.9800 56.0 KERSTINBO_A +SWE00139308 60.2800 18.9200 12.0 UNDERSTEN +SWE00139310 60.2800 16.8900 75.0 GYSINGE +SWE00139312 60.2900 14.9800 190.0 NYHAMMAR +SWE00139314 60.2900 18.4500 10.0 SODERBY-KARLSANG_D +SWE00139316 60.3000 13.8800 345.0 TYNGSJO +SWE00139318 60.3000 15.3800 180.0 ULFSHYTTAN +SWE00139320 60.3000 17.4300 35.0 VASBY +SWE00139322 60.3000 16.8097 75.0 OSTERFARNEBO +SWE00139324 60.3100 12.7000 160.0 OSTMARK-LAMBACKEN +SWE00139326 60.3200 15.5600 218.0 NYHYTTAN_D +SWE00139328 60.3200 13.1300 215.0 JARNBERGSAS +SWE00139330 60.3300 13.0100 150.0 VITSAND_D +SWE00139332 60.3300 12.6800 160.0 OSTMARK-RANNBERG +SWE00139334 60.3300 15.2000 260.0 RAMSHYTTAN +SWE00139336 60.3300 18.4300 7.0 OREGRUND +SWE00139338 60.3500 15.7500 180.0 SATER_D +SWE00139340 60.3500 12.6500 308.0 OSTMARK-ROJDASEN +SWE00139342 60.3600 12.9400 135.0 KRISTINEFORS +SWE00139344 60.3700 13.8700 420.0 ANDERSVIKSBERG +SWE00139346 60.3800 15.2300 260.0 IDKERBERGET +SWE00139348 60.3800 15.1400 495.0 SPANSBERGET +SWE00139352 60.4100 17.0200 65.0 HEDESUNDA +SWE00139354 60.4000 13.2800 145.0 OSEBOL +SWE00139356 60.4000 17.5797 25.0 STROMSBERG +SWE00139358 60.4100 17.8800 25.0 LOVSTA +SWE00139360 60.4300 13.2400 145.0 STOLLET_D +SWE00139362 60.4292 15.5078 152.0 BORLANGE FLYGPLATS +SWE00139364 60.4400 17.3400 35.0 UNTRA +SWE00139366 60.4500 15.6300 130.0 MILSBO_D +SWE00139368 60.4500 14.4800 250.0 NAS +SWE00139370 60.4500 13.7700 315.0 RAFORSEN +SWE00139372 60.4600 16.2700 130.0 STJARNSUND +SWE00139374 60.4600 16.0597 110.0 LANGSHYTTAN_D +SWE00139376 60.5000 15.4600 145.0 BORLANGE +SWE00139378 60.4800 12.7200 420.0 NORRA_VIGGEN +SWE00139380 60.4800 15.7300 130.0 RANKHYTTAN +SWE00139384 60.5000 16.9400 75.0 FRAMLINGSHEM +SWE00139386 60.5000 15.4500 128.0 DOMNARVET +SWE00139388 60.5200 13.4900 445.0 LISSKOGSASEN +SWE00139390 60.5100 14.9600 190.0 MOCKFJARD +SWE00139392 60.5100 16.4200 110.0 TJARNAS +SWE00139394 60.5200 14.4600 230.0 SNOABY +SWE00139396 60.5300 18.3800 8.0 ORSKAR_A +SWE00139398 60.5300 15.5300 120.0 VASSBO +SWE00139400 60.5600 14.3700 235.0 DALA-JARNA +SWE00139402 60.5400 16.2900 140.0 HOFORS +SWE00139404 60.5400 17.7500 5.0 FAGERVIKEN +SWE00139406 60.5600 15.1200 165.0 DJURAS_D +SWE00139408 60.6200 16.7800 65.0 SANDVIKEN +SWE00139410 60.5700 17.4600 25.0 ALVKARLEBY_D +SWE00139412 60.6000 14.4300 245.0 FLATAN +SWE00139414 60.6000 15.0100 155.0 GRADA_KRAFTVERK +SWE00139416 60.6200 16.9200 65.0 FORSBACKA +SWE00139418 60.6200 17.4500 15.0 YTTERBODA +SWE00139424 60.6300 17.9800 4.0 BJORN +SWE00139426 60.6400 16.1497 185.0 KORSA +SWE00139428 60.6500 14.4300 296.0 FLATEN +SWE00139430 60.6500 17.1700 16.0 GAVLE +SWE00139432 60.6600 12.7100 425.0 KINDSJON_D +SWE00139436 60.6800 13.7100 306.0 MALUNG_A +SWE00139438 60.6800 16.3500 150.0 LOVAKER +SWE00139440 60.6800 17.1000 35.0 GAVLE-LEXE +SWE00139442 60.6900 16.8200 80.0 HOGBO +SWE00139444 60.6900 15.4900 160.0 GRYCKSBO_D +SWE00139448 60.7000 15.3300 257.0 SAGMYRA 1 +SWE00139450 60.7100 15.9400 135.0 HILLERSBODA +SWE00139452 60.7200 17.1600 16.0 GAVLE_A +SWE00139454 60.7200 15.2800 257.0 SAGMYRA +SWE00139456 60.7200 15.8100 135.0 GARDVIK +SWE00139458 60.7300 15.0200 175.0 LEKSAND +SWE00139460 60.7300 17.1200 35.0 GAVLE-ABYGGEBY +SWE00139462 60.7300 17.5700 5.0 EGGEGRUND +SWE00139464 60.7300 15.9100 140.0 BORGARDET +SWE00139466 60.7400 12.7000 335.0 LETAFORS +SWE00139468 60.7500 17.3500 5.0 UTVALNAS +SWE00139470 60.7700 16.4697 150.0 KUNGSBERGET +SWE00139472 60.7700 12.8500 255.0 TASAN +SWE00139474 60.7700 15.3800 400.0 BJURSAS-SAGSBO +SWE00139476 60.7800 12.4600 430.0 JARPLIDEN +SWE00139478 60.8100 13.8600 360.0 OJE_D +SWE00139480 60.8200 15.3800 390.0 SORSKOG +SWE00139482 60.8300 16.0597 348.0 VINTJARN +SWE00139484 60.8300 14.1300 280.0 JOHANNISHOLM +SWE00139486 60.8400 15.7700 156.0 TANGER +SWE00139488 60.8500 14.1900 290.0 KATTBO +SWE00139490 60.8800 14.3800 260.0 SILJANSFORS +SWE00139492 60.8900 14.5500 175.0 GESUNDA_D +SWE00139494 60.8900 15.1100 225.0 RATTVIK +SWE00139496 60.9000 16.7397 80.0 OCKELBO +SWE00139498 60.9100 12.5800 230.0 HOLJES +SWE00139500 60.9100 13.3800 355.0 VASTRA_ARNAS +SWE00139502 60.9200 15.0300 225.0 VIKARBYN_D +SWE00139504 60.9200 15.1100 230.0 BACKA +SWE00139506 60.9300 17.1600 5.0 NORRSUNDET +SWE00139508 60.9300 15.2300 200.0 GARDSJO +SWE00139512 60.9400 14.5900 175.0 SOLLERON +SWE00139514 60.9400 15.5500 215.0 DADRAN +SWE00139516 60.9400 15.2500 190.0 INGELS +SWE00139518 60.9700 13.9000 280.0 KNAS +SWE00139520 60.9600 14.5100 196.0 MORA_A +SWE00139522 60.9617 16.4308 162.0 AMOT A +SWE00139524 60.9600 16.4600 145.0 AMOTSBRUK +SWE00139526 61.0000 14.5900 196.0 MORA +SWE00139528 61.0300 12.8400 425.0 LOTEN_D +SWE00139530 61.0400 15.7900 240.0 SVABENSVERK +SWE00139532 61.0600 15.5800 431.0 FINNBACKA_D +SWE00139534 61.0700 13.4800 480.0 BRANAS +SWE00139536 61.0700 15.7000 240.0 DALSTUGA +SWE00139538 61.0700 16.3000 250.0 KATRINEBERG +SWE00139540 61.0700 18.6800 25.0 FINNGRUNDETS FYRSKEPP +SWE00139542 61.1000 13.3200 335.0 TRANSTRAND_D +SWE00139544 61.0800 13.6200 424.0 MANGSBODARNA +SWE00139546 61.1000 16.1600 358.0 GRUVBERGET +SWE00139548 61.1200 12.8700 470.0 VALLSJON +SWE00139550 61.1300 12.8200 465.0 RORBACKSNAS +SWE00139552 61.1500 14.6100 175.0 ORSA_D +SWE00139554 61.1300 16.7500 90.0 HARNEBO +SWE00139556 61.1300 16.1800 330.0 RIMSBO +SWE00139558 61.1300 13.9700 430.0 EVERTSBERG +SWE00139562 61.1400 14.4200 195.0 VAMHUS_D +SWE00139564 61.1700 15.2200 220.0 OSTANVIK +SWE00139566 61.1700 13.1200 830.0 STORFJALLET-SALEN +SWE00139568 61.1700 17.3297 10.0 STORJUNGFRUN +SWE00139572 61.1700 13.2600 360.0 SALEN +SWE00139574 61.2000 14.8700 205.0 SKATTUNGBYN +SWE00139576 61.2100 17.0900 10.0 LJUSNE_STROMMAR +SWE00139578 61.2500 16.5597 50.0 KILAFORS_D +SWE00139580 61.2500 14.0800 250.0 ALVDALEN +SWE00139582 61.2500 14.0400 252.0 ALVDALEN_A +SWE00139584 61.2600 14.0400 250.0 ALVDALEN_11 +SWE00139586 61.2600 16.8400 50.0 BERGVIK +SWE00139590 61.2800 12.8600 412.0 GRUNDFORSEN +SWE00139592 61.3000 16.9500 29.0 SODERALA_D +SWE00139594 61.3100 13.1600 440.0 HORRMUND +SWE00139598 61.3400 13.3600 445.0 LOVNAS +SWE00139600 61.3500 16.4200 115.0 BOLLNAS +SWE00139602 61.3600 15.7200 184.0 EDSBYN_A +SWE00139604 61.3800 15.8400 177.0 EDSBYN +SWE00139606 61.3800 13.7300 425.0 TRANGSLET +SWE00139608 61.3800 14.4200 430.0 UNTORP +SWE00139610 61.3900 12.8600 540.0 STORBRON +SWE00139612 61.3900 16.4300 115.0 ROSTEBO +SWE00139614 61.4000 16.4200 115.0 DONJE +SWE00139622 61.4300 13.2300 460.0 NORNAS_D +SWE00139624 61.4300 14.8500 480.0 HASBERGET +SWE00139626 61.4400 14.8700 434.0 KVARNBERG +SWE00139628 61.5000 14.8500 340.0 NOPPIKOSKI +SWE00139630 61.5300 15.3400 220.0 LOBONAS_D +SWE00139632 61.5500 14.2000 670.0 KRACKELBACKEN +SWE00139634 61.5500 17.4697 20.0 AGO +SWE00139638 61.5700 14.5000 621.0 TJADERASEN +SWE00139640 61.5700 16.3000 185.0 BACKARNA +SWE00139642 61.5700 16.3297 130.0 SIMEA +SWE00139644 61.5800 17.0000 40.0 BODA +SWE00139646 61.6000 12.5000 620.0 GORDALEN +SWE00139648 61.6000 16.6000 170.0 NIANNORET +SWE00139650 61.6000 16.7700 170.0 NIANFORS +SWE00139652 61.6000 14.1800 585.0 ULVSJO +SWE00139654 61.6200 17.4400 8.0 HOLICK +SWE00139656 61.6400 14.8000 424.0 LILLHAMRA +SWE00139660 61.6600 14.9900 454.0 HAMRA +SWE00139664 61.6800 12.6000 675.0 STORBACKEN +SWE00139668 61.7100 13.1300 425.0 SARNA +SWE00139670 61.7000 17.5200 8.0 KUGGOREN +SWE00139672 61.7031 17.5247 8.0 KUGGOREN A +SWE00139674 61.7100 16.1800 115.0 JARVSO +SWE00139676 61.7300 17.1000 10.0 HUDIKSVALL +SWE00139678 61.7500 15.1700 397.0 LOS_D +SWE00139680 61.7900 16.5500 70.0 DELSBO +SWE00139682 61.8000 14.6400 410.0 FAGELSJO_D +SWE00139684 61.8300 16.5400 70.0 DELSBO_A +SWE00139686 61.8300 15.8300 185.0 FONE_D +SWE00139688 61.8300 16.1300 140.0 LJUSDAL +SWE00139690 61.8500 12.2700 670.0 FLOTNINGEN +SWE00139694 61.8500 16.5797 70.0 BJURAKER +SWE00139696 61.8500 14.0900 440.0 LILLHARDAL +SWE00139698 61.8600 12.7200 455.0 IDRE_D +SWE00139700 61.8800 16.5400 55.0 VASTANSJO_D +SWE00139708 61.9400 15.5000 200.0 LAFORSEN +SWE00139710 61.9500 17.0700 55.0 BERGSJO +SWE00139712 61.9600 16.7100 170.0 STROMBACKA +SWE00139714 61.9800 15.3200 220.0 KARBOLE +SWE00139716 62.0000 12.6700 545.0 FOSKROS +SWE00139718 62.0200 17.6300 20.0 GRAN +SWE00139720 62.0192 14.1903 432.0 SVEG +SWE00139722 62.0300 13.0900 685.0 HAGGBERGET_D +SWE00139724 62.0300 16.3000 150.0 BJORSARV +SWE00139726 62.0300 15.9100 215.0 HENNAN_D +SWE00139728 62.0400 15.4700 259.0 FINNEBY +SWE00139730 62.0400 12.4000 750.0 BJORNLIDEN +SWE00139732 62.0500 14.4100 362.0 SVEG_A +SWE00139734 62.0500 14.9000 340.0 KROKSTROMMEN +SWE00139736 62.0600 17.2800 70.0 GNARP +SWE00139738 62.0700 14.4900 470.0 YTTERBERG_D +SWE00139742 62.0900 16.2300 225.0 TVARFORSEN +SWE00139744 62.0900 13.6100 566.0 DRAVAGEN_A +SWE00139746 62.1000 12.3200 815.0 GROVELSJON +SWE00139748 62.1000 16.6700 150.0 FRANSHAMMAR +SWE00139750 62.1100 16.7197 150.0 HASSELA_D +SWE00139752 62.1100 13.2800 610.0 LOFSDALEN +SWE00139754 62.1200 15.0000 280.0 LANGSTROMMEN +SWE00139756 62.1300 17.4500 17.0 BRAMO +SWE00139758 62.1400 16.8700 250.0 SANNINGSTJARN_D +SWE00139760 62.1500 17.1700 135.0 ASNORRBODARNA +SWE00139764 62.1800 14.9500 260.0 YTTERHOGDAL +SWE00139766 62.1800 15.6500 220.0 RAMSJO +SWE00139768 62.1900 16.0400 300.0 LJUSDALS-VALSJON_D +SWE00139770 62.2000 13.8700 421.0 RANSJO +SWE00139774 62.2200 17.7397 17.0 BRAMON +SWE00139776 62.2300 17.6600 17.0 LORUDDEN +SWE00139778 62.2600 17.3400 25.0 HALJUM +SWE00139780 62.2700 16.4300 375.0 ULVSJON +SWE00139784 62.2800 16.0000 435.0 NAGGEN +SWE00139786 62.3300 12.6500 770.0 MYSKELASEN_D +SWE00139788 62.3600 16.9697 60.0 SKALLBOLE +SWE00139790 62.3800 17.2900 60.0 SIDSJO +SWE00139792 62.3800 15.1700 264.0 VIKEN +SWE00139794 62.4000 15.2100 255.0 KOLSILLRE_D +SWE00139796 62.4100 17.2700 35.0 SUNDSVALL +SWE00139798 62.4000 15.4400 245.0 ROTNASET_D +SWE00139800 62.4200 13.5200 430.0 HEDE +SWE00139802 62.4100 13.6700 410.0 HEDEVIKEN +SWE00139804 62.4100 16.6600 105.0 VASTERLO_D +SWE00139806 62.4300 12.6800 570.0 TANNAS_I +SWE00139810 62.4400 12.9700 655.0 MEDSKOGEN +SWE00139812 62.4500 17.6200 50.0 TYNDERO +SWE00139814 62.4503 12.6703 723.0 TANNAS A +SWE00139816 62.4600 16.4300 70.0 VISKAN +SWE00139818 62.4800 14.5400 355.0 RATAN +SWE00139820 62.4800 14.8000 296.0 HANDSJON_D +SWE00139822 62.4900 16.2800 99.0 TORPSHAMMAR_A +SWE00139824 62.5000 14.1600 802.0 KLOVSJOHOJDEN_A +SWE00139828 62.5000 16.1800 110.0 FRANSTA +SWE00139830 62.5256 15.7689 140.0 ANGE-PARTEBODA D +SWE00139832 62.5200 16.2100 99.0 FRANSTA_11 +SWE00139834 62.5200 17.5200 45.0 SORAKER +SWE00139838 62.5300 17.4100 10.0 STORDALEN-MIDLANDA_D +SWE00139840 62.5300 14.2000 802.0 KLOVSJO +SWE00139842 62.5500 12.6000 585.0 LJUSNEDAL +SWE00139844 62.5500 16.7000 395.0 HOGSVEDJAN +SWE00139848 62.5700 17.1300 70.0 INDAL_D +SWE00139852 62.5800 12.2200 780.0 FJALLNAS +SWE00139854 62.6100 12.1600 785.0 MALMAGEN +SWE00139856 62.6300 13.1600 640.0 SARVSJO +SWE00139858 62.6200 18.0597 10.0 HARNO +SWE00139862 62.6300 17.4100 65.0 HOGLANDSBODARNA_D +SWE00139866 62.6400 12.4200 700.0 BRUKSVALLARNA +SWE00139868 62.6400 18.0900 17.0 LUNGO +SWE00139870 62.6500 14.1700 802.0 SKALAN +SWE00139872 62.6600 16.8900 75.0 LIDEN_D +SWE00139874 62.6600 14.3600 450.0 ASARNA_D +SWE00139876 62.7000 14.3900 410.0 TOSSASEN +SWE00139878 62.7100 17.1800 130.0 RUNDBACKEN +SWE00139880 62.7200 16.1800 345.0 ORAATJARNARNA_D +SWE00139882 62.7500 13.8400 455.0 BORTNAN +SWE00139884 62.7500 15.1000 342.0 HUNGE +SWE00139886 62.7500 15.0900 343.0 HUNGE_A +SWE00139888 62.7600 13.8500 467.0 BORTNAN_A +SWE00139890 62.7600 16.3097 220.0 LJUNGA +SWE00139892 62.7700 15.5000 430.0 SOSJO +SWE00139894 62.7700 16.7197 185.0 SILLRE +SWE00139896 62.7900 14.6900 350.0 DODRE +SWE00139898 62.8000 17.5500 260.0 GALTJARN +SWE00139900 62.8000 13.0700 580.0 STORSJO_KAPELL +SWE00139902 62.8100 15.9300 300.0 GUSTAVSNAS_D +SWE00139904 62.8200 16.6800 90.0 JARKVISSLE +SWE00139908 62.8500 18.0200 20.0 NORDVIK +SWE00139910 62.8500 18.1900 50.0 NORA-OSTANO_D +SWE00139912 62.8500 12.8100 615.0 LJUNGDALEN +SWE00139916 62.9400 17.7300 60.0 KRAMFORS +SWE00139918 62.9400 17.2397 245.0 AKROKEN +SWE00139920 62.9400 13.2500 780.0 NEDGARDEN +SWE00139922 62.9500 18.3600 75.0 OMNE_D +SWE00139924 62.9600 15.8500 330.0 GASTSJON +SWE00139926 62.9700 16.1000 305.0 KALARNE +SWE00139928 63.0100 18.1900 20.0 ULLANGER +SWE00139930 63.0100 14.7200 415.0 TANDSBYN +SWE00139932 63.0300 18.1700 10.0 INVIK +SWE00139933 63.0500 16.5400 170.0 BISPGARDEN +SWE00139936 63.0300 16.5500 165.0 BISPGARDEN 1 +SWE00139938 63.0400 15.9300 285.0 VASTEROVSJO_D +SWE00139940 63.0500 17.7500 5.0 VIKSBACKEN +SWE00139942 63.0500 17.7700 5.0 KRAMFORS-GISTGARDSON +SWE00139946 63.0600 15.3400 300.0 RISSNA_D +SWE00139948 63.0700 16.9500 205.0 GRANINGE +SWE00139950 63.0800 13.7500 592.0 HOGLEKARDALEN +SWE00139952 63.1000 16.3500 178.0 HAMMARSTRAND_D +SWE00139954 63.1300 14.2800 325.0 MARBY_D +SWE00139956 63.1300 18.2600 141.0 VASTMARKUM_A +SWE00139958 63.1300 18.0700 275.0 SANNA +SWE00139960 63.1300 16.1497 183.0 BOLESTRAND +SWE00139962 63.1400 16.9897 120.0 FORSE +SWE00139964 63.1500 17.7600 27.0 OFFER +SWE00139966 63.1500 15.7600 220.0 BOMSUND +SWE00139968 63.1600 16.1700 183.0 KRANGEDE_A +SWE00139970 63.1500 14.3700 320.0 NORDERON +SWE00139972 63.1600 13.0700 575.0 VALLBO +SWE00139974 63.1700 17.6600 30.0 LANNAS +SWE00139976 63.1700 17.2800 20.0 SOLLEFTEA +SWE00139978 63.1700 17.4200 60.0 MULTRA +SWE00139982 63.1800 14.0900 330.0 HALLEN +SWE00139984 63.1800 17.1000 95.0 HJALTA_KRAFTVERK +SWE00139986 63.1900 19.0200 11.0 SKAGSUDDE +SWE00139988 63.1883 19.0203 11.0 SKAGSUDDE A +SWE00139990 63.1900 18.0300 295.0 DEGERSJO +SWE00139992 63.1900 14.4900 375.0 FROSON_D +SWE00139996 63.2000 15.4800 225.0 VASTANBACK_D +SWE00140000 63.2200 18.3100 150.0 ROSSJO +SWE00140002 63.2400 14.5500 360.0 ROSTA +SWE00140004 63.2700 16.4400 440.0 STENSJO +SWE00140006 63.2800 12.1200 583.0 STORLIEN-STORVALLEN +SWE00140010 63.3100 14.7000 275.0 LITSNASET +SWE00140012 63.3000 18.7200 25.0 ORNSKOLDSVIK +SWE00140014 63.3000 12.5100 530.0 KLOCKA +SWE00140018 63.3100 14.8500 270.0 LIT +SWE00140020 63.3100 14.3200 340.0 TULLUS_D +SWE00140022 63.3200 12.1000 583.0 STORLIEN +SWE00140024 63.3200 16.3997 440.0 VAGERSJON +SWE00140026 63.3200 13.0700 480.0 DALEN +SWE00140028 63.3200 13.6500 400.0 MORSIL +SWE00140030 63.5400 16.4697 175.0 RAMSELE +SWE00140032 63.3300 19.0500 30.0 KASA +SWE00140034 63.3300 13.3800 330.0 UNDERSAKER +SWE00140036 63.3300 15.4100 390.0 GRENINGEN +SWE00140038 63.3300 17.0700 95.0 RESELE +SWE00140040 63.3300 14.4700 285.0 HISSMOFORS +SWE00140042 63.3300 17.4800 200.0 OLDSJON +SWE00140044 63.3500 13.4600 338.0 JARPEN +SWE00140046 63.3700 16.9897 70.0 MOFORSEN +SWE00140048 63.3800 17.8700 160.0 SKORPED +SWE00140050 63.3900 13.3900 380.0 JARPSTROMMEN +SWE00140052 63.4000 12.9300 400.0 DUVED +SWE00140056 63.4000 17.4897 249.0 ASPEA +SWE00140058 63.4000 13.1000 440.0 ARE +SWE00140060 63.4100 16.5597 165.0 EDSELE +SWE00140062 63.4100 19.0000 108.0 ORNSKOLDSVIKS FLYGPLATS +SWE00140064 63.4400 16.9200 130.0 NASAKER +SWE00140066 63.4200 15.8300 380.0 BORGVATTNET +SWE00140068 63.4300 18.3500 60.0 MELLANSEL +SWE00140070 63.4400 19.6800 6.0 JARNASKLUBB_A +SWE00140072 63.4600 14.4900 300.0 LANGAN_D +SWE00140074 63.4600 18.0597 80.0 BREDBYN +SWE00140076 63.4700 16.2700 320.0 LUNGSJOBACKEN +SWE00140080 63.4900 13.9200 345.0 KAXAS-AFLO_D +SWE00140082 63.5000 16.7000 200.0 SUNDMO +SWE00140084 63.5200 12.7200 480.0 HAGGSJON +SWE00140086 63.5200 17.7700 170.0 SKALMSJO +SWE00140088 63.5200 18.0700 120.0 KUBBE +SWE00140090 63.5200 14.5300 410.0 LUNDSJON +SWE00140092 63.5200 16.6800 200.0 FORSNASET +SWE00140094 63.5300 12.4000 550.0 MEDSTUGAN +SWE00140096 63.5300 17.1300 245.0 OMSJO +SWE00140100 63.5700 19.4900 4.0 NORDMALING +SWE00140102 63.5800 15.3700 330.0 HAMMERDAL +SWE00140104 63.5800 17.5900 200.0 MYCKELGENSJO +SWE00140106 63.5900 18.9400 170.0 HATTSJOBACKEN_D +SWE00140110 63.6000 16.1800 232.0 STORFINNFORSEN +SWE00140112 63.6000 12.6500 520.0 RENSJONASET +SWE00140114 63.6200 15.0900 490.0 SIKASKALEN +SWE00140116 63.6200 12.9200 410.0 DIGERNASET +SWE00140118 63.6500 18.5500 182.0 HEMLING_A +SWE00140120 63.6600 18.5300 190.0 HEMLING +SWE00140122 63.6700 17.8000 260.0 PENGSJO +SWE00140124 63.6700 13.5500 400.0 BRANNA +SWE00140126 63.7000 15.1600 315.0 GAXSJO_D +SWE00140128 63.6800 13.3700 400.0 BOTTNEN +SWE00140130 63.6800 14.6100 362.0 FOLLINGE_A +SWE00140132 63.6842 16.9506 215.0 JUNSELE +SWE00140134 63.6850 16.9531 214.0 JUNSELE A +SWE00140136 63.7000 13.6500 340.0 OLDEN_D +SWE00140138 63.7000 14.1300 480.0 DAL +SWE00140140 63.7000 15.3700 320.0 GISSELAS +SWE00140142 63.7100 12.6500 425.0 BAKSJONASET +SWE00140144 63.7100 19.5900 75.0 TORRBOLE_D +SWE00140146 63.7200 15.8300 270.0 TAXAN +SWE00140148 63.7300 15.5000 375.0 HALLVIKEN +SWE00140150 63.7400 19.3000 180.0 NORDANBACK_D +SWE00140152 63.7500 18.1700 385.0 SODERSEL_D +SWE00140154 63.7500 14.7200 310.0 LOVSJON +SWE00140156 63.7500 14.2900 398.0 SKARVANGEN_D +SWE00140158 63.7600 12.4300 425.0 SANDNAS +SWE00140160 63.7600 14.4300 362.0 FOLLINGE-VAGSKALET +SWE00140162 63.7700 15.3300 375.0 HALLHAXASEN_A +SWE00140164 63.7700 18.9900 118.0 NORRFORS +SWE00140166 63.7800 13.0700 450.0 OVERANG +SWE00140168 63.7900 17.6664 360.0 SOLBERG +SWE00140170 63.7900 14.6800 315.0 LAXVIKEN +SWE00140172 63.7900 20.8600 15.0 HOLMON_D +SWE00140174 63.7900 20.2900 14.0 UMEA_FLYGPLATS +SWE00140178 63.8081 20.8692 6.0 HOLMON A GSN 02287 +SWE00140180 63.8100 20.2400 10.0 ROBACKSDALEN +SWE00140182 63.8100 16.4100 215.0 BACKE_D +SWE00140184 63.8200 17.1300 260.0 GULSELE +SWE00140186 63.8300 20.2800 14.0 UMEA +SWE00140188 63.8300 15.6200 285.0 ULRIKSFORS +SWE00140190 63.8400 13.5000 717.0 KORSVATTNET_A +SWE00140192 63.8500 12.9800 420.0 HOBERG +SWE00140194 63.8500 13.3800 545.0 MJOLKVATTNET +SWE00140196 63.8500 17.3800 355.0 TJALSBYN +SWE00140198 63.8500 20.0500 95.0 STORNORRFORS +SWE00140200 63.8500 15.5900 375.0 STROMSUND +SWE00140202 63.8700 19.9000 85.0 STRAND +SWE00140204 63.8700 14.6100 450.0 ALASEN +SWE00140206 63.9200 15.3200 305.0 STROMSUND-EDET_D +SWE00140208 63.9200 19.7000 100.0 VANNAS +SWE00140210 63.9200 19.0700 200.0 BALSJO_D +SWE00140212 63.9300 20.7800 15.0 BREDNORET_D +SWE00140214 63.9400 16.3700 235.0 ROSSON +SWE00140216 63.9300 19.2200 200.0 BJURHOLM +SWE00140218 63.9300 19.6700 80.0 PENGFORS +SWE00140220 63.9500 17.9164 380.0 TEGELTRASK +SWE00140222 63.9700 15.8500 267.0 LOVBERGA_D +SWE00140224 63.9700 13.7300 717.0 STORA_STENSJON +SWE00140226 63.9700 16.8000 390.0 VALLINGBERGET +SWE00140228 63.9800 12.8700 425.0 EDEVIK +SWE00140230 64.0000 14.6700 615.0 ALMDALEN +SWE00140232 64.0100 16.8097 390.0 GRANASEN +SWE00140234 64.0200 19.5700 115.0 HARRSELE +SWE00140236 64.0300 17.7700 340.0 YTTERRISSJO +SWE00140238 64.0400 20.0800 115.0 TAVELSJO_D +SWE00140240 64.0400 12.9400 451.0 BJORKEDE +SWE00140242 64.0600 20.8800 15.0 BYGDEA +SWE00140244 64.0600 15.3700 290.0 VEDJEON +SWE00140246 64.0600 14.1300 340.0 VALSJON +SWE00140248 64.0800 18.3700 327.0 FREDRIKA_A +SWE00140250 64.0800 18.4200 327.0 FREDRIKA +SWE00140252 64.0900 16.2397 241.0 HOTING_A +SWE00140254 64.1100 15.3200 315.0 HILLSAND +SWE00140256 64.1200 16.2100 240.0 HOTING +SWE00140258 64.1297 18.9900 213.0 ORTRASK +SWE00140260 64.2000 19.7200 237.0 VINDELN-SUNNANSJONAS +SWE00140262 64.1600 17.3700 310.0 ASELE +SWE00140264 64.1700 17.3200 307.0 ASELE_A +SWE00140266 64.1900 20.3000 155.0 STENFORS +SWE00140268 64.1900 20.8500 50.0 ROBERTSFORS +SWE00140270 64.2000 19.5700 200.0 KULBACKSLIDEN +SWE00140272 64.2200 15.5600 310.0 GUBBHOGEN_A +SWE00140276 64.2500 15.8500 260.0 KYRKTASJO_D +SWE00140280 64.2500 16.6700 306.0 RISNASET_D +SWE00140282 64.2600 19.2900 185.0 GRANO_D +SWE00140284 64.2500 18.5200 400.0 FLAKATRASK +SWE00140286 64.2700 19.6300 237.0 HALLNAS-LUND +SWE00140288 64.2700 14.4500 520.0 MUNSVATTNET +SWE00140290 64.2800 17.5200 350.0 YXSJO +SWE00140292 64.3000 15.9200 480.0 GRANBERGET +SWE00140294 64.3000 15.2200 300.0 LIDSJOBERG +SWE00140296 64.3300 20.9600 60.0 BRANDE +SWE00140298 64.3300 18.3800 455.0 GRANTRASK_D +SWE00140300 64.3400 17.7900 440.0 SIKSJO +SWE00140302 64.3497 20.5000 150.0 BYGDSILJUM +SWE00140304 64.3600 15.7000 270.0 VASTERTASJO_D +SWE00140306 64.3600 21.3200 21.0 LOVANGER +SWE00140308 64.3700 20.4800 150.0 BYGDSILJUM_D +SWE00140310 64.3900 14.3200 330.0 FROSTVIKEN_D +SWE00140312 64.3900 14.3700 310.0 HAKAFOT_D +SWE00140314 64.3900 19.6900 235.0 MALKALEN_D +SWE00140316 64.4200 16.4200 485.0 FJALLTUNA_D +SWE00140318 64.4200 16.8097 330.0 RASELE +SWE00140320 64.4300 15.6300 270.0 NORRAKER +SWE00140322 64.4400 14.7200 375.0 FISKAVATTNET +SWE00140324 64.4500 20.9400 80.0 MARTENSBODA_D +SWE00140326 64.4500 18.1300 410.0 LEDNINGSMARK +SWE00140330 64.4500 20.4100 140.0 VASTANTRASK +SWE00140332 64.4500 17.0797 352.0 IDVATTNET +SWE00140334 64.4597 15.5400 178.0 KORSSELBRANNA +SWE00140336 64.4800 21.5800 36.0 BJUROKLUBB +SWE00140338 64.4808 21.5792 40.0 BJUROKLUBB A +SWE00140340 64.4800 17.3297 460.0 NYLAND +SWE00140342 64.4897 17.4600 440.0 GRANSJO +SWE00140344 64.5033 14.1594 328.0 GADDEDE +SWE00140346 64.5000 19.0500 220.0 EKORRTRASK +SWE00140348 64.5100 17.9897 500.0 KROKSJO +SWE00140350 64.5056 14.2239 550.0 GADDEDE A +SWE00140352 64.5500 18.7200 210.0 LYCKSELE_A +SWE00140354 64.5697 15.9200 330.0 HOGLAND +SWE00140356 64.5697 19.7000 258.0 PETISTRASK_A +SWE00140358 64.5800 16.8400 348.0 VILHELMINA_A +SWE00140360 64.5800 18.6500 234.0 LYCKSELE +SWE00140362 64.6100 19.9800 265.0 ASTRASK +SWE00140364 64.6200 18.3400 385.0 BAVERTRASK +SWE00140366 64.6200 21.0700 48.0 SKELLEFTEA_FLYGPLATS +SWE00140368 64.6297 14.8600 480.0 TRANGMON +SWE00140370 64.6297 14.1200 350.0 STORON +SWE00140372 64.6297 17.8700 480.0 VINLIDEN +SWE00140374 64.6400 16.4100 345.0 LAXBACKEN +SWE00140376 64.6400 17.0900 440.0 LATIKBERG_D +SWE00140378 64.6500 19.3700 225.0 BRANNFORSSUND +SWE00140380 64.6700 19.8100 265.0 KALVTRASK_D +SWE00140384 64.7097 15.5400 370.0 RISBACK_D +SWE00140386 64.7097 17.7197 440.0 NORRBACK +SWE00140388 64.7300 20.1900 300.0 GRONLIDEN +SWE00140390 64.7300 13.9600 360.0 JORMLIEN +SWE00140392 64.7500 20.6300 80.0 KLUTMARK +SWE00140394 64.7600 20.9500 14.0 SKELLEFTEA +SWE00140396 64.7600 17.2197 520.0 ULVOBERG +SWE00140398 64.7800 19.3700 372.0 TALLIDEN +SWE00140400 64.7900 20.5200 150.0 HOLMFORS_D +SWE00140402 64.8197 18.8900 225.0 RUSKSELE +SWE00140404 64.8197 14.1500 485.0 STORA_BLASJON +SWE00140406 64.8300 16.2700 500.0 SJOBERG +SWE00140408 64.8400 15.0900 530.0 AVASJO-BORGAFJALL_D +SWE00140410 64.8797 14.2300 470.0 ANKARVATTNET_D +SWE00140412 64.8700 14.2500 470.0 ANKARVATTNET +SWE00140414 64.8797 16.7500 415.0 NYLUSPEN +SWE00140416 64.8797 20.8300 55.0 KUSMARK_D +SWE00140418 64.9100 19.4800 296.0 NORSJO +SWE00140420 64.9100 21.2300 10.0 FURUOGRUND +SWE00140422 64.9200 14.5600 550.0 RAUKASJO +SWE00140426 64.9200 18.2400 325.0 NORRBY +SWE00140428 64.9300 19.3800 309.0 NORSJO_A +SWE00140430 64.9300 14.1600 475.0 LEIPIKVATTNET +SWE00140432 64.9500 15.8400 365.0 STALON_11 +SWE00140434 64.9500 19.4800 296.0 STORLIDEN +SWE00140436 64.9500 21.2200 15.0 BYSKE +SWE00140442 65.0100 17.7000 251.0 GUNNARN_A +SWE00140444 65.0100 21.2500 30.0 BYSKE-VITSJON_D +SWE00140446 65.0300 15.3700 550.0 MARSLIDEN +SWE00140450 65.0400 21.5700 4.0 RONNSKAR +SWE00140452 65.0500 15.7500 520.0 BLAIKLIDEN +SWE00140454 65.0997 20.1100 285.0 JORN +SWE00140458 65.0600 14.7900 594.0 KLIMPFJALL +SWE00140460 65.0900 15.1300 580.0 FATMOMAKKE +SWE00140462 65.0997 16.6900 420.0 LANGVATTNET +SWE00140464 65.1297 20.7900 195.0 FALLFORS +SWE00140466 65.1400 15.0500 560.0 RANSAREN_D +SWE00140468 65.1400 16.3000 430.0 DAJKANVIK +SWE00140470 65.1500 18.6000 363.0 MALA-BRANNAN_A +SWE00140472 65.1700 17.8200 400.0 SADILIDEN +SWE00140474 65.1900 18.7500 320.0 MALA +SWE00140476 65.2000 19.2500 305.0 LANGTRASK_D +SWE00140480 65.2300 21.5200 4.0 PITSUND +SWE00140482 65.2397 15.9900 525.0 DIKANAS +SWE00140484 65.2397 21.6300 4.0 HARAHOLMEN +SWE00140486 65.2500 15.5000 560.0 KITTELFJALL +SWE00140488 65.2600 15.5300 570.0 KITTELFJALL_D +SWE00140490 65.2600 16.8400 350.0 BLAIKEN +SWE00140492 65.3197 21.4900 9.0 PITEA +SWE00140494 65.2800 19.6700 395.0 GLOMMERSTRASK +SWE00140496 65.2700 16.7700 350.0 KYRKBERG +SWE00140498 65.2700 17.4800 430.0 JUKTFORS +SWE00140500 65.3000 20.2100 250.0 MYRHEDEN +SWE00140502 65.3100 22.3700 1.0 RODKALLEN_A +SWE00140504 65.3197 16.0400 484.0 DIKANAS_SKANSNAS +SWE00140506 65.3300 17.9500 295.0 GARGNAS_D +SWE00140508 65.3300 15.0700 570.0 GIELAS +SWE00140512 65.3400 17.4600 370.0 BLATTNICKSELE +SWE00140514 65.3400 20.9000 220.0 FAGERHEDEN +SWE00140516 65.3497 16.1100 530.0 SILVERBERG +SWE00140518 65.3600 21.3900 5.0 OJEBYN +SWE00140520 65.3700 18.2100 415.0 JOHANNISBERG +SWE00140522 65.3797 18.6200 410.0 ADAK_D +SWE00140524 65.4300 18.8100 440.0 HEDBERG +SWE00140526 65.4300 16.7300 540.0 RONNBERGA +SWE00140528 65.4500 14.5200 440.0 SKALMODALEN +SWE00140530 65.4597 16.0900 405.0 NORDANAS +SWE00140534 65.4800 16.6000 550.0 ABBORRBERG +SWE00140536 65.5000 15.6000 435.0 BJORKVIK +SWE00140538 65.5000 20.4700 285.0 KOLER +SWE00140540 65.5100 18.9500 453.0 STORBERG +SWE00140546 65.5300 14.9700 665.0 ABELVATTNET +SWE00140548 65.5400 16.9800 435.0 JILTJAUR +SWE00140550 65.5400 17.5500 360.0 SORSELE +SWE00140552 65.5400 16.5400 652.0 DANASJO +SWE00140554 65.5431 22.1192 17.0 LULEA FLYGPLATS +SWE00140558 65.5600 17.8600 393.0 BURESJON_A +SWE00140560 65.5800 22.1100 12.0 LULEA-BERGNASET +SWE00140562 65.5997 19.2700 382.0 ARVIDSJAUR_A +SWE00140564 65.5997 18.1800 425.0 SLAGNAS +SWE00140566 65.6200 16.6100 425.0 FJALLSJONAS +SWE00140568 65.6200 22.1300 5.0 LULEA +SWE00140570 65.6297 17.7300 480.0 NORDANAS 1 +SWE00140572 65.6400 21.4200 60.0 KLOVERTRASK +SWE00140574 65.6500 19.8300 360.0 LAUKER +SWE00140576 65.6700 18.1664 420.0 BERGNASUDDEN +SWE00140578 65.6700 15.1300 420.0 TARNAMO +SWE00140580 65.6700 21.0700 40.0 ALVSBYN_A +SWE00140582 65.6800 15.8200 475.0 BOKSJO +SWE00140583 65.6800 20.9700 40.0 ALVSBYN_M +SWE00140586 65.6800 21.0700 40.0 ALVSBY_SKOGSSKOLA +SWE00140588 65.6900 20.9900 47.0 ALVSBYN M 1 +SWE00140590 65.7000 23.1000 4.0 STORON_A +SWE00140592 65.7000 21.8500 20.0 SUNDERBYN +SWE00140594 65.7200 15.2500 450.0 TARNABY +SWE00140596 65.7300 14.6300 490.0 JOESJO +SWE00140598 65.7300 23.0900 4.0 STOROHAMN +SWE00140600 65.7500 15.5500 515.0 BJORKBACKEN +SWE00140602 65.7500 16.2000 520.0 SKIRKNAS +SWE00140604 65.7700 15.1700 640.0 LAISALIDEN +SWE00140606 65.7700 17.0500 350.0 VINDEL-STORSJO +SWE00140608 65.7800 16.0500 520.0 SLATVIK +SWE00140610 65.7900 21.2600 95.0 BRANNBERG_D +SWE00140612 65.7967 15.1042 475.0 HEMAVAN +SWE00140614 65.8000 15.7200 600.0 BIELLOJAURE +SWE00140616 65.8000 21.2700 95.0 BRANNBERGS FORSOKSGARD +SWE00140618 65.8197 21.6400 25.0 BODEN +SWE00140620 65.8197 16.7100 350.0 VINDEL-BJORKHEDEN +SWE00140622 65.8197 24.1200 16.0 HAPARANDA_A GSN 02197 +SWE00140624 65.8400 23.2000 3.0 KALIX_D +SWE00140628 65.8300 21.5500 27.0 HEDNORET +SWE00140630 65.8497 23.2000 6.0 KALIX +SWE00140632 65.8497 19.4700 345.0 MOSKOSEL-ABMOHED_D +SWE00140634 65.8797 20.1300 180.0 VIDSEL +SWE00140636 65.8797 22.4000 8.0 HOGSON +SWE00140638 65.9000 19.0900 370.0 SUDDESJAUR +SWE00140640 65.9000 17.1100 505.0 KLIPPEN +SWE00140642 65.9100 18.1664 480.0 LOVLUND +SWE00140644 65.9200 23.4700 10.0 BJORKFORS 1 +SWE00140646 65.9200 23.4300 20.0 GRANAN +SWE00140648 65.9300 23.4700 20.0 BJORKFORS +SWE00140650 65.9500 22.1000 15.0 ORRBYN +SWE00140652 65.9500 17.4800 430.0 VAXBORG +SWE00140654 65.9500 15.0400 525.0 UMFORS +SWE00140656 65.9700 16.2300 420.0 AMMARNAS +SWE00140658 65.9700 21.6000 37.0 HOLSVATTNET +SWE00140660 65.9700 15.9600 555.0 TJULTRASK +SWE00140662 65.9800 18.2300 448.0 ARJEPLOG-MYRHEDEN_D +SWE00140664 65.9897 18.9200 370.0 ABRAUR +SWE00140666 66.0200 21.1700 60.0 OVRE_SVARTLA +SWE00140668 66.0400 23.9800 25.0 KARUNGI +SWE00140670 66.0522 17.8431 431.0 ARJEPLOG A +SWE00140672 66.0500 21.7900 45.0 SORBYN +SWE00140674 66.0697 22.7500 40.0 MORJARV +SWE00140676 66.0800 20.9700 55.0 HARADS +SWE00140678 66.0997 17.1700 460.0 LAISVALLSBY +SWE00140682 66.1900 20.2500 320.0 PUOTTAURE +SWE00140684 66.1900 23.2300 80.0 KYPASJARVI_D +SWE00140686 66.2300 21.7900 60.0 LAPPTRASKET +SWE00140688 66.2500 21.8000 55.0 NORRIAN +SWE00140690 66.2700 22.2600 235.0 TALLJARV_D +SWE00140692 66.2600 22.8500 61.0 OVERKALIX-SVARTBYN_A +SWE00140694 66.3400 22.8000 61.0 OVERKALIX-SVARTBYN +SWE00140696 66.2700 23.4200 135.0 LIEHITTAJA +SWE00140698 66.2800 21.1300 185.0 LAKATRASK_A +SWE00140700 66.3000 20.4200 170.0 SUDOK +SWE00140702 66.3000 18.5500 410.0 GITTUN +SWE00140704 66.3197 19.8300 410.0 STENTRASK +SWE00140706 66.3197 17.3200 430.0 SVARTBERGET_D +SWE00140710 66.3600 21.8500 220.0 RANEA-FLAKABERG +SWE00140712 66.3797 23.6500 70.0 OVERTORNEA +SWE00140714 66.3797 17.0000 430.0 JACKVIK +SWE00140716 66.3797 18.2300 440.0 NORRA_BERGNAS +SWE00140718 66.3900 21.6200 261.0 PALKEM_M +SWE00140720 66.3900 21.6100 261.0 PALKEM +SWE00140722 66.4100 17.3297 510.0 REBNISLUSPEN +SWE00140724 66.4100 21.7800 200.0 VUODDAS +SWE00140726 66.4300 19.6900 370.0 TARRAJAUR +SWE00140728 66.4597 22.7900 55.0 RODUPP +SWE00140730 66.4897 16.5300 470.0 BALLASTVIKEN +SWE00140732 66.4800 20.8800 260.0 MURJEK +SWE00140734 66.5100 20.2600 230.0 KOSKATS +SWE00140736 66.4897 17.2500 520.0 VUONATJVIKEN +SWE00140738 66.5200 21.9100 240.0 GALLIVARE-FLAKABERG +SWE00140740 66.5300 22.3700 95.0 NAISHEDEN +SWE00140742 66.5300 17.6700 458.0 STENUDDEN +SWE00140744 66.5800 16.3500 500.0 VUOGGATJALME +SWE00140746 66.6297 19.6400 254.0 JOKKMOKK +SWE00140748 66.6200 23.3000 170.0 RUOKOJARVI +SWE00140750 66.6200 23.4700 132.0 YLINENJARVI_A +SWE00140752 66.6900 18.8100 420.0 KARATS +SWE00140754 66.6500 23.8600 80.0 SVANSTEIN +SWE00140756 66.6600 22.7200 105.0 JOCK +SWE00140758 66.6600 22.1900 90.0 LANSJARV +SWE00140760 66.6800 16.1100 614.0 MIERKENIS_A +SWE00140764 66.7300 22.9000 164.0 MARKUSVINSA +SWE00140766 66.7397 20.3600 385.0 SARKAVARA +SWE00140770 66.7500 22.3000 100.0 ANGESA +SWE00140772 66.7500 20.9300 327.0 NATTAVAARA_A +SWE00140774 66.7600 21.0500 350.0 NATTAVAARA_BY +SWE00140776 66.7800 21.8400 150.0 SKROVEN +SWE00140778 66.7600 19.3200 285.0 RANDIJAUR +SWE00140780 66.7700 21.7700 330.0 STORBERGET +SWE00140782 66.7800 20.5800 410.0 NATTAVAARA-VARSJO +SWE00140786 66.8100 22.3400 215.0 PAHAROVA +SWE00140790 66.8197 22.8900 135.0 KENTTASAARI_D +SWE00140792 66.8497 23.0700 165.0 KORPILOMBOLO +SWE00140796 66.8497 23.0600 178.0 KORPILOMBOLO_M +SWE00140800 66.8900 18.0200 320.0 KVIKKJOKK-ARRENJARKA A +SWE00140802 66.9000 19.2400 355.0 NAUTIJAUR +SWE00140804 66.9200 18.5400 300.0 TJAMOTIS +SWE00140806 66.9200 21.5600 355.0 HAKKAS +SWE00140808 66.9597 23.8300 110.0 JARHOIS +SWE00140810 66.9597 19.8200 390.0 PORJUS +SWE00140812 66.9597 21.2300 355.0 SADJEM_D +SWE00140816 67.0300 20.7000 410.0 HARRTRASK +SWE00140818 67.0900 22.2200 255.0 KOMPELUSVAARA +SWE00140820 67.0697 21.2900 270.0 METTA-DOKKAS +SWE00140822 67.1297 21.8000 275.0 GRANHULT_D +SWE00140824 67.1297 19.5000 370.0 ALLOLUOKTA +SWE00140828 67.1400 20.6500 359.0 GALLIVARE_A +SWE00140830 67.1400 20.6600 400.0 GALLIVARE +SWE00140832 67.1500 18.3100 530.0 AKTSE +SWE00140834 67.1800 22.6500 165.0 TARENDO +SWE00140836 67.1700 20.6700 400.0 MALMBERGET +SWE00140838 67.2050 23.3953 171.0 PAJALA A +SWE00140840 67.2097 23.3928 168.0 PAJALA +SWE00140842 67.2300 21.6100 320.0 NILIVAARA +SWE00140844 67.2600 20.2700 453.0 LATNIVAARA_A +SWE00140846 67.2600 20.2800 460.0 LADNIVAARA +SWE00140848 67.2600 20.1200 480.0 ALLAVAARA +SWE00140852 67.3100 18.9000 385.0 ALUOKTA +SWE00140854 67.3300 22.2400 240.0 SAITTAROVA_D +SWE00140856 67.3400 22.2300 240.0 SAITTAROVA_A +SWE00140858 67.3600 23.3200 180.0 KAUNISVAARA +SWE00140860 67.3700 21.0800 390.0 MOSKOJARVI +SWE00140864 67.4000 18.7200 376.0 BJORKUDDEN +SWE00140866 67.4100 16.4200 600.0 STALOLUOKTA +SWE00140868 67.4200 21.1200 390.0 SKAULO +SWE00140870 67.5000 22.6600 230.0 KANGOS +SWE00140872 67.4897 21.6700 340.0 PARAKKA +SWE00140874 67.5000 18.2900 425.0 STORA_SJOFALLET_A +SWE00140876 67.5000 18.3900 425.0 SATIS +SWE00140878 67.5200 20.2400 490.0 KILLINGI +SWE00140880 67.5300 20.1200 485.0 KAITUM +SWE00140882 67.6400 22.9200 315.0 KERANTOJARVI +SWE00140884 67.6500 21.0500 345.0 SVAPPAVAARA +SWE00140886 67.6800 21.6300 250.0 VITTANGI +SWE00140888 67.7300 17.4697 521.0 RITSEM +SWE00140892 67.7300 22.8300 312.0 PARKALOMPOLO_A +SWE00140894 67.7300 23.4900 200.0 PARKAJOKI +SWE00140898 67.7600 22.3500 315.0 LAINIO +SWE00140902 67.8000 19.8600 465.0 PUOLTSA +SWE00140904 67.8300 20.3400 459.0 KIRUNA_FLYGPLATS +SWE00140906 67.8497 19.0200 470.0 NIKKALUOKTA +SWE00140908 67.8497 20.2500 500.0 KIRUNA +SWE00140910 67.8497 19.0300 466.0 NIKKALUOKTA_A +SWE00140912 67.8900 21.0700 335.0 ESRANGE +SWE00140914 67.9100 18.6100 1150.0 TARFALA_A +SWE00140916 67.9400 23.4400 240.0 MUODOSLOMPOLO +SWE00140922 68.0500 21.9800 630.0 LANNAVAARA +SWE00140924 68.0600 16.5900 -100.0 SORFJORD_KRV +SWE00140926 68.0697 19.8400 493.0 RENSJON_A +SWE00140928 68.0900 21.7000 365.0 OVRE_SOPPERO +SWE00140932 68.1200 23.3300 250.0 KATKESUANDO +SWE00140934 68.1500 19.8000 480.0 BERGFORS +SWE00140936 68.2000 22.7600 350.0 SUDDJAVAARA +SWE00140938 68.2200 19.7100 393.0 TORNETRASK +SWE00140940 68.2800 19.9000 355.0 KATTUVUOMA +SWE00140942 68.2900 17.3097 -100.0 SKJOMEN_SLETTJORD +SWE00140944 68.3600 18.8200 388.0 ABISKO +SWE00140948 68.3797 18.6800 360.0 BJORKLIDEN +SWE00140950 68.4200 18.1700 516.0 KATTERJAKK_A +SWE00140952 68.4217 18.1694 515.0 KATTERJAKK +SWE00140954 68.4300 18.1300 508.0 RIKSGRANSEN +SWE00140958 68.4400 22.4500 330.0 KARESUANDO_A +SWE00140960 68.6800 21.5300 403.0 NAIMAKKA +SWE00140968 68.8100 21.2500 450.0 SAARIKOSKI_D +SWE00140970 68.8700 21.0300 460.0 KEINOVUOPIO_D +SWE00140972 68.9100 20.8700 465.0 KUMMAVUOPIO +SWE00158347 66.4989 20.1308 275.0 JOKKMOKK FLYGPLATS MO +SWE00158613 56.2800 13.9400 103.0 HASTVEDA_MO +SWE00158796 56.8400 15.4700 230.0 KOSTA_MO +SWE00159063 57.5000 18.4600 32.0 ROMA_AUT +SWE00159647 58.6300 15.4400 72.0 KVARN_MO +SWE00160176 59.6600 17.1100 26.0 ENKOPING_MO +SWE00160520 60.5500 16.5797 70.0 HAMMARBY +SWE00160595 60.8800 17.9300 25.0 VASTRA_BANKEN +SWE00161855 65.8797 20.1500 182.0 VIDSEL_MO +SWE00161923 66.3000 19.2000 581.0 TJAKAAPE_MO +SWE00162082 67.1400 20.8100 312.0 GALLIVARE_FLYGPLATS +SWE00162899 56.2000 15.2800 10.0 RONNEBY +SWE00170890 66.9800 19.8400 430.0 PORJUS2 +SWE00171327 60.2789 12.8539 135.0 OSTMARK-ASARNA +SWE00171338 63.2831 12.1244 583.0 STORLIEN-STORVALLEN A +SWE00171360 60.4100 15.7419 103.0 STORA SKEDVI +SWE00171371 66.1042 14.8503 535.0 MJOLKBACKEN +SWE00171382 58.9458 11.4414 100.0 HAVELUND +SWE00171393 59.0578 16.4028 30.0 SKOLDINGE +SWE00171404 61.2692 17.0981 26.0 SODERHAMN A +SWE00171415 59.1167 17.2000 15.0 VANGSO +SWE00171426 60.1994 17.8964 35.0 OSTERBY 1 +SWE00171437 58.9764 11.6950 145.0 GUNNESBYN +SWM00002080 68.4419 22.4503 330.0 KARESUANDO 02080 +SWM00002468 56.8500 14.8300 199.0 VAXJO_A 02468 +SWM00002485 59.3500 18.0500 44.0 STOCKHOLM 02485 +SWM00002584 58.4000 19.2000 11.0 GOTSKA SANDON 02584 +SWM00002589 58.3942 19.1975 16.0 GOTSKA SANDON A GSN 02589 +SXM00088900 -54.0000 -38.0500 2.0 BIRD ISLAND 88900 +SXM00088903 -54.2830 -36.5000 3.0 GRYTVIKEN GSN 88903 +SY000040001 37.0500 41.2200 455.0 KAMISHLI GSN 40001 +SY000040022 35.5300 35.7700 7.0 LATTAKIA GSN 40022 +SY000040061 34.5494 38.3000 404.0 PALMYRA GSN 40061 +SYE00147759 36.8200 38.0000 350.0 JARABLUS +SYE00147760 36.1800 37.2200 390.0 ALEPPO 40007 +SYE00147762 34.9000 35.8697 5.0 TARTOUS +SYE00147763 34.7500 36.7200 487.0 HOMS +SYE00147765 33.4797 36.2297 720.0 DAMASCUS +SYE00147766 32.6000 36.1000 532.0 DARAA +SYM00040030 35.1170 36.7500 303.0 HAMA 40030 +SYM00040045 35.2850 40.1760 213.4 DEIR ZZOR 40045 +SYM00040080 33.4120 36.5160 615.7 DAMASCUS INTL 40080 +SZ000001940 47.5331 7.5831 316.0 BASEL BINNINGEN 06601 +SZ000002220 47.2500 9.3500 2502.0 SAENTIS GSN 06680 +SZ000003700 47.3831 8.5667 555.0 ZUERICH/FLUNTERN 06660 +SZ000006717 45.8667 7.1667 2472.0 COL DU GRAND ST-BERNARD GSN 06717 +SZ000008390 46.2000 6.1500 405.0 GENEVE OBSERVATOIRE +SZ000008440 46.2500 6.1331 420.0 GENEVE COINTRIN 06700 +SZ000009480 46.0000 8.9667 273.0 LUGANO 06770 +SZE00105086 46.2167 7.3331 482.0 SION 2 06720 +SZE00116090 46.8167 6.9500 490.0 PAYERNE 06610 +SZM00006796 46.6000 10.4330 1390.0 STA MARIA VAL MUESTAIR 06796 +TDM00078962 11.1500 -60.8330 6.0 CROWN POINT AIRPORT TOBAGO 78962 +TDM00078970 10.5830 -61.3500 12.2 PIARCO INTL AP 78970 +TDW00011610 10.6167 -61.2167 41.1 WALLER BWI +TDW00011621 10.6833 -61.6167 13.1 TRINIDAD BWI +TEM00061976 -15.8830 54.5170 13.0 SERGE-FROLOW (ILE TROMELIN) 61976 +TH000048300 19.3000 97.8330 269.0 MAE HONG SON 48300 +TH000048303 19.8830 99.8330 416.0 CHIANG RAI GSN 48303 +TH000048325 18.1670 97.9330 213.0 MAE SARIANG 48325 +TH000048327 18.7830 98.9830 313.0 CHIANG MAI 48327 +TH000048328 18.2830 99.5170 242.0 LAMPANG 48328 +TH000048330 18.1670 100.1670 162.0 PHRAE 48330 +TH000048331 18.7670 100.7670 200.0 NAN 48331 +TH000048351 17.6170 100.1000 64.0 UTTARADIT 48351 +TH000048353 17.4500 101.7330 254.0 LOEI 48353 +TH000048354 17.3830 102.8000 178.0 UDORN AB (USAF) 48354 +TH000048356 17.1500 104.1330 172.0 SAKON NAKHON 48356 +TH000048357 17.4170 104.7830 148.0 NAKHON PHANOM 48357 +TH000048375 16.6670 98.5500 197.0 MAE SOT 48375 +TH000048376 16.8830 99.1500 124.0 TAK 48376 +TH000048378 16.8170 100.2670 44.0 PHITSANULOK/SARIT 48378 +TH000048379 16.4330 101.1500 116.0 PHETCHABUN 48379 +TH000048381 16.4330 102.8330 166.0 KHON KAEN 48381 +TH000048383 16.5330 104.7170 139.0 MUKDAHAN 48383 +TH000048400 15.8000 100.1670 35.0 NAKHON SAWAN GSN 48400 +TH000048405 16.0500 103.6830 142.0 ROI ET 48405 +TH000048407 15.2500 104.8670 127.0 UBON RATCHATHANI 48407 +TH000048425 14.4670 100.1330 8.0 SUPHAN BURI 48425 +TH000048426 14.8000 100.6170 11.0 LOP BURI 48426 +TH000048430 14.0500 101.3670 6.0 PRACHIN BURI 48430 +TH000048431 14.9670 102.0830 188.0 NAKHON RATCHASIMA 48431 +TH000048432 14.8830 103.5000 147.0 SURIN 48432 +TH000048450 14.0170 99.5330 29.0 KANCHANABURI 48450 +TH000048455 13.7330 100.5670 4.0 BANGKOK METROPOLIS 48455 +TH000048456 13.9170 100.6000 12.0 DON MUANG 48456 +TH000048459 13.3670 100.9830 2.0 CHON BURI 48459 +TH000048462 13.7000 102.5830 49.0 ARANYAPRATHET GSN 48462 +TH000048475 12.5830 99.9500 6.0 HUA HIN 48475 +TH000048477 12.6830 100.9830 18.0 SATTAHIP 48477 +TH000048480 12.6000 102.1170 4.0 CHANTHABURI 48480 +TH000048500 11.8000 99.8000 3.0 PRACHUAP KHIRI KHAN GSN 48500 +TH000048501 11.7670 102.8830 4.0 KHLONG YAI 48501 +TH000048517 10.4830 99.1830 5.0 CHUMPHON GSN 48517 +TH000048550 9.4670 100.0500 7.0 KO SAMUI 48550 +TH000048551 9.1170 99.1500 11.0 SURAT THANI 48551 +TH000048552 8.5330 99.9500 9.0 NAKHON SI THAMMARAT 48552 +TH000048564 7.8830 98.4000 3.0 PHUKET 48564 +TH000048565 8.1320 98.3170 9.0 PHUKET AIRPORT 48565 +TH000048567 7.5170 99.6170 16.0 TRANG 48567 +TH000048568 7.2000 100.6170 9.0 SONGKHLA GSN 48568 +TH000048569 6.9170 100.4330 35.0 HAT YAI 48569 +THM00048453 13.6670 100.6170 6.0 BANG NA AGROMET 48453 +THW00041001 13.9167 100.6167 4.3 DON MUANG +THW00041012 15.2833 100.3000 33.2 TA KHLI +THW00041017 15.2500 104.8667 123.1 UBON RATCHATHANI +THW00041018 17.3833 102.8000 178.0 UDON THANI 48354 +THW00041019 14.9333 102.0833 222.2 NAKHON RATCHASIMA +THW00041020 17.3833 104.6500 176.2 NAKHON PHANOM +THW00041028 12.6833 101.0167 18.3 U TAPAO RTNAS +THW00041082 16.6333 102.9667 244.1 NAM PHONG +TI000038589 40.2170 68.8330 317.0 JANGIER 38589 +TI000038598 40.3000 69.8000 347.0 KAYRAKUMSKAYA,GMO 38598 +TI000038599 40.2167 69.7331 427.0 KHUDJAND 38599 +TI000038600 41.0000 70.4000 2020.0 NAUGARZAN 38600 +TI000038602 40.7000 70.7000 431.0 DJARBULAK 38602 +TI000038705 39.5000 67.6000 1015.0 PENDZHIKENT 38705 +TI000038708 39.1000 67.7000 2690.0 LEDNIK-SEVERCOVA 38708 +TI000038713 39.9000 68.9830 1005.0 URA-TYUBE 38713 +TI000038714 39.0000 68.6000 2800.0 HARAMKUL' 38714 +TI000038715 39.5670 68.5830 3143.0 SHAHRISTANSKIJ PEREV 38715 +TI000038716 39.3830 68.6170 1507.0 SONGISTON (MTN STN) 38716 +TI000038717 39.0000 68.8000 100.0 MAYHURA 38717 +TI000038718 39.1000 68.4000 2204.0 ISKANDERKUL' 38718 +TI000038719 39.0830 68.8670 3373.0 ANZOBSKIJ PEREVAL 38719 +TI000038721 39.5000 69.0000 1964.0 OBBURDON 38721 +TI000038724 38.3000 69.1000 663.0 YAVAN 38724 +TI000038725 39.4000 69.7000 2236.0 MADRUSKAT 38725 +TI000038734 39.5000 70.2000 2663.0 DEHAVZ 38734 +TI000038744 39.3000 71.5000 2002.0 LAHS 38744 +TI000038748 39.1800 72.2200 2782.0 ALTYN-MAZAR 38748 +TI000038835 38.5670 68.3330 821.0 SHAKHRINAU 38835 +TI000038836 38.5494 68.8000 803.0 DUSHANBE 38836 +TI000038837 38.5000 68.6000 744.0 GISSARSKAYA 38837 +TI000038838 38.1000 68.4000 563.0 ISANBAY 38838 +TI000038840 38.9000 69.9000 1259.0 KOMSOMOLABAD 38840 +TI000038841 38.5000 69.2000 1760.0 CHORMASAK 38841 +TI000038842 38.6830 69.5670 1964.0 BUSTONABAD 38842 +TI000038843 38.7000 69.7000 1387.0 OBI-GARM 38843 +TI000038844 38.3000 69.2000 2235.0 SANGLOK 38844 +TI000038845 38.2500 69.2330 2239.0 SANGLOK 38844 +TI000038846 38.4000 69.9000 1437.0 HOVALING 38846 +TI000038847 38.1000 69.3170 660.0 DANGARA 38847 +TI000038848 38.3000 69.5000 880.0 KANGURT 38848 +TI000038851 39.0000 70.3000 1316.0 RASHT 38851 +TI000038852 38.7000 70.4800 1616.0 TAVIL-DORA 38852 +TI000038853 38.6500 70.7170 3347.0 KHABURABAD 38853 +TI000038854 38.9000 70.9000 1975.0 LAIRON 38854 +TI000038856 38.4700 70.8800 1284.0 KALAY-KHUMB 38856 +TI000038857 38.1000 70.0000 1191.0 MUMINABAD 38857 +TI000038861 38.9000 71.1000 2187.0 SANGOVOR 38861 +TI000038862 38.8300 72.2200 4169.0 LEDNIK PHEDCHENKO (IM. GORBUNO 38862 +TI000038867 38.2830 71.3330 1737.0 HUMRAGI 38867 +TI000038869 38.1670 72.6330 3276.0 IRHT 38869 +TI000038875 39.0000 73.6000 3932.0 KARAKUL' 38875 +TI000038878 38.1670 73.9670 3576.0 MURGAB 38878 +TI000038879 38.1000 74.3000 3729.0 TAHTAMISHBEC 38879 +TI000038930 36.9000 68.0000 319.0 AJVADZ 38930 +TI000038932 37.9000 68.6000 752.0 GANDJINA 38932 +TI000038933 37.8167 68.7831 429.0 KURGAN-TYUBE GSN 38933 +TI000038937 37.3170 68.1330 380.0 SHAARTUZ 38937 +TI000038938 37.2000 68.6000 327.0 NIJNIY_PYANDG 38938 +TI000038941 37.6000 69.7000 500.0 MOSKOVSKAYA 38941 +TI000038943 38.0000 69.8000 586.0 KULJAB 38943 +TI000038944 37.4830 69.3830 448.0 PARKHAR 38944 +TI000038946 37.8000 70.2000 1283.0 IOL 38946 +TI000038947 37.2330 69.0830 363.0 PYANDJ 38947 +TI000038951 37.9000 71.6000 1980.0 RUSHAN 38951 +TI000038953 37.8000 72.9000 3744.0 BULUN-KUL' 38953 +TI000038954 37.5000 71.5000 2077.0 KHOROG GSN 38954 +TI000038956 37.4000 72.5000 3438.0 DJAVSANGOZ 38956 +TI000038957 36.7000 71.5670 2620.0 ISKACHEM 40918 +TI000038966 37.5330 74.8330 3840.0 SAJMAK 38966 +TL000091724 -9.2000 -171.9170 3.0 NUKUNONO 91724 +TN000091780 -18.6500 -173.9830 10.0 VAVAU 91780 +TO000005352 10.3700 0.3700 145.0 MANGO +TO000005361 8.9800 1.1300 400.0 SOKODE 65361 +TO000005376 7.5800 1.1200 402.0 ATAKPANE 65376 +TO000005380 6.5800 1.5000 51.0 TABLIGBO 65380 +TO000005387 6.1700 1.2500 20.0 LOME +TOM00065351 10.8670 0.2500 330.0 DAPAON 65351 +TOM00065352 10.3670 0.4670 146.0 MANGO/SANSANNE GSN 65352 +TOM00065355 9.7670 1.0910 461.8 NIAMTOUGOU INTERNATIONAL 65355 +TOM00065357 9.5500 1.1670 341.0 KARA 65357 +TOM00065387 6.1660 1.2550 21.9 GNASSINGBE EYADEMA INTL 65387 +TS000060725 36.4800 8.8000 143.0 JENDOUBA GSN 60725 +TS000060765 33.8800 10.1000 4.0 GABES GSN 60765 +TSE00147767 37.3300 9.8400 264.0 BIZERTE CAP BLANC +TSE00147768 37.2500 9.8000 5.0 BIZERTE KAROUBA +TSE00147769 36.8000 10.1700 36.0 TUNIS +TSE00147770 36.8300 10.2300 3.0 TUNIS-CARTHAGE +TSE00147771 36.8500 11.0800 29.0 KELIBIA +TSE00147773 35.6700 10.1000 60.0 KAIROUAN 60735 +TSE00147775 34.7200 10.6800 21.0 SFAX EL-MAOU +TSE00147776 33.9200 8.1000 87.0 TOZEUR +TSE00147778 33.8697 10.7700 3.0 DJERBA MELLITA +TSM00060715 36.8510 10.2270 6.7 CARTHAGE 60715 +TSM00060745 34.4220 8.8230 323.1 GAFSA 60745 +TU000017040 41.0331 40.5167 9.0 RIZE GSN 17040 +TU000017062 40.9667 29.0831 33.0 ISTANBUL GSN 17062 +TU000017074 41.3667 33.7831 800.0 KASTAMONU GSN 17074 +TU000017090 39.7500 37.0167 1285.0 SIVAS GSN 17090 +TU000017170 38.4500 43.3200 1662.0 VAN GSN 17170 +TU000017240 37.7500 30.5500 997.0 ISPARTA GSN 17240 +TU000017375 36.3164 30.1500 2.0 FINIKE GSN 17375 +TUM00017022 41.4500 31.8000 137.0 ZONGULDAK 17022 +TUM00017026 42.0330 35.1670 32.0 SINOP 17026 +TUM00017030 41.2830 36.3000 4.0 SAMSUN 17030 +TUM00017034 40.9170 38.3830 37.0 GIRESUN 17034 +TUM00017045 41.1830 41.8170 628.0 ARTVIN 17045 +TUM00017050 41.6670 26.5670 51.0 EDIRNE 17050 +TUM00017056 40.9830 27.5500 3.0 TEKIRDAG 17056 +TUM00017064 40.9000 29.1500 18.0 ISTANBUL BOLGE (KARTAL) 17064 +TUM00017069 40.7830 30.4170 30.0 ADAPAZARI 17069 +TUM00017070 40.7330 31.6000 743.0 BOLU 17070 +TUM00017080 40.6000 33.6170 751.0 CANKIRI 17080 +TUM00017084 40.5500 34.9500 776.0 CORUM 17084 +TUM00017086 40.3000 36.5670 608.0 TOKAT 17086 +TUM00017088 40.4670 39.4670 1219.0 GUMUSHANE 17088 +TUM00017090 39.7500 37.0170 1285.0 SIVAS (CIV/MIL) 17090 +TUM00017092 39.7100 39.5270 1153.1 ERZINCAN 17092 +TUM00017096 39.9570 41.1700 1756.6 ERZURUM 17096 +TUM00017098 40.5620 43.1150 1795.0 KARS 17098 +TUM00017099 39.7330 43.0500 1632.0 AGRI 17099 +TUM00017112 40.1380 26.4270 7.0 CANAKKALE 17112 +TUM00017116 40.1830 29.0670 100.0 BURSA 17116 +TUM00017130 39.9500 32.8830 891.0 ANKARA/CENTRAL 17130 +TUM00017140 39.8170 34.8000 1298.0 YOZGAT 17140 +TUM00017150 39.6190 27.9260 103.6 BALIKESIR 17150 +TUM00017155 39.4170 29.9670 969.0 KUTAHYA 17155 +TUM00017160 39.1500 34.1670 1007.0 KIRSEHIR 17160 +TUM00017188 38.6830 29.4000 919.0 USAK 17188 +TUM00017190 38.7260 30.6010 1008.9 AFYON 17190 +TUM00017193 38.6170 34.7000 1260.0 NEVSEHIR 17193 +TUM00017199 38.3500 38.3170 948.0 MALATYA/BOLGE 17199 +TUM00017202 38.6070 39.2910 892.1 ELAZIG 17202 +TUM00017203 38.8670 40.5000 1177.0 BINGOL 17203 +TUM00017204 38.7330 41.5170 1320.0 MUS 17204 +TUM00017210 37.9170 41.9500 896.0 SIIRT 17210 +TUM00017220 38.4330 27.1670 29.0 IZMIR/GUZELYALI 17220 +TUM00017234 37.8500 27.8500 56.0 AYDIN 17234 +TUM00017237 37.7830 29.0830 425.0 DENIZLI 17237 +TUM00017244 37.9790 32.5620 1030.5 KONYA 17244 +TUM00017250 37.9670 34.6830 1210.0 NIGDE 17250 +TUM00017255 37.6000 36.9330 572.0 KAHRAMANMARAS 17255 +TUM00017260 36.9470 37.4790 705.6 OGUZELI 17260 +TUM00017265 37.7500 38.2830 672.0 ADIYAMAN 17265 +TUM00017270 37.0940 38.8470 452.0 SANLIURFA 17270 +TUM00017280 37.8940 40.2010 686.1 DIYARBAKIR 17280 +TUM00017282 37.9290 41.1170 555.3 BATMAN 17282 +TUM00017285 37.5670 43.7670 1728.0 HAKKARI 17285 +TUM00017292 37.2170 28.3670 646.0 MUGLA 17292 +TUM00017300 36.8990 30.8000 53.9 ANTALYA 17300 +TUM00017340 36.8000 34.6330 3.0 MERSIN 17340 +TUM00017370 36.5730 36.1540 7.6 ISKENDERUN 17370 +TUW00033207 38.5000 27.0167 8.2 IZMIR +TUW00033308 37.0000 35.4333 76.2 INCIRLIK 17350 +TV000091631 -5.6670 176.1330 3.0 NANUMEA GSN 91631 +TV000091643 -8.5170 179.2170 2.0 FUNAFUTI INTL ARPT GSN 91643 +TX000038261 42.3000 59.1330 71.0 KENEURGENCH 38267 +TX000038267 42.3000 59.2000 78.0 KENEURGENC 38267 +TX000038364 41.5000 52.6000 -26.0 BEKDAS 38364 +TX000038367 41.1000 52.9000 -23.0 KARA-BAGAZ-GOL 38367 +TX000038383 41.6000 58.7000 64.0 SAH-SENEM 38383 +TX000038388 41.0330 57.7670 62.0 EKEZHE 38388 +TX000038392 41.8000 59.8000 88.0 DASHAUZ 38392 +TX000038408 41.0670 61.9000 137.0 LEBAP 38408 +TX000038503 40.3000 54.2000 105.0 KOSHOBA 38503 +TX000038504 40.2000 52.9000 -21.0 GUVLIAJK 38504 +TX000038507 40.0500 53.0000 82.0 TURKMEN-BASHI GSN 38507 +TX000038511 40.8000 55.4000 115.0 CAGIL 38511 +TX000038527 40.0670 57.3830 47.0 DAVALY 38527 +TX000038529 40.2000 58.5000 85.0 DARVAZA 38529 +TX000038630 39.5000 54.3330 -8.0 NEBITDAG 38634 +TX000038634 39.4830 54.3670 -3.0 NEBIT-DAG 38630 +TX000038637 39.1000 53.1000 -26.0 OGURCINSKIY-OSTROV 38637 +TX000038641 39.6830 55.5670 -9.0 JASGA 38641 +TX000038647 39.2500 55.5170 31.0 GAZANDZHYK 38647 +TX000038656 39.3170 58.6000 87.0 ERBENT 38656 +TX000038665 39.5830 59.9500 108.0 AKMOLLA 38665 +TX000038684 39.3000 63.2000 182.0 DJNEV 38684 +TX000038687 39.0831 63.6000 193.0 CHARDZHEV 38687 +TX000038750 37.4667 53.6331 -22.0 ESENGYLY GSN 38750 +TX000038755 38.5000 54.3000 -1.0 BUDAILY 38755 +TX000038756 38.6170 55.1830 206.0 BEKIBENT 38756 +TX000038759 37.6170 54.7830 29.0 GYZYLETREK 38759 +TX000038763 38.9800 56.2800 97.0 GYZYLARBAT GSN 38763 +TX000038766 38.5000 56.8000 1042.0 SAYVAN 38766 +TX000038767 38.4000 56.3000 314.0 GARRIGALA 38767 +TX000038773 38.8000 58.5000 88.0 BARCARDOK 38773 +TX000038774 38.4330 57.4170 159.0 BAKHERDEN 38774 +TX000038775 38.4000 58.3000 92.0 KARIKUL' 38775 +TX000038791 38.6830 61.2000 147.0 CHESHME 38791 +TX000038799 38.0830 62.8000 185.0 UCHADZHY 38799 +TX000038804 38.5670 63.1830 185.0 REPATEK 38804 +TX000038806 38.4670 64.3670 212.0 BYRDALYK 38806 +TX000038880 37.9667 58.3331 208.0 ASHGABAT 38880 +TX000038881 38.0000 57.9000 2145.0 DUSAK 38881 +TX000038882 37.6500 58.4000 1486.0 GAUDAN-IN-TURKMEN 38881 +TX000038885 37.3500 59.6330 308.0 KAKA 38885 +TX000038886 37.3830 60.5170 186.0 TEDZHEN 38886 +TX000038891 37.9000 61.4000 199.0 CASKENT 38891 +TX000038894 37.6000 61.9000 222.0 MARY 38894 +TX000038895 37.6000 62.1831 240.0 BAJRAMALY GSN 38895 +TX000038897 37.3000 61.2000 187.0 HAUS-HUN 38897 +TX000038899 37.3000 62.4170 259.0 ELOTEN 38899 +TX000038905 37.6000 63.9000 232.0 NICHKA 38905 +TX000038911 37.8330 65.2000 240.0 KERKI 38911 +TX000038915 37.5170 66.0170 265.0 CARSANGA GSN 38915 +TX000038972 37.0000 60.8000 224.0 TEDJENSTROY,2 38972 +TX000038974 36.5331 61.2167 275.0 SARAGT 38974 +TX000038976 35.8000 61.8000 710.0 KIZILDJAR 38976 +TX000038977 35.9000 61.1000 398.0 PUL'-I-HATUM 38977 +TX000038987 35.2831 62.3500 625.0 GYSHGY 38987 +TX000038989 36.0000 62.9000 354.0 TAGTABAZAR 38989 +TX000038998 36.2670 63.7000 787.0 LEKKER 38998 +TZ000063729 -1.3330 31.8170 1143.0 BUKOBA 63729 +TZ000063733 -1.5000 33.8000 1147.0 MUSOMA 63733 +TZ000063756 -2.4670 32.9170 1140.0 MWANZA 63756 +TZ000063789 -3.3330 36.6330 1387.0 ARUSHA 63789 +TZ000063790 -3.3500 37.3330 831.0 MOSHI 63790 +TZ000063791 -3.4170 37.0670 896.0 KILIMANJARO AIRPORT 63791 +TZ000063816 -4.0830 37.7170 872.0 SAME 63816 +TZ000063832 -5.0830 32.8330 1182.0 TABORA AIRPORT GSN 63832 +TZ000063862 -6.1670 35.7670 1120.0 DODOMA GSN 63862 +TZ000063887 -7.6330 35.7670 1428.0 IRINGA 63887 +TZ000063894 -6.8670 39.2000 53.0 DAR ES SALAAM AIRPO GSN 63894 +TZ000063962 -10.6670 35.5830 1036.0 SONGEA GSN 63962 +TZ000063971 -10.2670 40.1830 113.0 MTWARA 63971 +TZM00063870 -6.2220 39.2250 16.5 ZANZIBAR 63870 +UCM00078988 12.1890 -68.9600 8.8 HATO 78988 +UG000063602 3.0500 30.9170 1211.0 ARUA 63602 +UG000063630 2.7500 32.3330 1105.0 GULU 63630 +UG000063654 1.6830 31.7170 1147.0 MASINDI 63654 +UG000063674 0.1830 30.1000 961.0 KASESE 63674 +UG000063682 0.4500 33.1830 1173.0 JINJA 63682 +UG000063684 0.6830 34.1670 1171.0 TORORO 63684 +UG000063702 -0.6170 30.6500 1413.0 MBARARA 63702 +UG000063726 -1.2500 29.9830 1869.0 KABALE 63726 +UK000000000 52.4200 -1.8300 78.0 CET CENTRAL ENGLAND +UK000003005 60.1331 -1.1831 82.0 LERWICK GSN 03005 +UK000003026 58.3300 -6.3200 9.0 STORNOWAY AIRPORT GSN 03026 +UK000003162 55.3167 -3.2000 242.0 ESKDALEMUIR GSN 03162 +UK000003302 53.2500 -4.5331 11.0 VALLEY GSN 03302 +UK000003377 53.1658 0.5239 68.0 WADDINGTON GSN 03377 +UK000003808 50.2167 -5.3167 88.0 CAMBORNE GSN 03808 +UK000044841 53.7700 -0.3700 2.0 HULL +UK000047811 54.3500 -6.6500 62.0 ARMAGH +UK000056225 51.7667 -1.2667 63.0 OXFORD +UK000070765 58.4500 -3.0831 36.0 WICK 03075 +UKE00100808 53.7667 0.3667 2.0 HULL +UKE00102158 51.5017 -1.9908 145.0 LYNEHAM +UKE00105003 52.2450 0.1031 26.0 CAMBRIDGE NIAB +UKE00105630 58.9500 -2.9000 26.0 KIRKWALL +UKE00105636 57.6500 -3.5700 5.0 KINLOSS +UKE00105642 56.4500 -3.0700 31.0 MYLNEFIELD +UKE00105648 52.1931 0.1317 13.0 CAMBRIDGE (B. GDNS) +UKE00105651 53.9200 -1.1700 32.0 ASKHAM BRYAN +UKE00105657 51.0800 0.4600 85.0 GOUDHURST +UKE00105660 55.8500 -4.4297 32.0 PAISLEY +UKE00105669 52.3500 -3.8200 301.0 CWMYSTWYTH +UKE00105672 51.7000 -5.1500 33.0 DALE FORT +UKE00105675 51.4300 -2.6700 51.0 LONG ASHTON +UKE00105681 54.6500 -6.2200 81.0 ALDERGROVE +UKE00105856 55.4767 -4.5658 48.0 AUCHINCRUIVE +UKE00105857 55.0989 -4.1858 55.0 GLENLEE +UKE00105858 54.9250 -3.9500 73.0 THREAVE +UKE00105860 54.6700 -2.7858 169.0 NEWTON RIGG +UKE00105861 54.3381 -3.0200 91.0 GRIZEDALE +UKE00105862 53.7739 -2.7031 33.0 PRESTON: MOOR PARK +UKE00105863 53.2167 -3.0281 5.0 HAWARDEN BRIDGE +UKE00105864 53.1500 -3.1958 210.0 LOGGERHEADS: COLOMENDY CENTRE +UKE00105865 57.4867 -4.2231 4.0 INVERNESS +UKE00105866 52.1389 -4.5717 133.0 ABERPORTH +UKE00105867 52.4317 -4.0197 31.0 GOGERDDAN +UKE00105869 50.6139 -1.9581 10.0 SWANAGE +UKE00105870 50.3539 -4.1208 50.0 PLYMOUTH: MOUNTBATTEN +UKE00105871 50.2917 -3.6508 32.0 SLAPTON +UKE00105872 50.4367 -4.9989 103.0 ST MAWGAN +UKE00105873 50.8281 -4.5458 15.0 BUDE +UKE00105874 57.0058 -3.3967 339.0 BRAEMAR +UKE00105875 57.0367 -3.2200 283.0 BALMORAL +UKE00105876 54.4517 -6.0700 116.0 HILLSBOROUGH +UKE00105877 54.6031 -5.8289 56.0 STORMONT CASTLE +UKE00105878 54.4389 -7.9031 126.0 LOUGH NAVAR FOREST +UKE00105880 49.2167 -2.2000 84.0 JERSEY: AIRPORT +UKE00105881 57.2050 -2.2039 65.0 DYCE +UKE00105882 53.0608 -3.5539 345.0 ALWEN +UKE00105884 56.5289 -4.1108 130.0 ARDTALNAIG +UKE00105885 56.7181 -3.7689 94.0 FASKALLY +UKE00105886 56.3767 -2.8617 10.0 LEUCHARS +UKE00105887 55.8239 -3.2258 185.0 PENICUIK +UKE00105888 55.9667 -3.2100 26.0 EDINBURGH: ROYAL BOTANIC GARDE +UKE00105889 56.0039 -2.5258 23.0 DUNBAR +UKE00105890 55.7031 -3.3667 253.0 BLYTH BRIDGE +UKE00105891 55.5408 -2.9050 168.0 BOWHILL +UKE00105892 55.2339 -2.5789 201.0 KIELDER CASTLE +UKE00105893 55.2150 -1.6858 95.0 MORPETH: COCKLE PARK +UKE00105894 54.1050 0.6417 175.0 HIGH MOWTHORPE +UKE00105895 53.1467 0.3489 6.0 SKEGNESS +UKE00105897 51.9589 1.0267 7.0 EAST BERGHOLT +UKE00105898 52.1231 0.9617 89.0 WATTISHAM +UKE00105899 52.4889 1.7500 25.0 LOWESTOFT +UKE00105900 51.8067 0.3581 128.0 ROTHAMSTED +UKE00105901 51.7317 0.4308 32.0 WRITTLE +UKE00105902 54.1000 -2.1617 381.0 MALHAM TARN +UKE00105903 53.8131 -1.7739 134.0 BRADFORD +UKE00105904 53.3808 -1.4900 131.0 SHEFFIELD +UKE00105905 53.2567 -1.9131 307.0 BUXTON +UKE00105906 53.0050 -1.2500 117.0 NOTTINGHAM: WATNALL +UKE00105907 53.2231 -1.1150 46.0 WARSOP +UKE00105908 52.6800 -1.2158 119.0 NEWTOWN LINFORD +UKE00105909 52.2058 -1.6031 47.0 WELLESBOURNE +UKE00105910 52.9981 -2.2700 179.0 KEELE +UKE00105911 52.1117 -2.3067 62.0 MALVERN +UKE00105912 52.4367 -2.0750 153.0 HALESOWEN +UKE00105913 57.6131 -5.3100 25.0 KINLOCHEWE +UKE00105914 52.2117 -2.9681 155.0 LYONSHALL +UKE00105915 51.5608 0.1789 137.0 HAMPSTEAD +UKE00105917 51.1850 0.9481 56.0 WYE +UKE00105918 51.3458 1.3400 49.0 MANSTON +UKE00105919 50.7808 0.6758 7.0 BOGNOR REGIS +UKE00105920 50.7589 0.2850 7.0 EASTBOURNE +UKE00105921 50.8550 0.5717 45.0 HASTINGS +UKE00105922 51.6031 -1.1081 48.0 WALLINGFORD +UKE00105923 50.7789 -1.8339 10.0 HURN +UKE00105924 50.7417 -1.5739 16.0 EVERTON +UKE00105925 51.1231 -1.4381 117.0 LECKFORD +UKE00105926 50.7839 0.9839 4.0 HAYLING ISLAND +UKE00105927 51.1767 0.8481 115.0 ALICE HOLT LODGE +UKE00105929 57.0139 -6.2867 5.0 RHUM: KINLOCH +UKE00105930 56.0281 -4.9858 12.0 BENMORE: YOUNGER BOTANIC GARDE +UKE00105931 55.8389 -5.0639 43.0 BUTE: ROTHESAY +UKE00105932 55.4167 -3.7589 393.0 LEADHILLS +UKE00105933 55.7000 -3.6331 208.0 CARNWATH +UKE00107640 56.4967 -6.8867 9.0 TIREE +UKE00107650 51.4789 0.4489 25.0 HEATHROW +UKE00107663 49.4331 -2.6000 101.0 GUERNSEY: AIRPORT +UKE00107962 51.0058 -2.6400 20.0 YEOVILTON +UKE00108854 54.0850 -4.6331 16.0 RONALDSWAY +UKE00108855 52.7450 0.2900 2.0 TERRINGTON ST CLEMENT +UKE00115807 57.0108 -3.3958 327.0 BRAEMAR-1 +UKE00115811 52.4831 1.7308 18.0 LOWESTOFT MONKTON AVENUE +UKE00156832 53.7742 -3.0381 10.0 BLACKPOOL SQUIRES GATE +UKE00156836 51.1614 -1.7531 126.0 BOSCOMBE DOWN +UKE00156840 54.9342 -2.9619 28.0 CARLISLE +UKE00156844 53.8275 -1.1467 6.0 CAWOOD +UKE00156848 53.0306 0.5017 63.0 CRANWELL +UKE00156852 54.7678 -1.5842 102.0 DURHAM +UKE00156856 51.4306 -2.1131 49.0 LACOCK +UKE00156860 57.7117 -3.3217 7.0 LOSSIEMOUTH +UKE00156864 52.4008 0.2353 41.0 MONKS WOOD +UKE00156868 54.0758 -2.8581 7.0 MORECAMBE NO 2 +UKE00156872 52.0994 -2.0583 37.0 PERSHORE COLLEGE +UKE00156876 52.8358 -1.2494 43.0 SUTTON BONINGTON +UKE00156880 50.5750 -1.2956 20.0 WIGHT ST CATHERINES POINT +UKE00156884 51.3103 0.4744 38.0 WISLEY +UKE00156888 52.0142 0.5942 89.0 WOBURN +UKM00003014 60.1170 -2.0670 13.0 FOULA NO2 03014 +UKM00003017 58.9580 -2.9050 15.5 KIRKWALL 03017 +UKM00003066 57.6490 -3.5610 6.7 KINLOSS 03066 +UKM00003091 57.1800 -2.2000 102.0 CRAIBSTONE 03091 +UKM00003100 56.4990 -6.8690 11.6 TIREE 03100 +UKM00003171 56.3730 -2.8680 11.6 LEUCHARS 03171 +UKM00003257 54.3000 -1.5300 40.0 LEEMING 03257 +UKM00003334 53.3500 -2.2800 69.0 RINGWAY 03334 +UKM00003414 52.8000 -2.6700 72.0 SHAWBURY 03414 +UKM00003502 52.1330 -4.5670 134.0 ABERPORTH 03502 +UKM00003590 52.1270 0.9560 86.6 WATTISHAM 03590 +UKM00003740 51.5050 -1.9930 156.4 LYNEHAM 03740 +UKM00003772 51.4780 -0.4610 25.3 HEATHROW 03772 +UKM00003862 50.7800 -1.8430 11.6 BOURNEMOUTH 03862 +UKM00003917 54.6580 -6.2160 81.7 ALDERGROVE 03917 +UKW00015014 52.3833 0.4167 74.1 MOLESWORTH +UKW00015015 52.3000 0.5333 92.0 CHELVESTON +UKW00015018 52.1000 0.0500 30.2 BASSINGBOURN +UKW00015027 53.3833 -2.6500 27.1 WARRINGTON +UKW00015033 52.3667 0.2167 49.1 HUNTINGTON +UKW00015034 52.3500 0.1167 40.2 WYTON +UKW00015035 53.1667 0.5167 72.2 WADDINGTON +UKW00015036 51.7500 -1.5833 91.1 OXFORD +UKW00015037 51.9333 -1.2500 133.2 UPPER HEYFORD +UKW00015038 51.6833 -1.7833 91.1 FAIRFORD +UKW00015040 51.3833 -1.2833 125.3 GREENHAM +UKW00015041 53.3667 0.6833 21.0 STURGATE +UKW00015042 52.4667 -1.1167 151.2 BRUNTINGTHORPE +UKW00035034 52.4000 0.5667 10.1 LAKENHEATH RAF 03583 +UKW00035035 52.6500 0.5500 27.1 MARHAM +UKW00035036 52.8500 0.7667 68.3 SCULTHORPE +UKW00035046 52.3667 0.4833 10.1 MILDENHALL 03577 +UKW00035047 51.3500 1.3667 44.2 MANSTON 03797 +UKW00035048 52.1333 1.4333 26.2 BENTWATERS +UKW00035049 52.3167 0.9167 61.3 STANTON +UKW00035050 51.9667 0.5000 101.2 WETHERSFIELD +UKW00035051 52.0833 1.4000 29.3 WOODBRIDGE +UKW00035052 53.1333 0.0000 19.2 EAST KIRKBY +UKW00035054 51.2833 0.4000 91.1 WEST MALLING +UPM00033049 52.1830 32.5830 161.0 SEMENOVKA 33049 +UPM00033058 52.0500 33.9500 190.0 DRUZHBA 33058 +UPM00033067 51.5000 23.8000 164.0 SVITYAZ' 33067 +UPM00033075 51.8000 25.5000 149.0 LUBESHOV 33075 +UPM00033088 51.3000 26.7000 153.0 SARNY 33088 +UPM00033135 51.4000 31.3000 137.0 CERNIGOV 33135 +UPM00033136 51.8000 31.9000 127.0 SHORS 33136 +UPM00033146 51.8000 33.0000 195.0 POKOSSICHI 33146 +UPM00033149 51.4000 32.7000 119.0 NOVIE_MLINI 33149 +UPM00033156 51.6830 33.9170 180.0 GLUKHOV 33156 +UPM00033173 51.2000 24.8000 174.0 KOVEL' 33173 +UPM00033177 50.8330 24.3170 194.0 VOLODYMYR-VOLYNSKYI 33177 +UPM00033182 51.2830 25.5330 183.0 MANEVICHI 33182 +UPM00033187 50.7000 25.5000 192.0 LUCK,AMSG 33187 +UPM00033203 51.5000 27.7000 181.0 OLEVSK 33203 +UPM00033213 51.3170 28.7830 170.0 OVRUCH 33213 +UPM00033215 50.9500 28.6500 189.0 KOROSTEN 33215 +UPM00033222 51.2170 29.4170 137.0 VOLYA 33222 +UPM00033228 50.7000 29.5830 132.0 TETERIV 33228 +UPM00033231 51.2830 30.2330 127.0 CHORNOBYL 33231 +UPM00033236 50.9500 30.8830 104.0 OSTER 33236 +UPM00033246 51.0500 31.9000 126.0 NIZHYN 33246 +UPM00033261 51.2330 33.2000 149.0 KONOTOP 33261 +UPM00033268 50.7670 33.4500 169.0 ROMNY 33268 +UPM00033271 51.1500 34.3330 156.0 BELOPOLE 33271 +UPM00033275 50.8500 34.6670 181.0 SUMY 33275 +UPM00033287 50.2500 23.6330 251.0 RAVA-RUSKA 33287 +UPM00033288 50.1000 24.3500 228.0 KAMENKA-BUGSKAYA 33288 +UPM00033296 50.4170 25.7500 216.0 DUBNO 33296 +UPM00033297 50.1000 25.1500 228.0 BRODY 33297 +UPM00033299 50.1000 25.7170 302.0 KREMENEC 33299 +UPM00033301 50.5830 26.1330 231.0 RIVNE 33301 +UPM00033312 50.6000 27.6330 218.0 NOVOHRAD-VOLYNSKYI 33312 +UPM00033317 50.1700 27.0500 277.0 SHEPETIVKA GSN 33317 +UPM00033325 50.2330 28.7330 224.0 ZHYTOMYR 33325 +UPM00033339 50.0830 29.9170 209.0 FASTOV 33339 +UPM00033342 50.6000 30.1000 0.0 NEMESHAEVO 33342 +UPM00033345 50.4000 30.5331 166.0 KIEV 33345 +UPM00033347 50.3330 30.9670 122.0 BORYSPIL 33347 +UPM00033354 50.3000 31.3000 98.0 BARISHEVKA 33354 +UPM00033356 50.2170 31.8000 128.0 YAHOTYN 33356 +UPM00033362 50.5830 32.3830 133.0 PRILUKY 33362 +UPM00033368 50.1330 32.4500 114.0 GREBENKA 33368 +UPM00033374 50.3670 33.2670 127.0 LOHVICA 33374 +UPM00033376 50.3670 33.9830 154.0 HADIACH 33376 +UPM00033377 50.0200 33.0000 156.0 LUBNY GSN 33377 +UPM00033382 50.5830 34.4830 142.0 LEBEDIN 33382 +UPM00033391 49.8000 23.1500 216.0 MOSTISKA 33391 +UPM00033392 49.9330 23.3830 229.0 YAVOROV 33392 +UPM00033393 49.8167 23.9500 323.0 LVIV 33393 +UPM00033397 49.5000 23.2000 302.0 SAMBOR 33397 +UPM00033398 49.3500 23.5170 276.0 DROHOBYCH 33398 +UPM00033409 49.4330 24.9500 304.0 BEREZHANY 33409 +UPM00033415 49.5330 25.6670 329.0 TERNOPIL 33415 +UPM00033421 49.9000 26.2000 251.0 YAMPOL' 33421 +UPM00033429 49.4330 26.9830 350.0 KHMELNYTSKYI 33429 +UPM00033439 49.6000 27.9000 284.0 HMEL'NIK 33439 +UPM00033446 49.7000 28.9000 257.0 BELOPOL'E,VINNIC 33446 +UPM00033464 49.7500 30.1170 180.0 BILA TSERKVA 33464 +UPM00033466 49.6670 31.0000 153.0 MYRONIVKA 33466 +UPM00033475 49.7000 31.5000 93.0 KANEV 33475 +UPM00033484 49.4100 32.0300 94.0 ZOLOTONOSHA 33484 +UPM00033487 49.4000 32.1000 105.0 CERKASSY 33487 +UPM00033495 49.6170 33.2670 96.0 VESELYI PODIL 33495 +UPM00033506 49.6000 34.5664 160.0 POLTAVA 33506 +UPM00033511 49.1170 23.0330 588.0 TURKA 33511 +UPM00033513 49.3000 23.9000 294.0 STPIY 33513 +UPM00033514 48.9000 22.4670 195.0 VELIKIY BEREZNY 33514 +UPM00033515 48.7000 23.2000 -999.9 PLAY 33515 +UPM00033516 48.9000 23.5000 592.0 SLAVSKO 33516 +UPM00033517 48.8000 23.1000 496.0 NIGNIE_VOROTA 33517 +UPM00033518 48.7000 23.4000 615.0 NIGNIY_STUDENIY 33518 +UPM00033524 48.9000 24.0000 470.0 DOLINA 33524 +UPM00033526 48.9670 24.7000 280.0 IVANO-FRANKIVSK 33526 +UPM00033536 49.0170 25.8000 318.0 CHORTKIV 33536 +UPM00033548 48.6500 26.6670 222.0 KAMIANETS-PODIL SKY 33548 +UPM00033557 48.8500 27.2670 290.0 NOVA USHYTSIA 33557 +UPM00033562 49.2331 28.6000 298.0 VINNYTSIA 33562 +UPM00033564 49.0500 28.1000 304.0 ZMERINKA 33564 +UPM00033571 49.2500 29.2330 299.0 LIPOVEC 33571 +UPM00033577 48.8000 29.4000 211.0 HAISYN 33577 +UPM00033581 49.2500 30.1000 224.0 ZHASHKOV 33581 +UPM00033586 48.9000 30.9000 214.0 OZERNA 33586 +UPM00033587 48.7700 30.2300 214.0 UMAN GSN 33587 +UPM00033593 49.2000 31.9000 98.0 IMENY_T.G.SHEVCHENKO 33593 +UPM00033598 48.7830 31.6330 146.0 NOVOMIRGOROD 33598 +UPM00033605 49.0830 32.6670 124.0 CHYHYRYN 33605 +UPM00033609 48.7170 32.6670 181.0 ZNAMIANKA 33609 +UPM00033614 49.0500 33.2500 0.0 SVETLOVODSK 33614 +UPM00033615 49.0330 33.4330 80.0 KREMENCUG 33615 +UPM00033621 49.1500 34.2000 118.0 KOBELIAKY 33621 +UPM00033631 48.6331 22.2667 124.0 UZHHOROD 33631 +UPM00033633 48.5000 23.5000 456.0 MEJGOR'E 33633 +UPM00033634 48.2000 22.6000 112.0 BEREGOVO 33634 +UPM00033638 48.1830 23.4500 182.0 KHUST 33638 +UPM00033645 48.5000 24.6000 531.0 YAREMCHA 33645 +UPM00033646 48.2000 24.5000 1429.0 POGEGEVSKAYA 33646 +UPM00033647 48.0500 24.3000 576.0 RAKHOV 33647 +UPM00033651 48.5330 25.0330 298.0 KOLOMYIA 33651 +UPM00033657 47.8670 25.2170 763.0 SELIATYN 33657 +UPM00033658 48.3667 25.9000 246.0 CHERNIVTSI 33658 +UPM00033662 48.5700 27.4500 0.0 NOVODNESTROVSK 33662 +UPM00033663 48.4500 27.7830 78.0 MOHYLIV-PODILSKYI 33663 +UPM00033664 48.3500 27.0830 261.0 BRICENI 33664 +UPM00033676 48.3670 28.8670 0.0 GORYACHKOVKA 33676 +UPM00033686 48.3500 29.8670 175.0 GAYVORON 33686 +UPM00033699 48.0500 30.8500 103.0 PERVOMAISK 33699 +UPM00033705 48.2330 31.4000 211.0 POMICHNA 33705 +UPM00033711 48.5170 32.2000 171.0 KIROVOHRAD 33711 +UPM00033717 48.0670 32.1500 143.0 BOBRYNETS 33717 +UPM00033719 48.1000 32.8000 191.0 DOLINSKAYA 33719 +UPM00033723 48.4330 33.9000 118.0 KOMISARIVKA 33723 +UPM00033732 48.5000 34.6000 148.0 DNEPRODZERJINSK 33732 +UPM00033759 47.3330 29.8830 191.0 ZATIS'E 33759 +UPM00033761 47.8500 30.2670 183.0 LIUBASHIVKA 33761 +UPM00033777 47.5670 31.3330 34.0 VOZNESENSK 33777 +UPM00033788 47.4170 32.4670 84.0 BASTANKA 33788 +UPM00033791 47.9000 33.4000 100.0 KRIVOJ_ROG 33791 +UPM00033801 47.9000 34.2000 83.0 LOSHKAREVKA 33801 +UPM00033805 47.5830 34.4500 55.0 NIKOPOL 33805 +UPM00033830 46.2000 30.4000 0.0 BELGOROD-DNESTROVSKII 33830 +UPM00033833 47.0170 30.7500 73.0 SERBKA 33833 +UPM00033834 46.8500 30.0830 148.0 ROZDILNA 33834 +UPM00033836 46.3000 30.7000 16.0 IL'ICHEVSK 33836 +UPM00033837 46.4800 30.6300 42.0 ODESA 33837 +UPM00033845 46.8330 31.4000 42.0 TILIGULO-BEREZANKA 33845 +UPM00033846 46.9667 31.9831 49.0 NIKOLAEV 33846 +UPM00033848 46.6330 31.5500 41.0 OCHAKOV 33848 +UPM00033862 47.3170 33.2830 56.0 VELYKA OLEKSANDRIVK 33862 +UPM00033869 46.7830 33.3670 25.0 NOVA KAKHOVKA 33869 +UPM00033877 46.8500 34.4000 53.0 NIZHNI SIROHOZY 33877 +UPM00033887 45.6670 28.6170 81.0 BOLGRAD 33887 +UPM00033889 45.3667 28.8500 28.0 IZMAIL 33889 +UPM00033896 46.0170 29.6670 14.0 SARATA 33896 +UPM00033898 45.4000 29.6000 0.0 VILKOVO 33898 +UPM00033902 46.6330 32.5670 54.0 KHERSON 33902 +UPM00033907 46.3000 32.3000 6.0 BEHTERY 33907 +UPM00033910 46.1667 34.8167 15.0 HENICHESK 33910 +UPM00033913 46.2000 34.7000 30.0 POPELAK 33913 +UPM00033915 46.5000 33.9000 28.0 ASKANIIA NOVA GSN 33915 +UPM00033917 46.0700 33.3000 7.0 KHORLY 33917 +UPM00033921 45.7500 33.2170 16.0 STEREGUSCIJ 33921 +UPM00033922 45.8000 33.5000 17.0 RAZDOL'NOE 33922 +UPM00033924 45.5170 32.7000 10.0 CHORNOMORSKE 33924 +UPM00033929 45.1830 33.3670 6.0 YEVPATORIIA 33929 +UPM00033933 45.9000 33.8000 2.0 ISHUN' 33933 +UPM00033934 45.7170 34.4000 8.0 DZANKOJ 33934 +UPM00033939 45.5000 34.2000 37.0 KLEPININO 33939 +UPM00033945 44.8330 33.9500 176.0 POSHTOVE 33945 +UPM00033946 44.7000 34.1331 181.0 SIMFEROPOL 33946 +UPM00033958 44.8000 34.3000 -999.9 ANGARSKIY,PEREVAL 33958 +UPM00033959 44.6830 34.4330 7.0 ALUSHTA 33959 +UPM00033960 44.9000 34.5000 987.0 KARABY-YALA 33960 +UPM00033961 45.9000 34.9000 4.0 STRELKOVOE 33961 +UPM00033962 45.4500 34.7330 20.0 NYZHNIOHIRSK 33962 +UPM00033966 45.1000 34.6000 0.0 BELOGORSK 33966 +UPM00033973 45.1670 35.3830 37.0 VLADISLAVOVKA 33973 +UPM00033976 45.0331 35.3831 22.0 FEODOSIIA 33976 +UPM00033981 45.4670 35.8670 101.0 CAPE KAZANTIP (LH) 33981 +UPM00033983 45.4000 36.4167 49.0 KERCH 33983 +UPM00033986 45.4000 36.6000 2.0 OPASNOE 33986 +UPM00033990 44.4830 34.1670 72.0 YALTA 33990 +UPM00033991 44.6200 33.5300 7.0 SEVASTOPOL',MGS 33991 +UPM00033992 44.6000 33.9000 218.0 GOLUBINKA 33992 +UPM00033994 44.6000 33.4000 2.0 HERSONSSKIY,MAYAK 33994 +UPM00033995 44.5000 34.3000 208.0 NIKITSKIY_SAD 33995 +UPM00033996 44.4000 33.8000 268.0 ORLINOE 33996 +UPM00033999 44.4700 34.0700 1180.0 AI-PETRI 33999 +UPM00034208 50.3000 36.2000 173.0 KAZACH'YA_LOPAN' 34208 +UPM00034300 49.9667 36.1331 155.0 KHARKIV 34300 +UPM00034302 50.2000 35.5330 203.0 BOHODUKHIV 34302 +UPM00034304 49.8500 35.2330 178.0 KOLOMAK 34304 +UPM00034312 50.0670 37.3830 175.0 VELYKYI BURLUK 34312 +UPM00034317 49.6000 36.5000 102.0 KOMSOMOL'SKOE 34317 +UPM00034319 49.6330 37.7000 83.0 KUPIANSK 34319 +UPM00034401 49.3830 35.4500 159.0 KRASNOHRAD 34401 +UPM00034407 48.8000 35.3000 132.0 GUBINIHA 34407 +UPM00034409 48.9000 36.3170 177.0 LOZOVA 34409 +UPM00034415 49.1830 37.3000 78.0 IZIUM 34415 +UPM00034419 48.9670 37.8330 107.0 KRASNY LIMAN 34419 +UPM00034421 49.4170 38.1670 89.0 SVATOVE 34421 +UPM00034422 49.2830 38.9170 64.0 STAROBELSK 34422 +UPM00034434 49.2170 39.5830 75.0 BILOVODSK 34434 +UPM00034502 48.6000 35.9000 66.0 PAVLOGRAD 34502 +UPM00034504 48.6000 34.9670 143.0 DNIPROPETROVSK 34504 +UPM00034505 48.4000 35.5000 146.0 SINELNIKOVO 34505 +UPM00034509 48.1330 36.2330 175.0 CHAPLYNE 34509 +UPM00034510 48.6000 37.9830 124.0 ARTEMIVSK 34510 +UPM00034514 48.3000 36.9000 198.0 KRASNOARMEYSKOE 34514 +UPM00034519 48.0670 37.7670 225.0 DONETSK 34519 +UPM00034523 48.5667 39.2500 59.0 LUGANSK 34523 +UPM00034524 48.4000 38.4000 335.0 DEBALTSEVE 34524 +UPM00034537 48.0830 39.5000 302.0 DARIVKA 34537 +UPM00034601 47.9000 35.3000 86.0 ZAPOROZ'E 34601 +UPM00034606 47.6670 36.2500 135.0 GULYAYPOLE 34606 +UPM00034607 47.2670 35.3330 88.0 PRYSHYB 34607 +UPM00034609 47.3330 36.3330 221.0 KYRYLIVKA 34609 +UPM00034615 47.6170 37.3500 267.0 VOLNOVAKHA 34615 +UPM00034616 47.7000 37.5000 236.0 VELIKO-ANADOL'SKOE 34616 +UPM00034622 47.8000 38.5170 164.0 AMVROSIIVKA 34622 +UPM00034704 46.8330 35.3670 34.0 MELITOPOL 34704 +UPM00034708 46.6830 35.8500 19.0 BOTIEVE 34708 +UPM00034712 47.1000 37.6000 8.0 MARIUPOL' 34712 +UPM00034717 46.7500 36.7830 2.0 BERDYANSK 34717 +US009052008 43.7333 -96.6333 482.0 SD SIOUX FALLS (ENVIRON. CANADA) +US10RMHS145 40.5268 -105.1113 1569.1 CO RMHS 1.6 SSW +US10adam001 40.5680 -98.5069 598.0 NE JUNIATA 1.5 S +US10adam002 40.5093 -98.5493 601.1 NE JUNIATA 6.0 SSW +US10adam003 40.4663 -98.6537 615.1 NE HOLSTEIN 0.1 NW +US10adam004 40.4798 -98.4026 570.0 NE AYR 3.5 NE +US10adam006 40.4372 -98.5912 601.1 NE ROSELAND 2.8 SW +US10adam007 40.5389 -98.4713 588.9 NE HASTINGS 5.4 WSW +US10adam008 40.4953 -98.2973 566.9 NE GLENVIL 2.3 WSW +US10adam010 40.5532 -98.6297 622.1 NE JUNIATA 6.9 WSW +US10adam011 40.4078 -98.6161 593.1 NE ROSELAND 5.2 SW +US10adam012 40.6200 -98.3900 588.9 NE HASTINGS 2.3 N +US10adam013 40.6600 -98.4200 598.0 NE HASTINGS 5.3 NNW +US10adam015 40.6258 -98.7034 632.2 NE KENESAW 2.4 W +US10adam016 40.6400 -98.3949 598.0 NE HASTINGS 3.7 N +US10adam017 40.6567 -98.4789 607.2 NE JUNIATA 4.8 NNE +US10adam019 40.6114 -98.5543 619.0 NE JUNIATA 2.9 WNW +US10adam022 40.5936 -98.4299 597.1 NE HASTINGS 2.2 W +US10adam023 40.5981 -98.4732 602.0 NE JUNIATA 1.8 ENE +US10adam024 40.3901 -98.2715 548.9 NE BLUE HILL 6.3 ENE +US10adam025 40.6004 -98.3986 587.0 NE HASTINGS 1.1 NW +US10adam027 40.5998 -98.4723 597.1 NE JUNIATA 1.9 ENE +US10adam028 40.4653 -98.6517 616.0 NE HOLSTEIN 0.1 ESE +US10adam029 40.5536 -98.3166 0.0 NE HASTINGS 4.4 ESE +US10adam032 40.3571 -98.4208 0.0 NE BLUE HILL 2.2 NE +US10adam033 40.4127 -98.3538 0.0 NE GLENVIL 8.3 SW +US10adam034 40.6129 -98.6482 0.0 NE KENESAW 0.8 SE +US10adam035 40.6070 -98.4588 0.0 NE JUNIATA 2.7 ENE +US10adam036 40.5609 -98.4020 0.0 NE HASTINGS 1.9 SSW +US10adam039 40.6020 -98.4048 0.0 NE HASTINGS 1.4 NW +US10adam041 40.4340 -98.4389 0.0 NE AYR 0.3 SSE +US10adam043 40.5917 -98.5092 0.0 NE JUNIATA 0.2 WNW +US10adam045 40.6121 -98.3888 0.0 NE HASTINGS 1.8 N +US10adam046 40.5443 -98.4208 0.0 NE HASTINGS 3.3 SW +US10adam047 40.5917 -98.4287 0.0 NE HASTINGS 2.1 W +US10adam051 40.4166 -98.5341 0.0 NE ROSELAND 3.9 SSE +US10adam056 40.5800 -98.3717 0.0 NE HASTINGS 1.0 ESE +US10adam057 40.6607 -98.5535 0.0 NE PROSSER 2.2 SE +US10ante003 42.3374 -98.2405 0.0 NE ORCHARD 0.2 ENE +US10arth002 41.3955 -101.4074 1068.9 NE PAXTON 18.9 N +US10bann001 41.6581 -103.6151 1278.0 NE HARRISBURG 9.5 NE +US10bann005 41.6415 -103.9481 1375.0 NE HARRISBURG 12.4 WNW +US10bann006 41.5589 -103.7407 1366.1 NE HARRISBURG 0.2 NW +US10bann007 41.5037 -103.7634 0.0 NE SCOTTSBLUFF 25.5 SSW +US10bann008 41.6363 -103.6842 1288.1 NE HARRISBURG 6.2 NE +US10bann009 41.6804 -103.6852 0.0 NE GERING 10.1 S +US10blai001 41.9138 -99.9644 797.1 NE DUNNING 9.4 ENE +US10blai003 41.7609 -100.2353 841.9 NE DUNNING 8.2 WSW +US10blai004 41.9043 -100.2657 826.9 NE HALSEY 0.2 ENE +US10blai005 42.0189 -100.1227 0.0 NE PURDUM 7.5 ESE +US10blai006 42.0715 -100.0649 0.0 NE DUNNING 16.9 N +US10blai008 41.8030 -100.2225 819.9 NE DUNNING 6.4 WSW +US10blai010 41.9224 -99.7449 746.2 NE BREWSTER 6.4 E +US10blai011 41.8838 -100.1740 0.0 NE DUNNING 5.3 NW +US10blai012 41.8194 -100.1071 0.0 NE DUNNING 0.6 SSW +US10boon002 41.5249 -97.9933 540.1 NE SAINT EDWARD 7.3 WSW +US10boon003 41.7571 -98.2343 627.0 NE ALBION 12.9 WNW +US10boon004 41.6840 -97.9872 530.0 NE ALBION 1.0 ESE +US10boon005 41.6402 -97.9951 573.9 NE ALBION 3.5 S +US10boon006 41.5020 -98.1580 591.0 NE CEDAR RAPIDS 4.1 SSW +US10boon007 41.8655 -98.2295 580.9 NE PETERSBURG 7.9 W +US10boon008 41.6273 -98.2379 573.0 NE PRIMROSE 0.3 N +US10boon009 41.6685 -97.8945 552.9 NE ALBION 5.9 ESE +US10boon010 41.6689 -98.1166 548.9 NE ALBION 6.1 W +US10boon011 41.8518 -98.0448 613.9 NE PETERSBURG 1.8 E +US10box_001 42.1911 -102.9518 1250.0 NE ALLIANCE 7.4 NW +US10box_003 42.0170 -102.9953 1236.9 NE ALLIANCE 8.6 SW +US10box_004 42.1486 -102.7490 1196.0 NE ALLIANCE 7.2 ENE +US10box_005 42.3195 -103.0705 1299.1 NE HEMINGFORD 0.2 ESE +US10box_006 42.3653 -102.9952 1271.0 NE HEMINGFORD 5.1 ENE +US10box_007 42.1675 -102.8005 1206.1 NE ALLIANCE 5.9 NE +US10box_008 42.2712 -103.1410 1310.0 NE HEMINGFORD 4.9 SW +US10box_009 42.3968 -102.8848 1214.0 NE ALLIANCE 20.3 ENE +US10box_010 42.1160 -103.4295 1310.9 NE ALLIANCE 29.1 W +US10box_013 42.1138 -102.8901 0.0 NE ALLIANCE 1.2 NW +US10box_014 42.2981 -102.8596 0.0 NE ALLIANCE 13.6 N +US10box_020 42.3167 -103.0787 0.0 NE HEMINGFORD 0.4 SW +US10box_023 42.4093 -102.7894 0.0 NE ALLIANCE 21.7 NNE +US10box_024 42.3263 -102.9934 0.0 NE HEMINGFORD 4.2 E +US10box_030 42.2357 -103.3072 0.0 NE HEMINGFORD 13.5 WSW +US10boyd002 42.9095 -98.8492 552.9 NE BUTTE 0.1 S +US10boyd003 42.9141 -98.6603 513.0 NE SPENCER 3.5 NE +US10boyd005 42.9096 -98.8428 0.0 NE BUTTE 0.4 ESE +US10brow001 42.5359 -99.7092 0.0 NE LONG PINE 0.4 W +US10brow003 42.6360 -100.0150 783.9 NE JOHNSTOWN 5.0 NE +US10brow004 42.5375 -100.1208 794.9 NE JOHNSTOWN 4.0 WSW +US10brow005 42.6748 -99.7695 686.1 NE LONG PINE 15.7 ESE +US10brow006 42.5718 -100.0545 790.0 NE JOHNSTOWN 0.2 E +US10brow007 42.6988 -100.0668 0.0 NE JOHNSTOWN 8.8 N +US10brow008 42.3248 -100.0610 0.0 NE AINSWORTH 18.7 SW +US10brow009 42.3171 -100.0112 0.0 NE AINSWORTH 17.8 SSW +US10buff001 40.7826 -99.1023 662.0 NE KEARNEY 5.8 NNW +US10buff002 40.7062 -99.1142 694.9 NE KEARNEY 1.8 WNW +US10buff003 40.9445 -98.8465 641.0 NE RAVENNA 6.6 SE +US10buff004 40.6908 -99.0940 662.0 NE KEARNEY 0.9 SW +US10buff005 40.8588 -98.9216 0.0 NE GIBBON 8.6 NW +US10buff006 40.9223 -99.3868 726.9 NE MILLER 0.5 SE +US10buff007 40.9903 -98.8699 633.1 NE RAVENNA 3.3 SE +US10buff008 40.9593 -98.9631 626.1 NE RAVENNA 5.3 SW +US10buff010 40.9789 -99.0637 637.9 NE PLEASANTON 1.4 ENE +US10buff011 40.7725 -98.7306 618.1 NE SHELTON 0.5 SSE +US10buff012 40.7494 -98.8479 630.0 NE GIBBON 0.2 WNW +US10buff013 40.6995 -99.4062 691.9 NE ELM CREEK 2.2 WSW +US10buff015 40.8477 -99.3277 718.1 NE AMHERST 3.1 WNW +US10buff017 40.7236 -99.1035 677.0 NE KEARNEY 2.0 NW +US10buff018 40.6650 -99.0852 0.0 NE KEARNEY 2.4 S +US10buff019 40.9728 -98.8024 627.0 NE RAVENNA 6.8 ESE +US10buff020 40.7407 -99.0647 0.0 NE KEARNEY 3.0 NNE +US10buff025 40.7412 -99.1602 694.9 NE KEARNEY 5.0 WNW +US10buff034 40.8144 -98.8403 0.0 NE GIBBON 4.2 N +US10buff036 40.7853 -99.1653 0.0 NE RIVERDALE 0.2 WNW +US10buff039 40.8153 -98.8355 0.0 NE GIBBON 4.7 N +US10burt001 41.7267 -96.1557 307.8 NE TEKAMAH 5.0 SE +US10burt002 41.6965 -96.3619 388.9 NE CRAIG 6.2 S +US10burt003 41.8593 -96.4701 388.0 NE OAKLAND 1.6 N +US10burt004 41.7859 -96.4065 417.9 NE CRAIG 2.2 W +US10butl003 41.1229 -97.3670 480.1 NE SHELBY 5.7 SE +US10butl004 41.2190 -97.3490 0.0 NE RISING CITY 3.1 WNW +US10butl005 41.1850 -97.2542 484.9 NE RISING CITY 2.4 ESE +US10butl008 41.1580 -96.9952 490.1 NE BRAINARD 1.8 SSE +US10butl010 41.2963 -97.3493 502.0 NE RISING CITY 7.2 NNW +US10butl011 41.3221 -97.3465 451.1 NE BELLWOOD 5.8 W +US10butl013 41.3565 -97.2356 434.9 NE BELLWOOD 0.2 ESE +US10butl015 41.0706 -97.3672 0.0 NE ULYSSES 8.6 W +US10butl020 41.2557 -97.1301 0.0 NE DAVID CITY 0.2 N +US10cass001 40.9946 -95.8976 337.1 NE PLATTSMOUTH 1.4 SW +US10cass005 40.8650 -96.1171 335.9 NE WEEPING WATER 1.3 ESE +US10cass010 40.8048 -96.4467 0.0 NE EAGLE 1.2 SW +US10cass011 41.0289 -95.9874 0.0 NE PLATTSMOUTH 3.1 WNW +US10ceda001 42.6280 -97.2700 417.0 NE HARTINGTON 0.5 NW +US10ceda002 42.7652 -97.3027 401.1 NE ST. HELENA 4.1 SW +US10ceda003 42.4974 -97.4279 530.0 NE RANDOLPH 9.0 NNW +US10ceda004 42.6983 -97.4464 437.1 NE CROFTON 3.3 ESE +US10ceda005 42.8151 -97.4648 406.9 NE CROFTON 6.2 NNE +US10ceda006 42.4971 -97.2691 485.9 NE COLERIDGE 3.5 W +US10ceda008 42.6702 -97.1716 384.0 NE HARTINGTON 5.9 ENE +US10ceda009 42.5654 -97.1363 474.9 NE COLERIDGE 5.4 NE +US10ceda010 42.7432 -97.1706 366.1 NE WYNOT 0.2 NNW +US10ceda011 42.8013 -97.3680 392.9 NE FORDYCE 7.1 N +US10ceda012 42.5044 -97.2076 488.0 NE COLERIDGE 0.2 WSW +US10ceda013 42.6702 -97.1716 384.0 NE HARTINGTON 5.9 ENE +US10ceda014 42.3951 -97.0319 438.0 NE LAUREL 3.9 ESE +US10ceda015 42.3722 -97.3592 509.9 NE RANDOLPH 0.4 SSW +US10ceda016 42.5973 -97.0220 442.9 NE HARTINGTON 12.8 E +US10ceda017 42.6787 -97.4261 465.1 NE FORDYCE 3.6 WSW +US10ceda020 42.7043 -97.3915 0.0 NE FORDYCE 1.6 W +US10ceda021 42.8092 -97.2482 0.0 NE ST. HELENA 0.0 ESE +US10ceda026 42.7285 -97.2466 0.0 NE HARTINGTON 7.4 N +US10chas001 40.5158 -101.6451 1004.0 NE IMPERIAL 0.1 SW +US10chas002 40.4629 -101.5907 975.1 NE ENDERS 3.0 W +US10chas003 40.4085 -101.6227 1054.0 NE IMPERIAL 7.6 S +US10chas004 40.6257 -101.5369 1001.0 NE IMPERIAL 9.4 NE +US10chas005 40.5495 -101.7773 1015.9 NE IMPERIAL 7.3 WNW +US10chas006 40.4949 -101.8424 1028.1 NE CHAMPION 5.2 WNW +US10chas007 40.6290 -101.9119 1061.0 NE VENANGO 11.5 SE +US10chas008 40.5493 -101.9893 1072.0 NE LAMAR 1.7 SSW +US10chas009 40.6615 -101.4202 958.0 NE WAUNETA 17.0 NNW +US10chas010 40.5253 -101.6226 0.0 NE IMPERIAL 1.3 ENE +US10chas011 40.5667 -101.7244 1014.1 NE IMPERIAL 5.4 WNW +US10chas012 40.4836 -101.9051 1035.1 NE CHAMPION 8.3 W +US10chas013 40.6768 -101.9156 1068.0 NE VENANGO 8.9 SE +US10chas016 40.5227 -101.9864 1068.9 NE LAMAR 3.4 S +US10chas017 40.6122 -101.3454 990.0 NE ELSIE 16.4 S +US10chas018 40.5089 -101.3614 919.9 NE WAUNETA 6.3 N +US10chas019 40.5059 -101.4966 1021.1 NE ENDERS 4.0 NE +US10chas021 40.4253 -101.4242 908.9 NE WAUNETA 2.8 W +US10chas023 40.6832 -101.6432 1018.0 NE IMPERIAL 11.5 N +US10chas024 40.3657 -101.4365 1008.9 NE WAUNETA 5.0 S +US10chas025 40.4213 -101.7182 1015.9 NE CHAMPION 3.7 SSE +US10chas026 40.6249 -101.7822 1036.0 NE IMPERIAL 10.4 NW +US10chas027 40.4702 -101.7480 996.1 NE CHAMPION 0.0 WNW +US10chas028 40.4688 -101.5410 972.0 NE ENDERS 1.0 NNW +US10chas029 40.4434 -101.7821 1028.1 NE CHAMPION 2.6 SW +US10chas030 40.5789 -101.4193 969.0 NE WAUNETA 11.4 NNW +US10chas031 40.3793 -101.5415 1036.0 NE ENDERS 5.3 S +US10chas032 40.3773 -101.8550 1049.1 NE HAIGLER 25.5 NNE +US10chas033 40.3930 -101.7795 1029.0 NE CHAMPION 5.6 SSW +US10chas034 40.4309 -101.4868 930.9 NE WAUNETA 6.1 W +US10chas035 40.6539 -101.4379 0.0 NE WAUNETA 16.6 NNW +US10chas036 40.6376 -101.4573 0.0 NE IMPERIAL 12.8 ENE +US10chas037 40.4152 -101.3746 0.0 NE WAUNETA 0.3 SW +US10cher001 42.3495 -101.1024 989.1 NE MULLEN 21.4 N +US10cher004 42.1461 -100.5307 883.9 NE THEDFORD 11.8 NNE +US10cher005 42.8720 -100.5448 787.0 NE VALENTINE 0.4 E +US10cher006 42.3039 -100.2193 850.1 NE VALENTINE 42.9 SSE +US10cher007 42.9420 -100.7100 847.0 NE VALENTINE 9.5 WNW +US10cher008 42.9975 -100.2211 761.1 NE SPARKS 4.3 NNE +US10cher009 42.4568 -100.5756 904.0 NE VALENTINE 28.7 S +US10cher010 42.1980 -101.7770 1146.0 NE HYANNIS 13.7 N +US10cher011 42.6624 -100.4779 861.1 NE VALENTINE 15.0 SSE +US10cher012 42.4781 -100.9129 937.0 NE VALENTINE 33.1 SW +US10cher013 42.3536 -100.6312 900.1 NE BROWNLEE 4.5 N +US10cher014 42.2930 -100.3597 854.0 NE VALENTINE 41.2 SSE +US10cher016 42.9375 -101.2438 947.0 NE CODY 0.1 NE +US10cher017 42.7032 -100.6163 865.0 NE VALENTINE 12.2 SSW +US10cher018 42.9955 -101.7119 1004.9 NE MERRIMAN 5.3 N +US10cher019 42.8679 -101.4056 878.1 NE CODY 9.6 WSW +US10cher022 42.9816 -100.5682 846.1 NE VALENTINE 7.6 N +US10cher023 42.6315 -100.6702 879.0 NE VALENTINE 17.8 SSW +US10cher024 42.8200 -101.2825 862.9 NE CODY 8.2 SSW +US10cher025 42.6558 -100.2688 826.9 NE WOOD LAKE 2.0 WNW +US10cher026 42.4186 -101.5570 1075.0 NE WHITMAN 26.0 N +US10cher027 42.8978 -101.2733 0.0 NE CODY 3.0 SW +US10cher028 42.8151 -101.6130 0.0 NE CODY 20.9 WSW +US10cher032 42.6638 -100.6651 0.0 NE VALENTINE 15.6 SSW +US10chey002 41.2638 -102.8855 1277.1 NE GURLEY 6.0 SE +US10chey003 41.4098 -102.9720 1296.9 NE DALTON 0.2 NE +US10chey004 41.1548 -103.1077 1324.1 NE SIDNEY 6.8 W +US10chey005 41.0400 -102.9600 1307.0 NE SIDNEY 7.2 S +US10chey007 41.1270 -102.9700 1257.9 NE SIDNEY 1.2 SSE +US10chey008 41.1491 -102.6355 1175.0 NE SIDNEY 17.9 E +US10chey009 41.1059 -102.8108 1246.9 NE SIDNEY 9.1 ESE +US10chey010 41.3766 -103.0495 1323.1 NE DALTON 4.5 WSW +US10chey012 41.2225 -102.7260 1217.1 NE LODGEPOLE 6.9 NW +US10chey013 41.2369 -102.8361 1256.1 NE SIDNEY 9.9 ENE +US10chey014 41.3945 -103.0327 1323.1 NE DALTON 3.2 WSW +US10chey015 41.2922 -102.8016 1256.1 NE GURLEY 9.1 E +US10chey016 41.4140 -102.6950 1227.1 NE DALTON 14.6 E +US10chey017 41.2098 -103.2978 1332.0 NE POTTER 1.1 ESE +US10chey018 41.3722 -103.1112 1338.1 NE DALTON 7.6 WSW +US10chey019 41.3264 -102.9948 1310.9 NE GURLEY 1.3 W +US10chey021 41.1554 -102.9844 1282.9 NE SIDNEY 0.9 NNW +US10chey022 41.1271 -102.9594 1257.0 NE SIDNEY 1.5 SE +US10chey024 41.4188 -102.9737 1296.9 NE DALTON 0.6 S +US10chey025 41.1289 -102.9701 1247.9 NE SIDNEY 0.7 S +US10chey026 41.2586 -103.2644 1385.0 NE POTTER 3.9 NE +US10chey027 41.1772 -103.2022 1367.0 NE POTTER 6.6 ESE +US10chey028 41.0317 -102.9277 1296.9 NE SIDNEY 8.1 SSE +US10chey029 41.3956 -103.3643 1414.0 NE POTTER 12.5 NNW +US10chey030 41.3903 -103.2967 1382.9 NE POTTER 12.0 N +US10chey031 41.1750 -102.6462 0.0 NE LODGEPOLE 1.2 NE +US10chey032 41.0675 -102.6314 1234.1 NE LODGEPOLE 5.7 S +US10chey033 41.0246 -103.2684 1389.9 NE SIDNEY 17.2 WSW +US10chey034 41.2661 -102.9896 1297.8 NE SIDNEY 8.5 N +US10chey035 41.1180 -103.1154 1285.0 NE SIDNEY 7.3 W +US10chey036 41.1334 -103.2254 1328.0 NE SIDNEY 12.9 W +US10chey037 41.0622 -103.2221 1323.1 NE SIDNEY 14.1 WSW +US10chey038 41.2362 -102.6945 1206.1 NE LODGEPOLE 8.5 NNW +US10chey040 41.3504 -103.2507 1382.9 NE POTTER 9.8 NNE +US10chey041 41.2020 -103.1630 1296.9 NE SIDNEY 10.4 WNW +US10chey045 41.2807 -102.9306 1289.0 NE GURLEY 3.6 SE +US10chey046 41.1890 -103.2204 1330.1 NE POTTER 5.4 ESE +US10chey047 41.0054 -102.9378 0.0 NE SIDNEY 23.8 ESE +US10chey049 41.0492 -103.1975 0.0 NE SIDNEY 13.1 WSW +US10chey053 41.0856 -102.6689 0.0 NE LODGEPOLE 35.9 N +US10chey056 41.3499 -102.8094 0.0 NE DALTON 9.5 ESE +US10chey060 41.1339 -102.9777 0.0 NE SIDNEY 0.6 S +US10clay002 40.3504 -97.8970 512.1 NE EDGAR 4.2 ESE +US10clay004 40.5318 -98.1070 552.9 NE CLAY CENTER 2.8 W +US10clay005 40.4019 -97.9945 530.0 NE EDGAR 2.4 NW +US10clay007 40.5099 -98.2439 561.1 NE GLENVIL 0.7 ENE +US10clay008 40.4549 -98.0329 537.1 NE CLAY CENTER 4.8 SSE +US10clay009 40.6115 -98.2773 570.9 NE HASTINGS 6.1 ENE +US10clay012 40.6698 -98.1668 559.0 NE HARVARD 5.0 NW +US10clay013 40.4615 -98.0694 544.1 NE FAIRFIELD 2.8 NE +US10clay015 40.6114 -97.8523 515.1 NE SUTTON 0.6 NE +US10clay017 40.4517 -97.9066 527.0 NE EDGAR 6.5 NE +US10clay018 40.5260 -98.0537 547.1 NE CLAY CENTER 0.3 NNE +US10clay019 40.5402 -98.2414 566.0 NE CLAY CENTER 9.8 W +US10clay020 40.5245 -98.1652 556.9 NE CLAY CENTER 6.7 W +US10clay021 40.4813 -98.1273 548.0 NE CLAY CENTER 4.7 WSW +US10clay023 40.4473 -98.0466 537.1 NE CLAY CENTER 5.2 S +US10clay024 40.6942 -98.0532 530.0 NE HARVARD 5.7 NNE +US10clay025 40.4224 -98.2226 552.0 NE FAIRFIELD 6.1 W +US10clay027 40.4522 -98.2156 0.0 NE GLENVIL 4.3 SE +US10clay029 40.4086 -98.1087 0.0 NE FAIRFIELD 1.6 S +US10clay037 40.5967 -97.8673 0.0 NE SUTTON 0.7 SW +US10clay039 40.6236 -98.0925 0.0 NE HARVARD 0.2 ESE +US10clay041 40.5199 -98.0526 0.0 NE CLAY CENTER 0.2 ESE +US10clay044 40.6101 -97.8621 0.0 NE ONG 7.2 N +US10colf001 41.7014 -97.0731 460.9 NE CLARKSON 3.1 ESE +US10colf002 41.5837 -97.0027 438.0 NE ROGERS 9.3 NW +US10colf003 41.5960 -97.1614 487.1 NE CLARKSON 9.3 SSW +US10colf005 41.4186 -97.2521 430.1 NE COLUMBUS 6.2 E +US10cumi002 41.8049 -96.6907 431.0 NE WEST POINT 2.7 SSE +US10cumi003 41.8664 -96.7995 431.0 NE WEST POINT 5.0 WNW +US10cumi005 41.9103 -96.6379 424.9 NE WEST POINT 6.0 NE +US10cumi006 41.9826 -96.9095 417.0 NE WISNER 0.4 SE +US10cumi007 41.8200 -96.7100 406.0 NE WEST POINT 1.5 S +US10cumi008 41.9301 -96.8078 417.0 NE BEEMER 0.2 E +US10cumi009 42.0028 -96.5717 434.0 NE BANCROFT 0.7 S +US10cumi010 41.7973 -96.7926 427.0 NE WEST POINT 5.3 WSW +US10cumi011 42.0045 -96.7088 452.0 NE BANCROFT 7.1 W +US10cumi012 42.0149 -96.5756 0.0 NE BANCROFT 0.2 NW +US10cust001 41.1325 -99.7503 782.1 NE OCONTO 0.9 ESE +US10cust002 41.6544 -99.4623 716.9 NE SARGENT 4.8 W +US10cust003 41.4206 -100.1929 823.9 NE ARNOLD 0.3 SSE +US10cust004 41.1492 -100.1954 900.1 NE GOTHENBURG 15.0 NNW +US10cust005 41.2685 -99.5322 765.0 NE BERWYN 5.9 SSW +US10cust007 41.2891 -99.3739 716.0 NE ANSLEY 0.4 E +US10cust008 41.5246 -99.7160 821.1 NE MERNA 3.7 NE +US10cust009 41.5285 -99.8369 807.1 NE MERNA 5.0 WNW +US10cust010 41.1759 -99.6131 726.0 NE EDDYVILLE 11.4 N +US10cust011 41.5008 -100.0225 919.9 NE ANSELMO 11.5 SW +US10cust012 41.6293 -99.9052 819.0 NE ANSELMO 2.2 WNW +US10cust013 41.6890 -99.9324 830.0 NE ANSELMO 6.0 NW +US10cust014 41.5419 -100.0685 880.0 NE ANSELMO 11.8 WSW +US10cust015 41.7171 -99.9848 823.0 NE ANSELMO 9.2 NW +US10cust016 41.6000 -99.7523 769.0 NE ANSELMO 6.1 E +US10cust017 41.2252 -99.6644 741.0 NE BROKEN BOW 12.3 S +US10cust020 41.2793 -100.1589 918.1 NE GOTHENBURG 24.1 N +US10cust021 41.4517 -99.9745 907.1 NE MERNA 11.4 W +US10cust022 41.4090 -99.4638 761.1 NE BERWYN 4.4 NNE +US10cust027 41.7346 -99.6987 835.2 NE MILBURN 1.9 ENE +US10cust028 41.6399 -99.3898 712.0 NE SARGENT 0.9 W +US10cust029 41.5562 -99.2362 698.0 NE COMSTOCK 0.8 ESE +US10cust032 41.4189 -99.8858 0.0 NE MERNA 7.9 WSW +US10cust035 41.5661 -100.0212 0.0 NE ANSELMO 8.9 WSW +US10cust039 41.2888 -99.9237 0.0 NE CALLAWAY 0.2 S +US10cust040 41.2868 -99.7077 0.0 NE BROKEN BOW 8.7 SSW +US10cust041 41.4004 -99.5844 0.0 NE BROKEN BOW 2.9 E +US10cust042 41.6273 -99.7410 0.0 NE ANSELMO 6.5 E +US10cust045 41.4120 -99.6378 0.0 NE BROKEN BOW 0.7 N +US10cust046 41.4816 -99.8928 0.0 NE MERNA 6.9 W +US10dako002 42.3484 -96.6192 381.9 NE HUBBARD 3.1 SW +US10dako003 42.3882 -96.5916 0.0 NE HUBBARD 0.1 NW +US10dawe001 42.8292 -102.9939 1033.9 NE CHADRON 0.5 SE +US10dawe002 42.8304 -102.9956 1032.1 NE CHADRON 0.4 SE +US10dawe003 42.7696 -103.0213 1081.1 NE CHADRON 4.7 SSW +US10dawe005 42.7177 -103.0117 1029.9 NE CHADRON 0.6 WNW +US10dawe006 42.6675 -103.2848 1170.1 NE CRAWFORD 6.8 E +US10dawe007 42.8037 -103.0531 1024.1 NE CHADRON 3.6 WSW +US10dawe010 42.6256 -102.8125 1214.0 NE HAY SPRINGS 7.5 WSW +US10dawe011 42.5602 -103.0704 1288.1 NE MARSLAND 14.4 ENE +US10dawe012 42.7625 -103.3398 1067.1 NE WHITNEY 4.5 WSW +US10dawe013 42.5495 -103.3619 1382.9 NE CRAWFORD 9.6 SSE +US10dawe015 42.4525 -102.9868 1195.1 NE HEMINGFORD 10.1 NNE +US10dawe016 42.6975 -103.3779 1118.0 NE CRAWFORD 2.1 ENE +US10dawe017 42.4672 -103.1450 1232.9 NE MARSLAND 8.2 E +US10dawe018 42.5116 -103.1096 1268.9 NE HEMINGFORD 13.2 N +US10dawe019 42.7123 -103.0049 1192.1 NE CHADRON 8.5 S +US10dawe023 42.4570 -102.9293 0.0 NE HEMINGFORD 12.0 NE +US10dawe025 42.8475 -103.0671 0.0 NE CHADRON 3.6 W +US10dawe026 42.6680 -103.0668 0.0 NE CHADRON 39.3 WSW +US10dawe027 42.6110 -103.0857 0.0 NE CHADRON 16.1 SSW +US10dawe030 42.4549 -103.2334 0.0 NE MARSLAND 3.5 E +US10daws001 40.8658 -99.8494 754.1 NE COZAD 7.2 E +US10daws002 40.7800 -99.7200 730.0 NE LEXINGTON 1.1 E +US10daws003 40.7810 -99.5593 0.0 NE OVERTON 3.1 NNW +US10daws004 40.8844 -100.0327 768.1 NE COZAD 2.9 WNW +US10daws005 40.7104 -99.7008 722.1 NE COZAD 18.2 ESE +US10daws006 40.6940 -99.5870 709.0 NE COZAD 23.8 ESE +US10daws007 41.0007 -100.1654 812.9 NE GOTHENBURG 4.9 N +US10daws008 40.7966 -99.9956 762.0 NE COZAD 4.4 S +US10daws009 40.8876 -100.1645 782.1 NE GOTHENBURG 2.9 S +US10daws010 40.9455 -99.5599 738.8 NE SUMNER 2.7 W +US10daws011 40.9238 -99.4457 748.9 NE SUMNER 3.7 ESE +US10daws012 41.0118 -99.6248 0.0 NE EDDYVILLE 0.0 NW +US10daws013 40.7471 -99.4578 709.9 NE ELM CREEK 4.8 WNW +US10daws014 40.7135 -99.5213 707.1 NE OVERTON 2.2 SE +US10daws015 40.7099 -100.1229 826.9 NE FARNAM 4.8 E +US10daws017 40.8715 -99.9810 0.0 NE COZAD 0.9 NNE +US10daws018 40.9394 -100.1577 795.2 NE GOTHENBURG 0.7 NNE +US10deue001 41.0936 -102.4766 1128.1 NE CHAPPELL 0.3 W +US10deue002 41.0955 -102.4710 1133.9 NE CHAPPELL 0.2 N +US10deue003 41.0870 -102.4699 1119.8 NE CHAPPELL 0.4 SSE +US10deue004 41.1496 -102.3234 1147.9 NE CHAPPELL 8.7 ENE +US10deue005 41.1106 -102.3243 1147.0 NE CHAPPELL 7.8 E +US10deue009 41.0613 -102.0896 1036.9 NE BIG SPRINGS 0.8 W +US10deue010 41.1297 -102.4565 1182.0 NE CHAPPELL 2.7 NNE +US10deue012 41.0479 -102.5835 1207.0 NE CHAPPELL 6.6 WSW +US10deue013 41.0946 -102.4586 1139.0 NE CHAPPELL 0.7 E +US10deue015 41.0025 -102.2410 1054.9 NE BIG SPRINGS 9.6 WSW +US10deue016 41.0557 -102.0740 1026.9 NE BIG SPRINGS 0.4 SSE +US10deue018 41.1828 -102.5743 1213.1 NE LODGEPOLE 4.0 ENE +US10deue020 41.1266 -102.2460 0.0 NE CHAPPELL 12.0 E +US10deue021 41.0911 -102.5577 0.0 NE CHAPPELL 4.5 W +US10deue025 41.0942 -102.4764 0.0 NE CHAPPELL 0.3 WNW +US10dixo001 42.4273 -96.9774 463.0 NE WAYNE 13.7 NNE +US10dixo003 42.3056 -96.7977 465.1 NE WAKEFIELD 4.3 ENE +US10dixo005 42.5618 -96.7053 348.1 NE PONCA 0.1 SSE +US10dixo006 42.5766 -96.8686 421.8 NE PONCA 8.6 W +US10dodg005 41.6680 -96.6280 392.0 NE SCRIBNER 2.0 E +US10dodg012 41.6544 -96.5097 0.0 NE HOOPER 3.6 NE +US10doug001 41.2201 -96.1474 324.0 NE OMAHA 11.3 W +US10doug002 41.1990 -96.1841 362.1 NE OMAHA 13.5 WSW +US10doug005 41.2582 -96.1784 356.0 NE OMAHA 12.6 W +US10doug006 41.2658 -95.9927 366.1 NE OMAHA 2.9 W +US10doug007 41.2811 -96.1593 366.1 NE OMAHA 11.7 W +US10doug009 41.1977 -96.1520 356.0 NE OMAHA 11.9 WSW +US10doug012 41.2890 -96.3310 340.2 NE WATERLOO 2.3 W +US10doug013 41.3337 -95.9828 363.0 NE OMAHA 5.7 NNW +US10doug014 41.2166 -96.1456 327.1 NE OMAHA 11.2 WSW +US10doug015 41.3200 -95.9750 363.0 NE OMAHA 4.6 NNW +US10doug018 41.2924 -96.0062 373.1 NE OMAHA 4.3 WNW +US10doug019 41.1977 -96.0737 360.9 NE OMAHA 8.2 WSW +US10doug020 41.2903 -96.0279 346.9 NE OMAHA 5.2 WNW +US10doug021 41.2964 -96.2471 369.1 NE ELKHORN 2.8 N +US10doug022 41.1140 -96.1323 345.9 NE OMAHA 14.2 SW +US10doug024 41.2844 -96.1014 0.0 NE OMAHA 6.7 WNW +US10doug025 41.3639 -96.1558 0.0 NE BENNINGTON 0.1 ESE +US10doug029 41.2523 -96.1839 349.9 NE OMAHA 12.8 W +US10doug031 41.2585 -96.2296 366.1 NE ELKHORN 0.9 E +US10doug033 41.2940 -96.1629 0.0 NE OMAHA 12.0 W +US10doug035 41.2690 -96.1160 0.0 NE OMAHA 9.3 W +US10doug036 41.3114 -96.1412 0.0 NE OMAHA 11.2 WNW +US10doug046 41.3003 -96.0398 0.0 NE OMAHA 6.0 WNW +US10doug051 41.3553 -96.2138 0.0 NE BENNINGTON 3.0 W +US10doug052 41.2538 -96.3304 0.0 NE WATERLOO 3.2 SW +US10doug053 41.2499 -96.1714 0.0 NE OMAHA 12.2 W +US10doug054 41.3121 -96.1779 0.0 NE OMAHA 13.1 WNW +US10doug055 41.3661 -96.3878 0.0 NE VALLEY 4.3 NW +US10doug057 41.2042 -96.1052 0.0 NE OMAHA 9.5 WSW +US10doug059 41.2060 -96.1812 0.0 NE OMAHA 13.2 WSW +US10doug060 41.2687 -95.9869 0.0 NE OMAHA 2.6 WNW +US10doug064 41.3348 -96.3660 0.0 NE VALLEY 1.8 NW +US10dund001 40.0535 -101.5336 919.0 NE BENKELMAN 0.3 NNW +US10dund002 40.1135 -101.4065 0.0 NE MAX 0.2 W +US10dund003 40.0194 -101.3384 922.0 NE BENKELMAN 10.4 E +US10dund004 40.1626 -101.6806 1015.9 NE PARKS 8.7 NNE +US10dund005 40.1765 -101.3900 961.9 NE MAX 4.4 NNE +US10dund006 40.2061 -101.3638 964.1 NE MAX 6.7 NNE +US10dund007 40.2213 -101.5863 988.2 NE BENKELMAN 12.2 NNW +US10dund008 40.3158 -101.8781 1058.0 NE HAIGLER 21.1 NNE +US10dund009 40.2787 -101.6933 1022.0 NE PARKS 16.4 N +US10dund010 40.1177 -101.7821 994.0 NE PARKS 6.0 NW +US10dund011 40.1548 -101.4734 929.0 NE MAX 4.6 WNW +US10dund013 40.2894 -101.3616 990.9 NE WAUNETA 8.9 S +US10dund014 40.0757 -101.5947 979.9 NE BENKELMAN 3.7 WNW +US10dund015 40.3361 -101.4339 1001.0 NE WAUNETA 6.5 S +US10dund016 40.3219 -101.5138 1024.1 NE WAUNETA 10.0 SW +US10dund017 40.1390 -101.8625 1047.9 NE HAIGLER 9.5 NNE +US10dund018 40.3343 -101.3468 983.9 NE WAUNETA 5.9 SSE +US10dund019 40.1078 -101.5849 986.0 NE BENKELMAN 4.9 NW +US10dund020 40.3347 -101.3795 992.1 NE WAUNETA 5.8 S +US10dund022 40.2415 -101.7007 1032.1 NE PARKS 13.8 N +US10dund023 40.1200 -101.7334 0.0 NE PARKS 5.4 N +US10fill001 40.6386 -97.5560 497.1 NE FAIRMONT 1.5 E +US10fill002 40.6340 -97.5841 501.1 NE FAIRMONT 0.2 SSE +US10fill003 40.3785 -97.7300 505.1 NE SHICKLEY 2.7 S +US10fill005 40.5402 -97.6720 498.0 NE GENEVA 4.1 W +US10fill006 40.4067 -97.3739 479.1 NE TOBIAS 2.1 WSW +US10fill007 40.3509 -97.5014 481.0 NE OHIOWA 5.0 SW +US10fill008 40.5195 -97.5985 0.0 NE GENEVA 0.5 SSW +US10fill010 40.6539 -97.5199 490.1 NE FAIRMONT 3.6 ENE +US10fill011 40.5866 -97.6917 509.9 NE GRAFTON 3.2 SSE +US10fill012 40.4886 -97.7485 510.8 NE SHICKLEY 5.1 NNW +US10fill014 40.5357 -97.4347 0.0 NE MILLIGAN 3.5 NW +US10fill015 40.5270 -97.5982 0.0 NE GENEVA 0.1 W +US10fill019 40.4362 -97.4830 0.0 NE OHIOWA 2.2 NW +US10fran001 40.0747 -98.8176 543.2 NE RIVERTON 3.2 WSW +US10fran002 40.2732 -99.0295 666.0 NE HILDRETH 4.5 SSE +US10fran003 40.2880 -98.9208 647.1 NE UPLAND 2.3 SSW +US10fran004 40.0980 -98.9572 576.1 NE FRANKLIN 0.3 WNW +US10fran005 40.0781 -99.1414 588.9 NE NAPONEE 0.1 NNE +US10fran006 40.2623 -99.1075 679.1 NE HILDRETH 6.1 SW +US10fran007 40.2776 -99.1562 677.9 NE WILCOX 6.1 S +US10fran008 40.1071 -98.9437 584.0 NE FRANKLIN 0.9 NE +US10fran009 40.2478 -98.8561 648.0 NE UPLAND 5.4 SSE +US10fran013 40.0576 -99.1572 581.9 NE NAPONEE 1.5 SW +US10fran014 40.3363 -99.0419 0.0 NE HILDRETH 0.1 ESE +US10fran015 40.0999 -98.9228 0.0 NE FRANKLIN 1.5 ENE +US10fron002 40.5556 -100.4389 808.9 NE CURTIS 6.5 SE +US10fron003 40.3726 -100.4113 815.0 NE INDIANOLA 9.5 N +US10fron004 40.6295 -100.5277 783.9 NE CURTIS 0.6 W +US10fron005 40.3652 -100.3659 764.1 NE BARTLEY 8.5 NNW +US10fron007 40.6595 -100.6237 819.9 NE MAYWOOD 0.1 NNW +US10fron008 40.6310 -100.5159 790.0 NE CURTIS 0.1 S +US10fron009 40.6199 -100.0473 790.0 NE EUSTIS 3.2 SSW +US10fron010 40.6901 -100.0995 844.9 NE EUSTIS 4.1 WNW +US10fron011 40.5700 -100.1177 787.9 NE EUSTIS 7.9 SW +US10fron012 40.4063 -100.3632 823.9 NE BARTLEY 11.2 NNW +US10fron014 40.4028 -100.6412 844.0 NE MCCOOK 13.9 N +US10fron015 40.5081 -100.6456 880.0 NE MAYWOOD 10.4 S +US10fron016 40.5523 -100.0582 776.0 NE EUSTIS 7.8 SSW +US10fron017 40.3882 -100.1712 762.9 NE CAMBRIDGE 7.3 N +US10fron018 40.5422 -100.2858 0.0 NE FARNAM 11.9 SSW +US10fron019 40.5021 -100.5022 0.0 NE CURTIS 8.8 S +US10furn001 40.3021 -100.1547 712.0 NE CAMBRIDGE 1.5 NNE +US10furn002 40.2928 -99.6693 677.9 NE OXFORD 3.6 NW +US10furn003 40.1823 -99.8051 676.0 NE EDISON 6.7 SSW +US10furn004 40.0502 -99.8189 661.1 NE BEAVER CITY 6.0 S +US10furn005 40.3073 -99.9820 673.0 NE ARAPAHOE 4.2 W +US10furn006 40.0096 -99.9996 691.9 NE WILSONVILLE 9.1 SE +US10furn007 40.0732 -99.6668 659.0 NE STAMFORD 5.7 SW +US10furn008 40.0887 -99.8920 712.9 NE BEAVER CITY 4.7 SW +US10furn009 40.2179 -100.0153 0.0 NE HOLBROOK 6.0 S +US10furn010 40.1478 -99.8943 705.9 NE BEAVER CITY 3.4 W +US10furn014 40.1330 -99.8238 665.1 NE BEAVER CITY 0.4 SE +US10furn015 40.2463 -99.9516 719.9 NE ARAPAHOE 4.8 SW +US10furn018 40.2499 -99.6375 640.1 NE OXFORD 0.2 WNW +US10furn019 40.2596 -99.7367 643.1 NE OXFORD 5.3 W +US10furn020 40.1145 -100.1042 719.9 NE WILSONVILLE 0.3 ENE +US10furn022 40.3083 -99.9056 0.0 NE ARAPAHOE 0.4 NW +US10furn024 40.2215 -100.1086 744.9 NE CAMBRIDGE 5.1 SE +US10furn025 40.2854 -100.1790 0.0 NE CAMBRIDGE 0.7 WNW +US10furn031 40.0451 -100.0164 0.0 NE WILSONVILLE 6.6 SE +US10gage002 40.2799 -96.7359 406.0 NE BEATRICE 1.0 NE +US10gage003 40.0525 -96.5774 367.0 NE BARNESTON 0.3 N +US10gage004 40.3063 -96.8750 408.1 NE BEATRICE 7.2 WNW +US10gage007 40.0305 -96.8817 433.1 NE ODELL 4.3 WSW +US10gage008 40.3642 -96.6782 417.9 NE PICKRELL 2.8 ESE +US10gage009 40.0086 -96.7029 396.8 NE WYMORE 8.1 SSW +US10gage012 40.5008 -96.7049 444.1 NE CORTLAND 0.3 SSE +US10gage013 40.2911 -96.5367 430.1 NE FILLEY 0.4 NNW +US10gage015 40.1312 -96.6284 404.2 NE BLUE SPRINGS 1.7 ESE +US10gage017 40.2143 -96.5954 427.9 NE BEATRICE 8.8 ESE +US10gage018 40.0445 -96.5112 406.0 NE LIBERTY 3.1 SW +US10gage020 40.3770 -96.9086 395.9 NE DEWITT 1.4 SE +US10gage021 40.4678 -96.8290 424.9 NE WILBER 6.9 E +US10gage022 40.1180 -96.8790 410.0 NE DILLER 3.0 E +US10gage023 40.0731 -96.7611 395.0 NE ODELL 2.7 ENE +US10gage025 40.5039 -96.5896 413.0 NE FIRTH 2.2 SSE +US10gage026 40.4530 -96.5099 398.1 NE ADAMS 0.4 S +US10gage033 40.4606 -96.5115 0.0 NE ADAMS 0.1 NW +US10gage035 40.2670 -96.7144 0.0 NE BEATRICE 1.7 E +US10gage044 40.4914 -96.5204 0.0 NE ADAMS 2.3 NNW +US10gard002 41.4093 -102.4439 1042.1 NE OSHKOSH 5.2 W +US10gard003 41.3342 -102.5328 1178.1 NE OSHKOSH 10.9 WSW +US10gard004 41.4114 -102.3460 0.0 NE OSHKOSH 0.5 N +US10gard007 41.8016 -102.5544 1171.0 NE LAKESIDE 39.9 S +US10gard008 41.2437 -102.5323 1193.0 NE LODGEPOLE 8.5 NE +US10gard009 41.3366 -102.1023 1015.9 NE LEWELLEN 2.2 E +US10gard010 41.9762 -102.3879 1183.8 NE LAKESIDE 5.8 SSE +US10gard011 41.4039 -102.3447 1035.1 NE OSHKOSH 0.1 SSE +US10gard016 41.2373 -102.4249 0.0 NE CHAPPELL 10.3 NNE +US10gard019 41.3880 -102.1790 0.0 NE LEWELLEN 4.3 NNW +US10garf001 41.7952 -99.1076 676.0 NE BURWELL 1.6 ENE +US10garf002 42.0220 -98.9171 0.0 NE BURWELL 20.1 NE +US10garf003 41.8614 -99.0989 744.9 NE BURWELL 5.8 NNE +US10garf004 42.0580 -98.9925 691.0 NE BURWELL 20.4 NNE +US10garf005 42.0123 -98.8990 676.0 NE BURWELL 20.1 NE +US10garf006 41.7862 -99.1309 651.1 NE BURWELL 0.3 NNE +US10garf007 41.7223 -99.0200 0.0 NE BURWELL 7.2 ESE +US10garf009 41.7533 -99.1485 0.0 NE BURWELL 2.1 SSW +US10garf010 41.8256 -99.1867 0.0 NE BURWELL 4.3 NW +US10garf011 41.9688 -99.1466 0.0 NE BURWELL 12.9 N +US10gosp001 40.3974 -99.6763 719.9 NE BERTRAND 9.2 SSW +US10gosp002 40.4379 -99.8351 741.0 NE ARAPAHOE 9.8 NNE +US10gosp003 40.3400 -99.5716 0.0 NE ELWOOD 23.0 SE +US10gosp004 40.3873 -99.9730 705.9 NE ARAPAHOE 6.9 NW +US10gosp006 40.4087 -99.6633 0.0 NE BERTRAND 8.3 SSW +US10gran003 41.8177 -101.4405 1096.1 NE WHITMAN 16.1 SSE +US10gran004 41.9685 -102.0240 1189.0 NE ASHBY 6.2 WSW +US10gran008 41.9710 -101.4603 1075.9 NE ASHBY 24.7 E +US10gran009 41.9993 -101.7542 1135.1 NE HYANNIS 0.4 E +US10gran010 41.8993 -101.9545 1166.2 NE ASHBY 8.6 SSW +US10gran011 41.8507 -101.4460 1086.9 NE WHITMAN 13.8 SSE +US10gran013 41.9721 -101.4685 0.0 NE WHITMAN 5.6 SE +US10gree002 41.6883 -98.3615 586.1 NE SPALDING 0.1 ESE +US10gree003 41.4238 -98.6947 594.1 NE SCOTIA 3.0 SSE +US10gree004 41.4663 -98.6272 609.0 NE SCOTIA 4.0 E +US10gree005 41.4632 -98.4799 599.8 NE WOLBACH 6.4 NW +US10gree006 41.6563 -98.7329 666.9 NE SCOTIA 13.2 N +US10gree007 41.6869 -98.3657 583.1 NE SPALDING 0.2 SW +US10gree009 41.7076 -98.4852 623.0 NE SPALDING 6.5 W +US10gree010 41.5820 -98.6543 648.9 NE SCOTIA 8.4 NNE +US10gree011 41.5810 -98.3857 616.9 NE SPALDING 7.5 SSW +US10gree012 41.4611 -98.4383 0.0 NE WOLBACH 5.0 NW +US10hall001 40.9294 -98.3767 570.9 NE GRAND ISLAND 1.8 W +US10hall002 40.9187 -98.3863 574.9 NE GRAND ISLAND 2.3 W +US10hall003 40.9407 -98.3474 570.0 NE GRAND ISLAND 1.1 NNW +US10hall004 40.8585 -98.3781 574.9 NE GRAND ISLAND 5.0 SSW +US10hall005 40.7874 -98.3029 586.1 NE DONIPHAN 3.7 ENE +US10hall006 41.0376 -98.6071 599.8 NE CAIRO 2.5 N +US10hall007 41.0180 -98.3042 558.1 NE GRAND ISLAND 6.7 NNE +US10hall008 40.8229 -98.5984 604.1 NE WOOD RIVER 0.2 NNE +US10hall009 40.7734 -98.4137 583.1 NE DONIPHAN 2.3 W +US10hall010 40.7467 -98.5790 598.9 NE WOOD RIVER 5.2 SSE +US10hall011 41.0018 -98.6143 598.9 NE CAIRO 0.3 W +US10hall012 40.8745 -98.5746 595.9 NE WOOD RIVER 4.0 NNE +US10hall014 40.7037 -98.7025 613.0 NE KENESAW 6.1 NNW +US10hall015 40.9291 -98.3518 0.0 NE GRAND ISLAND 0.6 WNW +US10hall016 40.9357 -98.3378 570.0 NE GRAND ISLAND 0.8 NNE +US10hall017 40.8215 -98.4201 580.0 NE GRAND ISLAND 8.2 SW +US10hall018 40.7859 -98.6834 611.1 NE WOOD RIVER 4.9 WSW +US10hall019 40.8883 -98.5447 593.1 NE WOOD RIVER 5.5 NE +US10hall020 40.8873 -98.7113 616.9 NE GRAND ISLAND 19.4 W +US10hall021 40.9435 -98.3695 569.1 NE GRAND ISLAND 1.9 NW +US10hall026 40.9331 -98.3548 573.9 NE GRAND ISLAND 0.9 WNW +US10hall027 40.9514 -98.4135 0.0 NE GRAND ISLAND 4.1 WNW +US10hall035 40.8980 -98.3619 0.0 NE GRAND ISLAND 2.1 SW +US10hall039 40.9894 -98.5117 0.0 NE CAIRO 32.4 SE +US10hall042 40.9436 -98.3706 0.0 NE GRAND ISLAND 2.0 WNW +US10hall043 40.7921 -98.6456 0.0 NE WOOD RIVER 3.1 WSW +US10hami001 41.0539 -97.8878 537.1 NE HORDVILLE 1.5 S +US10hami002 40.8863 -97.8748 537.1 NE HAMPTON 0.8 ENE +US10hami003 40.8598 -97.8425 516.9 NE HAMPTON 2.6 ESE +US10hami004 40.8583 -97.9881 541.9 NE AURORA 1.0 ESE +US10hami005 40.8780 -97.8801 538.0 NE HAMPTON 0.3 E +US10hami006 41.0058 -97.9481 540.1 NE MARQUETTE 3.2 E +US10hami008 40.9450 -98.1132 566.0 NE PHILLIPS 6.3 ENE +US10hami009 40.9592 -97.9823 0.0 NE AURORA 6.5 NNE +US10hami011 40.7849 -98.1690 563.0 NE GILTNER 1.1 NW +US10hami012 41.0348 -97.8459 524.9 NE HORDVILLE 3.5 SE +US10hami013 40.8944 -98.2171 580.0 NE PHILLIPS 0.2 SSW +US10hami015 40.7934 -98.0724 554.1 NE AURORA 6.2 SW +US10hami016 40.8728 -98.0833 558.1 NE AURORA 4.1 W +US10hami017 40.9503 -97.9988 556.0 NE AURORA 5.8 N +US10hami019 40.9890 -97.9976 0.0 NE MARQUETTE 1.4 SE +US10hami021 40.8724 -98.0108 0.0 NE AURORA 0.5 NW +US10harl001 40.1011 -99.3660 0.0 NE ALMA 0.3 NW +US10harl002 40.1296 -99.3493 641.9 NE ALMA 2.3 NNE +US10harl004 40.1765 -99.5579 623.9 NE ORLEANS 6.2 WNW +US10harl007 40.1277 -99.4544 0.0 NE ORLEANS 0.1 SE +US10harl008 40.0983 -99.3626 611.1 NE ALMA 0.1 NNW +US10harl009 40.1176 -99.2433 619.0 NE REPUBLICAN CITY 1.7 NW +US10harl010 40.1273 -99.5572 615.1 NE STAMFORD 1.9 E +US10harl012 40.3073 -99.3492 687.9 NE HOLDREGE 9.2 S +US10harl013 40.2408 -99.2552 672.1 NE ALMA 11.4 NE +US10harl014 40.1290 -99.4512 0.0 NE ORLEANS 0.2 E +US10haye001 40.4525 -100.9292 912.9 NE HAYES CENTER 6.2 ESE +US10haye002 40.6826 -101.2432 1010.1 NE ELSIE 13.7 SE +US10haye003 40.5106 -101.0202 935.1 NE HAYES CENTER 0.0 WSW +US10haye004 40.3999 -101.2766 926.9 NE WAUNETA 5.1 E +US10haye005 40.6963 -101.1418 975.1 NE WALLACE 9.9 S +US10haye006 40.5296 -100.9250 912.0 NE HAYES CENTER 5.1 ENE +US10haye007 40.6107 -100.8519 919.9 NE MAYWOOD 12.4 WSW +US10haye008 40.3518 -101.0865 836.1 NE PALISADE 1.1 E +US10haye009 40.4232 -101.2110 864.1 NE HAYES CENTER 11.7 WSW +US10haye010 40.5537 -101.2957 958.9 NE ELSIE 20.8 SSE +US10haye011 40.5865 -101.0740 954.9 NE HAYES CENTER 5.9 NW +US10haye012 40.3725 -101.0376 0.0 NE PALISADE 4.0 ENE +US10haye013 40.6565 -100.8098 0.0 NE MAYWOOD 9.7 W +US10hitc002 40.2121 -101.0503 869.0 NE TRENTON 3.2 NW +US10hitc003 40.2357 -100.7952 785.2 NE CULBERTSON 2.3 E +US10hitc004 40.0882 -100.7859 802.8 NE CULBERTSON 10.1 SSE +US10hitc005 40.1828 -101.0122 848.9 NE TRENTON 0.5 NNE +US10hitc006 40.2728 -100.9380 802.8 NE CULBERTSON 6.0 WNW +US10hitc007 40.2241 -101.2674 946.1 NE STRATTON 5.7 NNW +US10hitc008 40.1829 -101.0880 879.0 NE TRENTON 3.9 W +US10hitc010 40.2618 -101.2313 961.9 NE STRATTON 7.9 N +US10hitc011 40.1402 -101.2014 0.0 NE STRATTON 1.4 ESE +US10hitc012 40.1894 -101.2458 880.0 NE STRATTON 3.0 NNW +US10hitc013 40.0802 -101.2408 908.0 NE STRATTON 4.7 SSW +US10hitc014 40.1906 -100.8906 801.0 NE CULBERTSON 3.8 SW +US10hitc015 40.2336 -100.9670 865.0 NE CULBERTSON 6.7 W +US10hitc016 40.1697 -101.0091 815.0 NE TRENTON 0.5 SE +US10hitc017 40.2960 -101.0147 827.8 NE PALISADE 6.1 ESE +US10hitc018 40.0195 -100.8266 887.0 NE CULBERTSON 14.5 S +US10hitc019 40.1796 -101.0120 837.0 NE TRENTON 0.3 NNE +US10hitc020 40.3353 -101.1509 911.0 NE PALISADE 2.4 WSW +US10hitc022 40.2556 -101.2770 974.1 NE STRATTON 7.9 NNW +US10hitc024 40.2336 -100.8971 0.0 NE CULBERTSON 3.1 W +US10hitc028 40.2336 -100.8003 0.0 NE CULBERTSON 2.0 E +US10holt001 42.4604 -98.6583 609.9 NE ONEILL 0.6 WNW +US10holt002 42.4727 -98.8074 616.9 NE EMMET 0.2 SSW +US10holt003 42.1165 -98.3411 595.0 NE EWING 9.7 S +US10holt004 42.5362 -98.9771 647.1 NE ATKINSON 0.3 NNE +US10holt006 42.4656 -98.6328 612.0 NE ONEILL 1.0 ENE +US10holt007 42.3867 -98.3390 577.9 NE ONEILL 16.9 ESE +US10holt008 42.4366 -98.4988 599.8 NE PAGE 4.9 WNW +US10holt009 42.3993 -98.4178 597.1 NE PAGE 0.1 S +US10holt010 42.1911 -98.6634 627.0 NE CHAMBERS 4.6 E +US10holt011 42.1751 -98.4855 601.1 NE EWING 9.2 WSW +US10holt012 42.1476 -99.1615 730.9 NE AMELIA 14.3 WSW +US10holt014 42.5767 -99.0083 647.1 NE ATKINSON 3.5 NNW +US10holt015 42.6962 -98.6176 520.9 NE ONEILL 16.5 N +US10holt016 42.7174 -98.8847 598.0 NE ATKINSON 13.7 NNE +US10holt018 42.7116 -98.5806 543.2 NE ONEILL 17.9 NNE +US10holt019 42.1637 -99.0519 709.9 NE AMELIA 8.8 WSW +US10holt022 42.6676 -98.9315 630.0 NE ATKINSON 9.7 NNE +US10holt023 42.1327 -98.4374 0.0 NE EWING 9.8 SW +US10holt024 42.7982 -98.6506 0.0 NE SPENCER 5.9 SE +US10holt029 42.7098 -98.5693 0.0 NE ONEILL 17.9 NNE +US10hook001 42.0437 -101.0391 979.0 NE MULLEN 0.2 ENE +US10hook002 41.9258 -101.1460 1011.9 NE MULLEN 9.7 SW +US10hook004 42.0430 -101.0458 985.1 NE MULLEN 0.2 W +US10hook006 41.8745 -101.0929 1015.0 NE MULLEN 11.9 SSW +US10hook007 42.1620 -100.6148 937.0 NE THEDFORD 23 N +US10hook008 42.0041 -100.9850 978.1 NE MULLEN 4.0 SE +US10howa001 41.2185 -98.4512 548.0 NE ST. PAUL 0.5 ENE +US10howa002 41.2915 -98.6149 584.9 NE ELBA 2.5 W +US10howa003 41.0732 -98.7139 584.9 NE BOELUS 0.1 ESE +US10howa004 41.0902 -98.5014 568.1 NE DANNEBROG 3.1 ESE +US10howa005 41.1220 -98.5533 577.0 NE DANNEBROG 0.4 WNW +US10howa007 41.3219 -98.3255 573.9 NE WOLBACH 6.3 SE +US10howa008 41.3219 -98.4280 599.8 NE SAINT PAUL 7.6 NNE +US10howa009 41.3230 -98.7126 613.0 NE ELBA 8.0 WNW +US10howa010 41.1063 -98.6720 0.0 NE BOELUS 3.2 NE +US10jeff001 40.0284 -96.9355 438.9 NE DILLER 5.6 S +US10jeff002 40.0820 -97.3306 451.1 NE FAIRBURY 8.7 WSW +US10jeff003 40.2669 -97.3169 438.0 NE FAIRBURY 11.4 NW +US10jeff004 40.2049 -97.3243 427.0 NE FAIRBURY 8.8 WNW +US10jeff005 40.1518 -97.3339 463.9 NE FAIRBURY 8.1 W +US10jeff006 40.2500 -97.2170 455.1 NE FAIRBURY 8.0 NNW +US10jeff009 40.0599 -97.0435 406.9 NE STEELE CITY 1.8 NW +US10jeff011 40.3040 -96.9906 437.1 NE PLYMOUTH 0.1 NW +US10jeff012 40.3318 -96.9568 415.1 NE DEWITT 4.6 SSW +US10jeff013 40.1123 -96.9376 417.0 NE DILLER 0.2 NW +US10jeff014 40.3073 -97.3119 452.9 NE DAYKIN 1.2 SW +US10jeff016 40.1971 -96.9734 442.0 NE JANSEN 5.8 E +US10jeff018 40.1478 -97.0921 441.0 NE FAIRBURY 4.7 E +US10jeff019 40.3208 -97.1883 442.9 NE DAYKIN 5.8 E +US10jeff020 40.1468 -97.1524 427.9 NE FAIRBURY 1.6 ENE +US10jeff021 40.3296 -97.1982 455.1 NE DAYKIN 5.3 E +US10jeff023 40.2335 -97.0303 431.9 NE JANSEN 4.3 NE +US10jeff025 40.3100 -96.9543 0.0 NE PLYMOUTH 1.9 E +US10john001 40.3776 -96.1679 371.9 NE TECUMSEH 1.7 ENE +US10john002 40.4644 -96.2337 360.0 NE COOK 4.0 SW +US10john003 40.2912 -96.1986 360.9 NE ELK CREEK 3.6 W +US10john004 40.3428 -96.1039 374.0 NE ELK CREEK 4.1 NNE +US10john005 40.4431 -96.3216 365.2 NE STERLING 3.1 ESE +US10john006 40.3779 -96.0707 388.0 NE TECUMSEH 6.6 E +US10john007 40.4799 -96.1068 326.1 NE COOK 3.6 ESE +US10john008 40.3026 -96.4185 442.0 NE CRAB ORCHARD 2.2 S +US10john009 40.4471 -96.4384 367.0 NE STERLING 3.3 WSW +US10john010 40.3726 -96.1795 371.9 NE TECUMSEH 1.0 ENE +US10john012 40.4239 -96.2904 353.0 NE STERLING 5.2 ESE +US10john013 40.2914 -96.2829 417.0 NE TECUMSEH 6.4 SW +US10john014 40.4618 -96.3787 374.9 NE STERLING 0.2 NNW +US10john015 40.3777 -96.3155 376.1 NE TECUMSEH 6.3 W +US10john016 40.3348 -96.2326 384.0 NE TECUMSEH 2.9 SW +US10john017 40.4168 -96.3687 399.0 NE STERLING 3.0 SSE +US10john020 40.5124 -96.3892 0.0 NE STERLING 3.7 NNW +US10kear002 40.5178 -98.7817 629.1 NE HEARTWELL 3.7 S +US10kear003 40.5828 -98.8472 643.1 NE MINDEN 7.8 NE +US10kear004 40.5516 -98.9970 666.0 NE MINDEN 4.4 NW +US10kear005 40.3622 -99.1735 686.1 NE WILCOX 0.3 SW +US10kear006 40.4968 -98.9416 665.1 NE MINDEN 0.4 ESE +US10kear008 40.4759 -99.0851 680.0 NE AXTELL 2.2 E +US10kear009 40.3510 -99.0469 663.9 NE HILDRETH 1.0 NNW +US10kear011 40.4877 -98.9526 668.1 NE MINDEN .855W +US10kear012 40.4368 -98.7998 645.0 NE MINDEN 8.8 ESE +US10kear013 40.4246 -99.0675 0.0 NE AXTELL 4.8 SE +US10kear014 40.3981 -98.7991 0.0 NE MINDEN 10.4 SE +US10kear015 40.5011 -98.9488 0.0 NE MINDEN 0.2 NNW +US10keit001 41.2012 -101.6650 1021.1 NE OGALLALA 5.8 NE +US10keit002 41.0622 -101.4270 990.0 NE PAXTON 5.6 SW +US10keit003 41.2084 -101.7673 1014.1 NE OGALLALA 6.1 NNW +US10keit004 41.0691 -101.5807 1021.1 NE OGALLALA 8.3 ESE +US10keit005 41.1842 -101.3396 922.9 NE PAXTON 4.2 NNE +US10keit006 41.2844 -101.3469 1001.0 NE PAXTON 11.1 N +US10keit007 41.0945 -101.8840 1004.9 NE BRULE 0.3 E +US10keit008 41.1234 -101.7512 990.0 NE OGALLALA 1.7 W +US10keit009 41.1112 -101.6527 971.1 NE OGALLALA 3.7 ESE +US10keit011 41.2386 -101.8566 1004.0 NE BRULE 10.1 NNE +US10keit013 41.1089 -101.8264 997.9 NE BRULE 3.4 ENE +US10keit014 41.1638 -101.3071 0.0 NE PAXTON 3.8 NE +US10keit015 41.1361 -101.7190 0.0 NE OGALLALA 0.6 N +US10keit018 41.2119 -101.8374 1049.1 NE BRULE 8.6 NNE +US10keit019 41.0991 -101.2871 954.9 NE SUTHERLAND 9.3 WSW +US10keit020 41.0171 -101.3722 990.9 NE PAXTON 7.4 S +US10keya001 42.9584 -100.0216 736.1 NE SPRINGVIEW 16.9 WNW +US10keya002 42.9838 -100.1711 777.8 NE SPARKS 5.4 ENE +US10keya003 42.9430 -99.9812 752.9 NE SPRINGVIEW 14.6 WNW +US10keya004 42.9078 -100.0956 759.9 NE SPARKS 8.7 ESE +US10kimb001 41.2290 -103.6492 1448.1 NE KIMBALL 0.9 ESE +US10kimb002 41.2375 -103.6662 1437.1 NE KIMBALL 0.2 WNW +US10kimb003 41.2200 -103.7700 1458.2 NE KIMBALL 5.7 W +US10kimb004 41.2366 -103.4867 1384.1 NE DIX 0.1 NNE +US10kimb005 41.0482 -103.5079 1466.1 NE DIX 13.0 S +US10kimb007 41.2564 -103.6063 1428.9 NE KIMBALL 3.3 ENE +US10kimb008 41.2341 -103.7263 1439.0 NE KIMBALL 3.3 W +US10kimb009 41.3382 -103.7327 1502.1 NE KIMBALL 7.9 NW +US10kimb010 41.3113 -103.7822 1530.1 NE KIMBALL 8.1 WNW +US10kimb013 41.2894 -103.5118 1449.9 NE DIX 3.9 NNW +US10kimb014 41.2996 -103.5903 1453.0 NE KIMBALL 5.8 NE +US10kimb015 41.1306 -103.3957 1419.1 NE POTTER 7.3 SW +US10kimb021 41.2296 -103.8541 0.0 NE KIMBALL 10.0 W +US10kimb023 41.0622 -103.7745 0.0 NE KIMBALL 13.3 SSW +US10knox001 42.5310 -98.0989 440.1 NE VERDIGRE 5.7 SW +US10knox003 42.5250 -97.5736 548.9 NE WAUSA 2.4 NW +US10knox004 42.7382 -97.4985 430.1 NE CROFTON 0.7 NNW +US10knox005 42.5999 -97.6445 523.0 NE BLOOMFIELD 0.1 ENE +US10knox006 42.8198 -97.7152 437.1 NE CROFTON 13.1 WNW +US10knox007 42.6575 -98.2502 509.9 NE VERDIGRE 12.1 WNW +US10knox008 42.4500 -98.1500 506.9 NE VERDEL 25.0 S +US10knox009 42.5981 -98.0318 412.1 NE VERDIGRE 0.1 NE +US10knox010 42.7037 -98.2092 459.0 NE VERDIGRE 11.8 WNW +US10knox011 42.6281 -98.0855 491.9 NE VERDIGRE 3.5 WNW +US10knox012 42.7186 -97.7594 480.1 NE BLOOMFIELD 10.2 NW +US10knox013 42.4448 -98.1372 484.0 NE ROYAL 7.7 N +US10knox014 42.4672 -97.7639 541.0 NE CREIGHTON 7.4 E +US10knox015 42.5640 -98.2700 548.9 NE ORCHARD 15.8 N +US10knox016 42.7277 -97.7924 499.0 NE BLOOMFIELD 11.7 NW +US10knox017 42.8309 -97.5234 0.0 NE CROFTON 7.6 NE +US10knox018 42.7661 -97.5637 0.0 NE CROFTON 4.4 WNW +US10knox019 42.7273 -97.5044 0.0 NE CROFTON 0.5 W +US10lanc001 40.7633 -96.6833 367.0 NE LINCOLN 2.7 SSW +US10lanc005 40.8382 -96.5899 356.0 NE LINCOLN 4.8 ENE +US10lanc006 40.8081 -96.6430 395.9 NE LINCOLN 1.4 ENE +US10lanc007 41.0032 -96.6763 387.1 NE DAVEY 1.2 NNW +US10lanc009 40.7352 -96.6498 410.0 NE LINCOLN 4.6 SSE +US10lanc011 40.7504 -96.6128 423.1 NE LINCOLN 4.4 SE +US10lanc012 40.7544 -96.7611 380.1 NE LINCOLN 5.8 WSW +US10lanc013 40.8416 -96.5141 402.9 NE LINCOLN 8.5 ENE +US10lanc014 40.5529 -96.5009 410.0 NE ADAMS 6.5 N +US10lanc015 40.5847 -96.4922 434.0 NE PANAMA 1.3 SE +US10lanc016 40.9502 -96.8007 370.0 NE RAYMOND 1.0 WSW +US10lanc017 40.6667 -96.5067 399.0 NE BENNET 0.9 S +US10lanc018 40.8290 -96.6711 362.1 NE LINCOLN 2.0 N +US10lanc019 40.7845 -96.6156 401.1 NE LINCOLN 2.9 ESE +US10lanc022 40.6974 -96.6855 367.9 NE ROCA 3.1 NW +US10lanc024 40.7733 -96.6712 381.9 NE LINCOLN 1.9 S +US10lanc025 40.8600 -96.6900 360.0 NE LINCOLN 4.3 NNW +US10lanc027 40.8380 -96.6085 367.0 NE LINCOLN 4.0 ENE +US10lanc029 40.6166 -96.5595 401.1 NE HICKMAN 3.7 E +US10lanc030 40.7887 -96.6927 377.0 NE LINCOLN 1.5 WSW +US10lanc031 40.9192 -96.5360 338.0 NE WAVERLY 0.4 WNW +US10lanc033 40.8381 -96.7859 363.9 NE LINCOLN 6.7 WNW +US10lanc034 40.7466 -96.6568 395.9 NE LINCOLN 3.7 S +US10lanc039 40.9034 -96.7122 0.0 NE LINCOLN 7.5 NNW +US10lanc040 40.8011 -96.6106 0.0 NE LINCOLN 3.0 E +US10lanc041 40.7923 -96.6923 0.0 NE LINCOLN 1.4 WSW +US10lanc042 40.8462 -96.7086 0.0 NE LINCOLN 3.9 NW +US10lanc043 40.7790 -96.6473 0.0 NE LINCOLN 1.8 SE +US10lanc047 40.7773 -96.7330 0.0 NE LINCOLN 3.8 WSW +US10lanc049 40.7392 -96.6529 0.0 NE LINCOLN 4.3 SSE +US10lanc050 40.7988 -96.6969 0.0 NE LINCOLN 1.6 W +US10lanc052 40.6519 -96.6271 0.0 NE ROCA 1.7 E +US10lanc066 40.6934 -96.4893 0.0 NE BENNET 1.3 NE +US10lanc067 40.7889 -96.7413 0.0 NE LINCOLN 3.9 W +US10lanc068 41.0211 -96.8480 0.0 NE VALPARAISO 4.3 SSW +US10lanc070 40.7909 -96.6300 0.0 NE LINCOLN 2.0 ESE +US10lanc071 40.7229 -96.6208 0.0 NE LINCOLN 5.8 SSE +US10lanc072 40.9756 -96.7835 0.0 NE RAYMOND 1.3 N +US10lanc077 40.7961 -96.6946 0.0 NE LINCOLN 1.5 W +US10linc002 41.1336 -100.7990 0.0 NE NORTH PLATTE 1.9 WNW +US10linc003 41.0322 -100.8012 925.1 NE NORTH PLATTE 6.6 SSW +US10linc004 41.2210 -101.0835 897.9 NE HERSHEY 6.0 NW +US10linc006 41.1296 -100.7949 858.9 NE NORTH PLATTE 1.6 W +US10linc007 41.0036 -101.1049 969.9 NE SUTHERLAND 10.6 S +US10linc009 40.7771 -100.5496 0.0 NE CURTIS 10.3 NNW +US10linc012 41.0215 -100.3648 812.9 NE BRADY 0.2 ESE +US10linc013 41.1327 -100.7921 861.1 NE NORTH PLATTE 1.5 WNW +US10linc014 41.0743 -100.2847 851.0 NE BRADY 5.6 ENE +US10linc015 41.0813 -100.7854 886.1 NE NORTH PLATTE 3.1 SSW +US10linc016 40.9888 -100.9151 937.0 NE NORTH PLATTE 12.2 SW +US10linc017 41.1987 -100.7017 897.0 NE NORTH PLATTE 6.1 NE +US10linc018 41.1294 -100.7497 855.0 NE NORTH PLATTE 0.9 ENE +US10linc019 41.0575 -100.7573 925.1 NE NORTH PLATTE 4.6 S +US10linc022 41.0466 -100.7470 937.0 NE NORTH PLATTE 5.4 SSE +US10linc023 41.1340 -101.1422 908.0 NE SUTHERLAND 1.8 SW +US10linc024 41.2074 -100.7222 908.0 NE NORTH PLATTE 6.2 NNE +US10linc025 41.1282 -101.4735 954.9 NE PAXTON 6.1 W +US10linc027 41.3736 -100.4496 912.0 NE STAPLETON 8.1 SSE +US10linc028 41.2580 -100.5988 905.0 NE NORTH PLATTE 12.7 NE +US10linc031 41.1820 -100.7158 887.0 NE NORTH PLATTE 4.8 NE +US10linc032 41.2136 -100.7632 901.9 NE NORTH PLATTE 6.2 N +US10linc033 41.1675 -101.1375 940.0 NE SUTHERLAND 0.9 NW +US10linc034 41.0887 -100.8676 901.0 NE NORTH PLATTE 5.9 WSW +US10linc035 41.0844 -100.7844 858.0 NE NORTH PLATTE 0.6 WNW +US10linc036 41.1666 -101.1259 915.9 NE SUTHERLAND 0.7 N +US10linc037 41.2286 -101.0567 904.0 NE HERSHEY 5.6 NW +US10linc039 41.1204 -101.0156 896.1 NE HERSHEY 2.7 SSW +US10linc040 41.0829 -101.2404 946.1 NE SUTHERLAND 7.8 WSW +US10linc041 41.1471 -100.7690 860.1 NE NORTH PLATTE 1.6 N +US10linc042 40.9954 -100.7584 933.9 NE NORTH PLATTE 8.9 S +US10linc045 41.8180 -100.4820 862.9 NE NORTH PLATTE 1.8 WNW +US10linc047 40.8603 -100.7018 914.1 NE WELLFLEET 7.6 NNE +US10linc048 41.1612 -101.1520 922.9 NE SUTHERLAND 1.4 W +US10linc049 40.7887 -100.6700 908.9 NE WELLFLEET 4.0 ENE +US10linc051 40.7292 -101.1292 969.0 NE WALLACE 7.8 SSE +US10linc052 41.1330 -101.0551 904.0 NE HERSHEY 3.3 WSW +US10linc054 41.1426 -100.7725 857.1 NE NORTH PLATTE 1.3 NNW +US10linc056 41.0940 -100.7886 861.1 NE NORTH PLATTE 2.4 SW +US10linc058 41.1288 -100.7441 853.1 NE NORTH PLATTE 1.2 ENE +US10linc060 41.1243 -100.7879 855.0 NE NORTH PLATTE 2.4 WNW +US10linc069 40.8348 -101.1623 0.0 NE WALLACE 0.3 SSE +US10linc071 40.9079 -100.8678 0.0 NE NORTH PLATTE 15.8 SSW +US10loga002 41.6089 -100.5509 911.0 NE STAPLETON 9.1 NNW +US10loga003 41.4239 -100.5026 919.9 NE STAPLETON 3.9 SSE +US10loga004 41.4783 -100.5114 886.1 NE STAPLETON 0.2 SE +US10loga005 41.4078 -100.3959 926.0 NE STAPLETON 7.9 ESE +US10loga006 41.6577 -100.5488 912.0 NE STAPLETON 12.4 N +US10loga007 41.4805 -100.5099 0.0 NE STAPLETON 0.2 E +US10loup001 41.8224 -99.2806 734.0 NE BURWELL 8.2 WNW +US10loup003 41.8687 -99.2908 719.0 NE BURWELL 10.2 WNW +US10loup005 41.9398 -99.4823 741.9 NE TAYLOR 12.9 NNW +US10loup006 41.8713 -99.6604 762.9 NE MILBURN 11.1 NNE +US10madi001 42.0484 -97.3999 463.9 NE NORFOLK 1.7 NE +US10madi002 41.9859 -97.4129 460.9 NE NORFOLK 2.9 S +US10madi003 42.0313 -97.7320 497.1 NE MEADOW GROVE 0.2 NNE +US10madi005 41.9940 -97.4624 465.1 NE NORFOLK 3.3 SW +US10madi006 42.0261 -97.4007 459.9 NE NORFOLK 0.9 E +US10madi008 42.0224 -97.3712 465.1 NE NORFOLK 2.5 E +US10madi009 41.9902 -97.8142 541.0 NE TILDEN 4.1 SSE +US10madi010 42.0509 -97.4395 494.1 NE NORFOLK 1.9 NW +US10madi011 41.9838 -97.4856 479.1 NE NORFOLK 4.7 WSW +US10madi017 42.0290 -97.4185 465.1 NE NORFOLK 0.1 WNW +US10madi018 42.0268 -97.4100 463.0 NE NORFOLK 0.4 ESE +US10madi020 41.9007 -97.7366 0.0 NE MEADOW GROVE 8.8 S +US10mcph002 41.6272 -100.9021 0.0 NE TRYON 5.9 NE +US10mcph004 41.6722 -100.7203 943.1 NE STAPLETON 17.1 NW +US10mcph005 41.6172 -101.4061 1064.1 NE SUTHERLAND 35.0 NNW +US10mcph006 41.5487 -100.9585 0.0 NE TRYON 0.3 S +US10merr001 41.0358 -98.1466 535.8 NE CHAPMAN 1.1 NE +US10merr002 41.1161 -97.9929 519.1 NE CENTRAL CITY 0.8 SSE +US10merr004 41.2245 -97.7912 0.0 NE CLARKS 2.4 ENE +US10merr005 41.2202 -98.2546 549.9 NE PALMER 0.2 ESE +US10merr006 41.2047 -97.9454 506.9 NE CENTRAL CITY 6.8 NNE +US10merr007 41.1563 -98.2311 548.0 NE PALMER 4.7 SSE +US10merr008 41.2260 -98.0500 0.0 NE CENTRAL CITY 8.0 NNW +US10merr009 41.1020 -98.2847 558.1 NE ST. LIBORY 4.0 ENE +US10merr010 40.9309 -98.2767 0.0 NE GRAND ISLAND 3.6 E +US10merr011 41.3191 -97.6653 474.0 NE SILVER CREEK 0.3 N +US10merr012 40.9884 -98.2054 547.1 NE CHAPMAN 3.4 SW +US10merr014 41.0758 -98.0985 531.0 NE CENTRAL CITY 5.7 WSW +US10merr015 41.1146 -97.9952 519.1 NE CENTRAL CITY 1.0 NNE +US10merr016 41.1885 -97.8148 494.1 NE CLARKS 2.2 SE +US10merr018 41.2491 -98.2576 0.0 NE PALMER 1.9 N +US10morr001 41.8982 -103.3598 1280.2 NE MINATARE 9.7 ENE +US10morr003 41.9386 -103.2463 1323.1 NE BAYARD 13.5 NNE +US10morr004 41.4538 -102.7852 1253.9 NE DALTON 10.4 ENE +US10morr005 41.7116 -103.2331 1132.9 NE BAYARD 5.4 ESE +US10morr006 41.7081 -103.1199 1131.1 NE BRIDGEPORT 3.1 NNW +US10morr007 41.4759 -102.8713 1221.0 NE BROADWATER 8.4 S +US10morr008 41.6266 -103.0435 1115.9 NE BRIDGEPORT 4.0 SE +US10morr013 41.6878 -103.2538 1147.0 NE BAYARD 5.7 SE +US10morr014 41.6261 -102.9260 1107.9 NE BROADWATER 4.3 WNW +US10morr016 41.8159 -103.2215 1204.0 NE BAYARD 6.9 ENE +US10morr017 41.5173 -103.2491 1250.9 NE BRIDGEPORT 12.8 SW +US10morr021 41.6328 -102.9540 0.0 NE BROADWATER 5.8 WNW +US10nanc001 41.4246 -97.7717 509.9 NE GENOA 2.7 WSW +US10nanc003 41.3315 -98.1584 566.9 NE PALMER 9.2 NE +US10nanc004 41.3267 -97.9438 499.0 NE FULLERTON 2.9 SE +US10nanc006 41.4677 -97.8733 544.1 NE GENOA 7.5 WNW +US10nema001 40.3878 -95.8337 298.1 NE AUBURN 0.5 SE +US10nema002 40.3956 -95.6601 291.1 NE BROWNVILLE 0.2 SW +US10nema003 40.2660 -95.9110 342.9 NE HUMBOLDT 7.3 NNE +US10nema004 40.5175 -95.8653 319.1 NE JULIAN 0.4 SSE +US10nema005 40.3980 -95.6538 281.0 NE BROWNVILLE 0.2 E +US10nema006 40.4315 -95.8415 299.0 NE AUBURN 2.7 N +US10nema007 40.3445 -95.6718 299.9 NE NEMAHA .1 NORTH +US10nema008 40.4735 -95.9598 0.0 NE BROCK 0.4 S +US10nema009 40.4057 -95.9664 381.9 NE JOHNSON 1.7 E +US10nema010 40.4797 -95.9599 292.9 NE BROCK 0.0 SSE +US10nema012 40.4874 -95.7334 274.9 NE PERU 0.9 N +US10nema013 40.4584 -96.0467 0.0 NE BROCK 4.8 WSW +US10nuck001 40.2922 -98.2614 574.9 NE LAWRENCE 0.1 W +US10nuck002 40.1828 -97.9717 524.0 NE NORA 1.5 N +US10nuck003 40.1383 -97.9337 518.2 NE RUSKIN 3.4 W +US10nuck004 40.2880 -98.2581 570.9 NE LAWRENCE 0.3 SSE +US10nuck005 40.1042 -98.0117 541.9 NE SUPERIOR 6.5 NE +US10nuck006 40.2348 -97.9049 488.0 NE OAK 0.1 SSW +US10nuck007 40.3480 -97.9553 522.1 NE EDGAR 1.9 SE +US10nuck008 40.3049 -98.1234 543.2 NE DEWEESE 3.5 SSE +US10nuck011 40.2049 -98.2053 572.1 NE LAWRENCE 6.7 SSE +US10nuck013 40.0413 -97.9658 488.9 NE HARDY 3.0 NW +US10nuck014 40.0257 -98.1994 490.1 NE GUIDE ROCK 7.7 ESE +US10nuck016 40.1094 -98.1801 527.9 NE SUPERIOR 8.4 NW +US10nuck017 40.0167 -97.8457 502.9 NE HARDY 4.3 E +US10nuck018 40.2847 -97.8773 508.1 NE DAVENPORT 3.9 WSW +US10nuck019 40.1986 -98.1340 535.8 NE NELSON 0.3 SW +US10nuck020 40.2859 -98.1236 541.9 NE DEWEESE 4.8 SSE +US10nuck021 40.3505 -98.1999 545.0 NE DEWEESE 3.2 W +US10nuck022 40.2026 -98.0620 518.2 NE NELSON 0.3 E +US10nuck023 40.2759 -97.9318 513.0 NE OAK 3.1 NW +US10nuck024 40.3206 -98.2048 0.0 NE LAWRENCE 3.5 ENE +US10nuck026 40.1974 -98.0686 0.0 NE NELSON 0.3 S +US10nuck027 40.2926 -98.0722 0.0 NE NELSON 6.3 N +US10nuck028 40.2909 -98.2569 0.0 NE LAWRENCE 0.2 ESE +US10nuck030 40.1427 -97.8627 0.0 NE RUSKIN 0.4 ESE +US10nuck034 40.2913 -98.2123 0.0 NE LAWRENCE 2.5 E +US10otoe001 40.5778 -96.3868 378.0 NE DOUGLAS 1.2 S +US10otoe002 40.6101 -96.3665 401.1 NE PALMYRA 6.6 SSE +US10otoe003 40.6829 -95.8486 285.9 NE NEBRASKA CITY 0.7 ENE +US10otoe004 40.6821 -96.3876 363.9 NE PALMYRA 1.5 S +US10otoe005 40.5233 -96.1657 337.1 NE COOK 0.9 N +US10otoe006 40.5671 -96.3023 378.0 NE BURR 2.2 N +US10otoe007 40.5525 -96.1080 303.0 NE COOK 3.0 NORTH +US10otoe008 40.7552 -96.4216 383.1 NE EAGLE 4.3 S +US10otoe009 40.6564 -96.2243 342.0 NE SYRACUSE 2.0 W +US10otoe010 40.5341 -96.0222 294.1 NE TALMAGE 0.3 N +US10otoe011 40.5479 -95.9716 328.9 NE TALMAGE 2.9 ENE +US10otoe012 40.5664 -95.8410 323.1 NE NEBRASKA CITY 7.7 S +US10otoe013 40.6819 -96.2725 342.9 NE UNADILLA 0.2 WSW +US10otoe014 40.6682 -96.1067 360.9 NE SYRACUSE 4.0 E +US10otoe015 40.7376 -96.2950 367.0 NE UNADILLA 4.0 NNW +US10otoe016 40.7058 -96.3965 366.1 NE PALMYRA 0.5 W +US10otoe017 40.6548 -95.9348 362.1 NE NEBRASKA CITY 4.2 WSW +US10otoe019 40.6626 -96.1782 0.0 NE SYRACUSE 0.6 NE +US10otoe026 40.6805 -95.9663 0.0 NE NEBRASKA CITY 5.6 W +US10otoe027 40.5368 -96.3143 0.0 NE BURR 0.7 W +US10otoe028 40.6635 -95.8646 0.0 NE NEBRASKA CITY 1.0 SSW +US10otoe030 40.5370 -96.1218 0.0 NE COOK 2.9 ENE +US10pawn002 40.1942 -96.3553 445.9 NE STEINAUER 6.4 W +US10pawn003 40.2327 -96.3912 444.1 NE BURCHARD 6.3 NNW +US10pawn004 40.2182 -96.1401 342.9 NE STEINAUER 5.0 E +US10pawn006 40.1090 -96.0861 378.9 NE PAWNEE CITY 3.6 E +US10pawn007 40.0587 -96.0903 371.9 NE DUBOIS 2.7 WNW +US10pawn008 40.2199 -96.3063 402.0 NE STEINAUER 3.8 W +US10pawn009 40.0136 -96.2747 410.0 NE SUMMERFIELD 4.1 ENE +US10pawn010 40.0591 -96.1613 357.8 NE PAWNEE CITY 2.9 S +US10pawn013 40.2065 -96.2944 0.0 NE STEINAUER 3.1 W +US10perk001 40.9528 -102.0538 1106.1 NE BIG SPRINGS 7.6 S +US10perk002 40.8486 -101.7216 1043.0 NE GRANT 0.5 NE +US10perk003 40.8267 -101.9196 1075.9 NE GRANT 10.2 W +US10perk004 40.8881 -101.7293 1042.1 NE GRANT 3.2 N +US10perk005 40.7619 -102.0439 1096.1 NE VENANGO 0.2 WSW +US10perk006 40.8476 -101.5412 0.0 NE MADRID 0.2 SE +US10perk008 40.9595 -101.6733 1040.9 NE GRANT 8.6 NNE +US10perk009 40.8064 -101.7277 1036.9 NE GRANT 2.5 S +US10perk010 40.9324 -101.6089 1040.0 NE MADRID 6.6 NW +US10perk011 40.7634 -101.6076 0.0 NE MADRID 6.8 SW +US10perk012 40.7121 -101.3412 1000.0 NE ELSIE 9.7 SSE +US10perk013 40.8483 -101.3881 1035.1 NE ELSIE 0.1 NE +US10perk014 40.8726 -101.6597 1032.1 NE GRANT 4.1 ENE +US10perk015 40.8902 -101.3414 1007.1 NE ELSIE 3.9 NE +US10perk016 40.7866 -101.6656 1028.1 NE GRANT 5.0 SE +US10perk017 40.8000 -101.3229 999.1 NE WALLACE 8.7 WSW +US10perk018 40.7960 -101.8564 1068.0 NE GRANT 7.5 WSW +US10perk020 40.7067 -101.4981 994.0 NE MADRID 10.2 SSE +US10perk021 40.7981 -101.4038 997.0 NE ELSIE 3.5 SSW +US10perk022 40.7497 -101.9165 1068.0 NE VENANGO 6.6 E +US10perk023 40.7571 -101.6272 1022.0 NE MADRID 7.8 SW +US10perk024 40.9773 -101.4284 1008.9 NE ELSIE 9.2 NNW +US10perk027 40.9297 -101.7477 0.0 NE GRANT 0.2 N +US10perk032 40.8342 -101.6950 0.0 NE GRANT 1.7 ESE +US10perk034 40.8464 -101.3915 0.0 NE ELSIE 0.2 WSW +US10perk036 40.6981 -102.0273 0.0 NE VENANGO 4.6 SSE +US10perk037 40.8492 -101.7244 0.0 NE GRANT 0.5 NNE +US10perk038 40.8940 -101.8122 0.0 NE GRANT 5.8 WNW +US10perk040 40.9494 -101.7572 0.0 NE OGALLALA 12.5 SSW +US10phel001 40.3797 -99.1797 687.0 NE WILCOX 1.1 NNW +US10phel002 40.4960 -99.2373 680.0 NE FUNK 2.4 NNE +US10phel003 40.6426 -99.2750 680.0 NE FUNK 12.5 N +US10phel005 40.5542 -99.2919 688.8 NE FUNK 6.7 NNW +US10phel007 40.4411 -99.3803 715.1 NE HOLDREGE 0.5 W +US10phel008 40.4489 -99.3672 0.0 NE HOLDREGE 0.6 NNE +US10phel009 40.6422 -99.4358 0.0 NE ELM CREEK 6.3 S +US10phel010 40.5642 -99.2170 672.1 NE FUNK 7.2 NNE +US10phel011 40.4517 -99.5719 726.9 NE BERTRAND 6.1 SE +US10phel013 40.5503 -99.3229 697.1 NE HOLDREGE 8.0 NNE +US10phel014 40.4763 -99.5096 0.0 NE LOOMIS 0.2 SW +US10phel015 40.5171 -99.2173 0.0 NE FUNK 4.1 NNE +US10pier002 42.3216 -97.7077 513.0 NE OSMOND 6.3 WSW +US10pier003 42.1000 -97.4400 467.9 NE NORFOLK 5.1 NNW +US10pier004 42.1037 -97.5746 499.9 NE PIERCE 7.0 SSW +US10pier005 42.3550 -97.7962 515.1 NE PLAINVIEW 0.4 NW +US10pier006 42.2646 -97.7561 527.0 NE PLAINVIEW 6.2 SSE +US10pier007 42.2342 -97.5104 497.1 NE PIERCE 2.6 NNE +US10pier008 42.2214 -97.6994 531.0 NE PIERCE 9.1 W +US10pier009 42.1977 -97.5260 483.1 NE PIERCE 0.1 SE +US10pier010 42.2982 -97.7963 516.0 NE PLAINVIEW 3.6 S +US10pier011 42.3370 -97.4510 535.8 NE OSMOND 7.8 E +US10pier013 42.1733 -97.6400 0.0 NE PIERCE 6.2 WSW +US10plat001 41.3878 -97.4313 445.9 NE COLUMBUS 4.3 SW +US10plat003 41.4470 -97.3021 438.9 NE COLUMBUS 3.7 ENE +US10plat004 41.4428 -97.3784 442.9 NE COLUMBUS 1.0 NW +US10plat008 41.5407 -97.6344 524.9 NE MONROE 4.9 NNW +US10plat012 41.4502 -97.3727 444.1 NE COLUMBUS 1.4 N +US10plat013 41.4463 -97.3822 445.0 NE COLUMBUS 1.3 NW +US10plat014 41.6411 -97.4321 513.0 NE HUMPHREY 4.4 SE +US10plat018 41.5013 -97.3699 465.1 NE COLUMBUS 4.9 N +US10plat020 41.4521 -97.3759 442.0 NE COLUMBUS 1.6 NNW +US10plat022 41.4746 -97.3803 0.0 NE COLUMBUS 3.2 NNW +US10plat023 41.6142 -97.5231 0.0 NE HUMPHREY 5.7 SSW +US10polk001 41.1130 -97.5828 506.0 NE STROMSBURG 0.9 E +US10polk002 41.1168 -97.7164 523.0 NE STROMSBURG 6.1 W +US10polk003 41.1742 -97.5505 506.9 NE OSCEOLA 0.4 SSW +US10polk005 41.1702 -97.5514 515.1 NE OSCEOLA 0.7 SSW +US10polk006 41.0972 -97.5780 498.0 NE STROMSBURG 1.6 SE +US10polk011 41.1923 -97.6275 520.0 NE OSCEOLA 4.2 W +US10polk012 41.2359 -97.5051 509.9 NE OSCEOLA 4.5 NE +US10polk013 41.2372 -97.5614 467.0 NE OSCEOLA 6.9 N +US10polk014 41.2071 -97.4514 504.1 NE SHELBY 1.7 WNW +US10polk015 41.1138 -97.6005 510.8 NE STROMSBURG 0.1 WSW +US10polk016 41.3547 -97.4250 449.0 NE COLUMBUS 5.9 SW +US10polk019 41.1065 -97.4840 0.0 NE GRESHAM 6.9 NW +US10polk020 41.1959 -97.6828 0.0 NE OSCEOLA 7.1 W +US10polk021 41.2007 -97.6221 0.0 NE OSCEOLA 4.1 WNW +US10red_001 40.1397 -100.6885 777.8 NE MCCOOK 5.4 SW +US10red_002 40.2080 -100.6330 0.0 NE MCCOOK 0.6 NW +US10red_003 40.1972 -100.6139 769.9 NE MCCOOK 0.7 ESE +US10red_004 40.1815 -100.7325 819.9 NE MCCOOK 5.7 W +US10red_005 40.2562 -100.4494 759.0 NE INDIANOLA 2.2 NW +US10red_006 40.1094 -100.2776 780.9 NE BARTLEY 9.8 SSE +US10red_007 40.2157 -100.4063 759.9 NE INDIANOLA 1.4 SSE +US10red_008 40.0663 -100.2215 719.0 NE WILSONVILLE 6.7 WSW +US10red_009 40.1644 -100.2841 751.0 NE BARTLEY 6.0 SSE +US10red_011 40.0230 -100.5626 819.0 NE MCCOOK 12.8 SSE +US10red_012 40.2422 -100.4825 759.9 NE INDIANOLA 3.4 W +US10red_013 40.0378 -100.4151 751.9 NE DANBURY 0.5 W +US10red_014 40.2380 -100.7522 786.1 NE CULBERTSON 4.5 E +US10red_015 40.3302 -100.2865 773.0 NE CAMBRIDGE 3.5 N +US10red_017 40.1886 -100.6028 759.0 NE MCCOOK 1.5 ESE +US10red_018 40.2084 -100.6373 0.0 NE MCCOOK 0.8 WNW +US10red_019 40.2650 -100.6531 818.1 NE MCCOOK 4.6 NNW +US10red_020 40.2973 -100.2131 737.9 NE CAMBRIDGE 2.7 WNW +US10red_021 40.1905 -100.7180 775.1 NE MCCOOK 4.9 W +US10red_022 40.2080 -100.6330 801.9 NE MCCOOK 0.6 NW +US10red_023 40.2008 -100.4917 0.0 NE INDIANOLA 4.5 WSW +US10red_024 40.2002 -100.6235 0.0 NE MCCOOK 0.2 SE +US10rich001 40.1399 -95.9726 319.1 NE HUMBOLDT 2.2 SW +US10rich002 40.1600 -95.5590 310.0 NE FALLS CITY 7.2 NNE +US10rich003 40.0997 -95.8073 285.0 NE DAWSON 2.5 SE +US10rich005 40.2292 -95.9630 356.9 NE HUMBOLDT 4.6 NNW +US10rich006 40.2224 -95.5778 351.1 NE FALLS CITY 11.2 N +US10rich007 40.1164 -95.5256 303.0 NE FALLS CITY 5.5 NE +US10rich008 40.0769 -95.9322 335.0 NE HUMBOLDT 6.0 S +US10rich010 40.0582 -95.5736 299.9 NE FALLS CITY 1.5 E +US10rich012 40.1022 -95.7174 292.9 NE SALEM 1.8 N +US10rich013 40.0052 -95.8484 0.0 NE FALLS CITY 13.4 WSW +US10rock001 42.5500 -99.5974 726.0 NE LONG PINE 5.5 E +US10rock002 42.4119 -99.3895 733.0 NE BASSETT 14.3 SE +US10rock003 42.5786 -99.5366 709.9 NE BASSETT 0.5 SSE +US10rock004 42.4481 -99.3494 715.1 NE NEWPORT 10.6 S +US10rock005 42.7224 -99.4797 605.9 NE BASSETT 9.9 NNE +US10sali001 40.4427 -97.0844 438.9 NE WILBER 7.0 WSW +US10sali002 40.6908 -97.0265 421.8 NE MILFORD 5.9 SSE +US10sali003 40.3779 -97.1876 444.1 NE WESTERN 1.2 SE +US10sali004 40.3961 -96.9279 392.9 NE DEWITT 0.3 WNW +US10sali005 40.4211 -97.3017 484.9 NE TOBIAS 1.8 E +US10sali006 40.4655 -97.2172 456.9 NE WESTERN 5.1 NNW +US10sali007 40.5891 -97.2546 454.2 NE FRIEND 4.8 SSE +US10sali008 40.5873 -97.0818 427.9 NE DORCHESTER 4.5 SSE +US10sali010 40.6547 -97.2639 474.0 NE FRIEND 1.2 E +US10sali011 40.3504 -97.3542 472.1 NE TOBIAS 4.7 SSW +US10sali012 40.4798 -97.2918 487.1 NE TOBIAS 4.9 NE +US10sali015 40.6547 -96.9317 433.1 NE CRETE 2.4 NE +US10sali016 40.6261 -97.1392 449.0 NE DORCHESTER 2.1 NW +US10sali019 40.3710 -97.0795 406.9 NE SWANTON 52.2 E +US10sali021 40.4832 -96.9655 406.0 NE WILBER 0.3 WNW +US10sali023 40.6562 -97.2849 477.9 NE FRIEND 0.2 NNE +US10sali024 40.4803 -97.0389 433.1 NE WILBER 4.1 W +US10sali025 40.5674 -97.1693 465.1 NE DORCHESTER 6.2 SW +US10sali028 40.5447 -97.3116 0.0 NE FRIEND 7.6 SSW +US10sali029 40.5827 -97.3329 0.0 NE FRIEND 5.5 SSW +US10sali030 40.4521 -97.1645 0.0 NE WESTERN 4.4 NNE +US10sali031 40.3624 -97.0867 0.0 NE SWANTON 1.3 SSW +US10sarp002 41.0906 -95.9228 324.0 NE BELLEVUE 3.6 SW +US10sarp004 41.1295 -95.9617 341.1 NE BELLEVUE 3.7 W +US10sarp005 41.1517 -96.0041 306.0 NE OMAHA 8.2 SSW +US10sarp006 41.1056 -95.9386 326.1 NE BELLEVUE 3.3 WSW +US10sarp007 41.1735 -95.9838 319.1 NE OMAHA 6.4 SSW +US10sarp008 41.1733 -95.9867 0.0 NE OMAHA 6.4 SSW +US10sarp009 41.1648 -95.9309 330.1 NE BELLEVUE 2.8 NW +US10sarp011 41.1344 -96.0037 340.2 NE PAPILLION 2.4 ESE +US10sarp012 41.1493 -95.9217 324.0 NE BELLEVUE 1.8 WNW +US10sarp014 41.1273 -95.9105 313.9 NE OFFUTT AFB 0.6 NE +US10sarp015 41.1078 -95.9524 320.0 NE BELLEVUE 3.8 WSW +US10sarp016 41.1135 -95.9648 346.9 NE BELLEVUE 4.2 WSW +US10sarp017 41.1510 -95.9433 313.9 NE BELLEVUE 2.9 WNW +US10sarp018 41.1584 -95.9174 340.2 NE BELLEVUE 2.0 NW +US10sarp020 41.1640 -96.1959 323.1 NE OMAHA 12.3 WSW +US10sarp022 41.1469 -96.0668 327.1 NE PAPILLION 1.4 WSW +US10sarp024 41.1684 -96.0260 0.0 NE PAPILLION 1.3 NE +US10sarp028 41.1319 -96.0593 359.1 NE PAPILLION 1.8 SW +US10sarp029 41.0846 -96.1262 349.9 NE SPRINGFIELD 0.5 ENE +US10sarp031 41.1431 -96.0597 0.0 NE PAPILLION 1.2 WSW +US10sarp032 41.1687 -95.9212 0.0 NE BELLEVUE 2.7 NW +US10sarp035 41.1273 -96.2481 0.0 NE GRETNA 1.0 SSW +US10sarp036 41.1486 -95.9229 0.0 NE BELLEVUE 1.9 WNW +US10sarp038 41.1660 -96.1705 0.0 NE OMAHA 13.7 WSW +US10sarp039 41.1674 -95.9500 0.0 NE BELLEVUE 3.7 WNW +US10sarp048 41.1869 -96.1851 0.0 NE OMAHA 13.5 SW +US10saun001 41.0765 -96.7382 0.0 NE CERESCO 5.0 WNW +US10saun002 41.0540 -96.6451 365.2 NE CERESCO 0.2 S +US10saun005 41.2882 -96.6431 381.9 NE COLON 2.0 WSW +US10saun008 41.2228 -96.6279 378.9 NE WAHOO 0.9 NNW +US10saun009 41.0604 -96.5828 0.0 NE CERESCO 3.3 E +US10saun014 41.1912 -96.6166 0.0 NE WAHOO 1.4 SSE +US10scot001 41.8262 -103.9472 1288.1 NE LYMAN 7.9 SE +US10scot003 41.8440 -103.4400 1196.0 NE MINATARE 4.1 ENE +US10scot004 41.7026 -103.7175 1350.0 NE GERING 9.0 SSW +US10scot005 41.9894 -103.9365 1250.0 NE SCOTTSBLUFF 16.4 WNW +US10scot006 41.8863 -103.9672 1252.1 NE MORRILL 5.7 SSW +US10scot007 41.9618 -103.5192 1272.8 NE MINATARE 10.5 N +US10scot008 41.8458 -103.4672 1195.1 NE MINATARE 3.2 NE +US10scot011 41.9182 -104.0372 1232.9 NE LYMAN 0.2 ENE +US10scot012 41.7199 -103.6684 1320.1 NE GERING 7.3 S +US10scot013 41.8841 -103.7149 1191.2 NE SCOTTSBLUFF 2.7 WNW +US10scot014 41.8240 -103.6533 1186.9 NE GERING 0.4 E +US10scot016 41.8881 -103.6272 1206.1 NE SCOTTSBLUFF 2.6 ENE +US10scot017 41.9846 -103.8120 1228.0 NE MITCHELL 3.1 N +US10scot018 41.8279 -103.9270 1300.0 NE LYMAN 8.5 SE +US10scot019 41.7686 -103.6536 1213.1 NE GERING 3.9 S +US10scot020 41.9350 -103.5792 1232.9 NE SCOTTSBLUFF 6.6 NE +US10scot022 41.9571 -103.8471 1207.0 NE MITCHELL 2.3 WNW +US10scot023 41.8667 -103.5969 1202.1 NE GERING 1.0 ESE +US10scot026 41.9570 -103.7559 1243.9 NE MITCHELL 3.0 ENE +US10scot027 41.9289 -103.6484 1249.1 NE SCOTTSBLUFF 4.4 NNE +US10scot028 41.7121 -103.9426 1357.9 NE LYMAN 15.0 SSE +US10scot034 41.8671 -103.6652 0.0 NE SCOTTSBLUFF 0.1 E +US10scot039 41.8828 -103.6488 0.0 NE SCOTTSBLUFF 1.5 NE +US10scot041 41.8667 -103.5969 0.0 NE SCOTTSBLUFF 3.7 E +US10sewa002 40.9309 -97.3450 488.0 NE UTICA 2.5 N +US10sewa004 41.0190 -97.2844 483.1 NE GRESHAM 6.2 E +US10sewa005 40.8157 -96.9506 413.0 NE PLEASANT DALE 2.5 NNW +US10sewa006 40.9596 -97.0415 463.0 NE SEWARD 4.7 NE +US10sewa007 40.8726 -97.1127 454.2 NE SEWARD 2.5 SSW +US10sewa009 40.7781 -97.0581 445.0 NE MILFORD 0.4 WNW +US10sewa010 41.0006 -97.3461 483.1 NE GRESHAM 3.5 ESE +US10sewa011 40.7731 -97.0507 442.9 NE MILFORD 0.1 S +US10sewa013 41.0044 -97.0566 476.1 NE BEE 0.2 SSE +US10sewa014 40.8730 -97.3044 479.1 NE UTICA 2.6 ESE +US10sewa015 40.9459 -97.3433 488.0 NE UTICA 3.5 N +US10sewa016 40.8292 -96.9898 441.0 NE PLEASANT DALE 4.3 NW +US10sewa017 40.7722 -97.0583 0.0 NE MILFORD 0.4 WSW +US10sewa020 40.8872 -96.9894 0.0 NE SEWARD 5.9 E +US10sewa021 40.9207 -97.0893 0.0 NE SEWARD 1.1 NE +US10sewa022 41.0260 -97.1569 0.0 NE SEWARD 8.8 NNW +US10sewa023 40.8911 -97.3456 0.0 NE UTICA 0.1 SSE +US10shem001 41.2220 -99.1575 663.9 NE LITCHFIELD 4.4 N +US10shem002 41.0490 -99.1624 670.9 NE LITCHFIELD 7.5 S +US10shem003 41.1426 -98.8593 613.0 NE ROCKVILLE 2.2 NW +US10shem004 41.3331 -99.0540 645.9 NE ARCADIA 7.3 SE +US10shem008 41.2787 -98.9704 637.0 NE LOUP CITY 0.3 NW +US10shem009 41.2754 -99.0104 638.9 NE LOUP CITY 2.3 W +US10shem010 41.2947 -99.0511 672.1 NE ARCADIA 9.7 SSE +US10shem011 41.2538 -98.7986 622.1 NE ASHTON 0.4 NW +US10shem012 41.1940 -99.1407 659.9 NE LITCHFIELD 13.6 SE +US10shem014 41.3750 -98.9362 0.0 NE LOUP CITY 7.1 NNE +US10shem016 41.1634 -99.1736 0.0 NE LITCHFIELD 1.0 WNW +US10sher001 42.8153 -102.1032 1079.9 NE GORDON 5.3 E +US10sher002 42.6869 -102.7552 1179.0 NE HAY SPRINGS 3.4 W +US10sher003 42.5350 -102.4789 1104.9 NE RUSHVILLE 12.7 S +US10sher004 42.7134 -102.4657 1140.0 NE RUSHVILLE 0.3 S +US10sher005 42.6149 -102.4964 1154.9 NE RUSHVILLE 7.3 SSW +US10sher006 42.6474 -102.1995 1057.0 NE GORDON 10.9 S +US10sher007 42.6001 -102.5571 1156.1 NE HAY SPRINGS 9.0 ESE +US10sher010 42.3789 -102.3589 1200.0 NE LAKESIDE 22.5 NNE +US10sher011 42.9809 -102.3209 1124.1 NE GORDON 13.6 NNW +US10sher012 42.3371 -102.5072 1195.1 NE ALLIANCE 25.1 ENE +US10sher013 42.4377 -102.5322 1175.0 NE HAY SPRINGS 18.9 SSE +US10sher014 42.7966 -102.6972 1227.1 NE HAY SPRINGS 7.8 N +US10sher015 42.4489 -102.6948 1157.0 NE HAY SPRINGS 16.2 S +US10sher017 42.9929 -102.4713 1057.0 NE RUSHVILLE 18.9 N +US10sher018 42.4565 -102.6458 1143.0 NE HAY SPRINGS 15.9 S +US10sher019 42.6743 -102.3829 1161.9 NE RUSHVILLE 5.3 ESE +US10sher021 42.5046 -102.5666 0.0 NE HAY SPRINGS 13.9 SE +US10sher022 42.2297 -102.5470 0.0 NE ALLIANCE 19.2 ENE +US10sher023 42.8740 -102.5471 0.0 NE RUSHVILLE 11.6 NNW +US10sher026 42.7892 -102.2954 0.0 NE GORDON 4.9 W +US10sher027 42.5960 -102.7131 0.0 NE HAY SPRINGS 6.2 SSW +US10sher028 42.7598 -102.3491 0.0 NE CLINTON 0.0 ESE +US10sher029 42.4978 -102.7413 0.0 NE HAY SPRINGS 13.1 SSW +US10sher030 42.5082 -102.7341 0.0 NE HAY SPRINGS 12.3 SSW +US10sher031 42.7314 -102.0857 0.0 NE GORDON 8.0 ESE +US10sher032 42.7120 -102.4637 0.0 NE RUSHVILLE 0.4 S +US10sher033 42.3561 -102.3013 0.0 NE LAKESIDE 21.7 NNE +US10sher035 42.7001 -102.2033 0.0 NE GORDON 7.2 S +US10sher036 42.9591 -102.3346 0.0 NE GORDON 12.6 NW +US10siou001 42.0008 -103.8480 1253.9 NE MITCHELL 4.7 NNW +US10siou002 42.5945 -103.8679 1439.9 NE HARRISON 6.4 S +US10siou004 42.9256 -103.7785 1125.0 NE HARRISON 17.3 NNE +US10siou005 42.3579 -103.7547 0.0 NE HARRISON 23.7 SSE +US10siou006 42.5564 -103.5559 0.0 NE CRAWFORD 11.5 SW +US10stan002 41.8329 -97.3505 483.1 NE MADISON 5.5 E +US10stan003 41.9435 -97.2253 445.9 NE STANTON 0.5 S +US10stan006 42.0102 -97.0536 427.9 NE PILGER 0.1 NNE +US10stan007 41.7436 -97.3677 481.9 NE LEIGH 7.2 WNW +US10stan008 41.9903 -97.2415 477.9 NE STANTON 2.9 NNW +US10stan009 42.0404 -97.1974 497.1 NE STANTON 6.4 NNE +US10stan010 41.8815 -97.1996 480.1 NE STANTON 4.9 SSE +US10stan011 41.9157 -97.3219 459.9 NE STANTON 5.6 WSW +US10stan012 41.9034 -97.0334 491.9 NE PILGER 7.4 SSE +US10stan013 41.9513 -97.2643 0.0 NE STANTON 2.1 W +US10stan014 41.9599 -97.3644 0.0 NE NORFOLK 5.5 SE +US10thay001 40.3128 -97.8135 508.1 NE DAVENPORT 0.1 W +US10thay002 40.0717 -97.5924 0.0 NE HEBRON 6.6 S +US10thay003 40.3056 -97.6370 479.1 NE CARLETON 2.2 E +US10thay004 40.1578 -97.5950 448.1 NE HEBRON 0.8 SW +US10thay005 40.3144 -97.5925 484.9 NE BRUNING 2.0 SW +US10thay006 40.0776 -97.7571 481.9 NE DESHLER 4.7 SSW +US10thay007 40.2377 -97.7531 491.0 NE DAVENPORT 6.0 SE +US10thay008 40.3135 -97.8026 502.9 NE DAVENPORT 0.5 E +US10thay009 40.2462 -97.3917 434.9 NE ALEXANDRIA 0.1 WNW +US10thay010 40.3503 -97.3685 456.0 NE TOBIAS 5.0 SSW +US10thay011 40.0469 -97.5767 488.9 NE CHESTER 3.4 NE +US10thay012 40.1493 -97.4241 459.0 NE GILEAD 0.6 WNW +US10thay013 40.0167 -97.3871 477.0 NE REYNOLDS 4.0 SW +US10thay014 40.1034 -97.4907 469.1 NE HEBRON 6.6 ESE +US10thay015 40.1325 -97.7842 495.9 NE DESHLER 3.8WSW +US10thay017 40.1763 -97.5646 477.9 NE HEBRON 1.3 ENE +US10thay018 40.1710 -97.5764 473.0 NE HEBRON 0.6 ENE +US10thay019 40.2629 -97.4639 456.9 NE ALEXANDRIA 4.1 WNW +US10thay020 40.0027 -97.7648 513.0 NE BYRON 0.2 ESE +US10thay021 40.1441 -97.2312 0.0 NE ALEXANDRIA 10.8 ESE +US10thay023 40.1754 -97.6598 0.0 NE HEBRON 3.9 W +US10thom002 41.9785 -100.5703 872.0 NE THEDFORD 0.3 E +US10thom003 41.9841 -100.5975 894.0 NE THEDFORD 1.2 WNW +US10thom004 41.9007 -100.7699 933.9 NE THEDFORD 11.4 WSW +US10thom005 41.9887 -100.7070 885.1 NE THEDFORD 6.8 W +US10thom006 41.9023 -100.3028 826.0 NE HALSEY 1.7 W +US10thom007 41.7833 -100.8221 971.1 NE STAPLETON 26.4 NW +US10thom008 42.1314 -100.4572 869.0 NE THEDFORD 12.3 NE +US10thom009 41.9775 -100.5794 875.1 NE THEDFORD 0.2 WSW +US10thom010 41.9760 -100.4567 879.0 NE THEDFORD 6.3 E +US10thom012 42.0428 -100.8355 0.0 NE SENECA 0.1 WSW +US10thom014 41.9723 -100.5742 0.0 NE THEDFORD 0.4 SSE +US10thur002 42.2032 -96.8233 431.9 NE WAKEFIELD 4.25 ESE +US10vall001 41.6190 -98.9433 627.9 NE ORD 1.4 NW +US10vall002 41.5105 -98.8830 624.8 NE ORD 6.8 SSE +US10vall003 41.6335 -99.0738 663.9 NE ELYRIA 4.8 SW +US10vall004 41.7187 -99.0065 655.9 NE ORD 9.0 NW +US10vall005 41.6614 -99.1449 688.8 NE BURWELL 8.3 S +US10vall006 41.6219 -99.1247 684.9 NE COMSTOCK 7.8 ENE +US10vall007 41.4236 -99.0420 675.1 NE ARCADIA 4.4 E +US10vall008 41.4757 -98.8823 637.9 NE ORD 9.1 SSE +US10vall009 41.4239 -99.1593 666.0 NE ARCADIA 1.7 W +US10vall010 41.5616 -99.1836 713.8 NE COMSTOCK 3.5 E +US10vall011 41.5914 -98.7698 613.0 NE NORTH LOUP 6.6 N +US10vall012 41.5679 -99.0024 654.1 NE ORD 4.6 WSW +US10vall013 41.6059 -99.1773 718.1 NE COMSTOCK 4.9 ENE +US10vall014 41.5527 -99.0612 684.0 NE ORD 19.6 SSW +US10vall015 41.5983 -98.9241 630.0 NE ORD 0.4 SSE +US10vall017 41.7100 -98.7756 668.1 NE ORD 10.8 NE +US10vall018 41.6693 -99.1267 0.0 NE ELYRIA 6.3 W +US10wash001 41.4139 -96.0350 398.1 NE FORT CALHOUN 2.9 SSW +US10wash003 41.4692 -96.1369 378.9 NE BLAIR 5.2 S +US10wash004 41.5182 -96.1473 363.9 NE BLAIR 2.1 SW +US10wash005 41.6764 -96.3155 388.9 NE HERMAN 5.2 W +US10wash006 41.4595 -96.0784 378.0 NE FORT CALHOUN 2.7 W +US10wash010 41.6552 -96.3889 0.0 NE HERMAN 9.1 W +US10wash011 41.5584 -96.2206 0.0 NE BLAIR 5.1 W +US10wash012 41.4776 -96.2016 0.0 NE KENNARD 0.3 NNE +US10wash014 41.5437 -96.1465 0.0 NE BLAIR 0.1 W +US10wayn001 42.2210 -96.9598 479.1 NE WAYNE 3.1 E +US10wayn002 42.2361 -97.0074 440.1 NE WAYNE 0.7 ENE +US10wayn003 42.2444 -97.0067 455.1 NE WAYNE 1.1 NE +US10wayn004 42.1937 -97.2936 558.1 NE WINSIDE 6.3 W +US10wayn005 42.2179 -97.2881 548.0 NE WINSIDE 6.5 WNW +US10wayn006 42.1108 -97.3056 513.9 NE HOSKINS 0.1 SSE +US10wayn007 42.2136 -97.2326 515.1 NE WINSIDE 3.9 WNW +US10wayn008 42.2296 -97.0294 451.1 NE WAYNE 0.6 W +US10wayn010 42.2182 -97.2884 0.0 NE WINSIDE 7.5 NW +US10webs001 40.3357 -98.4907 598.0 NE BLUE HILL 2.2 W +US10webs002 40.3067 -98.5694 609.9 NE BLADEN 1.7 ESE +US10webs003 40.2637 -98.3310 584.9 NE LAWRENCE 4.2 WSW +US10webs004 40.2972 -98.7267 0.0 NE CAMPBELL 0.3 ESE +US10webs005 40.0625 -98.3500 499.9 NE GUIDE ROCK 1.3 WSW +US10webs007 40.0260 -98.6892 554.1 NE INAVALE 4.9 SSW +US10webs008 40.1045 -98.5204 541.0 NE RED CLOUD 1.1 N +US10webs009 40.2786 -98.6577 616.9 NE BLADEN 4.4 SW +US10webs010 40.2422 -98.2928 584.0 NE LAWRENCE 3.8 SSW +US10webs011 40.2083 -98.3293 583.1 NE GUIDE ROCK 9.2 N +US10webs013 40.0891 -98.4366 516.9 NE RED CLOUD 4.3 E +US10webs014 40.2109 -98.6741 613.9 NE BLADEN 8.7 SW +US10webs015 40.3144 -98.2739 568.1 NE LAWRENCE 1.7 NNW +US10webs018 40.3362 -98.3725 0.0 NE BLUE HILL 4.0 E +US10webs019 40.2799 -98.5158 0.0 NE BLUE HILL 5.0 SW +US10webs020 40.0717 -98.3293 0.0 NE GUIDE ROCK 0.2 SSE +US10webs021 40.2833 -98.3859 0.0 NE BLUE HILL 4.7 SE +US10webs022 40.3278 -98.4500 0.0 NE BLUE HILL 0.3 SSW +US10whee001 41.9939 -98.6327 645.0 NE BARTLETT 8.6 NW +US10whee002 41.9864 -98.5104 627.0 NE BARTLETT 9 NE +US10whee003 41.9032 -98.3348 604.1 NE BARTLETT 11.4 E +US10whee004 41.7439 -98.4331 607.2 NE SPALDING 5.3 NW +US10whee006 41.7779 -98.3759 645.0 NE SPALDING 6.2 N +US10whee007 42.0522 -98.5398 626.1 NE EWING 17.4 SW +US10whee009 41.8811 -98.5488 670.0 NE BARTLETT 0.4 SE +US10whee010 41.9058 -98.6898 673.9 NE BARTLETT 7.3 W +US10york002 40.8683 -97.5740 502.9 NE YORK 1.0 E +US10york003 40.8622 -97.5935 499.9 NE YORK 0.6 SW +US10york008 41.0186 -97.6720 527.9 NE BENEDICT 3.5 W +US10york009 40.7450 -97.6008 484.0 NE MCCOOL JUNCTION 0.2 WNW +US10york010 40.8573 -97.6025 502.9 NE YORK 0.9 SW +US10york011 40.9149 -97.5677 505.1 NE YORK 3.5 NNE +US10york012 40.8890 -97.6761 508.1 NE YORK 4.6 WNW +US10york014 40.7391 -97.4068 460.9 NE EXETER 7.3 NNE +US10york015 40.8765 -97.5904 506.0 NE YORK 0.6 NNE +US10york017 41.0435 -97.4270 495.9 NE GRESHAM 1.7 WNW +US10york018 40.8431 -97.5786 502.0 NE YORK 1.9 SSE +US10york019 40.8868 -97.3948 490.1 NE WACO 3.6 E +US10york020 40.9758 -97.7336 524.9 NE BRADSHAW 6.4 N +US10york022 41.0284 -97.3984 495.9 NE GRESHAM 0.2 E +US10york023 41.0357 -97.5205 502.9 NE STROMSBURG 6.8 SE +US10york024 40.8160 -97.8060 524.9 NE HENDERSON 2.5 N +US10york025 40.8831 -97.6515 502.0 NE YORK 3.3 WNW +US10york026 40.8121 -97.7354 516.9 NE HENDERSON 4.6 ENE +US10york027 40.8504 -97.4069 485.9 NE WACO 4.3 SE +US10york028 40.7930 -97.7499 512.1 NE HENDERSON 3.4 ENE +US10york029 40.8584 -97.5774 499.9 NE YORK 1.0 ESE +US10york031 41.0261 -97.7034 516.9 NE BRADSHAW 10.1 NNE +US10york032 40.9538 -97.5226 499.9 NE YORK 6.9 NE +US10york033 40.9234 -97.6173 0.0 NE YORK 4.0 NNW +US10york034 40.7510 -97.5785 0.0 NE MCCOOL JUNCTION 1.1 ENE +US10york035 40.8003 -97.6220 0.0 NE YORK 4.9 SSW +US10york036 40.7340 -97.5980 0.0 NE MCCOOL JUNCTION 0.7 S +US10york037 40.8587 -97.6075 0.0 NE YORK 1.0 WSW +US10york039 41.0079 -97.6050 0.0 NE BENEDICT 0.2 NE +US10york040 40.8587 -97.6075 0.0 NE YORK 1.0 WSW +US10york041 40.8987 -97.5928 0.0 NE YORK 2.1 N +US10york042 40.9303 -97.7973 0.0 NE BRADSHAW 4.1 NW +US1AKAB0001 61.2047 -149.7563 70.1 AK ANCHORAGE 4.8 E +US1AKAB0003 61.1926 -149.7542 80.8 AK ANCHORAGE 5.2 SE +US1AKAB0004 61.1094 -149.7701 -999.9 AK ANCHORAGE 8.7 SSE +US1AKAB0006 61.1934 -149.9682 12.5 AK ANCHORAGE 2.8 SW +US1AKAB0007 61.1000 -149.8200 -999.9 AK ANCHORAGE 8.6 SSE +US1AKAB0008 61.4176 -149.4477 -999.9 AK KNIK 10.0 ESE +US1AKAB0009 61.1852 -149.7205 -999.9 AK ANCHORAGE 6.4 ESE +US1AKAB0012 60.9512 -149.1278 88.1 AK ANCHORAGE 31.7 SE +US1AKAB0014 61.1606 -149.8067 60.0 AK ANCHORAGE 5.1 SE +US1AKAB0021 61.3122 -149.4958 243.5 AK EAGLE RIVER 2.6 ESE +US1AKAB0022 61.2869 -149.3945 193.2 AK EAGLE RIVER 6.2 ESE +US1AKAB0023 61.2378 -149.4543 583.4 AK EAGLE RIVER 7.0 SE +US1AKAB0027 61.1039 -149.7296 349.6 AK ANCHORAGE 9.7 SE +US1AKAB0028 61.0614 -149.7524 417.9 AK ANCHORAGE 11.9 SSE +US1AKAB0030 61.2059 -149.8112 40.8 AK ANCHORAGE 3.1 ESE +US1AKAB0034 61.3659 -149.5501 78.0 AK EAGLE RIVER 3.1 NNE +US1AKAB0036 61.1925 -149.7600 -999.9 AK ANCHORAGE 5.0 ESE +US1AKAB0038 61.2272 -149.4401 657.1 AK EAGLE RIVER 7.8 SE +US1AKAB0048 61.4069 -149.4872 58.2 AK CHUGIAK 0.8 +US1AKAB0051 61.2130 -149.7649 68.3 AK ANCHORAGE 4.5 E +US1AKAB0052 61.1529 -149.9346 35.4 AK ANCHORAGE 4.7 SSW +US1AKAB0055 61.1113 -149.8460 67.1 AK ANCHORAGE 7.6 SSE +US1AKAB0058 61.1898 -149.9492 20.1 AK ANCHORAGE 2.6 SW +US1AKAB0061 61.1898 -149.9492 20.1 AK ANCHORAGE 2.6 SW +US1AKBC0003 61.5800 -159.5510 16.5 AK ANIAK 0.4 W +US1AKBC0004 61.7025 -157.1699 62.5 AK SLEETMUTE 1.4 SSE +US1AKFN0004 64.9347 -148.0244 292.9 AK FAIRBANKS 11.3 NW +US1AKFN0011 64.8933 -147.4436 245.1 AK FAIRBANKS 7.2 ENE +US1AKFN0013 64.9276 -147.5387 433.4 AK FAIRBANKS 7.0 NNE +US1AKFN0015 64.9186 -147.6304 303.6 AK FAIRBANKS 5.7 N +US1AKFN0016 64.8447 -147.7973 133.5 AK FAIRBANKS 4.4 W +US1AKFN0018 64.9112 -147.5680 309.7 AK FAIRBANKS 5.6 NNE +US1AKJB0002 58.3834 -134.6453 17.7 AK JUNEAU 3.0 NW +US1AKJB0003 58.4029 -134.5919 24.1 AK JUNEAU 2.8 NW +US1AKJB0005 58.2592 -134.3206 47.9 AK JUNEAU 11.6 SE +US1AKJB0007 58.2752 -134.3907 6.4 AK DOUGLAS 0.1 SSE +US1AKJB0009 58.2828 -134.4115 65.5 AK JUNEAU 12.5 SW +US1AKJB0010 58.3025 -134.4180 12.2 AK JUNEAU 11.9 WSW +US1AKJB0011 58.3568 -134.5313 17.7 AK JUNEAU 14.6 W +US1AKKP0001 60.4868 -151.0823 32.0 AK SOLDOTNA 0.6 W +US1AKKP0002 60.4879 -150.7260 94.5 AK SOLDOTNA 11.5 E +US1AKMS0005 61.6995 -149.9897 92.7 AK WILLOW 3.6 SE +US1AKMS0010 61.5419 -149.4133 22.9 AK WASILLA 3.1 SSE +US1AKMS0011 61.6185 -149.1258 132.6 AK PALMER 1.7 WNW +US1AKMS0012 62.2272 -150.0731 116.7 AK TALKEETNA 7.6 S +US1AKMS0014 61.6058 -149.5233 150.3 AK WASILLA 2.7 NW +US1AKPW0001 55.9553 -133.6178 -999.9 AK EDNA BAY 1.3 E +US1AKPW0005 55.7878 -133.4564 110.6 AK EDNA BAY 13.8 SE +US1AKSH0002 59.5201 -135.3503 25.0 AK SKAGWAY 0.5 W +US1AKVC0005 61.0958 -146.1967 16.8 AK VALDEZ 3.6 ENE +US1AKWH0003 61.5277 -165.5787 -999.9 AK CHEVAK +US1AKWH0005 60.9445 -164.6441 -999.9 AK NEWTOK +US1AKWH0012 61.5229 -166.0981 7.9 AK HOOPER BAY 1.2 S +US1AKWP0001 56.8139 -132.9536 14.9 AK PETERSBURG 4.4 NW +US1ALAT0002 32.4756 -86.4393 106.1 AL PRATTVILLE 1.1 NNE +US1ALAT0010 32.4262 -86.5390 95.1 AL PRATTVILLE 5.9 WSW +US1ALAT0013 32.6444 -86.4302 268.2 AL DEATSVILLE 3.4 NW +US1ALAT0014 32.4825 -86.4854 100.3 AL PRATTVILLE 2.7 WNW +US1ALBB0003 33.0212 -86.9208 141.1 AL WILTON 4.8 SSW +US1ALBB0004 33.0199 -86.9241 146.0 AL WILTON 5.0 SSW +US1ALBB0005 33.1772 -87.1652 165.8 AL WOODSTOCK 2.2 SW +US1ALBB0006 33.0359 -86.8858 139.9 AL BRIERFIELD 1.4 E +US1ALBB0008 32.9878 -87.0882 113.7 AL CENTREVILLE 3.3 NE +US1ALBL0002 33.9554 -86.5439 171.9 AL ROSA 2.8 SW +US1ALBL0003 33.8584 -86.8679 288.0 AL WARRIOR 4.6 NW +US1ALBL0005 33.8029 -86.5601 326.1 AL SPRINGVILLE 5.3 WNW +US1ALBL0006 34.0913 -86.6066 215.2 AL BLOUNTSVILLE 1.3 NW +US1ALBL0007 33.8527 -86.4081 392.9 AL SPRINGVILLE 6.7 NE +US1ALBL0008 33.9400 -86.6300 146.0 AL CLEVELAND 5.1 SW +US1ALBL0009 33.9416 -86.4555 282.9 AL ONEONTA 0.9 SE +US1ALBL0011 34.1855 -86.4510 239.6 AL BLOUNTSVILLE 10.8 NE +US1ALBL0013 33.9153 -86.3464 419.4 AL ONEONTA 7.5 ESE +US1ALBL0015 33.8481 -86.9452 150.9 AL EMPIRE 4.7 NE +US1ALBL0016 33.8902 -86.7567 152.4 AL HAYDEN 0.4 SSW +US1ALBL0018 33.8713 -86.7518 166.4 AL WARRIOR 5.1 NE +US1ALBL0020 34.0752 -86.5563 245.7 AL BLOUNTSVILLE 1.9 ESE +US1ALBL0021 34.2305 -86.4792 297.2 AL ARAB 7.0 S +US1ALBL0023 34.1404 -86.5467 283.5 AL BLOUNTSVILLE 4.8 NNE +US1ALBR0001 31.7060 -85.6116 173.1 AL CLIO 0.2 SSW +US1ALBR0002 31.8976 -85.1416 74.7 AL EUFAULA 1.0 SSE +US1ALBR0003 31.8939 -85.1619 87.2 AL EUFAULA 1.3 SSW +US1ALBR0006 31.8826 -85.5839 133.2 AL CLAYTON 7.8 W +US1ALBT0001 31.8589 -86.8405 130.1 AL GREENVILLE 12.7 W +US1ALBT0002 31.8233 -86.6517 129.8 AL GREENVILLE 1.5 WSW +US1ALBW0001 30.5483 -87.8887 32.9 AL FAIRHOPE 2.3 N +US1ALBW0003 30.6424 -87.9076 48.2 AL DAPHNE 1.2 NNW +US1ALBW0004 30.6220 -87.9014 43.9 AL DAPHNE 0.4 SW +US1ALBW0005 30.2902 -87.5099 -999.9 AL ORANGE BEACH 4.9 E +US1ALBW0008 30.3439 -87.7848 13.1 AL FOLEY 7.4 SW +US1ALBW0009 30.4030 -87.6766 27.1 AL FOLEY 0.5 ESE +US1ALBW0011 30.2968 -87.5425 -999.9 AL ORANGE BEACH 3.0 ENE +US1ALBW0013 30.5667 -87.9005 34.7 AL FAIRHOPE 3.7 NNW +US1ALBW0015 30.3002 -87.5539 1.2 AL ORANGE BEACH 2.5 ENE +US1ALBW0017 30.4702 -87.6607 34.1 AL SUMMERDALE 2.5 ESE +US1ALBW0019 30.3876 -87.4666 24.1 AL ELBERTA 8.2 ESE +US1ALBW0020 30.4624 -87.7678 30.2 AL SUMMERDALE 4.3 WSW +US1ALBW0023 30.3908 -87.6167 21.0 AL ELBERTA 1.8 SSW +US1ALBW0026 30.6216 -87.7578 60.0 AL LOXLEY 0.4 SSW +US1ALBW0027 30.3032 -87.5624 1.8 AL ORANGE BEACH 2.1 NE +US1ALBW0028 30.6720 -87.8982 60.0 AL SPANISH FORT 0.8 WSW +US1ALBW0030 30.5235 -87.8260 36.0 AL FAIRHOPE 3.5 E +US1ALBW0031 30.3789 -87.6975 20.1 AL FOLEY 2.0 SSW +US1ALBW0032 30.5566 -87.9013 3.4 AL FAIRHOPE 3.1 NNW +US1ALBW0033 30.5272 -87.8835 43.9 AL FAIRHOPE 0.9 N +US1ALBW0035 30.2864 -87.5688 10.1 AL ORANGE BEACH 1.3 E +US1ALBW0036 30.6759 -87.8563 65.8 AL DAPHNE 4.2 NE +US1ALBW0038 30.5309 -87.8101 25.9 AL FAIRHOPE 4.5 ENE +US1ALBW0039 30.4675 -87.9115 6.1 AL POINT CLEAR 1.6 SSW +US1ALBW0040 30.5072 -87.9083 13.4 AL FAIRHOPE 1.5 WSW +US1ALBW0041 30.5170 -87.8455 32.0 AL FAIRHOPE 2.3 E +US1ALBW0042 30.5106 -87.9070 26.2 AL FAIRHOPE 1.4 W +US1ALBW0043 30.5464 -87.9005 8.8 AL FAIRHOPE 2.4 NNW +US1ALBW0045 30.4880 -87.8002 4.0 AL SILVERHILL 5.0 SW +US1ALBW0049 30.5403 -87.9020 6.7 AL FAIRHOPE 2.1 NNW +US1ALBW0052 30.3500 -87.7656 11.9 AL FOLEY 6.2 SW +US1ALBW0053 30.3718 -87.6195 2.1 AL ELBERTA 3.1 SSW +US1ALBW0054 30.4410 -87.8947 24.1 AL FAIRHOPE 5.1 S +US1ALBW0057 30.6214 -87.8684 46.9 AL DAPHNE 1.8 ESE +US1ALBW0058 30.6849 -87.8683 46.9 AL SPANISH FORT 1.2 NE +US1ALBW0059 31.0359 -87.7413 90.5 AL BAY MINETTE 10.9 N +US1ALBW0060 30.6077 -87.9081 35.7 AL DAPHNE 1.5 SSW +US1ALBW0065 30.5324 -87.7440 39.9 AL SILVERHILL 0.9 SSE +US1ALBW0066 30.3146 -87.7116 1.2 AL GULF SHORES 3.1 N +US1ALBW0068 30.6750 -87.9115 17.7 AL SPANISH FORT 1.6 W +US1ALBW0071 30.5166 -87.8474 31.7 AL FAIRHOPE 2.2 E +US1ALBW0074 30.3645 -87.6268 14.3 AL FOLEY 4.5 SE +US1ALBW0075 30.5742 -87.8519 41.5 AL DAPHNE 4.5 SE +US1ALBW0079 30.5724 -87.8444 40.2 AL DAPHNE 4.9 SE +US1ALBW0080 30.6461 -87.8871 47.2 AL DAPHNE 1.5 NNE +US1ALBW0081 30.5777 -87.8293 38.1 AL DAPHNE 5.3 SE +US1ALBW0082 30.5138 -87.9113 25.3 AL FAIRHOPE 1.6 W +US1ALBW0083 30.5258 -87.8816 36.9 AL FAIRHOPE 0.8 N +US1ALBW0085 30.4955 -87.7440 28.0 AL SUMMERDALE 2.7 WNW +US1ALBW0086 30.4831 -87.9114 7.6 AL POINT CLEAR 0.6 SW +US1ALBW0088 31.0373 -87.7417 74.7 AL BAY MINETTE 11.0 N +US1ALCB0001 32.8151 -85.1748 178.9 AL VALLEY 0.4 NNW +US1ALCB0002 32.8693 -85.1992 201.8 AL LANETT 0.4 ENE +US1ALCB0004 32.8161 -85.1733 170.4 AL VALLEY 0.5 N +US1ALCC0001 31.2725 -87.1184 96.0 AL CASTLEBERRY 5.6 WSW +US1ALCC0002 31.3271 -87.2431 88.7 AL REPTON 5.7 S +US1ALCE0001 34.4811 -85.5221 476.4 AL MENTONE 6.9 SSE +US1ALCF0003 31.4278 -85.8800 127.1 AL NEW BROCKTON 4.2 NE +US1ALCF0004 31.3361 -85.8709 105.2 AL ENTERPRISE 1.5 WNW +US1ALCH0001 32.8750 -86.6411 199.0 AL CLANTON 2.6 NNW +US1ALCH0003 32.8341 -86.4768 118.9 AL CLANTON 8.6 E +US1ALCH0006 32.9613 -86.6694 228.6 AL JEMISON 4.3 E +US1ALCK0003 31.6447 -87.8540 75.0 AL GROVE HILL 6.1 SW +US1ALCK0004 31.6365 -87.8256 74.1 AL GROVE HILL 5.4 SSW +US1ALCK0005 31.5215 -87.8945 75.3 AL JACKSON 0.8 S +US1ALCK0007 31.6609 -87.8713 82.0 AL GROVE HILL 6.3 WSW +US1ALCK0008 31.5644 -87.8628 94.2 AL JACKSON 2.8 NE +US1ALCK0009 31.7089 -87.7790 153.0 AL GROVE HILL 0.4 NNW +US1ALCK0010 31.8403 -87.7686 123.4 AL THOMASVILLE 5.2 SSW +US1ALCM0001 34.0438 -87.0030 168.9 AL BREMEN 3.9 NNW +US1ALCM0003 34.1703 -86.7624 237.1 AL CULLMAN 4.4 E +US1ALCM0004 34.0656 -86.7354 185.0 AL HANCEVILLE 1.6 E +US1ALCM0005 34.2424 -86.8629 302.1 AL VINEMONT 0.2 ENE +US1ALCM0006 34.1004 -86.9320 171.3 AL CULLMAN 7.5 SW +US1ALCM0008 34.1778 -86.9958 288.0 AL LOGAN 2.8 NNE +US1ALCM0010 34.1448 -86.8371 218.5 AL CULLMAN 2.2 S +US1ALCM0012 34.2413 -86.8639 299.6 AL CULLMAN 4.7 NNW +US1ALCM0013 34.0290 -86.7665 194.8 AL HANCEVILLE 2.5 S +US1ALCM0016 34.2835 -86.9144 301.4 AL VINEMONT 4.0 NW +US1ALCM0022 34.2936 -86.5709 313.0 AL BAILEYTON 3.3 NE +US1ALCN0001 33.8333 -85.7523 232.9 AL JACKSONVILLE 1.6 NNE +US1ALCN0004 33.7019 -85.7032 216.1 AL ANNISTON 6.9 ENE +US1ALCN0005 33.7069 -85.8421 242.9 AL SAKS 0.7 ESE +US1ALCN0007 33.7757 -85.7357 281.9 AL JACKSONVILLE 2.8 SSE +US1ALCN0008 33.7623 -85.8182 212.8 AL WEAVER 0.7 NW +US1ALCN0009 33.7540 -85.8370 212.1 AL WEAVER 1.6 W +US1ALCS0001 33.0445 -86.2311 247.5 AL SYLACAUGA 9.2 S +US1ALCS0002 33.0783 -86.2064 263.7 AL SYLACAUGA 7.5 SSE +US1ALCS0003 32.8217 -86.0534 198.1 AL ALEXANDER CITY 10.0 SW +US1ALCS0007 32.8021 -86.0054 149.0 AL ALEXANDER CITY 9.6 SSW +US1ALCS0008 32.8252 -86.4164 107.3 AL ROCKFORD 12.3 WSW +US1ALCT0001 34.6224 -87.7941 236.2 AL TUSCUMBIA 8.9 SW +US1ALCT0002 34.8122 -87.9625 157.9 AL CHEROKEE 3.9 N +US1ALCT0003 34.7440 -87.6785 153.9 AL MUSCLE SHOALS 2.1 W +US1ALCT0004 34.7293 -87.6472 154.8 AL MUSCLE SHOALS 1.3 SSW +US1ALCT0005 34.7655 -87.6813 167.0 AL SHEFFIELD 1.3 ENE +US1ALCT0006 34.6758 -88.0533 211.5 AL CHEROKEE 7.4 SW +US1ALCT0007 34.6066 -87.6706 217.9 AL LITTLEVILLE 0.8 NNE +US1ALCT0010 34.6870 -87.6844 149.0 AL TUSCUMBIA 3.1 SSE +US1ALCT0012 34.6854 -88.0248 204.2 AL CHEROKEE 5.9 SW +US1ALCT0014 34.7754 -87.4736 196.9 AL MUSCLE SHOALS 9.7 NNE +US1ALCT0016 34.7486 -87.6447 162.2 AL MUSCLE SHOALS 0.2 WNW +US1ALCT0019 34.6073 -87.6694 221.6 AL TUSCUMBIA 8.6 SSE +US1ALCW0001 31.9956 -88.2941 111.9 AL TOXEY 6.0 N +US1ALDK0007 34.3452 -86.0482 340.2 AL GERALDINE 2.8 WSW +US1ALDK0008 34.5346 -85.7563 396.8 AL SYLVANIA 3.4 ESE +US1ALDK0009 34.4431 -85.7159 274.3 AL FORT PAYNE 1.4 WSW +US1ALDK0010 34.5387 -85.9115 388.9 AL FYFFE 6.3 NNE +US1ALDK0012 34.4719 -85.8429 365.8 AL RAINSVILLE 1.9 S +US1ALDK0013 34.4844 -85.6105 479.1 AL FORT PAYNE 5.2 ENE +US1ALDK0017 34.8092 -85.5950 492.9 AL FLAT ROCK 6.3 ENE +US1ALDK0018 34.3171 -85.9816 349.0 AL CROSSVILLE 2.2 NNE +US1ALDL0001 31.4759 -85.6614 93.9 AL OZARK 2.7 NNW +US1ALDL0002 31.6071 -85.4310 145.7 AL CLOPTON 0.1 SW +US1ALDL0006 31.4254 -85.6768 111.9 AL OZARK 1.9 WSW +US1ALDL0011 31.3039 -85.7896 104.2 AL ENTERPRISE 3.8 ESE +US1ALDS0001 32.4042 -87.0546 46.0 AL SELMA 1.5 WSW +US1ALEL0004 32.5504 -86.3845 120.1 AL MILLBROOK 4.0 NNW +US1ALEL0005 32.5422 -86.3783 100.0 AL MILLBROOK 3.3 N +US1ALEL0006 32.5161 -86.3972 115.2 AL MILLBROOK 2.3 NW +US1ALEL0007 32.4895 -86.1468 149.0 AL WETUMPKA 5.0 SE +US1ALEL0010 32.4785 -86.1786 91.4 AL WETUMPKA 4.7 SSE +US1ALEL0012 32.6267 -86.1276 145.7 AL WETUMPKA 7.2 NE +US1ALEL0014 32.5127 -86.3996 124.7 AL MILLBROOK 2.2 NW +US1ALEL0016 32.5801 -86.0938 96.0 AL ECLECTIC 5.2 SW +US1ALEL0017 32.6908 -86.2046 158.5 AL TITUS 6.8 SE +US1ALEL0018 32.6784 -86.1402 171.6 AL WETUMPKA 9.9 NNE +US1ALEL0022 32.5741 -86.2877 58.8 AL WETUMPKA 5.4 WNW +US1ALEL0024 32.5149 -86.3851 117.0 AL MILLBROOK 1.7 NW +US1ALEL0027 32.4540 -86.1137 105.5 AL BLUE RIDGE 5.2 ESE +US1ALEL0028 32.4984 -86.0922 103.0 AL WETUMPKA 7.1 ESE +US1ALES0001 31.0566 -87.1668 52.1 AL POLLARD 2.4 N +US1ALES0003 31.0923 -87.5631 96.3 AL ATMORE 6.3 NW +US1ALET0001 34.1527 -85.8922 257.9 AL COLLINSVILLE 8.0 SSW +US1ALET0002 34.1650 -85.9265 352.7 AL ATTALLA 15.2 NE +US1ALET0004 34.0879 -85.9863 252.7 AL GADSDEN 5.6 NNE +US1ALFR0001 34.4806 -87.8644 256.9 AL RUSSELLVILLE 7.9 WSW +US1ALFR0006 34.3705 -87.8036 281.6 AL PHIL CAMPBELL 5.7 WNW +US1ALFR0007 34.3922 -87.7520 310.9 AL SPRUCE PINE 1.5 W +US1ALFY0001 33.8303 -87.8117 157.9 AL WINFIELD 6.9 S +US1ALFY0002 33.6802 -87.8320 104.2 AL FAYETTE 1.0 S +US1ALFY0003 33.7140 -87.8309 132.9 AL FAYETTE 1.4 N +US1ALFY0005 33.7193 -87.8208 115.2 AL FAYETTE 1.9 NNE +US1ALFY0009 33.7150 -87.8169 108.8 AL FAYETTE 1.7 NNE +US1ALFY0010 33.7756 -87.8267 167.3 AL FAYETTE 5.6 N +US1ALGV0005 31.1172 -86.0501 60.7 AL SAMSON 0.4 NNW +US1ALHL0002 33.0200 -87.6450 36.0 AL MOUNDVILLE 1.9 NNW +US1ALHN0002 31.6974 -85.1513 72.8 AL ABBEVILLE 10.8 NE +US1ALHS0003 31.2423 -85.4364 0.0 AL DOTHAN 2.6 SW +US1ALHS0004 31.2172 -85.4172 91.1 AL DOTHAN 1.5 SSW +US1ALHS0006 31.2261 -85.6143 96.0 AL CLAYHATCHEE 5.9 E +US1ALHS0009 31.2088 -85.4831 89.0 AL DOTHAN 5.0 WSW +US1ALHS0011 31.2355 -85.4892 79.9 AL DOTHAN 5.0 W +US1ALHS0012 31.2081 -85.4337 95.1 AL DOTHAN 2.6 SW +US1ALHS0013 31.0950 -85.4640 72.8 AL REHOBETH 2.1 SSW +US1ALHS0016 31.2929 -85.2997 77.1 AL KINSEY 2.2 E +US1ALJC0001 34.8731 -86.2959 535.8 AL PRINCETON 3.6 NW +US1ALJC0003 34.8057 -86.2483 198.1 AL HOLLYTREE 0.6 NNE +US1ALJC0004 34.5801 -86.0997 187.1 AL SCOTTSBORO 5.6 SSW +US1ALJC0006 34.7927 -86.1266 487.1 AL SKYLINE 0.7 SSW +US1ALJC0007 34.5502 -86.0794 228.0 AL LANGSTON 1.3 NE +US1ALJC0008 34.6388 -86.2577 182.9 AL WOODVILLE 1.7 NE +US1ALJC0009 34.7015 -86.0978 193.9 AL SCOTTSBORO 4.6 NW +US1ALJC0010 34.6222 -86.0379 192.9 AL SCOTTSBORO 1.9 SSE +US1ALJC0012 34.7345 -86.2100 463.0 AL WOODVILLE 8.0 NNE +US1ALJC0013 34.8950 -85.7940 191.1 AL STEVENSON 2.8 NE +US1ALJC0014 34.5994 -86.0290 248.4 AL SCOTTSBORO 4.1 SSW +US1ALJC0015 34.6859 -85.9678 192.9 AL SCOTTSBORO 5.2 ENE +US1ALJC0016 34.6863 -85.8796 390.1 AL PISGAH 1.8 W +US1ALJF0002 33.4782 -86.7837 218.5 AL HOMEWOOD 1.6 NE +US1ALJF0003 33.4600 -86.7616 264.0 AL VESTAVIA HILLS 2.4 NE +US1ALJF0004 33.5790 -86.7121 208.5 AL TARRANT 3.4 ESE +US1ALJF0007 33.6153 -86.6242 221.9 AL TRUSSVILLE 2.3 SW +US1ALJF0008 33.6592 -86.8017 203.9 AL GARDENDALE 0.4 S +US1ALJF0010 33.7831 -86.8030 145.7 AL KIMBERLY 1.0 N +US1ALJF0011 33.4511 -86.7672 228.0 AL VESTAVIA HILLS 1.7 NE +US1ALJF0012 33.5725 -86.6909 299.3 AL BIRMINGHAM 8.8 SE +US1ALJF0017 33.6834 -86.6777 210.9 AL PINSON 0.5 SE +US1ALJF0020 33.3583 -86.8643 242.9 AL HOOVER 2.9 WSW +US1ALJF0024 33.7029 -86.5275 263.3 AL ARGO 1.5 NW +US1ALJF0025 33.4885 -86.8923 189.9 AL FAIRFIELD 1.8 NE +US1ALJF0033 33.2522 -86.9866 214.0 AL BESSEMER 8.6 S +US1ALJF0034 33.4927 -86.7546 221.3 AL BIRMINGHAM 3.5 SE +US1ALJF0035 33.4145 -86.8142 207.9 AL VESTAVIA HILLS 2.0 SW +US1ALJF0036 33.6847 -86.5972 314.9 AL TRUSSVILLE 3.4 N +US1ALJF0037 33.3790 -86.9775 165.2 AL BESSEMER 1.0 WNW +US1ALJF0038 33.7247 -86.5579 348.1 AL TRUSSVILLE 6.6 NNE +US1ALJF0039 33.4349 -86.7558 232.0 AL VESTAVIA HILLS 1.8 E +US1ALJF0040 33.6606 -86.5315 286.5 AL TRUSSVILLE 3.9 ENE +US1ALJF0042 33.6229 -86.6206 232.0 AL TRUSSVILLE 0.6 NW +US1ALJF0044 33.4296 -86.7459 168.2 AL VESTAVIA HILLS 2.4 E +US1ALJF0046 33.3800 -86.7836 139.9 AL BIRMINGHAM 9.7 SSE +US1ALJF0047 33.3963 -86.8399 270.1 AL HOOVER 1.9 NW +US1ALJF0048 33.4101 -86.8547 325.5 AL HOOVER 3.2 NW +US1ALJF0053 33.6523 -86.6167 312.1 AL TRUSSVILLE 1.8 NW +US1ALJF0054 33.4497 -87.0179 161.5 AL HUEYTOWN 1.4 NW +US1ALJF0057 33.5121 -86.7428 222.8 AL MOUNTAIN BROOK 1.7 N +US1ALJF0062 33.7205 -86.5930 321.6 AL TRUSSVILLE 5.8 N +US1ALJF0064 33.4543 -86.7427 197.2 AL CAHABA HEIGHTS 0.9 WSW +US1ALJF0066 33.4673 -86.6746 171.6 AL LAKE PURDY 2.6 N +US1ALJF0069 33.4658 -87.0249 181.1 AL CONCORD 0.4 ESE +US1ALJF0070 33.6240 -86.6513 300.2 AL CENTER POINT 2.1 SE +US1ALJF0073 33.4220 -86.8392 286.8 AL HOOVER 3.4 NNW +US1ALLD0001 34.7949 -87.6746 162.2 AL FLORENCE 2.3 SSW +US1ALLD0002 34.8633 -87.3027 195.1 AL ROGERSVILLE 2.8 NNW +US1ALLD0004 34.7921 -87.6789 154.8 AL FLORENCE 2.6 SSW +US1ALLD0006 34.8729 -87.4960 207.6 AL KILLEN 2.0 ENE +US1ALLD0008 34.8376 -87.4847 200.9 AL KILLEN 3.0 ESE +US1ALLD0009 34.9129 -87.8829 224.0 AL CLOVERDALE 6.6 WSW +US1ALLD0010 34.9569 -87.9194 251.2 AL WATERLOO 8.7 ENE +US1ALLD0012 34.9776 -87.5097 234.1 AL KILLEN 8.1 N +US1ALLD0013 34.9739 -87.5338 227.1 AL KILLEN 7.8 N +US1ALLD0016 34.8449 -87.6498 174.0 AL FLORENCE 1.5 NE +US1ALLD0018 34.8648 -87.2563 215.2 AL ROGERSVILLE 3.1 NNE +US1ALLD0020 34.8598 -87.6721 183.5 AL FLORENCE 2.2 N +US1ALLD0023 34.8337 -87.6580 185.9 AL FLORENCE 0.6 NE +US1ALLD0025 34.8350 -87.5697 186.2 AL FLORENCE 5.4 E +US1ALLD0026 34.9026 -87.5992 207.0 AL ST. FLORIAN 2.9 NNE +US1ALLD0029 34.8578 -87.2947 210.9 AL ROGERSVILLE 2.3 NNW +US1ALLD0031 34.9349 -87.2450 217.0 AL ANDERSON 2.1 NE +US1ALLD0032 34.8107 -87.6666 171.0 AL FLORENCE 1.2 S +US1ALLD0034 34.8877 -87.7030 182.6 AL FLORENCE 4.7 NNW +US1ALLD0035 34.8320 -87.2790 199.6 AL ROGERSVILLE 0.5 NE +US1ALLD0039 34.9102 -87.8082 185.0 AL FLORENCE 9.9 NW +US1ALLD0043 34.8823 -87.7038 188.1 AL FLORENCE 4.4 NNW +US1ALLD0044 34.8421 -87.4362 194.2 AL KILLEN 5.4 ESE +US1ALLD0045 34.9148 -87.6443 210.3 AL FLORENCE 6.1 N +US1ALLD0046 34.8503 -87.7069 180.1 AL FLORENCE 2.8 WNW +US1ALLE0003 32.7108 -85.2297 206.0 AL OPELIKA 9.5 ENE +US1ALLE0004 32.5949 -85.4711 203.0 AL AUBURN 0.6 ENE +US1ALLE0005 32.5617 -85.4581 171.3 AL AUBURN 2.5 SSE +US1ALLE0006 32.4474 -85.3663 145.4 AL OPELIKA 14.3 S +US1ALLE0007 32.5844 -85.5930 185.9 AL AUBURN 6.6 W +US1ALLE0008 32.4961 -85.3952 178.0 AL OPELIKA 11.0 S +US1ALLE0012 32.6327 -85.4605 204.2 AL AUBURN 3.0 NNE +US1ALLE0014 32.4836 -85.2195 170.7 AL SALEM 3.9 ENE +US1ALLE0015 32.5761 -85.4857 182.0 AL AUBURN 1.2 SSW +US1ALLE0016 32.7200 -85.1753 219.5 AL VALLEY 6.1 S +US1ALLM0001 33.7016 -88.0926 149.0 AL VERNON 4.1 SSE +US1ALLM0004 33.7725 -88.1039 106.4 AL VERNON 1.1 NNE +US1ALLR0001 34.5419 -87.1762 226.2 AL HILLSBORO 6.6 S +US1ALLR0002 34.5382 -87.2378 213.1 AL HILLSBORO 7.4 SSW +US1ALLR0005 34.5819 -87.1109 241.1 AL TRINITY 1.7 SW +US1ALLR0007 34.4972 -87.2300 204.2 AL MOULTON 3.1 ENE +US1ALLR0008 34.5807 -87.2063 228.0 AL HILLSBORO 4.1 SSW +US1ALLS0002 34.8044 -86.8304 224.0 AL CAPSHAW 3.0 NW +US1ALLS0003 34.7853 -87.0363 224.0 AL ATHENS 4.3 W +US1ALLS0004 34.7384 -86.7946 227.1 AL MADISON 3.5 NW +US1ALLS0008 34.9352 -86.9723 264.9 AL ELKMONT 0.5 NNE +US1ALLS0009 34.8246 -87.0094 223.1 AL ATHENS 3.9 NW +US1ALLS0010 34.8490 -86.9987 232.9 AL ATHENS 4.9 NNW +US1ALLS0015 34.8327 -87.1698 184.1 AL LESTER 10.5 S +US1ALLS0019 34.7866 -86.9123 203.9 AL ATHENS 2.7 E +US1ALLS0022 34.7577 -86.9159 198.7 AL ATHENS 3.2 SE +US1ALLS0023 34.7869 -86.9536 210.3 AL ATHENS 1.5 SE +US1ALLS0025 34.9157 -86.9990 256.3 AL ELKMONT 1.6 SW +US1ALLS0026 34.7098 -86.8057 214.0 AL MADISON 3.2 W +US1ALLS0028 34.7779 -86.8645 214.6 AL ATHENS 5.4 E +US1ALMB0001 30.6079 -88.2585 53.9 AL TILLMANS CORNER 4.3 WNW +US1ALMB0004 30.6900 -88.1300 30.5 AL MOBILE 2.6 WNW +US1ALMB0010 30.6309 -88.2739 54.9 AL MOBILE 11.4 WSW +US1ALMB0011 30.5682 -88.2331 36.9 AL THEODORE 3.7 WNW +US1ALMB0014 30.9156 -88.1240 49.1 AL SARALAND 6.8 NNW +US1ALMB0015 30.4899 -88.1637 7.9 AL THEODORE 3.9 SSE +US1ALMB0016 30.6951 -88.1594 64.0 AL MOBILE 4.4 WNW +US1ALMB0017 30.5656 -88.2135 50.0 AL THEODORE 2.6 WNW +US1ALMB0018 30.8170 -88.0757 3.0 AL SARALAND 1.4 E +US1ALMB0021 30.4541 -88.1386 13.1 AL THEODORE 6.7 SSE +US1ALMB0022 30.4781 -88.3507 27.1 AL GRAND BAY 0.6 NW +US1ALMB0023 30.5733 -88.1900 46.9 AL THEODORE 2.1 NNW +US1ALMB0024 30.7370 -88.2740 71.9 AL WILMER 7.9 SE +US1ALMB0028 30.5018 -88.1698 14.0 AL THEODORE 3.0 S +US1ALMB0032 30.5117 -88.3218 43.0 AL GRAND BAY 3.1 NNE +US1ALMB0034 30.6402 -88.1755 56.1 AL MOBILE 5.7 WSW +US1ALMB0035 30.6596 -88.2124 45.1 AL MOBILE 7.4 W +US1ALMB0037 30.7093 -88.1850 54.9 AL MOBILE 6.1 WNW +US1ALMB0039 30.6181 -88.2920 52.1 AL TILLMANS CORNER 6.4 WNW +US1ALMB0041 30.4411 -88.1196 9.1 AL THEODORE 8.0 SSE +US1ALMB0042 30.6091 -88.2413 52.1 AL TILLMANS CORNER 3.4 WNW +US1ALMB0044 30.6811 -88.1195 15.8 AL MOBILE 1.8 W +US1ALMB0047 30.6808 -88.0888 14.9 AL MOBILE 0.2 N +US1ALMB0049 30.6710 -88.1080 10.1 AL MOBILE 1.2 WSW +US1ALMB0050 30.6036 -88.0986 6.4 AL MOBILE 5.1 S +US1ALMB0056 30.6686 -88.1667 41.5 AL MOBILE 4.7 W +US1ALMB0058 30.9475 -88.1604 48.8 AL CHUNCHULA 3.0 NE +US1ALMB0059 30.5667 -88.2410 29.6 AL THEODORE 4.1 WNW +US1ALMB0060 30.7363 -88.1818 55.5 AL MOBILE 5.0 WNW +US1ALMB0061 30.6186 -88.2779 53.9 AL MOBILE 11.9 WSW +US1ALMB0062 31.0907 -88.0101 13.4 AL MOUNT VERNON 0.4 NE +US1ALMB0063 30.6117 -88.3342 26.2 AL TILLMANS CORNER 8.7 WNW +US1ALMB0066 30.6849 -88.0783 8.2 AL MOBILE 0.8 NE +US1ALMB0067 30.2538 -88.1368 0.6 AL DAUPHIN ISLAND 2.2 E +US1ALMB0071 30.6682 -88.2632 63.1 AL MOBILE 10.4 W +US1ALMB0072 30.6362 -88.2717 46.6 AL MOBILE 11.2 WSW +US1ALMB0073 30.6602 -88.1612 47.2 AL MOBILE 4.5 WSW +US1ALMB0076 30.6865 -88.0674 9.8 AL MOBILE 1.4 ENE +US1ALMB0078 30.4575 -88.1258 5.5 AL THEODORE 6.8 SSE +US1ALMB0079 30.7009 -88.1373 56.4 AL MOBILE 3.3 WNW +US1ALMB0085 30.6003 -88.1135 0.0 AL MOBILE 5.5 SSW +US1ALMC0001 32.4200 -85.5600 109.1 AL TUSKEGEE 8.9 E +US1ALMC0002 32.5601 -85.6735 154.2 AL NOTASULGA 0.2 NNW +US1ALMC0003 32.4481 -85.8172 120.7 AL TUSKEGEE 6.2 W +US1ALMD0001 34.6362 -86.5364 185.0 AL HUNTSVILLE 7.1 SE +US1ALMD0002 34.6651 -86.3654 463.0 AL GURLEY 2.7 S +US1ALMD0003 34.6996 -86.5574 235.0 AL HUNTSVILLE 4.0 E +US1ALMD0004 34.6470 -86.5530 209.1 AL HUNTSVILLE 5.9 SE +US1ALMD0005 34.8164 -86.7661 256.9 AL HARVEST 2.9 SSW +US1ALMD0006 34.9352 -86.5835 246.9 AL HAZEL GREEN 1.2 NW +US1ALMD0007 34.7018 -86.7278 210.0 AL MADISON 1.2 E +US1ALMD0010 34.6202 -86.5590 277.1 AL HUNTSVILLE 7.2 SSE +US1ALMD0012 34.5999 -86.5813 180.1 AL HUNTSVILLE 7.9 SSE +US1ALMD0013 34.9134 -86.4513 243.5 AL NEW MARKET 1.5 W +US1ALMD0015 34.8056 -86.4872 213.7 AL MOORES MILL 3.9 SE +US1ALMD0017 34.7731 -86.4266 219.8 AL BROWNSBORO 1.9 NNE +US1ALMD0018 34.5973 -86.5400 192.0 AL OWENS CROSSROADS 4.7 WNW +US1ALMD0020 34.6005 -86.5827 180.1 AL HUNTSVILLE 7.8 SSE +US1ALMD0023 34.5899 -86.4446 181.1 AL OWENS CROSSROADS 1.0 ENE +US1ALMD0025 34.7337 -86.5565 242.0 AL HUNTSVILLE 4.4 ENE +US1ALMD0026 34.7283 -86.7168 207.9 AL MADISON 2.6 NE +US1ALMD0028 34.7381 -86.5321 493.2 AL HUNTSVILLE 5.8 ENE +US1ALMD0029 34.6126 -86.5395 182.9 AL HUNTSVILLE 8.2 SE +US1ALMD0030 34.6136 -86.5555 207.9 AL HUNTSVILLE 7.6 SSE +US1ALMD0031 34.7200 -86.7361 256.9 AL MADISON 1.4 NNE +US1ALMD0032 34.7888 -86.7728 239.9 AL HARVEST 4.8 SSW +US1ALMD0033 34.6706 -86.5150 429.2 AL HAMPTON COVE 2.1 WNW +US1ALMD0036 34.8211 -86.5094 221.0 AL MOORES MILL 2.3 SSE +US1ALMD0040 34.6670 -86.4850 187.1 AL HAMPTON COVE 0.5 NNW +US1ALMD0041 34.7631 -86.6180 236.2 AL HUNTSVILLE 3.9 N +US1ALMD0042 34.6689 -86.4946 193.9 AL HAMPTON COVE 1.0 NW +US1ALMD0043 34.5618 -86.3966 196.9 AL NEW HOPE 1.9 NE +US1ALMD0045 34.8089 -86.7846 235.9 AL HARVEST 3.8 SSW +US1ALMD0046 34.7921 -86.7763 234.1 AL HARVEST 4.6 SSW +US1ALMD0047 34.6447 -86.5267 238.0 AL HUNTSVILLE 7.2 SE +US1ALMD0048 34.6392 -86.5369 187.1 AL HUNTSVILLE 7.0 SE +US1ALMD0050 34.7270 -86.7453 235.9 AL MADISON 1.7 N +US1ALMD0052 34.7278 -86.5289 488.9 AL HUNTSVILLE 5.8 ENE +US1ALMD0053 34.6688 -86.7289 192.0 AL MADISON 2.6 SSE +US1ALMD0054 34.6520 -86.5583 221.0 AL HUNTSVILLE 5.5 SE +US1ALMD0057 34.8155 -86.7530 256.9 AL HARVEST 2.8 S +US1ALMD0059 34.7856 -86.7114 221.0 AL HARVEST 5.3 SSE +US1ALMD0067 34.5678 -86.4440 179.2 AL OWENS CROSSROADS 1.3 SE +US1ALMD0069 34.7296 -86.7048 206.7 AL MADISON 3.1 NE +US1ALMD0071 34.7857 -86.7375 237.7 AL MADISON 5.8 N +US1ALMD0072 34.7366 -86.5311 491.3 AL HUNTSVILLE 5.9 ENE +US1ALMD0074 34.7043 -86.7228 228.0 AL MADISON 1.5 E +US1ALMD0076 34.5312 -86.5045 177.1 AL OWENS CROSSROADS 4.3 SW +US1ALMD0077 34.6333 -86.4861 184.7 AL OWENS CROSSROADS 3.8 NNW +US1ALMD0082 34.8169 -86.7272 258.2 AL MADISON 8.0 N +US1ALMD0083 34.9869 -86.6437 270.4 AL HAZEL GREEN 6.2 NW +US1ALMD0085 34.8187 -86.6983 234.1 AL HARVEST 3.9 SE +US1ALMD0087 34.6146 -86.5767 182.3 AL HUNTSVILLE 7.0 SSE +US1ALMD0088 34.7282 -86.7463 237.1 AL MADISON 1.8 N +US1ALMD0090 34.7330 -86.5713 223.1 AL HUNTSVILLE 3.7 ENE +US1ALMD0093 34.7184 -86.5564 217.0 AL HUNTSVILLE 4.1 E +US1ALMG0001 34.5827 -86.9444 171.9 AL DECATUR 2.6 ENE +US1ALMG0003 34.5131 -86.9227 253.9 AL PRICEVILLE 2.2 WSW +US1ALMG0009 34.3638 -86.8217 253.0 AL FALKVILLE 5.1 E +US1ALMG0012 34.4907 -86.6328 394.1 AL LACEY'S SPRING 3.4 SSW +US1ALMG0014 34.4552 -86.7744 191.1 AL SOMERVILLE 2.0 SE +US1ALMG0016 34.5211 -86.8797 175.3 AL PRICEVILLE 0.4 ESE +US1ALMG0017 34.5148 -86.9146 249.6 AL PRICEVILLE 1.8 WSW +US1ALMG0024 34.4223 -86.9375 201.8 AL HARTSELLE 1.0 S +US1ALMG0026 34.5185 -86.9745 175.6 AL DECATUR 3.8 SSE +US1ALMG0027 34.4054 -86.6965 180.7 AL SOMERVILLE 7.7 SE +US1ALMG0028 34.5849 -87.0437 185.9 AL DECATUR 3.3 WNW +US1ALMN0002 31.5094 -87.3332 117.0 AL MONROEVILLE 0.6 SSW +US1ALMN0003 31.2875 -87.6418 63.1 AL URIAH 8.1 W +US1ALMN0004 31.4072 -87.3071 122.2 AL EXCEL 2.5 ESE +US1ALMN0006 31.4126 -87.4840 118.0 AL FRISCO CITY 5.0 WSW +US1ALMR0001 33.9793 -87.9214 171.0 AL GUIN 1.1 NW +US1ALMR0004 34.1257 -88.0405 185.9 AL HAMILTON 3.5 WSW +US1ALMS0001 34.2639 -86.2063 319.1 AL ALBERTVILLE 0.2 ENE +US1ALMS0002 34.3397 -86.5434 287.1 AL ARAB 2.6 WNW +US1ALMS0004 34.2890 -86.1270 319.1 AL ALBERTVILLE 5.0 ENE +US1ALMS0005 34.3200 -86.3335 199.0 AL GUNTERSVILLE 4.4 SW +US1ALMS0006 34.3306 -86.2925 241.1 AL GUNTERSVILLE 2.2 SW +US1ALMS0007 34.2662 -86.2745 326.1 AL ALBERTVILLE 3.7 W +US1ALMS0010 34.3824 -86.3868 328.9 AL UNION GROVE 3.6 ESE +US1ALMS0011 34.3648 -86.2361 296.9 AL GUNTERSVILLE 2.0 ENE +US1ALMS0013 34.2785 -86.2912 313.0 AL ALBERTVILLE 4.8 WNW +US1ALMS0015 34.4630 -86.3406 226.2 AL GRANT 6.3 SW +US1ALMS0018 34.3400 -86.2675 313.0 AL GUNTERSVILLE 1.2 S +US1ALMS0019 34.2494 -86.3931 205.1 AL DOUGLAS 6.8 NW +US1ALMS0020 34.4222 -86.5691 286.5 AL UNION GROVE 7.2 WNW +US1ALMS0021 34.2368 -86.1708 337.4 AL ALBERTVILLE 2.8 SE +US1ALMS0022 34.3424 -86.2131 324.0 AL ALBERTVILLE 5.5 N +US1ALMS0023 34.3324 -86.4245 305.4 AL ARAB 4.3 E +US1ALMS0027 34.2747 -86.2369 308.8 AL ALBERTVILLE 1.8 WNW +US1ALMS0029 34.3562 -86.3525 185.0 AL GUNTERSVILLE 4.7 W +US1ALMS0030 34.2725 -86.2228 317.3 AL ALBERTVILLE 1.0 NW +US1ALMS0031 34.2598 -86.2310 317.0 AL ALBERTVILLE 1.2 W +US1ALMY0001 32.3357 -86.2194 75.0 AL MONTGOMERY 4.0 ESE +US1ALMY0004 32.3862 -86.2273 73.2 AL MONTGOMERY 4.0 ENE +US1ALMY0006 32.0323 -86.2056 158.8 AL RAMER 1.5 SE +US1ALMY0007 32.3772 -86.2575 94.5 AL MONTGOMERY 2.2 NE +US1ALMY0009 32.3788 -86.2159 75.9 AL MONTGOMERY 4.3 ENE +US1ALMY0010 32.3816 -86.3437 51.2 AL MONTGOMERY 3.9 WNW +US1ALMY0011 32.1678 -86.2933 89.0 AL MONTGOMERY 12.9 S +US1ALMY0014 32.3783 -86.1370 63.4 AL MONTGOMERY 8.8 E +US1ALPC0001 33.0516 -88.2953 65.5 AL ALICEVILLE 9.4 WSW +US1ALPK0001 31.7941 -85.9453 154.8 AL TROY 1.5 ESE +US1ALRN0001 33.1593 -85.3523 245.1 AL ROANOKE 1.4 NE +US1ALRN0002 33.2034 -85.3485 253.0 AL ROANOKE 4.2 NNE +US1ALRN0003 33.1342 -85.5886 245.1 AL WADLEY 1.4 WNW +US1ALRN0004 33.1786 -85.3042 257.9 AL ROANOKE 4.4 ENE +US1ALRS0001 32.4948 -85.0295 124.1 AL PHENIX CITY 2.2 NNW +US1ALRS0002 32.5031 -85.0404 128.9 AL PHENIX CITY 3.0 NNW +US1ALRS0003 32.2918 -85.1893 121.0 AL SEALE 1.4 W +US1ALSC0001 33.5105 -86.2523 147.8 AL PELL CITY 3.6 SSE +US1ALSC0002 33.7281 -86.4794 284.1 AL SPRINGVILLE 3.2 S +US1ALSC0003 33.4885 -86.3252 142.0 AL PELL CITY 5.8 SSW +US1ALSC0004 33.7081 -86.3255 243.8 AL ODENVILLE 4.5 ENE +US1ALSC0005 33.4823 -86.3069 146.0 AL PELL CITY 5.7 SSW +US1ALSC0006 33.5834 -86.4633 212.8 AL MOODY 2.0 ESE +US1ALSC0007 33.8349 -86.3896 219.5 AL SPRINGVILLE 6.5 NE +US1ALSC0009 33.5526 -86.2062 159.7 AL PELL CITY 3.8 E +US1ALSC0011 33.8083 -86.2996 180.4 AL ASHVILLE 2.7 SW +US1ALSC0012 33.7216 -86.4478 231.6 AL ODENVILLE 3.8 NW +US1ALSH0001 33.1483 -86.7762 171.0 AL CALERA 3.5 NNW +US1ALSH0002 33.4631 -86.5874 238.0 AL LAKE PURDY 5.8 ENE +US1ALSH0004 33.3890 -86.7105 199.0 AL MEADOWBROOK 1.2 SW +US1ALSH0005 33.4380 -86.6755 193.9 AL LAKE PURDY 0.6 NNE +US1ALSH0006 33.2811 -86.8304 170.1 AL HELENA 1.4 ESE +US1ALSH0011 33.3986 -86.6673 239.0 AL MEADOWBROOK 1.7 E +US1ALSH0012 33.2666 -86.8210 143.9 AL ALABASTER 2.8 N +US1ALSH0013 33.2185 -86.8587 159.1 AL ALABASTER 2.0 WSW +US1ALSH0014 33.4446 -86.6212 310.9 AL LAKE PURDY 3.6 ENE +US1ALSH0015 33.3503 -86.7649 166.1 AL HOOVER 3.6 ESE +US1ALSH0016 33.3963 -86.6353 250.9 AL MEADOWBROOK 3.6 E +US1ALSH0019 33.2045 -86.8172 184.1 AL ALABASTER 1.6 SSE +US1ALSH0020 33.4101 -86.7407 157.0 AL INVERNESS 1.1 WNW +US1ALSH0021 33.4051 -86.7359 162.2 AL INVERNESS 0.8 W +US1ALSH0022 33.2462 -86.7903 183.5 AL ALABASTER 2.4 NE +US1ALSH0023 33.2736 -86.7616 293.2 AL PELHAM 2.8 SE +US1ALSH0024 33.1429 -86.7717 188.1 AL CALERA 3.1 NNW +US1ALSH0025 33.2753 -86.8268 188.1 AL HELENA 1.8 SE +US1ALSH0026 33.3476 -86.8127 184.1 AL HOOVER 1.9 S +US1ALSH0027 33.3106 -86.7982 191.1 AL PELHAM 0.6 NNW +US1ALSH0030 33.2500 -86.8282 160.0 AL ALABASTER 1.6 N +US1ALSH0032 33.2390 -86.8512 132.9 AL ALABASTER 1.8 WNW +US1ALSH0033 33.3171 -86.8012 137.8 AL PELHAM 1.0 NNW +US1ALSH0034 33.2431 -86.8493 134.4 AL ALABASTER 1.8 NW +US1ALSH0036 33.1073 -86.8604 139.9 AL MONTEVALLO 0.2 SW +US1ALSH0037 33.3350 -86.6270 156.7 AL CHELSEA 0.8 NE +US1ALSH0041 33.1790 -86.7820 172.8 AL CALERA 5.6 NNW +US1ALSH0043 33.2275 -86.8553 148.1 AL MAYLENE 1.7 NNE +US1ALSH0046 33.2267 -86.7511 182.9 AL ALABASTER 4.2 E +US1ALSH0048 33.4198 -86.6378 291.7 AL LAKE PURDY 2.6 ESE +US1ALSH0052 33.1954 -86.8344 166.4 AL ALABASTER 2.2 SSW +US1ALSH0055 33.3111 -86.8144 153.0 AL PELHAM 1.3 WNW +US1ALSH0057 33.2735 -86.8134 137.5 AL PELHAM 2.3 SSW +US1ALSH0058 33.2495 -86.7810 274.0 AL PELHAM 3.8 SSE +US1ALSH0061 33.2649 -86.4948 157.0 AL WILSONVILLE 2.2 NNW +US1ALSH0062 33.3907 -86.7414 164.0 AL INVERNESS 1.4 SW +US1ALSM0001 32.5813 -88.1904 41.8 AL LIVINGSTON 1.2 S +US1ALTG0002 33.4441 -86.3110 139.0 AL VINCENT 7.0 NE +US1ALTG0003 33.4860 -85.9938 187.5 AL MUNFORD 5.0 SSE +US1ALTG0006 33.2243 -86.3195 150.0 AL BON AIR 2.8 SSE +US1ALTG0007 33.4094 -86.0921 201.5 AL TALLADEGA 1.6 SSE +US1ALTG0010 33.5379 -85.9708 189.0 AL MUNFORD 1.3 WNW +US1ALTG0011 33.5367 -86.1850 146.0 AL TALLADEGA 8.8 NW +US1ALTG0012 33.1635 -86.2517 172.5 AL SYLACAUGA 1.0 SSE +US1ALTG0017 33.2601 -86.3557 156.1 AL CHILDERSBURG 1.3 S +US1ALTP0005 32.8476 -85.8561 153.0 AL JACKSONS GAP 3.4 SW +US1ALTP0007 32.9884 -85.9492 199.3 AL ALEXANDER CITY 3.1 NNE +US1ALTP0009 32.9720 -85.9399 213.1 AL ALEXANDER CITY 3.1 N +US1ALTP0010 32.9702 -85.9399 213.1 AL ALEXANDER CITY 3.0 N +US1ALTP0011 32.8875 -85.9338 150.0 AL ALEXANDER CITY 2.7 S +US1ALTP0012 32.8639 -85.7357 216.1 AL DADEVILLE 2.8 NE +US1ALTP0013 32.7543 -85.8176 149.0 AL DADEVILLE 6.2 SSW +US1ALTP0014 32.8271 -85.9608 197.2 AL ALEXANDER CITY 7.1 SSW +US1ALTP0015 32.9275 -85.9432 213.7 AL ALEXANDER CITY 0.5 W +US1ALTP0016 32.9150 -85.9630 195.4 AL ALEXANDER CITY 1.9 WSW +US1ALTP0017 32.9997 -85.9032 171.3 AL ALEXANDER CITY 5.3 NNE +US1ALTP0018 32.7903 -85.8414 167.9 AL DADEVILLE 5.3 WSW +US1ALTS0001 33.2878 -87.1372 164.9 AL LAKEVIEW 0.5 SSW +US1ALTS0003 33.0786 -87.4009 68.0 AL HOLT 11.4 SSE +US1ALTS0004 33.1853 -87.4979 128.9 AL TUSCALOOSA 4.4 SE +US1ALTS0010 33.1883 -87.5328 65.8 AL TUSCALOOSA 3.4 S +US1ALTS0013 33.1835 -87.7744 81.4 AL NORTHPORT 11.3 WSW +US1ALTS0017 33.2370 -87.6869 58.2 AL COKER 0.6 S +US1ALTS0019 33.2046 -87.5574 67.1 AL TUSCALOOSA 2.5 SSW +US1ALTS0022 33.2448 -87.5203 89.0 AL TUSCALOOSA 1.3 ENE +US1ALTS0023 33.2030 -87.4700 102.1 AL TUSCALOOSA 4.8 ESE +US1ALTS0025 33.5143 -87.6062 125.9 AL NORTHPORT 18.7 N +US1ALWK0001 33.8977 -87.2328 159.1 AL JASPER 3.8 NE +US1ALWK0003 33.8201 -87.3006 135.9 AL JASPER 2.8 SW +US1ALWN0001 34.1939 -87.3895 248.1 AL DOUBLE SPRINGS 3.2 NNE +US1ALWS0001 31.5095 -87.9600 39.0 AL JACKSON 4.3 WSW +US1ALWS0005 31.6754 -88.3429 70.1 AL MILLRY 3.7 NNW +US1ALWX0001 31.9652 -87.6387 53.9 AL PINE HILL 3.6 WSW +US1ALWX0002 32.0166 -87.2904 79.9 AL CAMDEN 1.0 NNE +US1ALWX0003 32.1315 -87.4240 45.7 AL CATHERINE 4.4 SE +US1ARAR0001 34.2988 -91.3376 56.7 AR DE WITT 0.6 N +US1ARAR0002 34.2930 -91.3380 57.9 AR DE WITT 0.2 N +US1ARAR0003 34.3900 -91.5324 61.6 AR STUTTGART 7.2 S +US1ARAS0001 33.1600 -91.9464 40.5 AR CROSSETT 2.5 NNE +US1ARAS0002 33.1179 -91.9507 61.0 AR CROSSETT 1.1 SE +US1ARAS0004 33.2257 -91.9998 43.3 AR CROSSETT 7.1 NNW +US1ARAS0005 33.1160 -91.9675 49.7 AR CROSSETT 0.8 S +US1ARAS0007 33.2856 -91.5672 36.3 AR HAMBURG 13.9 ENE +US1ARAS0009 33.1145 -91.9671 52.7 AR CROSSETT 0.9 S +US1ARBN0002 36.1923 -93.1936 475.8 AR HARRISON 5.4 SW +US1ARBN0005 36.2764 -93.1141 423.4 AR HARRISON 2.4 N +US1ARBN0007 36.2946 -93.2910 345.3 AR ALPENA 0.2 NE +US1ARBN0019 36.3441 -93.1959 391.1 AR HARRISON 8.2 NNW +US1ARBN0020 36.1547 -93.1086 354.5 AR HARRISON 6.1 S +US1ARBN0021 36.1858 -92.9040 284.4 AR EVERTON 2.1 N +US1ARBN0022 36.1221 -93.2371 633.1 AR HARRISON 10.6 SW +US1ARBT0001 36.4929 -94.2986 331.0 AR BELLA VISTA 1.7 N +US1ARBT0002 36.3697 -94.1831 392.6 AR BENTONVILLE 1.2 E +US1ARBT0003 36.4691 -94.2576 331.9 AR BELLA VISTA 2.0 E +US1ARBT0004 36.4496 -94.1186 395.9 AR PEA RIDGE 0.2 WSW +US1ARBT0007 36.4190 -93.9009 60.7 AR GARFIELD 4.5 ESE +US1ARBT0008 36.4555 -94.1300 395.9 AR PEA RIDGE 0.9 WNW +US1ARBT0009 36.4453 -93.9008 425.5 AR GARFIELD 3.9 E +US1ARBT0011 36.3513 -94.2953 381.0 AR CENTERTON 0.8 SW +US1ARBT0012 36.3275 -94.4130 419.4 AR DECATUR 2.6 ESE +US1ARBT0013 36.4863 -94.2812 360.6 AR BELLA VISTA 1.5 NNE +US1ARBT0015 36.3686 -94.2151 396.5 AR BENTONVILLE 0.6 W +US1ARBT0016 36.3038 -94.1456 39.3 AR ROGERS 2.0 SSW +US1ARBT0018 36.3573 -94.2992 398.4 AR CENTERTON 0.8 WSW +US1ARBT0019 36.3344 -94.2328 384.4 AR BENTONVILLE 2.8 SSW +US1ARBT0020 36.3066 -94.1101 418.8 AR ROGERS 2.1 SE +US1ARBT0022 36.4749 -94.2675 357.5 AR BELLA VISTA 1.6 ENE +US1ARBT0024 36.2905 -94.1787 394.4 AR ROGERS 3.8 SW +US1ARBT0025 36.3442 -94.0517 381.9 AR PRAIRIE CREEK 0.7 NE +US1ARBT0026 36.2203 -94.5404 348.1 AR SILOAM SPRINGS 2.8 N +US1ARBT0027 36.4251 -94.5304 361.5 AR GRAVETTE 4.2 W +US1ARBT0028 36.4148 -94.1221 376.4 AR LITTLE FLOCK 2.0 NNE +US1ARBT0032 36.4657 -94.3043 363.3 AR BELLA VISTA 0.6 WSW +US1ARBT0033 36.4631 -94.2775 368.5 AR BELLA VISTA 1.0 ESE +US1ARBT0034 36.2054 -94.5460 337.1 AR SILOAM SPRINGS 1.8 N +US1ARBT0035 36.3777 -94.0933 405.4 AR ROGERS 3.4 NNE +US1ARBT0036 36.2858 -93.9392 432.8 AR WAREAGLE 1.4 NNW +US1ARBT0037 36.4964 -94.3405 390.1 AR BELLA VISTA 3.2 NW +US1ARBT0039 36.1843 -94.4830 362.7 AR SILOAM SPRINGS 3.2 E +US1ARBT0044 36.3269 -94.0234 368.5 AR ROGERS 6.1 E +US1ARBT0045 36.2788 -94.2437 376.4 AR BENTONVILLE 6.6 SSW +US1ARBT0048 36.2577 -94.1286 412.1 AR LOWELL 0.8 SE +US1ARBT0049 36.3346 -94.2635 367.3 AR CENTERTON 2.1 SE +US1ARBT0050 36.2967 -94.1424 391.4 AR ROGERS 2.4 SSW +US1ARBX0002 36.3930 -92.3020 230.1 AR MOUNTAIN HOME 5.8 NE +US1ARBX0003 36.1021 -92.2108 159.7 AR CALICO ROCK 4.8 WSW +US1ARBX0004 36.3106 -92.5728 139.6 AR COTTER 3.5 WNW +US1ARBX0010 36.3867 -92.4975 254.2 AR MIDWAY 2.0 W +US1ARBX0011 36.3307 -92.2666 216.1 AR MOUNTAIN HOME 6.3 E +US1ARBX0017 36.4304 -92.2545 253.9 AR GAMALIEL 2.2 SSW +US1ARBX0018 36.3252 -92.1970 217.0 AR ELIZABETH 5.8 W +US1ARBX0019 36.4533 -92.4660 304.5 AR MOUNTAIN HOME 9.4 NNW +US1ARBX0020 36.3218 -92.3022 213.1 AR MOUNTAIN HOME 4.4 ESE +US1ARBX0021 36.2087 -92.2955 120.4 AR NORFORK 0.8 W +US1ARBX0022 36.2262 -92.4228 193.5 AR MOUNTAIN HOME 8.0 SSW +US1ARBX0024 36.3711 -92.5327 234.7 AR LAKEVIEW 0.5 SE +US1ARBX0025 36.3103 -92.5339 132.6 AR COTTER 2.1 NNW +US1ARBX0026 36.3253 -92.3912 236.8 AR MOUNTAIN HOME 1.0 SW +US1ARBX0028 36.1552 -92.2355 118.0 AR CALICO ROCK 6.1 WNW +US1ARBX0034 36.1972 -92.2688 237.1 AR NORFORK 1.1 SE +US1ARBX0036 36.2247 -92.2874 128.3 AR NORFORK 1.2 NNW +US1ARBX0037 36.4144 -92.1630 249.0 AR HENDERSON 4.0 ENE +US1ARBX0038 36.2025 -92.2342 247.2 AR NORFORK 2.7 E +US1ARBX0039 36.3563 -92.3940 276.5 AR MOUNTAIN HOME 1.6 NNW +US1ARBX0041 36.2764 -92.3886 203.3 AR MOUNTAIN HOME 4.1 S +US1ARCB0007 35.4964 -92.0511 151.2 AR HEBER SPRINGS 0.8 WSW +US1ARCB0010 35.4467 -91.9655 265.5 AR HEBER SPRINGS 5.5 SE +US1ARCF0001 35.4973 -94.2293 163.1 AR ALMA 1.5 NNW +US1ARCF0002 35.4910 -94.3025 205.4 AR VAN BUREN 4.3 NE +US1ARCF0004 35.5732 -94.4147 251.5 AR UNIONTOWN 2.1 ESE +US1ARCF0005 35.4769 -94.3607 170.7 AR VAN BUREN 2.1 NNW +US1ARCF0007 35.4565 -94.2378 152.4 AR ALMA 2.5 SSW +US1ARCF0008 35.4425 -94.3343 138.1 AR VAN BUREN 1.1 ESE +US1ARCF0010 35.4365 -94.3487 126.8 AR VAN BUREN 0.7 SSE +US1ARCG0002 35.8868 -90.7089 114.6 AR JONESBORO 4.7 NNW +US1ARCG0003 35.8590 -90.6144 75.3 AR JONESBORO 4.8 ENE +US1ARCG0005 35.9308 -90.5884 102.4 AR BROOKLAND 2.1 NNW +US1ARCG0010 35.7711 -90.7372 82.3 AR JONESBORO 4.5 SW +US1ARCG0012 35.7777 -90.7396 87.8 AR JONESBORO 4.3 SW +US1ARCH0001 33.3657 -91.2718 37.8 AR LAKE VILLAGE 2.9 NNE +US1ARCK0002 34.2226 -93.0039 93.9 AR ARKADELPHIA 7.8 NNE +US1ARCK0004 34.1341 -93.0787 81.1 AR ARKADELPHIA 0.8 NNW +US1ARCK0007 34.1448 -93.1031 86.0 AR ARKADELPHIA 2.4 NW +US1ARCK0008 34.0675 -92.9382 78.6 AR ARKADELPHIA 8.5 ESE +US1ARCM0003 33.2919 -93.2938 93.6 AR WALDO 4.2 S +US1ARCM0004 33.2648 -93.2477 98.5 AR MAGNOLIA 1.0 SW +US1ARCM0005 33.3471 -93.1838 107.3 AR MCNEIL 1.4 E +US1ARCN0001 33.4833 -92.4731 52.7 AR HAMPTON 3.7 S +US1ARCN0002 33.5208 -92.5222 45.1 AR HAMPTON 3.4 WSW +US1ARCN0003 33.4790 -92.3705 61.0 AR HAMPTON 6.8 SE +US1ARCN0006 33.5369 -92.4710 62.5 AR HAMPTON 0.3 W +US1ARCN0007 33.4542 -92.5043 40.5 AR HAMPTON 6.1 SSW +US1ARCR0001 36.4061 -93.7375 410.9 AR EUREKA SPRINGS 0.5 N +US1ARCR0002 36.4636 -93.8235 318.5 AR BUSCH 0.4 E +US1ARCR0006 36.4038 -93.7454 438.9 AR EUREKA SPRINGS 0.5 NW +US1ARCR0007 36.4486 -93.7749 427.0 AR EUREKA SPRINGS 4.0 NNW +US1ARCR0008 36.4671 -93.7370 433.1 AR HOLIDAY ISLAND 1.3 SSW +US1ARCR0011 36.3779 -93.3696 348.1 AR GREEN FOREST 4.4 NE +US1ARCR0014 36.3607 -93.5701 373.1 AR BERRYVILLE 0.8 SSW +US1ARCR0015 36.2258 -93.5950 467.6 AR METALTON 3.5 W +US1ARCR0017 36.3706 -93.5648 374.9 AR BERRYVILLE 0.0 SE +US1ARCR0018 36.4830 -93.5088 356.6 AR BERRYVILLE 8.4 NNE +US1ARCW0004 35.3384 -92.8487 105.2 AR HATTIEVILLE 5.0 NW +US1ARCW0005 35.1815 -92.7270 97.5 AR MORRILTON 1.9 NNE +US1ARCW0007 35.1236 -92.9025 285.9 AR MORRILTON 9.4 WSW +US1ARCW0010 35.1267 -92.9183 276.5 AR ADONA 6.1 N +US1ARCW0011 35.1856 -92.7091 106.1 AR MORRILTON 2.7 NE +US1ARCW0012 35.1577 -92.6340 85.6 AR PLUMERVILLE 0.5 ESE +US1ARCW0013 35.1518 -92.7481 109.4 AR MORRILTON 0.5 SW +US1ARCY0001 36.4116 -90.6234 87.8 AR CORNING 2.1 W +US1ARDL0001 33.9048 -92.4610 84.1 AR FORDYCE 6.6 NNW +US1ARDR0004 33.6979 -91.5616 57.0 AR TILLAR 6.4 W +US1ARDR0007 33.7721 -91.4759 46.3 AR WINCHESTER 0.2 SSW +US1ARDR0009 33.6309 -91.8200 65.8 AR MONTICELLO 1.6 WNW +US1ARDR0011 33.3916 -91.6157 55.5 AR MONTROSE 9.4 NW +US1ARDR0012 33.5642 -91.8954 48.8 AR WILMAR 4.7 SSE +US1ARDR0014 33.6672 -91.8063 84.4 AR MONTICELLO 3.0 NNW +US1ARDS0001 33.6344 -91.3908 42.7 AR MCGEHEE 0.6 N +US1ARFK0001 35.0781 -92.4507 103.0 AR CONWAY 0.8 S +US1ARFK0002 35.0999 -92.4640 102.1 AR CONWAY 1.0 NW +US1ARFK0003 35.0693 -92.2613 107.3 AR CONWAY 10.9 E +US1ARFK0005 34.9596 -92.3786 92.4 AR MAYFLOWER 2.4 ESE +US1ARFK0008 34.9729 -92.4240 93.9 AR MAYFLOWER 0.3 WNW +US1ARFK0009 35.0817 -92.1989 97.5 AR VILONIA 0.7 ESE +US1ARFK0010 35.1659 -92.1908 96.9 AR VILONIA 5.7 NNE +US1ARFK0011 35.0489 -92.4415 120.4 AR CONWAY 2.8 SSE +US1ARFK0016 35.2277 -92.4324 121.9 AR GREENBRIER 2.8 W +US1ARFK0017 35.2596 -92.4054 131.4 AR GREENBRIER 2.4 NNW +US1ARFK0018 35.1298 -92.3942 96.0 AR CONWAY 4.4 NE +US1ARFK0019 35.3600 -92.4134 200.9 AR DAMASCUS 0.5 SW +US1ARFK0020 35.0685 -92.2616 107.3 AR CONWAY 10.9 E +US1ARFK0023 34.9698 -92.4061 81.1 AR MAYFLOWER 0.7 E +US1ARFK0027 35.0990 -92.4777 100.3 AR CONWAY 1.6 WNW +US1ARFK0036 35.1360 -92.3906 123.7 AR CONWAY 4.8 NE +US1ARFR0002 35.2965 -94.0174 160.6 AR CHARLESTON 1.7 E +US1ARFR0003 35.4300 -93.8400 149.4 AR OZARK 4.6 S +US1ARFR0004 35.4709 -93.7401 266.7 AR ALTUS 2.3 NNE +US1ARFR0005 35.4265 -94.0432 162.8 AR RIVERDALE 4.2 E +US1ARFR0006 35.4905 -93.7956 182.3 AR OZARK 2.6 E +US1ARGL0001 34.5119 -93.2011 141.7 AR HOT SPRINGS 8.4 WNW +US1ARGL0003 34.4637 -93.0914 134.1 AR HOT SPRINGS 3.1 SW +US1ARGL0004 34.6647 -92.9792 281.3 AR HOT SPRINGS VILLAGE 1.2 E +US1ARGL0005 34.6642 -93.0338 291.7 AR HOT SPRINGS VILLAGE 1.9 W +US1ARGL0008 34.4951 -93.0827 190.2 AR HOT SPRINGS 1.8 W +US1ARGL0009 34.4402 -93.2332 185.3 AR PEARCY 3.3 ENE +US1ARGL0011 34.4442 -92.9811 116.7 AR HOT SPRINGS 5.3 SE +US1ARGL0016 34.4601 -93.0496 158.8 AR HOT SPRINGS 2.3 S +US1ARGL0017 34.4649 -93.1005 134.4 AR HOT SPRINGS 3.4 SW +US1ARGL0018 34.5646 -93.0191 272.8 AR HOT SPRINGS 5.2 NNE +US1ARGL0021 34.4464 -93.0750 122.8 AR HOT SPRINGS 3.5 SSW +US1ARGL0023 34.6537 -93.0065 251.2 AR HOT SPRINGS VILLAGE 0.9 SSW +US1ARGL0026 34.5015 -93.0333 178.0 AR HOT SPRINGS 1.2 ENE +US1ARGN0005 35.9951 -90.5255 85.6 AR PARAGOULD 4.3 S +US1ARGN0006 36.2086 -90.5347 102.7 AR LAFE 1.8 W +US1ARGN0011 36.1918 -90.4662 123.4 AR MARMADUKE 4.4 W +US1ARGN0015 36.0842 -90.5331 108.5 AR PARAGOULD 2.2 NNW +US1ARGN0019 36.0952 -90.4926 97.5 AR PARAGOULD 2.9 NNE +US1ARGN0021 36.0444 -90.5089 105.8 AR PARAGOULD 0.8 SSE +US1ARGT0002 34.3165 -92.4114 93.3 AR SHERIDAN 0.6 NW +US1ARGT0003 34.2384 -92.4043 88.7 AR SHERIDAN 4.9 S +US1ARGT0004 34.3211 -92.5471 92.4 AR PRATTSVILLE 0.3 NW +US1ARGT0006 34.2283 -92.3808 63.4 AR SHERIDAN 5.8 SSE +US1ARGT0009 34.2922 -92.4081 89.9 AR SHERIDAN 1.2 S +US1ARHM0002 33.8077 -93.8122 106.1 AR COLUMBUS 2.1 NNE +US1ARHM0003 33.7011 -93.5273 96.9 AR PERRYTOWN 0.4 NE +US1ARHM0005 33.6563 -93.5983 101.5 AR HOPE 0.9 SSW +US1ARHM0006 33.4934 -93.6222 88.7 AR HOPE 12.2 S +US1ARHM0007 33.7265 -93.6129 106.4 AR HOPE 4.2 NNW +US1ARHS0001 34.4468 -92.9390 108.2 AR HOT SPRINGS 7.2 ESE +US1ARHS0006 34.3623 -92.8157 91.7 AR MALVERN 0.6 S +US1ARHS0008 34.4595 -92.8521 146.3 AR MALVERN 6.5 NNW +US1ARHS0013 34.4339 -92.9343 113.1 AR HOT SPRINGS 7.9 ESE +US1ARHS0015 34.2645 -93.1306 134.7 AR BISMARCK 4.2 SSE +US1ARHW0001 33.9518 -93.8396 124.7 AR NASHVILLE 1.0 NE +US1ARHW0002 34.1163 -94.0298 130.1 AR DIERKS 0.7 WSW +US1ARHW0003 34.0820 -94.0250 149.4 AR DIERKS 2.7 S +US1ARHW0005 33.9741 -93.8846 139.3 AR NASHVILLE 3.0 NW +US1ARHW0009 33.9988 -93.9110 182.3 AR NASHVILLE 5.2 NW +US1ARHW0011 34.2430 -94.0793 229.8 AR UMPIRE 2.3 SSW +US1ARHW0012 33.9468 -93.8534 138.1 AR NASHVILLE 0.4 NNW +US1ARIN0002 35.7913 -91.7806 194.5 AR BATESVILLE 9.0 W +US1ARIN0003 35.8149 -91.4753 124.7 AR CHARLOTTE 2.1 W +US1ARIN0005 35.5527 -91.6972 247.5 AR PLEASANT PLAINS 3.9 W +US1ARIN0006 35.7881 -91.5884 91.7 AR BATESVILLE 2.3 NE +US1ARIN0007 35.8606 -91.7074 108.8 AR BATESVILLE 8.0 NW +US1ARIN0008 35.7621 -91.6330 87.8 AR BATESVILLE 0.7 SW +US1ARIN0009 35.5449 -91.5416 213.1 AR BRADFORD 9.7 NNW +US1ARIN0010 35.7291 -91.4311 99.4 AR NEWARK 1.8 NNE +US1ARIN0011 35.7357 -91.6760 102.7 AR BATESVILLE 3.8 SW +US1ARIN0013 35.6294 -91.4614 71.6 AR OIL TROUGH 0.0 WSW +US1ARIN0014 35.8585 -91.3098 96.6 AR CORD 3.7 NE +US1ARIN0018 35.7943 -91.3849 103.9 AR SULPHUR ROCK 7.1 ENE +US1ARIN0019 35.8364 -91.5034 0.0 AR BATESVILLE 8.2 NE +US1ARIZ0001 36.1961 -91.7594 199.0 AR HORSESHOE BEND 2.1 SSW +US1ARIZ0002 36.1298 -92.1028 159.7 AR CALICO ROCK 1.6 E +US1ARIZ0003 36.1387 -92.1254 195.7 AR CALICO ROCK 0.8 NNE +US1ARIZ0007 35.9685 -92.0338 121.0 AR MELBOURNE 10.0 SW +US1ARJF0001 34.3301 -92.1272 85.6 AR WHITE HALL 4.1 NNW +US1ARJF0002 34.2675 -92.0890 89.9 AR WHITE HALL 0.8 SE +US1ARJF0004 34.1890 -92.0386 68.6 AR PINE BLUFF 2.0 SW +US1ARJF0005 34.2629 -91.9859 64.6 AR PINE BLUFF 3.9 NNE +US1ARJF0010 34.2098 -91.8805 61.6 AR PINE BLUFF 7.9 E +US1ARJF0012 34.1408 -92.0374 73.8 AR PINE BLUFF 5.1 SSW +US1ARJH0001 35.3940 -93.3363 114.0 AR KNOXVILLE 2.0 NE +US1ARJH0002 35.5183 -93.3571 157.6 AR LAMAR 5.7 NNE +US1ARJH0003 35.4817 -93.4738 126.8 AR CLARKSVILLE 1.7 N +US1ARJH0004 35.4647 -93.4860 127.7 AR CLARKSVILLE 0.9 WNW +US1ARJH0005 35.5013 -93.4726 137.5 AR CLARKSVILLE 3.0 N +US1ARJH0008 35.6930 -93.3465 493.8 AR HAGARVILLE 12.3 N +US1ARLE0001 34.7841 -90.8199 64.3 AR MARIANNA 3.1 WNW +US1ARLF0001 33.3672 -93.4430 106.1 AR BUCKNER 0.8 NNW +US1ARLF0003 33.1181 -93.7902 62.5 AR BRADLEY 7.8 W +US1ARLF0004 33.4240 -93.5722 94.8 AR LEWISVILLE 4.2 N +US1ARLF0007 33.4673 -93.6288 90.8 AR LEWISVILLE 7.8 NNW +US1ARLG0001 35.1918 -93.8307 185.6 AR MAGAZINE 3.0 NNW +US1ARLG0002 35.3120 -93.4269 140.2 AR NEW BLAINE 1.7 NNW +US1ARLG0004 35.3374 -93.5229 124.7 AR SCRANTON 1.8 SSE +US1ARLG0008 35.2916 -93.7272 122.8 AR PARIS 0.2 NW +US1ARLG0009 35.3764 -93.4452 119.2 AR SCRANTON 5.4 ENE +US1ARLK0001 34.9646 -91.9657 90.8 AR AUSTIN 2.5 SSE +US1ARLK0002 34.7697 -91.9090 75.0 AR LONOKE 1.2 SSW +US1ARLK0004 34.6390 -92.0710 75.3 AR ENGLAND 8.7 NW +US1ARLK0006 34.7840 -91.8043 69.5 AR CARLISLE 3.3 W +US1ARLK0007 34.9562 -92.0404 79.9 AR CABOT 1.3 SW +US1ARLK0008 34.8249 -92.0279 78.3 AR LONOKE 7.8 WNW +US1ARLK0009 35.0135 -91.9875 77.4 AR AUSTIN 1.1 NNW +US1ARLK0011 34.7943 -91.8976 73.2 AR LONOKE 0.6 NNE +US1ARLK0015 34.9872 -91.9556 86.3 AR WARD 2.2 S +US1ARLK0017 34.6398 -92.0790 75.3 AR ENGLAND 9.1 NW +US1ARLK0020 34.7138 -92.0567 75.0 AR SCOTT 2.6 ENE +US1ARLN0004 33.8934 -91.8930 89.6 AR STAR CITY 4.3 SW +US1ARLR0001 33.7571 -94.1816 96.9 AR ASHDOWN 6.5 NNW +US1ARLR0006 33.6469 -94.1619 100.0 AR ASHDOWN 2.8 SW +US1ARLW0001 35.9720 -91.3250 99.7 AR STRAWBERRY 0.5 NNW +US1ARLW0002 36.0223 -91.2712 123.7 AR SMITHVILLE 4.4 SSE +US1ARLW0004 36.0753 -90.9647 79.6 AR WALNUT RIDGE 0.5 NW +US1ARLW0005 36.0671 -91.1900 121.0 AR SMITHVILLE 6.4 E +US1ARLW0008 36.1309 -91.1546 116.1 AR BLACK ROCK 3.1 WNW +US1ARLW0011 36.0771 -91.2889 118.3 AR SMITHVILLE 0.8 ESE +US1ARMD0002 35.8644 -93.9259 421.2 AR ELKINS 10.6 SSE +US1ARML0001 33.3838 -93.9110 113.1 AR TEXARKANA 7.6 SE +US1ARML0003 33.3767 -94.0421 81.4 AR TEXARKANA 5.3 SSW +US1ARML0006 33.4700 -93.8300 76.2 AR TEXARKANA 10.8 E +US1ARML0009 33.4803 -94.0164 104.2 AR TEXARKANA 2.1 N +US1ARML0011 33.2819 -93.7976 66.1 AR FOUKE 5.3 ENE +US1ARML0012 33.4867 -94.0211 100.0 AR TEXARKANA 2.5 N +US1ARML0014 33.4005 -94.0402 100.3 AR TEXARKANA 3.7 SSW +US1ARML0015 33.4286 -94.0416 104.2 AR TEXARKANA 2.1 SW +US1ARML0016 33.3457 -93.9177 112.2 AR FOUKE 6.1 NNW +US1ARML0018 33.3780 -93.9202 104.2 AR TEXARKANA 7.4 SE +US1ARMN0001 34.6938 -91.3114 54.3 AR CLARENDON 0.3 WSW +US1ARMN0002 34.6925 -91.3078 53.6 AR CLARENDON 0.2 SSW +US1ARMN0003 34.5362 -91.0845 54.9 AR HOLLY GROVE 7.8 ESE +US1ARMN0004 34.8881 -91.1983 62.2 AR BRINKLEY 0.6 WNW +US1ARMR0001 36.2794 -92.6004 105.8 AR FLIPPIN 0.5 WNW +US1ARMR0003 36.2353 -92.7137 195.7 AR YELLVILLE 1.6 WNW +US1ARMR0008 36.2548 -92.8448 241.1 AR PYATT 0.2 N +US1ARMR0010 36.3703 -92.6395 247.2 AR BULL SHOALS 2.9 W +US1ARMR0011 36.2531 -92.5300 212.4 AR FLIPPIN 3.8 ESE +US1ARMR0012 36.2740 -92.7549 244.1 AR YELLVILLE 5.0 NW +US1ARMR0013 36.3141 -92.7641 385.6 AR YELLVILLE 7.3 NW +US1ARMR0014 36.1720 -92.6745 266.4 AR YELLVILLE 4.0 S +US1ARMR0015 36.1006 -92.7602 352.0 AR BRUNO 3.1 SSE +US1ARMR0016 36.3392 -92.7686 369.7 AR YELLVILLE 9.1 NW +US1ARMS0001 35.9427 -89.8926 78.9 AR BLYTHEVILLE 1.9 ENE +US1ARMS0002 35.9371 -89.8926 78.9 AR BLYTHEVILLE 1.8 E +US1ARMS0003 35.8337 -90.1778 71.0 AR MANILA 3.6 SSW +US1ARMS0005 35.8870 -89.9842 73.8 AR BLYTHEVILLE 4.7 SW +US1ARMS0007 35.9421 -89.9128 79.2 AR BLYTHEVILLE 0.9 NE +US1ARMT0002 34.4590 -93.6820 235.0 AR NORMAN 0.3 WNW +US1ARMT0003 34.5352 -93.6753 223.4 AR MOUNT IDA 2.8 WSW +US1ARMT0004 34.4938 -93.9080 307.2 AR NORMAN 13.4 W +US1ARMT0005 34.5664 -93.6225 198.1 AR MOUNT IDA 1.1 NNE +US1ARMT0008 34.5261 -93.4070 292.9 AR MOUNT IDA 12.9 E +US1ARMT0010 34.5266 -93.4193 269.7 AR MOUNT IDA 12.2 E +US1ARMT0011 34.5331 -93.5595 205.7 AR MOUNT IDA 4.3 ESE +US1ARNV0002 33.7366 -93.3813 84.1 AR PRESCOTT 4.4 S +US1ARNW0002 36.0282 -93.2148 497.4 AR JASPER 2.1 NW +US1ARNW0004 36.1004 -92.9534 328.6 AR WESTERN GROVE 0.1 SSE +US1ARNW0006 36.0270 -93.2300 619.7 AR JASPER 2.7 WNW +US1ARNW0008 35.8995 -93.3840 679.4 AR JASPER 13.4 SW +US1ARNW0012 35.9286 -92.9880 310.9 AR PINDALL 11.3 SW +US1ARNW0013 35.9698 -93.1381 653.2 AR JASPER 3.8 SE +US1AROC0002 33.5890 -92.8625 51.5 AR CAMDEN 1.8 NNW +US1AROC0004 33.6574 -92.8288 35.4 AR CAMDEN 6.3 N +US1AROC0007 33.5961 -92.9051 86.0 AR CAMDEN 4.0 WNW +US1AROC0008 33.4915 -92.8172 58.8 AR CAMDEN 5.4 SSE +US1AROC0011 33.6777 -92.7660 40.5 AR CAMDEN 8.9 NNE +US1ARPH0001 34.4871 -90.6290 56.1 AR HELENA 3.0 SSW +US1ARPH0006 34.5648 -90.9859 57.6 AR MARVELL 4.1 W +US1ARPK0001 34.0331 -93.5069 107.9 AR DELIGHT 0.3 NNW +US1ARPK0002 34.0815 -93.6922 142.0 AR MURFREESBORO 1.3 N +US1ARPK0003 34.0417 -93.5418 147.2 AR DELIGHT 2.2 WNW +US1ARPK0004 34.0791 -93.7281 137.5 AR MURFREESBORO 2.4 WNW +US1ARPK0006 34.0725 -93.6463 184.4 AR MURFREESBORO 2.5 NE +US1ARPK0007 34.0647 -93.6874 112.5 AR MURFREESBORO 0.2 ENE +US1ARPK0009 34.0756 -93.6135 162.8 AR MURFREESBORO 4.5 E +US1ARPL0002 34.5843 -94.2390 353.6 AR MENA 0.3 NNW +US1ARPL0006 34.5966 -94.2296 356.9 AR MENA 1.2 NNE +US1ARPL0007 34.7004 -94.4099 465.4 AR MENA 12.9 NW +US1ARPN0001 35.6793 -90.5402 65.8 AR TRUMANN 1.2 WNW +US1ARPN0004 35.5666 -90.7191 85.6 AR HARRISBURG 0.5 NNE +US1ARPP0001 35.2714 -93.1539 116.4 AR RUSSELLVILLE 0.7 W +US1ARPP0003 35.3055 -93.0172 277.1 AR RUSSELLVILLE 7.3 ENE +US1ARPP0005 35.3115 -93.1328 114.9 AR RUSSELLVILLE 2.8 N +US1ARPP0008 35.2797 -93.1567 114.9 AR RUSSELLVILLE 1.0 WNW +US1ARPP0011 35.2528 -92.9983 247.5 AR POTTSVILLE 3.5 ENE +US1ARPP0012 35.3687 -93.1450 167.6 AR DOVER 3.0 SW +US1ARPP0013 35.3978 -92.9906 327.1 AR DOVER 6.9 E +US1ARPP0017 35.4103 -93.1829 182.9 AR DOVER 4.0 W +US1ARPP0018 35.2515 -92.9322 108.8 AR ATKINS 1.0 NE +US1ARPP0020 35.4002 -92.9936 324.9 AR DOVER 6.7 E +US1ARPP0021 35.3335 -92.9186 220.4 AR ATKINS 6.5 NNE +US1ARPP0026 35.4504 -93.0095 192.3 AR HECTOR 2.2 WSW +US1ARPS0001 34.7298 -92.3447 115.5 AR LITTLE ROCK 0.7 NE +US1ARPS0003 34.7384 -92.1111 79.9 AR NORTH LITTLE ROCK 8.9 ESE +US1ARPS0004 34.7025 -92.3285 90.5 AR LITTLE ROCK 2.0 SE +US1ARPS0005 34.7537 -92.3527 114.9 AR LITTLE ROCK 2.2 N +US1ARPS0007 34.8572 -92.2155 135.3 AR SHERWOOD 1.8 NNW +US1ARPS0008 34.7641 -92.4130 179.8 AR LITTLE ROCK 4.4 NW +US1ARPS0010 34.7478 -92.2638 83.2 AR LITTLE ROCK 5.4 ENE +US1ARPS0011 34.8091 -92.2439 128.0 AR NORTH LITTLE ROCK 1.6 NNE +US1ARPS0012 34.5898 -92.3464 90.2 AR LANDMARK 2.1 SW +US1ARPS0016 34.7892 -92.2341 107.3 AR NORTH LITTLE ROCK 1.2 E +US1ARPS0017 34.7724 -92.3420 181.4 AR LITTLE ROCK 3.5 NNE +US1ARPS0019 34.8050 -92.4170 223.4 AR LITTLE ROCK 6.7 NNW +US1ARPS0020 34.7850 -92.2644 121.6 AR NORTH LITTLE ROCK 0.6 WSW +US1ARPS0022 34.8745 -92.4900 104.5 AR ROLAND 1.9 SSE +US1ARPS0024 34.7660 -92.4060 142.3 AR LITTLE ROCK 4.2 NW +US1ARPS0025 34.7387 -92.5087 187.5 AR LITTLE ROCK 8.8 W +US1ARPS0026 34.8923 -92.2439 106.1 AR SHERWOOD 4.6 NNW +US1ARPS0027 34.7666 -92.2891 81.1 AR NORTH LITTLE ROCK 2.4 SW +US1ARPS0031 34.5488 -92.0959 72.8 AR ENGLAND 7.3 W +US1ARPS0032 34.8813 -92.1479 102.7 AR JACKSONVILLE 1.4 NW +US1ARPS0036 34.8082 -92.2327 107.3 AR SHERWOOD 2.2 SW +US1ARPS0039 34.6675 -92.4304 102.1 AR LITTLE ROCK 5.8 SW +US1ARPS0040 34.8088 -92.2540 137.5 AR NORTH LITTLE ROCK 1.4 N +US1ARPS0041 34.8232 -92.2783 158.8 AR NORTH LITTLE ROCK 2.7 NNW +US1ARPS0045 34.8715 -92.4790 91.7 AR ROLAND 2.4 SSE +US1ARPS0049 34.6216 -92.3221 123.4 AR LITTLE ROCK 7.2 SSE +US1ARPS0051 34.8323 -92.2444 150.9 AR NORTH LITTLE ROCK 3.1 NNE +US1ARPS0052 34.8222 -92.2338 112.8 AR NORTH LITTLE ROCK 2.6 NNE +US1ARPS0053 34.6566 -92.4330 98.5 AR LITTLE ROCK 6.4 SW +US1ARPS0054 34.8446 -92.3996 93.6 AR MAUMELLE 0.8 SE +US1ARPS0056 34.7786 -92.3393 186.5 AR LITTLE ROCK 4.0 NNE +US1ARPS0058 34.8240 -92.2531 155.4 AR NORTH LITTLE ROCK 2.5 N +US1ARPS0061 34.8515 -92.2315 150.0 AR SHERWOOD 1.9 NW +US1ARPS0063 34.8763 -92.4168 118.0 AR MAUMELLE 1.7 NNW +US1ARPS0064 34.8356 -92.4673 91.1 AR LITTLE ROCK 10.1 NW +US1ARPS0066 34.8090 -92.2362 132.3 AR NORTH LITTLE ROCK 1.8 NE +US1ARPS0068 34.7625 -92.3970 146.3 AR LITTLE ROCK 3.7 NW +US1ARPS0070 34.8453 -92.2131 108.8 AR SHERWOOD 1.0 NNW +US1ARPS0071 34.8429 -92.2115 102.7 AR SHERWOOD 0.8 NNW +US1ARPS0073 34.8016 -92.2232 87.2 AR NORTH LITTLE ROCK 2.0 ENE +US1ARPS0075 34.8680 -92.3365 113.4 AR NORTH LITTLE ROCK 7.2 NW +US1ARPS0080 34.7893 -92.2563 106.1 AR NORTH LITTLE ROCK 0.1 NW +US1ARPY0002 34.9631 -92.7072 94.2 AR HOUSTON 5.0 S +US1ARPY0003 34.9619 -92.7579 93.3 AR HOUSTON 6.2 SW +US1ARPY0004 34.9759 -92.8141 114.9 AR PERRYVILLE 2.3 SSW +US1ARPY0005 35.0023 -92.6263 92.4 AR BIGELOW 0.4 NE +US1ARPY0007 34.9181 -92.6783 210.6 AR BIGELOW 6.2 SSW +US1ARPY0008 34.9782 -92.7871 86.3 AR PERRYVILLE 2.3 SSE +US1ARRN0002 36.2474 -90.9406 82.3 AR POCAHONTAS 1.9 SE +US1ARRN0003 36.2704 -91.0911 100.9 AR IMBODEN 6.8 NE +US1ARRN0004 36.1569 -91.0562 91.7 AR POCAHONTAS 8.6 SSW +US1ARRN0005 36.1651 -91.0576 89.6 AR POCAHONTAS 8.2 SW +US1ARRN0006 36.3889 -91.0618 144.5 AR RAVENDEN SPRINGS 10.4 ENE +US1ARRN0008 36.2864 -90.9960 138.1 AR POCAHONTAS 2.2 NW +US1ARRN0009 36.2488 -90.9966 107.9 AR POCAHONTAS 1.9 WSW +US1ARRN0010 36.4402 -90.9651 113.7 AR WARM SPRINGS 5.5 ESE +US1ARRN0011 36.3353 -90.9432 96.0 AR POCAHONTAS 5.2 NNE +US1ARRN0012 36.4910 -90.8742 123.4 AR MAYNARD 5.0 NNE +US1ARRN0014 36.4158 -91.1545 125.6 AR POCAHONTAS 14.7 NW +US1ARRN0017 36.3631 -90.7532 84.7 AR REYNO 0.3 ENE +US1ARSB0001 35.2576 -94.3089 167.6 AR GREENWOOD 4.3NW +US1ARSB0003 35.3010 -94.3048 132.9 AR FORT SMITH 7.9 SE +US1ARSB0004 35.2100 -94.2600 154.2 AR GREENWOOD 1.4 W +US1ARSB0005 35.1839 -94.3094 186.5 AR GREENWOOD 3.7 SW +US1ARSB0008 35.2267 -94.2632 202.7 AR GREENWOOD 1.9 WNW +US1ARSC0003 34.8442 -93.8652 227.7 AR PARKS 6.2 ENE +US1ARSC0004 34.8852 -94.2549 253.6 AR WALDRON 9.2 W +US1ARSH0003 36.0373 -91.5954 164.3 AR EVENING SHADE 2.7 SSE +US1ARSH0005 36.2276 -91.6058 205.7 AR ASH FLAT 0.1 NNE +US1ARSH0006 36.1646 -91.5159 137.2 AR HARDY 11.0 S +US1ARSH0008 35.9379 -91.5379 187.5 AR CAVE CITY 0.8 SE +US1ARSH0009 36.1582 -91.6749 153.6 AR ASH FLAT 6.0 SW +US1ARSH0010 36.0310 -91.3949 101.8 AR SMITHVILLE 6.2 WSW +US1ARSH0011 36.2084 -91.5115 175.0 AR HARDY 8.0 SSW +US1ARSH0014 36.0531 -91.6245 171.9 AR EVENING SHADE 1.2 S +US1ARSH0017 36.1682 -91.5110 132.3 AR HARDY 10.7 S +US1ARSH0019 36.2407 -91.5922 172.8 AR ASH FLAT 1.3 NE +US1ARSL0001 34.7405 -92.5503 160.0 AR SALEM 7.7 N +US1ARSL0004 34.6607 -92.9693 228.0 AR HOT SPRINGS VILLAGE 1.8 E +US1ARSL0005 34.6630 -92.4640 124.4 AR ALEXANDER 2.6 NNW +US1ARSL0006 34.7021 -92.6972 129.5 AR BENTON 11.4 NW +US1ARSL0008 34.6528 -92.4856 117.3 AR ALEXANDER 2.9 WNW +US1ARSL0009 34.7177 -92.5521 172.2 AR LITTLE ROCK 15.1 W +US1ARSL0010 34.6333 -92.4537 102.1 AR BRYANT 2.6 ENE +US1ARSL0012 34.6261 -92.5068 134.7 AR BRYANT 1.3 NW +US1ARSL0015 34.6735 -92.5706 155.8 AR ALEXANDER 7.8 WNW +US1ARSL0016 34.6349 -92.5568 134.7 AR BENTON 4.7 NNE +US1ARSL0021 34.4954 -92.6389 92.7 AR BENTON 6.2 SW +US1ARSL0023 34.5360 -92.7651 130.1 AR BENTON 10.9 WSW +US1ARSL0027 34.5580 -92.4112 119.2 AR BAUXITE 6.5 E +US1ARSL0028 34.5538 -92.6030 93.6 AR BENTON 1.8 SW +US1ARSL0029 34.6570 -92.5522 136.6 AR ALEXANDER 6.5 WNW +US1ARSL0033 34.4918 -92.4048 92.0 AR BAUXITE 8.2 ESE +US1ARSL0034 34.6236 -92.4804 114.6 AR BRYANT 1.0 NE +US1ARSL0035 34.6067 -92.3747 106.4 AR SHANNON HILLS 2.2 ESE +US1ARSL0036 34.5661 -92.3132 85.3 AR LITTLE ROCK 11.1 SSE +US1ARSL0037 34.6690 -92.5069 152.1 AR ALEXANDER 4.5 NW +US1ARSR0002 35.9829 -92.4443 324.3 AR HARRIET 4.3 E +US1ARSR0003 35.9107 -92.6552 289.9 AR MARSHALL 1.1 W +US1ARSR0006 35.7215 -92.6964 529.1 AR LESLIE 10.8 SW +US1ARSR0008 36.0518 -92.8434 385.0 AR ST. JOE 2.7 WNW +US1ARSR0009 35.7746 -92.6387 506.0 AR LESLIE 6.0 SW +US1ARST0002 35.8643 -92.1106 232.6 AR MOUNTAIN VIEW 0.4 S +US1ARST0003 35.8131 -92.1573 300.2 AR MOUNTAIN VIEW 4.7 SSW +US1ARST0004 35.8144 -92.2987 453.5 AR FOX 1.6 N +US1ARST0005 35.8292 -92.1134 311.5 AR MOUNTAIN VIEW 2.8 S +US1ARST0006 35.9034 -92.1168 199.9 AR MOUNTAIN VIEW 2.3 N +US1ARST0010 35.8209 -92.0378 0.0 AR MOUNTAIN VIEW 5.3 SE +US1ARST0011 35.8674 -92.3777 518.8 AR LESLIE 10.3 ENE +US1ARST0012 35.8592 -92.0467 128.0 AR MOUNTAIN VIEW 3.7 ESE +US1ARST0013 35.8258 -91.9405 219.5 AR PLEASANT GROVE 1.9 WNW +US1ARST0014 35.9110 -92.3101 274.6 AR TIMBO 2.8 NNE +US1ARST0015 35.8032 -92.1812 427.9 AR MOUNTAIN VIEW 6.1 SW +US1ARST0016 35.8823 -92.2090 237.1 AR MOUNTAIN VIEW 5.5 W +US1ARST0017 35.8374 -92.2014 406.6 AR MOUNTAIN VIEW 5.5 WSW +US1ARST0018 35.8932 -92.1647 216.1 AR MOUNTAIN VIEW 3.4 WNW +US1ARST0020 35.9324 -92.2192 163.4 AR MOUNTAIN VIEW 7.4 NW +US1ARST0021 35.8339 -92.3912 317.6 AR LESLIE 9.2 E +US1ARST0022 35.9470 -92.2358 237.7 AR MOUNTAIN VIEW 8.8 NW +US1ARST0023 35.8715 -92.3435 294.7 AR MOUNTAIN VIEW 13.0 W +US1ARST0024 35.7375 -92.2745 410.3 AR SHIRLEY 6.8 NNE +US1ARST0025 35.8121 -91.8957 160.3 AR MOUNTAIN VIEW 12.7 ESE +US1ARSV0002 34.1008 -94.1136 146.0 AR LOCKESBURG 9.6 NNE +US1ARSV0007 33.8931 -94.1647 152.4 AR LOCKESBURG 5.4 S +US1ARSV0008 34.0472 -94.3769 127.4 AR DE QUEEN 2.0 W +US1ARVB0001 35.6749 -92.5408 209.1 AR CLINTON 8.2 NW +US1ARVB0004 35.5422 -92.2677 160.9 AR HIGDEN 3.9 WSW +US1ARVB0008 35.6609 -92.7702 521.8 AR JERUSALEM 18.1 N +US1ARVB0009 35.7567 -92.5246 459.9 AR DENNARD 0.0 S +US1ARVB0011 35.4755 -92.3039 231.3 AR BEE BRANCH 5.4 ENE +US1ARVB0013 35.5758 -92.2728 155.1 AR FAIRFIELD BAY 2.0 S +US1ARWH0002 35.0693 -91.8879 76.8 AR BEEBE 0.4 ESE +US1ARWH0004 35.3681 -91.5600 168.6 AR BALD KNOB 4.2 N +US1ARWH0005 35.1937 -91.6902 64.9 AR SEARCY 4.1 SE +US1ARWH0006 35.2439 -91.9847 177.1 AR ROMANCE 3.8 E +US1ARWH0007 35.2359 -91.7935 116.4 AR SEARCY 3.6 W +US1ARWH0009 35.4305 -91.5357 119.5 AR BRADFORD 4.5 W +US1ARWH0010 35.3780 -91.6753 161.2 AR JUDSONIA 7.3 NNW +US1ARWH0011 35.1254 -91.6433 70.4 AR GRIFFITHVILLE 0.1 ENE +US1ARWH0012 35.2128 -91.6744 68.6 AR SEARCY 3.8 ESE +US1ARWH0013 35.2447 -91.8029 95.7 AR SEARCY 4.1 W +US1ARWH0014 35.2553 -91.6983 82.0 AR SEARCY 2.0 ENE +US1ARWH0016 35.2451 -91.7480 77.1 AR SEARCY 1.0 W +US1ARWS0002 36.1505 -94.1743 413.0 AR SPRINGDALE 2.7 SW +US1ARWS0003 36.2060 -94.1656 401.7 AR SPRINGDALE 2.0 NNW +US1ARWS0004 36.0741 -94.1374 504.1 AR FAYETTEVILLE 1.0 E +US1ARWS0006 36.1419 -94.1607 379.8 AR JOHNSON 0.9 NE +US1ARWS0008 36.1786 -94.1018 406.9 AR SPRINGDALE 2.5 E +US1ARWS0009 36.1981 -94.0248 366.4 AR SPRINGDALE 5.8 ENE +US1ARWS0013 36.1136 -94.1025 406.0 AR FAYETTEVILLE 4.1 NE +US1ARWS0014 36.0915 -93.9865 398.4 AR GOSHEN 1.5 SE +US1ARWS0016 36.2130 -93.9560 387.4 AR HINDSVILLE 7.1 NW +US1ARWS0017 36.0479 -94.2393 369.1 AR FARMINGTON 0.4 NNE +US1ARWS0021 35.7798 -94.2504 330.7 AR WEST FORK 10.6 SSW +US1ARWS0022 36.0449 -94.3576 363.6 AR VINEY GROVE 2.4 NW +US1ARWS0024 35.9828 -94.3105 380.4 AR PRAIRIE GROVE 0.5 NE +US1ARWS0025 36.0378 -94.2507 367.3 AR FARMINGTON 0.6 WSW +US1ARWS0029 36.1355 -94.1066 395.0 AR FAYETTEVILLE 5.2 NNE +US1ARWS0032 36.1584 -94.2571 387.1 AR SPRINGDALE 6.4 WSW +US1ARWS0035 35.9314 -94.1827 406.3 AR WEST FORK 0.1 SSW +US1ARWS0036 35.9996 -94.0099 366.7 AR ELKINS 1.7 SE +US1ARWS0040 36.1826 -94.1345 400.8 AR SPRINGDALE 0.6 E +US1ARWS0041 36.0953 -94.3027 363.0 AR SAVOY 1.7 E +US1ARWS0042 36.1487 -94.1394 387.7 AR SPRINGDALE 2.3 S +US1ARYL0001 35.0524 -93.3852 101.8 AR DANVILLE 0.3 E +US1ARYL0002 35.2194 -93.1847 109.4 AR DARDANELLE 1.2 WSW +US1ARYL0003 35.0861 -93.3737 109.7 AR DANVILLE 2.5 NNE +US1ARYL0004 35.0759 -93.7178 152.4 AR HAVANA 11.0 WSW +US1ARYL0005 35.1138 -93.5309 116.4 AR HAVANA 0.3 NW +US1ARYL0006 34.9443 -93.4238 118.6 AR ROVER 1.1 W +US1ARYL0007 35.2055 -93.2041 126.8 AR DARDANELLE 2.6 WSW +US1ARYL0010 34.8844 -93.6402 133.8 AR BLUFFTON 2.6 WSW +US1ARYL0011 34.8958 -93.5971 136.9 AR BLUFFTON 0.7 SSE +US1ARYL0012 35.0249 -93.4202 117.0 AR DANVILLE 2.5 SW +US1ARYL0013 35.0220 -93.1199 113.4 AR OLA 5.9 E +US1AZAP0002 32.3471 -110.9996 748.9 AZ TUCSON 9.9 NNW +US1AZAP0003 36.3047 -109.2233 2141.8 AZ TSAILE 0.5 WNW +US1AZAP0004 36.2949 -109.2220 2147.0 AZ TSAILE 0.7 S +US1AZAP0007 33.9417 -109.2412 2432.3 AZ NUTRIOSO 1.9 WSW +US1AZAP0009 34.5575 -109.8073 1727.3 AZ SNOWFLAKE 15.3 ENE +US1AZAP0010 33.8499 -109.1034 2502.1 AZ ALPINE 2.5 E +US1AZAP0013 34.4341 -109.2617 1956.8 AZ ST. JOHNS 7.3 SE +US1AZAP0014 34.1300 -109.3077 2146.7 AZ SPRINGERVILLE 1.6 W +US1AZAP0018 36.1603 -109.5831 1676.1 AZ CHINLE 1.8 WNW +US1AZAP0021 34.5857 -109.6470 1704.1 AZ CONCHO 8.0 NNW +US1AZAP0022 33.9471 -109.2448 2408.2 AZ NUTRIOSO 2.1 W +US1AZCH0002 31.4527 -110.1435 1314.0 AZ HEREFORD 2.8 NW +US1AZCH0003 31.5640 -110.3163 1407.0 AZ SIERRA VISTA 0.4 ESE +US1AZCH0005 32.2279 -109.2276 1114.3 AZ SAN SIMON 2.6 S +US1AZCH0006 31.9521 -110.3438 1256.4 AZ BENSON 2.5 WSW +US1AZCH0008 31.5023 -110.2396 1386.5 AZ SIERRA VISTA 4.8 SE +US1AZCH0010 31.5045 -110.2747 1427.7 AZ SIERRA VISTA 3.5 SSE +US1AZCH0012 31.3688 -109.6594 1240.8 AZ DOUGLAS 7.3 WNW +US1AZCH0013 32.0056 -109.3974 1556.3 AZ WILLCOX 30.4 ESE +US1AZCH0015 31.4940 -110.2502 1411.5 AZ SIERRA VISTA 4.9 SE +US1AZCH0016 31.5507 -110.2760 1391.4 AZ SIERRA VISTA 1.4 E +US1AZCH0017 31.5490 -110.2776 1391.7 AZ SIERRA VISTA 1.3 E +US1AZCH0019 31.4419 -110.1654 1337.8 AZ HEREFORD 4.0 W +US1AZCH0021 31.4377 -110.2341 1442.9 AZ HEREFORD 8.1 W +US1AZCH0022 31.6867 -110.3806 1373.7 AZ WHETSTONE 2.6 SW +US1AZCH0024 31.9161 -110.2222 1130.5 AZ ST. DAVID 1.2 NNW +US1AZCH0026 31.5077 -110.2507 1396.9 AZ SIERRA VISTA 4.1 SE +US1AZCH0027 31.4661 -110.2267 1390.2 AZ SIERRA VISTA 7.2 SE +US1AZCH0028 31.5008 -110.2616 1411.8 AZ SIERRA VISTA 4.1 SSE +US1AZCH0031 31.4233 -110.2386 1474.6 AZ HEREFORD 8.4 W +US1AZCH0032 31.5611 -110.2219 1321.0 AZ SIERRA VISTA 4.7 E +US1AZCH0033 31.8814 -109.1958 1612.1 AZ PORTAL 3.9 SW +US1AZCH0036 31.5104 -110.2631 1407.9 AZ SIERRA VISTA 3.5 SE +US1AZCH0037 31.9988 -110.2797 1085.4 AZ BENSON 2.7 NNE +US1AZCH0039 31.6769 -110.3323 1318.6 AZ HUACHUCA CITY 3.4 N +US1AZCH0041 31.4303 -110.2318 1449.3 AZ SIERRA VISTA 9.2 SSE +US1AZCH0048 31.4164 -109.8778 1529.5 AZ BISBEE 3.0 ESE +US1AZCH0049 31.7494 -110.0795 1328.0 AZ TOMBSTONE 3.0 NNW +US1AZCH0050 31.3411 -109.5226 1246.0 AZ DOUGLAS 1.0 E +US1AZCH0051 31.4594 -110.2836 1528.6 AZ HEREFORD 11.1 WNW +US1AZCH0052 31.4338 -110.1160 1289.9 AZ HEREFORD 1.1 WSW +US1AZCH0054 31.3516 -110.2132 1455.1 AZ HEREFORD 9.0 SW +US1AZCH0057 31.5300 -110.2804 1410.0 AZ SIERRA VISTA 1.8 SE +US1AZCH0058 31.9512 -110.4182 1318.0 AZ BENSON 7.5 W +US1AZCH0060 31.5176 -110.2743 1414.9 AZ SIERRA VISTA 2.7 SE +US1AZCH0061 31.3379 -109.5530 1212.5 AZ DOUGLAS 0.8 W +US1AZCH0063 31.4523 -110.2249 1403.3 AZ HEREFORD 7.8 WNW +US1AZCH0064 31.9551 -110.3483 1255.2 AZ BENSON 3.4 W +US1AZCH0066 31.4370 -110.1296 1304.5 AZ HEREFORD 1.9 WSW +US1AZCH0068 31.3992 -110.1952 1405.7 AZ HEREFORD 6.5 WSW +US1AZCH0069 31.4583 -109.5969 1251.5 AZ DOUGLAS 8.8 NNW +US1AZCH0071 31.4937 -110.2520 1414.0 AZ SIERRA VISTA 4.8 SE +US1AZCH0072 31.8013 -109.0981 1301.5 AZ PORTAL 8.2 SSE +US1AZCH0073 31.8986 -110.2227 1113.7 AZ ST. DAVID 0.6 SW +US1AZCH0074 31.3542 -110.0947 1321.3 AZ BISBEE 11.9 WSW +US1AZCN0002 35.0938 -111.6954 2078.7 AZ FLAGSTAFF 7.8 SSW +US1AZCN0003 35.2432 -112.1951 2080.6 AZ WILLIAMS 0.4 SW +US1AZCN0006 35.2330 -111.6687 2160.4 AZ FLAGSTAFF 3.2 NNW +US1AZCN0007 35.1904 -111.6742 2120.8 AZ FLAGSTAFF 1.4 W +US1AZCN0010 36.9109 -111.4519 1332.6 AZ PAGE 0.1 WNW +US1AZCN0012 35.1590 -111.6686 2120.2 AZ FLAGSTAFF 2.4 SSW +US1AZCN0013 35.2770 -111.4990 1997.0 AZ FLAGSTAFF 10.4 NE +US1AZCN0014 35.2191 -111.6013 2124.5 AZ FLAGSTAFF 3.4 NE +US1AZCN0019 35.1926 -111.5874 2097.0 AZ FLAGSTAFF 3.5 E +US1AZCN0020 35.1934 -112.1765 2209.8 AZ WILLIAMS 3.3 SSE +US1AZCN0021 35.2560 -111.7404 2231.1 AZ FLAGSTAFF 6.8 NW +US1AZCN0022 35.2306 -111.6731 2175.1 AZ FLAGSTAFF 3.1 NNW +US1AZCN0026 35.2207 -111.6088 2114.7 AZ FLAGSTAFF 3.1 NE +US1AZCN0027 35.2617 -111.5343 2018.7 AZ FLAGSTAFF 8.2 NE +US1AZCN0028 35.2060 -111.6380 2119.6 AZ FLAGSTAFF 1.3 NNE +US1AZCN0031 35.1938 -111.5927 2099.5 AZ FLAGSTAFF 3.2 E +US1AZCN0033 35.1704 -111.6815 2146.7 AZ FLAGSTAFF 2.2 SW +US1AZCN0042 35.2650 -111.5436 2040.9 AZ FLAGSTAFF 7.9 NE +US1AZCN0043 35.2680 -111.5380 2035.5 AZ FLAGSTAFF 8.3 NE +US1AZCN0044 35.3113 -111.5524 2073.9 AZ FLAGSTAFF 10.0 NNE +US1AZCN0046 35.2240 -111.5916 2098.9 AZ FLAGSTAFF 4.1 NE +US1AZCN0054 35.2006 -111.6424 2133.6 AZ FLAGSTAFF 0.9 NNE +US1AZCN0055 35.1930 -111.6019 2089.7 AZ FLAGSTAFF 2.7 E +US1AZCN0058 35.1554 -111.6685 2138.2 AZ FLAGSTAFF 2.6 SSW +US1AZCN0059 35.2131 -111.6443 2142.1 AZ FLAGSTAFF 1.6 NNE +US1AZCN0060 35.2473 -111.5275 2029.7 AZ FLAGSTAFF 8.0 ENE +US1AZCN0061 35.1632 -111.6667 2119.0 AZ FLAGSTAFF 2.1 SSW +US1AZCN0066 35.2044 -111.6187 2094.3 AZ FLAGSTAFF 2.0 ENE +US1AZCN0069 36.9125 -111.4501 1330.8 AZ PAGE 0.2 N +US1AZCN0070 35.2242 -111.4533 1943.1 AZ FLAGSTAFF 11.4 ENE +US1AZCN0074 35.2601 -111.5545 2084.2 AZ FLAGSTAFF 7.3 NE +US1AZCN0075 35.1739 -111.6805 2152.2 AZ FLAGSTAFF 2.1 WSW +US1AZCN0077 35.2646 -111.4884 2002.2 AZ FLAGSTAFF 10.5 ENE +US1AZCN0079 35.2402 -111.7078 2269.8 AZ FLAGSTAFF 4.8 NW +US1AZCN0088 35.1836 -111.5791 2115.0 AZ FLAGSTAFF 4.0 E +US1AZCN0092 35.2680 -111.5414 2041.9 AZ FLAGSTAFF 8.2 NE +US1AZCN0095 35.2069 -111.9938 2070.5 AZ PARKS 4.5 SW +US1AZCN0106 35.1935 -111.5814 2081.2 AZ FLAGSTAFF 3.9 E +US1AZCN0107 35.1952 -111.6293 2100.7 AZ FLAGSTAFF 1.2 ENE +US1AZCN0110 35.1006 -111.6998 2094.3 AZ FLAGSTAFF 6.8 SSW +US1AZCN0111 35.2232 -111.5953 2107.4 AZ FLAGSTAFF 3.8 NE +US1AZCN0113 35.1639 -111.6833 2113.5 AZ FLAGSTAFF 2.6 SW +US1AZCN0122 35.2028 -111.6336 2140.3 AZ FLAGSTAFF 1.3 NE +US1AZCN0126 34.9092 -111.4479 2188.2 AZ MORMON LAKE 0.9 E +US1AZCN0127 34.9480 -111.6302 2037.0 AZ MUNDS PARK 0.6 ENE +US1AZCN0131 35.0844 -111.6623 2103.4 AZ FLAGSTAFF 7.3 S +US1AZCN0132 34.9425 -111.6479 1972.1 AZ MUNDS PARK 0.5 WSW +US1AZCN0134 35.1647 -111.6831 2113.8 AZ FLAGSTAFF 2.6 SW +US1AZCN0137 35.3065 -111.5438 2051.0 AZ FLAGSTAFF 10.0 NE +US1AZCN0139 35.1966 -111.6390 2135.7 AZ FLAGSTAFF 0.8 NE +US1AZCN0140 35.3091 -111.5541 2088.5 AZ FLAGSTAFF 9.8 NNE +US1AZCN0143 35.1848 -111.6763 2133.0 AZ FLAGSTAFF 1.5 WSW +US1AZCN0145 34.8284 -111.7737 1307.9 AZ SEDONA 2.3 SSW +US1AZCN0147 35.2234 -111.6173 2149.4 AZ FLAGSTAFF 3.0 NE +US1AZCN0148 34.8551 -111.7631 1309.1 AZ SEDONA 0.4 SSW +US1AZCN0153 35.3835 -111.7297 2485.0 AZ FLAGSTAFF 14.1 NNW +US1AZCN0154 35.2177 -111.4671 1967.5 AZ FLAGSTAFF 10.5 E +US1AZCN0155 36.1306 -111.2176 1492.0 AZ TUBA CITY 1.3 ESE +US1AZCN0156 35.1731 -111.6793 2152.8 AZ FLAGSTAFF 2.0 SW +US1AZCN0158 35.3663 -111.7897 2445.7 AZ ARIZONA NORDIC VILLAGE +US1AZGH0002 32.8857 -109.8100 869.0 AZ PIMA 0.7 ESE +US1AZGH0003 32.8743 -109.7911 871.7 AZ CENTRAL .5 NE +US1AZGH0004 32.6875 -109.7104 1015.6 AZ SAFFORD 9.9 S +US1AZGL0001 34.2371 -111.3440 1504.2 AZ PAYSON 1.0 WSW +US1AZGL0003 34.3735 -111.4619 1645.9 AZ PINE 0.9 SW +US1AZGL0004 34.3181 -111.2922 1488.6 AZ PAYSON 6.3 NNE +US1AZGL0005 34.2675 -111.2206 1510.9 AZ STAR VALLEY 2.1 NE +US1AZGL0008 34.2453 -111.3506 1503.9 AZ PAYSON 2.0 WNW +US1AZGL0010 33.3661 -110.7693 1145.7 AZ GLOBE 1.8 SSE +US1AZGL0011 34.0964 -110.9873 1617.9 AZ YOUNG 1.4 WSW +US1AZGL0012 34.2512 -111.3169 1539.5 AZ PAYSON 1.5 N +US1AZGN0001 33.0555 -109.3305 1273.8 AZ MORENCI 0.2 NNW (CLOSED) +US1AZLP0001 33.8037 -113.9186 323.4 AZ BOUSE 10.1 SE +US1AZMH0001 35.3678 -114.2429 1061.3 AZ GOLDEN VALLEY 10.1 N +US1AZMH0002 35.1856 -113.9898 1146.7 AZ KINGMAN 3.4 E +US1AZMH0003 35.2328 -114.2719 861.1 AZ GOLDEN VALLEY 2.6 WNW +US1AZMH0004 34.7663 -114.4954 169.2 AZ TOPOCK 3.3 NNW +US1AZMH0005 34.5219 -114.3233 295.0 AZ LAKE HAVASU 2.6 N +US1AZMH0006 34.5210 -114.2802 451.4 AZ LAKE HAVASU 3.5 NE +US1AZMH0010 35.1885 -114.5213 331.6 AZ BULLHEAD CITY 3.8 NE +US1AZMH0013 34.9158 -114.6118 146.0 AZ MOHAVE VALLEY 1.8 SW +US1AZMH0016 35.5458 -114.4286 923.2 AZ DOLAN SPRINGS 9.3 WSW +US1AZMH0021 35.0340 -113.6813 968.7 AZ KINGMAN 23.2 ESE +US1AZMH0022 35.3579 -114.0099 1146.0 AZ KINGMAN 12.5 N +US1AZMH0024 35.4152 -114.2024 1227.1 AZ CHLORIDE 0.2 WNW +US1AZMH0025 34.4559 -114.3176 170.1 AZ LAKE HAVASU CITY 2.0 S +US1AZMH0026 35.1954 -114.0065 1100.9 AZ KINGMAN 2.7 ENE +US1AZMH0027 35.6126 -114.2662 1063.1 AZ DOLAN SPRINGS 1.4 NNE +US1AZMH0029 34.4833 -114.3125 256.0 AZ LAKE HAVASU CITY 0.6 ESE +US1AZMH0031 35.9459 -114.0725 1033.0 AZ MEADVIEW 3.8 S +US1AZMH0033 35.2582 -114.0231 1033.6 AZ KINGMAN 5.6 NNE +US1AZMH0036 35.0594 -114.5697 246.6 AZ BULLHEAD CITY 5.6 SSW +US1AZMR0001 33.4793 -112.0791 334.1 AZ PHOENIX 4.4 S +US1AZMR0003 33.4441 -111.8359 372.2 AZ MESA 5.8 WNW +US1AZMR0005 33.6920 -112.3462 392.0 AZ SUN CITY WEST 1.9 NNE +US1AZMR0006 33.3633 -111.6103 446.5 AZ MESA 8.4 ESE +US1AZMR0007 33.2435 -111.8023 380.4 AZ CHANDLER 5.2 SE +US1AZMR0008 33.4029 -111.6013 476.4 AZ MESA 8.1 E +US1AZMR0010 33.4267 -111.7432 401.1 AZ MESA 0.6 NNW +US1AZMR0011 33.5047 -112.3367 317.3 AZ LITCHFIELD PARK 1.3 E +US1AZMR0013 33.6112 -111.8844 441.0 AZ SCOTTSDALE 5.2 S +US1AZMR0015 33.4931 -112.1072 340.2 AZ PHOENIX 3.6 NW +US1AZMR0016 33.7100 -111.8415 781.2 AZ SCOTTSDALE 2.3 NE +US1AZMR0017 33.7860 -111.9774 596.5 AZ CAVE CREEK 2.9 SSW +US1AZMR0019 33.5902 -111.9712 418.5 AZ SCOTTSDALE 8.8 SW +US1AZMR0022 33.6351 -111.7500 602.0 AZ FOUNTAIN HILLS 2.1 NNW +US1AZMR0023 33.3651 -111.9761 401.7 AZ TEMPE 3.1 WSW +US1AZMR0024 33.5454 -112.0815 363.3 AZ PHOENIX 6.7 NNW +US1AZMR0025 33.4955 -112.0272 354.5 AZ PHOENIX 4.2 NE +US1AZMR0026 33.6648 -112.3710 384.0 AZ SUN CITY WEST 1.0 W +US1AZMR0027 33.5501 -112.0431 395.6 AZ PHOENIX 7.2 NNE +US1AZMR0029 33.4369 -112.3466 297.5 AZ AVONDALE 1.7 NW +US1AZMR0031 33.8186 -111.8818 804.7 AZ CAREFREE 2.1 E +US1AZMR0032 33.3404 -111.9303 361.2 AZ TEMPE 3.3 S +US1AZMR0033 33.3252 -111.8905 363.0 AZ CHANDLER 2.5 NNW +US1AZMR0034 33.3925 -112.1437 312.7 AZ PHOENIX 5.6 SW +US1AZMR0035 33.5041 -112.3399 316.7 AZ LITCHFIELD PARK 1.1 E +US1AZMR0039 33.4728 -112.0550 336.5 AZ PHOENIX 4.9 S +US1AZMR0041 33.3355 -112.4871 277.7 AZ BUCKEYE 7.8 SE +US1AZMR0042 33.6546 -112.4481 406.0 AZ SURPRISE 1.3 ESE +US1AZMR0044 33.3964 -111.7903 403.6 AZ MESA 3.2 WSW +US1AZMR0045 33.7566 -111.9046 694.3 AZ SCOTTSDALE 5.3 NNW +US1AZMR0046 33.5339 -112.1957 347.2 AZ GLENDALE 3.5 S +US1AZMR0047 33.2934 -111.8556 368.2 AZ CHANDLER 0.7 E +US1AZMR0048 33.3580 -111.8563 367.3 AZ MESA 7.9 WSW +US1AZMR0049 33.6143 -111.7534 572.7 AZ FOUNTAIN HILLS 2.5 W +US1AZMR0052 33.3414 -111.8734 364.8 AZ CHANDLER 3.2 N +US1AZMR0053 33.4929 -112.3967 316.4 AZ GOODYEAR 5.8 N +US1AZMR0057 33.5215 -111.9796 406.3 AZ PHOENIX 7.4 NE +US1AZMR0058 33.5617 -111.9739 422.5 AZ PARADISE VALLEY 1.9 NW +US1AZMR0061 33.7562 -111.9143 677.0 AZ SCOTTSDALE 5.5 NNW +US1AZMR0062 33.5401 -112.1193 361.5 AZ PHOENIX 6.8 NW +US1AZMR0063 33.3298 -111.9093 360.6 AZ TEMPE 4.2 SSE +US1AZMR0064 33.5752 -112.1834 361.5 AZ GLENDALE 1.2 ESE +US1AZMR0065 33.3296 -111.9368 359.7 AZ TEMPE 4.1 S +US1AZMR0066 33.7567 -112.4175 468.8 AZ SURPRISE 7.0 NNE +US1AZMR0068 33.4343 -111.7286 412.7 AZ MESA 1.3 NNE +US1AZMR0069 33.2505 -111.6890 411.5 AZ GILBERT 7.1 SE +US1AZMR0070 33.3034 -112.0920 394.1 AZ KOMATKE 5.0 E +US1AZMR0071 33.4741 -111.9395 387.4 AZ SCOTTSDALE 7.8 SSW +US1AZMR0072 33.5781 -111.9697 415.4 AZ PARADISE VALLEY 2.8 NNW +US1AZMR0074 33.2965 -111.9277 356.6 AZ CHANDLER 3.5 W +US1AZMR0075 33.3741 -111.8053 373.4 AZ GILBERT 3.8 NW +US1AZMR0078 33.6656 -112.0101 461.5 AZ PHOENIX 15.3 NE +US1AZMR0080 33.9322 -112.0826 681.5 AZ NEW RIVER 3.2 ENE +US1AZMR0082 33.5720 -112.0132 447.8 AZ PHOENIX 9.2 NE +US1AZMR0088 33.5827 -112.1413 377.3 AZ PHOENIX 10.0 NW +US1AZMR0094 33.5933 -112.1915 364.5 AZ GLENDALE 2.8 NNW +US1AZMR0095 33.6202 -112.2212 365.2 AZ PEORIA 4.9 SSE +US1AZMR0096 33.3978 -111.7501 386.2 AZ MESA 1.5 SSW +US1AZMR0100 33.8591 -112.0992 594.7 AZ ANTHEM 2.5 NW +US1AZMR0101 33.4692 -112.1932 325.8 AZ PHOENIX 7.1 WNW +US1AZMR0103 33.6321 -112.2903 365.2 AZ SUN CITY 1.2 NNW +US1AZMR0105 33.4654 -111.6445 544.1 AZ MESA 6.4 ENE +US1AZMR0108 33.5705 -111.8225 441.4 AZ SCOTTSDALE 4.5 ESE +US1AZMR0110 33.5777 -111.9138 409.3 AZ SCOTTSDALE 0.9 SW +US1AZMR0111 33.3364 -112.1497 340.8 AZ LAVEEN 3.0 SE +US1AZMR0113 33.6158 -111.9566 435.3 AZ SCOTTSDALE 4.0 NW +US1AZMR0114 33.7216 -111.9937 525.5 AZ CAVE CREEK 7.4 SSW +US1AZMR0115 33.5210 -111.9796 409.7 AZ PARADISE VALLEY 1.9 SW +US1AZMR0118 33.5703 -111.7144 475.8 AZ FOUNTAIN HILLS 2.9 SSE +US1AZMR0126 33.3535 -111.9264 361.5 AZ TEMPE 2.4 S +US1AZMR0130 33.3036 -111.7752 384.0 AZ GILBERT 2.1 SSW +US1AZMR0131 33.5039 -112.0882 342.9 AZ PHOENIX 3.8 NNW +US1AZMR0132 33.5099 -112.3532 322.2 AZ LITCHFIELD PARK 0.6 NNE +US1AZMR0138 33.6074 -112.1342 388.9 AZ PHOENIX 11.5 NNW +US1AZMR0140 33.5303 -112.0790 355.4 AZ PHOENIX 5.6 N +US1AZMR0147 33.9232 -112.0834 663.9 AZ NEW RIVER 3.1 ENE +US1AZMR0152 33.3997 -111.6491 445.3 AZ MESA 9.9 E +US1AZMR0153 33.4424 -111.6317 511.1 AZ MESA 11.0 E +US1AZMR0155 33.3390 -111.9306 360.9 AZ TEMPE 5.2 SSW +US1AZMR0156 33.5530 -112.0403 399.6 AZ PHOENIX 8.0 NNE +US1AZMR0157 33.2213 -111.7756 385.6 AZ CHANDLER 6.6 SE +US1AZMR0158 33.7980 -111.9816 590.1 AZ CAVE CREEK 1.0 WSW +US1AZMR0160 33.6289 -112.1605 387.1 AZ GLENDALE 6.9 N +US1AZMR0161 33.3982 -111.9128 360.3 AZ TEMPE 1.1 SW +US1AZMR0162 33.7270 -112.1978 442.3 AZ PEORIA 10.3 N +US1AZMR0163 33.8640 -111.9530 676.4 AZ CAVE CREEK 2.4 N +US1AZMR0164 33.6203 -111.8384 548.6 AZ SCOTTSDALE 5.1 E +US1AZMR0168 33.8997 -112.0565 659.0 AZ NEW RIVER 4.7 ESE +US1AZMR0170 33.4066 -112.4485 276.1 AZ GOODYEAR 5.9 WSW +US1AZMR0174 33.6750 -112.4011 399.9 AZ SURPRISE 5.1 NW +US1AZMR0188 33.5920 -111.7818 531.3 AZ SCOTTSDALE 8.9 NE +US1AZMR0189 33.5888 -112.0009 427.6 AZ PHOENIX 11.0 NNE +US1AZMR0190 33.8829 -112.1663 586.1 AZ NEW RIVER 3.0 SSW +US1AZMR0192 33.6495 -112.2650 372.5 AZ SUN CITY 3.6 N +US1AZMR0197 33.3552 -111.8461 368.2 AZ CHANDLER 3.8 N +US1AZMR0198 33.5204 -112.0687 355.1 AZ PHOENIX 5.6 N +US1AZMR0199 33.6786 -112.3522 384.7 AZ SUN CITY WEST 1.2 NE +US1AZMR0200 33.9523 -112.6930 647.4 AZ WICKENBURG 1.6 ESE +US1AZMR0203 33.5608 -112.0896 370.0 AZ PHOENIX 8.4 N +US1AZMR0204 33.2056 -111.8632 365.8 AZ SUN LAKES 0.8 SE +US1AZMR0206 33.6140 -111.7116 475.8 AZ FOUNTAIN HILLS 0.3 NNW +US1AZMR0207 33.4514 -111.9182 363.3 AZ SCOTTSDALE 3.7 SSW +US1AZMR0209 33.6614 -112.0802 431.0 AZ GLENDALE 10.7 NNE +US1AZMR0211 33.5511 -112.1466 363.3 AZ PHOENIX 8.8 NNW +US1AZMR0213 33.4780 -111.6924 460.9 AZ MESA 8.4 ENE +US1AZMR0214 33.3240 -111.9099 360.3 AZ CHANDLER 4.4 WNW +US1AZMR0218 33.3671 -111.7204 395.3 AZ GILBERT 3.6 ENE +US1AZMR0220 33.6258 -112.0591 444.1 AZ PHOENIX 12.8 N +US1AZMR0221 33.3290 -111.8382 401.1 AZ CHANDLER 2.0 N +US1AZMR0222 33.4094 -112.1810 308.8 AZ PHOENIX 6.7 WSW +US1AZMR0226 33.5717 -112.1637 366.1 AZ GLENDALE 3.0 NNE +US1AZMR0228 33.3289 -111.9739 376.4 AZ PHOENIX 9.5 SE +US1AZMR0231 33.5887 -112.1892 363.9 AZ GLENDALE 4.1 N +US1AZMR0232 33.7540 -111.8470 817.8 AZ SCOTTSDALE 17.7 N +US1AZMR0234 33.6678 -112.2963 373.7 AZ PEORIA 7.2 NNW +US1AZMR0235 33.6464 -111.9575 461.2 AZ SCOTTSDALE 10.8 NNW +US1AZMR0239 33.6582 -112.4350 405.7 AZ SURPRISE 6.3 WNW +US1AZMR0241 33.7205 -111.8971 641.6 AZ SCOTTSDALE 15.2 N +US1AZMR0242 33.2954 -112.0681 382.8 AZ PHOENIX 10.0 S +US1AZMR0243 33.5699 -111.9638 410.3 AZ PARADISE VALLEY 3.1 NNW +US1AZMR0244 33.4919 -111.9044 378.6 AZ SCOTTSDALE 1.0 SW +US1AZMR0245 33.4349 -112.4004 297.2 AZ GOODYEAR 2.9 W +US1AZMR0246 33.3255 -111.9573 365.5 AZ TEMPE 6.7 SSW +US1AZMR0248 33.4328 -111.6939 437.7 AZ MESA 7.3 E +US1AZMR0253 33.4174 -112.2622 299.0 AZ TOLLESON 2.4 SSW +US1AZMR0254 33.5218 -112.0496 357.5 AZ PHOENIX 5.8 NNE +US1AZMR0255 33.3718 -111.9059 360.9 AZ TEMPE 2.7 S +US1AZMR0257 33.3592 -111.7636 381.0 AZ GILBERT 1.1 NE +US1AZMR0258 33.6335 -111.8576 495.9 AZ SCOTTSDALE 9.4 NNE +US1AZMR0259 33.6069 -112.0407 464.8 AZ PHOENIX 11.6 N +US1AZMR0260 33.3680 -111.8622 367.3 AZ MESA 4.3 SW +US1AZMR0261 33.4305 -111.7956 384.4 AZ MESA 1.6 ENE +US1AZMR0262 33.6332 -112.4225 389.8 AZ SURPRISE 5.3 W +US1AZMR0264 33.6468 -111.9872 453.8 AZ SCOTTSDALE 11.6 NNW +US1AZMR0265 33.7239 -111.8338 833.9 AZ SCOTTSDALE 15.8 NNE +US1AZMR0266 33.4478 -111.7674 398.4 AZ MESA 3.6 ENE +US1AZMR0267 33.4045 -111.9165 360.0 AZ TEMPE 1.0 WSW +US1AZMR0268 33.2288 -111.7903 383.1 AZ CHANDLER 5.7 SSE +US1AZMR0269 33.4658 -111.6992 448.7 AZ MESA 7.6 ENE +US1AZMR0270 33.4593 -111.6466 528.2 AZ MESA 10.4 ENE +US1AZMR0271 33.6310 -112.1142 403.3 AZ PEORIA 7.5 ENE +US1AZMR0272 33.4135 -111.7924 379.5 AZ MESA 1.7 ESE +US1AZMR0273 33.5406 -111.8985 394.4 AZ SCOTTSDALE 2.8 N +US1AZMR0274 33.7800 -111.9915 573.3 AZ CAVE CREEK 4.2 SW +US1AZMR0277 33.5658 -111.9077 405.4 AZ SCOTTSDALE 4.7 NNW +US1AZMR0278 33.2290 -111.8010 381.6 AZ CHANDLER 5.4 SSE +US1AZMR0280 33.3720 -111.8120 372.5 AZ GILBERT 2.4 NW +US1AZMR0281 33.6750 -112.3328 379.5 AZ SUN CITY WEST 1.0 NE +US1AZMR0282 33.3615 -111.9833 416.7 AZ PHOENIX 7.4 SE +US1AZMR0283 33.4749 -112.0003 356.0 AZ PHOENIX 4.7 ENE +US1AZMR0287 33.7375 -112.1904 458.1 AZ SURPRISE 10.9 NE +US1AZMR0288 33.4311 -111.5885 507.5 AZ MESA 13.4 E +US1AZMR0289 33.7062 -112.1721 428.5 AZ GLENDALE 12.2 N +US1AZMR0290 33.3161 -111.9469 357.5 AZ CHANDLER 6.3 W +US1AZMR0291 33.5979 -112.2246 355.7 AZ PEORIA 1.3 NNE +US1AZMR0292 33.6547 -112.2408 376.1 AZ PEORIA 5.2 N +US1AZMR0303 33.4775 -111.9710 371.9 AZ PHOENIX 6.3 ENE +US1AZMR0304 33.7588 -111.9566 614.8 AZ CAVE CREEK 4.9 S +US1AZMR0312 33.6694 -112.1823 391.4 AZ GLENDALE 9.6 N +US1AZMR0313 33.2938 -112.0888 365.5 AZ PHOENIX 10.2 S +US1AZMR0314 33.6322 -112.4409 396.5 AZ SURPRISE 6.4 W +US1AZMR0316 33.7201 -112.4135 432.2 AZ SURPRISE 7.9 NW +US1AZMR0319 33.5873 -111.7433 567.2 AZ FOUNTAIN HILLS 2.5 SW +US1AZMR0321 33.2842 -111.6869 408.7 AZ GILBERT 7.0 SE +US1AZMR0322 33.8550 -112.1370 549.9 AZ CAREFREE 13.2 W +US1AZMR0326 33.3504 -112.0945 399.6 AZ PHOENIX 6.3 SSW +US1AZMR0333 33.6356 -112.2811 366.4 AZ SUN CITY 2.7 NNW +US1AZMR0334 33.5839 -112.1303 381.0 AZ PHOENIX 10.5 NNW +US1AZMR0335 33.6027 -111.7510 614.2 AZ FOUNTAIN HILLS 2.4 WSW +US1AZMR0337 33.4065 -111.6103 476.1 AZ MESA 12.1 E +US1AZMR0338 33.2108 -111.7424 399.6 AZ GILBERT 9.9 SSE +US1AZMR0339 33.2940 -111.7660 387.1 AZ GILBERT 4.0 SSE +US1AZMR0340 33.6122 -112.2975 353.6 AZ SUN CITY 1.8 NW +US1AZMR0341 33.3094 -111.7968 379.2 AZ CHANDLER 2.6 ENE +US1AZMR0342 33.3476 -111.5999 448.7 AZ MESA 13.6 ESE +US1AZMR0343 33.4912 -111.9993 366.1 AZ PHOENIX 5.4 NE +US1AZMR0344 33.4743 -112.3017 308.2 AZ AVONDALE 3.8 NE +US1AZMR0346 33.4497 -111.8366 370.6 AZ MESA 2.3 NNW +US1AZMR0347 33.3977 -111.9217 360.6 AZ TEMPE 1.5 SW +US1AZMR0349 33.4519 -112.4214 303.3 AZ GOODYEAR 4.4 WNW +US1AZMR0350 33.5951 -111.9533 420.0 AZ SCOTTSDALE 7.5 NNW +US1AZMR0351 33.5716 -111.8451 425.8 AZ SCOTTSDALE 5.6 NNE +US1AZMR0352 33.3707 -111.9503 366.7 AZ TEMPE 4.0 SW +US1AZMR0353 33.5155 -112.0548 353.0 AZ PHOENIX 5.3 N +US1AZMR0356 33.5510 -112.0604 372.8 AZ PHOENIX 7.7 N +US1AZMR0357 33.2204 -111.7490 0.0 AZ GILBERT 9.1 SSE +US1AZMR0359 33.3116 -111.7517 387.7 AZ GILBERT 3.1 SSE +US1AZMR0361 33.4698 -111.9130 373.1 AZ SCOTTSDALE 2.5 SSW +US1AZMR0362 33.7150 -111.6832 503.5 AZ RIO VERDE 0.7 SW +US1AZMR0366 33.5924 -111.8459 436.5 AZ SCOTTSDALE 6.9 NNE +US1AZMR0368 33.3710 -111.8849 365.5 AZ MESA 5.0 SW +US1AZMR0372 33.8006 -112.1099 543.2 AZ CAVE CREEK 9.4 WSW +US1AZMR0373 33.4412 -111.7417 408.1 AZ MESA 4.7 ENE +US1AZMR0375 33.4592 -111.8819 365.5 AZ SCOTTSDALE 2.9 S +US1AZMR0377 33.4417 -112.4053 299.9 AZ GOODYEAR 3.3 WNW +US1AZMR0378 33.2520 -111.7369 398.1 AZ GILBERT 7.2 SSE +US1AZMR0379 33.5486 -112.1425 363.9 AZ GLENDALE 2.5 ENE +US1AZMR0381 33.4184 -111.9047 360.6 AZ TEMPE 0.6 NNW +US1AZMR0382 33.2966 -111.9978 362.4 AZ PHOENIX 10.8 SSE +US1AZMR0384 33.5919 -111.7731 560.5 AZ SCOTTSDALE 9.3 NE +US1AZMR0386 33.3123 -111.7307 392.6 AZ GILBERT 3.9 SE +US1AZMR0387 33.6159 -111.8861 444.4 AZ SCOTTSDALE 8.0 N +US1AZMR0392 33.3639 -111.7604 382.8 AZ GILBERT 1.5 NE +US1AZMR0395 33.6734 -112.6306 482.2 AZ BUCKEYE 21.2 N +US1AZMR0398 33.5878 -112.3240 338.3 AZ EL MIRAGE 1.6 S +US1AZMR0402 33.5127 -112.4589 347.2 AZ LITCHFIELD PARK 6.5 WNW +US1AZMR0409 33.2556 -111.7963 374.9 AZ CHANDLER 4.0 SE +US1AZMR0410 33.4761 -112.0797 333.5 AZ PHOENIX 2.6 NNW +US1AZMR0411 33.4801 -112.3631 307.8 AZ GOODYEAR 3.5 NNW +US1AZMR0412 33.4955 -112.3491 313.6 AZ LITCHFIELD PARK 0.4 N +US1AZMR0413 33.6340 -112.4064 386.8 AZ SURPRISE 4.4 W +US1AZMR0416 33.8765 -112.1386 594.4 AZ ANTHEM 1.7 NW +US1AZMR0419 33.7731 -111.9771 591.6 AZ CAVE CREEK 4.2 SSW +US1AZMR0420 33.6195 -112.1381 391.7 AZ PHOENIX 13.0 NNW +US1AZMR0421 33.6547 -112.4421 406.3 AZ SURPRISE 6.7 WNW +US1AZMR0423 33.5195 -112.3498 326.7 AZ LITCHFIELD PARK 2.0 N +US1AZMR0424 33.5904 -111.7880 516.9 AZ SCOTTSDALE 8.6 NE +US1AZMR0425 33.7182 -111.6827 502.3 AZ RIO VERDE 0.5 SW +US1AZMR0429 33.5952 -111.9702 420.0 AZ SCOTTSDALE 8.0 NW +US1AZMR0431 33.5377 -112.0859 358.1 AZ PHOENIX 6.8 N +US1AZMR0432 33.3949 -111.9318 359.1 AZ TEMPE 2.1 WSW +US1AZMR0434 33.4304 -112.5270 314.9 AZ BUCKEYE 5.2 NE +US1AZMR0435 33.4025 -111.6289 459.0 AZ MESA 11.1 E +US1AZMR0436 33.2952 -112.0944 366.7 AZ PHOENIX 10.1 S +US1AZMR0437 33.9478 -112.7627 718.7 AZ WICKENBURG 2.6 WSW +US1AZMR0440 33.5549 -112.0662 375.5 AZ PHOENIX 7.9 N +US1AZMR0442 33.3702 -111.8645 367.0 AZ MESA 4.3 SW +US1AZMR0443 33.6232 -112.0797 410.6 AZ PHOENIX 12.7 N +US1AZMR0445 33.4288 -111.6007 501.4 AZ MESA 12.7 E +US1AZMR0448 33.5763 -112.4536 382.2 AZ WADDELL 0.2 W +US1AZMR0451 33.4552 -111.9316 375.2 AZ TEMPE 3.6 NNW +US1AZMR0452 33.3886 -111.7333 393.8 AZ MESA 5.5 ESE +US1AZMR0453 33.8769 -112.1403 585.2 AZ ANTHEM 1.7 NNW +US1AZMR0454 33.3802 -111.7613 382.2 AZ MESA 4.4 SE +US1AZMR0456 33.8724 -112.6027 641.9 AZ MORRISTOWN 1.5 NE +US1AZMR0458 33.2490 -111.7928 382.5 AZ CHANDLER 4.5 SE +US1AZMR0460 33.4203 -111.8418 379.2 AZ MESA 1.3 W +US1AZMR0461 33.3849 -111.8950 363.9 AZ TEMPE 1.8 S +US1AZMR0463 33.2047 -111.8420 371.6 AZ SUN LAKES 2.2 ESE +US1AZMR0464 33.4873 -111.6946 443.2 AZ MESA 8.6 ENE +US1AZMR0465 33.3029 -112.0556 390.4 AZ GUADALUPE 7.2 SW +US1AZMR0466 33.3929 -112.8155 287.1 AZ BUCKEYE 13.7 W +US1AZMR0467 33.4324 -112.7718 310.3 AZ BUCKEYE 11.9 WNW +US1AZMR0470 33.5763 -111.7569 538.3 AZ FOUNTAIN HILLS 3.6 SW +US1AZMR0472 33.6219 -112.4498 397.2 AZ SURPRISE 6.9 W +US1AZMR0474 33.3359 -111.9408 361.8 AZ GUADALUPE 2.6 SSE +US1AZMR0475 33.2608 -111.7688 388.0 AZ CHANDLER 4.9 ESE +US1AZMR0477 33.3629 -111.9254 362.4 AZ TEMPE 3.6 SSW +US1AZMR0478 33.2547 -111.7098 405.4 AZ GILBERT 7.7 SSE +US1AZMR0479 33.8641 -112.1164 595.3 AZ ANTHEM 0.9 NE +US1AZMR0484 33.5635 -111.9311 400.5 AZ PARADISE VALLEY 2.4 NNE +US1AZMR0485 33.6254 -111.7011 466.6 AZ FOUNTAIN HILLS 1.2 NNE +US1AZMR0487 33.3629 -112.0474 389.8 AZ PHOENIX 5.5 SSE +US1AZMR0488 33.6420 -112.4100 386.2 AZ SURPRISE 4.7 W +US1AZMR0494 33.2734 -111.6930 413.6 AZ GILBERT 7.3 SE +US1AZMR0496 33.3447 -111.7595 383.7 AZ GILBERT 1.2 ESE +US1AZMR0502 33.6296 -112.0497 445.9 AZ PHOENIX 13.2 N +US1AZMR0503 33.3005 -111.7113 402.3 AZ GILBERT 5.2 SE +US1AZMR0504 33.3630 -111.7375 388.0 AZ GILBERT 2.6 ENE +US1AZMR0506 33.5225 -112.0406 363.9 AZ PHOENIX 6.0 NNE +US1AZMR0507 33.4086 -112.2708 299.9 AZ TOLLESON 3.1 SSW +US1AZMR0510 33.4750 -111.9021 375.2 AZ SCOTTSDALE 1.9 SSW +US1AZMR0511 33.3394 -111.7753 380.7 AZ GILBERT 0.8 SSE +US1AZMR0517 33.6542 -112.4253 402.9 AZ SURPRISE 5.7 WNW +US1AZNV0003 34.2732 -110.1194 1928.8 AZ SHOW LOW 5.9 WNW +US1AZNV0006 34.7519 -110.0392 1598.1 AZ WOODRUFF 2.1 S +US1AZNV0007 34.1109 -109.9003 2193.0 AZ PINETOP-LAKESIDE 4.0 ESE +US1AZNV0009 34.4727 -110.1435 1745.6 AZ TAYLOR 3.2 WNW +US1AZNV0010 34.2825 -110.1266 1906.8 AZ SHOW LOW 6.5 WNW +US1AZNV0012 34.4969 -110.1668 1770.0 AZ SNOWFLAKE 5.6 W +US1AZNV0013 34.4342 -110.0659 1731.6 AZ TAYLOR 2.3 SE +US1AZNV0016 35.4331 -110.4054 1723.6 AZ WINSLOW 32.8 NNE +US1AZNV0018 34.2457 -110.0594 1962.0 AZ SHOW LOW 2.3 W +US1AZNV0020 34.1589 -109.9693 2051.0 AZ PINETOP-LAKESIDE 1.4 NNW +US1AZNV0024 34.3970 -110.5290 2025.7 AZ OVERGAARD 1.4 ENE +US1AZNV0033 36.5278 -110.0822 1816.3 AZ CHILCHINBETO 0.0 N +US1AZNV0035 34.4931 -110.0843 1741.0 AZ SNOWFLAKE 1.4 SW +US1AZNV0042 34.1896 -110.0131 2009.9 AZ SHOW LOW 4.2 S +US1AZPM0002 32.1883 -110.8442 819.6 AZ TUCSON 2.8 E +US1AZPM0003 32.3477 -110.9802 773.6 AZ TUCSON 11.7 NNW +US1AZPM0004 32.3026 -110.9924 701.6 AZ TUCSON 9.4 NW +US1AZPM0005 32.2599 -110.9331 732.1 AZ TUCSON 5.0 NNW +US1AZPM0006 32.2156 -110.8936 775.1 AZ TUCSON 1.4 N +US1AZPM0007 32.2534 -110.8023 773.3 AZ TUCSON 6.6 NE +US1AZPM0009 31.9590 -110.4784 1246.3 AZ BENSON 10.3 W +US1AZPM0010 32.1366 -110.7679 888.2 AZ TUCSON 8.4 ESE +US1AZPM0011 31.9426 -110.7800 1037.8 AZ VAIL 8.3 SW +US1AZPM0012 32.0255 -111.2749 916.8 AZ THREE POINTS 2.9 S +US1AZPM0013 31.9525 -110.7630 1049.4 AZ CORONA DE TUSCON 0.4 SE +US1AZPM0014 32.2168 -110.8825 783.9 AZ TUCSON 1.5 NNE +US1AZPM0015 32.2691 -110.9517 721.5 AZ TUCSON 6.2 NW +US1AZPM0019 32.2416 -110.8835 760.2 AZ TUCSON 3.2 N +US1AZPM0021 32.3316 -111.0353 703.5 AZ FLOWING WELLS 3.0 NNW +US1AZPM0023 31.9763 -110.7068 1079.0 AZ VAIL 4.9 S +US1AZPM0024 32.2871 -110.7949 795.5 AZ TUCSON 8.5 NE +US1AZPM0029 32.2591 -111.0363 730.0 AZ TUCSON 9.5 WNW +US1AZPM0031 32.1389 -111.0382 783.9 AZ TUCSON 8.9 SW +US1AZPM0035 32.4633 -110.9583 906.8 AZ ORO VALLEY 2.7 N +US1AZPM0036 32.2376 -110.9375 750.1 AZ TUCSON 3.9 NW +US1AZPM0037 32.2284 -110.9119 764.7 AZ TUCSON 2.5 NNW +US1AZPM0038 32.1213 -111.1216 768.4 AZ VALENCIA WEST 1.3 SW +US1AZPM0040 32.0881 -110.6951 966.8 AZ VAIL 2.9 NNE +US1AZPM0041 32.3225 -111.1774 734.6 AZ PICTURE ROCKS 4.3 ESE +US1AZPM0044 32.2295 -110.7833 808.9 AZ TUCSON 8.0 E +US1AZPM0046 32.3180 -111.0310 682.1 AZ FLOWING WELLS 2.1 NW +US1AZPM0047 32.3827 -111.0379 756.2 AZ FLOWING WELLS 6.4 NNW +US1AZPM0049 32.3021 -111.0752 708.1 AZ FLOWING WELLS 3.9 W +US1AZPM0050 32.2536 -110.9075 743.7 AZ TUCSON 4.1 NNW +US1AZPM0051 32.2144 -110.9290 752.9 AZ TUCSON 2.5 WNW +US1AZPM0054 32.2944 -110.8350 811.1 AZ TUCSON 7.6 NNE +US1AZPM0055 32.3147 -110.9624 761.4 AZ TUCSON 9.2 NNW +US1AZPM0057 32.3633 -111.0644 702.9 AZ FLOWING WELLS 5.8 NW +US1AZPM0060 32.1646 -111.1187 757.1 AZ VALENCIA WEST 2.1 NNW +US1AZPM0062 32.2763 -110.9904 705.6 AZ TUCSON 8.0 NW +US1AZPM0063 32.2861 -111.0622 713.8 AZ FLOWING WELLS 3.1 W +US1AZPM0064 32.2662 -110.8477 752.6 AZ TUCSON 5.5 NNE +US1AZPM0065 32.5106 -110.8676 989.1 AZ CATALINA 3.0 NE +US1AZPM0066 32.3985 -110.9802 774.5 AZ ORO VALLEY 2.0 SSW +US1AZPM0069 32.4177 -110.9475 826.9 AZ ORO VALLEY 1.1 ESE +US1AZPM0071 32.4609 -110.9572 900.7 AZ ORO VALLEY 2.5 N +US1AZPM0072 32.2754 -110.7845 808.9 AZ TUCSON 8.3 NE +US1AZPM0073 32.2688 -110.7416 817.5 AZ TUCSON 10.1 ENE +US1AZPM0074 32.3511 -110.9631 839.1 AZ TUCSON 11.5 NNW +US1AZPM0075 32.2240 -110.9942 716.6 AZ TUCSON 6.3 WNW +US1AZPM0077 32.1752 -111.1361 746.8 AZ TUCSON ESTATES 3.2 WSW +US1AZPM0079 32.0736 -110.6937 980.2 AZ VAIL 2.0 NE +US1AZPM0081 32.2407 -110.9317 747.1 AZ TUCSON 3.9 NW +US1AZPM0082 32.2261 -110.7984 805.9 AZ TUCSON 5.8 ENE +US1AZPM0083 32.4639 -110.9542 908.6 AZ ORO VALLEY 2.8 NNE +US1AZPM0085 32.1711 -110.8010 844.6 AZ TUCSON 5.6 ESE +US1AZPM0087 32.2009 -110.7691 880.0 AZ TUCSON 8.9 E +US1AZPM0088 32.4749 -110.8940 965.0 AZ CATALINA 2.4 SE +US1AZPM0089 31.8775 -110.9921 878.7 AZ GREEN VALLEY 1.8 NNE +US1AZPM0091 31.8906 -110.9314 890.0 AZ GREEN VALLEY 4.8 NW +US1AZPM0092 32.1240 -111.0387 781.2 AZ TUCSON 9.6 SW +US1AZPM0093 32.2795 -110.7830 827.8 AZ TUCSON 9.0 ENE +US1AZPM0094 32.4355 -111.0124 865.3 AZ TUCSON 15.8 NNW +US1AZPM0095 32.1451 -110.9676 765.4 AZ TUCSON 5.9 SSW +US1AZPM0098 32.4251 -111.3190 595.3 AZ MARANA 5.8 W +US1AZPM0099 32.2312 -110.7657 806.8 AZ TUCSON 9.0 E +US1AZPM0101 32.3933 -110.9819 759.6 AZ ORO VALLEY 1.3 W +US1AZPM0103 32.2403 -110.9648 730.9 AZ TUCSON 3.0 WNW +US1AZPM0104 32.2869 -110.7466 830.0 AZ TUCSON 11.1 ENE +US1AZPM0105 31.8120 -111.0160 915.0 AZ GREEN VALLEY 3.2 SW +US1AZPM0106 32.3025 -110.9961 700.1 AZ TUCSON 7.2 NW +US1AZPM0107 32.3427 -111.2041 671.5 AZ TUCSON 18.6 WNW +US1AZPM0108 32.2785 -110.9303 719.9 AZ TUCSON 4.1 N +US1AZPM0109 31.9607 -110.9919 874.2 AZ SAHUARITA 2.6 WNW +US1AZPM0110 31.8210 -111.0181 928.1 AZ GREEN VALLEY 2.7 SW +US1AZPM0111 32.1390 -110.7674 886.1 AZ TUCSON 10.5 ESE +US1AZPM0112 32.4223 -110.9843 844.3 AZ TUCSON 14.5 NNW +US1AZPM0113 31.9202 -110.9941 889.1 AZ SAHUARITA 3.3 SW +US1AZPM0114 32.3137 -111.1694 770.5 AZ TUCSON 15.9 WNW +US1AZPM0118 32.1169 -110.7936 890.0 AZ TUCSON 10.3 SE +US1AZPM0119 32.2319 -110.8893 768.1 AZ TUCSON 2.0 ENE +US1AZPM0120 32.4604 -110.9495 894.9 AZ ORO VALLEY 4.9 N +US1AZPM0121 32.2275 -110.8983 768.4 AZ TUCSON 1.4 ENE +US1AZPM0122 32.2315 -110.8878 766.6 AZ TUCSON 2.0 ENE +US1AZPM0123 31.7316 -111.0668 948.2 AZ AMADO 1.65 N +US1AZPM0124 32.2829 -110.9689 708.4 AZ TUCSON 5.2 NNW +US1AZPM0125 32.1342 -110.7684 890.3 AZ TUCSON 10.7 ESE +US1AZPM0126 32.2893 -111.0611 723.3 AZ TUCSON 9.5 WNW +US1AZPM0127 32.2106 -110.7695 862.0 AZ TUCSON 8.8 E +US1AZPM0128 32.2188 -110.9058 769.3 AZ TUCSON 0.8 E +US1AZPM0129 32.4132 -110.9969 831.2 AZ ORO VALLEY 2.7 NW +US1AZPM0130 32.2826 -110.7672 822.0 AZ TUCSON 9.9 ENE +US1AZPM0131 32.3284 -110.9258 857.4 AZ TUCSON 7.5 N +US1AZPM0132 32.2918 -110.8027 796.4 AZ TUCSON 8.5 NE +US1AZPM0133 31.8027 -111.0221 943.4 AZ GREEN VALLEY SSW 3.9 +US1AZPM0134 32.2402 -111.0689 812.6 AZ TUCSON 8.8 W +US1AZPM0135 32.2709 -111.0296 703.2 AZ TUCSON 7.3 WNW +US1AZPM0137 32.4745 -110.9580 914.4 AZ ORO VALLEY 5.8 N +US1AZPM0138 32.4560 -110.9895 905.3 AZ ORO VALLEY 4.9 NNW +US1AZPM0139 32.4166 -110.9758 834.5 AZ ORO VALLEY 2.1 NNW +US1AZPM0141 32.4289 -110.9872 866.5 AZ ORO VALLEY 3.1 NNW +US1AZPM0142 32.1431 -111.0697 794.0 AZ TUCSON 10.2 WSW +US1AZPM0143 32.2543 -110.7233 827.8 AZ TUCSON 11.7 ENE +US1AZPM0145 32.2163 -110.8363 795.8 AZ TUCSON 4.9 E +US1AZPM0146 32.3030 -110.7438 867.2 AZ TUCSON 11.8 ENE +US1AZPM0147 32.2318 -110.9363 750.7 AZ TUCSON 1.3 NW +US1AZPM0148 32.2806 -110.9672 710.2 AZ TUCSON 5.0 NNW +US1AZPM0149 32.2513 -111.0271 730.3 AZ TUCSON 6.6 WNW +US1AZPM0152 32.1599 -110.7697 863.5 AZ TUCSON 9.7 ESE +US1AZPM0153 32.4178 -111.0015 842.2 AZ ORO VALLEY 3.1 NW +US1AZPM0156 32.2546 -110.6720 861.7 AZ TUCSON 14.7 E +US1AZPM0157 32.2406 -110.9056 756.5 AZ TUCSON 1.7 NNE +US1AZPM0159 32.2929 -110.7360 845.5 AZ TUCSON 11.9 ENE +US1AZPM0160 32.3531 -111.0003 743.1 AZ TUCSON 10.3 NNW +US1AZPM0161 32.0990 -110.7780 911.0 AZ TUCSON 11.8 SE +US1AZPM0162 32.4463 -110.9733 888.5 AZ ORO VALLEY 4.0 NNW +US1AZPM0163 31.9659 -110.9682 830.3 AZ SAHUARITA 1.5 NW +US1AZPM0164 32.2444 -110.8759 760.2 AZ TUCSON 3.1 ENE +US1AZPM0165 31.8836 -110.9352 893.7 AZ GREEN VALLEY 4.0 ENE +US1AZPM0166 32.1003 -110.7731 912.6 AZ TUCSON 11.9 SE +US1AZPM0169 32.3138 -110.8550 876.3 AZ TUCSON 7.5 NNE +US1AZPM0171 32.3242 -110.9567 789.7 AZ TUCSON 7.5 NNW +US1AZPM0172 31.8942 -110.9461 872.6 AZ GREEN VALLEY 3.9 NE +US1AZPM0173 32.2697 -110.9303 728.2 AZ TUCSON 3.5 N +US1AZPM0174 32.1383 -110.9105 802.5 AZ TUCSON 5.7 S +US1AZPM0176 32.3932 -110.9656 774.2 AZ ORO VALLEY 0.4 NW +US1AZPM0181 32.3707 -111.1180 648.0 AZ TUCSON 15.5 NW +US1AZPM0183 32.1978 -110.8216 805.3 AZ TUCSON 6.0 ESE +US1AZPM0184 32.2483 -110.8200 774.5 AZ TUCSON 6.2 ENE +US1AZPM0185 32.3924 -110.9912 760.2 AZ ORO VALLEY 1.8 W +US1AZPM0186 32.2577 -110.9464 731.2 AZ TUCSON 3.0 NNW +US1AZPM0188 32.2273 -111.0599 853.4 AZ TUCSON 8.2 W +US1AZPM0189 32.2563 -110.9454 732.7 AZ TUCSON 2.9 NNW +US1AZPM0190 31.9587 -110.9708 833.6 AZ SAHUARITA 1.4 WNW +US1AZPM0191 32.3686 -111.0714 697.7 AZ TUCSON 13.5 NW +US1AZPM0192 32.4300 -110.9717 858.3 AZ ORO VALLEY 2.8 NNW +US1AZPM0193 32.2988 -111.0770 714.8 AZ TUCSON 10.7 WNW +US1AZPM0194 31.8884 -110.9462 878.7 AZ GREEN VALLEY 3.7 NE +US1AZPM0195 32.4600 -110.9700 907.4 AZ ORO VALLEY 4.9 N +US1AZPM0198 32.3339 -110.9119 913.8 AZ TUCSON 7.9 N +US1AZPM0199 32.2423 -111.0096 714.8 AZ TUCSON 5.5 WNW +US1AZPM0201 32.2464 -111.0046 704.7 AZ TUCSON 5.3 WNW +US1AZPM0202 32.2824 -110.7683 819.6 AZ TUCSON 9.9 ENE +US1AZPM0204 31.8817 -110.6639 1303.3 AZ VAIL 8.6 SSE +US1AZPM0205 32.3113 -111.0749 696.8 AZ TUCSON 11.0 NW +US1AZPM0206 32.3585 -111.0515 713.5 AZ TUCSON 12.3 NW +US1AZPM0207 32.4025 -111.3331 601.1 AZ MARANA 6.9 WSW +US1AZPM0208 32.2672 -111.0508 731.5 AZ TUCSON 8.3 WNW +US1AZPM0210 32.2205 -110.7674 847.6 AZ TUCSON 8.9 E +US1AZPM0211 31.8709 -111.0047 912.9 AZ GREEN VALLEY 1.3 NNW +US1AZPM0212 31.8589 -110.9965 890.9 AZ GREEN VALLEY 0.4 NNW +US1AZPM0213 32.2375 -110.7864 789.7 AZ TUCSON 7.9 E +US1AZPM0214 32.1073 -110.7929 893.7 AZ TUCSON 10.8 SE +US1AZPM0215 32.1324 -110.8829 822.0 AZ TUCSON 6.4 SSE +US1AZPM0218 32.3912 -111.0335 775.4 AZ TUCSON 13.6 NNW +US1AZPM0223 32.3170 -110.9624 769.0 AZ TUCSON 7.1 NNW +US1AZPM0226 32.4927 -110.8820 1015.3 AZ ORO VALLEY 8.4 NNE +US1AZPM0228 31.8063 -111.0410 951.3 AZ GREEN VALLEY 4.3 SW +US1AZPM0229 32.2625 -110.8227 765.0 AZ TUCSON 6.4 ENE +US1AZPM0230 32.2261 -110.8444 793.4 AZ TUCSON 4.4 E +US1AZPM0231 32.4892 -110.8841 1020.5 AZ CATALINA 2.5 ESE +US1AZPM0233 32.1710 -111.0500 848.6 AZ TUCSON 8.3 WSW +US1AZPM0234 32.4526 -111.0792 851.3 AZ MARANA 8.4 E +US1AZPM0238 31.8787 -110.9897 875.4 AZ GREEN VALLEY 1.7 N +US1AZPM0240 32.3658 -110.9678 810.2 AZ ORO VALLEY 1.7 SSW +US1AZPM0241 31.8103 -111.0155 911.7 AZ GREEN VALLEY 3.3 SSW +US1AZPM0244 32.3220 -111.0385 680.9 AZ TUCSON 9.9 NW +US1AZPM0245 32.2047 -110.7824 855.6 AZ TUCSON 8.1 E +US1AZPM0247 32.3010 -111.0680 707.7 AZ TUCSON 10.3 WNW +US1AZPM0248 32.2258 -110.9046 769.6 AZ TUCSON 1.0 ENE +US1AZPM0249 32.2262 -110.8213 795.5 AZ TUCSON 5.8 E +US1AZPM0250 32.2453 -110.9289 745.8 AZ TUCSON 1.8 NNW +US1AZPM0252 32.3606 -111.1013 651.7 AZ MARANA 8.4 SE +US1AZPM0254 31.9544 -110.7744 1024.1 AZ CORONA DE TUCSON 0.5 WSW +US1AZPM0258 32.2057 -111.0145 757.4 AZ TUCSON 5.6 W +US1AZPM0261 32.2555 -110.8449 766.6 AZ TUCSON 5.0 ENE +US1AZPM0263 32.3513 -111.0163 730.3 AZ TUCSON 10.7 NNW +US1AZPM0264 32.3407 -110.9385 867.8 AZ TUCSON 8.4 N +US1AZPM0265 32.3473 -111.1015 660.5 AZ TUCSON 13.8 NW +US1AZPM0266 32.4476 -110.9739 891.5 AZ ORO VALLEY 4.1 NNW +US1AZPM0268 32.1572 -110.7695 867.5 AZ TUCSON 9.8 ESE +US1AZPM0269 31.8683 -111.0098 902.5 AZ GREEN VALLEY 1.2 W +US1AZPM0272 31.8921 -110.9840 866.5 AZ GREEN VALLEY 2.7 NNE +US1AZPM0273 32.3045 -111.0848 722.4 AZ TUCSON 11.3 WNW +US1AZPM0275 32.4634 -110.9360 888.5 AZ ORO VALLEY 5.3 NNE +US1AZPM0281 32.3273 -111.1075 704.4 AZ TUCSON 13.2 NW +US1AZPM0283 32.3767 -111.0870 683.1 AZ TUCSON 14.6 NW +US1AZPM0284 32.4708 -110.9567 926.9 AZ ORO VALLEY 5.6 N +US1AZPM0285 32.4620 -110.9679 916.8 AZ ORO VALLEY 5.0 N +US1AZPM0286 32.3843 -110.9688 807.1 AZ ORO VALLEY 0.6 SW +US1AZPM0289 32.4415 -111.0783 815.0 AZ MARANA 8.3 E +US1AZPM0291 32.4960 -111.2682 586.4 AZ MARANA 5.4 NNW +US1AZPM0292 32.3758 -111.0205 758.6 AZ TUCSON 12.3 NNW +US1AZPM0294 32.3069 -111.0981 744.6 AZ ORO VALLEY 9.9 SW +US1AZPM0299 32.3126 -110.8271 844.3 AZ TUCSON 8.4 NE +US1AZPM0300 32.2730 -110.8711 757.4 AZ TUCSON 4.6 NE +US1AZPM0301 32.2312 -110.9667 731.2 AZ TUCSON 2.8 WNW +US1AZPM0302 32.2084 -110.9732 728.5 AZ TUCSON 3.2 WSW +US1AZPM0303 32.1468 -110.9457 776.9 AZ TUCSON 5.3 SSW +US1AZPM0304 32.2277 -110.7355 833.3 AZ TUCSON 10.8 E +US1AZPM0305 32.3539 -111.0381 728.8 AZ TUCSON 11.5 NW +US1AZPM0307 32.3909 -110.9912 756.2 AZ ORO VALLEY 1.8 W +US1AZPM0308 31.9856 -110.7155 1055.8 AZ VAIL 1.4 SW +US1AZPM0311 31.8673 -111.0056 915.6 AZ GREEN VALLEY 1.1 NW +US1AZPM0312 32.4773 -110.9114 934.2 AZ TUCSON 17.8 N +US1AZPM0313 31.9340 -110.9977 896.4 AZ SAHUARITA 3.0 WSW +US1AZPM0315 32.1655 -111.1260 751.3 AZ TUCSON 12.6 WSW +US1AZPM0318 32.1297 -111.1299 758.6 AZ VALENCIA WEST 1.1 E +US1AZPM0321 32.2415 -110.8013 783.9 AZ TUCSON 7.1 ENE +US1AZPM0322 32.4776 -110.9172 935.1 AZ CATALINA 1.6 S +US1AZPM0323 31.8752 -111.0091 928.7 AZ GREEN VALLEY 1.5 NW +US1AZPM0326 31.9736 -110.6897 1094.5 AZ VAIL 2.0 SSE +US1AZPM0327 32.1829 -111.1271 769.9 AZ SOUTH TUCSON 9.8 W +US1AZPM0328 32.2723 -110.8583 767.2 AZ TUCSON 5.1 NE +US1AZPM0329 32.3719 -111.0138 725.1 AZ ORO VALLEY 3.4 WSW +US1AZPM0332 31.9871 -111.1153 1094.2 AZ SAHUARITA 10.0 WNW +US1AZPM0333 31.9497 -110.7950 1000.7 AZ SAHUARITA 9.1 E +US1AZPM0338 32.1676 -110.7880 840.9 AZ TUCSON 8.5 ESE +US1AZPM0339 32.2841 -111.0709 736.7 AZ TUCSON 9.9 WNW +US1AZPM0340 32.1744 -110.8365 835.5 AZ TUCSON 5.8 ESE +US1AZPM0346 31.8892 -110.9459 877.8 AZ GREEN VALLEY 3.7 NE +US1AZPM0347 31.8731 -111.0045 912.6 AZ GREEN VALLEY 1.4 NNW +US1AZPM0355 32.3750 -110.9711 791.9 AZ TUCSON 11.1 NNW +US1AZPM0356 32.2695 -110.8912 734.6 AZ TUCSON 3.8 NNE +US1AZPM0359 32.0793 -110.6583 1033.0 AZ TUCSON 18.1 ESE +US1AZPM0365 32.2618 -110.9294 735.2 AZ TUCSON 2.9 N +US1AZPM0366 32.2458 -110.8904 756.5 AZ TUCSON 2.5 NE +US1AZPN0002 32.9818 -111.7433 465.4 AZ CASA GRANDE 6.2 N +US1AZPN0003 33.2018 -111.5238 466.6 AZ QUEEN CREEK 7.4 ESE +US1AZPN0006 33.1957 -111.5127 469.4 AZ QUEEN CREEK 8.2 ESE +US1AZPN0007 33.1991 -111.5699 450.8 AZ QUEEN CREEK 5.1 SE +US1AZPN0008 33.3629 -111.4698 535.5 AZ APACHE JUNCTION 5.3 ESE +US1AZPN0009 33.3816 -111.4535 577.9 AZ GOLD CANYON 1.4 NNW +US1AZPN0010 33.3718 -111.4714 541.0 AZ APACHE JUNCTION 4.9 ESE +US1AZPN0011 33.3855 -111.5115 516.9 AZ APACHE JUNCTION 2.5 ESE +US1AZPN0013 33.0611 -111.4649 455.1 AZ FLORENCE 5.5 WNW +US1AZPN0014 33.1817 -111.6046 470.0 AZ QUEEN CREEK 4.7 SSE +US1AZPN0015 33.0469 -112.0423 360.0 AZ MARICOPA 0.8 SSE +US1AZPN0016 33.2495 -111.5560 457.2 AZ QUEEN CREEK 4.3 E +US1AZPN0017 33.3843 -111.4879 529.1 AZ APACHE JUNCTION 3.5 ESE +US1AZPN0020 33.3960 -111.5807 485.2 AZ APACHE JUNCTION 2.5 WSW +US1AZPN0021 32.9295 -111.7380 428.2 AZ CASA GRANDE 4.2 N +US1AZPN0022 33.3796 -111.5270 501.1 AZ APACHE JUNCTION 2.2 SSE +US1AZPN0024 33.3666 -111.4600 558.1 AZ APACHE JUNCTION 5.5 ESE +US1AZPN0025 33.1080 -111.5072 465.4 AZ FLORENCE 9.1 NW +US1AZPN0026 33.3559 -111.4468 559.9 AZ GOLD CANYON 0.5 SE +US1AZPN0027 33.4563 -111.5425 582.2 AZ APACHE JUNCTION 3.2 N +US1AZPN0028 32.8367 -110.7021 664.8 AZ WINKELMAN 10.6 SSE +US1AZPN0029 32.5304 -110.8593 976.9 AZ SADDLEBROOKE 1.5 ESE +US1AZPN0032 32.7033 -110.6408 793.4 AZ MAMMOTH 1.2 S +US1AZPN0033 32.9603 -111.7841 453.2 AZ CASA GRANDE 6.5 NNW +US1AZPN0034 32.8868 -111.7197 429.2 AZ CASA GRANDE 2.1 ENE +US1AZPN0035 33.3916 -111.4928 524.0 AZ APACHE JUNCTION 3.0 ESE +US1AZPN0037 32.8090 -111.6840 450.2 AZ CASA GRANDE 5.7 SE +US1AZPN0044 33.3913 -111.5174 516.0 AZ APACHE JUNCTION 1.8 SE +US1AZPN0045 32.6759 -111.0586 934.8 AZ MARANA 19.4 NNE +US1AZPN0047 32.9716 -111.7671 458.1 AZ CASA GRANDE 7.1 N +US1AZPN0049 32.6058 -110.7894 1375.3 AZ ORACLE 1.1 WSW +US1AZPN0050 32.5187 -110.9023 982.4 AZ SADDLEBROOKE 1.5 SW +US1AZPN0051 32.8847 -111.7238 429.8 AZ CASA GRANDE 1.8 NE +US1AZPN0053 32.5454 -111.1951 709.6 AZ MARANA 8.1 N +US1AZPN0054 32.9415 -111.6745 444.4 AZ CASA GRANDE 6.6 NE +US1AZPN0058 32.5372 -110.8828 1017.7 AZ SADDLEBROOKE 0.1 N +US1AZPN0059 32.9568 -111.3195 552.6 AZ FLORENCE 6.2 SE +US1AZPN0060 33.3849 -111.5229 508.4 AZ APACHE JUNCTION 2.0 SSE +US1AZPN0062 32.5863 -110.9193 1064.4 AZ ORACLE 8.8 W +US1AZPN0063 32.8865 -111.7024 431.9 AZ CASA GRANDE 3.0 ENE +US1AZPN0065 33.1788 -111.5742 459.0 AZ QUEEN CREEK 5.3 SE +US1AZPN0067 33.1924 -111.6583 470.6 AZ QUEEN CREEK 3.7 SSW +US1AZPN0068 33.0616 -111.4574 458.1 AZ FLORENCE 5.0 WNW +US1AZPN0069 33.2873 -111.3041 610.2 AZ QUEEN VALLEY 1.1 SW +US1AZPN0071 32.5260 -110.8862 1004.3 AZ SADDLEBROOKE 0.7 S +US1AZPN0072 33.3414 -110.9924 1378.0 AZ MIAMI 8.3 WSW +US1AZPN0073 33.2606 -111.5676 448.1 AZ QUEEN CREEK 3.9 ENE +US1AZPN0075 33.0718 -111.3830 470.9 AZ FLORENCE 2.9 N +US1AZPN0077 33.2982 -111.2866 627.9 AZ QUEEN VALLEY 0.2 E +US1AZPN0078 33.0820 -112.0404 354.2 AZ MARICOPA 2.2 N +US1AZPN0079 32.5451 -110.8623 105.2 AZ SADDLEBROOKE 1.4 NE +US1AZSC0001 31.6698 -110.6365 1473.4 AZ SONOITA 1.3 SE +US1AZSC0002 31.3767 -110.9241 1180.5 AZ NOGALES 1.0 NNE +US1AZSC0003 31.4519 -110.8553 1259.7 AZ NOGALES 8.9 NNE +US1AZSC0006 31.6754 -110.9516 1280.2 AZ AMADO 7.0 ESE +US1AZSC0007 31.4677 -110.9150 1185.1 AZ RIO RICO 3.6 E +US1AZSC0009 31.6171 -111.0563 994.9 AZ TUBAC 0.7 WNW +US1AZSC0010 31.5883 -111.0876 1125.0 AZ TUBAC 2.9 SW +US1AZSC0011 31.6019 -111.0458 978.4 AZ TUBAC 0.7 S +US1AZSC0012 31.5552 -110.4714 1511.2 AZ SIERRA VISTA 10.1 W +US1AZSC0013 31.4370 -111.0396 1184.8 AZ RIO RICO 4.4 WSW +US1AZSC0016 31.4905 -111.0110 1053.1 AZ RIO RICO 2.7 NW +US1AZSC0018 31.6626 -110.6394 1501.1 AZ SONOITA 1.5 SSE +US1AZSC0019 31.6703 -110.6422 1495.0 AZ SONOITA 1.0 SE +US1AZSC0020 31.5442 -110.7250 1287.8 AZ PATAGONIA 1.8 ENE +US1AZYM0001 32.6341 -114.4056 121.3 AZ YUMA 13.8 ESE +US1AZYM0002 32.5676 -114.6555 54.9 AZ SOMERTON 3.0 ESE +US1AZYM0004 32.6832 -114.4585 71.6 AZ YUMA 9.7 ESE +US1AZYM0007 32.6432 -114.5230 64.0 AZ YUMA 7.7 SE +US1AZYV0001 34.6016 -112.3043 1523.1 AZ PRESCOTT VALLEY 1.1 ESE +US1AZYV0002 34.4736 -112.4390 1912.0 AZ PRESCOTT 7.1 S +US1AZYV0003 34.8611 -111.8080 1338.7 AZ SEDONA 0.7 W +US1AZYV0005 34.2821 -112.1983 986.6 AZ MAYER 8.5 SSE +US1AZYV0007 35.1652 -112.5315 1569.7 AZ ASH FORK 4.9 SW +US1AZYV0008 34.7287 -111.9700 1070.8 AZ CORNVILLE 3.7 WNW +US1AZYV0011 34.7566 -112.5705 1518.5 AZ PRESCOTT 16.2 NNW +US1AZYV0014 34.5270 -112.2946 1659.6 AZ DEWEY 3.1 W +US1AZYV0017 34.5565 -112.5075 1734.6 AZ PRESCOTT 2.9 WNW +US1AZYV0018 34.7231 -112.0238 1068.0 AZ COTTONWOOD 1.4 WSW +US1AZYV0020 34.2278 -113.0285 871.4 AZ WICKENBURG 25.6 NW +US1AZYV0021 34.8589 -111.7839 1356.1 AZ SEDONA 1.4 W +US1AZYV0022 34.5613 -112.3863 1648.4 AZ PRESCOTT 4.4 ENE +US1AZYV0023 34.6470 -111.7697 1065.9 AZ CAMP VERDE 7.5 NE +US1AZYV0028 34.5764 -112.5132 1704.7 AZ PRESCOTT 3.9 NW +US1AZYV0029 34.5710 -112.4417 1634.9 AZ PRESCOTT 2.4 NNE +US1AZYV0030 34.7973 -111.9000 1122.6 AZ SEDONA 9.0 WSW +US1AZYV0032 34.5763 -112.4909 1998.3 AZ PRESCOTT 3.1 NW +US1AZYV0033 34.5905 -112.3255 1553.9 AZ PRESCOTT VALLEY 1.6 SSW +US1AZYV0034 34.8559 -112.4517 1348.1 AZ PAULDEN 2.3 SSE +US1AZYV0035 34.6052 -112.4574 1580.1 AZ PRESCOTT 4.5 N +US1AZYV0036 34.6665 -112.5080 1574.9 AZ PRESCOTT 9.1 NNW +US1AZYV0038 34.5148 -112.2985 1585.3 AZ DEWEY 3.5 WSW +US1AZYV0040 34.5434 -112.3764 1639.2 AZ PRESCOTT 4.8 E +US1AZYV0041 34.6431 -112.4201 1541.7 AZ PRESCOTT 7.5 NNE +US1AZYV0042 34.6062 -112.4623 1599.0 AZ PRESCOTT 4.6 N +US1AZYV0043 34.6574 -112.3410 1513.0 AZ PRESCOTT VALLEY 3.7 NNW +US1AZYV0047 34.5549 -112.5695 1976.0 AZ PRESCOTT 6.3 W +US1AZYV0049 34.5288 -112.4611 1731.0 AZ PRESCOTT 0.8 S +US1AZYV0051 34.6172 -112.3108 1524.3 AZ PRESCOTT VALLEY 0.5 N +US1AZYV0052 34.4349 -112.6079 1466.4 AZ PRESCOTT 11.1 SW +US1AZYV0054 34.8561 -111.8193 1350.3 AZ SEDONA 3.4 W +US1AZYV0055 34.7063 -111.9185 1012.2 AZ CORNVILLE 0.8 SSE +US1AZYV0056 34.5759 -112.4875 1683.4 AZ PRESCOTT 2.9 NNW +US1AZYV0057 34.6918 -112.3248 1487.4 AZ PRESCOTT VALLEY 5.7 N +US1AZYV0060 34.3400 -112.1640 1188.7 AZ SPRING VALLEY 0.4 SW +US1AZYV0061 34.7741 -112.5278 1503.3 AZ CHINO VALLEY 4.7 WNW +US1AZYV0062 34.7787 -111.7666 1241.8 AZ SEDONA 5.6 S +US1AZYV0063 34.6648 -112.3309 1492.9 AZ PRESCOTT VALLEY 4.0 NNW +US1AZYV0067 34.5811 -112.5030 1678.2 AZ PRESCOTT 3.8 NW +US1AZYV0068 34.5340 -112.4714 1637.1 AZ PRESCOTT 0.8 WSW +US1AZYV0070 34.5718 -112.3740 1622.8 AZ PRESCOTT 5.4 ENE +US1AZYV0072 34.7328 -112.0468 1097.0 AZ COTTONWOOD 2.7 W +US1AZYV0073 34.5925 -112.4746 1635.9 AZ PRESCOTT 3.7 NNW +US1AZYV0076 34.5181 -112.5026 1730.7 AZ PRESCOTT 2.9 WSW +US1AZYV0078 34.6101 -112.3381 1544.7 AZ PRESCOTT VALLEY 1.6 W +US1AZYV0079 34.7750 -112.4850 1430.4 AZ CHINO VALLEY 2.6 NW +US1AZYV0081 34.6043 -112.3523 1557.8 AZ PRESCOTT VALLEY 2.4 W +US1AZYV0083 34.5488 -112.4929 1677.6 AZ PRESCOTT 2.0 WNW +US1AZYV0084 34.5820 -112.5161 1662.1 AZ PRESCOTT 4.3 NW +US1AZYV0085 34.5094 -112.5106 1840.7 AZ PRESCOTT 3.6 SW +US1AZYV0087 34.5140 -112.2241 1390.8 AZ DEWEY-HUMBOLDT 1.4 SE +US1AZYV0091 34.5341 -112.4155 1832.2 AZ PRESCOTT 2.6 E +US1AZYV0092 34.6546 -112.5122 1590.1 AZ PRESCOTT 8.5 NNW +US1AZYV0094 34.7748 -112.4848 1430.1 AZ CHINO VALLEY 2.6 NW +US1AZYV0096 34.6786 -112.5313 1563.3 AZ PRESCOTT 10.4 NNW +US1AZYV0098 34.5245 -112.5123 1770.3 AZ PRESCOTT 3.2 WSW +US1AZYV0100 34.6998 -112.0121 1075.3 AZ COTTONWOOD 2.2 SSW +US1AZYV0107 34.7585 -112.4231 1430.1 AZ CHINO VALLEY 1.6 ENE +US1AZYV0108 34.5816 -112.4418 1641.3 AZ PRESCOTT 3.1 NNE +US1AZYV0110 34.8601 -112.4779 1345.1 AZ PAULDEN 1.8 SSW +US1AZYV0112 34.7166 -112.5532 1579.8 AZ PRESCOTT 13.3 NNW +US1AZYV0113 34.5556 -112.5708 1978.5 AZ PRESCOTT 6.4 W +US1AZYV0115 34.6124 -112.3279 1538.6 AZ PRESCOTT VALLEY 1.0 W +US1AZYV0119 34.7359 -112.6447 1450.2 AZ PRESCOTT 17.1 NW +US1AZYV0120 34.7522 -112.4716 1449.9 AZ CHINO VALLEY 1.2 W +US1AZYV0122 34.5761 -112.4605 1655.4 AZ PRESCOTT 2.5 N +US1AZYV0123 34.7875 -111.7714 1283.5 AZ SEDONA 5.0 S +US1AZYV0124 34.5963 -112.5024 1659.3 AZ PRESCOTT 4.6 NNW +US1AZYV0125 34.6261 -112.4435 1565.5 AZ PRESCOTT 6.0 N +US1AZYV0128 34.7767 -111.9069 1122.3 AZ CORNVILLE 2.2 NNE +US1AZYV0129 34.5520 -112.4980 1698.0 AZ PRESCOTT 2.3 WNW +US1AZYV0131 34.6915 -112.2967 1520.0 AZ PRESCOTT VALLEY 5.7 N +US1AZYV0135 34.7112 -111.9770 989.4 AZ COTTONWOOD 1.8 SE +US1AZYV0136 34.5997 -111.8778 952.5 AZ CAMP VERDE 3.2 NNW +US1AZYV0138 34.5912 -112.5025 1649.6 AZ PRESCOTT 4.3 NW +US1AZYV0139 34.5421 -112.4177 1733.4 AZ PRESCOTT 2.4 E +US1AZYV0140 34.6157 -112.3202 1528.9 AZ PRESCOTT VALLEY 0.7 NW +US1AZYV0141 34.7284 -111.9742 1026.9 AZ COTTONWOOD 1.5 E +US1AZYV0142 34.5275 -112.4734 1664.2 AZ PRESCOTT 1.1 SW +US1AZYV0147 34.3154 -112.1179 1136.3 AZ CORDES LAKES 1.0 WNW +US1AZYV0148 34.5664 -111.8490 940.9 AZ CAMP VERDE 0.4 N +US1AZYV0150 34.6249 -112.3543 1535.9 AZ PRESCOTT VALLEY 2.7 WNW +US1AZYV0152 34.6344 -112.3393 1529.8 AZ PRESCOTT VALLEY 2.4 NW +US1AZYV0153 34.5888 -112.3529 1585.0 AZ PRESCOTT VALLEY 2.8 WSW +US1AZYV0159 34.4958 -112.2202 1417.6 AZ DEWEY-HUMBOLDT 2.6 SSE +US1AZYV0162 34.5744 -112.4662 1674.0 AZ PRESCOTT 2.4 N +US1AZYV0166 34.5703 -112.4826 1678.8 AZ PRESCOTT 2.5 NNW +US1AZYV0169 34.5822 -112.4424 1639.8 AZ PRESCOTT 3.1 NNE +US1AZYV0170 34.5173 -112.4763 1687.1 AZ PRESCOTT 1.8 SSW +US1AZYV0176 34.5378 -112.5027 1693.5 AZ PRESCOTT 2.4 W +US1AZYV0179 34.5766 -112.4619 1667.0 AZ PRESCOTT 2.5 N +US1AZYV0180 34.5793 -112.5037 1731.0 AZ PRESCOTT 3.7 NW +US1AZYV0181 34.6342 -112.5026 1615.1 AZ PRESCOTT 6.9 NNW +US1AZYV0184 34.6642 -112.5010 2582.9 AZ PRESCOTT 8.9 NNW +US1CAAL0001 37.8123 -122.2160 113.4 CA PIEDMONT 1.0 SE +US1CAAL0002 37.7075 -122.0687 87.5 CA CASTRO VALLEY 0.5 WSW +US1CAAL0003 37.7169 -122.0585 163.4 CA CASTRO VALLEY 0.4 NNE +US1CAAL0004 37.6483 -121.8745 107.0 CA PLEASANTON 1.8 SSE +US1CAAL0006 37.8319 -122.2503 58.2 CA OAKLAND 4.4 NNW +US1CAAL0007 37.5150 -121.9523 9.1 CA FREMONT 2.6 ESE +US1CAAL0008 37.8557 -122.2301 268.8 CA BERKELEY 3.8 ESE +US1CAAL0011 37.6821 -122.1332 9.1 CA SAN LORENZO 0.5 NNW +US1CAAL0012 37.6702 -121.8814 104.9 CA PLEASANTON 0.4 ESE +US1CAAL0015 37.7817 -122.2124 39.3 CA OAKLAND 1.0 NE +US1CAAL0016 37.7644 -122.1386 120.4 CA OAKLAND 7.8 SE +US1CAAL0017 37.8414 -122.1978 399.9 CA OAKLAND 5.0 NNE +US1CAAL0018 37.8575 -122.2256 349.9 CA BERKELEY 4.0 E +US1CAAL0020 37.8776 -122.2875 27.1 CA BERKELEY 0.9 NE +US1CAAL0022 37.5130 -121.9691 9.8 CA FREMONT 1.9 SE +US1CAAL0024 37.5720 -121.9590 31.1 CA FREMONT 3.7 NE +US1CAAL0025 37.8947 -122.2965 16.8 CA ALBANY 1.7 E +US1CAAL0030 37.7778 -122.2032 35.4 CA OAKLAND 1.2 ENE +US1CAAL0031 37.5685 -121.9654 25.3 CA FREMONT 3.3 NNE +US1CAAL0032 37.5269 -122.0104 9.1 CA NEWARK 1.2 ENE +US1CAAL0033 37.6889 -122.0857 46.9 CA CASTRO VALLEY 2.0 SW +US1CAAL0035 37.7005 -121.8655 106.1 CA PLEASANTON 2.3 NNE +US1CAAL0039 37.8552 -122.2892 13.7 CA BERKELEY 0.9 SSE +US1CAAL0045 37.8402 -122.2027 2888.9 CA OAKLAND 4.9 NNE +US1CAAM0002 38.4969 -120.5604 1063.1 CA VOLCANO 5.4 NE +US1CAAM0003 38.4986 -120.5364 1115.3 CA VOLCANO 6.4 NE +US1CAAM0004 38.3904 -120.8045 385.9 CA SUTTER CREEK 0.1 WSW +US1CAAM0005 38.5054 -120.4993 1241.5 CA PIONEER 6.4 NE +US1CAAM0006 38.3892 -120.6412 827.2 CA PINE GROVE 1.9 SSE +US1CAAM0007 38.4675 -120.5512 1040.0 CA PIONEER 2.7 NNE +US1CAAM0009 38.4882 -120.6313 739.4 CA VOLCANO 3.2 N +US1CAAM0010 38.3455 -120.7719 375.5 CA JACKSON 0.4 S +US1CAAM0011 38.3389 -120.7691 413.0 CA JACKSON 0.8 SSE +US1CAAM0013 38.4205 -120.8415 271.0 CA AMADOR CITY 1.0 W +US1CABT0002 39.5140 -121.5180 163.1 CA OROVILLE 2.7 ENE +US1CABT0003 39.7339 -121.7604 114.3 CA CHICO 2.8 ESE +US1CABT0005 39.4932 -121.4770 203.6 CA OROVILLE 4.8 E +US1CABT0007 39.7697 -121.8138 76.5 CA CHICO 1.2 NNW +US1CABT0008 39.7385 -121.8320 64.0 CA CHICO 1.7 SW +US1CABT0009 39.7494 -121.8614 57.9 CA CHICO 2.9 W +US1CABT0010 39.8590 -121.9048 81.1 CA CHICO 8.9 NW +US1CABT0011 39.7387 -121.7984 75.6 CA CHICO 1.1 SSE +US1CABT0012 39.7370 -121.8320 63.7 CA CHICO 1.8 SW +US1CABT0013 39.5311 -121.4886 120.1 CA OROVILLE 4.6 ENE +US1CABT0015 39.7549 -121.7823 110.3 CA CHICO 1.3 E +US1CABT0016 39.8036 -121.5819 709.3 CA MAGALIA 2.3 SE +US1CABT0017 39.7999 -121.8915 58.2 CA CHICO 5.5 NW +US1CABT0018 39.3691 -121.6926 26.2 CA GRIDLEY 0.4 NNE +US1CABT0019 39.7525 -121.8028 78.3 CA CHICO 0.2 ESE +US1CABT0023 39.7469 -121.8201 69.5 CA CHICO 0.8 SW +US1CABT0026 39.3348 -121.6458 28.0 CA GRIDLEY 3.3 SE +US1CABT0032 39.3946 -121.4047 249.9 CA BANGOR 0.4 N +US1CABT0033 39.4064 -121.5000 84.1 CA PALERMO 2.7 SE +US1CACC0001 37.9898 -122.1085 76.8 CA MARTINEZ 0.8 SSE +US1CACC0003 37.9485 -122.0541 17.4 CA PLEASANT HILL 1.2 ESE +US1CACC0004 37.8783 -122.0338 74.1 CA WALNUT CREEK 1.7 SSE +US1CACC0006 37.8937 -122.1043 75.6 CA LAFAYETTE 0.7 E +US1CACC0007 37.9090 -122.1547 250.5 CA LAFAYETTE 2.3 WNW +US1CACC0008 38.0545 -122.2327 64.9 CA CROCKETT 0.7 WNW +US1CACC0010 37.8883 -122.1526 157.9 CA LAFAYETTE 1.9 WSW +US1CACC0011 37.9744 -122.1384 210.9 CA MARTINEZ 2.2 SW +US1CACC0012 37.9786 -121.8381 54.3 CA ANTIOCH 2.2 WSW +US1CACC0013 37.9884 -121.7477 22.3 CA OAKLEY 1.7 W +US1CACC0014 37.8538 -122.0157 100.9 CA ALAMO 1.0 WSW +US1CACC0016 37.9783 -122.0134 37.8 CA CONCORD 0.8 WNW +US1CACC0018 37.8846 -122.0285 84.4 CA WALNUT CREEK 1.4 SSE +US1CACC0019 37.9160 -122.0232 47.5 CA WALNUT CREEK 1.4 NE +US1CACC0021 37.9593 -121.7811 74.7 CA ANTIOCH 2.2 SSE +US1CACC0025 37.8698 -122.1384 228.0 CA MORAGA 2.4 NNW +US1CACC0027 37.9588 -122.0556 13.1 CA PLEASANT HILL 1.1 ENE +US1CACC0028 37.9363 -122.3157 78.6 CA EL CERRITO 1.3 NW +US1CACC0031 37.8911 -122.0811 76.8 CA WALNUT CREEK 2.3 WSW +US1CACC0033 37.7335 -121.9432 125.6 CA SAN RAMON 1.7 SSE +US1CACC0035 37.9133 -122.3162 29.9 CA RICHMOND 3.6 SE +US1CACC0036 37.8990 -121.7230 55.5 CA BRENTWOOD 2.5 SSW +US1CACC0037 37.9533 -121.9712 81.4 CA CONCORD 2.1 SE +US1CACC0040 37.9226 -122.3068 41.8 CA EL CERRITO 0.3 WNW +US1CACC0041 37.9737 -121.9926 52.7 CA CONCORD 0.4 E +US1CACL0001 39.3490 -122.1771 27.7 CA MAXWELL 5.1 N +US1CACV0002 38.1967 -120.9728 90.8 CA WALLACE 0.3 NE +US1CACV0004 38.1652 -120.4124 1021.7 CA MURPHYS 2.8 ENE +US1CACV0006 38.2423 -120.3118 1230.2 CA ARNOLD 3.2 ENE +US1CACV0008 38.3804 -120.4735 922.6 CA WILSEYVILLE 2.2 E +US1CADN0001 41.8240 -124.1482 19.8 CA CRESCENT CITY 5.5 NNE +US1CADN0003 41.9293 -124.1499 20.7 CA SMITH RIVER 0.2 NW +US1CADN0005 41.7998 -124.1428 29.9 CA CRESCENT CITY 4.2 NE +US1CADN0006 41.9153 -124.1360 36.6 CA SMITH RIVER 1.1 SSE +US1CADN0007 41.8653 -124.1513 14.9 CA FORT DICK 0.2 SSW +US1CADN0008 41.8617 -124.1437 29.0 CA CRESCENT CITY 7.8 NNE +US1CADN0009 41.8711 -124.0636 525.5 CA CRESCENT CITY 10.6 NE +US1CADN0011 41.7851 -124.1999 9.4 CA CRESCENT CITY 2.1 N +US1CADN0012 41.5134 -123.9867 44.5 CA KLAMATH 0.8 SE +US1CADN0013 41.9869 -123.7185 523.3 CA O'BRIEN 5.6 SSW +US1CAED0001 38.6857 -120.8239 541.9 CA DIAMOND SPRINGS 0.1 W +US1CAED0002 38.7532 -120.8401 548.6 CA PLACERVILLE 2.9 WNW +US1CAED0003 38.6953 -120.8490 534.9 CA PLACERVILLE 3.7 SW +US1CAED0006 38.6720 -120.9759 431.0 CA CAMERON PARK 0.9 SE +US1CAED0007 38.5925 -120.6094 1033.3 CA FAIR PLAY 2.8 ESE +US1CAED0010 38.7392 -120.7846 620.6 CA PLACERVILLE 0.9 NE +US1CAED0011 38.7570 -120.5775 1187.2 CA POLLOCK PINES 0.5 NW +US1CAED0012 38.7186 -120.6340 947.3 CA CAMINO 2.6 ESE +US1CAED0014 38.7135 -121.0816 213.4 CA EL DORADO HILLS 1.9 N +US1CAED0017 38.7338 -120.7110 887.0 CA CAMINO 2.0 WSW +US1CAED0018 38.7575 -120.6046 1173.2 CA POLLOCK PINES 1.9 WNW +US1CAED0020 38.8817 -120.0339 1927.9 CA SOUTH LAKE TAHOE 4.9 SW +US1CAED0021 38.6954 -121.0745 216.1 CA EL DORADO HILLS 0.7 NNE +US1CAED0023 38.6980 -121.0869 235.0 CA EL DORADO HILLS 0.9 NNW +US1CAED0027 38.6803 -120.6910 788.5 CA PLACERVILLE 6.6 ESE +US1CAED0029 38.8957 -120.9818 507.8 CA COOL 2.0 ENE +US1CAFR0001 36.7801 -119.8111 92.4 CA FRESNO 3.4 SSE +US1CAFR0002 36.8611 -119.6931 116.4 CA CLOVIS 2.9 N +US1CAFR0003 36.9897 -119.3971 509.9 CA TOLLHOUSE 2.0 SSE +US1CAFR0005 36.9342 -119.3586 425.8 CA TOLLHOUSE 6.2 SSE +US1CAFR0006 36.7980 -119.5535 127.4 CA SANGER 6.8 N +US1CAFR0007 36.8362 -119.8293 101.5 CA FRESNO 4.3 NNW +US1CAFR0008 36.5702 -120.0892 55.8 CA HELM 2.7 NNE +US1CAFR0009 36.9785 -119.3964 643.4 CA TOLLHOUSE 2.8 SSE +US1CAFR0013 36.8330 -119.6808 114.3 CA CLOVIS 1.3 NE +US1CAFR0014 36.8053 -119.8222 97.2 CA FRESNO 2.4 NW +US1CAFR0016 36.7881 -119.6654 109.7 CA FRESNO 7.1 E +US1CAFR0020 36.8559 -119.7412 110.9 CA FRESNO 5.9 NNE +US1CAFR0021 36.6889 -119.1873 399.0 CA SQUAW VALLEY 0.6 SE +US1CAFR0022 36.6857 -119.1393 759.6 CA SQUAW VALLEY 3.1 ESE +US1CAFR0025 36.8017 -119.3013 253.0 CA SQUAW VALLEY 9.4 NW +US1CAFR0026 36.8768 -119.7435 117.7 CA FRESNO 7.2 NNE +US1CAFR0027 36.7959 -119.5983 119.5 CA CLOVIS 5.6 ESE +US1CAFR0028 37.0702 -119.5103 609.6 CA AUBERRY 1.1 WSW +US1CAFR0031 36.8625 -119.6577 123.1 CA CLOVIS 3.6 NE +US1CAHM0001 40.8809 -124.0692 128.0 CA ARCATA 1.1 NE +US1CAHM0002 40.8248 -124.0382 23.5 CA BAYSIDE 1.8 SE +US1CAHM0003 41.2084 -124.1027 172.8 CA ORICK 5.9 SSW +US1CAHM0004 40.9231 -124.0840 99.1 CA MCKINLEYVILLE 2.7 SE +US1CAHM0005 40.8962 -123.9984 111.6 CA MCKINLEYVILLE 7.3 ESE +US1CAHM0006 41.0783 -124.1517 61.3 CA TRINIDAD 1.5 NNW +US1CAHM0007 40.2516 -124.1823 96.3 CA HONEYDEW 3.1 WNW +US1CAHM0009 40.9778 -124.0860 82.3 CA MCKINLEYVILLE 2.3 NE +US1CAHM0010 40.1082 -123.9007 186.5 CA REDWAY 4.3 W +US1CAHM0011 40.5728 -124.1444 39.0 CA FORTUNA 0.9 SSW +US1CAHM0012 40.6005 -124.1613 29.9 CA FORTUNA 1.5 NW +US1CAHM0013 40.1387 -123.9061 554.7 CA REDWAY 4.8 WNW +US1CAHM0014 40.2093 -123.8941 164.3 CA MIRANDA 4.1 SW +US1CAHM0016 40.7563 -124.1661 53.6 CA BAYVIEW 0.8 SE +US1CAHM0018 40.7885 -124.1536 35.1 CA EUREKA 0.5 SSE +US1CAHM0019 40.8768 -124.0973 5.2 CA ARCATA 1.1 NW +US1CAHM0020 40.5673 -124.1357 59.4 CA FORTUNA 1.3 S +US1CAHM0021 40.8873 -124.0724 88.1 CA ARCATA 1.4 NNE +US1CAHM0022 40.9392 -123.6236 199.6 CA WILLOW CREEK 4.5 NNE +US1CAHM0024 40.7997 -124.1618 18.6 CA EUREKA 0.4 NW +US1CAHM0025 40.8757 -124.0964 4.6 CA ARCATA 1.0 NW +US1CAHM0026 40.4734 -123.7013 815.3 CA BRIDGEVILLE 5.2 ENE +US1CAHM0027 41.0095 -124.0926 5.5 CA TRINIDAD 4.2 SE +US1CAHM0029 40.5867 -124.1409 19.8 CA FORTUNA 0.1 NW +US1CAHM0030 40.0775 -123.8239 126.5 CA GARBERVILLE 2.2 SW +US1CAHM0031 40.0677 -123.8300 118.6 CA GARBERVILLE 2.9 SW +US1CAHM0032 40.0886 -123.8103 155.4 CA GARBERVILLE 1.1 WSW +US1CAHM0033 40.8959 -124.0951 9.8 CA ARCATA 2.1 NNW +US1CAHM0034 40.7895 -124.0795 32.3 CA KNEELAND 4.8 WNW +US1CAHM0035 40.7642 -124.1476 59.1 CA EUREKA 2.2 S +US1CAHM0036 40.0368 -124.0524 337.4 CA SHELTER COVE 1.2 ENE +US1CAHM0037 40.9527 -124.0337 52.7 CA MCKINLEYVILLE 4.3 E +US1CAHM0038 40.7659 -123.9985 612.0 CA KNEELAND 0.4 NNW +US1CAHM0039 40.8881 -123.9944 54.6 CA BLUE LAKE 0.6 NNW +US1CAHM0040 40.9383 -124.1264 17.7 CA MCKINLEYVILLE 1.2 SSW +US1CAHM0041 40.7570 -124.1814 30.5 CA EUREKA 3.0 SSW +US1CAHM0042 40.9496 -124.1037 38.7 CA MCKINLEYVILLE 0.7 ESE +US1CAHM0044 40.1093 -123.8519 291.1 CA REDWAY 1.8 WSW +US1CAHM0046 41.0614 -124.1240 87.5 CA TRINIDAD 1.0 ENE +US1CAHM0047 40.6578 -123.9245 745.5 CA HYDESVILLE 11.4 NE +US1CAHM0048 40.9473 -123.6279 152.7 CA WILLOW CREEK 4.9 NNE +US1CAHM0050 40.7957 -124.1335 21.0 CA EUREKA 1.2 E +US1CAHM0051 40.9754 -124.0882 82.3 CA MCKINLEYVILLE 2.1 NE +US1CAHM0052 40.7109 -123.9758 624.8 CA KNEELAND 3.5 SSE +US1CAHM0054 40.8506 -124.0517 64.0 CA ARCATA 1.9 SE +US1CAHM0056 40.1538 -123.6376 480.7 CA REDWAY 9.9 ENE +US1CAHM0060 41.0593 -124.1398 54.9 CA TRINIDAD 0.2 NE +US1CAHM0063 40.8724 -124.0973 4.6 CA ARCATA 0.9 WNW +US1CAHM0065 40.0394 -123.9596 306.3 CA WHITETHORN 1.4 NW +US1CAHM0066 40.0447 -123.9590 294.7 CA WHITETHORN 1.7 NNW +US1CAHM0068 40.7852 -124.1575 46.0 CA EUREKA 0.7 S +US1CAHM0070 40.2002 -124.1053 425.2 CA HONEYDEW 3.2 SSE +US1CAHM0073 40.3172 -124.2816 28.0 CA PETROLIA 0.6 SSE +US1CAHM0074 40.7987 -124.0381 419.1 CA KNEELAND 3.4 WNW +US1CAHM0075 40.0380 -124.0675 120.1 CA SHELTER COVE 0.6 NNE +US1CAHM0077 40.5671 -124.1101 139.0 CA FORTUNA 2.0 SE +US1CAHM0078 40.1097 -123.8017 159.7 CA GARBERVILLE 0.8 NNW +US1CAHM0079 40.4854 -123.6497 740.4 CA DINSMORE 2.3 W +US1CAHM0081 40.7308 -124.1525 128.6 CA EUREKA 4.5 S +US1CAHM0084 40.7938 -124.1463 16.2 CA EUREKA 0.5 ESE +US1CAHM0086 40.9618 -124.0449 44.8 CA MCKINLEYVILLE 3.7 E +US1CAIN0001 37.3626 -118.3883 1261.9 CA BISHOP 0.6 SE +US1CAIN0002 37.3227 -118.5404 1829.4 CA BISHOP 8.5 WSW +US1CAIN0004 37.3878 -118.4141 1274.4 CA BISHOP 1.7 NW +US1CAIN0005 37.4115 -118.5474 1382.9 CA BISHOP 8.8 WNW +US1CAIN0006 37.3992 -118.3465 1254.6 CA LAWS 0.1SW +US1CAIN0007 37.3854 -118.4150 1275.0 CA BISHOP 1.6 NW +US1CAIN0008 36.8061 -118.2014 1193.0 CA INDEPENDENCE 0.2 NNW +US1CAIN0009 37.1688 -118.2878 1210.7 CA BIG PINE 0.5 ENE +US1CAIN0010 37.3844 -118.4228 1282.0 CA BISHOP 1.8 NW +US1CAIN0011 37.1777 -118.3055 1222.2 CA BIG PINE 1.0 NW +US1CAIN0012 37.3474 -118.4153 1286.6 CA BISHOP 1.7 SW +US1CAIN0013 37.3786 -118.4178 1281.1 CA BISHOP 1.4 WNW +US1CAKG0001 36.2932 -119.7718 68.0 CA LEMOORE 0.9 ESE +US1CAKG0002 36.2399 -119.7559 64.9 CA LEMOORE 4.4 SSE +US1CAKG0003 36.2950 -119.7914 68.0 CA LEMOORE 0.3 SW +US1CAKG0004 36.3769 -119.6527 78.6 CA HANFORD 3.6 N +US1CAKG0005 36.3349 -119.6743 74.7 CA HANFORD 1.7 WNW +US1CAKG0006 36.3314 -119.6668 74.1 CA HANFORD 1.2 WNW +US1CAKN0001 35.6345 -117.9782 1316.4 CA INYOKERN 9.4 WSW +US1CAKN0002 35.1479 -118.0160 742.2 CA CALIFORNIA CITY 11.9 WSW +US1CAKN0003 35.1323 -118.4799 1202.4 CA TEHACHAPI 2.2 W +US1CAKN0005 34.8266 -118.9547 1531.0 CA FRAZIER PARK 0.6 WNW +US1CAKN0009 34.8353 -119.1631 1834.0 CA PINE MOUNTAIN CLUB 0.9 SSW +US1CAKN0010 34.8500 -119.1333 1606.0 CA PINE MOUNTAIN CLUB 1.4 ENE +US1CAKN0013 35.7022 -118.1739 926.3 CA ONYX 2.8 ENE +US1CAKN0017 35.5832 -119.3483 99.1 CA WASCO 0.8 SSW +US1CAKN0020 34.9622 -118.2342 883.9 CA MOJAVE 6.9 SSW +US1CAKN0021 35.0627 -119.4073 276.1 CA MARICOPA 0.4 WNW +US1CAKN0022 35.3311 -119.1078 112.8 CA BAKERSFIELD 6.1 WSW +US1CAKN0026 35.4088 -118.5071 1047.0 CA WALKER BASIN 0.9 E +US1CAKN0029 34.8197 -118.9956 1579.8 CA LAKE OF THE WOODS 0.2 NNE +US1CAKN0031 35.1464 -118.4986 1184.8 CA TEHACHAPI 3.4 WNW +US1CALA0001 34.1689 -118.2947 155.8 CA GLENDALE 2.4 WSW +US1CALA0002 33.9373 -117.9844 88.1 CA WHITTIER 3.6 ESE +US1CALA0003 33.7902 -118.3369 61.0 CA TORRANCE 2.8 SW +US1CALA0005 34.1874 -118.1245 403.3 CA ALTADENA 0.7 ESE +US1CALA0006 34.0165 -118.4598 45.1 CA SANTA MONICA 1.9 E +US1CALA0007 34.1805 -118.6497 272.5 CA WOODLAND HILLS 2.6 WNW +US1CALA0008 34.0786 -118.6870 207.9 CA MONTE NIDO 0.2 SSW +US1CALA0009 34.1543 -118.4200 194.5 CA SHERMAN OAKS 1.7 ENE +US1CALA0010 33.9862 -118.0664 52.1 CA WHITTIER 2.9 WNW +US1CALA0011 33.8192 -118.3771 35.7 CA REDONDO BEACH 2.6 S +US1CALA0012 34.2033 -118.5680 234.1 CA WINNETKA 0.7 SSE +US1CALA0013 33.9506 -118.2089 32.9 CA SOUTH GATE 1.1 WNW +US1CALA0014 34.4268 -118.4275 492.9 CA CANYON COUNTRY 2.6 E +US1CALA0015 34.1210 -117.7068 446.5 CA CLAREMONT 0.5 E +US1CALA0021 34.1617 -118.0285 198.7 CA ARCADIA 2.1 NNE +US1CALA0023 34.0232 -117.7965 285.0 CA DIAMOND BAR 1.9 NNE +US1CALA0029 33.8437 -118.2649 4.6 CA CARSON 0.7 NW +US1CALA0030 34.1712 -118.4353 205.7 CA LOS ANGELES 4.3 NNW +US1CALA0031 34.7184 -118.0659 721.2 CA LANCASTER 6.5 ENE +US1CALA0033 34.1988 -118.3093 264.6 CA BURBANK 1.1 ENE +US1CALA0034 34.2700 -118.2874 601.7 CA LA CRESCENTA-MONTROSE 3.9 NW +US1CALA0035 33.7798 -118.3852 330.1 CA RANCHO PALOS VERDES 2.0 NW +US1CALA0036 34.1392 -118.1161 225.2 CA PASADENA 2.0 SE +US1CALA0038 33.7766 -118.1467 14.6 CA LONG BEACH 1.1 SE +US1CALA0039 33.7753 -118.3704 309.1 CA RANCHO PALOS VERDES 1.3 NNW +US1CALA0041 34.2793 -118.3630 377.6 CA SAN FERNANDO 4.2 E +US1CALA0043 34.1619 -118.1073 277.7 CA PASADENA 1.8 E +US1CALA0044 33.8340 -118.3281 28.0 CA TORRANCE 0.7 E +US1CALA0046 34.2406 -118.2611 570.6 CA LA CRESCENTA-MONTROSE 1.6 WNW +US1CALA0048 34.0318 -118.4853 56.7 CA SANTA MONICA 1.3 NNE +US1CALA0049 33.9860 -118.4090 7.0 CA CULVER CITY 1.6 SSW +US1CALA0051 34.6802 -118.1103 740.4 CA LANCASTER 3.9 ESE +US1CALA0054 34.1406 -118.6281 329.2 CA CALABASAS 1.9 E +US1CALA0057 33.7867 -118.3105 33.5 CA LOMITA 0.6 SE +US1CALA0059 34.0374 -117.7788 290.5 CA POMONA 1.8 SW +US1CALA0060 34.4064 -118.4866 475.8 CA SANTA CLARITA 1.4 ESE +US1CALA0063 34.1791 -118.1047 331.9 CA ALTADENA 1.9 ESE +US1CALA0064 34.0809 -118.2729 123.4 CA LOS ANGELES 2.6 NW +US1CALA0066 34.0473 -118.5326 84.7 CA PACIFIC PALISADES 1.3 NW +US1CALA0067 34.3898 -118.5569 381.3 CA SANTA CLARITA 3.1 WSW +US1CALA0068 33.8675 -118.0890 18.0 CA ARTESIA 0.5 W +US1CALA0075 33.7395 -118.3169 134.4 CA SAN PEDRO 1.4 W +US1CALA0077 34.6831 -118.0802 734.0 CA LANCASTER 5.5 E +US1CALA0078 33.8299 -118.3882 25.0 CA REDONDO BEACH 2.0 SSW +US1CALA0081 34.1354 -117.8238 293.2 CA GLENDORA 1.4 ESE +US1CALA0085 34.1000 -118.2196 246.0 CA SOUTH PASADENA 3.7 WSW +US1CALA0089 34.1004 -118.1654 241.1 CA SOUTH PASADENA 0.9 SSW +US1CALA0090 34.1534 -118.2098 267.9 CA GLENDALE 3.0 ESE +US1CALA0091 34.1648 -118.1249 289.0 CA PASADENA 0.8 ENE +US1CALA0092 33.8274 -118.3888 0.9 CA REDONDO BEACH 2.1 SSW +US1CALK0003 39.1068 -122.9090 438.0 CA LAKEPORT 4.5 N +US1CALK0004 39.0789 -122.9169 417.6 CA LAKEPORT 2.5 N +US1CALK0006 38.7060 -122.6031 388.0 CA MIDDLETOWN 3.3 SSE +US1CALK0008 38.8652 -122.5636 483.1 CA LOWER LAKE 4.0 SE +US1CALK0009 39.1682 -122.9778 438.9 CA UPPER LAKE 3.6 W +US1CALK0010 38.8258 -122.7220 766.6 CA COBB 0.8 S +US1CALK0013 39.4358 -122.9689 585.8 CA WILLITS 20.4 E +US1CALK0014 39.0512 -122.9218 428.5 CA LAKEPORT 0.6 N +US1CALS0001 40.3676 -120.6739 1326.8 CA SUSANVILLE 3.2 SSW +US1CALS0002 40.3630 -120.6740 1325.0 CA SUSANVILLE 3.5 SSW +US1CALS0004 40.4067 -120.6600 1286.3 CA SUSANVILLE 0.6 WSW +US1CALS0006 40.8895 -121.1781 1273.5 CA MCARTHUR 16.0 SE +US1CAMA0001 37.4415 -119.6316 1302.7 CA OAKHURST 7.5 N +US1CAMA0002 37.2717 -119.8020 549.2 CA RAYMOND 6.8 NE +US1CAMA0003 37.1241 -119.7610 487.1 CA YOSEMITE LAKES 4.7 S +US1CAMA0004 37.3996 -119.7381 865.6 CA AHWAHNEE 2.5 NNW +US1CAMA0005 37.2580 -119.7138 699.8 CA COARSEGOLD 0.8 WSW +US1CAMA0006 36.9557 -120.0837 79.9 CA MADERA 0.9 SSW +US1CAMA0007 37.2470 -119.6855 815.0 CA COARSEGOLD 1.4 SE +US1CAMA0008 37.1160 -120.2520 72.5 CA CHOWCHILLA 0.3 E +US1CAMA0009 37.0367 -119.9842 109.4 CA LAKE MADERA 1.3 NNE +US1CAMA0011 36.9374 -119.8735 107.9 CA MADERA 11.4 E +US1CAMA0012 37.3146 -119.6380 775.1 CA OAKHURST 1.4 SSE +US1CAMA0016 37.3217 -119.6409 733.3 CA OAKHURST 0.9 SSE +US1CAMC0004 41.5135 -120.3648 1626.4 CA ALTURAS 9.5 E +US1CAMD0001 39.2206 -123.3312 759.6 CA UKIAH 8.4 NW +US1CAMD0003 39.0062 -123.4084 323.4 CA BOONVILLE 2.2 WSW +US1CAMD0004 39.2754 -123.2198 235.0 CA REDWOOD VALLEY 1.1 NW +US1CAMD0005 39.1054 -123.7062 44.8 CA ELK 1.8 NNE +US1CAMD0006 38.8750 -123.6000 296.6 CA POINT ARENA 5.5 ESE +US1CAMD0007 39.1583 -123.2248 227.4 CA UKIAH 1.2 NW +US1CAMD0009 39.1413 -123.1994 183.2 CA UKIAH 0.6 ESE +US1CAMD0010 38.9844 -123.1580 175.0 CA HOPLAND 2.4 WNW +US1CAMD0012 39.3700 -123.4500 570.9 CA WILLITS 6.0 WSW +US1CAMD0013 39.2721 -123.2266 246.9 CA REDWOOD VALLEY 1.3 WNW +US1CAMD0014 39.2723 -123.1785 278.0 CA REDWOOD VALLEY 1.5 ENE +US1CAMD0015 39.3257 -123.7942 98.5 CA MENDOCINO 1.3 NNE +US1CAMD0016 39.0833 -123.2191 210.6 CA UKIAH 4.3 S +US1CAMD0017 39.6724 -123.4898 502.0 CA LAYTONVILLE 1.1 SW +US1CAMD0018 38.8828 -123.6100 319.4 CA POINT ARENA 4.8 ESE +US1CAMD0019 39.6567 -123.7698 220.1 CA WESTPORT 1.6 NNE +US1CAMD0021 39.1878 -123.7096 193.9 CA ALBION 4.0 SE +US1CAMD0022 39.8140 -123.5343 633.4 CA LAYTONVILLE 9.8 NNW +US1CAMD0025 38.7701 -123.5349 37.2 CA GUALALA 0.5 NW +US1CAMD0026 39.3610 -123.7890 98.5 CA CASPAR 1.4 ESE +US1CAMD0029 39.4985 -123.7854 25.9 CA FORT BRAGG 4.0 NNE +US1CAMD0030 39.3914 -123.8020 64.3 CA FORT BRAGG 3.5 S +US1CAMD0033 39.3415 -123.7761 128.3 CA MENDOCINO 2.7 NNE +US1CAMD0034 38.7742 -123.5387 59.1 CA GUALALA 0.8 NW +US1CAMD0038 39.3769 -123.8010 58.2 CA FORT BRAGG 4.5 S +US1CAMD0039 39.1547 -123.7009 367.6 CA ELK 1.9 NNE +US1CAME0004 37.3102 -120.4968 51.2 CA MERCED 1.2 NW +US1CAMN0001 38.0337 -119.1697 2162.3 CA LEE VINING 5.9 NW +US1CAMN0004 37.5103 -118.6363 1949.2 CA WEST BISHOP 14.4 NW +US1CAMP0001 37.5396 -119.9876 896.7 CA MARIPOSA 3.7 NNW +US1CAMP0002 37.4613 -119.7417 899.8 CA MARIPOSA 12.5 E +US1CAMP0003 37.6354 -120.3273 339.5 CA LA GRANGE 7.8 ESE +US1CAMP0004 37.4152 -120.0998 357.2 CA CATHEYS VALLEY 1.2 S +US1CAMP0006 37.4623 -119.7403 896.1 CA MARIPOSA 12.5 E +US1CAMP0008 37.4822 -119.9017 754.1 CA MARIPOSA 3.6 E +US1CAMP0009 37.5069 -119.8392 978.4 CA MARIPOSA 7.1 E +US1CAMR0001 38.0766 -122.5643 90.2 CA NOVATO 1.1 SSW +US1CAMR0002 38.0050 -122.6354 133.8 CA WOODACRE 0.6 SW +US1CAMR0003 37.9971 -122.5805 112.8 CA SAN ANSELMO 1.2 NNW +US1CAMR0004 38.1060 -122.6441 75.0 CA NOVATO 4.8 WNW +US1CAMR0005 37.9872 -122.5643 32.6 CA SAN ANSELMO 0.4 NE +US1CAMR0007 38.0652 -122.5465 17.4 CA IGNACIO 0.6 SW +US1CAMR0008 38.1021 -122.5799 7.0 CA NOVATO 1.4 WNW +US1CAMR0009 38.2475 -122.8119 36.3 CA PETALUMA 10.1 W +US1CAMR0010 38.2557 -122.9629 111.6 CA DILLON BEACH 0.3 NNE +US1CAMR0011 38.2507 -122.8829 39.0 CA TOMALES 1.3 ENE +US1CAMR0012 38.0268 -122.5473 21.9 CA SAN RAFAEL 3.9 NW +US1CAMR0013 37.8863 -122.5440 63.7 CA MILL VALLEY 1.5 S +US1CAMR0015 38.0268 -122.5714 56.4 CA LUCAS VALLEY 0.7 SSW +US1CAMR0016 37.8593 -122.4974 48.5 CA SAUSALITO 0.3 WNW +US1CAMR0018 37.9810 -122.5907 44.5 CA FAIRFAX 0.6 SSE +US1CAMR0021 37.9401 -122.5347 2.7 CA LARKSPUR 0.3 WSW +US1CAMR0024 38.0199 -122.5742 50.6 CA SAN RAFAEL 4.6 NW +US1CAMR0025 38.0096 -122.5801 62.2 CA SAN ANSELMO 2.0 NNW +US1CAMR0026 38.0790 -122.5698 69.5 CA NOVATO 1.2 SW +US1CAMR0027 37.9056 -122.5375 25.6 CA MILL VALLEY 0.2 SE +US1CAMR0029 38.0410 -122.5430 59.4 CA SAN RAFAEL 4.6 NNW +US1CAMR0030 37.9059 -122.7009 57.9 CA BOLINAS 0.2 W +US1CAMR0031 38.0127 -122.6862 82.0 CA LAGUNITAS-FOREST KNOLLS 0.2 SS +US1CAMR0032 38.0047 -122.5240 4.6 CA SAN RAFAEL 1.9 NNW +US1CAMR0034 38.0091 -122.6883 0.0 CA LAGUNITAS-FOREST KNOLLS 0.4 S +US1CAMR0035 38.0976 -122.5676 3.7 CA NOVATO 0.7 WNW +US1CAMR0037 38.1104 -122.6000 23.2 CA NOVATO 2.7 WNW +US1CAMR0038 37.8744 -122.5257 17.4 CA MILL VALLEY 2.5 SSE +US1CAMR0040 37.9990 -122.5936 59.7 CA FAIRFAX 0.7 N +US1CAMR0042 37.9850 -122.5510 38.4 CA SAN RAFAEL 2.5 W +US1CAMR0045 37.8773 -122.5409 73.2 CA MILL VALLEY 2.1 S +US1CAMR0049 38.0109 -122.5634 34.1 CA SAN RAFAEL 3.7 WNW +US1CAMT0001 36.6029 -121.8991 37.5 CA MONTEREY 1.0 W +US1CAMT0002 36.4757 -121.7285 109.4 CA CARMEL VALLEY VILLAGE 0.8 SSW +US1CAMT0003 35.9808 -121.1174 360.0 CA LOCKWOOD 3.6 NW +US1CAMT0004 36.6187 -121.9130 36.3 CA PACIFIC GROVE 0.7 ESE +US1CAMT0005 36.0249 -121.1745 336.5 CA KING CITY 13.2 S +US1CAMT0006 36.7764 -121.7284 5.5 CA CASTROVILLE 1.6 ENE +US1CAMT0007 36.5937 -121.8557 32.9 CA MONTEREY 1.5 ESE +US1CAMT0008 36.1872 -121.1461 113.1 CA KING CITY 2.0 SSW +US1CAMT0009 36.6022 -121.9320 85.3 CA PACIFIC GROVE 1.5 SSW +US1CAMT0011 36.2242 -121.7627 251.2 CA BIG SUR 4.0 SE +US1CAMT0014 36.2360 -121.7688 225.2 CA BIG SUR 3.2 SE +US1CAMT0017 36.8500 -121.6500 104.9 CA AROMAS 2.0 SSW +US1CAMT0019 36.4763 -121.7197 135.9 CA CARMEL VALLEY VILLAGE 0.7 SSE +US1CAMT0020 36.7770 -121.7269 5.2 CA CASTROVILLE 1.6 ENE +US1CAMT0021 36.6732 -121.7841 36.0 CA MARINA 0.8 SSE +US1CAMT0022 36.5218 -121.8100 40.5 CA CARMEL VALLEY VILLAGE 5.4 WNW +US1CAMT0023 36.3980 -121.8685 335.3 CA BIG SUR 9.5 NNW +US1CAMT0025 36.6044 -121.6711 110.0 CA SALINAS 5.9 SSW +US1CAMT0027 36.3532 -121.8183 741.9 CA BIG SUR 7.2 NNW +US1CAMT0028 36.6312 -121.9253 16.2 CA PACIFIC GROVE 0.6 N +US1CAMT0029 36.5902 -121.9054 71.6 CA MONTEREY 1.5 WSW +US1CAMT0030 36.5858 -121.8861 50.0 CA MONTEREY 1.1 SSW +US1CAMT0031 36.0598 -121.1888 412.7 CA KING CITY 11.1 SSW +US1CAMT0033 36.7282 -121.6562 32.0 CA SALINAS 3.2 NNW +US1CAMT0036 36.6702 -121.6811 11.6 CA SALINAS 2.7 WSW +US1CAMT0038 36.5794 -121.9184 209.1 CA DEL MONTE FOREST 1.6 ESE +US1CAMT0041 36.6732 -121.7836 41.5 CA MARINA 0.8 SSE +US1CAMT0042 36.3539 -121.5766 940.0 CA CARMEL VALLEY VILLAGE 12.2 SE +US1CAMT0043 36.6027 -121.9409 41.8 CA PACIFIC GROVE 1.6 SSW +US1CAMT0046 35.8437 -121.3965 252.4 CA CAMBRIA 27.2 NW +US1CAMT0048 36.6889 -121.7915 18.0 CA MARINA 0.4 N +US1CANP0003 38.5764 -122.5780 106.1 CA CALISTOGA 0.4 SSE +US1CANP0005 38.3128 -122.3312 41.5 CA NAPA 2.0 WNW +US1CANP0006 38.2102 -122.2172 97.2 CA AMERICAN CANYON 3.5 NE +US1CANP0007 38.4891 -122.4623 75.6 CA ST. HELENA 1.1 S +US1CANP0008 38.1694 -122.2605 11.3 CA AMERICAN CANYON 0.3 S +US1CANP0010 38.3010 -122.2628 66.8 CA NAPA 2.0 E +US1CANV0001 39.3067 -121.0399 728.5 CA NEVADA CITY 3.4 NNW +US1CANV0003 39.3174 -120.4517 1839.5 CA KINGVALE 1.3 WSW +US1CANV0004 39.1900 -120.9631 842.2 CA GRASS VALLEY 5.5 ESE +US1CANV0006 39.1494 -121.0419 704.7 CA GRASS VALLEY 5.0 S +US1CANV0010 39.1043 -121.0565 656.5 CA ALTA SIERRA 1.3 S +US1CANV0011 39.1059 -121.0893 511.1 CA ALTA SIERRA 2.3 WSW +US1CANV0014 39.0322 -121.0774 480.4 CA LAKE OF THE PINES 1.0 WSW +US1CANV0015 39.2337 -121.1435 612.6 CA ROUGH AND READY 0.5 NW +US1CANV0016 39.1198 -121.0599 702.0 CA ALTA SIERRA 0.4 WSW +US1CANV0019 39.0558 -121.0699 465.7 CA LAKE OF THE PINES 1.3 NNW +US1CANV0020 39.1390 -121.0550 661.1 CA GRASS VALLEY 5.7 S +US1CANV0022 39.2683 -121.1211 604.1 CA NEVADA CITY 5.4 W +US1CANV0023 39.1034 -121.0579 627.0 CA ALTA SIERRA 1.4 SSW +US1CANV0024 39.2293 -121.0619 811.1 CA GRASS VALLEY 0.6 NNW +US1CANV0026 39.1868 -121.0574 710.5 CA GRASS VALLEY 2.4 S +US1CANV0028 39.2288 -121.0595 813.5 CA GRASS VALLEY 0.5 NNW +US1CANV0032 39.2609 -121.1354 647.4 CA NEVADA CITY 6.1 W +US1CANV0033 39.0535 -121.1456 451.1 CA LAKE OF THE PINES 4.7 WNW +US1CANV0034 39.1863 -120.9930 848.6 CA GRASS VALLEY 4.2 SE +US1CANV0035 39.2382 -121.0463 848.0 CA GRASS VALLEY 1.3 NNE +US1CANV0036 39.1943 -121.0917 711.4 CA GRASS VALLEY 2.7 SW +US1CANV0041 39.2384 -121.0058 965.6 CA NEVADA CITY 1.7 SSE +US1CANV0042 39.1071 -121.0082 665.1 CA GRASS VALLEY 8.3 SSE +US1CANV0047 39.3647 -120.1039 1813.0 CA TRUCKEE 5.9 ENE +US1CANV0050 39.2603 -121.1972 401.1 CA PENN VALLEY 4.4 N +US1CAOR0001 33.8291 -117.7700 247.2 CA ORANGE 3.5 ENE +US1CAOR0003 33.8645 -117.7814 110.0 CA YORBA LINDA 1.9 SSW +US1CAOR0005 33.5285 -117.7203 145.4 CA LAGUNA NIGUEL 0.9 W +US1CAOR0006 33.7455 -117.6199 424.9 CA SILVERADO 1.0 ESE +US1CAOR0009 33.4977 -117.7387 59.1 CA LAGUNA BEACH 3.2 SSE +US1CAOR0010 33.5093 -117.7280 260.9 CA LAGUNA NIGUEL 1.8 SW +US1CAOR0011 33.7314 -117.8713 24.7 CA SANTA ANA 0.7 ESE +US1CAOR0013 33.8685 -117.8218 78.0 CA PLACENTIA 2.1 ESE +US1CAOR0015 33.6516 -117.8919 21.6 CA COSTA MESA 1.6 SE +US1CAOR0016 33.5894 -117.8652 25.6 CA NEWPORT BEACH 3.1 ESE +US1CAOR0017 33.6239 -117.6275 310.3 CA MISSION VIEJO 1.6 ENE +US1CAOR0019 33.5954 -117.6442 214.6 CA MISSION VIEJO 1.3 SSE +US1CAOR0020 33.4466 -117.6488 40.2 CA SAN CLEMENTE 2.2 W +US1CAOR0021 33.8632 -117.7918 90.8 CA ANAHEIM 4.9 ENE +US1CAOR0022 33.8350 -117.7621 268.5 CA ANAHEIM HILLS 1.1 SE +US1CAOR0023 33.6890 -117.6640 318.5 CA FOOTHILL RANCH 0.3 NW +US1CAOR0025 33.6399 -117.8381 58.8 CA IRVINE 2.9 WSW +US1CAOR0026 33.5633 -117.6394 186.8 CA MISSION VIEJO 3.5 SSE +US1CAOR0027 33.7183 -117.7721 46.3 CA IRVINE 4.1 NNE +US1CAOR0028 33.7753 -117.9462 25.9 CA GARDEN GROVE 0.8 ESE +US1CAOR0029 33.8470 -117.7871 114.0 CA ANAHEIM 4.9 E +US1CAOR0031 33.8261 -117.7781 197.8 CA ORANGE 3.0 ENE +US1CAOR0033 33.6908 -117.8111 18.9 CA IRVINE 2.2 NNW +US1CAOR0034 33.6321 -117.6909 140.5 CA LAKE FOREST 1.0 S +US1CAOR0035 33.6645 -117.6264 320.3 CA MISSION VIEJO 3.9 NNE +US1CAOR0037 33.7460 -117.6217 438.6 CA SILVERADO 0.9 E +US1CAOR0039 33.8521 -117.7469 230.1 CA ANAHEIM 7.3 E +US1CAOR0041 33.6900 -117.6604 303.9 CA PORTOLA HILLS 1.7 WNW +US1CAOR0042 33.7655 -117.8878 33.5 CA SANTA ANA 2.0 N +US1CAOR0043 33.6852 -117.9743 4.0 CA HUNTINGTON BEACH 2.0 ESE +US1CAOR0047 33.5692 -117.6362 164.0 CA MISSION VIEJO 3.1 SSE +US1CAOR0048 33.6840 -117.6073 470.6 CA PORTOLA HILLS 1.4 E +US1CAOR0049 33.6654 -117.5891 320.6 CA TRABUCO CANYON 0.2 N +US1CAOR0050 33.5289 -117.7570 234.7 CA LAGUNA BEACH 0.8 SSE +US1CAOR0051 33.6652 -117.7907 38.1 CA IRVINE 0.4 NE +US1CAOR0052 33.8167 -118.0550 8.5 CA CYPRESS 1.0 W +US1CAOR0053 33.5978 -117.6795 136.6 CA LAGUNA HILLS 1.8 E +US1CAOR0058 33.6501 -117.5939 326.1 CA RANCHO SANTA MARGARITA 0.8 NE +US1CAOR0059 33.6266 -117.6994 122.5 CA LAKE FOREST 1.5 SSW +US1CAOR0061 33.8295 -118.0470 14.6 CA CYPRESS 1.1 NNW (KB6CYS) +US1CAOR0067 33.8532 -118.0489 18.6 CA LA PALMA 0.6 WNW +US1CAOR0070 33.5007 -117.6685 33.2 CA SAN JUAN CAPISTRANO 0.9 W +US1CAOR0072 33.8730 -117.7995 96.3 CA YORBA LINDA 2.2 WSW +US1CAOR0077 33.7886 -117.7924 117.3 CA ORANGE 2.1 ESE +US1CAPC0001 39.3021 -120.3837 2099.2 CA SODA SPRINGS 1.5 SSW +US1CAPC0006 38.8875 -121.3217 39.9 CA LINCOLN 0.9 SSW +US1CAPC0007 38.7802 -121.3766 29.3 CA ROSEVILLE 4.7 WNW +US1CAPC0008 38.7626 -121.2794 51.8 CA ROSEVILLE 0.8 ENE +US1CAPC0009 39.1010 -120.9700 688.8 CA COLFAX 1.0 WNW +US1CAPC0010 38.8472 -121.1584 185.9 CA PENRYN 0.4 SE +US1CAPC0011 39.0610 -120.9911 633.1 CA COLFAX 3.1 SW +US1CAPC0012 38.9362 -121.0679 465.7 CA AUBURN 3.1 N +US1CAPC0013 38.8510 -121.1230 243.8 CA NEWCASTLE 1.6 SSE +US1CAPC0014 38.8423 -121.2837 52.4 CA LINCOLN 4.3 SSE +US1CAPC0019 38.8175 -121.2436 167.6 CA ROCKLIN 1.1 N +US1CAPC0021 38.7399 -121.2575 47.5 CA ROSEVILLE 2.4 SE +US1CAPC0022 38.7797 -121.2990 47.9 CA ROSEVILLE 1.4 NNW +US1CAPC0024 38.9962 -120.9860 604.4 CA APPLEGATE 0.5 SE +US1CAPC0028 39.0555 -120.9884 644.0 CA COLFAX 3.3 SW +US1CAPC0031 38.7695 -121.2282 104.2 CA ROSEVILLE 3.6 E +US1CAPC0032 38.9629 -121.1153 376.7 CA AUBURN 5.3 NNW +US1CAPC0034 38.8684 -121.1366 251.2 CA NEWCASTLE 0.4 SSW +US1CAPC0035 38.8088 -121.2860 39.6 CA ROCKLIN 2.5 W +US1CAPC0037 38.9602 -121.0923 440.4 CA AUBURN 4.8 N +US1CAPC0045 38.8812 -121.3215 39.9 CA LINCOLN 1.3 SSW +US1CAPC0047 38.9104 -121.3282 41.8 CA LINCOLN 1.0 NW +US1CAPM0002 39.9191 -121.1001 1352.7 CA MEADOW VALLEY 5.6 WSW +US1CAPM0003 40.3114 -121.2249 1381.4 CA CHESTER 0.9 NNE +US1CAPM0006 39.9384 -120.9050 1058.6 CA QUINCY 2.3 E +US1CAPM0009 39.8179 -120.3158 1511.5 CA BECKWOURTH 3.3 E +US1CARV0002 33.7631 -116.7350 1927.9 CA IDYLLWILD 1.8 NW +US1CARV0003 33.8212 -116.3978 77.4 CA THOUSAND PALMS 0.7 W +US1CARV0004 33.9855 -116.5415 408.1 CA DESERT HOT SPRINGS 3.0 NW +US1CARV0005 33.7527 -116.9196 517.6 CA HEMET 4.1 ENE +US1CARV0006 33.7346 -117.4315 396.8 CA CORONA 12.5 SE +US1CARV0008 33.7307 -117.4276 427.9 CA CORONA 12.8 SE +US1CARV0010 33.7690 -117.0923 685.2 CA HOMELAND 1.7 NNE +US1CARV0012 33.6574 -117.3808 413.3 CA LAKE ELSINORE 3.5 WSW +US1CARV0015 33.9080 -117.5480 201.5 CA NORCO 1.2 S +US1CARV0017 33.8262 -117.3650 499.6 CA PERRIS 8.5 WNW +US1CARV0018 33.9543 -117.0120 771.8 CA BEAUMONT 2.5 NW +US1CARV0019 33.9793 -117.4541 256.3 CA RIVERSIDE 3.8 NW +US1CARV0020 33.9059 -117.5178 332.5 CA NORCO 2.3 SE +US1CARV0021 33.9354 -117.3526 396.5 CA RIVERSIDE 2.6 E +US1CARV0026 33.6092 -117.3589 943.4 CA LAKE ELSINORE 4.7 SSW +US1CARV0027 33.5838 -117.1404 399.9 CA MURRIETA 4.3 ENE +US1CARV0028 33.9254 -117.5816 190.8 CA NORCO 1.7 W +US1CARV0031 33.8648 -117.6065 262.7 CA CORONA 2.1 W +US1CARV0033 33.7711 -116.3010 33.2 CA PALM DESERT 5.0 ENE +US1CARV0034 33.8209 -117.4051 483.4 CA PERRIS 10.6 W +US1CARV0035 33.6922 -117.3959 459.6 CA LAKE ELSINORE 4.6 WNW +US1CARV0036 34.0158 -117.4498 288.3 CA SUNNYSLOPE 1.6 W +US1CARV0037 33.9689 -117.3883 259.1 CA RIVERSIDE 2.0 NNE +US1CARV0038 33.9406 -117.2964 468.2 CA RIVERSIDE 5.8 E +US1CARV0039 33.9979 -116.9863 1086.0 CA YUCAIPA 4.1 SE +US1CARV0043 33.6081 -117.1878 525.2 CA MURRIETA 3.6 NNE +US1CARV0045 33.9612 -116.9918 805.9 CA BEAUMONT 2.2 NNW +US1CARV0047 33.7539 -116.9937 473.4 CA HEMET 1.6 N +US1CARV0050 33.6153 -117.0911 433.4 CA WINCHESTER 6.5 S +US1CARV0053 33.9926 -117.3721 269.4 CA RIVERSIDE 3.9 NNE +US1CARV0054 33.9404 -117.3982 264.9 CA RIVERSIDE 0.0 W +US1CARV0058 33.7983 -117.0373 464.8 CA SAN JACINTO 4.2 W +US1CARV0060 33.6308 -117.3397 413.6 CA LAKE ELSINORE 2.8 SSW +US1CARV0061 33.9527 -117.0035 778.5 CA BEAUMONT 2.0 NW +US1CARV0063 33.7220 -116.9652 495.6 CA HEMET 2.0 ESE +US1CARV0065 33.9169 -116.9473 780.6 CA BEAUMONT 2.1 ESE +US1CARV0066 33.7986 -116.4418 107.0 CA RANCHO MIRAGE 3.0 NNW +US1CARV0067 33.9926 -117.4318 281.0 CA RUBIDOUX 0.6 WSW +US1CARV0072 33.7442 -116.3421 69.8 CA PALM DESERT 2.1 ENE +US1CASA0001 38.6173 -121.3404 31.1 CA CARMICHAEL 1.6 SW +US1CASA0002 38.6350 -121.3611 29.0 CA SACRAMENTO 8.0 NE +US1CASA0003 38.6546 -121.0907 181.1 CA FOLSOM 3.4 ESE +US1CASA0005 38.6429 -121.3059 39.6 CA CARMICHAEL 0.9 NE +US1CASA0006 38.6375 -121.3446 33.2 CA CARMICHAEL 1.4 W +US1CASA0007 38.6600 -121.1395 110.3 CA FOLSOM 1.2 SSE +US1CASA0008 38.6211 -121.3189 32.9 CA CARMICHAEL 0.9 S +US1CASA0009 38.6513 -121.1764 59.1 CA FOLSOM 2.4 SW +US1CASA0010 38.4558 -121.2827 29.6 CA SACRAMENTO 13.7 SE +US1CASA0011 38.5472 -121.4715 7.3 CA SACRAMENTO 1.4 S +US1CASA0012 38.5499 -121.4374 10.4 CA SACRAMENTO 2.0 SE +US1CASA0014 38.7073 -121.3925 24.1 CA ANTELOPE 3.5 W +US1CASA0015 38.6086 -121.4122 14.0 CA SACRAMENTO 4.1 NE +US1CASA0018 38.5715 -121.4578 7.9 CA SACRAMENTO 0.6 ENE +US1CASA0021 38.0501 -121.7031 1.5 CA RIO VISTA 8.5 S +US1CASA0023 38.4928 -121.4195 8.5 CA SACRAMENTO 5.7 SSE +US1CASA0028 38.6259 -121.3938 20.1 CA NORTH HIGHLANDS 3.0 SSW +US1CASA0029 38.6823 -121.1375 121.6 CA FOLSOM 0.6 NE +US1CASA0030 38.5753 -121.3400 19.5 CA LA RIVIERA 1.0 NE +US1CASA0031 38.6754 -121.1556 102.1 CA FOLSOM 0.5 W +US1CASA0035 38.5804 -121.2812 31.7 CA RANCHO CORDOVA 1.5 SE +US1CASA0036 38.5121 -121.5204 2.4 CA SACRAMENTO 4.7 SW +US1CASA0039 38.6762 -121.2518 60.7 CA FAIR OAKS 1.9 N +US1CASA0041 38.4441 -121.4019 10.1 CA ELK GROVE 3.5 NNW +US1CASA0045 38.6619 -121.3002 52.7 CA FAIR OAKS 3.0 WNW +US1CASA0047 38.6571 -121.1219 132.9 CA FOLSOM 1.9 SE +US1CASA0048 38.6958 -121.3308 49.1 CA SACRAMENTO 11.8 NE +US1CASA0051 38.5905 -121.3935 15.8 CA SACRAMENTO 4.3 ENE +US1CASA0058 38.6271 -121.3740 24.4 CA SACRAMENTO 6.5 NE +US1CASA0060 38.6144 -121.3260 38.7 CA CARMICHAEL 1.4 SSW +US1CASA0061 38.5701 -121.1965 74.1 CA RANCHO CORDOVA 5.9 ESE +US1CASA0063 38.5980 -121.3135 23.2 CA RANCHO CORDOVA 0.7 WNW +US1CASB0001 34.4397 -119.8961 48.2 CA GOLETA 3.7 WNW +US1CASB0002 34.6223 -120.2036 128.3 CA BUELLTON 0.3 SSW +US1CASB0004 34.4500 -119.7000 247.2 CA SANTA BARBARA 1.9 NE +US1CASB0005 34.9589 -120.4186 71.6 CA SANTA MARIA 1.8 NE +US1CASB0007 34.6166 -120.1988 110.6 CA BUELLTON 0.7 S +US1CASB0009 34.5046 -119.7905 815.3 CA SANTA BARBARA 6.6 NW +US1CASB0011 34.4526 -119.7995 39.3 CA SANTA BARBARA 4.7 WNW +US1CASB0014 34.9242 -120.4609 68.0 CA SANTA MARIA 1.6 WSW +US1CASB0017 34.4355 -119.7735 24.1 CA SANTA BARBARA 3.0 W +US1CASC0001 37.3848 -122.0752 33.2 CA MOUNTAIN VIEW 1.2 S +US1CASC0002 37.2381 -121.8356 48.2 CA SAN JOSE 4.6 S +US1CASC0003 37.3647 -122.0042 25.9 CA SUNNYVALE 1.9 SE +US1CASC0004 37.3050 -121.7750 68.0 CA SAN JOSE 5.4 SW +US1CASC0005 37.2324 -121.9902 142.3 CA MONTE SERENO 0.4 SSW +US1CASC0006 37.0920 -121.6324 103.0 CA MORGAN HILL 2.7 S +US1CASC0007 37.3543 -121.7955 96.9 CA SAN JOSE 4.6 NE +US1CASC0008 37.3775 -122.1000 47.5 CA LOS ALTOS 0.6 NNW +US1CASC0010 37.2714 -121.8765 49.4 CA SAN JOSE 2.7 SSW +US1CASC0011 37.2341 -121.8974 76.8 CA CAMBRIAN PARK 2.2 SE +US1CASC0012 37.3190 -121.7887 61.0 CA SAN JOSE 3.5 ENE +US1CASC0013 37.2733 -121.8664 49.1 CA SAN JOSE 2.3 SSW +US1CASC0014 37.4190 -122.1214 8.8 CA PALO ALTO 1.7 NE +US1CASC0015 37.2748 -122.0227 113.7 CA SARATOGA 0.5 N +US1CASC0017 37.4516 -122.1486 9.8 CA PALO ALTO 1.2 NE +US1CASC0018 37.3086 -121.9272 48.5 CA SAN JOSE 3.0 WSW +US1CASC0023 37.1427 -121.9725 527.9 CA LOS GATOS 6.1 S +US1CASC0027 37.3859 -121.8240 89.3 CA SAN JOSE 5.8 NNE +US1CASC0028 37.4098 -122.1348 18.3 CA PALO ALTO 0.8 NNE +US1CASC0032 37.3185 -121.9608 42.4 CA SAN JOSE 6.2 W +US1CASC0037 37.3561 -121.9111 18.6 CA SANTA CLARA 3.1 ESE +US1CASC0040 37.1560 -121.9875 506.6 CA LOS GATOS 5.4 SSW +US1CASC0041 37.3865 -122.1355 59.1 CA LOS ALTOS HILLS 1.3 N +US1CASC0042 37.3344 -122.0180 51.8 CA SUNNYVALE 3.6 S +US1CASC0045 37.1168 -121.6591 132.0 CA MORGAN HILL 1.4 SW +US1CASC0046 37.2592 -121.8270 54.6 CA SAN JOSE 3.3 SSE +US1CASC0048 37.1864 -121.5462 799.8 CA MORGAN HILL 6.4 NE +US1CASC0052 37.2884 -121.8772 43.0 CA SAN JOSE 1.9 SW +US1CASC0053 37.1039 -121.8896 670.3 CA LOS GATOS 9.6 SSE +US1CASC0054 37.0092 -121.5770 64.3 CA GILROY 0.1 SE +US1CASC0057 37.1725 -121.7030 94.5 CA MORGAN HILL 4.5 NW +US1CASC0060 37.3866 -122.0766 30.5 CA MOUNTAIN VIEW 1.1 S +US1CASC0061 37.1509 -121.9778 438.6 CA LOS GATOS 5.6 S +US1CASC0063 36.9811 -121.5720 67.4 CA GILROY 2.0 S +US1CASC0064 37.3451 -122.0836 84.4 CA LOS ALTOS 1.8 SSE +US1CASD0001 33.1472 -117.1316 203.0 CA SAN MARCOS 2.5 ENE +US1CASD0002 33.2330 -117.3498 79.2 CA OCEANSIDE 2.3 WNW +US1CASD0003 32.5738 -117.0625 42.1 CA IMPERIAL BEACH 3.3 E +US1CASD0004 33.2700 -117.2663 76.8 CA OCEANSIDE 8.4NE +US1CASD0005 32.9107 -117.1485 132.3 CA SAN DIEGO 6.6 N +US1CASD0006 32.8112 -116.9254 185.9 CA EL CAJON 2.3ENE +US1CASD0007 33.0499 -117.2368 58.8 CA ENCINITAS 3.34ENE +US1CASD0008 33.1852 -117.1282 449.3 CA ESCONDIDO 5.2NNW +US1CASD0009 32.7907 -116.9870 221.6 CA EL CAJON 1.5WSW +US1CASD0010 33.1055 -117.0482 210.3 CA ESCONDIDO 2.5 SSE +US1CASD0011 33.0757 -117.2920 57.3 CA ENCINITAS 2.7N +US1CASD0012 32.9956 -117.0044 367.6 CA POWAY 3.2NE +US1CASD0013 32.6802 -116.7061 834.2 CA JAMUL 9.9ESE +US1CASD0014 33.2225 -116.3904 236.8 CA BORREGO SPRINGS 2.4 WSW +US1CASD0015 32.8254 -117.2397 154.8 CA LA JOLLA 2.5SE +US1CASD0017 32.5982 -117.0352 63.4 CA CHULA VISTA 2.2 SSE +US1CASD0018 32.6381 -116.9753 169.2 CA CHULA VISTA 6.3E +US1CASD0019 33.2539 -117.3127 18.3 CA OCEANSIDE 5.6NE +US1CASD0021 32.9162 -117.1880 116.7 CA SAN DIEGO 7.6 NNW +US1CASD0022 32.9491 -117.0588 135.3 CA POWAY 1.4SW +US1CASD0023 33.0267 -117.2712 81.1 CA CARDIFF BY THE SEA 0.2 E +US1CASD0024 32.6168 -117.0519 81.1 CA CHULA VISTA 2.5SE +US1CASD0025 33.2905 -116.9568 345.0 CA PAUMA VALLEY 1.7 SE +US1CASD0026 33.4363 -117.1603 419.7 CA FALLBROOK 6.5 NE +US1CASD0027 32.7465 -117.1098 104.9 CA SAN DIEGO 3.5NE +US1CASD0028 32.8562 -116.9961 143.3 CA SANTEE 1.8NW +US1CASD0029 32.8057 -117.0732 73.8 CA SAN DIEGO 7.9NE +US1CASD0030 32.8257 -117.2501 149.7 CA LA JOLLA 2.1 SE +US1CASD0032 32.8353 -117.1859 114.0 CA SAN DIEGO 3.2 WNW +US1CASD0034 33.1427 -117.3206 6.7 CA CARLSBAD 2.2SE +US1CASD0035 33.0184 -117.0666 147.2 CA RANCHO BERNARDO 0.5SE +US1CASD0036 32.7921 -116.9585 135.3 CA EL CAJON 0.7 S +US1CASD0037 32.8705 -117.2477 113.1 CA LA JOLLA 2.2 NE +US1CASD0038 32.7474 -117.0599 142.0 CA LEMON GROVE 1.8 WNW +US1CASD0039 33.2192 -117.2536 127.1 CA VISTA 1.5NNW +US1CASD0040 32.7698 -116.9593 224.9 CA EL CAJON 2.3 S +US1CASD0041 32.7850 -117.0973 30.2 CA SAN DIEGO 3.0 SE +US1CASD0047 32.6044 -117.0508 61.0 CA CHULA VISTA 3.1SE +US1CASD0049 32.8168 -117.0586 89.0 CA SAN DIEGO 9NE +US1CASD0051 32.9058 -116.6255 999.1 CA DESCANSO 3.7 NNW +US1CASD0052 33.0261 -117.0466 225.2 CA POWAY 4.7NNW +US1CASD0053 33.0158 -116.8068 449.3 CA SAN DIEGO COUNTRY ESTATES 1.5 +US1CASD0054 32.8538 -116.6212 1049.1 CA DESCANSO 0.3 WNW +US1CASD0055 32.7348 -117.2447 76.5 CA SAN DIEGO 5.2WNW +US1CASD0056 33.0946 -117.2214 184.4 CA CARLSBAD 8.7SE +US1CASD0057 33.1862 -117.2311 153.9 CA VISTA 1.2SE +US1CASD0059 33.1474 -117.0656 223.7 CA ESCONDIDO 0.8 NNE +US1CASD0060 32.8428 -117.2208 86.6 CA SAN DIEGO 9.5 NNW +US1CASD0061 32.7724 -116.9197 209.1 CA EL CAJON 2.8SE +US1CASD0062 33.1187 -117.3044 51.2 CA CARLSBAD 3.8SE +US1CASD0063 33.0563 -116.9925 483.1 CA ESCONDIDO 7.2 SE +US1CASD0064 33.0344 -117.0826 157.6 CA RANCHO BERNARDO 1NNW +US1CASD0070 32.7851 -117.1884 95.1 CA SAN DIEGO 3.7 SW +US1CASD0071 33.3516 -117.2248 188.4 CA FALLBROOK 2.3SE +US1CASD0072 33.0507 -116.8278 620.0 CA RAMONA 3ENE +US1CASD0073 32.8004 -117.0635 95.1 CA SAN DIEGO 8NE +US1CASD0074 33.0139 -117.1062 209.4 CA RANCHO BERNARDO 1.9WSW +US1CASD0076 33.2499 -117.2559 57.6 CA OCEANSIDE 8.1ENE +US1CASD0077 33.2054 -117.3439 73.5 CA OCEANSIDE 2.2ENE +US1CASD0080 32.9173 -117.1626 123.7 CA SAN DIEGO 13.9N +US1CASD0081 32.7441 -117.1496 89.9 CA SAN DIEGO 2NNE +US1CASD0082 32.7189 -117.0043 103.3 CA SPRING VALLEY 0.9 W +US1CASD0086 33.1658 -117.3307 59.1 CA CARLSBAD 1.3ENE +US1CASD0090 32.7698 -116.9788 309.1 CA LA MESA 2.6E +US1CASD0091 32.8240 -116.9170 256.9 CA EL CAJON 2.9 ENE +US1CASD0092 32.9907 -117.2450 88.7 CA SOLANA BEACH 1.5E +US1CASD0093 33.0562 -116.8088 615.1 CA RAMONA 3.8 ENE +US1CASD0094 33.1473 -117.0787 222.2 CA ESCONDIDO 2NNE +US1CASD0096 33.1466 -117.2106 200.3 CA SAN MARCOS 2.6W +US1CASD0097 33.0794 -117.2419 67.7 CA CARLSBAD 8.3SE +US1CASD0098 33.0487 -117.2368 63.1 CA ENCINITAS 3.33ESE +US1CASD0099 32.7797 -116.9103 238.7 CA EL CAJON 3.2ESE +US1CASD0100 32.6313 -117.0314 100.6 CA CHULA VISTA 3.1ESE +US1CASD0101 33.3108 -117.0409 413.6 CA VALLEY CENTER 6.4N +US1CASD0103 32.9087 -116.8880 511.8 CA LAKESIDE 4.1NNE +US1CASD0104 32.8651 -116.6175 1062.8 CA DESCANSO 0.8 N +US1CASD0105 32.6447 -116.3478 1073.2 CA BOULEVARD 4.4 WSW +US1CASD0106 32.8266 -117.1569 129.8 CA SAN DIEGO 1.5 WNW - KFMB +US1CASD0107 32.9557 -117.2090 86.0 CA SAN DIEGO 10.6 NNW +US1CASD0109 32.9391 -117.2292 24.7 CA SAN DIEGO 10.2 NNW +US1CASD0110 32.7597 -117.0281 160.9 CA LA MESA 0.9 SW +US1CASD0113 33.1051 -117.1872 292.9 CA SAN MARCOS 2.3 SSW +US1CASD0114 33.0361 -117.0457 197.5 CA POWAY 3.9 NNW +US1CASD0115 32.7502 -117.2456 7.3 CA SAN DIEGO 7.8 SW +US1CASD0116 33.1595 -117.1207 232.6 CA ESCONDIDO 3.3 WNW +US1CASD0117 32.6212 -116.1902 859.8 CA JACUMBA 0.3 NNW +US1CASD0120 32.8257 -117.1993 103.9 CA N CLAIREMONT 0.6SSE +US1CASD0122 33.0261 -117.1046 190.5 CA RANCHO BERNARDO 1.7W +US1CASD0123 33.3422 -117.1648 125.0 CA FALLBROOK 4.6 ESE +US1CASD0124 33.0823 -117.0931 232.3 CA ESCONDIDO 4.0 SSW +US1CASD0125 32.7618 -116.9397 199.0 CA EL CAJON 3.1 SSE +US1CASD0128 33.1227 -117.2278 178.9 CA SAN MARCOS 3.3 WSW +US1CASD0129 33.2407 -117.1716 271.6 CA VISTA 3.4ENE +US1CASD0130 33.1934 -116.2786 175.0 CA BORREGO SPRINGS 7.1SE +US1CASD0131 32.7646 -117.0689 140.8 CA MID-CITY SAN DIEGO 0.5W +US1CASD0132 32.9083 -116.6227 1014.1 CA DESCANSO 3.7N +US1CASD0133 32.7813 -117.1867 93.6 CA CLAIREMONT 3.7SSE +US1CASD0134 32.6722 -116.2909 1081.1 CA BOULEVARD 1.2 WNW +US1CASD0136 33.1469 -117.0500 214.3 CA ESCONDIDO 1.4 ENE +US1CASD0140 32.7221 -117.1327 67.1 CA SAN DIEGO 1.8NE +US1CASD0141 33.0184 -117.0666 151.2 CA POWAY 4.5NW +US1CASD0142 32.8737 -116.9760 155.1 CA SANTEE 2.4NNE +US1CASD0143 32.7011 -117.0236 120.7 CA LEMON GROVE 2.9 SSE +US1CASD0146 32.9725 -117.2650 2.7 CA DEL MAR 0.5 NNW +US1CASD0147 32.7345 -117.0448 142.0 CA LEMON GROVE 0.7 W +US1CASD0148 33.1311 -117.1081 221.3 CA ESCONDIDO 2.2 W +US1CASD0154 33.3307 -117.2251 182.6 CA FALLBROOK 2.7 SSE +US1CASD0157 32.7358 -117.0483 135.3 CA LEMON GROVE 0.9 W +US1CASD0164 32.7722 -116.9980 205.7 CA LA MESA 1.2 E +US1CASD0165 32.8549 -116.9941 129.8 CA SANTEE 0.7 W +US1CASD0172 32.8276 -117.0779 217.9 CA SAN DIEGO 3.5 ENE +US1CASD0173 32.8139 -117.1693 111.6 CA SAN DIEGO 1.9 W +US1CASD0180 32.8153 -116.9269 194.2 CA EL CAJON 2.2 ENE +US1CASD0181 32.7240 -117.0617 126.2 CA SAN DIEGO 7.6 SE +US1CASD0184 33.1063 -117.1037 201.8 CA ESCONDIDO 2.8 SW +US1CASD0185 32.7670 -116.9378 200.9 CA EL CAJON 2.8 SSE +US1CASD0186 33.0256 -116.8976 425.2 CA RAMONA 1.8 WSW +US1CASD0191 33.1632 -117.3150 44.8 CA CARLSBAD 3.2 NNW +US1CASD0195 33.3142 -116.8644 1591.7 CA VALLEY CENTER 10.9 NE +US1CASD0197 33.1305 -117.0676 205.1 CA ESCONDIDO 0.5 SSE +US1CASF0003 37.7834 -122.4701 52.7 CA SAN FRANCISCO 2.8 WNW +US1CASF0004 37.7650 -122.4348 59.1 CA SAN FRANCISCO 1.1 SW +US1CASF0008 37.7776 -122.4741 62.5 CA SAN FRANCISCO 3.0 W +US1CASH0001 40.6241 -122.3510 188.4 CA REDDING 3.6 NNE +US1CASH0002 40.3971 -122.2760 137.8 CA COTTONWOOD 0.5 NNE +US1CASH0005 40.6013 -122.2221 149.0 CA PALO CEDRO 2.7 NNE +US1CASH0006 40.5239 -121.7957 1208.2 CA SHINGLETOWN 5.3 ENE +US1CASH0008 40.6089 -122.3388 198.7 CA REDDING 2.9 NNE +US1CASH0009 40.6104 -122.3802 215.8 CA REDDING 2.7 NNW +US1CASH0010 40.6721 -122.2913 207.6 CA REDDING 7.9 NNE +US1CASH0011 40.6261 -122.3585 188.4 CA REDDING 3.7 N +US1CASH0013 40.6273 -122.3564 185.6 CA REDDING 3.8 N +US1CASH0014 40.6284 -122.3577 187.1 CA REDDING 3.9 N +US1CASH0018 40.6235 -122.3536 184.1 CA REDDING 3.6 N +US1CASH0021 40.5796 -122.3727 144.8 CA REDDING 0.6 NW +US1CASH0022 40.6075 -122.3472 179.8 CA REDDING 2.6 NNE +US1CASH0024 40.6312 -122.3584 187.8 CA REDDING 4.1 N +US1CASH0029 40.4270 -122.3883 223.1 CA ANDERSON 5.2 WSW +US1CASH0030 40.4785 -122.2606 124.7 CA ANDERSON 2.6 NE +US1CASH0035 40.6853 -122.0236 497.4 CA OAK RUN 0.2 SE +US1CASH0037 40.5032 -122.5413 327.4 CA IGO 0.2 S +US1CASH0049 40.4900 -121.9000 1054.9 CA SHINGLETOWN 0.6 WSW +US1CASH0050 40.5318 -121.7011 1285.3 CA SHINGLETOWN 10.3 ENE +US1CASH0051 40.5181 -122.3692 135.3 CA REDDING 3.8 S +US1CASH0052 40.6190 -122.3760 202.7 CA REDDING 3.3 N +US1CASH0053 40.5300 -121.9089 787.0 CA SHINGLETOWN 2.8 NNW +US1CASH0054 40.4593 -122.3189 133.8 CA ANDERSON 1.5 WNW +US1CASH0056 40.6024 -122.4007 201.5 CA REDDING 2.8 NW +US1CASH0057 40.3777 -122.3392 140.2 CA COTTONWOOD 3.2 WSW +US1CASH0059 40.5195 -121.8340 1157.0 CA SHINGLETOWN 3.5 ENE +US1CASH0060 40.6371 -122.2552 207.9 CA REDDING 7.3 NE +US1CASH0061 40.5746 -122.3948 193.5 CA REDDING 1.6 W +US1CASH0064 40.4746 -122.4522 249.6 CA ANDERSON 8.5 WNW +US1CASH0067 40.6796 -121.8727 820.8 CA WHITMORE 4.1 NNE +US1CASH0068 40.5446 -122.1734 154.2 CA MILLVILLE 3.6 SW +US1CASH0069 40.4988 -121.8433 1110.4 CA SHINGLETOWN 2.5 E +US1CASH0071 40.4319 -121.9958 296.6 CA PAYNES CREEK 7.9 NNW +US1CASH0072 40.4000 -122.2936 152.1 CA COTTONWOOD 1.0 NW +US1CASH0074 40.4472 -122.4089 233.2 CA ANDERSON 6.0 W +US1CASH0075 40.6699 -122.2564 224.9 CA REDDING 8.8 NE +US1CASH0077 40.5188 -122.3685 135.9 CA REDDING 3.7 S +US1CASI0002 39.5780 -120.3830 1558.1 CA SIERRAVILLE 1.2 SW +US1CASJ0001 38.0627 -121.0079 44.5 CA LINDEN 5.8 ENE +US1CASJ0003 37.9912 -121.3333 2.1 CA STOCKTON 2.1 NW +US1CASJ0004 38.0381 -121.2547 10.7 CA STOCKTON 5.8 NNE +US1CASJ0005 38.1360 -121.3044 13.1 CA LODI 1.0 NNW +US1CASJ0006 37.9417 -121.2585 7.0 CA STOCKTON 3.3 SE +US1CASJ0007 37.7353 -121.4699 15.8 CA TRACY 2.1 W +US1CASJ0010 37.9692 -121.2934 4.9 CA STOCKTON 0.7 E +US1CASJ0011 38.0011 -121.3665 0.3 CA STOCKTON 2.5 NE +US1CASJ0014 37.7232 -121.4403 23.8 CA TRACY 1.1 SSW +US1CASJ0015 37.8208 -121.2255 14.0 CA MANTECA 1.3 N +US1CASK0001 41.5465 -122.9102 861.1 CA GREENVIEW 0.7 SW +US1CASK0002 41.6651 -122.6208 895.2 CA YREKA 4.5 S +US1CASK0003 41.4949 -122.3697 933.9 CA WEED 5.4 N +US1CASK0004 41.5108 -122.9234 904.0 CA ETNA 3.9 NNW +US1CASK0005 41.7326 -122.6495 820.5 CA YREKA 0.9 WNW +US1CASK0007 41.7178 -122.5014 779.1 CA MONTAGUE 1.6 ESE +US1CASK0008 41.3639 -122.3969 1192.1 CA MOUNT SHASTA 5.1 NW +US1CASK0009 41.2688 -123.3336 507.2 CA FORKS OF SALMON 1.0 NW +US1CASK0010 41.9633 -121.9230 1295.1 CA DORRIS 0.2 SW +US1CASK0011 41.2988 -122.3031 1095.1 CA MOUNT SHASTA 1.7 SSE +US1CASK0014 41.3923 -123.4964 217.0 CA SOMES BAR 1.5 NW +US1CASK0020 41.6323 -122.5373 807.7 CA GRENADA 0.8 SW +US1CASK0021 41.3184 -122.2994 1143.9 CA MOUNT SHASTA 0.8 ESE +US1CASL0001 35.3805 -120.4525 611.1 CA SANTA MARGARITA 8.9 ESE +US1CASL0006 35.6218 -120.6932 233.8 CA PASO ROBLES 1.8 WSW +US1CASL0008 35.3295 -120.8324 23.5 CA LOS OSOS 0.5 N +US1CASL0010 35.5034 -120.7376 427.6 CA ATASCADERO 3.1 WNW +US1CASL0011 35.5549 -120.7012 241.4 CA TEMPLETON 0.4 E +US1CASL0014 35.5350 -120.8037 447.8 CA TEMPLETON 5.5 WSW +US1CASL0016 35.5432 -121.0873 65.2 CA CAMBRIA 0.5 WSW +US1CASL0018 35.3021 -120.6813 98.8 CA SAN LUIS OBISPO 2.2 NNW +US1CASL0022 35.1550 -120.6103 149.7 CA ARROYO GRANDE 2.5 NW +US1CASL0025 35.5554 -120.7011 239.6 CA TEMPLETON 0.4 ENE +US1CASL0026 35.1554 -120.6691 22.6 CA SHELL BEACH 0.2 ENE +US1CASM0001 37.6121 -122.4825 69.2 CA PACIFICA 0.3 W +US1CASM0002 37.4204 -122.3945 103.3 CA HALF MOON BAY 4.1 SE +US1CASM0005 37.4766 -122.1870 7.6 CA MENLO PARK 2.4 W +US1CASM0006 37.5488 -122.2587 2.1 CA FOSTER CITY 1.3 SW +US1CASM0007 37.4630 -122.4408 16.5 CA HALF MOON BAY 0.5 SSW +US1CASM0008 37.4931 -122.2399 5.2 CA REDWOOD CITY 2.5 SW +US1CASM0009 37.3819 -122.1976 161.8 CA PORTOLA VALLEY 1.3 ENE +US1CASM0013 37.5842 -122.3976 136.2 CA BURLINGAME 2.0 WSW +US1CASM0014 37.5104 -122.3057 146.9 CA BELMONT 0.7 WSW +US1CASM0015 37.5185 -122.3432 178.3 CA SAN MATEO 3.4 SSW +US1CASM0016 37.4777 -122.4454 11.0 CA HALF MOON BAY 0.7 NW +US1CASM0017 37.5504 -122.3295 34.7 CA SAN MATEO 1.2 SW +US1CASM0018 37.5085 -122.4790 23.8 CA EL GRANADA 0.7 W +US1CASM0019 37.4550 -122.4383 19.8 CA HALF MOON BAY 1.0 S +US1CASM0022 37.3754 -122.2637 485.2 CA WOODSIDE 3.4 S +US1CASM0025 37.4744 -122.2337 9.4 CA REDWOOD CITY 3.3 SSW +US1CASM0032 37.5684 -122.3012 1.5 CA SAN MATEO 0.8 NE +US1CASM0033 37.5838 -122.4792 90.5 CA PACIFICA 1.9 S +US1CASM0034 37.4637 -122.1372 4.6 CA EAST PALO ALTO 0.3 WSW +US1CASM0038 37.4996 -122.2689 31.1 CA SAN CARLOS 0.2 NW +US1CASN0001 38.3522 -122.7274 28.3 CA ROHNERT PARK 1.6 WNW +US1CASN0002 38.3801 -122.9681 246.9 CA OCCIDENTAL 1.9 WSW +US1CASN0003 38.6564 -122.9230 47.2 CA HEALDSBURG 4.2 NW +US1CASN0004 38.7367 -123.0982 404.8 CA GEYSERVILLE 10.6 WNW +US1CASN0006 38.4514 -122.7577 32.6 CA SANTA ROSA 3.1 W +US1CASN0007 38.3852 -122.8928 116.7 CA SEBASTOPOL 3.7 WSW +US1CASN0008 38.5006 -122.9918 21.9 CA GUERNEVILLE 0.6 SW +US1CASN0012 38.4740 -122.6564 89.6 CA SANTA ROSA 3.0 NE +US1CASN0013 38.4323 -122.7455 37.5 CA SANTA ROSA 2.7 WSW +US1CASN0015 38.6116 -122.6575 151.5 CA CALISTOGA 4.6 WNW +US1CASN0016 38.3753 -122.9035 128.9 CA SEBASTOPOL 4.5 WSW +US1CASN0018 38.4011 -122.8302 37.2 CA SEBASTOPOL 0.3 WNW +US1CASN0019 38.2561 -122.6229 15.8 CA PETALUMA 1.0 N +US1CASN0020 38.4718 -122.8405 21.0 CA GRATON 2.7 NNE +US1CASN0021 38.5551 -122.8227 37.5 CA WINDSOR 1.5 WNW +US1CASN0022 38.7893 -123.0220 111.3 CA CLOVERDALE 0.8 SSW +US1CASN0023 38.5317 -122.7800 42.7 CA WINDSOR 1.4 SE +US1CASN0025 38.3781 -122.7253 28.7 CA SANTA ROSA 4.7 S +US1CASN0028 38.4789 -122.7440 42.7 CA SANTA ROSA 3.1 NW +US1CASN0029 38.7810 -122.9630 242.9 CA CLOVERDALE 3.2 ESE +US1CASN0030 38.5258 -122.7772 43.3 CA WINDSOR 1.8 SE +US1CASN0031 38.3663 -122.8037 65.2 CA SEBASTOPOL 2.6 SSE +US1CASN0032 38.4730 -123.0524 124.7 CA DUNCAN MILLS 1.4 NNE +US1CASN0033 38.4475 -122.7553 34.7 CA SANTA ROSA 2.9 W +US1CASN0035 38.4147 -122.8933 110.9 CA SEBASTOPOL 3.8 WNW +US1CASN0036 38.3810 -123.0780 27.7 CA BODEGA BAY 4.8 NNW +US1CASN0039 38.2334 -122.6563 47.9 CA PETALUMA 1.8 WSW +US1CASN0041 38.4406 -122.7707 29.0 CA SANTA ROSA 3.8 W +US1CASN0042 38.4713 -122.6552 89.0 CA SANTA ROSA 2.9 ENE +US1CASN0043 38.4300 -122.7499 35.4 CA SANTA ROSA 2.9 WSW +US1CASN0045 38.4636 -123.0416 6.1 CA MONTE RIO 1.6 W +US1CASN0046 38.3717 -122.8694 164.3 CA SEBASTOPOL 3.0 SW +US1CASN0048 38.5110 -122.7192 119.5 CA SANTA ROSA 4.4 NNW +US1CASN0049 38.3842 -122.8191 51.2 CA SEBASTOPOL 1.1 SSE +US1CASN0050 38.5617 -122.8055 47.2 CA WINDSOR 1.2 NNW +US1CASN0051 38.6934 -122.9627 61.9 CA HEALDSBURG 7.5 NW +US1CASN0052 38.4416 -122.9462 207.6 CA OCCIDENTAL 3.2 N +US1CASN0053 38.4728 -122.6640 83.2 CA SANTA ROSA 2.6 NE +US1CASN0054 38.5451 -122.7917 43.0 CA WINDSOR 0.3 E +US1CASN0055 38.2900 -122.4249 37.8 CA SONOMA 1.9 E +US1CASN0057 38.2485 -122.6927 34.1 CA PETALUMA 3.7 W +US1CASN0061 38.4640 -122.7150 52.7 CA SANTA ROSA 1.3 NW +US1CASN0062 38.2262 -122.6391 11.0 CA PETALUMA 1.3 SW +US1CASN0063 38.5534 -122.7929 47.9 CA WINDSOR 0.6 NNE +US1CASN0065 38.7861 -123.0174 105.8 CA CLOVERDALE 0.9 S +US1CASN0066 38.4532 -122.7049 55.2 CA SANTA ROSA 0.4 NW +US1CASN0067 38.4066 -122.8407 64.9 CA SEBASTOPOL 0.9 WNW +US1CASN0068 38.3886 -122.9701 287.4 CA OCCIDENTAL 1.8 WSW +US1CASN0070 38.3651 -122.5718 291.4 CA GLEN ELLEN 1.9 WNW +US1CASN0071 38.3392 -122.7113 29.3 CA ROHNERT PARK 0.9 SW +US1CASN0073 38.4571 -122.7029 53.9 CA SANTA ROSA 0.6 N +US1CASN0074 38.6476 -122.9207 43.3 CA HEALDSBURG 3.7 WNW +US1CASN0078 38.7990 -123.0277 116.4 CA CLOVERDALE 0.6 W +US1CASN0079 38.3451 -122.6812 38.1 CA ROHNERT PARK 0.9 ESE +US1CASN0080 38.3778 -122.5343 102.7 CA GLEN ELLEN 1.5 N +US1CASN0081 38.4700 -122.6589 85.6 CA SANTA ROSA 2.7 ENE +US1CASN0084 38.3163 -122.4726 89.9 CA BOYES HOT SPRINGS 0.5 ENE +US1CASN0086 38.3843 -122.8847 110.3 CA SEBASTOPOL 3.3 WSW +US1CASN0087 38.4699 -122.6761 75.6 CA SANTA ROSA 2.0 NE +US1CASN0088 38.3653 -122.9738 187.1 CA OCCIDENTAL 2.8 SW +US1CASN0089 38.7839 -122.9628 312.7 CA HEALDSBURG 12.6 NNW +US1CASN0090 38.4733 -122.8974 61.3 CA FORESTVILLE 0.7 SW +US1CASN0093 38.3124 -123.0177 68.9 CA BODEGA BAY 1.0 SE +US1CASN0094 38.3240 -123.0304 66.4 CA BODEGA BAY 0.1 NNW +US1CASN0095 38.3895 -122.9694 296.9 CA OCCIDENTAL 1.8 WSW +US1CASN0096 38.5653 -123.2058 196.6 CA CAZADERO 6.9 WNW +US1CASN0098 38.5319 -123.1886 369.1 CA CAZADERO 5.6 W +US1CASN0099 38.4847 -123.0046 21.0 CA GUERNEVILLE 2.0 SSW +US1CASN0100 38.3823 -122.5507 111.3 CA GLEN ELLEN 1.9 NNW +US1CASN0103 38.5150 -123.0779 54.6 CA CAZADERO 1.3 SSE +US1CASN0104 38.4351 -122.5515 149.4 CA KENWOOD 1.4 NNW +US1CASN0106 38.5616 -123.2005 280.1 CA CAZADERO 6.6 WNW +US1CASN0108 38.6179 -122.8731 32.0 CA HEALDSBURG 0.6 W +US1CASN0110 38.3899 -122.9119 182.6 CA SEBASTOPOL 4.7 W +US1CASN0112 38.4699 -122.7333 41.8 CA SANTA ROSA 2.3 NW +US1CASN0114 38.6605 -122.8639 53.9 CA HEALDSBURG 2.9 N +US1CASN0115 38.2858 -122.4562 24.1 CA SONOMA 0.4 SSE +US1CASN0116 38.4492 -122.6691 67.1 CA SANTA ROSA 1.7 E +US1CASN0117 38.3918 -122.8501 54.3 CA SEBASTOPOL 1.4 WSW +US1CASN0118 38.4262 -122.8214 26.2 CA SANTA ROSA 6.7 WSW +US1CASN0121 38.4777 -122.6900 196.0 CA SANTA ROSA 2.1 NNE +US1CASN0122 38.5130 -122.9992 17.7 CA GUERNEVILLE 0.8 N +US1CASN0123 38.3717 -122.6499 203.6 CA ROHNERT PARK 3.1 ENE +US1CASN0124 38.3116 -122.4753 48.2 CA SONOMA 1.7 NNW +US1CASN0125 38.3351 -123.0473 26.5 CA BODEGA BAY 1.3 NW +US1CASN0126 38.4392 -122.6029 129.2 CA SANTA ROSA 5.3 E +US1CASN0128 38.4129 -122.9559 244.1 CA OCCIDENTAL 1.6 NW +US1CASN0130 38.5085 -122.8857 24.1 CA HEALDSBURG 7.7 S +US1CASN0131 38.3138 -122.7038 58.5 CA COTATI 1.0 SSE +US1CASN0133 38.4108 -122.9653 306.6 CA OCCIDENTAL 1.8 NW +US1CASN0136 38.2964 -122.4882 31.4 CA SONOMA 1.6 WNW +US1CASN0138 38.2401 -122.6508 28.0 CA PETALUMA 1.4 W +US1CASN0139 38.6259 -122.8550 103.0 CA HEALDSBURG 0.7 NE +US1CASN0142 38.4360 -122.8620 64.0 CA SEBASTOPOL 3.2 NW +US1CASN0143 38.4215 -122.6695 57.9 CA SANTA ROSA 2.5 SE +US1CASN0149 38.7795 -123.0145 111.9 CA CLOVERDALE 1.4 S +US1CASN0151 38.3862 -122.9099 148.1 CA OCCIDENTAL 1.6 ESE +US1CASN0152 38.3626 -122.5275 87.2 CA GLEN ELLEN 0.8 NE +US1CASN0153 38.3992 -122.8925 109.1 CA SEBASTOPOL 3.6 W +US1CASN0155 38.4079 -122.7325 34.1 CA ROSELAND 1.0 SSW +US1CASN0159 38.7876 -123.0262 173.1 CA CLOVERDALE 1.0 SSW +US1CASO0001 38.0695 -122.1555 122.8 CA BENICIA 0.2 SSW +US1CASO0002 38.0576 -122.1680 12.2 CA BENICIA 1.2 SW +US1CASO0003 38.0753 -122.1778 92.7 CA BENICIA 1.3 W +US1CASO0004 38.4153 -122.0809 434.9 CA VACAVILLE 7.2 WNW +US1CASO0006 38.0864 -122.1570 75.0 CA BENICIA 1.0 N +US1CASO0007 38.2215 -122.1430 1006.8 CA FAIRFIELD 5.9 WSW +US1CASO0010 38.0562 -122.1688 2.7 CA BENICIA 1.3 SW +US1CASO0011 38.1587 -122.1789 141.7 CA VALLEJO 5.8 NE +US1CASO0012 38.3825 -122.0029 85.3 CA VACAVILLE 2.4 NW +US1CASR0001 34.4957 -117.2353 878.1 CA APPLE VALLEY 2.6 SSW +US1CASR0003 34.3651 -117.6511 1873.9 CA WRIGHTWOOD 1.2 WNW +US1CASR0004 34.1151 -117.6498 431.3 CA UPLAND 0.5 ESE +US1CASR0005 34.5253 -117.4331 940.3 CA ADELANTO 3.1 S +US1CASR0009 34.5043 -117.1808 896.4 CA APPLE VALLEY 2.6 SE +US1CASR0010 34.1377 -117.5512 467.9 CA ALTA LOMA 2.7 ENE +US1CASR0014 34.0973 -116.3178 1039.1 CA JOSHUA TREE 2.0 S +US1CASR0015 34.2175 -116.4070 1050.6 CA LANDERS 3.4 SW +US1CASR0017 34.1241 -116.0847 659.0 CA TWENTYNINE PALMS 1.5 SW +US1CASR0018 34.0857 -117.6816 351.1 CA MONTCLAIR 1.2 NE +US1CASR0019 34.2457 -117.2991 1380.7 CA CRESTLINE 0.2 WSW +US1CASR0020 34.2828 -116.3751 900.4 CA LANDERS 1.6 NE +US1CASR0023 34.8667 -117.0592 795.2 CA BARSTOW 0.8 SSE +US1CASR0024 34.0997 -116.4428 1105.8 CA YUCCA VALLEY 1.1 SW +US1CASR0025 34.8800 -117.1180 679.4 CA BARSTOW 3.0 W +US1CASR0026 34.3725 -117.3404 1090.6 CA HESPERIA 3.9 SW +US1CASR0027 34.4849 -117.6442 1065.3 CA PINON HILLS 3.5 N +US1CASR0028 34.5560 -117.2111 894.6 CA APPLE VALLEY 1.9 N +US1CASR0029 34.1442 -117.3810 451.7 CA RIALTO 2.1 N +US1CASR0034 34.1223 -117.5977 420.3 CA RANCHO CUCAMONGA 1.6 W +US1CASR0035 34.9237 -117.0177 661.4 CA BARSTOW 4.2 NE +US1CASR0036 34.2712 -116.9383 2142.7 CA FAWNSKIN 0.3 NE +US1CASR0039 34.0978 -116.2889 989.7 CA JOSHUA TREE 2.6 SE +US1CASR0043 34.1295 -116.3877 992.7 CA YUCCA VALLEY 2.7 ENE +US1CASR0044 34.0542 -117.0383 846.1 CA YUCAIPA 1.5 NNE +US1CASR0046 34.1269 -116.3175 878.7 CA JOSHUA TREE 0.0 ESE +US1CASR0049 34.4383 -117.4637 1117.1 CA PHELAN 6.2 E +US1CASR0051 34.1466 -117.6652 583.7 CA UPLAND 2.0 NNW +US1CASR0052 34.4067 -116.9486 1032.4 CA LUCERNE VALLEY 2.7 SSE +US1CASR0053 34.1443 -117.6491 542.2 CA UPLAND 1.8 NNE +US1CASR0055 34.1950 -117.3502 528.8 CA SAN BERNARDINO 5.1 NW +US1CASR0056 34.3753 -117.3351 1080.5 CA HESPERIA 3.6 SSW +US1CASR0058 34.2468 -117.1713 1682.2 CA LAKE ARROWHEAD 1.5 SE +US1CASR0063 34.2479 -117.3059 1352.4 CA CRESTLINE 0.6 W +US1CASR0066 34.5588 -117.1516 950.7 CA APPLE VALLEY 4.1 ENE +US1CASR0068 34.0089 -117.6534 220.7 CA CHINO 1.9 E +US1CASR0069 34.4167 -117.5819 1297.2 CA WRIGHTWOOD 4.8 NE +US1CASR0072 34.1431 -116.0632 624.8 CA TWENTYNINE PALMS 0.3 NNE +US1CASR0073 34.1106 -117.1592 429.8 CA HIGHLAND 1.8 ESE +US1CASR0079 34.4901 -117.3518 948.2 CA VICTORVILLE 2.6 SSW +US1CASS0001 37.7892 -120.7518 43.9 CA KNIGHTS FERRY 5.2 WSW +US1CASS0002 37.7819 -120.7769 70.7 CA OAKDALE 4.2 ENE +US1CASS0006 37.6931 -121.0565 23.8 CA MODESTO 4.1 NW +US1CASS0007 37.7945 -120.8239 61.0 CA OAKDALE 2.4 NE +US1CAST0002 36.8393 -121.5375 76.8 CA SAN JUAN BAUTISTA 0.5 S +US1CAST0004 36.9306 -121.3704 75.3 CA HOLLISTER 5.4 NNE +US1CAST0005 36.8422 -121.3650 118.6 CA HOLLISTER 2.1 ESE +US1CAST0006 36.8544 -121.4035 99.4 CA HOLLISTER 0.3 WSW +US1CAST0007 36.9219 -121.3402 117.3 CA HOLLISTER 5.6 NE +US1CAST0008 36.9198 -121.3459 99.1 CA HOLLISTER 5.3 NNE +US1CAST0009 36.5174 -121.1355 362.1 CA SOLEDAD 12.0 ENE +US1CASU0005 39.1596 -121.7511 22.3 CA SUTTER 0.3 W +US1CASZ0001 36.9764 -122.0514 85.6 CA SANTA CRUZ 0.9 WNW +US1CASZ0002 37.0877 -122.0734 121.0 CA BEN LOMOND 1.2 SSE +US1CASZ0003 37.0651 -122.2178 150.9 CA DAVENPORT 4.2 NW +US1CASZ0004 37.0436 -122.2293 14.3 CA DAVENPORT 3.1 NW +US1CASZ0006 37.1811 -122.0911 525.5 CA BOULDER CREEK 3.6 NE +US1CASZ0007 37.0396 -122.0295 174.7 CA SCOTTS VALLEY 1.7 SW +US1CASZ0009 36.9961 -121.8536 116.7 CA APTOS 2.6 E +US1CASZ0012 37.0552 -122.0333 110.3 CA SCOTTS VALLEY 1.4 W +US1CASZ0014 37.0417 -122.0712 72.5 CA FELTON 0.1 SE +US1CASZ0015 37.0681 -122.1329 573.0 CA BONNY DOON 2.0 NE +US1CASZ0016 37.0195 -121.9500 46.3 CA SOQUEL 1.8 N +US1CASZ0018 37.1713 -122.1384 180.7 CA BOULDER CREEK 2.4 NNW +US1CASZ0019 36.9707 -121.8832 94.2 CA APTOS 1.7 SSE +US1CASZ0021 37.1693 -122.1641 266.7 CA BOULDER CREEK 3.0 NW +US1CASZ0024 37.1051 -122.0468 255.4 CA FELTON 4.5 NNE +US1CASZ0025 36.9610 -121.9912 11.0 CA SANTA CRUZ 2.6 ESE +US1CASZ0027 37.0572 -121.9811 121.9 CA SANTA CRUZ 6.3 NNE +US1CASZ0028 37.0022 -121.9363 126.2 CA SOQUEL 0.8 NE +US1CASZ0029 37.0064 -122.0750 295.4 CA SANTA CRUZ 3.1 NW +US1CASZ0031 37.0124 -121.9008 183.2 CA APTOS 1.4 N +US1CASZ0033 36.9796 -122.0010 22.3 CA SANTA CRUZ 2.0 ENE +US1CASZ0036 37.1953 -122.1406 299.9 CA BOULDER CREEK 4.1 N +US1CASZ0037 37.1506 -122.1256 181.7 CA BOULDER CREEK 0.9 N +US1CASZ0039 37.0680 -122.0672 227.7 CA BEN LOMOND 2.6 SSE +US1CASZ0040 36.9714 -122.0349 22.9 CA SANTA CRUZ 0.1 SSE +US1CASZ0041 37.0556 -122.0334 107.6 CA SANTA CRUZ 5.7 N +US1CASZ0042 36.9340 -121.7656 32.3 CA WATSONVILLE 1.0 N +US1CASZ0043 36.9450 -121.8508 92.4 CA LA SELVA BEACH 1.0 NE +US1CASZ0044 37.0976 -122.0487 326.4 CA FELTON 4.0 NNE +US1CASZ0045 36.9857 -121.9009 68.6 CA APTOS 0.4 S +US1CASZ0047 37.0635 -122.1514 530.0 CA SANTA CRUZ 8.9 NW +US1CASZ0048 37.0723 -122.1362 572.4 CA SANTA CRUZ 8.8 NW +US1CASZ0049 37.0991 -122.1443 743.7 CA SANTA CRUZ 10.6 NW +US1CASZ0050 37.0415 -122.0746 101.5 CA FELTON 0.2 WSW +US1CASZ0051 36.9557 -121.8217 100.3 CA WATSONVILLE 3.9 NW +US1CASZ0053 36.9706 -122.0078 17.7 CA SANTA CRUZ 1.6 E +US1CATH0001 40.1788 -122.3220 120.7 CA RED BLUFF 4.3 W +US1CATH0005 40.1591 -122.3515 127.4 CA RED BLUFF 6.0 W +US1CATH0006 40.2870 -122.3333 193.5 CA COTTONWOOD 7.7 SSW +US1CATH0007 40.2073 -122.2347 130.5 CA RED BLUFF 2.3 N +US1CATH0008 40.2242 -122.3603 169.8 CA RED BLUFF 7.2 WNW +US1CATH0009 40.1576 -122.2362 98.5 CA RED BLUFF 1.1 S +US1CATH0010 40.3690 -122.2009 172.8 CA COTTONWOOD 4.4 ESE +US1CATH0011 40.2417 -122.2806 151.5 CA RED BLUFF 5.1 NNW +US1CATH0012 40.2821 -122.3784 194.8 CA COTTONWOOD 9.1 SW +US1CATH0013 40.2161 -122.2658 112.2 CA RED BLUFF 3.2 NNW +US1CATH0014 40.1715 -122.3261 152.7 CA RED BLUFF 4.5 W +US1CATH0018 40.3410 -122.3018 168.9 CA COTTONWOOD 3.6 SSW +US1CATH0019 40.2145 -122.2429 123.7 CA RED BLUFF 2.8 N +US1CATH0020 40.3071 -122.3472 178.3 CA COTTONWOOD 6.7 SSW +US1CATH0022 40.2283 -122.3345 144.5 CA RED BLUFF 6.2 NW +US1CATH0023 39.9442 -122.1017 65.8 CA CORNING 4.4 ENE +US1CATH0024 40.0221 -122.1901 82.9 CA GERBER-LAS FLORES 3.5 SW +US1CATH0025 40.0229 -122.0921 68.3 CA LOS MOLINOS 0.4 SE +US1CATH0028 40.1111 -122.0838 78.9 CA LOS MOLINOS 5.8 N +US1CATH0029 40.3579 -122.3416 136.2 CA COTTONWOOD 3.9 SW +US1CATH0030 40.1237 -122.1747 80.8 CA RED BLUFF 4.9 SE +US1CATH0031 40.0443 -122.1719 78.3 CA GERBER-LAS FLORES 1.7 SW +US1CATH0033 40.1943 -122.2048 83.8 CA RED BLUFF 2.4 NE +US1CATH0036 40.4375 -121.8559 644.0 CA MANTON 0.8 ENE +US1CATH0037 40.1611 -122.3461 149.4 CA RED BLUFF 5.7 W +US1CATH0038 39.9290 -122.4149 162.5 CA FLOURNOY 1.3 NE +US1CATH0039 40.0923 -122.1111 71.6 CA LOS MOLINOS 4.5 N +US1CATH0040 40.0210 -122.1901 81.7 CA GERBER 3.5 SW +US1CATH0041 40.0229 -122.0921 69.2 CA LOS MOLINOS 0.4 SE +US1CATH0042 40.0156 -122.5346 235.6 CA RED BLUFF 19.0 SW +US1CATH0043 40.2161 -122.2047 105.2 CA RED BLUFF 3.5 NNE +US1CATH0045 39.9302 -122.4150 164.0 CA CORNING 12.4 W +US1CATH0049 40.3524 -122.1996 113.4 CA LAKE CALIFORNIA .4 NW +US1CATH0050 40.2992 -122.3684 210.3 CA COTTONWOOD 7.8 SW +US1CATH0051 39.9214 -122.1585 92.4 CA CORNING 1.3 ESE +US1CATL0001 36.3583 -119.3189 96.9 CA VISALIA 2.3 N +US1CATL0002 36.2133 -119.0885 115.2 CA LINDSAY 0.5 N +US1CATL0004 35.9499 -119.1495 114.0 CA TERRA BELLA 6.3 W +US1CATL0005 36.3153 -119.3176 96.9 CA VISALIA 0.7 SSE +US1CATL0006 36.2017 -119.3003 89.0 CA TULARE 2.4 E +US1CATL0009 36.4677 -118.8539 435.9 CA THREE RIVERS 3.5 NE +US1CATL0011 36.4584 -118.8858 307.8 CA THREE RIVERS 1.7 NE +US1CATL0016 36.0933 -119.0506 128.6 CA PORTERVILLE 2.4 NNW +US1CATL0017 36.1113 -118.8248 285.6 CA SPRINGVILLE 1.4 SSW +US1CATM0001 37.9828 -120.3880 539.8 CA SONORA 0.4 W +US1CATM0003 38.0239 -120.2533 984.8 CA TWAIN HARTE 1.6 SW +US1CATM0004 38.0417 -120.4247 709.0 CA COLUMBIA 1.6 NW +US1CATM0005 37.9919 -120.2374 888.5 CA TUOLUMNE CITY 2.0 N +US1CATM0007 37.9848 -120.3195 773.6 CA SONORA 3.4 E +US1CATY0003 40.6326 -122.9777 514.8 CA DOUGLAS CITY 2.4 SW +US1CATY0005 40.8768 -123.5302 205.4 CA HAWKINS BAR 0.6 NW +US1CATY0006 40.3209 -123.3755 841.9 CA MAD RIVER 7.4 SE +US1CATY0007 40.9859 -122.7036 756.2 CA TRINITY CENTER 0.2 ENE +US1CATY0010 40.5004 -123.0304 889.1 CA HAYFORK 7.1 SE +US1CATY0011 40.9826 -122.6965 739.7 CA TRINITY CENTER 0.6 ESE +US1CATY0012 40.7311 -122.9408 614.8 CA WEAVERVILLE 2.6 S +US1CATY0018 40.8873 -123.5593 212.1 CA SALYER 1.4 ESE +US1CATY0025 40.7697 -122.9197 797.7 CA WEAVERVILLE 1.5 E +US1CATY0026 40.8902 -123.5613 232.3 CA SALYER 1.1 E +US1CATY0028 40.4286 -123.5204 771.8 CA MAD RIVER 1.7 SW +US1CAVT0001 34.1772 -118.8984 210.9 CA THOUSAND OAKS 2.1 WSW +US1CAVT0002 34.7460 -119.1103 1607.5 CA FRAZIER PARK 10.7 WSW +US1CAVT0003 34.2306 -118.8047 329.5 CA SIMI VALLEY 3.8 SW +US1CAVT0004 34.1792 -118.9086 216.1 CA NEWBURY PARK 0.4 SE +US1CAVT0005 34.2726 -119.2761 17.1 CA VENTURA 0.5 WNW +US1CAVT0006 34.4513 -119.2511 242.9 CA OJAI 0.3 WNW +US1CAVT0008 34.2724 -118.7638 258.5 CA SIMI VALLEY 1.0 NW +US1CAVT0009 34.1787 -118.9086 214.3 CA THOUSAND OAKS 2.5 WSW +US1CAVT0010 34.4280 -118.9331 162.8 CA FILLMORE 2.1 NNW +US1CAVT0012 34.2275 -119.0715 34.7 CA CAMARILLO 2.4 W +US1CAVT0013 34.4084 -118.9172 154.2 CA FILLMORE 0.6 N +US1CAVT0014 34.2223 -118.8975 207.6 CA THOUSAND OAKS 2.7 NW +US1CAVT0016 34.2311 -119.0299 54.3 CA CAMARILLO 0.6 N +US1CAVT0017 34.1810 -119.2142 4.3 CA PORT HUENEME 1.4 NNW +US1CAVT0018 34.2149 -118.8367 333.1 CA THOUSAND OAKS 2.3 NE +US1CAVT0026 34.2957 -119.1558 60.4 CA VENTURA 4.5 ENE +US1CAYB0001 39.4518 -121.2801 624.5 CA CHALLENGE-BROWNSVILLE 1.3 WSW +US1CAYB0002 39.1727 -121.2910 261.8 CA SMARTSVILLE 2.4 S +US1CAYB0003 39.2241 -121.5940 22.3 CA MARYSVILLE 5.0 N +US1CAYB0004 39.0135 -121.4243 25.9 CA WHEATLAND 0.1 ENE +US1CAYL0001 38.5425 -121.7210 11.0 CA DAVIS 1.2 SE +US1CAYL0002 38.5618 -121.7241 12.5 CA DAVIS 0.8 NE +US1CAYL0003 38.5728 -121.8402 25.0 CA DAVIS 5.8 WNW +US1CAYL0004 38.5427 -121.7234 11.9 CA DAVIS 1.1 SE +US1CAYL0006 38.5381 -121.7225 1.2 CA DAVIS 1.4 SSE +US1CAYL0007 38.5780 -121.8453 25.3 CA DAVIS 6.1 WNW +US1CAYL0009 38.5523 -121.7855 17.4 CA DAVIS 2.7 W +US1CAYL0010 38.6471 -121.7322 11.6 CA WOODLAND 2.8 SE +US1CAYL0011 38.5592 -121.7802 16.2 CA DAVIS 2.4 W +US1CAYL0013 38.5405 -121.7107 16.5 CA DAVIS 1.7 SE +US1CAYL0014 38.5586 -121.7780 16.8 CA DAVIS 2.3 W +US1CAYL0019 38.5592 -121.7162 17.1 CA DAVIS 1.1 ENE +US1CAYL0021 38.5613 -121.8522 26.2 CA DAVIS 6.3 W +US1CAYL0023 38.5744 -121.7512 17.4 CA DAVIS 1.6 NNW +US1CAYL0028 38.5630 -121.7294 13.4 CA DAVIS 0.7 NNE +US1CHARM003 34.6533 -86.5814 176.8 AL HUNTSVILLE 4.5 SE +US1CHARM004 34.6014 -86.5397 181.4 AL OWENS CROSSROADS 4.7 WNW +US1CHARM006 34.7842 -86.7544 237.7 AL CAPSHAW 2.3 ENE +US1CHARM007 34.9481 -86.6364 252.7 AL HAZEL GREEN 4.3 WNW +US1CHARM011 34.8050 -86.7619 262.1 AL CAPSHAW 2.8 NE +US1CHARM012 34.6192 -86.5703 182.9 AL HAMPTON COVE 5.8 WSW +US1CHARM020 34.7519 -86.5767 211.2 AL HUNTSVILLE 4.2 NE +US1CHARM024 34.4344 -86.9153 201.2 AL HARTSELLE 1.4 E +US1CHARM029 34.6389 -86.5436 193.5 AL HAMPTON COVE 3.9 WSW +US1CHARM032 34.7264 -86.5631 201.2 AL HUNTSVILLE 3.9 ENE +US1CHARM033 34.8100 -86.7197 243.8 AL HARVEST 3.6 SSE +US1CHARM036 34.6389 -86.5214 225.6 AL HAMPTON COVE 2.7 WSW +US1CHARM043 34.6286 -86.5561 262.1 AL HAMPTON COVE 4.8 WSW +US1CHARM045 34.6614 -86.5575 201.2 AL HAMPTON COVE 4.4 W +US1CHARM053 34.6444 -86.5056 210.3 AL HAMPTON COVE 1.8 SW +US1CHARM082 34.7942 -86.7711 243.8 AL CAPSHAW 1.9 NE +US1CHARM103 34.6250 -86.5367 182.9 AL HAMPTON COVE 4.0 SW +US1CHARM105 34.6417 -86.3861 201.2 AL PAINT ROCK 3.5 WSW +US1CHARM106 34.7700 -86.4750 213.4 AL BROWNSBORO 2.3 NW +US1CHARM107 34.7906 -86.9358 219.5 AL ATHENS 1.4 ENE +US1CHARM108 34.6544 -86.5617 185.3 AL HAMPTON COVE 4.6 W +US1CHARM112 34.6625 -86.4897 194.8 AL HAMPTON COVE 0.5 WNW +US1CHARM141 34.7444 -86.7600 237.4 AL MADISON 2.9 NNW +US1CHARM149 34.9047 -86.3561 237.7 AL NEW MARKET 3.9 E +US1CHARM152 34.7511 -86.8797 214.3 AL ATHENS 5.1 ESE +US1CHARM153 34.9189 -86.7836 249.9 AL TONEY 3.2 WNW +US1CHARM157 34.6842 -86.4056 189.0 AL GURLEY 2.3 SW +US1CHARM164 34.9542 -86.4506 271.3 AL NEW MARKET 3.4 NNW +US1CHARM165 34.7883 -86.7783 219.5 AL CAPSHAW 1.3 NE +US1CHARM166 34.7411 -86.7697 225.6 AL MADISON 2.9 NNW +US1CHARM169 34.7058 -86.7503 217.3 AL MADISON 0.2 N +US1CHARM170 34.7217 -86.6364 210.3 AL HUNTSVILLE 1.1 NNW +US1CHARM171 34.7917 -86.7239 239.0 AL MADISON 6.3 NNE +US1CHARM172 34.8567 -86.6850 274.3 AL TONEY 4.0 SE +US1CHARM174 34.9033 -86.7381 256.9 AL TONEY 0.4 NW +US1CHARM175 34.7806 -86.8644 220.1 AL ATHENS 5.4 E +US1CHARM176 34.7981 -86.7047 235.0 AL HARVEST 4.7 SSE +US1CHARM177 34.6611 -86.5658 205.4 AL HUNTSVILLE 4.7 SE +US1CHARM178 34.6475 -86.4814 184.1 AL HAMPTON COVE 0.9 S +US1CHARM179 34.6528 -86.4206 195.1 AL GURLEY 4.4 SW +US1CHARM180 34.9178 -86.8317 259.7 AL ARDMORE 4.5 S +US1CHARM181 34.7353 -86.7908 217.0 AL MADISON 3.2 NW +US1CHARM182 34.7542 -86.7225 234.1 AL MADISON 3.9 NNE +US1CHARM183 34.6942 -86.6156 188.1 AL HUNTSVILLE 1.1 SE +US1CHARM185 35.0114 -86.8392 282.5 TN ARDMORE 1.3 NE +US1CHARM186 34.7164 -86.7436 235.3 AL MADISON 1.0 NNE +US1CHARM187 34.7756 -86.7803 218.5 AL MADISON 5.3 NNW +US1CHARM195 34.8117 -86.4511 225.2 AL BROWNSBORO 4.3 N +US1CHARM196 34.6661 -86.7300 181.7 AL MADISON 2.8 SSE +US1CHARM200 34.5411 -86.8669 192.9 AL PRICEVILLE 1.6 NE +US1CHARM201 34.7581 -86.9108 192.0 AL ATHENS 3.4 SE +US1CHARM202 34.4092 -86.8119 342.9 AL FALKVILLE 6.0 ENE +US1CHARM203 34.8183 -86.5050 248.7 AL MOORES MILL 2.6 SSE +US1CHARM205 34.7911 -86.9092 204.2 AL ATHENS 2.9 E +US1CHARM207 34.6636 -86.5311 228.6 AL HUNTSVILLE 6.2 ESE +US1CHARM208 34.7378 -86.7656 230.1 AL MADISON 2.6 NNW +US1CHARM210 34.7467 -86.5467 281.9 AL HUNTSVILLE 5.4 ENE +US1CHARM213 34.8490 -87.4490 192.6 AL KILLEN 4.6 E +US1COAD0001 39.9460 -104.6088 1576.1 CO DIA 6.5 NNE +US1COAD0002 39.7621 -104.3266 1626.1 CO STRASBURG 2.3 N +US1COAD0003 39.9666 -104.6070 1567.0 CO DIA 7.8 NNE +US1COAD0004 39.8259 -104.0770 1513.9 CO BYERS 10.5 NE +US1COAD0011 39.9056 -105.0291 1606.9 CO WESTMINSTER 1.8 NNE +US1COAD0012 39.8713 -105.0052 1648.1 CO DENVER 9 N +US1COAD0015 39.8407 -105.0262 1656.0 CO DENVER 7.2 NNW +US1COAD0020 39.8280 -105.0491 1622.1 CO DENVER 6.8 NW +US1COAD0022 39.8612 -104.9382 1554.8 CO THORNTON 2.3 SSE +US1COAD0023 39.7982 -104.9592 1567.0 CO DENVER 4.2 NNE +US1COAD0028 39.9799 -104.7862 1549.9 CO BRIGHTON 1.8 ESE +US1COAD0029 39.9308 -104.9612 1605.1 CO BROOMFIELD 6.8 E +US1COAD0030 39.9225 -104.9785 1624.9 CO BROOMFIELD 6.0 E +US1COAD0036 39.7990 -104.8666 1602.9 CO COMMERCE CITY 3.9 ESE +US1COAD0039 39.9951 -104.9661 1564.8 CO BRIGHTON 7.7 W +US1COAD0040 39.8798 -105.0013 1674.9 CO NORTHGLENN .84 WSW +US1COAD0042 39.9294 -104.9558 1605.1 CO THORNTON 2.6 N +US1COAD0044 39.8777 -105.0035 1686.2 CO THORNTON 1.8 WNW +US1COAD0049 39.9868 -104.7944 1537.1 CO BRIGHTON 1.3 E +US1COAD0050 39.9448 -104.9476 1613.0 CO NORTHGLENN 4.6 NNE +US1COAD0051 39.9364 -104.9562 1610.0 CO NORTHGLENN 3.8 NNE +US1COAD0052 39.7459 -104.8208 1644.1 CO AURORA 1.2 NNE +US1COAD0053 40.0150 -104.7876 1544.1 CO BRI 2 NE +US1COAD0059 39.9509 -104.9716 1577.0 CO TRN 2.3 NW +US1COAD0066 39.7598 -104.3260 1630.1 CO STR 1 N +US1COAD0067 39.9396 -104.9520 1609.3 CO THORNTON 5.0 NNE +US1COAD0069 39.9480 -104.9026 1610.0 CO BRIGHTON 5.0 WSW +US1COAD0075 39.9137 -104.8424 1545.9 CO THORNTON 7.5 ENE +US1COAD0076 39.9417 -104.9353 1616.0 CO THORNTON 5.4 NNE +US1COAD0082 39.8782 -105.0364 1688.0 CO WESTMINSTER 0.8 ESE +US1COAD0083 39.9819 -104.8209 1524.9 CO BRIGHTON 0.2 S +US1COAD0087 39.9752 -104.7909 1544.1 CO BRIGHTON 1.7 ESE +US1COAD0091 39.7973 -105.0254 1605.1 CO DENVER 5.3 WNW +US1COAD0093 39.8994 -104.0558 1478.9 CO HYT 5 S +US1COAD0094 39.8261 -105.0414 1609.0 CO WESTMINSTER 3.9 S +US1COAD0096 39.7751 -104.1908 1549.9 CO BYERS 4.9 NNE +US1COAD0098 39.8985 -104.9911 1661.2 CO NORTHGLENN 0.9 SW +US1COAD0100 39.9223 -104.9554 1598.4 CO THORNTON 2.1 N +US1COAD0103 39.9790 -104.8009 1530.1 CO BRIGHTON 1.5 NNW +US1COAD0104 39.9447 -104.7377 1564.8 CO BARR LAKE 2.3 E +US1COAD0105 39.8696 -104.9107 1544.1 CO HENDERSON 4.1 SSW +US1COAD0107 39.8835 -105.0420 1667.0 CO WESTMINSTER 0.5 ENE +US1COAD0108 39.9383 -104.7120 1577.9 CO BARR LAKE 3.7 ESE +US1COAD0110 39.8716 -104.9710 1623.1 CO THORNTON 1.6 SSW +US1COAD0117 39.8999 -104.9426 1591.7 CO THORNTON 0.9 NE +US1COAD0118 39.7557 -104.1540 1555.7 CO BYERS 4.9 NE +US1COAD0119 39.8786 -104.9246 1549.3 CO THORNTON 1.9 ESE +US1COAD0120 39.9844 -104.8134 1503.3 CO BRIGHTON 2.1 NNW +US1COAD0123 39.9714 -104.8683 1557.8 CO BRIGHTON 4.0 WNW +US1COAD0124 39.7433 -104.3192 1635.6 CO STRASBURG 1.2 WNW +US1COAD0126 39.7515 -104.5870 1686.8 CO WATKINS 0.7 E +US1COAD0127 39.7517 -104.8543 1628.5 CO AURORA 4.2 NNW +US1COAD0129 39.8621 -104.9699 1605.7 CO THORNTON 2.2 SSW +US1COAD0130 39.7414 -104.3226 1637.7 CO STRASBURG 1.3 WNW +US1COAD0132 39.9187 -104.9422 1589.8 CO THORNTON 2.0 NNE +US1COAD0133 39.8192 -104.9453 1562.1 CO COMMERCE CITY 1.2 WNW +US1COAD0134 39.9421 -105.0078 1586.2 CO WESTMINSTER 4.8 NNE +US1COAD0135 39.8975 -104.4211 1579.2 CO BENNETT 9.8 N +US1COAD0138 39.8981 -105.0452 1605.4 CO WESTMINSTER 1.2 NNE +US1COAD0139 39.9381 -105.0103 1587.1 CO WESTMINSTER 4.5 NNE +US1COAD0141 39.8394 -104.9101 1568.5 CO COMMERCE CITY 1.9 NNE +US1COAD0145 39.7820 -104.4972 1683.1 CO BENNETT 4.3 WNW +US1COAD0149 39.7492 -104.1538 1562.4 CO BYERS 4.6 NE +US1COAD0150 39.8704 -104.9705 1626.1 CO THORNTON 1.7 SSW +US1COAD0153 39.8964 -105.0276 1647.1 CO WESTMINSTER 1.6 NE +US1COAD0154 39.7423 -104.8194 1641.3 CO AURORA 3.0 N +US1COAD0162 39.8695 -105.0260 1687.1 CO WESTMINSTER 1.6 ESE +US1COAD0163 39.9084 -104.9673 1623.1 CO NORTHGLENN 0.6 ENE +US1COAD0166 39.8846 -105.0156 1687.1 CO FEDERAL HEIGHTS 1.3 N +US1COAD0168 39.9608 -104.7600 1556.3 CO BRIGHTON 1.9 E +US1COAD0169 39.7560 -104.8208 1638.9 CO AURORA 4.0 N +US1COAD0170 39.7523 -104.8619 1627.9 CO AURORA 4.5 NW +US1COAD0171 39.9468 -104.7467 1555.7 CO BRIGHTON 2.7 ESE +US1COAD0174 39.9556 -104.3778 1543.5 CO BENNETT 14.1 N +US1COAD0176 39.9030 -104.9854 1653.8 CO NORTHGLENN 0.4 WSW +US1COAD0179 39.9791 -104.8028 1523.7 CO BRIGHTON 1.5 NNW +US1COAD0180 39.9189 -104.8008 1556.9 CO BRIGHTON 2.7 S +US1COAD0183 39.8162 -104.9365 1569.1 CO COMMERCE CITY 0.7 WNW +US1COAD0187 39.9260 -104.9274 1581.3 CO THORNTON 2.8 NNE +US1COAD0189 39.9875 -104.6539 1583.1 CO BRIGHTON 7.7 ENE +US1COAD0201 39.7419 -104.3229 1640.7 CO STRASBURG 1.3 WNW +US1COAD0204 39.9839 -104.8081 1521.0 CO BRIGHTON 1.9 NNW +US1COAD0207 39.9475 -104.9380 1630.1 CO THORNTON 3.9 NNE +US1COAD0208 39.9942 -104.9663 1567.9 CO THORNTON 7.1 N +US1COAD0213 39.7494 -104.3190 1633.1 CO STRASBURG 1.4 NW +US1COAD0215 39.8742 -105.0384 1668.5 CO WESTMINSTER 0.8 SE +US1COAD0216 39.9674 -104.8936 1571.9 CO THORNTON 6.2 NNE +US1COAD0220 39.7551 -104.3389 1631.9 CO STRASBURG 2.5 NW +US1COAD0225 39.8489 -105.0403 1661.5 CO WESTMINSTER 2.3 SSE +US1COAD0231 39.7934 -105.0333 1619.1 CO DENVER 5.9 NW +US1COAD0232 39.9322 -104.9231 1580.7 CO THORNTON 3.3 NNE +US1COAD0238 39.8868 -104.9656 1608.4 CO THORNTON 0.7 WSW +US1COAM0001 37.5089 -105.9736 2313.1 CO ALAMOSA 5.8 WNW +US1COAM0006 37.7414 -105.9100 2310.1 CO HOOPER 1.9 W +US1COAM0007 37.4997 -105.8044 2299.1 CO ALAMOSA 4.1 ENE +US1COAM0010 37.6517 -105.5794 2404.9 CO GREAT SAND DUNES 7.0 SSW +US1COAM0011 37.5363 -105.9655 2310.1 CO ALAMOSA 6.9 NW +US1COAM0018 37.7349 -105.9179 2310.1 CO CENTER 10.5 E +US1COAM0020 37.4879 -105.8902 2301.8 CO ALAMOSA 1.6 NW +US1COAM0021 37.4795 -105.8548 2301.2 CO ALAMOSA 1.2 NE +US1COAM0023 37.4397 -105.8848 2298.5 CO ALAMOSA 2.1 SSW +US1COAM0029 37.6497 -105.5737 2432.6 CO GREAT SAND DUNES 7.0 SSW +US1COAM0031 37.4842 -105.8738 2303.1 CO ALAMOSA 1.1 N +US1COAM0032 37.6337 -105.5480 2725.2 CO GREAT SAND DUNES 7.6 SSW +US1COAM0033 37.6442 -105.5580 2542.9 CO MOSCA 17.6 E +US1COAM0035 37.4794 -105.8449 2301.2 CO ALAMOSA 1.7 ENE +US1COAM0036 37.5303 -105.9662 2313.4 CO ALAMOSA 6.6 NW +US1COAR0012 39.6687 -104.8500 1717.9 CO CHERRY CREEK DAM 1.4 N +US1COAR0026 39.6005 -104.8676 1752.9 CO CENTENNIAL 0.4 N +US1COAR0042 39.6560 -104.9650 1648.1 CO DENVER 5.7 S +US1COAR0043 39.6025 -104.9762 1676.4 CO DENVER 9.4 S +US1COAR0044 39.6404 -104.9314 1691.0 CO DENVER 7.3 SSE +US1COAR0045 39.7291 -104.7958 1669.1 CO DENVER 10 E +US1COAR0047 39.6286 -104.9991 1656.9 CO DENVER 7.6 S +US1COAR0050 39.6827 -104.7975 1694.1 CO DENVER 10.8 ESE +US1COAR0054 39.5735 -104.7178 1838.6 CO PARKER 5.0 NNE +US1COAR0055 39.7237 -104.8568 1659.0 CO AURORA 2.9 NW +US1COAR0056 39.7140 -104.2252 1584.0 CO BYERS 0.1 N +US1COAR0059 39.7085 -104.9409 1642.0 CO DENVER 1.7 SE +US1COAR0061 39.6328 -104.8119 1751.1 CO CHERRY CREEK DAM 2.7 ESE +US1COAR0063 39.7015 -104.8427 1695.0 CO DENVER 8 ESE +US1COAR0064 39.6660 -104.7741 1705.1 CO DENVER 12.5 ESE +US1COAR0066 39.7087 -104.2196 1589.8 CO BYERS 0.2 SE +US1COAR0068 39.5689 -104.7100 1822.1 CO BUCKLEY AFB 10 SSE +US1COAR0069 39.6768 -104.8490 1702.0 CO CHERRY CREEK DAM 1.6 NNE +US1COAR0070 39.6615 -104.9950 1619.1 CO DENVER 5.2 S +US1COAR0071 39.5973 -104.4680 1787.0 CO BENNETT 11.3 SSW +US1COAR0072 39.6763 -104.4056 1713.0 CO BENNETT 5.6 S +US1COAR0078 39.5728 -104.9167 1745.9 CO ENGLEWOOD 6.4 SE +US1COAR0080 39.6158 -104.7199 1818.1 CO AURORA 9.9 SE +US1COAR0081 39.6863 -104.6991 1724.9 CO AURORA 7.6 ESE +US1COAR0083 39.6667 -104.0284 1620.9 CO DEER TRAIL 3.7 NNE +US1COAR0085 39.5845 -104.7640 1825.1 CO CENTENNIAL 5.5 E +US1COAR0087 39.6155 -104.7785 1780.9 CO CHERRY CREEK DAM 4.7 ESE +US1COAR0090 39.5992 -105.0151 1663.0 CO LITTLETON .9 S +US1COAR0091 39.6532 -104.7320 1761.1 CO AURORA 7.5 SE +US1COAR0099 39.6693 -104.8220 1730.0 CO AURORA 4.1 S +US1COAR0100 39.5882 -104.9230 1712.1 CO CENTENNIAL 4.1 WNW +US1COAR0103 39.5742 -104.9827 1711.1 CO LITTLETON 3.2 SE +US1COAR0105 39.6792 -104.8809 1683.4 CO DENVER 6.3 SSE +US1COAR0107 39.6626 -104.9155 1687.1 CO DENVER 7.0 S +US1COAR0108 39.5774 -105.0205 1666.0 CO LITTLETON 2.4 S +US1COAR0114 39.6197 -104.7892 1776.1 CO CCL 4.3 SE +US1COAR0115 39.6246 -104.0417 1603.9 CO BYR 11.5 SE +US1COAR0116 39.6208 -104.7819 1765.1 CO CENTENNIAL 5.0 NE +US1COAR0118 39.7114 -104.2469 1597.2 CO BYERS 1.0 W +US1COAR0119 39.5680 -105.0062 1695.9 CO LITTLETON 3.1 S +US1COAR0120 39.6758 -104.4887 1776.1 CO BENNETT 6.5 SSW +US1COAR0124 39.5927 -104.9426 1722.1 CO CENTENNIAL 5.1 WNW +US1COAR0128 39.6351 -104.9196 1699.9 CO ENGLEWOOD 3.7 ESE +US1COAR0129 39.5692 -104.9001 1744.1 CO CENTENNIAL 2.6 W +US1COAR0130 39.5940 -104.9938 1667.9 CO LITTLETON 1.7 SE +US1COAR0131 39.6260 -104.9240 1698.0 CO CHERRY HILLS VILLAGE 1.5 ESE +US1COAR0135 39.7296 -104.7935 1670.9 CO AURORA 2.0 E +US1COAR0137 39.6429 -104.9972 1631.0 CO ENGLEWOOD 0.6 SE +US1COAR0139 39.6765 -104.8883 1662.1 CO CHERRY HILLS VILLAGE 4.5 ENE +US1COAR0144 39.6652 -104.7575 1731.9 CO AURORA 5.9 SE +US1COAR0151 39.5870 -104.9287 1733.1 CO CENTENNIAL 3.3 W +US1COAR0153 39.6938 -104.8123 1694.1 CO AURORA 2.6 SSE +US1COAR0155 39.5811 -104.9725 1715.1 CO CENTENNIAL 5.6 W +US1COAR0156 39.6448 -104.7269 1767.8 CO AURORA 8 SE +US1COAR0161 39.7297 -104.7918 1673.0 CO AURORA 2.4 NNE +US1COAR0163 39.6847 -104.7949 1708.1 CO AURORA 1.4 SE +US1COAR0164 39.6055 -104.9359 1686.2 CO CENTENNIAL 3.7 W +US1COAR0168 39.5785 -104.9565 1716.9 CO CENTENNIAL 4.9 WSW +US1COAR0170 39.6995 -104.7808 1698.0 CO AURORA 1.7 E +US1COAR0172 39.6186 -104.8633 1731.0 CO CHERRY CREEK RESERVOIR 1.0 SSE +US1COAR0174 39.6175 -104.7715 1780.0 CO FOXFIELD 2.3 NNE +US1COAR0175 39.6082 -104.8551 1734.9 CO CENTENNIAL 1.1 NE +US1COAR0177 39.6464 -104.7710 1733.1 CO AURORA 4.3 SSE +US1COAR0179 39.6256 -104.7137 1795.6 CO ARAPAHOE PARK 1.4 WSW +US1COAR0180 39.5719 -104.8835 1784.9 CO CENTENNIAL 1.8 SSW +US1COAR0186 39.6783 -104.8583 1706.0 CO AURORA 2.8 WSW +US1COAR0189 39.6558 -104.8061 1731.0 CO AURORA 3.0 S +US1COAR0192 39.5695 -104.7367 1864.2 CO FOXFIELD 3.4 ESE +US1COAR0194 39.5996 -104.1751 1673.0 CO BYERS 8.1 SSE +US1COAR0199 39.6960 -104.5600 1755.6 CO WATKINS 4.3 SSE +US1COAR0200 39.6141 -104.7511 1793.7 CO CENTENNIAL 10.3 ENE +US1COAR0201 39.7116 -104.8362 1680.4 CO AURORA 1.5 NW +US1COAR0204 39.6907 -104.7744 1709.0 CO AURORA 2.1 ESE +US1COAR0205 39.5905 -104.9427 1710.8 CO CENTENNIAL 4.0 W +US1COAR0207 39.6192 -104.7237 1803.8 CO AURORA 7.3 SE +US1COAR0208 39.6247 -104.2886 1701.4 CO STRASBURG 7.6 S +US1COAR0211 39.5904 -105.0117 1667.6 CO LITTLETON 0.3 SSE +US1COAR0214 39.5753 -104.9746 1716.6 CO CENTENNIAL 2.0 SW +US1COAR0217 39.6113 -104.0438 1582.8 CO DEER TRAIL 0.4 SSW +US1COAR0219 39.6797 -104.4054 1713.6 CO BENNETT 5.3 S +US1COAR0221 39.6530 -104.7360 1757.8 CO AURORA 5.2 SE +US1COAR0223 39.6913 -104.0484 1584.4 CO DEER TRAIL 5.2 N +US1COAR0224 39.5649 -104.3349 1753.5 CO STRASBURG 11.9 S +US1COAR0225 39.5744 -104.7122 1818.4 CO AURORA 12.4 SSE +US1COAR0226 39.6246 -103.9186 1570.3 CO DEER TRAIL 6.6 E +US1COAR0230 39.6190 -104.7665 1784.3 CO CENTENNIAL 5.6 ENE +US1COAR0231 39.6261 -104.7061 1799.5 CO AURORA 7.6 SE +US1COAR0235 39.6858 -104.8721 1683.7 CO AURORA 3.3 WSW +US1COAR0239 39.6335 -104.9611 1659.6 CO ENGLEWOOD 2.0 ESE +US1COAR0240 39.6090 -104.9822 1667.9 CO LITTLETON 2.0 ENE +US1COAR0243 39.5795 -104.7572 1809.0 CO CENTENNIAL 5.9 E +US1COAR0245 39.6615 -104.9207 1680.4 CO DENVER 5.1 SSE +US1COAR0246 39.6888 -104.7965 1696.5 CO AURORA 1.1 SE +US1COAR0249 39.6879 -104.7063 1717.9 CO AURORA 5.7 E +US1COAR0250 39.6590 -104.5330 1775.8 CO WATKINS 7.2 SSE +US1COAR0253 39.6217 -104.7946 1771.5 CO CENTENNIAL 4.3 ENE +US1COAR0255 39.6159 -104.7642 1802.6 CO CENTENNIAL 5.7 ENE +US1COAR0259 39.6490 -104.7758 1725.5 CO AURORA 4.0 SSE +US1COAR0260 39.6417 -104.7685 1749.9 CO AURORA 4.6 SSE +US1COAR0261 39.5997 -104.8678 1746.5 CO CENTENNIAL 0.3 N +US1COAR0262 39.6942 -104.8525 1684.0 CO AURORA 2.1 W +US1COAR0264 39.6442 -104.8207 1737.7 CO AURORA 3.8 S +US1COAR0265 39.6203 -104.7010 1791.9 CO AURORA 8.1 SE +US1COAR0266 39.6470 -104.7624 1748.6 CO AURORA 4.5 SE +US1COAR0267 39.6724 -104.7609 1732.5 CO AURORA 3.3 ESE +US1COAR0270 39.6947 -104.8239 1706.6 CO AURORA 0.7 WSW +US1COAR0271 39.6599 -104.7637 1716.9 CO AURORA 3.8 SE +US1COAR0272 39.6695 -104.8228 1729.1 CO AURORA 2.1 SSW +US1COAR0273 39.6526 -104.8237 1736.8 CO AURORA 3.3 S +US1COAR0276 39.5713 -104.7242 1848.6 CO FOXFIELD 4.0 ESE +US1COAR0277 39.5662 -104.7334 1860.2 CO FOXFIELD 3.7 ESE +US1COAR0281 39.6718 -104.8407 1712.1 CO AURORA 2.4 SW +US1COAR0283 39.6488 -104.7662 1742.5 CO AURORA 4.3 SE +US1COAR0286 39.6124 -105.0331 1627.9 CO LITTLETON 1.6 NW +US1COAR0288 39.5662 -104.7317 1862.9 CO FOXFIELD 3.7 ESE +US1COAR0289 39.6335 -105.0029 1637.7 CO ENGLEWOOD 1.1 SSW +US1COAR0290 39.6114 -104.9966 1664.8 CO LITTLETON 1.5 NE +US1COAR0291 39.6270 -104.9978 1649.9 CO ENGLEWOOD 1.4 S +US1COAR0292 39.6671 -104.9898 1617.0 CO ENGLEWOOD 1.4 N +US1COAR0294 39.6268 -104.7828 1760.8 CO AURORA 5.2 SSE +US1COAR0297 39.5978 -105.0114 1656.0 CO LITTLETON 0.3 NNE +US1COAR0298 39.7141 -104.7896 1676.4 CO AURORA 1.6 NE +US1COAR0305 39.5937 -104.9773 1697.1 CO CENTENNIAL 5.9 W +US1COAR0308 39.6798 -104.8580 1703.8 CO AURORA 2.7 WSW +US1COAR0311 39.6303 -104.7084 1795.6 CO AURORA 7.3 SE +US1COAR0313 39.6896 -104.7757 1707.8 CO AURORA 2.1 ESE +US1COAR0314 39.6059 -104.6111 1810.8 CO WATKINS 10.0 S +US1COAR0319 39.5740 -104.7167 1832.8 CO AURORA 10.0 SSE +US1COAR0321 39.5703 -104.9260 1756.3 CO LITTLETON 5.0 ESE +US1COAR0327 39.6765 -104.1940 1609.3 CO BYERS 2.9 SE +US1COAR0328 39.6624 -104.8128 1724.6 CO AURORA 2.5 S +US1COAR0333 39.6333 -105.0358 1655.7 CO SHERIDAN 1.3 SW +US1COAR0334 39.6671 -104.9824 1629.8 CO ENGLEWOOD 1.5 NNE +US1COAR0337 39.6045 -104.9320 1683.7 CO CENTENNIAL 3.5 W +US1COAR0338 39.5686 -104.7129 1837.9 CO AURORA 10.5 SSE +US1COAR0340 39.6563 -104.7830 1727.9 CO AURORA 3.4 SSE +US1COAR0344 39.6062 -105.0346 1631.9 CO LITTLETON 1.3 NW +US1COAR0347 39.6350 -105.0298 1644.1 CO ENGLEWOOD 2.1 WSW +US1COAR0356 39.5943 -104.7795 1776.4 CO FOXFIELD 0.9 ENE +US1COAR0357 39.6257 -105.0368 1643.5 CO LITTLETON 2.5 NNW +US1COAR0358 39.5990 -104.7376 1787.3 CO CENTENNIAL 6.9 E +US1COAR0362 39.7159 -104.6938 1706.9 CO AURORA 6.4 E +US1COAR0363 39.6797 -104.8686 1692.9 CO AURORA 3.2 WSW +US1COAR0367 39.6264 -104.8306 1715.7 CO CHERRY CREEK RESERVOIR 2.1 E +US1COAR0373 39.6871 -104.5008 1769.1 CO BENNETT 6.2 SW +US1COAU0003 37.2594 -107.1027 2274.1 CO PAGOSA SPRINGS 5.1 W +US1COAU0004 37.0935 -106.9097 2278.1 CO PAGOSA SPRINGS 13.3 SSE +US1COAU0008 37.3618 -107.1471 2489.0 CO PAGOSA SPRINGS 9.5 NW +US1COAU0011 37.0828 -106.9367 2396.0 CO PAGOSA SPRINGS 13.7 SSE +US1COAU0013 37.2446 -107.1470 2150.4 CO PAGOSA SPRINGS 7.3 WSW +US1COAU0016 37.2731 -107.0648 2325.0 CO PAGOSA SPRINGS 2.6 W +US1COAU0018 37.2693 -107.0098 2172.3 CO PAGOSA SPRINGS 0.5 E +US1COAU0019 37.2805 -107.0938 2333.2 CO PAGOSA SPRINGS 4.2 W +US1COAU0020 37.2588 -107.0737 2293.0 CO PAGOSA SPRINGS 3.1 WSW +US1COAU0022 37.2631 -106.9921 2187.9 CO PAGOSA SPRINGS 1.5 ESE +US1COAU0026 37.2480 -107.0293 2255.8 CO PAGOSA SPRINGS 1.6 SSW +US1COAU0027 37.2568 -107.0172 2164.7 CO PAGOSA SPRINGS 0.9 S +US1COAU0028 37.2689 -107.0632 2303.7 CO PAGOSA SPRINGS 2.5 W +US1COAU0029 37.0722 -106.9068 2261.0 CO PAGOSA SPRINGS 15.0 SSE +US1COAU0030 37.2587 -107.1069 2286.0 CO PAGOSA SPRINGS 4.9 W +US1COAU0033 37.2500 -107.1762 2179.3 CO PAGOSA SPRINGS 8.8 W +US1COAU0037 37.1912 -106.9833 2208.0 CO PAGOSA SPRINGS 5.8 SSE +US1COAU0038 37.2636 -107.0157 2168.7 CO PAGOSA SPRINGS 0.5 SSE +US1COAU0039 37.1478 -106.9378 2161.0 CO PAGOSA SPRINGS 9.5 SSE +US1COAU0041 37.2654 -107.1003 2274.4 CO PAGOSA SPRINGS 4.5 W +US1COBA0005 37.2833 -102.6166 1336.9 CO SPRINGFIELD +US1COBA0006 37.4169 -102.6194 1328.9 CO SPRINGFIELD 0.7 NNW +US1COBA0008 37.3838 -102.2810 1206.1 CO WALSH 0.1 SSW +US1COBA0009 37.1782 -102.4708 1278.9 CO CAMPO 7.8 NE +US1COBA0010 37.3663 -103.0503 1551.1 CO PRITCHETT 10.5 W +US1COBA0012 37.4015 -102.6109 1318.9 CO SPRINGFIELD 0.5 SE +US1COBA0014 37.3052 -102.1510 1147.9 CO STONINGTON 1.6 ENE +US1COBA0016 37.0181 -102.4040 1208.8 CO CAMPO 11.3 ESE +US1COBA0019 37.4833 -103.0724 1475.8 CO DEORA 10.7 SW +US1COBA0022 37.3087 -102.3016 1210.1 CO WALSH 5.4 SSW +US1COBA0023 37.4114 -102.6226 1333.8 CO SPRINGFIELD 0.5 NW +US1COBA0024 37.3835 -102.5872 1332.0 CO SPRINGFIELD 2.3 SE +US1COBA0027 37.2220 -102.0573 1122.0 CO STONINGTON 8.6 SE +US1COBA0028 37.0201 -102.3228 1186.3 CO CAMPO 15.2 ESE +US1COBA0029 37.5252 -102.3276 1213.1 CO TWO BUTTES 4.5 ESE +US1COBA0030 37.1222 -102.1259 1154.9 CO WALSH 20.1 SSE +US1COBA0031 37.5092 -102.7152 1372.8 CO SPRINGFIELD 8.9 NW +US1COBN0001 37.1392 -103.4066 1705.1 CO KIM 7.8 SSW +US1COBN0006 38.0590 -103.2557 1193.0 CO LAS ANIMAS 1.8 WSW +US1COBN0007 38.1409 -103.1058 1214.9 CO LAS ANIMAS 8.1 NE +US1COBN0008 38.1408 -103.1058 1214.9 CO LAS ANIMAS 8.1 NE +US1COBN0012 38.0685 -103.2331 1193.9 CO LAS ANIMAS .57 WNW +US1COBN0018 38.1140 -102.7456 1142.1 CO LAMAR 7.4 WNW +US1COBN0021 38.1142 -102.7623 1152.1 CO WILEY 3.7 SW +US1COBN0028 38.1310 -102.9243 1182.3 CO MCCLAVE 4.0 W +US1COBN0029 38.0125 -102.9240 1187.2 CO HASTY 7.8 SSE +US1COBO0001 40.0356 -105.0786 1577.9 CO ERIE 1.7 SW +US1COBO0002 39.9350 -105.0845 1663.9 CO BROOMFIELD 1.2 NE +US1COBO0004 39.9941 -105.2573 1645.0 CO BOULDER 2.9 S +US1COBO0005 40.0354 -105.2434 1615.1 CO BOULDER 0.8 E +US1COBO0006 40.1278 -105.3985 2247.0 CO ALLENSPARK 8.1 SE +US1COBO0007 40.0045 -105.0926 1601.1 CO ERIE 3.7 SW +US1COBO0008 39.9925 -105.1057 1610.9 CO LAFAYETTE 0.4 WSW +US1COBO0009 40.0311 -105.2883 1663.0 CO BOULDER 1.4 NNW +US1COBO0010 40.0840 -105.3460 2235.1 CO BOULDER 6.0 NW +US1COBO0014 39.9922 -105.2647 1667.9 CO BOULDER 1.6 S +US1COBO0015 40.2478 -105.5181 2568.9 CO ALLENSPARK 3.5 N +US1COBO0016 39.9891 -105.2308 1627.9 CO BOULDER 2.3 SE +US1COBO0017 40.0744 -105.1965 1587.1 CO BOULDER 5.0 NE +US1COBO0018 39.9914 -105.0980 1599.9 CO LAFAYETTE 0.2 S +US1COBO0019 40.0046 -105.1715 1620.0 CO BOULDER 4.6 E +US1COBO0020 39.9898 -105.1012 1602.9 CO ERIE 4.7 SW +US1COBO0022 40.1869 -105.5002 2577.1 CO ALLENS PARK 1.5 ESE +US1COBO0023 39.9951 -105.1035 1615.1 CO ERIE 4.6 SW +US1COBO0024 39.9877 -105.1468 1681.9 CO BROOMFIELD 5.5 NW +US1COBO0025 39.9896 -105.2533 1645.0 CO BOULDER 1.9 S +US1COBO0027 39.9376 -105.3483 2089.1 CO GROSS RESERVOIR +US1COBO0029 39.9364 -105.0608 1648.1 CO BROOMFIELD 2.1 NE +US1COBO0030 39.9915 -105.2403 1636.2 CO BOULDER 1.9 SE +US1COBO0031 40.0636 -105.0656 1531.0 CO ERIE 1.4 NW +US1COBO0033 39.9735 -105.2380 1673.0 CO BOULDER 3.3 SE +US1COBO0034 39.9645 -105.5196 2539.9 CO NEDERLAND .5 WNW +US1COBO0035 40.0397 -105.2778 1659.0 CO BOULDER 1.5 NW +US1COBO0036 40.0531 -105.2530 1638.9 CO BOULDER 2.2 N +US1COBO0038 40.0050 -105.2481 1615.1 CO BOULDER 1.3 SE +US1COBO0041 39.9742 -105.1520 1672.1 CO BOULDER 6.8 SE +US1COBO0042 39.9707 -105.2505 1681.9 CO BOULDER 3.5 S +US1COBO0043 40.0865 -105.3439 2169.0 CO BOULDER 6 NW +US1COBO0044 40.0458 -105.2911 1706.9 CO BOULDER 2.1 NW +US1COBO0045 40.1168 -105.4401 2596.0 CO ALLENSPARK 6.7 SE +US1COBO0046 40.1032 -105.1535 1553.9 CO BOULDER 8 NE +US1COBO0048 40.0410 -105.3148 2103.1 CO BOULDER 3 NW +US1COBO0049 39.9854 -105.2461 1652.0 CO BOULDER 2.5 SSE +US1COBO0051 40.0056 -105.2424 1613.9 CO BOULDER 1.5 SE +US1COBO0053 39.9769 -105.2456 1674.9 CO BOULDER 3.0 SSE +US1COBO0054 39.9990 -105.5078 2653.9 CO NEDERLAND 2.5 N +US1COBO0055 40.0065 -105.0917 1608.1 CO LAFAYETTE 0.4 N +US1COBO0057 39.9714 -105.3968 2401.8 CO NEDERLAND 5.8 E +US1COBO0059 40.0686 -105.1813 1601.1 CO BOULDER 5.2 NE +US1COBO0061 40.0478 -105.2672 1656.0 CO BOULDER 1.8 N +US1COBO0062 39.9608 -105.4936 2543.9 CO NEDERLAND 0.9 E +US1COBO0063 40.0359 -105.5442 3026.1 CO NEDERLAND 5.2 NNW +US1COBO0064 40.0548 -105.5893 3535.1 CO NEDERLAND 7.2 NW +US1COBO0065 40.0278 -105.2771 1645.0 CO BOULDER 0.9 WNW +US1COBO0067 39.9996 -105.1794 1623.1 CO BOULDER 4.7 E +US1COBO0068 40.1871 -105.1782 1558.1 CO LONGMONT 4.2 WNW +US1COBO0072 40.0242 -105.2689 1638.9 CO BOULDER 1.3 NW +US1COBO0074 39.9638 -105.2147 1680.1 CO BOULDER 5 SE +US1COBO0075 39.9860 -105.4848 2542.0 CO NEDERLAND 2.61 NNE +US1COBO0076 40.0786 -105.1808 1581.9 CO NIWOT 1.8 SSW +US1COBO0079 39.9770 -105.2750 1884.9 CO BOULDER 2.5 SSW +US1COBO0081 40.0609 -105.2633 1651.1 CO BOULDER 2.8 N +US1COBO0082 40.0206 -105.1784 1597.2 CO BOULDER 4.5 E +US1COBO0083 39.9977 -105.0892 1597.2 CO LAFAYETTE 0.3 N +US1COBO0084 40.1951 -105.1323 1545.0 CO LONGMONT 2.6 NW +US1COBO0085 40.2337 -105.2781 1702.9 CO LYONS .7 NNW +US1COBO0088 40.0333 -105.2915 1687.1 CO BOULDER 1.7 WNW +US1COBO0089 40.1458 -105.1565 1537.1 CO LONGMONT 3.2 WSW +US1COBO0091 40.1226 -105.1019 1535.0 CO LONGMONT 2.9 S +US1COBO0092 39.9588 -105.5026 2541.1 CO NEDERLAND .47 ESE +US1COBO0093 40.0919 -105.2599 1630.1 CO LONGMONT 9.8 W +US1COBO0094 40.1605 -105.2174 1584.0 CO LONGMONT 6.1 W +US1COBO0097 40.0547 -105.2822 1688.9 CO BOULDER 2.5 NNW +US1COBO0098 40.0392 -105.2650 1633.1 CO BOULDER 1.3 N +US1COBO0099 40.1998 -105.1785 1574.9 CO HYGIENE .79 N +US1COBO0104 40.1302 -105.2637 1678.8 CO LONGMONT 8.9 WSW +US1COBO0105 40.0007 -105.1009 1609.0 CO LAFAYETTE .74 NW +US1COBO0107 39.9183 -105.3751 2500.9 CO GOLDEN 13.9 NW +US1COBO0109 40.2409 -105.5020 2590.8 CO ALLENSPARK 3.4 NNE +US1COBO0110 39.9771 -105.4253 2588.1 CO NEDERLAND 4.8 ENE +US1COBO0111 40.0593 -105.1735 1603.9 CO BOULDER 5.4 ENE +US1COBO0113 40.0882 -105.2600 1625.2 CO NIWOT 5.5 W +US1COBO0114 39.9375 -105.2750 1797.1 CO BOULDER 5.8 S +US1COBO0115 40.0656 -105.2048 1576.1 CO BOULDER 4.4 NE +US1COBO0117 40.1853 -105.0636 1521.9 CO LONGMONT 2.4 NE +US1COBO0118 40.1832 -105.1516 1553.9 CO LONGMONT 2.9 WNW +US1COBO0120 40.0132 -105.2064 1605.1 CO BOULDER 3.0 E +US1COBO0121 40.0607 -105.0594 1531.9 CO ERIE .89 NW +US1COBO0122 40.0511 -105.2181 1599.9 CO BOULDER 3.1 NE +US1COBO0133 40.1260 -105.0746 1547.2 CO LONGMONT 3.1 WSW +US1COBO0135 39.9873 -105.1703 1681.0 CO BOULDER 5.4 ESE +US1COBO0136 40.0225 -105.2894 1663.9 CO BOULDER 1.4 W +US1COBO0137 40.2494 -105.2646 1975.1 CO LYONS 1.8 N +US1COBO0139 40.2521 -105.5216 2578.9 CO ALLENSPARK 4.0 N +US1COBO0142 40.2762 -105.3026 1836.1 CO LYONS 3.8 NNW +US1COBO0143 40.2001 -105.1087 1538.9 CO LONGMONT 2.1 N +US1COBO0144 40.1380 -105.1475 1539.8 CO LONGMONT 3.2 SW +US1COBO0145 40.1515 -105.1390 1528.9 CO LONGMONT 2.1 SW +US1COBO0146 40.2263 -105.2667 1645.6 CO LYONS 0.3 NNE +US1COBO0149 40.1945 -105.0905 1542.9 CO LONGMONT 1.7 NNE +US1COBO0150 40.1421 -105.1179 1523.1 CO LONGMONT 2.0 SSW +US1COBO0151 40.1963 -105.1361 1549.0 CO LONGMONT 2.9 NW +US1COBO0152 40.1408 -105.1442 1535.9 CO LONGMONT 2.8 SW +US1COBO0154 40.0077 -105.2883 1674.0 CO BOULDER 1.6 SW +US1COBO0157 39.9219 -105.3963 2660.0 CO WONDERVU .25 SSW +US1COBO0159 40.0395 -105.3275 2104.9 CO BOULDER 3.6 WNW +US1COBO0164 40.0613 -105.2858 1709.0 CO BOULDER 3.0 NNW +US1COBO0165 40.0124 -105.2307 1605.1 CO BOULDER 1.8 ESE +US1COBO0168 39.9133 -105.3961 2713.0 CO WONDERVU 0.8 S +US1COBO0171 40.1439 -105.1782 1553.0 CO LONGMONT 4.0 WSW +US1COBO0173 40.1467 -105.1548 1534.1 CO LONGMONT 3.1 WSW +US1COBO0174 40.0670 -105.2841 1694.1 CO BOULDER 3.3 NNW +US1COBO0176 40.1911 -105.4918 2596.0 CO ALLENSPARK 1.7 E +US1COBO0180 40.0989 -105.1435 1587.1 CO LONGMONT 5.2 SSW +US1COBO0181 40.1728 -105.1151 1531.0 CO LONGMONT 0.8 WNW +US1COBO0183 40.0175 -105.2433 1605.1 CO BOULDER 1.0 ESE +US1COBO0185 39.9643 -105.5118 2542.9 CO NEDERLAND 0.2 NNW +US1COBO0189 39.9404 -105.1530 1677.0 CO SUPERIOR 0.46 NE +US1COBO0192 40.1998 -105.0803 1533.1 CO LONGMONT 2.5 NNE +US1COBO0195 39.9770 -105.2396 1667.9 CO BOULDER 3.3 SSE +US1COBO0196 40.0060 -105.2820 1678.8 CO BOULDER 2.2 SW +US1COBO0199 40.1161 -105.2145 1602.0 CO LONGMONT 6.7 SW +US1COBO0200 40.0599 -105.2771 1686.2 CO BOULDER 2.7 NNW +US1COBO0202 40.1103 -105.4391 2609.1 CO WARD 4.6 NE +US1COBO0203 39.9336 -105.1634 1701.1 CO SUPERIOR 0.5 WNW +US1COBO0207 40.2124 -105.5236 2531.1 CO ALLENSPARK 0.9 NNW +US1COBO0211 40.0538 -105.2880 1697.1 CO BOULDER 2.7 NW +US1COBO0213 40.0360 -105.0677 1567.9 CO ERIE 1.2 WNW +US1COBO0214 40.1747 -105.2003 1577.9 CO LONGMONT 4.7 W +US1COBO0215 40.0646 -105.1174 1564.8 CO LAFAYETTE 5.0 NNW +US1COBO0218 40.0552 -105.0975 1531.9 CO LAFAYETTE 4.2 N +US1COBO0219 40.1885 -105.3864 2438.1 CO RIVERSIDE 2.2 NE +US1COBO0220 40.0591 -105.1717 1606.9 CO BOULDER 4.7 ENE +US1COBO0221 40.1724 -105.0592 1519.1 CO LONGMONT 2.8 E +US1COBO0222 40.0172 -105.1353 1611.5 CO LAFAYETTE 2.5 NW +US1COBO0224 40.0139 -105.1700 1591.1 CO LOUISVILLE 3.5 NNW +US1COBO0225 40.0534 -105.2642 1655.1 CO BOULDER 2.0 NNW +US1COBO0229 39.9862 -105.1012 1592.9 CO LAFAYETTE 0.6 SSW +US1COBO0230 40.0802 -105.3591 2370.1 CO BOULDER 6.8 WNW +US1COBO0232 40.0830 -105.3445 2238.8 CO BOULDER 6.3 NW +US1COBO0233 39.9733 -105.4279 2523.1 CO NEDERLAND 4.2 E +US1COBO0237 40.2247 -105.2665 1655.1 CO LYONS 0.2 NE +US1COBO0238 40.1018 -105.2290 1602.0 CO NIWOT 3.9 W +US1COBO0241 40.1848 -105.1451 1560.9 CO LONGMONT 1.9 WNW +US1COBO0242 40.1723 -105.0984 1521.6 CO LONGMONT 0.7 ENE +US1COBO0243 39.9572 -105.1865 1731.0 CO LOUISVILLE 2.6 WSW +US1COBO0247 40.0026 -105.4719 2492.0 CO NEDERLAND 3.3 NNE +US1COBO0248 40.1020 -105.1987 1573.1 CO NIWOT 2.3 W +US1COBO0252 40.1994 -105.0766 1531.6 CO LONGMONT 2.6 NE +US1COBO0254 40.1778 -105.1378 1540.5 CO LONGMONT 1.4 WNW +US1COBO0256 40.1673 -105.1203 1540.2 CO LONGMONT 0.6 SW +US1COBO0261 40.1802 -105.1541 1534.7 CO LONGMONT 2.3 WNW +US1COBO0264 39.9873 -105.2496 1646.8 CO BOULDER 2.7 S +US1COBO0266 39.9893 -105.1111 1609.6 CO LAFAYETTE 0.8 WSW +US1COBO0267 40.0056 -105.2476 1610.9 CO BOULDER 1.5 S +US1COBO0269 40.1050 -105.1607 1547.2 CO NIWOT 0.7 NNW +US1COBO0270 40.0582 -105.1737 1591.7 CO BOULDER 4.6 ENE +US1COBO0271 40.0374 -105.0799 1575.5 CO ERIE 1.9 WNW +US1COBO0277 39.9838 -105.1308 1631.3 CO LOUISVILLE 1.2 NNE +US1COBO0280 40.0295 -105.3842 2319.2 CO BOULDER 7.0 W +US1COBO0281 39.9923 -105.2530 1638.0 CO BOULDER 2.4 S +US1COBO0282 39.9646 -105.2362 1658.1 CO BOULDER 4.4 S +US1COBO0283 40.0204 -105.0912 1585.9 CO ERIE 2.5 WSW +US1COBO0285 40.0414 -105.0729 1563.9 CO ERIE 1.7 WNW +US1COBO0286 39.9770 -105.2576 1695.0 CO BOULDER 3.5 S +US1COBO0288 40.0326 -105.2463 1617.0 CO BOULDER 0.5 NNE +US1COBO0290 40.0177 -105.1288 1604.5 CO LAFAYETTE 2.3 NW +US1COBO0292 40.1499 -105.1520 1531.0 CO LONGMONT 2.7 SW +US1COBO0296 39.9892 -105.4450 2491.4 CO NEDERLAND 3.7 ENE +US1COBO0297 40.0305 -105.3918 2335.4 CO BOULDER 7.4 W +US1COBO0298 39.9908 -105.2557 1643.2 CO BOULDER 2.5 S +US1COBO0299 39.9838 -105.2433 1648.7 CO BOULDER 3.0 S +US1COBO0300 39.9683 -105.5158 2596.6 CO NEDERLAND 0.7 NW +US1COBO0301 40.0507 -105.3741 2031.8 CO BOULDER 6.7 WNW +US1COBO0305 40.1369 -105.1554 1545.0 CO LONGMONT 3.4 SW +US1COBO0306 40.1044 -105.1439 1567.0 CO NIWOT 0.9 NE +US1COBO0308 40.1457 -105.3905 2366.5 CO JAMESTOWN 2.0 N +US1COBO0318 40.0394 -105.3612 1931.8 CO BOULDER 5.9 W +US1COBO0320 40.0511 -105.3747 2062.3 CO BOULDER 6.7 WNW +US1COBO0321 40.0022 -105.2550 1629.2 CO BOULDER 1.7 S +US1COBO0322 39.9660 -105.5125 2450.6 CO NEDERLAND 0.4 WNW +US1COBO0327 40.1462 -105.1215 1521.3 CO LONGMONT 1.9 SSW +US1COBO0329 39.9896 -105.1702 1668.2 CO BOULDER 5.0 ESE +US1COBO0331 40.1440 -105.1737 1544.4 CO LONGMONT 3.8 WSW +US1COBO0337 40.0455 -105.2679 1652.0 CO BOULDER 1.6 NW +US1COBO0338 40.1043 -105.1605 1547.8 CO NIWOT 0.7 NNW +US1COBO0339 40.1380 -105.1652 1546.3 CO LONGMONT 3.7 SW +US1COBO0341 40.2024 -105.1114 1540.2 CO LONGMONT 2.0 N +US1COBO0342 39.9837 -105.1492 1677.0 CO LOUISVILLE 1.2 NNW +US1COBO0343 40.0839 -105.3689 2147.3 CO JAMESTOWN 2.5 SSE +US1COBO0346 39.9953 -105.1247 1635.6 CO LAFAYETTE 1.4 W +US1COBO0349 40.0433 -105.2551 1629.8 CO BOULDER 1.2 N +US1COBO0350 39.9279 -105.1542 1679.1 CO SUPERIOR 0.1 SE +US1COBO0351 40.0027 -105.1410 1638.6 CO LAFAYETTE 2.3 WNW +US1COBO0352 40.1848 -105.0820 1542.3 CO LONGMONT 1.8 ENE +US1COBO0354 39.9769 -105.1474 1666.6 CO LOUISVILLE 0.7 NW +US1COBO0355 39.9950 -105.4743 2519.5 CO NEDERLAND 2.8 NE +US1COBO0366 39.9844 -105.1490 1688.9 CO LOUISVILLE 1.2 NNW +US1COBO0367 40.0022 -105.0851 1584.7 CO LAFAYETTE 0.9 NE +US1COBO0368 39.9901 -105.1225 1627.6 CO LOUISVILLE 1.7 NNE +US1COBO0370 40.0319 -105.2402 1602.0 CO BOULDER 0.7 ENE +US1COBO0372 39.9781 -105.2411 1663.6 CO BOULDER 3.4 S +US1COBO0373 40.1912 -105.4800 2520.7 CO ALLENSPARK 2.2 ESE +US1COBO0378 39.9389 -105.4749 2593.8 CO PINECLIFFE 2.5 WNW +US1COBO0379 39.9326 -105.1619 1690.1 CO SUPERIOR 0.4 WNW +US1COBO0380 40.0239 -105.2893 1657.8 CO BOULDER 2.0 W +US1COBO0383 40.1939 -105.0756 1530.7 CO LONGMONT 2.4 NE +US1COBO0385 40.1048 -105.1611 1548.1 CO NIWOT 0.7 NNW +US1COBO0386 39.9867 -105.2433 1644.1 CO BOULDER 2.8 S +US1COBO0391 40.0313 -105.2924 1693.2 CO BOULDER 2.2 W +US1COBO0394 40.2327 -105.5275 2587.1 CO ALLENSPARK 2.3 N +US1COBO0401 40.1291 -105.2899 1752.0 CO BOULDER 7.4 NNW +US1COBO0402 40.0334 -105.2109 1578.6 CO BOULDER 2.2 ENE +US1COBO0403 40.1979 -105.1274 1546.3 CO LONGMONT 1.9 NNW +US1COBO0407 39.9811 -105.1063 1598.4 CO LAFAYETTE 1.0 SSW +US1COBO0409 40.0102 -105.2355 1605.1 CO BOULDER 1.4 SE +US1COBO0423 39.9893 -105.1385 1647.4 CO LOUISVILLE 1.4 N +US1COBO0426 39.9944 -105.2554 1644.7 CO BOULDER 2.3 S +US1COBO0427 40.1790 -105.0779 1543.2 CO LONGMONT 1.8 ENE +US1COBO0428 39.9928 -105.2443 1635.6 CO BOULDER 2.4 S +US1COBO0434 40.0537 -105.3025 1902.9 CO BOULDER 3.3 NW +US1COBO0435 40.1404 -105.1490 1535.0 CO LONGMONT 3.0 SW +US1COBO0437 40.0273 -105.2913 1677.0 CO BOULDER 2.1 W +US1COBO0439 39.9954 -105.2822 1770.9 CO BOULDER 2.7 SW +US1COBO0441 40.1725 -105.1174 1535.9 CO LONGMONT 0.3 W +US1COBO0442 40.0287 -105.1655 1572.8 CO BOULDER 4.5 E +US1COBO0443 40.0589 -105.1844 1579.5 CO BOULDER 4.2 ENE +US1COBO0444 40.0451 -105.2606 1641.0 CO BOULDER 1.4 NNW +US1COBO0445 40.0051 -105.2570 1626.7 CO BOULDER 1.5 SSW +US1COBO0446 40.0006 -105.2404 1620.0 CO BOULDER 1.9 SSE +US1COBO0448 40.0680 -105.1863 1594.1 CO BOULDER 4.4 NE +US1COBO0451 39.9911 -105.2518 1642.6 CO BOULDER 2.5 S +US1COBO0452 40.0444 -105.2852 1706.3 CO BOULDER 2.2 NW +US1COBO0453 39.9897 -105.1535 1707.5 CO LOUISVILLE 1.6 NNW +US1COBO0455 40.0361 -105.0772 1574.3 CO ERIE 1.7 WNW +US1COBO0456 39.9970 -105.2672 1663.3 CO BOULDER 2.2 SSW +US1COBO0457 40.0318 -105.2397 1607.8 CO BOULDER 0.7 ENE +US1COBO0458 40.0995 -105.1685 1555.7 CO NIWOT 0.7 WNW +US1COBO0462 40.0345 -105.2407 1611.5 CO BOULDER 0.8 NE +US1COBO0463 39.9921 -105.0856 1585.0 CO LAFAYETTE 0.7 ESE +US1COBO0464 39.9806 -105.2497 1669.1 CO BOULDER 3.2 S +US1COBO0465 40.0456 -105.2754 1671.5 CO BOULDER 1.8 NW +US1COBO0468 39.9917 -105.1336 1635.9 CO LOUISVILLE 1.6 NNE +US1COBO0469 40.0739 -105.1860 1586.2 CO NIWOT 2.2 SW +US1COBO0471 40.0165 -105.0949 1595.9 CO ERIE 2.7 WSW +US1COBO0472 40.0240 -105.2760 1653.5 CO BOULDER 1.3 W +US1COBO0476 40.0067 -105.2021 1623.7 CO BOULDER 2.9 ESE +US1COBO0477 40.0601 -105.2437 1630.1 CO BOULDER 2.3 N +US1COBO0479 40.1086 -105.1464 1537.7 CO NIWOT 1.0 NNE +US1COBO0481 39.9760 -105.2371 1669.1 CO BOULDER 3.6 SSE +US1COBO0482 40.0363 -105.3357 1985.8 CO BOULDER 4.5 W +US1COBO0484 40.0347 -105.2736 1644.7 CO BOULDER 1.3 WNW +US1COBO0485 39.9986 -105.2722 1686.2 CO BOULDER 2.3 SSW +US1COBO0488 40.0422 -105.2556 1633.7 CO BOULDER 1.1 NNW +US1COBO0489 40.0225 -105.2899 1668.5 CO BOULDER 2.1 W +US1COBO0490 40.0359 -105.2766 1650.2 CO BOULDER 1.5 WNW +US1COBO0491 40.0296 -105.2852 1654.1 CO BOULDER 1.8 W +US1COBO0492 40.0014 -105.1187 1634.6 CO LAFAYETTE 1.2 WNW +US1COBO0494 40.0011 -105.2834 1720.0 CO BOULDER 2.5 SW +US1COBO0495 40.1799 -105.0894 1530.1 CO LONGMONT 1.3 ENE +US1COBO0496 40.0472 -105.2580 1637.4 CO BOULDER 1.5 NNW +US1COBO0497 39.9807 -105.2418 1647.1 CO BOULDER 3.2 S +US1COBO0504 40.0030 -105.1193 1624.0 CO LAFAYETTE 1.3 WNW +US1COBO0507 40.1405 -105.1581 1542.9 CO LONGMONT 3.3 SW +US1COBO0513 40.0013 -105.1360 1635.9 CO LAFAYETTE 2.1 WNW +US1COBO0514 40.0027 -105.2839 1668.8 CO BOULDER 2.4 SW +US1COBO0518 40.0322 -105.0874 1568.5 CO ERIE 2.2 W +US1COBR0003 39.9244 -105.0393 1610.0 CO BROOMFIELD 2.5 E +US1COBR0010 39.9396 -105.0261 1610.0 CO BROOMFIELD 3.4 ENE +US1COBR0013 39.9390 -105.0826 1653.2 CO BROOMFIELD 1.1 NE +US1COBR0021 39.9307 -105.1083 1642.0 CO SUPERIOR 2.5 E +US1COBR0023 39.9513 -105.0329 1607.5 CO BROOMFIELD 1.6 ENE +US1COBR0024 39.9271 -105.0743 1647.7 CO BROOMFIELD 1.3 SSW +US1COBR0025 39.9338 -105.0916 1658.4 CO BROOMFIELD 1.7 WSW +US1COBR0028 39.9985 -105.0460 1573.7 CO BROOMFIELD 3.9 NNE +US1COBR0031 39.9221 -105.0319 1597.5 CO BROOMFIELD 2.2 SE +US1COBR0032 39.9881 -105.0453 1594.4 CO BROOMFIELD 3.2 NNE +US1COBR0036 39.9317 -105.0809 1652.0 CO BROOMFIELD 1.3 SW +US1COBR0039 39.9264 -105.0379 1608.7 CO BROOMFIELD 1.8 SE +US1COBR0040 39.9322 -105.0682 1640.1 CO BROOMFIELD 0.9 SSW +US1COCC0001 39.6100 -105.4400 2468.0 CO EVERGREEN 6.5 WSW +US1COCC0002 39.6391 -105.4128 2374.1 CO EVERGREEN 5 W +US1COCC0005 39.7612 -105.6806 2646.9 CO EMPIRE .2 E +US1COCC0007 39.6782 -105.4735 2987.0 CO IDAHO SPRINGS 4.7 SSE +US1COCC0010 39.6979 -105.4039 2493.0 CO EVERGREEN 6.4 NW +US1COCC0011 39.7061 -105.4386 2630.1 CO EVERGREEN 8.1 NW +US1COCC0014 39.7297 -105.5406 2377.4 CO IDAHO SPRINGS 1.7 WSW +US1COCC0015 39.7596 -105.5032 2685.0 CO IDAHO SPRINGS 1.4 NNE +US1COCC0018 39.6397 -105.4068 2340.3 CO EVERGREEN 3.5 W +US1COCC0019 39.7948 -105.5730 2819.1 CO IDAHO SPRINGS 4.9 NW +US1COCC0020 39.6769 -105.4174 2855.1 CO EVERGREEN 5.0 NW +US1COCC0022 39.6474 -105.4045 2417.7 CO EVERGREEN 3.4 WNW +US1COCC0024 39.6525 -105.4724 2558.5 CO EVERGREEN 7.0 W +US1COCC0027 39.6871 -105.4066 2502.1 CO EVERGREEN 5.0 NW +US1COCF0001 39.0011 -106.2301 2677.1 CO BUENA VISTA 12 NNW +US1COCF0003 38.5373 -106.0121 2183.9 CO SALIDA .74 WNW +US1COCF0005 38.9606 -106.2029 2582.9 CO BUENA VISTA 8.9 NNW +US1COCF0006 38.8543 -106.1556 2450.9 CO BUENA VISTA 1.5 WNW +US1COCF0008 38.6056 -106.0667 2225.0 CO SALIDA. 6.1 NW +US1COCF0010 38.6710 -106.1275 2574.0 CO NATHROP 4.8 SSW +US1COCF0011 38.7621 -106.1738 2659.1 CO BUENA VISTA 5.9 SSW +US1COCF0013 38.8113 -106.2192 2603.9 CO BUENA VISTA 5.1 WSW +US1COCF0014 38.5385 -106.0018 2168.0 CO SALIDA 0.3 NNW +US1COCF0015 38.6198 -106.1286 2489.9 CO SALIDA 9.1 NW +US1COCF0016 38.8959 -106.2057 2660.0 CO BUENA VISTA 5.4 NW +US1COCF0017 38.5390 -106.0238 2197.9 CO SALIDA 1.3 WNW +US1COCF0018 38.8453 -106.1800 2518.0 CO BUENA VISTA 2.6 W +US1COCF0019 38.7301 -106.1328 2479.9 CO NATHROP 3.3 WSW +US1COCF0020 38.5432 -106.1924 2567.9 CO MAYSVILLE 2.2 NE +US1COCF0022 38.6597 -106.1093 2423.5 CO NATHROP 5.1 SSW +US1COCF0025 38.8579 -106.2085 2685.0 CO BUENA VISTA 4.0 WNW +US1COCF0026 38.5281 -106.0051 2172.0 CO SALIDA 0.4 SW +US1COCF0031 38.8726 -106.1798 2546.3 CO BUENA VISTA 3.4 NW +US1COCF0032 39.0231 -106.2449 2704.8 CO GRANITE 2.3 SE +US1COCF0033 38.5586 -106.0322 2186.3 CO SALIDA 2.5 NW +US1COCF0034 38.8115 -106.2662 2816.0 CO BUENA VISTA 6.9 WSW +US1COCF0035 38.8362 -106.1561 2463.1 CO BUENA VISTA 0.8 WNW +US1COCF0038 38.9090 -106.1750 2502.7 CO BUENA VISTA 5.6 NNW +US1COCF0041 38.6264 -106.1198 2500.3 CO SALIDA 9.2 NW +US1COCF0042 38.6815 -106.1178 2506.7 CO NATHROP 3.9 SSW +US1COCF0043 38.7079 -106.1068 2430.8 CO NATHROP 2.1 SW +US1COCF0048 38.5393 -106.0031 0.0 CO SALIDA 0.5 NNW +US1COCF0050 38.5279 -105.9849 2147.3 CO SALIDA 0.9 ESE +US1COCF0052 38.8462 -106.1290 2432.0 CO BUENA VISTA 1.1 NE +US1COCF0053 38.8373 -106.1506 2453.0 CO BUENA VISTA 0.6 WNW +US1COCF0054 38.7160 -106.1105 2425.0 CO NATHROP 1.9 WSW +US1COCF0055 38.5089 -106.0147 2311.6 CO SALIDA 1.8 SSW +US1COCF0056 38.8911 -106.1982 2607.9 CO BUENA VISTA 5.1 NW +US1COCF0057 38.5347 -106.0080 2179.6 CO SALIDA 0.5 WNW +US1COCF0061 38.7956 -106.1325 2440.8 CO BUENA VISTA 2.6 S +US1COCF0064 38.8211 -106.1085 2401.5 CO BUENA VISTA 1.9 ESE +US1COCH0001 38.9431 -102.2786 1282.9 CO CHEYENNE WELLS 10 N +US1COCH0002 38.7643 -102.7956 1311.9 CO KIT CARSON 0.1 SW +US1COCH0006 38.8225 -102.3521 1311.9 CO CHEYENNE WELLS 0.25 NW +US1COCH0007 38.8533 -102.1761 1225.9 CO ARAPAHOE +US1COCH0008 39.0417 -102.1669 1261.0 CO ARAPAHOE 14N +US1COCH0009 38.7645 -102.7863 1307.9 CO KIT CARSON +US1COCH0010 38.8885 -102.7229 1325.9 CO KIT CARSON 9NNE +US1COCH0011 38.8116 -102.3612 1296.9 CO CHEYENNE WELLS +US1COCH0018 38.6514 -102.9887 1349.0 CO WILD HORSE 12.1 S +US1COCH0019 38.8219 -102.3574 1313.1 CO CHEYENNE WELLS .23 W +US1COCH0021 38.7103 -102.2083 1263.4 CO CHEYENNE WELLS 10.8 SE +US1COCH0022 38.8116 -102.1334 1208.8 CO CHEYENNE WELLS 12 E +US1COCH0024 38.7263 -102.7581 1297.8 CO KIT CARSON 3.2 SE +US1COCH0027 38.8250 -103.0054 1364.0 CO WILD HORSE 0.5 NW +US1COCH0028 38.8419 -102.3493 1296.0 CO CHEYENNE WELLS 1.6 N +US1COCH0031 38.8218 -102.3636 1303.9 CO CHEYENNE WELLS 0.7 WNW +US1COCH0033 38.6542 -102.6579 1255.8 CO KIT CARSON 10.6 SE +US1COCH0034 38.9594 -102.1005 1227.4 CO ARAPAHOE 8.4 NNE +US1COCH0036 38.8192 -102.3472 1304.8 CO CHEYENNE WELLS 0.2 E +US1COCH0037 39.0170 -102.2774 1291.7 CO CHEYENNE WELLS 14.2 NNE +US1COCH0038 38.8018 -102.2216 1243.3 CO ARAPAHOE 4.3 SW +US1COCH0040 38.8143 -102.3438 1299.1 CO CHEYENNE WELLS 0.5 SE +US1COCN0004 37.1817 -106.0004 2358.5 CO LA JARA 6.8 SSW +US1COCN0006 37.2946 -106.0699 2359.8 CO CAPULIN 2.9 ENE +US1COCN0008 37.3274 -106.0196 2330.2 CO LA JARA 4.9 NW +US1COCR0002 38.1327 -103.8616 1307.9 CO MANZANOLA 1.6 N +US1COCR0004 38.3349 -103.9829 1477.1 CO OLNEY SPRINGS 12 N +US1COCR0005 38.4384 -104.0564 1542.0 CO BOONE 16.9 NE +US1COCR0008 38.1935 -103.8540 1326.5 CO CROWLEY 0.2 E +US1COCR0011 38.1902 -104.0230 1414.0 CO OLNEY SPRINGS 4.6 WNW +US1COCR0012 38.2207 -103.7330 1315.8 CO ORDWAY 1.3 E +US1COCR0015 38.1999 -103.6554 1303.6 CO SUGAR CITY 2.3 S +US1COCR0017 38.1919 -103.8604 1328.3 CO CROWLEY 0.2 SW +US1COCS0005 36.9998 -105.6181 2314.0 CO JAROSO 0.4 ESE +US1COCS0007 37.4057 -105.3427 2575.9 CO FORT GARLAND 5.2 ESE +US1COCS0008 37.4146 -105.3859 2486.9 CO FORT GARLAND 2.6 ESE +US1COCS0009 37.4516 -105.4202 2471.0 CO FORT GARLAND 1.6 NNE +US1COCS0010 37.3155 -105.7243 2286.9 CO BLANCA 14.3 SW +US1COCS0011 37.3900 -105.3361 2546.9 CO FORT GARLAND 5.8 ESE +US1COCS0012 37.0850 -105.4963 2477.1 CO SAN LUIS 8.8 SW +US1COCS0013 37.3637 -105.3432 2601.8 CO FORT GARLAND 6.6 SE +US1COCS0014 37.4240 -105.4322 2416.5 CO FORT GARLAND +US1COCS0019 37.4353 -105.5123 2366.5 CO BLANCA 0.3 S +US1COCS0020 37.4159 -105.1587 2956.9 CO LA VETA PASS 12.1 S +US1COCS0022 37.3904 -105.3634 0.0 CO FORT GARLAND 4.6 SE +US1COCS0023 37.3786 -105.4290 0.0 CO FORT GARLAND 3.5 S +US1COCS0024 37.3956 -105.4369 2397.3 CO FORT GARLAND 2.4 S +US1COCS0025 37.4394 -105.4314 0.0 CO FORT GARLAND 0.7 N +US1COCS0026 37.4351 -105.4627 0.0 CO FORT GARLAND 1.8 W +US1COCS0027 37.4388 -105.4800 0.0 CO FORT GARLAND 2.8 WNW +US1COCS0030 37.4810 -105.2040 2852.9 CO FORT GARLAND 12.9 ENE +US1COCS0031 37.4492 -105.1892 2908.1 CO FORT GARLAND 13.3 E +US1COCS0032 37.5053 -105.2140 2741.4 CO FORT GARLAND 12.9 ENE +US1COCU0001 38.2295 -105.2766 2550.9 CO WESTCLIFFE 11.8 NE +US1COCU0002 38.0374 -105.3120 2688.0 CO WESTCLIFFE 10.7 SE +US1COCU0003 38.1322 -105.4421 2450.0 CO SILVER CLIFF .31 SE +US1COCU0004 38.1529 -105.3427 2734.1 CO WESTCLIFFE 6.8 E +US1COCU0005 37.9990 -105.3560 2546.0 CO WESTCLIFFE 11 SSE +US1COCU0006 38.1402 -105.5776 2624.6 CO WESTCLIFFE 6.1 W +US1COCU0007 38.2144 -105.0883 1962.0 CO WETMORE 1.6 S +US1COCU0009 38.2203 -105.2778 2562.1 CO WESTCLIFFE 12 ENE +US1COCU0013 38.2355 -105.5285 2495.1 CO WESTCLIFFE 7.9 NNW +US1COCU0016 38.2430 -105.5554 2380.8 CO WESTCLIFFE 9.0 NNW +US1COCU0017 38.1009 -105.5115 2442.1 CO WESTCLIFFE 3.4 SW +US1COCU0018 38.0321 -105.3062 2738.6 CO WESTCLIFFE 11.1 SE +US1COCU0019 38.1009 -105.4377 2460.0 CO WESTCLIFFE 2.7 SE +US1COCU0021 38.1086 -105.3166 2809.3 CO WESTCLIFFE 8.2 ESE +US1COCU0025 38.1963 -105.5980 2555.4 CO WESTCLIFFE 8.4 WNW +US1COCU0026 38.1766 -105.3141 2647.2 CO WESTCLIFFE 8.7 ENE +US1COCU0027 38.0722 -105.3671 2581.4 CO WESTCLIFFE 6.8 SE +US1COCU0028 38.1195 -105.5777 2647.2 CO WESTCLIFFE 6.2 W +US1COCU0032 38.2162 -105.5519 2371.3 CO WESTCLIFFE 7.4 NW +US1COCU0036 38.1405 -105.4596 2418.6 CO WESTCLIFFE 0.6 NNE +US1CODG0001 39.5614 -104.8931 1763.9 CO DENVER 13.1 SSE +US1CODG0003 39.4794 -105.0055 1720.0 CO LOUVIERS .3 NNE +US1CODG0004 39.4044 -104.7431 1905.9 CO FRANKTOWN 1 NE +US1CODG0005 39.5421 -104.9845 1742.8 CO DENVER 13.6 S +US1CODG0006 39.4614 -104.6814 1984.9 CO PARKER 5.5 SE +US1CODG0009 39.3433 -104.8593 1965.0 CO CASTLE ROCK 2 S +US1CODG0012 39.5164 -105.0031 1780.9 CO CHATFIELD DAM 4.2 SE +US1CODG0015 39.3759 -104.8569 1919.9 CO CASTLE ROCK 0.2 N +US1CODG0017 39.2658 -104.7211 2058.9 CO FRANKTOWN 8.4 S +US1CODG0018 39.4624 -104.7430 1887.0 CO PARKER 3.7 SSE +US1CODG0019 39.5006 -104.7525 1831.8 CO PARKER 1.3 SSE +US1CODG0021 39.5201 -104.7851 1788.0 CO PARKER 1.3 WNW +US1CODG0022 39.2052 -104.9436 2067.2 CO LARKSPUR 3.0 SW +US1CODG0025 39.4617 -104.8911 1980.0 CO CASTLE PINES 2.2 NNE +US1CODG0029 39.3239 -104.9496 1962.9 CO CASTLE ROCK 6.5 SW +US1CODG0030 39.4254 -104.7043 1951.0 CO FRANKTOWN 3.5 NE +US1CODG0031 39.4400 -104.9216 1854.1 CO SEDALIA 2.2 E +US1CODG0032 39.5531 -104.8954 1790.1 CO LITTLETON 7.7 ESE +US1CODG0033 39.5280 -104.9532 1820.9 CO HIGHLANDS RANCH 2.0 SSE +US1CODG0035 39.4093 -104.9120 1864.2 CO CASTLE ROCK 3.9 NW +US1CODG0037 39.4203 -104.8675 1907.1 CO CASTLE ROCK 3.4 N +US1CODG0038 39.3607 -104.7934 2017.2 CO CASTLE ROCK 3.4 ESE +US1CODG0040 39.5226 -104.8022 1802.9 CO PARKER 2.2 W +US1CODG0041 39.4370 -104.7533 1869.0 CO FRANKTOWN 3.2 N +US1CODG0042 39.5350 -104.7298 1872.1 CO PARKER 2.5 NE +US1CODG0056 39.5597 -104.6976 1881.8 CO PARKER 4.4 NE +US1CODG0059 39.5047 -104.7523 1825.1 CO PARKER 1.0 SSE +US1CODG0061 39.2394 -104.9110 2112.9 CO LARKSPUR 1.4 WNW +US1CODG0062 39.3475 -104.8649 1933.0 CO CASTLE ROCK 1.7 SSW +US1CODG0065 39.4690 -104.8917 1958.9 CO CASTLE ROCK 6.9 NNW +US1CODG0067 39.4828 -104.9117 1964.1 CO BEVERLY HILLS 2.0 WNW +US1CODG0069 39.5498 -104.9637 1767.8 CO HIGHLANDS RANCH 1.0 NNE +US1CODG0071 39.2406 -104.9609 1965.0 CO LARKSPUR 4.0 WNW +US1CODG0073 39.3708 -104.8510 1929.1 CO CASTLE ROCK 0.2 ESE +US1CODG0074 39.5404 -104.9123 1805.9 CO HIGHLANDS RANCH 3.2 ESE +US1CODG0076 39.1732 -104.8224 2204.9 CO LARKSPUR 5.1 SE +US1CODG0079 39.5025 -104.6967 1896.5 CO PARKER 3.6 ESE +US1CODG0080 39.4711 -104.9040 1962.9 CO CASTLE ROCK 7.3 NNW +US1CODG0082 39.5196 -104.7301 1852.0 CO PARKER 1.6 E +US1CODG0083 39.2664 -104.9912 2032.1 CO LARKSPUR 6.1 WNW +US1CODG0085 39.3965 -104.8067 1980.9 CO CASTLE ROCK 4 NE +US1CODG0086 39.5505 -104.7285 1901.0 CO PARKER +US1CODG0088 39.3311 -104.9471 1954.1 CO SEDALIA 7.2 S +US1CODG0089 39.5369 -104.9919 1766.0 CO HIGHLANDS RANCH 1.1 W +US1CODG0090 39.3745 -104.8145 2008.0 CO CASTLE ROCK 2.2 E +US1CODG0091 39.4850 -104.9089 1947.1 CO CASTLE ROCK 8.2 NNW +US1CODG0092 39.5312 -104.7875 1780.0 CO PARKER 2.0 NW +US1CODG0094 39.3476 -105.0082 1930.0 CO SEDALIA 6.5 SSW +US1CODG0098 39.2108 -104.8997 2111.0 CO LARKSPUR 1.4 SW +US1CODG0099 39.5175 -104.7821 1788.9 CO PARKER 1.1 W +US1CODG0102 39.4673 -104.8893 1970.8 CO CASTLE ROCK 6.8 NNW +US1CODG0105 39.4481 -104.7341 1902.9 CO PARKER 4.5 SSE +US1CODG0109 39.3451 -104.8661 1937.0 CO CASTLE ROCK 2.5 SSW +US1CODG0112 39.5461 -104.8028 1777.0 CO PARKER 3.3 NW +US1CODG0113 39.5559 -104.8982 1780.9 CO LONE TREE 1.5 NNW +US1CODG0117 39.4823 -105.0845 1712.1 CO KASSLER 0.3 WNW +US1CODG0119 39.5267 -104.9486 1813.0 CO HIGHLANDS RANCH 2.2 SSE +US1CODG0121 39.5186 -104.9492 1851.1 CO HIGHLANDS RANCH 2.7 SSE +US1CODG0126 39.3834 -104.8533 1919.0 CO CASTLE ROCK 0.3 NNW +US1CODG0127 39.4884 -104.7640 1800.1 CO PARKER 1.5 S +US1CODG0130 39.4634 -105.0889 1822.1 CO ROXBOROUGH PARK 1.7 NNW +US1CODG0132 39.4386 -104.7321 1902.0 CO PARKER 5.2 SSE +US1CODG0133 39.5137 -104.9085 1865.7 CO LONE TREE 2.0 SW +US1CODG0136 39.3873 -104.9166 1912.0 CO CASTLE ROCK 3.5 W +US1CODG0140 39.5469 -104.9739 1758.7 CO HIGHLANDS RANCH 0.6 SSW +US1CODG0145 39.3911 -104.9038 1913.8 CO CASTLE ROCK 2.9 WNW +US1CODG0146 39.5194 -104.8013 1805.6 CO PARKER 2.1 WNW +US1CODG0148 39.3311 -104.6708 2068.7 CO FRANKTOWN 5.4 SE +US1CODG0149 39.4506 -104.7038 1963.5 CO PARKER 5.2 SE +US1CODG0152 39.5256 -105.0060 1744.7 CO HIGHLANDS RANCH 2.8 SW +US1CODG0153 39.5368 -105.0042 1732.8 CO HIGHLANDS RANCH 2.2 WSW +US1CODG0156 39.4349 -104.7649 1836.4 CO PARKER 5.2 S +US1CODG0157 39.4615 -104.8919 1988.2 CO CASTLE ROCK 6.5 NNW +US1CODG0158 39.4984 -104.7988 1836.4 CO PARKER 2.0 WSW +US1CODG0159 39.4709 -105.0710 1748.6 CO ROXBOROUGH PARK 2.0 N +US1CODG0160 39.5200 -104.7872 1789.8 CO PARKER 1.4 WNW +US1CODG0162 39.3872 -104.7127 1983.3 CO FRANKTOWN 2.1 ENE +US1CODG0164 39.4258 -104.8931 1855.9 CO CASTLE ROCK 3.9 NW +US1CODG0165 39.5616 -104.9503 1763.9 CO HIGHLANDS RANCH 1.1 ENE +US1CODG0166 39.4014 -104.8499 1920.5 CO CASTLE ROCK 1.6 N +US1CODG0167 39.3315 -104.9611 1919.0 CO SEDALIA 6.8 S +US1CODG0171 39.4441 -104.8723 1948.6 CO CASTLE ROCK 4.6 NNW +US1CODG0174 39.4429 -104.8740 1954.7 CO CASTLE ROCK 4.6 NNW +US1CODG0175 39.5589 -104.9232 1754.7 CO HIGHLANDS RANCH 2.5 E +US1CODG0176 39.5462 -104.9655 1760.5 CO HIGHLANDS RANCH 0.6 SSE +US1CODG0178 39.5219 -104.9918 1779.4 CO HIGHLANDS RANCH 2.5 SSW +US1CODG0180 39.4982 -104.8909 1906.8 CO CASTLE ROCK 8.9 NNW +US1CODG0181 39.5555 -104.9483 0.0 CO HIGHLANDS RANCH 1.1 E +US1CODG0183 39.5200 -104.9446 1839.8 CO HIGHLANDS RANCH 2.7 SSE +US1CODG0185 39.2850 -104.9470 1986.7 CO SEDALIA 10.5 S +US1CODG0192 39.4971 -104.8796 1896.5 CO SURREY RIDGE 0.2 SSW +US1CODG0193 39.3598 -104.8448 1918.1 CO CASTLE ROCK 1.4 SSE +US1CODG0196 39.5040 -104.7253 1887.9 CO PARKER 2.1 E +US1CODG0204 39.1405 -104.9061 2206.4 CO PALMER LAKE 1.6 N +US1CODG0205 39.3726 -104.9202 1937.6 CO CASTLE ROCK 3.7 W +US1CODG0206 39.5203 -104.8988 1849.8 CO LONE TREE 1.4 SSW +US1CODG0207 39.5521 -104.9567 1762.7 CO HIGHLANDS RANCH 0.7 ESE +US1CODG0211 39.2322 -104.9044 2123.5 CO LARKSPUR 3.5 N +US1CODG0217 39.5370 -104.9200 0.0 CO HIGHLANDS RANCH 2.9 ESE +US1CODG0218 39.4504 -104.7122 1938.5 CO THE PINERY 1.2 ESE +US1CODG0221 39.4186 -104.8656 1902.3 CO CASTLE ROCK 2.8 NNW +US1CODG0222 39.5339 -104.9564 1816.0 CO HIGHLANDS RANCH 1.5 SSE +US1CODG0223 39.4435 -105.0821 1882.4 CO ROXBOROUGH PARK 0.4 WNW +US1CODG0226 39.4573 -104.7427 1888.5 CO THE PINERY 0.5 WNW +US1CODG0227 39.4728 -104.8926 1950.7 CO CASTLE PINES 3.0 N +US1CODG0228 39.3818 -104.9487 1829.1 CO SEDALIA 3.5 SSE +US1CODG0229 39.3224 -104.9149 2018.1 CO CASTLE ROCK 5.2 SW +US1CODG0231 39.1949 -104.9333 2193.0 CO LARKSPUR 2.2 WNW +US1CODG0234 39.3609 -104.8073 2017.2 CO CASTLE ROCK 2.7 ESE +US1CODG0235 39.5371 -104.7908 1772.7 CO PARKER 2.4 NW +US1CODG0238 39.4618 -104.8921 1991.3 CO CASTLE PINES 2.2 N +US1CODG0243 39.3432 -104.8929 1999.5 CO CASTLE ROCK 3.3 SW +US1CODG0245 39.3859 -104.8529 1915.1 CO CASTLE ROCK 0.5 NNW +US1CODG0248 39.2406 -104.9269 2075.4 CO LARKSPUR 4.4 NNW +US1CODG0250 39.5306 -105.0165 1734.6 CO HIGHLANDS RANCH 3.0 WSW +US1CODG0251 39.2495 -104.9675 1991.0 CO LARKSPUR 6.1 NW +US1CODG0253 39.4606 -104.8930 1994.0 CO CASTLE PINES 2.1 N +US1CODG0255 39.1490 -104.7713 2175.4 CO LARKSPUR 7.1 ESE +US1CODG0267 39.5236 -104.9175 1824.2 CO LONE TREE 2.0 WSW +US1CODG0271 39.5518 -104.6933 1868.7 CO PARKER 4.8 NE +US1CODG0278 39.2645 -104.9531 1935.5 CO LARKSPUR 6.5 NNW +US1CODG0281 39.5063 -104.7211 1885.5 CO PARKER 2.3 E +US1CODG0282 39.5245 -104.8071 1797.7 CO PARKER 2.5 WNW +US1CODG0286 39.4787 -104.6907 1951.0 CO THE PINERY 2.8 NE +US1CODG0291 39.5074 -104.7289 1875.7 CO PARKER 1.9 E +US1CODG0292 39.5232 -104.8265 1825.4 CO PARKER 3.5 WNW +US1CODG0293 39.3696 -104.6839 2047.3 CO FRANKTOWN 3.6 ESE +US1CODG0294 39.4533 -104.7391 1898.9 CO THE PINERY +US1CODG0295 39.5564 -104.7916 1749.9 CO PARKER 3.6 NNW +US1CODG0298 39.4657 -104.8879 1979.7 CO CASTLE PINES 2.6 NNE +US1CODG0300 39.4990 -104.7134 1893.7 CO PARKER 2.8 ESE +US1CODL0001 38.8232 -107.7060 1759.9 CO HOTCHKISS 1.8 NNE +US1CODL0002 38.7527 -108.0281 1538.0 CO DELTA 2.3 ENE +US1CODL0008 38.8511 -107.8753 1897.1 CO HOTCHKISS 9.0 WNW +US1CODL0009 38.8661 -107.5821 1756.9 CO PAONIA .55 ESE +US1CODL0010 38.8708 -107.9418 1798.0 CO ECKERT 2.2 NNE +US1CODL0011 38.6853 -108.0743 1592.0 CO DELTA 3.9 S +US1CODL0012 38.9433 -107.9831 2030.9 CO CEDAREDGE 4.3 NW +US1CODL0013 38.8809 -107.8561 1929.1 CO CEDAREDGE 4.0 ESE +US1CODL0015 38.7298 -107.9702 1577.0 CO DELTA 5.7 E +US1CODL0016 38.8128 -107.8031 1748.0 CO HOTCHKISS 4.7 W +US1CODL0017 38.8702 -107.5978 1730.0 CO PAONIA 0.4 W +US1CODL0021 38.8938 -107.9680 1811.1 CO CEDAREDGE 2.3 W +US1CODL0022 38.8394 -107.7985 1923.6 CO HOTCHKISS 5.1 WNW +US1CODL0023 38.8319 -107.9670 1671.8 CO ECKERT 1.1 SW +US1CODL0025 38.8421 -107.5748 1859.3 CO PAONIA 2.1 SSE +US1CODL0026 38.8578 -107.8283 2011.7 CO HOTCHKISS 7.1 WNW +US1CODL0028 38.7572 -107.9714 1554.2 CO DELTA 5.6 E +US1CODL0030 38.8856 -107.6013 1817.2 CO PAONIA 1.3 NNW +US1CODL0031 38.8456 -107.9765 1689.5 CO ECKERT 1.4 W +US1CODL0032 38.8085 -107.6610 1712.1 CO PAONIA 5.7 SW +US1CODL0033 38.8408 -107.6103 1752.6 CO PAONIA 2.3 SSW +US1CODL0036 38.6793 -107.6369 2055.6 CO CRAWFORD 2.3 SW +US1CODL0040 38.9075 -107.9118 1937.0 CO CEDAREDGE 1.0 NE +US1CODL0042 38.7402 -108.0451 1547.8 CO DELTA 1.6 ESE +US1CODL0043 38.8617 -107.6546 1809.6 CO HOTCHKISS 5.4 NE +US1CODL0044 39.0431 -107.9660 3124.5 CO CEDAREDGE 10.2 NNW +US1CODL0045 39.0392 -108.0030 3169.6 CO CEDAREDGE 10.5 NNW +US1CODL0047 38.8496 -107.5660 1864.8 CO PAONIA 1.9 SE +US1CODL0048 38.6745 -107.6624 2104.0 CO CRAWFORD 3.6 SW +US1CODL0049 38.8144 -107.8079 1734.0 CO HOTCHKISS 4.9 W +US1CODL0051 38.7837 -107.7823 1671.5 CO HOTCHKISS 3.7 WSW +US1CODL0052 38.8592 -107.6553 1788.6 CO HOTCHKISS 5.2 NE +US1CODL0054 38.9010 -107.9020 2039.1 CO CEDAREDGE 1.3 E +US1CODL0058 38.8752 -107.8220 2090.3 CO HOTCHKISS 7.6 NW +US1CODN0004 39.7202 -104.9368 1656.9 CO DENVER 2.8 ESE +US1CODN0005 39.7707 -105.0297 1645.9 CO DENVER 3.0 NW +US1CODN0006 39.7685 -104.8681 1612.1 CO DENVER WSFO AP +US1CODN0008 39.7139 -104.9321 1662.1 CO DENVER 3.2 SE +US1CODN0010 39.7519 -105.0139 1588.0 CO DENVER 1.5 NW +US1CODN0015 39.6668 -105.0191 1648.1 CO DENVER 5.4 SSW +US1CODN0016 39.6656 -104.9657 1645.9 CO DENVER 5.2 S +US1CODN0020 39.6301 -105.0414 1658.1 CO DENVER 8 SSW +US1CODN0021 39.6902 -104.9625 1633.1 CO DENVER 3.5 SSE +US1CODN0022 39.7068 -104.9487 1627.9 CO DENVER 3 SE +US1CODN0023 39.7761 -105.0517 1642.9 CO DENVER 4.4 NW +US1CODN0024 39.7401 -104.9874 1610.0 CO DENVER 1.8 E +US1CODN0025 39.7264 -104.9489 1645.9 CO DENVER 2.1 ESE +US1CODN0026 39.7058 -104.9046 1659.0 CO DENVER 4.7 ESE +US1CODN0028 39.7079 -104.9642 1631.9 CO DENVER 2.4 SSE +US1CODN0030 39.6318 -105.0463 1680.1 CO DENVER 8 SSW +US1CODN0031 39.7565 -105.0301 1634.9 CO MOUNTAIN VIEW 1.9 SE +US1CODN0032 39.7759 -105.0519 1642.9 CO DENVER 4.3 NW +US1CODN0033 39.6915 -104.9166 1648.1 CO DENVER 4.8 SE +US1CODN0035 39.7280 -104.9203 1633.1 CO DENVER 3.7 ESE +US1CODN0036 39.6846 -104.9317 1663.0 CO DENVER 4.7 SE +US1CODN0038 39.7826 -104.9073 1595.9 CO DENVER 4.9 NE +US1CODN0041 39.7779 -105.0162 1622.1 CO DENVER 3 NW +US1CODN0043 39.6572 -104.8750 1676.1 CO CHERRY CREEK 1.9 WNW +US1CODN0044 39.7790 -105.0524 1640.1 CO DENVER 4.5 NW +US1CODN0046 39.7739 -105.0499 1645.9 CO WHEATRIDGE 1.6 ENE +US1CODN0048 39.7758 -105.0276 1649.0 CO DENVER 3.4 NW +US1CODN0049 39.7200 -104.9175 1643.2 CO DENVER 3.2 SSE +US1CODN0050 39.7261 -104.9687 1626.1 CO DENVER 3.1 SW +US1CODN0051 39.7284 -104.9431 1631.9 CO DENVER 2.4 S +US1CODN0052 39.7663 -104.9710 1591.1 CO DENVER 1.9 W +US1CODN0053 39.7236 -104.9812 1610.0 CO DENVER 3.7 SW +US1CODN0056 39.6576 -104.8858 1687.1 CO CHERRY CREEK DAM 1.7 WNW +US1CODN0064 39.7059 -105.0153 1620.9 CO DENVER 5.8 SW +US1CODN0066 39.7546 -104.9017 1624.9 CO DENVER 1.88 ESE +US1CODN0067 39.6412 -104.9090 1706.9 CO DENVER 8.5 S +US1CODN0068 39.7335 -104.9383 1623.1 CO DENVER 2.0 S +US1CODN0072 39.6845 -104.9783 1624.9 CO DENVER 5.9 SSW +US1CODN0073 39.8665 -104.6508 1636.2 CO DIA 1.0 NE +US1CODN0074 39.7603 -105.0499 1662.1 CO DENVER 6.0 W +US1CODN0076 39.6676 -104.9664 1641.0 CO DENVER 6.7 SSW +US1CODN0077 39.7169 -104.9223 1652.9 CO DENVER 3.2 SSE +US1CODN0078 39.6606 -104.8971 1699.0 CO DENVER 7.3 SSE +US1CODN0079 39.7588 -105.0417 1653.8 CO DENVER 5.6 W +US1CODN0081 39.7607 -105.0383 1655.1 CO DENVER 5.4 W +US1CODN0082 39.6863 -104.9151 1651.1 CO DENVER 5.4 SSE +US1CODN0088 39.6870 -104.9210 1658.1 CO DENVER 5.3 S +US1CODN0089 39.7504 -105.0015 1595.9 CO DENVER 3.6 WSW +US1CODN0093 39.6689 -104.9536 1645.0 CO DENVER 6.5 S +US1CODN0095 39.7108 -104.8932 1652.9 CO DENVER 4.2 SSE +US1CODN0098 39.7650 -105.0097 1610.9 CO DENVER 3.9 W +US1CODN0099 39.7365 -104.9071 1644.1 CO DENVER 2.3 SE +US1CODN0103 39.6826 -105.0273 1645.9 CO DENVER 4.7 SW +US1CODN0106 39.7370 -105.0403 1627.9 CO EDGEWATER 1.5 SE +US1CODN0108 39.6792 -104.9760 1627.9 CO ENGLEWOOD 2.4 NNE +US1CODN0109 39.6679 -104.9440 1649.9 CO CHERRY HILLS VILLAGE 2.1 N +US1CODN0110 39.7243 -104.8947 1641.0 CO DENVER 3.6 E +US1CODN0112 39.7310 -104.9635 1645.0 CO DENVER 0.2 NNW (BOTANIC GARDEN +US1CODN0115 39.6827 -104.9538 1636.2 CO DENVER 3.2 S +US1CODN0116 39.6999 -104.9512 1645.9 CO DENVER 2.0 SSE +US1CODN0117 39.7367 -104.9069 1637.1 CO DENVER 3.0 ENE +US1CODN0120 39.6596 -104.8760 1669.4 CO CHERRY CREEK RESERVOIR 1.9 N +US1CODN0122 39.6870 -104.9235 1658.7 CO DENVER 3.5 SE +US1CODN0123 39.6308 -105.0284 1628.5 CO ENGLEWOOD 2.2 WSW +US1CODN0127 39.7912 -104.9481 1578.3 CO DENVER 4.4 N +US1CODN0128 39.6720 -104.8750 1679.1 CO CHERRY CREEK RESERVOIR 2.8 N +US1CODN0136 39.6985 -104.9649 1623.4 CO DENVER 2.0 S +US1CODN0141 39.6762 -105.0361 1659.9 CO DENVER 5.3 SW +US1CODN0143 39.7364 -104.9612 1627.6 CO DENVER 1.3 E +US1CODN0146 39.7770 -104.9844 1572.5 CO DENVER 3.6 NNW +US1CODN0147 39.7637 -105.0116 1610.0 CO DENVER 3.6 NW +US1CODN0159 39.6614 -104.9555 1648.7 CO DENVER 4.6 S +US1CODN0160 39.7319 -104.9247 1629.2 CO DENVER 2.0 E +US1CODN0168 39.7122 -104.9855 1606.9 CO DENVER 1.7 SW +US1CODN0175 39.7282 -104.9544 1637.4 CO DENVER 0.4 E +US1CODN0177 39.7152 -104.9285 1657.8 CO DENVER 2.0 ESE +US1CODN0179 39.7155 -104.9914 1605.1 CO DENVER 1.8 WSW +US1CODN0180 39.7498 -105.0288 1619.4 CO DENVER 3.9 WNW +US1CODN0183 39.7580 -104.8740 1617.0 CO DENVER 5.1 ENE +US1CODN0186 39.7162 -104.9193 1649.6 CO DENVER 2.4 ESE +US1CODN0187 39.7183 -104.9150 1644.7 CO DENVER 2.6 ESE +US1CODN0190 39.7054 -104.9754 1616.7 CO DENVER 1.7 SSW +US1CODN0196 39.7971 -104.7452 1652.9 CO DENVER 13.4 ENE +US1CODN0199 39.7422 -104.9543 1616.0 CO DENVER 1.1 NNE +US1CODN0205 39.6956 -104.9848 1607.2 CO DENVER 2.5 SSW +US1CODN0207 39.6900 -104.9158 0.0 CO DENVER 3.6 SE +US1CODN0212 39.6613 -105.0547 1639.2 CO DENVER 6.5 SW +US1CODN0223 39.6468 -104.9110 1697.1 CO DENVER 6.2 SSE +US1CODN0229 39.7026 -104.9737 1619.7 CO DENVER 1.9 SSW +US1CODN0231 39.6917 -104.9725 1624.6 CO DENVER 2.6 SSW +US1CODN0235 39.7330 -104.9857 1608.1 CO DENVER 1.3 WNW +US1CODN0236 39.7527 -104.8824 1622.1 CO DENVER 4.6 ENE +US1CODN0255 39.7326 -104.9555 1644.4 CO DENVER 0.5 NE +US1CODN0259 39.7606 -105.0316 1639.2 CO DENVER 4.3 WNW +US1CODN0261 39.6847 -104.9832 1612.7 CO DENVER 3.2 SSW +US1CODN0262 39.6795 -104.9660 1630.4 CO DENVER 3.4 S +US1CODN0264 39.7350 -104.9226 1633.4 CO DENVER 2.1 ENE +US1CODN0269 39.8034 -104.8837 1599.9 CO DENVER 6.7 NE +US1CODN0270 39.6955 -104.9660 1627.0 CO DENVER 2.3 S +US1CODN0280 39.7381 -104.9456 1619.4 CO DENVER 1.1 NE +US1CODN0282 39.6667 -105.0452 1675.8 CO DENVER 6.1 SW +US1CODR0001 37.8078 -109.0126 2023.9 CO DOVE CREEK 6.5 WNW +US1CODR0002 37.6839 -108.8234 2033.0 CO DOVE CREEK 7.2 SE +US1CODR0003 37.6009 -108.9951 2012.9 CO DOVE CREEK 12.4 SSW +US1CODR0006 37.6611 -108.7692 2100.1 CO CAHONE 2.1 ENE +US1CODR0014 37.6996 -108.7639 2142.7 CO CAHONE 4.6 NE +US1COEG0001 39.6102 -106.9110 2144.9 CO GYPSUM 3.0 SE +US1COEG0003 39.6501 -106.6199 2181.1 CO EDWARDS 1.3 WNW +US1COEG0006 39.3793 -106.9249 2183.6 CO BASALT 5.8 E +US1COEG0008 39.7332 -106.6806 2201.9 CO WOLCOTT 2.3 N +US1COEG0009 39.6180 -106.4295 2396.0 CO VAIL 4.1 WSW +US1COEG0017 39.6044 -106.7638 2154.0 CO EAGLE 4.9 SE +US1COEG0018 39.6574 -106.8189 2049.5 CO EAGLE 0.4 ENE +US1COEG0019 39.6480 -106.3258 2557.0 CO VAIL 2.6 E +US1COEG0021 39.6450 -106.3953 2490.8 CO VAIL 0.9 WNW +US1COEG0022 39.5758 -106.4134 2426.8 CO MINTURN 0.9 SE +US1COEG0025 39.6415 -106.8196 2028.4 CO EAGLE 1.0 SSE +US1COEG0029 39.6166 -106.9563 1990.6 CO GYPSUM 1.9 SSW +US1COEG0030 39.6441 -106.9385 1946.1 CO GYPSUM 0.5 E +US1COEG0031 39.6427 -106.5179 2317.4 CO AVON 1.1 SE +US1COEG0034 39.5391 -106.7536 2328.4 CO EAGLE 8.9 SSE +US1COEG0037 39.4034 -107.1066 1958.9 CO CARBONDALE 5.7 E +US1COEG0044 39.6456 -106.9545 1932.4 CO GYPSUM 0.4 WNW +US1COEG0045 39.5944 -106.7504 2224.1 CO EAGLE 5.8 SE +US1COEG0047 39.6321 -106.9026 2027.5 CO GYPSUM 2.5 ESE +US1COEG0051 39.4315 -107.1126 2230.5 CO CARBONDALE 5.9 ENE +US1COEG0052 39.6489 -106.5915 2198.5 CO EDWARDS 0.5 E +US1COEG0053 39.6327 -106.2917 2592.9 CO VAIL 3.5 E +US1COEG0056 39.4012 -107.0863 1980.6 CO EL JEBEL 0.2 ENE +US1COEL0001 39.4533 -104.6007 1922.1 CO ELIZABETH 6.1 N +US1COEL0002 39.3782 -103.8134 1720.0 CO AGATE 8.6 SE +US1COEL0005 39.3811 -104.6290 2017.2 CO ELIZABETH 2.1 NW +US1COEL0006 39.5051 -104.5273 1887.0 CO ELIZABETH 10.5 NNE +US1COEL0008 39.3996 -104.6328 1990.0 CO ELIZABETH 3.1 NNW +US1COEL0009 39.4041 -104.2086 1884.9 CO KIOWA 14 ENE +US1COEL0010 39.5482 -104.1273 1677.9 CO DEER TRAIL 6.1 SW +US1COEL0012 39.2858 -103.8056 1674.0 CO LIMON 6.3 WNW +US1COEL0013 39.3538 -104.5051 1998.9 CO KIOWA 2.2 WNW +US1COEL0017 39.2260 -104.6064 2117.1 CO ELBERT 3.7 W +US1COEL0021 39.5397 -104.5913 1881.8 CO PARKER 9.2 E +US1COEL0025 39.1390 -104.0808 1829.1 CO SIMLA .24 SE +US1COEL0027 39.4687 -104.5915 1934.0 CO PARKER 9.6 ESE +US1COEL0034 39.4484 -104.2218 1836.1 CO AGATE 15 W +US1COEL0036 39.2883 -104.4521 2044.0 CO KIOWA 3.9 S +US1COEL0044 39.5360 -104.5933 1862.9 CO PARKER 9.3 ENE +US1COEL0046 39.4109 -104.2391 1869.0 CO KIOWA 12.7 ENE +US1COEL0047 39.4167 -103.8335 1695.9 CO AGATE 7.2 ESE +US1COEL0048 39.2016 -104.4703 2112.0 CO ELBERT 3.4 ESE +US1COEL0049 39.1503 -104.2359 1940.1 CO RAMAH 4.2 WNW +US1COEL0054 39.3885 -103.9970 1677.9 CO AGATE 6.2 SSW +US1COEL0056 39.5375 -104.5975 1862.0 CO PARKER 9.1 ENE +US1COEL0057 39.4061 -104.5994 1950.4 CO ELIZABETH 3.2 N +US1COEL0059 39.1867 -104.2802 1897.4 CO CALHAN 10.6 N +US1COEL0062 38.9469 -103.7580 1665.7 CO PUNKIN CENTER 7.2 NNW +US1COEL0063 39.4837 -104.5646 1875.1 CO ELIZABETH 8.7 NNE +US1COEL0071 39.5247 -104.5229 1857.5 CO ELIZABETH 12.1 NNE +US1COEL0075 39.3876 -104.5869 2007.4 CO ELIZABETH 2.0 NNE +US1COEL0076 39.1570 -104.5034 2190.6 CO ELBERT 4.6 SSE +US1COEL0077 39.3537 -104.6307 2038.5 CO ELIZABETH 1.7 WSW +US1COEL0078 39.1721 -103.8303 1782.2 CO MATHESON 8.0 E +US1COEL0079 39.3908 -104.3628 1881.2 CO KIOWA 6.1 ENE +US1COEL0080 39.3453 -104.6494 2049.2 CO ELIZABETH 2.9 WSW +US1COEL0084 39.3915 -104.6300 1983.6 CO ELIZABETH 2.7 NW +US1COEL0085 39.5470 -104.1270 1666.6 CO DEER TRAIL 6.6 SW +US1COEL0086 39.4415 -104.4449 1901.6 CO KIOWA 6.7 N +US1COEL0089 39.2777 -104.6463 2119.0 CO ELIZABETH 6.2 SSW +US1COEL0090 39.0716 -104.0393 1931.8 CO SIMLA 5.3 SSE +US1COEL0091 39.2692 -104.1663 1818.1 CO SIMLA 10.0 NNW +US1COEL0092 39.3521 -104.6093 2012.0 CO ELIZABETH 0.8 SW +US1COEP0002 39.0292 -104.7197 2283.9 CO MONUMENT 8.8 SE +US1COEP0007 39.0804 -104.2931 1939.1 CO CALHAN 3.1 N +US1COEP0009 39.0479 -104.6035 2272.9 CO ELBERT 12.4 SSW +US1COEP0010 38.5238 -104.6478 1628.9 CO PUEBLO 18.7 N +US1COEP0011 39.0888 -104.1080 1975.1 CO RAMAH 3.8 SE +US1COEP0012 39.0988 -104.7629 2265.0 CO COLORADO SPRINGS 18.7 N +US1COEP0017 39.0985 -104.8343 2207.1 CO MONUMENT 2.1 ENE +US1COEP0018 38.9247 -104.5781 2065.9 CO FALCON 1.7 ESE +US1COEP0020 39.0276 -104.8005 2114.1 CO COLORADO SPRINGS 13.5 NNE +US1COEP0022 38.6882 -104.7022 1699.0 CO FOUNTAIN 0.4 NNW +US1COEP0023 38.8166 -104.7166 1879.1 CO COLORADO SPRINGS AIRPORT (MSWS +US1COEP0024 38.9831 -104.6904 2208.3 CO BLACK FOREST 2.1 SSE +US1COEP0029 38.7969 -104.1652 1848.0 CO YODER 4.2 SE +US1COEP0030 38.8810 -104.7285 2008.0 CO COLORADO SPRINGS 6.2 ENE +US1COEP0035 39.0211 -104.3764 2039.1 CO CALHAN 4.2 WSW +US1COEP0037 38.9052 -104.8491 2012.9 CO COLORADO SPRINGS 5.7 WNW +US1COEP0038 38.7706 -104.8231 1850.1 CO COLORADO SPRINGS 7.2 SSW +US1COEP0039 38.9105 -104.7917 1997.0 CO COLORADO SPRINGS 3.7 NNW +US1COEP0041 38.9294 -104.5766 2078.1 CO FALCON 2.3 E +US1COEP0050 38.9167 -104.7651 2067.2 CO COLORADO SPRINGS 3.7 N +US1COEP0053 38.9188 -104.5648 2054.0 CO FALCON 3.1 ESE +US1COEP0054 38.9087 -104.8394 1964.1 CO FALCON ESTATES 2.6 SW +US1COEP0055 39.1125 -104.8590 2214.1 CO MONUMENT 2.9 N +US1COEP0056 38.7908 -104.8316 1859.9 CO IVYWILD 1.2 ESE +US1COEP0058 38.7989 -104.8386 1847.1 CO IVYWILD 0.6 E +US1COEP0059 38.8690 -104.8700 1911.1 CO MANITOU SPRINGS 2.3 ENE +US1COEP0060 38.8300 -104.7970 1854.1 CO COLORADO SPRINGS 1.3 ESE +US1COEP0061 39.0471 -104.8302 2108.9 CO GLENEAGLE 0.4 WNW +US1COEP0062 39.0940 -104.6508 2279.9 CO BLACK FOREST 3.4 NNE +US1COEP0063 38.8295 -104.7398 1873.9 CO COLORADO SPRINGS 2.6 SSE +US1COEP0064 38.8497 -104.8537 1887.9 CO COLORADO SPRINGS 2.1 NW +US1COEP0065 38.6310 -104.4415 1662.1 CO WIDEFIELD 13.7 ESE +US1COEP0066 39.0999 -104.6445 2292.1 CO BLACK FOREST 3.9 NNE +US1COEP0068 38.8720 -104.7262 1976.9 CO COLORADO SPRINGS 5.8 ENE +US1COEP0069 39.0503 -104.7704 2260.1 CO GLENEAGLE 2.9 E +US1COEP0070 38.8627 -104.8907 1926.0 CO MANITOU SPRINGS 1.2 ENE +US1COEP0071 38.9473 -104.5528 2062.0 CO FALCON 3.8 ENE +US1COEP0072 39.0873 -104.4751 2140.9 CO PEYTON 4.0 N +US1COEP0074 38.7336 -104.7264 1734.0 CO SECURITY 1.7 WNW +US1COEP0076 38.7220 -104.4138 1736.1 CO ELLICOTT 7.7 SSW +US1COEP0077 38.9308 -104.8206 1934.9 CO FALCON ESTATES 1.1 W +US1COEP0078 39.0028 -104.5089 2082.1 CO PEYTON 2.4 SW +US1COEP0079 39.0424 -104.4865 2104.9 CO PEYTON 0.9 NNW +US1COEP0082 38.9714 -104.7928 2040.9 CO FALCON ESTATES 2.9 N +US1COEP0084 38.9497 -104.7350 2101.9 CO FALCON ESTATES 3.7 ENE +US1COEP0085 38.8656 -104.7111 1966.9 CO PIKEVIEW 2.8 ESE +US1COEP0093 38.9580 -104.7767 2076.0 CO FALCON ESTATES 2.3 NNE +US1COEP0094 38.8156 -104.8639 1914.1 CO COLORADO SPRINGS 2.6 WSW +US1COEP0095 38.9539 -104.5997 2122.0 CO FALCON 2.0 NNE +US1COEP0096 38.8881 -104.5479 1998.9 CO FALCON 4.8 SE +US1COEP0097 38.8861 -104.7707 1955.0 CO PIKEVIEW 0.7 WNW +US1COEP0098 38.7609 -104.7361 1777.0 CO KELKER 2.4 ESE +US1COEP0099 38.9238 -104.5750 2065.9 CO FALCON 2.5 E +US1COEP0107 38.9872 -104.7514 2162.9 CO FALCON ESTATES 4.7 NNE +US1COEP0109 39.0614 -104.8286 2162.9 CO GLENEAGLE 1.1 NNW +US1COEP0110 39.0261 -104.7461 2240.0 CO GLENEAGLE 4.4 ESE +US1COEP0111 38.9147 -104.7711 2037.9 CO FALCON ESTATES 1.9 SE +US1COEP0114 39.1210 -104.8869 2275.0 CO PALMER LAKE 1.1 ENE +US1COEP0118 38.6300 -104.4382 1663.9 CO WIDEFIELD 13.9 ESE +US1COEP0119 39.0634 -104.8420 2121.1 CO MONUMENT 0.9 ESE +US1COEP0121 38.9501 -104.6038 2115.0 CO FALCON 1.6 NNE +US1COEP0123 38.9189 -104.9988 2367.1 CO CHIPITA PARK 0.1 SE +US1COEP0128 39.0497 -104.6043 2278.1 CO BLACK FOREST 3.4 E +US1COEP0131 38.8912 -104.5072 1996.1 CO FALCON 6.6 ESE +US1COEP0132 38.7753 -104.7320 1820.0 CO SECURITY 4.2 NNW +US1COEP0133 39.0192 -104.6195 2240.9 CO BLACK FOREST 3.2 SE +US1COEP0137 39.0533 -104.8100 2233.0 CO GLENEAGLE 0.9 NE +US1COEP0139 38.9425 -104.3022 2012.9 CO CALHAN 6.3 S +US1COEP0140 39.0851 -104.6832 2267.1 CO BLACK FOREST 2.8 NNW +US1COEP0143 38.8311 -104.9256 2563.1 CO MANITOU SPRINGS 2.0 SSW +US1COEP0145 39.0480 -104.5206 2139.1 CO PEYTON 2.5 WNW +US1COEP0155 38.7927 -104.8593 1905.9 CO COLORADO SPRINGS 3.5 SW +US1COEP0157 38.8872 -104.7921 1943.4 CO COLORADO SPRINGS 4.0 NNE +US1COEP0158 38.8161 -104.8645 1914.1 CO COLORADO SPRINGS 2.7 WSW +US1COEP0165 38.9163 -104.7418 2072.9 CO COLORADO SPRINGS 6.1 NE +US1COEP0166 39.0203 -104.7076 2228.4 CO BLACK FOREST 2.8 SW +US1COEP0169 38.6680 -104.6836 1682.8 CO FOUNTAIN 0.5 E +US1COEP0170 38.9094 -104.7318 2072.0 CO COLORADO SPRNGS 6.9 NE +US1COEP0171 38.8454 -104.7047 1943.4 CO COLORADO SPRINGS 6.3 E +US1COEP0174 38.7385 -104.1886 1840.7 CO YODER 6.5 SSE +US1COEP0175 38.8480 -104.8911 1948.0 CO MANITOU SPRINGS 1.2 ESE +US1COEP0180 38.7761 -104.7294 1818.4 CO COLORADO SPRINGS 6.6 SE +US1COEP0181 39.0642 -104.7475 2309.8 CO MONUMENT 5.9 E +US1COEP0183 39.0537 -104.8387 2093.1 CO COLORADO SPRINGS 14.9 N +US1COEP0186 38.6134 -104.4414 1641.3 CO FOUNTAIN 14.1 ESE +US1COEP0187 39.0081 -104.6375 2263.1 CO BLACK FOREST 3.1 SSE +US1COEP0188 38.8611 -104.7612 1926.9 CO COLORADO SPRINGS 3.7 ENE +US1COEP0189 38.9384 -104.8426 1996.4 CO FALCON ESTATES 2.4 WNW +US1COEP0192 39.0267 -104.7478 2220.5 CO COLORADO SPRINGS 13.9 NNE +US1COEP0193 39.0121 -104.3817 2015.3 CO CALHAN 4.7 WSW +US1COEP0194 38.8437 -104.8052 1848.6 CO COLORADO SPRINGS 1.1 NE +US1COEP0195 38.9749 -104.5992 2155.5 CO FALCON 3.3 NNE +US1COEP0197 38.9115 -104.5377 2012.9 CO FALCON 4.6 ESE +US1COEP0198 38.8983 -104.7032 2012.6 CO COLORADO SPRINGS 7.7 NE +US1COEP0202 38.6911 -104.6817 1695.6 CO FOUNTAIN 1.8 NNE +US1COEP0203 38.8711 -104.7370 1989.4 CO COLORADO SPRINGS 5.2 ENE +US1COEP0204 39.0478 -104.6619 2311.3 CO BLACK FOREST 0.3 ENE +US1COEP0207 38.9353 -104.8470 2037.6 CO COLORADO SPRINGS 7.1 NNW +US1COEP0210 38.7909 -104.8115 1827.9 CO COLORADO SPRINGS 3.0 S +US1COEP0212 38.6903 -104.7060 1695.6 CO FOUNTAIN 1.8 NNW +US1COEP0213 39.0340 -104.3083 1991.6 CO CALHAN 0.5 W +US1COEP0215 38.8173 -104.8664 1932.7 CO COLORADO SPRINGS 2.7 WSW +US1COEP0226 38.8618 -104.8143 1862.0 CO COLORADO SPRINGS 2.0 N +US1COEP0228 38.9004 -104.7836 1949.2 CO COLORADO SPRINGS 5.0 NNE +US1COEP0230 38.8058 -104.8366 1832.2 CO COLORADO SPRINGS 2.1 SSW +US1COEP0231 38.8656 -104.7852 1917.8 CO COLORADO SPRINGS 2.9 NE +US1COEP0232 38.8296 -104.8607 1914.4 CO COLORADO SPRINGS 2.2 W +US1COEP0234 38.9438 -104.7816 2019.9 CO COLORADO SPRINGS 7.0 NNE +US1COEP0235 39.1184 -104.7516 2250.0 CO MONUMENT 6.6 ENE +US1COEP0236 38.9356 -104.7260 2080.9 CO COLORADO SPRINGS 8.7 NE +US1COEP0237 38.9621 -104.6060 2140.6 CO FALCON 2.3 NNE +US1COEP0244 38.8696 -104.6012 2037.3 CO FALCON 4.3 SSE +US1COEP0247 39.0410 -104.8241 2108.3 CO GLENEAGLE 0.3 S +US1COEP0251 38.7107 -104.8258 1922.1 CO COLORADO SPRINGS 8.5 S +US1COEP0252 38.7398 -104.6506 1748.3 CO SECURITY 3.0 ENE +US1COEP0253 39.0430 -104.8138 2138.8 CO GLENEAGLE 0.6 ESE +US1COEP0255 39.0166 -104.8042 2088.2 CO GLENEAGLE 2.2 SSE +US1COEP0256 38.9540 -104.6005 2118.1 CO PEYTON 8.3 SW +US1COEP0258 38.9320 -104.8558 2039.1 CO COLORADO SPRINGS 7.0 NNW +US1COEP0261 39.0691 -104.5759 2226.6 CO ELBERT 10.7 SSW +US1COEP0263 38.8723 -104.7346 1994.6 CO COLORADO SPRINGS 5.3 ENE +US1COEP0264 38.7835 -104.8293 1838.6 CO COLORADO SPRINGS 3.5 S +US1COEP0265 39.1128 -104.8116 2250.0 CO MONUMENT 3.8 NE +US1COEP0266 38.8568 -104.8164 1853.8 CO COLORADO SPRINGS 1.6 N +US1COEP0267 38.7947 -104.7401 1822.4 CO COLORADO SPRINGS 5.1 ESE +US1COEP0271 39.0139 -104.7449 2184.8 CO BLACK FOREST 4.7 WSW +US1COEP0272 38.8585 -104.7119 1913.2 CO COLORADO SPRINGS 6.1 ENE +US1COEP0274 38.8488 -104.7979 1877.0 CO COLORADO SPRINGS 1.6 NE +US1COEP0277 38.8303 -104.8119 1829.7 CO COLORADO SPRINGS 0.5 ESE +US1COEP0280 38.8871 -104.7903 1939.1 CO COLORADO SPRINGS 4.0 NNE +US1COEP0282 38.9172 -104.7489 2065.0 CO COLORADO SPRINGS 6.9 NE +US1COEP0285 38.6273 -104.6802 1649.0 CO FOUNTAIN 2.8 SSE +US1COEP0286 38.9071 -104.8712 2015.3 CO COLORADO SPRINGS 5.7 NNW +US1COEP0287 38.7978 -104.8412 1892.8 CO COLORADO SPRINGS 2.7 SSW +US1COEP0291 38.7425 -104.7251 1748.0 CO COLORADO SPRINGS 8.2 SE +US1COEP0296 38.9721 -104.6158 2185.1 CO FALCON 2.9 N +US1COEP0297 38.8817 -104.7498 1960.2 CO COLORADO SPRINGS 5.0 NE +US1COEP0303 38.8339 -104.8416 1831.5 CO COLORADO SPRINGS 1.1 W +US1COEP0305 38.8429 -104.8534 1848.6 CO COLORADO SPRINGS 1.9 WNW +US1COEP0306 38.9315 -104.7577 2010.8 CO COLORADO SPRINGS 7.5 NNE +US1COEP0308 38.8659 -104.8673 1903.8 CO COLORADO SPRINGS 3.3 NW +US1COEP0309 38.8647 -104.7887 1914.4 CO COLORADO SPRINGS 2.7 NE +US1COEP0310 38.9071 -104.6937 2037.6 CO COLORADO SPRINGS 8.5 NE +US1COEP0311 39.0835 -104.8387 2206.1 CO MONUMENT 1.4 NE +US1COEP0314 38.7949 -104.8102 1826.4 CO COLORADO SPRINGS 2.8 SSE +US1COEP0320 38.8860 -104.7824 1929.4 CO COLORADO SPRINGS 4.1 NNE +US1COEP0322 38.8920 -104.7281 2047.6 CO COLORADO SPRINGS 6.4 NE +US1COEP0323 38.8624 -104.7677 1928.5 CO COLORADO SPRINGS 3.5 NE +US1COEP0325 38.9163 -104.8604 1980.9 CO COLORADO SPRINGS 6.1 NNW +US1COEP0333 38.8504 -104.7307 1911.4 CO COLORADO SPRINGS 5.0 ENE +US1COEP0334 38.6822 -104.6798 1714.8 CO FOUNTAIN 1.3 NE +US1COEP0336 38.9328 -104.7346 2067.8 CO COLORADO SPRINGS 8.3 NE +US1COEP0337 38.7748 -104.8328 1869.9 CO COLORADO SPRINGS 4.1 S +US1COEP0343 38.9926 -104.5974 2199.1 CO PEYTON 6.8 WSW +US1COEP0344 38.8629 -104.8651 1929.1 CO COLORADO SPRINGS 3.1 NW +US1COEP0345 38.9504 -104.7270 2096.7 CO COLORADO SPRINGS 9.5 NNE +US1COEP0347 38.8844 -104.7092 1978.2 CO COLORADO SPRINGS 6.9 ENE +US1COEP0348 39.0939 -104.6500 2283.3 CO BLACK FOREST 3.4 NNE +US1COEP0349 38.7734 -104.8291 1857.8 CO COLORADO SPRINGS 4.2 S +US1COEP0350 38.9206 -104.7118 2076.3 CO COLORADO SPRINGS 8.4 NE +US1COEP0353 39.1168 -104.8577 2226.9 CO MONUMENT 3.2 N +US1COEP0354 38.9534 -104.3117 2052.8 CO CALHAN 5.6 S +US1COEP0356 38.9100 -104.7267 2088.2 CO COLORADO SPRINGS 7.3 NE +US1COEP0357 38.9989 -104.7233 2198.5 CO COLORADO SPRINGS 12.5 NNE +US1COEP0359 38.8901 -104.7080 1992.2 CO COLORADO SPRINGS 7.2 ENE +US1COEP0360 38.8698 -104.7907 1902.6 CO COLORADO SPRINGS 3.0 NNE +US1COEP0361 38.8144 -104.8612 1926.9 CO COLORADO SPRINGS 2.6 WSW +US1COEP0362 38.9088 -104.8699 2021.4 CO COLORADO SPRINGS 5.8 NNW +US1COEP0364 38.8530 -104.8008 1866.6 CO COLORADO SPRINGS 1.7 NE +US1COEP0365 39.0939 -104.5341 2238.8 CO PEYTON 5.4 NNW +US1COEP0366 38.8422 -104.7199 1901.3 CO COLORADO SPRINGS 5.5 E +US1COEP0370 38.7129 -104.6941 1741.9 CO FOUNTAIN 3.2 N +US1COEP0371 38.9616 -104.6118 2147.0 CO PEYTON 8.5 WSW +US1COEP0374 38.9328 -104.7656 2003.1 CO COLORADO SPRINGS 7.5 NNE +US1COEP0375 38.8554 -104.7605 1917.5 CO COLORADO SPRINGS 3.6 ENE +US1COEP0376 39.0759 -104.6278 2245.5 CO BLACK FOREST 3.0 NE +US1COEP0378 38.9122 -104.5587 2042.2 CO PEYTON 9.2 SSW +US1COEP0382 38.8503 -104.8556 1873.9 CO COLORADO SPRINGS 2.2 WNW +US1COEP0383 38.8491 -104.5528 1968.4 CO FALCON 6.7 SSE +US1COEP0385 38.8560 -104.8191 1855.3 CO COLORADO SPRINGS 1.5 N +US1COEP0386 38.8854 -104.8561 1991.0 CO COLORADO SPRINGS 4.0 NNW +US1COEP0387 38.8695 -104.8617 1955.9 CO COLORADO SPRINGS 3.3 NW +US1COEP0388 38.7589 -104.7298 1781.6 CO SECURITY 3.1 NNW +US1COEP0389 38.8584 -104.8297 1852.9 CO COLORADO SPRINGS 1.8 NNW +US1COEP0390 38.9149 -104.7064 2059.8 CO COLORADO SPRINGS 8.3 NE +US1COEP0391 38.9487 -104.3372 1987.0 CO CALHAN 6.3 SSW +US1COEP0392 38.9365 -104.8373 1966.3 CO COLORADO SPRINGS 7.1 N +US1COEP0395 38.9708 -104.7546 2125.1 CO COLORADO SPRINGS 10.1 NNE +US1COEP0396 39.0410 -104.7379 2268.0 CO BLACK FOREST 3.8 W +US1COEP0397 39.1195 -104.9149 2210.4 CO PALMER LAKE 0.5 WNW +US1COEP0398 38.8833 -104.7316 2001.3 CO COLORADO SPRINGS 5.9 NE +US1COEP0402 38.9332 -104.6788 2100.1 CO FALCON 3.2 W +US1COEP0407 38.6841 -104.6839 1694.1 CO FOUNTAIN 1.3 NNE +US1COEP0410 39.0408 -104.8307 208.2 CO GLENEAGLE 0.5 SW +US1COEP0412 38.7449 -104.7266 1754.1 CO SECURITY 2.2 NW +US1COFM0001 38.4213 -105.0002 1623.1 CO PENROSE 1.2 ESE +US1COFM0002 38.3841 -105.1620 1648.1 CO WILLIAMSBURG .63 WNW +US1COFM0005 38.3420 -105.4920 2320.1 CO TEXAS CREEK 6.2 SE +US1COFM0006 38.4248 -105.1908 1617.0 CO CANON CITY 2.8 ESE +US1COFM0008 38.4431 -105.0400 1656.0 CO PENROSE 1.7 WNW +US1COFM0009 38.4298 -105.2314 1644.1 CO CANON CITY .84 SE +US1COFM0010 38.4286 -105.0349 1631.0 CO PENROSE .70 WNW +US1COFM0011 38.4777 -105.2363 1677.9 CO CANON CITY 1.0 NNE +US1COFM0012 38.4284 -105.2195 1644.1 CO CANON CITY 1.3 SE +US1COFM0013 38.4579 -105.2394 1649.0 CO CANON CITY 1.2 N +US1COFM0014 38.3137 -105.6306 2251.9 CO COTOPAXI 4.9 SE +US1COFM0016 38.4032 -104.9617 1595.9 CO PENROSE 3.6 ESE +US1COFM0018 38.4657 -105.1923 1647.1 CO CANON CITY 3.1 NE +US1COFM0019 38.4507 -105.2192 1628.5 CO CANON CITY 1.3 ENE +US1COFM0021 38.3086 -105.6417 2275.9 CO COTOPAXI 4.8 SSE +US1COFM0023 38.4458 -105.2356 1631.0 CO CANON CITY .49 NNE +US1COFM0028 38.3449 -105.1636 1738.9 CO FLORENCE 3.9 SW +US1COFM0029 38.4715 -105.2364 1676.1 CO CANON CITY 2.2 N +US1COFM0030 38.4216 -105.2070 1642.0 CO CANON CITY 2.2 SE +US1COFM0032 38.4242 -105.8344 2129.0 CO HOWARD 1.6 S +US1COFM0034 38.4523 -105.1967 1627.0 CO CANON CITY 2.5 ENE +US1COFM0035 38.4248 -105.8193 2062.9 CO HOWARD 1.8 SSE +US1COFM0039 38.3742 -105.1622 1669.1 CO WILLIAMSBURG 0.8 SW +US1COFM0041 38.3131 -105.6298 2253.1 CO COTOPAXI 5.0 SE +US1COFM0047 38.3367 -105.5159 2336.9 CO COTOPAXI 9.2 ESE +US1COFM0048 38.4727 -105.2466 1687.1 CO CANON CITY 0.7 NNW +US1COFM0050 38.4622 -105.0277 1709.9 CO PENROSE 2.3 NNW +US1COFM0051 38.4198 -104.9536 1594.1 CO PENROSE 3.3 ESE +US1COFM0053 38.5044 -105.1070 1816.9 CO PENROSE 7.2 NW +US1COFM0059 38.4540 -105.2384 1644.1 CO CANON CITY 0.7 SSE +US1COFM0064 38.3471 -105.5044 2319.8 CO COTOPAXI 9.6 E +US1COFM0065 38.4286 -105.0358 1624.6 CO PENROSE 1.3 W +US1COFM0067 38.3834 -105.1335 1613.3 CO FLORENCE 0.9 W +US1COFM0069 38.4396 -105.0132 1649.3 CO PENROSE 0.6 N +US1COFM0071 38.4718 -105.2325 1672.4 CO CANON CITY 0.7 NE +US1COFM0072 38.3787 -105.6895 1986.7 CO COTOPAXI 0.8 NW +US1COFM0073 38.6336 -105.5550 2540.5 CO CANON CITY 22.3 NW +US1COFM0075 38.2931 -105.2991 2404.9 CO CANON CITY 10.8 SSW +US1COFM0076 38.3242 -105.0433 1677.9 CO FLORENCE 5.8 SE +US1COFM0077 38.2955 -105.5208 2379.6 CO HILLSIDE 5 NE +US1COFM0088 38.4650 -105.3089 2055.6 CO ROYAL GORGE 0.4 NNE +US1COFM0092 38.3504 -105.7471 2033.0 CO COALDALE 1.4 S +US1COFM0096 38.3272 -105.6232 2215.6 CO COTOPAXI 4.3 SE +US1COGF0001 39.5413 -107.3269 1775.2 CO GLENWOOD SPRINGS .64 S +US1COGF0002 39.5502 -107.7680 1709.0 CO RIFLE 0.9 NE +US1COGF0003 39.4342 -107.3213 2164.1 CO GLENWOOD SPRINGS 8 S +US1COGF0004 39.5308 -107.3224 1800.1 CO GLENWOOD SPRINGS 1.4 S +US1COGF0005 39.5463 -107.3224 1769.1 CO GLENWOOD SPRINGS .31 SSE +US1COGF0006 39.5483 -107.7873 1653.8 CO RIFLE .96 NNW +US1COGF0007 39.5313 -107.7889 1645.0 CO RIFLE 0.8 SW +US1COGF0008 39.5510 -107.6460 1697.1 CO SILT .56 ENE +US1COGF0009 39.5438 -107.3216 1784.0 CO GLENWOOD SPRINGS .48 SSE +US1COGF0011 39.5857 -107.4498 1770.0 CO GLENWOOD SPRINGS 7.1 WNW +US1COGF0012 39.5630 -107.7096 1691.0 CO RIFLE 4.3 ENE +US1COGF0013 39.5608 -107.3476 1769.1 CO GLENWOOD SPRINGS 1.4 WNW +US1COGF0014 39.5667 -107.4735 1745.0 CO NEW CASTLE 3.4 E +US1COGF0017 39.4906 -107.6612 1773.0 CO SILT 7.2 ESE +US1COGF0018 39.5438 -107.3227 1780.0 CO GLENWOOD SPRINGS .47 SSE +US1COGF0019 39.5327 -107.6680 1663.9 CO SILT 1.2 SSW +US1COGF0025 39.5879 -107.4492 1773.0 CO GLENWOOD SPRINGS 7.1 WNW +US1COGF0026 39.4537 -107.9869 1841.0 CO PARACHUTE 3.5 E +US1COGF0032 39.5923 -107.7666 1720.9 CO RIFLE 4.0 NNE +US1COGF0033 39.4779 -107.2923 1811.1 CO GLENWOOD SPRINGS 5.3 SSE +US1COGF0035 39.5044 -107.1867 2529.8 CO CATTLE CREEK 5.1 NE +US1COGF0036 39.5224 -107.7801 1623.1 CO RIFLE 0.8 S +US1COGF0040 39.5664 -107.3505 1844.0 CO GLENWOOD SPRINGS 1.7 NW +US1COGF0045 39.4113 -107.6457 1976.9 CO SILT 9.6 S +US1COGF0046 39.5681 -107.3556 1850.1 CO GLENWOOD SPRINGS 2.1 NW +US1COGF0047 39.3978 -107.2227 1880.9 CO CARBONDALE 0.5 W +US1COGF0049 39.4582 -107.1839 1987.6 CO CARBONDALE 4.6 NNE +US1COGF0050 39.4014 -107.1208 1941.0 CO CARBONDALE 5.0 E +US1COGF0051 39.4156 -107.2025 1869.9 CO CARBONDALE 1.4 NNE +US1COGF0052 39.5733 -107.5420 1703.2 CO NEW CASTLE 1.0 SW +US1COGF0053 39.5486 -107.3349 1777.9 CO GLENWOOD SPRINGS 0.4 NW +US1COGF0054 39.5576 -107.3354 1709.6 CO GLENWOOD SPRINGS 0.9 NNW +US1COGF0056 39.5219 -107.1861 2781.6 CO GLENWOOD SPRINGS 7.8 ESE +US1COGF0060 39.5072 -107.3162 1812.6 CO GLENWOOD SPRINGS 2.7 SSE +US1COGF0061 39.5658 -107.3660 1758.1 CO GLENWOOD SPRINGS 2.4 NW +US1COGF0067 39.6194 -107.4194 2115.3 CO GLENWOOD SPRINGS 7.0 NW +US1COGF0069 39.3983 -107.2194 1885.8 CO CARBONDALE 0.3 WNW +US1COGF0071 39.5885 -107.6740 1838.9 CO SILT 2.9 NNW +US1COGF0072 39.4438 -107.3166 2087.9 CO GLENWOOD SPRINGS 7.0 S +US1COGF0073 39.4408 -107.3149 2107.4 CO GLENWOOD SPRINGS 7.2 S +US1COGF0075 39.4774 -107.2980 1818.1 CO GLENWOOD SPRINGS 5.0 SSE +US1COGF0077 39.5414 -107.7682 1704.7 CO RIFLE 0.5 ENE +US1COGF0078 39.4346 -107.5147 2203.7 CO NEW CASTLE 10.5 S +US1COGF0079 39.5376 -107.7878 1634.3 CO RIFLE 0.5 WSW +US1COGF0081 39.6309 -107.6599 1983.9 CO RIFLE 8.9 NE +US1COGF0082 39.4696 -107.2776 1816.9 CO GLENWOOD SPRINGS 5.9 SSE +US1COGF0083 39.4368 -108.0383 1634.9 CO BATTLEMENT MESA 0.8 WSW +US1COGL0001 39.8309 -105.5535 2774.0 CO CENTRAL CITY 3 NW +US1COGL0002 39.8266 -105.5186 2702.1 CO CENTRAL CITY 1.7 N +US1COGL0007 39.8249 -105.4759 2919.1 CO BLACK HAWK 2.1 NNE +US1COGL0010 39.8382 -105.4783 2824.0 CO BLACK HAWK 2.9 NNE +US1COGL0011 39.8387 -105.4956 2817.9 CO GOLDEN 16 WNW +US1COGL0012 39.8195 -105.5134 2598.1 CO BLACK HAWK 1.8 NW +US1COGL0013 39.7961 -105.4192 2734.7 CO BLACK HAWK 3.8 E +US1COGL0015 39.9216 -105.4997 2635.9 CO ROLLINSVILLE 0.1 N +US1COGL0017 39.9065 -105.5111 2681.3 CO ROLLINSVILLE 1.1 SSW +US1COGL0020 39.9034 -105.4628 2664.0 CO ROLLINSVILLE 2.3 ESE +US1COGL0023 39.9209 -105.5024 2615.5 CO ROLLINSVILLE 0.1 WNW +US1COGL0025 39.9231 -105.4688 2560.0 CO ROLLINSVILLE 1.7 E +US1COGN0002 39.0802 -107.1889 2626.2 CO MARBLE .9 N +US1COGN0011 38.7453 -106.7140 2627.7 CO ALMONT 11 NE +US1COGN0014 38.5025 -107.0611 2371.0 CO GUNNISON 7.9 WSW +US1COGN0018 38.9603 -106.9908 2927.9 CO CRESTED BUTTE 6.2 N +US1COGN0019 38.5922 -106.9213 2386.0 CO GUNNISON 3.2 N +US1COGN0020 38.8722 -106.9780 2706.0 CO CRESTED BUTTE 0.5 ENE +US1COGN0023 38.5529 -106.3870 3055.0 CO PITKIN 8.0 ESE +US1COGN0027 38.5425 -106.9312 2343.0 CO GUNNISON 0.3 SW +US1COGN0029 38.5131 -106.7520 2420.4 CO GUNNISON 9.7 ESE +US1COGN0030 38.9103 -106.9623 2941.0 CO MOUNT CRESTED BUTTE 0.3 ENE +US1COGN0031 38.8360 -106.9327 2683.2 CO CRESTED BUTTE 3.6 SE +US1COGN0033 38.6183 -106.9284 2398.2 CO GUNNISON 5.1 N +US1COGN0034 38.5036 -106.9360 2347.9 CO GUNNISON 2.9 S +US1COGN0036 38.5444 -106.9414 2340.3 CO GUNNISON 0.8 W +US1COGN0039 38.4843 -106.6742 2439.6 CO PARLIN 2.7 ESE +US1COGN0040 38.6391 -106.9408 2420.4 CO GUNNISON 6.6 N +US1COGN0041 38.5402 -106.9238 2345.1 CO GUNNISON 0.8 NNW +US1COGN0045 38.3539 -107.1174 2682.8 CO POWDERHORN 5.1 N +US1COGN0047 38.2885 -107.5549 2546.9 CO CIMARRON 11.2 S +US1COGN0049 38.4249 -106.6192 2479.2 CO DOYLEVILLE 2.1 W +US1COGN0050 39.0791 -107.1906 2564.9 CO MARBLE 0.5 NNW +US1COGN0052 38.5557 -106.9286 2357.9 CO GUNNISON 0.8 N +US1COGN0054 38.1513 -107.2982 2602.1 CO LAKE CITY 8.5 N +US1COGN0055 39.0723 -107.2170 2392.1 CO MARBLE 1.5 W +US1COGN0057 38.3333 -107.3619 2874.9 CO CIMMARON 13.0 SE +US1COGN0058 38.3401 -107.0943 2763.0 CO POWDERHORN 4.4 NNE +US1COGN0059 38.5985 -106.5313 2785.6 CO PITKIN 1.1 SW +US1COGN0062 39.0979 -107.3935 2147.9 CO SOMERSET 12.5 N +US1COGN0065 39.0752 -107.2067 2437.5 CO MARBLE 1.0 WNW +US1COGN0066 38.8947 -106.9685 2822.4 CO CRESTED BUTTE 1.9 NNE +US1COGR0002 39.9398 -105.8474 2677.1 CO FRASER 1.6 WSW +US1COGR0003 40.1625 -106.5441 2746.9 CO KREMMLING 10.9 NW +US1COGR0004 39.9423 -105.7882 2744.7 CO FRASER 1.6 E +US1COGR0005 40.0063 -105.7988 2639.0 CO TABERNASH 2.5 ENE +US1COGR0006 40.2192 -105.8603 2567.0 CO GRAND LAKE 2.9 SW +US1COGR0009 40.0045 -105.8608 2653.9 CO TABERNASH 1.2 NW +US1COGR0016 40.0046 -105.8609 2667.9 CO TABERNASH 1.9 W +US1COGR0018 39.9480 -105.7895 2690.2 CO FRASER 1.4 E +US1COGR0020 40.2048 -105.8696 2599.9 CO GRAND LAKE 4.1 SW +US1COGR0021 40.0569 -106.3935 2247.9 CO KREMMLING .27 WSW +US1COGR0023 39.9536 -105.8051 2674.9 CO FRASER .87 NE +US1COGR0024 40.0879 -105.9453 2429.9 CO GRANBY .33 WNW +US1COGR0025 40.0901 -105.9472 2443.9 CO GRANBY .5 NW +US1COGR0026 40.2045 -105.9497 2671.0 CO GRANBY 8.2 N +US1COGR0028 39.9949 -105.8303 2560.9 CO TABERNASH .68 E +US1COGR0029 40.1165 -106.5171 2589.9 CO KREMMLING 7.8 WNW +US1COGR0030 39.9853 -105.9028 2621.9 CO TABERNASH 3.2 W +US1COGR0031 40.1625 -106.5828 2938.9 CO KREMMLING 12.5 NW +US1COGR0032 40.0928 -105.9376 2457.9 CO GRANBY 0.4 NNE +US1COGR0033 39.9480 -105.8084 2656.0 CO FRASER 0.5 ENE +US1COGR0035 39.9693 -105.8033 2660.0 CO FRASER 1.8 NNE +US1COGR0039 40.1715 -105.8964 2542.9 CO GRANBY 6.3 NNE +US1COGR0041 40.2147 -105.8584 2556.1 CO GRAND LAKE 3.1 SW +US1COGR0045 40.0601 -106.3962 2232.4 CO KREMMLING 1.1 WNW +US1COGR0046 40.1400 -106.5320 2626.2 CO KREMMLING 10.0 NW +US1COGR0049 40.0116 -105.9534 2674.0 CO TABERNASH 5.9 WNW +US1COGR0050 40.1260 -105.8902 2437.5 CO GRANBY 3.6 NE +US1COGR0051 39.9047 -105.8840 2745.0 CO FRASER 5.2 WSW +US1COGR0052 40.0911 -106.2000 2405.8 CO PARSHALL 3.0 NNW +US1COGR0053 40.0015 -105.8725 2611.5 CO TABERNASH 1.9 NW +US1COGR0060 39.9954 -105.8418 2540.8 CO TABERNASH 1.1 NNE +US1COGR0067 40.2611 -105.8469 2639.0 CO GRAND LAKE 1.5 WNW +US1COGR0068 40.0071 -105.8862 2678.0 CO TABERNASH 2.7 NW +US1COGR0070 40.1918 -105.8696 2542.0 CO GRAND LAKE 4.8 SSW +US1COGR0072 39.9574 -105.8292 2624.6 CO FRASER 2.3 NW +US1COGR0073 40.1997 -105.9258 2609.7 CO GRANBY 7.7 N +US1COGR0074 40.1062 -105.9388 2415.5 CO GRANBY 1.2 N +US1COGR0076 39.9929 -105.9254 2659.4 CO TABERNASH 4.1 WNW +US1COHD0001 38.0500 -107.3054 2653.9 CO LAKE CITY 1.5 NNE +US1COHF0001 37.8197 -104.4525 1800.1 CO WALSENBURG 22.5 NE +US1COHF0002 37.5118 -105.0135 2137.9 CO LA VETA .56 NW +US1COHF0003 37.5166 -105.1472 2582.9 CO LA VETA 7.7 W +US1COHF0004 37.6027 -104.7898 1934.9 CO WALSENBURG 1.5 SSW +US1COHF0005 37.5710 -104.8639 2003.1 CO WALSENBURG 6.1 SW +US1COHF0008 37.6798 -105.0367 2137.9 CO WALSENBURG 14.5 WNW +US1COHF0009 37.5190 -104.7382 2048.0 CO WALSENBURG 7.5 SSE +US1COHF0010 37.6393 -104.8587 1980.0 CO WALSENBURG 4.4 WNW +US1COHF0012 37.7682 -105.1372 2097.0 CO GARDNER 1.8 SE +US1COHF0013 37.5995 -104.8628 1991.0 CO WALSENBURG 4.7 WSW +US1COHF0014 37.6491 -104.9336 2069.9 CO WALSENBURG 8.7 W +US1COHF0016 37.8215 -104.9432 2103.1 CO WALSENBURG 16 NNW +US1COHF0017 37.6390 -105.2298 2779.2 CO LA VETA 15.2 NW +US1COHF0020 37.5243 -104.7697 2048.0 CO PRYOR 2.7 W +US1COHF0021 37.6332 -104.7882 1912.9 CO WALSENBURG 0.8 NW +US1COHF0022 37.6014 -104.8653 1993.1 CO GORDON 2.1 SSW +US1COHF0026 37.8680 -104.9223 2150.4 CO RYE 3.7 S +US1COHF0027 37.6758 -105.2317 2498.4 CO GARDNER 7.9 SSW +US1COHF0029 37.6894 -105.0621 2137.3 CO WALSENBURG 16.2 WNW +US1COHF0030 37.5030 -105.0109 2156.2 CO LA VETA 0.5 SSW +US1COHF0031 37.7529 -104.8389 1819.7 CO WALSENBURG 9.3 NNW +US1COHF0032 37.8170 -105.0862 2237.2 CO GARDNER 5.2 ENE +US1COHF0033 37.4903 -104.7604 2086.7 CO WALSENBURG 9.5 S +US1COHF0037 37.4631 -104.9038 2318.3 CO LA VETA 6.5 ESE +US1COHF0039 37.5725 -104.8511 1985.2 CO WALSENBURG 5.5 SW +US1COHF0040 37.6264 -104.7864 1898.9 CO WALSENBURG 0.5 W +US1COHF0041 37.6034 -104.9905 2164.7 CO WALSENBURG 11.5 W +US1COHF0044 37.6800 -104.6500 1781.6 CO WALSENBURG 7.9 ENE +US1COHF0046 37.6369 -105.1005 2550.0 CO LA VETA PASS 5.4 NE +US1COJF0001 39.5884 -105.0750 1692.9 CO DENVER 11.0 SSW +US1COJF0002 39.8133 -105.1110 1645.0 CO DENVER 8.0 NW +US1COJF0003 39.7005 -105.0985 1699.0 CO DENVER 6.1 WSW +US1COJF0004 39.8748 -105.1057 1655.1 CO DENVER 11.0 NW +US1COJF0010 39.7191 -105.0888 1669.7 CO DENVER 5.5 WSW +US1COJF0011 39.6853 -105.2902 2228.1 CO GENESEE 1 SW +US1COJF0012 39.7094 -105.2661 2243.9 CO GENESEE 1 N +US1COJF0015 39.6060 -105.1726 1850.1 CO MORRISON 3.2 SSE +US1COJF0016 39.7928 -105.2949 2272.3 CO GOLDEN 3.8 WNW +US1COJF0017 39.6359 -105.1448 1747.1 CO MORRISON 2.6 ESE +US1COJF0020 39.7664 -105.2382 1816.0 CO GOLDEN 1.2 NW +US1COJF0021 39.7686 -105.2257 1815.1 CO GOLDEN 1 NNW +US1COJF0022 39.7467 -105.2300 1816.0 CO GOLDEN 0.7 SW +US1COJF0024 39.5346 -105.2273 2364.9 CO CONIFER 4.2 ENE +US1COJF0026 39.8153 -105.1533 1688.0 CO DENVER 10.3 WNW +US1COJF0032 39.5239 -105.2506 2548.1 CO CONIFER 3 E +US1COJF0035 39.7265 -105.1255 1731.9 CO DENVER 11 NW +US1COJF0037 39.5123 -105.1855 2133.0 CO CHATFIELD DAM 7.2 SW +US1COJF0038 39.5676 -105.0664 1688.0 CO CHATFIELD DAM 0.8 NNW +US1COJF0039 39.8459 -105.0627 1644.1 CO DENVER 8.4 NNW +US1COJF0040 39.7611 -105.2297 1761.7 CO GOLDEN 0.7 NW +US1COJF0041 39.4647 -105.2870 2545.1 CO CONIFER 2 SSE +US1COJF0044 39.7073 -105.1326 1758.1 CO DENVER 8 WSW +US1COJF0047 39.6712 -105.1578 1786.1 CO DENVER 10.5 WSW +US1COJF0048 39.7350 -105.1806 1769.1 CO DENVER 9.9 W +US1COJF0050 39.6478 -105.3389 2288.1 CO EVERGREEN 1.2 NNW +US1COJF0051 39.5561 -105.3114 2436.9 CO EVERGREEN 5.3 S +US1COJF0052 39.7082 -105.3565 2354.0 CO BERGEN PARK 1.1 N +US1COJF0053 39.4940 -105.3497 2585.3 CO CONIFER 3.2 SW +US1COJF0054 39.5090 -105.3609 2863.0 CO CONIFER 3 WSW +US1COJF0056 39.7826 -105.1259 1647.1 CO DENVER 8 WNW +US1COJF0057 39.8947 -105.0646 1619.1 CO DENVER 11.4 NNW +US1COJF0060 39.6469 -105.1171 1699.9 CO DENVER 12.3 SSW +US1COJF0061 39.5810 -105.0762 1702.0 CO CHATFIELD DAM 2 NW +US1COJF0063 39.7866 -105.2811 2293.0 CO GOLDEN 4.8 NW +US1COJF0064 39.8149 -105.0784 1656.9 CO DENVER 7 NW +US1COJF0065 39.7176 -105.2991 2389.9 CO GOLDEN 5 SW +US1COJF0066 39.4972 -105.2892 2554.8 CO CONIFER 2 SSE +US1COJF0071 39.8632 -105.1023 1670.0 CO DENVER 10.3 NW +US1COJF0072 39.8826 -105.1056 1656.9 CO BROOMFIELD 2.3 SSW +US1COJF0075 39.7737 -105.3702 2485.0 CO GOLDEN 7.8 W +US1COJF0077 39.7190 -105.2430 2272.0 CO GOLDEN 2.6 SSW +US1COJF0078 39.5061 -105.3359 2717.9 CO CONIFER 2.1 WSW +US1COJF0079 39.8467 -105.0916 1676.1 CO BROOMFIELD 4.6 S +US1COJF0081 39.4839 -105.2434 2560.3 CO CONIFER 3.9 SE +US1COJF0083 39.8057 -105.0978 1637.1 CO DENVER 7.1 NW +US1COJF0084 39.6212 -105.2542 2158.0 CO EVERGREEN 3.2 ESE +US1COJF0086 39.6937 -105.3171 2336.9 CO EVERGREEN 4.1 N +US1COJF0087 39.5356 -105.3058 2510.9 CO CONIFER 1.0 N +US1COJF0089 39.5826 -105.3712 2491.1 CO EVERGREEN 4.0 SW +US1COJF0090 39.5982 -105.3581 2368.0 CO EVERGREEN 3.0 SW +US1COJF0091 39.5011 -105.3929 2541.1 CO CONIFER 4.8 WSW +US1COJF0092 39.5447 -105.3715 2724.0 CO CONIFER 4 NNW +US1COJF0094 39.6477 -105.3284 2350.0 CO EVERGREEN 1.2 NNW +US1COJF0095 39.6455 -105.3297 2296.1 CO EVERGREEN 1.1 NE +US1COJF0098 39.6007 -105.3624 2407.0 CO EVERGREEN 2.9 SW +US1COJF0100 39.6165 -105.1791 1845.0 CO MORRISON 2.5 SSE +US1COJF0101 39.2519 -105.2498 2156.2 CO CONIFER 2.9 E +US1COJF0104 39.6874 -105.2560 2350.9 CO GENESEE 1 SE +US1COJF0106 39.5055 -105.3589 2852.9 CO CONIFER 3 WSW +US1COJF0115 39.5439 -105.3630 2688.0 CO CONIFER 3.4 WNW +US1COJF0116 39.7626 -105.2188 1750.2 CO GOLDEN .5 NNE +US1COJF0118 39.5071 -105.2726 2581.0 CO CONIFER 2.0 ESE +US1COJF0120 39.7539 -105.2303 1738.0 CO GOLDEN 0.5 WSW +US1COJF0122 39.6399 -105.3416 2296.1 CO EVERGREEN 1.4 WNW +US1COJF0124 39.5289 -105.2244 2475.0 CO MORRISON 8.7 SSW +US1COJF0125 39.5677 -105.3080 2410.1 CO EVERGREEN 4.6 S +US1COJF0128 39.6183 -105.2793 2475.0 CO KITTREDGE 2.5 SSE +US1COJF0129 39.4734 -105.2772 2756.0 CO CONIFER 3.6 SSE +US1COJF0130 39.6847 -105.1937 1818.1 CO MORRISON 2.2 N +US1COJF0131 39.6840 -105.3416 2336.9 CO EVERGREEN 3.7 NNW +US1COJF0133 39.6694 -105.0990 1666.0 CO LAKEWOOD 2.6 SSW +US1COJF0138 39.5205 -105.3590 2962.0 CO CONIFER 2.9 W +US1COJF0140 39.8641 -105.2758 2072.0 CO RALSTON BUTTES 1.1 NNW +US1COJF0144 39.6321 -105.1448 1740.1 CO MORRISON 2.9 ESE +US1COJF0145 39.8390 -105.0679 1640.1 CO ARVADA 2.7 NNE +US1COJF0146 39.5854 -105.3672 2446.0 CO EVERGREEN 3.6 SSW +US1COJF0147 39.3512 -105.2418 2311.0 CO BUFFALO CREEK 2.9 SSE +US1COJF0150 39.8120 -105.1058 1644.1 CO ARVADA 1.2 WNW +US1COJF0151 39.4965 -105.1775 2286.0 CO ASPEN PARK 5.2 ESE +US1COJF0153 39.7286 -105.1426 1745.9 CO LAKEWOOD 3.5 WNW +US1COJF0155 39.8672 -105.0661 1663.9 CO WESTMINSTER 2.6 NW +US1COJF0157 39.5795 -105.2789 2378.0 CO EVERGREEN 4.2 SSE +US1COJF0175 39.8322 -105.1057 1716.0 CO ARVADA 0.8 N +US1COJF0176 39.8812 -105.1219 1686.2 CO WESTMINSTER 5.3 NW +US1COJF0179 39.6835 -105.0758 1681.0 CO LAKEWOOD 2.2 ESE +US1COJF0180 39.9060 -105.0571 1615.1 CO WESTMINSTER 4.9 NNW +US1COJF0181 39.5309 -105.2120 2239.1 CO LITTLETON 11.8 WSW +US1COJF0182 39.8199 -105.1359 1666.0 CO ARVADA 2.3 WNW +US1COJF0183 39.7903 -105.1075 1645.9 CO ARVADA 1.3 SW +US1COJF0184 39.5891 -105.1006 1712.1 CO LITTLETON 4.7 WSW +US1COJF0185 39.8281 -105.0712 1662.1 CO WESTMINSTER 1.9 WSW +US1COJF0186 39.7514 -105.1309 1711.1 CO LAKEWOOD 4.1 NW +US1COJF0188 39.8305 -105.0791 1670.0 CO ARVADA 1.9 NNE +US1COJF0189 39.7542 -105.1709 1731.9 CO GOLDEN 2.6 E +US1COJF0192 39.6200 -105.1199 1737.1 CO LITTLETON 5.5 W +US1COJF0194 39.6918 -105.0903 1698.0 CO LAKEWOOD 1.0 SSW +US1COJF0198 39.7516 -105.1121 1702.9 CO LAKEWOOD 3.6 NNW +US1COJF0199 39.7160 -105.0723 1662.1 CO LAKEWOOD 0.9 NNE +US1COJF0201 39.5769 -105.1635 1845.0 CO LITTLETON 8.2 WSW +US1COJF0203 39.7713 -105.2297 1800.1 CO GOLDEN 1.1 NNW +US1COJF0205 39.6273 -105.0533 1684.9 CO LITTLETON 2.1 WNW +US1COJF0209 39.7572 -105.2229 1734.0 CO GOLDEN 0.1 NW +US1COJF0211 39.7412 -105.1928 1797.1 CO GOLDEN 1.7 ESE +US1COJF0212 39.6082 -105.1371 1783.1 CO LITTLETON 6.4 W +US1COJF0214 39.6401 -105.0741 1692.9 CO DENVER 11.2 SW +US1COJF0215 39.6382 -105.1291 1715.1 CO LITTLETON 6.2 WNW +US1COJF0216 39.4619 -105.3646 2463.4 CO PINE 3.4 NNW +US1COJF0217 39.7736 -105.0589 1647.1 CO DENVER 6.6 W +US1COJF0218 39.7609 -105.1666 1690.1 CO GOLDEN 2.9 E +US1COJF0219 39.5807 -105.1578 1850.1 CO TINY TOWN 3.6 ESE +US1COJF0220 39.5415 -105.1863 2100.1 CO LITTLETON 10.2 WSW +US1COJF0221 39.7278 -105.2123 1843.1 CO GOLDEN 1.9 SSE +US1COJF0222 39.4722 -105.3913 2603.9 CO CONIFER 5.7 SW +US1COJF0223 39.7934 -105.1879 1729.1 CO GOLDEN 3.1 NE +US1COJF0227 39.5891 -105.1242 1745.9 CO LITTLETON 6.0 WSW +US1COJF0228 39.6726 -105.2749 2201.9 CO GOLDEN 6.4 SSW +US1COJF0231 39.7640 -105.1130 1672.1 CO WHEAT RIDGE 1.8 W +US1COJF0232 39.5753 -105.0948 1720.0 CO LITTLETON 4.9 WSW +US1COJF0234 39.7995 -105.2210 1791.0 CO GOLDEN 2.9 N +US1COJF0235 39.5658 -105.0902 1719.1 CO LITTLETON 5.0 SW +US1COJF0237 39.8822 -105.1018 1644.1 CO WESTMINSTER 4.6 NW +US1COJF0240 39.8171 -105.1774 1706.6 CO ARVADA 3.8 W +US1COJF0242 39.5798 -105.1264 1773.9 CO LITTLETON 6.27 WSW +US1COJF0243 39.6012 -105.3753 2485.0 CO EVERGREEN 3.8 SW +US1COJF0245 39.8379 -105.1123 1716.0 CO ARVADA 2.7 NNW +US1COJF0247 39.7715 -105.2294 1808.1 CO GOLDEN 1.2 NNW +US1COJF0250 39.7225 -105.1796 1809.9 CO GOLDEN 3.1 SE +US1COJF0251 39.8502 -105.1009 1686.2 CO ARVADA 3.3 NNW +US1COJF0252 39.7302 -105.0987 1676.1 CO LAKEWOOD 1.9 NNW +US1COJF0253 39.6850 -105.0910 1702.9 CO LAKEWOOD 1.4 SSW +US1COJF0255 39.5589 -105.3588 2609.1 CO CONIFER 3.8 NW +US1COJF0256 39.8239 -105.1823 1717.9 CO ARVADA 5.2 WNW +US1COJF0257 39.7894 -105.2418 1915.1 CO GOLDEN 3.9 NNW +US1COJF0265 39.8203 -105.1198 1652.9 CO ARVADA 0.7 W +US1COJF0266 39.6706 -105.3535 2351.8 CO EVERGREEN 2.6 NNW +US1COJF0267 39.7738 -105.3864 2660.9 CO GOLDEN 9.4 WNW +US1COJF0271 39.4708 -105.3456 2481.1 CO PINE 3.6 NNW +US1COJF0273 39.6024 -105.1109 1720.9 CO LITTLETON 5.2 W +US1COJF0276 39.8143 -105.3945 2648.1 CO ASPEN SPRINGS 4.9 ESE +US1COJF0279 39.9074 -105.3797 2682.8 CO PINECLIFFE 3.1 ESE +US1COJF0281 39.7674 -105.2262 1805.0 CO GOLDEN 2.0 NNW +US1COJF0282 39.7157 -105.0938 1684.0 CO LAKEWOOD 1.8 NE +US1COJF0285 39.7606 -105.1471 1691.0 CO WHEAT RIDGE 2.7 WSW +US1COJF0289 39.7789 -105.1225 1647.1 CO WHEAT RIDGE 1.3 WNW +US1COJF0290 39.7564 -105.1468 1696.5 CO WHEAT RIDGE 2.8 WSW +US1COJF0294 39.7949 -105.0718 1613.9 CO ARVADA 2.6 SE +US1COJF0296 39.8920 -105.1182 1666.0 CO WESTMINSTER 3.6 WNW +US1COJF0299 39.7716 -105.0880 1663.3 CO WHEAT RIDGE 0.6 ESE +US1COJF0312 39.6980 -105.2637 2278.4 CO GOLDEN 3.8 SW +US1COJF0313 39.6271 -105.1176 1740.4 CO LITTLETON 6.3 NW +US1COJF0318 39.5839 -105.3653 2403.0 CO EVERGREEN 3.6 SSW +US1COJF0319 39.6850 -105.3607 2368.0 CO EVERGREEN 2.8 NNW +US1COJF0320 39.8877 -105.1280 1679.4 CO WESTMINSTER 4.1 W +US1COJF0321 39.8784 -105.1073 1658.4 CO WESTMINSTER 3.0 W +US1COJF0325 39.8227 -105.1221 1650.5 CO ARVADA 0.8 W +US1COJF0326 39.6837 -105.1222 1742.5 CO LAKEWOOD 0.9 SSW +US1COJF0327 39.8310 -105.1229 1692.2 CO ARVADA 1.1 NW +US1COJF0328 39.6850 -105.0654 1665.4 CO LAKEWOOD 2.7 ESE +US1COJF0330 39.7593 -105.1684 1700.8 CO GOLDEN 2.9 ENE +US1COJF0331 39.8817 -105.3903 2801.7 CO GOLDEN 12.5 NW +US1COJF0332 39.5403 -105.0963 1692.9 CO LITTLETON 5.7 SW +US1COJF0333 39.6774 -105.1367 1751.1 CO LAKEWOOD 1.7 SW +US1COJF0335 39.5886 -105.1004 1720.6 CO LITTLETON 4.6 W +US1COJF0338 39.5722 -105.1221 1763.6 CO KEN CARYL 0.6 WSW +US1COJF0341 39.8166 -105.1790 1709.9 CO ARVADA 3.8 W +US1COJF0343 39.7667 -105.1142 1656.9 CO WHEAT RIDGE 0.9 WSW +US1COJF0345 39.7563 -105.1316 1693.8 CO LAKEWOOD 4.3 NNW +US1COJF0346 39.6270 -105.0788 1659.0 CO LITTLETON 4.1 WNW +US1COJF0350 39.8358 -105.0459 1631.3 CO WESTMINSTER 3.2 S +US1COJF0352 39.7525 -105.0832 1670.3 CO LAKEWOOD 4.3 NNE +US1COJF0354 39.7654 -105.1005 1682.2 CO WHEAT RIDGE 0.6 S +US1COJF0356 39.6374 -105.3225 2186.0 CO EVERGREEN 1.1 ENE +US1COJF0359 39.6086 -105.1397 1784.9 CO LITTLETON 6.6 W +US1COJF0360 39.4276 -105.3074 2218.6 CO PINE 1.3 ENE +US1COJF0361 39.5932 -105.0643 1672.4 CO LITTLETON 2.7 W +US1COJF0362 39.6071 -105.0646 1667.6 CO LITTLETON 2.8 WNW +US1COJF0363 39.6079 -105.0657 1666.0 CO LITTLETON 2.9 WNW +US1COJF0364 39.7056 -105.1308 1755.6 CO LAKEWOOD 1.2 NW +US1COJF0365 39.7197 -105.2472 2268.9 CO GOLDEN 2.1 SW +US1COJF0372 39.6478 -105.0676 1668.5 CO DENVER 7.6 SW +US1COJF0376 39.6180 -105.1303 1756.0 CO LITTLETON 6.0 W +US1COJF0383 39.7148 -105.3551 2277.8 CO EVERGREEN 6.2 NNW +US1COJF0384 39.8142 -105.1510 1691.0 CO ARVADA 2.4 WSW +US1COJF0390 39.7077 -105.1602 1882.4 CO LAKEWOOD 2.6 WNW +US1COJF0391 39.6982 -105.0922 1692.6 CO LAKEWOOD 1.2 E +US1COJF0395 39.6244 -105.3068 2358.5 CO EVERGREEN 2.0 ESE +US1COJF0397 39.6923 -105.0915 1699.3 CO LAKEWOOD 1.2 E +US1COJF0398 39.8084 -105.1115 1645.3 CO ARVADA 0.9 SSW +US1COJF0399 39.9055 -105.0572 1613.3 CO WESTMINSTER 1.7 NNW +US1COJF0401 39.6286 -105.1400 1744.4 CO MORRISON 2.9 SE +US1COJF0402 39.6126 -105.1370 1768.8 CO KEN CARYL 2.9 NNW +US1COJF0403 39.5973 -105.2959 2392.4 CO EVERGREEN 3.5 SE +US1COJF0404 39.5636 -105.3236 2426.8 CO EVERGREEN 4.9 SSE +US1COJF0407 39.5566 -105.2466 2419.2 CO ASPEN PARK 2.8 NNE +US1COJF0409 39.7575 -105.1557 1698.7 CO GOLDEN 3.4 ENE +US1COJF0410 39.8713 -105.0677 1652.6 CO WESTMINSTER 1.1 SW +US1COJF0412 39.8174 -105.1550 1686.8 CO ARVADA 2.6 W +US1COJF0413 39.5750 -105.0718 1680.4 CO LITTLETON 3.3 WSW +US1COJF0414 39.6209 -105.1037 1712.7 CO LITTLETON 4.7 W +US1COJF0421 39.8481 -105.1274 1707.5 CO ARVADA 2.2 NNW +US1COJF0424 39.6516 -105.3357 2272.0 CO EVERGREEN 1.3 NNE +US1COJF0425 39.8959 -105.3508 2368.6 CO GOLDEN 11.8 NW +US1COJF0426 39.8080 -105.0913 1636.5 CO ARVADA 1.2 SE +US1COJF0427 39.7961 -105.0854 1622.5 CO ARVADA 2.1 SSE +US1COJF0428 39.7631 -105.1211 1663.9 CO WHEAT RIDGE 1.4 WSW +US1COJF0430 39.8391 -105.1178 1719.1 CO ARVADA 1.4 NNW +US1COJF0433 39.6176 -105.3440 2275.6 CO EVERGREEN 1.1 S +US1COJF0434 39.6393 -105.3164 2166.5 CO EVERGREEN 1.4 ENE +US1COJF0435 39.6544 -105.3791 2425.6 CO EVERGREEN 2.4 NW +US1COJF0439 39.5869 -105.1655 1869.6 CO KEN CARYL 3.0 WNW +US1COJF0440 39.7196 -105.2108 1875.7 CO GOLDEN 1.4 S +US1COJF0441 39.6813 -105.1581 1835.2 CO LAKEWOOD 2.6 WSW +US1COJF0444 39.8242 -105.1620 1688.0 CO ARVADA 2.9 W +US1COJF0445 39.7224 -105.1712 1799.2 CO GOLDEN 2.6 ESE +US1COJF0455 39.8084 -105.1944 1742.5 CO ARVADA 4.7 W +US1COJF0456 39.8385 -105.2014 1796.2 CO ARVADA 5.2 WNW +US1COJF0457 39.8488 -105.1622 1740.7 CO ARVADA 3.5 WNW +US1COJF0458 39.6855 -105.0723 1672.4 CO LAKEWOOD 2.3 ESE +US1COJF0462 39.9044 -105.3568 2454.9 CO CRESCENT VILLAGE 2.3 SW +US1COJF0465 39.6878 -105.2790 2294.2 CO GOLDEN 4.9 SW +US1COJF0470 39.7040 -105.3854 2356.1 CO EVERGREEN 5.4 NNW +US1COJF0471 39.8360 -105.0792 1677.3 CO ARVADA 1.8 NE +US1COJF0473 39.7069 -105.1338 1764.5 CO LAKEWOOD 1.3 NW +US1COJF0474 39.8490 -105.0706 1660.2 CO ARVADA 2.7 NE +US1COJF0475 39.8193 -105.0999 1678.8 CO ARVADA 0.4 ESE +US1COJF0477 39.5597 -105.0984 1711.8 CO LITTLETON 5.1 WSW +US1COJF0484 39.6600 -105.3404 2287.5 CO EVERGREEN 1.8 N +US1COJF0486 39.5813 -105.1706 1886.4 CO KEN CARYL 3.2 W +US1COJF0489 39.5699 -105.1173 1761.4 CO LITTLETON 5.7 WSW +US1COJF0495 39.8534 -105.1029 1681.9 CO ARVADA 2.2 N +US1COJF0497 39.7234 -105.2378 2222.0 CO GOLDEN 1.6 SW +US1COJF0499 39.7832 -105.0796 1638.3 CO WHEAT RIDGE 1.2 ENE +US1COJK0005 40.7289 -106.2773 2479.9 CO WALDEN .37 ESE +US1COJK0007 40.8595 -106.3132 2415.8 CO COWDREY +US1COJK0008 40.4386 -106.1453 2681.9 CO RAND 2.1 ESE +US1COJK0010 40.4588 -106.1776 2626.2 CO RAND .39 NNE +US1COJK0011 40.6140 -106.2840 2506.1 CO RAND 12.3 NNW +US1COJK0016 40.9484 -106.6071 2751.1 CO COWDREY 16.5 WNW +US1COJK0017 40.6310 -106.5884 2596.9 CO COALMONT 9.3 WNW +US1COJK0020 40.7338 -106.2785 2462.8 CO WALDEN 0.3 NNE +US1COJK0023 40.6589 -106.5781 2658.5 CO WALDEN 16.3 WSW +US1COJK0024 40.4418 -106.3748 2711.5 CO COALMONT 9.3 SSE +US1COJK0025 40.7081 -106.2544 2495.4 CO WALDEN 2.6 SE +US1COJK0028 40.9763 -106.3942 2449.7 CO WALDEN 18.0 NNW +US1COJK0031 40.5213 -106.0294 2731.3 CO GOULD 0.5 W +US1COJK0032 40.7299 -106.2844 2471.3 CO WALDEN 0.2 WSW +US1COKC0011 39.3094 -102.2754 1274.1 CO BURLINGTON 0.4 NW +US1COKC0013 39.2958 -102.2739 1271.0 CO BURLINGTON 0.5 S +US1COKC0014 39.4038 -102.5381 1303.9 CO STRATTON 8 NE +US1COKC0017 39.2921 -103.0631 1506.0 CO FLAGLER 0.25 SE +US1COKC0023 39.2993 -102.2639 1268.9 CO BURLINGTON 0.55 SE +US1COKC0046 39.4753 -102.4360 1267.1 CO BURLINGTON 14.8 NW +US1COKC0048 39.2593 -102.4842 1307.0 CO BURLINGTON 11.9 WSW +US1COKC0050 39.4915 -102.8229 1382.0 CO LIBERTY 15 SW +US1COKC0052 39.4722 -102.1625 1175.9 CO BURLINGTON 13 NE +US1COKC0058 39.4331 -102.7400 1371.0 CO SEIBERT 12 NE +US1COKC0070 39.2973 -102.8816 1435.9 CO SEIBERT 0.5 NW +US1COKC0071 39.5487 -102.5879 1286.0 CO LIBERTY 7.5 SE +US1COKC0074 39.2984 -102.3535 1286.0 CO BURLINGTON 4.4 W +US1COKC0075 39.3603 -103.0404 1481.0 CO FLAGLER 5NNE +US1COKC0076 39.2472 -102.2800 1281.1 CO BURLINGTON 4 S +US1COKC0077 39.2396 -102.2892 1286.0 CO BURLINGTON 4.5 S +US1COKC0079 39.5305 -103.0241 1452.1 CO ARIKAREE 11.4 S +US1COKC0080 39.4166 -102.2036 1232.0 CO BURLINGTON 8.4 NNE +US1COKC0081 39.1948 -103.1180 1503.0 CO FLAGLER 7.2 SSW +US1COKC0083 39.2117 -102.8792 1445.1 CO SEIBERT 6 S +US1COKC0084 39.3045 -102.6089 1349.0 CO STRATTON .25 WNW +US1COKC0085 39.2927 -103.0677 1513.0 CO FLAGLER .06 WNW +US1COKC0090 39.1586 -102.2583 1271.9 CO BURLINGTON 11 S +US1COKC0096 39.3455 -102.5570 1321.0 CO STRATTON 3.8 NE +US1COKC0097 39.3818 -102.4228 1280.2 CO BETHUNE 5.3 N +US1COKC0098 39.2712 -102.6158 1363.1 CO STRATTON 2.5 SW +US1COKC0099 39.1206 -102.6884 1410.0 CO STRATTON 14 SSW +US1COKC0106 39.2845 -103.0576 1496.9 CO FLAGLER .7 SE +US1COKC0112 39.3017 -102.9836 1425.9 CO FLAGLER 4.5 E +US1COKC0115 39.2582 -102.2296 1257.0 CO BURLINGTON 4.0 SE +US1COKC0117 39.0876 -102.3727 1303.9 CO BURLINGTON 16 SSW +US1COKC0118 39.3070 -102.2548 1264.9 CO BURLINGTON 0.9 E +US1COKC0119 39.5506 -102.9097 1414.0 CO COPE 8.8 SSW +US1COKC0123 39.3046 -102.6036 1342.9 CO STRATTON 0.1 N +US1COKC0125 39.2966 -102.2752 1269.5 CO BURLINGTON 0.6 SSW +US1COKC0127 39.3046 -102.5977 1342.3 CO STRATTON 0.3 ENE +US1COKC0130 39.2147 -102.7857 1411.2 CO VONA 6.5 SSW +US1COKC0131 39.2972 -103.0625 1508.2 CO FLAGLER 0.3 NNE +US1COKC0132 39.1274 -102.9221 1479.2 CO SEIBERT 12.1 SSW +US1COKC0135 39.4745 -102.2990 1227.7 CO BURLINGTON 11.8 N +US1COKC0137 39.2145 -102.2954 1282.9 CO BURLINGTON 6.4 SSW +US1COKC0138 39.4484 -102.1117 1203.0 CO BURLINGTON 13.1 NE +US1COKC0139 39.3863 -102.3718 1269.2 CO BURLINGTON 7.7 NW +US1COKC0141 39.5081 -102.5840 1279.6 CO STRATTON 14.2 N +US1COKC0143 39.1278 -102.6745 1400.9 CO STRATTON 12.7 SSW +US1COKC0144 39.3729 -102.1477 1221.3 CO BURLINGTON 8.1 NE +US1COKW0001 38.4331 -102.5544 1182.9 CO EADS 12 ESE +US1COKW0002 38.3919 -102.3874 1210.1 CO SHERIDAN LAKE 5.2 S +US1COKW0003 38.4846 -102.7789 1286.0 CO EADS .32 NNE +US1COKW0004 38.4797 -102.7735 1283.2 CO EADS .45 E +US1COKW0006 38.4873 -103.1332 1388.1 CO HASWELL 3.5 NE +US1COKW0007 38.4532 -103.1634 1386.8 CO HASWELL .07 NNW +US1COKW0010 38.4674 -102.2807 1242.1 CO SHERIDAN LAKE .62 E +US1COKW0014 38.5437 -102.1624 1221.9 CO TOWNER 6.7 NW +US1COKW0019 38.3349 -103.3427 1286.9 CO ARLINGTON 0.1 SSE +US1COKW0021 38.2816 -102.7941 1200.9 CO EADS 13.6 S +US1COKW0026 38.4846 -102.7764 1286.3 CO EADS 0.3 NE +US1COKW0027 38.4641 -102.2910 1233.8 CO SHERIDAN LAKE 0.2 SE +US1COKW0028 38.4631 -102.4650 1188.7 CO BRANDON 2.1 WNW +US1COKW0029 38.2799 -102.9501 1313.7 CO EADS 16.6 SW +US1COKW0037 38.4723 -102.0779 1196.9 CO TOWNER 0.2 NE +US1COKW0038 38.4479 -102.6746 1252.4 CO EADS 6.1 ESE +US1COKW0039 38.5266 -103.1636 1400.3 CO HASWELL 5.1 N +US1COKW0042 38.3116 -103.1666 1310.9 CO HASWELL 9.8 S +US1COKW0043 38.4819 -102.7844 1288.4 CO EADS 0.3 W +US1COLA0001 37.5441 -103.4286 1395.1 CO KIM 20.9 NNW +US1COLA0002 37.1637 -104.5000 1883.1 CO TRINIDAD .4 S +US1COLA0003 37.0910 -104.5340 2105.9 CO TRINIDAD 5.7 SSW +US1COLA0004 37.1767 -104.1025 1702.0 CO TRINCHERA 9.8 NNW +US1COLA0005 37.2425 -103.3512 1737.1 CO KIM .29 S +US1COLA0007 37.1488 -104.5041 1945.8 CO TRINIDAD 1.4 S +US1COLA0008 37.2191 -103.6116 1759.9 CO BRANSON 20.5 NE +US1COLA0009 37.1503 -105.0386 2417.1 CO WESTON 10.5 W +US1COLA0010 37.1762 -104.5126 1845.0 CO TRINIDAD .81 NW +US1COLA0012 37.3369 -104.1084 1651.1 CO MODEL 7.9 ESE +US1COLA0013 37.2120 -104.7258 2208.0 CO BONCARBO 1.5 WSW +US1COLA0014 37.2361 -104.8033 2296.1 CO BONCARBO 6.1 WNW +US1COLA0015 37.1392 -103.4066 1705.1 CO KIM 7.8 SSW +US1COLA0017 37.3333 -104.2783 1731.0 CO EARL .34 S +US1COLA0018 37.2528 -104.3743 1756.0 CO TRINIDAD 9 NE +US1COLA0019 37.2330 -104.7183 2179.0 CO BONCARBO 1.7 NW +US1COLA0021 37.1392 -103.4072 1704.1 CO KIM 10.9 SSW +US1COLA0025 37.3215 -104.5838 1889.8 CO TRINIDAD 11.5 NNW +US1COLA0027 37.4084 -104.6540 1962.9 CO AGUILAR .05 NNW +US1COLA0033 37.3593 -104.7734 2200.0 CO AGUILAR 7.2 WSW +US1COLA0035 37.2437 -103.3500 1734.0 CO KIM 0.2 SSE +US1COLA0037 37.2666 -104.3166 1724.9 CO TRINIDAD AIRPORT +US1COLA0039 37.2279 -104.4131 1802.0 CO TRINIDAD 6.3 NE +US1COLA0041 37.2181 -104.7181 2194.9 CO BONCARBO 1.0 W +US1COLA0043 37.1742 -104.5164 1864.2 CO TRINIDAD 0.7 NW +US1COLA0046 37.1698 -104.5185 1839.5 CO TRINIDAD 0.7 W +US1COLA0048 37.1751 -104.4726 1880.3 CO TRINIDAD 1.9 ENE +US1COLA0050 37.2192 -104.8034 2273.8 CO WESTON 6.5 NNE +US1COLA0055 37.2058 -104.6600 2053.7 CO BONCARBO 2.4 ESE +US1COLA0057 37.2128 -104.4927 1857.5 CO TRINIDAD 3.1 NNE +US1COLA0063 37.3268 -104.1284 1632.8 CO MODEL 5.6 E +US1COLA0065 37.2638 -104.3246 1736.8 CO TRINIDAD 11.9 ENE +US1COLA0066 37.2458 -103.3555 1739.2 CO KIM 0.2 W +US1COLA0071 37.1751 -104.4726 1880.3 CO TRINIDAD 1.9 ENE +US1COLA0072 37.6513 -104.3243 1667.0 CO WALSENBURG 24.8 E +US1COLA0076 37.1780 -104.5080 1846.5 CO TRINIDAD 0.7 N +US1COLA0077 37.7974 -104.3019 1656.6 CO FOWLER 27.4 SSW +US1COLA0083 37.1109 -104.2848 1779.7 CO TRINCHERA 14.7 WNW +US1COLA0087 37.1056 -104.5264 1960.2 CO TRINIDAD 4.5 SSW +US1COLA0088 37.1945 -103.1289 1557.8 CO PRITCHETT 19.2 SW +US1COLG0001 40.8642 -102.8747 1154.0 CO CROOK 3.7 W +US1COLG0002 40.6421 -103.2376 1218.9 CO STERLING 1.8 NW +US1COLG0003 40.6825 -103.4289 1346.9 CO STERLING 15WNW +US1COLG0004 40.6252 -103.2238 1202.1 CO STERLING +US1COLG0005 40.6792 -102.8384 1292.0 CO FLEMING 0.1 SE +US1COLG0006 40.7023 -103.1945 1218.9 CO STERLING 3.7 NNE +US1COLG0007 40.7024 -103.2005 1221.0 CO STERLING 5.2 N +US1COLG0008 40.6286 -103.2269 1199.1 CO STERLING .3 NW +US1COLG0013 40.8685 -102.8054 1132.0 CO CROOK 0.7 NNW +US1COLG0024 40.5689 -102.7121 1259.1 CO HAXTUN 6.7 SW +US1COLG0030 40.6129 -103.2291 1204.9 CO STERLING 2.7 SSW +US1COLG0031 40.8348 -103.0177 1196.9 CO ILIFF 5.7 NNE +US1COLG0033 40.5376 -102.8336 1296.9 CO FLEMING 10 S +US1COLG0035 40.6142 -103.2283 1203.0 CO STERLING 2.6 SSW +US1COLG0040 40.5147 -102.9906 1357.0 CO STERLING 15 SE +US1COLG0044 40.6424 -103.2400 1219.8 CO STERLING 1.5 WSW +US1COLG0045 40.9036 -102.9804 1233.8 CO PEETZ 8.0 ESE +US1COLG0048 40.8736 -103.0571 1238.1 CO ILIFF 8.0 N +US1COLG0049 40.6290 -103.2090 1200.3 CO STERLING 1.5 S +US1COLG0055 40.6609 -103.2212 1214.9 CO STERLING 0.8 NNW +US1COLG0056 40.7595 -103.0661 1170.7 CO ILIFF 0.1 NNW +US1COLG0059 40.6309 -103.2047 1200.0 CO STERLING 1.5 SSE +US1COLG0060 40.6183 -103.2157 1203.0 CO STERLING 2.3 S +US1COLG0061 40.5537 -103.4859 1322.8 CO WILLARD 0.4 NW +US1COLG0065 40.7385 -103.0567 1175.0 CO ILIFF 1.4 SSE +US1COLG0066 40.5863 -102.8382 1303.0 CO FLEMING 6.6 S +US1COLG0067 40.8606 -102.9614 1200.0 CO ILIFF 8.9 NE +US1COLK0001 39.2573 -106.3173 3037.9 CO LEADVILLE 1.4 WNW +US1COLK0003 39.2522 -106.2924 3107.1 CO LEADVILLE 0.1 N +US1COLK0010 39.1601 -106.2816 2959.0 CO LEADVILLE 6.3 S +US1COLK0011 39.2601 -106.3237 3033.1 CO LEADVILLE 1.8 WNW +US1COLK0018 39.2513 -106.3235 3023.9 CO LEADVILLE 1.6 W +US1COLK0019 39.2484 -106.2891 3109.9 CO LEADVILLE 0.3 ENE +US1COLK0021 39.2690 -106.3360 3007.2 CO LEADVILLE 2.7 NW +US1COLK0022 39.1920 -106.2820 3052.0 CO LEADVILLE 3.8 S +US1COLK0025 39.2618 -106.3231 3025.1 CO LEADVILLE 1.9 WNW +US1COLK0026 39.2535 -106.2936 3095.9 CO LEADVILLE 0.5 N +US1COLK0027 39.0693 -106.4365 2968.8 CO TWIN LAKES 3.1 WSW +US1COLK0028 39.2522 -106.3006 3072.7 CO LEADVILLE 0.5 NW +US1COLK0029 39.0720 -106.4673 3035.8 CO TWIN LAKES 4.7 W +US1COLK0030 39.2386 -106.3686 2934.0 CO LEADVILLE 4.0 W +US1COLK0032 39.1995 -106.3653 2903.5 CO LEADVILLE 5.0 SW +US1COLN0001 39.5515 -103.3247 1556.0 CO SHAW 2 E +US1COLN0002 39.2762 -103.4907 1705.1 CO GENOA +US1COLN0003 39.1435 -103.4921 1563.0 CO HUGO 1 NW +US1COLN0004 38.8313 -103.4770 1480.1 CO KARVAL 7.2 NNE +US1COLN0006 39.1650 -103.4597 1570.9 CO HUGO 0.6 E +US1COLN0007 39.3600 -103.1928 1542.9 CO ARRIBA 6.8 NE +US1COLN0008 39.3607 -103.2575 1573.1 CO ARRIBA 5.5 NNE +US1COLN0009 38.7907 -103.2013 1491.1 CO BOYERO 10.3 SSE +US1COLN0010 39.0684 -103.6300 1652.0 CO HUGO 10 SW +US1COLN0011 39.4045 -103.4646 1642.9 CO GENOA 9 NNE +US1COLN0015 38.9836 -103.2209 1481.9 CO BOYERO 4.2 NE +US1COLN0016 39.4861 -103.2613 1545.9 CO ARRIBA 14 N +US1COLN0017 39.1484 -103.4615 1548.1 CO HUGO 1 NNE +US1COLN0018 38.6779 -103.7049 1499.9 CO KARVAL 9.8 WSW +US1COLN0026 39.3372 -103.6536 1686.2 CO LIMON 5.4 NNE +US1COLN0027 39.1305 -103.4726 1538.9 CO HUGO .4 SSW +US1COLN0028 39.2721 -103.6905 1640.1 CO LIMON .56 N +US1COLN0030 39.3880 -103.6660 1741.9 CO LIMON 9 N +US1COLN0031 39.2666 -103.6666 1631.9 CO LIMON AIRPORT +US1COLN0034 38.7245 -103.6262 1603.9 CO KARVAL 4.8 W +US1COLN0035 38.7238 -103.7743 1581.9 CO KARVAL 12.8 W +US1COLN0036 38.7357 -103.5345 1563.9 CO KARVAL 0.2 NE +US1COLN0037 39.2688 -103.6945 1638.0 CO LIMON 0.3 NW +US1COLN0038 39.2530 -103.6950 1642.0 CO LIMON 0.9 SSW +US1COLN0041 39.3893 -103.6669 1741.0 CO LIMON 8.6 N +US1COLN0042 38.7778 -103.6043 1594.1 CO KARVAL 5.2 NW +US1COLN0044 38.7911 -103.2004 1486.8 CO WILD HORSE 11.0 W +US1COLN0045 38.6939 -103.6080 1582.5 CO KARVAL 4.9 WSW +US1COLN0046 39.2692 -103.6970 1641.3 CO LIMON 0.5 WNW +US1COLN0048 39.1327 -103.4701 1535.0 CO HUGO 0.2 SW +US1COLN0049 38.6409 -103.2563 1453.9 CO HASWELL 13.9 NNW +US1COLN0050 39.2585 -103.6901 1632.2 CO LIMON 0.5 S +US1COLN0051 39.2667 -103.6944 1645.0 CO LIMON 0.3 W +US1COLN0053 39.2669 -103.6952 1644.7 CO LIMON 0.3 W +US1COLN0054 39.3255 -103.5848 1722.4 CO LIMON 6.9 NE +US1COLN0055 38.7421 -103.5357 1562.1 CO KARVAL 0.9 NNW +US1COLN0057 39.1305 -103.4701 1536.2 CO HUGO 0.3 SSW +US1COLN0058 39.4134 -103.2854 1564.8 CO ARRIBA 9.0 N +US1COLN0060 38.7273 -103.8926 1617.0 CO RUSH 12.3 SE +US1COLP0002 37.2153 -107.7346 2086.1 CO DURANGO 9.0 ESE +US1COLP0004 37.2707 -107.7516 2190.9 CO DURANGO 7.1 E +US1COLP0005 37.2542 -107.9523 2282.0 CO DURANGO 4.1 WSW +US1COLP0006 37.2109 -107.8008 2101.9 CO DURANGO 6.2 SE +US1COLP0007 37.2459 -107.5903 2183.9 CO BAYFIELD 1.5 NNE +US1COLP0008 37.2584 -107.7930 2171.1 CO DURANGO 4.9 ESE +US1COLP0009 37.1439 -107.6211 2000.1 CO IGNACIO 2.1 NNE +US1COLP0016 37.2141 -108.0916 2283.9 CO HESPERUS 5.7 SW +US1COLP0018 37.4016 -107.8333 2012.9 CO DURANGO 9.2 NNE +US1COLP0019 37.3029 -107.8386 2065.0 CO DURANGO 3.1 NE +US1COLP0020 37.4123 -107.8284 2018.1 CO DURANGO 10 NNE +US1COLP0021 37.2648 -107.9832 2268.9 CO DURANGO 5.4 W +US1COLP0022 37.2736 -107.8749 2019.0 CO DURANGO 0.8 SSW +US1COLP0024 37.3030 -107.8714 2048.0 CO DURANGO 2.0 NNE +US1COLP0025 37.2226 -107.6097 2112.9 CO BAYFIELD 0.6 WSW +US1COLP0026 37.1112 -108.1445 2037.9 CO HESPERUS 13.3 SSW +US1COLP0028 37.2845 -107.8875 2037.0 CO DURANGO 0.8 NNW +US1COLP0029 37.1424 -108.0814 2142.1 CO HESPERUS 9.9 SSW +US1COLP0030 37.3090 -107.8052 2238.8 CO DURANGO 3.9 ENE +US1COLP0031 37.0387 -108.1725 1923.0 CO REDMESA 4.2 S +US1COLP0032 37.4361 -107.5484 2346.0 CO VALLECITO 4.8 NE +US1COLP0034 37.3875 -107.8455 2004.1 CO DURANGO 7.1 N +US1COLP0035 37.3352 -107.6082 2499.4 CO BAYFIELD 7.0 N +US1COLP0036 37.2257 -107.6059 2094.9 CO BAYFIELD 0.8 SW +US1COLP0037 37.2479 -107.5999 2137.0 CO BAYFIELD 1.0 NNW +US1COLP0038 37.0048 -107.6046 1898.0 CO IGNACIO 7.9 SSE +US1COLP0040 37.2085 -107.7275 2082.4 CO DURANGO 8.4 SE +US1COLP0041 37.2952 -107.8660 2009.9 CO DURANGO 0.7 NNE +US1COLP0042 37.2379 -107.5949 2134.5 CO BAYFIELD 0.3 N +US1COLP0044 37.4236 -107.7994 2029.7 CO HERMOSA 2.8 E +US1COLP0047 37.2712 -107.8756 2026.3 CO DURANGO 1.1 SSW +US1COLP0048 37.1896 -107.7204 2053.4 CO IGNACIO 6.9 NW +US1COLP0049 37.2911 -107.8747 2004.7 CO DURANGO 0.5 NW +US1COLP0053 37.2046 -107.8021 2097.3 CO DURANGO 6.7 SSE +US1COLP0055 37.3154 -107.7731 2236.0 CO DURANGO 5.7 ENE +US1COLP0058 37.1978 -108.1264 2173.5 CO HESPERUS 7.8 SW +US1COLP0059 37.2714 -107.8904 2005.9 CO DURANGO 1.5 SW +US1COLP0060 37.2620 -107.9951 2296.1 CO DURANGO 7.1 WSW +US1COLP0061 37.2526 -107.9456 2264.7 CO DURANGO 4.8 WSW +US1COLP0062 37.2478 -107.5882 2196.4 CO BAYFIELD 1.0 NNE +US1COLP0064 37.0999 -107.8594 1952.2 CO DURANGO 12.9 S +US1COLP0066 37.5960 -107.8144 2665.5 CO ROCKWOOD 6.7 N +US1COLP0067 37.1585 -107.6264 2035.5 CO IGNACIO 2.9 N +US1COLP0070 37.1377 -108.2289 2063.8 CO REDMESA 4.2 NW +US1COLP0072 37.2268 -107.9723 2195.2 CO HESPERUS 4.9 SE +US1COLP0074 37.0930 -108.1304 2020.2 CO HESPERUS 14.1 SSW +US1COLP0075 37.2864 -107.8670 2012.9 CO DURANGO 0.1 ENE +US1COLP0076 37.2254 -107.8645 1962.6 CO DURANGO 4.2 S +US1COLP0077 37.3083 -107.5558 2264.4 CO BAYFIELD 5.6 NNE +US1COLP0078 37.1804 -108.0363 2217.7 CO HESPERUS 6.9 S +US1COLP0079 37.5978 -107.8253 2714.5 CO ROCKWOOD 6.9 NNW +US1COLP0080 37.2462 -107.8766 1988.8 CO DURANGO 2.8 S +US1COLP0081 37.2443 -107.9483 2226.0 CO DURANGO 5.2 WSW +US1COLP0083 37.1770 -108.1520 2144.3 CO HESPERUS 9.8 SW +US1COLP0085 37.2741 -107.8764 2001.3 CO DURANGO 0.9 SSW +US1COLP0086 37.4046 -107.8370 2014.4 CO DURANGO 8.4 NNE +US1COLP0088 37.3644 -107.6906 2507.6 CO DURANGO 11.2 ENE +US1COLP0089 37.1723 -107.8123 2070.8 CO DURANGO 8.5 SSE +US1COLP0090 37.2895 -107.8773 2009.9 CO DURANGO 0.5 WNW +US1COLP0091 37.1570 -107.8563 1997.0 CO FALFA 5.1 SW +US1COLP0092 37.1379 -107.6289 1993.7 CO IGNACIO 1.5 N +US1COLP0093 37.2812 -107.8545 2094.9 CO DURANGO 0.9 ESE +US1COLP0097 37.2445 -107.5894 2165.9 CO BAYFIELD 0.8 NNE +US1COLP0098 37.3244 -107.5979 2269.8 CO BAYFIELD 6.2 N +US1COLP0099 37.4478 -107.5472 2356.1 CO BAYFIELD 15.0 N +US1COLP0100 37.2999 -107.8312 2121.1 CO DURANGO 2.3 ENE +US1COLP0101 37.3343 -107.8771 2003.1 CO DURANGO 3.4 N +US1COLP0106 37.3129 -107.6129 2208.0 CO BAYFIELD 5.5 N +US1COLR0001 40.4062 -105.1153 1549.0 CO LOVELAND 1.5 W +US1COLR0003 40.3907 -105.1001 1517.0 CO LOVELAND 1.6 SSW +US1COLR0004 40.6024 -105.2765 2015.9 CO BELLVUE 5.9 W +US1COLR0005 40.4174 -105.1187 1563.9 CO LOVELAND 1.7 W +US1COLR0006 40.3391 -105.1836 1667.9 CO LOVELAND 7.2 SW +US1COLR0010 40.5316 -105.0213 1506.9 CO FORT COLLINS 4.5 SE +US1COLR0015 40.3833 -105.0091 1503.0 CO LOVELAND 4.6 ESE +US1COLR0018 40.4419 -105.1851 1594.1 CO LOVELAND 5.2 WNW +US1COLR0019 40.6483 -105.0957 1559.1 CO FORT COLLINS 5.0 N +US1COLR0022 40.5691 -105.0682 1523.1 CO FORT COLLINS 0.9 SE +US1COLR0025 40.5287 -105.1194 1576.1 CO FORT COLLINS 3.7 SW +US1COLR0026 40.4909 -105.1000 1551.1 CO FORT COLLINS 5.8 S +US1COLR0029 40.3756 -105.0869 1538.9 CO LOVELAND 2.5 S +US1COLR0030 40.3920 -105.1190 1533.1 CO LOVELAND 2.3 SW +US1COLR0033 40.2655 -105.2954 1766.0 CO LYONS 2 NNW +US1COLR0034 40.4079 -105.0196 1510.0 CO LOVELAND 3.3 E +US1COLR0035 40.2632 -105.1637 1576.1 CO BERTHOUD 5.2 SW +US1COLR0036 40.5872 -104.9630 1534.1 CO TIMNATH 4.1 NNE +US1COLR0038 40.5187 -105.0574 1520.0 CO FORT COLLINS 4.3 SSE +US1COLR0041 40.5268 -105.1028 1560.0 CO FORT COLLINS 3.4 SSW +US1COLR0042 40.5552 -105.1078 1547.2 CO FORT COLLINS 1.8 SW +US1COLR0043 40.5421 -105.1144 1560.0 CO FORT COLLINS 2.7 SW +US1COLR0044 40.6039 -105.1225 1548.1 CO FORT COLLINS 2.5 NW +US1COLR0049 40.7062 -105.0061 1591.1 CO WELLINGTON .2 NE +US1COLR0050 40.2934 -105.2692 1712.1 CO LYONS 4.8 N +US1COLR0052 40.8069 -105.2556 1766.3 CO LIVERMORE 2.0 NW +US1COLR0053 40.3822 -105.0106 1506.9 CO LOVELAND 4.6 ESE +US1COLR0055 40.6350 -104.9443 1598.1 CO FORT COLLINS 8.4 ENE +US1COLR0056 40.2711 -105.1109 1539.8 CO LONGMONT 7.3 N +US1COLR0058 40.5897 -105.1058 1538.9 CO FORT COLLINS 1.5 NW +US1COLR0059 40.5757 -105.0243 1503.0 CO FORT COLLINS 3.1 E +US1COLR0061 40.5205 -105.2564 1767.8 CO MASONVILLE 3.4 NW +US1COLR0062 40.3763 -105.1130 1539.8 CO LOVELAND 2.5 SW +US1COLR0068 40.4193 -105.1097 1556.0 CO LOVELAND 2.4 NW +US1COLR0070 40.5825 -105.3500 2186.9 CO BELLVUE 9.9 WSW +US1COLR0074 40.3645 -105.2802 2075.1 CO LOVELAND 11.2 WSW +US1COLR0075 40.5538 -105.1289 1567.0 CO FORT COLLINS 2.8 WSW +US1COLR0078 40.6281 -105.1532 1553.0 CO LAPORTE .8 W +US1COLR0082 40.4691 -105.4271 2222.0 CO GLEN HAVEN 1.6 NE +US1COLR0085 40.6364 -105.3684 2192.1 CO BELLVUE 10.3 W +US1COLR0093 40.4430 -104.9480 1516.1 CO WINDSOR 3.4 SW +US1COLR0104 40.4407 -105.0619 1519.1 CO LOVELAND 3.0 NNE +US1COLR0107 40.4530 -105.0677 1534.1 CO LOVELAND 3.8 N +US1COLR0109 40.3695 -105.1008 1545.9 CO LOVELAND 2.3 ESE +US1COLR0110 40.4255 -105.1021 1547.2 CO LOVELAND 2.4 NW +US1COLR0112 40.6079 -105.0422 1530.1 CO FORT COLLINS 3.9 NNE +US1COLR0116 40.7578 -105.4224 2271.1 CO RFL 9.4 SE +US1COLR0119 40.7780 -105.0737 1663.9 CO WEL 6.0 NW +US1COLR0121 40.6732 -104.9411 1631.0 CO WEL 4.5 SE +US1COLR0123 40.7770 -105.0742 1663.0 CO BUC 3.5 SE +US1COLR0127 40.6516 -104.9994 1555.1 CO WEL 3.6 S +US1COLR0140 40.7385 -105.0833 1627.0 CO WEL 4.8 NW +US1COLR0142 40.7257 -104.9662 1603.9 CO WEL 1.8 NE +US1COLR0143 40.7265 -105.0760 1606.0 CO WEL 4.2 NW +US1COLR0154 40.6880 -105.3160 1754.1 CO PPK +US1COLR0157 40.7692 -105.0410 1641.0 CO WEL 6.3 NW +US1COLR0164 40.8475 -105.3600 1962.0 CO LVR 9 NW +US1COLR0165 40.6964 -104.9817 1591.1 CO WEL 1 SE +US1COLR0166 40.7075 -105.0066 1591.1 CO WEL 0.2 NW +US1COLR0167 40.6920 -105.0151 1581.0 CO WEL 1.0 SW +US1COLR0168 40.7425 -105.4353 2403.0 CO LIVERMORE 12 WSW +US1COLR0169 40.9803 -105.2553 2253.1 CO VIRGINIA DALE 5.5 ENE +US1COLR0170 40.7991 -105.5871 2542.0 CO RED FEATHER 0.3 SE +US1COLR0171 40.7618 -105.0208 1634.0 CO WELLINGTON 4.2 N +US1COLR0172 40.6892 -105.0205 1581.9 CO WELLINGTON 1.4 SW +US1COLR0173 40.7852 -104.9757 1670.0 CO WELLINGTON 6.0 N +US1COLR0181 40.7825 -104.9973 1649.0 CO WEL 5.5 N +US1COLR0183 40.7022 -105.7106 2374.1 CO RUS 9 WSW +US1COLR0185 40.7110 -105.1144 1599.0 CO WELLINGTON 5.8 W +US1COLR0186 40.8135 -105.0963 1601.7 CO BUCKEYE 0.9 S +US1COLR0187 40.7689 -105.0640 1653.8 CO WELLINGTON 5.5 NW +US1COLR0189 40.6890 -105.0242 1594.1 CO WELLINGTON 1.5 SW +US1COLR0193 40.6711 -105.0639 1584.0 CO WELLINGTON 3.9 SW +US1COLR0196 40.6910 -105.0157 1581.9 CO WELLINGTON 0.2 SW +US1COLR0197 40.6240 -105.3405 2464.0 CO BLV 8.0 W +US1COLR0200 40.3345 -105.5127 2431.1 CO ESTES PARK 2.6 S +US1COLR0201 40.4701 -105.4493 2303.1 CO GLEN HAVEN 1.4 N +US1COLR0202 40.3588 -105.5635 2389.9 CO ESTES PARK 2.5 WSW +US1COLR0204 40.4133 -105.4734 2379.9 CO GLEN HAVEN 3.0 SSW +US1COLR0205 40.4898 -105.5015 2567.9 CO GLEN HAVEN 4 NW +US1COLR0206 40.4560 -105.4566 2243.9 CO GLEN HAVEN 0.6 NW +US1COLR0208 40.8103 -105.9351 2523.1 CO GLN +US1COLR0209 40.3775 -105.5331 2318.0 CO ESTES PARK 0.7 W +US1COLR0210 40.4708 -105.4364 2222.9 CO GLEN HAVEN 1.7 NE +US1COLR0211 40.4703 -105.4280 2250.0 CO GLEN HAVEN 1.8 NE +US1COLR0212 40.3606 -105.5304 2418.9 CO ESTES PARK 1.2 SW +US1COLR0213 40.3551 -105.4937 2361.9 CO ESTES PARK 1.8 SE +US1COLR0214 40.3395 -105.5605 2567.9 CO ESTES PARK 3.7 SW +US1COLR0215 40.3571 -105.5123 2425.0 CO ESTES PARK 1.8 S +US1COLR0216 40.4307 -105.3402 1891.0 CO GLEN HAVEN 6.2 E +US1COLR0217 40.4549 -105.3142 2129.9 CO GLEN HAVEN 7.2 E +US1COLR0219 40.4688 -105.4361 2222.9 CO GLEN HAVEN 1.5 NE +US1COLR0221 40.3797 -105.4960 2303.1 CO ESTES PARK 1 E +US1COLR0222 40.3596 -105.5528 2339.0 CO ESTES PARK 2.1 SW +US1COLR0223 40.3266 -105.5524 2575.0 CO ESTES PARK 3.9 SSW +US1COLR0224 40.3688 -105.5007 2301.8 CO ESTES PARK 1 SE +US1COLR0225 40.4700 -105.3092 2058.0 CO DRAKE 3.0 NNE +US1COLR0226 40.3463 -105.5379 2467.1 CO ESTES PARK 2.6 SSW +US1COLR0227 40.3840 -105.5086 2336.9 CO ESTES PARK 0.5 NE +US1COLR0228 40.7750 -105.5292 2520.1 CO RFL 3.8 SE +US1COLR0229 40.3289 -105.5727 2496.0 CO ESTES PARK 4.2 SW +US1COLR0230 40.3441 -105.5274 2452.1 CO ESTES PARK 2.2 SSW +US1COLR0231 40.3855 -105.5117 2354.9 CO ESTES PARK 0.7 NNE +US1COLR0233 40.3776 -105.5250 2325.0 CO ESTES PARK 0.4 W +US1COLR0234 40.3673 -105.5436 2379.0 CO ESTES PARK 1.5 SW +US1COLR0237 40.4410 -105.7541 3600.9 CO ESTES PARK 13.3 WNW +US1COLR0239 40.7686 -105.4725 2379.0 CO RED FEATHER 6.7 SE +US1COLR0240 40.4018 -105.4878 2368.9 CO ESTES PARK 2.2 NE +US1COLR0241 40.3609 -105.4486 2628.0 CO ESTES PARK 3.9 ESE +US1COLR0242 40.3622 -105.4531 2552.1 CO ESTES PARK 3.8 ESE +US1COLR0243 40.3599 -105.5570 2353.1 CO ESTES PARK 2.4 WSW +US1COLR0247 40.3302 -105.5221 2467.1 CO ESTES PARK 3.3 SSW +US1COLR0248 40.3740 -105.5169 2322.6 CO ESTES PARK 0.2 ESE +US1COLR0249 40.7250 -105.4261 2328.1 CO LIVERMORE 12 SW +US1COLR0250 40.7510 -105.4096 2268.9 CO LIVERMORE 10.5 WSW +US1COLR0251 40.6263 -105.3912 2357.9 CO STOVE PRAIRIE 2 WNW +US1COLR0252 40.6350 -105.1817 1599.0 CO BELLVUE 1 NW +US1COLR0253 40.5592 -105.2951 1880.9 CO MAS 8.0 NW +US1COLR0254 40.6272 -105.1373 1547.2 CO LAPORTE 0.1 E +US1COLR0255 40.5759 -105.0858 1527.0 CO FCL +US1COLR0259 40.5857 -105.1317 1560.0 CO FCL 2.5 W +US1COLR0260 40.5707 -105.1121 1545.9 CO FCL 1.5 WSW +US1COLR0264 40.5195 -105.1256 1577.9 CO FCL 4.5 SW +US1COLR0269 40.4724 -105.0649 1535.0 CO FCL 8.1 S +US1COLR0270 40.5562 -105.0643 1523.1 CO FCL 1.7 SE +US1COLR0272 40.5927 -105.0295 1512.1 CO FCL 3.0 NE +US1COLR0273 40.5998 -105.1151 1544.4 CO FCL 2.2 NW +US1COLR0274 40.4937 -105.0839 1551.1 CO FCL 5.8 S +US1COLR0276 40.8627 -105.3810 2047.0 CO LIVERMORE 9.8 NW +US1COLR0278 40.5446 -105.0495 1516.1 CO FCL 2.9 SE +US1COLR0279 40.5180 -105.0655 1524.9 CO FCL 4.1 S +US1COLR0283 40.5796 -105.1219 1553.0 CO FCL 1.9 W +US1COLR0284 40.5876 -105.1473 1591.1 CO FCL 3.0 W +US1COLR0286 40.7353 -105.4077 2165.0 CO LIVERMORE 10.8 WSW +US1COLR0288 40.5611 -105.0880 1524.9 CO FCL 1.0 S +US1COLR0290 40.5373 -105.0291 1506.0 CO FCL 4.0 SE +US1COLR0292 40.5767 -105.0230 1506.0 CO FCL 4.0 E +US1COLR0295 40.5541 -105.0700 1527.0 CO FCL 1.7 SE +US1COLR0297 40.6163 -105.1718 1580.1 CO BELLVUE 1 S +US1COLR0298 40.4780 -105.0710 1528.0 CO FCL 6.8 S +US1COLR0299 40.5467 -105.0494 1514.9 CO FCL 2.7 SE +US1COLR0300 40.6108 -105.0393 1535.0 CO FCL 3.5 NE +US1COLR0302 40.5797 -104.9759 1517.9 CO FCL 6.8 E +US1COLR0306 40.5947 -105.0921 1528.9 CO FCL 1.3 NW +US1COLR0307 40.6169 -105.0541 1533.1 CO FCL 3.2 NE +US1COLR0308 40.6492 -105.3333 2169.0 CO BELLVUE 8.3 W +US1COLR0309 40.5642 -105.1229 1553.9 CO FCL 2.1 SW +US1COLR0310 40.5781 -105.0260 1503.0 CO FCL 3.2 E +US1COLR0311 40.5999 -105.1175 1547.2 CO FCL 2.3 NW +US1COLR0312 40.6240 -105.0649 1547.2 CO FCL 3.1 NE +US1COLR0313 40.5998 -105.1191 1547.2 CO FCL 2.4 NW +US1COLR0314 40.6130 -105.0518 1520.0 CO FCL 2.9 NE +US1COLR0316 40.5963 -105.0908 1524.0 CO FCL 1.5 N +US1COLR0320 40.5570 -105.1086 1545.9 CO FCL 1.7 SW +US1COLR0323 40.5552 -105.0639 1523.1 CO FCL 1.8 SE +US1COLR0324 40.6137 -105.1417 1551.1 CO FCL 4.0 NW +US1COLR0325 40.4966 -105.0709 1514.9 CO FCL 5.7 S +US1COLR0326 40.6074 -105.0526 1519.1 CO FCL 2.8 NE +US1COLR0329 40.8600 -105.5087 2414.9 CO RED FEATHER 5.9 NE +US1COLR0330 40.5363 -105.0294 1506.0 CO FCL 3.7 SE +US1COLR0335 40.5131 -105.0717 1503.9 CO FCL 4.5 S +US1COLR0338 40.5215 -105.1690 1695.0 CO FCL 6 SW +US1COLR0340 40.6068 -105.0634 1517.0 CO FCL 2.55 NE +US1COLR0341 40.4968 -105.0688 1513.0 CO FCL 5.5 S +US1COLR0347 40.5641 -105.0628 1513.9 CO FCL 1.4 SE +US1COLR0355 40.5265 -105.0870 1544.1 CO FCL 3.5 S +US1COLR0356 40.6330 -105.0734 1553.9 CO FCL 4.0 N +US1COLR0357 40.5528 -105.1224 1562.1 CO FCL 2.5 SW +US1COLR0359 40.6030 -105.2645 2023.9 CO BLV 5.0 W +US1COLR0360 40.6806 -105.1142 1568.5 CO BELLVUE 4.9 NE +US1COLR0361 40.5777 -105.0739 1524.9 CO FCL 0.6 E +US1COLR0365 40.5601 -105.1290 1563.9 CO FCL 2.5 SW +US1COLR0368 40.6089 -108.0572 1944.9 CO FCL 2.7 NE +US1COLR0370 40.5438 -105.1597 1662.1 CO FCL 4.7 SW +US1COLR0371 40.5663 -105.5875 2788.9 CO RUSTIC 9.2 S +US1COLR0372 40.5468 -105.0944 1545.9 CO FCL 2.1 S +US1COLR0373 40.5789 -105.0682 1521.0 CO FCL 0.9 E +US1COLR0375 40.5269 -105.0575 1524.0 CO FCL 3.7 S +US1COLR0376 40.6152 -105.1403 1541.1 CO FCL 4.0 NW +US1COLR0377 40.5539 -105.1189 1558.1 CO FCL 2.3 SW +US1COLR0378 40.5258 -105.0909 1547.2 CO FCL 3.4 S +US1COLR0380 40.6271 -105.2628 2009.9 CO BELLVUE 5.0 W +US1COLR0385 40.5579 -105.0714 1528.9 CO FCL 1.4 SE +US1COLR0387 40.5984 -105.1890 1692.9 CO BELLVUE 2.4 SSW +US1COLR0388 40.5717 -105.1201 1552.0 CO FCL 1.9 W +US1COLR0391 40.5407 -105.1187 1567.0 CO FCL 3.0 SW +US1COLR0392 40.5640 -105.1219 1553.0 CO FCL 2.0 SW +US1COLR0393 40.5653 -104.9811 1499.0 CO FCL 5.6 E +US1COLR0394 40.5978 -105.1266 1552.0 CO FCL 2.6 NW +US1COLR0395 40.5969 -105.1189 1548.1 CO FCL 2.4 NW +US1COLR0397 40.5267 -105.1637 1666.0 CO FCL 4.8 SW +US1COLR0402 40.5578 -105.0597 1521.9 CO FORT COLLINS 1.8 SE +US1COLR0403 40.5725 -105.0147 1502.1 CO FCL 3.7 E +US1COLR0406 40.6384 -105.0878 1534.1 CO FCL 4.3 N +US1COLR0407 40.5768 -105.0131 1494.1 CO FORT COLLINS 3.3 ENE +US1COLR0409 40.4909 -105.0865 1560.0 CO FORT COLLINS 5.8 S +US1COLR0412 40.5968 -105.1329 1558.1 CO FORT COLLINS 2.9 NW +US1COLR0413 40.5393 -105.1185 1567.9 CO FORT COLLINS 3.1 SW +US1COLR0414 40.7962 -105.5753 2520.1 CO RED FEATHER 0.9 SE +US1COLR0415 40.5831 -105.1072 1541.1 CO FIRE STATION 2 +US1COLR0416 40.5383 -105.1233 1570.9 CO OLANDER +US1COLR0417 40.5525 -105.1475 1649.0 CO DIXON DAM +US1COLR0418 40.5058 -105.1158 1567.9 CO LANDFILL +US1COLR0419 40.5628 -105.0794 1524.0 CO SPRING CREEK C +US1COLR0420 40.5703 -105.1350 1560.9 CO OVERLAND PONDS +US1COLR0421 40.6306 -105.0953 1531.9 CO DRY CREEK +US1COLR0422 40.5508 -105.1153 1549.0 CO SPRING CREEK W +US1COLR0423 40.5122 -105.0775 1508.2 CO FOSSIL CREEK C +US1COLR0424 40.6547 -104.9831 1553.0 CO BOXELDER CREEK +US1COLR0425 40.5850 -105.3368 2078.1 CO STOVE PRAIRIE 2.8 SSE +US1COLR0426 40.5375 -105.0531 1517.0 CO COLLINDALE +US1COLR0427 40.5661 -105.0408 1499.0 CO SPRING CREEK P +US1COLR0428 40.5311 -105.0842 1544.1 CO TROUTMAN +US1COLR0429 40.5725 -105.1069 1542.9 CO AVERY +US1COLR0430 40.5642 -105.0831 1524.0 CO CENTER AVE +US1COLR0431 40.5892 -105.0692 1512.1 CO POUDRE RIVER L +US1COLR0432 40.5539 -105.0797 1534.1 CO CSU VET +US1COLR0433 40.7398 -105.2118 2062.9 CO LIVERMORE 3.8 S +US1COLR0434 40.4839 -105.0311 1487.1 CO SFTC SANITATION +US1COLR0435 40.5950 -105.1553 1584.0 CO WATER TREATMENT PLANT +US1COLR0436 40.4961 -105.0519 1503.0 CO FOSSIL CREEK E +US1COLR0437 40.5197 -105.0694 1530.1 CO FAIRWAY ESTATES +US1COLR0438 40.5236 -105.0814 1538.9 CO NEW MERCER +US1COLR0439 40.5956 -105.0883 1521.0 CO UTILITY CENTER +US1COLR0440 40.5853 -105.0297 1505.1 CO FIRE STATION 6 +US1COLR0441 40.6175 -105.0711 1539.8 CO FIRE STATION 12 +US1COLR0442 40.5169 -105.0233 1503.9 CO PRESTON +US1COLR0443 40.6275 -105.1369 1545.0 CO FIRE STATION 7 +US1COLR0444 40.4875 -105.0839 1555.1 CO RIDGEWOOD HILLS +US1COLR0445 40.5553 -105.1003 1541.1 CO ROLLAND MOORE +US1COLR0446 40.4700 -105.3356 2466.1 CO STORM MOUNTAIN +US1COLR0447 40.4833 -105.2569 1955.0 CO GREEN RIDGE +US1COLR0448 40.5603 -105.1333 1567.0 CO RODEO DETENTION +US1COLR0449 40.5888 -105.0979 1538.0 CO FORT COLLINS 1.1 NW +US1COLR0450 40.5855 -105.0936 1533.1 CO FORT COLINS 0.5 W +US1COLR0451 40.5250 -105.0747 1534.1 CO FORT COLLINS 3.5 S +US1COLR0452 40.5463 -105.1068 1552.0 CO FORT COLLINS 2.1 SW +US1COLR0453 40.6166 -105.1669 1594.1 CO BLV 1.0 S +US1COLR0456 40.6273 -105.2624 2009.9 CO BLV 6.0 W +US1COLR0457 40.4218 -105.2093 1595.0 CO LOV 7.0 W +US1COLR0458 40.3656 -105.1357 1558.1 CO LOV 3.0 SW +US1COLR0461 40.4712 -104.9945 1506.0 CO WIN 5.0 W +US1COLR0463 40.4509 -105.0850 1552.0 CO LOV 2.8 N +US1COLR0464 40.3385 -105.0895 1567.0 CO LOV 5.0 S +US1COLR0465 40.4317 -105.1018 1549.0 CO LOV 1.4 NW +US1COLR0468 40.4154 -105.1114 1555.1 CO LOV 1.2 W +US1COLR0469 40.2916 -105.1386 1556.0 CO BER 3.2 W +US1COLR0471 40.3989 -105.0863 1526.1 CO LOV 1.7 S +US1COLR0472 40.3650 -105.1006 1549.9 CO LOV 3.4 S +US1COLR0473 40.3444 -105.1033 1574.0 CO LOV 4.6 S +US1COLR0474 40.2977 -105.0874 1542.0 CO BER 0.6 SW +US1COLR0479 40.3421 -105.0896 1563.0 CO LOVELAND 4.7 S +US1COLR0480 40.3893 -105.1203 1533.1 CO LOV 2.1 SW +US1COLR0481 40.3669 -105.2844 2072.0 CO LOV 11 W +US1COLR0482 40.4032 -105.1005 1534.1 CO LOV 0.9 SW +US1COLR0485 40.4296 -105.1028 1549.9 CO LOV 1.5 NW +US1COLR0486 40.4355 -105.1142 1564.8 CO LOV 2.2 NW +US1COLR0488 40.3906 -105.1612 1564.8 CO LOVELAND 5.1 WSW +US1COLR0489 40.3926 -105.1585 1562.1 CO LOV 3.95 SW +US1COLR0490 40.4173 -105.0566 1524.9 CO LOV 1.7 E +US1COLR0491 40.3997 -105.0692 1524.0 CO LOV 1.3 SE +US1COLR0493 40.4146 -105.2494 1939.1 CO LOV 9.0 W +US1COLR0494 40.4045 -105.0581 1520.0 CO LOV 2.0 E +US1COLR0495 40.3833 -105.1390 1548.4 CO LOVELAND 4.3 SW +US1COLR0496 40.3579 -105.1010 1560.0 CO LOV 3.8 S +US1COLR0497 40.4246 -105.1815 1588.0 CO LOV 4.9 W +US1COLR0500 40.3666 -105.0992 1549.9 CO LOV 3.8 S +US1COLR0501 40.4262 -105.1162 1563.0 CO LOV 1.8 NW +US1COLR0504 40.3898 -105.1228 1534.1 CO LOV 2.4 SW +US1COLR0506 40.4072 -105.1247 1552.0 CO LOV 1.9 W +US1COLR0507 40.4165 -105.1020 1538.9 CO LOV 0.8 W +US1COLR0509 40.3926 -105.1587 1562.1 CO LOV 4.0 W +US1COLR0512 40.3684 -105.2347 1674.0 CO LOV 8.4 W +US1COLR0515 40.3684 -105.2788 2146.1 CO LOV 10.7 W +US1COLR0516 40.4518 -105.0113 1523.1 CO LOV 5.0 NE +US1COLR0519 40.3748 -104.9708 1510.9 CO LOVELAND 7 SE +US1COLR0520 40.4175 -105.0759 1534.1 CO LOV 0.8 NE +US1COLR0521 40.3684 -105.0843 1528.0 CO LOV 3.0 S +US1COLR0522 40.4140 -105.0998 1537.1 CO LOV 0.7 WNW +US1COLR0524 40.4018 -105.0766 1526.1 CO LOV 0.9 SE +US1COLR0525 40.4199 -105.0759 1533.1 CO LOV 0.8 NE +US1COLR0528 40.4326 -105.0923 1541.1 CO LOV 1.0 NNW +US1COLR0529 40.4319 -105.0857 1535.9 CO LOVELAND 1.4 N +US1COLR0530 40.4580 -105.0641 1535.0 CO LOVELAND 3.4 NNE +US1COLR0531 40.2890 -105.1760 1602.9 CO BERTHOUD 5.0 W +US1COLR0532 40.3740 -105.0918 1538.0 CO LOVELAND 2.6 S +US1COLR0535 40.4297 -105.2256 1642.0 CO LOVELAND 7.2 W +US1COLR0536 40.4249 -105.0617 1523.1 CO LOVELAND 1.7 NE +US1COLR0537 40.3777 -105.1179 1542.9 CO LOVELAND 2.9 SW +US1COLR0538 40.4127 -105.1002 1537.1 CO LOVELAND 0.7 W +US1COLR0539 40.4414 -105.1767 1598.1 CO LOVELAND 5.1 WNW +US1COLR0542 40.4145 -105.1046 1547.2 CO LOVELAND 0.9 W +US1COLR0543 40.4063 -105.1137 1547.2 CO LOVELAND 1.4 WSW +US1COLR0544 40.4183 -105.1159 1560.0 CO LOVELAND 1.6 WNW +US1COLR0546 40.6754 -105.2150 1631.9 CO BLV 4.0 NW +US1COLR0549 40.5985 -105.2675 2039.1 CO BELLVUE 5.3 WSW +US1COLR0551 40.5938 -105.1894 1702.9 CO BELLVUE 2.4 SSW +US1COLR0552 40.4153 -105.0626 1527.0 CO LOVELAND 1.3 NNE +US1COLR0553 40.6110 -105.2702 2164.1 CO BELLVUE 5.2 W +US1COLR0555 40.7335 -105.4052 2139.7 CO LIVERMORE 8.5 WSW +US1COLR0558 40.4887 -105.1716 1862.9 CO MASONVILLE 4 E +US1COLR0559 40.6100 -105.0822 1526.1 CO FORT COLINS 1.6 N +US1COLR0560 40.4113 -105.0433 1513.9 CO LOVELAND 1.9 ENE +US1COLR0563 40.4054 -105.0939 1538.9 CO LOVELAND 1.1 WNW +US1COLR0565 40.3959 -105.0428 1510.0 CO LOVELAND 1.7 E +US1COLR0567 40.7643 -105.1988 1858.1 CO LA PORTE 10.0 NNW +US1COLR0568 40.5471 -105.0936 1545.0 CO FORT COLLINS 2.7 S +US1COLR0607 40.5021 -105.0834 1535.9 CO FORT COLLINS 3.8 SSW +US1COLR0610 40.5489 -105.1307 1564.8 CO FORT COLLINS 3.5 SW +US1COLR0611 40.4335 -105.0970 1544.1 CO LOVELAND 2.7 NNW +US1COLR0613 40.6391 -105.0424 1549.0 CO FORT COLLINS 4.2 NNE +US1COLR0618 40.5594 -105.0462 1514.9 CO FORT COLLINS 2.7 SE +US1COLR0620 40.5595 -105.1206 1556.0 CO FORT COLLINS 2.6 SW +US1COLR0621 40.5433 -105.0475 1514.9 CO FORT COLLINS 3.5 SSE +US1COLR0623 40.5192 -105.1593 1724.9 CO FORT COLLINS 5.4 WSW +US1COLR0624 40.5329 -105.0249 1506.0 CO FORT COLLINS 4.8 SE +US1COLR0625 40.4693 -104.9843 1509.1 CO FORT COLLINS 10 SSE +US1COLR0626 40.4874 -105.1032 1548.1 CO FORT COLLINS 5.0 SSW +US1COLR0627 40.4999 -105.0138 1491.1 CO FORT COLLINS 6.6 SSE +US1COLR0628 40.5314 -105.0927 1551.1 CO FORT COLLINS 3.7 S +US1COLR0630 40.4765 -104.9685 1509.1 CO FORT COLLINS 9.6 SE +US1COLR0631 40.4976 -105.0385 1503.0 CO FORT COLLINS 6.5 SSE +US1COLR0632 40.5321 -105.0253 1506.0 CO FORT COLLINS 4.8 SE +US1COLR0633 40.5134 -105.0268 1502.1 CO FORT COLLINS 5.8 SSE +US1COLR0634 40.5901 -105.1020 1538.9 CO FORT COLLINS 1.0 WNW +US1COLR0635 40.5145 -105.0059 1498.1 CO FORT COLLINS 4.3 SE +US1COLR0636 40.6108 -105.0412 1534.1 CO FORT COLLINS 2.8 NE +US1COLR0643 40.4004 -105.1005 1534.1 CO LOVELAND 1.3 W +US1COLR0645 40.5281 -105.0922 1551.1 CO FORT COLLINS 4.0 S +US1COLR0646 40.6294 -105.1734 1567.0 CO BELLVUE 0.2 W +US1COLR0648 40.6825 -105.0241 1588.9 CO WELLINGTON 1.8 SW +US1COLR0653 40.6051 -105.0638 1516.1 CO FORT COLLINS 3.4 N +US1COLR0654 40.5687 -105.1194 1553.0 CO FORT COLLINS 2.9 WNW +US1COLR0660 40.6533 -104.9447 1633.1 CO FORT COLLINS 9.4 NE +US1COLR0661 40.3933 -105.0867 1524.0 CO LOVELAND 1.9 SSW +US1COLR0662 40.3922 -105.0539 1513.0 CO LOVELAND 2.0 SSE +US1COLR0667 40.4524 -105.0856 1553.0 CO LOVELAND 2.4 NNW +US1COLR0670 40.5228 -105.0708 1531.9 CO FORT COLLINS 2.3 S +US1COLR0672 40.8521 -105.3998 2048.9 CO VIRGINIA DALE 7.2 SSW +US1COLR0674 40.2900 -105.1272 1546.9 CO BERTHOUD 2.7 WSW +US1COLR0675 40.8592 -105.0750 1723.0 CO BUCKEYE 4.7 NNE +US1COLR0676 40.4420 -105.1067 1553.9 CO LOVELAND 2.4 NW +US1COLR0677 40.4927 -105.0881 1556.9 CO FORT COLLINS 4.5 SSW +US1COLR0680 40.4701 -104.9779 1512.1 CO WINDSOR 3.9 WSW +US1COLR0681 40.6217 -105.0647 1545.9 CO FORT COLLINS 4.6 N +US1COLR0683 40.5800 -105.2200 2103.1 CO HORSETOOTH MOUNTAIN 3.2 NNW +US1COLR0685 40.6972 -105.4083 2236.0 CO MISHOWAKA 2.2 WNW +US1COLR0686 40.7511 -104.9625 1631.0 CO WELLINGTON 3.9 NNE +US1COLR0687 40.4256 -105.0218 1520.0 CO LOVELAND 2.7 E +US1COLR0688 40.6077 -105.1275 1549.9 CO FORT COLLINS 4.8 NW +US1COLR0689 40.4852 -105.0886 1562.1 CO FORT COLLINS 5.0 SSW +US1COLR0691 40.4152 -105.1048 1547.2 CO LOVELAND 1.8 W +US1COLR0693 40.4150 -105.1109 1553.9 CO LOVELAND 2.1 W +US1COLR0697 40.5215 -105.0975 1556.0 CO FORT COLLINS 2.8 SSW +US1COLR0698 40.5873 -105.1054 1538.9 CO FORT COLLINS 2.9 NW +US1COLR0700 40.3297 -105.1451 1581.0 CO BERTHOUD 3.7 WNW +US1COLR0702 40.5208 -105.1043 1563.9 CO FORT COLLINS 3.0 SW +US1COLR0706 40.5243 -105.1232 1559.1 CO FORT COLLINS 3.6 SW +US1COLR0707 40.5161 -105.1026 1548.1 CO FORT COLLINS 3.3 SSW +US1COLR0708 40.6081 -105.0953 1521.9 CO FORT COLLINS 3.9 NNW +US1COLR0710 40.9464 -105.3232 2136.0 CO LIVERMORE 14.4 NNW +US1COLR0713 40.7812 -105.1911 1829.7 CO LIVERMORE 3.0 NE +US1COLR0715 40.4510 -105.0854 1552.0 CO LOVELAND 2.4 NNW +US1COLR0718 40.7138 -105.0154 1595.0 CO WELLINGTON 1.0 NW +US1COLR0720 40.4574 -105.4244 2146.1 CO DRAKE 5.3 WNW +US1COLR0724 40.5662 -105.0702 1527.0 CO FORT COLLINS 0.7 N +US1COLR0725 40.7944 -105.2226 1809.0 CO LIVERMORE 3.1 N +US1COLR0726 40.5630 -105.1281 1563.9 CO FORT COLLINS 3.2 W +US1COLR0731 40.3934 -105.1382 1552.0 CO LOVELAND 3.9 WSW +US1COLR0732 40.8020 -105.5610 2482.9 CO RED FEATHER LAKES 1.0 E +US1COLR0735 40.2797 -105.3636 2032.1 CO LYONS 6.4 NW +US1COLR0737 40.5299 -105.0661 1528.9 CO FORT COLLINS 1.8 S +US1COLR0741 40.3971 -105.0407 1510.0 CO LOVELAND 2.2 SE +US1COLR0746 40.3217 -105.0773 1543.8 CO BERTHOUD 1.1 N +US1COLR0747 40.4720 -104.9520 1477.4 CO WINDSOR 2.6 WSW +US1COLR0749 40.3740 -105.2889 1970.5 CO DRAKE 4.7 SSE +US1COLR0752 40.2696 -105.1691 1584.4 CO BERTHOUD 5.3 WSW +US1COLR0753 40.4638 -104.9477 1495.0 CO WINDSOR 2.6 SW +US1COLR0758 40.4955 -105.0567 1494.1 CO FORT COLLINS 4.2 S +US1COLR0761 40.6348 -105.1487 1567.9 CO LAPORTE 1.4 NW +US1COLR0762 40.6215 -105.0637 1548.1 CO FORT COLLINS 4.6 N +US1COLR0765 40.4497 -105.0630 1527.0 CO LOVELAND 2.2 NNE +US1COLR0767 40.3464 -105.5217 2420.1 CO ESTES PARK 1.8 S +US1COLR0769 40.5460 -105.0731 1531.0 CO FORT COLLINS 0.7 SSW +US1COLR0770 40.5699 -105.1366 1562.1 CO FORT COLLINS 3.7 WNW +US1COLR0772 40.5592 -105.0749 1528.9 CO FORT COLLINS 0.4 NW +US1COLR0773 40.5256 -105.1669 1727.9 CO FORT COLLINS 5.6 WSW +US1COLR0775 40.5175 -105.0568 1520.0 CO FORT COLLINS 2.7 SSE +US1COLR0776 40.5373 -105.0935 1549.0 CO FORT COLLINS 1.8 SW +US1COLR0780 40.4409 -105.0990 1546.9 CO LOVELAND 2.1 NW +US1COLR0782 40.6986 -105.5846 2185.4 CO RUSTIC 0.8 W +US1COLR0783 40.7536 -105.4450 2318.0 CO RED FEATHER LAKES 7.8 ESE +US1COLR0789 40.3863 -105.0589 1507.2 CO LOVELAND 2.3 SSE +US1COLR0795 40.6233 -105.2588 2011.4 CO BELLVUE 4.7 W +US1COLR0797 40.6374 -105.0817 1537.1 CO FORT COLLINS 5.4 N +US1COLR0798 40.5884 -105.0664 1508.5 CO FORT COLLINS 2.3 N +US1COLR0799 40.3761 -105.1486 1567.9 CO LOVELAND 5.0 SW +US1COLR0800 40.5462 -105.0870 1541.1 CO FORT COLLINS 1.2 WSW +US1COLR0805 40.5758 -104.9941 1503.9 CO FORT COLLINS 4.1 ENE +US1COLR0806 40.6273 -105.1437 1546.6 CO LAPORTE 0.3 WNW +US1COLR0807 40.5624 -105.0635 1521.0 CO FORT COLLINS 0.5 NNE +US1COLR0810 40.3667 -105.5486 2438.4 CO ESTES PARK 1.5 WSW +US1COLR0812 40.4347 -105.1266 1580.4 CO LOVELAND 3.1 WNW +US1COLR0815 40.8187 -105.5118 2232.1 CO RED FEATHER LAKES 3.8 ENE +US1COLR0816 40.5045 -105.0514 1501.4 CO FORT COLLINS 4.5 SSE +US1COLR0818 40.5485 -105.0423 1510.0 CO FORT COLLINS 1.5 ESE +US1COLR0819 40.6425 -105.2746 2053.1 CO BELLVUE 5.6 WNW +US1COLR0824 40.4439 -105.0989 1548.1 CO LOVELAND 2.3 NW +US1COLR0825 40.5872 -105.0863 1525.8 CO FORT COLLINS 2.4 NNW +US1COLR0828 40.3908 -105.1522 1555.7 CO LOVELAND 4.7 WSW +US1COLR0829 40.5430 -105.0542 1519.1 CO FORT COLLINS 1.1 SE +US1COLR0832 40.5636 -105.0738 1519.1 CO FORT COLLINS 0.6 NNW +US1COLR0833 40.4158 -105.0499 1515.8 CO LOVELAND 1.2 E +US1COLR0834 40.4927 -105.0887 1553.0 CO FORT COLLINS 4.5 SSW +US1COLR0835 40.6132 -105.0610 1522.8 CO FORT COLLINS 4.0 N +US1COLR0836 40.6075 -105.0388 1526.7 CO FORT COLLINS 3.92 NNE +US1COLR0840 40.3885 -105.0480 1504.5 CO LOVELAND 2.4 SSE +US1COLR0841 40.4991 -105.0154 1491.4 CO FORT COLLINS 4.8 SE +US1COLR0842 40.6254 -105.0996 1532.8 CO FORT COLLINS 5.1 NNW +US1COLR0843 40.3863 -105.1633 1571.9 CO LOVELAND 5.3 WSW +US1COLR0844 40.4087 -105.0959 1532.5 CO LOVELAND 1.4 WSW +US1COLR0845 40.4721 -104.9772 1508.5 CO WINDSOR 3.8 WSW +US1COLR0847 40.6048 -105.1244 1546.6 CO FORT COLLINS 4.5 NW +US1COLR0849 40.5690 -105.0700 1520.6 CO FORT COLLINS 0.9 N +US1COLR0850 40.6254 -105.1360 1540.8 CO LAPORTE 0.5 NW +US1COLR0854 40.4424 -105.1030 1551.7 CO LOVELAND 2.3 NW +US1COLR0855 40.5719 -105.1006 1536.5 CO FORT COLLINS 2.0 NW +US1COLR0857 40.4383 -105.1309 1595.6 CO LOVELAND 3.4 WNW +US1COLR0858 40.3846 -105.5475 2351.2 CO ESTES PARK 1.6 WNW +US1COLR0863 40.5633 -105.0872 1522.8 CO FORT COLLINS 1.1 WNW +US1COLR0865 40.7578 -105.4224 2271.1 CO LIVERMORE 10.1 W +US1COLR0866 40.3409 -105.5181 2387.2 CO ESTES PARK 2.2 S +US1COLR0867 40.5964 -105.1030 1530.7 CO FORT COLLINS 3.4 NNW +US1COLR0868 40.4666 -105.4275 2165.0 CO GLEN HAVEN 1.2 N +US1COLR0869 40.4113 -105.0185 1514.9 CO LOVELAND 2.8 E +US1COLR0873 40.3553 -105.2049 1741.3 CO LOVELAND 8.3 WSW +US1COLR0875 40.7386 -105.4047 2162.6 CO LIVERMORE 9.2 W +US1COLR0876 40.9430 -105.0790 1868.4 CO WELLINGTON 16.9 (SOAPSTONE SOU +US1COLR0877 40.9766 -105.0793 1996.1 CO WELLINGTON 19.1 NNW (SOAPSTONE +US1COLR0878 40.5658 -105.1256 1558.7 CO FORT COLLINS 3.1 WNW +US1COLR0882 40.3763 -105.3027 2055.3 CO LOVELAND 12.2 W +US1COLR0883 40.4187 -105.1895 1566.7 CO LOVELAND 6.2 W +US1COLR0884 40.5537 -105.0721 1525.8 CO FORT COLLINS 0.2 WSW +US1COLR0885 40.5023 -105.0680 1509.4 CO FORT COLLINS 3.7 S +US1COLR0887 40.7842 -105.0971 1674.6 CO WELLINGTON 7.5 NW +US1COLR0889 40.2726 -105.1650 1579.8 CO BERTHOUD 5.0 WSW +US1COLR0894 40.5316 -105.0880 1545.0 CO FORT COLLINS 1.9 SSW +US1COLR0895 40.6066 -105.0620 1514.9 CO FORT COLLINS 3.5 N +US1COLR0896 40.5914 -105.1050 1534.4 CO FORT COLLINS 3.1 NW +US1COLR0897 40.7206 -105.4150 2303.4 CO LIVERMORE 9.9 WSW +US1COLR0900 40.5643 -105.0895 1529.5 CO FORT COLLINS 1.3 WNW +US1COLR0903 40.5179 -105.0563 1517.3 CO FORT COLLINS 2.7 SSE +US1COLR0904 40.4875 -105.1020 1550.2 CO FORT COLLINS 5.0 SSW +US1COLR0905 40.7367 -105.4482 2356.1 CO LIVERMORE 12.1 WSW +US1COLR0907 40.7488 -105.4317 2305.8 CO LIVERMORE 10.6 W +US1COLR0908 40.5097 -105.0624 1500.5 CO FORT COLLINS 3.2 S +US1COLR0913 40.4182 -105.0494 1516.7 CO LOVELAND 1.2 E +US1COLR0917 40.5468 -105.0846 1540.2 CO FORT COLLINS 1.0 SW +US1COLR0918 40.7228 -105.0680 1619.7 CO WELLINGTON 3.7 WNW +US1COLR0920 40.2994 -105.0848 1536.2 CO BERTHOUD 0.5 SSW +US1COLR0921 40.5809 -105.0923 1531.6 CO FORT COLLINS 2.1 NW +US1COLR0922 40.2843 -105.1608 1579.2 CO BERTHOUD 4.4 WSW +US1COLR0923 40.3778 -105.1202 1543.8 CO LOVELAND 3.8 SW +US1COLR0925 40.5504 -105.0328 1505.1 CO FORT COLLINS 1.9 E +US1COLR0929 40.5556 -105.1221 1559.1 CO FORT COLLINS 2.8 W +US1COLR0933 40.5325 -105.0314 1508.2 CO FORT COLLINS 2.5 SE +US1COLR0934 40.5627 -105.1079 1545.3 CO FORT COLLINS 2.1 WNW +US1COLR0935 40.5463 -105.1003 1548.7 CO FORT COLLINS 1.8 WSW +US1COLR0940 40.5910 -105.1015 1535.3 CO FORT COLLINS 3.0 NW +US1COLR0941 40.3942 -105.0565 1513.3 CO LOVELAND 1.9 SSE +US1COLR0945 40.8621 -105.3669 2036.4 CO LIVERMORE 10.5 NW +US1COLR0947 40.5707 -105.1043 1541.4 CO FORT COLLINS 2.2 WNW +US1COLR0948 40.5068 -104.9522 1474.0 CO TIMNATH 2.2 SE +US1COLR0949 40.6221 -105.2681 2140.6 CO BELLVUE 5.2 W +US1COLR0952 40.7079 -105.0072 1591.1 CO WELLINGTON 0.4 NW +US1COLR0953 40.5680 -105.0441 1506.6 CO FORT COLLINS 1.5 NE +US1COLR0954 40.4247 -105.1730 1562.4 CO LOVELAND 5.3 W +US1COLR0961 40.7094 -105.0020 1590.4 CO WELLINGTON 0.5 N +US1COLR0964 40.5663 -105.3181 2166.5 CO MASONVILLE 8.6 NW +US1COLR0967 40.5682 -105.0677 1521.6 CO FORT COLLINS 0.9 N +US1COLR0970 40.5549 -105.0715 1527.4 CO FORT COLLINS 0.2 WSW +US1COLR0973 40.5063 -105.0089 1493.2 CO FORT COLLINS 4.6 SE +US1COLR0976 40.5813 -105.1298 1558.4 CO FORT COLLINS 3.7 WNW +US1COLR0978 40.5636 -105.2063 2029.7 CO BELLVUE 5.0 SSW +US1COLR0981 40.7813 -105.1983 1888.8 CO LIVERMORE 1.3 SE +US1COLR0987 40.3491 -105.5036 2329.3 CO ESTES PARK 1.8 SSE +US1COLR0989 40.3817 -105.1056 1532.5 CO LOVELAND 3.1 SW +US1COLR0991 40.5712 -105.1279 1557.5 CO FORT COLLINS 3.3 WNW +US1COLR0993 40.5559 -105.1207 1557.8 CO FORT COLLINS 2.7 W +US1COLR0995 40.5640 -105.0652 1515.2 CO FORT COLLINS 0.6 NNE +US1COLR0997 40.5846 -105.0945 1532.8 CO FORT COLLINS 2.4 NW +US1COLR0998 40.5173 -105.1718 1723.6 CO FORT COLLINS 6.0 WSW +US1COLR1000 40.5158 -105.1022 1536.5 CO FORT COLLINS 3.3 SSW +US1COLR1002 40.6159 -105.2637 2121.4 CO BELLVUE 5.0 W +US1COLR1003 40.4716 -104.9603 1498.4 CO WINDSOR 3.0 WSW +US1COLR1004 40.5656 -105.0479 1502.7 CO FORT COLLINS 1.3 ENE +US1COLR1006 40.4222 -105.1156 1561.8 CO LOVELAND 2.3 W +US1COLR1007 40.6142 -105.2811 2203.4 CO BELLVUE 5.9 W +US1COLR1008 40.6961 -105.0140 1583.4 CO WELLINGTON 0.8 SW +US1COLR1009 40.5607 -105.1221 1559.7 CO FORT COLLINS 2.8 W +US1COLR1010 40.5982 -105.0188 1520.0 CO FORT COLLINS 3.9 NE +US1COLR1011 40.4880 -105.0697 1526.1 CO FORT COLLINS 4.7 S +US1COLR1013 40.3990 -105.0909 1526.4 CO LOVELAND 1.7 SW +US1COLR1015 40.4472 -105.0897 1541.7 CO LOVELAND 2.2 NNW +US1COLR1016 40.5050 -104.9578 1475.2 CO TIMNATH 2.1 SE +US1COLR1017 40.8656 -105.4067 2134.5 CO LIVERMORE 12.2 NW +US1COLR1019 40.2805 -105.3653 2051.9 CO ESTES PARK 10.5 SE +US1COLR1020 40.6259 -105.0621 1546.3 CO FORT COLLINS 4.9 N +US1COLR1022 40.8770 -105.0787 1742.2 CO WELLINGTON 12.7 NNW +US1COLR1024 40.5513 -105.1233 1560.3 CO FORT COLLINS 2.9 W +US1COLR1026 40.4069 -105.4063 2117.4 CO DRAKE 4.3 WSW +US1COLR1028 40.2831 -105.3547 1974.2 CO LYONS 6.2 NW +US1COLR1029 40.5071 -105.0106 1495.0 CO FORT COLLINS 4.5 SE +US1COLR1033 40.5359 -105.0849 1542.6 CO FORT COLLINS 1.6 SSW +US1COLR1038 40.6140 -105.1424 1558.1 CO FORT COLLINS 5.6 NW +US1COLR1041 40.4263 -105.4995 2484.1 CO ESTES PARK 3.9 NNE +US1COLR1043 40.6008 -105.1772 1671.2 CO BELLVUE 2.1 S +US1COLR1044 40.5472 -105.0749 1532.5 CO FORT COLLINS 0.7 SSW +US1COLR1047 40.3947 -105.1373 1558.7 CO LOVELAND 3.8 WSW +US1COLR1049 40.5510 -105.0664 1524.6 CO FORT COLLINS 0.3 SSE +US1COLR1052 40.3762 -105.1410 1556.6 CO LOVELAND 4.7 SW +US1COLR1055 40.6316 -105.0537 1551.7 CO FORT COLLINS 5.3 N +US1COLR1056 40.5437 -105.0564 1520.6 CO FORT COLLINS 1.0 SE +US1COLR1059 40.4626 -104.9451 1513.0 CO WINDSOR 2.6 SW +US1COLR1062 40.5818 -105.0797 1525.2 CO FORT COLLINS 1.9 NNW +US1COLR1064 40.5023 -105.0609 1501.4 CO FORT COLLINS 3.7 S +US1COLR1065 40.9461 -105.3657 2088.8 CO VIRGINIA DALE 0.9 WSW +US1COLR1066 40.5703 -105.1311 1558.4 CO FORT COLLINS 3.4 WNW +US1COLR1067 40.5623 -105.0893 1526.4 CO FORT COLLINS 1.2 WNW +US1COLR1070 40.5183 -105.1724 1720.3 CO HORSETOOTH MOUNTAIN 1.8 SE +US1COLR1072 40.2701 -105.4251 2324.1 CO LYONS 8.9 WNW +US1COLR1076 40.6239 -105.0610 1544.7 CO FORT COLLINS 4.7 N +US1COLR1082 40.5441 -105.0982 1550.2 CO FORT COLLINS 1.7 WSW +US1COLR1083 40.6156 -105.2783 2171.7 CO BELLVUE 5.8 W +US1COLR1086 40.3823 -105.1366 1546.6 CO LOVELAND 4.2 SW +US1COLR1091 40.3452 -105.1004 1577.6 CO LOVELAND 5.3 SSW +US1COLR1095 40.6041 -105.1166 1545.3 CO FORT COLLINS 4.2 NW +US1COLR1098 40.2805 -105.1439 1567.0 CO BERTHOUD 3.7 WSW +US1COLR1100 40.4756 -105.0721 1535.6 CO FORT COLLINS 5.5 S +US1COLR1103 40.5441 -105.0302 1503.3 CO FORT COLLINS 2.2 ESE +US1COLR1104 40.5751 -105.0527 1511.5 CO FORT COLLINS 1.6 NNE +US1COLR1108 40.7339 -105.5388 2360.4 CO RED FEATHER LAKES 5.1 SSE +US1COLR1109 40.4277 -105.1241 1572.5 CO LOVELAND 2.8 WNW +US1COLR1110 40.4549 -104.9458 1508.8 CO WINDSOR 2.9 SW +US1COLR1112 40.4297 -105.0516 1523.7 CO LOVELAND 1.3 NE +US1COLR1115 40.3705 -105.5531 2425.6 CO ESTES PARK 1.7 W +US1COLR1116 40.6781 -105.0466 1586.5 CO FORT COLLINS 8.6 N +US1COLR1118 40.5182 -105.1027 1558.1 CO FORT COLLINS 3.1 SW +US1COLR1120 40.4538 -105.0856 1553.9 CO LOVELAND 2.5 NNW +US1COLR1123 40.3705 -105.4987 2293.0 CO ESTES PARK 1.2 E +US1COLR1124 40.5997 -105.1870 1685.2 CO BELLVUE 2.3 SSW +US1COLR1125 40.4128 -105.0119 1511.5 CO LOVELAND 3.2 E +US1COLR1127 40.5944 -105.1880 1710.2 CO BELLVUE 2.6 SSW +US1COLR1128 40.3276 -105.0899 1564.5 CO BERTHOUD 1.6 NNW +US1COLR1129 40.3024 -105.0844 1536.5 CO BERTHOUD 0.3 SW +US1COLR1131 40.5985 -105.0610 1511.5 CO FORT COLLINS 3.0 N +US1COLR1132 40.3426 -105.5158 2366.8 CO ESTES PARK 2.1 S +US1COLR1133 40.3845 -105.5483 2351.2 CO ESTES PARK 1.7 WNW +US1COLR1136 40.3461 -105.0997 1572.2 CO BERTHOUD 3.0 NNW +US1COLR1137 40.5692 -105.0560 1515.8 CO FORT COLLINS 1.2 NNE +US1COLR1139 40.5437 -105.0984 1552.0 CO FORT COLLINS 1.8 WSW +US1COLR1146 40.6950 -104.9953 1578.3 CO WELLINGTON 0.6 SSE +US1COLR1154 40.5867 -105.1028 1537.7 CO FORT COLLINS 2.8 NW +US1COLR1156 40.6695 -105.0646 1581.9 CO FORT COLLINS 7.9 N +US1COLR1157 40.5370 -105.0637 1524.3 CO FORT COLLINS 1.3 S +US1COLR1167 40.4688 -104.9643 1502.1 CO FORT COLLINS 8.1 SE +US1COLR1168 40.6754 -105.7813 2409.1 CO RUSTIC 11.2 W +US1COLR1170 40.5862 -105.0876 1531.3 CO FORT COLLINS 2.3 NNW +US1COLR1171 40.3656 -105.0747 1538.6 CO LOVELAND 3.7 S +US1COLR1176 40.4368 -104.9544 1526.4 CO WINDSOR 4.2 SW +US1COLR1177 40.7056 -105.0011 1588.0 CO WELLINGTON 0.2 NNE +US1COLR1179 40.5331 -105.1015 1559.1 CO FORT COLLINS 2.3 SW +US1COLR1186 40.5404 -105.0450 1512.1 CO FORT COLLINS 1.6 SE +US1COLR1187 40.6165 -105.1448 1557.8 CO FORT COLLINS 5.8 NW +US1COLR1188 40.5575 -105.0368 1505.7 CO FORT COLLINS 1.7 E +US1COLR1194 40.6873 -105.3082 1941.0 CO POUDRE PARK 0.7 NW +US1COLR1196 40.5806 -105.1034 1541.7 CO FORT COLLINS 2.5 NW +US1COLR1198 40.4468 -105.0958 1549.6 CO LOVELAND 2.3 NNW +US1COLR1200 40.3407 -105.0890 1566.4 CO BERTHOUD 2.5 N +US1COLR1202 40.5271 -105.1017 1558.7 CO FORT COLLINS 2.6 SW +US1COME0003 39.1779 -108.6187 1448.1 CO GRAND JUNCTION 8NNW +US1COME0007 39.2222 -108.7063 1427.1 CO FRUITA 4.5 NNE +US1COME0008 39.0724 -108.4435 1417.3 CO CLIFTON 1.4 SSE +US1COME0010 39.1791 -108.6569 1420.1 CO FRUITA 4.1 ENE +US1COME0011 39.1028 -108.6995 1477.1 CO GRAND JUNCTION 7.7 WNW +US1COME0012 39.0928 -108.4917 1439.9 CO GRAND JUNCTION 4 ENE +US1COME0013 39.0508 -108.5368 1420.1 CO GRAND JUNCTION 2.7 SSE +US1COME0014 39.0526 -108.6389 1481.0 CO GRAND JUNCTION 4.3 WSW +US1COME0015 39.0933 -108.6412 1386.8 CO GRAND JUNCTION 4.5 WNW +US1COME0018 39.1617 -108.7325 1381.0 CO FRUITA .3 NW +US1COME0021 39.0319 -108.5503 1441.1 CO GRAND JUNCTION 2.8 SSE +US1COME0023 39.2976 -108.8685 1424.9 CO MACK 5 N +US1COME0024 39.2630 -108.9319 1408.2 CO MACK 5 NW +US1COME0025 39.0715 -108.5596 1407.9 CO GRAND JUNCTION .1 E +US1COME0028 39.0735 -108.5514 1413.1 CO GRAND JUNCTION .61 E +US1COME0042 39.1500 -107.9350 2493.0 CO COLLBRAN 6.4 S +US1COME0044 39.1199 -108.5252 1471.6 CO GRAND JUNCTION REGIONAL AIRPOR +US1COME0045 39.0878 -108.4811 1439.9 CO GRAND JUNCTION 4.4 ENE +US1COME0047 39.0721 -108.6066 1414.0 CO GRAND JUNCTION 2.4 W +US1COME0049 39.0692 -108.5440 1410.9 CO GRAND JUNCTION 1.0 ESE +US1COME0052 39.1218 -108.5587 1448.1 CO GRAND JUNCTION 3.4 N +US1COME0053 39.2396 -107.9575 1841.9 CO COLLBRAN 0.2 ESE +US1COME0057 39.0752 -108.5373 1410.9 CO GRAND JUNCTION 1.2 SE +US1COME0059 39.0368 -108.5224 1427.1 CO GRAND JUNCTION 3.8 SSE +US1COME0061 39.0894 -108.1042 2450.6 CO MESA 5.7 SSE +US1COME0064 39.0393 -108.6349 1509.1 CO GRAND JUNCTION 5.5 SW +US1COME0067 39.0896 -108.5351 1448.1 CO GRAND JUNCTION 1.0 E +US1COME0068 39.0924 -108.4924 1435.9 CO GRAND JUNCTION 3.3 E +US1COME0069 39.0887 -108.6282 1411.2 CO GRAND JUNCTION 4.0 W +US1COME0071 38.9478 -108.2901 1657.5 CO WHITEWATER 7.8 ESE +US1COME0075 39.0723 -108.5573 1403.3 CO GRAND JUNCTION 1.1 SSW +US1COME0077 39.0639 -108.4801 1409.7 CO GRAND JUNCTION 4.2 ESE +US1COME0078 39.0742 -108.5598 1403.9 CO GRAND JUNCTION 1.0 SSW +US1COME0079 39.0752 -108.6236 1422.5 CO GRAND JUNCTION 3.9 WSW +US1COME0081 39.0853 -108.6310 1415.5 CO GRAND JUNCTION 4.2 W +US1COME0083 38.7917 -108.6281 2403.0 CO WHITEWATER 16.8 SW +US1COME0086 39.1001 -108.5762 1404.5 CO GRAND JUNCTION 1.5 NW +US1COME0088 39.0565 -108.6097 1464.6 CO GRAND JUNCTION 3.7 SW +US1COME0091 39.0645 -108.4629 1413.7 CO GRAND JUNCTION 5.1 ESE +US1COME0093 39.0779 -108.6426 1453.3 CO GRAND JUNCTION 4.9 W +US1COME0094 38.9254 -108.3962 1519.1 CO WHITEWATER 4.2 SSE +US1COME0096 39.0538 -108.6364 1482.9 CO GRAND JUNCTION 5.0 WSW +US1COME0097 39.0839 -108.5636 1410.3 CO GRAND JUNCTION 0.6 WSW +US1COME0098 39.0618 -108.5213 1406.0 CO GRAND JUNCTION 2.4 SE +US1COME0099 39.0741 -108.6074 0.0 CO GRAND JUNCTION 3.1 WSW +US1COME0100 39.0400 -108.5210 1425.5 CO GRAND JUNCTION 3.7 SSE +US1COME0101 39.1035 -108.6698 1408.2 CO GRAND JUNCTION 6.4 W +US1COME0102 39.0318 -108.5368 1425.2 CO GRAND JUNCTION 3.9 SSE +US1COME0103 39.0878 -108.6297 1411.2 CO GRAND JUNCTION 4.1 W +US1COME0104 39.0519 -108.6471 1495.0 CO GRAND JUNCTION 5.6 WSW +US1COME0105 39.0949 -108.6585 1416.1 CO GRAND JUNCTION 5.7 W +US1COME0106 39.1325 -108.3062 1567.3 CO PALISADE 3.3 ENE +US1COME0108 39.1199 -108.5594 1445.7 CO GRAND JUNCTION 2.3 N +US1COME0109 39.0877 -108.4665 1432.3 CO GRAND JUNCTION 4.6 E +US1COME0111 39.1695 -108.7114 1389.6 CO FRUITA 1.2 NE +US1COME0112 39.0516 -108.6176 1486.2 CO GRAND JUNCTION 4.3 SW +US1COME0113 39.1259 -108.5535 1445.4 CO GRAND JUNCTION 2.7 N +US1COME0117 39.2017 -108.8027 1378.0 CO LOMA 0.9 E +US1COME0118 39.1021 -108.4790 1453.6 CO GRAND JUNCTION 4.1 ENE +US1COME0124 39.0939 -108.3389 1506.0 CO PALISADE 1.4 SE +US1COME0125 39.0880 -108.5092 1426.5 CO GRAND JUNCTION 2.3 E +US1COME0127 39.0830 -108.6260 1417.9 CO GRAND JUNCTION 3.9 W +US1COME0131 39.0968 -108.5412 1436.5 CO GRAND JUNCTION 0.9 NE +US1COME0133 39.1796 -107.9210 2140.9 CO COLLBRAN 4.6 SSE +US1COME0135 39.0166 -108.7459 2111.3 CO GLADE PARK 1.4 NW +US1COME0136 39.2408 -108.1538 1708.7 CO DE BEQUE 7.1 SSE +US1COME0137 39.0809 -108.6192 1418.2 CO GRAND JUNCTION 3.6 W +US1COME0139 39.1709 -108.7402 1376.5 CO FRUITA 1.2 NW +US1COME0140 39.1702 -108.7378 1376.8 CO FRUITA 1.1 NNW +US1COME0142 39.1683 -108.7259 1380.4 CO FRUITA 0.8 N +US1COME0143 39.1035 -108.7002 1453.6 CO GRAND JUNCTION 8.0 W +US1COME0144 39.0884 -108.5421 1418.8 CO GRAND JUNCTION 0.6 E +US1COME0146 39.0886 -108.5692 1408.8 CO GRAND JUNCTION 0.9 W +US1COME0148 39.0716 -108.5010 1409.1 CO GRAND JUNCTION 3.0 ESE +US1COME0153 39.0757 -108.4417 1417.9 CO CLIFTON 1.2 E +US1COME0154 39.0695 -108.5584 1403.6 CO GRAND JUNCTION 1.3 SSW +US1COME0155 39.1050 -108.3668 1437.7 CO PALISADE 0.5 WSW +US1COME0157 39.1364 -108.7115 1374.0 CO FRUITA 1.6 SSE +US1COME0159 39.1024 -108.3438 1442.0 CO PALISADE 0.8 ESE +US1COME0160 39.0855 -108.5771 1410.6 CO GRAND JUNCTION 1.3 W +US1COME0161 39.1277 -108.6652 1382.0 CO FRUITA 3.9 ESE +US1COME0162 39.0655 -108.6435 1449.0 CO REDLANDS 1.4 SSE +US1COME0163 39.0928 -108.4704 1442.6 CO GRAND JUNCTION 4.4 E +US1COME0169 39.0483 -108.5428 1403.9 CO ORCHARD MESA 1.5 NW +US1COMF0001 40.6371 -107.7149 2065.0 CO CRAIG 12.4 NW +US1COMF0019 40.9888 -107.7765 1880.0 CO FORTIFICATION 14.3 NW +US1COMF0021 40.5134 -107.5317 1888.2 CO CRAIG 1.2 ESE +US1COMF0024 40.5200 -107.5273 1959.3 CO CRAIG 1.4 E +US1COMF0025 40.2486 -108.9802 1879.1 CO DINOSAUR 1.5 ENE +US1COMF0026 40.5426 -107.6405 2033.6 CO CRAIG 4.9 WNW +US1COMF0027 40.3729 -107.6154 1908.4 CO HAMILTON 0.8 WNW +US1COMF0028 40.2389 -109.0120 1789.8 CO DINOSAUR 0.3 SW +US1COMF0030 40.5152 -107.5572 1889.2 CO CRAIG 0.2 WSW +US1COMN0001 37.3980 -107.0590 2703.9 CO PAGOSA SPRINGS 9.1 NNW +US1COMN0004 37.8493 -106.9290 2718.8 CO CREEDE 0.2 WSW +US1COMR0001 40.2469 -103.6240 1296.9 CO BRUSH 0.8 S +US1COMR0002 40.2567 -103.6494 1296.9 CO BRUSH 1.3 W +US1COMR0004 40.3310 -103.6132 1285.0 CO BRUSH 4.9 N +US1COMR0006 40.2581 -103.6516 1295.1 CO BRUSH 1.5 W +US1COMR0007 40.2538 -103.6040 1296.9 CO BRUSH 1.0 ESE +US1COMR0008 40.2342 -103.6015 1311.9 CO BRUSH 2.0 SE +US1COMR0010 40.2569 -103.6479 1296.0 CO BRUSH 1.2 W +US1COMR0011 40.2585 -103.6305 1293.9 CO BRUSH 0.4 W +US1COMR0017 40.3332 -103.5968 1280.2 CO BRUSH 5.1 N +US1COMR0020 40.2562 -103.6494 1296.9 CO BRUSH 1.3 W +US1COMR0029 40.2493 -103.8014 1323.1 CO FORT MORGAN 0.3 S +US1COMR0030 40.0744 -103.5692 1334.1 CO WOODROW 6NNE +US1COMR0031 40.2619 -103.8056 1325.0 CO FORT MORGAN 0.6 N +US1COMR0033 40.3067 -103.5197 1280.2 CO BRUSH 5.2 NE +US1COMR0038 40.3055 -103.5377 1277.1 CO BRUSH 5.5 NE +US1COMR0042 40.2974 -103.8300 1357.9 CO FORT MORGAN 3.7 NNW +US1COMR0043 40.1932 -103.5872 1317.0 CO BRUSH 4.9 SSE +US1COMR0044 40.3262 -103.7545 1350.0 CO FORT MORGAN 5.8 NNE +US1COMR0048 40.2428 -103.7908 1318.9 CO FORT MORGAN .7 SE +US1COMR0051 40.2912 -103.5765 1282.9 CO BRUSH 3.3 NE +US1COMR0056 40.0733 -103.9826 1446.9 CO HOYT 6.3 NE +US1COMR0058 40.4045 -104.0704 1357.0 CO WLD 3.0 NW +US1COMR0059 40.2469 -103.6801 1300.9 CO BRUSH 2 SW +US1COMR0061 40.4101 -104.0699 1363.1 CO WLD 4.0 NW +US1COMR0063 39.9861 -104.0950 1466.1 CO LDR 9.6 N +US1COMR0065 40.2247 -104.0708 1389.0 CO WIGGINS 0.2 SSE +US1COMR0069 40.2564 -103.6249 1293.0 CO BRUSH 0.1 SSW +US1COMR0071 40.2539 -103.8404 1328.9 CO FORT MORGAN 2.1 W +US1COMR0073 40.1162 -103.8026 1346.0 CO ADENA SCHOOL 0.6 W +US1COMR0077 40.2423 -103.7906 1318.9 CO FORT MORGAN 1.6 S +US1COMR0078 40.2110 -103.9243 1352.1 CO FORT MORGAN 7.8 WSW +US1COMR0079 40.3432 -103.4931 1267.1 CO UNION 0.6 SE +US1COMR0080 40.2406 -103.8114 1323.1 CO FORT MORGAN 1.9 SSW +US1COMR0081 40.2930 -103.5465 1285.0 CO HILLROSE 2.5 SSW +US1COMR0083 40.1539 -103.6024 1311.9 CO BRUSH 7.3 SSE +US1COMR0084 40.2565 -103.6273 1293.9 CO BRUSH 0.3 E +US1COMR0086 40.3328 -103.7169 1320.4 CO FORT MORGAN 6.2 NE +US1COMR0088 40.3581 -103.7859 1352.1 CO FORT MORGAN 6.4 N +US1COMR0089 40.3330 -103.5953 1279.2 CO SNYDER 1.2 NW +US1COMR0090 40.1169 -104.0107 1415.8 CO WIGGINS 8.5 SSE +US1COMR0091 40.3602 -104.0514 1333.8 CO WELDONA 4.3 W +US1COMR0092 40.1897 -103.7917 1325.6 CO FORT MORGAN 5.2 S +US1COMR0093 40.2434 -103.8127 1322.5 CO FORT MORGAN 1.8 SSW +US1COMR0096 40.4249 -103.6182 1378.9 CO SNYDER 7.5 NNW +US1COMR0097 40.2637 -103.6525 1295.7 CO BRUSH 1.2 WNW +US1COMR0100 40.2837 -103.8879 1337.5 CO FORT MORGAN 5.1 WNW +US1COMT0001 38.2163 -108.6968 1764.8 CO NATURITA 6.9 W +US1COMT0002 38.4602 -107.9259 1806.9 CO MONTROSE 2.9 WSW +US1COMT0005 38.4729 -107.8574 1777.0 CO MONTROSE 1.2 ESE +US1COMT0006 38.4912 -107.9469 1770.3 CO MONTROSE 3.9 WNW +US1COMT0007 38.4723 -107.8494 1791.3 CO MONTROSE 1.5 ESE +US1COMT0008 38.6045 -108.0963 1699.3 CO MONTROSE 14.7 NW +US1COMT0009 38.5253 -107.9217 1746.2 CO MONTROSE 4.0 NW +US1COMT0011 38.2589 -108.5561 1741.0 CO NUCLA 0.8 SSW +US1COMT0012 38.3941 -108.9590 1703.5 CO PARADOX 1.7 NNW +US1COMT0013 38.4709 -107.8911 1794.4 CO MONTROSE 1.2 WSW +US1COMT0015 38.4633 -107.8225 1841.9 CO MONTROSE 2.9 ESE +US1COMT0016 38.6437 -108.0954 1624.9 CO OLATHE 6.7 WNW +US1COMT0017 38.3871 -107.8622 1876.3 CO MONTROSE 6.4 S +US1COMT0019 38.3556 -107.9558 2213.5 CO MONTROSE 9.7 SSW +US1COMT0020 38.6346 -107.9619 1620.3 CO OLATHE 2.3 NNE +US1COMT0022 38.4161 -107.8888 1783.1 CO MONTROSE 4.5 SSW +US1COMT0024 38.3830 -107.8199 1873.0 CO MONTROSE 7.2 SSE +US1COMT0025 38.6507 -107.9670 1609.3 CO OLATHE 3.2 NNE +US1COMT0026 38.4822 -107.8351 1817.8 CO MONTROSE 2.0 E +US1COMT0027 38.4822 -107.8351 1817.8 CO MONTROSE 2.0 E +US1COMT0028 38.4515 -107.8614 1794.4 CO MONTROSE 2.0 SSE +US1COMT0030 38.5509 -108.0484 1706.6 CO OLATHE 5.2 SW +US1COMT0031 38.5246 -107.7488 2107.4 CO MONTROSE 7.3 ENE +US1COMT0034 38.4193 -107.9422 1948.3 CO MONTROSE 5.6 SW +US1COMT0035 38.4335 -107.8506 1832.8 CO MONTROSE 3.4 SSE +US1COMT0036 38.4760 -107.8420 1804.1 CO MONTROSE 1.6 E +US1COMT0038 38.4769 -107.8731 1773.0 CO MONTROSE 0.2 SSW +US1COMT0039 38.5913 -107.9311 1666.0 CO MONTROSE 8.4 NNW +US1COMT0040 38.3684 -108.9648 1617.3 CO PARADOX 0.8 W +US1COMT0041 38.4969 -107.8343 1833.7 CO MONTROSE 2.3 ENE +US1COMT0042 38.3353 -107.8453 2071.4 CO MONTROSE 10.1 S +US1COMT0043 38.4674 -107.8401 1813.9 CO MONTROSE 1.9 ESE +US1COMT0044 38.4808 -107.8618 1780.3 CO MONTROSE 0.4 E +US1COMT0045 38.5189 -108.0119 1758.7 CO MONTROSE 8.1 WNW +US1COMT0047 38.4714 -107.9450 1789.2 CO MONTROSE 4.0 W +US1COMT0049 38.4717 -107.8455 1804.4 CO MONTROSE 1.5 ESE +US1COMT0050 38.4560 -107.9843 1910.5 CO MONTROSE 6.3 WSW +US1COMT0052 38.4698 -107.9028 1767.2 CO MONTROSE 1.8 WSW +US1COMZ0002 37.3779 -108.5090 1902.0 CO CORTEZ 4.7 ENE +US1COMZ0005 37.3610 -108.5572 1884.0 CO CORTEZ 1.8 ENE +US1COMZ0011 37.3326 -108.2133 2411.0 CO MANCOS 4.1 E +US1COMZ0013 37.3758 -108.3524 2148.8 CO MANCOS 3.8 WNW +US1COMZ0014 37.4661 -108.6100 2015.9 CO DOLORES 5.8 W +US1COMZ0017 37.3305 -108.3991 2096.1 CO MANCOS 5.9 W +US1COMZ0019 37.3544 -108.5852 1884.9 CO CORTEZ .39 N +US1COMZ0021 37.3122 -108.2920 2172.0 CO MANCOS 2.7 S +US1COMZ0026 37.4761 -108.4873 2126.9 CO DOLORES .94 E +US1COMZ0027 37.5877 -108.7749 2110.1 CO LEWIS 8.3 NW +US1COMZ0030 37.4884 -108.4177 2173.8 CO DOLORES 4.8 ENE +US1COMZ0031 37.3367 -108.7244 1723.9 CO CORTEZ 7.7 W +US1COMZ0032 37.3874 -108.7556 2123.8 CO CORTEZ 9.7 WNW +US1COMZ0033 37.4984 -108.2401 2728.0 CO MANCOS 11 NNE +US1COMZ0034 37.3398 -108.5938 1879.1 CO CORTEZ 1.2 SW +US1COMZ0035 37.4131 -108.7477 2075.1 CO CORTEZ 10 WNW +US1COMZ0036 37.3930 -108.5172 1944.6 CO DOLORES 5.7 S +US1COMZ0040 37.4720 -108.5442 2169.9 CO DOLORES 2.6 W +US1COMZ0042 37.3784 -108.5086 1901.0 CO CORTEZ 4.2 ENE +US1COMZ0043 37.3712 -108.6122 1887.0 CO CORTEZ 2.3 NW +US1COMZ0045 37.3539 -108.5850 1878.5 CO CORTEZ 0.5 WNW +US1COMZ0046 37.3712 -108.2373 2287.5 CO MANCOS 3.5 ENE +US1COMZ0048 37.4218 -108.5237 2035.8 CO DOLORES 3.9 SSW +US1COMZ0050 37.3520 -108.5767 1886.4 CO CORTEZ 0.0 NE +US1COMZ0051 37.3254 -108.7150 1743.5 CO CORTEZ 7.8 WSW +US1COMZ0052 37.3480 -108.5596 1881.2 CO CORTEZ 1.0 ESE +US1COMZ0053 37.3683 -108.6070 1880.9 CO CORTEZ 2.0 NW +US1COMZ0055 37.5443 -108.7394 2125.7 CO YELLOW JACKET 1.5 NW +US1COMZ0056 37.3604 -108.5565 1881.2 CO CORTEZ 1.3 ENE +US1COMZ0057 37.4142 -108.4865 2082.7 CO MANCOS 11.6 WNW +US1COMZ0058 37.4217 -108.5268 2035.8 CO DOLORES 4.0 SSW +US1COMZ0059 37.4087 -108.6495 1912.3 CO CORTEZ 5.6 NW +US1COMZ0060 37.3584 -108.5586 1882.1 CO CORTEZ 1.1 ENE +US1COMZ0062 37.4768 -108.6052 2058.3 CO DOLORES 5.9 W +US1COMZ0065 37.4749 -108.4972 2117.1 CO DOLORES 0.0 ENE +US1COMZ0066 37.4727 -108.5430 2155.9 CO DOLORES 2.5 W +US1COMZ0068 37.4138 -108.4816 2088.5 CO MANCOS 11.3 WNW +US1COOR0001 38.1843 -107.6456 2334.2 CO RIDGEWAY 6.6 ENE +US1COOR0003 38.0190 -107.6729 2389.0 CO OURAY 0.2 SSW +US1COOR0004 38.0432 -107.6728 2930.0 CO OURAY 1.4 N +US1COOR0005 38.0525 -107.6876 2331.1 CO OURAY 2.2 NNW +US1COOR0006 38.1960 -107.7880 2409.1 CO RIDGWAY 3.5 NNW +US1COOR0010 38.1498 -107.7589 2150.1 CO RIDGWAY 0.5 SW +US1COOR0013 38.2013 -107.7700 2323.5 CO RIDGWAY 3.3 NNW +US1COOR0014 38.1589 -107.7492 2140.3 CO RIDGWAY 0.3 NE +US1COOR0015 38.2404 -107.7888 2258.3 CO MONTROSE 17.1 SSE +US1COOR0019 38.2198 -107.8063 2383.8 CO RIDGWAY 5.3 NNW +US1COOR0021 38.1667 -107.8261 2287.5 CO RIDGWAY 4.1 W +US1COOR0024 38.1952 -107.7952 2421.0 CO RIDGWAY 3.6 NW +US1COOT0004 38.1262 -103.5279 1272.8 CO LA JUNTA 9.8 N +US1COOT0005 38.0490 -103.6179 1275.9 CO ROCKY FORD 5.5 E +US1COOT0006 38.1090 -103.5092 1263.1 CO CHERAW .15 NNE +US1COOT0007 38.0552 -103.7359 1282.0 CO ROCKY FORD .89 WNW +US1COOT0008 38.0507 -103.7191 1275.0 CO ROCKY FORD .13 SSE +US1COOT0009 37.9785 -103.5601 1249.1 CO LA JUNTA 1.0 WSW +US1COOT0013 38.1044 -103.5460 1268.0 CO CHERAW 1.9 W +US1COOT0019 38.0500 -103.5166 1282.0 CO LA JUNTA AIRPORT MSWS +US1COOT0022 37.9831 -103.5268 1250.0 CO LA JUNTA 1.0 ENE +US1COOT0023 38.0143 -103.6286 1260.0 CO SWINK 0.1 WNW +US1COOT0025 37.9663 -103.5443 1281.7 CO LA JUNTA 1.0 S +US1COOT0026 38.0496 -103.7154 1274.1 CO ROCKY FORD 0.4 E +US1COOT0028 37.9670 -103.5678 1269.8 CO LA JUNTA 1.6 SW +US1COOT0029 38.0296 -103.6751 1267.1 CO ROCKY FORD 2.9 ESE +US1COOT0030 38.0907 -103.9706 1325.9 CO FOWLER 3.9 SE +US1COOT0031 37.9826 -103.6799 1276.5 CO LA JUNTA 7.4 W +US1COOT0032 38.1275 -104.0244 1324.7 CO FOWLER 0.1 S +US1COOT0033 37.8229 -103.9822 1405.7 CO TIMPAS 11.6 W +US1COOT0037 38.0462 -103.7165 127.7 CO ROCKY FORD 0.4 SE +US1COOT0038 38.0439 -103.7258 1288.4 CO ROCKY FORD 0.5 SSW +US1COOT0040 37.9832 -103.5469 1254.3 CO LA JUNTA 0.2 NW +US1COOT0041 38.0966 -103.4228 1259.4 CO LA JUNTA 10.4 NE +US1COOT0042 37.7307 -103.4963 1291.4 CO LA JUNTA 17.5 S +US1COOT0043 38.0453 -103.7262 1286.0 CO ROCKY FORD 0.4 SW +US1COOT0044 38.1307 -104.0303 1325.3 CO FOWLER 0.4 WNW +US1COPH0002 40.6407 -102.5518 1208.8 CO HAXTUN 4 E +US1COPH0003 40.5719 -102.2266 1124.1 CO HOLYOKE 4.0 E +US1COPH0004 40.5838 -102.3039 1139.0 CO HOLYOKE +US1COPH0005 40.6011 -102.3420 1146.0 CO HOLYOKE 2 NW +US1COPH0010 40.5957 -102.5478 1207.0 CO PAOLI 4 WSW +US1COPH0013 40.5677 -102.2993 1143.0 CO HOLYOKE 0.2 E +US1COPH0014 40.5784 -102.3103 1142.1 CO HOLYOKE .59 SW +US1COPH0019 40.5802 -102.3076 1143.9 CO HOLYOKE .4 SW +US1COPH0020 40.6025 -102.5327 1208.8 CO HAXTUN 5.6 ESE +US1COPH0021 40.6133 -102.5143 1196.9 CO HAXTUN 5.7 ESE +US1COPH0022 40.6130 -102.5322 1200.9 CO HAXTUN 5.3 ESE +US1COPH0023 40.6033 -102.5127 1197.9 CO HAXTUN 6.5 ESE +US1COPH0024 40.5772 -102.5316 1197.9 CO HAXTUN 6.7 SE +US1COPH0026 40.6958 -102.1826 1128.1 CO AMHERST 1.27 NW +US1COPH0027 40.5822 -102.3033 1140.0 CO HOLYOKE .16 SSW +US1COPH0028 40.6438 -102.3788 1168.9 CO HOLYOKE 5.7 NW +US1COPH0030 40.4822 -102.5503 1207.9 CO HAXTUN 11.6 SSE +US1COPH0033 40.4694 -102.1086 1119.8 CO HOLYOKE 13 SE +US1COPH0037 40.6455 -102.6284 1229.9 CO HAXTUN 0.2 N +US1COPH0038 40.6436 -102.6230 1225.9 CO HAXTUN 0.3 E +US1COPH0040 40.5787 -102.4755 1186.9 CO WAGES 1.2 WSW +US1COPH0044 40.5800 -102.3090 1141.2 CO HOLYOKE 0.4 SW +US1COPH0045 40.5824 -102.3090 1141.8 CO HOLYOKE 0.3 WSW +US1COPK0001 39.2272 -105.7425 2988.0 CO FAIRPLAY 13.7 E +US1COPK0002 39.1640 -105.7945 2920.9 CO COMO 13 SSE +US1COPK0003 39.4232 -105.4755 2481.1 CO BAILEY 1.3 N +US1COPK0005 39.3303 -106.0611 3225.1 CO ALMA 3.1 N +US1COPK0006 39.3274 -106.0611 3226.0 CO FAIRPLAY 7.8 NNW +US1COPK0007 39.5058 -105.5278 2742.9 CO BAILEY 7.5 NNW +US1COPK0011 39.2392 -105.9297 2895.0 CO FAIRPLAY 4 ENE +US1COPK0012 39.4855 -105.4739 2694.4 CO BAILEY 5.6 N +US1COPK0013 39.2043 -105.8032 2894.1 CO COMO 9.1 SSE +US1COPK0014 39.2650 -105.7270 2899.9 CO COMO 11 SW +US1COPK0015 39.2323 -106.0516 3168.1 CO FAIRPLAY 2.7 WNW +US1COPK0016 39.2359 -106.0071 3200.4 CO FAIRPLAY 4.4 NNW +US1COPK0017 39.2332 -106.0169 3119.9 CO FAIRPLAY 1.0 NW +US1COPK0018 39.2140 -105.7380 2897.1 CO COMO 9.5 ESE +US1COPK0019 39.2253 -105.9944 3023.9 CO FAIRPLAY 2.1 E +US1COPK0021 39.4135 -105.4721 2436.0 CO BAILEY 3.0 N +US1COPK0022 39.2764 -106.0803 3179.1 CO ALMA 1.1 WSW +US1COPK0025 39.2088 -106.0385 3126.9 CO FAIRPLAY 2.2 WSW +US1COPK0026 39.2049 -106.1143 3333.9 CO FAIRPLAY 6.2 WSW +US1COPK0029 38.9339 -105.7783 2826.1 CO HARTSEL 6.1 S +US1COPK0030 39.1629 -106.0394 3045.9 CO FAIRPLAY 5.7 SSW +US1COPK0031 39.4270 -105.4526 2596.0 CO BAILEY 1.8 NE +US1COPK0032 39.3906 -105.8474 3034.9 CO JEFFERSON 2.6 WNW +US1COPK0033 38.9419 -105.7879 2806.0 CO HARTSEL 5.5 S +US1COPK0034 39.0696 -105.6040 2707.8 CO HARTSEL 10.8 ENE +US1COPK0035 39.0901 -105.7225 2821.8 CO HARTSEL 6.1 NE +US1COPK0036 39.1554 -105.7875 2885.8 CO COMO 12.4 SSE +US1COPK0037 38.9997 -105.4534 2684.1 CO LAKE GEORGE 5.3 WNW +US1COPK0038 38.8948 -105.3693 2691.1 CO LAKE GEORGE 5.9 S +US1COPK0039 39.0205 -105.4940 2743.2 CO LAKE GEORGE 7.2 WNW +US1COPK0040 39.0893 -105.8920 2795.0 CO FAIRPLAY 11.0 SSE +US1COPK0041 38.8826 -105.9084 2860.9 CO HARTSEL 11.4 SSW +US1COPK0042 39.1239 -105.7221 2809.0 CO HARTSEL 8.1 NNE +US1COPK0044 38.8051 -105.3937 2648.1 CO GUFFEY 7.8 ENE +US1COPK0045 38.8652 -105.3729 2705.1 CO FLORISSANT 7.2 SW +US1COPK0046 38.9446 -105.4895 2710.0 CO LAKE GEORGE 7.5 WSW +US1COPK0057 38.8733 -105.6944 2869.1 CO HARTSEL 11.6 SSE +US1COPK0059 38.8150 -105.8740 2909.0 CO HARTSEL 15 SSW +US1COPK0060 39.2230 -106.0011 3033.1 CO FAIRPLAY .10 SSE +US1COPK0061 39.2254 -105.7436 2956.9 CO COMO 10.1 SE +US1COPK0063 38.9988 -105.3132 2688.9 CO LAKE GEORGE 2.7 ENE +US1COPK0064 38.7505 -105.5808 2702.1 CO GUFFEY 3.2 SE +US1COPK0065 38.8307 -105.3757 2685.9 CO GUFFEY 9.5 NE +US1COPK0067 38.7487 -105.6236 2897.1 CO GUFFEY 5.5 W +US1COPK0068 39.2493 -105.7286 2883.4 CO COMO 9.6 ESE +US1COPK0069 39.4905 -105.5239 2680.1 CO BAILEY 6.4 NNW +US1COPK0071 38.9061 -105.9333 2834.9 CO HARTSEL 10.8 SW +US1COPK0073 39.3862 -105.8391 3084.0 CO JEFFERSON 2.1 WNW +US1COPK0075 39.4699 -105.3984 2601.2 CO PINE 5.7 NW +US1COPK0077 39.4671 -105.3995 2582.9 CO PINE 4.9 NW +US1COPK0078 39.2016 -106.0412 3115.1 CO FAIRPLAY 2.7 SW +US1COPK0080 38.9867 -105.4204 2564.9 CO LAKE GEORGE 2.7 W +US1COPK0081 39.4406 -105.4213 2510.0 CO BAILEY 3.8 NE +US1COPK0083 38.7811 -105.5762 2699.0 CO GUFFEY 3.3 NW +US1COPK0085 39.2526 -105.9935 3047.1 CO FAIRPLAY 2.0 N +US1COPK0086 39.2419 -106.0738 3248.9 CO FAIRPLAY 4.2 WNW +US1COPK0088 38.9693 -105.3550 2463.1 CO LAKE GEORGE 1.1 SE +US1COPK0089 39.2700 -105.6200 2875.8 CO JEFFERSON 12.1 SE +US1COPK0090 38.8468 -105.7750 2850.8 CO HARTSEL 12.0 S +US1COPK0091 39.4537 -105.4219 2566.1 CO BAILEY 4.5 NE +US1COPK0092 39.2240 -106.0398 3137.6 CO FAIRPLAY 2.2 W +US1COPK0095 39.4158 -105.5402 2479.9 CO SHAWNEE 0.6 ESE +US1COPK0100 39.5024 -105.3993 2543.9 CO PINE 6.8 NNW +US1COPK0101 39.5051 -105.5250 2752.3 CO BAILEY 7.8 NNW +US1COPK0102 39.0280 -105.3500 2400.6 CO LAKE GEORGE 3.5 NNE +US1COPT0001 39.2535 -107.2412 2175.1 CO REDSTONE 5 N +US1COPT0004 39.3274 -107.1107 2304.9 CO SNOWMASS 7.0 W +US1COPT0005 39.1842 -106.8547 2457.9 CO ASPEN 1.7 WSW +US1COPT0006 39.1947 -106.8212 2396.9 CO ASPEN 0.3 E +US1COPT0007 39.2795 -107.2246 2029.4 CO CARBONDALE 8.2 S +US1COPT0010 39.2679 -106.8618 2304.6 CO WOODY CREEK 1.3 SE +US1COPT0012 39.2536 -106.9031 2498.8 CO ASPEN 5.8 NW +US1COPT0013 39.1875 -106.9359 3015.4 CO ASPEN 5.9 W +US1COPT0016 39.2508 -107.2366 2084.8 CO REDSTONE 4.9 N +US1COPT0017 39.1680 -107.2450 2225.3 CO REDSTONE 1.2 SW +US1COPU0005 38.2201 -104.6435 1483.2 CO PUEBLO 3.0 SW +US1COPU0013 38.2863 -104.5789 1456.9 CO PUEBLO 2.7 NE +US1COPU0014 38.2214 -104.9425 1736.4 CO PUEBLO 17 W +US1COPU0015 38.3162 -104.5963 1460.0 CO PUEBLO 4.3 N +US1COPU0016 38.2426 -104.6560 1480.1 CO PUEBLO 2.6 WSW +US1COPU0017 38.2990 -104.6018 1452.1 CO PUEBLO 3.1 N +US1COPU0018 38.3327 -104.8300 1544.1 CO PUEBLO WEST 4.3 W +US1COPU0020 38.2417 -104.6525 1481.0 CO PUEBLO 2.5 WSW +US1COPU0021 38.2948 -104.5848 1481.9 CO PUEBLO 1.9 E +US1COPU0023 37.9569 -104.8046 1765.1 CO COLORADO CITY 1.8 ENE +US1COPU0028 38.2357 -104.6621 1488.0 CO PUEBLO 3.1 WSW +US1COPU0029 38.3025 -104.5855 1491.1 CO PUEBLO 3.5 NNE +US1COPU0030 37.9400 -104.8652 1869.9 CO COLORADO CITY 1.7 WSW +US1COPU0031 38.2906 -104.5998 1449.9 CO PUEBLO 2.5 N +US1COPU0036 38.3200 -104.8148 1524.0 CO PUEBLO WEST 3.6 WSW +US1COPU0037 38.2833 -104.4999 1417.0 CO PUEBLO AIRPORT +US1COPU0040 38.2960 -104.7761 1516.1 CO PUEBLO WEST 4.7 SW +US1COPU0041 38.3357 -104.7593 1553.0 CO PUEBLO WEST 2.3 WSW +US1COPU0047 38.2399 -104.6347 1463.0 CO PUEBLO 4.1 SSW +US1COPU0049 37.9375 -104.6250 1777.9 CO CEDARWOOD 0.6 NNW +US1COPU0051 38.1956 -104.3614 1463.3 CO PUEBLO 2.5 NNE +US1COPU0054 38.2656 -104.6067 1427.1 CO PUEBLO 2.3 SSE +US1COPU0055 38.3344 -104.8305 1547.2 CO PUEBLO WEST 6.0 W +US1COPU0056 38.2866 -104.5773 1453.0 CO PUEBLO 2.4 ESE +US1COPU0058 38.3307 -104.8260 1530.7 CO PUEBLO WEST 5.8 WSW +US1COPU0060 38.2700 -104.6100 1421.9 CO PUEBLO 1.1 ENE +US1COPU0065 38.3042 -104.7440 1560.9 CO PUEBLO WEST 3.4 SSW +US1COPU0067 38.2991 -104.7471 1545.0 CO PUEBLO WEST 3.8 SSW +US1COPU0068 38.0755 -104.9848 1948.3 CO BEULAH 0.4 SW +US1COPU0069 38.3131 -104.7230 1555.7 CO PUEBLO WEST 2.5 S +US1COPU0070 38.3268 -104.6959 1523.7 CO PUEBLO WEST 2.1 SE +US1COPU0071 38.2305 -104.6436 1473.1 CO PUEBLO 4.8 SSW +US1COPU0073 38.3135 -104.7568 1542.9 CO PUEBLO WEST 3.1 SW +US1COPU0074 38.3248 -104.7210 1535.9 CO PUEBLO WEST 1.7 S +US1COPU0075 38.3197 -104.8041 1529.5 CO PUEBLO WEST 4.9 WSW +US1COPU0076 37.9139 -104.9478 2169.6 CO RYE 1.1 WSW +US1COPU0077 37.9135 -104.8685 1887.9 CO RYE 3.5 E +US1COPU0078 38.0814 -104.7066 1633.4 CO PUEBLO 13.0 SSW +US1COPU0079 37.9525 -104.7297 1760.5 CO RYE 11.2 E +US1COPU0080 38.3029 -104.7910 1516.7 CO PUEBLO WEST 4.9 SW +US1COPU0081 38.2469 -104.8766 1620.9 CO PUEBLO WEST 11.0 SW +US1COPU0082 38.2994 -104.6208 1461.8 CO PUEBLO 0.1 NW +US1COPU0089 38.2771 -104.5870 1453.9 CO PUEBLO 2.3 SE +US1COPU0091 38.2173 -104.4904 1439.6 CO PUEBLO 7.0 ESE +US1COPU0092 37.9041 -104.8246 1905.6 CO RYE 5.9 ESE +US1COPU0093 38.2450 -104.6499 1470.1 CO PUEBLO 4.0 SSW +US1COPU0094 38.3339 -104.7898 1554.5 CO PUEBLO WEST 3.8 WSW +US1COPU0098 38.3285 -104.8332 1533.1 CO PUEBLO WEST 6.2 WSW +US1COPU0099 37.9084 -104.9225 2057.1 CO RYE 1.0 SSE +US1COPU0101 38.2998 -104.5847 1488.0 CO PUEBLO 1.9 E +US1COPU0103 38.2593 -104.5478 1419.1 CO PUEBLO 4.7 SE +US1COPU0107 38.3325 -104.7491 1558.4 CO PUEBLO WEST 1.9 SW +US1COPU0109 38.2643 -104.6333 1449.6 CO PUEBLO 2.5 SSW +US1COPU0110 38.2897 -104.6130 1442.3 CO PUEBLO 0.7 SSE +US1COPU0115 37.9417 -104.9330 2137.9 CO RYE 1.4 N +US1COPU0117 38.3228 -104.5939 1467.6 CO PUEBLO 2.2 NE +US1COPU0118 38.2253 -104.6225 1467.0 CO PUEBLO 5.0 S +US1COPU0119 38.3017 -104.7398 1575.8 CO PUEBLO WEST 3.5 SSW +US1COPU0121 37.9119 -104.7942 1862.3 CO RYE 7.5 E +US1COPU0122 37.9158 -104.8956 1983.6 CO RYE 2.0 ESE +US1COPU0123 38.0573 -104.8920 1828.5 CO BEULAH 5.0 ESE +US1COPU0128 37.9481 -104.8751 1893.7 CO COLORADO CITY 1.6 W +US1COPU0132 38.3188 -104.7649 1530.4 CO PUEBLO WEST 3.2 SW +US1COPU0133 38.3805 -104.7133 1562.4 CO PUEBLO WEST 2.2 NNE +US1COPU0134 38.4003 -104.6989 157.0 CO PUEBLO WEST 3.7 NNE +US1COPW0001 38.0736 -102.4391 1093.0 CO LAMAR 9.9 E +US1COPW0008 38.1576 -102.6307 1143.9 CO LAMAR 4.8 NNW +US1COPW0009 38.0617 -102.6126 1121.1 CO LAMAR 1.8 SSE +US1COPW0011 38.0666 -102.6833 1136.9 CO LAMAR AIRPORT MSWS +US1COPW0017 37.6590 -102.2740 1207.0 CO LYCAN 7.9 NW +US1COPW0018 38.0559 -102.1225 1035.1 CO HOLLY 0.1 ENE +US1COPW0019 38.2309 -102.6090 1163.1 CO WILEY 7.9 NE +US1COPW0023 38.1360 -102.7365 1150.6 CO WILEY 1.7 SW +US1COPW0024 37.7233 -102.4718 1268.6 CO TWO BUTTES 12.0 NNW +US1COPW0025 37.6944 -102.4656 1286.0 CO TWO BUTTES 10.0 NNW +US1COPW0026 37.7298 -102.4268 1249.1 CO TWO BUTTES 11.8 N +US1COPW0027 37.7484 -102.4745 1270.7 CO TWO BUTTES 13.7 NNW +US1COPW0028 38.0273 -102.6151 1139.3 CO LAMAR 3.7 S +US1COPW0032 37.8980 -102.1165 1104.3 CO HOLLY 10.9 S +US1COPW0033 38.2266 -102.6140 1162.5 CO LAMAR 10.1 N +US1COPW0034 38.0396 -102.6075 1140.9 CO LAMAR 2.9 S +US1COPW0040 38.1207 -102.5581 1102.8 CO LAMAR 4.3 NE +US1COPW0047 38.1517 -102.7193 1140.6 CO WILEY 0.3 S +US1COPW0048 38.0657 -102.3079 1062.5 CO GRANADA 0.2 NE +US1CORB0001 40.1500 -108.3421 1709.0 CO MEEKER 23 WNW +US1CORB0003 39.9464 -107.7206 2115.0 CO MEEKER 12 SE +US1CORB0008 39.9994 -107.8379 1993.1 CO MEEKER 4.7 ESE +US1CORB0010 40.0277 -107.7540 2019.9 CO MEEKER 8.4 E +US1CORB0015 40.0407 -107.9203 1919.9 CO MEEKER 1.9 WSW +US1CORB0018 39.9669 -107.6440 2115.0 CO MEEKER 14.3 ESE +US1CORB0020 40.0785 -108.7853 1670.0 CO RANGELY 0.7 SSW +US1CORB0025 40.0945 -108.7730 1598.7 CO RANGELY 0.6 NNE +US1CORG0002 37.5459 -106.1217 2332.9 CO MONTEVISTA 2.7 SSE +US1CORG0005 37.6282 -106.6728 2575.9 CO SOUTH FORK 4.1 SW +US1CORG0007 37.5216 -106.1613 2347.0 CO MONTE VISTA 4.1 S +US1CORG0008 37.6258 -106.6708 2587.1 CO SOUTH FORK 3.1 SW +US1CORG0009 37.6812 -106.3550 2403.0 CO DEL NORTE 0.25 NW +US1CORG0010 37.5770 -106.1004 2332.0 CO MONTE VISTA 2.4 E +US1CORG0013 37.4156 -106.0482 2324.1 CO ESTRELLA 7.5 WNW +US1CORG0015 37.6130 -106.0936 2329.9 CO MONTE VISTA 3.6 NE +US1CORG0016 37.6792 -106.2917 2385.4 CO DEL NORTE 3.3 E +US1CORG0017 37.5803 -106.1565 2339.6 CO MONTE VISTA 0.7 W +US1CORG0018 37.6735 -106.4001 2422.6 CO DEL NORTE 2.6 W +US1CORG0020 37.5213 -106.0393 2317.4 CO MONTE VISTA 7.0 SE +US1CORG0021 37.4720 -106.2891 2752.3 CO MONTE VISTA 10.8 SW +US1CORG0023 37.5791 -106.1581 2339.6 CO MONTE VISTA 0.8 W +US1CORG0024 37.5763 -106.3731 2751.1 CO DEL NORTE 7.1 S +US1CORG0025 37.7019 -106.5647 2528.3 CO SOUTH FORK 3.7 NE +US1CORG0026 37.6613 -106.6213 2670.0 CO SOUTH FORK 0.6 S +US1CORG0029 37.6064 -106.1748 2344.2 CO MONTE VISTA 2.6 NW +US1CORG0032 37.7186 -106.1504 2343.9 CO CENTER 3.2 SW +US1CORG0033 37.5564 -106.3859 2889.2 CO DEL NORTE 8.6 SSW +US1CORT0004 40.4290 -106.8085 2083.9 CO STEAMBOAT SPRINGS 4 SSE +US1CORT0007 40.4864 -106.8301 2064.1 CO STEAMBOAT SPRINGS .14 NNE +US1CORT0010 40.4939 -107.2630 1934.0 CO HAYDEN .32 WNW +US1CORT0012 40.4877 -106.8282 2067.2 CO STEAMBOAT SPRINGS .28 NE +US1CORT0014 40.3329 -106.8572 2158.9 CO STEAMBOAT SPRINGS 10 S +US1CORT0016 40.4848 -106.8092 2183.9 CO STEAMBOAT SPRINGS 1.1 E +US1CORT0017 40.4820 -106.8174 2129.9 CO STEAMBOAT SPRINGS .7 ESE +US1CORT0022 40.7078 -106.9290 2201.0 CO CLARK 0.7 NW +US1CORT0025 40.4697 -106.8139 2109.8 CO STEAMBOAT SPRINGS 1 SE +US1CORT0026 40.0806 -106.8929 2587.8 CO YAMPA 5.1 S +US1CORT0028 40.4868 -106.8247 2076.3 CO STEAMBOAT SPRINGS 0.6 NNW +US1CORT0029 40.4825 -106.8121 2149.1 CO STEAMBOAT SPRINGS 0.5 ENE +US1CORT0032 40.4868 -106.8311 2055.3 CO STEAMBOAT SPRINGS 0.1 NNE +US1CORT0033 40.2640 -106.8527 2235.4 CO OAK CREEK 5.5 E +US1CORT0034 40.3987 -106.8998 2273.5 CO STEAMBOAT SPRINGS 6.9 SW +US1CORT0037 40.2729 -106.9619 2268.0 CO OAK CREEK 0.3 WSW +US1CORT0040 40.4660 -106.7860 2278.4 CO STEAMBOAT SPRINGS 2.0 ESE +US1CORT0042 40.4904 -106.8239 2075.4 CO STEAMBOAT SPRINGS 0.9 N +US1CORT0043 40.4744 -106.7853 2194.6 CO STEAMBOAT SPRINGS 1.9 E +US1CORT0044 40.2800 -106.9878 2421.0 CO OAK CREEK 1.7 WNW +US1CORT0045 40.4857 -106.8472 2065.9 CO STEAMBOAT SPRINGS 1.5 WNW +US1CORT0048 40.5219 -106.9593 2027.8 CO STEAMBOAT SPRINGS 7.9 WNW +US1CORT0050 40.4532 -106.8087 2094.3 CO STEAMBOAT SPRINGS 1.8 SSE +US1CORT0051 40.4632 -106.8093 2103.7 CO STEAMBOAT SPRINGS 1.2 SSE +US1CORT0052 40.5140 -106.8240 2135.1 CO STEAMBOAT SPRINGS 2.5 N +US1CORT0053 40.4754 -106.8085 2148.5 CO STEAMBOAT SPRINGS 0.7 ESE +US1CORT0054 40.4657 -106.8035 2156.5 CO STEAMBOAT SPRINGS 1.2 SE +US1CORT0056 40.7848 -106.9977 2480.5 CO CLARK 7.1 NW +US1CORT0057 40.4569 -107.1698 2011.7 CO HAYDEN 5.2 ESE +US1CORT0058 40.4984 -106.9336 2003.5 CO STEAMBOAT SPRINGS 6.1 WNW +US1CORT0061 40.7825 -106.9835 2515.5 CO CLARK 6.6 NNW +US1CORT0063 40.2640 -106.8689 2256.4 CO OAK CREEK 4.7 E +US1CORT0064 40.2738 -106.9640 2277.8 CO OAK CREEK 0.4 W +US1CORT0066 40.2643 -106.8509 2226.6 CO OAK CREEK 5.6 E +US1COSA0002 37.9802 -105.6890 2464.3 CO CRESTONE 1.2 SSE +US1COSA0004 37.7561 -106.1099 2332.9 CO CENTER 0.3 N +US1COSA0011 37.7922 -106.3409 2514.9 CO LA GARITA 5.6 WSW +US1COSA0035 38.4026 -106.4157 2593.2 CO SARGENTS 0.3 NE +US1COSA0038 37.7636 -106.0933 2324.1 CO CENTER 1.2 NE +US1COSA0039 37.7510 -106.1082 2332.9 CO CENTER 0.1 ESE +US1COSA0040 37.7637 -105.9647 2315.0 CO CENTER 8.0 E +US1COSA0041 37.7620 -105.9284 2309.2 CO CENTER 9.9 E +US1COSA0042 37.7796 -105.9100 2304.9 CO CENTER 11.1 E +US1COSA0043 37.7930 -105.8916 2301.8 CO CENTER 12.2 ENE +US1COSA0044 37.8222 -105.8922 2304.0 CO CENTER 12.7 ENE +US1COSA0045 37.7925 -105.9277 2304.9 CO CENTER 10.3 ENE +US1COSA0046 37.8365 -105.9105 2300.0 CO CENTER 12.4 ENE +US1COSA0047 37.7778 -105.9460 2311.0 CO CENTER 9.1 ENE +US1COSA0050 38.2361 -106.1000 2801.1 CO VILLA GROVE 8.2 W +US1COSA0052 37.9943 -105.7005 2407.0 CO CRESTONE 0.2 WSW +US1COSA0055 38.1703 -106.6569 2876.7 CO DOME LAKES 3.0 ESE +US1COSA0056 38.2472 -105.9494 2436.6 CO VILLA GROVE 0.2 S +US1COSA0057 38.1000 -105.8875 2327.5 CO MOFFAT 6.9 N +US1COSA0058 38.0271 -105.9045 2312.5 CO MOFFAT 1.8 N +US1COSA0059 38.0857 -106.1344 2386.0 CO SAGUACHE 0.4 E +US1COSA0061 38.1855 -106.1046 2449.7 CO BONANZA 6.6 S +US1COSA0062 38.3857 -106.7696 2511.6 CO GUNNISON 13.9 SE +US1COSA0066 37.9283 -105.6478 2536.9 CO CRESTONE 5.3 SSE +US1COSG0001 40.9384 -102.5237 1090.9 CO SEDGWICK +US1COSG0002 40.8542 -102.5168 1210.1 CO SEDGWICK 5 S +US1COSG0003 40.9871 -102.2701 1063.1 CO JULESBURG +US1COSG0004 40.9889 -102.2667 1061.9 CO JULESBURG 0.1 WNW +US1COSG0005 40.9895 -102.2650 1061.9 CO JULESBURG 0.1 NNW +US1COSG0013 40.9838 -102.4422 1108.9 CO OVID 3.3 WNW +US1COSG0017 40.8976 -102.4085 1189.0 CO OVID 4.5 SSW +US1COSG0021 40.8951 -102.1503 1129.0 CO JULESBURG 8.7 SE +US1COSG0023 41.0189 -102.1623 1043.9 CO JULESBURG 5.8 ENE +US1COSG0024 40.9066 -102.3830 1152.1 CO OVID 3.7 S +US1COSG0027 40.9604 -102.3902 1076.9 CO OVID 0.1 WNW +US1COSG0031 40.9612 -102.3860 1077.8 CO OVID 0.1 NE +US1COSG0032 40.9899 -102.2634 1061.6 CO JULESBURG 0.2 NNE +US1COSG0033 40.7722 -102.5018 1208.8 CO HAXTUN 11.2 NE +US1COSJ0001 37.8112 -107.6673 2838.9 CO SILVERTON .16 WSW +US1COSJ0002 37.8135 -107.6651 2834.6 CO SILVERTON 0.2 NNW +US1COSJ0004 37.8083 -107.6693 2831.3 CO SILVERTON 0.3 WSW +US1COSM0001 38.1450 -108.3277 2083.0 CO NORWOOD 2.2 WNW +US1COSM0002 37.9391 -107.8175 2676.1 CO TELLURIDE .31 WNW +US1COSM0003 38.1502 -108.2793 2142.1 CO NORWOOD 1.5 NNE +US1COSM0004 38.0888 -108.2216 2347.0 CO NORWOOD 4.1 ESE +US1COSM0007 38.1308 -108.3165 2161.0 CO NORWOOD 1.4 W +US1COSM0008 38.0614 -108.9101 1664.2 CO SLICK ROCK 1.3 N +US1COSM0010 37.9240 -108.6841 1805.9 CO REDVALE 22.8 SW +US1COSM0013 38.1299 -108.3172 2167.4 CO NORWOOD 1.4 W +US1COSM0014 38.1487 -108.2609 2193.6 CO NORWOOD 2.1 NE +US1COSM0017 38.0288 -108.0053 2728.0 CO PLACERVILLE 3.6 E +US1COSU0001 39.5029 -106.0579 2970.9 CO BRECKENRIDGE 1.8 NNW +US1COSU0002 39.6414 -106.0722 2664.0 CO SILVERTHORNE 3.2 WNW +US1COSU0004 39.5823 -106.0959 2767.0 CO FRISCO 0.5 N +US1COSU0005 39.6645 -106.0790 2656.0 CO SILVERTHORNE 2.1 NNW +US1COSU0006 39.6239 -106.1018 2951.7 CO SILVERTHORNE 2.1 WSW +US1COSU0007 39.6277 -106.0492 2770.9 CO DILLON 0.6 WNW +US1COSU0008 39.7220 -106.1370 2734.1 CO SILVERTHORNE 7.4 NW +US1COSU0009 39.6365 -106.0581 2804.2 CO SILVERTHORNE 1.8 SE +US1COSU0010 39.7589 -106.1116 2730.1 CO SILVERTHORNE 7.6 NNW +US1COSU0011 39.4736 -106.0784 3265.0 CO BRECKENRIDGE 1.7 W +US1COSU0012 39.3981 -106.0460 3223.0 CO BRECKENRIDGE 5.6 S +US1COSU0013 39.5996 -105.9880 2798.1 CO KEYSTONE 0.1 W +US1COSU0016 39.5970 -106.0071 2773.1 CO DILLON 2.3 SE +US1COSU0018 39.8738 -106.3061 2418.9 CO HEENEY 1.6 SE +US1COSU0019 39.4294 -106.0330 3171.1 CO BRECKENRIDGE 3.4 SSE +US1COSU0020 39.6302 -106.0433 2804.2 CO DILLON .75 SE +US1COSU0023 39.5035 -106.0618 2965.1 CO BRECKENRIDGE 1.9 NNW +US1COSU0024 39.6395 -106.0386 2780.1 CO DILLON 0.7 NNE +US1COSU0025 39.5924 -106.0045 2784.0 CO DILLON 3.3 SE +US1COSU0027 39.7386 -106.1612 2805.1 CO SILVERTHORNE 7.3 NW +US1COSU0029 39.3879 -106.0504 3232.1 CO BRECKENRIDGE 6.2 S +US1COSU0031 39.5237 -106.0399 2899.9 CO BRECKENRIDGE 3.1 N +US1COSU0033 39.5850 -106.1017 2770.0 CO FRISCO .5 WNW +US1COSU0034 39.6505 -106.0904 2691.4 CO SILVERTHORNE 0.5 W +US1COSU0035 39.9024 -106.3050 2485.9 CO SILVERTHORNE 21 NW +US1COSU0037 39.4829 -106.0251 2972.7 CO BRECKENRIDGE 1.12 E +US1COSU0039 39.5200 -106.0412 2909.0 CO BRECKENRIDGE 0.9 NNE +US1COSU0040 39.4688 -106.0109 3294.0 CO BRECKENRIDGE 3.3 SE +US1COSU0044 39.6618 -106.0994 2775.5 CO SILVERTHORNE 1.2 NW +US1COSU0045 39.5032 -106.0627 1738.0 CO BRECKENRIDGE 2.0 NW +US1COSU0046 39.5909 -105.9932 2806.6 CO KEYSTONE 1.8 SW +US1COSU0049 39.6379 -106.0618 2756.6 CO SILVERTHORNE 1.4 SE +US1COSU0052 39.6011 -105.9773 2819.4 CO KEYSTONE 0.7 SW +US1COSU0058 39.8748 -106.3079 2436.6 CO HEENEY 0.5 NW +US1COSU0061 39.6169 -106.1092 2999.2 CO SILVERTHORNE 2.8 SSW +US1COSU0062 39.6533 -106.0822 2660.3 CO SILVERTHORNE 0.1 NNW +US1COSU0066 39.6625 -106.0645 2857.2 CO SILVERTHORNE 1.2 NE +US1COSU0067 39.4819 -106.0325 3013.6 CO BRECKENRIDGE 1.9 SSE +US1COSU0069 39.6652 -106.0752 2705.4 CO SILVERTHORNE 1.0 NNE +US1COTL0010 38.9872 -105.3004 2706.3 CO LAKE GEORGE 3.1 E +US1COTL0013 39.1124 -105.2320 2489.0 CO WESTCREEK 4.2 SW +US1COTL0014 38.9939 -105.0483 2575.0 CO WOODLAND PARK 0.2 ESE +US1COTL0016 38.8071 -105.2311 2593.2 CO CRIPPLE CREEK 5.1 NW +US1COTL0019 39.0025 -105.2932 2912.1 CO FLORISSANT 5.0 N +US1COTL0020 39.0187 -105.0549 2586.2 CO WOODLAND PARK 1.6 N +US1COTL0021 38.9526 -105.2010 2785.6 CO DIVIDE 3.2 WNW +US1COTL0026 38.7822 -105.1472 3019.0 CO CRIPPLE CREEK 3.0 NE +US1COTL0027 39.0998 -105.2618 2608.5 CO WESTCREEK 6.0 SW +US1COTL0028 39.0087 -105.0629 2553.3 CO WOODLAND PARK 1.1 NNW +US1COTL0029 38.9314 -105.1307 2877.3 CO DIVIDE 1.0 E +US1COTL0030 38.8391 -105.2545 2552.4 CO FLORISSANT 6.7 SSE +US1COTL0031 38.9944 -105.2650 2698.4 CO FLORISSANT 4.8 NNE +US1COTL0032 38.7657 -105.3279 2481.7 CO FLORISSANT 11.5 S +US1COTL0033 39.0106 -105.0510 2578.3 CO WOODLAND PARK 1.1 N +US1COWA0003 39.6569 -102.8435 1346.9 CO ARICKAREE 12 SE +US1COWA0007 40.1551 -103.1439 1386.8 CO AKRON 4E +US1COWA0008 39.6750 -103.4153 1531.0 CO LINDON 4S +US1COWA0009 40.3494 -103.1100 1345.1 CO AKRON 13.5 NNE +US1COWA0010 40.1708 -103.2203 1431.0 CO AKRON 1.0 NW +US1COWA0012 40.3610 -103.0836 1341.1 CO OTIS 15 NNW +US1COWA0015 40.3545 -103.1587 1314.9 CO AKRON 13 N +US1COWA0016 40.1766 -103.1851 1403.0 CO AKRON 1.9NE +US1COWA0019 40.2065 -103.0191 1348.1 CO OTIS 5.0 NW +US1COWA0021 39.8265 -103.5733 1414.9 CO LAST CHANCE 6.1 N +US1COWA0023 40.3933 -103.4507 1255.2 CO MESSEX 3.8 WNW +US1COWA0025 40.2960 -103.2000 1385.9 CO AKRON 9 N +US1COWA0026 39.6614 -103.4299 1542.9 CO LINDON 5S +US1COWA0027 39.9998 -103.1686 1419.1 CO AKRON 12 SSE +US1COWA0029 39.6088 -103.0665 1432.9 CO ARIKAREE 6 S +US1COWA0030 39.6404 -102.8831 1375.0 CO COPE 2.5 W +US1COWA0033 40.1667 -103.2225 1430.1 CO AKRON .61 NW +US1COWA0034 40.1625 -103.2083 1419.1 CO AKRON .35 ENE +US1COWA0035 39.9968 -103.3753 1427.1 CO WOODROW 12 E +US1COWA0047 40.2529 -103.1370 1384.1 CO AKRON 7.5 NNE +US1COWA0048 39.8879 -102.9405 1352.1 CO AKRON 23.7 SE +US1COWA0051 40.4084 -103.0176 1341.1 CO OTIS 17.9 N +US1COWA0055 39.9392 -103.5120 1385.0 CO WOODROW 4.6 SE +US1COWA0056 40.0089 -103.3566 1469.1 CO ELBA 11.2 WNW +US1COWA0057 40.2790 -103.2920 1348.1 CO FREMONT BUTTE 2.2 NNE +US1COWA0060 40.1569 -103.1923 1410.9 CO AKRON 1.1 ESE +US1COWA0063 40.1759 -103.0785 1358.2 CO OTIS 6.4 WNW +US1COWA0064 40.1586 -103.1972 1419.8 CO AKRON 0.8 ESE +US1COWA0067 39.6855 -103.1491 1464.9 CO ANTON 5.8 SE +US1COWA0068 40.3038 -103.1114 1361.5 CO AKRON 11.1 NNE +US1COWA0069 40.2751 -103.2470 1327.1 CO AKRON 8.0 NNW +US1COWA0075 40.2206 -103.1556 1392.9 CO AKRON 5.0 NE +US1COWA0077 40.1683 -103.2193 1428.6 CO AKRON 0.6 NW +US1COWA0078 40.2062 -103.1810 1402.7 CO AKRON 3.4 NNE +US1COWA0080 40.1564 -103.0684 1352.7 CO OTIS 5.7 W +US1COWE0002 40.4128 -104.7683 1478.9 CO GREELEY 3.7 WNW +US1COWE0003 40.4505 -104.6799 1428.9 CO GREELEY 3.9 ENE +US1COWE0010 40.3324 -104.9207 1485.0 CO JOHNSTOWN 0.5 WSW +US1COWE0016 40.7059 -104.7784 1584.0 CO NUNN .2 NNE +US1COWE0018 40.1791 -104.8433 1473.1 CO PLATTEVILLE 2.7 SSW +US1COWE0019 40.4702 -104.9044 1463.0 CO WINDSOR .53 SSW +US1COWE0020 40.0737 -104.6640 1506.0 CO HUDSON 1.1 W +US1COWE0025 40.4108 -104.7914 1463.0 CO GREELEY 4.4 W +US1COWE0027 40.0851 -104.8145 1499.0 CO EATON 1.2 SE +US1COWE0028 40.5166 -104.6969 1471.9 CO GILL .13 ENE +US1COWE0029 40.2955 -105.0366 1517.0 CO BERTHOUD 2.5 ESE +US1COWE0040 40.0853 -104.9409 1534.1 CO DACONO .08 WNW +US1COWE0042 40.4282 -104.5823 1416.1 CO GREELEY 6.6 E +US1COWE0043 40.2917 -104.6394 1438.0 CO GREELEY 10.5 SSE +US1COWE0058 40.7039 -104.7857 1585.9 CO NUN +US1COWE0060 40.7067 -104.6867 1553.9 CO NUN 4.7 E +US1COWE0061 40.4019 -104.7042 1460.0 CO GLYUNC +US1COWE0065 40.4463 -104.6371 1425.9 CO GLY 4.3 NE +US1COWE0066 40.4297 -104.7256 1431.0 CO GREELEY 1.1 ENE +US1COWE0068 40.5240 -103.8602 1458.2 CO NRM 6 S +US1COWE0069 40.5279 -104.7141 1475.8 CO EAT 0.3 W +US1COWE0071 40.4350 -104.7568 1442.9 CO GLY 3.9 NW +US1COWE0072 40.5681 -104.6488 1477.1 CO ALT 4.5 E +US1COWE0075 40.4353 -104.7508 1438.0 CO GLY 3.5 NW +US1COWE0078 40.4247 -104.7575 1453.9 CO GLY 3.5 NW +US1COWE0079 40.4280 -104.6325 1414.9 CO GLY 3.0 NE +US1COWE0080 40.4275 -104.7652 1463.0 CO GLY 4 NW +US1COWE0081 40.9753 -104.3063 1612.1 CO HER +US1COWE0082 40.4790 -104.6188 1434.1 CO LCR 4 E +US1COWE0084 40.5382 -104.8262 1498.1 CO SEV 1.5 NE +US1COWE0086 40.4386 -104.7341 1424.0 CO UNC 4.5 NW +US1COWE0088 40.4418 -104.5505 1416.1 CO KERSEY 4.3 N +US1COWE0089 40.4261 -104.6743 1414.9 CO GREELEY 2.1 NE +US1COWE0090 40.5795 -104.5836 1503.9 CO EATON 7.7 NE +US1COWE0093 40.4802 -104.3139 1459.1 CO BRIGGSDALE 11 S +US1COWE0095 40.4161 -104.7081 1439.9 CO GREELEY 1.1 NW +US1COWE0096 40.4100 -104.6580 1420.1 CO GREELEY 2.8 ESE +US1COWE0097 40.5228 -104.8558 1485.9 CO WINDSOR 4 NE +US1COWE0098 40.4319 -104.7486 1439.0 CO GREELEY 3.3 NW +US1COWE0106 40.5394 -104.7532 1483.2 CO EATON 2.4 WNW +US1COWE0107 40.1023 -104.4143 1466.1 CO KEENESBURG 5.6 E +US1COWE0111 40.4315 -104.7644 1450.8 CO GREELEY 3.8 NW +US1COWE0114 40.4328 -104.7658 1449.9 CO GREELEY 4.0 WNW +US1COWE0115 40.4936 -104.8431 1496.9 CO GREELEY 9.6 NW +US1COWE0116 40.4475 -104.7048 1417.0 CO GREELEY 3.0 N +US1COWE0118 40.4159 -104.7662 1470.1 CO GREELEY 3.8 WNW +US1COWE0119 40.4770 -104.9046 1467.0 CO WINDSOR 0.3 SE +US1COWE0120 40.5383 -104.6269 1475.8 CO EATON 4.4 ENE +US1COWE0121 40.6157 -104.7167 1520.0 CO PIERCE 2.5 SE +US1COWE0122 40.4860 -104.5642 1474.0 CO GILL 2.4 NW +US1COWE0123 40.6341 -104.3274 1487.1 CO BRIGGSDALE +US1COWE0124 40.5052 -104.7744 1487.1 CO EATON 3.6 WSW +US1COWE0127 40.8877 -104.8781 1737.1 CO CARR 0.6 S +US1COWE0128 40.6220 -104.8898 1562.1 CO PIERCE 6.9 W +US1COWE0129 40.4932 -104.6681 1446.0 CO EATON 3.4 SE +US1COWE0130 40.4834 -104.9230 1467.0 CO WINDSOR 0.9 W +US1COWE0132 40.5959 -104.9323 1558.1 CO FORT COLLINS 8.3 ENE +US1COWE0137 40.4285 -104.7024 1424.0 CO GREELEY 1.8 N +US1COWE0140 40.5291 -104.7142 1478.9 CO EATON .17 WSW +US1COWE0143 40.4777 -104.9010 1466.1 CO WIN 1.4 NE +US1COWE0145 40.4945 -104.8582 1474.9 CO WINDSOR 3.0 ENE +US1COWE0147 40.4240 -104.8592 1510.9 CO GLY 9.0 NW +US1COWE0148 40.4047 -104.7424 1477.1 CO GLY 2.3 W +US1COWE0149 40.4043 -104.7492 1487.1 CO GLY 2.7 W +US1COWE0151 40.3972 -104.7106 1469.1 CO GLY 0.8 SW +US1COWE0152 40.4110 -104.7944 1471.0 CO GLY 5.1 W +US1COWE0155 40.1220 -104.8862 1533.1 CO FTL 4.5 NW +US1COWE0158 40.1360 -104.6797 1495.0 CO HUD 4 NW +US1COWE0161 40.3945 -104.7198 1466.1 CO GREELEY 1 SW +US1COWE0163 40.3575 -104.7752 1449.0 CO GREELEY 5.2 SW +US1COWE0166 40.3640 -104.7426 1435.9 CO GREELEY 3.6 SW +US1COWE0167 40.3319 -104.9093 1467.0 CO JOHNSTOWN 1 E +US1COWE0169 40.3786 -104.7080 1437.1 CO GREELEY 1.8 S +US1COWE0171 40.4005 -104.7475 1477.1 CO GREELEY 2.6 W +US1COWE0172 40.3947 -104.7063 1453.9 CO GREELEY 0.6 SW +US1COWE0176 40.3942 -104.7695 1499.9 CO GREELEY 3.8 W +US1COWE0177 40.3288 -104.8550 1452.1 CO JOHNSTOWN 4.5 E +US1COWE0178 40.3775 -104.9250 1467.0 CO JOHNSTOWN 2.8 N +US1COWE0180 40.0518 -104.4908 1503.9 CO KEENESBURG 4 SSE +US1COWE0182 40.4004 -104.7470 1475.8 CO GREELEY 2.6 SW +US1COWE0183 40.3822 -104.7344 1467.9 CO GREELEY 2.2 SW +US1COWE0184 40.1138 -104.9308 1521.9 CO FORT LUPTON 6.3 WNW +US1COWE0185 40.3738 -104.7068 1428.9 CO EVANS 0.8 WSW +US1COWE0186 40.0125 -105.0455 1555.1 CO ERIE 2.6 S +US1COWE0187 40.0440 -104.7254 1535.0 CO HUDSON 4.8 WSW +US1COWE0189 40.9577 -104.1260 1599.9 CO GROVER 8.0 NE +US1COWE0194 40.1030 -104.9290 1528.9 CO FREDERICK 0.5 ENE +US1COWE0197 40.3839 -104.7001 1439.0 CO EVANS 1.3 SSW +US1COWE0198 40.3335 -104.9169 1488.0 CO JOHNSTOWN .38 SW +US1COWE0199 40.5455 -104.6353 1490.8 CO EATON 4.2 ENE +US1COWE0201 40.4703 -104.6522 1437.1 CO GREELEY 4.4 NE +US1COWE0202 40.2335 -105.0169 1552.0 CO MEAD 1 W +US1COWE0203 40.1200 -104.9600 1513.0 CO LONGMONT 8.2 ESE +US1COWE0204 40.1014 -104.9311 1528.0 CO LONGMONT 10.0 SE +US1COWE0206 40.1675 -105.0295 1510.0 CO LONGMONT 3.5 E +US1COWE0207 40.2398 -105.0630 1577.0 CO LONGMONT 5.3 NNE +US1COWE0209 40.0679 -105.0293 1549.0 CO ERIE 1.6 NE +US1COWE0210 40.3052 -104.8844 1487.1 CO MILLIKEN 1.8 WSW +US1COWE0212 40.0904 -104.9231 1535.9 CO FREDERICK 0.9 SE +US1COWE0241 40.4218 -104.7773 1467.0 CO GREELEY 3.5 W +US1COWE0247 40.1225 -104.9358 1503.9 CO LONGMONT 9 E +US1COWE0249 40.1646 -104.8495 1480.1 CO FORT LUPTON 5.9 NNW +US1COWE0250 40.5949 -104.9282 1563.3 CO FCL 7.9 ENE +US1COWE0254 40.5903 -104.9274 1558.1 CO BLACK HOLLOW RESERVOIR 3.0 WSW +US1COWE0255 40.2604 -104.9887 1549.9 CO MEAD 1.8 N +US1COWE0259 40.4258 -104.7450 1452.1 CO GREELEY 1.8 W +US1COWE0262 40.3300 -104.9500 1503.0 CO JOHNSTOWN 2.1 W +US1COWE0265 40.1023 -104.4331 1464.0 CO KEENESBURG 4.6 E +US1COWE0268 40.4113 -104.7190 1455.1 CO GREELEY 1.5 ESE +US1COWE0272 40.3758 -104.7644 1453.0 CO GREELEY 3.3 SSW +US1COWE0274 40.2023 -104.6195 1478.9 CO HUDSON 9.2 N +US1COWE0275 40.0515 -104.6216 1523.1 CO HUDSON 1.8 SE +US1COWE0280 40.4212 -104.7851 1449.0 CO GREELEY 2.2 W +US1COWE0281 40.3496 -104.8703 1483.2 CO MILLIKEN 2.5 NNW +US1COWE0287 40.4000 -104.6836 1424.0 CO GREELEY 3.5 ESE +US1COWE0292 40.7528 -104.5244 1596.5 CO PURCELL 9.0 NNE +US1COWE0293 40.3428 -104.9174 1481.9 CO JOHNSTOWN 0.6 NNW +US1COWE0295 40.3406 -104.6203 1440.8 CO LA SALLE 4.5 E +US1COWE0296 40.5038 -104.5647 1478.9 CO GALETON 1.4 SE +US1COWE0300 40.1973 -104.9416 1485.0 CO MEAD 3.5 SE +US1COWE0302 40.1729 -105.0152 1499.0 CO LONGMONT 5.1 E +US1COWE0303 40.5211 -104.5488 1484.1 CO GALETON 1.6 E +US1COWE0305 40.3985 -104.7132 1474.0 CO GREELEY 2.3 SE +US1COWE0307 40.6885 -104.8650 1631.9 CO NUNN 4.6 WSW +US1COWE0310 40.0931 -104.9289 1533.8 CO FREDERICK 1.1 SE +US1COWE0311 40.2124 -105.0426 1553.6 CO LONGMONT 4.6 NE +US1COWE0312 40.9485 -103.6768 1517.9 CO PAWNEE BUTTES 18.4 ENE +US1COWE0313 40.3992 -104.6585 1415.5 CO GREELEY 2.0 SE +US1COWE0314 40.3148 -104.8677 1471.9 CO MILLIKEN 0.8 W +US1COWE0315 40.0519 -104.7201 1538.3 CO LOCHBUIE 3.0 N +US1COWE0316 40.5845 -104.7347 1507.8 CO AULT 0.1 WNW +US1COWE0318 40.4380 -104.8070 1448.1 CO GREELEY 4.6 WNW +US1COWE0319 40.2991 -104.7540 1444.4 CO LA SALLE 4.3 SW +US1COWE0320 40.1104 -104.5110 1499.9 CO KEENESBURG 0.4 ENE +US1COWE0324 40.5152 -104.8564 1489.3 CO SEVERANCE 0.6 SW +US1COWE0325 40.3938 -104.7123 1455.7 CO GREELEY 2.5 SE +US1COWE0326 40.1706 -104.8858 1497.8 CO FORT LUPTON 7.4 NW +US1COWE0330 40.6097 -103.8412 1458.5 CO NEW RAYMER 3.2 WSW +US1COWE0333 40.0943 -104.9966 1533.8 CO FREDERICK 3.0 WSW +US1COWE0334 40.4139 -104.7164 1449.0 CO GREELEY 1.5 ESE +US1COWE0335 40.6352 -104.3279 1482.5 CO BRIGGSDALE 0.6 NW +US1COWE0338 40.1109 -104.7742 1516.1 CO FORT LUPTON 2.4 NE +US1COWE0340 40.3868 -104.4735 1389.3 CO KERSEY 4.5 E +US1COWE0341 40.1087 -104.3383 1461.8 CO ROGGEN 4.6 SSE +US1COWE0342 40.4035 -104.6738 1417.9 CO GREELEY 3.9 ESE +US1COWE0343 40.4139 -104.7164 1448.7 CO GREELEY 1.5 ESE +US1COWE0344 40.4258 -104.6846 1416.1 CO GREELEY 3.1 E +US1COWE0345 40.7106 -104.7595 1585.6 CO NUNN 1.2 ENE +US1COWE0348 40.6255 -104.6876 1517.9 CO PIERCE 3.5 E +US1COWE0349 40.3606 -104.8746 1488.9 CO MILLIKEN 3.2 NNW +US1COWE0350 40.4739 -104.9106 1461.2 CO WINDSOR 0.8 SSW +US1COWE0355 40.0222 -104.4697 1506.6 CO KEENESBURG 6.5 SSE +US1COWE0357 40.4417 -104.8128 1437.1 CO GREELEY 3.9 WNW +US1COWE0359 40.5087 -104.9219 1477.1 CO WINDSOR 1.8 NNW +US1COWE0360 40.4223 -104.7489 1462.7 CO GREELEY 0.3 WNW +US1COWE0364 40.1213 -104.9743 1501.4 CO FREDERICK 2.0 NW +US1COWE0367 40.4868 -104.4754 1422.5 CO GILL 3.8 NE +US1COWE0371 40.1078 -104.9337 1519.4 CO FREDERICK 0.5 ENE +US1COWE0372 40.3691 -104.7330 1444.8 CO EVANS 2.0 WSW +US1COWE0374 40.3072 -104.8733 1475.8 CO MILLIKEN 1.3 WSW +US1COWE0376 40.5199 -104.8334 1492.6 CO SEVERANCE 0.9 ESE +US1COWE0380 40.3901 -104.5583 1407.6 CO KERSEY 0.3 NNE +US1COWE0382 40.4100 -104.7094 1457.2 CO GREELEY 2.0 ESE +US1COWE0387 40.0022 -104.7490 1557.8 CO LOCHBUIE 1.6 WSW +US1COWE0388 40.0923 -104.9300 1534.7 CO FREDERICK 1.1 SE +US1COWE0389 40.0905 -104.7986 1501.1 CO FORT LUPTON 0.5 NE +US1COWE0392 40.0235 -105.0393 1564.2 CO ERIE 0.5 SE +US1COWE0393 40.0638 -105.0441 1543.8 CO ERIE 2.4 N +US1COWE0394 40.6124 -103.9590 1500.2 CO NEW RAYMER 9.4 W +US1COWE0397 40.5386 -104.6299 1482.9 CO EATON 4.3 ENE +US1COWE0398 40.0549 -104.5132 1521.6 CO KEENESBURG 3.7 S +US1COWE0400 40.1015 -104.4651 1467.6 CO KEENESBURG 2.9 E +US1COWE0401 40.1253 -104.4701 1482.5 CO KEENESBURG 2.8 ENE +US1COWE0406 40.4748 -104.5078 1420.4 CO GILL 2.1 NE +US1COWE0409 40.7650 -104.6864 1590.4 CO NUNN 6.5 NE +US1COWE0412 40.5970 -104.6837 1496.6 CO AULT 2.7 ENE +US1COWE0413 40.2353 -105.0528 1589.5 CO LONGMONT 5.3 NE +US1COWE0414 40.4242 -104.7535 1457.2 CO GREELEY 0.5 WNW +US1COWE0417 40.3987 -104.7468 1478.3 CO GREELEY 1.6 S +US1COWE0423 40.5291 -104.7250 1476.8 CO EATON 0.8 WNW +US1COWE0424 40.4121 -104.7140 1453.6 CO GREELEY 1.7 ESE +US1COWE0428 40.4034 -104.7833 1486.8 CO GREELEY 2.4 WSW +US1COWE0429 40.5546 -104.6422 1482.2 CO EATON 4.1 ENE +US1COWE0430 40.4217 -104.7057 1427.4 CO GREELEY 2.0 E +US1COWE0432 40.4181 -104.6984 1427.1 CO GREELEY 2.4 E +US1COWE0433 40.3547 -104.7638 1432.0 CO GREELEY 4.7 SSW +US1COWE0434 40.3908 -104.7497 1490.5 CO GREELEY 2.1 S +US1COWE0436 40.7052 -104.6886 1556.3 CO NUNN 4.8 E +US1COWE0441 40.5088 -104.6825 1460.0 CO EATON 1.8 SE +US1COWE0442 40.3902 -104.7456 1485.9 CO GREELEY 2.2 S +US1COWE0444 40.0842 -104.8060 1498.7 CO FORT LUPTON 0.1 SW +US1COWE0446 40.3530 -104.8703 0.0 CO MILLIKEN 2.7 NNW +US1COWE0447 40.3802 -104.5842 1415.2 CO KERSEY 1.3 WSW +US1COWE0448 40.4711 -104.9002 1462.1 CO WINDSOR 1.0 SSE +US1COWE0450 40.0815 -104.9459 1537.4 CO DACONO 0.4 NNW +US1COWE0455 40.6108 -103.8407 1460.9 CO NEW RAYMER 3.3 WSW +US1COWE0457 40.6095 -103.8415 1459.4 CO NEW RAYMER 3.4 WSW +US1COWE0462 40.6336 -104.3255 1485.3 CO BRIGGSDALE 0.4 NW +US1COWE0465 40.7575 -104.2834 1535.3 CO BRIGGSDALE 9.0 NNE +US1COWE0468 40.8149 -104.3909 1554.8 CO GROVER 9.4 WSW +US1COWE0475 40.6354 -104.7573 1537.4 CO PIERCE 0.2 NW +US1COWE0478 40.8905 -103.6121 1379.8 CO PADRONI 24.6 WNW +US1COWE0480 40.3484 -104.4383 1391.4 CO KERSEY 6.9 ESE +US1COWE0482 40.5181 -104.8579 1497.5 CO SEVERANCE 0.5 SW +US1COWE0484 40.2342 -105.0054 1541.1 CO MEAD 0.9 W +US1COWE0485 40.0684 -104.8125 1501.7 CO FORT LUPTON 1.2 SSW +US1COWE0489 40.3401 -104.9234 1491.4 CO JOHNSTOWN 0.7 WNW +US1COWE0495 40.3399 -104.9468 1510.6 CO JOHNSTOWN 1.9 W +US1COWE0498 40.5726 -104.8464 1534.7 CO SEVERANCE 3.5 N +US1COWE0505 40.3605 -104.7590 1444.4 CO GREELEY 4.3 S +US1COWE0507 40.4429 -104.8953 1450.5 CO WINDSOR 3.0 SSE +US1COWE0509 40.4142 -104.7645 1476.5 CO GREELEY 1.2 WSW +US1COWE0511 40.0486 -105.0333 1557.8 CO ERIE 1.5 NNE +US1COWE0515 40.3784 -104.5922 1416.4 CO GREELEY 8.5 ESE +US1COWE0516 40.2365 -105.0031 1536.2 CO MEAD 0.8 W +US1COWE0517 40.3786 -104.7076 1437.4 CO EVANS 0.6 W +US1COWE0518 40.0437 -104.4768 1495.0 CO KEENESBURG 5.0 SSE +US1COWE0522 40.4317 -104.7611 1451.5 CO GREELEY 1.2 NW +US1COWE0526 40.4717 -104.4584 1423.1 CO BARNESVILLE 1.3 ESE +US1COWE0528 40.5938 -104.9115 1579.5 CO FORT COLLINS 8.7 ENE +US1COWE0529 40.4850 -104.8828 1460.9 CO WINDSOR 1.2 E +US1COWE0530 40.1497 -104.9439 1494.7 CO FIRESTONE 2.1 NNW +US1COWE0533 40.4715 -104.7321 1439.3 CO GREELEY 3.5 N +US1COWE0536 40.4283 -104.7549 1450.8 CO GREELEY 0.8 NW +US1COWE0537 40.4229 -104.6479 1409.4 CO GREELEY 5.1 E +US1COWE0538 40.0470 -105.0499 1534.1 CO ERIE 1.3 N +US1COWE0541 40.6332 -104.3271 1483.8 CO BRIGGSDALE 0.4 WNW +US1COWE0542 40.4940 -104.6214 1445.1 CO EATON 5.1 ESE +US1COYU0002 39.6161 -102.7445 1328.0 CO LIBERTY 7 SW +US1COYU0007 40.1029 -102.3123 1115.9 CO WRAY 5 NW +US1COYU0009 39.7106 -102.2532 1200.0 CO IDALIA 2 NE +US1COYU0010 39.6549 -102.6259 1289.9 CO LIBERTY 0.1 SE +US1COYU0012 39.7666 -102.7004 1300.9 CO LIBERTY 9 NW +US1COYU0016 40.0816 -102.2673 1083.9 CO WRAY 2 E +US1COYU0017 40.3071 -102.2752 1132.9 CO WRAY 16 N +US1COYU0018 39.9415 -102.0857 1038.1 CO WRAY 12 SE +US1COYU0024 39.7041 -102.7080 1289.0 CO LIBERTY 5.5 NW +US1COYU0030 39.6568 -102.1205 1138.1 CO BONNY DAM 2NE +US1COYU0031 39.6452 -102.6466 1295.1 CO JOES 2SE +US1COYU0032 39.7041 -102.2929 1211.0 CO IDALIA +US1COYU0033 40.1234 -102.7208 1257.0 CO YUMA +US1COYU0037 40.0823 -102.2081 1075.0 CO WRAY .92 ENE +US1COYU0043 40.0692 -102.2217 1115.0 CO WRAY .4 S +US1COYU0048 39.8438 -102.3241 1177.1 CO VERNON 7.1 S +US1COYU0052 40.3454 -102.1418 1106.1 CO WRAY 19 NNE +US1COYU0053 40.0610 -102.3171 1108.9 CO WRAY 5.0 WSW +US1COYU0058 40.0757 -102.2453 1078.1 CO WRAY 1.1 WSW +US1COYU0059 39.6142 -102.4833 1261.0 CO KIRK 6.2 E +US1COYU0060 40.1163 -102.4922 1182.9 CO ECKLEY 0.4 NW +US1COYU0061 40.0817 -102.2263 1083.0 CO WRAY 0.2 N +US1COYU0062 39.9774 -102.2507 1164.0 CO VERNON 3.6 NNE +US1COYU0066 40.3523 -102.0792 1099.7 CO ALVIN 3.1 N +US1COYU0068 40.1369 -102.1981 1122.3 CO WRAY 4.2 NNE +US1COYU0072 40.1473 -102.7752 1270.4 CO YUMA 3.1 WNW +US1COYU0073 39.6093 -102.7089 1317.3 CO JOES 3.2 SSW +US1COYU0076 40.0597 -102.6055 1234.1 CO YUMA 7.7 SE +US1COYU0078 40.3840 -102.5115 1189.9 CO CLARKVILLE 5.7 E +US1COYU0081 40.2055 -102.3015 1148.8 CO WRAY 9.6 NNW +US1COYU0082 39.8960 -102.3921 1200.6 CO VERNON 6.4 WSW +US1COYU0106 40.0030 -102.2647 1159.2 CO WRAY 5.7 SSW +US1COYU0107 39.8431 -102.1232 1162.8 CO WRAY 17.2 SSE +US1COYU0127 39.7046 -102.2940 1210.4 CO IDALIA 0.5 NE +US1COYU0129 40.1900 -102.7199 1249.4 CO YUMA 4.6 N +US1CTFR0002 41.4230 -73.5187 256.0 CT DANBURY 2.8 WNW +US1CTFR0003 41.1486 -73.4591 71.6 CT NEW CANAAN 1.9 ENE +US1CTFR0005 41.1028 -73.4893 60.0 CT DARIEN 3.6 N +US1CTFR0008 41.2151 -73.1283 34.1 CT STRATFORD 0.8 N +US1CTFR0009 41.4406 -73.3904 146.0 CT BROOKFIELD 3.3 SSE +US1CTFR0012 41.1306 -73.5961 98.8 CT STAMFORD 3.3 NW +US1CTFR0016 41.4017 -73.4810 188.7 CT DANBURY 0.5 W +US1CTFR0020 41.1328 -73.3003 9.4 CT WESTPORT 2.5 ENE +US1CTFR0022 41.0641 -73.5770 36.6 CT STAMFORD 2.6 SSW +US1CTFR0023 41.3053 -73.1635 154.5 CT SHELTON 1.3 W +US1CTFR0024 41.3237 -73.4752 154.8 CT RIDGEFIELD 3.7 NNE +US1CTFR0025 41.1303 -73.4483 65.8 CT NORWALK 2.9 NNW +US1CTFR0026 41.2040 -73.1467 29.9 CT STRATFORD 0.9 W +US1CTFR0027 41.2322 -73.1443 55.8 CT STRATFORD 2.1 NNW +US1CTFR0029 41.2476 -73.4874 182.9 CT RIDGEFIELD 1.9 SSE +US1CTFR0030 41.2062 -73.1400 38.4 CT STRATFORD 0.5 WNW +US1CTFR0031 41.3501 -73.3430 215.8 CT NEWTOWN 4.6 SSW +US1CTFR0032 41.3344 -73.2234 181.7 CT MONROE 0.8 W +US1CTFR0035 41.0622 -73.4491 4.0 CT DARIEN 1.8 ENE +US1CTFR0037 41.0980 -73.5600 30.8 CT STAMFORD 0.4 WNW +US1CTFR0039 41.0378 -73.5682 6.4 CT STAMFORD 4.2 S +US1CTFR0041 41.4215 -73.3982 137.5 CT BETHEL 3.5 NNE +US1CTFR0042 41.3319 -73.2060 198.1 CT MONROE 0.1 SE +US1CTFR0043 41.3703 -73.4014 158.8 CT BETHEL 0.5 E +US1CTFR0044 41.4080 -73.2328 128.0 CT NEWTOWN 4.3 E +US1CTFR0046 41.2027 -73.1264 7.9 CT STRATFORD 0.2 ESE +US1CTFR0050 41.0835 -73.5120 26.8 CT DARIEN 2.8 NW +US1CTFR0052 41.2594 -73.2294 143.6 CT TRUMBULL 1.1 W +US1CTFR0055 41.2710 -73.1111 46.9 CT SHELTON 2.7 SSE +US1CTFR0057 41.2559 -73.2251 127.1 CT TRUMBULL 0.9 W +US1CTFR0058 41.3259 -73.4890 178.0 CT RIDGEFIELD 3.6 N +US1CTFR0059 41.2015 -73.5039 166.7 CT NEW CANAAN 3.8 N +US1CTFR0060 41.1587 -73.2470 6.4 CT FAIRFIELD 1.5 NE +US1CTFR0063 41.2113 -73.4693 159.4 CT WILTON 1.9 NW +US1CTHR0002 41.7469 -72.7630 65.8 CT WEST HARTFORD 1.5 SSW +US1CTHR0005 41.9563 -72.5730 35.7 CT ENFIELD 1.5 SE +US1CTHR0006 41.6926 -72.6909 57.9 CT WETHERSFIELD 1.2 WSW +US1CTHR0007 41.7476 -72.5519 87.2 CT CENTRAL MANCHESTER 2.7 SW +US1CTHR0008 42.0244 -72.8207 135.3 CT NORTH GRANBY 1.3 ENE +US1CTHR0009 41.8029 -72.7767 103.6 CT WEST HARTFORD 2.7 NNW +US1CTHR0011 41.7302 -72.7401 35.7 CT WEST HARTFORD 2.7 SSE +US1CTHR0012 41.6228 -72.4765 170.7 CT MARLBOROUGH 1.7 W +US1CTHR0015 41.6080 -72.8222 103.0 CT SOUTHINGTON 3.0 E +US1CTHR0018 41.5850 -72.7563 120.1 CT BERLIN 2.4 SSE +US1CTHR0019 41.6904 -72.7163 43.0 CT NEWINGTON 0.8 ENE +US1CTHR0022 41.7572 -72.5916 25.3 CT EAST HARTFORD 1.3 E +US1CTHR0023 41.5846 -72.8688 64.6 CT SOUTHINGTON 0.9 SSE +US1CTHR0024 41.8268 -72.9372 168.2 CT COLLINSVILLE 0.9 NW +US1CTHR0028 41.8851 -72.8973 196.9 CT NORTH CANTON 0.8 SSW +US1CTHR0029 41.8712 -72.8112 68.9 CT SIMSBURY CENTER 0.8 S +US1CTHR0031 41.7014 -72.9853 246.0 CT BRISTOL 2.7 WNW +US1CTHR0034 41.9530 -72.8047 71.0 CT GRANBY 0.8 W +US1CTHR0035 41.8442 -72.8153 55.2 CT WEATOGUE 0.7 E +US1CTHR0036 41.7674 -72.7758 107.9 CT WEST HARTFORD 1.1 W +US1CTHR0039 41.7169 -72.8122 134.4 CT FARMINGTON 1.6 SW +US1CTHR0040 41.7229 -72.5284 124.1 CT GLASTONBURY CENTER 4.0 ENE +US1CTHR0041 41.6992 -72.8754 78.6 CT FARMINGTON 4.9 WSW +US1CTHR0045 41.6746 -72.6827 47.5 CT WETHERSFIELD 1.9 SSW +US1CTHR0049 41.7674 -72.7758 0.0 CT WEST HARTFORD 1.1 W +US1CTHR0050 41.7435 -72.6814 26.2 CT HARTFORD 1.5 S +US1CTHR0051 41.6823 -72.6680 29.6 CT WETHERSFIELD 1.3 S +US1CTHR0052 41.7917 -72.5192 63.1 CT CENTRAL MANCHESTER 0.8 N +US1CTHR0053 41.7430 -72.7077 19.5 CT HARTFORD 2.0 SW +US1CTHR0055 41.6061 -72.9089 63.4 CT SOUTHINGTON 1.7 WNW +US1CTHR0057 42.0274 -72.6315 45.1 CT SUFFIELD DEPOT 3.3 NNE +US1CTHR0058 41.7973 -72.7423 43.3 CT WEST HARTFORD 2.1 NNE +US1CTHR0060 42.0287 -72.8433 144.2 CT NORTH GRANBY 0.7 N +US1CTHR0061 41.9216 -72.7063 55.5 CT WINDSOR LOCKS 2.5 W +US1CTHR0063 41.7821 -72.7451 57.9 CT WEST HARTFORD 1.1 NNE +US1CTHR0065 41.6602 -72.7409 32.0 CT NEWINGTON 1.9 SSW +US1CTHR0068 41.6592 -72.6414 51.2 CT ROCKY HILL 1.3 E +US1CTHR0070 41.8241 -72.9250 97.5 CT CANTON 1.5 W +US1CTHR0071 41.7183 -72.9230 100.0 CT BRISTOL 2.7 NNE +US1CTHR0076 41.6005 -72.8585 64.3 CT SOUTHINGTON 1.0 ENE +US1CTHR0080 41.6225 -72.7829 69.8 CT KENSINGTON 0.7 WSW +US1CTHR0082 41.9978 -72.6990 62.2 CT SUFFIELD 0.5 NNE +US1CTHR0083 41.6560 -72.8822 63.1 CT PLAINVILLE 1.7 SW +US1CTHR0084 41.7344 -72.6036 21.9 CT EAST HARTFORD 2.0 SSE +US1CTHR0085 41.7990 -72.7374 40.5 CT WEST HARTFORD 2.3 NNE +US1CTLT0003 41.9210 -73.0550 264.0 CT WINSTED 0.7 SE +US1CTLT0004 41.8741 -73.0470 312.1 CT NEW HARTFORD 3.8 W +US1CTLT0005 41.9610 -73.0900 353.6 CT WINSTED 2.6 NNW +US1CTLT0007 41.7744 -73.1690 330.1 CT LITCHFIELD 2.3 NNE +US1CTLT0010 41.5995 -73.1378 245.7 CT WATERTOWN 1.1 WSW +US1CTLT0014 41.5991 -73.1166 178.9 CT WATERTOWN 0.5 S +US1CTLT0015 42.0020 -73.0825 270.7 CT COLEBROOK 1.0 NE +US1CTLT0016 41.5541 -73.2422 213.4 CT WOODBURY CENTER 1.9 WNW +US1CTLT0017 41.6917 -73.0761 248.4 CT THOMASTON 1.2 N +US1CTLT0018 41.9016 -72.9783 181.4 CT NEW HARTFORD CENTER 1.5 N +US1CTLT0020 41.7549 -73.3928 331.6 CT WARREN 2.4 WNW +US1CTLT0022 41.5147 -73.4360 176.5 CT NEW MILFORD 5.3 SSW +US1CTLT0024 42.0172 -73.3638 210.0 CT SALISBURY 3.8 NE +US1CTLT0027 41.5939 -73.4515 66.4 CT NEW MILFORD 2.3 W +US1CTLT0028 42.0096 -73.2560 253.9 CT CANAAN 4.2 ESE +US1CTLT0029 41.8371 -73.2300 400.5 CT GOSHEN 0.5 NW +US1CTMD0001 41.5779 -72.4866 148.1 CT EAST HAMPTON 0.6 NE +US1CTMD0002 41.5709 -72.6260 23.2 CT PORTLAND 0.9 S +US1CTMD0005 41.2965 -72.4413 10.7 CT WESTBROOK CENTER 1.1 N +US1CTMD0008 41.5537 -72.5370 147.8 CT EAST HAMPTON 2.5 WSW +US1CTMD0011 41.2977 -72.4276 36.9 CT WESTBROOK CENTER 1.5 NE +US1CTMD0012 41.5726 -72.7048 86.9 CT MIDDLETOWN 3.1 WNW +US1CTMD0015 41.3264 -72.5326 61.0 CT CLINTON 3.5 N +US1CTMD0018 41.3447 -72.3928 9.1 CT ESSEX VILLAGE 0.9 S +US1CTMD0019 41.3427 -72.4543 57.3 CT IVORYTON 0.9 WSW +US1CTMD0021 41.3450 -72.5176 95.4 CT KILLINGWORTH 2.6 ESE +US1CTMD0022 41.6028 -72.4915 153.9 CT EAST HAMPTON 2.1 N +US1CTMD0023 41.5011 -72.5560 29.9 CT HIGGANUM 0.7 N +US1CTMD0024 41.4758 -72.7046 76.8 CT DURHAM 1.2 W +US1CTMD0025 41.5103 -72.7050 72.2 CT MIDDLEFIELD 0.6 SE +US1CTMD0026 41.5009 -72.5490 0.9 CT HIGGANUM 0.8 NE +US1CTMD0027 41.3292 -72.5175 57.9 CT CLINTON 3.7 N +US1CTNH0002 41.4084 -72.8632 24.7 CT HAMDEN 0.5 W +US1CTNH0003 41.3500 -72.9391 26.5 CT HAMDEN 3.8 SW +US1CTNH0005 41.2747 -72.6355 9.8 CT MADISON CENTER 1.8 W +US1CTNH0006 41.5113 -73.0106 219.8 CT PROSPECT 1.8 NW +US1CTNH0009 41.2057 -73.0138 2.4 CT MILFORD 2.9 ESE +US1CTNH0013 41.3243 -72.9506 22.3 CT NEW HAVEN 1.7 NW +US1CTNH0014 41.5124 -72.9437 98.8 CT PROSPECT 1.9 ENE +US1CTNH0015 41.3630 -73.1280 163.1 CT SEYMOUR 3.6 SW +US1CTNH0016 41.2242 -73.0274 2.1 CT MILFORD 1.8 E +US1CTNH0021 41.2482 -72.8882 6.1 CT EAST HAVEN 3.5 SSW +US1CTNH0022 41.4973 -72.9861 245.4 CT PROSPECT 0.5 SW +US1CTNH0026 41.5188 -72.9974 245.1 CT PROSPECT 1.5 NW +US1CTNH0029 41.3652 -72.9556 54.3 CT HAMDEN 3.0 WSW +US1CTNH0030 41.4800 -72.8740 80.8 CT CHESHIRE VILLAGE 2.2 SE +US1CTNH0031 41.3345 -73.1114 39.3 CT DERBY 1.6 WNW +US1CTNH0032 41.5059 -73.1964 140.5 CT SOUTHBURY 2.0 NNE +US1CTNH0033 41.2760 -72.6267 6.1 CT MADISON CENTER 1.4 WNW +US1CTNH0038 41.4588 -72.8616 92.4 CT WALLINGFORD CENTER 2.3 WNW +US1CTNH0039 41.2745 -72.9844 43.6 CT WEST HAVEN 0.8 W +US1CTNH0041 41.2723 -72.6305 4.9 CT MADISON CENTER 1.6 W +US1CTNH0042 41.4656 -72.8161 33.2 CT WALLINGFORD CENTER 1.1 N +US1CTNH0043 41.4911 -72.8506 75.3 CT WALLINGFORD CENTER 3.3 NNW +US1CTNH0044 41.4614 -72.8535 97.8 CT WALLINGFORD CENTER 1.9 WNW +US1CTNH0045 41.5110 -73.0370 160.3 CT NAUGATUCK 1.7 NNE +US1CTNH0047 41.4031 -73.0483 100.0 CT SEYMOUR 1.5 NE +US1CTNH0050 41.3294 -72.6151 47.2 CT MADISON CENTER 4.1 N +US1CTNH0056 41.2650 -72.7252 6.4 CT GUILFORD CENTER 2.7 WSW +US1CTNH0057 41.3490 -72.9428 21.3 CT NEW HAVEN 2.9 NNW +US1CTNL0005 41.4752 -72.2055 173.1 CT OAKDALE 2.6 WNW +US1CTNL0006 41.3430 -72.1031 13.1 CT NEW LONDON 1.0 NNW +US1CTNL0007 41.4373 -72.2323 65.8 CT UNCASVILLE-OXOBOXO VALLEY 5.6 +US1CTNL0008 41.4555 -72.0972 30.8 CT UNCASVILLE-OXOBOXO VALLEY 1.6 +US1CTNL0010 41.5849 -72.0768 93.0 CT NORWICH 2.5 NNE +US1CTNL0017 41.3768 -72.1277 36.6 CT WATERFORD 2.2 N +US1CTNL0018 41.3401 -71.8996 11.9 CT STONINGTON 0.5 NNE +US1CTNL0019 41.3585 -71.9693 4.3 CT MYSTIC 0.9 W +US1CTNL0021 41.6088 -71.9309 47.5 CT GRISWOLD 0.9 N +US1CTNL0022 41.3085 -72.1462 4.6 CT CENTRAL WATERFORD 2.7 SSW +US1CTNL0023 41.3548 -71.9790 47.2 CT MYSTIC 1.4 W +US1CTNL0024 41.3536 -71.9116 10.4 CT STONINGTON 1.4 NNW +US1CTNL0028 41.5743 -72.0303 43.0 CT LISBON 2.0 SW +US1CTNL0029 41.3487 -72.2376 47.2 CT EAST LYME 0.5 SW +US1CTNL0032 41.3099 -72.2065 3.7 CT NIANTIC 1.1 SW +US1CTNL0035 41.4410 -71.9473 32.9 CT MYSTIC 5.8 N +US1CTNL0037 41.3545 -71.9830 56.4 CT MYSTIC 1.6 W +US1CTNL0038 41.3013 -72.2667 19.8 CT OLD LYME 3.4 ESE +US1CTNL0040 41.3503 -71.8453 14.9 CT PAWCATUCK 1.8 SSE +US1CTNL0044 41.3144 -72.3396 16.5 CT OLD LYME 0.5 W +US1CTTL0003 41.7621 -72.3164 196.6 CT COVENTRY LAKE 1.1 SE +US1CTTL0004 41.7414 -72.2174 103.0 CT MANSFIELD CENTER 1.9 SW +US1CTTL0005 41.9453 -72.3802 213.1 CT STAFFORD SPRINGS 3.7 W +US1CTTL0012 41.9580 -72.3060 196.3 CT STAFFORD SPRINGS 0.3 NNE +US1CTTL0013 41.9335 -72.3994 257.6 CT CRYSTAL LAKE 1.2 W +US1CTTL0014 41.7911 -72.2780 108.2 CT STORRS 1.5 SW +US1CTTL0015 41.9955 -72.4413 78.9 CT CENTRAL SOMERS 0.3 N +US1CTTL0016 41.8662 -72.4694 85.3 CT VERNON 3.5 NNE +US1CTTL0018 41.7196 -72.4312 197.8 CT HEBRON 5.3 NW +US1CTTL0019 41.8570 -72.4820 96.9 CT VERNON 2.8 N +US1CTTL0026 41.8901 -72.4997 85.3 CT BROAD BROOK 2.6 ESE +US1CTTL0027 41.8389 -72.2243 150.6 CT WILLINGTON 2.7 SE +US1CTTL0028 41.7866 -72.3122 216.1 CT SOUTH COVENTRY 1.2 NNW +US1CTTL0029 41.6422 -72.3891 148.4 CT HEBRON 1.6 SW +US1CTTL0030 41.7943 -72.1621 148.7 CT MANSFIELD CENTER 2.7 NE +US1CTWN0001 41.9252 -72.0924 213.1 CT WOODSTOCK VALLEY 1.4 SW +US1CTWN0002 41.9623 -71.8870 107.0 CT NORTH GROSVENOR DALE 1.7 SSE +US1CTWN0003 41.8442 -72.0379 207.9 CT POMFRET CENTER 4.9 SW +US1CTWN0004 41.8381 -71.8391 112.2 CT EAST KILLINGLY 1.3 SW +US1CTWN0006 41.8559 -71.8517 183.5 CT DAYVILLE 2.0 ENE +US1CTWN0008 41.7318 -71.8467 127.7 CT MOOSUP 1.7 NE +US1CTWN0010 41.7018 -72.1765 62.8 CT SOUTH WINDHAM 1.3 NNE +US1CTWN0011 41.6673 -72.0999 74.7 CT SCOTLAND 2.3 SSW +US1CTWN0012 41.8991 -72.1207 200.3 CT EASTFORD 2.0 W +US1CTWN0014 41.8475 -71.9021 96.3 CT DAYVILLE 0.7 W +US1CTWN0016 41.7829 -71.9478 64.9 CT EAST BROOKLYN 2.6 W +US1CTWN0020 41.9146 -71.9214 142.3 CT PUTNAM 0.8 SW +US1DCDC0001 38.9171 -76.9626 17.1 DC WASHINGTON 3.0 ENE +US1DCDC0002 38.9574 -77.0337 85.0 DC WASHINGTON 3.7 NNW +US1DCDC0003 38.9377 -77.0991 91.1 DC WASHINGTON 5.0 WNW +US1DCDC0006 38.8928 -76.9834 21.9 DC WASHINGTON 2.0 ESE +US1DCDC0007 38.8943 -76.9982 25.0 DC WASHINGTON 1.2 SE +US1DCDC0008 38.8901 -76.9854 27.1 DC WASHINGTON 2.0 ESE +US1DCDC0009 38.8766 -77.0224 3.0 DC WASHINGTON 2.0 SSW +US1DCDC0010 38.9773 -77.0245 88.1 DC WASHINGTON 5.0 N +US1DCDC0011 38.9303 -77.0831 81.4 DC WASHINGTON 4.0 WNW +US1DCDC0014 38.9581 -77.0817 106.4 DC WASHINGTON 5.1 NW +US1DCDC0015 38.9203 -77.0456 50.6 DC WASHINGTON 1.9 WNW +US1DCDC0019 38.8958 -77.0370 9.1 DC THE WHITE HOUSE +US1DEKN0001 39.0326 -75.5169 9.8 DE FELTON 3.6 NE +US1DEKN0002 39.1758 -75.6325 20.1 DE DOVER 6.4 WNW +US1DEKN0003 39.2583 -75.5897 12.2 DE SMYRNA 2.7 SSE +US1DEKN0004 39.0976 -75.7065 17.7 DE MARYDEL 2.4 SE +US1DEKN0007 39.0907 -75.5123 13.1 DE MAGNOLIA 2.4 NW +US1DEKN0009 39.1297 -75.6125 18.3 DE DOVER 5.1 WSW +US1DEKN0010 38.8821 -75.6052 15.8 DE HARRINGTON 3.3 SSW +US1DEKN0012 39.0841 -75.4922 8.5 DE CAMDEN 3.7 ESE +US1DEKN0013 38.9110 -75.4605 5.2 DE MILFORD 1.5 W +US1DEKN0015 39.1746 -75.5132 7.9 DE DOVER 1.1 NNE +US1DEKN0016 38.9301 -75.5343 15.2 DE HARRINGTON 2.1 ENE +US1DEKN0019 39.0722 -75.5760 13.7 DE WYOMING 3.2 SSW +US1DEKN0020 39.2803 -75.6559 16.2 DE CLAYTON 1.5 SW +US1DEKN0021 39.0784 -75.5292 13.7 DE MAGNOLIA 2.9 WNW +US1DEKN0022 39.1949 -75.6198 18.0 DE DOVER 6.0 WNW +US1DEKN0023 39.3036 -75.6177 8.8 DE SMYRNA 0.8 NW +US1DEKN0024 39.0098 -75.5712 17.4 DE FELTON 0.4 E +US1DEKN0025 39.0725 -75.5478 16.5 DE WOODSIDE 1.1 E +US1DEKN0026 39.0305 -75.5439 15.8 DE FELTON 2.4 NE +US1DEKN0027 38.9334 -75.4409 10.7 DE MILFORD 1.4 NNW +US1DEKN0028 39.0518 -75.4654 7.9 DE MAGNOLIA 1.4 SSE +US1DENC0001 39.7537 -75.7519 106.7 DE NEWARK 5.3 N +US1DENC0002 39.6249 -75.7861 33.8 DE NEWARK 3.9 SSW +US1DENC0003 39.5920 -75.7320 21.9 DE GLASGOW 1.6 SE +US1DENC0004 39.4393 -75.7071 15.5 DE MIDDLETOWN 0.9 SSE +US1DENC0005 39.5388 -75.7302 24.4 DE MIDDLETOWN 6.1 N +US1DENC0006 39.3010 -75.7568 16.5 DE CLAYTON 6.6 W +US1DENC0007 39.5315 -75.6639 13.7 DE MIDDLETOWN 6.2 NNE +US1DENC0008 39.4908 -75.6928 17.1 DE MIDDLETOWN 3.0 NNE +US1DENC0009 39.8161 -75.5354 119.5 DE WILMINGTON 5.0 N +US1DENC0010 39.7256 -75.6488 20.7 DE NEWPORT 2.4 WNW +US1DENC0013 39.6552 -75.7619 36.0 DE NEWARK 1.5 S +US1DENC0015 39.6090 -75.7591 19.5 DE NEWARK 4.7 S +US1DENC0017 39.6939 -75.7395 31.4 DE NEWARK 1.5 NE +US1DENC0019 39.7012 -75.7778 67.4 DE NEWARK 1.9 NW +US1DENC0020 39.6408 -75.7628 60.0 DE NEWARK 2.5 S +US1DENC0025 39.3277 -75.7277 21.0 DE TOWNSEND 5.0 SSW +US1DENC0027 39.6626 -75.7756 29.9 DE NEWARK 1.4 SW +US1DENC0028 39.5045 -75.7495 13.7 DE MIDDLETOWN 4.1 NNW +US1DENC0031 39.8048 -75.5650 111.9 DE WILMINGTON 5.1 NNW +US1DENC0032 39.7526 -75.5600 46.6 DE WILMINGTON 2.0 NW +US1DENC0033 39.7879 -75.5393 100.0 DE WILMINGTON 3.6 N +US1DENC0034 39.7066 -75.7761 87.8 DE NEWARK 2.3 NNW +US1DENC0035 39.4892 -75.6300 4.3 DE MIDDLETOWN 5.2 ENE +US1DENC0038 39.6437 -75.7834 37.8 DE NEWARK 2.7 SSW +US1DENC0040 39.8167 -75.5183 105.2 DE WILMINGTON 5.6 N +US1DENC0041 39.6744 -75.6825 25.6 DE NEWARK 4.0 E +US1DENC0042 39.8001 -75.5276 106.4 DE WILMINGTON 4.5 N +US1DENC0049 39.6790 -75.7840 43.9 DE NEWARK 1.4 W +US1DENC0054 39.7904 -75.5411 104.5 DE WILMINGTON 3.8 N +US1DENC0055 39.7452 -75.5942 32.9 DE WILMINGTON 3.5 W +US1DENC0060 39.8147 -75.5313 112.8 DE WILMINGTON 5.5 N +US1DENC0062 39.7689 -75.6531 92.4 DE HOCKESSIN 2.7 ESE +US1DESS0001 38.4863 -75.5332 14.6 DE DELMAR 2.8 NE +US1DESS0002 38.6972 -75.4931 10.7 DE GEORGETOWN 5.8 W +US1DESS0003 38.4691 -75.4923 15.5 DE DELMAR 4.3 E +US1DESS0004 38.7731 -75.1385 4.3 DE LEWES 0.8 SE +US1DESS0006 38.6189 -75.5985 9.1 DE SEAFORD 2.3 SSE +US1DESS0007 38.7731 -75.5616 12.2 DE GREENWOOD 2.9 SE +US1DESS0014 38.4666 -75.0871 1.2 DE FENWICK ISLAND 1.8 WNW +US1DESS0015 38.4612 -75.0893 0.3 DE SELBYVILLE 7.1 E +US1DESS0016 38.6420 -75.6270 8.5 DE SEAFORD 0.7 SW +US1DESS0021 38.6254 -75.1777 3.4 DE LONG NECK 1.5 WNW +US1DESS0024 38.5492 -75.1056 2.4 DE MILLVILLE 0.5 NE +US1DESS0025 38.7271 -75.2870 11.6 DE MILTON 3.8 SSE +US1DESS0029 38.8274 -75.4303 14.3 DE ELLENDALE 1.4 NNW +US1DESS0030 38.8929 -75.3924 9.1 DE MILFORD 2.6 SE +US1DESS0031 38.5768 -75.1219 2.7 DE DAGSBORO 7.1 ENE +US1DESS0032 38.8080 -75.2704 2.1 DE MILTON 3.1 NE +US1DESS0035 38.6408 -75.6168 8.2 DE SEAFORD 0.6 S +US1DESS0036 38.8776 -75.4399 10.7 DE MILFORD 2.6 S +US1DESS0037 38.7571 -75.1591 6.1 DE LEWES 1.7 SSW +US1DESS0040 38.7588 -75.1579 3.0 DE LEWES 1.5 SSW +US1DESS0041 38.5819 -75.3159 9.8 DE MILLSBORO 1.3 W +US1DESS0042 38.5529 -75.1006 1.2 DE OCEAN VIEW 0.7 NW +US1DESS0044 38.7445 -75.2048 7.9 DE LEWES 3.9 SW +US1DESS0045 38.6920 -75.0766 0.6 DE DEWEY BEACH 0.2 S +US1DESS0046 38.6450 -75.6261 8.5 DE SEAFORD 0.6 WSW +US1DESS0047 38.7516 -75.1263 6.4 DE LEWES 2.4 SSE +US1DESS0048 38.8317 -75.3690 11.3 DE ELLENDALE 3.4 ENE +US1DESS0055 38.7745 -75.1411 3.0 DE LEWES 0.6 SE +US1DESS0056 38.9053 -75.4544 9.1 DE MILFORD 1.3 WSW +US1DESS0058 38.6614 -75.2297 9.1 DE MILLSBORO 6.2 NNE +US1DESS0060 38.7224 -75.1926 0.6 DE LEWES 4.6 SSW +US1DESS0061 38.7785 -75.2574 4.0 DE MILTON 3.0 E +US1DESS0062 38.4581 -75.5724 14.6 DE DELMAR 0.1 WSW +US1DESS0064 38.6050 -75.5601 11.9 DE LAUREL 3.5 NNE +US1DESS0066 38.7477 -75.2029 8.5 DE LEWES 3.6 SW +US1DESS0067 38.7341 -75.2706 9.1 DE MILTON 3.9 SE +US1FLAL0002 29.5272 -82.4271 35.1 FL ARCHER 5.5 E +US1FLAL0004 29.8006 -82.2836 43.0 FL BROOKER 6.6 SSE +US1FLAL0007 29.5908 -82.4314 36.9 FL GAINESVILLE 8.1 SW +US1FLAL0010 29.6802 -82.3988 38.1 FL GAINESVILLE 3.8 W +US1FLAL0014 29.6254 -82.4833 24.1 FL ARCHER 6.7 NNE +US1FLAL0016 29.6251 -82.3618 25.0 FL GAINESVILLE 3.7 SSW +US1FLAL0017 29.7869 -82.6276 22.3 FL HIGH SPRINGS 3.2 SW +US1FLAL0018 29.5093 -82.4222 21.6 FL MICANOPY 8.5 W +US1FLAL0020 29.6649 -82.3067 52.7 FL GAINESVILLE 1.9 ESE +US1FLAL0026 29.6555 -82.3171 53.3 FL GAINESVILLE 1.7 SE +US1FLAL0029 29.6262 -82.3258 33.8 FL GAINESVILLE 3.4 S +US1FLAL0030 29.7449 -82.2294 42.4 FL GAINESVILLE 8.1 NE +US1FLAL0031 29.7380 -82.4162 55.2 FL GAINESVILLE 6.5 NW +US1FLAL0032 29.6445 -82.4339 25.3 FL GAINESVILLE 6.2 WSW +US1FLAL0034 29.6357 -82.6083 24.1 FL NEWBERRY 0.7 SSE +US1FLAL0035 29.6963 -82.0956 40.2 FL EARLETON 3.3 S +US1FLAL0037 29.6793 -82.3797 37.2 FL GAINESVILLE 2.6 W +US1FLAL0040 29.6935 -82.3628 55.5 FL GAINESVILLE 2.1 NW +US1FLAL0041 29.7370 -82.4162 0.0 FL GAINESVILLE 6.5 NW +US1FLAL0043 29.6546 -82.3552 41.5 FL GAINESVILLE 1.8 SW +US1FLAL0047 29.4875 -82.2422 36.6 FL MICANOPY 2.7 ESE +US1FLAL0048 29.6778 -82.4264 49.7 FL GAINESVILLE 5.4 W +US1FLAL0050 29.6478 -82.3618 35.1 FL GAINESVILLE 2.4 SW +US1FLAL0051 29.5348 -82.2681 20.7 FL MICANOPY 2.1 NNE +US1FLAL0054 29.5198 -82.3127 32.3 FL MICANOPY 2.1 WNW +US1FLAL0055 29.6572 -82.4636 25.6 FL GAINESVILLE 7.7 W +US1FLAL0056 29.8519 -82.4999 47.9 FL ALACHUA 5.2 NNW +US1FLAL0057 29.6991 -82.3633 57.3 FL GAINESVILLE 2.4 NW +US1FLAL0058 29.6056 -82.3601 28.3 FL GAINESVILLE 5.0 SSW +US1FLAL0059 29.5019 -82.2831 43.3 FL MICANOPY 0.3 SSW +US1FLAL0060 29.6467 -82.4563 37.8 FL GAINESVILLE 7.5 WSW +US1FLAL0061 29.6416 -82.4246 25.9 FL GAINESVILLE 5.8 WSW +US1FLAL0062 29.7091 -82.0662 46.9 FL MELROSE 1.7 W +US1FLAL0063 29.6843 -82.3846 49.1 FL GAINESVILLE 3.0 WNW +US1FLAL0065 29.6118 -82.4291 41.8 FL GAINESVILLE 7.0 SW +US1FLAL0071 29.6164 -82.1658 36.6 FL HAWTHORNE 5.0 WNW +US1FLAL0072 29.6808 -82.3295 57.9 FL GAINESVILLE 0.6 NE +US1FLAL0075 29.6692 -82.3496 43.9 FL GAINESVILLE 0.9 WSW +US1FLAL0079 29.6181 -82.3421 28.3 FL GAINESVILLE 3.9 S +US1FLAL0080 29.7377 -82.4169 57.9 FL GAINESVILLE 6.5 NW +US1FLAL0081 29.6164 -82.4514 29.9 FL GAINESVILLE 8.0 WSW +US1FLBF0002 29.9430 -82.0979 48.5 FL STARKE 0.9 ESE +US1FLBK0002 30.2447 -82.1224 29.9 FL MACCLENNY 2.5 S +US1FLBK0003 30.3212 -82.2757 40.2 FL SANDERSON 4.9 NNW +US1FLBK0004 30.3527 -82.2226 36.9 FL GLEN ST. MARY 6.6 NW +US1FLBK0005 30.2370 -82.2189 39.0 FL GLEN ST. MARY 4.4 SW +US1FLBK0006 30.2985 -82.1624 36.3 FL GLEN ST. MARY 1.7 N +US1FLBK0007 30.2161 -82.1606 40.2 FL MACCLENNY 4.9 SSW +US1FLBV0001 27.9512 -80.6420 11.9 FL PALM BAY 2.6 SSE +US1FLBV0002 28.1882 -80.6805 11.9 FL PALM SHORES 1.4 W +US1FLBV0005 28.0235 -80.6881 11.9 FL PALM BAY 3.1 NNW +US1FLBV0006 28.1312 -80.6436 9.1 FL MELBOURNE 1.1 N +US1FLBV0007 27.9243 -80.5573 7.9 FL MICCO 4.5 NW +US1FLBV0009 28.0267 -80.5947 10.1 FL MALABAR 2.9 NNW +US1FLBV0011 28.0165 -80.5332 0.0 FL MELBOURNE BEACH 3.9 SSE +US1FLBV0012 28.3861 -80.6003 6.1 FL CAPE CANAVERAL 0.6 ESE +US1FLBV0013 28.3122 -80.7456 11.9 FL ROCKLEDGE 1.1 WSW +US1FLBV0014 27.9921 -80.6432 11.0 FL PALM BAY 1.0 NE +US1FLBV0016 28.2118 -80.6961 14.0 FL PALM SHORES 2.9 NW +US1FLBV0020 28.2439 -80.6842 6.1 FL PALM SHORES 4.3 NNW +US1FLBV0022 28.1796 -80.6809 9.1 FL MELBOURNE 7.0 NW +US1FLBV0023 28.3956 -80.7868 7.0 FL COCOA 2.6 WNW +US1FLBV0024 28.0992 -80.5702 4.0 FL INDIALANTIC 0.8 N +US1FLBV0025 28.2010 -80.7055 9.1 FL MELBOURNE 8.2 NW +US1FLBV0026 28.3728 -80.7561 7.0 FL COCOA 0.6 WSW +US1FLBV0028 27.8861 -80.5283 5.8 FL MICCO 1.3 NW +US1FLBV0032 28.4017 -80.6729 1.2 FL MERRITT ISLAND 4.1 NE +US1FLBV0036 28.4793 -80.7093 1.2 FL MERRIT ISLAND 9.1 N +US1FLBV0038 28.6282 -80.8572 12.2 FL TITUSVILLE 3.5 NW +US1FLBV0039 28.2484 -80.6931 4.6 FL MELBOURNE 12.5 NNW +US1FLBV0040 28.6686 -80.8650 5.8 FL MIMS 1.6 SW +US1FLBV0042 28.4175 -80.7195 1.5 FL CAPE CANAVERAL 6.5 WNW +US1FLBV0044 28.5668 -80.8376 5.8 FL TITUSVILLE 1.8 SW +US1FLBV0045 28.1477 -80.6779 8.5 FL MELBOURNE 3.2 NW +US1FLBV0047 28.3350 -80.7170 2.1 FL ROCKLEDGE 1.3 NE +US1FLBV0049 28.2361 -80.6908 10.1 FL PALM SHORES 4.0 NNW +US1FLBV0050 28.1825 -80.6524 5.5 FL MELBOURNE 4.7 N +US1FLBV0051 28.2158 -80.6841 10.4 FL MELBOURNE 7.5 NNW +US1FLBV0052 28.1329 -80.5855 3.4 FL INDIALANTIC 3.3 NNW +US1FLBV0053 28.0064 -80.6443 9.1 FL PALM BAY 1.7 NE +US1FLBV0054 28.3652 -80.6647 0.3 FL MERRITT ISLAND 3.8 N +US1FLBV0055 28.0562 -80.6299 7.3 FL MELBOURNE 4.1 S +US1FLBV0056 28.3931 -80.7540 12.2 FL COCOA 1.1 NNW +US1FLBV0058 28.3623 -80.6658 0.0 FL MERRITT ISLAND 3.6 N +US1FLBV0059 27.9501 -80.6421 8.2 FL PALM BAY 2.7 SSE +US1FLBV0063 28.1712 -80.6816 10.1 FL MELBOURNE 4.6 NNW +US1FLBV0065 28.4598 -80.7179 0.9 FL SHARPES 2.9 ENE +US1FLBV0067 27.9147 -80.6523 7.0 FL PALM BAY 4.9 S +US1FLBV0072 27.9399 -80.6691 7.3 FL PALM BAY 3.2 S +US1FLBV0073 28.5808 -80.8311 8.8 FL TITUSVILLE 0.9 SW +US1FLBV0074 28.6614 -80.8699 7.9 FL TITUSVILLE 5.9 NNW +US1FLBV0075 28.3822 -80.7067 3.0 FL MERRITT ISLAND 5.6 NNW +US1FLBV0077 28.1795 -80.6609 7.6 FL MELBOURNE 4.6 NNW +US1FLBV0078 28.4210 -80.8171 10.4 FL COCOA 5.1 NW +US1FLBV0085 28.4247 -80.8018 8.5 FL COCOA 4.6 NW +US1FLBV0086 28.6468 -80.8801 8.2 FL MIMS 3.3 SW +US1FLBV0087 28.1733 -80.6770 10.7 FL MELBOURNE 4.6 NNW +US1FLBV0088 28.5558 -80.8039 6.7 FL TITUSVILLE 2.5 SSE +US1FLBV0089 28.1628 -80.5914 3.0 FL SATELLITE BEACH 0.7 ESE +US1FLBV0092 28.2045 -80.6012 4.6 FL SATELLITE BEACH 2.0 N +US1FLBV0095 28.4585 -80.7077 8.5 FL MERRITT ISLAND 10.6 NNW +US1FLBV0099 28.0502 -80.6939 7.3 FL WEST MELBOURNE 2.5 SSW +US1FLBV0100 27.9904 -80.6472 9.4 FL PALM BAY 0.9 ENE +US1FLBV0102 28.0100 -80.6919 7.0 FL PALM BAY 2.6 NW +US1FLBV0103 27.9949 -80.6505 9.1 FL PALM BAY 0.9 NE +US1FLBV0105 28.0297 -80.5417 2.7 FL MELBOURNE BEACH 2.8 SSE +US1FLBV0107 28.1164 -80.5806 5.5 FL INDIALANTIC 2.1 NNW +US1FLBW0001 26.0353 -80.1394 0.9 FL HOLLYWOOD 1.1 WNW +US1FLBW0004 26.0145 -80.3255 4.9 FL PEMBROKE PINES 1.0 ENE +US1FLBW0005 26.0953 -80.1634 7.0 FL RIVERLAND 1.5 E +US1FLBW0007 26.2860 -80.1030 4.9 FL POMPANO BEACH HIGHLANDS 0.7 E +US1FLBW0008 26.1816 -80.1570 4.9 FL OAKLAND PARK 0.5 NNW +US1FLBW0009 26.2810 -80.2712 3.7 FL CORAL SPRINGS 1.1 NW +US1FLBW0012 26.1711 -80.3004 7.9 FL SUNRISE 1.3 N +US1FLBW0013 25.9917 -80.3791 4.9 FL MIRAMAR 3.0 WNW +US1FLBW0016 26.1179 -80.1521 0.9 FL FORT LAUDERDALE 1.9 SSW +US1FLBW0019 26.3203 -80.2042 4.3 FL PARKLAND 2.1 E +US1FLBW0021 26.0021 -80.2745 0.9 FL PEMBROKE PINES 2.4 ESE +US1FLBW0024 26.1846 -80.1427 1.8 FL OAKLAND PARK 1.0 NE +US1FLBW0026 26.3038 -80.0813 0.3 FL DEERFIELD BEACH 2.5 ESE +US1FLBW0027 26.1858 -80.1251 2.4 FL OAKLAND PARK 1.9 ENE +US1FLBW0028 26.1795 -80.2663 2.4 FL LAUDERHILL 2.3 WNW +US1FLBW0029 26.3083 -80.1470 4.0 FL DEERFIELD BEACH 1.7 WSW +US1FLBW0033 26.2057 -80.1147 1.2 FL FORT LAUDERDALE 6.0 NNE +US1FLBW0036 26.0968 -80.2060 4.6 FL FORT LAUDERDALE 4.3 WSW +US1FLBW0040 26.1442 -80.1429 1.5 FL FORT LAUDERDALE 0.2 WNW +US1FLBW0041 26.1353 -80.3280 2.1 FL SUNRISE 2.2 WSW +US1FLBW0045 25.9791 -80.2742 1.8 FL MIRAMAR 3.7 E +US1FLBW0046 26.2264 -80.1199 1.8 FL POMPANO BEACH 1.1 SE +US1FLBW0047 26.1741 -80.2986 2.4 FL SUNRISE 1.5 N +US1FLBW0048 26.0346 -80.3070 1.8 FL COOPER CITY 1.3 WSW +US1FLBW0051 26.1121 -80.2247 2.1 FL PLANTATION 2.5 ESE +US1FLBW0059 26.2280 -80.2644 3.4 FL TAMARAC 1.7 NNW +US1FLBW0067 26.0645 -80.3256 2.4 FL DAVIE 2.6 WSW +US1FLBW0070 26.1073 -80.1905 2.4 FL FORT LAUDERDALE 4.0 SW +US1FLBW0076 26.1182 -80.2066 2.4 FL PLANTATION 3.4 E +US1FLBW0079 26.2459 -80.2180 3.0 FL MARGATE 0.4 W +US1FLBW0083 26.2928 -80.1222 5.5 FL DEERFIELD BEACH 1.4 S +US1FLBW0087 26.2105 -80.2923 3.0 FL TAMARAC 2.2 W +US1FLBW0090 26.1496 -80.1362 1.5 FL FORT LAUDERDALE 0.5 NNE +US1FLBW0093 26.1138 -80.3899 2.4 FL WESTON 1.1 NNE +US1FLBW0095 26.1069 -80.2394 1.8 FL PLANTATION 1.9 SE +US1FLBW0098 26.0070 -80.4213 1.5 FL PEMBROKE PINES 5.0 W +US1FLBW0099 26.0720 -80.3679 0.0 FL WESTON 2.8 SE +US1FLBW0100 26.0727 -80.2381 1.8 FL DAVIE 3.2 ESE +US1FLBW0102 26.1572 -80.2905 2.4 FL SUNRISE 0.6 NE +US1FLBW0103 25.9747 -80.3670 1.5 FL MIRAMAR 2.1 W +US1FLBW0105 26.1412 -80.2536 2.1 FL PLANTATION 1.2 NNE +US1FLBW0106 26.1092 -80.2661 2.7 FL PLANTATION 1.2 SSW +US1FLBW0108 26.1294 -80.2825 1.8 FL PLANTATION 1.3 WNW +US1FLBW0110 26.0377 -80.1800 1.8 FL HOLLYWOOD 1.1 WNW +US1FLBW0115 26.0973 -80.2556 1.8 FL DAVIE 2.3 ENE +US1FLBW0116 26.1391 -80.2953 2.1 FL PLANTATION 2.3 WNW +US1FLBW0117 25.9866 -80.2042 2.7 FL HOLLYWOOD 3.9 SW +US1FLBW0121 26.2723 -80.1026 3.0 FL POMPANO BEACH 3.1 NE +US1FLBW0127 26.1707 -80.1501 1.5 FL OAKLAND PARK 0.3 SE +US1FLBW0128 26.1464 -80.2601 1.8 FL PLANTATION 1.4 N +US1FLBW0130 26.1618 -80.1516 0.9 FL WILTON MANORS 0.8 WNW +US1FLBW0131 25.9760 -80.3696 1.5 FL MIRAMAR 2.3 W +US1FLBW0137 26.2521 -80.1224 5.5 FL POMPANO BEACH 1.2 NNE +US1FLBW0139 26.1818 -80.2999 1.5 FL SUNRISE 2.1 N +US1FLBW0145 26.1800 -80.1679 3.0 FL OAKLAND PARK 1.0 WNW +US1FLBY0001 30.1415 -85.5824 14.0 FL CALLAWAY 0.3 W +US1FLBY0007 30.2068 -85.8554 9.1 FL PANAMA CITY BEACH 0.3 SW +US1FLBY0010 30.2535 -85.9369 13.4 FL PANAMA CITY BEACH 5.9 WNW +US1FLBY0011 30.2018 -85.8345 6.4 FL PANAMA CITY BEACH 1.2 ESE +US1FLBY0012 30.1319 -85.5770 4.6 FL CALLAWAY 0.6 S +US1FLBY0013 30.2209 -85.6431 7.9 FL LYNN HAVEN 1.6 SSE +US1FLBY0014 30.1841 -85.7765 4.9 FL PANAMA CITY BEACH 4.9 ESE +US1FLBY0015 30.4328 -85.3992 40.2 FL FOUNTAIN 3.4 SSE +US1FLBY0016 30.1383 -85.5656 4.3 FL PANAMA CITY 6.9 ESE +US1FLBY0019 30.2420 -85.6457 5.8 FL LYNN HAVEN 0.4 E +US1FLBY0021 30.1628 -85.7807 4.0 FL PANAMA CITY BEACH 5.4 SE +US1FLCB0001 29.9401 -82.7380 -999.9 FL FORT WHITE 1.9 NW +US1FLCB0005 30.1500 -82.6700 34.1 FL LAKE CITY 3.4 SSW +US1FLCB0007 29.8457 -82.6529 14.6 FL FORT WHITE 6.4 SE +US1FLCB0009 30.0912 -82.7665 31.4 FL LAKE CITY 10.2 SW +US1FLCB0010 30.3178 -82.7543 30.5 FL WHITE SPRINGS 1.0 SSE +US1FLCB0012 30.0812 -82.6710 25.3 FL LAKE CITY 7.9 SSW +US1FLCB0014 30.3175 -82.7540 29.9 FL WHITE SPRINGS 1.0 SSE +US1FLCB0015 29.9448 -82.7604 14.6 FL FORT WHITE 3.2 WNW +US1FLCB0018 30.2627 -82.7485 46.0 FL LAKE CITY 8.0 NW +US1FLCB0019 30.0681 -82.6220 45.1 FL LAKE CITY 8.7 S +US1FLCH0001 27.0100 -82.0700 11.0 FL PORT CHARLOTTE 2.9 NE +US1FLCH0002 26.9098 -82.0654 0.0 FL PUNTA GORDA 1.0 NNW +US1FLCH0003 26.7580 -82.0565 6.1 FL PUNTA GORDA 9.6 S +US1FLCH0005 26.9112 -82.2182 6.1 FL ROTONDA 4.2 ENE +US1FLCH0006 26.8853 -82.2898 4.0 FL ROTONDA 0.8 WNW +US1FLCH0008 27.0094 -82.1121 7.0 FL PORT CHARLOTTE 1.7 N +US1FLCH0010 26.9758 -82.2114 0.9 FL PORT CHARLOTTE 6.4 W +US1FLCH0011 27.0119 -82.0399 6.1 FL PUNTA GORDA 8.3 NNE +US1FLCH0013 26.9805 -82.2094 0.9 FL PORT CHARLOTTE 6.2 W +US1FLCH0015 26.9828 -82.0552 3.0 FL PORT CHARLOTTE 3.3 E +US1FLCH0017 26.9197 -82.0653 0.3 FL PUNTA GORDA 1.6 NNW +US1FLCH0018 26.9365 -82.2707 6.1 FL ENGLEWOOD 5.4 ESE +US1FLCH0019 26.9160 -82.0680 0.3 FL PUNTA GORDA 1.4 NNW +US1FLCH0020 27.0236 -82.1031 4.6 FL PORT CHARLOTTE 2.7 N +US1FLCH0023 26.9175 -82.0689 0.3 FL PUNTA GORDA 1.6 NNW +US1FLCH0024 26.9960 -82.0797 2.7 FL PORT CHARLOTTE 1.9 ENE +US1FLCH0028 27.0161 -82.0342 8.5 FL PUNTA GORDA 8.3 N +US1FLCH0029 26.8966 -82.2221 1.8 FL PORT CHARLOTTE 9.3 SW +US1FLCH0030 26.9634 -82.1680 2.4 FL PORT CHARLOTTE 4.0 WSW +US1FLCH0033 26.8956 -82.1909 0.9 FL PORT CHARLOTTE 8.0 SW +US1FLCH0034 26.9353 -82.3260 2.1 FL ENGLEWOOD 2.4 SE +US1FLCN0001 30.2842 -85.2441 19.2 FL KINARD 1.2 ENE +US1FLCN0002 30.4163 -85.2065 38.1 FL CLARKSVILLE 1.7 SW +US1FLCR0001 26.2167 -81.6695 7.9 FL NORTH NAPLES 7.3 E +US1FLCR0003 25.9396 -81.7154 6.1 FL MARCO 0.2 SSE +US1FLCR0004 26.2569 -81.7454 13.1 FL NORTH NAPLES 4.8 NNE +US1FLCR0005 26.3183 -81.5592 4.0 FL IMMOKALEE 10.9 SW +US1FLCR0007 26.1347 -81.7980 7.0 FL NAPLES 0.7 SSW +US1FLCR0012 26.0976 -81.7221 7.0 FL NAPLES 5.7 SE +US1FLCR0013 26.2798 -81.7583 2.7 FL NAPLES PARK 3.7 ENE +US1FLCR0015 26.2414 -81.7204 388.9 FL NORTH NAPLES 5.1 NE +US1FLCR0017 26.2829 -81.6243 4.3 FL COLLIER 14.1 NE +US1FLCR0024 26.2678 -81.7148 4.0 FL PALM RIVER 3.9 E +US1FLCR0025 26.1630 -81.8058 2.7 FL NAPLES 1.4 NNW +US1FLCR0026 26.2054 -81.7109 3.0 FL NAPLES 6.7 NE +US1FLCR0031 26.1334 -81.7787 7.9 FL NAPLES 1.3 SE +US1FLCR0032 26.2716 -81.5738 4.3 FL NORTH NAPLES 14.1 ENE +US1FLCR0034 26.1584 -81.8093 1.2 FL NAPLES 1.3 NW +US1FLCR0037 26.2389 -81.7294 3.7 FL NAPLES 7.7 NNE +US1FLCR0038 26.0540 -81.6964 1.2 FL NAPLES 8.7 SE +US1FLCR0041 26.2406 -81.6976 7.0 FL NAPLES 9.0 NE +US1FLCR0042 25.8166 -81.3573 2.1 FL CHOKOLOSKEE 0.3 ENE +US1FLCR0043 26.3028 -81.7685 5.8 FL NAPLES 11.0 N - CLUBHOUSE +US1FLCR0044 26.3140 -81.7809 6.1 FL NAPLES 11.7 N - #17 NORTH +US1FLCR0045 26.3256 -81.7813 6.1 FL NAPLES 12.5 N - #9 NORTH +US1FLCR0046 26.3108 -81.7773 6.1 FL NAPLES 11.5 N - #17 SOUTH +US1FLCR0047 26.3156 -81.7634 6.4 FL NAPLES 12.0 N - #2 SOUTH +US1FLCR0049 26.0755 -81.6851 6.1 FL NAPLES MANOR 2.3 E +US1FLCR0052 26.2744 -81.5318 5.8 FL NAPLES 18.6 ENE +US1FLCR0053 26.2640 -81.5619 7.6 FL NAPLES 16.6 ENE +US1FLCR0056 25.9285 -81.7094 4.0 FL MARCO 1.1 SSE +US1FLCR0057 26.3329 -81.4339 7.0 FL AVE MARIA 0.4 SE +US1FLCT0002 28.8303 -82.3688 36.9 FL INVERNESS 1.6 WSW +US1FLCT0005 29.0375 -82.5059 14.9 FL DUNNELLON 3.6 WSW +US1FLCT0006 28.9681 -82.5577 7.9 FL CRYSTAL RIVER 5.2 NNE +US1FLCT0007 28.9693 -82.5587 11.9 FL CRYSTAL RIVER 5.3 NNE +US1FLCT0008 28.8710 -82.5273 27.1 FL CRYSTAL RIVER 4.7 ESE +US1FLCT0010 29.0206 -82.4679 29.9 FL CITRUS SPRINGS 1.7 NNE +US1FLCT0011 28.9298 -82.3704 23.2 FL HERNANDO 1.6 N +US1FLCT0012 29.0011 -82.4476 34.4 FL CITRUS SPRINGS 1.7 E +US1FLCT0013 28.7925 -82.5521 2.7 FL HOMOSASSA 4.1 E +US1FLCT0015 28.8582 -82.3056 12.5 FL INVERNESS 2.6 ENE +US1FLCT0023 28.8511 -82.5874 2.7 FL HOMOSASSA 5.2 NNE +US1FLCT0024 28.9142 -82.4215 23.2 FL HERNANDO 2.9 W +US1FLCT0025 28.8530 -82.4547 32.0 FL LECANTO 1.9 E +US1FLCT0028 28.9128 -82.6212 3.0 FL CRYSTAL RIVER 1.6 WNW +US1FLCT0029 28.7303 -82.5391 7.0 FL HOMOSASSA 6.0 SE +US1FLCT0030 28.8741 -82.4411 50.6 FL HERNANDO 4.4 WSW +US1FLCY0001 30.0785 -81.6956 3.0 FL FLEMING ISLAND 1.7 SE +US1FLCY0002 30.1044 -81.7360 13.1 FL ORANGE PARK 4.8 SSW +US1FLCY0003 29.8172 -81.9275 35.1 FL KEYSTONE HEIGHTS 6.9 ENE +US1FLCY0004 30.0885 -81.7599 7.0 FL LAKESIDE 2.9 S +US1FLCY0005 29.8362 -81.9247 57.9 FL KEYSTONE HEIGHTS 7.6 ENE +US1FLCY0006 30.1300 -81.7687 21.0 FL ORANGE PARK 4.7 SW +US1FLCY0007 29.7981 -81.9788 39.0 FL KEYSTONE HEIGHTS 3.5 ENE +US1FLCY0008 30.1802 -81.7526 14.0 FL ORANGE PARK 3.0 WNW +US1FLCY0009 30.1423 -81.8761 14.9 FL MIDDLEBURG 6.5 NNE +US1FLCY0010 30.1778 -81.6982 4.0 FL ORANGE PARK 0.7 NNE +US1FLCY0012 30.1389 -81.8780 24.1 FL MIDDLEBURG 6.3 NNE +US1FLCY0013 30.0406 -81.9012 25.3 FL MIDDLEBURG 0.7 S +US1FLCY0014 29.8677 -81.9200 49.1 FL KEYSTONE HEIGHTS 9.1 NE +US1FLCY0017 30.0403 -81.9065 25.9 FL MIDDLEBURG 0.7 SSW +US1FLCY0019 29.9019 -81.6277 0.6 FL GREEN COVE SPRINGS 6.8 SSE +US1FLCY0021 30.1023 -81.7557 3.0 FL ASBURY LAKE 5.4 NE +US1FLCY0023 29.7515 -82.0128 34.4 FL KEYSTONE HEIGHTS 2.3 SSE +US1FLCY0024 29.7668 -82.0079 35.7 FL KEYSTONE HEIGHTS 1.8 ESE +US1FLCY0025 30.1448 -81.7668 24.4 FL ORANGE PARK 4.1 WSW +US1FLCY0029 29.9086 -81.8776 29.0 FL KEYSTONE HEIGHTS 12.9 NE +US1FLCY0034 30.0751 -81.6943 1.5 FL FLEMING ISLAND 2.0 SE +US1FLCY0036 30.0338 -81.8734 4.6 FL MIDDLEBURG 2.1 SE +US1FLCY0037 30.0616 -81.7134 4.9 FL FLEMING ISLAND 2.2 S +US1FLCY0038 29.8642 -81.8979 41.5 FL KEYSTONE HEIGHTS 10.0 NE +US1FLCY0039 30.1517 -81.7424 20.1 FL ORANGE PARK 2.5 WSW +US1FLCY0040 30.0861 -81.9500 36.9 FL MIDDLEBURG 3.8 NW +US1FLCY0041 29.9810 -81.8102 29.9 FL PENNEY FARMS 0.1 E +US1FLCY0042 30.0057 -81.7178 20.4 FL GREEN COVE SPRINGS 2.6 WNW +US1FLCY0048 30.0195 -81.9164 28.0 FL MIDDLEBURG 2.3 SSW +US1FLCY0050 29.8475 -81.9615 69.2 FL KEYSTONE HEIGHTS 6.4 NE +US1FLCY0051 30.1628 -81.7091 2.4 FL ORANGE PARK 0.5 SSW +US1FLDS0001 27.1752 -81.9644 17.1 FL ARCADIA 7.1 WSW +US1FLDS0003 27.0390 -82.0546 7.9 FL LAKE SUZY 1.0 W +US1FLDV0001 30.3623 -81.5592 11.0 FL JACKSONVILLE 6.2 ENE +US1FLDV0002 30.3366 -81.5320 11.0 FL JACKSONVILLE 7.5 E +US1FLDV0003 30.2765 -81.7304 7.0 FL JACKSONVILLE 5.9 SW +US1FLDV0004 30.2312 -81.5822 13.1 FL JACKSONVILLE 8.4 SSE +US1FLDV0008 30.3043 -81.4432 4.0 FL JACKSONVILLE BEACH 4.2 WNW +US1FLDV0009 30.3025 -81.4396 2.1 FL JACKSONVILLE BEACH 3.9 WNW +US1FLDV0011 30.2936 -81.4394 11.0 FL JACKSONVILLE BEACH 3.7 WNW +US1FLDV0013 30.3216 -81.3956 -999.9 FL NEPTUNE BEACH 0.5 NNW +US1FLDV0019 30.3101 -81.4439 4.9 FL JACKSONVILLE BEACH 4.4 WNW +US1FLDV0020 30.2216 -81.6183 10.1 FL JACKSONVILLE 8.1 SSE +US1FLDV0021 30.3560 -81.5120 18.0 FL JACKSONVILLE 8.8 E +US1FLDV0024 30.2685 -81.4547 11.0 FL JACKSONVILLE BEACH 4.5 W +US1FLDV0026 30.2608 -81.7444 4.9 FL JACKSONVILLE 7.3 SW +US1FLDV0027 30.1884 -81.6017 7.0 FL FRUIT COVE 6.1 N +US1FLDV0028 30.3157 -81.5985 4.9 FL JACKSONVILLE 3.8 ESE +US1FLDV0032 30.3144 -81.4676 7.0 FL JACKSONVILLE 11.4 ESE +US1FLDV0033 30.3044 -81.8226 26.5 FL JACKSONVILLE 10.0 WSW +US1FLDV0034 30.2948 -81.7237 4.0 FL JACKSONVILLE 4.8 SW +US1FLDV0035 30.3217 -81.6053 6.4 FL JACKSONVILLE 3.2 ESE +US1FLDV0036 30.3318 -81.4631 0.9 FL JACKSONVILLE 11.6 ENE +US1FLDV0037 30.5042 -81.6204 10.4 FL JACKSONVILLE 11.9 N +US1FLDV0038 30.2744 -81.4567 4.3 FL JACKSONVILLE BEACH 4.5 W +US1FLDV0042 30.2350 -81.7869 21.0 FL JACKSONVILLE 10.3 SW +US1FLDV0043 30.3433 -81.5645 11.3 FL JACKSONVILLE 5.6 E +US1FLDV0044 30.2293 -81.5079 6.7 FL JACKSONVILLE 11.4 SE +US1FLDV0046 30.3033 -81.4547 4.9 FL JACKSONVILLE 12.1 ESE +US1FLDV0047 30.1705 -81.5818 7.3 FL JACKSONVILLE 12.0 SSE +US1FLDV0049 30.2983 -81.8711 25.0 FL JACKSONVILLE 13.0 W +US1FLDV0050 30.3848 -81.5210 2.7 FL JACKSONVILLE 8.9 ENE +US1FLDV0051 30.1750 -81.5705 7.3 FL JACKSONVILLE 12.0 SSE +US1FLDV0053 30.3250 -81.7116 7.9 FL JACKSONVILLE 3.3 WSW +US1FLDV0055 30.4162 -81.8048 6.1 FL JACKSONVILLE 10.4 WNW +US1FLDV0056 30.4717 -81.4855 3.7 FL JACKSONVILLE 14.0 NE +US1FLDV0059 30.3758 -81.6047 8.5 FL JACKSONVILLE 4.2 NE +US1FLDV0060 30.1649 -81.6379 3.7 FL JACKSONVILLE 11.8 S +US1FLDV0063 30.2586 -81.7548 9.8 FL JACKSONVILLE 7.8 SW +US1FLDV0066 30.3016 -81.5991 7.0 FL JACKSONVILLE 4.2 ESE +US1FLDV0067 30.1369 -81.5668 7.9 FL FRUIT COVE 4.0 NE +US1FLDV0069 30.3033 -81.7635 8.5 FL JACKSONVILLE 6.7 WSW +US1FLDV0070 30.3954 -81.5009 3.4 FL JACKSONVILLE 10.2 ENE +US1FLDV0071 30.4110 -81.8252 14.3 FL JACKSONVILLE 11.3 WNW +US1FLDV0076 30.5132 -81.5725 4.9 FL JACKSONVILLE 13.3 NNE +US1FLDV0079 30.2274 -81.5565 9.4 FL JACKSONVILLE 9.6 SE +US1FLDV0086 30.3172 -81.4709 9.1 FL JACKSONVILLE 11.2 E +US1FLDV0091 30.4839 -81.7016 10.7 FL JACKSONVILLE 10.6 NNW +US1FLDV0094 30.2991 -81.7126 7.6 FL JACKSONVILLE 4.1 SW +US1FLDV0098 30.1148 -81.5205 6.4 FL FRUIT COVE 5.9 E +US1FLDV0106 30.1643 -81.6264 5.2 FL JACKSONVILLE 11.9 S +US1FLDX0002 29.6440 -83.0473 11.3 FL CROSS CITY 4.7 E +US1FLDX0003 29.6579 -83.0332 11.0 FL OLD TOWN 4.9 NW +US1FLES0002 30.3258 -87.4089 14.0 FL WEST PENSACOLA 10.9 SW +US1FLES0004 30.6040 -87.3122 48.2 FL GONZALEZ 2.5 NNW +US1FLES0005 30.4819 -87.3331 25.9 FL BELLVIEW 1.7 NW +US1FLES0008 30.6826 -87.3419 38.1 FL MOLINO 2.7 SSW +US1FLES0010 30.5000 -87.1894 32.3 FL PENSACOLA 3.8 N +US1FLES0013 30.5363 -87.2424 29.6 FL ENSLEY 2.1 ENE +US1FLES0015 30.5685 -87.2547 21.9 FL GONZALEZ 2.1 E +US1FLES0016 30.5137 -87.1758 22.9 FL PENSACOLA 4.8 N +US1FLES0017 30.9873 -87.4194 81.1 FL CENTURY 9.4 W +US1FLES0021 30.5142 -87.3230 25.0 FL PENSACOLA 9.2 NW +US1FLES0024 30.3130 -87.4672 4.0 FL PENSACOLA 18.9 WSW +US1FLES0025 30.5437 -87.2313 11.9 FL PENSACOLA 7.3 NNW +US1FLES0026 30.4664 -87.1715 33.8 FL PENSACOLA 1.9 NE +US1FLES0035 30.5320 -87.3921 36.3 FL PENSACOLA 13.5 WNW +US1FLES0037 30.4702 -87.1659 27.7 FL PENSACOLA 2.3 NE +US1FLES0038 30.5282 -87.3089 36.0 FL PENSACOLA 9.2 NW +US1FLES0039 30.9640 -87.4658 69.5 FL CENTURY 12.1 W +US1FLES0041 30.3315 -87.3530 4.9 FL PENSACOLA 12.5 SW +US1FLES0045 30.5346 -87.2440 33.2 FL PENSACOLA 7.0 NNW +US1FLES0048 30.4241 -87.2223 25.6 FL PENSACOLA 2.4 SW +US1FLES0049 30.3445 -87.0879 1.2 FL PENSACOLA BEACH 3.8 ENE +US1FLES0051 30.5130 -87.2362 40.8 FL PENSACOLA 5.5 NNW +US1FLES0053 30.5125 -87.1810 27.7 FL PENSACOLA 4.7 N +US1FLFL0002 29.3962 -81.3577 4.9 FL BUNNELL 7.7 SW +US1FLFL0008 29.5680 -81.2430 7.6 FL PALM COAST 1.7 W +US1FLFL0009 29.4886 -81.2402 7.3 FL PALM COAST 5.9 SSW +US1FLFL0019 29.4722 -81.2439 5.8 FL BUNNELL 1.0 ENE +US1FLFL0021 29.5663 -81.2054 1.5 FL PALM COAST 0.6 ESE +US1FLFL0023 29.4592 -81.3859 5.8 FL BUNNELL 7.7 W +US1FLFL0024 29.5996 -81.2046 2.1 FL PALM COAST 2.1 NNE +US1FLFL0025 29.4865 -81.2257 7.3 FL PALM COAST 5.9 S +US1FLFL0026 29.5439 -81.2157 6.7 FL PALM COAST 1.9 S +US1FLFL0027 29.6010 -81.2609 10.1 FL PALM COAST 3.5 NW +US1FLFL0030 29.5161 -81.2450 13.7 FL PALM COAST 4.2 SSW +US1FLFL0032 29.5938 -81.1968 16.8 FL PALM COAST 1.9 NNE +US1FLFL0033 29.4564 -81.1163 6.1 FL FLAGLER BEACH 1.3 SE +US1FLFL0035 29.5972 -81.2201 4.6 FL PALM COAST 1.8 N +US1FLFL0036 29.5920 -81.1828 9.4 FL PALM COAST 2.4 NE +US1FLFL0037 29.5177 -81.2350 10.1 FL PALM COAST 3.9 SSW +US1FLFL0038 29.5123 -81.2128 9.1 FL PALM COAST 4.1 S +US1FLFL0039 29.4418 -81.1106 6.1 FL FLAGLER BEACH 2.3 SSE +US1FLFL0040 29.5808 -81.2208 11.0 FL PALM COAST 0.8 NNW +US1FLFL0041 29.5588 -81.2537 10.4 FL PALM COAST 2.5 WSW +US1FLFL0042 29.4939 -81.2452 13.1 FL PALM COAST 5.7 SSW +US1FLFL0043 29.4504 -81.2156 9.4 FL PALM COAST 8.3 S +US1FLFL0047 29.5135 -81.2507 12.2 FL PALM COAST 4.5 SSW +US1FLFR0001 29.8529 -84.6658 4.6 FL CARRABELLE 0.4 NE +US1FLFR0002 29.7310 -85.0070 5.5 FL APALACHICOLA 0.8 WNW +US1FLFR0003 29.7627 -84.8866 1.8 FL EASTPOINT 1.4 NW +US1FLFR0006 29.6589 -84.8809 1.2 FL ST. GEORGE ISLAND 2.2 ENE +US1FLFR0008 29.6709 -84.8418 3.0 FL EASTPOINT 5.8 SSE +US1FLGC0001 29.6717 -82.7014 24.1 FL TRENTON 8.0 ENE +US1FLGC0003 29.6765 -82.6687 26.5 FL NEWBERRY 4.0 WNW +US1FLGC0005 29.6124 -82.6950 27.4 FL TRENTON 7.3 E +US1FLGC0008 29.6563 -82.8628 14.9 FL TRENTON 4.0 NW +US1FLGD0001 30.5247 -84.6586 64.9 FL QUINCY 6.0 SW +US1FLGD0002 30.5823 -84.4671 85.0 FL HAVANA 4.2 SW +US1FLGD0003 30.5294 -84.6621 73.2 FL QUINCY 6.0 SW +US1FLGD0004 30.4816 -84.6188 57.9 FL QUINCY 7.5 SSW +US1FLGD0005 30.6756 -84.3898 80.5 FL HAVANA 3.9 NNE +US1FLGD0006 30.6873 -84.6570 79.9 FL QUINCY 8.3 NNW +US1FLGD0007 30.5608 -84.4587 64.6 FL HAVANA 5.1 SSW +US1FLGD0008 30.4345 -84.6037 31.7 FL QUINCY 10.4 S +US1FLGF0001 29.8033 -85.2885 3.0 FL PORT ST. JOE 0.6 SE +US1FLGF0002 30.0989 -85.2171 10.1 FL WEWAHITCHKA 1.6 SW +US1FLGF0003 29.9073 -85.3700 3.4 FL PORT ST. JOE 8.1 NNW +US1FLGL0002 26.7967 -81.2910 4.0 FL MOORE HAVEN 12.2 WSW +US1FLGL0004 26.8211 -81.5081 11.3 FL LA BELLE 6.2 NW +US1FLGL0006 26.7981 -81.2947 4.3 FL MOORE HAVEN 12.4 WSW +US1FLGL0007 26.8206 -81.4495 11.9 FL LA BELLE 4.5 NNW +US1FLGL0010 27.1284 -80.8941 4.6 FL BUCKHEAD RIDGE 0.6 SW +US1FLGL0012 26.7850 -81.3478 3.0 FL LA BELLE 5.9 ENE +US1FLGL0013 26.9838 -81.0984 4.3 FL MOORE HAVEN 10.4 N +US1FLHB0001 28.0651 -82.2092 31.1 FL PLANT CITY 6.4 NW +US1FLHB0002 27.8405 -82.2723 21.9 FL RIVERVIEW 3.4 SE +US1FLHB0003 27.9294 -82.2290 16.2 FL VALRICO 1.1 SE +US1FLHB0004 27.9125 -82.2261 32.9 FL VALRICO 2.2 SE +US1FLHB0005 28.0823 -82.5493 15.5 FL CITRUS PARK 1.3 ENE +US1FLHB0006 27.8492 -82.2687 25.0 FL RIVERVIEW 3.3 ESE +US1FLHB0007 28.0473 -82.5369 11.9 FL TAMPA 8.4 NW +US1FLHB0010 27.8859 -82.4895 2.1 FL TAMPA 5.1 S +US1FLHB0011 27.8740 -82.2478 18.9 FL BLOOMINGDALE 0.8 ESE +US1FLHB0012 28.0512 -82.5012 18.9 FL CARROLLWOOD 0.5 WNW +US1FLHB0014 27.8680 -82.2405 17.1 FL BLOOMINGDALE 1.3 ESE +US1FLHB0015 27.9026 -82.3061 13.1 FL BRANDON 2.1 SSW +US1FLHB0016 28.0088 -82.0724 50.0 FL PLANT CITY 3.4 E +US1FLHB0017 27.7305 -82.3384 21.0 FL SUN CITY CENTER 1.0 NE +US1FLHB0020 27.8323 -82.1855 32.9 FL BLOOMINGDALE 5.5 SE +US1FLHB0022 27.8391 -82.2339 32.0 FL BLOOMINGDALE 3.1 SSE +US1FLHB0023 27.8277 -82.3503 11.0 FL GIBSONTON 1.5 SE +US1FLHB0025 28.0357 -82.4706 18.0 FL CARROLLWOOD 1.7 SE +US1FLHB0026 28.1625 -82.4404 27.1 FL LUTZ 2.1 NE +US1FLHB0027 28.1228 -82.4531 25.9 FL LUTZ 1.3 SSE +US1FLHB0028 28.0059 -82.5156 15.8 FL WEST PARK 0.4 S +US1FLHB0029 28.0301 -82.4062 27.1 FL TAMPA 6.5 NNE +US1FLHB0032 27.7219 -82.3667 13.1 FL SUN CITY CENTER 0.9 W +US1FLHB0033 27.8283 -82.1487 32.0 FL BLOOMINGDALE 7.6 ESE +US1FLHB0034 28.1475 -82.5150 23.2 FL LUTZ 3.2 W +US1FLHB0036 27.9035 -82.5160 11.9 FL TAMPA 4.4 SSW +US1FLHB0037 28.1358 -82.4304 29.0 FL LUTZ 2.0 E +US1FLHB0039 28.0227 -82.4829 14.9 FL CARROLLWOOD 2.0 SSE +US1FLHB0040 28.0824 -82.4640 25.9 FL UNIVERSITY WEST 2.0 WNW +US1FLHB0041 27.6854 -82.4351 1.2 FL RUSKIN 2.0 S +US1FLHB0042 27.9790 -82.1272 46.0 FL PLANT CITY 1.9 S +US1FLHB0043 27.9690 -82.2927 11.3 FL BRANDON 2.7 N +US1FLHB0044 27.7057 -82.4005 17.1 FL RUSKIN 1.8 ESE +US1FLHB0045 27.9820 -82.1452 44.5 FL PLANT CITY 1.9 SSW +US1FLHB0046 27.7848 -82.3611 17.1 FL APOLLO BEACH 3.0 ENE +US1FLHB0047 27.8897 -82.2071 13.7 FL BLOOMINGDALE 3.3 ENE +US1FLHB0048 28.1071 -82.5132 25.9 FL GREATER NORTHDALE 0.4 ENE +US1FLHB0050 27.6972 -82.3744 11.6 FL SUN CITY CENTER 2.2 SW +US1FLHB0051 28.1105 -82.4460 25.9 FL LUTZ 2.2 SSE +US1FLHB0052 27.9231 -82.2481 32.9 FL BRANDON 2.7 E +US1FLHB0054 27.9036 -82.3227 9.8 FL BRANDON 2.6 SW +US1FLHB0055 28.0126 -82.4155 15.8 FL TAMPA 5.0 NNE +US1FLHB0057 28.1656 -82.5246 16.8 FL LUTZ 4.2 WNW +US1FLHB0060 27.9058 -82.2411 23.2 FL VALRICO 2.8 SSE +US1FLHB0064 28.0405 -82.4897 13.7 FL TAMPA 4.7 NW +US1FLHB0068 27.9491 -82.0938 39.9 FL TAMPA 22.3 E +US1FLHB0069 27.8658 -82.3507 13.1 FL RIVERVIEW 2.1 W +US1FLHB0070 28.0505 -82.6359 1.5 FL OLDSMAR 2.1 E +US1FLHB0071 28.0377 -82.4684 10.4 FL TAMPA 6.1 N +US1FLHB0087 28.0635 -82.4799 16.5 FL TAMPA 7.9 N +US1FLHB0090 28.0765 -82.5482 12.5 FL TAMPA 10.2 NNW +US1FLHB0093 28.0258 -82.3675 12.2 FL TEMPLE TERRACE 1.5 SE +US1FLHB0096 27.8815 -82.5234 1.8 FL TAMPA 5.9 SSW +US1FLHB0097 27.8102 -82.3391 14.3 FL RIVERVIEW 4.4 SSW +US1FLHB0098 27.8047 -82.3410 13.4 FL RIVERVIEW 4.8 SSW +US1FLHB0103 28.1287 -82.3534 13.7 FL TAMPA 13.8 NNE +US1FLHB0107 27.7086 -82.3483 18.9 FL SUN CITY CENTER 0.9 SSE +US1FLHB0108 27.8947 -82.5257 2.7 FL TAMPA 5.2 SSW +US1FLHB0110 27.8772 -82.4895 1.8 FL TAMPA 5.7 S +US1FLHB0112 27.8902 -82.4907 3.0 FL TAMPA 4.8 SW +US1FLHB0113 27.7697 -82.3977 3.4 FL APOLLO BEACH 0.7 ESE +US1FLHB0114 27.8735 -82.3029 7.0 FL RIVERVIEW 0.9 ENE +US1FLHB0115 27.9952 -82.5740 2.1 FL TAMPA 6.1 WNW +US1FLHB0116 28.1341 -82.4719 21.3 FL LUTZ 0.6 WSW +US1FLHB0119 27.8900 -82.3140 9.4 FL RIVERVIEW 1.4 N +US1FLHB0120 28.0632 -82.4799 20.4 FL TAMPA 7.9 N +US1FLHB0122 27.7990 -82.3161 27.7 FL RIVERVIEW 4.9 S +US1FLHB0123 28.0939 -82.2561 17.7 FL THONOTOSASSA 3.6 NE +US1FLHB0127 27.7152 -82.3527 15.5 FL SUN CITY CENTER 0.4 S +US1FLHB0128 27.7036 -82.4066 10.1 FL RUSKIN 1.6 ESE +US1FLHB0130 27.7822 -82.3645 11.9 FL APOLLO BEACH 2.7 ENE +US1FLHB0134 27.7448 -82.3377 14.0 FL SUN CITY CENTER 1.8 NNE +US1FLHB0136 27.9030 -82.3264 14.6 FL BRANDON 2.8 SW +US1FLHB0138 27.9382 -82.5047 10.1 FL TAMPA 2.0 SW +US1FLHB0139 27.7087 -82.3539 19.5 FL SUN CITY CENTER 0.9 S +US1FLHB0140 28.0864 -82.5154 18.0 FL GREATER NORTHDALE 1.2 S +US1FLHB0141 28.0687 -82.4965 16.8 FL CARROLLWOOD 1.3 N +US1FLHB0142 28.1648 -82.2965 20.7 FL ZEPHYRHILLS 8.8 SW +US1FLHB0143 27.9135 -82.5136 2.4 FL TAMPA 3.7 SSW +US1FLHB0146 27.8391 -82.2021 25.3 FL BLOOMINGDALE 4.4 SE +US1FLHB0147 27.8479 -82.4766 1.2 FL TAMPA 7.7 S +US1FLHB0149 27.7208 -82.4227 4.9 FL RUSKIN 0.6 NE +US1FLHB0154 27.9942 -82.2690 15.5 FL SEFFNER 0.4 ESE +US1FLHD0001 27.4898 -81.7863 24.1 FL ZOLFO SPRINGS 0.6 ESE +US1FLHD0003 27.6369 -81.8337 28.7 FL BOWLING GREEN 0.6 W +US1FLHD0005 27.5662 -81.8408 34.7 FL WAUCHULA 2.4 NW +US1FLHL0001 27.2054 -81.2574 11.9 FL LAKE PLACID 9.4 SE +US1FLHL0002 27.5930 -81.4901 48.2 FL AVON PARK 0.8 E +US1FLHL0003 27.2877 -81.3853 32.9 FL LAKE PLACID 1.1 WSW +US1FLHL0004 27.5958 -81.4898 53.0 FL AVON PARK 0.9 ENE +US1FLHL0008 27.4407 -81.4603 36.9 FL SEBRING 3.5 S +US1FLHL0010 27.6005 -81.5093 50.9 FL AVON PARK 0.6 NW +US1FLHL0011 27.4388 -81.4788 40.8 FL SEBRING 3.9 SSW +US1FLHL0012 27.4050 -81.2461 25.9 FL SYLVAN SHORES 8.5 NE +US1FLHL0013 27.5160 -81.5250 56.1 FL SEBRING 4.7 WNW +US1FLHL0014 27.4847 -81.5038 53.9 FL SEBRING 3.1 W +US1FLHL0016 27.3169 -81.4297 27.1 FL LAKE PLACID 3.9 WNW +US1FLHL0017 27.3068 -81.4312 34.1 FL LAKE PLACID 3.8 W +US1FLHL0018 27.2614 -81.3715 30.5 FL LAKE PLACID 2.5 S +US1FLHL0019 27.4935 -81.5048 47.9 FL SEBRING 3.2 W +US1FLHL0021 27.5280 -81.5314 45.7 FL SEBRING 5.4 WNW +US1FLHL0023 27.3358 -81.3210 14.9 FL LAKE PLACID 4.0 NE +US1FLHL0024 27.2714 -81.4005 32.3 FL LAKE PLACID 2.6 SW +US1FLHL0025 27.5883 -81.4684 30.2 FL AVON PARK 2.2 E +US1FLHL0027 27.4377 -81.4223 27.7 FL SEBRING 4.1 SSE +US1FLHL0028 27.6458 -81.5322 0.0 FL AVON PARK 4.0 NNW +US1FLHL0030 27.4995 -81.4980 48.2 FL SEBRING 2.8 WNW +US1FLHL0032 27.5334 -81.4896 32.6 FL SEBRING 3.7 NW +US1FLHM0001 30.4387 -82.9442 46.0 FL JASPER 5.5 S +US1FLHM0002 30.5641 -83.1940 38.1 FL JENNINGS 5.8 WSW +US1FLHM0003 30.5414 -83.1112 40.8 FL JENNINGS 4.1 S +US1FLHM0004 30.5051 -83.0999 24.4 FL JENNINGS 6.7 S +US1FLHM0005 30.3340 -82.7620 37.2 FL WHITE SPRINGS 0.3 NW +US1FLHN0001 28.5028 -82.5743 14.9 FL SPRING HILL 1.6 NNW +US1FLHN0002 28.5017 -82.5499 20.1 FL SPRING HILL 1.5 NNE +US1FLHN0004 28.5264 -82.4294 21.9 FL SOUTH BROOKSVILLE 1.7 WSW +US1FLHN0005 28.5082 -82.3197 46.9 FL BROOKSVILLE 5.5 SE +US1FLHN0006 28.5034 -82.1801 29.0 FL RIDGE MANOR 0.2 E +US1FLHN0007 28.4475 -82.5236 25.0 FL SPRING HILL 3.3 SE +US1FLHN0008 28.5586 -82.5781 7.9 FL WEEKI WACHEE 3.0 N +US1FLHN0009 28.5470 -82.5231 25.9 FL HIGH POINT 0.2 E +US1FLHN0011 28.6396 -82.3385 43.0 FL NORTH BROOKSVILLE 6.3 NE +US1FLHN0013 28.5382 -82.5253 18.9 FL BROOKRIDGE 2.2 WSW +US1FLHN0014 28.4955 -82.6018 4.9 FL SPRING HILL 2.4 NW +US1FLHN0015 28.5682 -82.5037 21.9 FL BROOKRIDGE 1.4 NNW +US1FLHN0017 28.5553 -82.3736 50.6 FL BROOKSVILLE 1.2 E +US1FLHN0019 28.5290 -82.4629 26.8 FL BROOKRIDGE 2.3 SE +US1FLHN0020 28.5843 -82.3792 30.5 FL BROOKSVILLE 2.2 NNE +US1FLHN0022 28.5228 -82.3394 0.0 FL BROOKSVILLE 3.9 SE +US1FLHN0024 28.6105 -82.5351 11.6 FL WEEKI WACHEE 7.1 NNE +US1FLHN0026 28.4715 -82.5992 14.6 FL SPRING HILL 2.4 WSW +US1FLHN0030 28.4931 -82.5760 10.7 FL SPRING HILL 1.1 NW +US1FLHN0031 28.4995 -82.4333 25.9 FL SOUTH BROOKSVILLE 2.9 SW +US1FLHN0032 28.5167 -82.5246 18.6 FL SPRING HILL 3.3 NE +US1FLHN0035 28.4829 -82.5957 11.9 FL SPRING HILL 2.1 W +US1FLHN0039 28.5106 -82.3589 64.9 FL BROOKSVILLE 3.7 SE +US1FLHS0001 30.8813 -85.6643 46.9 FL BONIFAY 6.8 N +US1FLHS0002 30.8853 -85.7066 27.7 FL BONIFAY 7.1 N +US1FLHY0002 26.4602 -81.0339 7.3 FL CLEWISTON 21.1 SSW +US1FLHY0003 26.7639 -81.4748 4.9 FL LA BELLE 2.3 WNW +US1FLHY0004 26.3293 -80.9937 5.5 FL CLEWISTON 29.5 S +US1FLHY0005 26.6639 -81.0900 6.7 FL CLEWISTON 11.2 WSW +US1FLHY0006 26.7091 -81.2142 7.3 FL CLEWISTON 17.2 W +US1FLHY0008 26.7582 -81.4432 7.3 FL LABELLE 0.3 WNW +US1FLHY0009 26.7666 -81.4160 8.2 FL LABELLE 1.5 ENE +US1FLIR0001 27.8064 -80.4734 11.9 FL SEBASTIAN 1.4 NNE +US1FLIR0002 27.6222 -80.5769 9.1 FL VERO BEACH SOUTH 10.0 W +US1FLIR0004 27.8004 -80.4706 13.1 FL SEBASTIAN 1.1 NE +US1FLIR0006 27.6438 -80.4339 6.1 FL VERO BEACH 2.4 W +US1FLIR0007 27.6228 -80.3515 3.0 FL VERO BEACH 3.1 ESE +US1FLIR0008 27.7628 -80.5448 7.0 FL VERO BEACH 11.4 NW +US1FLIR0009 27.5963 -80.3726 0.6 FL VERO BEACH 4.3 SE +US1FLIR0013 27.6578 -80.3620 1.2 FL VERO BEACH 2.1 ENE +US1FLIR0015 27.6414 -80.4174 11.9 FL VERO BEACH 1.5 WSW +US1FLIR0018 27.7983 -80.4902 11.9 FL SEBASTIAN 1.0 NW +US1FLIR0019 27.7598 -80.4927 7.9 FL SEBASTIAN 2.0 SSW +US1FLIR0022 27.7634 -80.4742 6.1 FL SEBASTIAN 1.7 SSE +US1FLIR0024 27.6429 -80.4494 5.8 FL VERO BEACH 3.4 W +US1FLIR0026 27.5996 -80.4166 5.8 FL VERO BEACH 3.5 SSW +US1FLIR0027 27.6102 -80.3930 6.4 FL VERO BEACH 2.5 S +US1FLIR0028 27.6813 -80.4362 5.8 FL VERO BEACH 3.5 NW +US1FLIR0029 27.5598 -80.3889 5.8 FL VERO BEACH 6.0 SSE +US1FLIR0031 27.5728 -80.4398 11.0 FL VERO BEACH SOUTH 3.4 SSW +US1FLIR0032 27.5646 -80.3880 5.8 FL VERO BEACH 5.2 S +US1FLIR0034 27.6046 -80.4349 5.8 FL VERO BEACH 3.8 SW +US1FLIR0035 27.7504 -80.5142 5.5 FL SEBASTIAN 3.3 SW +US1FLIR0036 27.6409 -80.4804 5.5 FL VERO BEACH 5.3 W +US1FLIR0037 27.6354 -80.4230 7.0 FL VERO BEACH SOUTH 1.5 NNW +US1FLIR0039 27.5842 -80.4351 6.4 FL VERO BEACH 4.9 SSW +US1FLIR0040 27.6531 -80.4637 6.4 FL VERO BEACH 4.3 W +US1FLIR0042 27.7401 -80.6003 7.3 FL FELLSMERE 1.8 S +US1FLIR0046 27.7935 -80.4710 7.9 FL SEBASTIAN 0.7 NE +US1FLIR0047 27.5591 -80.3935 4.9 FL VERO BEACH 6.0 S +US1FLJF0001 30.5405 -83.8677 75.9 FL MONTICELLO 0.2 ESE +US1FLJF0003 30.3450 -83.9977 10.1 FL WACISSA 1.1 SW +US1FLJF0004 30.6271 -83.8120 38.4 FL MONTICELLO 6.8 NNE +US1FLJF0005 30.5242 -83.9270 54.9 FL MONTICELLO 3.6 WSW +US1FLJF0007 30.2925 -83.8973 11.3 FL LAMONT 7.7 SW +US1FLJF0009 30.5577 -83.8016 47.9 FL MONTICELLO 4.3 ENE +US1FLJF0010 30.5255 -83.9162 64.6 FL MONTICELLO 2.9 WSW +US1FLJK0002 30.6872 -85.3929 41.5 FL ALFORD 0.6 SSE +US1FLJK0003 30.7737 -85.1747 36.0 FL MARIANNA 3.9 E +US1FLJK0005 30.6860 -85.1461 30.5 FL MARIANNA 8.3 SE +US1FLLB0001 30.3300 -84.7800 29.3 FL TELOGIA 2.5 SE +US1FLLB0003 30.3518 -84.8174 34.1 FL HOSFORD 2.7 SW +US1FLLE0001 26.6693 -81.8224 3.0 FL FORT MYERS 3.7 NE +US1FLLE0003 26.6900 -81.9083 7.0 FL NORTH FORT MYERS 1.4 SW +US1FLLE0004 26.5837 -81.9348 0.3 FL CAPE CORAL 1.7 NE +US1FLLE0005 26.5767 -81.6945 11.0 FL LEHIGH ACRES 4.2 WSW +US1FLLE0006 26.6586 -81.7138 13.1 FL BUCKINGHAM 1.7 SE +US1FLLE0010 26.3969 -81.8281 11.9 FL BONITA SPRINGS 4.7 NW +US1FLLE0011 26.7485 -81.8548 17.1 FL NORTH FORT MYERS 3.8 NE +US1FLLE0012 26.5891 -82.1089 1.5 FL ST. JAMES CITY 6.4 NNW +US1FLLE0013 26.5581 -82.0327 4.0 FL CAPE CORAL 5.1 WSW +US1FLLE0015 26.5044 -82.1886 2.7 FL CAPTIVA 1.2 SSW +US1FLLE0017 26.5174 -81.9170 1.2 FL CYPRESS LAKE 1.8 SW +US1FLLE0022 26.4946 -82.0774 0.0 FL SAINT JAMES CITY 0.4 SSE +US1FLLE0023 26.6977 -81.9350 4.0 FL CAPE CORAL 3.9 NE +US1FLLE0024 26.6148 -82.1236 0.9 FL BOKEELIA 6.6 SSE +US1FLLE0027 26.6358 -82.1273 1.8 FL BOKEELIA 5.2 SE +US1FLLE0029 26.5273 -81.9004 1.2 FL CYPRESS LAKE 0.7 S +US1FLLE0030 26.4726 -81.8155 4.0 FL FORT MYERS 7.4 ESE +US1FLLE0037 26.6423 -81.8488 3.7 FL FORT MYERS 0.8 N +US1FLLE0039 26.5827 -81.8024 6.1 FL FORT MYERS 4.5 SE +US1FLLE0041 26.3750 -81.8167 4.0 FL BONITA SPRINGS 3.1 NW +US1FLLE0046 26.5952 -81.9301 2.1 FL CAPE CORAL 5.1 SE +US1FLLE0047 26.6002 -81.9473 3.0 FL CAPE CORAL 4.0 SE +US1FLLE0049 26.6559 -81.9135 2.7 FL NORTH FORT MYERS 3.7 SSW +US1FLLE0052 26.5732 -81.8864 3.0 FL WHISKEY CREEK 0.3 ENE +US1FLLE0053 26.6789 -81.9961 4.3 FL CAPE CORAL 2.9 N +US1FLLE0055 26.6064 -81.8773 4.0 FL FORT MYERS 2.3 SW +US1FLLE0056 26.5950 -81.7445 7.6 FL FORT MYERS 7.0 ESE +US1FLLE0057 26.5674 -81.9979 2.1 FL CAPE CORAL 4.9 S +US1FLLE0058 26.4855 -81.8478 2.1 FL FOREST ISLAND PARK 0.9 ESE +US1FLLE0059 26.6917 -82.0127 2.1 FL CAPE CORAL 3.9 NNW +US1FLLK0002 28.8439 -81.6700 49.1 FL EUSTIS 1.2 SE +US1FLLK0003 28.5650 -81.8240 34.1 FL GROVELAND 1.7 E +US1FLLK0004 28.8483 -81.7556 27.1 FL BASSVILLE PARK 1.0 NE +US1FLLK0005 28.7990 -81.5350 27.4 FL MOUNT PLYMOUTH 0.2 WSW +US1FLLK0006 28.9264 -81.9479 21.9 FL LADY LAKE 1.2 W +US1FLLK0007 28.8317 -81.5351 21.3 FL SORRENTO 2.2 NE +US1FLLK0009 28.5920 -81.7693 54.9 FL MINNEOLA 1.8 NW +US1FLLK0010 28.5472 -81.7628 45.1 FL CLERMONT 0.4 SW +US1FLLK0012 28.8575 -81.9025 29.9 FL LAKE GRIFFIN STATE PARK +US1FLLK0014 28.5526 -81.6991 48.8 FL CLERMONT 3.6 E +US1FLLK0016 28.8925 -81.9404 24.1 FL LADY LAKE 2.5 SSW +US1FLLK0017 28.7366 -81.8465 29.6 FL LEESBURG 5.4 SSE +US1FLLK0018 28.5708 -81.6997 35.7 FL CLERMONT 3.8 ENE +US1FLLK0021 28.9200 -81.9116 27.1 FL LADY LAKE 1.2 ESE +US1FLLK0022 28.9548 -81.9390 27.1 FL LADY LAKE 2.0 NNW +US1FLLK0023 28.9017 -81.7576 24.7 FL LEESBURG 9.9 NE +US1FLLK0024 29.0397 -81.6271 30.2 FL ALTOONA 5.3 NNE +US1FLLK0025 28.7109 -81.7188 26.8 FL ASTATULA 1.0 E +US1FLLK0027 28.5422 -81.6831 43.0 FL OAKLAND 3.4 WSW +US1FLLK0028 28.8679 -81.9152 37.2 FL FRUITLAND PARK 0.8 NNW +US1FLLK0030 28.8362 -81.9137 23.2 FL LEESBURG 2.7 NW +US1FLLK0031 28.8499 -81.9446 26.2 FL LADY LAKE 5.5 S +US1FLLK0036 28.5737 -81.7821 29.9 FL CLERMONT 2.1 NW +US1FLLN0001 30.5309 -84.3656 31.4 FL TALLAHASSEE 7.2 NW +US1FLLN0002 30.4220 -84.3227 26.5 FL TALLAHASSEE 2.7 SW +US1FLLN0003 30.4812 -84.2466 36.9 FL TALLAHASSEE 2.7 NE +US1FLLN0004 30.3938 -84.2200 29.9 FL TALLAHASSEE 5.7 SE +US1FLLN0005 30.3670 -84.1330 18.9 FL TALLAHASSEE 10.8 SE +US1FLLN0008 30.4766 -84.3182 61.0 FL TALLAHASSEE 2.6 WNW +US1FLLN0009 30.4856 -84.2508 40.8 FL TALLAHASSEE 2.7 NE +US1FLLN0010 30.4463 -84.2997 52.1 FL TALLAHASSEE 1.3 SW +US1FLLN0012 30.4757 -84.3019 57.0 FL TALLAHASSEE 1.8 NW +US1FLLN0015 30.4608 -84.1788 29.0 FL TALLAHASSEE 6.1 E +US1FLLN0017 30.5195 -84.2788 60.0 FL TALLAHASSEE 4.3 N +US1FLLN0018 30.4202 -84.5437 45.1 FL MIDWAY 6.9 SW +US1FLLN0020 30.5348 -84.2497 47.9 FL TALLAHASSEE 5.7 NNE +US1FLLN0022 30.5756 -84.2558 43.0 FL TALLAHASSEE 8.3 N +US1FLLN0023 30.4495 -84.2754 50.9 FL TALLAHASSEE 0.6 SE +US1FLLN0025 30.5082 -84.2835 29.9 FL TALLAHASSEE 3.5 N +US1FLLN0026 30.4968 -84.2847 49.7 FL TALLAHASSEE 2.8 N +US1FLLN0027 30.5211 -84.2913 48.2 FL TALLAHASSEE 4.5 N +US1FLLN0028 30.4140 -84.2568 24.1 FL TALLAHASSEE 3.3 SSE +US1FLLN0029 30.4935 -84.3107 36.3 FL TALLAHASSEE 3.1 NW +US1FLLN0031 30.6033 -84.1126 43.9 FL TALLAHASSEE 14.2 NE +US1FLLN0033 30.3890 -84.2159 21.9 FL TALLAHASSEE 6.1 SE +US1FLLN0034 30.5950 -84.2679 37.2 FL TALLAHASSEE 9.6 N +US1FLLN0035 30.5606 -84.1350 52.1 FL TALLAHASSEE 11.3 NE +US1FLLN0037 30.4654 -84.3415 29.0 FL TALLAHASSEE 3.6 W +US1FLLN0039 30.5137 -84.2094 67.1 FL TALLAHASSEE 5.8 NE +US1FLLN0041 30.6116 -84.2568 49.1 FL TALLAHASSEE 10.8 N +US1FLLN0043 30.5175 -84.2840 34.7 FL TALLAHASSEE 4.2 N +US1FLLN0045 30.5486 -84.1463 40.8 FL TALLAHASSEE 10.2 NE +US1FLLN0047 30.4425 -84.1949 31.7 FL TALLAHASSEE 5.2 E +US1FLLN0049 30.5252 -84.2774 68.0 FL TALLAHASSEE 4.7 N +US1FLLN0051 30.5077 -84.2198 49.1 FL TALLAHASSEE 5.1 NE +US1FLLN0055 30.4779 -84.1928 36.3 FL TALLAHASSEE 5.5 ENE +US1FLLN0058 30.4539 -84.2718 60.4 FL TALLAHASSEE 0.6 ESE +US1FLLN0059 30.4129 -84.1335 21.3 FL TALLAHASSEE 9.3 ESE +US1FLLN0060 30.4573 -84.1773 25.3 FL TALLAHASSEE 6.2 E +US1FLLN0062 30.5470 -84.1950 38.7 FL TALLAHASSEE 8.1 NE +US1FLLN0063 30.4379 -84.2041 21.9 FL TALLAHASSEE 4.8 ESE +US1FLLN0064 30.5603 -84.2729 57.6 FL TALLAHASSEE 7.2 N +US1FLLN0065 30.4755 -84.1079 31.1 FL TALLAHASSEE 10.4 E +US1FLLN0066 30.3101 -84.2406 11.0 FL TALLAHASSEE 10.4 SSE +US1FLLN0068 30.3775 -84.1463 18.9 FL TALLAHASSEE 9.7 SE +US1FLLN0072 30.4106 -84.2180 31.4 FL TALLAHASSEE 5.0 SE +US1FLLN0074 30.4256 -84.1950 21.6 FL TALLAHASSEE 5.6 ESE +US1FLLV0001 29.1569 -82.5611 18.9 FL DUNNELLON 10.1 NW +US1FLLV0002 29.3963 -82.5960 20.7 FL BRONSON 4.4 SE +US1FLLV0004 29.4208 -82.6015 27.1 FL BRONSON 3.0 SE +US1FLLV0009 29.5031 -82.7226 15.8 FL CHIEFLAND 8.5 ENE +US1FLLV0010 29.4640 -82.8975 9.1 FL CHIEFLAND 2.4 WSW +US1FLLV0012 29.0372 -82.6898 1.2 FL YANKEETOWN 4.2 E +US1FLLV0015 29.0409 -82.6598 10.4 FL INGLIS 0.6 N +US1FLMA0002 27.4038 -82.6506 1.2 FL LONGBOAT KEY 1.4 NW +US1FLMA0003 27.5237 -82.5975 4.9 FL PALMETTO 1.2 W +US1FLMA0004 27.5969 -82.1895 36.0 FL WIMAUMA 10.8 SE +US1FLMA0005 27.5331 -82.4162 2.1 FL ELLENTON 6.9 E +US1FLMA0006 27.5400 -82.4220 10.1 FL ELLENTON 6.6 E +US1FLMA0007 27.4828 -82.5775 2.7 FL BRADENTON 0.4 SSE +US1FLMA0008 27.4942 -82.6373 7.0 FL BRADENTON 3.6 W +US1FLMA0009 27.5481 -82.5049 7.3 FL ELLENTON 2.2 NE +US1FLMA0010 27.4309 -82.4152 18.0 FL BRADENTON 10.8 SE +US1FLMA0011 27.4768 -82.6094 5.8 FL BRADENTON 2.0 WSW +US1FLMA0014 27.4051 -82.3137 0.0 FL LAKEWOOD RANCH 7.0 E +US1FLMA0015 27.4969 -82.4318 6.1 FL BRADENTON 8.8 E +US1FLMA0016 27.5957 -82.5318 9.1 FL PALMETTO 5.8 NNE +US1FLMA0018 27.5050 -82.4005 6.4 FL BRADENTON 11.0 E +US1FLMA0020 27.5099 -82.6297 3.4 FL BRADENTON 3.5 WNW +US1FLMA0021 27.4237 -82.4923 3.4 FL SARASOTA 6.4 NNE +US1FLMA0022 27.5622 -82.4830 9.4 FL PALMETTO 6.4 ENE +US1FLMA0026 27.4979 -82.5280 0.9 FL SAMOSET 1.7 NNE +US1FLMA0028 27.5319 -82.7317 0.6 FL ANNA MARIA 0.2 NNE +US1FLMA0029 27.4132 -82.3683 11.9 FL LAKEWOOD RANCH 3.5 E +US1FLMA0030 27.5245 -82.3691 8.2 FL PARRISH 5.5 SE +US1FLMA0032 27.4275 -82.4001 11.9 FL THE MEADOWS 6.2 NE +US1FLMA0033 27.4502 -82.4137 12.8 FL THE MEADOWS 7.0 NNE +US1FLMA0034 27.4547 -82.4694 7.9 FL SAMOSET 4.7 ESE +US1FLMD0002 25.8444 -80.1803 0.9 FL MIAMI 4.9 NNE +US1FLMD0003 25.6682 -80.4087 7.9 FL LINDGREN ACRES 0.5 WSW +US1FLMD0006 25.9400 -80.3200 7.9 FL MIAMI LAKES 2.1 N +US1FLMD0007 25.6835 -80.3815 11.0 FL SUNSET 2.4 SW +US1FLMD0008 25.7809 -80.3984 10.1 FL TAMIAMI 1.6 N +US1FLMD0010 25.5715 -80.3948 7.0 FL SOUTH MIAMI HEIGHTS 1.3 SSW +US1FLMD0017 25.6166 -80.3329 1.5 FL CUTLER 1.3 SW +US1FLMD0022 25.6650 -80.4395 2.7 FL HAMMOCKS 0.5 SSE +US1FLMD0023 25.7349 -80.1636 1.2 FL MIAMI 4.1 SE +US1FLMD0026 25.9136 -80.3165 0.9 FL MIAMI LAKES 0.3 NNW +US1FLMD0029 25.7171 -80.2795 1.5 FL CORAL GABLES 1.8 NNW +US1FLMD0030 25.7156 -80.2968 1.2 FL SOUTH MIAMI 0.5 N +US1FLMD0032 25.8297 -80.3843 0.9 FL DORAL 1.9 WNW +US1FLMD0033 25.8820 -80.1769 2.4 FL BISCAYNE PARK 0.3 E +US1FLMD0036 25.7179 -80.3402 2.4 FL SUNSET 1.1 NE +US1FLMD0039 25.9032 -80.1914 1.5 FL NORTH MIAMI 1.4 W +US1FLMD0040 25.7417 -80.3222 1.8 FL MIAMI 6.7 WSW +US1FLMD0041 25.6634 -80.4097 2.4 FL LINDGREN ACRES 0.7 SW +US1FLMD0042 25.6957 -80.2893 2.4 FL SOUTH MIAMI 0.9 SSE +US1FLMD0044 25.8755 -80.1928 3.0 FL MIAMI 6.4 NNE +US1FLMD0049 25.5600 -80.3575 2.1 FL CUTLER RIDGE 1.7 SSW +US1FLMD0051 25.5610 -80.3526 2.1 FL CUTLER RIDGE 1.5 SSW +US1FLMD0054 25.5589 -80.5035 2.1 FL NARANJA 5.9 WNW +US1FLMD0055 25.9633 -80.2551 1.8 FL MIAMI GARDENS 1.6 NNW +US1FLMD0058 25.9336 -80.1355 0.9 FL NORTH MIAMI BEACH 2.0 E +US1FLMD0059 25.5828 -80.4880 2.1 FL SOUTH MIAMI HEIGHTS 6.4 W +US1FLMD0060 25.7268 -80.3707 2.1 FL WESTWOOD LAKES 0.4 NNE +US1FLMD0061 25.7415 -80.4386 2.4 FL MIAMI 15.1 WSW +US1FLMD0062 25.6572 -80.3645 2.4 FL KENDALL 1.7 WSW +US1FLMD0063 25.5995 -80.3150 2.1 FL PALMETTO BAY 1.6 SSE +US1FLMD0064 25.8872 -80.1767 1.5 FL NORTH MIAMI 1.0 SSW +US1FLMD0067 25.6257 -80.3331 2.7 FL PALMETTO BAY 0.6 WNW +US1FLMD0068 25.6590 -80.4381 2.4 FL HAMMOCKS 0.9 SSE +US1FLMD0069 25.4897 -80.4911 2.4 FL HOMESTEAD 3.0 NW +US1FLMD0075 25.7219 -80.2462 4.0 FL MIAMI 4.3 SSW +US1FLMD0079 25.8431 -80.1825 1.2 FL MIAMI 5.7 N +US1FLMD0080 25.6900 -80.3356 1.5 FL KENDALL 1.6 N +US1FLMD0082 25.6361 -80.3196 1.8 FL CUTLER 0.7 NNW +US1FLMD0083 25.9211 -80.3454 1.8 FL MIAMI LAKES 2.1 WNW +US1FLMD0084 25.7183 -80.4275 2.4 FL KENDALE LAKES 1.5 WNW +US1FLMD0092 25.7274 -80.4059 1.8 FL KENDALE LAKES 1.4 N +US1FLMN0001 24.5986 -81.6622 0.0 FL BIG COPPITT KEY 0.2 NW +US1FLMN0004 25.0453 -80.4942 0.6 FL KEY LARGO 5.3 SW +US1FLMN0006 24.6594 -81.5063 4.9 FL CUDJOE KEY 0.9 SSW +US1FLMN0008 24.8515 -80.7352 7.0 FL ISLAMORADA 7.8 SW +US1FLMN0009 24.7194 -81.0552 4.0 FL MARATHON 1.7 ENE +US1FLMN0013 24.6682 -81.5382 0.3 FL SUGARLOAF KEY 1.0 NW +US1FLMN0016 24.5695 -81.7559 0.3 FL KEY WEST 1.3 ENE +US1FLMN0018 24.7222 -81.3994 0.3 FL BIG PINE KEY 3.2 NW +US1FLMN0021 25.0955 -80.4318 0.6 FL KEY LARGO 0.9 SE +US1FLMN0022 24.5507 -81.7836 0.3 FL KEY WEST 1.0 SSW +US1FLMN0023 24.7435 -80.9788 0.3 FL MARATHON 6.8 ENE +US1FLMN0024 24.5572 -81.7809 0.6 FL KEY WEST 0.5 SW +US1FLMN0025 25.1692 -80.3716 1.8 FL KEY LARGO 6.2 NE +US1FLMN0030 24.6751 -81.3468 0.6 FL BIG PINE KEY 1.5 SE +US1FLMN0037 25.3209 -80.2818 3.7 FL KEY LARGO 17.9 NE +US1FLMN0039 24.8506 -80.7357 1.8 FL ISLAMORADA 7.8 SW +US1FLMN0041 24.6581 -81.4051 1.2 FL RAMROD KEY 0.7 ESE +US1FLMR0001 28.9669 -81.9695 29.9 FL SUMMERFIELD 4.9 SE +US1FLMR0003 28.9774 -82.0245 28.0 FL BELLEVIEW 6.0 SSE +US1FLMR0004 28.9609 -81.9979 28.0 FL LADY LAKE 4.8 WNW +US1FLMR0005 29.0180 -81.9967 32.9 FL BELLEVIEW 4.5 SE +US1FLMR0008 28.9758 -81.9961 32.0 FL LADY LAKE 5.2 NW +US1FLMR0012 29.0805 -82.1738 28.0 FL OCALA WEATHER SERVICE +US1FLMR0013 29.4571 -82.2998 60.0 FL MICANOPY 3.6 SSW +US1FLMR0016 29.1527 -82.1055 41.1 FL OCALA 2.8 SSE +US1FLMR0018 29.0609 -81.9759 18.6 FL BELLEVIEW 4.8 E +US1FLMR0019 28.9637 -82.0121 21.9 FL THE VILLAGES 2.6 NW +US1FLMR0020 28.9744 -81.9986 25.9 FL THE VILLAGES 2.7 NNW +US1FLMR0022 29.1365 -81.8391 16.5 FL OCKLAWAHA 4.9 NE +US1FLMR0023 28.9782 -82.0723 18.3 FL SUMMERFIELD 2.8 SW +US1FLMR0026 29.0362 -82.0003 27.4 FL SUMMERFIELD 3.1 NE +US1FLMR0032 29.0420 -81.9983 28.3 FL SUMMERFIELD 3.0 NE +US1FLMR0033 29.1913 -81.9510 39.0 FL SILVER SPRINGS SHORES 6.9 NNE +US1FLMR0035 29.0586 -81.8924 37.5 FL OCKLAWAHA 2.5 ENE +US1FLMR0036 28.9760 -82.1746 24.4 FL OCALA 14.3 S +US1FLMR0040 28.9633 -81.9997 26.5 FL THE VILLAGES 2.5 N +US1FLMR0042 29.4453 -82.2492 37.2 FL MICANOPY 4.6 SSE +US1FLMR0043 29.1006 -82.2586 20.7 FL OCALA 9.8 SW +US1FLMR0045 29.2185 -81.9807 0.0 FL OCALA 2.4 NNW +US1FLMR0046 29.4898 -81.9043 28.7 FL INTERLACHEN 8.8 S +US1FLMR0047 29.2185 -81.9807 0.0 FL SILVER SPRINGS SHORES 8.1 N +US1FLMR0052 29.3479 -82.3606 29.6 FL WILLISTON 6.0 ESE +US1FLMR0054 29.1779 -82.1160 39.6 FL OCALA 1.1 SE +US1FLMR0056 29.1117 -82.2848 23.8 FL OCALA 10.7 WSW +US1FLMR0057 29.2542 -82.1267 21.6 FL OCALA 4.6 N +US1FLMR0059 29.0674 -82.2561 26.2 FL OCALA 11.2 SW +US1FLMR0061 29.2505 -82.2211 25.0 FL OCALA 7.0 NW +US1FLMR0065 29.0184 -82.0808 25.3 FL BELLEVIEW 3.3 SSW +US1FLMR0066 28.9802 -82.0230 31.1 FL THE VILLAGES 3.7 NNW +US1FLMR0068 29.2059 -82.0817 25.6 FL OCALA 3.2 ENE +US1FLMR0071 29.1109 -82.2871 22.3 FL OCALA 10.8 WSW +US1FLMR0074 29.0560 -82.0289 22.3 FL BELLEVIEW 1.6 E +US1FLMS0002 30.5843 -83.3775 39.9 FL MADISON 8.3 NNE +US1FLMS0003 30.4727 -83.3954 48.2 FL MADISON 1.2 ENE +US1FLMT0001 27.1222 -80.3169 11.9 FL PALM CITY 4.0 SW +US1FLMT0005 27.1123 -80.1836 4.3 FL HOBE SOUND 3.9 NW +US1FLMT0007 27.1335 -80.2079 4.3 FL STUART 3.7 SW +US1FLMT0011 27.1181 -80.1964 4.3 FL STUART 5.0 SE +US1FLMT0013 27.1681 -80.5756 11.6 FL OKEECHOBEE 16.4 ESE +US1FLMT0015 27.0464 -80.1214 6.4 FL HOBE SOUND 2.1 SSE +US1FLMT0016 26.9930 -80.5739 7.0 FL CANAL POINT 9.9 NNE +US1FLMT0017 27.0999 -80.2789 4.3 FL STUART 6.9 SSW +US1FLMT0018 27.1883 -80.2279 4.0 FL STUART 1.0 ESE +US1FLMT0019 27.2541 -80.2604 4.3 FL JENSEN BEACH 2.2 NW +US1FLMT0020 27.1859 -80.2488 2.7 FL STUART 0.7 SSW +US1FLMT0021 27.1976 -80.2999 4.0 FL PALM CITY 3.1 NW +US1FLMT0025 27.1100 -80.2799 3.4 FL STUART 6.2 SSW +US1FLMT0026 27.0326 -80.4732 14.3 FL INDIANTOWN 0.4 SW +US1FLMT0027 27.0975 -80.2896 5.5 FL STUART 7.3 SSW +US1FLMT0028 27.2573 -80.2338 15.5 FL JENSEN BEACH 1.5 N +US1FLMT0031 27.1755 -80.2850 3.7 FL PALM CITY 1.4 NW +US1FLMT0033 26.9729 -80.1382 2.7 FL JUPITER 4.0 NNW +US1FLMT0034 27.1580 -80.2002 1.2 FL PORT SALERNO 1.0 NW +US1FLMT0035 27.0728 -80.2583 5.2 FL STUART 8.4 S +US1FLMT0036 27.2560 -80.2351 5.8 FL JENSEN BEACH 1.4 N +US1FLMT0037 27.1208 -80.1954 4.6 FL STUART 5.9 SSE +US1FLMT0039 27.1514 -80.2796 8.2 FL PALM CITY 0.9 SW +US1FLNS0002 30.7521 -81.9849 32.0 FL HILLIARD 5.4 NW +US1FLNS0006 30.6410 -81.5795 7.9 FL YULEE 0.7 NNW +US1FLNS0009 30.4910 -81.8142 4.0 FL CALLAHAN 5.0 SSE +US1FLNS0010 30.5979 -81.5947 7.0 FL HEDGES 0.3 ESE +US1FLNS0011 30.6713 -81.4621 3.7 FL FERNANDINA BEACH 1.2 NW +US1FLNS0012 30.6489 -81.4483 6.1 FL FERNANDINA BEACH 0.6 S +US1FLNS0014 30.5979 -81.5284 6.4 FL FERNANDINA BEACH 6.3 SW +US1FLNS0015 30.6552 -81.4435 3.0 FL FERNANDINA BEACH 0.4 ESE +US1FLNS0016 30.6225 -81.4418 5.8 FL FERNANDINA BEACH 2.5 S +US1FLNS0017 30.6243 -81.4427 4.0 FL FERNANDINA BEACH 2.3 S +US1FLOB0002 27.5847 -81.0456 18.3 FL OKEECHOBEE 27.1 NNW +US1FLOB0004 27.2118 -80.7896 4.6 FL OKEECHOBEE 3.2 SE +US1FLOB0005 27.4681 -80.9753 19.5 FL OKEECHOBEE 18.0 NNW +US1FLOB0006 27.5393 -81.0202 20.4 FL OKEECHOBEE 23.7 NNW +US1FLOK0001 30.4939 -86.4398 11.0 FL NICEVILLE 3.6 SE +US1FLOK0002 30.5244 -86.4924 18.9 FL EGLIN AFB 5.6 NE +US1FLOK0003 30.5049 -86.4592 14.0 FL NICEVILLE 2.3 SE +US1FLOK0004 30.4141 -86.7612 11.9 FL MARY ESTHER 6.2 W +US1FLOK0007 30.4078 -86.6097 4.0 FL FORT WALTON BEACH 1.1 SSE +US1FLOK0008 30.5341 -86.5013 23.2 FL NICEVILLE 1.1 WNW +US1FLOK0010 30.7110 -86.6722 53.9 FL CRESTVIEW 6.4 WSW +US1FLOK0012 30.4382 -86.6233 11.0 FL FORT WALTON BEACH 1.1 NNW +US1FLOK0013 30.7803 -86.5355 50.9 FL CRESTVIEW 3.0 NE +US1FLOK0014 30.4132 -86.6635 14.9 FL MARY ESTHER 0.4 WNW +US1FLOK0015 30.4784 -86.4372 9.1 FL NICEVILLE 4.5 SE +US1FLOK0016 30.4586 -86.5815 17.1 FL SHALIMAR 1.0 N +US1FLOK0017 30.4552 -86.6154 14.9 FL OCEAN CITY 1.3 NNW +US1FLOK0018 30.8841 -86.5951 46.9 FL BAKER 8.2 NE +US1FLOK0019 30.3891 -86.4577 11.0 FL DESTIN 1.0 E +US1FLOK0020 30.5123 -86.4305 24.1 FL NICEVILLE 3.4 ESE +US1FLOK0021 30.4633 -86.6496 21.9 FL FORT WALTON BEACH 3.4 NNW +US1FLOK0023 30.7300 -86.5550 57.0 FL CRESTVIEW 1.9 SE +US1FLOK0024 30.7880 -86.5960 53.9 FL CRESTVIEW 2.8 NNW +US1FLOK0025 30.8050 -86.5675 75.9 FL CRESTVIEW 3.7 N +US1FLOK0026 30.4575 -86.6411 23.2 FL WRIGHT 0.8 N +US1FLOK0027 30.7193 -86.5909 50.0 FL CRESTVIEW 2.5 SSW +US1FLOK0028 30.4023 -86.4954 11.0 FL DESTIN 1.5 WNW +US1FLOK0029 30.4109 -86.6475 4.9 FL MARY ESTHER 0.6 E +US1FLOK0032 30.4789 -86.4117 15.8 FL NICEVILLE 5.6 SE +US1FLOK0033 30.4025 -86.4907 4.3 FL DESTIN 1.3 NW +US1FLOK0034 30.5126 -86.4599 13.7 FL NICEVILLE 1.9 SE +US1FLOK0036 30.7502 -86.5584 60.4 FL CRESTVIEW 1.0 E +US1FLOK0037 30.5100 -86.4582 12.5 FL NICEVILLE 2.1 SE +US1FLOK0041 30.4606 -86.5895 4.9 FL SHALIMAR 1.2 NNW +US1FLOK0042 30.5139 -86.4993 26.2 FL VALPARAISO 1.4 N +US1FLOK0043 30.4164 -86.5915 3.0 FL FORT WALTON BEACH 1.7 ESE +US1FLOR0001 28.5223 -81.2255 25.9 FL UNION PARK 2.9 SSE +US1FLOR0004 28.5824 -81.3086 34.1 FL WINTER PARK 2.3 ESE +US1FLOR0006 28.5651 -81.5352 31.4 FL OCOEE 0.5 SSW +US1FLOR0009 28.5858 -81.3109 27.1 FL WINTER PARK 2.1 ESE +US1FLOR0010 28.5599 -81.1718 21.9 FL UNION PARK 3.9 E +US1FLOR0013 28.5082 -81.3549 31.4 FL ORLANDO 1.2 ENE +US1FLOR0014 28.5027 -81.3527 30.5 FL ORLANDO 1.3 E +US1FLOR0015 28.5814 -81.1758 15.5 FL UNION PARK 3.8 ENE +US1FLOR0016 28.6848 -81.4659 34.7 FL APOPKA 2.9 E +US1FLOR0019 28.5624 -81.2185 19.8 FL UNION PARK 1.1 E +US1FLOR0020 28.4952 -81.6498 40.8 FL WINTER GARDEN 6.1 SW +US1FLOR0023 28.5880 -81.1060 21.3 FL ORANGE 11.2 NE +US1FLOR0025 28.5709 -81.4959 30.5 FL ORLANDO 7.4 WNW +US1FLOR0026 28.5722 -81.3958 30.2 FL ORLANDO 4.8 NNW +US1FLOR0027 28.5743 -81.3851 31.1 FL ORLANDO 4.9 N +US1FLOR0028 28.5443 -81.3570 30.2 FL ORLANDO 2.9 NNE +US1FLOR0029 28.3632 -81.4568 27.1 FL ORLANDO 12.7 SSW +US1FLOR0030 28.3645 -81.4146 26.8 FL ORLANDO 12.0 S +US1FLOR0031 28.5431 -81.1785 19.2 FL UNION PARK 3.8 ESE +US1FLOR0032 28.3661 -81.1755 21.0 FL BUENA VENTURA LAKES 11.0 E +US1FLOR0033 28.5729 -81.4914 36.9 FL ORLANDO 7.2 WNW +US1FLOR0034 28.5927 -81.5285 51.2 FL OCOEE 1.4 N +US1FLOR0035 28.3567 -81.6334 37.2 FL BAY LAKE 4.1 WSW +US1FLOR0036 28.5303 -81.5948 35.1 FL WINTER GARDEN 2.3 SSW +US1FLOR0043 28.6670 -81.4609 32.6 FL APOPKA 3.5 ESE +US1FLOR0046 28.5139 -81.4096 31.4 FL ORLANDO 2.2 WNW +US1FLOR0047 28.5262 -81.5612 39.0 FL WINTER GARDEN 2.8 SSE +US1FLOR0048 28.5299 -81.1934 27.1 FL UNION PARK 3.5 SE +US1FLOR0049 28.5428 -81.5764 32.9 FL WINTER GARDEN 1.4 SSE +US1FLOR0055 28.5300 -81.4874 38.4 FL ORLANDO 6.8 W +US1FLOS0001 28.1930 -81.4997 27.1 FL POINCIANA PLACE 2.6 NNW +US1FLOS0015 28.2186 -81.2991 21.0 FL ST. CLOUD 1.7 SSW +US1FLOS0016 28.2426 -81.2913 15.2 FL ST. CLOUD 0.1 WNW +US1FLOS0020 28.1614 -81.4776 21.3 FL POINCIANA PLACE 0.5 ENE +US1FLOS0022 28.1908 -81.4943 21.3 FL KISSIMMEE 9.3 SSW +US1FLOS0027 28.2006 -81.2850 27.1 FL ST. CLOUD 2.9 S +US1FLOS0029 28.2659 -81.2610 18.9 FL ST. CLOUD 2.4 NE +US1FLPB0001 26.6241 -80.1804 4.9 FL GREENACRES CITY 2.5 W +US1FLPB0002 26.5755 -80.2026 5.2 FL ABERDEEN 3.7 WNW +US1FLPB0005 26.9271 -80.2431 5.8 FL JUPITER 8.5 W +US1FLPB0007 26.5180 -80.1450 5.8 FL SUN VALLEY 0.8 SW +US1FLPB0008 26.5589 -80.1474 7.9 FL ABERDEEN 0.6 N +US1FLPB0009 26.9458 -80.2299 9.1 FL JUPITER 7.9 W +US1FLPB0012 26.6070 -80.1721 11.9 FL ABERDEEN 4.2 NNW +US1FLPB0013 26.6331 -80.0661 15.8 FL LAKE WORTH 1.0 NNW +US1FLPB0016 26.6551 -80.1475 5.2 FL GREENACRES 1.8 NNW +US1FLPB0018 26.5578 -80.0940 4.0 FL BOYNTON BEACH 2.3 NNW +US1FLPB0019 26.6362 -80.0558 4.6 FL LAKE WORTH 1.2 N +US1FLPB0020 26.6211 -80.2021 5.2 FL LAKE WORTH 8.9 W +US1FLPB0024 26.4147 -80.1086 4.0 FL BOCA RATON 2.9 N +US1FLPB0025 26.5537 -80.0889 2.7 FL BOYNTON BEACH 1.9 NNW +US1FLPB0026 26.6258 -80.2346 4.6 FL WELLINGTON 2.6 SSE +US1FLPB0027 26.3559 -80.2238 7.9 FL BOCA RATON 8.7 W +US1FLPB0031 26.7140 -80.3070 5.2 FL ROYAL PALM BEACH 5.0 W +US1FLPB0034 26.8374 -80.6471 4.3 FL PAHOKEE 1.6 NE +US1FLPB0036 26.5838 -80.0506 1.5 FL LANTANA 0.3 E +US1FLPB0037 26.6510 -80.2475 4.6 FL WELLINGTON 0.7 SE +US1FLPB0039 26.3585 -80.1880 5.5 FL BOCA RATON 5.1 W +US1FLPB0042 26.3560 -80.0823 3.4 FL BOCA RATON 1.9 SE +US1FLPB0043 26.9020 -80.1246 4.6 FL JUPITER 2.0 SW +US1FLPB0044 26.3985 -80.0736 1.5 FL BOCA RATON 2.7 NE +US1FLPB0053 26.9433 -80.1087 1.5 FL JUPITER 1.4 N +US1FLPB0059 26.5649 -80.1577 9.8 FL ABERDEEN 1.1 NNW +US1FLPB0060 26.5841 -80.1187 5.2 FL LAKE WORTH 4.4 WSW +US1FLPB0061 26.4420 -80.1105 4.9 FL DELRAY BEACH 1.6 WSW +US1FLPB0063 26.4278 -80.0809 4.3 FL DELRAY BEACH 1.9 SSE +US1FLPB0066 26.5882 -80.1712 9.1 FL LAKE WORTH 4.5 WSW +US1FLPB0067 26.7757 -80.0340 2.7 FL PALM BEACH SHORES 0.1 SSE +US1FLPB0069 26.7803 -80.2166 9.4 FL WEST PALM BEACH 6.0 WNW +US1FLPB0070 26.5357 -80.0998 4.6 FL BOYNTON BEACH 1.3 WNW +US1FLPB0072 26.5537 -80.1764 11.0 FL BOYNTON BEACH 6.2 WNW +US1FLPB0077 26.5613 -80.1686 9.4 FL ABERDEEN 1.4 WNW +US1FLPB0079 26.3839 -80.0755 2.1 FL BOCA RATON 2.1 ENE +US1FLPB0080 26.3544 -80.1644 4.6 FL BOCA RATON 3.8 WSW +US1FLPB0081 26.7970 -80.0350 1.5 FL PALM BEACH SHORES 1.4 N +US1FLPB0082 26.4467 -80.1256 4.9 FL DELRAY BEACH 2.3 WSW +US1FLPB0087 26.6674 -80.1785 7.9 FL GOLDEN LAKES 2.4 SSW +US1FLPB0088 26.6768 -80.1164 6.1 FL GOLFVIEW 0.9 SSW +US1FLPB0095 26.6179 -80.0515 2.4 FL LAKE WORTH 0.5 ESE +US1FLPB0096 26.7235 -80.6665 4.3 FL BELLE GLADE 2.6 N +US1FLPB0098 26.7473 -80.3282 6.1 FL ROYAL PALM BEACH 6.9 WNW +US1FLPB0101 26.4936 -80.0607 1.2 FL DELRAY BEACH 3.2 NNE +US1FLPK0001 28.0314 -81.8198 39.9 FL AUBURNDALE 3.0 SSW +US1FLPK0002 28.1669 -81.8219 46.9 FL POLK CITY 1.1 S +US1FLPK0003 28.0754 -82.0078 57.0 FL LAKELAND 3.8 NW +US1FLPK0005 28.0220 -81.8140 36.0 FL WINTER HAVEN 4.9 E +US1FLPK0007 28.0900 -81.8158 42.1 FL AUBURNDALE 1.7 NW +US1FLPK0009 28.0237 -81.6238 48.2 FL DUNDEE 0.3 NW +US1FLPK0011 27.9704 -81.9282 68.3 FL LAKELAND HIGHLANDS 1.5 ENE +US1FLPK0012 28.1904 -81.6183 43.0 FL DAVENPORT 2.2 NNW +US1FLPK0014 28.0392 -81.9500 65.8 FL LAKELAND 0.6 ESE +US1FLPK0015 27.9855 -81.7902 45.1 FL EAGLE LAKE 2.0 WNW +US1FLPK0018 27.9570 -81.9460 70.1 FL LAKELAND HIGHLANDS 0.3 SE +US1FLPK0019 28.0188 -81.6145 63.1 FL DUNDEE 0.4 ESE +US1FLPK0020 28.1200 -81.6400 46.0 FL HAINES CITY 1.0 NW +US1FLPK0021 27.9730 -81.5390 29.9 FL LAKE WALES 5.8 NNE +US1FLPK0022 28.1141 -81.4789 17.1 FL SOLIVITA 2.0 SSW +US1FLPK0023 27.7596 -81.4822 24.1 FL FROSTPROOF 3.1 ENE +US1FLPK0026 28.0645 -81.6492 36.9 FL HAINES CITY 3.3 SSW +US1FLPK0028 27.9451 -81.9124 54.9 FL LAKELAND HIGHLANDS 2.5 ESE +US1FLPK0031 28.0282 -81.9503 44.2 FL LAKELAND 1.1 SSE +US1FLPK0032 28.0650 -82.0423 34.1 FL LAKELAND 5.3 WNW +US1FLPK0034 27.9608 -81.9956 32.9 FL LAKELAND 6.9 SW +US1FLPK0035 27.7027 -81.5890 48.2 FL FROSTPROOF 4.6 SW +US1FLPK0037 27.9524 -82.0424 36.3 FL LAKELAND 8.7 SW +US1FLPK0038 27.9600 -81.6600 43.0 FL LAKE WALES 4.6 NW +US1FLPK0039 27.8285 -81.7433 57.9 FL BARTOW 7.8 SE +US1FLPK0043 27.7038 -81.4402 26.2 FL FROSTPROOF 6.3 ESE +US1FLPK0046 28.0627 -81.5451 24.7 FL HAINES CITY 6.0 ESE +US1FLPK0048 27.9915 -81.9430 36.0 FL LAKELAND 3.6 SSE +US1FLPK0049 27.9848 -81.9710 46.6 FL LAKELAND 4.0 S +US1FLPK0050 28.0714 -81.8159 44.5 FL AUBURNDALE 1.1 W +US1FLPK0053 28.1242 -81.5005 22.9 FL POINCIANA PLACE 2.5 SSW +US1FLPK0055 28.1722 -81.8492 0.0 FL POLK CITY 1.6 WSW +US1FLPK0058 27.8417 -81.5386 43.3 FL BABSON PARK 0.9 NW +US1FLPK0059 27.8929 -81.5810 53.0 FL LAKE WALES 0.7 SE +US1FLPK0060 28.0202 -81.6158 56.1 FL DUNDEE 0.3 E +US1FLPK0066 28.2383 -81.9623 34.7 FL LAKELAND 13.6 N +US1FLPK0067 28.1817 -81.6238 34.4 FL DAVENPORT 1.9 NW +US1FLPN0001 27.8964 -82.7480 5.2 FL LARGO 2.2 ESE +US1FLPN0002 28.0569 -82.7537 5.8 FL PALM HARBOR 2.2 SSE +US1FLPN0003 27.7683 -82.7660 -999.9 FL TREASURE ISLAND 0.2 ENE +US1FLPN0004 27.8016 -82.7103 6.1 FL ST. PETERSBURG 5.1 NW +US1FLPN0005 27.8705 -82.8039 21.0 FL SEMINOLE 2.3 NNW +US1FLPN0006 27.7635 -82.7315 3.7 FL SOUTH PASADENA 1.0 NE +US1FLPN0007 27.8549 -82.7057 9.1 FL PINELLAS PARK 0.2 S +US1FLPN0008 27.8260 -82.8293 0.9 FL REDINGTON SHORES 0.3 SE +US1FLPN0009 27.7255 -82.6325 7.0 FL ST. PETERSBURG 2.3 SSE +US1FLPN0013 27.7286 -82.6592 11.0 FL ST. PETERSBURG 2.3 SSW +US1FLPN0014 27.8139 -82.6434 3.0 FL ST. PETERSBURG 3.9 N +US1FLPN0016 27.9480 -82.7605 18.0 FL CLEARWATER 2.2 S +US1FLPN0017 27.7532 -82.7309 0.6 FL SOUTH PASADENA 0.6 E +US1FLPN0018 28.0923 -82.7687 10.1 FL PALM HARBOR 0.5 NW +US1FLPN0020 28.0893 -82.6973 25.0 FL PALM HARBOR 3.4 SE +US1FLPN0021 27.8264 -82.7824 11.0 FL SEMINOLE 1.1 SSE +US1FLPN0022 27.7454 -82.6253 -999.9 FL ST. PETERSBURG 1.3 SE +US1FLPN0023 27.8132 -82.7505 3.7 FL BAY PINES 1.5 E +US1FLPN0024 27.7801 -82.6864 13.4 FL GULFPORT 2.8 NNE +US1FLPN0026 27.7720 -82.6900 14.0 FL ST. PETERSBURG 3.1 WNW +US1FLPN0030 27.9078 -82.7570 4.3 FL LARGO 1.5 E +US1FLPN0033 27.7841 -82.6689 12.5 FL ST. PETERSBURG 2.4 NW +US1FLPN0034 27.8033 -82.6546 15.2 FL ST. PETERSBURG 3.2 NNW +US1FLPN0035 27.7588 -82.7164 5.8 FL GULFPORT 0.9 NNW +US1FLPN0036 28.0347 -82.7645 20.1 FL DUNEDIN 2.8 ESE +US1FLPN0038 28.0503 -82.7265 21.0 FL PALM HARBOR 3.4 SE +US1FLPN0041 28.1417 -82.6649 8.5 FL TARPON SPRINGS 5.6 E +US1FLPN0043 28.0671 -82.7119 4.0 FL PALM HARBOR 3.4 ESE +US1FLPN0046 27.7533 -82.6313 2.1 FL ST. PETERSBURG 0.7 ESE +US1FLPN0047 27.9088 -82.7924 20.4 FL LARGO 0.7 W +US1FLPN0049 27.8239 -82.6358 1.8 FL ST. PETERSBURG 4.6 N +US1FLPN0051 28.0117 -82.7761 0.0 FL DUNEDIN 3.0 SE +US1FLPN0053 27.8019 -82.7347 6.7 FL ST.PETERSBURG 6.0 NW +US1FLPN0055 27.8164 -82.6433 4.6 FL ST. PETERSBURG 4.0 N +US1FLPN0057 28.1439 -82.7385 4.9 FL TARPON SPRINGS 2.6 E +US1FLPN0058 27.7928 -82.6371 9.4 FL ST. PETERSBURG 2.4 N +US1FLPN0059 27.8353 -82.8043 11.3 FL SEMINOLE 1.2 WSW +US1FLPN0060 27.8019 -82.6967 15.5 FL ST. PETERSBURG 4.5 NW +US1FLPN0064 27.8622 -82.8329 12.2 FL SEMINOLE 3.2 WNW +US1FLPN0066 28.0633 -82.7359 20.7 FL PALM HARBOR 2.4 SE +US1FLPN0070 27.7895 -82.6493 14.9 FL ST. PETERSBURG 2.2 NNW +US1FLPN0071 28.0729 -82.7654 8.5 FL PALM HARBOR 1.0 S +US1FLPN0072 27.9214 -82.7603 4.6 FL LARGO 1.5 NE +US1FLPN0074 27.7674 -82.6654 15.5 FL ST. PETERSBURG 1.6 WNW +US1FLPN0076 27.8201 -82.7819 9.1 FL BAY PINES 0.5 NW +US1FLPN0077 27.8618 -82.8348 9.1 FL SEMINOLE 3.3 WNW +US1FLPN0079 27.7899 -82.6437 11.0 FL ST. PETERSBURG 2.2 N +US1FLPN0081 27.7229 -82.6492 8.8 FL ST. PETERSBURG 2.5 S +US1FLPN0082 28.1287 -82.7441 4.6 FL TARPON SPRINGS 2.6 ESE +US1FLPN0083 28.0029 -82.7624 22.6 FL CLEARWATER 1.6 N +US1FLPN0086 28.1705 -82.7416 11.9 FL TARPON SPRINGS 2.9 NE +US1FLPN0087 27.7389 -82.7053 3.0 FL GULFPORT 0.6 SSE +US1FLPN0089 28.0828 -82.7322 21.9 FL PALM HARBOR 1.9 E +US1FLPN0090 27.8674 -82.6815 3.7 FL PINELLAS PARK 1.7 ENE +US1FLPN0091 28.0330 -82.7622 14.0 FL DUNEDIN 2.9 ESE +US1FLPN0094 27.8820 -82.7411 4.9 FL LARGO 3.1 SE +US1FLPN0097 27.7657 -82.7359 3.4 FL ST. PETERSBURG 5.8 W +US1FLPS0001 28.3505 -82.6836 4.9 FL HUDSON 1.1 ESE +US1FLPS0002 28.1829 -82.6599 17.1 FL ELFERS 4.4 ESE +US1FLPS0004 28.3014 -82.7146 4.0 FL PORT RICHEY 2.0 NNE +US1FLPS0006 28.1714 -82.4223 25.9 FL LUTZ 3.4 NE +US1FLPS0007 28.2698 -82.1941 47.2 FL ZEPHYRHILLS 2.6 NNW +US1FLPS0008 28.2420 -82.1638 32.0 FL ZEPHYRHILLS 0.9 ENE +US1FLPS0009 28.2058 -82.2290 29.0 FL ZEPHYRHILLS 3.8 WSW +US1FLPS0010 28.3522 -82.2225 40.2 FL DADE CITY 1.8 WSW +US1FLPS0012 28.2631 -82.7237 7.0 FL NEW PORT RICHEY 1.1 NNW +US1FLPS0014 28.2595 -82.1988 36.9 FL ZEPHYRHILLS 2.1 NW +US1FLPS0015 28.4225 -82.2060 38.1 FL DADE CITY 4.3 N +US1FLPS0016 28.3760 -82.2718 63.1 FL DADE CITY 4.7 WNW +US1FLPS0017 28.2839 -82.6915 13.1 FL PORT RICHEY 2.3 ENE +US1FLPS0018 28.2839 -82.1614 49.1 FL ZEPHYRHILLS NORTH 2.3 N +US1FLPS0021 28.3007 -82.1839 42.1 FL DADE CITY 4.3 S +US1FLPS0022 28.2792 -82.2025 32.0 FL ZEPHYRHILLS 3.4 NNW +US1FLPS0023 28.2968 -82.1773 39.9 FL DADE CITY 4.6 SSE +US1FLPS0024 28.2112 -82.2329 32.0 FL ZEPHYRHILLS WEST 2.2 SW +US1FLPS0031 28.2541 -82.6855 6.1 FL NEW PORT RICHEY 2.0 ENE +US1FLPS0034 28.1792 -82.4585 25.0 FL LUTZ 2.8 N +US1FLPS0038 28.3772 -82.6656 12.5 FL HUDSON 2.5 ENE +US1FLPS0039 28.2260 -82.2394 25.9 FL ZEPHYRHILLS 3.9 W +US1FLPS0043 28.2027 -82.4400 26.8 FL LAND O LAKES 1.5 SSE +US1FLPS0049 28.4754 -82.1569 19.5 FL LACOOCHEE 1.0 NE +US1FLPS0051 28.1875 -82.7321 3.0 FL HOLIDAY 0.6 E +US1FLPS0053 28.2027 -82.4341 29.3 FL LAND O' LAKES 1.8 SE +US1FLPS0055 28.3054 -82.1740 36.0 FL DADE CITY 4.1 SSE +US1FLPS0057 28.3848 -82.6890 1.5 FL HUDSON 2.0 NNE +US1FLPS0062 28.4256 -82.6489 7.9 FL HERNANDO BEACH 3.1 SSE +US1FLPT0001 29.7587 -81.8385 39.0 FL INTERLACHEN 10.4 NNE +US1FLPT0004 29.5517 -81.6579 28.0 FL SATSUMA 0.2 WSW +US1FLPT0007 29.5909 -81.6063 3.0 FL SATSUMA 4.0 NE +US1FLPT0008 29.6962 -81.6264 2.1 FL EAST PALATKA 3.5 NNW +US1FLPT0009 29.6517 -81.8746 29.9 FL INTERLACHEN 2.8 NNE +US1FLPT0010 29.6046 -81.9143 27.1 FL INTERLACHEN 1.3 SW +US1FLPT0012 29.7832 -81.8487 29.9 FL FLORAHOME 4.1 NNE +US1FLPT0014 29.5220 -81.6396 21.6 FL POMONA PARK 3.1 WNW +US1FLPT0015 29.3996 -81.6522 1.2 FL CRESCENT CITY 8.6 WSW +US1FLPT0018 29.4604 -81.6550 7.9 FL WELAKA 1.5 SSE +US1FLPT0021 29.4661 -81.5210 4.6 FL CRESCENT CITY 2.0 N +US1FLSJ0002 29.8073 -81.2995 11.0 FL ST. AUGUSTINE SHORES 0.7 ESE +US1FLSJ0004 29.8129 -81.3319 15.8 FL ST. AUGUSTINE SOUTH 2.1 SSW +US1FLSJ0007 29.8085 -81.3275 7.0 FL ST. AUGUSTINE SOUTH 2.5 SSW +US1FLSJ0012 29.7535 -81.2701 1.2 FL ST AUGUSTINE 10.1 SSE +US1FLSJ0013 30.1804 -81.3799 2.4 FL PONTE VEDRA BEACH 4.2 S +US1FLSJ0014 30.2111 -81.3784 3.4 FL PONTE VEDRA BEACH 2.1 SSE +US1FLSJ0016 29.9441 -81.5061 0.0 FL ST. AUGUSTINE 12.2 WNW +US1FLSJ0019 29.8106 -81.3307 8.8 FL ST. AUGUSTINE 5.7 SSW +US1FLSJ0020 29.8500 -81.2904 3.0 FL ST. AUGUSTINE 3.1 SSE +US1FLSJ0021 29.7812 -81.2614 2.1 FL ST. AUGUSTINE 8.2 SSE +US1FLSJ0022 30.1622 -81.3687 2.1 FL SAWGRASS 2.1 S +US1FLSJ0023 29.9269 -81.3517 8.5 FL ST. AUGUSTINE 3.4 NW +US1FLSJ0026 29.8529 -81.2688 10.4 FL ST. AUGUSTINE 3.7 SE +US1FLSJ0028 29.8518 -81.3447 17.4 FL ST. AUGUSTINE 3.4 SW +US1FLSJ0029 30.1925 -81.3702 8.8 FL SAWGRASS 0.0 E +US1FLSJ0030 30.1286 -81.6197 4.0 FL FRUIT COVE 1.9 N +US1FLSJ0031 30.1215 -81.4323 8.5 FL PALM VALLEY 5.9 SSW +US1FLSJ0033 30.1613 -81.3669 2.4 FL SAWGRASS 2.2 S +US1FLSJ0034 29.9198 -81.3901 10.4 FL ST. AUGUSTINE 5.1 WNW +US1FLSJ0036 30.1116 -81.6323 3.0 FL FRUIT COVE 1.1 NW +US1FLSL0002 27.3264 -80.3524 11.9 FL PORT ST. LUCIE 3.2 N +US1FLSL0003 27.2742 -80.3814 6.4 FL PORT ST. LUCIE 1.7 WSW +US1FLSL0004 27.5318 -80.3952 13.1 FL LAKEWOOD PARK 0.5 SW +US1FLSL0009 27.2744 -80.3734 9.1 FL PORT ST. LUCIE 1.2 WSW +US1FLSL0011 27.3864 -80.3286 3.0 FL FORT PIERCE 2.8 SSE +US1FLSL0013 27.2494 -80.3718 11.0 FL PORT ST. LUCIE 2.4 SSW +US1FLSL0015 27.4874 -80.3035 0.3 FL FORT PIERCE 3.4 NNE +US1FLSL0017 27.2681 -80.4454 7.0 FL TRADITION 5.6 W +US1FLSL0019 27.3237 -80.3111 4.3 FL PORT ST. LUCIE 4.0 NE +US1FLSL0020 27.2649 -80.2749 4.3 FL PORT ST. LUCIE 5.0 ESE +US1FLSL0022 27.3138 -80.3563 4.9 FL PORT ST. LUCIE 2.4 N +US1FLSL0023 27.2826 -80.4303 7.0 FL PORT ST. LUCIE 4.7 W +US1FLSL0027 27.5110 -80.3130 0.0 FL FORT PIERCE 4.8 N +US1FLSL0029 27.2956 -80.3369 4.0 FL PORT ST. LUCIE 1.5 NE +US1FLSL0030 27.5515 -80.4033 5.8 FL FORT PIERCE 8.6 NW +US1FLSL0031 27.3398 -80.3763 5.8 FL PORT ST. LUCIE 4.4 NNW +US1FLSL0033 27.3704 -80.3428 1.5 FL FORT PIERCE 5.1 SSW +US1FLSL0037 27.3948 -80.4350 5.2 FL FORT PIERCE 7.6 WSW +US1FLSL0038 27.5448 -80.4104 5.8 FL FORT PIERCE 9.0 NW +US1FLSL0039 27.3080 -80.2980 5.2 FL PORT ST. LUCIE 4.0 ENE +US1FLSL0040 27.2653 -80.3356 3.7 FL PORT ST. LUCIE 1.5 SE +US1FLSL0041 27.5554 -80.4020 6.1 FL FORT PIERCE 9.3 NNW +US1FLSL0043 27.2439 -80.4066 11.6 FL PORT ST. LUCIE 4.1 SW +US1FLSL0046 27.3029 -80.3617 6.1 FL PORT ST. LUCIE 1.7 NNW +US1FLSL0047 27.3846 -80.4442 8.2 FL FORT PIERCE 8.5 WSW +US1FLSL0050 27.2626 -80.3767 10.1 FL PORT ST. LUCIE 1.8 SW +US1FLSM0001 28.6815 -81.3940 38.1 FL ALTAMONTE SPRINGS 1.3 N +US1FLSM0002 28.6926 -81.2825 13.1 FL WINTER SPRINGS 0.9 NNW +US1FLSM0004 28.7904 -81.2700 25.0 FL SANFORD 0.4 ENE +US1FLSM0005 28.7193 -81.3800 25.0 FL LONGWOOD 2.3 WNW +US1FLSM0008 28.6520 -81.1209 18.0 FL CHULUOTA 0.9 N +US1FLSM0011 28.6984 -81.4303 13.7 FL LONGWOOD 5.1 W +US1FLSM0012 28.6593 -81.2474 15.5 FL OVIEDO 4.0 W +US1FLSM0013 28.6134 -81.2854 25.6 FL WINTER PARK 3.7 ENE +US1FLSM0015 28.6854 -81.4538 37.2 FL FOREST CITY 1.8 NNW +US1FLSM0018 28.7971 -81.3051 10.4 FL SANFORD 1.9 WNW +US1FLSM0020 28.6387 -81.1652 15.2 FL OVIEDO 1.6 SE +US1FLSM0026 28.6831 -81.3997 31.4 FL ALTAMONTE SPRINGS 1.5 N +US1FLSM0027 28.6462 -81.3805 41.1 FL ALTAMONTE SPRINGS 1.4 SE +US1FLSM0030 28.6760 -81.2370 17.4 FL WINTER SPRINGS 2.3 E +US1FLSR0001 30.5914 -87.1490 24.1 FL PACE 0.9 SE +US1FLSR0002 30.6513 -87.0408 49.1 FL MILTON 1.4 NNE +US1FLSR0004 30.6340 -87.1593 57.0 FL PACE 2.4 N +US1FLSR0005 30.3784 -87.0829 7.0 FL GULF BREEZE 5.6 E +US1FLSR0007 30.8792 -86.9720 53.9 FL MILTON 17.7 NNE +US1FLSR0008 30.4333 -86.8744 7.0 FL NAVARRE 2.3 NNW +US1FLSR0009 30.4750 -87.0880 2.1 FL MILTON 10.9 SSW +US1FLSR0010 30.4091 -86.8131 8.5 FL NAVARRE 3.0 ENE +US1FLSR0012 30.4089 -86.8978 8.8 FL NAVARRE 2.1 WNW +US1FLSR0013 30.4237 -86.9063 9.8 FL NAVARRE 3.0 NW +US1FLSR0016 30.3978 -87.0474 4.3 FL GULF BREEZE 7.9 ENE +US1FLSR0017 30.5596 -87.1062 7.0 FL MILTON 6.0 SW +US1FLSR0018 30.6826 -87.1214 19.5 FL MILTON 5.6 NW +US1FLSR0019 30.3977 -87.0597 4.3 FL GULF BREEZE 7.2 ENE +US1FLSR0021 30.4147 -86.8090 9.4 FL NAVARRE 6.2 E +US1FLSS0002 27.3212 -82.5789 0.9 FL SARASOTA 2.2 WSW +US1FLSS0003 27.3399 -82.4662 7.6 FL SARASOTA 4.0 E +US1FLSS0004 27.3574 -82.4915 7.3 FL SARASOTA 2.8 NE +US1FLSS0005 26.9739 -82.3921 6.1 FL ENGLEWOOD 2.5 WNW +US1FLSS0006 27.2449 -82.5046 10.1 FL GULF GATE ESTATES 1.0 S +US1FLSS0007 27.0642 -82.4037 3.0 FL VENICE 2.9 SE +US1FLSS0008 27.0639 -82.4213 11.0 FL VENICE 2.4 SSE +US1FLSS0010 27.2610 -82.4885 11.0 FL SARASOTA 5.8 SE +US1FLSS0011 27.3076 -82.4756 7.3 FL SARASOTA SPRINGS 0.3 ESE +US1FLSS0012 27.2615 -82.3834 11.9 FL LAKE SARASOTA 4.0 ESE +US1FLSS0014 27.0610 -82.1720 10.1 FL NORTH PORT 1.6 ENE +US1FLSS0015 27.1132 -82.1657 17.1 FL NORTH PORT 4.7 NNE +US1FLSS0016 27.0903 -82.4396 7.0 FL VENICE 0.7 SW +US1FLSS0018 27.3351 -82.4831 11.9 FL SARASOTA SPRINGS 1.8 N +US1FLSS0019 27.3007 -82.4685 7.3 FL SARASOTA SPRINGS 0.9 SE +US1FLSS0020 27.2856 -82.4882 13.1 FL SOUTH GATE RIDGE 0.5 E +US1FLSS0022 26.9865 -82.3654 3.0 FL ENGLEWOOD 2.0 NNW +US1FLSS0024 26.9845 -82.3676 3.0 FL ENGLEWOOD 1.9 NNW +US1FLSS0025 27.0664 -82.1992 4.9 FL NORTH PORT 1.2 NNW +US1FLSS0027 27.2996 -82.4621 6.1 FL SARASOTA 4.9 SE +US1FLSS0028 27.0649 -82.1059 7.9 FL NORTH PORT 5.6 E +US1FLSS0032 27.0309 -82.3987 4.3 FL VENICE 5.1 SSE +US1FLSS0033 27.3051 -82.5332 6.1 FL SARASOTA 2.3 SSE +US1FLSS0034 27.0545 -82.1527 5.8 FL NORTH PORT 2.6 E +US1FLSS0037 27.0556 -82.3920 4.3 FL VENICE 3.8 SE +US1FLSS0038 27.0715 -82.4044 4.3 FL VENICE 2.5 SE +US1FLSS0040 27.0315 -82.4121 2.4 FL VENICE 4.8 SSE +US1FLSS0044 27.0037 -82.3869 3.7 FL ENGLEWOOD 3.7 NNW +US1FLSS0047 27.3401 -82.5235 8.8 FL SARASOTA 1.4 E +US1FLSS0049 27.3660 -82.5123 9.8 FL SARASOTA 3.0 NE +US1FLSS0052 27.2779 -82.5501 1.2 FL SARASOTA 4.0 S +US1FLSS0053 27.0751 -82.2137 6.7 FL NORTH PORT 2.1 NNW +US1FLSS0055 27.0335 -82.3496 4.3 FL WARM MINERAL SPRINGS 5.0 WSW +US1FLSS0056 27.0362 -82.1381 5.5 FL NORTH PORT 3.6 ESE +US1FLSS0058 27.0894 -82.1664 7.0 FL NORTH PORT 3.3 NNE +US1FLSS0059 27.0410 -82.1276 6.1 FL NORTH PORT 4.2 E +US1FLSS0061 27.0736 -82.3769 6.4 FL VENICE 3.8 ESE +US1FLSS0062 27.2286 -82.4619 4.9 FL VAMO 2.1 E +US1FLSS0063 27.3622 -82.4746 8.2 FL SARASOTA 4.8 ENE +US1FLSS0065 27.1278 -82.3793 3.7 FL NOKOMIS 3.6 E +US1FLST0001 28.9511 -82.0131 25.9 FL WILDWOOD 6.9 NNE +US1FLST0004 28.9030 -81.9735 28.0 FL LADY LAKE 3.2 WSW +US1FLST0006 28.8981 -81.9724 23.2 FL THE VILLAGES 2.8 SW +US1FLST0007 28.9249 -82.0119 21.0 FL LADY LAKE 5.0 W +US1FLST0008 28.9310 -82.0060 29.0 FL THE VILLAGES 3.5 WSW +US1FLST0009 28.8699 -81.9544 20.1 FL LADY LAKE 4.3 SSW +US1FLST0011 28.9408 -82.0143 20.1 FL LADY LAKE 5.2 W +US1FLST0012 28.8687 -81.9842 23.5 FL THE VILLAGES 4.8 SSW +US1FLST0013 28.9003 -81.9730 28.3 FL THE VILLAGES 2.7 NNW +US1FLST0014 28.8916 -81.9745 21.0 FL THE VILLAGES 3.3 SSE +US1FLST0017 28.6766 -82.1952 15.8 FL BUSHNELL 5.0 W +US1FLST0021 28.6785 -82.1205 20.7 FL BUSHNELL 1.0 NNW +US1FLST0023 28.8595 -81.9856 33.8 FL WILDWOOD 3.4 E +US1FLST0025 28.9363 -82.0210 27.7 FL OXFORD 1.2 ENE +US1FLST0026 28.9033 -81.9658 22.3 FL THE VILLAGES 2.8 ESE +US1FLST0031 28.8937 -81.9979 29.6 FL THE VILLAGES 2.3 S +US1FLSW0001 30.2985 -82.9818 32.9 FL LIVE OAK 0.4 NE +US1FLSW0002 30.3932 -83.0857 38.1 FL LIVE OAK 9.1 NW +US1FLSW0007 30.1725 -82.8059 34.1 FL LAKE CITY 9.9 W +US1FLSW0008 30.3067 -83.1533 24.4 FL LIVE OAK 10.0 W +US1FLSW0011 30.2330 -82.9389 39.3 FL LIVE OAK 5.1 SSE +US1FLSW0012 30.1415 -82.8609 34.7 FL MCALPIN 5.4 E +US1FLSW0014 30.3800 -82.9366 29.9 FL LIVE OAK 6.6 NNE +US1FLTY0004 30.0803 -83.5864 12.5 FL PERRY 2.0 S +US1FLUN0001 30.0256 -82.3268 39.9 FL LAKE BUTLER 0.8 ENE +US1FLUN0004 30.0036 -82.5369 36.0 FL LAKE BUTLER 11.9 W +US1FLVL0001 29.0314 -80.8947 7.0 FL NEW SMYRNA BEACH 1.5 E +US1FLVL0002 28.9312 -80.8691 4.9 FL EDGEWATER 3.3 SE +US1FLVL0003 29.0870 -81.3440 28.0 FL DE LAND 4.5 NW +US1FLVL0004 29.1130 -81.3480 24.1 FL DE LEON SPRINGS 0.4 SE +US1FLVL0005 29.2650 -81.0472 7.0 FL ORMOND BEACH 3.5 SE +US1FLVL0006 29.0019 -80.9098 2.1 FL EDGEWATER 2.4 N +US1FLVL0007 28.8764 -81.1804 14.9 FL DELTONA 2.9 SE +US1FLVL0009 29.0995 -81.3569 21.0 FL DE LAND 5.7 NW +US1FLVL0012 29.1205 -81.1791 11.6 FL DAYTONA BEACH 9.1 WSW +US1FLVL0013 29.0059 -80.9537 0.6 FL NEW SMYRNA BEACH 2.9 SW +US1FLVL0014 28.9290 -81.2951 19.5 FL ORANGE CITY 0.5 SSW +US1FLVL0017 28.8862 -81.3534 6.7 FL DE BARY 2.5 W +US1FLVL0018 29.0350 -81.3093 17.4 FL DE LAND 0.7 W +US1FLVL0020 28.9925 -80.8721 3.7 FL NEW SMYRNA BEACH 4.0 SE +US1FLVL0021 29.0374 -81.3299 25.6 FL DELAND 2.0 W +US1FLVL0022 29.2658 -81.0766 7.0 FL ORMOND BEACH 2.2 SSE +US1FLVL0024 29.1344 -81.3626 0.9 FL DE LEON SPRINGS 1.3 NNW +US1FLVL0025 28.9137 -81.2156 9.8 FL DELTONA 0.5 WNW +US1FLVL0029 29.0662 -80.9150 1.5 FL NEW SMYRNA BEACH 2.3 N +US1FLVL0030 28.9873 -80.9082 7.9 FL EDGEWATER 1.4 N +US1FLVL0032 29.0927 -80.9319 4.3 FL PONCE INLET 0.5 S +US1FLVL0035 29.1672 -81.2630 12.5 FL DE LEON SPRINGS 6.4 ENE +US1FLVL0036 29.0264 -81.3182 24.4 FL DE LAND 1.4 WSW +US1FLVL0037 29.0650 -81.0307 7.0 FL PORT ORANGE 3.4 SSW +US1FLVL0038 28.8606 -80.8712 1.8 FL OAK HILL 2.8 WSW +US1FLVL0040 28.9662 -80.9060 0.0 FL EDGEWATER 0.1 SW +US1FLVL0042 29.1494 -80.9696 2.4 FL DAYTONA BEACH SHORES 1.8 SSE +US1FLVL0044 29.1000 -81.0528 7.3 FL PORT ORANGE 2.9 WSW +US1FLVL0046 29.0259 -81.3165 22.6 FL DE LAND 1.3 WSW +US1FLVL0049 28.6908 -80.9870 4.0 FL MIMS 8.5 W +US1FLVL0050 29.2241 -81.4795 14.6 FL PIERSON 1.5 SW +US1FLVL0051 28.9021 -81.2945 25.9 FL DE BARY 1.7 NE +US1FLVL0057 29.0688 -80.9590 5.5 FL NEW SMYRNA BEACH 3.4 NW +US1FLVL0059 29.0436 -80.9740 8.5 FL NEW SMYRNA BEACH 3.4 WNW +US1FLVL0060 29.1452 -80.9960 7.0 FL PORT ORANGE 2.5 NNE +US1FLVL0061 29.3621 -81.0754 6.4 FL ORMOND BEACH 4.8 NNE +US1FLVL0062 29.1122 -81.0070 6.7 FL PORT ORANGE 0.2 NNW +US1FLVL0063 29.3421 -81.0671 6.7 FL ORMOND-BY-THE-SEA 0.1 SSE +US1FLVL0064 29.3150 -81.0575 11.0 FL ORMOND BEACH 2.7 ENE +US1FLVL0066 29.1223 -81.3234 28.7 FL DE LEON SPRINGS 1.8 ENE +US1FLVL0067 28.9546 -81.1972 12.5 FL DELTONA 3.2 NNE +US1FLVL0069 29.3538 -81.0689 10.4 FL ORMOND-BY-THE-SEA 0.7 N +US1FLVL0070 29.0293 -81.2925 20.1 FL DE LAND 0.6 SSE +US1FLVL0071 29.1278 -81.3004 15.2 FL DE LEON SPRINGS 3.2 ENE +US1FLVL0072 29.0544 -80.9053 9.1 FL NEW SMYRNA BEACH 1.6 NNE +US1FLVL0073 29.2641 -81.0694 4.6 FL ORMOND BEACH 2.6 SE +US1FLVL0075 28.9644 -80.9048 9.4 FL EDGEWATER 0.2 S +US1FLVL0076 28.8812 -80.8465 7.0 FL OAK HILL 1.0 W +US1FLVL0077 29.0318 -80.9840 13.7 FL NEW SMYRNA BEACH 3.9 W +US1FLVL0080 29.1473 -81.0072 2.7 FL PORT ORANGE 2.6 N +US1FLVL0081 29.3321 -81.0643 3.0 FL ORMOND-BY-THE-SEA 0.8 SSE +US1FLVL0082 29.2693 -81.0335 8.5 FL ORMOND BEACH 4.1 ESE +US1FLVL0083 28.9818 -81.2800 25.6 FL DE LAND 3.9 SSE +US1FLVL0084 28.9789 -81.2353 21.6 FL LAKE HELEN 0.4 SW +US1FLVL0086 29.1074 -81.3287 12.5 FL DE LEON SPRINGS 1.6 ESE +US1FLVL0087 29.1209 -81.0104 12.2 FL PORT ORANGE 0.8 NNW +US1FLVL0088 29.0802 -81.0817 23.5 FL PORT ORANGE 5.0 WSW +US1FLVL0089 29.0510 -81.0573 7.9 FL NEW SMYRNA BEACH 8.5 W +US1FLVL0090 28.9707 -81.2341 17.4 FL LAKE HELEN 0.9 S +US1FLVL0091 29.0772 -81.3476 22.6 FL DELAND 4.2 NW +US1FLVL0094 28.9978 -80.8756 2.7 FL NEW SMYRNA BEACH 3.6 SE +US1FLWK0001 30.1834 -84.3602 5.8 FL ST. MARKS 9.2 W +US1FLWK0002 30.0657 -84.2857 0.9 FL ST. MARKS 8.2 SW +US1FLWK0004 30.2003 -84.3443 5.8 FL CRAWFORDVILLE 2.5 NE +US1FLWK0007 30.0795 -84.3262 1.2 FL CRAWFORDVILLE 7.3 SSE +US1FLWK0009 30.1413 -84.3209 3.4 FL CRAWFORDVILLE 4.7 SE +US1FLWK0010 30.1798 -84.3678 6.4 FL CRAWFORDVILLE 1.0 S +US1FLWS0001 30.5678 -85.8730 20.1 FL VERNON 10.6 WSW +US1FLWS0003 30.5858 -85.5776 82.6 FL SUNNY HILLS 3.3 N +US1FLWT0001 30.4455 -86.1596 3.0 FL FREEPORT 4.0 SSW +US1FLWT0002 30.4518 -86.1422 0.0 FL FREEPORT 3.4 S +US1FLWT0003 30.3463 -86.2048 11.0 FL MIRAMAR BEACH 9.5 ESE +US1FLWT0004 30.4580 -86.0801 7.9 FL FREEPORT 4.4 SE +US1FLWT0005 30.8445 -86.2757 79.9 FL DE FUNIAK SPRINGS 12.5 NW +US1FLWT0006 30.7620 -86.1570 75.3 FL DEFUNIAK SPRINGS 3.6 NW +US1FLWT0010 30.8093 -86.3637 68.0 FL CRESTVIEW 13.1 ENE +US1FLWT0012 30.7617 -86.1228 69.2 FL DE FUNIAK SPRINGS 2.9 N +US1FLWT0013 30.7790 -86.1796 59.1 FL DE FUNIAK SPRINGS 5.3 NW +US1FLWT0014 30.2760 -85.9965 4.3 FL INLET BEACH 0.7 E +US1FLWT0017 30.6689 -86.3444 68.3 FL NICEVILLE 12.7 NE +US1FLWT0022 30.7765 -86.1450 75.0 FL DE FUNIAK SPRINGS 4.1 NNW +US1GAAP0001 31.6498 -82.2484 50.9 GA BAXLEY 10.0 SE +US1GAAP0002 31.8854 -82.3721 60.0 GA BAXLEY 8.4 N +US1GAAP0004 31.7409 -82.3411 61.6 GA BAXLEY 1.8 SSE +US1GAAP0005 31.7740 -82.3472 61.6 GA BAXLEY 0.7 NNE +US1GAAP0006 31.7899 -82.3927 63.1 GA BAXLEY 3.0 NW +US1GAAT0002 31.3382 -82.8172 57.3 GA PEARSON 3.5 NE +US1GABB0001 32.8301 -83.6849 121.9 GA MACON 1.7 WSW +US1GABB0003 32.8581 -83.6168 141.1 GA MACON 2.7 ENE +US1GABB0004 32.8623 -83.6908 167.9 GA MACON 3.9 NW +US1GABB0005 32.8576 -83.7699 128.6 GA MACON 6.7 WNW +US1GABB0006 32.8931 -83.7303 144.2 GA MACON 5.8 NW +US1GABB0007 32.8504 -83.7083 117.3 GA MACON 3.1 WNW +US1GABB0010 32.8158 -83.7500 137.2 GA MACON 5.6 WSW +US1GABB0016 32.8383 -83.5482 133.2 GA MACON 6.3 E +US1GABB0019 32.8671 -83.6343 128.6 GA MACON 2.5 NNE +US1GABB0021 32.8713 -83.6312 138.1 GA MACON 2.8 NNE +US1GABB0022 32.8613 -83.6322 124.4 GA MACON 2.2 NE +US1GABD0001 32.9972 -83.1998 115.5 GA MILLEDGEVILLE 6.5 SSE +US1GABH0002 31.7682 -83.2640 96.6 GA FITZGERALD 4.3 N +US1GABK0001 33.0601 -82.0573 90.8 GA WAYNESBORO 3.3 SW +US1GABK0006 33.2621 -82.2303 132.0 GA BLYTHE 2.8 SW +US1GABK0008 33.0975 -81.8265 88.1 GA WAYNESBORO 10.9 E +US1GABK0009 33.3593 -82.0413 71.0 GA SOUTH AUGUSTA 4.1 S +US1GABK0010 33.0441 -81.9413 80.8 GA WAYNESBORO 5.3 SE +US1GABL0001 32.3630 -83.3300 103.9 GA COCHRAN 9.0 NNW +US1GABL0002 32.3172 -83.3436 86.9 GA COCHRAN 4.9 S +US1GABL0003 32.4350 -83.2225 120.4 GA CHESTER 4.9 NW +US1GABN0001 34.4821 -83.5293 403.9 GA BALDWIN 1.4 ESE +US1GABN0002 34.2541 -83.3819 216.4 GA COMMERCE 5.6 NE +US1GABN0005 34.3950 -83.4502 298.1 GA HOMER 5.1 NNE +US1GABR0002 31.9455 -81.3002 2.1 GA RICHMOND HILL 0.5 NE +US1GABR0004 31.8859 -81.2065 0.6 GA RICHMOND HILL 6.9 ESE +US1GABR0005 31.8871 -81.2050 3.7 GA RICHMOND HILL 7.0 ESE +US1GABR0006 31.7806 -81.2465 5.8 GA RICHMOND HILL 11.5 SSE +US1GABR0009 31.8484 -81.3123 7.3 GA RICHMOND HILL 6.3 S +US1GABS0003 33.2337 -84.0150 214.9 GA JACKSON 5.1 SW +US1GABS0004 33.1940 -84.0262 187.8 GA JACKSON 7.7 SSW +US1GABT0001 34.3200 -85.0089 262.7 GA ADAIRSVILLE 6.4 WSW +US1GABT0003 34.2239 -84.7096 316.4 GA WHITE 4.6 SSE +US1GABU0003 32.2302 -81.7097 36.0 GA NEVILS 3.9 SE +US1GABU0006 32.2440 -81.5241 21.0 GA BROOKLET 13.1 SE +US1GABU0007 32.4748 -81.7824 60.4 GA STATESBORO 2.2 N +US1GABU0012 32.2370 -81.6985 34.1 GA BROOKLET 10.6 S +US1GABU0013 32.5059 -81.7781 58.8 GA STATESBORO 4.4 N +US1GABU0015 32.3600 -81.7731 62.5 GA STATESBORO 5.7 S +US1GABU0016 32.2996 -81.5694 31.1 GA BROOKLET 8.5 SE +US1GABW0001 34.0260 -83.8405 302.1 GA AUBURN 1.0 NNW +US1GABW0004 34.0426 -83.6919 226.2 GA WINDER 3.9 NNE +US1GABW0005 34.0125 -83.6361 249.6 GA WINDER 5.1 ENE +US1GABW0007 33.9787 -83.7103 300.5 GA WINDER 1.1 SE +US1GABW0008 33.9140 -83.7088 247.5 GA BETHLEHEM 1.6 S +US1GABW0012 34.0123 -83.8057 319.7 GA AUBURN 1.6 E +US1GABY0001 31.1200 -81.9300 13.1 GA NAHUNTA 6 S +US1GABY0002 31.3094 -81.8808 20.7 GA HORTENSE 4.8 ESE +US1GACB0001 34.0393 -84.4827 319.4 GA MARIETTA 7.0 NNE +US1GACB0002 33.8939 -84.4938 313.9 GA SMYRNA 2.3 NE +US1GACB0003 33.9833 -84.6389 328.0 GA KENNESAW 3.1 SSW +US1GACB0004 33.9512 -84.4219 303.9 GA SANDY SPRINGS 3.2 WNW +US1GACB0005 33.8274 -84.4988 264.3 GA SMYRNA 3.0 SSE +US1GACB0006 33.9566 -84.6717 318.2 GA KENNESAW 5.6 SW +US1GACB0007 33.8714 -84.5221 310.6 GA SMYRNA 0.4 NW +US1GACB0008 34.0565 -84.5853 326.1 GA KENNESAW 2.9 NE +US1GACB0014 33.8907 -84.5946 288.0 GA MARIETTA 5.2 SW +US1GACB0015 34.0191 -84.6284 306.0 GA KENNESAW 0.8 WSW +US1GACB0016 33.9993 -84.4025 283.5 GA MARIETTA 8.3 NE +US1GACB0020 33.8205 -84.5672 302.7 GA MABLETON 0.6 NNW +US1GACB0024 34.0746 -84.4908 310.9 GA MARIETTA 9.0 NNE +US1GACB0028 34.0657 -84.5072 287.1 GA MARIETTA 8.2 NNE +US1GACB0030 33.8592 -84.6500 281.9 GA POWDER SPRINGS 1.9 ESE +US1GACB0034 33.8856 -84.6722 295.0 GA POWDER SPRINGS 1.5 NNE +US1GACB0037 33.8715 -84.5128 307.2 GA SMYRNA 0.4 NE +US1GACB0041 33.9931 -84.5125 340.8 GA MARIETTA 3.3 NNE +US1GACB0045 33.8988 -84.7005 293.5 GA POWDER SPRINGS 2.5 NNW +US1GACB0049 34.0493 -84.4605 385.3 GA MARIETTA 8.2 NE +US1GACD0002 32.4972 -82.0502 82.3 GA METTER 7.0 N +US1GACE0001 34.1131 -84.6049 293.8 GA ACWORTH 5.5 NE +US1GACE0002 34.3747 -84.5038 443.5 GA WALESKA 4.9 NNE +US1GACE0004 34.2485 -84.4660 288.6 GA CANTON 1.4 E +US1GACE0005 34.1132 -84.4220 280.4 GA WOODSTOCK 5.3 E +US1GACE0009 34.1990 -84.5808 279.2 GA CANTON 6.2 WSW +US1GACE0010 34.1819 -84.5202 288.6 GA CANTON 4.9 SSW +US1GACE0011 34.3012 -84.5474 343.8 GA WALESKA 1.0 S +US1GACE0012 34.1851 -84.4896 350.5 GA HOLLY SPRINGS 1.0 NNE +US1GACE0013 34.2553 -84.3672 355.4 GA CANTON 7.0 E +US1GACE0014 34.1758 -84.4872 337.1 GA CANTON 5.1 S +US1GACE0015 34.3544 -84.4665 391.7 GA BALL GROUND 5.2 WNW +US1GACE0019 34.1475 -84.4992 323.1 GA WOODSTOCK 3.3 NNE +US1GACE0020 34.0787 -84.5521 304.2 GA WOODSTOCK 2.7 SW +US1GACE0022 34.1929 -84.2707 356.0 GA ALPHARETTA 8.6 N +US1GACE0023 34.3447 -84.3796 354.2 GA BALL GROUND 0.5 NNW +US1GACE0025 34.1394 -84.6062 267.3 GA WOODSTOCK 5.9 WNW +US1GACE0029 34.0960 -84.5148 277.7 GA WOODSTOCK 0.4 S +US1GACE0033 34.2623 -84.5198 344.1 GA CANTON 1.9 WNW +US1GACE0034 34.0985 -84.5255 275.2 GA WOODSTOCK 0.7 WSW +US1GACE0039 34.2085 -84.4132 341.7 GA CANTON 5.2 ESE +US1GACE0045 34.2176 -84.5313 301.4 GA CANTON 3.2 SW +US1GACE0046 34.3257 -84.3901 302.4 GA BALL GROUND 1.1 SW +US1GACF0001 31.4912 -82.8908 71.0 GA DOUGLAS 2.5 WSW +US1GACF0003 31.7155 -82.9378 94.2 GA PRIDGEN 1.5 NE +US1GACF0005 31.5695 -82.7805 76.8 GA DOUGLAS 6.1 NE +US1GACG0002 34.5091 -85.3758 213.1 GA SUMMERVILLE 2.6 NW +US1GACG0005 34.3398 -85.3710 230.7 GA LYERLY 4.8 SSE +US1GACG0008 34.5123 -85.3213 210.9 GA SUMMERVILLE 2.8 NE +US1GACG0011 34.5394 -85.2008 251.2 GA SUMMERVILLE 9.4 ENE +US1GACH0003 30.8198 -82.0192 23.2 GA FOLKSTON 1.3 SSW +US1GACH0005 30.7632 -82.0710 17.1 GA FOLKSTON 6.3 SW +US1GACH0006 30.8655 -82.0256 28.0 GA HOMELAND 0.7 N +US1GACK0001 34.0055 -83.3711 201.2 GA ATHENS 3.7 NNE +US1GACK0003 33.9065 -83.3229 222.5 GA ATHENS 5.3 SE +US1GACK0004 33.9990 -83.4544 235.9 GA ATHENS 4.6 NW +US1GACK0006 33.9152 -83.3294 213.7 GA ATHENS 4.6 SE +US1GACK0007 33.9426 -83.3039 214.3 GA WINTERVILLE 2.1 SW +US1GACK0010 33.9055 -83.3448 224.0 GA ATHENS 4.5 SE +US1GACK0011 33.8625 -83.3089 208.2 GA ATHENS 7.6 SE +US1GACK0012 33.9597 -83.3855 224.3 GA ATHENS 0.6 ENE +US1GACK0013 33.9531 -83.4225 201.8 GA ATHENS 1.7 W +US1GACK0015 33.9573 -83.4291 206.7 GA ATHENS 2.0 W +US1GACK0017 33.9841 -83.4378 228.9 GA ATHENS 3.2 NW +US1GACK0027 33.9848 -83.4504 197.8 GA ATHENS 3.8 WNW +US1GACK0028 33.9180 -83.3063 214.3 GA ATHENS 5.6 ESE +US1GACK0029 33.9106 -83.3622 190.5 GA ATHENS 3.6 SSE +US1GACK0031 33.9836 -83.4466 205.4 GA ATHENS 3.6 WNW +US1GACL0004 33.5749 -85.0501 329.5 GA CARROLLTON 1.6 ESE +US1GACL0005 33.7351 -85.0191 353.9 GA TEMPLE 0.7 E +US1GACL0006 33.5551 -85.1203 322.2 GA CARROLLTON 3.2 SW +US1GACL0007 33.7189 -84.9121 350.8 GA VILLA RICA 1.1 SSE +US1GACL0008 33.6324 -84.9678 356.6 GA VILLA RICA 7.4 SSW +US1GACL0009 33.6361 -84.9978 350.5 GA CARROLLTON 5.8 NE +US1GACL0014 33.5722 -85.0470 334.4 GA CARROLLTON 1.8 ESE +US1GACL0015 33.7686 -84.9380 356.3 GA VILLA RICA 2.6 NNW +US1GACL0021 33.4823 -85.0808 342.6 GA CARROLLTON 7.0 S +US1GACM0002 30.7467 -81.5950 3.0 GA ST. MARYS 1.4 SW +US1GACM0004 30.8194 -81.6259 3.0 GA KINGSLAND 2.9 NE +US1GACM0005 30.9927 -81.8679 17.1 GA TARBORO 4.1 SW +US1GACM0006 30.8390 -81.5753 2.4 GA ST. MARYS 5.5 N +US1GACM0009 30.8063 -81.5595 7.0 GA ST. MARYS 3.4 NNE +US1GACM0012 30.7977 -81.6858 9.8 GA KINGSLAND 1.4 WNW +US1GACM0014 30.8182 -81.6204 3.0 GA KINGSLAND 3.1 NE +US1GACM0018 30.7866 -81.6818 7.0 GA KINGSLAND 1.2 WSW +US1GACM0019 30.7237 -81.5472 2.7 GA ST. MARYS 3.0 SE +US1GACN0005 33.5520 -84.4568 289.9 GA RIVERDALE 3.0 WSW +US1GACN0008 33.5967 -84.3369 280.4 GA MORROW 1.3 N +US1GACO0002 31.1002 -83.5538 65.5 GA ADEL 7.6 WSW +US1GACO0003 31.1135 -83.4116 73.5 GA ADEL 1.9 SSE +US1GACQ0001 31.1017 -83.6189 68.0 GA MOULTRIE 10.0 ESE +US1GACQ0002 31.1160 -83.8577 82.3 GA MOULTRIE 6.2 SW +US1GACQ0003 31.0908 -83.9529 84.4 GA MEIGS 8.3 E +US1GACQ0006 31.1743 -83.6495 79.9 GA MOULTRIE 7.2 E +US1GACQ0007 31.1281 -83.7076 89.0 GA MOULTRIE 4.6 SE +US1GACQ0009 31.1619 -83.6550 70.7 GA MOULTRIE 6.8 E +US1GACR0001 32.7026 -83.8365 154.8 GA BYRON 5.8 NW +US1GACR0002 32.6981 -83.8652 134.7 GA FORT VALLEY 10.0 N +US1GACS0002 34.8852 -85.1402 259.4 GA RINGGOLD 2.8 SW +US1GACS0003 34.9461 -85.1444 259.1 GA RINGGOLD 2.8 NW +US1GACS0005 34.9166 -85.1979 289.9 GA RINGGOLD 5.0 W +US1GACS0007 34.8954 -85.1621 291.4 GA RINGGOLD 3.3 WSW +US1GACS0012 34.9153 -85.0409 269.7 GA TUNNEL HILL 4.8 N +US1GACS0013 34.9740 -85.1822 233.8 GA RINGGOLD 5.7 NW +US1GACT0001 32.1219 -81.2531 7.3 GA POOLER 1.2 NNE +US1GACT0002 31.9013 -81.0493 3.0 GA SKIDAWAY ISLAND 2.3 S +US1GACT0003 31.9689 -81.1463 3.7 GA SAVANNAH 3.9 SSW +US1GACT0005 32.2325 -81.1898 4.0 GA PORT WENTWORTH 2.8 N +US1GACT0006 32.0377 -81.0946 5.8 GA SAVANNAH 3.1 SSE +US1GACT0007 31.9662 -81.0429 0.9 GA SKIDAWAY ISLAND 2.2 N +US1GACT0008 32.0020 -80.8469 0.9 GA TYBEE ISLAND 0.8 SE +US1GACT0009 32.1154 -81.2509 4.9 GA POOLER 0.8 NNE +US1GACT0014 32.0240 -80.9582 2.1 GA WILMINGTON ISLAND 1.7 NNE +US1GACT0015 31.9433 -81.1587 3.0 GA COFFEE BLUFF +US1GACT0016 31.9894 -81.0450 0.9 GA ISLE OF HOPE 1.1 NE +US1GACT0017 31.9426 -81.0262 3.0 GA SKIDAWAY ISLAND 1.3 ENE +US1GACT0018 32.0210 -81.0942 4.9 GA SAVANNAH 2.2 E +US1GACT0019 31.9428 -81.0368 2.1 GA SKIDAWAY ISLAND 0.8 NE +US1GACT0023 32.0435 -81.2800 3.7 GA SAVANNAH 11.0 WSW +US1GACT0025 32.0427 -81.0904 5.5 GA SAVANNAH 2.7 ENE +US1GACT0026 32.0330 -80.9607 1.2 GA SAVANNAH 8.7 SE +US1GACT0027 32.0670 -81.1560 4.0 GA SAVANNAH 3.3 NNW +US1GACT0028 32.1177 -81.1519 4.3 GA GARDEN CITY 1.2 NNE +US1GACT0032 32.1547 -81.2558 2.4 GA POOLER 3.4 N +US1GACT0036 31.9425 -81.1596 4.0 GA SAVANNAH 5.9 SSW +US1GACT0037 32.0187 -80.8500 2.1 GA TYBEE ISLAND 0.7 NNE +US1GACT0038 31.9613 -81.1494 9.4 GA SAVANNAH 4.5 SSW +US1GACT0039 32.0630 -81.2104 4.6 GA SAVANNAH 5.3 WNW +US1GACT0040 31.9155 -81.0755 14.6 GA SAVANNAH 8.2 SSE +US1GACT0041 32.0181 -80.8520 0.9 GA TYBEE ISLAND 0.6 NNE +US1GACT0046 32.0097 -80.9822 4.0 GA WILMINGTON ISLAND 0.6 NW +US1GACT0048 31.9581 -81.1386 14.0 GA SAVANNAH 4.6 S +US1GACT0050 31.9731 -81.1509 6.1 GA SAVANNAH 3.7 SSW +US1GACT0052 32.0020 -81.0292 5.8 GA SAVANNAH 6.2 ESE +US1GACT0055 32.0288 -81.1601 5.8 GA SAVANNAH 1.7 W +US1GACT0056 31.9755 -81.1557 6.7 GA SAVANNAH 3.7 SSW +US1GACT0057 32.0006 -81.0569 3.0 GA SAVANNAH 4.7 ESE +US1GACT0059 32.0216 -81.1092 8.8 GA SAVANNAH 1.3 E +US1GACT0060 31.9935 -81.1448 13.4 GA SAVANNAH 2.3 SSW +US1GACT0061 32.0709 -81.1882 1.8 GA SAVANNAH 4.6 NW +US1GACT0063 31.9943 -81.0966 4.9 GA SAVANNAH 2.9 SE +US1GACT0064 32.0160 -80.9546 4.0 GA SAVANNAH 10.4 E +US1GACT0065 32.0035 -80.9889 11.0 GA SAVANNAH 8.5 E +US1GACT0067 32.0639 -81.3561 7.9 GA BLOOMINGDALE 4.7 SW +US1GACT0070 32.1078 -81.2511 6.4 GA POOLER 0.4 ENE +US1GACT0071 32.0098 -80.9783 8.2 GA SAVANNAH 9.0 E +US1GACT0072 31.9072 -81.0505 17.4 GA SAVANNAH 9.4 SSE +US1GACT0074 31.9886 -81.0943 5.8 GA SAVANNAH 3.3 SE +US1GACT0075 31.9314 -81.0658 5.5 GA SKIDAWAY ISLAND 1.1 WSW +US1GACT0077 32.0470 -81.2364 11.3 GA SAVANNAH 6.3 WNW +US1GACT0078 32.0490 -81.0054 9.1 GA SAVANNAH 7.6 ENE +US1GACT0079 32.0481 -81.0873 5.8 GA SAVANNAH 3.1 ENE +US1GACT0080 32.0060 -80.9691 8.2 GA SAVANNAH 9.6 E +US1GACT0083 32.0672 -81.2132 4.9 GA SAVANNAH 5.6 WNW +US1GACU0001 33.5152 -82.0988 120.7 GA MARTINEZ 0.7 WSW +US1GACU0002 33.4544 -82.1968 147.8 GA GROVETOWN 0.4 NE +US1GACU0003 33.5418 -82.1580 100.0 GA EVANS 2.1 NNW +US1GACU0004 33.5113 -82.1369 130.1 GA MARTINEZ 2.9 WSW +US1GACU0006 33.5293 -82.0978 94.5 GA MARTINEZ 0.9 NW +US1GACU0007 33.4835 -82.1615 132.9 GA GROVETOWN 3.4 NE +US1GACU0009 33.5298 -82.2873 122.8 GA APPLING 2.0 SE +US1GACU0011 33.4212 -82.2096 139.6 GA GROVETOWN 2.0 SSW +US1GACU0013 33.5566 -82.1364 102.1 GA EVANS 3.0 N +US1GACU0014 33.5096 -82.2324 107.9 GA GROVETOWN 4.5 NNW +US1GACU0018 33.5443 -82.2223 120.7 GA EVANS 4.9 WNW +US1GACU0021 33.5504 -82.0528 87.5 GA MARTINEZ 3.0 NE +US1GACW0001 33.4314 -84.6863 275.8 GA NEWNAN 7.5 NE +US1GACW0002 33.4273 -84.6607 270.4 GA SHARPSBURG 6.0 N +US1GACW0004 33.3708 -84.8865 243.2 GA NEWNAN 5.7 W +US1GACW0005 33.2229 -84.5275 237.1 GA SENOIA 6.3 SSE +US1GACW0008 33.2486 -84.5536 256.3 GA SENOIA 4.4 S +US1GACW0009 33.3840 -84.8338 266.4 GA NEWNAN 2.6 W +US1GACW0011 33.2849 -84.5945 286.8 GA SENOIA 3.0 SW +US1GACW0012 33.4136 -84.7892 275.8 GA NEWNAN 2.4 N +US1GACW0014 33.3143 -84.5368 253.9 GA SENOIA 0.9 ENE +US1GACW0015 33.4459 -84.7868 260.0 GA NEWNAN 4.6 N +US1GACW0016 33.4377 -84.7781 287.4 GA NEWNAN 4.1 N +US1GACW0017 33.4413 -84.6719 288.3 GA TYRONE 4.7 WSW +US1GACW0019 33.4696 -84.7423 279.8 GA NEWNAN 6.8 NNE +US1GACW0020 33.4630 -84.7671 256.9 GA NEWNAN 5.9 NNE +US1GACW0024 33.3622 -84.7131 263.7 GA NEWNAN 4.5 ESE +US1GACY0002 31.7310 -84.9654 131.1 GA FORT GAINES 13.0 ENE +US1GADC0003 30.8909 -84.5428 30.5 GA BAINBRIDGE 2.3 ESE +US1GADD0001 34.7918 -85.4905 602.9 GA TRENTON 5.8 S +US1GADD0003 34.9318 -85.4859 229.2 GA TRENTON 4.2 NNE +US1GADG0002 32.2021 -83.1662 99.7 GA EASTMAN 0.9 ENE +US1GADG0003 32.2497 -83.1414 81.7 GA EASTMAN 4.3 NNE +US1GADG0004 32.0791 -83.0949 104.5 GA CHAUNCEY 2.6 SW +US1GADG0005 32.1769 -83.1701 99.1 GA EASTMAN 1.4 SSE +US1GADG0007 32.2849 -83.2379 113.1 GA EASTMAN 7.0 NNW +US1GADH0001 31.6180 -84.1352 60.0 GA ALBANY 3.7 NE +US1GADH0002 31.6012 -84.2450 64.9 GA ALBANY 4.4 WNW +US1GADH0004 31.4687 -84.1311 55.2 GA ALBANY 8.0 SSE +US1GADH0005 31.4539 -83.9983 84.7 GA PUTNEY 6.8 ESE +US1GADH0008 31.5705 -84.2736 60.0 GA ALBANY 5.8 W +US1GADK0001 33.8591 -84.2010 325.2 GA TUCKER 1.3 ENE +US1GADK0002 33.8580 -84.2637 301.1 GA TUCKER 2.3 W +US1GADK0004 33.8599 -84.3256 272.8 GA NORTH ATLANTA 0.5 ESE +US1GADK0007 33.8483 -84.2747 306.6 GA NORTH DECATUR 3.0 NNE +US1GADK0008 33.8183 -84.2280 311.2 GA CLARKSTON 0.9 NE +US1GADK0009 33.8453 -84.2914 286.8 GA NORTH DECATUR 2.6 N +US1GADK0011 33.8525 -84.2860 269.4 GA NORTH ATLANTA 2.8 ESE +US1GADK0012 33.6749 -84.1374 271.6 GA LITHONIA 3.2 SW +US1GADK0013 33.7600 -84.2816 303.9 GA DECATUR 1.2 SE +US1GADK0015 33.7794 -84.2572 298.4 GA AVONDALE ESTATES 0.9 NNE +US1GADK0017 33.7805 -84.2552 309.7 GA AVONDALE ESTATES 1.0 NE +US1GADK0018 33.9534 -84.3286 324.0 GA DUNWOODY 1.1 NW +US1GADK0020 33.8285 -84.2879 299.6 GA TUCKER 4.1 SW +US1GADK0022 33.9494 -84.3439 316.4 GA DUNWOODY 1.8 WNW +US1GADK0023 33.7528 -84.3128 307.8 GA ATLANTA 4.4 E +US1GADK0025 33.8045 -84.2475 310.6 GA CLARKSTON 0.6 SW +US1GADK0027 33.7627 -84.2703 314.6 GA AVONDALE ESTATES 0.5 SW +US1GADK0028 33.7655 -84.3300 302.4 GA ATLANTA 3.5 ENE +US1GADK0030 33.8005 -84.3237 307.2 GA DRUID HILLS 0.9 N +US1GADK0032 33.7922 -84.2980 290.2 GA DECATUR 1.4 N +US1GADK0033 33.7826 -84.2812 305.1 GA DECATUR 1.2 NE +US1GADK0034 33.7964 -84.3343 282.5 GA ATLANTA 5.6 ENE +US1GADK0035 33.8122 -84.3377 283.5 GA ATLANTA 6.0 NE +US1GADK0036 33.9306 -84.3295 291.7 GA DUNWOODY 1.2 SW +US1GADK0037 33.9432 -84.2741 307.8 GA DUNWOODY 2.3 E +US1GADK0041 33.8005 -84.2691 301.1 GA DECATUR 2.6 NE +US1GADK0044 33.8766 -84.2840 289.0 GA CHAMBLEE 1.3 ESE +US1GADK0045 33.7658 -84.2581 293.2 GA AVONDALE ESTATES 0.4 ESE +US1GADK0046 33.8313 -84.2805 313.6 GA DECATUR 4.3 NNE +US1GADK0049 33.7671 -84.2590 305.7 GA AVONDALE ESTATES 0.4 ESE +US1GADK0051 33.8631 -84.2254 324.0 GA TUCKER 0.6 NNW +US1GADS0001 33.6643 -84.8782 312.1 GA DOUGLASVILLE 9.5 SW +US1GADS0002 33.6919 -84.7571 326.4 GA DOUGLASVILLE 3.7 S +US1GADS0003 33.7794 -84.7174 332.8 GA DOUGLASVILLE 2.8 NE +US1GADS0004 33.7476 -84.7452 347.5 GA DOUGLASVILLE 0.2 N +US1GADS0006 33.6824 -84.8697 315.8 GA VILLA RICA 4.6 SE +US1GADS0007 33.6926 -84.8343 304.5 GA WINSTON 2.5 SSW +US1GADS0008 33.7534 -84.6395 281.3 GA LITHIA SPRINGS 1.8 S +US1GADS0012 33.6997 -84.7034 300.2 GA DOUGLASVILLE 4.0 SE +US1GADW0002 34.5286 -84.2949 541.9 GA EMMA 4.3 WNW +US1GAEF0001 32.2719 -81.2262 13.7 GA RINCON 1.5 SSE +US1GAEF0002 32.2961 -81.4148 21.0 GA GUYTON 1.9 S +US1GAEF0004 32.2519 -81.2418 15.8 GA RINCON 2.8 S +US1GAEF0006 32.3412 -81.2007 18.0 GA RINCON 3.9 NNE +US1GAEF0007 32.2864 -81.3954 22.9 GA GUYTON 3.4 S +US1GAEF0010 32.3090 -81.2382 21.3 GA RINCON 1.2 NNW +US1GAEF0011 32.1990 -81.3307 19.8 GA GUYTON 10.2 SSE +US1GAEF0013 32.2704 -81.3921 21.3 GA MARLOW 0.0 S +US1GAEF0017 32.3670 -81.2673 20.1 GA SPRINGFIELD 2.4 E +US1GAEF0018 32.3649 -81.2093 19.5 GA RINCON 5.3 NNE +US1GAEL0001 34.1104 -82.8743 192.3 GA ELBERTON 0.7 WNW +US1GAEL0002 34.1715 -83.0445 211.2 GA BOWMAN 2.4 SSW +US1GAEL0003 34.0652 -82.6470 147.8 GA ELBERTON 12.7 ESE +US1GAEL0005 34.2157 -82.9663 210.9 GA DEWY ROSE 3.3 NNW +US1GAEL0006 33.9896 -82.7391 130.1 GA FORTSONIA 3.1 SE +US1GAEM0001 32.6006 -82.3227 80.8 GA SWAINSBORO 1.1 NE +US1GAEM0002 32.5471 -82.3169 88.1 GA SWAINSBORO 3.2 SSE +US1GAEM0003 32.6894 -82.0951 86.0 GA GARFIELD 2.7 N +US1GAEM0004 32.5878 -82.3510 92.0 GA SWAINSBORO 0.9 W +US1GAEM0005 32.5471 -82.3170 86.0 GA SWAINSBORO 4.5 SSE +US1GAER0002 31.1833 -85.0459 39.6 GA JAKIN 7.4 NNW +US1GAER0003 31.2286 -85.0665 56.1 GA JAKIN 10.7 NNW +US1GAEV0001 32.1932 -81.9684 44.2 GA BELLVILLE 2.8 N +US1GAEV0002 32.2323 -81.9655 36.6 GA BELLVILLE 5.5 N +US1GAEV0003 32.1986 -81.8242 43.3 GA DAISY 3.4 NNE +US1GAFL0001 34.1753 -85.1402 243.8 GA SILVER CREEK 0.6 SE +US1GAFL0002 34.1445 -85.1725 244.1 GA LINDALE 3.0 S +US1GAFL0003 34.2536 -85.1225 229.2 GA ROME 3.7 E +US1GAFL0007 34.2109 -85.1491 244.1 GA ROME 4.2 SSE +US1GAFL0008 34.2224 -85.1532 242.9 GA ROME 3.4 SE +US1GAFL0009 34.4289 -85.1001 189.3 GA PLAINVILLE 4.0 WNW +US1GAFL0011 34.2894 -85.2520 196.3 GA ROME 4.2 WNW +US1GAFL0013 34.0850 -85.3379 224.0 GA CAVE SPRING 1.7 S +US1GAFL0018 34.2379 -85.1649 210.9 GA ROME 2.1 SE +US1GAFL0021 34.3383 -85.1878 195.1 GA ROME 5.2 N +US1GAFN0001 34.9166 -84.4764 573.0 GA BLUE RIDGE 9.4 WNW +US1GAFN0002 34.7089 -84.2206 638.6 GA BLUE RIDGE 11.9 SSE +US1GAFN0003 34.9653 -84.4695 642.8 GA MCCAYSVILLE 5.7 WSW +US1GAFN0004 34.8684 -84.1422 683.7 GA MORGANTON 5.8 E +US1GAFN0005 34.8775 -84.4215 561.1 GA CHERRY LOG 6.9 NNW +US1GAFN0007 34.8344 -84.2185 588.6 GA MORGANTON 3.1 SSE +US1GAFN0008 34.8762 -84.2587 517.6 GA MORGANTON 0.8 W +US1GAFR0001 34.2917 -83.3236 228.9 GA CARNESVILLE 7.3 SW +US1GAFR0002 34.4113 -83.2966 241.4 GA CARNESVILLE 4.7 NW +US1GAFR0003 34.2915 -83.2131 242.0 GA ROYSTON 5.9 W +US1GAFR0004 34.4337 -83.1376 239.6 GA LAVONIA 1.8 W +US1GAFR0006 34.2742 -83.1781 192.6 GA ROYSTON 4.0 W +US1GAFR0007 34.2922 -83.1854 190.2 GA FRANKLIN SPRINGS 2.3 WNW +US1GAFR0008 34.4408 -83.1071 255.4 GA LAVONIA 0.3 N +US1GAFR0009 34.4083 -83.3223 228.0 GA CARNESVILLE 5.8 WNW +US1GAFR0010 34.3805 -83.3232 243.2 GA CARNESVILLE 5.2 W +US1GAFR0011 34.3238 -83.3587 246.3 GA CARNESVILLE 7.8 WSW +US1GAFR0012 34.4911 -83.0805 212.1 GA GUMLOG 0.9 E +US1GAFS0001 34.2564 -84.2003 365.5 GA CUMMING 5.0 NW +US1GAFS0003 34.2450 -84.0029 361.2 GA FLOWERY BRANCH 6.1 NW +US1GAFS0005 34.2066 -84.0737 339.2 GA CUMMING 3.5 E +US1GAFS0011 34.1316 -84.1690 363.0 GA CUMMING 5.7 SSW +US1GAFS0013 34.2231 -84.2469 360.6 GA CUMMING 6.5 W +US1GAFS0015 34.1331 -84.1382 354.5 GA CUMMING 5.2 S +US1GAFS0020 34.1659 -84.1164 361.8 GA CUMMING 3.1 SSE +US1GAFS0023 34.1800 -84.2510 335.6 GA CUMMING 6.9 WSW +US1GAFS0024 34.1285 -84.1466 338.6 GA CUMMING 5.6 S +US1GAFS0026 34.1786 -84.1131 392.0 GA CUMMING 2.4 SSE +US1GAFS0027 34.2738 -83.9902 348.4 GA GAINESVILLE 9.0 W +US1GAFS0032 34.3016 -84.2533 318.5 GA BALL GROUND 7.5 ESE +US1GAFT0002 33.8416 -84.3581 267.9 GA NORTH ATLANTA 2.0 SW +US1GAFT0003 34.0632 -84.2296 349.6 GA ALPHARETTA 2.5 E +US1GAFT0005 33.8164 -84.4173 264.0 GA ATLANTA 3.7 N +US1GAFT0006 34.0431 -84.3701 322.5 GA ROSWELL 0.9 WNW +US1GAFT0009 34.0796 -84.2833 316.1 GA ALPHARETTA 1.0 NW +US1GAFT0010 34.0258 -84.1934 312.1 GA JOHNS CREEK 3.0 SSW +US1GAFT0011 33.5708 -84.5914 292.3 GA FAIRBURN 0.6 NW +US1GAFT0012 33.7971 -84.4134 274.6 GA ATLANTA 2.4 NNE +US1GAFT0018 33.5601 -84.6998 271.0 GA PALMETTO 3.2 NW +US1GAFT0019 33.7014 -84.5722 264.6 GA EAST POINT 6.3 WNW +US1GAFT0020 34.0361 -84.2987 304.5 GA ROSWELL 3.3 E +US1GAFT0022 34.0511 -84.3623 344.4 GA ROSWELL 1.0 NNW +US1GAFT0024 33.7881 -84.3966 278.3 GA ATLANTA 2.3 NE +US1GAFT0027 34.1522 -84.2917 341.7 GA ALPHARETTA 5.9 N +US1GAFT0030 33.9770 -84.3400 329.2 GA ATLANTA 16.0 NNE +US1GAFT0031 34.0259 -84.3050 320.6 GA ROSWELL 3.0 ESE +US1GAFT0033 33.9966 -84.2881 307.8 GA ROSWELL 4.8 SE +US1GAFT0036 33.9980 -84.3602 289.0 GA SANDY SPRINGS 4.2 N +US1GAFT0037 33.7171 -84.4211 317.0 GA ATLANTA 3.2 S +US1GAFT0042 33.7869 -84.3518 297.2 GA ATLANTA 4.4 ENE +US1GAFT0045 33.7603 -84.3596 292.6 GA ATLANTA 3.6 E +US1GAFT0046 33.7447 -84.3730 317.0 GA ATLANTA 3.1 ESE +US1GAFT0048 33.9789 -84.2801 274.3 GA ROSWELL 5.9 SE +US1GAFT0051 34.0963 -84.2168 339.2 GA ALPHARETTA 3.7 ENE +US1GAFT0053 34.0790 -84.3482 335.3 GA ALPHARETTA 4.4 W +US1GAFT0056 33.7192 -84.3520 271.9 GA ATLANTA 5.1 SE +US1GAFY0001 33.3269 -84.4236 236.5 GA WOOLSEY 2.5 SSW +US1GAFY0004 33.3120 -84.5138 241.7 GA SENOIA 2.2 E +US1GAFY0005 33.3858 -84.5518 258.8 GA PEACHTREE CITY 1.1 ESE +US1GAFY0007 33.4031 -84.4342 274.3 GA FAYETTEVILLE 3.3 SSE +US1GAFY0008 33.4660 -84.4663 278.9 GA FAYETTEVILLE 1.4 NNW +US1GAFY0009 33.3766 -84.5500 264.0 GA PEACHTREE CITY 1.6 SE +US1GAFY0012 33.3570 -84.5151 243.8 GA FAYETTEVILLE 6.9 SSW +US1GAFY0013 33.4382 -84.4623 273.1 GA FAYETTEVILLE 0.5 S +US1GAFY0014 33.4694 -84.5793 291.4 GA TYRONE 1.0 E +US1GAFY0015 33.3531 -84.5254 241.7 GA PEACHTREE CITY 3.7 SE +US1GAFY0016 33.3567 -84.5433 236.5 GA PEACHTREE CITY 2.9 SSE +US1GAFY0017 33.3676 -84.5291 242.0 GA PEACHTREE CITY 2.9 SE +US1GAFY0018 33.3767 -84.5560 244.1 GA PEACHTREE CITY 1.3 SE +US1GAFY0024 33.4192 -84.5626 290.2 GA PEACHTREE CITY 1.9 N +US1GAFY0026 33.4060 -84.5700 260.6 GA PEACHTREE CITY 0.9 N +US1GAFY0027 33.3533 -84.5320 257.9 GA PEACHTREE CITY 3.4 SE +US1GAFY0028 33.4751 -84.4523 280.1 GA FAYETTEVILLE 2.1 NNE +US1GAGD0001 34.5633 -84.9878 201.5 GA RESACA 2.8 WSW +US1GAGD0002 34.4616 -84.9875 193.9 GA CALHOUN 3.4 SW +US1GAGD0003 34.5844 -85.0508 222.2 GA SUGAR VALLEY 2.9 NW +US1GAGD0004 34.4729 -84.9151 224.0 GA CALHOUN 2.2 SE +US1GAGE0001 33.4145 -83.2168 157.0 GA GREENSBORO 11.2 S +US1GAGE0002 33.5513 -83.2879 139.9 GA GREENSBORO 6.2 WSW +US1GAGM0002 34.6721 -84.2744 587.0 GA BLUE RIDGE 13.6 SSE +US1GAGM0003 34.7454 -84.4108 452.3 GA ELLIJAY 5.5 NE +US1GAGM0004 34.7951 -84.6053 512.7 GA ELLIJAY 9.9 NW +US1GAGM0005 34.6633 -84.5246 409.7 GA ELLIJAY 3.1 SW +US1GAGM0007 34.6803 -84.2854 582.5 GA ELLIJAY 11.3 E +US1GAGM0008 34.6668 -84.5329 432.8 GA ELLIJAY 3.5 SW +US1GAGM0010 34.6703 -84.2726 577.9 GA ELLIJAY 12.1 E +US1GAGN0003 31.2773 -81.4791 4.9 GA BRUNSWICK 8.7 N +US1GAGN0005 31.1641 -81.3964 3.0 GA ST. SIMONS 1.1 SW +US1GAGN0007 31.0702 -81.4104 3.4 GA JEKYLL ISLAND 0.6 E +US1GAGN0008 31.1672 -81.4958 2.7 GA BRUNSWICK 2.2 NW +US1GAGW0001 34.0942 -83.8749 307.8 GA DUNCAN LAKE WX +US1GAGW0002 33.9898 -84.0412 296.0 GA LAWRENCEVILLE 4.0 NW +US1GAGW0003 33.8614 -84.0280 313.6 GA SNELLVILLE 1.1 W +US1GAGW0005 33.8781 -84.1308 289.6 GA LILBURN 0.8 SSE +US1GAGW0006 34.0799 -83.9313 352.7 GA BUFORD 4.6 ESE +US1GAGW0008 34.0536 -84.0972 288.3 GA SUWANEE 1.5 W +US1GAGW0012 33.8787 -84.0476 295.0 GA SNELLVILLE 2.6 WNW +US1GAGW0013 33.9789 -84.0296 290.5 GA LAWRENCEVILLE 3.0 NW +US1GAGW0014 34.0904 -84.1013 316.7 GA SUWANEE 3.2 NNW +US1GAGW0016 33.8996 -84.0349 303.9 GA LAWRENCEVILLE 4.2 SW +US1GAGW0017 34.0148 -83.8968 296.0 GA DACULA 2.1 NNW +US1GAGW0019 33.8427 -84.0329 310.0 GA SNELLVILLE 1.8 SW +US1GAGW0021 34.0161 -83.9168 323.1 GA DACULA 2.7 NW +US1GAGW0022 34.1496 -84.0633 350.2 GA BUFORD 4.3 WNW +US1GAGW0023 33.9572 -83.9024 306.9 GA DACULA 2.1 SSW +US1GAGW0024 33.8885 -84.0998 269.1 GA LAWRENCEVILLE 7.9 SW +US1GAGW0027 34.0473 -84.0772 296.9 GA SUWANEE 0.5 SW +US1GAGW0029 33.9534 -83.8571 312.1 GA DACULA 2.8 SE +US1GAGW0030 33.8355 -83.9971 289.0 GA SNELLVILLE 1.7 SSE +US1GAGW0031 33.7974 -84.0470 271.3 GA SNELLVILLE 4.7 SSW +US1GAGW0032 33.9719 -84.0695 284.1 GA LAWRENCEVILLE 4.7 WNW +US1GAGW0033 34.0079 -84.1377 326.1 GA DULUTH 0.9 ENE +US1GAGW0039 33.9498 -83.8297 303.0 GA BETHLEHEM 7.0 W +US1GAGW0040 34.0794 -83.9811 350.5 GA BUFORD 2.8 SSE +US1GAGW0042 33.8537 -84.1205 306.0 GA LILBURN 2.6 SSE +US1GAGW0043 33.9857 -84.2214 287.7 GA PEACHTREE CORNERS 1.1 N +US1GAGW0044 33.8528 -84.1405 300.5 GA LILBURN 2.5 S +US1GAGW0045 34.0065 -83.9749 325.5 GA LAWRENCEVILLE 4.1 NNE +US1GAGW0046 34.0080 -84.0293 313.9 GA SUWANEE 3.8 SE +US1GAGW0050 33.8622 -83.9184 313.0 GA LOGANVILLE 2.3 NW +US1GAGW0052 33.9164 -83.9960 289.6 GA LAWRENCEVILLE 2.3 S +US1GAGW0055 33.9449 -83.8472 311.8 GA DACULA 3.6 SE +US1GAGW0056 33.7958 -84.0864 260.0 GA STONE MOUNTAIN 4.9 E +US1GAGW0057 33.8927 -84.0755 262.4 GA LAWRENCEVILLE 6.2 SW +US1GAGW0059 34.0575 -84.0438 301.8 GA SUWANEE 1.6 ENE +US1GAGY0002 31.0074 -84.2467 101.8 GA CAIRO 9.2 NNW +US1GAGY0003 30.8598 -84.1474 64.3 GA CAIRO 3.7 ESE +US1GAHB0001 34.6357 -83.5899 449.3 GA CLARKESVILLE 4.2 WNW +US1GAHB0002 34.7122 -83.4398 507.5 GA TURNERVILLE 2.0 NW +US1GAHB0003 34.7631 -83.6004 525.2 GA CLARKESVILLE 11.5 NNW +US1GAHB0004 34.6880 -83.5568 454.2 GA CLARKESVILLE 5.8 NNW +US1GAHB0005 34.7742 -83.5800 536.4 GA HELEN 9.5 ENE +US1GAHB0006 34.7378 -83.5796 482.8 GA CLARKESVILLE 9.4 NNW +US1GAHB0007 34.6114 -83.6398 410.0 GA DEMOREST 6.2 WNW +US1GAHB0009 34.6951 -83.6343 449.9 GA CLARKESVILLE 8.7 NW +US1GAHB0011 34.7182 -83.6042 455.7 GA CLARKESVILLE 8.8 NNW +US1GAHB0015 34.5392 -83.5026 449.6 GA MOUNT AIRY 1.4 N +US1GAHB0016 34.6865 -83.5083 509.9 GA CLARKESVILLE 5.4 N +US1GAHL0001 34.1698 -83.9261 367.6 GA FLOWERY BRANCH 1.1 SSW +US1GAHL0002 34.3806 -83.8707 365.2 GA GAINESVILLE 6.3 NNW +US1GAHL0003 34.4635 -83.7666 424.6 GA CLERMONT 1.0 SSE +US1GAHL0004 34.1382 -83.8985 294.4 GA FLOWERY BRANCH 3.6 SSE +US1GAHL0005 34.2664 -83.7251 299.3 GA GAINESVILLE 6.3 ESE +US1GAHL0006 34.3764 -83.8732 394.4 GA GAINESVILLE 6.1 NNW +US1GAHL0007 34.3415 -83.9087 333.1 GA GAINESVILLE 5.3 NW +US1GAHL0008 34.3690 -83.6967 343.5 GA LULA 2.5 SW +US1GAHL0010 34.2181 -83.8664 366.1 GA FLOWERY BRANCH 3.9 NE +US1GAHL0011 34.2857 -83.8908 363.6 GA GAINESVILLE 3.2 W +US1GAHL0012 34.1446 -83.8434 275.8 GA BRASELTON 4.3 NW +US1GAHL0014 34.1692 -83.9809 331.6 GA FLOWERY BRANCH 3.5 WSW +US1GAHL0015 34.2525 -83.8760 369.7 GA GAINESVILLE 3.7 SW +US1GAHL0016 34.3315 -83.9168 372.5 GA GAINESVILLE 5.3 WNW +US1GAHN0004 33.7301 -85.1935 371.2 GA BREMEN 2.8 WNW +US1GAHR0002 32.8375 -84.8157 394.7 GA PINE MOUNTAIN 2.8 SE +US1GAHR0005 32.6217 -84.9232 163.7 GA CATAULA 3.9 SW +US1GAHR0007 32.5843 -84.7403 166.7 GA WAVERLY HALL 6.9 S +US1GAHS0001 32.5852 -83.7182 133.2 GA WARNER ROBINS 5.4 WSW +US1GAHS0002 32.4495 -83.7262 102.4 GA PERRY 1.2 SE +US1GAHS0003 32.6119 -83.6359 106.7 GA WARNER ROBINS 0.3 W +US1GAHS0005 32.5448 -83.6481 115.8 GA BONAIRE 3.0 W +US1GAHS0006 32.6026 -83.6377 107.0 GA WARNER ROBINS 0.8 SSW +US1GAHS0009 32.5653 -83.6316 104.5 GA BONAIRE 2.6 NW +US1GAHS0010 32.6006 -83.6473 119.5 GA WARNER ROBINS 1.3 SW +US1GAHS0011 32.3640 -83.5958 102.7 GA HAWKINSVILLE 9.1 NW +US1GAHS0012 32.4727 -83.7288 120.1 GA PERRY 0.8 NE +US1GAHS0014 32.5751 -83.6951 129.8 GA WARNER ROBINS 4.5 SW +US1GAHS0015 32.4441 -83.6915 101.8 GA PERRY 3.0 ESE +US1GAHS0016 32.5256 -83.6312 105.2 GA KATHLEEN 2.5 NW +US1GAHS0017 32.4453 -83.6740 99.4 GA PERRY 4.0 ESE +US1GAHS0019 32.6326 -83.6181 110.3 GA WARNER ROBINS 1.6 NNE +US1GAHS0024 32.6485 -83.7242 145.4 GA BYRON 2.0 E +US1GAHT0001 34.3807 -82.9073 211.2 GA HARTWELL 2.3 NE +US1GAHT0002 34.4041 -83.0081 243.5 GA HARTWELL 5.6 NW +US1GAHY0001 33.5404 -84.0709 256.0 GA MCDONOUGH 7.5 NE +US1GAHY0003 33.4668 -84.1665 250.5 GA MCDONOUGH 1.7 NW +US1GAHY0005 33.5918 -84.1677 282.9 GA STOCKBRIDGE 5.1 SSE +US1GAHY0006 33.5880 -84.1964 257.3 GA STOCKBRIDGE 4.0 NE +US1GAHY0007 33.6381 -84.2566 284.1 GA ELLENWOOD 2.5 NE +US1GAHY0008 33.4785 -84.0274 210.9 GA MCDONOUGH 7.0 ENE +US1GAHY0009 33.5422 -84.1891 243.8 GA STOCKBRIDGE 3.1 E +US1GAHY0010 33.4784 -83.9671 202.1 GA MCDONOUGH 10.4 E +US1GAHY0011 33.3939 -84.2378 262.1 GA HAMPTON 2.8 ENE +US1GAHY0013 33.4873 -84.2326 239.9 GA STOCKBRIDGE 4.1 S +US1GAHY0014 33.3308 -84.0499 227.7 GA JENKINSBURG 1.0 WNW +US1GAHY0015 33.5239 -84.1347 214.0 GA MCDONOUGH 5.1 N +US1GAHY0016 33.4177 -84.0717 218.5 GA MCDONOUGH 4.7 ESE +US1GAHY0017 33.4050 -84.0497 210.0 GA MCDONOUGH 6.3 ESE +US1GAHY0018 33.5404 -84.0708 0.0 GA MCDONOUGH 7.5 NE +US1GAHY0019 33.4229 -84.2908 282.5 GA HAMPTON 2.7 N +US1GAHY0020 33.3905 -84.0802 224.3 GA LOCUST GROVE 3.4 NNE +US1GAHY0021 33.4447 -84.0819 226.2 GA MCDONOUGH 3.6 E +US1GAJC0003 34.0529 -83.4253 232.3 GA NICHOLSON 4.2 S +US1GAJC0004 34.1332 -83.7522 249.9 GA BRASELTON 3.0 NE +US1GAJC0005 34.0465 -83.5406 260.9 GA JEFFERSON 4.4 SW +US1GAJC0006 34.1122 -83.4284 245.7 GA NICHOLSON 0.3 ESE +US1GAJC0007 34.0701 -83.7183 239.0 GA HOSCHTON 2.9 ESE +US1GAJC0008 34.1909 -83.4658 246.6 GA COMMERCE 1.1 SSW +US1GAJC0009 34.1982 -83.4656 272.2 GA COMMERCE 0.6 SSW +US1GAJC0012 34.0174 -83.4276 226.2 GA ATHENS 4.7 NNW +US1GAJC0016 34.1160 -83.5774 232.3 GA JEFFERSON 1.7 SE +US1GAJC0017 34.1101 -83.7957 258.5 GA BRASELTON 0.7 NW +US1GAJC0019 34.1633 -83.7173 262.1 GA PENDERGRASS 2.2 W +US1GAJC0020 34.0792 -83.6597 274.0 GA JEFFERSON 5.1 SW +US1GAJC0021 34.0920 -83.6810 281.0 GA JEFFERSON 5.5 WSW +US1GAJH0001 32.7170 -82.8040 101.8 GA WRIGHTSVILLE 0.3 N +US1GAJN0002 32.9749 -83.6588 181.1 GA GRAY 7.5 WSW +US1GAJN0003 33.0709 -83.4275 169.2 GA HADDOCK 2.6 N +US1GAJN0006 32.8766 -83.5492 154.2 GA MACON 6.8 ENE +US1GALB0004 31.8180 -81.3744 4.9 GA MIDWAY 3.3 ENE +US1GALB0006 31.8347 -81.3749 2.7 GA MIDWAY 3.8 NE +US1GALB0009 31.8675 -81.5787 11.6 GA HINESVILLE 2.7 NNE +US1GALB0010 31.7003 -81.2471 5.2 GA MIDWAY 12.7 ESE +US1GALB0011 31.8635 -81.5942 30.2 GA HINESVILLE 2.2 N +US1GALB0012 31.8180 -81.3741 4.3 GA MIDWAY 3.3 ENE +US1GALC0002 33.9767 -82.6225 110.0 GA TIGNALL 10.2 NE +US1GALE0001 31.7567 -84.2736 75.9 GA LEESBURG 6.3 WNW +US1GALE0002 31.6294 -84.2253 75.3 GA ALBANY 4.6 NW +US1GALG0001 31.7853 -81.6838 27.1 GA WALTHOURVILLE 3.4 WNW +US1GALN0001 31.1319 -83.1354 61.9 GA LAKELAND 7.2 NNW +US1GALP0001 34.6065 -84.0583 484.3 GA DAHLONEGA 6.4 NW +US1GALP0004 34.6560 -83.8925 500.2 GA CLEVELAND 8.4 WNW +US1GALR0001 32.4642 -82.9861 56.7 GA DUBLIN 6.3 SW +US1GALR0003 32.2827 -82.9046 94.8 GA RENTZ 8.7 SE +US1GALR0004 32.4212 -82.7164 81.1 GA ROCKLEDGE 1.8 SW +US1GALR0007 32.4952 -82.9933 72.2 GA DUBLIN 5.1 SW +US1GALW0001 30.9496 -83.3338 56.1 GA HAHIRA 3.6 SE +US1GALW0003 30.8585 -83.2848 64.9 GA VALDOSTA 0.7 NNW +US1GALW0004 30.6830 -83.2360 49.1 GA LAKE PARK 2.8 W +US1GALW0005 30.8112 -83.3432 67.1 GA VALDOSTA 4.7 SW +US1GALW0007 30.8302 -83.3553 46.6 GA VALDOSTA 4.8 WSW +US1GALW0008 30.8859 -83.2979 69.8 GA VALDOSTA 2.8 NNW +US1GALW0010 30.8770 -83.2823 74.1 GA VALDOSTA 1.9 N +US1GALW0011 30.8669 -83.3099 45.1 GA VALDOSTA 2.2 WNW +US1GALW0012 30.8251 -83.2659 58.8 GA VALDOSTA 1.8 SSE +US1GALW0013 30.8456 -83.2779 58.2 GA VALDOSTA 0.3 S +US1GALW0014 30.8869 -83.2588 66.1 GA VALDOSTA 2.8 NNE +US1GALW0015 30.8446 -83.3179 51.2 GA VALDOSTA 2.4 W +US1GALW0016 30.9048 -83.3015 44.2 GA VALDOSTA 4.1 NNW +US1GALW0017 30.8043 -83.2771 58.2 GA VALDOSTA 3.1 S +US1GALW0018 30.9145 -83.2522 64.0 GA VALDOSTA 4.8 NNE +US1GALW0019 30.8474 -83.3292 50.0 GA VALDOSTA 3.0 W +US1GALW0020 30.7182 -83.2714 57.9 GA VALDOSTA 9.1 S +US1GAMA0001 34.1095 -83.1024 177.1 GA COMER 3.5 NNE +US1GAMA0002 34.0536 -83.1231 196.0 GA COMER 0.6 SSE +US1GAMA0003 34.0853 -83.2056 201.8 GA DANIELSVILLE 2.8 SSE +US1GAMA0004 34.0751 -83.0070 152.1 GA CARLTON 1.4 NW +US1GAMA0005 34.0841 -83.1874 202.4 GA DANIELSVILLE 3.3 SE +US1GAMA0006 34.0525 -83.1340 200.6 GA COMER 0.8 SW +US1GAMA0007 34.1173 -83.2267 199.0 GA DANIELSVILLE 0.6 SW +US1GAMA0008 34.1236 -83.3355 257.3 GA ILA 4.1 SW +US1GAMA0009 34.1976 -83.4016 267.6 GA COMMERCE 3.2 E +US1GAMA0010 34.0642 -83.3710 235.9 GA NICHOLSON 4.9 SE +US1GAMA0011 34.1556 -83.0851 164.0 GA COMER 6.9 NNE +US1GAMA0012 34.1113 -83.1736 228.3 GA COMER 4.6 NW +US1GAMA0013 34.0714 -83.1374 211.8 GA COMER 0.9 NW +US1GAMA0015 34.1236 -83.2222 216.4 GA DANIELSVILLE 0.1 WSW +US1GAMA0016 34.0603 -83.3657 249.3 GA NICHOLSON 5.7 SE +US1GAMA0018 34.1559 -83.1278 212.4 GA COMER 6.5 N +US1GAMA0019 34.1778 -83.1312 209.1 GA COMER 8.0 N +US1GAMA0022 34.0565 -83.2964 239.0 GA HULL 2.9 N +US1GAMA0023 34.1735 -83.1535 234.4 GA DANIELSVILLE 5.1 NE +US1GAMD0001 33.4293 -82.5026 142.0 GA THOMSON 2.5 S +US1GAMD0002 33.4014 -82.3753 143.0 GA DEARING 1.1 SSE +US1GAMD0005 33.4290 -82.5061 137.5 GA THOMSON 2.6 S +US1GAMD0006 33.5145 -82.4327 156.4 GA THOMSON 5.1 NE +US1GAMG0001 33.4781 -83.3095 135.0 GA BUCKHEAD 7.0 SSE +US1GAMG0002 33.6885 -83.5373 201.2 GA MADISON 8.4 NNW +US1GAMI0001 31.6116 -81.3034 0.3 GA RICEBORO 11.8 SE +US1GAMI0002 31.4259 -81.2580 1.5 GA SAPELO ISLAND 2.3 NW +US1GAMI0003 31.4247 -81.3958 5.8 GA DARIEN 4.2 NNE +US1GAMI0004 31.4039 -81.4044 4.9 GA DARIEN 2.7 NE +US1GAMI0005 31.5723 -81.3606 0.9 GA TOWNSEND 5.5 SE +US1GAMI0008 31.3728 -81.4006 3.4 GA DARIEN 1.7 E +US1GAML0001 31.2517 -84.6090 53.9 GA DAMASCUS 7.2 ESE +US1GAMN0001 32.9186 -83.8154 167.6 GA MACON 10.8 WNW +US1GAMN0002 32.9437 -83.8469 182.6 GA MACON 13.3 NW +US1GAMN0003 33.1167 -83.9736 169.2 GA FORSYTH 6.0 NNW +US1GAMN0004 33.1553 -83.8222 116.1 GA BERNER 0.4 ENE +US1GAMN0006 33.1180 -83.9898 200.9 GA FORSYTH 6.5 NNW +US1GAMN0007 33.0363 -83.9593 191.4 GA FORSYTH 1.1 W +US1GAMN0010 32.9143 -83.9416 149.0 GA FORSYTH 8.3 S +US1GAMN0015 32.9218 -83.8207 185.6 GA MACON 11.2 WNW +US1GAMS0004 32.5312 -84.9386 123.4 GA COLUMBUS 5.6 NNE +US1GAMT0002 31.1222 -84.3350 41.8 GA PELHAM 10.8 W +US1GAMT0003 31.1132 -84.3357 38.4 GA PELHAM 10.9 W +US1GAMT0005 31.2855 -84.1239 72.2 GA CAMILLA 6.4 NE +US1GAMT0007 31.2101 -84.2201 56.1 GA CAMILLA 1.5 SSW +US1GAMT0008 31.0852 -84.1596 97.8 GA PELHAM 2.9 S +US1GAMT0009 31.4276 -84.1060 66.4 GA BACONTON 4.8 NE +US1GAMW0001 32.8809 -84.5637 262.4 GA MANCHESTER 3.6 ENE +US1GAMW0002 33.2184 -84.7097 272.5 GA LUTHERSVILLE 2.1 ENE +US1GAMW0003 33.1085 -84.7807 275.8 GA GREENVILLE 6.8 NW +US1GAMW0004 32.8569 -84.6965 314.2 GA WARM SPRINGS 2.5 SSW +US1GAMW0005 33.0173 -84.7275 251.2 GA GREENVILLE 1.0 SW +US1GAMW0006 32.8895 -84.6729 264.3 GA WARM SPRINGS 0.3 E +US1GANW0001 33.5748 -83.8775 224.9 GA COVINGTON 2.4 SW +US1GANW0002 33.6903 -83.8732 241.7 GA OXFORD 4.6 N +US1GANW0004 33.5008 -83.9283 248.4 GA COVINGTON 8.2 SSW +US1GAOC0001 33.8844 -83.3914 203.0 GA WATKINSVILLE 1.8 NNE +US1GAOC0002 33.8999 -83.4330 207.6 GA ATHENS 4.4 SSW +US1GAOC0003 33.7768 -83.3889 216.7 GA WATKINSVILLE 6.0 S +US1GAOC0004 33.9107 -83.4730 237.1 GA BOGART 4.2 SE +US1GAOC0005 33.8366 -83.4826 224.6 GA BISHOP 3.0 WNW +US1GAOC0007 33.8689 -83.4080 210.3 GA WATKINSVILLE 0.5 N +US1GAOC0009 33.8701 -83.3823 201.2 GA WATKINSVILLE 1.6 ENE +US1GAOC0010 33.7272 -83.3381 191.4 GA WATKINSVILLE 10.1 SSE +US1GAOC0012 33.9124 -83.4804 240.2 GA WATKINSVILLE 5.4 NW +US1GAOC0014 33.7994 -83.4776 192.6 GA BISHOP 2.6 WSW +US1GAOC0015 33.8817 -83.5090 244.1 GA BOGART 4.7 SSE +US1GAOC0016 33.8019 -83.4784 197.5 GA BISHOP 2.6 WSW +US1GAOC0018 33.8085 -83.4047 244.1 GA WATKINSVILLE 3.7 S +US1GAOG0002 33.8943 -82.9257 158.5 GA RAYLE 7.2 N +US1GAOG0003 33.9865 -83.1814 207.9 GA COLBERT 3.9 SSE +US1GAOG0004 33.8858 -83.2282 226.5 GA ARNOLDSVILLE 1.6 SSW +US1GAOG0005 33.9055 -83.2180 240.5 GA ARNOLDSVILLE 0.4 S +US1GAOG0006 33.8065 -83.1920 194.8 GA STEPHENS 4.2 WSW +US1GAOG0007 33.9404 -83.0659 220.1 GA LEXINGTON 5.5 NNE +US1GAOG0009 33.8911 -83.1589 236.8 GA CRAWFORD 0.1 NE +US1GAOG0010 33.8443 -83.0211 166.7 GA LEXINGTON 5.5 ESE +US1GAOG0012 33.8601 -83.2418 195.1 GA ARNOLDSVILLE 3.7 SSW +US1GAOG0014 33.8329 -82.9785 154.2 GA LEXINGTON 9.2 ESE +US1GAOG0015 33.9995 -83.1847 217.6 GA COLBERT 3.1 SSE +US1GAOG0018 33.8837 -83.1247 236.8 GA LEXINGTON 1.4 NW +US1GAOG0020 33.9781 -83.2233 221.0 GA COLBERT 4.1 S +US1GAOG0021 34.0186 -83.0234 182.0 GA CARLTON 1.9 SSE +US1GAOG0023 33.9655 -83.2126 201.5 GA COLBERT 4.9 S +US1GAOG0025 33.9837 -83.1378 176.2 GA COMER 5.4 S +US1GAOG0026 33.8851 -82.9910 151.2 GA LEXINGTON 7.0 E +US1GAPC0001 34.4715 -84.4185 439.8 GA JASPER 0.6 ENE +US1GAPC0007 34.4506 -84.2923 487.1 GA NELSON 6.6 NE +US1GAPC0008 34.4511 -84.2592 459.6 GA MARBLE HILL 4.7 ENE +US1GAPC0009 34.4467 -84.4185 433.7 GA JASPER 1.7 SSE +US1GAPC0010 34.4781 -84.5024 429.2 GA JASPER 4.3 W +US1GAPE0001 32.5514 -83.8771 146.6 GA FORT VALLEY 0.7 ESE +US1GAPE0003 32.6086 -83.7560 145.1 GA BYRON 3.0 S +US1GAPG0001 33.9420 -84.7431 343.2 GA DALLAS 5.3 ENE +US1GAPG0003 33.9554 -84.8314 262.1 GA DALLAS 2.5 N +US1GAPG0005 33.8988 -84.7553 312.1 GA HIRAM 2.6 NNE +US1GAPG0008 33.8751 -85.0122 395.9 GA ROCKMART 9.6 SSE +US1GAPG0012 33.8246 -84.9956 372.2 GA TEMPLE 6.5 NNE +US1GAPG0013 33.7992 -84.8367 327.4 GA DOUGLASVILLE 6.5 NW +US1GAPK0002 33.1017 -84.3464 257.9 GA ZEBULON 0.3 WNW +US1GAPL0001 33.9921 -85.2990 274.0 GA CEDARTOWN 3.0 SW +US1GAPL0003 33.9858 -85.2247 274.0 GA CEDARTOWN 2.9 SE +US1GAPL0004 34.0285 -85.2384 243.8 GA CEDARTOWN 1.3 NE +US1GAPL0005 33.9550 -85.2840 256.3 GA CEDARTOWN 4.6 SSW +US1GAPT0002 33.3256 -83.2673 160.9 GA EATONTON 6.9 E +US1GAPT0006 33.1841 -83.4011 102.7 GA EATONTON 9.6 S +US1GARB0001 34.9904 -83.3030 1119.2 GA DILLARD 3.5 NE +US1GARB0004 34.9415 -83.4178 672.7 GA RABUN GAP 2.1 SW +US1GARB0005 34.9842 -83.3917 686.1 GA DILLARD 0.7 NNW +US1GARB0006 34.9606 -83.4056 687.0 GA RABUN GAP 1.1 WNW +US1GARB0007 34.9232 -83.4235 718.4 GA MOUNTAIN CITY 2.1 W +US1GARB0009 34.8794 -83.5511 626.7 GA CLAYTON 8.5 W +US1GARC0001 33.4566 -81.9543 39.9 GA AUGUSTA 2.3 E +US1GARC0002 33.4758 -81.9654 46.0 GA AUGUSTA 2.1 NE +US1GARC0003 33.4771 -82.0696 104.5 GA WEST AUGUSTA 0.9 SW +US1GARC0005 33.3426 -82.0505 74.4 GA HEPHZIBAH 5.0 NE +US1GARC0008 33.4718 -82.0077 73.5 GA AUGUSTA 1.2 NW +US1GARC0009 33.4951 -82.0695 96.9 GA WEST AUGUSTA 0.9 NW +US1GARC0012 33.4647 -82.0679 96.6 GA AUGUSTA 4.2 W +US1GARK0001 33.6064 -84.0139 232.3 GA CONYERS 4.0 S +US1GARK0004 33.5667 -84.1289 226.5 GA STOCKBRIDGE 6.7 ENE +US1GASM0002 30.7844 -84.8670 35.7 GA DONALSONVILLE 17.7 S +US1GASP0001 33.1935 -84.3168 276.8 GA GRIFFIN 4.2 SW +US1GASP0002 33.3272 -84.3116 271.9 GA SUNNY SIDE 1.6 SW +US1GASP0003 33.2390 -84.2641 290.2 GA GRIFFIN 0.5 ESE +US1GASP0004 33.2861 -84.3238 264.0 GA GRIFFIN 4.3 NW +US1GASP0005 33.1992 -84.2708 251.8 GA GRIFFIN 2.9 S +US1GASP0006 33.2455 -84.1786 256.3 GA GRIFFIN 5.5 E +US1GASR0001 32.0675 -84.2225 138.7 GA AMERICUS 0.4 SE +US1GASR0005 31.9827 -84.2974 114.0 GA AMERICUS 7.4 SW +US1GAST0001 34.5220 -83.3729 286.5 GA TOCCOA 4.8 SW +US1GAST0003 34.6148 -83.3578 375.8 GA TOCCOA 3.1 NW +US1GAST0004 34.5270 -83.3206 282.2 GA TOCCOA 3.7 S +US1GAST0006 34.6072 -83.2173 240.5 GA TOCCOA 6.4 ENE +US1GASV0001 32.7187 -81.6995 76.8 GA SYLVANIA 4.2 WSW +US1GASV0002 32.7325 -81.5323 53.0 GA SYLVANIA 6.3 ESE +US1GASV0003 32.7494 -81.6523 73.2 GA SYLVANIA 0.8 W +US1GASV0005 32.5823 -81.5032 42.7 GA NEWINGTON 0.5 SSE +US1GASY0001 32.3448 -84.3693 172.2 GA BUENA VISTA 8.8 ENE +US1GASY0003 32.2544 -84.2347 156.1 GA ELLAVILLE 4.5 ENE +US1GATE0004 31.9962 -82.8199 65.2 GA MCRAE 6.6 SE +US1GATF0002 31.5452 -83.4989 95.1 GA TIFTON 5.6 N +US1GATF0003 31.4744 -83.4893 102.4 GA TIFTON 1.4 ENE +US1GATF0005 31.4122 -83.5782 92.0 GA TIFTON 5.6 SW +US1GATF0006 31.4615 -83.4178 100.0 GA TIFTON 5.5 E +US1GATF0007 31.4771 -83.4791 110.0 GA TIFTON 2.0 ENE +US1GATG0001 32.6016 -83.3032 143.0 GA DANVILLE 3.3 W +US1GATH0001 30.9674 -83.8875 65.8 GA COOLIDGE 3.2 SSW +US1GATH0002 30.8376 -83.9313 64.3 GA THOMASVILLE 2.8 E +US1GATH0004 30.8176 -83.8965 84.1 GA THOMASVILLE 5.1 ESE +US1GATH0005 30.8403 -83.8033 59.7 GA BOSTON 3.4 NNW +US1GATH0008 30.8639 -83.8912 74.7 GA THOMASVILLE 5.5 ENE +US1GATL0001 31.7179 -84.3506 94.2 GA SASSER 0.2 WSW +US1GATM0004 32.2007 -82.4344 71.0 GA VIDALIA 2.0 WSW +US1GATN0004 32.2689 -82.0443 64.0 GA COLLINS 7.3 NNE +US1GATP0001 32.9735 -84.8698 240.8 GA LA GRANGE 10.6 ESE +US1GATP0002 32.9542 -84.9976 242.9 GA LA GRANGE 6.4 SSE +US1GATP0003 33.0572 -85.0273 225.2 GA LA GRANGE 1.2 NNE +US1GATP0004 33.0653 -85.0028 228.0 GA LA GRANGE 2.5 NE +US1GATP0005 33.0498 -85.1291 210.0 GA LA GRANGE 5.5 W +US1GATP0006 33.0266 -85.0664 233.2 GA LA GRANGE 2.1 WSW +US1GATP0007 33.1300 -84.9557 245.1 GA LA GRANGE 7.6 NE +US1GATR0001 31.6727 -83.6299 119.2 GA SYCAMORE 0.4 ENE +US1GATW0001 34.8903 -83.7087 760.5 GA HIAWASSEE 4.8 SSE +US1GATY0001 32.6618 -84.3091 203.9 GA BUTLER 8.3 NNW +US1GATY0002 32.4583 -84.2237 125.3 GA BUTLER 6.9 S +US1GAUN0001 34.8697 -83.8768 644.7 GA BLAIRSVILLE 4.2 E +US1GAUN0002 34.7866 -83.8960 621.2 GA BLAIRSVILLE 6.8 SSE +US1GAUN0003 34.9716 -84.1162 538.3 GA MORGANTON 9.8 NE +US1GAUN0005 34.9046 -83.8557 587.0 GA YOUNG HARRIS 2.0 SSW +US1GAUN0008 34.8363 -84.0943 610.8 GA BLAIRSVILLE 8.5 WSW +US1GAUN0009 34.8428 -83.8665 663.5 GA BLAIRSVILLE 5.3 ESE +US1GAUP0001 32.9774 -84.2391 235.3 GA THE ROCK 1.0 N +US1GAUP0002 32.8601 -84.4794 230.4 GA THOMASTON 9.1 WSW +US1GAUP0005 32.8670 -84.2564 182.3 GA THOMASTON 4.4 ESE +US1GAWA0002 34.7248 -85.2968 295.4 GA LA FAYETTE 8.0 ESE +US1GAWA0003 34.7124 -85.4748 681.2 GA LA FAYETTE 11.0 W +US1GAWA0004 34.7411 -85.2500 273.7 GA LA FAYETTE 2.9 NE +US1GAWE0001 32.1463 -82.9068 75.0 GA HELENA 4.6 N +US1GAWF0004 34.6766 -84.8955 219.2 GA DALTON 7.8 SE +US1GAWG0001 32.8128 -82.6904 117.3 GA HARRISON 2.1 ESE +US1GAWH0003 34.6120 -83.8260 487.7 GA CLEVELAND 3.9 WNW +US1GAWH0005 34.7297 -83.6674 525.2 GA HELEN 3.7 ENE +US1GAWH0006 34.6204 -83.6492 409.0 GA CLEVELAND 6.7 ENE +US1GAWH0007 34.6037 -83.7566 498.3 GA CLEVELAND 0.6 NE +US1GAWH0009 34.6043 -83.8469 446.8 GA CLEVELAND 4.7 W +US1GAWH0010 34.6723 -83.8657 538.9 GA CLEVELAND 7.8 NW +US1GAWL0001 33.7981 -83.9583 285.9 GA LOGANVILLE 4.5 SW +US1GAWL0003 33.7403 -83.6516 242.6 GA MONROE 5.1 SE +US1GAWL0004 33.6658 -83.7124 265.2 GA SOCIAL CIRCLE 0.9 E +US1GAWL0007 33.7917 -83.8719 278.3 GA LOGANVILLE 4.0 SSE +US1GAWL0008 33.8243 -83.9073 271.6 GA LOGANVILLE 1.1 SW +US1GAWL0010 33.8731 -83.6927 259.1 GA MONROE 5.6 NNE +US1GAWL0012 33.8355 -83.8255 275.5 GA LOGANVILLE 4.0 E +US1GAWL0013 33.7426 -83.8623 282.5 GA LOGANVILLE 6.7 SSE +US1GAWL0015 33.8271 -83.8192 293.2 GA LOGANVILLE 4.4 E +US1GAWL0019 33.8516 -83.8973 296.9 GA LOGANVILLE 1.1 N +US1GAWR0001 31.1662 -82.2662 42.4 GA WAYCROSS 6.3 ESE +US1GAWR0004 31.2249 -82.3445 38.4 GA WAYCROSS 1.2 NE +US1GAWR0005 31.1218 -82.6195 52.4 GA MANOR 3.0 NW +US1GAWS0001 33.6994 -82.6717 167.0 GA WASHINGTON 4.8 ESE +US1GAWS0003 33.7533 -82.7181 176.5 GA WASHINGTON 1.9 NE +US1GAWS0004 33.8326 -82.8958 162.5 GA RAYLE 3.0 NNE +US1GAWT0003 31.4859 -83.9145 115.8 GA SYLVESTER 5.5 WSW +US1GAWT0004 31.5448 -83.8525 123.1 GA SYLVESTER 1.5 NW +US1GAWY0002 31.7006 -81.8957 28.0 GA JESUP 7.1 N +US1GAWY0004 31.7320 -81.9578 38.7 GA JESUP 10.0 NNW +US1GAWY0006 31.6619 -81.8975 33.2 GA JESUP 4.4 N +US1GAWY0007 31.4986 -81.9817 37.5 GA SCREVEN 2.3 ENE +US1HIHI0001 19.0424 -155.6354 391.4 HI NAALEHU 4.6 WSW +US1HIHI0002 19.8313 -155.1077 178.0 HI PEPEEKEO 0.2 SSE +US1HIHI0003 19.5043 -154.9165 137.2 HI PAHOA 2.1 E +US1HIHI0004 19.9777 -155.2831 552.9 HI OOKALA 2.8 S +US1HIHI0006 19.7238 -155.9926 304.5 HI KALAOA 1.7 E +US1HIHI0008 19.3918 -154.9313 22.9 HI PAHOA 7.5 S +US1HIHI0010 19.0424 -155.6430 436.2 HI NAALEHU 5.0 WSW +US1HIHI0011 19.8095 -155.0988 108.2 HI PAPAIKOU 1.1 N +US1HIHI0012 19.0732 -155.6632 678.8 HI NAALEHU 5.7 W +US1HIHI0013 19.4391 -155.2156 1059.2 HI VOLCANO 4.3 SSE +US1HIHI0014 19.8494 -155.1500 384.7 HI HONOMU 2.8 SW +US1HIHI0015 20.0275 -155.4063 575.5 HI PAAUILO 2.5 WSW +US1HIHI0016 19.6996 -155.0728 24.4 HI HILO 1.0 ENE +US1HIHI0017 19.4333 -155.2280 1116.5 HI VOLCANO 4.5 S +US1HIHI0019 19.4594 -155.8938 238.0 HI CAPTAIN COOK 2.9 SSE +US1HIHI0020 19.7894 -155.0935 66.1 HI PAPAIKOU 0.4 SSE +US1HIHI0021 19.7136 -155.0791 5.2 HI HILO 1.3 NNE +US1HIHI0022 19.7106 -155.1145 151.8 HI HILO 2.0 WNW +US1HIHI0024 19.6970 -155.0760 41.5 HI HILO 0.7 E +US1HIHI0026 19.7217 -155.0948 45.7 HI HILO 1.8 NNW +US1HIHI0031 19.8499 -155.1105 179.2 HI PEPEEKEO 1.1 N +US1HIHI0033 20.0417 -155.4777 757.4 HI HONOKAA 2.5 SSW +US1HIHI0034 20.0606 -155.4300 332.8 HI HONOKAA 2.7 ESE +US1HIHI0035 19.1350 -155.7470 1272.5 HI HAWAIIAN OCEAN VIEW 4.7 NNE +US1HIHI0036 19.4708 -155.0842 546.8 HI MOUNTAIN VIEW 5.5 SE +US1HIHI0037 19.5145 -155.0206 295.0 HI KURTISTOWN 6.1 SSE +US1HIHI0038 19.7189 -155.9859 398.4 HI KALAOA 2.2 ESE +US1HIHI0039 19.6920 -155.0925 107.0 HI HILO 0.4 SW +US1HIHI0040 19.4338 -155.2417 1157.9 HI VOLCANO 4.4 S +US1HIHI0041 19.7892 -155.0953 75.9 HI PAPAIKOU 0.3 S +US1HIHI0042 19.5179 -155.1402 663.2 HI MOUNTAIN VIEW 0.6 ESE +US1HIHI0043 19.9960 -155.3179 540.1 HI PAAUILO 4.8 SE +US1HIHI0045 19.4572 -155.8794 385.3 HI CAPTAIN COOK 3.4 SSE +US1HIHI0047 19.9465 -155.7883 265.2 HI WAIKOLOA VILLAGE 2.7 ENE +US1HIHI0049 19.6773 -155.9870 416.4 HI HOLUALOA 4.7 NW +US1HIHI0050 20.0190 -155.3988 613.0 HI PAAUILO 2.4 SW +US1HIHI0051 19.4654 -154.9270 259.4 HI PAHOA 2.7 SSE +US1HIHI0052 19.4591 -154.9220 254.2 HI PAHOA 3.3 SSE +US1HIHI0053 19.7141 -155.1293 242.0 HI HILO 3.0 WNW +US1HIHI0055 19.5021 -155.0290 339.9 HI KURTISTOWN 6.6 SSE +US1HIHI0056 19.4573 -154.9338 285.6 HI PAHOA 3.0 SSE +US1HIHI0057 19.0421 -155.6371 394.4 HI NAALEHU 4.7 WSW +US1HIHI0059 19.0908 -155.7552 734.9 HI HAWAIIAN OCEAN VIEW 1.7 NNE +US1HIHI0060 19.5808 -155.1216 483.7 HI MOUNTAIN VIEW 4.5 NNE +US1HIHI0065 19.5473 -154.8988 53.9 HI PAHOA 4.7 NE +US1HIHI0066 19.7080 -155.1126 151.5 HI HILO 1.8 WNW +US1HIHI0067 19.6226 -155.9276 527.3 HI HOLUALOA 0.9 S +US1HIHI0068 19.6138 -154.9557 18.0 HI KEAAU 5.5 E +US1HIHI0070 19.5565 -154.8865 27.4 HI PAHOA 5.7 NE +US1HIHI0071 19.4414 -155.2487 1194.8 HI VOLCANO 4.0 S +US1HIHI0072 19.5946 -154.9360 10.1 HI HAWAIIAN PARADISE PARK 2.4 E +US1HIHN0002 21.6500 -157.9287 2.1 HI LAIE 0.2 WNW +US1HIHN0003 21.4209 -157.8183 68.0 HI KANEOHE 1.8 WNW +US1HIHN0006 21.3275 -158.0286 -999.9 HI EWA BEACH 1.3 NW +US1HIHN0008 21.6506 -157.9303 0.9 HI LAIE 0.3 WNW +US1HIHN0009 21.3361 -157.8325 126.5 HI HONOLULU 2.2 NW +US1HIHN0010 21.2850 -157.7816 112.5 HI HONOLULU 2.7 SSE +US1HIHN0011 21.4551 -157.8294 23.8 HI KANEOHE 3.9 NW +US1HIHN0013 21.3372 -157.8614 105.8 HI HONOLULU 3.9 WNW +US1HIHN0014 21.3930 -157.9186 175.0 HI AIEA 0.7 ENE +US1HIHN0015 21.4051 -158.1596 29.6 HI WAIANAE 3.4 SSE +US1HIHN0017 21.2863 -157.7826 46.0 HI HONOLULU 2.6 SSE +US1HIHN0019 21.4472 -157.7372 6.7 HI KAILUA 3.1 N +US1HIHN0020 21.3645 -158.0947 292.3 HI MAKAKILO CITY 0.6 NW +US1HIHN0022 21.3727 -157.7250 38.4 HI KAILUA 2.2 SSE +US1HIHN0023 21.3004 -157.8293 11.9 HI HONOLULU 2.0 SW +US1HIHN0025 21.5765 -158.1597 2.4 HI WAIALUA 2.0 W +US1HIHN0027 21.4039 -157.8017 20.7 HI KANEOHE 0.8 SW +US1HIKI0001 22.2080 -159.4062 96.3 HI KILAUEA 0.3 SE +US1HIKI0002 21.9923 -159.3586 60.4 HI LIHUE 1.2 NNW +US1HIKI0003 22.0805 -159.3662 111.3 HI KAPAA 1.4 SW +US1HIKI0004 21.9249 -159.4983 186.8 HI LAWAI 0.4 E +US1HIKI0005 22.0936 -159.3758 138.7 HI KAPAA 1.4 W +US1HIKI0006 22.2057 -159.4048 78.9 HI KILAUEA 0.5 SE +US1HIKI0007 22.1996 -159.4580 118.9 HI PRINCEVILLE 2.4 SE +US1HIKI0008 22.0948 -159.3278 64.6 HI KAPAA 1.7 E +US1HIKI0009 21.9870 -159.3380 25.0 HI LIHUE 1.3 NE +US1HIKI0012 22.0803 -159.3659 111.3 HI KAPAA 1.4 SSW +US1HIKI0013 22.2242 -159.4777 56.7 HI PRINCEVILLE 0.5 E +US1HIKI0014 21.9055 -159.5150 131.7 HI KALAHEO 1.3 SE +US1HIKI0018 21.9075 -159.5181 160.3 HI KALAHEO 1.1 SSE +US1HIKI0019 22.0829 -159.3786 157.0 HI KAPAA 1.9 WSW +US1HIKI0020 21.8788 -159.4518 12.2 HI KOLOA 2.1 SSE +US1HIKI0021 22.1869 -159.3236 73.8 HI ANAHOLA 2.8 N +US1HIKI0023 22.0593 -159.3650 90.5 HI KAPAA 2.7 SSW +US1HIKI0024 22.2103 -159.5492 6.4 HI HANALEI 3.0 W +US1HIKI0025 22.0722 -159.3766 106.4 HI KAPAA 2.3 SW +US1HIKI0026 22.0721 -159.3767 105.2 HI KAPAA 2.3 SW +US1HIKI0027 21.8989 -159.5026 14.9 HI LAWAI 1.8 S +US1HIKI0028 22.2172 -159.4743 86.9 HI PRINCEVILLE 0.8 ESE +US1HIMI0001 20.8761 -156.3047 416.1 HI HAIKU 3.2 SE +US1HIMI0002 21.0688 -156.9626 13.4 HI KAUNAKAKAI 3.5 ESE +US1HIMI0005 20.8825 -156.5398 257.9 HI WAILUKU 2.2 W +US1HIMI0006 21.1804 -157.2319 93.0 HI MAUNALOA 3.2 NNW +US1IAAL0003 43.1899 -91.3536 372.2 IA MONONA 9.8 N +US1IAAL0004 43.2673 -91.4669 383.4 IA WAUKON 0.5 ESE +US1IAAL0005 43.4017 -91.2851 341.4 IA LANSING 4.1 NW +US1IAAL0006 43.1409 -91.4926 329.2 IA POSTVILLE 5.5 NE +US1IAAP0001 40.7247 -92.8680 310.0 IA CENTERVILLE 0.5 SE +US1IAAP0002 40.7106 -92.8230 282.9 IA CENTERVILLE 3.0 ESE +US1IAAP0004 40.7368 -92.8852 298.1 IA CENTERVILLE 0.7 NW +US1IAAP0007 40.7345 -92.8701 295.4 IA CENTERVILLE 0.3 NE +US1IAAP0008 40.7964 -92.8125 292.6 IA CENTERVILLE 5.6 NE +US1IAAP0009 40.6820 -93.0119 319.4 IA NUMA 1.7 W +US1IAAP0010 40.7726 -93.0739 312.1 IA PLANO 1.9 NW +US1IAAP0011 40.8850 -93.0204 303.9 IA MELROSE 6.8 SSE +US1IABC0002 42.3948 -91.7654 264.9 IA QUASQUETON 0.5 W +US1IABC0003 42.4725 -91.8877 286.8 IA INDEPENDENCE 0.3 NNE +US1IABC0005 42.3217 -91.7311 267.6 IA WALKER 3.5 NE +US1IABC0006 42.4806 -91.8869 285.6 IA INDEPENDENCE 0.9 NNE +US1IABC0008 42.4715 -91.9081 284.1 IA INDEPENDENCE 0.9 WNW +US1IABC0009 42.5521 -91.7066 343.8 IA WINTHROP 5.6 NNE +US1IABH0003 42.5232 -92.4596 294.1 IA CEDAR FALLS 0.4 WNW +US1IABH0006 42.4650 -92.3410 278.0 IA WATERLOO 1.9 SSE +US1IABH0007 42.5019 -92.4418 271.0 IA CEDAR FALLS 1.4 SSE +US1IABH0008 42.5312 -92.3755 263.0 IA WATERLOO 3.0 NNW +US1IABH0009 42.4600 -92.3500 276.1 IA WATERLOO 2.2 S +US1IABH0010 42.5295 -92.4536 278.9 IA CEDAR FALLS 0.6 N +US1IABH0015 42.4494 -92.3970 281.9 IA WATERLOO 3.7 SW +US1IABH0017 42.4307 -92.2253 272.8 IA GILBERTVILLE 1.0 NW +US1IABH0018 42.4802 -92.3631 277.4 IA WATERLOO 1.0 SW +US1IABH0019 42.4823 -92.3272 265.5 IA WATERLOO 1.4 ESE +US1IABM0002 42.7373 -92.4792 284.4 IA WAVERLY 1.0 NNW +US1IABN0001 42.0224 -93.7760 338.0 IA BOONE 5.7 ESE +US1IABN0003 42.0200 -94.0100 328.0 IA OGDEN 1.6 SE +US1IABN0005 42.0913 -93.9498 326.1 IA BOONE 4.5 NW +US1IABN0009 41.8720 -93.8130 303.9 IA MADRID 0.4 SE +US1IABN0012 42.0315 -93.9619 326.1 IA BOONE 4.5 WSW +US1IABN0013 41.9484 -93.8752 321.6 IA MADRID 5.8 NNW +US1IABT0001 41.9033 -91.9301 249.9 IA NORWAY 0.4 W +US1IABT0004 41.9902 -91.8549 263.0 IA ATKINS 0.5 SSE +US1IABT0011 42.2868 -92.1064 261.8 IA MOUNT AUBURN 2.2 NNW +US1IABT0012 41.9618 -91.8366 268.5 IA FAIRFAX 4.0 NW +US1IABT0013 42.2243 -91.9066 264.3 IA URBANA 1.6 W +US1IABU0001 42.9063 -92.6428 314.6 IA CLARKSVILLE 8.5 NNE +US1IABU0002 42.6807 -93.0071 330.4 IA ACKLEY 9.2 NNE +US1IABU0003 42.7826 -92.6713 284.7 IA CLARKSVILLE 0.2 NW +US1IABV0001 42.6008 -95.2098 439.2 IA STORM LAKE 3.1 S +US1IABV0002 42.6695 -95.2999 460.6 IA ALTA 0.3 SE +US1IACD0005 41.5980 -90.9097 218.5 IA DURANT 0.2 S +US1IACD0007 41.6961 -91.3663 238.4 IA WEST BRANCH 2.0 NNW +US1IACF0002 42.1655 -95.4287 451.1 IA SCHLESWIG 0.4 NE +US1IACF0005 41.9774 -95.2664 422.8 IA DENISON 5.1 ESE +US1IACF0006 42.0517 -95.5098 406.6 IA DENISON 8.6 WNW +US1IACG0004 43.1520 -93.2243 341.4 IA MASON CITY 1.3 W +US1IACG0005 43.1608 -93.1378 338.3 IA MASON CITY 3.1 ENE +US1IACG0006 43.1328 -93.2080 356.0 IA MASON CITY 1.4 SSW +US1IACG0007 42.9771 -93.3159 350.8 IA SWALEDALE 0.0 WNW +US1IACG0011 43.1329 -93.2079 358.1 IA MASON CITY 1.4 SSW +US1IACH0002 42.5429 -94.5193 383.4 IA MANSON 1.4 NE +US1IACK0001 42.8747 -95.7182 429.2 IA CLEGHORN 4.4 N +US1IACK0002 42.7420 -95.5485 377.6 IA CHEROKEE 1.1 SSE +US1IACK0003 42.8475 -95.7024 435.9 IA CLEGHORN 2.5 NNE +US1IACK0005 42.7396 -95.5541 367.6 IA CHEROKEE 0.8 S +US1IACL0002 41.0167 -93.8175 346.9 IA OSCEOLA 2.5 WSW +US1IACL0003 41.0483 -93.9496 371.6 IA MURRAY 0.5 N +US1IACL0004 41.0413 -93.9805 369.7 IA MURRAY 1.7 W +US1IACN0001 41.8292 -90.5731 213.1 IA DE WITT 1.4 WNW +US1IACN0002 41.8436 -90.7275 218.8 IA CALAMUS 2.0 NE +US1IACN0005 41.8001 -90.2751 181.7 IA CAMANCHE 1.2 W +US1IACN0007 41.8328 -90.2069 200.3 IA CLINTON 0.9 WSW +US1IACN0008 42.0237 -90.6399 246.9 IA DELMAR 2.3 NW +US1IACN0010 41.8398 -90.2252 205.1 IA CLINTON 1.7 W +US1IACN0011 41.8339 -90.5439 220.1 IA DE WITT 0.9 N +US1IACN0012 41.9625 -90.8171 228.3 IA LOST NATION 0.3 S +US1IACN0013 41.8772 -90.4067 233.2 IA GOOSE LAKE 6.4 SSW +US1IACN0017 41.9762 -90.4984 247.2 IA CHARLOTTE 1.9 WNW +US1IACR0002 41.9065 -95.0812 420.9 IA MANNING 0.9 WSW +US1IACR0003 42.0539 -94.8720 384.0 IA CARROLL 1.1 SSW +US1IACR0005 41.9024 -95.0006 452.0 IA MANNING 3.3 E +US1IACR0006 42.1344 -94.6738 337.1 IA GLIDDEN 5.9 NNE +US1IACR0007 41.9078 -95.0608 411.5 IA MANNING 0.2 ESE +US1IACR0009 42.0089 -95.0328 422.5 IA ARCADIA 5.4 S +US1IACS0001 41.3900 -95.0061 396.8 IA ATLANTIC 0.7 SE +US1IACS0002 41.4211 -94.7199 413.9 IA ANITA 2.8 ESE +US1IACS0004 41.4211 -95.0448 349.9 IA ATLANTIC 2.2 NW +US1IACS0005 41.4943 -94.9650 410.0 IA ATLANTIC 7.1 NNE +US1IACS0007 41.4355 -94.7672 401.1 IA ANITA 0.6 S +US1IACT0007 43.0453 -91.1821 216.4 IA MARQUETTE 0.2 NNE +US1IACW0001 43.0358 -92.3180 332.8 IA NEW HAMPTON 1.7 S +US1IACW0002 43.0553 -92.3204 350.5 IA NEW HAMPTON 0.4 SW +US1IACW0003 43.0643 -92.3159 353.0 IA NEW HAMPTON 0.3 NNW +US1IACY0002 43.1584 -95.3261 413.0 IA EVERLY 0.3 WSW +US1IACY0003 43.1521 -95.1438 401.1 IA SPENCER 0.6 NE +US1IACY0004 43.1538 -95.1486 403.3 IA SPENCER 0.6 NNE +US1IADB0002 42.5045 -90.6707 200.9 IA DUBUQUE 1.0 E +US1IADB0011 42.5500 -90.6853 226.2 IA DUBUQUE 3.2 N +US1IADB0012 42.4446 -90.8385 321.9 IA PEOSTA 0.7 ESE +US1IADB0016 42.4439 -90.7942 326.4 IA PEOSTA 2.9 E +US1IADB0018 42.5209 -90.7754 256.6 IA ASBURY 1.0 WNW +US1IADB0019 42.4981 -90.7164 245.4 IA DUBUQUE 1.4 WSW +US1IADB0020 42.5112 -90.7653 271.0 IA ASBURY 0.4 SW +US1IADB0021 42.5835 -90.8783 279.5 IA RICKARDSVILLE 0.2 W +US1IADC0001 40.6597 -93.7822 328.0 IA LEON 5.8 SSW +US1IADK0002 43.2727 -94.9536 431.0 IA TERRIL 2.6 SSE +US1IADK0003 43.4030 -95.3079 438.9 IA LAKE PARK 3.2 SSE +US1IADK0004 43.3252 -95.1605 436.5 IA MILFORD 0.5 WSW +US1IADK0006 43.4516 -95.3251 447.1 IA LAKE PARK 0.2 N +US1IADL0001 41.7168 -93.9055 287.1 IA DALLAS CENTER 4.6 ENE +US1IADL0004 41.6884 -93.9675 281.0 IA DALLAS CENTER 0.9 ENE +US1IADL0005 41.6023 -93.8790 285.0 IA WAUKEE 0.9 WSW +US1IADL0013 41.7642 -93.9700 293.5 IA MINBURN 3.0 E +US1IADL0014 41.7032 -94.2715 317.0 IA LINDEN 4.0 N +US1IADL0017 41.7392 -93.9635 301.8 IA DALLAS CENTER 3.9 NNE +US1IADL0018 41.6085 -93.8736 314.9 IA WAUKEE 0.6 W +US1IADL0020 41.7459 -94.0567 297.2 IA MINBURN 1.7 WSW +US1IADL0022 41.6130 -93.8400 315.5 IA WAUKEE 1.2 ENE +US1IADL0024 41.6096 -93.8683 316.4 IA WAUKEE 0.3 WNW +US1IADL0026 41.7032 -93.9083 313.3 IA DALLAS CENTER 4.1 ENE +US1IADL0027 41.6265 -93.8550 309.4 IA WAUKEE 1.4 NNE +US1IADL0031 41.6815 -93.9553 324.9 IA DALLAS CENTER 1.5 E +US1IADM0001 40.9008 -91.1458 189.0 IA BURLINGTON 6.5 N +US1IADM0002 40.8262 -91.1629 213.1 IA WEST BURLINGTON 0.8 ENE +US1IADM0003 40.8394 -91.1279 208.5 IA BURLINGTON 2.1 N +US1IADM0004 40.8261 -91.1629 212.1 IA WEST BURLINGTON 0.8 ENE +US1IADM0007 40.7296 -91.1897 169.5 IA BURLINGTON 6.5 SSW +US1IADM0008 40.7983 -91.1150 210.9 IA BURLINGTON 0.8 SSE +US1IADM0010 40.7785 -91.1158 211.8 IA BURLINGTON 2.1 S +US1IADV0001 40.8746 -92.3524 210.9 IA BLOOMFIELD 9.4 NNE +US1IADV0002 40.7049 -92.6155 295.4 IA MOULTON 3.6 ENE +US1IADV0003 40.6262 -92.4543 276.8 IA BLOOMFIELD 8.6 SSW +US1IADV0004 40.7110 -92.4437 260.3 IA BLOOMFIELD 2.9 SSW +US1IADV0005 40.6702 -92.2015 248.4 IA MILTON 2.0 W +US1IADV0007 40.7767 -92.4885 265.8 IA BLOOMFIELD 4.2 WNW +US1IADV0008 40.7355 -92.2949 242.0 IA BLOOMFIELD 6.5 E +US1IADV0009 40.6887 -92.4406 264.0 IA BLOOMFIELD 4.3 SSW +US1IADV0010 40.8560 -92.3432 244.4 IA BLOOMFIELD 8.4 NNE +US1IADV0013 40.8897 -92.5531 268.5 IA DRAKESVILLE 7.4 NNW +US1IADV0014 40.8325 -92.5589 233.8 IA DRAKESVILLE 4.7 WNW +US1IADV0015 40.6746 -92.5674 285.9 IA BLOOMFIELD 9.3 WSW +US1IADV0016 40.6852 -92.3838 253.0 IA BLOOMFIELD 4.7 SSE +US1IADW0002 42.4946 -91.4515 292.0 IA MANCHESTER 0.7 NNE +US1IADW0006 42.3042 -91.3410 289.9 IA HOPKINTON 5.4 WSW +US1IADW0009 42.5010 -91.4560 291.4 IA MANCHESTER 1.1 N +US1IAEM0001 43.3204 -94.6890 395.0 IA WALLINGFORD 5.2 E +US1IAEM0003 43.2965 -94.6593 393.5 IA RINGSTED 7.7 W +US1IAFL0003 43.1112 -92.9940 318.5 IA NORA SPRINGS 2.4 SSE +US1IAFM0001 40.8136 -95.6070 290.8 IA SIDNEY 5.1 NNE +US1IAFR0001 42.7846 -93.3402 374.0 IA LATIMER 1.9 NE +US1IAFY0001 42.9613 -91.8102 357.8 IA WEST UNION 0.2 NE +US1IAFY0002 42.6785 -91.9289 312.1 IA OELWEIN 0.8 WNW +US1IAFY0003 43.0087 -92.0271 313.3 IA WAUCOMA 3.2 S +US1IAFY0004 43.0578 -92.0350 318.5 IA WAUCOMA 0.2 N +US1IAGN0001 42.1807 -94.4668 337.1 IA CHURDAN 1.9 NNE +US1IAGN0002 42.0172 -94.3801 321.0 IA JEFFERSON 0.2 WSW +US1IAGN0004 42.1397 -94.4747 341.1 IA CHURDAN 1.0 S +US1IAGT0001 41.7991 -94.3093 321.0 IA JAMAICA 3.2 S +US1IAGT0002 41.5620 -94.6428 440.1 IA ADAIR 4.3 N +US1IAGT0003 41.8458 -94.4310 335.0 IA BAGLEY 0.1 W +US1IAHB0002 42.7376 -94.1918 341.4 IA HUMBOLDT 2.0 NE +US1IAHD0002 42.5144 -93.3783 356.0 IA ALDEN 0.1 NNE +US1IAHD0005 42.3652 -93.0782 297.5 IA ELDORA 1.2 ENE +US1IAHM0001 42.4675 -93.8240 323.1 IA WEBSTER CITY 0.5 NW +US1IAHN0002 43.1070 -93.8036 370.0 IA BRITT 0.7 N +US1IAHN0004 43.0991 -93.6103 372.2 IA GARNER 0.4 W +US1IAHR0002 41.8413 -95.7684 438.9 IA WOODBINE 7.9 NNW +US1IAHR0003 41.6654 -95.7979 378.6 IA LOGAN 1.5 NNW +US1IAHR0004 41.5495 -95.5722 363.3 IA PERSIA 2.0 S +US1IAHR0005 41.7138 -95.8760 404.8 IA LOGAN 6.5 NW +US1IAHR0006 41.7626 -95.6442 348.4 IA WOODBINE 3.7 ENE +US1IAHR0007 41.6858 -96.0312 310.9 IA MONDAMIN 1.7 SSW +US1IAHR0010 41.5884 -95.8844 380.7 IA MISSOURI VALLEY 2.1 NNE +US1IAHR0011 41.5504 -95.9344 306.3 IA MISSOURI VALLEY 2.1 WSW +US1IAHR0013 41.5882 -95.7810 376.7 IA MISSOURI VALLEY 6.3 ENE +US1IAHR0014 41.8521 -96.0991 316.1 IA BLENCOE 5.4 S +US1IAHR0016 41.6500 -95.8058 368.2 IA LOGAN 0.8 WNW +US1IAHY0001 40.9142 -91.4293 224.9 IA NEW LONDON 1.5 SW +US1IAHY0002 40.9153 -91.5638 209.4 IA MOUNT PLEASANT 3.4 SSW +US1IAHY0004 40.9239 -91.3985 230.1 IA NEW LONDON 0.5 ESE +US1IAHY0005 40.8589 -91.5647 189.9 IA SALEM 3.1 ESE +US1IAIA0001 41.5866 -92.0551 257.6 IA WILLIAMSBURG 6.2 SW +US1IAIA0002 41.7621 -92.0847 246.9 IA MARENGO 2.6 SSW +US1IAIA0006 41.8074 -91.9650 233.5 IA AMANA 4.7 W +US1IAIA0013 41.5824 -92.0054 264.0 IA PARNELL 0.1 SSW +US1IAIA0018 41.8492 -92.0600 249.9 IA MARENGO 3.6 N +US1IAID0004 42.2830 -95.3628 452.0 IA ARTHUR 3.7 SSW +US1IAJC0001 42.0857 -90.2569 253.0 IA SABULA 4.4 WNW +US1IAJC0002 42.0815 -90.8795 246.0 IA MONMOUTH 0.5 NNE +US1IAJC0004 42.0785 -90.8817 230.1 IA MONMOUTH 0.3 N +US1IAJC0005 42.2550 -90.4311 193.2 IA BELLEVUE 0.3 SSW +US1IAJC0006 42.1527 -90.5924 269.7 IA ANDREW 0.1 S +US1IAJF0007 40.9972 -91.9664 235.3 IA FAIRFIELD 0.7 S +US1IAJF0010 41.0084 -91.9552 233.8 IA FAIRFIELD 0.6 E +US1IAJH0001 41.8040 -91.4891 245.1 IA SOLON 0.3 ESE +US1IAJH0006 41.6728 -91.5248 237.1 IA IOWA CITY 1.1 NNE +US1IAJH0008 41.7465 -91.5921 235.6 IA NORTH LIBERTY 1.0 ENE +US1IAJH0009 41.5877 -91.7451 229.8 IA KALONA 7.3 NNW +US1IAJH0010 41.7067 -91.6289 219.2 IA CORALVILLE 1.8 NW +US1IAJH0013 41.7493 -91.6398 243.8 IA NORTH LIBERTY 1.7 WNW +US1IAJH0014 41.8483 -91.6921 249.6 IA SWISHER 0.4 NNE +US1IAJH0019 41.6546 -91.5609 241.4 IA IOWA CITY 1.4 W +US1IAJH0020 41.6702 -91.6030 237.7 IA CORALVILLE 1.4 S +US1IAJH0021 41.7452 -91.4333 231.6 IA IOWA CITY 8.0 NE +US1IAJH0022 41.6807 -91.5800 227.1 IA CORALVILLE 1.3 SE +US1IAJH0023 41.6873 -91.7011 238.4 IA TIFFIN 1.8 SW +US1IAJH0026 41.6462 -91.5206 214.3 IA IOWA CITY 1.1 SE +US1IAJH0027 41.7318 -91.6152 239.0 IA NORTH LIBERTY 0.7 SSW +US1IAJN0004 42.0763 -91.3019 276.1 IA ANAMOSA 2.5 SSW +US1IAJN0010 42.1130 -91.1405 296.6 IA CENTER JUNCTION 2.6 W +US1IAJN0014 42.0928 -91.2508 253.9 IA ANAMOSA 1.9 SE +US1IAJS0002 41.5384 -92.9439 264.9 IA REASNOR 4.9 SE +US1IAJS0004 41.7026 -92.9444 292.3 IA KELLOGG 2.1 WSW +US1IAKK0001 41.4087 -92.2916 246.9 IA WHAT CHEER 3.3 E +US1IAKK0003 41.3371 -92.2281 222.2 IA SIGOURNEY 1.1 W +US1IAKS0004 43.0663 -94.2221 371.9 IA ALGONA 0.7 SE +US1IAKS0005 43.2055 -94.2274 362.4 IA BURT 0.5 NW +US1IALC0005 40.9183 -93.3712 326.4 IA CHARITON 7.6 SSW +US1IALC0007 41.0612 -93.4701 317.0 IA LUCAS 2.1 NNW +US1IALC0009 41.0153 -93.2225 313.6 IA CHARITON 4.6 E +US1IALC0010 41.0924 -93.2564 312.1 IA WILLIAMSON 0.3 N +US1IALC0011 41.0014 -93.2027 312.1 IA RUSSELL 1.5 N +US1IALC0012 41.0054 -93.3443 305.4 IA CHARITON 2.0 WSW +US1IALC0014 41.1101 -93.4337 312.7 IA CHARITON 9.1 NW +US1IALE0003 40.5886 -91.4357 168.9 IA MONTROSE 4.5 NNW +US1IALE0004 40.5176 -91.4857 207.3 IA MONTROSE 3.7 W +US1IALE0006 40.6310 -91.3022 168.2 IA FORT MADISON 2.7 ENE +US1IALE0007 40.4166 -91.3968 201.5 IA KEOKUK 0.6 NE +US1IALE0008 40.6290 -91.3408 164.6 IA FORT MADISON 0.9 NE +US1IALE0009 40.5297 -91.4189 168.9 IA MONTROSE 0.3 NNW +US1IALE0011 40.7845 -91.5623 197.5 IA WEST POINT 7.5 NW +US1IALN0003 41.8705 -91.5807 231.0 IA ELY 0.5 SE +US1IALN0004 42.0125 -91.7099 239.9 IA CEDAR RAPIDS 3.4 NW +US1IALN0005 41.9864 -91.6339 245.7 IA CEDAR RAPIDS 2.1 ENE +US1IALN0007 42.1983 -91.6543 287.1 IA CENTRAL CITY 6.7 W +US1IALN0009 42.0478 -91.5743 262.1 IA MARION 1.2 NE +US1IALN0013 41.9770 -91.6079 257.9 IA CEDAR RAPIDS 3.2 E +US1IALN0015 42.0751 -91.6803 281.3 IA ROBINS 0.6 WSW +US1IALN0017 42.0580 -91.4453 253.0 IA SPRINGVILLE 0.2 NNW +US1IALN0023 42.0734 -91.6663 260.6 IA ROBINS 0.4 SSE +US1IALN0024 42.0025 -91.8146 267.0 IA PALO 4.4 SSW +US1IALN0027 42.0552 -91.6072 263.0 IA MARION 1.7 NNW +US1IALN0030 42.1932 -91.7826 246.3 IA CENTER POINT 0.6 NNW +US1IALN0031 42.0007 -91.6326 257.3 IA CEDAR RAPIDS 2.7 NE +US1IALN0032 41.9568 -91.7063 248.1 IA CEDAR RAPIDS 2.2 WSW +US1IALN0035 42.0482 -91.5482 263.3 IA MARION 2.3 ENE +US1IALN0036 42.0509 -91.8701 259.4 IA SHELLSBURG 2.9 S +US1IALN0039 41.9547 -91.7105 253.9 IA CEDAR RAPIDS 2.5 WSW +US1IALN0040 42.0108 -91.6532 238.4 IA CEDAR RAPIDS 2.7 NNE +US1IALN0042 41.9272 -91.4118 256.9 IA MOUNT VERNON 0.7 ENE +US1IALS0002 41.0986 -91.2197 212.1 IA MORNING SUN 1.7 E +US1IALS0003 41.1750 -91.1889 178.0 IA WAPELLO 0.2 S +US1IALS0005 41.1144 -91.1302 172.8 IA WAPELLO 5.4 SE +US1IALY0002 43.4393 -96.3266 423.7 IA LESTER 0.2 E +US1IALY0006 43.4689 -96.1560 416.1 IA ROCK RAPIDS 3.0 N +US1IALY0009 43.4721 -96.4313 449.6 IA LARCHWOOD 1.2 NNE +US1IAMA0002 41.3920 -92.9355 252.1 IA PELLA 1.4 SW +US1IAMA0004 41.4029 -92.9075 256.9 IA PELLA 0.7 SE +US1IAMA0005 41.4223 -92.9196 256.0 IA PELLA 0.9 N +US1IAMA0007 41.3903 -92.9390 263.7 IA PELLA 1.6 SW +US1IAMA0009 41.4225 -92.9207 254.5 IA PELLA 1.0 N +US1IAMC0006 41.4541 -91.0575 209.4 IA MUSCATINE 2.6 NNE +US1IAMC0010 41.4382 -91.0711 214.9 IA MUSCATINE 1.4 N +US1IAMC0011 41.4379 -91.3350 189.9 IA NICHOLS 3.2 SSW +US1IAMC0013 41.4481 -91.0743 204.2 IA MUSCATINE 2.1 N +US1IAMC0015 41.5822 -91.2694 213.7 IA WEST LIBERTY 0.7 NNW +US1IAMC0016 41.4736 -91.0033 209.4 IA MUSCATINE 5.2 NE +US1IAMD0002 41.3408 -94.0229 351.1 IA WINTERSET 0.3 NW +US1IAMD0003 41.4964 -94.1599 338.9 IA EARLHAM 2.0 W +US1IAMD0004 41.3402 -94.0197 341.1 IA WINTERSET 0.2 NNW +US1IAMH0004 41.2740 -92.6504 240.2 IA OSKALOOSA 1.4 SSW +US1IAMH0006 41.3719 -92.4975 248.7 IA ROSE HILL 4.0 NNW +US1IAMH0008 41.3821 -92.6228 248.7 IA NEW SHARON 6.3 SSE +US1IAMH0009 41.2261 -92.7537 253.6 IA OSKALOOSA 7.5 SW +US1IAMH0010 41.4323 -92.6509 258.8 IA NEW SHARON 2.6 S +US1IAML0002 41.0086 -95.5861 314.9 IA MALVERN 0.1 NNW +US1IAMN0002 41.9408 -96.0897 318.2 IA BLENCOE 0.9 NNW +US1IAMR0001 41.0624 -92.7111 273.1 IA ALBIA 5.4 ENE +US1IAMR0004 40.9353 -93.0827 305.7 IA MELROSE 3.6 SSW +US1IAMS0002 42.0435 -92.8861 271.0 IA MARSHALLTOWN 1.4 ENE +US1IAMS0004 42.0170 -93.1702 330.1 IA STATE CENTER 0.3 WNW +US1IAMS0005 42.0528 -92.9349 275.8 IA MARSHALLTOWN 1.7 NW +US1IAMT0001 43.2837 -92.7176 357.8 IA OSAGE 4.7 E +US1IAMY0002 41.0752 -95.3834 375.5 IA EMERSON 4.0 NNE +US1IAOS0001 43.4473 -95.4328 474.9 IA HARRIS 0.1 NNE +US1IAOS0002 43.3224 -95.4752 436.5 IA MAY CITY 0.1 NNW +US1IAPA0002 42.9561 -94.4477 363.3 IA WEST BEND 0.3 S +US1IAPA0003 43.1273 -94.9015 437.1 IA RUTHVEN 0.2 SW +US1IAPA0005 42.9631 -94.5540 360.3 IA WEST BEND 5.4 W +US1IAPA0006 42.9762 -94.4819 359.4 IA WEST BEND 2.1 WNW +US1IAPC0003 42.8495 -94.8527 402.0 IA LAURENS 0.3 WNW +US1IAPC0006 42.7347 -94.6792 377.3 IA POCAHONTAS 0.6 W +US1IAPC0008 42.6365 -94.8948 383.7 IA FONDA 4.5 NNW +US1IAPG0003 40.6249 -95.1235 350.2 IA COLLEGE SPRINGS 0.3 NNW +US1IAPK0001 41.6092 -93.7102 263.0 IA WINDSOR HEIGHTS 0.3 NNE +US1IAPK0002 41.6917 -93.6368 284.1 IA ANKENY 2.8 SW +US1IAPK0003 41.6066 -93.6956 260.9 IA DES MOINES 4.5 WNW +US1IAPK0008 41.6161 -93.6708 257.9 IA DES MOINES 3.9 NW +US1IAPK0012 41.7161 -93.7898 285.9 IA GRIMES 3.8 N +US1IAPK0013 41.6467 -93.4855 288.0 IA ALTOONA 0.6 WSW +US1IAPK0014 41.7321 -93.6498 303.6 IA ANKENY 2.3 WNW +US1IAPK0017 41.5482 -93.6036 280.1 IA DES MOINES 2.1 SSE +US1IAPK0021 41.7366 -93.7236 292.3 IA JOHNSTON 3.7 NNW +US1IAPK0022 41.5480 -93.5940 287.1 IA DES MOINES 2.3 SSE +US1IAPK0023 41.5816 -93.7571 273.1 IA WEST DES MOINES 0.8 NNW +US1IAPK0025 41.6265 -93.7066 288.6 IA URBANDALE 1.9 ESE +US1IAPK0026 41.6148 -93.7029 262.1 IA WINDSOR HEIGHTS 0.8 NE +US1IAPK0027 41.6035 -93.7599 274.0 IA CLIVE 0.6 ESE +US1IAPK0028 41.6749 -93.7508 278.0 IA JOHNSTON 2.6 WSW +US1IAPK0030 41.5316 -93.6091 273.1 IA DES MOINES 3.1 S +US1IAPK0033 41.5670 -93.7798 278.0 IA WEST DES MOINES 1.4 W +US1IAPK0034 41.6097 -93.6035 256.0 IA DES MOINES 2.4 NNE +US1IAPK0036 41.7833 -93.7999 296.6 IA MADRID 6.4 S +US1IAPK0037 41.5981 -93.6995 263.0 IA WINDSOR HEIGHTS 0.8 SE +US1IAPK0042 41.5303 -93.6312 288.0 IA DES MOINES 3.3 SSW +US1IAPK0045 41.6559 -93.7135 270.1 IA URBANDALE 1.9 NE +US1IAPK0054 41.7739 -93.7247 294.4 IA POLK CITY 0.4 W +US1IAPK0057 41.6738 -93.7886 296.0 IA GRIMES 0.9 N +US1IAPK0062 41.7384 -93.6212 294.7 IA ANKENY 1.2 NW +US1IAPK0063 41.6484 -93.6906 261.5 IA DES MOINES 5.4 NW +US1IAPK0065 41.5760 -93.7818 280.7 IA WEST DES MOINES 1.5 WNW +US1IAPK0068 41.6061 -93.7462 257.9 IA CLIVE 1.2 E +US1IAPK0070 41.6842 -93.7350 254.8 IA JOHNSTON 1.7 W +US1IAPK0071 41.6047 -93.7151 264.0 IA WINDSOR HEIGHTS 0.2 W +US1IAPK0073 41.6360 -93.6063 258.8 IA DES MOINES 4.1 N +US1IAPK0074 41.6487 -93.6432 244.8 IA SAYLORVILLE 2.6 SSW +US1IAPK0075 41.6073 -93.7717 266.4 IA CLIVE 0.1 WSW +US1IAPK0080 41.7023 -93.4663 294.1 IA BONDURANT 1.0 NNW +US1IAPK0083 41.6312 -93.4658 294.7 IA ALTOONA 1.5 SSE +US1IAPK0088 41.6172 -93.7057 294.4 IA DES MOINES 5.4 WNW +US1IAPK0089 41.7731 -93.5763 296.9 IA ANKENY 3.7 NNE +US1IAPK0092 41.6843 -93.6292 273.7 IA DES MOINES 7.5 N +US1IAPK0095 41.6127 -93.6697 308.5 IA DES MOINES 3.7 NW +US1IAPK0097 41.7438 -93.5909 281.9 IA ANKENY 1.5 NNE +US1IAPK0098 41.6246 -93.6966 287.4 IA DES MOINES 5.3 NW +US1IAPK0102 41.6717 -93.4743 289.9 IA BONDURANT 1.3 SSW +US1IAPL0001 42.8078 -96.2692 388.9 IA BRUNSVILLE 0.3 SSW +US1IAPL0004 42.8138 -95.9808 403.6 IA REMSEN 0.4 W +US1IAPL0005 42.7796 -96.1571 402.0 IA LE MARS 0.9 SE +US1IAPL0008 42.5803 -95.9690 394.7 IA KINGSLEY 0.5 S +US1IAPT0002 41.2853 -95.8336 362.1 IA COUNCIL BLUFFS 3.4 NNE +US1IAPT0005 41.2661 -95.8370 337.1 IA COUNCIL BLUFFS 2.1 NNE +US1IAPT0006 41.2651 -95.8173 352.0 IA COUNCIL BLUFFS 2.8 NE +US1IAPT0007 41.2425 -95.7907 345.0 IA COUNCIL BLUFFS 3.6 E +US1IAPT0013 41.2116 -95.8480 297.2 IA COUNCIL BLUFFS 2.1 SSE +US1IAPW0001 41.8051 -92.7578 310.0 IA GRINNELL 4.8 NNW +US1IAPW0002 41.7553 -92.7298 310.0 IA GRINNELL 1.1 NNW +US1IAPW0004 41.7465 -92.7310 308.8 IA GRINNELL 0.6 NW +US1IASC0002 42.3123 -95.1602 412.1 IA ODEBOLT 4.8 E +US1IASC0003 42.3024 -95.0224 369.1 IA LAKE VIEW 1.3 ESE +US1IASC0004 42.3762 -95.2839 416.1 IA ODEBOLT 4.7 NNW +US1IASH0001 41.6444 -95.3211 370.0 IA HARLAN 0.4 SE +US1IASH0003 41.5905 -95.0592 410.9 IA ELK HORN 0.2 SSE +US1IASH0006 41.7181 -95.2531 392.3 IA KIRKMAN 1.0 SE +US1IASR0002 42.0448 -93.6174 298.1 IA AMES 1.5 NNE +US1IASR0005 42.0604 -93.6371 289.9 IA AMES 2.6 NNW +US1IASR0008 42.1038 -93.6434 306.0 IA GILBERT 0.3 SE +US1IASR0010 42.0143 -93.4488 306.9 IA NEVADA 0.3 SSE +US1IASR0012 42.0544 -93.6267 292.9 IA AMES 2.1 N +US1IASR0013 42.0274 -93.4589 305.1 IA NEVADA 0.8 NW +US1IASR0014 41.9794 -93.5343 289.0 IA NEVADA 5.1 WSW +US1IASR0017 42.0289 -93.6095 282.9 IA AMES 0.9 ENE +US1IASR0019 42.1079 -93.6511 302.1 IA GILBERT 0.2 W +US1IASR0021 42.0517 -93.6253 292.9 IA AMES 2.0 N +US1IASR0022 42.0613 -93.6420 292.0 IA AMES 2.7 NNW +US1IASR0029 42.0191 -93.6741 309.4 IA AMES 2.5 W +US1IASR0031 42.0381 -93.6143 293.2 IA AMES 1.2 NNE +US1IASR0033 42.1685 -93.5756 310.3 IA STORY CITY 1.5 SSE +US1IASR0034 41.9513 -93.4480 290.2 IA NEVADA 4.6 S +US1IASR0036 41.9775 -93.5334 286.5 IA NEVADA 5.1 WSW +US1IAST0001 41.6235 -90.3514 210.3 IA LE CLAIRE 1.8 NNE +US1IAST0002 41.5758 -90.6159 207.6 IA DAVENPORT 3.3 NW +US1IAST0003 41.6885 -90.5438 241.1 IA PARK VIEW 0.2 WSW +US1IAST0004 41.5264 -90.5858 220.1 IA DAVENPORT 0.9 SSW +US1IAST0006 41.5975 -90.3613 221.0 IA LE CLAIRE 0.2 ESE +US1IAST0008 41.5401 -90.4492 182.9 IA BETTENDORF 2.2 SE +US1IAST0009 41.5324 -90.5845 220.1 IA DAVENPORT 0.6 SW +US1IAST0010 41.5481 -90.5430 196.0 IA DAVENPORT 1.9 ENE +US1IAST0011 41.5785 -90.4990 214.9 IA BETTENDORF 1.5 NW +US1IAST0012 41.5078 -90.6224 175.0 IA DAVENPORT 3.2 SW +US1IAST0021 41.6459 -90.5852 238.0 IA ELDRIDGE 0.6 S +US1IAST0022 41.6965 -90.5449 241.1 IA ELDRIDGE 3.5 NE +US1IAST0023 41.5177 -90.6072 174.3 IA DAVENPORT 2.1 SW +US1IAST0024 41.6514 -90.5731 239.9 IA ELDRIDGE 0.6 ESE +US1IAST0028 41.5550 -90.5055 203.0 IA BETTENDORF 1.6 WSW +US1IAST0029 41.5885 -90.5070 214.0 IA DAVENPORT 5.0 NE +US1IAST0030 41.6447 -90.5871 236.8 IA ELDRIDGE 0.7 SSW +US1IAST0031 41.5845 -90.6159 216.7 IA DAVENPORT 3.8 NNW +US1IAST0034 41.5409 -90.6319 220.4 IA DAVENPORT 2.9 W +US1IAST0037 41.5445 -90.5910 204.8 IA DAVENPORT 0.9 WNW +US1IAST0042 41.5432 -90.4675 206.0 IA RIVERDALE 0.5 N +US1IASX0002 43.1270 -96.1567 434.0 IA SIOUX CENTER 3.6 NNE +US1IASX0005 42.9827 -95.9939 426.4 IA ALTON 0.7 ESE +US1IASX0006 42.9678 -96.0626 414.2 IA ORANGE CITY 2.5 S +US1IASX0007 43.1131 -96.1795 449.0 IA SIOUX CENTER 2.6 N +US1IASX0009 43.0060 -96.0527 426.1 IA ORANGE CITY 0.3 ENE +US1IASX0010 43.0819 -96.1718 444.4 IA SIOUX CENTER 0.4 N +US1IATM0003 42.2169 -92.3184 308.2 IA DYSART 3.1 N +US1IATM0004 41.9911 -92.3816 276.5 IA VINING 0.2 ENE +US1IATY0001 40.6623 -94.7264 346.9 IA BEDFORD 0.6 S +US1IATY0002 40.8006 -94.9102 358.4 IA NEW MARKET 4.7 N +US1IATY0004 40.6761 -94.7303 372.5 IA BEDFORD 0.5 NW +US1IAUN0001 41.0654 -94.3545 396.8 IA CRESTON 0.7 NE +US1IAUN0003 40.9879 -94.0312 347.2 IA MURRAY 5.7 SW +US1IAVB0003 40.6308 -91.8051 201.5 IA FARMINGTON 3.5 W +US1IAVB0004 40.6290 -91.8051 200.9 IA FARMINGTON 3.5 W +US1IAVB0007 40.6413 -91.7434 139.9 IA FARMINGTON 0.3 NW +US1IAVB0008 40.6328 -91.7848 207.6 IA FARMINGTON 2.4 W +US1IAVB0009 40.6436 -91.7421 171.9 IA FARMINGTON 0.4 NNW +US1IAVB0011 40.6315 -92.0604 240.8 IA CANTRIL 0.9 SSE +US1IAWB0001 42.2788 -94.2953 348.1 IA GOWRIE 0.4 WNW +US1IAWB0003 42.5193 -94.1504 340.2 IA FORT DODGE 1.6 ENE +US1IAWB0005 42.6426 -94.1879 338.0 IA BADGER 3.1 NW +US1IAWB0006 42.2820 -94.1100 345.0 IA DAYTON 2.4 NW +US1IAWB0009 42.4951 -94.1598 337.4 IA FORT DODGE 1.2 SE +US1IAWB0012 42.5372 -94.2791 340.8 IA FORT DODGE 5.6 WNW +US1IAWB0015 42.6099 -94.4424 363.3 IA CLARE 5.2 WNW +US1IAWD0007 42.5108 -96.4061 391.4 IA SIOUX CITY 0.7 NW +US1IAWG0006 42.6585 -93.9244 341.1 IA EAGLE GROVE 1.3 WSW +US1IAWH0001 43.3439 -91.6443 289.0 IA DECORAH 7.9 ENE +US1IAWH0003 43.2964 -91.8020 318.2 IA DECORAH 0.8 SW +US1IAWH0004 43.1422 -91.9313 320.0 IA FORT ATKINSON 0.2 SE +US1IAWH0005 43.2648 -91.7029 336.2 IA DECORAH 4.9SE +US1IAWH0006 43.2998 -91.7840 271.6 IA DECORAH 0.6 SE +US1IAWH0007 43.4577 -91.9974 364.8 IA CRESCO 8.4 NE +US1IAWN0001 43.4196 -93.5305 389.8 IA LAKE MILLS 0.2 NNE +US1IAWP0003 41.0040 -92.4390 205.1 IA OTTUMWA 1.5 SW +US1IAWP0005 40.9580 -92.4044 208.8 IA OTTUMWA 4.3 S +US1IAWP0006 41.0414 -92.3866 234.4 IA OTTUMWA 2.2 NE +US1IAWP0007 40.9972 -92.4109 196.3 IA OTTUMWA 1.6 SSE +US1IAWP0008 40.9288 -92.1931 238.4 IA ELDON 1.5 ENE +US1IAWP0011 41.0026 -92.5714 246.9 IA BLAKESBURG 4.4 NE +US1IAWR0001 41.3286 -93.5503 249.9 IA INDIANOLA 2.4 SSE +US1IAWR0003 41.5020 -93.6137 277.1 IA DES MOINES 5.2 S +US1IAWR0005 41.4611 -93.3859 248.1 IA HARTFORD 1.0 ENE +US1IAWR0006 41.4405 -93.6883 276.1 IA NORWALK 4.0 S +US1IAWR0007 41.3505 -93.5729 288.0 IA INDIANOLA 0.8 SSW +US1IAWR0015 41.4759 -93.6660 265.5 IA NORWALK 1.7 SSE +US1IAWR0017 41.4854 -93.7617 301.1 IA CUMMING 0.1 N +US1IAWR0021 41.4914 -93.6810 292.9 IA NORWALK 0.5 S +US1IAWS0002 41.3964 -91.5411 219.8 IA AINSWORTH 7.4 N +US1IAWS0007 41.4581 -91.7607 230.4 IA WELLMAN 4.0 E +US1IAWS0008 41.2411 -91.7715 218.2 IA WASHINGTON 5.8 SW +US1IAWT0001 43.3259 -93.0642 374.0 IA GRAFTON 0.4 SE +US1IAWY0003 40.6815 -93.1543 322.5 IA SEYMOUR 1.7 W +US1IAWY0004 40.7467 -93.1622 323.1 IA PROMISE CITY 0.6 W +US1IAWY0006 40.7448 -93.1808 322.8 IA PROMISE CITY 1.6 W +US1IAWY0007 40.7160 -93.2694 325.5 IA ALLERTON 5.1 E +US1IAWY0009 40.6532 -93.2700 328.0 IA CORYDON 7.7 SSE +US1IAWY0010 40.6965 -93.3697 334.7 IA ALLERTON 0.8 S +US1IAWY0011 40.5940 -93.1732 325.5 IA SEYMOUR 6.7 SSW +US1IDAD0002 43.6695 -116.2653 799.2 ID BOISE 5.3 NW +US1IDAD0004 43.7264 -116.2568 868.4 ID BOISE 8.8 NNW +US1IDAD0005 43.6231 -116.2963 816.3 ID BOISE 4.4 WNW +US1IDAD0006 43.5446 -116.1050 883.0 ID BOISE 6.7 SE +US1IDAD0007 43.4704 -116.4037 835.8 ID KUNA 1.5 SSE +US1IDAD0008 43.6684 -116.2465 882.4 ID BOISE 4.9 NNW +US1IDAD0009 43.6323 -116.2045 827.8 ID BOISE 2.1 NNE +US1IDAD0011 43.5695 -116.3248 824.5 ID BOISE 6.1 SW +US1IDAD0012 43.6165 -116.1888 833.3 ID BOISE 1.5 NE +US1IDAD0013 43.4340 -116.3341 853.1 ID KUNA 5.7 SE +US1IDAD0014 43.6640 -116.2507 808.3 ID BOISE 5.2 NW +US1IDAD0019 43.5727 -116.1647 840.0 ID BOISE 3.9 SE +US1IDAD0020 43.5772 -116.1565 834.2 ID BOISE 4.8 ESE +US1IDAD0021 43.5484 -116.1337 903.7 ID BOISE CITY 6.1 SE +US1IDAD0025 43.5758 -116.1377 840.6 ID BOISE CITY 4.9 ESE +US1IDAD0026 43.5726 -116.4032 823.6 ID MERIDIAN 2.7 S +US1IDAD0027 43.5650 -116.3555 816.6 ID MERIDIAN 3.9 SE +US1IDAD0030 43.5719 -116.1794 838.8 ID BOISE 3.4 SE +US1IDAD0031 43.5833 -116.1889 833.6 ID BOISE 2.5 SE +US1IDAD0035 43.6479 -116.2513 805.9 ID BOISE 3.1 NNW +US1IDAD0036 43.6487 -116.4169 784.6 ID MERIDIAN 2.7 NNW +US1IDAD0037 43.5814 -116.1847 835.5 ID BOISE CITY 2.7 SE +US1IDAD0040 43.5336 -116.4227 814.7 ID MERIDIAN 5.5 SSW +US1IDAD0043 43.5442 -116.1424 897.9 ID BOISE CITY 6.0 SE +US1IDAD0045 43.5508 -116.3526 819.0 ID MERIDIAN 4.8 SSE +US1IDAD0046 43.5739 -116.1437 838.2 ID BOISE 4.7 ESE +US1IDAD0050 43.6467 -116.3555 800.1 ID BOISE 7.0 WNW +US1IDAD0056 43.4823 -116.3236 860.5 ID KUNA 6.1 SSE +US1IDAM0001 44.9748 -116.2860 1179.3 ID NEW MEADOWS 0.3 NNW +US1IDAM0002 44.9345 -116.1753 1556.0 ID MCCALL 3.6 WNW +US1IDBD0001 48.6445 -116.2877 687.3 ID BONNERS FERRY 3.5 SSE +US1IDBD0002 48.7323 -116.2831 710.8 ID BONNERS FERRY 3.2 NNE +US1IDBD0004 48.7111 -116.2014 697.1 ID MOYIE SPRINGS 1.0 SSW +US1IDBD0005 48.5751 -116.3985 610.8 ID NAPLES 0.4 NW +US1IDBD0006 48.7310 -116.3313 694.6 ID BONNERS FERRY 2.8 NNW +US1IDBG0001 43.3738 -112.0573 1416.7 ID SHELLEY 3.3 E +US1IDBG0004 43.2469 -112.2588 1384.7 ID BLACKFOOT 5.7 NE +US1IDBK0001 42.9198 -112.4735 1366.1 ID CHUBBUCK 0.5 WSW +US1IDBK0009 42.9051 -112.4156 1470.4 ID POCATELLO 3.3 NE +US1IDBK0010 42.8708 -112.4126 1480.7 ID POCATELLO 2.9 E +US1IDBK0011 42.8781 -112.4130 1499.9 ID POCATELLO 1.9 E +US1IDBK0012 42.9161 -112.4571 1365.2 ID CHUBBUCK 0.6 SE +US1IDBK0014 42.8725 -112.3311 1811.7 ID POCATELLO 7.0 E +US1IDBK0015 42.8281 -112.4247 1386.8 ID POCATELLO 4.0 SSE +US1IDBK0016 42.8998 -112.4311 1408.2 ID POCATELLO 2.5 NE +US1IDBK0018 42.9309 -112.4747 1366.4 ID CHUBBUCK 0.8 NW +US1IDBK0021 42.6268 -112.2204 1435.9 ID MCCAMMON 2.0 SW +US1IDBL0001 42.3320 -111.2979 1816.9 ID MONTPELIER 0.6 NNE +US1IDBN0003 43.4626 -114.2553 1582.2 ID BELLEVUE 0.3 SSE +US1IDBN0005 43.5080 -114.3070 1615.4 ID HAILEY 0.5 WSW +US1IDBR0001 48.1301 -116.6047 696.8 ID COCOLALLA 1.7 NNE +US1IDBR0002 48.1062 -116.1324 670.6 ID CLARK FORK 3.5 SE +US1IDBR0003 48.2357 -116.5447 682.8 ID SAGLE 1.8 NNE +US1IDBR0004 48.2811 -116.5597 643.1 ID SANDPOINT 0.1 NW +US1IDBR0008 48.3845 -116.3052 823.0 ID SANDPOINT 13.3 NE +US1IDBR0009 48.2011 -116.8740 730.0 ID PRIEST RIVER 2.0 ENE +US1IDBR0013 48.3773 -116.5259 666.9 ID SANDPOINT 6.9 NNE +US1IDBR0014 48.1856 -116.6779 716.0 ID SAGLE 6.2 WSW +US1IDBR0015 48.0324 -116.8062 657.5 ID PRIEST RIVER 11.6 SSE +US1IDBR0017 48.0938 -116.7822 667.8 ID PRIEST RIVER 8.6 SE +US1IDBR0018 48.5231 -116.8224 755.3 ID COOLIN 3.0 NNE +US1IDBR0019 48.2495 -116.6050 630.9 ID DOVER 0.4 SW +US1IDBR0022 48.3844 -116.2578 1011.9 ID HOPE 9.7 NNE +US1IDBR0024 48.1865 -116.1666 695.9 ID CLARK FORK 2.7 N +US1IDBR0025 48.0956 -117.0407 697.1 ID OLDTOWN 6.0 S +US1IDBR0026 48.2642 -116.8645 672.7 ID PRIEST RIVER 5.9 NNE +US1IDBR0027 48.3995 -116.3153 839.7 ID SANDPOINT 13.9 NE +US1IDBR0028 48.2109 -116.3847 683.4 ID HOPE 4.4 SW +US1IDBR0029 48.4051 -116.4369 681.5 ID SANDPOINT 10.3 NNE +US1IDBR0030 48.2671 -116.5560 636.7 ID SANDPOINT 0.9 S +US1IDBR0033 48.1786 -116.6801 651.4 ID DOVER 6.4 SW +US1IDBR0034 48.0807 -116.0747 696.5 ID CLARK FORK 6.6 SE +US1IDBS0001 43.6524 -115.9729 1039.1 ID BOISE 12.5 ENE +US1IDBS0003 43.6560 -115.9726 1051.6 ID BOISE CITY 13.1 ENE +US1IDBS0004 44.1170 -115.9900 1047.0 ID GARDEN VALLEY 2.7 NW +US1IDBS0006 44.1138 -115.4306 1316.1 ID LOWMAN 9.6 ENE +US1IDBS0007 43.8359 -115.8314 1208.5 ID IDAHO CITY 1.1 ESE +US1IDBS0008 43.6460 -115.9856 1005.2 ID BOISE CITY 12.3 ENE +US1IDBT0002 43.6445 -113.3108 1636.8 ID ARCO 0.9 NW +US1IDBV0003 43.4893 -111.9698 1441.4 ID AMMON 0.7 N +US1IDBV0006 43.6176 -111.8840 1487.4 ID IDAHO FALLS 11.7 NE +US1IDBV0008 43.4636 -112.0364 1435.3 ID IDAHO FALLS 2.0 S +US1IDBW0002 47.3647 -116.7106 662.0 ID ST. MARIES 7.4 WNW +US1IDBW0003 47.2750 -116.5770 766.9 ID ST. MARIES 2.8 S +US1IDCR0001 42.6590 -111.5923 1769.7 ID SODA SPRINGS 0.3 W +US1IDCR0002 42.5038 -111.6805 1675.2 ID GRACE 5.6 SSE +US1IDCS0002 42.5386 -113.5273 1316.7 ID DECLO 5.3 ENE +US1IDCT0001 44.3615 -114.2639 1588.6 ID CHALLIS 10.3 S +US1IDCW0001 46.4722 -116.2475 410.6 ID OROFINO 1.2 SSE +US1IDCW0003 46.4965 -116.2750 391.4 ID OROFINO 1.0 NW +US1IDCW0004 46.5059 -116.3203 311.5 ID AHSAHKA 0.4 NNE +US1IDCW0005 46.4424 -116.1072 806.5 ID OROFINO 7.8 ESE +US1IDCW0006 46.4997 -116.3355 311.5 ID OROFINO 3.8 WNW +US1IDCW0007 46.4856 -116.2432 335.9 ID OROFINO 0.7 ESE +US1IDCW0008 46.3907 -116.1761 332.5 ID OROFINO 7.8 SSE +US1IDCY0001 43.5768 -116.5088 776.9 ID NAMPA 2.8 E +US1IDCY0002 43.7487 -116.5883 776.0 ID MIDDLETON 3.3 NNE +US1IDCY0005 43.6717 -116.6659 747.4 ID CALDWELL 1.0 NNE +US1IDCY0010 43.7038 -116.6775 727.9 ID CALDWELL 3.1 N +US1IDCY0012 43.7129 -116.6130 734.3 ID MIDDLETON 0.7 ENE +US1IDCY0013 43.7297 -116.7146 740.4 ID CALDWELL 5.3 NNW +US1IDCY0014 43.7370 -116.7327 749.8 ID CALDWELL 6.2 NNW +US1IDCY0015 43.6453 -116.5940 744.9 ID NAMPA 4.8 NNW +US1IDCY0016 43.6547 -116.7110 724.2 ID CALDWELL 1.8 W +US1IDCY0017 43.5387 -116.5400 769.6 ID NAMPA 3.1 SSE +US1IDCY0021 43.6718 -116.8131 727.9 ID GREENLEAF 0.4 E +US1IDCY0022 43.6652 -116.6411 738.5 ID CALDWELL 1.8 ENE +US1IDCY0024 43.6504 -116.6308 741.0 ID CALDWELL 2.3 ESE +US1IDCY0026 43.6086 -116.8044 785.2 ID CALDWELL 7.3 WSW +US1IDEL0001 42.9766 -115.3022 805.3 ID GLENNS FERRY 1.6 N +US1IDEL0003 43.1307 -115.7040 958.9 ID MOUNTAIN HOME 0.9 SW +US1IDEL0005 42.9463 -115.4690 771.1 ID HAMMETT 2.0 W +US1IDFK0001 42.0890 -111.8637 1435.9 ID PRESTON 0.8 SE +US1IDFM0002 44.0739 -111.4206 1612.1 ID ASHTON 1.4 E +US1IDFM0007 43.9667 -111.6379 1525.5 ID ST. ANTHONY 2.3 E +US1IDGD0001 42.8234 -114.8774 906.8 ID HAGERMAN 1.1 ENE +US1IDGD0002 42.7794 -114.7019 1047.3 ID WENDELL 0.2 N +US1IDGD0003 42.9401 -114.7112 1090.6 ID GOODING 0.2 NNE +US1IDGM0002 43.8488 -116.4838 729.4 ID EMMETT 1.8 SSE +US1IDID0001 45.9220 -116.1260 1052.5 ID GRANGEVILLE 0.4 SW +US1IDID0002 45.9311 -116.1189 1018.3 ID GRANGEVILLE 0.4 NNE +US1IDID0003 45.9239 -116.1269 1044.5 ID GRANGEVILLE 0.3 WSW +US1IDID0004 46.2783 -115.9950 942.7 ID KAMIAH 3.9 NNE +US1IDID0005 46.3118 -116.0553 961.9 ID KAMIAH 6.0 NNW +US1IDID0006 45.5519 -116.3028 503.2 ID LUCILE 1.2 NNE +US1IDID0009 45.4117 -116.3768 890.3 ID RIGGINS 3.1 WSW +US1IDID0010 45.9270 -116.1168 1030.2 ID GRANGEVILLE 0.2 ENE +US1IDKT0001 47.9597 -116.7939 775.4 ID SPIRIT LAKE 3.6 E +US1IDKT0002 47.7409 -116.9632 655.6 ID POST FALLS 2.1 NNW +US1IDKT0003 47.9493 -116.6757 749.5 ID ATHOL 1.5 ENE +US1IDKT0004 47.6578 -116.6928 800.1 ID COEUR D'ALENE 5.1 ESE +US1IDKT0005 47.7934 -116.9023 673.0 ID RATHDRUM 1.4 SSW +US1IDKT0006 47.7441 -116.8365 697.1 ID COEUR D'ALENE 3.6 NW +US1IDKT0008 47.7084 -116.8367 679.7 ID COEUR D'ALENE 2.5 WNW +US1IDKT0012 47.6180 -116.8619 769.9 ID COEUR D'ALENE 6.6 SSW +US1IDKT0013 47.9599 -116.7355 766.9 ID ATHOL 1.7 NW +US1IDKT0014 47.7837 -116.7386 735.2 ID HAYDEN LAKE 1.4 NNE +US1IDKT0018 47.7427 -116.7989 695.6 ID COEUR D'ALENE 3.2 NNW +US1IDKT0019 47.8325 -116.7257 834.2 ID HAYDEN 5.8 NNE +US1IDKT0021 47.7746 -116.7996 705.9 ID HAYDEN 1.1 NNW +US1IDKT0022 47.6630 -116.7150 880.3 ID COEUR D'ALENE 4.0 SE +US1IDKT0023 47.8278 -116.8421 680.3 ID RATHDRUM 2.4 ENE +US1IDLM0001 45.1811 -113.8995 1211.3 ID SALMON 0.2 NNW +US1IDLT0001 46.7544 -117.0005 823.0 ID MOSCOW 1.7 N +US1IDLT0002 46.7476 -116.9958 792.5 ID MOSCOW 1.2 N +US1IDLT0003 46.7168 -117.0153 803.1 ID MOSCOW 1.3 SW +US1IDLT0004 46.7762 -116.8570 949.8 ID MOSCOW 7.3 ENE +US1IDLT0005 46.8749 -116.9461 889.7 ID VIOLA 4.5 NE +US1IDLT0006 46.9290 -116.8874 805.0 ID ONAWAY 0.2 ENE +US1IDLT0007 46.7288 -116.9729 802.8 ID MOSCOW 1.1 E +US1IDLT0010 46.5540 -116.9380 837.9 ID GENESEE 0.5 WNW +US1IDLW0002 46.2350 -116.2429 983.0 ID NEZPERCE 0.2 WNW +US1IDMD0001 43.8270 -111.8012 1481.3 ID REXBURG 0.7 W +US1IDMD0002 43.7522 -111.8177 1486.2 ID REXBURG 5.3 SSW +US1IDMD0004 43.8741 -111.7394 1497.5 ID SUGAR CITY 0.4 ENE +US1IDMN0002 42.5540 -113.7644 1267.4 ID HEYBURN 0.2 SW +US1IDNP0001 46.5203 -116.6743 287.4 ID JULIAETTA 4.1 SSE +US1IDNP0003 46.3660 -116.9553 478.2 ID LEWISTON 2.6 SE +US1IDNP0005 46.3482 -116.8272 398.1 ID LAPWAI 4.1 SSW +US1IDNP0008 46.4816 -116.7577 250.5 ID JULIAETTA 6.8 SSW +US1IDON0001 42.2180 -112.6360 1492.6 ID HOLBROOK 4.0 NNE +US1IDON0004 42.1892 -112.2474 1387.8 ID MALAD CITY 0.1 ESE +US1IDON0005 42.1619 -112.6478 1454.8 ID HOLBROOK 0.3 E +US1IDOW0001 43.5597 -116.9983 748.0 ID HOMEDALE 5.1 SW +US1IDOW0002 43.6466 -117.0048 717.5 ID HOMEDALE 4.0 WNW +US1IDPW0001 42.7914 -113.0151 1394.2 ID AMERICAN FALLS 8.2 W +US1IDPW0003 42.9238 -112.6341 1348.7 ID POCATELLO 9.0 WNW +US1IDPW0004 42.7653 -112.7857 1416.7 ID AMERICAN FALLS 3.6 ESE +US1IDPW0005 42.7762 -112.8459 1375.0 ID AMERICAN FALLS 0.6 SE +US1IDPY0001 44.1045 -116.9140 655.9 ID PAYETTE 2.0 NNE +US1IDSH0001 47.5412 -116.1220 700.4 ID KELLOGG 0.6 ENE +US1IDSH0002 47.2497 -115.8050 760.2 ID AVERY 0.1 S +US1IDTF0001 42.5430 -114.5525 1175.3 ID TWIN FALLS 4.9 WSW +US1IDTF0002 42.5170 -114.6877 1250.9 ID BUHL 6.7 SSE +US1IDTF0003 42.6380 -114.7830 994.3 ID BUHL 2.9 NNW +US1IDTF0004 42.5686 -114.6275 1149.7 ID FILER 0.9 W +US1IDTF0005 42.5492 -114.7124 1222.2 ID BUHL 4.2 SE +US1IDTF0006 42.5393 -114.6672 1219.8 ID FILER 3.6 SW +US1IDTT0001 43.7700 -111.0780 1911.1 ID DRIGGS 3.4 NNE +US1IDVL0001 44.7849 -116.0475 1493.5 ID MCCALL 9.3 SSE +US1IDVL0003 44.7592 -116.0263 1554.5 ID DONNELLY 3.1 NE +US1IDVL0005 44.7302 -116.1185 1480.1 ID DONNELLY 2.1 W +US1IDWS0001 44.3391 -116.8887 792.5 ID WEISER 7.2 NNE +US1ILAD0001 39.7867 -91.1843 214.9 IL PLAINVILLE 0.2 NW +US1ILAD0005 39.8767 -91.3708 182.0 IL QUINCY 4.0 SSE +US1ILAD0012 39.8971 -91.3364 211.5 IL QUINCY 3.7 SE +US1ILAD0013 39.9322 -91.3401 218.8 IL QUINCY 2.6 E +US1ILAL0002 37.0092 -89.1779 95.4 IL CAIRO 0.8 N +US1ILBD0003 38.9281 -89.2688 167.3 IL MULBERRY GROVE 0.3 NNW +US1ILBN0004 42.3363 -88.8701 270.1 IL POPLAR GROVE 3.2 SW +US1ILBN0005 42.3251 -88.9391 277.1 IL LOVES PARK 3.7 ESE +US1ILBN0008 42.3600 -88.8470 278.9 IL POPLAR GROVE 1.3 WSW +US1ILBN0009 42.2699 -88.8284 239.0 IL BELVIDERE 1.6 NE +US1ILBN0010 42.4356 -88.8027 292.9 IL POPLAR GROVE 4.8 NNE +US1ILBN0014 42.4000 -88.7424 278.0 IL CAPRON 0.1 N +US1ILBR0001 39.9637 -90.6078 193.2 IL MOUNT STERLING 8.4 E +US1ILBU0001 41.3797 -89.2212 202.1 IL LADD 0.4 WSW +US1ILBU0003 41.2171 -89.6382 230.7 IL BRADFORD 2.9 NNE +US1ILBU0006 41.3773 -89.4616 214.0 IL PRINCETON 0.3 ESE +US1ILBU0008 41.3235 -89.5047 193.2 IL TISKILWA 2.1 N +US1ILBU0009 41.5327 -89.2788 242.0 IL LA MOILLE 0.2 NNE +US1ILBU0010 41.3565 -89.4684 213.7 IL PRINCETON 1.5 S +US1ILBU0011 41.5844 -89.4951 242.9 IL WALNUT 5.3 ENE +US1ILCE0003 39.4734 -88.3335 220.1 IL MATTOON 1.9 E +US1ILCE0005 39.4721 -88.1763 207.0 IL CHARLESTON 0.9 S +US1ILCE0006 39.4876 -88.3892 224.9 IL MATTOON 1.3 NW +US1ILCE0008 39.4185 -88.1949 181.4 IL CHARLESTON 4.7 SSW +US1ILCE0009 39.4759 -88.3927 215.5 IL MATTOON 1.3 W +US1ILCE0010 39.4709 -88.1759 205.1 IL CHARLESTON 1.0 S +US1ILCE0011 39.4767 -88.1933 206.3 IL CHARLESTON 1.1 WSW +US1ILCK0004 42.0037 -88.2206 246.9 IL BARTLETT 1.9 NNW +US1ILCK0005 41.9704 -87.7879 192.0 IL HARWOOD HEIGHTS 1.0 ENE +US1ILCK0010 41.8798 -87.6823 181.1 IL CHICAGO 3.0 N +US1ILCK0011 41.7287 -87.7763 189.9 IL OAK LAWN 1.6 NW +US1ILCK0012 41.7550 -87.8173 188.1 IL BRIDGEVIEW 1.3 NNW +US1ILCK0014 41.8008 -87.5903 182.9 IL CHICAGO 5.5 ESE +US1ILCK0018 42.0503 -87.7298 192.0 IL SKOKIE 1.0 NNE +US1ILCK0023 41.8149 -87.8696 198.1 IL LA GRANGE 0.5 NNE +US1ILCK0027 42.0355 -88.1651 246.0 IL STREAMWOOD 1.1 NNE +US1ILCK0032 41.9266 -87.6562 185.9 IL CHICAGO 6.4 NNE +US1ILCK0036 41.8860 -87.6210 191.1 IL CHICAGO 4.7 NE +US1ILCK0041 42.0455 -88.1072 251.2 IL HOFFMAN ESTATES 2.1 SE +US1ILCK0042 42.0962 -87.8967 199.0 IL MOUNT PROSPECT 3.0 NE +US1ILCK0045 42.0920 -87.8416 206.0 IL GLENVIEW 1.6 WNW +US1ILCK0046 42.0398 -87.9083 199.9 IL DES PLAINES 0.5 NW +US1ILCK0049 41.8407 -87.8596 192.0 IL LA GRANGE PARK 0.9 NE +US1ILCK0050 41.6528 -87.8631 214.0 IL PALOS PARK 1.3 SW +US1ILCK0051 41.5833 -87.8434 217.0 IL ORLAND HILLS 0.6 S +US1ILCK0053 42.1357 -87.7654 212.1 IL GLENCOE 0.1 NW +US1ILCK0054 42.1468 -88.0197 228.0 IL PALATINE 2.7 NNE +US1ILCK0055 41.9170 -87.6386 189.9 IL CHICAGO 6.0 NNE +US1ILCK0058 42.0100 -88.1900 248.1 IL STREAMWOOD 1.1 SW +US1ILCK0061 41.8756 -87.8011 192.9 IL OAK PARK 1.0 SW +US1ILCK0062 41.8212 -87.7959 187.1 IL STICKNEY 1.2 W +US1ILCK0063 42.0039 -87.9813 213.1 IL ELK GROVE VILLAGE 0.6 ESE +US1ILCK0064 41.5577 -87.6594 196.0 IL HOMEWOOD 0.1 ESE +US1ILCK0066 41.8934 -87.7798 192.9 IL OAK PARK 0.6 NE +US1ILCK0068 41.5834 -87.8196 217.0 IL TINLEY PARK 1.2 WNW +US1ILCK0069 41.4928 -87.6815 220.1 IL PARK FOREST 0.8 NNE +US1ILCK0070 41.9393 -87.7700 191.1 IL HARWOOD HEIGHTS 2.6 SE +US1ILCK0072 41.8449 -87.7673 185.9 IL CICERO 0.4 W +US1ILCK0074 41.9062 -87.7819 192.9 IL OAK PARK 1.3 NNE +US1ILCK0075 41.9953 -88.0527 221.9 IL ELK GROVE VILLAGE 2.2 WSW +US1ILCK0076 41.5345 -87.6646 206.0 IL FLOSSMOOR 1.1 ESE +US1ILCK0079 41.5641 -87.8139 217.0 IL TINLEY PARK 1.0 SW +US1ILCK0081 42.1192 -87.9951 221.0 IL ARLINGTON HEIGHTS 1.8 NNW +US1ILCK0082 41.6598 -87.5529 178.0 IL BURNHAM-HEGEWISCH 1.6 NNW +US1ILCK0083 42.0188 -88.1755 246.0 IL STREAMWOOD 0.2 SW +US1ILCK0084 41.9916 -88.1887 246.9 IL BARTLETT 1.2 NE +US1ILCK0087 42.0822 -88.0019 220.1 IL ARLINGTON HEIGHTS 1.3 SW +US1ILCK0088 41.7823 -87.8622 199.0 IL COUNTRYSIDE 0.8 ENE +US1ILCK0091 42.0306 -87.6857 188.1 IL EVANSTON 1.2 SSE +US1ILCK0094 42.0019 -87.6985 184.1 IL LINCOLNWOOD 1.8 E +US1ILCK0095 41.7937 -87.8649 199.0 IL COUNTRYSIDE 1.3 NNE +US1ILCK0097 41.9301 -87.6393 180.1 IL CHICAGO 6.8 NNE +US1ILCK0098 41.8226 -87.8758 200.9 IL LA GRANGE PARK 0.7 SSW +US1ILCK0100 41.8231 -87.7666 185.9 IL CICERO 1.5 SSW +US1ILCK0102 41.9331 -87.7334 185.9 IL ELMWOOD PARK 4.3 E +US1ILCK0104 41.9494 -87.6703 182.0 IL LINCOLNWOOD 5.1 SE +US1ILCK0106 42.0597 -88.2334 252.1 IL HOFFMAN ESTATES 4.6 W +US1ILCK0107 42.0669 -87.6898 191.1 IL EVANSTON 1.4 N +US1ILCK0108 41.7165 -87.6710 203.0 IL BEVERLY 0.3 N +US1ILCK0116 41.6730 -87.6887 196.9 IL BLUE ISLAND 1.1 NNW +US1ILCK0117 41.9125 -87.6695 178.0 IL CHICAGO 3.0 NW +US1ILCK0121 42.1139 -88.0178 223.1 IL PALATINE 1.3 E +US1ILCK0122 41.9272 -87.6517 187.1 IL CHICAGO 6.5 NNE +US1ILCK0129 42.0135 -88.1289 252.1 IL SCHAUMBURG 2.7 WSW +US1ILCK0131 42.0303 -88.0440 226.2 IL SCHAUMBURG 2.0 E +US1ILCK0132 41.6585 -87.8759 218.8 IL PALOS PARK 1.7 WSW +US1ILCK0137 41.9200 -87.8855 199.0 IL MELROSE PARK 2.0 NW +US1ILCK0139 41.7304 -87.7561 191.1 IL OAK LAWN 1.1 N +US1ILCK0143 42.0904 -88.0949 257.9 IL INVERNESS 1.7 S +US1ILCK0145 41.8659 -87.7928 189.3 IL OAK PARK 1.5 S +US1ILCK0146 41.5405 -87.5886 188.7 IL GLENWOOD 1.5 ESE +US1ILCK0148 41.6936 -87.7290 182.3 IL OAK LAWN 1.9 SE +US1ILCK0149 41.7084 -87.7539 182.0 IL OAK LAWN 0.5 SSW +US1ILCK0150 42.0780 -87.9838 208.8 IL ARLINGTON HEIGHTS 1.2 S +US1ILCK0151 41.7274 -87.6949 190.5 IL EVERGREEN PARK 0.5 NE +US1ILCK0152 41.7018 -87.7820 181.7 IL CHICAGO RIDGE 0.2 WSW +US1ILCK0153 41.6703 -87.7312 183.2 IL ALSIP 0.2 E +US1ILCK0154 41.6874 -87.7911 185.9 IL WORTH 0.1 E +US1ILCK0156 42.1031 -87.9814 214.6 IL ARLINGTON HEIGHTS 0.6 N +US1ILCK0158 41.6961 -87.7087 189.0 IL MERRIONETTE PARK 1.2 NNW +US1ILCK0163 42.0819 -87.9971 215.8 IL ARLINGTON HEIGHTS 1.2 SW +US1ILCK0168 41.9642 -87.6974 178.3 IL RAVENSWOOD MANOR 0.1 ESE +US1ILCK0170 41.5341 -87.6905 210.0 IL FLOSSMOOR 0.5 SW +US1ILCK0171 41.7010 -87.7247 188.4 IL OAK LAWN 1.7 SE +US1ILCK0172 42.0145 -87.9880 214.9 IL ELK GROVE VILLAGE 0.6 NNE +US1ILCK0173 41.6768 -87.9114 217.6 IL PALOS PARK 3.6 WNW +US1ILCK0175 42.0889 -87.7400 195.4 IL WINNETKA 1.2 S +US1ILCK0177 42.0217 -88.1846 243.5 IL STREAMWOOD 0.6 W +US1ILCK0178 42.0693 -88.0100 214.9 IL ROLLING MEADOWS 0.9 ESE +US1ILCK0179 41.9481 -87.6588 182.9 IL CHICAGO 4.8 NNW +US1ILCK0180 42.0044 -87.8460 194.5 IL PARK RIDGE 0.5 SSW +US1ILCK0182 41.5918 -87.8274 216.1 IL TINLEY PARK 2.6 NW +US1ILCK0187 41.8482 -87.8332 189.9 IL NORTH RIVERSIDE 0.4 W +US1ILCK0190 42.0133 -88.1143 251.2 IL SCHAUMBURG 2.1 SW +US1ILCK0192 42.0168 -87.8557 192.6 IL PARK RIDGE 0.7 WNW +US1ILCK0193 42.1016 -87.7290 192.0 IL WINNETKA 0.8 ESE +US1ILCK0196 41.9904 -87.7872 190.2 IL HARWOOD HEIGHTS 1.9 NNE +US1ILCK0197 41.5865 -87.8335 215.2 IL ORLAND HILLS 0.6 SE +US1ILCK0199 42.0104 -88.0828 249.9 IL SCHAUMBURG 1.6 S +US1ILCK0202 41.8819 -87.8150 192.0 IL RIVER FOREST 0.9 SSE +US1ILCK0204 41.8421 -87.6891 182.6 IL BOOT CAMP-CHICAGO 4.2 SW +US1ILCK0206 41.4723 -87.7013 220.7 IL PARK FOREST 1.0 SW +US1ILCK0208 42.0888 -87.8358 199.9 IL GLENVIEW 1.2 WNW +US1ILCK0211 41.7269 -87.7777 188.1 IL OAK LAWN 1.6 WNW +US1ILCK0214 41.9957 -87.6918 181.4 IL ROGERS PARK 1.5 SW +US1ILCK0215 42.0726 -87.8288 203.0 IL GLENVIEW 0.9 SW +US1ILCK0218 42.1311 -87.8531 206.3 IL NORTHBROOK 1.0 W +US1ILCK0220 42.0903 -87.9752 209.4 IL ARLINGTON HEIGHTS 0.5 SE +US1ILCK0229 41.5319 -87.6641 202.1 IL FLOSSMOOR 1.2 ESE +US1ILCK0232 42.0043 -87.6697 180.1 IL ROGERS PARK 0.6 ESE +US1ILCK0234 41.7284 -87.7762 188.1 IL OAK LAWN 1.6 NW +US1ILCK0238 41.9314 -87.8231 191.7 IL ELMWOOD PARK 0.7 NNW +US1ILCK0240 41.9018 -87.6726 182.9 IL CHICAGO 2.7 WNW +US1ILCK0243 41.9177 -87.8037 195.4 IL ELMWOOD PARK 0.7 ESE +US1ILCK0245 42.0578 -87.9926 219.8 IL ARLINGTON HEIGHTS 2.6 SSW +US1ILCK0246 41.6641 -87.9913 214.3 IL LEMONT 0.4 S +US1ILCK0249 41.6243 -87.7233 189.3 IL MIDLOTHIAN 0.2 SSE +US1ILCK0250 41.6294 -87.7231 188.4 IL MIDLOTHIAN 0.2 NNE +US1ILCK0253 41.6250 -87.7234 189.3 IL MIDLOTHIAN 0.1 SSE +US1ILCK0254 41.7473 -87.8974 201.2 IL BURR RIDGE 1.2 ESE +US1ILCK0260 41.6130 -87.7097 187.5 IL MIDLOTHIAN 1.2 SE +US1ILCK0261 41.6248 -87.7307 192.0 IL MIDLOTHIAN 0.3 WSW +US1ILCK0262 41.6215 -87.7331 192.3 IL MIDLOTHIAN 0.6 SW +US1ILCK0266 41.6238 -87.7270 190.2 IL MIDLOTHIAN 0.2 SW +US1ILCK0278 42.0481 -88.1162 242.0 IL HOFFMAN ESTATES 1.6 SE +US1ILCK0282 41.8531 -87.8020 188.4 IL BERWYN 0.9 NW +US1ILCK0285 41.9715 -87.8033 197.5 IL HARWOOD HEIGHTS 0.4 NNE +US1ILCK0286 41.8251 -87.8443 188.4 IL BROOKFIELD 0.2 ENE +US1ILCK0294 42.1299 -88.0280 231.6 IL PALATINE 1.4 NNE +US1ILCK0296 41.5428 -87.6541 196.0 IL CHICAGO HEIGHTS 2.4 NNW +US1ILCK0298 41.8443 -87.7671 185.3 IL CICERO 0.4 W +US1ILCK0300 41.8320 -87.8197 189.0 IL RIVERSIDE 0.2 WNW +US1ILCK0306 41.6155 -87.7507 199.3 IL OAK FOREST 0.6 N +US1ILCL0002 39.3838 -87.7743 189.9 IL MARSHALL 4.6 W +US1ILCN0003 39.4736 -89.0462 195.1 IL PANA 6.2 NNE +US1ILCN0004 39.6509 -89.4452 173.1 IL EDINBURG 3.0 W +US1ILCN0005 39.7648 -89.2625 214.0 IL MOUNT AUBURN 0.1 SW +US1ILCN0007 39.5262 -89.2523 187.8 IL TAYLORVILLE 0.6 ENE +US1ILCN0008 39.3792 -89.0328 214.0 IL PANA 2.4 E +US1ILCP0001 40.0610 -87.9638 200.9 IL HOMER 2.0 N +US1ILCP0002 40.0894 -88.1926 228.9 IL URBANA 1.5 SSE +US1ILCP0004 40.1059 -88.1335 210.9 IL URBANA 3.8 E +US1ILCP0006 40.1116 -88.1942 221.0 IL URBANA 0.6 ENE +US1ILCP0008 40.0924 -88.2840 223.1 IL CHAMPAIGN 1.7 SW +US1ILCP0009 40.1263 -88.2286 227.1 IL URBANA 1.7 NW +US1ILCP0010 40.1009 -88.1795 220.1 IL URBANA 1.5 ESE +US1ILCP0011 39.9158 -88.1580 202.1 IL LONGVIEW 5.3 WNW +US1ILCP0012 40.1067 -88.2040 224.9 IL URBANA 0.1 SSE +US1ILCP0013 40.1932 -88.2744 228.0 IL CHAMPAIGN 5.6 N +US1ILCP0015 40.1197 -88.3326 214.9 IL CHAMPAIGN 3.6 W +US1ILCP0016 40.0763 -88.1619 212.1 IL URBANA 3.2 SE +US1ILCP0017 40.0958 -88.2522 232.9 IL CHAMPAIGN 1.4 SSE +US1ILCP0018 40.0524 -88.2549 224.9 IL SAVOY 0.9 S +US1ILCP0021 39.9072 -87.9961 207.9 IL BROADLANDS 0.1 SSW +US1ILCP0023 40.3852 -88.1976 243.8 IL LUDLOW 3.8 W +US1ILCP0024 40.2759 -88.3268 217.9 IL FISHER 3.0 SSE +US1ILCP0026 40.3198 -88.1500 230.1 IL RANTOUL 1.2 NNE +US1ILCP0027 40.0958 -88.2620 230.1 IL CHAMPAIGN 1.2 S +US1ILCP0028 40.0946 -88.2704 226.2 IL CHAMPAIGN 1.3 SSW +US1ILCP0029 40.0113 -88.1237 210.0 IL PHILO 1.9 ENE +US1ILCP0030 40.1858 -88.4380 214.0 IL MAHOMET 2.0 WSW +US1ILCP0031 40.1014 -88.0487 203.9 IL ST. JOSEPH 0.9 SSW +US1ILCP0033 40.1683 -88.4068 218.8 IL MAHOMET 1.8 S +US1ILCP0035 40.0764 -88.1590 210.9 IL URBANA 3.3 SE +US1ILCP0037 40.0367 -88.0701 200.9 IL SIDNEY 0.9 N +US1ILCP0039 40.0996 -88.2926 223.1 IL CHAMPAIGN 1.7 WSW +US1ILCP0041 40.0607 -88.2571 224.0 IL SAVOY 0.4 SW +US1ILCP0042 40.0849 -88.2992 223.1 IL CHAMPAIGN 2.7 SW +US1ILCP0043 40.0124 -87.9398 207.9 IL HOMER 1.7 SE +US1ILCP0044 40.0742 -88.2591 224.9 IL CHAMPAIGN 2.7 S +US1ILCP0046 39.8980 -88.1600 199.0 IL VILLA GROVE 2.4 N +US1ILCP0047 40.1457 -88.2738 232.0 IL CHAMPAIGN 2.3 NNW +US1ILCP0048 40.1408 -88.1759 218.8 IL URBANA 2.7 NE +US1ILCP0049 40.0648 -88.2426 220.1 IL CHAMPAIGN 3.5 SSE +US1ILCP0050 40.0446 -88.2938 224.9 IL SAVOY 2.6 WSW +US1ILCP0052 40.1147 -88.2238 224.0 IL URBANA 1.1 WNW +US1ILCP0053 40.1063 -88.2751 232.9 IL CHAMPAIGN 0.7 SW +US1ILCP0054 40.2159 -88.3604 218.8 IL MAHOMET 2.7 NE +US1ILCP0056 40.1022 -88.2901 221.9 IL CHAMPAIGN 1.5 WSW +US1ILCP0058 40.0954 -88.2002 228.0 IL URBANA 0.9 SSE +US1ILCP0059 40.2157 -88.3869 220.1 IL MAHOMET 1.7 NNE +US1ILCP0060 40.0664 -88.2910 232.9 IL CHAMPAIGN 3.5 SSW +US1ILCP0061 40.0943 -88.2519 228.0 IL CHAMPAIGN 1.5 SSE +US1ILCP0062 40.0768 -88.2667 226.2 IL CHAMPAIGN 2.5 S +US1ILCP0067 40.1261 -88.3084 226.8 IL CHAMPAIGN 2.5 WNW +US1ILCP0072 40.0613 -87.9511 201.5 IL HOMER 2.1 NNE +US1ILCP0073 40.1017 -88.2705 224.6 IL CHAMPAIGN 0.8 SSW +US1ILCP0074 40.1074 -88.2711 229.8 IL CHAMPAIGN 0.5 SW +US1ILCP0076 40.0264 -88.0746 201.2 IL SIDNEY 0.2 NW +US1ILCP0077 40.1341 -88.2075 219.5 IL URBANA 1.8 N +US1ILCP0079 40.2472 -88.0874 212.1 IL THOMASBORO 5.2 E +US1ILCP0080 40.0244 -87.9951 204.2 IL HOMER 2.0 WSW +US1ILCP0081 40.3407 -88.2896 221.9 IL DEWEY 1.6 NNW +US1ILCP0082 40.0781 -88.2537 224.3 IL SAVOY 0.9 N +US1ILCP0083 40.0850 -88.3191 217.0 IL CHAMPAIGN 3.5 SW +US1ILCP0084 39.9910 -88.2524 223.4 IL TOLONO 0.6 ENE +US1ILCP0086 40.0976 -88.2543 234.1 IL CHAMPAIGN 1.2 SSE +US1ILCP0087 40.0882 -88.2080 228.0 IL URBANA 1.4 S +US1ILCP0088 40.1248 -88.2829 227.4 IL CHAMPAIGN 1.3 NW +US1ILCP0089 40.1114 -88.2605 237.4 IL CHAMPAIGN 0.3 ESE +US1ILCP0090 40.0788 -88.2710 224.3 IL CHAMPAIGN 2.4 S +US1ILCP0091 40.1191 -88.0336 205.1 IL ST. JOSEPH 0.6 NE +US1ILCP0092 40.1769 -88.3994 219.2 IL MAHOMET 1.2 S +US1ILCP0093 40.0808 -88.2602 226.5 IL CHAMPAIGN 2.2 S +US1ILCP0094 40.1210 -88.2504 233.5 IL CHAMPAIGN 0.9 NE +US1ILCP0095 40.0945 -88.1282 209.4 IL URBANA 4.2 ESE +US1ILCP0098 40.0549 -88.3153 214.9 IL CHAMPAIGN 4.8 SSW +US1ILCP0103 40.1171 -88.2666 233.5 IL CHAMPAIGN 0.3 NNW +US1ILCP0104 40.0539 -87.9840 200.9 IL HOMER 2.0 NW +US1ILCP0105 40.0868 -88.1962 226.2 IL URBANA 1.6 SSE +US1ILCP0106 40.1381 -88.1738 221.9 IL URBANA 2.6 NE +US1ILCP0107 40.1311 -88.3020 228.9 IL CHAMPAIGN 2.3 WNW +US1ILCP0108 40.0774 -88.1889 228.9 IL URBANA 2.3 SSE +US1ILCP0109 40.0566 -88.2489 222.5 IL SAVOY 0.6 SSE +US1ILCP0110 40.1055 -88.2478 226.5 IL CHAMPAIGN 1.0 ESE +US1ILCP0111 40.1206 -88.2614 232.6 IL CHAMPAIGN 0.6 NNE +US1ILCP0112 40.2593 -88.3420 217.9 IL MAHOMET 5.5 NE +US1ILCP0113 40.1135 -88.0894 207.6 IL ST. JOSEPH 2.6 W +US1ILCP0114 40.0817 -88.3009 218.2 IL CHAMPAIGN 2.9 SW +US1ILCP0115 40.1556 -88.2541 226.8 IL CHAMPAIGN 3.0 N +US1ILCP0117 40.0877 -88.3265 215.8 IL CHAMPAIGN 3.7 WSW +US1ILCP0118 39.9655 -88.3485 209.1 IL SADORUS 0.2 WSW +US1ILCP0121 40.0394 -87.9642 204.8 IL HOMER 0.6 NNW +US1ILCP0122 40.0890 -88.2934 225.9 IL CHAMPAIGN 2.2 SW +US1ILCP0125 40.3772 -88.3364 217.9 IL FOOSLAND 5.0 ENE +US1ILCR0004 42.0038 -89.9389 245.1 IL CHADWICK 2.7 WSW +US1ILCR0005 41.9658 -89.7733 239.9 IL MILLEDGEVILLE 0.2 NE +US1ILCR0009 42.0346 -89.9248 237.1 IL MOUNT CARROLL 5.0 SSE +US1ILCR0012 42.1874 -90.0219 198.7 IL MOUNT CARROLL 6.8 NNW +US1ILCR0013 42.1498 -89.7399 286.5 IL SHANNON 0.2 S +US1ILCR0014 41.9698 -89.7829 233.2 IL MILLEDGEVILLE 0.6 NW +US1ILCR0015 42.0609 -89.7640 260.0 IL LANARK 4.5 SE +US1ILCR0017 42.1562 -90.1458 260.0 IL SAVANNA 4.6 N +US1ILCR0018 42.0951 -89.7151 233.5 IL LANARK 6.0 E +US1ILCR0020 42.1779 -89.8501 263.3 IL LANARK 5.3 N +US1ILCS0003 39.9484 -90.3280 195.4 IL ARENZVILLE 5.3 NNE +US1ILCS0004 40.0080 -90.4287 136.9 IL BEARDSTOWN 0.6 WNW +US1ILCT0002 38.5426 -89.6888 141.1 IL NEW BADEN 0.6 NE +US1ILCT0003 38.6116 -89.6117 142.3 IL AVISTON 0.4 NW +US1ILCT0004 38.5523 -89.5437 132.0 IL GERMANTOWN 0.3 W +US1ILCT0005 38.5389 -89.4717 137.5 IL BARTELSO 0.2 NW +US1ILCT0006 38.6552 -89.5773 148.1 IL AVISTON 3.6 NNE +US1ILCT0007 38.6690 -89.2433 143.3 IL CARLYLE 7.8 ENE +US1ILCW0001 39.0068 -87.7486 164.9 IL ROBINSON 0.4 W +US1ILCW0003 39.1103 -87.6655 144.5 IL HUTSONVILLE 0.3 WNW +US1ILCY0002 38.8335 -88.5086 153.6 IL LOUISVILLE 4.4 N +US1ILDG0003 39.8166 -88.2755 201.8 IL TUSCOLA 1.4 NNE +US1ILDG0005 39.7233 -88.4495 199.9 IL ARTHUR 1.2 ENE +US1ILDG0007 39.6525 -88.4046 200.9 IL ARCOLA 5.8 WSW +US1ILDG0008 39.8609 -88.1496 199.0 IL VILLA GROVE 0.6 ESE +US1ILDG0009 39.8733 -88.1245 198.4 IL VILLA GROVE 2.0 ENE +US1ILDG0010 39.8640 -88.2303 213.4 IL TUSCOLA 5.3 NNE +US1ILDG0011 39.8063 -88.2769 198.4 IL TUSCOLA 0.6 NNE +US1ILDG0012 39.7821 -88.0854 196.3 IL CAMARGO 4.5 ESE +US1ILDK0001 41.9292 -88.7791 268.8 IL DE KALB 1.4 W +US1ILDK0002 41.9206 -88.7584 273.1 IL DE KALB 0.8 SSW +US1ILDK0004 42.1218 -88.6958 260.9 IL GENOA 1.7 N +US1ILDK0005 41.9174 -88.6891 274.0 IL CORTLAND 0.3 SSW +US1ILDK0006 41.9324 -88.7470 273.1 IL DE KALB 0.3 ENE +US1ILDK0009 41.9441 -88.8108 271.9 IL DE KALB 3.2 WNW +US1ILDK0010 41.9241 -88.8609 276.1 IL MALTA 0.4 SSE +US1ILDK0013 41.9737 -88.6810 260.3 IL SYCAMORE 0.9 SE +US1ILDK0015 42.0121 -88.6836 255.7 IL SYCAMORE 2.2 NNE +US1ILDK0017 41.9543 -88.7375 257.6 IL DE KALB 1.8 NNE +US1ILDK0020 41.9921 -88.6948 256.6 IL SYCAMORE 0.7 N +US1ILDK0021 41.9248 -88.7426 271.3 IL DE KALB 0.6 SE +US1ILDK0022 41.6378 -88.6830 208.8 IL SOMONAUK 0.4 N +US1ILDK0024 41.6506 -88.6566 205.1 IL SOMONAUK 1.9 NE +US1ILDK0025 41.9253 -88.8618 277.7 IL MALTA 0.3 SSE +US1ILDK0027 42.1128 -88.7975 250.2 IL KINGSTON 2.3 WNW +US1ILDK0028 41.9227 -88.7607 267.9 IL DE KALB 0.7 SW +US1ILDK0029 41.6538 -88.8929 222.2 IL EARLVILLE 4.8 NNE +US1ILDP0011 41.9217 -88.1434 232.9 IL CAROL STREAM 0.7 WNW +US1ILDP0014 41.7811 -87.9641 228.9 IL WESTMONT 1.2 SSE +US1ILDP0015 41.9296 -88.0751 238.0 IL GLENDALE HEIGHTS 0.7 NNE +US1ILDP0016 41.7346 -88.2391 217.0 IL AURORA 3.6 SE +US1ILDP0018 41.7716 -87.9940 232.9 IL DOWNERS GROVE 2.1 SE +US1ILDP0020 41.7423 -88.0982 240.8 IL NAPERVILLE 3.2 ESE +US1ILDP0022 41.8062 -88.0702 214.9 IL LISLE 1.3 NE +US1ILDP0024 41.7918 -88.0994 223.1 IL LISLE 0.6 W +US1ILDP0025 41.7871 -88.0152 228.9 IL DOWNERS GROVE 0.7 S +US1ILDP0027 41.7564 -88.1135 224.0 IL NAPERVILLE 2.1 ESE +US1ILDP0028 41.8791 -88.2099 228.9 IL WEST CHICAGO 1.0 SE +US1ILDP0029 41.8441 -88.0554 226.2 IL GLEN ELLYN 1.6 SSE +US1ILDP0030 41.7900 -88.0979 224.0 IL LISLE 0.5 WSW +US1ILDP0032 41.7814 -88.0674 224.9 IL LISLE 1.3 SE +US1ILDP0034 41.9288 -88.2175 238.0 IL WEST CHICAGO 2.7 N +US1ILDP0038 41.8935 -87.9485 216.1 IL ELMHURST 0.4 SW +US1ILDP0040 41.8884 -88.0229 216.1 IL LOMBARD 1.0 NNW +US1ILDP0042 41.9130 -88.1294 231.0 IL CAROL STREAM 0.3 SSE +US1ILDP0043 41.7689 -88.1399 213.1 IL NAPERVILLE 0.9 ENE +US1ILDP0045 41.8317 -88.1225 229.8 IL WHEATON 1.8 SSW +US1ILDP0047 41.8515 -88.0453 218.8 IL GLEN ELLYN 1.4 SE +US1ILDP0048 41.7578 -88.1910 214.9 IL NAPERVILLE 1.9 W +US1ILDP0049 41.7461 -88.1114 223.1 IL NAPERVILLE 2.5 ESE +US1ILDP0051 41.7621 -87.9616 231.0 IL DARIEN 1.2 NE +US1ILDP0052 41.7185 -87.9996 230.1 IL DARIEN 2.4 SSW +US1ILDP0053 41.8800 -88.1035 235.0 IL WHEATON 1.7 N +US1ILDP0057 41.8089 -88.2528 224.6 IL AURORA 3.5 NE +US1ILDP0058 41.8548 -88.1174 232.0 IL WHEATON 0.5 W +US1ILDP0060 41.8739 -88.0744 235.0 IL GLEN ELLYN 0.8 NW +US1ILDP0061 41.9739 -88.0846 235.9 IL ROSELLE 0.5 S +US1ILDP0062 41.8022 -88.0869 221.0 IL LISLE 0.7 N +US1ILDP0063 41.9641 -88.2014 242.0 IL BARTLETT 1.0 SSE +US1ILDP0065 41.8549 -87.9710 221.9 IL OAKBROOK TERRACE 0.2 NW +US1ILDP0069 41.8786 -88.0505 220.1 IL GLEN ELLYN 1.0 NE +US1ILDP0070 41.9669 -88.2055 245.1 IL BARTLETT 0.8 S +US1ILDP0071 41.9415 -88.0356 227.1 IL ADDISON 1.6 WNW +US1ILDP0072 41.9609 -88.0823 228.0 IL BLOOMINGDALE 0.9 NNE +US1ILDP0073 41.8844 -88.0122 220.1 IL LOMBARD 0.7 NNE +US1ILDP0074 41.7682 -88.1174 228.0 IL NAPERVILLE 1.9 ENE +US1ILDP0075 41.7729 -88.1713 210.9 IL NAPERVILLE 1.1 NW +US1ILDP0076 41.7623 -88.0347 230.1 IL WOODRIDGE 1.7 NNE +US1ILDP0077 41.9778 -88.1036 242.0 IL ROSELLE 1.1 W +US1ILDP0078 41.7418 -88.1162 216.1 IL NAPERVILLE 2.4 SE +US1ILDP0079 41.7319 -87.9486 220.7 IL BURR RIDGE 1.9 SW +US1ILDP0081 41.8993 -88.0604 221.6 IL GLEN ELLYN 2.3 N +US1ILDP0083 41.8912 -88.0223 214.0 IL LOMBARD 1.2 NNW +US1ILDP0085 41.8969 -87.9903 220.1 IL VILLA PARK 1.0 NW +US1ILDP0086 41.7920 -88.0967 216.4 IL LISLE 0.5 W +US1ILDP0087 41.9766 -88.0598 231.6 IL ROSELLE 1.2 ESE +US1ILDP0090 41.9551 -88.1588 243.8 IL HANOVER PARK 2.2 SSW +US1ILDP0091 41.7905 -87.9587 224.0 IL CLARENDON HILLS 0.6 S +US1ILDP0093 41.7558 -87.9507 220.1 IL DARIEN 1.4 ENE +US1ILDP0096 41.8678 -88.0330 212.8 IL LOMBARD 1.0 WSW +US1ILDP0097 41.8358 -88.1910 214.6 IL WARRENVILLE 1.1 NNW +US1ILDP0098 41.7840 -88.0168 229.5 IL DOWNERS GROVE 0.9 S +US1ILDP0099 41.9556 -87.9492 206.3 IL BENSENVILLE 0.3 WSW +US1ILDP0100 41.9692 -88.1873 239.6 IL BARTLETT 1.1 SE +US1ILDP0101 41.7304 -88.2376 215.5 IL AURORA 3.8 SE +US1ILDP0102 41.7302 -88.0448 233.8 IL BOLINGBROOK 2.7 NE +US1ILDP0104 41.8859 -88.0707 238.0 IL GLEN ELLYN 1.4 NNW +US1ILDP0106 41.7621 -87.9707 228.0 IL DARIEN 0.9 NNE +US1ILDP0108 41.8846 -88.0701 238.7 IL GLEN ELLYN 1.3 NNW +US1ILDP0109 41.8929 -87.9296 209.1 IL ELMHURST 0.8 ESE +US1ILDP0110 41.8663 -88.1283 230.1 IL WHEATON 1.3 NW +US1ILDP0114 41.9474 -88.0769 233.8 IL BLOOMINGDALE 0.5 ESE +US1ILDP0117 41.8752 -87.9211 211.5 IL ELMHURST 2.0 SE +US1ILDP0118 41.7431 -87.9746 228.6 IL DARIEN 0.4 SSE +US1ILDP0122 41.8032 -87.9657 230.4 IL CLARENDON HILLS 0.5 NW +US1ILDP0127 41.8033 -88.0154 227.7 IL DOWNERS GROVE 0.4 NNE +US1ILDP0128 41.7943 -88.2112 216.7 IL NAPERVILLE 3.7 NW +US1ILDP0132 41.8798 -88.0863 241.4 IL WHEATON 2.0 NNE +US1ILDP0135 41.7533 -88.0021 236.8 IL DOWNERS GROVE 3.1 SSE +US1ILDP0139 41.7825 -87.9850 229.8 IL WESTMONT 1.1 SSW +US1ILDP0140 41.7349 -88.1085 219.8 IL NAPERVILLE 3.0 SE +US1ILDP0141 41.8634 -88.0829 213.4 IL GLEN ELLYN 1.1 WSW +US1ILDP0144 41.8353 -88.0509 208.8 IL GLEN ELLYN 2.2 SSE +US1ILDP0145 41.7830 -88.0972 224.6 IL LISLE 0.8 SW +US1ILDP0150 41.9397 -88.0666 221.0 IL BLOOMINGDALE 1.2 ESE +US1ILDP0155 41.9636 -88.0659 222.8 IL MEDINAH 1.0 SSW +US1ILDP0156 41.7685 -88.1603 206.0 IL NAPERVILLE 0.5 NW +US1ILDW0003 40.1286 -88.9769 225.9 IL CLINTON 1.7 SSW +US1ILDW0004 40.2431 -88.6446 220.7 IL FARMER CITY 0.2 WSW +US1ILDW0005 40.2258 -88.6566 219.5 IL FARMER CITY 1.5 SSW +US1ILDW0006 40.2685 -88.7797 229.5 IL LE ROY 5.1 S +US1ILDW0007 40.1473 -88.9678 224.9 IL CLINTON 0.4 WSW +US1ILDW0008 40.2285 -88.6856 216.7 IL FARMER CITY 2.6 WSW +US1ILED0001 39.6733 -87.6614 202.1 IL PARIS 4.3 NNE +US1ILED0002 39.6208 -87.6950 214.9 IL PARIS 0.4 NNW +US1ILED0003 39.5784 -87.5836 202.1 IL PARIS 6.3 ESE +US1ILED0004 39.6137 -87.6865 216.1 IL PARIS 0.3 ESE +US1ILED0005 39.5407 -87.7477 221.0 IL PARIS 6.0 SSW +US1ILED0006 39.7790 -87.6140 191.1 IL CHRISMAN 3.6 ESE +US1ILED0007 39.6683 -87.7231 204.8 IL PARIS 4.0 NNW +US1ILEF0001 39.0921 -88.6143 174.0 IL EFFINGHAM 3.9 WSW +US1ILEF0004 39.0205 -88.7101 177.1 IL ALTAMONT 3.3 SE +US1ILEF0005 39.1649 -88.6139 188.1 IL EFFINGHAM 4.6 NW +US1ILEF0006 39.1346 -88.5888 180.4 IL EFFINGHAM 2.3 WNW +US1ILEF0007 39.1864 -88.5450 167.6 IL EFFINGHAM 4.6 N +US1ILEF0008 39.1270 -88.5008 181.1 IL TEUTOPOLIS 1.2 WSW +US1ILEF0009 39.1039 -88.4273 172.5 IL TEUTOPOLIS 3.4 SE +US1ILEF0010 39.0284 -88.5659 171.0 IL WATSON 0.3 NE +US1ILEF0011 39.1174 -88.5296 184.1 IL EFFINGHAM 1.2 E +US1ILEF0013 39.2157 -88.5358 189.9 IL EFFINGHAM 6.7 N +US1ILEF0015 39.0555 -88.6984 179.5 IL ALTAMONT 2.7 E +US1ILEF0020 39.0382 -88.7500 187.1 IL ALTAMONT 1.4 S +US1ILEF0024 39.1284 -88.6908 191.1 IL ALTAMONT 5.8 NNE +US1ILEF0025 39.0229 -88.7274 182.9 IL ALTAMONT 2.7 SSE +US1ILEF0029 39.0047 -88.7679 189.3 IL ALTAMONT 3.8 SSW +US1ILEF0030 39.1172 -88.5290 180.7 IL EFFINGHAM 1.2 E +US1ILEW0003 38.3738 -88.0593 146.3 IL ALBION 0.2 SW +US1ILFD0003 40.7542 -88.1834 205.1 IL PIPER CITY 0.2 ESE +US1ILFD0005 40.4630 -88.1011 246.9 IL PAXTON 0.3 NNW +US1ILFD0008 40.4564 -88.0903 245.7 IL PAXTON 0.5 ESE +US1ILFD0009 40.4789 -88.4332 244.8 IL GIBSON CITY 3.0 WNW +US1ILFD0010 40.5431 -88.3086 237.4 IL GIBSON CITY 6.5 NE +US1ILFD0011 40.4594 -88.0906 241.4 IL PAXTON 0.5 E +US1ILFD0012 40.4427 -88.4125 225.2 IL GIBSON CITY 2.4 SW +US1ILFK0002 38.0735 -88.8706 146.9 IL BENTON 5.3 NNE +US1ILFK0004 37.9418 -88.7581 146.9 IL THOMPSONVILLE 1.7 N +US1ILFK0005 37.9018 -88.9341 125.9 IL WEST FRANKFORT 0.3 WNW +US1ILFK0006 38.0236 -88.9068 139.3 IL BENTON 1.3 NNE +US1ILFL0004 40.5516 -90.0254 200.9 IL CANTON 1.1 SE +US1ILFL0007 40.4665 -90.0922 185.3 IL BRYANT 0.1 ENE +US1ILFL0008 40.5642 -89.9924 195.7 IL CANTON 2.5 E +US1ILFL0009 40.6995 -90.2454 194.5 IL LONDON MILLS 1.4 SE +US1ILFL0010 40.5902 -90.3483 153.0 IL AVON 6.8 SE +US1ILFL0011 40.5321 -90.1473 201.2 IL CUBA 3.6 NE +US1ILGL0001 37.8421 -88.2196 116.1 IL RIDGWAY 3.8 NE +US1ILGL0002 37.7969 -88.2560 118.0 IL RIDGWAY 0.3 ESE +US1ILGR0005 39.3434 -90.2184 181.1 IL GREENFIELD 0.6 W +US1ILGY0001 41.3414 -88.2981 160.0 IL CARBON HILL 3.1 N +US1ILGY0002 41.1532 -88.4476 188.1 IL DWIGHT 4.1 NNW +US1ILGY0004 41.2947 -88.2778 176.8 IL COAL CITY 0.4 N +US1ILGY0005 41.3560 -88.4454 164.0 IL MORRIS 1.3 SW +US1ILGY0006 41.3987 -88.4237 167.9 IL MORRIS 2.1 N +US1ILGY0007 41.2482 -88.3439 170.1 IL MAZON 4.2 E +US1ILGY0009 41.2418 -88.4149 178.3 IL MAZON 0.5 ENE +US1ILGY0010 41.4518 -88.2543 182.3 IL MINOOKA 0.3 NE +US1ILGY0011 41.4290 -88.4743 180.1 IL MORRIS 4.8 NNW +US1ILGY0012 41.2170 -88.2633 177.4 IL BRACEVILLE 0.5 SSE +US1ILGY0014 41.4006 -88.3958 162.8 IL MORRIS 2.8 NE +US1ILGY0016 41.3315 -88.3141 164.6 IL MORRIS 6.4 ESE +US1ILGY0018 41.1717 -88.2453 179.5 IL SOUTH WILMINGTON 1.6 E +US1ILGY0019 41.1754 -88.2814 0.0 IL SOUTH WILMINGTON 0.3 WNW +US1ILGY0020 41.3369 -88.4045 160.3 IL MORRIS 2.5 SSE +US1ILGY0021 41.3289 -88.2701 171.0 IL COAL CITY 2.8 N +US1ILGY0027 41.3266 -88.3295 164.3 IL MORRIS 5.9 ESE +US1ILGY0028 41.3546 -88.4506 159.4 IL MORRIS 1.5 SW +US1ILHD0001 40.7417 -90.9130 212.1 IL STRONGHURST 0.4 SSW +US1ILHD0002 40.6589 -91.0989 160.9 IL DALLAS CITY 3.8 ENE +US1ILHD0004 40.9447 -90.9486 172.2 IL OQUAWKA 0.5 N +US1ILHM0001 38.0821 -88.5403 134.4 IL MCLEANSBORO 0.8 SSW +US1ILHM0003 38.0812 -88.6227 147.8 IL MCLEANSBORO 4.9 W +US1ILHM0004 38.0201 -88.4227 125.3 IL MCLEANSBORO 7.8 SE +US1ILHN0001 40.5938 -91.1467 182.0 IL DALLAS CITY 3.0 SSE +US1ILHN0002 40.2874 -91.3588 209.1 IL WARSAW 5.8 SE +US1ILHN0003 40.4131 -91.1203 201.8 IL CARTHAGE 0.8 E +US1ILHN0005 40.5371 -91.3808 167.6 IL NAUVOO 0.7 SSE +US1ILHN0007 40.5849 -90.9571 214.9 IL LA HARPE 0.7 E +US1ILHY0001 41.3941 -90.4287 214.9 IL ORION 4.1 NW +US1ILHY0002 41.1613 -90.0395 257.9 IL GALVA 0.4 S +US1ILHY0004 41.4524 -89.9912 187.1 IL ATKINSON 2.6 NNE +US1ILHY0005 41.4334 -90.4175 224.0 IL COAL VALLEY 1.9 SE +US1ILHY0006 41.2313 -90.4354 226.2 IL NEW WINDSOR 2.0 N +US1ILHY0008 41.4673 -90.1818 191.1 IL GENESEO 2.0 NW +US1ILHY0011 41.1764 -90.3175 249.9 IL WOODHULL 0.3 ESE +US1ILHY0012 41.2251 -90.3735 236.2 IL ALPHA 2.3 N +US1ILHY0013 41.1952 -90.0049 254.2 IL GALVA 2.7 NE +US1ILHY0015 41.4451 -90.3973 212.1 IL COAL VALLEY 2.6 E +US1ILHY0018 41.1701 -90.0398 256.0 IL GALVA 0.2 N +US1ILHY0020 41.1904 -90.2287 242.0 IL WOODHULL 4.9 E +US1ILIR0002 40.8784 -87.8462 189.0 IL ASHKUM 5.6 E +US1ILIR0003 40.7846 -87.8335 196.9 IL WATSEKA 5.3 W +US1ILIR0006 40.7767 -87.7156 194.8 IL WATSEKA 0.9 E +US1ILIR0008 40.7698 -87.8563 194.8 IL CRESCENT CITY 0.1 S +US1ILIR0009 40.7931 -87.5285 203.0 IL SHELDON 2.5 NE +US1ILIR0010 40.5949 -88.0355 214.6 IL BUCKLEY 0.2 SSE +US1ILIR0011 40.5141 -88.0722 237.7 IL LODA 0.2 SE +US1ILIR0014 40.8002 -87.8595 195.4 IL WATSEKA 6.9 WNW +US1ILIR0016 40.5580 -87.8910 201.8 IL CISSNA PARK 0.6 S +US1ILIR0017 40.9455 -87.9439 199.3 IL CLIFTON 0.9 NW +US1ILIR0021 40.9374 -87.9428 200.9 IL CLIFTON 0.5 WNW +US1ILJD0002 42.4063 -90.3181 246.9 IL GALENA 5.7 E +US1ILJD0006 42.2564 -90.2811 194.5 IL HANOVER 0.2 NW +US1ILJD0008 42.3996 -89.9902 292.0 IL STOCKTON 3.4 NNE +US1ILJD0009 42.4977 -90.6442 239.6 IL EAST DUBUQUE 0.5 NNW +US1ILJF0002 38.1865 -89.0913 157.0 IL WALTONVILLE 3.4 WSW +US1ILJF0004 38.3052 -88.9289 159.1 IL MOUNT VERNON 1.3 SW +US1ILJF0005 38.3244 -88.7556 158.8 IL BLUFORD 1.1 W +US1ILJF0007 38.4379 -88.9044 164.9 IL TEXICO 0.5 W +US1ILJF0008 38.4681 -89.0695 190.5 IL WALNUT HILL 1.5 WSW +US1ILJF0009 38.2558 -88.7299 139.6 IL BELLE RIVE 1.7 NNE +US1ILJF0010 38.2503 -88.9527 149.0 IL MOUNT VERNON 5.2 SSW +US1ILJH0001 37.5884 -88.7432 192.9 IL NEW BURNSIDE 1.8 ENE +US1ILJK0002 37.7353 -89.2107 124.1 IL CARBONDALE 0.8 NNE +US1ILJK0005 37.7222 -89.2430 124.7 IL CARBONDALE 1.4 W +US1ILJK0006 37.7203 -89.2371 130.5 IL CARBONDALE 1.1 WSW +US1ILJK0011 37.7853 -89.3661 118.9 IL MURPHYSBORO 2.0 NW +US1ILJK0013 37.7205 -89.2630 132.9 IL CARBONDALE 2.5 W +US1ILJK0014 37.8141 -89.2231 122.8 IL DE SOTO 0.3 ESE +US1ILJK0016 37.6917 -89.2203 136.2 IL CARBONDALE 2.3 S +US1ILJK0018 37.6705 -89.2270 166.4 IL CARBONDALE 3.8 S +US1ILJK0019 37.8068 -89.3245 121.9 IL MURPHYSBORO 2.8 NNE +US1ILJK0020 37.7823 -89.3516 127.7 IL MURPHYSBORO 1.3 NW +US1ILJK0021 37.7365 -89.5222 108.5 IL JACOB 0.9 SE +US1ILJK0023 37.7163 -89.2300 137.8 IL CARBONDALE 0.9 SW +US1ILJK0024 37.7218 -89.2391 127.1 IL CARBONDALE 1.2 W +US1ILJS0002 39.1664 -88.3098 177.1 IL MONTROSE 3.7 E +US1ILJS0003 39.0689 -88.1058 166.1 IL NEWTON 6.4 NNE +US1ILJS0005 39.1182 -88.0251 167.9 IL YALE 0.1 SSW +US1ILKD0001 41.7100 -88.4045 202.1 IL MONTGOMERY 3.5 WSW +US1ILKD0005 41.7202 -88.3340 203.9 IL MONTGOMERY 0.8 SSE +US1ILKD0006 41.6644 -88.3556 193.9 IL OSWEGO 2.6 SSW +US1ILKD0007 41.6685 -88.5314 202.1 IL PLANO 0.4 NNE +US1ILKD0008 41.6302 -88.2967 199.0 IL OSWEGO 5.0 SSE +US1ILKD0009 41.5207 -88.4167 191.1 IL LISBON 4.4 NE +US1ILKD0012 41.6413 -88.4696 192.0 IL YORKVILLE 1.1 W +US1ILKD0014 41.6816 -88.3514 195.1 IL OSWEGO 1.5 SW +US1ILKD0018 41.6828 -88.3482 203.9 IL OSWEGO 1.3 SW +US1ILKD0023 41.7087 -88.3251 205.1 IL MONTGOMERY 1.7 SSE +US1ILKD0024 41.6293 -88.2991 206.0 IL OSWEGO 5.0 SSE +US1ILKD0025 41.6208 -88.4286 231.0 IL YORKVILLE 1.8 SSE +US1ILKD0026 41.6486 -88.4362 195.1 IL YORKVILLE 0.7 NE +US1ILKD0033 41.6414 -88.4502 186.2 IL YORKVILLE 0.2 WSW +US1ILKD0034 41.5678 -88.2701 201.5 IL PLAINFIELD 4.8 SW +US1ILKD0046 41.6893 -88.3488 191.7 IL OSWEGO 1.0 SW +US1ILKD0047 41.7137 -88.3177 205.4 IL OSWEGO 1.3 NE +US1ILKD0054 41.6077 -88.4762 223.1 IL YORKVILLE 2.8 SSW +US1ILKD0059 41.6641 -88.4444 194.8 IL YORKVILLE 1.5 N +US1ILKD0074 41.6622 -88.3534 196.6 IL OSWEGO 2.7 SSW +US1ILKK0001 41.1667 -87.8631 210.0 IL BOURBONNAIS 0.9 ENE +US1ILKK0002 41.1591 -87.8772 210.0 IL BOURBONNAIS 0.3 SSE +US1ILKK0005 41.1475 -88.0559 196.9 IL BONFIELD 0.0 ENE +US1ILKK0007 41.1502 -87.9353 196.9 IL KANKAKEE 4.5 WNW +US1ILKK0010 41.2019 -87.6249 220.1 IL MOMENCE 3.3 NE +US1ILKK0011 41.1508 -87.9268 198.1 IL KANKAKEE 4.2 NW +US1ILKK0018 41.1703 -88.0931 181.7 IL BONFIELD 2.5 NW +US1ILKK0019 41.2753 -87.5447 216.4 IL GRANT PARK 5.8 ENE +US1ILKK0020 41.0191 -87.7706 193.2 IL ST. ANNE 2.8 W +US1ILKK0021 41.2225 -87.8185 205.7 IL MANTENO 2.2 SSE +US1ILKK0022 41.1830 -87.8693 211.2 IL BOURBONNAIS 1.5 NNE +US1ILKK0023 41.1230 -88.1257 187.8 IL BONFIELD 4.0 WSW +US1ILKK0025 41.2020 -88.0207 190.8 IL BONFIELD 4.2 NNE +US1ILKK0026 41.0790 -87.8230 184.4 IL KANKAKEE 3.2 SE +US1ILKK0028 41.0067 -87.9101 199.0 IL CHEBANSE 0.4 NNE +US1ILKK0031 41.2713 -87.8682 204.2 IL MANTENO 2.1 NW +US1ILKK0032 41.0799 -87.7092 192.0 IL MOMENCE 6.2 SSW +US1ILKK0035 41.1685 -87.8260 205.4 IL BOURBONNAIS 2.9 E +US1ILKK0039 41.0546 -88.0378 203.3 IL HERSCHER 3.3 E +US1ILKK0040 41.0686 -87.7026 192.9 IL ST ANNE 3.2 NNE +US1ILKK0041 41.1245 -87.7994 201.5 IL KANKAKEE 3.3 E +US1ILKN0001 41.8941 -88.2884 230.1 IL GENEVA 1.6 ENE +US1ILKN0002 42.0531 -88.3294 251.2 IL ELGIN 2.3 WNW +US1ILKN0004 41.7762 -88.4478 217.9 IL SUGAR GROVE 0.7 NE +US1ILKN0005 41.8482 -88.3144 221.0 IL BATAVIA 0.7 WSW +US1ILKN0007 41.8995 -88.2778 247.2 IL ST. CHARLES 1.9 SE +US1ILKN0008 41.8622 -88.3736 217.9 IL GENEVA 3.3 WSW +US1ILKN0009 42.0256 -88.2885 237.1 IL ELGIN 1.0 S +US1ILKN0010 42.0366 -88.3056 253.0 IL ELGIN 0.9 WSW +US1ILKN0011 41.9080 -88.3138 214.9 IL ST CHARLES 1.1 SW +US1ILKN0012 41.8511 -88.3178 226.2 IL BATAVIA 0.9 W +US1ILKN0014 41.8771 -88.3380 226.2 IL GENEVA 1.3 WSW +US1ILKN0019 41.8786 -88.3211 228.0 IL GENEVA 0.4 SW +US1ILKN0020 42.0003 -88.3049 232.9 IL SOUTH ELGIN 0.5 NW +US1ILKN0022 41.8682 -88.3203 226.2 IL GENEVA 1.0 SSW +US1ILKN0023 41.8594 -88.3275 220.1 IL BATAVIA 1.5 WNW +US1ILKN0031 41.9045 -88.3228 239.9 IL ST. CHARLES 1.6 SW +US1ILKN0032 41.7729 -88.3635 213.1 IL AURORA 3.6 W +US1ILKN0033 41.8163 -88.3068 219.2 IL NORTH AURORA 1.5 NE +US1ILKN0037 41.7541 -88.3456 212.1 IL AURORA 2.9 WSW +US1ILKN0039 41.7723 -88.3577 210.3 IL AURORA 3.4 W +US1ILKN0040 41.8648 -88.3268 216.7 IL GENEVA 1.4 SSW +US1ILKN0042 42.1131 -88.2497 266.4 IL CARPENTERSVILLE 1.3 ESE +US1ILKN0043 41.7953 -88.2848 219.2 IL AURORA 2.0 NNE +US1ILKN0050 41.9279 -88.4562 285.9 IL ELBURN 2.7 NNE +US1ILKN0051 41.7787 -88.4343 210.0 IL SUGAR GROVE 1.4 ENE +US1ILKN0056 41.8873 -88.3126 226.2 IL GENEVA 0.4 NNE +US1ILKN0057 41.8865 -88.3517 238.0 IL GENEVA 1.9 W +US1ILKN0058 41.9450 -88.4382 263.0 IL LILY LAKE 2.1 E +US1ILKN0059 41.8949 -88.4176 245.1 IL ELBURN 2.8 E +US1ILKN0060 41.7826 -88.4235 214.0 IL SUGAR GROVE 2.0 ENE +US1ILKN0062 41.8592 -88.3221 221.0 IL BATAVIA 1.3 WNW +US1ILKN0063 41.8742 -88.3448 223.1 IL GENEVA 1.7 WSW +US1ILKN0064 41.9201 -88.2990 231.6 IL ST. CHARLES 0.1 E +US1ILKN0065 41.9291 -88.2641 237.1 IL ST. CHARLES 2.0 ENE +US1ILKN0066 41.8847 -88.2955 228.0 IL GENEVA 1.0 E +US1ILKN0067 41.9840 -88.3803 260.0 IL ST. CHARLES 6.0 NW +US1ILKN0068 41.8950 -88.3114 228.0 IL GENEVA 0.9 N +US1ILKN0074 41.8749 -88.4674 242.9 IL ELBURN 1.1 SSE +US1ILKN0075 41.8859 -88.3490 238.4 IL GENEVA 1.8 W +US1ILKN0076 41.8556 -88.3011 216.4 IL BATAVIA 0.3 N +US1ILKN0078 41.8644 -88.3232 217.3 IL GENEVA 1.3 SSW +US1ILKN0079 41.8772 -88.3454 222.5 IL GENEVA 1.6 WSW +US1ILKN0080 41.9096 -88.3229 235.3 IL ST. CHARLES 1.4 WSW +US1ILKN0081 41.8898 -88.3306 191.4 IL GENEVA 1.0 WNW +US1ILKN0082 41.8391 -88.3016 221.9 IL BATAVIA 0.8 S +US1ILKN0086 42.0005 -88.4246 280.1 IL ELGIN 7.5 WSW +US1ILKN0087 42.1033 -88.3835 272.2 IL GILBERTS 0.8 W +US1ILKN0089 41.9014 -88.3083 219.8 IL ST. CHARLES 1.4 SSW +US1ILKN0091 42.0948 -88.5347 270.7 IL HAMPSHIRE 0.7 W +US1ILKN0092 41.8773 -88.3212 223.4 IL GENEVA 0.5 SW +US1ILKN0093 42.0779 -88.4325 279.2 IL PINGREE GROVE 1.1 NW +US1ILKN0095 42.0404 -88.3366 249.6 IL ELGIN 2.5 W +US1ILKN0096 41.8939 -88.4761 260.6 IL ELBURN 0.3 NW +US1ILKN0097 42.0953 -88.5323 274.0 IL HAMPSHIRE 0.5 W +US1ILKN0098 42.1085 -88.3670 274.6 IL GILBERTS 0.5 N +US1ILKN0099 41.7676 -88.3773 207.0 IL AURORA 4.3 W +US1ILKN0102 42.1366 -88.3247 283.5 IL ALGONQUIN 2.3 SSW +US1ILKN0104 41.8571 -88.3823 218.8 IL GENEVA 3.9 WSW +US1ILKN0107 41.9895 -88.3121 242.0 IL SOUTH ELGIN 0.9 WSW +US1ILKN0110 42.0606 -88.2640 246.0 IL ELGIN 1.9 NE +US1ILKN0111 41.8992 -88.3252 233.8 IL ST. CHARLES 1.9 SW +US1ILKN0113 42.0879 -88.3063 245.1 IL SLEEPY HOLLOW 0.6 SE +US1ILKN0115 41.7432 -88.2327 218.2 IL AURORA 3.5 ESE +US1ILKN0117 42.1207 -88.2560 274.0 IL CARPENTERSVILLE 0.8 E +US1ILKN0118 42.0950 -88.3279 256.9 IL SLEEPY HOLLOW 0.7 W +US1ILKN0119 41.8749 -88.5519 252.7 IL MAPLE PARK 3.1 SE +US1ILKN0121 41.8938 -88.3350 238.4 IL GENEVA 1.3 NW +US1ILKN0123 41.7588 -88.3461 209.4 IL AURORA 2.8 WSW +US1ILKX0007 40.9643 -90.3692 241.1 IL GALESBURG 1.1 NNE +US1ILKX0009 40.9136 -90.2935 235.6 IL KNOXVILLE 0.7 NW +US1ILKX0011 40.8249 -90.4094 222.8 IL GALESBURG 8.8 S +US1ILKX0015 41.1222 -90.1343 232.6 IL ALTONA 1.7 ENE +US1ILLE0005 41.8328 -89.6228 226.2 IL STERLING 4.3 NE +US1ILLE0007 41.7975 -89.5708 203.9 IL NELSON 1.6 E +US1ILLE0008 41.8633 -89.2257 246.3 IL ASHTON 0.4 SSW +US1ILLE0010 41.8876 -89.5082 245.7 IL DIXON 3.0 NNW +US1ILLE0011 41.8352 -89.4637 234.1 IL DIXON 1.0 SSE +US1ILLE0014 41.7136 -89.3247 228.0 IL AMBOY 0.5 ESE +US1ILLE0015 41.6888 -89.2922 238.7 IL AMBOY 2.9 SE +US1ILLE0016 41.7560 -89.0012 271.3 IL LEE 4.1 SW +US1ILLE0017 41.8364 -89.5008 203.6 IL DIXON 1.5 SW +US1ILLE0018 41.6454 -89.2308 280.7 IL SUBLETTE 0.1 NNE +US1ILLE0020 41.6286 -89.2711 274.9 IL SUBLETTE 2.3 WSW +US1ILLE0021 41.8202 -89.5709 206.0 IL DIXON 5.2 WSW +US1ILLE0022 41.7102 -89.3370 224.6 IL AMBOY 0.5 SSW +US1ILLE0023 41.6594 -89.2887 264.0 IL SUBLETTE 3.1 WNW +US1ILLG0002 40.1584 -89.3723 181.1 IL LINCOLN 0.6 NNW +US1ILLG0003 40.2643 -89.5179 166.1 IL EMDEN 2.9 SW +US1ILLG0004 40.1597 -89.4532 170.1 IL LINCOLN 4.6 W +US1ILLG0005 40.3104 -89.3084 196.0 IL ATLANTA 5.2 NW +US1ILLG0006 40.1522 -89.3664 182.9 IL LINCOLN 0.1 NNE +US1ILLG0007 40.0641 -89.4420 178.9 IL BROADWELL 0.2 S +US1ILLG0008 40.1385 -89.3456 175.0 IL LINCOLN 1.4 SE +US1ILLG0009 40.0970 -89.2389 189.9 IL BEASON 4.0 SW +US1ILLG0010 40.1455 -89.1928 196.0 IL BEASON 0.2 N +US1ILLG0011 40.1572 -89.3861 178.9 IL LINCOLN 1.1 WNW +US1ILLG0012 40.1368 -89.3515 178.0 IL LINCOLN 1.3 SE +US1ILLG0013 40.1627 -89.3751 177.1 IL LINCOLN 0.9 NNW +US1ILLG0014 40.1532 -89.3719 178.9 IL LINCOLN 0.33 NW +US1ILLG0015 40.0496 -89.2206 192.0 IL CHESTNUT 1.9 W +US1ILLG0017 40.2770 -89.5816 172.2 IL SAN JOSE 2.3 SSE +US1ILLG0019 40.2100 -89.2734 182.9 IL LINCOLN 6.4 NE +US1ILLG0021 40.1586 -89.3761 181.1 IL LINCOLN 0.7 NW +US1ILLG0022 40.1421 -89.3559 182.0 IL LINCOLN 0.87 SE +US1ILLG0023 40.1125 -89.4065 171.0 IL LINCOLN 3.4 SW +US1ILLG0025 40.2704 -89.5118 171.0 IL EMDEN 2.4 SW +US1ILLG0026 40.0858 -89.1864 188.4 IL BEASON 4.0 S +US1ILLG0028 40.1430 -89.3566 180.1 IL LINCOLN 0.8 SE +US1ILLG0029 40.1066 -89.2842 184.1 IL BEASON 5.4 WSW +US1ILLG0030 40.2581 -89.3670 192.0 IL ATLANTA 7.1 W +US1ILLG0031 40.1535 -89.3646 180.1 IL LINCOLN 0.2 NNE +US1ILLG0032 40.1888 -89.3543 177.4 IL LINCOLN 2.7 NNE +US1ILLG0036 40.1454 -89.3983 182.6 IL LINCOLN 1.7 W +US1ILLG0038 40.1833 -89.5779 170.7 IL NEW HOLLAND 0.3 ESE +US1ILLG0039 40.1556 -89.3793 179.8 IL LINCOLN 0.7 WNW +US1ILLG0040 40.1536 -89.3615 179.2 IL LINCOLN 0.4 NE +US1ILLG0041 40.0219 -89.4696 223.7 IL ELKHART 0.7 ENE +US1ILLG0042 39.9875 -89.2916 192.0 IL MOUNT PULASKI 1.6 SSW +US1ILLG0043 40.0557 -89.4816 178.0 IL ELKHART 2.5 N +US1ILLG0047 40.1449 -89.3980 186.5 IL LINCOLN 1.7 WSW +US1ILLG0049 40.1655 -89.3343 182.0 IL LINCOLN 2.0 ENE +US1ILLK0002 42.2090 -87.9919 214.9 IL LONG GROVE 1.1 NNE +US1ILLK0003 42.4284 -87.8838 217.9 IL BEACH PARK 1.4 W +US1ILLK0005 42.4471 -88.0693 239.9 IL LAKE VILLA 2.1 NNE +US1ILLK0006 42.2170 -87.9561 217.9 IL VERNON HILLS 1.4 SSE +US1ILLK0008 42.3972 -87.8962 214.9 IL GURNEE 2.5 NE +US1ILLK0009 42.4031 -88.0905 239.9 IL LAKE VILLA 1.1 SSW +US1ILLK0011 42.2082 -87.9188 209.1 IL LINCOLNSHIRE 0.9 N +US1ILLK0012 42.4134 -88.1335 232.9 IL FOX LAKE HILLS 0.7 NW +US1ILLK0013 42.2825 -87.8762 214.9 IL LAKE BLUFF 1.3 W +US1ILLK0014 42.3491 -88.1267 231.0 IL ROUND LAKE 0.8 W +US1ILLK0015 42.1896 -87.8600 205.1 IL BANNOCKBURN 0.5 ESE +US1ILLK0016 42.1880 -87.9590 213.1 IL BUFFALO GROVE 1.5 N +US1ILLK0018 42.3464 -88.0507 245.1 IL GRAYSLAKE 0.7 WSW +US1ILLK0019 42.4024 -87.8636 218.8 IL WAUKEGAN 2.2 N +US1ILLK0020 42.2773 -87.8602 209.1 IL LAKE BLUFF 0.6 SW +US1ILLK0021 42.2667 -87.9443 203.0 IL LIBERTYVILLE 1.6 SE +US1ILLK0022 42.2660 -87.8460 217.0 IL LAKE FOREST 2.1 NNE +US1ILLK0023 42.4773 -87.8260 199.0 IL WINTHROP HARBOR 0.2 SSE +US1ILLK0025 42.1913 -87.9403 205.1 IL LINCOLNSHIRE 1.3 WSW +US1ILLK0026 42.4595 -87.8520 212.1 IL ZION 0.5 WNW +US1ILLK0027 42.4717 -87.8352 205.1 IL WINTHROP HARBOR 0.7 SSW +US1ILLK0028 42.3218 -88.1028 243.8 IL ROUND LAKE 2.0 S +US1ILLK0029 42.2814 -87.8778 213.1 IL LAKE BLUFF 1.4 W +US1ILLK0030 42.2319 -88.0593 255.1 IL HAWTHORN WOODS 0.6 N +US1ILLK0035 42.4861 -87.8278 203.0 IL WINTHROP HARBOR 0.4 N +US1ILLK0037 42.2743 -87.9734 221.9 IL LIBERTYVILLE 0.8 SSW +US1ILLK0039 42.1726 -87.8884 210.9 IL RIVERWOODS 0.4 ENE +US1ILLK0042 42.3778 -87.9674 232.0 IL GURNEE 1.6 W +US1ILLK0046 42.3637 -88.0015 237.1 IL THIRD LAKE 0.4 SE +US1ILLK0047 42.3207 -88.1564 239.9 IL VOLO 0.9 S +US1ILLK0049 42.3954 -88.1474 230.1 IL FOX LAKE 1.6 E +US1ILLK0053 42.3288 -88.1799 241.1 IL LAKEMOOR 1.5 SE +US1ILLK0054 42.2734 -88.0003 229.8 IL MUNDELEIN 0.5 NNE +US1ILLK0057 42.3579 -88.1379 238.0 IL ROUND LAKE 1.5 WNW +US1ILLK0067 42.1954 -88.0638 253.3 IL LAKE ZURICH 1.3 E +US1ILLK0068 42.2097 -87.8177 205.7 IL HIGHWOOD 0.3 WSW +US1ILLK0069 42.1984 -87.8140 210.0 IL HIGHWOOD 0.9 S +US1ILLK0070 42.3683 -88.1561 250.5 IL FOX LAKE 2.4 SE +US1ILLK0072 42.4191 -87.9094 220.4 IL WADSWORTH 1.4 SSE +US1ILLK0073 42.2753 -87.8417 207.9 IL LAKE BLUFF 0.7 SE +US1ILLK0074 42.2741 -88.0326 246.0 IL MUNDELEIN 1.6 WNW +US1ILLK0075 42.2958 -88.1277 235.9 IL WAUCONDA 2.1 NNE +US1ILLK0076 42.3343 -88.0110 251.2 IL GRAYSLAKE 1.8 SE +US1ILLK0078 42.2742 -87.9326 203.6 IL LIBERTYVILLE 1.8 ESE +US1ILLK0081 42.4053 -88.1238 238.4 IL LAKE VILLA 2.3 WSW +US1ILLK0083 42.4476 -88.1360 233.2 IL ANTIOCH 3.4 WSW +US1ILLK0084 42.3663 -87.8356 192.6 IL WAUKEGAN 1.7 E +US1ILLK0086 42.2845 -88.0299 250.9 IL MUNDELEIN 1.8 NW +US1ILLK0087 42.2111 -88.0916 260.0 IL LAKE ZURICH 1.3 N +US1ILLK0088 42.2332 -88.0999 265.2 IL HAWTHORN WOODS 2.3 WNW +US1ILLK0094 42.2665 -88.1631 242.3 IL WAUCONDA 1.2 W +US1ILLK0100 42.3703 -88.1246 228.3 IL LONG LAKE 0.4 S +US1ILLK0102 42.4155 -88.0240 242.6 IL LINDENHURST 0.3 ESE +US1ILLK0103 42.1611 -87.9394 201.5 IL BUFFALO GROVE 1.3 ESE +US1ILLS0001 41.3633 -88.8566 185.0 IL OTTAWA 1.3 NW +US1ILLS0002 41.2995 -89.0655 196.0 IL OGLESBY 0.4 N +US1ILLS0004 41.5274 -88.6857 175.6 IL SHERIDAN 0.1 SSW +US1ILLS0005 41.2828 -88.6235 197.5 IL SENECA 1.5 SSW +US1ILLS0007 41.4775 -88.6707 191.1 IL SHERIDAN 3.4 SSE +US1ILLS0008 41.1222 -88.8157 195.1 IL STREATOR 0.8 ESE +US1ILLS0011 41.5641 -89.1235 237.1 IL MENDOTA 0.9 N +US1ILLS0012 41.3361 -89.1361 189.0 IL PERU 0.6 SW +US1ILLS0015 41.3390 -89.1342 192.0 IL PERU 0.3 SW +US1ILLS0017 41.3728 -88.8415 192.0 IL OTTAWA 1.6 N +US1ILLS0019 41.6195 -88.6364 199.9 IL SANDWICH 2.0 SSW +US1ILLS0021 41.3348 -89.0984 180.1 IL LA SALLE 0.4 SW +US1ILLS0023 41.3237 -88.8511 188.1 IL OTTAWA 1.9 SSW +US1ILLS0024 41.3235 -88.8593 188.1 IL OTTAWA 2.1 SSW +US1ILLS0025 41.3569 -88.7883 173.1 IL MARSEILLES 5.6 WNW +US1ILLS0026 41.5291 -88.6805 182.0 IL SHERIDAN 0.4 NE +US1ILLS0027 41.2927 -89.0536 187.1 IL OGLESBY 0.6 ESE +US1ILLS0028 41.1984 -88.6254 212.1 IL RANSOM 3.2 NNE +US1ILLS0029 41.3513 -88.7118 207.6 IL MARSEILLES 2.0 NW +US1ILLS0031 41.3358 -88.7182 182.9 IL MARSEILLES 1.7 WNW +US1ILLS0033 41.1490 -88.7685 196.3 IL STREATOR 3.7 ENE +US1ILLS0034 41.3401 -89.0959 183.5 IL LA SALLE 0.1 W +US1ILLS0036 41.3609 -88.7174 199.0 IL MARSEILLES 2.8 NW +US1ILLS0038 41.3178 -88.5969 153.0 IL SENECA 1.3 NE +US1ILLS0039 41.3565 -88.8449 151.5 IL OTTAWA 0.5 NNW +US1ILLS0044 41.3473 -88.8269 147.2 IL OTTAWA 0.7 ESE +US1ILLS0045 41.1157 -88.8529 189.3 IL STREATOR 1.3 WSW +US1ILLS0046 41.5247 -89.0906 214.0 IL MENDOTA 2.4 SE +US1ILLS0047 41.4828 -88.8800 200.9 IL EARLVILLE 7.6 SSE +US1ILLS0048 41.5617 -88.6136 192.0 IL SHERIDAN 4.6 NE +US1ILLS0049 41.4304 -89.0105 195.4 IL NORTH UTICA 6.3 N +US1ILLS0050 41.3193 -88.6048 156.4 IL SENECA 1.2 NNE +US1ILLS0051 41.3179 -88.6065 156.7 IL SENECA 1.1 NNE +US1ILLS0052 41.3535 -88.7841 173.1 IL MARSEILLES 5.3 WNW +US1ILLS0056 41.3554 -88.8400 148.7 IL OTTAWA 0.4 N +US1ILLS0057 41.5534 -89.1138 225.2 IL MENDOTA 0.4 ENE +US1ILLS0060 41.3470 -89.1177 194.8 IL PERU 0.7 ENE +US1ILLS0061 41.1353 -88.8127 196.0 IL STREATOR 1.2 NE +US1ILLS0062 41.3251 -88.8338 185.0 IL OTTAWA 1.8 S +US1ILLV0004 40.7988 -88.7381 209.1 IL CHENOA 3.9 NNW +US1ILLV0005 41.0629 -88.6847 218.8 IL CORNELL 5.4 NNE +US1ILLV0006 40.8655 -88.6299 199.0 IL PONTIAC 1.0 SE +US1ILLV0008 41.0273 -88.2660 202.1 IL BUCKINGHAM 4.9 WSW +US1ILLV0010 40.8710 -88.6299 196.0 IL PONTIAC 0.7 ESE +US1ILLV0011 40.8898 -88.6284 195.7 IL PONTIAC 1.2 NE +US1ILLV0012 41.1052 -88.8368 188.1 IL STREATOR 1.4 S +US1ILLV0013 41.1082 -88.4986 199.0 IL DWIGHT 3.9 WNW +US1ILLV0014 40.9624 -88.4572 218.5 IL ODELL 4.4 SE +US1ILLV0016 40.9556 -88.8009 192.0 IL FLANAGAN 6.2 NNE +US1ILLV0017 40.9403 -88.3416 221.3 IL EMINGTON 2.2 SSE +US1ILLV0020 40.6176 -88.4627 237.4 IL CROPSEY 1.0 NE +US1ILLV0021 40.7356 -88.2908 234.7 IL CHATSWORTH 1.2 S +US1ILLW0001 38.7168 -87.6872 134.1 IL LAWRENCEVILLE 0.7 S +US1ILLW0002 38.6250 -87.6564 132.0 IL ST. FRANCISVILLE 2.3 NNW +US1ILLW0003 38.7244 -87.7129 138.1 IL LAWRENCEVILLE 1.4 W +US1ILMA0001 39.7725 -88.8655 209.1 IL MOUNT ZION 0.8 ESE +US1ILMA0003 39.7672 -88.8753 216.1 IL MOUNT ZION 0.8 SSE +US1ILMA0006 39.9049 -88.9712 203.9 IL DECATUR 4.1 NNW +US1ILMA0015 39.8421 -89.0751 207.0 IL HARRISTOWN 0.8 W +US1ILMA0016 39.9454 -89.1430 184.7 IL LATHAM 1.8 SE +US1ILMA0017 39.8779 -88.8063 207.9 IL OAKLEY 0.1 N +US1ILMA0019 39.8138 -88.9991 212.4 IL DECATUR 4.4 SW +US1ILMA0020 39.8245 -88.9674 196.0 IL DECATUR 2.6 SW +US1ILMA0021 39.8395 -89.0529 210.6 IL HARRISTOWN 0.4 ESE +US1ILMA0022 39.8390 -88.9634 205.7 IL DECATUR 1.8 WSW +US1ILMC0001 37.2551 -88.7567 113.1 IL BELKNAP 11.1 ESE +US1ILMC0002 37.1651 -88.6765 120.7 IL METROPOLIS 2.1 ENE +US1ILMC0003 37.1617 -88.5026 127.1 IL BROOKPORT 7.3 ENE +US1ILMCD005 40.4722 -90.6917 189.9 IL MACOMB 0.6 WNW +US1ILMCD006 40.5150 -90.7249 216.7 IL MACOMB 3.8 NW +US1ILMCD007 40.4624 -90.7452 210.0 IL COLCHESTER 3.5 NE +US1ILMCD008 40.4648 -90.6840 214.0 IL MACOMB 0.4 SSW +US1ILMCH003 42.2126 -88.3542 273.1 IL CRYSTAL LAKE 1.8 SW +US1ILMCH005 42.2613 -88.2072 235.0 IL ISLAND LAKE 1.1 SSW +US1ILMCH009 42.1692 -88.3406 273.1 IL ALGONQUIN 2.1 W +US1ILMCH012 42.1676 -88.2792 264.0 IL ALGONQUIN 1.1 ENE +US1ILMCH013 42.3245 -88.3946 292.0 IL BULL VALLEY 2.5 WNW +US1ILMCH016 42.2253 -88.2207 267.9 IL CARY 1.9 NE +US1ILMCH017 42.4203 -88.6237 285.0 IL HARVARD 0.4 W +US1ILMCH024 42.1788 -88.5061 276.1 IL HUNTLEY 4.3 W +US1ILMCH025 42.2343 -88.2502 256.9 IL CARY 1.8 N +US1ILMCH029 42.3053 -88.4473 295.0 IL WOODSTOCK 0.7 SW +US1ILMCH030 42.3835 -88.3709 253.9 IL WONDER LAKE 0.8 WNW +US1ILMCH033 42.2755 -88.4950 264.0 IL WOODSTOCK 3.8 SW +US1ILMCH034 42.3987 -88.2170 242.9 IL PISTAKEE HIGHLANDS 0.4 SW +US1ILMCH035 42.3584 -88.2335 239.9 IL LAKEMOOR 1.9 NW +US1ILMCH036 42.4047 -88.3389 259.1 IL WONDER LAKE 1.9 NNE +US1ILMCH038 42.4734 -88.4412 284.1 IL HEBRON 0.6 WNW +US1ILMCH041 42.4744 -88.4389 281.0 IL HEBRON 0.5 WNW +US1ILMCH043 42.1739 -88.2993 253.6 IL ALGONQUIN 0.7 N +US1ILMCH044 42.4055 -88.6147 281.9 IL HARVARD 1.1 S +US1ILMCH047 42.3194 -88.4470 276.1 IL WOODSTOCK 0.8 NW +US1ILMCH049 42.2122 -88.2444 246.6 IL CARY 0.3 NE +US1ILMCH051 42.2595 -88.2676 260.0 IL PRAIRIE GROVE 1.4 S +US1ILMCH052 42.3003 -88.4433 289.0 IL WOODSTOCK 0.8 SSW +US1ILMCH059 42.4204 -88.6089 295.7 IL HARVARD 0.3 E +US1ILMCH061 42.3037 -88.4639 291.4 IL WOODSTOCK 1.5 WSW +US1ILMCH066 42.3850 -88.5919 321.0 IL HARVARD 2.8 SSE +US1ILMCH077 42.3940 -88.3376 263.0 IL WONDER LAKE 1.4 NE +US1ILMCH079 42.1841 -88.3034 259.4 IL LAKE IN THE HILLS 1.1 ESE +US1ILMCH080 42.1663 -88.4231 271.9 IL HUNTLEY 0.1 SSE +US1ILMCH081 42.2066 -88.2469 259.1 IL CARY 0.2 SE +US1ILMCH082 42.2745 -88.2368 242.0 IL CRYSTAL LAKE 4.8 ENE +US1ILMCH083 42.2288 -88.3496 272.5 IL CRYSTAL LAKE 1.0 WSW +US1ILMCH085 42.1936 -88.3709 270.7 IL LAKE IN THE HILLS 2.5 W +US1ILMCH087 42.2584 -88.6031 247.2 IL MARENGO 0.7 NNW +US1ILMCH088 42.3545 -88.3147 260.3 IL MCHENRY 1.5 NW +US1ILMCH090 42.1737 -88.2911 266.1 IL ALGONQUIN 0.8 NE +US1ILMCH093 42.2361 -88.6032 279.2 IL MARENGO 0.8 S +US1ILMCH094 42.3470 -88.2460 231.6 IL MCHENRY 2.4 E +US1ILMCL002 40.4712 -88.6196 267.9 IL ARROWSMITH 1.7 NNE +US1ILMCL003 40.4835 -89.0098 241.1 IL BLOOMINGTON 1.9 W +US1ILMCL004 40.3135 -88.9676 234.1 IL HEYWORTH 0.6 E +US1ILMCL005 40.5086 -88.9345 260.0 IL BLOOMINGTON 2.9 NE +US1ILMCL007 40.2896 -88.8020 230.1 IL LE ROY 4.1 SSW +US1ILMCL008 40.5591 -88.7171 232.9 IL COOKSVILLE 1.1 N +US1ILMCL009 40.5343 -89.2055 249.0 IL DANVERS 1.7 WNW +US1ILMCL010 40.3332 -88.7231 235.9 IL LE ROY 2.3 ESE +US1ILMCL011 40.5008 -88.9893 238.0 IL NORMAL 1.3 SSE +US1ILMCL012 40.5265 -88.9346 251.2 IL NORMAL 3.5 E +US1ILMCL013 40.4993 -88.9322 252.1 IL BLOOMINGTON 2.6 ENE +US1ILMCL017 40.5010 -88.9319 245.1 IL BLOOMINGTON 2.7 NE +US1ILMCL018 40.5128 -88.9307 259.1 IL BLOOMINGTON 3.2 NE +US1ILMCL019 40.4431 -89.0330 246.0 IL BLOOMINGTON 4.0 SW +US1ILMCL021 40.5050 -88.9592 247.2 IL NORMAL 2.3 ESE +US1ILMCL023 40.5035 -88.9682 246.3 IL NORMAL 1.9 ESE +US1ILMCL024 40.2860 -88.7445 229.5 IL LE ROY 4.0 SSE +US1ILMCL025 40.5140 -89.0023 239.3 IL NORMAL 0.3 SSW +US1ILMCL026 40.3116 -88.8346 241.1 IL LE ROY 4.2 WSW +US1ILMCL028 40.6370 -88.7808 227.1 IL LEXINGTON 0.5 SSE +US1ILMCL029 40.4518 -88.7650 256.3 IL ELLSWORTH 2.5 W +US1ILMCL030 40.3728 -88.4911 232.9 IL SAYBROOK 4.3 SSE +US1ILMCL031 40.3128 -88.9667 232.0 IL HEYWORTH 0.6 E +US1ILMCL032 40.5274 -89.1701 251.8 IL DANVERS +US1ILMCL034 40.5188 -88.9940 254.5 IL NORMAL 0.3 ENE +US1ILMCL035 40.5075 -88.9001 263.0 IL BLOOMINGTON 4.3 ENE +US1ILMCL036 40.4953 -89.0188 233.8 IL BLOOMINGTON 2.6 WNW +US1ILMCL037 40.4684 -88.9335 256.9 IL BLOOMINGTON 2.2 ESE +US1ILMCL038 40.5529 -88.9494 246.3 IL NORMAL 3.6 NE +US1ILMCL039 40.4584 -89.0650 237.1 IL BLOOMINGTON 5.0 WSW +US1ILMCL040 40.4963 -88.9204 251.5 IL BLOOMINGTON 3.0 ENE +US1ILMCL041 40.4565 -88.9990 262.4 IL BLOOMINGTON 2.0 SW +US1ILMCL045 40.3291 -88.7939 233.8 IL LE ROY 1.8 WSW +US1ILMCL046 40.5041 -88.9884 239.3 IL NORMAL 1.1 SSE +US1ILMCL048 40.4723 -88.9473 254.2 IL BLOOMINGTON 1.5 ESE +US1ILMCL049 40.5071 -88.9815 242.6 IL NORMAL 1.2 SE +US1ILMCL050 40.4471 -89.0318 249.3 IL BLOOMINGTON 3.8 SW +US1ILMCL051 40.3321 -88.7726 234.7 IL LE ROY 0.8 SSW +US1ILMD0003 38.7228 -89.6736 161.5 IL HIGHLAND 1.3 S +US1ILMD0005 38.9664 -90.1503 175.0 IL ALTON 4.3 N +US1ILMD0008 38.8682 -90.0907 132.0 IL WOOD RIVER 0.5 NW +US1ILMD0009 38.8764 -90.0958 129.8 IL WOOD RIVER 1.2 NNW +US1ILMD0010 38.7245 -90.1069 128.0 IL GRANITE CITY 1.4 ENE +US1ILMD0012 38.7348 -90.0962 127.1 IL GRANITE CITY 2.3 NE +US1ILMD0015 38.8275 -90.0578 134.1 IL SOUTH ROXANA 0.4 NNE +US1ILMD0016 38.7251 -89.7612 153.9 IL HIGHLAND 4.7 WSW +US1ILMD0017 38.7145 -89.8780 167.9 IL TROY 1.4 SE +US1ILMD0020 38.8089 -89.9700 164.0 IL EDWARDSVILLE 0.9 WSW +US1ILMD0025 38.8895 -89.8058 161.8 IL WORDEN 3.4 SSE +US1ILMD0028 38.9540 -89.8166 179.2 IL STAUNTON 4.3 SSW +US1ILMD0029 38.7417 -89.9282 177.4 IL TROY 2.0 WNW +US1ILMD0033 38.7111 -89.8842 172.2 IL TROY 1.5 SSE +US1ILMD0034 38.9320 -90.1985 183.8 IL GODFREY 2.5 SSW +US1ILMD0035 38.7935 -89.9401 169.5 IL EDWARDSVILLE 1.4 E +US1ILMD0036 38.8130 -89.9582 167.6 IL EDWARDSVILLE 1.2 NNE +US1ILMD0037 38.7393 -89.6575 160.9 IL HIGHLAND 1.0 E +US1ILME0001 40.0021 -89.7548 178.9 IL PETERSBURG 0.3 SSW +US1ILME0002 40.0314 -89.8522 181.1 IL PETERSBURG 1.3 N +US1ILME0006 40.0189 -89.9934 183.2 IL PETERSBURG 7.5 W +US1ILME0009 39.9759 -89.7253 184.7 IL ATHENS 1.0 N +US1ILME0010 39.9936 -89.7377 185.3 IL ATHENS 2.4 NNW +US1ILME0011 39.9421 -89.9371 189.0 IL TALLULA 0.3 S +US1ILME0012 40.0124 -89.8544 173.1 IL PETERSBURG 0.2 W +US1ILMG0004 39.5895 -89.9550 203.9 IL WAVERLY 0.3 SSW +US1ILMG0005 39.7130 -90.2380 192.9 IL SOUTH JACKSONVILLE 0.6 NW +US1ILMG0006 39.5866 -90.2458 210.0 IL MURRAYVILLE 0.4 NE +US1ILMG0007 39.7294 -90.2318 179.2 IL JACKSONVILLE 0.1 E +US1ILMG0009 39.7164 -90.2473 191.4 IL JACKSONVILLE 1.2 SW +US1ILMG0013 39.7082 -90.2241 187.8 IL SOUTH JACKSONVILLE 0.3 E +US1ILMG0014 39.7071 -90.1949 221.9 IL JACKSONVILLE 2.6 SE +US1ILMH0003 41.0246 -89.5634 229.8 IL SPARLAND 6.4 W +US1ILMH0004 41.0753 -89.4661 201.2 IL SPARLAND 3.4 NNW +US1ILMN0002 38.5005 -89.0236 162.2 IL CENTRALIA 5.8 ESE +US1ILMN0005 38.6099 -89.0516 157.9 IL ODIN 0.5 SSE +US1ILMN0006 38.5178 -89.0319 159.7 IL CENTRALIA 5.2 E +US1ILMO0002 38.4205 -90.1946 156.4 IL COLUMBIA 2.9 SE +US1ILMO0004 38.1868 -90.1507 197.5 IL FULTS 3.7 ENE +US1ILMO0007 38.3872 -90.2149 174.3 IL COLUMBIA 4.7 S +US1ILMP0004 39.4469 -89.8053 200.9 IL GIRARD 1.2 W +US1ILMP0005 39.4495 -89.8992 199.0 IL GIRARD 8.8 W +US1ILMP0006 39.0012 -89.8125 182.9 IL STAUNTON 1.5 WSW +US1ILMP0007 39.2445 -89.9236 187.1 IL CARLINVILLE 3.4 SW +US1ILMP0009 39.2873 -89.8763 190.2 IL CARLINVILLE 0.5 NNE +US1ILMP0010 39.0664 -89.7281 207.0 IL MOUNT OLIVE 0.4 S +US1ILMP0011 39.2059 -90.1034 177.4 IL MEDORA 2.9 NE +US1ILMP0012 39.2800 -89.8608 189.0 IL CARLINVILLE 1.1 E +US1ILMP0015 39.3466 -90.1058 176.5 IL HETTICK 3.7 W +US1ILMP0018 39.4459 -89.7846 204.2 IL GIRARD 0.1 WSW +US1ILMP0019 39.0948 -89.9815 200.3 IL SHIPMAN 3.9 ESE +US1ILMR0002 41.2071 -90.7586 220.1 IL ALEDO 0.8 NW +US1ILMR0003 41.3261 -90.5903 232.0 IL REYNOLDS 4.3 E +US1ILMR0004 41.2017 -90.7417 224.6 IL ALEDO 0.4 NE +US1ILMR0005 41.2594 -90.6026 228.3 IL MATHERVILLE 0.2 E +US1ILMR0006 41.2022 -90.7420 224.9 IL ALEDO 0.4 NE +US1ILMR0007 41.2075 -90.7521 222.8 IL ALEDO 0.7 NNW +US1ILMS0002 40.2838 -90.0740 143.3 IL HAVANA 1.4 SW +US1ILMS0004 40.2968 -89.9995 152.4 IL HAVANA 3.0 E +US1ILMU0001 39.7262 -88.4743 200.9 IL ARTHUR 0.8 NNW +US1ILMU0002 39.5932 -88.6239 207.0 IL SULLIVAN 0.9 WSW +US1ILMU0003 39.7053 -88.5479 207.0 IL LOVINGTON 4.5 E +US1ILMY0001 39.3470 -89.3455 196.0 IL NOKOMIS 4.5 NW +US1ILMY0008 39.1737 -89.6541 210.0 IL LITCHFIELD 0.2 SE +US1ILMY0009 39.1696 -89.6440 207.0 IL LITCHFIELD 0.8 SE +US1ILMY0010 39.2554 -89.6235 199.6 IL LITCHFIELD 5.8 NNE +US1ILOG0003 41.9824 -89.5859 260.0 IL POLO 0.4 WSW +US1ILOG0004 42.1747 -89.2678 224.9 IL BYRON 3.2 N +US1ILOG0005 42.0137 -89.3092 248.1 IL OREGON 1.3 E +US1ILOG0011 42.0601 -89.0312 232.6 IL LINDENWOOD 0.5 N +US1ILOG0012 42.0930 -89.1086 249.9 IL DAVIS JUNCTION 1.1 SW +US1ILOG0014 42.0445 -89.4327 276.5 IL MOUNT MORRIS 0.3 S +US1ILOG0015 42.1332 -89.2484 216.1 IL BYRON 0.6 ENE +US1ILPP0001 37.3599 -88.4888 142.0 IL GOLCONDA 0.2 SSW +US1ILPP0004 37.3919 -88.4910 169.2 IL GOLCONDA 2.0 N +US1ILPP0005 37.5496 -88.5724 224.3 IL STONEFORT 8.7 ESE +US1ILPR0002 40.7852 -89.9453 190.8 IL ELMWOOD 1.2 ENE +US1ILPR0004 40.8865 -89.6410 221.9 IL DUNLAP 2.6 NE +US1ILPR0005 40.7224 -89.5986 192.9 IL PEORIA 1.7 SSE +US1ILPR0007 40.7231 -89.6441 179.2 IL PEORIA 2.4 SW +US1ILPR0008 40.7683 -89.6672 182.9 IL PEORIA 3.4 WNW +US1ILPR0009 40.8234 -89.6814 216.4 IL DUNLAP 2.6 S +US1ILPR0013 40.7548 -89.6742 190.5 IL PEORIA 3.5 W +US1ILPR0014 40.8652 -89.7986 211.2 IL PRINCEVILLE 5.1 SSW +US1ILPT0001 40.0690 -88.5390 218.8 IL MONTICELLO 3.5 NNE +US1ILPT0002 40.0406 -88.7039 214.0 IL CISCO 2.1 NNE +US1ILPT0003 39.8533 -88.5382 205.1 IL ATWOOD 5.4 NW +US1ILPT0004 40.0237 -88.5588 205.1 IL MONTICELLO 0.9 E +US1ILPT0006 39.9858 -88.6865 205.1 IL MONTICELLO 6.5 WSW +US1ILPT0008 40.1367 -88.4816 205.4 IL WHITE HEATH 3.7 NNE +US1ILPT0011 39.8061 -88.4633 207.9 IL ATWOOD 0.4 N +US1ILPT0012 40.1001 -88.5303 216.1 IL MONTICELLO 5.6 NNE +US1ILPT0013 40.1890 -88.5584 218.8 IL MANSFIELD 3.0 WSW +US1ILPT0014 39.9465 -88.7234 207.9 IL CERRO GORDO 3.9 N +US1ILPT0015 40.1740 -88.4656 215.8 IL MAHOMET 3.6 WSW +US1ILPT0016 40.1678 -88.5195 215.2 IL MANSFIELD 3.1 S +US1ILPT0017 40.0744 -88.5462 208.2 IL MONTICELLO 3.8 NNE +US1ILPT0019 40.0180 -88.5635 212.8 IL MONTICELLO 0.8 SE +US1ILPY0001 38.1540 -89.5536 161.5 IL COULTERVILLE 3.5 SE +US1ILPY0002 38.0175 -89.2468 141.4 IL DU QUOIN 1.1 NW +US1ILRC0001 38.7269 -88.0802 154.8 IL OLNEY 0.4 SE +US1ILRC0002 38.6856 -88.0853 145.7 IL OLNEY 3.2 S +US1ILRC0003 38.7319 -88.0724 152.4 IL OLNEY 0.7 E +US1ILRC0004 38.7440 -87.9647 157.0 IL CLAREMONT 1.8 NNE +US1ILRC0005 38.7071 -87.9876 154.8 IL OLNEY 5.5 ESE +US1ILRC0006 38.7486 -88.0671 147.5 IL OLNEY 1.5 NE +US1ILRC0007 38.8345 -88.0591 149.4 IL DUNDAS 1.4 E +US1ILRH0001 38.2028 -89.9963 143.0 IL RED BUD 0.5 S +US1ILRH0005 37.9188 -89.8255 189.6 IL CHESTER 0.1 SSW +US1ILRH0007 38.1398 -89.7393 146.0 IL SPARTA 2.4 NW +US1ILRH0008 38.1325 -89.7401 150.9 IL SPARTA 2.2 WNW +US1ILRI0003 41.4975 -90.4856 214.0 IL MOLINE 0.9 N +US1ILRI0004 41.4833 -90.5501 210.0 IL ROCK ISLAND 1.7 ENE +US1ILRI0008 41.3842 -90.7611 239.9 IL TAYLOR RIDGE 4.9 W +US1ILRI0009 41.3361 -90.6688 244.4 IL REYNOLDS 0.4 NNE +US1ILRI0010 41.5013 -90.4904 202.4 IL MOLINE 1.1 N +US1ILRI0012 41.4939 -90.5648 213.7 IL ROCK ISLAND 1.6 NNE +US1ILRI0013 41.4945 -90.4841 213.1 IL MOLINE 0.7 NNE +US1ILRI0015 41.5067 -90.5675 176.2 IL ROCK ISLAND 2.3 NNE +US1ILRI0017 41.3350 -90.6470 246.6 IL MILAN 8.8 SSW +US1ILRI0018 41.4885 -90.5084 222.5 IL MOLINE 1.0 WNW +US1ILRI0019 41.4874 -90.5371 0.0 IL MOLINE 2.5 W +US1ILRI0021 41.4041 -90.5624 228.9 IL MILAN 2.8 S +US1ILRI0022 41.3403 -91.0077 177.1 IL ILLINOIS CITY 6.7 SW +US1ILSC0001 38.5067 -89.8148 128.9 IL MASCOUTAH 0.5 WSW +US1ILSC0003 38.5096 -89.9711 157.9 IL BELLEVILLE 2.2 SE +US1ILSC0006 38.4085 -89.8804 128.9 IL FREEBURG 2.0 SE +US1ILSC0007 38.6197 -89.8846 153.0 IL O'FALLON 2.5 NE +US1ILSC0008 38.5716 -90.0552 178.9 IL CENTREVILLE 2.5 E +US1ILSC0009 38.5524 -90.0805 168.9 IL BELLEVILLE 4.5 WNW +US1ILSC0011 38.5735 -90.0660 184.1 IL CENTREVILLE 1.9 E +US1ILSC0012 38.4898 -89.7946 130.5 IL MASCOUTAH 1.5 SSE +US1ILSC0013 38.5122 -89.9539 151.5 IL BELLEVILLE 2.9 ESE +US1ILSC0016 38.6049 -89.9685 171.0 IL FAIRVIEW HEIGHTS 2.0 ENE +US1ILSC0017 38.4912 -89.8195 128.3 IL MASCOUTAH 1.5 SSW +US1ILSC0018 38.6549 -90.0863 128.0 IL FAIRMONT CITY 0.9 ENE +US1ILSC0021 38.4006 -89.8474 135.0 IL FREEBURG 3.8 ESE +US1ILSC0023 38.4949 -89.9811 152.7 IL BELLEVILLE 2.7 SSE +US1ILSC0026 38.4880 -89.7960 131.1 IL MASCOUTAH 1.5 SSE +US1ILSC0027 38.4659 -89.7113 132.6 IL MASCOUTAH 5.9 ESE +US1ILSG0002 39.8633 -89.5493 175.9 IL RIVERTON 1.1 NNW +US1ILSG0004 39.8535 -89.5754 175.9 IL RIVERTON 1.9 W +US1ILSG0011 39.6688 -89.6711 178.9 IL CHATHAM 1.4 ESE +US1ILSG0012 39.7384 -89.5632 168.9 IL ROCHESTER 1.4 SW +US1ILSG0017 39.7838 -89.7289 182.9 IL SPRINGFIELD 4.4 W +US1ILSG0020 39.7570 -89.6808 184.1 IL JEROME 0.7 S +US1ILSG0021 39.7810 -89.6318 185.9 IL SPRINGFIELD 0.7 E +US1ILSG0022 39.6804 -89.6957 184.1 IL CHATHAM 0.5 N +US1ILSG0024 39.7554 -89.6928 182.9 IL JEROME 1.0 SW +US1ILSG0028 39.8139 -89.6637 178.9 IL SPRINGFIELD 2.5 NNW +US1ILSG0029 39.7062 -89.6314 177.1 IL SPRINGFIELD 6.7 SSE +US1ILSG0031 39.6384 -89.6651 179.2 IL GLENARM 1.3 NW +US1ILSG0032 39.6948 -89.6194 171.0 IL SPRINGFIELD 6.1 SSE +US1ILSG0034 39.7735 -89.7229 185.9 IL SPRINGFIELD 4.2 W +US1ILSG0036 39.7413 -89.6211 176.8 IL SPRINGFIELD 3.0 SSE +US1ILSG0040 39.8869 -89.6117 174.0 IL SHERMAN 0.1 W +US1ILSG0041 39.7714 -89.7828 181.4 IL BERLIN 6.4 E +US1ILSG0042 39.7791 -89.6715 183.5 IL SPRINGFIELD 1.4 W +US1ILSG0043 39.7567 -89.5284 175.6 IL ROCHESTER 0.8 ENE +US1ILSG0044 39.9448 -89.6198 176.5 IL SHERMAN 4.1 N +US1ILSG0045 39.6742 -89.6693 178.6 IL CHATHAM 1.5 E +US1ILSG0046 39.7974 -89.7431 181.1 IL SPRINGFIELD 5.3 WNW +US1ILSG0047 39.6869 -89.6270 177.1 IL SPRINGFIELD 6.6 S +US1ILSG0048 39.7944 -89.6913 184.4 IL SPRINGFIELD 2.6 WNW +US1ILSG0052 39.8068 -89.6605 182.6 IL SPRINGFIELD 1.9 NNW +US1ILSG0057 39.8143 -89.6882 178.0 IL SPRINGFIELD 3.2 NW +US1ILSG0059 39.6483 -89.6591 181.7 IL CHATHAM 2.6 SE +US1ILSG0060 39.8466 -89.5369 174.7 IL RIVERTON 0.2 SE +US1ILSH0001 39.4120 -88.7961 200.9 IL SHELBYVILLE 0.5 NE +US1ILSH0003 39.2827 -88.7973 180.4 IL MODE 3.7 NW +US1ILSH0004 39.4191 -88.8004 201.2 IL SHELBYVILLE 0.8 NNE +US1ILSK0003 41.1779 -89.6493 247.2 IL BRADFORD 0.4 E +US1ILSK0005 41.1877 -89.7728 237.1 IL BRADFORD 6.1 W +US1ILSK0006 41.0949 -89.8662 227.1 IL TOULON 0.1 WNW +US1ILSL0001 37.8016 -88.5311 112.2 IL HARRISBURG 4.6 NNE +US1ILSL0002 37.7311 -88.5625 114.0 IL HARRISBURG 0.8 WSW +US1ILSL0003 37.7240 -88.5379 112.2 IL HARRISBURG 1.1 SE +US1ILSP0003 42.4961 -89.6843 299.0 IL ORANGEVILLE 2.8 NW +US1ILSP0004 42.2799 -89.6937 267.0 IL FREEPORT 1.5M W +US1ILSP0005 42.2152 -89.4934 267.0 IL GERMAN VALLEY 0.5 W +US1ILSP0006 42.3095 -89.6637 235.9 IL FREEPORT 2.0 NW +US1ILSP0007 42.4292 -89.4173 285.0 IL DAVIS 0.5 N +US1ILSP0008 42.4693 -89.7187 255.1 IL WINSLOW 4.3 ESE +US1ILSP0014 42.2826 -89.6036 245.1 IL FREEPORT 1.7 ESE +US1ILSP0015 42.3768 -89.6327 264.3 IL CEDARVILLE 0.2 ENE +US1ILSP0017 42.2632 -89.8299 260.3 IL PEARL CITY 0.4 SW +US1ILSP0018 42.2869 -89.6179 253.6 IL FREEPORT 0.9 ESE +US1ILSP0021 42.2986 -89.4758 230.1 IL RIDOTT 0.1 NE +US1ILSP0022 42.2901 -89.6104 246.6 IL FREEPORT 1.2 E +US1ILSP0023 42.4334 -89.5974 292.3 IL DAKOTA 4.8 NW +US1ILSP0025 42.3043 -89.6628 247.2 IL FREEPORT 1.7 NW +US1ILSP0026 42.2678 -89.6832 264.6 IL FREEPORT 2.9 WSW +US1ILST0001 39.6311 -90.4496 166.7 IL WINCHESTER 0.4 ENE +US1ILSY0001 40.0847 -90.5636 207.0 IL RUSHVILLE 2.4 S +US1ILTZ0001 40.5974 -89.4706 214.9 IL MORTON 1.0 S +US1ILTZ0003 40.5834 -89.6398 143.9 IL PEKIN 1.2 NNW +US1ILTZ0007 40.6494 -89.5415 216.1 IL EAST PEORIA 1.6 SSE +US1ILTZ0009 40.4375 -89.6078 164.9 IL GREEN VALLEY 2.8 NE +US1ILTZ0010 40.5246 -89.4213 200.9 IL TREMONT 3.6 E +US1ILTZ0013 40.5662 -89.6345 163.1 IL PEKIN 0.4 WSW +US1ILTZ0014 40.5976 -89.4634 214.0 IL MORTON 1.0 SSE +US1ILTZ0016 40.5541 -89.6274 166.4 IL PEKIN 1.0 S +US1ILTZ0017 40.5339 -89.5587 205.4 IL PEKIN 4.3 ESE +US1ILTZ0019 40.4323 -89.3124 194.2 IL MINIER 0.1 SE +US1ILTZ0023 40.7157 -89.4123 238.7 IL WASHINGTON 1.7 NE +US1ILTZ0026 40.5216 -89.5960 187.1 IL PEKIN 3.6 SSE +US1ILTZ0027 40.3621 -89.5413 178.6 IL DELAVAN 0.7 SSE +US1ILUN0001 37.5232 -89.0715 150.9 IL BUNCOMBE 6.4 NW +US1ILUN0003 37.5018 -89.2198 178.0 IL ANNA 3.1 NNE +US1ILUN0005 37.4590 -89.2682 170.4 IL JONESBORO 0.3 NNE +US1ILUN0006 37.5223 -89.2485 178.9 IL COBDEN 0.8 SSE +US1ILUN0008 37.5597 -89.1880 192.3 IL COBDEN 4.1 ENE +US1ILUN0010 37.3582 -89.1767 128.6 IL DONGOLA 0.7 W +US1ILVR0001 40.1653 -87.6282 207.0 IL DANVILLE 1.5 NNW +US1ILVR0003 40.0496 -87.6404 207.9 IL WESTVILLE 0.4 NNW +US1ILVR0004 40.2647 -87.6656 207.9 IL HENNING 3.4 SSE +US1ILVR0005 40.4585 -87.8031 214.0 IL RANKIN 4.9 E +US1ILVR0006 40.0461 -87.8317 203.0 IL FAIRMOUNT 0.2 W +US1ILVR0007 40.1911 -87.6400 200.9 IL DANVILLE 3.4 NNW +US1ILVR0008 40.3884 -87.5608 216.1 IL ROSSVILLE 5.7 E +US1ILVR0009 40.4709 -87.5838 217.0 IL HOOPESTON 4.6 E +US1ILVR0010 40.1748 -87.6778 210.0 IL DANVILLE 3.7 NW +US1ILVR0012 40.1339 -87.5809 200.9 IL DANVILLE 2.1 ESE +US1ILVR0013 40.4585 -87.6781 217.0 IL HOOPESTON 0.6 SW +US1ILVR0014 40.1498 -87.6267 202.1 IL DANVILLE 0.6 NW +US1ILVR0015 40.2527 -87.6997 207.3 IL DANVILLE 8.6 NNW +US1ILVR0016 40.1491 -87.6431 194.2 IL DANVILLE 1.3 WNW +US1ILVR0017 40.4661 -87.6854 216.1 IL HOOPESTON 0.8 W +US1ILVR0018 40.1778 -87.6320 193.9 IL DANVILLE 2.4 NNW +US1ILVR0019 40.2546 -87.6224 203.0 IL DANVILLE 7.6 N +US1ILVR0020 40.0366 -87.6412 206.0 IL WESTVILLE 0.6 SSW +US1ILVR0025 40.4636 -87.6598 222.5 IL HOOPESTON 0.6 E +US1ILVR0029 40.3199 -87.6482 208.2 IL ROSSVILLE 4.4 SSE +US1ILVR0030 40.1539 -87.6242 197.2 IL DANVILLE 0.7 NNW +US1ILVR0032 40.1539 -87.6317 201.5 IL DANVILLE 0.9 NW +US1ILVR0033 40.1929 -87.6677 212.1 IL DANVILLE 4.2 NW +US1ILWB0003 38.4522 -87.8331 150.0 IL MOUNT CARMEL 4.2 NW +US1ILWD0001 41.6761 -89.8817 189.0 IL PROPHETSTOWN 2.8 E +US1ILWD0005 41.8160 -89.9040 224.0 IL MORRISON 3.2 E +US1ILWD0007 41.7982 -89.6801 210.0 IL STERLING 0.6 E +US1ILWD0008 41.8876 -89.8136 241.1 IL COLETA 1.4 SSW +US1ILWD0009 41.8819 -90.0395 237.1 IL MORRISON 6.3 NW +US1ILWD0014 41.7644 -89.7757 193.9 IL STERLING 4.9 WSW +US1ILWD0015 41.8539 -90.1637 177.7 IL FULTON 0.8 SSW +US1ILWD0018 41.6676 -89.9379 190.8 IL PROPHETSTOWN 0.2 SW +US1ILWD0019 41.7282 -90.0023 182.3 IL MORRISON 5.9 SSW +US1ILWD0020 41.8069 -89.7094 197.2 IL STERLING 1.1 WNW +US1ILWF0004 40.7632 -89.4519 242.0 IL GERMANTOWN HILLS 0.9 ESE +US1ILWF0005 40.7102 -89.2615 242.9 IL EUREKA 0.8 ESE +US1ILWF0011 40.7028 -89.2919 224.3 IL EUREKA 1.2 SW +US1ILWF0012 40.7846 -89.4822 219.2 IL GERMANTOWN HILLS 1.3 NW +US1ILWF0013 40.6401 -89.1401 225.6 IL CARLOCK 4.0 N +US1ILWF0014 40.8092 -89.0546 219.8 IL EL PASO 5.2 NNW +US1ILWF0016 40.6145 -89.2197 225.6 IL CONGERVILLE 0.6 WSW +US1ILWF0018 40.6712 -89.0926 229.8 IL EL PASO 6.2 SW +US1ILWF0019 40.9095 -89.3893 191.4 IL WASHBURN 5.2 W +US1ILWF0020 40.7421 -89.1364 226.5 IL SECOR 0.1 NNW +US1ILWF0021 40.7426 -89.0246 228.6 IL EL PASO 0.6 WNW +US1ILWF0022 40.6910 -89.1303 225.9 IL SECOR 3.4 S +US1ILWH0004 38.1659 -88.0103 141.4 IL CROSSVILLE 3.0 E +US1ILWL0003 41.5178 -88.2303 192.0 IL SHOREWOOD 1.5 WSW +US1ILWL0004 41.5851 -88.0497 203.0 IL LOCKPORT 0.3 SSW +US1ILWL0013 41.5425 -88.1244 205.1 IL JOLIET 1.1 N +US1ILWL0016 41.6274 -87.9281 225.9 IL HOMER GLEN 0.8 ENE +US1ILWL0017 41.5716 -88.1406 189.0 IL CREST HILL 1.9 WNW +US1ILWL0018 41.4411 -87.6379 226.2 IL CRETE 1.4 SW +US1ILWL0023 41.3052 -87.5820 220.1 IL BEECHER 3.4 SSE +US1ILWL0025 41.4468 -87.5657 212.8 IL CRETE 2.6 E +US1ILWL0026 41.4213 -87.9749 213.1 IL MANHATTAN 0.8 ESE +US1ILWL0027 41.6705 -88.2316 203.6 IL PLAINFIELD 4.0 NNW +US1ILWL0028 41.5554 -88.1780 178.9 IL JOLIET 3.5 NW +US1ILWL0031 41.6935 -88.1444 199.0 IL BOLINGBROOK 3.5 W +US1ILWL0034 41.5759 -88.1813 189.0 IL PLAINFIELD 3.0 SSE +US1ILWL0036 41.6375 -88.0029 217.0 IL HOMER GLEN 3.9 WNW +US1ILWL0039 41.6385 -87.9399 209.1 IL HOMER GLEN 1.4 NNW +US1ILWL0041 41.3330 -87.7876 221.9 IL PEOTONE 0.5 ENE +US1ILWL0042 41.5313 -87.9012 217.9 IL MOKENA 1.3 W +US1ILWL0044 41.7146 -88.1807 207.9 IL NAPERVILLE 3.6 SSW +US1ILWL0046 41.3336 -87.7891 223.1 IL PEOTONE 0.4 ENE +US1ILWL0048 41.3142 -87.6188 217.9 IL BEECHER 2.3 S +US1ILWL0050 41.5771 -87.9855 223.1 IL LOCKPORT 3.3 ESE +US1ILWL0051 41.5819 -88.1937 181.1 IL PLAINFIELD 2.4 SSE +US1ILWL0053 41.7039 -88.0937 219.2 IL BOLINGBROOK 0.9 WNW +US1ILWL0056 41.5203 -88.1214 196.0 IL JOLIET 0.4 S +US1ILWL0057 41.5763 -88.2465 190.2 IL PLAINFIELD 3.5 SW +US1ILWL0058 41.6040 -88.1490 189.3 IL PLAINFIELD 3.0 ESE +US1ILWL0059 41.5024 -87.9686 217.3 IL NEW LENOX 1.4 SE +US1ILWL0061 41.4450 -88.2122 164.0 IL CHANNAHON 0.8 NNE +US1ILWL0063 41.4996 -87.9603 213.7 IL NEW LENOX 1.8 SE +US1ILWL0064 41.5358 -88.1657 185.6 IL JOLIET 2.3 WNW +US1ILWL0065 41.4171 -87.6300 230.4 IL CRETE 2.6 SSW +US1ILWL0066 41.5239 -87.8195 211.8 IL FRANKFORT 2.0 NNE +US1ILWL0067 41.4025 -88.1961 163.1 IL CHANNAHON 2.5 SSE +US1ILWL0068 41.5333 -88.1080 200.6 IL JOLIET 0.9 ENE +US1ILWL0069 41.3559 -87.6383 228.3 IL BEECHER 1.3 WNW +US1ILWL0070 41.4891 -87.8766 237.7 IL FRANKFORT 2.2 WSW +US1ILWL0071 41.6049 -88.2187 189.6 IL PLAINFIELD 1.1 SW +US1ILWL0072 41.5303 -87.9296 211.8 IL NEW LENOX 2.9 ENE +US1ILWL0073 41.2696 -88.1254 174.3 IL WILMINGTON 2.6 SE +US1ILWL0079 41.3268 -87.7902 215.5 IL PEOTONE 0.5 SE +US1ILWL0080 41.5745 -88.0330 208.2 IL LOCKPORT 1.3 SE +US1ILWL0082 41.6433 -87.9281 209.4 IL ORLAND PARK 4.6 WNW +US1ILWL0083 41.5262 -88.1655 187.5 IL JOLIET 2.2 W +US1ILWL0084 41.3714 -87.5585 222.5 IL BEECHER 3.4 ENE +US1ILWL0085 41.5506 -88.1640 179.8 IL JOLIET 2.7 NW +US1ILWL0092 41.7062 -88.1734 203.0 IL NAPERVILLE 4.0 SSW +US1ILWL0093 41.4681 -87.9378 219.8 IL NEW LENOX 4.2 SE +US1ILWL0095 41.5355 -88.0976 197.8 IL JOLIET 1.4 ENE +US1ILWL0096 41.3646 -88.2427 154.5 IL WILMINGTON 6.3 NW +US1ILWL0097 41.5193 -87.9193 207.0 IL NEW LENOX 3.3 E +US1ILWL0099 41.4075 -87.9624 204.5 IL MANHATTAN 1.9 SE +US1ILWL0100 41.5416 -88.1751 167.0 IL JOLIET 2.9 WNW +US1ILWL0103 41.5519 -88.1106 196.6 IL JOLIET 1.8 NNE +US1ILWL0104 41.5845 -88.1731 185.0 IL PLAINFIELD 2.7 SE +US1ILWL0105 41.6556 -88.2222 200.3 IL PLAINFIELD 2.9 NNW +US1ILWL0106 41.5105 -87.7962 221.3 IL FRANKFORT 2.3 ENE +US1ILWL0108 41.6590 -88.2593 212.4 IL PLAINFIELD 4.1 NW +US1ILWL0111 41.5272 -87.9676 207.9 IL NEW LENOX 1.0 NE +US1ILWL0112 41.6963 -88.0688 216.7 IL BOLINGBROOK 0.5 ESE +US1ILWL0115 41.7235 -88.0482 227.1 IL BOLINGBROOK 2.2 NE +US1ILWL0118 41.4520 -88.0388 198.4 IL ELWOOD 4.6 NE +US1ILWL0119 41.6241 -87.9553 217.6 IL HOMER GLEN 1.6 NW +US1ILWL0121 41.4147 -87.8479 221.0 IL MONEE 4.9 W +US1ILWL0127 41.5832 -88.1911 181.4 IL PLAINFIELD 2.4 SSE +US1ILWL0131 41.6084 -87.9327 230.7 IL HOMER GLEN 0.7 NNE +US1ILWL0132 41.5280 -88.1475 195.1 IL JOLIET 1.3 W +US1ILWL0134 41.5619 -88.2302 188.7 IL PLAINFIELD 4.0 SSW +US1ILWL0135 41.6570 -88.1768 190.5 IL PLAINFIELD 3.2 NNE +US1ILWL0136 41.4663 -87.5544 207.0 IL CRETE 3.3 ENE FRANKTUARY FARM +US1ILWL0137 41.7243 -88.1711 208.5 IL NAPERVILLE 2.8 SSW +US1ILWL0138 41.4457 -87.6658 228.9 IL CRETE 2.7 W +US1ILWL0139 41.4461 -88.2066 167.0 IL CHANNAHON 1.0 NE +US1ILWL0140 41.4048 -87.5843 220.1 IL CRETE 3.7 SSE +US1ILWL0142 41.5545 -87.9339 207.6 IL MOKENA 3.4 WNW +US1ILWL0146 41.4908 -88.2070 179.2 IL SHOREWOOD 2.3 S +US1ILWL0147 41.5036 -87.9513 218.2 IL NEW LENOX 2.0 ESE +US1ILWL0148 41.6676 -88.2297 203.0 IL PLAINFIELD 3.8 NNW +US1ILWL0149 41.3774 -87.6797 236.8 IL BULT FIELD-MONEE 4.9 SE +US1ILWL0151 41.5194 -88.0136 196.3 IL NEW LENOX 1.5 W +US1ILWL0153 41.6789 -88.1267 196.6 IL BOLINGBROOK 3.0 WSW +US1ILWM0001 37.7329 -88.9758 132.0 IL MARION 1.9 W +US1ILWM0003 37.8330 -89.1427 123.1 IL HURST 0.2 SSE +US1ILWM0004 37.8325 -89.0957 116.7 IL BUSH 2.0 ESE +US1ILWM0005 37.7322 -88.9755 132.9 IL MARION 1.9 W +US1ILWM0006 37.7737 -89.0308 135.0 IL ENERGY 0.3 WSW +US1ILWM0008 37.8051 -88.8577 146.6 IL JOHNSTON CITY 3.9 ESE +US1ILWM0009 37.7531 -89.0305 139.9 IL HERRIN 3.4 S +US1ILWM0010 37.7475 -88.9376 143.0 IL MARION 1.0 NNE +US1ILWM0012 37.6283 -89.0039 169.5 IL MARION 8.0 SSW +US1ILWM0013 37.7986 -89.0100 127.1 IL HERRIN 1.2 E +US1ILWM0014 37.7387 -89.0755 131.1 IL CARTERVILLE 1.6 SSE +US1ILWN0001 42.4040 -88.9884 253.9 IL ROSCOE 1.3 SE +US1ILWN0003 42.3830 -88.9850 245.1 IL MACHESNEY PARK 3.1 ENE +US1ILWN0004 42.2640 -89.0625 242.9 IL ROCKFORD 0.4 S +US1ILWN0006 42.4655 -89.0057 235.9 IL SOUTH BELOIT 1.9 SE +US1ILWN0007 42.2525 -89.0227 273.1 IL ROCKFORD 2.4 ESE +US1ILWN0008 42.2767 -89.0747 242.0 IL ROCKFORD 0.7 NW +US1ILWN0010 42.1662 -89.1287 220.1 IL NEW MILLFORD 3.3 W +US1ILWN0011 42.3115 -89.1937 252.1 IL ROCKFORD 7.3 WNW +US1ILWN0013 42.2618 -89.0170 252.1 IL ROCKFORD 2.4 ESE +US1ILWN0014 42.2984 -89.0101 266.1 IL ROCKFORD 3.3 NE +US1ILWN0019 42.4442 -89.0508 228.9 IL ROCKTON 1.0 ESE +US1ILWN0020 42.3585 -89.3247 246.9 IL PECATONICA 1.9 NE +US1ILWN0026 42.2778 -89.0359 194.8 IL ROCKFORD 1.5 ENE +US1ILWN0029 42.3253 -88.9910 270.4 IL LOVES PARK 1.2 SE +US1ILWN0030 42.2777 -89.3661 258.5 IL PECATONICA 2.3 S +US1ILWN0032 42.1906 -89.0604 245.4 IL ROCKFORD 5.5 S +US1ILWN0035 42.2167 -89.0357 249.3 IL ROCKFORD 4.0 SSE +US1ILWN0037 42.2601 -89.2284 264.9 IL WINNEBAGO 0.8 SE +US1ILWN0039 42.4786 -89.2841 245.1 IL DURAND 3.7 NE +US1ILWN0040 42.2488 -89.1456 256.0 IL ROCKFORD 4.5 WSW +US1ILWR0002 40.7325 -90.6736 223.1 IL ROSEVILLE 0.6 WNW +US1ILWR0003 40.7299 -90.6684 232.0 IL ROSEVILLE 0.3 WSW +US1ILWS0001 38.3471 -89.1782 163.1 IL ASHLEY 1.4 NNE +US1ILWS0002 38.3272 -89.5531 139.6 IL ADDIEVILLE 5.7 SW +US1ILWS0003 38.4085 -89.5749 141.7 IL OKAWVILLE 2.3 SW +US1ILWY0001 38.5140 -88.3638 128.0 IL CISNE 4.0 E +US1INAD0001 40.6534 -84.9679 264.0 IN BERNE 0.8 WSW +US1INAD0007 40.7467 -84.9433 250.2 IN MONROE 0.2 NW +US1INAL0001 41.1207 -85.0895 248.1 IN FORT WAYNE 4.1 NE +US1INAL0002 41.1904 -85.1325 260.0 IN FORT WAYNE 8.1 N +US1INAL0004 40.9965 -85.1485 239.0 IN FORT WAYNE 5.4 S +US1INAL0005 41.2144 -85.1242 257.9 IN HUNTERTOWN 2.6 ESE +US1INAL0006 41.0532 -85.2389 253.0 IN FORT WAYNE 5.4 WSW +US1INAL0007 40.9915 -85.0029 248.1 IN FORT WAYNE 9.1 SE +US1INAL0014 41.0788 -85.2288 253.9 IN FORT WAYNE 4.7 W +US1INAL0016 41.2285 -85.1722 260.0 IN HUNTERTOWN 0.2 SSW +US1INAL0017 41.1517 -85.0600 248.1 IN FORT WAYNE 6.8 NE +US1INAL0018 41.2224 -85.1295 264.0 IN HUNTERTOWN 2.2 ESE +US1INAL0019 41.1465 -85.0719 238.0 IN FORT WAYNE 6.1 NE +US1INAL0020 41.1175 -85.0892 246.9 IN FORT WAYNE 4.0 NE +US1INAL0022 41.1572 -85.1491 253.9 IN FORT WAYNE 5.8 N +US1INAL0023 41.0280 -85.2774 248.1 IN FORT WAYNE 7.9 WSW +US1INAL0024 41.2144 -85.1269 260.3 IN HUNTERTOWN 2.5 ESE +US1INAL0025 41.2075 -85.1165 257.3 IN FORT WAYNE 9.3 N +US1INAL0029 41.0261 -85.2994 256.0 IN FORT WAYNE 9.0 WSW +US1INAL0032 41.1174 -84.9063 227.1 IN WOODBURN 2.8 WSW +US1INAL0034 41.0267 -85.0946 239.6 IN FORT WAYNE 4.0 SE +US1INAL0035 41.1966 -85.1247 257.6 IN FORT WAYNE 8.5 N +US1INAL0036 41.2233 -85.0570 241.4 IN LEO 2.2 NW +US1INAL0037 41.0916 -85.1475 239.3 IN FORT WAYNE 1.3 NNW +US1INAL0039 41.1338 -85.0307 241.1 IN FORT WAYNE 7.0 NE +US1INAL0041 41.1344 -85.1427 246.6 IN FORT WAYNE 4.2 N +US1INAL0042 41.0474 -85.2707 254.8 IN FORT WAYNE 7.1 WSW +US1INAL0045 40.9633 -85.2531 250.5 IN YODER 4.6 WNW +US1INAL0046 41.2170 -85.0851 258.2 IN FORT WAYNE 9.9 NNE +US1INAL0048 41.1741 -85.1183 252.1 IN FORT WAYNE 7.0 N +US1INAL0049 41.1540 -85.1304 248.1 IN FORT WAYNE 5.6 N +US1INAL0051 41.1026 -85.1083 244.4 IN FORT WAYNE 2.6 NE +US1INAL0053 41.1535 -85.1329 246.0 IN FORT WAYNE 5.5 N +US1INAL0060 41.1695 -85.0527 245.4 IN FORT WAYNE 8.0 NE +US1INAL0064 41.1113 -85.1716 245.7 IN FORT WAYNE 3.1 NNW +US1INAL0066 41.1660 -85.0250 247.8 IN FORT WAYNE 8.7 NE +US1INAL0072 41.2098 -84.9691 251.2 IN GRABILL 0.1 SW +US1INAL0075 41.0788 -85.3056 257.3 IN FORT WAYNE 8.7 W +US1INAL0078 41.0951 -85.1801 248.7 IN FORT WAYNE 2.6 NW +US1INAL0080 41.2034 -84.8788 231.0 IN HARLAN 2.2 ENE +US1INAL0082 41.1310 -85.0611 245.4 IN FORT WAYNE 5.7 NE +US1INBL0002 40.4506 -85.2776 274.9 IN HARTFORD CITY 4.9 E +US1INBL0003 40.4508 -85.3703 281.0 IN HARTFORD CITY 0.1 SSE +US1INBL0007 40.5069 -85.4275 270.1 IN HARTFORD CITY 4.8 NW +US1INBL0009 40.4555 -85.3743 280.7 IN HARTFORD CITY 0.2 NNW (WB9HLA) +US1INBL0011 40.4619 -85.3729 282.5 IN (KA9VIS) HARTFORD CITY 0.7 N +US1INBL0012 40.4462 -85.3663 271.9 IN (KC9CGY) HARTFORD CITY 0.5 SSE +US1INBL0014 40.4520 -85.3685 280.4 IN HARTFORD CITY 0.2 ESE +US1INBL0015 40.4489 -85.3740 276.5 IN (KC9DCR)HARTFORD CITY 0.3 SSW +US1INBL0016 40.4587 -85.3629 277.4 IN (KD9GWL) HARTFORD CITY 0.6 NE +US1INBN0001 40.0350 -86.5447 285.9 IN LEBANON 3.9 WSW +US1INBN0002 39.9609 -86.6762 289.9 IN NEW ROSS 2.0 E +US1INBN0003 39.9566 -86.3158 285.9 IN ZIONSVILLE 2.3 W +US1INBN0004 39.9416 -86.6676 281.0 IN JAMESTOWN 2.3 WNW +US1INBN0005 40.0271 -86.2885 276.1 IN ZIONSVILLE 3.0 NNW +US1INBN0006 40.0029 -86.6197 284.1 IN ADVANCE 0.5 N +US1INBN0007 39.9497 -86.5250 292.0 IN LIZTON 4.5 NNE +US1INBN0008 39.9636 -86.5912 292.0 IN JAMESTOWN 3.2 NE +US1INBN0009 40.1053 -86.6566 259.1 IN THORNTOWN 2.9 WSW +US1INBN0010 40.1152 -86.4551 284.1 IN LEBANON 4.5 NNE +US1INBN0011 40.0261 -86.3619 292.0 IN LEBANON 6.2 ESE +US1INBN0012 39.9318 -86.5298 295.0 IN JAMESTOWN 5.2 E +US1INBN0013 39.9329 -86.4872 289.0 IN LIZTON 4.4 NE +US1INBN0014 39.9860 -86.3518 287.1 IN WHITESTOWN 0.7 SSW +US1INBN0015 40.1735 -86.4500 271.9 IN KIRKLIN 5.0 WSW +US1INBN0017 40.0907 -86.6501 267.9 IN THORNTOWN 3.4 SW +US1INBN0018 40.0810 -86.5345 277.1 IN LEBANON 3.7 WNW +US1INBN0019 40.0060 -86.3175 285.0 IN ZIONSVILLE 4.4 NNW +US1INBN0020 40.1079 -86.4359 291.1 IN LEBANON 4.4 NNE +US1INBN0023 40.0448 -86.4705 289.9 IN LEBANON 0.5 SSE +US1INBN0024 40.0712 -86.4718 292.9 IN LEBANON 1.4 N +US1INBN0026 40.0760 -86.4651 288.0 IN LEBANON 1.7 NNE +US1INBN0027 40.0903 -86.3756 289.9 IN LEBANON 5.8 ENE +US1INBN0028 40.0850 -86.2548 285.9 IN SHERIDAN 3.9 SSW +US1INBN0030 39.9236 -86.5983 289.9 IN JAMESTOWN 1.6 E +US1INBN0033 40.1047 -86.4725 284.1 IN LEBANON 3.7 N +US1INBN0034 40.0596 -86.4785 287.1 IN LEBANON 0.6 NNW +US1INBN0036 39.9746 -86.2975 278.0 IN ZIONSVILLE 2.0 NW +US1INBN0037 40.0042 -86.2692 277.1 IN ZIONSVILLE 3.8 N +US1INBN0039 39.9238 -86.6285 287.4 IN JAMESTOWN 0.3 S +US1INBN0041 39.9816 -86.2998 281.3 IN ZIONSVILLE 2.5 NW +US1INBN0042 40.0017 -86.2633 277.7 IN ZIONSVILLE 3.4 N +US1INBN0047 40.0731 -86.2761 283.2 IN WHITESTOWN 6.5 NE +US1INBN0051 40.0481 -86.4609 284.7 IN LEBANON 0.7 ESE +US1INBN0053 40.0136 -86.2901 267.9 IN ZIONSVILLE 4.3 NNW +US1INBN0055 39.9492 -86.2650 256.3 IN ZIONSVILLE 0.5 ESE +US1INBN0056 40.0787 -86.4810 285.9 IN LEBANON 1.9 NNW +US1INBR0001 39.1682 -86.2766 256.0 IN NASHVILLE 3.3 SW +US1INBR0003 39.2279 -86.3562 276.8 IN NASHVILLE 6.6 WNW +US1INBR0005 39.2793 -86.2311 232.9 IN (W9DBA)MORGANTOWN 6.7 SSE +US1INBT0002 40.5663 -87.3235 232.0 IN FOWLER 3.5 S +US1INBT0007 40.6170 -87.3146 251.2 IN FOWLER 0.1 E +US1INBW0001 39.2175 -85.8649 195.1 IN COLUMBUS 2.6 E +US1INBW0002 39.3386 -85.9747 205.1 IN EDINBURGH 1.0 SSW +US1INBW0003 39.2539 -85.9145 199.9 IN COLUMBUS 3.0 N +US1INBW0005 39.2081 -85.9202 192.9 IN COLUMBUS 0.4 WSW +US1INBW0006 39.1441 -86.0478 248.1 IN COLUMBUS 8.5 WSW +US1INBW0008 39.2095 -85.9202 193.9 IN COLUMBUS 0.4 WSW +US1INBW0009 39.3008 -85.7605 228.0 IN HOPE 0.4 E +US1INBW0010 39.2200 -85.8555 198.1 IN COLUMBUS 3.2 ENE +US1INBW0011 39.2849 -85.9526 200.9 IN TAYLORSVILLE 0.8 SSW +US1INBW0013 39.1361 -85.9569 196.6 IN COLUMBUS 5.7 SSW +US1INBW0014 39.2295 -85.8793 246.0 IN (WD9HTN)COLUMBUS 2.2 NE +US1INBW0016 39.2352 -85.8992 196.0 IN COLUMBUS 1.9 NNE +US1INCK0005 38.2983 -85.7628 139.0 IN CLARKSVILLE 1.3 S +US1INCK0006 38.4908 -85.6677 191.1 IN CHARLESTOWN 2.6 N +US1INCK0009 38.4622 -85.6427 178.0 IN CHARLESTOWN 1.5 ENE +US1INCK0010 38.3773 -85.7774 149.4 IN SELLERSBURG 1.4 SW +US1INCK0011 38.3283 -85.7215 153.9 IN JEFFERSONVILLE 1.9 N +US1INCK0014 38.2992 -85.7578 139.3 IN CLARKSVILLE 1.3 SSE +US1INCK0016 38.4142 -85.9299 268.2 IN BORDEN 3.1 S +US1INCK0017 38.4659 -85.9482 170.7 IN BORDEN 0.3 SW +US1INCK0018 38.3098 -85.7360 147.8 IN JEFFERSONVILLE 0.8 NW +US1INCK0019 38.5751 -85.7334 173.4 IN HENRYVILLE 3.0 NE +US1INCK0020 38.3434 -85.6845 158.8 IN JEFFERSONVILLE 3.7 NE +US1INCK0023 38.2973 -85.7197 142.0 IN JEFFERSONVILLE 0.4 SE +US1INCK0024 38.3842 -85.7532 143.6 IN SELLERSBURG 0.5 SSE +US1INCK0027 38.2947 -85.6982 142.6 IN JEFFERSONVILLE 1.6 ENE +US1INCK0031 38.5686 -85.7468 183.8 IN HENRYVILLE 2.2 NNE +US1INCK0035 38.5381 -85.7198 188.7 IN HENRYVILLE 2.6 E +US1INCL0001 40.4165 -86.4943 238.0 IN ROSSVILLE 5.3 E +US1INCL0002 40.3664 -86.5764 249.9 IN ROSSVILLE 3.9 SSE +US1INCL0008 40.4250 -86.6940 206.3 IN LAFAYETTE 9.1 ENE +US1INCL0009 40.3953 -86.6087 224.9 IN ROSSVILLE 1.9 SSW +US1INCL0010 40.2544 -86.6567 256.6 IN FRANKFORT 7.9 WSW +US1INCL0014 40.3503 -86.4867 272.5 IN FRANKFORT 4.9 NNE +US1INCL0015 40.2718 -86.6224 256.9 IN (K9DGS)MULBERRY 5.6 SSE +US1INCR0002 40.6775 -86.5102 221.9 IN CAMDEN 4.9 NNE +US1INCR0009 40.4835 -86.3960 231.3 IN BURLINGTON 0.1 NNE +US1INCS0001 40.5700 -86.1671 246.9 IN GALVESTON 1.3 ESE +US1INCS0003 40.5735 -86.1938 249.0 IN GALVESTON 0.2 SSW +US1INCS0004 40.7532 -86.3431 198.1 IN LOGANSPORT 0.8 E +US1INCS0006 40.8986 -86.3550 241.1 IN LUCERNE 3.4 NE +US1INCS0007 40.7822 -86.3740 221.6 IN LOGANSPORT 2.2 NNW +US1INCS0009 40.7603 -86.3270 194.2 IN LOGANSPORT 1.7 ENE +US1INCS0011 40.5698 -86.1744 240.2 IN (WA9TTB)GALVESTON 1.0 ESE +US1INCS0012 40.7513 -86.3411 195.4 IN (N9ZMY)LOGANSPORT 0.9 E +US1INCS0013 40.8054 -86.3858 228.9 IN (K9EQT)LOGANSPORT 3.9 NNW +US1INCS0016 40.7541 -86.3468 190.8 IN LOGANSPORT 0.6 E +US1INCW0003 38.3240 -86.3379 205.7 IN MILLTOWN 3.7 WSW +US1INCW0005 38.3517 -86.4426 207.0 IN ENGLISH 1.7 NE +US1INCW0006 38.1994 -86.3372 199.9 IN LEAVENWORTH 0.5 E +US1INCW0007 38.3199 -86.3541 255.1 IN MARENGO 3.6 S +US1INCW0008 38.2773 -86.3488 250.9 IN MILLTOWN 6.1 SW +US1INCW0009 38.2321 -86.5309 151.8 IN ENGLISH 7.9 SSW +US1INCW0012 38.2442 -86.3719 221.0 IN CAREFREE 0.8 W +US1INCY0001 39.5353 -87.1298 207.9 IN BRAZIL 0.9 NNW +US1INCY0003 39.2764 -87.1105 184.1 IN CLAY CITY 0.1 ESE +US1INCY0004 39.1763 -87.1446 167.6 IN JASONVILLE 4.0 ENE +US1INCY0005 39.2733 -87.1072 185.9 IN CLAY CITY 0.4 SE +US1INCY0007 39.5351 -87.1159 211.2 IN BRAZIL 0.9 NNE +US1INCY0008 39.5404 -87.1703 191.4 IN BRAZIL 2.7 WNW +US1INDB0001 38.2929 -86.9611 153.3 IN HUNTINGBURG 0.4 SSW +US1INDB0002 38.4037 -86.9338 177.1 IN JASPER 0.7 N +US1INDB0004 38.2797 -87.0709 162.2 IN HUNTINGBURG 6.2 WSW +US1INDB0006 38.3644 -86.8453 170.1 IN JASPER 5.7 ESE +US1INDB0007 38.4899 -87.0399 153.9 IN JASPER 8.8 NW +US1INDB0011 38.3824 -86.7842 165.2 IN CELESTINE 0.3 WSW +US1INDB0014 38.3886 -86.9641 147.8 IN JASPER 1.6 WSW +US1INDB0015 38.4589 -86.6945 210.3 IN DUBOIS 6.0 E (SIPAC) +US1INDC0001 39.2590 -85.5009 289.0 IN GREENSBURG 5.8 S +US1INDC0005 39.3269 -85.4672 291.7 IN GREENSBURG 1.2 SE +US1INDC0006 39.2909 -85.5719 267.6 IN (KB9CIY)GREENSBURG 6.0 SW +US1INDC0007 39.2030 -85.4360 275.8 IN MILLHOUSEN 0.5 S +US1INDK0003 41.3921 -85.0626 277.1 IN AUBURN 2.0 N +US1INDK0005 41.3705 -85.0457 267.0 IN AUBURN 0.8 NE +US1INDK0006 41.3652 -85.0436 264.9 IN (KA9RVJ)AUBURN 0.7 E +US1INDK0008 41.2926 -85.1359 265.8 IN GARRETT 4.0 S +US1INDK0009 41.3904 -85.0596 271.0 IN AUBURN 1.9 N +US1INDK0010 41.4911 -85.0361 288.0 IN WATERLOO 4.0 N +US1INDK0011 41.3941 -85.0624 271.9 IN AUBURN 2.1 N +US1INDK0013 41.4356 -84.8655 260.0 IN BUTLER 0.5 NNE +US1INDK0016 41.2795 -85.1294 251.8 IN GARRETT 4.9 S +US1INDK0018 41.5255 -84.9056 272.8 IN HAMILTON 0.8 SE +US1INDK0020 41.3308 -85.1310 265.8 IN GARRETT 1.3 S +US1INDK0021 41.3588 -85.1392 269.7 IN GARRETT 0.9 NW +US1INDL0001 40.3061 -85.4158 271.0 IN EATON 4.0 SW +US1INDL0002 40.3353 -85.4086 270.1 IN EATON 2.9 W +US1INDL0003 40.2352 -85.3680 289.0 IN MUNCIE 2.9 NNE +US1INDL0006 40.1770 -85.3519 290.2 IN MUNCIE 2.0 ESE +US1INDL0009 40.1237 -85.5580 275.5 IN DALEVILLE 0.4 NNW +US1INDL0012 40.1865 -85.4897 282.9 IN YORKTOWN 1.1 NNW +US1INDL0020 40.1780 -85.5020 275.5 IN (KB9IVB) YORKTOWN 1.3 WNW +US1INDL0021 40.2268 -85.3705 290.5 IN (K9SJI/WA9KWL) MUNCIE 2.3 NNE +US1INDL0022 40.1931 -85.3916 288.6 IN (KL2RR) MUNCIE 0.3 S +US1INDL0023 40.3428 -85.3916 280.4 IN (KB9TUZ) EATON 1.9 W +US1INDL0024 40.3295 -85.3234 282.2 IN (N9WCJ) EATON 1.8 ESE +US1INDL0025 40.0851 -85.3488 315.8 IN (K9CJC) SPRINGPORT 3.5 NE +US1INDL0026 40.0844 -85.3447 317.6 IN (K9TKO) SPRINGPORT 3.6 NE +US1INDL0027 40.1901 -85.3910 288.6 IN (KB7ZGB) MUNCIE 0.5 S +US1INDL0028 40.1879 -85.4720 285.3 IN (WB9USA) YORKTOWN 1.1 NNE +US1INDL0029 40.2036 -85.3823 289.3 IN (NQ8E) MUNCIE 0.6 NE +US1INDL0030 40.1697 -85.3870 292.0 IN (KC9DQK) MUNCIE 1.9 S +US1INDL0031 40.2615 -85.2272 292.6 IN (KC9KLI) ALBANY 2.8 S +US1INDL0032 40.1878 -85.3719 293.2 IN MUNCIE 1.2 SE +US1INDL0035 40.0781 -85.5518 288.6 IN (N9BRD)MIDDLETOWN 1.4 NNW +US1INDL0036 40.1402 -85.3583 299.0 IN MUNCIE 4.3 SSE +US1INDL0038 40.1907 -85.4156 287.7 IN (N9TIG)MUNCIE 1.4 WSW +US1INDL0039 40.1961 -85.4382 288.3 IN (KC9ZUA) MUNCIE 2.5 W +US1INDL0040 40.1968 -85.4020 285.9 IN (KC9TLC) MUNCIE 0.6 W +US1INDL0043 40.2215 -85.3967 289.6 IN (KD9GQA)MUNCIE 1.7 N +US1INDR0003 39.0704 -84.9758 212.4 IN AURORA 3.9 W +US1INDR0005 39.1260 -84.9122 257.3 IN LAWRENCEBURG 2.9 NW +US1INDR0006 39.1795 -84.9032 245.1 IN LAWRENCEBURG 5.6 NNW +US1INDR0007 39.0419 -85.0363 214.6 IN MOORES HILL 5.7 SSE +US1INDR0008 39.1096 -85.0852 295.4 IN MOORES HILL 0.3 SE +US1INDR0010 39.1064 -84.8794 258.5 IN (K9GPS)LAWRENCEBURG 0.7 NW +US1INDR0011 39.2140 -84.8902 251.2 IN (KB9SZS)BRIGHT 1.9 WNW +US1INDR0012 39.2367 -84.8619 282.9 IN (KA9OOO)BRIGHT 2.4 N +US1INDR0013 39.2474 -84.8885 281.9 IN (WD8NMZ)BRIGHT 3.5 NNW +US1INDR0015 39.1243 -84.9188 253.3 IN LAWRENCEBURG 3.1 WNW +US1INDR0017 39.0998 -84.9951 250.2 IN MOORES HILL 5.1 E +US1INDV0001 38.6754 -87.1900 145.1 IN WASHINGTON 1.5 NW +US1INDV0002 38.5796 -87.1417 141.1 IN WASHINGTON 5.7 SSE +US1INDV0004 38.6629 -87.1548 175.0 IN WASHINGTON 1.0 ENE +US1INDV0005 38.6051 -87.0449 156.1 IN MONTGOMERY 4.1 S +US1INDV0006 38.6217 -87.1829 143.0 IN WASHINGTON 2.6 SSW +US1INDV0007 38.5766 -87.1481 139.9 IN WASHINGTON 5.8 SSE +US1INDV0008 38.6588 -87.1634 166.1 IN WASHINGTON 0.5 E +US1INDV0011 38.6636 -87.0452 159.1 IN MONTGOMERY 0.1 SE +US1INDV0012 38.7850 -87.1553 168.2 IN PLAINVILLE 1.3 S +US1INDV0013 38.7942 -87.1535 143.9 IN PLAINVILLE 0.7 S +US1INDV0014 38.7981 -86.9456 188.1 IN ODON 3.8 SE +US1INDV0017 38.6205 -87.1359 149.0 IN WASHINGTON 3.3 SE +US1INDV0018 38.9003 -86.9793 160.3 IN ODON 4.0 N +US1INDV0021 38.6646 -87.0469 170.7 IN MONTGOMERY 0.0 SSE +US1INEL0001 41.5332 -86.0190 259.1 IN WAKARUSA 0.3 WSW +US1INEL0003 41.6624 -85.7602 278.0 IN MIDDLEBURY 2.6 WSW +US1INEL0007 41.5209 -85.7008 271.0 IN MILLERSBURG 0.5 SW +US1INEL0008 41.5655 -85.9933 256.0 IN WAKARUSA 2.4 NNE +US1INEL0009 41.6228 -86.0127 238.0 IN ELKHART 3.1 SSE +US1INEL0011 41.5589 -85.6736 268.8 IN MILLERSBURG 2.5 NNE +US1INEL0012 41.5519 -85.8370 242.0 IN GOSHEN 1.8 S +US1INEL0013 41.6044 -85.8769 239.9 IN GOSHEN 2.8 NW +US1INEL0014 41.5896 -85.8767 241.1 IN GOSHEN 2.3 WNW +US1INEL0015 41.5998 -85.8729 242.9 IN GOSHEN 2.4 NW +US1INEL0016 41.6510 -85.7825 266.1 IN GOSHEN 5.7 NNE +US1INEL0017 41.4847 -85.7701 252.1 IN SYRACUSE 4.4 NNW +US1INEL0018 41.5822 -85.6603 278.0 IN MILLERSBURG 4.3 NNE +US1INEL0019 41.5827 -85.8582 243.8 IN GOSHEN 1.2 WNW +US1INEL0020 41.5942 -85.8660 242.9 IN GOSHEN 1.9 NW +US1INEL0023 41.5109 -85.7036 264.9 IN MILLERSBURG 1.1 SSW +US1INEL0024 41.6172 -85.7962 259.7 IN GOSHEN 3.3 NE +US1INEL0025 41.4913 -85.8331 246.9 IN NEW PARIS 1.0 SSW +US1INEL0027 41.7140 -85.9832 235.0 IN ELKHART 2.0 NNW +US1INEL0028 41.5387 -85.8028 249.0 IN GOSHEN 3.2 SSE +US1INEL0029 41.4472 -85.8595 249.9 IN MILFORD 2.6 NNW +US1INEL0030 41.5853 -85.9640 249.3 IN GOSHEN 6.7 W +US1INEL0031 41.4756 -86.0401 267.9 IN NAPPANEE 3.5 NW +US1INEL0032 41.4883 -85.7010 265.2 IN MILLERSBURG 2.6 S +US1INEL0034 41.6425 -85.9675 238.4 IN ELKHART 3.1 S +US1INEL0035 41.5844 -85.8054 249.9 IN GOSHEN 1.6 ENE +US1INEL0036 41.6425 -86.0415 226.2 IN ELKHART 4.8 SW +US1INEL0037 41.4719 -85.9518 280.1 IN NAPPANEE 2.5 NE +US1INEL0039 41.5578 -85.8834 270.1 IN GOSHEN 3.0 WSW +US1INEL0040 41.4928 -85.8378 247.5 IN NEW PARIS 1.0 SW +US1INEL0041 41.6496 -85.8246 250.9 IN GOSHEN 4.9 N +US1INEL0044 41.4449 -86.0116 265.2 IN NAPPANEE 1.4 W +US1INEL0045 41.7001 -85.9362 229.8 IN ELKHART 1.9 ENE +US1INEL0046 41.4659 -85.7221 258.2 IN SYRACUSE 3.3 NNE +US1INEL0048 41.5586 -85.8287 246.0 IN GOSHEN 1.4 SSE +US1INEL0049 41.6675 -85.9188 233.8 IN ELKHART 2.9 ESE +US1INEL0056 41.6548 -85.7514 273.4 IN GOSHEN 6.8 NE +US1INEL0057 41.6030 -85.8778 240.8 IN GOSHEN 2.8 NW +US1INEL0059 41.5690 -85.8536 246.3 IN GOSHEN 1.2 SW +US1INEL0061 41.4982 -85.9248 258.5 IN NAPPANEE 4.8 NE +US1INEL0062 41.7001 -85.9032 232.0 IN ELKHART 3.5 ENE +US1INEL0063 41.6129 -85.8053 260.9 IN GOSHEN 2.8 NNE +US1INEL0064 41.6478 -85.9416 236.2 IN ELKHART 3.0 SSE +US1INFD0002 38.3803 -85.8704 285.0 IN GALENA 4.3 ENE +US1INFD0004 38.3641 -85.7982 152.1 IN NEW ALBANY 4.4 NNE +US1INFD0007 38.3698 -85.7952 153.9 IN NEW ALBANY 4.8 NNE +US1INFD0009 38.3623 -85.9853 244.8 IN GREENVILLE 0.6 S +US1INFD0016 38.3698 -85.7850 160.6 IN SELLERSBURG 2.1 SW +US1INFD0017 38.3446 -85.8367 173.4 IN NEW ALBANY 2.9 NNW +US1INFD0020 38.3616 -85.7991 151.2 IN SELLERSBURG 3.0 SW +US1INFD0022 38.3228 -85.8958 253.3 IN GALENA 3.0 SE +US1INFD0023 38.3432 -85.8951 276.1 IN FLOYDS KNOBS 1.7 NW +US1INFL0001 41.0775 -86.2417 235.9 IN ROCHESTER 2.6 WNW +US1INFL0002 41.0186 -86.4031 237.1 IN KEWANNA 0.5 E +US1INFL0003 41.0852 -86.2293 232.9 IN ROCHESTER 2.4 NW +US1INFL0004 41.1161 -86.3141 223.1 IN ROCHESTER 7.2 WNW +US1INFL0005 41.1279 -86.2978 243.8 IN ROCHESTER 7.0 NW +US1INFL0006 40.9538 -86.1948 243.5 IN MACY 3.4 W +US1INFL0007 41.0703 -86.2213 237.1 IN ROCHESTER 1.5 WNW +US1INFN0002 40.1114 -87.2716 207.0 IN VEEDERSBURG 0.7 W +US1INFN0003 40.1422 -87.3979 173.1 IN COVINGTON 0.4 WNW +US1INFN0004 40.1367 -87.3815 185.9 IN COVINGTON 0.6 ESE +US1INFN0005 40.2441 -87.2765 189.9 IN ATTICA 3.4 SSW +US1INFR0001 39.5073 -85.2451 313.9 IN LAUREL 3.0 W +US1INFR0002 39.4184 -84.9717 264.9 IN BROOKVILLE 2.0 E +US1INFR0005 39.4279 -85.0237 0.0 IN BROOKVILLE 0.90 WNW +US1INFY0002 39.5667 -85.0905 313.0 IN CONNERSVILLE 6.7 SSE +US1INFY0003 39.7124 -85.1361 273.1 IN CONNERSVILLE 3.9 N +US1INGB0004 38.3406 -87.3404 139.3 IN OAKLAND CITY 0.4 E +US1INGB0006 38.3878 -87.5939 138.7 IN PATOKA 1.3 SSW +US1INGB0007 38.2702 -87.6924 159.1 IN OWENSVILLE 0.1 SW +US1INGB0008 38.4526 -87.5336 145.4 IN HAZLETON 2.5 S +US1INGB0009 38.3330 -87.4473 139.3 IN FRANCISCO 0.1 SE +US1INGB0012 38.3526 -87.5880 139.9 IN PRINCETON 1.0 WSW +US1INGB0013 38.3679 -87.5804 143.9 IN PRINCETON 1.0 NW +US1INGB0014 38.2528 -87.4660 136.9 IN FORT BRANCH 5.9 E +US1INGB0016 38.3333 -87.6126 141.4 IN PRINCETON 2.8 WSW +US1INGN0002 38.9229 -87.0080 166.1 IN NEWBERRY 0.6 E +US1INGN0007 39.0606 -86.8661 158.8 IN BLOOMFIELD 4.5 ENE +US1INGN0009 38.9375 -86.7300 225.2 IN SPRINGVILLE 6.0 W +US1INGR0001 40.5955 -85.4858 256.9 IN VAN BUREN 1.8 SE +US1INGR0002 40.5662 -85.6922 260.9 IN MARION 1.8 NW +US1INGR0004 40.5791 -85.6556 246.6 IN MARION 2.2 NNE +US1INGR0007 40.6529 -85.6623 261.2 IN LA FONTAINE 3.4 ESE +US1INGR0011 40.4793 -85.6189 255.4 IN GAS CITY 0.9 SW +US1INGR0012 40.6039 -85.5893 267.0 IN MARION 5.6 NE +US1INGR0013 40.6192 -85.6196 265.5 IN MARION 5.4 NNE +US1INGR0014 40.5523 -85.7024 258.8 IN MARION 1.9 W +US1INGR0016 40.5557 -85.6375 256.9 IN MARION 1.6 ENE +US1INGR0018 40.4302 -85.4969 279.2 IN UPLAND 2.4 SSE +US1INGR0019 40.5746 -85.6653 259.1 IN MARION 1.8 N +US1INGR0023 40.3885 -85.5050 268.2 IN (KA9FDN) MATTHEWS 0.4 WNW +US1INGR0024 40.4489 -85.4543 274.6 IN (KC9QCJ) SHAMROCK LAKES 3.0 NN +US1INGR0025 40.4225 -85.6417 267.0 IN (N9FPC) FAIRMOUNT 0.5 NE +US1INGR0026 40.4941 -85.6065 259.7 IN (KB9CRA)GAS CITY 0.3 N +US1INGR0028 40.6230 -85.7078 252.1 IN MARION 5.5 NNW +US1INGR0029 40.4681 -85.5024 285.9 IN (KD9CQQ)UPLAND 0.7 ENE +US1INGR0032 40.6424 -85.6852 252.1 IN MARION 6.5 N +US1INHM0001 40.1523 -86.1089 267.9 IN CICERO 4.9 WNW +US1INHM0002 40.0280 -86.1181 268.8 IN WESTFIELD 1.5 SSE +US1INHM0004 40.0108 -86.1510 273.1 IN WESTFIELD 2.7 SSW +US1INHM0005 39.9685 -86.1369 256.9 IN CARMEL 1.5 W +US1INHM0007 39.9867 -86.1018 256.9 IN CARMEL 1.3 NNE +US1INHM0009 39.9800 -86.0800 239.0 IN CARMEL 1.7 ENE +US1INHM0011 40.0177 -86.1302 260.0 IN CARMEL 3.5 NNW +US1INHM0014 39.9906 -86.0983 255.1 IN CARMEL 1.6 NNE +US1INHM0016 39.9655 -86.0761 231.0 IN CARMEL 1.8 E +US1INHM0017 39.9653 -86.0924 239.0 IN CARMEL 0.9 ESE +US1INHM0018 39.9918 -86.0789 245.1 IN CARMEL 2.2 NE +US1INHM0019 40.1227 -85.9011 246.0 IN LAPEL 4.7 NW +US1INHM0029 40.0791 -86.2321 288.0 IN SHERIDAN 3.9 S +US1INHM0031 39.9403 -86.0090 246.9 IN FISHERS 1.2 SE +US1INHM0032 39.9526 -86.0554 232.0 IN FISHERS 1.7 W +US1INHM0034 39.9879 -86.1015 256.0 IN CARMEL 1.4 NNE +US1INHM0036 39.9535 -86.1428 258.5 IN CARMEL 2.1 WSW +US1INHM0041 39.9594 -85.9711 242.0 IN FISHERS 2.8 E +US1INHM0042 40.0167 -86.0017 241.7 IN NOBLESVILLE 3.2 SSE +US1INHM0048 39.9698 -86.0276 243.5 IN FISHERS 1.1 N +US1INHM0051 40.0370 -85.9606 235.6 IN NOBLESVILLE 4.0 ESE +US1INHM0052 39.9878 -85.9862 253.0 IN FISHERS 3.1 NE +US1INHM0056 40.0228 -86.1485 274.3 IN WESTFIELD 1.9 SSW +US1INHM0059 39.9886 -86.0128 246.3 IN FISHERS 2.5 NNE +US1INHM0060 40.0373 -86.1021 260.0 IN WESTFIELD 1.7 ESE +US1INHM0061 40.1115 -86.2416 289.0 IN SHERIDAN 2.0 SW +US1INHM0062 40.0034 -86.0114 243.8 IN NOBLESVILLE 3.8 SSE +US1INHM0064 39.9813 -86.1320 249.9 IN CARMEL 1.5 NW +US1INHM0067 39.9666 -85.9431 249.0 IN FISHERS 4.3 ENE +US1INHN0001 39.7423 -85.8983 253.0 IN NEW PALESTINE 1.5 NNW +US1INHN0002 39.7910 -85.8160 266.1 IN GREENFIELD 2.4 W +US1INHN0003 39.7006 -85.8950 246.0 IN NEW PALESTINE 1.4 S +US1INHN0004 39.9267 -85.9274 252.1 IN MCCORDSVILLE 1.3 N +US1INHN0007 39.7497 -85.9182 256.9 IN NEW PALESTINE 2.4 NW +US1INHN0008 39.9368 -85.8232 264.9 IN FORTVILLE 1.3 E +US1INHN0010 39.7129 -85.9045 249.9 IN NEW PALESTINE 0.9 SW +US1INHN0011 39.9370 -85.9000 259.1 IN MCCORDSVILLE 2.6 NE +US1INHN0012 39.7879 -85.7752 274.9 IN GREENFIELD 0.4 SW +US1INHN0013 39.7836 -85.9389 262.1 IN CUMBERLAND 0.7 E +US1INHN0017 39.7921 -85.7713 271.0 IN GREENFIELD 0.1 SW +US1INHN0018 39.7709 -85.7083 278.0 IN GREENFIELD 3.6 ESE +US1INHN0019 39.8785 -85.6849 284.7 IN WILLOW BRANCH 0.2 NNW +US1INHN0026 39.7713 -85.7739 272.2 IN GREENFIELD 1.5 S +US1INHN0027 39.7688 -85.8773 253.6 IN NEW PALESTINE 3.4 NNE +US1INHN0028 39.9399 -85.8488 261.8 IN FORTVILLE 0.3 NNW +US1INHN0032 39.7237 -85.9350 254.2 IN NEW PALESTINE 2.3 W +US1INHN0034 39.8785 -85.6853 285.9 IN (N9MRC)WILKINSON 4.1 W +US1INHN0036 39.9074 -85.9298 256.9 IN MCCORDSVILLE 0.1 SE +US1INHN0037 39.7321 -85.9094 250.9 IN NEW PALESTINE 1.2 NW +US1INHR0001 38.1158 -85.9525 243.8 IN ELIZABETH 1.4 ESE +US1INHR0002 38.3249 -86.0273 238.0 IN CRANDALL 3.3 NE +US1INHR0003 38.2087 -86.1122 196.9 IN CORYDON 0.8 ESE +US1INHR0005 38.2626 -86.2540 193.9 IN MILLTOWN 5.7 SSE +US1INHR0006 38.4040 -86.0512 259.1 IN PALMYRA 3.4 E +US1INHR0008 38.2488 -85.9995 221.0 IN LANESVILLE 0.8 W +US1INHR0010 38.3954 -86.0512 258.2 IN PALMYRA 3.5 ESE +US1INHR0011 38.0789 -86.1510 190.8 IN MAUCKPORT 4.7 NE +US1INHR0012 38.1462 -85.9766 246.0 IN ELIZABETH 1.4 N +US1INHR0013 38.2488 -85.9995 259.1 IN LANESVILLE 1.1 NW +US1INHR0017 38.3182 -86.1170 220.7 IN NEW SALISBURY 1.2 WNW +US1INHR0020 38.2271 -86.1391 207.9 IN CORYDON 1.2 NW +US1INHR0021 38.2640 -86.1235 210.0 IN CORYDON 3.5 N +US1INHR0025 38.2859 -86.1229 272.5 IN CRANDALL 3.1 W +US1INHS0002 39.7140 -86.4090 230.1 IN PLAINFIELD 1.5 NW +US1INHS0003 39.8185 -86.3799 236.8 IN BROWNSBURG 1.8 SSE +US1INHS0004 39.7749 -86.4022 259.1 IN BROWNSBURG 4.6 S +US1INHS0005 39.7305 -86.3959 246.9 IN PLAINFIELD 2.1 NNW +US1INHS0006 39.7663 -86.3839 260.9 IN PLAINFIELD 4.6 N +US1INHS0007 39.6946 -86.3822 228.0 IN PLAINFIELD 0.5 SE +US1INHS0008 39.7013 -86.4079 221.0 IN PLAINFIELD 1.1 W +US1INHS0009 39.7313 -86.4211 232.9 IN PLAINFIELD 2.8 NW +US1INHS0012 39.7339 -86.4065 242.9 IN PLAINFIELD 2.5 NNW +US1INHS0015 39.7548 -86.5116 266.1 IN DANVILLE 0.7 SE +US1INHS0017 39.6872 -86.3897 217.0 IN PLAINFIELD 0.9 S +US1INHS0018 39.7736 -86.3778 259.4 IN AVON 0.8 NE +US1INHS0021 39.7849 -86.3939 256.3 IN AVON 1.6 NNW +US1INHS0022 39.8593 -86.4161 274.3 IN BROWNSBURG 1.7 NW +US1INHS0031 39.8655 -86.3833 271.3 IN BROWNSBURG 1.7 NNE +US1INHS0033 39.6920 -86.5299 271.9 IN CLAYTON 0.4 WNW +US1INHS0036 39.6414 -86.3874 214.9 IN MOORESVILLE 2.0 NNW +US1INHS0037 39.8865 -86.5825 291.1 IN LIZTON 2.1 W +US1INHS0040 39.7291 -86.4119 243.8 IN AVON 2.4 SSW +US1INHS0043 39.7764 -86.4958 283.2 IN DANVILLE 1.6 NE +US1INHS0044 39.6985 -86.4263 235.0 IN PLAINFIELD 2.0 W +US1INHS0047 39.8525 -86.4014 269.1 IN BROWNSBURG 0.8 NNW +US1INHT0001 40.8802 -85.5112 241.1 IN HUNTINGTON 0.3 W +US1INHT0002 40.9009 -85.4985 242.9 IN HUNTINGTON 1.4 NNE +US1INHT0007 40.6981 -85.3967 264.0 IN WARREN 1.6 ENE +US1INHT0011 40.8381 -85.5472 246.0 IN (WA9QGL)ANDREWS 3.2 ESE +US1INHT0012 40.6967 -85.5251 259.4 IN (KB9YAO) MOUNT ETNA 3.7 SSE +US1INHW0002 40.4148 -86.2726 259.1 IN RUSSIAVILLE 0.3 SSW +US1INHW0003 40.4528 -86.0508 257.9 IN KOKOMO 4.6 ESE +US1INHW0005 40.4383 -86.1978 255.1 IN KOKOMO 4.3 SW +US1INHW0007 40.4979 -86.0629 253.9 IN KOKOMO 4.0 ENE +US1INHW0009 40.5470 -86.3262 239.0 IN BURLINGTON 5.8 NE +US1INHW0010 40.4893 -86.2611 243.8 IN KOKOMO 6.8 W +US1INHW0011 40.4668 -86.1337 252.1 IN KOKOMO 0.6 S +US1INHW0012 40.5460 -86.2227 248.1 IN KOKOMO 6.8 NW +US1INHW0013 40.4668 -86.0510 253.0 IN KOKOMO 4.4 E +US1INHW0014 40.4715 -86.0519 255.1 IN KOKOMO 4.3 E +US1INHW0015 40.5615 -86.3122 238.0 IN GALVESTON 6.4 W +US1INHW0016 40.5185 -86.2577 247.2 IN KOKOMO 7.2 WNW +US1INHW0017 40.5622 -86.1837 248.7 IN KOKOMO 6.5 NNW +US1INHW0018 40.4326 -86.1844 255.7 IN (K9VEZ)INDIAN HEIGHTS 3.6 W +US1INHW0020 40.4666 -86.0508 254.8 IN (KC9DHF)KOKOMO 4.4 E +US1INHW0021 40.4904 -86.2070 248.1 IN (KC9IYD)KOKOMO 4.0 WNW +US1INHW0024 40.4396 -86.1400 256.9 IN (N9VZS)KOKOMO 2.5 S +US1INHW0026 40.4284 -86.2554 255.4 IN RUSSIAVILLE 1.0 NE +US1INHW0027 40.4495 -86.1267 260.3 IN (KD9JAS)KOKOMO 1.8 S +US1INHY0001 39.8206 -85.3244 335.0 IN LEWISVILLE 1.8 ENE +US1INHY0002 39.9222 -85.3643 328.9 IN NEW CASTLE 0.1 NNE +US1INHY0003 39.8146 -85.4720 309.1 IN DUNREITH 2.0 WNW +US1INHY0005 39.8600 -85.3311 328.9 IN NEW CASTLE 4.6 SSE +US1INHY0013 39.9163 -85.4133 320.6 IN NEW CASTLE 2.6 W +US1INHY0014 39.8959 -85.3896 322.8 IN (KB9VZU) NEW CASTLE 2.2 SW +US1INHY0016 39.9179 -85.4250 319.4 IN NEW CASTLE 3.2 W +US1INHY0018 39.9418 -85.3240 331.3 IN NEW CASTLE 2.6 ENE +US1INHY0024 39.8335 -85.4348 321.9 IN SPICELAND 0.4 SSE +US1INHY0025 39.9395 -85.4194 321.9 IN NEW CASTLE 3.2 WNW +US1INHY0029 39.8768 -85.4114 320.6 IN (WD9GWM) NEW CASTLE 3.9 SW +US1INJF0001 38.6960 -85.4727 232.0 IN HANOVER 1.4 S +US1INJF0003 38.7383 -85.5358 220.1 IN MADISON 8.1 WNW +US1INJF0005 38.7377 -85.5404 216.7 IN MADISON 7.7 W +US1INJF0006 38.7237 -85.6259 215.2 IN BLOCHER 1.7 ENE +US1INJH0004 39.4487 -86.0567 221.9 IN FRANKLIN 3.0 S +US1INJH0005 39.6040 -86.2067 205.1 IN GREENWOOD 5.0 W +US1INJH0008 39.6024 -86.0183 242.0 IN GREENWOOD 5.2 E +US1INJH0011 39.6256 -86.1522 224.0 IN GREENWOOD 2.2 WNW +US1INJH0012 39.5858 -86.1947 211.5 IN GREENWOOD 4.8 WSW +US1INJH0016 39.5680 -86.1089 242.9 IN NEW WHITELAND 0.8 WNW +US1INJH0022 39.5682 -86.1749 235.9 IN GREENWOOD 4.6 SW +US1INJH0023 39.3564 -85.9538 205.1 IN EDINBURGH 0.8 ENE +US1INJH0025 39.6129 -86.1028 245.1 IN GREENWOOD 0.6 ESE +US1INJH0026 39.5160 -86.0772 236.5 IN FRANKLIN 2.0 NW +US1INJH0027 39.6008 -86.0799 249.9 IN GREENWOOD 2.1 ESE +US1INJK0003 38.9537 -85.9065 173.1 IN SEYMOUR 1.1 WSW +US1INJK0004 38.8379 -85.8747 170.1 IN CROTHERSVILLE 3.4 NNW +US1INJK0006 38.9572 -85.8829 179.2 IN SEYMOUR 0.8 S +US1INJK0008 38.9558 -85.8876 185.0 IN SEYMOUR 0.2 SSW +US1INJN0003 39.0968 -85.6684 217.3 IN NORTH VERNON 6.5 NNW +US1INJN0004 39.0681 -85.7389 192.6 IN SCIPIO 1.4 SW +US1INJN0006 39.0073 -85.6377 228.0 IN NORTH VERNON 0.4 W +US1INJN0007 39.0048 -85.6109 202.4 IN NORTH VERNON 1.1 E +US1INJN0008 39.0602 -85.7327 208.8 IN SCIPIO 1.5 SSW +US1INJN0012 39.0065 -85.6620 224.6 IN NORTH VERNON 1.7 W +US1INJN0014 38.9989 -85.7755 183.8 IN NORTH VERNON 7.8 W +US1INJS0001 41.1523 -87.0359 206.0 IN WHEATFIELD 2.8 S +US1INJS0003 40.8480 -87.2312 203.9 IN GOODLAND 6.7 NNE +US1INJS0004 40.9292 -87.1536 206.0 IN RENSSELAER 0.5 SSW +US1INJS0007 40.9085 -87.1586 209.1 IN RENSSELAER 1.9 SSW +US1INJS0008 40.9358 -87.0551 203.9 IN RENSSELAER 4.9 E +US1INJS0009 40.9705 -87.2405 217.0 IN RENSSELAER 5.3 WNW +US1INJS0010 40.8846 -87.1519 202.1 IN COLLEGEVILLE 1.7 SSE +US1INJS0011 41.2012 -87.0195 207.9 IN WHEATFIELD 1.8 ENE +US1INJS0014 40.9845 -87.2238 210.9 IN RENSSELAER 5.2 NW +US1INJS0016 40.9928 -87.0060 214.9 IN RENSSELAER 8.4 ENE +US1INJS0017 40.9341 -87.0028 209.1 IN RENSSELAER 7.6 E +US1INJS0018 41.0377 -87.1363 206.0 IN RENSSELAER 7.1 N +US1INJS0019 41.2196 -86.9674 207.0 IN WHEATFIELD 4.8 ENE +US1INJS0020 41.1983 -87.1930 207.0 IN DE MOTTE 0.3 ESE +US1INJS0021 41.2429 -87.1412 196.0 IN WHEATFIELD 5.8 NW +US1INJS0023 40.7584 -87.1484 223.1 IN REMINGTON 0.3 SSE +US1INJS0025 40.8208 -87.0998 213.1 IN REMINGTON 4.8 NE +US1INJS0027 40.9633 -87.0749 203.9 IN RENSSELAER 4.3 ENE +US1INJS0029 40.9554 -87.1698 207.0 IN RENSSELAER 1.7 NW +US1INJS0030 41.1490 -86.9974 221.9 IN WHEATFIELD 4.1 SE +US1INJS0031 41.1149 -87.1997 207.0 IN DE MOTTE 5.9 S +US1INJS0032 40.8626 -87.0802 205.1 IN RENSSELAER 6.2 SE +US1INJS0033 41.0362 -87.0237 207.0 IN RENSSELAER 9.5 NE +US1INJS0035 40.9419 -87.1660 200.9 IN RENSSELAER 1.0 WNW +US1INJS0036 41.1868 -87.2172 200.9 IN DE MOTTE 1.3 SW +US1INJS0037 41.2104 -87.2054 198.1 IN DE MOTTE 0.8 NNW +US1INJS0040 41.1548 -87.2304 209.1 IN DE MOTTE 3.5 SSW +US1INJS0041 41.1057 -87.1709 210.3 IN FAIR OAKS 5.0 NE +US1INJS0043 41.0807 -87.0862 207.6 IN RENSSELAER 10.5 NNE +US1INJS0045 41.1842 -87.2099 203.0 IN DE MOTTE 1.2 SSW +US1INJS0046 41.2011 -87.1395 201.2 IN WHEATFIELD 4.6 W +US1INJS0047 40.7666 -87.1520 223.7 IN REMINGTON 0.3 N +US1INJS0049 41.1668 -87.2640 207.3 IN DE MOTTE 4.1 SW +US1INJS0051 41.1756 -87.1540 207.9 IN DE MOTTE 2.9 SE +US1INJS0054 40.9977 -87.1615 209.7 IN RENSSELAER 4.3 N +US1INJS0055 41.0826 -87.1587 214.3 IN RENSSELAER 10.2 N +US1INJS0056 40.9624 -87.1527 210.0 IN RENSSELAER 1.9 N +US1INJS0060 41.1977 -87.0268 203.9 IN (W9OPR)WHEATFIELD 1.4 ENE +US1INJS0063 41.0464 -87.1411 208.2 IN RENSSELAER 7.7 N +US1INJS0070 41.0138 -87.0435 212.1 IN RENSSELAER 7.7 NE +US1INJS0073 41.1753 -87.1288 209.1 IN WHEATFIELD 4.1 WSW +US1INJY0001 40.3810 -85.0566 289.0 IN PORTLAND 5.4 SW +US1INJY0002 40.3457 -84.9459 306.6 IN PORTLAND 6.3 SSE +US1INJY0005 40.4104 -84.9927 276.5 IN PORTLAND 1.7 SSW +US1INJY0006 40.4284 -84.9750 278.0 IN PORTLAND 0.5 SE +US1INJY0008 40.3880 -85.0643 287.1 IN (KC9LQY) PORTLAND 5.4 SW +US1INJY0009 40.5195 -84.9714 265.8 IN BRYANT 1.1 SSW +US1INJY0010 40.4371 -84.9863 277.1 IN PORTLAND 0.4 NW +US1INJY0011 40.4941 -85.1528 268.5 IN PENNVILLE 0.3 WNW +US1INJY0012 40.3997 -84.9842 285.0 IN PORTLAND 2.3 S +US1INJY0013 40.4149 -85.0261 283.5 IN PORTLAND 2.7 WSW +US1INJY0022 40.4246 -84.9860 278.0 IN (W9JKL) PORTLAND 0.6 SSW +US1INKN0004 38.7764 -87.3172 150.9 IN BICKNELL 0.5 W +US1INKN0005 38.6677 -87.4959 150.0 IN VINCENNES 1.0 SE +US1INKS0001 41.4139 -85.7570 273.1 IN SYRACUSE 0.8 SSW +US1INKS0002 41.4309 -85.6601 264.0 IN CROMWELL 3.0 NW +US1INKS0003 41.2539 -85.8566 249.0 IN WARSAW 1.1 NNW +US1INKS0005 41.1304 -85.8825 266.1 IN CLAYPOOL 0.2 NW +US1INKS0006 41.3220 -85.7588 260.0 IN LEESBURG 4.7 E +US1INKS0007 41.4068 -85.6952 260.9 IN SYRACUSE 3.0 ESE +US1INKS0010 41.2205 -85.8215 249.0 IN WINONA LAKE 0.3 WNW +US1INKS0011 41.3299 -85.8507 260.0 IN LEESBURG 0.1 WNW +US1INKS0012 41.3208 -85.6882 257.9 IN NORTH WEBSTER 0.6 SE +US1INKS0013 41.2066 -85.8302 257.9 IN WARSAW 2.5 SSE +US1INKS0015 41.3960 -85.7400 262.1 IN SYRACUSE 1.9 SSE +US1INKS0018 41.2096 -85.8594 264.9 IN WARSAW 2.2 SSW +US1INKS0019 41.2142 -85.8037 260.0 IN WARSAW 2.9 SE +US1INKS0021 41.3197 -85.6909 264.9 IN NORTH WEBSTER 0.5 SE +US1INKS0022 41.1305 -85.8575 277.1 IN CLAYPOOL 1.2 E +US1INKS0025 41.2209 -85.8207 248.1 IN WINONA LAKE 0.3 WNW +US1INKS0027 41.3935 -85.7161 267.3 IN SYRACUSE 2.7 SE +US1INKS0028 41.2218 -85.7986 267.6 IN WINONA LAKE 0.9 ENE +US1INKS0029 41.4129 -85.7583 274.6 IN SYRACUSE 0.9 SW +US1INKS0032 41.3101 -85.7229 262.7 IN LEESBURG 6.7 ESE +US1INKS0033 41.2460 -85.8152 268.8 IN WARSAW 1.7 ENE +US1INKS0034 41.2305 -85.6808 272.8 IN PIERCETON 2.5 NNE +US1INKS0036 41.4253 -85.7478 263.3 IN SYRACUSE 0.2 NNE +US1INKS0037 41.2386 -85.8044 262.1 IN WARSAW 2.2 E +US1INKS0041 41.3587 -85.7006 291.1 IN NORTH WEBSTER 2.3 N +US1INKS0042 41.4236 -85.8469 255.1 IN MILFORD 0.9 N +US1INKS0043 41.1434 -85.9816 267.9 IN MENTONE 3.6 SE +US1INKS0046 41.2492 -85.7967 256.0 IN WARSAW 2.7 ENE +US1INKS0051 41.2604 -85.8487 248.4 IN WARSAW 1.4 N +US1INKS0052 41.2216 -85.7949 265.2 IN WINONA LAKE 1.1 E +US1INKS0055 41.2945 -85.8217 255.7 IN WARSAW 4.0 NNE +US1INKS0056 41.2542 -85.8354 258.5 IN WARSAW 1.2 NNE +US1INKS0057 41.2585 -85.6634 258.8 IN PIERCETON 4.7 NNE +US1INKS0058 41.4014 -85.6694 268.2 IN CROMWELL 2.9 W +US1INKS0059 41.2323 -85.7768 255.7 IN WARSAW 3.7 E +US1INKS0060 41.3349 -85.9278 258.2 IN LEESBURG 4.1 W +US1INLG0001 41.6385 -85.2020 302.1 IN ORLAND 6.6 SSW +US1INLG0002 41.6889 -85.5819 274.0 IN SHIPSHEWANA FIRE STATION +US1INLG0003 41.7590 -85.6480 248.1 IN SHIPSHEWANA 6.8 NNW +US1INLG0004 41.6170 -85.3350 284.1 IN LAGRANGE 4.6 ESE +US1INLG0005 41.6527 -85.3963 288.0 IN LAGRANGE 1.3 ENE +US1INLG0006 41.6034 -85.2436 293.8 IN LAGRANGE 9.4 ESE +US1INLG0007 41.6459 -85.4154 276.8 IN LAGRANGE 0.2 NNE +US1INLG0008 41.6185 -85.2817 299.9 IN LAGRANGE 7.2 ESE +US1INLG0010 41.6138 -85.3288 290.5 IN LAGRANGE 5.0 ESE +US1INLG0011 41.6486 -85.2306 289.3 IN LAGRANGE 9.9 E +US1INLG0013 41.7336 -85.1988 287.7 IN ORLAND 1.4 W +US1INLG0015 41.6176 -85.3359 286.8 IN LAGRANGE 4.6 ESE +US1INLK0001 41.4616 -87.4167 217.0 IN SCHERERVILLE 2.5 SE +US1INLK0003 41.4617 -87.2390 207.0 IN MERRILLVILLE 4.5 E +US1INLK0005 41.3574 -87.4112 224.0 IN CEDAR LAKE 1.7 SE +US1INLK0006 41.4026 -87.2327 230.1 IN CROWN POINT 6.6 ESE +US1INLK0007 41.4160 -87.2223 246.9 IN LAKES OF THE FOUR SEASONS 0.5 +US1INLK0008 41.5865 -87.5243 185.9 IN HAMMOND 3.0 SW +US1INLK0009 41.4046 -87.2334 235.9 IN LAKES OF THE FOUR SEASONS 0.6 +US1INLK0015 41.5067 -87.5248 192.0 IN DYER 1.0 WNW +US1INLK0018 41.5336 -87.4552 189.9 IN HIGHLAND 1.1 S +US1INLK0019 41.4761 -87.4819 203.9 IN SCHERERVILLE 2.0 WSW +US1INLK0024 41.4089 -87.3899 230.1 IN CROWN POINT 2.0 WSW +US1INLK0025 41.5356 -87.4989 187.1 IN MUNSTER 0.8 SSE +US1INLK0026 41.4393 -87.3542 217.0 IN CROWN POINT 1.1 N +US1INLK0027 41.4811 -87.4529 206.0 IN SCHERERVILLE 0.6 SSW +US1INLK0029 41.4125 -87.4157 218.5 IN CROWN POINT 3.1 WSW +US1INLK0031 41.4826 -87.3325 200.9 IN MERRILLVILLE 0.8 NNW +US1INLK0033 41.4621 -87.2968 216.7 IN MERRILLVILLE 1.6 ESE +US1INLK0034 41.5150 -87.2706 190.5 IN HOBART 1.2 SSW +US1INLK0035 41.4559 -87.4412 221.9 IN ST. JOHN 1.9 ENE +US1INLK0037 41.4928 -87.4049 195.4 IN SCHERERVILLE 2.3 E +US1INLK0040 41.5448 -87.3848 191.7 IN GARY 4.1 SSW +US1INLK0041 41.3323 -87.4110 212.4 IN LOWELL 2.6 N +US1INLK0042 41.5659 -87.4616 181.7 IN HIGHLAND 1.2 N +US1INLK0045 41.5038 -87.3649 191.1 IN MERRILLVILLE 3.0 NW +US1INLK0046 41.4463 -87.4802 213.4 IN ST. JOHN 0.2 WSW +US1INLK0047 41.4209 -87.2639 216.7 IN WINFIELD 1.2 NE +US1INLK0049 41.5423 -87.4397 187.1 IN HIGHLAND 1.0 ESE +US1INLK0050 41.5351 -87.2362 190.2 IN HOBART 1.6 E +US1INLK0051 41.4375 -87.3222 211.8 IN CROWN POINT 2.1 ENE +US1INLK0057 41.5405 -87.2460 191.7 IN (WV90)HOBART 1.3 ENE +US1INLK0058 41.5514 -87.2670 192.6 IN (KB9UUO)NEW CHICAGO 0.6 SSE +US1INLK0059 41.4955 -87.3461 192.6 IN (W9MAL)MERRILLVILLE 2.0 NNW +US1INLK0063 41.6170 -87.2546 186.5 IN GARY 4.8 ENE +US1INLK0065 41.2188 -87.4502 196.6 IN LOWELL 5.6 SSW +US1INLK0066 41.2191 -87.4678 194.2 IN LOWELL 5.9 SSW +US1INLK0067 41.4893 -87.4275 196.6 IN SCHERERVILLE 1.1 E +US1INLK0068 41.5417 -87.2715 195.7 IN HOBART 0.7 NNW +US1INLK0069 41.2595 -87.2702 196.0 IN HEBRON 5.6 SW +US1INLK0070 41.4738 -87.4139 207.9 IN SCHERERVILLE 2.1 ESE +US1INLK0071 41.5587 -87.4734 186.8 IN HIGHLAND 1.0 NW +US1INLK0078 41.4853 -87.4215 200.3 IN SCHERERVILLE 1.4 E +US1INLK0079 41.5435 -87.4459 187.5 IN HIGHLAND 0.7 ESE +US1INLK0085 41.2397 -87.2373 200.3 IN HEBRON 6.0 SSW +US1INLK0086 41.2833 -87.2294 200.3 IN HEBRON 3.0 SSW +US1INLK0088 41.5334 -87.2491 189.3 IN HOBART 1.0 E +US1INLK0089 41.6121 -87.4941 180.1 IN HAMMOND 0.6 SSW +US1INLK0090 41.5967 -87.4334 182.0 IN HAMMOND 3.4 ESE +US1INLK0091 41.5680 -87.5107 182.0 IN MUNSTER 1.5 NNW +US1INLK0094 41.5394 -87.4258 188.1 IN GRIFFITH 1.2 N +US1INLK0096 41.5417 -87.3270 0.0 IN (KA9GKT) GARY 3.8 SSE +US1INLK0098 41.5399 -87.4192 188.4 IN GRIFFITH 1.2 N +US1INLK0099 41.4152 -87.4436 223.1 IN ST. JOHN 2.8 SE +US1INLK0101 41.3774 -87.4449 218.5 IN CEDAR LAKE 0.5 WNW +US1INLK0102 41.4955 -87.3460 192.6 IN (W9MAL) MERRILLVILLE 2.0 NNW +US1INLP0002 41.4087 -86.8096 217.0 IN WANATAH 4.4 ESE +US1INLP0004 41.7094 -86.6845 246.0 IN LA PORTE 7.2 NNE +US1INLP0006 41.7264 -86.8843 189.9 IN MICHIGAN CITY 1.0 NNW +US1INLP0007 41.5904 -86.7343 253.9 IN LA PORTE 1.6 SW +US1INLP0012 41.5043 -86.7789 232.9 IN KINGSBURY 4.6 WSW +US1INLP0014 41.6942 -86.8831 196.0 IN MICHIGAN CITY 1.3 SSW +US1INLP0015 41.5594 -86.6061 224.0 IN KINGSBURY 5.0 ENE +US1INLP0016 41.6351 -86.8179 281.0 IN LA PORTE 5.7 WNW +US1INLP0017 41.4602 -86.8355 227.1 IN WANATAH 3.4 NE +US1INLP0018 41.5064 -86.8271 237.1 IN WESTVILLE 4.7 ESE +US1INLP0019 41.5674 -86.7179 239.9 IN LA PORTE 2.8 S +US1INLP0020 41.7411 -86.8634 185.0 IN LONG BEACH 0.7 WSW +US1INLP0023 41.6977 -86.8865 195.1 IN MICHIGAN CITY 1.2 SSW +US1INLP0027 41.7046 -86.8785 195.1 IN MICHIGAN CITY 0.6 SSW +US1INLP0028 41.6114 -86.6907 241.4 IN LA PORTE 1.3 ENE +US1INLP0029 41.5849 -86.7340 245.1 IN LA PORTE 1.9 SSW +US1INLP0031 41.3183 -86.8819 205.4 IN LA CROSSE 0.4 E +US1INLP0032 41.6710 -86.8102 228.9 IN TRAIL CREEK 3.0 SE +US1INLP0035 41.6132 -86.7362 248.1 IN LA PORTE 1.2 WNW +US1INLP0036 41.6112 -86.6903 241.1 IN LA PORTE 1.2 E +US1INLP0039 41.7389 -86.5729 243.2 IN NEW CARLISLE 4.0 NW +US1INLP0040 41.7291 -86.5618 246.9 IN ROLLING PRAIRIE 4.9 NE +US1INLP0041 41.6978 -86.7092 217.3 IN LA PORTE 6.2 N +US1INLP0042 41.4095 -86.7851 216.1 IN HANNA 0.3 SW +US1INLP0043 41.7299 -86.6130 253.3 IN ROLLING PRAIRIE 1.2 NNW +US1INLP0045 41.5919 -86.6756 237.1 IN LA PORTE 2.3 ESE +US1INLP0046 41.5982 -86.7305 248.7 IN LA PORTE 1.0 SW +US1INLP0047 41.4142 -86.7814 216.4 IN HANNA 0.2 NNW +US1INLP0049 41.5914 -86.7262 250.2 IN (WA9RON)LA PORTE 1.3 SSW +US1INLP0050 41.6658 -86.7791 246.6 IN (N9ROM)TRAIL CREEK 4.5 ESE +US1INLP0051 41.5919 -86.7415 249.9 IN (KA9WNQ)LA PORTE 1.7 SW +US1INLP0052 41.6393 -86.7607 257.9 IN (KC9TDH)LA PORTE 3.2 NW +US1INLP0053 41.4123 -86.7603 209.4 IN HANNA 1.1 E +US1INLP0054 41.7459 -86.6415 215.2 IN (KC9YKU)NEW CARLISLE 7.3 WNW +US1INLP0058 41.4448 -86.8339 224.0 IN WANATAH 3.0 ENE +US1INLP0059 41.6806 -86.8386 194.5 IN MICHIGAN CITY 2.9 SE +US1INLP0063 41.3176 -86.9129 207.3 IN LA CROSSE 1.2 W +US1INLP0065 41.7094 -86.8640 187.8 IN (KD9LWR) TRAIL CREEK 1.0 NNW +US1INLP0072 41.5463 -86.8168 241.7 IN LA PORTE 6.8 SW +US1INLW0002 38.9150 -86.5535 180.7 IN BEDFORD 5.1 NW +US1INLW0004 38.7250 -86.4011 203.0 IN MITCHELL 4.1 E +US1INLW0005 38.7927 -86.4074 214.9 IN BEDFORD 6.5 SE +US1INLW0007 38.8756 -86.3512 238.0 IN BEDFORD 7.6 E +US1INLW0008 38.9716 -86.5616 217.3 IN BEDFORD 8.6 NNW +US1INLW0009 38.9136 -86.4778 193.9 IN BEDFORD 3.7 N +US1INLW0011 38.9150 -86.5599 199.0 IN SPRINGVILLE 3.4 SE +US1INLW0012 38.8411 -86.4990 203.9 IN BEDFORD 1.4 SSW +US1INLW0013 38.9355 -86.5960 246.0 IN SPRINGVILLE 1.3 ENE +US1INLW0014 38.8538 -86.4186 235.0 IN BEDFORD 3.9 E +US1INLW0017 38.9078 -86.5876 209.1 IN SPRINGVILLE 2.4 SE +US1INLW0020 38.8025 -86.6456 152.1 IN WILLIAMS 0.2 SE +US1INLW0021 38.9277 -86.3755 199.9 IN (K9GBR)BEDFORD 7.7 NE +US1INLW0022 38.9232 -86.5339 187.8 IN (KB9LGS)OOLITIC 2.2 N +US1INLW0024 38.8313 -86.6427 224.6 IN WILLIAMS 1.9 N +US1INLW0025 38.8617 -86.5129 204.2 IN BEDFORD 1.2 W +US1INMD0003 40.1680 -85.6325 270.1 IN COUNTRY CLUB HEIGHTS 4.1 NE +US1INMD0005 40.0133 -85.7104 267.9 IN PENDLETON 1.9 ENE +US1INMD0006 40.0654 -85.8517 259.1 IN LAPEL 0.3 SW +US1INMD0013 40.0752 -85.6478 276.1 IN ANDERSON 2.5 ESE +US1INMD0018 40.0953 -85.6497 263.0 IN ANDERSON 2.0 E +US1INMD0025 40.0638 -85.6916 271.0 IN ANDERSON 2.0 S +US1INMD0026 40.0598 -85.8479 263.0 IN LAPEL 0.6 S +US1INMD0027 40.1065 -85.6844 261.2 IN ANDERSON 0.2 WNW +US1INMD0029 40.1202 -85.6670 266.1 IN ANDERSON 2.2 NNE +US1INMD0030 40.2646 -85.6759 265.2 IN (KB9ZLT)ALEXANDRIA 0.4 N +US1INMD0031 40.0700 -85.6556 278.3 IN (KD9CDO) ANDERSON 2.3 SE +US1INMD0035 40.1079 -85.6560 273.1 IN (N9XXT) ANDERSON 2.0 ENE +US1INMG0001 39.4416 -86.4134 221.9 IN MARTINSVILLE 1.4 NNE +US1INMG0002 39.4140 -86.3944 210.0 IN MARTINSVILLE 1.6 ESE +US1INMG0004 39.6164 -86.3234 241.1 IN MOORESVILLE 2.5 E +US1INMG0006 39.5829 -86.3786 214.9 IN MOORESVILLE 2.2 S +US1INMG0008 39.4328 -86.3788 224.9 IN MARTINSVILLE 2.4 ENE +US1INMG0009 39.4234 -86.4091 191.1 IN MARTINSVILLE 0.7 E +US1INMG0011 39.5446 -86.3629 209.1 IN BROOKLYN 0.5 ENE +US1INMG0012 39.5865 -86.6333 242.0 IN STILESVILLE 3.6 S +US1INMG0014 39.3508 -86.5871 220.1 IN GOSPORT 4.2 E +US1INMG0018 39.6212 -86.3460 228.0 IN MOORESVILLE 3.8 NE +US1INMG0020 39.4331 -86.3866 230.1 IN MARTINSVILLE 2.0 ENE +US1INMG0021 39.3960 -86.3956 194.8 IN MARTINSVILLE 2.3 SE +US1INMG0023 39.5128 -86.6418 246.3 IN (K9OJS)CLOVERDALE 8.4 E +US1INMG0024 39.4058 -86.5045 180.7 IN (N9JPX)PARAGON 3.2 ENE +US1INMG0029 39.4398 -86.4146 239.6 IN MARTINSVILLE 1.2 NNE +US1INML0001 41.4538 -86.1924 251.2 IN BREMEN 2.0 WNW +US1INML0002 41.4302 -86.4549 221.0 IN WALKERTON 2.7 SSE +US1INML0003 41.3319 -86.3074 259.1 IN PLYMOUTH 1.1 SSE +US1INML0006 41.3297 -86.3568 248.1 IN PLYMOUTH 2.5 WSW +US1INML0012 41.2887 -86.1145 256.3 IN BOURBON 0.6 S +US1INML0013 41.4101 -86.4039 244.8 IN PLYMOUTH 6.4 NW +US1INML0015 41.4436 -86.1620 250.9 IN BREMEN 0.5 WSW +US1INML0017 41.2915 -86.1163 255.7 IN BOURBON 0.4 S +US1INML0021 41.4302 -86.2266 246.0 IN BREMEN 3.9 WSW +US1INML0023 41.2219 -86.4359 231.3 IN CULVER 0.8 WNW +US1INMM0004 40.8756 -86.0561 233.2 IN DENVER 1.3 NE +US1INMM0005 40.7270 -86.1134 223.1 IN PERU 3.0 SW +US1INMM0006 40.7623 -86.0773 198.7 IN PERU 0.8 NW +US1INMM0008 40.9200 -86.1159 254.5 IN MACY 2.7 SSE +US1INMN0001 39.1643 -86.4485 249.0 IN BLOOMINGTON 3.9 E +US1INMN0002 39.1410 -86.6500 289.9 IN BLOOMINGTON 7.1 WSW +US1INMN0003 39.2619 -86.5936 233.2 IN ELLETTSVILLE 2.7 NE +US1INMN0006 39.2048 -86.4630 271.9 IN BLOOMINGTON 4.1 NE +US1INMN0007 39.2083 -86.6305 253.9 IN BLOOMINGTON 6.5 WNW +US1INMN0008 39.0662 -86.5272 223.1 IN BLOOMINGTON 6.9 S +US1INMN0009 39.1394 -86.5210 238.0 IN BLOOMINGTON 1.9 S +US1INMN0016 39.2205 -86.4315 260.6 IN BLOOMINGTON 6.1 NE +US1INMN0017 39.1138 -86.5712 238.4 IN BLOOMINGTON 4.5 SW +US1INMN0020 39.0289 -86.4376 176.8 IN (KB9RNB)BLOOMINGTON 10.5 SSE +US1INMN0023 39.2319 -86.6315 238.0 IN (KC9RPX)ELLETTSVILLE 0.5 W +US1INMN0024 39.1745 -86.5303 249.9 IN BLOOMINGTON 0.7 NW +US1INMN0026 39.1689 -86.5420 249.3 IN BLOOMINGTON 1.1 W +US1INMR0001 39.7610 -86.3250 245.1 IN CLERMONT 3.9 S +US1INMR0002 39.8803 -85.9535 259.1 IN LAWRENCE 2.0 ENE +US1INMR0005 39.9193 -86.0926 223.1 IN CASTLETON 2.5 WNW +US1INMR0006 39.7592 -86.3228 242.0 IN CLERMONT 4.0 S +US1INMR0007 39.7106 -86.1169 235.9 IN BEECH GROVE 1.6 W +US1INMR0008 39.8101 -86.2926 226.2 IN CLERMONT 1.6 ESE +US1INMR0012 39.9225 -86.0550 246.0 IN CASTLETON 1.3 NNW +US1INMR0013 39.7067 -86.2810 242.9 IN SPEEDWAY 6.2 SSW +US1INMR0016 39.7312 -86.1563 216.1 IN INDIANAPOLIS 3.2 S +US1INMR0017 39.6535 -86.1777 214.0 IN SOUTHPORT 3.3 W +US1INMR0018 39.6875 -86.0251 259.1 IN BEECH GROVE 3.8 ESE +US1INMR0023 39.7836 -86.2853 235.0 IN INDIANAPOLIS 7.4 W +US1INMR0025 39.7466 -86.0329 268.8 IN INDIANAPOLIS 6.4 ESE +US1INMR0027 39.7701 -86.0873 242.0 IN INDIANAPOLIS 3.2 E +US1INMR0029 39.6857 -86.0555 260.9 IN BEECH GROVE 2.6 SE +US1INMR0031 39.8423 -86.1591 232.0 IN INDIANAPOLIS 4.6 N +US1INMR0033 39.8783 -86.0631 255.1 IN LAWRENCE 4.1 W +US1INMR0034 39.7937 -86.0654 256.0 IN INDIANAPOLIS 4.5 ENE +US1INMR0036 39.6914 -86.0487 257.9 IN BEECH GROVE 2.6 SE +US1INMR0046 39.6394 -86.3257 232.9 IN CAMBY 1.7 SW +US1INMR0048 39.8725 -86.1373 217.3 IN INDIANAPOLIS 6.7 N +US1INMR0050 39.8461 -86.1353 226.2 IN INDIANAPOLIS 4.8 N +US1INMR0051 39.7188 -86.0567 256.0 IN INDIANAPOLIS 6.2 SE +US1INMR0052 39.8994 -86.1283 228.6 IN INDIANAPOLIS 9.2 NNE +US1INMR0053 39.8397 -86.1536 221.3 IN INDIANAPOLIS 4.4 N +US1INMR0055 39.8926 -86.0824 235.3 IN INDIANAPOLIS 9.5 NE +US1INMR0056 39.6454 -86.1443 225.9 IN SOUTHPORT 1.8 WSW +US1INMR0057 39.9190 -86.0885 223.4 IN CARMEL 3.7 SSE +US1INMR0058 39.7786 -86.0774 242.6 IN INDIANAPOLIS 3.7 E +US1INMR0059 39.8982 -86.1447 235.3 IN CARMEL 5.2 SSW +US1INMR0060 39.8903 -86.2186 253.9 IN INDIANAPOLIS 9.1 NW +US1INMR0063 39.7169 -86.2417 216.1 IN INDIANAPOLIS 6.5 SW +US1INMR0064 39.6916 -86.1281 233.5 IN INDIANAPOLIS 5.9 S +US1INMR0065 39.8906 -86.1730 243.5 IN INDIANAPOLIS 8.0 N +US1INMR0067 39.8907 -86.2716 263.7 IN ZIONSVILLE 4.3 S +US1INMR0068 39.6511 -86.2053 204.2 IN INDIANAPOLIS 8.4 SW +US1INMR0069 39.7950 -86.2495 223.7 IN SPEEDWAY 0.2 NW +US1INMR0072 39.7729 -86.2799 240.5 IN INDIANAPOLIS 6.5 W +US1INMR0075 39.8873 -86.2837 264.9 IN INDIANAPOLIS 10.6 NW +US1INMR0076 39.8721 -86.1201 227.1 IN INDIANAPOLIS 6.8 NNE +US1INMR0078 39.7104 -86.0134 259.4 IN INDIANAPOLIS 8.4 ESE +US1INMR0080 39.9077 -86.3116 271.9 IN INDIANAPOLIS 12.6 NW +US1INMR0081 39.8239 -86.3155 240.8 IN INDIANAPOLIS 9.2 WNW +US1INMR0082 39.8807 -86.0392 255.1 IN INDIANAPOLIS 10.0 NE +US1INMR0083 39.8939 -86.2806 264.0 IN INDIANAPOLIS 10.9 NW +US1INMR0084 39.8496 -86.1651 217.9 IN INDIANAPOLIS 5.2 N +US1INMR0088 39.6437 -86.1856 212.4 IN INDIANAPOLIS 8.7 S +US1INMR0094 39.9041 -85.9996 255.4 IN INDIANAPOLIS 12.6 NE +US1INMR0102 39.6679 -86.2103 203.9 IN INDIANAPOLIS 8.2 SSW +US1INMR0103 39.7670 -86.0766 249.3 IN INDIANAPOLIS 3.8 E +US1INMR0107 39.6825 -86.2580 214.6 IN INDIANAPOLIS 8.8 SW +US1INMR0118 39.8442 -86.2774 249.3 IN INDIANAPOLIS 8.4 NW +US1INMR0122 39.7565 -86.2044 213.7 IN INDIANAPOLIS 3.4 WSW +US1INMR0123 39.9232 -86.0619 240.2 IN INDIANAPOLIS 11.7 NNE +US1INMR0124 39.7183 -85.9565 246.6 IN INDIANAPOLIS 11.3 ESE +US1INMR0127 39.7736 -86.0811 239.9 IN INDIANAPOLIS 3.5 E +US1INMR0129 39.8375 -86.1059 228.6 IN INDIANAPOLIS 4.7 NNE +US1INMR0132 39.8907 -86.1192 223.1 IN INDIANAPOLIS 8.0 N +US1INMR0134 39.7574 -86.1404 223.4 IN INDIANAPOLIS 1.3 SSE +US1INMR0137 39.7828 -86.0735 246.0 IN INDIANAPOLIS 3.9 E +US1INMR0139 39.8878 -86.1733 242.9 IN INDIANAPOLIS 7.8 N +US1INMR0143 39.7734 -86.0762 241.1 IN INDIANAPOLIS 3.7 E +US1INMR0145 39.6988 -86.0123 255.7 IN BEECH GROVE 4.1 ESE +US1INMR0148 39.7510 -86.0925 244.4 IN INDIANAPOLIS 3.4 ESE +US1INMR0149 39.8624 -86.0834 277.1 IN INDIANAPOLIS 6.8 NNE +US1INMR0151 39.8460 -86.1418 226.2 IN INDIANAPOLIS 4.8 N +US1INMR0153 39.8949 -86.1346 233.5 IN INDIANAPOLIS 8.2 N +US1INMR0154 39.8701 -85.9860 258.8 IN INDIANAPOLIS 10.7 NE +US1INMR0155 39.8130 -86.0620 258.5 IN INDIANAPOLIS 5.1 ENE +US1INMR0157 39.7852 -85.9717 260.6 IN INDIANAPOLIS 9.3 E +US1INMT0001 38.6741 -86.9086 180.1 IN LOOGOOTEE 0.3 ESE +US1INMT0003 38.6607 -86.7185 227.1 IN SHOALS 4.0 E +US1INMT0004 38.6664 -86.7911 152.7 IN (N9RDN)SHOALS 0.1 ESE +US1INMY0005 39.8694 -86.9765 255.1 IN RUSSELLVILLE 0.9 NNE +US1INMY0006 39.9500 -86.8833 252.1 IN CRAWFORDSVILLE 6.5 S +US1INMY0007 39.9960 -86.9396 236.8 IN CRAWFORDSVILLE 4.0 SW +US1INMY0009 39.7460 -87.0611 219.8 IN ROCKVILLE 9.1 E +US1INMY0013 40.0404 -86.9014 234.4 IN CRAWFORDSVILLE 0.4 SW +US1INNB0001 41.4428 -85.2623 303.0 IN KENDALLVILLE 0.2 W +US1INNB0004 41.4041 -85.3665 284.4 IN ALBION 2.8 ENE +US1INNB0006 41.3659 -85.2849 303.9 IN AVILLA 2.4 W +US1INNB0008 41.3364 -85.4972 278.9 IN WOLF LAKE 0.3 N +US1INNB0009 41.5038 -85.3580 296.0 IN ROME CITY 1.1 N +US1INNB0011 41.3416 -85.4156 285.3 IN ALBION 3.7 S +US1INNB0013 41.4428 -85.2625 298.1 IN KENDALLVILLE 0.2 W +US1INNB0014 41.3294 -85.4327 282.9 IN ALBION 4.6 S +US1INNB0015 41.3494 -85.4812 281.0 IN ALBION 4.5 SW +US1INNB0016 41.2973 -85.2004 263.7 IN LAOTTO 0.5 NNW +US1INNB0021 41.3775 -85.6525 268.8 IN CROMWELL 2.7 SW +US1INNB0022 41.4897 -85.2553 299.9 IN KENDALLVILLE 3.2 N +US1INNB0023 41.2800 -85.4729 280.4 IN COLUMBIA CITY 8.4 N +US1INNB0024 41.4971 -85.3071 296.6 IN KENDALLVILLE 4.5 NW +US1INNB0028 41.3989 -85.4197 290.8 IN ALBION 0.3 N +US1INNB0031 41.2726 -85.3473 276.8 IN CHURUBUSCO 3.1 NNW +US1INNB0033 41.2774 -85.5139 277.4 IN ALBION 9.5 SSW +US1INNW0001 40.9733 -87.2905 206.0 IN MOUNT AYR 1.6 NNE +US1INNW0003 40.7743 -87.4409 210.0 IN KENTLAND 0.3 ENE +US1INNW0004 40.7588 -87.2965 220.4 IN GOODLAND 0.4 SSW +US1INNW0005 40.7808 -87.4495 203.9 IN KENTLAND 0.6 NNW +US1INNW0006 40.7511 -87.4289 216.1 IN KENTLAND 1.7 SSE +US1INNW0007 40.8668 -87.4454 203.0 IN BROOK 4.2 W +US1INNW0009 40.9383 -87.4373 212.1 IN MOROCCO 1.0 ESE +US1INNW0010 41.1371 -87.4929 197.5 IN LAKE VILLAGE 2.3 W +US1INNW0011 41.0157 -87.3356 205.7 IN FAIR OAKS 5.8 SW +US1INNW0012 40.9869 -87.4397 206.7 IN MOROCCO 2.9 NNE +US1INNW0013 41.0682 -87.3342 206.7 IN LAKE VILLAGE 7.6 SE +US1INOH0001 39.0154 -84.8873 224.0 IN AURORA 3.6 SSE +US1INOH0002 38.9372 -84.9315 168.9 IN RISING SUN 4.1 WSW +US1INOR0001 38.6552 -86.4469 196.9 IN ORLEANS 0.6 SE +US1INOR0003 38.5568 -86.4538 196.9 IN PAOLI 0.8 E +US1INOR0005 38.4988 -86.3419 274.0 IN HARDINSBURG 4.6 NW +US1INOR0006 38.5362 -86.3644 214.9 IN PAOLI 5.8 ESE +US1INOR0007 38.5933 -86.5933 166.1 IN WEST BADEN SPRINGS 2.0 NNE +US1INOR0009 38.6783 -86.3739 217.0 IN ORLEANS 4.4 ENE +US1INOR0011 38.4737 -86.4497 189.9 IN PAOLI 5.9 S +US1INOR0012 38.5840 -86.4274 207.9 IN PAOLI 2.9 NE +US1INOR0013 38.5355 -86.4619 246.9 IN PAOLI 1.6 SSE +US1INOR0016 38.6661 -86.3692 219.8 IN ORLEANS 4.5 E +US1INOR0021 38.5570 -86.4456 191.7 IN PAOLI 1.3 E +US1INOR0022 38.6295 -86.4972 190.5 IN PAOLI 5.2 NNW +US1INOR0023 38.6359 -86.5796 211.8 IN WEST BADEN SPRINGS 5.0 NNE +US1INOR0025 38.5561 -86.4619 218.2 IN PAOLI 0.4 ESE +US1INOR0026 38.4773 -86.4887 206.7 IN PAOLI 5.6 S +US1INOR0027 38.5458 -86.5002 178.3 IN PAOLI 1.9 WSW +US1INOW0001 39.2152 -86.9105 184.1 IN WORTHINGTON 7.6 NNE +US1INOW0002 39.2947 -86.6878 228.9 IN SPENCER 4.4 E +US1INOW0004 39.3114 -86.9580 220.1 IN CLAY CITY 8.6 ENE +US1INOW0006 39.3200 -86.7300 177.1 IN GOSPORT 4.0 WSW +US1INOW0009 39.1858 -86.7782 235.9 IN SPENCER 7.0 S +US1INOW0011 39.2292 -86.6880 258.8 IN SPENCER 6.5 SE +US1INOW0013 39.2311 -86.8655 214.0 IN (WD9BKA)SPENCER 6.4 SW +US1INOW0014 39.2869 -86.7723 168.9 IN (W9HRZ)SPENCER 0.2 W +US1INOW0015 39.2617 -86.7434 220.1 IN SPENCER 2.2 SE +US1INOW0017 39.2853 -86.7581 171.0 IN SPENCER 0.6 ESE +US1INPK0001 38.5015 -87.2596 171.0 IN PETERSBURG 1.4 ENE +US1INPK0004 38.3052 -87.1259 139.9 IN HOLLAND 6.3 NW +US1INPK0005 38.2676 -87.1467 189.9 IN STENDAL 0.1 SW +US1INPL0001 40.9851 -86.8778 205.1 IN FRANCESVILLE 0.3 E +US1INPL0002 40.9250 -86.5840 224.0 IN ROYAL CENTER 6.0 NW +US1INPL0004 41.0293 -86.7007 213.1 IN WINAMAC 5.3 WSW +US1INPL0008 40.9589 -86.5258 222.5 IN STAR CITY 1.8 ESE +US1INPL0009 41.1080 -86.5573 214.6 IN WINAMAC 4.5 NNE +US1INPM0001 39.7535 -86.7435 257.9 IN BAINBRIDGE 3.6 E +US1INPM0003 39.7142 -86.7687 246.0 IN FILLMORE 3.1 NNW +US1INPM0004 39.8541 -86.9800 256.9 IN RUSSELLVILLE 0.3 SE +US1INPM0006 39.8507 -86.9932 251.2 IN RUSSELLVILLE 0.7 SW +US1INPM0007 39.8450 -87.0006 239.6 IN RUSSELLVILLE 1.2 SW +US1INPM0008 39.7622 -86.9191 260.3 IN BAINBRIDGE 5.7 W +US1INPM0009 39.6263 -87.0012 249.0 IN GREENCASTLE 8.6 WSW +US1INPM0010 39.5885 -86.8177 221.9 IN GREENCASTLE 3.9 SSE +US1INPM0011 39.6221 -86.7790 240.5 IN GREENCASTLE 3.6 ESE +US1INPM0012 39.5244 -86.9902 221.3 IN REELSVILLE 2.6 SSW +US1INPM0013 39.6606 -86.8207 239.9 IN GREENCASTLE 1.7 NE +US1INPM0016 39.6552 -86.8462 231.6 IN GREENCASTLE 1.0 NNW +US1INPR0001 39.8580 -87.0142 245.1 IN RUSSELLVILLE 1.6 W +US1INPS0001 38.1968 -87.8222 138.1 IN POSEYVILLE 2.8 NW +US1INPS0004 38.1359 -87.7536 124.7 IN POSEYVILLE 2.9 SSE +US1INPS0005 38.1249 -87.9048 121.3 IN NEW HARMONY 1.5 E +US1INPT0001 41.5310 -87.0711 246.9 IN VALPARAISO 3.9 NNW +US1INPT0002 41.5912 -87.1041 203.0 IN KOUTS 3.7 NNW +US1INPT0003 41.4674 -87.0875 220.1 IN VALPARAISO 2.0 WSW +US1INPT0004 41.6570 -87.0763 200.9 IN PORTER 2.1 N +US1INPT0005 41.4950 -87.0408 253.0 IN VALPARAISO 1.3 NNE +US1INPT0006 41.4744 -87.0594 246.0 IN VALPARAISO 0.5 WSW +US1INPT0007 41.5024 -87.0456 259.1 IN VALPARAISO 1.8 N +US1INPT0008 41.4708 -87.0433 251.2 IN VALPARAISO 0.6 SE +US1INPT0009 41.5442 -87.1039 203.9 IN SOUTH HAVEN 1.6 E +US1INPT0010 41.4603 -87.0608 227.1 IN VALPARAISO 1.3 SSW +US1INPT0011 41.5661 -87.1210 192.0 IN SOUTH HAVEN 1.7 NNE +US1INPT0012 41.4345 -87.1124 235.9 IN VALPARAISO 4.3 SW +US1INPT0013 41.4400 -87.1606 239.9 IN VALPARAISO 6.2 WSW +US1INPT0014 41.5788 -87.0080 216.1 IN CHESTERTON 3.0 ESE +US1INPT0017 41.5956 -87.0510 196.9 IN CHESTERTON 0.5 SE +US1INPT0018 41.3671 -87.1623 223.1 IN HEBRON 3.7 NE +US1INPT0019 41.5266 -87.1436 202.1 IN VALPARAISO 5.9 NW +US1INPT0020 41.4555 -87.0863 217.9 IN VALPARAISO 2.4 SW +US1INPT0021 41.4645 -87.1026 218.8 IN VALPARAISO 2.8 WSW +US1INPT0024 41.3989 -87.0311 224.0 IN VALPARAISO 5.5 S +US1INPT0025 41.4560 -87.1454 227.1 IN VALPARAISO 5.1 WSW +US1INPT0026 41.5645 -87.0613 206.0 IN CHESTERTON 2.5 S +US1INPT0027 41.5960 -87.0606 199.0 IN KOUTS 2.8 N +US1INPT0028 41.4442 -87.1209 242.0 IN VALPARAISO 4.3 WSW +US1INPT0029 41.4717 -87.0536 248.1 IN VALPARAISO 0.4 SSW +US1INPT0030 41.4320 -87.1450 234.1 IN VALPARAISO 5.8 WSW +US1INPT0031 41.4658 -87.1109 220.1 IN VALPARAISO 3.2 WSW +US1INPT0032 41.5825 -87.1656 196.9 IN PORTAGE 0.9 ESE +US1INPT0033 41.4456 -87.0507 242.0 IN KOUTS 3.8 SSW +US1INPT0034 41.5949 -87.0899 195.1 IN CHESTERTON 1.7 WSW +US1INPT0036 41.5408 -87.1270 199.9 IN SOUTH HAVEN 0.4 ESE +US1INPT0037 41.5295 -87.0608 246.9 IN VALPARAISO 3.6 N +US1INPT0040 41.4782 -87.1813 217.9 IN SOUTH HAVEN 5.1 SSW +US1INPT0041 41.4952 -87.0330 255.1 IN VALPARAISO 1.5 NE +US1INPT0043 41.5848 -87.0184 206.0 IN CHESTERTON 2.3 ESE +US1INPT0044 41.3929 -87.2165 231.0 IN CROWN POINT 7.6 ESE +US1INPT0051 41.5792 -87.1938 198.1 IN PORTAGE 0.8 SW +US1INPT0057 41.6899 -86.9754 187.5 IN BEVERLY SHORES 0.4 NNE +US1INPT0059 41.6276 -87.1843 189.0 IN OGDEN DUNES 0.6 NE +US1INPT0060 41.4274 -87.2082 233.8 IN LAKES OF THE FOUR SEASONS 1.5 +US1INPT0062 41.4419 -87.1856 232.9 IN VALPARAISO 7.4 WSW +US1INPT0063 41.4977 -87.0730 255.1 IN VALPARAISO 1.8 NW +US1INPT0064 41.4877 -87.0275 241.4 IN VALPARAISO 1.4 ENE +US1INPT0069 41.6189 -87.0825 193.9 IN PORTER 0.6 S +US1INPT0070 41.5423 -86.9786 262.4 IN VALPARAISO 5.8 NE +US1INPT0073 41.5499 -87.0902 202.7 IN VALPARAISO 5.3 NNW +US1INPT0077 41.3062 -87.0648 204.8 IN KOUTS 2.1 WSW +US1INPT0078 41.3620 -87.1458 222.5 IN VALPARAISO 9.4 SSW +US1INPT0079 41.4062 -87.2135 230.7 IN LAKES OF THE FOUR SEASONS 0.5 +US1INPT0080 41.5865 -87.1282 192.9 IN PORTAGE 2.8 E +US1INPT0082 41.6174 -87.0845 193.9 IN PORTER 0.7 S +US1INPT0083 41.5442 -87.1350 198.4 IN VALPARAISO 6.2 NW +US1INPT0084 41.4211 -87.1956 237.7 IN HEBRON 6.8 N +US1INPT0086 41.4600 -87.1496 234.7 IN VALPARAISO 5.2 WSW +US1INPT0090 41.4342 -87.1450 231.0 IN VALPARAISO 5.7 WSW +US1INPT0091 41.5943 -86.9752 208.5 IN CHESTERTON 4.2 E +US1INPT0092 41.3322 -87.2155 213.1 IN HEBRON 1.2 NW +US1INPT0094 41.4880 -87.0731 249.6 IN VALPARAISO 1.4 WNW +US1INPT0095 41.4731 -87.0611 242.6 IN VALPARAISO 0.6 WSW +US1INPT0097 41.4647 -87.0164 242.3 IN VALPARAISO 2.0 ESE +US1INPT0098 41.4896 -87.0580 251.2 IN VALPARAISO 0.9 NNW +US1INPT0099 41.5027 -87.0460 253.0 IN VALPARAISO 1.8 N +US1INPT0105 41.4609 -87.1108 221.6 IN VALPARAISO 3.3 WSW +US1INPT0106 41.4026 -87.2105 232.9 IN CROWN POINT 7.8 E +US1INPT0107 41.4799 -87.0350 249.6 IN VALPARAISO 0.8 ENE +US1INPT0108 41.4871 -87.0593 251.5 IN VALPARAISO 0.8 NNW +US1INPT0110 41.6120 -87.0340 194.5 IN CHESTERTON 1.4 ENE +US1INPT0113 41.4129 -87.2170 229.2 IN CROWN POINT 7.3 E +US1INPT0114 41.4223 -87.1460 242.3 IN VALPARAISO 6.2 SW +US1INPT0115 41.2817 -87.0512 203.0 IN KOUTS 2.8 SSW +US1INPT0116 41.5141 -87.0285 249.9 IN VALPARAISO 2.8 NNE +US1INPT0117 41.4079 -87.1044 225.2 IN VALPARAISO 5.5 SSW +US1INPT0118 41.4989 -86.9804 233.2 IN VALPARAISO 3.9 ENE +US1INPT0125 41.4132 -87.0392 225.9 IN (KB9F)VALPARAISO 4.5 S +US1INPT0126 41.3276 -87.1935 213.1 IN HEBRON 0.6 NE +US1INPT0128 41.4869 -87.0363 249.6 IN VALPARAISO 1.0 NE +US1INPT0133 41.4935 -87.0872 239.6 IN VALPARAISO 2.2 WNW +US1INPT0134 41.5018 -87.0460 253.3 IN VALPARAISO 1.7 N +US1INPT0137 41.5109 -86.9898 250.2 IN VALPARAISO 3.9 NE +US1INPT0144 41.4721 -87.0386 244.8 IN VALPARAISO 0.7 ESE +US1INPT0146 41.4970 -87.0035 241.7 IN VALPARAISO 2.8 ENE +US1INPT0157 41.6194 -87.1963 188.1 IN PORTAGE 2.4 NNW +US1INPY0001 38.1958 -86.7157 137.5 IN BIRDSEYE 8.2 S +US1INPY0003 37.9732 -86.6401 128.3 IN CANNELTON 6.8 NE +US1INPY0004 37.9618 -86.7506 130.1 IN TELL CITY 0.9 NNE +US1INPY0005 38.0893 -86.6138 228.3 IN LEOPOLD 1.4 S +US1INPY0006 38.0917 -86.5556 231.3 IN LEOPOLD 1.7 ESE +US1INRN0004 40.2583 -84.9746 311.8 IN (K9UZZ) SARATOGA 3.4 WNW +US1INRN0005 40.2210 -85.1036 311.2 IN (N900A) FARMLAND 2.5 NNE +US1INRN0006 40.1623 -85.0162 336.8 IN (KC9FXU) WINCHESTER 2.2 WSW +US1INRN0007 40.2961 -85.1794 291.1 IN (KB9ZZG) ALBANY 2.9 E +US1INRN0008 40.1926 -85.1990 311.5 IN (K9EKP) PARKER CITY 0.3 NE +US1INRN0009 40.0496 -84.9474 356.3 IN LYNN 0.3 WNW +US1INRN0012 40.0464 -85.1269 357.5 IN (KC9ZPE) MODOC 0.1 NNW +US1INRP0004 39.1692 -85.2361 290.2 IN OSGOOD 4.1 NE +US1INRP0005 39.2422 -85.2536 284.1 IN BATESVILLE 4.3 SSW +US1INRP0006 39.2928 -85.2208 297.5 IN BATESVILLE 0.4 SSW +US1INRP0009 39.0294 -85.1204 278.6 IN (KC9JJQ)DILLSBORO 3.2 WNW +US1INRP0011 39.3044 -85.2153 296.6 IN BATESVILLE 0.5 NNE +US1INRP0012 39.2844 -85.2353 295.0 IN BATESVILLE 1.3 SW +US1INRS0002 39.7585 -85.3178 320.0 IN STRAUGHN 3.7 SSW +US1INRS0004 39.6918 -85.6326 281.0 IN MORRISTOWN 3.8 ENE +US1INRS0005 39.5794 -85.5713 275.5 IN HOMER 0.4 NE +US1INRS0007 39.6836 -85.4706 300.5 IN (N9DGQ)RUSHVILLE 4.9 NNW +US1INRS0009 39.6183 -85.4339 297.8 IN RUSHVILLE 0.7 ENE +US1INSC0008 38.7395 -85.8253 163.1 IN AUSTIN 0.9 WSW +US1INSH0001 39.6979 -85.7357 262.1 IN MORRISTOWN 2.6 NW +US1INSH0002 39.5907 -85.6862 256.9 IN SHELBYVILLE 6.7 NE +US1INSH0003 39.6475 -85.6422 274.9 IN MORRISTOWN 3.5 ESE +US1INSH0004 39.4944 -85.9041 226.5 IN SHELBYVILLE 7.1 WSW +US1INSH0005 39.5121 -85.7791 232.9 IN SHELBYVILLE 0.8 SSW +US1INSH0007 39.6310 -85.7171 263.0 IN MORRISTOWN 3.0 SSW +US1INSH0008 39.4041 -85.8945 252.1 IN EDINBURGH 5.3 NE +US1INSH0009 39.6037 -85.8540 243.8 IN FAIRLAND 0.5 ENE +US1INSH0010 39.4538 -85.8752 216.1 IN SHELBYVILLE 7.1 SW +US1INSH0011 39.5135 -85.8853 232.0 IN SHELBYVILLE 5.9 W +US1INSH0015 39.4746 -85.6428 259.4 IN WALDRON 2.0 NE +US1INSH0016 39.6390 -85.9114 240.8 IN FAIRLAND 4.0 NW +US1INSH0020 39.5869 -85.8661 236.2 IN (KB9RBB)FAIRLAND 0.9 SSW +US1INSJ0005 41.6315 -86.2911 256.0 IN SOUTH BEND 3.3 SSW +US1INSJ0007 41.7238 -86.2134 246.0 IN GEORGETOWN 0.9 ESE +US1INSJ0008 41.7387 -86.2377 224.0 IN GEORGETOWN 0.8 NW +US1INSJ0009 41.6324 -86.2223 262.1 IN SOUTH BEND 3.7 SE +US1INSJ0010 41.6921 -86.5229 243.8 IN NEW CARLISLE 1.1 SW +US1INSJ0012 41.7438 -86.2678 217.0 IN ROSELAND 2.0 NNW +US1INSJ0013 41.7582 -86.1439 242.0 IN GRANGER 1.6 N +US1INSJ0015 41.7412 -86.1542 239.0 IN GRANGER 0.9 WNW +US1INSJ0016 41.7373 -86.1949 246.9 IN GRANGER 2.9 W +US1INSJ0017 41.5019 -86.3851 232.9 IN WALKERTON 5.7 ENE +US1INSJ0019 41.7506 -86.1758 255.1 IN GRANGER 2.1 WNW +US1INSJ0020 41.6909 -86.2459 226.2 IN SOUTH BEND 1.5 NE +US1INSJ0024 41.6480 -86.1290 224.0 IN MISHAWAKA 2.5 SE +US1INSJ0026 41.6833 -86.0954 230.1 IN MISHAWAKA 3.9 ENE +US1INSJ0027 41.6988 -86.2729 218.8 IN SOUTH BEND 1.7 NNW +US1INSJ0028 41.6209 -86.2152 269.4 IN SOUTH BEND 4.6 SE +US1INSJ0029 41.7605 -86.0799 242.0 IN GRANGER 3.5 ENE +US1INSJ0031 41.7067 -86.5157 251.2 IN NEW CARLISLE 0.3 WNW +US1INSJ0032 41.6577 -86.5262 251.8 IN NEW CARLISLE 3.3 SSW +US1INSJ0034 41.4869 -86.4082 227.4 IN WALKERTON 4.1 ENE +US1INSJ0035 41.7381 -86.1015 240.8 IN GRANGER 2.0 E +US1INSJ0036 41.6012 -86.0997 250.5 IN MISHAWAKA 5.9 SE +US1INSJ0046 41.7462 -86.1072 243.8 IN GRANGER 1.8 ENE +US1INSJ0047 41.6725 -86.3804 229.2 IN SOUTH BEND 5.9 W +US1INSJ0048 41.7287 -86.3648 242.9 IN SOUTH BEND 6.3 NW +US1INSJ0058 41.6225 -86.2163 266.1 IN SOUTH BEND 4.5 SE +US1INSJ0059 41.7136 -86.2346 223.1 IN SOUTH BEND 3.1 NNE +US1INSJ0062 41.7149 -86.2053 232.9 IN SOUTH BEND 4.1 NE +US1INSJ0064 41.6649 -86.1308 221.0 IN MISHAWAKA 2.0 E +US1INSJ0065 41.6995 -86.2089 229.2 IN SOUTH BEND 3.4 ENE +US1INSL0001 39.0956 -87.4174 153.0 IN SULLIVAN 0.5 W +US1INSL0002 39.0954 -87.4122 159.1 IN SULLIVAN 0.3 WSW +US1INSN0001 41.7303 -84.9466 320.0 IN FREMONT 0.7 W +US1INSN0002 41.5919 -85.1012 321.9 IN HUDSON 4.1 NNW +US1INSN0003 41.5997 -85.0895 301.1 IN HUDSON 4.6 N +US1INSN0004 41.5753 -85.0276 294.1 IN ASHLEY 4.0 NNE +US1INSN0005 41.5324 -84.8853 277.1 IN HAMILTON 1.7 E +US1INSN0007 41.6079 -84.8376 301.1 IN ANGOLA 8.7 ESE +US1INSN0009 41.7010 -84.9867 328.0 IN ANGOLA 4.1 N +US1INSN0010 41.7099 -85.0882 298.1 IN ANGOLA 6.5 NW +US1INSN0012 41.5308 -85.0778 301.1 IN HUDSON 0.3 SE +US1INSN0014 41.7441 -85.0574 304.5 IN FREMONT 6.4 W +US1INSN0015 41.6445 -85.1657 285.9 IN ANGOLA 8.5 W +US1INSN0019 41.6971 -85.0626 304.2 IN ANGOLA 4.9 NW +US1INSN0025 41.6249 -85.0018 316.4 IN ANGOLA 1.2 S +US1INSN0026 41.5425 -84.9149 278.6 IN HAMILTON 0.7 N +US1INSN0027 41.6413 -84.9907 308.5 IN ANGOLA 0.5 ESE +US1INSN0029 41.7419 -84.9468 330.4 IN FREMONT 1.0 NW +US1INSN0033 41.6524 -85.0296 317.0 IN ANGOLA 1.7 WNW +US1INSP0001 38.0076 -87.0364 139.6 IN CHRISNEY 0.3 SSW +US1INSP0002 38.1029 -86.9449 155.4 IN SANTA CLAUS 1.4 SW +US1INST0001 41.1784 -86.6791 223.1 IN NORTH JUDSON 5.7 ESE +US1INST0002 41.2742 -86.6193 220.1 IN KNOX 1.2 S +US1INST0003 41.2440 -86.6690 221.9 IN KNOX 4.1 SW +US1INST0004 41.2082 -86.7747 218.8 IN NORTH JUDSON 0.6 S +US1INST0005 41.2900 -86.6100 221.0 IN KNOX 0.6 ESE +US1INST0007 41.2010 -86.7434 215.5 IN NORTH JUDSON 2.0 ESE +US1INST0009 41.2086 -86.7830 216.7 IN (KE9ML)NORTH JUDSON 0.7 SSW +US1INST0010 41.1803 -86.8327 216.4 IN (KB9GPW)NORTH JUDSON 3.9 SW +US1INST0012 41.2856 -86.6133 217.6 IN KNOX 0.6 SE +US1INST0014 41.2494 -86.8522 206.0 IN SAN PIERRE 4.1 NNE +US1INTN0005 40.3613 -86.0260 267.9 IN SHARPSVILLE 3.5 ESE +US1INTN0007 40.2329 -85.9526 262.1 IN ATLANTA 4.1 ENE +US1INTN0008 40.2823 -86.0492 264.0 IN TIPTON 0.5 W +US1INTN0009 40.2969 -86.0574 267.0 IN (K9WKK)TIPTON 1.3 NW +US1INTN0010 40.2544 -85.9000 261.2 IN ELWOOD 3.5 WSW +US1INTN0011 40.2875 -86.0459 266.1 IN TIPTON 0.4 NW +US1INTP0002 40.4075 -86.8743 209.1 IN LAFAYETTE 0.3 SW +US1INTP0005 40.4215 -86.9105 191.1 IN WEST LAFAYETTE 1.6 S +US1INTP0009 40.4672 -87.0611 210.9 IN OTTERBEIN 2.3 SE +US1INTP0011 40.3543 -86.9083 196.0 IN LAFAYETTE 4.4 SSW +US1INTP0012 40.4556 -86.9247 220.1 IN WEST LAFAYETTE 1.0 NW +US1INTP0013 40.4578 -86.9101 217.0 IN WEST LAFAYETTE 0.9 N +US1INTP0015 40.4395 -86.8269 192.9 IN LAFAYETTE 3.0 NE +US1INTP0017 40.4545 -86.7760 199.0 IN LAFAYETTE 5.8 ENE +US1INTP0018 40.3938 -86.8784 198.1 IN LAFAYETTE 1.2 SSW +US1INTP0020 40.4037 -86.8718 205.1 IN LAFAYETTE 0.5 S +US1INTP0021 40.4219 -86.9524 199.0 IN WEST LAFAYETTE 2.6 SW +US1INTP0022 40.3798 -86.8665 196.9 IN LAFAYETTE 2.2 S +US1INTP0025 40.4235 -87.0049 203.3 IN WEST LAFAYETTE 5.1 WSW +US1INTP0026 40.4078 -86.8955 178.9 IN LAFAYETTE 1.3 W +US1INTP0027 40.3326 -86.7501 226.2 IN LAFAYETTE 8.3 SE +US1INTP0028 40.4363 -86.8442 204.5 IN LAFAYETTE 2.2 NE +US1INTP0029 40.4483 -87.0048 195.4 IN WEST LAFAYETTE 4.9 W +US1INTP0038 40.4476 -86.9530 209.4 IN WEST LAFAYETTE 2.2 W +US1INTP0040 40.4831 -86.8923 206.7 IN WEST LAFAYETTE 2.8 NNE +US1INTP0074 40.4342 -86.9020 190.5 IN WEST LAFAYETTE 0.9 SE +US1INTP0075 40.4422 -86.9676 211.5 IN WEST LAFAYETTE 2.9 W +US1INTP0076 40.4763 -87.0600 212.8 IN OTTERBEIN 2.0 ESE +US1INTP0077 40.4359 -86.8257 183.2 IN LAFAYETTE 2.9 NE +US1INVG0004 39.4447 -87.3670 157.9 IN TERRE HAUTE 2.0 SSE +US1INVG0005 39.4126 -87.3963 152.1 IN TERRE HAUTE 4.0 S +US1INVG0006 39.5790 -87.5084 188.1 IN UNIVERSAL 4.2 SW +US1INVG0009 39.4672 -87.4017 150.9 IN TERRE HAUTE 1.0 WSW +US1INVG0016 39.5085 -87.2443 182.6 IN TERRE HAUTE 7.9 ENE +US1INVG0019 39.4049 -87.5036 164.3 IN WEST TERRE HAUTE 5.0 SW +US1INVG0023 39.3941 -87.3020 171.6 IN RILEY 0.3 NNW +US1INVG0024 39.5636 -87.3655 157.9 IN TERRE HAUTE 6.5 N +US1INVN0001 38.1403 -87.6140 127.1 IN DARMSTADT 4.0 NNW +US1INVN0002 37.9661 -87.5371 117.0 IN EVANSVILLE 1.3 SSE +US1INVN0005 37.9607 -87.4777 121.0 IN EVANSVILLE 3.9 ESE +US1INVN0006 38.0662 -87.6847 167.9 IN DARMSTADT 6.1 WSW +US1INVN0009 38.0156 -87.6449 178.0 IN EVANSVILLE 5.9 WNW +US1INVN0010 38.0281 -87.5436 116.1 IN EVANSVILLE 3.0 N +US1INVN0011 38.0457 -87.5593 124.1 IN MELODY HILL 2.9 WNW +US1INVN0012 38.0743 -87.6028 138.1 IN EVANSVILLE 7.0 NNW +US1INVN0013 37.9648 -87.6375 118.0 IN EVANSVILLE 5.3 WSW +US1INVN0016 38.0316 -87.6080 141.1 IN DARMSTADT 4.4 SSW +US1INVN0030 38.0107 -87.4878 117.7 IN EVANSVILLE 3.5 ENE +US1INVN0031 38.0741 -87.6869 157.0 IN EVANSVILLE 10.0 NW +US1INVR0001 39.6698 -87.4126 152.4 IN CLINTON 0.7 NW +US1INWB0004 40.7400 -85.7740 238.0 IN WABASH 4.9 SSE +US1INWB0006 40.6947 -85.8461 244.4 IN WABASH 7.3 S +US1INWB0007 40.8990 -85.7872 242.6 IN URBANA 0.3 ENE +US1INWB0010 40.6838 -85.7382 246.3 IN LA FONTAINE 1.1 NW +US1INWB0013 40.7818 -85.8418 231.6 IN WABASH 1.5 SW +US1INWB0014 40.8219 -85.7339 218.2 IN LAGRO 1.2 SSW +US1INWB0015 40.8509 -85.9423 237.4 IN WABASH 7.1 WNW +US1INWB0016 40.8019 -85.8115 221.6 IN WABASH 0.7 ENE +US1INWB0017 40.8161 -85.8299 235.9 IN WABASH 1.2 NNW +US1INWB0018 40.8032 -85.8281 232.0 IN WABASH 0.3 NNW +US1INWB0020 40.8031 -85.8280 232.3 IN (N9WVM)WABASH 0.3 NNW +US1INWB0021 41.0003 -85.7785 237.1 IN NORTH MANCHESTER 0.4 SW +US1INWH0002 40.8977 -86.6525 213.1 IN BURNETTSVILLE 9.9 NNW +US1INWH0004 40.7451 -86.7519 199.0 IN MONTICELLO 0.6 E +US1INWH0006 40.7425 -86.6342 210.9 IN BURNETTSVILLE 2.4 WSW +US1INWH0007 40.7373 -86.7605 209.1 IN MONTICELLO 0.7 SSE +US1INWH0009 40.8092 -86.7689 206.0 IN MONTICELLO 4.3 N +US1INWH0010 40.8687 -86.6475 214.0 IN ROYAL CENTER 7.7 W +US1INWH0011 40.6349 -86.9984 224.9 IN BROOKSTON 7.4 WNW +US1INWH0013 40.6421 -87.0405 225.2 IN BROOKSTON 9.6 WNW +US1INWH0018 40.7606 -86.7599 205.4 IN MONTICELLO 1.0 NNE +US1INWH0019 40.8241 -86.7891 200.6 IN MONTICELLO 5.5 NNW +US1INWK0002 37.9542 -87.3741 143.0 IN NEWBURGH 1.7 ENE +US1INWK0003 38.0263 -87.3680 146.0 IN CHANDLER 1.1 S +US1INWK0004 37.9926 -87.4118 124.1 IN NEWBURGH 3.2 N +US1INWK0005 38.0805 -87.2758 143.0 IN BOONVILLE 2.4 N +US1INWK0006 38.0069 -87.3646 132.9 IN NEWBURGH 4.7 NNE +US1INWK0007 37.9813 -87.3981 124.1 IN NEWBURGH 2.4 N +US1INWK0008 37.9694 -87.4358 141.1 IN NEWBURGH 2.4 NW +US1INWK0010 37.9659 -87.4101 129.8 IN NEWBURGH 1.4 NNW +US1INWK0011 37.9751 -87.4111 117.0 IN NEWBURGH 2.0 NNW +US1INWK0012 38.0649 -87.2739 142.0 IN BOONVILLE 1.4 N WBNL RADIO +US1INWK0014 38.0274 -87.4474 114.9 IN CHANDLER 4.4 WSW +US1INWK0015 38.1520 -87.4471 128.9 IN ELBERFELD 0.6 S +US1INWK0016 37.9615 -87.3837 131.1 IN NEWBURGH 1.5 NE +US1INWK0019 37.9560 -87.3826 126.8 IN NEWBURGH 1.3 ENE +US1INWK0020 37.9844 -87.3967 125.0 IN NEWBURGH 2.6 N +US1INWK0021 38.0835 -87.1185 129.5 IN TENNYSON 0.1 N +US1INWK0022 38.0193 -87.3496 128.6 IN BOONVILLE 4.5 WSW +US1INWL0001 40.8881 -85.1258 249.0 IN OSSIAN 2.3 ENE +US1INWL0002 40.8006 -85.1595 261.2 IN BLUFFTON 4.1 N +US1INWL0003 40.7570 -85.1179 262.1 IN BLUFFTON 3.0 ENE +US1INWL0005 40.7933 -85.1676 266.1 IN BLUFFTON 3.6 N +US1INWL0006 40.7254 -85.1528 250.2 IN BLUFFTON 1.5 SE +US1INWL0007 40.7428 -85.0935 264.0 IN BLUFFTON 4.1 E +US1INWL0008 40.7645 -85.1594 256.9 IN BLUFFTON 1.7 NNE +US1INWL0010 40.9123 -85.2885 250.5 IN MARKLE 6.5 NNE +US1INWL0011 40.7301 -85.1607 252.4 IN BLUFFTON 0.9 SE +US1INWL0013 40.8000 -85.1318 260.0 IN CRAIGVILLE 2.7 NW +US1INWL0014 40.8737 -85.2148 257.3 IN OSSIAN 2.4 W +US1INWL0018 40.8858 -85.2797 248.7 IN MARKLE 5.1 NE +US1INWN0002 39.8207 -84.8727 315.2 IN RICHMOND 0.9 SE +US1INWN0004 39.8211 -84.9963 310.0 IN CENTERVILLE 0.3 N +US1INWN0011 39.9942 -85.1448 331.0 IN LOSANTVILLE 2.8 SE +US1INWN0016 39.8888 -84.9364 0.0 IN (KB9MYL)RICHMOND 4.9 NNW +US1INWN0018 39.8039 -84.8167 338.0 IN RICHMOND 4.1 ESE +US1INWR0004 40.3401 -87.2863 202.7 IN ATTICA 4.2 NNW +US1INWR0006 40.2821 -87.2945 190.8 IN WILLIAMSPORT 0.4 S +US1INWR0007 40.3536 -87.1801 207.0 IN ATTICA 5.7 NE +US1INWR0008 40.4652 -87.2793 236.5 IN PINE VILLAGE 1.8 NW +US1INWR0009 40.3135 -87.2713 179.2 IN ATTICA 2.2 NW +US1INWS0001 38.6071 -86.1170 228.9 IN SALEM 1.0 WNW +US1INWS0002 38.4832 -86.0281 264.9 IN PEKIN 1.5 SSW +US1INWS0003 38.6191 -86.0719 253.9 IN SALEM 1.8 NE +US1INWS0004 38.6273 -86.0457 253.9 IN SALEM 3.3 ENE +US1INWS0005 38.7307 -86.1889 237.1 IN MEDORA 6.6 S +US1INWS0007 38.6109 -86.1413 243.5 IN SALEM 2.5 WNW +US1INWS0008 38.4843 -86.1742 235.0 IN FREDERICKSBURG 3.6 NNE +US1INWS0009 38.6147 -86.1078 234.4 IN SALEM 0.9 NNW +US1INWS0012 38.5456 -85.9891 267.0 IN PEKIN 3.3 NNE +US1INWS0013 38.6118 -86.0945 239.9 IN SALEM 0.5 NE +US1INWS0014 38.6020 -85.8940 296.0 IN NEW SALEM 1.4 SSE +US1INWS0015 38.6632 -85.9446 181.1 IN NEW SALEM 3.7 NW +US1INWS0017 38.4620 -86.1550 203.9 IN FREDERICKSBURG 2.7 NE +US1INWS0018 38.4958 -85.9830 251.5 IN PEKIN 1.8 ESE +US1INWS0019 38.4547 -86.0323 242.9 IN NEW PEKIN 3.4 SSW +US1INWS0020 38.4783 -86.0706 206.3 IN NEW PEKIN 3.4 WSW +US1INWS0021 38.5440 -85.9066 235.3 IN NEW PEKIN 6.5 ENE +US1INWS0027 38.7567 -86.1836 179.5 IN CAMPBELLSBURG 8.4 NNE +US1INWY0001 41.2577 -85.5060 281.9 IN COLUMBIA CITY 6.9 N +US1INWY0002 41.1614 -85.4929 271.0 IN COLUMBIA CITY 0.5 WNW +US1INWY0004 41.1654 -85.4808 263.0 IN COLUMBIA CITY 0.5 NNE +US1INWY0005 41.0759 -85.4217 264.0 IN COLUMBIA CITY 6.6 SSE +US1INWY0007 41.0339 -85.5485 273.1 IN SOUTH WHITLEY 5.5 SE +US1INWY0008 41.0832 -85.6293 242.3 IN SOUTH WHITLEY 0.2 SSW +US1INWY0009 41.1548 -85.4914 259.1 IN COLUMBIA CITY 0.4 SW +US1INWY0011 41.2362 -85.4881 284.1 IN COLUMBIA CITY 5.4 N +US1INWY0012 41.2468 -85.6148 274.0 IN LARWILL 4.7 N +US1INWY0015 41.1739 -85.5519 270.4 IN COLUMBIA CITY 3.6 WNW +US1INWY0017 41.0931 -85.4694 256.6 IN COLUMBIA CITY 4.6 S +US1INWY0023 41.1791 -85.4931 266.1 IN COLUMBIA CITY 1.5 NNW +US1INWY0024 41.1566 -85.4948 264.0 IN COLUMBIA CITY 0.5 WSW +US1INWY0025 41.2647 -85.4856 282.9 IN TRI-LAKES 3.0 N +US1INWY0026 41.1428 -85.4314 254.2 IN COLUMBIA CITY 3.0 ESE +US1KSAL0001 37.8906 -95.3911 320.0 KS IOLA 2.7 SSE +US1KSAL0002 37.7913 -95.3574 312.1 KS HUMBOLDT 4.6 ESE +US1KSAL0004 37.9264 -95.3873 301.1 KS IOLA 0.8 E +US1KSAL0005 37.9199 -95.3606 303.0 KS IOLA 2.3 ESE +US1KSAL0007 37.9440 -95.4108 299.0 KS IOLA 1.2 NNW +US1KSAN0002 38.2947 -95.2495 325.2 KS GARNETT 1.0 NW +US1KSAN0003 38.2885 -95.2359 323.1 KS GARNETT 0.4 NNE +US1KSAT0001 39.5505 -95.5223 310.9 KS MUSCOTAH 0.2 SSW +US1KSBA0004 37.2840 -98.5879 458.1 KS MEDICINE LODGE 0.4 WSW +US1KSBA0006 37.4666 -98.9309 577.9 KS COATS 6.6 WSW +US1KSBA0007 37.3546 -98.8297 499.0 KS LAKE CITY 1.1 WNW +US1KSBA0010 37.2933 -98.5777 463.9 KS MEDICINE LODGE 0.5 NNE +US1KSBA0011 37.0905 -98.4007 413.9 KS HAZELTON 0.2 NNE +US1KSBA0018 37.2505 -98.4223 444.7 KS SHARON 0.2 W +US1KSBA0019 37.3405 -98.7808 485.2 KS LAKE CITY 1.7 ESE +US1KSBA0020 37.2537 -98.4075 446.2 KS SHARON 0.6 ENE +US1KSBB0001 37.8939 -95.0746 328.9 KS BRONSON 0.2 SW +US1KSBB0002 37.8946 -95.0762 326.1 KS BRONSON 0.2 WSW +US1KSBB0003 37.8451 -94.6861 262.1 KS FORT SCOTT 1.4 NE +US1KSBB0007 37.8555 -94.9848 290.5 KS UNIONTOWN 0.7 NW +US1KSBB0009 37.8513 -94.6404 239.9 KS FORT SCOTT 3.7 ENE +US1KSBB0010 37.8102 -95.0476 280.1 KS UNIONTOWN 4.7 WSW +US1KSBB0011 37.7476 -94.8795 256.6 KS FORT SCOTT 11.1 SW +US1KSBB0012 37.7399 -94.8000 274.3 KS FORT SCOTT 8.2 SW +US1KSBB0013 37.8236 -94.7084 267.3 KS FORT SCOTT 0.6 SW +US1KSBB0014 38.0157 -94.8184 255.1 KS MAPLETON 3.5 E +US1KSBB0015 37.7024 -94.6553 248.7 KS GARLAND 2.7 SW +US1KSBB0016 37.9500 -94.6255 276.1 KS FORT SCOTT 9.3 NNE +US1KSBB0017 37.9215 -94.8177 265.2 KS DEVON 0.1 SE +US1KSBB0018 37.8162 -94.6323 280.4 KS FORT SCOTT 4.0 ESE +US1KSBB0021 37.8288 -94.7085 261.2 KS FORT SCOTT 0.3 WSW +US1KSBR0002 39.7647 -95.5052 339.5 KS HIAWATHA 6.3 SSE +US1KSBR0003 39.9876 -95.7707 372.2 KS SABETHA 6.0 NNE +US1KSBR0004 39.8776 -95.6578 323.1 KS HIAWATHA 6.6 WNW +US1KSBR0005 39.8684 -95.6436 315.8 KS HIAWATHA 5.7 W +US1KSBR0006 39.8559 -95.7663 396.5 KS SABETHA 3.6 SSE +US1KSBR0007 39.7900 -95.6008 357.2 KS HIAWATHA 5.5 SW +US1KSBR0009 39.7392 -95.5675 355.7 KS HIAWATHA 8.0 SSW +US1KSBT0002 38.3738 -98.7766 569.1 KS GREAT BEND 2.0 ENE +US1KSBT0006 38.4926 -98.9963 590.1 KS OLMITZ 3.6 WSW +US1KSBT0007 38.3769 -98.8053 565.1 KS GREAT BEND 1.1 N +US1KSBT0008 38.3687 -98.7723 562.1 KS GREAT BEND 2.1 ENE +US1KSBT0009 38.4054 -98.7393 578.8 KS GREAT BEND 4.9 NE +US1KSBT0011 38.2899 -98.7665 573.9 KS GREAT BEND 5.4 SSE +US1KSBT0012 38.3707 -98.7787 563.9 KS GREAT BEND 1.8 ENE +US1KSBT0013 38.3617 -98.7457 561.1 KS GREAT BEND 3.4 E +US1KSBT0014 38.4408 -98.6297 565.7 KS GREAT BEND 8.2 ENE +US1KSBT0015 38.3583 -98.7379 560.8 KS GREAT BEND 3.8 E +US1KSBT0017 38.3250 -98.6089 546.8 KS ELLINWOOD 2.6 SW +US1KSBT0021 38.6376 -98.8721 598.3 KS GALATIA 4.6 E +US1KSBT0022 38.5159 -98.7744 559.9 KS HOISINGTON 0.3 SE +US1KSBT0024 38.5021 -98.9594 594.1 KS OLMITZ 1.6 SW +US1KSBT0026 38.3789 -98.7669 565.4 KS GREAT BEND 2.6 ENE +US1KSBT0029 38.3272 -98.7555 569.1 KS GREAT BEND 3.7 SE +US1KSBT0032 38.3692 -98.8125 569.4 KS GREAT BEND 0.6 NNW +US1KSBU0001 37.5500 -97.0833 388.9 KS ROSE HILL 2.9 ESE +US1KSBU0002 37.8130 -96.8543 406.0 KS EL DORADO 0.6 SSE +US1KSBU0003 37.9333 -96.8864 427.9 KS EL DORADO 7.9 NNW +US1KSBU0004 37.5684 -97.3527 388.9 KS HAYSVILLE .2 NNW +US1KSBU0005 37.5533 -97.0855 394.1 KS ROSE HILL 2.7 ESE +US1KSBU0006 37.6125 -96.8807 385.0 KS LEON 7.5 SW +US1KSBU0008 37.5194 -97.0810 388.9 KS DOUGLASS 3.8 W +US1KSBU0012 37.9406 -97.0225 411.2 KS POTWIN 0.2 WNW +US1KSBU0014 37.6782 -96.9723 373.7 KS AUGUSTA 1.0 S +US1KSBU0015 37.6994 -96.9861 384.4 KS AUGUSTA 0.8 NW +US1KSBU0017 37.8647 -96.9688 423.1 KS TOWANDA 4.9 NNE +US1KSBU0019 38.0619 -97.1173 432.5 KS ELBING 0.7 NE +US1KSBU0021 37.6580 -96.5330 489.2 KS BEAUMONT 0.1 SW +US1KSBU0023 37.8097 -96.6612 450.2 KS ROSALIA 2.1 WSW +US1KSBU0024 37.9856 -97.0347 406.3 KS WHITEWATER 6.3 ENE +US1KSBU0025 37.8039 -96.8601 411.5 KS EL DORADO 1.2 S +US1KSBU0026 37.5637 -96.5437 488.3 KS BEAUMONT 6.6 SSW +US1KSBU0027 37.7248 -96.6576 452.0 KS LEON 7.3 ENE +US1KSBU0030 37.8207 -97.1512 409.0 KS BENTON 3.2 NW +US1KSBU0031 37.5351 -96.6443 448.4 KS LATHAM 0.2 W +US1KSBU0032 37.7135 -97.1360 417.9 KS ANDOVER 1.6 N +US1KSBU0033 37.8064 -96.8594 398.1 KS EL DORADO 1.0 S +US1KSBU0034 37.9469 -96.7480 417.0 KS EL DORADO 10.6 NE +US1KSCA0005 37.0506 -100.0522 630.9 KS ENGLEWOOD 3.8 WNW +US1KSCA0006 37.0002 -99.6467 570.9 KS ASHLAND 14.6 SSE +US1KSCA0007 37.3850 -99.9980 786.1 KS MINNEOLA 4.1 SSE +US1KSCA0009 37.1110 -99.6717 574.9 KS ASHLAND 7.5 SE +US1KSCA0010 37.4360 -99.7831 707.7 KS KINGSDOWN 5.3 SSW +US1KSCA0011 37.1293 -99.9601 605.6 KS ASHLAND 11.2 WSW +US1KSCA0012 37.0597 -99.7505 559.9 KS ASHLAND 8.8 S +US1KSCA0013 37.4593 -100.0892 787.6 KS MINNEOLA 4.4 WNW +US1KSCD0001 39.6250 -97.8920 435.9 KS JAMESTOWN 2.4 NW +US1KSCD0002 39.3595 -97.6105 454.8 KS AURORA 7.7 SW +US1KSCD0003 39.4379 -97.7116 468.8 KS CONCORDIA 9.3 SSW +US1KSCF0001 38.2064 -95.7369 314.9 KS BURLINGTON 0.9 NNE +US1KSCF0003 38.3761 -95.6938 351.7 KS WAVERLY 5.1 WSW +US1KSCF0004 38.1597 -95.5731 325.8 KS LE ROY 6.0 NNE +US1KSCF0005 38.2922 -95.6550 342.0 KS WAVERLY 7.8 SSW +US1KSCF0006 38.1414 -95.9580 363.0 KS GRIDLEY 5.1 NW +US1KSCK0001 37.3159 -94.7415 271.0 KS WEIR 1.9 ENE +US1KSCL0004 37.2384 -96.9930 348.1 KS WINFIELD 2.5 SSW +US1KSCL0006 37.1809 -96.7173 357.2 KS DEXTER 0.1 NW +US1KSCL0007 37.0146 -97.0428 348.7 KS ARKANSAS CITY 3.7 S +US1KSCL0008 37.2596 -97.1112 359.7 KS WINFIELD 7.9 W +US1KSCL0012 37.2054 -97.0410 368.8 KS WINFIELD 5.9 SW +US1KSCL0013 37.0431 -97.0239 323.7 KS ARKANSAS CITY 2.0 SSE +US1KSCL0014 37.1142 -97.0385 356.9 KS ARKANSAS CITY 3.1 N +US1KSCL0016 37.2435 -97.0218 356.9 KS WINFIELD 3.4 WSW +US1KSCL0018 37.3689 -96.8431 398.7 KS WINFIELD 9.8 NE +US1KSCL0019 37.0141 -97.0615 350.8 KS ARKANSAS CITY 3.9 SSW +US1KSCL0021 37.1115 -97.1380 346.3 KS GEUDA SPRINGS 0.6 E +US1KSCL0022 37.2409 -96.9827 351.4 KS WINFIELD 2.1 SSW +US1KSCL0023 37.0540 -96.9161 349.3 KS ARKANSAS CITY 6.9 E +US1KSCL0024 37.0788 -96.8647 335.0 KS ARKANSAS CITY 9.7 E +US1KSCL0028 37.0772 -97.0489 34.1 KS ARKANSAS CITY 0.7 NW +US1KSCM0003 37.3200 -99.4300 634.9 KS COLDWATER 6.7 NW +US1KSCM0004 37.2305 -99.0333 570.9 KS WILMORE 12.1 SE +US1KSCM0006 37.2700 -99.3300 649.8 KS COLDWATER 0.9 NNE +US1KSCM0007 37.0571 -99.0900 552.9 KS 19.8 SE COLDWATER +US1KSCM0008 37.2050 -99.4504 573.9 KS PROTECTION 1.8 ENE +US1KSCM0009 37.1058 -99.3096 575.8 KS COLDWATER 10.6 S +US1KSCM0010 37.0990 -99.5060 540.7 KS PROTECTION 7.1 SSW +US1KSCN0001 39.7568 -101.7526 1025.0 KS SAINT FRANCIS 2.7 ESE +US1KSCN0002 39.7676 -101.8025 1022.9 KS SAINT FRANCIS 0.3 SSW +US1KSCN0003 39.6354 -101.7115 1090.0 KS SAINT FRANCIS 10.3 SSE +US1KSCN0004 39.7760 -101.7987 1013.2 KS ST. FRANCIS 0.3 NNE +US1KSCN0007 39.8793 -101.7212 962.9 KS ST. FRANCIS 8.6 NNE +US1KSCN0010 39.7167 -101.8934 1036.9 KS ST. FRANCIS 6.2 SW +US1KSCN0012 39.6811 -102.0094 1076.2 KS ST. FRANCIS 12.7 WSW +US1KSCN0013 39.8729 -101.9857 1123.5 KS ST. FRANCIS 12.1 NW +US1KSCQ0001 37.2516 -96.3266 327.1 KS MOLINE 7.9 S +US1KSCQ0002 37.1325 -96.1816 270.7 KS SEDAN 0.4 NE +US1KSCR0001 37.4099 -94.7127 285.9 KS PITTSBURG 0.7 WSW +US1KSCR0002 37.3504 -94.8209 285.9 KS CHEROKEE 0.3 N +US1KSCR0003 37.3691 -95.0410 274.9 KS MCCUNE 1.6 NW +US1KSCR0007 37.3801 -94.7778 285.0 KS PITTSBURG 4.9 WSW +US1KSCR0008 37.4697 -94.8653 281.0 KS GIRARD 3.1 SSW +US1KSCR0009 37.6011 -94.7839 308.2 KS FARLINGTON 2.8 ESE +US1KSCR0010 37.6281 -94.8206 296.9 KS FARLINGTON 0.8 NNE +US1KSCR0011 37.4626 -94.6879 285.3 KS FRONTENAC 0.6 NE +US1KSCR0012 37.6015 -94.9374 296.3 KS HEPLER 4.5 SSE +US1KSCR0015 37.5004 -94.9251 290.8 KS GIRARD 4.6 W +US1KSCS0001 38.1735 -96.7295 428.2 KS CEDAR POINT 7.8 SE +US1KSCY0001 39.3558 -97.2619 384.0 KS IDANA 0.3 SSE +US1KSCY0006 39.3932 -97.1292 382.2 KS CLAY CENTER 1.0 NNW +US1KSCY0007 39.3226 -97.1303 388.3 KS CLAY CENTER 4.0 S +US1KSCY0008 39.2190 -97.0200 387.1 KS WAKEFIELD 0.2 NW +US1KSCY0011 39.3847 -97.1255 378.6 KS CLAY CENTER 0.4 NNW +US1KSCY0014 39.4161 -97.2386 394.1 KS CLAY CENTER 6.7 WNW +US1KSCY0015 39.4294 -97.2386 381.6 KS MORGANVILLE 3.2 SW +US1KSDC0001 39.8127 -100.2421 797.1 KS NORCATUR 3.1 WSW +US1KSDC0002 39.7704 -100.1813 766.9 KS NORCATUR 4.4 S +US1KSDC0003 39.9632 -100.6672 839.1 KS TRAER 2.5 NNW +US1KSDC0004 39.8198 -100.5067 780.9 KS OBERLIN 1.3 E +US1KSDC0005 39.6183 -100.4427 835.8 KS DRESDEN 1.2 W +US1KSDG0003 38.9884 -95.2989 303.9 KS LAWRENCE 2.9 NW +US1KSDG0010 38.9669 -95.2967 325.5 KS LAWRENCE 2.2 W +US1KSDG0013 38.9543 -95.2280 254.5 KS LAWRENCE 1.6 ESE +US1KSDG0014 38.9389 -95.2980 264.0 KS LAWRENCE 2.8 SW +US1KSDG0015 38.9745 -95.2751 309.7 KS LAWRENCE 1.3 NW +US1KSDG0017 38.9458 -95.2931 266.7 KS LAWRENCE 2.3 WSW +US1KSDG0022 38.9714 -95.3112 307.2 KS LAWRENCE 3.1 W +US1KSDG0026 38.7678 -95.0985 328.0 KS WELLSVILLE 3.6 NNW +US1KSDG0031 38.9653 -95.3145 302.4 KS LAWRENCE 3.2 W +US1KSDG0033 38.9382 -95.2940 259.4 KS LAWRENCE 2.7 SW +US1KSDG0041 38.9205 -95.4647 313.0 KS BERRYTON 9.2 E +US1KSDG0042 38.8818 -95.3562 309.4 KS LAWRENCE 7.8 SW +US1KSDG0043 38.9654 -95.3667 321.0 KS LAWRENCE 6.0 W +US1KSDG0044 38.9858 -95.4350 306.6 KS LECOMPTON 4.7 SSW +US1KSDG0045 38.7678 -95.4701 343.2 KS OVERBROOK 4.7 E +US1KSDG0046 39.0085 -95.4166 302.4 KS LAWRENCE 9.2 WNW +US1KSDG0047 38.8942 -95.3403 310.0 KS LAWRENCE 6.6 SW +US1KSDG0053 38.9436 -95.2959 271.0 KS LAWRENCE 2.6 WSW +US1KSDG0054 38.9522 -95.2195 260.3 KS LAWRENCE 2.1 ESE +US1KSDG0056 38.9868 -95.2230 250.5 KS LAWRENCE 2.4 NE +US1KSDG0057 38.8396 -95.1572 270.1 KS BALDWIN CITY 4.6 NNE +US1KSDG0058 38.7621 -95.1562 326.4 KS BALDWIN CITY 1.9 ESE +US1KSDG0059 38.9353 -95.2873 255.1 KS LAWRENCE 2.6 SW +US1KSDG0061 38.7767 -95.1960 314.9 KS BALDWIN CITY 0.6 W +US1KSDG0062 38.9442 -95.4444 309.4 KS CLINTON 3.8 WNW +US1KSDG0063 38.7479 -95.3691 312.4 KS BALDWIN CITY 10.1 WSW +US1KSDG0064 38.9873 -95.2647 262.1 KS LAWRENCE 1.8 NNW +US1KSDG0065 38.7503 -95.3209 323.1 KS BALDWIN CITY 7.5 WSW +US1KSDK0001 38.9053 -97.1196 349.9 KS ENTERPRISE 0.3 NW +US1KSDK0006 38.9117 -97.2655 366.7 KS ABILENE 2.4 WSW +US1KSDK0007 39.0900 -97.1823 400.5 KS ABILENE 11.9 N +US1KSDK0009 38.7979 -97.1073 410.6 KS HOPE 7.6 NNW +US1KSDK0010 38.9314 -97.2073 363.0 KS ABILENE 1.1 NE +US1KSDK0011 38.7323 -97.2410 390.4 KS HOPE 9.4 WNW +US1KSDK0012 38.9197 -97.2095 352.0 KS ABILENE 0.7 E +US1KSDK0015 38.9854 -97.0274 363.9 KS CHAPMAN 1.0 NNW +US1KSDK0016 38.7578 -97.0777 404.2 KS HOPE 4.6 N +US1KSDK0017 38.9393 -97.1672 352.0 KS ABILENE 3.2 ENE +US1KSDK0018 39.0525 -96.9769 369.7 KS CHAPMAN 6.0 NNE +US1KSDK0019 38.6868 -97.0752 422.5 KS HOPE 0.3 S +US1KSDK0020 38.9546 -97.3350 379.2 KS SOLOMON 3.1 NE +US1KSDK0021 38.8033 -96.9648 395.0 KS WOODBINE 0.6 NNW +US1KSDK0023 38.9018 -97.1242 352.7 KS ENTERPRISE 0.4 W +US1KSDK0025 38.7383 -97.2610 395.9 KS ABILENE 12.7 S +US1KSDK0030 38.9341 -97.1238 353.3 KS ABILENE 5.4 E +US1KSDK0033 39.0032 -97.2462 374.0 KS ABILENE 5.9 NNW +US1KSDK0034 38.9190 -97.3759 358.1 KS SOLOMON 0.2 W +US1KSDK0038 38.9200 -96.9503 382.2 KS CHAPMAN 5.2 SE +US1KSDK0039 38.9010 -97.1081 358.1 KS ENTERPRISE 0.4 E +US1KSDK0040 38.8689 -97.2167 374.0 KS ABILENE 3.5 S +US1KSDK0041 38.6663 -97.0272 406.3 KS HERINGTON 4.5 W +US1KSDK0042 38.7163 -97.3051 388.0 KS CARLTON 2.1 NNW +US1KSDK0044 39.0262 -97.2758 378.9 KS ABILENE 7.9 NNW +US1KSDK0045 38.7903 -97.1303 392.0 KS HOPE 7.5 NNW +US1KSDK0047 38.7710 -97.2250 388.3 KS ABILENE 10.3 S +US1KSDK0048 38.9730 -97.0260 342.3 KS CHAPMAN 0.3 WNW +US1KSDK0049 38.9204 -97.2357 356.3 KS ABILENE 0.7 W +US1KSDK0051 38.8853 -97.1480 373.4 KS ENTERPRISE 2.1 SW +US1KSDK0053 38.7627 -97.2443 390.1 KS ABILENE 10.9 S +US1KSDK0054 38.9346 -97.2154 369.7 KS ABILENE 1.1 NNE +US1KSDP0002 39.7431 -95.1809 336.8 KS BENDENA 0.2 NNW +US1KSDP0003 39.6766 -95.1806 306.9 KS BENDENA 4.4 S +US1KSDP0005 39.7901 -95.0838 344.1 KS TROY 0.4 NE +US1KSDP0006 39.6529 -95.0861 278.0 KS ATCHISON 6.8 NNE +US1KSDP0007 39.7552 -94.9385 250.2 KS WATHENA 0.8 SE +US1KSDP0008 39.7183 -94.9973 298.4 KS WATHENA 4.1 SW +US1KSDP0009 39.7472 -95.1294 318.5 KS TROY 3.5 SW +US1KSDP0010 39.6748 -95.2775 334.7 KS LANCASTER 7.3 N +US1KSDP0011 39.7979 -95.3251 317.6 KS LEONA 0.8 NNW +US1KSDP0013 39.8658 -95.2645 313.0 KS HIGHLAND 0.4 N +US1KSDP0016 39.7838 -95.1316 338.0 KS TROY 2.3 W +US1KSDP0018 39.7547 -95.1834 326.7 KS BENDENA 1.0 NNW +US1KSED0002 37.9338 -99.2552 662.0 KS LEWIS 0.2 SSW +US1KSED0005 37.9505 -99.0978 641.0 KS BELPRE 0.1 ESE +US1KSED0006 37.8391 -99.0369 633.1 KS TROUSDALE 3.6 NE +US1KSED0007 37.9115 -99.0338 630.9 KS BELPRE 4.5 SE +US1KSED0008 37.8178 -99.0873 634.3 KS TROUSDALE 1.3 NNW +US1KSED0009 37.9250 -99.4119 662.3 KS KINSLEY 0.2 NNW +US1KSED0010 37.7553 -99.4121 683.7 KS KINSLEY 11.5 S +US1KSED0014 37.9429 -99.3231 659.3 KS LEWIS 3.8 W +US1KSED0015 37.7496 -99.5595 691.6 KS OFFERLE 9.8 S +US1KSED0019 37.8899 -99.5594 692.2 KS OFFERLE 0.1 SE +US1KSEK0001 37.5900 -96.5100 431.6 KS BEAUMONT 4.9 SSE +US1KSEL0001 38.8977 -99.2758 638.9 KS HAYS 2.7 ENE +US1KSEL0002 38.8180 -99.4286 652.3 KS HAYS 7.1 SW +US1KSEL0003 39.0823 -99.5006 612.0 KS ELLIS 11 NNE +US1KSEL0005 38.7425 -99.4375 606.6 KS HAYS 11 SSW +US1KSEL0006 38.8923 -99.3445 630.0 KS HAYS 1.7 NW +US1KSEL0007 38.8720 -99.3399 616.9 KS HAYS 1.2 WSW +US1KSEL0012 38.7543 -99.2694 612.0 KS MUNJOR 3.8 S +US1KSEL0013 38.8466 -99.3142 609.9 KS HAYS 2.2 S +US1KSEL0014 38.8603 -99.3104 609.9 KS HAYS 1.3 SSE +US1KSEL0015 38.9009 -99.3350 632.2 KS HAYS 1.8 NNW +US1KSEL0017 38.8782 -99.3133 620.0 KS HAYS 0.3 E +US1KSEL0021 38.8830 -99.3025 618.1 KS HAYS 0.9 ENE +US1KSEL0022 38.7555 -99.4579 606.6 KS ANTONINO 4.5 WSW +US1KSEL0023 38.8759 -99.0787 595.0 KS WALKER 1.5 NW +US1KSEL0024 39.0016 -99.2726 655.0 KS HAYS 8.9 NNE +US1KSEL0025 38.9325 -99.5023 633.1 KS ELLIS 3.1 E +US1KSEL0026 38.8878 -99.3703 615.1 KS HAYS 2.8 WNW +US1KSEL0027 38.7188 -99.2664 595.6 KS SCHOENCHEN 3.5 E +US1KSEL0028 38.8570 -99.1495 589.2 KS VICTORIA 0.3 NNW +US1KSEL0030 38.8725 -99.3044 619.0 KS HAYS 0.9 ESE +US1KSEL0031 38.8380 -99.2183 611.1 KS MUNJOR 3.4 NE +US1KSEL0032 38.8025 -99.2422 598.9 KS MUNJOR 1.6 ESE +US1KSEL0033 38.8431 -99.2833 597.4 KS HAYS 3.1 SE +US1KSEL0034 38.9341 -99.5596 647.7 KS ELLIS 0.1 SSW +US1KSEL0036 38.7115 -99.1655 568.1 KS PFEIFER 0.8 N +US1KSEL0037 38.9002 -99.0608 585.5 KS GORHAM 2.4 NW +US1KSEL0038 38.8906 -99.3186 629.1 KS HAYS 0.9 N +US1KSEL0039 38.8855 -99.3393 615.4 KS HAYS 1.2 WNW +US1KSEL0042 39.0867 -99.4467 599.5 KS ELLIS 12.0 NNE +US1KSEL0043 38.8129 -99.3735 630.6 KS HAYS 5.4 SSW +US1KSEL0044 38.8861 -99.1785 591.0 KS VICTORIA 2.8 NW +US1KSEL0045 38.7845 -99.5194 630.9 KS ANTONINO 7.5 W +US1KSEL0046 38.8746 -99.2602 619.0 KS HAYS 3.2 E +US1KSEL0047 38.8528 -99.1450 586.1 KS VICTORIA 0.1 ESE +US1KSEL0049 38.8836 -99.3363 616.0 KS HAYS 1.0 WNW +US1KSEL0054 38.8770 -99.3277 620.0 KS HAYS 0.5 W +US1KSEL0055 38.7543 -99.2627 605.3 KS HAYS 9.3 SSE +US1KSEL0056 38.8337 -99.5579 654.1 KS ELLIS 7.1 S +US1KSEL0057 38.8901 -99.3062 619.4 KS HAYS 1.1 NE +US1KSEL0060 38.9733 -99.2794 634.6 KS HAYS 6.9 NNE +US1KSEL0062 38.7849 -99.2191 584.9 KS MUNJOR 3.2 ESE +US1KSEL0063 38.8503 -99.1514 582.5 KS VICTORIA 0.3 SW +US1KSEL0064 38.8764 -99.3234 613.9 KS HAYS 0.3 WSW +US1KSEL0065 38.8786 -99.3112 618.4 KS HAYS 0.4 E +US1KSEL0067 38.8097 -99.1704 593.1 KS VICTORIA 3.3 SSW +US1KSEL0071 39.0792 -99.4330 598.9 KS PLAINVILLE 12.8 SSW +US1KSEL0073 38.8841 -99.2113 608.1 KS VICTORIA 4.0 WNW +US1KSEL0074 38.8930 -99.3395 620.9 KS HAYS 1.5 NW +US1KSEL0076 38.8535 -99.5404 703.2 KS ELLIS 5.8 S +US1KSEL0077 38.8824 -99.3031 621.2 KS HAYS 0.9 ENE +US1KSEL0079 38.9930 -99.5393 681.2 KS ELLIS 4.1 NNE +US1KSEL0082 38.9585 -99.2998 638.6 KS HAYS 5.6 N +US1KSEL0083 38.9445 -99.4561 648.3 KS ELLIS 5.6 E +US1KSEL0084 38.8837 -99.3081 616.6 KS HAYS 0.7 ENE +US1KSEL0087 38.8770 -99.3278 613.0 KS HAYS 0.5 W +US1KSEL0090 38.8763 -99.3226 615.4 KS HAYS 0.2 WSW +US1KSEL0095 39.0758 -99.4615 608.1 KS PLAINVILLE 13.9 SW +US1KSEW0001 38.5752 -98.1461 505.1 KS GENESEO 4.1 N +US1KSEW0002 38.6990 -98.1662 467.0 KS KANOPOLIS 0.8 SW +US1KSEW0003 38.7353 -98.2233 483.1 KS ELLSWORTH 0.3 E +US1KSEW0004 38.7533 -98.3013 470.9 KS ELLSWORTH 4.1 WNW +US1KSEW0005 38.5499 -98.3127 534.6 KS LORRAINE 1.4 S +US1KSEW0006 38.8211 -98.2615 548.0 KS ELLSWORTH 6.2 NNW +US1KSEW0007 38.5943 -98.4191 551.1 KS HOLYROOD 0.6 NW +US1KSEW0008 38.7439 -98.3753 484.0 KS ELLSWORTH 7.9 W +US1KSEW0009 38.6734 -98.4460 557.8 KS HOLYROOD 6.2 NNW +US1KSEW0010 38.8305 -98.4751 515.1 KS WILSON 0.3 N +US1KSEW0011 38.7464 -98.1881 494.1 KS ELLSWORTH 2.3 ENE +US1KSEW0012 38.7405 -98.0315 481.0 KS BROOKVILLE 9.3 WSW +US1KSEW0013 38.6561 -98.4269 583.1 KS HOLYROOD 4.8 N +US1KSEW0014 38.7594 -97.9656 461.8 KS BROOKVILLE 5.5 W +US1KSEW0015 38.7272 -98.3024 495.0 KS ELLSWORTH 4.0 W +US1KSEW0016 38.6439 -97.9957 481.3 KS KANOPOLIS 9.8 ESE +US1KSEW0017 38.7351 -98.2238 483.1 KS ELLSWORTH 0.2 E +US1KSEW0018 38.5790 -98.0875 506.0 KS GENESEO 5.6 NE +US1KSEW0020 38.7373 -98.2225 488.9 KS ELLSWORTH 0.3 ENE +US1KSEW0021 38.7288 -98.2317 467.6 KS ELLSWORTH 0.5 SSW +US1KSEW0025 38.7329 -98.2271 470.3 KS ELLSWORTH 0.2 SSE +US1KSEW0026 38.7109 -98.2086 469.1 KS ELLSWORTH 2.0 SSE +US1KSEW0027 38.5719 -98.3694 548.3 KS LORRAINE 2.8 W +US1KSEW0029 38.5457 -98.2017 544.4 KS GENESEO 3.3 NW +US1KSEW0030 38.7694 -98.2712 498.3 KS ELLSWORTH 3.3 NW +US1KSEW0032 38.5507 -98.2786 542.5 KS LORRAINE 2.5 ESE +US1KSEW0033 38.7524 -98.0953 486.8 KS KANOPOLIS 4.5 NE +US1KSEW0035 38.6253 -98.0336 490.1 KS GENESEO 9.9 NE +US1KSEW0038 38.7157 -98.2347 476.1 KS ELLSWORTH 1.4 SSW +US1KSEW0039 38.7030 -98.1549 479.8 KS KANOPOLIS 0.4 SSE +US1KSEW0042 38.6098 -97.9550 437.4 KS MARQUETTE 7.6 WNW +US1KSFI0002 37.9705 -100.8524 867.2 KS GARDEN CITY 0.7 SE +US1KSFI0003 38.2490 -100.6270 873.3 KS GARDEN CITY 23 NE +US1KSFI0004 38.0935 -100.8876 880.9 KS GARDEN CITY 8.3 NNW +US1KSFI0005 37.9693 -100.8363 862.9 KS GARDEN CITY 1.5 ESE +US1KSFI0006 38.1197 -100.8834 871.1 KS GARDEN CITY 10.5N +US1KSFI0008 38.1062 -100.5314 810.2 KS GARDEN CITY 21.8 NE +US1KSFI0009 38.0591 -100.2865 821.1 KS KALVESTA 0.7 NNW +US1KSFI0010 37.8304 -100.8713 877.8 KS GARDEN CITY 10.1 S +US1KSFI0011 37.9902 -100.8585 874.2 KS GARDEN CITY 0.9 NNE +US1KSFI0012 37.9796 -100.8950 865.6 KS GARDEN CITY 1.6 WNW +US1KSFI0013 38.1026 -100.4731 835.2 KS KALVESTA 9.9 WNW +US1KSFI0014 37.9755 -100.8771 865.6 KS GARDEN CITY 0.8 W +US1KSFI0016 37.9829 -100.8436 872.6 KS GARDEN CITY 1.1 ENE +US1KSFI0023 38.0079 -100.8658 875.1 KS GARDEN CITY 2.1 N +US1KSFI0025 37.9720 -100.8706 866.2 KS GARDEN CITY 0.6 SW +US1KSFI0026 37.9488 -100.8807 874.2 KS GARDEN CITY 2.2 SSW +US1KSFI0027 38.1619 -100.8296 896.4 KS GARDEN CITY 12.9 N +US1KSFI0030 37.9838 -100.9845 880.9 KS HOLCOMB 0.5 SSE +US1KSFI0032 37.9992 -100.8446 866.9 KS GARDEN CITY 1.8 NNE +US1KSFI0033 37.9525 -100.9191 880.0 KS GARDEN CITY 3.5 WSW +US1KSFO0001 37.5171 -100.0316 797.1 KS DODGE CITY 16 S +US1KSFO0002 37.7583 -100.0822 775.7 KS DODGE CITY 3.6 W +US1KSFO0003 37.7773 -100.0536 805.9 KS DODGE CITY 2.5 NW +US1KSFO0004 37.7813 -100.0269 798.9 KS DODGE CITY 1.7 NNW +US1KSFO0005 37.7384 -100.0284 769.0 KS DODGE CITY 1.6 SSW +US1KSFO0006 37.7905 -100.0152 787.9 KS DODGE CITY 2.2 N +US1KSFO0007 37.7370 -100.0294 766.0 KS DODGE CITY 1.7 SSW +US1KSFO0009 37.7658 -100.0446 787.0 KS DODGE CITY 1.7 WNW +US1KSFO0010 37.7670 -99.9994 796.1 KS DODGE CITY 1.0 ENE +US1KSFO0011 37.6639 -99.9067 769.0 KS FT. DODGE 5.4 SSE +US1KSFO0013 37.7858 -100.0121 782.1 KS DODGE CITY 1.9 N +US1KSFO0014 37.7714 -100.0507 782.1 KS DODGE CITY 2.2 WNW +US1KSFO0015 37.7869 -100.1809 796.1 KS DODGE CITY 9.1 WNW +US1KSFO0017 37.7285 -100.0697 780.0 KS DODGE CITY 3.4 SW +US1KSFO0018 37.7605 -99.9694 796.1 KS DODGE CITY 2.7 ENE +US1KSFO0020 37.8306 -100.0214 772.1 KS DODGE CITY 5.0 N +US1KSFO0022 37.8245 -100.0542 784.3 KS DODGE CITY 5.5 NNW +US1KSFO0023 37.5750 -100.0170 790.3 KS DODGE CITY 12.7 S +US1KSFO0024 37.8325 -100.0161 767.8 KS DODGE CITY 5.1 N +US1KSFO0026 37.7776 -100.0044 786.7 KS DODGE CITY 1.4 NNE +US1KSFO0027 37.5495 -99.6357 735.5 KS BUCKLIN 0.1 WNW +US1KSFO0028 37.7849 -100.0210 790.7 KS DODGE CITY 1.8 N +US1KSFO0029 37.7704 -99.8331 751.0 KS SPEARVILLE 6.9 SW +US1KSFO0030 37.7654 -100.0008 783.6 KS DODGE CITY 0.9 ENE +US1KSFO0032 37.8483 -99.7545 749.8 KS SPEARVILLE 0.0 NNW +US1KSFO0033 37.6163 -99.9246 778.5 KS DODGE CITY 11.0 SSE +US1KSFO0035 37.5333 -99.7397 765.0 KS KINGSDOWN 2.0 NE +US1KSFO0036 37.6337 -99.7560 732.1 KS FORD 0.1 SSW +US1KSFO0037 37.7855 -100.0108 784.9 KS DODGE CITY 1.9 N +US1KSFO0042 37.5451 -99.6355 731.5 KS BUCKLIN 0.3 S +US1KSFO0046 37.7867 -100.0336 798.3 KS DODGE CITY 2.2 NNW +US1KSFO0050 37.4864 -99.9575 791.6 KS MINNEOLA 4.3 NE +US1KSFO0051 37.8085 -99.9470 774.2 KS WRIGHT 3.7 WNW +US1KSFO0055 37.7625 -100.0154 789.7 KS DODGE CITY 0.3 N +US1KSFO0057 37.7821 -100.0326 796.7 KS DODGE CITY 1.9 NNW +US1KSFO0058 37.6779 -100.0000 782.4 KS DODGE CITY 5.6 S +US1KSFO0059 37.7177 -100.0673 778.5 KS DODGE CITY 4.0 SW +US1KSFR0003 38.5119 -95.2490 292.0 KS PRINCETON 2.0 NE +US1KSFR0009 38.6126 -95.2654 274.0 KS OTTAWA 0.2 N +US1KSFR0010 38.6433 -95.4901 337.4 KS POMONA 3.0 NW +US1KSFR0011 38.6138 -95.2675 274.9 KS OTTAWA 0.3 NNW +US1KSFR0013 38.5914 -95.2757 283.2 KS OTTAWA 0.4 SSW +US1KSFR0014 38.5662 -95.3253 281.0 KS OTTAWA 4.4 SW +US1KSFR0017 38.4038 -95.2520 312.4 KS RICHMOND 0.2 NNE +US1KSFR0018 38.4218 -95.1233 291.7 KS LANE 2.6 WSW +US1KSFR0019 38.4699 -95.4903 348.4 KS WILLIAMSBURG 1.5 WSW +US1KSFR0020 38.6766 -95.4332 310.3 KS POMONA 4.6 NNE +US1KSFR0021 38.5416 -95.3251 321.3 KS OTTAWA 5.6 SW +US1KSFR0022 38.5936 -95.2613 281.6 KS OTTAWA 1.1 SSE +US1KSFR0023 38.6849 -95.3611 303.0 KS POMONA 7.1 NE +US1KSGE0001 39.0184 -96.8568 385.0 KS JUNCTION CITY 1.1 SW +US1KSGE0002 38.9479 -96.6078 427.0 KS DWIGHT 7 N +US1KSGE0003 38.9427 -96.9025 385.0 KS JUNCTION CITY 6.7 SSW +US1KSGE0007 38.9535 -96.5388 436.2 KS ALTA VISTA 6.7 NNW +US1KSGH0001 39.2101 -100.0486 755.0 KS MORLAND 9.7 S +US1KSGH0003 39.3400 -100.0900 741.0 KS MORLAND 1.0 SW +US1KSGH0004 39.5603 -99.8460 674.2 KS HILL CITY 13 N +US1KSGH0005 39.2226 -99.6985 704.4 KS PALCO 7.5 WSW +US1KSGH0006 39.3640 -99.9671 684.9 KS PENOKEE 1.0 N +US1KSGH0008 39.1330 -99.6192 636.1 KS PALCO 8.9 SSW +US1KSGL0001 38.4655 -101.7568 1106.1 KS TRIBUNE 0.4 S +US1KSGL0003 38.5800 -101.7623 1115.0 KS TRIBUNE 7.5 N +US1KSGO0001 39.0345 -100.6651 864.1 KS GRINNELL 4.3 SSW +US1KSGO0002 39.1233 -100.6341 891.8 KS GRINNELL 0.3 SE +US1KSGO0003 39.0799 -100.2963 826.9 KS QUINTER 5.1 SW +US1KSGO0007 39.0703 -100.3652 835.2 KS PARK 2.8 S +US1KSGO0008 39.1137 -100.4684 861.1 KS GRAINFIELD 0.0 SSE +US1KSGO0009 39.0251 -100.2047 788.2 KS QUINTER 3.3 SSE +US1KSGO0011 38.7600 -100.3400 751.3 KS GOVE CITY 16.0 SSE +US1KSGO0013 38.8938 -100.2486 744.9 KS QUINTER 12.0 S +US1KSGT0002 37.5873 -101.3695 937.9 KS ULYSSES 0.9 NW +US1KSGT0003 37.6100 -101.4700 947.0 KS ULYSSES 6.6 WNW +US1KSGT0004 37.5748 -101.3522 932.1 KS ULYSSES 0.3 SE +US1KSGT0005 37.5990 -101.2911 939.4 KS ULYSSES 3.8 ENE +US1KSGT0006 37.5710 -101.3274 910.4 KS ULYSSES 1.6 ESE +US1KSGT0007 37.6559 -101.1385 939.7 KS ULYSSES 13.0 ENE +US1KSGT0008 37.6054 -101.1183 929.0 KS ULYSSES 13.1 E +US1KSGT0011 37.4902 -101.3819 947.0 KS ULYSSES 6.3 SSW +US1KSGT0013 37.5869 -101.3677 939.7 KS ULYSSES 0.9 NW +US1KSGW0001 37.8331 -96.2984 329.8 KS EUREKA 0.9 NW +US1KSGW0002 37.8516 -96.2898 363.9 KS EUREKA 2.0 N +US1KSGW0004 38.1290 -96.3037 392.3 KS MADISON 9.1 W +US1KSGW0005 37.7244 -96.2105 314.2 KS CLIMAX 0.8 ENE +US1KSGW0006 37.7501 -96.2504 326.7 KS EUREKA 5.4 SSE +US1KSGY0003 37.7366 -100.6140 847.3 KS INGALLS 15 WSW +US1KSGY0004 37.7080 -100.2690 826.0 KS CIMARRON 7 SE +US1KSGY0006 37.5417 -100.6321 861.1 KS CIMARRON 23 SW +US1KSGY0009 37.9185 -100.3920 846.1 KS INGALLS 7.1 NNE +US1KSGY0010 37.8157 -100.3444 832.1 KS CIMARRON 0.5 N +US1KSGY0012 37.8064 -100.3303 818.1 KS CIMARRON 0.8 E +US1KSGY0016 37.8647 -100.5556 830.0 KS INGALLS 6.2 WNW +US1KSGY0023 37.5917 -100.4396 845.5 KS MONTEZUMA 0.3 SSE +US1KSGY0024 37.7951 -100.5800 848.6 KS INGALLS 7.3 WSW +US1KSGY0026 37.7515 -100.5324 840.6 KS INGALLS 6.9 SW +US1KSGY0027 37.6628 -100.4514 837.3 KS MONTEZUMA 4.6 N +US1KSGY0028 37.4894 -100.5667 852.5 KS COPELAND 4.9 SE +US1KSGY0029 37.5978 -100.4413 848.6 KS MONTEZUMA 0.1 NNE +US1KSGY0030 37.8060 -100.3430 801.6 KS CIMARRON 0.2 SE +US1KSGY0032 37.8034 -100.3464 798.0 KS CIMARRON 0.3 S +US1KSGY0033 37.8088 -100.4882 826.6 KS INGALLS 2.4 WSW +US1KSGY0034 37.8102 -100.5336 837.0 KS INGALLS 4.6 WSW +US1KSHG0001 38.0720 -100.1100 774.2 KS JETMORE 12 W +US1KSHG0003 38.0285 -99.7860 726.0 KS JETMORE 6.9 ESE +US1KSHG0004 38.0651 -99.5945 716.0 KS GRAY 6.2 SSE +US1KSHG0005 38.0841 -99.8966 712.0 KS JETMORE 0.2 WNW +US1KSHG0006 38.0728 -99.9583 700.1 KS JETMORE 3.6 WSW +US1KSHG0008 38.0291 -100.1569 790.0 KS JETMORE 14.9 WSW +US1KSHG0009 38.1048 -99.7310 659.0 KS HANSTON 1.6 SW +US1KSHG0012 38.1529 -100.0843 767.2 KS JETMORE 11.5 WNW +US1KSHM0001 38.2219 -101.9860 1155.2 KS SYRACUSE 20 NW +US1KSHM0002 38.1325 -101.5780 1051.6 KS KENDALL 13 N +US1KSHM0003 37.7833 -101.8346 1020.2 KS SYRACUSE 14.4 SSW +US1KSHM0004 38.2261 -101.9275 1139.0 KS SYRACUSE 19 NNW +US1KSHM0005 37.9376 -101.8714 1029.0 KS SYRACUSE 7.2 WSW +US1KSHM0006 38.0837 -101.6843 1053.1 KS SYRACUSE 8.0 NNE +US1KSHM0007 38.1328 -101.7167 1086.0 KS SYRACUSE 10.6 N +US1KSHM0008 37.9937 -101.7428 1007.4 KS SYRACUSE 1.0 NNE +US1KSHM0012 38.0196 -102.0177 1021.1 KS COOLIDGE 1.6 SSW +US1KSHM0014 37.9825 -101.7506 985.1 KS SYRACUSE 0.1 NNE +US1KSHM0016 38.2297 -101.7265 1082.0 KS SYRACUSE 17.2 N +US1KSHM0018 37.7966 -101.9092 1038.8 KS SYRACUSE 15.4 SW +US1KSHM0019 38.0175 -101.7304 1033.6 KS SYRACUSE 3.1 NNE +US1KSHM0022 37.7508 -101.9287 1056.4 KS SYRACUSE 18.6 SSW +US1KSHM0023 38.0033 -101.8005 1009.5 KS SYRACUSE 3.1 WNW +US1KSHM0025 37.9902 -101.5417 1010.4 KS KENDALL 3.5 N +US1KSHM0026 38.0408 -102.0100 1024.4 KS COOLIDGE 0.1 W +US1KSHM0029 37.9568 -101.6732 979.6 KS SYRACUSE 4.6 ESE +US1KSHM0031 37.7776 -101.6902 1038.5 KS KENDALL 13.9 SW +US1KSHP0001 37.2772 -98.0298 438.9 KS HARPER 0.6 SSW +US1KSHP0003 37.1587 -98.0315 414.5 KS ANTHONY 0.4 NNW +US1KSHS0001 37.4770 -100.8537 899.2 KS SUBLETTE 0.6 SW +US1KSHS0002 37.5826 -100.9862 906.8 KS SATANTA 10.1 N +US1KSHS0004 37.6119 -101.0130 919.9 KS SATANTA 12.2 N +US1KSHS0005 37.6905 -100.9987 914.1 KS SATANTA 17.6 N +US1KSHS0008 37.4329 -100.9904 905.0 KS SATANTA 0.3 SSW +US1KSHV0001 37.9959 -97.2452 449.0 KS NEWTON 6.2 ESE +US1KSHV0002 38.0537 -97.4642 437.1 KS NEWTON 6.5 WNW +US1KSHV0004 38.0475 -97.3559 441.0 KS NEWTON 0.8 WNW +US1KSHV0005 38.0399 -97.3237 442.9 KS NEWTON 1.0 ESE +US1KSHV0006 38.1385 -97.4068 447.4 KS HESSTON 1.1 E +US1KSHV0007 38.0873 -97.5419 442.9 KS HESSTON 7 SW +US1KSHV0009 38.0797 -97.3531 444.1 KS NORTH NEWTON 0.6 NW +US1KSHV0010 38.0041 -97.5183 425.5 KS HALSTEAD 0.5 WNW +US1KSHV0011 38.1106 -97.5956 431.9 KS BURRTON 7.4 NE +US1KSHV0012 38.1600 -97.5400 444.1 KS MOUNDRIDGE 3.2 SSW +US1KSHV0013 38.0135 -97.5838 438.0 KS HALSTEAD 4.1 WNW +US1KSHV0014 38.0685 -97.3904 445.6 KS NEWTON 3.1 WNW +US1KSHV0015 38.0045 -97.5231 425.5 KS HALSTEAD 0.8 WNW +US1KSHV0016 38.0800 -97.3494 443.2 KS NORTH NEWTON 0.5 NNW +US1KSHV0017 38.0204 -97.5752 435.6 KS HALSTEAD 3.8 WNW +US1KSHV0019 38.0722 -97.5067 443.5 KS HALSTEAD 4.9 N +US1KSHV0020 38.0242 -97.4629 427.3 KS HALSTEAD 3.0 ENE +US1KSHV0021 38.0818 -97.3499 443.2 KS NORTH NEWTON 0.6 NNW +US1KSHV0022 37.9950 -97.5087 426.4 KS HALSTEAD 0.4 S +US1KSHV0023 37.9558 -97.4757 422.5 KS SEDGWICK 3.8 NW +US1KSHV0024 37.9988 -97.5174 426.1 KS HALSTEAD 0.5 WSW +US1KSHV0026 38.1335 -97.4363 447.4 KS HESSTON 0.6 SW +US1KSHV0027 38.0715 -97.5477 437.4 KS HALSTEAD 5.3 NNW +US1KSHV0028 37.9422 -97.6562 439.2 KS BURRTON 5.6 S +US1KSHV0030 38.0647 -97.3583 444.4 KS NEWTON 1.7 NNW +US1KSHV0035 37.9751 -97.3100 441.7 KS NEWTON 5.1 SSE +US1KSHV0036 38.1369 -97.4384 448.7 KS HESSTON 0.6 WSW +US1KSHV0037 38.1519 -97.2082 442.9 KS PEABODY 5.6 WSW +US1KSHV0038 37.9583 -97.5752 433.4 KS HALSTEAD 4.6 SW +US1KSHV0040 38.1477 -97.4317 453.8 KS HESSTON 0.6 NNW +US1KSHV0041 38.1186 -97.2610 465.7 KS WALTON 0.3 W +US1KSJA0001 39.3032 -95.8141 365.8 KS MAYETTA 5.5 WSW +US1KSJA0003 39.3261 -95.8482 352.0 KS MAYETTA 6.8 W +US1KSJA0005 39.4246 -95.9245 340.2 KS SOLDIER 8.1 SSE +US1KSJA0006 39.3626 -95.8100 347.5 KS MAYETTA 5.0 WNW +US1KSJA0007 39.2739 -95.7355 342.0 KS HOYT 2.3 NW +US1KSJF0001 39.2163 -95.2506 342.3 KS MCLOUTH 2.0 NW +US1KSJF0002 39.0485 -95.1931 335.0 KS LAWRENCE 6.8 NNE +US1KSJF0003 39.1051 -95.5490 278.6 KS GRANTVILLE 1.6 NE +US1KSJF0004 39.1948 -95.2382 355.4 KS MCLOUTH 1.6 W +US1KSJF0005 39.0660 -95.5908 266.7 KS TOPEKA 5.8 ENE +US1KSJF0006 39.4170 -95.3369 356.0 KS NORTONVILLE 0.3 WNW +US1KSJF0007 39.2083 -95.3126 332.2 KS OSKALOOSA 0.5 S +US1KSJF0008 39.1932 -95.2062 349.9 KS MCLOUTH 0.2 SE +US1KSJO0001 38.9963 -94.8951 296.0 KS SHAWNEE 5.1 WSW +US1KSJO0003 38.8525 -94.6522 296.0 KS STANLEY 0.2 NW +US1KSJO0005 38.9987 -94.7641 278.9 KS SHAWNEE 2.4 ESE +US1KSJO0006 38.9049 -94.7569 319.1 KS OLATHE 3.3 ENE +US1KSJO0007 38.9858 -94.6372 324.0 KS PRAIRIE VILLAGE 0.1 SW +US1KSJO0008 38.9749 -94.6687 316.1 KS OVERLAND PARK 4.3 NNE +US1KSJO0010 38.9842 -94.7534 309.1 KS LENEXA 2.4 NE +US1KSJO0012 38.8930 -94.8666 317.9 KS OLATHE 2.8 W +US1KSJO0021 38.9087 -94.6785 298.7 KS OVERLAND PARK 0.5 SE +US1KSJO0024 38.8144 -94.9194 316.1 KS GARDNER 0.4 ENE +US1KSJO0025 38.8018 -94.9287 324.9 KS GARDNER 0.7 SSW +US1KSJO0026 38.8114 -95.0514 315.5 KS EDGERTON 3.9 NNW +US1KSJO0027 38.8513 -94.9167 323.1 KS GARDNER 2.7 N +US1KSJO0028 38.9512 -94.6939 289.6 KS OVERLAND PARK 2.6 N +US1KSJO0029 39.0190 -94.8368 246.0 KS SHAWNEE 1.8 W +US1KSJO0030 38.8057 -94.9010 320.0 KS GARDNER 1.4 ESE +US1KSJO0032 38.9196 -94.6783 310.9 KS OVERLAND PARK 0.5 NE +US1KSJO0034 38.9765 -94.6618 323.7 KS OVERLAND PARK 0.6 SE +US1KSJO0036 38.8495 -94.6713 299.6 KS OVERLAND PARK 4.6 S +US1KSJO0037 38.8023 -94.9334 319.7 KS GARDNER 0.8 SSW +US1KSJO0038 39.0460 -94.8492 243.8 KS SHAWNEE 3.2 NW +US1KSJO0040 38.9846 -94.7633 291.7 KS LENEXA 2.0 NE +US1KSJO0041 38.9695 -94.7378 309.7 KS LENEXA 2.8 E +US1KSJO0042 38.9315 -94.8865 303.3 KS OLATHE 4.9 NW +US1KSJO0049 38.9516 -94.6224 289.0 KS OVERLAND PARK 4.2 NE +US1KSJO0050 39.0338 -94.8270 242.0 KS SHAWNEE 1.8 NW +US1KSJO0051 38.9064 -94.7989 312.4 KS OLATHE 1.6 NNE +US1KSJO0053 38.8669 -94.6923 299.9 KS OVERLAND PARK 3.3 S +US1KSJO0056 38.9178 -94.6920 319.4 KS OVERLAND PARK 0.4 WNW +US1KSJO0058 39.0019 -94.6535 314.6 KS OVERLAND PARK 1.7 NE +US1KSJO0060 38.9173 -94.7942 315.5 KS OLATHE 2.4 NNE +US1KSJO0061 38.8570 -94.6800 317.6 KS OVERLAND PARK 4.0 S +US1KSJO0062 38.8451 -94.6519 293.2 KS OVERLAND PARK 5.1 SSE +US1KSJO0064 38.8450 -94.6933 327.7 KS OVERLAND PARK 4.8 S +US1KSJO0065 39.0076 -94.7880 288.3 KS SHAWNEE 1.0 ESE +US1KSJO0066 39.0037 -94.7853 285.3 KS SHAWNEE 1.3 SE +US1KSJW0001 39.9421 -97.9872 495.9 KS WEBBER 2.6 ENE +US1KSJW0006 39.6689 -98.1475 471.5 KS JEWELL 0.3 SE +US1KSJW0007 39.7790 -97.9993 456.6 KS FORMOSO 0.3 W +US1KSKE0001 38.1800 -101.1230 934.2 KS DEERFIELD 14 N +US1KSKE0002 38.0150 -101.1380 915.9 KS DEERFIELD 2 N +US1KSKE0008 37.9424 -101.2665 919.0 KS LAKIN 0.5 WNW +US1KSKE0010 37.8882 -101.2472 917.4 KS LAKIN 3.6 S +US1KSKE0012 38.0850 -101.5056 1030.2 KS KENDALL 10.2 N +US1KSKE0013 37.9516 -101.3395 979.9 KS LAKIN 4.5 W +US1KSKE0014 37.9029 -101.5005 950.1 KS KENDALL 3.3 SE +US1KSKE0017 37.9885 -101.1249 909.5 KS DEERFIELD 0.6 NE +US1KSKE0021 37.9804 -101.1351 899.8 KS DEERFIELD 0.2 WSW +US1KSKM0002 37.7209 -98.3193 527.0 KS PENALOSA 0.4 N +US1KSKM0005 37.6480 -98.4301 515.1 KS CUNNINGHAM 0.2 NNE +US1KSKM0006 37.6773 -97.9420 442.0 KS MURDOCK 4.6 N +US1KSKM0008 37.6978 -97.8627 459.6 KS CHENEY 6.5 NW +US1KSKM0010 37.6442 -98.1169 461.5 KS KINGMAN 0.3 SW +US1KSKM0012 37.5209 -97.8259 434.3 KS NORWICH 4.6 NNE +US1KSKM0014 37.6440 -98.1233 470.0 KS KINGMAN 0.6 WSW +US1KSKW0001 37.6040 -99.4110 704.1 KS MULLINVILLE 3.7 ENE +US1KSKW0002 37.4080 -99.4451 655.9 KS MULLINVILLE 12.5 S +US1KSKW0003 37.6253 -99.0874 658.1 KS HAVILAND 1.1 ENE +US1KSKW0004 37.4466 -99.2999 684.9 KS WILMORE 9.1 NNW +US1KSKW0005 37.6652 -99.5133 698.0 KS MULLINVILLE 5.7 NNW +US1KSKW0006 37.6073 -99.2925 678.2 KS GREENSBURG 0.1 NNW +US1KSKW0007 37.6019 -99.4186 705.9 KS MULLINVILLE 3.2 ENE +US1KSKW0009 37.6146 -99.1090 656.2 KS HAVILAND 0.3 SW +US1KSKW0011 37.6077 -99.3216 683.7 KS GREENSBURG 1.6 W +US1KSKW0012 37.5859 -99.3605 698.0 KS GREENSBURG 4.0 WSW +US1KSKW0013 37.5041 -99.0299 589.5 KS CROFT 2.4 WNW +US1KSKW0015 37.6297 -99.1405 653.8 KS HAVILAND 2.1 WNW +US1KSLC0003 38.9477 -97.9607 413.6 KS BEVERLY 4.6 S +US1KSLC0005 39.0122 -97.9769 404.2 KS BEVERLY 0.1 SSW +US1KSLC0007 39.0432 -98.1482 427.3 KS LINCOLN CENTER 0.0 N +US1KSLE0002 38.4760 -100.4580 841.2 KS DIGHTON +US1KSLE0004 38.4805 -100.4222 840.0 KS DIGHTON 2.4 E +US1KSLE0006 38.5983 -100.4966 851.9 KS DIGHTON 8.2 NNW +US1KSLG0001 38.9325 -100.8520 912.9 KS OAKLEY 0.5 SSE +US1KSLG0002 39.0100 -101.2650 985.1 KS WINONA 3.7 SSW +US1KSLG0003 38.9852 -100.9244 927.2 KS OAKLEY 10.4 SSW +US1KSLG0005 39.1274 -100.8530 939.1 KS OAKLEY 0.1 NNE +US1KSLG0008 39.0467 -100.9978 961.0 KS MONUMENT 3.7 S +US1KSLG0009 38.9645 -101.1473 945.2 KS MONUMENT 8.9 SSW +US1KSLG0010 39.1286 -100.8509 939.1 KS OAKLEY 0.3 NE +US1KSLG0015 39.0347 -100.9230 922.3 KS OAKLEY 7.3 SSW +US1KSLG0017 39.1253 -100.8483 932.4 KS OAKLEY 0.3 E +US1KSLN0002 38.1433 -94.8103 268.8 KS MOUND CITY 0.7 ENE +US1KSLN0003 38.1717 -94.7112 264.0 KS PLEASANTON 0.3 SSE +US1KSLV0002 39.0295 -95.1391 291.1 KS TONGANOXIE 6.3 SSW +US1KSLV0004 39.2833 -94.9832 340.5 KS LEAVENWORTH 4.3 SW +US1KSLV0006 39.0445 -95.1190 254.2 KS TONGANOXIE 4.9 SSW +US1KSLV0009 39.2766 -94.9562 269.7 KS LEAVENWORTH 3.8 SSW +US1KSLV0010 39.2337 -95.1366 303.9 KS MCLOUTH 4.7 NE +US1KSLY0002 38.4127 -96.2088 356.9 KS EMPORIA 0.9 W +US1KSLY0003 38.4889 -96.1707 352.0 KS EMPORIA 5.5 NNE +US1KSLY0004 38.3970 -96.1675 340.8 KS EMPORIA 1.7 SE +US1KSLY0005 38.3820 -96.0972 331.0 KS EMPORIA 5.6 ESE +US1KSMC0001 39.4800 -97.9800 459.0 KS SCOTTSVILLE 4.6 SSW +US1KSMC0002 39.4070 -97.9770 412.1 KS BELOIT 8.1 ESE +US1KSMC0003 39.4073 -98.2007 456.9 KS BELOIT 6.4 SW +US1KSMC0004 39.3265 -98.1518 460.9 KS BELOIT 9.9 SSW +US1KSMC0006 39.4695 -98.1164 439.5 KS BELOIT 0.5 WNW +US1KSMC0007 39.2633 -98.4106 506.6 KS HUNTER 2.1 NNW +US1KSMC0008 39.2622 -98.1083 416.4 KS BARNARD 6.1 NW +US1KSMC0011 39.3498 -98.1367 448.7 KS BELOIT 8.2 S +US1KSMC0013 39.4635 -98.1047 435.6 KS BELOIT 0.2 SE +US1KSMC0014 39.4576 -98.0959 426.7 KS BELOIT 0.9 SE +US1KSMC0015 39.2523 -97.9429 474.6 KS BELOIT 17.2 SSE +US1KSMC0018 39.4778 -98.0781 0.0 KS BELOIT 1.9 ENE +US1KSMC0022 39.5256 -98.0048 468.2 KS BELOIT 6.9 NE +US1KSME0002 37.4150 -100.4910 833.6 KS MEADE 12 NW +US1KSME0003 37.2666 -100.5950 848.0 KS PLAINS CITY 0.3 NW +US1KSME0005 37.2901 -100.3359 765.0 KS MEADE 0.4 NNW +US1KSME0008 37.1956 -100.3810 708.4 KS MEADE 6.6 SSW +US1KSME0009 37.2631 -100.5950 841.9 KS PLAINS CITY 0.3 W +US1KSME0010 37.2869 -100.3456 764.7 KS MEADE 0.5 WNW +US1KSME0012 37.1542 -100.3978 722.7 KS MEADE 9.6 SSW +US1KSME0015 37.4168 -100.5082 843.1 KS MISSLER 7.9 NNW +US1KSME0018 37.1626 -100.4021 744.0 KS MEADE 9.2 SSW +US1KSMG0001 37.0084 -95.9373 235.0 KS CANEY 0.5 SW +US1KSMG0003 37.0326 -95.7074 235.9 KS COFFEYVILLE 4.2 W +US1KSMG0005 37.1695 -95.6540 235.9 KS LIBERTY 3.2 WNW +US1KSMG0007 37.3000 -95.8738 268.2 KS ELK CITY 2.1 ENE +US1KSMG0008 37.2334 -95.7181 242.3 KS INDEPENDENCE 0.3 NW +US1KSMI0003 38.5669 -94.8778 269.1 KS PAOLA 0.9 SW +US1KSMI0006 38.6358 -94.7250 324.9 KS LOUISBURG 2.4 WNW +US1KSMI0008 38.5975 -94.9007 280.4 KS PAOLA 2.3 NW +US1KSMI0009 38.4968 -94.9601 273.4 KS OSAWATOMIE 0.6 SW +US1KSMI0011 38.5836 -94.7021 325.8 KS LOUISBURG 3.0 SSW +US1KSMI0012 38.4668 -94.8525 275.5 KS PAOLA 7.7 S +US1KSMI0013 38.6058 -94.7202 301.1 KS LOUISBURG 2.4 WSW +US1KSMN0005 38.5366 -97.0957 438.3 KS TAMPA 3.2 ESE +US1KSMN0006 38.4105 -96.9667 422.5 KS MARION 5.0 NNE +US1KSMN0010 38.2032 -97.0862 422.1 KS PEABODY 2.6 NNE +US1KSMN0012 38.4354 -97.0632 415.1 KS MARION 6.5 NNW +US1KSMN0013 38.3248 -96.9836 414.8 KS MARION 2.4 SE +US1KSMN0014 38.2753 -97.3262 463.6 KS HILLSBORO 8.5 SW +US1KSMN0015 38.2608 -97.3423 472.4 KS GOESSEL 1.0 N +US1KSMN0016 38.2675 -97.2428 438.0 KS HILLSBORO 6.2 SSW +US1KSMN0017 38.2752 -97.1940 426.1 KS HILLSBORO 5.3 S +US1KSMN0018 38.3517 -97.1962 436.8 KS HILLSBORO 0.3 E +US1KSMN0022 38.3483 -97.1957 433.1 KS HILLSBORO 0.4 ESE +US1KSMN0025 38.3518 -97.0131 412.1 KS MARION 0.2 NE +US1KSMP0001 38.3696 -97.6301 463.0 KS MCPHERSON 1.7 E +US1KSMP0002 38.3299 -97.7787 463.9 KS MC PHERSON 6.6 WSW +US1KSMP0004 38.5392 -97.7503 414.5 KS LINDSBORG 4.7 WSW +US1KSMP0005 38.5813 -97.7776 440.4 KS LINDSBORG 5.6 W +US1KSMP0008 38.5752 -97.6691 405.4 KS LINDSBORG 0.3 E +US1KSMP0009 38.5250 -97.7035 411.5 KS LINDSBORG 3.7 SSW +US1KSMP0012 38.2261 -97.7872 455.1 KS INMAN 0.8 WSW +US1KSMP0014 38.3982 -97.5207 473.7 KS GALVA 1.5 NE +US1KSMP0015 38.1843 -97.6106 442.6 KS MOUNDRIDGE 5.3 WSW +US1KSMP0016 38.1979 -97.5205 452.0 KS MOUNDRIDGE 0.4 SW +US1KSMP0017 38.3652 -97.6618 453.8 KS MCPHERSON 0.5 S +US1KSMP0018 38.3608 -97.4822 475.2 KS GALVA 3.4 ESE +US1KSMP0020 38.5446 -97.8888 432.2 KS MARQUETTE 3.0 WSW +US1KSMP0021 38.4325 -97.4277 456.3 KS CANTON 3.2 N +US1KSMP0022 38.1863 -97.3907 457.8 KS HESSTON 3.8 NNE +US1KSMP0023 38.2313 -97.5054 454.2 KS MOUNDRIDGE 2.1 NNE +US1KSMP0024 38.4499 -97.5381 473.0 KS GALVA 4.7 N +US1KSMP0025 38.2881 -97.7015 450.5 KS MCPHERSON 6.2 SSW +US1KSMP0026 38.5843 -97.6784 406.0 KS LINDSBORG 0.7 NNW +US1KSMP0028 38.3036 -97.5922 456.6 KS MCPHERSON 6.0 SE +US1KSMP0029 38.3475 -97.7883 468.5 KS MCPHERSON 6.7 WSW +US1KSMP0030 38.2157 -97.5153 451.7 KS MOUNDRIDGE 1.0 N +US1KSMP0031 38.4027 -97.5382 469.1 KS GALVA 1.4 N +US1KSMP0032 38.2038 -97.5552 449.0 KS MOUNDRIDGE 2.2 W +US1KSMP0033 38.3075 -97.5184 468.2 KS GALVA 5.3 SSE +US1KSMP0034 38.2760 -97.8339 479.8 KS INMAN 4.6 NW +US1KSMP0036 38.5191 -97.5164 434.6 KS GALVA 9.5 N +US1KSMP0038 38.1896 -97.6031 444.4 KS MOUNDRIDGE 4.8 W +US1KSMP0046 38.3192 -97.5789 461.2 KS MCPHERSON 5.8 SE +US1KSMP0048 38.3819 -97.6505 454.8 KS MCPHERSON 0.9 NE +US1KSMP0050 38.3867 -97.4246 483.4 KS CANTON 0.3 E +US1KSMP0051 38.5868 -97.8236 456.0 KS MARQUETTE 2.3 NNE +US1KSMP0052 38.1849 -97.5914 442.9 KS MOUNDRIDGE 4.3 WSW +US1KSMP0055 38.4222 -97.5594 468.5 KS MCPHERSON 6.6 ENE +US1KSMP0056 38.3759 -97.5566 469.4 KS GALVA 1.1 WSW +US1KSMR0001 38.8119 -96.7761 427.0 KS WHITE CITY 2.5 WNW +US1KSMR0003 38.7963 -96.7332 448.4 KS WHITE CITY 0.2 NNE +US1KSMR0004 38.7227 -96.7799 444.1 KS WHITE CITY 5.5 SSW +US1KSMR0005 38.6655 -96.8934 437.7 KS HERINGTON 2.8 ESE +US1KSMR0006 38.5871 -96.8950 446.5 KS HERINGTON 6.6 SSE +US1KSMR0008 38.8423 -96.5905 455.7 KS DWIGHT 0.1 SE +US1KSMR0009 38.6923 -96.6717 455.7 KS WILSEY 3.9 N +US1KSMS0001 39.7749 -96.3513 385.9 KS FRANKFORT 6.0 NE +US1KSMS0002 39.7405 -96.4284 389.5 KS FRANKFORT 2.6 NNW +US1KSMS0004 39.7083 -96.4130 359.1 KS FRANKFORT 0.4 NE +US1KSMS0008 39.8819 -96.7119 382.8 KS HERKIMER 0.5 S +US1KSMS0009 39.9579 -96.6646 392.3 KS MARYSVILLE 7.8 N +US1KSMT0005 37.0106 -101.8946 1097.3 KS ELKHART 0.6 N +US1KSMT0006 37.0103 -101.8974 1100.9 KS ELKHART 0.6 NNW +US1KSMT0008 37.1167 -101.6307 1012.2 KS ROLLA 0.2 S +US1KSNM0001 39.8422 -96.0664 352.0 KS SENECA 0.5 N +US1KSNM0002 39.9653 -96.0498 321.0 KS SENECA 9.0 N +US1KSNM0003 39.8998 -95.7980 397.2 KS SABETHA 0.3 SW +US1KSNM0004 39.8413 -96.0616 340.2 KS SENECA 0.4 NNE +US1KSNM0005 39.6089 -95.9461 417.0 KS GOFF 3.9 SSW +US1KSNM0008 39.9061 -95.8071 402.0 KS SABETHA 0.7 WNW +US1KSNM0010 39.5811 -96.2034 384.4 KS ONAGA 6.6 NNW +US1KSNM0011 39.9264 -96.1450 386.5 KS BAILEYVILLE 6.1 NNE +US1KSNM0012 39.7737 -96.1828 385.6 KS BAILEYVILLE 4.9 S +US1KSNO0001 37.4059 -95.3615 292.9 KS GALESBURG 4.6 S +US1KSNO0005 37.5159 -95.1677 271.9 KS ST. PAUL 0.4 ESE +US1KSNO0007 37.5725 -95.2439 273.4 KS ERIE 0.3 N +US1KSNO0009 37.5743 -95.2460 275.8 KS ERIE 0.4 NNW +US1KSNS0003 38.6357 -99.9357 766.6 KS RANSOM 0.2 WSW +US1KSNS0004 38.3490 -100.0380 719.3 KS NESS CITY 10.2 SW +US1KSNS0005 38.5716 -100.2294 769.6 KS UTICA 5.9 SSW +US1KSNS0006 38.6956 -100.0664 783.9 KS ARNOLD 4.8 NNW +US1KSNS0007 38.4405 -99.6944 648.0 KS BAZINE 0.4 SSW +US1KSNS0009 38.4450 -100.1951 766.0 KS BEELER 0.1 ENE +US1KSNS0010 38.4530 -99.9030 688.8 KS NESS CITY 0.1 E +US1KSNS0011 38.5126 -99.8811 705.9 KS NESS CITY 4.3 NNE +US1KSNS0012 38.6428 -100.1690 800.4 KS UTICA 0.0 E +US1KSNS0013 38.4551 -99.9149 684.9 KS NESS CITY 0.5 WNW +US1KSNS0016 38.6380 -99.9408 769.9 KS RANSOM 0.5 WNW +US1KSNS0017 38.3339 -100.0555 720.5 KS NESS CITY 11.6 SW +US1KSNS0022 38.4360 -100.2110 762.0 KS BEELER 0.7 SW +US1KSNS0023 38.4495 -99.9054 684.6 KS NESS CITY 0.3 S +US1KSNT0001 39.6542 -99.7039 627.9 KS LENORA 16.7 E +US1KSNT0002 39.8341 -99.8742 688.8 KS NORTON 0.9 E +US1KSNT0003 39.8406 -99.8930 716.9 KS NORTON 0.4 N +US1KSNT0004 39.6091 -100.0007 698.0 KS LENORA 0.1 S +US1KSNT0009 39.8665 -99.8512 696.2 KS NORTON 3.0 NE +US1KSNT0010 39.6082 -99.9979 696.8 KS LENORA 0.3 SE +US1KSNT0011 39.8334 -99.9074 711.1 KS NORTON 0.8 W +US1KSNT0014 39.8163 -99.8978 690.7 KS NORTON 1.3 SSW +US1KSOB0001 39.4381 -98.6585 470.9 KS OSBORNE 2.1 E +US1KSOB0004 39.3228 -98.9537 560.8 KS ALTON 10.0 S +US1KSOB0005 39.2786 -98.9769 620.0 KS NATOMA 6.7 NNE +US1KSOB0006 39.4405 -98.6906 473.7 KS OSBORNE 0.4 E +US1KSOB0007 39.1949 -98.5273 535.8 KS HUNTER 7.6 WSW +US1KSOB0008 39.4501 -98.6930 482.2 KS OSBORNE 0.8 NNE +US1KSOS0001 38.6073 -95.6850 315.2 KS LYNDON 0.2 S +US1KSOS0004 38.5791 -95.8872 371.9 KS OSAGE CITY 5.2 SW +US1KSOS0005 38.6214 -95.8214 335.0 KS OSAGE CITY 0.8 S +US1KSOS0006 38.6819 -95.5095 324.0 KS QUENEMO 7.1 N +US1KSOS0007 38.7896 -95.7145 345.0 KS SCRANTON 1.6 ENE +US1KSOS0008 38.6208 -95.6848 337.1 KS LYNDON 0.7 N +US1KSOS0011 38.7907 -95.5750 345.9 KS OVERBROOK 1.2 NW +US1KSOS0012 38.5069 -95.6216 306.9 KS MELVERN 0.9 E +US1KSOS0013 38.7235 -95.6375 327.1 KS SCRANTON 6.7 SE +US1KSOS0017 38.4631 -95.9003 332.8 KS LEBO 4.2 NW +US1KSOS0018 38.7053 -95.6399 313.0 KS LYNDON 7.0 NNE +US1KSOS0019 38.7964 -95.8056 343.5 KS BURLINGAME 3.5 NNE +US1KSOS0020 38.6088 -95.6985 314.2 KS LYNDON 0.7 W +US1KSOS0022 38.6159 -95.6881 326.7 KS LYNDON 0.4 NNW +US1KSOS0023 38.6378 -95.8288 331.0 KS OSAGE CITY 0.5 NW +US1KSOT0001 39.0622 -97.3891 420.0 KS SOLOMON 9.9 N +US1KSOT0002 39.2224 -97.9108 431.0 KS ADA 7.0 NNW +US1KSOT0003 39.1031 -97.5561 410.6 KS MINNEAPOLIS 8.0 E +US1KSOT0006 39.1179 -97.6948 390.4 KS MINNEAPOLIS 0.6 SE +US1KSPL0001 39.6729 -99.1250 523.0 KS KIRWIN 0.2 NW +US1KSPL0002 39.7535 -99.3310 587.0 KS PHILLIPSBURG 0.5 WNW +US1KSPL0005 39.8356 -99.5910 574.5 KS PRAIRIE VIEW 1.0 WNW +US1KSPL0006 39.7444 -99.2155 545.3 KS PHILLIPSBURG 5.7 E +US1KSPN0005 38.0757 -99.2430 631.9 KS GARFIELD 0.2 SE +US1KSPN0010 38.1744 -99.1534 615.7 KS LARNED 2.9 WSW +US1KSPR0001 37.6546 -98.7580 583.7 KS PRATT 1.3 WNW +US1KSPR0002 37.7680 -98.6112 573.0 KS PRESTON 3.2 WNW +US1KSPR0003 37.6096 -98.7406 588.0 KS PRATT 2.6 S +US1KSPR0004 37.7479 -98.5366 563.9 KS PRESTON 1.2 SE +US1KSPR0005 37.8046 -98.5125 569.1 KS TURON 4.6 W +US1KSPR0009 37.6546 -98.7242 577.9 KS PRATT 0.8 NE +US1KSPR0010 37.6269 -98.8323 613.9 KS CULLISON 4.0 E +US1KSPR0011 37.5576 -98.8117 611.1 KS COATS 3.3 NNE +US1KSPR0012 37.7915 -98.6265 576.1 KS PRESTON 4.5 WNW +US1KSPR0013 37.6259 -98.7240 577.9 KS PRATT 1.6 SSE +US1KSPR0014 37.4940 -98.8481 598.3 KS COATS 1.7 SW +US1KSPR0016 37.6456 -98.7378 576.1 KS PRATT 0.1 SW +US1KSPR0017 37.6193 -98.8497 617.2 KS PRATT 6.5 WSW +US1KSPR0018 37.6908 -98.7416 591.9 KS PRATT 3.1 N +US1KSPT0001 39.5073 -96.2028 370.0 KS ONAGA 2.1 NW +US1KSPT0002 39.2164 -96.3147 319.1 KS WAMEGO 0.9 NNW +US1KSPT0003 39.5019 -96.3171 463.0 KS WHEATON 0.1 ESE +US1KSPT0005 39.1907 -96.4197 317.3 KS ST. GEORGE 0.1 WNW +US1KSPT0006 39.4738 -96.2254 380.1 KS ONAGA 3.1 WSW +US1KSPT0007 39.3047 -96.4081 345.6 KS ST. GEORGE 7.9 N +US1KSPT0008 39.3597 -96.4280 344.7 KS WESTMORELAND 2.5 SSW +US1KSPT0011 39.4750 -96.3514 406.3 KS BLAINE 3.3 SE +US1KSPT0012 39.3144 -96.4362 340.8 KS WESTMORELAND 5.7 SSW +US1KSPT0013 39.4500 -96.4505 418.5 KS WESTMORELAND 4.3 NNW +US1KSPT0017 39.4884 -96.1652 342.6 KS ONAGA 0.3 ESE +US1KSPT0019 39.2072 -96.3380 337.1 KS WAMEGO 1.6 W +US1KSPT0021 39.3677 -96.3883 404.8 KS WESTMORELAND 2.3 SE +US1KSPT0022 39.3403 -96.4406 342.6 KS WESTMORELAND 4.0 SSW +US1KSPT0024 39.5084 -96.0781 355.7 KS HAVENSVILLE 0.2 SSW +US1KSPT0025 39.5124 -96.2220 391.4 KS ONAGA 3.2 WNW +US1KSPT0026 39.2048 -96.3457 0.0 KS WAMEGO 2.0 W +US1KSPT0027 39.1905 -96.4195 319.1 KS ST. GEORGE 0.1 WNW +US1KSPT0029 39.1956 -96.4781 307.2 KS MANHATTAN 6.0 E +US1KSPT0032 39.2346 -96.3570 334.4 KS WAMEGO 3.4 NW +US1KSPT0034 39.2031 -96.5143 313.0 KS MANHATTAN 4.2 ENE +US1KSPT0036 39.3903 -96.6669 355.1 KS OLSBURG 4.0 SW +US1KSPT0037 39.2121 -96.4383 355.4 KS ST. GEORGE 1.9 NW +US1KSPT0038 39.3325 -96.5310 415.1 KS MANHATTAN 10.3 NNE +US1KSRA0001 39.9761 -101.0579 919.0 KS ATWOOD 11 N +US1KSRA0002 39.8126 -101.0137 868.1 KS ATWOOD 1.5 E +US1KSRA0003 39.8653 -101.1217 950.1 KS ATWOOD 5.7 NW +US1KSRA0004 39.9094 -100.7867 819.0 KS HERNDON 0.2 N +US1KSRA0007 39.6981 -101.2252 972.9 KS BEARDSLY 7.7 S +US1KSRA0008 39.8245 -101.2300 972.0 KS BEARDSLEY 1 N +US1KSRA0009 39.9576 -100.8991 907.1 KS HERNDON 6.9 WNW +US1KSRA0015 39.8028 -101.0430 870.5 KS ATWOOD 0.5 SSW +US1KSRA0017 39.8116 -101.0349 0.0 KS ATWOOD 0.3 ENE +US1KSRA0024 39.7881 -101.3699 1026.9 KS MCDONALD 0.2 N +US1KSRA0025 39.9310 -100.7980 836.4 KS HERNDON 1.7 NNW +US1KSRC0001 38.4639 -98.0653 511.5 KS GENESEO 6.0 SE +US1KSRC0002 38.3210 -98.2025 504.1 KS LYONS 1.7 S +US1KSRC0003 38.3769 -98.2692 527.6 KS LYONS 4.2 WNW +US1KSRC0004 38.5139 -98.1565 534.0 KS GENESEO 0.2 SW +US1KSRC0005 38.4263 -98.2383 527.9 KS LYONS 5.9 NNW +US1KSRC0007 38.4194 -98.0905 520.6 KS LYONS 7.9 NE +US1KSRH0001 38.5337 -99.3058 636.1 KS LA CROSSE 0.3 ENE +US1KSRH0002 38.6778 -99.2143 581.9 KS LORETTA 2.5 NW +US1KSRH0003 38.5306 -99.3008 632.2 KS LA CROSSE 0.5 E +US1KSRH0004 38.5483 -99.2364 616.6 KS BISON 2.9 NW +US1KSRH0005 38.5298 -99.3046 627.9 KS LA CROSSE 0.3 ESE +US1KSRH0008 38.4910 -99.0520 595.0 KS ALBERT 3.3 NW +US1KSRH0010 38.3640 -99.2170 659.6 KS TIMKEN 7.8 SSW +US1KSRH0011 38.6120 -99.5320 643.1 KS MCCRACKEN 2.9 NE +US1KSRH0014 38.4624 -99.3097 609.9 KS RUSH CENTER 0.2 SSE +US1KSRH0015 38.3628 -99.0741 610.5 KS ALBERT 7.2 SSW +US1KSRL0002 39.1648 -96.6093 363.0 KS MANHATTAN 2.0 SSW +US1KSRL0003 39.1798 -96.5907 350.5 KS MANHATTAN 0.7 S +US1KSRL0004 39.1755 -96.6094 352.0 KS MANHATTAN 1.4 SW +US1KSRL0006 39.2094 -96.6164 349.9 KS MANHATTAN 1.9 NW +US1KSRL0008 39.1993 -96.6329 345.9 KS MANHATTAN 2.4 WNW +US1KSRL0009 39.1864 -96.6444 328.0 KS MANHATTAN 2.9 W +US1KSRL0010 39.2079 -96.5557 313.9 KS MANHATTAN 2.2 NE +US1KSRL0011 39.1917 -96.6198 327.1 KS MANHATTAN 1.6 W +US1KSRL0014 39.2960 -96.8222 394.4 KS RILEY 0.4 ESE +US1KSRL0016 39.3278 -96.8317 406.9 KS RILEY 2.1 N +US1KSRL0019 39.4292 -96.7572 388.9 KS RANDOLPH 0.1 ESE +US1KSRL0020 39.2725 -96.7383 390.4 KS MANHATTAN 9.8 NW +US1KSRL0021 39.1884 -96.6390 323.7 KS MANHATTAN 2.6 W +US1KSRL0026 39.2595 -96.6157 370.9 KS MANHATTAN 5.0 NNW +US1KSRL0027 39.2431 -96.5923 322.8 KS MANHATTAN 3.7 N +US1KSRL0028 39.1755 -96.6158 343.5 KS MANHATTAN 1.7 SW +US1KSRL0030 39.2056 -96.6303 361.5 KS MANHATTAN 2.4 WNW +US1KSRL0033 39.1834 -96.5852 328.0 KS MANHATTAN 0.5 SSE +US1KSRL0035 39.1503 -96.4868 318.2 KS MANHATTAN 6.2 ESE +US1KSRL0036 39.2586 -96.6257 375.5 KS MANHATTAN 5.1 NNW +US1KSRL0037 39.1689 -96.6252 370.9 KS MANHATTAN 2.4 SW +US1KSRL0039 39.2172 -96.6269 387.4 KS MANHATTAN 2.7 NW +US1KSRL0042 39.1939 -96.6013 349.0 KS MANHATTAN 0.7 WNW +US1KSRL0043 39.2090 -96.6001 331.6 KS MANHATTAN 1.4 NNW +US1KSRL0045 39.2590 -96.6111 380.1 KS MANHATTAN 4.9 NNW +US1KSRL0048 39.1857 -96.6466 334.1 KS MANHATTAN 3.0 W +US1KSRL0051 39.2355 -96.7073 365.2 KS MANHATTAN 7.0 WNW +US1KSRL0052 39.1781 -96.5776 312.4 KS MANHATTAN 1.1 SE +US1KSRL0053 39.1697 -96.6315 384.4 KS MANHATTAN 2.6 WSW +US1KSRN0004 37.9557 -98.0509 487.1 KS PARTRIDGE 2.5 ESE +US1KSRN0005 37.7996 -98.2826 524.9 KS LANGDON 4.3 SSE +US1KSRN0007 37.7636 -97.7399 463.0 KS ANDALE 6.4 WSW +US1KSRN0008 37.7803 -98.0134 452.9 KS PRETTY PRAIRIE 0.3 E +US1KSRN0009 37.8817 -97.8611 480.1 KS YODER 4.2 S +US1KSRN0011 37.8787 -97.9772 456.9 KS SOUTH HUTCHINSON 10.5 S +US1KSRN0012 37.8921 -98.0502 481.0 KS PARTRIDGE 5.7 SSE +US1KSRN0013 37.9556 -98.1970 502.9 KS ABBYVILLE 1.1 SSE +US1KSRN0014 37.9993 -98.0718 491.9 KS PARTRIDGE 2.5 NNE +US1KSRN0015 37.9227 -98.3602 530.0 KS SYLVIA 3.6 SE +US1KSRN0016 38.0370 -97.9392 481.0 KS SOUTH HUTCHINSON .7 NNE +US1KSRN0017 38.0248 -97.8960 459.9 KS HUTCHINSON 3.0 SSE +US1KSRN0019 37.9798 -98.2864 518.2 KS PLEVNA 1.4 NE +US1KSRN0020 38.0835 -97.9159 469.1 KS HUTCHINSON 1.2 N +US1KSRN0021 37.8859 -98.1500 502.9 KS ARLINGTON 1.7 ESE +US1KSRN0023 37.9196 -98.0149 466.0 KS SOUTH HUTCHINSON 8.5 SSW +US1KSRN0025 37.8538 -97.9402 451.1 KS PRETTY PRAIRIE 6.7 NE +US1KSRN0027 38.0139 -98.3703 534.0 KS SYLVIA 4.3 NNE +US1KSRN0028 38.0902 -97.9380 477.0 KS HUTCHINSON 2.1 NW +US1KSRN0029 37.7781 -98.0154 488.0 KS PRETTY PRAIRIE 0.3 ESE +US1KSRN0030 37.8186 -98.1545 479.1 KS ARLINGTON 5.5 SSE +US1KSRN0032 38.1077 -98.3259 523.0 KS STERLING 9.6 SW +US1KSRN0033 38.0275 -98.0672 489.5 KS PARTRIDGE 4.4 NNE +US1KSRN0035 37.9947 -98.0685 488.3 KS PARTRIDGE 2.3 NE +US1KSRN0036 37.9846 -98.0362 481.9 KS HUTCHINSON 8.7 SW +US1KSRN0037 38.0341 -97.9229 464.5 KS HUTCHINSON 2.2 SSW +US1KSRN0042 38.1030 -97.8691 494.1 KS HUTCHINSON 3.6 NE +US1KSRN0046 37.9121 -98.1195 489.8 KS PARTRIDGE 4.1 SSW +US1KSRN0049 37.8043 -97.9718 470.0 KS PRETTY PRAIRIE 3.1 ENE +US1KSRN0050 37.8826 -98.2752 509.3 KS ARLINGTON 5.4 W +US1KSRN0052 37.8892 -98.1773 480.4 KS ARLINGTON 0.5 S +US1KSRN0053 38.0148 -98.0990 494.4 KS PARTRIDGE 3.3 N +US1KSRN0055 38.0130 -98.3270 529.7 KS PLEVNA 3.1 NNW +US1KSRN0056 37.8243 -98.0405 477.3 KS PRETTY PRAIRIE 3.3 NNW +US1KSRN0057 37.9904 -97.9759 475.5 KS HUTCHINSON 6.2 SSW +US1KSRN0059 37.9060 -97.7831 451.1 KS HAVEN 0.3 NNW +US1KSRN0061 38.0113 -97.8289 456.6 KS HUTCHINSON 6.0 SE +US1KSRN0062 38.0675 -97.9602 470.6 KS HUTCHINSON 2.5 W +US1KSRN0064 37.8085 -98.4241 538.9 KS TURON 0.2 ENE +US1KSRO0001 39.2293 -99.2968 658.1 KS PLAINVILLE 0.4 SE +US1KSRO0003 39.2261 -99.3077 634.9 KS PLAINVILLE 0.7 SSW +US1KSRO0004 39.3363 -99.5959 620.6 KS DAMAR 1.4 NNW +US1KSRO0006 39.4666 -99.4622 596.8 KS STOCKTON 10.4 WNW +US1KSRO0008 39.2793 -99.4382 623.3 KS ZURICH 3.3 N +US1KSRO0010 39.2255 -99.3064 654.1 KS PLAINVILLE 0.7 SSW +US1KSRO0011 39.2245 -99.3023 654.4 KS PLAINVILLE 0.7 S +US1KSRP0003 39.8840 -97.6333 498.3 KS BELLEVILLE 4.2 N +US1KSRP0004 39.8999 -97.5241 492.3 KS MUNDEN 1.2 SE +US1KSRP0007 39.8159 -97.6332 463.6 KS BELLEVILLE 0.5 S +US1KSRP0008 39.8703 -97.8949 472.4 KS COURTLAND 6.1 N +US1KSRP0009 39.9369 -97.8317 462.4 KS REPUBLIC 1.0 NNW +US1KSRP0010 39.8136 -97.7807 463.6 KS SCANDIA 1.1 N +US1KSRS0001 39.1047 -98.9331 551.1 KS PARADISE 1.0 SW +US1KSRS0002 38.8068 -98.6257 516.0 KS DORRANCE 3.3 SW +US1KSRS0003 38.7588 -98.5778 563.9 KS DORRANCE 6.1 S +US1KSRS0004 38.7259 -98.7726 572.1 KS SUSANK 5.9 N +US1KSRS0006 38.8423 -98.5909 523.3 KS DORRANCE 0.3 S +US1KSRS0007 38.8648 -98.5537 520.3 KS DORRANCE 2.3 ENE +US1KSRS0008 38.8574 -98.6151 552.9 KS WILSON 7.9 WNW +US1KSRS0009 38.8267 -98.5105 520.0 KS WILSON 1.9 W +US1KSRS0010 38.9837 -98.9419 542.2 KS RUSSELL 8.1 NW +US1KSRS0011 38.7716 -98.9851 555.0 KS MILBERGER 5.0 NW +US1KSRS0012 38.7115 -98.6248 563.9 KS DORRANCE 9.5 SSW +US1KSRS0013 38.7434 -98.5385 531.0 KS DORRANCE 7.6 SSE +US1KSRS0014 38.9277 -98.5750 483.4 KS DORRANCE 5.7 N +US1KSRS0015 39.1182 -98.7960 520.9 KS WALDO 0.2 SSE +US1KSRS0016 38.8259 -98.9102 565.1 KS RUSSELL 5.3 SW +US1KSRS0017 39.0373 -98.7613 539.5 KS WALDO 6.0 SSE +US1KSRS0018 38.7566 -98.8694 545.0 KS RUSSELL 9.1 S +US1KSRS0020 38.8062 -98.9546 552.9 KS RUSSELL 7.7 SW +US1KSRS0021 38.8758 -98.9286 566.6 KS RUSSELL 4.1 WSW +US1KSRS0023 39.1156 -98.6920 482.5 KS LURAY 0.2 S +US1KSRS0024 38.8130 -98.7993 533.1 KS RUSSELL 5.9 SSE +US1KSRS0025 38.9988 -98.5194 469.4 KS LUCAS 4.2 SSE +US1KSRS0027 38.8577 -98.8746 556.0 KS RUSSELL 2.4 SSW +US1KSRS0028 38.7204 -98.9115 559.0 KS MILBERGER 0.5 N +US1KSRS0029 38.9656 -98.9312 547.1 KS RUSSELL 6.8 NW +US1KSRS0030 39.0562 -98.8450 488.0 KS RUSSELL 11.8 NNE +US1KSRS0031 38.8157 -98.7982 547.1 KS RUSSELL 5.8 SSE +US1KSRS0033 38.9934 -98.7368 484.0 KS BUNKER HILL 8.6 NNW +US1KSRS0035 38.8999 -98.8512 563.0 KS RUSSELL 0.8 N +US1KSRS0036 38.8282 -98.5255 517.6 KS WILSON 2.8 W +US1KSRS0037 38.8259 -98.5251 514.2 KS DORRANCE 3.8 ESE +US1KSSA0003 38.8851 -97.8242 409.7 KS BROOKVILLE 8.0 NNE +US1KSSA0004 38.8304 -97.5730 388.3 KS SALINA 2.6 ENE +US1KSSA0005 38.7744 -97.8649 417.0 KS BROOKVILLE 0.1 NW +US1KSSA0006 38.8059 -97.6207 378.0 KS SALINA 0.7 SSW +US1KSSA0007 38.7449 -97.7235 399.3 KS SMOLAN 2.2 WNW +US1KSSA0009 38.7836 -97.4548 368.8 KS KIPP 0.1 E +US1KSSA0011 38.9162 -97.5999 401.1 KS SALINA 7.0 N +US1KSSA0012 38.8385 -97.5682 376.7 KS SALINA 3.1 ENE +US1KSSA0013 38.8047 -97.6190 378.0 KS SALINA 0.8 S +US1KSSA0014 38.8565 -97.8883 440.1 KS BROOKVILLE 5.9 NNW +US1KSSA0015 38.6454 -97.5381 429.5 KS ASSARIA 4.3 SE +US1KSSA0016 38.8303 -97.5755 392.9 KS SALINA 2.5 ENE +US1KSSA0017 38.8897 -97.6653 383.4 KS SALINA 5.7 NNW +US1KSSA0018 38.8233 -97.5753 383.7 KS SALINA 2.3 ENE +US1KSSA0020 38.7149 -97.4096 388.9 KS GYPSUM 1.1 NE +US1KSSA0021 38.6499 -97.4089 386.8 KS GYPSUM 4.0 SSE +US1KSSA0022 38.8396 -97.5746 392.6 KS SALINA 2.9 NE +US1KSSA0024 38.8117 -97.6098 378.0 KS SALINA 0.5 ESE +US1KSSA0026 38.9344 -97.5635 412.4 KS SALINA 8.7 NNE +US1KSSA0028 38.9473 -97.7380 394.4 KS CULVER 1.8 SE +US1KSSA0029 38.8897 -97.8461 410.3 KS BROOKVILLE 8.1 N +US1KSSC0002 38.3959 -100.7502 905.3 KS SCOTT CITY 10 SE +US1KSSC0003 38.3956 -100.7684 912.0 KS SCOTT CITY 9.6 SE +US1KSSC0004 38.4814 -100.9134 905.9 KS SCOTT CITY 0.3 WNW +US1KSSC0005 38.4804 -100.8886 903.1 KS SCOTT CITY 1.1 E +US1KSSC0006 38.3669 -100.9354 908.9 KS SCOTT CITY 7.9 S +US1KSSC0008 38.5263 -100.7190 890.9 KS SCOTT CITY 10.7 ENE +US1KSSC0010 38.5985 -100.8896 908.6 KS SCOTT CITY 8.3 N +US1KSSC0011 38.5559 -101.0731 951.6 KS SCOTT CITY 10.3 WNW +US1KSSC0012 38.6550 -100.9135 867.2 KS SCOTT CITY 12.1 N +US1KSSD0002 39.2782 -100.4497 827.8 KS HOXIE 5.3 S +US1KSSD0006 39.1980 -100.5173 848.3 KS GRAINFIELD 6.4 NNW +US1KSSD0008 39.1816 -100.2573 801.0 KS QUINTER 8.0 N +US1KSSD0011 39.3551 -100.4416 826.6 KS HOXIE 0.1 W +US1KSSD0012 39.2302 -100.5723 871.1 KS HOXIE 11.2 SW +US1KSSF0002 37.9185 -98.5080 548.0 KS STAFFORD 5.9 ESE +US1KSSF0003 37.9608 -98.6005 570.0 KS STAFFORD 0.2 SSW +US1KSSF0004 38.0569 -98.4742 545.9 KS STAFFORD 9.4 NE +US1KSSF0005 37.8382 -98.6146 570.0 KS STAFFORD 8.6 S +US1KSSF0006 37.9994 -98.7519 587.0 KS ST. JOHN 0.5 ESE +US1KSSF0008 38.0585 -98.6725 566.9 KS ST. JOHN 6.2 NE +US1KSSF0010 37.9994 -98.7604 580.6 KS ST. JOHN 0.1 S +US1KSSF0012 37.9582 -98.9731 618.7 KS MACKSVILLE 0.3 WNW +US1KSSF0013 38.0071 -98.7628 581.3 KS ST. JOHN 0.4 NNW +US1KSSG0001 37.7948 -97.3193 424.0 KS PARK CITY 0.2 ESE +US1KSSG0002 37.6916 -97.4797 416.1 KS MAIZE 5.7 S +US1KSSG0003 37.7248 -97.4786 413.9 KS MAIZE 3.4 SSW +US1KSSG0004 37.6893 -97.2966 416.1 KS WICHITA 2.5 E +US1KSSG0005 37.5361 -97.4002 392.9 KS HAYSVILLE 3.5 SW +US1KSSG0007 37.6455 -97.3661 394.1 KS WICHITA 3.2 SSW +US1KSSG0009 37.7751 -97.3693 409.0 KS PARK CITY 3.0 WSW +US1KSSG0010 37.6847 -97.4188 392.0 KS WICHITA 3 E +US1KSSG0011 37.8864 -97.5164 430.1 KS BENTLEY 0.0 W +US1KSSG0012 37.6716 -97.3199 399.9 KS WICHITA 1.7 SE +US1KSSG0013 37.8500 -97.3728 416.1 KS VALLEY CENTER 1.0 N +US1KSSG0014 37.6982 -97.3869 404.2 KS WICHITA 2.5 WNW +US1KSSG0015 37.7247 -97.4520 415.1 KS MAIZE 3.4 S +US1KSSG0019 37.6753 -97.2966 398.7 KS WICHITA 2.7 ESE +US1KSSG0020 37.6925 -97.4877 417.6 KS WICHITA 7.9 W +US1KSSG0021 37.5070 -97.2691 383.1 KS MULVANE 2.4 NW +US1KSSG0023 37.6181 -97.6895 430.7 KS CHENEY 5.0 E +US1KSSG0024 37.5923 -97.4439 400.5 KS CLEARWATER 6.8 NNE +US1KSSG0026 37.7980 -97.3140 421.8 KS PARK CITY 0.5 ENE +US1KSSG0027 37.7196 -97.3844 402.0 KS WICHITA 3.2 NW +US1KSSG0028 37.6433 -97.7150 427.9 KS GARDEN PLAIN 2.2 SW +US1KSSG0030 37.7114 -97.3958 402.3 KS WICHITA 3.3 WNW +US1KSSG0032 37.6269 -97.4085 398.1 KS WICHITA 5.5 SW +US1KSSG0033 37.7030 -97.2574 418.5 KS WICHITA 4.5 ENE +US1KSSG0036 37.7093 -97.4718 410.3 KS WICHITA 7.8 WNW +US1KSSG0048 37.7052 -97.4103 399.3 KS WICHITA 3.9 WNW +US1KSSG0050 37.8368 -97.3720 410.3 KS VALLEY CENTER 0.1 NE +US1KSSG0052 37.7176 -97.4558 413.0 KS WICHITA 6.9 NW +US1KSSG0054 37.6341 -97.7785 420.6 KS CHENEY 0.4 NNE +US1KSSG0055 37.7572 -97.2413 424.0 KS WICHITA 7.1 NE +US1KSSG0062 37.7773 -97.3023 413.9 KS WICHITA 6.2 NE +US1KSSG0063 37.7926 -97.5728 421.8 KS COLWICH 2.1 WNW +US1KSSG0064 37.6825 -97.2789 410.3 KS WICHITA 3.5 E +US1KSSG0065 37.6352 -97.7777 419.4 KS CHENEY 0.5 NNE +US1KSSG0068 37.6833 -97.2032 420.3 KS WICHITA 7.1 ESE +US1KSSG0069 37.7953 -97.3761 407.5 KS WICHITA 7.4 NNW +US1KSSG0070 37.6797 -97.4967 407.2 KS WICHITA 8.4 W +US1KSSG0071 37.7033 -97.1726 406.3 KS WICHITA 9.0 E +US1KSSG0072 37.5622 -97.3418 383.7 KS HAYSVILLE 0.5 SE +US1KSSG0074 37.6588 -97.2296 414.8 KS WICHITA 6.4 ESE +US1KSSG0075 37.6632 -97.1749 404.5 KS WICHITA 9.1 ESE +US1KSSG0076 37.6911 -97.4288 406.9 KS WICHITA 4.7 W +US1KSSG0078 37.7062 -97.4906 412.1 KS WICHITA 8.2 W +US1KSSG0079 37.7129 -97.5031 415.1 KS WICHITA 9.1 WNW +US1KSSG0085 37.5640 -97.5150 422.1 KS CLEARWATER 4.1 N +US1KSSG0087 37.5075 -97.5074 388.3 KS CLEARWATER 0.4 WNW +US1KSSG0089 37.7994 -97.2753 420.0 KS KECHI 0.3 NNE +US1KSSG0091 37.6778 -97.6665 448.4 KS GARDEN PLAIN 1.4 NE +US1KSSG0092 37.6075 -97.4946 409.3 KS CLEARWATER 7.0 N +US1KSSG0093 37.7873 -97.6257 437.4 KS ANDALE 0.4 SSE +US1KSSG0095 37.5901 -97.2500 414.5 KS DERBY 2.9 N +US1KSSG0097 37.6910 -97.4777 410.6 KS WICHITA 7.4 W +US1KSSG0098 37.8874 -97.5162 423.7 KS BENTLEY 0.1 NNW +US1KSSG0100 37.7601 -97.2766 426.1 KS BEL AIRE 0.5 WSW +US1KSSG0102 37.8238 -97.5105 418.8 KS COLWICH 3.3 NNE +US1KSSG0105 37.7038 -97.3478 397.8 KS WICHITA 1.2 NNW +US1KSSG0107 37.8690 -97.6632 439.2 KS MOUNT HOPE 0.1 NE +US1KSSG0110 37.6699 -97.5764 449.0 KS GODDARD 0.7 N +US1KSSG0111 37.6549 -97.4434 416.4 KS WICHITA 5.9 WSW +US1KSSG0112 37.5574 -97.4735 398.7 KS CLEARWATER 3.9 NNE +US1KSSG0114 37.5195 -97.3142 378.6 KS HAYSVILLE 3.8 SSE +US1KSSG0115 37.5036 -97.5030 394.4 KS CLEARWATER 0.2 SSW +US1KSSG0116 37.6703 -97.5770 448.1 KS GODDARD 0.7 N +US1KSSG0117 37.7656 -97.5361 417.3 KS COLWICH 1.1 S +US1KSSG0122 37.7793 -97.4681 412.4 KS MAIZE 0.5 NNW +US1KSSG0123 37.7027 -97.2067 423.7 KS WICHITA 7.5 E +US1KSSG0124 37.6961 -97.4578 408.7 KS WICHITA 6.3 W +US1KSSG0125 37.5135 -97.4049 390.4 KS PECK 3.0 NW +US1KSSG0126 37.7333 -97.6446 457.5 KS ANDALE 4.2 SSW +US1KSSG0127 37.7185 -97.2352 419.1 KS WICHITA 6.3 ENE +US1KSSG0128 37.6588 -97.1552 394.7 KS ANDOVER 2.4 SSW +US1KSSG0129 37.7639 -97.2651 422.8 KS BEL AIRE 0.2 ESE +US1KSSG0130 37.8654 -97.3226 437.4 KS VALLEY CENTER 3.5 NE +US1KSSG0133 37.7532 -97.4182 405.1 KS MAIZE 2.9 ESE +US1KSSG0134 37.6768 -97.1672 402.9 KS WICHITA 9.6 E +US1KSSG0140 37.6668 -97.6829 445.9 KS GARDEN PLAIN 0.4 N +US1KSSG0141 37.6959 -97.4329 409.7 KS WICHITA 5.0 W +US1KSSG0143 37.6985 -97.3531 1396.3 KS WICHITA 1.0 NW +US1KSSG0144 37.7678 -97.2798 428.2 KS BEL AIRE 0.7 WNW +US1KSSG0145 37.5068 -97.4999 390.8 KS CLEARWATER 0.1 NE +US1KSSH0002 39.4914 -101.6326 1061.9 KS GOODLAND 11 NNE +US1KSSH0003 39.3523 -101.7007 1124.1 KS GOODLAND 0.5 ENE +US1KSSH0004 39.3542 -101.6996 1122.0 KS GOODLAND 0.5 ENE +US1KSSH0005 39.3553 -101.7104 1127.2 KS GOODLAND 0.5 N +US1KSSH0006 39.2268 -101.8010 1154.0 KS GOODLAND 10 SSW +US1KSSH0009 39.2933 -101.9292 1182.0 KS GOODLAND 12 WSW +US1KSSH0010 39.3444 -101.7136 1131.1 KS GOODLAND 0.3 SW +US1KSSH0014 39.2056 -101.8748 1150.0 KS GOODLAND 13.2 SW +US1KSSH0016 39.3797 -101.8979 1153.1 KS GOODLAND 10.3 WNW +US1KSSH0017 39.5200 -101.6680 1079.9 KS GOODLAND 12.0 N +US1KSSH0018 39.3360 -101.7968 1136.0 KS GOODLAND 4.8 W +US1KSSH0021 39.4514 -101.8931 1149.1 KS GOODLAND 12.1 NW +US1KSSH0024 39.3519 -101.6976 1121.1 KS GOODLAND 0.7 ENE +US1KSSH0028 39.2912 -101.7635 1129.0 KS GOODLAND 4.9 SW +US1KSSH0031 39.5115 -101.5732 1037.2 KS EDSON 12.7 N +US1KSSH0032 39.1346 -101.8763 1159.8 KS GOODLAND 17.3 SSW +US1KSSH0033 39.5168 -101.9302 1154.6 KS GOODLAND 16.6 NW +US1KSSM0002 39.7818 -98.7849 549.2 KS SMITH CENTER 0.2 NW +US1KSSM0003 39.8855 -98.6523 599.2 KS LEBANON 7.2 NW +US1KSSM0004 39.8121 -98.5605 556.6 KS LEBANON 0.2 WNW +US1KSSM0005 39.7806 -98.7799 553.2 KS SMITH CENTER 0.2 ENE +US1KSSN0005 39.0149 -95.5367 309.1 KS TOPEKA 8.5 E +US1KSSN0006 39.0326 -95.6949 289.9 KS TOPEKA 0.4 SSW +US1KSSN0007 39.0171 -95.6113 313.9 KS TOPEKA 4.6 ESE +US1KSSN0009 38.9847 -95.6161 317.9 KS TOPEKA 5.5 SE +US1KSSN0012 39.0410 -95.7080 289.3 KS TOPEKA 0.9 WNW +US1KSSN0013 38.9941 -95.7628 313.9 KS TOPEKA 4.9 SW +US1KSSN0014 39.0444 -95.7687 317.3 KS TOPEKA 4.1 W +US1KSSN0015 38.9228 -95.6140 304.5 KS BERRYTON 1.6 SE +US1KSSN0016 39.0252 -95.7272 285.6 KS TOPEKA 2.1 WSW +US1KSSN0019 39.0027 -95.6407 316.1 KS TOPEKA 3.7 SE +US1KSSN0020 39.0317 -95.7136 289.0 KS TOPEKA 1.2 WSW +US1KSSN0021 38.8801 -95.7620 305.1 KS WAKARUSA 3.6 W +US1KSSN0022 38.9420 -95.6314 306.0 KS BERRYTON 0.1 NNE +US1KSSN0025 39.0202 -95.7458 292.3 KS TOPEKA 3.2 WSW +US1KSSN0027 39.0121 -95.7326 297.5 KS TOPEKA 2.8 SW +US1KSSN0028 38.9796 -95.7697 342.6 KS TOPEKA 5.8 SW +US1KSSN0032 39.1717 -95.6078 298.1 KS TOPEKA 10.3 NNE +US1KSSN0034 39.0312 -95.7415 302.1 KS TOPEKA 2.7 W +US1KSSN0037 39.0068 -95.7367 311.5 KS TOPEKA 3.2 SW +US1KSSN0039 38.9578 -95.9645 324.0 KS MAPLE HILL 9.5 SSE +US1KSST0001 37.5583 -101.9154 1054.0 KS MANTER 4.0 NW +US1KSST0002 37.5261 -101.8784 0.0 KS MANTER 0.3 ENE +US1KSST0003 37.5659 -101.7494 1016.5 KS JOHNSON CITY 0.3 SSE +US1KSST0004 37.5781 -101.7980 1032.1 KS JOHNSON CITY 2.6 WNW +US1KSST0006 37.6066 -101.7774 1012.2 KS JOHNSON CITY 2.9 NNW +US1KSST0007 37.5714 -101.7521 1018.0 KS JOHNSON CITY 0.1 N +US1KSST0008 37.5702 -101.7573 1017.4 KS JOHNSON CITY 0.3 W +US1KSST0010 37.3894 -101.9987 1104.6 KS MANTER 11.3 SW +US1KSST0011 37.5731 -101.7502 1018.9 KS JOHNSON CITY 0.3 NNE +US1KSST0013 37.6349 -101.5848 972.6 KS JOHNSON CITY 10.2 ENE +US1KSSU0002 37.2646 -97.5491 392.9 KS MAYFIELD 0.3 NW +US1KSSU0005 37.0325 -97.5866 345.3 KS CALDWELL 1.2 E +US1KSSU0006 37.4754 -97.2302 390.1 KS MULVANE 0.7 ESE +US1KSSU0008 37.4564 -97.3138 379.2 KS MULVANE 4.3 WSW +US1KSSU0011 37.3830 -97.6947 436.8 KS CONWAY SPRINGS 2.8 W +US1KSSU0012 37.0646 -97.4728 351.7 KS CALDWELL 7.8 ENE +US1KSSU0013 37.4182 -97.4715 401.7 KS CLEARWATER 6.3 SSE +US1KSSU0014 37.1558 -97.5905 349.0 KS CALDWELL 8.4 N +US1KSSU0015 37.2690 -97.4200 373.1 KS WELLINGTON 1.3 W +US1KSSU0019 37.1989 -97.6204 355.1 KS MAYFIELD 6.0 SW +US1KSSU0021 37.0342 -97.4777 333.8 KS CALDWELL 7.2 E +US1KSSU0022 37.1513 -97.3653 381.3 KS WELLINGTON 8.5 SSE +US1KSSU0023 37.4715 -97.2434 377.6 KS MULVANE 0.7 SSW +US1KSSU0024 37.1256 -97.5423 354.5 KS CALDWELL 7.2 NNE +US1KSSU0025 37.4749 -97.2150 381.3 KS MULVANE 1.5 ESE +US1KSSU0026 37.2635 -97.4100 365.2 KS WELLINGTON 0.9 SW +US1KSSV0012 37.0532 -101.4670 989.4 KS HUGOTON 10.8 SW +US1KSSV0018 37.1840 -101.3521 947.3 KS HUGOTON 0.6 NNW +US1KSSV0019 37.3239 -101.2081 932.4 KS MOSCOW 0.1 SW +US1KSSV0020 37.3236 -101.2064 932.7 KS MOSCOW 0.1 S +US1KSSW0002 37.2050 -100.7028 855.9 KS KISMET 0.1 W +US1KSSW0004 37.2718 -101.0434 901.9 KS MOSCOW 9.7 ESE +US1KSSW0005 37.1200 -101.0000 890.0 KS LIBERAL 6.3 NW +US1KSSW0008 37.3303 -100.8350 873.3 KS KISMET 11.4 NW +US1KSSW0011 37.3591 -100.9236 889.1 KS SATANTA 6.4 SSE +US1KSTH0001 39.3906 -101.0432 967.1 KS COLBY 0.3 NE +US1KSTH0002 39.3807 -101.1539 993.0 KS COLBY 5.7 W +US1KSTH0003 39.4016 -101.0356 958.9 KS COLBY 1.1 NNE +US1KSTH0005 39.2773 -101.0578 972.9 KS COLBY 7.6 S +US1KSTH0006 39.4089 -100.9806 960.1 KS COLBY 3.7 ENE +US1KSTH0009 39.4006 -101.0364 960.1 KS COLBY 1.0 NNE +US1KSTH0010 39.3998 -101.0638 958.9 KS COLBY 1.3 NW +US1KSTH0011 39.3898 -101.0453 967.1 KS COLBY 0.1 NNE +US1KSTH0012 39.3993 -101.0600 965.9 KS COLBY 1.1 NW +US1KSTH0013 39.4098 -101.0548 958.9 KS COLBY 1.6 NNW +US1KSTH0017 39.4003 -101.0280 954.0 KS COLBY 1.3 NE +US1KSTH0018 39.3947 -101.0509 967.1 KS COLBY 0.6 NNW +US1KSTH0020 39.2971 -101.2614 1025.0 KS LEVANT 6.9 SSW +US1KSTH0022 39.4174 -100.9804 944.9 KS COLBY 4.1 ENE +US1KSTH0024 39.3858 -101.0426 972.0 KS COLBY 0.2 SE +US1KSTH0025 39.4012 -101.0128 958.3 KS COLBY 2.0 ENE +US1KSTH0026 39.4261 -100.8961 942.1 KS GEM 0.0 ENE +US1KSTH0027 39.5180 -101.1631 1000.4 KS COLBY 11.0 NW +US1KSTR0004 38.9409 -99.8924 748.0 KS WAKEENEY 5.7 S +US1KSTR0005 38.9058 -99.8469 728.8 KS TREGO CENTER 3.4 ENE +US1KSTR0006 38.9872 -99.8919 737.9 KS WAKEENEY 2.6 SSW +US1KSTR0007 38.9265 -99.6632 669.0 KS ELLIS 5.6 W +US1KSTR0008 38.8258 -99.7997 687.9 KS CEDAR BLUFF 4.9 NW +US1KSTR0009 38.9580 -99.8046 723.9 KS OGALLAH 4.3 WSW +US1KSTR0010 39.0094 -99.7883 723.0 KS WAKEENEY 5.1 E +US1KSTR0011 38.8663 -99.8971 699.8 KS WAKEENEY 10.9 S +US1KSTR0012 39.0172 -99.8717 747.1 KS WAKEENEY 0.7 SE +US1KSTR0013 39.0317 -99.8902 735.8 KS WAKEENEY 0.7 NW +US1KSTR0016 39.0292 -99.9277 754.1 KS WAKEENEY 2.5 W +US1KSTR0017 38.9439 -99.6525 670.0 KS ELLIS 5.1 W +US1KSTR0018 38.8157 -99.9655 680.0 KS TREGO CENTER 5.7 SW +US1KSTR0020 38.8568 -99.6940 683.4 KS ELLIS 9.1 SW +US1KSTR0021 39.0356 -100.1179 786.1 KS COLLYER 0.2 S +US1KSTR0022 38.9339 -99.7795 698.9 KS OGALLAH 4.1 SW +US1KSTR0023 38.9571 -100.0414 763.2 KS WAKEENEY 9.7 WSW +US1KSTR0024 38.7252 -100.1313 757.4 KS UTICA 6.1 NNE +US1KSTR0025 38.8972 -99.6144 693.4 KS ELLIS 4.0 SW +US1KSTR0027 38.7654 -100.0602 722.7 KS UTICA 10.3 NE +US1KSTR0028 38.9429 -99.9015 750.7 KS WAKEENEY 5.7 S +US1KSTR0029 38.9578 -99.9583 753.5 KS WAKEENEY 6.1 SW +US1KSTR0030 39.1187 -99.6477 641.0 KS ELLIS 13.5 NNW +US1KSTR0031 39.1237 -99.6923 658.7 KS ELLIS 14.8 NNW +US1KSTR0032 39.0160 -100.0903 775.1 KS COLLYER 2.1 SE +US1KSTR0037 38.8997 -99.7875 723.9 KS WAKEENEY 9.9 SSE +US1KSTR0038 39.1074 -99.9071 692.2 KS WAKEENEY 6.0 NNW +US1KSTR0039 38.9071 -99.9466 748.6 KS WAKEENEY 8.8 SSW +US1KSTR0040 38.9437 -99.7479 700.4 KS OGALLAH 2.7 SSW +US1KSTR0041 39.0013 -100.0928 773.0 KS COLLYER 2.9 SSE +US1KSWA0001 38.7497 -101.7429 1107.0 KS SHARON SPRINGS 10 S +US1KSWA0002 38.8892 -101.7492 1060.1 KS SHARON SPRINGS 0.4 SSE +US1KSWA0004 38.7776 -101.8631 1157.9 KS SHARON SPRINGS 10.0 SW +US1KSWA0009 38.8657 -101.9621 1175.0 KS WESKAN 0.4 NNW +US1KSWA0010 38.7704 -101.6773 1103.7 KS SHARON SPRINGS 9.4 SSE +US1KSWB0001 38.9284 -95.9908 346.9 KS DOVER 4.3 SW +US1KSWB0004 39.0674 -96.3800 413.9 KS ALMA 6.1 NW +US1KSWB0005 39.1074 -96.2893 388.6 KS WAMEGO 6.8 S +US1KSWB0007 39.1463 -96.3476 312.1 KS WAMEGO 4.5 SSW +US1KSWB0009 38.8674 -96.4872 442.9 KS ALTA VISTA 0.2 NNE +US1KSWH0001 38.3069 -101.4947 1042.1 KS LEOTI 14 SSW +US1KSWH0003 38.6416 -101.2195 984.2 KS MARIENTHAL 10.5 N +US1KSWH0005 38.3936 -101.3852 1015.6 KS LEOTI 6.4 SSW +US1KSWH0007 38.5395 -101.4419 1028.4 KS LEOTI 6.0 NW +US1KSWH0008 38.2782 -101.2915 995.2 KS LEOTI 14.6 SSE +US1KSWH0009 38.5780 -101.3870 999.4 KS LEOTI 6.8 NNW +US1KSWH0010 38.4900 -101.3669 1007.1 KS LEOTI 0.7 NW +US1KSWL0002 37.7020 -95.8600 289.0 KS COYVILLE 2.2 ENE +US1KSWL0003 37.4141 -95.8148 282.9 KS NEODESHA 7.4 W +US1KSWL0004 37.5376 -95.8262 271.0 KS FREDONIA 0.3 NNW +US1KSWL0005 37.4842 -95.9117 285.0 KS FREDONIA 5.9 SW +US1KSWL0006 37.3848 -95.6994 253.9 KS NEODESHA 2.9 SSW +US1KSWL0008 37.5356 -95.8471 266.1 KS FREDONIA 1.3 W +US1KSWL0009 37.3853 -95.7588 272.2 KS NEODESHA 5.0 WSW +US1KSWL0010 37.7014 -95.6673 285.9 KS BUFFALO 1.7 ESE +US1KSWL0011 37.7101 -95.6985 283.5 KS BUFFALO 0.1 NW +US1KSWO0001 37.8012 -95.9489 292.9 KS TORONTO 0.2 N +US1KSWO0003 37.8765 -95.7373 340.2 KS YATES CENTER 0.4 NE +US1KSWS0002 39.6189 -96.9377 430.1 KS GREENLEAF 7.8 SSE +US1KSWS0003 39.7144 -96.8729 409.0 KS BARNES 0.2 N +US1KSWS0005 39.9181 -97.0125 397.8 KS WASHINGTON 7.3 NNE +US1KSWS0006 39.7549 -96.9576 408.1 KS GREENLEAF 2.3 NNE +US1KSWS0008 39.7548 -96.9209 409.0 KS GREENLEAF 3.7 ENE +US1KSWS0009 39.8196 -97.0487 398.4 KS WASHINGTON 0.3 NE +US1KSWS0012 39.7848 -97.2160 468.2 KS MORROWVILLE 4.8 SSW +US1KSWS0013 39.6251 -97.1442 409.7 KS PALMER 0.6 SSW +US1KSWY0005 39.0894 -94.7362 238.4 KS KANSAS CITY 2.1 SSW +US1KSWY0007 39.1175 -94.6514 274.0 KS KANSAS CITY 4.1 E +US1KYAD0001 37.0667 -85.2884 262.1 KY COLUMBIA 2.4 SSE +US1KYAD0003 37.0253 -85.3942 301.4 KY COLUMBIA 6.9 SW +US1KYAL0001 36.7831 -86.3372 216.1 KY SCOTTSVILLE 8.1 WNW +US1KYAL0003 36.8022 -86.1373 217.0 KY SCOTTSVILLE 4.9 NE +US1KYAL0004 36.7207 -86.0349 231.6 KY SCOTTSVILLE 9.2 ESE +US1KYAL0005 36.8000 -86.1200 214.9 KY SCOTTSVILLE 5.5 NE +US1KYAL0006 36.7300 -86.1600 246.0 KY SCOTTSVILLE 2.4 SE +US1KYAL0007 36.6700 -86.2500 188.1 KY SCOTTSVILLE 6.2 SSW +US1KYAL0011 36.8805 -86.1717 217.0 KY SCOTTSVILLE 4.9 NE +US1KYAL0012 36.8117 -86.2668 192.0 KY SCOTTSVILLE 5.8 NW +US1KYAL0013 36.8279 -86.3204 186.2 KY SCOTTSVILLE 8.7 NW +US1KYAL0014 36.7734 -86.2514 228.9 KY SCOTTSVILLE 3.5 WNW +US1KYAL0016 36.7372 -86.1992 213.4 KY SCOTTSVILLE 0.9 S +US1KYAL0017 36.8283 -86.1767 232.3 KY SCOTTSVILLE 5.5 N +US1KYAN0001 37.9678 -84.8496 239.0 KY LAWRENCEBURG 5.2 SSE +US1KYAN0002 38.0066 -84.9043 234.7 KY LAWRENCEBURG 2.0 SSW +US1KYAN0003 37.9597 -84.8904 251.5 KY LAWRENCEBURG 5.2 S +US1KYAN0004 38.0519 -84.9890 276.5 KY LAWRENCEBURG 5.3 WNW +US1KYAN0005 38.0798 -84.9296 253.9 KY LAWRENCEBURG 3.6 N +US1KYAN0006 37.9495 -85.0042 230.1 KY LAWRENCEBURG 8.4 SW +US1KYAN0007 38.0288 -84.8988 253.3 KY LAWRENCEBURG 0.5 S +US1KYAN0009 38.0231 -84.9497 260.3 KY LAWRENCEBURG 3.1 WSW +US1KYBA0003 37.1346 -88.9409 108.8 KY KEVIL 4.6 NW +US1KYBC0001 38.6810 -84.0545 267.6 KY BROOKSVILLE 0.7 E +US1KYBC0002 38.7503 -84.0490 268.2 KY AUGUSTA 3.0 WSW +US1KYBD0001 38.4365 -82.6902 220.7 KY ASHLAND 2.9 WSW +US1KYBE0001 37.4124 -83.4255 263.3 KY TALBERT 1.9 ESE +US1KYBE0003 37.5620 -83.3731 235.6 KY JACKSON 0.5 NE +US1KYBE0004 37.6014 -83.4638 238.4 KY JACKSON 5.5 WNW +US1KYBE0005 37.4654 -83.2802 234.7 KY JACKSON 8.4 SE +US1KYBH0001 38.2488 -83.9134 300.5 KY CARLISLE 8.1 ESE +US1KYBH0003 38.1446 -83.7636 306.3 KY OWINGSVILLE 0.6 NNW +US1KYBK0007 37.7385 -86.2581 246.0 KY IRVINGTON 9.8 S +US1KYBN0001 38.9322 -84.8072 246.6 KY UNION 7.5 W +US1KYBN0004 38.9681 -84.6514 274.3 KY FLORENCE 1.7 SSW +US1KYBN0009 38.9565 -84.7257 276.1 KY UNION 3.0 W +US1KYBN0012 39.0201 -84.7281 251.2 KY BURLINGTON 0.4 SW +US1KYBN0013 38.8953 -84.6439 257.3 KY WALTON 2.5 NW +US1KYBN0018 38.9462 -84.6285 276.1 KY FLORENCE 3.2 SSE +US1KYBR0001 36.7750 -86.0385 191.1 KY FOUNTAIN RUN 5.7 NW +US1KYBR0005 36.8833 -85.8460 247.5 KY TEMPLE HILL +US1KYBR0008 36.9762 -85.8557 252.4 KY GLASGOW 4.0 ESE +US1KYBR0009 36.9988 -85.9036 230.1 KY GLASGOW 1.0 E +US1KYBR0010 36.8821 -85.7884 245.4 KY GLASGOW 10.9 SE +US1KYBT0001 38.0450 -85.7155 152.1 KY FOX CHASE 1.4 W +US1KYBT0002 38.0551 -85.5447 208.2 KY MOUNT WASHINGTON 0.6 NNE +US1KYBT0011 38.0916 -85.4886 205.7 KY MOUNT WASHINGTON 4.2 NE +US1KYBT0012 38.0815 -85.6808 166.7 KY HUNTERS HOLLOW 0.6 ENE +US1KYBY0002 37.5860 -84.7791 306.6 KY DANVILLE 3.9 S +US1KYBY0003 37.6557 -84.7802 296.3 KY DANVILLE 1.0 NNW +US1KYCB0004 38.9690 -84.3368 178.0 KY CALIFORNIA 5.2 NW +US1KYCB0005 39.0222 -84.4660 250.5 KY HIGHLAND HEIGHTS 1.2 SSW +US1KYCB0006 39.0208 -84.3352 151.5 KY MELBOURNE 2.1 ESE +US1KYCB0007 39.0059 -84.4460 249.6 KY COLD SPRING 1.3 SSW +US1KYCB0008 39.0920 -84.4715 189.6 KY NEWPORT 0.9 ENE +US1KYCD0002 37.4029 -88.1501 116.1 KY MARION 6.3 NW +US1KYCH0003 36.6477 -87.3939 167.6 KY OAK GROVE 2.3 SE +US1KYCH0004 36.8802 -87.6642 157.9 KY GRACEY 0.3 NW +US1KYCH0006 36.8585 -87.4943 174.3 KY HOPKINSVILLE 0.3 NW +US1KYCH0009 36.7163 -87.4840 188.4 KY OAK GROVE 4.6 NW +US1KYCK0002 37.9940 -84.1786 289.6 KY WINCHESTER +US1KYCK0003 37.9379 -84.1010 309.1 KY WINCHESTER 6.4 SE +US1KYCK0005 37.9869 -84.1798 307.5 KY WINCHESTER 0.9 S +US1KYCM0001 36.8505 -85.5463 191.1 KY DUBRE 1.0 NE +US1KYCM0002 36.7991 -85.3616 182.9 KY BURKESVILLE 0.7 NE +US1KYCM0003 36.8525 -85.5488 194.8 KY DUBRE 1.1 NNE +US1KYCN0001 36.6987 -85.1584 298.1 KY ALBANY 1.4 WNW +US1KYCN0002 36.6802 -85.2297 289.6 KY ALBANY 5.3 W +US1KYCS0001 37.5245 -84.9965 287.1 KY BRADFORDSVILLE 8.5 ENE +US1KYCS0002 37.1338 -84.9333 338.3 KY WINDSOR 1.2 NW +US1KYCS0003 37.1364 -84.9214 348.1 KY WINDSOR 0.8 NW +US1KYCS0004 37.3053 -84.9183 334.1 KY LIBERTY 1.1 SE +US1KYCS0007 37.3686 -84.8139 268.8 KY MIDDLEBURG 0.8 NE +US1KYCW0003 36.5968 -88.3437 165.8 KY MURRAY 1.9 WSW +US1KYDV0003 37.6884 -87.1323 118.9 KY OWENSBORO 4.9 S +US1KYDV0006 37.6572 -86.9087 160.9 KY WHITESVILLE 2.8 SW +US1KYDV0007 37.7478 -87.0775 127.7 KY OWENSBORO 2.4 ESE +US1KYDV0009 37.7874 -87.1701 135.9 KY OWENSBORO 3.4 NW +US1KYED0001 37.2378 -86.3740 176.5 KY BROWNSVILLE 7.2 WNW +US1KYED0004 37.3305 -86.2267 177.7 KY BEE SPRING 4.3 NE +US1KYEL0001 38.1933 -83.0817 267.0 KY OLIVE HILL 9.0 SSE +US1KYEL0002 38.0865 -83.1284 247.5 KY SANDY HOOK 0.5 SSW +US1KYEL0003 38.0599 -83.0463 215.8 KY ISONVILLE 0.4 ESE +US1KYEL0004 38.1326 -83.0918 251.2 KY SANDY HOOK 3.2 NNE +US1KYEL0005 38.2022 -83.1758 312.4 KY OLIVE HILL 7.0 S +US1KYES0001 37.6386 -84.1098 274.9 KY IRVINE 8.7 WSW +US1KYES0002 37.8300 -84.0341 222.5 KY IRVINE 9.9 NNW +US1KYES0003 37.5757 -84.0628 226.2 KY IRVINE 9.8 SSW +US1KYFD0001 37.6549 -82.8292 214.9 KY PRESTONSBURG 3.7 WSW +US1KYFD0005 37.5539 -82.7010 256.3 KY BANNER 3.1 S +US1KYFD0007 37.6668 -82.7338 194.8 KY PRESTONSBURG 1.9 ESE +US1KYFM0001 38.3283 -83.6100 233.8 KY WALLINGFORD 5.3 S +US1KYFR0001 38.2210 -84.8175 224.0 KY FRANKFORT 3.3 NE +US1KYFR0004 38.1928 -85.0006 256.3 KY FRANKFORT 7.3 W +US1KYFR0006 38.2187 -84.8628 153.0 KY FRANKFORT 1.9 N +US1KYFR0008 38.3030 -84.8300 152.1 KY FRANKFORT 8.0 NNE +US1KYFR0010 38.2292 -84.7900 212.1 KY FRANKFORT 4.9 ENE (SWITZER FS) +US1KYFR0011 38.2743 -84.9330 272.5 KY FRANKFORT 6.8 NNW (BALD KNOB F +US1KYFR0012 38.2781 -84.8465 234.1 KY FRANKFORT 6.1 N (OWENTON ROAD +US1KYFR0013 38.1741 -84.7991 247.2 KY FRANKFORT 3.8 ESE (INDUSTRIAL- +US1KYFR0014 38.1315 -84.9122 252.4 KY FRANKFORT 4.8 SSW (EVERGREEN F +US1KYFR0016 38.2592 -84.9076 253.0 KY FRANKFORT 5.3 NNW +US1KYFR0018 38.1070 -84.9320 236.8 KY FRANKFORT 6.8 SSW +US1KYFR0019 38.1954 -84.8927 245.1 KY FRANKFORT 1.5 WNW +US1KYFT0001 36.5066 -88.9711 115.2 KY FULTON 5.0 W +US1KYFY0001 37.9843 -84.5097 289.9 KY LEXINGTON 4.9 SW +US1KYFY0002 37.9673 -84.4851 299.0 KY LEXINGTON-FAYETTE 6.3 S +US1KYFY0003 38.0163 -84.5187 306.0 KY LEXINGTON 3.7 WSW +US1KYFY0009 38.0249 -84.4950 307.8 KY LEXINGTON 1.7 SSE +US1KYFY0012 37.9876 -84.4816 283.2 KY LEXINGTON-FAYETTE 4.0 SSW +US1KYFY0014 38.0164 -84.5193 304.5 KY LEXINGTON 1.7 SW +US1KYFY0019 38.0523 -84.5367 291.7 KY LEXINGTON 4.3 W +US1KYFY0023 37.9984 -84.4534 318.5 KY LEXINGTON 4.2 SSE +US1KYFY0027 38.0470 -84.4161 288.6 KY LEXINGTON 4.7 E +US1KYFY0029 37.9733 -84.5171 296.9 KY LEXINGTON 5.7 SSW +US1KYFY0032 37.9762 -84.5550 297.2 KY LEXINGTON 6.9 SW +US1KYFY0036 37.9813 -84.5224 302.7 KY LEXINGTON 4.8 S +US1KYGD0001 37.7174 -84.6711 275.8 KY BRYANTSVILLE 1.2 W +US1KYGD0002 37.5800 -84.3900 285.6 KY PAINT LICK 2.4 SSE +US1KYGN0001 37.2620 -85.5576 226.5 KY GREENSBURG 3.5 W +US1KYGP0002 38.6017 -82.9542 171.0 KY GREENUP 7.0 WNW +US1KYGP0005 38.5225 -82.7284 193.9 KY FLATWOODS 0.5 WNW +US1KYGT0002 38.6423 -84.5606 292.9 KY WILLIAMSTOWN 0.3 N +US1KYGV0001 36.6172 -88.7143 159.4 KY WINGO 2.2 SE +US1KYGV0002 36.5885 -88.5418 159.4 KY SEDALIA 5.1 SE +US1KYHD0002 37.7350 -85.9696 226.2 KY RINEYVILLE 1 S +US1KYHD0005 37.6870 -85.8450 217.9 KY ELIZABETHTOWN 1.8 SE +US1KYHD0006 37.7100 -85.8800 239.0 KY ELIZABETHTOWN 0.7 NW +US1KYHD0007 37.7242 -85.9536 250.5 KY RINEYVILLE 2.0 SE +US1KYHD0009 37.8068 -85.9524 229.5 KY RADCLIFF 1.4 S +US1KYHD0014 37.7731 -85.9920 229.8 KY RINEVYILLE 2.0 NW +US1KYHD0015 37.8089 -85.9320 236.5 KY RADCLIFF 1.2 SSE +US1KYHL0003 36.8820 -83.3087 610.2 KY HARLAN 2.9 NNE +US1KYHN0001 37.9334 -86.8517 149.0 KY LEWISPORT 2.8 E +US1KYHN0003 37.8250 -86.6725 189.9 KY HAWESVILLE 6.8 SE +US1KYHP0001 37.4378 -87.4418 137.2 KY HANSON 2.2 NE +US1KYHP0002 37.3363 -87.4968 154.8 KY MADISONVILLE 0.5 E +US1KYHP0003 37.1926 -87.4522 125.0 KY NORTONVILLE 0.5 NNE +US1KYHP0012 37.1826 -87.4542 133.2 KY NORTONVILLE 0.3 SE +US1KYHP0013 37.3306 -87.4959 138.4 KY MADISONVILLE 0.7 SE +US1KYHR0001 38.4456 -84.1615 225.2 KY CYNTHIANA 8.3 ENE +US1KYHR0003 38.5358 -84.1902 181.7 KY CYNTHIANA 11.8 NNE +US1KYHR0005 38.3370 -84.4233 270.1 KY CYNTHIANA 7.7 WSW +US1KYHS0001 37.8339 -87.5840 118.9 KY HENDERSON 0.4 SSW +US1KYHS0004 37.7867 -87.6558 128.0 KY CORYDON 4.3 NE +US1KYHS0005 37.8332 -87.5538 126.5 KY HENDERSON 1.6 ESE +US1KYHT0001 37.1609 -85.8411 203.9 KY HORSE CAVE 3.9 ESE +US1KYHY0001 38.5169 -85.2037 274.0 KY CAMPBELLSBURG 0.7 SSE +US1KYHY0003 38.4596 -85.1650 256.6 KY NEW CASTLE 1.8 N +US1KYHY0005 38.3629 -85.1814 288.3 KY EMINENCE +US1KYHY0006 38.3758 -85.0820 263.0 KY PLEASUREVILLE 2.3 NE +US1KYHY0007 38.3515 -85.1555 263.7 KY EMINENCE 1.4 SE +US1KYHY0008 38.5315 -85.1460 272.5 KY TURNERS STATION 2.0 SE +US1KYHY0010 38.4104 -85.2203 273.4 KY EMINENCE 4.0 NW +US1KYHY0011 38.4721 -85.0064 254.8 KY LOCKPORT 3.3 NW +US1KYHY0012 38.3961 -85.3068 238.7 KY SMITHFIELD 2.7 WNW +US1KYJC0001 37.5217 -84.1140 450.5 KY MCKEE 9.4 NW +US1KYJF0001 38.2960 -85.5053 231.0 KY ANCHORAGE 2.8 NE +US1KYJF0002 38.2859 -85.6141 187.5 KY OLD BROWNSBORO PLACE 0.3 SW +US1KYJF0004 38.2871 -85.5866 199.9 KY LANGDON PLACE 0.1 W +US1KYJF0005 38.3330 -85.6192 149.0 KY PROSPECT 1 S +US1KYJF0010 38.1617 -85.8566 139.9 KY PLEASURE RIDGE PARK 0.6 NNW +US1KYJF0013 38.0951 -85.7358 153.3 KY FAIRDALE 1.6 SE +US1KYJF0018 38.0935 -85.6540 185.3 KY OKOLONA 3.5 SSE +US1KYJF0019 38.2573 -85.6335 164.6 KY BEECHWOOD VILLAGE +US1KYJF0021 38.1249 -85.8488 158.5 KY VALLEY STATION 1.6 NNE +US1KYJF0022 38.1517 -85.6670 143.3 KY NEWBURG 1 S +US1KYJF0027 38.2686 -85.6329 170.1 KY WINDY HILLS 0.4 SSE +US1KYJF0029 38.2636 -85.5840 191.1 KY LYNDON 1.1 E +US1KYJF0030 38.2435 -85.5581 213.1 KY BLUE RIDGE MANOR +US1KYJF0032 38.2705 -85.4373 222.5 KY MIDDLETOWN 4.9 ENE +US1KYJF0033 38.2562 -85.6935 162.5 KY LOUISVILLE 3.6 E (CRESCENT HIL +US1KYJF0034 38.2360 -85.5648 208.5 KY LOUISVILLE 10.6 E (PLAINVIEW) +US1KYJF0035 38.1985 -85.7655 140.2 KY CHURCHILL DOWNS 0.4 SE (WILDER +US1KYJF0040 38.3017 -85.5674 205.4 KY LOUISVILLE 11.0 ENE (SPRINGHUR +US1KYJF0041 38.1842 -85.5314 224.6 KY LOUISVILLE 13.2 ESE +US1KYJF0051 38.2710 -85.6040 171.3 KY BRIARWOOD 0.9 WSW +US1KYJF0052 38.2425 -85.6602 165.2 KY BROAD FIELDS 0.5 WNW +US1KYJF0066 38.2914 -85.5010 229.5 KY ANCHORAGE 2.7 NE (FOREST SPRIN +US1KYJH0001 37.7753 -82.6753 249.0 KY VAN LEAR 4.4 E +US1KYJH0002 37.8150 -82.8024 192.9 KY PAINTSVILLE 0.3 ESE +US1KYJH0004 37.8609 -82.8615 217.0 KY STAFFORDSVILLE 2.5 NNW +US1KYJS0002 37.8618 -84.5882 284.4 KY NICHOLASVILLE 1.2 SSW +US1KYJS0005 37.8434 -84.5644 292.0 KY NICHOLASVILLE 2.6 S +US1KYJS0007 37.8592 -84.6649 275.8 KY WILMORE 0.6 SSW +US1KYJS0008 37.8978 -84.5916 288.6 KY NICHOLASVILLE 1.5 NNW +US1KYJS0009 37.8687 -84.5629 286.8 KY NICHOLASVILLE 1.2 SE +US1KYKN0001 39.0771 -84.5247 164.9 KY PARK HILLS 0.6 NE +US1KYKN0006 38.8126 -84.5072 255.1 KY MORNING VIEW 2.9 SW +US1KYKN0007 38.9896 -84.5152 250.5 KY TAYLOR MILL 1.8 SSW +US1KYKN0009 38.9878 -84.5784 259.7 KY ERLANGER 1.6 SSE +US1KYKN0011 38.9609 -84.5124 253.9 KY INDEPENDENCE 1.9 ENE +US1KYKN0012 39.0629 -84.5454 262.7 KY COVINGTON 2.4 SW +US1KYKN0015 39.0658 -84.5017 161.8 KY COVINGTON 1.3 SSE +US1KYKN0016 38.9623 -84.6017 276.8 KY INDEPENDENCE 3.0 W +US1KYKN0017 38.9550 -84.5090 264.9 KY INDEPENDENCE 2.1 E +US1KYKT0001 37.4035 -82.9575 343.8 KY LEBURN 3.8 N +US1KYKX0001 36.8656 -83.8873 301.1 KY BARBOURVILLE 0.2 WSW +US1KYLA0002 37.4528 -85.7490 260.3 KY MAGNOLIA .7 NNW +US1KYLA0003 37.5078 -85.6858 252.7 KY BUFFALO 0.8 ESE +US1KYLA0004 37.5844 -85.7389 234.4 KY HODGENVILLE 1.1 N +US1KYLA0005 37.5664 -85.7368 228.3 KY HODGENVILLE 0.1 SSW +US1KYLG0002 36.8345 -86.8947 192.3 KY RUSSELLVILLE 0.4 S +US1KYLG0003 36.8568 -86.8862 174.0 KY RUSSELLVILLE 1.3 NNE +US1KYLG0004 36.8610 -86.7158 199.3 KY AUBURN 0.3 SW +US1KYLG0005 36.8331 -86.7387 219.2 KY AUBURN 2.6 SSW +US1KYLG0009 36.9867 -86.9468 145.1 KY LEWISBURG 0.2 E +US1KYLL0001 37.1462 -84.0625 396.8 KY LONDON 1.7 NE +US1KYLL0002 37.0142 -84.1435 373.4 KY KEAVY 1.2 NE +US1KYLL0003 37.0244 -83.9312 374.6 KY LONDON 11.0 SE +US1KYLL0006 37.0683 -84.0919 356.9 KY LONDON 4.2 S +US1KYLN0006 37.4756 -84.6460 321.3 KY STANFORD 4.0 SSE +US1KYLT0003 37.1881 -82.9326 365.2 KY JEREMIAH 1.4 N +US1KYLV0001 37.2604 -88.2388 134.4 KY SALEM 0.4 S +US1KYLW0001 38.6020 -83.3203 161.2 KY VANCEBURG 0.5 N +US1KYLW0003 38.5272 -83.5163 242.6 KY RIBOLT 3.0 S +US1KYLY0002 37.1027 -88.0692 152.7 KY EDDYVILLE 2.0 NNE +US1KYMA0007 37.6929 -83.1250 265.2 KY SALYERSVILLE 5.0 SW +US1KYMC0001 37.1414 -85.7015 237.7 KY HISEVILLE 6.9 ENE +US1KYMC0002 37.0250 -85.6970 299.9 KY KNOB LICK 3.7 S +US1KYMC0003 37.0809 -85.7124 246.9 KY KNOB LICK 1.0 WNW +US1KYMC0004 36.8979 -85.6407 276.1 KY EDMONTON 6.0 S +US1KYMD0001 37.9433 -86.2753 196.9 KY IRVINGTON 4.5 N +US1KYMD0002 37.9101 -86.1364 198.7 KY EKRON 2.6 ESE +US1KYMD0003 38.1901 -86.3614 132.0 KY BATTLETOWN 9.4 NNW +US1KYMD0008 37.8155 -86.0399 219.8 KY FLAHERTY 2.0 SE +US1KYME0008 37.8580 -85.0070 252.1 KY HARRODSBURG 10.8 NW +US1KYMH0003 37.0009 -88.3791 120.7 KY CALVERT CITY 2.7 SSW +US1KYMH0006 37.0015 -88.3729 133.5 KY CALVERT CITY 2.5 SSW +US1KYMH0007 36.9321 -88.2217 125.3 KY GRAND RIVERS 5.1 S +US1KYMK0002 37.0530 -88.7467 120.1 KY CONCORD 2.9 WSW +US1KYMK0003 37.0631 -88.6492 131.7 KY PADUCAH 1.0 SW +US1KYMK0006 37.0190 -88.6830 123.1 KY PADUCAH 4.5 SW +US1KYMK0008 37.0857 -88.6321 103.9 KY PADUCAH 0.9 NNE +US1KYMK0009 37.0060 -88.5117 114.0 KY REIDLAND 0.8 E +US1KYMK0010 37.0020 -88.5182 124.1 KY PADUCAH 8.1 SE +US1KYMM0003 38.0655 -83.9881 307.2 KY MOUNT STERLING 2.4 W +US1KYMN0003 37.6022 -84.1422 259.1 KY BEREA 8.5 ENE +US1KYMN0006 37.6885 -84.1393 281.9 KY RICHMOND 9.2 ESE +US1KYMN0011 37.7806 -84.3309 286.2 KY RICHMOND 3.3 NW +US1KYMN0013 37.8320 -84.3520 294.4 KY RICHMOND 6.9 NNW +US1KYMN0014 37.7390 -84.1380 272.5 KY WACO 0.4 SE +US1KYMN0015 37.6700 -84.4120 298.4 KY KIRKSVILLE 0.4 NNW +US1KYMN0016 37.5860 -84.2950 297.2 KY BEREA 0.6 N +US1KYMN0017 37.7470 -84.2670 278.6 KY RICHMOND 1.5 E +US1KYMN0018 37.8960 -84.2660 186.2 KY FT. BOONESBOROUGH SP +US1KYMN0019 37.6639 -84.2604 303.3 KY RICHMOND 5.8 SSE +US1KYMN0022 37.5807 -84.3510 303.3 KY BEREA 3.2 W +US1KYMN0023 37.6806 -84.4133 292.3 KY KIRKSVILLE 1.1 N +US1KYMO0001 36.7586 -85.8992 280.1 KY TOMPKINSVILLE 12.1 WNW +US1KYMO0002 36.6438 -85.8097 232.3 KY GAMALIEL 0.9 WNW +US1KYMS0002 38.5324 -83.7547 254.5 KY MAYSVILLE 6.8 SSE +US1KYMU0001 37.1572 -87.2730 146.0 KY GREENVILLE 6.2 WSW +US1KYMU0002 37.1545 -87.1451 134.7 KY GREENVILLE 4.0 SSE +US1KYMU0003 37.2365 -87.2061 154.5 KY GREENVILLE 2.6 NW +US1KYNC0001 38.4200 -84.0700 257.9 KY CARLISLE 7.6 NNW +US1KYNL0001 37.8521 -85.5329 210.0 KY BARDSTOWN 4.6 NW +US1KYNL0003 37.9156 -85.4028 235.9 KY FAIRFIELD 1.6 SW +US1KYNL0004 37.7327 -85.5174 187.1 KY NEW HAVEN 6.4 NE +US1KYNL0012 37.8406 -85.4252 214.6 KY BARDSTOWN 3.2 NE +US1KYOH0001 37.4866 -86.8479 170.1 KY HARTFORD 3.5 NE +US1KYOH0003 37.3237 -86.8414 135.6 KY BEAVER DAM 5.7 SSE +US1KYOH0009 37.5936 -86.9905 156.7 KY MASONVILLE 6.0 SSE +US1KYOL0001 38.3620 -85.4478 246.0 KY PARK LAKE 1.8 NE +US1KYOL0004 38.3158 -85.5031 221.9 KY PEWEE VALLEY 0.8 WNW +US1KYOL0006 38.3583 -85.4215 215.5 KY LA GRANGE 3.9 SW +US1KYOL0007 38.3368 -85.3880 249.3 KY LA GRANGE 4.6 S +US1KYOL0008 38.4293 -85.3570 253.0 KY LA GRANGE 2.2 NNE +US1KYOL0009 38.3883 -85.5874 193.5 KY GOSHEN 1.4 S +US1KYOL0010 38.3701 -85.3614 246.0 KY LA GRANGE 2.8 S +US1KYOL0012 38.4884 -85.4709 143.0 KY WESTPORT 0.7 NNE +US1KYOL0015 38.3430 -85.4750 234.1 KY CRESTWOOD 1.3 N +US1KYOW0003 38.5305 -84.8332 292.3 KY OWENTON 0.7 SSE +US1KYPL0001 37.3269 -84.5933 352.7 KY EUBANK 4.7 NE +US1KYPL0004 37.0915 -84.6382 310.3 KY SOMERSET 1.7 WNW +US1KYPL0005 37.0250 -84.3429 357.2 KY SOMERSET 15.2 ESE +US1KYPL0006 37.0625 -84.6333 291.1 KY SOMERSET 1.9 SW +US1KYPR0003 37.2861 -83.2312 424.0 KY HAZARD 3.0 NW +US1KYPR0004 37.1877 -83.1494 286.2 KY VIPER 0.5 N +US1KYPR0005 37.2729 -83.2136 366.7 KY HAZARD 1.7 NW +US1KYPW0001 37.8627 -83.8979 224.0 KY CLAY CITY 2.2 SE +US1KYPW0002 37.8467 -83.8632 203.0 KY STANTON 0.3 W +US1KYRC0002 37.3038 -84.4636 334.7 KY BRODHEAD 7.3 SSW +US1KYRC0003 37.3651 -84.2792 395.0 KY MOUNT VERNON 3.6 E +US1KYRC0004 37.3763 -84.6611 382.8 KY CRAB ORCHARD 10.4 SW +US1KYRC0005 37.3600 -84.3200 353.0 KY MOUNT VERNON 1 E +US1KYRW0001 38.2854 -83.4556 263.7 KY MOREHEAD 6.6 N +US1KYRW0002 38.1744 -83.4663 315.5 KY MOREHEAD 1.7 SW +US1KYRW0003 38.2429 -83.3449 262.1 KY MOREHEAD 6.4 NE +US1KYRW0004 38.1754 -83.5346 271.9 KY MOREHEAD 5.1 WSW +US1KYSC0001 38.2273 -84.5509 249.0 KY GEORGETOWN 1.3 NNE +US1KYSC0002 38.2797 -84.5688 280.1 KY GEORGETOWN 4.8 N +US1KYSC0003 38.2386 -84.5784 251.2 KY GEORGETOWN 2.2 NNW +US1KYSC0004 38.2218 -84.6909 258.5 KY GEORGETOWN 7.2 W +US1KYSC0005 38.4161 -84.6208 280.1 KY SADIEVILLE 4.9 WNW +US1KYSC0006 38.2708 -84.6851 256.0 KY STAMPING GROUND 0.1 NE +US1KYSC0007 38.2335 -84.4314 288.6 KY GEORGETOWN 7.2 ENE +US1KYSC0009 38.1888 -84.5505 274.9 KY GEORGETOWN 1.1 S +US1KYSC0011 38.1989 -84.5294 265.2 KY GEORGETOWN 1.3 ESE +US1KYSC0012 38.3160 -84.5742 285.3 KY GEORGETOWN 7.4 N +US1KYSC0013 38.2853 -84.6522 256.3 KY STAMPING GROUND 2.1 ENE +US1KYSC0015 38.2096 -84.4771 274.6 KY GEORGETOWN 4.5 E +US1KYSC0019 38.2008 -84.5764 273.4 KY GEORGETOWN 1.1 SW +US1KYSC0020 38.2263 -84.5648 256.0 KY GEORGETOWN 1.2 N +US1KYSC0022 38.4310 -84.5846 289.3 KY SADIEVILLE 3.8 NW +US1KYSC0023 38.2155 -84.5645 260.6 KY GEORGETOWN 1.0 NW +US1KYSH0002 38.2223 -85.1318 250.5 KY SHELBYVILLE 3.2 E +US1KYSH0007 38.3124 -85.3036 239.6 KY SHELBYVILLE 7.6 NNW +US1KYSH0012 38.2801 -85.0975 273.1 KY SHELBYVILLE 8.4 ENE +US1KYSM0002 36.7556 -86.5433 180.1 KY FRANKLIN 2.5 NE +US1KYSM0004 36.7266 -86.5744 216.7 KY FRANKLIN 0.3 NNE +US1KYSP0004 38.0973 -85.4227 220.1 KY TAYLORSVILLE 6.1 NW +US1KYTB0001 38.6451 -85.3552 267.0 KY BEDFORD 4.2 NNW +US1KYTB0002 38.5484 -85.2846 265.5 KY BEDFORD 3.5 SSE +US1KYTB0004 38.5797 -85.3200 276.8 KY BEDFORD 0.9 S +US1KYTB0005 38.7241 -85.4027 264.6 KY MILTON 1.7 W +US1KYTB0008 38.6609 -85.3234 275.2 KY BEDFORD 4.7 N +US1KYTD0001 37.0496 -87.0985 216.1 KY LEWISBURG 9.3 WNW +US1KYTD0002 36.6534 -87.1840 164.6 KY GUTHRIE 0.8 WNW +US1KYTD0004 36.9931 -87.1503 244.4 KY ELKTON 12.7 N +US1KYTD0005 36.6944 -87.2848 170.7 KY TRENTON 2.3 SSW +US1KYTG0001 36.7944 -87.9525 130.5 KY CANTON 0.6 ESE +US1KYTG0003 36.9047 -87.8371 137.2 KY CADIZ 2.5 NNW +US1KYTY0003 37.3200 -85.4000 246.3 KY CAMPBELLSVILLE 3.4 SW +US1KYUN0001 37.5699 -87.8927 113.1 KY STURGIS 5.4 ENE +US1KYWF0001 38.0459 -84.7583 273.4 KY VERSAILLES 1.7 WSW +US1KYWF0002 38.0698 -84.7150 277.4 KY VERSAILLES 1.3 NE +US1KYWF0003 37.9734 -84.7578 249.9 KY VERSAILLES 5.8 SSW +US1KYWF0004 37.9587 -84.7183 262.1 KY VERSAILLES 6.6 S +US1KYWF0006 38.1548 -84.6814 250.5 KY MIDWAY 0.4 NNE +US1KYWF0007 37.9849 -84.7705 260.9 KY VERSAILLES 5.3 SSW +US1KYWF0008 38.0409 -84.6953 286.2 KY VERSAILLES 2.1 ESE +US1KYWF0009 38.1515 -84.6762 260.0 KY MIDWAY 0.4 ENE +US1KYWF0010 38.0385 -84.7068 291.1 KY VERSAILLES 1.6 SE +US1KYWF0014 38.0447 -84.7044 283.8 KY VERSAILLES 1.5 ESE +US1KYWF0015 38.1467 -84.6854 255.4 KY MIDWAY 0.2 SSW +US1KYWH0005 36.8681 -84.2072 378.9 KY CORBIN 7.3 SW +US1KYWL0001 37.6470 -83.5230 270.1 KY CAMPTON 6.2 SSE +US1KYWR0003 36.9544 -86.3366 165.2 KY BOWLING GREEN 5.9 ESE +US1KYWR0006 36.8970 -86.4623 176.8 KY BOWLING GREEN 5.4 SSW +US1KYWR0007 37.0043 -86.5653 228.6 KY BOWLING GREEN 7.2 WNW +US1KYWR0014 37.0319 -86.3890 180.7 KY PLUM SPRINGS 0.8 NNW +US1KYWR0015 37.0475 -86.2033 197.2 KY SMITHS GROVE 0.3 SE +US1KYWR0016 36.9703 -86.4743 160.6 KY BOWLING GREEN 1.8 SW +US1KYWR0017 36.9189 -86.4796 173.4 KY BOWLING GREEN 4.3 S +US1KYWR0019 36.9005 -86.5872 184.4 KY ROCKFIELD 1.4 WSW +US1KYWR0023 36.9747 -86.4530 149.4 KY BOWLING GREEN 0.7 W +US1KYWR0024 37.0271 -86.3784 167.6 KY PLUM SPRINGS 0.6 N +US1KYWR0025 36.9404 -86.4497 162.5 KY BOWLING GREEN 3.7 S +US1KYWR0026 36.9777 -86.4613 146.0 KY BOWLING GREEN 1.6 SW +US1KYWR0028 36.9230 -86.4919 173.7 KY BOWLING GREEN 5.6 SSW +US1KYWR0030 36.8936 -86.4127 185.0 KY BOWLING GREEN 5.8 SSE +US1KYWR0031 36.9287 -86.5390 182.3 KY BOWLING GREEN 6.2 WSW +US1KYWR0034 36.9694 -86.4526 153.0 KY BOWLING GREEN 0.7 WSW +US1KYWS0002 37.7118 -85.2268 233.5 KY SPRINGFIELD 1.7 N +US1KYWS0004 37.7950 -85.1024 262.7 KY WILLISBURG 1.5 SE +US1KYWS0006 37.7253 -85.0521 274.6 KY MACKVILLE 1.1 ESE +US1KYWY0001 36.8198 -85.0107 294.4 KY MONTICELLO 9.1 W +US1LAAC0001 30.2242 -92.3819 5.8 LA CROWLEY 0.9 NNW +US1LAAC0002 30.4010 -92.2249 14.9 LA CHURCH POINT 0.7 WSW +US1LAAC0003 30.2353 -92.2843 8.8 LA RAYNE 1.0 W +US1LAAP0001 29.8348 -90.9629 3.0 LA LABADIEVILLE 0.9 NNW +US1LAAS0001 30.1613 -90.9239 7.9 LA GONZALES 3.8 S +US1LAAS0002 30.3294 -90.9151 10.1 LA PORT VINCENT 4.4 W +US1LAAS0003 30.2173 -90.9099 7.9 LA GONZALES 0.8 E +US1LAAS0005 30.1584 -90.9207 4.9 LA GONZALES 4.0 S +US1LAAS0007 30.2706 -90.9274 3.0 LA GONZALES 3.7 N +US1LAAS0009 30.2383 -90.9062 2.7 LA GONZALES 1.8 NE +US1LAAS0010 30.3187 -90.9954 8.8 LA PRAIRIEVILLE 1.8 NW +US1LAAS0011 30.1519 -90.9289 4.3 LA GONZALES 4.5 S +US1LAAS0013 30.2386 -90.9047 2.7 LA GONZALES 1.9 NE +US1LAAS0015 30.1293 -90.9154 6.7 LA DARROW 4.3 E +US1LAAS0019 30.2769 -90.9791 6.1 LA PRAIRIEVILLE 2.0 S +US1LAAV0001 30.9517 -92.1921 24.1 LA BUNKIE 0.3 WSW +US1LAAV0003 31.1338 -92.0686 22.6 LA MARKSVILLE 0.6 NW +US1LABG0001 30.8516 -93.2661 54.3 LA DERIDDER 1.5 ENE +US1LABG0002 30.4713 -93.1591 22.6 LA RAGLEY 5.0 SE +US1LABG0003 30.7541 -93.1848 39.6 LA DERIDDER 8.9 SE +US1LABS0001 32.6061 -93.7129 52.4 LA BOSSIER CITY 6.7 NNW +US1LABS0003 32.6221 -93.7199 52.1 LA BOSSIER CITY 7.9 NNW +US1LABS0004 32.8947 -93.6438 99.1 LA PLAIN DEALING 3.3 ESE +US1LABS0007 32.7044 -93.7594 73.5 LA BENTON 1.4 NW +US1LABS0008 32.8925 -93.6460 99.1 LA PLAIN DEALING 3.0 ESE +US1LABS0011 32.5905 -93.7086 52.1 LA BOSSIER CITY 5.6 NNW +US1LABS0016 32.6228 -93.7311 53.6 LA BOSSIER CITY 8.2 NNW +US1LABS0017 32.5330 -93.7007 50.0 LA BOSSIER CITY 2.4 WNW +US1LABS0019 32.4608 -93.6563 49.1 LA BOSSIER CITY 4.0 S +US1LABS0020 32.5196 -93.6917 50.6 LA BOSSIER CITY 1.6 W +US1LABV0001 32.3547 -92.9775 73.2 LA BIENVILLE 0.5 S +US1LABV0002 32.5519 -92.9250 117.3 LA ARCADIA 0.1 NNW +US1LACB0005 32.6988 -93.1398 131.4 LA MINDEN 10.0 NE +US1LACB0007 32.7905 -93.0505 73.5 LA HOMER 0.5 ESE +US1LACC0003 30.2322 -92.9986 6.1 LA IOWA 0.9 ESE +US1LACC0005 30.2545 -93.2694 4.0 LA WESTLAKE 0.7 WNW +US1LACC0006 30.2339 -93.3205 4.6 LA SULPHUR 2.2 E +US1LACC0009 30.3698 -93.0669 4.6 LA IOWA 9.7 NNW +US1LACC0011 30.1992 -93.4048 3.7 LA SULPHUR 3.6 SW +US1LACC0014 30.1450 -93.1764 6.4 LA LAKE CHARLES 4.8 SSE +US1LACC0015 30.2297 -93.2167 4.3 LA LAKE CHARLES 1.5 NNW +US1LACC0016 30.3912 -93.4114 16.2 LA DE QUINCY 4.4 SSE +US1LACC0017 30.2308 -93.2109 4.0 LA LAKE CHARLES 1.5 NNW +US1LACC0018 30.1842 -93.2011 4.0 LA LAKE CHARLES 1.8 S +US1LACC0020 30.2040 -93.3750 3.7 LA SULPHUR 2.2 S +US1LACC0021 30.1626 -93.1761 5.5 LA LAKE CHARLES 3.7 SSE +US1LACD0001 32.3825 -93.7979 59.1 LA SHREVEPORT 6.2 S +US1LACD0002 32.3875 -93.8267 57.9 LA SHREVEPORT 6.0 SSW +US1LACD0004 32.3796 -93.8019 57.3 LA SHREVEPORT 6.3 S +US1LACD0006 32.3653 -93.7054 57.0 LA SHREVEPORT 9.1 SE +US1LACD0009 32.3796 -93.8031 55.2 LA SHREVEPORT 6.4 S +US1LACD0010 32.3625 -93.8981 62.5 LA KEITHVILLE 4.2 WNW +US1LACD0012 32.3587 -93.8555 67.7 LA KEITHVILLE 1.5 NNW +US1LACD0013 32.4656 -93.7410 60.0 LA SHREVEPORT 3.3 E +US1LACD0014 32.4613 -93.7447 64.6 LA SHREVEPORT 3.2 ESE +US1LACD0019 32.3755 -93.8055 51.8 LA SHREVEPORT 6.7 S +US1LACD0025 32.4821 -93.7268 52.1 LA SHREVEPORT 4.2 E +US1LACD0026 32.6217 -93.8850 72.5 LA BLANCHARD 2.8 NNE +US1LACD0027 32.8946 -93.9828 69.8 LA VIVIAN 1.5 N +US1LACD0029 32.6303 -93.9136 84.1 LA SHREVEPORT 12.9 NNW +US1LACM0003 30.0483 -93.2414 1.5 LA LAKE CHARLES 11.5 SSW +US1LACN0002 31.6473 -91.5651 16.5 LA FERRIDAY 1.1 NNW +US1LACT0001 31.8719 -91.7097 21.9 LA SICILY ISLAND 3.3 WNW +US1LACW0002 32.1672 -92.1474 75.3 LA COLUMBIA 6.1 NW +US1LACW0003 32.1558 -92.1064 21.3 LA COLUMBIA 4.1 NNW +US1LADS0004 32.0821 -93.6077 77.7 LA MANSFIELD 6.5 ENE +US1LADS0005 32.2346 -93.8377 89.0 LA STONEWALL 2.4 SSW +US1LAEB0002 30.4218 -91.1576 21.0 LA BATON ROUGE 2.7 SW +US1LAEB0005 30.3657 -91.1168 17.1 LA GARDERE 1.2 ENE +US1LAEB0006 30.6184 -91.0759 28.0 LA ZACHARY 5.5 ESE +US1LAEB0009 30.6069 -91.0533 32.0 LA BROWNFIELDS 5.8 NE +US1LAEB0014 30.4393 -91.0685 18.0 LA BATON ROUGE 3.5 E +US1LAEB0018 30.4033 -91.0357 15.8 LA SHENANDOAH 2.1 W +US1LAEB0019 30.5096 -91.0016 18.0 LA MONTICELLO 3.0 ENE +US1LAEB0020 30.4438 -91.0561 21.9 LA MONTICELLO 3.0 SSW +US1LAEB0021 30.3781 -91.0180 7.0 LA OLD JEFFERSON 0.9 W +US1LAEB0022 30.4023 -90.9762 21.9 LA SHENANDOAH 1.5 E +US1LAEB0023 30.5541 -91.0540 21.9 LA BROWNFIELDS 4.0 E +US1LAEB0024 30.4436 -91.0184 18.9 LA SHENANDOAH 3.1 NNW +US1LAEB0027 30.4507 -91.0843 25.0 LA BATON ROUGE 2.5 E +US1LAEB0028 30.6841 -91.2045 39.0 LA ZACHARY 3.5 WNW +US1LAEB0031 30.5441 -91.0050 27.1 LA CENTRAL 2.2 SE +US1LAEB0033 30.4118 -91.1786 21.9 LA LSU +US1LAEB0036 30.4028 -91.0134 11.0 LA SHENANDOAH 0.8 W +US1LAEB0041 30.3876 -91.1372 9.1 LA BATON ROUGE 4.3 S +US1LAEB0042 30.3586 -91.0780 10.7 LA INNISWOLD 2.8 S +US1LAEB0044 30.3412 -91.1137 6.1 LA BATON ROUGE 8.0 SSE +US1LAEB0045 30.6565 -91.1668 32.0 LA ZACHARY 0.9 WSW +US1LAEB0046 30.4421 -91.1490 14.0 LA BATON ROUGE 1.4 WSW +US1LAEB0047 30.3818 -91.1373 12.5 LA BATON ROUGE 5.3 S +US1LAEB0053 30.4089 -91.1058 9.1 LA BATON ROUGE 3.0 SSE +US1LAEB0054 30.4281 -91.0243 11.6 LA BATON ROUGE 6.2 ESE +US1LAEB0056 30.6943 -91.2565 33.2 LA JACKSON 10.1 SSW +US1LAEB0059 30.3570 -91.0770 10.4 LA BATON ROUGE 7.0 SSE +US1LAEB0060 30.4005 -91.0896 9.4 LA BATON ROUGE 4.0 SSE +US1LAEF0001 30.8404 -91.0159 65.8 LA CLINTON 1.4 S +US1LAFP0003 32.2324 -91.6921 21.9 LA WINNSBORO 5.3 NNE +US1LAGR0001 31.5857 -92.6022 48.5 LA DRY PRONG 4.3 W +US1LAGR0002 31.7933 -92.5832 44.8 LA GEORGETOWN 12.1 W +US1LAIB0002 30.0346 -91.7775 4.3 LA NEW IBERIA 3.1 NE +US1LAIB0004 29.9988 -91.8288 5.2 LA NEW IBERIA 0.8 WSW +US1LAIV0004 30.3161 -91.0721 4.9 LA VILLAGE ST. GEORGE 3.2 S +US1LAJB0001 30.0747 -90.5481 1.5 LA RESERVE 0.8 E +US1LAJB0002 30.0690 -90.5574 3.0 LA RESERVE 0.5 SSE +US1LAJD0002 30.2360 -92.8230 3.7 LA WELSH 0.7 W +US1LAJD0004 30.3356 -92.6711 8.2 LA JENNINGS 7.8 N +US1LAJF0003 30.0182 -90.1941 0.0 LA METAIRIE 1.7 NW +US1LAJF0005 29.9692 -90.2178 1.8 LA RIVER RIDGE 0.7 N +US1LAJF0006 29.8807 -90.0837 0.0 LA MARRERO 1.9 E +US1LAJF0009 30.0319 -90.2213 0.0 LA METAIRIE 3.5 NW +US1LAJF0013 29.9865 -90.1547 0.0 LA METAIRIE 1.6 ESE +US1LAJF0014 30.0142 -90.1343 0.0 LA METAIRIE 2.8 ENE +US1LALF0002 29.7056 -90.6224 0.0 LA RACELAND 1.8 WSW +US1LALF0004 29.8978 -90.7800 0.9 LA THIBODAUX 7.8 NNE +US1LALN0003 32.6093 -92.6629 54.6 LA RUSTON 5.5 NNW +US1LALN0006 32.5490 -92.6573 84.1 LA RUSTON 1.6 NW +US1LALN0008 32.5574 -92.5517 80.5 LA RUSTON 5.4 ENE +US1LALS0001 31.6690 -92.1555 62.8 LA JENA 2.2 SW +US1LALV0002 30.5771 -90.9699 32.9 LA DENHAM SPRINGS 6.8 N +US1LALV0003 30.2995 -90.7981 7.9 LA FRENCH SETTLEMENT 0.9 SSE +US1LALV0004 30.5241 -90.9127 21.0 LA DENHAM SPRINGS 4.1 NE +US1LALV0005 30.2717 -90.8228 6.1 LA FRENCH SETTLEMENT 3.0 SSW +US1LALV0007 30.5037 -90.9424 11.9 LA DENHAM SPRINGS 1.9 NNE +US1LALV0010 30.5602 -90.9518 18.0 LA WATSON 1.1 S +US1LALV0011 30.5550 -90.7520 18.0 LA LIVINGSTON 3.7 N +US1LALY0002 30.1700 -92.0016 9.8 LA LAFAYETTE 3.5 SSE +US1LALY0004 30.3341 -92.0272 14.0 LA CARENCRO 1.7 NNE +US1LALY0005 30.1112 -92.0580 6.7 LA LAFAYETTE 7.4 SSW +US1LALY0006 30.2522 -92.0887 10.7 LA SCOTT 1.0 N +US1LALY0007 30.3357 -91.9781 5.5 LA CARENCRO 3.9 ENE +US1LAMR0001 32.8196 -91.8973 35.1 LA BASTROP 3.2 NNE +US1LAMR0002 32.7602 -91.9047 43.0 LA BASTROP 1.0 SSE +US1LANT0001 31.9135 -92.9929 52.1 LA GOLDONNA 8.8 SSW +US1LANT0003 31.7869 -93.1708 45.7 LA NATCHITOCHES 4.8 WNW +US1LANT0005 32.0420 -92.9108 59.7 LA GOLDONNA 1.5 N +US1LANT0006 31.9330 -93.0277 0.0 LA CAMPTI 5.7 ENE +US1LAOC0001 32.5448 -92.0039 23.8 LA SWARTZ 2.0 SSW +US1LAOC0002 32.5564 -92.1989 42.1 LA WEST MONROE 4.1 NW +US1LAOC0004 32.5386 -92.0932 27.1 LA MONROE 1.9 NNW +US1LAOC0005 32.5277 -92.1219 25.9 LA MONROE 2.4 WNW +US1LAOC0006 32.5487 -92.1193 21.6 LA MONROE 3.2 NW +US1LAOC0010 32.4896 -92.2486 25.0 LA WEST MONROE 6.1 WSW +US1LAOC0011 32.3993 -92.2548 45.1 LA WEST MONROE 10.1 SW +US1LAOC0012 32.5412 -92.1648 27.1 LA WEST MONROE 2.1 NNW +US1LAOC0014 32.4693 -92.0623 21.0 LA MONROE 3.2 SSE +US1LAOC0015 32.5153 -92.1661 29.9 LA WEST MONROE 1.0 W +US1LAOC0016 32.4518 -92.3439 44.2 LA CALHOUN 4.3 SSE +US1LAOC0019 32.5458 -92.0980 21.9 LA MONROE 2.5 NNW +US1LAOC0023 32.5447 -91.9982 25.0 LA MONROE 5.5 ENE +US1LAOC0029 32.5283 -92.1238 21.9 LA WEST MONROE 1.7 ENE +US1LAOR0003 29.9195 -90.1185 3.0 LA NEW ORLEANS 3.6 SW +US1LAOR0006 29.9617 -90.0388 2.4 LA NEW ORLEANS 2.1 ENE +US1LAOR0009 30.0152 -90.0656 0.6 LA NEW ORLEANS 5.0 N +US1LAOR0012 30.0194 -90.0687 0.0 LA NEW ORLEANS 4.8 N +US1LAOR0013 29.9209 -90.1070 7.3 LA WESTWEGO 2.4 ENE +US1LAOR0014 29.9377 -90.1313 2.1 LA NEW ORLEANS 3.8 WSW +US1LAPC0002 30.6807 -91.4115 17.1 LA NEW ROADS 2.7 ESE +US1LARC0002 32.4812 -91.8009 25.0 LA RAYVILLE 2.6 WNW +US1LARP0001 31.0956 -92.3598 18.0 LA LECOMPTE 2.3 ENE +US1LARP0003 30.9931 -92.5916 45.1 LA MCNARY 0.9 WNW +US1LARP0007 31.2624 -92.4946 24.4 LA ALEXANDRIA 2.8 SW +US1LARP0009 31.3195 -92.4223 30.5 LA PINEVILLE 1.0 SSW +US1LARR0001 32.0399 -93.3234 55.5 LA COUSHATTA 1.4 NE +US1LASB0002 29.8691 -89.8140 0.9 LA ST. BERNARD 2.7 E +US1LASJ0002 30.0634 -90.6997 0.3 LA GRAMERCY 0.4 NW +US1LASL0001 30.4197 -91.9986 17.1 LA GRAND COTEAU 2.7 E +US1LASM0001 30.3277 -91.8507 13.1 LA CECILIA 0.6 SSW +US1LASM0002 30.1221 -91.8310 6.7 LA ST. MARTINVILLE 0.2 S +US1LASN0003 31.7014 -93.4070 80.5 LA PLEASANT HILL 10.2 SE +US1LASN0007 31.6798 -93.6553 69.5 LA NOBLE 1.8 ESE +US1LAST0006 30.3019 -89.7496 4.0 LA SLIDELL 2.2 NE +US1LAST0007 30.4510 -90.0504 9.1 LA ABITA SPRINGS 2.2 SSW +US1LAST0008 30.3282 -89.9313 5.5 LA LACOMBE 1.4 N +US1LAST0009 30.5001 -90.0134 11.3 LA ABITA SPRINGS 1.9 NE +US1LAST0010 30.2805 -89.7735 3.7 LA SLIDELL 0.2 SE +US1LAST0011 30.5319 -90.0862 16.2 LA COVINGTON 4.0 NNE +US1LAST0012 30.4079 -90.1089 4.6 LA MANDEVILLE 3.1 NNW +US1LAST0013 30.4355 -90.1891 5.5 LA MADISONVILLE 3.2 NNW +US1LAST0015 30.4336 -90.1939 4.6 LA MADISONVILLE 3.2 NNW +US1LAST0017 30.2750 -89.7041 3.7 LA SLIDELL 4.4 E +US1LAST0018 30.2917 -89.7365 4.3 LA SLIDELL 2.6 ENE +US1LAST0020 30.3426 -89.7493 7.0 LA PEARL RIVER 2.0 S +US1LAST0023 30.3001 -89.7592 3.0 LA SLIDELL 1.7 NE +US1LATG0002 30.4956 -90.4965 9.1 LA HAMMOND 2.3 WSW +US1LATG0003 30.7401 -90.4407 61.0 LA AMITE CITY 4.1 E +US1LATG0004 30.4532 -90.5011 4.3 LA HAMMOND 4.5 SSW +US1LATG0006 30.5488 -90.4953 16.2 LA TICKFAW 2.0 SSW +US1LATG0007 30.4326 -90.2462 4.9 LA PONCHATOULA 11.8 E +US1LATG0010 30.4302 -90.3623 4.6 LA PONCHATOULA 4.9 E +US1LATG0012 30.4311 -90.4518 4.0 LA PONCHATOULA 0.7 SW +US1LATG0015 30.4555 -90.5018 5.5 LA HAMMOND 4.4 SW +US1LATG0016 30.4534 -90.4509 7.6 LA PONCHATOULA 1.2 NNW +US1LATG0017 30.5360 -90.4820 14.9 LA HAMMOND 2.5 NNW +US1LATG0018 30.5252 -90.5402 15.2 LA HAMMOND 4.9 WNW +US1LATR0005 29.6791 -90.7728 2.1 LA GRAY 0.5 ENE +US1LATR0007 29.6282 -90.7990 1.5 LA HOUMA 6.5 WNW +US1LATR0009 29.5162 -90.5923 0.9 LA CHAUVIN 4.9 N +US1LATR0010 29.4320 -90.5978 0.9 LA CHAUVIN 1.0 SSW +US1LATS0001 31.9910 -91.1870 21.6 LA ST. JOSEPH 5.8 NNE +US1LAUN0002 32.6805 -92.2236 39.0 LA ROCKY BRANCH 1.3 W +US1LAVM0002 29.9814 -92.2741 2.1 LA KAPLAN 1.6 SSE +US1LAVM0004 29.9762 -92.1072 3.7 LA ABBEVILLE 1.0 E +US1LAVM0006 29.8706 -92.2375 0.9 LA ABBEVILLE 9.9 SW +US1LAVN0001 31.1284 -93.5224 46.0 LA ANACOCO 13.7 SW +US1LAWB0002 30.3797 -91.2674 4.6 LA ADDIS 1.7 N +US1LAWC0001 32.7377 -91.4393 31.1 LA PIONEER 0.3 WSW +US1LAWF0001 30.7869 -91.3675 39.6 LA ST. FRANCISVILLE 1.2 N +US1LAWF0004 30.8928 -91.3641 73.8 LA WAKEFIELD 0.9 WNW +US1LAWF0005 30.9799 -91.3573 71.0 LA ASHWOOD 5.7 SW +US1LAWP0001 31.8822 -92.8938 37.2 LA WINNFIELD 15.1 W +US1LAWR0004 32.6386 -93.2545 99.1 LA MINDEN 2.2 NE +US1LAWR0005 32.5283 -93.4005 62.2 LA DOYLINE 1.1 NE +US1LAWR0006 32.6347 -93.2549 93.9 LA MINDEN 2.0 NE +US1LAWR0007 32.6457 -93.2881 84.4 LA MINDEN 2.1 NNW +US1LAWS0002 30.8508 -90.1368 57.9 LA FRANKLINTON 0.4 ENE +US1LAWS0004 30.8580 -89.9740 100.6 LA BOGALUSA 8.8 WNW +US1MABA0001 41.6818 -70.2048 12.5 MA YARMOUTH 2.3 SSE +US1MABA0002 41.5871 -70.6321 18.3 MA FALMOUTH 3.1 NNW +US1MABA0003 41.5531 -70.5504 2.4 MA FALMOUTH 3.0 E +US1MABA0004 41.7135 -70.4723 50.0 MA SANDWICH 3.4 SSE +US1MABA0007 41.9260 -69.9764 22.3 MA WELLFLEET 3.0 E +US1MABA0008 41.5395 -70.6410 0.9 MA FALMOUTH 1.8 WSW +US1MABA0010 41.7220 -70.4179 25.3 MA EAST SANDWICH 2.3 SE +US1MABA0011 41.5738 -70.5321 4.9 MA EAST FALMOUTH 1.4 ESE +US1MABA0012 41.7887 -69.9786 8.5 MA ORLEANS 1.1 E +US1MABA0013 41.5538 -70.6115 5.2 MA FALMOUTH 0.6 NNW +US1MABA0014 41.6479 -70.6229 2.4 MA NORTH FALMOUTH 0.5 ENE +US1MABA0015 41.7688 -70.4907 9.1 MA SANDWICH 0.9 NNE +US1MABA0016 41.5640 -70.5663 5.5 MA EAST FALMOUTH 1.1 SSW +US1MABA0017 41.5828 -70.5803 12.8 MA EAST FALMOUTH 1.2 WNW +US1MABA0018 41.5818 -70.5257 9.8 MA WAQUOIT 0.6 SSW +US1MABA0019 41.5843 -70.5687 12.5 MA EAST FALMOUTH 0.7 NW +US1MABA0020 41.6777 -69.9504 4.6 MA CHATHAM 0.6 E +US1MABA0022 41.7217 -70.2355 3.0 MA YARMOUTH 0.9 NNW +US1MABA0023 41.7160 -70.0279 14.9 MA HARWICH 2.9 NE +US1MABA0024 41.7018 -70.0752 18.0 MA HARWICH 0.7 N +US1MABA0025 41.6438 -70.2831 2.1 MA HYANNIS 0.9 SE +US1MABA0027 41.9410 -70.0433 19.8 MA WELLFLEET 0.7 NW +US1MABA0028 41.9287 -70.0032 7.3 MA WELLFLEET 1.6 ESE +US1MABA0030 41.8278 -69.9752 4.0 MA EASTHAM 0.6 SW +US1MABA0032 42.0614 -70.1430 1.2 MA NORTH TRURO 3.1 NW +US1MABA0033 41.7465 -70.0520 31.7 MA BREWSTER 1.5 ESE +US1MABA0034 41.9341 -70.0295 4.3 MA WELLFLEET 0.2 ENE +US1MABA0036 41.7057 -70.0257 17.1 MA HARWICH 2.6 ENE +US1MABA0037 41.7924 -70.0155 5.2 MA ORLEANS 0.8 W +US1MABA0042 41.7656 -70.0010 6.7 MA ORLEANS 1.8 S +US1MABA0043 41.6741 -69.9694 8.5 MA CHATHAM 0.4 WSW +US1MABA0045 41.7701 -70.4941 6.7 MA SANDWICH 0.9 NNE +US1MABA0047 41.6351 -70.5244 16.5 MA MASHPEE 2.4 WSW +US1MABA0049 41.7128 -70.4695 45.4 MA SANDWICH 3.5 SSE +US1MABA0050 41.6226 -70.5827 25.3 MA FALMOUTH 5.4 NNE +US1MABA0051 41.7487 -69.9908 19.5 MA ORLEANS 3.0 S +US1MABA0052 42.0021 -70.0506 22.3 MA TRURO 0.8 E +US1MABA0057 41.6284 -70.6232 4.6 MA FALMOUTH 5.7 N +US1MABA0059 41.6943 -70.3696 15.2 MA BARNSTABLE 3.6 W +US1MABA0064 41.7379 -70.4905 70.4 MA SANDWICH 1.5 SSE +US1MABA0065 41.6737 -69.9603 6.7 MA CHATHAM 0.2 SSE +US1MABA0068 41.8261 -70.0022 0.0 MA EASTHAM 1.9 WSW +US1MABA0069 41.8236 -69.9790 5.8 MA EASTHAM 0.9 SW +US1MABA0072 41.6810 -70.2256 15.5 MA YARMOUTH 2.0 S +US1MABA0074 41.6688 -70.1933 7.0 MA YARMOUTH 3.4 SSE +US1MABA0076 41.7089 -70.2918 4.0 MA BARNSTABLE 0.7 NE +US1MABA0077 41.7135 -70.1647 15.2 MA SOUTH DENNIS 1.0 NW +US1MABA0078 41.5841 -70.4889 7.3 MA MASHPEE 4.6 S +US1MABA0079 41.6396 -70.4900 23.2 MA MASHPEE 0.8 SSW +US1MABA0080 41.7542 -70.1072 5.5 MA BREWSTER 1.4 W +US1MABE0001 42.5281 -72.9869 501.1 MA WINDSOR 3.8 NE +US1MABE0002 42.1998 -73.3551 218.2 MA GREAT BARRINGTON 0.4 N +US1MABE0003 42.2898 -73.3195 253.0 MA STOCKBRIDGE .2 NNE +US1MABE0004 42.2591 -73.1321 413.3 MA BECKET 5.6 SSW +US1MABE0005 42.2529 -73.2313 332.2 MA TYRINGHAM 1.5 WNW +US1MABE0010 42.4788 -73.2738 331.3 MA PITTSFIELD 2.0 NNW +US1MABE0011 42.2379 -73.3503 226.5 MA GREAT BARRINGTON 3.0 N +US1MABE0018 42.7005 -73.1694 191.4 MA NORTH ADAMS 3.0 WNW +US1MABE0019 42.2164 -73.4454 258.2 MA ALFORD 1.9 SW +US1MABE0020 42.2724 -73.1976 474.3 MA LEE 3.7 SE +US1MABR0002 41.8630 -71.2729 46.6 MA REHOBOTH 2.1 N +US1MABR0005 41.9305 -71.3361 35.1 MA ATTLEBORO 2.1 W +US1MABR0008 41.8120 -71.1365 42.1 MA DIGHTON 1.1 WSW +US1MABR0009 41.9290 -71.1298 24.1 MA TAUNTON 2.6 NW +US1MABR0011 41.9275 -71.2401 60.0 MA ATTLEBORO 2.9 E +US1MABR0013 41.7363 -71.2145 6.7 MA SWANSEA 1.9 WSW +US1MABR0014 41.5346 -71.0220 27.7 MA DARTMOUTH 2.5 SSW +US1MABR0016 41.7351 -71.1552 17.4 MA SOMERSET 0.4 SSE +US1MABR0017 41.9717 -71.3101 49.7 MA NORTH ATTLEBORO 0.8 E +US1MABR0019 41.7661 -71.1456 32.0 MA SOMERSET 2.0 NNE +US1MABR0023 41.9358 -71.2806 37.8 MA ATTLEBORO 0.9 ENE +US1MABR0024 41.6242 -70.9826 29.6 MA NEW BEDFORD 3.4 SW +US1MABR0030 41.9581 -71.0821 26.8 MA TAUNTON 3.9 N +US1MABR0032 41.6617 -70.8955 16.8 MA ACUSHNET 1.8 SSE +US1MABR0033 41.8985 -71.1388 16.2 MA TAUNTON 2.4 W +US1MABR0035 41.7652 -71.2707 4.0 MA SWANSEA 4.6 WNW +US1MABR0037 41.6615 -71.0835 42.4 MA WESTPORT 0.9 ESE +US1MABR0048 41.9016 -71.0735 0.0 MA TAUNTON 1.0 E +US1MABR0050 41.5746 -71.0322 41.1 MA DARTMOUTH 1.8 WNW +US1MABR0052 41.7230 -70.9440 34.4 MA NEW BEDFORD 4.3 N +US1MABR0058 41.8580 -71.1473 27.1 MA DIGHTON 3.3 NNW +US1MADK0001 41.4484 -70.6059 -999.9 MA VINEYARD HAVEN 0.6 ESE +US1MADK0002 41.4433 -70.6302 21.9 MA VINEYARD HAVEN 0.8 WSW +US1MADK0004 41.4115 -70.5632 11.0 MA EDGARTOWN 2.6 NW +US1MADK0005 41.4246 -70.6921 57.0 MA WEST TISBURY 2.9 N +US1MADK0006 41.4464 -70.5706 7.3 MA OAK BLUFFS 0.3 SW +US1MADK0007 41.4205 -70.9350 38.4 MA CUTTYHUNK 0.3 W +US1MADK0008 41.4381 -70.6548 56.4 MA VINEYARD HAVEN 2.1 WSW +US1MADK0009 41.3780 -70.6833 18.3 MA WEST TISBURY 0.4 S +US1MAES0001 42.8638 -70.9001 24.4 MA SALISBURY 3.7 NW +US1MAES0002 42.5872 -70.8774 14.0 MA BEVERLY 2.8 NW +US1MAES0003 42.8130 -71.1458 67.1 MA HAVERHILL 3.6 WNW +US1MAES0007 42.4814 -70.9497 13.1 MA LYNN 0.8 NE +US1MAES0008 42.4921 -70.8758 11.6 MA MARBLEHEAD 0.8 SW +US1MAES0009 42.7959 -71.0863 33.8 MA HAVERHILL 0.8 N +US1MAES0010 42.6483 -71.1728 47.9 MA ANDOVER 1.5 W +US1MAES0012 42.6397 -70.9797 15.2 MA BOXFORD 2.4 S +US1MAES0014 42.7469 -70.9131 10.4 MA BYFIELD 1.8 ESE +US1MAES0019 42.7747 -70.9883 31.7 MA WEST NEWBURY 1.8 SSE +US1MAES0020 42.7945 -71.0861 29.0 MA HAVERHILL 0.7 N +US1MAES0022 42.6448 -70.5991 23.5 MA ROCKPORT 1.0 E +US1MAES0024 42.8064 -70.8998 6.4 MA NEWBURYPORT 0.8 SW +US1MAES0025 42.6796 -70.6535 23.2 MA GLOUCESTER 4.3 N +US1MAES0026 42.7651 -71.0420 10.1 MA HAVERHILL 2.6 ESE +US1MAES0027 42.8602 -70.9058 21.6 MA AMESBURY 1.2 ENE +US1MAES0029 42.6731 -71.1092 109.1 MA NORTH ANDOVER 1.9 SSE +US1MAES0038 42.7390 -71.1737 46.6 MA METHUEN 1.6 NNE +US1MAES0041 42.5685 -70.9353 13.7 MA DANVERS 0.8 ESE +US1MAES0043 42.6372 -70.6795 9.8 MA GLOUCESTER 2.1 NW +US1MAES0045 42.4218 -70.9154 2.1 MA NAHANT 0.4 N +US1MAES0046 42.7377 -70.9579 26.2 MA GEORGETOWN 1.3 ENE +US1MAES0048 42.6566 -71.1305 62.5 MA ANDOVER 0.6 E +US1MAES0049 42.6110 -70.6728 4.3 MA GLOUCESTER 1.2 WSW +US1MAES0055 42.7391 -71.0306 25.3 MA GROVELAND 0.8 S +US1MAES0056 42.8080 -70.8715 14.3 MA NEWBURYPORT 1.0 ESE +US1MAES0058 42.5813 -71.0271 29.6 MA MIDDLETON 1.4 SSW +US1MAES0059 42.8732 -70.9302 27.7 MA AMESBURY 1.2 N +US1MAFR0001 42.6337 -72.5359 138.7 MA GILL 2.1 WSW +US1MAFR0008 42.4562 -72.3441 255.4 MA NEW SALEM 3.1 S +US1MAFR0010 42.5088 -72.6973 166.4 MA CONWAY 0.9 SW +US1MAFR0011 42.6131 -72.6668 227.4 MA SHELBURNE 2.2 NNE +US1MAFR0012 42.4522 -72.5661 48.8 MA SUNDERLAND 1.3 SE +US1MAFR0013 42.5442 -72.7274 214.6 MA CONWAY 2.9 NW +US1MAFR0017 42.5890 -72.7511 283.5 MA BUCKLAND 1.8 ESE +US1MAFR0021 42.5760 -72.4966 102.1 MA MILLERS FALLS 0.2 SW +US1MAFR0022 42.5469 -72.7636 310.3 MA ASHFIELD 1.4 NE +US1MAFR0025 42.5426 -72.7217 191.7 MA CONWAY 2.7 NW +US1MAFR0029 42.6716 -72.6967 204.2 MA COLRAIN 0.8 WNW +US1MAFR0031 42.6872 -72.7511 224.9 MA COLRAIN 3.7 WNW +US1MAHD0007 42.1136 -72.5300 60.4 MA SPRINGFIELD 0.5 ESE +US1MAHD0009 42.1098 -72.4581 79.6 MA WILBRAHAM 2.1 SSW +US1MAHD0013 42.1179 -72.6184 17.4 MA SPRINGFIELD 4.1 W +US1MAHD0015 42.1258 -72.7792 73.2 MA WESTFIELD 1.5 SW +US1MAHD0016 42.0607 -72.2189 280.4 MA WALES 0.4 SSW +US1MAHD0017 42.0344 -72.8105 139.3 MA SOUTHWICK 2.5 WSW +US1MAHD0020 42.0895 -72.4708 74.7 MA WILBRAHAM 3.7 SSW +US1MAHD0022 42.2175 -72.6243 78.6 MA HOLYOKE 1.0 ENE +US1MAHD0023 42.1243 -72.5861 61.0 MA SPRINGFIELD 2.5 WNW +US1MAHD0025 42.1452 -72.5165 65.5 MA LUDLOW 2.3 SW +US1MAHD0026 42.1529 -72.2495 168.2 MA BRIMFIELD 3.6 NW +US1MAHD0028 42.1069 -72.7215 67.1 MA WESTFIELD 2.8 SE +US1MAHS0002 42.2794 -72.7870 220.1 MA WESTHAMPTON 1.8 SW +US1MAHS0006 42.3531 -72.6991 118.3 MA LEEDS 0.1 NNE +US1MAHS0007 42.4927 -72.9454 423.1 MA PLAINFIELD 2.2 SW +US1MAHS0008 42.3917 -72.7384 227.7 MA WILLIAMSBURG 1.2 WSW +US1MAHS0009 42.1261 -72.7785 72.5 MA HUNTINGTON 4.1 N +US1MAHS0010 42.3411 -72.6504 64.6 MA NORTHAMPTON 1.6 NE +US1MAHS0012 42.3207 -72.6738 94.5 MA NORTHAMPTON 0.4 S +US1MAHS0014 42.4979 -72.8777 413.0 MA PLAINFIELD 2.4 ESE +US1MAHS0020 42.2608 -72.6585 54.9 MA EASTHAMPTON 1.3 ESE +US1MAHS0021 42.3244 -72.6637 78.6 MA NORTHAMPTON 0.6 ESE +US1MAHS0026 42.2611 -72.6892 61.0 MA EASTHAMPTON 0.5 SW +US1MAHS0030 42.2368 -72.5574 67.1 MA SOUTH HADLEY 2.1 SSE +US1MAMD0004 42.6985 -71.7519 111.3 MA TOWNSEND 3.2 NW +US1MAMD0005 42.3700 -71.2986 68.9 MA WESTON 1.6 W +US1MAMD0006 42.4318 -71.1716 88.4 MA ARLINGTON 1.0 NNW +US1MAMD0007 42.4459 -71.1358 13.7 MA WINCHESTER 0.7 SE +US1MAMD0008 42.4424 -71.0529 36.3 MA MELROSE 0.9 SSE +US1MAMD0011 42.3876 -71.1253 14.6 MA CAMBRIDGE 0.9 NNW +US1MAMD0012 42.4675 -71.4820 64.3 MA ACTON 1.3 SW +US1MAMD0018 42.3988 -71.1638 4.3 MA BELMONT 0.2 ESE +US1MAMD0021 42.3059 -71.3352 48.5 MA NATICK 1.7 NNE +US1MAMD0024 42.4462 -71.4755 62.8 MA STOW 1.5 NE +US1MAMD0025 42.5611 -71.5869 82.3 MA AYER 0.1 SW +US1MAMD0032 42.2715 -71.4622 79.9 MA ASHLAND 1.5 N +US1MAMD0034 42.6143 -71.3341 39.0 MA CHELMSFORD 2.0 ENE +US1MAMD0035 42.6674 -71.5635 54.9 MA PEPPERELL 1.3 E +US1MAMD0036 42.6317 -71.7015 132.0 MA TOWNSEND 2.6 S +US1MAMD0037 42.3066 -71.4540 0.0 MA FRAMINGHAM 0.8 W +US1MAMD0041 42.6500 -71.5588 84.1 MA GROTON 3.1 NNE +US1MAMD0042 42.1882 -71.4339 80.8 MA HOLLISTON 0.8 S +US1MAMD0043 42.3791 -71.0974 4.0 MA SOMERVILLE 0.8 SSE +US1MAMD0044 42.4228 -71.1318 8.5 MA MEDFORD 1.2 W +US1MAMD0045 42.5730 -71.1442 25.6 MA WILMINGTON 1.5 NE +US1MAMD0047 42.6762 -71.7498 95.4 MA WEST TOWNSEND 0.5 W +US1MAMD0051 42.4203 -71.4448 63.7 MA MAYNARD 0.7 ESE +US1MAMD0052 42.4398 -71.2405 81.4 MA LEXINGTON 0.6 SW +US1MAMD0053 42.4973 -71.3912 70.4 MA ACTON 4.0 ENE +US1MAMD0054 42.3971 -71.1615 2.7 MA BELMONT 0.3 SE +US1MAMD0055 42.1995 -71.4479 88.4 MA HOLLISTON 0.7 W +US1MAMD0060 42.5464 -71.3062 63.1 MA BILLERICA 2.0 W +US1MAMD0061 42.4563 -71.5314 94.5 MA STOW 2.3 NW +US1MAMD0062 42.5972 -71.3449 40.2 MA CHELMSFORD 1.2 E +US1MAMD0066 42.4713 -71.1414 44.5 MA WOBURN 1.2 SE +US1MAMD0067 42.4241 -71.1983 83.8 MA LEXINGTON 2.3 SE +US1MAMD0069 42.5841 -71.0841 28.7 MA NORTH READING 1.5 NW +US1MAMD0071 42.3599 -71.2260 21.3 MA NEWTON 2.2 NNW +US1MAMD0072 42.4469 -71.0695 13.4 MA MELROSE 0.8 SW +US1MAMD0074 42.3820 -71.0946 19.8 MA SOMERVILLE 0.7 SSE +US1MAMD0075 42.2419 -71.4110 73.5 MA SHERBORN 2.3 WNW +US1MAMD0080 42.4040 -71.3242 62.2 MA LINCOLN 1.5 SW +US1MAMD0081 42.5117 -71.0701 38.7 MA WAKEFIELD 0.5 NNW +US1MAMD0083 42.4807 -71.4940 66.4 MA BOXBOROUGH 1.4 SSE +US1MAMD0085 42.5687 -71.2076 36.3 MA WILMINGTON 2.2 WNW +US1MAMD0087 42.4911 -71.1604 31.1 MA WOBURN 0.5 NW +US1MAMD0088 42.3367 -71.3571 90.8 MA WAYLAND 2.1 SSE +US1MAMD0089 42.3639 -71.4701 85.0 MA SUDBURY 3.6 W +US1MAMD0090 42.3491 -71.5488 146.6 MA MARLBOROUGH 0.1 SW +US1MAMD0091 42.5480 -71.4062 87.5 MA WESTFORD 2.8 SSE +US1MAMD0092 42.3218 -71.1838 70.1 MA NEWTON 1.4 ESE +US1MAMD0093 42.5653 -71.4491 99.1 MA WESTFORD 1.5 SSW +US1MAMD0096 42.4494 -71.2279 67.4 MA LEXINGTON 0.3 NE +US1MAMD0100 42.3904 -71.3985 50.3 MA SUDBURY 1.6 N +US1MAMD0104 42.5717 -71.4991 73.2 MA LITTLETON 2.8 NNW +US1MAMD0105 42.5309 -71.4883 85.6 MA LITTLETON 0.9 WSW +US1MAMD0106 42.2007 -71.4798 86.3 MA HOLLISTON 2.4 W +US1MAMD0107 42.3052 -71.4047 67.1 MA FRAMINGHAM 1.7 E +US1MAMD0111 42.4127 -71.1274 20.4 MA MEDFORD 1.2 SW +US1MAMD0115 42.4037 -71.5868 106.1 MA HUDSON 1.4 NW +US1MAMD0119 42.3711 -71.1995 16.5 MA WATERTOWN 1.1 W +US1MAMD0120 42.3087 -71.3358 53.0 MA NATICK 1.9 NNE +US1MAMD0123 42.4350 -71.2098 61.0 MA LEXINGTON 1.3 SE +US1MAMD0125 42.5708 -71.1981 30.8 MA TEWKSBURY 3.6 SSE +US1MAMD0126 42.4606 -71.0540 31.4 MA MELROSE 0.5 NE +US1MAMD0134 42.3829 -71.0994 6.1 MA SOMERVILLE 0.5 SSE +US1MAMD0136 42.3768 -71.3132 46.6 MA WESTON 2.5 WNW +US1MAMD0152 42.4220 -71.1205 6.1 MA MEDFORD 0.6 W +US1MAMD0156 42.3702 -71.5001 109.1 MA MARLBOROUGH 2.8 ENE +US1MANF0001 42.1976 -71.2137 65.5 MA NORWOOD 1.3 NW +US1MANF0003 42.0944 -71.3776 76.5 MA FRANKLIN 0.7 NE +US1MANF0005 42.2115 -70.9506 30.2 MA WEYMOUTH 0.5 NW +US1MANF0008 42.0592 -71.2468 82.6 MA FOXBOROUGH 0.4 S +US1MANF0010 42.2686 -70.9514 4.6 MA QUINCY 2.9 E +US1MANF0011 42.1460 -71.3794 58.2 MA MILLIS 2.0 SW +US1MANF0016 42.0263 -71.4680 68.0 MA BELLINGHAM 4.7 S +US1MANF0017 42.2797 -71.2172 64.6 MA NEEDHAM 1.2 E +US1MANF0019 42.0421 -71.2646 65.2 MA FOXBOROUGH 1.8 SSW +US1MANF0025 42.2894 -71.2152 58.8 MA NEEDHAM 1.4 ENE +US1MANF0026 42.0601 -71.4706 75.6 MA BELLINGHAM 2.4 S +US1MANF0027 42.2455 -71.0276 14.6 MA QUINCY 1.5 SW +US1MANF0029 42.0263 -71.4301 103.6 MA WRENTHAM 5.7 WSW +US1MANF0031 42.1152 -71.0762 79.2 MA STOUGHTON 1.2 E +US1MANF0032 42.2524 -71.0396 16.8 MA QUINCY 1.8 WSW +US1MANF0035 42.3043 -71.2896 47.5 MA WELLESLEY 0.1 W +US1MANF0036 42.2446 -70.9565 10.7 MA WEYMOUTH 2.8 NW +US1MANF0039 42.2433 -70.9548 15.8 MA WEYMOUTH 2.3 N +US1MANF0049 42.2350 -71.1471 28.0 MA DEDHAM 1.8 ESE +US1MANF0050 42.1797 -71.3330 44.8 MA MILLIS 1.4 ENE +US1MANT0001 41.2922 -70.1702 4.3 MA NANTUCKET 3.8 WNW +US1MANT0002 41.2657 -70.0616 16.5 MA NANTUCKET 2.2 E +US1MAPL0001 42.1895 -70.8665 35.7 MA HINGHAM 3.5 SSE +US1MAPL0002 41.8096 -70.5581 18.3 MA SAGAMORE BEACH 1.0 NW +US1MAPL0004 41.9855 -70.7813 31.4 MA KINGSTON 3.5 WSW +US1MAPL0005 42.0170 -70.7720 21.9 MA KINGSTON 3.3 WNW +US1MAPL0006 41.8918 -70.8214 42.1 MA MIDDLEBOROUGH 5.5 E +US1MAPL0007 41.9597 -70.6678 9.1 MA PLYMOUTH 0.6 ENE +US1MAPL0008 42.2149 -70.8920 18.0 MA HINGHAM 1.6 S +US1MAPL0010 42.2107 -70.8904 20.4 MA HINGHAM 1.8 S +US1MAPL0012 42.0416 -70.9809 24.1 MA EAST BRIDGEWATER 1.7 WNW +US1MAPL0013 42.0913 -70.6491 5.5 MA MARSHFIELD 2.9 E +US1MAPL0015 42.1343 -70.9521 46.0 MA ABINGTON 1.2 NNE +US1MAPL0017 41.9631 -70.8120 21.3 MA PLYMPTON 0.9 NNE +US1MAPL0018 42.0799 -70.7726 8.8 MA PEMBROKE 1.7 ENE +US1MAPL0019 41.7482 -70.8279 18.3 MA ROCHESTER 1.2 NNW +US1MAPL0021 41.9880 -70.9694 15.5 MA BRIDGEWATER 0.1 ESE +US1MAPL0022 42.0320 -70.9548 22.3 MA EAST BRIDGEWATER 0.3 WSW +US1MAPL0023 42.0384 -70.8394 24.4 MA PEMBROKE 2.8 SW +US1MAPL0024 42.0799 -70.9535 29.3 MA WHITMAN 1.1 WSW +US1MAPL0028 42.0814 -70.9344 32.0 MA WHITMAN 0.1 SSW +US1MAPL0030 42.0424 -70.7462 33.8 MA DUXBURY 3.7 W +US1MAPL0031 41.9717 -70.9438 27.7 MA BRIDGEWATER 1.8 SE +US1MAPL0033 41.9503 -70.6806 43.3 MA PLYMOUTH 0.6 SSW +US1MAPL0036 42.2309 -70.8745 11.3 MA HINGHAM 0.8 ESE +US1MAPL0037 42.2017 -70.7516 30.5 MA SCITUATE 1.2 NW +US1MAPL0039 41.8909 -70.5880 27.4 MA PLYMOUTH 6.6 SE +US1MAPL0043 42.0723 -70.8587 19.2 MA HANSON 0.7 NW +US1MAPL0047 41.9731 -70.6841 14.3 MA PLYMOUTH 1.1 NNW +US1MAPL0048 42.1119 -70.7178 26.8 MA MARSHFIELD 1.5 NNW +US1MASF0001 42.3570 -71.0671 13.1 MA BOSTON 0.5 WSW +US1MASF0002 42.3842 -70.9797 13.1 MA WINTHROP 0.2 N +US1MASF0003 42.3131 -71.0998 24.1 MA JAMAICA PLAIN 1.3 NE +US1MASF0004 42.3496 -71.1589 16.2 MA BRIGHTON 0.5 W +US1MASF0010 42.4073 -71.0357 32.3 MA CHELSEA 0.8 N +US1MASF0017 42.2886 -71.0496 2.7 MA DORCHESTER 1.8 ENE +US1MAWR0001 42.1790 -71.5339 121.0 MA MILFORD 2.3 NNW +US1MAWR0002 42.2893 -71.5871 135.9 MA WESTBOROUGH 2.2 NE +US1MAWR0006 42.0842 -72.0225 139.9 MA SOUTHBRIDGE 0.6 E +US1MAWR0007 42.1490 -71.5250 119.5 MA MILFORD 0.5 W +US1MAWR0008 42.5667 -71.8217 217.6 MA FITCHBURG 1.6 SSW +US1MAWR0010 42.2645 -71.6230 113.1 MA WESTBOROUGH 0.3 WSW +US1MAWR0013 42.4970 -71.7750 179.5 MA LEOMINSTER 1.5 S +US1MAWR0018 42.3037 -71.6462 91.4 MA NORTHBOROUGH 0.6 SSE +US1MAWR0020 42.1370 -71.5333 117.3 MA MILFORD 1.2 SW +US1MAWR0025 42.3377 -71.8137 249.3 MA HOLDEN 2.0 ESE +US1MAWR0028 42.3775 -71.6583 123.4 MA BERLIN 1.3 WSW +US1MAWR0030 42.3195 -71.7005 179.8 MA SHREWSBURY 1.6 NNE +US1MAWR0031 42.2003 -71.7089 110.0 MA GRAFTON 1.3 W +US1MAWR0032 42.1888 -71.8001 216.4 MA AUBURN 1.9 ESE +US1MAWR0039 42.5729 -72.0049 305.7 MA GARDNER 1.2 SW +US1MAWR0040 42.5642 -71.9936 306.3 MA GARDNER 1.4 SSW +US1MAWR0041 42.1734 -71.8687 236.8 MA AUBURN 2.6 SW +US1MAWR0042 42.3454 -71.6439 102.1 MA NORTHBOROUGH 2.3 N +US1MAWR0043 42.2308 -71.8608 197.5 MA LEICESTER 2.4 ESE +US1MAWR0044 42.5451 -71.9103 324.3 MA WESTMINSTER 0.6 WSW +US1MAWR0048 42.0718 -71.6335 115.2 MA UXBRIDGE 1.9 WSW +US1MAWR0052 42.6214 -71.8078 220.4 MA FITCHBURG 2.3 N +US1MAWR0053 42.4192 -71.6813 114.6 MA CLINTON 0.2 E +US1MAWR0054 42.4408 -72.0959 293.8 MA BARRE 1.4 NNE +US1MAWR0055 42.4689 -71.5836 131.7 MA HARVARD 2.1 S +US1MAWR0056 42.4754 -71.8114 235.0 MA STERLING 4.3 NW +US1MAWR0058 42.6018 -71.7165 148.1 MA LUNENBURG 0.6 NE +US1MAWR0062 42.0665 -71.6481 145.1 MA UXBRIDGE 2.7 WSW +US1MAWR0063 42.3289 -71.9918 264.6 MA RUTLAND 3.1 SW +US1MAWR0064 42.4501 -71.8184 146.9 MA STERLING 3.7 WNW +US1MAWR0068 42.1037 -71.8794 147.8 MA OXFORD 0.9 SSW +US1MAWR0069 42.1631 -71.6789 116.4 MA NORTHBRIDGE 1.7 WNW +US1MAWR0070 42.2035 -71.7126 160.9 MA GRAFTON 1.5 W +US1MAWR0075 42.2040 -72.2354 214.0 MA WARREN 2.4 WSW +US1MDAA0001 38.8978 -76.5965 46.0 MD BIRDSVILLE 0.2 WSW +US1MDAA0002 39.1069 -76.7021 37.2 MD ODENTON 3.2 N +US1MDAA0003 39.0998 -76.8090 69.2 MD LAUREL 2.7 E +US1MDAA0004 39.1321 -76.7280 68.3 MD SEVERN 2.0 W +US1MDAA0005 39.0433 -76.4428 21.0 MD ARNOLD 3.0 E +US1MDAA0006 38.7929 -76.7016 15.2 MD UPPER MARLBORO 3.4 ESE +US1MDAA0007 39.0889 -76.6492 26.2 MD SOUTH GATE 3.0 SSW +US1MDAA0008 38.9966 -76.6450 38.4 MD CROFTON 2.5 ESE +US1MDAA0009 38.8214 -76.5371 1.8 MD SHADY SIDE 0.9 SW +US1MDAA0010 39.1038 -76.5443 13.1 MD PASADENA 0.7 SE +US1MDAA0011 39.0649 -76.5041 6.7 MD ARNOLD 1.6 N +US1MDAA0012 39.1171 -76.6403 28.0 MD SOUTH GATE 1.1 SW +US1MDAA0013 39.1263 -76.5596 18.9 MD PASADENA 1.1 NNW +US1MDAA0017 39.0562 -76.5678 11.6 MD HERALD HARBOR 0.5 NE +US1MDAA0019 38.8011 -76.5147 2.1 MD DEALE 1.8 ENE +US1MDAA0020 38.8757 -76.5046 3.7 MD MAYO 1.1 SSW +US1MDAA0021 38.7617 -76.5605 6.7 MD DEALE 2.3 SSW +US1MDAA0022 38.8434 -76.5499 2.7 MD SHADY SIDE 1.6 NW +US1MDAA0023 39.0579 -76.7105 51.8 MD ODENTON 0.8 WSW +US1MDAA0024 39.0948 -76.5410 8.5 MD SEVERNA PARK 1.9 ENE +US1MDAA0026 39.1184 -76.6422 36.6 MD SOUTH GATE 1.0 SW +US1MDAA0027 39.1373 -76.6590 46.0 MD SEVERN 1.7 E +US1MDAA0028 38.9210 -76.5217 -999.9 MD SELBY-ON-THE-BAY 0.4 N +US1MDAA0030 38.8223 -76.6097 48.2 MD LOTHIAN 0.6 SE +US1MDAA0034 39.0314 -76.6764 36.0 MD CROFTON 1.5 NNE +US1MDAA0035 39.2082 -76.6586 53.0 MD LINTHICUM 0.4 ENE +US1MDAA0039 39.0916 -76.5112 10.7 MD PASADENA 2.6 ESE +US1MDAA0042 38.9643 -76.5818 19.5 MD ANNAPOLIS 4.3 W +US1MDAA0043 38.7840 -76.5362 2.1 MD DEALE 0.9 SE +US1MDAA0044 38.7497 -76.5560 6.1 MD DEALE 3.0 S +US1MDAA0047 38.8626 -76.5626 27.1 MD HARWOOD 3.1 E +US1MDAA0051 39.1147 -76.6989 36.6 MD SEVERN 1.5 SSW +US1MDAA0053 39.0589 -76.5079 4.0 MD ARNOLD 1.2 NNW +US1MDAA0054 39.0292 -76.6729 46.0 MD CROFTON 1.5 NNE +US1MDAA0056 38.7744 -76.5623 0.0 MD DEALE 1.5 SSW +US1MDAA0059 38.9592 -76.4880 8.5 MD ANNAPOLIS 1.2 SE +US1MDAA0063 39.1234 -76.6818 0.0 MD SEVERN 1.0 SSE +US1MDAA0064 39.0039 -76.6915 35.1 MD CROFTON 0.5 SSW +US1MDAA0065 39.0755 -76.6925 66.8 MD ODENTON 1.0 N +US1MDAA0066 39.0847 -76.6076 13.1 MD SEVERNA PARK 1.9 W +US1MDAA0067 39.1145 -76.6305 32.9 MD SOUTH GATE 1.0 SSW +US1MDAA0070 38.9989 -76.5514 35.7 MD ANNAPOLIS 3.2 NW +US1MDAA0071 38.9978 -76.6770 45.1 MD CROFTON 1.1 SSE +US1MDAA0074 38.9460 -76.5893 15.5 MD RIVA 0.0 E +US1MDAL0002 39.5768 -78.8498 230.1 MD CRESAPTOWN-BEL AIR 0.9 SSE +US1MDAL0003 39.6382 -78.7488 245.1 MD CUMBERLAND 1.2 SE +US1MDAL0006 39.6682 -78.9282 645.9 MD FROSTBURG 1.3 N +US1MDBC0001 39.3578 -76.5532 93.9 MD HAMILTON 0.3 NE +US1MDBC0003 39.3712 -76.6633 117.3 MD MOUNT WASHINGTON 0.5 N +US1MDBC0006 39.2759 -76.6099 14.3 MD BALTIMORE 1.7 S +US1MDBL0001 39.3984 -76.7492 159.1 MD OWINGS MILLS 2.5 ESE +US1MDBL0006 39.6830 -76.5851 217.0 MD MARYLAND LINE 4.4 SE +US1MDBL0007 39.6517 -76.5803 185.9 MD WHITE HALL 3.5 NE +US1MDBL0009 39.4692 -76.5310 139.9 MD LONG GREEN 0.6 SW +US1MDBL0011 39.5314 -76.6219 127.1 MD COCKEYSVILLE 3.7 N +US1MDBL0013 39.5362 -76.5446 149.0 MD JACKSONVILLE 1.5 NE +US1MDBL0015 39.5113 -76.5743 153.0 MD JACKSONVILLE 1.0 SW +US1MDBL0016 39.3970 -76.6153 114.6 MD TOWSON 0.8 SW +US1MDBL0017 39.4190 -76.5924 96.0 MD TOWSON 2.3 NE +US1MDBL0019 39.4059 -76.4612 58.5 MD PERRY HALL 0.9 E +US1MDBL0020 39.4035 -76.5754 108.5 MD TOWSON 2.5 ENE +US1MDBL0021 39.2706 -76.7267 142.0 MD CATONSVILLE 0.9 ENE +US1MDBL0025 39.3701 -76.4189 14.9 MD WHITE MARSH 2.3 ESE +US1MDBL0026 39.4610 -76.8085 193.9 MD REISTERSTOWN 0.4 NE +US1MDBL0027 39.3172 -76.7167 128.6 MD GWYNN OAK 1.2 SE +US1MDBL0028 39.4489 -76.3950 61.6 MD KINGSVILLE 1.2 E +US1MDBL0029 39.5044 -76.5187 156.7 MD BALDWIN 2.7 WNW +US1MDBL0030 39.2750 -76.7667 139.0 MD CATONSVILLE 1.5 WNW +US1MDBL0033 39.2629 -76.5224 10.4 MD DUNDALK 1.4 WSW +US1MDBL0034 39.4201 -76.5626 131.4 MD HAMPTON 0.6 ENE +US1MDBL0035 39.4707 -76.8299 222.2 MD REISTERSTOWN 1.2 NW +US1MDBL0037 39.2678 -76.7503 141.4 MD CATONSVILLE 0.5 WNW +US1MDBL0038 39.3711 -76.7217 148.1 MD PIKESVILLE 1.8 SW +US1MDBL0039 39.2771 -76.7583 141.4 MD CATONSVILLE 1.2 NW +US1MDBL0040 39.3621 -76.6675 122.2 MD BALTIMORE 5.2 NW +US1MDBL0043 39.4044 -76.6465 82.0 MD TOWSON 1.5 WNW +US1MDBL0045 39.4600 -76.6801 179.5 MD COCKEYSVILLE 2.9 WSW +US1MDBL0046 39.2919 -76.7407 142.0 MD CATONSVILLE 1.9 N +US1MDBL0047 39.2729 -76.7469 147.5 MD CATONSVILLE 0.6 NNW +US1MDCC0001 39.5575 -75.8975 63.1 MD NORTH EAST 3.8 SE +US1MDCC0002 39.5896 -75.8347 20.1 MD ELKTON 1.2 SW +US1MDCC0003 39.6236 -75.8307 28.7 MD ELKTON 1.5 NNW +US1MDCC0004 39.6126 -75.8217 15.8 MD ELKTON 0.6 N +US1MDCC0006 39.6165 -75.8380 14.9 MD ELKTON 1.3 NW +US1MDCC0007 39.6638 -76.0894 96.9 MD RISING SUN 2.8 SSW +US1MDCC0008 39.6034 -75.9655 29.0 MD NORTH EAST 1.2 W +US1MDCC0009 39.6829 -76.0771 129.8 MD COLORA 1.3 NE +US1MDCC0010 39.6970 -75.8699 105.8 MD ELKTON 7.0 NNW +US1MDCC0011 39.6540 -75.8487 61.9 MD ELKTON 3.8 NNW +US1MDCC0013 39.3840 -75.8406 20.1 MD CECILTON 2.0 SE +US1MDCC0015 39.5725 -75.9857 0.0 MD CHARLESTOWN 0.4 WSW +US1MDCC0016 39.6513 -75.8856 76.2 MD ELKTON 4.8 NW +US1MDCC0018 39.7008 -75.8444 108.5 MD ELKTON 6.8 N +US1MDCH0007 38.6073 -76.9432 65.8 MD WALDORF 3.2 SW +US1MDCH0009 38.5966 -76.8710 64.0 MD WALDORF 3.6 SSE +US1MDCH0010 38.5270 -76.9907 49.1 MD LA PLATA 1.2 WSW +US1MDCH0011 38.4975 -77.0185 17.1 MD PORT TOBACCO VILLAGE 1.0 S +US1MDCH0012 38.6141 -77.0361 57.9 MD BRYANS ROAD MD 2 ESE +US1MDCH0013 38.5350 -77.0230 39.0 MD PORT TOBACCO VILLAGE 1.6 N +US1MDCH0014 38.6500 -76.8534 61.0 MD WALDORF 2.8 ENE +US1MDCH0018 38.5552 -77.0109 50.0 MD LA PLATA 2.6 WNW +US1MDCH0020 38.6382 -76.9485 61.9 MD WALDORF 2.4 W +US1MDCH0023 38.3719 -76.9756 9.1 MD PORT TOBACCO VILLAGE 9.9 SSE +US1MDCH0026 38.5686 -76.8678 59.1 MD STN CHARLES 3.9 SE +US1MDCH0030 38.6202 -77.0898 53.0 MD BRYANS ROAD 1.0 SW +US1MDCH0033 38.6440 -76.8639 63.4 MD WALDORF 2.2 E +US1MDCH0035 38.5943 -76.9145 61.0 MD WALDORF 3.3 S +US1MDCH0036 38.4674 -76.9062 43.9 MD LA PLATA 5.8 SE +US1MDCH0038 38.3775 -77.2022 9.4 MD NANJEMOY 5.3 S +US1MDCL0003 38.9445 -75.8860 18.0 MD RIDGELY 0.2 S +US1MDCL0005 38.8309 -75.9032 10.1 MD DENTON 5.6 SW +US1MDCL0008 38.8710 -75.9018 11.9 MD DENTON 4.3 W +US1MDCL0009 38.9863 -75.7846 6.1 MD GREENSBORO 1.4 ENE +US1MDCL0010 38.8623 -75.9267 11.9 MD DENTON 5.8 WSW +US1MDCL0011 38.9464 -75.8824 18.0 MD RIDGELY 0.2 ESE +US1MDCL0012 39.0697 -75.7684 19.8 MD HENDERSON 0.4 S +US1MDCL0014 38.7666 -75.8666 14.0 MD PRESTON 4.5 NNE +US1MDCR0003 39.3715 -77.1567 253.0 MD MOUNT AIRY 0.2 SE +US1MDCR0004 39.3847 -76.9217 167.0 MD ELDERSBURG 2.0 SE +US1MDCR0005 39.6919 -77.1171 163.1 MD TANEYTOWN 3.7 NE +US1MDCR0006 39.6831 -77.1216 171.0 MD TANEYTOWN 3.2 NE +US1MDCR0007 39.5770 -77.0260 202.1 MD WESTMINSTER 1.0 W +US1MDCR0009 39.5816 -76.9993 231.6 MD WESTMINSTER 0.5 ENE +US1MDCR0012 39.6467 -76.8986 318.2 MD MANCHESTER 0.9 SSW +US1MDCR0014 39.4005 -76.9482 184.4 MD SYKESVILLE 2.6 NE +US1MDCR0015 39.3978 -77.0166 178.0 MD SYKESVILLE 2.9 NW +US1MDCR0016 39.6629 -77.1601 156.4 MD TANEYTOWN 0.7 NE +US1MDCR0019 39.4037 -76.9343 183.5 MD ELDERSBURG 0.9 E +US1MDCR0021 39.4674 -76.9511 199.9 MD GAMBER 0.8 W +US1MDCR0024 39.5739 -76.9778 258.2 MD WESTMINSTER 1.6 ESE +US1MDCR0036 39.5313 -77.0208 245.4 MD WESTMINSTER 3.4 SSW +US1MDCV0001 38.7418 -76.6807 11.9 MD MARLTON 6.0 E +US1MDCV0005 38.6623 -76.5639 10.1 MD CHESAPEAKE BEACH 2.3 SW +US1MDCV0006 38.7627 -76.6364 43.9 MD DUNKIRK 3.2NNE +US1MDCV0007 38.5517 -76.6158 45.1 MD PRINCE FREDERICK 1.4 W +US1MDCV0008 38.4666 -76.4795 -999.9 MD CALVERT BEACH 0.4N +US1MDCV0011 38.7080 -76.5405 7.9 MD NORTH BEACH 0.3 W +US1MDCV0015 38.6305 -76.6127 37.8 MD HUNTINGTOWN 1.0 N +US1MDCV0016 38.7423 -76.6697 30.5 MD DUNKIRK 1.5 NNW +US1MDCV0017 38.6521 -76.6395 34.4 MD HUNTINGTOWN 2.9 NNW +US1MDCV0018 38.6857 -76.5345 16.5 MD CHESAPEAKE BEACH 0.1 SSE +US1MDCV0020 38.6259 -76.5191 27.4 MD CHESAPEAKE BEACH 4.3 SSE +US1MDCV0021 38.7155 -76.5677 0.0 MD NORTH BEACH 1.8 WNW +US1MDCV0022 38.3809 -76.4051 35.1 MD LUSBY 2.4 NE +US1MDCV0023 38.4264 -76.4644 37.5 MD CALVERT BEACH-LONG BEACH 2.5 S +US1MDDR0001 38.5059 -76.1487 4.9 MD CHURCH CREEK 0.3 E +US1MDDR0002 38.5337 -75.8276 6.1 MD VIENNA 3.4 N +US1MDDR0007 38.5669 -76.1032 3.4 MD CAMBRIDGE 1.4 WNW +US1MDDR0009 38.5136 -75.9130 4.9 MD VIENNA 5.0 WNW +US1MDDR0010 38.5992 -75.9241 13.1 MD EAST NEW MARKET 0.0 WNW +US1MDFR0003 39.3808 -77.4396 91.1 MD FREDERICK 3.5 SSW +US1MDFR0004 39.3548 -77.3552 107.0 MD NEW MARKET 4.8 WSW +US1MDFR0005 39.4581 -77.4601 167.0 MD FREDERICK 3.1 NW +US1MDFR0008 39.4414 -77.5341 177.7 MD MIDDLETOWN 0.5 E +US1MDFR0009 39.4493 -77.2878 143.0 MD FREDERICK 7.2 ENE +US1MDFR0010 39.6125 -77.4050 152.7 MD THURMONT 0.8 SSE +US1MDFR0011 39.4289 -77.5152 203.9 MD MIDDLETOWN 1.8 ESE +US1MDFR0012 39.4195 -77.2905 112.8 MD NEW MARKET 2.6 NNW +US1MDFR0014 39.4852 -77.3352 96.3 MD WALKERSVILLE 1.0 E +US1MDFR0020 39.4642 -77.5262 237.7 MD MIDDLETOWN 1.8 NNE +US1MDFR0021 39.3286 -77.3806 133.2 MD URBANA 1.6 W +US1MDFR0023 39.3064 -77.4642 96.6 MD ADAMSTOWN 0.7 ESE +US1MDFR0024 39.3400 -77.5211 257.3 MD JEFFERSON 1.6 SSE +US1MDFR0030 39.6674 -77.4041 348.7 MD THURMONT 3.0 N +US1MDFR0033 39.6094 -77.4218 162.2 MD THURMONT 1.2 SSW +US1MDFR0035 39.5165 -77.5738 224.9 MD MYERSVILLE 0.8 NNW +US1MDFR0037 39.4815 -77.2351 149.7 MD UNION BRIDGE 6.8 SSW +US1MDGR0001 39.4995 -79.3123 764.1 MD MC HENRY 4.0 SSE +US1MDGR0002 39.6163 -79.4711 696.2 MD FRIENDSVILLE 4.8 SW +US1MDGR0003 39.6647 -79.3038 747.1 MD ACCIDENT 2.8 NNE +US1MDGR0004 39.4854 -79.3183 761.1 MD MC HENRY 4.8 SSE +US1MDGR0009 39.4041 -79.3722 747.1 MD MOUNTAIN LAKE PARK 0.4 E +US1MDGR0010 39.4452 -79.1432 697.7 MD KITZMILLER 4.4 NNE +US1MDGR0012 39.6207 -79.2475 834.2 MD ACCIDENT 3.9 E +US1MDHR0001 39.5619 -76.3842 121.0 MD BEL AIR NORTH 0.8 NW +US1MDHR0004 39.5722 -76.1658 125.0 MD HAVRE DE GRACE 4.0 WNW +US1MDHR0006 39.4809 -76.3948 124.1 MD KINGSVILLE 2.5 NNE +US1MDHR0010 39.6722 -76.4609 149.0 MD JARRETTSVILLE 4.8 N +US1MDHR0011 39.5385 -76.3788 132.0 MD BEL AIR 1.7 W +US1MDHR0012 39.6226 -76.4702 192.9 MD JARRETTSVILLE 1.3 N +US1MDHR0013 39.4678 -76.2770 29.9 MD ABINGDON 0.5 NNE +US1MDHR0014 39.7012 -76.4913 221.9 MD NORRISVILLE 0.2W +US1MDHR0015 39.5655 -76.3730 143.9 MD FOREST HILL 1.7 SSE +US1MDHR0016 39.5517 -76.4889 171.9 MD FALLSTON 3.9 WNW +US1MDHR0017 39.7061 -76.3424 201.5 MD WHITEFORD 0.3 SE +US1MDHR0018 39.5641 -76.3079 114.3 MD BEL AIR 2.9 NE +US1MDHR0019 39.5413 -76.4665 173.7 MD FALLSTON 2.6 WNW +US1MDHR0023 39.7025 -76.5447 225.6 MD NORRISVILLE 0.6 WSW +US1MDHR0029 39.6840 -76.4210 152.7 MD PYLESVILLE 2.6 W +US1MDHW0002 39.3463 -76.9688 154.8 MD SYKESVILLE 1.7 SSE +US1MDHW0003 39.2021 -76.7843 103.9 MD ELKRIDGE 1.8 W +US1MDHW0006 39.1895 -76.8349 104.9 MD COLUMBIA 1.6 SE +US1MDHW0007 39.1543 -76.8281 96.9 MD JESSUP 3.0 W +US1MDHW0009 39.2068 -76.8552 99.1 MD COLUMBIA 0.3 NNE +US1MDHW0011 39.2006 -76.8895 132.0 MD COLUMBIA 1.7 W +US1MDHW0012 39.3387 -76.9468 166.1 MD SYKESVILLE 2.6 SE +US1MDHW0013 39.2662 -76.8570 125.9 MD ELLICOTT CITY 1.3 WSW +US1MDHW0014 39.2150 -76.9880 150.0 MD CLARKSVILLE 2.5 WNW +US1MDHW0015 39.2838 -76.8630 120.1 MD ELLICOTT CITY 1.7 WNW +US1MDHW0016 39.2256 -76.8972 138.1 MD COLUMBIA 2.6 NW +US1MDHW0017 39.3353 -77.0475 175.9 MD WOODBINE 1.6 SE +US1MDHW0018 39.2361 -76.8605 124.1 MD COLUMBIA 2.3 N +US1MDHW0019 39.2201 -76.7847 121.6 MD ELKRIDGE 2.2 NW +US1MDHW0020 39.2846 -76.8847 141.4 MD ELLICOTT CITY 2.8 WNW +US1MDHW0021 39.1333 -76.8434 86.0 MD NORTH LAUREL 1.5 ESE +US1MDHW0022 39.1957 -76.9310 114.0 MD CLARKSVILLE 1.0 SE +US1MDHW0023 39.3428 -76.8939 148.1 MD MARRIOTTSVILLE 0.6 SE +US1MDHW0025 39.2970 -76.8399 145.1 MD ELLICOTT CITY 1.7 N +US1MDHW0026 39.2052 -76.8390 119.2 MD COLUMBIA 1.0 E +US1MDHW0028 39.1758 -76.7850 83.2 MD ELKRIDGE 2.6 SW +US1MDHW0030 39.2249 -76.8036 156.4 MD ELLICOTT CITY 3.7 SSE +US1MDHW0031 39.2247 -76.8872 145.4 MD COLUMBIA 2.2 NW +US1MDHW0036 39.2308 -76.8598 111.9 MD COLUMBIA 1.9 N +US1MDHW0038 39.1141 -76.8486 66.4 MD LAUREL 1.3 NNE +US1MDHW0039 39.1990 -76.7465 51.5 MD ELKRIDGE 0.3 SE +US1MDHW0041 39.1894 -76.9843 153.6 MD HIGHLAND 1.6 WNW +US1MDHW0044 39.3397 -76.9617 154.8 MD SYKESVILLE 2.2 SSE +US1MDHW0046 39.3097 -76.9043 166.7 MD MARRIOTTSVILLE 2.7 S +US1MDHW0047 39.2714 -77.0372 150.9 MD GLENWOOD 1.2 SSW +US1MDKN0001 39.2625 -75.8621 7.9 MD MILLINGTON 1.1 WNW +US1MDKN0003 39.2988 -75.8301 20.1 MD MILLINGTON 2.9 NNE +US1MDKN0004 39.3209 -76.1346 14.9 MD WORTON 3.9 NW +US1MDKN0005 39.3393 -75.8785 21.0 MD GALENA 0.3 S +US1MDMG0001 39.1626 -77.2002 110.9 MD MONTGOMERY VILLAGE 1.3 SSW +US1MDMG0002 39.1428 -77.1444 150.0 MD REDLAND 0.8 NNE +US1MDMG0003 39.0372 -77.2075 96.9 MD POTOMAC 0.9 NNW +US1MDMG0005 39.1023 -77.0574 134.1 MD NORBECK 1.1 ESE +US1MDMG0007 39.1321 -77.2541 116.1 MD GAITHERSBURG 2.1 WSW +US1MDMG0008 39.1516 -77.2368 115.8 MD GAITHERSBURG 2 WNW +US1MDMG0009 39.1319 -77.1552 134.1 MD REDLAND 0.3 W +US1MDMG0010 39.1438 -77.0735 154.8 MD OLNEY 0.6 SE +US1MDMG0011 39.1118 -76.9472 141.1 MD BURTONSVILLE 0.8 W +US1MDMG0014 39.0617 -77.1676 114.9 MD ROCKVILLE 1.5 SSW +US1MDMG0016 39.0993 -77.0634 128.9 MD ROSSMOOR 0.5 SE +US1MDMG0017 39.0714 -77.0410 97.2 MD GLENMONT 1 NNE +US1MDMG0018 39.0921 -77.0386 110.0 MD COLESVILLE 1.7 W +US1MDMG0023 39.0200 -77.0478 113.1 MD SILVER SPRING 1.3 WNW +US1MDMG0024 39.0598 -76.9884 109.1 MD WHITE OAK 1.2 N +US1MDMG0026 39.0117 -77.0596 100.9 MD SILVER SPG 1.0 NNW +US1MDMG0029 39.2493 -77.2437 207.9 MD CLARKSBURG 2.1 NE +US1MDMG0033 39.1939 -77.0403 102.1 MD BROOKEVILLE 1.5 NE +US1MDMG0034 39.0535 -77.2842 95.1 MD POTOMAC 5.0 WNW +US1MDMG0037 38.9740 -77.1357 91.1 MD BETHESDA 1.4 SW +US1MDMG0038 38.9945 -77.1184 100.0 MD BETHESDA 0.3 NNE +US1MDMG0040 39.0259 -77.0744 92.0 MD KENSINGTON 0.1 W +US1MDMG0041 39.0525 -77.0015 110.9 MD WHITE OAK 1.0 NW +US1MDMG0042 38.9902 -77.0081 75.0 MD TAKOMA PARK 0.6 NNW +US1MDMG0044 39.0568 -77.0133 100.9 MD WHITE OAK 1.7 NW +US1MDMG0045 39.0143 -77.1115 110.0 MD BETHESDA 1.8 NNE +US1MDMG0046 39.2080 -77.2347 167.0 MD GERMANTOWN 2.5 NE +US1MDMG0047 39.0753 -77.0383 110.0 MD WHEATON-GLENMONT 1.5 NNE +US1MDMG0050 39.0639 -77.0436 128.9 MD WHEATON-GLENMONT 0.7 NE +US1MDMG0052 39.0267 -77.0220 109.7 MD SILVER SPRING 0.9 N +US1MDMG0053 39.2631 -77.2074 216.7 MD DAMASCUS 1.0 S +US1MDMG0054 39.2385 -77.2258 195.1 MD GERMANTOWN 4.6 NNE +US1MDMG0055 39.0974 -77.0487 132.0 MD ROSSMOOR 1.3 ESE +US1MDMG0056 39.1268 -77.0865 139.0 MD ROCKVILLE 4.8 NE +US1MDMG0057 39.1848 -77.1536 169.2 MD GAITHERSBURG 4.5 NE +US1MDMG0061 39.0978 -77.0250 113.7 MD SILVER SPRING 7.4 N +US1MDMG0062 39.0853 -77.1873 128.6 MD ROCKVILLE 1.8 W +US1MDMG0063 39.1781 -77.1831 136.9 MD GAITHERSBURG 3.1 NE +US1MDMG0065 39.1401 -77.4046 113.4 MD POOLESVILLE 0.4 SE +US1MDMG0066 38.9981 -77.1551 68.3 MD BETHESDA 2.0 WNW +US1MDMG0068 39.1205 -77.2540 122.8 MD GAITHERSBURG 2.5 SW +US1MDMG0069 39.2534 -77.1958 176.8 MD DAMASCUS 1.7 SSE +US1MDMG0070 38.9893 -77.0088 82.3 MD SILVER SPRING 1.9 SSE +US1MDMG0071 39.0695 -77.0411 100.6 MD SILVER SPRING 5.6 N +US1MDMG0072 39.1927 -77.3340 133.5 MD BOYDS 1.3 WNW +US1MDMG0074 39.0741 -77.1463 125.9 MD ROCKVILLE 0.6 SE +US1MDMG0076 39.2650 -77.1885 180.7 MD LAYTONSVILLE 4.6 NNW +US1MDMG0078 39.1562 -77.0567 144.8 MD OLNEY 1.4 ENE +US1MDMG0079 39.1978 -77.2845 135.6 MD GERMANTOWN 1.9 NW +US1MDMG0080 39.0113 -77.1001 75.3 MD BETHESDA 1.8 NE +US1MDMG0082 39.0527 -77.0481 128.9 MD SILVER SPRING 4.5 NNW +US1MDMG0083 39.0479 -77.0743 100.3 MD SILVER SPRING 4.7 NNW +US1MDMG0086 39.0582 -77.0910 76.5 MD SILVER SPRING 5.7 NW +US1MDMG0099 39.1405 -77.0667 163.1 MD OLNEY 1.0 SE +US1MDMG0103 39.1526 -77.5104 69.5 MD DICKERSON 6.6 SW +US1MDMG0105 39.0264 -76.9891 103.6 MD SILVER SPRING 2.1 ENE +US1MDMG0106 39.0807 -77.0081 125.0 MD SILVER SPRING 6.4 NNE +US1MDMG0109 39.0399 -77.0041 103.3 MD SILVER SPRING 2.1 NNE +US1MDMG0110 39.1708 -77.2532 121.9 MD GERMANTOWN 0.6 SE +US1MDMG0111 39.1402 -77.0667 163.4 MD OLNEY 1.0 SE +US1MDMG0113 39.0958 -77.0929 122.2 MD ROCKVILLE 3.4 ENE +US1MDMG0114 39.0075 -77.0265 87.5 MD SILVER SPRING 1.4 ENE +US1MDMG0115 39.0937 -77.2029 136.9 MD ROCKVILLE 2.8 WNW +US1MDMG0116 39.1847 -77.2286 138.4 MD GERMANTOWN 1.8 ENE +US1MDMG0117 39.2496 -77.2053 172.8 MD GAITHERSBURG 7.5 N +US1MDMG0118 39.2382 -77.1952 175.3 MD GAITHERSBURG 6.8 N +US1MDMG0120 39.1526 -77.5097 70.4 MD POOLESVILLE 5.4 W +US1MDMG0122 39.1395 -77.1670 151.5 MD GAITHERSBURG 2.7 E +US1MDMG0123 39.0556 -77.1688 147.8 MD POTOMAC 2.6 NE +US1MDMG0128 39.1515 -77.2389 123.4 MD NORTH POTOMAC 3.8 N +US1MDPG0001 38.9601 -76.7275 40.8 MD BOWIE 0.5 E +US1MDPG0002 38.8228 -76.9178 89.9 MD CAMP SPRINGS 1.3 N +US1MDPG0006 38.7715 -76.9644 75.0 MD FRIENDLY 1.0 N +US1MDPG0007 38.8257 -76.9266 57.0 MD CAMP SPRINGS 1.6 NNW +US1MDPG0008 38.8028 -76.9185 79.9 MD CAMP SPRINGS 0.1 ESE +US1MDPG0009 39.0443 -76.8866 46.9 MD BELTSVILLE 2.0 ENE +US1MDPG0010 39.0596 -76.8462 68.0 MD SOUTH LAUREL 0.7 SSE +US1MDPG0011 38.9939 -76.9601 64.0 MD ADELPHI 0.6 SSE +US1MDPG0012 38.9811 -76.7811 59.1 MD BOWIE 2.8 WNW +US1MDPG0014 38.9741 -76.7411 48.2 MD BOWIE 1.0 N +US1MDPG0020 38.8501 -76.8956 85.0 MD FORESTVILLE 1.1 W +US1MDPG0023 38.7959 -76.9899 64.9 MD OXON HILL-GLASSMANOR 0.8 W +US1MDPG0024 38.7926 -76.9791 38.1 MD FOREST HEIGHTS 1.6 SE +US1MDPG0027 38.7689 -76.9139 71.0 MD CLINTON 1.0 WNW +US1MDPG0028 38.7648 -76.8244 65.8 MD ROSARYVILLE 1.0 SE +US1MDPG0029 38.7179 -77.0070 17.1 MD FORT WASHINGTON 1.2 S +US1MDPG0030 38.7517 -76.8196 70.1 MD MARLTON 1.7 WSW +US1MDPG0031 38.6832 -77.0150 57.9 MD ACCOKEEK 0.5 N +US1MDPG0033 39.0694 -76.8575 59.1 MD LAUREL 2.0 S +US1MDPG0034 38.9533 -76.9546 18.0 MD HYATTSVILLE 0.4 S +US1MDPG0035 38.7287 -76.8798 34.1 MD BRANDYWINE 2.5 NNW +US1MDPG0037 38.6645 -76.7385 48.2 MD BRANDYWINE 6.7 ESE +US1MDPG0038 39.0085 -76.9522 63.1 MD COLLEGE PARK 1.3 NW +US1MDPG0039 39.0066 -76.8020 57.0 MD GLENN DALE 1.4 N +US1MDPG0040 39.0093 -76.8876 63.1 MD GREENBELT 1.0 N +US1MDPG0041 39.0079 -76.9186 29.9 MD COLLEGE PARK 1.2 NE +US1MDPG0043 38.8224 -76.9064 77.7 MD SUITLAND 2.1 SE +US1MDPG0044 38.9992 -76.8773 53.0 MD GREENBELT 0.5 NE +US1MDPG0045 38.9091 -76.7212 39.0 MD BOWIE 3.6 SSE +US1MDPG0046 38.9910 -76.7272 30.8 MD BOWIE 2.4 NNE +US1MDPG0047 38.9964 -76.8444 65.2 MD GREENBELT 2.2 E +US1MDPG0049 38.7264 -77.0289 11.3 MD FORT WASHINGTON 1.6 WSW +US1MDPG0050 38.9036 -76.7259 38.7 MD BOWIE 3.9 S +US1MDPG0067 38.9812 -76.8712 43.6 MD LANHAM-SEABROOK 1.8 NW +US1MDPG0068 38.9978 -76.8793 53.0 MD GREENBELT 0.4 ENE +US1MDPG0069 39.0701 -76.8658 78.3 MD LAUREL 1.9 SSW +US1MDPG0072 39.1100 -76.9020 113.1 MD LAUREL 2.5 WNW +US1MDPG0073 38.8425 -76.7525 44.2 MD UPPER MARLBORO 1.7 N +US1MDPG0075 39.0009 -76.9147 25.6 MD GREENBELT 1.6 WNW +US1MDPG0079 38.9689 -76.9526 26.2 MD HYATTSVILLE 0.7 N +US1MDPG0082 39.0557 -76.9319 61.9 MD BELTSVILLE 1.4 NNW +US1MDPG0084 39.0000 -76.8906 50.3 MD GREENBELT 0.4 NW +US1MDPG0085 39.1175 -76.8976 248.1 MD WEST LAUREL 1.1 N +US1MDPG0086 38.9236 -76.8304 50.9 MD MITCHELLVILLE 0.5 SW +US1MDQA0001 39.1419 -75.9848 17.1 MD CHURCH HILL 0.3 WSW +US1MDQA0006 38.9522 -76.1618 4.6 MD QUEENSTOWN 2.6 S +US1MDQA0008 39.0366 -76.3022 6.7 MD STEVENSVILLE 3.0 N +US1MDQA0010 39.2421 -75.9060 7.0 MD MILLINGTON 3.6 WSW +US1MDQA0012 39.0028 -75.9303 11.6 MD QUEEN ANNE 5.9 NNE +US1MDSM0001 38.1208 -76.3651 24.1 MD RIDGE 1.0 N +US1MDSM0002 38.3620 -76.5871 48.2 MD HOLLYWOOD 1.5 NW +US1MDSM0003 38.3055 -76.6337 32.9 MD LEONARDTOWN 0.6 NE +US1MDSM0007 38.3090 -76.6585 11.9 MD LEONARDTOWN 1.5 NW +US1MDSM0008 38.2197 -76.4417 22.9 MD PARK HALL 0.2 SW +US1MDSM0009 38.2994 -76.4970 36.0 MD CALIFORNIA 0.2 N +US1MDSM0011 38.2867 -76.5911 23.8 MD LEONARDTOWN 2.9 ESE +US1MDSM0012 38.1650 -76.5442 1.5 MD TALL TIMBERS 0.3 SSE +US1MDSM0013 38.3498 -76.5059 0.9 MD HOLLYWOOD 3.5 E +US1MDSM0016 38.2802 -76.4868 32.6 MD GREAT MILLS 3.1 NNE +US1MDSM0018 38.4853 -76.7339 36.6 MD MECHANICSVILLE 3.8 N +US1MDSS0001 38.1745 -75.7066 4.9 MD PRINCESS ANNE 2.1 SSW +US1MDSS0004 38.1783 -75.7689 2.1 MD PRINCESS ANNE 4.4 WSW +US1MDSS0006 38.1393 -75.7491 1.2 MD WESTOVER 2.6 WNW +US1MDSS0010 38.1015 -75.5485 4.0 MD POCOMOKE CITY 2.5 NNE +US1MDSS0011 38.1972 -75.6992 4.6 MD PRINCESS ANNE 0.5 SSW +US1MDSS0012 38.1529 -75.9531 1.5 MD DEAL ISLAND 0.5 SSW +US1MDSS0013 38.1892 -75.7257 3.7 MD PRINCESS ANNE 1.9 WSW +US1MDTB0001 38.7633 -76.0853 0.9 MD EASTON 1.1 SW +US1MDTB0002 38.8771 -75.9968 14.9 MD CORDOVA 0.1 NNW +US1MDTB0003 38.8837 -75.9860 15.8 MD CORDOVA 0.8 NE +US1MDTB0004 38.7820 -76.2115 -999.9 MD ST. MICHAELS 0.7 SE +US1MDTB0005 38.7480 -76.0410 17.1 MD EASTON 2.4 SE +US1MDTB0006 38.8151 -76.0590 18.0 MD EASTON 2.9 NNE +US1MDTB0007 38.7065 -76.1814 -999.9 MD BELLEVUE 0.3 NNE +US1MDTB0008 38.7580 -76.0790 4.0 MD EASTON 1.2 SSW +US1MDTB0009 38.6982 -76.0161 11.9 MD TRAPPE 3.5 NE +US1MDTB0011 38.7845 -76.0739 10.1 MD EASTON 0.7 NNW +US1MDTB0013 38.7737 -76.0439 21.0 MD EASTON 1.4 E +US1MDTB0015 38.6792 -76.1714 2.1 MD OXFORD 0.7 S +US1MDTB0016 38.7693 -76.0574 15.8 MD EASTON 0.8 ESE +US1MDTB0018 38.7528 -76.0561 13.1 MD EASTON 1.7 SSE +US1MDWC0001 38.3256 -75.8732 2.1 MD VIENNA 11.3 SSW +US1MDWC0002 38.3599 -75.6333 11.9 MD SALISBURY 2.5 WSW +US1MDWC0003 38.3463 -75.5766 10.1 MD SALISBURY 1.9 SSE +US1MDWC0004 38.4543 -75.5730 14.9 MD DELMAR 0.2 NE +US1MDWC0005 38.3244 -75.5578 11.0 MD SALISBURY 3.7 SSE +US1MDWC0009 38.3904 -75.5027 21.0 MD PARSONSBURG 1.6 WNW +US1MDWC0010 38.3230 -75.5608 14.9 MD SALISBURY 3.7 SSE +US1MDWC0012 38.3004 -75.5283 14.9 MD SALISBURY 5.9 SSE +US1MDWC0013 38.3896 -75.5899 5.2 MD SALISBURY 1.2 N +US1MDWC0016 38.3447 -75.5730 10.7 MD SALISBURY 2.1 SSE +US1MDWC0017 38.3200 -75.6652 7.6 MD SALISBURY 5.5 SW +US1MDWC0018 38.2470 -75.9027 2.4 MD NANTICOKE 1.8 S +US1MDWC0020 38.3921 -75.4107 14.6 MD PITTSVILLE 0.2 ESE +US1MDWC0022 38.3297 -75.5948 7.3 MD FRUITLAND 1.8 ENE +US1MDWH0001 39.6089 -77.7694 175.0 MD WILLIAMSPORT 2.8 ENE +US1MDWH0002 39.5822 -77.7342 154.8 MD FUNKSTOWN 2.3 SW +US1MDWH0003 39.6423 -77.7018 160.0 MD HAGERSTOWN 1.0 ENE +US1MDWH0005 39.5807 -77.7841 166.1 MD WILLIAMSPORT 2.1 ESE +US1MDWH0007 39.6978 -77.5509 222.2 MD SMITHSBURG 3.1 NNE +US1MDWH0008 39.6399 -77.8497 128.6 MD WILLIAMSPORT 3.4 NNW +US1MDWH0010 39.5201 -77.6491 185.9 MD BOONSBORO 0.8 NNE +US1MDWH0011 39.6997 -78.1601 168.9 MD HANCOCK 0.8 ESE +US1MDWH0012 39.6612 -77.9913 188.1 MD CLEAR SPRING 3.2 W +US1MDWH0020 39.4625 -77.6805 135.3 MD KEEDYSVILLE 2.0 SSE +US1MDWR0002 38.3265 -75.2140 10.1 MD BERLIN 0.2 ENE +US1MDWR0004 38.4466 -75.1340 0.9 MD BISHOPVILLE 3.1 E +US1MDWR0005 38.3985 -75.1762 9.1 MD OCEAN PINES 1.8 NW +US1MDWR0007 38.3525 -75.0989 0.9 MD OCEAN CITY 3.9 WSW +US1MDWR0009 38.3181 -75.2273 11.6 MD BERLIN 0.7 SW +US1MDWR0010 38.3661 -75.1562 3.0 MD OCEAN PINES 1.2 SSW +US1MDWR0014 38.1670 -75.3921 6.4 MD SNOW HILL 0.4 S +US1MDWR0017 38.3660 -75.1341 1.5 MD OCEAN PINES 1.5 SE +US1MDWR0019 38.2361 -75.1817 1.2 MD BERLIN 6.5 SSE +US1MDWR0020 38.2009 -75.3650 6.4 MD SNOW HILL 2.4 NE +US1MDWR0021 38.3722 -75.1585 2.4 MD OCEAN PINES 0.9 SSW +US1MDWR0022 38.3971 -75.1610 5.2 MD BERLIN 5.9 NNE +US1MDWR0026 38.1765 -75.3879 4.0 MD SNOW HILL 0.3 NE +US1MEAN0001 44.1940 -70.2647 143.3 ME TURNER 4.3 SSW +US1MEAN0007 44.0924 -70.2811 75.0 ME AUBURN 1.7 WNW +US1MEAN0011 44.0068 -70.0596 46.6 ME LISBON FALLS 0.1 SW +US1MEAN0012 44.1161 -70.2271 73.2 ME AUBURN 2.5 NNE +US1MEAN0015 44.1179 -70.2228 72.5 ME AUBURN 2.7 NNE +US1MEAN0016 44.2477 -70.1800 96.3 ME GREENE 4.5 NNW +US1MEAN0020 44.0810 -70.1126 71.9 ME SABATTUS 2.7 SSW +US1MEAN0021 43.9211 -70.1417 70.7 ME DURHAM 3.6 SSE +US1MEAN0025 44.0983 -70.1847 74.4 ME LEWISTON 0.9 NW +US1MEAN0026 44.0983 -70.2399 93.3 ME AUBURN 1.1 NNE +US1MEAN0028 44.3320 -70.2685 114.9 ME NORTH TURNER 1.0 SW +US1MEAN0030 44.0923 -70.2628 76.2 ME AUBURN 0.9 NW +US1MEAN0032 44.3048 -70.1584 117.3 ME WINTHROP 9.4 W +US1MEAN0040 44.0734 -70.4015 96.0 ME MECHANIC FALLS 2.7 S +US1MEAN0041 44.1128 -70.2645 80.2 ME AUBURN 2.1 NNW +US1MEAR0004 47.1105 -69.1142 204.2 ME ST. FRANCIS 10.8 SW +US1MEAR0006 46.3388 -67.8860 174.3 ME MONTICELLO 3.0 NW +US1MEAR0008 46.9855 -68.6162 183.8 ME WINTERVILLE 2.4 WNW +US1MEAR0009 46.2170 -67.8589 130.1 ME LITTLETON 1.3 SW +US1MEAR0015 46.6796 -68.0127 151.2 ME PRESQUE ISLE 1.3 WSW +US1MEAR0018 47.0108 -68.1439 258.5 ME NEW SWEDEN 4.9 NNW +US1MEAR0023 47.3493 -68.2814 168.9 ME MADAWASKA 2.5 E +US1MEAR0027 46.9150 -68.1566 256.3 ME CARIBOU 8.5 WNW +US1MEAR0030 46.1278 -67.8342 122.2 ME HOULTON 0.7 N +US1MECM0002 43.5920 -70.3440 17.1 ME SCARBOROUGH 0.7 WSW +US1MECM0003 43.9237 -70.2579 36.9 ME NEW GLOUCESTER 3.0 SE +US1MECM0004 43.8207 -70.2474 58.8 ME YARMOUTH 2.9 NW +US1MECM0007 43.7440 -70.4890 44.8 ME GORHAM 4.9 NNW +US1MECM0008 43.7121 -70.2889 45.1 ME PORTLAND 5.1 NW +US1MECM0009 43.8583 -70.1053 47.9 ME FREEPORT 0.3 WNW +US1MECM0012 44.1068 -70.7042 121.9 ME BRIDGTON 2.9 NNE +US1MECM0013 43.8324 -70.1200 62.5 ME FREEPORT 2.0 SSW +US1MECM0015 43.8668 -70.1507 38.7 ME FREEPORT 2.6 WNW +US1MECM0016 43.8535 -70.1085 43.3 ME FREEPORT 0.5 WSW +US1MECM0017 43.7558 -70.1323 25.6 ME YARMOUTH 4.4 SE +US1MECM0018 43.7029 -70.3055 19.2 ME PORTLAND 5.5 WNW +US1MECM0020 43.6711 -70.4410 69.8 ME GORHAM 0.7 SSE +US1MECM0023 43.7854 -70.3575 61.9 ME NORTH WINDHAM 4.4 SE +US1MECM0027 44.0287 -70.3175 117.3 ME AUBURN 5.1 SW +US1MECM0030 43.6667 -70.1888 15.5 ME PEAKS ISLAND 0.6 NE +US1MECM0031 43.7011 -70.2789 24.4 ME PORTLAND 4.3 WNW +US1MECM0032 43.8217 -70.0553 9.8 ME FREEPORT 3.3 SE +US1MECM0037 43.8885 -70.2944 93.9 ME GRAY 1.7 ENE +US1MECM0039 43.7866 -70.2593 25.9 ME CUMBERLAND CENTER 1.0 SSW +US1MECM0042 43.7370 -70.5887 91.7 ME STANDISH 1.8 W +US1MECM0043 43.6758 -70.3028 23.8 ME PORTLAND 4.8 W +US1MECM0048 43.7466 -70.5675 133.5 ME STANDISH 1.1 NW +US1MECM0053 43.6570 -70.1930 29.6 ME PORTLAND 1.0 SE +US1MECM0055 43.9925 -70.5661 99.7 ME NAPLES 2.6 NE +US1MECM0056 43.8045 -70.3268 84.1 ME CUMBERLAND CENTER 3.7 W +US1MECM0057 43.8523 -70.1007 35.1 ME FREEPORT 0.3 S +US1MECM0060 43.7485 -70.3045 47.5 ME WEST FALMOUTH 0.1 NNW +US1MECM0063 43.6729 -70.3659 25.3 ME WESTBROOK 1.6 SSW +US1MECM0073 43.6967 -70.1040 9.4 ME CLIFF ISLAND 0.2 E +US1MECM0078 43.7288 -70.1280 39.9 ME CHEBEAGUE ISLAND 1.2 SW +US1MECM0081 43.6849 -70.1622 21.3 ME LONG ISLAND 0.5 E +US1MECM0083 43.5587 -70.3070 2.7 ME SCARBOROUGH 3.0 SSE +US1MECM0085 43.9174 -70.2441 51.5 ME NEW GLOUCESTER 3.7 SE +US1MECM0086 43.8537 -70.1721 57.0 ME POWNAL 4.1 S +US1MECM0089 43.6763 -70.4604 76.8 ME GORHAM 0.8 WSW +US1MECM0091 43.7388 -70.3610 68.0 ME WESTBROOK 3.1 N +US1MECM0093 43.7978 -70.1800 19.2 ME YARMOUTH 1.0 E +US1MECM0098 43.8800 -70.6300 86.6 ME SEBAGO 2.4 ESE +US1MECM0105 43.6187 -70.3073 21.9 ME SOUTH PORTLAND 1.5 SW +US1MECM0110 44.1132 -70.6842 85.6 ME HARRISON 0.3 NW +US1MECM0114 43.8007 -70.1655 17.7 ME YARMOUTH 1.8 E +US1MECM0116 43.6812 -70.4298 52.4 ME GORHAM 0.8 E +US1MECM0125 43.8464 -70.3134 124.1 ME CUMBERLAND CENTER 4.4 NW +US1MECM0128 43.6090 -70.2860 12.5 ME SOUTH PORTLAND 1.6 S +US1MECM0129 43.7006 -70.2952 28.7 ME PORTLAND 5.0 WNW +US1MECM0130 43.9117 -70.3226 79.9 ME GRAY 1.9 NNE +US1MECM0133 43.7176 -70.5592 112.8 ME STANDISH 1.3 SSW +US1MEFR0002 44.6833 -70.2642 373.1 ME TEMPLE 1.8 W +US1MEFR0004 44.6658 -70.0272 119.5 ME NEW SHARON 2.0 NW +US1MEFR0007 44.9671 -70.6440 469.1 ME RANGELEY 0.1 NW +US1MEFR0012 44.6213 -70.0642 103.6 ME FARMINGTON 5.2 SE +US1MEFR0018 44.8484 -70.2502 193.5 ME FREEMAN TWP 1.0 SSE +US1MEFR0020 44.6632 -70.1567 121.9 ME FARMINGTON 0.6 SW +US1MEHN0001 44.5014 -68.2208 14.9 ME HANCOCK 2.5 SE +US1MEHN0002 44.4937 -68.4577 29.9 ME EAST SURRY +US1MEHN0003 44.2517 -68.2945 -999.9 ME SOUTHWEST HARBOR 2.6 SE +US1MEHN0004 44.7181 -68.3881 32.9 ME MARIAVILLE 1.4 ESE +US1MEHN0007 44.6374 -68.4920 53.9 ME ELLSWORTH 7.4 NW +US1MEHN0008 44.2807 -68.6162 29.9 ME BROOKLIN 2.5 NW +US1MEHN0011 44.2246 -68.6666 35.1 ME DEER ISLE 0.5 E +US1MEHN0012 44.4136 -68.5873 5.5 ME BLUE HILL 0.1 WSW +US1MEHN0014 44.4125 -67.9979 14.3 ME PROSPECT HARBOR 1.5 E +US1MEHN0017 44.6463 -68.5027 50.9 ME ELLSWORTH 8.2 NNW +US1MEHN0018 44.6727 -68.5339 67.7 ME DEDHAM 6.5 SSE +US1MEHN0019 44.6723 -68.5402 77.4 ME DEDHAM 6.1 ESE +US1MEHN0020 44.6503 -68.4992 50.6 ME ELLSWORTH 4.5 N +US1MEHN0021 44.6470 -68.4574 77.7 ME ELLSWORTH 4.6 NNE +US1MEHN0022 44.1177 -68.3606 21.6 ME FRENCHBORO 0.1 ESE +US1MEHN0023 44.5180 -68.4109 31.1 ME ELLSWORTH 6.3 SE +US1MEHN0026 44.2394 -68.5277 12.2 ME BROOKLIN 2.8 SE +US1MEHN0027 44.4139 -68.5906 20.1 ME BLUE HILL 0.2 W +US1MEHN0028 44.6720 -68.5412 67.4 ME DEDHAM 6.1 ESE +US1MEHN0032 44.5411 -68.5051 108.5 ME ELLSWORTH 3.1 S +US1MEHN0036 44.4344 -68.4751 5.2 ME SURRY 4.5 SSE +US1MEHN0040 44.5547 -68.1304 39.6 ME SULLIVAN 4.0 NE +US1MEHN0042 44.6498 -68.8233 45.1 ME BUCKSPORT 3.3 NNW +US1MEHN0047 44.4781 -68.2391 31.4 ME HANCOCK 3.6 SSE +US1MEHN0048 44.2818 -68.3294 21.6 ME SOUTHWEST HARBOR 0.3 NW +US1MEHN0053 44.4994 -68.5035 20.7 ME SURRY 0.3 N +US1MEHN0055 44.5245 -68.5243 78.0 ME SURRY 2.2 NNW +US1MEHN0056 44.4614 -68.4869 52.4 ME SURRY 2.5 SSE +US1MEHN0057 44.5854 -68.4376 34.1 ME ELLSWORTH 2.9 E +US1MEHN0058 44.4943 -68.1369 30.8 ME SULLIVAN 2.4 SSE +US1MEKB0002 44.4794 -69.7304 82.9 ME SIDNEY 4.6 N +US1MEKB0004 44.4638 -70.0147 109.4 ME MOUNT VERNON 2.9 SW +US1MEKB0006 44.5358 -69.6029 42.4 ME WINSLOW 1.2 SSE +US1MEKB0008 44.3708 -69.6308 30.5 ME VASSALBORO 8.6 SSE +US1MEKB0010 44.3025 -70.0555 115.8 ME WAYNE 3.2 SSE +US1MEKB0014 44.2172 -69.8150 76.2 ME WEST GARDINER 3.4 ESE +US1MEKB0016 44.3216 -69.7574 50.0 ME AUGUSTA 1.5 WSW +US1MEKB0017 44.3055 -69.7600 62.5 ME AUGUSTA 2.3 SW +US1MEKB0020 44.5799 -69.6463 111.3 ME WATERVILLE 2.5 NNE +US1MEKB0022 44.3256 -69.9741 103.9 ME WINTHROP 0.9 NNW +US1MEKB0025 44.4499 -69.7384 87.8 ME SIDNEY 2.6 NNW +US1MEKB0041 44.3046 -70.0027 108.8 ME WINTHROP 1.8 WSW +US1MEKB0044 44.3824 -69.9005 100.0 ME WINTHROP 5.8 NE +US1MEKB0045 44.3886 -70.0322 101.2 ME FAYETTE 1.4 S +US1MEKB0047 44.3128 -69.6030 102.4 ME WINDSOR 1.1 W +US1MEKB0050 44.3211 -69.7816 61.0 ME AUGUSTA 2.6 WSW +US1MEKX0001 44.1839 -69.0786 18.3 ME ROCKPORT 0.1 SW +US1MEKX0005 44.1519 -69.1116 45.1 ME ROCKPORT 2.8 SW +US1MEKX0006 44.2444 -69.3154 167.3 ME UNION 3.0 NW +US1MEKX0007 44.2086 -69.0734 29.0 ME CAMDEN 0.4 SSW +US1MEKX0008 44.1498 -68.8760 18.9 ME NORTH HAVEN 1.4 N +US1MEKX0010 44.2369 -69.2717 52.4 ME UNION 2.1 NNE +US1MEKX0012 44.2132 -69.3416 98.8 ME UNION 3.0 W +US1MEKX0014 44.2716 -69.3612 80.2 ME WASHINGTON 0.4 ESE +US1MEKX0017 44.0865 -69.0757 58.2 ME OWLS HEAD 1.0 WNW +US1MELN0001 44.0277 -69.5686 26.8 ME NEWCASTLE 2.1 SW +US1MELN0003 44.2493 -69.5171 78.6 ME JEFFERSON 4.4 NW +US1MELN0004 44.1054 -69.7406 51.2 ME DRESDEN 1.5 NW +US1MELN0005 43.9378 -69.4636 22.3 ME ROUND POND 0.7 SSW +US1MELN0008 44.0702 -69.7556 32.3 ME DRESDEN 2.3 SW +US1MELN0012 43.9701 -69.6694 39.0 ME WESTPORT ISLAND 2.9 NE +US1MELN0013 44.1148 -69.3664 64.3 ME WALDOBORO 1.5 NNE +US1MELN0014 44.2037 -69.6128 57.9 ME WHITEFIELD 2.4 NNE +US1MELN0016 43.8782 -69.7224 18.0 ME WISCASSET 9.6 SSW +US1MELN0020 44.1422 -69.3708 72.5 ME WALDOBORO 3.2 N +US1MELN0021 43.8881 -69.7089 25.0 ME WESTPORT ISLAND 2.2 SSW +US1MELN0026 43.8878 -69.6690 14.6 ME TREVETT 0.3 NE +US1MELN0027 43.8405 -69.5028 20.4 ME PEMAQUID POINT 0.3 E +US1MEOX0001 44.3921 -70.4176 152.4 ME SUMNER 1.0 E +US1MEOX0002 44.3932 -70.3476 165.8 ME HARTFORD 1.4 N +US1MEOX0004 44.4113 -70.3216 153.3 ME HARTFORD 3.0 NE +US1MEOX0007 44.3017 -70.7464 334.7 ME NORWAY 11.5 WNW +US1MEOX0010 44.1616 -70.4755 105.5 ME OXFORD 2.2 NE +US1MEOX0014 44.3774 -70.8017 228.6 ME BETHEL 1.9 SSW +US1MEOX0019 44.4211 -70.8327 204.8 ME BETHEL 2.4 WNW +US1MEOX0021 44.2143 -70.5405 115.8 ME NORWAY 0.5 E +US1MEOX0024 44.5410 -70.4517 139.3 ME DIXFIELD 0.2 NNE +US1MEOX0025 44.4678 -70.8352 223.7 ME NEWRY 2.7 WSW +US1MEOX0026 44.0979 -70.5961 175.3 ME OXFORD 5.3 SW +US1MEPN0001 44.9331 -69.0519 98.1 ME CORINTH 4.7 SSW +US1MEPN0005 44.8874 -68.7882 36.3 ME ORONO 5.2 W +US1MEPN0006 46.0025 -68.5063 215.8 ME PATTEN 2.9 WNW +US1MEPN0007 45.0414 -68.6700 37.8 ME ARGYLE 0.9 S +US1MEPN0009 44.9107 -69.1127 110.3 ME STETSON 2.0 NE +US1MEPN0010 45.4067 -68.4359 105.8 ME LINCOLN 4.3 NE +US1MEPN0026 44.8000 -69.1684 146.0 ME ETNA 3.2 WSW +US1MEPN0030 44.9354 -68.6584 43.9 ME OLD TOWN 4.1 ESE +US1MEPN0032 44.8199 -69.2175 72.2 ME NEWPORT 2.6 ESE +US1MEPN0037 44.8848 -68.6627 24.1 ME ORONO 1.0 E +US1MEPN0043 44.8926 -68.6690 30.5 ME ORONO 0.9 NE +US1MEPN0045 45.6500 -68.6447 123.7 ME MILLINOCKET 2.7 ESE +US1MEPN0047 44.9411 -68.6415 37.2 ME MILFORD 0.8 SSW +US1MEPN0048 45.2115 -68.4750 102.1 ME LOWELL 0.1 SW +US1MEPN0051 44.8107 -68.9386 96.9 ME HERMON 1.2 W +US1MEPN0052 44.8624 -68.7913 64.6 ME BANGOR 2.1 N +US1MEPN0054 44.8925 -68.6833 41.5 ME ORONO 0.6 N +US1MEPS0003 45.8935 -69.0486 324.9 ME MILLINOCKET 23.4 NW +US1MEPS0005 45.4579 -69.5841 358.1 ME GREENVILLE 0.7 SE +US1MEPS0009 45.2181 -69.5479 219.8 ME ABBOT 4.6 WNW +US1MESG0004 43.9182 -69.7308 0.6 ME WOOLWICH 2.5 E +US1MESG0006 43.7528 -69.8049 13.7 ME PHIPPSBURG 4.8 S +US1MESG0008 43.8534 -69.7432 5.8 ME GEORGETOWN 3.0 N +US1MESG0009 43.8797 -69.8590 6.1 ME BATH 4.2 SSW +US1MESG0014 43.8790 -69.8232 7.9 ME BATH 4.1 S +US1MESG0015 43.9542 -69.9492 46.3 ME TOPSHAM 1.4 N +US1MESG0016 43.9655 -69.8856 2.1 ME TOPSHAM 3.7 NE +US1MESG0017 43.9310 -69.9712 45.1 ME TOPSHAM 1.3 WSW +US1MESM0001 44.7831 -69.8651 71.9 ME MADISON 1.1 SSE +US1MESM0002 45.0423 -70.0715 199.0 ME BINGHAM 9.5 W +US1MESM0003 44.8718 -69.4195 118.6 ME PALMYRA 3.5 NW +US1MESM0004 44.9470 -69.7779 251.5 ME SOLON 3.9 ESE +US1MESM0007 44.9337 -69.8390 117.0 ME SOLON 1.5 SE +US1MESM0008 45.1633 -70.1133 399.0 ME BINGHAM 13.5 WNW +US1MESM0010 44.9235 -70.0279 120.1 ME NORTH NEW PORTLAND 0.3 WSW +US1MESM0011 45.0530 -70.0835 188.7 ME NEW PORTLAND 11.8 N +US1MESM0017 44.9326 -69.5608 117.0 ME HARMONY 3.0 SSE +US1MESM0021 44.8964 -69.8461 114.3 ME SOLON 3.7 S +US1MESM0024 44.7519 -69.7291 81.7 ME SKOWHEGAN 1.8 SSW +US1MESM0032 44.7893 -69.3951 74.4 ME PITTSFIELD 1.2 NNW +US1MESM0035 44.7026 -69.7475 85.0 ME NORRIDGEWOCK 2.2 ESE +US1MESM0037 44.8976 -70.0554 130.1 ME NEW PORTLAND 2.2 ENE +US1MESM0038 44.8321 -69.4148 85.3 ME PALMYRA 2.9 WSW +US1MEWL0003 44.3835 -69.1425 129.2 ME BELMONT 2.7 SSE +US1MEWL0008 44.6937 -68.8480 6.1 ME WINTERPORT 2.9 N +US1MEWL0009 44.4239 -69.1483 80.2 ME MORRILL 1.3 S +US1MEWL0012 44.3768 -69.2616 116.4 ME SEARSMONT 3.5 WNW +US1MEWL0014 44.6100 -68.8900 65.2 ME FRANKFORT 0.8 W +US1MEWL0016 44.5717 -69.0164 60.7 ME MONROE 3.0 S +US1MEWL0022 44.5455 -69.3543 141.4 ME UNITY 4.6 SSW +US1MEWL0024 44.4837 -69.0065 63.1 ME SWANVILLE 2.7 S +US1MEWL0026 44.3986 -69.3008 156.7 ME LIBERTY 0.7 N +US1MEWL0027 44.5572 -68.9173 127.1 ME PROSPECT 2.6 W +US1MEWS0004 44.9526 -67.4356 69.8 ME COOPER 0.5 SE +US1MEWS0008 44.8569 -67.0683 16.8 ME LUBEC 4.1 W +US1MEWS0009 44.6072 -67.8617 18.3 ME HARRINGTON 2.7 WSW +US1MEWS0010 44.9095 -67.1268 21.9 ME PEMBROKE 5.4 SSE +US1MEWS0011 44.7756 -67.2177 23.5 ME WHITING 2.3 WSW +US1MEWS0012 44.8296 -66.9927 11.9 ME LUBEC 1.4 SE +US1MEWS0018 44.6628 -67.5517 14.0 ME JONESBORO 1.1 E +US1MEWS0024 44.9067 -66.9866 17.4 ME EASTPORT 1.5 SE +US1MEWS0025 44.8868 -67.1368 16.2 ME PEMBROKE 4.8 SSE +US1MEWS0027 44.9477 -67.1827 23.2 ME PEMBROKE 1.1 WSW +US1MEWS0028 44.9383 -67.2474 49.1 ME DENNYSVILLE 3.1 NW +US1MEWS0029 44.8137 -66.9883 8.8 ME LUBEC 3.1 S +US1MEWS0031 44.9104 -66.9857 18.6 ME EASTPORT 1.4 ESE +US1MEWS0032 44.8215 -67.1568 10.4 ME EASTPORT 9.8 SW +US1MEYK0002 43.0810 -70.7138 7.0 ME KITTERY POINT 0.8 WSW +US1MEYK0005 43.3932 -70.5806 42.4 ME KENNEBUNK 1.8 WNW +US1MEYK0007 43.1550 -70.7099 8.5 ME YORK HARBOR 3.3 WNW +US1MEYK0008 43.2608 -70.7345 43.6 ME SOUTH BERWICK 4.2 NE +US1MEYK0010 43.6532 -70.6571 91.4 ME HOLLIS CENTER 4.7 NW +US1MEYK0014 43.1594 -70.7546 5.8 ME SOUTH ELIOT 3.1 NE +US1MEYK0015 43.6184 -70.7302 107.9 ME NORTH WATERBORO 0.3 SE +US1MEYK0018 43.3014 -70.6447 61.9 ME WELLS 3.5 SW +US1MEYK0020 43.1234 -70.8105 5.5 ME SOUTH ELIOT 0.7 WSW +US1MEYK0022 43.3468 -70.5572 11.0 ME WELLS 2.1 NE +US1MEYK0025 43.7669 -70.8657 161.8 ME PARSONSFIELD 4.2 NE +US1MEYK0028 43.4868 -70.4347 1.5 ME BIDDEFORD 1.5 NNE +US1MEYK0031 43.3544 -70.4795 5.8 ME KENNEBUNK 4.0 ESE +US1MEYK0032 43.3317 -70.7181 60.7 ME WELLS 5.7 W +US1MEYK0033 43.1681 -70.5972 13.4 ME YORK BEACH 0.6 ESE +US1MEYK0034 43.2006 -70.7614 57.0 ME SOUTH BERWICK 3.4 SE +US1MEYK0041 43.6176 -70.9154 203.9 ME NEWFIELD 4.0 WSW +US1MEYK0045 43.5357 -70.4991 45.1 ME SACO 2.2 W +US1MEYK0046 43.7652 -70.8686 143.9 ME PARSONSFIELD 3.9 NE +US1MEYK0047 43.5151 -70.4228 27.7 ME SACO 2.2 SE +US1MEYK0048 43.5658 -70.9430 186.2 ME ACTON 2.7 NW +US1MEYK0049 43.4264 -70.3996 16.2 ME BIDDEFORD 3.5 SE +US1MEYK0051 43.5362 -70.4537 36.6 ME SACO 2.5 NNW +US1MEYK0057 43.6306 -70.7142 138.4 ME NORTH WATERBORO 1.2 NE +US1MEYK0065 43.2980 -70.8396 91.7 ME NORTH BERWICK 5.3 W +US1MEYK0066 43.5176 -70.7320 95.4 ME WATERBORO 1.5 SW +US1MEYK0067 43.7831 -70.6954 95.4 ME CORNISH 5.6 ESE +US1MEYK0068 43.2743 -70.8650 68.9 ME BERWICK 0.5 N +US1MEYK0070 43.3922 -70.5550 22.9 ME KENNEBUNK 0.7 NW +US1MIAC0001 44.5697 -83.3859 201.8 MI MIKADO 2.3 SE +US1MIAC0003 44.5500 -83.3167 178.9 MI GREENBUSH 2.5 S +US1MIAG0001 46.3450 -86.9274 274.3 MI CHATHAM 0.2 SSE +US1MIAG0006 46.2781 -86.7575 264.3 MI MUNISING 11.1 SSW +US1MIAN0001 42.6732 -85.6801 225.2 MI WAYLAND 2.0 W +US1MIAN0003 42.7000 -86.1453 226.8 MI HOLLAND 5.4 SSW +US1MIAN0004 42.5942 -86.1201 204.2 MI FENNVILLE 0.8 W +US1MIAN0006 42.4450 -85.6702 216.1 MI PLAINWELL 1.3 W +US1MIAN0008 42.7277 -85.7391 213.1 MI DORR 0.9 WNW +US1MIAN0009 42.4865 -85.6566 249.6 MI PLAINWELL 2.9 NNW +US1MIAN0014 42.6536 -85.7597 231.0 MI HOPKINS 2.0 N +US1MIAN0015 42.7242 -85.7140 216.7 MI DORR 0.4 E +US1MIAN0016 42.7552 -86.1808 192.9 MI HOLLAND 4.1 WSW +US1MIAN0018 42.6097 -85.6253 254.5 MI SHELBYVILLE 1.2 NNE +US1MIAN0019 42.6562 -86.1932 187.8 MI SAUGATUCK 0.6 E +US1MIAN0020 42.7490 -86.2020 204.2 MI HOLLAND 5.3 WSW +US1MIAN0023 42.6807 -86.1125 219.5 MI SAUGATUCK 5.0 ENE +US1MIAN0025 42.4432 -85.6537 225.6 MI PLAINWELL 0.5 WSW +US1MIAN0027 42.4620 -85.7130 219.5 MI OTSEGO 0.9 WNW +US1MIAP0001 45.0516 -83.4488 178.9 MI ALPENA 1.6 SSW +US1MIAP0002 44.9215 -83.4270 180.1 MI OSSINEKE 1.0 NNE +US1MIAR0002 44.1337 -84.0743 238.4 MI ALGER 2.4 ENE +US1MIAT0001 44.8925 -85.3946 186.2 MI ELK RAPIDS 0.5 ESE +US1MIAT0002 44.8650 -85.0510 348.4 MI MANCELONA 2.6 S +US1MIAT0004 45.0877 -85.2309 274.3 MI CENTRAL LAKE 2.0 NE +US1MIAT0005 45.1718 -85.2997 245.4 MI ELLSWORTH 2.7 W +US1MIAT0006 44.8998 -85.0510 348.4 MI MANCELONA 0.5 ESE +US1MIBG0001 46.8754 -88.2966 245.7 MI AURA 1.3 ENE +US1MIBG0003 46.5573 -88.2077 496.5 MI L'ANSE 17.8 SE +US1MIBH0001 41.8251 -85.0968 293.5 MI BRONSON 5.9 SE +US1MIBH0003 41.9452 -84.8804 309.4 MI QUINCY 0.2 ENE +US1MIBH0005 41.9420 -84.8840 309.4 MI QUINCY 0.1 SSW +US1MIBH0006 41.9194 -85.2821 276.5 MI COLON 3.5 SE +US1MIBN0001 41.7920 -86.7519 184.1 MI NEW BUFFALO 0.4 WNW +US1MIBN0002 41.9911 -86.5086 187.8 MI STEVENSVILLE 1.7 SSE +US1MIBN0003 41.8183 -86.3423 231.3 MI BUCHANAN 1.4 ESE +US1MIBN0004 41.8371 -86.3005 219.2 MI NILES 2.7 W +US1MIBN0005 41.8363 -86.3890 228.3 MI BUCHANAN 1.3 WNW +US1MIBN0007 42.1967 -86.2534 197.8 MI WATERVLIET 0.7 NNE +US1MIBN0012 42.0537 -86.4853 198.1 MI ST. JOSEPH 3.0 S +US1MIBN0013 42.0774 -86.4803 192.6 MI ST. JOSEPH 1.5 SSE +US1MIBN0016 41.9053 -86.2616 236.2 MI NILES 4.9 N +US1MIBN0019 42.1027 -86.4870 203.3 MI ST. JOSEPH 0.5 NNE +US1MIBR0003 42.6532 -85.4405 238.4 MI MIDDLEVILLE 4.3 SSE +US1MIBR0005 42.6673 -85.5229 243.2 MI MIDDLEVILLE 4.3 SW +US1MIBR0006 42.4511 -85.0961 279.2 MI BELLEVUE 3.9 W +US1MIBR0007 42.6707 -85.3448 243.2 MI HASTINGS 3.2 WNW +US1MIBR0009 42.4507 -85.5379 278.3 MI PLAINWELL 5.4 E +US1MIBR0010 42.7111 -85.4419 272.8 MI MIDDLEVILLE 1.2 E +US1MIBR0012 42.7403 -85.3161 264.0 MI FREEPORT 1.6 S +US1MIBR0013 42.5918 -85.3161 277.4 MI HASTINGS 4.3 SSW +US1MIBR0019 42.7120 -85.4742 236.2 MI MIDDLEVILLE 0.5 WSW +US1MIBR0021 42.7151 -85.4753 241.1 MI MIDDLEVILLE 0.5 WNW +US1MIBY0001 43.6595 -83.8885 178.3 MI BAY CITY 4.8 N +US1MIBY0002 43.6664 -83.9061 178.3 MI BAY CITY 5.3 N +US1MIBY0006 43.6025 -83.9294 183.2 MI BAY CITY 2.2 WNW +US1MIBY0007 43.5770 -83.8353 182.0 MI BAY CITY 2.8 ESE +US1MIBZ0001 44.5398 -86.1065 245.4 MI BENZONIA 5.3 S +US1MIBZ0002 44.6250 -85.9677 249.3 MI BEULAH 6.3 E +US1MICB0001 45.6000 -84.4628 181.1 MI CHEBOYGAN 2.9 S +US1MICB0006 45.4045 -84.6124 187.1 MI INDIAN RIVER 0.5 S +US1MICB0007 45.7847 -84.7289 181.7 MI MACKINAW CITY 1.1 ENE +US1MICF0003 44.6558 -84.5857 343.8 MI GRAYLING 6.1 E +US1MICF0005 44.8365 -84.7298 390.1 MI FREDERIC 5.5 NNE +US1MICF0007 44.5153 -84.7097 386.5 MI ROSCOMMON 6.2 WNW +US1MICF0009 44.8046 -84.4631 353.0 MI GRAYLING 15.8 NE +US1MICL0003 43.8240 -84.7710 255.1 MI CLARE 0.3 W +US1MICL0005 43.9887 -84.7023 296.9 MI HARRISON 5.2 ESE +US1MICN0013 42.3058 -85.2301 284.4 MI BATTLE CREEK 0.5 N +US1MICP0003 46.3854 -84.4031 199.9 MI SAULT STE. MARIE 7.1 SSW +US1MICP0005 46.6289 -85.0371 189.0 MI PARADISE 0.1 N +US1MICP0007 46.0533 -83.6906 176.2 MI DRUMMOND 2.9 NE +US1MICP0011 46.3928 -84.2700 183.2 MI SAULT STE. MARIE 7.8 SE +US1MICP0014 46.4893 -84.3197 182.9 MI SAULT STE. MARIE 2.2 E +US1MICS0002 42.0576 -86.1399 242.3 MI DOWAGIAC 5.3 NNW +US1MICS0005 41.8406 -86.1796 233.5 MI NILES 3.5 E +US1MICS0007 41.9486 -86.1873 220.7 MI DOWAGIAC 4.6 WSW +US1MICS0010 41.9032 -85.7618 271.3 MI THREE RIVERS 7.2 WSW +US1MICT0001 42.8403 -84.4197 247.2 MI LAINGSBURG 5.0 SW +US1MICT0002 42.7700 -84.4031 263.0 MI HASLETT 1.2 N +US1MICT0003 42.8326 -84.5982 244.1 MI DE WITT 1.2 W +US1MICT0004 42.8284 -84.7379 244.4 MI EAGLE 3.0 ENE +US1MICT0008 42.9429 -84.4454 238.4 MI ST. JOHNS 6.9 SE +US1MICT0010 42.7963 -84.4585 259.4 MI BATH TOWNSHIP 1.6 SW +US1MICT0011 42.8492 -84.5844 258.5 MI DEWITT 1.0 NNW +US1MICT0015 42.7755 -84.4333 279.2 MI EAST LANSING 3.8 NE +US1MICT0016 42.7992 -84.6810 261.8 MI GRAND LEDGE 4.7 NE +US1MICT0018 42.9166 -84.3680 250.9 MI LAINGSBURG 2.1 NNW +US1MICX0002 45.7499 -85.5103 181.1 MI BEAVER ISLAND 5.9 NNW +US1MICX0003 45.2075 -85.0133 196.9 MI BOYNE CITY 0.4 S +US1MICX0004 45.2572 -85.2165 235.3 MI CHARLEVOIX 4.3 SSE +US1MICX0005 45.3201 -85.2437 189.6 MI CHARLEVOIX 0.7 NE +US1MICX0006 45.1346 -85.1230 181.1 MI EAST JORDAN 1.6 SSE +US1MIDC0002 45.8203 -88.0652 347.8 MI IRON MOUNTAIN 0.5 SSW +US1MIDC0003 45.8296 -87.9966 349.0 MI IRON MOUNTAIN 3.1 E +US1MIDL0002 45.8446 -87.0247 181.1 MI GLADSTONE 0.5 S +US1MIDL0003 45.7410 -87.0529 181.7 MI ESCANABA 1.4 ESE +US1MIEM0001 45.3717 -84.9220 230.7 MI PETOSKEY 1.7 ENE +US1MIEM0003 45.5493 -85.1144 196.0 MI HARBOR SPRINGS 10.1 NW +US1MIEM0005 45.4345 -84.9754 208.5 MI HARBOR SPRINGS 0.7 ENE +US1MIEM0006 45.4518 -84.9172 231.6 MI HARBOR SPRINGS 3.7 ENE +US1MIEM0007 45.3205 -85.0026 246.9 MI PETOSKEY 3.9 SW +US1MIEM0008 45.3421 -84.9653 268.8 MI PETOSKEY 1.7 SSW +US1MIEM0009 45.3681 -84.9560 231.0 MI PETOSKEY 0.1 NNW +US1MIEM0013 45.4737 -85.0690 246.9 MI HARBOR SPRINGS 4.8 NW +US1MIET0001 42.7224 -84.6269 267.9 MI LANSING 3.8 WNW +US1MIET0002 42.7369 -84.6618 262.1 MI GRAND LEDGE 4.5 ESE +US1MIET0003 42.7242 -84.6279 267.3 MI LANSING 3.9 WNW +US1MIET0005 42.7569 -84.7453 254.2 MI GRAND LEDGE 0.3 NNE +US1MIET0007 42.5044 -84.6962 272.2 MI EATON RAPIDS 2.2 W +US1MIET0009 42.6259 -84.7414 277.7 MI POTTERVILLE 0.3 ESE +US1MIET0013 42.7631 -84.9359 260.3 MI MULLIKEN 2.1 W +US1MIET0014 42.6875 -85.0334 270.7 MI VERMONTVILLE 4.3 N +US1MIET0015 42.6042 -84.6749 277.7 MI EATON RAPIDS 6.6 N +US1MIGG0001 46.2615 -89.7177 505.4 MI MARENISCO 8.0 SSW +US1MIGG0002 46.4556 -90.1311 516.0 MI IRONWOOD 1.0 E +US1MIGG0004 46.2033 -89.1317 518.5 MI WATERSMEET 5.0 SE +US1MIGG0005 46.4378 -90.1348 464.5 MI IRONWOOD 1.4 SE +US1MIGL0003 43.8843 -84.3193 209.1 MI BEAVERTON 8.4 E +US1MIGN0004 43.1794 -83.8987 206.0 MI MONTROSE 0.4 NW +US1MIGN0005 43.0219 -83.5246 237.1 MI DAVISON 0.7 SSW +US1MIGN0007 42.8305 -83.7852 267.3 MI LINDEN 0.8 NNW +US1MIGN0008 43.1057 -83.7580 227.7 MI MOUNT MORRIS 3.1 WSW +US1MIGN0009 42.9613 -83.6636 233.8 MI BURTON 3.3 SW +US1MIGN0010 43.0085 -83.6274 234.4 MI BURTON 0.9 NNW +US1MIGN0014 43.0003 -83.5684 238.7 MI DAVISON 3.3 SW +US1MIGN0015 42.9326 -83.7210 243.8 MI FLINT 6.4 SSW +US1MIGN0018 42.9187 -83.6079 256.0 MI GRAND BLANC 0.7 SE +US1MIGN0020 42.9897 -83.8166 234.7 MI SWARTZ CREEK 2.0 NNE +US1MIGN0022 42.8909 -83.5858 283.8 MI GRAND BLANC 2.9 SE +US1MIGN0023 42.9440 -83.6886 245.7 MI GRAND BLANC 3.8 WNW +US1MIGN0024 43.1725 -83.7423 223.4 MI CLIO 0.4 SW +US1MIGN0027 43.1959 -83.7771 206.3 MI CLIO 2.4 WNW +US1MIGN0028 42.9621 -83.8127 233.5 MI SWARTZ CREEK 0.7 E +US1MIGN0029 43.1078 -83.5114 234.7 MI DAVISON 5.2 N +US1MIGN0033 42.9784 -83.8270 236.2 MI SWARTZ CREEK 1.1 N +US1MIGR0001 43.4069 -84.4746 223.1 MI BRECKENRIDGE 0.2 ESE +US1MIGR0003 43.3818 -84.6586 224.9 MI ALMA 0.3 NW +US1MIGR0005 43.4018 -84.6099 226.8 MI ST. LOUIS 0.6 SSE +US1MIGT0001 44.7466 -85.5193 195.4 MI TRAVERSE CITY 4.1 E +US1MIGT0002 44.7130 -85.7856 273.1 MI TRAVERSE CITY 9.4 WSW +US1MIGT0003 44.6731 -85.6044 278.0 MI TRAVERSE CITY 5.6 S +US1MIGT0004 44.7109 -85.7412 261.2 MI TRAVERSE CITY 7.4 WSW +US1MIGT0006 44.7339 -85.6789 288.0 MI TRAVERSE CITY 4.0 WSW +US1MIGT0009 44.7456 -85.5184 210.3 MI TRAVERSE CITY 4.2 E +US1MIGT0011 44.6532 -85.6640 269.1 MI TRAVERSE CITY 7.6 SSW +US1MIGT0016 44.7662 -85.5949 181.1 MI TRAVERSE CITY 0.9 NNE +US1MIGT0017 44.7051 -85.5581 237.1 MI TRAVERSE CITY 4.1 SSE +US1MIGT0018 44.6403 -85.6647 269.4 MI TRAVERSE CITY 8.4 SSW +US1MIGT0019 44.6274 -85.7431 256.3 MI GRAWN 3.5 SW +US1MIGT0021 44.5987 -85.4843 281.3 MI KINGSLEY 2.7 ENE +US1MIHG0001 47.1077 -88.5294 190.8 MI HOUGHTON 1.6 ESE +US1MIHG0003 47.0831 -88.5269 213.1 MI CHASSELL 4.0 N +US1MIHG0005 47.2454 -88.4556 371.9 MI CALUMET 0.2 SW +US1MIHG0006 47.2720 -88.3340 271.3 MI CALUMET 5.8 ENE +US1MIHG0011 47.0770 -88.5968 284.1 MI HOUGHTON 3.0 SSW +US1MIHG0012 47.1207 -88.4990 190.2 MI DOLLAR BAY 0.2 ENE +US1MIHG0013 47.1204 -88.5853 186.5 MI HOUGHTON 1.2 WNW +US1MIHG0014 47.1085 -88.5524 281.3 MI HOUGHTON 0.6 SE +US1MIHG0016 47.0245 -88.9035 284.1 MI SOUTH RANGE 12.6 WSW +US1MIHG0017 47.2530 -88.4465 368.2 MI CALUMET 0.5 NE (CALUMET LAKE) +US1MIHG0018 47.2456 -88.4679 377.6 MI CALUMET 0.7 W (TAMARACK) +US1MIHL0001 42.0453 -84.7531 317.0 MI LITCHFIELD 0.3 ENE +US1MIHL0003 41.7557 -84.7591 306.9 MI CAMDEN 0.1 WSW +US1MIHL0004 42.0147 -84.5619 364.8 MI JONESVILLE 5.9 ENE +US1MIHL0005 41.8978 -84.6841 331.0 MI HILLSDALE 3.2 SW +US1MIHL0006 42.0611 -84.4970 332.5 MI MOSCOW 1.0 NE +US1MIHL0009 41.7517 -84.7895 326.7 MI MONTGOMERY 1.9 SSE +US1MIHR0001 43.7226 -83.0573 232.0 MI BAD AXE 6.3 SSW +US1MIHR0002 43.7961 -82.9996 228.0 MI BAD AXE 0.5 SSW +US1MIHR0003 43.9771 -83.2060 181.7 MI CASEVILLE 4.2 NE +US1MIHR0004 43.8256 -83.2674 190.8 MI PIGEON 0.3 SSE +US1MIHR0008 43.8500 -83.3714 185.3 MI BAY PORT 0.1 NE +US1MIHR0009 44.0374 -82.8575 180.4 MI PORT AUSTIN 6.9 E +US1MIHR0010 43.8075 -83.4001 178.3 MI BAY PORT 3.2 SSW +US1MIIC0002 44.2758 -83.5184 179.5 MI TAWAS CITY 0.6 NNE +US1MIIC0003 44.2832 -83.4992 179.8 MI EAST TAWAS 0.8 WSW +US1MIIC0006 44.2933 -83.6841 230.7 MI NATIONAL CITY 4.5 NNE +US1MIIH0001 42.7325 -84.5382 264.9 MI LANSING 1.8 NNE +US1MIIH0003 42.7487 -84.4687 262.4 MI EAST LANSING 1.2 NE +US1MIIH0006 42.7373 -84.5212 260.3 MI LANSING 2.6 NE +US1MIIH0007 42.7060 -84.4023 270.4 MI OKEMOS 0.6 ESE +US1MIIH0012 42.4428 -84.2972 285.3 MI STOCKBRIDGE 6.1 W +US1MIIH0016 42.5814 -84.5697 287.7 MI MASON 6.4 W +US1MIIH0018 42.7605 -84.4702 258.2 MI EAST LANSING 1.8 NNE +US1MIIH0020 42.7616 -84.5853 257.3 MI LANSING 4.0 NNW +US1MIIH0025 42.4805 -84.3986 294.7 MI LESLIE 2.7 NE +US1MIIH0026 42.5908 -84.4544 273.7 MI MASON 0.8 NW +US1MIIH0027 42.5322 -84.3067 294.4 MI DANSVILLE 1.6 S +US1MIIH0028 42.4535 -84.1798 284.7 MI STOCKBRIDGE 0.2 NNW +US1MIIH0030 42.7677 -84.3431 269.7 MI HASLETT 3.3 ENE +US1MIIH0031 42.6985 -84.5876 269.1 MI LANSING 1.9 WSW +US1MIIH0032 42.6586 -84.2163 271.3 MI WILLIAMSTON 4.0 ESE +US1MIIH0034 42.6143 -84.3381 283.8 MI MASON 5.8 ENE +US1MIIN0001 42.9576 -85.1738 203.3 MI SARANAC 2.6 NE +US1MIIN0002 42.9828 -85.0623 199.6 MI IONIA 0.3 SW +US1MIIN0003 43.0513 -85.1245 259.1 MI ORLEANS 1.3 SSE +US1MIIN0004 42.8422 -85.2474 250.2 MI CLARKSVILLE 0.3 W +US1MIIN0007 43.0680 -85.1980 259.1 MI BELDING 2.6 SE +US1MIIR0001 46.3596 -88.9122 501.7 MI TROUT CREEK 9.6 SSE +US1MIIS0001 43.6501 -84.7081 227.4 MI MOUNT PLEASANT 5.1 NE +US1MIIS0004 43.5882 -84.7748 242.0 MI MOUNT PLEASANT 0.6 SSE +US1MIIS0005 43.4743 -84.6673 238.4 MI SHEPHERD 3.7 SSE +US1MIIS0007 43.5786 -84.7072 232.6 MI MOUNT PLEASANT 3.8 ESE +US1MIJC0001 42.1066 -84.4977 335.0 MI HANOVER 2.8 E +US1MIJC0004 42.2617 -84.3984 289.3 MI JACKSON 1.3 NNE +US1MIJC0005 42.2288 -84.4565 302.4 MI JACKSON 2.8 WSW +US1MIJC0007 42.2484 -84.3830 292.3 MI JACKSON 1.2 ENE +US1MIJC0009 42.2420 -84.2147 304.2 MI GRASS LAKE 0.8 SW +US1MIJC0010 42.0926 -84.4729 317.9 MI HANOVER 4.1 E +US1MIJC0011 42.2406 -84.4669 304.2 MI JACKSON 3.2 W +US1MIJC0013 42.1070 -84.6260 328.0 MI HANOVER 3.8 W +US1MIJC0014 42.4113 -84.5276 286.2 MI RIVES JUNCTION 4.0 NW +US1MIJC0019 42.2670 -84.1741 309.1 MI GRASS LAKE 2.0 NE +US1MIJC0022 42.2052 -84.4168 294.1 MI JACKSON 2.7 SSW +US1MIJC0024 42.2736 -84.2012 313.6 MI GRASS LAKE 1.7 NNE +US1MIKK0002 44.8513 -85.3210 180.4 MI RAPID CITY 2.2 NW +US1MIKN0001 42.8569 -85.6426 212.1 MI KENTWOOD 3.1 SW +US1MIKN0003 42.8108 -85.6852 210.0 MI BYRON CENTER 1.9 ESE +US1MIKN0004 43.0895 -85.5662 249.3 MI ROCKFORD 2.6 S +US1MIKN0005 42.8618 -85.4799 243.5 MI ALTO 5.6 WNW +US1MIKN0006 42.9492 -85.4775 190.2 MI ADA 0.7 SE +US1MIKN0008 43.0053 -85.6411 212.4 MI GRAND RAPIDS 3.1 NNE +US1MIKN0009 42.8067 -85.7267 228.3 MI BYRON CENTER 0.4 SW +US1MIKN0010 43.1442 -85.7190 257.9 MI SPARTA 1.1 SSW +US1MIKN0011 42.9237 -85.3222 215.8 MI LOWELL 1.4 ESE +US1MIKN0013 42.8334 -85.6520 211.2 MI CUTLERVILLE 0.7 SE +US1MIKN0014 42.8972 -85.7791 186.2 MI GRANDVILLE 1.3 WSW +US1MIKN0016 42.9697 -85.6075 233.8 MI GRAND RAPIDS 2.5 ENE +US1MIKN0017 42.8178 -85.4526 227.4 MI ALTO 4.5 SW +US1MIKN0018 42.8689 -85.7321 212.1 MI WYOMING 2.2 SW +US1MIKN0019 42.8403 -85.6412 221.9 MI CUTLERVILLE 1.0 E +US1MIKN0027 42.9147 -85.6492 200.3 MI GRAND RAPIDS 3.2 S +US1MIKN0031 42.8416 -85.6835 217.6 MI BYRON CENTER 2.9 NE +US1MIKN0032 42.9919 -85.6944 194.2 MI GRAND RAPIDS 2.9 NW +US1MIKN0033 42.9950 -85.6922 189.3 MI GRAND RAPIDS 3.0 NW +US1MIKN0035 42.9273 -85.7209 185.9 MI WYOMING 2.6 NNW +US1MIKN0039 42.8990 -85.6980 209.1 MI WYOMING 0.5 NNE +US1MIKN0042 43.1616 -85.7650 249.3 MI SPARTA 2.8 W +US1MIKN0043 42.8253 -85.5894 232.3 MI CALEDONIA 4.4 WNW +US1MIKN0044 43.1548 -85.5599 219.8 MI ROCKFORD 2.0 N +US1MIKN0045 43.0105 -85.3518 261.2 MI LOWELL 5.3 N +US1MIKN0046 43.1581 -85.5603 223.1 MI ROCKFORD 2.2 N +US1MIKN0048 42.8742 -85.6221 227.1 MI KENTWOOD 1.6 WSW +US1MIKN0049 42.8269 -85.5382 246.3 MI CALEDONIA 2.6 NNW +US1MIKN0051 42.8187 -85.7171 219.2 MI BYRON CENTER 0.5 NE +US1MIKN0053 42.9492 -85.5263 241.1 MI ADA 1.8 W +US1MIKN0056 43.0310 -85.6127 220.1 MI GRAND RAPIDS 5.5 NNE +US1MIKN0058 43.1294 -85.4711 286.8 MI ROCKFORD 4.3 E +US1MIKN0060 43.0939 -85.6428 239.0 MI COMSTOCK PARK 3.7 NNE +US1MIKN0064 42.9247 -85.5994 238.4 MI GRAND RAPIDS 3.8 SE +US1MIKN0065 43.0789 -85.6282 239.3 MI BELMONT 1.0 WNW +US1MIKN0068 42.8612 -85.5731 231.3 MI KENTWOOD 1.8 SSE +US1MIKN0073 42.9652 -85.3499 202.1 MI LOWELL 2.2 N +US1MIKN0075 42.9043 -85.4828 227.4 MI GRAND RAPIDS 9.6 ESE +US1MIKN0077 43.0580 -85.6803 227.7 MI COMSTOCK PARK 1.0 NNW +US1MIKN0078 43.1829 -85.5686 253.9 MI CEDAR SPRINGS 2.8 SSW +US1MIKN0080 43.2745 -85.3524 265.5 MI SAND LAKE 8.4 E +US1MIKN0081 43.1394 -85.5513 230.1 MI ROCKFORD 0.9 NNE +US1MIKN0083 43.0946 -85.4674 265.5 MI ROCKFORD 5.0 ESE +US1MIKN0084 42.9281 -85.5769 239.6 MI GRAND RAPIDS 4.6 ESE +US1MIKN0086 42.8912 -85.6024 234.4 MI GRAND RAPIDS 5.5 SSE +US1MIKN0089 42.8536 -85.6528 206.7 MI CUTLERVILLE 1.0 NNE +US1MIKN0092 42.8600 -85.5796 224.0 MI KENTWOOD 1.7 SSE +US1MIKN0093 42.8953 -85.7601 192.0 MI GRANDVILLE 0.6 SSW +US1MIKN0094 42.8274 -85.5349 250.9 MI CALEDONIA 2.6 NNW +US1MIKN0095 43.2938 -85.3305 279.2 MI TRUFANT 1.8 SE +US1MIKN0096 42.8855 -85.3671 255.7 MI LOWELL 3.5 SSW +US1MIKN0097 42.8614 -85.7369 208.2 MI WYOMING 2.8 SW +US1MIKN0098 42.9073 -85.7286 193.5 MI WYOMING 1.7 NW +US1MIKN0103 43.1024 -85.7692 255.4 MI SPARTA 4.9 SW +US1MIKW0001 47.4723 -88.0367 186.8 MI EAGLE HARBOR 6.0 E +US1MIKZ0001 42.2061 -85.6590 274.0 MI KALAMAZOO 6.0 SW +US1MIKZ0006 42.2830 -85.6150 271.9 MI WESTERN MICHIGAN UNIVERSITY +US1MIKZ0007 42.2180 -85.6294 274.9 MI PORTAGE 2.3 WNW +US1MIKZ0008 42.2905 -85.6425 285.9 MI KALAMAZOO 3.0 WNW +US1MIKZ0009 42.2690 -85.4789 260.9 MI KALAMAZOO 5.6 E +US1MIKZ0011 42.3014 -85.5614 255.4 MI KALAMAZOO 2.3 NE +US1MIKZ0012 42.3068 -85.4146 260.6 MI GALESBURG 1.3 N +US1MIKZ0013 42.1291 -85.5142 263.7 MI VICKSBURG 1.2 ENE +US1MIKZ0018 42.2344 -85.6738 289.6 MI KALAMAZOO 5.2 WSW +US1MIKZ0024 42.3427 -85.5241 280.1 MI KALAMAZOO 5.7 NE +US1MILL0001 45.0615 -85.6486 273.7 MI NORTHPORT 5.0 SSW +US1MILL0003 45.1298 -85.6184 191.7 MI NORTHPORT 0.1 SW +US1MILN0003 41.9356 -83.9294 235.9 MI ADRIAN 6.4 ENE +US1MILN0007 41.9551 -83.9764 244.1 MI ADRIAN 5.2 NE +US1MILN0008 41.9885 -83.8454 215.8 MI BRITTON 0.7 WNW +US1MILN0010 41.8420 -83.8844 210.3 MI BLISSFIELD 1.2 WNW +US1MILN0013 42.0449 -84.2779 314.6 MI BROOKLYN 4.4 SSW +US1MILN0016 42.0771 -83.9653 260.0 MI CLINTON 0.5 NE +US1MILP0001 43.1131 -83.1587 264.9 MI LUM 1.0 NW +US1MILP0002 43.0951 -83.1897 275.5 MI ATTICA 4.7 NNW +US1MILP0003 43.0316 -83.3293 264.3 MI LAPEER 1.1 SSW +US1MILP0006 42.9238 -83.1008 295.0 MI DRYDEN 1.9 SE +US1MILP0009 43.1766 -83.2973 253.9 MI COLUMBIAVILLE 5.7 ENE +US1MILV0001 42.4407 -83.9002 266.4 MI PINCKNEY 2.5 ESE +US1MILV0002 42.6269 -83.8990 282.9 MI HOWELL 2.2 ENE +US1MILV0008 42.7729 -83.8187 263.0 MI FENTON 5.6 WSW +US1MILV0013 42.4886 -83.8133 278.3 MI BRIGHTON 3.2 SSW +US1MILV0014 42.5331 -83.7360 285.0 MI BRIGHTON 2.5 E +US1MILV0015 42.4816 -84.0033 277.4 MI PINCKNEY 3.4 NW +US1MILV0016 42.5441 -84.0686 286.5 MI GREGORY 5.6 N +US1MILV0019 42.5540 -83.7489 287.7 MI BRIGHTON 2.5 NE +US1MILV0020 42.4602 -83.8396 262.1 MI PINCKNEY 5.4 E +US1MILV0024 42.5792 -83.8480 294.1 MI HOWELL 4.9 ESE +US1MILV0026 42.7683 -83.8293 267.3 MI FENTON 6.2 WSW +US1MIMB0002 42.5248 -82.8930 178.0 MI ST. CLAIR SHORES 2.2 N +US1MIMB0003 42.6134 -82.9822 184.1 MI STERLING HEIGHTS 3.4 NE +US1MIMB0007 42.6659 -83.0287 207.3 MI SHELBY 0.4 SSE +US1MIMB0009 42.6770 -82.7357 175.0 MI NEW BALTIMORE 0.4 SSE +US1MIMB0010 42.5911 -82.9882 184.1 MI STERLING HEIGHTS 2.3 ENE +US1MIMB0011 42.6527 -82.9370 182.0 MI UTICA 4.6 ENE +US1MIMB0012 42.6070 -82.9760 182.9 MI STERLING HEIGHTS 3.3 NE +US1MIMB0015 42.7257 -83.0397 214.9 MI WASHINGTON 0.2 NW +US1MIMB0016 42.6208 -82.9205 181.4 MI CLINTON 2.3 N +US1MIMB0017 42.4787 -82.9416 184.7 MI EASTPOINTE 1.0 NNE +US1MIMB0018 42.6635 -82.9025 182.9 MI MACOMB 3.9 SE +US1MIMB0022 42.6396 -83.0272 198.4 MI UTICA 0.8 NNW +US1MIMB0023 42.5732 -82.9173 184.7 MI CLINTON 1.0 S +US1MIMB0024 42.7787 -82.9359 214.9 MI RAY 2.1 WNW +US1MIMB0025 42.6037 -82.9245 180.4 MI CLINTON 1.2 N +US1MIMB0026 42.4964 -82.8948 178.3 MI ST. CLAIR SHORES 0.3 NW +US1MIMB0030 42.6433 -83.0692 215.2 MI SHELBY 2.6 SW +US1MIMB0031 42.5398 -83.0804 192.0 MI STERLING HEIGHTS 3.8 SW +US1MIMB0033 42.5148 -82.9042 180.4 MI ROSEVILLE 1.7 ENE +US1MIMB0035 42.5790 -82.9010 187.1 MI CLINTON 1.1 ESE +US1MIMB0040 42.5213 -82.9575 188.4 MI ROSEVILLE 1.4 NW +US1MIMB0048 42.5734 -82.8165 177.1 MI HARRISON 0.9 SSE +US1MIMB0049 42.5773 -83.0653 192.0 MI STERLING HEIGHTS 1.8 W +US1MIMB0052 42.4990 -82.9367 187.8 MI ROSEVILLE 0.6 S +US1MIMB0054 42.6352 -82.9653 183.5 MI UTICA 2.9 E +US1MIMB0055 42.5570 -82.9494 186.2 MI FRASER 1.2 N +US1MIMB0057 42.5299 -83.0035 186.5 MI WARREN 2.8 NNE +US1MIMB0059 42.7505 -83.0426 267.3 MI WASHINGTON TWP .05 WSW +US1MIMB0064 42.6715 -82.7670 179.5 MI NEW BALTIMORE 1.7 WSW +US1MIMB0065 42.6655 -82.7947 178.9 MI CHESTERFIELD 2.4 E +US1MIMC0002 45.9919 -84.3530 180.7 MI CEDARVILLE 0.6 SE (LASALLE ISL +US1MIMC0003 45.9894 -84.2978 189.6 MI CEDARVILLE 3.2 ESE +US1MIMC0005 45.8642 -84.7358 213.7 MI ST. IGNACE 0.6 WSW +US1MIMC0006 46.1548 -85.4999 189.9 MI ENGADINE 4.0 NE +US1MIMD0001 43.7357 -84.1768 196.6 MI MIDLAND 8.2 NNE +US1MIMD0004 43.6263 -84.3173 188.1 MI MIDLAND 4.4 W +US1MIMD0005 43.6312 -84.1943 205.4 MI MIDLAND 1.8 ENE +US1MIMD0007 43.6243 -84.2061 196.0 MI MIDLAND 1.2 E +US1MIMD0008 43.5934 -84.2682 193.2 MI MIDLAND 2.9 SW +US1MIMD0009 43.5149 -84.2682 196.0 MI FREELAND 7.6 W +US1MIMD0010 43.6441 -84.2173 199.0 MI MIDLAND 1.5 NNE +US1MIME0001 43.6849 -85.4752 284.7 MI BIG RAPIDS 1.4 SSE +US1MIME0002 43.7075 -85.4739 281.9 MI BIG RAPIDS 0.7 ENE +US1MIME0003 43.7383 -85.4433 307.5 MI BIG RAPIDS 3.2 NE +US1MIME0008 43.4821 -85.2625 303.6 MI LAKEVIEW 2.5 NNE +US1MIME0010 43.5627 -85.2806 297.2 MI MECOSTA 4.6 SSW +US1MIME0011 43.6263 -85.4760 270.4 MI BIG RAPIDS 5.4 S +US1MIME0012 43.6772 -85.4352 287.1 MI BIG RAPIDS 3.1 SE +US1MIMG0001 43.2076 -86.2970 184.1 MI MUSKEGON 2.5 WSW +US1MIMG0003 43.1838 -86.3007 193.9 MI NORTON SHORES 2.9 NW +US1MIMG0010 43.1603 -86.2711 183.5 MI NORTON SHORES 0.9 W +US1MIMG0012 43.1844 -86.3029 187.5 MI NORTON SHORES 3.0 WNW +US1MIMG0013 43.1791 -86.2364 189.3 MI MUSKEGON 3.5 SSE +US1MIMG0014 43.1917 -86.1586 196.3 MI MUSKEGON 5.5 ESE +US1MIMG0015 43.2262 -86.0479 205.7 MI WOLF LAKE 3.2 ESE +US1MIMG0016 43.2976 -86.1531 200.6 MI TWIN LAKE 5.1 SSE +US1MIMG0018 43.1269 -86.2431 182.6 MI NORTON SHORES 2.3 SSE +US1MIMG0019 43.2774 -86.3022 188.1 MI NORTH MUSKEGON 2.4 NW +US1MIMG0020 43.3658 -86.1895 210.6 MI TWIN LAKE 0.5 WSW +US1MIMG0023 43.1456 -86.2076 192.6 MI NORTON SHORES 2.5 ESE +US1MIMG0026 43.1969 -86.2743 191.1 MI MUSKEGON 2.3 SSW +US1MIMG0027 43.2703 -86.2478 192.9 MI NORTH MUSKEGON 1.9 NE +US1MIMK0001 44.2659 -85.2553 374.3 MI LAKE CITY 5.0 SSW +US1MIMM0001 45.6989 -87.5153 262.7 MI SPALDING 0.5 NW +US1MIMM0005 45.5307 -87.6192 241.1 MI DAGGETT 4.8 N +US1MIMM0008 45.1613 -87.6862 198.7 MI MENOMINEE 4.1 NW +US1MIMN0006 44.2337 -86.0358 222.5 MI WELLSTON 3.9 WNW +US1MIMN0007 44.3891 -86.2218 246.3 MI ONEKAMA 1.8 NNW +US1MIMQ0001 46.4731 -87.3678 220.1 MI MARQUETTE 5.5 SSE +US1MIMQ0002 46.4646 -87.3406 205.1 MI MARQUETTE 6.5 SSE +US1MIMQ0004 46.4631 -87.3471 219.5 MI MARQUETTE 6.5 SSE +US1MIMQ0007 46.4058 -87.2477 230.1 MI SKANDIA 2.1 NNW +US1MIMQ0009 46.5606 -87.4334 223.4 MI MARQUETTE 1.9 WNW +US1MIMQ0012 46.4899 -87.7154 449.6 MI ISHPEMING 2.5 W +US1MIMQ0013 46.5301 -87.4053 231.0 MI MARQUETTE 1.5 SSW +US1MIMQ0014 46.4854 -87.7156 451.1 MI ISHPEMING 2.5 W +US1MIMQ0015 46.7100 -87.6400 272.2 MI MARQUETTE 16.0 NW +US1MIMQ0016 46.5477 -87.3888 213.4 MI MARQUETTE 0.4 ESE +US1MIMQ0017 46.5673 -87.6869 418.8 MI ISHPEMING 5.6 NNW +US1MIMQ0018 46.5410 -87.4019 221.6 MI MARQUETTE 0.7 SSW +US1MIMQ0019 46.4055 -87.7567 445.9 MI ISHPEMING 7.2 SW +US1MIMQ0020 46.5111 -87.3817 200.6 MI MARQUETTE 2.8 SSE +US1MIMQ0022 46.5070 -87.6087 423.4 MI NEGAUNEE 0.8 NW +US1MIMQ0024 46.4984 -87.9407 491.0 MI WOBIC 0.5 ESE +US1MIMR0003 42.0335 -83.2641 178.6 MI SOUTH ROCKWOOD 2.0 S +US1MIMR0004 41.8726 -83.3809 182.3 MI MONROE 3.0 S +US1MIMR0005 41.9146 -83.6143 200.9 MI PETERSBURG 5.1 ENE +US1MIMR0009 42.0213 -83.3945 187.5 MI CARLETON 2.5 S +US1MIMR0010 41.7699 -83.6706 207.9 MI LAMBERTVILLE 2.9 WNW +US1MIMR0011 42.0095 -83.7665 210.9 MI BRITTON 3.7 ENE +US1MIMR0014 41.9427 -83.3172 178.9 MI MONROE 4.0 ENE +US1MIMR0016 41.7828 -83.7390 209.7 MI OTTAWA LAKE 1.4 SSW +US1MIMS0001 44.0353 -86.3400 209.7 MI SCOTTVILLE 6.6 NNW +US1MIMT0001 43.3871 -84.9851 301.4 MI EDMORE 3.0 ESE +US1MIMT0002 43.3116 -85.3530 257.9 MI TRUFANT 0.1 SE +US1MIMT0005 43.3145 -84.9852 281.0 MI STANTON 5.0 ENE +US1MIMT0008 43.3797 -84.9732 307.2 MI EDMORE 3.8 ESE +US1MIMT0009 43.1507 -85.0144 255.1 MI FENWICK 3.3 E +US1MIMY0001 44.9800 -84.1428 270.4 MI ATLANTA 1.7 S +US1MIMY0002 44.9978 -84.1603 271.3 MI ATLANTA 0.9 SW +US1MIMY0003 45.0158 -84.0224 267.0 MI HILLMAN 6.9 WSW +US1MINW0002 43.3818 -85.8797 189.9 MI GRANT 4.8 NW +US1MINW0003 43.4616 -85.6027 251.2 MI NEWAYGO 10.3 ENE +US1MINW0004 43.3938 -85.6523 265.8 MI NEWAYGO 7.7 ESE +US1MINW0005 43.3626 -85.6933 244.8 MI GRANT 6.2 ENE +US1MINW0006 43.5107 -85.9666 263.7 MI FREMONT 3.5 NNW +US1MINW0007 43.5910 -85.7980 294.7 MI WHITE CLOUD 2.9 NW +US1MINW0008 43.6063 -85.6419 298.1 MI WHITE CLOUD 7.5 ENE +US1MINW0010 43.5259 -85.5846 260.9 MI WHITE CLOUD 9.6 E +US1MIOC0001 43.7733 -86.1071 270.1 MI WALKERVILLE 4.2 NNE +US1MIOC0002 43.5000 -86.4700 224.6 MI MONTAGUE 8.1 NW +US1MIOD0003 44.6414 -84.2383 344.1 MI LUZERNE 2.4 NE +US1MIOG0001 44.2197 -84.1594 259.1 MI WEST BRANCH 5.4 SE +US1MIOG0002 44.2864 -84.2187 293.2 MI WEST BRANCH 1.1 NE +US1MIOG0005 44.1758 -84.0674 239.0 MI SKIDWAY LAKE 1.7 SW +US1MIOG0006 44.2481 -84.2509 336.2 MI WEST BRANCH 2.1 SSW +US1MIOK0005 42.5713 -83.3644 279.2 MI WEST BLOOMFIELD TOWNSHIP 0.9 E +US1MIOK0008 42.7592 -83.3421 334.4 MI CLARKSTON 4.3 ENE +US1MIOK0009 42.4640 -83.1162 193.2 MI FERNDALE 0.8 ENE +US1MIOK0012 42.5381 -83.3476 268.2 MI WEST BLOOMFIELD TOWNSHIP 2.8 S +US1MIOK0013 42.4725 -83.1536 200.3 MI PLEASANT RIDGE 0.5 WNW +US1MIOK0014 42.4565 -83.3981 224.3 MI FARMINGTON HILLS 2.3 SSW +US1MIOK0015 42.6308 -83.3172 283.2 MI PONTIAC 2.0 SW +US1MIOK0018 42.8391 -83.4882 313.0 MI ORTONVILLE 2.4 WSW +US1MIOK0020 42.6121 -83.4920 285.9 MI COMMERCE 1.0 N +US1MIOK0021 42.8378 -83.3812 327.7 MI ORTONVILLE 3.3 ESE +US1MIOK0026 42.5486 -83.6649 295.0 MI MILFORD 4.1 SW +US1MIOK0030 42.4730 -83.1710 201.8 MI OAK PARK 0.8 NE +US1MIOK0031 42.7008 -83.3907 294.1 MI WATERFORD 2.6 N +US1MIOK0032 42.6025 -83.5854 302.4 MI MILFORD 1.4 NE +US1MIOK0035 42.6874 -83.4132 299.3 MI WATERFORD 2.1 NW +US1MIOK0036 42.5494 -83.1453 206.0 MI TROY 2.1 S +US1MIOK0037 42.5631 -83.3713 287.7 MI WEST BLOOMFIELD TOWNSHIP 0.7 S +US1MIOK0042 42.7326 -83.3982 315.5 MI CLARKSTON 1.2 E +US1MIOK0044 42.5727 -83.5176 283.8 MI MILFORD 4.3 ESE +US1MIOK0046 42.5773 -83.3942 285.9 MI ORCHARD LAKE VILLAGE 0.9 WSW +US1MIOK0047 42.5452 -83.3177 262.7 MI BLOOMFIELD TOWNSHIP 3.1 SW +US1MIOK0049 42.7354 -83.4235 309.1 MI CLARKSTON 0.1 W +US1MIOK0050 42.6175 -83.5438 291.7 MI WHITE LAKE 5.2 SSE +US1MIOK0051 42.4935 -83.4195 265.8 MI FARMINGTON HILLS 2.3 WNW +US1MIOK0052 42.5203 -83.4592 287.4 MI NOVI 3.5 NNE +US1MIOK0053 42.5385 -83.5180 283.8 MI WIXOM 1.3 NE +US1MIOK0056 42.5191 -83.4490 291.4 MI NOVI 3.7 NE +US1MIOK0061 42.7624 -83.5360 314.2 MI DAVISBURG 0.8 NNE +US1MIOK0062 42.7228 -83.2256 317.0 MI LAKE ORION 4.3 SSE +US1MIOK0063 42.7672 -83.6855 296.0 MI FENTON 2.7 SSE +US1MIOK0065 42.5349 -83.5120 286.5 MI WIXOM 1.4 ENE +US1MIOK0066 42.7443 -83.5174 314.6 MI DAVISBURG 1.3 ESE +US1MIOK0067 42.7503 -83.5838 296.9 MI HOLLY 3.9 SSE +US1MIOK0068 42.4909 -83.1208 193.9 MI ROYAL OAK 2.1 SE +US1MIOK0069 42.5130 -83.2380 216.1 MI SOUTHFIELD 2.8 NNE +US1MIOK0070 42.4641 -83.1331 196.6 MI FERNDALE 0.3 NNW +US1MIOK0071 42.4930 -83.1651 201.2 MI BERKLEY 1.1 ESE +US1MIOK0073 42.4837 -83.1304 195.1 MI ROYAL OAK 2.1 SE +US1MIOK0074 42.4648 -83.6593 280.7 MI SOUTH LYON 0.5 NW +US1MIOK0077 42.6924 -83.5455 316.7 MI WHITE LAKE 0.5 E +US1MIOK0079 42.6007 -83.2542 276.1 MI BLOOMFIELD TOWNSHIP 2.0 NNE +US1MIOK0081 42.7035 -83.3161 306.6 MI AUBURN HILLS 4.2 WNW +US1MIOK0083 42.5031 -83.3766 260.3 MI FARMINGTON HILLS 1.2 N +US1MIOK0085 42.5543 -83.1392 203.3 MI TROY 1.8 S +US1MIOK0087 42.8187 -83.4431 297.2 MI ORTONVILLE 2.3 S +US1MIOK0088 42.8400 -83.1031 305.1 MI LEONARD 2.7 SE +US1MIOK0092 42.5180 -83.4296 283.2 MI FARMINGTON HILLS 3.5 NW +US1MIOK0093 42.7064 -83.4842 313.9 MI WHITE LAKE 3.2 N +US1MIOK0094 42.5066 -83.3791 267.6 MI FARMINGTON HILLS 1.4 N +US1MIOK0098 42.4942 -83.1574 200.6 MI ROYAL OAK 1.0 S +US1MIOK0099 42.4459 -83.4261 252.1 MI NORTHVILLE 3.2 ENE +US1MIOK0102 42.4934 -83.1151 193.9 MI MADISON HEIGHTS 1.0 SW +US1MIOK0107 42.7496 -83.4014 311.2 MI CLARKSTON 1.4 NE +US1MIOK0109 42.6788 -83.5936 312.1 MI HIGHLAND 1.3 NE +US1MIOK0111 42.6154 -83.3663 287.7 MI WATERFORD 3.5 SSE +US1MIOK0112 42.5736 -83.1964 242.3 MI TROY 2.8 W +US1MIOK0116 42.5149 -83.6496 289.3 MI SOUTH LYON 3.7 N +US1MIOK0119 42.5508 -83.5513 292.0 MI WIXOM 2.0 NNW +US1MIOL0001 43.9706 -85.3808 394.4 MI REED CITY 9.3 NE +US1MION0001 46.8696 -89.3093 193.9 MI ONTONAGON 0.3 NE +US1MION0003 46.8281 -89.5718 190.8 MI ONTONAGON 12.5 WSW +US1MIOT0001 44.9978 -84.6531 402.0 MI GAYLORD 2.2 SE +US1MIOT0002 44.9527 -84.7046 391.1 MI GAYLORD 5.1 SSW +US1MIOT0003 45.0289 -84.6681 410.6 MI GAYLORD 0.6 NE +US1MIOT0005 45.0114 -84.8278 417.6 MI GAYLORD 7.4 W +US1MIOT0006 45.0531 -84.7708 357.8 MI GAYLORD 5.0 WNW +US1MIOT0007 45.0093 -84.6468 397.8 MI GAYLORD 1.8 ESE +US1MIOT0012 44.9649 -84.7078 395.3 MI GAYLORD 4.3 SSW +US1MIOT0014 44.8986 -84.8077 416.1 MI GAYLORD 10.7 SW +US1MIOW0001 42.9205 -85.8173 196.0 MI JENISON 1.0 NE +US1MIOW0002 42.8230 -86.0678 188.1 MI HOLLAND 3.9 NNE +US1MIOW0003 42.9880 -85.8103 218.8 MI WALKER 3.2 W +US1MIOW0004 42.7680 -86.1778 182.3 MI HOLLAND 3.8 W +US1MIOW0007 43.0174 -86.2200 188.4 MI GRAND HAVEN 2.6 S +US1MIOW0008 43.0457 -86.1898 182.3 MI GRAND HAVEN 1.9 ESE +US1MIOW0014 42.8231 -86.1485 187.1 MI HOLLAND 4.3 NNW +US1MIOW0020 42.8653 -85.8574 198.1 MI HUDSONVILLE 0.3 E +US1MIOW0021 42.9186 -85.8569 212.1 MI JENISON 1.5 WNW +US1MIOW0024 43.0887 -86.0863 189.9 MI NUNICA 1.2 NW +US1MIOW0025 42.8011 -86.1948 182.6 MI HOLLAND 5.1 WNW +US1MIOW0026 42.9950 -86.2180 192.0 MI GRAND HAVEN 4.2 S +US1MIOW0027 42.8295 -86.2054 188.4 MI HOLLAND 6.6 NW +US1MIOW0029 42.8277 -86.0697 196.0 MI HOLLAND 4.2 NNE +US1MIOW0030 42.9674 -85.9574 199.3 MI ALLENDALE 1.3 SSW +US1MIOW0038 42.9666 -85.9203 201.2 MI ALLENDALE 2.1 SE +US1MIOW0040 43.0091 -86.1464 185.3 MI GRAND HAVEN 5.1 SE +US1MIOW0043 42.9528 -86.2132 185.3 MI WEST OLIVE 4.0 WNW +US1MIOW0044 42.7707 -86.1621 189.6 MI HOLLAND 3.0 W +US1MIOW0045 43.0455 -86.1993 184.1 MI GRAND HAVEN 1.4 ESE +US1MIOW0049 42.8217 -86.1490 189.6 MI HOLLAND 4.2 NW +US1MIOW0051 42.9710 -85.9254 200.9 MI ALLENDALE 1.7 SE +US1MIPI0001 45.4174 -83.8106 183.5 MI ROGERS CITY 0.2 WSW +US1MIRS0001 44.3543 -84.6832 346.3 MI HOUGHTON LAKE 4.9 NE +US1MIRS0002 44.3489 -84.4239 364.8 MI ST. HELEN 1.0 SSW +US1MIRS0003 44.3033 -84.7597 367.6 MI HOUGHTON LAKE 0.7 SSE +US1MIRS0004 44.4516 -84.6672 361.8 MI ROSCOMMON 4.7 SW +US1MIRS0005 44.4644 -84.6736 353.6 MI ROSCOMMON 4.6 WSW +US1MISC0001 42.8365 -82.5873 192.9 MI ST. CLAIR 4.8 W +US1MISC0003 42.9962 -82.4643 186.2 MI PORT HURON 1.6 W +US1MISC0005 43.0037 -82.4523 186.8 MI PORT HURON 1.2 NW +US1MISC0007 42.9668 -82.4503 184.1 MI PORT HURON 2.0 SSW +US1MISC0008 42.6184 -82.5401 177.1 MI ALGONAC 0.4 SW +US1MISC0011 42.9624 -82.4292 185.3 MI PORT HURON 2.2 S +US1MISC0014 42.9816 -82.4855 189.9 MI PORT HURON 2.8 WSW +US1MISG0004 43.2291 -83.7470 200.6 MI BIRCH RUN 2.6 ESE +US1MISG0005 43.5247 -84.1042 198.1 MI FREELAND 0.7 ENE +US1MISG0010 43.3789 -83.9403 180.1 MI SAGINAW 2.8 S +US1MISG0011 43.4557 -83.9846 185.6 MI SAGINAW 3.0 NW +US1MISG0013 43.4461 -83.9798 185.0 MI SAGINAW 2.4 NW +US1MISG0015 43.2623 -84.2289 186.2 MI BRANT 0.2 N +US1MISG0017 43.4227 -84.0776 186.8 MI SAGINAW 6.4 W +US1MISJ0002 41.7778 -85.5833 248.4 MI WHITE PIGEON 3.4 ESE +US1MISJ0003 41.7807 -85.5044 265.8 MI STURGIS 4.5 WSW +US1MISJ0004 41.8397 -85.6279 245.7 MI CONSTANTINE 1.9 E +US1MISN0001 43.2070 -82.9766 245.1 MI BROWN CITY 0.7 ESE +US1MISN0003 43.2102 -82.5470 204.8 MI LEXINGTON 4.1 S +US1MISW0001 42.9560 -84.2487 239.9 MI OWOSSO 4.6 SW +US1MISW0002 42.8336 -84.3542 259.1 MI LAINGSBURG 3.9 S +US1MISW0005 42.9300 -84.1046 249.9 MI DURAND 6.2 WNW +US1MITS0005 43.5571 -83.5823 184.1 MI FAIRGROVE 3.1 NW +US1MIVB0002 42.4093 -86.0481 202.7 MI GRAND JUNCTION 1.3 ENE +US1MIVB0004 42.2658 -85.8619 216.1 MI PAW PAW 3.6 NNE +US1MIVB0005 42.3756 -86.0915 210.0 MI GRAND JUNCTION 2.9 SSW +US1MIVB0006 42.4232 -86.0802 210.6 MI GRAND JUNCTION 1.4 NW +US1MIVB0007 42.1437 -85.8523 274.0 MI LAWTON 1.6 S +US1MIVB0008 42.1318 -86.1073 240.2 MI DECATUR 7.0 WNW +US1MIVB0009 42.2485 -85.8606 225.6 MI PAW PAW 2.6 NE +US1MIVB0010 42.3651 -86.2627 197.2 MI SOUTH HAVEN 2.5 SSE +US1MIVB0012 42.2158 -85.8774 227.7 MI PAW PAW 0.7 ESE +US1MIVB0013 42.2374 -85.8617 231.6 MI PAW PAW 2.0 NE +US1MIWS0001 42.1568 -83.6701 240.8 MI MILAN 5.1 N +US1MIWS0003 42.3828 -83.5712 266.4 MI PLYMOUTH 5.4 W +US1MIWS0005 42.2436 -83.6920 249.9 MI ANN ARBOR 3.0 SE +US1MIWS0006 42.2935 -83.7699 298.1 MI ANN ARBOR 2.4 WNW +US1MIWS0007 42.2391 -83.6958 251.5 MI ANN ARBOR 3.1 SE +US1MIWS0010 42.2038 -83.7549 255.4 MI ANN ARBOR 5.1 SSW +US1MIWS0011 42.2832 -83.7715 275.5 MI ANN ARBOR 2.1 WNW +US1MIWS0014 42.2316 -83.6665 252.1 MI YPSILANTI 2.5 WSW +US1MIWS0015 42.2865 -83.7699 274.0 MI ANN ARBOR 2.1 WNW +US1MIWS0016 42.2973 -83.7315 245.1 MI ANN ARBOR 1.5 N +US1MIWS0018 42.2521 -83.6028 233.2 MI YPSILANTI 1.1 ENE +US1MIWS0020 42.2998 -83.7392 257.3 MI ANN ARBOR 1.7 NNW +US1MIWS0021 42.1617 -83.7669 236.2 MI SALINE 1.2 SE +US1MIWS0023 42.3350 -83.7257 292.6 MI ANN ARBOR 4.1 N +US1MIWS0024 42.3102 -83.7137 277.4 MI ANN ARBOR 2.6 NNE +US1MIWS0025 42.1262 -83.8109 249.9 MI SALINE 3.8 SSW +US1MIWS0027 42.3142 -83.7752 256.6 MI ANN ARBOR 3.5 NW +US1MIWS0028 42.3337 -83.8751 274.0 MI DEXTER 0.3 ENE +US1MIWS0031 42.3045 -83.8553 285.6 MI DEXTER 2.2 SE +US1MIWS0032 42.3256 -83.6222 254.2 MI ANN ARBOR 6.5 ENE +US1MIWS0036 42.1796 -83.6105 216.1 MI YPSILANTI 4.5 S +US1MIWS0037 42.3821 -83.5897 276.8 MI PLYMOUTH 6.3 W +US1MIWS0038 42.3334 -84.0618 297.8 MI CHELSEA 2.4 WNW +US1MIWS0039 42.3404 -83.8916 261.8 MI DEXTER 0.9 NW +US1MIWS0041 42.2639 -83.8694 273.7 MI ANN ARBOR 7.1 W +US1MIWS0042 42.2781 -83.8188 278.6 MI ANN ARBOR 4.5 W +US1MIWS0044 42.1595 -83.7657 238.4 MI SALINE 1.3 SSE +US1MIWS0049 42.2808 -84.0303 298.7 MI CHELSEA 2.4 S +US1MIWS0050 42.2417 -83.5775 227.1 MI YPSILANTI 2.2 E +US1MIWS0051 42.1389 -83.7970 243.2 MI SALINE 2.7 SSW +US1MIWX0001 44.2861 -85.3557 389.5 MI CADILLAC 4.0 NE +US1MIWY0005 42.3305 -83.4678 207.3 MI CANTON 1.7 NNE +US1MIWY0006 42.3140 -83.2450 183.2 MI DEARBORN 1.6 W +US1MIWY0011 42.1365 -83.2529 181.1 MI WOODHAVEN 0.9 WNW +US1MIWY0013 42.1781 -83.4351 199.6 MI BELLEVILLE 3.0 SE +US1MIWY0014 42.3835 -83.3779 199.9 MI LIVONIA 1.1 SSW +US1MIWY0016 42.3600 -83.3533 193.9 MI LIVONIA 2.8 SSE +US1MIWY0020 42.4064 -83.4132 208.2 MI LIVONIA 2.2 WNW +US1MIWY0021 42.4239 -83.4529 268.5 MI NORTHVILLE 2.0 ESE +US1MIWY0022 42.1950 -83.3035 190.2 MI TAYLOR 2.8 SW +US1MIWY0031 42.3155 -83.4925 210.6 MI CANTON 0.7 NW +US1MIWY0032 42.2354 -83.4724 207.9 MI BELLEVILLE 2.3 NNE +US1MIWY0033 42.4310 -83.3819 210.9 MI LIVONIA 2.3 NNW +US1MIWY0037 42.3326 -83.3536 194.8 MI GARDEN CITY 0.8 NW +US1MIWY0038 42.3200 -83.0900 180.1 MI DETROIT 4.4 S +US1MIWY0039 42.4232 -83.5110 267.0 MI NORTHVILLE 1.5 SW +US1MIWY0043 42.3420 -83.3021 185.6 MI DEARBORN HEIGHTS 1.8 NW +US1MIWY0047 42.1823 -83.4364 201.5 MI BELLEVILLE 2.8 ESE +US1MIWY0052 42.4170 -83.3436 195.7 MI LIVONIA 2.0 NE +US1MIWY0062 42.3803 -83.4742 232.9 MI PLYMOUTH 0.7 NNW +US1MIWY0064 42.2985 -83.2425 185.3 MI DEARBORN 1.7 WSW +US1MIWY0067 42.1827 -83.1813 178.9 MI RIVERVIEW 1.0 NE +US1MIWY0068 42.3157 -83.4721 207.9 MI CANTON 0.7 NE +US1MIWY0069 42.0858 -83.2105 178.0 MI GIBRALTAR 0.8 SW +US1MIWY0070 42.1511 -83.1492 181.1 MI GROSSE ILE 1.6 N +US1MIWY0077 42.1453 -83.1964 180.7 MI TRENTON 0.4 NNW +US1MIWY0081 42.4363 -82.9103 178.6 MI GROSSE POINTE WOODS 0.6 W +US1MIWY0087 42.0860 -83.2108 176.5 MI GIBRALTAR 0.8 SSW +US1MIWY0088 42.0862 -83.2110 178.0 MI GIBRALTAR 0.7 SSW +US1MIWY0089 42.3078 -83.5081 214.3 MI CANTON 1.3 W +US1MIWY0098 42.2766 -83.2855 190.8 MI DEARBORN HEIGHTS 3.6 S +US1MIWY0113 42.0895 -83.1951 176.2 MI GIBRALTAR 0.5 SE +US1MIWY0115 42.3631 -83.0992 192.3 MI DETROIT 1.4 S +US1MIWY0116 42.0856 -83.2110 178.0 MI GIBRALTAR 0.8 SW +US1MIWY0122 42.2699 -83.2857 187.5 MI DEARBORN HEIGHTS 4.0 S +US1MIWY0123 42.1113 -83.2793 183.8 MI FLAT ROCK 0.7 NNW +US1MIWY0124 42.2925 -83.2585 187.1 MI DEARBORN 2.6 WSW +US1MIWY0125 42.3473 -83.4729 210.6 MI CANTON 2.7 N +US1MIWY0129 42.1298 -83.2872 184.7 MI FLAT ROCK 2.1 NNW +US1MNAA0002 45.1947 -93.3257 263.0 MN COON RAPIDS 1.5 NNW +US1MNAA0003 45.1962 -93.2755 272.5 MN COON RAPIDS 2.2 NE +US1MNAA0004 45.4090 -93.3090 284.1 MN SAINT FRANCIS 4.0 E +US1MNAA0005 45.3846 -93.1553 280.4 MN EAST BETHEL 3.1 NE +US1MNAA0006 45.1708 -93.2570 277.1 MN BLAINE 2.4 W +US1MNAA0012 45.2451 -93.2068 274.6 MN HAM LAKE 0.7 SSW +US1MNAA0013 45.1648 -93.2855 267.6 MN COON RAPIDS 1.4 ESE +US1MNAA0014 45.2183 -93.2973 274.0 MN ANDOVER 3.0 SSE +US1MNAA0015 45.1426 -93.1195 273.7 MN LINO LAKES 2.5 SW +US1MNAA0016 45.3712 -93.2115 281.3 MN EAST BETHEL 1.1 NNW +US1MNAA0017 45.0598 -93.2408 303.6 MN COLUMBIA HEIGHTS 0.9 NNE +US1MNAA0018 45.2854 -93.3438 272.2 MN ANDOVER 2.1 NNW +US1MNAA0019 45.1890 -93.3719 266.7 MN COON RAPIDS 3.2 WNW +US1MNAA0020 45.1646 -93.2072 276.5 MN BLAINE 0.4 S +US1MNAA0021 45.2657 -93.2221 279.8 MN HAM LAKE 1.2 NW +US1MNAA0022 45.3934 -93.3650 280.4 MN SAINT FRANCIS 1.3 ESE +US1MNAA0023 45.0847 -93.2648 260.6 MN FRIDLEY 0.3 W +US1MNAA0024 45.2415 -93.4604 267.9 MN RAMSEY 1.5 SSW +US1MNAA0028 45.1760 -93.2226 273.7 MN BLAINE 0.8 WNW +US1MNAA0029 45.2158 -93.1691 274.9 MN HAM LAKE 3.2 SSE +US1MNAA0031 45.2488 -93.1597 274.9 MN HAM LAKE 2.2 E +US1MNAA0036 45.2582 -93.4114 268.5 MN RAMSEY 1.9 E +US1MNAA0039 45.0728 -93.2324 290.8 MN FRIDLEY 1.8 ESE +US1MNAA0040 45.2387 -93.1892 274.6 MN HAM LAKE 1.3 SSE +US1MNAA0045 45.1832 -93.2766 275.8 MN COON RAPIDS 1.7 ENE +US1MNAA0052 45.1912 -93.2084 274.6 MN BLAINE 1.5 N +US1MNAA0054 45.1947 -93.3749 269.1 MN ANOKA 1.3 SSE +US1MNAA0056 45.1984 -93.2281 277.7 MN BLAINE 2.2 NNW +US1MNAA0057 45.4006 -93.4002 276.8 MN SAINT FRANCIS 0.5 WNW +US1MNAA0061 45.1876 -93.3391 269.4 MN COON RAPIDS 1.7 WNW +US1MNAA0066 45.2274 -93.4095 263.7 MN ANOKA 1.6 NW +US1MNAA0067 45.1480 -93.1222 278.0 MN LINO LAKES 2.4 SW +US1MNAA0068 45.3867 -93.1599 279.2 MN EAST BETHEL 3.0 NE +US1MNAA0073 45.3023 -93.4146 273.1 MN ANOKA 6.5 N +US1MNAA0075 45.1704 -93.0436 278.0 MN CENTERVILLE 0.7 NE +US1MNAA0076 45.3036 -93.4262 276.8 MN NOWTHEN 2.9 SSE +US1MNAT0001 46.2052 -93.2494 382.2 MN MCGRATH 2.8 SSE +US1MNAT0002 46.9950 -93.5971 412.4 MN HILL CITY 0.9 N +US1MNAT0004 46.7138 -93.2885 383.7 MN MCGREGOR 7.3 N +US1MNAT0005 46.6376 -93.1455 388.6 MN TAMARACK 1.4 SW +US1MNBK0002 46.8298 -96.1605 444.4 MN LAKE PARK 4.8 SW +US1MNBK0006 46.7985 -96.1218 442.9 MN LAKE PARK 6.0 S +US1MNBK0010 46.8867 -95.8444 420.0 MN DETROIT LAKES 5.7 N +US1MNBK0011 46.7703 -96.0747 420.3 MN LAKE PARK 7.9 S +US1MNBM0003 47.5417 -94.7207 421.5 MN BEMIDJI 8.3 ENE +US1MNBM0007 47.8829 -94.5026 403.9 MN KELLIHER 5.0 SSW +US1MNBM0009 47.4890 -94.8157 421.5 MN BEMIDJI 2.9 E +US1MNBM0010 47.4658 -94.9477 423.7 MN BEMIDJI 3.5 WSW +US1MNBM0011 47.5494 -94.8567 425.2 MN BEMIDJI 4.8 NNE +US1MNBM0012 47.5798 -94.6824 401.7 MN TURTLE RIVER 3.6 E +US1MNBM0014 47.4907 -95.1218 435.3 MN SOLWAY 2.1 S +US1MNBM0015 47.5204 -94.7212 417.9 MN BEMIDJI 7.8 ENE +US1MNBN0004 45.6269 -94.1953 321.6 MN SARTELL 0.7 ENE +US1MNBN0005 45.6667 -93.8868 340.8 MN FOLEY 1.1 ENE +US1MNBN0006 45.6704 -94.1668 331.3 MN RICE 6.5 SSE +US1MNBU0002 43.9750 -93.9586 311.2 MN MAPLETON 3.5 N +US1MNBU0003 44.1731 -93.9766 306.3 MN MANKATO 0.2 NNE +US1MNBU0006 44.1854 -94.1591 243.2 MN LAKE CRYSTAL 6.3 NNE +US1MNBU0008 44.1502 -94.0212 258.2 MN MANKATO 2.6 WSW +US1MNBU0010 44.1488 -94.0170 278.6 MN MANKATO 2.4 SW +US1MNBU0011 44.1536 -94.0312 249.9 MN MANKATO 2.9 WSW +US1MNBU0018 44.1190 -93.9299 306.9 MN MANKATO 4.3 SE +US1MNBU0023 44.1571 -93.9538 303.9 MN MANKATO 1.5 SE +US1MNBU0025 44.1129 -93.9552 298.7 MN MANKATO 4.2 SSE +US1MNBU0026 44.2148 -93.8067 319.4 MN MADISON LAKE 0.8 NNE +US1MNBU0027 44.1300 -93.9929 294.7 MN MANKATO 2.9 SSW +US1MNBU0028 44.1261 -94.0302 293.8 MN MANKATO 4.0 SW +US1MNBU0031 44.1755 -94.2080 303.9 MN LAKE CRYSTAL 4.9 N +US1MNBW0001 44.2612 -94.9922 322.5 MN SPRINGFIELD 1.7 NNW +US1MNBW0002 44.3217 -94.4771 269.7 MN NEW ULM 0.8 NW +US1MNBW0006 44.1112 -94.7980 324.6 MN COMFREY 5.2 E +US1MNBW0007 44.2402 -94.9803 315.8 MN SPRINGFIELD 0.2 NNE +US1MNBW0008 44.1511 -94.7852 323.7 MN COMFREY 6.5 ENE +US1MNBW0011 44.2914 -94.7373 310.3 MN SLEEPY EYE 0.8 SW +US1MNCD0001 44.1810 -95.3273 365.5 MN LAMBERTON 4.6 SW +US1MNCD0002 44.0958 -94.9257 350.2 MN COMFREY 1.6 SW +US1MNCG0001 45.7169 -92.9257 280.7 MN RUSH CITY 2.8 NE +US1MNCG0003 45.3586 -92.8792 283.8 MN CHISAGO CITY 1.8 ENE +US1MNCG0005 45.6817 -93.0409 279.2 MN RUSH CITY 3.6 W +US1MNCG0007 45.3950 -93.0181 277.7 MN STACY 1.4 NW +US1MNCG0008 45.3224 -92.9734 278.6 MN WYOMING 1.0 S +US1MNCG0009 45.3085 -92.8004 279.2 MN LINDSTROM 5.9 SSE +US1MNCG0010 45.3203 -92.9550 271.6 MN WYOMING 1.5 SE +US1MNCG0011 45.3318 -92.8982 275.8 MN CHISAGO CITY 1.3 SSE +US1MNCG0016 45.5312 -92.9711 281.0 MN NORTH BRANCH 1.3 NNW +US1MNCG0019 45.6647 -93.0889 284.1 MN STANCHFIELD 4.5 E +US1MNCG0020 45.3203 -92.9550 278.0 MN WYOMING 1.5 SE +US1MNCG0021 45.4010 -92.9810 270.4 MN STACY 1.4 NNE +US1MNCG0023 45.2993 -92.8695 281.6 MN CHISAGO CITY 3.9 SSE +US1MNCG0025 45.4884 -92.9661 270.1 MN NORTH BRANCH 1.8 S +US1MNCG0027 45.5005 -93.0054 278.0 MN NORTH BRANCH 2.4 WSW +US1MNCG0028 45.6363 -93.0906 282.9 MN STANCHFIELD 4.9 ESE +US1MNCG0029 45.3882 -92.8272 272.5 MN CENTER CITY 0.8 WSW +US1MNCG0032 45.4574 -92.7548 291.1 MN SHAFER 4.7 N +US1MNCK0002 47.8398 -89.9678 187.5 MN HOVLAND 0.4 SW +US1MNCK0003 47.6239 -90.7610 282.5 MN TOFTE 4.9 NE +US1MNCK0006 47.7487 -90.4376 344.1 MN GRAND MARAIS 4.4 W +US1MNCK0007 47.8392 -89.9712 188.1 MN HOVLAND 0.1 NE +US1MNCK0015 47.8542 -90.0181 325.5 MN HOVLAND 2.4 WNW +US1MNCK0018 47.7446 -90.4380 318.2 MN GRAND MARAIS 4.4 WSW +US1MNCL0002 47.2889 -95.3283 491.0 MN BAGLEY 16.6 SSE +US1MNCN0001 46.7078 -92.3279 362.7 MN CARLTON 5.6 NE +US1MNCN0005 46.6680 -92.5901 394.1 MN CLOQUET 5.9 SW +US1MNCN0006 46.5113 -92.7391 366.4 MN BARNUM 2.4 W +US1MNCN0012 46.6029 -92.6820 396.5 MN MAHTOWA 3.2 NW +US1MNCN0017 46.6185 -92.3285 314.6 MN WRENSHALL 2.6 E +US1MNCN0018 46.5879 -92.3823 314.6 MN WRENSHALL 2.3 S +US1MNCN0019 46.7186 -92.3476 363.6 MN ESKO 1.1 NE +US1MNCN0023 46.4852 -92.3403 290.2 MN WRENSHALL 9.7 SSE +US1MNCP0001 44.9453 -95.7203 309.1 MN MONTEVIDEO 0.4 SSW +US1MNCP0002 44.9230 -95.3877 324.9 MN CLARA CITY 2.8 SSW +US1MNCP0005 44.9816 -95.7189 307.2 MN MONTEVIDEO 2.2 N +US1MNCS0001 46.4025 -94.4631 402.6 MN PILLAGER 5.1 N +US1MNCS0002 47.0922 -93.9195 419.4 MN REMER 2.5 N +US1MNCS0003 46.8041 -94.3931 400.5 MN BACKUS 5.8 ESE +US1MNCS0006 46.4094 -94.3288 369.7 MN EAST GULL LAKE 1.6 NE +US1MNCS0008 46.8887 -94.3213 410.9 MN LONGVILLE 8.5 SW +US1MNCS0011 46.9152 -94.2947 410.0 MN LONGVILLE 6.2 SW +US1MNCS0014 46.7516 -94.3610 404.8 MN PINE RIVER 2.7 NE +US1MNCS0015 46.6451 -94.4329 404.5 MN PINE RIVER 5.6 SSW +US1MNCS0016 47.0329 -94.4469 409.3 MN WALKER 7.6 ESE +US1MNCS0018 46.9558 -94.3727 410.6 MN HACKENSACK 7.0 ENE +US1MNCS0023 46.9617 -94.3751 413.6 MN HACKENSACK 7.1 ENE +US1MNCV0001 44.7573 -93.6416 258.2 MN CARVER 0.7 W +US1MNCV0008 44.9663 -93.8489 295.7 MN WATERTOWN 0.5 NNW +US1MNCV0011 44.8513 -93.6569 313.3 MN VICTORIA 1.0 S +US1MNCV0012 44.8536 -93.5863 296.0 MN CHANHASSEN 1.2 W +US1MNCV0014 44.8467 -93.5456 276.1 MN CHANHASSEN 1.0 ESE +US1MNCV0017 44.7762 -93.9065 303.6 MN NORWOOD YOUNG AMERICA 0.8 ENE +US1MNCV0022 44.8567 -93.6864 301.8 MN VICTORIA 1.6 WSW +US1MNCV0025 44.8147 -93.5752 275.2 MN CHASKA 1.7 E +US1MNCV0027 44.8898 -93.6099 308.5 MN CHANHASSEN 3.4 NW +US1MNCV0028 44.8148 -93.5970 287.7 MN CHASKA 0.6 E +US1MNCV0040 44.8900 -93.5665 314.6 MN EXCELSIOR 0.8 S +US1MNCV0041 44.8383 -93.7674 291.4 MN WACONIA 1.3 E +US1MNCW0003 46.4238 -94.3033 371.9 MN BRAINERD 6.9 NW +US1MNCW0004 46.6177 -94.1909 372.8 MN BREEZY POINT 1.6 ENE +US1MNCW0005 46.4832 -93.8308 384.7 MN AITKIN 6.8 WSW +US1MNCW0008 46.3856 -93.9572 374.6 MN BRAINERD 11.5 E +US1MNCW0013 46.4269 -94.3063 371.6 MN BRAINERD 7.1 NW +US1MNCW0015 46.7098 -94.1880 381.0 MN PINE RIVER 10.0 E +US1MNCW0016 46.5585 -94.1172 376.4 MN TROMMALD 6.1 NW +US1MNCW0017 46.7460 -93.9616 393.8 MN EMILY 1.0 SSE +US1MNCW0019 46.3608 -94.2838 367.3 MN BAXTER 1.3 N +US1MNCW0022 46.1809 -94.3651 343.8 MN FORT RIPLEY 0.8 N +US1MNCW0028 46.6253 -93.8146 390.4 MN AITKIN 8.4 NW +US1MNCW0029 46.2500 -94.1458 381.3 MN BRAINERD 7.7 SSE +US1MNCW0031 46.3231 -94.2561 366.7 MN BAXTER 1.7 SE +US1MNCY0001 46.8877 -96.7480 275.5 MN MOORHEAD 2.0 N +US1MNCY0003 46.7635 -96.2200 413.0 MN HAWLEY 9.1 SSE +US1MNCY0006 46.8293 -96.7832 274.9 MN MOORHEAD 2.8 SW +US1MNCY0010 46.9445 -96.7794 273.4 MN MOORHEAD 6.2 NNW +US1MNCY0011 46.8836 -96.7134 276.8 MN DILWORTH 0.8 WNW +US1MNCY0012 46.9046 -96.6314 278.9 MN GLYNDON 3.3 NW +US1MNCY0017 46.9770 -96.2618 379.8 MN HITTERDAL 0.2 WSW +US1MNCY0018 46.6408 -96.2309 386.8 MN BARNESVILLE 8.8 E +US1MNCY0019 46.9191 -96.4511 303.0 MN GLYNDON 6.9 ENE +US1MNDD0003 44.0504 -92.7214 368.8 MN MANTORVILLE 1.9 ESE +US1MNDD0004 43.9751 -92.7183 362.4 MN KASSON 4.3 SSE +US1MNDD0010 44.0098 -92.9856 388.0 MN CLAREMONT 2.5 SSE +US1MNDD0011 44.0365 -92.9493 394.4 MN CLAREMONT 2.5 ESE +US1MNDD0014 43.8864 -92.8459 401.7 MN HAYFIELD 0.3 SSE +US1MNDK0001 44.7148 -92.8387 256.6 MN HASTINGS 1.4 SSE +US1MNDK0002 44.7674 -93.2919 275.8 MN BURNSVILLE 0.6 WNW +US1MNDK0007 44.8150 -93.1981 266.7 MN EAGAN 1.7 W +US1MNDK0008 44.8554 -93.0634 278.3 MN INVER GROVE HEIGHTS 2.1 N +US1MNDK0011 44.7608 -93.1300 298.7 MN ROSEMOUNT 3.3 WNW +US1MNDK0012 44.7836 -93.2012 278.6 MN EAGAN 2.9 SW +US1MNDK0014 44.8344 -93.0358 280.1 MN INVER GROVE HEIGHTS 1.3 ENE +US1MNDK0015 44.7914 -93.2304 289.6 MN BURNSVILLE 3.0 NE +US1MNDK0016 44.7514 -93.1936 302.4 MN ROSEMOUNT 6.3 W +US1MNDK0017 44.6481 -93.2677 304.8 MN LAKEVILLE 2.2 SSW +US1MNDK0020 44.6443 -93.2655 321.9 MN LAKEVILLE 2.4 SSW +US1MNDK0021 44.8819 -93.0352 250.2 MN SOUTH SAINT PAUL 0.5 SE +US1MNDK0022 44.6365 -93.1577 276.8 MN FARMINGTON 1.5 SSE +US1MNDK0023 44.7182 -93.1210 289.9 MN ROSEMOUNT 3.3 SW +US1MNDK0024 44.7129 -92.8573 250.2 MN HASTINGS 1.3 S +US1MNDK0025 44.7788 -93.1453 281.9 MN EAGAN 2.8 SSE +US1MNDK0026 44.6965 -93.2577 332.5 MN LAKEVILLE 1.3 NNW +US1MNDK0027 44.8026 -93.0819 265.8 MN INVER GROVE HEIGHTS 1.9 SW +US1MNDK0029 44.6372 -93.2166 287.1 MN LAKEVILLE 3.3 SSE +US1MNDK0031 44.6911 -93.2938 310.3 MN LAKEVILLE 2.3 WNW +US1MNDK0032 44.4722 -93.1702 295.0 MN NORTHFIELD 1.1 NNW (126) +US1MNDK0033 44.8062 -93.1771 282.9 MN EAGAN 1.0 SW +US1MNDK0034 44.6407 -93.1432 274.9 MN FARMINGTON 1.7 SE +US1MNDK0035 44.7124 -92.8618 249.6 MN HASTINGS 1.4 SSW +US1MNDK0036 44.7248 -93.2445 289.9 MN APPLE VALLEY 2.6 SW +US1MNDK0039 44.7418 -93.1821 301.1 MN APPLE VALLEY 1.0 ESE +US1MNDK0041 44.8764 -93.1236 260.0 MN MENDOTA HEIGHTS 0.9 ESE +US1MNDK0043 44.7626 -93.1803 308.8 MN APPLE VALLEY 1.5 NE +US1MNDK0044 44.7208 -93.1497 286.8 MN ROSEMOUNT 4.5 WSW +US1MNDK0046 44.7410 -92.8698 235.6 MN HASTINGS 1.0 NW +US1MNDK0047 44.8430 -93.0314 258.2 MN INVER GROVE HEIGHTS 1.9 NE +US1MNDK0049 44.6569 -93.2839 311.8 MN LAKEVILLE 2.1 SW +US1MNDK0051 44.7579 -93.2567 324.3 MN BURNSVILLE 1.2 ESE +US1MNDK0053 44.7042 -93.1846 283.8 MN LAKEVILLE 3.8 ENE +US1MNDK0054 44.6301 -93.1483 278.0 MN FARMINGTON 2.1 SSE +US1MNDK0055 44.9009 -93.0997 315.8 MN WEST SAINT PAUL 0.7 W +US1MNDK0056 44.8025 -93.2093 268.2 MN EAGAN 2.4 WSW +US1MNDK0063 44.4835 -93.1284 286.2 MN NORTHFIELD 2.4 NE +US1MNDK0067 44.7504 -93.1502 287.1 MN ROSEMOUNT 4.1 W +US1MNDK0068 44.6268 -93.1389 280.7 MN FARMINGTON 2.6 SE +US1MNDK0069 44.7300 -93.1373 292.6 MN ROSEMOUNT 3.7 WSW +US1MNDK0070 44.8432 -93.1790 267.0 MN EAGAN 2.0 NNW +US1MNDK0071 44.7063 -93.2375 319.7 MN LAKEVILLE 2.1 NNE +US1MNDK0072 44.7253 -93.2918 328.6 MN BURNSVILLE 2.8 SSW +US1MNDK0073 44.7125 -93.2304 317.3 MN LAKEVILLE 2.6 NNE +US1MNDK0079 44.8147 -93.0895 268.8 MN INVER GROVE HEIGHTS 1.6 WSW +US1MNDK0082 44.7838 -93.0971 311.8 MN INVER GROVE HEIGHTS 3.4 SSW +US1MNDK0083 44.7213 -93.2929 335.6 MN BURNSVILLE 3.1 SSW +US1MNDK0087 44.8040 -93.1273 296.6 MN EAGAN 2.0 ESE +US1MNDK0089 44.5893 -92.8649 289.9 MN CANNON FALLS 5.6 NNE +US1MNDK0091 44.7343 -92.8757 260.9 MN HASTINGS 1.1 W +US1MNDK0092 44.8878 -93.1232 270.4 MN MENDOTA HEIGHTS 0.9 ENE +US1MNDK0095 44.7506 -93.1326 298.1 MN ROSEMOUNT 3.3 W +US1MNDK0096 44.6458 -93.0757 277.7 MN HAMPTON 4.4 NW +US1MNDK0104 44.7446 -92.8804 260.9 MN HASTINGS 1.6 NW +US1MNDS0001 45.9211 -95.3797 415.1 MN ALEXANDRIA 3.0 N +US1MNDS0003 46.0487 -95.4333 417.3 MN MILTONA 6.7 W +US1MNDS0004 45.8382 -95.4838 420.3 MN ALEXANDRIA 6.0 WSW +US1MNDS0005 45.9677 -95.6025 422.5 MN BRANDON 0.4 WNW +US1MNDS0006 45.8333 -95.6043 430.4 MN KENSINGTON 5.9 NE +US1MNDS0008 45.8915 -95.3438 434.3 MN ALEXANDRIA 1.7 ENE +US1MNDS0009 45.8783 -95.3827 431.3 MN ALEXANDRIA 0.5 W +US1MNDS0012 45.8595 -95.3092 425.2 MN ALEXANDRIA 3.3 ESE +US1MNDS0015 46.0031 -95.6027 414.5 MN EVANSVILLE 4.0 E +US1MNFM0001 43.7879 -92.0266 268.8 MN CHATFIELD 9.0 ESE +US1MNFM0003 43.6392 -92.4299 407.2 MN OSTRANDER 1.7 N +US1MNFM0004 43.6640 -92.0801 311.8 MN PRESTON 0.6 SSE +US1MNFM0005 43.6886 -91.9037 295.0 MN WHALAN 3.3 SSE +US1MNFM0006 43.6130 -92.4251 408.4 MN OSTRANDER 0.2 ESE +US1MNFM0007 43.7130 -92.0518 345.9 MN PRESTON 3.2 NNE +US1MNFM0009 43.8388 -92.1991 295.7 MN CHATFIELD 0.7 SW +US1MNFM0010 43.7434 -92.3065 323.4 MN WYKOFF 3.1 NW +US1MNFN0001 43.5535 -93.3176 381.0 MN GLENVILLE 2.3 SW +US1MNFN0002 43.6547 -93.3625 380.1 MN ALBERT LEA 0.1 ENE +US1MNFN0003 43.7596 -93.3303 395.9 MN CLARKS GROVE 0.3 SW +US1MNFN0004 43.6354 -93.3618 377.0 MN ALBERT LEA 1.3 S +US1MNFN0005 43.6380 -93.3850 380.4 MN ALBERT LEA 1.6 SW +US1MNFT0005 43.6370 -94.0891 333.1 MN BLUE EARTH 0.6 ESE +US1MNFT0006 43.5212 -94.0867 343.2 MN ELMORE 1.0 N +US1MNGH0001 44.5377 -92.5377 319.4 MN RED WING 4.4 SE +US1MNGH0002 44.2767 -92.9913 343.5 MN KENYON 0.4 NW +US1MNGH0003 44.4560 -92.2907 213.4 MN LAKE CITY 1.2 NNW +US1MNGH0004 44.3425 -92.9792 321.3 MN NERSTRAND 4.2 E +US1MNGH0007 44.4955 -92.6111 335.3 MN RED WING 6.0 S +US1MNGH0008 44.5333 -92.8746 254.2 MN CANNON FALLS 2.0 NE +US1MNGH0009 44.3249 -92.6534 359.1 MN ZUMBROTA 2.3 NNE +US1MNGH0011 44.2567 -92.7810 374.0 MN WANAMINGO 3.2 S +US1MNGH0012 44.2362 -92.7644 374.3 MN PINE ISLAND 6.4 WNW +US1MNGH0015 44.4039 -93.0382 299.3 MN DENNISON 0.4 SSE +US1MNGH0016 44.5495 -92.5555 274.6 MN RED WING 3.2 SE +US1MNGH0017 44.3021 -92.6751 299.9 MN ZUMBROTA 0.5 N +US1MNGH0018 44.4112 -92.8966 354.2 MN CANNON FALLS 7.1 S +US1MNGH0019 44.4013 -92.6252 342.9 MN GOODHUE 0.0 NNE +US1MNGH0021 44.5770 -92.7046 296.0 MN WELCH 1.8 ENE +US1MNGH0022 44.5635 -92.6244 301.1 MN RED WING 1.6 SW +US1MNGH0023 44.5041 -92.9067 259.7 MN CANNON FALLS 0.7 SSW +US1MNGH0027 44.4986 -92.3150 208.5 MN LAKE CITY 4.4 NNW +US1MNGH0028 44.5087 -92.8953 274.3 MN CANNON FALLS 0.5 SE +US1MNGH0029 44.5320 -92.6654 267.0 MN RED WING 4.6 SW +US1MNGH0032 44.2707 -92.9834 350.8 MN KENYON 0.2 SE +US1MNGR0002 45.7773 -95.7626 365.2 MN KENSINGTON 3.2 W +US1MNGR0004 45.7846 -95.7804 370.3 MN KENSINGTON 4.1 W +US1MNGR0007 46.0530 -95.9551 370.3 MN ELBOW LAKE 4.5 NNE +US1MNGR0008 45.8636 -95.7971 373.7 MN HOFFMAN 2.2 NNW +US1MNGR0011 45.8008 -95.8575 364.5 MN HOFFMAN 4.0 WSW +US1MNHB0003 47.2379 -94.8104 422.1 MN LAPORTE 3.0 WNW +US1MNHN0003 44.8717 -93.3055 259.7 MN RICHFIELD 1.2 WSW +US1MNHN0006 44.9829 -93.5736 306.3 MN LONG LAKE 0.2 WSW +US1MNHN0008 45.0269 -93.2346 287.1 MN SAINT ANTHONY 0.9 WNW +US1MNHN0009 45.0039 -93.2895 272.2 MN MINNEAPOLIS 3.0 NNW +US1MNHN0014 44.9145 -93.6992 287.1 MN MINNETRISTA 1.5 SSE +US1MNHN0015 44.8483 -93.4564 271.9 MN EDEN PRAIRIE 0.2 ESE +US1MNHN0016 44.8297 -93.5028 280.1 MN EDEN PRAIRIE 2.5 WSW +US1MNHN0017 44.8294 -93.5201 275.8 MN EDEN PRAIRIE 3.3 WSW +US1MNHN0019 44.8783 -93.3789 292.6 MN EDINA 1.3 SW +US1MNHN0020 45.0364 -93.3642 275.2 MN CRYSTAL 0.2 WSW +US1MNHN0022 44.9289 -93.3163 278.3 MN MINNEAPOLIS 3.3 SW +US1MNHN0025 44.9817 -93.2783 249.9 MN MINNEAPOLIS TARGET FIELD +US1MNHN0028 44.9100 -93.2890 269.4 MN MINNEAPOLIS 3.8 SSW +US1MNHN0030 45.0406 -93.4195 290.8 MN PLYMOUTH 2.4 ENE +US1MNHN0031 45.1226 -93.4579 275.5 MN MAPLE GROVE 1.0 NNE +US1MNHN0032 44.9067 -93.3192 266.1 MN MINNEAPOLIS 4.6 SSW +US1MNHN0033 45.2443 -93.5115 264.3 MN DAYTON 0.4 NE +US1MNHN0034 45.0094 -93.3411 272.5 MN GOLDEN VALLEY 1.6 NNE +US1MNHN0035 44.9408 -93.2169 252.7 MN MINNEAPOLIS 2.9 ESE +US1MNHN0036 44.9284 -93.4755 292.3 MN MINNETONKA 0.7 WSW +US1MNHN0037 45.0109 -93.4577 293.8 MN PLYMOUTH 0.8 SSE +US1MNHN0038 44.9533 -93.3653 281.0 MN SAINT LOUIS PARK 0.3 N +US1MNHN0039 45.0930 -93.7359 296.3 MN ROCKFORD 0.5 NE +US1MNHN0040 44.9225 -93.5368 287.4 MN DEEPHAVEN 0.8 SW +US1MNHN0041 44.9228 -93.7198 294.7 MN MINNETRISTA 1.0 SSW +US1MNHN0042 44.8451 -93.4171 265.2 MN EDEN PRAIRIE 2.1 E +US1MNHN0044 44.9111 -93.2276 258.2 MN MINNEAPOLIS 4.1 SSE +US1MNHN0045 44.8829 -93.2583 257.3 MN RICHFIELD 1.2 ENE +US1MNHN0047 44.8665 -93.5004 281.9 MN EDEN PRAIRIE 2.3 WNW +US1MNHN0048 45.0638 -93.4947 288.6 MN PLYMOUTH 3.3 NNW +US1MNHN0049 45.1148 -93.4140 274.3 MN MAPLE GROVE 2.4 E +US1MNHN0050 45.0125 -93.4079 288.6 MN PLYMOUTH 2.7 ESE +US1MNHN0051 45.0870 -93.5243 303.0 MN CORCORAN 3.3 ESE +US1MNHN0052 45.1593 -93.3576 263.7 MN CHAMPLIN 1.8 ESE +US1MNHN0053 45.1984 -93.4813 284.1 MN DAYTON 3.4 SSE +US1MNHN0055 45.0033 -93.3901 281.0 MN GOLDEN VALLEY 1.8 WNW +US1MNHN0057 45.1290 -93.4565 271.9 MN MAPLE GROVE 1.4 NNE +US1MNHN0058 45.1585 -93.3653 260.0 MN CHAMPLIN 1.5 ESE (118) +US1MNHN0060 45.0324 -93.4104 281.0 MN PLYMOUTH 2.6 ENE (152) +US1MNHN0061 44.8457 -93.4549 268.2 MN EDEN PRAIRIE 0.3 SE +US1MNHN0062 45.1620 -93.4140 276.1 MN CHAMPLIN 1.3 WSW +US1MNHN0064 45.0195 -93.3379 275.5 MN CRYSTAL 1.7 SE +US1MNHN0065 45.0083 -93.2363 266.4 MN MINNEAPOLIS 2.4 NE +US1MNHN0066 44.8137 -93.3086 251.5 MN BLOOMINGTON 1.2 SSE +US1MNHN0072 45.1395 -93.4207 280.4 MN MAPLE GROVE 2.9 NE +US1MNHN0074 45.1931 -93.4040 258.2 MN CHAMPLIN 1.7 NNW +US1MNHN0078 44.8913 -93.3141 271.9 MN RICHFIELD 1.9 WNW +US1MNHN0081 44.9112 -93.4164 276.5 MN HOPKINS 1.2 SSW +US1MNHN0082 45.0586 -93.3778 273.7 MN CRYSTAL 1.7 NNW +US1MNHN0083 44.9334 -93.6316 285.9 MN SPRING PARK 0.2 SSE +US1MNHN0084 45.0349 -93.3127 263.3 MN MINNEAPOLIS 4.4 NNW +US1MNHN0085 44.9131 -93.2219 256.3 MN MINNEAPOLIS 4.1 SSE +US1MNHN0086 44.8283 -93.4040 264.0 MN EDEN PRAIRIE 3.1 ESE +US1MNHN0088 44.9846 -93.3744 273.4 MN GOLDEN VALLEY 0.8 WSW +US1MNHN0089 44.9154 -93.3585 282.2 MN EDINA 1.7 N +US1MNHN0090 44.9172 -93.2329 256.9 MN MINNEAPOLIS 3.6 SSE +US1MNHN0091 44.9863 -93.4727 298.1 MN PLYMOUTH 2.6 SSW +US1MNHN0093 44.9417 -93.2418 261.5 MN MINNEAPOLIS 1.9 SE +US1MNHN0099 44.9247 -93.2494 253.3 MN MINNEAPOLIS 2.8 SSE +US1MNHN0103 44.8927 -93.6166 297.8 MN SHOREWOOD 2.3 SW +US1MNHN0107 44.9025 -93.2841 267.9 MN MINNEAPOLIS 4.2 S +US1MNHN0108 45.0343 -93.2496 278.3 MN MINNEAPOLIS 3.6 NNE +US1MNHN0110 44.8687 -93.3394 253.9 MN EDINA 1.9 SSE +US1MNHN0116 44.9245 -93.5037 281.6 MN MINNETONKA 2.1 WSW +US1MNHN0120 44.9427 -93.2079 249.9 MN MINNEAPOLIS 3.2 ESE +US1MNHN0125 44.9043 -93.3179 269.1 MN MINNEAPOLIS 4.7 SSW +US1MNHN0128 45.0180 -93.3295 274.6 MN ROBBINSDALE 0.6 SSE +US1MNHN0134 45.0674 -93.2934 260.9 MN BROOKLYN CENTER 1.1 E +US1MNHN0141 44.9144 -93.2603 257.3 MN MINNEAPOLIS 3.3 S +US1MNHN0144 45.0465 -93.3458 266.1 MN CRYSTAL 0.9 NE +US1MNHN0147 44.9516 -93.3013 267.3 MN MINNEAPOLIS 1.8 WSW +US1MNHN0148 45.0665 -93.5181 296.6 MN MAPLE GROVE 4.0 SW +US1MNHN0150 45.1250 -93.4344 279.2 MN MAPLE GROVE 1.8 NE +US1MNHN0151 45.0403 -93.3185 264.6 MN MINNEAPOLIS 4.6 NNW +US1MNHN0152 44.9502 -93.3549 282.2 MN SAINT LOUIS PARK 0.5 ENE +US1MNHN0154 45.2140 -93.4645 272.8 MN DAYTON 3.2 SE +US1MNHN0155 44.9203 -93.2247 257.6 MN MINNEAPOLIS 3.6 SE +US1MNHN0156 44.9153 -93.4886 295.7 MN MINNETONKA 1.8 SW +US1MNHN0157 45.1286 -93.4158 275.2 MN MAPLE GROVE 2.7 ENE +US1MNHN0160 44.9553 -93.2176 254.2 MN MINNEAPOLIS 2.5 ESE +US1MNHN0163 44.9440 -93.2432 264.6 MN MINNEAPOLIS 1.7 SE +US1MNHN0166 44.8673 -93.3406 257.6 MN EDINA 1.9 SSE +US1MNHN0169 44.9510 -93.2175 257.6 MN MINNEAPOLIS 2.6 ESE +US1MNHN0171 45.0907 -93.4692 278.6 MN MAPLE GROVE 1.3 SSW +US1MNHN0174 44.9346 -93.2826 268.2 MN MINNEAPOLIS 2.1 SSW +US1MNHN0175 44.8114 -93.2859 249.3 MN BLOOMINGTON 2.0 SE +US1MNHN0177 44.9513 -93.3389 276.8 MN SAINT LOUIS PARK 1.3 E +US1MNHN0178 44.9065 -93.2199 259.4 MN MINNEAPOLIS 4.5 SSE +US1MNHN0180 44.8936 -93.2963 258.2 MN MINNEAPOLIS 5.0 SSW +US1MNHN0181 44.9671 -93.2622 258.5 MN MINNEAPOLIS 0.4 NE +US1MNHN0184 44.9946 -93.3724 276.8 MN GOLDEN VALLEY 0.7 WNW +US1MNHN0185 45.0044 -93.5881 326.1 MN LONG LAKE 1.7 NNW +US1MNHN0186 45.1037 -93.3058 260.9 MN BROOKLYN PARK 2.2 ESE +US1MNHN0191 45.1544 -93.4187 278.0 MN CHAMPLIN 1.8 SW +US1MNHN0192 44.9656 -93.4270 284.4 MN MINNETONKA 2.8 NE +US1MNHN0198 44.9052 -93.3830 290.5 MN EDINA 1.5 NW +US1MNHN0200 44.9463 -93.3652 284.1 MN SAINT LOUIS PARK 0.2 S +US1MNHN0201 45.0241 -93.4248 297.8 MN PLYMOUTH 1.8 E +US1MNHN0203 44.9317 -93.4164 291.1 MN HOPKINS 0.7 NW +US1MNHN0206 45.1169 -93.5064 293.2 MN MAPLE GROVE 2.2 WNW +US1MNHN0209 44.9010 -93.4944 287.1 MN MINNETONKA 2.7 SW +US1MNHN0211 44.9605 -93.6315 290.8 MN ORONO 2.0 W +US1MNHN0212 45.1301 -93.5159 281.9 MN MAPLE GROVE 3.0 WNW +US1MNHN0213 44.9730 -93.6225 302.7 MN ORONO 1.7 WNW +US1MNHN0214 44.8973 -93.2454 258.8 MN MINNEAPOLIS 4.6 SSE +US1MNHN0215 44.8775 -93.3107 260.3 MN RICHFIELD 1.4 W +US1MNHN0220 44.8929 -93.7613 296.3 MN MINNETRISTA 3.9 SW +US1MNHN0221 44.8099 -93.3760 263.3 MN BLOOMINGTON 3.3 WSW +US1MNHN0222 45.1196 -93.4441 285.0 MN MAPLE GROVE 1.2 NE +US1MNHN0231 45.0629 -93.4549 296.3 MN PLYMOUTH 2.8 N +US1MNHN0241 45.1045 -93.4895 279.5 MN MAPLE GROVE 1.4 WSW +US1MNHS0003 43.5152 -91.5770 289.9 MN SPRING GROVE 4.4 SE +US1MNHS0004 43.5570 -91.5130 333.5 MN CALEDONIA 5.4 S +US1MNHS0006 43.7577 -91.4325 232.6 MN HOUSTON 6.9 E +US1MNHS0007 43.8349 -91.3138 237.7 MN LA CRESCENT 0.7 WNW +US1MNHS0008 43.8381 -91.3079 228.0 MN LA CRESCENT 0.7 NNW +US1MNHS0010 43.6541 -91.2789 228.6 MN BROWNSVILLE 3.1 S +US1MNIS0001 45.4991 -93.2542 285.6 MN ISANTI 0.7 NW +US1MNIS0002 45.4154 -93.2336 283.5 MN ISANTI 5.4 S +US1MNIS0005 45.4363 -93.2099 273.1 MN ISANTI 4.3 SSE (141) +US1MNIS0006 45.6050 -93.2345 289.3 MN CAMBRIDGE 3.0 N +US1MNIS0007 45.4283 -93.2313 287.1 MN BETHEL 2.6 NE +US1MNIS0008 45.7238 -93.1582 292.6 MN BRAHAM 0.7 ENE +US1MNIS0014 45.5823 -93.2535 287.4 MN CAMBRIDGE 1.9 NW +US1MNIT0001 47.2227 -93.4960 384.0 MN GRAND RAPIDS 2.0 E +US1MNIT0005 47.1600 -93.6400 410.9 MN COHASSET 5.1 S +US1MNIT0006 47.3981 -93.0813 451.7 MN KEEWATIN 0.2 SSE +US1MNIT0007 47.1369 -93.5666 420.9 MN GRAND RAPIDS 6.2 SSW +US1MNIT0010 47.3356 -93.8751 397.2 MN DEER RIVER 3.7 W +US1MNIT0011 47.5450 -93.1942 418.8 MN NASHWAUK 11.5 N +US1MNIT0017 47.3116 -93.5504 398.4 MN GRAND RAPIDS 6.1 N +US1MNIT0019 47.3420 -93.6976 394.4 MN COHASSET 7.6 NNW +US1MNIT0020 47.2769 -93.4233 396.8 MN COLERAINE 1.5 S +US1MNIT0021 47.5268 -93.4027 421.2 MN BOVEY 15.9 N +US1MNIT0023 47.4885 -93.4350 425.2 MN BOVEY 13.4 N +US1MNJC0002 43.8322 -95.3131 438.6 MN HERON LAKE 2.4 N +US1MNJC0004 43.7911 -95.1756 446.2 MN LAKEFIELD 7.8 N +US1MNKB0001 45.9960 -93.3335 328.9 MN MORA 8.5 NNW +US1MNKB0002 45.9064 -93.2979 308.2 MN MORA 2.1 N +US1MNKB0003 45.9807 -93.2541 315.8 MN BROOK PARK 9.0 WNW +US1MNKB0005 45.9234 -93.4753 347.8 MN OGILVIE 7.0 NNW +US1MNKB0007 45.7873 -93.4939 313.3 MN OGILVIE 4.5 SW +US1MNKB0010 45.8072 -93.3279 298.1 MN OGILVIE 4.8 ESE +US1MNKB0012 45.7599 -93.4122 308.2 MN OGILVIE 4.8 S +US1MNKB0014 45.7670 -93.3783 305.1 MN OGILVIE 4.8 SSE +US1MNKC0001 48.5970 -93.4256 341.4 MN INTERNATIONAL FALLS 1.0 NW +US1MNKC0003 48.6068 -93.1854 352.0 MN INTERNATIONAL FALLS 10.2 E +US1MNKC0004 48.4778 -93.4228 343.5 MN INTERNATIONAL FALLS 7.7 S +US1MNKC0006 48.1935 -93.8109 371.9 MN BIG FALLS 1.0 N +US1MNKD0001 45.4070 -94.8466 371.9 MN BELGRADE 8.0 ESE +US1MNKD0003 45.1994 -95.0057 367.9 MN WILLMAR 5.9 NNE +US1MNKD0004 45.2421 -95.1526 354.5 MN PENNOCK 6.7 N +US1MNKD0005 45.2678 -95.0566 352.7 MN SPICER 6.1 WNW +US1MNKD0007 45.1150 -95.0319 344.7 MN WILLMAR 1.4 ESE +US1MNKD0008 45.1178 -95.0559 344.4 MN WILLMAR 0.3 SSE +US1MNKD0010 45.1187 -95.0551 343.5 MN WILLMAR 0.3 SSE +US1MNKD0013 45.2648 -95.0631 349.0 MN SPICER 6.3 WNW +US1MNKD0016 45.2688 -95.1340 365.2 MN PENNOCK 8.7 NNE +US1MNKT0002 48.5750 -96.5182 320.6 MN KARLSTAD 0.2 SSW +US1MNLK0001 47.0185 -91.6627 194.8 MN TWO HARBORS 1.0 SE +US1MNLK0002 47.0880 -91.6241 278.9 MN TWO HARBORS 4.7 NNE +US1MNLK0003 47.3145 -91.2301 226.2 MN SILVER BAY 2.7 ENE +US1MNLK0004 47.0412 -91.7528 317.9 MN TWO HARBORS 3.6 WNW +US1MNLK0005 47.1656 -91.6195 397.2 MN TWO HARBORS 9.7 NNE +US1MNLK0007 47.0653 -91.6761 308.2 MN TWO HARBORS 2.4 N +US1MNLK0008 47.2873 -91.2852 303.0 MN SILVER BAY 0.5 SW +US1MNLK0009 47.4126 -91.1058 192.6 MN SILVER BAY 11.5 NE +US1MNLK0015 47.3820 -91.1494 212.4 MN SILVER BAY 8.6 NE +US1MNLK0018 47.0436 -91.6352 192.3 MN TWO HARBORS 2.1 ENE +US1MNLN0002 44.4595 -96.1373 490.4 MN IVANHOE 5.7 E +US1MNLN0004 44.4127 -96.3365 544.1 MN HENDRICKS 8.0 SE +US1MNLQ0004 44.8483 -96.0271 331.9 MN DAWSON 5.7 SSE +US1MNLS0001 44.4490 -93.5264 321.0 MN MONTGOMERY 2.6 E +US1MNLS0003 44.5331 -93.5558 314.9 MN NEW PRAGUE 1.3 SE +US1MNLS0004 44.4527 -93.8957 263.0 MN LE SUEUR 1.2 SSE (104) +US1MNLS0006 44.2635 -93.8596 303.3 MN MADISON LAKE 4.6 NNW +US1MNLS0009 44.5391 -93.5556 313.6 MN NEW PRAGUE 1.1 ESE +US1MNLS0010 44.2051 -93.6780 312.7 MN ELYSIAN 0.7 N +US1MNLS0012 44.4655 -93.7734 304.2 MN LE CENTER 5.8 NNW +US1MNLS0013 44.5328 -93.5725 323.4 MN NEW PRAGUE 1.0 S +US1MNLS0015 44.5403 -93.8859 299.6 MN HENDERSON 1.4 NE +US1MNLY0002 44.4401 -95.7898 354.2 MN MARSHALL 0.6 S +US1MNLY0003 44.5240 -95.8395 342.0 MN GHENT 2.8 ENE +US1MNLY0004 44.5620 -95.9895 355.7 MN MINNEOTA 0.3 W +US1MNMC0003 44.8980 -94.3723 325.2 MN HUTCHINSON 0.9 NNE +US1MNMC0005 44.7683 -94.1558 304.2 MN GLENCOE 0.3 WSW +US1MNMC0006 44.8121 -94.1790 316.7 MN GLENCOE 3.2 NNW +US1MNMC0007 44.9279 -94.2041 322.8 MN SILVER LAKE 1.7 N +US1MNMC0009 44.7384 -94.2044 311.2 MN GLENCOE 3.4 SW +US1MNMC0010 44.8668 -94.3619 322.5 MN HUTCHINSON 1.5 SSE +US1MNMC0012 44.9660 -94.3645 336.8 MN HUTCHINSON 5.6 N +US1MNMC0013 44.9037 -94.3906 328.9 MN HUTCHINSON 1.4 NNW +US1MNMC0015 44.8903 -94.0997 319.1 MN LESTER PRAIRIE 3.1 W +US1MNMC0016 44.8863 -94.3750 329.5 MN HUTCHINSON 0.1 ENE +US1MNMC0017 44.7737 -94.0342 303.3 MN PLATO 0.3 ENE +US1MNMK0002 45.1437 -94.2888 310.9 MN DASSEL 4.4 NNE +US1MNMK0003 45.1519 -94.3019 309.4 MN DASSEL 4.8 N +US1MNMK0007 44.9324 -94.6955 340.5 MN COSMOS 0.2 S +US1MNMK0008 45.0516 -94.2622 322.2 MN DASSEL 3.4 SE +US1MNMK0011 45.0777 -94.3157 366.4 MN DASSEL 0.4 S +US1MNMK0012 45.3011 -94.4746 356.0 MN WATKINS 3.2 WSW +US1MNMK0013 45.2964 -94.6074 361.5 MN EDEN VALLEY 3.6 SW +US1MNML0001 46.1088 -93.7389 383.7 MN ONAMIA 4.3 NW +US1MNML0003 46.2207 -93.8089 402.0 MN GARRISON 5.5 S +US1MNML0004 45.6613 -93.5726 302.4 MN PRINCETON 6.3 N +US1MNML0007 45.5852 -93.5770 302.1 MN PRINCETON 1.1 NNE +US1MNML0008 45.7448 -93.6342 331.0 MN MILACA 1.1 SE +US1MNMR0004 45.9689 -94.3772 336.5 MN LITTLE FALLS 1.2 SW +US1MNMR0007 45.8190 -94.3917 329.8 MN ROYALTON 4.9 W +US1MNMR0012 46.1446 -93.8944 392.0 MN HILLMAN 9.6 N +US1MNMR0013 46.0679 -94.2479 367.9 MN LITTLE FALLS 8.0 NE +US1MNMR0017 46.0261 -94.3543 338.6 MN LITTLE FALLS 3.0 N +US1MNMS0005 48.2647 -96.8703 252.4 MN WARREN 6.6 NW +US1MNMS0008 48.3561 -96.3346 333.5 MN NEWFOLDEN 0.2 W +US1MNMT0001 43.6527 -94.4482 362.7 MN FAIRMONT 0.9 NE +US1MNMT0003 43.6468 -94.8422 410.3 MN ALPHA 1.6 ENE +US1MNMT0004 43.5470 -94.4690 379.8 MN FAIRMONT 6.7 S +US1MNMT0006 43.6450 -94.4486 360.0 MN FAIRMONT 0.7 E +US1MNMT0009 43.8317 -94.7355 377.0 MN ODIN 2.5 S +US1MNMW0003 43.6784 -92.9381 367.3 MN AUSTIN 1.9 ENE +US1MNMW0006 43.6452 -92.5208 412.1 MN OSTRANDER 5.1 WNW +US1MNMW0007 43.6755 -93.0286 370.6 MN AUSTIN 2.7 W +US1MNMW0008 43.6719 -93.0228 365.2 MN AUSTIN 2.4 W +US1MNMY0002 44.1247 -95.6998 455.7 MN SLAYTON 9.7 NNE +US1MNNB0002 43.6500 -95.9529 463.6 MN ADRIAN 1.5 NW +US1MNNB0004 43.5871 -95.5386 481.9 MN WORTHINGTON 4.1 SE +US1MNNC0002 44.2947 -94.4092 281.0 MN NEW ULM 3.1 ESE +US1MNNC0003 44.2885 -94.0764 296.3 MN SAINT PETER 6.2 WSW +US1MNNC0006 44.3125 -93.9854 282.9 MN SAINT PETER 1.5 SW +US1MNNC0007 44.1723 -94.0123 235.3 MN NORTH MANKATO 1.3 ESE +US1MNNC0009 44.2563 -94.0339 301.4 MN KASOTA 4.0 SW +US1MNNR0001 47.2602 -96.2577 332.5 MN TWIN VALLEY 0.1 NE +US1MNOL0001 43.9929 -92.4074 314.6 MN ROCHESTER 3.9 ESE +US1MNOL0004 44.0569 -92.4348 371.2 MN ROCHESTER 3.6 NE +US1MNOL0005 44.0116 -92.5293 352.0 MN ROCHESTER 2.5 W +US1MNOL0006 44.0422 -92.4047 363.3 MN ROCHESTER 4.1 ENE +US1MNOL0007 43.9555 -92.6324 367.6 MN BYRON 5.7 S +US1MNOL0009 43.9768 -92.3370 348.1 MN EYOTA 5.3 W +US1MNOL0010 44.0458 -92.3703 373.4 MN ROCHESTER 5.8 ENE +US1MNOL0011 43.9194 -92.5008 378.3 MN ROCHESTER 6.7 S +US1MNOL0012 44.0954 -92.4680 312.4 MN ROCHESTER 5.5 N +US1MNOL0015 44.0208 -92.4863 313.6 MN ROCHESTER 0.5 NW +US1MNOL0016 44.0738 -92.4920 307.5 MN ROCHESTER 4.1 N +US1MNOL0018 44.0397 -92.4375 371.6 MN ROCHESTER 2.6 NE +US1MNOL0027 43.8534 -92.5907 384.0 MN STEWARTVILLE 5.1 W +US1MNOL0029 44.0019 -92.3783 324.0 MN ROCHESTER 5.1 E +US1MNOL0030 44.0837 -92.4832 319.1 MN ROCHESTER 4.7 N +US1MNOL0032 44.0514 -92.4868 313.0 MN ROCHESTER 2.5 N +US1MNOL0034 44.0378 -92.5342 339.9 MN ROCHESTER 3.2 WNW +US1MNOL0991 44.0415 -92.0882 317.0 MN ELBA 4.7 SW +US1MNOT0002 46.2966 -96.0655 380.7 MN FERGUS FALLS 0.9 NNE +US1MNOT0003 46.2583 -95.7147 420.0 MN BATTLE LAKE 2S +US1MNOT0004 46.5707 -96.1160 405.7 MN PELICAN RAPIDS 1.4 W +US1MNOT0005 46.2853 -96.0663 366.7 MN FERGUS FALLS 0.5 E +US1MNOT0006 46.6597 -96.1122 419.7 MN PELICAN RAPIDS 6.3 NNW +US1MNOT0007 46.3841 -95.3622 434.3 MN DEER CREEK 2.0 WSW +US1MNOT0009 46.4393 -95.5887 407.5 MN OTTERTAIL 1.5 NW +US1MNOT0011 46.2696 -95.6522 413.3 MN CLITHERALL 1.1 WSW +US1MNOT0013 46.4264 -95.6683 406.0 MN RICHVILLE 5.8 SSW +US1MNOT0014 46.1641 -95.7060 401.1 MN BATTLE LAKE 8.3 S +US1MNOT0015 46.6028 -95.7984 431.6 MN DENT 5.1 NW +US1MNOT0016 46.3539 -96.0134 399.6 MN FERGUS FALLS 5.6 NNE +US1MNOT0017 46.2125 -95.9948 369.7 MN FERGUS FALLS 6.3 SE +US1MNOT0018 46.5190 -95.6443 415.4 MN RICHVILLE 1.2 NW +US1MNOT0019 46.3904 -95.3223 425.8 MN DEER CREEK 0.0 SW +US1MNOT0023 46.5916 -95.5632 415.4 MN PERHAM 0.7 SE +US1MNOT0025 46.3672 -95.9928 413.0 MN FERGUS FALLS 6.9 NE +US1MNOT0027 46.2920 -96.0758 377.0 MN FERGUS FALLS 0.5 N +US1MNOT0030 46.2814 -95.9570 381.3 MN FERGUS FALLS 5.7 E +US1MNOT0033 46.5942 -95.4534 415.1 MN PERHAM 5.7 E +US1MNPG0003 48.0700 -95.9197 350.8 MN GOODRIDGE 7.4 SW +US1MNPG0004 48.1169 -96.1799 343.8 MN THIEF RIVER FALLS 0.3 NW +US1MNPK0001 47.7860 -96.5922 271.0 MN CROOKSTON 1.0 NE +US1MNPK0002 47.5856 -96.1279 376.7 MN ERSKINE 7.6 SW +US1MNPK0008 47.6040 -96.1962 361.2 MN FERTILE 6.5 NE +US1MNPK0011 47.5339 -96.2757 348.7 MN FERTILE 0.6 E +US1MNPK0013 47.7778 -96.5939 271.6 MN CROOKSTON 0.6 ENE +US1MNPK0015 47.6663 -96.1733 360.9 MN MENTOR 2.5 SSW +US1MNPK0018 47.5395 -95.6262 452.0 MN LENGBY 1.7 NNE +US1MNPK0991 47.6074 -96.0354 369.1 MN ERSKINE 4.1 SSW +US1MNPN0006 46.1775 -92.7842 348.4 MN ASKOV 0.8 S +US1MNPN0011 45.7806 -93.0734 297.2 MN PINE CITY 6.1 SW +US1MNPN0012 46.0419 -92.9730 321.0 MN HINCKLEY 3.0 NW +US1MNPN0015 46.0063 -92.6333 293.2 MN HINCKLEY 14.0 E +US1MNPN0016 46.1629 -92.8948 346.6 MN FINLAYSON 3.3 SSE +US1MNPN0017 45.8919 -93.0631 304.5 MN BROOK PARK 3.9 S +US1MNPN0019 45.8419 -92.9356 291.1 MN PINE CITY 1.8 ENE +US1MNPP0002 45.6134 -95.5395 360.0 MN STARBUCK 0.3 WNW +US1MNPP0003 45.4847 -95.3783 373.4 MN GLENWOOD 11.5 S +US1MNPP0004 45.5229 -95.7115 316.4 MN HANCOCK 4.4 ENE +US1MNPP0006 45.7305 -95.3618 438.6 MN GLENWOOD 5.5 N +US1MNPS0001 43.8759 -96.1406 481.9 MN EDGERTON 0.5 W +US1MNPS0004 43.8516 -96.3916 496.5 MN JASPER 0.3 ESE +US1MNPS0006 43.8744 -96.1333 481.6 MN EDGERTON 0.2 WSW +US1MNRC0001 44.4640 -93.5198 332.2 MN MONTGOMERY 3.2 ENE +US1MNRC0003 44.4994 -93.4455 335.3 MN LONSDALE 1.9 NW +US1MNRC0005 44.4690 -93.1689 290.2 MN NORTHFIELD 0.9 NNW +US1MNRC0008 44.3875 -93.2392 306.9 MN DUNDAS 3.2 SSW +US1MNRC0011 44.5200 -93.4847 347.2 MN NEW PRAGUE 4.8 ESE +US1MNRC0021 44.4484 -93.1505 297.5 MN NORTHFIELD 0.8 SE +US1MNRC0027 44.5153 -93.3997 337.1 MN LONSDALE 2.8 NNE +US1MNRC0028 44.3774 -93.3862 349.9 MN FARIBAULT 7.6 NW +US1MNRC0030 44.2994 -93.2773 303.3 MN FARIBAULT 0.1 NE +US1MNRM0001 45.0208 -93.0542 262.4 MN KOHLMAN PARK +US1MNRM0002 45.0263 -93.0079 299.3 MN NORTH SAINT PAUL 1.0 NNW +US1MNRM0005 44.9980 -93.1400 296.9 MN ROSEVILLE 1.4 SSE +US1MNRM0006 45.0438 -93.0232 282.9 MN WHITE BEAR LAKE 2.8 SSW +US1MNRM0007 44.9589 -93.1703 281.0 MN SAINT PAUL 3.3 WNW +US1MNRM0008 45.0784 -93.1491 289.6 MN ARDEN HILLS 1.0 ENE +US1MNRM0009 44.9300 -93.1470 278.3 MN SAINT PAUL 2.4 WSW +US1MNRM0014 45.0557 -93.2022 277.7 MN NEW BRIGHTON 0.7 SSE +US1MNRM0015 45.0350 -93.1862 280.4 MN ROSEVILLE 2.1 NW +US1MNRM0019 45.0184 -93.1027 291.7 MN LITTLE CANADA 0.9 WSW +US1MNRM0020 44.9571 -92.9850 305.1 MN MAPLEWOOD 2.7 SE +US1MNRM0022 44.9599 -93.1857 274.3 MN SAINT PAUL 4.1 WNW +US1MNRM0023 45.0319 -93.0771 277.4 MN LITTLE CANADA 0.7 NE +US1MNRM0024 45.0787 -93.0699 286.8 MN VADNAIS HEIGHTS 1.5 N +US1MNRM0030 44.9718 -93.1031 266.4 MN SAINT PAUL 1.7 N +US1MNRM0031 45.0199 -93.1468 272.8 MN ROSEVILLE 0.5 NE +US1MNRM0037 44.9955 -93.0271 297.5 MN MAPLEWOOD 0.8 N +US1MNRM0039 44.9715 -93.1605 276.1 MN SAINT PAUL 3.2 WNW +US1MNRM0041 44.9768 -93.1865 274.3 MN SAINT PAUL 4.5 WNW +US1MNRM0045 45.0259 -93.1451 290.5 MN ROSEVILLE 0.9 NNE +US1MNRM0046 44.9935 -93.1119 263.7 MN ROSEVILLE 2.6 SE +US1MNRM0054 44.9039 -93.1882 248.7 MN SAINT PAUL 5.1 SW +US1MNRM0056 45.0330 -93.1752 282.5 MN ROSEVILLE 1.6 NW +US1MNRM0057 44.9564 -93.0837 234.7 MN SAINT PAUL MPCA +US1MNRM0061 44.9374 -93.1852 279.8 MN SAINT PAUL 4.0 W +US1MNRM0063 45.0241 -93.0140 289.0 MN NORTH SAINT PAUL 1.0 NW +US1MNRM0065 44.9019 -93.1727 249.0 MN SAINT PAUL 4.6 SW +US1MNRM0070 45.0084 -93.1410 286.5 MN ROSEVILLE 0.8 SE +US1MNRM0071 45.1148 -93.1117 283.5 MN SHOREVIEW 2.4 NNE +US1MNRM0074 44.9845 -93.1931 289.9 MN SAINT PAUL 5.0 WNW +US1MNRM0075 45.1169 -93.1203 278.6 MN SHOREVIEW 2.4 NNE +US1MNRM0083 45.1055 -93.0396 286.2 MN WHITE BEAR LAKE 2.1 NW +US1MNRM0084 45.0019 -93.1703 296.0 MN ROSEVILLE 1.2 SW +US1MNRM0085 44.9358 -93.0941 215.8 MN SAINT PAUL 1.0 SSE +US1MNRM0086 45.1160 -93.1421 275.8 MN SHOREVIEW 2.2 N +US1MNRS0001 48.8436 -95.7635 320.3 MN ROSEAU 0.1 SSW +US1MNRS0002 48.8486 -95.7574 318.8 MN ROSEAU 0.4 NE +US1MNRS0003 48.9988 -95.7678 330.4 MN ROSEAU 10.7 N +US1MNRS0006 48.7771 -95.6247 340.2 MN ROSEAU 7.8 SE +US1MNRS0007 48.8465 -95.7533 320.0 MN ROSEAU 0.4 ENE +US1MNRV0003 44.7894 -95.0973 329.5 MN DANUBE 0.3 SE +US1MNRV0004 44.6759 -94.7723 333.1 MN HECTOR 5.4 SSW +US1MNRV0005 44.8844 -94.8188 345.3 MN BIRD ISLAND 9.0 NNE +US1MNRV0007 44.8053 -94.5505 320.0 MN BUFFALO LAKE 5.7 NE +US1MNRV0008 44.6654 -94.8544 327.4 MN BIRD ISLAND 7.2 SSE +US1MNRV0011 44.8066 -95.1394 324.3 MN RENVILLE 3.7 ENE +US1MNRV0012 44.6657 -95.1374 321.9 MN RENVILLE 9.3 SSE +US1MNRV0013 44.7626 -94.8984 331.3 MN BIRD ISLAND 0.3 SW +US1MNRW0001 44.5382 -95.0996 311.5 MN REDWOOD FALLS 0.9 E +US1MNRW0002 44.5388 -95.1096 311.5 MN REDWOOD FALLS 0.4 E +US1MNRW0003 44.4084 -95.4097 329.2 MN LUCAN 0.2 ESE +US1MNRW0008 44.3923 -95.1872 325.2 MN WABASSO 3.4 ESE +US1MNRW0011 44.6022 -95.3285 325.2 MN BELVIEW 0.3 S +US1MNSB0004 44.6877 -94.0384 305.4 MN GREEN ISLE 1.7 WNW +US1MNSB0005 44.6016 -94.0663 300.8 MN ARLINGTON 0.7 SE +US1MNSC0002 44.7125 -93.4636 292.6 MN PRIOR LAKE 2.0 W +US1MNSC0003 44.5923 -93.3192 331.6 MN LAKEVILLE 6.8 SSW +US1MNSC0006 44.7121 -93.4029 284.1 MN PRIOR LAKE 2.0 ESE +US1MNSC0009 44.7330 -93.3337 279.5 MN SAVAGE 2.1 SE +US1MNSC0010 44.6942 -93.6127 225.9 MN JORDAN 2.3 NNE +US1MNSC0011 44.6075 -93.7991 266.1 MN BELLE PLAINE 1.9 WSW +US1MNSC0013 44.5726 -93.3528 341.1 MN ELKO NEW MARKET 0.8 WNW +US1MNSC0017 44.7554 -93.4023 306.6 MN SHAKOPEE 3.9 ESE +US1MNSC0018 44.7854 -93.5503 247.8 MN SHAKOPEE 3.7 WNW +US1MNSC0019 44.7729 -93.5237 254.2 MN SHAKOPEE 2.3 W +US1MNSC0021 44.5608 -93.3132 364.5 MN ELKO NEW MARKET 1.3 ESE +US1MNSC0023 44.7367 -93.4236 294.7 MN PRIOR LAKE 1.0 NE +US1MNSC0025 44.5849 -93.4314 296.9 MN ELKO NEW MARKET 4.8 WNW +US1MNSC0033 44.7817 -93.5287 248.1 MN SHAKOPEE 2.6 W +US1MNSC0037 44.6658 -93.4037 299.9 MN PRIOR LAKE 4.5 SSE +US1MNSE0002 44.0917 -93.2138 353.3 MN OWATONNA 0.8 E +US1MNSE0003 43.8705 -93.3036 391.4 MN ELLENDALE 0.3 SW +US1MNSE0005 44.1121 -93.2099 364.8 MN OWATONNA 1.7 NE +US1MNSE0006 44.0968 -93.2045 367.3 MN OWATONNA 1.3 ENE +US1MNSE0010 43.9565 -93.2522 359.1 MN OWATONNA 9.4 S +US1MNSE0011 44.0983 -93.2106 368.8 MN OWATONNA 1.0 ENE +US1MNSE0990 44.0880 -93.2160 353.0 MN OWATONNA 0.7 ESE +US1MNSH0001 45.5520 -93.6430 298.7 MN PRINCETON 3.2 WSW +US1MNSH0010 45.4141 -93.6919 296.6 MN BIG LAKE 5.6 NNE +US1MNSH0012 45.2943 -93.6092 268.8 MN ELK RIVER 3.3 SW +US1MNSH0015 45.4421 -93.6731 299.6 MN BIG LAKE 7.7 NNE +US1MNSH0017 45.4330 -93.5993 299.6 MN ZIMMERMAN 0.6 S +US1MNSH0018 45.3893 -93.6842 290.5 MN BIG LAKE 4.4 NE +US1MNSH0019 45.4067 -93.8839 293.2 MN BECKER 1.9 NNW +US1MNSH0020 45.3803 -93.7810 278.6 MN BIG LAKE 3.2 NNW +US1MNSH0023 45.4579 -93.9930 297.5 MN CLEAR LAKE 0.7 NNE +US1MNSH0025 45.3062 -93.5783 278.3 MN ELK RIVER 1.8 SSW +US1MNSH0028 45.2596 -93.5376 267.6 MN ELK RIVER 5.2 SSE +US1MNSH0029 45.5255 -93.5177 292.3 MN PRINCETON 4.4 SE +US1MNSH0985 45.5521 -93.6448 296.0 MN PRINCETON 3.3 WSW +US1MNSL0002 46.9312 -91.9428 332.2 MN DULUTH 12.8 NE +US1MNSL0003 46.7932 -92.1887 406.6 MN HERMANTOWN 2.6 ESE +US1MNSL0005 46.8153 -92.0637 251.2 MN DULUTH 3.0 NE +US1MNSL0006 46.9300 -92.1439 418.2 MN HERMANTOWN 9.3 NNE +US1MNSL0007 47.3717 -92.8770 408.4 MN HIBBING 3.8 ESE +US1MNSL0009 46.7977 -92.1037 300.5 MN DULUTH 1.0 N +US1MNSL0011 46.8382 -92.0827 361.8 MN DULUTH 4.1 NNE +US1MNSL0015 47.4856 -92.8869 473.0 MN CHISHOLM 0.4 WSW +US1MNSL0018 46.8032 -92.1124 367.9 MN DULUTH 1.4 NNW +US1MNSL0020 46.8131 -92.0556 197.5 MN DULUTH 3.2 NE +US1MNSL0027 47.3941 -93.0018 457.5 MN HIBBING 2.5 W +US1MNSL0030 46.8109 -92.0918 332.8 MN DULUTH 2.0 NNE +US1MNSL0034 47.7815 -92.9943 391.4 MN COOK 14.8 WSW +US1MNSL0035 47.0330 -92.2367 422.1 MN DULUTH 18.3 NNW +US1MNSL0038 46.8549 -92.0487 360.3 MN DULUTH 5.6 NNE +US1MNSL0050 46.8351 -92.1051 385.6 MN DULUTH 3.6 N +US1MNSL0051 46.8135 -92.0726 290.5 MN DULUTH 2.6 NE +US1MNSL0069 46.8619 -92.0595 404.8 MN DULUTH 5.9 NNE +US1MNSL0070 46.8082 -92.0911 303.3 MN DULUTH 1.9 NNE +US1MNSL0074 46.8041 -92.1125 375.8 MN DULUTH 1.5 NNW +US1MNSL0076 46.8757 -92.0290 353.6 MN DULUTH 7.4 NNE +US1MNSL0077 46.8127 -92.0710 281.9 MN DULUTH 2.6 NE +US1MNSL0080 47.9276 -91.8028 413.3 MN WINTON 0.1 WSW +US1MNSL0082 46.8457 -92.4691 406.3 MN SAGINAW 1.5 SW +US1MNSL0084 46.8684 -92.0285 334.7 MN DULUTH 6.9 NNE +US1MNSL0090 46.8544 -92.0175 276.1 MN DULUTH 6.5 NE +US1MNSL0095 48.4498 -93.0542 341.7 MN KABETOGAMA 1.5 NW +US1MNSL0096 46.9253 -92.5632 387.1 MN CULVER 0.2 W +US1MNSL0100 46.8508 -92.0196 266.1 MN DULUTH 6.2 NE +US1MNSL0102 46.8303 -92.1127 411.5 MN DULUTH 3.3 N +US1MNSL0104 47.1531 -91.9041 450.8 MN DULUTH 27.3 NNE +US1MNSL0105 46.9468 -92.0393 418.8 MN DULUTH 11.8 NNE +US1MNSL0107 46.9941 -92.3126 414.2 MN DULUTH 17.6 NNW +US1MNSL0108 47.4615 -92.6313 429.5 MN IRON JUNCTION 3.4 NNW +US1MNSL0109 46.7050 -92.2267 346.3 MN DULUTH 7.9 SW +US1MNSL0110 46.8425 -92.0844 391.4 MN DULUTH 4.2 NNE +US1MNSL0115 47.1514 -92.3577 423.1 MN COTTON 5.7 ESE +US1MNSL0122 46.6928 -92.2100 199.6 MN MORGAN PARK +US1MNSL0124 47.7074 -91.9306 455.4 MN BABBITT 4.4 N +US1MNSL0125 46.8260 -92.0394 216.1 MN DULUTH 4.3 NE +US1MNSL0129 46.9853 -92.2429 414.2 MN DULUTH 15.4 NNW +US1MNSL0138 46.8343 -92.1744 417.9 MN DULUTH 4.8 NW +US1MNSL0139 46.7700 -92.0883 185.3 MN DULUTH 1.2 SE +US1MNSL0142 46.8116 -92.1472 426.1 MN DULUTH 2.8 NW +US1MNSL0143 47.0980 -92.4217 422.1 MN CANYON 4.6 NNE +US1MNSR0001 45.7478 -94.2650 319.7 MN RICE 1.5 WSW +US1MNSR0003 45.5779 -94.2470 323.1 MN SAINT CLOUD 5.4 WNW +US1MNSR0004 45.5668 -94.2366 319.7 MN SAINT CLOUD 4.7 W +US1MNSR0006 45.6852 -94.5525 381.0 MN ALBANY 4.0 N +US1MNSR0007 45.6181 -94.2338 314.6 MN SARTELL 1.3 WSW +US1MNSR0008 45.5010 -95.1256 399.6 MN BROOTEN 0.5 W +US1MNSR0009 45.6018 -94.1991 317.0 MN SARTELL 1.4 SSE +US1MNSR0015 45.5823 -94.1896 313.9 MN SAINT CLOUD 3.1 NW +US1MNSR0016 45.4185 -94.5632 336.5 MN RICHMOND 3.4 SW +US1MNSR0020 45.5637 -94.3074 329.5 MN SAINT JOSEPH 0.2 N +US1MNSR0024 45.3517 -94.7312 347.5 MN PAYNESVILLE 1.9 SSW +US1MNSR0025 45.4566 -94.4473 355.4 MN COLD SPRING 0.8 W +US1MNSR0027 45.6861 -95.0973 417.0 MN SAUK CENTRE 7.8 WSW +US1MNSR0029 45.5744 -94.5554 369.4 MN ALBANY 3.8 S +US1MNSR0030 45.4966 -95.1165 396.8 MN BROOTEN 0.3 S +US1MNSR0032 45.5755 -94.1758 318.2 MN SAINT CLOUD 2.2 NW +US1MNSR0033 45.5961 -94.2461 320.0 MN SARTELL 2.6 SW +US1MNSR0036 45.6532 -94.2888 346.3 MN SAINT JOSEPH 6.4 N +US1MNSV0002 45.5891 -95.9265 348.4 MN MORRIS 1.1 WNW +US1MNSV0003 45.5771 -95.8968 335.9 MN MORRIS 0.7 SSE +US1MNSV0004 45.7165 -96.0604 338.0 MN DONNELLY 2.9 NW +US1MNSV0006 45.5889 -96.1824 343.8 MN CHOKIO 1.2 NNW +US1MNSW0001 45.3403 -95.9784 315.8 MN APPLETON 9.9 NNE +US1MNSW0003 45.3514 -95.9167 333.8 MN HOLLOWAY 7.4 N +US1MNTD0002 46.3259 -95.0854 418.2 MN HEWITT 0.3 ENE +US1MNTD0003 45.9048 -94.6506 362.1 MN SWANVILLE 0.6 SSW +US1MNTD0004 46.3406 -95.0945 419.7 MN HEWITT 1.1 N +US1MNTD0005 45.9654 -94.8916 416.1 MN LONG PRAIRIE 1.6 WSW +US1MNTD0007 46.0018 -94.6977 373.1 MN LONG PRAIRIE 8.1 ENE +US1MNTD0009 46.1279 -94.9467 406.9 MN CLARISSA 0.1 ESE +US1MNWB0003 44.4283 -92.2658 335.9 MN LAKE CITY 1.0 SE +US1MNWB0004 44.2389 -92.4551 337.1 MN ZUMBRO FALLS 3.5 SSW +US1MNWB0006 44.4408 -92.2758 217.9 MN LAKE CITY 0.1 E +US1MNWB0007 44.3828 -92.0350 208.8 MN WABASHA 0.9 NNE +US1MNWC0002 44.0512 -93.6613 330.4 MN WASECA 8.2 WSW +US1MNWC0005 44.0945 -93.4929 348.4 MN WASECA 0.9 NNE +US1MNWC0007 44.1953 -93.4767 332.8 MN WASECA 7.9 N +US1MNWC0008 44.1119 -93.4997 344.7 MN WASECA 2.0 N +US1MNWD0001 46.3974 -95.0159 411.5 MN VERNDALE 0.2 WNW +US1MNWD0002 46.7569 -95.1021 425.8 MN MENAHGA 0.7 N +US1MNWD0003 46.4259 -94.8626 385.3 MN STAPLES 5.5 NNW +US1MNWD0005 46.3904 -95.0689 407.2 MN VERNDALE 2.3 WSW +US1MNWD0007 46.4853 -95.1634 418.2 MN WADENA 3.3 NNW +US1MNWD0980 46.7465 -95.1405 428.9 MN MENAHGA 2.1 WSW +US1MNWG0001 44.9172 -92.9190 304.2 MN WOODBURY 0.8 NNE +US1MNWG0002 44.8233 -92.9389 246.9 MN COTTAGE GROVE 0.8 NW +US1MNWG0004 44.8478 -92.8026 290.5 MN AFTON 4.0 S +US1MNWG0005 44.9417 -92.8629 270.1 MN WOODBURY 3.8 NE +US1MNWG0006 45.2458 -92.8127 310.6 MN MARINE ON SAINT CROIX 3.7 NNW +US1MNWG0008 45.0361 -92.9540 296.6 MN PINE SPRINGS 0.1 SSE +US1MNWG0009 45.0561 -92.8243 261.5 MN STILLWATER 0.2 E +US1MNWG0011 45.2412 -93.0085 273.1 MN FOREST LAKE 2.8 SSW +US1MNWG0012 45.0450 -92.8579 285.9 MN STILLWATER 1.7 WSW +US1MNWG0014 45.0318 -92.9165 301.8 MN LAKE ELMO 2.7 NNW +US1MNWG0015 44.8465 -92.9909 239.0 MN SAINT PAUL PARK 0.7 NNE +US1MNWG0016 44.9305 -92.9249 298.7 MN WOODBURY 1.7 N +US1MNWG0017 45.2022 -92.8814 299.3 MN MARINE ON SAINT CROIX 4.9 W +US1MNWG0018 44.9991 -92.8821 285.0 MN LAKE ELMO 1.1 ENE +US1MNWG0019 45.0242 -92.9656 294.1 MN PINE SPRINGS 1.0 SSW +US1MNWG0020 45.0707 -92.8085 263.7 MN STILLWATER 1.4 NE +US1MNWG0021 45.0171 -92.9478 282.9 MN LAKE ELMO 2.7 NW (81) +US1MNWG0022 44.9577 -92.9842 299.0 MN OAKDALE 2.3 SSW (151) +US1MNWG0023 44.9472 -92.9783 294.1 MN WOODBURY 4.0 NW (122) +US1MNWG0024 45.0483 -92.9710 303.9 MN MAHTOMEDI 1.0 SSW +US1MNWG0027 45.1674 -92.9788 284.7 MN HUGO 1.0 W +US1MNWG0028 44.8259 -92.9711 250.2 MN COTTAGE GROVE 2.3 WNW +US1MNWG0033 44.8382 -92.9359 278.3 MN COTTAGE GROVE 1.6 NNW +US1MNWG0035 45.0309 -92.8420 291.4 MN OAK PARK HEIGHTS 2.4 W +US1MNWG0038 45.2401 -93.0055 274.6 MN FOREST LAKE 2.5 WSW +US1MNWG0040 44.9236 -92.7921 256.9 MN AFTON 1.8 NE +US1MNWG0042 44.8745 -92.9713 298.4 MN WOODBURY 3.2 SW +US1MNWG0043 44.8394 -92.9280 281.0 MN COTTAGE GROVE 1.6 N +US1MNWG0045 44.8370 -92.9205 274.9 MN COTTAGE GROVE 1.5 NNE +US1MNWG0046 44.9741 -92.8186 314.6 MN STILLWATER 5.7 S +US1MNWG0047 44.9000 -92.7858 246.0 MN AFTON 1.6 E +US1MNWG0051 44.9074 -92.9285 309.1 MN WOODBURY 0.3 WNW +US1MNWG0052 44.8440 -92.9924 235.0 MN ST PAUL PARK 0.6 NNE +US1MNWG0053 44.8310 -92.9541 250.9 MN COTTAGE GROVE 1.7 NW +US1MNWG0056 44.9085 -92.9347 319.1 MN WOODBURY 0.6 WNW +US1MNWG0058 45.1052 -92.9729 283.2 MN DELLWOOD 0.5 NNW +US1MNWG0060 45.2475 -92.7700 267.6 MN SCANDIA 2.8 E +US1MNWG0062 45.2732 -92.9533 276.5 MN FOREST LAKE 1.4 N +US1MNWG0066 45.0430 -92.9657 306.6 MN MAHTOMEDI 1.3 S +US1MNWG0074 44.9821 -92.9651 324.3 MN OAKDALE 0.4 S +US1MNWG0075 44.9744 -92.9600 321.3 MN OAKDALE 0.9 SSE +US1MNWK0001 46.4366 -96.6847 286.8 MN KENT 0.2 SW +US1MNWK0002 46.0952 -96.4064 299.3 MN CAMPBELL 0.2 SSW +US1MNWK0003 46.2785 -96.5929 293.2 MN BRECKENRIDGE 0.9 NNW +US1MNWK0005 46.5692 -96.7154 285.3 MN WOLVERTON 1.1 ENE +US1MNWN0002 44.0171 -91.6098 205.4 MN WINONA 3.8 SE +US1MNWN0003 43.9858 -91.8719 372.2 MN LEWISTON 0.2 NW +US1MNWN0004 44.1150 -91.8473 255.7 MN ROLLINGSTONE 1.8 NW +US1MNWN0005 44.0303 -91.7684 226.2 MN WINONA 5.1 WSW +US1MNWN0006 44.0259 -91.7690 229.8 MN STOCKTON 0.1 SSE +US1MNWN0007 43.8933 -91.6933 288.0 MN RUSHFORD 6.3 NNE +US1MNWN0009 44.0825 -91.7338 209.1 MN MINNESOTA CITY 1.1 SE +US1MNWN0011 44.0338 -91.6795 361.5 MN WINONA 1.3 SSW +US1MNWR0006 45.0969 -93.7636 299.3 MN ROCKFORD 1.2 WNW +US1MNWR0008 45.2012 -93.6658 292.3 MN SAINT MICHAEL 1.3 E +US1MNWR0011 45.2394 -93.6669 292.9 MN ALBERTVILLE 0.3 NW +US1MNWR0013 45.0447 -93.9107 285.0 MN MONTROSE 1.6 SSE +US1MNWR0015 45.3392 -93.6806 281.0 MN MONTICELLO 6.4 ENE (45) +US1MNWR0019 45.1031 -93.7337 318.2 MN ROCKFORD 1.0 NE +US1MNWR0020 45.2290 -93.9985 319.1 MN MAPLE LAKE 0.5 SE +US1MNWR0025 45.2082 -93.6528 863.5 MN SAINT MICHAEL 2.0 ENE +US1MNWR0029 45.1841 -93.8718 307.2 MN BUFFALO 0.5 NW +US1MNWR0031 45.1753 -93.7338 301.1 MN SAINT MICHAEL 2.7 SW +US1MNWR0035 45.2536 -93.6592 294.4 MN OTSEGO 2.1 WSW +US1MNWR0037 45.2067 -93.8332 318.2 MN BUFFALO 2.4 NE +US1MNWR0038 45.3241 -93.8913 296.6 MN MONTICELLO 4.8 WNW +US1MNWR0040 45.3479 -94.0337 309.7 MN CLEARWATER 5.4 SSE +US1MNWR0041 45.2169 -93.6776 293.2 MN SAINT MICHAEL 1.3 NNE +US1MNWR0042 45.0745 -94.0812 313.6 MN HOWARD LAKE 1.2 NW +US1MNWR0047 45.3066 -93.9806 308.5 MN MAPLE LAKE 5.2 NNE +US1MNWR0048 45.1670 -93.7053 298.4 MN SAINT MICHAEL 2.5 SSW +US1MNWR0052 45.3346 -94.0154 309.4 MN MAPLE LAKE 7.0 N +US1MNWW0004 44.0956 -94.6018 314.9 MN SAINT JAMES 7.8 N +US1MNWW0005 43.9774 -94.6301 330.7 MN SAINT JAMES 0.5 SSW +US1MNWW0006 43.9909 -94.6317 329.2 MN SAINT JAMES 0.6 NNW +US1MNWW0008 43.8964 -94.7414 364.8 MN BUTTERFIELD 5.0 SSE +US1MNYM0003 44.8431 -95.7467 316.7 MN CLARKFIELD 4.7 NE +US1MNYM0004 44.8933 -95.7125 314.9 MN MONTEVIDEO 4.0 S +US1MNYM0005 44.7863 -95.9704 328.0 MN BOYD 5.6 SW +US1MNYM0006 44.7131 -96.2807 376.1 MN CANBY 0.6 W +US1MOAN0002 39.1336 -91.6610 244.1 MO MARTINSBURG 2.4 NNW +US1MOAN0005 39.1118 -91.8495 242.0 MO MEXICO 3.9 SSE +US1MOAN0006 39.1290 -91.6293 245.7 MO MARTINSBURG 2.2 NNE +US1MOAN0008 39.0977 -91.8102 254.8 MO MEXICO 5.8 SE +US1MOAN0011 39.2071 -91.4823 230.4 MO VANDALIA 7.1 S +US1MOAN0012 39.0861 -92.0470 282.5 MO THOMPSON 7.8 SSW +US1MOAT0006 40.5114 -95.4889 341.1 MO ROCK PORT 7.1 NNE +US1MOAT0007 40.5244 -95.3610 331.3 MO WESTBORO 2.2 WSW +US1MOAW0001 39.8764 -94.6627 285.9 MO COSBY 1.3 NE +US1MOAW0002 39.9417 -94.8121 323.1 MO SAVANNAH 0.9 ENE +US1MOAW0003 40.0537 -94.6134 327.1 MO KING CITY 4.7 W +US1MOAW0004 40.0889 -94.7996 310.0 MO BOLCKOW 2.1 SSE +US1MOAW0007 40.0590 -94.6600 324.0 MO REA 5.5 E +US1MOAW0008 39.8631 -94.6567 310.3 MO COSBY 1.2 E +US1MOAW0009 40.0342 -94.7778 318.2 MO ROSENDALE 2.6 ESE +US1MOBC0002 39.7834 -94.7726 266.1 MO STN JOSEPH 3.1 ENE +US1MOBC0004 39.7700 -94.7400 274.9 MO ST. JOSEPH 4.4 E +US1MOBN0001 38.9796 -92.3798 226.2 MO COLUMBIA 3.4 WNW +US1MOBN0002 38.9713 -92.3414 230.1 MO COLUMBIA 1.4 NNW +US1MOBN0005 38.9357 -92.3006 217.9 MO COLUMBIA 2.4 S +US1MOBN0006 38.9495 -92.2214 267.0 MO COLUMBIA 5.7 E +US1MOBN0007 38.7696 -92.1797 235.9 MO ASHLAND 4.2 E +US1MOBN0008 38.9506 -92.4056 213.1 MO COLUMBIA 4.2 W +US1MOBN0012 38.9864 -92.4485 206.0 MO COLUMBIA 6.9 WNW +US1MOBN0013 38.9218 -92.4037 184.1 MO COLUMBIA 4.7 WSW +US1MOBN0014 39.0608 -92.2911 249.0 MO COLUMBIA 7.6 NNE +US1MOBN0018 39.0179 -92.3653 218.8 MO COLUMBIA 4.9 NNW +US1MOBN0019 38.9318 -92.4005 184.1 MO COLUMBIA 4.3 WSW +US1MOBN0020 39.0589 -92.4370 227.1 MO HARRISBURG 5.9 SSE +US1MOBN0021 39.1035 -92.4766 249.9 MO HARRISBURG 2.8 SSW +US1MOBN0023 38.9514 -92.1615 263.0 MO COLUMBIA 8.9 E +US1MOBN0024 39.0142 -92.5231 237.1 MO ROCHEPORT 3.2 NE +US1MOBN0025 38.9172 -92.4705 209.1 MO WOOLDRIDGE 2.9 ENE +US1MOBN0026 39.0156 -92.3352 217.0 MO COLUMBIA 4.3 N +US1MOBN0028 39.1108 -92.4515 231.0 MO HARRISBURG 2.2 SSE +US1MOBN0029 39.1992 -92.1314 264.9 MO CENTRALIA 0.9 S +US1MOBN0031 38.9786 -92.4232 217.9 MO COLUMBIA 5.4 WNW +US1MOBN0032 38.7778 -92.2686 272.8 MO ASHLAND 0.7 WNW +US1MOBN0035 38.9209 -92.3787 189.9 MO COLUMBIA 3.6 SW +US1MOBN0036 38.9520 -92.3637 232.3 MO COLUMBIA 2.0 W +US1MOBN0037 38.9002 -92.3705 213.7 MO COLUMBIA 4.4 SSW +US1MOBN0039 38.9503 -92.3568 218.8 MO COLUMBIA 1.6 W +US1MOBN0041 39.1026 -92.2629 270.1 MO HALLSVILLE 2.5 WSW +US1MOBN0042 38.9265 -92.3018 228.9 MO COLUMBIA 2.3 SE +US1MOBN0046 38.9453 -92.3438 228.9 MO COLUMBIA 1.1 WSW +US1MOBN0048 38.9182 -92.3302 215.5 MO COLUMBIA 2.5 S +US1MOBN0050 38.9539 -92.3381 229.8 MO COLUMBIA 0.6 W +US1MOBN0053 38.9404 -92.4097 202.1 MO COLUMBIA 4.6 WSW +US1MOBN0054 38.9518 -92.3565 222.5 MO COLUMBIA 1.6 W +US1MOBN0056 38.8600 -92.3631 217.3 MO COLUMBIA 6.8 SSW +US1MOBN0057 38.9311 -92.3713 200.9 MO COLUMBIA 2.9 WSW +US1MOBN0058 38.9777 -92.2997 239.9 MO COLUMBIA 2.2 NE +US1MOBN0059 39.2078 -92.1400 268.8 MO CENTRALIA 0.5 WSW +US1MOBN0063 38.9761 -92.4507 217.0 MO COLUMBIA 6.8 WNW +US1MOBN0064 38.9820 -92.3377 205.7 MO COLUMBIA 2.0 NNW +US1MOBN0068 38.8837 -92.4106 206.7 MO COLUMBIA 6.6 SW +US1MOBN0069 38.9364 -92.3733 199.9 MO COLUMBIA 2.8 WSW +US1MOBN0070 39.2339 -92.1326 266.1 MO CENTRALIA 1.5 N +US1MOBN0073 38.7977 -92.2819 266.7 MO ASHLAND 2.1 NW +US1MOBN0074 39.1195 -92.2114 277.1 MO HALLSVILLE 0.5 ENE +US1MOBN0075 39.1041 -92.1191 281.9 MO CENTRALIA 7.5 S +US1MOBN0077 38.7755 -92.2155 249.3 MO ASHLAND 2.2 E +US1MOBN0081 38.7836 -92.1944 245.4 MO ASHLAND 3.4 ENE +US1MOBN0082 38.9524 -92.3666 230.1 MO COLUMBIA 2.1 W +US1MOBR0001 37.5225 -94.4794 296.9 MO LIBERAL 3.2 SSE +US1MOBR0002 37.4332 -94.3541 301.1 MO LAMAR 6.1 SW +US1MOBR0003 37.3864 -94.0985 324.0 MO GOLDEN CITY 0.6 SSW +US1MOBR0004 37.5505 -94.5092 284.1 MO LIBERAL 0.7 SSE +US1MOBS0001 38.0565 -94.2890 234.1 MO RICH HILL 4.9 SE +US1MOBS0004 38.2129 -94.0507 278.9 MO APPLETON CITY 1.9 NW +US1MOBS0005 38.4032 -94.0973 252.7 MO URICH 6.6 SW +US1MOBS0006 38.4601 -94.6129 295.7 MO DREXEL 1.6 S +US1MOBS0007 38.1452 -94.5365 258.2 MO RICH HILL 10.0 WNW +US1MOBT0004 38.2202 -93.2448 262.4 MO EDWARDS 7.1 NW +US1MOBT0008 38.3390 -93.4636 264.3 MO WARSAW 8.3 NW +US1MOBT0009 38.4558 -93.2007 308.2 MO COLE CAMP 0.4 SE +US1MOBU0001 36.8238 -90.5179 150.0 MO POPLAR BLUFF 7.4 NW +US1MOBY0001 36.7408 -93.9287 451.1 MO BUTTERFIELD 1.4 WSW +US1MOBY0002 36.5537 -93.6998 341.1 MO CHAIN-O-LAKES 2.0 NE +US1MOBY0003 36.5665 -93.9382 451.1 MO SELIGMAN 3.0 N +US1MOBY0005 36.7500 -93.9400 441.0 MO PURDY 4.8 SSW +US1MOBY0007 36.5847 -93.5964 319.1 MO EMERALD BEACH 4.2 E +US1MOBY0010 36.6513 -93.8845 431.3 MO CASSVILLE 2.1 SSW +US1MOBY0012 36.5311 -93.6633 326.1 MO EMERALD BEACH 3.0 S +US1MOBY0013 36.5785 -94.0625 417.3 MO WASHBURN 5.4 W +US1MOBY0014 36.5300 -93.7700 309.1 MO EAGLE ROCK 1.5 SW +US1MOBY0018 36.5424 -93.6338 310.9 MO GOLDEN 1.7 NE +US1MOBY0021 36.6156 -93.6029 321.6 MO SHELL KNOB 0.9 NNW +US1MOBY0025 36.6144 -93.8363 372.8 MO CASSVILLE 4.8 SSE +US1MOBY0028 36.7592 -94.0561 0.0 MO WHEATON 0.1 S +US1MOBY0030 36.8438 -93.8969 440.4 MO PURDY 2.2 NE +US1MOCD0002 37.7322 -93.7868 257.9 MO STOCKTON 2.5 NNE +US1MOCD0003 37.6236 -93.8051 299.6 MO UMBER VIEW HEIGHTS 0.1 WSW +US1MOCD0004 37.6156 -93.8049 320.0 MO STOCKTON 5.6 S +US1MOCD0005 37.8779 -94.0240 268.8 MO EL DORADO SPRINGS 0.6 NNW +US1MOCD0010 37.8585 -94.0276 270.1 MO EL DORADO SPRINGS 0.9 SSW +US1MOCD0014 37.8574 -94.0237 275.5 MO EL DORADO SPRINGS 0.9 SSW +US1MOCD0016 37.6784 -93.7258 269.4 MO STOCKTON 4.0 ESE +US1MOCD0019 37.6976 -93.8042 286.2 MO STOCKTON 0.5 W +US1MOCE0001 38.4496 -92.3639 257.9 MO RUSSELLVILLE 5.9 SE +US1MOCE0005 38.5772 -92.2470 236.2 MO JEFFERSON CITY 3.1 W +US1MOCE0007 38.5589 -92.2976 225.2 MO JEFFERSON CITY 5.9 W +US1MOCE0008 38.4849 -92.4041 237.4 MO RUSSELLVILLE 2.7 SE +US1MOCE0009 38.6033 -92.2188 184.1 MO JEFFERSON CITY 2.6 NW +US1MOCE0010 38.5531 -92.1380 183.8 MO JEFFERSON CITY 3.1 ESE +US1MOCE0013 38.5761 -92.2007 176.2 MO JEFFERSON CITY 0.6 WNW +US1MOCE0014 38.6052 -92.2915 200.6 MO JEFFERSON CITY 5.9 WNW +US1MOCE0017 38.4077 -92.3478 252.4 MO EUGENE 4.8 NE +US1MOCF0001 37.9210 -91.4377 316.1 MO STEELVILLE 5.6 SW +US1MOCF0002 37.9271 -91.2307 227.1 MO STEELVILLE 7.4 ESE +US1MOCF0003 37.9725 -91.3658 267.6 MO STEELVILLE 0.6 WNW +US1MOCF0005 38.0985 -91.4045 294.1 MO CUBA 2.5 N +US1MOCF0007 38.1479 -91.4468 284.1 MO CUBA 6.4 NNW +US1MOCF0008 37.9167 -91.5212 304.2 MO ST. JAMES 7.7 SE +US1MOCF0010 37.9388 -91.4664 311.2 MO STEELVILLE 6.4 WSW +US1MOCG0001 37.3914 -89.6389 150.9 MO JACKSON 1.1 NE +US1MOCG0002 37.2458 -89.8577 125.0 MO WHITEWATER 3.4 W +US1MOCG0003 37.3413 -89.5501 150.0 MO CAPE GIRARDEAU 2.3 N +US1MOCG0004 37.3921 -89.6936 143.0 MO JACKSON 2.3 WNW +US1MOCG0007 37.5020 -89.7330 181.7 MO OAK RIDGE 0.2 NW +US1MOCG0008 37.3412 -89.5474 146.0 MO CAPE GIRARDEAU 2.3 N +US1MOCG0010 37.3904 -89.6937 148.1 MO JACKSON 2.3 WNW +US1MOCG0012 37.2897 -89.5283 120.7 MO CAPE GIRARDEAU 1.8 SE +US1MOCG0013 37.3401 -89.5443 141.4 MO CAPE GIRARDEAU 2.2 N +US1MOCG0014 37.4938 -89.7567 184.1 MO OAK RIDGE 1.5 WSW +US1MOCK0002 40.4220 -91.7776 207.9 MO KAHOKA 3.1 W +US1MOCL0001 39.6850 -93.9722 275.8 MO HAMILTON 4.3 SSE +US1MOCL0002 39.7570 -94.1127 289.6 MO KIDDER 1.8 SSW +US1MOCM0001 37.9820 -92.7004 324.0 MO CAMDENTON 3.1 SE +US1MOCM0002 38.0219 -92.5478 226.2 MO BRUMLEY 5.6 SW +US1MOCM0003 38.0658 -92.7722 230.1 MO CAMDENTON 4.2 NNW +US1MOCM0009 38.1467 -92.8583 202.1 MO LAURIE 4.2 SSW +US1MOCM0016 37.9986 -92.7505 293.5 MO CAMDENTON 0.7 SSW +US1MOCM0019 38.0821 -93.0010 294.1 MO CLIMAX SPRINGS 3.1 ESE +US1MOCM0020 38.1907 -92.8539 277.7 MO GRAVOIS MILLS 8.4 S +US1MOCM0021 37.9709 -92.9443 326.7 MO MACKS CREEK 1.5 ENE +US1MOCM0022 38.0039 -92.7677 302.4 MO CAMDENTON 1.2 WSW +US1MOCM0023 38.1481 -92.7037 224.9 MO OSAGE BEACH 2.9 WNW +US1MOCN0002 39.4847 -94.4417 296.9 MO PLATTSBURG 5.7 S +US1MOCN0003 39.4627 -94.4647 301.1 MO TRIMBLE 5.2 E +US1MOCN0007 39.4720 -94.5770 296.6 MO TRIMBLE 0.8 W +US1MOCN0008 39.5729 -94.6013 261.8 MO GOWER 2.7 S +US1MOCP0003 38.7490 -92.8501 253.9 MO BUNCETON 4.1 SW +US1MOCP0004 38.9640 -92.7390 230.4 MO BOONVILLE 0.5 E +US1MOCP0005 38.9599 -92.7410 235.3 MO BOONVILLE 0.5 SE +US1MOCP0007 38.9627 -92.7390 225.2 MO BOONVILLE 0.5 ESE +US1MOCR0001 37.0188 -93.2708 366.1 MO NIXA 2.5 SE +US1MOCR0003 37.0300 -93.2100 371.9 MO OZARK 0.7 N +US1MOCR0004 37.0681 -93.2585 381.0 MO NIXA 2.6 NE +US1MOCR0005 37.0544 -93.2452 405.4 MO OZARK 3.2 NW +US1MOCR0007 37.0193 -93.5922 427.9 MO BILLINGS 3.7 SSW +US1MOCR0009 37.0506 -93.4802 409.0 MO BILLINGS 4.3 ESE +US1MOCR0010 37.0760 -93.5628 405.1 MO BILLINGS 0.9 NNW +US1MOCR0013 37.0112 -93.3180 386.2 MO NIXA 2.7 SSW +US1MOCR0017 37.0166 -92.9702 448.1 MO SPARTA 6.3 E +US1MOCR0019 36.9546 -93.3077 360.3 MO NIXA 6.4 S +US1MOCR0020 37.0580 -93.4054 356.9 MO CLEVER 4.0 ENE +US1MOCR0025 37.0398 -93.4594 408.7 MO CLEVER 0.9 NE +US1MOCR0028 36.9040 -93.3171 392.3 MO HIGHLANDVILLE 2.9 SW +US1MOCR0029 36.9956 -93.3518 356.3 MO NIXA 4.6 SW +US1MOCR0030 36.9943 -93.1918 384.4 MO OZARK 2.0 SSE +US1MOCR0031 37.0413 -93.2912 396.2 MO NIXA 0.5 SE +US1MOCR0033 37.0150 -93.3065 386.8 MO NIXA 2.3 SSW +US1MOCR0040 37.0890 -93.1680 422.8 MO OZARK 5.3 NNE +US1MOCR0046 37.0579 -93.4082 353.0 MO CLEVER 3.9 ENE +US1MOCR0048 37.0279 -93.3172 395.6 MO NIXA 1.7 SW +US1MOCR0049 37.0527 -93.2976 395.6 MO NIXA 0.4 N +US1MOCR0050 37.0013 -93.4300 417.0 MO CLEVER 3.0 SE +US1MOCS0004 38.4974 -94.5059 292.0 MO DREXEL 5.6 E +US1MOCS0012 38.6177 -94.1843 268.5 MO GARDEN CITY 3.9 N +US1MOCS0014 38.7855 -94.4724 305.7 MO RAYMORE 2.0 SSW +US1MOCS0016 38.8090 -94.2753 290.5 MO PLEASANT HILL 1.0 NNW +US1MOCT0001 36.9663 -90.8233 268.5 MO ELLSINORE 4.8 WNW +US1MOCW0001 38.8291 -91.9390 255.1 MO FULTON 1.7 SSE +US1MOCW0003 38.8241 -91.9643 245.1 MO FULTON 2.2 SSW +US1MOCW0004 39.0020 -91.7066 217.9 MO SHAMROCK 0.7 WSW +US1MOCW0005 39.0165 -91.8891 259.1 MO AUXVASSE 0.3 ESE +US1MOCW0006 38.9935 -91.7867 250.5 MO AUXVASSE 6.0 ESE +US1MOCW0008 38.8472 -91.9773 264.9 MO FULTON 1.6 WSW +US1MOCW0009 38.7321 -92.1843 181.4 MO NEW BLOOMFIELD 5.2 W +US1MOCW0012 38.6784 -92.1014 256.0 MO HOLTS SUMMIT 2.5 NNE +US1MOCW0015 38.9498 -91.8173 247.2 MO WILLIAMSBURG 6.6 WNW +US1MOCW0017 38.7798 -92.0623 256.6 MO FULTON 7.9 SW +US1MOCW0018 38.9852 -91.9682 263.3 MO KINGDOM CITY 3.2 NNW +US1MOCW0019 38.8052 -91.9465 240.2 MO FULTON 3.3 S +US1MOCW0020 38.8467 -91.9422 230.1 MO FULTON 0.6 SE +US1MOCY0001 39.2248 -94.4785 260.9 MO PLEASANT VALLEY 0.5 NNE +US1MOCY0002 39.2280 -94.4908 267.0 MO PLEASANT VALLEY 0.8 NW +US1MOCY0003 39.1472 -94.5698 226.2 MO NORTH KANSAS CITY 0.6 NNW +US1MOCY0004 39.3893 -94.3262 267.0 MO KEARNEY 2.5 NE +US1MOCY0006 39.2185 -94.4620 249.9 MO GLENAIRE 0.6 W +US1MOCY0010 39.2052 -94.5968 282.2 MO OAKWOOD PARK 1.3 W +US1MOCY0011 39.2659 -94.5283 296.9 MO GLADSTONE 4.0 NNE +US1MOCY0015 39.2660 -94.4266 274.9 MO LIBERTY 1.7 NNW +US1MOCY0016 39.2498 -94.5610 276.8 MO GLADSTONE 2.6 N +US1MOCY0017 39.2617 -94.5990 319.7 MO KANSAS CITY 11.1 N +US1MOCY0018 39.2761 -94.5651 298.7 MO GLADSTONE 4.4 N +US1MOCY0019 39.3820 -94.5112 286.8 MO SMITHVILLE 3.4 E +US1MOCY0020 39.2982 -94.4385 279.8 MO LIBERTY 4.0 NNW +US1MOCY0024 39.3165 -94.5583 296.9 MO KANSAS CITY 15.0 NNE +US1MOCY0026 39.2487 -94.4349 268.5 MO LIBERTY 1.0 WNW +US1MOCY0028 39.2904 -94.5686 317.0 MO GLADSTONE 5.4 N +US1MODD0002 37.3461 -93.7032 330.4 MO EVERTON 0.2 NNW +US1MODD0006 37.4260 -93.7870 311.2 MO GREENFIELD 3.1 ENE +US1MODG0001 36.9300 -92.2700 349.9 MO MOUNTAIN GROVE 14.0 S +US1MODG0002 36.9546 -92.6627 386.2 MO AVA 0.2 NE +US1MODG0003 36.9154 -92.7324 388.9 MO AVA 4.5 SW +US1MODG0004 36.7921 -92.7936 366.1 MO AVA 13.2 SSW +US1MODG0006 37.0576 -92.5663 350.5 MO MANSFIELD 3.7 SSE +US1MODG0007 37.0015 -92.4245 392.9 MO NORWOOD 0.2 ENE +US1MODG0009 36.8093 -92.7289 332.5 MO AVA 10.5 SSW +US1MODG0010 36.8116 -92.2358 326.1 MO DORA 2.6 NNW +US1MODG0011 37.0083 -92.7496 374.9 MO AVA 6.0 NW +US1MODG0012 36.9092 -92.7434 371.9 MO AVA 5.3 SW +US1MODG0015 36.9381 -92.6618 374.6 MO AVA 1.1 S +US1MODK0001 39.7918 -94.4804 310.9 MO STEWARTSVILLE 2.8 NNE +US1MODK0002 39.9787 -94.2058 246.0 MO PATTONSBURG 6.0 SW +US1MODK0003 39.9896 -94.2425 260.6 MO PATTONSBURG 6.9 SW +US1MODK0006 39.8801 -94.4857 310.3 MO AMITY 2.8 WNW +US1MODK0007 39.8768 -94.2808 286.5 MO MAYSVILLE 4.3 E +US1MODL0002 37.5251 -93.1409 342.9 MO BUFFALO 8.6 SSW +US1MODL0005 37.6753 -93.1690 331.9 MO BUFFALO 4.6 WNW +US1MODL0006 37.6382 -93.0822 335.3 MO BUFFALO 0.8 ESE +US1MODL0009 37.6632 -93.1431 327.7 MO BUFFALO 3.0 WNW +US1MODL0010 37.8808 -93.1496 290.5 MO URBANA 2.7 NNE +US1MODL0015 37.5143 -92.9325 371.6 MO CONWAY 6.0 W +US1MODL0017 37.4955 -92.9274 382.2 MO CONWAY 5.7 W +US1MODL0020 37.6758 -92.9354 327.1 MO LONG LANE 5.9 NNW +US1MODL0021 37.6356 -93.1161 345.0 MO BUFFALO 1.3 WSW +US1MODN0003 36.5397 -90.0611 128.0 MO CAMPBELL 3.4 NNE +US1MODT0001 37.6012 -91.4380 378.9 MO SALEM 5.9 ESE +US1MODT0007 37.5774 -91.5280 399.9 MO SALEM 4.3 S +US1MODT0008 37.6006 -91.2646 378.3 MO SALEM 14.9 E +US1MODT0010 37.5238 -91.7320 388.3 MO LICKING 7.3 ENE +US1MODT0011 37.7827 -91.6484 307.8 MO SALEM 11.7 NNW +US1MODT0012 37.6543 -91.5270 356.9 MO SALEM 1.1 NNE +US1MODT0013 37.7766 -91.7256 368.2 MO ROLLA 12.1 S +US1MODT0014 37.6426 -91.4687 375.5 MO SALEM 3.5 E +US1MODV0001 39.9125 -93.9647 281.9 MO GALLATIN 0.2 NNW +US1MODV0002 39.9645 -93.7809 296.6 MO JAMESPORT 1.3 ESE +US1MODV0003 39.9084 -93.9699 286.8 MO GALLATIN 0.4 WSW +US1MOFR0003 38.4713 -91.0167 210.0 MO UNION 1.6 N +US1MOFR0007 38.3535 -91.0490 242.0 MO ST. CLAIR 3.7 W +US1MOFR0008 38.5361 -90.9926 166.4 MO WASHINGTON 1.6 SE +US1MOFR0010 38.5386 -90.9669 161.2 MO WASHINGTON 2.7 ESE +US1MOFR0012 38.4431 -91.0375 216.4 MO UNION 1.4 WSW +US1MOFR0014 38.5762 -91.2102 170.7 MO NEW HAVEN 2.2 S +US1MOFR0015 38.4956 -90.9988 199.9 MO WASHINGTON 4.0 S +US1MOFR0017 38.4935 -90.7942 197.2 MO PACIFIC 2.4 WNW +US1MOFR0018 38.5685 -91.0281 164.3 MO WASHINGTON 1.4 NW +US1MOFR0022 38.5059 -91.1376 188.7 MO NEW HAVEN 8.3 SSE +US1MOFR0026 38.3527 -90.9754 224.9 MO ST. CLAIR 0.3 ENE +US1MOFR0027 38.5740 -91.2127 173.1 MO NEW HAVEN 2.3 S +US1MOFSA001 40.1746 -92.5786 287.1 MO KIRKSVILLE 1.4 S +US1MOFSA003 39.9476 -94.8245 337.1 MO SAVANNAH 0.6 NNE +US1MOFSA005 40.4162 -95.5081 294.1 MO ROCKPORT 0.5 E +US1MOFSA007 39.1231 -91.8945 251.2 MO MEXICO 3.3 SSW +US1MOFSA009 36.6732 -93.8745 405.1 MO CASSVILLE 0.5 SW +US1MOFSA011 37.4925 -94.2683 295.0 MO LAMAR 0.3 ESE +US1MOFSA013 38.2491 -94.3466 256.9 MO BUTLER 0.8 SSW +US1MOFSA015 38.3992 -93.3286 289.0 MO LINCOLN 0.4 NNE +US1MOFSA017 37.3057 -89.9744 141.1 MO MARBLE HILL 0.4 NE +US1MOFSA019 38.9669 -92.3443 232.0 MO COLUMBIA 1.3 NW +US1MOFSA021 39.7830 -94.7977 301.1 MO STN JOSEPH 2.1 NE +US1MOFSA023 36.8053 -90.4619 150.0 MO POPLAR BLUFF 4.2 NW +US1MOFSA025 39.6429 -94.0396 277.1 MO KINGSTON 0.1 WNW +US1MOFSA027 38.8217 -91.9966 267.0 MO FULTON 3.4 SW +US1MOFSA029 37.9559 -92.5711 309.1 MO LINN CREEK 9.4 SE +US1MOFSA031 37.3693 -89.6666 132.9 MO JACKSON 1.0 SW +US1MOFSA033 39.3757 -93.4858 227.1 MO CARROLLTON 1.0 NNE +US1MOFSA035 36.9382 -91.1104 199.0 MO VAN BUREN 7.2 SW +US1MOFSA037 38.6545 -94.3569 289.0 MO HARRISONVILLE 0.4 W +US1MOFSA039 37.6984 -93.7986 291.1 MO STOCKTON 0.2 NW +US1MOFSA041 39.4322 -92.9305 209.1 MO KEYTESVILLE 0.3 E +US1MOFSA043 37.0016 -93.1897 408.1 MO OZARK 1.6 SE +US1MOFSA045 40.4145 -91.7191 210.9 MO KAHOKA 0.6 S +US1MOFSA047 39.2750 -94.2486 229.8 MO LIBERTY 9.4 NNE +US1MOFSA049 39.5647 -94.4740 288.0 MO PLATTSBURG 0.6 W +US1MOFSA051 38.5598 -92.1376 189.0 MO JEFFERSON CITY 3.0 ESE +US1MOFSA053 38.9341 -92.6907 207.0 MO BOONVILLE 3.7 SE +US1MOFSA055 37.8401 -91.2654 281.9 MO STEELVILLE 10.2 SSE +US1MOFSA057 37.4056 -93.8460 341.1 MO GREENFIELD 0.8 SSW +US1MOFSA059 37.6322 -93.1046 359.1 MO BUFFALO 1.0 SW +US1MOFSA061 39.9160 -93.9825 268.8 MO GALLATIN 1.1 WNW +US1MOFSA063 39.8817 -94.3591 291.1 MO MAYSVILLE 0.4 SSE +US1MOFSA065 37.6605 -91.5535 344.1 MO SALEM 1.8 NW +US1MOFSA067 36.9640 -92.6714 401.1 MO AVA 0.8 NNW +US1MOFSA069 36.2518 -90.0488 78.0 MO KENNETT 0.8 N +US1MOFSA071 38.4562 -91.0013 164.0 MO UNION 0.8 NE +US1MOFSA073 38.3407 -91.4984 292.9 MO OWENSVILLE 0.5 S +US1MOFSA075 40.2569 -94.3262 285.9 MO ALBANY 0.7 NE +US1MOFSA077 37.2032 -93.4210 395.0 MO BROOKLINE 2.3 NNW +US1MOFSA079 40.0982 -93.6046 255.1 MO TRENTON 1.2 N +US1MOFSA081 40.2817 -94.0116 299.9 MO BETHANY 1.3 NE +US1MOFSA083 38.3839 -93.7722 242.9 MO CLINTON 0.9 NNW +US1MOFSA085 37.9407 -93.3149 251.2 MO HERMITAGE 0.5 ESE +US1MOFSA087 40.1370 -95.2373 280.1 MO MOUND CITY 0.2 WNW +US1MOFSA089 39.1148 -92.6891 195.1 MO FAYETTE 2.3 S +US1MOFSA091 36.7688 -91.8828 342.0 MO WEST PLAINS 2.2 NNW +US1MOFSA093 37.6953 -90.6657 331.0 MO IRON MOUNTAIN LAKE 2.9 WNW +US1MOFSA095 39.0303 -94.2863 294.1 MO BLUE SPRINGS 0.9 NW +US1MOFSA097 37.1469 -94.3084 328.9 MO CARTHAGE 1.5 S +US1MOFSA099 38.2246 -90.5689 256.0 MO HILLSBORO 0.5 SSW +US1MOFSA101 38.7737 -93.7179 251.2 MO WARRENSBURG 1.1 NNE +US1MOFSA103 40.1689 -92.1294 238.0 MO EDINA 2.3 E +US1MOFSA105 37.6675 -92.6366 390.1 MO LEBANON 1.3 E +US1MOFSA107 39.0762 -93.7204 249.0 MO HIGGINSVILLE 0.9 NNE +US1MOFSA109 37.1178 -93.8304 385.0 MO MOUNT VERNON 1.3 NNW +US1MOFSA111 40.1140 -91.7153 178.0 MO MONTICELLO 0.4 SSW +US1MOFSA113 38.9920 -90.9652 148.1 MO TROY 1.2 NNE +US1MOFSA115 39.7824 -93.0979 251.2 MO BROOKFIELD 1.2 WSW +US1MOFSA117 39.7978 -93.4997 239.0 MO CHILLICOTHE 2.9 E +US1MOFSA119 36.6956 -94.4739 334.4 MO ANDERSON 3.2 NNW +US1MOFSA121 39.7606 -92.4672 268.8 MO MACON 1.5 N +US1MOFSA125 38.2428 -91.9825 241.1 MO VIENNA 4.3 NNW +US1MOFSA127 39.7938 -91.5439 198.1 MO PALMYRA 1.0 W +US1MOFSA129 40.4162 -93.5769 296.9 MO PRINCETON 1.4 NNE +US1MOFSA131 38.1564 -92.2358 277.1 MO IBERIA 5.6 NE +US1MOFSA133 36.8360 -89.3567 93.9 MO ANNISTON 1.9 WNW +US1MOFSA135 38.6277 -92.5707 271.9 MO CALIFORNIA 0.3 SW +US1MOFSA137 39.4675 -92.0023 218.8 MO PARIS 0.7 S +US1MOFSA139 38.9658 -91.4962 259.1 MO MONTGOMERY CITY 0.8 SE +US1MOFSA141 38.4311 -92.8440 313.0 MO VERSAILLES 0.2 SE +US1MOFSA143 36.5869 -89.5452 91.1 MO NEW MADRID 0.3 SE +US1MOFSA145 36.8636 -94.4408 351.1 MO NEOSHO 3.9 WNW +US1MOFSA147 40.3240 -94.8790 335.0 MO MARYVILLE 1.4 SSW +US1MOFSA149 36.7176 -91.4090 267.9 MO ALTON 1.7 NNW +US1MOFSA151 38.4729 -91.8335 276.1 MO LINN 0.8 SE +US1MOFSA153 36.6232 -92.3148 231.0 MO GAINESVILLE 6.2 ENE +US1MOFSA155 36.2022 -89.6694 86.0 MO CARUTHERSVILLE 1.6 N +US1MOFSA157 37.7398 -89.8603 174.0 MO PERRYVILLE 1.1 NE +US1MOFSA159 38.6834 -93.2433 260.9 MO SEDALIA 1.5 SSW +US1MOFSA161 37.9387 -91.7566 327.1 MO ROLLA 0.9 SE +US1MOFSA163 39.3326 -91.1884 273.1 MO BOWLING GREEN 0.6 SE +US1MOFSA165 39.3633 -94.7724 285.9 MO PLATTE CITY 0.3 ENE +US1MOFSA167 37.6152 -93.3978 309.1 MO BOLIVAR 1.0 ENE +US1MOFSA169 37.9093 -92.3738 365.2 MO RICHLAND 3.6 NNE +US1MOFSA171 40.4764 -93.0193 324.0 MO UNIONVILLE 0.8 W +US1MOFSA173 39.5727 -91.4046 210.9 MO NEW LONDON 0.9 SSW +US1MOFSA175 39.4559 -92.4357 266.1 MO MOBERLY 2.5 N +US1MOFSA177 39.2733 -93.9603 249.0 MO RICHMOND 0.8 ESE +US1MOFSA179 37.1795 -90.8925 214.9 MO ELLINGTON 5.8 SE +US1MOFSA181 36.6458 -90.7820 157.9 MO DONIPHAN 2.7 NE +US1MOFSA183 38.7956 -90.5967 160.0 MO STN PETERS 1.3 NNE +US1MOFSA185 38.0431 -93.7027 248.1 MO OSCEOLA 0.3 SW +US1MOFSA186 37.9672 -90.0495 129.8 MO STE. GENEVIEVE 0.5 S +US1MOFSA187 37.7693 -90.4489 271.0 MO FARMINGTON 1.5 WSW +US1MOFSA189 38.7425 -90.3721 177.1 MO EDMUNDSON 0.7 NNW +US1MOFSA195 39.1282 -93.2083 242.0 MO MARSHALL 1.0 NNW +US1MOFSA197 40.5209 -92.5269 287.1 MO LANCASTER 0.2 SE +US1MOFSA199 40.4594 -92.1694 242.0 MO MEMPHIS 0.1 S +US1MOFSA201 37.0912 -89.5421 99.1 MO LAMBERT 0.8 ESE +US1MOFSA203 37.1454 -91.3578 200.9 MO EMINENCE 0.1 SSE +US1MOFSA205 39.8038 -92.0366 231.0 MO SHELBYVILLE 0.3 SE +US1MOFSA207 36.8464 -89.9391 171.9 MO BLOOMFIELD 2.9 S +US1MOFSA209 36.9786 -93.4756 399.0 MO HURLEY 3.5 NNE +US1MOFSA211 40.1893 -93.1378 296.9 MO MILAN 1.2 SW +US1MOFSA213 36.5100 -92.8000 259.1 MO PROTEM +US1MOFSA215 37.2942 -91.9646 363.9 MO HOUSTON 2.0 S +US1MOFSA217 37.8417 -94.3565 264.6 MO NEVADA 0.2 W +US1MOFSA219 38.8134 -91.1588 260.9 MO WARRENTON 1.1 WSW +US1MOFSA221 37.7881 -90.7802 274.9 MO CALEDONIA 1.8 NNW +US1MOFSA223 37.1559 -90.5329 212.1 MO GREENVILLE 5.2 WNW +US1MOFSA225 37.3394 -92.9352 445.0 MO MARSHFIELD 1.4 W +US1MOFSA227 40.4907 -94.4078 324.9 MO GRANT CITY 0.5 NE +US1MOFSA229 37.2433 -92.5083 355.1 MO HARTVILLE 0.5 SSE +US1MOGN0002 40.2711 -94.4952 280.1 MO STANBERRY 4.4 NNE +US1MOGN0007 40.0833 -94.5494 323.7 MO KING CITY 2.6 NNW +US1MOGN0008 40.1110 -94.5969 324.6 MO KING CITY 5.7 NW +US1MOGN0009 40.1240 -94.4099 306.3 MO DARLINGTON 5.2 S +US1MOGR0002 37.1661 -93.3431 378.9 MO BATTLEFIELD 3.6 NNE +US1MOGR0003 37.1629 -93.0790 438.9 MO ROGERSVILLE 3.4 NNW +US1MOGR0006 37.1561 -93.1889 395.0 MO SPRINGFIELD 6.0 ESE +US1MOGR0015 37.1257 -93.3349 371.9 MO SPRINGFIELD 5.6 SSW +US1MOGR0020 37.1188 -93.3647 392.0 MO BATTLEFIELD 0.2 ENE +US1MOGR0026 37.1125 -93.4611 387.1 MO REPUBLIC 0.8 ESE +US1MOGR0027 37.2003 -93.2740 409.0 MO SPRINGFIELD 0.7 ENE +US1MOGR0028 37.2201 -93.1109 392.9 MO STRAFFORD 3.5 S +US1MOGR0038 37.3647 -93.3557 353.9 MO WILLARD 5.8 NNE +US1MOGR0040 37.1261 -93.3266 381.3 MO SPRINGFIELD 5.3 SSW +US1MOGR0044 37.2386 -93.1361 422.1 MO STRAFFORD 2.4 SSW +US1MOGR0045 37.1018 -93.2520 385.9 MO OZARK 6.2 NNW +US1MOGR0047 37.1618 -93.3623 385.0 MO SPRINGFIELD 4.8 WSW +US1MOGR0048 37.1154 -93.3080 380.4 MO BATTLEFIELD 3.3 E +US1MOGR0049 37.1233 -93.3262 378.6 MO SPRINGFIELD 5.5 SSW +US1MOGR0051 37.3325 -93.3082 385.3 MO SPRINGFIELD 9.5 NNW +US1MOGR0052 37.1500 -93.2194 372.5 MO SPRINGFIELD 4.9 SE +US1MOGR0054 37.1111 -93.4759 394.7 MO REPUBLIC 0.4 S +US1MOGR0056 37.2006 -93.3574 380.7 MO SPRINGFIELD 3.9 W +US1MOGR0058 37.3262 -93.1977 409.0 MO FAIR GROVE 4.7 SSW +US1MOGR0070 37.1851 -93.2840 397.2 MO SPRINGFIELD 0.8 S +US1MOGR0074 37.1499 -93.3310 386.8 MO SPRINGFIELD 4.0 SW +US1MOGR0075 37.3589 -93.4811 329.2 MO WALNUT GROVE 5.2 SE +US1MOGR0078 37.1237 -93.2684 386.5 MO SPRINGFIELD 5.1 S +US1MOGR0081 37.2886 -93.4587 326.7 MO WILLARD 2.6 W +US1MOGR0087 37.1918 -93.3880 389.2 MO SPRINGFIELD 5.6 W +US1MOGR0092 37.1436 -93.3539 385.9 MO SPRINGFIELD 5.2 SW +US1MOGR0098 37.2595 -93.2523 380.4 MO SPRINGFIELD 4.8 NNE +US1MOGR0100 37.1833 -93.2781 400.5 MO SPRINGFIELD 1.0 SSE +US1MOGR0105 37.1091 -93.4661 386.8 MO REPUBLIC 0.8 SE +US1MOGR0107 37.2044 -93.2794 407.2 MO SPRINGFIELD 0.7 NNE +US1MOGR0109 37.2418 -93.1516 413.9 MO STRAFFORD 2.7 SW +US1MOGR0110 37.1348 -93.2661 395.6 MO SPRINGFIELD 4.4 SSE +US1MOGR0113 37.2493 -93.3373 381.6 MO SPRINGFIELD 4.6 NW +US1MOGR0115 37.3116 -93.5821 320.6 MO ASH GROVE 0.4 SSW +US1MOGS0003 38.6552 -91.4331 274.9 MO HERMANN 3.0 S +US1MOGS0004 38.2523 -91.4809 266.7 MO OWENSVILLE 6.7 S +US1MOGY0003 40.0668 -93.4576 268.8 MO TRENTON 7.8 E +US1MOGY0005 40.2135 -93.6770 273.7 MO SPICKARD 4.9 WSW +US1MOGY0006 40.0044 -93.5797 248.7 MO TRENTON 5.5 SSE +US1MOHC0001 37.9669 -93.3335 238.0 MO HERMITAGE 1.6 NNW +US1MOHC0002 38.0565 -93.3305 253.0 MO CROSS TIMBERS 6.0 WNW +US1MOHC0006 37.8871 -93.3466 271.9 MO WHEATLAND 5.0 SE +US1MOHC0007 37.9049 -93.3947 320.0 MO WHEATLAND 2.7 S +US1MOHC0009 37.8368 -93.3713 271.9 MO FLEMINGTON 7.4 ENE +US1MOHL0001 36.7518 -91.8843 320.0 MO WEST PLAINS 1.4 WNW +US1MOHL0004 36.6729 -91.8339 317.0 MO WEST PLAINS 5.0 SSE +US1MOHL0008 36.7277 -91.8481 298.7 MO WEST PLAINS 1.3 SE +US1MOHL0010 37.0006 -91.9739 388.3 MO WILLOW SPRINGS 0.5 NNW +US1MOHL0011 37.0163 -91.9733 404.5 MO WILLOW SPRINGS 1.5 N +US1MOHL0021 36.7052 -92.0336 300.8 MO POTTERSVILLE 0.7 NNW +US1MOHL0022 36.8896 -91.9477 371.2 MO POMONA 2.4 NW +US1MOHL0024 36.9612 -91.7232 352.3 MO MOUNTAIN VIEW 2.7 SSW +US1MOHL0025 36.7265 -91.8731 336.2 MO WEST PLAINS 1.0 W +US1MOHL0026 36.9993 -91.8421 359.7 MO MOUNTAIN VIEW 7.9 W +US1MOHL0027 36.9387 -91.8839 360.6 MO WILLOW SPRINGS 6.1 SE +US1MOHL0030 36.5909 -91.8980 282.5 MO WEST PLAINS 10.6 S +US1MOHL0033 36.6272 -92.0987 286.2 MO CAULFIELD 0.9 NNE +US1MOHL0036 36.8341 -91.9145 370.6 MO POMONA 2.3 SSE +US1MOHL0038 36.8417 -91.7806 324.0 MO WEST PLAINS 8.3 NNE +US1MOHL0041 36.7582 -91.8807 313.0 MO WEST PLAINS 1.5 NW +US1MOHN0001 38.4336 -93.5532 243.8 MO WINDSOR 7.1 SSW +US1MOHN0008 38.3213 -93.9741 235.9 MO MONTROSE 4.3 N +US1MOHN0009 38.4818 -93.5343 269.7 MO WINDSOR 4.2 SSE +US1MOHN0010 38.2158 -93.9818 261.2 MO MONTROSE 3.0 S +US1MOHN0011 38.4822 -94.0095 251.2 MO URICH 1.6 NNW +US1MOHN0012 38.3679 -93.7434 233.5 MO CLINTON 1.4 E +US1MOHN0013 38.4036 -93.5274 256.0 MO CALHOUN 6.9 SE +US1MOHT0002 40.2536 -95.2387 290.2 MO MOUND CITY 8.1 N +US1MOHT0004 39.9806 -95.1205 321.9 MO OREGON 1.3 ESE +US1MOHT0005 40.2491 -95.2547 328.6 MO MOUND CITY 7.9 N +US1MOHT0006 40.0804 -95.1641 324.6 MO FOREST CITY 6.9 N +US1MOHW0002 38.9959 -92.6097 231.0 MO NEW FRANKLIN 7.2 ESE +US1MOHW0004 39.0182 -92.7456 198.4 MO NEW FRANKLIN 0.3 W +US1MOHW0005 39.2270 -92.8455 214.3 MO GLASGOW 0.4 W +US1MOJC0001 38.9388 -94.3559 286.5 MO UNITY VILLAGE 2.6 ESE +US1MOJC0003 39.0028 -94.2128 242.9 MO GRAIN VALLEY 0.4 SW +US1MOJC0004 38.9877 -94.3756 281.0 MO UNITY VILLAGE 2.9 NNE +US1MOJC0009 39.0446 -94.3043 272.8 MO BLUE SPRINGS 2.3 NW +US1MOJC0012 39.0231 -94.4582 287.4 MO RAYTOWN 2.0 N +US1MOJC0013 38.9149 -94.4088 301.8 MO LEE'S SUMMIT 1.4 W +US1MOJC0017 38.9384 -94.3712 302.7 MO LEE'S SUMMIT 1.7 NNE +US1MOJC0018 39.0807 -94.5752 285.0 MO KANSAS CITY 3.1 SSW +US1MOJC0021 39.1085 -94.3833 276.1 MO INDEPENDENCE 2.1 NW +US1MOJC0024 39.0743 -94.3423 242.3 MO INDEPENDENCE 1.2 SSE +US1MOJC0026 38.9870 -94.5731 294.7 MO KANSAS CITY 9.4 S +US1MOJC0028 39.0692 -94.4871 264.9 MO KANSAS CITY 5.1 SE +US1MOJC0030 39.0098 -94.4503 277.1 MO RAYTOWN 1.3 NE +US1MOJC0032 38.9835 -94.1246 268.8 MO OAK GROVE 1.4 S +US1MOJC0035 38.9593 -94.4426 248.1 MO RAYTOWN 2.7 SSE +US1MOJC0039 39.1280 -94.4167 283.8 MO INDEPENDENCE 4.3 NW +US1MOJC0042 38.9072 -94.4057 295.4 MO LEE'S SUMMIT 1.4 WSW +US1MOJC0043 38.9902 -94.2686 285.9 MO BLUE SPRINGS 2.2 S +US1MOJC0044 39.0395 -94.3110 270.1 MO BLUE SPRINGS 2.3 WNW +US1MOJF0005 38.4393 -90.7299 185.0 MO PACIFIC 3.0 SSE +US1MOJF0007 38.4713 -90.5313 261.5 MO HIGH RIDGE 0.6 NNE +US1MOJF0009 38.3247 -90.4156 182.0 MO BARNHART 0.9 SW +US1MOJF0010 38.2616 -90.4592 150.0 MO PEVELY 3.8 WSW +US1MOJF0011 38.4159 -90.3804 144.5 MO ARNOLD 1.1 SW +US1MOJF0013 38.3207 -90.7217 214.9 MO DITTMER 2.1 WSW +US1MOJF0014 38.1482 -90.4191 191.7 MO FESTUS 5.2 S +US1MOJF0016 38.1768 -90.3768 147.8 MO FESTUS 3.5 SSE +US1MOJF0018 38.4280 -90.3610 160.6 MO ARNOLD 0.5 E +US1MOJF0021 38.3931 -90.6407 152.4 MO CEDAR HILL 2.6 N +US1MOJH0001 38.6234 -93.9869 263.0 MO HOLDEN 6.2 S +US1MOJH0003 38.7396 -94.0674 271.3 MO KINGSVILLE 0.2 SSE +US1MOJH0005 38.9062 -94.0005 260.0 MO ODESSA 6.7 SSW +US1MOJH0006 38.7312 -94.1071 278.0 MO KINGSVILLE 2.2 WSW +US1MOJS0003 37.1058 -94.4630 316.1 MO OAKLAND PARK 0.6 ESE +US1MOJS0008 37.1559 -94.3149 326.1 MO CARTHAGE 0.8 S +US1MOJS0010 37.1453 -94.6031 271.0 MO CARL JUNCTION 3.4 WSW +US1MOJS0013 37.1633 -94.5164 285.9 MO CARL JUNCTION 1.6 E +US1MOJS0016 37.1246 -94.3576 305.7 MO CARTHAGE 3.8 SW +US1MOJS0018 37.1448 -94.5274 285.0 MO CARL JUNCTION 1.6 SE +US1MOJS0019 37.0651 -94.1401 350.2 MO SARCOXIE 1.0 W +US1MOJS0027 37.2256 -94.0682 341.7 MO SARCOXIE 11.4 NNE +US1MOJS0030 37.1573 -94.2333 327.1 MO CARTHAGE 4.5 E +US1MOKN0001 40.0189 -92.1908 247.5 MO NOVELTY 1.0 ENE +US1MOKN0002 40.0525 -92.2496 258.5 MO NOVELTY 3.5 NW +US1MOKN0003 40.1010 -92.0142 229.2 MO KNOX CITY 2.9 S +US1MOLC0003 39.1967 -91.1610 223.4 MO BOWLING GREEN 10.0 S +US1MOLC0004 39.0650 -90.7752 177.7 MO FOLEY 2.3 NW +US1MOLD0001 37.7051 -92.7902 369.1 MO LEBANON 7.5 WNW +US1MOLD0008 37.5853 -92.7375 412.1 MO PHILLIPSBURG 3.4 NE +US1MOLD0013 37.8147 -92.7461 343.2 MO ELDRIDGE 0.9 N +US1MOLD0014 37.5033 -92.6603 393.2 MO CONWAY 9.0 E +US1MOLD0021 37.6458 -92.6298 383.1 MO LEBANON 2.4 SE +US1MOLD0022 37.6642 -92.6182 387.4 MO LEBANON 2.4 E +US1MOLD0023 37.6799 -92.6615 387.7 MO LEBANON 0.6 N +US1MOLD0026 37.6057 -92.8484 394.4 MO PHILLIPSBURG 5.0 NW +US1MOLD0028 37.6135 -92.8240 392.0 MO LEBANON 9.8 WSW +US1MOLD0029 37.7618 -92.6691 365.5 MO LEBANON 6.3 N +US1MOLF0001 38.9261 -93.9098 273.1 MO ODESSA 5.5 SSE +US1MOLF0004 39.0785 -93.7311 245.4 MO HIGGINSVILLE 1.0 NNW +US1MOLF0005 38.9898 -93.5288 222.8 MO CONCORDIA 2.1 E +US1MOLF0006 39.0073 -93.9212 272.2 MO ODESSA 1.9 ENE +US1MOLF0007 39.1532 -93.8780 271.0 MO LEXINGTON 2.0 S +US1MOLF0012 39.1847 -93.8785 262.1 MO LEXINGTON 0.3 NW +US1MOLF0013 39.1822 -93.8745 264.0 MO LEXINGTON 0.0 ENE +US1MOLN0004 39.8380 -93.0622 253.6 MO BROOKFIELD 3.7 NNE +US1MOLN0005 39.9570 -93.0471 272.5 MO PURDIN 6.4 E +US1MOLN0006 39.7832 -93.0675 228.3 MO BROOKFIELD 0.5 ESE +US1MOLN0008 39.9477 -93.2479 253.3 MO PURDIN 4.3 W +US1MOLS0002 40.1293 -91.5186 148.4 MO CANTON 0.3 E +US1MOLV0001 39.7979 -93.5683 232.9 MO CHILLICOTHE 0.9 WNW +US1MOLV0002 39.7941 -93.5681 227.7 MO CHILLICOTHE 0.8 WNW +US1MOLW0003 36.9306 -93.7188 445.0 MO AURORA 2.7 S +US1MOLW0004 37.2492 -93.9439 370.3 MO MILLER 6.2 WNW +US1MOLW0005 37.1720 -93.6209 371.9 MO HALLTOWN 1.6 SSE +US1MOLW0009 37.2531 -94.0002 346.3 MO MILLER 9.2 WNW +US1MOLW0012 36.9826 -93.8617 411.8 MO VERONA 4.0 WNW +US1MOLW0013 36.9958 -93.6419 423.7 MO MARIONVILLE 0.4 SW +US1MOLW0016 37.1759 -93.7107 349.0 MO HALLTOWN 4.7 WSW +US1MOLW0025 37.1022 -93.8135 376.4 MO MOUNT VERNON 0.2 E +US1MOLW0028 36.9466 -93.9299 414.2 MO MONETT 1.8 N +US1MOLW0030 36.9652 -93.7413 420.0 MO AURORA 1.2 WSW +US1MOLW0031 37.1025 -93.7533 393.8 MO MOUNT VERNON 3.6 E +US1MOLW0036 37.0680 -93.6343 435.3 MO MARIONVILLE 4.7 N +US1MOLW0037 37.0070 -93.9510 401.4 MO PIERCE CITY 5.0 NE +US1MOMA0001 39.9313 -91.8126 214.0 MO EWING 7.4 SW +US1MOMA0003 39.7953 -91.5256 200.9 MO PALMYRA 0.1 SSW +US1MOMA0004 39.7088 -91.3766 197.8 MO HANNIBAL 0.4 ENE +US1MOMA0005 39.8536 -91.5641 200.9 MO PALMYRA 4.5 NNW +US1MOMA0007 39.6577 -91.7367 224.6 MO MONROE CITY 0.3 NW +US1MOMC0001 39.9096 -92.7573 287.1 MO ETHEL 1.4 NW +US1MOMC0002 39.7895 -92.4138 240.8 MO MACON 4.6 NE +US1MOMC0004 39.7442 -92.4735 267.6 MO MACON 0.4 NNW +US1MOMD0001 36.5921 -94.4507 259.1 MO NOEL 3.8 NNE +US1MOMD0002 36.5952 -94.5080 324.0 MO NOEL 3.7 NNW +US1MOMD0005 36.6623 -94.5703 271.6 MO ANDERSON 6.8 W +US1MOMD0006 36.6949 -94.4311 332.8 MO GOODMAN 3.2 SSW +US1MOME0001 39.4735 -92.2136 249.0 MO MADISON 0.1 WNW +US1MOME0004 39.3792 -91.8413 211.2 MO SANTA FE 1.4 WNW +US1MOME0005 39.5626 -92.0939 217.6 MO PARIS 7.6 NW +US1MOMG0003 38.2690 -92.7788 201.5 MO GRAVOIS MILLS 3.7 SE +US1MOMG0005 38.4620 -93.0239 325.8 MO STOVER 2.3 NW +US1MOMG0006 38.3981 -92.9701 306.0 MO STOVER 3.2 SSE +US1MOML0001 38.3861 -92.6308 271.9 MO ELDON 3.8 NW +US1MOML0002 38.1479 -92.1989 255.1 MO IBERIA 6.6 NE +US1MOML0003 38.2352 -92.6884 222.5 MO ROCKY MOUNT 3.0 SE +US1MOML0004 38.2337 -92.4598 210.6 MO TUSCUMBIA 0.1 S +US1MOMP0002 36.9083 -89.4580 93.3 MO BERTRAND 0.5 W +US1MOMR0001 40.5570 -93.4506 334.1 MO MERCER 5.2 NE +US1MOMR0002 40.3932 -93.5816 292.9 MO PRINCETON 0.4 SE +US1MOMS0001 38.2167 -91.7417 291.1 MO BELLE 4.9 SSW +US1MOMS0002 38.2265 -91.6910 305.1 MO BELLE 4.4 SSE +US1MOMS0003 38.0078 -92.0810 306.6 MO DIXON 1.2 NE +US1MOMS0006 38.0384 -92.0180 301.8 MO DIXON 5.2 NE +US1MOMT0001 38.5583 -92.6027 264.9 MO CALIFORNIA 5.4 SSW +US1MOMT0002 38.6329 -92.5656 271.0 MO CALIFORNIA 0.1 NE +US1MOMT0004 38.6685 -92.5076 239.9 MO CALIFORNIA 4.1 NE +US1MOMT0005 38.8473 -92.4525 175.6 MO LUPUS 0.1 NE +US1MOMT0006 38.7798 -92.5238 255.4 MO JAMESTOWN 2.7 WNW +US1MOMY0001 39.0934 -91.5306 246.0 MO WELLSVILLE 2.4 NE +US1MOMY0002 39.0922 -91.4613 246.3 MO MIDDLETOWN 3.5 SW +US1MOMY0003 38.7526 -91.6170 275.5 MO RHINELAND 5.9 WNW +US1MOMY0005 39.0496 -91.3924 224.9 MO BELLFLOWER 3.8 NW +US1MOMY0006 38.9045 -91.3690 257.6 MO HIGH HILL 2.0 N +US1MOND0002 40.2657 -94.6872 317.0 MO CONCEPTION JUNCTION 0.3 SE +US1MOND0003 40.2590 -94.8581 332.8 MO ARKOE 1.5 W +US1MOND0006 40.5358 -94.8879 366.1 MO HOPKINS 3.9 WSW +US1MOND0008 40.3277 -94.7986 339.9 MO MARYVILLE 4.0 ESE +US1MONM0001 36.4247 -89.9297 79.9 MO GIDEON 2.1 SSW +US1MONM0005 36.4892 -89.7017 83.8 MO PORTAGEVILLE 4.2 N +US1MONM0007 36.5871 -89.5451 91.7 MO NEW MADRID 0.2 SE +US1MONM0008 36.5979 -89.5322 92.0 MO NEW MADRID 1.1 ENE +US1MONW0001 37.0503 -94.5565 312.1 MO IRON GATES 0.9 S +US1MONW0004 37.0169 -94.4925 301.1 MO SHOAL CREEK ESTATES 0.2 SE +US1MONW0013 36.8011 -94.3962 378.0 MO NEOSHO 3.2 SSW +US1MONW0014 37.0475 -94.5362 311.5 MO JOPLIN 2.8 SSW +US1MONW0015 37.0411 -94.5189 314.6 MO JOPLIN 3.0 S +US1MONW0017 37.0376 -94.5620 263.7 MO JOPLIN 4.2 SW +US1MONW0018 37.0184 -94.5595 331.6 MO JOPLIN 5.2 SSW +US1MONW0019 36.8923 -94.0978 349.6 MO STARK CITY 5.5 ENE +US1MOOR0001 36.5591 -91.5155 193.9 MO THAYER 2.8 NNE +US1MOOR0005 36.6893 -91.4594 295.0 MO ALTON 3.4 W +US1MOOR0006 36.7733 -91.6723 306.6 MO PEACE VALLEY 8.0 SW +US1MOOR0008 36.7332 -91.3100 260.6 MO ALTON 5.6 ENE +US1MOOR0009 36.5517 -91.5494 207.6 MO THAYER 1.9 NNW +US1MOOR0011 36.7164 -91.4818 287.1 MO ALTON 4.8 WNW +US1MOOR0013 36.7361 -91.3879 278.0 MO ALTON 3.0 NNE +US1MOOR0014 36.7920 -91.4200 182.0 MO ALTON 6.9 N +US1MOOR0015 36.7490 -91.4954 253.0 MO ALTON 6.6 NW +US1MOOR0017 36.5185 -91.2221 165.5 MO MYRTLE 2.6 NE +US1MOOR0018 36.6846 -91.3469 249.6 MO ALTON 2.9 ESE +US1MOOR0019 36.8550 -91.5586 295.0 MO BIRCH TREE 10.1 SSW +US1MOOR0020 36.6789 -91.2700 243.2 MO ALTON 7.2 E +US1MOOR0023 36.5082 -91.2613 170.7 MO MYRTLE 0.3 E +US1MOOS0003 38.4860 -91.8517 267.6 MO LINN 0.5 NW +US1MOOS0005 38.6704 -91.7726 165.2 MO CHAMOIS 0.5 SSW +US1MOOS0007 38.6729 -91.7852 164.0 MO CHAMOIS 0.9 WSW +US1MOOS0009 38.3657 -92.1198 227.4 MO META 4.5 NE +US1MOOS0010 38.3389 -92.1385 277.1 MO WESTPHALIA 10.3 SW +US1MOOZ0001 36.6760 -92.3036 281.9 MO GAINESVILLE 8.2 NE +US1MOOZ0002 36.5245 -92.7520 218.8 MO THEODOSIA 6.2 SW +US1MOOZ0003 36.7762 -92.5577 374.9 MO AVA 13.6 SSE +US1MOOZ0007 36.5860 -92.3053 241.4 MO TECUMSEH 1.1 WSW +US1MOOZ0008 36.6073 -92.6219 282.9 MO ISABELLA 2.0 NNW +US1MOPH0002 37.9790 -91.7646 324.0 MO ROLLA 3.0 N +US1MOPH0003 37.9575 -91.7599 328.0 MO ROLLA 0.7 NNE +US1MOPH0005 37.9291 -91.8543 307.8 MO ROLLA 5.0 WSW +US1MOPH0009 37.6702 -91.8739 372.8 MO EDGAR SPRINGS 2.2 SSW +US1MOPH0010 38.0308 -91.8198 262.7 MO ROLLA 6.4 NNW +US1MOPH0012 37.9508 -91.7003 321.0 MO ROLLA 3.6 E +US1MOPH0013 37.8314 -91.7559 343.8 MO ROLLA 8.1 S +US1MOPH0014 37.8449 -91.6417 329.2 MO ROLLA 9.9 SE +US1MOPH0015 37.9292 -91.7648 341.1 MO ROLLA 1.3 S +US1MOPH0016 37.9630 -91.7514 330.4 MO ROLLA 1.3 NE +US1MOPH0017 37.8401 -91.7029 311.8 MO ROLLA 8.2 SSE +US1MOPH0018 38.0261 -91.5363 328.0 MO ST. JAMES 4.6 ENE +US1MOPH0020 37.9875 -91.6011 289.3 MO ST. JAMES 1.2 SE +US1MOPH0023 38.0156 -91.5994 317.3 MO ST. JAMES 1.3 NE +US1MOPH0024 37.8716 -91.6994 335.0 MO ROLLA 6.4 SE +US1MOPH0025 37.7881 -91.9661 348.7 MO NEWBURG 9.6 SSW +US1MOPH0027 37.8645 -91.5471 324.9 MO ST. JAMES 10.1 SSE +US1MOPH0028 37.8503 -91.7055 343.8 MO ROLLA 7.6 SSE +US1MOPH0029 37.9304 -91.8223 285.3 MO ROLLA 3.3 WSW +US1MOPH0030 37.9397 -91.8197 264.0 MO ROLLA 3.0 WSW +US1MOPH0032 37.8345 -91.7992 325.5 MO ROLLA 8.1 SSW +US1MOPH0033 37.9038 -91.7812 319.4 MO ROLLA 3.2 SSW +US1MOPH0034 37.9768 -91.7948 313.3 MO ROLLA 2.5 NW +US1MOPH0035 37.9449 -91.7604 336.2 MO ROLLA 0.4 SE +US1MOPH0037 37.8365 -91.7234 355.1 MO ROLLA 8.1 SSE +US1MOPH0038 37.9284 -91.9789 222.8 MO NEWBURG 4.3 W +US1MOPH0043 37.9575 -91.7465 339.2 MO ROLLA 1.2 ENE +US1MOPH0044 37.9247 -91.8406 239.0 MO ROLLA 4.4 WSW +US1MOPH0045 37.9271 -91.7550 310.6 MO ROLLA 1.6 SSE +US1MOPH0046 38.0456 -91.8659 278.9 MO ROLLA 8.6 NW +US1MOPH0047 37.6867 -91.8599 365.2 MO EDGAR SPRINGS 1.1 SSE +US1MOPH0050 37.8685 -91.7794 303.9 MO ROLLA 5.6 S +US1MOPH0051 37.9599 -91.6895 317.3 MO ROLLA 4.2 E +US1MOPH0052 37.8559 -91.7554 357.2 MO ROLLA 6.4 S +US1MOPH0053 37.9770 -91.8230 356.9 MO ROLLA 3.7 WNW +US1MOPH0054 38.0950 -91.5492 311.8 MO ST. JAMES 7.4 NNE +US1MOPH0055 37.8666 -91.8074 307.5 MO ROLLA 6.1 SSW +US1MOPK0003 39.4043 -91.3704 228.6 MO CURRYVILLE 4.3 NNW +US1MOPL0007 37.4281 -93.2095 350.5 MO FAIR GROVE 4.5 NW +US1MOPL0008 37.6333 -93.5525 307.8 MO FAIR PLAY 1.3 E +US1MOPL0012 37.6197 -93.4055 324.9 MO BOLIVAR 0.8 NE +US1MOPL0013 37.7405 -93.4062 280.1 MO BOLIVAR 9.0 N +US1MOPL0014 37.7409 -93.5913 311.5 MO DUNNEGAN 2.4 NNW +US1MOPL0016 37.5803 -93.4375 330.7 MO BOLIVAR 2.4 SSW +US1MOPL0017 37.6114 -93.3652 320.0 MO BOLIVAR 2.7 E +US1MOPL0019 37.7085 -93.2564 317.6 MO GOODSON 0.5 NNW +US1MOPL0021 37.5160 -93.4702 0.0 MO ALDRICH 5.0 ESE +US1MOPL0024 37.6348 -93.3759 306.6 MO BOLIVAR 2.7 NE +US1MOPL0025 37.4494 -93.5292 335.9 MO WALNUT GROVE 2.8 NNE +US1MOPL0030 37.7667 -93.4952 342.0 MO FLEMINGTON 2.6 S +US1MOPM0002 36.3660 -89.9350 78.9 MO GIDEON 6.0 SSW +US1MOPN0001 40.5510 -93.2739 323.1 MO POWERSVILLE 1.4 E +US1MOPS0001 38.7109 -93.1684 262.1 MO SEDALIA 2.7 ENE +US1MOPS0002 38.6247 -93.4111 276.1 MO GREEN RIDGE 0.3 NNW +US1MOPS0003 38.6709 -93.2520 267.9 MO SEDALIA 2.4 SSW +US1MOPS0004 38.5870 -93.4541 295.0 MO GREEN RIDGE 3.3 SW +US1MOPS0007 38.6086 -93.4257 273.7 MO GREEN RIDGE 1.2 SW +US1MOPT0001 39.4281 -94.7327 270.1 MO CAMDEN POINT 1.9 SSE +US1MOPT0002 39.3694 -94.7304 267.0 MO PLATTE CITY 2.6 ENE +US1MOPT0003 39.2397 -94.6778 309.1 MO WEATHERBY LAKE 1.1 E +US1MOPT0006 39.2222 -94.7195 278.6 MO PARKVILLE 3.1 NW +US1MOPT0007 39.3979 -94.7526 261.2 MO PLATTE CITY 2.9 NNE +US1MOPT0008 39.2325 -94.7805 294.4 MO PARKVILLE 6.2 WNW +US1MOPT0009 39.3343 -94.7642 255.1 MO PLATTE CITY 2.0 SSE +US1MOPT0010 39.2496 -94.7033 305.1 MO WEATHERBY LAKE 0.8 NNW +US1MOPT0012 39.2466 -94.7900 292.3 MO FARLEY 3.2 SE +US1MOPT0013 39.3705 -94.7566 269.7 MO PLATTE CITY 1.3 ENE +US1MOPT0014 39.2574 -94.6446 311.2 MO LAKE WAUKOMIS 1.9 NNW +US1MOPT0017 39.2135 -94.7388 292.3 MO PARKVILLE 3.7 WNW +US1MOPT0020 39.2052 -94.6364 295.0 MO HOUSTON LAKE 1.2 NW +US1MOPU0001 37.8452 -92.0728 276.1 MO WAYNESVILLE 8.0 E +US1MOPU0006 37.8566 -92.1522 308.5 MO ST. ROBERT 2.4 N +US1MOPU0009 37.8142 -92.2221 253.9 MO WAYNESVILLE 1.0 SSW +US1MOPU0011 37.8176 -92.2213 262.7 MO WAYNESVILLE 0.7 SSW +US1MOPU0014 37.6535 -92.0833 256.0 MO FORT LEONARD WOOD 5.4 SE +US1MOPU0018 37.8161 -92.1208 293.2 MO ST. ROBERT 1.9 E +US1MOPU0021 37.8791 -92.2478 303.9 MO WAYNESVILLE 3.9 NNW +US1MOPU0022 37.8567 -92.2812 307.5 MO WAYNESVILLE 4.0 WNW +US1MOPU0025 37.8112 -92.2776 320.6 MO WAYNESVILLE 3.5 WSW +US1MOPU0026 37.8372 -92.1507 314.9 MO ST. ROBERT 1.1 NNE +US1MORL0001 39.6267 -91.4106 187.5 MO NEW LONDON 3.0 NNW +US1MORL0002 39.4042 -91.5502 224.3 MO VANDALIA 7.3 NNW +US1MORL0003 39.3387 -91.6246 229.2 MO LADDONIA 6.8 N +US1MORL0005 39.5863 -91.4012 197.5 MO NEW LONDON 0.2 NW +US1MORL0006 39.3971 -91.6416 222.2 MO PERRY 2.7 SSE +US1MORN0001 39.4406 -92.5450 239.9 MO HUNTSVILLE 0.2 NNW +US1MORN0003 39.2927 -92.4343 267.0 MO HIGBEE 4.3 ESE +US1MORN0004 39.4170 -92.4504 263.0 MO MOBERLY 0.8 WSW +US1MORN0006 39.4224 -92.6588 202.1 MO CLIFTON HILL 1.2 SSE +US1MORN0007 39.4136 -92.4153 264.9 MO MOBERLY 1.2 ESE +US1MORN0008 39.3761 -92.6133 221.6 MO HUNTSVILLE 5.6 SW +US1MORP0006 36.6670 -90.9690 114.3 MO FAIRDEALING 6.0 W +US1MORP0007 36.7962 -90.9695 133.8 MO DONIPHAN 14.5 NW +US1MORS0001 37.5217 -91.2161 330.1 MO BUNKER 4.4 N +US1MORY0003 39.4734 -94.0505 207.3 MO POLO 5.5 S +US1MOSC0001 37.2127 -89.5208 114.0 MO SCOTT CITY 0.9 SE +US1MOSC0005 37.2235 -89.5166 128.0 MO SCOTT CITY 0.9 E +US1MOSC0007 36.8900 -89.5518 97.2 MO SIKESTON 1.7 ENE +US1MOSD0001 40.3187 -92.1054 231.0 MO RUTLEDGE 1.0 WNW +US1MOSD0003 40.4586 -92.1705 241.1 MO MEMPHIS 0.2 SSW +US1MOSD0005 40.3141 -92.0887 232.6 MO RUTLEDGE 0.1 NW +US1MOSD0006 40.3340 -92.1080 232.9 MO RUTLEDGE 1.8 NW +US1MOSD0007 40.4840 -91.9725 225.9 MO ARBELA 2.7 ENE +US1MOSE0006 36.8248 -93.3867 406.9 MO GALENA 4.8 ENE +US1MOSE0008 36.6195 -93.4451 310.3 MO KIMBERLING CITY 1.9 SW +US1MOSE0009 36.6512 -93.4488 310.0 MO KIMBERLING CITY 1.5 WNW +US1MOSE0014 36.9716 -93.3971 390.4 MO CLEVER 5.7 SE +US1MOSE0015 36.5686 -93.5713 307.8 MO EMERALD BEACH 5.5 E +US1MOSE0016 36.5931 -93.5480 296.0 MO SHELL KNOB 5.6 ESE +US1MOSE0022 36.8263 -93.5046 322.2 MO GALENA 2.4 NW +US1MOSE0030 36.8940 -93.5770 385.6 MO CRANE 0.7 SSW +US1MOSE0033 36.9107 -93.5708 381.3 MO CRANE 0.5 N +US1MOSE0034 36.9559 -93.3791 380.1 MO CLEVER 7.2 SE +US1MOSF0005 37.7563 -90.4213 267.9 MO FARMINGTON 1.7 S +US1MOSF0007 37.7483 -90.6253 308.8 MO BISMARCK 1.3 S +US1MOSF0010 37.7815 -90.4212 275.8 MO FARMINGTON 0.3 ENE +US1MOSG0002 37.8983 -90.2134 249.0 MO STE. GENEVIEVE 10.4 WSW +US1MOSG0003 37.9084 -90.2010 228.6 MO STE. GENEVIEVE 9.4 WSW +US1MOSG0004 37.8888 -90.2521 238.7 MO STE. GENEVIEVE 12.5 WSW +US1MOSG0005 37.8301 -90.1383 260.0 MO STE. GENEVIEVE 11.1 SSW +US1MOSG0006 37.9546 -90.0667 182.0 MO STE. GENEVIEVE 1.7 SSW +US1MOSH0001 37.0583 -91.6000 334.1 MO MOUNTAIN VIEW 7.0 NE +US1MOSH0002 37.0756 -91.3336 315.2 MO WINONA 4.8 N +US1MOSH0004 36.9888 -91.4864 316.7 MO BIRCH TREE 0.4 ESE +US1MOSL0002 38.4651 -90.3136 182.0 MO OAKVILLE 1.5 N +US1MOSL0003 38.5791 -90.3402 167.9 MO WEBSTER GROVES 0.9 ESE +US1MOSL0004 38.5580 -90.4243 193.9 MO KIRKWOOD 1.6 S +US1MOSL0011 38.8110 -90.3289 159.1 MO FLORISSANT 1.0 NNW +US1MOSL0015 38.5258 -90.6357 164.9 MO EUREKA 1.6 NNE +US1MOSL0018 38.5776 -90.4984 172.2 MO MANCHESTER 1.4 SE +US1MOSL0019 38.5224 -90.4769 160.0 MO FENTON 1.7 SW +US1MOSL0020 38.6601 -90.3816 189.6 MO LADUE 1.6 N +US1MOSL0022 38.4825 -90.3099 154.5 MO MEHLVILLE 1.3 SSE +US1MOSL0023 38.8164 -90.2470 151.8 MO FLORISSANT 4.4 ENE +US1MOSL0024 38.7983 -90.3779 171.6 MO FLORISSANT 2.9 W +US1MOSL0027 38.6008 -90.5548 199.0 MO BALLWIN 0.5 NNW +US1MOSL0029 38.5553 -90.3417 179.8 MO AFFTON 0.8 WNW +US1MOSL0035 38.6254 -90.2555 149.4 MO ST. LOUIS 1.0 SW +US1MOSL0039 38.7959 -90.3006 159.4 MO FLORISSANT 1.3 E +US1MOSL0045 38.5586 -90.3874 191.4 MO CRESTWOOD 0.4 NW +US1MOSL0048 38.5714 -90.2906 141.1 MO ST. LOUIS 6.3 SW +US1MOSL0049 38.5914 -90.5235 173.4 MO BALLWIN 1.6 E +US1MOSL0050 38.6066 -90.3406 153.3 MO WEBSTER GROVES 1.6 NNE +US1MOSL0054 38.5918 -90.3531 161.2 MO WEBSTER GROVES 0.4 N +US1MOSL0055 38.8263 -90.2951 161.8 MO FLORISSANT 2.5 NE +US1MOSL0056 38.6091 -90.4396 195.7 MO DES PERES 1.0 NNE +US1MOSL0061 38.6064 -90.3880 175.9 MO WARSON WOODS 0.2 E +US1MOSL0062 38.5011 -90.3612 184.4 MO CONCORD 1.0 SSW +US1MOSL0063 38.5140 -90.3661 170.7 MO CONCORD 0.7 W +US1MOSL0064 38.7174 -90.3864 195.1 MO ST. ANN 0.6 S +US1MOSL0067 38.5644 -90.5171 149.4 MO MANCHESTER 2.0 S +US1MOSL0070 38.5985 -90.3064 154.5 MO MAPLEWOOD 1.3 SE +US1MOSL0074 38.5954 -90.3778 178.6 MO GLENDALE 0.3 NE +US1MOSL0076 38.4692 -90.3496 172.8 MO OAKVILLE 2.5 NW +US1MOSL0077 38.5938 -90.4277 198.1 MO KIRKWOOD 1.0 NNW +US1MOSLC004 38.6137 -90.2451 155.8 MO ST. LOUIS 1.5 S +US1MOSLC005 38.6022 -90.2501 153.6 MO ST. LOUIS 2.4 S +US1MOSLC006 38.5981 -90.2915 148.1 MO ST. LOUIS 4.9 SW +US1MOSLC007 38.5805 -90.2851 149.4 MO ST. LOUIS 5.7 SW +US1MOSN0002 39.1462 -93.4680 228.3 MO BLACKBURN 3.0 NNE +US1MOSN0003 38.9821 -93.0424 228.3 MO NELSON 1.0 SW +US1MOSN0004 39.1010 -93.4170 249.9 MO BLACKBURN 3.7 E +US1MOSR0001 38.1280 -93.6587 235.9 MO LOWRY CITY 3.8 ESE +US1MOSR0003 37.9992 -94.0048 232.3 MO SCHELL CITY 6.2 ESE +US1MOSR0004 38.2602 -93.8708 233.5 MO MONTROSE 6.0 E +US1MOSR0008 37.9874 -93.8565 246.3 MO EL DORADO SPRINGS 12.0 NE +US1MOSR0011 38.0330 -93.7045 253.3 MO OSCEOLA 1.0 SSW +US1MOSR0012 37.9187 -93.7142 296.9 MO COLLINS 5.5 WNW +US1MOSR0013 37.9710 -93.6133 252.1 MO COLLINS 5.6 N +US1MOSS0002 38.7760 -90.7478 195.1 MO DARDENNE PRAIRIE 1.7 NNW +US1MOSS0004 38.7038 -90.6158 154.8 MO WELDON SPRING 2.0 ESE +US1MOSS0006 38.8175 -90.5221 134.1 MO STN CHARLES 1.9 N +US1MOSS0007 38.7967 -90.7149 181.1 MO O'FALLON 0.9 NNW +US1MOSS0012 38.8033 -90.6389 137.2 MO ST. PETERS 2.5 NW +US1MOSS0013 38.6759 -90.9562 255.1 MO MARTHASVILLE 6.2 ENE +US1MOSS0014 38.7417 -90.7846 178.0 MO O'FALLON 5.1 SW +US1MOSS0016 38.7794 -90.5331 159.1 MO ST. CHARLES 1.2 SW +US1MOSS0020 38.7310 -90.6790 148.7 MO ST. CHARLES 9.5 WSW +US1MOSS0022 38.8326 -90.8766 167.9 MO WENTZVILLE 1.6 NW +US1MOSS0024 38.8379 -90.8803 167.3 MO WENTZVILLE 2.0 NNW +US1MOSS0026 38.7520 -90.8113 179.5 MO O'FALLON 6.0 WSW +US1MOSS0027 38.8124 -90.4831 164.0 MO ST. CHARLES 2.3 NE +US1MOSS0031 38.7853 -90.7220 191.1 MO O'FALLON 0.8 W +US1MOSS0034 38.7624 -90.4984 156.7 MO ST. CHARLES 2.2 SSE +US1MOSS0037 38.8024 -90.5779 162.5 MO ST. PETERS 2.2 NE +US1MOSS0038 38.7835 -90.8183 174.3 MO LAKE ST. LOUIS 2.0 W +US1MOSS0039 38.8471 -90.8677 153.9 MO WENTZVILLE 2.4 N +US1MOSS0040 38.8153 -90.7969 175.9 MO JOSEPHVILLE 1.1 S +US1MOST0002 36.7867 -90.0013 122.2 MO DEXTER 2.3 W +US1MOST0004 36.7930 -89.9711 113.1 MO DEXTER 0.6 WNW +US1MOTX0002 37.1467 -92.2359 440.1 MO MOUNTAIN GROVE 1.9 ENE +US1MOTX0004 37.5175 -91.8987 378.0 MO LICKING 2.6 NW +US1MOTX0005 37.2282 -91.9974 374.0 MO SOLO 4.6 NW +US1MOTX0006 37.2567 -91.7099 395.0 MO SUMMERSVILLE 6.1 NNW +US1MOTX0007 37.2896 -91.8896 413.9 MO HOUSTON 4.5 ESE +US1MOTX0008 37.3195 -91.9548 360.9 MO HOUSTON 0.3 SE +US1MOTX0009 37.5718 -92.1415 415.4 MO FORT LEONARD WOOD 9.3 S +US1MOTX0012 37.2915 -91.8515 402.0 MO HOUSTON 6.3 ESE +US1MOTX0013 37.2449 -91.7734 402.9 MO SUMMERSVILLE 7.8 NW +US1MOTX0016 37.3528 -91.9731 367.0 MO HOUSTON 2.2 NNW +US1MOTX0018 37.3203 -91.9551 354.2 MO HOUSTON 0.3 ESE +US1MOTX0019 37.3481 -92.0119 369.7 MO HOUSTON 3.4 WNW +US1MOTX0021 37.2900 -92.0296 385.0 MO HOUSTON 4.5 WSW +US1MOTX0026 37.2008 -91.9603 435.3 MO ELK CREEK 2.2 NE +US1MOTX0030 37.5572 -92.1461 420.0 MO PLATO 5.7 NE +US1MOTX0038 37.3109 -91.7832 395.0 MO RAYMONDVILLE 3.5 SE +US1MOTX0040 37.2800 -91.8859 429.8 MO HOUSTON 5.0 SE +US1MOTX0041 37.3352 -91.9483 361.2 MO HOUSTON 1.1 NE +US1MOTX0042 37.4128 -91.7357 394.1 MO RAYMONDVILLE 7.5 NE +US1MOTX0043 37.4658 -91.9744 358.4 MO LICKING 6.6 WSW +US1MOTX0044 37.1269 -91.6653 388.9 MO SUMMERSVILLE 3.6 S +US1MOTX0045 37.5619 -92.0082 354.2 MO LICKING 9.3 WNW +US1MOTY0001 36.6363 -93.1780 312.1 MO BRANSON 3.8 E +US1MOTY0006 36.5869 -93.2692 271.0 MO HOLLISTER 3.5 SW +US1MOTY0008 36.7201 -93.1655 299.0 MO ROCKAWAY BEACH 1.3 NNW +US1MOTY0009 36.6010 -93.2217 295.0 MO HOLLISTER 1.3 S +US1MOTY0010 36.5996 -93.0999 220.7 MO FORSYTH 6.1 S +US1MOTY0011 36.5149 -93.2560 410.9 MO TABLE ROCK 6.6 SSE +US1MOTY0012 36.5770 -93.2647 392.0 MO HOLLISTER 3.8 SW +US1MOTY0014 36.7018 -93.1238 288.6 MO FORSYTH 1.3 NW +US1MOTY0028 36.5426 -93.2462 402.0 MO HOLLISTER 5.5 SSW +US1MOTY0031 36.6819 -93.1179 272.5 MO FORSYTH 0.7 SW +US1MOTY0032 36.7267 -93.1361 307.5 MO FORSYTH 3.1 NNW +US1MOVR0002 37.8498 -94.3946 246.0 MO NEVADA 2.3 WNW +US1MOVR0003 37.8813 -94.3154 255.7 MO NEVADA 3.4 NE +US1MOVR0005 37.7233 -94.4588 258.5 MO BRONAUGH 2.1 NNE +US1MOWB0001 37.4290 -92.9589 384.0 MO CONWAY 8.9 SW +US1MOWB0005 37.2881 -92.8988 468.8 MO MARSHFIELD 3.6 S +US1MOWB0007 37.3300 -92.8994 456.0 MO MARSHFIELD 0.9 SE +US1MOWB0010 37.3626 -93.0559 395.3 MO MARSHFIELD 8.1 WNW +US1MOWB0012 37.4324 -92.7236 399.0 MO NIANGUA 6.6 ENE +US1MOWB0013 37.1375 -92.7757 488.0 MO SEYMOUR 0.9 SSW +US1MOWB0018 37.3536 -92.8538 431.3 MO MARSHFIELD 3.3 ENE +US1MOWB0025 37.3246 -92.8479 420.3 MO MARSHFIELD 3.6 ESE +US1MOWB0029 37.2994 -92.8658 436.2 MO MARSHFIELD 3.7 SE +US1MOWB0030 37.3233 -92.9827 435.6 MO MARSHFIELD 4.1 WSW +US1MOWB0031 37.1097 -93.0147 448.4 MO ROGERSVILLE 2.5 E +US1MOWH0002 40.4457 -94.2821 331.0 MO DENVER 3.9 NE +US1MOWH0004 40.4139 -94.5696 284.1 MO PARNELL 3.3 ESE +US1MOWH0005 40.4185 -94.5080 325.5 MO GRANT CITY 6.8 SW +US1MOWR0004 38.9805 -91.2425 222.5 MO TRUXTON 1.5 S +US1MOWR0005 38.6643 -91.1143 159.7 MO MARTHASVILLE 4.0 NW +US1MOWR0006 38.8243 -91.0496 233.2 MO WRIGHT CITY 1.4 W +US1MOWR0007 38.6958 -91.0530 255.7 MO MARTHASVILLE 4.7 N +US1MOWR0008 38.6297 -91.0618 163.7 MO MARTHASVILLE 0.5 W +US1MOWS0002 37.9320 -90.8408 298.7 MO POTOSI 3.2 W +US1MOWT0001 37.2470 -92.5283 421.8 MO HARTVILLE 0.9 WSW +US1MOWT0009 37.3562 -92.6840 404.2 MO GROVESPRING 5.0 SW +US1MOWT0012 37.1763 -92.5286 371.6 MO MANSFIELD 5.4 NNE +US1MOWT0013 37.2469 -92.5275 423.7 MO HARTVILLE 0.8 WSW +US1MOWT0014 37.2995 -92.3744 340.8 MO MOUNTAIN GROVE 13.0 NNW +US1MOWT0015 37.0939 -92.5975 393.5 MO MANSFIELD 1.4 SW +US1MSAD0001 31.4213 -91.3985 52.7 MS NATCHEZ 8.8 S +US1MSAD0003 31.5695 -91.3551 57.0 MS NATCHEZ 2.5 NE +US1MSAD0004 31.4845 -91.2526 116.4 MS NATCHEZ 9.1 ESE +US1MSAD0005 31.5576 -91.4019 62.5 MS NATCHEZ 1.0 NW +US1MSAD0008 31.5595 -91.3484 45.4 MS NATCHEZ 2.5 ENE +US1MSAM0001 31.1960 -90.7008 97.2 MS LIBERTY 6.4 ENE +US1MSAM0004 31.1598 -90.8253 103.6 MS LIBERTY 1.4 W +US1MSAT0001 33.1410 -89.7531 98.5 MS WEST 4.3 SSE +US1MSAT0002 33.0578 -89.5923 138.1 MS KOSCIUSKO 0.2 W +US1MSAT0003 33.2859 -89.5354 120.1 MS KILMICHAEL 10.7 S +US1MSAT0005 33.2253 -89.7036 95.7 MS WEST 4.9 ENE +US1MSAT0008 33.0488 -89.5714 127.1 MS KOSCIUSKO 1.2 ESE +US1MSBV0001 33.5997 -90.7738 39.6 MS SHAW 0.1 WSW +US1MSBV0002 34.0452 -90.7455 48.5 MS DUNCAN 0.1 NNW +US1MSCH0003 34.1760 -90.6180 48.2 MS CLARKSDALE 2.9 SW +US1MSCN0001 33.9961 -89.3470 94.8 MS BRUCE 0.3 NNW +US1MSCP0003 31.8585 -90.4029 145.1 MS HAZLEHURST 0.8 WSW +US1MSCP0004 31.8094 -90.5161 106.7 MS HAZLEHURST 8.3 WSW +US1MSCP0005 32.0051 -90.2893 114.0 MS CRYSTAL SPRINGS 4.0 ENE +US1MSCP0007 32.0051 -90.2896 118.0 MS CRYSTAL SPRINGS 4.0 ENE +US1MSCR0001 33.3581 -89.8307 113.7 MS VAIDEN 4.8 WNW +US1MSCR0003 33.4966 -90.0238 97.8 MS GREENWOOD 9.8 E +US1MSCR0004 33.6050 -89.9770 124.1 MS CARROLLTON 7.6 NNW +US1MSCS0001 33.8152 -88.9381 89.0 MS HOUSTON 6.7 SSE +US1MSCT0001 33.5175 -89.1604 127.1 MS MATHISTON 2.4 SW +US1MSCT0002 33.3143 -89.2569 167.9 MS ACKERMAN 4.9 W +US1MSCY0001 33.5924 -88.6410 64.0 MS WEST POINT 1.0 SSE +US1MSCY0003 33.6672 -88.6326 76.5 MS WEST POINT 4.3 N +US1MSDS0001 34.8360 -89.9870 117.0 MS HERNANDO 0.6 N +US1MSDS0004 34.9274 -89.8753 103.3 MS OLIVE BRANCH 3.2 SW +US1MSDS0006 34.8241 -89.9975 115.5 MS HERNANDO 0.7 WSW +US1MSFK0003 31.4657 -90.8438 78.0 MS BUDE 0.5 ENE +US1MSFR0001 31.3229 -89.3104 57.9 MS HATTIESBURG 0.7 NNW +US1MSFR0005 31.1084 -89.2840 54.9 MS HATTIESBURG 14.2 S +US1MSFR0009 31.4167 -89.3306 95.1 MS HATTIESBURG 7.3 N +US1MSGD0003 33.7432 -89.7989 63.7 MS GRENADA 2.5 SSE +US1MSGD0006 33.7770 -89.9184 55.8 MS GRENADA 6.2 W +US1MSGD0009 33.8890 -89.8410 107.3 MS GRENADA 7.9 NNW +US1MSGD0010 33.6903 -89.8466 99.7 MS GRENADA 6.4 SSW +US1MSGG0002 30.7940 -88.4290 46.3 MS LUCEDALE 13.1 SE +US1MSHC0002 30.3878 -89.3781 3.7 MS DIAMONDHEAD 0.6 WNW +US1MSHC0005 30.3947 -89.3764 7.0 MS DIAMONDHEAD 0.9 NNW +US1MSHC0007 30.4039 -89.3743 7.9 MS DIAMONDHEAD 1.4 NNW +US1MSHC0008 30.3833 -89.3612 21.0 MS DIAMONDHEAD 0.4 E +US1MSHC0009 30.4649 -89.4324 27.4 MS KILN 3.3 N +US1MSHC0010 30.4007 -89.3531 21.9 MS DIAMONDHEAD 1.5 NE +US1MSHC0011 30.2973 -89.3987 4.0 MS WAVELAND 1.1 NW +US1MSHC0013 30.5200 -89.4308 36.0 MS KILN 6.6 N +US1MSHC0017 30.3119 -89.6046 4.3 MS PEARLINGTON 4.4 N +US1MSHC0018 30.2976 -89.3961 5.2 MS WAVELAND 1.0 NW +US1MSHD0003 32.3900 -90.1361 96.0 MS JACKSON 5.9 NNE +US1MSHD0004 32.3434 -90.3434 96.9 MS CLINTON 0.6 WNW +US1MSHD0012 32.1681 -90.3588 107.9 MS TERRY 5.7 NW +US1MSHD0013 32.3781 -90.1343 86.0 MS JACKSON 5.8 NE +US1MSHD0014 32.1765 -90.2868 88.4 MS BYRAM 2.5 E +US1MSHD0016 32.3571 -90.1372 108.8 MS JACKSON 4.8 ENE +US1MSHD0017 32.3152 -90.3574 85.0 MS CLINTON 2.1 SW +US1MSHD0018 32.3836 -90.1363 91.1 MS JACKSON 6.0 NE +US1MSHD0021 32.3018 -90.1792 93.0 MS JACKSON 2.1 SE +US1MSHD0024 32.3416 -90.1660 83.5 MS JACKSON 2.8 ENE +US1MSHD0025 32.2647 -90.3773 109.1 MS RAYMOND 2.7 E +US1MSHD0028 32.3442 -90.3447 97.8 MS CLINTON 0.6 WNW +US1MSHL0001 32.9705 -89.9127 82.0 MS GOODMAN 0.2 N +US1MSHR0002 30.5049 -88.9717 21.3 MS BILOXI 6.6 NNW +US1MSHR0003 30.4711 -88.9664 4.9 MS BILOXI 4.3 NNW +US1MSHR0005 30.3977 -89.0203 7.0 MS GULFPORT 2.9 ENE +US1MSHR0006 30.5748 -89.2188 36.6 MS SAUCIER 6.6 SW +US1MSHR0007 30.4473 -89.0844 13.1 MS GULFPORT 4.3 NNW +US1MSHR0008 30.4310 -88.9494 4.9 MS BILOXI 1.5 NW +US1MSHR0010 30.3608 -89.2084 11.9 MS PASS CHRISTIAN 3.5 NE +US1MSHR0013 30.4071 -89.0435 4.9 MS GULFPORT 2.0 NE +US1MSHR0015 30.4434 -89.2813 25.3 MS PASS CHRISTIAN 8.9 NNW +US1MSHR0019 30.3911 -89.2503 15.5 MS PASS CHRISTIAN 5.0 N +US1MSHR0020 30.3998 -89.0013 9.1 MS BILOXI 4.3 WSW +US1MSHR0021 30.4510 -89.1395 16.5 MS GULFPORT 6.2 NW +US1MSHR0022 30.6592 -89.1297 59.1 MS SAUCIER 1.7 NNE +US1MSHR0023 30.6170 -89.0300 52.4 MS SAUCIER 6.4 ESE +US1MSHR0025 30.3476 -89.1534 6.4 MS LONG BEACH 1.3 SE +US1MSHR0027 30.3515 -89.1675 7.9 MS LONG BEACH 0.7 S +US1MSHR0034 30.5744 -89.0536 43.9 MS BILOXI 13.1 NNW +US1MSHR0037 30.4558 -89.2835 31.1 MS PASS CHRISTIAN 9.8 NNW +US1MSIS0001 32.7889 -91.1158 30.2 MS ROLLING FORK 16.1 WSW +US1MSIT0001 34.3726 -88.4935 110.0 MS MANTACHIE 3.4 N +US1MSJC0001 30.4092 -88.7511 4.0 MS OCEAN SPRINGS 3.0 E +US1MSJC0002 30.4102 -88.7459 4.0 MS OCEAN SPRINGS 3.3 E +US1MSJC0007 30.4472 -88.8742 7.9 MS ST. MARTIN 0.7 NNW +US1MSJC0008 30.3687 -88.7690 6.1 MS OCEAN SPRINGS 3.2 SE +US1MSJC0010 30.3922 -88.5438 1.2 MS MOSS POINT 2.5 SSW +US1MSJC0012 30.3802 -88.7487 1.5 MS OCEAN SPRINGS 3.6 ESE +US1MSJC0013 30.5933 -88.7017 25.9 MS VANCLEAVE 4.1 NNW +US1MSJC0015 30.4082 -88.8303 2.1 MS OCEAN SPRINGS 1.7 W +US1MSJC0016 30.4626 -88.6465 6.7 MS GAUTIER 5.1 N +US1MSJC0017 30.5268 -88.4043 20.7 MS MOSS POINT 10.2 NE +US1MSJC0022 30.4595 -88.6476 5.2 MS GAUTIER 4.9 N +US1MSJC0023 30.4959 -88.8171 13.7 MS VANCLEAVE 9.5 WSW +US1MSJC0024 30.4105 -88.8221 6.4 MS OCEAN SPRINGS 1.2 WNW +US1MSJD0001 31.5613 -89.6817 100.6 MS BASSFIELD 5.7 NE +US1MSJD0003 31.7605 -89.7955 138.1 MS MOUNT OLIVE 8.2 W +US1MSJF0001 31.6472 -90.9925 141.4 MS FAYETTE 6.0 SE +US1MSJN0001 31.5049 -89.3443 69.8 MS MOSELLE 3.7 W +US1MSJN0002 31.6878 -89.1347 73.2 MS LAUREL 0.7 SE +US1MSJN0004 31.6357 -89.0850 67.1 MS LAUREL 5.3 SE +US1MSJS0001 32.0614 -89.1091 113.1 MS LOUIN 9.0 E +US1MSJS0002 32.1246 -89.2337 131.1 MS LOUIN 4.0 NNE +US1MSJS0004 32.0117 -89.2280 115.8 MS LOUIN 4.6 SSE +US1MSKM0001 32.7064 -88.6562 101.8 MS DE KALB 4.3 S +US1MSKM0002 32.7601 -88.7118 138.4 MS DE KALB 3.3 W +US1MSKM0004 32.8284 -88.4787 63.4 MS SCOOBA 0.2 SSW +US1MSKM0007 32.8266 -88.4582 70.1 MS SCOOBA 1.2 ESE +US1MSLD0001 32.4190 -88.7451 100.0 MS MERIDIAN 3.2 NW +US1MSLD0006 32.4868 -88.7436 110.0 MS MERIDIAN 7.7 NNW +US1MSLD0007 32.5715 -88.8643 133.8 MS COLLINSVILLE 5.5 NNW +US1MSLD0008 32.5498 -88.8206 118.0 MS COLLINSVILLE 4.0 NNE +US1MSLD0009 32.3491 -88.7448 93.0 MS MERIDIAN 2.9 SW +US1MSLD0010 32.4214 -88.7496 106.1 MS MERIDIAN 3.5 NW +US1MSLD0011 32.4271 -88.7442 101.5 MS MERIDIAN 3.7 NNW +US1MSLD0013 32.5000 -88.8400 127.4 MS COLLINSVILLE 0.4 NNE +US1MSLD0015 32.2457 -88.5324 128.3 MS MERIDIAN 14.1 SE +US1MSLE0003 34.4127 -88.7490 100.9 MS SALTILLO 4.0 WNW +US1MSLE0004 34.2593 -88.7171 82.6 MS TUPELO 0.9 ESE +US1MSLE0005 34.2446 -88.7195 91.4 MS TUPELO 1.5 SSE +US1MSLE0008 34.2349 -88.7264 91.1 MS TUPELO 2.0 S +US1MSLM0001 31.2744 -89.4375 121.0 MS HATTIESBURG 8.2 WSW +US1MSLM0002 31.2806 -89.4371 97.2 MS HATTIESBURG 8.0 WSW +US1MSLM0006 31.2979 -89.3773 84.7 MS HATTIESBURG 4.3 WSW +US1MSLM0008 31.1451 -89.6502 54.9 MS LUMBERTON 15.3 NW +US1MSLM0009 31.3350 -89.3645 64.0 MS HATTIESBURG 3.7 WNW +US1MSLN0003 31.4855 -90.3885 132.3 MS BROOKHAVEN 7.5 SSE +US1MSLW0002 33.5818 -88.4036 60.7 MS COLUMBUS 5.3 N +US1MSLW0003 33.5123 -88.4192 73.5 MS COLUMBUS 1.0 WNW +US1MSLW0004 33.4999 -88.3364 68.6 MS COLUMBUS 3.9 E +US1MSLW0005 33.4745 -88.3188 91.7 MS COLUMBUS 5.3 ESE +US1MSLW0006 33.6215 -88.3851 73.2 MS CALEDONIA 5.4 SW +US1MSLY0004 34.4363 -89.3833 126.8 MS ABBEVILLE 8.2 SE +US1MSLY0008 34.3522 -89.7135 98.1 MS OXFORD 10.7 W +US1MSMD0001 32.4057 -90.1335 98.1 MS RIDGELAND 1.1 S +US1MSMD0002 32.4523 -90.0811 99.7 MS MADISON 1.6 E +US1MSMD0003 32.4410 -90.1190 98.5 MS MADISON 1.1 SW +US1MSMD0005 32.7749 -89.8663 90.5 MS CAMDEN 1.7 WSW +US1MSMD0007 32.4902 -90.1935 100.9 MS MADISON 5.6 WNW +US1MSMD0008 32.4908 -90.1952 98.1 MS MADISON 5.7 WNW +US1MSMD0009 32.5142 -90.1176 91.1 MS MADISON 4.2 N +US1MSMD0010 32.5137 -90.3087 89.3 MS FLORA 2.3 S +US1MSMD0016 32.4187 -90.1620 109.4 MS RIDGELAND 1.8 W +US1MSMD0017 32.5936 -90.3093 57.9 MS FLORA 3.2 N +US1MSMD0020 32.4734 -90.0495 99.1 MS MADISON 3.7 ENE +US1MSMD0021 32.4562 -90.1101 104.9 MS MADISON 0.2 NNW +US1MSMN0001 33.9392 -88.5873 81.1 MS ABERDEEN 7.9 NNW +US1MSMN0002 33.8277 -88.5803 66.1 MS ABERDEEN 1.6 W +US1MSMN0003 34.0624 -88.4104 73.2 MS SMITHVILLE 0.8 WSW +US1MSMN0005 33.8418 -88.4005 108.2 MS ABERDEEN 8.7 E +US1MSMN0006 33.8736 -88.4695 73.5 MS ABERDEEN 5.6 ENE +US1MSMS0001 34.6191 -89.3167 147.2 MS POTTS CAMP 2.1 SSW +US1MSMS0003 34.5581 -89.3631 103.9 MS POTTS CAMP 7.0 SSW +US1MSMS0004 34.9549 -89.6725 111.3 MS BYHALIA 6.3 N +US1MSMT0001 33.6262 -89.7069 83.8 MS DUCK HILL 0.5 SE +US1MSMT0002 33.4586 -89.4321 111.6 MS STEWART 0.6 NNE +US1MSNS0002 32.7339 -89.1696 153.9 MS PHILADELPHIA 4.5 SW +US1MSNS0004 32.7861 -89.0178 149.0 MS PHILADELPHIA 5.4 E +US1MSNS0005 32.8108 -89.1096 140.8 MS PHILADELPHIA 2.5 N +US1MSNS0006 32.6741 -89.0337 157.9 MS PHILADELPHIA 8.2 SSE +US1MSNS0008 32.7597 -89.0921 137.8 MS PHILADELPHIA 1.4 SE +US1MSNS0010 32.7882 -89.2729 151.2 MS PHILADELPHIA 9.6 W +US1MSNW0001 32.5723 -89.1292 151.2 MS UNION 0.8 W +US1MSNW0002 32.3286 -89.1534 145.7 MS NEWTON 0.7 NNE +US1MSNW0003 32.5118 -89.0062 163.1 MS LITTLE ROCK 1.5 NE +US1MSNW0005 32.5706 -89.1432 -999.9 MS UNION 1.6 W +US1MSNW0007 32.5398 -89.1402 144.2 MS UNION 2.6 SSW +US1MSOK0001 33.4469 -88.8313 106.1 MS STARKVILLE 0.8 SW +US1MSOK0003 33.4599 -88.7837 90.2 MS STARKVILLE 2.5 ENE +US1MSOK0004 33.4414 -88.8648 91.1 MS STARKVILLE 2.7 WSW +US1MSOK0005 33.4776 -88.8052 92.4 MS STARKVILLE 1.7 NE +US1MSOK0006 33.3808 -88.8091 96.0 MS STARKVILLE 5.3 S +US1MSOK0007 33.4278 -88.8037 104.9 MS STARKVILLE 2.3 SSE +US1MSOK0008 33.3928 -88.8144 89.6 MS STARKVILLE 4.4 S +US1MSOK0010 33.3923 -88.9208 89.0 MS STARKVILLE 7.2 SW +US1MSOK0011 33.4772 -88.8259 93.9 MS STARKVILLE 1.4 N +US1MSOK0013 33.4688 -88.7676 80.2 MS STARKVILLE 3.3 ENE +US1MSOK0014 33.3673 -88.7975 93.0 MS STARKVILLE 6.3 SSE +US1MSOK0015 33.4033 -88.7730 87.8 MS STARKVILLE 4.7 SE +US1MSOK0016 33.4296 -88.8102 105.5 MS STARKVILLE 2.0 SSE +US1MSOK0017 33.4681 -88.8042 107.0 MS STARKVILLE 1.3 NE +US1MSOK0019 33.4598 -88.7834 101.5 MS STARKVILLE 2.2 E +US1MSOK0021 33.4559 -88.7668 100.9 MS STARKVILLE 3.2 E +US1MSOK0022 33.4697 -89.0527 115.5 MS MABEN 6.0 SSE +US1MSOK0026 33.4387 -88.8695 94.5 MS STARKVILLE 3.0 WSW +US1MSOK0028 33.4593 -88.8164 107.0 MS STARKVILLE 0.4 ENE +US1MSPK0002 31.3006 -90.2616 131.4 MS JAYESS 5.6 SW +US1MSPK0004 31.2330 -90.3964 123.4 MS MCCOMB 4.1 ESE +US1MSPN0001 34.2889 -89.9269 98.1 MS BATESVILLE 2.2 SSE +US1MSPN0005 34.4378 -90.0801 74.1 MS SARDIS 9.5 W +US1MSPN0006 34.2999 -89.8677 109.1 MS BATESVILLE 4.2 ESE +US1MSPR0001 30.6616 -89.6746 45.1 MS CARRIERE 3.2 SSW +US1MSPR0002 30.5240 -89.6360 14.9 MS PICAYUNE 2.5 E +US1MSPR0004 30.5514 -89.5871 36.3 MS PICAYUNE 5.6 ENE +US1MSPR0007 30.9124 -89.5260 105.5 MS POPLARVILLE 5.2 N +US1MSPR0008 30.7039 -89.6610 25.0 MS CARRIERE 5.9 N +US1MSPR0009 30.6806 -89.7114 49.4 MS CARRIERE 5.6 NW +US1MSPR0012 30.5795 -89.6069 36.3 MS CARRIERE 3.8 SE +US1MSPT0001 34.3320 -88.9562 160.3 MS PONTOTOC 6.4 NNE +US1MSPT0004 34.3546 -88.9809 146.0 MS ECRU 2.5 E +US1MSPT0006 34.2973 -89.1827 124.4 MS THAXTON 0.9 SSW +US1MSRN0001 32.3138 -89.9838 131.1 MS BRANDON 2.6 NNE +US1MSRN0002 32.3518 -90.0688 85.0 MS FLOWOOD 2.9 NE +US1MSRN0003 32.2987 -89.9799 138.4 MS BRANDON 1.9 NE +US1MSRN0006 32.1526 -90.1256 92.0 MS FLORENCE 0.2 SE +US1MSRN0007 32.2317 -90.1703 82.0 MS RICHLAND 0.3 WSW +US1MSRN0008 32.4983 -89.8270 107.9 MS SANDHILL 2.7 ENE +US1MSRN0013 32.3471 -89.9874 113.1 MS BRANDON 4.7 NNE +US1MSRN0014 32.2586 -90.0497 96.9 MS PEARL 3.4 ESE +US1MSRN0015 32.2366 -90.0400 100.0 MS PEARL 4.5 ESE +US1MSRN0016 32.4048 -90.0067 92.0 MS BRANDON 8.6 NNW +US1MSRN0017 32.3791 -90.0513 87.5 MS BRANDON 7.5 NNW +US1MSRN0023 32.1544 -90.1130 94.5 MS FLORENCE 0.9 E +US1MSRN0028 32.4028 -89.9672 101.5 MS BRANDON 9.0 N +US1MSRN0029 32.2685 -89.9701 118.3 MS BRANDON 2.1 ESE +US1MSRN0030 32.3801 -90.0545 120.1 MS FLOWOOD 4.9 NE +US1MSRN0033 32.1481 -90.1444 94.2 MS FLORENCE 1.0 WSW +US1MSRN0035 32.3667 -90.0062 101.5 MS BRANDON 6.0 N +US1MSRN0036 32.2305 -89.8640 143.3 MS BRANDON 8.9 ESE +US1MSRN0037 32.2986 -90.0150 110.9 MS BRANDON 1.4 NNW +US1MSRN0039 32.3011 -89.9519 134.4 MS BRANDON 3.3 ENE +US1MSRN0040 32.2706 -90.1389 82.6 MS PEARL 2.0 W +US1MSRN0042 32.3191 -90.0806 88.1 MS FLOWOOD 1.5 E +US1MSRN0043 32.2470 -89.7959 145.1 MS PELAHATCHIE 4.7 S +US1MSRN0044 32.3967 -89.9432 97.5 MS BRANDON 8.8 NNE +US1MSSF0001 33.4644 -90.6457 35.4 MS INDIANOLA 1.1 N +US1MSSF0003 33.6028 -90.5437 38.1 MS SUNFLOWER 3.9 N +US1MSSF0004 33.6600 -90.5940 40.8 MS DODDSVILLE 4.0 W +US1MSSH0002 32.8035 -90.9292 29.9 MS CARY 0.2 WSW +US1MSSM0002 32.0325 -89.5231 163.1 MS RALEIGH 0.1 N +US1MSSM0003 31.8219 -89.3305 101.5 MS TAYLORSVILLE 6.0 E +US1MSSM0004 32.1719 -89.4548 122.2 MS FOREST 12.8 S +US1MSSM0005 31.9381 -89.5625 133.8 MS MIZE 4.9 N +US1MSSM0006 31.8138 -89.5781 146.0 MS MIZE 3.9 SSW +US1MSSP0001 31.7920 -90.1140 60.0 MS NEW HEBRON 8.7 WNW +US1MSSP0002 31.8976 -89.8813 144.5 MS MENDENHALL 4.4 S +US1MSST0002 30.8810 -89.0494 86.3 MS WIGGINS 5.5 ENE +US1MSST0003 30.8753 -89.0413 91.1 MS WIGGINS 5.8 E +US1MSST0004 30.7967 -89.1150 43.0 MS PERKINSTON 1.7 NE +US1MSST0005 30.8560 -89.1249 73.5 MS WIGGINS 0.8 ESE +US1MSST0006 30.8089 -89.2883 97.2 MS PERKINSTON 8.9 WNW +US1MSTL0001 33.9709 -90.0963 48.8 MS CHARLESTON 3.5 SW +US1MSTL0002 33.8263 -90.0204 110.9 MS HOLCOMB 5.2 NNW +US1MSTN0001 34.8264 -90.2279 57.9 MS ROBINSONVILLE 5.4 E +US1MSTP0002 34.7225 -88.9134 171.0 MS RIPLEY 1.8 ESE +US1MSTT0001 34.5959 -89.9709 100.6 MS SENATOBIA 1.5 S +US1MSUN0001 34.4216 -88.9813 147.2 MS NEW ALBANY 5.3 SSE +US1MSUN0002 34.3863 -88.8757 108.8 MS BLUE SPRINGS 1.2 S +US1MSWB0004 33.4745 -89.4056 127.1 MS STEWART 2.4 NE +US1MSWB0005 33.5303 -89.3875 116.4 MS EUPORA 6.4 W +US1MSWN0002 32.9751 -89.1170 145.1 MS NOXAPATER 3.3 WSW +US1MSWN0004 33.0081 -89.0779 155.4 MS LOUISVILLE 8.0 S +US1MSWR0001 32.3488 -90.8412 79.6 MS VICKSBURG 2.2 NE +US1MSWR0002 32.3061 -90.8824 59.4 MS VICKSBURG 1.7 SSW +US1MSWR0003 32.5309 -91.0382 27.1 MS VICKSBURG 17.0 NW +US1MSWR0004 32.4538 -90.7803 93.6 MS VICKSBURG 10.1 NNE +US1MSWR0007 32.1541 -90.9074 52.4 MS VICKSBURG 12.3 S +US1MSWR0008 32.3960 -90.7821 82.3 MS VICKSBURG 6.9 NE +US1MSWR0009 32.3183 -90.8387 68.6 MS VICKSBURG 2.0 ESE +US1MSWR0010 32.3414 -90.8287 76.2 MS VICKSBURG 2.6 ENE +US1MSWS0001 33.4302 -90.8523 32.9 MS LELAND 3.3 ENE +US1MSWS0002 33.3887 -90.8162 35.1 MS LELAND 4.9 ESE +US1MSWS0005 33.2501 -91.0373 36.6 MS GREENVILLE 9.4 S +US1MSWY0001 31.5000 -88.7000 66.4 MS WAYNESBORO 12.3 SSW +US1MSWY0002 31.6965 -88.7273 108.2 MS WAYNESBORO 5.4 WNW +US1MSYL0002 34.1235 -89.9139 102.4 MS OAKLAND 4.9 N +US1MTBH0001 45.8281 -107.6336 880.0 MT HARDIN 6.7 N (CLOSED) +US1MTBH0002 45.7360 -107.6020 883.9 MT HARDIN 0.6 ENE +US1MTBH0003 45.5589 -106.7507 1046.4 MT LAME DEER 7.9 WSW +US1MTBH0004 45.3796 -107.3778 994.6 MT LODGE GRASS 4.5 N +US1MTBH0005 45.7282 -107.6184 887.9 MT HARDIN 0.4 SW (CLOSED) +US1MTBH0006 45.3108 -107.9163 1000.7 MT FORT SMITH 0.5 ENE +US1MTBL0002 48.7501 -108.6002 961.3 MT HOGELAND 7.0 SSE +US1MTBV0002 45.2434 -112.5334 1615.1 MT DILLON 5.3 ENE +US1MTBV0005 45.2138 -112.6273 1552.0 MT DILLON 0.4 ESE +US1MTBV0008 45.3208 -112.4893 1558.4 MT DILLON 10.1 NE +US1MTBV0009 44.7232 -112.6943 1831.2 MT DELL 0.2 E +US1MTBV0011 44.5997 -111.8128 2052.8 MT LIMA 38.4 E +US1MTBV0017 45.2059 -112.6435 1566.7 MT DILLON 0.8 SSW +US1MTBV0018 45.4219 -113.1020 2022.7 MT POLARIS 3.7 NNE +US1MTBV0019 44.6975 -111.8810 2060.1 MT LIMA 35.2 E +US1MTBV0020 44.6422 -112.5932 1902.9 MT LIMA 0.3 NNW +US1MTBV0021 45.4254 -112.6361 1556.0 MT GLEN 4.7 SE +US1MTBV0022 45.4752 -112.6876 1521.0 MT GLEN 0.2 SE +US1MTBV0024 45.2215 -112.6264 1551.1 MT DILLON 0.5 NE +US1MTBW0001 46.3346 -111.2827 1480.7 MT TOWNSEND 11.5 E +US1MTCB0001 45.4431 -109.1848 1285.3 MT ROBERTS 5.9 NNW (CLOSED) +US1MTCB0003 45.1975 -109.2521 1720.0 MT RED LODGE 0.5 NNW (CLOSED) +US1MTCB0004 45.2786 -109.2192 1535.0 MT RED LODGE 6.2 NNE +US1MTCB0005 45.1613 -109.2911 1852.0 MT RED LODGE 3.0 SW +US1MTCB0007 45.1771 -109.2506 1711.8 MT RED LODGE 1.0 S (CLOSED) +US1MTCB0008 45.2575 -109.2264 1564.2 MT RED LODGE 4.7 NNE +US1MTCB0009 45.2213 -109.2124 1701.1 MT RED LODGE 2.7 NE +US1MTCB0010 45.2672 -109.1992 1577.3 MT RED LODGE 5.7 NNE (CLOSED) +US1MTCB0011 45.2900 -109.0400 1389.9 MT BRIDGER 6.1 W (CLOSED) +US1MTCB0012 45.4196 -108.8668 1072.6 MT FROMBERG 2.7 NE +US1MTCB0013 45.5004 -109.0107 1264.3 MT JOLIET 2.2 WNW +US1MTCB0015 45.3904 -108.9062 1077.8 MT FROMBERG 0.1 S +US1MTCC0001 47.5376 -111.3121 1071.7 MT GREAT FALLS 2.5 NNW +US1MTCC0004 47.4837 -111.3310 1023.2 MT GREAT FALLS 2.4 SW +US1MTCC0007 47.4192 -110.9575 1144.5 MT BELT 2.7 NNW +US1MTCC0008 46.9224 -110.7241 1748.0 MT NEIHART 0.9 SE +US1MTCC0013 47.5400 -111.2943 1075.3 MT GREAT FALLS 2.4 N +US1MTCH0001 48.1777 -110.1144 823.0 MT BIG SANDY 0.1 SW +US1MTCH0002 47.5851 -110.7890 1035.7 MT HIGHWOOD 0.1 NNE +US1MTCH0005 47.7268 -111.0334 985.7 MT FLOWEREE 0.3 SW +US1MTCH0006 47.5974 -110.0075 962.3 MT GERALDINE 12.0 E +US1MTCS0001 46.3913 -105.6575 933.0 MT MILES CITY 8.7 E +US1MTCS0003 46.4162 -105.8328 732.4 MT MILES CITY 0.7 NNE +US1MTCS0004 46.3938 -105.6633 950.7 MT MILES CITY 8.5 E (CLOSED) +US1MTCS0006 46.2805 -105.2766 757.1 MT ISMAY 27.6 WSW +US1MTCS0007 46.2448 -105.2684 767.2 MT ISMAY 28.7 SW (CLOSED) +US1MTCS0008 46.4074 -105.8302 719.9 MT MILES CITY 0.4 E +US1MTCS0010 46.5704 -105.7049 721.2 MT KINSEY 2.3 W +US1MTCS0011 46.5396 -104.7518 828.4 MT ISMAY 3.4 NE +US1MTCS0012 46.4120 -105.8159 721.2 MT MILES CITY 1.2 ENE +US1MTCS0013 46.3987 -105.8248 723.0 MT MILES CITY 0.9 SE +US1MTCT0001 45.1558 -104.7944 1097.9 MT ALZADA 20.7 NW (CLOSED) +US1MTCT0003 45.0917 -104.9763 1250.0 MT RIDGE 3.8 NE +US1MTCT0004 45.8995 -104.5420 1063.1 MT EKALAKA 0.8 NNE (CLOSED) +US1MTCT0005 45.9387 -104.7323 993.3 MT EKALAKA 9.4 WNW +US1MTCT0006 45.8856 -104.5505 1052.5 MT EKALAKA 0.3 SSW +US1MTCT0007 45.3142 -104.8125 1086.0 MT HAMMOND 8.0 NE +US1MTDL0001 46.1661 -113.0853 1768.1 MT ANACONDA 7.4 NW +US1MTDN0001 48.7931 -105.0613 746.2 MT FLAXVILLE 5.1 E +US1MTDN0002 48.7971 -105.3956 766.0 MT SCOBEY 1.2 ENE +US1MTDW0001 47.1028 -104.7179 630.9 MT GLENDIVE 0.6 SW +US1MTDW0002 46.9926 -105.0248 807.1 MT GLENDIVE 16.9 WSW +US1MTDW0004 47.2172 -104.6666 626.1 MT GLENDIVE 7.7 NNE +US1MTDW0006 47.1197 -104.7031 644.0 MT GLENDIVE 0.8 NNE +US1MTDW0007 47.1053 -104.7551 641.9 MT GLENDIVE 2.2 W +US1MTFG0003 46.8201 -109.7935 1301.8 MT BUFFALO 1.7 E +US1MTFG0004 47.4817 -109.4457 1039.7 MT WINIFRED 6.4 SSW +US1MTFG0005 47.3740 -110.0854 1125.3 MT COFFEE CREEK 1.7 N +US1MTFH0002 48.0913 -114.4642 992.1 MT KALISPELL 10.1 SW +US1MTFH0003 48.1333 -114.0891 929.9 MT EVERGREEN 14.7 SE +US1MTFH0004 48.4106 -114.3293 928.1 MT WHITEFISH 0.8 ESE +US1MTFH0007 48.3734 -114.1981 937.0 MT COLUMBIA FALLS .9 WNW +US1MTFH0010 48.0610 -114.0727 892.5 MT EVERGREEN 14.7 SE +US1MTFH0011 48.4412 -114.3151 1094.2 MT WHITEFISH 2.2 NE +US1MTFH0012 48.0955 -114.6429 1236.0 MT MARION 1.1 SE +US1MTFH0013 48.2180 -114.3398 920.5 MT KALISPELL 1.7 NW +US1MTFH0014 48.1511 -114.4233 980.8 MT KALISPELL 5.9 SW +US1MTFH0015 48.0119 -114.2171 933.0 MT LAKESIDE 0.6 SE +US1MTFH0016 48.0744 -114.0120 929.6 MT BIGFORK 3.2 ENE +US1MTFH0017 48.2619 -114.1556 932.1 MT COLUMBIA FALLS 7.7 S +US1MTFH0022 48.1891 -114.3263 897.9 MT KALISPELL 0.8 SSW +US1MTFH0024 48.2664 -113.4426 1347.5 MT ESSEX 7.9 W +US1MTFH0026 48.1077 -114.0643 934.5 MT BIGFORK 3.0 N +US1MTFH0027 48.0754 -114.0822 949.1 MT EVERGREEN 13.7 SE +US1MTFH0029 48.2207 -114.2711 890.9 MT KALISPELL 2.6 NE +US1MTFH0030 48.2108 -114.3675 923.5 MT KALISPELL 2.5 WNW +US1MTFL0002 46.8847 -102.8189 757.1 MT DICKINSON 1.7 W (CLOSED) +US1MTFL0003 46.0309 -104.0838 954.3 MT BAKER 24.7 SSE +US1MTFL0005 46.3602 -104.2758 812.0 MT BAKER 0.2 SSW +US1MTFL0007 46.3931 -104.5197 848.3 MT PLEVNA 1.6 S +US1MTGF0001 46.9950 -107.1090 947.0 MT COHAGEN 23.5 WSW +US1MTGN0003 45.6253 -111.0534 1553.9 MT BOZEMAN 3.6 S +US1MTGN0008 45.6138 -111.0566 1577.9 MT BOZEMAN 4.4 S +US1MTGN0009 45.6847 -111.1925 1426.8 MT BOZEMAN 7.3 W +US1MTGN0011 45.6578 -111.0272 1505.1 MT BOZEMAN 1.5 SSE +US1MTGN0012 45.6211 -110.9988 1642.0 MT BOZEMAN 4.4 SSE +US1MTGN0016 45.6519 -111.1924 1452.1 MT BOZEMAN 7.4 WSW +US1MTGR0001 48.7135 -112.8809 1304.8 MT BROWNING 12.4 NNE +US1MTGR0004 48.6354 -112.3249 1150.0 MT CUT BANK 0.2 E +US1MTGR0006 48.6392 -112.3304 1145.1 MT CUT BANK 0.3 N +US1MTGT0003 46.2049 -113.4060 1661.2 MT PHILIPSBURG 10.3 SSW +US1MTGT0004 46.6836 -113.1339 1309.1 MT DRUMMOND 1.3 NNE +US1MTGV0001 46.2894 -109.0428 1079.9 MT LAVINA 5.0 W (CLOSED) +US1MTGV0002 46.2990 -109.2471 1112.2 MT RYEGATE 0.3 E +US1MTGV0003 46.1785 -109.3632 1318.9 MT RYEGATE 9.8 SSW +US1MTGV0004 46.2258 -109.2577 1212.8 MT RYEGATE 5.0 S +US1MTGV0005 46.2171 -108.8997 1087.5 MT LAVINA 5.8 SSE (CLOSED) +US1MTGV0007 46.5756 -109.0644 1268.6 MT LAVINA 20.2 NNW +US1MTGV0008 46.6417 -109.3368 1579.5 MT JUDITH GAP 20.0 E +US1MTHL0001 48.5629 -110.5596 952.5 MT RUDYARD 0.3 NW +US1MTJF0001 46.2358 -112.1141 1494.7 MT BOULDER 0.3 E +US1MTJF0002 46.5153 -111.9170 1432.0 MT CLANCY 4.8 NE +US1MTJF0003 46.5169 -111.8946 1445.4 MT MONTANA CITY 2.3 SE +US1MTLC0004 46.7459 -112.0314 1242.4 MT HELENA 10.6 N +US1MTLC0005 46.5849 -112.0466 1296.0 MT HELENA 1.5 WSW +US1MTLC0006 46.6197 -111.9360 1154.0 MT HELENA 4.3 ENE +US1MTLC0011 46.7258 -111.9633 1171.7 MT HELENA 9.3 NNE +US1MTLC0012 46.6284 -112.0437 1164.6 MT HELENA 2.5 NNW +US1MTLC0014 46.6218 -112.0420 1179.9 MT HELENA 2.0 NNW +US1MTLC0018 46.9528 -112.6789 1387.4 MT LINCOLN 0.2 SE +US1MTLC0019 46.6433 -111.9194 1136.0 MT HELENA 5.8 NE +US1MTLK0003 47.6924 -114.1515 888.8 MT POLSON .5 E +US1MTLK0005 47.3712 -114.1618 828.4 MT CHARLO 4.9 S +US1MTLK0006 47.1619 -114.0850 946.1 MT ARLEE +US1MTLK0008 48.0231 -114.0690 950.4 MT BIGFORK 2.6 SSE +US1MTLK0010 47.5734 -114.0436 1040.0 MT RONAN 4.1 NE +US1MTLK0011 47.9026 -114.2078 895.5 MT ROLLINS 0.5 WSW +US1MTLK0013 47.5275 -114.1048 930.6 MT RONAN 0.2 WSW +US1MTLK0014 47.7505 -113.8242 993.3 MT SWAN LAKE 12.3 S +US1MTLK0015 48.0511 -114.0030 933.0 MT BIGFORK 3.5 ESE +US1MTLN0001 48.9180 -115.1176 796.1 MT EUREKA 4.3 NW +US1MTLN0002 48.4732 -115.8973 584.0 MT TROY 1.0 NNW +US1MTLN0003 48.8150 -114.9028 903.4 MT EUREKA 7.8 ESE +US1MTLN0006 48.8319 -115.7145 915.9 MT YAAK 0.3 W +US1MTLY0001 48.5105 -110.9742 960.7 MT CHESTER 0.4 W +US1MTMD0001 45.4812 -112.1526 1755.6 MT SHERIDAN 2.5 NE +US1MTMD0002 45.4900 -112.2000 1610.6 MT SHERIDAN 2.3 N +US1MTMD0003 45.4622 -112.1625 1645.6 MT SHERIDAN 1.4 ENE +US1MTMH0003 46.5863 -108.4274 1047.0 MT ROUNDUP 10.9 NNE (CLOSED) +US1MTMH0004 46.4779 -108.4165 959.5 MT ROUNDUP 6.2 ENE +US1MTMH0005 46.2417 -108.7566 1140.0 MT LAVINA 9.5 ESE (CLOSED) +US1MTMH0006 46.3958 -108.5489 1010.4 MT KLEIN 0.6 S +US1MTMH0007 46.3879 -108.5206 1056.4 MT ROUNDUP 4.3 SSE +US1MTMH0010 46.3514 -108.4430 1188.7 MT ROUNDUP 8.1 SE +US1MTMH0011 46.3210 -108.5210 1191.2 MT ROUNDUP 8.8 S (CLOSED) +US1MTMH0012 46.5618 -108.4670 1090.0 MT ROUNDUP 8.5 NNE +US1MTMH0013 46.5992 -107.8672 894.0 MT MELSTONE 0.1 NNE +US1MTMH0014 46.2972 -108.7172 1070.8 MT LAVINA 10.6 E +US1MTMH0015 46.4432 -108.5461 987.9 MT ROUNDUP 0.5 SW (CLOSED) +US1MTMH0016 46.4272 -108.4892 1081.1 MT ROUNDUP 2.8 ESE +US1MTMH0017 46.3499 -108.4800 1072.3 MT ROUNDUP 7.4 SSE +US1MTMH0018 46.4714 -108.5208 1011.6 MT ROUNDUP 1.8 NNE +US1MTMH0019 46.4157 -108.4885 1095.5 MT ROUNDUP 3.3 SE +US1MTMH0020 46.4877 -108.5135 993.6 MT ROUNDUP 3.0 NNE +US1MTMH0021 46.3766 -108.4285 1102.5 MT ROUNDUP 7.2 SE +US1MTMH0022 46.3606 -108.4538 1163.1 MT ROUNDUP 7.3 SE +US1MTMS0001 47.0724 -114.0798 1303.0 MT EVARO 2.7 NNE +US1MTMS0004 46.8133 -113.7833 1074.1 MT CLINTON 5.0 WNW +US1MTMS0006 46.8640 -113.9733 976.9 MT MISSOULA 3.0 SSW +US1MTMS0007 46.8154 -114.1044 1088.7 MT MISSOULA 5.9 SW +US1MTMS0009 47.0421 -114.0968 1293.0 MT EVARO .74 NNW +US1MTMS0010 46.8299 -114.0035 1071.1 MT MISSOULA 2.7 S +US1MTMS0011 46.8946 -113.9622 1040.9 MT MISSOULA 2.8 NE +US1MTMS0012 46.9392 -114.0194 1082.0 MT MISSOULA 4.9 N +US1MTMS0013 47.0417 -114.1167 1360.9 MT MISSOULA 13.0 NNW +US1MTMS0014 46.8586 -114.0997 949.1 MT MISSOULA 4.4 W +US1MTMS0016 47.1784 -113.4780 1239.9 MT SEELEY LAKE 0.3 ESE +US1MTMS0017 46.9461 -113.4296 1127.8 MT GREENOUGH 2.0 NNE +US1MTMS0018 47.1753 -113.4370 1270.1 MT SEELEY LAKE 2.3 ESE +US1MTMS0019 46.8822 -113.9044 996.7 MT MISSOULA 5.0 E +US1MTMS0020 46.8730 -113.8638 1163.7 MT BONNER 0.0 SW +US1MTMS0022 46.7888 -113.7370 1045.8 MT BONNER-WEST RIVERSIDE 9.4 SE +US1MTMS0023 46.8371 -113.8279 1014.1 MT BONNER-WEST RIVERSIDE 4.0 SE +US1MTMS0024 46.8503 -113.9883 979.9 MT MISSOULA 1.6 SE +US1MTMS0026 47.1779 -113.4599 1280.2 MT SEELEY LAKE 1.2 E +US1MTMS0027 47.4988 -113.6800 1180.5 MT CONDON 2.4 SE +US1MTPH0001 47.7763 -108.5584 923.5 MT ZORTMAN 10.0 SSW +US1MTPH0002 48.4588 -107.3440 665.1 MT SACO 0.2 NW +US1MTPK0001 45.6301 -110.5798 1381.4 MT LIVINGSTON 2.3 SSW +US1MTPK0002 45.4608 -110.5950 1465.5 MT LIVINGSTON 14.0 S +US1MTPK0004 45.6581 -110.5657 1377.1 MT LIVINGSTON 0.4 SSW +US1MTPK0005 45.9973 -110.6622 1554.5 MT WILSALL 0.3 NW +US1MTPK0007 45.6357 -110.4331 1677.9 MT LIVINGSTON 6.6 ESE +US1MTPK0009 45.4022 -110.7002 1477.1 MT PRAY 1.7 NW (CLOSED) +US1MTPK0010 45.4943 -110.2250 1597.2 MT MCLEOD 12.8 SW (CLOSED) +US1MTPK0012 45.3700 -110.6600 1553.9 MT LIVINGSTON 20.8 SSW +US1MTPK0013 45.2658 -110.8499 1537.7 MT EMIGRANT 9.2 SW (CLOSED) +US1MTPK0014 45.6580 -110.5817 1403.6 MT LIVINGSTON 0.9 WSW +US1MTPK0017 45.3187 -110.7098 1673.0 MT PRAY 4.4 SSW +US1MTPR0001 45.6693 -105.6236 1061.9 MT BROADUS 18.8 NNW +US1MTPR0002 45.6678 -105.8990 1087.2 MT VOLBORG 18 SW +US1MTPR0003 45.6092 -106.0681 1048.5 MT ASHLAND 11.9 E +US1MTPR0004 45.2964 -105.5620 986.9 MT BROADUS 12.6 SW +US1MTPR0005 45.2910 -105.0213 1051.0 MT BOYES 1.7 NNE +US1MTPR0006 45.5870 -106.1212 972.9 MT ASHLAND 9.7 ESE +US1MTPR0007 45.2731 -105.3280 956.8 MT BROADUS 12.3 SSE +US1MTPR0009 45.4400 -105.6100 1069.8 MT BROADUS 9.8 W +US1MTPR0011 45.6774 -105.5553 1013.2 MT BROADUS 17.7 NNW +US1MTPR0012 45.4569 -105.3360 921.1 MT BROADUS 3.6 ENE (CLOSED) +US1MTPR0014 45.6333 -105.7660 996.4 MT VOLBORG 15.1 SSW +US1MTPT0001 47.0049 -108.2769 896.7 MT WINNETT 3.3 E +US1MTPT0002 46.7408 -108.5916 1162.5 MT WINNETT 21.6 SSW +US1MTPW0002 46.4095 -112.7245 1385.0 MT DEER LODGE 0.9 NNE +US1MTPW0003 46.9937 -113.1742 1236.6 MT OVANDO 2.9 SW +US1MTRB0001 45.9020 -106.6257 989.1 MT COLSTRIP 0.6 NE (CLOSED) +US1MTRB0002 45.6344 -106.6154 1019.6 MT LAME DEER 3.0 E (CLOSED) +US1MTRB0003 46.2638 -106.6896 767.8 MT FORSYTH 0.6 WSW (CLOSED) +US1MTRB0006 46.2728 -106.6471 786.7 MT FORSYTH 1.5 ENE (CLOSED) +US1MTRB0007 45.3402 -106.3713 1103.4 MT LAME DEER 1.9 E (CLOSED) +US1MTRB0008 46.5446 -107.7627 963.2 MT MELSTONE 6.3 SE (CLOSED) +US1MTRB0009 46.5894 -107.7488 992.7 MT MELSTONE 5.7 E +US1MTRC0001 47.4450 -104.3454 604.7 MT SAVAGE 1.0 S +US1MTRC0002 47.7575 -104.1272 584.0 MT SIDNEY 3.5 NNE +US1MTRC0003 47.9800 -104.3700 717.2 MT CULBERTSON 13.4 SSE +US1MTRT0002 48.3376 -104.4941 617.5 MT FROID 0.1N +US1MTRT0003 48.3169 -104.9105 645.9 MT BROCKTON 11.6 N +US1MTRT0005 48.4037 -105.1500 674.8 MT POPLAR 20.4 N +US1MTRV0001 46.1244 -114.2172 1247.9 MT HAMILTON 8.8 SSW +US1MTRV0005 46.6068 -114.0124 1085.1 MT FLORENCE 3.7 SE +US1MTRV0006 46.2351 -114.1279 1129.0 MT HAMILTON 2.0 SE +US1MTRV0007 46.3209 -114.0252 1305.2 MT CORVALLIS 4.2 ENE +US1MTRV0008 46.2348 -114.1563 1093.6 MT HAMILTON 1.2 SSE +US1MTRV0009 46.4278 -114.0583 1075.9 MT STEVENSVILLE 5.7 SSE +US1MTRV0010 46.4724 -114.1463 1051.6 MT VICTOR 3.9 N +US1MTRV0015 46.3768 -114.0552 1120.1 MT VICTOR 5.4 SE +US1MTSG0001 45.8330 -109.9450 1249.1 MT BIG TIMBER 0.3 ESE +US1MTSG0002 45.7643 -109.8585 1240.2 MT BIG TIMBER 6.5 SE (CLOSED) +US1MTSG0003 45.7191 -109.9090 1331.1 MT BIG TIMBER 8.2 SSE +US1MTSG0004 45.9723 -110.0002 1437.7 MT BIG TIMBER 9.8 NNW (CLOSED) +US1MTSG0005 45.6907 -109.7173 1247.2 MT REED POINT 8.6 WSW (CLOSED) +US1MTSG0006 45.8103 -109.8736 1740.4 MT BIG TIMBER 4.1 ESE +US1MTSG0007 45.8341 -109.9410 1244.8 MT BIG TIMBER 0.5 E (CLOSED) +US1MTSG0008 46.1041 -109.9569 1532.8 MT MELVILLE 0.3 W (CLOSED) +US1MTSG0009 46.1721 -109.7687 1415.2 MT MELVILLE 10.1 ENE +US1MTSH0001 48.7319 -104.4773 611.7 MT PLENTYWOOD 4.6 SE +US1MTSH0002 48.7955 -104.6657 623.0 MT PLENTYWOOD 5.3 WNW +US1MTSH0003 48.9135 -104.8999 696.2 MT OUTLOOK 5.6 WNW +US1MTSH0004 48.7521 -104.5239 609.9 MT PLENTYWOOD 2.1 SE +US1MTSH0005 48.7748 -104.5670 623.0 MT PLENTYWOOD 0.6 W +US1MTSH0008 48.6070 -104.5968 661.7 MT PLENTYWOOD 11.7 S +US1MTSH0009 48.8248 -104.4942 680.6 MT PLENTYWOOD 4.5 NE +US1MTSN0001 47.2953 -114.3929 896.1 MT ARLEE 16.7 WNW +US1MTSN0002 48.0337 -115.8519 716.9 MT LIBBY 28.0 SSW +US1MTSN0003 48.1139 -115.8446 702.9 MT NOXON 9.1 NNW +US1MTSN0004 47.6939 -115.4767 791.0 MT THOMPSON FALLS 9.3 NW +US1MTSN0005 47.5360 -114.8893 882.1 MT PLAINS 5.2 N +US1MTSW0001 45.6697 -109.4724 1166.2 MT REED POINT 5 SE +US1MTSW0002 45.6208 -109.1040 1242.1 MT COLUMBUS 7.2 E +US1MTSW0003 45.5155 -109.4450 1238.7 MT ABSAROKEE 0.6 S +US1MTSW0005 45.6270 -108.9193 1036.9 MT PARK CITY 0.5 S +US1MTSW0006 45.5256 -109.4422 1224.7 MT ABSAROKEE 0.1 ENE (CLOSED) +US1MTSW0007 45.6202 -109.3114 1157.6 MT COLUMBUS 3.2 WSW (CLOSED) +US1MTSW0009 45.7070 -109.2940 1191.5 MT COLUMBUS 5.3 NNW (CLOSED) +US1MTSW0010 45.6001 -109.0899 1094.8 MT COLUMBUS 8.2 ESE +US1MTSW0011 45.6427 -109.1274 1208.8 MT COLUMBUS 6.0 E +US1MTSW0012 45.6036 -109.0339 1052.5 MT PARK CITY 6.0 WSW +US1MTSW0013 45.5532 -109.2188 1396.0 MT COLUMBUS 6.0 SSE +US1MTTL0002 48.5022 -111.8611 1043.9 MT SHELBY 0.5 SSW +US1MTTN0003 47.8616 -111.6455 1078.1 MT DUTTON 3.3 ENE +US1MTTN0004 47.9296 -111.8162 1071.1 MT DUTTON 7.4 NW +US1MTTN0006 47.6825 -111.9391 1192.1 MT FAIRFIELD 5.0 NNE +US1MTTR0001 46.2730 -107.3943 831.5 MT HYSHAM 8.0 W +US1MTTR0002 46.2898 -107.2279 813.2 MT HYSHAM 0.4 ESE (CLOSED) +US1MTTR0003 46.3147 -107.0794 792.5 MT FORSYTH 19.5 W +US1MTVL0001 48.2653 -105.9340 827.8 MT FRAZER 15.6 NNE +US1MTVL0002 48.2033 -106.6311 666.9 MT GLASGOW 0.3 N +US1MTVL0003 48.0889 -106.4853 658.1 MT GLASGOW 10.1 SE +US1MTVL0004 48.0322 -106.4493 618.1 MT NASHUA 8.3 SSW +US1MTVL0005 48.1392 -106.3553 633.7 MT NASHUA 0.3 N +US1MTVL0007 48.2225 -106.6543 649.5 MT GLASGOW 2.0 NNW +US1MTVL0008 48.1749 -106.2746 708.1 MT NASHUA 4.7 NE +US1MTVL0012 48.1102 -105.8861 676.0 MT FRAZER 8.5 ENE +US1MTVL0013 48.1947 -106.6125 673.0 MT GLASGOW 0.9 ESE +US1MTVL0014 48.2462 -106.6932 641.3 MT GLASGOW 4.3 NW +US1MTVL0016 48.2485 -106.6354 661.7 MT GLASGOW 3.5 N +US1MTVL0020 48.2768 -106.5812 698.0 MT GLASGOW 5.9 NNE +US1MTVL0021 48.8590 -106.4117 998.5 MT OPHEIM 0.2 NW +US1MTWH0003 46.4268 -110.0798 1354.8 MT TWO DOT 0.4 WNW +US1MTWH0004 46.4314 -109.8131 1271.6 MT HARLOWTON 1.1 ESE +US1MTYS0005 45.8006 -108.5947 1029.9 MT BILLINGS 2.8 WNW +US1MTYS0006 45.7977 -108.6018 1015.0 MT BILLINGS 3.1 W (CLOSED) +US1MTYS0007 45.7820 -108.7200 1051.9 MT BILLINGS 8.8 W (CLOSED) +US1MTYS0008 45.8002 -108.5553 1028.1 MT BILLINGS 1.0 NW +US1MTYS0009 45.8409 -108.4546 961.9 MT BILLINGS 5.3 NE (CLOSED/YS-28) +US1MTYS0010 45.7825 -108.5649 983.9 MT BILLINGS 1.4 WSW (CLOSED) +US1MTYS0011 45.7148 -108.6473 983.0 MT BILLINGS 7.4 SW +US1MTYS0012 45.7995 -108.6860 1040.0 MT BILLINGS 7.1 W +US1MTYS0013 45.7192 -108.5218 1008.9 MT BILLINGS 5.1 S +US1MTYS0014 45.8323 -108.4440 963.8 MT BILLINGS 4.5 NE +US1MTYS0015 45.8190 -108.3459 1082.3 MT BILLINGS 9.5 ENE +US1MTYS0018 45.7736 -108.4434 1043.6 MT BILLINGS 4.7 ESE (CLOSED) +US1MTYS0019 45.9772 -108.4106 958.6 MT SHEPHERD 4.0 NW +US1MTYS0020 45.6740 -108.7794 1003.4 MT LAUREL 0.5 NW (CLOSED) +US1MTYS0021 45.7416 -108.5535 1020.8 MT BILLINGS 3.7 SW (CLOSED) +US1MTYS0025 45.6968 -108.7337 1020.5 MT LAUREL 2.4 NE +US1MTYS0027 45.8359 -108.5221 1037.2 MT BILLINGS 3.2 NNE +US1MTYS0028 45.7595 -108.6133 990.3 MT BILLINGS 4.2 WSW +US1MTYS0030 45.7917 -108.5502 982.4 MT BILLINGS 0.6 W (CLOSED) +US1MTYS0032 45.8377 -108.5165 1026.3 MT BILLINGS 3.4 NNE +US1MTYS0033 45.7615 -108.6123 994.3 MT BILLINGS 4.1 WSW +US1MTYS0034 45.8197 -108.4013 957.1 MT BILLINGS 6.9 ENE (CLOSED) +US1MTYS0037 45.8185 -108.5954 1133.2 MT BILLINGS 3.3 NW +US1NCAG0001 36.4590 -81.1525 946.1 NC SPARTA 3.5 SSW +US1NCAG0003 36.4843 -80.9996 817.8 NC GLADE VALLEY 3.0 ENE +US1NCAG0004 36.5540 -80.9340 885.4 NC ENNICE 3.4 E +US1NCAG0005 36.5326 -81.0866 836.7 NC SPARTA 2.8 NE +US1NCAL0003 36.0951 -79.4515 196.9 NC BURLINGTON 0.8 NNW +US1NCAL0004 36.0755 -79.4378 189.9 NC BURLINGTON 0.8 SE +US1NCAL0006 36.0866 -79.5165 203.3 NC ELON COLLEGE 0.6 SSW +US1NCAL0010 35.9584 -79.3227 171.6 NC GRAHAM 8.2 SSE +US1NCAL0012 36.0440 -79.3087 176.8 NC MEBANE 3.8 SSW +US1NCAL0013 35.9551 -79.2957 171.6 NC GRAHAM 9.1 SE +US1NCAL0014 35.9755 -79.3095 175.9 NC HAW RIVER 8.6 SSE +US1NCAL0017 36.0925 -79.5189 200.3 NC ELON 0.6 SW +US1NCAL0018 35.9695 -79.3227 187.5 NC GRAHAM 7.5 SSE +US1NCAL0027 36.0530 -79.3863 167.3 NC GRAHAM 0.7 SSE +US1NCAL0030 35.9215 -79.4289 214.6 NC SNOW CAMP 1.9 N +US1NCAL0031 36.1316 -79.2616 193.5 NC MEBANE 2.9 NNE +US1NCAL0034 36.0594 -79.5454 194.5 NC GIBSONVILLE 3.1 S +US1NCAL0036 36.0973 -79.4701 188.1 NC BURLINGTON 1.6 NW +US1NCAN0002 34.9537 -80.0688 136.6 NC WADESBORO 0.9 S +US1NCAN0004 34.9615 -80.0293 112.2 NC WADESBORO 2.2 E +US1NCAS0001 36.2841 -81.4292 971.1 NC WEST JEFFERSON 8.5 SSE +US1NCAS0002 36.4075 -81.6689 926.6 NC CRESTON 2.8 SW +US1NCAS0006 36.3103 -81.5683 1001.0 NC TODD 1.5 E +US1NCAS0008 36.4051 -81.4779 976.3 NC WEST JEFFERSON 0.9 NE +US1NCAS0010 36.3301 -81.5574 978.7 NC TODD 2.6 NE +US1NCAS0012 36.5628 -81.5824 1052.2 NC LANSING 5.9 NW +US1NCAS0013 36.3393 -81.4061 872.0 NC GLENDALE SPRINGS 1.5 WSW +US1NCAS0014 36.3883 -81.4728 963.2 NC WEST JEFFERSON 1.2 ESE +US1NCAS0015 36.4252 -81.6599 906.2 NC CRESTON 2.0 W +US1NCAS0016 36.4011 -81.4279 875.4 NC JEFFERSON 2.7 ESE +US1NCAS0018 36.5383 -81.4128 971.1 NC GRASSY CREEK 2.7 SSW +US1NCAS0019 36.3319 -81.5381 938.5 NC TODD 3.6 ENE +US1NCAS0022 36.2650 -81.4889 1012.9 NC FLEETWOOD 3.1 SSE +US1NCAS0023 36.3825 -81.4729 943.1 NC WEST JEFFERSON 1.4 SE +US1NCAV0002 36.2779 -81.9025 795.5 NC FLAT SPRINGS 2.5 NE +US1NCAV0003 35.9850 -81.9427 998.2 NC CROSSNORE 2.7 SSW +US1NCAV0004 36.0850 -81.8461 1316.7 NC LINVILLE 2.4 ENE +US1NCAV0005 36.1849 -81.8805 1675.5 NC BEECH MOUNTAIN 1.8 SSE +US1NCAV0007 35.9544 -81.9520 1024.7 NC LINVILLE FALLS 0.5 SW +US1NCAV0008 36.0572 -81.9218 1122.9 NC NEWLAND 2.0 S +US1NCAV0009 36.0895 -81.8356 1425.9 NC LINVILLE 2.5 ENE +US1NCAV0010 36.0278 -82.0169 917.1 NC PLUMTREE 0.5 W +US1NCAV0011 36.0506 -81.8946 1116.8 NC NEWLAND 3.1 SE +US1NCAV0012 36.0956 -81.8311 1598.1 NC GRANDFATHER MTN TOP SHOP +US1NCAX0001 35.9030 -81.2496 385.9 NC TAYLORSVILLE 4.1 WSW +US1NCAX0003 35.9274 -81.2019 351.1 NC TAYLORSVILLE 1.3 WNW +US1NCAX0005 35.9088 -81.1471 371.9 NC TAYLORSVILLE 2.0 ESE +US1NCAX0006 35.8868 -81.0744 341.1 NC HIDDENITE 1.5 SE +US1NCAX0007 35.9622 -81.1199 343.5 NC HIDDENITE 4.4 NNW +US1NCAX0009 35.8400 -81.1974 324.6 NC MILLERSVILE 1.2 SW +US1NCBC0001 35.6534 -82.5709 777.2 NC ASHEVILLE 5.6 NNW +US1NCBC0002 35.7619 -82.5835 669.6 NC WEAVERVILLE 4.7 NNW +US1NCBC0003 35.6536 -82.5728 742.5 NC ASHEVILLE 5.7 NNW +US1NCBC0004 35.5460 -82.3430 813.2 NC FAIRVIEW 3.8 ENE +US1NCBC0005 35.6025 -82.5602 645.6 NC ASHEVILLE 2.1 NNW +US1NCBC0006 35.5984 -82.4638 621.8 NC ASHEVILLE 5.1 ENE +US1NCBC0007 35.6147 -82.5632 617.2 NC ASHEVILLE 3.1 NNW +US1NCBC0009 35.6781 -82.8014 708.7 NC LEICESTER 6.3 NW +US1NCBC0012 35.5112 -82.6083 665.4 NC BENT CREEK 0.3 E +US1NCBC0014 35.6263 -82.6763 672.1 NC LEICESTER 2 SE +US1NCBC0015 35.6365 -82.4141 754.1 NC SWANNANOA 2.7 NNW +US1NCBC0016 35.6435 -82.5418 677.6 NC ASHEVILLE 4.8 N +US1NCBC0018 35.5395 -82.6444 650.7 NC CANDLER 2.7 ENE +US1NCBC0021 35.6224 -82.5096 917.1 NC ASHEVILLE 4.0 NNE +US1NCBC0022 35.4862 -82.5353 670.6 NC SKYLAND 1.0 W +US1NCBC0025 35.6152 -82.4348 677.0 NC SWANNANOA 2.6 WNW +US1NCBC0028 35.5500 -82.4800 697.1 NC ASHEVILLE 4.2 ESE +US1NCBC0029 35.5318 -82.3721 766.6 NC FAIRVIEW 1.9 ENE +US1NCBC0031 35.6140 -82.3320 722.1 NC BLACK MOUNTAIN 0.1 WSW +US1NCBC0032 35.4876 -82.7581 768.7 NC CANDLER 5.0 SW +US1NCBC0033 35.6021 -82.5434 686.4 NC ASHEVILLE 2.0 N +US1NCBC0034 35.6338 -82.5714 652.6 NC ASHEVILLE 4.3 NNW +US1NCBC0035 35.5058 -82.4051 712.0 NC FAIRVIEW 1.2 S +US1NCBC0037 35.5362 -82.5135 676.0 NC ASHEVILLE 3.3 SE +US1NCBC0038 35.5037 -82.6059 664.8 NC ASHEVILLE 7.3 SSW +US1NCBC0039 35.4745 -82.5737 657.8 NC ARDEN 3.3 WNW +US1NCBC0040 35.7598 -82.5548 668.1 NC WEAVERVILLE 4.3 N +US1NCBC0041 35.4791 -82.4924 694.6 NC ARDEN 1.6 ENE +US1NCBC0042 35.4755 -82.5672 676.0 NC ARDEN 2.9 WNW +US1NCBC0043 35.6846 -82.5953 637.9 NC ASHEVILLE 8.1 NNW +US1NCBC0044 35.5586 -82.6722 679.7 NC CANDLER 1.9 NE +US1NCBC0045 35.6162 -82.5505 660.2 NC ASHEVILLE 2.9 N +US1NCBC0046 35.6483 -82.5216 724.5 NC ASHEVILLE 5.3 NNE +US1NCBC0047 35.6841 -82.5398 656.8 NC WEAVERVILLE 1.4 SE +US1NCBC0049 35.6778 -82.6028 627.9 NC ASHEVILLE 7.8 NNW +US1NCBC0051 35.5909 -82.5549 650.4 NC ASHEVILLE 1.2 NNW +US1NCBC0053 35.6509 -82.5638 833.9 NC ASHEVILLE 5.4 N +US1NCBC0054 35.5954 -82.5650 647.4 NC ASHEVILLE 1.7 NNW +US1NCBC0058 35.5793 -82.4808 664.2 NC ASHEVILLE 3.8 E +US1NCBC0062 35.6525 -82.2940 891.5 NC MONTREAT 0.6 NE +US1NCBC0064 35.7579 -82.5618 658.1 NC WEAVERVILLE 4.2 N +US1NCBC0066 35.7077 -82.4592 780.9 NC WEAVERVILLE 5.6 E +US1NCBC0067 35.6263 -82.3297 736.1 NC BLACK MOUNTAIN 0.8 N +US1NCBC0069 35.5452 -82.4346 748.0 NC FAIRVIEW 2.3 NW +US1NCBC0070 35.5761 -82.4963 633.1 NC ASHEVILLE 3.0 E +US1NCBC0072 35.5603 -82.6796 684.9 NC CANDLER 1.8 NNE +US1NCBC0073 35.6474 -82.6831 640.1 NC LEICESTER 0.9 SE +US1NCBC0074 35.6540 -82.3380 783.0 NC BLACK MOUNTAIN 2.8 N +US1NCBC0075 35.5812 -82.5924 649.8 NC ASHEVILLE 2.5 WNW +US1NCBC0076 35.5857 -82.3056 968.7 NC BLACK MOUNTAIN 2.4 SE +US1NCBC0078 35.6856 -82.5173 704.1 NC WEAVERVILLE 2.4 ESE +US1NCBC0082 35.5518 -82.6361 658.4 NC ENKA 0.8 ENE +US1NCBC0083 35.4743 -82.5583 632.5 NC ARDEN 2.4 WNW +US1NCBC0084 35.4589 -82.5652 659.0 NC ARDEN 2.8 WSW +US1NCBC0085 35.6362 -82.6302 647.7 NC ASHEVILLE 6.3 NW +US1NCBC0087 35.4797 -82.2848 624.2 NC BAT CAVE 1.9 N +US1NCBC0091 35.5546 -82.6930 677.9 NC CANDLER 1.3 N +US1NCBC0092 35.6100 -82.3125 779.1 NC BLACK MOUNTAIN 1.0 ESE +US1NCBC0094 35.6031 -82.4457 681.2 NC SWANNANOA 3.0 W +US1NCBC0095 35.6979 -82.5689 661.7 NC WEAVERVILLE 0.6 W +US1NCBC0096 35.5238 -82.7142 700.1 NC CANDLER 1.5 SW +US1NCBC0099 35.5566 -82.4793 675.4 NC ASHEVILLE 4.1 ESE +US1NCBC0101 35.5471 -82.5309 661.4 NC ASHEVILLE 2.1 SSE +US1NCBC0102 35.5896 -82.3108 929.6 NC BLACK MOUNTAIN 2.0 SSE +US1NCBC0105 35.6319 -82.3221 791.0 NC BLACK MOUNTAIN 1.3 NNE +US1NCBC0110 35.5890 -82.5428 712.6 NC ASHEVILLE 1.1 NNE +US1NCBC0113 35.4655 -82.4876 685.5 NC ARDEN 1.6 E +US1NCBC0114 35.5272 -82.4066 711.4 NC FAIRVIEW 0.3 NNW +US1NCBC0115 35.5473 -82.2571 723.6 NC BLACK MOUNTAIN 5.5 SE +US1NCBC0121 35.6065 -82.5644 647.4 NC ASHEVILLE 2.4 NNW +US1NCBC0122 35.6701 -82.4858 838.2 NC WEAVERVILLE 4.5 ESE +US1NCBC0124 35.6923 -82.5650 650.4 NC WEAVERVILLE 0.5 SW +US1NCBC0126 35.6070 -82.3908 682.4 NC SWANNANOA 0.4 NNE +US1NCBC0128 35.6219 -82.3139 726.6 NC BLACK MOUNTAIN 1.1 ENE +US1NCBC0129 35.6776 -82.6263 629.4 NC WOODFIN 3.7 NW +US1NCBC0133 35.5794 -82.4621 679.1 NC ASHEVILLE 4.9 E +US1NCBC0134 35.6549 -82.4211 969.3 NC SWANNANOA 4.0 NNW +US1NCBC0136 35.5087 -82.5198 692.2 NC ASHEVILLE 4.8 SSE +US1NCBC0137 35.6082 -82.5471 652.9 NC ASHEVILLE 2.4 N +US1NCBC0144 35.8025 -82.5155 684.0 NC MARS HILL 2.6 SE +US1NCBC0145 35.4567 -82.5596 647.1 NC AVERY CREEK 0.9 ESE +US1NCBC0147 35.6858 -82.5381 648.0 NC WEAVERVILLE 1.4 SE +US1NCBC0148 35.6171 -82.3681 702.0 NC BLACK MOUNTAIN 2.1 W +US1NCBC0150 35.6184 -82.7630 780.3 NC LEICESTER 4.5 SW +US1NCBC0151 35.5057 -82.3981 725.7 NC FAIRVIEW 1.2 SSE +US1NCBD0001 34.5656 -78.8113 39.6 NC BLADENBORO 2.0 NNW +US1NCBD0002 34.6847 -78.6904 46.0 NC ELIZABETHTOWN 6.2 NW +US1NCBD0004 34.8139 -78.5892 33.5 NC GARLAND 11.2 W +US1NCBD0006 34.6455 -78.6933 42.1 NC ELIZABETHTOWN 4.9 WNW +US1NCBD0009 34.6287 -78.6112 36.3 NC ELIZABETHTOWN 0.3 N +US1NCBD0015 34.6851 -78.6992 46.3 NC ELIZABETHTOWN 6.6 NW +US1NCBF0002 35.4830 -76.9490 1.8 NC WASHINGTON 7.6 SE +US1NCBF0003 35.4855 -76.9489 1.2 NC WASHINGTON 7.5 SE +US1NCBF0004 35.4776 -76.8908 5.2 NC WASHINGTON 10.5 ESE +US1NCBF0005 35.4849 -76.9762 0.3 NC WASHINGTON 6.5 SE +US1NCBF0008 35.5046 -77.0547 8.5 NC CHOCOWINITY 2.6 ESE +US1NCBF0010 35.4749 -76.8135 4.0 NC BATH 0.7 N +US1NCBF0014 35.4084 -76.9546 8.2 NC BLOUNTS CREEK 4.0 N +US1NCBF0016 35.4265 -76.7072 1.8 NC BATH 6.6 ESE +US1NCBF0020 35.4908 -76.9512 1.8 NC WASHINGTON 7.2 SE +US1NCBF0024 35.2872 -76.7674 1.5 NC AURORA 1.6 SE +US1NCBF0029 35.5428 -77.0587 1.2 NC WASHINGTON 1.0 SSW +US1NCBF0030 35.5411 -76.9993 10.1 NC WASHINGTON 3.1 ESE +US1NCBF0031 35.5197 -76.8445 5.2 NC BATH 4.1 NNW +US1NCBF0032 35.4620 -76.8324 6.1 NC BATH 1.0 WSW +US1NCBF0033 35.4437 -76.8037 1.5 NC BATH 1.6 SSE +US1NCBK0001 35.6962 -81.7532 349.3 NC MORGANTON 4.4 SW +US1NCBK0002 35.6887 -81.7860 343.8 NC GLEN ALPINE 2.8 S +US1NCBK0004 35.7266 -81.7902 384.7 NC GLEN ALPINE 0.7 WSW +US1NCBK0006 35.7395 -81.5690 369.4 NC VALDESE 0.8 SW +US1NCBK0009 35.7130 -81.7103 359.1 NC MORGANTON 2.1 SSW +US1NCBK0010 35.9591 -81.9005 1287.2 NC JONAS RIDGE 1.0 SSW +US1NCBK0012 35.7699 -81.9178 439.2 NC NEBO 3.9 N +US1NCBK0013 35.9520 -81.8918 1107.9 NC JONAS RIDGE 1.4 S +US1NCBK0015 35.7484 -81.4619 339.2 NC CONNELLY SPRINGS 2.1 E +US1NCBK0019 35.7323 -81.8248 375.8 NC GLEN ALPINE 2.6 W +US1NCBR0001 33.9247 -78.5696 13.4 NC CALABASH 1.9 NNE +US1NCBR0002 34.2024 -78.0948 21.0 NC LELAND 5.7 WSW +US1NCBR0004 33.9140 -78.2736 1.5 NC HOLDEN BEACH 2.3 E +US1NCBR0005 33.9192 -78.4132 6.1 NC SHALLOTTE 4.2 SSW +US1NCBR0006 33.8841 -78.5377 4.9 NC SUNSET BEACH 1.7 WNW +US1NCBR0007 33.9451 -78.1116 11.9 NC LONG BEACH 2.9 NE +US1NCBR0009 33.9269 -78.2804 9.1 NC HOLDEN BEACH 2.2 ENE +US1NCBR0012 34.1073 -78.0559 10.1 NC WINNABOW 3.6 SE +US1NCBR0013 33.9393 -78.1236 7.6 NC SOUTHPORT 5.9 W +US1NCBR0014 33.9322 -78.0080 5.5 NC SOUTHPORT 1.0 NE +US1NCBR0021 33.9994 -78.2529 11.3 NC BOLIVIA 7.8 SW +US1NCBR0022 33.9228 -78.2098 3.7 NC VARNAMTOWN 2.2 SE +US1NCBR0025 34.2835 -78.1598 18.6 NC LELAND 9.3 WNW +US1NCBR0026 33.9576 -78.1153 16.8 NC SOUTHPORT 5.8 WNW +US1NCBR0027 33.9548 -78.2117 4.0 NC VARNAMTOWN 1.8 ENE +US1NCBR0028 33.9132 -78.5879 12.8 NC CALABASH 1.2 NNW +US1NCBR0029 33.9482 -78.5812 8.2 NC CALABASH 3.4 N +US1NCBR0030 33.9156 -78.1730 1.5 NC OAK ISLAND 0.7 W +US1NCBR0031 33.9463 -78.0571 10.7 NC SOUTHPORT 2.5 NW +US1NCBR0032 33.9234 -78.5128 17.4 NC SUNSET BEACH 3.4 N +US1NCBR0034 34.2194 -78.0336 8.2 NC LELAND 2.2 SW +US1NCBR0035 33.9179 -78.1208 6.4 NC OAK ISLAND 2.3 E +US1NCBR0036 33.9076 -78.3507 2.7 NC HOLDEN BEACH 2.2 W +US1NCBR0045 33.9854 -78.2300 13.1 NC BOLIVIA 7.6 SW +US1NCBR0051 33.9180 -78.1274 5.5 NC OAK ISLAND 1.9 E +US1NCBR0053 33.9343 -78.0132 5.8 NC SOUTHPORT 0.9 NE +US1NCBR0056 33.9215 -78.1472 6.7 NC OAK ISLAND 0.9 ENE +US1NCBR0059 34.2129 -78.0072 6.7 NC LELAND 1.9 S +US1NCBR0060 34.2698 -78.0445 9.4 NC LELAND 3.0 NW +US1NCBR0061 33.9599 -78.0403 9.1 NC SOUTHPORT 2.7 NNW +US1NCBR0064 33.9257 -78.2505 7.0 NC VARNAMTOWN 1.3 SSW +US1NCBR0069 33.9107 -78.3025 2.4 NC HOLDEN BEACH 0.6 E +US1NCBR0071 33.9990 -78.2511 11.6 NC BOLIVIA 7.8 SW +US1NCBR0072 33.9537 -78.0965 13.4 NC ST. JAMES 1.0 NNE +US1NCBR0073 33.9879 -78.2437 9.4 NC BOLIVIA 8.0 SW +US1NCBR0076 34.1947 -78.0311 7.6 NC LELAND 3.5 SSW +US1NCBR0078 34.1818 -78.0153 7.6 NC LELAND 4.1 S +US1NCBR0082 33.9048 -78.0782 5.5 NC YAUPON BEACH 0.2 SSW +US1NCBR0083 33.9140 -78.2844 2.4 NC HOLDEN BEACH 1.7 ENE +US1NCBR0085 33.9251 -78.1234 2.4 NC SOUTHPORT 5.8 W +US1NCBR0088 33.8974 -78.5327 9.1 NC CALABASH 2.5 E +US1NCBR0089 34.2286 -78.0254 6.1 NC LELAND 1.4 SW +US1NCBR0090 33.9027 -78.4821 7.9 NC SUNSET BEACH 2.5 NE +US1NCBR0092 33.9193 -78.2841 2.4 NC HOLDEN BEACH 1.8 ENE +US1NCBR0093 33.9400 -78.1265 11.0 NC LONG BEACH 2.0 NE +US1NCBT0001 36.0036 -76.9533 28.0 NC WINDSOR 0.6 WNW +US1NCBT0003 36.0152 -76.7049 6.1 NC MERRY HILL 3.8 E +US1NCBT0006 36.0092 -76.9678 15.2 NC WINDSOR 1.5 WNW +US1NCBT0010 36.2061 -76.9638 17.1 NC POWELLSVILLE 2.2 SW +US1NCBT0011 36.0384 -77.0269 15.5 NC WINDSOR 5.3 WNW +US1NCBT0012 36.0823 -77.0390 17.4 NC WINDSOR 7.7 NW +US1NCBT0028 36.2299 -76.9246 19.5 NC AHOSKIE 5.2 SE +US1NCCA0001 36.4300 -76.3100 6.1 NC ELIZABETH CITY 10.5 NNW +US1NCCA0004 36.4436 -76.3289 2.7 NC SOUTH MILLS 0.1 SW +US1NCCB0001 35.4916 -80.5277 243.8 NC KANNAPOLIS 5.2 E +US1NCCB0002 35.3699 -80.5842 200.6 NC CONCORD 2.6 SSE +US1NCCB0006 35.4040 -80.6068 208.2 NC CONCORD 0.7 WSW +US1NCCB0007 35.3104 -80.6656 204.2 NC HARRISBURG 0.8 S +US1NCCB0008 35.3647 -80.6550 193.9 NC CONCORD 4.5 SW +US1NCCB0010 35.3557 -80.6536 187.8 NC CONCORD 4.9 SW +US1NCCB0011 35.4018 -80.6346 209.1 NC CONCORD 2.3 W +US1NCCB0013 35.4315 -80.7419 199.9 NC CONCORD 9.4 W +US1NCCB0015 35.3955 -80.6059 227.1 NC CONCORD 1.0 SW +US1NCCB0020 35.3983 -80.4347 191.4 NC MOUNT PLEASANT 0.3 SSE +US1NCCB0021 35.2144 -80.5297 159.1 NC MIDLAND 1.9 WSW +US1NCCB0023 35.4135 -80.5640 206.0 NC CONCORD 1.8 ENE +US1NCCB0024 35.3960 -80.6492 193.9 NC CONCORD 3.2 WSW +US1NCCB0026 35.4505 -80.5640 193.2 NC CONCORD 3.4 NNE +US1NCCC0001 36.5489 -75.8688 -999.9 NC COROLLA 11.7 NNW +US1NCCC0003 36.3355 -75.8210 2.1 NC COROLLA 3.2 SSE +US1NCCC0010 36.0786 -75.7973 2.1 NC POINT HARBOR 0.2 WSW +US1NCCC0014 36.2990 -75.8030 2.7 NC COROLLA 5.8 SSE +US1NCCC0015 36.2428 -75.8680 0.6 NC GRANDY 0.6 E +US1NCCC0017 36.0881 -75.7998 2.7 NC POINT HARBOR 0.6 NNW +US1NCCD0001 35.9039 -81.5627 354.2 NC LENOIR 1.6 W +US1NCCD0004 35.8304 -81.4608 350.5 NC HUDSON 1.9 SE +US1NCCD0005 35.9224 -81.5159 349.0 NC LENOIR 1.5 NE +US1NCCD0007 35.8180 -81.4814 367.3 NC GRANITE FALLS 3.2 WNW +US1NCCD0008 35.7885 -81.3884 322.2 NC GRANITE FALLS 2.3 ESE +US1NCCD0011 36.1074 -81.6585 1025.0 NC BLOWING ROCK 1.6 SSE +US1NCCD0014 36.0546 -81.4843 477.9 NC LENOIR 10.6 NNE +US1NCCD0015 35.8533 -81.4688 367.9 NC HUDSON 1.0 ENE +US1NCCD0017 35.9076 -81.5389 349.0 NC LENOIR 0.3 WNW +US1NCCD0019 35.9225 -81.5236 349.0 NC LENOIR 1.3 NNE +US1NCCD0021 35.7958 -81.5197 350.8 NC SAWMILLS 2.6 SW +US1NCCH0001 35.6616 -79.4381 184.1 NC SILER CITY 4.6 SSE +US1NCCH0002 35.7707 -79.3588 195.7 NC SILER CITY 6.6 ENE +US1NCCH0003 35.7666 -79.2522 156.1 NC PITTSBORO 5.4 NW +US1NCCH0004 35.6486 -79.3361 173.1 NC GOLDSTON 3.8 N +US1NCCH0005 35.7359 -79.2889 163.1 NC PITTSBORO 6.5 W +US1NCCH0006 35.6889 -79.4805 206.0 NC SILER CITY 2.7 SSW +US1NCCH0007 35.8464 -79.0512 193.5 NC CHAPEL HILL 5.6 S +US1NCCH0009 35.6613 -79.1057 117.0 NC MONCURE 3.1 NNW +US1NCCH0014 35.6835 -79.2225 125.3 NC PITTSBORO 3.7 SW +US1NCCH0015 35.7799 -79.1244 167.3 NC PITTSBORO 5.0 NE +US1NCCH0016 35.7721 -78.9981 89.6 NC APEX 9.2 WNW +US1NCCH0017 35.7915 -79.1074 112.5 NC PITTSBORO 6.2 NE +US1NCCH0018 35.8050 -79.1744 143.3 NC PITTSBORO 5.9 N +US1NCCH0020 35.8374 -78.9154 84.1 NC CARY 7.5 WNW +US1NCCH0023 35.6988 -79.2668 131.7 NC PITTSBORO 5.4 WSW +US1NCCH0024 35.6206 -79.2016 100.6 NC SANFORD 10.0 N +US1NCCH0025 35.8416 -78.9177 98.1 NC CARY 7.8 WNW +US1NCCH0026 35.8070 -79.3824 199.6 NC SILER CITY 7.2 NE +US1NCCH0027 35.8193 -79.1606 162.2 NC PITTSBORO 7.0 N +US1NCCH0028 35.7239 -79.4518 173.7 NC SILER CITY 0.6 E +US1NCCH0029 35.7488 -79.2261 150.9 NC PITTSBORO 3.5 NW +US1NCCH0030 35.6690 -79.0891 120.4 NC PITTSBORO 5.9 SE +US1NCCH0035 35.8363 -79.1464 143.6 NC PITTSBORO 8.2 N +US1NCCH0036 35.8149 -78.9297 96.9 NC APEX 7.8 NW +US1NCCH0041 35.7663 -79.1890 131.1 NC PITTSBORO 3.3 NNW +US1NCCK0003 35.0367 -84.0988 493.5 NC MURPHY 5.6 SW +US1NCCK0004 35.0036 -84.0830 500.8 NC MURPHY 6.9 SSW +US1NCCK0006 35.1659 -84.0987 652.9 NC MURPHY 6.4 NW +US1NCCK0007 35.1404 -84.2961 502.6 NC MURPHY 15.5 WNW +US1NCCK0010 35.1004 -84.0164 480.7 NC MURPHY 0.8 NE +US1NCCK0012 35.0552 -83.9780 522.1 NC MURPHY 3.8 SE +US1NCCK0014 35.0071 -84.0906 539.2 NC MURPHY 7.0 SSW +US1NCCK0017 35.0729 -84.1925 588.0 NC MURPHY 9.4 W +US1NCCK0018 35.0766 -83.9881 495.6 NC MURPHY 2.5 ESE +US1NCCL0001 34.4137 -78.7519 29.0 NC WHITEVILLE 6.3 NNW +US1NCCL0002 34.3264 -78.7006 14.0 NC WHITEVILLE 0.3 SE +US1NCCL0003 34.3373 -78.8337 29.9 NC CHADBOURN 1.1 NNW +US1NCCL0005 34.2070 -78.7592 29.9 NC WHITEVILLE 9.0 SSW +US1NCCL0006 34.2285 -78.7168 24.1 NC WHITEVILLE 7.0 S +US1NCCL0012 34.2594 -78.7628 31.1 NC WHITEVILLE 5.9 SW +US1NCCL0017 34.2800 -78.5400 13.1 NC LAKE WACCAMAW 3.1 SSW +US1NCCL0019 34.2782 -78.4678 13.4 NC LAKE WACCAMAW 3.9 SE +US1NCCL0021 34.4366 -78.8547 36.6 NC EVERGREEN 3.3 NE +US1NCCL0022 34.3101 -79.0267 20.4 NC FAIR BLUFF 0.5 ESE +US1NCCL0024 34.3334 -78.7851 28.0 NC WHITEVILLE 4.6 W +US1NCCL0025 34.3796 -78.7929 30.5 NC WHITEVILLE 6.1 NW +US1NCCL0026 34.1896 -78.8361 31.4 NC TABOR CITY 3.5 NE +US1NCCL0027 34.3340 -78.7006 26.5 NC WHITEVILLE 0.4 NE +US1NCCM0001 35.0367 -78.9068 46.9 NC FAYETTEVILLE 2.4 S +US1NCCM0003 35.0282 -78.9164 53.9 NC FAYETTEVILLE 3.2 SSW +US1NCCM0005 35.0237 -78.9509 47.9 NC FAYETTEVILLE 4.4 SW +US1NCCM0006 34.8806 -78.8600 43.6 NC HOPE MILLS 8.3 SE +US1NCCM0007 34.9716 -78.9781 50.0 NC HOPE MILLS 1.4 W +US1NCCM0008 35.0642 -78.9268 66.1 NC FAYETTEVILLE 1.6 WSW +US1NCCM0009 35.0695 -78.9141 65.8 NC FAYETTEVILLE 0.9 W +US1NCCM0010 34.9729 -79.0308 59.1 NC FAYETTEVILLE 9.9 SW +US1NCCM0011 35.0108 -78.9951 55.8 NC FAYETTEVILLE 6.9 SW +US1NCCM0013 34.9274 -78.8894 40.5 NC HOPE MILLS 4.8 SE +US1NCCM0014 35.1325 -78.8955 71.3 NC FAYETTEVILLE 4.2 N +US1NCCM0016 35.1129 -78.9026 68.9 NC FAYETTEVILLE 4.0 NNW +US1NCCM0017 35.0158 -78.9792 58.2 NC FAYETTEVILLE 5.9 SW +US1NCCM0019 35.0195 -78.7127 39.0 NC STEDMAN 1.0 NW +US1NCCM0020 34.9944 -79.0218 62.8 NC FAYETTEVILLE 8.7 SW +US1NCCM0021 35.1062 -78.9789 66.1 NC FAYETTEVILLE 5.1 WNW +US1NCCM0022 35.1136 -78.8924 60.4 NC FAYETTEVILLE 2.9 N +US1NCCM0023 34.9512 -78.7640 26.8 NC STEDMAN 5.5 SW +US1NCCM0024 34.9925 -79.0239 61.6 NC FAYETTEVILLE 8.9 SW +US1NCCM0028 35.0839 -78.8969 61.9 NC FAYETTEVILLE 0.9 N +US1NCCM0030 35.1478 -78.8764 37.8 NC FAYETTEVILLE 5.4 NNE +US1NCCM0031 34.9748 -78.6840 35.4 NC STEDMAN 2.6 SSE +US1NCCM0033 34.9541 -79.0199 38.1 NC PARKTON 3.6 N +US1NCCM0034 34.8727 -78.8817 46.3 NC HOPE MILLS 8.0 SSE +US1NCCM0037 35.0313 -78.9061 37.8 NC FAYETTEVILLE 2.8 S +US1NCCM0038 35.1092 -78.8944 58.5 NC FAYETTEVILLE 2.6 N +US1NCCM0039 35.1959 -78.7075 40.8 NC GODWIN 2.1 SW +US1NCCM0040 35.0130 -78.7233 38.4 NC STEDMAN 1.4 W +US1NCCM0042 34.9101 -78.8744 48.5 NC HOPE MILLS 6.3 SE +US1NCCM0044 35.0493 -79.0684 72.5 NC FAYETTEVILLE 9.7 W +US1NCCM0056 35.1942 -78.7436 31.1 NC LINDEN 4.2 S +US1NCCM0058 34.9696 -78.9438 33.2 NC HOPE MILLS 0.6 ESE +US1NCCM0059 34.8586 -78.8780 47.2 NC HOPE MILLS 9.0 SSE +US1NCCM0060 34.9921 -78.9337 61.3 NC HOPE MILLS 1.7 NE +US1NCCM0062 35.1062 -78.9840 73.8 NC FAYETTEVILLE 5.4 WNW +US1NCCM0067 35.0397 -78.9322 62.8 NC FAYETTEVILLE 2.9 SW +US1NCCM0068 35.0550 -78.9130 52.7 NC FAYETTEVILLE 1.4 SW +US1NCCM0071 34.9697 -78.9613 48.8 NC HOPE MILLS 0.5 WSW +US1NCCM0072 35.0731 -78.9983 67.7 NC FAYETTEVILLE 5.6 W +US1NCCM0075 35.0074 -78.7042 37.8 NC STEDMAN 0.4 WSW +US1NCCM0079 35.0497 -78.9461 61.0 NC FAYETTEVILLE 3.1 WSW +US1NCCM0080 35.1115 -78.8930 65.2 NC FAYETTEVILLE 4.1 NNW +US1NCCM0083 34.9784 -78.9342 64.3 NC HOPE MILLS 1.1 ENE +US1NCCM0086 35.0195 -78.7125 39.0 NC STEDMAN 1.0 NW +US1NCCM0087 35.1065 -78.8897 54.6 NC FAYETTEVILLE 2.5 NNE +US1NCCM0088 35.0700 -78.9050 56.1 NC FAYETTEVILLE 0.3 WSW +US1NCCM0090 35.2098 -78.9521 46.6 NC SPRING LAKE 2.8 NE +US1NCCN0001 34.9383 -76.9338 9.1 NC HAVELOCK 3.1 NW +US1NCCN0002 34.8796 -76.9127 9.1 NC HAVELOCK 2.2 SSW +US1NCCN0003 35.0609 -77.0162 14.0 NC JAMES CITY 0.3 SSE +US1NCCN0004 35.0300 -77.0200 14.0 NC JAMES CITY 2.5 S +US1NCCN0005 35.1129 -77.0780 14.0 NC NEW BERN 0.5 S +US1NCCN0008 35.1250 -77.0503 -3.0 NC BRIDGETON 1.6 W +US1NCCN0009 35.1387 -77.0739 4.9 NC NEW BERN 1.3 NNE +US1NCCN0010 35.3870 -77.2279 8.5 NC VANCEBORO 6.9 NW +US1NCCN0012 34.8679 -76.8920 9.1 NC HAVELOCK 2.7 S +US1NCCN0016 35.0585 -77.0360 5.2 NC NEW BERN 4.9 SSE +US1NCCN0018 35.0095 -77.0041 7.9 NC JAMES CITY 3.9 SSE +US1NCCN0019 34.9258 -76.7858 4.6 NC HAVELOCK 6.3 ENE +US1NCCN0020 34.8957 -76.9161 6.4 NC HAVELOCK 1.4 SW +US1NCCN0022 35.1142 -77.1023 8.8 NC NEW BERN 1.4 WSW +US1NCCN0023 34.8546 -76.7482 0.6 NC HAVELOCK 9.1 ESE +US1NCCN0024 35.0103 -76.9974 8.2 NC NEW BERN 8.9 SSE +US1NCCN0026 34.9385 -76.8176 6.7 NC HAVELOCK 4.9 ENE +US1NCCN0030 35.0777 -76.9611 2.4 NC NEW BERN 7.3 ESE +US1NCCN0031 35.1410 -77.2324 13.1 NC NEW BERN 8.8 W +US1NCCN0032 34.9926 -76.9706 7.3 NC NEUSE FOREST 2.5 NW +US1NCCN0033 35.0605 -76.9550 0.6 NC JAMES CITY 3.6 E +US1NCCN0034 35.0363 -77.0212 6.1 NC JAMES CITY 2.0 S +US1NCCN0035 34.8920 -76.7666 1.8 NC HAVELOCK 7.3 E +US1NCCN0036 35.0729 -76.9747 1.2 NC FAIRFIELD HARBOUR 0.7 WSW +US1NCCN0042 35.1962 -76.9787 8.8 NC NEW BERN 7.7 NE +US1NCCN0044 35.0747 -77.1536 6.7 NC NEW BERN 5.3 SW +US1NCCN0046 35.0781 -76.9613 2.4 NC NEW BERN 7.2 ESE +US1NCCN0048 35.0593 -77.0830 7.0 NC NEW BERN 4.2 S +US1NCCN0051 35.0800 -77.0893 3.4 NC TRENT WOODS 0.4 ENE +US1NCCN0052 35.0758 -76.9720 2.1 NC NEW BERN 6.8 ESE +US1NCCN0058 35.1475 -76.9926 4.0 NC NEW BERN 5.2 ENE +US1NCCN0059 34.9297 -76.7234 1.5 NC HAVELOCK 9.8 E +US1NCCN0061 35.0746 -77.1373 2.1 NC NEW BERN 4.6 SW +US1NCCN0063 35.0644 -77.0158 8.2 NC NEW BERN 5.2 SE +US1NCCN0064 35.1206 -76.9546 3.7 NC NEW BERN 7.0 E +US1NCCN0065 35.0509 -77.0195 6.4 NC NEW BERN 5.8 SE +US1NCCN0066 35.0760 -77.1392 344.1 NC RIVER BEND 0.8 ENE +US1NCCN0067 35.0906 -77.0897 5.2 NC TRENT WOODS 1.0 NNE +US1NCCN0071 35.0610 -77.0818 7.0 NC NEW BERN 4.1 S +US1NCCN0074 35.0892 -77.1048 4.6 NC NEW BERN 2.6 SW +US1NCCN0076 34.8719 -76.7564 1.5 NC HAVELOCK 8.2 ESE +US1NCCN0077 34.9383 -76.9314 4.0 NC HAVELOCK 3.0 NW +US1NCCN0079 35.0234 -77.0058 7.9 NC NEW BERN 7.8 SSE +US1NCCN0085 35.0788 -76.9584 2.7 NC NEW BERN 7.4 ESE +US1NCCN0086 35.1341 -77.0982 7.0 NC NEW BERN 1.5 NW +US1NCCN0089 35.0873 -77.0789 4.0 NC TRENT WOODS 1.2 ENE +US1NCCN0093 34.8806 -76.8862 7.0 NC HAVELOCK 1.9 SSE +US1NCCN0094 35.0652 -77.0779 5.8 NC NEW BERN 3.8 S +US1NCCN0096 35.0835 -77.1110 3.0 NC TRENT WOODS 0.9 WNW +US1NCCR0001 34.7857 -76.8633 9.1 NC NEWPORT 0.2 SW +US1NCCR0002 34.8418 -76.7515 3.0 NC NEWPORT 7.2 ENE +US1NCCR0003 34.7380 -76.7800 7.0 NC MOREHEAD CITY 2.9 WNW +US1NCCR0004 34.7598 -76.5208 0.0 NC HARKERS ISLAND 4.8 NNE +US1NCCR0008 34.7125 -76.6466 9.1 NC BEAUFORT 0.7 SSE +US1NCCR0009 34.7971 -76.6708 2.1 NC BEAUFORT 5.3 N +US1NCCR0012 34.7300 -76.7400 4.0 NC MOREHEAD CITY 0.6 NW +US1NCCR0015 34.7421 -76.7268 2.1 NC MOREHEAD CITY 1.2 NNE +US1NCCR0016 34.7302 -76.8314 10.1 NC MOREHEAD CITY 6.0 WNW +US1NCCR0018 34.7811 -76.8957 7.0 NC NEWPORT 2.0 WSW +US1NCCR0020 34.7315 -76.5176 2.1 NC HARKERS ISLAND 3.2 NE +US1NCCR0022 34.7396 -76.7242 0.0 NC MOREHEAD CITY 1.1 NNE +US1NCCR0023 34.8513 -76.6920 2.1 NC NEWPORT 10.5 ENE +US1NCCR0025 34.7864 -76.7291 3.7 NC NEWPORT 7.5 E +US1NCCR0028 34.7056 -76.9898 7.0 NC OCEAN 0.5 S +US1NCCR0029 34.7245 -76.7295 5.5 NC MOREHEAD CITY 0.1 E +US1NCCR0030 34.7022 -76.9940 5.5 NC NEWPORT 9.7 SW +US1NCCR0031 34.7232 -76.5206 1.5 NC MARSHALLBERG 0.4 SW +US1NCCR0033 34.7829 -76.9040 8.5 NC NEWPORT 2.5 W +US1NCCR0035 34.7776 -77.1408 4.3 NC STELLA 0.6 ENE +US1NCCR0040 34.7361 -76.7831 5.8 NC MOREHEAD CITY 3.0 WNW +US1NCCR0042 34.7745 -77.0822 4.9 NC STELLA 3.9 E +US1NCCR0043 34.6995 -76.7216 1.5 NC ATLANTIC BEACH 1.0 E +US1NCCR0045 34.7345 -76.7725 4.9 NC MOREHEAD CITY 2.4 WNW +US1NCCR0049 34.6544 -77.0671 5.2 NC EMERALD ISLE 2.3 WSW +US1NCCR0053 34.7646 -76.8520 5.8 NC NEWPORT 1.7 SSE +US1NCCR0057 34.7766 -76.8672 3.0 NC NEWPORT 0.9 SSW +US1NCCR0060 34.6664 -77.0206 4.6 NC EMERALD ISLE 0.5 E +US1NCCR0061 34.7420 -76.7459 4.6 NC MOREHEAD CITY 1.4 NNW +US1NCCR0064 34.7581 -76.5233 0.0 NC SMYRNA 0.3 ESE +US1NCCR0065 34.7913 -76.4661 0.9 NC DAVIS 0.5 SW +US1NCCR0070 34.7425 -76.6599 1.5 NC BEAUFORT 1.5 NNW +US1NCCR0072 34.6858 -76.8949 5.8 NC INDIAN BEACH 0.0 W +US1NCCR0073 34.6985 -76.7939 3.4 NC PINE KNOLL SHORES 1.4 E +US1NCCR0074 34.8024 -76.8642 8.2 NC NEWPORT 1.0 N +US1NCCR0075 34.6982 -76.8149 1.5 NC PINE KNOLL SHORES 0.3 NE +US1NCCR0078 34.6873 -77.0819 4.9 NC CEDAR POINT 0.4 N +US1NCCR0084 34.7313 -76.7912 5.2 NC MOREHEAD CITY 3.4 W +US1NCCR0088 34.8149 -76.6544 2.4 NC BEAUFORT 6.5 N +US1NCCR0090 34.8418 -76.6902 2.1 NC NEWPORT 10.4 ENE +US1NCCR0094 34.7056 -76.5835 1.2 NC HARKERS ISLAND 1.5 WNW +US1NCCR0095 34.7058 -77.0577 9.8 NC CAPE CARTERET 0.8 N +US1NCCR0098 34.7254 -77.0981 8.8 NC SWANSBORO 3.0 NE +US1NCCR0099 34.7117 -77.0396 12.2 NC CAPE CARTERET 1.7 NE +US1NCCR0101 34.7258 -76.7496 6.4 NC MOREHEAD CITY 1.0 W +US1NCCR0104 34.7374 -76.8315 6.7 NC MOREHEAD CITY 5.7 W +US1NCCR0105 34.7543 -76.6527 2.7 NC BEAUFORT 2.3 N +US1NCCR0107 34.6745 -77.0948 4.0 NC CEDAR POINT 0.9 WSW +US1NCCR0108 34.7646 -76.5530 2.1 NC BEAUFORT 6.4 ENE +US1NCCR0109 34.7020 -77.0496 8.5 NC CAPE CARTERET 0.8 NE +US1NCCR0114 34.9397 -76.6286 1.5 NC BEAUFORT 15.1 N +US1NCCR0120 34.6987 -76.7497 3.4 NC ATLANTIC BEACH 0.6 W +US1NCCR0121 34.7783 -76.5145 0.6 NC WILLISTON 0.9 SW +US1NCCR0126 34.6679 -77.0130 5.2 NC EMERALD ISLE 0.9 E +US1NCCR0128 34.6678 -77.0256 0.3 NC EMERALD ISLE 0.2 ENE +US1NCCR0129 34.7137 -76.6493 3.0 NC BEAUFORT 0.6 SSE +US1NCCR0130 34.6856 -76.5260 0.6 NC HARKERS ISLAND 2.1 ESE +US1NCCR0135 35.0003 -76.3105 0.6 NC CEDAR ISLAND 0.6 SSE +US1NCCS0001 36.4643 -79.1579 132.0 NC HYCO +US1NCCS0002 36.2510 -79.2382 210.0 NC MEBANE 11.2 N +US1NCCS0005 36.3793 -79.3691 150.0 NC YANCEYVILLE 2.4 SW +US1NCCS0007 36.3396 -79.1594 152.4 NC LEASBURG 3.8 S +US1NCCS0008 36.3056 -79.4597 230.1 NC REIDSVILLE 12.2 ESE +US1NCCS0010 36.4495 -79.3635 176.5 NC YANCEYVILLE 3.1 NNW +US1NCCT0002 35.7642 -81.3568 294.4 NC HICKORY 2.4 NW +US1NCCT0003 35.6480 -81.1322 318.8 NC NEWTON 5.0 ESE +US1NCCT0005 35.8200 -81.1881 298.1 NC MILLERSVILLE 2.0 S +US1NCCT0006 35.5938 -81.0280 267.0 NC SHERRILLS FORD 2.4 WNW +US1NCCT0007 35.7892 -81.3455 322.8 NC NORTH HICKORY 1.4 WNW +US1NCCT0008 35.7492 -81.3042 347.2 NC HICKORY 1.4 ENE +US1NCCT0009 35.7395 -81.3787 357.2 NC HICKORY 2.9 W +US1NCCT0010 35.6858 -81.4033 296.9 NC HICKORY 4.8 SW +US1NCCT0014 35.6916 -81.1514 266.4 NC CONOVER 3.9 ESE +US1NCCT0015 35.5932 -81.0115 246.6 NC SHERRILLS FORD 1.6 NW +US1NCCT0025 35.7321 -81.1770 294.4 NC CONOVER 2.8 NE +US1NCCT0027 35.7871 -81.2516 324.9 NC HICKORY 5.3 NE +US1NCCT0032 35.5611 -81.0123 255.7 NC SHERRILLS FORD 1.6 SW +US1NCCT0035 35.8074 -81.1821 310.6 NC CLAREMONT 6.7 NNW +US1NCCT0036 35.7582 -81.3291 328.6 NC HICKORY 1.3 N +US1NCCT0037 35.6158 -81.2168 274.0 NC NEWTON 3.4 S +US1NCCT0038 35.5669 -81.2687 285.3 NC MAIDEN 3.6 W +US1NCCT0039 35.6351 -81.1831 292.9 NC NEWTON 2.9 SE +US1NCCT0042 35.6064 -81.1110 316.7 NC MAIDEN 5.7 ENE +US1NCCV0001 35.3710 -81.4350 296.0 NC WACO 0.7 NNW +US1NCCV0003 35.2277 -81.3703 275.5 NC KINGS MOUNTAIN 1.6 SW +US1NCCV0004 35.3700 -81.5216 284.4 NC SHELBY 5.7 NNE +US1NCCV0014 35.5022 -81.6235 325.5 NC CASAR 0.8 SSW +US1NCCV0015 35.2703 -81.6081 253.9 NC SHELBY 3.9 WSW +US1NCCV0017 35.4272 -81.6503 318.5 NC POLKVILLE 0.8 NNW +US1NCCV0019 35.2688 -81.7305 271.3 NC MOORESBORO 2.7 SW +US1NCCV0021 35.2882 -81.4593 239.0 NC SHELBY 4.7 E +US1NCCV0022 35.4431 -81.5445 283.5 NC LAWNDALE 2.2 NNE +US1NCCV0023 35.3121 -81.5514 261.2 NC SHELBY 1.7 NNW +US1NCCV0024 35.2134 -81.7083 216.4 NC MOORESBORO 6.0 S +US1NCCV0025 35.2644 -81.6698 276.8 NC BOILING SPRINGS 1.1 N +US1NCCV0026 35.3396 -81.5330 268.5 NC SHELBY 3.5 N +US1NCCV0027 35.2871 -81.7198 285.9 NC MOORESBORO 1.4 SW +US1NCCV0028 35.2233 -81.6056 201.5 NC SHELBY 5.8 SW +US1NCCV0029 35.3737 -81.4766 255.4 NC SHELBY 6.9 NNE +US1NCCV0030 35.2763 -81.6189 239.0 NC SHELBY 4.4 WSW +US1NCCV0032 35.4154 -81.5628 250.9 NC LAWNDALE 0.1 NW +US1NCCV0033 35.2851 -81.5095 252.7 NC SHELBY 1.9 E +US1NCCW0009 36.2256 -76.6364 9.1 NC TYNER 1.6 WNW +US1NCCW0015 36.0691 -76.6049 4.3 NC EDENTON 0.9 N +US1NCCW0016 36.3010 -76.6409 8.8 NC TYNER 3.1 NNW +US1NCCW0017 36.2176 -76.7095 8.8 NC EDENTON 12.7 NNW +US1NCCW0018 36.0587 -76.6027 3.7 NC EDENTON 0.2 NNW +US1NCCW0019 36.0334 -76.5285 4.3 NC EDENTON 4.4 ESE +US1NCCW0020 36.0114 -76.5484 2.7 NC EDENTON 4.3 SE +US1NCCW0021 36.0593 -76.6056 2.7 NC EDENTON 0.3 NW +US1NCCW0022 36.0569 -76.6377 2.7 NC EDENTON 2.0 W +US1NCCW0025 36.2346 -76.6755 5.5 NC COLERAIN 5.7 ENE +US1NCCW0027 36.2768 -76.6225 11.3 NC TYNER 3.1 NNW +US1NCCW0028 36.2301 -76.7035 3.0 NC EDENTON 13.3 NNW +US1NCCW0030 36.1127 -76.6402 4.9 NC EDENTON 4.5 NNW +US1NCCW0031 36.1768 -76.6896 7.3 NC EDENTON 9.7 NNW +US1NCCW0033 36.2161 -76.6147 12.2 NC HERTFORD 8.1 WNW +US1NCCW0034 36.0700 -76.6453 3.0 NC EDENTON 2.6 WNW +US1NCCW0045 36.0571 -76.6076 3.4 NC EDENTON 0.3 WNW +US1NCCW0051 36.0592 -76.6076 1.5 NC EDENTON 0.4 NW +US1NCCY0002 35.0413 -83.7405 624.5 NC HAYESVILLE 4.5 E +US1NCCY0003 35.0540 -83.7280 714.1 NC HAYESVILLE 5.2 E +US1NCDH0006 35.9914 -78.9310 113.1 NC DURHAM 1.2 NW +US1NCDH0008 35.9593 -78.9246 0.0 NC DURHAM 1.6 SSW +US1NCDH0010 36.0840 -78.9472 173.1 NC DURHAM 7.4 NNW +US1NCDH0011 35.8912 -78.9213 90.5 NC DURHAM 6.2 S +US1NCDH0013 36.1310 -78.9329 156.7 NC GORMAN 9.3 NW +US1NCDH0016 35.8786 -78.9108 78.0 NC DURHAM 7.0 S +US1NCDH0018 36.1085 -78.8740 106.1 NC DURHAM 9.1 NNE +US1NCDH0019 35.9627 -78.9646 93.3 NC DURHAM 3.0 WSW +US1NCDH0021 35.9191 -78.9213 100.3 NC DURHAM 4.2 S +US1NCDH0022 36.0710 -78.9633 117.7 NC DURHAM 6.8 NNW +US1NCDH0024 36.0391 -78.9478 134.7 NC DURHAM 4.4 NNW +US1NCDH0026 36.0482 -78.9757 142.6 NC DURHAM 5.8 NW +US1NCDH0030 36.0264 -78.8924 114.0 NC DURHAM 3.4 NNE +US1NCDH0033 35.9035 -79.0062 84.1 NC CHAPEL HILL 2.5 SE +US1NCDH0034 36.0347 -78.9806 154.2 NC DURHAM 5.2 NW +US1NCDH0035 36.1292 -78.8611 126.8 NC DURHAM 10.7 NNE +US1NCDH0036 35.8683 -78.9926 85.6 NC CHAPEL HILL 4.9 SSE +US1NCDH0045 35.8949 -78.9235 92.4 NC DURHAM 5.9 S +US1NCDH0047 35.9290 -78.9648 87.2 NC DURHAM 4.5 SW +US1NCDH0048 36.0448 -78.9222 107.3 NC DURHAM 4.5 N +US1NCDH0049 35.9713 -78.8362 104.9 NC DURHAM 4.5 E +US1NCDH0051 35.9820 -78.9830 85.0 NC DURHAM 3.8 W +US1NCDH0052 35.8893 -78.9542 82.3 NC PARKWOOD 2.5 W +US1NCDH0053 35.9372 -78.9973 88.4 NC CHAPEL HILL 2.5 ENE +US1NCDH0060 35.9297 -78.9223 111.9 NC DURHAM 3.5 S +US1NCDH0062 36.0859 -78.8857 111.9 NC DURHAM 7.5 NNE +US1NCDH0064 35.9423 -78.9116 97.2 NC DURHAM 2.6 S +US1NCDH0065 35.9802 -78.9613 99.1 NC DURHAM 2.6 W +US1NCDH0066 36.0895 -78.8673 103.3 NC DURHAM 8.0 NNE +US1NCDP0002 35.1420 -77.9115 45.1 NC MOUNT OLIVE 9.6 ESE +US1NCDP0003 35.1763 -78.1018 48.2 NC MOUNT OLIVE 2.4 SW +US1NCDP0005 34.7261 -77.9526 8.2 NC WALLACE 2.6 ESE +US1NCDP0007 34.9275 -77.7655 27.1 NC BEULAVILLE 0.5 NE +US1NCDP0011 35.0946 -77.7978 42.7 NC ALBERTSON 1.8 SE +US1NCDP0012 34.9660 -77.7950 21.3 NC BEULAVILLE 3.3 NNW +US1NCDP0017 34.8259 -78.0286 30.2 NC ROSE HILL 0.1 NNW +US1NCDP0022 34.7416 -77.9329 10.1 NC WALLACE 3.7 E +US1NCDP0025 35.1201 -77.8390 30.2 NC ALBERTSON 1.2 WNW +US1NCDR0001 36.0069 -75.6653 3.0 NC KILL DEVIL HILLS 0.6 S +US1NCDR0002 35.9346 -75.7022 4.0 NC MANTEO 3.2 NW +US1NCDR0008 35.8951 -75.6720 0.6 NC MANTEO 0.4 SW +US1NCDR0010 36.0223 -75.6816 0.9 NC KILL DEVIL HILLS 0.9 WNW +US1NCDR0011 36.0157 -75.7238 0.9 NC KILL DEVIL HILLS 3.1 W +US1NCDR0015 35.5518 -75.4680 0.9 NC SALVO 0.9 NNE +US1NCDR0019 35.3578 -75.5013 0.9 NC AVON 0.7 NE +US1NCDR0021 36.0487 -75.6882 3.4 NC KILL DEVIL HILLS 2.5 NNW +US1NCDR0022 36.1232 -75.7496 1.2 NC KITTY HAWK 4.0 NNW +US1NCDR0024 36.1542 -75.7478 13.4 NC DUCK 1.1 SSE +US1NCDR0025 36.1671 -75.7513 7.3 NC DUCK 0.3 SE +US1NCDR0027 36.0385 -75.6713 4.3 NC KILL DEVIL HILLS 1.6 N +US1NCDR0028 35.9178 -75.7044 3.0 NC MANTEO 2.5 WNW +US1NCDR0029 35.8912 -75.6630 0.6 NC MANTEO 0.6 SSE +US1NCDR0033 35.9070 -75.6819 2.1 NC MANTEO 1.0 WNW +US1NCDR0035 35.2570 -75.5843 1.2 NC FRISCO 3.3 NE +US1NCDR0036 35.2621 -75.5237 1.2 NC BUXTON 1.0 ESE +US1NCDR0038 36.1614 -75.7435 2.4 NC DUCK 0.9 SE +US1NCDR0041 35.2633 -75.5912 0.3 NC FRISCO 3.3 NE +US1NCDR0051 35.5805 -75.4646 2.1 NC RODANTHE 1.0 SSE +US1NCDR0052 35.9641 -75.6323 2.4 NC NAGS HEAD 1.4 NNW +US1NCDR0054 35.9021 -75.6438 1.8 NC MANTEO 1.3 E +US1NCDR0062 35.9263 -75.7045 4.0 NC MANTEO 2.8 NW +US1NCDR0063 35.2708 -75.5343 1.5 NC BUXTON 0.3 ENE +US1NCDR0069 36.1257 -75.7292 7.6 NC SOUTHERN SHORES 0.5 NNE +US1NCDS0001 35.9925 -80.2874 249.9 NC WINSTON-SALEM 7.7 S +US1NCDS0003 35.8557 -80.0871 255.1 NC THOMASVILLE 2.4 SSW +US1NCDS0004 35.6784 -80.2448 198.1 NC LEXINGTON 9.0 S +US1NCDS0007 35.8408 -80.0933 256.3 NC THOMASVILLE 3.5 SSW +US1NCDS0009 35.8155 -80.2831 229.8 NC LEXINGTON 1.5 WNW +US1NCDS0012 35.9598 -80.3084 250.2 NC CLEMMONS 6.1 SE +US1NCDS0013 35.9600 -80.2988 256.3 NC CLEMMONS 6.5 SE +US1NCDS0015 35.8059 -80.3717 246.9 NC LEXINGTON 6.4 W +US1NCDS0018 35.7587 -80.4309 235.0 NC SPENCER 4.4 N +US1NCDS0021 35.9687 -80.0552 261.2 NC HIGH POINT 3.3 WSW +US1NCDS0022 35.6515 -80.1191 199.0 NC DENTON 1.1 NNW +US1NCDS0024 36.0060 -80.1595 259.4 NC WINSTON-SALEM 8.8 SE +US1NCDV0001 35.9519 -80.6946 256.6 NC SHEFFIELD 1.3 SW +US1NCDV0002 35.9414 -80.4134 254.5 NC ADVANCE 0.2 ESE +US1NCDV0003 35.9990 -80.5970 232.6 NC MOCKSVILLE 7.4 NNW +US1NCDV0005 35.8494 -80.4979 220.7 NC MOCKSVILLE 4.6 SE +US1NCDV0006 35.9734 -80.4415 226.8 NC ADVANCE 2.9 NW +US1NCDV0009 35.9957 -80.6642 278.9 NC SHEFFIELD 1.9 NE +US1NCDV0012 35.8917 -80.6225 234.1 NC MOCKSVILLE 3.7 W +US1NCED0003 35.8968 -77.5322 15.8 NC TARBORO 1.6 ESE +US1NCED0007 35.8391 -77.4105 15.5 NC CONETOE 3.0 ENE +US1NCED0011 35.8391 -77.4950 13.4 NC TARBORO 5.9 SE +US1NCED0015 35.8984 -77.5544 20.4 NC TARBORO 0.7 S +US1NCED0018 35.9288 -77.7684 33.8 NC ROCKY MOUNT 3.1 SE +US1NCFK0001 36.0599 -78.1607 103.9 NC LOUISBURG 8.2 ESE +US1NCFK0002 35.9881 -78.4196 128.9 NC YOUNGSVILLE 4.1 SE +US1NCFK0003 36.0259 -78.4549 137.2 NC YOUNGSVILLE 1.2 E +US1NCFK0006 36.0475 -78.4602 128.9 NC YOUNGSVILLE 1.8 NNE +US1NCFK0007 35.9764 -78.2529 82.9 NC BUNN 1.2 N +US1NCFK0008 35.8874 -78.2289 102.4 NC SPRING HOPE 7.8 WSW +US1NCFK0010 36.0192 -78.5355 121.3 NC WAKE FOREST 3.5 NNW +US1NCFK0011 35.9013 -78.3103 88.1 NC ZEBULON 5.3 N +US1NCFK0012 36.0969 -78.3445 103.6 NC LOUISBURG 2.5 W +US1NCFK0018 36.0056 -78.1746 95.4 NC SPRING HOPE 5.6 NW +US1NCFK0020 35.9705 -78.1968 57.6 NC LOUISBURG 10.6 SSE +US1NCFK0021 36.0419 -78.4475 123.1 NC YOUNGSVILLE 2.0 NE +US1NCFK0024 35.9831 -78.1942 77.4 NC LOUISBURG 10.0 SE +US1NCFK0025 36.0513 -78.4435 114.0 NC FRANKLINTON 3.7 SSE +US1NCFR0001 36.0942 -80.2611 273.1 NC WINSTON-SALEM 0.6 S +US1NCFR0002 35.9897 -80.3677 246.0 NC CLEMMONS 2.4 SSE +US1NCFR0004 36.1544 -80.4055 269.4 NC LEWISVILLE 4.2 N +US1NCFR0005 36.2001 -80.1970 273.7 NC WALKERTOWN 3.2 NW +US1NCFR0006 36.1562 -80.3700 271.0 NC PFAFFTOWN 1.1 SSE +US1NCFR0007 36.0931 -80.4113 280.4 NC LEWISVILLE 0.5 W +US1NCFR0008 36.1430 -80.1220 280.1 NC KERNERSVILLE 3.1 NW +US1NCFR0009 36.0232 -80.0899 281.6 NC KERNERSVILLE 6.6 S +US1NCFR0012 36.1446 -80.3243 233.8 NC WINSTON-SALEM 4.5 NW +US1NCFR0013 36.1433 -80.1214 278.9 NC KERNERSVILLE 3.0 NW +US1NCFR0014 36.0852 -80.2766 267.9 NC WINSTON-SALEM 1.4 SSW +US1NCFR0018 36.1100 -80.1429 276.8 NC KERNERSVILLE 3.8 W +US1NCFR0021 36.1224 -80.3249 273.1 NC WINSTON-SALEM 3.7 WNW +US1NCFR0022 36.1033 -80.0835 294.7 NC KERNERSVILLE 1.1 SSW +US1NCFR0023 36.0528 -80.3021 245.4 NC WINSTON-SALEM 4.1 SSW +US1NCFR0026 36.1275 -80.0939 290.2 NC KERNERSVILLE 1.2 WNW +US1NCFR0027 36.1088 -80.3683 253.3 NC WINSTON-SALEM 5.9 W +US1NCFR0029 36.1561 -80.3704 266.7 NC PFAFFTOWN 0.5 WNW +US1NCFR0031 36.0936 -80.2646 236.8 NC WINSTON-SALEM 0.6 S +US1NCFR0034 36.1528 -80.2215 303.0 NC WINSTON-SALEM 4.2 NNE +US1NCFR0035 36.0210 -80.4041 238.7 NC CLEMMONS 0.9 W +US1NCFR0037 36.0102 -80.4003 222.5 NC CLEMMONS 1.0 SW +US1NCGH0003 35.3407 -83.8215 608.4 NC ROBBINSVILLE 1.5 NNW +US1NCGL0001 36.1008 -79.8447 264.3 NC GREENSBORO 1.8 NNW +US1NCGL0002 36.0673 -79.8168 252.1 NC GREENSBORO 1.0 SE +US1NCGL0003 36.0672 -79.8466 262.1 NC GREENSBORO 1.4 SW +US1NCGL0004 36.1626 -79.8096 251.2 NC GREENSBORO 5.9 N +US1NCGL0006 36.0725 -79.8261 253.0 NC GREENSBORO 0.4 S +US1NCGL0007 36.1404 -80.0004 264.3 NC OAK RIDGE 2.3 SSW +US1NCGL0008 36.1515 -79.7968 242.3 NC GREENSBORO 5.3 NNE +US1NCGL0011 35.9911 -79.7870 265.8 NC GREENSBORO 6.5 SSE +US1NCGL0012 36.1629 -79.6414 235.3 NC GIBSONVILLE 6.9 NW +US1NCGL0013 36.2455 -79.7543 252.4 NC BROWNS SUMMIT 3.2 NW +US1NCGL0015 36.0661 -79.8573 259.1 NC GREENSBORO 1.9 WSW +US1NCGL0016 36.2467 -79.7572 238.4 NC BROWNS SUMMIT 3.4 NW +US1NCGL0017 36.0820 -79.8432 258.5 NC GREENSBORO 0.9 WNW +US1NCGL0018 36.1490 -79.8371 253.6 NC GREENSBORO 4.9 N +US1NCGL0021 36.0234 -79.9572 272.2 NC HIGH POINT 3.7 NE +US1NCGL0022 35.9823 -79.9905 256.6 NC HIGH POINT 0.4 E +US1NCGL0029 36.0651 -79.8087 256.3 NC GREENSBORO 1.4 SE +US1NCGL0040 36.2122 -79.8599 247.5 NC SUMMERFIELD 2.0 ENE +US1NCGL0041 35.9761 -79.8367 255.1 NC GREENSBORO 7.1 S +US1NCGL0042 36.0340 -79.9185 264.3 NC JAMESTOWN 2.8 NNE +US1NCGL0044 36.0456 -79.7129 214.9 NC GREENSBORO 6.8 ESE +US1NCGL0045 36.1177 -79.7721 242.3 NC GREENSBORO 4.1 NE +US1NCGL0047 35.9621 -80.0218 270.7 NC HIGH POINT 1.9 SW +US1NCGL0049 36.0598 -79.9128 275.8 NC GREENSBORO 5.0 WSW +US1NCGL0054 36.1818 -79.8645 255.1 NC SUMMERFIELD 2.2 SE +US1NCGL0055 36.2337 -79.9268 268.2 NC SUMMERFIELD 2.8 NW +US1NCGL0058 36.0718 -79.8591 265.2 NC GREENSBORO 1.9 WSW +US1NCGL0060 36.0008 -80.0210 263.3 NC HIGH POINT 1.9 NW +US1NCGN0007 35.4954 -77.6604 29.3 NC SNOW HILL 3.1 NNE +US1NCGN0010 35.4206 -77.5802 18.0 NC HOOKERTON 0.5 ESE +US1NCGS0001 35.1996 -81.2045 226.8 NC GASTONIA 4.1 SSW +US1NCGS0002 35.2503 -81.1986 239.0 NC GASTONIA 1.5 W +US1NCGS0005 35.2178 -81.1117 229.2 NC GASTONIA 5.5 SE +US1NCGS0006 35.2539 -81.1201 211.8 NC GASTONIA 3.9 ESE +US1NCGS0007 35.2906 -81.1542 236.5 NC GASTONIA 2.5 NE +US1NCGS0008 35.2307 -81.0968 221.0 NC GASTONIA 5.7 SE +US1NCGS0009 35.2490 -81.0335 205.4 NC BELMONT 0.4 E +US1NCGS0011 35.2511 -81.1848 235.0 NC GASTONIA 0.8 W +US1NCGS0021 35.2282 -81.1598 226.2 NC GASTONIA 1.8 SSE +US1NCGS0022 35.2000 -81.1948 225.9 NC GASTONIA 3.9 SSW +US1NCGS0024 35.2421 -81.1910 238.4 NC GASTONIA 1.3 WSW +US1NCGS0026 35.2795 -81.1651 240.2 NC GASTONIA 1.9 N +US1NCGS0028 35.2097 -81.0907 204.2 NC GASTONIA 5.4 ESE +US1NCGS0029 35.3678 -81.0130 228.9 NC STANLEY 4.8 E +US1NCGS0030 35.3700 -81.1371 244.8 NC DALLAS 4.4 NNE +US1NCGS0033 35.2013 -81.1373 227.7 NC GASTONIA 4.0 SSE +US1NCGS0036 35.3188 -81.1996 235.9 NC DALLAS 1.3 WNW +US1NCGS0037 35.2886 -81.3309 284.4 NC KINGS MOUNTAIN 3.4 NNE +US1NCGS0038 35.2151 -81.1448 235.3 NC GASTONIA 3.0 SSE +US1NCGS0044 35.2470 -81.0960 200.9 NC GASTONIA 4.3 E +US1NCGS0049 35.2557 -81.1205 0.0 NC GASTONIA 2.9 E +US1NCGS0052 35.1653 -81.2744 230.4 NC GASTONIA 8.4 SW +US1NCGS0053 35.2428 -81.1977 244.4 NC GASTONIA 1.6 WSW +US1NCGS0054 35.2150 -81.1098 202.7 NC CATAWBA HILLS 0.1 SSE +US1NCGS0058 35.3151 -81.2074 232.6 NC DALLAS 1.7 W +US1NCGT0001 36.5199 -76.7047 21.3 NC GATESVILLE 8.3 NNE +US1NCGT0004 36.4359 -76.7072 8.5 NC GATESVILLE 3.3 NE +US1NCGT0006 36.4843 -76.5878 11.0 NC CORAPEAKE 3.5 S +US1NCGT0007 36.4367 -76.6993 9.8 NC GATESVILLE 3.7 ENE +US1NCGV0003 36.2221 -78.6114 101.8 NC OXFORD 6.3 S +US1NCGV0006 36.2540 -78.5893 126.5 NC OXFORD 3.9 S +US1NCGV0007 36.2045 -78.5800 94.8 NC OXFORD 7.4 S +US1NCGV0010 36.2965 -78.6299 156.1 NC OXFORD 2.5 WSW +US1NCGV0013 36.0734 -78.5939 139.6 NC WAKE FOREST 8.2 NNW +US1NCGV0016 36.1186 -78.6097 113.1 NC CREEDMOOR 4.3 E +US1NCHD0002 35.1122 -75.9782 0.6 NC OCRACOKE 0.2 SE +US1NCHD0004 35.1106 -75.9839 0.9 NC OCRACOKE 0.3 SSW +US1NCHD0011 35.1056 -75.9864 0.6 NC OCRACOKE 0.7 SSW +US1NCHD0012 35.1075 -75.9872 0.9 NC OCRACOKE 0.6 SW +US1NCHD0013 35.5197 -76.0048 0.6 NC ENGELHARD 0.8 NW +US1NCHD0014 35.1078 -75.9693 0.3 NC OCRACOKE 0.2 ESE +US1NCHK0003 34.9592 -79.0558 63.1 NC RAEFORD 9.6 E +US1NCHK0004 34.9944 -79.0557 64.9 NC FAYETTEVILLE 10.8 WSW +US1NCHK0005 35.0184 -79.1633 81.1 NC RAEFORD 4.4 NE +US1NCHK0007 35.0438 -79.1267 81.1 NC RAEFORD 7.1 NE +US1NCHK0010 34.9466 -79.0807 58.8 NC LUMBER BRIDGE 4.0 N +US1NCHK0013 35.0273 -79.1593 85.3 NC RAEFORD 5.0 NE +US1NCHK0014 34.8491 -79.2356 66.8 NC RED SPRINGS 3.8 NW +US1NCHL0001 36.4730 -77.7290 40.8 NC ROANOKE RAPIDS 4.5 WNW +US1NCHL0002 36.5006 -77.8889 67.4 NC LITTLETON 4.7 NNE +US1NCHL0003 36.4703 -77.6558 38.7 NC ROANOKE RAPIDS 1.2 N +US1NCHL0007 36.4380 -77.9128 117.0 NC LITTLETON 0.3 NNW +US1NCHN0001 35.3745 -82.4418 685.8 NC HENDERSONVILLE 3.8 NNE +US1NCHN0002 35.4308 -82.5242 645.0 NC FLETCHER 1.2 WSW +US1NCHN0003 35.3305 -82.5195 666.6 NC LAUREL PARK 1.7 NW +US1NCHN0004 35.2817 -82.4564 737.0 NC EAST FLAT ROCK 2.1 W +US1NCHN0005 35.3638 -82.4753 646.2 NC HENDERSONVILLE 3.0 NNW +US1NCHN0007 35.4000 -82.4670 778.2 NC FLETCHER 3.1 SE +US1NCHN0010 35.4344 -82.5163 642.8 NC FLETCHER 0.8 W +US1NCHN0011 35.3363 -82.6157 719.9 NC ETOWAH 1.9 NW +US1NCHN0012 35.2910 -82.4143 647.7 NC EAST FLAT ROCK 0.5 NNE +US1NCHN0013 35.3201 -82.3993 667.5 NC FLAT ROCK 4.7 NE +US1NCHN0014 35.2800 -82.5309 695.6 NC HENDERSONVILLE 4.8 SW +US1NCHN0015 35.3857 -82.3103 845.5 NC HENDERSONVILLE 9.6 ENE +US1NCHN0016 35.3578 -82.5039 671.2 NC HENDERSONVILLE 3.4 NW +US1NCHN0018 35.2500 -82.4430 797.1 NC FLAT ROCK 1.5 S +US1NCHN0019 35.4412 -82.4596 670.9 NC FLETCHER 2.5 E +US1NCHN0025 35.2409 -82.5044 694.3 NC HENDERSONVILLE 6.1 SSW +US1NCHN0026 35.2697 -82.4695 675.1 NC HENDERSONVILLE 3.6 S +US1NCHN0027 35.3915 -82.4440 698.6 NC HENDERSONVILLE 4.9 NNE +US1NCHN0028 35.2883 -82.4828 654.1 NC HENDERSONVILLE 2.6 SSW +US1NCHN0029 35.2526 -82.4247 753.2 NC FLAT ROCK 1.6 SE +US1NCHN0030 35.3084 -82.5274 823.0 NC LAUREL PARK 1.5 W +US1NCHN0032 35.2904 -82.4431 647.1 NC HENDERSONVILLE 2.4 SSE +US1NCHN0033 35.2881 -82.5421 665.7 NC HENDERSONVILLE 5.1 WSW +US1NCHN0034 35.3149 -82.5650 677.3 NC HENDERSONVILLE 5.8 W +US1NCHN0037 35.3380 -82.3734 695.9 NC DANA 0.3 NNE +US1NCHN0038 35.3217 -82.6126 675.7 NC ETOWAH 1.1 WNW +US1NCHN0039 35.3751 -82.5191 668.1 NC MOUNTAIN HOME 0.9 WNW +US1NCHN0040 35.3567 -82.5266 676.7 NC HENDERSONVILLE 4.4 NW +US1NCHN0041 35.2963 -82.5380 731.5 NC HENDERSONVILLE 4.6 WSW +US1NCHN0044 35.4760 -82.3530 858.3 NC GERTON 0.4 SW +US1NCHN0046 35.3462 -82.5154 761.7 NC HENDERSONVILLE 3.5 WNW +US1NCHN0047 35.2852 -82.5012 709.3 NC HENDERSONVILLE 3.3 SW +US1NCHN0048 35.3053 -82.4764 671.5 NC HENDERSONVILLE 1.4 SW +US1NCHN0049 35.3528 -82.4424 639.2 NC HENDERSONVILLE 2.4 NNE +US1NCHN0051 35.2490 -82.5297 690.1 NC HENDERSONVILLE 6.3 SW +US1NCHN0052 35.3433 -82.5109 808.6 NC HENDERSONVILLE 3.1 WNW +US1NCHN0053 35.2802 -82.4285 661.7 NC FLAT ROCK 1.0 NE +US1NCHN0054 35.4035 -82.5643 654.4 NC MILLS RIVER 1.1 N +US1NCHN0056 35.3149 -82.4452 641.0 NC HENDERSONVILLE 1.1 ESE +US1NCHR0001 35.4187 -78.7341 62.8 NC LILLINGTON 4.8 ENE +US1NCHR0002 35.4049 -78.6810 75.9 NC COATS 0.7 W +US1NCHR0007 35.4028 -78.8508 103.9 NC LILLINGTON 2.0 W +US1NCHR0010 35.2668 -79.0798 123.7 NC CAMERON 10.5 ESE +US1NCHR0014 35.4923 -78.7958 69.8 NC FUQUAY-VARINA 6.8 S +US1NCHR0017 35.3287 -79.1163 84.7 NC CAMERON 7.6 E +US1NCHR0021 35.5014 -78.8745 104.9 NC FUQUAY-VARINA 7.6 SW +US1NCHR0022 35.3552 -78.6069 74.1 NC DUNN 3.1 N +US1NCHR0026 35.5041 -78.8170 105.2 NC FUQUAY-VARINA 6.1 SSW +US1NCHR0028 35.3099 -78.6643 56.7 NC ERWIN 1.1 SSE +US1NCHR0034 35.4052 -78.6659 89.3 NC COATS 0.2 ESE +US1NCHR0037 35.3903 -78.7084 65.2 NC COATS 2.5 WSW +US1NCHR0042 35.3230 -78.9891 136.2 NC LILLINGTON 11.0 WSW +US1NCHR0043 35.4029 -78.8262 69.2 NC LILLINGTON 0.7 WNW +US1NCHW0001 35.5295 -82.8435 792.5 NC CANTON 1.2 S +US1NCHW0002 35.5389 -83.0467 1051.6 NC MAGGIE VALLEY 2.9 ENE +US1NCHW0004 35.4884 -82.9868 816.9 NC WAYNESVILLE 0.7 ENE +US1NCHW0005 35.4389 -82.7873 1112.8 NC CANTON 8.0 SSE +US1NCHW0009 35.4666 -83.0313 867.5 NC WAYNESVILLE 2.3 WSW +US1NCHW0010 35.4944 -82.9287 1068.9 NC WAYNESVILLE 3.9 E +US1NCHW0011 35.4767 -83.0802 1610.0 NC WAYNESVILLE 4.7 W +US1NCHW0012 35.5193 -82.9330 837.6 NC CLYDE 1.5 SW +US1NCHW0013 35.5635 -82.9337 849.2 NC CLYDE 2.4 NNW +US1NCHW0014 35.3981 -82.8152 954.6 NC CANTON 10.3 S +US1NCHW0015 35.6008 -82.9808 855.6 NC LAKE JUNALUSKA 5.1 N +US1NCHW0016 35.5261 -82.9073 779.7 NC CLYDE 0.6 SSE +US1NCHW0017 35.5678 -82.8394 847.6 NC CANTON 1.5 N +US1NCHW0018 35.5306 -82.9852 867.2 NC WAYNESVILLE 3.3 N +US1NCHW0021 35.5235 -82.9215 805.6 NC CLYDE 0.9 SW +US1NCHW0023 35.5284 -82.9578 785.8 NC CLYDE 2.6 W +US1NCHW0024 35.4784 -83.0441 979.3 NC WAYNESVILLE 2.7 W +US1NCHW0025 35.4932 -83.0127 926.6 NC WAYNESVILLE 1.0 NW +US1NCHW0027 35.4462 -83.0564 1008.9 NC WAYNESVILLE 4.2 SW +US1NCHW0029 35.5161 -83.0867 902.5 NC MAGGIE VALLEY 0.3 ESE +US1NCHW0030 35.4585 -82.9738 1126.8 NC WAYNESVILLE 2.2 SE +US1NCHW0031 35.4297 -82.9222 862.3 NC CANTON 8.6 SSW +US1NCHW0032 35.6697 -82.9349 847.0 NC CLYDE 9.5 N +US1NCHW0034 35.5386 -82.9097 792.2 NC CLYDE 0.4 NNE +US1NCHW0035 35.5583 -83.0344 827.8 NC WAYNESVILLE 5.5 NNW +US1NCHW0037 35.3933 -82.8140 955.5 NC CANTON 10.7 S +US1NCHW0038 35.4887 -82.9869 822.0 NC WAYNESVILLE 0.7 ENE +US1NCHW0039 35.5317 -83.0595 1092.4 NC MAGGIE VALLEY 2.1 ENE +US1NCHW0041 35.5730 -82.7890 1006.8 NC CANTON 3.6 ENE +US1NCHW0045 35.5475 -83.1284 1604.2 NC MAGGIE VALLEY 3.0 NW +US1NCHW0047 35.5713 -83.0209 783.9 NC WAYNESVILLE 6.1 NNW +US1NCHW0048 35.5374 -83.0303 824.8 NC WAYNESVILLE 4.1 NNW +US1NCHW0053 35.4859 -82.9949 849.8 NC WAYNESVILLE 0.2 NE +US1NCHW0054 35.5045 -83.0191 1157.0 NC WAYNESVILLE 1.8 NW +US1NCHW0058 35.6094 -82.9128 864.4 NC CRABTREE 1.7 ENE +US1NCHW0061 35.5982 -83.0455 988.2 NC MAGGIE VALLEY 6.2 NNE +US1NCIR0001 35.5531 -80.8010 251.2 NC MOORESVILLE 1.9 SSE +US1NCIR0002 35.9260 -80.8188 260.9 NC HARMONY 3.4 SW +US1NCIR0005 35.7953 -80.8347 258.5 NC STATESVILLE 2.9 ENE +US1NCIR0008 35.8052 -80.8179 281.0 NC STATESVILLE 4.0 ENE +US1NCIR0010 35.5322 -80.7875 223.1 NC MOORESVILLE 3.5 SSE +US1NCIR0017 35.9894 -80.7689 283.5 NC HARMONY 2.2 N +US1NCIR0019 35.7494 -80.9926 289.0 NC STATESVILLE 6.5 WSW +US1NCIR0021 35.5687 -80.8322 249.3 NC MOORESVILLE 1.3 WSW +US1NCIR0024 35.7886 -80.8425 240.8 NC STATESVILLE 2.5 E +US1NCIR0025 35.7432 -81.0248 294.1 NC STATESVILLE 8.3 WSW +US1NCIR0027 35.5701 -80.8858 250.9 NC MOORESVILLE 4.2 W +US1NCJC0001 35.4349 -83.3236 621.8 NC DILLSBORO 6.0 NW +US1NCJC0003 35.2301 -83.0064 941.8 NC CULLOWHEE 11.2 ESE +US1NCJC0005 35.4299 -83.1346 1245.1 NC SYLVA 6.3 NE +US1NCJC0007 35.4254 -83.3000 645.0 NC WHITTIER 3.5 ESE +US1NCJC0010 35.2766 -83.0494 1176.5 NC TUCKASEGEE 4.2 E +US1NCJC0017 35.4161 -83.1772 883.9 NC SYLVA 3.9 NE +US1NCJC0019 35.2551 -83.0593 957.4 NC TUCKASEGEE 3.7 ESE +US1NCJC0020 35.3780 -83.1908 658.7 NC SYLVA 1.8 E +US1NCJH0002 35.5658 -78.4463 71.3 NC CLAYTON 5.6 S +US1NCJH0003 35.4762 -78.3122 39.9 NC SMITHFIELD 2.8 SE +US1NCJH0004 35.4348 -78.2457 49.1 NC PINE LEVEL 5.2 S +US1NCJH0005 35.6544 -78.5093 95.1 NC CLAYTON 2.9 W +US1NCJH0007 35.5724 -78.4154 64.0 NC CLAYTON 5.7 SSE +US1NCJH0009 35.6599 -78.2107 73.2 NC KENLY 6.6 NW +US1NCJH0010 35.6436 -78.4954 106.1 NC CLAYTON 2.1 W +US1NCJH0014 35.6317 -78.4702 91.1 NC CLAYTON 1.3 SSW +US1NCJH0015 35.6892 -78.3482 83.8 NC WENDELL 6.5 S +US1NCJH0019 35.5786 -78.5922 83.8 NC GARNER 8.2 SSE +US1NCJH0020 35.6169 -78.3846 93.0 NC CLAYTON 4.6 ESE +US1NCJH0022 35.7218 -78.2583 83.2 NC MIDDLESEX 5.5 SSW +US1NCJH0023 35.5728 -78.5454 80.5 NC GARNER 9.6 SSE +US1NCJH0024 35.6244 -78.4578 71.9 NC CLAYTON 1.6 S +US1NCJH0025 35.7260 -78.2571 87.2 NC MIDDLESEX 5.2 SW +US1NCJH0026 35.6343 -78.2546 64.6 NC SELMA 7.0 NNE +US1NCJH0032 35.6954 -78.4264 81.7 NC CLAYTON 3.8 NNE +US1NCJH0040 35.5345 -78.1305 56.7 NC KENLY 4.1 S +US1NCJH0044 35.6486 -78.5185 75.9 NC CLAYTON 3.4 W +US1NCJH0046 35.6194 -78.3411 51.2 NC CLAYTON 6.8 ESE +US1NCJH0051 35.4841 -78.1555 55.8 NC PRINCETON 1.3 NNE +US1NCJH0052 35.4593 -78.1886 43.9 NC PRINCETON 1.6 WSW +US1NCJH0057 35.5839 -78.5171 70.4 NC GARNER 9.8 SE +US1NCJH0060 35.6782 -78.4051 83.5 NC CLAYTON 3.7 NE +US1NCJH0062 35.6934 -78.3302 87.8 NC ZEBULON 9.1 S +US1NCJH0063 35.6726 -78.4097 81.1 NC CLAYTON 3.3 ENE +US1NCJH0065 35.5107 -78.4901 58.5 NC FOUR OAKS 5.7 NW +US1NCJH0080 35.5360 -78.1004 66.8 NC KENLY 4.2 SSE +US1NCJH0082 35.6743 -78.4601 105.5 NC CLAYTON 1.9 N +US1NCJH0084 35.5680 -78.4497 64.0 NC CLAYTON 5.5 S +US1NCJH0086 35.6622 -78.3425 84.7 NC CLAYTON 6.6 E +US1NCJN0001 35.0716 -77.1283 4.9 NC NEW BERN 4.4 SW +US1NCJN0005 35.0311 -77.6216 18.9 NC PINK HILL 7.2 ESE +US1NCJN0006 35.0606 -77.4360 11.0 NC TRENTON 4.6 W +US1NCLE0003 35.3831 -79.1632 121.0 NC SANFORD 6.6 S +US1NCLE0004 35.4025 -79.0948 107.0 NC SANFORD 7.1 SE +US1NCLE0007 35.4310 -79.1122 105.5 NC SANFORD 5.0 SE +US1NCLE0009 35.5631 -79.1950 97.5 NC SANFORD 6.0 N +US1NCLN0001 35.4422 -81.2418 279.5 NC LINCOLNTON 2.3 S +US1NCLN0002 35.5000 -81.1400 270.7 NC LINCOLNTON 6.2 ENE +US1NCLN0004 35.4606 -81.3296 270.4 NC LINCOLNTON 4.4 WSW +US1NCLN0007 35.4814 -80.9728 246.3 NC WESTPORT 1.8 S +US1NCLN0008 35.4451 -81.1566 272.8 NC IRON STATION 0.3 N +US1NCLN0010 35.5391 -81.4717 335.0 NC VALE 4.2 W +US1NCLN0012 35.5157 -80.9821 235.9 NC WESTPORT 0.6 NNW +US1NCLR0001 35.3080 -77.7899 31.1 NC LA GRANGE 0.2 NNW +US1NCLR0004 35.3004 -77.6478 36.9 NC KINSTON 3.7 WNW +US1NCLR0005 35.3357 -77.5569 19.2 NC KINSTON 4.6 NNE +US1NCLR0007 35.2460 -77.5156 10.7 NC KINSTON 4.7 ESE +US1NCLR0008 35.1843 -77.7337 38.7 NC KINSTON 10.2 SW +US1NCLR0010 35.3007 -77.6762 30.8 NC KINSTON 5.1 WNW +US1NCLR0012 35.2073 -77.5656 20.7 NC KINSTON 4.9 SSE +US1NCLR0020 35.3238 -77.7517 31.7 NC LA GRANGE 2.4 ENE +US1NCLR0022 35.1919 -77.6598 24.1 NC KINSTON 7.0 SW +US1NCLR0023 35.2890 -77.6665 31.7 NC KINSTON 4.4 WNW +US1NCLR0026 35.2923 -77.6017 24.7 NC KINSTON 1.3 NNW +US1NCLR0030 35.2884 -77.6054 24.4 NC KINSTON 1.2 NW +US1NCLR0031 35.0848 -77.7188 45.7 NC PINK HILL 2.5 NE +US1NCMC0001 35.1817 -83.3840 645.9 NC FRANKLIN 0.1 WNW +US1NCMC0002 35.1947 -83.2532 897.6 NC FRANKLIN 7.3 E +US1NCMC0003 35.2085 -83.3763 648.6 NC FRANKLIN 1.9 N +US1NCMC0004 35.2470 -83.4140 602.6 NC FRANKLIN 4.9 NNW +US1NCMC0005 35.2834 -83.4001 647.7 NC FRANKLIN 7.1 N +US1NCMC0007 35.1226 -83.3558 875.7 NC FRANKLIN 7.5 SW +US1NCMC0008 35.1106 -83.3828 633.1 NC FRANKLIN 4.9 S +US1NCMC0012 35.1614 -83.3078 645.0 NC FRANKLIN 4.4 ESE +US1NCMC0014 35.1595 -83.3822 655.9 NC FRANKLIN 1.5 S +US1NCMC0017 35.1257 -83.4077 688.8 NC FRANKLIN 4.1 SSW +US1NCMC0019 35.1899 -83.3911 665.4 NC FRANKLIN 0.8 NW +US1NCMC0022 35.2511 -83.4342 610.5 NC FRANKLIN 5.7 NNW +US1NCMC0023 35.1223 -83.3670 653.8 NC FRANKLIN 4.1 SSE +US1NCMC0024 35.1011 -83.4433 811.4 NC FRANKLIN 6.5 SSW +US1NCMC0025 35.0742 -83.3954 636.7 NC OTTO 1.1 NW +US1NCMC0028 35.1618 -83.3258 676.7 NC FRANKLIN 3.4 ESE +US1NCMC0032 35.2076 -83.3173 756.5 NC FRANKLIN 4.1 ENE +US1NCMC0033 35.0665 -83.1789 1149.4 NC HIGHLANDS 1.4 NE +US1NCMC0034 35.1154 -83.4439 791.3 NC FRANKLIN 5.7 SW +US1NCMC0037 35.0516 -83.2157 1115.0 NC HIGHLANDS 1.0 W +US1NCMD0001 35.7344 -81.9537 375.8 NC MARION 4.7 NE +US1NCMD0002 35.7080 -82.0290 420.9 NC MARION 2.1 NNW +US1NCMD0003 35.6839 -82.0155 466.3 NC MARION 0.4 WNW +US1NCMD0007 35.6481 -82.0187 425.8 NC MARION 2.4 SSW +US1NCMD0008 35.6753 -82.2130 585.8 NC OLD FORT 3.6 NW +US1NCMD0009 35.6891 -82.0742 409.7 NC PLEASANT GARDENS 0.8 WSW +US1NCMD0010 35.6322 -82.1800 469.7 NC OLD FORT 0.2 W +US1NCMD0017 35.7106 -82.0202 423.1 NC MARION 2.0 NNW +US1NCMD0019 35.5788 -82.2345 816.9 NC OLD FORT 4.9 SW +US1NCMD0025 35.7839 -82.0472 472.1 NC WOODLAWN 0.3 W +US1NCMG0001 35.4146 -79.7846 203.9 NC STAR 1.0 N +US1NCMG0003 35.4688 -79.8614 200.9 NC TROY 8.1 N +US1NCMK0002 35.2848 -80.8801 235.0 NC CHARLOTTE 6.6 NNW +US1NCMK0005 35.3139 -80.7783 223.1 NC CHARLOTTE 8.6 NNE +US1NCMK0009 35.0536 -80.7528 211.2 NC WEDDINGTON 1.7 NNW +US1NCMK0010 35.0700 -81.0261 214.0 NC PINEVILLE 8.0 W +US1NCMK0012 35.1911 -80.7680 229.2 NC CHARLOTTE 3.8 E +US1NCMK0013 35.2466 -80.6418 211.2 NC MINT HILL 4.9 NNE +US1NCMK0015 35.3302 -80.9600 222.2 NC MOUNT HOLLY 4.4 ENE +US1NCMK0016 35.2160 -80.8063 216.7 NC CHARLOTTE 2.0 NE +US1NCMK0017 35.4138 -80.8351 234.1 NC HUNTERSVILLE 0.6 ESE +US1NCMK0019 35.1002 -80.9680 180.7 NC CHARLOTTE 10.1 SW +US1NCMK0024 35.1096 -80.7229 207.3 NC MATTHEWS 1.0 SSW +US1NCMK0026 35.2293 -80.8405 229.2 NC CHARLOTTE 2.2 N +US1NCMK0029 35.4993 -80.8600 244.1 NC DAVIDSON 0.8 W +US1NCMK0034 35.3073 -80.9469 205.7 NC MOUNT HOLLY 4.8 E +US1NCMK0037 35.4993 -80.8601 218.5 NC DAVIDSON 0.8 W +US1NCMK0039 35.3867 -80.7961 232.6 NC HUNTERSVILLE 3.4 SE +US1NCMK0044 35.3443 -80.7657 231.3 NC CHARLOTTE 10.9 NNE +US1NCMK0050 35.1328 -80.7684 189.3 NC CHARLOTTE 5.8 SE +US1NCMK0052 35.2264 -80.9930 182.9 NC CHARLOTTE 9.2 WNW +US1NCMK0053 35.2365 -80.7197 227.1 NC CHARLOTTE 7.0 ENE +US1NCMK0056 35.1735 -80.6655 217.6 NC MINT HILL 0.3 SW +US1NCMK0059 35.1187 -80.7672 201.5 NC CHARLOTTE 6.6 SE +US1NCMK0060 35.4745 -80.7946 207.3 NC DAVIDSON 3.4 ESE +US1NCMK0062 35.4806 -80.8939 245.7 NC CORNELIUS 1.4 W +US1NCMK0064 35.1027 -80.7156 200.6 NC MATTHEWS 1.3 S +US1NCMK0067 35.1656 -80.6639 235.3 NC MINT HILL 0.8 S +US1NCMK0068 35.4177 -80.8801 228.0 NC HUNTERSVILLE 2.0 W +US1NCMK0069 35.2415 -80.7284 237.1 NC CHARLOTTE 6.7 ENE +US1NCMK0070 35.3813 -80.8723 241.7 NC HUNTERSVILLE 2.8 SSW +US1NCMK0071 35.1900 -80.7317 226.2 NC CHARLOTTE 5.8 E +US1NCMK0075 35.1134 -80.7242 218.2 NC MATTHEWS 0.9 SW +US1NCMK0077 35.4849 -80.8951 246.3 NC CORNELIUS 1.5 W +US1NCMK0078 35.1011 -81.0200 203.3 NC CHARLOTTE 12.6 WSW +US1NCMK0087 35.2505 -80.9475 227.4 NC CHARLOTTE 7.4 WNW +US1NCMK0088 35.0952 -80.8320 179.2 NC CHARLOTTE 7.1 S +US1NCMK0092 35.2184 -80.8990 214.9 NC CHARLOTTE 3.9 WNW +US1NCMK0094 35.1521 -80.7865 199.9 NC CHARLOTTE 4.1 SE +US1NCMK0095 35.4943 -80.8419 245.1 NC DAVIDSON 0.4 SE +US1NCMK0097 35.4887 -80.8846 239.0 NC CORNELIUS 1.0 WNW +US1NCML0001 36.0920 -82.1750 1168.0 NC BAKERSVILLE 5.4 N +US1NCML0002 35.9890 -82.1280 893.1 NC BAKERSVILLE 2.5 SE +US1NCML0003 36.0131 -82.1168 796.7 NC BAKERSVILLE 2.3 E +US1NCML0004 36.0921 -82.1105 1412.7 NC BAKERSVILLE 6.0 NNE +US1NCML0006 36.1429 -82.2061 996.7 NC BULADEAN 1.9 NNW +US1NCML0007 36.0200 -82.1200 826.9 NC BAKERSVILLE 2.2 E +US1NCML0010 35.8379 -82.1375 1027.8 NC SPRUCE PINE 6.6 SW +US1NCML0011 35.8890 -82.0125 833.9 NC SPRUCE PINE 3.7 ESE +US1NCML0014 35.9006 -82.1477 782.4 NC SPRUCE PINE 4.5 WSW +US1NCMR0001 35.1689 -79.5604 164.6 NC FOXFIRE 0.6 SE +US1NCMR0004 35.2421 -79.3966 132.6 NC WHISPERING PINES 1.3 SW +US1NCMR0005 35.2066 -79.4412 160.9 NC PINEHURST 2.1 NNE +US1NCMR0008 35.1941 -79.4781 162.5 NC PINEHURST 1.3 NW +US1NCMR0009 35.2795 -79.3567 120.7 NC WHISPERING PINES 2.1 NE +US1NCMR0012 35.2451 -79.3933 116.4 NC WHISPERING PINES 1.0 SW +US1NCMR0013 35.2198 -79.1982 71.9 NC VASS 5.3 ESE +US1NCMR0014 35.2262 -79.4289 135.6 NC PINEHURST 3.7 NNE +US1NCMR0015 35.2226 -79.4456 130.5 NC PINEHURST 3.1 NNE +US1NCMR0016 35.2125 -79.4545 149.4 NC PINEHURST 2.3 N +US1NCMR0017 35.2202 -79.4392 138.1 NC PINEHURST 3.0 NNE +US1NCMR0018 35.2540 -79.3497 98.5 NC WHISPERING PINES 1.7 E +US1NCMR0021 35.2520 -79.3663 109.1 NC WHISPERING PINES 0.8 ESE +US1NCMR0025 35.2455 -79.3535 110.0 NC WHISPERING PINES 1.6 ESE +US1NCMR0037 35.2934 -79.3645 119.2 NC WHISPERING PINES 2.8 NNE +US1NCMR0040 35.1473 -79.4288 120.1 NC ABERDEEN 0.7 NW +US1NCMS0001 35.8962 -82.5212 944.9 NC MARS HILL 5.0 NNE +US1NCMS0005 35.9821 -82.7672 635.5 NC MARSHALL 13.6 NNW +US1NCMS0006 35.8124 -82.7702 739.4 NC MARSHALL 4.9 WNW +US1NCMS0007 35.7834 -82.8947 975.4 NC HOT SPRINGS 8.4 SSW +US1NCMS0009 35.8116 -82.8530 638.3 NC HOT SPRINGS 5.7 SSW +US1NCMS0010 35.9018 -82.8393 411.2 NC HOT SPRINGS 0.9 NW +US1NCMS0012 35.7564 -82.7530 678.2 NC MARSHALL 4.8 SW +US1NCMS0016 35.8015 -82.5305 618.1 NC MARS HILL 2.2 SSE +US1NCMS0017 35.7996 -82.5453 646.8 NC MARS HILL 2.0 S +US1NCMS0018 35.6955 -82.7991 759.3 NC LEICESTER 6.5 WNW +US1NCMS0019 36.0084 -82.6182 946.4 NC MARSHALL 15.1 NNE +US1NCMS0020 35.7701 -82.8129 873.9 NC MARSHALL 7.5 WSW +US1NCMS0021 35.8153 -82.8610 626.1 NC HOT SPRINGS 5.6 SSW +US1NCMS0022 35.8276 -82.9142 1029.0 NC HOT SPRINGS 6.5 SW +US1NCMS0023 35.7866 -82.9418 1184.5 NC HOT SPRINGS 9.6 SW +US1NCMS0024 35.8196 -82.8724 615.4 NC HOT SPRINGS 5.6 SSW +US1NCMS0025 35.9253 -82.5040 1065.6 NC SWISS 3.2 WNW +US1NCMS0026 35.9006 -82.7057 649.8 NC WALNUT 3.9 NE +US1NCMS0028 35.8251 -82.4297 839.1 NC MARS HILL 6.8 E +US1NCMS0029 35.7962 -82.7152 564.5 NC MARSHALL 1.7 W +US1NCMT0002 35.7919 -76.8896 13.4 NC JAMESVILLE 1.5 SSE +US1NCMT0006 35.8386 -77.0620 22.3 NC WILLIAMSTON 0.9 SSW +US1NCMT0007 35.7426 -76.9673 12.5 NC JAMESVILLE 6.1 SW +US1NCMT0010 35.8254 -77.2533 21.9 NC ROBERSONVILLE 0.0 NNW +US1NCMT0012 35.7353 -77.0350 11.9 NC WILLIAMSTON 8.1 S +US1NCMT0014 35.7254 -77.0273 11.0 NC WILLIAMSTON 8.9 SSE +US1NCNH0005 34.1596 -77.8986 5.5 NC SILVER LAKE 1.3 NE +US1NCNH0007 34.1527 -77.8842 7.9 NC WILMINGTON 4.4 SSE +US1NCNH0010 34.2500 -77.8087 6.4 NC WILMINGTON 8.0 ENE +US1NCNH0013 34.2795 -77.7963 3.7 NC WILMINGTON 9.3 ENE +US1NCNH0016 34.1747 -77.8561 7.6 NC WILMINGTON 4.1 SE +US1NCNH0018 34.1703 -77.8863 8.8 NC WILMINGTON 3.2 SSE +US1NCNH0019 34.2307 -77.9230 7.0 NC WILMINGTON 1.4 NNW +US1NCNH0025 34.1830 -77.8652 0.0 NC WILMINGTON 4.1 SE +US1NCNH0030 34.2955 -77.7742 7.6 NC WILMINGTON 10.8 ENE +US1NCNH0031 34.2946 -77.7666 7.3 NC BAYSHORE 1.3 ENE +US1NCNH0035 34.1865 -77.8851 11.6 NC WILMINGTON 2.3 SE +US1NCNH0042 34.1673 -77.9034 8.5 NC WILMINGTON 3.1 S +US1NCNH0045 33.9628 -77.9256 1.8 NC KURE BEACH 2.4 SSW +US1NCNH0046 34.1295 -77.8685 1.5 NC WILMINGTON 6.2 SSE +US1NCNH0050 34.2497 -77.8411 13.1 NC WILMINGTON 4.8 ENE +US1NCNH0051 34.2743 -77.8491 13.4 NC WILMINGTON 5.6 NE +US1NCNH0055 34.1805 -77.8481 7.6 NC WILMINGTON 4.2 ESE +US1NCNH0058 34.1839 -77.8708 6.1 NC WILMINGTON 3.0 SE +US1NCNH0061 34.1486 -77.8869 7.9 NC WILMINGTON 4.6 SSE +US1NCNH0062 34.0544 -77.8971 6.1 NC CAROLINA BEACH 1.0 N +US1NCNH0063 34.2631 -77.8493 14.0 NC SMITH CREEK 0.8 E +US1NCNH0066 34.1588 -77.9212 3.0 NC WILMINGTON 3.7 S +US1NCNH0067 34.2223 -77.8974 11.9 NC WILMINGTON 1.0 NE +US1NCNH0068 34.2758 -77.8089 7.9 NC WILMINGTON 7.3 NE +US1NCNH0073 34.0366 -77.9017 6.1 NC CAROLINA BEACH 0.4 WSW +US1NCNH0077 34.2945 -77.7666 7.3 NC WILMINGTON 10.0 NE +US1NCNH0081 34.2670 -77.8137 8.8 NC WILMINGTON 6.7 NE +US1NCNH0082 34.1787 -77.8840 8.5 NC WILMINGTON 2.8 SE +US1NCNR0001 36.5127 -77.8244 71.0 NC LITTLETON 7.2 NE +US1NCNR0002 36.4362 -77.2360 32.9 NC CONWAY 0.3 W +US1NCNR0004 36.4702 -77.2549 20.7 NC CONWAY 2.7 NNW +US1NCNR0005 36.3786 -77.1858 18.6 NC CONWAY 4.7 SSE +US1NCNR0006 36.5264 -77.8276 66.8 NC HENRICO 0.4 S +US1NCNR0007 36.5167 -77.2363 33.5 NC SEVERN 2.6 W +US1NCNR0008 36.4561 -77.2279 24.1 NC CONWAY 1.3 N +US1NCNS0002 35.9713 -78.0134 68.3 NC NASHVILLE 3.2 W +US1NCNS0005 35.9806 -77.7873 26.5 NC ROCKY MOUNT 2.1 NE +US1NCNS0010 35.8957 -77.8823 40.8 NC ROCKY MOUNT 5.9 SW +US1NCNS0014 35.8584 -77.9604 44.5 NC ELM CITY 6.4 WNW +US1NCNS0015 36.1276 -77.8011 40.8 NC WHITAKERS 5.2 WNW +US1NCNS0016 35.7972 -78.2269 95.7 NC ZEBULON 5.5 ESE +US1NCNS0018 35.8590 -77.9612 44.5 NC ELM CITY 6.5 WNW +US1NCNS0020 36.0373 -77.8790 54.3 NC BATTLEBORO 7.2 W +US1NCNS0021 35.8532 -77.9128 44.8 NC ROCKY MOUNT 9.2 SW +US1NCNS0027 35.9432 -77.8801 43.0 NC ROCKY MOUNT 4.0 WSW +US1NCON0001 34.9029 -77.5459 19.2 NC RICHLANDS 0.2 NNE +US1NCON0004 34.7264 -77.1672 6.1 NC SWANSBORO 3.3 NW +US1NCON0007 34.6926 -77.1383 6.4 NC SWANSBORO 0.6 WNW +US1NCON0017 34.7271 -77.4808 10.4 NC JACKSONVILLE 5.1 WSW +US1NCON0019 34.7738 -77.4185 6.7 NC JACKSONVILLE 1.0 NW +US1NCON0020 34.6681 -77.1785 9.1 NC HUBERT 4.9 SE +US1NCON0021 34.7657 -77.4335 6.1 NC JACKSONVILLE 1.7 W +US1NCON0027 34.6695 -77.1936 7.6 NC HUBERT 4.3 SE +US1NCON0031 34.7283 -77.4914 10.4 NC JACKSONVILLE 5.5 WSW +US1NCON0034 34.9304 -77.5802 19.5 NC RICHLANDS 2.8 NW +US1NCON0035 34.5796 -77.3689 3.0 NC CAMP LEJEUNE CENTRAL 8.0 S +US1NCON0039 34.8613 -77.5315 5.5 NC RICHLANDS 2.8 SSE +US1NCON0040 34.9168 -77.2960 12.5 NC MAYSVILLE 3.8 WNW +US1NCON0041 34.7593 -77.3714 11.0 NC JACKSONVILLE 1.9 E +US1NCON0044 34.7589 -77.3692 9.1 NC JACKSONVILLE 2.0 E +US1NCON0045 34.5240 -77.3708 0.3 NC SNEADS FERRY 2.1 SSE +US1NCON0046 34.7690 -77.3156 10.1 NC JACKSONVILLE 5.0 E +US1NCON0047 34.5213 -77.4786 10.1 NC HOLLY RIDGE 4.8 ENE +US1NCON0058 34.7749 -77.3873 11.6 NC JACKSONVILLE 1.2 NE +US1NCON0059 34.8276 -77.4987 7.9 NC JACKSONVILLE 6.9 NW +US1NCON0060 34.6608 -77.2188 9.8 NC HUBERT 4.0 SSE +US1NCON0064 34.6578 -77.2063 9.8 NC HUBERT 4.4 SE +US1NCON0067 34.8293 -77.5855 24.4 NC RICHLANDS 5.3 SSW +US1NCON0068 34.8455 -77.4725 11.0 NC JACKSONVILLE 6.8 NW +US1NCON0070 34.7578 -77.6546 21.3 NC GURGANUS 0.5 N +US1NCON0076 34.6921 -77.1490 10.1 NC SWANSBORO 1.1 W +US1NCON0078 34.7979 -77.2028 3.7 NC MAYSVILLE 7.5 SSE +US1NCON0086 34.7108 -77.1290 9.1 NC SWANSBORO 1.4 N +US1NCON0095 34.8163 -77.4526 11.9 NC JACKSONVILLE 4.5 NW +US1NCON0106 34.5178 -77.4172 4.9 NC SNEADS FERRY 3.3 SW +US1NCON0110 34.7057 -77.5764 19.2 NC JACKSONVILLE 10.6 WSW +US1NCON0112 34.6774 -77.4714 13.4 NC JACKSONVILLE 7.1 SSW +US1NCON0113 34.7947 -77.3869 14.0 NC JACKSONVILLE 2.3 NNE +US1NCON0114 34.6453 -77.1814 1.8 NC SWANSBORO 4.3 SW +US1NCON0122 34.8604 -77.2606 13.7 NC MAYSVILLE 3.4 SSW +US1NCON0123 34.7616 -77.4618 7.0 NC JACKSONVILLE 3.3 W +US1NCON0124 34.4901 -77.4902 9.1 NC HOLLY RIDGE 3.7 E +US1NCON0126 34.5070 -77.4717 7.0 NC HOLLY RIDGE 4.9 ENE +US1NCOR0001 36.0164 -79.1281 226.2 NC HILLSBOROUGH 4.0 SSW +US1NCOR0002 36.1383 -79.1806 210.9 NC EFLAND 4.0 NNW +US1NCOR0004 36.1468 -78.9782 159.1 NC HILLSBOROUGH 8.7 NE +US1NCOR0005 35.8845 -79.0646 127.4 NC CHAPEL HILL 3.3 SSW +US1NCOR0006 36.1515 -79.1908 202.4 NC HILLSBOROUGH 7.4 NW +US1NCOR0007 35.9902 -79.2305 183.5 NC MEBANE 7.4 SSE +US1NCOR0008 36.0230 -79.1664 227.1 NC HILLSBOROUGH 4.9 SW +US1NCOR0009 36.0536 -79.0902 190.2 NC HILLSBOROUGH 1.4 SSE +US1NCOR0010 36.0519 -79.0831 182.0 NC HILLSBOROUGH 1.7 SE +US1NCOR0017 36.1762 -79.1246 194.5 NC CEDAR GROVE 2.4 ENE +US1NCOR0019 35.9469 -79.0227 91.1 NC CHAPEL HILL 1.7 NE +US1NCOR0021 35.9023 -79.1147 129.2 NC CHAPEL HILL 4.5 WSW +US1NCOR0022 36.1521 -78.9813 161.2 NC HILLSBOROUGH 8.8 NE +US1NCOR0023 35.9297 -79.1885 154.5 NC CHAPEL HILL 8.3 W +US1NCOR0024 36.0746 -79.1078 160.3 NC HILLSBOROUGH 0.4 NW +US1NCOR0027 36.0451 -79.1015 182.9 NC HILLSBOROUGH 1.8 S +US1NCOR0028 36.0010 -79.2287 198.7 NC MEBANE 6.7 SSE +US1NCOR0030 36.0538 -79.0128 124.7 NC DURHAM 7.5 NW +US1NCOR0032 35.9248 -79.0771 133.5 NC CARRBORO 0.8 NNE +US1NCOR0033 35.9463 -79.0545 140.2 NC CHAPEL HILL 1.5 NNW +US1NCOR0034 36.1473 -79.1353 203.3 NC HILLSBOROUGH 5.6 NNW +US1NCOR0038 35.9113 -79.1144 148.4 NC CHAPEL HILL 4.3 WSW +US1NCOR0039 36.0359 -79.0246 156.4 NC DURHAM 7.2 WNW +US1NCOR0040 35.9714 -79.0246 153.3 NC CHAPEL HILL 3.2 NNE +US1NCOR0041 36.0850 -79.0815 176.8 NC HILLSBOROUGH 1.5 NE +US1NCOR0044 36.1492 -79.1330 205.7 NC HILLSBOROUGH 5.6 NNW +US1NCOR0045 35.9081 -79.2067 165.8 NC CHAPEL HILL 9.4 W +US1NCOR0046 35.9460 -79.0185 100.0 NC CHAPEL HILL 1.8 NE +US1NCOR0048 35.8766 -79.0974 126.8 NC CHAPEL HILL 4.7 SW +US1NCOR0051 35.9644 -79.0397 152.1 NC CHAPEL HILL 2.5 N +US1NCPD0002 34.3756 -77.6176 2.1 NC TOPSAIL BEACH 0.9 E +US1NCPD0003 34.4452 -78.0231 4.3 NC BURGAW 9.1 SW +US1NCPD0004 34.4524 -77.9923 8.2 NC ROCKY POINT 6.1 WNW +US1NCPD0008 34.4170 -77.9206 11.6 NC ROCKY POINT 2.3 SW +US1NCPD0010 34.3817 -77.9337 4.3 NC CASTLE HAYNE 2.5 NW +US1NCPD0011 34.3407 -77.7102 7.0 NC HAMPSTEAD 1.9 S +US1NCPD0013 34.3768 -77.9144 4.3 NC CASTLE HAYNE 1.6 NNW +US1NCPD0017 34.3708 -77.7139 15.5 NC HAMPSTEAD 0.3 NW +US1NCPD0019 34.4255 -77.5447 3.0 NC SURF CITY 0.8 E +US1NCPD0020 34.3737 -77.6212 1.2 NC TOPSAIL BEACH 0.7 E +US1NCPD0022 34.5540 -77.9229 12.2 NC BURGAW 0.3 NE +US1NCPD0024 34.4439 -78.0871 9.8 NC CURRIE 1.5 SSE +US1NCPD0026 34.3800 -77.6731 7.6 NC HAMPSTEAD 2.3 ENE +US1NCPD0028 34.3788 -77.6699 8.2 NC TOPSAIL BEACH 2.1 W +US1NCPD0029 34.3637 -77.6863 5.5 NC HAMPSTEAD 1.3 ESE +US1NCPD0031 34.3866 -77.7785 4.6 NC HAMPSTEAD 4.1 WNW +US1NCPK0001 35.2512 -82.1715 315.5 NC COLUMBUS 1.9 E +US1NCPK0002 35.3287 -82.2636 319.4 NC COLUMBUS 6.6 NNW +US1NCPK0003 35.2312 -82.2605 326.1 NC TRYON 2.0 NW +US1NCPK0004 35.2111 -82.1730 275.5 NC TRYON 3.7 E +US1NCPK0005 35.1968 -82.2029 342.3 NC TRYON 2.2 ESE +US1NCPK0006 35.2454 -82.3493 646.8 NC SALUDA 0.5 N +US1NCPK0007 35.2559 -81.9943 282.2 NC RUTHERFORDTON 7.8 SSW +US1NCPK0008 35.2276 -81.9767 285.6 NC RUTHERFORDTON 9.5 S +US1NCPK0009 35.2613 -82.1197 318.5 NC TRYON 6.3 ENE +US1NCPK0010 35.2054 -82.2074 338.3 NC TRYON 1.8 E +US1NCPK0011 35.3195 -82.1826 345.9 NC MILL SPRING 1.9 NW +US1NCPK0014 35.2729 -82.1829 310.6 NC COLUMBUS 2.2 NE +US1NCPK0015 35.2343 -82.1370 359.1 NC TRYON 6.0 ENE +US1NCPK0016 35.2039 -82.0866 279.5 NC COLUMBUS 7.3 ESE +US1NCPK0019 35.2683 -82.1061 314.6 NC TRYON 8.5 ENE +US1NCPK0022 35.2348 -82.1671 316.4 NC COLUMBUS 2.3 ESE +US1NCPK0024 35.2197 -82.2425 321.9 NC TRYON 0.8 NNW +US1NCPK0025 35.2247 -82.1908 338.0 NC COLUMBUS 1.7 SSE +US1NCPK0028 35.2980 -82.1723 320.3 NC MILL SPRING 0.5 W +US1NCPK0029 35.2130 -82.2354 325.8 NC TRYON 0.3 NNE +US1NCPK0030 35.2303 -82.3552 673.3 NC SALUDA 0.7 SW +US1NCPK0034 35.2347 -82.1281 350.8 NC COLUMBUS 4.4 E +US1NCPM0002 35.0226 -76.7182 7.0 NC ORIENTAL 2.1 WSW +US1NCPM0003 35.0924 -76.7401 2.7 NC MERRITT 1.5 WSW +US1NCPM0010 35.0905 -76.7202 2.4 NC ORIENTAL 4.3 NNW +US1NCPM0011 35.0007 -76.7675 1.2 NC ARAPAHOE 3.6 ESE +US1NCPM0012 35.0929 -76.6264 1.2 NC ORIENTAL 5.2 NE +US1NCPM0015 34.9710 -76.8170 1.5 NC MINNESOTT BEACH 0.6 S +US1NCPM0020 35.0803 -76.8809 7.0 NC GRANTSBORO 4.6 SSW +US1NCPM0021 35.2969 -76.5613 0.6 NC LOWLAND 0.2 SE +US1NCPM0026 35.0226 -76.7109 2.1 NC ORIENTAL 1.7 WSW +US1NCPM0028 35.1589 -76.6927 1.5 NC BAYBORO 4.4 ENE +US1NCPN0003 36.3583 -78.9173 189.0 NC ROXBORO 4.6 SE +US1NCPN0004 36.4298 -79.0654 182.6 NC ROXBORO 5.1 WNW +US1NCPN0005 36.4600 -78.9935 162.5 NC ROXBORO 4.1 N +US1NCPN0008 36.2755 -79.0124 183.2 NC HURDLE MILLS 2.0 E +US1NCPN0009 36.2757 -78.8804 145.4 NC ROUGEMONT 4.7 NNE +US1NCPN0011 36.3553 -78.8314 196.6 NC TIMBERLAKE 8.1 NE +US1NCPR0002 36.3463 -76.5482 11.3 NC BELVIDERE 5.4 N +US1NCPR0005 36.1158 -76.4339 3.0 NC HERTFORD 5.2 SSE +US1NCPR0006 36.0867 -76.4033 2.1 NC HERTFORD 7.8 SSE +US1NCPR0008 36.3118 -76.5097 2.7 NC BELVIDERE 3.3 NNE +US1NCPR0010 36.0950 -76.4178 2.4 NC HERTFORD 6.9 SSE +US1NCPR0012 36.0886 -76.4032 2.1 NC HERTFORD 7.7 SSE +US1NCPR0014 36.1752 -76.2703 0.9 NC HERTFORD 11.4 E +US1NCPR0015 36.1084 -76.4212 3.0 NC HERTFORD 6.0 SSE +US1NCPS0001 36.3015 -76.2668 3.4 NC ELIZABETH CITY 2.6 W +US1NCPS0002 36.2887 -76.2070 1.5 NC ELIZABETH CITY 0.9 ESE +US1NCPS0004 36.2842 -76.1941 1.8 NC ELIZABETH CITY 1.7 ESE +US1NCPS0007 36.2311 -76.1283 1.8 NC ELIZABETH CITY 6.8 SE +US1NCPS0011 36.2700 -76.1868 2.4 NC ELIZABETH CITY 2.6 SE +US1NCPS0014 36.3032 -76.2655 3.4 NC ELIZABETH CITY 2.5 WNW +US1NCPS0015 36.1921 -76.2694 0.6 NC ELIZABETH CITY 7.7 SSW +US1NCPS0017 36.3323 -76.2457 1.5 NC ELIZABETH CITY 2.9 NNW +US1NCPS0022 36.3399 -76.2511 2.4 NC ELIZABETH CITY 3.5 NNW +US1NCPS0023 36.2506 -76.1699 1.8 NC ELIZABETH CITY 4.2 SE +US1NCPS0027 36.2239 -76.2009 1.8 NC ELIZABETH CITY 5.1 SSE +US1NCPT0001 35.4690 -77.3330 14.0 NC AYDEN 5.0 E +US1NCPT0002 35.5471 -77.3075 20.1 NC GREENVILLE 5.2 SE +US1NCPT0003 35.5815 -77.3442 23.2 NC GREENVILLE 2.1 SE +US1NCPT0004 35.4613 -77.3929 21.0 NC AYDEN 1.7 ESE +US1NCPT0005 35.5029 -77.3286 18.0 NC WINTERVILLE 4.3 ESE +US1NCPT0007 35.5258 -77.4605 25.9 NC WINTERVILLE 3.5 W +US1NCPT0008 35.5857 -77.3553 20.7 NC GREENVILLE 1.4 SE +US1NCPT0009 35.5845 -77.3757 18.6 NC GREENVILLE 1.1 S +US1NCPT0010 35.6746 -77.6377 33.8 NC FOUNTAIN 0.1 NE +US1NCPT0012 35.4935 -77.3082 14.0 NC GREENVILLE 8.2 SSE +US1NCPT0016 35.5938 -77.3297 10.4 NC GREENVILLE 2.5 E +US1NCPT0017 35.6024 -77.4557 25.3 NC GREENVILLE 4.6 W +US1NCPT0018 35.5072 -77.3214 18.0 NC GREENVILLE 7.1 SSE +US1NCPT0019 35.5395 -77.3466 19.5 NC GREENVILLE 4.4 SSE +US1NCPT0020 35.7163 -77.2641 16.2 NC STOKES 0.1 E +US1NCPT0021 35.5408 -77.3500 19.2 NC GREENVILLE 4.3 SSE +US1NCPT0023 35.5602 -77.4196 22.3 NC WINTERVILLE 2.5 NNW +US1NCPT0025 35.6345 -77.4460 25.3 NC GREENVILLE 4.7 WNW +US1NCPT0031 35.5037 -77.4662 19.2 NC WINTERVILLE 4.2 WSW +US1NCPT0034 35.3787 -77.4268 9.8 NC GRIFTON 0.6 NE +US1NCPT0035 35.5895 -77.3261 14.0 NC GREENVILLE 2.8 ESE +US1NCPT0037 35.4185 -77.4318 18.9 NC AYDEN 3.7 S +US1NCPT0040 35.5784 -77.3499 21.0 NC GREENVILLE 2.0 SE +US1NCPT0043 35.5822 -77.2684 14.0 NC GRIMESLAND 4.5 WNW +US1NCPT0047 35.6291 -77.6282 26.2 NC FARMVILLE 3.1 NW +US1NCPT0049 35.6091 -77.3491 9.8 NC GREENVILLE 1.6 ENE +US1NCPT0050 35.6224 -77.4102 10.4 NC GREENVILLE 2.5 NW +US1NCPT0054 35.4393 -77.4686 17.7 NC GRIFTON 4.9 NNW +US1NCPT0055 35.5343 -77.3819 26.8 NC WINTERVILLE 1.0 ENE +US1NCPT0057 35.6519 -77.4537 16.2 NC GREENVILLE 5.7 NW +US1NCPT0058 35.5521 -77.3112 20.4 NC GREENVILLE 4.9 SE +US1NCPT0059 35.8123 -77.3771 19.2 NC BETHEL 0.4 N +US1NCPT0062 35.5810 -77.4183 22.6 NC GREENVILLE 2.8 WSW +US1NCPT0063 35.5505 -77.4393 21.9 NC WINTERVILLE 2.8 WNW +US1NCPT0067 35.5905 -77.4322 22.9 NC GREENVILLE 3.3 W +US1NCPT0070 35.5255 -77.4004 21.3 NC WINTERVILLE 0.3 SW +US1NCPT0073 35.6361 -77.4446 24.4 NC GREENVILLE 4.7 WNW +US1NCPT0076 35.6018 -77.3735 14.3 NC GREENVILLE 0.2 NNE +US1NCPT0078 35.5934 -77.3248 10.4 NC GREENVILLE 2.8 E +US1NCPT0085 35.5202 -77.3911 20.4 NC WINTERVILLE 0.7 SSE +US1NCPT0088 35.5489 -77.3111 19.8 NC GREENVILLE 5.0 SE +US1NCPT0089 35.5923 -77.4115 18.3 NC GREENVILLE 2.2 WSW +US1NCPT0091 35.5482 -77.3577 21.3 NC WINTERVILLE 2.6 ENE +US1NCPT0093 35.4983 -77.3353 18.9 NC GREENVILLE 7.3 SSE +US1NCPT0094 35.5737 -77.2960 22.6 NC GREENVILLE 4.8 ESE +US1NCRB0002 34.5853 -78.9578 36.0 NC LUMBERTON 4.6 SE +US1NCRB0004 34.8142 -78.9801 49.4 NC ST. PAULS 0.6 NW +US1NCRB0005 34.6583 -79.0104 38.7 NC LUMBERTON 1.8 N +US1NCRB0006 34.7640 -78.8862 44.8 NC ST. PAULS 5.8 ESE +US1NCRB0007 34.6207 -78.9719 44.5 NC LUMBERTON 2.6 ESE +US1NCRB0009 34.6590 -78.9903 41.1 NC LUMBERTON 2.3 NE +US1NCRB0017 34.5127 -78.9751 33.5 NC LUMBERTON 8.6 SSE +US1NCRC0001 34.9616 -79.6083 116.1 NC MARSTON 2.3 SW +US1NCRC0002 34.9350 -79.7710 62.2 NC ROCKINGHAM 0.6 WSW +US1NCRC0004 34.8766 -79.7209 94.5 NC HAMLET 1.1 SW +US1NCRC0007 34.9748 -79.6867 104.9 NC ROCKINGHAM 4.9 ENE +US1NCRC0008 35.1643 -79.7195 178.6 NC NORMAN 0.4 SSE +US1NCRC0012 34.9339 -79.7826 85.0 NC ROCKINGHAM 1.2 WSW +US1NCRG0004 36.4101 -79.8922 182.3 NC STONEVILLE 3.9 SSE +US1NCRG0006 36.3527 -79.6498 242.0 NC REIDSVILLE 1.3 ENE +US1NCRG0012 36.5166 -79.7035 176.5 NC EDEN 2.3 ENE +US1NCRN0001 35.6892 -79.8010 255.1 NC ASHEBORO 2.2 SSE +US1NCRN0002 35.8896 -79.9521 237.1 NC ARCHDALE 1.3 SE +US1NCRN0003 35.7076 -79.8267 246.9 NC ASHEBORO 1.2 SW +US1NCRN0004 35.5600 -79.7400 169.2 NC SEAGROVE 2.4 ENE +US1NCRN0007 35.6506 -79.7319 178.9 NC ASHEBORO 6.5 SE +US1NCRN0008 35.8589 -80.0439 266.7 NC TRINITY 2.6 SW +US1NCRN0013 35.5645 -79.7777 223.7 NC ASHEBORO 10.9 S +US1NCRN0014 35.7472 -79.6862 164.9 NC FRANKLINVILLE 0.3 ENE +US1NCRN0015 35.6395 -79.9053 183.5 NC ASHEBORO 7.6 SW +US1NCRN0016 35.5664 -79.6750 165.2 NC SEAGROVE 6.0 ENE +US1NCRN0017 35.7070 -79.8133 253.0 NC ASHEBORO 0.9 S +US1NCRN0020 35.8277 -79.7987 206.0 NC RANDLEMAN 0.8 NNE +US1NCRN0022 35.7396 -79.6771 145.4 NC RAMSEUR 1.5 WNW +US1NCRN0023 35.7035 -79.8016 270.7 NC ASHEBORO 1.3 SSE +US1NCRN0024 35.7565 -79.8000 212.4 NC ASHEBORO 2.6 NNE +US1NCRN0025 35.5583 -79.8371 205.7 NC ASHEBORO 11.3 S +US1NCRN0026 35.6612 -79.8773 184.7 NC ASHEBORO 5.5 SW +US1NCRN0035 35.7871 -79.6935 232.9 NC FRANKLINVILLE 2.9 N +US1NCRN0036 35.5423 -79.6519 148.1 NC SEAGROVE 7.0 E +US1NCRN0038 35.6993 -79.8975 170.1 NC ASHEBORO 5.0 WSW +US1NCRT0001 35.3407 -81.8193 291.1 NC BOSTIC 1.7 SSE +US1NCRT0003 35.2926 -81.7913 274.9 NC ELLENBORO 3.1 SW +US1NCRT0004 35.3685 -81.8025 323.7 NC BOSTIC 1.9 ENE +US1NCRT0006 35.4418 -82.2543 366.7 NC CHIMNEY ROCK 0.3 E +US1NCRT0008 35.5013 -81.9207 317.9 NC UNION MILLS 2.6 ENE +US1NCRT0010 35.3528 -82.0052 310.6 NC RUTHERFORDTON 2.6 WSW +US1NCRT0015 35.3802 -81.7710 333.1 NC ELLENBORO 3.6 N +US1NCRW0001 35.6680 -80.5684 235.3 NC SALISBURY 4.8 W +US1NCRW0002 35.5634 -80.6582 263.3 NC CHINA GROVE 4.4 W +US1NCRW0004 35.5249 -80.7332 217.9 NC ENOCHVILLE 3.8 W +US1NCRW0008 35.5811 -80.6961 268.8 NC MOORESVILLE 6.5 E +US1NCRW0010 35.5517 -80.6156 259.7 NC LANDIS 0.4 NNW +US1NCRW0011 35.6470 -80.4850 222.5 NC SALISBURY 1.4 S +US1NCRW0015 35.7280 -80.4352 211.5 NC SPENCER 2.3 N +US1NCRW0016 35.5895 -80.4655 254.8 NC FAITH 0.3 WNW +US1NCRW0017 35.6961 -80.5322 233.8 NC SALISBURY 3.4 NW +US1NCRW0019 35.6581 -80.4524 222.2 NC SALISBURY 1.8 ESE +US1NCRW0020 35.5704 -80.3007 204.8 NC GOLD HILL 4.0 NE +US1NCSC0001 34.8741 -79.4977 92.7 NC LAURINBURG 7.6 NNW +US1NCSC0002 34.6913 -79.5162 50.0 NC LAURINBURG 5.7 SSW +US1NCSC0003 34.7365 -79.5074 64.0 NC LAURINBURG 2.9 SW +US1NCSC0004 34.8103 -79.5409 78.3 NC LAUREL HILL 0.4 NE +US1NCSC0007 34.8921 -79.4447 85.0 NC WAGRAM 4.5 W +US1NCSC0009 34.7047 -79.4537 53.6 NC LAURINBURG 4.3 SSE +US1NCSC0010 34.9033 -79.4652 79.6 NC WAGRAM 5.7 W +US1NCSK0001 36.4150 -80.0868 274.0 NC PINE HALL 6.6 NNW +US1NCSK0002 36.4651 -80.2566 323.4 NC DANBURY 4.6 NNW +US1NCSK0005 36.3027 -80.1398 215.8 NC WALNUT COVE 0.5 N +US1NCSK0006 36.4592 -80.2526 280.7 NC DANBURY 4.2 NNW +US1NCSK0008 36.2851 -80.3026 255.1 NC KING 3.1 E +US1NCSK0010 36.3066 -80.1171 183.8 NC WALNUT COVE 1.5 ENE +US1NCSK0011 36.3388 -80.3653 302.1 NC KING 4.2 N +US1NCSM0001 34.9412 -78.4058 43.9 NC CLINTON 5.8 SW +US1NCSM0002 35.2150 -78.5702 61.9 NC DUNN 7.1 SSE +US1NCSM0004 35.1512 -78.3633 54.6 NC CLINTON 10.6 N +US1NCSM0007 35.2471 -78.5688 57.3 NC DUNN 5.2 SSE +US1NCSM0008 35.0172 -78.3142 47.2 NC CLINTON 1.5 NE +US1NCSM0011 34.7238 -78.1905 23.8 NC HARRELLS 0.7 SE +US1NCSM0013 34.9420 -78.5349 39.9 NC ROSEBORO 1.5 WSW +US1NCSM0015 35.2165 -78.4461 59.7 NC DUNN 11.6 SE +US1NCSM0016 35.0501 -78.4973 50.0 NC SALEMBURG 2.5 N +US1NCSM0022 35.0986 -78.5082 52.1 NC ROSEBORO 10.0 N +US1NCSM0023 35.2156 -78.3432 53.9 NC NEWTON GROVE 2.6 SSE +US1NCSN0002 35.1755 -80.3967 152.4 NC STANFIELD 4.5 SSE +US1NCSN0005 35.4398 -80.2466 191.7 NC NEW LONDON 1.5 W +US1NCSN0006 35.4683 -80.2578 199.0 NC RICHFIELD 0.2 SSW +US1NCSN0007 35.2944 -80.1596 135.9 NC ALBEMARLE 5.1 SSE +US1NCSN0010 35.2303 -80.3537 170.4 NC OAKBORO 1.7 WNW +US1NCSN0011 35.2230 -80.2630 118.0 NC OAKBORO 3.5 E +US1NCSN0013 35.2171 -80.3347 162.8 NC OAKBORO 0.7 SW +US1NCSR0002 36.3669 -80.6927 348.7 NC DOBSON 2.3 SE +US1NCSR0004 36.4941 -80.6896 389.5 NC MOUNT AIRY 4.3 W +US1NCSR0006 36.3460 -80.6030 358.4 NC ARARAT 4.7 SW +US1NCSR0009 36.3915 -80.4797 335.3 NC PILOT MOUNTAIN 0.7 NW +US1NCSR0012 36.3847 -80.4769 330.4 NC PILOT MOUNTAIN 0.3 W +US1NCSW0002 35.3586 -83.5323 668.1 NC BRYSON CITY 6.7 SW +US1NCSW0006 35.3183 -83.5645 768.1 NC WESSER 1.7 SE +US1NCTR0001 35.2551 -82.7351 771.1 NC BREVARD 1.2 NNW +US1NCTR0002 35.2398 -82.7444 690.7 NC BREVARD 0.8 W +US1NCTR0003 35.1433 -82.6431 836.4 NC BREVARD 8.2 SE +US1NCTR0004 35.1461 -82.9165 1027.2 NC LAKE TOXAWAY 1.4 NE +US1NCTR0005 35.2292 -82.6358 642.5 NC BREVARD 5.4 E +US1NCTR0008 35.2466 -82.7262 653.5 NC BREVARD 0.7 NNE +US1NCTR0009 35.1795 -82.7368 691.6 NC BREVARD 4.0 S +US1NCTR0010 35.2298 -82.6233 767.2 NC BREVARD 6.1 E +US1NCTR0011 35.2293 -82.7342 666.9 NC BREVARD 0.6 SSW +US1NCTR0012 35.2336 -82.7384 664.8 NC BREVARD 0.5 WSW +US1NCTR0014 35.1504 -82.9390 954.0 NC LAKE TOXAWAY 1.3 NNW +US1NCTR0015 35.1991 -82.8745 875.1 NC ROSMAN 4.8 NW +US1NCTR0016 35.2293 -82.7250 656.2 NC BREVARD 0.6 SSE +US1NCTR0017 35.2737 -82.6217 755.0 NC PENROSE 1.0 E +US1NCTR0018 35.1445 -82.8791 798.9 NC LAKE TOXAWAY 3.2 ENE +US1NCTR0019 35.1422 -82.7326 913.8 NC BREVARD 6.2 S +US1NCTR0020 35.2028 -82.7767 69.5 NC BREVARD 3.6 SW +US1NCTR0021 35.2311 -82.7218 653.8 NC BREVARD 0.7 SE +US1NCTR0022 35.1995 -82.7834 669.3 NC BREVARD 4.0 SW +US1NCTR0023 35.2911 -82.6952 770.5 NC PISGAH FOREST 2.5 N +US1NCTR0024 35.1442 -82.7316 93.0 NC BREVARD 6.5 S +US1NCTR0025 35.2254 -82.7219 651.7 NC BREVARD 1.0 SSE +US1NCTR0026 35.2074 -82.7428 667.5 NC BREVARD 2.2 SSW +US1NCTR0027 35.1482 -82.6096 895.5 NC CEDAR MOUNTAIN 1.9 E +US1NCTR0028 35.1486 -82.6210 915.9 NC CEDAR MOUNTAIN 1.3 ENE +US1NCTR0029 35.0595 -83.0084 969.0 NC SAPPHIRE 4.6 SW +US1NCTR0030 35.1410 -82.7364 913.5 NC BREVARD 6.7 S +US1NCUN0001 35.0207 -80.5343 175.0 NC MONROE 2.4 N +US1NCUN0002 35.0746 -80.6207 206.0 NC INDIAN TRAIL 3.3 E +US1NCUN0003 35.1445 -80.6185 231.6 NC MATTHEWS 5.6 ENE +US1NCUN0008 35.0318 -80.6563 196.3 NC INDIAN TRAIL 3.1 SSE +US1NCUN0009 34.9788 -80.7165 182.6 NC WAXHAW 4.0 NNE +US1NCUN0010 35.1187 -80.5147 202.4 NC MONROE 9.2 N +US1NCUN0014 34.9761 -80.6557 198.7 NC WAXHAW 6.1 NE +US1NCUN0017 34.9447 -80.6747 196.9 NC WAXHAW 4.1 ENE +US1NCUN0020 35.0220 -80.7997 186.8 NC WAXHAW 7.5 NNW +US1NCUN0021 34.8261 -80.6957 185.6 NC WAXHAW 7.3 SSE +US1NCUN0022 34.9219 -80.6410 208.2 NC MONROE 7.2 SW +US1NCUN0026 34.9581 -80.7624 174.0 NC WAXHAW 2.6 NNW +US1NCUN0027 35.0248 -80.7715 203.3 NC WEDDINGTON 1.9 WSW +US1NCUN0028 34.9149 -80.6310 211.2 NC MONROE 7.1 SW +US1NCVN0003 36.3136 -78.4538 128.0 NC HENDERSON 2.5 WSW +US1NCVN0005 36.3558 -78.3896 152.7 NC HENDERSON 2.5 NNE +US1NCVN0006 36.5417 -78.3569 105.5 NC TOWNSVILLE 4.9 NE +US1NCVN0007 36.3532 -78.4365 128.6 NC HENDERSON 2.4 NW +US1NCWK0001 35.9696 -78.6887 113.1 NC RALEIGH 10.3 N +US1NCWK0002 35.8057 -78.6759 110.0 NC RALEIGH 1.5 SW +US1NCWK0003 35.8143 -78.5478 73.2 NC RALEIGH 6.2 E +US1NCWK0004 35.7133 -78.7854 125.0 NC APEX 3.4 ESE +US1NCWK0006 35.6489 -78.8171 123.1 NC HOLLY SPRINGS 1.1 ESE +US1NCWK0007 35.6303 -78.6791 103.0 NC GARNER 5.3 SSW +US1NCWK0008 35.7564 -78.5003 77.1 NC KNIGHTDALE 2.6 SSW +US1NCWK0009 35.9114 -78.6058 122.8 NC RALEIGH 6.8 NNE +US1NCWK0010 35.7743 -78.7540 145.1 NC CARY 2.6 ESE +US1NCWK0011 35.9266 -78.6703 120.7 NC RALEIGH 7.2 N +US1NCWK0013 35.8624 -78.5665 103.9 NC RALEIGH 5.9 ENE +US1NCWK0017 35.7586 -78.7655 134.1 NC CARY 2.5 SE +US1NCWK0018 35.8103 -78.6822 125.0 NC RALEIGH 1.5 WSW +US1NCWK0019 35.8508 -78.6171 107.0 NC RALEIGH 3.1 NE +US1NCWK0020 35.6820 -78.7349 121.9 NC HOLLY SPRINGS 6.0 ENE +US1NCWK0021 35.9170 -78.5685 79.9 NC WAKE FOREST 4.6 SW +US1NCWK0022 35.6918 -78.7443 121.9 NC APEX 6.1 ESE +US1NCWK0023 35.8317 -78.6015 84.1 NC RALEIGH 3.3 ENE +US1NCWK0025 35.9633 -78.5475 92.0 NC WAKE FOREST 1.6 WSW +US1NCWK0027 35.8381 -78.5597 81.1 NC RALEIGH 5.7 ENE +US1NCWK0028 35.7269 -78.8188 138.1 NC APEX 1.5 E +US1NCWK0031 35.6483 -78.8048 121.0 NC HOLLY SPRINGS 1.8 ESE +US1NCWK0033 35.8255 -78.3297 98.1 NC ZEBULON 0.6 W +US1NCWK0034 35.7331 -78.9073 96.9 NC APEX 3.5 W +US1NCWK0035 35.7632 -78.7998 128.0 NC CARY 1.4 S +US1NCWK0036 35.9260 -78.6205 110.9 NC RALEIGH 7.5 NNE +US1NCWK0037 35.9268 -78.5717 103.0 NC WAKE FOREST 4.2 SW +US1NCWK0040 35.7884 -78.8024 135.9 NC CARY 0.4 NNW +US1NCWK0043 35.8267 -78.6848 93.9 NC RALEIGH 1.5 WNW +US1NCWK0044 35.6823 -78.4991 98.1 NC CLAYTON 3.3 NW +US1NCWK0045 35.6371 -78.8583 132.9 NC HOLLY SPRINGS 1.8 SW +US1NCWK0048 35.7779 -78.5161 86.9 NC KNIGHTDALE 1.9 WSW +US1NCWK0049 35.6359 -78.6112 107.9 NC GARNER 4.1 SSE +US1NCWK0051 35.8535 -78.6534 110.0 NC RALEIGH 2.2 N +US1NCWK0052 35.7263 -78.8822 109.1 NC APEX 2.1 W +US1NCWK0055 35.8903 -78.7016 107.9 NC RALEIGH 5.3 NNW +US1NCWK0056 35.6428 -78.6042 98.8 NC GARNER 3.8 SSE +US1NCWK0058 35.6460 -78.8027 112.2 NC HOLLY SPRINGS 2.0 ESE +US1NCWK0059 35.8204 -78.6005 83.2 NC RALEIGH 3.3 E +US1NCWK0060 35.8421 -78.5485 54.6 NC RALEIGH 6.3 ENE +US1NCWK0061 35.9425 -78.6812 126.8 NC RALEIGH 8.4 N +US1NCWK0063 35.6133 -78.6167 100.0 NC GARNER 5.6 S +US1NCWK0064 35.7887 -78.5083 72.8 NC KNIGHTDALE 1.3 WSW +US1NCWK0065 35.6041 -78.8189 136.2 NC HOLLY SPRINGS 3.6 SSE +US1NCWK0067 35.5764 -78.6560 96.3 NC WILLOW SPRINGS 4.5 SE +US1NCWK0069 35.8742 -78.6451 103.6 NC RALEIGH 3.7 NNE +US1NCWK0073 35.8815 -78.6259 128.6 NC RALEIGH 4.5 NNE +US1NCWK0074 35.8635 -78.6534 91.7 NC RALEIGH 2.9 N +US1NCWK0075 35.8438 -78.6531 100.9 NC RALEIGH 1.5 NNE +US1NCWK0077 35.7572 -78.8378 139.6 NC APEX 2.2 N +US1NCWK0079 35.7827 -78.8192 127.4 NC CARY 1.1 W +US1NCWK0080 35.8647 -78.5482 114.0 NC RALEIGH 6.9 ENE +US1NCWK0081 35.7669 -78.8607 126.8 NC APEX 3.0 NNW +US1NCWK0082 35.7918 -78.6671 126.5 NC RALEIGH 2.1 SSW +US1NCWK0083 35.6985 -78.7309 113.7 NC GARNER 5.8 W +US1NCWK0084 35.6692 -78.9135 93.9 NC APEX 5.5 SW +US1NCWK0085 35.7312 -78.9027 105.2 NC APEX 3.3 W +US1NCWK0087 35.9045 -78.7315 141.7 NC RALEIGH 7.0 NW +US1NCWK0088 35.8730 -78.6729 127.7 NC RALEIGH 3.6 NNW +US1NCWK0090 35.7700 -78.6800 87.5 NC RALEIGH 3.8 SSW +US1NCWK0091 35.8707 -78.5005 73.8 NC RALEIGH 9.5 ENE +US1NCWK0094 35.8251 -78.9137 94.5 NC CARY 7.0 WNW +US1NCWK0096 35.7325 -78.6605 102.4 NC RALEIGH 6.2 S +US1NCWK0098 35.8328 -78.5674 107.3 NC RALEIGH 5.2 E +US1NCWK0099 35.6842 -78.6236 85.3 NC GARNER 0.7 SSE +US1NCWK0100 35.9214 -78.6741 109.4 NC RALEIGH 6.9 N +US1NCWK0104 35.8064 -78.6858 135.9 NC RALEIGH 1.9 SW +US1NCWK0105 35.7442 -78.8061 125.6 NC CARY 2.7 S +US1NCWK0106 35.7965 -78.7874 137.5 NC CARY 0.5 NW +US1NCWK0113 35.8553 -78.7178 116.1 NC RALEIGH 4.0 NW +US1NCWK0114 35.8176 -78.9149 81.7 NC CARY 6.9 WNW +US1NCWK0115 35.8562 -78.6360 118.9 NC RALEIGH 2.7 NNE +US1NCWK0118 35.8708 -78.6855 118.3 NC RALEIGH 3.7 NNW +US1NCWK0119 35.8036 -78.7544 127.1 NC RALEIGH 5.5 WSW +US1NCWK0122 35.6466 -78.6110 98.5 NC GARNER 3.4 SSE +US1NCWK0123 35.7921 -78.6671 125.3 NC RALEIGH 2.1 SSW +US1NCWK0130 35.6148 -78.7650 113.1 NC FUQUAY-VARINA 2.3 NE +US1NCWK0131 36.0176 -78.5817 122.2 NC WAKE FOREST 4.7 NW +US1NCWK0133 35.9212 -78.4023 101.8 NC WAKE FOREST 7.5 ESE +US1NCWK0138 35.7803 -78.5054 76.8 NC KNIGHTDALE 1.4 SW +US1NCWK0140 35.6809 -78.8176 129.5 NC APEX 3.5 SSE +US1NCWK0141 35.6840 -78.6936 110.3 NC GARNER 3.8 W +US1NCWK0149 35.7269 -78.4648 78.9 NC KNIGHTDALE 4.7 SSE +US1NCWK0154 35.7692 -78.8636 123.1 NC CARY 3.8 WSW +US1NCWK0155 35.8953 -78.6318 129.2 NC RALEIGH 5.3 NNE +US1NCWK0159 35.7152 -78.9028 90.2 NC APEX 3.3 WSW +US1NCWK0165 35.7710 -78.7049 108.2 NC RALEIGH 4.4 SW +US1NCWK0172 35.5737 -78.7563 107.3 NC FUQUAY-VARINA 2.4 ESE +US1NCWK0174 35.8465 -78.6630 75.9 NC RALEIGH 1.7 N +US1NCWK0175 35.7641 -78.8708 132.0 NC APEX 3.0 NNW +US1NCWK0176 35.7891 -78.8023 133.2 NC CARY 0.4 NNW +US1NCWK0180 35.9519 -78.7189 128.0 NC RALEIGH 9.6 NNW +US1NCWK0181 35.8116 -78.7140 130.5 NC RALEIGH 3.2 WSW +US1NCWK0182 35.7615 -78.7573 132.3 NC CARY 2.8 ESE +US1NCWK0185 35.8142 -78.8459 98.8 NC MORRISVILLE 1.5 SSW +US1NCWK0188 35.9972 -78.5130 98.1 NC WAKE FOREST 1.9 NNE +US1NCWK0190 35.8897 -78.6547 129.5 NC RALEIGH 4.7 N +US1NCWK0194 35.7292 -78.8980 83.8 NC APEX 3.0 W +US1NCWK0195 35.7966 -78.5400 58.5 NC RALEIGH 6.9 ESE +US1NCWK0196 35.6958 -78.7316 111.6 NC RALEIGH 9.6 SSW +US1NCWK0197 35.9007 -78.5805 101.5 NC RALEIGH 7.0 NE +US1NCWK0198 35.7654 -78.7725 129.8 NC CARY 1.9 SE +US1NCWK0199 35.6729 -78.6174 88.1 NC GARNER 1.6 SSE +US1NCWK0202 36.0049 -78.5132 110.9 NC WAKE FOREST 2.4 N +US1NCWK0203 35.8713 -78.6387 121.6 NC RALEIGH 3.6 NNE +US1NCWK0205 35.9543 -78.4967 81.7 NC WAKE FOREST 1.8 SE +US1NCWK0207 35.7812 -78.5440 77.1 NC RALEIGH 7.0 ESE +US1NCWK0212 35.7918 -78.8200 121.3 NC CARY 1.3 WNW +US1NCWK0214 35.6558 -78.7778 95.4 NC HOLLY SPRINGS 3.3 E +US1NCWK0215 35.7318 -78.8790 96.0 NC APEX 2.0 WNW +US1NCWK0216 35.8288 -78.7008 122.8 NC RALEIGH 2.4 WNW +US1NCWK0217 35.6620 -78.7660 110.6 NC APEX 6.3 SE +US1NCWK0223 35.6089 -78.6425 101.5 NC GARNER 6.0 S +US1NCWK0225 35.7174 -78.8459 140.2 NC APEX 0.6 S +US1NCWK0226 35.7681 -78.7014 105.5 NC RALEIGH 4.4 SSW +US1NCWK0228 35.6593 -78.8828 84.4 NC HOLLY SPRINGS 2.7 W +US1NCWK0229 35.8051 -78.6481 101.5 NC RALEIGH 1.3 SSE +US1NCWK0234 35.7964 -78.6524 95.4 NC RALEIGH 1.8 SSE +US1NCWK0235 35.8277 -78.6793 99.4 NC RALEIGH 1.2 WNW +US1NCWK0239 35.8256 -78.8396 100.9 NC MORRISVILLE 0.6 SW +US1NCWK0240 35.8525 -78.6842 105.2 NC RALEIGH 2.5 NW +US1NCWK0242 35.7186 -78.7180 116.1 NC RALEIGH 7.9 SSW +US1NCWK0247 35.7295 -78.8138 134.1 NC APEX 1.8 E +US1NCWK0249 35.8977 -78.5984 118.0 NC RALEIGH 6.2 NNE +US1NCWK0250 35.9333 -78.4482 128.9 NC ROLESVILLE 0.6 NE +US1NCWK0252 36.0047 -78.6170 110.3 NC WAKE FOREST 5.9 WNW +US1NCWK0254 35.8493 -78.6789 94.5 NC RALEIGH 2.2 NNW +US1NCWK0255 35.9773 -78.7087 126.2 NC GORMAN 7.2 SE +US1NCWK0269 35.8407 -78.6493 109.7 NC RALEIGH 1.4 NNE +US1NCWK0270 35.7986 -78.3580 84.7 NC WENDELL 1.3 NNE +US1NCWK0271 35.6079 -78.6476 96.9 NC GARNER 6.1 S +US1NCWK0272 35.7677 -78.7041 107.9 NC RALEIGH 4.5 SW +US1NCWK0273 35.6394 -78.8454 0.0 NC HOLLY SPRINGS 1.2 SSW +US1NCWK0281 35.7331 -78.9733 85.0 NC APEX 7.2 W +US1NCWK0282 35.6435 -78.7149 107.6 NC RALEIGH 12.7 SSW +US1NCWK0283 35.5725 -78.7772 124.7 NC FUQUAY-VARINA 1.6 SE +US1NCWK0284 35.8113 -78.8600 115.5 NC CARY 3.9 WNW +US1NCWL0001 36.2497 -81.1009 406.6 NC HAYS 0.8 E +US1NCWL0002 36.3162 -81.2381 602.3 NC MILLERS CREEK 8.6 N +US1NCWL0003 36.2124 -81.2544 392.9 NC MILLERS CREEK 1.9 NNW +US1NCWL0005 36.1239 -81.1592 359.4 NC WILKESBORO 1.2 SSE +US1NCWL0006 36.1231 -81.2920 340.2 NC WILKESBORO 7.2 W +US1NCWL0008 36.1644 -81.1435 324.3 NC NORTH WILKESBORO 0.4 S +US1NCWL0010 36.2132 -81.3574 420.0 NC PURLEAR 4.6 WNW +US1NCWN0003 35.7607 -77.9367 49.1 NC WILSON 2.1 NNW +US1NCWN0004 35.7483 -77.9461 52.1 NC WILSON 1.7 NW +US1NCWN0006 35.7208 -78.1108 68.9 NC SIMS 4.0 SW +US1NCWN0010 35.7543 -77.9599 44.5 NC WILSON 2.5 NW +US1NCWN0011 35.7150 -77.9592 34.7 NC WILSON 2.3 WSW +US1NCWN0015 35.7550 -77.7545 43.9 NC ELM CITY 7.1 ESE +US1NCWN0017 35.7781 -77.9382 41.5 NC WILSON 3.3 NNW +US1NCWN0025 35.6395 -78.0841 63.7 NC WILSON 11.0 SW +US1NCWN0026 35.5922 -78.0868 70.1 NC KENLY 2.2 E +US1NCWR0002 36.5258 -78.1893 96.0 NC NORLINA 5.5 N +US1NCWR0007 36.5174 -78.1921 90.8 NC NORLINA 5.0 N +US1NCWR0011 36.4903 -78.1726 115.2 NC WISE 0.3 NNW +US1NCWR0013 36.5375 -77.9224 60.4 NC LITTLETON 7.2 N +US1NCWS0001 35.8591 -76.7617 9.1 NC PLYMOUTH 0.8 W +US1NCWS0002 35.8486 -76.4327 1.2 NC CRESWELL 2.7 SW +US1NCWS0003 35.8983 -76.5822 3.0 NC ROPER 2.4 NE +US1NCWS0005 35.8749 -76.6282 4.6 NC ROPER 0.6 WSW +US1NCWT0001 36.1470 -81.6258 1107.0 NC BLOWING ROCK 2.8 ENE +US1NCWT0002 36.2155 -81.7294 1024.1 NC BOONE 3.3 W +US1NCWT0003 36.1834 -81.6260 1011.0 NC BOONE 3.0 SE +US1NCWT0005 36.3244 -81.6197 1005.8 NC TODD 1.8 NW +US1NCWT0006 36.1648 -81.6055 1178.1 NC BLOWING ROCK 4.4 NE +US1NCWT0007 36.1912 -81.7682 969.0 NC VALLE CRUCIS 1.4 SSE +US1NCWT0008 36.2058 -81.6675 1011.9 NC BOONE 0.3 SSE +US1NCWT0009 36.2184 -81.6720 1011.9 NC BOONE 0.6 N +US1NCWT0010 36.1484 -81.6400 1054.0 NC BLOWING ROCK 2.2 NE +US1NCWT0011 36.1461 -81.7877 996.7 NC FOSCOE 1.2 WSW +US1NCWT0012 36.2401 -81.6664 1028.7 NC BOONE 2.1 N +US1NCWT0013 36.2260 -81.6661 998.2 NC BOONE 1.2 N +US1NCWT0014 36.2600 -81.8020 871.7 NC VILAS 1.8 WNW +US1NCWT0015 36.2010 -81.8710 1341.1 NC BEECH MOUNTAIN 1.2 SE +US1NCWT0019 36.2087 -81.6828 1044.2 NC BOONE 0.7 W +US1NCWT0020 36.2611 -81.6694 1046.4 NC MEAT CAMP 2.2 S +US1NCWT0021 36.1919 -81.7247 1133.9 NC BOONE 3.3 WSW +US1NCWT0023 36.2206 -81.6610 962.9 NC BOONE 0.9 NNE +US1NCWT0024 36.1667 -81.6090 1135.4 NC BOONE 4.5 SE +US1NCWT0025 36.2129 -81.6727 993.6 NC BOONE 0.3 NNW +US1NCWT0026 36.2642 -81.6673 1004.3 NC MEAT CAMP 2.0 S +US1NCWT0030 36.1583 -81.6125 1222.2 NC BOONE 4.8 SE +US1NCWT0033 36.2213 -81.6628 970.5 NC BOONE 0.9 NNE +US1NCWT0034 36.2774 -81.6465 986.9 NC BOONE 4.9 NNE +US1NCWT0035 36.1440 -81.7899 984.2 NC BANNER ELK 4.8 ESE +US1NCWT0037 36.2163 -81.5885 1010.1 NC BOONE 4.6 E +US1NCWT0039 36.2116 -81.7493 969.9 NC VILAS 3.0 SSE +US1NCWT0042 36.3283 -81.8430 984.2 NC BETHEL 2.2 NNE +US1NCWT0046 36.1592 -81.7913 0.0 NC SEVEN DEVILS 1.4 ENE +US1NCWT0047 36.1667 -81.6364 1058.9 NC BLOWING ROCK 3.2 NE +US1NCWT0048 36.1497 -81.8121 1227.7 NC SEVEN DEVILS 0.1 E +US1NCWT0049 36.1858 -81.6230 970.8 NC BOONE 3.1 ESE +US1NCWT0051 36.2241 -81.7826 849.5 NC VILAS 2.0 SSW +US1NCWT0053 36.2171 -81.6864 994.3 NC BOONE 1.1 WNW +US1NCWT0054 36.2117 -81.6876 1011.0 NC BOONE 1.0 W +US1NCWT0058 36.2304 -81.6795 1291.7 NC BOONE 1.5 NNW +US1NCWT0059 36.2271 -81.6147 988.5 NC BOONE 3.3 ENE +US1NCWT0061 36.3283 -81.8459 940.6 NC BETHEL 2.2 N +US1NCWT0062 36.2002 -81.8761 1367.9 NC BEECH MOUNTAIN 1.0 SE +US1NCWT0066 36.1422 -81.8094 1075.9 NC BANNER ELK 3.8 ESE +US1NCWT0067 36.2073 -81.6743 974.1 NC BOONE 0.3 WSW +US1NCWT0068 36.3338 -81.8217 981.2 NC VILAS 6.3 NNW +US1NCWT0069 36.1904 -81.6072 983.3 NC BOONE 3.7 ESE +US1NCWY0001 35.3724 -77.8984 40.8 NC GOLDSBORO 4.4 E +US1NCWY0002 35.4704 -78.0892 35.1 NC PIKEVILLE 6.2 WSW +US1NCWY0003 35.4736 -78.0886 36.9 NC PIKEVILLE 6.1 WSW +US1NCWY0004 35.3317 -77.9276 42.1 NC GOLDSBORO 4.0 SE +US1NCWY0006 35.3903 -77.9577 40.5 NC GOLDSBORO 1.5 NE +US1NCWY0008 35.1983 -78.0704 56.4 NC MOUNT OLIVE 0.2 NW +US1NCWY0010 35.2966 -78.1650 50.3 NC GOLDSBORO 11.5 WSW +US1NCWY0012 35.4007 -77.9020 37.2 NC GOLDSBORO 4.6 ENE +US1NCWY0014 35.5449 -77.9701 43.3 NC FREMONT 0.4 ENE +US1NCWY0017 35.5478 -78.0577 40.8 NC KENLY 4.9 SE +US1NCWY0018 35.4409 -78.0400 29.0 NC GOLDSBORO 5.9 NW +US1NCWY0021 35.1998 -78.0726 49.1 NC MOUNT OLIVE 0.4 NW +US1NCWY0033 35.3368 -78.0940 53.9 NC GOLDSBORO 7.1 WSW +US1NCWY0040 35.4594 -77.9922 40.5 NC GOLDSBORO 6.0 N +US1NCYD0003 36.0532 -80.6028 260.6 NC YADKINVILLE 6.3 SSE +US1NCYD0004 36.1309 -80.6555 280.4 NC YADKINVILLE 0.2 E +US1NCYN0001 35.9820 -82.2852 792.2 NC BURNSVILLE 4.6 N +US1NCYN0002 35.9944 -82.2883 688.8 NC BURNSVILLE 5.4 N +US1NCYN0003 35.8331 -82.1975 835.5 NC BURNSVILLE 8.0 SE +US1NCYN0004 35.8297 -82.3285 947.9 NC BURNSVILLE 6.5 SSW +US1NCYN0005 35.8331 -82.1583 990.6 NC BURNSVILLE 9.7 SE +US1NCYN0006 35.9126 -82.4230 785.8 NC BURNSVILLE 7.0 W +US1NCYN0007 35.9232 -82.4388 862.9 NC BALD CREEK 1.2 NW +US1NCYN0010 35.9322 -82.2674 908.9 NC BURNSVILLE 2.0 ENE +US1NCYN0011 35.9210 -82.3233 892.1 NC BURNSVILLE 1.5 WNW +US1NCYN0012 35.8264 -82.2843 952.8 NC BURNSVILLE 6.4 S +US1NCYN0013 35.8386 -82.3414 1163.1 NC BURNSVILLE 5.9 SSW +US1NCYN0014 35.8244 -82.3292 1010.1 NC BURNSVILLE 6.6 SSW +US1NDAD0002 46.0014 -102.6339 831.8 ND HETTINGER 0.2 S +US1NDBH0001 46.7711 -100.6619 538.0 ND BISMARCK 5.5 ESE +US1NDBH0002 46.7988 -100.7686 513.9 ND BISMARCK 0.5 S +US1NDBH0003 46.7360 -100.7608 505.1 ND BISMARCK 4.8 S +US1NDBH0006 46.8408 -100.7976 574.2 ND BISMARCK 2.8 NNW +US1NDBH0007 46.8547 -100.7561 540.1 ND BISMARCK 3.4 N +US1NDBH0009 46.9049 -100.7578 564.2 ND BISMARCK 6.9 N +US1NDBH0011 46.7204 -100.7370 531.9 ND BISMARCK 6.1 SSE +US1NDBH0013 46.8251 -100.7686 580.3 ND BISMARCK 1.4 N +US1NDBH0016 46.8989 -100.8917 0.0 ND BISMARCK 8.7 NW +US1NDBH0017 46.9765 -100.8118 620.0 ND BISMARCK 12.0 N +US1NDBH0018 46.8081 -100.8069 516.0 ND BISMARCK 1.9 W +US1NDBH0019 46.8807 -100.8128 597.4 ND BISMARCK 5.6 NNW +US1NDBH0020 46.8114 -100.5999 515.7 ND MENOKEN 3.4 WSW +US1NDBH0022 46.7677 -100.7967 499.0 ND BISMARCK 3.0 SSW +US1NDBH0024 46.7892 -100.7983 499.6 ND BISMARCK 1.9 SW +US1NDBH0025 46.8153 -100.8044 534.0 ND BISMARCK 1.9 WNW +US1NDBH0026 46.7742 -100.8185 497.7 ND BISMARCK 3.2 SW +US1NDBH0027 46.8251 -100.7461 526.4 ND BISMARCK 1.7 NE +US1NDBH0029 46.9034 -100.5402 533.4 ND MENOKEN 5.9 N +US1NDBH0030 46.7799 -100.5939 539.2 ND MENOKEN 4.0 SW +US1NDBH0031 46.8732 -100.6898 579.7 ND BISMARCK 5.9 NE +US1NDBH0032 47.1561 -100.7866 663.2 ND WILTON 0.2 SSW +US1NDBH0034 46.8115 -100.7930 526.1 ND BISMARCK 1.3 WNW +US1NDBH0035 46.8088 -100.7683 516.0 ND BISMARCK 0.2 NNW +US1NDBH0036 46.8136 -100.7742 530.0 ND BISMARCK 0.6 NNW +US1NDBH0041 46.8129 -100.8104 523.3 ND BISMARCK 2.1 WNW +US1NDBH0043 46.7521 -100.6939 532.5 ND BISMARCK 5.1 SE +US1NDBH0046 46.7262 -100.7392 540.1 ND LINCOLN 3.2 SW +US1NDBL0001 47.2164 -103.2219 826.0 ND FAIRFIELD 2.1 N +US1NDBN0003 48.0744 -99.2527 444.4 ND MINNEWAUKAN 0.3 NNW +US1NDBR0002 46.9438 -98.0358 459.6 ND VALLEY CITY 2.0 NW +US1NDBR0003 47.2400 -98.1910 430.7 ND DAZEY 3.6 N +US1NDBR0006 46.8838 -97.9932 368.5 ND VALLEY CITY 2.8 SSE +US1NDBT0001 48.8791 -100.4030 636.1 ND BOTTINEAU 4.1 NNE +US1NDBT0003 48.6770 -100.8026 438.9 ND UPHAM 7.5 NNW +US1NDBT0005 48.9119 -100.3153 679.4 ND BOTTINEAU 8.3 NE +US1NDBT0006 48.8102 -100.4445 48.2 ND BOTTINEAU 1.1 S +US1NDBT0008 48.7446 -101.0389 456.0 ND MAXBASS 4.9 ENE +US1NDBT0009 48.9136 -101.0168 456.0 ND WESTHOPE 0.1 N +US1NDBW0001 46.2347 -103.6135 958.0 ND RHAME 1.9 E +US1NDBW0002 46.1822 -103.4038 906.5 ND BOWMAN 0.2 WSW +US1NDCS0001 46.8275 -96.8528 273.1 ND WEST FARGO 3.8 SSE +US1NDCS0003 46.9218 -96.8678 272.2 ND FARGO 4.6 NW +US1NDCS0004 46.9110 -96.7797 273.4 ND FARGO 3.0 NE +US1NDCS0005 46.8197 -96.8542 274.9 ND FARGO 4.6 SW +US1NDCS0006 46.8422 -96.8160 276.1 ND FARGO 2.4 S +US1NDCS0009 47.2090 -97.0611 278.0 ND GRANDIN 3.3 SW +US1NDCS0010 46.8352 -96.7914 274.6 ND FARGO 3.1 SSE +US1NDCS0011 46.8120 -96.8330 276.1 ND PRAIRIE ROSE 0.4 S +US1NDCS0015 46.8709 -96.7922 274.9 ND FARGO 1.2 ESE +US1NDCS0016 46.8535 -96.7915 276.1 ND FARGO 2.0 SE +US1NDCS0017 46.8591 -96.8226 274.9 ND FARGO 1.2 SSW +US1NDCS0018 46.8916 -96.7782 274.3 ND FARGO 2.1 ENE +US1NDCS0020 46.6500 -97.0193 287.7 ND KINDRED 0.1 SE +US1NDCS0021 46.9811 -96.8908 271.6 ND HARWOOD 0.5 W +US1NDCS0023 46.9216 -97.5479 367.9 ND BUFFALO 0.1 E +US1NDCS0024 46.8137 -96.8204 275.2 ND FARGO 4.3 S +US1NDCS0025 46.9082 -96.7794 276.1 ND FARGO 2.1 N +US1NDCS0027 46.9769 -96.8227 271.6 ND FARGO 6.9 N +US1NDCS0029 46.6356 -96.8221 280.7 ND HORACE 9.3 SSE +US1NDCS0030 46.9226 -96.7730 274.0 ND FARGO 3.8 NNE +US1NDCS0031 46.8970 -96.8120 273.7 ND FARGO 1.4 N +US1NDCS0032 46.8293 -97.2617 287.7 ND DURBIN 5.4 WNW +US1NDCS0039 47.0022 -96.8953 271.9 ND HARWOOD 1.7 NNW +US1NDCS0041 46.9025 -97.2049 285.0 ND CASSELTON 0.4 ENE +US1NDCS0045 46.9260 -96.7932 272.8 ND FARGO 3.6 NNE +US1NDCS0048 46.8527 -96.8957 275.2 ND WEST FARGO 1.4 S +US1NDCS0049 46.9381 -96.7948 273.7 ND FARGO 4.4 NNE +US1NDCS0059 46.8091 -96.8663 275.5 ND FARGO 5.2 SSW +US1NDCS0061 46.9172 -97.5473 368.8 ND BUFFALO 0.3 SSE +US1NDCS0062 46.7173 -97.2216 287.4 ND LEONARD 4.7 NNE +US1NDCV0001 48.7700 -98.3763 491.3 ND LANGDON 0.5 NNW +US1NDCV0003 48.6193 -98.1876 501.1 ND OSNABROCK 3.9 SSW +US1NDDC0003 46.1653 -98.4271 440.1 ND FULLERTON 0.1 NNW +US1NDDC0004 46.0990 -98.9734 614.2 ND MERRICOURT 12.6 SW +US1NDDC0007 46.2144 -98.6405 463.9 ND MONANGO 3.6 NW +US1NDDC0008 46.0024 -98.5298 441.7 ND ELLENDALE 0.3 WSW +US1NDDC0009 46.1389 -98.1203 405.4 ND OAKES 1.6 W +US1NDDC0010 46.0389 -98.4165 426.1 ND ELLENDALE 5.7 ENE +US1NDDC0011 46.0110 -98.6952 459.9 ND ELLENDALE 8.2 W +US1NDDC0012 45.9456 -98.7805 474.0 ND FORBES 0.3 NNE +US1NDDC0013 46.0696 -98.6441 463.6 ND ELLENDALE 7.3 NW +US1NDDN0001 47.3652 -102.7617 687.3 ND KILLDEER 0.4 W +US1NDDN0003 47.2414 -102.7479 705.6 ND MANNING 1.3 NE +US1NDDN0004 47.3036 -102.7589 694.0 ND KILLDEER 0.2 ENE +US1NDDN0007 47.4129 -102.5246 669.6 ND HALLIDAY 9.7 WNW +US1NDDN0009 47.3867 -102.3435 651.4 ND HALLIDAY 2.4 N +US1NDDN0011 47.3211 -102.8477 741.9 ND KILLDEER 5.4 SW +US1NDDN0012 47.2122 -102.9492 744.9 ND MANNING 8.5 WSW +US1NDDN0014 47.1386 -102.3737 605.6 ND MARSHALL 2 W +US1NDDN0019 46.9886 -102.7929 766.0 ND DICKINSON 7.1 N +US1NDDN0020 47.3502 -102.6614 671.8 ND DUNN CENTER 1.8 W +US1NDDV0004 48.7786 -103.4224 639.5 ND CROSBY 10.9 SSW +US1NDED0001 47.6773 -99.1221 471.5 ND NEW ROCKFORD 0.7 ESE +US1NDED0002 47.8180 -99.1734 455.7 ND SHEYENNE 2.7 WSW +US1NDED0004 47.7454 -99.2934 481.0 ND NEW ROCKFORD 8.6 WNW +US1NDED0005 47.6309 -99.0058 465.7 ND NEW ROCKFORD 7.0 ESE +US1NDED0006 47.7999 -98.9757 470.0 ND SHEYENNE 6.8 ESE +US1NDED0008 47.7386 -99.1474 478.8 ND NEW ROCKFORD 4.0 N +US1NDED0009 47.5949 -98.7987 462.1 ND GRACE CITY 3.1 N +US1NDEM0002 46.6297 -100.2951 554.1 ND MOFFIT 3.3 S +US1NDEM0006 46.2716 -100.2290 538.0 ND LINTON 0.3 NE +US1NDFS0004 47.4486 -99.1236 483.7 ND CARRINGTON 0.1 S +US1NDFS0009 47.4503 -99.1308 484.3 ND CARRINGTON 0.3 W +US1NDGF0002 47.9107 -97.0822 254.2 ND GRAND FORKS 0.6 SW +US1NDGF0005 47.9241 -97.0563 253.9 ND GRAND FORKS 0.9 NE +US1NDGF0007 47.9076 -97.0308 254.2 ND GRAND FORKS 2.0 ESE +US1NDGF0009 47.8444 -97.5812 343.2 ND LARIMORE 4.9 SSE +US1NDGF0010 47.8771 -97.0581 255.4 ND GRAND FORKS 2.8 SSE +US1NDGF0011 47.8472 -97.0930 258.2 ND GRAND FORKS 4.9 SSW +US1NDGF0013 47.8653 -97.0494 255.4 ND GRAND FORKS 3.7 SSE +US1NDGF0014 47.8741 -97.0342 258.2 ND GRAND FORKS 3.4 SSE +US1NDGF0016 47.8801 -97.0600 255.1 ND GRAND FORKS 2.6 SSE +US1NDGF0018 47.7288 -96.9460 261.2 ND REYNOLDS 8.5 ENE +US1NDGT0007 46.4224 -101.5706 706.5 ND CARSON 0.0 NW +US1NDGT0009 46.3062 -101.3825 678.5 ND RALEIGH 5.0 SW +US1NDGT0010 46.4073 -101.8450 723.3 ND ELGIN 0.4 NNE +US1NDGT0012 46.6199 -101.8151 650.1 ND GLEN ULLIN 13.3 S +US1NDGV0001 46.9095 -104.0050 854.4 ND BEACH 0.3 SSE +US1NDHT0001 46.4288 -102.4705 771.1 ND REGENT 4.2 E +US1NDKD0002 46.8594 -99.9275 567.8 ND STEELE 0.6 WNW +US1NDLM0001 46.3550 -98.2871 399.9 ND LA MOURE 0.5 ESE +US1NDLM0002 46.3554 -98.9177 594.7 ND KULM 4.0 NNE +US1NDLM0003 46.4168 -98.7875 496.2 ND EDGELEY 5.2 NW +US1NDLM0004 46.3445 -98.2020 427.6 ND LA MOURE 4.6 ESE +US1NDLM0005 46.5730 -98.8014 478.5 ND NORTONVILLE 3.1 WNW +US1NDLM0007 46.3014 -98.9491 601.7 ND KULM 0.1 WSW +US1NDLM0008 46.6059 -98.3271 446.8 ND MARION 0.5 SE +US1NDLM0011 46.3634 -98.0692 422.1 ND VERONA 0.2 SSE +US1NDMH0005 48.3952 -101.0540 472.1 ND DEERING 0.2 W +US1NDMI0005 46.0651 -99.1913 619.0 ND ASHLEY 9.0 ENE +US1NDMK0002 47.4253 -103.5389 652.6 ND GRASSY BUTTE 14.0 WNW +US1NDMK0003 47.7905 -103.3942 682.1 ND ARNEGARD 2.4 ESE +US1NDML0002 47.7467 -101.2068 616.0 ND MAX 6.4 SE +US1NDML0003 47.2884 -101.0213 553.5 ND WASHBURN 0.3 SE +US1NDML0004 47.7756 -100.7390 636.7 ND BUTTE 5.4 SW +US1NDML0005 47.5012 -101.3729 601.4 ND RIVERDALE 0.5 NW +US1NDML0007 47.6253 -101.4372 579.7 ND GARRISON 2.1 SSW +US1NDML0008 47.6514 -101.4152 587.0 ND GARRISON 0.4 ESE +US1NDML0009 47.6419 -101.3120 592.8 ND GARRISON 5.2 E +US1NDMN0002 48.3080 -102.3702 681.8 ND STANLEY 1.0 SE +US1NDMR0001 47.3011 -101.6026 526.1 ND HAZEN 1.0 E +US1NDMR0002 47.2956 -101.6301 533.1 ND HAZEN 0.4 SW +US1NDMR0003 47.4727 -101.8795 579.1 ND BEULAH 15.0 NNW +US1NDMR0004 47.3136 -101.6909 545.6 ND HAZEN 3.2 WNW +US1NDMR0005 47.5242 -101.5046 584.3 ND HAZEN 16.8 NNE +US1NDMR0006 47.2746 -101.7689 569.4 ND BEULAH 0.6 NNE +US1NDMR0007 47.2983 -101.6178 531.9 ND HAZEN 0.4 ESE +US1NDMR0009 47.2949 -101.8191 634.3 ND BEULAH 2.9 NW +US1NDMT0003 46.8650 -100.9416 604.1 ND MANDAN 3.5 NW +US1NDMT0005 46.6684 -101.2779 634.3 ND NEW SALEM 13.7 SSE +US1NDMT0006 46.8153 -101.8281 634.9 ND GLEN ULLIN 0.3 NE +US1NDNL0001 48.0101 -97.9983 464.5 ND PETERSBURG 0.1 SSE +US1NDPM0001 48.8511 -97.7775 287.7 ND CAVALIER 7.9 WNW +US1NDPM0002 48.8363 -97.9100 360.6 ND WALHALLA 5.9 S +US1NDPR0002 48.3578 -99.9958 472.4 ND RUGBY 0.7 SSW +US1NDPR0006 48.2328 -100.2148 476.1 ND TOWNER 11.9 SE +US1NDRC0004 46.3313 -96.8410 297.8 ND WAHPETON 12.1 WNW +US1NDRC0006 46.1663 -96.9800 313.3 ND MANTADOR 0.1 WNW +US1NDRC0007 46.4351 -96.9675 313.0 ND COLFAX 5.1 WSW +US1NDRC0008 46.4490 -96.7280 285.6 ND ABERCROMBIE 0.2 NW +US1NDRC0009 46.3074 -97.1368 325.5 ND WYNDMERE 3.0 N +US1NDRC0013 46.2842 -96.6069 294.1 ND WAHPETON 0.9 N +US1NDRC0014 46.2582 -96.5985 294.1 ND WAHPETON 1.0 SSE +US1NDRC0015 46.6300 -97.0010 289.0 ND KINDRED 1.7 SSE +US1NDRL0005 48.6898 -100.0120 483.4 ND ROLETTE 8.1 WNW +US1NDRL0007 48.9188 -100.0703 663.5 ND DUNSEITH 7.4 N +US1NDRM0004 48.3951 -98.3619 466.6 ND EDMORE 4.4 SE +US1NDRS0002 46.4410 -97.6736 334.4 ND LISBON 0.5 ENE +US1NDRV0001 48.9623 -101.6310 501.1 ND SHERWOOD 0.1 ENE +US1NDRV0003 48.5167 -101.3167 487.1 ND GLENBURN 4.4 W +US1NDRV0004 48.8214 -101.8494 529.1 ND TOLLEY 6.4 N +US1NDSK0003 46.8904 -103.0886 774.2 ND SOUTH HEART 4.9 WNW +US1NDSK0004 46.8574 -102.5602 714.8 ND GLADSTONE 0.4 ESE +US1NDSK0006 46.8989 -102.8044 750.7 ND DICKINSON 1.4 NW +US1NDSK0009 46.9720 -102.3079 634.6 ND RICHARDTON 6.0 N +US1NDSK0012 46.8950 -102.8076 764.1 ND DICKINSON 1.3 WNW +US1NDSK0014 46.8633 -102.7850 743.4 ND DICKINSON 1.6 S +US1NDSL0001 46.3950 -103.8340 871.4 ND MARMARTH 8.3 NE +US1NDSM0004 46.8505 -98.8402 468.2 ND JAMESTOWN 7.9 WSW +US1NDSM0008 47.2693 -99.4774 574.9 ND WOODWORTH 12.0 NW +US1NDSM0010 47.3185 -99.1226 470.6 ND CARRINGTON 9.1 S +US1NDSM0012 46.6887 -98.5191 450.8 ND MONTPELIER 3.3 ESE +US1NDSM0013 46.9256 -98.6945 454.5 ND JAMESTOWN 1.1 N +US1NDST0001 47.5802 -97.6337 342.9 ND HATTON 9.1 WSW +US1NDST0003 47.3404 -97.8326 422.1 ND HOPE 5.4 WNW +US1NDST0004 47.5112 -97.8352 441.4 ND FINLEY 0.1 E +US1NDST0005 47.6510 -97.7489 396.8 ND SHARON 7.9 ENE +US1NDSX0002 46.0435 -100.9208 673.9 ND SELFRIDGE 0.2 ENE +US1NDTR0001 47.5021 -97.3180 297.5 ND MAYVILLE 0.5 ENE +US1NDTR0002 47.6358 -97.4624 330.1 ND HATTON 0.2 W +US1NDTR0003 47.2698 -96.8594 266.4 ND GRANDIN 7.1 ENE +US1NDTR0005 47.4411 -97.3035 296.3 ND MAYVILLE 4.2 SSE +US1NDWH0002 48.2025 -97.1897 247.2 ND OSLO 2.7 WNW +US1NDWH0004 48.5124 -97.3838 253.3 ND GRAFTON 6.8 N +US1NDWL0002 47.8220 -99.6190 489.5 ND HEIMDAL 2.4 NNE +US1NDWL0003 47.5756 -99.4166 489.2 ND CATHAY 1.5 N +US1NDWM0007 48.3431 -103.1727 696.5 ND RAY 0.5 WNW +US1NDWM0009 48.1735 -103.6505 597.4 ND WILLISTON 1.2 NW +US1NDWM0010 47.9866 -104.0002 580.3 ND WILLISTON 20.9 SW +US1NDWR0004 48.2145 -101.3114 536.4 ND MINOT 1.5 SSW +US1NDWR0006 48.0000 -101.2292 621.8 ND SAWYER 10.2 SW +US1NDWR0012 48.2798 -101.4262 481.0 ND BURLINGTON 0.3 N +US1NDWR0015 48.1484 -101.1563 476.1 ND MINOT 8.7 SE +US1NDWR0016 48.2130 -101.2690 525.8 ND MINOT 1.9 SE +US1NDWR0020 48.2130 -101.3096 535.2 ND MINOT 1.6 SSW +US1NDWR0021 48.2627 -101.3732 520.9 ND MINOT 4.1 WNW +US1NEAD0001 40.5551 -98.3538 0.0 NE HASTINGS 3.0 SE +US1NEAD0002 40.5949 -98.4270 594.4 NE HASTINGS 2.0 WNW +US1NEAD0003 40.6342 -98.3783 589.5 NE HASTINGS 3.2 NNE +US1NEAD0005 40.6005 -98.4719 598.0 NE JUNIATA 1.9 ENE +US1NEAD0006 40.6384 -98.3952 595.6 NE HASTINGS 3.4 N +US1NEAD0007 40.5622 -98.3836 585.2 NE HASTINGS 1.9 S +US1NEAD0010 40.5983 -98.3998 584.9 NE HASTINGS 0.8 NW +US1NEAD0011 40.5891 -98.3850 585.2 NE HASTINGS 0.3 E +US1NEAN0001 41.9840 -98.0776 591.3 NE ELGIN 0.3 E +US1NEBA0001 41.5393 -103.3692 1285.6 NE BRIDGEPORT 16.5 WSW +US1NEBA0003 41.4592 -103.8570 1541.1 NE HARRISBURG 9.1 SW +US1NEBF0001 40.7272 -99.0742 673.3 NE KEARNEY 1.9 NNE +US1NEBF0003 40.9748 -99.0841 644.0 NE PLEASANTON 0.3 NNE +US1NEBF0006 40.7091 -99.0551 653.8 NE KEARNEY 1.6 ENE +US1NEBN0001 41.8563 -98.0778 580.0 NE PETERSBURG 0.2 NE +US1NEBR0001 42.5733 -100.0588 791.9 NE JOHNSTOWN 0.2 WNW +US1NEBR0002 42.5348 -99.8730 771.4 NE AINSWORTH 1.3 SW +US1NEBU0001 41.3665 -97.3677 441.4 NE COLUMBUS 4.8 S +US1NECA0002 40.8690 -96.4266 385.0 NE ALVO 2.1 W +US1NECA0003 41.0105 -95.8890 316.1 NE PLATTSMOUTH 0.2 NNE +US1NECA0004 40.8185 -96.3509 411.5 NE ELMWOOD 3.4 WSW +US1NECA0005 40.9274 -95.8856 322.5 NE MURRAY 2.3 ENE +US1NECH0001 42.8751 -100.5634 788.5 NE VALENTINE 0.7 W +US1NECH0003 42.8826 -100.5267 783.9 NE VALENTINE 1.3 ENE +US1NECN0005 41.1558 -102.9839 1288.7 NE SIDNEY 1.7 NNW +US1NECU0001 41.1980 -99.5713 740.1 NE BROKEN BOW 14.6 SSE +US1NECU0003 41.2209 -99.5667 755.3 NE BROKEN BOW 13.3 SSE +US1NECU0004 41.4860 -99.7601 813.2 NE MERNA 0.1 NNE +US1NECY0001 40.5814 -98.2686 570.6 NE HASTINGS 6.4 E +US1NECY0002 40.6394 -98.2769 578.5 NE HASTINGS 6.9 ENE +US1NEDD0001 41.4599 -96.5141 365.8 NE FREMONT 1.7 NW +US1NEDD0002 41.4645 -96.7797 388.0 NE NORTH BEND 0.2 ESE +US1NEDD0003 41.4314 -96.4921 363.3 NE FREMONT 0.6 S +US1NEDG0001 41.2370 -96.2004 380.1 NE ELKHORN 3.7 SSE +US1NEDG0006 41.2108 -96.2067 383.4 NE CHALCO 4.2 WNW +US1NEDG0007 41.2585 -96.2296 375.5 NE ELKHORN 1.7 SSE +US1NEDG0008 41.2745 -96.1463 382.8 NE OMAHA 7.0 W +US1NEDG0009 41.2458 -95.9778 366.1 NE OMAHA 2.2 SE +US1NEDG0012 41.2783 -96.1110 352.0 NE OMAHA 5.3 W +US1NEDG0013 41.2536 -96.2497 389.8 NE ELKHORN 2.1 SSW +US1NEDG0016 41.3374 -95.9644 356.6 NE OMAHA 5.6 NNE +US1NEDG0017 41.3089 -95.9980 374.9 NE OMAHA 3.2 NNE +US1NEDG0018 41.2939 -96.2410 388.9 NE ELKHORN 0.8 NNW +US1NEDG0019 41.2878 -96.2245 366.7 NE ELKHORN 0.7 ENE +US1NEDG0026 41.2949 -96.0402 373.7 NE OMAHA 2.6 NW +US1NEDG0028 41.1994 -96.2200 381.0 NE GRETNA 4.2 NNE +US1NEDG0029 41.2140 -96.1908 366.1 NE CHALCO 3.6 NW +US1NEDK0002 42.4863 -96.4171 334.1 NE SOUTH SIOUX CITY 1.4 N +US1NEDN0002 40.7770 -99.7346 728.8 NE LEXINGTON 0.4 ESE +US1NEDN0003 40.7195 -99.8274 759.3 NE LEXINGTON 6.0 SW +US1NEDS0001 42.6595 -102.9788 1286.9 NE CHADRON 11.6 S +US1NEDS0002 42.8275 -103.0094 1016.5 NE CHADRON 0.5 W +US1NEFL0001 40.4130 -97.7215 503.2 NE SHICKLEY 0.2 SSE +US1NEGD0001 41.7807 -99.1263 663.2 NE BURWELL 0.4 E +US1NEGG0004 40.4451 -96.7051 419.4 NE CORTLAND 4.2 S +US1NEHK0001 40.2350 -100.8453 805.9 NE CULBERTSON 0.7 NW +US1NEHK0002 40.0277 -101.0602 907.1 NE TRENTON 10.4 SSW +US1NEHL0004 40.7719 -98.3609 590.1 NE DONIPHAN 0.6 ESE +US1NEHL0006 40.8957 -98.4040 574.9 NE GRAND ISLAND 2.7 SW +US1NEHM0002 40.9884 -97.9854 549.9 NE MARQUETTE 1.7 SE +US1NEHR0001 42.0066 -101.0443 997.9 NE MULLEN 2.4 S +US1NEHS0001 40.5845 -100.8783 903.4 NE HAYES CENTER 9.0 NE +US1NEJF0001 40.0891 -97.1959 414.8 NE FAIRBURY 3.7 SSW +US1NEJF0003 40.1143 -97.1724 523.6 NE FAIRBURY 1.9 S +US1NEJF0004 40.1495 -97.1753 440.4 NE FAIRBURY 0.6 N +US1NEKM0001 41.2336 -103.6734 1453.3 NE KIMBALL 0.8 W +US1NEKT0002 41.1313 -101.7037 986.0 NE OGALLALA 0.9 E +US1NELA0001 40.7708 -96.6279 405.1 NE LINCOLN 4.5 SE +US1NELA0002 40.7386 -96.6162 417.6 NE LINCOLN 6.6 SE +US1NELA0004 40.7715 -96.6689 376.1 NE LINCOLN 3.3 SSE +US1NELA0005 40.7346 -96.6688 397.2 NE LINCOLN 5.7 S +US1NELA0006 40.7609 -96.6054 405.7 NE LINCOLN 5.8 SE +US1NELA0008 40.7926 -96.6348 390.4 NE LINCOLN 3.2 ESE +US1NELA0009 40.5544 -96.5454 424.0 NE FIRTH 3.4 ENE +US1NELA0012 40.8047 -96.5942 393.2 NE LINCOLN 5.0 E +US1NELA0013 40.7445 -96.5669 408.4 NE LINCOLN 8.1 SE +US1NELA0015 40.7593 -96.6247 396.8 NE LINCOLN 5.2 SE +US1NELA0016 40.5244 -96.5823 0.0 NE FIRTH 1.3 ESE +US1NELA0019 40.7494 -96.5928 422.1 NE LINCOLN 6.8 SE +US1NELA0021 40.8337 -96.7967 392.0 NE LINCOLN 5.8 WNW +US1NELA0022 40.9982 -96.9093 431.6 NE RAYMOND 7.3 WNW +US1NELA0023 40.8001 -96.7118 355.4 NE LINCOLN 1.7 SW +US1NELA0024 40.5393 -96.7885 453.5 NE HALLAM 0.2 NW +US1NELA0025 40.7176 -96.6208 410.3 NE LINCOLN 7.7 SSE +US1NELA0028 40.7987 -96.6398 396.8 NE LINCOLN 2.8 ESE +US1NELA0030 40.9160 -96.5382 341.1 NE WAVERLY 0.4 W +US1NELA0031 40.8272 -96.6671 362.4 NE LINCOLN 1.3 NE +US1NELA0032 40.8500 -96.6300 359.1 NE LINCOLN 3.8 NE +US1NELA0034 40.8751 -96.6802 351.7 NE LINCOLN 4.1 N +US1NELA0038 40.7492 -96.6897 388.0 NE LINCOLN 4.6 S +US1NELA0040 40.7614 -96.7024 377.6 NE LINCOLN 3.9 S +US1NELA0041 40.9046 -96.8628 390.8 NE MALCOLM 0.3 SSE +US1NELA0042 40.7433 -96.6643 390.8 NE LINCOLN 5.2 SSE +US1NELA0046 40.7441 -96.6494 405.1 NE LINCOLN 5.4 SSE +US1NELA0047 40.7229 -96.6213 417.9 NE ROCA 5.0 NNE +US1NELA0048 40.7938 -96.7867 372.8 NE LINCOLN 5.4 WSW +US1NELA0049 40.8011 -96.6889 364.2 NE LINCOLN 1.1 S +US1NELA0051 40.8536 -96.5200 395.3 NE LINCOLN 9.1 ENE +US1NELA0052 40.8241 -96.6678 367.9 NE LINCOLN 1.2 ENE +US1NELA0053 40.6455 -96.6208 417.3 NE HICKMAN 1.8 NNE +US1NELA0054 40.8823 -96.6943 368.8 NE LINCOLN 4.6 N +US1NELA0055 40.7830 -96.6161 392.9 NE LINCOLN 4.4 ESE +US1NELA0057 40.8874 -96.8257 383.7 NE MALCOLM 2.6 SE +US1NELC0001 41.0821 -100.7849 0.0 NE NORTH PLATTE 3.6 S +US1NELC0002 41.1344 -100.7916 858.3 NE NORTH PLATTE 1.0 W +US1NELC0003 41.1566 -101.0043 885.7 NE HERSHEY 0.2 WSW +US1NELC0004 41.0606 -100.7590 920.5 NE NORTH PLATTE 5.0 S +US1NELC0005 41.1309 -100.8067 860.5 NE NORTH PLATTE 1.8 W +US1NELC0007 41.1354 -100.7488 853.1 NE NORTH PLATTE 1.2 E +US1NELC0008 41.1403 -100.7919 858.3 NE NORTH PLATTE 1.2 WNW +US1NELC0009 41.1411 -100.7807 857.1 NE NORTH PLATTE 0.7 NW +US1NELC0012 41.1318 -100.7979 859.2 NE NORTH PLATTE 1.4 W +US1NELP0001 41.7722 -99.6250 808.0 NE MILBURN 6.6 NE +US1NEMD0001 42.0536 -97.4457 504.4 NE NORFOLK 1.9 NW +US1NEMD0002 41.9601 -97.3745 468.5 NE NORFOLK 5.6 SSE +US1NEMK0001 41.2231 -98.2488 545.0 NE PALMER 1.6 W +US1NEML0002 41.7579 -103.3269 1147.3 NE BAYARD 0.2 WNW +US1NEMP0001 41.6414 -100.7747 951.0 NE TRYON 11.3 ENE +US1NENK0001 40.0210 -98.0700 487.4 NE SUPERIOR 0.2 SW +US1NENM0001 40.4127 -95.9956 370.6 NE JOHNSON 0.2 NE +US1NEOT0001 40.5970 -95.8939 337.7 NE NEBRASKA CITY 5.7 SSW +US1NEPN0002 40.1147 -96.1599 361.2 NE PAWNEE CITY 0.5 NW +US1NERW0002 40.2475 -100.5538 776.6 NE MCCOOK 4.6 NE +US1NESB0004 41.8955 -103.7098 1193.9 NE SCOTTSBLUFF 3.2 NW +US1NESB0005 41.7166 -103.6733 1330.1 NE GERING 7.7 S +US1NESB0008 41.8268 -103.6762 1212.8 NE GERING 0.6 WSW +US1NESL0002 40.6833 -96.9530 458.4 NE CRETE 4.0 N +US1NESM0003 42.6288 -103.8338 1467.9 NE HARRISON 4.8 SSE +US1NESN0001 41.1912 -96.6167 368.8 NE WAHOO 1.7 S +US1NESN0003 41.1932 -96.7374 390.1 NE WESTON 0.2 ENE +US1NESN0004 41.3069 -96.4728 402.9 NE MEAD 5.4 N +US1NESN0007 41.3516 -96.5842 389.2 NE COLON 3.9 NNE +US1NEST0001 41.9599 -97.3644 463.3 NE NORFOLK 5.8 SSE +US1NESW0001 40.8911 -97.3466 483.7 NE UTICA 0.3 SSW +US1NESW0003 40.7069 -96.9289 419.4 NE DENTON 5.0 WSW +US1NESW0004 40.7758 -97.0520 444.4 NE MILFORD 0.2 N +US1NESW0005 40.7861 -97.2042 470.0 NE BEAVER CROSSING 4.1 E +US1NESW0006 40.7136 -97.2432 464.5 NE FRIEND 4.8 NNE +US1NESW0007 40.9169 -97.0898 449.6 NE SEWARD 0.5 NE +US1NESY0001 41.1364 -96.0596 356.3 NE PAPILLION 1.7 SW +US1NESY0002 41.1414 -96.0544 338.9 NE PAPILLION 1.3 SSW +US1NESY0004 41.1677 -96.0254 330.7 NE PAPILLION 1.1 NE +US1NESY0007 41.1278 -95.9589 334.1 NE BELLEVUE 2.7 SW +US1NESY0008 41.1856 -96.1855 363.3 NE OMAHA 10.5 WSW +US1NESY0009 41.1271 -96.2474 391.1 NE GRETNA 0.1 SSE +US1NESY0010 41.1097 -95.9562 328.9 NE BELLEVUE 3.7 SSW +US1NESY0011 41.1770 -96.0757 331.6 NE LA VISTA 2.0 WSW +US1NESY0012 41.1640 -95.9656 328.6 NE BELLEVUE 2.3 WNW +US1NESY0013 41.1876 -96.0483 349.0 NE LA VISTA 0.5 WNW +US1NESY0016 41.1334 -96.0577 360.9 NE PAPILLION 1.9 SSW +US1NESY0017 41.1738 -96.0318 343.2 NE PAPILLION 1.2 NNE +US1NESY0018 41.1532 -96.0558 323.4 NE PAPILLION 0.8 WSW +US1NETN0001 42.2020 -96.8227 435.3 NE WAKEFIELD 5.1 SSE +US1NETR0004 40.3056 -97.6803 485.2 NE CARLETON 0.4 NW +US1NETS0001 41.9010 -100.3039 829.1 NE HALSEY 1.8 W +US1NEWH0002 42.0888 -98.3773 0.0 NE EWING 11.9 S +US1NEWS0002 41.4686 -96.0703 380.7 NE FORT CALHOUN 2.5 WNW +US1NEWS0004 41.5559 -96.1461 330.4 NE BLAIR 0.9 NNW +US1NEWS0005 41.5569 -96.1398 322.8 NE BLAIR 0.9 N +US1NEWS0007 41.5364 -96.1358 332.8 NE BLAIR 0.5 S +US1NEWS0010 41.5597 -96.1482 329.8 NE BLAIR 1.2 NNW +US1NEWY0001 42.2288 -97.0213 443.8 NE WAYNE 0.6 SSW +US1NHBK0001 43.4800 -71.5500 207.3 NH TILTON NORTHFIELD 3.3 NE +US1NHBK0002 43.4356 -71.5069 214.0 NH BELMONT 1.7 SW +US1NHBK0005 43.6479 -71.5682 202.4 NH NEW HAMPTON 5.3 NE +US1NHBK0007 43.5541 -71.3231 171.9 NH LACONIA 7.9 E +US1NHBK0008 43.5537 -71.4840 159.4 NH MEREDITH 7.3 S +US1NHBK0009 43.6224 -71.5351 206.3 NH MEREDITH 2.9 SSW +US1NHBK0010 43.5287 -71.4791 151.2 NH LACONIA 2.8 S +US1NHBK0011 43.5636 -71.4433 158.8 NH GILFORD 2.1 NW +US1NHBK0012 43.6758 -71.5267 234.4 NH CENTER HARBOR 3.7 SW +US1NHBK0013 43.5480 -71.4198 256.9 NH GILFORD 0.6 W +US1NHBK0017 43.5711 -71.6019 203.6 NH SANBORNTON 5.6 NNW +US1NHBK0018 43.6640 -71.6427 204.2 NH NEW HAMPTON 4.1 N +US1NHBK0020 43.4550 -71.4098 324.3 NH GILMANTON 2.1 N +US1NHBK0024 43.4377 -71.2133 190.8 NH ALTON 1.2 SSE +US1NHBK0026 43.6984 -71.4693 273.4 NH MEREDITH 3.3 NNE +US1NHBK0029 43.4973 -71.6280 157.3 NH SANBORNTON 2.3 WNW +US1NHCH0001 42.8785 -72.3383 155.1 NH WEST SWANZEY 1.0 WNW +US1NHCH0002 42.8988 -72.5235 120.7 NH WEST CHESTERFIELD 0.3 WNW +US1NHCH0004 42.9395 -72.3284 168.6 NH KEENE 1.7 WSW +US1NHCH0006 42.9405 -72.2761 156.4 NH KEENE 0.5 NE +US1NHCH0007 42.8802 -72.2854 147.5 NH WEST SWANZEY 2.0 ENE +US1NHCH0010 42.7647 -72.2687 319.4 NH RICHMOND 0.7 NE +US1NHCH0011 42.7719 -72.3808 139.0 NH WINCHESTER 0.4 SSE +US1NHCH0012 42.8627 -72.2867 171.9 NH WEST SWANZEY 1.9 ESE +US1NHCH0013 42.8795 -72.0103 346.9 NH DUBLIN 3.3 SE +US1NHCH0015 43.0677 -72.2187 340.2 NH GILSUM 2.6 ENE +US1NHCH0020 42.7310 -71.9520 363.3 NH RINDGE 3.2 ESE +US1NHCH0021 42.9313 -72.2682 148.7 NH KEENE 2.0 SE +US1NHCH0024 42.9840 -72.3140 158.8 NH KEENE 2.5 NNW +US1NHCH0025 42.8224 -72.0178 295.0 NH JAFFREY 0.7 NNE +US1NHCH0026 42.9293 -72.2728 145.1 NH KEENE 1.9 SE +US1NHCR0001 43.6037 -70.9867 188.1 NH EAST WAKEFIELD 1.2 SE +US1NHCR0003 43.5555 -71.0822 203.3 NH BROOKFIELD 0.9 WSW +US1NHCR0004 43.8030 -71.5000 260.9 NH CENTER SANDWICH 3.1 WSW +US1NHCR0007 43.9295 -71.0841 165.2 NH CONWAY 4.1 SSE +US1NHCR0008 43.7197 -71.1258 185.9 NH OSSIPEE 2.3 NNW +US1NHCR0009 43.8793 -71.1266 285.3 NH MADISON 1.7 SE +US1NHCR0010 43.7743 -70.9995 150.6 NH EFFINGHAM 0.9 NNW +US1NHCR0011 44.0356 -71.1401 156.1 NH NORTH CONWAY 1.4 SSW +US1NHCR0012 44.1128 -71.1396 209.7 NH INTERVALE 2.7 N +US1NHCR0013 43.7318 -71.3732 159.4 NH MOULTONBOROUGH 2.0 SE +US1NHCR0014 43.8673 -71.1824 147.2 NH SILVER LAKE 1.5 SSW +US1NHCR0015 44.1907 -71.2260 355.4 NH JACKSON 3.7 NW +US1NHCR0016 43.5846 -71.2176 169.5 NH WOLFEBORO 0.6 SW +US1NHCR0020 43.9196 -71.1463 232.6 NH MADISON 1.4 N +US1NHCR0029 43.6379 -71.2442 171.9 NH TUFTONBORO 1.1 S +US1NHCR0030 44.0204 -71.1345 147.5 NH NORTH CONWAY 2.3 S +US1NHCR0034 43.6392 -71.0521 196.6 NH WAKEFIELD 6.0 NNW +US1NHCR0041 43.9265 -71.2156 201.2 NH ALBANY 2.8 SW +US1NHCR0043 43.8404 -71.1954 143.9 NH TAMWORTH 3.4 ESE +US1NHCS0001 44.3593 -71.3658 457.5 NH RANDOLPH 4.0 WSW +US1NHCS0003 44.6240 -71.3144 354.8 NH DUMMER 4.3 NW +US1NHCS0004 45.1106 -71.2976 591.6 NH PITTSBURG 6.1 NE +US1NHCS0005 44.3478 -71.1851 383.1 NH GORHAM 3.1 S +US1NHCS0006 44.4764 -71.1773 372.5 NH BERLIN 3.9 ESE +US1NHCS0010 44.3882 -71.2695 541.0 NH RANDOLPH 1.4 NE +US1NHCS0011 44.3764 -71.6132 284.4 NH WHITEFIELD 0.3 NNW +US1NHGR0001 43.5949 -71.7414 153.0 NH BRISTOL 0.4 SSE +US1NHGR0002 43.7486 -71.6990 202.1 NH PLYMOUTH 0.7 N +US1NHGR0003 43.6973 -71.6328 1813.9 NH ASHLAND 0.2 NW +US1NHGR0007 43.8138 -71.9408 316.4 NH DORCHESTER 4.1 SSW +US1NHGR0010 43.8981 -72.1377 131.1 NH ORFORD 0.5 SSW +US1NHGR0011 43.7603 -71.6889 186.8 NH PLYMOUTH 1.6 NNE +US1NHGR0012 43.7491 -71.7254 247.2 NH PLYMOUTH 1.5 WNW +US1NHGR0013 43.6743 -72.0192 391.4 NH CANAAN 2.0 NNW +US1NHGR0014 43.8898 -71.6150 284.1 NH THORNTON 3.0 ESE +US1NHGR0020 43.7629 -71.7075 197.8 NH PLYMOUTH 1.7 NNW +US1NHGR0023 44.2354 -71.7388 384.4 NH FRANCONIA 0.8 NE +US1NHGR0029 43.8099 -72.1598 160.9 NH LYME 0.2 W +US1NHGR0032 43.8057 -71.9168 273.7 NH DORCHESTER 3.8 NNE +US1NHGR0033 43.7201 -72.2666 159.1 NH HANOVER 1.4 NNE +US1NHGR0034 43.6167 -71.8000 228.3 NH ALEXANDRIA 0.5 NW +US1NHGR0036 44.0429 -71.6729 246.3 NH LINCOLN 0.3 N +US1NHGR0038 43.6509 -72.0990 257.6 NH ENFIELD 2.4 E +US1NHGR0039 43.6098 -71.8048 217.9 NH ALEXANDRIA 0.6 W +US1NHGR0041 44.2886 -72.0062 333.1 NH MONROE 3.1 NE +US1NHGR0043 43.6443 -72.1843 295.0 NH LEBANON 3.6 E +US1NHGR0046 43.7296 -71.6421 360.3 NH ASHLAND 2.4 NNW +US1NHGR0047 44.3185 -71.9109 338.6 NH LITTLETON 7.3 W +US1NHGR0049 43.7905 -71.6841 269.4 NH PLYMOUTH 3.7 N +US1NHGR0050 43.8095 -71.6072 292.9 NH CAMPTON 2.0 ESE +US1NHHL0005 42.7543 -71.4454 44.5 NH NASHUA 2.4 E +US1NHHL0007 42.8161 -71.4540 52.7 NH LITCHFIELD 2.1 SE +US1NHHL0008 43.1109 -71.9037 190.8 NH HILLSBOROUGH 0.3 SW +US1NHHL0016 42.7590 -71.5370 98.1 NH HOLLIS 2.9 ENE +US1NHHL0019 42.7123 -71.6976 138.1 NH BROOKLINE 2.1 SW +US1NHHL0021 42.7708 -71.7828 310.0 NH MASON 1.9 NNW +US1NHHL0024 42.7478 -71.4815 56.4 NH NASHUA 0.5 E +US1NHHL0025 42.9141 -71.6102 93.0 NH AMHERST 3.7 NNE +US1NHHL0026 43.1418 -71.9162 259.1 NH HILLSBOROUGH 2.1 NNW +US1NHHL0029 42.9955 -71.8227 265.8 NH FRANCESTOWN .8 SE +US1NHHL0038 42.8055 -71.6252 149.7 NH MILFORD 2.7 SE +US1NHHL0039 42.8415 -71.7245 108.8 NH MILFORD 3.2 W +US1NHHL0048 42.7767 -71.7799 296.3 NH GREENVILLE 1.1 ENE +US1NHHL0049 42.8762 -71.6828 159.4 NH MONT VERNON 1.3 SSW +US1NHHL0053 42.7720 -71.4582 38.7 NH NASHUA 2.3 NE +US1NHHL0055 42.9425 -71.6861 169.8 NH NEW BOSTON 2.4 S +US1NHHL0059 42.8470 -71.5187 68.0 NH MERRIMACK 1.9 SW +US1NHHL0060 42.8749 -71.5518 90.8 NH MERRIMACK 3.0 W +US1NHHL0062 42.7598 -71.8566 322.2 NH NEW IPSWICH 0.8 S +US1NHHL0067 42.7308 -71.4751 51.8 NH NASHUA 1.5 SE +US1NHHL0068 42.7167 -71.7249 186.5 NH MASON 2.9 SE +US1NHHL0069 42.9980 -71.4422 107.3 NH MANCHESTER 1.0 N +US1NHHL0077 43.0322 -71.7367 213.1 NH WEARE 4.3 S +US1NHHL0078 42.8118 -71.7668 169.5 NH WILTON 2.9 SSW +US1NHHL0079 42.8095 -71.6361 129.5 NH MILFORD 2.1 SE +US1NHHL0081 43.0320 -71.4611 112.8 NH MANCHESTER 3.4 NNW +US1NHHL0084 42.8272 -71.6607 94.8 NH MILFORD 0.5 S +US1NHHL0085 43.0463 -71.6916 138.1 NH WEARE 3.9 SSE +US1NHHL0087 42.7189 -71.6676 100.3 NH BROOKLINE 1.2 SSW +US1NHMR0003 43.2829 -71.7268 175.9 NH WEBSTER 3.2 SSW +US1NHMR0004 43.1499 -71.5565 137.5 NH BOW 1.6 NW +US1NHMR0005 43.3402 -71.5867 179.2 NH CANTERBURY 0.9 NW +US1NHMR0006 43.5200 -71.8190 285.0 NH DANBURY 2.2 ESE +US1NHMR0009 43.1848 -71.5186 70.7 NH CONCORD 3.8 SSE +US1NHMR0011 43.2849 -71.9252 290.5 NH SOUTH SUTTON 2.5 SSE +US1NHMR0013 43.3949 -71.7143 211.8 NH SALISBURY 1.1 NNE +US1NHMR0014 43.4302 -71.8907 205.1 NH WILMOT 1.8 SE +US1NHMR0015 43.1070 -71.6171 246.9 NH DUNBARTON 0.3 N +US1NHMR0016 43.2686 -72.0051 259.1 NH NEWBURY 4.0 SE +US1NHMR0017 43.2101 -71.5512 113.1 NH CONCORD 1.6 SSE +US1NHMR0020 43.1515 -71.5639 127.1 NH BOW 1.5 NW +US1NHMR0023 43.1574 -71.6211 107.6 NH BOW 4.1 WNW +US1NHMR0024 43.2291 -71.7046 111.9 NH CONTOOCOOK 0.7 NE +US1NHMR0025 43.2115 -71.4143 210.3 NH CHICHESTER 2.7 SSW +US1NHMR0026 43.2988 -71.3345 176.5 NH PITTSFIELD 0.2 SSW +US1NHMR0027 43.2359 -71.4101 218.5 NH CHICHESTER 1.1 SSW +US1NHMR0030 43.1854 -71.6184 160.6 NH HOPKINTON 2.9 E +US1NHMR0033 43.2862 -71.6043 110.3 NH BOSCAWEN 2.2 SE +US1NHMR0036 43.1132 -71.5413 254.5 NH BOW 1.4 SSE +US1NHMR0039 43.2624 -71.5744 106.1 NH PENACOOK 1.8 SE +US1NHMR0041 43.3367 -72.0606 588.6 NH NEWBURY 1.6 NW +US1NHMR0043 43.2845 -71.6067 119.8 NH BOSCAWEN 2.2 SSE +US1NHMR0044 43.1543 -71.5486 116.4 NH BOW 1.5 N +US1NHMR0045 43.4394 -71.5373 195.1 NH NORTHFIELD 2.8 E +US1NHMR0047 43.0853 -71.5442 167.9 NH DUNBARTON 3.8 SE +US1NHMR0051 43.2553 -71.7346 127.1 NH CONTOOCOOK 2.4 NNW +US1NHMR0052 43.4089 -71.9500 297.5 NH NEW LONDON 1.8 SE +US1NHMR0055 43.3028 -71.5789 115.8 NH CANTERBURY 2.5 SSW +US1NHMR0060 43.2953 -71.9024 167.9 NH SOUTH SUTTON 1.3 SE +US1NHMR0062 43.4171 -71.9483 250.9 NH NEW LONDON 1.6 ESE +US1NHMR0063 43.3352 -71.9513 299.9 NH SUTTON MILLS 0.1 ENE +US1NHRC0003 42.9674 -70.9595 12.8 NH EXETER 0.8 SW +US1NHRC0004 42.8902 -70.8888 22.9 NH SEABROOK 0.8 WSW +US1NHRC0005 43.0194 -70.8636 14.6 NH STRATHAM 2.7 E +US1NHRC0006 43.0704 -70.7595 2.1 NH PORTSMOUTH 1.5 NE +US1NHRC0007 42.9734 -70.9195 20.7 NH EXETER 1.5 E +US1NHRC0011 43.0401 -71.0591 42.1 NH EPPING 1.2 ENE +US1NHRC0012 43.0661 -70.7801 14.3 NH PORTSMOUTH 0.6 N +US1NHRC0013 43.0159 -70.8272 26.5 NH GREENLAND 1.5 SSE +US1NHRC0016 42.9784 -70.9633 16.8 NH EXETER 0.8 WNW +US1NHRC0017 43.1867 -71.1855 242.0 NH NORTHWOOD 1.9 WSW +US1NHRC0018 43.1335 -71.2794 114.6 NH DEERFIELD 3.2 WSW +US1NHRC0021 43.2108 -71.2312 204.2 NH NORTHWOOD 4.2 WNW +US1NHRC0024 43.0143 -70.8811 35.1 NH STRATHAM 1.9 ESE +US1NHRC0027 42.8666 -71.3749 129.5 NH LONDONDERRY 1.0 NW +US1NHRC0033 42.8961 -71.1685 75.3 NH HAMPSTEAD 1.6 NNE +US1NHRC0038 43.0416 -70.9468 26.5 NH NEWFIELDS 0.5 WNW +US1NHRC0043 43.0444 -71.2379 135.9 NH RAYMOND 3.3 WNW +US1NHRC0047 42.8172 -71.2157 50.3 NH SALEM 1.7 NNE +US1NHRC0048 43.2011 -71.2575 196.0 NH NORTHWOOD 2.9 WSW +US1NHRC0049 42.9567 -71.0199 57.6 NH KINGSTON 2.3 NE +US1NHRC0052 42.8976 -71.3190 109.4 NH DERRY 1.6 W +US1NHRC0059 43.0731 -70.7592 3.0 NH PORTSMOUTH 1.6 NE +US1NHRC0060 43.0069 -71.3133 98.5 NH AUBURN 1.8 E +US1NHRC0063 42.8597 -71.2799 104.5 NH DERRY 2.5 S +US1NHRC0065 42.9383 -71.3455 87.8 NH DERRY 4.2 NW +US1NHRC0071 42.9937 -71.2543 140.8 NH CHESTER 2.6 N +US1NHRC0072 42.9765 -71.2714 118.9 NH DERRY 5.7 N +US1NHSL0001 43.5303 -72.3597 150.9 NH PLAINFIELD 0.3 SW +US1NHSL0002 43.3147 -72.1137 393.5 NH GOSHEN 2.0 NE +US1NHSL0003 43.2865 -72.3297 275.8 NH WEST UNITY 0.7 WSW +US1NHSL0004 43.2300 -72.3900 291.7 NH CHARLESTOWN 1.7 ESE +US1NHSL0007 43.3169 -72.2051 387.4 NH UNITY 3.2 ENE +US1NHSL0008 43.4201 -72.0910 418.5 NH SUNAPEE 2.3 N +US1NHSL0013 43.3912 -72.3630 128.6 NH CLAREMONT 1.5 NW +US1NHSL0014 43.5182 -72.2831 255.1 NH CLAREMONT 10.1 NNE +US1NHST0010 43.4227 -71.1406 160.0 NH NEW DURHAM 1.7 SE +US1NHST0011 43.4230 -71.0336 269.7 NH MILTON 2.5 NW +US1NHST0013 43.1035 -70.9756 32.9 NH DURHAM 3.6 SW +US1NHST0014 43.2258 -70.8927 60.7 NH DOVER 2.5 N +US1NHST0015 43.3061 -70.9877 71.6 NH ROCHESTER 0.6 NW +US1NHST0017 43.4756 -71.0388 180.4 NH MIDDLETON 1.5 E +US1NHST0018 43.3087 -71.1804 251.5 NH STRAFFORD 1.3 SSE +US1NHST0019 43.1876 -70.8685 31.7 NH DOVER 0.8 E +US1NHST0020 43.2307 -71.1551 200.6 NH STRAFFORD 6.8 SSE +US1NHST0027 43.0880 -71.0219 40.5 NH LEE 2.5 SSW +US1NHST0031 43.3117 -71.1351 281.9 NH STRAFFORD 2.9 N +US1NHST0033 43.2696 -71.1281 173.1 NH STRAFFORD 0.1 WSW +US1NHST0037 43.2229 -70.8553 41.8 NH ROLLINSFORD 2.0 WSW +US1NHST0039 43.2150 -70.9203 49.1 NH DOVER 2.5 NW +US1NHST0040 43.2135 -70.9847 80.8 NH BARRINGTON 3.2 E +US1NJAT0001 39.5483 -74.8671 31.4 NJ BUENA VISTA TWP 2.6 NNE +US1NJAT0002 39.5565 -74.8048 14.0 NJ FOLSOM 3.2 SE +US1NJAT0003 39.4747 -74.7107 5.5 NJ HAMILTON TWP 2.1 SE +US1NJAT0005 39.6404 -74.8261 29.9 NJ HAMMONTON 3.3 WSW +US1NJAT0009 39.3346 -74.5759 5.8 NJ LINWOOD 0.7 SSW +US1NJAT0011 39.3740 -74.8471 20.1 NJ ESTELL MANOR 4.0 WNW +US1NJAT0013 39.3929 -74.6248 16.5 NJ EGG HARBOR TWP 1.3 NW +US1NJAT0015 39.4140 -74.7087 3.0 NJ ESTELL MANOR 5.2 NE +US1NJAT0017 39.5314 -74.6471 17.4 NJ EGG HARBOR CITY 3.6 SW +US1NJAT0021 39.5218 -74.4886 5.5 NJ PORT REPUBLIC 0.8 SSW +US1NJAT0022 39.4902 -74.4609 9.4 NJ GALLOWAY TWP 0.9 E +US1NJAT0031 39.4220 -74.4871 3.0 NJ ABSECON CITY 0.4 E +US1NJAT0033 39.4313 -74.7620 20.7 NJ WEYMOUTH TWP 2.1 ENE +US1NJAT0034 39.4107 -74.3726 2.1 NJ BRIGANTINE 0.4 ESE +US1NJAT0036 39.6298 -74.7619 21.9 NJ HAMMONTON 1.9 S +US1NJAT0039 39.5251 -74.6361 17.1 NJ EGG HARBOR CITY 3.5 SW +US1NJBG0001 40.9213 -74.0020 20.1 NJ BERGENFIELD 0.3 SW +US1NJBG0002 40.9027 -74.0834 16.8 NJ SADDLE BROOK TWP 0.6 E +US1NJBG0003 40.9147 -73.9775 21.6 NJ TENAFLY 1.3 W +US1NJBG0005 40.9830 -74.0159 15.8 NJ WESTWOOD 0.8 ESE +US1NJBG0006 41.0586 -74.1341 112.2 NJ RAMSEY 0.6 E +US1NJBG0008 40.9071 -74.0934 12.8 NJ SADDLE BROOK TWP 0.3 NNE +US1NJBG0010 40.9915 -74.0123 9.4 NJ RIVER VALE TWP 1.5 S +US1NJBG0011 40.7944 -74.1190 8.2 NJ NORTH ARLINGTON 0.7 NE +US1NJBG0012 40.8420 -74.0830 14.0 NJ WOOD RIDGE 0.6 SE +US1NJBG0013 40.8373 -74.1065 26.5 NJ RUTHERFORD 1.2 N +US1NJBG0015 40.7915 -74.1398 17.7 NJ NORTH ARLINGTON 0.7 WNW +US1NJBG0017 40.9511 -74.1183 28.0 NJ GLEN ROCK 0.7 SSE +US1NJBG0018 40.8481 -74.0002 21.3 NJ PALISADES PARK 0.2 WNW +US1NJBG0020 40.9682 -74.0902 25.0 NJ PARAMUS 1.8 NNW +US1NJBG0023 41.0191 -74.2334 149.4 NJ OAKLAND 0.9 SSE +US1NJBG0029 41.0328 -74.2450 73.8 NJ OAKLAND 0.2 WNW +US1NJBG0030 41.0253 -74.2236 109.4 NJ OAKLAND 1.0 ESE +US1NJBG0031 40.9628 -73.9600 14.3 NJ DEMAREST 0.6 NNW +US1NJBG0033 40.8536 -74.0943 24.1 NJ WOOD RIDGE 0.6 NNW +US1NJBG0037 40.9614 -74.1328 27.1 NJ GLEN ROCK 0.4 WNW +US1NJBG0039 40.9321 -74.0354 23.2 NJ RIVER EDGE 0.4 NNE +US1NJBG0044 40.9319 -73.9782 43.9 NJ TENAFLY 1.6 NW +US1NJBT0002 39.8740 -74.5450 42.4 NJ WOODLAND TWP 2.7 NW +US1NJBT0003 40.0786 -74.8209 7.0 NJ BURLINGTON 1.7 E +US1NJBT0004 39.9684 -74.8648 10.1 NJ MOUNT LAUREL TWP 2.5 ENE +US1NJBT0005 39.8315 -74.8083 38.7 NJ MEDFORD TWP 2.4 SSE +US1NJBT0006 39.9712 -74.9345 23.8 NJ MOORESTOWN TWP 0.6 SE +US1NJBT0007 40.1146 -74.6393 27.4 NJ CHESTERFIELD TWP 0.4 ESE +US1NJBT0009 40.0253 -74.9318 11.3 NJ DELRAN TWP 1.1 ENE +US1NJBT0010 39.9164 -74.5788 36.9 NJ PEMBERTON TWP 3.0 SSE +US1NJBT0011 40.0672 -74.8223 11.9 NJ BURLINGTON TWP 0.9 ENE +US1NJBT0018 39.8596 -74.8537 13.4 NJ MEDFORD TWP 1.7 W +US1NJBT0019 39.9368 -74.9084 12.2 NJ MOUNT LAUREL TWP 0.8 SSW +US1NJBT0022 39.9407 -74.7456 10.1 NJ SOUTHAMPTON TWP 2.4 NW +US1NJBT0023 40.0085 -74.9080 12.8 NJ MOORESTOWN TWP 2.7 NE +US1NJBT0025 39.8210 -74.5383 29.6 NJ WOODLAND TWP 1.8 SW +US1NJBT0027 39.9448 -74.9128 9.8 NJ MOUNT LAUREL TWP 0.5 WSW +US1NJBT0028 39.8572 -74.8170 21.3 NJ MEDFORD LAKES 0.6 W +US1NJBT0029 39.8540 -74.6807 24.4 NJ TABERNACLE TWP 2.7 NNW +US1NJBT0032 39.8378 -74.7467 32.9 NJ TABERNACLE TWP 5.0 WNW +US1NJBT0035 39.9321 -74.7736 12.8 NJ SOUTHAMPTON TWP 3.2 WNW +US1NJBT0036 39.8594 -74.7971 21.0 NJ MEDFORD LAKES 0.4 ENE +US1NJBT0037 39.9664 -74.8293 12.2 NJ HAINESPORT TWP 0.8 SSE +US1NJBT0040 39.9071 -74.7170 12.2 NJ SOUTHAMPTON TWP 0.5 S +US1NJBT0041 39.9296 -74.8779 23.8 NJ MOUNT LAUREL TWP 1.9 SE +US1NJBT0045 39.9551 -74.6817 19.5 NJ PEMBERTON 1.1 S +US1NJBT0050 39.9720 -74.6850 15.8 NJ PEMBERTON 0.1 NE +US1NJBT0052 39.9971 -74.7772 12.2 NJ MOUNT HOLLY TWP 0.5 ENE +US1NJBT0056 39.8885 -74.8253 14.6 NJ MEDFORD TWP 1.7 N +US1NJBT0058 39.7999 -74.9000 43.9 NJ EVESHAM TWP 4.2 S +US1NJBT0059 39.9986 -74.9805 14.9 NJ CINNAMINSON TWP 0.7 ESE +US1NJBT0061 39.9650 -74.9469 23.5 NJ MOORESTOWN TWP 1.0 SSW +US1NJBT0062 39.9672 -74.8475 15.8 NJ HAINESPORT TWP 0.9 SW +US1NJBT0068 39.8968 -74.6972 35.7 NJ SOUTHAMPTON TWP 1.6 SE +US1NJBT0071 40.0073 -75.0173 5.2 NJ RIVERTON 0.3 SSW +US1NJBT0073 39.6167 -74.5934 3.4 NJ WASHINGTON TWP 4.8 SSW +US1NJCD0001 39.4755 -75.2383 21.9 NJ UPPER DEERFIELD TWP 1.7 SW +US1NJCD0002 39.5058 -75.0381 32.9 NJ VINELAND 3.5 NW +US1NJCD0006 39.4087 -75.3472 3.4 NJ GREENWICH TWP 1.3 NE +US1NJCD0007 39.4603 -75.2299 20.7 NJ BRIDGETON 2.2 N +US1NJCD0008 39.4262 -75.1850 30.5 NJ FAIRFIELD TWP 4.9 NE +US1NJCD0010 39.4909 -75.1803 36.3 NJ UPPER DEERFIELD TWP 1.9 E +US1NJCD0011 39.4572 -75.0464 20.1 NJ VINELAND 2.6 WSW +US1NJCD0012 39.4262 -75.1850 30.5 NJ FAIRFIELD TWP 4.9 NE +US1NJCD0014 39.4212 -75.1376 29.3 NJ MILLVILLE 4.9 WNW +US1NJCM0002 39.0425 -74.8940 4.9 NJ MIDDLE TWP 4.4 SW +US1NJCM0004 39.0064 -74.8825 5.5 NJ LOWER TWP 2.2 NE +US1NJCM0005 39.2864 -74.6210 1.5 NJ OCEAN CITY 1.6 NW +US1NJCM0006 39.2510 -74.7315 8.5 NJ UPPER TWP 0.4 SSW +US1NJCM0007 39.2378 -74.8173 13.1 NJ WOODBINE 0.8 NNW +US1NJCM0011 39.1327 -74.7102 2.1 NJ SEA ISLE CITY 1.4 SSW +US1NJCM0012 39.2900 -74.7556 7.0 NJ WOODBINE 5.1 NE +US1NJCM0013 39.2741 -74.6366 7.9 NJ UPPER TWP 5.0 ENE +US1NJCM0014 39.2217 -74.6860 3.7 NJ UPPER TWP 3.2 SE +US1NJCM0016 39.0647 -74.7793 0.3 NJ STONE HARBOR 1.6 NNW +US1NJCM0017 38.9717 -74.8398 0.3 NJ WILDWOOD CREST 0.1 WSW +US1NJCM0019 39.0787 -74.8396 6.7 NJ MIDDLE TWP 0.5 SW +US1NJCM0021 39.2150 -74.9060 4.6 NJ DENNIS TWP 4.8 W +US1NJCM0027 38.9453 -74.9072 1.2 NJ CAPE MAY 0.4 NNW +US1NJCM0028 39.0001 -74.7935 2.1 NJ NORTH WILDWOOD 0.4 SE +US1NJCM0029 39.1306 -74.8487 2.7 NJ MIDDLE TWP 3.3 NNW +US1NJCM0030 39.1661 -74.8263 4.9 NJ DENNIS TWP 2.5 S +US1NJCM0032 39.1762 -74.7515 5.8 NJ DENNIS TWP 4.0 ESE +US1NJCM0034 39.1431 -74.8538 4.0 NJ MIDDLE TWP 4.2 NNW +US1NJCM0035 38.9611 -74.9570 4.9 NJ LOWER TWP 3.0 WSW +US1NJCM0036 39.2880 -74.5691 1.2 NJ OCEAN CITY 2.1 NE +US1NJCM0037 39.2968 -74.7664 2.4 NJ UPPER TWP 3.5 NW +US1NJCM0038 39.2517 -74.6198 1.5 NJ OCEAN CITY 1.6 SW +US1NJCM0040 38.9807 -74.9540 4.9 NJ LOWER TWP 2.4 W +US1NJCM0043 38.9863 -74.8856 3.4 NJ LOWER TWP 1.3 ENE +US1NJCM0044 39.0011 -74.8947 6.1 NJ LOWER TWP 1.5 NNE +US1NJCM0045 39.0956 -74.8284 5.5 NJ MIDDLE TWP 0.8 NNE +US1NJCM0046 39.2360 -74.8204 12.8 NJ WOODBINE 0.8 NW +US1NJCM0053 38.9848 -74.8323 0.9 NJ WILDWOOD CREST 0.9 NNE +US1NJCN0001 39.9471 -75.0408 17.4 NJ MERCHANTVILLE 0.5 ESE +US1NJCN0003 39.8894 -75.0813 9.8 NJ AUDUBON 0.5 W +US1NJCN0005 39.7109 -74.9679 43.0 NJ WINSLOW TWP 3.5 W +US1NJCN0011 39.8100 -74.9357 48.8 NJ BERLIN TWP 0.6 WNW +US1NJCN0015 39.8315 -75.0244 21.0 NJ STRATFORD 0.5 WNW +US1NJCN0017 39.8183 -74.9956 23.8 NJ LINDENWOLD 0.3 WNW +US1NJCN0019 39.8933 -75.0942 5.8 NJ MOUNT EPHRAIM 0.9 N +US1NJCN0020 39.7650 -74.9615 42.4 NJ BERLIN 2.2 SW +US1NJCN0022 39.9231 -75.0649 5.2 NJ COLLINGSWOOD 0.7 NE +US1NJCN0024 39.8839 -75.0902 7.6 NJ MOUNT EPHRAIM 0.2 NNE +US1NJCN0026 39.6259 -74.8647 36.9 NJ WINSLOW TWP 5.7 SSE +US1NJES0001 40.7799 -74.3319 83.2 NJ LIVINGSTON TWP 0.4 SSW +US1NJES0004 40.8576 -74.2523 150.9 NJ NORTH CALDWELL 0.6 SSE +US1NJES0010 40.8255 -74.2531 124.1 NJ VERONA TWP 0.7 SW +US1NJES0011 40.8648 -74.2157 101.8 NJ CEDAR GROVE TWP 0.9 NE +US1NJES0015 40.8565 -74.2004 113.4 NJ MONTCLAIR 2.2 NNE +US1NJES0018 40.7237 -74.2598 72.5 NJ MAPLEWOOD TWP 0.9 SE +US1NJES0019 40.8615 -74.2775 81.4 NJ WEST CALDWELL TWP 1.3 NE +US1NJES0020 40.7850 -74.1885 0.0 NJ BLOOMFIELD 1.7 S +US1NJES0021 40.8305 -74.2539 135.6 NJ VERONA TWP 0.6 WSW +US1NJES0024 40.8557 -74.2356 108.5 NJ CEDAR GROVE TWP 0.4 W +US1NJES0027 40.7231 -74.3032 43.9 NJ MILLBURN TWP 1.6 SE +US1NJES0031 40.8353 -74.2090 96.0 NJ MONTCLAIR 0.7 N +US1NJES0040 40.8326 -74.2583 161.2 NJ VERONA TWP 0.8 W +US1NJES0041 40.8101 -74.3095 86.6 NJ LIVINGSTON TWP 2.0 NNE +US1NJGL0001 39.7332 -75.1331 36.0 NJ PITMAN 0.1 W +US1NJGL0002 39.7810 -75.3066 16.2 NJ SWEDESBORO 2.4 N +US1NJGL0004 39.7609 -75.1397 21.9 NJ MANTUA TWP 1.5 E +US1NJGL0005 39.5290 -74.9921 29.9 NJ FRANKLIN TWP 4.4 SE +US1NJGL0006 39.5936 -75.0692 27.7 NJ FRANKLIN TWP 2.7 W +US1NJGL0007 39.7678 -75.0685 28.7 NJ WASHINGTON TWP 1.5 N +US1NJGL0008 39.6465 -75.1141 38.7 NJ ELK TWP 2.5 ESE +US1NJGL0010 39.7555 -75.2360 23.2 NJ MULLICA HILL 1.3 NNW +US1NJGL0011 39.6991 -75.2876 36.6 NJ WOOLWICH TWP 3.2 SSE +US1NJGL0012 39.7739 -75.0925 27.4 NJ WASHINGTON TWP 2.1 NNW +US1NJGL0015 39.6916 -75.0596 12.2 NJ MONROE TWP 5.1 WNW +US1NJGL0017 39.7111 -75.1402 39.9 NJ GLASSBORO 1.6 WNW +US1NJGL0019 39.8286 -75.1220 20.1 NJ DEPTFORD TWP 0.9 NNW +US1NJGL0022 39.8009 -75.2387 13.1 NJ EAST GREENWICH TWP 0.7 N +US1NJGL0023 39.8111 -75.2214 10.1 NJ EAST GREENWICH TWP 1.7 NE +US1NJGL0024 39.6860 -75.1855 24.7 NJ ELK TWP 2.2 NW +US1NJGL0029 39.6764 -75.0974 41.8 NJ CLAYTON 1.4 NW +US1NJGL0030 39.7242 -75.0607 45.4 NJ WASHINGTON TWP 1.7 SSE +US1NJGL0031 39.7103 -75.0654 45.1 NJ WASHINGTON TWP 2.6 S +US1NJGL0037 39.6999 -74.9971 45.1 NJ MONROE TWP 3.1 NNW +US1NJGL0039 39.6829 -74.9714 45.1 NJ MONROE TWP 1.6 N +US1NJGL0041 39.6394 -74.9527 31.4 NJ MONROE TWP 1.8 SE +US1NJGL0043 39.7402 -75.2230 22.9 NJ HARRISON TWP 1.2 NW +US1NJGL0044 39.6825 -75.2240 45.7 NJ SOUTH HARRISON TWP 2.1 ESE +US1NJHD0002 40.7729 -74.1409 29.0 NJ KEARNY 1.7 NW +US1NJHN0001 40.7261 -74.8433 178.3 NJ CALIFON 0.6 NW +US1NJHN0002 40.4547 -75.0318 143.6 NJ STOCKTON 4.4 NW +US1NJHN0003 40.6418 -74.8827 94.2 NJ CLINTON 1.6 ENE +US1NJHN0004 40.6055 -74.9224 77.4 NJ FRANKLIN TWP 2.8 NNE +US1NJHN0005 40.5724 -74.8147 57.9 NJ READINGTON TWP 2.0 WSW +US1NJHN0006 40.5799 -74.9605 122.8 NJ FRANKLIN TWP 1.6 NW +US1NJHN0007 40.6600 -75.0080 283.8 NJ BETHLEHEM TWP 0.6 S +US1NJHN0008 40.6727 -74.9030 123.1 NJ HIGH BRIDGE 0.6 WNW +US1NJHN0009 40.5663 -74.9443 196.6 NJ FRANKLIN TWP 0.4 W +US1NJHN0010 40.5083 -74.8152 45.1 NJ FLEMINGTON 2.3 E +US1NJHN0011 40.5940 -74.7490 64.0 NJ READINGTON TWP 1.8 ENE +US1NJHN0012 40.6317 -75.1045 239.0 NJ HOLLAND TWP 2.6 NNE +US1NJHN0015 40.5091 -74.8549 54.6 NJ FLEMINGTON 0.3 E +US1NJHN0018 40.6872 -74.8575 186.8 NJ CLINTON TWP 3.9 N +US1NJHN0019 40.6064 -74.8710 83.8 NJ LEBANON 3.2 SW +US1NJHN0021 40.6841 -74.8389 193.9 NJ LEBANON 2.8 N +US1NJHN0022 40.4549 -75.0120 157.3 NJ KINGWOOD TWP 2.5 S +US1NJHN0025 40.6418 -74.8249 65.8 NJ LEBANON 0.5 E +US1NJHN0026 40.5726 -75.0123 134.1 NJ ALEXANDRIA TWP 1.5 SE +US1NJHN0027 40.5677 -75.0228 121.9 NJ ALEXANDRIA TWP 1.5 SSE +US1NJHN0029 40.5548 -74.7819 44.5 NJ FLEMINGTON 5.2 NE +US1NJHN0031 40.5342 -75.0559 88.4 NJ FRENCHTOWN 0.5 N +US1NJHN0032 40.6202 -74.9828 156.7 NJ UNION TWP 1.2 SW +US1NJHN0033 40.5842 -74.9096 132.0 NJ FRANKLIN TWP 1.8 NE +US1NJHN0035 40.6398 -74.8297 74.4 NJ LEBANON 0.4 SE +US1NJHN0042 40.3611 -74.9390 81.4 NJ LAMBERTVILLE 0.6 SSE +US1NJHN0043 40.7405 -74.9178 254.2 NJ GLEN GARDNER 3.0 NNE +US1NJHN0044 40.5609 -74.7487 54.3 NJ READINGTON TWP 2.2 SE +US1NJHN0045 40.7140 -74.9634 159.1 NJ HAMPTON 0.5 N +US1NJHN0047 40.6694 -74.9295 113.4 NJ CLINTON 2.4 NNW +US1NJHN0048 40.4923 -74.8305 59.7 NJ FLEMINGTON 1.9 SE +US1NJHN0049 40.3701 -74.9428 26.2 NJ LAMBERTVILLE 0.1 N +US1NJHN0052 40.4600 -74.9969 146.3 NJ STOCKTON 3.8 NNW +US1NJHN0053 40.6609 -74.9152 87.5 NJ CLINTON 1.7 N +US1NJHN0057 40.5405 -74.8745 126.5 NJ RARITAN TWP 2.4 N +US1NJHN0058 40.4984 -74.8070 68.0 NJ FLEMINGTON 2.9 ESE +US1NJHN0059 40.4858 -74.7858 55.2 NJ FLEMINGTON 4.2 ESE +US1NJMC0001 40.3295 -74.7820 53.6 NJ PENNINGTON 0.5 ENE +US1NJMC0002 40.2286 -74.6472 24.7 NJ HAMILTON TWP 2.3 NE +US1NJMC0003 40.3294 -74.6482 29.9 NJ WEST WINDSOR TWP 3.0 NNW +US1NJMC0004 40.2242 -74.6443 32.0 NJ HAMILTON TWP 2.2 NE +US1NJMC0005 40.3100 -74.7243 49.1 NJ LAWRENCE TWP 1.0 NNW +US1NJMC0008 40.3240 -74.8523 71.0 NJ HOPEWELL TWP 2.8 WSW +US1NJMC0009 40.2707 -74.7295 30.8 NJ LAWRENCE TWP 1.8 SSW +US1NJMC0011 40.2519 -74.7751 32.3 NJ EWING TWP 1.6 SE +US1NJMC0012 40.2528 -74.7251 25.9 NJ LAWRENCE TWP 3.0 S +US1NJMC0013 40.3002 -74.7285 36.9 NJ LAWRENCE TWP 0.5 WNW +US1NJMC0015 40.2703 -74.7275 32.3 NJ LAWRENCE TWP 1.8 SSW +US1NJMC0016 40.2104 -74.6204 38.7 NJ ROBBINSVILLE TWP 1.7 WSW +US1NJMC0017 40.2600 -74.7866 30.5 NJ EWING TWP 0.8 ESE +US1NJMC0021 40.1918 -74.6786 17.4 NJ HAMILTON TWP 0.9 S +US1NJMC0022 40.2733 -74.7175 23.8 NJ LAWRENCE TWP 1.6 S +US1NJMC0023 40.3018 -74.8729 18.3 NJ HOPEWELL TWP 4.6 SW +US1NJMC0027 40.3735 -74.8347 80.8 NJ HOPEWELL TWP 2.4 NW +US1NJMC0029 40.2778 -74.7926 46.3 NJ EWING TWP 0.9 NNE +US1NJMC0030 40.3046 -74.7580 61.3 NJ HOPEWELL TWP 3.9 SE +US1NJMC0032 40.1950 -74.7292 16.2 NJ HAMILTON TWP 2.8 WSW +US1NJMC0038 40.2628 -74.5593 33.2 NJ EAST WINDSOR TWP 1.6 W +US1NJMC0039 40.2994 -74.7422 57.0 NJ LAWRENCE TWP 1.2 WNW +US1NJMC0040 40.2924 -74.7062 26.2 NJ LAWRENCE TWP 0.8 ESE +US1NJMC0042 40.2415 -74.8129 12.8 NJ TRENTON 2.8 WNW +US1NJMC0043 40.3549 -74.6574 53.6 NJ PRINCETON 0.7 ESE +US1NJMC0044 40.3634 -74.6281 24.1 NJ PRINCETON 2.3 E +US1NJMC0046 40.3846 -74.7673 64.6 NJ HOPEWELL 0.4 SSW +US1NJMC0047 40.3116 -74.8476 62.2 NJ HOPEWELL TWP 3.2 SW +US1NJMC0049 40.3083 -74.7693 64.9 NJ PENNINGTON 1.7 SE +US1NJMC0056 40.3265 -74.6311 25.0 NJ WEST WINDSOR TWP 2.6 N +US1NJMC0057 40.3334 -74.6595 29.9 NJ PRINCETON 1.7 SSE +US1NJMD0001 40.5245 -74.2921 31.4 NJ PERTH AMBOY 1.2 WNW +US1NJMD0002 40.4470 -74.5080 32.6 NJ NORTH BRUNSWICK TWP 1.5 W +US1NJMD0006 40.3003 -74.5286 29.0 NJ CRANBURY TWP 0.9 SSW +US1NJMD0007 40.3392 -74.4461 36.6 NJ MONROE TWP 1.6 NNW +US1NJMD0009 40.4099 -74.5730 67.1 NJ SOUTH BRUNSWICK TWP 3.1 NW +US1NJMD0011 40.4871 -74.2950 15.8 NJ SOUTH AMBOY 0.9 W +US1NJMD0015 40.4031 -74.5199 29.0 NJ SOUTH BRUNSWICK TWP 1.3 NNE +US1NJMD0018 40.4970 -74.4291 24.4 NJ HIGHLAND PARK 0.2 S +US1NJMD0023 40.5789 -74.4014 22.3 NJ SOUTH PLAINFIELD 0.8 ENE +US1NJMD0024 40.5392 -74.4795 29.3 NJ PISCATAWAY TWP 1.0 WSW +US1NJMD0025 40.4698 -74.4607 34.7 NJ NORTH BRUNSWICK TWP 1.7 NE +US1NJMD0028 40.4897 -74.4409 12.5 NJ NEW BRUNSWICK 0.3 NE +US1NJMD0031 40.4513 -74.3129 33.2 NJ OLD BRIDGE TWP 3.3 N +US1NJMD0033 40.5835 -74.4284 18.9 NJ SOUTH PLAINFIELD 0.9 NW +US1NJMD0038 40.5629 -74.3669 35.4 NJ EDISON TWP 1.9 N +US1NJMD0039 40.4739 -74.4000 16.2 NJ EAST BRUNSWICK TWP 3.3 NNE +US1NJMD0043 40.5554 -74.2740 4.0 NJ WOODBRIDGE TWP 1.1 ESE +US1NJMD0044 40.5836 -74.4201 18.0 NJ SOUTH PLAINFIELD 0.7 NNW +US1NJMD0045 40.5759 -74.2847 21.6 NJ WOODBRIDGE TWP 1.1 NNE +US1NJMD0050 40.6023 -74.3102 21.9 NJ WOODBRIDGE TWP 3.0 NNW +US1NJMD0055 40.5558 -74.3684 41.8 NJ EDISON TWP 1.4 N +US1NJMD0058 40.4565 -74.2994 41.8 NJ SAYREVILLE 1.3 ESE +US1NJMD0060 40.4057 -74.2549 21.3 NJ MATAWAN 1.1 WSW +US1NJMD0062 40.4562 -74.2413 7.6 NJ OLD BRIDGE TWP 5.1 NE +US1NJMD0063 40.4437 -74.3844 19.5 NJ SOUTH RIVER 0.3 WSW +US1NJMD0066 40.5835 -74.4100 22.3 NJ SOUTH PLAINFIELD 0.7 NNE +US1NJMD0069 40.3320 -74.5538 30.2 NJ PLAINSBORO TWP 1.8 ESE +US1NJMD0070 40.4847 -74.4103 19.2 NJ NEW BRUNSWICK 1.8 E +US1NJMD0071 40.5964 -74.3947 31.7 NJ SOUTH PLAINFIELD 1.8 NE +US1NJMD0073 40.5817 -74.2388 9.1 NJ CARTERET 0.6 WSW +US1NJMD0074 40.5004 -74.4194 36.3 NJ HIGHLAND PARK 0.5 E +US1NJMD0078 40.4388 -74.4127 29.3 NJ EAST BRUNSWICK TWP 0.8 NNE +US1NJMD0082 40.5419 -74.3537 32.9 NJ METUCHEN 0.5 E +US1NJMD0086 40.5054 -74.4298 14.9 NJ HIGHLAND PARK 0.4 N +US1NJMD0088 40.5888 -74.3721 27.4 NJ METUCHEN 3.3 N +US1NJMD0091 40.3700 -74.5670 35.4 NJ SOUTH BRUNSWICK TWP 2.4 WSW +US1NJMD0093 40.4710 -74.3047 28.0 NJ SAYREVILLE 0.9 ENE +US1NJMN0001 40.2010 -74.0090 5.8 NJ BRADLEY BEACH 0.2 ESE +US1NJMN0005 40.2421 -74.0298 12.5 NJ OCEAN TWP 0.8 SE +US1NJMN0006 40.3622 -74.0833 13.4 NJ RED BANK 1.3 NW +US1NJMN0007 40.4078 -74.0305 25.6 NJ ATLANTIC HIGHLANDS 0.2 S +US1NJMN0008 40.1678 -74.0261 2.7 NJ LAKE COMO 0.2 S +US1NJMN0010 40.3034 -74.0400 12.8 NJ EATONTOWN 1.2 NE +US1NJMN0011 40.4313 -74.1213 4.9 NJ MIDDLETOWN TWP 3.6 NW +US1NJMN0012 40.3204 -74.1927 32.6 NJ COLTS NECK TWP 2.4 NW +US1NJMN0013 40.1186 -74.0616 9.1 NJ BRIELLE 1.0 N +US1NJMN0014 40.2169 -74.3842 55.2 NJ MILLSTONE TWP 2.5 E +US1NJMN0015 40.3773 -74.1595 53.3 NJ HOLMDEL TWP 0.7 E +US1NJMN0016 40.2279 -74.3142 43.0 NJ FREEHOLD TWP 1.0 WNW +US1NJMN0017 40.1838 -74.2448 43.3 NJ HOWELL TWP 2.5 W +US1NJMN0019 40.2274 -74.0127 4.3 NJ ASBURY PARK 0.3 N +US1NJMN0020 40.1739 -74.0656 20.7 NJ WALL TWP 1.7 ENE +US1NJMN0022 40.1168 -74.0668 29.0 NJ WALL TWP 3.7 SE +US1NJMN0024 40.1800 -74.0520 13.1 NJ WALL TWP 2.5 ENE +US1NJMN0029 40.4270 -74.1071 4.9 NJ MIDDLETOWN TWP 2.9 NNW +US1NJMN0032 40.3627 -74.0312 9.8 NJ FAIR HAVEN 0.4 E +US1NJMN0033 40.3292 -73.9883 5.8 NJ MONMOUTH BEACH 0.5 S +US1NJMN0035 40.2837 -74.0677 19.2 NJ SHREWSBURY TWP 2.1 S +US1NJMN0042 40.1526 -74.1974 25.9 NJ HOWELL TWP 2.0 S +US1NJMN0043 40.1533 -74.2028 22.9 NJ HOWELL TWP 2.0 S +US1NJMN0044 40.3716 -73.9972 8.2 NJ RUMSON 0.7 NNE +US1NJMN0048 40.2970 -74.0015 7.9 NJ LONG BRANCH 0.5 W +US1NJMN0049 40.1761 -74.0353 4.9 NJ BELMAR 0.6 WSW +US1NJMN0051 40.3671 -73.9979 14.9 NJ RUMSON 0.5 NE +US1NJMN0052 40.2350 -74.4755 39.6 NJ MILLSTONE TWP 2.9 WNW +US1NJMN0055 40.2510 -74.2819 54.9 NJ FREEHOLD 0.7 SSW +US1NJMN0058 40.3004 -74.3311 25.3 NJ MANALAPAN TWP 1.6 NNE +US1NJMN0064 40.1302 -74.2145 29.6 NJ HOWELL TWP 3.7 SSW +US1NJMN0069 40.2754 -74.0060 9.4 NJ LONG BRANCH 1.7 SSW +US1NJMN0070 40.1217 -74.5198 32.6 NJ UPPER FREEHOLD TWP 2.3 S +US1NJMN0072 40.0958 -74.0743 9.8 NJ BRIELLE 0.8 SW +US1NJMN0073 40.2364 -74.0732 34.1 NJ OCEAN TWP 2.1 WSW +US1NJMN0075 40.1245 -74.0632 17.4 NJ MANASQUAN 1.0 WNW +US1NJMN0076 40.2263 -74.2955 40.5 NJ FREEHOLD TWP 0.3 NE +US1NJMN0081 40.3518 -74.0572 14.0 NJ RED BANK 0.6 ENE +US1NJMS0002 40.6670 -74.4827 66.8 NJ LONG HILL TWP 1.2 SSE +US1NJMS0003 40.8054 -74.5045 133.2 NJ MORRIS TWP 0.8 NW +US1NJMS0004 40.9658 -74.4878 250.2 NJ ROCKAWAY TWP 0.7 NE +US1NJMS0006 40.9018 -74.5189 216.1 NJ ROCKAWAY 0.4 NNW +US1NJMS0008 40.8232 -74.5484 265.2 NJ RANDOLPH TWP 2.2 SE +US1NJMS0009 40.8581 -74.6580 240.2 NJ ROXBURY TWP 1.7 S +US1NJMS0011 40.9096 -74.4141 188.7 NJ BOONTON 0.6 NW +US1NJMS0013 40.7762 -74.5730 166.4 NJ MENDHAM TWP 1.2 ESE +US1NJMS0014 40.7556 -74.4098 67.7 NJ MADISON 0.5 ESE +US1NJMS0015 40.7836 -74.6325 183.5 NJ MENDHAM TWP 2.0 W +US1NJMS0016 40.9690 -74.3710 262.4 NJ KINNELON 1.4 SE +US1NJMS0017 40.7556 -74.7335 196.9 NJ WASHINGTON TWP 3.8 SE +US1NJMS0018 41.0127 -74.5103 238.0 NJ JEFFERSON TWP 2.4 ENE +US1NJMS0019 40.6713 -74.5175 86.0 NJ LONG HILL TWP 1.8 WSW +US1NJMS0020 40.7741 -74.5222 171.3 NJ HARDING TWP 2.6 NNW +US1NJMS0021 40.8451 -74.5969 312.4 NJ RANDOLPH TWP 0.8 W +US1NJMS0022 40.8763 -74.7807 348.1 NJ MOUNT OLIVE TWP 2.1 WNW +US1NJMS0023 40.8821 -74.5944 271.9 NJ MINE HILL TWP 0.4 NE +US1NJMS0025 40.8315 -74.5449 299.6 NJ RANDOLPH TWP 2.1 ESE +US1NJMS0031 40.9158 -74.4758 237.7 NJ DENVILLE TWP 2.0 NNE +US1NJMS0033 40.7856 -74.6858 272.8 NJ CHESTER 0.3 ESE +US1NJMS0034 40.8558 -74.7476 314.9 NJ MOUNT OLIVE TWP 0.8 SSW +US1NJMS0035 40.9008 -74.4893 157.0 NJ DENVILLE TWP 0.8 N +US1NJMS0036 40.8656 -74.3851 64.3 NJ PARSIPPANY-TROY HILLS TWP 2.1 +US1NJMS0039 40.8533 -74.4470 94.2 NJ PARSIPPANY-TROY HILLS TWP 1.3 +US1NJMS0040 40.7481 -74.3908 58.8 NJ CHATHAM 0.6 NW +US1NJMS0042 40.8398 -74.5432 225.2 NJ RANDOLPH TWP 2.0 E +US1NJMS0047 40.7924 -74.4500 118.3 NJ MORRISTOWN 1.4 E +US1NJMS0049 40.7780 -74.3992 62.5 NJ FLORHAM PARK 0.2 WNW +US1NJMS0050 40.7798 -74.5854 160.0 NJ MENDHAM TWP 0.5 ESE +US1NJMS0051 40.8759 -74.6304 217.6 NJ ROXBURY TWP 1.2 ESE +US1NJMS0054 40.8675 -74.7536 293.5 NJ MOUNT OLIVE TWP 0.6 W +US1NJMS0058 40.7924 -74.4546 109.1 NJ MORRISTOWN 1.2 ESE +US1NJMS0059 40.7524 -74.4297 108.8 NJ MADISON 0.8 WSW +US1NJMS0060 40.7817 -74.6738 237.1 NJ CHESTER TWP 0.6 ENE +US1NJMS0061 40.7853 -74.8612 224.9 NJ WASHINGTON TWP 3.6 W +US1NJMS0063 40.8818 -74.5794 264.0 NJ MINE HILL TWP 1.1 ENE +US1NJMS0068 40.7571 -74.5384 149.0 NJ HARDING TWP 2.3 WNW +US1NJMS0069 40.7535 -74.4428 81.4 NJ CHATHAM TWP 2.0 NNW +US1NJMS0070 40.7413 -74.4395 75.0 NJ CHATHAM TWP 1.1 NNW +US1NJMS0071 40.8805 -74.4631 161.5 NJ DENVILLE TWP 1.5 ESE +US1NJMS0072 40.6790 -74.5143 101.5 NJ LONG HILL TWP 1.4 WSW +US1NJMS0073 40.8173 -74.6049 273.1 NJ RANDOLPH TWP 2.2 SW +US1NJMS0074 40.7884 -74.5459 108.8 NJ MORRIS TWP 2.7 W +US1NJMS0075 40.7682 -74.4565 83.8 NJ MORRIS TWP 2.8 SE +US1NJMS0078 40.9005 -74.4164 149.0 NJ BOONTON 0.7 WSW +US1NJMS0081 40.8670 -74.6977 321.0 NJ MOUNT OLIVE TWP 2.4 E +US1NJMS0082 40.7727 -74.6291 125.0 NJ MENDHAM 1.5 W +US1NJMS0083 40.7839 -74.8444 299.3 NJ WASHINGTON TWP 2.8 W +US1NJMS0087 40.9079 -74.6408 323.7 NJ MOUNT ARLINGTON 0.8 S +US1NJMS0089 40.8716 -74.4055 103.6 NJ PARSIPPANY-TROY HILLS TWP 1.3 +US1NJMS0093 40.7802 -74.6216 132.6 NJ MENDHAM 1.4 NW +US1NJMS0094 40.9640 -74.6216 292.0 NJ JEFFERSON TWP 4.4 SW +US1NJMS0097 40.8811 -74.4255 119.8 NJ PARSIPPANY-TROY HILLS TWP 1.5 +US1NJMS0098 40.7417 -74.5459 148.7 NJ HARDING TWP 2.4 W +US1NJOC0001 40.0936 -74.1030 7.3 NJ BRICK TWP 2.4 N +US1NJOC0002 39.9981 -74.2546 21.9 NJ SOUTH TOMS RIVER 4.6 NNW +US1NJOC0004 39.5907 -74.3484 3.0 NJ LITTLE EGG HARBOR TWP 0.4 SSW +US1NJOC0006 40.0797 -74.0989 6.7 NJ BRICK TWP 1.5 NNE +US1NJOC0008 39.9847 -74.0726 0.9 NJ LAVALLETTE 1.1 N +US1NJOC0009 39.9496 -74.1363 4.0 NJ TOMS RIVER TWP 3.1 SSE +US1NJOC0012 39.7287 -74.2894 21.0 NJ STAFFORD TWP 2.1 NW +US1NJOC0013 40.0878 -74.0520 4.0 NJ POINT PLEASANT BEACH 0.5 SW +US1NJOC0017 39.8626 -74.1410 0.6 NJ LACEY TWP 6.3 E +US1NJOC0019 39.9409 -74.1749 3.0 NJ PINE BEACH 0.4 NW +US1NJOC0021 39.9540 -74.0779 1.2 NJ ORTLEY BEACH 0.3 W +US1NJOC0024 39.9331 -74.1455 0.3 NJ BERKELEY TWP 2.9 ENE +US1NJOC0033 40.1535 -74.3859 49.7 NJ JACKSON TWP 4.1 NNW +US1NJOC0034 40.1280 -74.2930 36.3 NJ JACKSON TWP 2.4 NE +US1NJOC0035 39.9614 -74.1521 13.7 NJ TOMS RIVER TWP 1.5 SE +US1NJOC0036 39.6747 -74.3483 12.8 NJ LITTLE EGG HARBOR TWP 5.4 N +US1NJOC0037 40.0976 -74.1688 12.5 NJ LAKEWOOD TWP 2.3 NE +US1NJOC0038 40.1245 -74.1035 14.3 NJ BRICK TWP 3.5 N +US1NJOC0039 39.7372 -74.2855 23.8 NJ STAFFORD TWP 2.5 NNW +US1NJOC0040 40.1181 -74.3972 41.1 NJ JACKSON TWP 2.5 WNW +US1NJOC0042 39.9028 -74.2064 19.5 NJ BERKELEY TWP 1.3 SSW +US1NJOC0049 40.1018 -74.2757 34.4 NJ JACKSON TWP 4.3 E +US1NJOC0051 39.7350 -74.2525 26.8 NJ STAFFORD TWP 2.2 NNE +US1NJOC0053 40.0663 -74.3570 37.5 NJ JACKSON TWP 2.2 S +US1NJOC0054 39.9680 -74.2228 14.3 NJ TOMS RIVER TWP 3.4 WSW +US1NJOC0056 39.8847 -74.1741 13.7 NJ BERKELEY TWP 2.7 SSE +US1NJOC0058 39.7412 -74.2907 28.7 NJ STAFFORD TWP 2.8 NNW +US1NJOC0060 39.7463 -74.2926 33.5 NJ STAFFORD TWP 3.2 NNW +US1NJOC0063 40.0718 -74.1257 9.4 NJ BRICK TWP 1.2 NW +US1NJOC0065 39.9533 -74.1384 4.0 NJ TOMS RIVER TWP 2.8 SSE +US1NJOC0066 40.1348 -74.3748 45.7 NJ JACKSON TWP 2.7 NNW +US1NJOC0068 40.1257 -74.2733 27.4 NJ JACKSON TWP 4.9 ENE +US1NJOC0071 40.0247 -74.3007 24.4 NJ MANCHESTER TWP 5.6 NE +US1NJOC0075 40.0301 -74.1328 0.9 NJ BRICK TWP 2.4 SSW +US1NJOC0078 39.9740 -74.1430 12.5 NJ TOMS RIVER TWP 1.5 SE +US1NJOC0080 40.1008 -74.0979 5.2 NJ BRICK TWP 2.9 NNE +US1NJOC0084 39.9431 -74.3311 29.0 NJ MANCHESTER TWP 2.7 SE +US1NJOC0085 39.5855 -74.3507 8.2 NJ LITTLE EGG HARBOR TWP 0.8 SSW +US1NJPS0003 40.8788 -74.2205 46.3 NJ LITTLE FALLS TWP 0.2 NNW +US1NJPS0004 40.9713 -74.1856 125.3 NJ NORTH HALEDON 0.6 N +US1NJPS0005 40.9517 -74.1573 24.4 NJ HAWTHORNE 0.4 S +US1NJPS0008 40.9412 -74.2267 69.2 NJ WAYNE TWP 1.1 ESE +US1NJPS0010 41.1107 -74.2575 92.4 NJ RINGWOOD 1.0 ENE +US1NJPS0012 40.8796 -74.2270 58.5 NJ LITTLE FALLS TWP 0.5 WNW +US1NJPS0013 41.1705 -74.3293 200.6 NJ WEST MILFORD TWP 5.5 NE +US1NJPS0014 40.9436 -74.1523 18.0 NJ HAWTHORNE 1.0 SSE +US1NJPS0015 40.9369 -74.2515 59.1 NJ WAYNE TWP 0.8 SSW +US1NJPS0016 41.1410 -74.3536 194.2 NJ WEST MILFORD TWP 3.2 NE +US1NJPS0017 40.8918 -74.1960 89.9 NJ WOODLAND PARK 0.1 NW +US1NJPS0018 40.9163 -74.2005 39.3 NJ PATERSON 2.0 W +US1NJPS0019 41.0351 -74.2892 69.8 NJ WANAQUE 0.6 S +US1NJPS0021 41.0739 -74.3680 284.4 NJ WEST MILFORD TWP 2.5 SSE +US1NJPS0022 41.0653 -74.2571 185.9 NJ RINGWOOD 3.0 SSE +US1NJPS0025 41.0202 -74.3289 110.3 NJ BLOOMINGDALE 0.7 SSE +US1NJPS0028 40.8782 -74.2158 43.0 NJ LITTLE FALLS TWP 0.2 NE +US1NJPS0032 41.1874 -74.3798 354.2 NJ WEST MILFORD TWP 5.7 N +US1NJPS0039 41.0122 -74.2777 67.4 NJ POMPTON LAKES 0.8 NNE +US1NJSL0001 39.5899 -75.1727 33.8 NJ ELMER 0.1 S +US1NJSL0002 39.6561 -75.3338 14.3 NJ WOODSTOWN 0.6 NW +US1NJSL0003 39.5137 -75.1363 24.1 NJ PITTSGROVE TWP 1.9 S +US1NJSL0007 39.6537 -75.5182 2.7 NJ PENNSVILLE TWP 2.0 NNW +US1NJSL0013 39.6320 -75.4984 5.2 NJ PENNSVILLE TWP 0.7 NE +US1NJSM0001 40.4726 -74.5904 29.9 NJ HILLSBOROUGH TWP 4.7 ESE +US1NJSM0002 40.6831 -74.5524 91.7 NJ BERNARDS TWP 0.9 ENE +US1NJSM0003 40.4930 -74.5175 32.0 NJ FRANKLIN TWP 2.1 ENE +US1NJSM0004 40.6834 -74.5731 92.7 NJ BERNARDS TWP 0.6 NNW +US1NJSM0005 40.6262 -74.6535 32.9 NJ BRIDGEWATER TWP 3.3 NW +US1NJSM0007 40.5266 -74.5792 22.6 NJ FRANKLIN TWP 4.5 NW +US1NJSM0009 40.5937 -74.6434 42.1 NJ BRIDGEWATER TWP 1.9 W +US1NJSM0011 40.6563 -74.6305 157.3 NJ BEDMINSTER TWP 2.9 ESE +US1NJSM0012 40.5006 -74.4875 25.6 NJ FRANKLIN TWP 3.8 ENE +US1NJSM0013 40.5704 -74.6053 18.6 NJ SOMERVILLE 0.2 ENE +US1NJSM0015 40.5017 -74.6671 31.4 NJ HILLSBOROUGH TWP 0.4 ENE +US1NJSM0020 40.4310 -74.6548 29.9 NJ MONTGOMERY TWP 1.3 ENE +US1NJSM0021 40.4552 -74.6361 27.7 NJ MONTGOMERY TWP 3.0 NE +US1NJSM0022 40.3936 -74.6773 30.5 NJ MONTGOMERY TWP 2.3 S +US1NJSM0023 40.4511 -74.6699 31.4 NJ MONTGOMERY TWP 1.8 NNE +US1NJSM0026 40.5123 -74.5174 31.1 NJ FRANKLIN TWP 3.1 NE +US1NJSM0027 40.5138 -74.6739 36.0 NJ HILLSBOROUGH TWP 1.0 N +US1NJSM0028 40.7281 -74.5946 211.8 NJ BERNARDSVILLE 0.2 WNW +US1NJSM0030 40.6830 -74.5777 98.1 NJ BERNARDS TWP 0.7 NW +US1NJSM0031 40.7343 -74.6478 135.0 NJ PEAPACK-GLADSTONE 1.3 NNE +US1NJSM0033 40.5247 -74.7029 25.3 NJ HILLSBOROUGH TWP 2.4 NW +US1NJSM0034 40.5733 -74.5908 28.7 NJ BRIDGEWATER TWP 1.6 SSE +US1NJSM0039 40.5462 -74.5287 15.5 NJ FRANKLIN TWP 4.6 NNW +US1NJSM0040 40.6148 -74.4994 88.1 NJ WARREN TWP 1.5 SSE +US1NJSM0045 40.5606 -74.6649 26.5 NJ BRIDGEWATER TWP 3.8 SW +US1NJSM0046 40.6140 -74.6228 57.3 NJ BRIDGEWATER TWP 1.6 NNW +US1NJSM0049 40.5816 -74.6674 32.9 NJ BRIDGEWATER TWP 3.2 WSW +US1NJSM0050 40.6092 -74.6992 58.2 NJ BRANCHBURG TWP 3.3 NNE +US1NJSM0053 40.6542 -74.5678 68.6 NJ BERNARDS TWP 1.5 S +US1NJSM0054 40.7268 -74.6710 92.0 NJ PEAPACK-GLADSTONE 1.0 NW +US1NJSM0055 40.5584 -74.6687 27.4 NJ BRIDGEWATER TWP 4.0 SW +US1NJSM0056 40.4079 -74.6199 48.5 NJ FRANKLIN TWP 5.9 SW +US1NJSM0057 40.5768 -74.6402 39.3 NJ RARITAN 0.3 NNE +US1NJSM0059 40.7134 -74.5785 103.6 NJ BERNARDSVILLE 1.2 SE +US1NJSM0061 40.5382 -74.5921 13.7 NJ MANVILLE 0.3 SSW +US1NJSM0062 40.5218 -74.6498 32.3 NJ HILLSBOROUGH TWP 2.0 NE +US1NJSM0063 40.4998 -74.5114 28.7 NJ FRANKLIN TWP 2.7 NE +US1NJSM0064 40.5289 -74.5750 23.8 NJ FRANKLIN TWP 3.9 NNW +US1NJSM0065 40.4677 -74.6218 34.7 NJ HILLSBOROUGH TWP 3.5 SE +US1NJSM0066 40.6734 -74.6236 82.3 NJ FAR HILLS 1.2 S +US1NJSM0067 40.4917 -74.5108 36.0 NJ FRANKLIN TWP 2.4 ENE +US1NJSM0068 40.5426 -74.6006 18.6 NJ MANVILLE 0.6 W +US1NJSM0071 40.7291 -74.6737 95.4 NJ PEAPACK-GLADSTONE 1.2 NW +US1NJSM0084 40.5860 -74.6920 44.8 NJ BRANCHBURG TWP 2.0 NE +US1NJSM0086 40.5661 -74.6541 26.2 NJ BRIDGEWATER TWP 3.1 SW +US1NJSS0001 41.0197 -74.7611 202.1 NJ ANDOVER TWP 1.7 W +US1NJSS0003 41.2215 -74.4880 139.9 NJ VERNON TWP 1.7 N +US1NJSS0007 41.0890 -74.5399 323.4 NJ HARDYSTON TWP 3.2 SE +US1NJSS0009 41.0813 -74.7464 250.9 NJ NEWTON 1.9 N +US1NJSS0010 41.0244 -74.6234 308.5 NJ SPARTA TWP 1.6 S +US1NJSS0016 41.1784 -74.5233 198.1 NJ VERNON TWP 2.4 WSW +US1NJSS0017 41.2929 -74.6176 185.3 NJ WANTAGE TWP 3.5 N +US1NJSS0020 41.2288 -74.6059 174.0 NJ WANTAGE TWP 1.5 SE +US1NJSS0022 41.2122 -74.5221 210.6 NJ VERNON TWP 2.2 WNW +US1NJSS0023 41.0524 -74.5559 378.0 NJ SPARTA TWP 3.7 E +US1NJSS0026 41.1569 -74.6348 172.5 NJ LAFAYETTE TWP 3.6 NE +US1NJSS0027 41.0609 -74.7564 201.2 NJ NEWTON 0.5 NNW +US1NJSS0028 41.3037 -74.7808 198.1 NJ MONTAGUE TWP 2.7 WNW +US1NJSS0029 41.0086 -74.6819 239.9 NJ SPARTA TWP 4.0 SW +US1NJSS0034 41.1242 -74.5726 206.0 NJ FRANKLIN 1.3 NE +US1NJSS0037 41.0575 -74.7873 260.0 NJ FREDON TWP 2.4 NE +US1NJSS0039 41.2283 -74.6033 172.5 NJ WANTAGE TWP 1.6 SE +US1NJSS0040 41.0703 -74.8890 272.8 NJ STILLWATER TWP 1.0 WSW +US1NJSS0046 41.1731 -74.6766 165.5 NJ BRANCHVILLE 4.3 ENE +US1NJSS0052 41.0419 -74.7516 191.1 NJ NEWTON 0.9 S +US1NJSS0054 41.0050 -74.6636 321.3 NJ SPARTA TWP 3.6 SSW +US1NJUN0003 40.6412 -74.2726 19.8 NJ LINDEN 2.2 NW +US1NJUN0007 40.6606 -74.3287 29.0 NJ WESTFIELD 1.0 NE +US1NJUN0010 40.6945 -74.3898 113.1 NJ NEW PROVIDENCE 0.8 ESE +US1NJUN0014 40.6588 -74.3358 36.3 NJ WESTFIELD 0.6 NE +US1NJUN0016 40.6676 -74.2822 25.0 NJ KENILWORTH 0.8 SSE +US1NJUN0017 40.6722 -74.3096 21.9 NJ CRANFORD TWP 1.1 NNW +US1NJUN0018 40.7079 -74.2841 31.1 NJ UNION TWP 1.1 NW +US1NJUN0019 40.7294 -74.3719 68.0 NJ SUMMIT 1.0 NNW +US1NJUN0020 40.6674 -74.2573 24.1 NJ ROSELLE PARK 0.5 ENE +US1NJUN0026 40.6624 -74.3107 21.0 NJ CRANFORD TWP 0.5 NW +US1NJUN0028 40.7089 -74.3215 37.5 NJ SPRINGFIELD TWP 0.7 NNE +US1NJUN0034 40.6409 -74.3254 33.5 NJ WESTFIELD 1.2 SE +US1NJWR0001 40.6554 -75.1167 118.6 NJ GREENWICH TWP 1.6 S +US1NJWR0002 40.8549 -74.9815 142.0 NJ LIBERTY TWP 1.7 WSW +US1NJWR0004 40.9611 -74.9700 202.4 NJ BLAIRSTOWN TWP 2.0 SE +US1NJWR0005 40.8515 -74.8403 170.1 NJ HACKETTSTOWN 0.8 W +US1NJWR0006 40.9412 -74.8428 185.9 NJ ALLAMUCHY TWP 1.7 NNW +US1NJWR0007 40.8522 -74.9494 288.3 NJ LIBERTY TWP 1.0 S +US1NJWR0008 40.9408 -74.9385 178.0 NJ BLAIRSTOWN TWP 4.1 SE +US1NJWR0012 40.7103 -74.9942 130.8 NJ FRANKLIN TWP 2.9 E +US1NJWR0015 40.7052 -75.0081 121.9 NJ FRANKLIN TWP 2.3 ESE +US1NJWR0016 40.8597 -75.0304 174.0 NJ KNOWLTON TWP 5.2 SSE +US1NJWR0017 40.8234 -74.9578 183.8 NJ MANSFIELD TWP 2.6 WNW +US1NJWR0018 40.8902 -75.0318 208.8 NJ KNOWLTON TWP 3.2 SSE +US1NJWR0020 40.8014 -74.9978 152.1 NJ OXFORD TWP 0.6 SSW +US1NJWR0021 40.7623 -74.9719 143.9 NJ WASHINGTON 0.6 ENE +US1NJWR0022 41.0238 -74.9212 206.7 NJ HARDWICK TWP 3.6 E +US1NJWR0023 40.7964 -75.0447 270.7 NJ WHITE TWP 1.7 S +US1NJWR0024 40.9784 -75.0329 167.6 NJ BLAIRSTOWN TWP 1.8 W +US1NJWR0028 41.0172 -75.0073 267.3 NJ BLAIRSTOWN TWP 2.6 N +US1NJWR0029 40.8524 -74.8282 170.7 NJ HACKETTSTOWN 0.1 SW +US1NJWR0030 40.9108 -74.8691 160.3 NJ ALLAMUCHY TWP 2.1 WSW +US1NJWR0032 40.7541 -74.9812 138.1 NJ WASHINGTON 0.3 SSE +US1NJWR0033 40.7120 -75.1679 127.1 NJ PHILLIPSBURG 1.7 NNE +US1NJWR0034 40.9814 -74.9523 139.9 NJ BLAIRSTOWN TWP 2.4 E +US1NJWR0035 40.7385 -74.9579 127.1 NJ WASHINGTON TWP 1.8 SE +US1NJWR0037 40.9715 -74.9198 207.3 NJ BLAIRSTOWN TWP 2.2 ESE +US1NMBR0002 35.1385 -106.6769 1517.9 NM ALBUQUERQUE 3.3 WNW +US1NMBR0004 35.1296 -106.3204 2101.0 NM TIJERAS 4.2 NE +US1NMBR0005 34.9617 -106.7145 1495.0 NM ALBUQUERQUE 12 SSW +US1NMBR0006 35.1198 -106.6728 1517.0 NM ALBUQUERQUE 2.7 W +US1NMBR0007 35.0500 -106.7199 1531.9 NM ALBUQUERQUE 7.1 SW +US1NMBR0008 35.1463 -106.4906 1859.0 NM ALBUQUERQUE 7.8 ENE +US1NMBR0009 35.1683 -106.4933 1865.1 NM ALBUQUERQUE 8.0 ENE +US1NMBR0011 35.1819 -106.4989 1845.0 NM ALBUQUERQUE 8 ENE +US1NMBR0012 35.0829 -106.5814 1606.9 NM ALBUQUERQUE 3.4 SE +US1NMBR0013 35.1405 -106.6953 1528.9 NM ALBUQUERQUE 3.1 WSW +US1NMBR0015 35.1192 -106.5283 1698.0 NM ALBUQUERQUE 5.3 E +US1NMBR0017 35.1861 -106.5071 1816.0 NM ALBUQUERQUE 8 NE +US1NMBR0020 35.1078 -106.7088 1555.1 NM ALBUQUERQUE 4.7 W +US1NMBR0028 35.0884 -106.2835 2169.0 NM TIJERAS 5.0 E +US1NMBR0030 35.0731 -106.6067 1606.0 NM ALBUQUERQUE 3.2 SSE +US1NMBR0031 35.1562 -106.5293 1725.8 NM ALBUQUERQUE 6.0 ENE +US1NMBR0032 35.0923 -106.6014 1581.0 NM ALBUQUERQUE 2.1 SE +US1NMBR0034 35.1278 -106.5437 1676.1 NM ALBUQUERQUE 4.6 E +US1NMBR0036 35.1515 -106.7211 1578.9 NM ALBUQUERQUE 5.9 WNW +US1NMBR0037 35.1202 -106.5815 1595.9 NM ALBUQUERQUE 2.4 E +US1NMBR0038 35.1332 -106.4879 1883.7 NM ALBUQUERQUE 7.8 ENE +US1NMBR0039 35.0536 -106.5044 1708.1 NM ALBUQUERQUE 8.1 ESE +US1NMBR0040 35.0831 -106.4869 1816.9 NM ALBUQUERQUE 8.1 ESE +US1NMBR0041 35.0582 -106.5013 1686.2 NM ALBUQUERQUE 8.1 ESE +US1NMBR0042 35.1837 -106.4869 1915.1 NM ALBUQUERQUE 9.0 ENE +US1NMBR0043 35.0596 -106.7493 1592.0 NM ALBUQUERQUE 8.1 WSW +US1NMBR0044 35.0897 -106.5311 1669.1 NM ALBUQUERQUE 5.6 ESE +US1NMBR0045 35.2049 -106.3227 1980.0 NM TIJERAS 8.6 NNE +US1NMBR0046 35.0761 -106.3846 1941.9 NM TIJERAS 1.0 SSW +US1NMBR0047 35.0248 -106.7007 1502.1 NM ALBUQUERQUE 7.7 SW +US1NMBR0050 35.1431 -106.6418 1517.0 NM ALBUQUERQUE 2.0 NNW +US1NMBR0051 35.1460 -106.6939 1544.1 NM PARADISE HILLS 3.5 S +US1NMBR0052 35.1283 -106.5737 1609.0 NM ALBUQUERQUE 3.0 ENE +US1NMBR0053 35.1377 -106.5767 1610.9 NM ALBUQUERQUE 3.1 ENE +US1NMBR0056 35.1427 -106.3695 2118.4 NM TIJERAS 3.7 N +US1NMBR0057 35.0994 -106.3269 2086.1 NM TIJERAS 2.8 ENE +US1NMBR0058 35.0790 -106.6207 1576.1 NM ALBUQUERQUE 2.6 S +US1NMBR0059 35.1284 -106.6712 1513.0 NM ALBUQUERQUE 2.7 WNW +US1NMBR0060 35.0937 -106.6782 1509.1 NM ALBUQUERQUE 3.4 WSW +US1NMBR0061 35.1396 -106.6397 1517.0 NM ALBUQUERQUE 1.8 NNW +US1NMBR0062 35.1693 -106.4921 1868.1 NM SANDIA HEIGHTS 0.5 S +US1NMBR0064 35.1530 -106.5317 1720.0 NM SANDIA HEIGHTS 2.8 SW +US1NMBR0065 35.1043 -106.5818 1597.2 NM ALBUQUERQUE 2.6 ESE +US1NMBR0066 35.1198 -106.5014 1765.1 NM SANDIA HEIGHTS 4.0 S +US1NMBR0071 35.1650 -106.6150 1531.9 NM NORTH VALLEY 0.8 E +US1NMBR0072 34.9619 -106.7084 1495.0 NM SOUTH VALLEY 3.8 SSW +US1NMBR0074 35.1791 -106.6825 1559.1 NM PARADISE HILLS 1.4 SSE +US1NMBR0075 35.1642 -106.4815 1915.1 NM SANDIA HEIGHTS 0.9 S +US1NMBR0076 35.0674 -106.4606 1823.9 NM TIJERAS 5.1 WSW +US1NMBR0077 35.1352 -106.4903 1858.1 NM SANDIA HEIGHTS 2.9 S +US1NMBR0078 35.1463 -106.5153 1772.1 NM ALBUQUERQUE 6.5 ENE +US1NMBR0079 35.2080 -106.4526 3119.9 NM SANDIA HEIGHTS 3.0 NE +US1NMBR0081 35.1381 -106.4896 1854.1 NM SANDIA HEIGHTS 2.7 S +US1NMBR0082 35.0718 -106.6110 1599.0 NM ALBUQUERQUE 3.2 SSE +US1NMBR0084 35.1277 -106.6967 1555.1 NM ALBUQUERQUE 4.1 W +US1NMBR0085 34.9587 -106.3155 2254.9 NM TIJERAS 9.6 SSE +US1NMBR0086 35.1315 -106.4810 1941.0 NM ALBUQUERQUE 8.2 E +US1NMBR0088 35.1344 -106.4962 1823.9 NM ALBUQUERQUE 7.3 E +US1NMBR0089 35.1337 -106.4864 1875.1 NM SANDIA HEIGHTS 3.0 S +US1NMBR0095 35.1618 -106.5843 1588.3 NM ALBUQUERQUE 3.8 NE +US1NMBR0099 35.2016 -106.7027 1617.0 NM PARADISE HILLS 0.6 NW +US1NMBR0100 35.1248 -106.5074 1762.0 NM ALBUQUERQUE 6.6 E +US1NMBR0101 35.1657 -106.4890 1880.0 NM SANDIA HEIGHTS 0.8 S +US1NMBR0102 35.1686 -106.4867 1886.7 NM SANDIA HEIGHTS 0.6 SSE +US1NMBR0103 35.1676 -106.3136 2037.9 NM TIJERAS 6.5 NNE +US1NMBR0104 35.0672 -106.7053 1526.7 NM ALBUQUERQUE 5.7 SW +US1NMBR0106 35.0494 -106.5160 1686.2 NM ALBUQUERQUE 7.7 SE +US1NMBR0107 35.1698 -106.5548 1657.2 NM SANDIA HEIGHTS 3.7 W +US1NMBR0108 35.1156 -106.5521 1645.6 NM ALBUQUERQUE 4.1 E +US1NMBR0109 35.1177 -106.6958 1557.2 NM ALBUQUERQUE 4.0 W +US1NMBR0111 35.0653 -106.6020 1621.2 NM ALBUQUERQUE 3.8 SSE +US1NMBR0112 35.0904 -106.5916 1595.9 NM ALBUQUERQUE 2.6 SE +US1NMBR0113 35.1664 -106.7291 1629.8 NM ALBUQUERQUE 6.8 WNW +US1NMBR0114 35.0599 -106.7269 1551.7 NM ALBUQUERQUE 7.0 SW +US1NMBR0115 35.1450 -106.3681 2135.1 NM CEDAR CREST 2.6 N +US1NMBR0117 35.1393 -106.3448 2184.5 NM CEDAR CREST 2.7 NE +US1NMBR0119 35.1488 -106.5177 1759.9 NM ALBUQUERQUE 6.4 ENE +US1NMBR0121 35.1158 -106.7188 1560.0 NM ALBUQUERQUE 5.3 W +US1NMBR0122 35.1534 -106.4871 1872.1 NM ALBUQUERQUE 8.2 ENE +US1NMBR0123 35.0685 -106.5956 1608.1 NM ALBUQUERQUE 3.7 SSE +US1NMBR0124 35.1608 -106.4880 1874.2 NM ALBUQUERQUE 8.3 ENE +US1NMBR0125 35.0977 -106.2839 2149.1 NM TIJERAS 5.2 E +US1NMBR0126 35.1151 -106.5495 1651.7 NM ALBUQUERQUE 4.2 E +US1NMBR0127 35.0972 -106.6016 1580.4 NM ALBUQUERQUE 1.9 SE +US1NMBR0128 35.1473 -106.4933 1847.1 NM ALBUQUERQUE 7.7 ENE +US1NMBR0130 35.0961 -106.6001 1584.4 NM ALBUQUERQUE 2.0 SE +US1NMBR0131 35.1613 -106.3669 2184.2 NM SANDIA PARK 0.5 S +US1NMBR0132 35.1731 -106.6810 1534.1 NM ALBUQUERQUE 5.0 NW +US1NMBR0136 35.1511 -106.4876 1870.3 NM ALBUQUERQUE 8.1 ENE +US1NMBR0138 35.1114 -106.5416 1662.1 NM ALBUQUERQUE 4.7 E +US1NMBR0139 35.1654 -106.6064 1547.8 NM ALBUQUERQUE 3.5 NNE +US1NMBR0142 35.1537 -106.2848 2118.4 NM SANDIA PARK 3.7 ESE +US1NMBR0144 35.1969 -106.6756 1588.0 NM ALBUQUERQUE 7.8 NNW +US1NMBR0145 35.0916 -106.5922 1596.8 NM ALBUQUERQUE 2.5 SE +US1NMBR0148 35.0944 -106.6123 1572.8 NM ALBUQUERQUE 1.7 SSE +US1NMBR0149 35.1729 -106.5673 1625.5 NM ALBUQUERQUE 5.0 NE +US1NMBR0152 35.1233 -106.6758 1515.5 NM ALBUQUERQUE 2.9 W +US1NMBR0153 35.0751 -106.4852 1811.7 NM ALBUQUERQUE 8.4 ESE +US1NMBR0155 35.0981 -106.2846 2147.0 NM TIJERAS 5.1 E +US1NMBR0156 35.1480 -106.2550 2110.1 NM EDGEWOOD 6.3 NW +US1NMBR0159 35.0529 -106.7379 1565.5 NM ALBUQUERQUE 7.8 SW +US1NMBR0160 35.1323 -106.5200 1738.9 NM ALBUQUERQUE 6.0 E +US1NMBR0162 35.1126 -106.4900 1824.8 NM ALBUQUERQUE 7.6 E +US1NMBR0163 35.2141 -106.6713 1574.0 NM ALBUQUERQUE 8.0 NNW +US1NMBR0164 35.1339 -106.6737 1517.3 NM ALBUQUERQUE 3.0 WNW +US1NMBR0165 35.0863 -106.7039 1553.3 NM ALBUQUERQUE 5.0 WSW +US1NMBR0166 35.1295 -106.4878 1860.2 NM ALBUQUERQUE 7.8 E +US1NMBR0167 34.9950 -106.2619 2201.6 NM TIJERAS 9.1 SE +US1NMBR0168 35.1224 -106.5355 1684.0 NM ALBUQUERQUE 5.0 E +US1NMBR0169 35.1799 -106.5698 1616.4 NM ALBUQUERQUE 5.3 NE +US1NMBR0170 35.1641 -106.3038 2033.3 NM SANDIA PARK 3.6 E +US1NMBR0171 35.2149 -106.6708 1577.9 NM ALBUQUERQUE 8.0 NNW +US1NMBR0172 35.1487 -106.6931 1550.2 NM ALBUQUERQUE 4.4 WNW +US1NMBR0173 35.1848 -106.4952 1862.9 NM ALBUQUERQUE 8.7 ENE +US1NMBR0175 34.9461 -106.4568 1840.4 NM SANDIA 9.6 SE +US1NMBR0177 35.0935 -106.3762 1988.8 NM CEDAR CREST 1.0 S +US1NMBR0179 35.1497 -106.2852 2088.2 NM SANDIA PARK 4.7 ESE +US1NMBR0180 35.1229 -106.2442 2133.6 NM EDGEWOOD 4.8 NW +US1NMBR0183 35.1595 -106.3032 2075.7 NM SANDIA PARK 3.6 ESE +US1NMBR0184 35.0685 -106.5745 1621.5 NM ALBUQUERQUE 4.4 SE +US1NMBR0185 35.1348 -106.6709 1517.0 NM ALBUQUERQUE 2.9 WNW +US1NMBR0187 35.2068 -106.7144 1631.6 NM ALBUQUERQUE 8.0 NW +US1NMBR0188 35.1011 -106.2559 2072.3 NM EDGEWOOD 4.7 WNW +US1NMBR0189 35.0952 -106.3131 2142.4 NM TIJERAS 3.5 E +US1NMBR0190 35.1640 -106.5685 1624.0 NM ALBUQUERQUE 4.5 NE +US1NMBR0193 34.9871 -106.3418 2335.1 NM TIJERAS 7.2 SSE +US1NMBR0194 35.0458 -106.4974 1748.3 NM ALBUQUERQUE 8.7 SE +US1NMBR0196 35.1325 -106.5159 1749.6 NM ALBUQUERQUE 6.2 E +US1NMBR0197 35.0658 -106.6034 1624.0 NM ALBUQUERQUE 3.8 SSE +US1NMBR0200 35.1189 -106.5969 1574.0 NM ALBUQUERQUE 1.6 E +US1NMBR0201 35.1342 -106.5193 1742.5 NM ALBUQUERQUE 6.1 E +US1NMBR0203 35.2129 -106.6710 1568.8 NM ALBUQUERQUE 7.1 NNW +US1NMBR0205 35.2154 -106.7252 1647.1 NM ALBUQUERQUE 8.9 NW +US1NMBR0207 35.1642 -106.5575 1652.3 NM ALBUQUERQUE 5.0 NE +US1NMBR0211 35.0930 -106.5054 1744.1 NM ALBUQUERQUE 6.9 ESE +US1NMBR0213 35.0979 -106.6151 1566.7 NM ALBUQUERQUE 1.4 SSE +US1NMBR0214 35.1848 -106.6189 1525.2 NM ALBUQUERQUE 4.7 N +US1NMBR0215 35.1212 -106.7185 1563.9 NM ALBUQUERQUE 5.3 W +US1NMBR0218 35.1976 -106.7148 1645.0 NM ALBUQUERQUE 7.5 NW +US1NMBR0220 35.1036 -106.5089 1739.2 NM ALBUQUERQUE 6.6 E +US1NMBR0221 34.9725 -106.3302 2259.8 NM TIJERAS 8.4 SSE +US1NMBR0224 35.1285 -106.5456 1668.8 NM ALBUQUERQUE 4.5 E +US1NMBR0225 35.1951 -106.6703 1574.0 NM ALBUQUERQUE 6.0 NNW +US1NMBR0226 35.0864 -106.6117 1581.3 NM ALBUQUERQUE 2.2 SSE +US1NMBR0228 35.1975 -106.7158 1644.4 NM ALBUQUERQUE 7.6 NW +US1NMBR0230 35.1106 -106.3633 2014.7 NM TIJERAS 1.7 NNE +US1NMBR0233 34.9789 -106.3428 2294.8 NM TIJERAS 7.8 SSE +US1NMBR0234 35.1500 -106.4618 1989.1 NM ALBUQUERQUE 9.5 ENE +US1NMBR0235 35.0515 -106.6698 1506.6 NM ALBUQUERQUE 5.2 SSW +US1NMBR0236 35.1777 -106.4943 1859.0 NM SANDIA HEIGHTS 0.2 WNW +US1NMBR0238 35.0825 -106.5815 1607.8 NM ALBUQUERQUE 3.4 SE +US1NMBR0239 35.0834 -106.5466 1643.8 NM ALBUQUERQUE 5.0 ESE +US1NMBR0242 35.1850 -106.6318 1523.7 NM NORTH VALLEY 1.0 NNW +US1NMBR0247 35.1079 -106.5028 1758.4 NM ALBUQUERQUE 6.9 E +US1NMBR0248 35.1666 -106.7140 1626.4 NM ALBUQUERQUE 6.1 NW +US1NMBR0249 35.1593 -106.2977 2126.9 NM SANDIA PARK 3.9 E +US1NMBR0250 35.0957 -106.6101 1576.7 NM ALBUQUERQUE 1.7 SSE +US1NMBR0252 35.1382 -106.6477 1518.5 NM ALBUQUERQUE 2.0 NW +US1NMBR0254 35.1802 -106.5419 1698.3 NM ALBUQUERQUE 6.4 NE +US1NMBR0255 35.1010 -106.4954 1797.4 NM ALBUQUERQUE 7.4 E +US1NMBR0256 35.0967 -106.5435 1648.7 NM ALBUQUERQUE 4.8 ESE +US1NMBR0257 34.9859 -106.3085 2277.5 NM TIJERAS 8.0 SSE +US1NMBR0258 35.0637 -106.5175 1687.7 NM ALBUQUERQUE 7.1 ESE +US1NMBR0259 35.1006 -106.5401 1655.1 NM ALBUQUERQUE 4.9 ESE +US1NMBR0261 35.0656 -106.4893 1742.2 NM ALBUQUERQUE 8.4 ESE +US1NMBR0265 35.1194 -106.6718 1516.4 NM ALBUQUERQUE 2.7 W +US1NMBR0266 34.9260 -106.2300 2106.2 NM EDGEWOOD 11.4 SSW +US1NMBR0267 35.1989 -106.6729 1577.6 NM ALBUQUERQUE 6.3 NNW +US1NMBR0268 35.1661 -106.4945 1856.8 NM ALBUQUERQUE 8.1 ENE +US1NMBR0270 34.9508 -106.3130 2285.4 NM TIJERAS 10.1 SSE +US1NMBR0273 35.1149 -106.3758 2067.8 NM CEDAR CREST 0.5 NNW +US1NMBR0275 35.0980 -106.5815 1599.3 NM ALBUQUERQUE 2.8 ESE +US1NMBR0276 35.1211 -106.5783 1602.9 NM ALBUQUERQUE 2.6 E +US1NMBR0278 35.0616 -106.5222 1682.5 NM ALBUQUERQUE 6.9 ESE +US1NMBR0284 35.0647 -106.6653 1508.2 NM ALBUQUERQUE 4.3 SSW +US1NMBR0292 35.0378 -106.6226 1603.9 NM ALBUQUERQUE 5.5 S +US1NMBR0295 35.1536 -106.6794 1520.3 NM ALBUQUERQUE 4.0 NW +US1NMBR0299 34.9521 -106.2425 2164.1 NM EDGEWOOD 9.9 SSW +US1NMBR0306 35.1330 -106.5628 1634.0 NM ALBUQUERQUE 3.7 ENE +US1NMBR0308 35.1736 -106.6925 1572.2 NM ALBUQUERQUE 5.5 NW +US1NMBR0309 35.0876 -106.4854 1818.7 NM ALBUQUERQUE 8.1 ESE +US1NMBR0310 35.1467 -106.5227 1744.1 NM ALBUQUERQUE 6.1 ENE +US1NMBR0311 35.1369 -106.2889 2087.6 NM SANDIA PARK 4.9 ESE +US1NMBR0316 35.0919 -106.4870 1821.5 NM ALBUQUERQUE 8.0 ESE +US1NMCB0001 35.2206 -107.8897 1993.1 NM MILAN 2.2 N +US1NMCB0003 35.1679 -107.8269 1983.0 NM GRANTS 1.2 NNE +US1NMCB0004 35.1918 -107.8930 1998.9 NM MILAN 0.2 NNW +US1NMCB0005 35.1554 -107.8562 1979.1 NM GRANTS 1.0 W +US1NMCB0007 35.2549 -107.9796 2019.6 NM BLUEWATER 0.3 E +US1NMCB0017 35.0615 -107.6807 1887.9 NM MCCARTYS 0.6 W +US1NMCH0002 33.4371 -104.5948 1127.2 NM ROSWELL 5.9 NW +US1NMCH0003 33.3743 -104.7022 1200.0 NM ROSWELL 10.0 W +US1NMCH0004 33.4202 -104.4903 1090.9 NM ROSWELL 4.1 NNE +US1NMCH0005 33.3665 -104.5320 1107.0 NM ROSWELL 0.3 SSW +US1NMCH0007 33.4731 -104.5772 1125.9 NM ROSWELL 7.6 NNW +US1NMCH0009 33.3944 -104.5830 1113.1 NM ROSWELL 3.5 WNW +US1NMCH0011 33.6215 -104.5022 1095.1 NM ROSWELL 17.4 N +US1NMCH0015 33.3643 -104.5274 1105.5 NM ROSWELL 0.5 S +US1NMCH0018 33.4195 -104.5172 1096.4 NM ROSWELL 3.4 NNE +US1NMCH0020 33.4056 -104.5286 1099.7 NM ROSWELL 2.4 N +US1NMCH0022 34.0799 -104.8366 1437.4 NM ROSWELL 52.1 NNW +US1NMCH0023 33.9117 -104.7065 1378.6 NM ROSWELL 38.7 NNW +US1NMCH0024 33.4438 -104.5151 1094.8 NM ROSWELL 5.1 N +US1NMCH0025 33.3914 -104.5454 1098.8 NM ROSWELL 1.7 NW +US1NMCH0026 33.7184 -104.2956 1142.7 NM ROSWELL 27.5 NNE +US1NMCH0027 33.6508 -104.5332 1121.4 NM ROSWELL 19.3 N +US1NMCH0029 33.8516 -104.7501 1288.7 NM ROSWELL 35.6 NNW +US1NMCH0031 33.3764 -104.4347 1073.8 NM ROSWELL 5.5 E +US1NMCH0032 33.3974 -104.5138 1086.0 NM ROSWELL 2.0 NNE +US1NMCH0036 33.5904 -104.8815 1308.2 NM ROSWELL 25.3 NW +US1NMCH0037 33.7585 -104.3624 1149.1 NM ROSWELL 28.5 NNE +US1NMCL0001 36.2670 -105.1784 3065.1 NM ANGEL FIRE 10.2 SSE +US1NMCL0005 36.3587 -104.5944 1770.9 NM SPRINGER 0.5 S +US1NMCL0006 36.3877 -105.2767 2595.1 NM ANGEL FIRE 0.2 SSE +US1NMCL0008 36.6753 -104.3123 2062.0 NM RATON 16.2 SSE +US1NMCL0011 36.8650 -104.4468 2015.3 NM RATON 1.5 SSW +US1NMCL0014 36.9004 -104.4433 2044.0 NM RATON 1.0 N +US1NMCL0016 36.8554 -104.4559 1988.5 NM RATON 2.2 SSW +US1NMCL0017 36.3469 -104.8021 1896.2 NM SPRINGER 11.7 W +US1NMCL0018 36.3621 -104.6093 1778.5 NM SPRINGER 0.9 WSW +US1NMCL0019 36.8706 -104.4392 2014.4 NM RATON 1.1 S +US1NMCR0006 34.3328 -103.1352 1271.9 NM CLOVIS 6.6 SE +US1NMCR0010 34.8648 -103.2107 1392.3 NM BROADVIEW 2.7 N +US1NMCR0013 34.4352 -103.3124 1333.8 NM CLOVIS 6.5 WNW +US1NMCR0016 34.4054 -103.2830 1321.0 NM CLOVIS 4.6 W +US1NMCR0017 34.4104 -103.1444 1290.5 NM CLOVIS 3.3 E +US1NMCR0018 34.3589 -103.1740 1272.2 NM CLOVIS 3.9 SSE +US1NMCR0019 34.4230 -103.1598 1300.3 NM CLOVIS 2.6 ENE +US1NMCR0020 34.5860 -103.0732 1327.7 NM TEXICO 13.6 N +US1NMCR0021 34.4386 -103.1819 1313.7 NM CLOVIS 2.3 NNE +US1NMCR0022 34.4204 -103.1884 1303.3 NM CLOVIS 1.1 NE +US1NMCR0024 34.4279 -103.1812 1309.7 NM CLOVIS 1.7 NE +US1NMCR0025 34.6137 -103.0910 1339.3 NM TEXICO 15.7 N +US1NMCR0026 34.4428 -103.1800 1315.8 NM CLOVIS 2.6 NNE +US1NMCR0029 34.8213 -103.3173 1403.9 NM GRADY 0.1 WSW +US1NMCR0030 34.3034 -103.0572 1252.4 NM TEXICO 6.0 S +US1NMCR0035 34.3467 -103.2120 1276.2 NM CLOVIS 4.4 S +US1NMCR0036 34.4054 -103.1774 1294.5 NM CLOVIS 1.5 ESE +US1NMCT0004 33.3209 -108.8861 1479.2 NM GLENWOOD 0.3 NW +US1NMCT0005 33.8879 -107.8773 2160.1 NM DATIL 17.8 SSW +US1NMCT0007 34.1415 -107.8792 2304.9 NM DATIL 2.0 W +US1NMCT0008 34.4669 -108.2986 2280.8 NM QUEMADO 14.1 NE +US1NMCT0009 34.4349 -108.4088 2242.1 NM QUEMADO 8.0 NE +US1NMCT0010 34.1331 -107.8439 2280.2 NM DATIL 0.8 S +US1NMCT0011 34.0164 -108.1083 2336.3 NM DATIL 17.5 WSE +US1NMCT0013 34.1711 -107.8606 2265.0 NM PIE TOWN 18.0 ESE +US1NMCT0015 34.4597 -108.3578 2257.7 NM PIE TOWN 16.8 NW +US1NMCT0017 34.2905 -108.5241 2148.2 NM QUEMADO 3.9 SSW +US1NMCT0019 34.2988 -108.1369 2369.5 NM PIE TOWN 0.1 WNW +US1NMCT0020 34.1461 -107.8455 2254.3 NM DATIL 0.2 WNW +US1NMDA0001 32.3587 -106.8289 1192.1 NM LAS CRUCES 4.5 WNW +US1NMDA0002 32.3223 -106.7881 1186.9 NM LAS CRUCES 2.1 WSW +US1NMDA0003 32.2787 -106.7268 1243.9 NM LAS CRUCES 4.2 SSE +US1NMDA0004 32.2209 -106.7336 1178.1 NM MESILLA PARK 5.4 SW +US1NMDA0005 32.1301 -106.7092 1166.5 NM MESILLA 11.2 SSE +US1NMDA0007 32.3105 -106.8713 1232.0 NM LAS CRUCES 6.9 WSW +US1NMDA0008 32.3078 -106.7355 1278.0 NM LAS CRUCES 2.3 SSE +US1NMDA0009 32.3545 -106.8311 1191.2 NM LAS CRUCES 4.5 WNW +US1NMDA0010 32.1943 -106.6995 1172.0 NM MESILLA 8.1 SE +US1NMDA0011 32.3829 -106.8076 1208.2 NM DONA ANA 0.7 SE +US1NMDA0012 32.2829 -106.7876 1182.9 NM LAS CRUCES 4.1 SSW +US1NMDA0014 32.2979 -106.7289 1264.9 NM LAS CRUCES 3.0 SSE +US1NMDA0015 32.3837 -106.6853 1364.0 NM LAS CRUCES 5.2 NE +US1NMDA0019 32.3917 -106.6913 1356.1 NM LAS CRUCES 5.3 NE +US1NMDA0020 32.2901 -106.7464 1207.9 NM LAS CRUCES 3.2 S +US1NMDA0021 32.3173 -106.7350 1268.9 NM LAS CRUCES 1.7 SE +US1NMDA0023 32.3553 -106.8190 1191.2 NM LAS CRUCES 3.9 WNW +US1NMDA0024 32.3844 -106.7217 1332.9 NM LAS CRUCES 3.9 NNE +US1NMDA0030 32.2970 -106.7315 1256.1 NM LAS CRUCES 3.0 SSE +US1NMDA0033 32.4006 -106.8633 1193.0 NM LAS CRUCES 5.1 WNW +US1NMDA0035 32.3680 -106.7895 1222.9 NM LAS CRUCES 2.9 NW +US1NMDA0037 32.2583 -106.8411 1229.0 NM MESILLA 2.2 WSW +US1NMDA0038 32.3810 -106.7420 1311.9 NM LAS CRUCES 3.2 NNE +US1NMDA0039 32.3573 -106.7613 1289.0 NM LAS CRUCES 1.5 NNW +US1NMDA0040 32.6275 -107.0467 1235.0 NM HATCH 6.9 ESE +US1NMDA0041 32.6242 -107.0418 1250.9 NM HATCH 7.2 ESE +US1NMDA0044 32.3851 -106.6799 1373.1 NM LAS CRUCES 5.5 NE +US1NMDA0045 32.3584 -106.7623 1282.0 NM LAS CRUCES 1.5 NNW +US1NMDA0046 32.3206 -106.8624 1214.0 NM LAS CRUCES 6.3 W +US1NMDA0047 32.2572 -106.7643 1179.9 NM LAS CRUCES 5.4 S +US1NMDA0048 32.3332 -106.7411 1288.1 NM LAS CRUCES 0.9 ESE +US1NMDA0050 32.3877 -106.7200 1335.9 NM LAS CRUCES 4.0 NNE +US1NMDA0054 32.2219 -106.7468 1174.1 NM LAS CRUCES 7.9 S +US1NMDA0058 32.3130 -106.7818 1188.1 NM LAS CRUCES 2.2 SW +US1NMDA0059 32.3066 -106.7298 1282.9 NM LAS CRUCES 2.5 SE +US1NMDA0061 32.3818 -106.7507 1320.1 NM LAS CRUCES 3.1 N +US1NMDA0063 32.2845 -106.7547 1189.9 NM LAS CRUCES 3.5 S +US1NMDA0064 32.2534 -106.7765 1179.0 NM LAS CRUCES 5.8 SSW +US1NMDA0067 32.3802 -106.7413 1311.9 NM LAS CRUCES 3.2 NNE +US1NMDA0068 32.2816 -106.7992 1182.9 NM LAS CRUCES 4.5 SW +US1NMDA0069 32.3292 -106.7348 1292.0 NM LAS CRUCES 1.3 ESE +US1NMDA0070 32.2650 -106.7516 1186.0 NM LAS CRUCES 4.9 S +US1NMDA0073 32.3181 -106.8412 1188.1 NM LAS CRUCES 5.1 WSW +US1NMDA0074 32.3149 -106.7313 1288.1 NM LAS CRUCES 2.1 SE +US1NMDA0080 32.2719 -106.7901 1181.1 NM LAS CRUCES 4.9 SSW +US1NMDA0081 32.2589 -106.7064 1250.9 NM LAS CRUCES 6.1 SSE +US1NMDA0082 32.2638 -106.7460 1189.9 NM LAS CRUCES 5.0 S +US1NMDA0083 32.2854 -106.7963 1182.9 NM LAS CRUCES 4.2 SW +US1NMDA0084 32.2911 -106.7601 1188.1 NM LAS CRUCES 3.1 S +US1NMDA0085 32.3019 -106.6594 1378.9 NM LAS CRUCES 6.1 ESE +US1NMDA0087 31.8915 -106.6389 1145.1 NM ANTHONY 8.2 SSW +US1NMDA0088 32.3449 -106.7473 1300.0 NM LAS CRUCES 0.8 NE +US1NMDA0089 32.2944 -106.7289 1250.0 NM LAS CRUCES 3.3 SSE +US1NMDA0090 32.3393 -106.7695 1236.9 NM LAS CRUCES 0.8 WNW +US1NMDA0091 32.4833 -106.9187 1213.1 NM LAS CRUCES 14 NW +US1NMDA0092 31.8488 -106.6399 1167.1 NM SANTA TERESA 0.5 SSW +US1NMDA0094 32.2857 -106.7955 1182.0 NM LAS CRUCES 4.2 SSW +US1NMDA0096 32.3627 -106.7706 1268.0 NM LAS CRUCES 2.0 NNW +US1NMDA0097 32.2660 -106.7200 1238.1 NM LAS CRUCES 5.3 SSE +US1NMDA0100 32.3430 -106.7879 1196.0 NM LAS CRUCES 1.9 WNW +US1NMDA0103 32.4969 -106.9177 1224.1 NM LAS CRUCES 14.6 NW +US1NMDA0105 32.2956 -106.7387 1239.9 NM LAS CRUCES 3.0 SSE +US1NMDA0106 32.2088 -106.7103 1171.0 NM MESILLA 7.0 SE +US1NMDA0107 32.3485 -106.7850 1214.0 NM LAS CRUCES 1.9 WNW +US1NMDA0108 32.4000 -106.6963 1352.1 NM LAS CRUCES 5.6 NE +US1NMDA0110 32.3381 -106.7931 1186.9 NM LAS CRUCES 2.2 W +US1NMDA0111 32.3378 -106.7942 1186.9 NM LAS CRUCES 2.2 W +US1NMDA0112 32.3956 -106.7824 1278.3 NM LAS CRUCES 6.9 N +US1NMDA0113 32.2996 -106.8600 1207.9 NM LAS CRUCES 6.6 WSW +US1NMDA0115 32.2483 -106.8324 1202.1 NM LAS CRUCES 7.5 SW +US1NMDA0116 32.2718 -106.7668 1178.1 NM MESILLA 2.3 E +US1NMDA0117 32.2786 -106.7270 1243.9 NM LAS CRUCES 4.3 SSE +US1NMDA0118 32.3416 -106.7827 1208.8 NM LAS CRUCES 1.6 WNW +US1NMDA0119 32.3170 -106.7246 1291.1 NM LAS CRUCES 2.2 SE +US1NMDA0120 32.2798 -106.7457 1206.1 NM LAS CRUCES 3.9 S +US1NMDA0121 32.3901 -106.8448 1195.1 NM LAS CRUCES 6.4 NW +US1NMDA0125 32.2788 -106.7331 1229.9 NM LAS CRUCES 4.2 SSE +US1NMDA0127 32.4083 -106.7899 1278.0 NM LAS CRUCES 5.4 NNW +US1NMDA0131 32.3912 -106.8398 1195.1 NM DONA ANA 1.4 W (HQ) +US1NMDA0132 32.3288 -106.6209 1538.9 NM LAS CRUCES 7.9 E +US1NMDA0134 32.3062 -106.7292 1292.0 NM LAS CRUCES 2.6 SE +US1NMDA0135 32.3103 -106.8840 1268.9 NM LAS CRUCES 7.7 WSW +US1NMDA0136 32.3305 -106.7637 1229.0 NM LAS CRUCES 0.6 SW +US1NMDA0137 32.2609 -106.7542 1179.0 NM LAS CRUCES 5.2 S +US1NMDA0138 32.3747 -106.7298 1311.9 NM LAS CRUCES 3.1 NNE +US1NMDA0140 32.3482 -106.7514 1271.9 NM LAS CRUCES 0.9 NNE +US1NMDA0142 32.2878 -106.8565 1222.2 NM LAS CRUCES 6.8 WSW +US1NMDA0143 32.3143 -106.7878 1186.9 NM LAS CRUCES 2.4 SW +US1NMDA0144 32.3272 -106.7892 1186.9 NM LAS CRUCES 2.0 WSW +US1NMDA0149 32.2933 -106.7568 1195.1 NM LAS CRUCES 3.0 S +US1NMDA0151 32.2000 -106.7400 1168.9 NM UNIVERSITY PARK 5.4 S +US1NMDA0152 32.2800 -106.7700 1179.9 NM UNIVERSITY PARK 1.3 W +US1NMDA0154 32.2106 -106.7622 1174.1 NM UNIVERSITY PARK 4.7 S +US1NMDA0155 32.2602 -106.7134 1247.9 NM LAS CRUCES 5.8 SSE +US1NMDA0156 32.2682 -106.7284 1224.1 NM LAS CRUCES 5.0 SSE +US1NMDA0158 32.2727 -106.6343 1395.1 NM LAS CRUCES 8.3 ESE +US1NMDA0159 31.8517 -106.6407 1167.4 NM SANTA TERESA 1.0 WNW +US1NMDA0163 32.2850 -106.6452 1388.1 NM LAS CRUCES 7.4 ESE +US1NMDA0165 32.3332 -106.8000 1190.9 NM LAS CRUCES 2.6 W +US1NMDA0166 32.3146 -106.7820 1186.3 NM LAS CRUCES 2.1 SW +US1NMDA0167 32.3808 -106.7467 1318.3 NM LAS CRUCES 3.1 N +US1NMDA0170 32.2683 -106.7281 1224.1 NM LAS CRUCES 5.0 SSE +US1NMDA0172 32.3399 -106.7330 1290.8 NM LAS CRUCES 1.4 E +US1NMDA0173 32.2600 -106.7131 1250.9 NM LAS CRUCES 5.8 SSE +US1NMDA0174 32.3883 -106.7830 1275.6 NM LAS CRUCES 3.9 NNW +US1NMDA0176 32.3713 -106.7693 1276.2 NM LAS CRUCES 2.6 NNW +US1NMDA0177 32.3554 -106.8350 1193.3 NM LAS CRUCES 4.8 WNW +US1NMDA0183 32.3198 -106.8673 1225.9 NM LAS CRUCES 6.6 W +US1NMDA0184 32.3504 -106.7823 1219.8 NM LAS CRUCES 1.8 WNW +US1NMDA0185 32.4025 -106.6963 1350.6 NM LAS CRUCES 5.7 NE +US1NMDA0187 32.2982 -106.7334 1266.1 NM LAS CRUCES 2.9 SSE +US1NMDA0190 32.2208 -106.7483 1175.9 NM LAS CRUCES 8.0 S +US1NMDA0192 32.2726 -106.7908 1184.1 NM LAS CRUCES 4.8 SSW +US1NMDA0194 32.3741 -106.7320 1311.9 NM LAS CRUCES 3.0 NNE +US1NMDA0195 32.2582 -106.7643 1180.5 NM LAS CRUCES 5.4 S +US1NMDA0196 32.3437 -106.7427 1295.1 NM LAS CRUCES 0.9 NE +US1NMDA0197 32.3993 -106.6849 1361.8 NM LAS CRUCES 6.0 NE +US1NMDA0198 32.3828 -106.4828 1296.6 NM WHITE SANDS 0.6 E +US1NMDA0201 32.3326 -106.7427 1289.9 NM LAS CRUCES 0.8 ESE +US1NMDA0203 32.3015 -106.7798 1186.3 NM LAS CRUCES 2.8 SSW +US1NMDA0205 32.4731 -106.8975 1207.3 NM LAS CRUCES 12.6 NW +US1NMDA0206 32.3412 -106.7844 1210.4 NM LAS CRUCES 1.7 WNW +US1NMDA0209 32.2908 -106.6270 1459.4 NM LAS CRUCES 8.1 ESE +US1NMDA0210 32.3047 -106.7400 1257.0 NM LAS CRUCES 2.4 SSE +US1NMDA0211 32.0516 -106.6774 1162.8 NM CHAMBERINO 0.9 NNE +US1NMDA0212 32.5017 -106.9515 1211.0 NM LAS CRUCES 16.2 NW +US1NMDA0214 32.3591 -106.7287 1303.9 NM LAS CRUCES 2.2 NE +US1NMDA0215 32.3364 -106.8040 1193.0 NM LAS CRUCES 2.8 W +US1NMDA0216 32.3522 -106.8380 1193.6 NM LAS CRUCES 4.9 WNW +US1NMDA0217 31.8688 -106.6487 1161.9 NM SANTA TERESA 1.1 NNW +US1NMDA0218 32.2562 -106.7643 1182.6 NM LAS CRUCES 5.5 S +US1NMDA0222 32.3416 -106.7840 1209.4 NM LAS CRUCES 1.7 WNW +US1NMDA0223 31.8428 -106.6580 1197.3 NM SANTA TERESA 1.4 SW +US1NMDA0225 32.3636 -106.7310 1296.6 NM LAS CRUCES 2.4 NE +US1NMDA0226 32.3348 -106.7715 1216.2 NM LAS CRUCES 0.9 W +US1NMDA0227 32.4166 -106.7064 1338.1 NM LAS CRUCES 6.3 NNE +US1NMDA0231 31.8727 -106.6976 1254.3 NM SANTA TERESA NWS +US1NMDA0232 32.3491 -106.7767 1232.3 NM LAS CRUCES 1.5 NW +US1NMDA0238 32.3223 -106.7575 1235.0 NM LAS CRUCES 1.0 S +US1NMDA0242 32.3857 -106.7418 1322.2 NM LAS CRUCES 3.5 NNE +US1NMDA0243 32.4267 -106.6460 1407.9 NM LAS CRUCES 9.0 NE +US1NMDA0245 32.2985 -106.7260 1268.6 NM LAS CRUCES 3.1 SE +US1NMDA0246 32.2919 -106.6175 1512.4 NM LAS CRUCES 8.6 ESE +US1NMDA0247 32.3483 -106.8290 1192.4 NM LAS CRUCES 4.4 W +US1NMDA0251 32.3643 -106.8241 1193.6 NM LAS CRUCES 4.4 WNW +US1NMDA0253 32.3289 -106.7458 1271.6 NM LAS CRUCES 0.8 SE +US1NMDA0254 32.1218 -106.7092 1167.7 NM LA MESA 0.1 W +US1NMDA0255 32.3598 -106.8335 1195.1 NM DONA ANA 2.4 SSW +US1NMDA0256 32.2529 -106.7820 1183.5 NM LAS CRUCES 5.9 SSW +US1NMDA0257 32.2494 -106.8214 1182.9 NM MESILLA VALLEY BOSQUE S.P. +US1NMDA0259 31.8500 -106.6351 1161.3 NM SANTA TERESA 0.5 SSE +US1NMDA0260 32.4930 -106.9180 1223.5 NM LEASBURG DAM S.P. +US1NMDA0261 32.0241 -106.6788 1161.6 NM SOMBRA ANTIGUA VINEYARD +US1NMDA0264 32.3976 -106.6896 1360.9 NM LAS CRUCES 5.7 NE +US1NMDA0265 32.0209 -106.3949 1229.9 NM CHAPARRAL 0.4 SE +US1NMDA0266 32.3009 -106.8581 1204.9 NM LAS CRUCES 6.4 WSW +US1NMDA0267 32.4170 -106.6112 1495.3 NM ORGAN 0.8 SW +US1NMDA0270 32.2879 -106.7942 1185.7 NM LAS CRUCES 4.0 SW +US1NMDA0272 32.3456 -106.7220 1304.8 NM LAS CRUCES 2.1 ENE +US1NMDA0275 32.3432 -106.7460 1285.6 NM LAS CRUCES 0.8 NE +US1NMDA0278 32.3077 -106.8738 1247.2 NM LAS CRUCES 7.2 WSW +US1NMDA0280 32.2962 -106.7650 1193.0 NM LAS CRUCES 2.8 S +US1NMDA0281 32.2648 -106.7100 1265.2 NM LAS CRUCES 5.6 SSE +US1NMDA0282 32.3583 -106.7594 1297.8 NM LAS CRUCES 1.5 N +US1NMDA0283 32.3559 -106.8160 1196.3 NM LAS CRUCES 3.8 WNW +US1NMDA0284 32.3391 -106.7520 1267.1 NM LAS CRUCES 0.3 NE +US1NMDA0285 32.3437 -106.7309 1304.8 NM LAS CRUCES 1.5 ENE +US1NMDA0286 32.4245 -106.6356 1429.5 NM LAS CRUCES 9.3 NE +US1NMDA0288 32.3807 -106.8315 1197.9 NM DONA ANA 1.2 SW +US1NMDA0289 32.3916 -106.6863 1364.0 NM LAS CRUCES 5.6 NE +US1NMDA0290 32.2501 -106.7745 1183.8 NM LAS CRUCES 6.0 S +US1NMDA0291 32.3901 -106.7913 1266.4 NM LAS CRUCES 4.3 NNW +US1NMDA0292 32.2961 -106.6022 1622.1 NM LAS CRUCES 9.4 ESE +US1NMDA0293 32.3110 -106.7815 1194.2 NM LAS CRUCES 2.3 SW +US1NMDA0294 32.3119 -106.7361 1282.3 NM LAS CRUCES 2.0 SE +US1NMDA0295 32.3792 -106.8053 1210.7 NM LAS CRUCES 4.2 NW +US1NMDA0299 32.4176 -106.6810 1357.9 NM LAS CRUCES 7.1 NE +US1NMDA0301 31.9557 -106.6447 1154.3 NM LA UNION 1.0 ENE +US1NMDA0303 32.2020 -106.7029 1175.6 NM MESILLA 7.7 SE +US1NMDA0304 32.0839 -106.6895 1165.9 NM LA MESA 2.8 SSE +US1NMDA0305 32.4269 -106.5999 1552.7 NM ORGAN 0.1 NE +US1NMDA0307 32.3545 -106.7312 1300.3 NM LAS CRUCES 1.9 NE +US1NMDA0308 32.3556 -106.8530 1204.9 NM LAS CRUCES 5.8 WNW +US1NMDA0309 31.9232 -106.6443 1151.5 NM LA UNION 2.2 SE +US1NMDA0312 32.2008 -106.7272 1179.0 NM MESQUITE 3.1 NW +US1NMDA0316 32.2646 -106.7500 1191.5 NM LAS CRUCES 5.0 S +US1NMDA0317 32.3402 -106.7502 1272.8 NM LAS CRUCES 0.4 NE +US1NMDA0319 32.2917 -106.7460 1214.9 NM LAS CRUCES 3.1 S +US1NMDA0320 32.3129 -106.8399 1191.5 NM LAS CRUCES 5.2 WSW +US1NMDA0321 32.4673 -106.9010 1206.1 NM LAS CRUCES 12.4 NW +US1NMDA0322 32.3003 -106.7526 1215.8 NM LAS CRUCES 2.5 S +US1NMDA0323 32.6216 -107.0297 1225.6 NM HATCH 8.0 ESE +US1NMDA0324 32.4124 -106.8438 1200.3 NM LAS CRUCES 7.4 NW +US1NMDA0325 32.7118 -107.2165 1253.3 NM SALEM 0.7 W +US1NMDA0326 32.6544 -107.1358 1242.1 NM HATCH 1.5 SE +US1NMDA0327 32.3029 -106.7338 1269.2 NM LAS CRUCES 2.6 SSE +US1NMDA0328 32.6675 -107.1498 1237.8 NM HATCH 0.3 E +US1NMDA0329 32.2915 -106.6469 1394.8 NM LAS CRUCES 7.1 ESE +US1NMDA0331 32.3482 -106.7260 1310.0 NM LAS CRUCES 1.9 ENE +US1NMDA0332 32.3896 -106.7264 1332.0 NM LAS CRUCES 4.1 NNE +US1NMDA0334 32.2740 -106.7780 1186.6 NM LAS CRUCES 4.5 SSW +US1NMDA0336 32.2603 -106.7201 1228.6 NM LAS CRUCES 5.6 SSE +US1NMDA0338 32.3332 -106.7429 1298.8 NM LAS CRUCES 0.8 ESE +US1NMDA0339 32.3016 -106.6616 1378.3 NM LAS CRUCES 6.0 ESE +US1NMDA0342 32.3288 -106.7452 1278.6 NM LAS CRUCES 0.8 SE +US1NMDA0343 32.3086 -106.8809 1276.5 NM LAS CRUCES 7.6 WSW +US1NMDA0347 32.3380 -106.7710 1224.7 NM LAS CRUCES 1.7 NNE +US1NMDA0350 32.3649 -106.7274 1300.6 NM LAS CRUCES 2.1 NNE +US1NMDA0352 32.3751 -106.4726 1280.8 NM WHITE SANDS 1.3 ESE +US1NMDA0354 32.2779 -106.6416 1383.2 NM LAS CRUCES 7.8 ESE +US1NMDA0355 32.3032 -106.7810 1186.9 NM LAS CRUCES 2.7 SSW +US1NMDA0356 32.3151 -106.8884 1288.1 NM MESILLA 5.7 WNW +US1NMDA0357 32.3561 -106.7279 1296.0 NM LAS CRUCES 2.1 NE +US1NMDA0358 32.2723 -106.7782 1189.0 NM LAS CRUCES 4.6 SSW +US1NMDA0360 32.2759 -106.7975 1186.3 NM MESILLA 0.7 NE +US1NMDA0361 32.2954 -106.7662 1192.4 NM LAS CRUCES 2.9 SSW +US1NMDA0362 32.3916 -106.7470 1324.1 NM LAS CRUCES 3.9 N +US1NMDA0364 32.6729 -107.1540 1237.5 NM HATCH 0.4 NNE +US1NMDA0365 32.3255 -106.7976 1189.9 NM LAS CRUCES 2.5 WSW +US1NMDA0367 32.3035 -106.6580 1386.2 NM LAS CRUCES 6.1 ESE +US1NMDB0002 34.6016 -104.1037 1349.3 NM FORT SUMNER 11.4 NE +US1NMDB0003 34.3578 -104.1759 1202.7 NM FORT SUMNER 9.0 SSE +US1NMDB0004 34.4716 -104.2410 1233.2 NM FORT SUMNER 0.5 SSW +US1NMED0001 32.4279 -104.2141 953.1 NM CARLSBAD 2.1 NE +US1NMED0002 32.4539 -104.2378 955.9 NM CARLSBAD 3.4 N +US1NMED0004 32.4168 -104.2407 951.0 NM CARLSBAD 0.9 NNW +US1NMED0005 32.9333 -104.5518 1089.1 NM LAKE ARTHUR 11.8 WSW +US1NMED0006 32.3948 -104.2074 951.0 NM CARLSBAD 1.8 ESE +US1NMED0008 32.3258 -104.2280 975.4 NM CARLSBAD 5.4 S +US1NMED0011 32.4322 -104.2302 951.0 NM CARLSBAD 2.0 N +US1NMED0012 32.3675 -104.2346 969.9 NM CARLSBAD 2.5 S +US1NMED0013 32.3147 -104.2253 977.8 NM CARLSBAD 6.2 S +US1NMED0017 32.3240 -104.2527 990.0 NM CARLSBAD 5.6 S +US1NMED0018 32.1908 -104.7477 1784.0 NM CARLSBAD 33.3 WSW +US1NMED0019 32.5979 -104.4195 1011.0 NM CARLSBAD NORTH 15.5 NW +US1NMED0020 32.6270 -104.3833 1007.1 NM ARTESIA 15.5 S (LEWIS) +US1NMED0021 32.5786 -104.4461 1026.0 NM CARLSBAD 17.1 NW (PRICE) +US1NMED0022 32.4461 -104.2458 955.9 NM CARLSBAD 2.9 N +US1NMED0023 32.4309 -104.2540 962.6 NM CARLSBAD 2.1 NNW +US1NMED0025 32.4676 -104.5687 1129.9 NM CARLSBAD 19.8 WNW +US1NMED0028 32.6660 -104.3561 1011.6 NM LAKEWOOD 0.9 NE +US1NMED0029 32.4176 -104.2276 945.5 NM CARLSBAD 1.1 NNE +US1NMED0031 32.3410 -104.1834 950.1 NM CARLSBAD 5.4 SE +US1NMED0032 32.7845 -104.3955 1029.6 NM ARTESIA 4.8 SSE +US1NMED0033 32.3670 -104.2514 976.0 NM CARLSBAD 2.7 SSW +US1NMED0034 32.4363 -104.2341 951.9 NM CARLSBAD 2.2 N +US1NMED0037 32.3635 -104.2144 961.3 NM CARLSBAD 3.1 SSE +US1NMED0038 32.4216 -104.2629 978.7 NM CARLSBAD 1.9 NW +US1NMED0039 32.4360 -104.2610 968.0 NM CARLSBAD 2.6 NNW +US1NMED0043 32.8963 -104.4133 1035.4 NM ARTESIA 3.5 NNE +US1NMED0045 32.4816 -104.3084 1001.6 NM CARLSBAD 6.8 NW +US1NMED0047 32.8497 -104.4060 1033.0 NM ARTESIA 1.4 E +US1NMED0049 32.4517 -104.2324 953.4 NM CARLSBAD 3.3 N +US1NMED0051 32.3712 -104.1700 944.9 NM CARLSBAD 4.5 ESE +US1NMGD0002 35.2103 -104.2794 1362.2 NM NEWKIRK 9.7 N +US1NMGR0001 32.7422 -108.2996 1811.1 NM SILVER CITY 3.4 SW +US1NMGR0002 32.7891 -108.2701 1834.0 NM SILVER CITY 0.5 NNW +US1NMGR0003 32.7738 -108.0226 1841.0 NM SILVER CITY 2.5 ESE +US1NMGR0004 32.8230 -108.0040 1969.9 NM BAYARD 8.9 ENE +US1NMGR0005 32.8083 -108.2861 1873.0 NM SILVER CITY 2.1 NNW +US1NMGR0006 32.8188 -108.2837 1884.9 NM SILVER CITY 2.7 NNW +US1NMGR0007 32.7580 -108.1347 1779.1 NM BAYARD 0.1 SW +US1NMGR0009 32.6854 -108.4670 1801.1 NM SILVER CITY 13.4 WSW +US1NMGR0011 32.8313 -108.2722 1958.9 NM SILVER CITY 3.4 N +US1NMGR0012 32.8699 -108.2837 2026.9 NM SILVER CITY 6.1 N +US1NMGR0013 32.6849 -108.4691 1809.9 NM SILVER CITY 13.6 WSW +US1NMGR0014 32.6264 -108.5148 1845.9 NM SILVER CITY 18.0 SW +US1NMGR0018 32.3380 -106.7710 1225.0 NM MULE CREEK 1.0 W +US1NMGR0019 32.8015 -108.1915 1877.6 NM SILVER CITY 4.6 ENE +US1NMGR0020 32.3945 -108.3573 1613.9 NM SILVER CITY 27.3 S +US1NMGR0021 32.8213 -108.3164 1941.9 NM SILVER CITY 3.9 NW +US1NMGR0023 32.7323 -108.2634 1748.0 NM SILVER CITY 3.5 S +US1NMGR0024 32.7477 -107.8387 1745.9 NM BAYARD 17.1 E +US1NMGR0026 32.4634 -108.4440 1906.8 NM SILVER CITY 24.1 SSW +US1NMGR0027 33.0230 -108.5441 1427.1 NM CLIFF 5.7 NE +US1NMGR0028 32.8213 -108.2748 1919.0 NM SILVER CITY 2.6 NNW +US1NMGR0029 32.7744 -108.2889 1847.7 NM SILVER CITY 1.4 WSW +US1NMGR0030 32.1910 -108.2316 1378.0 NM DEMING 28.5 W +US1NMGR0031 32.7854 -108.2716 1827.9 NM SILVER CITY 0.3 WNW +US1NMGR0032 32.8477 -108.1881 1871.2 NM ARENAS VALLEY 3.7 N +US1NMGR0033 32.8460 -108.2596 2031.2 NM SILVER CITY 4.4 N +US1NMGR0034 32.7741 -108.3450 1936.1 NM SILVER CITY 4.6 W +US1NMGR0036 32.8507 -108.2569 2065.0 NM SILVER CITY 4.7 N +US1NMGR0037 32.8002 -108.1271 1929.1 NM BAYARD 2.8 N +US1NMGR0040 32.7226 -108.2669 1785.8 NM SILVER CITY 4.2 S +US1NMGR0043 32.5842 -107.9779 1581.0 NM CITY OF ROCKS S.P. +US1NMGR0044 32.8144 -107.9411 1779.1 NM MIMBRES 3.6 SE +US1NMGR0045 33.0340 -108.1668 1833.7 NM LAKE ROBERTS MOTEL +US1NMGR0046 32.7592 -108.2311 1783.1 NM SILVER CITY 2.6 SE +US1NMGR0047 32.7755 -108.2900 1850.7 NM SILVER CITY 1.4 WSW +US1NMGR0048 32.9734 -108.5197 1449.0 NM GILA 3.4 ENE +US1NMGR0050 32.7946 -108.2857 1833.7 NM SILVER CITY 1.7 N +US1NMGR0051 32.7093 -108.2999 1756.6 NM TYRONE 0.1 ESE +US1NMGR0052 32.7616 -108.3254 1888.5 NM SILVER CITY 3.7 WSW +US1NMGR0053 32.9880 -108.5831 1390.8 NM CLIFF 2.4 NE +US1NMGR0054 32.5591 -108.3867 1883.7 NM SILVER CITY 17.0 SSW +US1NMGR0055 32.9661 -108.5769 1389.9 NM GILA 0.1 NNE +US1NMGR0056 32.5981 -108.3351 1815.4 NM SILVER CITY 13.9 SSW +US1NMGR0057 32.9040 -108.3902 1824.8 NM SILVER CITY 11.0 NW +US1NMGR0058 32.8374 -108.2018 2008.6 NM SILVER CITY 5.3 NE +US1NMGR0061 32.9543 -108.0236 1930.3 NM MIMBRES 7.2 NNW +US1NMGR0062 33.1936 -108.2041 1750.2 NM GILA HOT SPRINGS 0.2 SE +US1NMGR0063 32.7682 -108.2413 1820.0 NM SILVER CITY 1.8 SE +US1NMGR0064 32.9677 -108.0397 1972.1 NM MIMBRES 8.4 NNW +US1NMGR0065 32.7902 -108.2670 1829.4 NM SILVER CITY 0.5 N +US1NMGR0066 32.7710 -108.2686 1811.7 NM SILVER CITY 0.8 S +US1NMGR0067 32.6743 -108.3377 1880.0 NM TYRONE 3.2 SW +US1NMGR0068 32.8142 -108.2575 1911.7 NM SILVER CITY 2.2 NNE +US1NMGR0069 32.7765 -108.1504 1816.6 NM SANTA CLARA 0.2 SE +US1NMGR0071 32.7344 -108.2671 1769.4 NM SILVER CITY 3.4 S +US1NMGR0073 32.7173 -108.2514 1716.0 NM SILVER CITY 4.6 SSE +US1NMGR0074 32.8045 -108.2954 1846.2 NM SILVER CITY 2.2 NW +US1NMGR0076 32.9555 -108.6423 1438.7 NM CLIFF 1.8 WSW +US1NMGR0077 32.7512 -108.2407 1799.2 NM SILVER CITY 2.7 SE +US1NMGR0078 32.5563 -108.3485 1827.0 NM SILVER CITY 16.4 SSW +US1NMGR0080 32.9664 -108.0378 1977.2 NM MIMBRES 8.3 NNW +US1NMGR0081 31.8644 -108.2425 1486.5 NM HACHITA 5.9 SE +US1NMGR0082 32.1279 -108.3828 1343.6 NM SEPAR 5.7 SE +US1NMGR0084 32.7539 -108.2394 1793.7 NM SILVER CITY 2.6 SE +US1NMGR0085 32.8433 -108.1412 1982.7 NM BAYARD 5.8 N +US1NMGR0089 32.8107 -108.4897 1489.9 NM SILVER CITY 13.1 W +US1NMGR0090 32.6847 -108.4752 1787.0 NM SILVER CITY 13.9 WSW +US1NMGR0093 32.8261 -108.2041 1955.0 NM SILVER CITY 4.7 NE +US1NMHD0013 32.3550 -108.7091 1289.0 NM LORDSBURG 0.9 NNW +US1NMHD0015 31.8700 -109.0349 1251.8 NM RODEO 2.4 N +US1NMHD0017 31.9052 -109.0097 1241.5 NM RODEO 5.0 NNE +US1NMHD0019 32.3551 -108.7096 1291.7 NM LORDSBURG 0.9 NNW +US1NMHD0020 32.4213 -108.8257 1284.1 NM LORDSBURG 8.3 NW +US1NMHD0021 32.1136 -108.8947 1288.7 NM COTTON CITY 1.9 NNW +US1NMHD0023 32.3828 -108.6643 1305.5 NM LORDSBURG 3.5 NE +US1NMHD0024 31.8352 -109.0078 1282.3 NM RODEO 1.4 E +US1NMHD0038 31.9515 -108.7938 1344.2 NM ANIMAS 0.8 E +US1NMHR0004 35.9028 -103.5272 1449.3 NM MOSQUERO 25.5 ENE +US1NMHR0006 35.8926 -103.8124 1380.4 NM MOSQUERO 11.4 NE +US1NMHR0008 36.0552 -103.8254 1630.1 NM ROY 22.1 ENE +US1NMLA0003 35.0199 -106.2111 2065.0 NM LOS ALAMOS 6.5 SE +US1NMLA0004 35.8838 -106.2939 2207.1 NM LOS ALAMOS 0.9 SW +US1NMLA0006 35.8997 -106.2804 2209.8 NM LOS ALAMOS 0.5 NNE +US1NMLA0007 35.8230 -106.2183 1985.8 NM LOS ALAMOS 6.1 SE +US1NMLA0009 35.8910 -106.3306 2279.0 NM LOS ALAMOS 2.6 W +US1NMLA0010 35.8216 -106.1963 1934.3 NM WHITE ROCK 1.5 NNE +US1NMLA0011 35.9025 -106.3066 2218.9 NM LOS ALAMOS 1.4 WNW +US1NMLA0012 35.8852 -106.2945 2217.4 NM LOS ALAMOS 0.8 SW +US1NMLA0013 35.9048 -106.3030 2192.1 NM LOS ALAMOS 1.3 NW +US1NMLA0014 35.8871 -106.2716 2158.0 NM LOS ALAMOS 0.8 ESE +US1NMLA0015 35.8108 -106.2076 1941.9 NM LOS ALAMOS 7.1 SE +US1NMLA0018 35.8861 -106.3283 2262.5 NM LOS ALAMOS 2.5 WSW +US1NMLA0020 35.8973 -106.2599 2183.0 NM LOS ALAMOS 1.4 E +US1NMLE0003 32.9578 -103.3568 1197.9 NM LOVINGTON 0.9 NNW +US1NMLE0004 32.9610 -103.3653 1200.0 NM LOVINGTON 1.4 NW +US1NMLE0005 32.9407 -103.3602 1199.1 NM LOVINGTON 0.7 WSW +US1NMLE0006 32.9342 -103.3517 1189.9 NM LOVINGTON 0.8 S +US1NMLE0009 32.7013 -103.1331 1100.9 NM HOBBS 2.1 SE +US1NMLE0010 32.9593 -103.3612 1200.0 NM LOVINGTON 1.2 NNW +US1NMLE0015 32.7396 -103.1586 1111.0 NM HOBBS 0.4 NNE +US1NMLE0017 32.6184 -103.1269 1095.1 NM HOBBS 8.3 SSE +US1NMLE0018 32.3106 -103.5800 1125.0 NM JAL 26.6 WNW +US1NMLE0022 32.6220 -103.1265 1098.5 NM HOBBS 8.0 SSE +US1NMLE0026 32.6248 -103.2860 1097.9 NM MONUMENT 1.2 W +US1NMLE0029 32.7189 -103.1261 1108.6 NM HOBBS 2.4 ESE +US1NMLN0002 33.4179 -105.6881 2290.9 NM RUIDOSO 4.4 NW +US1NMLN0004 33.4124 -105.6795 2272.9 NM RUIDOSO 3.9 NNW +US1NMLN0006 33.7122 -105.6646 2204.6 NM CAPITAN 12.5 NNW +US1NMLN0008 33.4833 -105.3629 1809.0 NM LINCOLN 1.4 ESE +US1NMLN0009 33.7047 -105.6399 2080.3 NM CAPITAN 11.7 NNW +US1NMLN0012 33.3718 -105.6715 2174.1 NM RUIDOSO 1.7 WNW +US1NMLN0013 33.4926 -105.6903 2201.3 NM NOGAL 4.6 SSE +US1NMLN0014 33.5153 -105.6614 2125.1 NM CAPITAN 4.3 WSW +US1NMLN0015 33.4021 -105.6333 2237.8 NM ALTO 2.7 E +US1NMLN0016 33.3738 -105.6604 2168.7 NM RUIDOSO 1.2 WNW +US1NMLN0018 33.5424 -105.5994 1979.7 NM CAPITAN 1.3 WSW +US1NMLN0019 33.5530 -105.1879 1684.3 NM ARABELA 2.5 SSW +US1NMLN0020 33.3384 -105.6793 2090.9 NM RUIDOSO 2.9 SW +US1NMLN0021 33.5795 -105.7221 1914.4 NM CAPITAN 7.9 WNW +US1NMLN0022 33.5467 -105.7406 0.0 NM CAPITAN 8.5 W +US1NMLN0023 33.5892 -105.7951 0.0 NM CAPITAN 12.1 WNW +US1NMLN0024 33.5839 -105.8205 0.0 NM CAPITAN 13.4 WNW +US1NMLN0025 33.4255 -105.6511 2205.5 NM ALTO 1.6 NNE +US1NMLN0027 34.2498 -105.6087 2073.6 NM CORONA 0.7 W +US1NMLN0032 33.3486 -105.6563 2124.2 NM RUIDOSO 1.4 SSW +US1NMLN0036 33.4429 -105.6092 2161.9 NM RUIDOSO 5.6 NNE +US1NMLU0001 32.1694 -107.4995 1250.0 NM DEMING 16 ESE +US1NMLU0002 32.1690 -107.6479 1374.0 NM DEMING 8.6 SE +US1NMLU0004 32.2539 -107.7413 1317.0 NM DEMING 0.8 SE +US1NMLU0005 32.2531 -107.7579 1320.1 NM DEMING 0.7 SW +US1NMLU0006 32.1847 -107.7483 1303.0 NM DEMING 5.3 S +US1NMLU0009 32.1928 -107.8128 1321.9 NM DEMING 6.0 SW +US1NMLU0013 32.2641 -107.7722 1327.1 NM DEMING 1.3 W +US1NMLU0017 32.2395 -107.7526 1314.9 NM DEMING 1.5 S +US1NMLU0018 32.0336 -107.7706 1278.9 NM DEMING 16 S +US1NMLU0019 32.2626 -107.3970 1275.0 NM DEMING 19 ENE +US1NMLU0020 32.2036 -107.9396 1334.1 NM DEMING 12 WSW +US1NMLU0023 32.2533 -107.7426 400.2 NM DEMING 0.7 SE +US1NMLU0025 32.1950 -107.8024 1318.0 NM DEMING 5.5 SSW +US1NMLU0026 32.2466 -107.6831 1296.9 NM DEMING 4.1 ESE +US1NMLU0027 32.1770 -107.5038 1252.1 NM DEMING 15.5 ESE +US1NMLU0030 32.2476 -107.7452 1314.0 NM DEMING 1.0 SSE +US1NMLU0031 32.1817 -107.7122 1299.1 NM DEMING 6.0 SSE +US1NMLU0033 32.1379 -107.7921 1300.0 NM DEMING 8.9 SSW +US1NMLU0037 32.1811 -107.9976 1327.7 NM DEMING 15.5 WSW +US1NMLU0040 32.2600 -107.7401 1315.8 NM DEMING 0.6 E +US1NMLU0041 32.1500 -107.7740 1302.4 NM DEMING 7.8 S +US1NMLU0042 32.4313 -107.7620 1457.6 NM DEMING 11.7 N +US1NMLU0043 32.2541 -107.7536 1318.0 NM DEMING 0.6 SSW +US1NMLU0045 32.1665 -107.8183 1311.2 NM DEMING 7.7 SSW +US1NMLU0046 32.2606 -107.6716 1299.1 NM DEMING 4.6 E +US1NMLU0047 32.1275 -107.4875 1239.6 NM DEMING 17.9 ESE +US1NMLU0048 31.8833 -107.5672 1229.9 NM COLUMBUS 5.7 NE +US1NMLU0049 31.8401 -107.9828 1382.9 NM COLUMBUS 20.1 W +US1NMLU0050 32.0750 -107.7584 1284.7 NM DEMING 12.9 S +US1NMLU0051 32.2297 -107.6939 1301.5 NM DEMING 4.0 SE +US1NMLU0054 32.2337 -107.8449 1336.5 NM DEMING 5.8 WSW +US1NMLU0055 31.8613 -108.1599 1395.4 NM HACHITA 10.2 ESE +US1NMLU0057 32.4298 -107.7611 1458.5 NM HIDDEN VALLEY RANCH +US1NMLU0058 31.8270 -107.6406 1243.6 NM PANCHO VILLA S.P. +US1NMLU0059 31.8789 -107.6527 1277.7 NM COLUMBUS 3.5 NNW +US1NMLU0060 31.8375 -107.6541 1264.3 NM COLUMBUS 1.0 NW +US1NMLU0061 32.2574 -107.7401 1316.7 NM DEMING 0.7 ESE +US1NMLU0062 32.2428 -107.4764 1260.3 NM DEMING 16.1 E +US1NMLU0063 32.2569 -107.7536 1320.1 NM DEMING 0.4 SSW +US1NMLU0065 32.3196 -107.7482 1342.9 NM DEMING 4.0 N +US1NMLU0066 32.1920 -107.7592 1308.5 NM DEMING 4.8 S +US1NMLU0067 32.1132 -107.6731 1376.5 NM DEMING 11.2 SSE +US1NMLU0070 31.7898 -107.8579 0.0 NM CARZALIA VALLEY (HQ) +US1NMLU0073 32.0945 -107.7689 1289.9 NM DEMING 11.6 S +US1NMLU0074 31.9307 -108.1609 1468.2 NM HACHITA 9.4 E +US1NMLU0075 32.4126 -108.1787 1537.7 NM DEMING 27.1 WNW +US1NMLU0076 32.1229 -107.8199 1300.9 NM DEMING 10.4 SSW +US1NMLU0077 32.4755 -107.6418 1485.3 NM DEMING 16.1 NNE +US1NMLU0078 31.8122 -108.0458 1389.0 NM HERMANAS 6.1 SW +US1NMMK0001 35.6283 -108.7928 2030.0 NM GALLUP 8.1 NNW +US1NMMK0002 35.5269 -108.7424 1989.1 NM GALLUP 0.6 NW +US1NMMK0006 35.5066 -108.7308 2079.7 NM GALLUP 1.0 SSE +US1NMMK0011 35.5258 -108.6756 2005.9 NM GALLUP 3.4 E +US1NMMK0013 35.1367 -108.4968 2103.4 NM RAMAH 0.4 NW +US1NMMK0017 35.5352 -108.7169 1998.6 NM GALLUP 1.5 NE +US1NMMK0018 35.3071 -108.1016 2261.9 NM MILAN 14.4 NW +US1NMMK0019 35.3080 -108.0980 2228.1 NM PREWITT 5.1 SW +US1NMMR0003 36.1980 -105.1097 2314.0 NM OCATE 3.7 WNW +US1NMMR0004 36.1995 -105.1025 2296.4 NM OCATE 3.4 WNW (TWR#1) +US1NMMR0005 36.1914 -105.0984 2284.5 NM OCATE 3.0 WNW (TWR#2) +US1NMMR0007 35.8227 -104.4555 1722.4 NM WAGON MOUND 19.1 SE +US1NMOT0001 32.9319 -105.7602 2734.1 NM CLOUDCROFT 1.8 SW +US1NMOT0002 32.9576 -105.8398 2026.9 NM ALAMOGORDO 8.5 NE +US1NMOT0005 32.9046 -105.9256 1385.9 NM ALAMOGORDO 2.3 NE +US1NMOT0006 32.8598 -105.9377 1378.9 NM ALAMOGORDO 2.1 SE +US1NMOT0007 32.9791 -105.9304 1475.8 NM LA LUZ 0.7 NE +US1NMOT0008 32.9386 -106.0161 1263.1 NM ALAMOGORDO 5.1 NW +US1NMOT0010 32.9933 -105.8756 1713.9 NM LA LUZ 3.9 ENE +US1NMOT0011 33.0067 -105.8415 1939.1 NM LA LUZ 6.2 ENE +US1NMOT0012 32.9212 -105.9409 1353.0 NM ALAMOGORDO 2.8 NNE +US1NMOT0013 32.9514 -105.8336 2012.0 NM CLOUDCROFT 5.4 W +US1NMOT0014 33.0620 -106.0453 1338.1 NM TULAROSA 1.8 WSW +US1NMOT0015 32.8996 -105.9263 1381.0 NM ALAMOGORDO 2.1 ENE +US1NMOT0017 32.8937 -105.4779 2005.0 NM CLOUDCROFT 16 ESE +US1NMOT0021 32.9197 -105.9359 1361.8 NM ALAMOGORDO 2.7 NNE +US1NMOT0022 32.9735 -106.0013 1343.9 NM LA LUZ 3.7 W +US1NMOT0023 32.8275 -105.9663 1275.0 NM ALAMOGORDO 4.0 S +US1NMOT0024 32.9601 -105.7413 2694.1 NM CLOUDCROFT 0.5 NNW +US1NMOT0026 32.9820 -105.5378 2286.9 NM CLOUDCROFT 11.8 E +US1NMOT0027 32.9465 -105.6714 2688.9 NM CLOUDCROFT 4.0 E +US1NMOT0029 32.9079 -105.9282 1380.1 NM ALAMOGORDO 2.3 NE +US1NMOT0032 32.9907 -105.8758 1701.1 NM LA LUZ 3.8 ENE +US1NMOT0034 33.0723 -106.0212 1373.1 NM TULAROSA 0.3 SSW +US1NMOT0035 32.9957 -105.6719 2538.1 NM CLOUDCROFT 4.9 NE +US1NMOT0036 32.9058 -105.9481 1332.9 NM ALAMOGORDO 1.6 NNE +US1NMOT0037 32.9502 -105.7337 2706.9 NM CLOUDCROFT 0.4 ESE +US1NMOT0038 32.8973 -105.7389 2657.9 NM CLOUDCROFT 3.8 S +US1NMOT0039 32.7904 -105.8204 2801.1 NM SUNSPOT 0.07N +US1NMOT0040 32.6409 -105.6811 2186.0 NM TIMBERON 1.5 NE +US1NMOT0042 32.9102 -105.9288 1380.1 NM ALAMOGORDO 2.4 NE +US1NMOT0044 33.0162 -105.8539 1861.1 NM LA LUZ 5.8 ENE +US1NMOT0045 33.0164 -105.8589 1847.1 NM LA LUZ 5.5 NE +US1NMOT0046 33.0111 -105.9808 1380.1 NM ALAMOGORDO 8.8 N +US1NMOT0047 32.9511 -105.9547 1386.8 NM ALAMOGORDO 4.6 N +US1NMOT0049 33.0153 -105.8600 1834.0 NM LA LUZ 5.4 NE +US1NMOT0051 33.0767 -106.0017 1393.9 NM TULAROSA 1.0 E +US1NMOT0052 32.9363 -105.8375 2118.1 NM CLOUDCROFT 5.8 WSW +US1NMOT0056 32.9204 -105.7470 2658.8 NM CLOUDCROFT 2.3 S +US1NMOT0059 32.6098 -105.3946 1829.1 NM PINON 0.6 S +US1NMOT0060 32.7838 -105.9574 1258.5 NM ALAMOGORDO 7.0 S +US1NMOT0061 32.9696 -106.0174 1325.6 NM ALAMOGORDO 6.8 NNW +US1NMOT0063 32.9424 -105.8262 2062.0 NM HIGH ROLLS 0.8 SE +US1NMOT0065 32.9125 -105.9511 1338.4 NM ALAMOGORDO 2.0 N +US1NMOT0066 32.7682 -105.9648 1247.2 NM BOLES ACRES 3.1 SSE +US1NMOT0067 32.9604 -105.6694 2453.3 NM CLOUDCROFT 4.1 E +US1NMOT0068 32.9577 -105.6592 2416.1 NM CLOUDCROFT 4.7 E +US1NMOT0071 32.9888 -105.8671 1703.5 NM LA LUZ 4.3 ENE +US1NMOT0072 33.0054 -105.8532 1850.1 NM BURRO FLATS 1.0 ENE +US1NMOT0075 32.8317 -105.4580 2096.1 NM MAYHILL 4.0 SSE +US1NMOT0076 32.9041 -105.5236 2213.5 NM MAYHILL 2.8 WNW +US1NMOT0078 32.9487 -105.7354 2680.1 NM CLOUDCROFT 0.4 SE +US1NMOT0081 32.9335 -105.9511 1366.7 NM ALAMOGORDO 3.4 N +US1NMOT0082 32.7874 -105.8207 2823.1 NM SUNSPOT 0.2 SSW +US1NMOT0085 32.7471 -106.1434 1232.0 NM ALAMOGORDO 14.4 SW +US1NMOT0088 32.9193 -105.9491 1341.1 NM ALAMOGORDO 2.4 NNE +US1NMOT0092 32.8641 -105.9366 1384.7 NM ALAMOGORDO 1.9 SE +US1NMOT0093 32.9730 -105.9990 1349.0 NM ALAMOGORDO 6.6 NNW +US1NMQY0001 35.1667 -103.7222 1246.9 NM TUCUMARI 0.3 E +US1NMQY0002 35.1437 -103.5416 1211.0 NM TUCUMCARI 10.6 E +US1NMQY0004 35.1524 -103.6304 1222.9 NM TUCUMCARI 5.6 E +US1NMQY0006 34.7945 -103.9115 1484.7 NM HOUSE 10.1 N +US1NMQY0007 35.1395 -103.6489 1232.0 NM TUCUMCARI 4.7 NNW +US1NMQY0008 35.2116 -103.7730 1232.0 NM TUCUMCARI 4.0 NW +US1NMQY0009 35.1366 -103.5607 121.3 NM TUCUMCARI 9.7 ESE +US1NMQY0013 35.3621 -103.4708 1173.5 NM LOGAN 1.5 W +US1NMQY0014 34.6459 -103.9030 1432.6 NM HOUSE 0.1 S +US1NMQY0015 34.6465 -103.9031 1432.6 NM HOUSE 0.1 S +US1NMQY0018 35.1647 -103.7298 1255.2 NM TUCUMCARI 0.2 SW +US1NMQY0019 35.1938 -103.6757 1232.9 NM TUCUMCARI 3.4 ENE +US1NMQY0020 34.7065 -103.8400 1444.8 NM MCALISTER 3.7 WNW +US1NMQY0022 35.2895 -103.4696 1211.9 NM LOGAN 5.2 SSW +US1NMQY0026 35.3592 -103.4576 1171.7 NM LOGAN 0.8 W +US1NMQY0028 35.2293 -103.7264 1204.0 NM TUCUMCARI 4.3 N +US1NMQY0031 35.1723 -103.5733 1220.1 NM TUCUMCARI 8.7 E +US1NMQY0033 34.8242 -103.7418 1499.0 NM TUCUMCARI 23.7 S +US1NMQY0034 35.1132 -103.3317 1230.5 NM SAN JON 0.2 W +US1NMQY0035 35.5993 -103.1119 1272.2 NM NARA VISA 0.8 SW +US1NMRA0001 36.1478 -105.9875 1751.1 NM ALCALDE 5.9 NE +US1NMRA0007 36.3745 -106.0468 1975.1 NM ALCALDE 19 N +US1NMRA0009 36.2217 -106.2380 1815.1 NM ALCALDE 14 NW +US1NMRA0011 35.9947 -106.0535 1717.9 NM ESPANOLA 1.1 SE +US1NMRA0012 36.2290 -106.1861 1889.2 NM ABIQUIU 7.5 WNW +US1NMRA0014 36.2225 -105.8686 1816.0 NM ALCALDE 14 NE +US1NMRA0018 36.1980 -105.8605 1916.0 NM CHAMISAL 6.4 WNW +US1NMRA0022 36.0456 -106.1517 1955.0 NM ESPAñOLA 5.4 WNW +US1NMRA0023 36.3663 -106.2177 2204.0 NM EL RITO 2.3 NW +US1NMRA0024 36.1757 -106.1775 1791.9 NM ALCALDE 9.1 NW +US1NMRA0027 36.1945 -106.2350 1802.0 NM ABIQUIU 4.8 ESE +US1NMRA0028 36.2496 -106.4956 1981.5 NM YOUNGSVILLE 5.4 NE +US1NMRA0029 36.7481 -106.4756 2354.6 NM CHAMA 11.8 SSE +US1NMRA0030 36.0689 -106.1102 1726.1 NM CHAMITA 0.7 WSW +US1NMRA0031 36.2141 -106.2543 1803.2 NM ABIQUIU 3.8 E +US1NMRA0032 36.2467 -106.0489 1855.6 NM OJO CALIENTE 4.0 S +US1NMRA0033 36.0244 -106.0536 1731.9 NM ESPANOLA 1.7 NNE +US1NMRA0035 36.0039 -105.8663 2108.9 NM CORDOVA 0.4 SW +US1NMRA0040 36.0359 -105.7896 2526.5 NM TRUCHAS 1.4 ESE +US1NMRA0041 36.1979 -106.5528 2057.1 NM YOUNGSVILLE 0.8 NNE +US1NMRA0042 36.2115 -106.2964 1814.5 NM ABIQUIU 1.3 E +US1NMRA0044 36.1700 -106.1700 1801.7 NM MEDANALES 0.8 ESE +US1NMRA0048 36.1922 -106.1992 1822.7 NM ALCALDE 10.8 NW +US1NMRA0051 36.7370 -106.4765 2354.0 NM CHAMA 12.3 SSE +US1NMRV0001 34.1598 -103.6853 1310.0 NM ELIDA 15.0 N +US1NMRV0002 34.2197 -103.3330 1240.2 NM PORTALES 2.8 NNE +US1NMRV0005 34.2288 -103.6298 1264.3 NM FLOYD 4.7 WNW +US1NMRV0006 34.1567 -103.5283 1257.3 NM PORTALES 10.6 W +US1NMRV0007 34.1515 -103.5637 1280.5 NM FLOYD 4.4 S +US1NMRV0008 34.1749 -103.4017 1232.0 NM PORTALES 3.2 W +US1NMRV0010 34.1128 -103.3812 1246.0 NM PORTALES 5.1 SSW +US1NMRV0011 33.6430 -103.2709 1254.9 NM MILNESAND 4.0 E +US1NMRV0016 34.1133 -103.2226 1202.7 NM PORTALES 8.4 ESE +US1NMRV0018 34.1550 -103.3849 1233.2 NM PORTALES 2.9 SW +US1NMRV0021 34.2197 -103.3345 1241.8 NM PORTALES 2.7 NNE +US1NMRV0022 33.8129 -103.6470 1357.3 NM ELIDA 9.1 S +US1NMRV0024 33.7068 -103.1231 1231.1 NM CAUSEY 11.0 S +US1NMRV0026 33.7314 -103.2849 1274.7 NM CAUSEY 13.4 SW +US1NMRV0027 33.6427 -103.3406 1279.9 NM MILNESAND 0.0 W +US1NMRV0028 34.1651 -103.2991 1214.9 NM PORTALES 2.9 ESE +US1NMRV0029 34.1535 -103.3351 1218.3 NM PORTALES 2.0 SSE +US1NMSC0001 34.5343 -106.7884 1455.1 NM SOCORRO 33 NNE +US1NMSC0006 34.0733 -106.9016 1403.9 NM SOCORRO 1.3 N +US1NMSC0010 34.2056 -106.8991 1420.4 NM SOCORRO 10.4 N +US1NMSC0012 34.0618 -106.9004 1405.1 NM SOCORRO 0.5 NNE +US1NMSC0013 34.1767 -106.9239 1425.2 NM SOCORRO 8.5 N +US1NMSC0014 33.9151 -106.8670 1392.0 NM SOCORRO 9.9 SSE +US1NMSC0015 34.5322 -106.7863 1452.1 NM RIO COMMUNITIES 8.6 SSW +US1NMSC0018 34.2432 -106.9131 1420.7 NM POLVADERA 2.7 NNE +US1NMSC0019 33.9643 -106.8701 1389.9 NM SOCORRO 6.6 SSE +US1NMSC0021 34.5142 -106.8008 1453.6 NM BOSQUE 3.2 SSW +US1NMSC0024 33.5177 -107.1638 1423.7 NM TRUTH OR CONSEQUENCES 26.8 N +US1NMSC0025 34.1456 -107.8456 2255.5 NM DATIL 0.1 NW +US1NMSC0026 34.1694 -106.9057 1410.6 NM LEMITAR 0.7 NNE +US1NMSC0029 34.0594 -106.8990 1410.3 NM SOCORRO 0.4 NE +US1NMSC0030 33.5851 -107.6080 1115.3 NM WINSTON 16.2 NNE +US1NMSC0031 34.3406 -106.4392 1910.8 NM MOUNTAINAIR 16.7 SW +US1NMSC0033 33.5494 -107.5542 1827.9 NM MONTICELLO 12.1 NNW +US1NMSC0034 34.1975 -106.9210 1422.5 NM POLVADERA 0.5 S +US1NMSC0037 34.0867 -106.8925 1404.5 NM SOCORRO 2.3 NNE +US1NMSC0040 33.8998 -106.8769 1396.3 NM SAN ANTONIO 0.7 S +US1NMSC0042 34.0146 -107.2722 2228.4 NM MAGDALENA 7.0 SSW +US1NMSC0046 33.8720 -106.7490 1543.8 NM SAN ANTONIO 7.4 ESE +US1NMSC0047 34.0551 -106.8812 0.0 NM SOCORRO 1.3 E +US1NMSC0049 33.9086 -106.8725 1391.4 NM SAN ANTONIO 0.7 SSW +US1NMSC0050 33.7400 -106.7900 1471.9 NM SOCORRO 22.7 SSE +US1NMSC0051 34.0685 -106.9028 1408.8 NM SOCORRO 0.9 N +US1NMSC0052 33.8088 -106.7500 1498.1 NM SOCORRO 19.2 SSE +US1NMSC0054 33.9713 -106.8786 1403.0 NM SOCORRO 6.0 SSE +US1NMSC0056 34.1195 -107.2449 -999.9 NM MAGDALENA 0.8 NW +US1NMSC0057 34.1309 -107.2011 1894.0 NM MAGDALENA 2.4 NE +US1NMSC0059 34.1981 -106.9208 1420.4 NM SOCORRO 9.9 N +US1NMSC0060 34.0514 -106.8745 1400.6 NM SOCORRO 1.7 E +US1NMSF0001 35.7368 -106.0718 1984.9 NM SANTA FE 7.7 WNW +US1NMSF0002 35.6917 -105.9598 2101.0 NM SANTA FE 1.0 NNW +US1NMSF0006 35.8951 -106.0731 1738.9 NM SANTA FE 16 NNW +US1NMSF0008 35.6226 -105.9689 2069.9 NM SANTA FE 3.9 SSW +US1NMSF0009 35.6427 -105.9656 2076.9 NM SANTA FE 2.6 SSW +US1NMSF0011 35.5930 -105.9268 2139.1 NM SANTA FE 6.1 SSE +US1NMSF0013 35.6690 -105.9739 2076.9 NM SANTA FE 1.3 WSW +US1NMSF0014 35.5413 -105.9284 2064.1 NM SANTA FE 9.6 S +US1NMSF0019 35.1764 -106.1760 2058.0 NM EDGEWOOD 6.4 N +US1NMSF0020 35.6833 -105.9345 2143.7 NM SANTA FE 1.2 ENE +US1NMSF0021 35.7152 -105.9175 2236.9 NM SANTA FE 3.3 NE +US1NMSF0022 35.6417 -105.9643 2078.7 NM SANTA FE 2.6 SSW +US1NMSF0025 35.5255 -105.9232 2052.5 NM SANTA FE 10.8 S +US1NMSF0026 35.1227 -106.2113 2037.6 NM EDGEWOOD 3.4 NW +US1NMSF0030 35.6493 -106.0165 2005.0 NM SANTA FE 4.0 WSW +US1NMSF0031 35.5364 -105.8989 2115.6 NM SANTA FE 10.3 SSE +US1NMSF0032 35.5461 -105.8644 2197.3 NM SANTA FE 10.4 SSE +US1NMSF0033 35.5501 -105.9697 2005.0 NM SANTA FE 8.9 S +US1NMSF0034 35.7570 -105.9286 2075.7 NM TESUQUE 0.7 SSW +US1NMSF0035 35.7140 -105.8854 2418.6 NM SANTA FE 4.6 ENE +US1NMSF0037 35.5280 -105.8360 2072.6 NM SANTA FE 12.3 SSE +US1NMSF0039 35.6503 -105.9439 2121.1 NM SANTA FE 2.0 SSE +US1NMSF0042 35.5253 -105.8872 2111.3 NM SANTA FE 11.2 SSE +US1NMSF0043 35.4853 -105.9022 2011.1 NM LAMY 1.3 WNW +US1NMSF0044 35.6248 -106.0437 1955.6 NM AGUA FRIA 2.0 SW +US1NMSF0046 35.6359 -105.9875 2048.6 NM SANTA FE 3.5 SSW +US1NMSF0047 35.4261 -106.2039 1753.5 NM CERRILLOS 4.5 WSW +US1NMSF0049 35.5529 -105.9344 2055.9 NM SANTA FE 8.7 S +US1NMSF0050 35.0908 -106.2212 2017.8 NM EDGEWOOD 2.7 W +US1NMSF0051 35.8943 -105.9912 1817.2 NM POJOAQUE 1.0 E +US1NMSF0052 35.0902 -106.2120 2013.8 NM EDGEWOOD 2.1 WNW +US1NMSF0053 35.7131 -106.0094 2080.3 NM SANTA FE 3.9 NW +US1NMSF0055 35.0775 -105.9626 1904.4 NM STANLEY 4.9 SSE +US1NMSF0056 35.6353 -105.9972 2028.4 NM SANTA FE 3.8 SW +US1NMSF0057 35.7409 -105.9163 2130.6 NM SANTA FE 4.8 NNE +US1NMSF0058 35.6845 -106.0289 2040.3 NM SANTA FE 4.2 W +US1NMSF0059 35.5253 -105.8998 2096.7 NM SANTA FE 11.0 SSE +US1NMSF0062 35.6017 -105.8891 2281.4 NM SANTA FE 6.4 SE +US1NMSF0064 35.6373 -105.9259 2177.8 NM SANTA FE 3.3 SSE +US1NMSF0067 35.6675 -105.9523 2126.6 NM SANTA FE 0.8 S +US1NMSF0068 35.4764 -106.0939 1873.0 NM SANTA FE 16.0 SSW +US1NMSF0069 35.5372 -105.9540 2009.9 NM SANTA FE 9.8 S +US1NMSF0070 35.5273 -105.9414 2036.4 NM SANTA FE 10.5 S +US1NMSF0071 35.0569 -106.2319 2080.9 NM EDGEWOOD 3.7 WSW +US1NMSF0073 35.6679 -105.9802 2066.2 NM SANTA FE 1.6 WSW +US1NMSF0074 35.6463 -105.9754 2058.9 NM SANTA FE 2.5 SSW +US1NMSF0075 35.5641 -105.7607 2258.0 NM GLORIETA 1.4 SSE +US1NMSF0076 35.7047 -105.8992 2318.0 NM SANTA FE 3.6 ENE +US1NMSF0077 35.7380 -105.9771 2163.2 NM SANTA FE 4.3 NNW +US1NMSF0078 35.6008 -105.8989 2253.7 NM SANTA FE 6.2 SSE +US1NMSF0079 35.5564 -105.9632 2021.1 NM SANTA FE 8.5 S +US1NMSF0080 35.8937 -106.0918 1718.5 NM POJOAQUE 4.6 W +US1NMSF0081 35.5249 -105.9323 2040.9 NM SANTA FE 10.7 S +US1NMSF0082 35.6246 -106.0116 1986.4 NM SANTA FE 4.9 SW +US1NMSF0084 35.6278 -106.0468 1959.6 NM SANTA FE 6.3 SW +US1NMSF0085 35.7140 -105.9091 2281.1 NM SANTA FE 3.5 NE +US1NMSF0087 35.4646 -106.0464 1868.7 NM SANTA FE 15.7 SSW +US1NMSF0088 35.7133 -105.9483 2198.5 NM SANTA FE 2.4 N +US1NMSF0090 35.9909 -106.0026 1771.2 NM ESPANOLA 3.8 ESE +US1NMSF0091 35.7431 -105.9397 2162.3 NM SANTA FE 4.5 N +US1NMSF0095 35.5121 -105.9176 2052.5 NM SANTA FE 11.7 S +US1NMSF0096 35.9035 -106.0108 1799.5 NM POJOAQUE 0.7 N +US1NMSF0098 35.7845 -105.9036 2214.1 NM TESUQUE 1.7 NE +US1NMSF0099 35.6304 -106.0635 1948.9 NM SANTA FE 7.0 WSW +US1NMSF0100 35.1004 -106.1943 2014.1 NM EDGEWOOD 1.6 NW +US1NMSF0101 35.5894 -105.7288 2238.5 NM GLORIETA 2.4 E +US1NMSF0102 35.4844 -106.1001 1900.1 NM SANTA FE 15.7 SSW +US1NMSF0104 35.8913 -106.0124 1824.8 NM POJOAQUE 0.2 SW +US1NMSF0105 35.6353 -105.9041 2278.7 NM SANTA FE 4.1 SE +US1NMSF0106 35.6273 -106.0604 1948.6 NM SANTA FE 6.9 WSW +US1NMSF0107 35.5909 -106.0015 1997.7 NM SANTA FE 6.6 SSW +US1NMSF0109 35.6221 -106.0628 1941.9 NM SANTA FE 7.2 WSW +US1NMSF0110 35.7010 -106.0058 2084.8 NM SANTA FE 3.3 WNW +US1NMSF0111 35.5897 -106.0540 1924.5 NM SANTA FE 8.3 SW +US1NMSF0113 35.8986 -106.0996 1708.7 NM POJOAQUE 5.0 W +US1NMSF0114 35.6681 -105.9548 2124.2 NM SANTA FE 0.7 S +US1NMSF0115 35.6625 -105.9518 2125.7 NM SANTA FE 1.1 S +US1NMSF0120 35.6809 -105.9435 2129.9 NM SANTA FE 0.6 ENE +US1NMSF0121 35.2273 -106.1643 2116.5 NM EDGEWOOD 9.9 N +US1NMSF0124 35.5298 -105.9067 2089.7 NM SANTA FE 10.6 SSE +US1NMSF0129 35.6480 -105.9794 2058.6 NM SANTA FE 2.5 SW +US1NMSF0131 35.2145 -105.8938 2046.7 NM MORIARTY 17.0 NNE +US1NMSF0132 35.4078 -106.1935 1891.3 NM MADRID 2.3 W +US1NMSF0133 35.9654 -106.0308 1749.9 NM ESPANOLA 3.4 SE +US1NMSF0135 35.6833 -105.9557 2111.7 NM SANTA FE 0.3 NNW +US1NMSJ0001 36.7616 -108.1940 1711.1 NM FARMINGTON 0.6 NNW +US1NMSJ0003 36.6769 -108.0371 1665.1 NM BLOOMFIELD 4.1 SW +US1NMSJ0004 36.7043 -108.1355 1620.0 NM FARMINGTON 4.4 SE +US1NMSJ0006 36.7418 -108.2074 1652.0 NM FARMINGTON 1.5 SW +US1NMSJ0010 36.9240 -107.8879 1827.9 NM AZTEC 9.2 NE +US1NMSJ0011 36.9015 -107.9339 1777.0 NM AZTEC 6.4 NE +US1NMSJ0014 36.6890 -108.3065 1714.5 NM FARMINGTON 8.1 SW +US1NMSJ0016 36.9012 -108.1952 1754.1 NM FARMINGTON 10.1 N +US1NMSJ0019 36.7408 -108.2445 1606.3 NM FARMINGTON 3.4 WSW +US1NMSJ0024 36.7324 -108.2088 1625.8 NM FARMINGTON 0.6 NE +US1NMSJ0025 36.7445 -108.2073 1642.6 NM FARMINGTON 1.4 WSW +US1NMSJ0026 36.7847 -108.1461 1729.1 NM FARMINGTON 3.0 NE +US1NMSJ0027 36.7149 -108.1893 1624.0 NM FARMINGTON 2.8 S +US1NMSJ0032 36.4280 -108.2969 1951.3 NM KIRTLAND 21.7 S +US1NMSJ0035 36.8186 -108.0444 1711.1 NM AZTEC 2.3 WSW +US1NMSJ0036 36.1925 -107.6853 2072.0 NM NAGEEZI 5.9 SSE +US1NMSJ0038 36.9318 -107.8800 1780.6 NM AZTEC 9.9 NE +US1NMSJ0040 36.7956 -108.0666 1676.4 NM AZTEC 4.1 WSW +US1NMSJ0041 36.7161 -108.1969 1620.9 NM FARMINGTON 2.7 SSW +US1NMSJ0042 36.7310 -108.2060 1623.7 NM FARMINGTON 2.0 SW +US1NMSJ0046 36.7200 -107.9663 1672.7 NM BLOOMFIELD 0.8 NE +US1NMSJ0047 36.7490 -108.1112 1761.1 NM FARMINGTON 4.1 E +US1NMSJ0048 36.8323 -107.9106 1917.8 NM AZTEC 5.2 E +US1NMSJ0049 36.7369 -107.9750 1705.1 NM BLOOMFIELD 1.7 N +US1NMSJ0050 36.8243 -107.9874 1731.0 NM AZTEC 1.0 ESE +US1NMSM0001 35.5653 -103.8952 1350.0 NM MOSQUERO 15 SSE +US1NMSM0002 35.8000 -105.3270 2239.1 NM LAS VEGAS 13 NNE +US1NMSM0005 35.6680 -105.3423 2292.1 NM LAS VEGAS 8.4 NW +US1NMSM0006 35.6198 -105.2342 2003.5 NM LAS VEGAS 1.6 NNW +US1NMSM0007 35.5704 -105.1889 1976.3 NM LAS VEGAS 2.6 SE +US1NMSM0010 35.6227 -105.4337 2209.5 NM LAS VEGAS 12.1 W +US1NMSM0011 35.8458 -105.3226 2241.5 NM ROCIADA 5.6 E +US1NMSM0012 35.7965 -105.3395 2214.7 NM SAPELLO 5.1 WNW +US1NMSM0014 35.7473 -105.1951 2080.0 NM LAS VEGAS 10.3 N +US1NMSM0015 35.6203 -105.2356 2006.8 NM LAS VEGAS 1.7 NNW +US1NMSM0016 35.5386 -105.2497 1975.4 NM LAS VEGAS 4.5 SSW +US1NMSM0017 35.5712 -105.3847 2073.9 NM LAS VEGAS 9.5 WSW +US1NMSM0018 35.6120 -105.7060 2285.1 NM PECOS 3.0 NNW +US1NMSM0019 35.5395 -105.2542 1974.8 NM LAS VEGAS 4.6 SSW +US1NMSM0020 35.8064 -105.3104 2209.8 NM SAPELLO 3.9 NW +US1NMSM0024 35.5173 -103.8032 1333.2 NM MOSQUERO 19.7 SSE +US1NMSM0025 35.4268 -105.5495 2008.0 NM ILFELD 0.7 NE +US1NMSM0026 35.5211 -105.3401 2013.8 NM LAS VEGAS 8.7 SW +US1NMSM0027 35.3251 -105.6949 2153.7 NM ROWE 11.5 S +US1NMSM0028 35.6724 -105.6877 2244.2 NM PECOS 6.8 N +US1NMSM0029 35.6549 -105.2808 2063.8 NM LAS VEGAS 5.2 NW +US1NMSN0001 35.3289 -106.4357 1737.1 NM PLACITAS 1.8 ENE +US1NMSN0002 35.3237 -106.5474 1539.8 NM BERNALILLO 0.7 NE +US1NMSN0012 35.2204 -106.6106 1528.9 NM CORRALES 1.1 SSE +US1NMSN0014 35.2489 -106.6427 1609.0 NM RIO RANCHO 1.9 SSE +US1NMSN0016 35.3174 -106.5261 1601.1 NM PLACITAS 3.4 W +US1NMSN0018 35.2296 -106.6068 1528.0 NM CORRALES 0.8 ESE +US1NMSN0020 35.2521 -106.6097 1541.1 NM CORRALES 1.3 NNE +US1NMSN0024 35.3131 -106.5890 1580.1 NM BERNALILLO 1.9 W +US1NMSN0026 35.3380 -106.6013 1634.9 NM RIO RANCHO 5.6 NE +US1NMSN0028 35.2432 -106.5936 1528.0 NM CORRALES 1.6 ENE +US1NMSN0032 35.2894 -106.5942 1545.9 NM RIO RANCHO 3.9 ENE +US1NMSN0033 35.2231 -106.6696 1596.8 NM RIO RANCHO 3.5 S +US1NMSN0035 35.2986 -106.4385 1857.1 NM PLACITAS 2.1 SE +US1NMSN0038 35.2204 -106.6106 1527.4 NM CORRALES 1.1 SSE +US1NMSN0039 35.2901 -106.6061 1574.0 NM RIO RANCHO 3.3 ENE +US1NMSN0040 35.3196 -106.4726 1709.9 NM PLACITAS 0.4 W +US1NMSN0041 35.2973 -106.5868 1561.8 NM RIO RANCHO 4.5 ENE +US1NMSN0043 35.2823 -106.7207 1736.4 NM RIO RANCHO 3.5 W +US1NMSN0044 35.2551 -106.6289 1574.6 NM CORRALES 1.5 NNW +US1NMSN0045 35.3344 -106.4014 1857.1 NM PLACITAS 3.8 ENE +US1NMSN0047 35.2150 -106.6336 1524.9 NM CORRALES 1.6 SSW +US1NMSN0048 35.3130 -106.5829 1573.1 NM BERNALILLO 1.5 W +US1NMSN0050 35.2698 -106.7096 1727.0 NM RIO RANCHO 2.8 W +US1NMSN0051 35.3239 -106.5814 1584.7 NM RIO RANCHO 5.7 NE +US1NMSN0052 35.2814 -106.6361 1610.9 NM RIO RANCHO 1.5 ENE +US1NMSN0053 35.2972 -106.5854 1557.5 NM RIO RANCHO 4.5 ENE +US1NMSN0054 35.2698 -106.6164 1567.9 NM RIO RANCHO 2.5 E +US1NMSN0056 35.2435 -106.7164 1694.4 NM RIO RANCHO 3.8 WSW +US1NMSN0057 35.2372 -106.6610 1611.8 NM RIO RANCHO 2.5 S +US1NMSN0059 35.3546 -106.6884 1785.2 NM RIO RANCHO 5.8 NNW +US1NMSN0062 35.2643 -106.7130 1724.6 NM RIO RANCHO 3.0 WSW +US1NMSN0063 35.2432 -106.6491 1613.3 NM RIO RANCHO 2.2 SSE +US1NMSN0064 35.2264 -106.6795 1610.0 NM RIO RANCHO 3.4 SSW +US1NMSN0066 35.3133 -106.5924 1590.4 NM RIO RANCHO 4.7 NE +US1NMSN0069 35.2530 -106.6915 1664.8 NM RIO RANCHO 2.3 SW +US1NMSN0070 35.2455 -106.6433 1608.1 NM RIO RANCHO 2.2 SSE +US1NMSN0073 35.2711 -106.7089 1735.2 NM RIO RANCHO 2.7 W +US1NMSN0074 35.2444 -106.7231 1727.9 NM RIO RANCHO 4.1 WSW +US1NMSN0076 35.2416 -106.5977 1531.9 NM CORRALES 1.3 ENE +US1NMSN0077 35.2280 -106.6217 1529.5 NM CORRALES 0.5 S +US1NMSN0078 35.2420 -106.6471 1610.6 NM RIO RANCHO 2.3 SSE +US1NMSN0079 35.3350 -106.5965 1626.7 NM RIO RANCHO 5.6 NE +US1NMSN0080 35.2891 -106.6286 1618.5 NM RIO RANCHO 2.1 ENE +US1NMSN0081 35.2384 -106.3226 1958.0 NM SANDIA PARK 5.5 NNE +US1NMSN0082 35.2634 -106.6934 1680.7 NM RIO RANCHO 2.0 WSW +US1NMSN0086 35.2601 -106.6337 1574.9 NM RIO RANCHO 1.8 ESE +US1NMSN0087 35.2429 -106.7377 1719.4 NM RIO RANCHO 4.8 WSW +US1NMSN0089 35.6952 -106.7553 1800.8 NM JEMEZ PUEBLO 5.7 NNW +US1NMSN0091 35.2219 -106.3301 2008.9 NM SANDIA PARK 4.2 NNE +US1NMSN0092 35.3235 -106.4298 1766.3 NM PLACITAS 2.0 E +US1NMSN0093 35.3009 -106.7225 1714.2 NM RIO RANCHO 4.0 WNW +US1NMSN0098 35.2672 -106.6612 1640.7 NM RIO RANCHO 0.4 S +US1NMSN0099 35.2287 -106.3204 2016.3 NM SANDIA PARK 5.0 NNE +US1NMSN0100 35.1644 -106.3022 2071.1 NM SANDIA PARK 3.7 ESE +US1NMSN0103 35.3010 -106.6413 1636.5 NM RIO RANCHO 2.2 NNE +US1NMSN0104 35.3055 -106.4572 1792.2 NM PLACITAS 1.1 SSE +US1NMSN0105 35.2925 -106.6104 1587.4 NM RIO RANCHO 3.1 ENE +US1NMSN0108 35.2727 -106.6090 1553.9 NM RIO RANCHO 2.9 E +US1NMSN0109 35.3306 -106.5302 1554.5 NM BERNALILLO 1.8 NE +US1NMSN0111 35.2312 -106.4901 2083.9 NM ALBUQUERQUE 10.9 NE +US1NMSN0113 35.3115 -106.5714 1545.6 NM BERNALILLO 0.9 WSW +US1NMSN0114 35.8891 -107.1631 2041.2 NM CUBA 14.9 SW +US1NMSN0115 35.3040 -106.5505 1541.4 NM BERNALILLO 0.9 SSE +US1NMSN0116 35.2533 -106.6110 1544.1 NM CORRALES 1.4 NNE +US1NMSN0119 35.3157 -106.4636 1762.0 NM PLACITAS 2.2 WNW +US1NMSN0124 35.2242 -106.6744 1600.8 NM RIO RANCHO 3.5 SSW +US1NMSN0126 35.2765 -106.6367 1618.2 NM RIO RANCHO 1.4 E +US1NMSN0128 35.2762 -106.7377 1770.9 NM RIO RANCHO 4.4 W +US1NMSR0005 33.2369 -107.3653 1461.8 NM CUCHILLO 0.3 NW +US1NMSR0006 33.0329 -107.3006 1299.1 NM WILLIAMSBURG 5.8 S +US1NMSR0007 33.1659 -106.9657 1488.9 NM ENGLE 4.0 ESE +US1NMSR0013 33.0334 -106.9814 1409.7 NM CUTTER +US1NMSR0016 33.0992 -107.3634 1367.0 NM WILLIAMSBURG 4.2 WSW +US1NMSR0017 33.2203 -107.0435 1462.1 NM TRUTH OR CONSEQUENCES 13.2 ENE +US1NMSR0018 32.9264 -107.3249 1317.7 NM WILLIAMSBURG 13.2 S +US1NMSR0022 33.3328 -107.4042 1605.1 NM MONITCELLO FLATS-PRIEST TANK +US1NMSR0030 32.9203 -107.5657 1605.1 NM HILLSBORO 0.1 ESE +US1NMSR0031 33.3386 -107.6430 1884.0 NM WINSTON 0.6 SSE +US1NMSR0032 33.1754 -107.1499 1466.1 NM TRUTH OR CONSEQUENCES 6.3 ENE +US1NMSR0034 33.2016 -107.2046 1374.3 NM ELEPHANT BUTTE 1.4 NE +US1NMSR0035 33.3746 -107.4283 1569.7 NM MONTICELLO 2.0 SE +US1NMSR0036 33.3386 -107.6800 1886.1 NM CHLORIDE 0.2 SE +US1NMSR0038 33.1373 -107.2424 1319.8 NM TRUTH OR CONSEQUENCES 0.3 ENE +US1NMSR0039 32.9164 -107.7102 1912.6 NM KINGSTON 0.3 W +US1NMSR0040 33.1211 -107.2631 1314.9 NM TRUTH OR CONSEQUENCES 1.3 SW +US1NMSR0044 32.9338 -107.3192 1306.1 NM SHATTUCK VINEYARD +US1NMSR0045 32.9188 -107.5772 1614.2 NM HILLSBORO 0.6 WSW +US1NMSR0046 32.9192 -107.5711 1607.2 NM HILLSBORO 0.3 WSW +US1NMSR0047 32.9163 -107.7087 1917.8 NM KINGSTON +US1NMSR0049 32.7177 -107.5686 1643.8 NM LAKE VALLEY BLM +US1NMSR0050 33.1382 -107.2393 1325.9 NM TRUTH OR CONSEQUENCES 0.5 ENE +US1NMSR0052 33.0485 -107.3002 1310.9 NM LAS PALOMAS 1.0 S +US1NMSR0054 33.0736 -107.0538 1456.0 NM TRUTH OR CONSEQUENCES 12.0 ESE +US1NMSR0055 33.2422 -107.0733 0.0 NM LARSON +US1NMSR0056 33.2314 -107.3427 1442.6 NM CUCHILLO 1.1 ESE +US1NMSR0057 33.2042 -107.3654 1525.8 NM CUCHILLO 2.2 S +US1NMSR0058 33.3220 -107.6582 1876.7 NM WINSTON 1.8 SSW +US1NMSR0064 33.1172 -107.2638 1296.9 NM TRUTH OR CONSEQUENCES 1.6 SW +US1NMTR0001 34.5061 -106.2423 2011.7 NM MOUNTAINAIR 1.0 S +US1NMTR0005 34.9855 -106.2023 2055.0 NM EDGEWOOD 7.0 SSW +US1NMTR0006 34.8185 -106.0972 1898.6 NM MCINTOSH 4.1 SW +US1NMTR0007 34.7381 -106.2779 2043.4 NM TAJIQUE 1.1 SSE +US1NMTR0009 34.9951 -105.9688 1896.2 NM MORIARTY 4.3 E +US1NMTR0010 34.4811 -106.3328 1933.3 NM MOUNTAINAIR 5.8 WSW +US1NMTR0011 34.5213 -106.2495 2008.0 NM MOUNTAINAIR 0.4 W +US1NMTR0012 34.4869 -106.3046 1947.4 NM MOUNTAINAIR 4.2 WSW +US1NMTR0013 34.5286 -106.3210 2021.4 NM MOUNTAINAIR 4.5 W +US1NMTR0015 34.5170 -106.2447 1993.4 NM MOUNTAINAIR 0.3 SSW +US1NMTR0016 34.7315 -106.1670 1919.0 NM ESTANCIA 6.4 WSW +US1NMTR0017 34.7100 -106.1697 1914.1 NM ESTANCIA 7.1 WSW +US1NMTR0018 34.7297 -106.1674 1910.8 NM ESTANCIA 6.4 WSW (#2) +US1NMTR0021 34.5514 -106.2357 1992.5 NM MOUNTAINAIR 2.2 N +US1NMTS0001 36.5097 -105.7504 2142.1 NM ARROYO HONDO 4.8 WSW +US1NMTS0007 36.5155 -105.7085 2104.9 NM ARROYO HONDO 2.6 SW +US1NMTS0008 36.4140 -105.5706 2129.0 NM TAOS 0.5 NNE +US1NMTS0009 36.3841 -105.5672 2133.9 NM TAOS 1.6 SSE +US1NMTS0010 36.4931 -105.5997 2246.1 NM ARROYO SECO 2.3 SW +US1NMTS0011 36.3997 -105.6251 2098.9 NM TAOS 2.8 WNW +US1NMTS0015 36.4403 -105.6204 2146.4 NM TAOS 4.4 NNW +US1NMTS0016 36.1736 -105.7323 2273.8 NM CHAMISAL 1.0 ESE +US1NMTS0017 36.3611 -105.6457 2094.3 NM RANCHOS DE TAOS 2.4 W +US1NMTS0018 36.3411 -105.5929 2158.6 NM RANCHOS DE TAOS 1.7 SSE +US1NMTS0021 36.5491 -105.5991 2330.5 NM ARROYO SECO 2.8 NW +US1NMTS0022 36.7389 -105.5743 2430.2 NM QUESTA 2.2 NNE +US1NMTS0024 36.4609 -105.6116 2186.3 NM TAOS 4.3 NNW +US1NMTS0025 36.3632 -105.3778 2573.4 NM TAOS 11.3 ESE +US1NMTS0026 36.4279 -105.6241 2125.7 NM TAOS 3.2 WNW +US1NMTS0027 36.3923 -105.5509 2196.1 NM TAOS 1.6 SE +US1NMTS0028 36.3977 -105.5742 2113.2 NM TAOS 0.7 S +US1NMTS0029 36.3816 -105.5805 2129.6 NM TAOS 1.8 SSW +US1NMTS0031 36.3813 -105.5739 2139.7 NM TAOS 1.8 S +US1NMTS0033 36.5201 -105.5447 2439.9 NM ARROYO SECO 1.4 E +US1NMTS0037 36.4670 -105.7976 2197.3 NM ARROYO HONDO 8.6 SW +US1NMTS0039 36.4548 -105.6060 2165.0 NM TAOS 3.8 NNW +US1NMTS0041 36.3560 -105.6066 2117.8 NM RANCHOS DE TAOS 0.3 SSE +US1NMTS0042 36.6466 -105.6318 2418.3 NM QUESTA 4.5 SSW +US1NMTS0044 36.3760 -105.5998 2107.1 NM TAOS 2.6 SW +US1NMTS0045 36.5331 -105.6253 2244.9 NM ARROYO HONDO 2.5 E +US1NMTS0047 36.5182 -105.6817 2171.4 NM ARROYO HONDO 1.5 S +US1NMTS0048 36.3926 -105.5760 2112.3 NM TAOS 1.0 S +US1NMUN0001 36.6263 -103.8370 1990.0 NM DES MOINES 9.3 S +US1NMUN0003 36.2700 -103.3122 1544.1 NM CLAYTON 14.6 SSW +US1NMUN0007 36.7361 -103.7054 1861.4 NM DES MOINES 7.3 ESE +US1NMUN0009 36.9106 -103.7456 1718.5 NM FOLSOM 10.5 ENE +US1NMUN0010 36.6482 -103.1825 1547.2 NM CLAYTON 13.7 N +US1NMUN0011 36.2458 -103.3092 1536.5 NM CLAYTON 16.0 SSW +US1NMUN0012 36.5112 -103.1003 1465.2 NM CLAYTON 5.9 NE +US1NMUN0013 36.7893 -103.3369 1661.5 NM DES MOINES 27.5 E +US1NMUN0014 36.6267 -103.4896 1736.4 NM GRENVILLE 7.2 ENE +US1NMUN0015 36.4578 -103.1705 1544.4 NM CLAYTON 0.6 NNE +US1NMUN0016 35.8555 -103.2681 1428.3 NM AMISTAD 7.7 SW +US1NMUN0017 35.8555 -103.2849 1446.3 NM AMISTAD 8.5 WSW +US1NMUN0018 36.1246 -103.6065 1523.4 NM CLAYTON 32.9 SW +US1NMUN0019 36.4427 -103.1707 1526.7 NM CLAYTON 0.6 SSE +US1NMUN0020 36.4655 -103.1384 1504.8 NM CLAYTON 2.3 ENE +US1NMUN0022 36.4526 -103.1943 1544.1 NM CLAYTON 1.1 W +US1NMUN0024 36.4451 -103.2050 1540.8 NM CLAYTON 1.7 WSW +US1NMUN0025 36.2753 -103.2243 1490.8 NM CLAYTON 12.4 SSW +US1NMVL0010 34.8079 -106.7502 1485.0 NM LOS LUNAS 0.8 WSW +US1NMVL0011 34.7257 -106.7816 1475.8 NM BELEN 4.6 N +US1NMVL0012 34.8625 -106.7036 1483.2 NM BOSQUE FARMS 0.6 NNW +US1NMVL0016 34.7903 -106.6971 1474.9 NM LOS LUNAS 2.8 SE +US1NMVL0021 34.8695 -106.7015 1485.0 NM BOSQUE FARMS 1.0 N +US1NMVL0023 34.5922 -106.7421 1464.9 NM BELEN 5.1 SSE +US1NMVL0025 34.5731 -106.6518 1546.3 NM BELEN 9.3 SE +US1NMVL0026 34.6720 -106.7713 1468.5 NM BELEN 1.0 NNE +US1NMVL0027 34.8084 -106.6766 1479.8 NM LOS LUNAS 3.5 E +US1NMVL0030 34.6509 -106.7194 1503.0 NM RIO COMMUNITIES 0.5 N +US1NMVL0031 34.7986 -106.6826 1478.3 NM LOS LUNAS 3.3 ESE +US1NMVL0032 34.7664 -106.6949 1475.8 NM LOS LUNAS 4.1 SE +US1NMVL0033 34.6531 -106.7510 1466.1 NM BELEN 1.6 ESE +US1NMVL0034 34.8054 -106.7574 1519.1 NM LOS LUNAS 1.2 WSW +US1NMVL0035 34.7736 -106.6736 1506.0 NM LOS LUNAS 4.6 SE +US1NMVL0037 34.8217 -106.6852 1481.6 NM PERALTA 0.6 S +US1NMVL0039 34.6656 -106.7803 1464.9 NM BELEN 0.5 N +US1NMVL0042 34.5893 -106.8234 1579.8 NM BELEN 5.4 SSW +US1NMVL0046 34.7726 -106.6979 1476.1 NM LOS LUNAS 3.6 SE +US1NMVL0048 34.6499 -106.7963 1499.3 NM BELEN 1.2 WSW +US1NVCC0002 39.1627 -119.7586 1421.9 NV CARSON CITY 1.3 NW +US1NVCC0005 39.1767 -119.7549 1430.1 NV CARSON CITY 2.1 NNW +US1NVCC0006 39.1790 -119.6976 1418.2 NV CARSON CITY 3.2 NE +US1NVCC0007 39.1759 -119.7196 1409.4 NV CARSON CITY 2.3 NNE +US1NVCC0008 39.1597 -119.7183 1410.6 NV CARSON CITY 1.5 ENE +US1NVCC0009 39.1279 -119.7416 1464.3 NV CARSON CITY 1.4 S +US1NVCC0010 39.1833 -119.7570 1431.0 NV CARSON CITY 2.5 NNW +US1NVCC0014 39.2113 -119.7400 1481.6 NV CARSON CITY 4.4 N +US1NVCC0015 39.1582 -119.7638 1422.8 NV CARSON CITY 1.3 WNW +US1NVCC0016 39.1720 -119.7472 1415.8 NV CARSON CITY 1.7 N +US1NVCC0017 39.1389 -119.7579 1435.6 NV CARSON CITY 1.0 SW +US1NVCC0021 39.1663 -119.7744 1442.9 NV CARSON CITY 2.1 NW +US1NVCH0001 39.4745 -118.7678 1206.1 NV FALLON 0.5 E +US1NVCH0002 39.4715 -118.7688 1211.0 NV FALLON 0.6 ESE +US1NVCH0005 39.4712 -118.7915 1213.1 NV FALLON 0.8 WSW +US1NVCH0009 39.4465 -118.7669 1209.4 NV FALLON 2.1 SSE +US1NVCH0010 39.4720 -118.8149 1212.8 NV FALLON 2.0 W +US1NVCH0011 39.4990 -118.7744 1208.2 NV FALLON 1.6 N +US1NVCH0012 39.4751 -118.8214 1213.7 NV FALLON 2.3 W +US1NVCK0001 36.0632 -115.0627 544.4 NV HENDERSON 3.9 WNW +US1NVCK0002 36.1833 -115.2503 736.1 NV LAS VEGAS 2.2 SW +US1NVCK0003 36.0368 -115.2297 759.0 NV ENTERPRISE 1.0 NE +US1NVCK0007 36.0972 -115.2642 744.9 NV LAS VEGAS 7.8 SW +US1NVCK0008 36.1919 -115.3253 897.9 NV LAS VEGAS 5.8 W +US1NVCK0009 36.8019 -114.0794 484.9 NV MESQUITE 1.5 E +US1NVCK0010 36.1128 -115.0543 516.9 NV EAST LAS VEGAS 1.3 NNW +US1NVCK0013 36.8150 -114.0827 144.5 NV MESQUITE 1.6 ENE +US1NVCK0014 36.8072 -114.0575 488.0 NV MESQUITE 2.8 E +US1NVCK0016 36.1616 -115.3212 899.2 NV LAS VEGAS 6.3 WSW +US1NVCK0017 36.7808 -114.1048 480.1 NV MESQUITE 1.5 S +US1NVCK0018 36.0580 -115.1969 709.0 NV PARADISE 3.9 WSW +US1NVCK0020 36.1269 -115.2680 773.9 NV LAS VEGAS 6.0 SSW +US1NVCK0021 36.2406 -115.3313 907.1 NV LAS VEGAS 6.5 WNW +US1NVCK0022 36.8078 -114.0622 488.9 NV MESQUITE 2.5 E +US1NVCK0026 36.0488 -115.1066 627.6 NV HENDERSON 5.9 W +US1NVCK0027 35.9844 -115.2662 819.9 NV ENTERPRISE 3.2 SSW +US1NVCK0029 36.0802 -114.9397 514.2 NV HENDERSON 4.7 NE +US1NVCK0033 36.0797 -115.3112 805.0 NV LAS VEGAS 10.0 SSW +US1NVCK0034 36.0065 -114.9734 684.3 NV HENDERSON 2.5 SE +US1NVCK0037 35.9507 -115.0907 892.1 NV HENDERSON 7.6 SW +US1NVCK0039 36.1501 -115.2297 705.9 NV LAS VEGAS 3.9 S +US1NVCK0040 36.0911 -115.2328 717.5 NV LAS VEGAS 7.9 S +US1NVCK0041 36.7160 -114.7170 537.4 NV MOAPA 7.2 WNW +US1NVCK0047 36.0139 -115.2916 859.2 NV LAS VEGAS 13.8 SSW +US1NVCK0049 36.1520 -115.3396 940.6 NV LAS VEGAS 7.5 WSW +US1NVCK0050 36.1387 -115.1874 655.0 NV LAS VEGAS 5.0 SSE +US1NVCK0052 36.2949 -115.2992 825.4 NV LAS VEGAS 7.5 NW +US1NVCK0057 36.2199 -115.3048 800.7 NV LAS VEGAS 4.7 WNW +US1NVCK0062 36.1977 -115.0246 594.7 NV LAS VEGAS 11.1 E +US1NVCK0064 35.1345 -114.6317 207.6 NV LAUGHLIN 1.2 SSW +US1NVCK0065 36.1222 -115.2367 712.3 NV LAS VEGAS 5.8 S +US1NVCK0067 36.1274 -115.0449 516.9 NV EAST LAS VEGAS 2.1 N +US1NVCK0068 36.0531 -115.2918 825.7 NV LAS VEGAS 11.2 SSW +US1NVCK0069 36.5314 -114.4412 390.8 NV MOAPA VALLEY 3.7 SSE +US1NVCK0072 36.2083 -115.2728 758.6 NV LAS VEGAS 2.8 W +US1NVCK0073 36.1603 -115.0404 526.1 NV LAS VEGAS 10.6 ESE +US1NVCK0076 36.2264 -115.2048 677.9 NV NORTH LAS VEGAS 4.4 SW +US1NVCK0077 35.9325 -115.1246 819.9 NV HENDERSON 9.8 SW +US1NVCK0082 36.1813 -115.3287 920.8 NV LAS VEGAS 6.1 WSW +US1NVCK0085 36.2692 -115.2428 715.4 NV LAS VEGAS 4.5 NNW +US1NVCK0089 36.0745 -115.2529 755.3 NV LAS VEGAS 9.2 S +US1NVDG0001 38.9324 -119.7270 1467.0 NV GARDNERVILLE 0.7 SE +US1NVDG0002 39.0386 -119.7213 1467.9 NV MINDEN 6.0 NNE +US1NVDG0003 38.9339 -119.8434 1463.0 NV MINDEN 4.2 WSW +US1NVDG0004 38.9459 -119.8424 1444.4 NV GARDNERVILLE 5.0 W +US1NVDG0006 39.0967 -119.7832 1506.9 NV INDIAN HILLS 0.7 N +US1NVDG0011 38.8831 -119.7375 1485.3 NV GARDNERVILLE 3.9 S +US1NVDG0014 38.9327 -119.7427 1455.4 NV GARDNERVILLE 0.6 SW +US1NVDG0015 38.9441 -119.7331 1457.2 NV GARDNERVILLE 0.4 NNE +US1NVDG0017 38.9831 -119.9539 1896.2 NV ZEPHYR COVE-ROUND HILL VILLAGE +US1NVDG0020 38.7409 -119.4929 1585.0 NV WELLINGTON 6.4 W +US1NVDG0021 38.9053 -119.7425 1473.7 NV GARDNERVILLE 2.4 S +US1NVDG0023 38.9374 -119.8412 1456.9 NV GARDNERVILLE 5.7 W +US1NVEK0001 40.5624 -116.4043 1455.4 NV BEOWAWE 4.7 ESE +US1NVEL0001 40.7315 -115.6102 1676.1 NV SPRING CREEK 0.9 WSW +US1NVEL0005 40.7079 -115.5846 1716.6 NV SPRING CREEK 2.2 SSE +US1NVEL0007 40.7439 -115.5681 1694.1 NV SPRING CREEK 1.5 ENE +US1NVEL0009 40.8288 -115.7484 1547.8 NV ELKO 0.9 SE +US1NVEL0010 40.8400 -115.7865 1610.6 NV ELKO 1.4 W +US1NVEL0011 40.9097 -115.7166 1590.8 NV ELKO 5.4 NNE +US1NVEL0013 40.9772 -115.5267 1591.1 NV ELKO 15.5 NE +US1NVEL0015 40.8484 -115.7722 1592.9 NV ELKO 0.9 NW +US1NVEL0017 40.7304 -115.6524 1668.8 NV SPRING CREEK 3.0 W +US1NVEL0020 40.8431 -115.7990 1613.3 NV ELKO 2.0 W +US1NVEL0023 40.7857 -115.6386 1630.4 NV SPRING CREEK 4.0 NW +US1NVEL0025 40.7552 -115.5841 1675.8 NV SPRING CREEK 1.3 NNE +US1NVEL0026 40.8696 -115.7271 1567.0 NV ELKO 2.8 NE +US1NVEL0027 41.9530 -114.6780 1592.6 NV JACKPOT 2.2 S +US1NVEL0028 41.7842 -115.0153 1746.8 NV WELLS 46.4 N +US1NVEL0031 40.7305 -115.5817 1730.0 NV SPRING CREEK 0.9 SE +US1NVEL0032 40.8047 -115.6793 1696.2 NV SPRING CREEK 6.3 NW +US1NVES0001 37.7208 -117.2359 1711.1 NV GOLDFIELD 0.9 N +US1NVHT0001 41.2068 -118.3581 1278.3 NV WINNEMUCCA 36.8 WNW +US1NVHT0003 40.9469 -117.7014 1492.6 NV WINNEMUCCA 1.9 SE +US1NVHT0004 41.5231 -117.4381 1427.7 NV PARADISE VALLEY 5.4 ENE +US1NVHT0005 40.9591 -117.7123 1402.7 NV WINNEMUCCA 0.9 SE +US1NVLC0001 37.9267 -114.4575 1902.3 NV PIOCHE 1.1 SW +US1NVLC0002 37.9405 -114.4608 1820.9 NV CALIENTE 10.0 WNW +US1NVLC0004 37.6375 -115.7636 1464.6 NV RACHEL 1.2 WSW +US1NVLC0006 37.6120 -114.5125 1353.3 NV CALIENTE 0.3 SSE +US1NVLC0007 37.9284 -114.4535 1869.9 NV PIOCHE 0.1 SW +US1NVLD0001 40.6316 -116.9357 1375.9 NV BATTLE MOUNTAIN 0.7 S +US1NVLY0001 39.2374 -119.5891 1328.0 NV DAYTON 1.7 SW +US1NVLY0003 38.9433 -119.1916 1350.9 NV YERINGTON 3.4 SSW +US1NVLY0005 39.2706 -119.5267 1327.1 NV DAYTON 2.5 ENE +US1NVLY0007 39.5948 -119.2317 1268.0 NV FERNLEY 1.8 WNW +US1NVLY0008 39.5972 -119.2420 1275.9 NV FERNLEY 2.4 WNW +US1NVLY0009 39.3057 -119.5516 1347.8 NV DAYTON 3.5 NNE +US1NVLY0010 39.3945 -119.2691 1306.4 NV SILVER SPRINGS 3.1 WNW +US1NVLY0012 39.5884 -119.1489 1255.5 NV FERNLEY 2.8 E +US1NVLY0013 38.9458 -119.1942 1356.1 NV YERINGTON 3.4 SSW +US1NVLY0014 39.6024 -119.2441 1271.0 NV FERNLEY 2.6 WNW +US1NVLY0015 39.2890 -119.5211 1311.2 NV DAYTON 3.4 NE +US1NVLY0017 38.9803 -119.1628 1340.8 NV YERINGTON 0.5 S +US1NVLY0019 39.3434 -119.1902 1282.3 NV SILVER SPRINGS 2.9 SSE +US1NVLY0020 39.2633 -119.5269 1325.6 NV DAYTON 2.3 ENE +US1NVLY0022 39.2944 -119.2512 1282.6 NV SILVER SPRINGS 6.3 SSW +US1NVLY0023 39.2945 -119.2679 1305.5 NV SILVER SPRINGS 6.6 SSW +US1NVLY0024 38.9897 -119.1568 1336.5 NV YERINGTON 0.4 ENE +US1NVLY0025 39.0079 -119.1012 1332.0 NV YERINGTON 3.6 ENE +US1NVLY0028 38.9896 -119.2106 1421.9 NV YERINGTON 2.6 W +US1NVLY0036 39.5938 -119.2308 1266.1 NV FERNLEY 1.7 WNW +US1NVLY0037 39.0300 -119.0967 1328.6 NV YERINGTON 4.6 NE +US1NVMN0001 38.5209 -118.6236 1327.7 NV HAWTHORNE 0.4 SSE +US1NVMN0003 38.5028 -118.1782 1370.1 NV LUNING 0.2 S +US1NVNY0002 36.1656 -115.9844 805.0 NV PAHRUMP 6.3 SSE +US1NVNY0004 36.1220 -115.9215 833.0 NV PAHRUMP 10.5 SSE +US1NVNY0010 38.6979 -117.1650 1762.7 NV ROUND MOUNTAIN 5.4 W +US1NVNY0012 36.2127 -116.0355 785.8 NV PAHRUMP 2.9 SSW +US1NVNY0013 38.0675 -117.2361 1865.1 NV TONOPAH 2.2 SSE +US1NVPR0002 40.1805 -118.5132 1209.4 NV LOVELOCK 1.9 W +US1NVPR0004 40.1889 -118.4763 1216.8 NV LOVELOCK 0.6 N +US1NVWH0001 39.5423 -119.8623 1524.3 NV RENO 2.1 W +US1NVWH0002 39.5573 -119.8144 1494.1 NV RENO 1.4 NNE +US1NVWH0003 39.3954 -119.7900 1554.5 NV RENO 10.0 S +US1NVWH0004 39.6387 -119.6893 1378.0 NV SPARKS 7.0 NNE +US1NVWH0006 39.7701 -119.7932 1653.8 NV RENO 16.1 N +US1NVWH0007 39.7753 -119.8169 1577.3 NV RENO 16.3 N +US1NVWH0011 39.5084 -119.8442 1393.9 NV RENO 2.4 SSW +US1NVWH0012 39.7837 -119.6064 1351.8 NV SPANISH SPRINGS 11.5 NE +US1NVWH0013 39.6898 -119.9751 1545.9 NV RENO 13.2 NW +US1NVWH0014 39.5420 -119.8608 1522.5 NV RENO 2.1 W +US1NVWH0015 39.6703 -119.9624 1540.5 NV RENO 11.7 NW +US1NVWH0017 39.5593 -119.7151 1353.9 NV SPARKS 1.6 NE +US1NVWH0018 39.3870 -119.7290 1428.0 NV RENO 11.6 SSE +US1NVWH0019 39.5184 -119.9935 1493.5 NV RENO 9.0 W +US1NVWH0020 39.6523 -119.7281 1385.0 NV SPARKS 7.5 N +US1NVWH0021 39.3954 -119.7271 1413.1 NV NEW WASHOE CITY 6.9 NNE +US1NVWH0022 39.4313 -119.7425 1361.8 NV RENO 8.6 SSE +US1NVWH0025 39.5420 -119.8958 1570.0 NV RENO 3.9 W +US1NVWH0028 39.5879 -119.6941 1498.1 NV SPARKS 3.8 NE +US1NVWH0031 39.5480 -119.7052 1342.9 NV SPARKS 1.7 E +US1NVWH0035 39.4736 -119.8286 1486.8 NV RENO 4.5 S +US1NVWH0037 39.6410 -119.7261 1377.1 NV SPARKS 6.7 N +US1NVWH0039 39.4214 -119.7819 1449.0 NV RENO 8.4 SSE +US1NVWH0045 39.7626 -119.8808 1729.1 NV RENO 15.8 NNW +US1NVWH0046 39.6347 -119.7224 1375.0 NV SPARKS 6.3 N +US1NVWH0047 39.4237 -119.7188 1362.2 NV RENO 9.7 SE +US1NVWH0055 39.6150 -119.7717 1496.0 NV SUN VALLEY 1.2 NNE +US1NVWH0057 39.5963 -119.8086 1585.3 NV RENO 4.0 N +US1NVWH0059 39.4242 -119.8000 1478.0 NV RENO 8.0 S +US1NVWH0062 39.5308 -119.8720 1515.5 NV RENO 2.7 WSW +US1NVWH0064 39.6115 -119.7780 1503.9 NV SUN VALLEY 0.9 N +US1NVWH0067 39.5310 -119.8850 1501.7 NV RENO 3.4 W +US1NVWH0070 39.4219 -119.7720 1412.4 NV RENO 8.5 SSE +US1NVWH0071 39.5433 -119.8251 1419.1 NV RENO 0.3 NNW +US1NVWH0074 39.5190 -119.9253 1438.0 NV RENO 5.6 WSW +US1NVWH0075 39.5336 -119.8876 1521.9 NV RENO 3.5 W +US1NVWH0078 39.4767 -119.7160 1394.2 NV RENO 7.1 SE +US1NVWH0079 39.7903 -119.8947 1760.2 NV RENO 17.8 NNW +US1NVWH0086 39.6699 -119.8155 1506.6 NV RENO 9.1 N +US1NVWH0087 39.5565 -119.7150 1347.8 NV SPARKS 1.5 NE +US1NVWH0088 39.5284 -119.8825 1505.7 NV RENO 3.3 WSW +US1NVWH0089 39.6418 -119.8299 1523.1 NV RENO 7.1 N +US1NVWH0091 39.5169 -119.8406 1385.6 NV RENO 1.8 SSW +US1NVWH0092 39.4990 -119.8559 1444.1 NV RENO 3.3 SSW +US1NVWH0093 39.5713 -119.8001 1524.9 NV RENO 2.5 NNE +US1NVWH0096 39.4069 -119.7313 1385.3 NV RENO 10.3 SSE +US1NVWH0097 39.5310 -119.9110 1536.8 NV RENO 5.2 W +US1NVWH0099 39.8986 -119.9700 1418.5 NV RENO 26.1 NNW +US1NVWH0100 39.8294 -119.6445 1306.7 NV RENO 22.2 NNE +US1NVWH0103 39.3868 -119.7291 1428.0 NV RENO 11.6 SSE +US1NVWH0104 39.6311 -119.6589 1451.8 NV SPARKS 7.3 NE +US1NVWH0105 39.5328 -119.9228 1525.8 NV RENO 5.4 W +US1NVWH0107 39.5424 -119.8433 1454.8 NV RENO 1.1 WNW +US1NVWH0108 39.2533 -119.8457 1583.1 NV NEW WASHOE CITY 5.2 SW +US1NVWH0109 39.5114 -119.8454 1392.3 NV RENO 2.2 SSW +US1NVWH0113 39.6709 -119.7131 1381.7 NV SPARKS 8.8 N +US1NVWH0114 39.5293 -119.8664 1481.6 NV RENO 2.4 WSW +US1NVWH0115 39.5224 -119.8828 1482.9 NV RENO 3.4 WSW +US1NVWH0118 39.5307 -119.8800 1508.2 NV RENO 3.1 W +US1NVWH0127 39.5294 -119.8972 1523.7 NV RENO 4.0 W +US1NVWH0130 39.5437 -119.8131 139.0 NV RENO 0.6 ENE +US1NVWH0131 39.5144 -119.8489 1388.7 NV RENO 2.2 SW +US1NVWH0133 39.5301 -119.8531 1465.2 NV RENO 1.7 WSW +US1NVWH0138 39.5194 -119.8014 1366.4 NV RENO 1.7 SE +US1NVWH0139 39.5209 -119.8324 1380.1 NV RENO 1.3 SSW +US1NVWH0142 39.6155 -119.8317 1554.8 NV RENO 5.3 N +US1NVWH0144 39.4824 -119.7174 1380.1 NV RENO 6.8 SE +US1NVWH0145 39.4916 -119.8100 1373.1 NV RENO 3.3 SSE +US1NVWH0146 39.4290 -119.7351 1360.9 NV RENO 8.9 SSE +US1NVWH0147 39.4594 -119.7681 1359.1 NV RENO 6.2 SSE +US1NVWH0149 39.3165 -119.8112 1539.5 NV NEW WASHOE CITY 2.4 WNW +US1NVWP0004 38.9169 -115.0619 1724.3 NV ELY 25.0 SSW +US1NVWP0005 39.2947 -114.8354 1907.7 NV ELY 3.9 NE +US1NYAB0001 42.6670 -74.0509 445.0 NY ALTAMONT 2.7 SSW +US1NYAB0006 42.7198 -73.9304 88.7 NY SCHENECTADY 5.6 SSW +US1NYAB0010 42.5455 -74.1475 488.3 NY RENSSELAERVILLE 2.1 NNW +US1NYAB0016 42.7590 -73.7370 104.2 NY LATHAM 1.1 NNE +US1NYAB0017 42.6678 -73.7856 65.5 NY ALBANY 0.7 E +US1NYAB0021 42.6918 -73.8311 79.2 NY NWS ALBANY +US1NYAB0022 42.7038 -73.8118 87.8 NY COLONIE 1.6 SE +US1NYAB0023 42.6602 -73.8103 78.0 NY ALBANY 0.7 SW +US1NYAB0025 42.6721 -73.9140 94.8 NY VOORHEESVILLE 2.0 NNE +US1NYAB0028 42.7243 -73.7570 120.1 NY LATHAM 1.5 SSW +US1NYAB0029 42.6193 -73.8203 64.9 NY DELMAR 0.8 ESE +US1NYAB0032 42.5754 -73.7995 54.6 NY GLENMONT 2.5 SW +US1NYAB0037 42.7686 -73.6911 18.0 NY COHOES 0.9 ESE +US1NYAB0039 42.6624 -73.7907 66.4 NY ALBANY 0.5 ESE +US1NYAB0041 42.6641 -73.7935 64.9 NY ALBANY 0.3 ESE +US1NYAB0042 42.5041 -73.8981 219.8 NY COEYMANS HOLLOW 2.1 N +US1NYAB0046 42.4957 -73.8218 50.6 NY RAVENA 1.4 NNW +US1NYAB0047 42.6101 -73.8317 63.7 NY DELMAR 1.0 S +US1NYAB0054 42.6818 -74.0833 382.8 NY ALTAMONT 2.9 SW +US1NYAL0002 42.2705 -77.9419 555.7 NY WEST ALMOND 3.6 SW +US1NYAL0003 42.2495 -78.2998 478.5 NY CUBA 2.5 NNW +US1NYAL0007 42.1215 -77.9534 452.0 NY WELLSVILLE 0.3 W +US1NYAL0009 42.2093 -78.1317 457.5 NY FRIENDSHIP 0.6 ENE +US1NYBM0001 42.1930 -75.8480 280.7 NY CHENANGO FORKS 3.0 SE +US1NYBM0002 42.2333 -75.7833 231.6 NY FENTON 2.4 NE +US1NYBM0004 42.0296 -76.0213 317.0 NY ENDICOTT 5.2 SSE +US1NYBM0006 42.0667 -75.9500 354.8 NY BINGHAMTON 3.2 SW +US1NYBM0007 42.0493 -76.0288 303.0 NY VESTAL 2.8 SSE +US1NYBM0010 42.3500 -75.9000 348.1 NY WHITNEY POINT 3.7 ENE +US1NYBM0011 42.0735 -75.9296 412.1 NY BINGHAMTON 1.8 SW +US1NYBM0014 42.3084 -75.9569 385.9 NY WHITNEY POINT 1.7 SSE +US1NYBM0019 42.3442 -75.8635 425.8 NY TRIANGLE 0.9 ENE +US1NYBM0021 42.0099 -75.5142 507.8 NY WINDSOR 8.0 SE +US1NYBM0023 42.1972 -75.8347 268.5 NY CHENANGO BRIDGE 2.5 NE +US1NYBM0024 42.1098 -75.8858 259.4 NY BINGHAMTON 1.3 ENE +US1NYBM0026 42.1127 -76.0130 293.5 NY ENDWELL 0.6 ESE +US1NYBM0032 42.1415 -75.8890 272.2 NY BINGHAMTON 2.9 NNE +US1NYBM0034 42.0826 -75.9912 423.7 NY VESTAL 3.2 E +US1NYBM0037 42.1405 -75.9116 272.2 NY BINGHAMTON 2.7 N +US1NYBM0040 42.0796 -76.0510 264.6 NY VESTAL 0.4 SSE +US1NYBM0051 42.1356 -76.0438 363.6 NY ENDICOTT 2.8 NNE +US1NYBM0052 42.1410 -75.8894 271.6 NY BINGHAMTON 2.9 NNE +US1NYBX0025 40.8599 -73.8457 14.9 NY BRONX 1.5 NE +US1NYCB0001 42.1335 -73.7679 90.8 NY HUDSON 8.2 S +US1NYCB0006 42.4727 -73.6439 100.9 NY NORTH CHATHAM 0.6 W +US1NYCB0008 42.1331 -73.7854 73.8 NY LIVINGSTON 0.7 SSW +US1NYCB0009 42.2617 -73.5416 377.0 NY HILLSDALE 5.8 S +US1NYCB0016 42.4566 -73.6681 100.9 NY VALATIE 2.9 N +US1NYCL0002 44.6231 -73.5602 143.3 NY SCHUYLER FALLS 0.2 NNW +US1NYCL0005 44.9848 -73.3639 30.5 NY ROUSES POINT 0.5 SSE +US1NYCL0007 44.5646 -73.4539 55.2 NY PERU 4.1 ESE +US1NYCL0008 44.7091 -73.5876 180.1 NY MORRISONVILLE 1.5 NW +US1NYCL0012 44.6398 -73.7385 253.0 NY SARANAC 0.8 SSE +US1NYCM0002 42.0833 -76.8000 579.1 NY ELMIRA 0.9 SE +US1NYCM0003 42.0839 -76.7881 256.0 NY ELMIRA 1.3 ESE +US1NYCM0004 42.0167 -76.8500 454.2 NY SOUTHPORT 3.8 SSW +US1NYCM0005 42.1500 -76.9500 304.8 NY BIG FLATS 1.1 WNW +US1NYCM0006 42.0890 -76.7489 341.4 NY ELMIRA 3.2 E +US1NYCM0007 42.0830 -76.8462 271.3 NY WEST ELMIRA 0.5 SSE +US1NYCM0008 42.1500 -76.8167 271.9 NY HORSEHEADS 1.5 SSE +US1NYCM0010 42.2000 -76.5500 182.9 NY VAN ETTEN 0.3 ENE +US1NYCM0012 42.1437 -76.9512 281.9 NY HORSEHEADS +US1NYCM0013 42.0975 -76.8231 269.4 NY ELMIRA 0.7 WNW +US1NYCM0014 42.1707 -76.8435 287.1 NY HORSEHEADS 0.7 W +US1NYCM0017 42.0022 -76.8308 484.0 NY PINE CITY 3.1 SE +US1NYCM0019 42.1734 -76.8604 301.4 NY HORSEHEADS 1.6 W +US1NYCM0020 42.1325 -76.8159 265.5 NY HORSEHEADS 2.7 SSE +US1NYCM0021 42.1021 -76.8304 284.1 NY ELMIRA 1.2 WNW +US1NYCM0023 42.1824 -76.8349 287.7 NY HORSEHEADS 0.9 NNW +US1NYCM0024 42.0913 -76.6281 325.8 NY CHEMUNG 5.7 N +US1NYCN0002 42.5833 -75.4333 548.6 NY NORWICH 5.7 NE +US1NYCN0003 42.3333 -75.7667 276.1 NY GREENE 0.3 NE +US1NYCN0006 42.3225 -75.7507 342.0 NY GREENE 1.2 ESE +US1NYCN0008 42.7260 -75.4620 384.0 NY SHERBURNE 3.6 NNE +US1NYCN0009 42.5336 -75.6306 456.6 NY NORWICH 5.4 W +US1NYCN0011 42.6990 -75.6121 383.1 NY SMYRNA 2.4 WNW +US1NYCN0013 42.4120 -75.5037 480.4 NY GUILFORD 0.9 NW +US1NYCN0014 42.4516 -75.6017 379.2 NY OXFORD 0.8 NNW +US1NYCN0016 42.2872 -75.5363 348.7 NY BAINBRIDGE 2.9 WSW +US1NYCN0018 42.2124 -75.4238 550.2 NY BAINBRIDGE 6.5 SSE +US1NYCQ0005 42.1594 -79.0967 391.4 NY KENNEDY 0.3 NE +US1NYCQ0006 42.4474 -79.2045 356.3 NY FORESTVILLE 2.1 SW +US1NYCQ0007 42.0015 -79.1300 429.2 NY FREWSBURG 4.3 SSE +US1NYCQ0010 42.4825 -79.3428 188.1 NY DUNKIRK 5.8 S +US1NYCQ0012 42.0957 -79.2013 463.9 NY JAMESTOWN 1.8 E +US1NYCQ0015 42.1621 -79.5885 477.0 NY SHERMAN 0.4 ENE +US1NYCQ0017 42.4460 -79.1371 430.4 NY FORESTVILLE 2.5 SE +US1NYCQ0019 42.2127 -79.7555 392.6 NY RIPLEY 4.3 SSW +US1NYCQ0021 42.0160 -79.1249 441.0 NY FREWSBURG 3.4 SSE +US1NYCQ0022 42.4441 -79.3461 207.3 NY FREDONIA 0.8 WNW +US1NYCQ0034 42.1257 -79.0723 478.5 NY KENNEDY 2.6 SE +US1NYCQ0035 42.1177 -79.2028 385.9 NY FALCONER 0.3 WSW +US1NYCQ0036 42.1617 -79.2819 540.4 NY JAMESTOWN 5.0 NNW +US1NYCR0001 42.5330 -76.0211 476.7 NY FREETOWN 1.0 NE +US1NYCR0003 42.4739 -75.8725 427.3 NY WILLET 1.8 E +US1NYCR0005 42.4516 -76.0437 313.9 NY MARATHON 1.0 NW +US1NYCR0008 42.4407 -76.0490 376.7 NY MARATHON 0.7 WSW +US1NYCR0010 42.6038 -76.1637 336.8 NY CORTLAND 0.8 ENE +US1NYCR0013 42.5658 -76.2053 417.9 NY CORTLAND 2.8 SSW +US1NYCT0002 42.1706 -78.9612 406.9 NY RANDOLPH 1.1 ENE +US1NYCT0003 42.2847 -78.3115 486.5 NY CUBA 4.9 NNW +US1NYCT0005 42.0013 -78.3595 441.0 NY PORTVILLE 2.6 SSW +US1NYCT0006 42.0920 -78.4130 469.7 NY OLEAN 1.2 NE +US1NYCT0007 42.2240 -78.4299 586.1 NY HINSDALE 4.4 NW +US1NYCT0010 42.1659 -78.9324 431.6 NY RANDOLPH 2.4 E +US1NYCT0011 42.1587 -78.4905 508.1 NY ALLEGANY 4.7 N +US1NYCT0012 42.3312 -78.4615 481.6 NY FRANKLINVILLE 0.4 SW +US1NYCT0014 42.4600 -79.0000 378.9 NY PERRYSBURG 0.1 ENE +US1NYCT0015 42.4012 -78.6092 469.4 NY WEST VALLEY 0.1 SE +US1NYCT0021 42.2647 -78.8010 518.2 NY LITTLE VALLEY 1.1 N +US1NYCT0022 42.3417 -78.4528 488.6 NY FRANKLINVILLE 0.5 NNE +US1NYCT0025 42.2430 -78.3964 466.0 NY ISCHUA 0.4 SSE +US1NYCY0001 42.7390 -76.6570 259.1 NY AURORA 2.8 ESE +US1NYCY0002 42.8966 -76.6727 158.5 NY CAYUGA 3.2 ESE +US1NYCY0003 42.9333 -76.6500 155.4 NY CAYUGA 4.1 ENE +US1NYCY0004 42.6569 -76.4336 246.9 NY LOCKE 0.3 SW +US1NYCY0005 43.1420 -76.6889 122.2 NY DUCK LAKE +US1NYCY0008 42.8287 -76.4867 320.0 NY AUBURN 8.3 SSE +US1NYCY0009 42.7031 -76.4202 230.1 NY MORAVIA 0.6 S +US1NYCY0010 43.2237 -76.6107 121.6 NY MARTVILLE 4.0 SSE +US1NYCY0013 42.7051 -76.3751 466.0 NY MORAVIA 2.5 ESE +US1NYCY0014 42.9752 -76.7072 143.9 NY CAYUGA 4.0 NNE +US1NYCY0021 43.0381 -76.6303 121.3 NY PORT BYRON 0.2 WNW +US1NYCY0024 42.6295 -76.4120 397.2 NY LOCKE 2.4 SSE +US1NYCY0026 42.7864 -76.7034 152.7 NY AURORA 2.4 N +US1NYCY0027 42.7349 -76.3114 532.2 NY MORAVIA 5.9 ENE +US1NYDL0001 42.2519 -74.9874 518.2 NY DELHI 4.2 WSW +US1NYDL0003 42.4189 -74.6210 609.6 NY STAMFORD 0.7 NNW +US1NYDL0004 42.3667 -74.9500 562.1 NY DELHI 6.3 NNW +US1NYDL0005 42.3003 -74.9026 462.1 NY DELHI 1.5 NNE +US1NYDL0006 42.2608 -74.8195 534.0 NY DELHI 5.0 ESE +US1NYDL0008 42.1496 -74.6189 427.0 NY MARGARETVILLE 1.7 ENE +US1NYDL0009 42.1792 -74.9167 502.9 NY ANDES 6.8 W +US1NYDL0011 42.4528 -75.1033 346.9 NY WEST END 1.2 SSW +US1NYDL0016 41.9511 -75.3024 277.4 NY HANCOCK 1.0 W +US1NYDL0017 41.9893 -75.1318 305.4 NY EAST BRANCH 0.2 S +US1NYDL0022 42.3442 -74.7317 457.2 NY SOUTH KORTRIGHT 0.8 W +US1NYDL0023 41.9351 -75.0784 532.2 NY LONG EDDY 6.5 NNE +US1NYDL0024 42.1653 -75.2585 380.7 NY WALTON 6.5 W +US1NYDL0025 42.3523 -74.5783 676.7 NY HOBART 4.8 ESE +US1NYDL0028 42.2378 -74.5234 760.8 NY FLEISCHMANNS 5.7 N +US1NYDL0031 42.1964 -74.9597 465.7 NY DELANCEY 0.9 SE +US1NYDL0032 42.3212 -75.0299 616.3 NY DELHI 6.6 WNW +US1NYDL0034 42.4638 -74.8515 492.9 NY SCHENEVUS 5.9 SSW +US1NYDT0001 41.6160 -73.8033 90.5 NY HILLSIDE LAKE 0.3 WNW +US1NYDT0002 41.6634 -73.8419 112.5 NY POUGHKEEPSIE 4.7 ESE +US1NYDT0004 41.5535 -73.7863 85.0 NY HOPEWELL JUNCTION 2.4 SSE +US1NYDT0005 41.5880 -73.8922 70.4 NY WAPPINGERS FALLS 1.6 ESE +US1NYDT0007 41.7887 -73.9356 55.5 NY HYDE PARK 1.5 W +US1NYDT0008 41.7523 -73.6488 312.1 NY MILLBROOK 3.2 SE +US1NYDT0009 41.9231 -73.9021 64.6 NY RHINEBECK 0.5 SE +US1NYDT0010 41.6470 -73.8970 72.5 NY POUGHKEEPSIE 3.9 SSE +US1NYDT0012 41.6846 -73.7205 197.5 NY LAGRANGEVILLE 3.4 NE +US1NYDT0016 41.5484 -73.8803 106.4 NY FISHKILL 1.2 NE +US1NYDT0017 42.0155 -73.7392 119.8 NY PINE PLAINS 4.9 WNW +US1NYDT0020 41.6074 -73.7532 122.8 NY HOPEWELL JUNCTION 2.9 ENE +US1NYDT0023 41.4970 -73.9559 70.7 NY BEACON 0.7 SE +US1NYDT0024 42.0097 -73.8642 65.8 NY RED HOOK 1.2 NNE +US1NYDT0028 41.8755 -73.8373 170.7 NY RHINEBECK 5.2 SE +US1NYDT0029 41.6195 -73.9131 51.5 NY POUGHKEEPSIE 5.3 S +US1NYDT0032 41.8095 -73.6588 234.7 NY MILLBROOK 2.5 NE +US1NYDT0034 41.6102 -73.7586 103.6 NY HOPEWELL JUNCTION 2.8 NE +US1NYDT0035 41.7237 -73.8210 116.7 NY PLEASANT VALLEY 1.7 S +US1NYER0001 42.9866 -78.8662 182.9 NY TONAWANDA 0.5 ENE +US1NYER0002 42.8685 -78.8635 178.0 NY BUFFALO 1.5 S +US1NYER0003 42.8627 -78.5840 246.9 NY ELMA 3.5 NE +US1NYER0004 43.0216 -78.7432 184.1 NY WILLIAMSVILLE 4.1 N +US1NYER0006 42.9625 -78.8176 187.1 NY KENMORE 2.7 E +US1NYER0007 42.9693 -78.6879 214.0 NY WILLIAMSVILLE 2.7 E +US1NYER0008 42.9566 -78.4783 253.6 NY AKRON 4.4 SSE +US1NYER0009 42.8167 -78.7136 233.8 NY WEST SENECA 2.4 SE +US1NYER0010 42.6627 -78.6831 313.6 NY COLDEN 1.3 NNE +US1NYER0012 42.8346 -78.7242 216.1 NY WEST SENECA 1.4 E +US1NYER0013 42.8593 -78.7854 182.6 NY WEST SENECA 2.3 NW +US1NYER0015 42.8740 -78.6441 215.5 NY LANCASTER 2.3 SE +US1NYER0024 42.9017 -78.8791 198.1 NY BUFFALO 1.3 NW +US1NYER0025 42.9750 -78.8260 182.6 NY TONAWANDA 2.6 ESE +US1NYER0026 42.7142 -78.9715 190.2 NY DERBY 2.4 NNE +US1NYER0029 42.5870 -78.8418 391.7 NY NORTH COLLINS 4.9 E +US1NYER0035 42.8526 -78.7034 203.9 NY WEST SENECA 2.6 ENE +US1NYER0039 42.7225 -78.8433 241.4 NY HAMBURG 0.4 WSW +US1NYER0040 43.0153 -78.6705 185.6 NY EAST AMHERST 1.4 ESE +US1NYER0044 42.8056 -78.6081 281.6 NY ELMA CENTER 1.9 SE +US1NYER0045 42.7443 -78.4884 283.8 NY EAST AURORA 6.7 ESE +US1NYER0046 42.9860 -78.6770 199.3 NY WILLIAMSVILLE 3.6 ENE +US1NYER0050 42.7675 -78.6158 280.1 NY EAST AURORA 0.1 ENE +US1NYER0051 43.0210 -78.6289 191.1 NY CLARENCE CENTER 0.9 N +US1NYER0053 42.8360 -78.7897 185.9 NY WEST SENECA 1.9 W +US1NYER0054 43.0225 -78.7190 178.0 NY EAST AMHERST 1.2 WNW +US1NYER0057 42.9735 -78.8817 185.0 NY KENMORE 0.8 NW +US1NYER0058 42.8421 -78.8041 185.9 NY BUFFALO 4.3 SE +US1NYER0059 42.9632 -78.8669 186.5 NY KENMORE 0.3 ESE +US1NYER0060 42.7766 -78.8444 192.0 NY BLASDELL 1.5 SSW +US1NYER0063 42.6020 -78.6391 430.1 NY GLENWOOD 1.5 SE +US1NYER0065 42.6547 -78.7201 475.8 NY BOSTON 1.5 NE +US1NYER0066 42.7645 -78.5980 310.0 NY EAST AURORA 1.0 ESE +US1NYER0067 42.8380 -78.7339 202.1 NY WEST SENECA 0.9 E +US1NYER0068 42.9314 -78.6785 222.5 NY LANCASTER 2.1 NNW +US1NYER0072 43.0137 -78.8296 173.7 NY TONAWANDA 3.1 NE +US1NYER0075 42.8194 -78.6214 265.8 NY ELMA CENTER 0.7 SE +US1NYER0077 42.6509 -78.6106 502.9 NY COLDEN 2.4 ENE +US1NYER0078 42.7149 -78.8339 248.7 NY HAMBURG 0.6 S +US1NYER0079 42.9108 -78.7049 206.7 NY DEPEW 0.1 S +US1NYER0080 42.9265 -78.5952 233.2 NY LANCASTER 4.1 ENE +US1NYER0081 42.9705 -78.8284 182.3 NY TONAWANDA 2.6 ESE +US1NYER0083 42.9698 -78.7663 96.9 NY WILLIAMSVILLE 1 NW +US1NYER0085 42.9852 -78.4863 251.2 NY AKRON 2.4 S +US1NYER0086 43.0051 -78.8660 176.5 NY TONAWANDA 1.5 NNE +US1NYER0093 42.8890 -78.8901 178.0 NY BUFFALO 1.5 W +US1NYER0094 42.7700 -78.7443 257.3 NY ORCHARD PARK 0.5 N +US1NYER0095 42.9508 -78.8719 183.5 NY BUFFALO 4.3 N +US1NYER0096 42.8100 -78.6813 254.5 NY ELMA 2.7 WSW +US1NYER0098 43.0521 -78.7643 176.8 NY AMHERST 5.4 NNE +US1NYER0100 42.7138 -78.9589 199.0 NY LAKE VIEW 1.2 W +US1NYER0102 42.9412 -78.7193 214.3 NY CHEEKTOWAGA 2.7 NE +US1NYER0103 42.8347 -78.8227 207.0 NY BUFFALO 4.2 SSE +US1NYER0104 42.9942 -78.7526 179.5 NY WILLIAMSVILLE 2.2 NNW +US1NYER0107 42.9855 -78.7269 186.2 NY AMHERST 3.3 ENE +US1NYER0109 42.9864 -78.8706 188.7 NY BUFFALO 6.7 N +US1NYER0110 42.9858 -78.8905 183.8 NY TONAWANDA 0.8 W +US1NYER0113 42.8370 -78.7433 198.4 NY WEST SENECA 0.4 E +US1NYER0116 42.8718 -78.5546 249.9 NY ALDEN 3.6 WSW +US1NYER0120 42.7043 -78.9621 198.4 NY DERBY 1.7 NNE +US1NYER0122 42.9346 -78.7830 204.5 NY CHEEKTOWAGA 2.4 NW +US1NYER0123 43.0455 -78.7215 177.1 NY CLARENCE CENTER 5.2 WNW +US1NYER0124 42.9235 -78.7679 199.0 NY CHEEKTOWAGA 1.3 NW +US1NYER0125 42.7228 -78.8288 249.3 NY HAMBURG 0.3 ESE +US1NYER0132 42.8744 -78.6603 213.4 NY LANCASTER 1.9 SSE +US1NYER0135 42.8540 -78.7716 187.5 NY WEST SENECA 1.5 NW +US1NYER0138 42.8140 -78.5967 269.4 NY EAST AURORA 3.4 NNE +US1NYER0145 42.8256 -78.6011 267.9 NY ELMA CENTER 1.6 E +US1NYER0147 42.9974 -78.7403 180.7 NY WILLIAMSVILLE 2.4 N +US1NYER0150 42.6348 -78.8862 318.8 NY EDEN 1.4 SSE +US1NYER0151 43.0074 -78.6292 197.5 NY CLARENCE CENTER 0.2 ESE +US1NYER0158 42.7294 -78.6056 330.7 NY EAST AURORA 2.7 SSE +US1NYER0159 42.9334 -78.6336 222.2 NY LANCASTER 2.9 NE +US1NYER0164 43.0286 -78.4836 217.0 NY AKRON 0.9 NE +US1NYER0166 42.6548 -78.7030 490.7 NY BOSTON 2.5 NE +US1NYES0001 44.3049 -73.9864 578.8 NY LAKE PLACID 1.5 N +US1NYES0004 44.2435 -73.8100 355.7 NY KEENE 1.3 SW +US1NYES0005 43.8086 -73.8189 416.7 NY SCHROON LAKE 3.5 SW +US1NYES0006 43.8335 -73.8978 459.3 NY OLMSTEDVILLE 4.6 NNE +US1NYES0007 44.4950 -73.4711 160.9 NY KEESEVILLE 0.8 SE +US1NYES0008 44.4256 -73.9314 524.3 NY BLOOMINGDALE 7.8 E +US1NYES0009 44.2154 -73.7510 599.2 NY KEENE VALLEY 2.5 NE +US1NYFK0002 44.4952 -74.1184 517.6 NY ONCHIOTA 0.3 ENE +US1NYFK0007 44.4136 -74.1521 521.2 NY SARANAC LAKE 6.2 N +US1NYFK0009 44.4193 -74.1619 514.5 NY GABRIELS 1.3 SE +US1NYFL0007 43.0394 -74.1085 285.3 NY BROADALBIN 4.7 ESE +US1NYFL0008 43.0500 -74.3288 270.7 NY GLOVERSVILLE 0.9 E +US1NYFL0009 43.2303 -74.1722 266.7 NY NORTHVILLE 0.6 N +US1NYGN0001 43.1097 -78.3837 191.1 NY OAKFIELD 6.5 WNW +US1NYGN0006 42.9989 -78.0483 274.0 NY STAFFORD 1.8 NE +US1NYGN0009 42.9338 -78.1935 280.4 NY BATAVIA 4.5 S +US1NYGN0011 42.9985 -78.2057 275.5 NY BATAVIA 1.2 W +US1NYGN0013 42.9887 -78.2473 271.9 NY BATAVIA 3.4 WSW +US1NYGN0015 42.9302 -78.3570 299.0 NY CORFU 3.0 SE +US1NYGN0018 42.8980 -78.4315 306.3 NY DARIEN CENTER 2.2 W +US1NYGR0005 42.4429 -73.7866 12.2 NY NEW BALTIMORE 0.2 SE +US1NYGR0006 42.3605 -73.9835 229.8 NY FREEHOLD 3.4 E +US1NYGR0007 42.4140 -74.0090 248.7 NY GREENVILLE 0.7 E +US1NYGR0009 42.2959 -73.8327 61.9 NY ATHENS 2.2 NNW +US1NYGR0013 42.1388 -74.0870 641.9 NY TANNERSVILLE 4.5 SSE +US1NYHM0001 43.4513 -74.4712 524.9 NY SPECULATOR 10.0 SSW +US1NYHM0002 43.7491 -74.7493 545.3 NY INLET 2.2 ESE +US1NYHM0005 43.8731 -74.6326 551.4 NY LONG LAKE 12.6 SW +US1NYHM0006 43.9715 -74.4200 506.6 NY LONG LAKE 0.1 SSE +US1NYHR0001 43.6945 -74.9864 556.0 NY BISBY GATEHOUSE AT ALC +US1NYHR0004 43.0166 -75.0553 150.6 NY ILION 0.8 WNW +US1NYHR0006 43.1051 -74.9732 219.2 NY LITTLE FALLS 7.5 NW +US1NYHR0009 43.7052 -74.9590 538.9 NY OLD FORGE 0.8 SE +US1NYHR0010 43.0925 -74.7809 274.6 NY DOLGEVILLE 0.7 SW +US1NYHR0012 43.1232 -74.7974 312.7 NY DOLGEVILLE 1.9 NW +US1NYHR0016 43.0088 -75.0539 160.9 NY ILION 0.7 WSW +US1NYHR0018 43.1626 -74.8088 423.4 NY SALISBURY CENTER 1.8 NW +US1NYJF0003 44.0092 -75.5652 235.9 NY CARTHAGE 2.5 NE +US1NYJF0004 44.3402 -75.8478 107.9 NY ALEXANDRIA BAY 3.5 E +US1NYJF0005 44.2294 -76.0956 80.8 NY CLAYTON 0.6 SW +US1NYJF0007 44.1750 -75.7914 135.3 NY THERESA 2.8 S +US1NYJF0008 44.0194 -75.7655 189.0 NY FELTS MILLS 0.1 NNW +US1NYJF0010 43.9819 -75.9340 122.2 NY WATERTOWN 1.3 WNW +US1NYJF0011 43.9616 -75.6271 238.7 NY CARTHAGE 2.0 SW +US1NYJF0013 44.0094 -75.7770 192.3 NY BLACK RIVER 1.0 E +US1NYJF0019 43.9723 -75.6204 239.9 NY CARTHAGE 1.2 SW +US1NYJF0020 43.9708 -75.9090 151.8 NY WATERTOWN 0.2 SSE +US1NYJF0026 43.7122 -76.0621 189.6 NY MANNSVILLE 0.3 SE +US1NYJF0030 43.9749 -75.6164 240.8 NY WEST CARTHAGE 0.3 ENE +US1NYJF0032 43.9669 -75.8920 159.1 NY WATERTOWN 1.0 ESE +US1NYJF0039 43.9941 -76.0222 97.2 NY DEXTER 1.5 SE +US1NYKN0003 40.6194 -73.9859 7.9 NY BROOKLYN 2.4 SW +US1NYKN0025 40.6846 -73.9867 5.5 NY BROOKLYN 3.1 NW +US1NYLV0001 42.5321 -77.7554 462.1 NY DANSVILLE 3.6 WSW +US1NYLV0002 42.9186 -77.7437 190.5 NY AVON 0.5 NNE +US1NYLV0005 42.5680 -77.6790 458.7 NY DANSVILLE 1.0 ENE +US1NYLW0001 43.5777 -75.3512 296.0 NY PORT LEYDEN 0.7 SW +US1NYLW0002 44.0936 -75.3653 285.9 NY HARRISVILLE 4.7 SSW +US1NYLW0003 43.5754 -75.4464 501.7 NY CONSTABLEVILLE 1.2 NW +US1NYLW0005 43.8862 -75.4284 241.7 NY BEAVER FALLS 0.1 SW +US1NYLW0009 43.6996 -75.4104 297.8 NY GLENFIELD 0.9 SSW +US1NYLW0010 43.9831 -75.3675 317.0 NY CROGHAN 6.2 N +US1NYMD0001 42.9167 -75.9000 420.6 NY CAZENOVIA 2.6 WSW +US1NYMD0002 43.0861 -75.6607 133.2 NY ONEIDA 0.7 NNE +US1NYMD0005 43.0717 -75.7560 166.4 NY CANASTOTA 0.9 S +US1NYMD0008 43.1383 -75.8703 120.1 NY LAKEPORT +US1NYMD0009 42.7398 -75.5520 329.2 NY EARLVILLE 0.4 W +US1NYMD0010 42.9000 -75.8114 445.9 NY CAZENOVIA 2.9 SE +US1NYMD0011 42.7614 -75.5554 332.5 NY EARLVILLE 1.6 NNW +US1NYMD0014 42.9534 -75.6117 307.5 NY MUNNSVILLE 2.0 SW +US1NYMD0016 43.0330 -75.8348 208.2 NY CHITTENANGO 2.1 ESE +US1NYMD0017 42.9414 -75.6446 397.8 NY MORRISVILLE 3.0 N +US1NYMD0018 43.0823 -75.7476 127.7 NY CANASTOTA 0.4 ESE +US1NYMD0020 43.0214 -75.5755 285.6 NY MUNNSVILLE 3.3 N +US1NYMD0022 43.0801 -75.6686 172.2 NY ONEIDA 0.4 NW +US1NYMD0023 43.0421 -75.7449 210.6 NY CANASTOTA 3.0 S +US1NYMG0001 42.9300 -74.6264 94.2 NY FORT PLAIN 0.2 SE +US1NYMG0002 42.9643 -74.4756 291.4 NY FONDA 5.2 W +US1NYMG0003 42.8643 -74.7214 320.0 NY HESSVILLE 1.8 WSW +US1NYMG0005 42.9547 -74.2009 163.1 NY AMSTERDAM 1.0 NNW +US1NYMR0001 43.1223 -77.4314 157.0 NY FAIRPORT 1.6 NNE +US1NYMR0002 43.0414 -77.4516 228.9 NY FAIRPORT 4.1 S +US1NYMR0004 43.1089 -77.4823 128.9 NY EAST ROCHESTER 0.3 SE +US1NYMR0005 43.1305 -77.5202 106.1 NY EAST ROCHESTER 2.1 NW +US1NYMR0007 43.3020 -77.9432 100.3 NY HAMLIN 1.1 WSW +US1NYMR0008 43.3652 -77.9883 79.9 NY HAMLIN 5.5 NW +US1NYMR0012 43.1223 -77.8164 185.3 NY NORTH CHILI 0.6 NW +US1NYMR0015 43.2161 -77.9525 117.7 NY BROCKPORT 0.6 WNW +US1NYMR0016 43.1535 -77.4891 138.1 NY ROCHESTER 6.6 E +US1NYMR0018 43.1309 -77.5107 97.5 NY ROCHESTER 5.7 ESE +US1NYMR0020 43.1479 -77.5045 82.9 NY ROCHESTER 5.8 ESE +US1NYMR0021 43.0350 -77.4945 169.8 NY PITTSFORD 4.0 SSE +US1NYMR0023 43.2036 -77.7031 131.1 NY ROCHESTER 5.0 WNW +US1NYMR0024 43.2479 -77.4966 94.2 NY WEBSTER 4.4 WNW +US1NYMR0026 43.2099 -77.4851 125.0 NY WEBSTER 3.2 W +US1NYMR0029 43.2199 -77.9124 147.2 NY BROCKPORT 1.5 ENE +US1NYMR0032 43.1501 -77.8040 186.8 NY SPENCERPORT 2.6 S +US1NYMR0036 43.2142 -77.6432 122.5 NY ROCHESTER 3.4 NNW +US1NYMR0042 43.1946 -77.7966 153.3 NY SPENCERPORT 0.8 NE +US1NYMR0044 43.1677 -77.5449 125.0 NY ROCHESTER 3.6 E +US1NYMR0047 43.1769 -77.7137 164.3 NY ROCHESTER 5.0 W +US1NYMR0048 43.2015 -77.6196 124.4 NY ROCHESTER 2.3 N +US1NYMR0050 43.2127 -77.4810 119.8 NY WEBSTER 3.0 W +US1NYMR0055 42.9701 -77.5657 199.0 NY HONEOYE FALLS 1.7 NE +US1NYMR0056 43.3424 -77.9465 87.5 NY HAMLIN 3.0 NNW +US1NYMR0057 43.1521 -77.8785 191.1 NY CHURCHVILLE 3.5 N +US1NYMR0061 43.1134 -77.4890 131.1 NY EAST ROCHESTER 0.1 NNW +US1NYMR0065 43.0254 -77.7596 180.4 NY SCOTTSVILLE 0.4 NW +US1NYMR0067 43.2814 -77.7046 82.0 NY ROCHESTER 9.0 NNW +US1NYNG0002 43.0573 -78.8617 176.2 NY NORTH TONAWANDA 1.0 NNE +US1NYNG0003 43.0558 -78.8699 175.9 NY NORTH TONAWANDA 0.9 NNW +US1NYNG0006 43.1383 -78.8863 198.4 NY SANBORN 0.2 NE +US1NYNG0008 43.1773 -78.6774 186.2 NY LOCKPORT 1.1 ENE +US1NYNG0010 43.1829 -78.6441 195.1 NY LOCKPORT 2.8 ENE +US1NYNG0011 43.0961 -79.0281 178.9 NY NIAGARA FALLS 0.7 WNW +US1NYNG0012 43.1764 -78.6834 158.8 NY LOCKPORT 0.8 NE +US1NYNG0017 43.1010 -78.7083 178.6 NY PENDLETON 1.4 NE +US1NYNG0018 43.0584 -78.8395 175.3 NY NORTH TONAWANDA 1.7 NE +US1NYNG0022 43.0830 -78.9046 176.2 NY NIAGARA FALLS 5.7 E +US1NYNG0027 43.1898 -78.7442 139.6 NY LOCKPORT 2.8 WNW +US1NYNG0029 43.0299 -78.8572 177.1 NY NORTH TONAWANDA 1.1 SSE +US1NYNG0030 43.1521 -78.6534 195.7 NY LOCKPORT 2.5 ESE +US1NYNG0032 43.0918 -78.6568 178.9 NY RAPIDS 1.0 SW +US1NYNG0037 43.1482 -78.6858 57.6 NY LOCKPORT 1.6 SSE +US1NYNS0001 40.7623 -73.4920 43.9 NY BETHPAGE 0.9 NNW +US1NYNS0006 40.7245 -73.5086 27.1 NY LEVITTOWN 0.2 E +US1NYNS0007 40.7230 -73.7110 24.1 NY FLORAL PARK 0.4 W +US1NYNS0009 40.8704 -73.5717 34.1 NY MILL NECK 1.1 SW +US1NYNS0014 40.6623 -73.6780 7.0 NY LYNBROOK 0.3 NW +US1NYNS0016 40.6552 -73.4756 2.4 NY MASSAPEQUA 0.9 SSW +US1NYNS0018 40.7687 -73.5017 45.7 NY HICKSVILLE 1.3 ENE +US1NYNS0022 40.7198 -73.6909 26.2 NY FLORAL PARK 0.7 ESE +US1NYNS0024 40.6972 -73.5160 14.9 NY NORTH WANTAGH 0.4 WSW +US1NYNS0027 40.8392 -73.6803 52.1 NY PORT WASHINGTON 0.8 N +US1NYNS0028 40.6679 -73.5549 6.7 NY MERRICK 1.2 N +US1NYNS0030 40.7214 -73.4842 22.9 NY PLAINEDGE 0.4 WSW +US1NYNS0032 40.8813 -73.5813 31.1 NY LOCUST VALLEY 0.3 E +US1NYNS0034 40.6668 -73.5054 4.3 NY WANTAGH 0.3 ESE +US1NYNS0035 40.6571 -73.6978 3.7 NY VALLEY STREAM 0.6 SE +US1NYNS0036 40.7870 -73.5133 54.9 NY SYOSSET 2.0 SSW +US1NYNS0037 40.6833 -73.5038 10.4 NY WANTAGH 1.1 NNE +US1NYNS0040 40.6435 -73.6095 4.6 NY BALDWIN 1.3 S +US1NYNS0041 40.6622 -73.6639 7.3 NY LYNBROOK 0.6 ENE +US1NYNS0042 40.7691 -73.6475 43.3 NY ALBERTSON 0.2 SSE +US1NYNS0043 40.7859 -73.4669 56.7 NY PLAINVIEW 0.4 ENE +US1NYNS0045 40.7475 -73.6645 34.4 NY NEW HYDE PARK 1.6 NE +US1NYNS0046 40.6981 -73.4499 10.7 NY MASSAPEQUA PARK 1.2 N +US1NYNY0074 40.7969 -73.9330 6.1 NY NEW YORK 8.8 N +US1NYOD0001 43.4783 -75.1696 440.4 NY BOONVILLE 8.0 E +US1NYOD0002 43.3733 -75.5384 335.3 NY POINT ROCK 0.6 SE +US1NYOD0003 43.3167 -75.4458 311.5 NY STOKES CORNER 1.4 NE +US1NYOD0004 43.4833 -75.3333 345.9 NY BOONVILLE 0.2 NW +US1NYOD0005 43.3246 -75.3787 411.5 NY WESTERNVILLE 2NW +US1NYOD0006 43.3333 -75.7667 196.9 NY CAMDEN 1.0 WSW +US1NYOD0007 43.2363 -75.2858 179.8 NY HOLLAND PATENT 1.5 WSW +US1NYOD0008 43.1580 -75.4621 168.9 NY ROME 4.9 SSE +US1NYOD0009 43.2167 -75.2833 166.1 NY HOLLAND PATENT 2.2 SW +US1NYOD0011 43.0859 -75.5423 187.1 NY VERNON 0.4 NNW +US1NYOD0014 43.1658 -75.2451 276.1 NY WHITESBORO 3.9 NE +US1NYOD0016 43.2552 -75.1641 225.6 NY BARNEVELD 1.8 SE +US1NYOD0017 43.0614 -75.2914 216.7 NY NEW HARTFORD 0.7 S +US1NYOD0019 43.0618 -75.2899 211.8 NY NEW HARTFORD 0.8 S +US1NYOD0023 43.1712 -75.6828 120.1 NY DURHAMVILLE 3.5 NNW +US1NYOD0026 43.3018 -75.4393 189.3 NY AVA 8.0 S +US1NYOD0040 43.4527 -75.7342 339.2 NY CAMDEN 8.1 N +US1NYOD0042 43.1002 -75.3294 167.0 NY WHITESBORO 2.3 SW +US1NYOD0043 43.2471 -75.2775 237.4 NY HOLLAND PATENT 1.1 WNW +US1NYOD0045 43.2406 -75.4503 149.7 NY ROME 2.2 ENE +US1NYOD0047 43.3515 -75.4534 384.4 NY AVA 4.8 SSE +US1NYOD0051 43.4767 -75.3842 387.1 NY BOONVILLE 2.7 W +US1NYOD0052 43.1952 -75.5509 143.6 NY ROME 3.7 SW +US1NYOD0060 42.9955 -75.2885 432.8 NY SAUQUOIT 1.6 WSW +US1NYOD0061 43.2241 -75.7471 116.4 NY SYLVAN BEACH 1.6 NW +US1NYOG0002 43.0333 -76.1000 192.0 NY DE WITT 1.4 WSW +US1NYOG0003 43.0000 -75.9667 212.1 NY MANLIUS 0.8 E +US1NYOG0004 42.7900 -76.1400 369.4 NY TULLY 1.7 WSW +US1NYOG0005 43.0333 -76.2333 206.0 NY FAIRMOUNT 0.9 SE +US1NYOG0006 43.1167 -76.2667 129.5 NY VILLAGE GREEN 2.6 ESE +US1NYOG0008 43.1000 -76.1667 129.8 NY MATTYDALE 1.0 W +US1NYOG0010 43.0396 -76.3283 247.5 NY CAMILLUS 1.0 W +US1NYOG0011 42.8000 -76.1100 396.2 NY TULLY 0.2 NW +US1NYOG0012 43.2000 -76.2600 115.8 NY CLAY 4.6 NW +US1NYOG0013 43.1873 -76.0946 118.9 NY CICERO 1.6 NE +US1NYOG0014 43.1300 -76.3000 128.6 NY VILLAGE GREEN 0.7 ESE +US1NYOG0015 43.1369 -76.2083 135.0 NY LIVERPOOL 2.1 N +US1NYOG0016 42.7971 -76.1054 381.6 NY TULLY 0.1 ESE +US1NYOG0020 43.0284 -76.1212 178.3 NY SYRACUSE 1.4 SE +US1NYOG0025 43.0322 -76.0675 140.8 NY DEWITT 0.5 SE +US1NYOG0026 43.2322 -76.1188 116.4 NY BREWERTON 1.2 E +US1NYOG0028 43.2283 -76.1133 118.9 NY BREWERTON 1.5 ESE +US1NYOG0030 43.0225 -76.1025 188.4 NY SYRACUSE 2.4 ESE +US1NYOG0031 42.9826 -76.3091 325.5 NY MARCELLUS 1.6 E +US1NYOG0037 43.0128 -76.3159 256.9 NY MARCELLUS 2.3 NNE +US1NYOG0038 43.0338 -76.0300 149.4 NY FAYETTEVILLE 1.6 W +US1NYOG0040 42.9253 -76.0328 395.9 NY POMPEY 2.0 NNW +US1NYOG0043 42.7993 -76.0938 389.5 NY TULLY 0.7 E +US1NYOG0045 43.1682 -76.2283 118.6 NY LIVERPOOL 4.4 NNW +US1NYOG0046 43.1951 -76.2883 118.9 NY BALDWINSVILLE 3.5 NE +US1NYOG0048 43.0586 -76.2098 154.5 NY SOLVAY 0.1 ENE +US1NYOG0050 43.1417 -76.2272 119.2 NY LIVERPOOL 2.6 NNW +US1NYOG0051 43.1356 -76.1379 124.4 NY NORTH SYRACUSE 0.4 WNW +US1NYOG0052 43.0015 -76.1395 131.1 NY SYRACUSE 2.7 S +US1NYOG0056 42.8326 -75.9822 389.2 NY FABIUS 0.3 SE +US1NYOG0057 42.8126 -76.0448 407.5 NY TULLY 3.4 ENE +US1NYOG0061 42.9554 -76.4336 285.6 NY SKANEATELES 0.8 NNW +US1NYOG0062 43.0893 -76.3410 136.9 NY WARNERS 0.7 WNW +US1NYOG0066 43.1674 -76.1456 121.0 NY CLAY 2.0 SE +US1NYOL0001 43.2273 -78.3882 151.8 NY MEDINA 0.5 N +US1NYOL0002 43.3562 -78.2551 85.6 NY WATERPORT 2.7 N +US1NYOL0003 43.3130 -78.1361 112.5 NY KENT 1.0 S +US1NYOL0004 43.2637 -78.2186 142.6 NY ALBION 1.9 NW +US1NYOL0005 43.2230 -78.3954 164.6 NY MEDINA 0.4 WNW +US1NYON0004 43.0066 -77.1185 166.1 NY PHELPS 4.4 NW +US1NYON0007 42.8533 -77.2981 286.5 NY CANANDAIGUA 2.6 SSW +US1NYON0011 42.7877 -77.1315 286.5 NY GORHAM 0.8 S +US1NYOR0002 41.4469 -74.0214 50.9 NY CORNWALL ON HUDSON 0.6 NNW +US1NYOR0003 41.4730 -74.5513 320.3 NY OTISVILLE 0.6 WNW +US1NYOR0004 41.2684 -74.4160 189.3 NY WARWICK 3.2 WNW +US1NYOR0006 41.3014 -74.1670 253.0 NY MONROE 1.7 SE +US1NYOR0015 41.3740 -74.6845 142.3 NY PORT JERVIS 0.4 SE +US1NYOR0017 41.5880 -74.3577 126.8 NY PINE BUSH 3.4 WSW +US1NYOR0018 41.5410 -74.1879 125.9 NY WALDEN 1.3 S +US1NYOR0019 41.1890 -74.3265 195.1 NY GREENWOOD LAKE 3.0 SW +US1NYOR0020 41.6090 -74.1269 155.8 NY WALLKILL 2.0 E +US1NYOS0001 43.5964 -76.0373 191.4 NY LACONA 3.6 SSE +US1NYOS0003 43.4437 -76.4052 139.0 NY OSWEGO 5.0 ESE +US1NYOS0006 43.4650 -76.5194 75.9 NY OSWEGO 0.9 WNW +US1NYOS0008 43.3323 -76.2666 140.2 NY PHOENIX 7.1 NNE +US1NYOS0013 43.6392 -75.8825 395.9 NY REDFIELD 7.9 NNW +US1NYOS0015 43.3977 -76.4796 107.0 NY MINETTO 0.1 SE +US1NYOS0020 43.3165 -76.4185 121.0 NY FULTON 0.2 W +US1NYOS0021 43.5700 -76.1195 87.5 NY PULASKI 0.5 NE +US1NYOS0024 43.4228 -76.5086 116.4 NY OSWEGO 2.5 S +US1NYOS0025 43.3242 -76.4178 104.9 NY FULTON 0.5 NNW +US1NYOS0026 43.4194 -76.2738 133.8 NY MEXICO 3.6 SSW +US1NYOT0001 42.4309 -75.3047 548.6 NY UNADILLA 7.2 N +US1NYOT0002 42.6952 -74.9300 374.9 NY COOPERSTOWN 0.3 S +US1NYOT0003 42.6644 -74.9587 359.1 NY COOPERSTOWN 2.8 SSW +US1NYOT0004 42.8167 -75.2333 323.1 NY BRIDGEWATER 4.3 SSE +US1NYOT0005 42.5555 -75.1265 533.4 NY LAURENS 2.5 NW +US1NYOT0008 42.3235 -75.3643 315.2 NY SIDNEY 2.1 NE +US1NYOT0009 42.8525 -74.9775 411.5 NY RICHFIELD SPRINGS 0.5 ESE +US1NYOT0011 42.6599 -75.0500 406.9 NY HARTWICK +US1NYOT0013 42.6332 -75.3195 345.3 NY NEW BERLIN 1.0 NE +US1NYOT0014 42.5440 -74.7657 512.1 NY WORCESTER 4.0 SSW +US1NYOT0015 42.5721 -74.9797 366.7 NY ONEONTA 7.0 NE +US1NYOT0018 42.7172 -74.7583 404.8 NY CHERRY VALLEY 5.6 S +US1NYOT0022 42.6285 -75.0249 455.1 NY MILFORD 4.8 NW +US1NYOT0024 42.6222 -74.6733 443.2 NY EAST WORCESTER 0.1 SW +US1NYOT0025 42.5217 -75.1960 519.4 NY LAURENS 5.5 W +US1NYOT0026 42.7964 -74.9658 474.6 NY RICHFIELD SPRINGS 4.1 SSE +US1NYOT0029 42.6369 -75.3109 364.5 NY NEW BERLIN 1.5 NE +US1NYOT0030 42.5617 -75.0727 425.8 NY MOUNT VISION 1.4 SW +US1NYPT0001 41.4969 -73.7017 249.0 NY CARMEL HAMLET 5.8 N +US1NYPT0002 41.4807 -73.8911 260.3 NY BEACON 4.2 ESE +US1NYPT0004 41.4970 -73.8369 137.5 NY COLD SPRING 8.1 NE +US1NYPT0008 41.3529 -73.7841 191.1 NY MAHOPAC 2.5 WSW +US1NYPT0011 41.4039 -73.6164 154.2 NY BREWSTER 0.5 N +US1NYQN0002 40.7145 -73.8819 32.3 NY MIDDLE VILLAGE 0.5 SW +US1NYQN0026 40.7544 -73.8882 18.0 NY JACKSON HEIGHTS 0.3 WSW +US1NYQN0027 40.7781 -73.8106 18.0 NY SADDLE ROCK 3.4 WSW +US1NYQN0029 40.7482 -73.7654 24.7 NY QUEENS 2.1 NE +US1NYRC0001 40.5421 -74.1476 10.7 NY STATEN ISLAND 4.5 SSE +US1NYRC0002 40.5674 -74.1327 21.9 NY STATEN ISLAND 1.4 SE +US1NYRL0001 41.0774 -74.0547 135.0 NY CHESTNUT RIDGE 0.3 SSW +US1NYRL0003 41.0955 -74.0099 86.3 NY NANUET 0.3 E +US1NYRL0004 41.1394 -74.0457 159.4 NY SPRING VALLEY 1.7 N +US1NYRL0005 41.0835 -73.9930 81.7 NY WEST NYACK 1.3 WSW +US1NYRN0001 42.6391 -73.5698 192.9 NY AVERILL PARK 0.9 WNW +US1NYRN0002 42.6397 -73.5715 193.9 NY AVERILL PARK 1.0 WNW +US1NYRN0003 42.8780 -73.5355 182.0 NY VALLEY FALLS 2.1 SE +US1NYRN0004 42.8962 -73.3538 141.4 NY HOOSICK FALLS 0.3 SSW +US1NYRN0005 42.7730 -73.6374 163.7 NY TROY 3.3 NE +US1NYRN0007 42.5284 -73.7476 49.4 NY CASTLETON-ON-HUDSON 0.3 SSE +US1NYRN0013 42.7904 -73.5623 209.7 NY TROY 6.9 NE +US1NYRN0014 42.6666 -73.6427 177.1 NY WYANTSKILL 1.6 SSE +US1NYRN0015 42.7356 -73.6625 132.3 NY TROY 0.7 E +US1NYRN0020 42.7593 -73.6528 135.9 NY TROY 2.1 NNE +US1NYRN0023 42.6637 -73.6877 114.0 NY WYANTSKILL 2.6 SW +US1NYRN0024 42.4909 -73.5346 152.7 NY NASSAU 4.2 ESE +US1NYSC0001 42.7817 -74.1708 392.9 NY DELANSON 2.5 NNE +US1NYSC0002 42.8447 -73.9748 83.5 NY SCOTIA 1.1 NW +US1NYSC0011 42.7938 -73.8639 100.6 NY SCHENECTADY 3.3 E +US1NYSC0016 42.8465 -73.8992 82.9 NY NISKAYUNA 2.0 N +US1NYSC0017 42.8316 -74.1152 389.2 NY PATTERSONVILLE 4.2 SSW +US1NYSC0020 42.7886 -73.9667 102.1 NY ROTTERDAM 0.9 NW +US1NYSC0026 42.8108 -73.8976 125.9 NY NISKAYUNA 0.4 S +US1NYSF0002 40.9300 -72.6700 13.1 NY RIVERHEAD 1.3 SSE +US1NYSF0003 40.8806 -72.9292 25.0 NY MIDDLE ISLAND 0.8 ESE +US1NYSF0007 40.9364 -72.5778 6.1 NY JAMESPORT 0.6 SSW +US1NYSF0016 40.9234 -73.3305 25.6 NY NORTHPORT 1.6 NNE +US1NYSF0017 40.7351 -73.2212 4.3 NY ISLIP 0.2 NW +US1NYSF0018 40.9299 -72.8988 34.4 NY SHOREHAM 1.8 SSE +US1NYSF0019 40.8123 -72.7718 12.8 NY EAST MORICHES 0.6 WNW +US1NYSF0024 40.7982 -73.1500 20.1 NY RONKONKOMA 1.4 WSW +US1NYSF0030 40.9562 -72.9197 60.0 NY ROCKY POINT 2.0 N +US1NYSF0031 41.0497 -72.4302 5.8 NY SOUTHOLD 0.7 S +US1NYSF0034 40.7234 -73.2410 1.2 NY BAY SHORE 0.5 ESE +US1NYSF0037 40.9360 -72.9799 41.1 NY MILLER PLACE 0.5 ENE +US1NYSF0039 40.7369 -73.0839 5.8 NY SAYVILLE 0.0 N +US1NYSF0041 40.7279 -73.4341 20.7 NY EAST FARMINGDALE 0.9 W +US1NYSF0042 41.0690 -72.4243 8.8 NY SOUTHOLD 0.7 NNE +US1NYSF0044 40.8374 -72.8668 29.3 NY SHIRLEY 2.9 N +US1NYSF0049 40.7326 -73.0807 4.6 NY SAYVILLE 1.0 SSE +US1NYSF0057 40.7719 -73.0357 14.9 NY PATCHOGUE 1.1 NW +US1NYSF0058 40.8177 -73.0479 34.4 NY HOLTSVILLE 0.3 N +US1NYSF0059 40.7763 -73.1119 22.9 NY BOHEMIA 0.5 ENE +US1NYSF0060 40.7507 -73.0280 5.2 NY BLUE POINT 0.4 E +US1NYSF0061 40.8917 -73.3831 53.6 NY CENTERPORT 0.9 SW +US1NYSF0062 40.6726 -73.3839 3.7 NY COPIAGUE 0.4 ENE +US1NYSF0063 40.8408 -73.1225 31.7 NY LAKE GROVE 1.2 SSW +US1NYSF0065 40.7036 -73.3054 5.2 NY WEST ISLIP 0.6 SW +US1NYSF0069 40.8697 -73.1708 44.2 NY SMITHTOWN 2.5 ENE +US1NYSF0070 41.0496 -72.3622 4.6 NY SHELTER ISLAND HEIGHTS 2.1 SSW +US1NYSF0073 40.7260 -73.2728 10.4 NY BRIGHTWATERS 0.7 NNW +US1NYSF0074 40.7472 -73.1966 7.9 NY ISLIP TERRACE 0.5 W +US1NYSF0075 40.7599 -73.3893 27.1 NY WHEATLEY HEIGHTS 1.0 WSW +US1NYSF0076 40.9256 -73.0997 46.6 NY SETAUKET-EAST SETAUKET 0.3 SSE +US1NYSF0077 40.8290 -73.1643 31.1 NY NESCONSET 1.4 SSW +US1NYSF0078 40.8339 -73.3037 48.2 NY COMMACK 1.3 SW +US1NYSF0079 40.8304 -73.2285 13.4 NY SMITHTOWN 2.0 SSW +US1NYSF0080 40.8239 -72.6947 10.1 NY REMSENBURG-SPEONK 0.9 NE +US1NYSF0083 40.7669 -73.4348 35.1 NY MELVILLE 1.6 SW +US1NYSF0084 40.8853 -73.0669 31.1 NY CENTEREACH 1.3 NE +US1NYSF0085 40.7516 -73.0092 1.2 NY PATCHOGUE 0.9 SE +US1NYSF0089 40.6689 -73.4183 3.7 NY AMITYVILLE 0.1 WSW +US1NYSF0090 40.9351 -73.0252 44.2 NY MOUNT SINAI 0.4 SW +US1NYSF0091 40.8023 -72.9605 24.4 NY MEDFORD 1.9 SE +US1NYSF0092 40.6772 -73.4103 6.1 NY AMITYVILLE 0.6 NNE +US1NYSF0100 40.9200 -73.0694 53.6 NY PORT JEFFERSON STATION 0.3 SSW +US1NYSF0101 40.7223 -73.1802 3.0 NY EAST ISLIP 0.4 ESE +US1NYSF0103 40.8958 -72.8539 21.0 NY RIDGE 1.8 SE +US1NYSF0104 40.9648 -72.8494 17.1 NY WADING RIVER 2.0 NW +US1NYSF0109 40.8347 -73.2924 37.2 NY COMMACK 0.8 SSW +US1NYSF0110 40.7627 -73.1776 14.3 NY ISLIP TERRACE 1.1 NNE +US1NYSF0114 41.2631 -72.0164 13.7 NY FISHERS ISLAND 0.5 NE +US1NYSF0115 40.8437 -73.0532 53.3 NY FARMINGVILLE 0.5 W +US1NYSF0118 40.8751 -73.0884 31.1 NY CENTEREACH 0.4 NW +US1NYSF0122 40.7318 -73.3155 13.4 NY NORTH BABYLON 0.5 E +US1NYSF0123 40.8068 -72.7981 10.1 NY CENTER MORICHES 0.5 N +US1NYSF0125 40.7358 -73.0458 4.3 NY BAYPORT 1.0 SSE +US1NYSF0127 40.8957 -72.8611 35.7 NY RIDGE 1.5 SE +US1NYSF0129 40.7242 -73.2607 7.9 NY BRIGHTWATERS 0.5 NNE +US1NYSH0001 42.6805 -74.5990 373.1 NY COBLESKILL 5.7 W +US1NYSH0003 42.5973 -74.5931 647.4 NY SUMMIT 1.3 NNW +US1NYSH0005 42.7351 -74.4528 381.3 NY COBLESKILL 4.2 NNE +US1NYSL0002 44.7001 -75.4832 87.2 NY OGDENSBURG 0.4 ENE +US1NYSL0003 44.7737 -74.8157 103.9 NY WINTHROP 2.0 SW +US1NYSL0006 44.6115 -74.9719 171.0 NY HANNAWA FALLS 0.1 SW +US1NYSL0008 44.6871 -75.4894 85.3 NY OGDENSBURG 0.8 SSE +US1NYSL0009 44.3365 -75.2617 219.5 NY EDWARDS 0.9 NW +US1NYSL0010 44.6891 -75.4864 85.0 NY OGDENSBURG 1.6 SW +US1NYSL0012 44.4315 -75.4696 135.3 NY GOUVERNEUR 6.6 N +US1NYSL0013 44.4142 -75.7565 109.4 NY HAMMOND 3.8 SW +US1NYSN0002 42.7500 -76.8167 213.1 NY OVID 5.2 N +US1NYSN0006 42.5844 -76.7232 348.1 NY INTERLAKEN 2.4 S +US1NYSR0002 43.0540 -73.8127 100.0 NY SARATOGA SPRINGS 2.0 WSW +US1NYSR0003 43.0970 -73.9069 211.8 NY MILTON 5.2 NNW +US1NYSR0004 43.0603 -73.7801 94.5 NY SARATOGA SPRINGS 0.5 S +US1NYSR0006 43.2003 -73.6755 90.2 NY GANSEVOORT 1.3 WNW +US1NYSR0007 43.0438 -73.9300 125.9 NY BALLSTON SPA 4.7 WNW +US1NYSR0008 42.9455 -73.7869 60.7 NY MECHANICVILLE 5.7 NW +US1NYSR0011 43.2944 -74.0881 378.0 NY EDINBURG 4.7 NNE +US1NYSR0013 42.7973 -73.6826 50.6 NY WATERFORD 0.4 NNW +US1NYSR0014 43.1025 -73.8397 170.4 NY SARATOGA SPRINGS 3.9 NW +US1NYSR0015 43.0080 -73.8031 97.8 NY MALTA 2.6 NNW +US1NYSR0016 42.9900 -73.8000 110.6 NY BALLSTON SPA 2.9 ESE +US1NYSR0022 43.1268 -73.8786 183.8 NY GREENFIELD CENTER 1.6 W +US1NYSR0023 43.1316 -73.7372 103.6 NY WILTON 3.4 S +US1NYSR0027 42.7882 -73.6798 9.8 NY WATERFORD 0.2 S +US1NYSR0029 42.8213 -73.7855 88.1 NY CLIFTON PARK 2.7 S +US1NYSR0032 42.9758 -73.7866 105.5 NY ROUND LAKE 2.7 N +US1NYSR0033 43.0087 -73.8425 85.6 NY BALLSTON SPA 0.5 ENE +US1NYSR0035 42.9776 -73.7375 101.2 NY ROUND LAKE 4.1 NE +US1NYSR0036 42.9206 -73.8278 102.7 NY COUNTRY KNOLLS 1.2 WNW +US1NYSR0039 42.9665 -73.7777 104.2 NY ROUND LAKE 2.2 NNE +US1NYSR0040 42.8888 -73.7547 114.3 NY MECHANICVILLE 3.4 WSW +US1NYST0002 42.2211 -77.0251 474.0 NY PAINTED POST 5.3 NE +US1NYST0003 42.0567 -77.0485 527.3 NY SOUTH CORNING 4.7 S +US1NYST0004 42.1404 -76.9703 285.0 NY BIG FLATS 2.0 W +US1NYST0005 42.4583 -77.4113 457.2 NY AVOCA 3.5 N +US1NYST0006 42.2374 -77.1543 527.0 NY CAMPBELL 2.5 ENE +US1NYST0009 42.4074 -77.2267 231.6 NY HAMMONDSPORT 0.2 WSW +US1NYST0010 42.2167 -77.2167 451.1 NY SAVONA 4.7 S +US1NYST0011 42.2333 -77.2667 524.3 NY SAVONA 4.1 SSW +US1NYST0012 42.0167 -77.0500 527.9 NY CATON 2.8 SSW +US1NYST0013 42.3167 -77.4833 490.7 NY CANISTEO 7.0 ENE +US1NYST0014 42.1000 -77.0500 457.2 NY SOUTH CORNING 1.8 SSW +US1NYST0016 42.1432 -77.0521 278.0 NY CORNING 0.4 SE +US1NYST0019 42.5649 -77.4839 410.0 NY COHOCTON 4.5 N +US1NYST0023 42.3471 -77.4740 510.8 NY AVOCA 5.0 SSW +US1NYST0024 42.4213 -77.1693 385.0 NY HAMMONDSPORT 2.9 ENE +US1NYST0026 42.5729 -77.4532 419.7 NY ATLANTA 1.3 NW +US1NYST0028 42.3257 -77.6509 346.6 NY HORNELL 0.5 E +US1NYST0029 42.3431 -77.3188 341.4 NY BATH 0.4 N +US1NYST0030 42.1573 -77.0600 286.2 NY CORNING 0.7 NNW +US1NYST0031 42.3320 -77.1660 337.4 NY SAVONA 4.4 NE +US1NYST0033 42.3397 -77.2367 503.5 NY BATH 4.2 E +US1NYST0035 42.2674 -77.4133 519.4 NY BATH 6.8 SW +US1NYST0037 42.2053 -77.0620 453.8 NY CORNING 4.0 N +US1NYST0040 42.0690 -77.1674 331.3 NY PAINTED POST 7.6 SSW +US1NYST0041 42.1537 -77.0869 286.5 NY PAINTED POST 0.7 SSE +US1NYSV0001 41.8162 -74.7447 563.9 NY LIBERTY 1.3 N +US1NYSV0003 41.8200 -74.9900 350.5 NY JEFFERSONVILLE 4.1 NW +US1NYSV0004 41.6549 -74.6793 449.9 NY MONTICELLO 0.5 ENE +US1NYSV0005 41.6326 -74.5604 474.6 NY ROCK HILL 2.0 NE +US1NYSV0006 41.8500 -75.1333 267.9 NY LONG EDDY +US1NYSV0007 41.5998 -74.9828 323.7 NY NARROWSBURG 4.1 ESE +US1NYSV0008 41.5739 -74.4871 163.7 NY WURTSBORO 0.2 SSW +US1NYSV0009 41.6501 -74.5884 401.1 NY GLEN WILD 0.3 SSW +US1NYSV0014 41.8881 -74.7880 560.8 NY LIVINGSTON MANOR 2.0 ESE +US1NYSY0001 42.3907 -76.7176 426.1 NY SMITH VALLEY 1.9 SE +US1NYSY0002 42.3501 -76.8492 137.8 NY MONTOUR FALLS 0.2 NW +US1NYSY0003 42.2923 -76.7249 354.8 NY CAYUTA 1.6 NW +US1NYSY0005 42.3326 -76.7581 362.1 NY ODESSA 3.4 ENE +US1NYSY0006 42.4177 -76.9425 434.3 NY WATKINS GLEN 4.6 NW +US1NYSY0007 42.3510 -76.9735 437.7 NY WATKINS GLEN 5.8 WSW +US1NYSY0008 42.4153 -77.0874 335.0 NY BRADFORD 3.2 NNE +US1NYSY0009 42.4147 -76.8326 315.8 NY BURDETT 0.8 ESE +US1NYSY0010 42.3811 -76.9445 449.3 NY WATKINS GLEN 3.9 W +US1NYSY0011 42.5221 -76.8558 331.9 NY DUNDEE 6.2 E +US1NYSY0012 42.4981 -76.8715 281.0 NY DUNDEE 5.7 ESE +US1NYTG0002 42.1333 -76.5333 402.9 NY VAN ETTEN 4.6 SSE +US1NYTG0003 42.0500 -76.1167 277.4 NY APALACHIN 3.0 ESE +US1NYTG0004 42.2833 -76.1500 429.8 NY NEWARK VALLEY 4.6 NNE +US1NYTG0005 42.3346 -76.1899 335.3 NY BERKSHIRE 2.0 N +US1NYTG0007 42.1167 -76.2833 332.2 NY OWEGO 1.3 NW +US1NYTG0008 42.0529 -76.1199 315.2 NY APALACHIN 2.8 ESE +US1NYTG0009 42.2667 -76.3000 423.7 NY CANDOR 3.3 NE +US1NYTG0015 42.3191 -76.2194 470.9 NY BERKSHIRE 1.9 ENE +US1NYTG0017 42.0512 -76.1236 296.9 NY APALACHIN 2.6 SE +US1NYTG0018 42.0340 -76.4002 245.1 NY SMITHBORO 0.1 NE +US1NYTG0019 42.1246 -76.2213 359.4 NY OWEGO 2.5 ENE +US1NYTG0020 42.2531 -76.3378 336.2 NY CANDOR 1.8 N +US1NYTG0026 42.2343 -76.3476 274.9 NY CANDOR 0.7 NW +US1NYTM0001 42.6203 -76.4935 331.9 NY LANSING 8.9 N +US1NYTM0002 42.5666 -76.5700 259.1 NY LANSING 6.6 NW +US1NYTM0003 42.4317 -76.4886 198.1 NY ITHACA 1.1 SE +US1NYTM0004 42.5913 -76.3720 315.2 NY GROTON 0.5 NW +US1NYTM0005 42.5253 -76.3218 327.1 NY FREEVILLE 1.5 NE +US1NYTM0006 42.3520 -76.3184 484.6 NY CAROLINE CENTER 0.1 SE +US1NYTM0007 42.5844 -76.3549 359.7 NY GROTON 0.6 ESE +US1NYTM0008 42.4383 -76.6167 408.4 NY ENFIELD 0.8 ENE +US1NYTM0010 42.5487 -76.3398 370.0 NY FREEVILLE 2.6 N +US1NYTM0012 42.4087 -76.4835 362.1 NY SOUTH HILL 0.4 ESE +US1NYTM0014 42.3736 -76.3378 509.9 NY SLATERVILLE SPRINGS 1.0 S +US1NYTM0015 42.3223 -76.5899 487.1 NY NEWFIELD 2.5 S +US1NYTM0016 42.3949 -76.4105 292.9 NY EAST ITHACA 3.6 SE +US1NYTM0017 42.4972 -76.5803 305.1 NY ITHACA 2.6 NW +US1NYTM0018 42.4191 -76.3733 353.9 NY EAST ITHACA 4.7 E +US1NYTM0019 42.3858 -76.5007 347.5 NY DANBY 2.5 NE +US1NYTM0021 42.5891 -76.6087 208.5 NY TRUMANSBURG 4.3 NE +US1NYTM0022 42.4356 -76.4166 310.9 NY EAST ITHACA 2.6 ENE +US1NYTM0023 42.5021 -76.4180 352.0 NY FREEVILLE 3.7 W +US1NYTM0024 42.5417 -76.6675 292.9 NY TRUMANSBURG 0.4 WNW +US1NYTM0025 42.4876 -76.5002 249.9 NY ITHACA 3.0 N +US1NYTM0026 42.3925 -76.4153 274.0 NY BROOKTONDALE 1.3 NW +US1NYTM0027 42.5473 -76.3996 422.1 NY GROTON 3.2 SSW +US1NYTM0028 42.4653 -76.5352 250.5 NY ITHACA 2.2 NW +US1NYTM0030 42.3568 -76.3517 406.0 NY BROOKTONDALE 2.7 SE +US1NYTM0031 42.3930 -76.3409 345.6 NY SLATERVILLE SPRINGS 0.5 ESE +US1NYTM0032 42.4380 -76.5371 299.6 NY ITHACA 1.8 WSW +US1NYTM0034 42.5446 -76.6569 0.0 NY TRUMANSBURG 0.3 NNE +US1NYTM0036 42.4293 -76.4687 261.8 NY ITHACA 2.0 ESE +US1NYTM0038 42.5421 -76.6687 302.1 NY TRUMANSBURG 0.4 WNW +US1NYTM0039 42.4267 -76.6683 468.5 NY ITHACA 8.5 W +US1NYTM0042 42.4335 -76.3786 367.0 NY ITHACA 6.4 E +US1NYUL0001 41.9286 -74.0195 57.9 NY KINGSTON 1.1 W +US1NYUL0002 42.0204 -74.0977 157.0 NY WOODSTOCK 1.4 SSE +US1NYUL0003 41.8809 -74.0574 54.3 NY ROSENDALE VILLAGE 2.4 NNE +US1NYUL0004 42.0181 -74.0151 94.2 NY RUBY 0.5 NE +US1NYUL0006 41.7140 -74.0866 121.9 NY NEW PALTZ 2.4 S +US1NYUL0008 41.9162 -74.1832 154.8 NY STONE RIDGE 4.9 NNW +US1NYUL0009 41.6267 -73.9941 132.3 NY MARLBORO 1.9 NNW +US1NYUL0012 41.6868 -74.1643 61.6 NY GARDINER 0.9 WNW +US1NYUL0015 41.8516 -74.1516 117.7 NY STONE RIDGE 0.7 N +US1NYUL0016 41.8608 -74.1075 90.8 NY ROSENDALE VILLAGE 1.8 WNW +US1NYUL0017 41.6939 -74.0129 166.4 NY HIGHLAND 2.9 WSW +US1NYUL0020 41.8677 -73.9880 53.6 NY ULSTER PARK 0.9 NNW +US1NYUL0021 41.8430 -74.1610 113.1 NY STONE RIDGE 0.5 WNW +US1NYUL0022 41.9610 -73.9958 55.8 NY KINGSTON 2.1 N +US1NYUL0023 42.0046 -74.1109 185.0 NY WEST HURLEY 0.1 S +US1NYUL0025 41.9162 -73.9929 34.7 NY KINGSTON 1.0 SSE +US1NYUL0026 41.6858 -74.1737 68.6 NY GARDINER 1.3 WNW +US1NYUL0028 41.8321 -74.3012 273.1 NY KERHONKSON 3.7 N +US1NYUL0029 41.7149 -73.9684 116.7 NY HIGHLAND 0.2 SW +US1NYUL0031 41.8815 -74.0563 50.0 NY HURLEY 2.2 S +US1NYUL0032 41.8385 -73.9588 49.4 NY ESOPUS 0.8 NNE +US1NYUL0034 41.6184 -74.0938 170.7 NY WALLKILL 3.7 E +US1NYWC0003 41.0639 -73.7722 71.0 NY WHITE PLAINS 3.1 NNW +US1NYWC0005 40.9639 -73.7232 24.1 NY HARRISON 4.1 SSW +US1NYWC0006 41.3003 -73.5700 151.5 NY SOUTH SALEM 2.1 NW +US1NYWC0007 41.2649 -73.7899 174.0 NY YORKTOWN HEIGHTS 0.6 SW +US1NYWC0009 40.9040 -73.7770 21.9 NY NEW ROCHELLE 1.3 S +US1NYWC0011 41.2944 -73.9229 54.6 NY PEEKSKILL 0.4 N +US1NYWC0015 41.1330 -73.7060 129.2 NY ARMONK 0.4 E +US1NYWC0016 41.1648 -73.8340 155.1 NY BRIARCLIFF MANOR 1.8 NNE +US1NYWC0018 41.1300 -73.7082 117.3 NY ARMONK 0.3 SE +US1NYWC0019 41.0427 -73.8228 90.5 NY ELMSFORD 0.8 SSW +US1NYWC0022 41.2848 -73.5528 157.6 NY SOUTH SALEM 0.8 N +US1NYWN0003 43.1919 -76.8379 115.2 NY WOLCOTT 2.5 SSW +US1NYWN0004 43.2912 -76.8062 95.1 NY WOLCOTT 4.8 N +US1NYWN0006 43.0795 -77.2526 151.8 NY PALMYRA 1.6 NW +US1NYWN0007 43.2118 -77.3464 142.0 NY ONTARIO 3.4 WSW +US1NYWN0009 43.1667 -77.1675 145.7 NY MARION 2.0 NE +US1NYWN0010 43.1250 -77.2990 158.5 NY WALWORTH 1.7 SW +US1NYWN0016 43.0457 -77.0688 129.5 NY NEWARK 1.3 E +US1NYWN0018 43.0520 -77.2570 157.3 NY MACEDON 2.6 ESE +US1NYWN0021 43.2400 -77.2096 119.5 NY WILLIAMSON 1.8 W +US1NYWN0023 43.0738 -76.9899 135.0 NY LYONS 0.7 NNE +US1NYWN0026 43.0847 -76.8759 122.5 NY CLYDE 0.3 WNW +US1NYWR0003 43.3105 -73.7259 143.3 NY GLENS FALLS 4.0 W +US1NYWR0004 43.2896 -73.7190 123.1 NY GLENS FALLS 4.0 WSW +US1NYWR0010 43.5178 -73.8107 202.4 NY WARRENSBURG 2.1 WNW +US1NYWR0011 43.4318 -73.7147 135.9 NY LAKE GEORGE 0.4 N +US1NYWR0013 43.3588 -73.6285 92.4 NY QUEENSBURY 2.5 E +US1NYWR0015 43.4004 -73.6227 127.7 NY LAKE GEORGE 5.0 ESE +US1NYWS0008 43.3116 -73.3961 234.4 NY GRANVILLE 9.5 SW +US1NYWY0002 42.8017 -78.0381 436.5 NY WYOMING 2.9 SE +US1NYWY0007 42.7565 -78.2489 517.6 NY VARYSBURG 3.1 E +US1NYYT0001 42.5500 -76.9333 426.7 NY DUNDEE 2.9 NE +US1NYYT0003 42.5020 -76.9242 256.6 NY DUNDEE 3.1 ESE +US1NYYT0005 42.7326 -77.0766 332.2 NY PENN YAN 5.1 NNW +US1NYYT0006 42.5110 -76.9155 157.6 NY DUNDEE 3.3 ESE +US1NYYT0007 42.5284 -76.9776 308.8 NY DUNDEE 0.3 N +US1NYYT0008 42.6539 -77.2660 286.5 NY MIDDLESEX 3.5 S +US1NYYT0009 42.6042 -77.3007 347.2 NY NAPLES 5.2 E +US1OHAB0002 41.8921 -80.8244 191.1 OH ASHTABULA 1.6 WNW +US1OHAB0004 41.8757 -80.7567 210.6 OH ASHTABULA 2.1 E +US1OHAB0008 41.7511 -80.5834 301.1 OH PIERPONT 0.8 W +US1OHAB0015 41.8774 -80.7685 200.9 OH ASHTABULA 1.5 E +US1OHAL0001 40.7035 -84.3516 256.0 OH SPENCERVILLE 0.3 SSE +US1OHAL0005 40.7739 -84.0800 264.3 OH LIMA 2.7 NE +US1OHAL0006 40.7228 -84.3440 252.4 OH SPENCERVILLE 1.1 NNE +US1OHAL0008 40.8335 -84.2982 238.7 OH DELPHOS 2.3 ESE +US1OHAL0009 40.7740 -84.2021 246.0 OH ELIDA 0.8 S +US1OHAL0010 40.7009 -84.0966 270.1 OH LIMA 3.0 SSE +US1OHAS0001 40.9302 -82.3505 332.5 OH ASHLAND 4.7 NNW +US1OHAS0002 40.8326 -82.3763 360.0 OH ASHLAND 3.9 SW +US1OHAS0004 40.8738 -82.3338 348.7 OH ASHLAND 1.0 WNW +US1OHAS0005 41.0420 -82.2126 336.8 OH SULLIVAN 1.1 NNE +US1OHAS0006 40.6690 -82.2690 302.4 OH LOUDONVILLE 3.0 NW +US1OHAT0002 39.2499 -81.8694 251.8 OH GUYSVILLE 4.3 SE +US1OHAT0003 39.3718 -81.8662 274.9 OH STEWART 4.6 NNE +US1OHAT0005 39.3722 -81.9231 234.1 OH AMESVILLE 2.6 SE +US1OHAT0006 39.2728 -82.2430 262.7 OH ALBANY 4.1 NW +US1OHAT0007 39.3092 -82.2328 276.1 OH NEW MARSHFIELD 1.6 SW +US1OHAT0008 39.2851 -82.1528 228.9 OH ATHENS 4.1 SW +US1OHAT0009 39.4676 -82.1336 224.9 OH GLOUSTER 3.6 SW +US1OHAT0010 39.4608 -82.2260 229.8 OH NELSONVILLE 0.1 N +US1OHAT0011 39.1998 -81.9603 218.2 OH GUYSVILLE 6.5 SSW +US1OHAT0012 39.4067 -81.9657 227.7 OH AMESVILLE 0.7 WNW +US1OHAT0013 39.3195 -81.9152 267.9 OH STEWART 1.4 NW +US1OHAT0014 39.3376 -82.0913 195.7 OH ATHENS 1.0 NNE +US1OHAT0016 39.2940 -82.0793 289.3 OH ATHENS 2.3 SSE +US1OHAT0020 39.3818 -82.1078 201.2 OH CHAUNCEY 1.6 SE +US1OHAT0021 39.3099 -82.0128 256.6 OH ATHENS 4.6 ESE +US1OHAT0022 39.3603 -82.2194 235.3 OH ATHENS 7.0 WNW +US1OHAT0023 39.2302 -82.2050 234.1 OH ALBANY 0.6 NW +US1OHAT0024 39.3056 -82.1178 274.9 OH ATHENS 1.7 SW +US1OHAZ0001 40.5680 -84.1963 274.0 OH WAPAKONETA 0.3 SW +US1OHAZ0002 40.5091 -84.4319 283.2 OH ST. MARYS 3.2 SW +US1OHAZ0004 40.4923 -84.3162 275.8 OH NEW KNOXVILLE 0.2 SE +US1OHAZ0007 40.4226 -84.3864 289.0 OH NEW BREMEN 1.1 SSW +US1OHAZ0008 40.5761 -83.9149 313.0 OH WAYNESFIELD 3.6 ESE +US1OHAZ0012 40.5826 -84.2080 281.9 OH WAPAKONETA 1.2 NW +US1OHAZ0015 40.5019 -84.3929 270.4 OH ST. MARYS 2.9 S +US1OHAZ0018 40.5678 -84.1754 272.5 OH WAPAKONETA 0.9 E +US1OHBL0006 40.1468 -80.8399 364.2 OH MOUNT PLEASANT 2.9 SW +US1OHBR0002 39.0260 -83.9189 285.9 OH MOUNT ORAB 0.3 SE +US1OHBR0004 39.1550 -83.9324 289.6 OH FAYETTEVILLE 2.2 S +US1OHBR0008 39.1850 -83.9420 277.7 OH FAYETTEVILLE 0.5 W +US1OHBR0009 38.7268 -83.8341 154.5 OH RIPLEY 0.9 SSE +US1OHBT0001 39.3933 -84.4770 213.1 OH HAMILTON 4.7 E +US1OHBT0002 39.3883 -84.4862 227.1 OH BECKETT RIDGE 3.9 NW +US1OHBT0003 39.3310 -84.3616 267.0 OH WEST CHESTER 2.5 E +US1OHBT0006 39.3073 -84.3627 275.2 OH WEST CHESTER 2.9 SE +US1OHBT0007 39.4690 -84.4540 192.0 OH TRENTON 0.7 SE +US1OHBT0008 39.4837 -84.7467 292.9 OH OXFORD 1.5 S +US1OHBT0014 39.3019 -84.3940 244.4 OH SHARONVILLE 1.6 NNE +US1OHBT0017 39.4055 -84.5835 214.0 OH HAMILTON 1.5 NW +US1OHBT0018 39.5515 -84.5840 296.6 OH SOMERVILLE 3.0 ESE +US1OHBT0021 39.3344 -84.5747 175.0 OH FAIRFIELD 1.7 W +US1OHBT0022 39.4077 -84.5712 197.2 OH HAMILTON 1.2 NNW +US1OHCB0002 40.9154 -80.8457 391.4 OH SALEM 1.0 NNE +US1OHCB0004 40.6707 -80.6565 319.4 OH WELLSVILLE 4.7 N +US1OHCB0006 40.9120 -80.8638 378.9 OH SALEM 0.8 NW +US1OHCB0008 40.7570 -80.9292 361.5 OH HANOVERTON 0.4 ENE +US1OHCC0001 40.2201 -81.9365 257.6 OH COSHOCTON 5.5 WSW +US1OHCC0004 40.3583 -81.7193 295.7 OH FRESNO 2.2 NNE +US1OHCH0001 40.1548 -83.9167 335.0 OH ST. PARIS 2.9 NE +US1OHCH0002 40.0903 -83.7576 323.7 OH URBANA 1.3 SSW +US1OHCH0004 40.0411 -83.5681 359.1 OH MECHANICSBURG 2.4 SSW +US1OHCH0006 40.1694 -83.7473 335.3 OH URBANA 4.2 N +US1OHCH0007 40.1656 -83.5536 334.1 OH WOODSTOCK 1.5 WSW +US1OHCH0008 40.1602 -83.9550 363.0 OH ST. PARIS 2.2 N +US1OHCH0010 40.0963 -83.6113 389.2 OH MECHANICSBURG 3.2 WNW +US1OHCK0001 39.9420 -83.8051 303.9 OH SPRINGFIELD 1.1 NNW +US1OHCK0003 39.8633 -83.6723 333.8 OH SOUTH CHARLESTON 3.0 NNW +US1OHCK0005 39.8718 -83.8183 318.8 OH SPRINGFIELD 4.0 SSW +US1OHCK0007 39.8631 -83.9591 266.4 OH FAIRBORN 4.3 NE +US1OHCK0009 39.8805 -83.7716 322.2 OH SPRINGFIELD 3.5 SSE +US1OHCK0011 39.9761 -83.7801 319.1 OH SPRINGFIELD 3.5 NNE +US1OHCK0013 39.8599 -83.9045 292.6 OH SPRINGFIELD 7.4 SW +US1OHCK0014 39.8910 -83.9192 289.0 OH SPRINGFIELD 7.0 WSW +US1OHCM0001 39.2155 -84.2177 255.1 OH LOVELAND 5.3 SE +US1OHCM0002 39.2142 -84.1716 260.9 OH GOSHEN 1.2 SW +US1OHCM0005 38.9563 -84.1661 271.3 OH BETHEL 4.4 W +US1OHCM0007 39.0212 -84.2186 269.4 OH AMELIA 0.3 SSW +US1OHCM0008 39.1036 -84.2561 253.6 OH SUMMERSIDE 2.1 SE +US1OHCM0009 38.9302 -84.1420 276.8 OH BETHEL 3.8 SW +US1OHCM0010 39.1060 -84.2565 251.8 OH BATAVIA 4.5 WNW +US1OHCM0011 39.1101 -84.2830 263.3 OH CINCINNATI 12.3 E +US1OHCM0014 39.1127 -84.1389 271.0 OH BATAVIA 3.3 NE +US1OHCM0016 39.1022 -84.3052 270.1 OH MOUNT CARMEL 0.5 NW +US1OHCN0001 39.5411 -83.8992 305.1 OH PORT WILLIAM 6.1 W +US1OHCN0002 39.4308 -83.8460 313.3 OH WILMINGTON 1.2 SW +US1OHCN0004 39.3747 -83.8788 301.8 OH WILMINGTON 5.4 SSW +US1OHCN0005 39.3253 -83.7735 324.3 OH MARTINSVILLE 2.0 E +US1OHCN0006 39.4420 -83.8988 310.6 OH WILMINGTON 3.6 W +US1OHCN0010 39.4745 -83.8361 323.7 OH WILMINGTON 2.2 N +US1OHCN0011 39.4770 -83.8466 311.2 OH WILMINGTON 2.5 NNW +US1OHCN0014 39.5461 -83.8728 303.3 OH WILMINGTON 7.4 NNW +US1OHCN0015 39.4365 -83.8983 298.7 OH WILMINGTON 3.6 W +US1OHCN0016 39.4216 -83.8223 320.6 OH WILMINGTON 1.6 SSE +US1OHCN0017 39.4184 -83.9127 295.4 OH CLARKSVILLE 3.9 ENE +US1OHCR0001 40.7138 -81.0882 323.1 OH MINERVA 1.3 SE +US1OHCW0001 40.7302 -82.8117 347.5 OH GALION 1.1 W +US1OHCW0002 40.7949 -82.9742 303.9 OH BUCYRUS 0.5 S +US1OHCW0003 40.8146 -82.9848 303.9 OH BUCYRUS 1.0 NW +US1OHCW0005 40.8200 -82.9628 310.0 OH BUCYRUS 1.3 NNE +US1OHCW0006 40.9036 -82.8745 305.7 OH BUCYRUS 8.7 NE +US1OHCY0001 41.4568 -81.8373 222.8 OH FAIRVIEW PARK 1.4 NE +US1OHCY0002 41.4819 -81.7703 209.7 OH LAKEWOOD 1.6 E +US1OHCY0003 41.3276 -81.8253 251.2 OH STRONGSVILLE 1.1 NNE +US1OHCY0004 41.5640 -81.5009 256.9 OH RICHMOND HEIGHTS 0.4 NNE +US1OHCY0006 41.4644 -81.9295 209.1 OH WESTLAKE 0.7 N +US1OHCY0007 41.6287 -81.4902 185.6 OH EUCLID 3.1 NE +US1OHCY0008 41.3340 -81.7016 359.7 OH BROADVIEW HEIGHTS 1.5 NW +US1OHCY0009 41.4322 -81.3761 326.1 OH CHAGRIN FALLS 0.7 E +US1OHCY0012 41.3093 -81.7484 281.6 OH NORTH ROYALTON 0.3 SW +US1OHCY0013 41.4430 -81.4430 324.9 OH MORELAND HILLS 0.6 W +US1OHCY0014 41.4522 -81.8148 231.0 OH CLEVELAND 7.0 SW +US1OHCY0016 41.3677 -81.7018 335.3 OH PARMA 1.8 SE +US1OHCY0019 41.4742 -81.5230 276.1 OH SHAKER HEIGHTS 1.3 E +US1OHCY0021 41.2909 -81.5948 246.3 OH BRECKSVILLE 1.7 SE +US1OHCY0023 41.5552 -81.4386 279.8 OH MAYFIELD 0.2 NW +US1OHCY0024 41.4088 -81.7448 254.8 OH PARMA 1.9 NNW +US1OHCY0027 41.4179 -81.5741 272.2 OH MAPLE HEIGHTS 0.9 NW +US1OHCY0028 41.4915 -81.4506 325.8 OH PEPPER PIKE 1.0 NNE +US1OHCY0034 41.5007 -81.5526 303.3 OH UNIVERSITY HEIGHTS 1.0 WNW +US1OHCY0036 41.4217 -81.5926 274.9 OH GARFIELD HEIGHTS 0.6 ENE +US1OHCY0038 41.3742 -81.8425 242.3 OH BEREA 1.1 ENE +US1OHCY0039 41.4480 -81.9326 217.9 OH WESTLAKE 0.5 SSW +US1OHCY0041 41.4667 -81.8112 225.2 OH LAKEWOOD 1.3 SSW +US1OHCY0042 41.2981 -81.8151 302.7 OH STRONGSVILLE 1.3 SE +US1OHCY0043 41.5227 -81.4796 323.1 OH LYNDHURST 0.8 NE +US1OHCY0044 41.3923 -81.8346 237.7 OH BROOK PARK 0.7 SW +US1OHCY0047 41.5796 -81.5512 182.3 OH CLEVELAND 9.2 NE +US1OHCY0048 41.4473 -81.5337 316.1 OH HIGHLAND HILLS 0.8 W +US1OHDF0001 41.2812 -84.3454 212.1 OH DEFIANCE 0.9 E +US1OHDF0006 41.3836 -84.2423 217.3 OH DEFIANCE 9.4 NE +US1OHDL0002 40.1790 -82.9256 274.6 OH WESTERVILLE 4.0 N +US1OHDL0003 40.3492 -83.1064 295.0 OH DELAWARE 3.7 NNW +US1OHDL0007 40.1547 -82.9215 280.4 OH WESTERVILLE 2.3 N +US1OHDL0008 40.1642 -83.1687 294.1 OH DUBLIN 3.7 NNW +US1OHDL0010 40.2001 -82.7732 332.2 OH SUNBURY 5.7 ESE +US1OHDL0012 40.1967 -82.9835 282.2 OH LEWIS CENTER 1.4 E +US1OHDL0013 40.2337 -82.9362 290.2 OH GALENA 3.0 WNW +US1OHDL0017 40.2372 -82.9529 286.8 OH GALENA 3.9 WNW +US1OHDL0022 40.1703 -82.9221 289.6 OH WESTERVILLE 3.4 N +US1OHDR0001 40.1526 -84.4613 303.9 OH BRADFORD 2.3 NW +US1OHDR0007 40.2181 -84.5139 304.8 OH VERSAILLES 1.6 WSW +US1OHDR0008 39.9463 -84.4537 315.5 OH POTSDAM 2.6 WSW +US1OHDR0009 40.1671 -84.6371 314.2 OH GREENVILLE 4.5 N +US1OHDR0011 40.0960 -84.5200 307.8 OH GREENVILLE 5.6 E +US1OHDR0012 40.2993 -84.6208 314.6 OH ROSSBURG 1.6 NE +US1OHDR0013 40.2777 -84.5805 321.9 OH ROSSBURG 3.0 E +US1OHDR0016 40.2696 -84.6928 317.6 OH ROSSBURG 3.0 WSW +US1OHDR0017 39.9935 -84.4629 310.0 OH PITSBURG 1.4 ENE +US1OHDR0018 39.9494 -84.5796 325.8 OH ARCANUM 3.2 SSW +US1OHDR0019 40.1794 -84.6380 312.1 OH GREENVILLE 5.3 N +US1OHDR0023 39.9891 -84.6190 334.1 OH ARCANUM 3.5 W +US1OHDR0024 39.9805 -84.6989 335.3 OH NEW MADISON 1.0 NNE +US1OHDR0025 40.2184 -84.5133 305.4 OH VERSAILLES 1.6 WSW +US1OHDR0026 40.1249 -84.6310 327.4 OH GREENVILLE 1.6 NNW +US1OHER0002 41.3036 -82.5429 209.1 OH MILAN 3.2 ENE +US1OHER0003 41.2952 -82.8156 221.0 OH BELLEVUE 1.9 NE +US1OHER0004 41.3988 -82.7925 215.2 OH CASTALIA 0.9 ESE +US1OHER0005 41.3190 -82.3773 244.4 OH WAKEMAN 4.6 NNE +US1OHER0006 41.4124 -82.3775 183.8 OH VERMILION 3.1 W +US1OHER0007 41.3773 -82.6243 191.4 OH SANDUSKY 7.2 SE +US1OHER0008 41.4229 -82.7905 184.4 OH CASTALIA 1.8 NNE +US1OHER0010 41.4015 -82.7290 190.2 OH SANDUSKY 3.8 SSW +US1OHER0011 41.3262 -82.4920 237.7 OH BERLIN HEIGHTS 0.4 N +US1OHER0012 41.4262 -82.6961 180.7 OH SANDUSKY 2.3 SSE +US1OHER0013 41.3580 -82.7261 207.3 OH SANDUSKY 6.8 S +US1OHER0014 41.2911 -82.5934 19.5 OH MILAN 0.4 ENE +US1OHER0015 41.3575 -82.7949 211.8 OH CASTALIA 3.1 SSE +US1OHER0016 41.4366 -82.6877 177.4 OH SANDUSKY 1.9 SE +US1OHER0017 41.3936 -82.5650 182.6 OH HURON 0.2 SW +US1OHER0018 41.3621 -82.5745 186.5 OH HURON 2.5 SSW +US1OHER0019 41.4203 -82.6341 179.5 OH HURON 4.1 WNW +US1OHER0020 41.2879 -82.6913 213.7 OH MONROEVILLE 3.1 N +US1OHER0022 41.3795 -82.5317 181.4 OH HURON 2.0 SE +US1OHER0024 41.2999 -82.5836 199.9 OH MILAN 1.2 NE +US1OHER0027 41.4263 -82.8099 183.8 OH SANDUSKY 5.3 WSW +US1OHER0029 41.3797 -82.5070 183.5 OH HURON 3.1 ESE +US1OHER0041 41.2952 -82.8156 223.4 OH BELLEVUE 1.9 NE +US1OHER0042 41.6050 -82.7189 189.3 OH KELLEYS ISLAND 0.7 WNW +US1OHER0043 41.4286 -82.6948 182.3 OH SANDUSKY 2.1 SSE +US1OHER0044 41.3093 -82.5780 199.3 OH MILAN 1.9 NE +US1OHER0045 41.3070 -82.7024 216.7 OH MONROEVILLE 4.4 N +US1OHFF0001 39.6680 -82.5636 244.1 OH LANCASTER 4.2 SSE +US1OHFF0005 39.9263 -82.7469 303.9 OH PICKERINGTON 2.7 NNE +US1OHFF0008 39.7499 -82.5618 276.1 OH LANCASTER 2.8 NE +US1OHFF0009 39.8847 -82.6431 281.6 OH BALTIMORE 3.3 NW +US1OHFF0010 39.8895 -82.7680 256.6 OH PICKERINGTON 0.1 SSE +US1OHFF0014 39.7094 -82.7327 327.1 OH LANCASTER 7.2 W +US1OHFL0002 41.5515 -84.1387 234.1 OH WAUSEON 0.2 SE +US1OHFL0006 41.5212 -83.9638 208.5 OH DELTA 4.2 SSE +US1OHFL0009 41.6528 -84.2503 220.4 OH FAYETTE 4.3 ESE +US1OHFL0012 41.5281 -84.1438 228.3 OH WAUSEON 1.8 S +US1OHFL0013 41.5272 -83.9067 207.0 OH SWANTON 4.0 S +US1OHFR0001 40.0279 -83.0543 256.0 OH UPPER ARLINGTON 0.9 E +US1OHFR0002 40.1299 -83.0742 273.1 OH DUBLIN 3.2 ENE +US1OHFR0003 39.9810 -83.0401 234.1 OH GRANDVIEW HEIGHTS 0.1 N +US1OHFR0007 40.0112 -83.0832 247.5 OH UPPER ARLINGTON 1.3 SSW +US1OHFR0008 40.0403 -82.7980 314.6 OH NEW ALBANY 2.8 SSE +US1OHFR0010 40.1226 -82.9213 270.1 OH WESTERVILLE 0.2 WNW +US1OHFR0012 40.0604 -83.0815 267.9 OH UPPER ARLINGTON 2.4 NNW +US1OHFR0016 40.0923 -83.0725 271.9 OH DUBLIN 3.7 ESE +US1OHFR0018 39.9977 -83.0323 229.2 OH COLUMBUS 2.4 WNW +US1OHFR0020 40.0287 -82.9477 253.9 OH COLUMBUS 3.5 NE +US1OHFR0021 39.9931 -83.0786 237.7 OH MARBLE CLIFF 1.1 WNW +US1OHFR0022 39.9561 -83.1592 282.2 OH GALLOWAY 3.1 N +US1OHFR0023 39.8378 -83.2321 290.2 OH HARRISBURG 3.7 WNW +US1OHFR0024 40.0925 -82.9582 0.0 OH COLUMBUS 9.3 NNE +US1OHFR0025 39.9804 -83.0397 235.0 OH COLUMBUS 2.8 WSW +US1OHFR0030 40.0344 -83.1768 287.7 OH HILLIARD 1.8 W +US1OHFR0034 40.0191 -83.0437 247.5 OH COLUMBUS 3.6 NW +US1OHFR0037 39.9588 -82.8294 265.8 OH REYNOLDSBURG 1.6 W +US1OHFR0039 40.0143 -83.0434 246.9 OH COLUMBUS 3.4 WNW +US1OHFR0045 40.0415 -82.8247 301.1 OH GAHANNA 2.9 ENE +US1OHFR0046 40.0639 -82.8673 291.1 OH COLUMBUS 8.2 NE +US1OHFR0048 39.9946 -83.0131 232.3 OH COLUMBUS 1.4 WNW +US1OHFR0051 40.0210 -83.0427 244.1 OH COLUMBUS 3.7 NW +US1OHFR0052 40.0308 -83.1071 257.9 OH COLUMBUS 7.5 NW +US1OHFR0058 40.0463 -83.0559 267.3 OH COLUMBUS 5.4 NW +US1OHFR0059 39.9760 -83.1667 283.8 OH NEW ROME 2.2 NW +US1OHFR0075 40.0596 -83.0099 264.0 OH COLUMBUS 5.0 NNW +US1OHFR0081 40.0452 -83.1509 281.3 OH HILLIARD 0.7 NW +US1OHFR0083 40.1306 -82.9200 273.4 OH WESTERVILLE 0.7 N +US1OHFR0084 40.0976 -83.0333 231.3 OH WORTHINGTON 0.7 W +US1OHFR0087 40.0942 -82.8450 297.5 OH WESTERVILLE 4.3 ESE +US1OHFR0091 40.0357 -83.0034 262.7 OH COLUMBUS 3.3 NNW +US1OHFY0003 39.5348 -83.4942 314.2 OH WASHINGTON 3.4 W +US1OHFY0005 39.5101 -83.3670 282.5 OH WASHINGTON 3.9 ESE +US1OHGG0003 41.4323 -81.3716 329.2 OH SOUTH RUSSELL 2.0 W +US1OHGG0004 41.5903 -81.0480 377.3 OH MONTVILLE 1.2 SSE +US1OHGG0007 41.4644 -81.0652 35.7 OH MIDDLEFIELD 0.6 NE +US1OHGG0009 41.4324 -81.3711 333.8 OH SOUTH RUSSELL 2.0 W +US1OHGG0011 41.7124 -81.0387 306.0 OH MADISON 4.2 S +US1OHGG0014 41.4218 -81.3274 365.5 OH CHAGRIN FALLS 3.3 ESE +US1OHGG0015 41.5537 -81.3654 353.9 OH CHESTERLAND 2.3 NNW +US1OHGG0016 41.5078 -81.1830 386.5 OH CHARDON 5.1 SSE +US1OHGG0017 41.4135 -81.2926 369.1 OH CHAGRIN FALLS 5.2 ESE +US1OHGL0002 38.8837 -82.4100 197.8 OH THURMAN 2.2 ESE +US1OHGR0002 39.6429 -84.0404 241.4 OH BELLBROOK 2.4 E +US1OHGR0003 39.6780 -83.9635 284.4 OH XENIA 1.3 WSW +US1OHGR0006 39.6646 -83.9707 279.8 OH XENIA 2.1 SW +US1OHGR0009 39.6333 -84.1048 265.5 OH BELLBROOK 1.1 WSW +US1OHGR0010 39.8095 -84.0142 256.3 OH FAIRBORN 0.4 NNE +US1OHGR0011 39.7203 -83.7500 324.6 OH CEDARVILLE 3.6 ESE +US1OHGR0012 39.8057 -84.0182 271.6 OH FAIRBORN 0.1 NNW +US1OHGR0013 39.7117 -83.9235 278.3 OH XENIA 2.1 NNE +US1OHGR0014 39.7675 -84.0272 291.1 OH BEAVERCREEK 3.2 NE +US1OHGR0015 39.7353 -84.0355 289.3 OH BEAVERCREEK 1.5 ENE +US1OHGR0016 39.8271 -83.9906 266.4 OH FAIRBORN 2.1 NE +US1OHGR0017 39.7745 -83.9912 277.4 OH FAIRBORN 2.5 SE +US1OHGR0018 39.6567 -84.0784 289.0 OH BELLBROOK 1.2 NNE +US1OHGR0019 39.8133 -83.8511 316.7 OH YELLOW SPRINGS 2.5 ENE +US1OHGR0021 39.6324 -84.1082 289.0 OH BELLBROOK 1.3 WSW +US1OHGR0022 39.6684 -83.8567 311.8 OH XENIA 4.6 ESE +US1OHGR0026 39.6595 -83.9805 278.6 OH XENIA 2.8 SW +US1OHGY0002 40.0134 -81.5610 243.5 OH CAMBRIDGE 1.6 ESE +US1OHGY0004 40.1484 -81.6407 263.3 OH KIMBOLTON 3.5 W +US1OHHC0002 40.9433 -83.6700 245.1 OH FINDLAY 7.2 SSW +US1OHHC0006 41.0521 -83.5773 245.4 OH FINDLAY 3.4 E +US1OHHC0010 40.8816 -83.7090 268.5 OH JENERA 1.6 SE +US1OHHC0011 40.8892 -83.6603 263.7 OH ARLINGTON 0.4 SW +US1OHHC0012 41.0401 -83.6492 237.1 OH FINDLAY 0.4 WSW +US1OHHC0013 40.9583 -83.7654 248.7 OH RAWSON 1.1 E +US1OHHD0005 40.7323 -83.6438 290.2 OH KENTON 6.3 NNW +US1OHHD0006 40.6895 -83.5472 287.4 OH KENTON 4.5 NE +US1OHHD0008 40.6480 -83.6297 293.8 OH KENTON 1.0 WNW +US1OHHD0010 40.5994 -83.4458 289.0 OH LA RUE 3.6 WNW +US1OHHD0011 40.7019 -83.5028 283.2 OH KENTON 6.9 NE +US1OHHD0014 40.8131 -83.7383 293.2 OH ADA 5.4 NE +US1OHHD0015 40.6565 -83.6053 307.5 OH KENTON 0.9 NNE +US1OHHD0017 40.6553 -83.4586 287.4 OH KENTON 8.0 E +US1OHHD0018 40.6473 -83.5779 307.8 OH KENTON 1.7 E +US1OHHD0019 40.5217 -83.6800 335.0 OH BELLE CENTER 3.5 ENE +US1OHHD0022 40.6933 -83.7903 297.5 OH MCGUFFEY 0.2 W +US1OHHD0023 40.6721 -83.4908 287.1 OH KENTON 6.6 ENE +US1OHHG0002 39.1781 -83.8644 306.3 OH LYNCHBURG 6.1 SW +US1OHHG0003 39.1983 -83.6179 334.4 OH HILLSBORO 0.8 SSW +US1OHHK0003 39.5131 -82.5422 323.1 OH ROCKBRIDGE 4.7 SSW +US1OHHK0004 39.6511 -82.4694 297.8 OH SUGAR GROVE 4.5 ENE +US1OHHM0002 39.1872 -84.4411 222.8 OH CINCINNATI 7.3 NE +US1OHHM0003 39.2407 -84.4995 244.1 OH WYOMING 1.2 NW +US1OHHM0004 39.1967 -84.7741 149.7 OH CLEVES 2.7 NNW +US1OHHM0005 39.1448 -84.6078 267.3 OH CHEVIOT 0.9 SSE +US1OHHM0007 39.0900 -84.3610 220.7 OH SHERWOOD 0.4 N +US1OHHM0009 39.2027 -84.5743 259.7 OH WHITE OAK EAST 0.9 E +US1OHHM0013 39.2500 -84.5790 252.7 OH CINCINNATI 8.9 NW +US1OHHM0014 39.2645 -84.3919 240.8 OH SHARONVILLE 1.4 SE +US1OHHM0015 39.2678 -84.2821 225.9 OH LOVELAND 0.4 W +US1OHHM0017 39.1052 -84.6247 257.6 OH COVEDALE 1.5 SSE +US1OHHM0020 39.2953 -84.7611 187.5 OH (N8ASV)HARRISON 3.6 NNE +US1OHHM0022 39.1535 -84.4386 189.0 OH CINCINNATI 5.3 NE +US1OHHM0023 39.2000 -84.6074 282.5 OH CINCINNATI 8.4 NW +US1OHHM0026 39.2600 -84.8070 181.4 OH HARRISON 1.0 NW +US1OHHM0031 39.0893 -84.3865 234.4 OH CINCINNATI 6.7 E +US1OHHM0035 39.2828 -84.7739 244.4 OH HARRISON 2.5 NNE +US1OHHM0037 39.0840 -84.3280 262.7 OH CHERRY GROVE 0.4 NW +US1OHHM0038 39.1264 -84.4299 190.8 OH CINCINNATI 4.2 ESE +US1OHHM0042 39.2158 -84.3746 248.4 OH KENWOOD 0.7 N +US1OHHR0001 41.0971 -82.4874 296.0 OH NEW LONDON 4.4 WNW +US1OHHR0002 41.2839 -82.8408 226.2 OH BELLEVUE 0.6 N +US1OHHR0005 41.2646 -82.4353 263.0 OH WAKEMAN 1.7 WNW +US1OHHR0006 41.0028 -82.6967 300.5 OH PLYMOUTH 1.6 WNW +US1OHHR0007 41.1679 -82.6127 260.0 OH NORWALK 5.1 S +US1OHHR0010 41.2231 -82.6420 224.9 OH NORWALK 2.1 SW +US1OHHR0011 41.2445 -82.5883 232.9 OH NORWALK 1.2 E +US1OHHR0014 41.1178 -82.5123 298.7 OH NEW LONDON 6.1 WNW +US1OHHS0003 40.4048 -80.8783 385.9 OH BLOOMINGDALE 5.4 NW +US1OHHY0002 41.3893 -84.1154 200.3 OH NAPOLEON 0.7 ESE +US1OHHY0003 41.3979 -84.1290 203.3 OH NAPOLEON 0.3 NNW +US1OHHY0004 41.3397 -84.1196 208.5 OH NAPOLEON 3.8 S +US1OHHY0005 41.3282 -83.9088 207.6 OH MCCLURE 3.4 SSE +US1OHHY0007 41.3910 -84.1378 205.7 OH NAPOLEON 0.6 WSW +US1OHHY0009 41.4570 -84.1496 214.9 OH NAPOLEON 4.5 NNW +US1OHJC0002 39.0023 -82.5791 250.9 OH JACKSON 4.0 SE +US1OHJC0004 38.8881 -82.5742 214.6 OH OAK HILL 0.6 SSW +US1OHJF0006 40.3760 -80.6820 350.8 OH STEUBENVILLE 2.0 WNW +US1OHJF0009 40.1650 -80.8229 375.5 OH MOUNT PLEASANT 1.4 WSW +US1OHKN0001 40.2749 -82.6040 335.0 OH CENTERBURG 5.3 ESE +US1OHKN0004 40.5355 -82.5628 365.5 OH FREDERICKTOWN 4.0 NNW +US1OHKN0005 40.4676 -82.4292 379.8 OH FREDERICKTOWN 6.2 E +US1OHLC0001 40.1183 -82.6265 319.1 OH ALEXANDRIA 2.1 NNW +US1OHLC0002 40.0273 -82.7490 324.0 OH PATASKALA 4.4 WNW +US1OHLC0005 40.0679 -82.4178 261.8 OH NEWARK 0.3 E +US1OHLC0007 40.1488 -82.6440 346.9 OH JOHNSTOWN 2.3 E +US1OHLC0010 40.1282 -82.5158 339.9 OH GRANVILLE 4.0 N +US1OHLC0011 40.0240 -82.6511 370.9 OH PATASKALA 2.0 NE +US1OHLC0014 40.1542 -82.5101 361.8 OH GRANVILLE 5.6 N +US1OHLC0015 40.0527 -82.5445 324.6 OH GRANVILLE 2.6 WSW +US1OHLC0016 39.9598 -82.7790 299.0 OH REYNOLDSBURG 1.1 ENE +US1OHLC0018 40.1966 -82.6797 353.3 OH JOHNSTOWN 3.2 N +US1OHLC0022 39.9980 -82.6136 327.4 OH PATASKALA 3.2 E +US1OHLC0024 40.1297 -82.4301 267.6 OH NEWARK 4.3 N +US1OHLC0026 39.9980 -82.5986 327.7 OH KIRKERSVILLE 3.3 N +US1OHLG0002 40.2730 -83.5597 332.8 OH EAST LIBERTY 4.2 SSE +US1OHLK0001 41.6745 -81.2669 224.0 OH PAINESVILLE 3.8 SSW +US1OHLK0003 41.5886 -81.4318 253.9 OH WILLOUGHBY HILLS 0.3 NE +US1OHLK0004 41.6032 -81.4435 242.0 OH WILLOUGHBY HILLS 1.3 NNW +US1OHLK0005 41.5886 -81.3491 327.1 OH KIRTLAND 0.9 SW +US1OHLK0006 41.6095 -81.4558 217.6 OH WICKLIFFE 0.6 E +US1OHLK0009 41.6151 -81.4459 218.5 OH WILLOUGHBY 2.9 SW +US1OHLK0011 41.7683 -81.0697 224.6 OH MADISON 0.9 WSW +US1OHLR0002 41.1134 -82.3036 284.1 OH WELLINGTON 5.5 SW +US1OHLR0003 41.4900 -82.0874 181.1 OH SHEFFIELD LAKE 0.5 E +US1OHLR0004 41.4096 -82.0520 214.6 OH NORTH RIDGEVILLE 2.4 NW +US1OHLR0005 41.2934 -82.1624 234.7 OH OBERLIN 2.8 E +US1OHLR0006 41.3529 -82.0405 229.2 OH NORTH RIDGEVILLE 2.8 SSW +US1OHLR0008 41.3763 -82.0992 216.4 OH ELYRIA 0.4 SE +US1OHLR0010 41.4370 -82.0477 209.1 OH AVON 1.6 SW +US1OHLR0011 41.3436 -82.0733 229.8 OH ELYRIA 3.0 SE +US1OHLS0001 41.6823 -83.5412 182.0 OH TOLEDO 2.4 ENE +US1OHLS0005 41.7178 -83.5260 177.7 OH TOLEDO 4.7 NE +US1OHLS0009 41.7214 -83.7324 203.9 OH SYLVANIA 1.4 WNW +US1OHLS0012 41.6916 -83.5672 183.8 OH TOLEDO 2.1 NNE +US1OHLS0014 41.6305 -83.4411 182.0 OH OREGON 2.8 SSW +US1OHLS0016 41.7080 -83.4878 178.0 OH TOLEDO 5.7 ENE +US1OHLS0018 41.6856 -83.6864 0.0 OH SYLVANIA 2.2 SSE +US1OHLS0021 41.6498 -83.6203 189.3 OH TOLEDO 2.2 WSW +US1OHLS0022 41.5309 -83.7188 196.6 OH WATERVILLE 2.4 NNE +US1OHLS0023 41.6710 -83.8354 211.8 OH SWANTON 6.7 NNE +US1OHLS0028 41.5621 -83.6553 199.9 OH MAUMEE 0.8 S +US1OHLW0006 38.4224 -82.4748 169.2 OH CHESAPEAKE 1.4 WSW +US1OHMA0005 39.8714 -83.3806 304.2 OH LONDON 3.4 ESE +US1OHMC0001 40.5671 -84.5410 264.6 OH CELINA 1.8 ENE +US1OHMC0002 40.5934 -84.5415 258.5 OH CELINA 3.1 NNE +US1OHMC0007 40.3699 -84.5214 292.0 OH MARIA STEIN 3.0 SSW +US1OHMD0001 41.0428 -81.8193 400.2 OH WADSWORTH 4.7 WNW +US1OHMD0002 41.2498 -81.8133 342.0 OH BRUNSWICK 0.5 NE +US1OHMD0004 41.1808 -81.7297 369.1 OH MEDINA 7.6 ENE +US1OHMD0005 41.2441 -81.9024 269.1 OH VALLEY CITY 1.6 ENE +US1OHMD0006 41.1555 -81.8477 290.2 OH MEDINA 1.7 NE +US1OHMD0009 41.1487 -81.8905 335.9 OH MEDINA 1.5 NW +US1OHMD0010 41.1412 -81.8534 319.1 OH MEDINA 0.8 ENE +US1OHMG0001 39.6563 -81.8526 219.8 OH MCCONNELSVILLE 0.5 WNW +US1OHMH0002 41.0092 -80.6176 312.1 OH POLAND 1.0 S +US1OHMH0007 41.0596 -80.6549 336.8 OH YOUNGSTOWN 2.8 S +US1OHMH0009 40.9567 -80.7731 363.6 OH CANFIELD 5.1 S +US1OHMH0010 40.9532 -80.7992 378.3 OH SALEM 4.5 NE +US1OHMH0011 41.0364 -80.7659 332.5 OH CANFIELD 0.5 N +US1OHMK0012 39.9753 -81.7767 339.2 OH NORWICH 1.1 SE +US1OHMK0013 39.9235 -81.7578 327.7 OH NEW CONCORD 5.2 SSW +US1OHMM0001 40.1358 -84.2476 274.0 OH PIQUA 0.8 SSE +US1OHMM0002 40.1181 -84.1992 286.2 OH PIQUA 3.4 SE +US1OHMM0003 39.9797 -84.2822 281.3 OH WEST MILTON 2.9 NE +US1OHMM0011 39.9918 -84.2095 271.0 OH TROY 3.7 S +US1OHMM0013 39.9998 -84.2114 268.5 OH TROY 3.1 S +US1OHMM0014 39.9573 -84.1749 256.0 OH TIPP CITY 0.6 SE +US1OHMR0001 40.5697 -83.0969 292.0 OH MARION 1.9 ESE +US1OHMR0003 40.5312 -83.0885 281.0 OH MARION 4.2 SSE +US1OHMR0006 40.6886 -83.2128 275.8 OH MORRAL 0.1 S +US1OHMR0009 40.5846 -83.3316 286.5 OH NEW BLOOMINGTON 0.9 W +US1OHMS0002 39.1950 -82.1869 217.3 OH ALBANY 2.1 SSE +US1OHMW0002 40.6672 -82.6469 411.2 OH LEXINGTON 3.2 WSW +US1OHMW0003 40.3585 -82.7251 395.3 OH CENTERBURG 4.1 NNW +US1OHMW0004 40.5143 -82.7556 361.8 OH MOUNT GILEAD 4.9 ESE +US1OHMW0005 40.7115 -82.7678 365.2 OH GALION 1.8 SE +US1OHMY0004 39.6314 -84.1697 294.1 OH CENTERVILLE 1.7 WSW +US1OHMY0005 39.6807 -84.3954 251.8 OH FARMERSVILLE 1.7 E +US1OHMY0006 39.6252 -84.1548 295.7 OH CENTERVILLE 1.4 SW +US1OHMY0007 39.8070 -84.2513 298.1 OH FORT MCKINLEY 0.3 ENE +US1OHMY0009 39.6949 -84.1464 304.5 OH KETTERING 0.2 ESE +US1OHMY0017 39.7373 -84.3955 283.5 OH NEW LEBANON 0.6 SSE +US1OHMY0018 39.8795 -84.1278 301.4 OH HUBER HEIGHTS 1.8 NNW +US1OHMY0019 39.8329 -84.4052 317.3 OH BROOKVILLE 0.6 ESE +US1OHMY0020 39.6247 -84.4624 298.1 OH GERMANTOWN 5.4 W +US1OHMY0021 39.7180 -84.1939 250.5 OH KETTERING 2.8 WNW +US1OHMY0023 39.7171 -84.1668 295.7 OH DAYTON 3.2 SSE +US1OHMY0025 39.8546 -84.2112 290.5 OH DAYTON 6.7 NNW +US1OHMY0033 39.7083 -84.4041 274.9 OH FARMERSVILLE 2.4 NNE +US1OHMY0034 39.8979 -84.3284 299.0 OH UNION 1.0 WSW +US1OHMY0036 39.8503 -84.2810 282.2 OH NORTHVIEW 0.5 N +US1OHMY0039 39.5853 -84.1493 305.4 OH CENTERVILLE 3.9 S +US1OHMY0045 39.7659 -84.1180 241.7 OH RIVERSIDE 1.1 SSE +US1OHMY0046 39.6227 -84.2529 292.3 OH MIAMISBURG 1.5 SE +US1OHMY0048 39.6005 -84.1625 305.4 OH CENTERVILLE 3.1 SSW +US1OHMY0051 39.7424 -84.1492 276.5 OH DAYTON 3.6 SE +US1OHMY0053 39.8642 -84.1656 239.3 OH HUBER HEIGHTS 2.9 WNW +US1OHMY0056 39.7419 -84.1473 279.8 OH DAYTON 3.7 SE +US1OHMY0059 39.6295 -84.3752 249.0 OH GERMANTOWN 0.8 WSW +US1OHOT0002 41.5030 -82.9864 175.0 OH PORT CLINTON 2.5 W +US1OHOT0003 41.5218 -83.3393 187.1 OH GENOA 1.1 ENE +US1OHOT0004 41.6390 -82.8248 179.8 OH PUT-IN-BAY 1.1 SSW +US1OHOT0005 41.5127 -82.9278 176.2 OH PORT CLINTON 0.6 ENE +US1OHOT0006 41.5279 -82.8240 179.8 OH MARBLEHEAD 5.3 W +US1OHOT0008 41.5480 -82.8463 178.6 OH PORT CLINTON 5.5 ENE +US1OHOT0009 41.5239 -83.0683 176.5 OH PORT CLINTON 6.8 W +US1OHPB0001 39.7647 -84.6338 321.9 OH EATON 1.0 N +US1OHPB0004 39.7437 -84.6543 325.2 OH EATON 1.1 WSW +US1OHPB0006 39.7439 -84.5427 277.4 OH WEST ALEXANDRIA 0.5 W +US1OHPB0009 39.7684 -84.6383 323.7 OH EATON 1.4 N +US1OHPC0001 39.7109 -82.8375 249.9 OH ASHVILLE 6.3 E +US1OHPC0004 39.5931 -83.1149 236.8 OH WILLIAMSPORT 0.7 N +US1OHPL0001 41.2240 -84.6022 212.4 OH CECIL 0.3 N +US1OHPL0004 41.0919 -84.4920 219.2 OH PAULDING 5.6 ESE +US1OHPL0005 41.1546 -84.5691 220.1 OH PAULDING 1.4 NNE +US1OHPN0010 41.0356 -84.0432 225.6 OH OTTAWA 1.0 N +US1OHPT0001 41.1479 -81.3240 330.1 OH KENT 2.0 E +US1OHPT0002 41.1599 -81.2321 341.1 OH RAVENNA 0.5 E +US1OHPT0003 41.1552 -81.2008 321.9 OH RAVENNA 2.2 E +US1OHPT0005 41.1548 -81.2167 342.0 OH RAVENNA 1.4 ESE +US1OHPT0006 41.2074 -81.1738 349.0 OH RAVENNA 4.9 NE +US1OHPT0007 41.2113 -81.2133 338.6 OH RAVENNA 3.9 NNE +US1OHPT0008 41.2098 -81.3548 331.0 OH STREETSBORO 2.1 SSW +US1OHPT0009 41.3160 -81.1434 353.6 OH HIRAM 0.4 N +US1OHPT0010 41.2008 -81.3389 330.4 OH KENT 3.6 NE +US1OHPT0012 41.0085 -81.3290 357.8 OH MOGADORE 4.7 SE +US1OHPT0013 41.2942 -81.2316 390.8 OH MANTUA 1.0 NNW +US1OHPT0017 41.1472 -81.3908 322.5 OH KENT 1.5 W +US1OHPY0001 39.7261 -82.2045 274.3 OH NEW LEXINGTON 0.9 NNE +US1OHRC0003 40.6864 -82.5994 373.4 OH LEXINGTON 0.9 NW +US1OHRC0007 40.8900 -82.6558 333.5 OH SHELBY 0.6 NNE +US1OHRC0008 40.7752 -82.5623 393.2 OH MANSFIELD 2.0 WNW +US1OHRC0009 40.7383 -82.6183 438.0 OH MANSFIELD 5.1 WSW +US1OHRC0011 40.7557 -82.5922 417.0 OH ONTARIO 1.1 SE +US1OHRC0012 40.8735 -82.6512 341.7 OH SHELBY 0.8 SE +US1OHRS0001 39.2825 -82.9945 256.3 OH CHILLICOTHE 3.7 S +US1OHSC0001 38.7584 -82.8832 162.8 OH SCIOTODALE 1.2 W +US1OHSC0004 38.7873 -82.9779 189.6 OH ROSEMOUNT 0.3 W +US1OHSC0006 38.8296 -82.9411 254.2 OH LUCASVILLE 4.5 SE +US1OHSC0008 38.8845 -82.9802 208.2 OH LUCASVILLE 0.9 ENE +US1OHSD0002 41.3658 -83.0754 185.6 OH FREMONT 2.2 ENE +US1OHSD0003 41.3148 -82.9761 197.8 OH CLYDE 0.7 N +US1OHSD0007 41.2924 -83.0078 209.4 OH CLYDE 1.8 WSW +US1OHSD0009 41.3448 -83.1201 191.7 OH FREMONT 0.5 SW +US1OHSH0001 40.3449 -84.0939 318.8 OH SIDNEY 5.3 NE +US1OHSH0002 40.5158 -83.8932 303.9 OH LAKEVIEW 2.6 NE +US1OHSH0004 40.4400 -84.1847 301.4 OH ANNA 3.1 NNW +US1OHSH0005 40.2489 -84.3308 286.5 OH HOUSTON 0.5 SE +US1OHSH0007 40.2830 -84.0816 322.2 OH SIDNEY 4.3 E +US1OHSH0009 40.3291 -84.3375 299.3 OH FORT LORAMIE 2.1 SE +US1OHSH0010 40.2505 -84.4053 306.0 OH RUSSIA 1.3 NNE +US1OHSH0011 40.2709 -84.3247 298.1 OH HOUSTON 1.3 NNE +US1OHSH0012 40.3019 -84.1317 313.9 OH SIDNEY 1.9 ENE +US1OHSH0013 40.3153 -84.4154 299.3 OH FORT LORAMIE 3.2 SW +US1OHSH0014 40.3563 -84.4076 289.9 OH FORT LORAMIE 2.1 WNW +US1OHSH0015 40.3569 -84.3736 287.4 OH FORT LORAMIE 0.8 NNW +US1OHSH0016 40.3147 -84.1519 317.6 OH SIDNEY 1.9 NNE +US1OHSH0018 40.3248 -84.1351 311.5 OH SIDNEY 2.9 NNE +US1OHSH0020 40.2371 -84.2408 282.9 OH SIDNEY 5.4 SW +US1OHSM0002 41.0723 -81.4635 348.4 OH AKRON 3.1 E +US1OHSM0003 41.3196 -81.5185 311.2 OH MACEDONIA 1.2 WNW +US1OHSM0004 41.3203 -81.5012 312.7 OH MACEDONIA 0.7 NNW +US1OHSM0005 41.1623 -81.5037 303.0 OH CUYAHOGA FALLS 1.1 ESE +US1OHSM0006 41.0918 -81.4241 355.7 OH TALLMADGE 0.8 S +US1OHSM0007 41.1667 -81.4269 345.3 OH STOW 0.8 SE +US1OHSM0008 41.1765 -81.5143 317.6 OH CUYAHOGA FALLS 0.7 NE +US1OHSM0009 40.9604 -81.5788 340.5 OH CLINTON 3.5 NE +US1OHSM0010 40.9197 -81.5705 293.5 OH CLINTON 3.2 ESE +US1OHSM0014 40.9534 -81.5239 310.0 OH AKRON 8.9 S +US1OHSM0015 41.0652 -81.4557 339.5 OH AKRON 3.6 ESE +US1OHSM0016 41.1603 -81.4156 337.7 OH STOW 1.6 SE +US1OHSM0017 41.1499 -81.4390 336.2 OH MUNROE FALLS 0.7 NNW +US1OHSM0022 41.1229 -81.6252 306.0 OH FAIRLAWN 0.2 SW +US1OHSM0025 41.0388 -81.5248 310.9 OH AKRON 2.9 S +US1OHSM0026 41.1487 -81.4307 338.6 OH MUNROE FALLS 0.7 NNE +US1OHSM0027 41.1145 -81.5344 272.5 OH AKRON 2.4 NNW +US1OHSM0028 40.9812 -81.5407 307.2 OH AKRON 7.0 S +US1OHSM0032 41.0798 -81.4710 337.1 OH AKRON 2.6 E +US1OHSN0001 41.2050 -82.8380 244.1 OH BELLEVUE 4.9 S +US1OHSN0002 41.1314 -83.2808 236.8 OH BASCOM 0.3 ESE +US1OHSN0003 41.0589 -83.1127 254.2 OH TIFFIN 5.2 SE +US1OHST0002 40.8415 -81.3367 324.0 OH CANTON 2.8 NE +US1OHST0006 40.8322 -81.4809 318.2 OH CANTON 5.8 WNW +US1OHTR0001 41.3900 -80.6300 303.3 OH KINSMAN 4.3 SW +US1OHTR0004 41.1977 -80.9721 275.2 OH NEWTON FALLS 0.6 N +US1OHTR0010 41.1614 -80.5616 302.1 OH HUBBARD 0.4 ENE +US1OHTS0001 40.5507 -81.5640 285.0 OH DOVER 4.6 WNW +US1OHTS0002 40.6304 -81.4304 287.1 OH BOLIVAR 1.9 SE +US1OHTS0004 40.5302 -81.4611 279.5 OH DOVER 1.0 E +US1OHTS0006 40.6020 -81.5284 280.1 OH STRASBURG 0.1 ESE +US1OHTS0007 40.5495 -81.4904 284.4 OH DOVER 1.5 NNW +US1OHTS0008 40.5114 -81.6257 303.9 OH SUGARCREEK 0.9 ENE +US1OHTS0014 40.4099 -81.3532 260.6 OH UHRICHSVILLE 0.7 N +US1OHUN0001 40.2564 -83.3596 299.0 OH MARYSVILLE 1.5 NNE +US1OHUN0003 40.2221 -83.3675 307.2 OH MARYSVILLE 1.1 SSE +US1OHUN0004 40.3507 -83.4846 328.3 OH RAYMOND 3.5 NW +US1OHVN0001 39.2490 -82.5230 289.0 OH MCARTHUR 2.4 W +US1OHVN0003 39.2512 -82.2747 271.9 OH ALBANY 4.5 WNW +US1OHWD0001 41.5599 -83.5379 189.9 OH PERRYSBURG 4.5 E +US1OHWD0002 41.3912 -83.6751 203.9 OH BOWLING GREEN 1.7 NW +US1OHWD0003 41.6186 -83.4277 184.7 OH NORTHWOOD 2.8 ENE +US1OHWD0008 41.3850 -83.4382 207.9 OH BRADNER 4.2 N +US1OHWD0009 41.5878 -83.4911 188.4 OH WALBRIDGE 0.2 NNW +US1OHWD0010 41.4925 -83.5406 196.6 OH PERRYSBURG 6.0 SE +US1OHWD0012 41.4082 -83.6716 205.7 OH BOWLING GREEN 2.7 NW +US1OHWD0014 41.5411 -83.6497 194.2 OH PERRYSBURG 1.6 WSW +US1OHWD0015 41.3722 -83.6777 208.2 OH BOWLING GREEN 1.5 W +US1OHWD0016 41.5818 -83.5307 189.0 OH PERRYSBURG 5.2 ENE +US1OHWD0019 41.3873 -83.6785 205.7 OH BOWLING GREEN 1.7 WNW +US1OHWD0023 41.3757 -83.6641 210.9 OH BOWLING GREEN 0.8 W +US1OHWL0002 41.4724 -84.5229 223.1 OH BRYAN 1.3 E +US1OHWL0003 41.6943 -84.6378 287.7 OH PIONEER 4.6 WNW +US1OHWL0005 41.6654 -84.4244 253.0 OH ALVORDTON 0.5 E +US1OHWL0006 41.6817 -84.5475 267.9 OH PIONEER 0.3 NE +US1OHWL0007 41.6942 -84.6379 287.4 OH PIONEER 4.6 WNW +US1OHWL0008 41.6450 -84.5522 266.4 OH PIONEER 2.3 S +US1OHWN0001 40.7521 -81.7459 360.0 OH KIDRON 0.7 N +US1OHWN0003 40.7611 -81.9849 278.0 OH WOOSTER 4.8 SW +US1OHWN0004 40.8946 -81.9066 345.0 OH WOOSTER 5.4 NNE +US1OHWN0008 40.7719 -81.8025 339.2 OH APPLE CREEK 2.3 NE +US1OHWR0002 39.4307 -84.2166 210.9 OH LEBANON 0.3 NW +US1OHWR0007 39.2801 -84.2496 220.4 OH LOVELAND 1.6 NE +US1OHWR0008 39.5735 -84.1966 296.0 OH SPRINGBORO 2.3 ENE +US1OHWR0010 39.4094 -84.0248 289.3 OH CLARKSVILLE 2.3 WNW +US1OHWR0013 39.3181 -84.2248 239.3 OH MAINEVILLE 0.2 NNW +US1OHWR0014 39.4202 -84.1493 283.2 OH LEBANON 3.4 E +US1OHWR0015 39.4164 -84.2106 260.6 OH LEBANON 0.7 S +US1OHWR0019 39.3272 -84.2182 243.8 OH MAINEVILLE 0.8 NNE +US1OHWR0024 39.3100 -84.2944 251.5 OH MASON 3.5 S +US1OHWR0026 39.4088 -84.0061 281.9 OH CLARKSVILLE 1.3 WNW +US1OHWR0030 39.3004 -84.3300 265.5 OH MASON 4.3 SSW +US1OHWR0031 39.5634 -84.0947 309.7 OH WAYNESVILLE 2.1 NNW +US1OHWR0032 39.5160 -84.2768 253.6 OH FRANKLIN 2.9 SSE +US1OHWS0003 39.5376 -81.6832 260.0 OH WATERFORD 2.3 W +US1OHWS0004 39.3918 -81.6103 241.4 OH FLEMING 0.0 E +US1OHWY0001 40.8255 -83.2852 262.1 OH UPPER SANDUSKY 0.4 SSW +US1OHWY0002 40.8173 -83.1340 277.1 OH NEVADA 0.2 WSW +US1OKAD0002 35.6921 -94.7694 281.9 OK BUNCH 0.8 N +US1OKAD0003 35.9902 -94.5716 345.0 OK WESTVILLE 0.2 ENE +US1OKAD0004 35.9529 -94.6023 337.1 OK WESTVILLE 3.0 SSW +US1OKAT0003 34.1698 -95.8789 171.3 OK BOSWELL 9.9 N +US1OKBC0002 35.3787 -99.6285 623.9 OK SAYRE 5.6 N +US1OKBC0005 35.3557 -99.7083 628.2 OK SAYRE 5.8 NW +US1OKBC0009 35.3941 -99.4430 606.6 OK ELK CITY 1.9 WSW +US1OKBC0013 35.4182 -99.4020 588.3 OK ELK CITY 1.2 NNE +US1OKBC0014 35.4174 -99.4112 594.7 OK ELK CITY 1.0 N +US1OKBC0015 35.4944 -99.3932 605.3 OK ELK CITY 6.4 N +US1OKBC0017 35.4149 -99.3863 595.9 OK ELK CITY 1.6 ENE +US1OKBL0001 35.6848 -98.4744 531.0 OK GEARY 9.8 WNW +US1OKBL0002 35.8417 -98.6175 556.3 OK FAY 2.4 NE +US1OKBR0001 33.8271 -96.5139 181.7 OK COLBERT 2.2 SSW +US1OKBR0002 34.1071 -96.2043 204.2 OK CADDO 4.1 ESE +US1OKBV0001 36.8401 -100.7043 776.0 OK FLORIS 2.1 S +US1OKBV0003 36.9900 -100.0300 618.7 OK GATE 9.6 N +US1OKBV0004 36.5960 -100.1739 718.1 OK LAVERNE 17.1 WSW +US1OKBV0005 36.9910 -100.6932 826.6 OK FORGAN 10.4 NW +US1OKBV0006 36.7878 -100.8392 793.1 OK TURPIN 6.1 SSE +US1OKBV0007 36.8149 -100.5291 750.4 OK BEAVER 0.3 W +US1OKCC0001 34.6263 -98.6327 385.0 OK CACHE 1.0 W +US1OKCC0003 34.6185 -98.4599 352.0 OK LAWTON 2.4 WNW +US1OKCC0006 34.7737 -98.2834 387.4 OK ELGIN 0.8 SE +US1OKCC0007 34.7663 -98.5728 449.0 OK MEERS 1.0 S +US1OKCC0009 34.5898 -98.4766 353.9 OK LAWTON 3.1 WSW +US1OKCC0010 34.8520 -98.1230 387.1 OK CYRIL 5.6 SE +US1OKCC0016 34.6499 -98.7935 417.9 OK INDIAHOMA 3.1 NW +US1OKCC0018 34.5949 -98.1905 344.7 OK LAWTON 13.2 E +US1OKCC0022 34.7351 -98.4250 370.9 OK LAWTON 9.3 N +US1OKCC0024 34.6127 -98.5282 382.2 OK LAWTON 6.1 W +US1OKCD0002 34.8891 -98.3593 394.4 OK APACHE 0.4 W +US1OKCD0003 35.1025 -98.6010 400.2 OK CARNEGIE 0.2 SW +US1OKCD0008 35.0020 -98.4890 431.6 OK CARNEGIE 9.4 SE +US1OKCD0010 35.5356 -98.3511 456.0 OK HINTON 2.8 N +US1OKCD0011 35.0719 -98.1769 353.6 OK ANADARKO 3.8 E +US1OKCD0014 34.9639 -98.3042 422.1 OK APACHE 5.7 NNE +US1OKCD0015 35.0729 -98.4057 385.0 OK FORT COBB 2.8 SE +US1OKCD0016 34.9226 -98.3407 403.6 OK APACHE 2.2 NNE +US1OKCD0017 35.1046 -98.4443 398.7 OK FORT COBB 0.4 NNW +US1OKCD0018 35.0825 -98.2338 360.6 OK ANADARKO 1.3 NNE +US1OKCD0019 35.2611 -98.1835 393.5 OK GRACEMONT 6.5 NE +US1OKCG0001 36.6760 -95.2335 223.4 OK VINITA 5.0 WNW +US1OKCG0002 36.5745 -95.0237 258.8 OK VINITA 8.6 ESE +US1OKCG0003 36.6358 -95.2356 228.9 OK VINITA 4.6 W +US1OKCH0002 35.8666 -95.0018 278.6 OK TAHLEQUAH 3.5 SSW +US1OKCH0003 36.0167 -94.9628 278.3 OK TAHLEQUAH 7.3 N +US1OKCH0005 35.9705 -95.2428 198.1 OK HULBERT 6.2 WNW +US1OKCH0009 35.9403 -94.8542 306.0 OK TAHLEQUAH 6.9 ENE +US1OKCK0008 35.9850 -96.6053 273.4 OK DRUMRIGHT 0.6 SW +US1OKCK0013 35.8449 -96.4439 258.8 OK BRISTOW 2.9 WNW +US1OKCM0002 36.7327 -102.0869 1157.0 OK KEYES 10.5 ESE +US1OKCM0007 36.8962 -102.1012 1160.1 OK KEYES 10.3 NE +US1OKCM0009 36.9089 -102.8599 1290.2 OK KENTON 6.1 E +US1OKCM0011 36.5565 -102.7326 1335.9 OK FELT 2.8 ESE +US1OKCM0012 36.7284 -102.9309 1445.4 OK KENTON 12.1 S +US1OKCM0013 36.7344 -102.8236 1390.2 OK BOISE CITY 17.4 W +US1OKCM0016 36.8923 -102.2582 1215.5 OK KEYES 5.9 N +US1OKCN0001 35.3906 -97.7206 405.1 OK MUSTANG 0.2 SE +US1OKCN0002 35.4038 -97.7570 405.1 OK MUSTANG 2.1 WNW +US1OKCN0007 35.6490 -97.7058 342.0 OK PIEDMONT 3.2 ESE +US1OKCN0012 35.6543 -97.7250 354.2 OK PIEDMONT 1.5 NE +US1OKCN0013 35.4818 -97.7408 416.1 OK YUKON 2.9 SSE +US1OKCN0014 35.5729 -97.6771 383.1 OK YUKON 6.4 NE +US1OKCN0015 35.5994 -98.1200 422.1 OK CALUMET 0.2 SE +US1OKCN0016 35.6829 -97.7781 379.2 OK PIEDMONT 1.5 WNW +US1OKCN0018 35.4800 -97.7459 417.0 OK YUKON 2.8 SSE +US1OKCN0019 35.5351 -97.9331 414.2 OK EL RENO 1.0 SE +US1OKCN0023 35.6248 -98.1086 418.8 OK CALUMET 1.8 NNE +US1OKCN0024 35.4739 -97.7235 408.7 OK YUKON 3.9 SE +US1OKCN0025 35.4699 -97.7613 415.1 OK YUKON 3.3 S +US1OKCN0026 35.4507 -97.7000 390.8 OK YUKON 6.0 SE +US1OKCN0027 35.4942 -97.7190 398.4 OK YUKON 3.2 ESE +US1OKCN0029 35.4966 -97.7177 397.2 OK YUKON HIGH SCHOOL 0.8 NE +US1OKCN0031 35.4871 -97.7549 415.1 OK YUKON 2.2 SSE +US1OKCN0032 35.6205 -97.7647 361.2 OK PIEDMONT 3.8 S +US1OKCN0034 35.4706 -98.1821 409.7 OK CALUMET 9.6 SSW +US1OKCN0045 35.4991 -97.7251 405.1 OK YUKON 2.7 ESE +US1OKCN0046 35.3927 -97.7510 415.1 OK MUSTANG 1.6 W +US1OKCR0003 34.0718 -97.2127 256.3 OK ARDMORE 9.8 SSW +US1OKCR0004 34.1667 -97.2556 285.0 OK LONE GROVE 1.9 SSE +US1OKCR0009 34.1840 -97.1291 272.2 OK ARDMORE 0.7 SW +US1OKCS0002 35.5204 -98.6243 490.1 OK WEATHERFORD 3.9 ESE +US1OKCS0003 35.6198 -98.6855 494.7 OK WEATHERFORD 5.7 N +US1OKCT0001 34.3481 -98.5062 339.9 OK COOKIETOWN 6.3 NNW +US1OKCT0002 34.1787 -98.4535 313.9 OK RANDLETT 0.5 E +US1OKCT0004 34.3092 -98.3482 310.3 OK WALTERS 4.0 SW +US1OKCV0001 35.1933 -97.4522 353.0 OK HALL PARK 4.1 SW +US1OKCV0002 35.2564 -97.4277 373.1 OK NORMAN 2.4 NNE +US1OKCV0003 35.2400 -97.4899 357.8 OK HALL PARK 4.7 W +US1OKCV0004 35.2555 -97.4453 365.2 OK HALL PARK 2.4 WNW +US1OKCV0005 35.1989 -97.4178 347.5 OK NORMAN 2.0 SE +US1OKCV0006 35.2078 -97.2999 335.9 OK NORMAN 7.9 ESE +US1OKCV0007 35.2492 -97.4999 366.1 OK HALL PARK 5.3 W +US1OKCV0008 35.2572 -97.4973 367.0 OK MOORE 5.2 SSW +US1OKCV0009 35.1930 -97.2946 342.9 OK NORMAN 8.4 SE +US1OKCV0010 35.2011 -97.4038 363.0 OK HALL PARK 2.7 S +US1OKCV0012 35.2392 -97.4904 360.0 OK NORMAN 3.1 WNW +US1OKCV0013 35.1785 -97.4019 362.1 OK NOBLE 3.1 NNW +US1OKCV0015 35.2523 -97.4975 366.1 OK MOORE 5.5 SSW +US1OKCV0016 35.1500 -97.3960 353.9 OK NOBLE 1.5 WNW +US1OKCV0017 35.1036 -97.3356 338.9 OK NOBLE 3.3 SE +US1OKCV0018 35.2117 -97.4254 359.1 OK NORMAN 1.1 SE +US1OKCV0020 35.2222 -97.4092 374.9 OK NORMAN 1.7 E +US1OKCV0021 35.1715 -97.4262 355.1 OK NOBLE 3.7 NW +US1OKCV0023 35.2236 -97.4994 356.0 OK NEWCASTLE 5.9 ESE +US1OKCV0024 35.1780 -97.3375 335.3 OK NORMAN 6.5 SE +US1OKCV0025 35.1956 -97.3775 359.1 OK NORMAN 3.9 SE +US1OKCV0028 35.3426 -97.4747 385.9 OK MOORE 0.9 N +US1OKCV0029 35.2222 -97.3272 357.8 OK NORMAN 6.3 E +US1OKCV0031 35.2296 -97.4201 373.1 OK NORMAN 1.2 ENE +US1OKCV0032 35.1979 -97.4182 353.0 OK NORMAN 2.1 SE +US1OKCV0034 35.2290 -97.2772 335.9 OK NORMAN 9.2 E +US1OKCV0039 35.2196 -97.5159 339.9 OK NEWCASTLE 5.1 ESE +US1OKCV0040 35.2136 -97.4012 369.1 OK NORMAN 2.2 ESE +US1OKCV0043 35.3353 -97.4696 377.0 OK MOORE 0.5 NE +US1OKCV0044 35.2190 -97.4658 359.1 OK NORMAN 1.5 W +US1OKCV0045 35.1937 -97.4706 348.4 OK NORMAN 2.7 SW +US1OKCV0046 35.1954 -97.3605 361.2 OK NORMAN 4.8 ESE +US1OKCV0050 35.3409 -97.5366 368.8 OK MOORE 3.6 WNW +US1OKCV0052 35.2398 -97.4137 375.8 OK NORMAN 1.9 NE +US1OKCV0053 35.3389 -97.4557 368.2 OK MOORE 1.3 ENE +US1OKCV0058 35.3043 -97.2743 345.0 OK HALL PARK 8.7 ENE +US1OKCV0059 35.2209 -97.4053 363.0 OK NORMAN 1.9 E +US1OKCV0061 35.1736 -97.2512 352.7 OK NORMAN 10.9 ESE +US1OKCV0062 35.1780 -97.4103 356.6 OK NORMAN 3.5 SSE +US1OKCV0066 35.3460 -97.5435 365.8 OK MOORE 4.0 WNW +US1OKCV0067 35.2013 -97.4097 358.4 OK NORMAN 2.2 SE +US1OKCV0068 35.2401 -97.4144 378.0 OK NORMAN 1.8 NE +US1OKCV0069 35.2014 -97.3452 335.6 OK NORMAN 5.5 ESE +US1OKCV0071 35.2495 -97.4205 372.2 OK NORMAN 2.1 NNE +US1OKCV0074 35.2099 -97.4134 360.9 OK NORMAN 1.7 ESE +US1OKCV0076 35.1980 -97.4327 349.3 OK NORMAN 1.7 SSE +US1OKCV0079 35.1833 -97.4028 358.7 OK NORMAN 3.4 SE +US1OKCV0080 35.0697 -97.1605 335.0 OK LEXINGTON 10.7 ENE +US1OKCV0081 35.2704 -97.5070 366.7 OK NORMAN 5.1 NW +US1OKCV0082 35.3346 -97.2670 364.2 OK NEWALLA 7.1 SW +US1OKCV0083 35.2256 -97.4617 354.8 OK NORMAN 1.3 W +US1OKCV0084 35.2504 -97.4385 354.5 OK NORMAN 1.9 N +US1OKCV0086 35.1518 -97.3921 354.2 OK NOBLE 1.4 WNW +US1OKCV0087 35.1838 -97.4253 347.8 OK NORMAN 2.8 SSE +US1OKCV0091 35.3100 -97.5258 372.8 OK OKLAHOMA CITY 10.9 S +US1OKCV0092 35.2146 -97.3886 371.6 OK HALL PARK 2.0 SSE +US1OKCV0094 35.1160 -97.3285 342.6 OK NOBLE 3.0 SE +US1OKCV0096 35.1911 -97.3922 352.0 OK NORMAN 3.4 SE +US1OKCV0097 35.2416 -97.4436 362.1 OK NORMAN 1.4 N +US1OKCV0098 35.2548 -97.4207 369.7 OK NORMAN 2.5 NNE +US1OKCV0099 35.1735 -97.4199 356.0 OK NORMAN 3.5 SSE +US1OKCV0100 35.1743 -97.4283 349.6 OK NORMAN 3.4 S +US1OKCV0101 35.1630 -97.2234 358.4 OK NOBLE 8.5 E +US1OKCV0106 35.1964 -97.4037 363.3 OK NORMAN 2.7 SE +US1OKCV0109 35.2084 -97.4710 352.0 OK NORMAN 2.0 WSW +US1OKCV0111 35.1869 -97.4572 336.8 OK NORMAN 2.7 SSW +US1OKCV0112 35.3287 -97.4738 369.7 OK MOORE 0.1 SE +US1OKCV0113 35.2919 -97.3192 0.0 OK NORMAN 8.3 NE +US1OKCV0114 35.1893 -97.4611 352.3 OK NORMAN 2.6 SSW +US1OKCV0116 35.1848 -97.4568 0.0 OK NORMAN 2.8 SSW +US1OKCV0117 35.3117 -97.3307 351.4 OK STELLA 6.3 W +US1OKCV0118 35.2226 -97.5050 356.0 OK NORMAN 3.7 W +US1OKCV0119 35.2237 -97.5033 357.2 OK NORMAN 3.6 W +US1OKCV0120 35.3004 -97.5190 370.6 OK OKLAHOMA CITY 11.5 S +US1OKCV0122 35.1948 -97.4040 364.8 OK NORMAN 2.7 SE +US1OKCV0126 35.2700 -97.5022 364.2 OK NORMAN 4.9 NW +US1OKCV0127 35.2236 -97.4040 362.4 OK NORMAN 2.0 E +US1OKCV0129 35.1306 -97.3126 349.0 OK NOBLE 3.4 ESE +US1OKCV0132 35.2551 -97.4481 359.7 OK NORMAN 2.3 NNW +US1OKCV0133 35.2585 -97.4168 359.1 OK NORMAN 2.8 NNE +US1OKCV0135 35.1411 -97.3579 360.9 OK NOBLE 0.8 E +US1OKCV0136 35.2501 -97.4473 363.0 OK NORMAN 2.0 NNW +US1OKCV0139 35.1638 -97.4274 345.6 OK NORMAN 4.1 S +US1OKCV0142 35.2147 -97.4761 351.1 OK NORMAN 2.2 WSW +US1OKCV0143 35.1808 -97.4560 336.8 OK NORMAN 3.0 SSW +US1OKCV0144 35.2575 -97.4384 345.6 OK NORMAN 2.4 N +US1OKCV0146 35.2234 -97.4517 356.6 OK NORMAN 0.7 W +US1OKCV0148 35.2201 -97.4615 354.8 OK NORMAN 1.3 W +US1OKCV0149 35.3350 -97.5252 371.6 OK OKLAHOMA CITY 9.2 S +US1OKCW0003 34.0240 -95.4859 156.4 OK HUGO 1.9 ENE +US1OKDL0002 36.4710 -94.7830 305.1 OK JAY 3.3 NNE +US1OKEL0003 36.2634 -99.8840 688.8 OK SHATTUCK 0.7 SSW +US1OKGD0005 36.3330 -97.5860 345.0 OK COVINGTON 1.8 N +US1OKGD0007 36.4256 -97.9289 400.5 OK ENID 3.6 WNW +US1OKGD0009 36.4135 -97.9274 399.3 OK ENID 3.3 W +US1OKGD0010 36.4079 -97.8449 376.1 OK ENID 1.3 E +US1OKGD0011 36.3944 -97.9213 388.0 OK ENID 3.1 WSW +US1OKGD0015 36.4326 -97.5890 359.1 OK GARBER 0.5 WSW +US1OKGD0016 36.5056 -97.8673 363.6 OK ENID 6.7 N +US1OKGN0004 34.6869 -97.3173 289.6 OK PAULS VALLEY 3.0 SW +US1OKGN0005 34.6514 -97.1403 284.7 OK WYNNEWOOD 1.3 ENE +US1OKGN0008 34.7737 -97.1257 287.1 OK PAULS VALLEY 6.5 ENE +US1OKGR0001 34.9594 -99.3889 498.0 OK GRANITE 0.6 WSW +US1OKGR0002 34.8763 -99.4940 488.0 OK MANGUM 0.5 ESE +US1OKGT0001 36.6361 -97.6036 317.9 OK HUNTER 6.0 NNE +US1OKGT0004 36.6706 -97.7928 318.8 OK POND CREEK 0.5 ENE +US1OKGY0001 35.1287 -97.6828 412.1 OK BLANCHARD 1.8 SW +US1OKGY0002 35.1459 -98.0335 359.1 OK CHICKASHA 8.6 NNW +US1OKGY0003 35.0151 -97.9426 360.0 OK CHICKASHA 1.8 SSE +US1OKGY0004 35.3169 -97.9457 396.2 OK MINCO 0.3 ENE +US1OKGY0006 35.2894 -97.6743 389.5 OK TUTTLE 4.4 E +US1OKGY0008 34.9784 -97.9565 374.6 OK CHICKASHA 4.3 S +US1OKGY0009 35.2751 -97.7969 399.9 OK TUTTLE 1.0 SE +US1OKHN0001 34.9174 -99.9760 592.5 OK VINSON 6.1 WNW +US1OKHR0001 36.8204 -99.9303 655.9 OK ROSSTON 0.6 N +US1OKJC0003 34.6667 -99.4339 422.5 OK OLUSTEE 8.2 N +US1OKJC0004 34.4720 -99.6490 442.6 OK ELDORADO 0.1 ESE +US1OKJC0005 34.5467 -99.4149 403.9 OK OLUSTEE 0.5 E +US1OKJC0006 34.7752 -99.3342 444.1 OK BLAIR 0.3 SSW +US1OKJC0007 34.6800 -99.3249 428.5 OK ALTUS 2.2 NNW +US1OKJC0009 34.6804 -99.3237 428.2 OK ALTUS 2.2 NNW +US1OKJC0010 34.7149 -99.3393 439.8 OK ALTUS 4.8 NNW +US1OKJC0011 34.8038 -99.2648 518.8 OK BLAIR 4.2 ENE +US1OKJF0003 34.0488 -98.0344 288.6 OK RYAN 5.0 WNW +US1OKJH0001 34.2757 -96.4957 217.3 OK COLEMAN 4.6 WNW +US1OKKN0001 35.7526 -98.1855 380.1 OK OKARCHE 11.8 W +US1OKKN0002 35.7317 -97.9711 372.5 OK OKARCHE 0.4 NE +US1OKKN0003 35.9730 -98.1161 340.2 OK LOYAL 0.1 ENE +US1OKKN0004 36.0120 -97.9620 336.2 OK DOVER 3.6 NW +US1OKKN0005 35.9491 -98.1217 345.3 OK LOYAL 1.7 S +US1OKKW0006 35.0284 -99.1037 474.6 OK HOBART 0.7 WNW +US1OKKW0007 34.6547 -98.9516 412.7 OK SNYDER 0.1 SSE +US1OKKW0009 34.7938 -98.8269 490.7 OK MOUNTAIN PARK 9.7 NE +US1OKKY0003 36.7180 -97.4590 321.9 OK LAMONT 5.7 ENE +US1OKKY0004 36.6778 -97.3111 306.0 OK TONKAWA 0.4 SSW +US1OKKY0006 36.7886 -97.2950 311.2 OK BLACKWELL 0.9 SSE +US1OKKY0007 36.8820 -97.0613 344.1 OK NEWKIRK 0.3 W +US1OKKY0008 36.8042 -97.2948 310.0 OK BLACKWELL 0.3 NE +US1OKKY0015 36.7075 -97.0895 309.4 OK PONCA CITY 1.6 SW +US1OKKY0017 36.6682 -97.1377 297.2 OK PONCA CITY 5.4 SW +US1OKKY0022 36.7619 -97.1390 314.6 OK PONCA CITY 4.7 NW +US1OKKY0023 36.7197 -97.0732 301.4 OK PONCA CITY 0.4 SW +US1OKKY0027 36.7422 -97.0446 326.1 OK PONCA CITY 1.9 NE +US1OKLF0003 35.1669 -94.6949 140.5 OK BOKOSHE 5.6 ESE +US1OKLF0007 35.1225 -94.5956 136.9 OK CAMERON 3.5 WSW +US1OKLF0009 35.0118 -94.7069 187.8 OK WISTER 3.0 NNE +US1OKLG0002 35.8128 -97.4299 321.0 OK GUTHRIE 1.9 S +US1OKLG0003 35.7279 -97.3815 352.7 OK EDMOND 4.3 NNE +US1OKLG0004 35.7712 -97.4090 343.8 OK GUTHRIE 4.9 SSE +US1OKLG0005 35.7402 -97.4395 342.0 OK EDMOND 4.9 NNW +US1OKLG0006 35.8930 -97.4424 281.0 OK GUTHRIE 3.7 NNW +US1OKLG0007 35.8689 -97.6679 299.9 OK CIMARRON CITY 4.0 WSW +US1OKLG0008 35.8833 -97.4226 294.1 OK GUTHRIE 3.0 N +US1OKLG0009 35.7315 -97.5010 332.8 OK EDMOND 6.4 NW +US1OKLG0010 35.7537 -97.3792 382.2 OK EDMOND 5.8 NNE +US1OKLG0011 35.8819 -97.4181 308.5 OK GUTHRIE 2.9 N +US1OKLG0013 35.7516 -97.1850 308.8 OK LUTHER 6.0 N +US1OKLG0014 35.7516 -97.4652 346.9 OK EDMOND 6.2 NNW +US1OKLG0015 35.9717 -97.4676 310.6 OK GUTHRIE 9.4 NNW +US1OKLG0016 35.7594 -97.3610 376.4 OK GUTHRIE 6.7 SE +US1OKLG0020 35.8618 -97.3570 358.1 OK GUTHRIE 4.3 ENE +US1OKLN0002 35.8993 -96.9592 290.5 OK TRYON 1.4 NNE +US1OKLN0005 35.7728 -96.8604 268.2 OK CHANDLER 4.6 NNE +US1OKLN0008 35.5680 -97.0190 311.5 OK MEEKER 9.1 NW +US1OKLN0010 35.7383 -96.8696 311.2 OK CHANDLER 2.1 N +US1OKLN0011 35.4776 -96.7921 298.4 OK PRAGUE 5.6 W +US1OKLN0012 35.5695 -97.0336 322.2 OK MEEKER 9.8 NW +US1OKLN0014 35.5851 -97.1123 297.2 OK WELLSTON 7.7 SSW +US1OKLT0001 35.0536 -95.3176 290.8 OK WILBURTON 9.4 N +US1OKLT0003 34.7102 -95.3495 200.6 OK YANUSH 1.8 WNW +US1OKLV0001 33.9073 -97.1604 239.3 OK MARIETTA 2.8 SW +US1OKMC0001 34.9111 -97.2539 328.0 OK WAYNE 3.5 E +US1OKMC0002 35.1333 -97.6242 380.1 OK BLANCHARD 2.1 ESE +US1OKMC0003 35.2411 -97.5802 361.2 OK NEWCASTLE 1.2 ESE +US1OKMC0004 35.1849 -97.5422 362.4 OK NORMAN 5.7 WSW +US1OKMC0005 35.0131 -97.4898 354.8 OK PURCELL 6.7 W +US1OKMC0008 35.1759 -97.5252 362.7 OK NORMAN 5.8 WSW +US1OKMC0010 35.0196 -97.3677 337.4 OK PURCELL 0.4 NNE +US1OKMC0011 35.1716 -97.5229 372.8 OK NORMAN 5.9 SW +US1OKMC0013 35.2981 -97.6314 402.6 OK NEWCASTLE 3.9 NNW +US1OKMH0001 35.3244 -95.5157 199.0 OK EUFAULA 4.6 ENE +US1OKMH0003 35.3191 -95.5996 187.5 OK EUFAULA 2.0 NNW +US1OKMJ0001 36.2300 -98.1225 382.8 OK AMES 3.8 ESE +US1OKMJ0002 36.2781 -98.4779 390.4 OK FAIRVIEW 0.6 N +US1OKMJ0003 36.3789 -98.2463 405.1 OK RINGWOOD 0.4 SW +US1OKMJ0004 36.2778 -98.4774 391.7 OK FAIRVIEW 0.6 N +US1OKMJ0005 36.2645 -98.4753 394.7 OK FAIRVIEW 0.3 S +US1OKMK0005 35.7584 -95.3353 0.0 OK MUSKOGEE 1.2 NE +US1OKML0001 33.9374 -96.6887 211.8 OK KINGSTON 4.9 SSE +US1OKML0003 33.8900 -96.8024 208.8 OK KINGSTON 9.0 SSW +US1OKMN0003 33.8998 -94.7898 145.7 OK IDABEL 1.7 E +US1OKMN0004 33.8810 -94.7914 135.6 OK IDABEL 2.1 SE +US1OKMN0005 33.8790 -94.7901 0.0 OK IDABEL 2.3 SE +US1OKMN0006 33.8462 -94.6562 125.6 OK HAWORTH 0.2 NNW +US1OKMN0007 33.8874 -94.5066 133.2 OK HAWORTH 9.0 ENE +US1OKMR0001 34.4913 -97.0176 310.9 OK SULPHUR 2.5 WSW +US1OKMY0002 36.4725 -95.0494 242.9 OK LANGLEY 0.5 NNE +US1OKMY0003 36.1773 -94.9740 355.4 OK ROSE 4.3 SE +US1OKMY0006 36.2788 -95.1996 206.0 OK PRYOR 6.9 ESE +US1OKMY0008 36.4382 -95.2744 207.3 OK ADAIR 0.5 W +US1OKNB0001 36.4753 -97.4219 296.9 OK BILLINGS 4.1 SSE +US1OKNB0002 36.3750 -97.4435 334.1 OK LUCIEN 6.6 N +US1OKNB0004 36.3750 -97.4600 335.0 OK GARBER 7.9 ESE +US1OKNB0007 36.2500 -96.9270 323.1 OK GLENCOE 1.7 N +US1OKNW0001 36.7066 -95.6848 224.9 OK NOWATA 2.6 WNW +US1OKOK0001 35.5081 -97.6572 392.0 OK BETHANY 0.8 W +US1OKOK0003 35.6730 -97.4412 360.0 OK EDMOND 1.6 W +US1OKOK0004 35.6581 -97.1911 296.9 OK LUTHER 0.7 SW +US1OKOK0005 35.4959 -97.6473 401.1 OK BETHANY 0.7 SSW +US1OKOK0013 35.5530 -97.6573 396.8 OK WILEY POST 1.6 NNW +US1OKOK0014 35.6567 -97.5644 337.7 OK EDMOND 8.6 W +US1OKOK0016 35.5083 -97.6079 391.1 OK WARR ACRES 1.4 SSE +US1OKOK0017 35.6330 -97.4530 343.5 OK EDMOND 1.9 SE +US1OKOK0018 35.5326 -97.6168 402.0 OK WARR ACRES 0.4 N +US1OKOK0019 35.5206 -97.5323 352.7 OK OKLAHOMA CITY 3.8 NNW +US1OKOK0022 35.5600 -97.6167 363.9 OK WARR ACRES 2.3 N +US1OKOK0025 35.7059 -97.5491 327.7 OK EDMOND 8.0 WNW +US1OKOK0026 35.4877 -97.5294 381.6 OK OKLAHOMA CITY 1.7 NNW +US1OKOK0027 35.6354 -97.6057 335.0 OK THE VILLAGE 5.3 NNW +US1OKOK0029 35.5211 -97.6145 398.1 OK WARR ACRES 0.4 SSE +US1OKOK0031 35.6692 -97.5301 323.4 OK EDMOND 6.6 W +US1OKOK0032 35.6253 -97.5391 342.6 OK EDMOND 7.8 WSW +US1OKOK0034 35.3958 -97.4962 389.5 OK OKLAHOMA CITY 5.0 S +US1OKOK0042 35.5903 -97.5603 361.2 OK OKLAHOMA CITY 8.7 NNW +US1OKOK0046 35.6393 -97.2916 322.8 OK JONES 5.0 N +US1OKOK0047 35.5444 -97.3414 372.2 OK SPENCER 3.0 NNE +US1OKOK0048 35.4774 -97.2887 355.7 OK CHOCTAW 1.4 WSW +US1OKOK0050 35.3821 -97.5645 394.4 OK OKLAHOMA CITY 6.5 SSW +US1OKOK0053 35.4833 -97.3808 369.7 OK MIDWEST CITY 1.6 NNW +US1OKOK0055 35.6625 -97.6701 342.3 OK PIEDMONT 4.8 E +US1OKOK0056 35.4772 -97.3568 385.3 OK MIDWEST CITY 1.2 NE +US1OKOK0060 35.6421 -97.5377 336.5 OK EDMOND 7.3 WSW +US1OKOK0065 35.5904 -97.4439 353.0 OK OKLAHOMA CITY 9.4 NNE +US1OKOK0066 35.4904 -97.5853 388.9 OK OKLAHOMA CITY 4.3 WNW +US1OKOK0069 35.6922 -97.4529 345.3 OK EDMOND 2.6 WNW +US1OKOK0070 35.5441 -97.5862 377.0 OK OKLAHOMA CITY 6.7 NW +US1OKOK0071 35.6130 -97.5223 357.2 OK EDMOND 7.4 WSW +US1OKOK0072 35.6539 -97.5397 339.2 OK EDMOND 7.2 W +US1OKOK0073 35.4745 -97.5173 376.7 OK OKLAHOMA CITY 0.6 NNW +US1OKOK0074 35.6746 -97.1958 277.4 OK LUTHER 1.1 NW +US1OKOK0075 35.6693 -97.5095 355.4 OK EDMOND 5.4 W +US1OKOK0077 35.6629 -97.4847 363.9 OK EDMOND 4.1 W +US1OKOK0083 35.5265 -97.5930 399.0 OK OKLAHOMA CITY 6.1 NW +US1OKOK0087 35.7201 -97.4952 349.9 OK EDMOND 5.7 NW +US1OKOK0098 35.6312 -97.4547 359.1 OK EDMOND 3.7 SW +US1OKOK0103 35.4543 -97.4127 372.2 OK MIDWEST CITY 2.5 WSW +US1OKOM0002 35.6002 -95.9496 207.6 OK OKMULGEE 2.1 S +US1OKOM0004 35.5886 -95.8903 212.4 OK MORRIS 2.4 SW +US1OKOS0001 36.1984 -96.2376 267.0 OK SAND SPRINGS 8.2 NW +US1OKOS0004 36.3350 -96.0975 245.1 OK SPERRY 6.7 WNW +US1OKOS0008 36.8997 -96.1173 254.5 OK HULAH 5.3 WSW +US1OKOS0011 36.7384 -96.1851 239.0 OK PAWHUSKA 9.4 ENE +US1OKOS0012 36.1758 -96.1984 282.5 OK SAND SPRINGS 4.6 WNW +US1OKOS0014 36.6502 -96.3806 283.8 OK PAWHUSKA 3.0 WSW +US1OKOT0001 36.6875 -94.9561 248.1 OK AFTON 0.7 ESE +US1OKOT0005 36.8679 -94.6294 300.8 OK WYANDOTTE 7.3 NE +US1OKOT0007 36.9101 -94.6285 315.8 OK WYANDOTTE 9.6 NNE +US1OKPG0006 34.8912 -95.5298 247.8 OK HARTSHORNE 3.9 NNE +US1OKPG0007 34.9322 -95.7233 201.2 OK KREBS 0.3 WNW +US1OKPG0008 35.1619 -95.6355 186.8 OK CANADIAN 1.1 SE +US1OKPH0001 34.1649 -95.5431 169.8 OK ANTLERS 6.3 SE +US1OKPN0002 34.8707 -96.6251 302.1 OK ADA 6.8 NNE +US1OKPN0003 34.7582 -96.7925 284.4 OK VANOSS 4.5 E +US1OKPN0004 34.8581 -96.6586 306.0 OK ADA 1.6 W +US1OKPN0005 34.7383 -96.6070 281.3 OK ADA 4.0 SE +US1OKPN0006 34.7803 -96.6629 313.0 OK ADA 0.3 NNW +US1OKPN0009 34.7731 -96.6500 290.2 OK ADA 0.6 ESE +US1OKPN0013 34.7179 -96.6644 261.5 OK ADA 4.1 S +US1OKPT0001 35.3615 -96.9550 326.1 OK SHAWNEE 0.8 ESE +US1OKPT0002 35.2614 -96.9268 323.1 OK TECUMSEH 0.4 ESE +US1OKPT0006 35.3729 -96.9359 311.2 OK SHAWNEE 1.9 ENE +US1OKPT0010 35.2543 -96.9319 331.0 OK TECUMSEH 0.6 S +US1OKPT0012 35.4041 -96.9846 336.8 OK SHAWNEE 2.8 NNW +US1OKPT0014 35.1142 -96.9233 308.5 OK MACOMB 5.3 ESE +US1OKPT0015 35.3568 -96.9163 333.5 OK SHAWNEE 3.0 E +US1OKPT0018 35.2747 -96.9969 325.2 OK TECUMSEH 3.7 WNW +US1OKPT0020 35.2586 -97.0036 332.2 OK TECUMSEH 4.0 W +US1OKPW0004 36.1757 -96.4258 249.3 OK TERLTON 3.7 ESE +US1OKPY0006 36.0935 -97.0593 269.4 OK STILLWATER 2.7 SSE +US1OKPY0008 36.0010 -96.8120 262.4 OK CUSHING 3.2 WNW +US1OKPY0009 36.2207 -96.9810 299.3 OK GLENCOE 3.0 W +US1OKPY0010 36.1182 -96.7113 274.9 OK YALE 0.6 WNW +US1OKPY0016 36.1143 -96.6936 270.4 OK YALE 0.4 E +US1OKPY0017 35.9469 -97.0527 281.6 OK PERKINS 2.5 SW +US1OKPY0019 35.9705 -96.7057 256.0 OK CUSHING 3.2 E +US1OKRG0002 36.3142 -95.6418 204.5 OK CLAREMORE 1.2 W +US1OKRG0003 36.3297 -95.7367 235.0 OK CLAREMORE 6.6 W +US1OKRG0005 36.2633 -95.8108 0.0 OK OWASSO 1.8 SE +US1OKRG0007 36.2652 -95.8104 196.0 OK OWASSO 1.7 SE +US1OKRG0008 36.5305 -95.7081 206.3 OK TALALA 0.5 W +US1OKRG0011 36.3043 -95.7542 204.8 OK CLAREMORE 7.5 W +US1OKRG0012 36.3501 -95.8097 200.6 OK COLLINSVILLE 3.2 SE +US1OKRG0013 36.1653 -95.6222 168.9 OK CATOOSA 8.1 E +US1OKRG0014 36.3018 -95.7565 204.2 OK OWASSO 4.6 ENE +US1OKRG0016 36.4773 -95.6769 232.0 OK OOLOGAH 2.8 NE +US1OKRG0017 36.2646 -95.7693 227.1 OK OWASSO 3.8 ESE +US1OKRM0001 35.6310 -99.3836 538.0 OK HAMMON 0.1 S +US1OKRM0002 35.8613 -99.7820 657.1 OK CHEYENNE 18.1 SW +US1OKRM0003 35.5353 -99.6512 662.9 OK CHEYENNE 5.5 SSE +US1OKRM0004 35.6310 -99.3797 545.3 OK HAMMON 0.2 ESE +US1OKSM0003 35.2448 -96.6944 288.6 OK SEMINOLE 2.6 WNW +US1OKSM0004 35.2385 -96.5593 294.1 OK WEWOKA 7.4 NNW +US1OKSM0005 35.3804 -96.6139 280.7 OK SEMINOLE 10.2 NNE +US1OKSQ0001 35.5290 -94.8848 216.7 OK VIAN 5.3 ENE +US1OKSQ0003 35.4500 -94.7953 158.5 OK SALLISAW 1.0 SE +US1OKSQ0004 35.4579 -94.8028 164.9 OK SALLISAW 0.3 SE +US1OKST0004 34.3214 -97.6673 301.1 OK LOCO 0.9 SE +US1OKST0005 34.5067 -97.9641 341.4 OK DUNCAN 1.0 SSE +US1OKST0010 34.5286 -97.7604 327.7 OK BRAY 6.4 SSE +US1OKST0014 34.5426 -97.9592 366.4 OK DUNCAN 1.6 NNE +US1OKST0015 34.6006 -97.8872 362.4 OK MARLOW 5.0 ESE +US1OKST0016 34.6277 -98.0533 358.4 OK MARLOW 5.3 W +US1OKTL0003 36.0431 -95.9426 217.0 OK TULSA 6.0 SSW +US1OKTL0007 36.0230 -95.8990 214.0 OK JENKS 4.5 ENE +US1OKTL0010 36.2930 -95.9978 191.1 OK SPERRY 0.7 WSW +US1OKTL0011 36.0153 -95.8916 201.2 OK TULSA 9.4 SE +US1OKTL0014 36.0572 -95.8730 224.9 OK TULSA 5.4 SSE +US1OKTL0015 36.3327 -95.8494 206.7 OK COLLINSVILLE 3.2 S +US1OKTL0023 36.1552 -96.0978 272.2 OK SAND SPRINGS 2.1 ENE +US1OKTL0025 35.9897 -95.9821 214.9 OK JENKS 0.9 SSW +US1OKTL0026 36.0935 -95.8934 230.1 OK TULSA 2.7 SSE +US1OKTL0027 36.0290 -95.8178 208.2 OK BROKEN ARROW 1.8 WSW +US1OKTL0028 36.0114 -95.8097 217.9 OK BROKEN ARROW 2.2 SW +US1OKTL0029 36.0376 -95.8967 222.5 OK TULSA 6.3 S +US1OKTL0030 36.0256 -95.8107 211.5 OK BROKEN ARROW 1.5 WSW +US1OKTL0031 36.0426 -95.9263 235.0 OK TULSA 5.9 S +US1OKTL0032 35.9495 -96.0023 221.9 OK GLENPOOL 0.6 S +US1OKTL0033 36.0045 -95.9908 197.5 OK JENKS 0.9 W +US1OKTL0034 36.0797 -95.8024 244.1 OK BROKEN ARROW 3.0 NNW +US1OKTL0035 36.1483 -95.8618 195.4 OK TULSA 3.4 ENE +US1OKTL0037 36.2975 -95.8198 221.6 OK OWASSO 1.5 NE +US1OKTL0039 36.0967 -96.0231 217.0 OK TULSA 6.3 WSW +US1OKTL0040 36.0963 -95.7869 217.3 OK TULSA 12.2 SE +US1OKTL0042 36.1003 -95.8136 235.6 OK BROKEN ARROW 4.6 NNW +US1OKTL0045 36.1509 -95.8794 195.4 OK TULSA 2.6 NE +US1OKTL0048 36.0049 -95.8127 212.1 OK BROKEN ARROW 2.7 SSW +US1OKTL0049 36.0924 -95.9311 213.1 OK TULSA 2.6 SSW +US1OKTL0052 35.9627 -96.0069 213.4 OK GLENPOOL 0.5 NW +US1OKTL0053 36.1074 -95.9143 230.4 OK TULSA 1.4 S +US1OKTL0054 36.0833 -95.9819 192.9 OK TULSA 4.8 SW +US1OKTL0056 36.0913 -95.7743 213.7 OK TULSA 8.3 ESE +US1OKTL0058 35.9708 -95.8355 0.0 OK BIXBY 3.0 NE +US1OKTL0060 36.0324 -96.0223 199.3 OK TULSA 8.9 SW +US1OKTL0061 36.3010 -95.8127 218.5 OK OWASSO 1.9 NE +US1OKTL0062 36.2799 -95.8997 194.8 OK OWASSO 3.7 W +US1OKTL0066 36.1011 -95.7688 0.0 OK TULSA 8.4 ESE +US1OKTL0067 36.0696 -95.8690 214.9 OK TULSA 4.8 SSE +US1OKTL0068 36.1242 -95.9765 219.8 OK TULSA 3.4 W +US1OKTL0076 36.0246 -95.8643 204.2 OK TULSA 7.7 SSE +US1OKTN0002 34.3052 -99.0424 362.4 OK FREDERICK 6.0 SSW +US1OKTN0005 34.3922 -98.6890 345.6 OK CHATTANOOGA 2.9 SW +US1OKTX0003 36.6690 -101.8170 1043.9 OK TEXHOMA 11.4 N +US1OKTX0005 36.6345 -101.2957 910.1 OK GUYMON 11.0 ESE +US1OKWD0003 36.7784 -99.1146 475.2 OK FREEDOM 0.8 N +US1OKWG0003 35.9376 -95.3139 186.5 OK WAGONER 4.1 ESE +US1OKWG0004 36.0593 -95.6596 206.7 OK BROKEN ARROW 7.3 ENE +US1OKWG0005 36.0119 -95.7353 201.2 OK BROKEN ARROW 3.4 ESE +US1OKWG0006 36.0468 -95.3131 190.2 OK CHOUTEAU 10.0 S +US1OKWG0008 36.0348 -95.6946 200.9 OK BROKEN ARROW 5.2 E +US1OKWG0009 35.9957 -95.7323 217.0 OK BROKEN ARROW 4.2 SE +US1OKWH0001 35.2903 -98.9889 481.0 OK CORDELL 0.8 SW +US1OKWH0002 35.1606 -99.0255 519.1 OK ROCKY 1.9 E +US1OKWH0003 35.4369 -99.0096 497.4 OK CLINTON 5.2 SSW +US1OKWH0004 35.2901 -98.9887 474.6 OK CORDELL 0.8 SW +US1OKWH0005 35.3517 -99.1758 581.9 OK BURNS FLAT 0.2 S +US1OKWS0002 36.7399 -95.9222 231.0 OK BARTLESVILLE 1.4 E +US1OKWS0004 36.6817 -95.9891 218.2 OK OCHELATA 5.6 N +US1OKWS0006 36.7473 -95.9089 233.8 OK BARTLESVILLE 2.3 ENE +US1OKWS0008 36.8032 -95.9343 216.7 OK DEWEY 1.1 N +US1OKWW0001 36.4358 -99.1983 577.0 OK MOORELAND 0.4 ESE +US1OKWW0002 36.4524 -99.0500 544.1 OK QUINLAN 0.3 SW +US1OKWW0004 36.5312 -99.5179 630.3 OK FORT SUPPLY 4.2 SE +US1OKWW0005 36.4255 -99.3796 585.2 OK WOODWARD 1.4 E +US1OKWW0007 36.4124 -99.4964 666.6 OK WOODWARD 5.2 W +US1ORBK0002 44.7760 -117.8201 1048.8 OR BAKER 0.6 ENE +US1ORBK0003 44.9320 -117.0575 886.1 OR HALFWAY 4.6 NNE +US1ORBK0007 44.8540 -117.9882 1130.2 OR BAKER CITY 9.4 NW +US1ORBK0008 44.8970 -117.8742 1022.0 OR BAKER CITY 8.8 NNW +US1ORBN0001 44.5390 -123.2930 114.0 OR CORVALLIS 2 SSW +US1ORBN0002 44.6545 -123.1410 92.0 OR ALBANY 3.6 NW +US1ORBN0003 44.5323 -123.3950 86.0 OR PHILOMATH 1.9 WSW +US1ORBN0004 44.4630 -123.3980 128.0 OR CORVALLIS 9.6 SW +US1ORBN0005 44.5936 -123.3055 117.3 OR CORVALLIS 2.1 NW +US1ORBN0007 44.5867 -123.2981 154.2 OR CORVALLIS 1.5 NW +US1ORBN0008 44.3667 -123.6461 74.1 OR ALSEA 1 W +US1ORBN0009 44.5947 -123.3056 132.9 OR CORVALLIS 2.2 NW +US1ORBN0011 44.5715 -123.2713 71.3 OR CORVALLIS 0.2 E +US1ORBN0012 44.3303 -123.3592 107.9 OR MONROE 3.1 WNW +US1ORBN0013 44.6383 -123.5772 263.0 OR BLODGETT 1 N +US1ORBN0014 44.5994 -123.2456 68.0 OR CORVALLIS 2.5 NE +US1ORBN0015 44.4562 -123.3335 77.4 OR CORVALLIS 8.4 SSW +US1ORBN0017 44.5795 -123.3355 132.0 OR CORVALLIS 3 WNW +US1ORBN0018 44.5915 -123.2338 64.6 OR CORVALLIS 2.5 NE +US1ORBN0019 44.5374 -123.3038 77.4 OR CORVALLIS 2.7 SSW +US1ORBN0021 44.5991 -123.4085 150.3 OR PHILOMATH 4.8 NNW +US1ORBN0022 44.6673 -123.2802 114.6 OR CORVALLIS 6.7 N +US1ORBN0024 44.4743 -123.3890 185.9 OR CORVALLIS 8.7 SW +US1ORBN0026 44.5580 -123.3370 104.2 OR PHILOMATH 1.6 NE +US1ORBN0028 44.5361 -123.3388 116.1 OR PHILOMATH 1.1 E +US1ORBN0029 44.6391 -123.5775 201.5 OR BLODGETT 4 NW +US1ORBN0030 44.3337 -123.4056 151.5 OR MONROE 5.7 WNW +US1ORBN0031 44.5797 -123.3426 208.8 OR CORVALLIS 4.2 W +US1ORBN0032 44.5464 -123.2592 71.3 OR CORVALLIS 1.9 SSE +US1ORBN0033 44.6286 -123.4314 259.1 OR PHILOMATH 7.0 NNW +US1ORBN0035 44.6593 -123.1382 89.3 OR ALBANY 3.8 NW +US1ORBN0036 44.6911 -123.1483 72.8 OR NORTH ALBANY 2.7 NW +US1ORBN0039 44.5961 -123.3066 137.8 OR CORVALLIS 2.3 NW +US1ORBN0040 44.5745 -123.2654 69.8 OR CORVALLIS 0.6 ENE +US1ORBN0041 44.6225 -123.2375 81.4 OR CORVALLIS 4.0 NNE +US1ORBN0042 44.6013 -123.5086 188.4 OR BLODGETT 0.6 ENE +US1ORBN0045 44.6584 -123.1418 87.8 OR ALBANY 3.8 NW +US1ORBN0050 44.5587 -123.3165 97.8 OR CORVALLIS 2.2 WSW +US1ORBN0053 44.6553 -123.1257 107.6 OR ALBANY 3.1 NNW +US1ORBN0056 44.6261 -123.5140 202.4 OR BLODGETT 2.1 NNE +US1ORBN0058 44.5882 -123.3442 172.5 OR CORVALLIS 3.6 WNW +US1ORBN0059 44.6797 -123.2305 114.0 OR CORVALLIS 7.8 NNE +US1ORBN0060 44.6411 -123.2378 88.4 OR CORVALLIS 5.2 NNE +US1ORBN0061 44.5970 -123.3451 160.6 OR CORVALLIS 3.8 WNW +US1ORBN0062 44.6644 -123.2920 145.1 OR CORVALLIS 6.5 N +US1ORBN0065 44.4930 -123.4627 208.2 OR PHILOMATH 6.1 WSW +US1ORBN0069 44.4878 -123.4145 168.2 OR PHILOMATH 4.6 SW +US1ORBN0070 44.5726 -123.2686 71.0 OR CORVALLIS 0.4 ENE +US1ORBN0073 44.6706 -123.1433 143.0 OR ALBANY 4.5 NW +US1ORBN0074 44.6139 -123.2970 163.1 OR CORVALLIS 3.1 NNW +US1ORBN0076 44.6462 -123.1429 109.7 OR ALBANY 3.2 NW +US1ORBN0078 44.4731 -123.4178 199.9 OR CORVALLIS 9.7 SW +US1ORBN0084 44.6924 -123.4233 111.6 OR PHILOMATH 11.0 NNW +US1ORBN0085 44.5326 -123.2617 72.8 OR CORVALLIS 2.7 SSE +US1ORBN0086 44.6827 -123.1496 129.2 OR ALBANY 5.4 NNW +US1ORBN0089 44.7021 -123.4298 93.6 OR KINGS VALLEY .3 SSE +US1ORBN0091 44.5514 -123.2958 75.0 OR CORVALLIS 1.7 SW +US1ORBN0093 44.4691 -123.4590 163.7 OR PHILOMATH 7.0 SW +US1ORBN0094 44.4591 -123.3379 79.6 OR CORVALLIS 8.3 SSW +US1ORBN0095 44.5399 -123.2557 72.5 OR CORVALLIS 2.4 SSE +US1ORBN0096 44.6412 -123.2551 144.2 OR CORVALLIS 5.0 NNE +US1ORBN0100 44.3107 -123.2928 86.3 OR MONROE 0.5 SE +US1ORBN0101 44.5889 -123.2943 128.6 OR CORVALLIS 1.5 NNW +US1ORBN0103 44.5513 -123.2934 73.5 OR CORVALLIS 1.6 SSW +US1ORBN0104 44.3308 -123.3449 89.0 OR MONROE 2.5 WNW +US1ORBN0105 44.5882 -123.3068 118.6 OR CORVALLIS 1.9 NW +US1ORBN0106 44.6585 -123.0871 63.1 OR ALBANY 2.9 N +US1ORBN0107 44.7124 -123.3662 881.2 OR MONMOUTH 11.7 SW +US1ORBN0108 44.3148 -123.3262 159.1 OR MONROE 1.4 W +US1ORBN0109 44.5737 -123.2551 67.1 OR CORVALLIS 1.0 E +US1ORBN0111 44.5950 -123.2889 86.0 OR CORVALLIS 1.8 NNW +US1ORBN0113 44.5478 -123.3756 134.4 OR PHILOMATH 1.0 WNW +US1ORBN0116 44.5908 -123.5285 231.3 OR BLODGETT 0.5 SW +US1ORBN0117 44.5942 -123.2371 67.4 OR CORVALLIS 2.5 NE +US1ORBN0118 44.5876 -123.2680 71.0 OR CORVALLIS 1.2 NNE +US1ORBN0124 44.5791 -123.2618 70.4 OR CORVALLIS 0.9 NE +US1ORBN0125 44.5729 -123.2867 78.9 OR CORVALLIS 0.5 WNW +US1ORBN0126 44.5989 -123.4120 153.3 OR PHILOMATH 4.9 NW +US1ORBN0129 44.5869 -123.2970 150.3 OR CORVALLIS 1.5 NW +US1ORBN0130 44.6178 -123.2817 192.0 OR CORVALLIS 3.2 N +US1ORBN0132 44.5874 -123.2979 154.8 OR CORVALLIS 1.6 NW +US1ORBN0134 44.6364 -123.2618 170.7 OR CORVALLIS 4.6 N +US1ORBN0135 44.5796 -123.3439 204.8 OR CORVALLIS 3.4 W +US1ORBN0137 44.6720 -123.1486 114.3 OR ALBANY 4.7 NW +US1ORCB0005 45.9031 -122.8197 32.3 OR COLUMBIA CITY 0.6 NW +US1ORCB0006 45.9832 -123.0096 368.8 OR DEER ISLAND 8.7 NW +US1ORCB0008 45.8610 -122.8314 40.5 OR ST. HELENS 1 W +US1ORCB0009 45.8153 -122.8573 25.3 OR WARREN 1 SW +US1ORCB0010 45.8802 -123.2946 228.9 OR VERNONIA 5.4 WNW +US1ORCB0013 46.1313 -123.1571 44.5 OR CLATSKANIE 3.0 NE +US1ORCB0016 45.8642 -122.8186 37.2 OR ST. HELENS 0.4 NW +US1ORCB0017 45.8690 -122.8125 33.2 OR ST. HELENS 0.6 N +US1ORCB0018 46.1139 -123.0607 167.9 OR RAINIER 5.7 WNW +US1ORCB0019 45.8341 -122.9597 240.8 OR SCAPPOOSE 6.9 NNW +US1ORCB0021 45.7733 -122.9033 115.5 OR SCAPPOOSE 1.9 NW +US1ORCB0022 46.0894 -122.9540 109.4 OR RAINIER 0.4 WSW +US1ORCB0023 45.7805 -123.2804 221.9 OR VERNONIA 7.2 SW +US1ORCB0024 45.7409 -122.8824 24.1 OR SCAPPOOSE 0.7 S +US1ORCB0025 45.8903 -122.8091 23.8 OR COLUMBIA CITY 0.5 S +US1ORCB0026 45.8789 -123.1867 247.5 OR VERNONIA 1.3 N +US1ORCB0027 46.1507 -123.1266 180.1 OR CLATSKANIE 5.0 NE +US1ORCB0029 46.1062 -123.0460 171.3 OR RAINIER 4.9 WNW +US1ORCB0030 46.0919 -122.9781 213.1 OR RAINIER 1.5 W +US1ORCB0031 46.1083 -123.0738 191.4 OR RAINIER 6.2 W +US1ORCB0032 45.8834 -122.8072 8.8 OR COLUMBIA CITY 1.0 S +US1ORCB0033 45.8941 -122.8660 178.0 OR ST. HELENS 3.5 NW +US1ORCB0035 45.9011 -122.8559 220.7 OR ST. HELENS 3.5 NW +US1ORCB0036 45.9891 -122.9633 180.4 OR RAINIER 7.2 S +US1ORCB0037 46.0786 -122.9804 220.7 OR RAINIER 1.9 WSW +US1ORCB0039 46.0350 -123.3530 173.1 OR BIRKENFELD 3.1 NNW +US1ORCB0040 46.0069 -123.3245 194.2 OR CLATSKANIE 8.8 SW +US1ORCB0041 46.1157 -123.3313 4.6 OR CLATSKANIE 6.1 W +US1ORCC0001 45.3778 -122.6458 185.3 OR WEST LINN 1 NW +US1ORCC0002 45.3411 -122.5631 118.9 OR OREGON CITY 1.0 NNW +US1ORCC0003 45.2008 -122.6375 57.3 OR CANBY 0.2 S +US1ORCC0004 45.3907 -122.6169 46.3 OR JENNINGS LODGE 0.2 SW +US1ORCC0005 45.2435 -122.4050 329.5 OR ESTACADA 4.8 SW +US1ORCC0006 45.4364 -122.5444 125.3 OR CLACKAMAS 1.9 NNE +US1ORCC0007 45.3706 -122.5711 79.6 OR OREGON CITY 2.2 NE +US1ORCC0008 45.3131 -122.4928 130.1 OR OREGON CITY 5.5 ESE +US1ORCC0010 45.3894 -122.2536 318.2 OR SANDY 0.9 SE +US1ORCC0011 45.4231 -122.3725 162.2 OR BORING 1 E +US1ORCC0012 45.4486 -122.5864 59.4 OR MILWAUKIE 1.6 E +US1ORCC0017 45.3751 -122.2740 316.7 OR SANDY 1.7 SSW +US1ORCC0018 45.3108 -122.3900 207.3 OR ESTACADA 3 WNW +US1ORCC0019 45.1725 -122.4375 214.0 OR COLTON 1 E +US1ORCC0020 45.2039 -122.6253 71.3 OR CANBY 5.4 SE +US1ORCC0024 45.3596 -121.9742 399.9 OR RHODODENDRON 3.8 NW +US1ORCC0025 45.0787 -122.6625 99.7 OR MOLALLA 6.4 SW +US1ORCC0027 45.2691 -122.6915 45.4 OR CANBY 0.2 N +US1ORCC0031 45.4059 -122.6725 88.7 OR LAKE OSWEGO 1.3 ESE +US1ORCC0035 45.4380 -122.6444 8.5 OR MILWAUKIE 1.3 WSW +US1ORCC0036 45.1432 -122.5686 123.4 OR MOLALLA 0.6 SE +US1ORCC0047 45.0694 -122.5403 406.6 OR MOLALLA 5.8 SSE +US1ORCC0051 45.4395 -122.6109 47.2 OR MILWAUKIE 0.5 SE +US1ORCC0052 45.4012 -122.5032 50.0 OR DAMASCUS 2.4 WSW +US1ORCC0054 45.4060 -122.6876 131.4 OR LAKE OSWEGO 0.7 SE +US1ORCC0055 45.3927 -122.2840 263.7 OR SANDY 1.0 WSW +US1ORCC0060 45.4226 -122.7174 116.4 OR LAKE OSWEGO 1.2 NW +US1ORCC0063 45.3283 -122.7912 47.9 OR SHERWOOD 3.3 SE +US1ORCC0064 45.3483 -121.9466 420.3 OR MOUNT HOOD VILLAGE 1.7 ESE +US1ORCC0066 45.4340 -122.5036 180.4 OR HAPPY VALLEY 1.7 ESE +US1ORCC0067 45.0424 -122.6011 308.2 OR MOLALLA 7.5 S +US1ORCC0068 45.4168 -122.7717 77.1 OR TIGARD 0.6 SSE +US1ORCC0072 45.2503 -122.5220 214.6 OR OREGON CITY 7.5 SSE +US1ORCC0075 45.4558 -122.6136 49.1 OR MILWAUKIE 0.9 NNE +US1ORCC0076 45.3321 -122.4250 102.1 OR ESTACADA 5.2 WNW +US1ORCC0077 45.4209 -122.7002 133.8 OR LAKE OSWEGO 0.6 N +US1ORCC0079 45.2693 -122.6826 41.1 OR CANBY 0.5 ENE +US1ORCC0080 45.0423 -122.5901 311.8 OR MOLALLA 7.4 S +US1ORCC0081 45.4276 -122.3650 159.1 OR BORING 0.6 WSW +US1ORCC0084 45.4025 -122.6136 62.5 OR MILWAUKIE 2.9 S +US1ORCC0086 45.4304 -122.7083 167.6 OR LAKE OSWEGO 1.4 NNW +US1ORCC0088 45.3749 -122.6491 206.3 OR WEST LINN 0.7 NW +US1ORCC0093 45.4142 -122.2455 132.6 OR SANDY 1.4 NE +US1ORCC0095 45.3150 -122.5675 132.3 OR OREGON CITY 2.5 SE +US1ORCC0097 45.3937 -122.7327 46.9 OR LAKE OSWEGO 2.1 SW +US1ORCC0100 45.4299 -122.6850 104.5 OR LAKE OSWEGO 1.4 NNE +US1ORCC0101 45.0515 -122.5327 457.8 OR MOLALLA 7.1 SSE +US1ORCC0102 45.3723 -122.6684 155.8 OR WEST LINN 1.5 W +US1ORCC0103 45.4105 -122.5924 36.9 OR CLACKAMAS 1.9 W +US1ORCC0104 45.4500 -122.3941 277.7 OR DAMASCUS 3.9 NE +US1ORCC0105 45.4224 -122.4757 184.7 OR DAMASCUS 0.9 WNW +US1ORCC0106 45.3639 -121.9755 434.3 OR MOUNT HOOD VILLAGE 0.6 NNE +US1ORCC0107 45.4362 -122.6239 53.0 OR MILWAUKIE 0.6 SSW +US1ORCK0001 44.1214 -119.8480 1204.6 OR PAULINA 6.0 ESE +US1ORCK0003 44.3156 -120.6719 963.5 OR PRINEVILLE 8.4 E +US1ORCK0004 44.3224 -120.9120 896.1 OR PRINEVILLE 4 NW +US1ORCK0005 44.3223 -120.7946 916.8 OR PRINEVILLE 2.6 ENE +US1ORCK0007 44.3166 -120.8400 901.3 OR PRINEVILLE 0.8 N +US1ORCK0009 44.2267 -120.8287 1127.2 OR PRINEVILLE 5.5 S +US1ORCK0010 44.2264 -120.7840 1235.4 OR PRINEVILLE 6.2 SSE +US1ORCS0002 43.3853 -124.2397 7.0 OR NORTH BEND 1.4 S +US1ORCS0003 43.3647 -124.1933 17.4 OR COOS BAY 2.1 ESE +US1ORCS0005 43.2450 -124.3800 59.1 OR BANDON 9 N +US1ORCS0006 43.3403 -124.1675 39.0 OR COOS BAY 4 SE +US1ORCS0007 43.3748 -124.2302 54.9 OR COOS BAY 1 NNW +US1ORCS0008 43.1345 -124.3990 7.0 OR BANDON 1.5 NNE +US1ORCS0009 43.3523 -124.0896 5.2 OR COOS BAY 7.3 ESE +US1ORCS0010 43.0260 -124.4059 38.1 OR BANDON 6.2 S +US1ORCS0011 43.2142 -124.3711 51.5 OR BANDON 7.1 NNE +US1ORCS0014 43.3835 -124.2639 67.1 OR COOS BAY 1.7 WNW +US1ORCS0016 43.3809 -124.2425 14.3 OR COOS BAY 0.6 WNW +US1ORCS0017 43.3714 -124.2200 57.0 OR COOS BAY 0.7 SE +US1ORCS0018 43.0891 -124.1779 26.2 OR MYRTLE POINT 3.0 NW +US1ORCS0021 43.0552 -124.1284 37.8 OR MYRTLE POINT 0.5 SSE +US1ORCS0022 43.3740 -124.2225 43.0 OR COOS BAY 0.5 SE +US1ORCS0024 43.1183 -124.3973 21.9 OR BANDON 0.9 E +US1ORCT0002 46.1656 -123.9300 7.9 OR WARRENTON 0.5 SW +US1ORCT0010 46.1717 -123.5800 37.2 OR ASTORIA 11.6 E +US1ORCT0012 45.7853 -123.9676 11.3 OR ARCH CAPE 3.0 S +US1ORCT0020 46.1807 -123.8525 38.1 OR ASTORIA 1.6 WSW +US1ORCT0021 46.1420 -123.8521 46.3 OR ASTORIA 3.5 SSW +US1ORCT0022 46.1730 -123.8201 42.1 OR ASTORIA 1.0 S +US1ORCT0023 46.1762 -123.8495 5.5 OR ASTORIA 1.6 WSW +US1ORCT0024 45.7882 -123.9668 42.4 OR ARCH CAPE 2.0 S +US1ORCY0001 42.0707 -124.2102 20.4 OR BROOKINGS 4.2 ENE +US1ORCY0003 42.9400 -124.4460 26.5 OR BANDON 11.4 S +US1ORCY0004 42.7393 -124.3987 73.5 OR PORT ORFORD 5.0 E +US1ORCY0006 42.6502 -124.0171 68.3 OR AGNESS 6.4 NE +US1ORCY0007 42.5029 -124.3658 100.9 OR GOLD BEACH 4.8 NE +US1ORCY0008 42.0615 -124.2901 82.0 OR BROOKINGS 0.1 NNE +US1ORCY0009 42.4046 -124.4181 23.2 OR GOLD BEACH 0.6 S +US1ORCY0010 42.0319 -124.2515 20.4 OR BROOKINGS 2.8 SE +US1ORCY0012 42.1251 -124.3211 273.7 OR BROOKINGS 4.8 NNW +US1ORCY0014 42.5653 -124.3519 32.3 OR GOLD BEACH 11.1 NNE +US1ORCY0015 42.1050 -124.3057 210.9 OR BROOKINGS 3.2 NNW +US1ORCY0016 42.1087 -124.3036 267.6 OR BROOKINGS 3.4 N +US1ORCY0017 42.7479 -124.4188 44.8 OR PORT ORFORD 3.9 E +US1ORCY0018 42.7420 -124.4687 36.3 OR PORT ORFORD 1.5 ESE +US1ORDG0001 43.0510 -123.2730 324.9 OR MYRTLE CREEK 1.8 NNE +US1ORDG0003 42.9419 -123.0306 311.2 OR DAYS CREEK 1 N +US1ORDG0005 42.7783 -123.3189 488.3 OR GLENDALE 6 NE +US1ORDG0006 43.3711 -123.5013 108.5 OR UMPQUA 1 W +US1ORDG0009 43.2125 -123.3841 144.2 OR ROSEBURG 2 SW +US1ORDG0010 43.2957 -123.0787 283.5 OR GLIDE 1.1 SE +US1ORDG0011 42.7216 -123.4044 512.7 OR GLENDALE 1.6 SE +US1ORDG0012 43.3087 -122.9396 496.2 OR IDLEYLD PARK 4 ESE +US1ORDG0013 42.9246 -123.3351 233.8 OR RIDDLE 2.4 SE +US1ORDG0015 43.2644 -123.4336 119.5 OR ROSEBURG 4.9 NW +US1ORDG0016 43.1099 -123.5473 213.4 OR TENMILE 1.8 NE +US1ORDG0017 43.5100 -123.3621 304.5 OR OAKLAND 6.9 NNW +US1ORDG0018 43.2824 -123.4056 134.7 OR ROSEBURG NORTH 4.7 WNW +US1ORDG0021 43.1678 -123.3855 146.9 OR ROSEBURG 3.8 SSW +US1ORDG0022 43.4256 -123.3856 278.9 OR OAKLAND 4.5 W +US1ORDG0025 43.2028 -123.3271 163.1 OR ROSEBURG 1.9 SE +US1ORDG0026 43.2594 -123.1018 261.2 OR GLIDE 2.9 SSW +US1ORDG0027 43.4248 -123.2942 141.7 OR OAKLAND 0.1 NNE +US1ORDG0028 43.1682 -123.3856 146.3 OR ROSEBURG 3.8 SSW +US1ORDG0029 43.1398 -123.4040 152.4 OR ROSEBURG 6.0 SSW +US1ORDG0030 43.2809 -123.3913 129.8 OR ROSEBURG 4.6 NNW +US1ORDG0031 43.0017 -123.3004 197.8 OR MYRTLE CREEK 1.9 SSW +US1ORDG0033 43.2250 -123.3813 128.6 OR ROSEBURG 1.2 WNW +US1ORDG0035 43.5820 -123.5980 45.1 OR ELKTON 4.1 SSW +US1ORDG0038 43.1664 -123.3856 151.8 OR ROSEBURG 3.9 SSW +US1ORDG0039 43.1305 -123.3545 261.5 OR ROSEBURG 6.2 S +US1ORDG0040 43.1235 -123.4153 168.9 OR WINSTON 0.3 NW +US1ORDG0043 43.6540 -123.8168 18.0 OR SCOTTSBURG 1.6 SSW +US1ORDG0044 43.6918 -124.1246 21.3 OR REEDSPORT 0.8 SW +US1ORDG0045 43.2668 -123.4711 219.5 OR ROSEBURG 6.6 WNW +US1ORDG0046 43.1923 -123.4387 317.0 OR ROSEBURG 4.5 WSW +US1ORDG0047 43.1068 -123.4283 157.0 OR DILLARD 0.3 N +US1ORDG0048 43.3131 -123.2089 206.3 OR ROSEBURG 9.9 NE +US1ORDG0049 43.3881 -123.3124 156.7 OR SUTHERLIN 0.1 ESE +US1ORDG0050 43.2291 -123.3758 138.7 OR ROSEBURG 1.1 NW +US1ORDG0052 42.9414 -123.0288 303.6 OR DAYS CREEK 7.7 ESE +US1ORDG0054 43.2575 -123.4581 164.6 OR ROSEBURG 5.7 WNW +US1ORDG0056 43.2191 -123.1466 348.4 OR ROSEBURG 10.6 E +US1ORDS0001 44.3358 -121.1997 877.2 OR REDMOND 5.4 NNW +US1ORDS0002 44.0442 -121.2860 1133.6 OR BEND 3 SE +US1ORDS0004 44.2649 -121.1970 919.6 OR REDMOND 1.3 WNW +US1ORDS0005 44.0103 -121.3277 1171.3 OR BEND 3.7 SSW +US1ORDS0012 44.0397 -121.2769 1128.4 OR BEND 2.5 SE +US1ORDS0014 44.0866 -121.3385 1178.7 OR BEND 2 NW +US1ORDS0016 44.0622 -121.2569 1094.8 OR BEND 2.7 E +US1ORDS0017 44.0704 -121.3568 1154.0 OR BEND 2.3 WNW +US1ORDS0018 44.1051 -121.2860 1060.4 OR BEND 3.0 NNE +US1ORDS0020 43.8298 -121.4647 1269.2 OR THREE RIVERS 0.7 NNE +US1ORDS0023 43.6617 -121.5042 1292.4 OR LA PINE 0.6 SSW +US1ORDS0024 43.8294 -121.4652 1269.2 OR THREE RIVERS 0.7 NNE +US1ORDS0025 43.9827 -121.3556 1198.5 OR BEND 6.2 SSW +US1ORDS0026 44.0619 -121.2954 1105.8 OR BEND 0.8 ESE +US1ORDS0027 44.0104 -121.1852 1135.4 OR BEND 7.3 ESE +US1ORDS0029 44.0598 -121.3394 1127.5 OR BEND 1.5 WSW +US1ORDS0033 44.0403 -121.3110 1126.5 OR BEND 1.8 S +US1ORDS0034 44.0366 -121.5119 1434.1 OR BEND 10.2 WSW +US1ORDS0035 44.3061 -121.5825 986.0 OR SISTERS 2.0 WNW +US1ORDS0036 44.3022 -121.4844 959.8 OR SISTERS 3.2 ENE +US1ORDS0039 44.1374 -121.3409 1028.7 OR BEND 5.1 NNW +US1ORDS0040 44.0871 -121.3502 1116.5 OR BEND 2.4 NW +US1ORDS0041 44.0627 -121.2572 1098.8 OR BEND 2.7 E +US1ORDS0043 44.2516 -121.2066 947.6 OR REDMOND 1.8 WSW +US1ORDS0044 44.0383 -121.2524 1127.2 OR BEND 3.5 ESE +US1ORDS0045 44.1574 -121.3225 965.3 OR BEND 6.3 N +US1ORDS0046 44.2889 -121.1787 905.9 OR REDMOND 2.1 N +US1ORDS0047 44.0878 -121.3508 1121.4 OR BEND 2.5 NW +US1ORDS0048 44.3116 -121.5920 995.5 OR SISTERS 2.6 WNW +US1ORDS0049 44.1063 -121.2897 1054.9 OR BEND 3.0 NNE +US1ORDS0051 44.3004 -121.1824 901.6 OR REDMOND 2.9 NNW +US1ORDS0056 43.8482 -121.4760 1278.0 OR BEND 17.1 SSW +US1ORGL0001 45.2500 -120.3000 919.0 OR CONDON 5.5 W +US1ORGL0002 45.2583 -120.1645 841.9 OR CONDON 1.8 NNE +US1ORGR0001 44.4636 -118.7060 1096.1 OR PRAIRIE CITY 0.2 NE +US1ORGR0003 44.6300 -119.6400 623.0 OR KIMBERLY 8.2 SSW +US1ORGR0004 44.2400 -119.0900 1462.7 OR CANYON CITY 12.6 SSW +US1ORGR0005 44.3575 -119.0745 1229.6 OR MOUNT VERNON 4.6 SSE +US1ORGR0006 44.4877 -119.5794 707.4 OR DAYVILLE 2.7 WNW +US1ORGR0008 44.4260 -118.9570 969.9 OR JOHN DAY 0.6 NW +US1ORHR0002 45.5583 -121.5528 478.5 OR PARKDALE 3.5 NE +US1ORHR0003 45.6646 -121.6052 469.4 OR HOOD RIVER 5.1 SW +US1ORHR0004 45.6763 -121.5641 225.6 OR HOOD RIVER 3.1 SW +US1ORHR0005 45.5704 -121.5541 472.1 OR HOOD RIVER 9.8 S +US1ORHR0007 45.7003 -121.5321 160.6 OR HOOD RIVER 0.8 SW +US1ORHR0008 45.6944 -121.5175 152.1 OR HOOD RIVER 1.1 SSE +US1ORHR0009 45.6938 -121.5387 177.7 OR HOOD RIVER 1.4 SW +US1ORHY0003 43.4394 -118.7426 1250.3 OR BURNS 19.0 ESE +US1ORJC0001 42.2647 -123.2577 394.1 OR WILLIAMS 1 N +US1ORJC0002 42.1794 -122.6764 634.6 OR ASHLAND 1.4 ESE +US1ORJC0004 42.3108 -122.9730 498.0 OR JACKSONVILLE 0.3 WSW +US1ORJC0005 42.1783 -122.6881 667.5 OR ASHLAND 1 SE +US1ORJC0008 42.4875 -122.9481 390.8 OR CENTRAL POINT 10 N +US1ORJC0009 42.3500 -122.8667 405.7 OR MEDFORD 1.0 NW +US1ORJC0010 42.5228 -123.1647 350.5 OR ROGUE RIVER 6 N +US1ORJC0011 42.1690 -122.9912 583.7 OR JACKSONVILLE 10 S +US1ORJC0012 42.3039 -122.8347 483.1 OR MEDFORD 3 SSE +US1ORJC0013 42.1944 -122.7185 602.9 OR ASHLAND 1 WNW +US1ORJC0014 42.1757 -122.6955 769.0 OR ASHLAND 1.0 SSE +US1ORJC0016 42.6980 -122.6240 633.1 OR PROSPECT 7 SW +US1ORJC0017 42.3536 -122.8422 430.1 OR MEDFORD 1.1 NNE +US1ORJC0018 42.6089 -122.8189 422.8 OR SHADY COVE 0.2 S +US1ORJC0022 42.7144 -122.5703 697.7 OR PROSPECT 3 SW +US1ORJC0025 42.1753 -122.6572 619.0 OR ASHLAND 2.4 ESE +US1ORJC0026 42.4334 -122.9869 431.9 OR CENTRAL POINT 5.7 NW +US1ORJC0027 42.2763 -123.1386 520.9 OR JACKSONVILLE 8.9 WSW +US1ORJC0028 42.3137 -122.8226 459.6 OR MEDFORD 2 SE +US1ORJC0029 42.4335 -123.0531 345.6 OR GOLD HILL 0.2 WSW +US1ORJC0031 42.6038 -122.8243 450.8 OR SHADY COVE 0.6 SSW +US1ORJC0034 42.1922 -122.6725 582.2 OR ASHLAND 1.4 E +US1ORJC0037 42.3381 -122.7903 654.1 OR MEDFORD 3.2 E +US1ORJC0038 42.2742 -122.8941 518.8 OR MEDFORD 5.0 SSW +US1ORJC0039 42.2034 -122.7740 764.4 OR TALENT 2.6 S +US1ORJC0042 42.1589 -122.6616 934.8 OR ASHLAND 2.9 SE +US1ORJC0043 42.3060 -122.9716 508.4 OR JACKSONVILLE 0.5 SSW +US1ORJC0048 42.3136 -122.9638 474.9 OR JACKSONVILLE 0.2 E +US1ORJC0050 42.4196 -122.9321 373.7 OR CENTRAL POINT 3.3 NNW +US1ORJC0051 42.2954 -122.8855 456.0 OR MEDFORD 3.5 SSW +US1ORJC0053 42.3316 -122.8051 582.8 OR MEDFORD 2.5 ESE +US1ORJC0054 42.3510 -122.8329 453.8 OR MEDFORD 1.3 NE +US1ORJC0057 42.1783 -122.6966 724.5 OR ASHLAND 0.8 S +US1ORJC0060 42.2602 -122.9238 655.0 OR MEDFORD 6.6 SSW +US1ORJC0062 42.5069 -123.0890 598.3 OR GOLD HILL 5.4 NNW +US1ORJC0064 42.2065 -122.7102 543.2 OR ASHLAND 1.2 NNW +US1ORJC0067 42.6185 -122.8121 433.1 OR SHADY COVE 0.6 NE +US1ORJC0068 42.4760 -122.8484 443.8 OR EAGLE POINT 2.6 WNW +US1ORJC0069 42.1807 -122.6953 702.6 OR ASHLAND 0.7 SSE +US1ORJC0074 42.5984 -122.6135 679.1 OR BUTTE FALLS 4.5 NNW +US1ORJC0075 42.3338 -122.8492 452.0 OR MEDFORD 0.5 SSE +US1ORJC0076 42.5950 -123.1789 463.3 OR ROGUE RIVER 11.0 N +US1ORJC0077 42.2024 -122.7028 538.0 OR ASHLAND 0.9 N +US1ORJC0078 42.3628 -122.9583 501.4 OR CENTRAL POINT 2.5 WSW +US1ORJC0079 42.2667 -122.8543 529.4 OR MEDFORD 5.1 S +US1ORJC0083 42.3325 -122.7989 599.5 OR MEDFORD 2.8 E +US1ORJC0085 42.4926 -123.1868 353.3 OR ROGUE RIVER 4.1 NNW +US1ORJC0086 42.2771 -122.8870 547.7 OR MEDFORD 4.7 SSW +US1ORJC0087 42.2590 -122.8697 618.7 OR MEDFORD 5.7 S +US1ORJC0088 42.1975 -122.7004 568.5 OR ASHLAND 0.5 N +US1ORJC0089 42.2675 -122.8751 557.8 OR MEDFORD 5.1 SSW +US1ORJC0090 42.3218 -122.8079 496.2 OR MEDFORD 2.6 ESE +US1ORJC0091 42.3915 -122.9536 384.0 OR CENTRAL POINT 2.5 WNW +US1ORJC0092 42.3060 -122.9222 451.1 OR MEDFORD 4.2 WSW +US1ORJC0093 42.4496 -123.1671 321.9 OR ROGUE RIVER 1.0 N +US1ORJC0097 42.3109 -122.9773 558.1 OR JACKSONVILLE 0.5 WSW +US1ORJC0098 42.4807 -122.7474 451.1 OR EAGLE POINT 2.8 ENE +US1ORJC0099 42.3855 -122.9257 381.0 OR CENTRAL POINT 1.1 NW +US1ORJC0100 42.3785 -122.7600 524.3 OR EAGLE POINT 6.4 SSE +US1ORJF0001 44.7203 -121.1736 727.3 OR MADRAS 6.6 NNW +US1ORJF0003 44.4342 -121.3094 806.8 OR TERREBONNE 9 NW +US1ORJF0004 44.6924 -120.7255 854.0 OR ANTELOPE 15.1 S +US1ORJF0005 44.4495 -121.2943 856.8 OR TERREBONNE 9.4 NW +US1ORJS0001 42.0525 -123.7136 449.6 OR O'BRIEN 2 SW +US1ORJS0003 42.5653 -123.4266 363.9 OR GRANTS PASS 10.0 NNW +US1ORJS0004 42.1494 -123.6164 439.2 OR CAVE JUNCTION 1.9 SE +US1ORJS0005 42.1573 -123.5727 465.1 OR CAVE JUNCTION 3.7 E +US1ORJS0007 42.2708 -123.2477 375.5 OR WILLIAMS 3.8 NNE +US1ORJS0010 42.3573 -123.2900 489.5 OR GRANTS PASS 6.1 SSE +US1ORJS0013 42.2182 -123.5125 528.8 OR SELMA 6.8 SE +US1ORJS0015 42.3835 -123.5072 345.3 OR WILDERVILLE 2.4 WSW +US1ORJS0016 42.4489 -123.5106 342.0 OR GRANTS PASS 9.5 W +US1ORJS0017 42.5420 -123.4263 324.6 OR MERLIN 1.7 N +US1ORJS0018 42.1399 -123.2363 711.4 OR APPLEGATE 8.3 SSW +US1ORJS0019 42.3788 -123.3560 356.3 OR GRANTS PASS 4.6 SSW +US1ORJS0020 42.3174 -123.2309 407.5 OR GRANTS PASS 9.8 SSE +US1ORJS0021 42.2878 -123.6193 438.6 OR SELMA 0.6 NNW +US1ORJS0022 42.1122 -123.6526 444.1 OR CAVE JUNCTION 3.8 S +US1ORJS0024 42.1707 -123.6375 424.3 OR CAVE JUNCTION 0.4 ENE +US1ORJS0025 42.3853 -123.4865 348.7 OR WILDERVILLE 1.0 WNW +US1ORJS0027 42.4335 -123.3867 275.5 OR GRANTS PASS 3.2 W +US1ORKL0002 42.2261 -121.7436 1289.0 OR KLAMATH FALLS 1.5 ENE +US1ORKL0003 42.5938 -121.8752 1314.9 OR CHILOQUIN 1 NW +US1ORKL0004 42.1568 -121.6353 1251.5 OR KLAMATH FALLS 8 SE +US1ORKL0005 42.2097 -121.7069 1307.6 OR KLAMATH FALLS 3.4 ESE +US1ORKL0008 42.2187 -121.7093 1337.8 OR KLAMATH FALLS 3.3 E +US1ORKL0013 42.3020 -121.4078 1360.9 OR BONANZA 7.1 N +US1ORKL0014 42.3005 -121.4081 1358.8 OR BONANZA 7.0 N +US1ORKL0016 42.2286 -121.7745 1255.5 OR KLAMATH FALLS 0.5 NNW +US1ORKL0018 42.1183 -121.9236 1252.4 OR KENO 0.6 SSE +US1ORKL0023 42.2010 -121.7272 1265.8 OR ALTAMONT 0.4 WNW +US1ORKL0025 42.2329 -121.7704 1273.8 OR KLAMATH FALLS 0.8 N +US1ORKL0027 42.1513 -121.6953 1250.9 OR KLAMATH FALLS 6.2 SE +US1ORLA0001 44.0612 -124.0475 71.9 OR FLORENCE 5.9 NNE +US1ORLA0003 44.0069 -124.1247 20.4 OR FLORENCE 1.8 NW +US1ORLA0004 44.0145 -124.1210 26.5 OR FLORENCE 2.1 NNW +US1ORLA0005 43.9778 -124.0906 21.9 OR FLORENCE 0.2 SSE +US1ORLA0006 44.0481 -123.0017 142.3 OR SPRINGFIELD 2 WSW +US1ORLA0007 44.0975 -123.0936 119.2 OR EUGENE 3.2 NNE +US1ORLA0009 44.1686 -122.8583 166.4 OR MARCOLA 0.5 S +US1ORLA0010 44.0003 -123.0675 235.0 OR EUGENE 4.3 SSE +US1ORLA0011 44.0807 -123.0810 128.3 OR EUGENE 2.5 NE +US1ORLA0013 44.0990 -123.1222 121.3 OR EUGENE 3.2 N +US1ORLA0014 44.0786 -123.1756 118.0 OR EUGENE 3.6 WNW +US1ORLA0015 44.0378 -123.3511 131.7 OR VENETA 0.7 S +US1ORLA0017 44.0511 -123.0359 140.5 OR SPRINGFIELD 2.9 W +US1ORLA0018 44.0845 -123.0920 125.9 OR EUGENE 2.4 NNE +US1ORLA0019 43.9172 -122.8244 202.4 OR DEXTER 1 W +US1ORLA0020 44.0828 -123.3619 128.6 OR ELMIRA 1.1 NNW +US1ORLA0021 43.9533 -123.0169 157.3 OR CRESWELL 2.4 N +US1ORLA0022 44.1117 -123.1383 116.7 OR EUGENE 4.3 NNW +US1ORLA0023 44.1890 -122.9098 289.6 OR SPRINGFIELD 10.0 NNE +US1ORLA0024 43.9499 -122.8852 199.3 OR PLEASANT HILL 3 SE +US1ORLA0025 44.1261 -122.9139 157.9 OR SPRINGFIELD 5.9 NNE +US1ORLA0026 44.0706 -123.0658 129.5 OR EUGENE 2.6 ENE +US1ORLA0027 44.1221 -123.3510 176.8 OR JUNCTION CITY 9.8 SW +US1ORLA0029 44.0145 -123.0914 176.2 OR EUGENE 2.9 SSE +US1ORLA0031 44.0272 -124.1203 25.6 OR FLORENCE 2.9 NNW +US1ORLA0033 43.6867 -123.0501 275.2 OR COTTAGE GROVE 7.7 S +US1ORLA0035 44.0181 -123.1178 239.0 OR EUGENE 2.4 S +US1ORLA0036 43.9147 -123.0119 165.5 OR CRESWELL 0.4 SE +US1ORLA0038 44.1603 -122.9017 186.5 OR SPRINGFIELD 8.3 NNE +US1ORLA0040 43.9861 -124.0903 16.2 OR FLORENCE 0.6 E +US1ORLA0041 44.0528 -123.0331 151.5 OR SPRINGFIELD 2.8 W +US1ORLA0042 44.0549 -122.9116 157.0 OR SPRINGFIELD 3.3 E +US1ORLA0044 43.9925 -123.1964 153.0 OR EUGENE 5.9 SW +US1ORLA0045 44.0381 -123.0956 152.1 OR EUGENE 1.3 SE +US1ORLA0047 43.9533 -123.0261 159.4 OR CRESWELL 3 N +US1ORLA0048 44.0732 -123.4020 153.3 OR ELMIRA 2.4 WNW +US1ORLA0050 43.9025 -124.0947 27.7 OR FLORENCE 5.8 S +US1ORLA0051 44.0231 -123.1403 249.0 OR EUGENE 2.5 SW +US1ORLA0053 44.1131 -122.6481 222.5 OR LEABURG 2 E +US1ORLA0054 44.0214 -123.1558 324.9 OR EUGENE 3 SW +US1ORLA0055 44.1567 -123.0694 118.0 OR COBURG 1.4 NNW +US1ORLA0056 44.0840 -123.3513 122.5 OR VENETA 2.5 N +US1ORLA0057 43.9336 -122.9592 167.0 OR CRESWELL 3.2 NE +US1ORLA0058 44.0756 -122.9806 140.8 OR SPRINGFIELD 1.6 N +US1ORLA0062 44.0744 -123.1167 124.4 OR EUGENE 1.3 NNW +US1ORLA0064 44.0508 -122.9189 156.1 OR SPRINGFIELD 2.9 E +US1ORLA0065 44.0390 -122.8500 365.8 OR SPRINGFIELD 6.4 E +US1ORLA0066 44.0662 -123.0083 139.0 OR SPRINGFIELD 1.8 WNW +US1ORLA0067 44.0628 -122.9900 144.2 OR SPRINGFIELD 0.9 NW +US1ORLA0068 43.7088 -122.9808 273.7 OR COTTAGE GROVE 6.8 SSE +US1ORLA0069 44.1106 -123.1544 116.7 OR EUGENE 4.5 NNW +US1ORLA0071 44.0583 -122.9975 141.7 OR SPRINGFIELD 1.1 WNW +US1ORLA0072 44.0717 -122.9814 142.6 OR SPRINGFIELD 1.3 N +US1ORLA0073 44.0042 -123.0931 186.2 OR EUGENE 3.6 SSE +US1ORLA0074 44.0922 -123.3514 124.7 OR ELMIRA 1 W +US1ORLA0075 43.9675 -122.9450 178.3 OR PLEASANT HILL 1 S +US1ORLA0076 43.9956 -124.1150 20.7 OR FLORENCE 0.9 NW +US1ORLA0077 43.7997 -122.4156 720.2 OR OAKRIDGE 4.6 NE +US1ORLA0078 44.0433 -122.9203 212.1 OR SPRINGFIELD 2.9 ESE +US1ORLA0079 44.0047 -123.0706 156.4 OR EUGENE 3.9 SSE +US1ORLA0080 44.0103 -123.0622 237.7 OR EUGENE 3.9 SE +US1ORLA0081 44.0481 -123.3292 117.3 OR VENETA 1 E +US1ORLA0082 44.0397 -123.0217 199.9 OR SPRINGFIELD 2.4 SW +US1ORLA0083 44.1514 -122.9111 164.0 OR SPRINGFIELD 7.5 NNE +US1ORLA0084 43.9064 -123.0078 165.8 OR CRESWELL 1 SE +US1ORLA0085 44.0017 -123.0094 150.9 OR EUGENE 5 ESE +US1ORLA0086 44.0900 -123.1153 121.9 OR EUGENE 2.6 N +US1ORLA0087 44.0093 -123.0598 259.7 OR EUGENE 4.0 SE +US1ORLA0088 43.9087 -124.0884 51.8 OR FLORENCE 5.4 S +US1ORLA0089 44.0780 -124.0925 28.0 OR FLORENCE 6 N +US1ORLA0091 44.0625 -124.0961 64.0 OR FLORENCE 5.4 N +US1ORLA0092 44.0697 -123.1639 119.8 OR EUGENE 2.8 NW +US1ORLA0093 43.9197 -122.7781 232.9 OR LOWELL 1 SE +US1ORLA0095 44.0261 -123.0978 144.5 OR EUGENE 2 SSE +US1ORLA0097 44.0047 -123.0703 157.6 OR EUGENE 4 SSE +US1ORLA0098 44.0094 -123.1322 219.8 OR EUGENE 3.2 SW +US1ORLA0100 43.8511 -122.7919 298.7 OR DEXTER 4.7 SSE +US1ORLA0101 44.0831 -123.1350 121.9 OR EUGENE 2.4 NNW +US1ORLA0102 44.0733 -123.1242 124.4 OR EUGENE 1.5 NNW +US1ORLA0103 44.1342 -123.0625 123.1 OR COBURG 0.3 SSW +US1ORLA0104 44.0831 -122.9900 156.4 OR SPRINGFIELD 2.2 NNW +US1ORLA0107 43.9890 -124.0930 15.8 OR FLORENCE 0.5 NE +US1ORLA0108 44.0720 -123.0980 128.0 OR EUGENE 1.5 NNE +US1ORLA0109 44.0580 -123.0302 136.6 OR SPRINGFIELD 2.7 W +US1ORLA0110 43.7410 -122.4599 368.2 OR OAKRIDGE 0.7 SE +US1ORLA0111 44.0265 -123.1249 238.0 OR EUGENE 1.9 SSW +US1ORLA0112 44.1088 -123.2698 119.5 OR EUGENE 2.7 +US1ORLA0114 43.8031 -123.0032 247.2 OR COTTAGE GROVE 2.6 E +US1ORLA0116 44.0626 -122.7731 261.8 OR SPRINGFIELD 10.1 E +US1ORLA0117 44.0356 -123.1235 135.9 OR EUGENE 1.3 SSW +US1ORLA0118 44.0686 -123.0660 129.2 OR EUGENE 2.5 ENE +US1ORLA0121 44.0684 -123.0138 138.1 OR SPRINGFIELD 2.1 WNW +US1ORLA0122 44.0344 -122.9579 149.0 OR SPRINGFIELD 1.5 SE +US1ORLA0123 44.0259 -123.1950 230.4 OR EUGENE 4.6 WSW +US1ORLA0124 43.9408 -122.8234 214.6 OR LOWELL 2.6 WNW +US1ORLA0126 44.1386 -123.0658 122.2 OR COBURG 0.3 W +US1ORLA0127 44.0492 -122.8982 161.2 OR SPRINGFIELD 3.9 E +US1ORLA0129 44.0717 -123.0101 137.5 OR SPRINGFIELD 2.1 NW +US1ORLA0130 44.1783 -122.1625 417.0 OR MCKENZIE BRIDGE 1 N +US1ORLA0131 44.0918 -123.1423 119.8 OR RIVER ROAD 0.7 NW +US1ORLA0132 44.0548 -123.7101 74.4 OR SWISSHOME 4.2 ESE +US1ORLA0134 43.7933 -123.0018 210.6 OR COTTAGE GROVE 2.7 E +US1ORLA0135 43.9985 -123.6544 135.0 OR WALTON 4 SW +US1ORLA0136 43.9799 -123.0537 237.7 OR EUGENE 5.8 SSE +US1ORLA0137 44.0708 -123.0120 137.5 OR SPRINGFIELD 2.1 NW +US1ORLA0139 44.0021 -123.0991 267.3 OR EUGENE 3.6 S +US1ORLA0140 44.1300 -123.1393 114.3 OR SANTA CLARA 1.1 NNW +US1ORLA0141 44.0544 -123.7158 61.6 OR SWISSHOME 4.3 ESE +US1ORLA0144 44.0721 -123.0758 127.1 OR EUGENE 2.2 NE +US1ORLA0147 43.6906 -123.0584 262.1 OR COTTAGE GROVE 7.4 S +US1ORLA0154 44.0268 -123.0510 194.2 OR EUGENE 3.5 ESE +US1ORLA0156 44.0505 -122.9484 150.9 OR SPRINGFIELD 1.4 E +US1ORLA0160 44.0336 -123.0648 183.2 OR EUGENE 2.7 ESE +US1ORLA0162 44.0045 -123.0004 144.2 OR EUGENE 6.5 ESE +US1ORLA0163 43.7060 -122.9790 260.0 OR COTTAGE GROVE 7.4 SSE +US1ORLA0166 44.0845 -123.0588 129.8 OR EUGENE 3.4 NE +US1ORLA0167 43.7121 -122.9794 257.6 OR COTTAGE GROVE 7.0 SSE +US1ORLA0169 44.0826 -123.4309 135.0 OR ELMIRA 3.9 WNW +US1ORLA0171 43.8307 -123.3402 179.5 OR LORANE 5.1 W +US1ORLA0173 44.0274 -123.0998 152.7 OR EUGENE 1.9 SSE +US1ORLA0174 43.8303 -123.0545 230.4 OR COTTAGE GROVE 2.3 N +US1ORLA0175 43.7961 -123.0524 199.9 OR COTTAGE GROVE 0.2 ESE +US1ORLA0176 44.1099 -122.4248 296.6 OR NIMROD 0.3 SSW +US1ORLA0178 44.2238 -124.1045 13.1 OR YACHATS 6.1 S +US1ORLA0179 44.0830 -123.1218 123.1 OR EUGENE 2.1 NNW +US1ORLA0180 44.0283 -123.0227 137.5 OR SPRINGFIELD 2.8 SW +US1ORLA0183 44.0128 -123.0918 172.8 OR EUGENE 3.0 SSE +US1ORLA0186 44.0402 -123.0613 153.9 OR EUGENE 2.7 ESE +US1ORLA0189 44.1400 -123.3450 239.9 OR JUNCTION CITY 8.8 SW +US1ORLA0190 44.0270 -123.1410 216.1 OR EUGENE 2.3 SW +US1ORLA0191 44.1324 -123.3285 139.0 OR JUNCTION CITY 8.6 SW +US1ORLA0193 43.7480 -122.4626 369.7 OR OAKRIDGE 0.5 E +US1ORLA0194 44.0449 -123.1228 125.0 OR EUGENE 0.8 SW +US1ORLA0195 44.2132 -123.5004 221.0 OR BLACHLY 2.1 NE +US1ORLA0197 44.1168 -123.1435 115.8 OR EUGENE 4.7 NNW +US1ORLA0198 44.0191 -123.1046 247.8 OR EUGENE 2.4 S +US1ORLA0200 44.2444 -123.3466 106.7 OR JUNCTION CITY 7.3 WNW +US1ORLA0201 44.1954 -123.5444 240.2 OR BLACHLY 0.5 W +US1ORLA0203 44.0675 -123.0017 140.5 OR SPRINGFIELD 1.6 NW +US1ORLA0204 44.0021 -124.1044 25.0 OR FLORENCE 1.1 N +US1ORLA0205 44.1222 -123.1321 115.5 OR EUGENE 4.9 NNW +US1ORLA0206 44.0603 -123.3133 120.1 OR VENETA 2.1 ENE +US1ORLA0208 43.8958 -123.2463 239.9 OR EUGENE 12.7 SSW +US1ORLC0001 44.6898 -124.0655 35.1 OR NEWPORT 5.1 N +US1ORLC0002 44.6210 -123.9370 27.4 OR TOLEDO 0.2 W +US1ORLC0003 44.6122 -123.9197 49.4 OR TOLEDO 1 SE +US1ORLC0005 44.4910 -124.0230 117.7 OR WALDPORT 5.2 NNE +US1ORLC0007 44.8122 -124.0607 32.3 OR DEPOE BAY 0.2 NW +US1ORLC0008 44.4295 -124.0630 1.8 OR WALDPORT 0.6 N +US1ORLC0009 44.8022 -124.0592 26.2 OR DEPOE BAY 0.5 S +US1ORLC0010 44.8849 -124.0345 15.5 OR GLENEDEN BEACH 0.3 N +US1ORLC0011 44.4169 -124.0824 16.5 OR WALDPORT 1.0 WSW +US1ORLC0012 44.5755 -124.0675 34.1 OR SOUTH BEACH 2.7 SW +US1ORLC0013 44.6773 -124.0592 55.2 OR NEWPORT 4.2 N +US1ORLC0015 44.4166 -124.0450 25.9 OR WALDPORT 1.0 ESE +US1ORLC0018 44.6781 -124.0643 47.9 OR NEWPORT 4.3 N +US1ORLC0020 44.6557 -124.0443 15.2 OR NEWPORT 2.7 N +US1ORLC0021 44.7216 -123.9172 43.0 OR SILETZ 0.0 SW +US1ORLC0023 44.7615 -123.8991 23.8 OR SILETZ 2.9 NNE +US1ORLC0026 44.5980 -124.0656 7.6 OR NEWPORT 1.4 SSW +US1ORLC0027 44.3137 -124.1080 13.1 OR YACHATS 0.4 WNW +US1ORLC0028 44.9820 -124.0142 29.3 OR LINCOLN CITY 0.7 NNW +US1ORLC0029 44.6310 -124.0622 35.7 OR NEWPORT 1.1 NNW +US1ORLC0031 44.8573 -124.0424 18.3 OR DEPOE BAY 3.4 NNE +US1ORLK0004 42.2182 -120.3640 1460.6 OR LAKEVIEW 2.2 NNW +US1ORLK0007 42.6943 -120.5487 1335.6 OR PAISLEY 0.2 WNW +US1ORLK0009 43.3307 -120.7900 1329.2 OR CHRISTMAS VALLEY 9.1 NW +US1ORLN0001 44.5440 -122.8070 131.7 OR LEBANON 4.8 E +US1ORLN0002 44.4077 -122.6501 254.8 OR SWEET HOME 2.6 E +US1ORLN0003 44.6110 -123.0853 69.5 OR ALBANY 0.5 SE +US1ORLN0004 44.6694 -122.9184 85.6 OR SCIO 4.2 SW +US1ORLN0005 44.6833 -122.8833 190.2 OR SCIO 2.3 SW +US1ORLN0006 44.3968 -122.6840 196.9 OR SWEET HOME 1.0 ESE +US1ORLN0007 44.3486 -122.7710 175.0 OR SWEET HOME 5.0 SW +US1ORLN0008 44.4187 -123.0304 123.1 OR BROWNSVILLE 3.0 NW +US1ORLN0011 44.5757 -122.7757 140.5 OR LACOMB 1 W +US1ORLN0012 44.7571 -122.6245 518.2 OR LYONS 1.6 SSW +US1ORLN0013 44.6230 -123.0850 69.2 OR ALBANY 0.5 NE +US1ORLN0015 44.5417 -122.9236 98.5 OR LEBANON 1.1 WNW +US1ORLN0016 44.5164 -122.9171 109.1 OR LEBANON 1.4 SSW +US1ORLN0017 44.4192 -122.6710 219.8 OR SWEET HOME 2.0 NE +US1ORLN0018 44.5682 -123.2050 68.0 OR CORVALLIS 3.5 E +US1ORLN0020 44.7475 -122.6069 507.8 OR LYONS 2.1 S +US1ORLN0021 44.5204 -122.9005 109.1 OR LEBANON 1.0 S +US1ORLN0024 44.4242 -122.6703 292.6 OR SWEET HOME 2.0 NE +US1ORLN0026 44.7443 -122.4032 353.0 OR GATES 1.1 SE +US1ORLN0028 44.7485 -122.4837 259.4 OR MILL CITY 0.4 WSW +US1ORLN0030 44.3178 -122.9829 248.7 OR BROWNSVILLE 5.2 S +US1ORLN0032 44.6366 -122.8107 111.3 OR SCIO 5.1 SSE +US1ORLN0033 44.6454 -123.0546 67.4 OR ALBANY 2.7 NE +US1ORLN0034 44.4628 -122.8752 233.8 OR LEBANON 5.2 SSE +US1ORLN0039 44.7372 -122.8424 139.6 OR SCIO 2.2 N +US1ORLN0042 44.6022 -123.0844 72.5 OR ALBANY 1.1 SSE +US1ORLN0043 44.6844 -123.0635 74.1 OR ALBANY 4.9 NNE +US1ORLN0044 44.6232 -123.0790 69.5 OR ALBANY 0.7 NE +US1ORLN0045 44.5304 -122.8968 109.7 OR LEBANON 0.5 SE +US1ORLN0046 44.6138 -123.1182 66.1 OR ALBANY 1.3 W +US1ORLN0047 44.5873 -123.0958 72.8 OR ALBANY 2.1 S +US1ORLN0048 44.5996 -123.1368 65.2 OR ALBANY 2.5 WSW +US1ORLN0050 44.5834 -123.1817 71.0 OR ALBANY 5.0 WSW +US1ORLN0054 44.4815 -122.8085 126.5 OR LEBANON 6.0 SE +US1ORLN0055 44.5350 -122.8580 150.3 OR LEBANON 2.3 E +US1ORLN0056 44.5924 -122.7046 261.2 OR LEBANON 10.6 ENE +US1ORLN0057 44.3031 -122.6923 220.1 OR SWEET HOME 6.8 S +US1ORLN0058 44.6153 -122.7747 150.0 OR SCIO 7.2 SSE +US1ORLN0060 44.4511 -122.7036 203.3 OR LEBANON 11.5 ESE +US1ORLN0062 44.6160 -122.7710 152.4 OR SCIO 7.3 SSE +US1ORLN0063 44.4040 -122.6820 193.9 OR SWEET HOME 1.0 E +US1ORLN0064 44.3920 -122.9800 103.6 OR BROWNSVILLE 0.1 SE +US1ORLN0065 44.4484 -122.7106 225.6 OR LEBANON 11.3 ESE +US1ORLN0066 44.4343 -122.8285 182.9 OR LEBANON 7.9 SSE +US1ORLN0067 44.4766 -123.1429 77.7 OR SHEDD 1.9 NW +US1ORLN0068 44.3982 -122.6577 191.7 OR SWEET HOME 2.2 E +US1ORLN0069 44.5586 -123.1169 74.7 OR TANGENT 0.7 NW +US1ORLN0070 44.5848 -122.8268 101.2 OR LEBANON 5.1 NE +US1ORLN0072 44.5245 -122.7967 150.0 OR LEBANON 5.4 E +US1ORLN0073 44.4468 -122.8997 416.7 OR LEBANON 6.1 S +US1ORLN0075 44.7406 -122.4380 311.5 OR GATES 1.4 SW +US1ORLN0076 44.7467 -122.4597 275.2 OR MILL CITY 0.9 ESE +US1ORLN0078 44.5679 -123.2058 68.6 OR CORVALLIS 3.5 E +US1ORLN0079 44.3266 -122.8290 164.9 OR SWEET HOME 8.1 SW +US1ORLN0080 44.3880 -122.7318 185.6 OR SWEET HOME 1.7 WSW +US1ORLN0081 44.2638 -123.1606 96.3 OR HARRISBURG 0.4 SSE +US1ORLN0082 44.5595 -122.9188 100.0 OR LEBANON 1.8 NNW +US1ORLN0083 44.7122 -123.1419 57.0 OR ALBANY 7.0 NNW +US1ORLN0086 44.5207 -122.9130 108.8 OR LEBANON 1.1 SSW +US1ORLN0087 44.5455 -122.9024 105.2 OR LEBANON 0.7 N +US1ORLN0088 44.3997 -122.6981 199.9 OR SWEET HOME 0.2 SE +US1ORMH0003 44.2559 -117.5293 810.8 OR BROGAN 0.9 NW +US1ORMN0001 44.8814 -122.8775 143.0 OR AUMSVILLE 2.5 N +US1ORMN0004 44.7672 -122.8786 107.9 OR AUMSVILLE 5.4 S +US1ORMN0006 44.9436 -122.9339 67.1 OR SALEM 4.5 ENE +US1ORMN0008 44.8768 -123.0576 163.1 OR SALEM 3.7 SSW +US1ORMN0009 44.8790 -123.0420 135.9 OR SALEM 3.3 SSW +US1ORMN0010 44.9253 -123.0489 94.8 OR SALEM 2 W +US1ORMN0012 44.9161 -123.0408 103.0 OR SALEM 1.1 WSW +US1ORMN0013 44.8756 -123.0447 134.4 OR SALEM 3.6 SSW +US1ORMN0014 44.9419 -122.9610 65.2 OR SALEM 3.2 ENE +US1ORMN0015 44.9919 -123.0428 42.7 OR KEIZER 1.3 SW +US1ORMN0016 44.8353 -122.6836 331.9 OR STAYTON 6 ENE +US1ORMN0017 44.9364 -122.9314 69.5 OR SALEM 4.5 E +US1ORMN0019 44.9881 -122.9869 57.9 OR SALEM 5 NE +US1ORMN0021 44.7903 -123.0317 96.3 OR JEFFERSON 5.2 NNW +US1ORMN0023 44.8850 -122.9319 195.1 OR SALEM 5 SE +US1ORMN0024 44.8729 -122.8783 150.3 OR AUMSVILLE 2.0 NNW +US1ORMN0025 44.9039 -123.0560 135.0 OR SALEM 2.2 SW +US1ORMN0026 44.7504 -122.9359 93.9 OR TURNER 6.6 S +US1ORMN0028 45.0146 -123.0340 37.5 OR KEIZER 1.0 NW +US1ORMN0032 44.8048 -122.7825 162.2 OR STAYTON 0.7 ENE +US1ORMN0034 45.0242 -123.0182 57.0 OR KEIZER 1.4 N +US1ORMN0035 44.8271 -122.3842 361.5 OR LYONS 11.4 ENE +US1ORMN0036 44.7659 -122.5386 228.6 OR LYONS 3.4 ESE +US1ORMN0037 44.8651 -122.8723 130.8 OR AUMSVILLE 1.4 N +US1ORMN0038 44.9131 -123.0419 94.2 OR SALEM 1.0 S +US1ORMN0040 44.9138 -122.6512 487.1 OR SILVERTON 9.1 SE +US1ORMN0043 45.0691 -122.7899 65.5 OR MOUNT ANGEL 0.2 E +US1ORMN0044 44.8745 -123.0444 138.7 OR SALEM 3.6 SSW +US1ORMN0047 44.7524 -122.4941 242.0 OR MILL CITY 0.8 W +US1ORMN0049 44.7869 -122.6049 199.3 OR MEHAMA 0.7 ESE +US1ORMN0050 44.9649 -122.9635 58.8 OR SALEM 4.0 NE +US1ORMN0052 44.7647 -122.9062 103.0 OR TURNER 6.0 SSE +US1ORMN0053 44.9239 -123.0457 82.3 OR SALEM 1.2 W +US1ORMN0054 45.0231 -123.0273 56.4 OR KEIZER 1.4 NNW +US1ORMN0056 44.9931 -122.6847 256.9 OR SILVERTON 4.8 ESE +US1ORMN0057 44.9950 -122.7886 124.4 OR SILVERTON 1.0 SSW +US1ORMN0058 44.8678 -123.0415 173.7 OR SALEM 4.0 SSW +US1ORMN0060 44.9867 -123.0340 43.3 OR KEIZER 1.4 SSW +US1ORMN0061 45.0003 -122.7738 129.2 OR SILVERTON 0.6 SE +US1ORMN0066 44.7903 -122.6264 187.5 OR STAYTON 8.4 E +US1ORMN0070 45.0004 -122.7698 151.2 OR SILVERTON 0.7 SE +US1ORMN0072 44.8759 -123.0353 128.0 OR SALEM 3.4 S +US1ORMN0076 44.9817 -122.9897 53.9 OR SALEM 4.3 NNE +US1ORMN0078 44.9357 -122.9861 67.4 OR SALEM 1.9 ENE +US1ORMT0002 45.5276 -122.2880 173.7 OR TROUTDALE 5.0 E +US1ORMT0006 45.5116 -122.6201 49.7 OR PORTLAND 2.5 SE +US1ORMT0007 45.4642 -122.6984 117.7 OR RALEIGH HILLS 3.1 ESE +US1ORMT0010 45.5525 -122.6349 75.9 OR PORTLAND 1.4 NE +US1ORMT0015 45.4681 -122.6813 98.5 OR PORTLAND 7 SW +US1ORMT0016 45.4838 -122.2033 380.4 OR SANDY 6.6 NNE +US1ORMT0020 45.5109 -122.3133 128.3 OR TROUTDALE 4.2 ESE +US1ORMT0021 45.4576 -122.7217 157.0 OR METZGER 2.0 ENE +US1ORMT0024 45.4690 -122.7165 143.3 OR RALEIGH HILLS 2.1 ESE +US1ORMT0025 45.4459 -122.6628 135.0 OR MILWAUKIE 2.1 W +US1ORMT0026 45.5548 -122.5645 42.4 OR PORTLAND 4.6 ENE +US1ORMT0031 45.5136 -122.6307 47.5 OR PORTLAND 2.1 SE +US1ORMT0033 45.5416 -122.6401 48.2 OR PORTLAND 0.8 ENE +US1ORMT0041 45.5631 -122.6976 51.2 OR PORTLAND 2.6 NW +US1ORMT0049 45.4783 -122.7116 158.5 OR PORTLAND 6.5 SW +US1ORMT0050 45.4628 -122.7378 121.0 OR PORTLAND 5.2 SW +US1ORMT0058 45.5382 -122.6133 60.7 OR PORTLAND 2.1 E +US1ORMT0060 45.4534 -122.6981 128.9 OR PORTLAND 4.9 SSW +US1ORMT0061 45.5734 -122.6615 39.0 OR PORTLAND 2.4 N +US1ORMT0067 45.4545 -122.6780 146.0 OR PORTLAND 4.8 S +US1ORMT0068 45.5337 -122.7633 246.0 OR PORTLAND 5.2 W +US1ORMT0071 45.5200 -122.6951 63.4 OR PORTLAND 2.3 SW +US1ORMT0073 45.4462 -122.7194 178.0 OR PORTLAND 5.7 SSW +US1ORMT0077 45.5225 -122.5780 80.2 OR PORTLAND 4.0 ESE +US1ORMT0081 45.6302 -122.8861 259.1 OR PORTLAND 12.6 NW +US1ORMT0082 45.5061 -122.5589 84.1 OR PORTLAND 5.2 ESE +US1ORMT0083 45.5772 -122.7195 47.9 OR PORTLAND 4.1 NW +US1ORMT0087 45.4558 -122.7398 161.5 OR PORLAND 5.6 SW +US1ORMT0089 45.4774 -122.4855 119.8 OR PORTLAND 9.8 ESE +US1ORMT0090 45.5293 -122.4619 66.1 OR FAIRVIEW 1.8 SW +US1ORMT0091 45.5425 -122.5988 82.3 OR PORTLAND 2.8 E +US1ORMT0099 45.4393 -122.6963 149.4 OR PORTLAND 5.8 S +US1ORMT0100 45.5294 -122.4979 91.7 OR PORTLAND 7.7 E +US1ORMT0105 45.5475 -122.5997 79.6 OR PORTLAND 2.8 ENE +US1ORMT0106 45.5816 -122.7311 46.6 OR PORTLAND 4.7 NW +US1ORMT0108 45.4344 -122.6993 151.5 OR LAKE OSWEGO 1.5 N +US1ORMT0110 45.5063 -122.6093 61.6 OR PORTLAND 3.2 SE +US1ORMT0111 45.4639 -122.7329 137.2 OR PORTLAND 4.8 SW +US1ORMT0114 45.5202 -122.6085 65.5 OR PORTLAND 2.6 ESE +US1ORMT0115 45.5981 -122.7447 24.1 OR PORTLAND 5.9 NW +US1ORMT0116 45.4389 -122.7141 175.6 OR LAKE OSWEGO 2.0 NNW +US1ORMW0003 45.3284 -119.6220 750.7 OR HEPPNER 3.8 WSW +US1ORMW0006 45.3500 -119.5504 601.1 OR HEPPNER 0.3 SSE +US1ORMW0008 45.8331 -119.7101 99.1 OR BOARDMAN 0.5 SW +US1ORPK0003 44.9203 -123.3322 99.1 OR DALLAS 1.0 W +US1ORPK0005 44.9402 -123.0840 132.9 OR SALEM 3.2 WNW +US1ORPK0006 44.9529 -123.0596 73.2 OR SALEM 2.7 NW +US1ORPK0007 44.9374 -123.3255 138.7 OR DALLAS 1.3 NNW +US1ORPK0009 44.8433 -123.2122 56.1 OR MONMOUTH 0.9 ESE +US1ORPK0012 44.9189 -123.3829 231.6 OR DALLAS 3.5 W +US1ORPK0013 44.7925 -123.1331 52.7 OR INDEPENDENCE 5.2 SE +US1ORPK0014 44.8592 -123.1947 53.6 OR INDEPENDENCE 0.3 NNW +US1ORPK0015 44.9529 -123.0812 73.2 OR SALEM 3.5 NW +US1ORPK0016 44.9392 -123.3672 216.4 OR DALLAS 3 WNW +US1ORPK0019 44.9707 -123.3034 68.0 OR DALLAS 3.4 N +US1ORPK0020 44.7701 -123.4482 105.2 OR MONMOUTH 12.1 WSW +US1ORPK0021 44.9245 -123.3084 101.8 OR DALLAS 0.3 NE +US1ORPK0022 45.0336 -123.4277 102.1 OR SHERIDAN 4.6 SSW +US1ORPK0023 44.9183 -123.3333 117.3 OR DALLAS 1.0 WSW +US1ORPK0024 45.0032 -123.1810 88.1 OR RICKREALL 5.5 NNE +US1ORPK0026 44.8665 -123.4297 126.8 OR FALLS CITY 0.3 E +US1ORPK0027 44.9121 -123.3361 123.4 OR DALLAS 1.3 WSW +US1ORPK0028 44.9699 -123.0740 54.6 OR SALEM 4.0 NW +US1ORPK0029 44.9557 -123.0796 115.5 OR SALEM 3.5 NW +US1ORPK0030 45.0079 -123.5084 287.1 OR SHERIDAN 8.2 SW +US1ORPK0031 44.7591 -123.2325 107.3 OR MONMOUTH 6.3 S +US1ORPK0032 44.9485 -123.0695 102.7 OR SALEM 2.9 NW +US1ORPK0033 44.8419 -123.2153 57.3 OR MONMOUTH 0.9 SE +US1ORPK0034 44.8517 -123.2043 55.2 OR INDEPENDENCE 0.6 WSW +US1ORPK0035 44.9394 -123.0616 46.3 OR SALEM 2.2 WNW +US1ORPK0039 44.9127 -123.3326 121.9 OR DALLAS 1.2 WSW +US1ORPK0040 44.9712 -123.1790 75.6 OR RICKREALL 3.9 NE +US1ORPK0042 44.9438 -123.0659 47.5 OR SALEM 2.5 WNW +US1ORPK0045 44.9319 -123.3391 124.1 OR DALLAS 1.5 WNW +US1ORTL0001 45.6950 -123.8140 22.9 OR NEHALEM 4.1 ESE +US1ORTL0002 45.5840 -123.5592 164.3 OR TILLAMOOK 16.1 ENE +US1ORTL0003 45.5299 -123.8906 40.2 OR BAY CITY 0.7 NNW +US1ORTL0004 45.7235 -123.9391 47.2 OR MANZANITA 0.5 NNW +US1ORTL0006 45.3599 -123.8045 68.0 OR TILLAMOOK 6.9 SSE +US1ORUM0001 45.6634 -118.7897 373.7 OR PENDLETON 0.5 SSW +US1ORUM0002 45.8610 -119.2967 152.1 OR HERMISTON 2.1 NNW +US1ORUM0003 45.8642 -119.2951 161.5 OR HERMISTON 2.2 NNW +US1ORUM0005 45.8433 -119.2991 141.4 OR HERMISTON 1.0 NW +US1ORUM0009 45.6542 -118.8193 342.9 OR PENDLETON 1.9 SW +US1ORUM0011 45.6745 -118.8079 349.3 OR PENDLETON 1.0 WNW +US1ORUM0012 45.8861 -119.2046 141.1 OR HERMISTON 5.3 NE +US1ORUM0013 45.9754 -118.5290 196.6 OR MILTON-FREEWATER 7.2 WNW +US1ORUM0014 45.9094 -119.3414 119.8 OR UMATILLA 0.7 WSW +US1ORUM0015 45.1896 -118.9166 1107.9 OR UKIAH 3.9 N +US1ORUM0016 45.8581 -119.3101 139.0 OR HERMISTON 2.2 NW +US1ORUM0018 45.8868 -119.1923 140.5 OR HERMISTON 5.8 NE +US1ORUM0019 45.7421 -119.1940 195.1 OR ECHO 0.1 E +US1ORUM0023 45.6156 -118.7936 386.2 OR PENDLETON 4.2 SSE +US1ORUM0024 45.6170 -118.6930 451.4 OR PENDLETON 7.2 ESE +US1ORUM0026 45.6648 -118.7825 388.6 OR PENDLETON 1.8 ESE +US1ORUM0027 45.6185 -118.7950 378.3 OR PENDLETON 4.0 SSE +US1ORUN0001 45.7056 -117.9083 875.7 OR ELGIN 9.8 N +US1ORUN0002 45.3213 -118.0965 862.0 OR LA GRANDE 0.5 WSW +US1ORUN0003 45.1969 -117.8656 844.9 OR UNION 0.8 S +US1ORUN0004 45.3064 -118.0845 861.7 OR LA GRANDE 1.3 S +US1ORUN0005 45.3104 -118.0849 858.0 OR LA GRANDE 1.0 S +US1ORWC0001 45.0443 -120.9947 930.9 OR MAUPIN 10.0 SSE +US1ORWC0003 45.6052 -121.2375 341.4 OR CITY OF THE DALLES 3.0 W +US1ORWC0004 45.6911 -121.3179 136.9 OR MOSIER 3.8 E +US1ORWH0001 44.9966 -120.2109 826.0 OR FOSSIL 0.2 SE +US1ORWL0002 45.3799 -117.2918 1228.0 OR ENTERPRISE 3 SSW +US1ORWL0003 45.8944 -117.2899 1343.6 OR FLORA 1.0 SE +US1ORWL0006 45.4737 -117.3826 1047.6 OR LOSTINE 2.4 ESE +US1ORWL0008 45.3853 -116.7699 1027.2 OR JOSEPH 22.4 E +US1ORWL0009 45.4620 -117.3910 1048.8 OR LOSTINE 2.5 SE +US1ORWL0010 45.5401 -117.5574 973.8 OR WALLOWA 2.6 SW +US1ORWL0011 45.3356 -117.2185 1351.5 OR JOSEPH 1.2 SSE +US1ORWS0001 45.5185 -122.7805 127.1 OR CEDAR MILL 1.6 SE +US1ORWS0002 45.6480 -122.9580 260.9 OR NORTH PLAINS 4.1 NNE +US1ORWS0003 45.4530 -122.8150 82.0 OR BEAVERTON 1.6 S +US1ORWS0004 45.3962 -122.9728 57.0 OR NEWBERG 6.2 N +US1ORWS0005 45.5003 -122.8014 75.9 OR BEAVERTON 1.9 NNE +US1ORWS0006 45.4719 -122.7684 75.0 OR RALEIGH HILLS 1.1 SW +US1ORWS0007 45.4788 -122.7692 78.0 OR RALEIGH HILLS 0.8 WSW +US1ORWS0009 45.6343 -123.2292 120.7 OR FOREST GROVE 9.8 NW +US1ORWS0011 45.4389 -122.8414 135.0 OR BEAVERTON 2.8 SSW +US1ORWS0012 45.4544 -122.7970 53.0 OR BEAVERTON 1.7 SSE +US1ORWS0013 45.4842 -122.9130 59.1 OR BEAVERTON 4.7 W +US1ORWS0014 45.4852 -122.8558 60.0 OR BEAVERTON 2 WNW +US1ORWS0023 45.5250 -123.1170 68.3 OR FOREST GROVE 0.6 WNW +US1ORWS0025 45.6973 -122.9378 440.4 OR NORTH PLAINS 7.5 NNE +US1ORWS0028 45.4144 -122.7773 100.0 OR TIGARD 0.7 SSW +US1ORWS0029 45.4550 -122.9380 52.1 OR HILLSBORO 5.0 S +US1ORWS0030 45.3684 -122.7664 84.4 OR TUALATIN 0.6 SSE +US1ORWS0031 45.4662 -122.8088 88.1 OR BEAVERTON 0.7 SSE +US1ORWS0032 45.4185 -122.8392 146.0 OR TIGARD 3.2 W +US1ORWS0033 45.7061 -123.3155 299.3 OR TIMBER 1.5 SW +US1ORWS0034 45.5628 -122.8288 111.6 OR OAK HILLS 1.6 NNE +US1ORWS0036 45.5111 -122.9283 53.9 OR HILLSBORO 1.3 SSE +US1ORWS0037 45.5317 -123.1041 52.7 OR FOREST GROVE 0.6 N +US1ORWS0048 45.4809 -122.7499 75.3 OR PORTLAND 4.7 SW +US1ORWS0053 45.4267 -122.8132 103.6 OR TIGARD 1.9 W +US1ORWS0060 45.4060 -122.8780 38.1 OR BEAVERTON 5.6 SSW +US1ORWS0061 45.5265 -122.9650 56.7 OR HILLSBORO 1.3 W +US1ORWS0063 45.4309 -122.8211 77.1 OR TIGARD 2.3 W +US1ORWS0066 45.4612 -122.8097 89.6 OR BEAVERTON 1.0 SSE +US1ORWS0075 45.5091 -122.9316 46.9 OR HILLSBORO 1.3 SSE +US1ORWS0081 45.5271 -122.9654 55.8 OR HILLSBORO 1.3 W +US1ORWS0084 45.4629 -122.8522 94.8 OR BEAVERTON 1.9 WSW +US1ORWS0092 45.4520 -122.8300 82.9 OR BEAVERTON 1.7 SSW +US1ORWS0096 45.3800 -122.8716 86.9 OR SHERWOOD 2.0 NW +US1ORWS0097 45.5415 -122.9987 56.7 OR HILLSBORO 3.0 WNW +US1ORWS0104 45.5249 -122.7949 101.8 OR PORTLAND 5.8 W +US1ORWS0105 45.3817 -123.0072 264.9 OR NEWBERG 5.9 NNW +US1ORWS0106 45.5117 -122.9393 53.6 OR HILLSBORO 1.1 S +US1ORWS0108 45.4612 -122.8104 89.9 OR BEAVERTON 1.0 SSE +US1ORWS0109 45.4448 -122.8120 71.9 OR BEAVERTON 2.1 S +US1ORWS0110 45.5469 -122.8603 75.3 OR PORTLAND 9.1 W +US1ORWS0111 45.5133 -122.8006 86.9 OR PORTLAND 6.1 W +US1ORWS0113 45.4209 -122.7911 65.2 OR TIGARD 0.9 WSW +US1ORWS0114 45.5009 -122.7805 119.5 OR PORTLAND 5.2 WSW +US1ORWS0119 45.5050 -122.7774 131.7 OR PORTLAND 5.1 WSW +US1ORWS0120 45.5564 -122.8530 73.2 OR PORTLAND 8.9 WNW +US1ORWS0122 45.5011 -122.7764 123.7 OR PORTLAND 5.1 WSW +US1ORWS0123 45.4591 -122.8347 80.5 OR BEAVERTON 1.4 SW +US1ORWS0124 45.4504 -123.0111 60.0 OR CORNELIUS 5.1 SSE +US1ORWS0127 45.4544 -122.8225 97.5 OR BEAVERTON 1.5 S +US1ORWS0129 45.4825 -122.8683 60.0 OR ALOHA HIGH SCHOOL 0.7 SSE +US1ORWS0131 45.4309 -122.8211 77.7 OR TIGARD 2.3 W +US1ORWS0133 45.7238 -123.2940 277.7 OR TIMBER 0.3 NNE +US1ORWS0134 45.7694 -123.2794 281.0 OR VERNONIA 7.8 SW +US1ORWS0135 45.4990 -122.8171 59.1 OR BEAVERTON 1.6 N +US1ORWS0136 45.7303 -123.0503 363.0 OR NORTH PLAINS 9.6 NNW +US1ORWS0138 45.5245 -122.9124 49.1 OR HILLSBORO 1.3 E +US1ORYM0001 45.4000 -123.1830 89.9 OR GASTON 3.2 SW +US1ORYM0003 45.2321 -123.1873 49.7 OR MCMINNVILLE 1.5 N +US1ORYM0004 45.3562 -123.1902 61.0 OR YAMHILL 1.1 NNW +US1ORYM0005 45.2106 -123.2040 41.8 OR MCMINNVILLE 0.6 W +US1ORYM0007 45.2401 -123.2696 139.6 OR MCMINNVILLE 4.3 WNW +US1ORYM0008 45.0905 -123.6671 122.2 OR GRAND RONDE 3.5 NW +US1ORYM0009 45.1554 -123.4597 293.8 OR SHERIDAN 5.2 NW +US1ORYM0010 45.2151 -123.2102 40.2 OR MCMINNVILLE 1.0 WNW +US1ORYM0011 45.2117 -123.1839 47.9 OR MCMINNVILLE 0.3 E +US1ORYM0012 45.2010 -123.3222 223.1 OR MCMINNVILLE 6.5 W +US1ORYM0013 45.2123 -123.1913 48.5 OR MCMINNVILLE 0.1 NW +US1ORYM0015 45.3646 -123.1673 69.5 OR YAMHILL 1.8 NNE +US1ORYM0017 45.1237 -123.4091 279.8 OR SHERIDAN 2.1 NNW +US1ORYM0019 45.3102 -122.9608 63.1 OR NEWBERG 0.3 N +US1ORYM0021 45.3726 -123.1768 100.0 OR YAMHILL 2.2 N +US1ORYM0023 45.2517 -123.1051 60.4 OR LAFAYETTE 0.5 NNE +US1ORYM0024 45.1710 -123.1859 43.9 OR MCMINNVILLE 2.8 S +US1ORYM0025 45.3952 -123.2329 107.0 OR YAMHILL 4.4 NNW +US1PAAD0002 39.9192 -76.9894 139.0 PA ABBOTTSTOWN 2.4 N +US1PAAD0003 40.0014 -77.1089 189.6 PA YORK SPRINGS 0.7 SE +US1PAAD0005 39.8400 -77.2270 152.7 PA GETTYSBURG 0.8 NNE +US1PAAD0006 39.8896 -77.3756 360.6 PA ORRTANNA 3.2 NNW +US1PAAD0007 39.7293 -77.3673 150.0 PA FAIRFIELD 4.0 S +US1PAAD0008 39.8011 -77.3606 183.5 PA FAIRFIELD 1.0 NNE +US1PAAD0009 39.8843 -76.9837 156.4 PA ABBOTTSTOWN 0.3 E +US1PAAD0010 39.8028 -77.0394 165.5 PA HANOVER 3.0 WSW +US1PAAD0011 39.9198 -77.3013 233.2 PA BIGLERVILLE 3.0 WSW +US1PAAD0012 39.7739 -77.2904 143.6 PA GETTYSBURG 4.9 SW +US1PAAD0013 39.9538 -77.2936 261.5 PA BIGLERVILLE 3.0 NW +US1PAAD0014 39.8105 -77.1977 166.1 PA GETTYSBURG 2.4 SE +US1PAAD0015 39.8698 -76.9842 180.1 PA ABBOTTSTOWN 1.1 SSE +US1PAAD0016 39.8670 -77.2447 171.9 PA GETTYSBURG 2.6 NNW +US1PAAD0018 39.9785 -77.2425 208.2 PA ASPERS 0.9 W +US1PAAD0019 39.8117 -77.3361 202.7 PA GETTYSBURG 5.5 WSW +US1PAAD0020 39.7548 -77.0925 174.0 PA LITTLESTOWN 0.8 NNW +US1PAAD0021 39.8244 -77.0613 152.1 PA HANOVER 4.2 WNW +US1PAAD0022 39.8256 -77.2699 161.8 PA GETTYSBURG 1.9 W +US1PAAD0023 39.8381 -77.2633 176.2 PA GETTYSBURG 1.6 WNW +US1PAAD0024 39.7305 -77.2028 146.3 PA GETTYSBURG 7.1 SSE +US1PAAD0025 39.8548 -77.2765 180.4 PA GETTYSBURG 2.8 NW +US1PAAD0026 39.7249 -76.9998 230.1 PA HANOVER 5.4 S +US1PAAD0027 39.7698 -77.1495 176.2 PA LITTLESTOWN 3.7 WNW +US1PAAD0028 39.7450 -77.4533 289.0 PA BLUE RIDGE SUMMIT 1.6 NNE +US1PAAD0029 39.7874 -77.1232 181.7 PA LITTLESTOWN 3.5 NNW +US1PAAD0030 39.8463 -77.0437 175.3 PA NEW OXFORD 1.3 SSE +US1PAAD0031 39.7277 -77.3111 141.1 PA FAIRFIELD 5.2 SE +US1PAAD0032 39.9392 -77.2656 250.2 PA BIGLERVILLE 1.2 WNW +US1PAAD0033 40.0210 -77.2330 280.4 PA GARDNERS 1.0 NW +US1PAAD0034 39.9980 -77.2122 243.5 PA GARDNERS 0.6 SSW +US1PAAD0035 39.8634 -77.3431 202.4 PA ORRTANNA 1.6 NE +US1PAAD0036 39.9248 -77.2435 188.7 PA BIGLERVILLE 0.4 SSE +US1PAAD0037 39.7545 -77.2763 142.3 PA GETTYSBURG 5.7 SSW +US1PAAD0039 39.7854 -77.3582 179.5 PA FAIRFIELD 0.6 ESE +US1PAAD0041 39.7737 -77.4086 220.1 PA FAIRFIELD 2.3 WSW +US1PAAD0043 39.8134 -77.3764 205.4 PA FAIRFIELD 1.8 NNW +US1PAAD0044 39.8056 -77.1409 180.4 PA GETTYSBURG 5.2 ESE +US1PAAD0045 39.8608 -77.0618 162.5 PA NEW OXFORD 0.3 WSW +US1PAAD0046 39.8035 -77.4147 277.7 PA FAIRFIELD 2.7 WNW +US1PAAD0047 39.9147 -77.2793 200.9 PA BIGLERVILLE 2.0 WSW +US1PAAD0048 39.8445 -77.3667 204.5 PA ORRTANNA 0.3 W +US1PAAD0050 39.8091 -77.3449 221.0 PA GETTYSBURG 6.0 WSW +US1PAAD0051 39.8685 -77.3794 290.5 PA ORRTANNA 1.9 NNW +US1PAAD0053 39.9366 -76.9842 130.5 PA EAST BERLIN 0.2 W +US1PAAD0054 39.9209 -77.4031 354.5 PA ORRTANNA 5.7 NNW +US1PAAD0055 39.9261 -77.2479 189.9 PA BIGLERVILLE 0.3 S +US1PAAD0057 39.9743 -77.3380 333.5 PA BIGLERVILLE 5.7 WNW +US1PAAD0058 39.8122 -77.1894 151.8 PA GETTYSBURG 2.7 ESE +US1PAAD0060 39.8240 -77.1586 162.2 PA GETTYSBURG 4.1 E +US1PAAD0062 39.9811 -77.0824 188.4 PA YORK SPRINGS 2.6 SE +US1PAAD0063 39.8007 -77.0008 179.5 PA HANOVER 1.2 SW +US1PAAD0066 39.7583 -77.1306 169.2 PA LITTLESTOWN 2.4 WNW +US1PAAD0069 39.8769 -77.0568 157.3 PA NEW OXFORD 1.0 N +US1PAAL0001 40.3417 -80.1229 310.0 PA BRIDGEVILLE 1.4 SW +US1PAAL0003 40.3381 -80.1159 285.6 PA SOUTH FAYETTE 2 SE +US1PAAL0004 40.4759 -79.7982 350.5 PA PENN HILLS 1.5 E +US1PAAL0006 40.3822 -80.1871 379.8 PA MCDONALD 2.5 ENE +US1PAAL0008 40.3412 -80.1026 318.8 PA UPPER ST. CLAIR 1.7 WNW +US1PAAL0009 40.3416 -80.0485 338.9 PA PATHFINDER +US1PAAL0011 40.3466 -79.9283 369.7 PA WEST MIFFLIN 1.3 SW +US1PAAL0012 40.5533 -80.2379 324.0 PA SOUTH HEIGHTS 1.5 S +US1PAAL0014 40.4226 -79.9974 340.8 PA PITTSBURGH 1.6 SW +US1PAAL0016 40.5488 -79.9800 353.3 PA GLENSHAW 1.3 NW +US1PAAL0017 40.3475 -80.0022 356.3 PA WHITEHALL 1.0 SW +US1PAAL0020 40.5610 -79.9708 319.4 PA ALLISON PARK 0.7 W +US1PAAL0023 40.2989 -79.9970 313.3 PA SOUTH PARK TOWNSHIP 0.2 NW +US1PAAL0028 40.4128 -80.0990 328.9 PA CARNEGIE 0.7 WNW +US1PAAL0029 40.3654 -80.0110 350.8 PA PITTSBURGH 5.2 S +US1PAAL0030 40.5061 -80.2119 347.2 PA CARNOT-MOON 0.9 S +US1PAAL0031 40.3978 -80.0967 246.9 PA SCOTT TOWNSHIP 1.3 NW +US1PAAL0033 40.5224 -80.2014 331.9 PA CARNOT-MOON 0.7 ENE +US1PAAL0039 40.4727 -80.1656 325.2 PA ROBINSON TOWNSHIP 2.2 WNW +US1PAAL0041 40.5313 -79.8345 252.4 PA OAKMONT 0.8 N +US1PAAL0043 40.3131 -79.9523 360.9 PA JEFFERSON 1.7 NW +US1PAAL0046 40.4622 -79.9321 283.5 PA PITTSBURGH 2.8 NE +US1PAAL0054 40.4178 -79.8528 328.9 PA BRADDOCK HILLS 0.6 E +US1PAAL0060 40.4143 -80.0866 255.1 PA CARNEGIE 0.5 N +US1PAAL0064 40.5569 -80.0366 354.8 PA MCCANDLESS TOWNSHIP 1.9 S +US1PAAL0067 40.4204 -79.9207 325.5 PA PITTSBURGH 4.2 ESE +US1PAAL0069 40.6405 -79.9506 372.5 PA GIBSONIA 1.2 NE +US1PAAL0070 40.4623 -79.9658 242.0 PA PITTSBURGH 1.7 NNE +US1PAAL0074 40.4888 -80.0005 350.5 PA PITTSBURGH 3.6 NNW +US1PAAL0084 40.3730 -80.0730 357.8 PA PITTSBURGH 6.2 SW +US1PAAL0092 40.4928 -79.9043 236.5 PA ASPINWALL 0.0 NW +US1PAAR0001 40.7748 -79.5278 240.2 PA FORD CITY 0.6 NE +US1PAAR0002 40.5933 -79.5564 264.6 PA NORTH APOLLO 0.0 E +US1PAAR0007 40.8095 -79.5306 306.6 PA KITTANNING 1.3 SSW +US1PAAR0008 40.6981 -79.3228 308.8 PA SHELOCTA 3.1 NNW +US1PAAR0012 40.6847 -79.5936 374.0 PA VANDERGRIFT 6.0 N +US1PAAR0014 40.8779 -79.4790 250.9 PA TEMPLETON 2.9 SSW +US1PABD0001 39.9539 -78.3609 415.1 PA EVERETT 4.1 S +US1PABD0002 40.1027 -78.5424 328.9 PA NEW PARIS 5.3 E +US1PABD0003 39.7674 -78.4844 362.1 PA RAINSBURG 9.0 S +US1PABD0004 39.7811 -78.4334 365.2 PA RAINSBURG 9.0 SSE +US1PABD0005 39.9575 -78.5638 387.1 PA RAINSBURG 5.0 NNW +US1PABD0006 39.9757 -78.4087 402.3 PA EVERETT 3.4 SW +US1PABD0007 40.0666 -78.6873 469.1 PA SCHELLSBURG 2.6 WNW +US1PABD0008 39.8938 -78.7032 452.9 PA HYNDMAN 5.1 N +US1PABD0011 40.0221 -78.4381 362.4 PA EVERETT 3.9 W +US1PABF0002 41.7589 -76.8769 685.8 PA SYLVANIA 3.3 SSW +US1PABF0003 41.6000 -76.4000 158.5 PA NEW ALBANY 2.2 E +US1PABF0005 41.6288 -76.2736 328.0 PA WYALUSING 2.8 SSW +US1PABF0006 41.8356 -76.4237 383.1 PA TOWANDA 4.6 NNE +US1PABF0008 41.9117 -76.8605 541.0 PA ROSEVILLE 6.0 ENE +US1PABF0009 41.7737 -76.1404 278.6 PA LE RAYSVILLE 4.9 SSE +US1PABF0012 41.8097 -76.5317 399.3 PA TOWANDA 5.1 WNW +US1PABF0013 41.6447 -76.8503 405.4 PA CANTON 0.9 S +US1PABF0014 41.9975 -76.5726 244.1 PA SAYRE 2.8 WNW +US1PABF0017 41.9778 -76.4168 393.5 PA SAYRE 5.4 E +US1PABF0020 41.9751 -76.5210 240.8 PA SAYRE 0.7 S +US1PABK0004 40.4105 -75.4427 175.0 PA PENNSBURG 3.0 ENE +US1PABK0005 40.3483 -75.2862 120.1 PA PERKASIE 1.6 SSE +US1PABK0008 40.4145 -75.3867 157.0 PA TRUMBAUERSVILLE 0.4 W +US1PABK0011 40.3219 -75.3137 146.3 PA TELFORD 0.8 ESE +US1PABK0012 40.2148 -74.9888 90.8 PA RICHBORO 1.1 SE +US1PABK0013 40.1499 -74.9333 39.3 PA PENNDEL 1.1 WSW +US1PABK0014 40.2366 -74.9213 72.5 PA NEWTOWN 0.8 NE +US1PABK0015 40.2893 -75.0931 78.0 PA FURLONG 0.7 SW +US1PABK0016 40.2349 -74.9923 87.8 PA RICHBORO 0.7 NE +US1PABK0018 40.2092 -74.8860 54.9 PA LANGHORNE 2.8 NE +US1PABK0024 40.0855 -74.9494 17.7 PA BENSALEM 1.3 S +US1PABK0026 40.3070 -75.1982 113.4 PA DOYLESTOWN 3.7 W +US1PABK0027 40.4591 -75.3262 157.9 PA QUAKERTOWN 1.7 NE +US1PABK0030 40.1783 -74.9108 59.1 PA LANGHORNE 0.5 E +US1PABK0033 40.4631 -75.3281 158.8 PA QUAKERTOWN 1.9 NNE +US1PABK0035 40.2209 -74.8889 45.4 PA LANGHORNE 3.4 NNE +US1PABK0037 40.4803 -75.3755 171.3 PA QUAKERTOWN 3.2 NNW +US1PABL0001 40.4185 -78.4179 337.1 PA DUNCANSVILLE 0.8 SE +US1PABL0004 40.3691 -78.4174 309.1 PA NEWRY 1.9 SSE +US1PABL0010 40.5200 -78.3906 352.0 PA ALTOONA 1.0 NNE +US1PABR0002 40.3162 -75.9887 97.5 PA READING 3.5 SW +US1PABR0005 40.4237 -76.1305 118.0 PA BERNVILLE 1.3 SW +US1PABR0006 40.2515 -75.7268 51.2 PA DOUGLASSVILLE 0.4 S +US1PABR0007 40.4429 -75.7872 232.0 PA FLEETWOOD 2.0 ESE +US1PABR0008 40.3277 -75.9432 64.0 PA READING 1.2 SW +US1PABR0009 40.3284 -76.0747 125.0 PA WERNERSVILLE 0.5 ESE +US1PABR0011 40.3450 -75.6830 214.9 PA BOYERTOWN 2.5 WNW +US1PABR0012 40.5517 -75.7651 154.5 PA KUTZTOWN 2.2 NNE +US1PABR0013 40.2393 -75.8489 132.3 PA BIRDSBORO 2.5 SW +US1PABR0014 40.3283 -75.9717 103.6 PA WYOMISSING 0.3 SW +US1PABR0016 40.2469 -75.9981 246.9 PA MOHNTON 2.8 SSW +US1PABR0017 40.3889 -75.9396 81.7 PA READING 3.5 NNW +US1PABR0019 40.3895 -75.7541 106.1 PA OLEY 1.9 E +US1PABR0021 40.4651 -75.6682 305.4 PA ALBURTIS 4.7 SW +US1PABR0023 40.3394 -76.0199 91.4 PA SINKING SPRING 1.0 N +US1PABR0025 40.5665 -75.9862 164.3 PA HAMBURG 0.7 NNW +US1PABR0028 40.4515 -76.0070 105.5 PA MOHRSVILLE 2.2 SW +US1PABR0029 40.3112 -76.0098 139.3 PA READING 4.7 WSW +US1PABR0031 40.3591 -75.9615 86.9 PA READING 2.3 NW +US1PABR0033 40.2857 -75.9885 179.8 PA MOHNTON 0.1 SW +US1PABR0035 40.1822 -75.9246 267.3 PA NEW MORGAN 1.8 WNW +US1PABR0036 40.3198 -75.8777 117.0 PA READING 2.9 ESE +US1PABR0037 40.3038 -75.9576 97.2 PA SHILLINGTON 0.5 E +US1PABT0001 40.6976 -80.0914 327.1 PA FOX RUN 0.5 SW +US1PABT0003 40.7891 -80.1430 286.2 PA ZELIENOPLE 0.2 SW +US1PABT0006 40.7707 -79.9385 374.9 PA BUTLER 6.6 SW +US1PABT0013 41.0471 -80.0476 381.3 PA SLIPPERY ROCK 1.7 SSE +US1PABT0014 40.7855 -79.9233 378.6 PA BUTLER 5.5 SSW +US1PABT0015 40.7239 -80.0706 334.7 PA FOX RUN 1.6 NNE +US1PABT0016 40.7267 -79.7930 389.2 PA SARVER 3.3 W +US1PABT0024 40.7687 -79.7669 380.1 PA CABOT 0.3 N +US1PABT0027 41.0087 -80.0031 363.9 PA SLIPPERY ROCK 5.2 SE +US1PABV0011 40.7694 -80.2729 375.2 PA NEW BRIGHTON 3.0 NE +US1PACB0001 40.9941 -75.5244 558.1 PA BRODHEADSVILLE 8.0 NW +US1PACB0002 40.8459 -75.5714 321.0 PA PALMERTON 3.9 NE +US1PACB0004 40.8390 -75.5185 207.9 PA PALMERTON 5.8 ENE +US1PACB0011 40.8444 -75.9157 345.0 PA COALDALE 1.5 N +US1PACB0012 40.7790 -75.7113 159.1 PA BOWMANSTOWN 3.0 WSW +US1PACB0013 40.7923 -75.7471 249.9 PA LEHIGHTON 3.1 SSW +US1PACB0014 40.9798 -75.5779 556.0 PA BRODHEADSVILLE 9.9 WNW +US1PACB0015 40.8283 -75.4889 182.0 PA CHAPMAN 6.6 NW +US1PACB0016 40.8858 -75.7332 324.0 PA JIM THORPE 1.1 NNE +US1PACB0018 40.8119 -75.7736 182.9 PA LEHIGHTON 3.3 WSW +US1PACB0020 40.8442 -75.6842 188.1 PA WEISSPORT EAST 0.7 NNE +US1PACB0022 40.8888 -75.7476 323.1 PA JIM THORPE 1.1 NNW +US1PACB0023 40.8367 -75.6997 163.1 PA LEHIGHTON 1.0 ENE +US1PACB0024 40.9443 -75.8419 413.0 PA WEATHERLY 1.1 W +US1PACB0028 40.8824 -75.5901 237.1 PA LEHIGHTON 7.5 ENE +US1PACD0001 40.1350 -77.5633 185.0 PA NEWBURG 0.5 WSW +US1PACD0005 40.1399 -77.0611 136.6 PA MECHANICSBURG 5.7 SSW +US1PACD0006 40.2229 -77.0142 133.8 PA MECHANICSBURG 1.0 NNW +US1PACD0011 40.3133 -76.9386 173.1 PA ENOLA 1.7 N +US1PACF0002 41.1151 -78.7590 465.4 PA DUBOIS 0.5 SSW +US1PACH0003 40.2117 -75.6417 89.9 PA KENILWORTH 0.9 S +US1PACH0004 39.7253 -76.0648 154.8 PA OXFORD 6.1 SW +US1PACH0008 40.0470 -75.7739 149.0 PA DOWNINGTOWN 4.7 NW +US1PACH0009 39.9258 -75.5952 107.9 PA WEST CHESTER 2.4 SSE +US1PACH0011 39.9150 -75.7032 101.5 PA UNIONVILLE 2.2 NE +US1PACH0013 39.8408 -75.6203 89.9 PA KENNETT SQUARE 4.8 E +US1PACH0014 39.7424 -76.0454 130.8 PA NOTTINGHAM 1.5 SW +US1PACH0015 40.1692 -75.5510 64.6 PA SPRING CITY 0.6 SSW +US1PACH0017 40.0404 -75.5108 166.4 PA MALVERN 0.5 NNE +US1PACH0018 40.0324 -75.4935 150.6 PA MALVERN 1.1 E +US1PACH0020 40.0449 -75.4564 160.0 PA DEVON-BERWYN 0.9 W +US1PACH0021 39.9411 -75.5819 130.8 PA WEST CHESTER 1.8 SE +US1PACH0022 39.7821 -75.7377 88.4 PA LANDENBERG 1.8 ENE +US1PACH0023 39.8205 -75.8782 161.2 PA WEST GROVE 2.6 W +US1PACH0025 39.8205 -75.8167 129.5 PA WEST GROVE 0.7 E +US1PACH0027 39.8446 -75.6386 107.0 PA CHADDS FORD 3.1 SW +US1PACH0028 39.9005 -75.6883 108.5 PA KENNETT SQUARE 4.1 NNE +US1PACH0029 40.1092 -75.7335 198.4 PA EAST NANTMEAL 1.0 SSW +US1PACH0033 39.7863 -75.9875 156.1 PA OXFORD 0.4 W +US1PACH0034 39.9768 -75.7940 167.0 PA MODENA 1.1 NNE +US1PACH0035 40.1395 -75.5746 52.4 PA PHOENIXVILLE 2.9 W +US1PACH0038 39.9466 -75.9790 151.8 PA ATGLEN 0.2 W +US1PACH0039 40.1667 -75.6664 87.8 PA POTTSTOWN 5.9 SSW +US1PACH0041 39.7996 -75.8295 121.0 PA WICKERTON 0.4 NW +US1PACH0042 40.0460 -75.4516 166.1 PA BERWYN 0.7 WNW +US1PACH0046 40.0208 -75.6762 88.1 PA DOWNINGTOWN 1.7 NE +US1PACH0047 40.0403 -75.6564 187.8 PA EXTON 1.5 WNW +US1PACL0001 41.1614 -79.6548 420.9 PA ST. PETERSBURG 0.1 WSW +US1PACL0002 40.9935 -79.5674 400.2 PA RIMERSBURG 4.7 SW +US1PACL0004 41.3645 -79.3215 491.6 PA LEEPER 0.9 WSW +US1PACL0006 41.2156 -79.3856 454.8 PA CLARION 0.5 NW +US1PACL0008 41.1301 -79.2638 426.1 PA SUMMERVILLE 4.0 WNW +US1PACL0010 41.1669 -79.6547 419.1 PA ST. PETERSBURG 0.4 N +US1PACLM007 40.9929 -76.4150 284.1 PA ESPY 0.8 S +US1PACM0001 40.3170 -78.9723 584.9 PA WESTMONT 1.1 W +US1PACM0004 40.2835 -78.8901 519.7 PA BELMONT 0.1 NE +US1PACN0002 40.7869 -77.8518 335.0 PA STATE COLLEGE 0.4 SE +US1PACN0003 40.8067 -77.8167 334.1 PA STATE COLLEGE 2.4 ENE +US1PACN0004 40.8064 -77.8828 356.9 PA STATE COLLEGE 1.7 NW +US1PACN0005 40.8162 -77.8954 376.4 PA STATE COLLEGE 2.6 NW +US1PACN0006 40.8252 -77.9358 378.9 PA PORT MATILDA 6.4 ENE +US1PACN0007 40.7442 -78.0191 370.0 PA RAMBLEWOOD 3.7 WNW +US1PACN0008 40.7869 -77.7979 335.9 PA BOALSBURG 1.0 NNW +US1PACN0009 40.8125 -77.9433 406.0 PA PORT MATILDA 5.8 E +US1PACN0010 40.9249 -77.6869 309.1 PA BELLEFONTE 4.3 E +US1PACN0012 40.8085 -77.8195 313.0 PA STATE COLLEGE 2.4 ENE +US1PACN0013 40.7736 -77.7847 355.1 PA BOALSBURG 0.4 E +US1PACN0017 40.8044 -77.8722 370.9 PA STATE COLLEGE 1.2 NW +US1PACN0018 40.7912 -78.0118 419.1 PA PORT MATILDA 2.2 ESE +US1PACN0019 40.8159 -77.8850 349.3 PA STATE COLLEGE 2.2 NW +US1PACN0021 40.8066 -77.8813 352.0 PA STATE COLLEGE 1.6 NW +US1PACN0026 40.9074 -77.7932 261.2 PA BELLEFONTE 1.4 WSW +US1PACN0028 40.7814 -77.7707 356.0 PA BOALSBURG 1.2 ENE +US1PACR0001 41.4734 -78.2433 503.2 PA EMPORIUM 2.6 S +US1PACW0001 41.6602 -80.1337 455.1 PA MEADVILLE 1.2 NE +US1PACW0002 41.7135 -80.2409 398.4 PA MEADVILLE 6.7 NW +US1PACW0005 41.7179 -80.1486 336.2 PA SAEGERTOWN 0.6 WNW +US1PACW0010 41.6585 -80.1360 460.2 PA MEADVILLE 1.0 NNE +US1PACW0014 41.6179 -80.2917 345.3 PA CONNEAUT LAKE 1.4 NE +US1PACW0017 41.7163 -80.2124 359.1 PA SAEGERTOWN 3.8 W +US1PACW0018 41.6082 -80.3337 359.7 PA CONNEAUT LAKE 1.3 WNW +US1PADL0003 39.8962 -75.3619 37.2 PA NETHER PROVIDENCE TOWNSHIP 0.4 +US1PADL0005 40.0589 -75.3706 136.9 PA RADNOR TOWNSHIP 2.1 N +US1PADL0009 39.8854 -75.4518 71.0 PA ASTON 0.2 W +US1PADL0013 39.9429 -75.2774 42.4 PA LANSDOWNE 0.2 NNW +US1PADP0002 40.3684 -76.9935 103.6 PA DAUPHIN 3.3 W +US1PADP0006 40.3134 -76.7578 124.1 PA PAXTONIA 1.7 E +US1PADP0010 40.2715 -76.8920 106.1 PA HARRISBURG 0.5 SW +US1PADP0011 40.2629 -76.7031 124.1 PA HUMMELSTOWN 0.6 ESE +US1PADP0012 40.2642 -76.7212 110.9 PA HUMMELSTOWN 0.5 WSW +US1PADP0014 40.2349 -76.7617 155.4 PA MIDDLETOWN 2.9 NW +US1PADP0015 40.3486 -76.8256 141.7 PA HARRISBURG 6.0 NE +US1PADP0016 40.3790 -76.9176 128.6 PA DAUPHIN 1.0 NE +US1PADP0017 40.2507 -76.6245 137.8 PA HERSHEY 2.4 SSE +US1PADP0018 40.2585 -76.7525 161.2 PA HARRISBURG 7.0 E +US1PADP0021 40.3920 -76.8753 148.1 PA DAUPHIN 3.3 ENE +US1PADP0024 40.2963 -76.8709 137.2 PA HARRISBURG 1.6 NNE +US1PADP0025 40.2504 -76.8438 107.3 PA STEELTON 1.9 NNW +US1PADP0026 40.3319 -76.7999 151.2 PA HARRISBURG 5.9 NE +US1PAEL0001 41.4107 -78.5348 554.1 PA ST. MARYS 1.7 SE +US1PAEL0003 41.3000 -78.5000 427.9 PA GRANDVIEW PARK 8.4 SSE +US1PAEL0005 41.4005 -78.8419 495.0 PA RIDGWAY 6.1 WSW +US1PAER0002 42.0609 -80.1526 268.8 PA ERIE 5.6 SW +US1PAER0005 42.2206 -79.8551 230.4 PA NORTH EAST 1.2 WNW +US1PAER0006 42.0555 -80.0269 363.9 PA ERIE 5.7 SSE +US1PAER0009 42.1164 -79.9848 338.0 PA ERIE 5.3 E +US1PAFN0001 39.7866 -77.7253 184.1 PA GREENCASTLE 0.3 SSE +US1PAFN0003 39.9248 -77.6423 199.6 PA CHAMBERSBURG 0.9 SE +US1PAFN0006 39.7976 -77.7200 184.1 PA GREENCASTLE 0.6 NE +US1PAFN0007 39.9048 -77.4694 319.4 PA FAYETTEVILLE 5.1 E +US1PAFN0010 39.9762 -77.6331 206.0 PA CHAMBERSBURG 3.3 NNE +US1PAFN0013 39.7445 -77.6296 199.9 PA WAYNESBORO 2.6 WSW +US1PAFR0001 41.3940 -79.4131 488.3 PA TIONESTA 7.3 SSE +US1PAFR0002 41.4571 -79.1815 511.8 PA MARIENVILLE 5.3 W +US1PAFY0002 39.7250 -79.8867 350.5 PA POINT MARION 1.0 SE +US1PAFY0003 39.9040 -79.7051 340.8 PA UNIONTOWN 1.1 ENE +US1PAFY0006 39.8100 -79.5555 559.9 PA FARMINGTON 0.5 ENE +US1PAFY0007 39.9104 -79.7794 355.7 PA UNIONTOWN 3.0 WNW +US1PAFY0009 39.9226 -79.7140 327.4 PA UNIONTOWN 1.7 NNE +US1PAFY0010 39.8053 -79.5598 527.0 PA FARMINGTON .3 ESE +US1PAFY0012 40.0922 -79.7538 292.0 PA PERRYOPOLIS 0.4 N +US1PAFY0013 39.9960 -79.5788 399.9 PA SOUTH CONNELLSVILLE 0.3 NE +US1PAFY0018 39.8885 -79.6835 330.7 PA HOPWOOD 1.2 NE +US1PAGR0003 39.8984 -80.1355 321.0 PA WAYNESBURG 2.7 E +US1PAGR0004 39.8950 -80.4551 293.2 PA ALEPPO 5.2 N +US1PAGR0005 39.8716 -80.4942 309.1 PA ALEPPO 4.3 NNW +US1PAGR0006 39.8539 -80.4825 313.3 PA ALEPPO 2.9 NW +US1PAGR0007 39.8788 -80.4282 301.4 PA WAYNESBURG 12.9 W +US1PAGR0008 39.7675 -80.3304 313.3 PA WAYNESBURG 11.9 SW +US1PAGR0009 39.7380 -80.3447 322.5 PA WAYNESBURG 13.9 SW +US1PAGR0013 39.8862 -80.4455 297.8 PA WIND RIDGE 1.9 SSW +US1PAHN0002 40.1675 -78.1363 572.4 PA WOOD 0.1 S +US1PAIN0004 40.6223 -79.1033 435.6 PA INDIANA 2.8 E +US1PAIN0005 40.5238 -79.0616 419.7 PA BRUSH VALLEY 0.6 SE +US1PAIN0009 40.6612 -79.2680 318.5 PA INDIANA 6.5 WNW +US1PAJF0002 40.9645 -79.1989 381.0 PA TIMBLIN 0.1 S +US1PAJF0003 41.0872 -79.1032 460.6 PA BROOKVILLE 5.3 SSW +US1PAJF0004 41.1798 -78.8396 511.8 PA FALLS CREEK 3.1 NNW +US1PAJN0002 40.3681 -77.6076 198.1 PA EAST WATERFORD 0.2 SW +US1PALB0003 40.3259 -76.4267 153.0 PA LEBANON 1.1 S +US1PALB0004 40.3326 -76.4079 146.9 PA LEBANON 1.0 SE +US1PALB0006 40.2177 -76.2917 164.0 PA LITITZ 4.5 N +US1PALB0009 40.2717 -76.5731 161.2 PA PALMYRA 2.9 SSE +US1PALB0010 40.3000 -76.2567 200.9 PA NEWMANSTOWN 4.2 SSW +US1PALB0017 40.3297 -76.4416 149.7 PA LEBANON 1.3 SW +US1PALC0002 41.6000 -75.7000 365.8 PA DALTON 4.7 NNE +US1PALC0004 41.4800 -75.5700 274.0 PA BLAKELY 1.5 ESE +US1PALC0005 41.3931 -75.6674 239.9 PA SCRANTON 0.8 S +US1PALC0007 41.3772 -75.5364 467.6 PA MOSCOW 2.6 N +US1PALC0008 41.5039 -75.7239 368.8 PA GLENBURN 0.7 ESE +US1PALC0010 41.1907 -75.5915 512.7 PA THORNHURST 1.0 NW +US1PALC0011 41.5257 -75.5993 415.4 PA MONTDALE 0.8 SE +US1PALC0014 41.3300 -75.5700 520.0 PA MOSCOW 2.2 WSW +US1PALC0017 41.3928 -75.6411 354.2 PA SCRANTON 1.5 ESE +US1PALC0022 41.4248 -75.6546 221.6 PA SCRANTON 1.6 NNE +US1PALC0024 41.4911 -75.5638 290.8 PA ARCHBALD 1.6 SW +US1PALH0001 40.7082 -75.7089 199.9 PA SLATINGTON 6.0 WSW +US1PALH0004 40.5412 -75.6284 129.8 PA ANCIENT OAKS 2.3 WNW +US1PALH0005 40.6474 -75.6505 143.9 PA SCHNECKSVILLE 2.7 SW +US1PALH0007 40.6068 -75.5569 143.0 PA ALLENTOWN 4.2 W +US1PALH0009 40.5598 -75.5302 137.5 PA EMMAUS 2.4 NW +US1PALH0010 40.5914 -75.6760 215.8 PA FOGELSVILLE 2.6 NW +US1PALH0012 40.6091 -75.5857 182.0 PA OREFIELD 1.8 S +US1PALH0016 40.6182 -75.3923 104.9 PA BETHLEHEM 1.4 WSW +US1PALH0017 40.6848 -75.5887 199.6 PA SCHNECKSVILLE 1.7 ENE +US1PALH0019 40.6311 -75.4149 105.2 PA BETHLEHEM 2.5 W +US1PALH0021 40.4943 -75.4877 194.2 PA EMMAUS 2.9 S +US1PALH0023 40.6828 -75.5789 204.2 PA SCHNECKSVILLE 2.2 E +US1PALH0024 40.6040 -75.5265 118.0 PA ALLENTOWN 2.6 WNW +US1PALN0003 40.2055 -76.0509 198.1 PA ADAMSTOWN 2.5 SSE +US1PALN0007 40.0634 -76.4072 132.3 PA LANCASTER 5.8 WNW +US1PALN0008 39.8546 -76.1597 195.1 PA QUARRYVILLE 2.8 S +US1PALN0010 40.1682 -76.5900 144.8 PA ELIZABETHTOWN 1.1 NNE +US1PALN0013 40.0770 -76.4117 121.0 PA SALUNGA-LANDISVILLE 1.1 SSE +US1PALN0019 40.0462 -76.4408 135.6 PA MOUNTVILLE 0.5 NW +US1PALN0022 40.1556 -76.3095 118.9 PA LITITZ 0.3 WNW +US1PALN0023 39.9913 -76.0281 143.9 PA GAP 0.3 NW +US1PALW0002 40.8678 -80.2786 271.0 PA ELLWOOD CITY 0.5 NNE +US1PALY0001 41.1944 -76.7827 180.1 PA MUNCY 0.5 SSE +US1PALY0002 41.2571 -77.0085 178.0 PA WILLIAMSPORT 2.0 NE +US1PALY0004 41.2432 -76.8732 196.0 PA MONTOURSVILLE 2.4 E +US1PALY0007 41.1871 -77.2657 181.7 PA JERSEY SHORE 0.9 S +US1PALZ0004 41.0316 -76.0087 320.0 PA CONYNGHAM 3.9 NE +US1PALZ0006 41.0167 -76.0000 339.9 PA WEST HAZLETON 3.2 NNE +US1PALZ0007 40.9800 -76.0100 481.6 PA WEST HAZLETON 0.7 NNE +US1PALZ0009 41.2903 -76.1449 419.1 PA HARVEYS LAKE 7.7 SW +US1PALZ0013 40.9680 -75.9911 483.1 PA HAZLETON 1.6 NW +US1PALZ0014 41.2970 -75.7852 254.2 PA LAFLIN 0.8 NE +US1PALZ0015 41.3493 -75.7714 170.7 PA DURYEA 0.3 SE +US1PALZ0016 40.9631 -75.9630 526.4 PA HAZLETON 1.0 NNE +US1PALZ0017 41.2662 -76.0658 379.2 PA HUNLOCK 4.3 N +US1PALZ0018 41.3320 -75.9631 377.3 PA DALLAS 0.5 E +US1PALZ0022 41.1925 -75.8061 577.0 PA WILKES-BARRE 5.2 SE +US1PALZ0023 41.0701 -75.7986 409.0 PA WHITE HAVEN 1.5 NW +US1PALZ0024 41.2949 -75.8682 170.1 PA FORTY FORT 0.4 NNE +US1PALZ0025 41.0696 -76.1611 168.6 PA BEACH HAVEN 0.8 E +US1PALZ0026 41.1504 -75.9062 415.1 PA MOUNTAIN TOP 1.0 SW +US1PALZ0027 40.9681 -75.9907 484.0 PA HAZLETON 1.6 NW +US1PAMC0001 41.9527 -78.4793 510.8 PA ELDRED 5.1 W +US1PAMC0002 41.8623 -78.6373 659.9 PA BRADFORD 6.8 S +US1PAMC0004 41.9456 -78.6915 467.3 PA BRADFORD 2.8 WSW +US1PAMC0006 41.9746 -78.6195 437.7 PA BRADFORD 1.4 NE +US1PAMF0001 40.4551 -77.8191 253.0 PA MCVEYTOWN 5.1 SW +US1PAMF0002 40.6519 -77.5628 217.9 PA BURNHAM 1.1 N +US1PAMN0005 41.2217 -75.3708 645.0 PA TOBYHANNA 11.1 NE +US1PAMN0006 40.9820 -75.2748 237.7 PA STROUDSBURG 4.0 W +US1PAMN0007 40.9887 -75.2959 254.5 PA STROUDSBURG 5.1 W +US1PAMN0008 41.0130 -75.3710 335.9 PA REEDERS 1.8 W +US1PAMN0009 41.0578 -75.0796 163.4 PA EAST STROUDSBURG 6.5 NE +US1PAMN0011 40.9034 -75.3737 334.4 PA SAYLORSBURG 2.7 WNW +US1PAMN0013 40.9039 -75.3749 339.2 PA SAYLORSBURG 2.8 W +US1PAMN0014 40.8933 -75.3992 293.2 PA SAYLORSBURG 4.0 W +US1PAMR0001 41.1975 -80.3981 338.0 PA HERMITAGE 3.2 SE +US1PAMR0004 41.2497 -80.0358 439.8 PA MERCER 6.9 NE +US1PAMR0005 41.1433 -80.4552 281.6 PA WEST MIDDLESEX 2.1 S +US1PAMR0008 41.2497 -80.0358 441.4 PA GROVE CITY 7.0 NNE +US1PAMR0011 41.3537 -80.0505 405.1 PA SANDY LAKE 1.8 ENE +US1PAMR0012 41.1994 -80.4565 286.8 PA HERMITAGE 2.2 SSW +US1PAMR0022 41.1549 -80.4223 332.8 PA WEST MIDDLESEX 2.2 SE +US1PAMT0001 40.3100 -75.6070 93.0 PA GILBERTSVILLE 0.9 S +US1PAMT0005 40.2436 -75.6354 67.1 PA POTTSTOWN 0.6 SE +US1PAMT0006 40.2763 -75.3006 106.1 PA HATFIELD 0.1 SSW +US1PAMT0007 40.2556 -75.4144 112.2 PA HARLEYSVILLE 2.1 SW +US1PAMT0008 40.0855 -75.1800 129.8 PA WYNDMOOR 0.7 ENE +US1PAMT0009 40.2177 -75.4933 85.0 PA COLLEGEVILLE 2.8 NW +US1PAMT0011 40.2819 -75.3360 104.9 PA HATFIELD 2.0 W +US1PAMT0012 40.2182 -75.4202 74.7 PA COLLEGEVILLE 2.9 NE +US1PAMT0013 40.1685 -75.3005 84.1 PA BLUE BELL 2.3 NW +US1PAMT0015 40.2662 -75.2657 95.1 PA HATFIELD 1.9 ESE +US1PAMT0016 40.2061 -75.2991 100.9 PA NORTH WALES 1.3 WSW +US1PAMT0017 40.0124 -75.2570 92.0 PA NARBERTH 0.5 NE +US1PAMT0019 40.2919 -75.4669 103.9 PA SPRING MOUNT 1.3 N +US1PAMT0020 40.2011 -75.4090 71.0 PA SKIPPACK 1.4 SSW +US1PAMT0022 40.2077 -75.3522 82.9 PA KULPSVILLE 2.6 SSW +US1PAMT0025 40.2192 -75.4538 46.0 PA COLLEGEVILLE 2.2 N +US1PAMT0027 40.2238 -75.3100 93.0 PA LANSDALE 1.9 SW +US1PAMT0030 40.2779 -75.6306 125.0 PA POTTSTOWN 2.0 NNE +US1PAMT0031 40.0291 -75.2366 15.8 PA BALA CYNWYD 1.15 NNW +US1PAMT0034 40.3752 -75.5633 171.9 PA BALLY 2.2 SE +US1PAMT0037 40.3184 -75.3243 150.0 PA SOUDERTON 0.6 NNW +US1PAMT0038 40.2707 -75.4659 47.5 PA SCHWENKSVILLE 0.9 N +US1PAMT0040 40.1162 -75.1848 63.4 PA ORELAND 0.3 WNW +US1PAMT0042 40.2887 -75.2100 88.4 PA CHALFONT 0.2 NW +US1PAMT0043 40.0885 -75.3581 53.3 PA KING OF PRUSSIA 1.4 ESE +US1PAMT0044 40.1389 -75.3860 76.5 PA WEST NORRITON 0.8 NNW +US1PAMT0046 40.1007 -75.2148 66.1 PA FLOURTOWN 0.4 WSW +US1PAMT0047 40.1639 -75.2321 75.3 PA AMBLER 0.8 NW +US1PAMT0048 40.0082 -75.3003 98.8 PA ARDMORE 0.5 NW +US1PAMT0051 40.2363 -75.3825 71.6 PA HARLEYSVILLE 2.9 S +US1PAMT0052 40.2632 -75.2283 130.5 PA LANSDALE 3.2 ENE +US1PAMT0053 40.2199 -75.4655 63.7 PA COLLEGEVILLE 2.3 N +US1PAMT0055 40.2384 -75.4033 85.6 PA SCHWENKSVILLE 3.6 ESE +US1PAMT0056 40.2654 -75.3329 85.6 PA HATFIELD 2.0 WSW +US1PAMT0060 40.1015 -75.2538 64.6 PA PLYMOUTH MEETING 1.5 ESE +US1PAMT0063 40.1522 -75.1038 74.4 PA WILLOW GROVE 0.8 ENE +US1PAMT0064 40.1305 -75.3839 58.2 PA WEST NORRITON 0.3 WNW +US1PAMT0065 40.1999 -75.4534 51.5 PA COLLEGEVILLE 0.9 NNE +US1PAMT0067 40.1460 -75.2025 88.4 PA FORT WASHINGTON 0.8 NW +US1PAMT0068 40.2329 -75.5423 97.8 PA LIMERICK 1.1 W +US1PAMT0069 40.4140 -75.5466 178.9 PA EAST GREENVILLE 2.2 WNW +US1PAMT0072 40.1950 -75.2908 103.0 PA NORTH WALES 1.3 SW +US1PAMT0075 40.3036 -75.5288 105.2 PA FREDERICK 0.1 NE +US1PAMT0076 40.2825 -75.5451 68.9 PA PERKIOMENVILLE 4.6 SW +US1PAMT0078 40.1530 -75.2564 106.7 PA BLUE BELL 0.8 NE +US1PAMT0081 40.0579 -75.0936 39.3 PA CHELTENHAM 0.2 S +US1PAMT0085 40.2042 -75.3577 64.0 PA SKIPPACK 2.6 ESE +US1PAMT0086 40.2291 -75.5416 93.6 PA LIMERICK 1.0 W +US1PAMT0087 40.3087 -75.4498 131.1 PA HARLEYSVILLE 3.9 WNW +US1PAMT0088 40.0062 -75.2360 100.6 PA BALA CYNWYD 0.8 SSW +US1PAMT0089 40.0941 -75.1432 84.4 PA WYNCOTE 0.3 ENE +US1PAMT0090 40.3324 -75.4541 73.5 PA GREEN LANE 0.9 ESE +US1PAMT0091 40.1984 -75.4535 47.5 PA COLLEGEVILLE 0.8 NNE +US1PAMT0092 40.3735 -75.5127 103.3 PA PENNSBURG 1.6 SSW +US1PAMT0093 40.3933 -75.4859 104.2 PA PENNSBURG 0.5 E +US1PAMT0094 40.2126 -75.3211 99.1 PA LANSDALE 2.9 SW +US1PAMT0096 40.2522 -75.4953 70.1 PA SCHWENKSVILLE 1.6 WSW +US1PAMT0102 40.1969 -75.3259 88.7 PA LANSDALE 3.9 SW +US1PAMT0103 40.3986 -75.5058 102.1 PA PENNSBURG 0.6 WNW +US1PAMT0105 40.2084 -75.2923 96.9 PA NORTH WALES 0.9 W +US1PAMT0106 40.4010 -75.4730 143.6 PA PENNSBURG 1.3 ENE +US1PAMT0108 40.3504 -75.5217 175.6 PA RED HILL 2.7 SW +US1PANH0001 40.7712 -75.3069 185.0 PA NAZARETH 2.2 N +US1PANH0003 40.6633 -75.2867 121.0 PA OLD ORCHARD 1.3 WNW +US1PANH0004 40.5847 -75.3359 103.9 PA HELLERTOWN 0.3 NNE +US1PANH0005 40.6114 -75.2259 103.3 PA GLENDON 3.5 S +US1PANH0008 40.7828 -75.1827 69.5 PA MARTINS CREEK 0.2 E +US1PANH0009 40.6569 -75.3295 97.8 PA BETHLEHEM 2.9 NE +US1PANH0010 40.6029 -75.2899 128.6 PA HELLERTOWN 2.9 ENE +US1PANH0011 40.8006 -75.3293 210.9 PA NAZARETH 4.3 NNW +US1PANH0012 40.6461 -75.3922 109.1 PA BETHLEHEM 1.8 NW +US1PANH0013 40.6984 -75.3381 120.7 PA BETHLEHEM 5.2 NNE +US1PANH0014 40.7394 -75.3347 150.3 PA NAZARETH 1.1 W +US1PANH0015 40.9375 -75.1445 225.6 PA PORTLAND 2.7 WNW +US1PANH0018 40.7419 -75.2589 124.1 PA TATAMY 0.2 WNW +US1PANM0001 41.0871 -76.8647 148.1 PA WATSONTOWN 0.2 N +US1PANM0002 40.7990 -76.4322 335.6 PA MOUNT CARMEL 1.1 WNW +US1PANM0003 41.1361 -76.7651 213.1 PA MUNCY 4.7 SSE +US1PAPH0001 40.0732 -75.1596 104.9 PA WYNCOTE 1.5 SSW +US1PAPH0002 40.0677 -75.0748 46.6 PA ROCKLEDGE 1.3 SE +US1PAPH0004 40.0586 -75.0770 45.4 PA PHILADELPHIA 4.7 NE +US1PAPH0006 40.0455 -75.2222 58.5 PA WYNDMOOR 3.0 SSW +US1PAPH0007 39.9738 -75.1237 4.3 PA PHILADELPHIA 2.4 SSE +US1PAPH0008 40.0250 -75.1800 73.5 PA PHILADELPHIA 2.7 WNW +US1PAPH0012 40.0316 -75.1102 20.7 PA PHILADELPHIA 2.1 NE +US1PAPK0001 41.3717 -75.0625 401.1 PA HAWLEY 9.4 SE +US1PAPK0004 41.5075 -75.1163 414.8 PA HAWLEY 3.8 NE +US1PAPK0007 41.3300 -74.9500 429.8 PA MILFORD 7.7 W +US1PAPK0008 41.3000 -74.9500 423.1 PA MILFORD 7.9 WSW +US1PAPK0009 41.2084 -74.9437 335.9 PA DINGMANS FERRY 3.9 WSW +US1PAPK0011 41.3134 -75.0470 454.2 PA LORDS VALLEY 3.8 SSE +US1PAPK0012 41.4795 -74.9996 199.3 PA ROWLAND 2.3 ENE +US1PAPK0014 41.4153 -75.1702 423.4 PA TAFTON 1.0 NE +US1PAPK0020 41.3656 -74.6968 132.0 PA MATAMORAS 0.2 ESE +US1PAPK0021 41.3260 -74.9222 411.8 PA MILFORD 6.2 W +US1PAPK0022 41.4202 -74.9095 387.4 PA MILFORD 8.7 NW +US1PAPR0002 40.3165 -77.0274 237.7 PA MARYSVILLE 5.1 WSW +US1PAPR0003 40.4701 -77.2817 214.0 PA BLOOMFIELD 6.0 NW +US1PAPT0002 41.8076 -78.1414 495.3 PA ROULETTE 1.8 NNE +US1PAPT0003 41.7812 -77.8060 523.0 PA ULYSSES 8.9 SSW +US1PAPT0004 41.8043 -78.0495 619.0 PA COUDERSPORT 2.8 NW +US1PAPT0005 41.7122 -77.9510 699.2 PA COUDERSPORT 5.4 SE +US1PASC0001 40.6702 -76.2308 278.9 PA POTTSVILLE 1.3 WSW +US1PASC0003 40.6564 -76.1394 220.1 PA ORWIGSBURG 1.9 W +US1PASC0005 40.5922 -76.5324 267.0 PA TOWER CITY 1.1 E +US1PASC0008 40.6437 -76.5485 239.9 PA VALLEY VIEW 0.5 W +US1PASM0001 40.0584 -79.2616 838.2 PA HIDDEN VALLEY 0.3 ENE +US1PASM0002 39.9546 -78.9928 766.6 PA BERLIN 3.1 NW +US1PASM0003 39.9191 -78.9538 711.1 PA BERLIN 0.2 SSW +US1PASM0005 39.8080 -78.9640 736.4 PA MEYERSDALE 3.4 E +US1PASM0006 39.9215 -79.2377 641.0 PA ROCKWOOD 4.3 W +US1PASM0007 39.9853 -78.7906 463.6 PA BERLIN 9.6 ENE +US1PASN0002 40.8173 -76.9097 178.6 PA SELINSGROVE 2.6 WNW +US1PASS0002 41.6536 -76.0318 367.9 PA MESHOPPEN 4.4 ENE +US1PASS0006 41.6500 -75.4667 518.2 PA FOREST CITY 0.2 SE +US1PASS0007 41.8833 -75.5833 479.1 PA THOMPSON 3.9 WNW +US1PASS0008 41.7584 -75.9179 481.6 PA MONTROSE 5.6 SSW +US1PASS0010 41.9950 -75.9650 502.9 PA FRIENDSVILLE 6.8 NE +US1PASS0011 41.7685 -75.8800 429.2 PA MONTROSE 4.5 S +US1PASS0012 41.9518 -75.8272 308.5 PA STANFORDVILLE 0.4 SE +US1PASS0013 41.8597 -75.8125 530.0 PA NEW MILFORD 4.5 WSW +US1PASS0016 41.8554 -75.7111 428.9 PA NEW MILFORD 1.6 SSE +US1PASS0017 41.8501 -75.8655 481.3 PA MONTROSE 1.3 NNE +US1PASS0018 41.6687 -75.6620 386.8 PA LENOX 3.0 SSE +US1PASS0019 41.8026 -75.6972 430.4 PA HARFORD 1.4 NNE +US1PASS0021 41.7842 -75.9919 485.9 PA MONTROSE 6.8 WSW +US1PASS0022 41.8366 -75.8709 524.3 PA MONTROSE 0.4 ENE +US1PATG0001 41.7468 -77.4298 346.9 PA WELLSBORO 6.5 W +US1PATG0002 41.8643 -77.5379 523.0 PA WESTFIELD 3.7 S +US1PAUN0003 40.8921 -76.8676 223.1 PA SHAMOKIN DAM 3.6 NW +US1PAVN0005 41.3846 -79.6979 459.3 PA SENECA 0.7 NNE +US1PAVN0007 41.5007 -79.8497 408.7 PA COOPERSTOWN 1.3 E +US1PAVN0008 41.2779 -79.7486 438.9 PA KENNERDELL 5.3 E +US1PAVN0011 41.5670 -79.7639 395.9 PA TITUSVILLE 6.3 SW +US1PAVN0013 41.3814 -79.8438 458.1 PA FRANKLIN 0.8 SSW +US1PAVN0014 41.3339 -79.7139 416.7 PA KENNERDELL 8.3 ENE +US1PAVN0017 41.4081 -79.8195 333.8 PA FRANKLIN 1.5 NE +US1PAWN0002 41.2908 -75.3550 538.6 PA MOSCOW 9.7 ESE +US1PAWN0003 41.6500 -75.0833 355.4 PA DAMASCUS - 9 +US1PAWN0004 41.2833 -75.4500 271.3 PA STERLING - 22 +US1PAWN0005 41.5000 -75.3000 381.0 PA S. CANAAN - 26 +US1PAWN0006 41.3833 -75.3333 435.9 PA LEDGEDALE 0.7 SE +US1PAWN0008 41.6333 -75.0500 217.0 PA MILANVILLE 1.5 SE +US1PAWN0010 41.8992 -75.4718 405.1 PA STARRUCCA - 27 +US1PAWN0012 41.6048 -75.2833 374.9 PA DYBERRY - 19 +US1PAWN0013 41.5027 -75.1590 323.4 PA HAWLEY - 15 +US1PAWN0014 41.5400 -75.2500 404.2 PA TEXAS TWP. 1 +US1PAWN0026 41.5902 -75.3590 384.7 PA CANAAN - 11 +US1PAWN0035 41.5824 -75.3357 364.5 PA PROMPTON - 25 +US1PAWN0036 41.5868 -75.4079 422.1 PA WAYMART - 28 +US1PAWN0037 41.6250 -75.2220 420.0 PA OREGON - 23 +US1PAWN0038 41.5237 -75.2696 419.4 PA CHERRY RIDGE 13A +US1PAWN0041 41.4511 -75.3450 446.8 PA LAKE ARIEL 2.0 ESE +US1PAWN0042 41.7395 -75.4430 581.6 PA PLEASANT MOUNT 1.0 E +US1PAWN0044 41.7974 -75.2207 459.6 PA MANCHESTER - 7A +US1PAWN0047 41.5076 -75.1869 412.1 PA HAWLEY 2.2 NNW +US1PAWN0048 41.5678 -75.1908 378.9 PA BERLIN TWP. 20A +US1PAWN0052 41.9535 -75.2977 282.9 PA STARLIGHT 3.8 NNE +US1PAWN0053 41.7038 -75.0684 222.8 PA DAMASCUS 0.1 NE +US1PAWN0055 41.6894 -75.1276 387.7 PA TYLER HILL 1.1 WSW +US1PAWS0002 40.2250 -80.3527 350.5 PA WOLFDALE 3.3 WNW +US1PAWS0005 40.2831 -80.0857 317.6 PA MCMURRAY 0.2 NE +US1PAWS0007 40.0562 -80.3138 320.3 PA PROSPERITY 1.2 NW +US1PAWS0008 40.2522 -80.0539 367.6 PA VENETIA 0.7 WNW +US1PAWS0009 40.2597 -80.1900 299.3 PA CANONSBURG 0.3 SSW +US1PAWS0010 40.0266 -79.9981 336.5 PA FREDERICKTOWN-MILLSBORO 2.0 N +US1PAWS0015 40.2761 -80.4623 288.6 PA AVELLA 0.5 SE +US1PAWS0021 40.2603 -80.0059 357.5 PA FINLEYVILLE 0.5 NNW +US1PAWS0022 40.3005 -80.2385 389.8 PA CANONSBURG 3.7 NW +US1PAWS0025 40.1107 -79.8578 260.6 PA DUNLEVY 0.1 SSE +US1PAWT0001 40.3243 -79.7556 310.9 PA NORTH IRWIN 2.5 WSW +US1PAWT0002 40.3189 -79.3894 296.9 PA LATROBE 0.6 NW +US1PAWT0007 40.1453 -79.8376 307.2 PA BELLE VERNON 2.1 NE +US1PAWT0009 40.3136 -79.5543 341.1 PA GREENSBURG 0.6 WNW +US1PAWT0010 40.4317 -79.6813 335.6 PA MURRYSVILLE 1.5 WSW +US1PAWT0014 40.5918 -79.7333 319.7 PA LOWER BURRELL 1.2 WNW +US1PAWT0015 40.3045 -79.6159 387.1 PA JEANNETTE 1.6 S +US1PAWT0016 40.5730 -79.6419 349.6 PA APOLLO 4.1 W +US1PAWT0018 40.3773 -79.0709 334.1 PA NEW FLORENCE 0.2 ESE +US1PAWT0019 40.6153 -79.6214 315.8 PA LEECHBURG 1.4 SW +US1PAWT0020 40.1658 -79.7995 298.1 PA BELLE VERNON 4.5 NE +US1PAWT0022 40.3263 -79.7029 313.3 PA IRWIN 0.2 W +US1PAWT0041 40.5600 -79.6771 301.8 PA NEW KENSINGTON 3.9 E +US1PAWT0048 40.2462 -79.4349 348.1 PA LATROBE 5.3 SSW +US1PAWY0001 41.6000 -75.9667 426.7 PA TUNKHANNOCK 4.2 NNW +US1PAWY0002 41.5778 -76.0096 317.9 PA TUNKHANNOCK 4.0 NW +US1PAYR0002 39.9734 -76.9178 135.0 PA DOVER 4.2 WSW +US1PAYR0003 39.9722 -76.8148 120.1 PA SHILOH 1.2 W +US1PAYR0007 40.1579 -76.7552 125.9 PA GOLDSBORO 0.3 NW +US1PAYR0008 40.1612 -76.7791 121.9 PA VALLEY GREEN 0.8 ENE +US1PAYR0010 39.7530 -76.6724 281.9 PA SHREWSBURY 1.3 SSE +US1PAYR0011 40.1582 -76.7557 120.7 PA GOLDSBORO 0.4 NW +US1PAYR0012 39.9011 -76.7983 183.2 PA NEW SALEM 0.3 WSW +US1PAYR0015 40.0092 -76.6782 187.8 PA YORK 4.2 NE +US1PAYR0016 39.9427 -76.7861 148.4 PA YORK 3.2 WSW +US1PAYR0017 39.9965 -76.7533 126.5 PA YORK 2.5 NNW +US1PAYR0019 39.7763 -76.6958 239.9 PA GLEN ROCK 2.2 ESE +US1PAYR0020 40.0488 -76.6948 156.7 PA MOUNT WOLF 1.0 SE +US1PAYR0021 39.7465 -76.9529 279.2 PA HANOVER 4.8 SSE +US1PAYR0024 40.0020 -76.8080 138.7 PA DOVER 2.2 E +US1PAYR0025 39.8294 -76.6691 258.5 PA GLEN ROCK 4.1 NE +US1PAYR0027 39.7954 -76.9713 189.9 PA HANOVER 1.3 SSE +US1PAYR0031 40.0713 -76.7231 120.7 PA MANCHESTER 0.7 NNW +US1PAYR0034 40.0574 -76.7886 128.0 PA MANCHESTER 3.6 W +US1PAYR0035 39.9580 -76.5700 182.0 PA YORKANA 1.4 SE +US1RIBR0001 41.7174 -71.2728 26.2 RI WARREN 1.0 SE +US1RIBR0005 41.7418 -71.3419 6.4 RI BARRINGTON 1.3 WNW +US1RIBR0007 41.7266 -71.3175 11.6 RI BARRINGTON 0.6 S +US1RIKN0001 41.6730 -71.6170 118.0 RI COVENTRY CENTER +US1RIKN0002 41.6625 -71.4159 8.8 RI EAST GREENWICH 2.3 ESE +US1RIKN0008 41.6207 -71.6779 143.3 RI WEST GREENWICH 0.9 SW +US1RIKN0009 41.6820 -71.4595 59.7 RI WARWICK 2.4 SW +US1RIKN0015 41.6446 -71.4548 10.7 RI WARWICK 4.3 SSW +US1RIKN0017 41.6493 -71.5032 66.4 RI EAST GREENWICH 1.2 NNE +US1RIKN0018 41.7222 -71.4583 19.2 RI WARWICK 2.3 NW +US1RIKN0019 41.6822 -71.4595 59.4 RI WARWICK 2.4 SW +US1RIKN0021 41.7114 -71.5478 85.3 RI COVENTRY 1.9 NE +US1RIKN0023 41.7475 -71.4088 15.8 RI WARWICK 3.2 NNE +US1RINW0003 41.5328 -71.3822 36.9 RI JAMESTOWN 2.6 NNW +US1RINW0004 41.5308 -71.2998 31.1 RI MIDDLETOWN 1.1 SW +US1RINW0005 41.5265 -71.1893 34.7 RI LITTLE COMPTON 1.7 NW +US1RINW0006 41.5072 -71.1449 20.7 RI LITTLE COMPTON ESE 1.3 +US1RINW0007 41.5090 -71.1590 23.8 RI LITTLE COMPTON 0.6 E +US1RINW0009 41.5279 -71.3831 26.5 RI JAMESTOWN 2.2 NNW +US1RINW0011 41.6432 -71.2068 32.9 RI TIVERTON 0.8 SSW +US1RINW0012 41.4962 -71.3191 6.7 RI NEWPORT 0.9 N +US1RINW0016 41.5814 -71.2478 61.0 RI PORTSMOUTH 1.3 S +US1RINW0017 41.5966 -71.1656 38.4 RI TIVERTON 4.4 SSE +US1RINW0018 41.4929 -71.3684 16.2 RI JAMESTOWN 0.3 SSE +US1RINW0019 41.5674 -71.2478 52.4 RI PORTSMOUTH 2.3 S +US1RINW0020 41.6408 -71.2065 36.0 RI TIVERTON 1.0 SSW +US1RINW0021 41.6376 -71.2325 4.6 RI PORTSMOUTH 2.7 NNE +US1RIPR0002 41.9729 -71.4457 87.2 RI CUMBERLAND HILL 0.7 E +US1RIPR0004 41.8575 -71.3697 13.4 RI PAWTUCKET 1.1 SSE +US1RIPR0006 41.8679 -71.4564 47.5 RI NORTH PROVIDENCE 0.5 N +US1RIPR0007 41.7653 -71.4448 7.0 RI CRANSTON 1.9 E +US1RIPR0008 41.9066 -71.4153 35.1 RI LINCOLN 0.4 S +US1RIPR0010 41.9993 -71.5070 75.6 RI WOONSOCKET 0.3 W +US1RIPR0011 41.8310 -71.3636 7.9 RI PROVIDENCE 3.0 ENE +US1RIPR0012 41.9730 -71.6878 110.9 RI HARRISVILLE 0.6 WNW +US1RIPR0013 41.8875 -71.3561 28.0 RI PAWTUCKET 1.4 NE +US1RIPR0014 41.9913 -71.4784 107.9 RI WOONSOCKET 1.3 ESE +US1RIPR0015 41.9705 -71.4717 45.7 RI MANVILLE 0.2 NE +US1RIPR0016 41.8452 -71.4404 49.1 RI PROVIDENCE 1.9 NNW +US1RIPR0017 41.7777 -71.4022 7.0 RI CRANSTON 4.1 E +US1RIPR0020 41.8777 -71.7513 204.2 RI WEST GLOCESTER 3.4 SE +US1RIPR0024 41.8597 -71.3943 29.0 RI PAWTUCKET 1.4 SW +US1RIPR0027 41.7947 -71.3667 34.1 RI PROVIDENCE 3.3 SE +US1RIPR0028 41.9591 -71.5420 82.0 RI NORTH SMITHFIELD 0.7 SE +US1RIPR0032 41.8427 -71.3852 23.5 RI PROVIDENCE 2.3 NE +US1RIPR0033 41.8889 -71.5603 94.8 RI GREENVILLE 0.7 NNW +US1RIPR0035 41.9775 -71.3885 45.4 RI CUMBERLAND HILL 3.7 E +US1RIPR0044 41.7799 -71.4017 15.5 RI CRANSTON 4.2 ENE +US1RIPR0045 41.9676 -71.4810 81.7 RI MANVILLE 0.4 WSW +US1RIPR0048 41.8376 -71.4311 25.3 RI PROVIDENCE 1.2 NNW +US1RIPR0050 41.9513 -71.6717 142.3 RI HARRISVILLE 1.2 SSE +US1RIPR0051 41.9544 -71.5494 82.3 RI NORTH SMITHFIELD 0.6 S +US1RIPR0053 41.8461 -71.4230 25.3 RI PROVIDENCE 1.7 N +US1RIPR0055 42.0166 -71.4224 89.9 RI CUMBERLAND HILL 3.6 NNE +US1RIPR0057 41.7508 -71.4735 44.5 RI CRANSTON 1.2 SSE +US1RIPR0059 41.9821 -71.4704 103.3 RI CUMBERLAND HILL 0.9 NW +US1RIPR0060 41.8627 -71.4402 57.3 RI NORTH PROVIDENCE 0.9 E +US1RIPR0063 42.0154 -71.5217 74.7 RI WOONSOCKET 1.5 NW +US1RIPR0067 41.8356 -71.3949 38.1 RI PROVIDENCE 1.6 NE +US1RIWS0001 41.4614 -71.7160 18.0 RI HOPE VALLEY 3.7 S +US1RIWS0004 41.6305 -71.4340 24.7 RI NORTH KINGSTOWN +US1RIWS0005 41.4760 -71.5310 50.9 RI KINGSTON 0.5 NW +US1RIWS0006 41.4336 -71.4658 15.2 RI NARRAGANSETT PIER 0.5 N +US1RIWS0007 41.6297 -71.4562 17.7 RI NORTH KINGSTOWN 3 N +US1RIWS0008 41.5211 -71.4627 49.1 RI SAUNDERSTOWN 2.2 NW +US1RIWS0009 41.4412 -71.6552 51.8 RI CHARLESTOWN 3.9 NNW +US1RIWS0014 41.4854 -71.6291 36.3 RI KINGSTON 5.5 W +US1RIWS0016 41.4479 -71.5036 15.2 RI WAKEFIELD-PEACEDALE 0.2 NW +US1RIWS0018 41.3707 -71.6228 1.8 RI CHARLESTOWN 1.3 SE +US1RIWS0019 41.5508 -71.6346 127.7 RI RICHMOND 4.4 NNE +US1RIWS0020 41.4056 -71.5273 20.7 RI WAKEFIELD-PEACEDALE 3.1 SSW +US1RIWS0024 41.3795 -71.8246 13.1 RI WESTERLY 1.0 NW +US1RIWS0025 41.5202 -71.7532 84.4 RI ROCKVILLE 0.4 E +US1RIWS0026 41.3872 -71.6216 12.8 RI CHARLESTOWN 1.1 ENE +US1RIWS0030 41.4042 -71.8250 40.5 RI WESTERLY 2.4 NNW +US1RIWS0031 41.5738 -71.4724 22.3 RI KINGSTON 7.5 NNE +US1RIWS0032 41.5605 -71.5841 101.5 RI KINGSTON 6.9 NNW +US1RIWS0035 41.3599 -71.8226 37.8 RI WESTERLY 1.0 SW +US1RIWS0036 41.3609 -71.6912 8.2 RI CHARLESTOWN 3.0 WSW +US1RIWS0037 41.4468 -71.5547 49.4 RI KINGSTON 2.4 SW +US1RIWS0040 41.5857 -71.5267 80.2 RI WEST WARWICK 7.7 S +US1RIWS0042 41.5576 -71.6398 107.0 RI RICHMOND 4.6 NNE +US1RIWS0044 41.5356 -71.4602 32.0 RI NORTH KINGSTON 1.5 SSW +US1RIWS0045 41.4480 -71.6132 47.5 RI CHARLESTOWN 4.7 NNE +US1RIWS0046 41.3665 -71.7444 45.1 RI WESTERLY 3.4 E +US1RIWS0047 41.3770 -71.8233 33.2 RI WESTERLY 0.8 WNW +US1RIWS0050 41.5923 -71.4907 23.2 RI NORTH KINGSTOWN 3.1 NW +US1RIWS0051 41.4617 -71.6549 24.4 RI RICHMOND 2.4 SSE +US1RIWS0052 41.4794 -71.4628 25.6 RI WAKEFIELD-PEACEDALE 3.1 NE +US1RIWS0053 41.3756 -71.6329 6.4 RI CHARLESTOWN 0.7 SE +US1RIWS0054 41.5410 -71.5016 51.2 RI NORTH KINGSTOWN 2.7 WSW +US1SCAB0002 34.1366 -82.3969 173.4 SC ABBEVILLE 3.2 SSW +US1SCAB0003 34.3279 -82.3809 185.0 SC DUE WEST 0.6 SE +US1SCAB0004 34.2972 -82.3953 177.1 SC DUE WEST 2.5 S +US1SCAB0005 34.2935 -82.4740 189.3 SC DUE WEST 5.6 WSW +US1SCAB0006 34.3773 -82.4169 211.2 SC HONEA PATH 5.0 SSW +US1SCAB0008 34.2848 -82.5176 211.2 SC ANTREVILLE 1.5 SE +US1SCAB0009 34.1927 -82.3928 190.5 SC ABBEVILLE 1.2 NW +US1SCAB0011 34.2379 -82.3711 203.9 SC ABBEVILLE 4.1 N +US1SCAB0013 34.2857 -82.5128 201.5 SC ANTREVILLE 2.1 SE +US1SCAB0014 34.3076 -82.5436 225.6 SC ANTREVILLE 0.3 NNW +US1SCAB0015 34.2050 -82.4276 182.3 SC ABBEVILLE 3.3 WNW +US1SCAB0016 34.2257 -82.7184 184.7 SC IVA 6.4 SSW +US1SCAB0017 34.1318 -82.4612 172.8 SC ABBEVILLE 5.8 SW +US1SCAK0001 33.5300 -81.7200 153.9 SC AIKEN 0.9 SSE +US1SCAK0003 33.3479 -81.7388 113.1 SC JACKSON 3.4 ENE +US1SCAK0004 33.5591 -81.9029 74.7 SC NORTH AUGUSTA 4.2 NE +US1SCAK0006 33.5156 -81.8425 61.0 SC LANGLEY 0.2 SE +US1SCAK0010 33.5413 -81.9634 115.8 SC NORTH AUGUSTA 1.7 NNW +US1SCAK0013 33.5646 -81.9469 156.1 SC NORTH AUGUSTA 3.3 N +US1SCAK0014 33.4438 -81.6584 102.4 SC AIKEN 7.8 SSE +US1SCAK0015 33.5704 -81.7583 147.2 SC AIKEN 2.7 NW +US1SCAK0016 33.4393 -81.6586 113.4 SC AIKEN 8.1 SSE +US1SCAK0017 33.5619 -81.9631 152.4 SC NORTH AUGUSTA 3.1 N +US1SCAK0018 33.6406 -81.6921 160.9 SC AIKEN 7.2 NNE +US1SCAK0019 33.4439 -81.8682 133.5 SC BEECH ISLAND 1.6 NE +US1SCAK0020 33.5243 -81.7288 147.2 SC AIKEN 1.1 S +US1SCAK0023 33.5280 -81.7350 131.1 SC AIKEN 1.0 SSW +US1SCAK0026 33.5073 -81.7345 152.1 SC AIKEN 2.3 S +US1SCAK0027 33.4594 -81.4515 98.1 SC WILLISTON 4.3 NNW +US1SCAK0031 33.4920 -81.7136 132.6 SC AIKEN 3.5 SSE +US1SCAK0032 33.5602 -81.7433 143.0 SC AIKEN 1.6 NNW +US1SCAK0033 33.5565 -81.5853 100.9 SC AIKEN 8.3 E +US1SCAK0034 33.5096 -81.7459 137.5 SC AIKEN 2.4 SSW +US1SCAK0036 33.5252 -81.7152 151.8 SC AIKEN 1.3 SE +US1SCAK0039 33.5074 -81.9782 83.5 SC NORTH AUGUSTA 1.5 WSW +US1SCAK0041 33.5043 -81.7294 144.5 SC AIKEN 2.5 S +US1SCAK0042 33.5344 -81.5783 117.7 SC AIKEN 8.7 E +US1SCAK0044 33.6754 -81.6741 170.4 SC AIKEN 9.8 NNE +US1SCAK0046 33.4778 -81.8371 142.6 SC BEECH ISLAND 4.7 NE +US1SCAK0047 33.4793 -81.7444 118.9 SC AIKEN 4.3 SSW +US1SCAK0049 33.5251 -81.8712 115.5 SC BURNETTOWN 1.4 NW +US1SCAK0051 33.4400 -81.6400 90.8 SC AIKEN 8.6 SE +US1SCAK0052 33.3385 -81.7865 106.4 SC JACKSON 0.8 NNE +US1SCAK0053 33.4846 -81.7266 128.6 SC AIKEN 3.9 S +US1SCAK0057 33.5010 -81.7141 142.3 SC AIKEN 2.9 SSE +US1SCAK0058 33.4882 -81.7295 141.7 SC AIKEN 3.6 S +US1SCAK0059 33.4454 -81.6518 95.4 SC NEW ELLENTON 2.7 NE +US1SCAK0060 33.6312 -81.3647 127.1 SC WAGENER 1.4 S +US1SCAK0064 33.4949 -81.9620 78.3 SC NORTH AUGUSTA 2.4 N +US1SCAK0065 33.6591 -81.2195 99.1 SC SALLEY 8.0 NE +US1SCAK0067 33.4478 -81.6593 101.2 SC AIKEN 7.6 SSE +US1SCAK0069 33.5603 -81.7590 132.3 SC AIKEN 2.2 NW +US1SCAK0070 33.4792 -81.7230 120.1 SC AIKEN 4.3 S +US1SCAK0071 33.5450 -81.9044 121.9 SC NORTH AUGUSTA 3.5 ENE +US1SCAK0073 33.6338 -81.2792 118.3 SC SALLEY 4.9 NNE +US1SCAK0074 33.5568 -81.7269 131.4 SC AIKEN 1.1 N +US1SCAK0077 33.5720 -81.7549 157.0 SC AIKEN 2.6 NW +US1SCAK0078 33.4991 -81.9614 95.7 SC NORTH AUGUSTA 1.3 SSW +US1SCAK0083 33.5218 -81.3409 105.8 SC SPRINGFIELD 4.0 WNW +US1SCAK0092 33.4841 -81.5963 98.1 SC AIKEN 8.6 ESE +US1SCAL0001 32.9515 -81.3350 43.9 SC FAIRFAX 5.7 W +US1SCAL0002 32.9890 -81.2921 51.5 SC ALLENDALE 1.7 SE +US1SCAN0004 34.6086 -82.5741 250.5 SC WILLIAMSTON 5.4 W +US1SCAN0006 34.5237 -82.6446 234.7 SC ANDERSON 0.4 N +US1SCAN0009 34.5951 -82.6335 260.0 SC ANDERSON 5.3 N +US1SCAN0010 34.2394 -82.7049 191.1 SC IVA 5.2 SSW +US1SCAN0013 34.5548 -82.8524 227.7 SC TOWNVILLE 2.7 ESE +US1SCAN0016 34.3297 -82.7611 198.7 SC IVA 5.8 WNW +US1SCAN0017 34.5100 -82.7100 236.2 SC ANDERSON 3.8 W +US1SCAN0020 34.7752 -82.4889 299.9 SC POWDERSVILLE 0.5 SSE +US1SCAN0021 34.3850 -82.5598 188.4 SC ANDERSON 10.5 SE +US1SCAN0022 34.3505 -82.6839 224.9 SC STARR 2.0 SSE +US1SCAN0023 34.5621 -82.6846 221.0 SC ANDERSON 3.7 NW +US1SCAN0024 34.5182 -82.7317 247.2 SC ANDERSON 4.9 W +US1SCAN0025 34.4662 -82.5130 233.2 SC BELTON 4.1 SSW +US1SCAN0026 34.6603 -82.6679 252.4 SC PENDLETON 6.6 E +US1SCAN0028 34.7591 -82.5007 257.3 SC POWDERSVILLE 2.0 SSW +US1SCAN0033 34.5869 -82.6587 219.8 SC ANDERSON 4.8 N +US1SCAN0035 34.4340 -82.8119 218.5 SC ANDERSON 11.1 WSW +US1SCAN0036 34.5538 -82.8357 223.7 SC TOWNVILLE 3.7 ESE +US1SCAN0037 34.5631 -82.7534 208.5 SC ANDERSON 6.9 WNW +US1SCAN0038 34.5488 -82.8245 233.5 SC ANDERSON 10.4 WNW +US1SCAN0039 34.4295 -82.8132 208.8 SC ANDERSON 11.4 WSW +US1SCAN0043 34.6624 -82.7859 253.0 SC PENDLETON 0.8 NNW +US1SCAN0045 34.4497 -82.5438 232.3 SC ANDERSON 7.5 SE +US1SCAN0046 34.5328 -82.5556 236.8 SC BELTON 3.5 W +US1SCAN0050 34.5681 -82.7103 213.1 SC ANDERSON 5.0 NW +US1SCAN0053 34.5866 -82.6589 219.2 SC ANDERSON 4.8 N +US1SCAN0055 34.7423 -82.6028 289.9 SC EASLEY 5.6 S +US1SCBF0002 32.2529 -80.7350 3.0 SC HILTON HEAD ISLAND 4.0 N +US1SCBF0004 32.2664 -80.8476 3.0 SC BLUFFTON 2.3 NNE +US1SCBF0007 32.2624 -80.8675 7.0 SC BLUFFTON 1.9 N +US1SCBF0010 32.2665 -80.9633 9.8 SC BLUFFTON 6.2 WNW +US1SCBF0015 32.2713 -80.9683 4.9 SC BLUFFTON 5.1 NW +US1SCBF0016 32.2690 -80.8742 4.6 SC BLUFFTON 2.4 NNW +US1SCBF0022 32.2480 -80.8156 2.7 SC BLUFFTON 2.9 ENE +US1SCBF0023 32.1007 -80.8830 3.7 SC DAUFUSKIE ISLAND 1.7 SW +US1SCBF0026 32.3563 -80.7132 4.9 SC PARRIS ISLAND 2.2 NNW +US1SCBF0028 32.4009 -80.6945 5.2 SC BEAUFORT 1.8 S +US1SCBF0032 32.3426 -80.8391 4.9 SC OKATIE 7.2 ENE +US1SCBF0034 32.2129 -80.8811 10.7 SC BLUFFTON 1.9 SSW +US1SCBF0035 32.4762 -80.6719 9.8 SC BEAUFORT 3.6 NNE +US1SCBF0036 32.3662 -80.8524 4.3 SC OKATIE 7.6 NE +US1SCBF0037 32.4939 -80.6334 16.8 SC BEAUFORT 5.7 NE +US1SCBF0038 32.2704 -80.8746 9.1 SC BLUFFTON 2.5 NNW +US1SCBF0039 32.3280 -80.8380 1.8 SC OKATIE 6.9 ENE +US1SCBF0040 32.3709 -80.6561 6.7 SC BEAUFORT 4.3 SSE +US1SCBF0044 32.1753 -80.7491 8.2 SC HILTON HEAD ISLAND 1.4 S +US1SCBF0045 32.4639 -80.6817 4.6 SC BEAUFORT 2.7 N +US1SCBF0050 32.2174 -80.9802 7.9 SC BLUFFTON 7.0 W +US1SCBF0052 32.1897 -80.7007 2.4 SC HILTON HEAD ISLAND 2.7 E +US1SCBF0053 32.3536 -80.6923 4.0 SC PARRIS ISLAND 1.7 N +US1SCBF0054 32.3286 -80.8578 3.4 SC OKATIE 5.8 ENE +US1SCBF0055 32.1991 -80.7658 1.5 SC HILTON HEAD ISLAND 1.2 WNW +US1SCBF0059 32.2314 -80.7235 7.0 SC HILTON HEAD ISLAND 2.8 NNE +US1SCBF0064 32.5555 -80.8281 13.7 SC SHELDON 3.7 SSW +US1SCBF0065 32.2638 -80.7174 20.1 SC HILTON HEAD ISLAND 5.0 NNE +US1SCBF0066 32.2411 -80.7008 4.9 SC HILTON HEAD ISLAND 4.1 NE +US1SCBF0067 32.2568 -80.7254 7.0 SC HILTON HEAD ISLAND 4.4 NNE +US1SCBF0068 32.4279 -80.6378 5.5 SC BEAUFORT 3.0 E +US1SCBF0072 32.3157 -80.8889 3.7 SC BLUFFTON 5.7 NNW +US1SCBF0073 32.1361 -80.8514 1.5 SC DAUFUSKIE ISLAND 1.4 NNE +US1SCBF0074 32.2493 -80.8613 8.8 SC BLUFFTON 0.9 N +US1SCBF0078 32.4306 -80.6893 7.0 SC BEAUFORT 0.3 N +US1SCBF0080 32.4052 -80.6993 5.5 SC BEAUFORT 1.6 SSW +US1SCBF0083 32.4498 -80.6346 6.7 SC BEAUFORT 3.6 ENE +US1SCBK0008 32.9459 -80.0084 8.8 SC HANAHAN 1.1 N +US1SCBK0011 33.0930 -79.9670 2.1 SC MONCKS CORNER 7.3 SSE +US1SCBK0014 33.2329 -79.9678 18.9 SC MONCKS CORNER 3.2 NE +US1SCBK0016 33.0347 -80.1350 24.1 SC SUMMERVILLE 3.3 NE +US1SCBK0017 33.0011 -80.0766 17.1 SC GOOSE CREEK 4.6 WNW +US1SCBK0019 33.0377 -80.1259 24.4 SC SUMMERVILLE 3.8 NE +US1SCBK0020 33.0261 -79.7600 8.8 SC HUGER 5.5 SE +US1SCBK0021 32.9474 -80.0137 8.8 SC HANAHAN 1.2 NNW +US1SCBK0025 33.1123 -80.0727 28.3 SC MONCKS CORNER 7.2 SW +US1SCBK0026 33.1640 -80.0350 16.5 SC MONCKS CORNER 3.0 SW +US1SCBK0027 33.3888 -79.9362 22.6 SC ST. STEPHEN 1.3 SSW +US1SCBK0028 33.0197 -80.0592 15.8 SC GOOSE CREEK 4.1 WNW +US1SCBK0029 33.4249 -80.0267 23.5 SC PINEVILLE 0.3 SSE +US1SCBK0030 33.1173 -80.0971 29.9 SC SUMMERVILLE 9.1 NNE +US1SCBK0032 32.9568 -80.0084 5.2 SC GOOSE CREEK 2.2 SSW +US1SCBK0035 33.1161 -80.1049 29.3 SC SUMMERVILLE 8.8 NNE +US1SCBK0037 32.9196 -79.8402 3.0 SC WANDO 1.1 SSW +US1SCBK0038 33.1987 -79.9377 10.4 SC MONCKS CORNER 3.6 E +US1SCBK0040 32.8587 -79.9206 5.8 SC DANIEL ISLAND 0.7 SSW +US1SCBK0041 32.9203 -80.0055 4.9 SC HANAHAN 0.7 SSE +US1SCBK0043 33.1223 -80.0923 26.5 SC SUMMERVILLE 9.6 NNE +US1SCBK0044 33.3325 -79.9939 23.8 SC BONNEAU 2.7 NW +US1SCBK0045 33.0555 -80.1406 25.3 SC SUMMERVILLE 4.2 NNE +US1SCBK0046 33.0775 -80.2177 18.6 SC SUMMERVILLE 5.5 NNW +US1SCBK0047 33.1056 -79.9613 3.0 SC MONCKS CORNER 6.6 SSE +US1SCBK0048 32.8473 -79.9032 4.3 SC DANIEL ISLAND 1.0 SE +US1SCBK0049 32.8475 -79.9023 4.9 SC DANIEL ISLAND 1.0 SW +US1SCBK0055 33.0676 -79.9747 7.6 SC MONCKS CORNER 8.9 S +US1SCBK0056 33.1923 -79.9865 17.7 SC MONCKS CORNER 0.8 ESE +US1SCBK0057 33.0004 -80.0021 11.0 SC GOOSE CREEK 0.9 NNW +US1SCBK0059 33.4062 -79.9190 23.5 SC ST. STEPHEN 0.4 ENE +US1SCBK0061 32.8542 -79.9105 9.4 SC CHARLESTON 6.8 NE +US1SCBK0063 33.1056 -80.1635 22.6 SC SUMMERVILLE 7.1 N +US1SCBK0065 33.0188 -80.0470 15.8 SC GOOSE CREEK 3.5 NW +US1SCBK0067 32.8420 -79.9111 2.1 SC DANIEL ISLAND 1.4 S +US1SCBK0068 33.0319 -80.1324 24.1 SC SUMMERVILLE 3.3 NE +US1SCBK0071 33.0038 -80.0626 13.7 SC GOOSE CREEK 3.9 WNW +US1SCBK0074 33.0566 -80.1712 26.5 SC LADSON 5.0 NW +US1SCBM0001 33.3392 -81.1805 75.9 SC DENMARK 2.8 WNW +US1SCBM0002 33.3659 -81.2171 79.9 SC BLACKVILLE 3.7 E +US1SCBM0006 33.0960 -81.0108 43.3 SC EHRHARDT 0.2 SE +US1SCBW0001 33.2330 -81.3031 73.2 SC BARNWELL 3.6 E +US1SCBW0002 33.2360 -81.4181 63.1 SC BARNWELL 3.1 W +US1SCBW0003 33.2367 -81.3857 60.4 SC BARNWELL 1.2 WSW +US1SCCA0001 33.6874 -80.7301 76.8 SC ST. MATTHEWS 3.2 ENE +US1SCCA0002 33.8097 -81.0090 94.5 SC GASTON 5.3 E +US1SCCA0007 33.5105 -80.6700 46.6 SC CAMERON 4.2 SE +US1SCCA0008 33.5387 -80.6895 44.8 SC CAMERON 2.0 SE +US1SCCA0014 33.6962 -80.8278 93.3 SC ST. MATTHEWS 3.6 NW +US1SCCA0017 33.7565 -81.0428 92.7 SC SWANSEA 3.9 ENE +US1SCCA0018 33.7778 -81.0214 61.9 SC SWANSEA 5.7 ENE +US1SCCD0001 33.5275 -80.2372 23.5 SC SUMMERTON 8.4 SE +US1SCCD0002 33.5744 -80.2205 23.2 SC MANNING 8.2 S +US1SCCD0004 33.5332 -80.3149 24.1 SC SUMMERTON 5.2 SSE +US1SCCD0006 33.6698 -80.1995 37.5 SC MANNING 1.9 SSE +US1SCCD0007 33.7125 -80.2683 42.7 SC MANNING 3.3 WNW +US1SCCD0008 33.5750 -80.1626 39.0 SC MANNING 8.8 SSE +US1SCCD0009 33.6047 -80.1211 38.1 SC MANNING 8.2 SE +US1SCCD0015 33.7043 -80.0533 23.2 SC MANNING 9.4 E +US1SCCF0003 34.7519 -80.3449 175.9 SC PAGELAND 2.9 ESE +US1SCCF0005 34.8151 -80.5400 163.1 SC PAGELAND 9.0 WNW +US1SCCF0008 34.6910 -79.8754 36.6 SC CHERAW 1.2 ESE +US1SCCK0001 35.1510 -81.5610 234.7 SC BLACKSBURG 3.2 NW +US1SCCK0003 35.0389 -81.7694 254.5 SC COWPENS 2.4 NE +US1SCCK0007 35.1163 -81.6803 245.1 SC GAFFNEY 3.3 NNW +US1SCCK0008 34.8713 -81.4794 169.8 SC LOCKHART 5.4 N +US1SCCK0009 34.9204 -81.6266 183.5 SC GAFFNEY 10.6 S +US1SCCK0011 35.1347 -81.4783 219.2 SC BLACKSBURG 2.5 ENE +US1SCCK0013 35.0619 -81.6427 257.9 SC GAFFNEY 1.0 SE +US1SCCK0017 35.0958 -81.7372 224.0 SC GAFFNEY 4.9 WNW +US1SCCK0021 35.0366 -81.7009 211.5 SC GAFFNEY 3.5 SW +US1SCCL0001 32.7756 -80.7650 13.1 SC YEMASSEE 7.6 NE +US1SCCL0003 32.9439 -80.6812 19.8 SC WALTERBORO 3.0 NNW +US1SCCL0004 32.9278 -80.6727 27.4 SC WALTERBORO 1.9 N +US1SCCL0005 33.0890 -80.8140 35.1 SC SMOAKS 0.1 ESE +US1SCCL0006 33.0596 -80.6261 20.1 SC CANADYS 0.4 NW +US1SCCL0009 33.0271 -80.9871 30.5 SC LODGE 3.4 SW +US1SCCL0011 32.9385 -80.4782 14.6 SC COTTAGEVILLE 0.2 NE +US1SCCL0012 32.9152 -80.6197 17.4 SC WALTERBORO 3.1 ENE +US1SCCL0014 32.7134 -80.6087 13.4 SC GREEN POND 1.3 S +US1SCCL0016 32.8947 -80.5661 12.5 SC COTTAGEVILLE 5.8 WSW +US1SCCL0017 32.9799 -80.4947 22.3 SC COTTAGEVILLE 3.1 NNW +US1SCCL0020 32.9060 -80.9773 21.6 SC ISLANDTON 2.4 W +US1SCCR0001 32.7472 -79.9372 1.8 SC CHARLESTON 4.2 SE +US1SCCR0002 32.8129 -79.8877 2.1 SC MOUNT PLEASANT 1.6 WSW +US1SCCR0004 32.8117 -79.8336 4.0 SC MOUNT PLEASANT 1.9 ESE +US1SCCR0006 32.8384 -80.0838 7.0 SC CHARLESTON 6.4 NW +US1SCCR0008 32.5827 -80.1500 0.9 SC SEABROOK ISLAND 1.5 E +US1SCCR0010 33.0845 -79.4636 1.8 SC MCCLELLANVILLE 0.2 ESE +US1SCCR0013 32.7264 -79.9587 1.8 SC CHARLESTON 4.6 SSE +US1SCCR0014 32.9286 -80.0498 11.0 SC NORTH CHARLESTON 1.7 NNW +US1SCCR0015 32.9220 -79.7947 1.5 SC MOUNT PLEASANT 7.9 NNE +US1SCCR0016 32.7952 -79.8905 3.0 SC MOUNT PLEASANT 2.5 SW +US1SCCR0019 32.6486 -79.9575 2.1 SC FOLLY BEACH 2.5 SW +US1SCCR0021 32.7990 -80.0817 7.9 SC CHARLESTON 5.2 W +US1SCCR0022 32.8070 -80.0800 4.0 SC CHARLESTON 5.2 WNW +US1SCCR0023 32.6777 -80.0375 0.9 SC JOHNS ISLAND 9.0 SE +US1SCCR0024 32.8546 -80.0856 7.0 SC CHARLESTON 7.2 NW +US1SCCR0026 32.8567 -79.8058 7.3 SC MOUNT PLEASANT 4.1 NE +US1SCCR0030 32.9591 -80.0606 14.0 SC NORTH CHARLESTON 3.5 N +US1SCCR0031 32.8862 -79.8015 3.4 SC MOUNT PLEASANT 5.7 NE +US1SCCR0032 32.7011 -80.2937 9.4 SC MEGGETT 1.8 W +US1SCCR0033 33.0835 -79.4599 2.1 SC MCCLELLANVILLE 0.5 ESE +US1SCCR0034 32.9322 -80.0736 11.0 SC NORTH CHARLESTON 2.6 NW +US1SCCR0037 32.6875 -79.9571 2.1 SC FOLLY BEACH 1.9 WNW +US1SCCR0040 32.5137 -80.3124 0.9 SC EDISTO ISLAND 3.8 SW +US1SCCR0042 32.8103 -79.9569 4.6 SC CHARLESTON 2.8 NE +US1SCCR0044 32.8564 -80.0749 8.2 SC CHARLESTON 8.8 NW +US1SCCR0045 32.8352 -80.0730 8.8 SC CHARLESTON 5.7 NW +US1SCCR0046 32.7999 -80.0018 3.4 SC CHARLESTON 1.1 NNW +US1SCCR0048 32.7700 -80.0723 0.3 SC CHARLESTON 4.7 WSW +US1SCCR0049 32.8949 -80.0273 16.2 SC NWS CHARLESTON SC +US1SCCR0051 32.8064 -79.8784 2.4 SC MOUNT PLEASANT 1.4 SW +US1SCCR0052 32.6597 -80.0616 4.9 SC KIAWAH ISLAND 3.0 N +US1SCCR0053 32.7344 -79.9295 6.4 SC CHARLESTON 5.1 SE +US1SCCR0054 32.7770 -80.1106 6.1 SC CHARLESTON 6.8 W +US1SCCR0055 32.8079 -80.0825 4.6 SC CHARLESTON 5.4 WNW +US1SCCR0056 32.7999 -79.8619 0.0 SC MOUNT PLEASANT 1.6 S +US1SCCR0057 32.8794 -79.9899 10.4 SC NORTH CHARLESTON 3.5 ESE +US1SCCR0058 32.8078 -79.8651 1.8 SC MOUNT PLEASANT 1.1 S +US1SCCR0060 32.7177 -79.9455 3.7 SC CHARLESTON 5.4 SSE +US1SCCR0064 32.8997 -79.8349 1.5 SC MOUNT PLEASANT 5.5 NNE +US1SCCR0067 32.8549 -80.0704 6.7 SC CHARLESTON 6.5 NW +US1SCCR0069 32.8965 -79.7962 1.8 SC MOUNT PLEASANT 6.4 NE +US1SCCR0074 32.7216 -80.0088 2.4 SC JOHNS ISLAND 1.8 NE +US1SCCR0076 32.8224 -79.8253 3.4 SC MOUNT PLEASANT 2.2 E +US1SCCR0077 32.8185 -79.8105 1.5 SC MOUNT PLEASANT 3.1 E +US1SCCR0078 32.8919 -79.9904 4.0 SC NORTH CHARLESTON 3.1 ESE +US1SCCR0079 32.8945 -80.0116 0.9 SC CHARLESTON 1.7 WSW +US1SCCR0082 32.7859 -79.9834 3.7 SC CHARLESTON 0.6 E +US1SCCR0083 32.6288 -80.0406 2.7 SC KIAWAH ISLAND 1.5 NE +US1SCCR0087 32.8257 -79.9835 4.0 SC CHARLESTON 2.9 NNE +US1SCCR0088 32.7559 -79.9955 4.6 SC CHARLESTON 2.0 S +US1SCCR0089 32.7649 -79.9762 3.7 SC CHARLESTON 1.7 SE +US1SCCR0092 32.7884 -80.2565 14.6 SC RAVENEL 2.0 WNW +US1SCCR0094 32.7924 -79.8588 7.0 SC MOUNT PLEASANT 2.1 S +US1SCCR0096 32.7449 -79.9186 8.2 SC CHARLESTON 5.2 ESE +US1SCCR0097 32.8097 -80.0746 14.9 SC CHARLESTON 5.0 WNW +US1SCCR0098 32.6299 -80.1951 5.5 SC WADMALAW ISLAND 2.3 SSW +US1SCCR0099 32.8195 -79.8809 6.7 SC MOUNT PLEASANT 1.0 WSW +US1SCCR0101 32.7966 -79.9468 5.2 SC CHARLESTON 2.9 ENE +US1SCCR0104 32.8415 -79.8233 4.9 SC MOUNT PLEASANT 2.7 ENE +US1SCCR0105 32.7523 -80.2403 12.5 SC HOLLYWOOD 2.3 W +US1SCCR0106 32.9120 -79.8184 3.4 SC MOUNT PLEASANT 6.7 NNE +US1SCCR0107 32.8710 -79.7731 6.7 SC MOUNT PLEASANT 6.2 ENE +US1SCCR0109 32.8209 -80.0207 3.0 SC CHARLESTON 2.9 NNW +US1SCCR0112 32.9020 -79.7882 4.3 SC MOUNT PLEASANT 7.0 NE +US1SCCR0113 32.8821 -79.8284 3.4 SC MOUNT PLEASANT 4.6 NNE +US1SCCR0114 32.7516 -79.8998 1.2 SC CHARLESTON 5.9 ESE +US1SCCR0115 32.5508 -80.2318 3.0 SC EDISTO ISLAND 3.6 E +US1SCCR0116 32.7889 -80.0495 4.6 SC CHARLESTON 3.2 W +US1SCCR0120 32.8863 -79.8300 3.7 SC MOUNT PLEASANT 4.8 NNE +US1SCCR0121 32.7865 -80.0265 5.8 SC CHARLESTON 1.9 W +US1SCCR0123 32.8281 -79.9863 6.4 SC CHARLESTON 3.0 N +US1SCCR0131 32.8466 -79.8735 0.6 SC MOUNT PLEASANT 1.7 NNW +US1SCCR0132 32.8763 -79.8177 0.9 SC MOUNT PLEASANT 4.5 NE +US1SCCR0138 32.7841 -79.9893 3.4 SC CHARLESTON 0.3 ESE +US1SCCR0142 32.8491 -80.0276 12.8 SC NORTH CHARLESTON 4.0 SSE +US1SCCR0144 32.8472 -79.8665 1.5 SC MOUNT PLEASANT 1.7 N +US1SCCR0146 32.8983 -79.7536 4.0 SC MOUNT PLEASANT 8.2 NE +US1SCCR0148 32.8224 -79.8577 10.4 SC MOUNT PLEASANT 0.4 E +US1SCCR0149 33.0044 -80.1347 17.7 SC SUMMERVILLE 2.6 E +US1SCCR0151 32.8303 -80.0910 8.5 SC CHARLESTON 6.4 WNW +US1SCCR0153 32.5281 -80.3148 14.0 SC EDISTO BEACH 2.7 N +US1SCCR0154 32.6042 -80.0715 1.8 SC KIAWAH ISLAND 1.0 SW +US1SCCR0155 32.5554 -80.3682 6.4 SC EDISTO BEACH 5.4 NNW +US1SCCR0158 32.8743 -79.8180 2.7 SC MOUNT PLEASANT 4.4 NE +US1SCCR0161 32.7994 -79.8651 7.0 SC MOUNT PLEASANT 1.6 S +US1SCCR0166 32.8014 -79.7564 4.0 SC ISLE OF PALMS 0.1 E +US1SCCR0171 32.8789 -79.9749 7.9 SC NORTH CHARLESTON 4.3 ESE +US1SCCR0173 32.8414 -80.0864 4.9 SC CHARLESTON 6.6 NW +US1SCCR0175 32.7166 -79.9730 5.8 SC CHARLESTON 4.9 SSE +US1SCCR0178 32.7875 -80.0435 0.0 SC CHARLESTON 2.9 W +US1SCCR0179 32.9019 -79.8148 4.3 SC MOUNT PLEASANT 6.1 NNE +US1SCCS0001 34.8201 -81.1777 183.5 SC LOWRYS 3.6 ENE +US1SCCS0003 34.7319 -81.1426 164.0 SC CHESTER 4.4 ENE +US1SCCS0004 34.7715 -80.9151 182.9 SC CATAWBA 5.6 S +US1SCCS0005 34.7113 -80.9123 153.6 SC FORT LAWN 1.1 NW +US1SCCS0007 34.7051 -81.1452 144.2 SC CHESTER 3.9 E +US1SCDC0001 32.9857 -80.1328 25.0 SC LADSON 2.3 SW +US1SCDC0003 32.9262 -80.0840 10.4 SC NORTH CHARLESTON 2.9 WNW +US1SCDC0005 33.0417 -80.2245 22.9 SC SUMMERVILLE 3.7 NW +US1SCDC0011 32.9778 -80.1847 11.0 SC SUMMERVILLE 1.9 S +US1SCDC0012 32.9880 -80.1313 24.1 SC LADSON 2.1 SW +US1SCDC0015 33.0219 -80.2473 11.0 SC LADSON 2.7 E +US1SCDC0018 33.1896 -80.6381 27.7 SC REEVESVILLE 1.0 SSE +US1SCDC0019 32.9856 -80.1686 15.8 SC SUMMERVILLE 1.4 SSE +US1SCDC0021 32.9551 -80.1686 9.1 SC SUMMERVILLE 3.4 S +US1SCDC0023 33.0360 -80.2380 20.1 SC SUMMERVILLE 4.1 WNW +US1SCDC0029 33.0268 -80.2289 18.6 SC SUMMERVILLE 3.3 WNW +US1SCDC0033 33.0006 -80.1734 27.7 SC SUMMERVILLE 0.4 SE +US1SCDC0035 33.0162 -80.1860 33.8 SC SUMMERVILLE 0.9 NNW +US1SCDC0036 32.9850 -80.1844 14.0 SC SUMMERVILLE 1.4 SSW +US1SCDC0037 33.0391 -80.2178 20.4 SC SUMMERVILLE 3.3 NW +US1SCDC0038 33.0044 -80.2093 24.4 SC SUMMERVILLE 1.8 W +US1SCDC0040 32.9878 -80.2971 12.5 SC RIDGEVILLE 7.1 S +US1SCDC0041 33.0313 -80.1740 24.4 SC SUMMERVILLE 1.9 N +US1SCDC0042 32.9827 -80.2583 19.5 SC SUMMERVILLE 4.8 WSW +US1SCDC0049 32.9406 -80.1163 9.4 SC LADSON 4.8 S +US1SCDC0052 32.9748 -80.1665 7.3 SC SUMMERVILLE 2.2 SSE +US1SCDC0053 33.0044 -80.2089 0.0 SC SUMMERVILLE 1.7 W +US1SCDC0054 33.0026 -80.1524 14.9 SC LINCOLNVILLE 0.4 SE +US1SCDC0055 32.9345 -80.1258 6.7 SC SUMMERVILLE 5.7 SSE +US1SCDC0056 33.0251 -80.2288 19.5 SC SUMMERVILLE 3.2 WNW +US1SCDC0057 32.9130 -80.1158 6.4 SC NORTH CHARLESTON 4.4 W +US1SCDC0060 32.9812 -80.2751 27.1 SC SUMMERVILLE 5.8 WSW +US1SCDC0062 32.9966 -80.2138 22.3 SC SUMMERVILLE 2.1 WSW +US1SCDC0065 32.9495 -80.1415 8.8 SC SUMMERVILLE 4.4 SSE +US1SCDC0066 33.0726 -80.3136 17.7 SC RIDGEVILLE 1.3 SSW +US1SCDC0067 32.9403 -80.1270 9.4 SC SUMMERVILLE 5.3 SE +US1SCDC0069 33.0753 -80.3586 21.6 SC RIDGEVILLE 3.2 WSW +US1SCDL0004 34.4632 -79.4129 44.2 SC DILLON 3.8 NW +US1SCDR0001 34.3672 -79.8558 53.9 SC DARLINGTON 4.6 N +US1SCDR0004 34.2017 -79.9071 43.9 SC DARLINGTON 7.3 SSW +US1SCDR0005 34.4136 -80.1880 92.4 SC HARTSVILLE 6.7 WNW +US1SCDR0006 34.3906 -80.0987 70.1 SC HARTSVILLE 1.7 NNW +US1SCDR0007 34.3866 -80.1048 70.4 SC HARTSVILLE 1.7 NW +US1SCDR0008 34.3526 -79.9089 50.6 SC DARLINGTON 4.3 NW +US1SCDR0010 34.3655 -80.1155 71.0 SC HARTSVILLE 1.8 W +US1SCDR0012 34.3672 -80.1232 70.4 SC HARTSVILLE 2.2 W +US1SCDR0013 34.3665 -80.1228 71.0 SC HARTSVILLE 2.2 W +US1SCDR0020 34.3473 -80.1740 92.4 SC HARTSVILLE 5.4 WSW +US1SCDR0028 34.4040 -80.0316 60.7 SC HARTSVILLE 3.5 NE +US1SCDR0033 34.3037 -79.8614 47.2 SC DARLINGTON 0.3 ENE +US1SCDR0038 34.3503 -80.1424 72.5 SC HARTSVILLE 3.6 WSW +US1SCDR0043 34.3705 -80.0996 52.7 SC HARTSVILLE 0.9 W +US1SCED0002 33.6515 -81.8662 170.1 SC TRENTON 6.3 SSW +US1SCED0005 33.9403 -81.9561 143.0 SC EDGEFIELD 10.5 N +US1SCED0008 33.7851 -81.9366 160.6 SC EDGEFIELD 0.5 SW +US1SCED0012 33.7094 -82.1430 85.6 SC MODOC 4.0 ESE +US1SCED0013 33.6552 -81.8851 170.4 SC TRENTON 6.5 SSW +US1SCED0016 33.8377 -81.9294 161.8 SC EDGEFIELD 3.3 N +US1SCFL0001 34.1269 -79.9455 43.0 SC TIMMONSVILLE 0.5 SSW +US1SCFL0002 34.1586 -79.7797 36.3 SC FLORENCE 1.5 S +US1SCFL0006 34.1901 -79.8639 43.6 SC FLORENCE 5.1 W +US1SCFL0009 34.0599 -79.7904 30.2 SC EFFINGHAM 2.2 W +US1SCFL0011 34.1809 -79.8639 41.8 SC FLORENCE 4.8 W +US1SCFL0012 34.0381 -79.7899 43.6 SC COWARD 5.1 NNW +US1SCFL0013 34.1624 -79.8091 37.8 SC FLORENCE 2.1 SW +US1SCFL0015 34.1691 -79.8524 41.8 SC FLORENCE 4.2 WSW +US1SCFL0023 33.9192 -79.8723 32.0 SC SCRANTON 7.4 W +US1SCFR0001 34.3775 -81.0889 164.3 SC WINNSBORO 0.1 NE +US1SCFR0005 34.3306 -80.9202 144.8 SC RIDGEWAY 2.8 NE +US1SCFR0006 34.4708 -80.9024 73.5 SC WINNSBORO 12.5 ENE +US1SCFR0007 34.2612 -81.0743 128.3 SC WINNSBORO 8.0 S +US1SCGT0001 33.4306 -79.2537 1.5 SC GEORGETOWN 5.3 NNE +US1SCGT0002 33.5513 -79.0515 7.3 SC MURRELLS INLET 0.3 SSW +US1SCGT0003 33.4057 -79.2737 3.7 SC GEORGETOWN 3.2 NNE +US1SCGT0004 33.2759 -79.2928 3.7 SC GEORGETOWN 6.0 S +US1SCGT0005 33.6267 -79.3127 13.1 SC HEMINGWAY 11.6 SE +US1SCGT0009 33.4943 -79.0832 2.7 SC PAWLEYS ISLAND 5.6 NNE +US1SCGT0011 33.5702 -79.0251 4.0 SC MURRELLS INLET 1.8 NE +US1SCGT0012 33.4290 -79.1847 5.8 SC PAWLEYS ISLAND 3.4 W +US1SCGT0013 33.4266 -79.2599 2.7 SC GEORGETOWN 4.9 NNE +US1SCGT0015 33.6814 -79.3766 9.8 SC HEMINGWAY 6.3 SE +US1SCGT0017 33.4266 -79.2583 2.7 SC GEORGETOWN 4.9 NNE +US1SCGT0018 33.4284 -79.1721 6.7 SC PAWLEYS ISLAND 2.7 W +US1SCGT0019 33.5668 -79.0457 6.7 SC MURRELLS INLET 0.9 NNE +US1SCGT0020 33.4658 -79.1242 5.2 SC PAWLEY'S ISLAND 3.0 N +US1SCGT0024 33.4596 -79.1195 5.8 SC PAWLEYS ISLAND 2.6 N +US1SCGT0026 33.4268 -79.1379 16.5 SC PAWLEY'S ISLAND 0.8 WNW +US1SCGT0027 33.3657 -79.2787 2.7 SC GEORGETOWN 1.0 E +US1SCGT0029 33.4220 -79.1726 8.8 SC PAWLEY'S ISLAND 2.7 W +US1SCGT0033 33.4231 -79.1567 17.7 SC PAWLEY'S ISLAND 1.8 W +US1SCGT0036 33.4435 -79.1714 2.1 SC PAWLEYS ISLAND 3.0 WNW +US1SCGT0038 33.2317 -79.4106 4.9 SC GEORGETOWN 11.2 SW +US1SCGV0001 34.9189 -82.3621 316.1 SC TAYLORS 2.8 W +US1SCGV0003 34.8776 -82.3700 306.0 SC GREENVILLE 2.7 N +US1SCGV0006 34.9515 -82.3366 288.0 SC TAYLORS 2.8 NNW +US1SCGV0007 35.0938 -82.4093 371.6 SC TRAVELERS REST 8.9 N +US1SCGV0009 34.9814 -82.3047 303.0 SC TAYLORS 4.6 N +US1SCGV0011 34.9518 -82.3433 298.4 SC TAYLORS 3.0 NNW +US1SCGV0012 34.9098 -82.3900 418.2 SC WADE HAMPTON 3.8 WNW +US1SCGV0013 34.8076 -82.2378 266.1 SC FIVE FORKS 1.0 W +US1SCGV0014 34.6704 -82.2964 218.5 SC SIMPSONVILLE 4.7 SSW +US1SCGV0015 34.8816 -82.3224 281.0 SC GREENVILLE 4.1 NE +US1SCGV0017 34.9403 -82.4522 325.2 SC TRAVELERS REST 2.0 SSW +US1SCGV0018 34.9594 -82.3973 340.5 SC TRAVELERS REST 2.4 ESE +US1SCGV0019 34.8954 -82.2730 281.3 SC GREER 3.8 SW +US1SCGV0020 34.8103 -82.2608 271.9 SC SIMPSONVILLE 5.4 N +US1SCGV0021 34.9519 -82.3766 350.8 SC TRAVELERS REST 3.6 ESE +US1SCGV0022 35.0110 -82.5313 354.5 SC MARIETTA 1.8 SW +US1SCGV0023 34.7460 -82.3003 257.6 SC SIMPSONVILLE 2.6 WNW +US1SCGV0024 34.7596 -82.3217 264.3 SC MAULDIN 2.2 SSW +US1SCGV0026 34.7508 -82.3437 251.8 SC GREENVILLE 7.7 SE +US1SCGV0027 34.9176 -82.3771 361.2 SC SANS SOUCI 3.3 ENE +US1SCGV0028 34.6357 -82.2637 248.7 SC FOUNTAIN INN 5.4 SW +US1SCGV0031 34.7739 -82.2119 228.9 SC SIMPSONVILLE 4.0 NE +US1SCGV0032 34.8796 -82.2607 267.9 SC GREER 4.4 SSW +US1SCGV0033 35.1426 -82.5067 372.8 SC CLEVELAND 5.0 NNE +US1SCGV0035 34.8734 -82.4855 289.0 SC GREENVILLE 5.4 WNW +US1SCGV0040 34.8229 -82.3624 276.5 SC GREENVILLE 1.2 SSE +US1SCGV0042 34.6071 -82.3540 249.0 SC PELZER 6.6 ESE +US1SCGV0044 34.6660 -82.2734 252.1 SC SIMPSONVILLE 4.6 S +US1SCGV0051 34.7368 -82.3056 258.5 SC SIMPSONVILLE 2.7 W +US1SCGV0056 35.0038 -82.2917 286.5 SC GREER 5.6 NW +US1SCGV0059 34.8697 -82.3253 292.3 SC GREENVILLE 3.4 NE +US1SCGV0060 34.9966 -82.3541 308.8 SC TAYLORS 6.1 NNW +US1SCGV0061 34.8570 -82.3919 297.2 SC GREENVILLE 1.7 NW +US1SCGV0062 34.8814 -82.2654 271.3 SC GREER 4.4 SSW +US1SCGV0063 34.8163 -82.2250 261.8 SC FIVE FORKS 0.8 NNE +US1SCGV0064 34.9200 -82.4254 334.1 SC GREENVILLE 6.4 NNW +US1SCGV0065 34.7591 -82.2374 250.2 SC SIMPSONVILLE 2.3 NNE +US1SCGV0067 34.9117 -82.4565 302.7 SC BEREA 2.1 NNE +US1SCGV0068 34.9583 -82.2261 267.9 SC GREER 1.4 NNE +US1SCGV0072 34.8803 -82.3696 304.5 SC GREENVILLE 2.9 N +US1SCGV0073 34.7957 -82.2461 251.2 SC FIVE FORKS 1.2 SW +US1SCGV0074 34.9434 -82.4032 538.3 SC SANS SOUCI 3.8 NNE +US1SCGV0078 34.7292 -82.4549 272.5 SC PIEDMONT 1.4 NNE +US1SCGV0080 35.0769 -82.4281 353.9 SC TRAVELERS REST 7.6 N +US1SCGV0081 35.1087 -82.5592 329.2 SC SLATER-MARIETTA 6.4 NW +US1SCGV0083 34.7997 -82.3732 272.5 SC GREENVILLE 2.7 S +US1SCGV0084 34.7899 -82.2634 255.1 SC FIVE FORKS 2.1 WSW +US1SCGV0093 35.0349 -82.2274 278.0 SC GREER 6.6 N +US1SCGV0094 34.7155 -82.3108 228.6 SC SIMPSONVILLE 3.1 WSW +US1SCGV0097 34.8444 -82.3829 298.1 SC GREENVILLE 0.8 WNW +US1SCGV0100 34.8130 -82.3076 303.6 SC GREENVILLE 4.0 ESE +US1SCGV0105 34.8836 -82.3578 294.4 SC WADE HAMPTON 1.4 W +US1SCGV0106 34.7967 -82.2641 275.2 SC FIVE FORKS 2.0 WSW +US1SCGV0114 34.7019 -82.2904 247.8 SC SIMPSONVILLE 2.7 SW +US1SCGV0115 34.6732 -82.2238 256.0 SC FOUNTAIN INN 1.9 SW +US1SCGW0001 34.2001 -82.2398 165.8 SC GREENWOOD 5.0 W +US1SCGW0002 34.2798 -82.2364 199.9 SC HODGES 0.9 SE +US1SCGW0003 34.1235 -82.1171 185.6 SC GREENWOOD 5.0 SSE +US1SCGW0004 34.2299 -82.1628 176.8 SC GREENWOOD 2.8 NNW +US1SCGW0008 34.3357 -82.1717 134.7 SC HODGES 5.5 NE +US1SCGW0010 34.2189 -82.0313 175.9 SC NINETY SIX 3.3 N +US1SCGW0011 34.2161 -82.1642 179.5 SC GREENWOOD 1.9 NNW +US1SCGW0012 34.1278 -82.1790 172.2 SC GREENWOOD 4.6 SSW +US1SCGW0013 34.2554 -82.0413 158.8 SC GREENWOOD 7.8 NE +US1SCGW0014 34.3228 -82.1423 141.1 SC HODGES 6.5 ENE +US1SCGW0015 34.1364 -82.0872 170.1 SC GREENWOOD 5.3 SE +US1SCGW0016 34.2387 -82.1672 170.4 SC GREENWOOD 3.4 NNW +US1SCGW0017 34.0830 -82.2542 168.2 SC BRADLEY 2.4 NNW +US1SCGW0019 34.1675 -82.2188 157.6 SC GREENWOOD 4.1 WSW +US1SCGW0021 34.1828 -82.2144 173.7 SC GREENWOOD 3.6 W +US1SCGW0022 34.1356 -82.2124 168.9 SC GREENWOOD 5.1 SW +US1SCGW0023 34.2099 -82.1562 190.2 SC GREENWOOD 1.4 N +US1SCGW0026 34.1652 -82.2095 172.5 SC GREENWOOD 3.7 WSW +US1SCGW0028 34.2197 -82.2186 188.4 SC GREENWOOD 4.3 WNW +US1SCHM0002 32.9029 -81.1993 41.1 SC BRUNSON 1.6 SSW +US1SCHM0003 32.7223 -81.2359 30.8 SC ESTILL 2.2 S +US1SCHM0004 32.6973 -80.8512 11.9 SC YEMASSEE 0.2 NNE +US1SCHM0006 32.7764 -81.1532 32.3 SC VARNVILLE 6.7 SW +US1SCHM0007 32.8575 -81.1165 24.4 SC HAMPTON 0.8 SW +US1SCHM0008 32.8763 -81.2055 36.0 SC BRUNSON 3.4 SSW +US1SCHM0011 32.7640 -81.1020 34.4 SC VARNVILLE 6.2 SSW +US1SCHM0015 32.8655 -81.1114 32.9 SC HAMPTON 0.2 SW +US1SCHM0016 32.9386 -81.1207 31.1 SC BRUNSON 4.1 ENE +US1SCHM0018 32.8655 -81.1142 29.6 SC HAMPTON 0.3 WSW +US1SCHM0019 32.9203 -81.1821 39.0 SC BRUNSON 0.5 ESE +US1SCHM0021 32.8759 -81.1539 31.7 SC HAMPTON 2.7 WNW +US1SCHR0003 33.6952 -78.9841 3.7 SC MYRTLE BEACH 5.3 W +US1SCHR0007 33.6470 -79.0464 5.8 SC MYRTLE BEACH 9.7 WSW +US1SCHR0010 33.6192 -79.0145 6.4 SC MYRTLE BEACH 8.6 SW +US1SCHR0013 33.6446 -79.0314 5.8 SC MYRTLE BEACH 8.9 WSW +US1SCHR0014 33.5995 -79.0065 5.8 SC MURRELLS INLET 4.0 NE +US1SCHR0015 33.6012 -79.0143 6.1 SC MURRELLS INLET 3.8 NNE +US1SCHR0018 33.8169 -78.9245 12.8 SC CONWAY 8.0 E +US1SCHR0019 34.0675 -78.8689 33.2 SC LORIS 1.4 ENE +US1SCHR0020 33.7692 -78.9144 10.7 SC MYRTLE BEACH 5.0 NNW +US1SCHR0027 33.7153 -79.0298 6.4 SC MYRTLE BEACH 8.4 WNW +US1SCHR0030 33.6927 -78.9905 1.8 SC MYRTLE BEACH 5.7 W +US1SCHR0032 33.8368 -78.6492 6.4 SC NORTH MYRTLE BEACH 1.4 ENE +US1SCHR0033 34.0379 -78.9351 33.2 SC LORIS 2.9 WSW +US1SCHR0039 33.6207 -78.9673 4.6 SC SURFSIDE BEACH 1.0 NE +US1SCHR0041 33.7732 -79.0086 12.2 SC CONWAY 5.4 SSE +US1SCHR0042 33.6184 -78.9641 3.7 SC SURFSIDE BEACH 1.0 NE +US1SCHR0046 33.7267 -78.9729 8.8 SC MYRTLE BEACH 5.0 WNW +US1SCHR0053 33.8110 -78.7618 11.9 SC NORTH MYRTLE BEACH 5.3 WSW +US1SCHR0055 33.5900 -78.9898 2.7 SC GARDEN CITY 1.1 E +US1SCHR0061 33.8295 -78.9528 8.5 SC CONWAY 6.2 E +US1SCHR0062 33.6138 -79.0429 5.2 SC MURRELLS INLET 4.1 N +US1SCHR0063 33.5786 -79.0454 6.4 SC MURRELLS INLET 1.7 N +US1SCHR0064 33.7157 -78.8556 9.4 SC MYRTLE BEACH 2.4 ENE +US1SCHR0065 33.9533 -78.7474 11.9 SC LONGS 1.3 NW +US1SCHR0066 33.6236 -79.0258 6.4 SC MYRTLE BEACH 9.2 WSW +US1SCHR0067 33.7452 -79.0173 4.9 SC MYRTLE BEACH 8.4 WNW +US1SCHR0069 33.6032 -78.9788 2.7 SC SURFSIDE BEACH 0.4 S +US1SCHR0071 33.9670 -79.0180 24.7 SC CONWAY 9.2 NNE +US1SCHR0072 33.6201 -78.9860 7.6 SC SURFSIDE BEACH 0.9 NNW +US1SCHR0073 33.6446 -78.9561 9.1 SC MYRTLE BEACH 5.2 SW +US1SCHR0075 33.7905 -78.9572 13.1 SC MYRTLE BEACH 7.4 NNW +US1SCHR0076 33.6461 -79.0366 6.7 SC MYRTLE BEACH 9.1 WSW +US1SCHR0077 33.8343 -78.6468 3.7 SC NORTH MYRTLE BEACH 1.5 ENE +US1SCHR0078 33.7447 -78.8180 9.4 SC MYRTLE BEACH 5.3 NE +US1SCHR0080 33.7906 -79.0100 14.9 SC CONWAY 4.4 SE +US1SCHR0082 33.6205 -78.9861 10.1 SC SURFSIDE BEACH 0.9 NNW +US1SCHR0083 33.7644 -78.8033 11.6 SC MYRTLE BEACH 6.8 NE +US1SCHR0085 33.7867 -78.9728 12.8 SC MYRTLE BEACH 7.6 NW +US1SCHR0087 33.5833 -79.0747 7.3 SC MURRELLS INLET 2.4 NW +US1SCHR0088 33.7663 -78.8675 12.5 SC MYRTLE BEACH 4.9 NNE +US1SCHR0095 33.6406 -79.0187 6.7 SC MYRTLE BEACH 8.3 WSW +US1SCHR0106 33.7639 -78.9196 0.0 SC MYRTLE BEACH 4.8 NNW +US1SCHR0109 33.8552 -78.6199 11.9 SC NORTH MYRTLE BEACH 3.5 ENE +US1SCHR0111 33.6522 -79.0485 8.5 SC SOCASTEE 3.3 SW +US1SCJS0002 32.5180 -80.8616 11.0 SC RIDGELAND 7.4 ENE +US1SCJS0003 32.4496 -80.8911 3.0 SC RIDGELAND 5.8 ESE +US1SCJS0004 32.1903 -81.0288 3.4 SC HARDEEVILLE 6.5 SSE +US1SCJS0005 32.4660 -80.9734 14.3 SC RIDGELAND 1.3 SSE +US1SCJS0006 32.4692 -81.0153 13.7 SC RIDGELAND 2.2 WSW +US1SCJS0009 32.3083 -80.9504 5.2 SC BLUFFTON 7.2 NW +US1SCJS0010 32.3092 -80.9686 3.7 SC HARDEEVILLE 6.7 ENE +US1SCKR0003 34.2947 -80.5509 87.5 SC CAMDEN 4.2 ENE +US1SCKR0004 34.3398 -80.5449 96.0 SC CAMDEN 6.6 NE +US1SCKR0008 34.2135 -80.7036 106.7 SC LUGOFF 1.6 WSW +US1SCKR0009 34.1545 -80.8030 93.9 SC ELGIN 1.2 SW +US1SCKR0010 34.1636 -80.7875 102.7 SC ELGIN 0.5 SSE +US1SCKR0012 34.2261 -80.5793 52.7 SC CAMDEN 3.1 SE +US1SCKR0014 34.2544 -80.6967 80.8 SC LUGOFF 2.2 NNW +US1SCKR0015 34.5651 -80.5214 156.4 SC KERSHAW 4.0 ENE +US1SCKR0016 34.1925 -80.7746 101.2 SC ELGIN 1.9 NE +US1SCKR0017 34.2843 -80.6156 85.6 SC CAMDEN 2.7 NNW +US1SCKR0019 34.2268 -80.5756 59.4 SC CAMDEN 3.2 SE +US1SCKR0027 34.1850 -80.5497 70.4 SC CAMDEN 6.4 SE +US1SCKR0029 34.2354 -80.6906 64.3 SC LUGOFF 0.9 NW +US1SCKR0035 34.2894 -80.5498 93.0 SC CAMDEN 4.0 ENE +US1SCKR0036 34.3849 -80.7666 70.1 SC CAMDEN 12.3 NW +US1SCLN0002 35.0311 -80.8903 182.9 SC FORT MILL 3.5 ENE +US1SCLN0004 34.7497 -80.7939 139.0 SC LANCASTER 2.0 NNW +US1SCLN0005 35.0642 -80.8968 166.4 SC INDIAN LAND 4.8 NNW +US1SCLN0007 34.6666 -80.7677 162.2 SC LANCASTER 4.0 S +US1SCLN0008 34.7206 -80.7856 140.2 SC LANCASTER 0.4 WSW +US1SCLN0009 34.7807 -80.5979 180.4 SC LANCASTER 11.0 ENE +US1SCLN0010 34.9352 -80.8413 174.7 SC INDIAN LAND 4.7 S +US1SCLN0015 34.8964 -81.0494 182.9 SC ROCK HILL 2.3 SW +US1SCLN0017 34.7738 -80.6711 181.1 SC LANCASTER 7.1 ENE +US1SCLN0019 34.6653 -80.7658 171.0 SC LANCASTER 4.1 S +US1SCLR0006 34.2446 -81.9134 171.0 SC CHAPPELLS 5.0 NNW +US1SCLR0007 34.3494 -81.9464 190.8 SC MOUNTVILLE 1.6 SE +US1SCLR0008 34.5862 -82.1641 220.1 SC GRAY COURT 3.3 WSW +US1SCLR0010 34.4832 -81.8741 199.9 SC CLINTON 0.6 NW +US1SCLR0013 34.4857 -81.8757 199.6 SC CLINTON 0.8 NW +US1SCLR0015 34.5548 -82.1516 184.4 SC GRAY COURT 4.2 SSW +US1SCLR0016 34.4875 -82.0341 207.0 SC LAURENS 1.1 SSW +US1SCLR0018 34.4571 -81.8823 202.4 SC CLINTON 1.7 SSW +US1SCLR0019 34.4850 -81.8750 201.2 SC CLINTON 0.7 NW +US1SCLR0021 34.4653 -82.1657 182.6 SC LAURENS 8.4 WSW +US1SCLR0022 34.6276 -82.2085 242.0 SC FOUNTAIN INN 4.6 S +US1SCLR0029 34.6373 -82.2000 240.2 SC FOUNTAIN INN 3.9 S +US1SCLR0030 34.4981 -82.0471 208.5 SC LAURENS 1.3 W +US1SCLR0032 34.4065 -82.2045 196.3 SC WARE SHOALS 2.5 ENE +US1SCLX0002 33.9877 -81.1951 92.7 SC LEXINGTON 1.9 E +US1SCLX0005 33.9894 -81.2654 114.0 SC LEXINGTON 1.6 WNW +US1SCLX0006 33.8901 -81.2708 155.1 SC LEXINGTON 7.1 SSW +US1SCLX0007 34.0014 -81.1422 100.0 SC OAK GROVE 1.4 N +US1SCLX0008 33.9600 -81.1716 99.7 SC OAK GROVE 2.2 SW +US1SCLX0022 33.9292 -81.3065 122.5 SC LEXINGTON 5.9 SW +US1SCLX0025 34.0967 -81.2061 92.4 SC IRMO 1.1 WNW +US1SCLX0026 33.9421 -81.2023 110.9 SC LEXINGTON 3.4 SSE +US1SCLX0028 34.1261 -81.3337 122.5 SC CHAPIN 2.8 SSE +US1SCLX0029 34.0234 -81.4306 117.3 SC GILBERT 7.2 NNW +US1SCLX0030 34.0172 -81.3093 124.1 SC LEXINGTON 5.1 WNW +US1SCLX0031 33.9764 -81.2173 98.8 SC LEXINGTON 1.0 SE +US1SCLX0035 34.0151 -81.1920 78.9 SC LEXINGTON 2.9 NE +US1SCLX0036 33.9922 -81.2413 123.1 SC LEXINGTON 0.8 WNW +US1SCLX0037 33.9927 -81.1025 90.8 SC WEST COLUMBIA 1.2 W +US1SCLX0038 33.9108 -81.1652 60.4 SC WEST COLUMBIA 8.0 SW +US1SCLX0039 33.9071 -81.4009 148.1 SC GILBERT 1.2 SSW +US1SCLX0040 33.8796 -81.1058 102.4 SC GASTON 4.4 N +US1SCLX0041 34.0634 -81.1569 62.5 SC COLUMBIA 8.2 NW +US1SCLX0043 33.9748 -81.2445 112.8 SC LEXINGTON 1.2 SW +US1SCLX0044 33.8176 -81.1680 153.9 SC GASTON 3.8 W +US1SCLX0048 34.0020 -81.1584 93.9 SC LEXINGTON 4.2 ENE +US1SCLX0049 34.1464 -81.3427 124.4 SC CHAPIN 1.3 SSE +US1SCLX0050 34.0050 -81.2170 95.1 SC LEXINGTON 1.5 NNE +US1SCLX0051 34.1456 -81.3482 121.3 SC CHAPIN 1.4 S +US1SCLX0054 33.9512 -81.1754 95.4 SC WEST COLUMBIA 6.5 WSW +US1SCLX0057 33.9846 -81.0618 63.1 SC WEST COLUMBIA 1.2 ESE +US1SCLX0058 33.9098 -81.1768 67.7 SC SOUTH CONGAREE 2.3 W +US1SCLX0060 33.9854 -81.2195 100.9 SC LEXINGTON 0.5 E +US1SCLX0061 34.0699 -81.2108 74.1 SC IRMO 2.1 SW +US1SCLX0063 34.0756 -81.1748 100.9 SC COLUMBIA 9.6 WNW +US1SCLX0064 33.9415 -81.0738 53.3 SC CAYCE 1.2 SW +US1SCLX0067 33.9454 -81.1220 73.2 SC SPRINGDALE 1.1 SSW +US1SCLX0069 33.9644 -81.2740 128.6 SC LEXINGTON 3.0 WSW +US1SCLX0070 34.0978 -81.3655 111.6 SC CHAPIN 4.8 SSW +US1SCLX0073 33.9244 -81.3931 162.5 SC GILBERT 0.0 NE +US1SCLX0079 33.7572 -81.3636 141.1 SC BATESBURG-LEESVILLE 14.5 SE +US1SCLX0081 33.7551 -81.0079 118.3 SC SWANSEA 5.8 ENE +US1SCLX0083 33.7370 -81.1035 97.8 SC SWANSEA 0.2 ENE +US1SCLX0090 33.7607 -81.2490 120.1 SC PELION 1.3 S +US1SCLX0093 33.9150 -81.3813 150.3 SC GILBERT 1.0 SE +US1SCLX0095 33.9893 -81.1514 103.0 SC LEXINGTON 4.5 E +US1SCLX0096 33.9414 -81.0560 45.7 SC CAYCE 1.0 SSE +US1SCLX0097 33.9970 -81.1290 102.4 SC LEXINGTON 5.8 E +US1SCLX0098 33.9542 -81.1736 99.1 SC WEST COLUMBIA 5.9 WSW +US1SCLX0102 33.8387 -81.4158 144.8 SC LEESVILLE 7.8 SE +US1SCLX0103 33.9506 -81.0523 46.3 SC CAYCE 0.6 SE +US1SCLX0105 34.0078 -81.4303 113.1 SC GILBERT 6.2 NNW +US1SCLX0106 33.9836 -81.1851 112.8 SC LEXINGTON 2.5 E +US1SCLX0107 34.0548 -81.3474 111.9 SC GILBERT 9.5 NNE +US1SCLX0108 33.9366 -81.3056 146.0 SC LEXINGTON 5.6 SW +US1SCLX0110 33.9226 -81.2509 0.0 SC LEXINGTON 4.6 SSW +US1SCLX0114 34.0970 -81.2051 99.7 SC IRMO 1.0 WNW +US1SCLX0115 34.0640 -81.1459 0.0 SC SEVEN OAKS 1.1 N +US1SCLX0122 33.7862 -81.3294 127.1 SC PELION 4.7 W +US1SCLX0126 34.0265 -81.3953 128.6 SC GILBERT 7.1 N +US1SCLX0127 33.8839 -81.5610 198.7 SC BATESBURG 1.8 SSW +US1SCLX0128 34.0817 -81.1704 93.6 SC IRMO 1.3 SE +US1SCLX0134 33.8703 -81.4417 158.5 SC LEESVILLE 5.2 SE +US1SCLX0137 33.9918 -81.1366 96.0 SC LEXINGTON 5.3 E +US1SCLX0144 34.0128 -81.2107 86.9 SC LEXINGTON 2.1 NNE +US1SCLX0152 34.0675 -81.4680 114.3 SC LEESVILLE 10.6 NNE +US1SCLX0154 33.7719 -81.2537 140.8 SC PELION 0.7 SSW +US1SCLX0157 34.0394 -81.4095 114.6 SC GILBERT 8.0 N +US1SCLX0162 33.9857 -81.1539 109.1 SC LEXINGTON 4.3 E +US1SCLX0169 33.9102 -81.1007 89.6 SC WEST COLUMBIA 5.7 S +US1SCLX0171 33.9414 -81.2119 113.1 SC LEXINGTON 3.3 SSE +US1SCMB0002 34.6185 -79.6720 54.9 SC BENNETTSVILLE 1.2 SE +US1SCMB0011 34.5878 -79.5715 46.3 SC CLIO 1.6 WNW +US1SCMC0004 33.7471 -82.2008 119.5 SC MODOC 1.0 NNE +US1SCMC0005 33.9092 -82.3327 142.6 SC MCCORMICK 2.3 W +US1SCMC0008 33.9151 -82.2996 158.2 SC MCCORMICK 0.5 NW +US1SCNW0002 34.3202 -81.4776 142.3 SC POMARIA 5.0 NW +US1SCNW0004 34.2322 -81.3258 125.0 SC PEAK 0.4 SSE +US1SCNW0005 34.1830 -81.4651 146.3 SC PROSPERITY 4.4 ESE +US1SCNW0008 34.1814 -81.5005 181.7 SC PROSPERITY 2.8 SE +US1SCNW0010 34.1306 -81.4649 129.5 SC PROSPERITY 6.8 SE +US1SCNW0011 34.2588 -81.8020 139.3 SC SILVERSTREET 5.7 WNW +US1SCNW0012 34.2365 -81.4575 155.4 SC PROSPERITY 4.7 ENE +US1SCNW0013 34.2934 -81.6106 154.2 SC NEWBERRY 1.0 N +US1SCNW0018 34.2370 -81.6115 149.4 SC NEWBERRY 2.9 S +US1SCNW0024 34.1036 -81.4771 121.0 SC PROSPERITY 8.1 SSE +US1SCOC0001 34.8186 -82.9177 294.4 SC SALEM 6.1 SE +US1SCOC0002 34.9095 -83.0203 339.9 SC SALEM 2.7 WNW +US1SCOC0004 34.9055 -83.0302 342.3 SC SALEM 3.1 WNW +US1SCOC0005 34.5548 -82.9848 252.1 SC WESTMINSTER 9.8 SE +US1SCOC0006 34.7869 -83.0819 318.2 SC WALHALLA 1.5 NW +US1SCOC0007 34.7568 -82.9571 280.1 SC SENECA 4.9 N +US1SCOC0008 34.6699 -82.9758 267.3 SC SENECA 1.5 SW +US1SCOC0009 34.8906 -82.9767 332.5 SC SALEM 0.1 SE +US1SCOC0014 34.6994 -82.9083 264.9 SC SENECA 3.0 ENE +US1SCOC0015 34.7484 -83.0202 266.7 SC WEST UNION 1.5 ESE +US1SCOC0018 34.6197 -82.9046 259.1 SC SENECA 5.5 SSE +US1SCOC0020 34.6899 -82.9328 299.3 SC SENECA 1.4 E +US1SCOC0023 34.7328 -82.9881 265.2 SC SENECA 3.7 NNW +US1SCOC0024 34.6805 -82.9618 292.6 SC SENECA 0.4 SSW +US1SCOC0026 34.8149 -83.1580 520.3 SC MOUNTAIN REST 3.7 S +US1SCOC0030 34.6737 -83.0005 275.8 SC SENECA 2.6 WSW +US1SCOC0032 34.7258 -82.8695 264.6 SC SENECA 5.7 ENE +US1SCOC0037 34.8403 -82.9369 253.6 SC KEOWEE KEY 1.3 WNW +US1SCOC0038 34.8394 -82.9372 249.0 SC KEOWEE KEY 1.4 WNW +US1SCOC0039 34.8237 -82.9408 252.7 SC SALEM 5.1 SSE +US1SCOC0040 34.8282 -82.9370 268.5 SC SALEM 5.0 SSE +US1SCOC0041 34.7180 -82.9690 254.5 SC SENECA 2.3 NNW +US1SCOC0042 34.7113 -82.9716 250.2 SC SENECA 1.9 NNW +US1SCOC0044 34.8317 -82.9168 293.5 SC SALEM 5.4 SE +US1SCOC0045 34.8397 -82.9369 251.5 SC KEOWEE KEY 1.5 WNW +US1SCOC0046 34.7131 -82.9365 258.8 SC SENECA 2.2 NNE +US1SCOC0047 34.9125 -82.9067 258.8 SC SALEM 4.3 ENE +US1SCOC0049 34.7157 -82.9317 257.6 SC SENECA 2.5 NE +US1SCOC0050 34.7459 -82.9464 260.0 SC SENECA 4.2 N +US1SCOC0051 34.8407 -82.9086 261.8 SC SALEM 5.3 SE +US1SCOC0052 34.8200 -82.9227 256.6 SC SALEM 5.8 SSE +US1SCOC0053 34.7192 -82.9764 270.7 SC SENECA 2.5 NNW +US1SCOC0055 34.9233 -82.9110 246.9 SC SALEM 4.4 ENE +US1SCOC0056 34.7733 -82.9713 260.0 SC SENECA 6.1 N +US1SCOC0057 34.7488 -83.0126 262.4 SC WEST UNION 1.9 ESE +US1SCOC0058 34.8471 -82.9071 284.1 SC KEOWEE KEY 0.3 NE +US1SCOC0060 34.8892 -82.9102 268.2 SC SALEM 3.8 E +US1SCOC0061 34.8188 -82.9260 254.8 SC KEOWEE KEY 1.5 SW +US1SCOC0062 34.8733 -82.9114 264.0 SC SALEM 4.0 ESE +US1SCOC0063 34.8074 -82.9137 248.7 SC SALEM 6.9 SSE +US1SCOC0064 34.7096 -82.9998 271.3 SC SENECA 2.9 NW +US1SCOC0068 34.7007 -83.0146 260.9 SC SENECA 3.4 WNW +US1SCOC0070 34.6993 -83.1889 309.1 SC WESTMINSTER 6.0 WNW +US1SCOC0077 34.7098 -82.8767 249.0 SC SENECA 4.9 ENE +US1SCOC0078 34.8843 -82.9881 315.2 SC SALEM 0.8 SW +US1SCOC0084 34.7111 -82.9373 246.3 SC SENECA 2.1 NE +US1SCOC0085 34.7567 -82.9664 249.3 SC WEST UNION 4.4 E +US1SCOC0086 34.5995 -82.9321 234.1 SC SENECA 6.2 SSE +US1SCOC0087 34.7459 -83.0613 302.1 SC WALHALLA 1.8 S +US1SCOR0003 33.6171 -81.1086 81.1 SC NORTH 0.3 W +US1SCOR0005 33.3304 -80.4149 31.7 SC HOLLY HILL 0.4 N +US1SCOR0006 33.4414 -80.3961 31.7 SC VANCE 1.5 ENE +US1SCOR0009 33.4951 -80.8607 64.0 SC ORANGEBURG 0.3 ENE +US1SCOR0010 33.5980 -80.8768 63.1 SC ORANGEBURG 7.2 N +US1SCOR0011 33.4656 -81.0397 76.2 SC NEESES 7.0 SE +US1SCOR0012 33.5281 -80.9089 72.5 SC ORANGEBURG 3.4 NW +US1SCOR0013 33.5504 -80.8683 64.9 SC ORANGEBURG 3.9 N +US1SCOR0014 33.3948 -80.8922 54.3 SC CORDOVA 3.2 SSE +US1SCOR0017 33.5207 -80.9117 62.5 SC ORANGEBURG 3.2 NW +US1SCOR0018 33.5342 -80.8688 66.4 SC ORANGEBURG 2.8 N +US1SCOR0020 33.4963 -80.4581 32.0 SC SANTEE 2.0 NE +US1SCOR0022 33.4267 -80.5882 0.0 SC SANTEE 6.9 WSW +US1SCOR0024 33.2285 -80.7829 40.2 SC BRANCHVILLE 2.5 SE +US1SCOR0025 33.4277 -80.9662 83.5 SC COPE 4.1 NE +US1SCOR0026 33.5205 -81.0594 102.1 SC NEESES 4.0 ESE +US1SCOR0027 33.5135 -80.8826 65.5 SC ORANGEBURG 1.7 NW +US1SCOR0029 33.5556 -80.8906 77.4 SC ORANGEBURG 4.5 NNW +US1SCOR0030 33.5315 -80.7579 58.2 SC CAMERON 3.1 SW +US1SCOR0033 33.5099 -80.9050 54.9 SC ORANGEBURG 2.5 WNW +US1SCOR0036 33.6033 -80.8725 81.1 SC ORANGEBURG 7.6 N +US1SCOR0037 33.4994 -80.8687 65.2 SC ORANGEBURG 0.4 NNW +US1SCOR0038 33.5857 -80.9882 88.7 SC NORTH 7.0 ESE +US1SCOR0039 33.4920 -80.4985 43.0 SC SANTEE 1.0 NW +US1SCOR0041 33.5153 -80.6063 50.0 SC ELLOREE 2.2 WSW +US1SCPC0001 34.8977 -82.8280 324.6 SC PICKENS 6.9 W +US1SCPC0003 34.7511 -82.6552 303.6 SC LIBERTY 3.7 SE +US1SCPC0004 35.0590 -82.6667 398.4 SC CLEVELAND 8.0 WSW +US1SCPC0005 34.8756 -82.7323 313.6 SC PICKENS 1.5 WSW +US1SCPC0007 34.9970 -82.7315 305.1 SC PICKENS 8.0 N +US1SCPC0009 34.7602 -82.7964 266.4 SC CENTRAL 2.7 NNW +US1SCPC0010 35.0076 -82.7292 364.5 SC PICKENS 8.7 N +US1SCPC0011 34.7779 -82.6757 289.6 SC LIBERTY 1.5 SE +US1SCPC0012 34.8245 -82.4949 254.5 SC EASLEY 6.1 ESE +US1SCPC0013 34.6751 -82.7877 220.1 SC CLEMSON 1.6 ESE +US1SCPC0014 34.8027 -82.5893 304.2 SC EASLEY 1.3 S +US1SCPC0015 34.8128 -82.5678 303.0 SC EASLEY 1.3 ESE +US1SCPC0016 34.9097 -82.6750 326.4 SC PICKENS 2.6 NE +US1SCPC0017 34.6919 -82.8014 256.0 SC CLEMSON 0.8 NE +US1SCPC0018 34.7869 -82.8359 291.4 SC CENTRAL 5.3 NW +US1SCPC0019 34.6836 -82.7999 254.2 SC CLEMSON 0.7 E +US1SCPC0021 34.8285 -82.6806 325.5 SC LIBERTY 2.6 NNE +US1SCPC0022 34.9831 -82.8052 326.1 SC SUNSET 0.5 NW +US1SCPC0025 34.9484 -82.6039 368.2 SC DACUSVILLE 2.7 WNW +US1SCPC0028 34.6826 -82.7882 246.6 SC CLEMSON 1.4 E +US1SCPC0031 34.9458 -82.8925 285.9 SC SUNSET 5.7 WSW +US1SCPC0032 34.8523 -82.8717 248.7 SC SIX MILE 4.3 NW +US1SCPC0033 34.8218 -82.8760 256.6 SC SIX MILE 3.4 WNW +US1SCPC0034 34.8164 -82.8802 250.9 SC SIX MILE 3.5 W +US1SCPC0035 34.6917 -82.7926 250.5 SC CLEMSON 1.3 ENE +US1SCPC0036 34.9600 -82.6104 325.8 SC DACUSVILLE 3.3 NW +US1SCPC0038 34.9800 -82.8500 314.2 SC SUNSET 2.9 W +US1SCPC0044 34.6711 -82.8028 254.5 SC CLEMSON 1.1 SSE +US1SCPC0045 34.8829 -82.7118 335.3 SC PICKENS 0.2 W +US1SCPC0050 34.8088 -82.5531 291.7 SC EASLEY 2.2 ESE +US1SCPC0051 34.8051 -82.5528 289.3 SC EASLEY 2.3 ESE +US1SCPC0053 35.0073 -82.7273 354.5 SC SUNSET 4.4 ENE +US1SCRC0001 34.1566 -80.8923 124.1 SC DENTSVILLE 6.6 NNE +US1SCRC0002 34.1589 -81.0270 105.2 SC BLYTHEWOOD 5.0 SW +US1SCRC0003 34.0781 -81.1307 83.5 SC SEVEN OAKS 2.2 NNE +US1SCRC0004 34.1701 -81.2745 131.7 SC CHAPIN 4.3 E +US1SCRC0005 34.1457 -81.2243 108.2 SC IRMO 4.2 NNW +US1SCRC0006 34.1589 -80.9317 124.4 SC BLYTHEWOOD 4.7 SSE +US1SCRC0007 34.1570 -81.1918 76.2 SC IRMO 4.4 N +US1SCRC0009 34.1260 -80.8284 95.7 SC COLUMBIA 6.8 NNE +US1SCRC0012 34.1359 -80.8886 109.1 SC COLUMBIA 6.7 N +US1SCRC0016 34.1477 -81.2228 106.1 SC IRMO 4.2 NNW +US1SCRC0017 34.0811 -80.8792 85.0 SC COLUMBIA 2.9 N +US1SCRC0018 34.1863 -81.0073 139.0 SC BLYTHEWOOD 2.8 SW +US1SCRC0025 34.2062 -80.9616 139.3 SC BLYTHEWOOD 1.1 SE +US1SCRC0026 34.1189 -81.2378 118.0 SC IRMO 3.3 WNW +US1SCRC0028 34.0390 -81.0465 102.7 SC COLUMBIA 2.7 NNW +US1SCRC0030 33.9574 -80.8578 128.0 SC HOPKINS 3.9 NNE +US1SCRC0039 34.0010 -81.0199 87.5 SC COLUMBIA 0.9 E +US1SCRC0040 34.1092 -81.2061 111.3 SC IRMO 1.5 NW +US1SCRC0041 34.2171 -80.9929 161.8 SC BLYTHEWOOD 1.0 W +US1SCRC0042 33.9984 -80.9804 64.3 SC COLUMBIA 3.1 E +US1SCRC0048 34.1305 -80.8389 124.7 SC ELGIN 3.8 SW +US1SCRC0049 34.0323 -80.9600 58.8 SC FOREST ACRES 1.0 ENE +US1SCRC0050 34.2351 -80.9128 114.0 SC BLYTHEWOOD 3.8 ENE +US1SCRC0051 33.9623 -80.9546 59.4 SC COLUMBIA 6.6 SE +US1SCRC0054 34.1430 -80.8820 137.8 SC COLUMBIA 7.2 N +US1SCRC0055 34.1518 -80.9415 114.3 SC COLUMBIA 8.4 NNW +US1SCRC0058 34.0056 -80.9837 74.1 SC COLUMBIA 6.0 WSW +US1SCRC0059 34.1453 -81.1518 71.6 SC IRMO 4.1 NNE +US1SCRC0061 34.2095 -81.2718 125.3 SC LITTLE MOUNTAIN 8.2 E +US1SCRC0062 34.1469 -80.8864 126.5 SC COLUMBIA 7.4 N +US1SCRC0064 33.9839 -81.0094 79.6 SC COLUMBIA 1.9 SE +US1SCRC0068 34.1275 -81.2304 135.0 SC IRMO 3.4 NW +US1SCRC0071 34.0337 -80.9677 73.2 SC FOREST ACRES 0.7 NE +US1SCRC0072 34.0249 -80.9965 83.5 SC COLUMBIA 6.4 W +US1SCRC0073 34.1180 -81.1567 77.4 SC IRMO 2.5 NE +US1SCRC0078 34.1829 -80.8959 100.6 SC COLUMBIA 10.0 N +US1SCRC0088 34.1282 -81.1519 80.5 SC IRMO 3.2 NE +US1SCRC0090 34.2061 -81.0766 110.0 SC BLYTHEWOOD 5.8 W +US1SCRC0093 34.1312 -81.2705 118.9 SC CHAPIN 5.0 ESE +US1SCRC0102 34.1668 -81.0949 101.2 SC IRMO 7.3 NE +US1SCRC0106 34.1663 -80.8887 107.3 SC COLUMBIA 8.8 N +US1SCSL0002 33.9465 -81.8558 160.0 SC SALUDA 6.1 SW +US1SCSL0006 34.0190 -81.7153 123.7 SC SALUDA 3.5 ENE +US1SCSL0009 34.0094 -81.7683 137.5 SC SALUDA 0.6 NNE +US1SCSL0010 33.8400 -81.6663 192.9 SC RIDGE SPRING 0.4 SSW +US1SCSL0012 33.9422 -81.5838 168.9 SC BATESBURG 3.2 NW +US1SCSL0014 34.0341 -81.5205 147.8 SC LEESVILLE 8.0 N +US1SCSM0001 33.9323 -80.3741 56.1 SC SUMTER 1.3 SE +US1SCSM0010 33.9456 -80.3880 54.6 SC SUMTER 0.3 ENE +US1SCSM0013 33.9471 -80.3901 54.9 SC SUMTER 0.2 NE +US1SCSM0014 34.0007 -80.4792 111.3 SC OAKLAND 1.5 NE +US1SCSM0016 34.0286 -80.3325 50.6 SC SUMTER 6.8 NNE +US1SCSM0020 33.8944 -80.4083 55.8 SC SUMTER 3.6 SSW +US1SCSM0026 33.9420 -80.4254 63.1 SC SUMTER 1.9 W +US1SCSM0030 33.9291 -80.3970 52.7 SC SUMTER 1.1 SSW +US1SCSP0004 34.8376 -82.1766 271.9 SC GREER 7.7 SSE +US1SCSP0006 34.8920 -82.1061 230.1 SC BERRY'S POND 0.1 N +US1SCSP0008 34.9134 -81.8748 208.2 SC SPARTANBURG 3.7 SE +US1SCSP0010 34.8763 -82.0571 232.9 SC MOORE 4.9 NW +US1SCSP0011 34.9640 -82.1940 285.0 SC LYMAN 4.1 WNW +US1SCSP0012 34.9707 -82.1352 252.7 SC LYMAN 1.5 NNW +US1SCSP0013 35.1881 -82.0496 280.1 SC CAMPOBELLO 7.5 NE +US1SCSP0014 34.9732 -81.8522 222.8 SC SPARTANBURG 4.7 ENE +US1SCSP0016 35.0893 -82.0969 307.8 SC INMAN 2.6 N +US1SCSP0017 34.8679 -82.1335 262.1 SC DUNCAN 4.7 S +US1SCSP0018 34.8796 -82.0777 237.4 SC DUNCAN 5.1 SE +US1SCSP0023 34.9891 -82.2056 267.9 SC LYMAN 5.3 WNW +US1SCSP0025 34.9572 -81.8704 214.0 SC SPARTANBURG 3.4 ENE +US1SCSP0026 34.9627 -81.8880 230.4 SC SPARTANBURG 2.6 ENE +US1SCSP0028 34.9304 -82.0189 252.7 SC SPARTANBURG 5.1 WSW +US1SCSP0029 35.0481 -81.9616 267.3 SC BOILING SPRINGS 0.9 ENE +US1SCSP0031 35.0979 -81.8941 231.6 SC CHESNEE 3.9 SSW +US1SCSP0035 35.0806 -81.9801 283.2 SC INMAN 6.7 ENE +US1SCSP0037 34.9725 -82.1569 282.9 SC LYMAN 2.4 NW +US1SCSP0038 34.7308 -81.9810 201.5 SC WOODRUFF 3.0 ESE +US1SCSP0040 34.9792 -82.2119 281.3 SC GREER 3.0 NNE +US1SCSP0043 34.9174 -81.9825 252.1 SC SPARTANBURG 3.6 WSW +US1SCSP0044 35.0176 -82.1206 274.9 SC INMAN 2.8 SSW +US1SCSP0045 34.9197 -82.2201 272.2 SC GREER 1.5 SSE +US1SCSP0049 35.0886 -81.9874 267.6 SC INMAN 6.5 ENE +US1SCSP0050 35.1074 -81.9101 242.9 SC CHESNEE 3.9 SW +US1SCSP0051 34.9178 -81.8788 216.4 SC SPARTANBURG 3.4 ESE +US1SCSP0053 35.1682 -81.9390 278.0 SC CHESNEE 4.5 WNW +US1SCSP0054 34.7689 -81.8570 207.9 SC PAULINE 4.5 SSE +US1SCSP0055 34.7754 -82.0191 195.1 SC WOODRUFF 2.5 NNE +US1SCSP0057 34.9732 -81.8732 237.4 SC SPARTANBURG 3.7 ENE +US1SCSP0058 34.9152 -82.1233 240.5 SC DUNCAN 1.6 SSE +US1SCSP0060 34.8836 -82.0793 232.6 SC DUNCAN 4.9 SE +US1SCSP0061 34.7854 -81.8182 198.1 SC PAULINE 4.5 SE +US1SCSP0063 34.8762 -82.1731 269.4 SC ABNER CREEK 0.7 NW +US1SCSP0065 35.0346 -81.9488 267.9 SC BOILING SPRINGS 1.7 ESE +US1SCSP0066 34.9754 -82.0532 269.1 SC WELLFORD 2.8 ENE +US1SCSP0070 35.1037 -82.1007 259.4 SC CAMPOBELLO 2.9 ESE +US1SCSP0071 35.1045 -82.1945 297.8 SC CAMPOBELLO 2.7 WSW +US1SCSP0072 34.9727 -82.1568 285.3 SC LYMAN 2.4 NW +US1SCSP0076 34.9462 -81.9129 239.0 SC SPARTANBURG 0.9 E +US1SCSP0077 34.9236 -82.2139 281.0 SC GREER 1.5 SE +US1SCSP0079 34.8852 -82.0361 212.8 SC ROEBUCK 4.1 W +US1SCSP0089 35.1021 -82.1344 278.9 SC CAMPOBELLO 1.3 SE +US1SCSP0091 34.8856 -82.1118 233.5 SC BERRY'S POND 0.3 SW +US1SCSP0097 35.0322 -82.0162 265.2 SC BOILING SPRINGS 2.4 WSW +US1SCSP0098 34.7786 -81.9013 216.7 SC PAULINE 4.1 SSW +US1SCUN0001 34.7554 -81.6133 189.9 SC UNION 2.3 NNE +US1SCUN0002 34.7230 -81.6040 183.2 SC UNION 1.1 E +US1SCUN0003 34.7391 -81.6637 177.4 SC BUFFALO 1.5 NE +US1SCWL0002 33.7394 -79.9332 21.6 SC KINGSTREE 7.9 NW +US1SCWL0003 33.6600 -79.8200 18.0 SC KINGSTREE 0.6 ESE +US1SCWL0004 33.7456 -79.9629 21.6 SC KINGSTREE 9.5 NW +US1SCWL0005 33.6600 -79.5100 9.8 SC NESMITH 0.2 ENE +US1SCWL0006 33.5842 -79.9875 23.5 SC GREELEYVILLE 0.4 NNE +US1SCWL0007 33.7496 -79.4481 15.8 SC HEMINGWAY 0.4 SW +US1SCWL0009 33.4628 -79.8490 19.8 SC LANE 4.7 SSE +US1SCWL0011 33.5963 -79.7426 17.7 SC KINGSTREE 6.9 SE +US1SCWL0012 33.6982 -79.8066 22.9 SC KINGSTREE 2.6 NNE +US1SCYR0002 35.0798 -81.2733 235.3 SC CLOVER 3.4 SW +US1SCYR0003 35.0842 -81.0775 199.3 SC LAKE WYLIE 2.3 SW +US1SCYR0004 35.0362 -81.2214 233.2 SC YORK 3.0 NNE +US1SCYR0006 34.9845 -81.1254 204.2 SC YORK 6.3 E +US1SCYR0007 34.9676 -81.0926 201.2 SC ROCK HILL 4.1 WNW +US1SCYR0009 35.0499 -81.0219 187.1 SC TEGA CAY 1.1 N +US1SCYR0010 34.9899 -81.2048 216.7 SC YORK 1.8 ESE +US1SCYR0011 35.0333 -80.9753 192.3 SC FORT MILL 2.6 NW +US1SCYR0013 35.0271 -80.9916 172.5 SC TEGA CAY 1.6 ESE +US1SCYR0016 35.0971 -81.1824 238.4 SC CLOVER 2.7 ESE +US1SCYR0018 34.9447 -81.3678 166.4 SC SHARON 1.5 WSW +US1SCYR0019 35.0368 -81.1398 209.4 SC YORK 6.2 ENE +US1SCYR0020 34.8245 -81.4394 159.1 SC SHARON 10.4 SSW +US1SCYR0021 35.0422 -81.2796 229.5 SC YORK 4.1 NW +US1SCYR0023 35.1382 -81.2938 220.4 SC CLOVER 4.2 WNW +US1SCYR0024 35.0327 -81.3388 179.8 SC CLOVER 8.4 SW +US1SCYR0026 34.9842 -81.0300 181.1 SC ROCK HILL 3.1 N +US1SCYR0028 34.9688 -81.0567 202.4 SC ROCK HILL 2.6 NW +US1SCYR0029 34.9620 -81.1266 191.4 SC ROCK HILL 5.8 WNW +US1SCYR0030 35.0403 -81.0155 191.1 SC TEGA CAY 0.4 NNE +US1SCYR0031 34.9436 -81.0768 194.8 SC ROCK HILL 2.8 W +US1SCYR0038 35.0391 -81.0123 192.0 SC TEGA CAY 0.5 NE +US1SCYR0039 34.8793 -80.8994 167.9 SC CATAWBA 1.8 NNE +US1SCYR0040 34.9850 -81.1138 215.8 SC ROCK HILL 5.8 WNW +US1SCYR0043 35.1072 -81.0686 200.6 SC LAKE WYLIE 0.9 WSW +US1SCYR0044 34.9311 -80.9300 191.1 SC ROCK HILL 5.6 E +US1SCYR0045 34.9874 -81.0485 198.7 SC ROCK HILL 3.5 NNW +US1SCYR0047 34.8718 -81.0477 174.0 SC ROCK HILL 4.8 SSW +US1SCYR0051 35.0553 -80.9872 200.3 SC FORT MILL 4.2 NW +US1SCYR0052 35.0095 -80.9391 197.5 SC FORT MILL 0.3 NE +US1SCYR0055 35.0137 -81.0852 202.4 SC ROCK HILL 6.1 NNW +US1SCYR0058 35.0958 -81.0579 180.7 SC LAKE WYLIE 1.1 SSW +US1SCYR0060 35.1437 -81.1094 194.8 SC CLOVER 7.0 ENE +US1SCYR0061 35.1415 -81.0718 182.6 SC LAKE WYLIE 2.4 NNW +US1SCYR0062 34.9537 -80.9993 196.9 SC ROCK HILL 1.9 ENE +US1SCYR0063 35.0503 -80.9213 189.0 SC FORT MILL 3.1 NNE +US1SCYR0064 35.0025 -80.9834 210.6 SC FORT MILL 2.3 W +US1SCYR0065 34.8917 -81.0547 190.2 SC ROCK HILL 3.6 SSW +US1SCYR0068 35.0271 -81.0332 178.3 SC TEGA CAY 1.0 WSW +US1SCYR0069 34.9568 -81.0852 203.3 SC ROCK HILL 3.4 WNW +US1SCYR0071 35.0696 -80.9172 188.1 SC FORT MILL 4.6 NNE +US1SDAR0001 43.6320 -98.4828 481.6 SD PLANKINTON 5.8 S +US1SDAR0002 43.5863 -98.4356 504.1 SD STICKNEY 0.2 SSE +US1SDAR0003 43.5715 -98.7424 494.4 SD WHITE LAKE 10.9 S +US1SDAR0004 43.5130 -98.4630 493.5 SD STICKNEY 5.4 SSW +US1SDAR0007 43.7145 -98.5594 477.6 SD PLANKINTON 3.8 W +US1SDAR0008 43.5532 -98.4946 501.1 SD STICKNEY 3.8 SW +US1SDBD0003 44.2366 -97.9544 402.0 SD IROQUOIS 10.4 SSW +US1SDBD0007 44.4567 -98.1740 400.2 SD HURON 6.8 NNE +US1SDBD0008 44.3975 -98.5595 423.7 SD WOLSEY 4.3 WSW +US1SDBD0009 44.5822 -98.5444 408.1 SD HITCHCOCK 7.5 WSW +US1SDBD0010 44.2963 -97.8867 412.7 SD IROQUOIS 5.2 SSW +US1SDBD0016 44.3376 -98.2213 391.1 SD HURON 1.8 S +US1SDBD0020 44.3453 -98.2197 392.3 SD HURON 1.3 S +US1SDBD0021 44.4296 -98.3974 408.4 SD WOLSEY 4.0 ENE +US1SDBD0024 44.3788 -98.2129 391.7 SD HURON 1.1 NNE +US1SDBF0001 44.0800 -99.1300 499.3 SD GANN VALLEY 7.8 WNW +US1SDBH0002 42.9287 -98.0303 458.1 SD AVON 5.5 SSE +US1SDBH0009 42.9195 -97.7932 401.4 SD TABOR 7.0 WSW +US1SDBH0010 42.8910 -97.6549 463.6 SD TABOR 3.9 S +US1SDBH0012 42.8946 -98.0327 448.7 SD SPRINGFIELD 7.6 WNW +US1SDBK0001 44.2666 -96.8012 494.1 SD BROOKINGS 2.8 SSW +US1SDBK0002 44.5309 -96.5227 559.9 SD ASTORIA 2.2 SSE +US1SDBK0003 44.2899 -96.8021 494.1 SD BROOKINGS 1.4 SW +US1SDBK0005 44.3177 -96.8003 494.1 SD BROOKINGS 1.1 NW +US1SDBK0006 44.2060 -96.8676 488.0 SD BROOKINGS 8.0 SSW +US1SDBK0007 44.3039 -96.7878 502.9 SD BROOKINGS 0.2 SSW +US1SDBK0008 44.4396 -96.8909 494.1 SD BRUCE 0.1 NW +US1SDBK0009 44.4848 -96.8375 519.1 SD BRUCE 4.1 NE +US1SDBK0010 44.3281 -96.9284 493.2 SD VOLGA 0.4 NW +US1SDBK0011 44.3971 -96.7493 524.0 SD BROOKINGS 6.5 NNE +US1SDBK0012 44.2936 -96.7884 498.0 SD BROOKINGS 0.9 S +US1SDBK0013 44.2446 -97.0409 540.4 SD SINAI 0.1 ESE +US1SDBK0015 44.2827 -96.8386 483.4 SD BROOKINGS 3.1 WSW +US1SDBK0016 44.3986 -96.8078 509.0 SD BROOKINGS 6.5 N +US1SDBK0017 44.4326 -96.6499 544.1 SD WHITE 0.1 S +US1SDBK0018 44.2899 -96.7871 493.2 SD BROOKINGS 1.1 S +US1SDBK0019 44.3030 -96.7699 515.1 SD BROOKINGS 0.8 ESE +US1SDBK0020 44.2880 -96.8080 509.9 SD BROOKINGS 1.7 SW +US1SDBK0021 44.4124 -96.6628 537.4 SD WHITE 1.7 SSW +US1SDBK0024 44.4347 -96.6537 539.5 SD WHITE 0.4 WNW +US1SDBK0027 44.3911 -96.6868 520.9 SD AURORA 7.5 N +US1SDBK0031 44.2125 -96.8285 490.4 SD BROOKINGS 6.8 SSW +US1SDBK0033 44.4256 -96.6207 552.3 SD WHITE 1.3 ESE +US1SDBK0035 44.3061 -96.7751 510.2 SD BROOKINGS 0.5 E +US1SDBK0036 44.2673 -96.7978 488.9 SD BROOKINGS 2.8 SSW +US1SDBK0037 44.4355 -96.8907 498.0 SD BRUCE 0.2 SSW +US1SDBK0039 44.5263 -96.6880 561.1 SD TORONTO 3.9 SW +US1SDBK0041 44.3823 -96.7883 511.8 SD BROOKINGS 5.3 N +US1SDBK0043 44.2918 -96.7855 496.5 SD BROOKINGS 1.0 S +US1SDBK0044 44.2860 -96.6833 497.4 SD AURORA 0.3 NE +US1SDBK0045 44.4315 -96.9961 502.9 SD BRUCE 5.3 W +US1SDBL0001 43.8068 -99.3271 452.0 SD CHAMBERLAIN 0.3 W +US1SDBL0003 43.7513 -99.1791 488.0 SD PUKWANA 1.9 S +US1SDBL0008 43.7585 -98.8818 524.3 SD KIMBALL 3.9 ENE +US1SDBL0010 43.7051 -99.3773 500.8 SD CHAMBERLAIN 7.5 SSW +US1SDBL0011 43.7509 -99.1827 487.7 SD PUKWANA 1.9 S +US1SDBL0013 43.9048 -99.2549 529.1 SD CHAMBERLAIN 7.5 NNE +US1SDBL0015 43.7302 -99.1240 511.1 SD PUKWANA 4.5 SE +US1SDBN0002 43.2218 -102.0326 1058.9 SD BATESLAND 7.4 NNE +US1SDBN0003 43.3158 -101.3851 876.9 SD MARTIN 19.6 ENE +US1SDBN0004 43.1997 -101.6250 940.0 SD MARTIN 5.3 ENE +US1SDBN0005 43.1720 -101.9864 1029.0 SD MARTIN 13.2 W +US1SDBN0006 43.3502 -101.6018 930.2 SD MARTIN 13.6 NNE +US1SDBN0007 43.1563 -101.4929 914.1 SD MARTIN 11.7 E +US1SDBN0008 43.2860 -101.4178 878.1 SD MARTIN 17.2 ENE +US1SDBN0009 43.3542 -101.7059 858.9 SD MARTIN 12.4 N +US1SDBN0010 43.2082 -102.0292 1064.1 SD MARTIN 15.5 W +US1SDBN0011 43.1666 -101.8654 1011.9 SD MARTIN 7.1 W +US1SDBN0012 43.3761 -101.5126 854.0 SD MARTIN 17.5 NE +US1SDBN0013 43.1138 -101.8059 970.2 SD MARTIN 5.9 SW +US1SDBN0014 43.2228 -101.6274 976.6 SD MARTIN 5.9 NE +US1SDBN0016 43.1300 -101.9759 1008.6 SD MARTIN 13.1 WSW +US1SDBR0001 45.4810 -98.4732 395.6 SD ABERDEEN 1.0 NNE +US1SDBR0002 45.5613 -98.4101 395.9 SD ABERDEEN 7.4 NNE +US1SDBR0003 45.6383 -98.0003 399.9 SD CLAREMONT 2.4 SSE +US1SDBR0004 45.9165 -98.2912 412.4 SD HECLA 7.1 WNW +US1SDBR0006 45.4759 -98.4754 395.0 SD ABERDEEN 0.7 NNE +US1SDBR0007 45.2845 -98.4537 392.0 SD WARNER 3.4 SE +US1SDBR0008 45.4497 -98.4543 395.9 SD ABERDEEN 1.8 SE +US1SDBR0009 45.4700 -98.4809 398.1 SD ABERDEEN 1.5 SW +US1SDBR0011 45.4468 -98.4909 396.2 SD ABERDEEN 1.5 SSW +US1SDBR0012 45.2438 -98.5640 395.0 SD MANSFIELD 0.1 NW +US1SDBR0013 45.4561 -98.4996 397.5 SD ABERDEEN 1.1 SW +US1SDBR0014 45.4450 -98.5106 396.5 SD ABERDEEN 2.1 SW +US1SDBR0015 45.3255 -98.4971 395.3 SD WARNER 0.1 NW +US1SDBR0016 45.5465 -98.6417 423.1 SD ABERDEEN 9.4 NW +US1SDBR0018 45.4826 -98.4776 396.5 SD ABERDEEN 1.1 NNE +US1SDBR0020 45.4869 -98.5169 403.6 SD ABERDEEN 2.1 NW +US1SDBR0023 45.3918 -98.3718 396.5 SD ABERDEEN 7.5 SE +US1SDBR0024 45.5445 -98.6417 415.4 SD ABERDEEN 9.1 WNW +US1SDBR0025 45.4561 -98.4926 396.8 SD ABERDEEN 0.9 SSW +US1SDBR0026 45.5480 -98.5179 409.3 SD ABERDEEN 5.8 NNW +US1SDBR0028 45.4692 -98.4853 396.8 SD ABERDEEN 0.2 NW +US1SDBR0031 45.4759 -98.4765 396.8 SD ABERDEEN 0.6 NNE +US1SDBR0034 45.4770 -98.3255 398.1 SD BATH 1.0 N +US1SDBR0037 45.7422 -98.6225 437.1 SD FREDERICK 8.4 SW +US1SDBR0038 45.4505 -98.5086 398.4 SD ABERDEEN 1.5 SW +US1SDBR0043 45.5139 -98.3923 398.7 SD ABERDEEN 5.4 NE +US1SDBR0046 45.4544 -98.4571 398.1 SD ABERDEEN 1.5 SE +US1SDBT0001 44.6533 -103.8388 942.7 SD BELLE FOURCHE 19.3 NW +US1SDBT0002 44.6518 -103.8463 960.1 SD BELLE FOURCHE 0.9 SSE +US1SDBT0004 44.7333 -103.3667 862.0 SD NEWELL 2.8 ENE +US1SDBT0006 44.7096 -103.7640 944.6 SD BELLE FOURCHE 5.3 NE +US1SDBT0007 45.0789 -103.9983 1008.9 SD BELLE FOURCHE 29.5 NNW +US1SDBT0009 44.6754 -103.4668 876.0 SD NEWELL 3.7 SW +US1SDBT0010 44.7437 -103.2905 853.1 SD NEWELL 6.5 ENE +US1SDBT0011 44.6520 -103.8461 964.1 SD BELLE FOURCHE 0.9 SSE +US1SDBT0014 44.6202 -103.4069 844.9 SD VALE 0.2 W +US1SDCD0001 44.9590 -97.0247 580.0 SD WATERTOWN 7.6 ENE +US1SDCD0002 44.9429 -97.1461 526.1 SD WATERTOWN 2.3 NNE +US1SDCD0005 45.0043 -97.0857 542.8 SD WATERTOWN 7.5 NNE +US1SDCD0008 44.9074 -97.1116 534.3 SD WATERTOWN 2.7 E +US1SDCD0009 44.9280 -97.1732 531.0 SD WATERTOWN 1.1 NNW +US1SDCD0010 44.9207 -97.2299 527.3 SD WATERTOWN 3.1 W +US1SDCD0011 44.8971 -97.2481 525.8 SD WATERTOWN 4.1 WSW +US1SDCD0013 45.1278 -97.3928 542.5 SD FLORENCE 6.0 NNW +US1SDCD0014 44.9091 -97.1141 541.3 SD WATERTOWN 2.6 E +US1SDCD0015 44.9373 -97.0837 550.2 SD WATERTOWN 4.4 ENE +US1SDCD0018 44.9090 -97.2122 525.5 SD WATERTOWN 2.2 W +US1SDCD0021 44.9158 -97.0915 544.1 SD WATERTOWN 3.7 E +US1SDCD0025 44.9468 -97.2565 545.0 SD WATERTOWN 5.0 WNW +US1SDCD0026 44.8192 -97.2058 550.5 SD WATERTOWN 6.7 SSW +US1SDCK0007 44.6309 -97.6863 543.5 SD WILLOW LAKE 2.4 W +US1SDCM0001 43.3918 -99.1162 430.7 SD PLATTE 13.7 W +US1SDCM0005 42.9944 -98.1907 433.4 SD DANTE 3.1 S +US1SDCM0013 43.3843 -98.8146 502.0 SD PLATTE 1.5 E +US1SDCM0014 43.0848 -98.3153 443.8 SD WAGNER 0.8 NW +US1SDCM0017 43.0852 -98.2846 433.1 SD WAGNER 1.0 ENE +US1SDCP0001 45.7300 -100.0600 513.9 SD MOUND CITY 0.4 ENE +US1SDCP0002 45.7895 -100.0690 513.9 SD HERREID 3.3 S +US1SDCP0003 45.9242 -100.0053 566.0 SD HERREID 6.9 NNE +US1SDCP0004 45.8819 -100.1464 511.5 SD HERREID 4.6 NW +US1SDCP0005 45.8381 -100.0703 513.0 SD HERREID 0.2 ENE +US1SDCP0006 45.8165 -100.0070 536.8 SD HERREID 3.6 ESE +US1SDCP0008 45.6129 -100.2758 541.9 SD GLENHAM 5.5 N +US1SDCP0009 45.6589 -99.8009 536.8 SD JAVA 11.5 NNE +US1SDCR0001 45.8333 -101.6692 698.0 SD MORRISTOWN 7.7 SSE +US1SDCR0002 45.6957 -101.8825 633.1 SD KELDRON 16.9 SSW +US1SDCR0003 45.8836 -100.6262 626.1 SD MCLAUGHLIN 10.1 ENE +US1SDCR0004 45.6410 -100.5176 516.0 SD MOBRIDGE 8.0 NNW +US1SDCR0005 45.6486 -100.7425 537.4 SD MOBRIDGE 16.6 WNW +US1SDCR0006 45.8599 -101.5087 686.1 SD MCINTOSH 8.7 WSW +US1SDCR0008 45.6765 -101.4657 588.9 SD ISABEL 19.5 N +US1SDCR0009 45.5348 -101.8836 703.2 SD ISABEL 24.0 WNW +US1SDCR0010 45.8979 -101.8681 791.0 SD MORRISTOWN 7.7 WSW +US1SDCR0011 45.5725 -101.1051 633.1 SD TIMBER LAKE 10.1 N +US1SDCS0001 43.7708 -103.3964 1321.0 SD CUSTER 10.2 E +US1SDCS0002 43.4942 -103.8203 1297.8 SD HOT SPRINGS 17.6 WNW +US1SDCS0003 43.6088 -103.5950 1496.9 SD PRINGLE 0.1 WSW +US1SDCS0004 43.6692 -103.9919 1388.1 SD EDGEMONT 26.9 NNW +US1SDCS0009 43.8596 -103.7403 2055.0 SD CUSTER 9.5 NW +US1SDCS0017 43.8410 -103.1854 1004.0 SD HERMOSA 0.3 ENE +US1SDCS0018 43.8494 -103.2883 1155.8 SD HERMOSA 4.9 W +US1SDCS0022 43.4938 -103.5430 1304.8 SD HOT SPRINGS 5.2 NW +US1SDCS0023 43.8240 -103.3132 1197.3 SD HERMOSA 6.2 W +US1SDCS0026 43.5529 -103.7964 1332.0 SD CUSTER 17.7 SSW +US1SDCS0027 43.8020 -102.9920 967.4 SD HERMOSA 10.3 ESE +US1SDCY0001 42.9044 -96.9046 367.0 SD VERMILLION 8.5 N +US1SDCY0002 42.8091 -96.9204 371.9 SD VERMILLION 1.9 N +US1SDCY0003 42.9351 -96.8843 370.0 SD VERMILLION 10.8 NNE +US1SDCY0004 42.7354 -96.8753 348.1 SD VERMILLION 4.1 SE +US1SDCY0006 42.9533 -97.1015 406.0 SD VOLIN 4.0 E +US1SDCY0009 42.7749 -96.9201 376.7 SD VERMILLION 0.6 SE +US1SDCY0010 42.7687 -96.9065 348.4 SD VERMILLION 1.4 SE +US1SDDG0001 43.4975 -98.1888 468.2 SD DIMOCK 10.2 W +US1SDDG0002 43.3265 -98.4354 477.0 SD ARMOUR 4.6 W +US1SDDG0003 43.3852 -98.4196 467.6 SD CORSICA 2.8 SSW +US1SDDG0004 43.3744 -98.1116 462.7 SD PARKSTON 6.5 WSW +US1SDDG0009 43.4419 -98.1400 464.5 SD PARKSTON 8.4 WNW +US1SDDG0011 43.4233 -98.4053 475.8 SD CORSICA 0.1 SSE +US1SDDL0001 44.7571 -96.6839 551.1 SD CLEAR LAKE 0.6 SSW +US1SDDL0002 44.5583 -96.5110 552.3 SD ASTORIA 1.7 E +US1SDDL0003 44.5457 -96.5414 560.8 SD ASTORIA 0.9 SSE +US1SDDL0007 44.7292 -96.5413 515.7 SD GARY 6.1 SW +US1SDDV0001 43.7096 -98.0199 399.0 SD MITCHELL 1.7 SSE +US1SDDV0002 43.6487 -98.0470 402.0 SD MITCHELL 5.8 S +US1SDDV0004 43.7488 -98.0326 394.1 SD MITCHELL 1.1 N +US1SDDV0005 43.7124 -98.0116 402.0 SD MITCHELL 1.8 SE +US1SDDV0007 43.7125 -98.0142 399.9 SD MITCHELL 1.7 SE +US1SDDV0010 43.6959 -98.1263 419.1 SD MITCHELL 5.3 WSW +US1SDDV0023 43.7525 -98.0735 399.3 SD MITCHELL 2.4 NW +US1SDDV0024 43.6895 -98.0025 402.9 SD MITCHELL 3.4 SSE +US1SDDV0025 43.6442 -98.0109 400.5 SD MITCHELL 6.2 S +US1SDDV0026 43.5488 -98.0249 414.8 SD ETHAN 2.1 W +US1SDDV0027 43.7230 -98.0195 399.3 SD MITCHELL 1.0 SE +US1SDDV0028 43.6292 -98.0096 403.6 SD MITCHELL 7.3 S +US1SDDW0001 45.4905 -101.2857 670.9 SD ISABEL 9.5 NE +US1SDDW0002 45.4292 -101.1121 659.0 SD TIMBER LAKE 1.8 W +US1SDDW0003 45.3962 -101.4288 731.2 SD ISABEL 0.0 NNW +US1SDDY0004 45.4800 -97.4900 562.1 SD ROSLYN 1.2 S +US1SDDY0005 45.5039 -97.2880 564.2 SD GRENVILLE 5.6 ENE +US1SDDY0009 45.4136 -97.6590 545.3 SD WEBSTER 8.6 NW +US1SDDY0010 45.2254 -97.5558 568.1 SD WEBSTER 7.8 SSW +US1SDDY0012 45.3402 -97.5114 554.4 SD WEBSTER 0.6 ENE +US1SDDY0013 45.5011 -97.8877 428.9 SD PIERPONT 2.8 W +US1SDDY0016 45.5093 -97.2669 567.2 SD GRENVILLE 6.6 ENE +US1SDDY0017 45.4726 -97.4691 564.2 SD WEBSTER 9.8 NNE +US1SDED0001 45.4420 -98.7516 433.4 SD ABERDEEN 13.2 W +US1SDED0002 45.4470 -99.0659 477.9 SD IPSWICH 1.8 W +US1SDED0004 45.4467 -99.0310 467.0 SD IPSWICH 0.2 NNW +US1SDED0005 45.4547 -99.3363 554.1 SD ROSCOE 0.3 NNW +US1SDED0006 45.4522 -99.4614 566.0 SD ROSCOE 6.1 W +US1SDED0007 45.3170 -98.9560 441.0 SD IPSWICH 9.5 SSE +US1SDED0008 45.4457 -99.0276 467.9 SD IPSWICH 0.2 NE +US1SDED0009 45.3679 -98.8586 442.6 SD IPSWICH 9.8 ESE +US1SDED0012 45.3478 -99.1907 517.6 SD ROSCOE 9.7 SE +US1SDED0013 45.5066 -99.6490 608.4 SD BOWDLE 3.8 N +US1SDED0014 45.4616 -98.7287 431.6 SD MINA 2.2 NE +US1SDFK0001 45.0709 -98.9493 431.6 SD FAULKTON 9.1 ENE +US1SDFR0001 43.4265 -103.4841 1083.0 SD HOT SPRINGS 0.5 SSW +US1SDFR0002 43.4113 -103.5480 1242.1 SD HOT SPRINGS 3.7 WSW +US1SDFR0003 43.2150 -103.3250 1029.9 SD HOT SPRINGS 17.0 SSE +US1SDFR0004 43.4220 -103.2000 933.0 SD BUFFALO GAP 7.5 SE +US1SDFR0005 43.2792 -103.4225 1011.0 SD HOT SPRINGS 11.0 SSE +US1SDFR0008 43.4367 -103.5167 1252.1 SD HOT SPRINGS 1.8 W +US1SDFR0009 43.0930 -103.3162 1079.9 SD OELRICHS 7.4 SW +US1SDFR0010 43.0328 -103.3478 1077.2 SD OELRICHS 11.8 SSW +US1SDFR0011 43.1731 -103.2164 1018.9 SD OELRICHS 1.0 SE +US1SDFR0014 43.3183 -103.0667 968.0 SD OELRICHS 12.6 NE +US1SDFR0020 43.3157 -103.7898 1042.4 SD EDGEMONT 2.2 ENE +US1SDFR0021 43.2987 -103.8348 1069.8 SD EDGEMONT 0.4 W +US1SDFR0024 43.4527 -104.0154 1088.1 SD EDGEMONT 14.2 NW +US1SDFR0026 43.4277 -103.4883 1087.2 SD HOT SPRINGS 0.5 SW +US1SDFR0029 43.3976 -103.5365 1243.3 SD HOT SPRINGS 3.7 SW +US1SDFR0030 43.4435 -103.5622 1237.5 SD HOT SPRINGS 4.2 W +US1SDFR0031 43.3748 -103.1370 948.2 SD BUFFALO GAP 12.0 SE +US1SDFR0032 43.0024 -103.6679 1090.6 SD ARDMORE 1.3 SSW +US1SDFR0034 43.4371 -103.4868 1081.4 SD HOT SPRINGS 0.4 NW +US1SDFR0035 43.3765 -103.5475 1203.4 SD HOT SPRINGS 5.2 SW +US1SDGT0001 45.1654 -96.6532 384.4 SD MILBANK 3.9 SSW +US1SDGT0004 45.2315 -96.6442 350.8 SD MILBANK 0.9 NNW +US1SDGT0005 45.1584 -96.4975 335.6 SD MILBANK 7.9 ESE +US1SDGT0006 45.0642 -96.8021 539.5 SD STRANDBURG 2.5 NW +US1SDGT0008 45.3114 -96.5644 348.1 SD BIG STONE CITY 5.0 WNW +US1SDGT0009 45.0496 -96.6770 420.6 SD LABOLT 0.1 WSW +US1SDGY0001 43.1132 -99.4964 678.8 SD DALLAS 8.8 S +US1SDGY0003 43.3581 -99.4169 605.0 SD GREGORY 8.7 N +US1SDGY0004 43.0680 -99.5308 705.0 SD DALLAS 11.8 S +US1SDGY0005 43.0985 -99.4377 666.0 SD GREGORY 9.2 S +US1SDGY0006 43.0856 -99.2991 620.9 SD BURKE 6.7 S +US1SDGY0007 43.2294 -99.4342 662.9 SD GREGORY 0.5 WSW +US1SDGY0008 43.1826 -99.2984 663.9 SD BURKE 0.3 W +US1SDGY0009 43.3106 -99.1190 608.1 SD BURKE 12.4 NE +US1SDGY0010 43.1551 -99.2584 663.9 SD HERRICK 4.5 NW +US1SDGY0011 43.0378 -98.7520 561.1 SD FAIRFAX 6.9 E +US1SDGY0012 43.0003 -99.2287 645.0 SD HERRICK 8.2 SSW +US1SDGY0013 43.1163 -99.1879 659.0 SD HERRICK 0.1 NNW +US1SDGY0015 43.1411 -99.3541 627.9 SD BURKE 4.2 SW +US1SDGY0016 43.0856 -99.2991 626.1 SD BURKE 6.7 S +US1SDGY0017 43.2075 -99.2587 624.2 SD BURKE 2.4 NE +US1SDGY0018 43.0387 -99.2259 643.4 SD BURKE 10.5 SSE +US1SDGY0021 43.0768 -98.9466 600.2 SD BONESTEEL 0.1 S +US1SDGY0024 43.4218 -99.2874 577.3 SD BURKE 16.5 N +US1SDGY0025 43.2417 -99.3404 653.8 SD GREGORY 4.3 E +US1SDGY0027 43.0816 -99.4341 670.9 SD GREGORY 10.4 S +US1SDGY0028 43.0571 -98.5582 395.3 SD PICKSTOWN 1.6 WSW +US1SDHD0001 44.6201 -99.1398 479.1 SD MILLER 10.2 NW +US1SDHD0002 44.4657 -98.7618 445.9 SD WESSINGTON 3.3 WNW +US1SDHD0007 44.2964 -99.2597 569.4 SD REE HEIGHTS 15.5 S +US1SDHD0012 44.5161 -98.9894 482.5 SD MILLER 0.3 SSW +US1SDHG0001 44.4135 -100.3218 545.6 SD PIERRE 20.9 NNW +US1SDHG0002 44.3607 -100.3491 435.9 SD PIERRE 1.6 WSW +US1SDHG0010 44.3546 -100.3237 436.5 SD PIERRE 1.3 S +US1SDHG0011 44.4810 -100.3964 538.0 SD PIERRE 8.3 NNW +US1SDHG0012 44.4081 -100.3064 527.6 SD PIERRE 2.5 NNE +US1SDHG0014 44.3699 -100.3357 480.1 SD PIERRE 0.7 WSW +US1SDHG0015 44.3686 -100.3293 487.7 SD PIERRE 1.0 E +US1SDHG0016 44.4882 -100.4717 545.9 SD PIERRE 10.8 NW +US1SDHG0017 44.5217 -99.7367 548.9 SD HARROLD 0.1 SE +US1SDHG0019 44.3659 -100.3204 477.3 SD PIERRE 0.5 SSE +US1SDHG0026 44.2937 -100.0072 458.1 SD PIERRE 16.5 ESE +US1SDHK0004 44.2729 -101.3427 701.0 SD MIDLAND 16.8 NNW +US1SDHK0005 44.2837 -101.9088 772.1 SD PHILIP 20.7 NW +US1SDHK0006 44.5236 -101.5979 680.0 SD MILESVILLE 6.1 NW +US1SDHK0008 44.0779 -101.1231 577.9 SD MIDLAND 1.6 ENE +US1SDHK0015 44.2311 -101.6665 754.1 SD PHILIP 13.2 N +US1SDHK0016 44.0106 -101.6258 731.5 SD PHILIP 2.8 SE +US1SDHK0017 44.0436 -101.6572 679.1 SD PHILIP 0.4 ENE +US1SDHK0019 44.2990 -101.6140 762.3 SD PHILIP 18.0 N +US1SDHM0001 44.6570 -97.2066 514.2 SD HAYTI 0.1 WNW +US1SDHM0003 44.6952 -97.2855 524.6 SD HAYTI 4.8 WNW +US1SDHM0006 44.5968 -97.2697 518.2 SD LAKE NORDEN 3.3 WNW +US1SDHM0008 44.5943 -97.1241 509.0 SD LAKE NORDEN 4.3 ENE +US1SDHM0009 44.7095 -97.0471 519.1 SD CASTLEWOOD 1.3 SW +US1SDHN0006 43.6033 -97.6176 422.8 SD EMERY 0.1 ENE +US1SDHN0007 43.8189 -97.8986 398.7 SD FULTON 7.3 NNW +US1SDHN0008 43.7459 -97.7889 411.8 SD ALEXANDRIA 6.4 N +US1SDHR0003 45.4115 -103.8558 1060.1 SD BUFFALO 19.4 SW +US1SDHR0004 45.3517 -103.9537 1018.9 SD CAMP CROOK 13.7 S +US1SDHR0005 45.7857 -103.9039 932.4 SD CAMP CROOK 16.7 NNE +US1SDHR0007 45.5115 -103.7158 922.3 SD BUFFALO 9.8 WSW +US1SDHR0009 45.5830 -103.5499 874.2 SD BUFFALO 0.4 WSW +US1SDHR0011 45.8848 -103.2742 914.1 SD BUFFALO 24.4 NNE +US1SDHR0012 45.8642 -103.5223 944.9 SD BUFFALO 19.2 N +US1SDHR0014 45.5811 -103.5600 871.1 SD BUFFALO 0.9 WSW +US1SDHR0017 45.5524 -103.9752 951.9 SD CAMP CROOK 0.2 N +US1SDHT0002 43.2976 -97.9876 445.0 SD PARKSTON 6.6 S +US1SDHT0007 43.3947 -97.9870 426.4 SD PARKSTON 0.1 NW +US1SDHT0008 43.2399 -98.0844 486.2 SD DELMONT 4.2 ESE +US1SDHT0016 43.4490 -97.6554 403.6 SD EMERY 10.8 S +US1SDHY0001 44.6987 -99.4139 506.9 SD HIGHMORE 12.4 N +US1SDHY0002 44.7800 -99.5738 558.1 SD HIGHMORE 19.1 NNW +US1SDHY0003 44.5122 -99.6634 538.9 SD HARROLD 3.8 ESE +US1SDHY0005 44.5474 -99.4742 559.9 SD HIGHMORE 2.5 NW +US1SDHY0006 44.8278 -99.4786 548.6 SD HIGHMORE 21.3 N +US1SDHY0008 44.6494 -99.6047 535.8 SD HOLABIRD 8.5 N +US1SDHY0009 44.7014 -99.6346 545.9 SD HOLABIRD 12.2 N +US1SDHY0010 44.7657 -99.4724 548.3 SD HIGHMORE 17.0 N +US1SDJK0001 43.8528 -101.5581 721.2 SD KADOKA 2.8 WNW +US1SDJK0002 43.6585 -101.6908 733.0 SD KADOKA 15.0 SW +US1SDJK0003 43.9167 -101.5333 698.9 SD KADOKA 6.0 NNW +US1SDJK0004 43.5531 -101.7257 798.9 SD WANBLEE 3.5 WSW +US1SDJK0006 43.8367 -101.5078 746.2 SD KADOKA 0.3 N +US1SDJK0007 43.5632 -101.3894 783.9 SD WANBLEE 13.6 E +US1SDJK0008 43.6507 -101.8503 719.6 SD INTERIOR 8.5 SE +US1SDJK0009 43.8322 -101.2310 710.8 SD BELVIDERE 2.0 E +US1SDJK0010 43.5037 -101.9092 838.8 SD INTERIOR 15.9 SSE +US1SDJN0001 43.8656 -100.5195 637.0 SD DRAPER 4.3 SSE +US1SDJN0003 43.9066 -100.9352 680.9 SD OKATON 2.6 NW +US1SDJN0004 43.7201 -100.6834 550.2 SD MURDO 11.8 S +US1SDJR0001 44.0850 -98.5710 494.4 SD WESSINGTON SPRINGS 0.3 N +US1SDJR0005 44.0929 -98.5709 490.1 SD WESSINGTON SPRINGS 0.8 N +US1SDJR0008 43.9506 -98.6185 510.5 SD WESSINGTON SPRINGS 9.3 SSW +US1SDKY0001 44.3193 -97.4303 515.1 SD LAKE PRESTON 4.0 SW +US1SDKY0002 44.3559 -97.1390 558.4 SD ARLINGTON 0.5 SSW +US1SDKY0005 44.3839 -97.5462 522.7 SD DE SMET 0.2 SSE +US1SDKY0006 44.5002 -97.2903 547.7 SD LAKE PRESTON 10.5 NNE +US1SDKY0009 44.2303 -97.2910 529.1 SD OLDHAM 0.9 E +US1SDKY0010 44.2354 -97.1696 541.6 SD ARLINGTON 9.0 SSW +US1SDKY0011 44.2389 -97.2732 537.4 SD OLDHAM 1.9 ENE +US1SDLK0001 44.0077 -97.2000 515.1 SD MADISON 4.6 W +US1SDLK0003 44.0158 -97.2109 527.0 SD MADISON 5.2 W +US1SDLK0006 44.1090 -97.0340 532.2 SD RUTLAND 3.6 WNW +US1SDLK0009 44.0098 -97.1102 512.4 SD MADISON 0.2 NW +US1SDLN0001 43.5001 -96.7038 462.1 SD SIOUX FALLS 4.0 SSE +US1SDLN0004 43.4424 -96.8450 451.1 SD TEA 0.5 SW +US1SDLN0007 43.4587 -96.7260 445.0 SD HARRISBURG 2.5 NW +US1SDLN0008 43.4832 -96.7345 464.8 SD SIOUX FALLS 4.2 S +US1SDLN0012 43.3842 -96.8461 422.1 SD LENNOX 3.3 NE +US1SDLN0019 43.3322 -96.8035 411.2 SD WORTHING 2.0 W +US1SDLN0020 43.4823 -96.7611 462.4 SD SIOUX FALLS 4.5 SSW +US1SDLN0022 43.1667 -96.6116 459.3 SD HUDSON 8.3 WNW +US1SDLN0026 43.4634 -96.8427 458.4 SD TEA 1.1 NNW +US1SDLN0028 43.4839 -96.7704 463.0 SD SIOUX FALLS 4.6 SSW +US1SDLN0031 43.4798 -96.7365 459.3 SD SIOUX FALLS 4.5 S +US1SDLW0001 44.5179 -103.6698 1108.9 SD WHITEWOOD 4.2 NNW +US1SDLW0002 44.5589 -104.0114 1033.3 SD SPEARFISH 9.4 WNW +US1SDLW0004 44.5616 -103.7740 1062.5 SD BELLE FOURCHE 8.1 SSE +US1SDLW0006 44.2781 -103.8092 1791.9 SD LEAD 5.5 SSW +US1SDLW0007 44.2521 -103.6625 854.7 SD LEAD 8.6 SE +US1SDLW0008 44.4876 -103.8354 1229.0 SD SPEARFISH 0.6 E +US1SDLW0009 44.1926 -103.7602 1790.1 SD LEAD 11.0 S +US1SDLW0012 44.2610 -103.8453 1752.6 SD HANNA 0.1 ESE +US1SDLW0013 44.3929 -103.5941 1183.2 SD STURGIS 4.1 WSW +US1SDLW0015 44.4882 -103.8493 1144.2 SD SPEARFISH 0.1 WSW +US1SDLW0016 44.5329 -103.8788 1051.6 SD SPEARFISH 3.4 NNW +US1SDLW0018 44.3927 -103.7952 1537.4 SD LEAD 3.1 NNW +US1SDLW0022 44.4836 -103.8208 1230.2 SD SPEARFISH 1.3 ESE +US1SDLW0023 44.4407 -103.8052 1341.7 SD SPEARFISH 3.9 SSE +US1SDLW0024 44.5793 -103.8958 1005.8 SD SPEARFISH 6.7 NNW +US1SDLY0001 43.9027 -100.0608 556.9 SD PRESHO 0.3 SSW +US1SDLY0002 43.9016 -99.8578 515.4 SD KENNEBEC 0.3 SE +US1SDLY0003 43.7823 -99.9219 552.9 SD KENNEBEC 8.9 SSW +US1SDLY0004 43.8172 -99.8307 545.9 SD KENNEBEC 6.2 SSE +US1SDLY0005 44.0385 -100.2656 567.8 SD PRESHO 13.8 NW +US1SDLY0006 44.0712 -100.0077 548.9 SD PRESHO 11.6 NNE +US1SDLY0007 43.5855 -99.5692 527.0 SD OACOMA 17.4 SSW +US1SDLY0010 43.8754 -99.8657 526.1 SD KENNEBEC 2.0 S +US1SDLY0011 44.0066 -99.9858 549.9 SD PRESHO 7.7 NNE +US1SDLY0012 43.8799 -99.6000 540.1 SD RELIANCE 0.1 ESE +US1SDLY0014 43.8791 -99.5961 535.8 SD RELIANCE 0.3 ESE +US1SDLY0015 43.7509 -99.4799 423.7 SD OACOMA 5.8 SW +US1SDLY0016 43.8534 -100.3021 640.1 SD VIVIAN 5.1 SSW +US1SDLY0017 43.8192 -100.1798 570.3 SD PRESHO 8.6 SW +US1SDLY0018 43.7373 -99.5988 436.5 SD RELIANCE 9.8 S +US1SDLY0022 43.9052 -99.4222 543.2 SD RELIANCE 9.1 E +US1SDLY0026 43.9072 -99.5256 547.4 SD RELIANCE 4.2 ENE +US1SDLY0027 43.7902 -99.9177 547.1 SD KENNEBEC 8.4 SSW +US1SDLY0032 43.9989 -100.2868 587.0 SD VIVIAN 4.9 N +US1SDMC0001 43.7701 -97.2494 479.1 SD MONTROSE 5.8 NW +US1SDMC0006 43.7140 -97.1469 506.3 SD MONTROSE 2.0 ENE +US1SDMC0011 43.5105 -97.3881 441.4 SD DOLTON 1.3 N +US1SDMC0012 43.7030 -97.1353 517.9 SD MONTROSE 2.4 E +US1SDMD0001 44.2318 -103.0345 883.9 SD BOX ELDER 8.0 NNE +US1SDMD0004 44.1780 -103.3326 1113.1 SD BLACKHAWK 2.0 NNW +US1SDMD0005 44.4076 -103.5283 1079.9 SD STURGIS 0.7 WSW +US1SDMD0009 44.9250 -102.7628 800.4 SD FAITH 36.3 W +US1SDMD0010 44.8196 -102.0440 704.1 SD FAITH 14.3 S +US1SDMD0011 44.8754 -102.4487 801.0 SD FAITH 22.7 WSW +US1SDMD0015 44.3974 -103.5149 1082.0 SD STURGIS 1.0 S +US1SDMD0018 44.1825 -103.3347 1119.8 SD BLACKHAWK 2.3 NNW +US1SDMD0019 44.1520 -103.3165 1077.2 SD BLACKHAWK 0.1 WNW +US1SDMD0020 44.6904 -102.7993 901.9 SD NEWELL 30.4 E +US1SDMD0021 44.4656 -103.5320 994.0 SD WHITEWOOD 5.3 E +US1SDMD0025 44.2405 -103.4041 1090.0 SD PIEDMONT 1.0 NW +US1SDMD0026 44.4675 -103.5516 1017.1 SD WHITEWOOD 4.4 E +US1SDMD0028 44.6039 -102.0820 727.3 SD HOWES 1.8 SW +US1SDMD0029 44.5675 -103.5382 934.8 SD WHITEWOOD 8.9 NE +US1SDMD0031 44.3012 -103.4301 1095.5 SD TILFORD 0.1 N +US1SDMD0032 44.2307 -103.2966 981.2 SD PIEDMONT 4.6 E +US1SDMD0033 44.8202 -102.3534 768.1 SD FAITH 21.0 SW +US1SDMD0036 44.1611 -103.1974 985.7 SD RAPID CITY 6.2 NNE +US1SDMD0038 44.6624 -102.8304 826.6 SD UNION CENTER 10.5 NW +US1SDMH0001 43.5236 -96.6678 461.2 SD SIOUX FALLS 5.0 SE ARPT +US1SDMH0002 43.5352 -96.6801 474.0 SD SIOUX FALLS 2.6 ESE +US1SDMH0005 43.6611 -96.6236 449.9 SD GARRETSON 7.3 WSW +US1SDMH0006 43.7609 -96.7863 470.9 SD BALTIC 2.4 W +US1SDMH0008 43.5313 -96.9502 477.0 SD HARTFORD 6.4 S +US1SDMH0012 43.5297 -96.8126 452.9 SD SIOUX FALLS 4.3 WSW +US1SDMH0015 43.7454 -97.1090 520.9 SD HUMBOLDT 7.2 NNW +US1SDMH0017 43.5386 -96.7354 456.0 SD SIOUX FALLS 0.5 SW +US1SDMH0018 43.5275 -96.6627 458.1 SD SIOUX FALLS 3.6 ESE +US1SDMH0020 43.5267 -96.6658 462.1 SD SIOUX FALLS 3.4 ESE +US1SDMH0021 43.5146 -96.8793 462.1 SD SIOUX FALLS 7.7 WSW +US1SDMH0022 43.8265 -96.7228 473.0 SD DELL RAPIDS 0.5 NW +US1SDMH0023 43.5239 -96.7921 434.0 SD SIOUX FALLS 3.4 WSW +US1SDMH0027 43.5444 -96.8371 442.9 SD SIOUX FALLS 5.5 W +US1SDMH0033 43.6309 -96.9457 489.2 SD HARTFORD 0.5 N +US1SDMH0035 43.5314 -96.8016 449.9 SD SIOUX FALLS 3.7 WSW +US1SDMH0038 43.5777 -96.8010 455.1 SD SIOUX FALLS 4.2 WNW +US1SDMH0040 43.5211 -96.7512 444.4 SD SIOUX FALLS 1.9 SSW +US1SDMH0041 43.5047 -96.7866 439.2 SD SIOUX FALLS 3.9 SW +US1SDMH0043 43.5309 -96.8129 458.1 SD SIOUX FALLS 4.2 WSW +US1SDMH0044 43.6957 -96.5108 454.2 SD GARRETSON 1.5 SSW +US1SDMH0046 43.6304 -96.9442 489.5 SD HARTFORD 0.5 N +US1SDMH0056 43.7281 -96.6377 476.4 SD GARRETSON 6.9 W +US1SDMH0059 43.5304 -96.8090 449.9 SD SIOUX FALLS 4.1 WSW +US1SDMH0064 43.6597 -96.9226 461.5 SD HARTFORD 2.7 NNE +US1SDMH0070 43.8313 -96.7272 476.7 SD DELL RAPIDS 0.9 WNW +US1SDMH0071 43.6906 -96.7767 474.0 SD RENNER 4.1 NW +US1SDMH0077 43.5342 -96.7467 457.5 SD SIOUX FALLS 1.1 SW +US1SDMH0078 43.6597 -96.4735 467.0 SD GARRETSON 4.2 SSE +US1SDMH0081 43.5412 -96.5379 436.8 SD BRANDON 4.0 SSE +US1SDMH0085 43.5029 -96.6737 445.3 SD SIOUX FALLS 4.0 SE +US1SDMH0086 43.5260 -96.7567 453.5 SD SIOUX FALLS 1.8 SW +US1SDMH0089 43.6555 -96.8192 471.8 SD CROOKS 0.7 WSW +US1SDMH0090 43.7678 -96.7703 450.8 SD BALTIC 1.7 WNW +US1SDMH0091 43.7057 -96.5318 469.1 SD GARRETSON 1.7 WSW +US1SDMH0092 43.6234 -96.7196 437.7 SD SIOUX FALLS 5.5 N +US1SDMH0095 43.5035 -96.7130 463.9 SD SIOUX FALLS 2.9 SSE +US1SDMH0096 43.5494 -96.6640 454.8 SD SIOUX FALLS 3.3 E +US1SDML0001 43.5860 -100.5860 683.1 SD WHITE RIVER 8.0 E +US1SDML0002 43.6287 -100.6948 584.0 SD WHITE RIVER 4.9 NNE +US1SDML0003 43.4484 -101.2175 784.6 SD NORRIS 2.0 SSW +US1SDML0007 43.7081 -101.0264 728.8 SD WHITE RIVER 17.1 NW +US1SDML0010 43.4947 -101.1565 802.5 SD NORRIS 2.5 NE +US1SDML0011 43.6501 -101.1101 729.1 SD BELVIDERE 14.9 SSE +US1SDML0014 43.6030 -100.4950 664.2 SD WHITE RIVER 12.7 ENE +US1SDMN0001 43.8624 -97.7907 406.0 SD FULTON 9.4 N +US1SDMN0002 43.9482 -97.4704 481.9 SD HOWARD 5.1 SSE +US1SDMN0003 43.9850 -97.5305 474.9 SD HOWARD 1.9 S +US1SDMN0008 44.0780 -97.5709 475.8 SD HOWARD 5.1 NNW +US1SDMN0009 44.1180 -97.5509 485.9 SD HOWARD 7.5 N +US1SDMN0010 44.1569 -97.4710 522.1 SD HOWARD 10.3 NNE +US1SDMN0011 44.0050 -97.6294 439.5 SD HOWARD 5.3 W +US1SDMP0001 45.7663 -98.7661 449.9 SD LEOLA 8.9 ENE +US1SDMP0003 45.7652 -99.6216 570.3 SD EUREKA 0.3 SSE +US1SDMP0005 45.9385 -99.4787 632.8 SD EUREKA 13.6 NNE +US1SDMR0010 45.8644 -97.4601 575.8 SD VEBLEN 8.3 W +US1SDMR0012 45.8783 -97.7227 396.5 SD BRITTON 6.3 NNE +US1SDMR0013 45.6822 -97.3536 559.3 SD LAKE CITY 4.1 SE +US1SDMR0014 45.6275 -97.2574 570.3 SD EDEN 7.9 E +US1SDMY0003 44.1886 -96.7894 486.8 SD BROOKINGS 8.1 S +US1SDMY0010 43.8774 -96.8146 493.5 SD DELL RAPIDS 6.2 NW +US1SDMY0011 44.1381 -96.8040 513.0 SD COLMAN 10.6 N +US1SDMY0013 43.9986 -96.5051 508.7 SD FLANDREAU 5.7 SE +US1SDPK0004 45.4799 -102.3957 808.0 SD BISON 4.5 SE +US1SDPK0005 45.3779 -102.8353 847.0 SD BISON 20.4 WSW +US1SDPK0006 45.3240 -102.8768 848.9 SD BISON 24.1 SW +US1SDPK0007 45.2231 -102.5492 801.3 SD BISON 21.0 S +US1SDPK0008 45.4986 -102.6431 872.9 SD BISON 8.7 W +US1SDPK0009 45.8809 -102.4045 789.1 SD LEMMON 12.5 WSW +US1SDPK0010 45.4521 -102.0661 779.1 SD MEADOW 10 SE +US1SDPK0011 45.4017 -102.2927 794.0 SD BISON 11.8 SE +US1SDPK0013 45.5239 -102.4718 843.1 SD BISON 0.3 WNW +US1SDPK0016 45.8702 -102.6525 791.0 SD LODGEPOLE 4.5 N +US1SDPK0018 45.8045 -102.2910 722.1 SD LEMMON 11.2 SW +US1SDPK0019 45.5452 -102.0257 737.6 SD BISON 21.4 E +US1SDPK0028 45.2483 -102.3166 723.9 SD BISON 20.3 SSE +US1SDPN0001 44.0500 -103.1400 954.9 SD RAPID CITY 4.9 ESE +US1SDPN0002 44.0886 -103.2997 1058.9 SD RAPID CITY 3.4 WNW +US1SDPN0003 44.0011 -102.2059 832.1 SD WALL 1.8 ENE +US1SDPN0004 44.0135 -103.3008 1186.0 SD RAPID CITY 5.4 SW +US1SDPN0005 44.0472 -103.1555 943.1 SD RAPID CITY 4.3 ESE +US1SDPN0006 44.0661 -103.1436 965.9 SD RAPID CITY 4.5 E +US1SDPN0008 44.3699 -102.2973 633.1 SD WASTA 22.0 NNE +US1SDPN0009 43.8203 -102.1283 818.1 SD WALL 13.0 SSE +US1SDPN0013 44.0848 -103.5634 1413.1 SD SILVER CITY +US1SDPN0015 43.8980 -103.1560 1046.1 SD HERMOSA 4.4 NNE +US1SDPN0016 44.0069 -103.3094 978.1 SD RAPID CITY 6.1 SW +US1SDPN0017 44.0860 -103.3015 1065.0 SD RAPID CITY 3.5 WNW +US1SDPN0018 43.9660 -103.3603 1357.6 SD RAPID CITY 9.8 SW +US1SDPN0019 43.7810 -102.6168 894.0 SD WASTA 21.6 SSW +US1SDPN0021 44.0375 -102.8290 954.0 SD NEW UNDERWOOD 3.9 S +US1SDPN0022 44.1000 -102.9500 891.8 SD BOX ELDER 6.2 ESE +US1SDPN0027 44.0849 -103.2804 1022.9 SD RAPID CITY 2.5 WNW +US1SDPN0029 44.1009 -103.3574 1248.5 SD RAPID CITY 6.4 WNW +US1SDPN0030 44.0339 -103.2675 1085.7 SD RAPID CITY 3.3 SSW +US1SDPN0031 44.0057 -103.2975 1208.8 SD RAPID CITY 5.8 SW +US1SDPN0032 44.0028 -103.3105 1225.0 SD RAPID CITY 6.3 SW +US1SDPN0033 44.0644 -103.2805 1016.2 SD RAPID CITY 2.5 WSW +US1SDPN0034 44.1294 -103.3783 1284.7 SD RAPID CITY 8.1 WNW +US1SDPN0036 44.0414 -103.1994 993.3 SD RAPID CITY 2.9 SE +US1SDPN0038 44.0958 -103.2121 960.7 SD RAPID CITY 3.5 NE +US1SDPN0040 44.0866 -103.3701 1278.9 SD RAPID CITY 6.9 W +US1SDPN0042 44.0919 -102.8286 865.0 SD NEW UNDERWOOD 0.3 ESE +US1SDPN0043 44.0183 -103.2395 1133.2 SD RAPID CITY 3.9 S +US1SDPN0044 44.0487 -103.2173 1010.1 SD RAPID CITY 2.0 SSE +US1SDPN0045 44.0946 -102.8279 867.8 SD NEW UNDERWOOD 0.3 E +US1SDPN0047 44.0061 -103.1506 999.7 SD RAPID CITY 6.3 SE +US1SDPN0048 44.0732 -102.3910 701.6 SD WALL 9.4 NW +US1SDPN0049 44.0208 -103.2418 1149.4 SD RAPID CITY 3.8 S +US1SDPN0050 44.1387 -103.0532 991.8 SD BOX ELDER 1.6 NE +US1SDPN0053 44.0519 -103.2739 1055.5 SD RAPID CITY 2.6 SW +US1SDPN0055 43.9382 -103.5542 1499.9 SD HILL CITY 1.0 ENE +US1SDPN0056 44.1274 -103.4116 1298.4 SD RAPID CITY 9.6 WNW +US1SDPN0057 44.0624 -103.1398 962.9 SD RAPID CITY 4.7 E +US1SDPN0058 44.0722 -103.1402 983.0 SD RAPID CITY 4.6 E +US1SDPN0062 43.8698 -103.5882 1689.8 SD HILL CITY 4.4 SSW +US1SDPN0063 44.0631 -103.4012 1304.5 SD RAPID CITY 8.4 W +US1SDPN0064 44.1180 -103.2254 1021.4 SD RAPID CITY 3.0 N +US1SDPN0065 44.0969 -103.2635 1022.9 SD RAPID CITY 2.1 NW +US1SDPN0066 43.9967 -103.7139 1798.3 SD HILL CITY 8.4 WNW +US1SDPN0068 44.0479 -103.2186 1011.3 SD RAPID CITY 2.0 SSE +US1SDPT0001 45.1875 -100.1142 601.1 SD GETTYSBURG 14.7 NNW +US1SDPT0002 44.9708 -100.0769 588.9 SD GETTYSBURG 6.5 WSW +US1SDRB0001 45.6587 -97.1237 468.8 SD SISSETON 3.8 W +US1SDRB0004 45.6948 -96.8348 338.0 SD SISSETON 10.4 ENE +US1SDRB0005 45.6205 -96.8599 313.6 SD SISSETON 9.4 ESE +US1SDRB0006 45.6646 -97.0523 369.1 SD SISSETON 0.3 WNW +US1SDRB0007 45.8644 -96.6992 322.8 SD ROSHOLT 3.1 E +US1SDRB0008 45.6655 -97.0587 381.9 SD SISSETON 0.6 WNW +US1SDRB0009 45.5090 -96.7653 307.8 SD WILMOT 8.2 NNE +US1SDRB0013 45.3532 -96.7396 349.6 SD CORONA 1.8 NE +US1SDRB0014 45.6630 -97.0447 374.0 SD SISSETON 0.1 ENE +US1SDSB0002 44.0228 -98.1074 384.0 SD FORESTBURG 0.1 NE +US1SDSL0001 44.7110 -100.4875 577.9 SD ONIDA 20.7 W +US1SDSL0002 44.7079 -100.0661 572.1 SD ONIDA 0.2 N +US1SDSL0004 44.6266 -100.4455 508.1 SD PIERRE 18.5 NNW +US1SDSL0005 44.6852 -100.0482 573.9 SD ONIDA 1.6 SSE +US1SDSL0007 44.7086 -100.1420 561.7 SD ONIDA 3.7 W +US1SDSL0008 44.8392 -100.2700 577.3 SD AGAR 9.7 W +US1SDSL0009 44.7511 -100.0988 574.2 SD ONIDA 3.6 NNW +US1SDSL0010 44.7087 -99.8286 533.1 SD HARROLD 13.5 NNW +US1SDSL0012 44.8379 -100.0720 569.1 SD AGAR 0.1 SE +US1SDSL0015 44.6212 -100.0348 539.5 SD ONIDA 6.0 SSE +US1SDSL0018 44.7649 -100.1199 538.9 SD ONIDA 4.9 NNW +US1SDSL0019 44.5981 -99.7326 521.5 SD HARROLD 5.2 N +US1SDSL0020 44.8912 -100.0829 575.5 SD AGAR 3.7 N +US1SDSL0021 44.5600 -100.3216 531.9 SD PIERRE 12.9 N +US1SDSL0023 44.8967 -100.3694 565.4 SD AGAR 15.1 WNW +US1SDSL0025 44.6781 -100.3246 550.5 SD ONIDA 12.8 W +US1SDSP0001 44.6769 -98.5346 402.9 SD TULARE 4.5 SSW +US1SDSP0002 45.0535 -98.3298 395.3 SD TURTON 11.4 W +US1SDSP0004 44.6821 -98.0585 420.3 SD CARPENTER 7.6 WNW +US1SDSP0005 44.8957 -98.0954 413.9 SD DOLAND 0.2 ENE +US1SDST0001 44.6604 -101.1430 634.0 SD HAYES 20.8 NW +US1SDST0003 44.3021 -100.9080 607.5 SD FORT PIERRE 26.4 W +US1SDST0004 44.7205 -101.0972 555.7 SD HAYES 24.4 NNW +US1SDST0006 44.3579 -100.3721 435.3 SD FORT PIERRE 0.5 SE +US1SDST0007 44.3270 -100.8818 0.0 SD FORT PIERRE 25.0 W +US1SDTD0001 43.0908 -100.5348 801.0 SD OLSONVILLE 4.5 SE +US1SDTP0005 43.3152 -100.0913 694.0 SD WINNER 12.4 WSW +US1SDTP0007 43.5868 -99.7114 556.0 SD HAMILL 1.7 SW +US1SDTP0011 43.3753 -99.8586 605.0 SD WINNER 0.1 N +US1SDTP0013 43.0597 -99.6129 677.6 SD DALLAS 13.2 SSW +US1SDTP0015 43.4397 -100.0841 604.1 SD WITTEN 0.1 WSW +US1SDTP0018 43.1688 -99.9185 707.7 SD WINNER 14.5 SSW +US1SDTP0020 43.3713 -99.8689 610.2 SD WINNER 0.5 WSW +US1SDTP0024 43.3735 -99.8300 616.0 SD WINNER 1.4 E +US1SDTP0025 43.5574 -99.9012 569.1 SD IDEAL 1.4 NE +US1SDTR0001 43.1740 -97.0791 398.1 SD VIBORG 0.2 NNE +US1SDTR0002 43.3538 -97.2607 459.0 SD PARKER 6.8 WSW +US1SDTR0003 43.4282 -97.2533 440.1 SD MARION 0.5 NE +US1SDTR0008 43.3918 -96.9643 424.9 SD CHANCELLOR 1.8 NE +US1SDTR0009 43.2772 -97.0896 393.2 SD HURLEY 0.2 S +US1SDTR0011 43.1162 -96.9590 374.6 SD CENTERVILLE 0.1 S +US1SDUN0002 42.7613 -96.6532 343.5 SD ELK POINT 5.6 NNE +US1SDUN0005 43.0796 -96.7771 459.9 SD BERESFORD 0.2 E +US1SDUN0010 42.7624 -96.6975 347.5 SD ELK POINT 5.6 N +US1SDUN0011 42.6202 -96.5968 340.5 SD JEFFERSON 2.1 WNW +US1SDWL0002 45.2771 -99.7744 570.0 SD HOVEN 2.4 N +US1SDWL0003 45.3212 -100.0023 574.9 SD LOWRY 1.1 WNW +US1SDWL0006 45.5219 -100.1300 546.8 SD SELBY 4.9 WNW +US1SDWL0008 45.5436 -99.9148 594.1 SD JAVA 3.1 NNW +US1SDYN0003 42.8630 -97.1804 352.0 SD GAYVILLE 1.8 SSW +US1SDYN0005 42.8958 -97.6351 469.7 SD TABOR 3.8 SSE +US1SDYN0008 42.8958 -97.2105 355.7 SD GAYVILLE 2.0 WNW +US1SDYN0009 42.8767 -97.3399 356.3 SD YANKTON 2.8 ESE +US1SDYN0011 42.9104 -97.3741 385.6 SD YANKTON 1.7 NNE +US1SDYN0015 42.8729 -97.5127 404.2 SD YANKTON 6.2 W +US1TNAN0003 36.0191 -84.2211 270.1 TN OAK RIDGE 5.7 NE +US1TNAN0004 36.0083 -84.3112 360.0 TN OAK RIDGE 3.3 NNW +US1TNAN0006 36.0312 -84.1500 274.3 TN CLINTON 4.3 SSW +US1TNAN0008 36.1997 -84.0765 353.0 TN NORRIS 0.6 NW +US1TNAN0009 36.0212 -84.2234 260.3 TN OAK RIDGE 5.7 NE +US1TNAN0010 36.0462 -84.2298 327.1 TN OAK RIDGE 6.9 NNE +US1TNAN0012 36.0199 -84.1255 249.0 TN CLINTON 4.9 S +US1TNAN0013 36.0182 -84.2280 263.0 TN OAK RIDGE 5.4 NE +US1TNAN0014 36.0246 -84.1741 269.4 TN OAK RIDGE 8.1 ENE +US1TNBF0001 35.5700 -86.4600 238.0 TN SHELBYVILLE 5.5 N +US1TNBF0003 35.5510 -86.5582 224.0 TN SHELBYVILLE 7.5 NW +US1TNBF0004 35.5698 -86.3291 299.0 TN BELL BUCKLE 2.0 SE +US1TNBF0005 35.4663 -86.4003 228.9 TN SHELBYVILLE 3.1 ESE +US1TNBF0007 35.4455 -86.5475 243.8 TN SHELBYVILLE 6.5 WSW +US1TNBF0008 35.4800 -86.4500 239.0 TN SHELBYVILLE 0.7 SSW +US1TNBF0009 35.4576 -86.2759 335.9 TN SHELBYVILLE 1.3 SW +US1TNBF0010 35.3579 -86.4795 365.2 TN SHELBYVILLE 9.3 SSW +US1TNBF0013 35.4418 -86.6174 243.8 TN SHELBYVILLE 10.2 WSW +US1TNBF0014 35.4209 -86.6195 264.6 TN PETERSBURG 7.3 N +US1TNBF0015 35.3410 -86.4271 303.3 TN SHELBYVILLE 10.4 S +US1TNBF0017 35.4193 -86.5797 260.9 TN SHELBYVILLE 8.9 WSW +US1TNBF0018 35.4870 -86.3510 264.0 TN WARTRACE 3.0 SSW +US1TNBF0019 35.3858 -86.3833 286.8 TN SHELBYVILLE 8.1 SSE +US1TNBF0020 35.3579 -86.4785 367.0 TN SHELBYVILLE 9.3 S +US1TNBF0021 35.5846 -86.3032 278.0 TN BELL BUCKLE 2.9 E +US1TNBF0023 35.4674 -86.5989 245.1 TN SHELBYVILLE 8.7 W +US1TNBF0024 35.6873 -86.5623 238.0 TN CHAPEL HILL 8.6 ENE +US1TNBF0025 35.5248 -86.3192 256.9 TN WARTRACE 0.8 ESE +US1TNBF0027 35.4368 -86.6220 256.0 TN SHELBYVILLE 10.5 WSW +US1TNBF0029 35.6160 -86.5873 214.0 TN UNIONVILLE 0.2SW +US1TNBF0030 35.4614 -86.6012 241.1 TN SHELBYVILLE 8.9 WSW +US1TNBF0032 35.5516 -86.5494 217.0 TN SHELBYVILLE 7.1 NW +US1TNBF0036 35.4404 -86.6200 246.9 TN SHELBYVILLE 10.3 WSW +US1TNBF0037 35.4121 -86.4163 259.1 TN SHELBYVILLE 5.7 SSE +US1TNBL0002 35.5442 -85.3046 637.0 TN PIKEVILLE 7.5 SW +US1TNBL0003 35.7524 -85.0597 353.9 TN PIKEVILLE 12.5 NE +US1TNBL0004 35.7190 -85.1803 523.0 TN PIKEVILLE 7.8 N +US1TNBL0005 35.7373 -85.1325 605.0 TN PIKEVILLE 9.6 NNE +US1TNBL0006 35.7539 -85.0452 348.1 TN PIKEVILLE 13.2 NE +US1TNBL0007 35.7381 -85.0337 300.8 TN PIKEVILLE 12.8 NE +US1TNBL0008 35.6503 -85.1164 296.9 TN PIKEVILLE 5.4 NE +US1TNBL0010 35.6850 -85.2013 518.8 TN PIKEVILLE 5.4 N +US1TNBL0011 35.4848 -85.2733 242.6 TN PIKEVILLE 9.5 SSW +US1TNBL0012 35.7202 -85.1696 530.0 TN PIKEVILLE 8.0 N +US1TNBL0014 35.5550 -85.2647 312.4 TN PIKEVILLE 5.3 SW +US1TNBL0015 35.7347 -85.1812 519.7 TN PIKEVILLE 8.9 N +US1TNBL0016 35.7544 -85.1711 542.5 TN PIKEVILLE 10.3 N +US1TNBL0017 35.5301 -85.3231 515.4 TN PIKEVILLE 8.9 SW +US1TNBL0018 35.4711 -85.1761 592.2 TN GRAYSVILLE 5.5 WNW +US1TNBL0021 35.5545 -85.3265 578.2 TN PIKEVILLE 8.2 WSW +US1TNBN0001 36.1066 -88.0443 149.0 TN CAMDEN 4.5 NE +US1TNBN0002 36.2393 -88.0800 132.0 TN BIG SANDY 0.6 NE +US1TNBN0004 35.9013 -88.0579 162.5 TN HOLLADAY 4.4 NNE +US1TNBN0006 36.0584 -88.0945 144.8 TN CAMDEN 0.7 SE +US1TNBR0001 35.2366 -84.8471 239.0 TN CLEVELAND 4.2 NNE +US1TNBR0003 35.1764 -84.8813 256.9 TN CLEVELAND 0.8 W +US1TNBR0004 35.1579 -84.8204 298.1 TN CLEVELAND 3.0 ESE +US1TNBR0005 35.1934 -84.9034 228.0 TN CLEVELAND 2.3 WNW +US1TNBR0006 35.1859 -84.9311 260.9 TN CLEVELAND 3.6 W +US1TNBR0008 35.2336 -84.8438 232.9 TN CLEVELAND 4.1 NNE +US1TNBR0010 35.1104 -84.8711 287.1 TN CLEVELAND 4.6 S +US1TNBR0011 35.1362 -84.8046 284.7 TN CLEVELAND 4.6 SE +US1TNBR0012 35.2088 -84.8779 309.4 TN CLEVELAND 2.2 NNW +US1TNBR0016 35.1226 -84.8057 313.9 TN CLEVELAND 5.2 SE +US1TNBR0019 35.1833 -84.8971 235.3 TN CLEVELAND 1.7 WNW +US1TNBR0020 35.1103 -84.8711 286.5 TN CLEVELAND 4.7 S +US1TNBT0002 35.6402 -84.0383 282.9 TN MARYVILLE 8.3 SSW +US1TNBT0003 35.7342 -83.9775 298.7 TN MARYVILLE 0.9 SSW +US1TNBT0005 35.8439 -83.8865 387.7 TN ROCKFORD 2.9 ENE +US1TNBT0007 35.6960 -84.0180 365.2 TN MARYVILLE 4.4 SW +US1TNBT0008 35.8113 -84.0839 282.9 TN FRIENDSVILLE 4.6 NE +US1TNBT0009 35.7998 -84.1680 262.1 TN FRIENDSVILLE 3.6 NW +US1TNBT0011 35.6955 -84.0068 353.9 TN MARYVILLE 4.1 SSW +US1TNBT0012 35.7452 -83.9438 296.9 TN MARYVILLE 1.6 E +US1TNBT0013 35.7432 -84.0024 288.0 TN MARYVILLE 1.7 W +US1TNBT0015 35.8582 -83.9551 273.1 TN ROCKFORD 2.2 NNW +US1TNBT0019 35.7054 -83.9775 318.2 TN MARYVILLE 2.9 S +US1TNBT0020 35.7425 -84.0934 349.3 TN FRIENDSVILLE 2.3 ESE +US1TNBT0026 35.7301 -83.8724 296.3 TN MARYVILLE 5.8 ESE +US1TNBT0029 35.7373 -83.9132 309.7 TN MARYVILLE 3.4 ESE +US1TNBT0030 35.7794 -83.8704 290.8 TN MARYVILLE 6.2 ENE +US1TNBT0032 35.7644 -83.9156 306.0 TN MARYVILLE 3.4 ENE +US1TNBT0034 35.6776 -83.9817 326.1 TN MARYVILLE 4.9 S +US1TNBT0036 35.5984 -84.1430 271.9 TN GREENBACK 4.1 SSE +US1TNCC0001 35.9658 -83.1876 324.0 TN NEWPORT 0.4 NNE +US1TNCC0003 35.9276 -83.1973 404.2 TN NEWPORT 2.3 S +US1TNCC0004 35.9711 -83.2788 399.0 TN NEWPORT 5.0 W +US1TNCC0005 35.9253 -83.1715 329.2 TN NEWPORT 2.6 SSE +US1TNCC0009 36.0106 -83.2264 330.7 TN NEWPORT 4.0 NNW +US1TNCF0001 35.5243 -86.1160 328.9 TN MANCHESTER 4.3 NNW +US1TNCF0002 35.4515 -86.0675 323.1 TN MANCHESTER 1.4 SSE +US1TNCF0003 35.3478 -86.2266 321.9 TN TULLAHOMA 1.7 SSW +US1TNCF0004 35.5650 -86.2306 277.1 TN WARTRACE 6.3 ENE +US1TNCF0006 35.4793 -85.9566 346.9 TN MANCHESTER 7.0 E +US1TNCF0008 35.5674 -86.0898 323.1 TN MANCHESTER 6.8 N +US1TNCF0010 35.3732 -85.9462 324.9 TN HILLSBORO 3.2SE +US1TNCF0012 35.4617 -86.1637 312.1 TN MANCHESTER 4.7 W +US1TNCF0013 35.5340 -86.1636 349.9 TN MANCHESTER 6.5 NW +US1TNCF0014 35.4789 -86.1259 305.1 TN MANCHESTER 2.6 WNW +US1TNCF0017 35.5247 -86.1102 332.8 TN MANCHESTER 4.2 NNW +US1TNCF0019 35.5261 -86.0174 335.0 TN MANCHESTER 5.3 NE +US1TNCF0021 35.3716 -86.1946 324.6 TN TULLAHOMA 1.2 E +US1TNCF0022 35.4491 -86.1263 327.1 TN MANCHESTER 2.9 WSW +US1TNCF0024 35.3904 -85.9856 328.9 TN HILLSBORO 1.7 SW +US1TNCF0025 35.3273 -86.0099 306.0 TN ESTILL SPRINGS 8.1 ENE +US1TNCF0027 35.4985 -86.1012 306.9 TN MANCHESTER 2.4 NNW +US1TNCF0032 35.5194 -85.9842 333.8 TN MANCHESTER 6.5 ENE +US1TNCF0033 35.5601 -85.9870 338.3 TN MANCHESTER 8.2 NE +US1TNCH0001 36.3060 -86.9660 232.9 TN ASHLAND CITY 5.6 ENE +US1TNCH0002 36.0984 -87.0963 177.1 TN KINGSTON SPRINGS 0.3 ENE +US1TNCH0003 36.0992 -87.1541 178.0 TN KINGSTON SPRINGS 3.0 W +US1TNCH0004 36.0556 -87.1701 238.0 TN KINGSTON SPRINGS 4.8 SW +US1TNCH0007 36.0806 -87.1165 224.0 TN KINGSTON SPRINGS 1.4 SW +US1TNCH0011 36.2654 -87.1325 189.0 TN ASHLAND CITY 4.1 W +US1TNCH0013 36.3957 -87.2099 192.0 TN CLARKSVILLE 13.7 SE +US1TNCH0016 36.1170 -87.0230 251.8 TN PEGRAM 2.1 ENE +US1TNCK0001 35.8060 -89.1708 102.1 TN ALAMO 3.5 WNW +US1TNCK0004 35.7476 -89.0603 110.0 TN BELLS 2.5 NE +US1TNCK0005 35.8404 -89.2710 114.0 TN FRIENDSHIP 5.1 SSW +US1TNCL0002 36.5745 -83.5800 491.0 TN HARROGATE-SHAWANEE 3.6 E +US1TNCL0003 36.4475 -83.6622 487.1 TN NEW TAZEWELL 3.2 WNW +US1TNCL0004 36.5328 -83.6849 396.2 TN CUMBERLAND GAP 4.6 SSW +US1TNCM0001 35.8725 -85.0704 573.9 TN CROSSVILLE 5.8 SSW +US1TNCM0002 35.9382 -85.0359 561.1 TN CROSSVILLE 0.9 S +US1TNCM0003 35.8314 -85.0191 572.1 TN CROSSVILLE 8.4 S +US1TNCM0004 36.0014 -84.9002 618.1 TN FAIRFIELD GLADE 0.1 NNW +US1TNCM0005 36.0252 -85.0271 555.3 TN CROSSVILLE 5.1 N +US1TNCM0006 35.9598 -85.0269 552.9 TN CROSSVILLE 0.8 NE +US1TNCM0008 35.9628 -85.0784 568.5 TN CROSSVILLE 2.4 WNW +US1TNCM0009 35.8526 -85.0526 568.1 TN CROSSVILLE 6.9 S +US1TNCM0010 35.9736 -85.1886 577.0 TN PLEASANT HILL 0.5 ESE +US1TNCM0011 36.1058 -85.1351 563.9 TN MONTEREY 6.4 ESE +US1TNCM0012 35.9267 -85.0606 562.1 TN CROSSVILLE 2.2 SW +US1TNCM0013 35.9234 -85.0534 579.1 TN CROSSVILLE 2.2 SSW +US1TNCM0017 35.8953 -85.0458 561.4 TN CROSSVILLE 3.9 S +US1TNCM0018 36.0712 -85.2383 568.8 TN MONTEREY 4.3 S +US1TNCM0020 35.8765 -85.0812 573.0 TN CROSSVILLE 5.8 SSW +US1TNCM0021 35.9638 -85.1432 519.1 TN CROSSVILLE 6.0 W +US1TNCM0022 35.9927 -84.9279 570.9 TN CROSSVILLE 6.7 ENE +US1TNCM0023 35.9737 -85.0287 532.5 TN CROSSVILLE 1.6 NNE +US1TNCM0024 35.9902 -84.9077 548.9 TN CROSSVILLE 7.7 ENE +US1TNCM0030 36.0864 -85.0752 562.4 TN CROSSVILLE 9.5 NNW +US1TNCM0031 35.9953 -84.8929 595.9 TN FAIRFIELD GLADE 0.5 SE +US1TNCM0032 35.8840 -85.0450 577.3 TN CROSSVILLE 4.7 S +US1TNCM0034 36.0016 -84.8894 620.0 TN FAIRFIELD GLADE 0.6 E +US1TNCM0035 36.0232 -84.8542 630.3 TN CROSSVILLE 11.3 ENE +US1TNCN0001 35.7582 -85.9729 340.2 TN WOODBURY 7.1 SE +US1TNCN0002 35.6656 -86.0636 337.1 TN CENTERTOWN 9.0 WSW +US1TNCN0003 35.8596 -85.9045 341.1 TN WOODBURY 9.6 ENE +US1TNCN0008 35.6973 -86.0995 378.3 TN BRADYVILLE 4.8 SE +US1TNCN0009 35.8898 -86.0257 264.9 TN WOODBURY 5.1 NNE +US1TNCN0010 35.7855 -86.0190 365.8 TN WOODBURY 4.0 SE +US1TNCP0003 36.2899 -84.1651 317.9 TN CARYVILLE 3.8 SE +US1TNCR0003 36.0706 -88.6453 118.0 TN TREZEVANT 4.2 NNW +US1TNCR0004 35.8825 -88.2901 175.0 TN CLARKSBURG 5.6 E +US1TNCR0006 35.9732 -88.6849 136.6 TN ATWOOD 0.8 WSW +US1TNCR0007 36.0346 -88.2440 147.2 TN BRUCETON 0.2 E +US1TNCS0003 35.4581 -88.6583 148.1 TN HENDERSON 1.1 NNW +US1TNCT0002 36.1935 -82.2008 829.7 TN ROAN MOUNTAIN 7.1 W +US1TNCT0004 36.3465 -82.2365 464.5 TN ELIZABETHTON 0.6 NNW +US1TNCT0005 36.3467 -82.1975 526.7 TN ELIZABETHTON 2.0 ENE +US1TNCT0009 36.2077 -82.1804 802.8 TN ROAN MOUNTAIN 6.2 WNW +US1TNCT0012 36.3337 -82.2802 501.7 TN JOHNSON CITY 4.9 E +US1TNCY0002 36.5524 -85.5004 173.1 TN CELINA 0.3 NNE +US1TNCY0003 36.6146 -85.7871 232.6 TN RED BOILING SPRINGS 6.7 NNE +US1TNCY0004 36.5185 -85.5259 173.1 TN CELINA 2.4 SSW +US1TNDC0001 36.1973 -87.3644 230.4 TN CHARLOTTE 1.3 NW +US1TNDC0003 36.1272 -87.4598 238.0 TN DICKSON 5.8 NW +US1TNDC0005 36.0485 -87.3703 267.0 TN DICKSON 2.0 S +US1TNDC0006 36.0972 -87.4311 285.0 TN DICKSON 3.3 WNW +US1TNDC0009 35.9875 -87.4252 230.1 TN DICKSON 6.7 SSW +US1TNDC0014 36.2472 -87.3621 217.9 TN CHARLOTTE 4.4 N +US1TNDC0015 36.2120 -87.4058 246.0 TN VANLEER 2.8 SE +US1TNDC0016 36.0707 -87.3512 256.0 TN DICKSON 1.5 ESE +US1TNDC0024 36.0265 -87.4707 234.7 TN DICKSON 6.3 WSW +US1TNDC0026 36.1243 -87.2022 236.8 TN WHITE BLUFF 1.4 NNE +US1TNDC0028 36.2028 -87.5434 165.8 TN DICKSON 12.7 NW +US1TNDK0001 35.9302 -85.9025 331.0 TN SMITHVILLE 4.9 WSW +US1TNDK0003 36.0519 -85.7228 304.8 TN SILVER POINT 3.0 SSE +US1TNDK0004 36.0708 -86.0400 214.0 TN ALEXANDRIA 0.5 SW +US1TNDK0005 35.9889 -85.6700 298.1 TN SMITHVILLE 8.7 ENE +US1TNDK0006 36.0655 -85.7397 299.9 TN SILVER POINT 1.3SW +US1TNDK0008 36.0805 -85.8799 316.1 TN DOWELLTOWN 5.8 NE +US1TNDR0002 35.6484 -88.1278 151.2 TN PARSONS 0.5 E +US1TNDV0002 36.1606 -86.5893 174.0 TN HERMITAGE 3.1 SE +US1TNDV0004 36.0261 -86.7624 221.0 TN BRENTWOOD 2.5 NE +US1TNDV0005 36.0532 -86.8424 221.9 TN FOREST HILLS 0.8 SSW +US1TNDV0007 36.1089 -86.8822 177.1 TN BELLE MEADE 1.7 WNW +US1TNDV0008 36.1160 -86.9315 150.9 TN BELLE MEADE 4.4 WNW +US1TNDV0009 36.0984 -86.6128 159.1 TN RURAL HILL 5.7 W +US1TNDV0012 36.0130 -86.7014 188.1 TN BRENTWOOD 5.0 ENE +US1TNDV0014 36.0163 -86.6950 185.0 TN BRENTWOOD 5.4 ENE +US1TNDV0015 36.0968 -86.7212 167.0 TN NASHVILLE 6.3 SE +US1TNDV0016 36.0180 -86.7461 210.9 TN BRENTWOOD 2.7 ENE +US1TNDV0019 36.1422 -86.8357 159.1 TN NASHVILLE 3.5 SW +US1TNDV0022 36.0642 -86.8157 228.9 TN FOREST HILLS 1.2 E +US1TNDV0030 36.1194 -86.9065 166.4 TN NASHVILLE 7.5 SW +US1TNDV0031 36.2051 -86.6187 146.9 TN HERMITAGE 0.6 NNE +US1TNDV0033 36.1729 -86.6956 143.0 TN HERMITAGE 4.4 WSW +US1TNDV0035 36.2393 -86.7314 159.1 TN MADISON 2.0 SW +US1TNDV0038 36.1339 -86.8356 153.9 TN NASHVILLE 3.8 SW +US1TNDV0041 36.1941 -86.5764 153.0 TN HERMITAGE 2.6 E +US1TNDV0043 36.1440 -86.8580 149.0 TN BELLE MEADE 3.1 N +US1TNDV0045 36.0981 -86.8628 166.1 TN BELLE MEADE 0.4 W +US1TNDV0046 36.1095 -86.8376 175.9 TN BELLE MEADE 1.2 NE +US1TNDV0047 36.1260 -86.7954 193.9 TN BERRY HILL 1.6 WNW +US1TNDV0050 36.0673 -86.9413 182.0 TN BELLE MEADE 5.3 WSW +US1TNDV0053 36.1627 -86.8400 142.0 TN NASHVILLE 3.1 WSW +US1TNDV0054 36.2721 -86.7006 167.9 TN MADISON 0.9 NE +US1TNDV0057 36.1164 -86.8411 159.1 TN BELLE MEADE 1.4 NNE +US1TNDV0060 36.2816 -86.9301 249.0 TN JOELTON 4.2 WSW +US1TNDV0061 36.1595 -86.8513 132.9 TN BELLE MEADE 4.2 N +US1TNDV0065 36.0250 -86.6870 207.9 TN NOLENSVILLE 5.8 NNW +US1TNDV0067 36.1502 -86.5738 182.0 TN HERMITAGE 4.2 SE +US1TNDV0071 36.0718 -86.5941 160.9 TN ANTIOCH 4.5ENE +US1TNDV0072 36.0367 -86.6816 189.9 TN ANTIOCH 1.8SSW +US1TNDV0075 36.0243 -86.7509 210.0 TN BRENTWOOD 2.8 NE +US1TNDV0076 36.1196 -86.5461 174.0 TN MOUNT JULIET 6.1 SSW +US1TNDV0079 36.1388 -86.5657 158.5 TN MOUNT JULIET 5.2 SSW +US1TNDV0081 36.0818 -86.5969 167.9 TN ANTIOCH 4.3ENE +US1TNDV0082 36.2436 -86.6396 146.0 TN OLD HICKORY 1.2 SSE +US1TNDV0083 36.0282 -86.7228 253.9 TN BRENTWOOD 4.2 ENE +US1TNDV0086 36.3221 -86.7173 154.8 TN GOODLETTSVILLE 1.1 SW +US1TNDV0087 36.1169 -86.8098 189.9 TN BERRY HILL 2.3 W +US1TNDV0089 36.0294 -87.0234 178.9 TN PEGRAM 5.5 SSE +US1TNDV0091 36.2042 -86.8319 168.9 TN NASHVILLE 3.5 NW +US1TNDV0092 36.0358 -86.7254 216.1 TN BRENTWOOD 4.4 NE +US1TNDV0098 36.3357 -86.8615 260.0 TN JOELTON 1.6 N +US1TNDV0101 36.0196 -86.6723 189.9 TN NOLENSVILLE 5.1 NNW +US1TNDV0102 36.0940 -86.8341 200.9 TN BELLE MEADE 1.2 ESE +US1TNDV0108 36.0353 -86.7707 211.2 TN BRENTWOOD 2.8 NNE +US1TNDV0109 36.2363 -86.6962 131.4 TN MADISON 2.0 SSE +US1TNDV0110 36.0597 -86.9364 183.2 TN NASHVILLE 11.2 SW +US1TNDV0111 36.2549 -86.7307 168.9 TN MADISON 1.2 WSW +US1TNDV0112 36.1108 -86.8987 184.1 TN NASHVILLE 7.6 WSW +US1TNDV0113 36.1129 -86.7047 162.2 TN BERRY HILL 3.5 E +US1TNDV0114 36.2336 -86.6041 165.2 TN LAKEWOOD 1.7 ESE +US1TNDV0115 36.1083 -86.7771 166.7 TN BERRY HILL 0.9 SW +US1TNDV0117 36.2224 -86.7205 159.4 TN NASHVILLE 5.0 NE +US1TNDV0120 36.1903 -86.6378 143.9 TN HERMITAGE 0.9 WSW +US1TNDV0121 36.1784 -86.6704 188.4 TN NASHVILLE 6.4 E +US1TNDV0122 36.2130 -86.7166 138.7 TN NASHVILLE 4.8 NE +US1TNDV0131 36.3367 -86.7308 172.8 TN GOODLETTSVILLE 1.5 W +US1TNDV0138 36.1523 -86.8746 150.9 TN NASHVILLE 5.2 WSW +US1TNDV0139 36.0802 -86.8155 263.3 TN NASHVILLE 6.2 SSW +US1TNDV0141 36.1217 -86.6203 165.5 TN NASHVILLE 9.6 ESE +US1TNDV0143 36.1514 -86.6339 149.0 TN HERMITAGE 3.2 SSW +US1TNDV0144 36.0916 -86.7178 146.0 TN NASHVILLE 6.7 SE +US1TNDV0148 36.2395 -86.6050 149.0 TN OLD HICKORY 2.8 ESE +US1TNDV0150 36.1967 -86.6055 146.9 TN HERMITAGE 1.0 E +US1TNDV0152 36.1124 -86.8117 191.4 TN NASHVILLE 4.1 SSW +US1TNDV0153 36.1549 -86.9587 129.8 TN NASHVILLE 9.9 W +US1TNDV0155 36.1206 -86.7975 192.3 TN NASHVILLE 3.6 SSW +US1TNDV0157 36.1207 -86.8345 160.0 TN BELLE MEADE 1.9 NE +US1TNDV0161 36.0520 -86.5843 164.3 TN LA VERGNE 3.7 N +US1TNDV0162 36.0465 -86.7257 203.3 TN NASHVILLE 9.3 SSE +US1TNDV0163 36.0880 -86.7682 202.1 TN NASHVILLE 5.2 S +US1TNDV0166 36.2372 -86.6397 135.0 TN OLD HICKORY 1.6 SSE +US1TNDV0168 36.1397 -86.8531 143.9 TN NASHVILLE 4.4 WSW +US1TNDY0001 36.0381 -89.2032 85.0 TN NEWBERN 6.5 SE +US1TNDY0002 35.9709 -89.3545 93.0 TN DYERSBURG 4.9 SSE +US1TNDY0003 36.0354 -89.4613 84.1 TN DYERSBURG 4.5 W +US1TNDY0004 36.0928 -89.4135 109.1 TN DYERSBURG 4.1 NNW +US1TNDY0006 36.1083 -89.2807 108.8 TN NEWBERN 0.9 SW +US1TNFK0001 35.1425 -86.1870 313.9 TN WINCHESTER 5.4 SW +US1TNFK0002 35.0517 -86.2601 281.9 TN HUNTLAND 0.6 ESE +US1TNFK0003 35.1959 -86.1764 305.1 TN WINCHESTER 3.9 W +US1TNFK0006 35.1840 -86.1366 278.9 TN WINCHESTER 1.6 W +US1TNFK0008 35.0681 -86.2745 281.9 TN HUNTLAND 0.9 NNW +US1TNFK0009 35.1643 -86.1455 285.0 TN WINCHESTER 2.7 SW +US1TNFK0011 35.1468 -85.8748 570.0 TN SEWANEE 4.6 SE +US1TNFK0015 35.1885 -86.1167 303.9 TN WINCHESTER 0.5 W +US1TNFK0016 35.1199 -86.0639 313.3 TN WINCHESTER 5.4 SSE +US1TNFN0001 36.2767 -84.9122 513.9 TN ALLARDT 7.4 SSW +US1TNFN0002 36.5571 -84.9779 303.0 TN BYRDSTOWN 8.7 E +US1TNFN0003 36.2588 -84.9791 522.1 TN ALLARDT 10.0 SSW +US1TNFN0004 36.4938 -84.8413 505.1 TN JAMESTOWN 6.7 NE +US1TNFN0005 36.2453 -84.9342 526.1 TN JAMESTOWN 12.9 S +US1TNFN0006 36.2325 -84.9407 522.1 TN CLARKRANGE 6.0 NE +US1TNFN0007 36.4003 -84.8954 510.8 TN JAMESTOWN 3.1 SE +US1TNFY0001 35.2464 -89.5702 107.0 TN HICKORY WITHE 3.0 SSE +US1TNFY0002 35.2343 -89.4949 124.1 TN OAKLAND 1.3 NE +US1TNFY0004 35.2132 -89.4441 129.8 TN OAKLAND 4.0 E +US1TNFY0005 35.2392 -89.3283 112.5 TN SOMERVILLE 1.3 E +US1TNFY0007 35.2433 -89.3548 115.5 TN SOMERVILLE 0.5 NNW +US1TNFY0008 35.3876 -89.4779 106.4 TN MASON 3.7 ESE +US1TNFY0009 35.0854 -89.5372 117.0 TN ROSSVILLE 2.9 N +US1TNFY0010 34.9982 -89.3341 127.7 TN MOSCOW 5.6 SE +US1TNFY0011 35.0720 -89.5370 103.0 TN ROSSVILLE 2.0 N +US1TNFY0012 35.2617 -89.3534 106.7 TN SOMERVILLE 1.7 N +US1TNFY0013 35.1877 -89.4882 126.2 TN OAKLAND 2.9 SSE +US1TNGB0001 35.9310 -88.7674 129.8 TN MILAN 1.1 NW +US1TNGB0005 35.8063 -88.7759 150.9 TN MEDINA 0.2 NNW +US1TNGB0008 36.0769 -88.9388 106.1 TN DYER 3.0 E +US1TNGB0013 36.0374 -88.9482 125.0 TN DYER 3.4 SE +US1TNGL0001 35.4386 -87.0958 305.7 TN LYNNVILLE 6.6 NW +US1TNGL0002 35.0493 -86.9823 280.1 TN PROSPECT 2.0NE +US1TNGL0003 35.2319 -87.1647 221.0 TN PULASKI 5.4 SW +US1TNGL0004 34.9946 -86.9376 206.0 TN ARDMORE 4.6 W +US1TNGL0005 35.2005 -87.0116 249.0 TN PULASKI 1.3 ENE +US1TNGL0006 35.2127 -86.9504 263.0 TN PULASKI 4.9 ENE +US1TNGL0008 35.1018 -87.1656 289.0 TN GOODSPRING 4.6 SW +US1TNGL0011 35.2539 -86.9133 299.0 TN PULASKI 7.9 ENE +US1TNGL0013 35.1403 -87.1490 301.1 TN PULASKI 7.5 WSW +US1TNGL0016 35.2152 -86.7799 253.6 TN CORNERSVILLE 10.5 SSE +US1TNGN0001 36.0195 -82.8309 445.0 TN GREENEVILLE 10.1 S +US1TNGN0002 36.0858 -82.7608 441.0 TN GREENEVILLE 6.4 SSE +US1TNGN0004 36.1387 -83.0745 363.9 TN MOSHEIM 7.5 WSW +US1TNGN0008 36.1224 -82.8162 467.6 TN GREENEVILLE 3.0 S +US1TNGN0009 36.3390 -82.8419 363.9 TN BAILEYTON 1.0 NW +US1TNGN0010 36.1779 -82.7629 451.1 TN TUSCULUM 0.7 WNW +US1TNGR0001 36.2329 -83.6714 403.3 TN WASHBURN 1.3 SSE +US1TNGR0003 36.2553 -83.5529 350.8 TN RUTLEDGE 2.0 SW +US1TNGR0008 36.2295 -83.4477 389.2 TN RUTLEDGE 5.3 SE +US1TNGY0001 35.2022 -85.8232 535.2 TN MONTEAGLE 2.6 SSE +US1TNGY0002 35.4703 -85.6371 294.1 TN BEERSHEBA SPRINGS 2.1 ENE +US1TNGY0003 35.4219 -85.7179 570.9 TN ALTAMONT 0.8 SE +US1TNGY0004 35.4341 -85.7979 619.0 TN ALTAMONT 3.9 W +US1TNGY0005 35.4638 -85.6509 559.9 TN BEERSHEBA SPRINGS 1.2 ENE +US1TNGY0006 35.2812 -85.8548 317.9 TN PELHAM 2.6 SSE +US1TNGY0007 35.2366 -85.8050 577.0 TN MONTEAGLE 2.0 E +US1TNGY0008 35.4611 -85.7858 612.0 TN ALTAMONT 3.9 NW +US1TNGY0011 35.4351 -85.7184 553.8 TN ALTAMONT 0.7 ENE +US1TNGY0013 35.3730 -85.6133 582.2 TN GRUETLI-LAAGER 1.3 E +US1TNHB0002 36.2012 -83.3891 374.9 TN MORRISTOWN 5.3 W +US1TNHB0003 36.1607 -83.4609 379.5 TN JEFFERSON CITY 2.1 NE +US1TNHB0004 36.2677 -83.1430 370.3 TN BULLS GAP 3.6 W +US1TNHB0005 36.1912 -83.3976 385.0 TN MORRISTOWN 5.9 WSW +US1TNHC0001 36.5882 -83.0842 416.1 TN SNEEDVILLE 7.9 ENE +US1TNHC0002 36.5891 -83.0398 429.2 TN KYLES FORD 1.0 N +US1TNHD0003 35.5536 -88.2670 142.0 TN SCOTTS HILL 2.8 NNW +US1TNHD0009 35.4388 -88.3501 139.9 TN SARDIS 3.2 W +US1TNHK0001 36.5503 -82.8253 456.9 TN SURGOINSVILLE 5.6 NNE +US1TNHK0004 36.5690 -82.6829 442.3 TN CHURCH HILL 3.4 NNE +US1TNHK0005 36.4503 -82.8766 360.6 TN ROGERSVILLE 7.8 ENE +US1TNHK0006 36.5796 -82.6619 450.8 TN MOUNT CARMEL 1.3 N +US1TNHL0002 35.0764 -85.1696 253.9 TN CHATTANOOGA 5.0 E +US1TNHL0003 34.9949 -85.2495 228.0 TN EAST RIDGE 1.2 W +US1TNHL0005 35.1555 -85.2669 243.8 TN RED BANK 3.4 NNE +US1TNHL0007 35.1243 -85.3624 531.9 TN SIGNAL MOUNTAIN 1.2 WSW +US1TNHL0009 35.1736 -85.1046 262.1 TN HARRISON 3.9 NE +US1TNHL0011 35.1794 -85.2077 223.1 TN HIXSON 2.0 NW +US1TNHL0012 35.2168 -85.0441 264.9 TN BLUE SPRINGS 2.0E +US1TNHL0013 35.1175 -85.2624 242.0 TN CHATTANOOGA 3.6 N +US1TNHL0014 35.1522 -85.0481 213.1 TN OOLTEWAH 6.7 NNE +US1TNHL0015 35.0672 -85.1999 220.1 TN CHATTANOOGA 3.6 E +US1TNHL0016 34.9961 -85.0564 260.3 TN APISON 2.7 SW +US1TNHL0019 35.1226 -85.1171 274.6 TN HARRISON 1.7 ESE +US1TNHL0020 35.0140 -85.1492 213.1 TN CHATTANOOGA 9.4 ESE +US1TNHL0022 35.0337 -85.0905 276.1 TN OOLTEWAH 2.0 S +US1TNHL0023 35.0381 -85.0904 284.1 TN OOLTEWAH 3.0 SW +US1TNHL0027 35.1010 -85.2394 201.5 TN CHATTANOOGA 2.6 NNE +US1TNHL0030 35.1303 -85.3426 563.9 TN SIGNAL MOUNTAIN 0.0 WSW +US1TNHL0031 35.1036 -85.1790 218.8 TN CHATTANOOGA 5.1 ENE +US1TNHL0032 35.1465 -85.3229 596.2 TN SIGNAL MOUNTAIN 1.6 NE +US1TNHL0035 35.2143 -85.1217 249.9 TN SODDY-DAISY 4.4 SE +US1TNHL0036 34.9901 -85.2595 241.7 TN EAST RIDGE 1.8 WSW +US1TNHL0043 35.0669 -85.0922 290.5 TN COLLEGEDALE 2.8 WNW +US1TNHL0044 35.0406 -85.1109 273.4 TN CHATTANOOGA 8.5 ESE +US1TNHL0045 35.0352 -85.3612 207.0 TN CHATTANOOGA 6.3 WSW +US1TNHL0048 35.1712 -85.1545 238.0 TN MIDDLE VALLEY 2.3 ESE +US1TNHL0049 35.1334 -85.1088 271.3 TN OOLTEWAH 5.0 NNW +US1TNHL0050 35.1506 -85.3124 578.2 TN SIGNAL MOUNTAIN 2.2 NE +US1TNHL0051 35.0066 -85.2406 219.2 TN EAST RIDGE 0.9 NW +US1TNHM0001 35.8110 -87.4229 198.1 TN CENTERVILLE 1.9 NE +US1TNHM0002 35.9300 -87.4695 170.7 TN CENTERVILLE 9.5 N +US1TNHM0006 35.9350 -87.2662 285.0 TN BON AQUA 3.0 ESE +US1TNHM0009 35.6848 -87.3400 214.6 TN CENTERVILLE 10.4 SE +US1TNHM0010 35.9526 -87.2166 243.8 TN FAIRVIEW 5.5 WSW +US1TNHM0011 35.6649 -87.6482 215.5 TN PLEASANTVILLE 2.8 E +US1TNHM0012 35.8742 -87.3436 259.7 TN LYLES 3.3 S +US1TNHN0001 35.1136 -88.2598 153.0 TN SAVANNAH 7.7 S +US1TNHN0003 35.4000 -88.0655 125.0 TN CLIFTON 4.3 WNW +US1TNHN0004 35.1557 -88.1333 164.9 TN SAVANNAH 7.5 SE +US1TNHN0005 35.2026 -88.3618 142.0 TN ADAMSVILLE 2.7 SSE +US1TNHP0002 36.0906 -87.6609 251.2 TN MCEWEN 1.8SW +US1TNHP0006 36.0080 -87.9561 146.9 TN NEW JOHNSONVILLE 1.0 SSE +US1TNHP0008 36.1147 -87.7455 230.1 TN WAVERLY 2.8 ENE +US1TNHP0010 35.9032 -87.8191 137.2 TN HURRICANE MILLS 1.5 W +US1TNHR0002 35.4122 -88.8899 129.8 TN MEDON 3.5 SSW +US1TNHR0003 35.3455 -89.1526 159.4 TN WHITEVILLE 1.3 NNW +US1TNHT0001 36.3087 -87.7842 210.0 TN TENNESSEE RIDGE 1.4 SW +US1TNHT0003 36.3237 -87.6289 192.0 TN ERIN 4.1 E +US1TNHT0004 36.2771 -87.7601 200.9 TN TENNESSEE RIDGE 3.0 S +US1TNHT0005 36.2852 -87.6136 226.2 TN ERIN 5.4 ESE +US1TNHW0001 35.5841 -89.2423 106.1 TN BROWNSVILLE 1.0 SE +US1TNHW0004 35.4518 -89.2457 113.7 TN STANTON 8.8 E +US1TNHW0005 35.4388 -89.1876 128.3 TN WHITEVILLE 8.0 NNW +US1TNHY0003 36.2976 -88.3246 167.9 TN PARIS 1.0 W +US1TNHY0004 36.2792 -88.2774 137.8 TN PARIS 2.2 SE +US1TNHY0006 36.2900 -88.2936 125.3 TN PARIS 1.0 SE +US1TNHY0007 36.2649 -88.4000 145.1 TN HENRY 4.5 N +US1TNJC0001 36.4396 -85.5448 292.0 TN GAINESBORO 8.2 NE +US1TNJC0002 36.3442 -85.5893 164.0 TN GAINESBORO 3.8 ESE +US1TNJC0005 36.2978 -85.8017 165.2 TN GRANVILLE 1.9 N +US1TNJC0009 36.3188 -85.5019 184.7 TN COOKEVILLE 11.2 N +US1TNJC0010 36.3205 -85.7337 175.9 TN GAINESBORO 5.2 WSW +US1TNJC0011 36.3896 -85.6621 168.6 TN GAINESBORO 2.1 NNW +US1TNJF0001 36.0768 -83.6858 296.6 TN MASCOT 4.5 E +US1TNJF0004 36.1192 -83.2694 377.6 TN WHITE PINE 2.0 NE +US1TNJF0005 36.1110 -83.4738 370.9 TN JEFFERSON CITY 0.9 SE +US1TNJH0001 36.4347 -81.9140 694.9 TN MOUNTAIN CITY 6.6 WSW +US1TNKX0001 36.0344 -83.9793 325.8 TN KNOXVILLE 4.5 NNW +US1TNKX0003 35.8875 -83.9755 282.2 TN KNOXVILLE 6.2 SSW +US1TNKX0004 35.9678 -84.1124 313.9 TN KARNS 0.6 SSE +US1TNKX0005 35.9831 -84.0442 398.1 TN KNOXVILLE 5.5 W +US1TNKX0006 36.0509 -84.0373 376.1 TN POWELL 1.3 NNW +US1TNKX0008 35.8969 -84.1511 310.3 TN FARRAGUT 2.3 NE +US1TNKX0009 36.1109 -83.9205 368.8 TN HALLS-NORTHERN KNOX +US1TNKX0011 36.0865 -83.7559 309.1 TN MASCOT 1.4 NNE +US1TNKX0019 35.9380 -84.1170 343.8 TN KNOXVILLE 9.9 WSW +US1TNKX0023 35.8876 -84.1352 324.9 TN FARRAGUT 2.8 ENE +US1TNKX0029 35.9151 -83.8207 282.5 TN KNOXVILLE 8.1 ESE +US1TNKX0033 35.9339 -84.0125 285.6 TN KNOXVILLE 4.6 SW +US1TNKX0034 36.0512 -83.9862 309.4 TN KNOXVILLE 5.7 NNW +US1TNKX0041 35.9168 -84.0693 310.0 TN KNOXVILLE 8.0 WSW +US1TNKX0042 35.8819 -84.1971 297.2 TN FARRAGUT 1.0 WNW +US1TNKX0043 35.9961 -83.9944 311.5 TN KNOXVILLE 3.1 WNW +US1TNKX0050 35.9709 -83.9335 285.0 TN KNOXVILLE 0.8 ESE +US1TNKX0053 35.9400 -84.1305 303.6 TN KNOXVILLE 10.6 WSW +US1TNKX0055 35.9523 -84.0019 337.7 TN KNOXVILLE 3.5 WSW +US1TNLC0002 35.2315 -86.6060 247.2 TN FAYETTEVILLE 6.1 NNW +US1TNLC0003 35.1090 -86.6543 231.6 TN FAYETTEVILLE 5.8 WSW +US1TNLC0004 35.0225 -86.5561 281.0 TN FAYETTEVILLE 8.8 S +US1TNLC0005 35.1625 -86.6683 249.9 TN FAYETTEVILLE 5.9 W +US1TNLC0006 35.2028 -86.7777 224.9 TN FAYETTEVILLE 7.9 WNW +US1TNLC0007 35.0286 -86.5975 268.8 TN FAYETTEVILLE 8.6 SSW +US1TNLC0009 35.1416 -86.5690 203.0 TN FAYETTEVILLE 0.6 SSW +US1TNLC0011 35.0124 -86.6668 278.0 TN ARDMORE 10.8 E +US1TNLC0012 35.0260 -86.5540 280.1 TN FAYETTEVILLE 8.6 S +US1TNLC0013 35.0502 -86.7537 281.9 TN TAFT 2.9 NW +US1TNLC0014 35.0693 -86.6488 296.9 TN FAYETTEVILLE 7.3 SW +US1TNLC0015 35.0535 -86.4193 273.1 TN FLINTVILLE 0.6 S +US1TNLC0017 35.1572 -86.5843 230.4 TN FAYETTEVILLE 1.2 WNW +US1TNLC0018 35.0415 -86.5769 283.5 TN FAYETTEVILLE 7.5 S +US1TNLC0019 35.1473 -86.5899 214.9 TN FAYETTEVILLE 1.5 W +US1TNLC0020 35.2147 -86.7798 249.9 TN FRANKEWING 4.0 ENE +US1TNLD0001 35.8951 -89.3874 89.0 TN GATES 4.0 NNE +US1TNLN0001 35.8266 -84.2251 260.9 TN LENOIR CITY 3.1 NE +US1TNLN0004 35.6540 -84.3686 329.8 TN PHILADELPHIA 2.5 SE +US1TNLN0010 35.6672 -84.1423 275.8 TN GREENBACK 2.1 ENE +US1TNLN0011 35.7490 -84.2650 260.9 TN LOUDON 5.3 E +US1TNLR0007 35.1392 -87.3786 281.0 TN LORETTO 5.2 NE +US1TNLR0009 35.2546 -87.3845 274.9 TN LAWRENCEBURG 8.8 SE +US1TNLR0010 35.3053 -87.4383 289.9 TN LAWRENCEBURG 7.0 NW +US1TNLR0013 35.1176 -87.4576 256.0 TN LORETTO 2.8 NNW +US1TNLR0016 35.1006 -87.3485 285.9 TN LORETTO 5.1 ENE +US1TNLR0024 35.2035 -87.4152 301.8 TN LAWRENCEBURG 5.2 SW +US1TNLR0025 35.2468 -87.3137 274.9 TN LAWRENCEBURG 1.4 E +US1TNLS0002 35.5681 -87.6280 221.0 TN HOHENWALD 4.0 WNW +US1TNLS0003 35.5268 -87.5333 288.0 TN HOHENWALD 2.2 SE +US1TNLS0005 35.5509 -87.5536 295.4 TN HOHENWALD 0.3 E +US1TNMA0001 35.2552 -85.5516 558.1 TN WHITWELL 4.8 NNW +US1TNMA0003 35.0841 -85.6289 199.0 TN JASPER 1.7 N +US1TNMA0004 35.1980 -85.5143 223.1 TN WHITWELL 0.3 SE +US1TNMA0005 35.2063 -85.5148 216.1 TN WHITWELL 0.4 NNE +US1TNMA0006 35.2207 -85.8579 566.9 TN MONTEAGLE 1.6 SW +US1TNMA0007 35.2136 -85.6885 558.1 TN MONTEAGLE 8.7 E +US1TNMA0008 35.2290 -85.4457 234.1 TN WHITWELL 4.5 ENE +US1TNMA0009 35.0803 -85.5162 195.1 TN WHITWELL 8.4 S +US1TNMA0010 35.1638 -85.4918 208.8 TN WHITWELL 3.0 SSE +US1TNMA0011 35.0464 -85.6788 203.6 TN KIMBALL 0.3 WNW +US1TNMC0003 36.5681 -86.1771 284.1 TN WESTMORELAND 3.9 E +US1TNMC0004 36.4502 -85.9247 232.0 TN LAFAYETTE 7.8 SE +US1TNMC0007 36.5724 -86.0591 278.6 TN LAFAYETTE 3.7 NNW +US1TNMD0002 35.6881 -88.6477 164.9 TN JACKSON 10.8 ENE +US1TNMD0003 35.6181 -88.8458 106.1 TN JACKSON 1.4 SW +US1TNMD0004 35.6874 -88.8809 149.0 TN JACKSON 4.7 NW +US1TNMD0005 35.7000 -88.7724 143.3 TN JACKSON 5.6 NE +US1TNMD0006 35.6925 -88.8603 141.7 TN JACKSON 4.4 NNW +US1TNMD0007 35.6416 -88.8102 157.9 TN JACKSON 1.2 ENE +US1TNMD0008 35.7512 -88.8060 123.1 TN MEDINA 4.0 SSW +US1TNMD0009 35.7538 -88.8052 143.0 TN MEDINA 3.8 SSW +US1TNMD0010 35.7108 -88.9590 120.1 TN GADSDEN 4.9 SSE +US1TNMD0015 35.6959 -88.8399 130.8 TN JACKSON 4.3 N +US1TNMD0016 35.5820 -88.8279 119.8 TN JACKSON 3.6 S +US1TNMD0017 35.5681 -88.7009 132.6 TN JACKSON 8.5 ESE +US1TNMD0018 35.6929 -88.8173 145.1 TN JACKSON 4.1 N +US1TNMD0020 35.7677 -88.7417 118.0 TN MEDINA 3.1 SE +US1TNMD0021 35.6881 -88.8857 124.7 TN JACKSON 4.9 NW +US1TNMD0022 35.6998 -88.8971 135.3 TN JACKSON 6.0 NW +US1TNMD0023 35.6959 -88.8585 139.6 TN JACKSON 4.6 NNW +US1TNMD0025 35.6753 -88.8257 0.0 TN JACKSON 2.9 N +US1TNMD0026 35.6030 -88.9220 127.7 TN JACKSON 5.7 WSW +US1TNMD0027 35.6894 -88.9072 139.9 TN JACKSON 5.9 NW +US1TNMD0029 35.5729 -88.8218 114.9 TN JACKSON 4.2 S +US1TNMD0031 35.7287 -88.7109 157.3 TN JACKSON 9.3 NE +US1TNMD0032 35.5143 -88.8306 140.8 TN MEDON 4.3 NNE +US1TNME0001 35.2866 -86.3692 257.3 TN LYNCHBURG 0.7WNW +US1TNME0002 35.2667 -86.2833 310.9 TN LYNCHBURG 4.0 ESE +US1TNME0006 35.2986 -86.3611 251.2 TN LYNCHBURG 1.0 NNW +US1TNME0007 35.3021 -86.3599 258.2 TN LYNCHBURG 1.2 N +US1TNMG0001 35.9910 -84.5473 332.2 TN HARRIMAN 4.1 NNE +US1TNMG0002 36.1713 -84.7917 447.4 TN WARTBURG 12.3 WNW +US1TNMG0003 36.0950 -84.4420 410.9 TN PETROS 0.2E +US1TNMG0006 36.1671 -84.8891 524.0 TN DEER LODGE 7.6 WSW +US1TNMG0007 36.2808 -84.8359 480.4 TN DEER LODGE 7.0 NW +US1TNMG0009 36.2320 -84.6846 447.8 TN SUNBRIGHT 1.2 SW +US1TNMG0010 36.0589 -84.4880 389.8 TN OLIVER SPRINGS 9.0 W +US1TNML0001 35.4459 -86.8171 246.0 TN LEWISBURG 1.6 W +US1TNML0002 35.4683 -86.7986 228.9 TN LEWISBURG 1.6 NNW +US1TNML0004 35.3696 -86.7314 289.9 TN LEWISBURG 6.2 SSE +US1TNML0006 35.3887 -86.8439 285.0 TN LEWISBURG 5.1 SW +US1TNML0007 35.3183 -86.8728 235.0 TN CORNERSVILLE 3.3 SSW +US1TNML0008 35.4488 -86.8662 226.2 TN LEWISBURG 4.4 W +US1TNML0010 35.3231 -86.7936 262.1 TN CORNERSVILLE 3.6 SE +US1TNML0013 35.4978 -86.7478 210.0 TN LEWISBURG 4.2 NNE +US1TNML0014 35.6170 -86.7530 205.7 TN CHAPEL HILL 3.3 WSW +US1TNML0016 35.6801 -86.6537 234.1 TN CHAPEL HILL 4.3 NNE +US1TNMM0001 35.5109 -84.5497 302.1 TN NIOTA 0.3 S +US1TNMM0002 35.3450 -84.5336 289.0 TN ETOWAH 0.7 NNW +US1TNMM0003 35.5408 -84.5907 291.1 TN NIOTA 2.9 NW +US1TNMM0005 35.4574 -84.6086 294.1 TN ATHENS 0.6 NW +US1TNMM0006 35.6357 -84.6198 256.0 TN ROCKWOOD 11.3 S +US1TNMM0009 35.3655 -84.7535 250.2 TN RICEVILLE 3.7 WSW +US1TNMN0002 35.0495 -88.6222 152.1 TN RAMER 1.5 S +US1TNMN0003 35.3782 -88.5490 154.8 TN FINGER 4.1 ENE +US1TNMR0001 35.5918 -84.2738 274.9 TN VONORE 2.4 W +US1TNMR0003 35.4419 -84.3871 410.9 TN MADISONVILLE 4S +US1TNMR0004 35.5387 -84.3523 313.9 TN MADISONVILLE 1.2 NNE +US1TNMR0010 35.5927 -84.2363 268.2 TN VONORE 0.4 SW +US1TNMS0001 35.6845 -84.7057 238.0 TN TEN MILE 2.2 NW +US1TNMS0002 35.4114 -84.8666 228.9 TN DECATUR 8.9 SSW +US1TNMT0001 36.5785 -87.4074 157.0 TN CLARKSVILLE 3.5 WNW +US1TNMT0002 36.5899 -87.2452 159.1 TN CLARKSVILLE 6.0 ENE +US1TNMT0003 36.5147 -87.5919 192.0 TN CUMBERLAND CITY 9.6 NNE +US1TNMT0008 36.5900 -87.3930 153.9 TN CLARKSVILLE 3.2 NW +US1TNMT0016 36.5754 -87.3365 150.9 TN CLARKSVILLE 1.2 NNE +US1TNMT0018 36.4957 -87.2189 182.9 TN CLARKSVILLE 8.4 ESE +US1TNMT0019 36.4085 -87.3246 170.1 TN CLARKSVILLE 10.6 S +US1TNMT0020 36.5020 -87.2290 185.0 TN CLARKSVILLE 7.7 ESE +US1TNMT0024 36.5386 -87.2070 137.2 TN CLARKSVILLE 7.1 ESE +US1TNMT0026 36.5730 -87.4180 170.1 TN CLARKSVILLE 4.0 WNW +US1TNMT0027 36.5903 -87.4175 148.1 TN CLARKSVILLE 4.4 WNW +US1TNMT0029 36.5013 -87.2538 184.1 TN CLARKSVILLE 6.6 SE +US1TNMT0032 36.6197 -87.2825 153.9 TN CLARKSVILLE 5.4 NE +US1TNMT0033 36.4966 -87.1994 182.9 TN CLARKSVILLE 9.3 ESE +US1TNMT0034 36.4964 -87.2927 135.9 TN CLARKSVILLE 5.4 SE +US1TNMT0036 36.3414 -87.3722 173.1 TN SLAYDEN 6.3 ENE +US1TNMT0037 36.3837 -87.5272 182.9 TN CUMBERLAND CITY 6.5 E +US1TNMT0038 36.4805 -87.5005 150.0 TN CLARKSVILLE 10.2 WSW +US1TNMT0039 36.4373 -87.2064 185.0 TN CLARKSVILLE 11.6 SE +US1TNMT0041 36.5160 -87.3270 164.9 TN CLARKSVILLE 3.3 SSE +US1TNMT0042 36.4629 -87.4788 145.1 TN CLARKSVILLE 10.0 SW +US1TNMT0043 36.5114 -87.2500 166.1 TN CLARKSVILLE 6.4 ESE +US1TNMT0047 36.5142 -87.3646 130.1 TN CLARKSVILLE 3.4 SSW +US1TNMT0049 36.5564 -87.3168 159.1 TN CLARKSVILLE 1.7 E +US1TNMT0050 36.4781 -87.2699 171.9 TN CLARKSVILLE 7.2 SE +US1TNMT0052 36.5013 -87.2538 184.1 TN CLARKSVILLE 6.6 SE +US1TNMT0060 36.5758 -87.4398 180.1 TN CLARKSVILLE 5.2 W +US1TNMT0061 36.5176 -87.4290 166.4 TN CLARKSVILLE 5.4 WSW +US1TNMT0063 36.6027 -87.3793 149.0 TN CLARKSVILLE 3.4 NNW +US1TNMT0067 36.5823 -87.4093 162.2 TN CLARKSVILLE 3.7 WNW +US1TNMT0069 36.5352 -87.2186 155.8 TN CLARKSVILLE 7.4 ESE +US1TNMT0073 36.4596 -87.5730 177.4 TN CLARKSVILLE 14.4 WSW +US1TNMT0077 36.3992 -87.3923 203.6 TN CUNNINGHAM 0.5 NW +US1TNMT0078 36.4607 -87.1842 203.3 TN CLARKSVILLE 11.4 SE +US1TNMT0079 36.5556 -87.4354 171.6 TN CLARKSVILLE 4.9 NW +US1TNMT0080 36.5445 -87.2984 147.5 TN CLARKSVILLE 2.9 ESE +US1TNMT0081 36.3505 -87.3300 190.2 TN SOUTHSIDE 2.4 SW +US1TNMT0085 36.3817 -87.2483 158.8 TN CLARKSVILLE 13.6 SSE +US1TNMY0001 35.7166 -87.0731 195.1 TN COLUMBIA 6.6 NNW +US1TNMY0003 35.6210 -86.8255 196.0 TN CHAPEL HILL 7.3 W +US1TNMY0004 35.6802 -86.9398 217.9 TN SPRING HILL 4.4 SSW +US1TNMY0008 35.6072 -87.0592 220.1 TN COLUMBIA 1.2 SSW +US1TNMY0010 35.4652 -86.9517 245.1 TN CULLEOKA 2.3SE +US1TNMY0011 35.6747 -86.9076 246.9 TN SPRING HILL 4.7 S +US1TNMY0013 35.6150 -87.0353 199.9 TN COLUMBIA 0.9 SE +US1TNMY0014 35.6411 -87.0170 200.9 TN COLUMBIA 2.2 NE +US1TNMY0015 35.5013 -87.0717 217.0 TN COLUMBIA 8.5 S +US1TNMY0016 35.7199 -86.8466 237.1 TN SPRING HILL 4.6 ESE +US1TNMY0021 35.5401 -87.2718 220.7 TN MOUNT PLEASANT 4.6 W +US1TNMY0024 35.6627 -86.9123 242.0 TN SPRING HILL 5.5 S +US1TNMY0026 35.6208 -87.0543 186.8 TN COLUMBIA 0.3 WSW +US1TNMY0027 35.6899 -87.0060 193.2 TN COLUMBIA 5.2 NNE +US1TNOB0001 36.3720 -89.0064 93.0 TN UNION CITY 4.3 SE +US1TNOB0005 36.3262 -89.1825 125.0 TN TROY 1.5 SW +US1TNOV0001 36.3846 -85.3182 319.1 TN LIVINGSTON 0.6 ESE +US1TNOV0003 36.4624 -85.4302 323.1 TN STANDING STONE STATE PARK +US1TNOV0004 36.4132 -85.3438 427.0 TN LIVINGSTON 1.9 NNW +US1TNOV0005 36.3565 -85.3871 303.9 TN LIVINGSTON 4.0 SW +US1TNOV0008 36.3655 -85.3949 323.4 TN LIVINGSTON 4.1 WSW +US1TNOV0009 36.2428 -85.3125 344.7 TN RICKMAN 3.8 ESE +US1TNPK0001 35.1688 -84.6135 287.7 TN BENTON 2.3 ESE +US1TNPM0003 36.1712 -85.4428 338.0 TN COOKEVILLE 3.6 ENE +US1TNPM0004 36.1264 -85.3139 554.1 TN MONTEREY 3.9 W +US1TNPM0005 36.1747 -85.4639 335.0 TN COOKEVILLE 2.6 ENE +US1TNPM0007 36.1658 -85.4530 345.0 TN COOKEVILLE 3.0 ENE +US1TNPM0010 36.1885 -85.5789 305.1 TN COOKEVILLE 4.6 WNW +US1TNPM0011 36.2678 -85.4733 303.9 TN COOKEVILLE 7.9 NNE +US1TNPM0014 36.2048 -85.5244 337.1 TN COOKEVILLE 3.5 NNW +US1TNPM0018 36.1924 -85.5917 313.9 TN COOKEVILLE 5.4 WNW +US1TNPM0019 36.2143 -85.5973 321.3 TN COOKEVILLE 6.5 NW +US1TNPM0020 36.1671 -85.6294 328.0 TN BAXTER 1.0 NNE +US1TNPM0021 36.1476 -85.4362 446.8 TN COOKEVILLE 3.9 E +US1TNPM0023 36.1395 -85.4861 313.0 TN COOKEVILLE 1.6 SE +US1TNPM0024 36.1917 -85.4469 343.5 TN COOKEVILLE 4.1 NE +US1TNPM0027 36.1791 -85.4673 337.1 TN COOKEVILLE 2.6 NE +US1TNPM0029 36.1135 -85.4546 295.7 TN COOKEVILLE 4.1 SE +US1TNPM0031 36.1153 -85.5332 319.4 TN COOKEVILLE 3.3 SSW +US1TNPM0032 36.2718 -85.4933 298.7 TN COOKEVILLE 8.0 N +US1TNPM0033 36.1750 -85.4366 344.4 TN COOKEVILLE 4.0 ENE +US1TNPM0035 36.1824 -85.4475 334.1 TN COOKEVILLE 3.7 ENE +US1TNPM0036 36.1979 -85.5180 328.0 TN COOKEVILLE 2.9 NNW +US1TNPM0038 36.2001 -85.4706 323.1 TN COOKEVILLE 3.6 NNE +US1TNPM0040 36.1766 -85.4713 347.8 TN COOKEVILLE 2.3 NE +US1TNPM0043 36.1453 -85.5164 339.2 TN COOKEVILLE 1.0 SW +US1TNPT0001 36.5538 -85.2532 298.1 TN BYRDSTOWN 6.8 WSW +US1TNPT0002 36.5705 -85.0659 294.1 TN BYRDSTOWN 3.7 E +US1TNPT0003 36.5442 -85.1598 301.8 TN BYRDSTOWN 2.8 SSW +US1TNPY0003 35.6054 -87.8398 159.1 TN LINDEN 0.5 SSE +US1TNPY0004 35.7214 -87.8807 165.5 TN LINDEN 7.9 NNW +US1TNRB0001 36.3650 -86.8287 263.0 TN RIDGETOP 3.8 SW +US1TNRB0002 36.5502 -86.7476 223.1 TN CROSS PLAINS 3.7 W +US1TNRB0003 36.4930 -86.9107 201.5 TN SPRINGFIELD 1.8 WSW +US1TNRB0005 36.5106 -86.8918 196.0 TN SPRINGFIELD 1.1 NW +US1TNRB0006 36.5385 -86.8993 216.1 TN SPRINGFIELD 2.9 NNW +US1TNRB0007 36.4728 -86.6692 259.1 TN WHITE HOUSE 0.7 N +US1TNRB0010 36.4074 -86.8662 228.3 TN GREENBRIER 3.8 WSW +US1TNRB0013 36.4208 -86.9803 221.0 TN SPRINGFIELD 7.8 SW +US1TNRB0014 36.4886 -86.8306 221.9 TN SPRINGFIELD 2.8 ESE +US1TNRB0015 36.4437 -86.7981 253.9 TN GREENBRIER 1.4 N +US1TNRB0016 36.5875 -87.0060 191.1 TN CEDAR HILL 2.6 N +US1TNRB0018 36.5700 -87.0571 185.9 TN ADAMS 2.9 WSW +US1TNRB0024 36.5667 -86.6743 228.0 TN CROSS PLAINS 1.9 NNE +US1TNRB0025 36.4947 -86.9118 200.9 TN SPRINGFIELD 1.9 W +US1TNRB0030 36.3943 -86.8091 268.8 TN GREENBRIER 2.0 SSW +US1TNRB0035 36.3806 -86.9898 201.2 TN PLEASANT VIEW 2.8 ESE +US1TNRB0038 36.6123 -86.9798 175.0 TN CEDAR HILL 4.4 NNE +US1TNRD0001 35.9247 -86.4367 167.9 TN MURFREESBORO 5.5 NNW +US1TNRD0008 35.8314 -86.4451 193.9 TN MURFREESBORO 3.2 WSW +US1TNRD0009 35.9400 -86.5600 177.1 TN SMYRNA 3.8 SW +US1TNRD0012 35.8628 -86.2398 191.1 TN MURFREESBORO 8.7 E +US1TNRD0013 35.7949 -86.4004 188.1 TN MURFREESBORO 4.1 S +US1TNRD0017 35.9732 -86.5532 181.1 TN SMYRNA 2.1 WSW +US1TNRD0020 35.9106 -86.3524 167.9 TN MURFREESBORO 4.6 NNE +US1TNRD0030 35.8303 -86.4352 180.1 TN MURFREESBORO 2.8 SW +US1TNRD0035 35.8240 -86.4389 185.9 TN MURFREESBORO 3.2 SW +US1TNRD0036 35.9633 -86.5129 163.1 TN SMYRNA 1.4 S +US1TNRD0037 35.8811 -86.4162 178.9 TN MURFREESBORO 2.3 NNW +US1TNRD0040 35.9246 -86.5520 175.0 TN SMYRNA 4.5 SSW +US1TNRD0041 35.9708 -86.3064 214.9 TN LASCASSAS 3.6 NW +US1TNRD0042 35.8108 -86.4052 188.1 TN MURFREESBORO 3.0 SSW +US1TNRD0043 35.7450 -86.3803 200.9 TN MURFREESBORO 7.5 S +US1TNRD0044 35.8632 -86.4843 177.4 TN MURFREESBORO 5.1 WNW +US1TNRD0048 35.7138 -86.2556 246.0 TN MURFREESBORO 12.4 SE +US1TNRD0049 35.9201 -86.5260 170.1 TN SMYRNA 4S +US1TNRD0050 35.9025 -86.3098 191.1 TN MURFREESBORO 5.8 NE +US1TNRD0055 35.7003 -86.5250 237.1 TN ROCK VALE 4.5S +US1TNRD0057 36.0521 -86.5435 156.1 TN LA VERGNE 4.0 NNE +US1TNRD0059 35.9916 -86.5610 207.0 TN LA VERGNE 0.9 SE +US1TNRD0062 35.7290 -86.4162 204.2 TN MURFREESBORO 8.7 S +US1TNRD0063 35.9702 -86.5430 212.8 TN SMYRNA 1.7 WSW +US1TNRD0065 35.8786 -86.4423 171.9 TN MURFREESBORO 3.2 WNW +US1TNRD0066 35.8260 -86.3296 203.0 TN MURFREESBORO 4.1 ESE +US1TNRD0070 35.9768 -86.5989 224.0 TN LA VERGNE 2.1 SW +US1TNRD0072 35.8190 -86.3333 200.6 TN MURFREESBORO 4.2 SE +US1TNRD0080 35.9795 -86.5947 210.0 TN LA VERGNE 1.8 SW +US1TNRD0082 35.9849 -86.5954 203.3 TN LA VERGNE 1.6 SW +US1TNRD0088 35.9693 -86.5416 202.4 TN SMYRNA 1.6 SW +US1TNRD0091 35.8683 -86.3737 185.9 TN MURFREESBORO 1.6 NE +US1TNRD0095 35.9855 -86.4802 157.3 TN SMYRNA 2.1 E +US1TNRD0096 36.0153 -86.3718 168.6 TN MURFREESBORO 11.3 N +US1TNRD0099 35.9636 -86.4695 157.9 TN SMYRNA 3.0 ESE +US1TNRD0100 35.9645 -86.4310 169.5 TN MURFREESBORO 7.9 NNW +US1TNRD0101 35.9769 -86.5177 164.9 TN SMYRNA 0.4 S +US1TNRD0103 35.8713 -86.2458 202.4 TN MURFREESBORO 8.4 E +US1TNRD0104 35.8057 -86.3461 189.9 TN MURFREESBORO 4.3 SE +US1TNRD0107 35.8063 -86.3585 193.9 TN MURFREESBORO 3.8 SSE +US1TNRD0108 35.9299 -86.2085 208.8 TN MILTON 1.5 W +US1TNRD0109 35.8209 -86.3288 198.7 TN MURFREESBORO 4.3 ESE +US1TNRD0114 35.7085 -86.4606 212.1 TN CHRISTIANA 3.0 W +US1TNRH0001 35.4994 -85.0159 220.1 TN DAYTON 0.5 NNW +US1TNRH0002 35.4802 -85.0036 244.1 TN DAYTON 1.0 SSE +US1TNRH0004 35.4480 -85.0823 230.1 TN GRAYSVILLE 0.1 NW +US1TNRN0002 35.8702 -84.6839 277.1 TN ROCKWOOD 0.6 WSW +US1TNRN0004 35.8843 -84.6149 230.4 TN HARRIMAN 4.5 SW +US1TNRN0006 35.9695 -84.3855 256.0 TN OLIVER SPRINGS 5.6 SW +US1TNRN0007 35.9966 -84.3291 328.0 TN OAK RIDGE 3.0 NW +US1TNSH0001 35.2220 -89.8516 91.1 TN BARTLETT 1.0 WNW +US1TNSH0003 35.2110 -89.8230 93.9 TN BARTLETT 0.8 ESE +US1TNSH0004 35.0897 -89.7957 107.0 TN GERMANTOWN 0.2 WNW +US1TNSH0006 35.2259 -89.8256 93.0 TN BARTLETT 0.9 NE +US1TNSH0009 35.0496 -89.6512 103.0 TN COLLIERVILLE 1.6 ESE +US1TNSH0010 35.2676 -89.8376 81.1 TN BARTLETT 3.6 N +US1TNSH0011 35.1426 -89.9210 83.8 TN MEMPHIS 5.5 ENE +US1TNSH0012 35.1425 -90.0410 75.9 TN MEMPHIS 3.2 NW +US1TNSH0015 35.0762 -89.6701 96.0 TN COLLIERVILLE 1.5 NNE +US1TNSH0017 35.0891 -89.8941 84.1 TN MEMPHIS 6.5 E +US1TNSH0020 35.0010 -89.8383 115.2 TN MEMPHIS 12.0 SE +US1TNSH0021 35.1897 -89.8464 91.4 TN BARTLETT 1.9 SSW +US1TNSH0022 35.1148 -89.7728 83.2 TN CORDOVA 2.9 S +US1TNSH0027 35.2239 -89.8148 95.1 TN BARTLETT 1.3 ENE +US1TNSH0029 35.0582 -89.6573 101.5 TN COLLIERVILLE 1.2 E +US1TNSH0030 35.2225 -89.8226 93.6 TN BARTLETT 0.9 NE +US1TNSH0032 35.2546 -89.8068 87.5 TN BARTLETT 3.1 NNE +US1TNSH0033 35.2766 -89.6730 100.0 TN ARLINGTON 0.6 SW +US1TNSH0034 35.0431 -89.6588 115.8 TN COLLIERVILLE 1.4 SE +US1TNSH0036 35.3065 -89.7873 100.0 TN ARLINGTON 7.1 WNW +US1TNSH0038 35.2570 -89.8583 86.9 TN BARTLETT 3.2 NNW +US1TNSL0001 36.4137 -82.3753 455.1 TN OAK GROVE 3.0 E +US1TNSL0005 36.5759 -82.2155 602.0 TN BRISTOL 1.2 WNW +US1TNSL0012 36.5722 -82.4563 398.1 TN KINGSPORT 6.3 ENE +US1TNSL0015 36.4775 -82.3872 444.1 TN BLOUNTVILLE 5.1 SW +US1TNSL0016 36.4815 -82.6067 395.6 TN KINGSPORT 4.3 SW +US1TNSL0017 36.5621 -82.2983 524.6 TN BLOUNTVILLE 2.6 NE +US1TNSL0019 36.4445 -82.5558 501.7 TN KINGSPORT 7.3 S +US1TNSL0023 36.5439 -82.4808 464.8 TN KINGSPORT 4.3 ENE +US1TNSM0001 36.3772 -85.8983 220.1 TN CARTHAGE 8.7 NNE +US1TNSM0003 36.2697 -86.0169 197.5 TN CARTHAGE 4.2 WNW +US1TNSM0005 36.1884 -85.9076 153.0 TN GORDONSVILLE 1.4 ENE +US1TNSM0006 36.2569 -85.9461 166.1 TN CARTHAGE 0.1 W +US1TNSM0008 36.3247 -86.0757 148.7 TN HARTSVILLE 6.5 SE +US1TNSM0009 36.3009 -85.9657 191.4 TN CARTHAGE 3.3 NNW +US1TNSM0010 36.1281 -85.8563 161.8 TN LANCASTER 0.1 WNW +US1TNSM0011 36.2436 -85.9916 190.5 TN CARTHAGE 2.8 WSW +US1TNSM0012 36.2354 -86.1051 166.7 TN LEBANON 10.5 E +US1TNSM0013 36.2885 -85.8619 206.7 TN ELMWOOD 4.5 NNE +US1TNSQ0001 35.4012 -85.4288 630.0 TN DUNLAP 3.1 NW +US1TNSQ0002 35.3748 -85.3872 224.0 TN DUNLAP 0.1 NNW +US1TNSQ0004 35.4632 -85.4349 630.9 TN DUNLAP 6.8 NNW +US1TNSQ0005 35.3144 -85.4249 210.6 TN DUNLAP 4.6 SSW +US1TNSQ0006 35.3557 -85.3944 262.1 TN DUNLAP 1.3 SSW +US1TNSQ0007 35.3402 -85.3744 216.1 TN DUNLAP 2.3 SSE +US1TNSQ0008 35.3645 -85.4534 630.3 TN DUNLAP 3.8 W +US1TNSQ0009 35.3620 -85.3797 213.7 TN DUNLAP 0.4 SSE +US1TNSQ0010 35.2909 -85.4129 222.5 TN WHITWELL 8.6 NE +US1TNSQ0011 35.3920 -85.4745 631.2 TN DUNLAP 5.1 WNW +US1TNSQ0012 35.4380 -85.3560 231.6 TN DUNLAP 4.8 NNE +US1TNSQ0013 35.3620 -85.4530 634.0 TN DUNLAP 3.8 W +US1TNSQ0014 35.5163 -85.4802 598.0 TN DUNLAP 11.2 NNW +US1TNSQ0015 35.3680 -85.2814 623.6 TN GRAYSVILLE 12.5 WSW +US1TNSQ0016 35.3566 -85.3899 234.1 TN DUNLAP 1.1 S +US1TNSQ0018 35.4329 -85.3761 496.5 TN DUNLAP 4.2 N +US1TNSQ0019 35.3742 -85.4288 658.4 TN DUNLAP 2.4 W +US1TNSQ0020 35.3783 -85.4342 658.1 TN DUNLAP 2.7 W +US1TNSQ0021 35.3750 -85.2834 655.6 TN DUNLAP 5.8 E +US1TNSQ0022 35.3697 -85.4617 630.0 TN DUNLAP 4.2 W +US1TNSQ0023 35.4140 -85.3819 238.7 TN DUNLAP 2.9 N +US1TNSQ0024 35.3882 -85.4543 643.1 TN DUNLAP 4.0 WNW +US1TNSQ0025 35.3725 -85.4378 653.2 TN DUNLAP 2.9 W +US1TNSQ0026 35.3781 -85.4319 665.4 TN DUNLAP 2.6 W +US1TNSQ0027 35.3801 -85.2700 591.6 TN GRAYSVILLE 11.6 WSW +US1TNSR0005 36.3982 -86.5096 157.9 TN GALLATIN 3.4 WNW +US1TNSR0006 36.2871 -86.5897 164.9 TN HENDERSONVILLE 0.9 ESE +US1TNSR0008 36.3376 -86.5188 157.0 TN GALLATIN 4.6 SW +US1TNSR0011 36.3189 -86.5612 148.1 TN HENDERSONVILLE 2.9 NE +US1TNSR0013 36.5492 -86.3129 264.0 TN WESTMORELAND 3.8 WSW +US1TNSR0014 36.3664 -86.6065 164.9 TN HENDERSONVILLE 5.0 N +US1TNSR0015 36.3707 -86.6340 185.9 TN HENDERSONVILLE 5.6 NNW +US1TNSR0016 36.2836 -86.6088 146.0 TN HENDERSONVILLE 0.8 SSW +US1TNSR0023 36.6396 -86.2518 245.1 TN WESTMORELAND 5.2 N +US1TNSR0025 36.2958 -86.5299 163.1 TN HENDERSONVILLE 4.1 E +US1TNSR0026 36.6167 -86.4659 232.9 TN PORTLAND 3.5 NE +US1TNSR0027 36.2992 -86.6188 146.9 TN HENDERSONVILLE 0.9 WNW +US1TNSR0031 36.3157 -86.5712 159.1 TN HENDERSONVILLE 2.3 NE +US1TNSR0032 36.6368 -86.2125 252.1 TN WESTMORELAND 5.4 NNE +US1TNSR0034 36.4472 -86.6366 256.0 TN WHITE HOUSE 2.1 ESE +US1TNSR0040 36.3208 -86.6590 153.0 TN HENDERSONVILLE 3.6 WNW +US1TNSR0041 36.5541 -86.5532 253.0 TN PORTLAND 3.0 SW +US1TNSR0045 36.5050 -86.4547 281.9 TN PORTLAND 6.6 SSE +US1TNSR0046 36.3886 -86.4273 185.0 TN GALLATIN 1.6 ENE +US1TNSR0050 36.5331 -86.3678 281.0 TN BETHPAGE 4.5 NW +US1TNSR0052 36.3921 -86.3406 153.0 TN GALLATIN 6.3 E +US1TNSR0054 36.4050 -86.4406 171.9 TN GALLATIN 1.9 NNE +US1TNSR0055 36.5217 -86.4983 258.8 TN PORTLAND 4.5 SSE +US1TNSR0057 36.5076 -86.5636 262.7 TN PORTLAND 6.0 SSW +US1TNSR0058 36.3886 -86.4286 177.7 TN GALLATIN 1.5 ENE +US1TNSR0061 36.3746 -86.7264 160.9 TN GOODLETTSVILLE 3.1 NNW +US1TNSR0062 36.3970 -86.4954 158.8 TN GALLATIN 2.7 WNW +US1TNSR0074 36.4048 -86.4406 172.5 TN GALLATIN 1.9 NNE +US1TNSR0076 36.6010 -86.5077 242.6 TN PORTLAND 1.2 NNE +US1TNST0001 36.4927 -87.7919 114.0 TN CROSS CREEK NWR +US1TNST0002 36.3776 -87.6235 156.1 TN CUMBERLAND CITY 1.2 ESE +US1TNST0005 36.4618 -87.6111 213.1 TN INDIAN MOUND 3.6SE +US1TNST0006 36.3729 -87.7013 150.0 TN CUMBERLAND CITY 3.2 WSW +US1TNST0007 36.5979 -87.8456 118.0 TN DOVER 8.0 N +US1TNST0008 36.5336 -87.8681 148.1 TN DOVER 3.8 NNW +US1TNST0010 36.5892 -87.7994 185.0 TN DOVER 7.8 NNE +US1TNST0011 36.5508 -87.6895 206.0 TN INDIAN MOUND 3.5 N +US1TNSV0003 35.9263 -83.6043 271.0 TN SEVIERVILLE 2.8 NNW +US1TNSV0004 35.9199 -83.4872 331.9 TN SEVIERVILLE 5.4 ENE +US1TNSV0005 35.8255 -83.4674 335.9 TN SEVIERVILLE 7.3 SE +US1TNSV0007 35.8641 -83.5533 277.1 TN SEVIERVILLE 2.4 SE +US1TNSV0009 35.6979 -83.6466 516.0 TN TOWNSEND 6.1 ENE +US1TNSV0010 35.8791 -83.7553 321.0 TN SEYMOUR 1.1 ENE +US1TNTP0001 35.4725 -89.9227 123.1 TN MUNFORD 6.8 WNW +US1TNTP0002 35.4183 -89.7710 131.1 TN ATOKA 1.9 S +US1TNTP0003 35.4341 -89.7169 132.9 TN ATOKA 3.2 ESE +US1TNTP0004 35.4045 -89.8250 100.9 TN ATOKA 4.1 SW +US1TNTP0008 35.4892 -89.6586 109.7 TN BRIGHTON 4.6 E +US1TNTR0001 36.3786 -86.2107 139.0 TN HARTSVILLE 3.2 W +US1TNTR0002 36.3934 -86.2638 184.1 TN HARTSVILLE 5.8 W +US1TNTR0003 36.3569 -86.2550 152.4 TN HARTSVILLE 5.8 WSW +US1TNTR0004 36.4219 -86.1381 185.9 TN HARTSVILLE 2.5 NNE +US1TNUC0004 36.0670 -82.5322 691.9 TN ERWIN 8.6 SW +US1TNUC0005 36.1501 -82.3836 583.7 TN ERWIN 1.6 ENE +US1TNUN0003 36.2467 -83.7957 384.0 TN MAYNARDVILLE 0.6 E +US1TNVB0001 35.7883 -85.5100 385.0 TN SPENCER 4.4 NW +US1TNVB0003 35.5902 -85.4951 578.2 TN SPENCER 10.7 SSW +US1TNVB0004 35.6949 -85.3248 561.4 TN PIKEVILLE 9.5 NW +US1TNWL0002 35.9487 -87.1588 257.9 TN FAIRVIEW 2.9 SW +US1TNWL0005 36.0297 -86.9009 196.0 TN FOREST HILLS 4.3 WSW +US1TNWL0006 35.9057 -86.8419 222.8 TN FRANKLIN 1.6 S +US1TNWL0008 35.9494 -87.1699 245.7 TN FAIRVIEW 3.3 SW +US1TNWL0009 36.0140 -86.8462 246.9 TN BRENTWOOD 3.5 WNW +US1TNWL0010 35.9597 -86.6575 216.4 TN NOLENSVILLE 1.0 NNW +US1TNWL0011 35.9470 -86.6734 192.0 TN NOLENSVILLE 1.4 W +US1TNWL0012 36.0256 -86.9466 209.1 TN FOREST HILLS 6.7 WSW +US1TNWL0014 35.9350 -86.8730 193.9 TN FRANKLIN 1.8 WNW +US1TNWL0016 36.0092 -86.8467 223.1 TN BRENTWOOD 3.4 WNW +US1TNWL0018 35.9893 -86.7904 220.1 TN BRENTWOOD 0.5 SSW +US1TNWL0020 35.9562 -86.7556 256.0 TN BRENTWOOD 3.3 SSE +US1TNWL0021 35.9727 -86.7521 277.1 TN BRENTWOOD 2.6 SE +US1TNWL0022 36.0196 -86.7867 224.9 TN BRENTWOOD 1.6 N +US1TNWL0023 36.0061 -86.7510 245.1 TN BRENTWOOD 2.2 ENE +US1TNWL0025 35.8839 -86.8568 206.0 TN FRANKLIN 3.3 SSW +US1TNWL0032 35.8668 -86.8514 221.0 TN FRANKLIN 4.4 S +US1TNWL0033 35.8732 -86.9414 210.0 TN FRANKLIN 6.8 SW +US1TNWL0034 35.9397 -87.1718 264.9 TN FAIRVIEW 3.8 SW +US1TNWL0035 35.8089 -86.9826 228.0 TN SPRING HILL 5.7 NW +US1TNWL0037 35.8279 -86.9140 228.9 TN FRANKLIN 8.1 SSW +US1TNWL0038 35.9591 -86.7729 220.1 TN BRENTWOOD 2.7 SSE +US1TNWL0039 35.9662 -86.8885 195.1 TN FRANKLIN 3.6 NW +US1TNWL0041 35.7196 -86.7193 267.9 TN EAGLEVILLE 3.9 WSW +US1TNWL0042 35.9679 -86.8942 191.1 TN FRANKLIN 3.9 NW +US1TNWL0044 35.7629 -86.7616 296.0 TN COLLEGE GROVE 6.0 WSW +US1TNWL0047 35.9632 -87.0781 185.9 TN WHIPPOORWILL FARM - FAIRVIEW 2 +US1TNWL0049 35.9094 -86.7909 252.1 TN FRANKLIN 3.2 ESE +US1TNWL0050 35.9781 -86.6725 182.0 TN NOLENSVILLE 2.5 NNW +US1TNWL0055 35.8856 -86.7034 244.1 TN ARRINGTON 1.3 NNE +US1TNWL0058 35.9353 -86.8009 230.4 TN FRANKLIN 2.3 E +US1TNWL0061 35.9358 -86.7777 301.4 TN FRANKLIN 3.6 E +US1TNWL0062 35.9251 -86.8922 207.6 TN FRANKLIN 2.8 W +US1TNWL0063 35.9893 -87.1459 263.3 TN FAIRVIEW 1.4 WNW +US1TNWL0066 35.7761 -86.8961 241.4 TN THOMPSON'S STATION 2.0 SSE +US1TNWL0068 35.8555 -86.8494 254.2 TN FRANKLIN 5.1 S +US1TNWL0070 35.9285 -86.8872 202.1 TN FRANKLIN 2.5 W +US1TNWL0072 35.7674 -86.9075 235.0 TN SPRING HILL 2.0 NNE +US1TNWL0075 35.9941 -87.0962 256.9 TN FAIRVIEW 1.9 ENE +US1TNWL0077 35.9262 -86.9200 199.6 TN FRANKLIN 4.4 W +US1TNWL0078 35.9860 -86.7485 221.9 TN BRENTWOOD 2.3 ESE +US1TNWL0079 35.7593 -86.8783 225.9 TN SPRING HILL 2.8 ENE +US1TNWL0080 35.9493 -86.6838 196.3 TN NOLENSVILLE 2.0 W +US1TNWL0081 35.9438 -86.6747 192.9 TN NOLENSVILLE 1.5 W +US1TNWL0083 35.9825 -87.1564 231.3 TN FAIRVIEW 1.8 W +US1TNWL0085 35.9205 -86.9172 202.1 TN FRANKLIN 4.3 W +US1TNWN0001 36.1139 -86.5074 181.1 TN MOUNT JULIET 6.4 S +US1TNWN0002 36.2760 -86.5518 166.1 TN MOUNT JULIET 5.1 NNW +US1TNWN0004 36.2703 -86.4982 146.9 TN MOUNT JULIET 4.6 NNE +US1TNWN0007 36.2641 -86.5003 143.0 TN MOUNT JULIET 4.2 NNE +US1TNWN0008 36.2280 -86.3449 175.0 TN LEBANON 1.8 NW +US1TNWN0009 36.2422 -86.4779 173.1 TN MOUNT JULIET 3.5 NE +US1TNWN0010 36.2387 -86.5716 157.9 TN GREEN HILL 0.3 N +US1TNWN0011 36.2176 -86.3571 182.0 TN LEBANON 2.0 WNW +US1TNWN0012 36.2347 -86.3817 198.1 TN LEBANON 3.7 WNW +US1TNWN0013 36.2052 -86.5408 153.6 TN MOUNT JULIET 1.0 W +US1TNWN0014 36.2104 -86.5736 164.0 TN GREEN HILL 1.7 S +US1TNWN0019 36.2760 -86.5470 164.0 TN GREEN HILL 3.1 NNE +US1TNWN0021 36.0355 -86.1974 262.1 TN WATERTOWN 5.5 SW +US1TNWN0022 36.3042 -86.4911 143.0 TN LAGUARDO 2.9WNW +US1TNWN0023 36.2875 -86.5533 164.0 TN GREEN HILL 3.8 NNE +US1TNWN0024 36.2769 -86.4584 145.1 TN MOUNT JULIET 6.0 NE +US1TNWN0026 36.2130 -86.4653 185.0 TN MOUNT JULIET 3.2 E +US1TNWN0030 36.1221 -86.5211 173.1 TN MOUNT JULIET 5.8 S +US1TNWN0036 36.1498 -86.3060 193.9 TN LEBANON 2.7 SSE +US1TNWN0037 36.2751 -86.3314 178.9 TN LEBANON 4.5 NNW +US1TNWN0040 36.2989 -86.5539 149.0 TN GREEN HILL 4.5 NNE +US1TNWN0041 36.2213 -86.4924 170.1 TN MOUNT JULIET 2.0 ENE +US1TNWN0042 36.1897 -86.5713 146.0 TN MOUNT JULIET 2.9 WSW +US1TNWN0043 36.0146 -86.2949 189.9 TN CEDARS OF LEBANON 5.4 S +US1TNWN0045 36.2099 -86.5270 177.1 TN MOUNT JULIET 0.4 NW +US1TNWN0048 36.2801 -86.1547 178.0 TN LEBANON 10.5 ENE +US1TNWN0051 36.2182 -86.3186 157.9 TN LEBANON 0.6 NNE +US1TNWN0053 36.3044 -86.4462 150.0 TN MOUNT JULIET 8.0 NNE +US1TNWN0055 36.2049 -86.5021 160.0 TN MOUNT JULIET 1.1 E +US1TNWN0056 36.2358 -86.1756 173.1 TN LEBANON 8.4 ENE +US1TNWN0064 36.2230 -86.2490 164.0 TN LEBANON 4.2 ENE +US1TNWN0066 36.0951 -86.3706 207.6 TN LEBANON 8.4 SSW +US1TNWN0068 36.2451 -86.3811 202.1 TN LEBANON 4.1 NW +US1TNWN0072 36.2453 -86.5836 164.0 TN GREEN HILL 1.0 NW +US1TNWN0074 36.1676 -86.2730 205.4 TN LEBANON 4.0 SE +US1TNWN0075 36.1901 -86.3771 201.2 TN MOUNT JULIET 8.2 E +US1TNWN0078 36.2158 -86.3754 220.4 TN LEBANON 3.0 W +US1TNWN0081 36.2253 -86.2785 170.1 TN LEBANON 2.7 ENE +US1TNWN0090 36.1599 -86.4798 194.2 TN MOUNT JULIET 4.0 SE +US1TNWN0092 36.2974 -86.3292 150.9 TN LEBANON 6.1 N +US1TNWN0093 36.2993 -86.4238 162.8 TN GALLATIN 5.7 SSE +US1TNWN0094 36.3340 -86.3673 160.6 TN LEBANON 8.9 NNW +US1TNWR0002 35.7936 -85.7045 295.0 TN ROCK ISLAND 5.1 W +US1TNWR0003 35.7300 -85.7700 312.1 TN MCMINNVILLE 3.0N +US1TNWR0004 35.5750 -85.9256 326.1 TN MORRISON 1.9 SSW +US1TNWR0005 35.6926 -85.7846 299.9 TN MCMINNVILLE 0.6 NW +US1TNWR0006 35.5247 -85.8251 317.9 TN VIOLA 2.3 SSE +US1TNWR0008 35.8370 -85.8273 328.9 TN SMITHVILLE 8.3 S +US1TNWR0009 35.7802 -85.8789 328.9 TN MCMINNVILLE 8.6 NW +US1TNWR0010 35.6273 -85.6441 575.8 TN MCMINNVILLE 8.5 ESE +US1TNWR0011 35.7052 -85.7460 291.1 TN MCMINNVILLE 2.1 NE +US1TNWR0014 35.7073 -85.7506 296.3 TN MCMINNVILLE 2.0 NE +US1TNWR0015 35.6032 -85.6127 566.9 TN MCMINNVILLE 10.9 ESE +US1TNWR0016 35.5129 -85.8265 347.5 TN MORRISON 8.1 SE +US1TNWR0019 35.5127 -85.8943 318.2 TN MORRISON 6.3 SSE +US1TNWS0001 36.4128 -82.4528 480.1 TN GRAY 1.5 E +US1TNWS0003 36.3857 -82.4651 506.9 TN GRAY 1.9 SSE +US1TNWS0009 36.3465 -82.4725 537.1 TN JONESBOROUGH 3.7 N +US1TNWS0011 36.3751 -82.3781 478.5 TN JOHNSON CITY 3.1 N +US1TNWS0012 36.2605 -82.4980 513.6 TN JONESBOROUGH 2.5 SSW +US1TNWS0013 36.4089 -82.4943 481.3 TN GRAY 0.8 W +US1TNWS0015 36.4222 -82.6027 520.0 TN FALL BRANCH 1.2 ENE +US1TNWS0016 36.3925 -82.4781 476.4 TN GRAY 1.3 S +US1TNWS0018 36.4012 -82.4306 467.0 TN JOHNSON CITY 5.9 NW +US1TNWT0001 35.9105 -85.4851 276.1 TN SPARTA 1.8 SSW +US1TNWT0002 36.0095 -85.5602 301.1 TN SPARTA 7.1 NW +US1TNWT0003 35.9357 -85.4510 299.9 TN SPARTA 1.2 E +US1TNWT0006 36.0236 -85.5802 316.1 TN SPARTA 8.6 NW +US1TNWT0007 35.9784 -85.4103 295.0 TN SPARTA 4.6 NE +US1TNWT0009 36.0641 -85.5601 292.0 TN SPARTA 10.2 NNW +US1TNWT0010 35.8323 -85.4548 330.1 TN SPARTA 7.1 S +US1TNWT0012 35.9505 -85.5229 307.8 TN SPARTA 3.0 WNW +US1TNWT0014 35.8786 -85.4700 288.6 TN SPARTA 3.9 S +US1TNWT0018 35.9255 -85.5068 301.1 TN SPARTA 2.0 WSW +US1TNWY0001 35.3278 -87.7375 241.1 TN WAYNESBORO 1.2 ENE +US1TNWY0004 35.3499 -87.6242 274.9 TN WAYNESBORO 7.8 ENE +US1TNWY0005 35.3221 -87.7094 302.1 TN WAYNESBORO 2.7 E +US1TNWY0006 35.3352 -87.7123 282.9 TN WAYNESBORO 2.7 ENE +US1TNWY0007 35.4398 -87.6540 212.1 TN WAYNESBORO 10.0 NE +US1TNWY0009 35.3123 -87.7659 238.0 TN WAYNESBORO 0.9 SSW +US1TNWY0010 35.0743 -87.7362 299.9 TN IRON CITY 9.3 WNW +US1TNWY0012 35.4619 -87.7751 212.1 TN WAYNESBORO 9.7 N +US1TNWY0014 35.3282 -87.5975 314.9 TN LAWRENCEBURG 15.7 WNW +US1TNWY0016 35.4237 -87.7892 196.0 TN WAYNESBORO 7.2 NNW +US1TNWY0017 35.3540 -87.7598 211.5 TN WAYNESBORO 2.2 N +US1TNWY0019 35.4276 -87.7793 190.8 TN WAYNESBORO 7.3 N +US1TNWY0020 35.3900 -87.9500 160.6 TN CLIFTON 2.5 ENE +US1TNWY0021 35.3904 -87.9618 135.3 TN CLIFTON 1.8 ENE +US1TNWY0025 35.2966 -87.8354 177.1 TN WAYNESBORO 4.7 WSW +US1TXAC0002 33.8281 -98.5492 305.7 TX WICHITA FALLS 5.2 SSW +US1TXAC0003 33.5838 -98.6298 323.7 TX ARCHER CITY 0.7 SSW +US1TXAC0005 33.7762 -98.5350 300.2 TX WICHITA FALLS 8.5 S +US1TXAC0009 33.8328 -98.5360 300.5 TX WICHITA FALLS 4.6 SSW +US1TXAD0002 32.0533 -102.8796 973.5 TX ANDREWS 26.7 SW +US1TXAG0001 31.3213 -94.8445 91.1 TX LUFKIN 7.0 W +US1TXAG0002 31.1464 -94.3856 94.2 TX ZAVALLA 2.0 ESE +US1TXAG0003 31.3034 -94.7627 75.3 TX LUFKIN 3.0 SW +US1TXAG0004 31.2058 -94.3357 57.0 TX ZAVALLA 5.9 NE +US1TXAG0005 31.3212 -94.7211 86.0 TX LUFKIN 0.9 SSE +US1TXAG0006 31.3627 -94.8074 105.8 TX LUFKIN 5.2 WNW +US1TXAG0009 31.2980 -94.8473 78.0 TX LUFKIN 7.6 WSW +US1TXAG0010 31.3283 -94.7815 101.5 TX HUDSON 0.9 E +US1TXAM0002 34.9449 -101.5942 907.1 TX CLAUDE 17.3 SW +US1TXAN0002 31.7877 -95.5268 101.8 TX PALESTINE 7.3 ENE +US1TXAN0003 31.8355 -95.4705 114.3 TX PALESTINE 11.7 ENE +US1TXAN0004 31.7596 -95.6154 146.9 TX PALESTINE 1.8 E +US1TXAN0006 31.7874 -95.7029 132.0 TX PALESTINE 3.9 WNW +US1TXAN0007 31.7446 -95.6192 166.4 TX PALESTINE 1.8 ESE +US1TXAN0008 32.0101 -95.6400 142.3 TX PALESTINE 17.5 N +US1TXAN0009 31.9958 -95.7104 95.1 TX PALESTINE 17.0 NNW +US1TXAR0003 28.0694 -97.0648 11.0 TX ROCKPORT 2.1 NNW +US1TXAR0005 28.0497 -97.0531 4.9 TX ROCKPORT 0.6 N +US1TXAR0006 28.0825 -97.0626 3.4 TX ROCKPORT 3.0 NNW +US1TXAR0007 28.0357 -97.0717 5.8 TX ROCKPORT 1.3 WSW +US1TXAR0008 27.9727 -97.1349 6.1 TX ARANSAS PASS 6.1 NNW +US1TXAR0009 28.0723 -97.0389 5.5 TX ROCKPORT 2.3 NNE +US1TXAR0010 28.3103 -96.8039 4.9 TX AUSTWELL 6.0 SSE +US1TXAR0014 27.9894 -97.0949 2.1 TX ROCKPORT 4.4 SW +US1TXAS0001 29.7904 -96.1599 57.6 TX SEALY 1.2 NNW +US1TXAS0002 29.8925 -96.4890 118.9 TX NEW ULM 0.1 ENE +US1TXAS0003 29.8810 -96.3310 93.3 TX CAT SPRING 3.8 N +US1TXAS0004 29.9515 -96.2544 84.4 TX BELLVILLE 0.4 NE +US1TXAS0005 29.7757 -96.1581 59.1 TX SEALY 0.3 WNW +US1TXAS0006 29.8029 -96.1211 55.8 TX SAN FELIPE 1.0 WNW +US1TXAS0007 29.7987 -96.1392 53.3 TX SEALY 1.9 NNE +US1TXAS0008 30.0255 -96.4733 116.1 TX INDUSTRY 4.0 NNE +US1TXAS0010 29.8322 -96.1620 52.4 TX SEALY 4.1 N +US1TXAS0011 29.8553 -96.3207 96.6 TX CAT SPRING 0.7 NNE +US1TXAS0012 29.8662 -96.3264 91.7 TX CAT SPRING 1.4 N +US1TXAS0014 29.9082 -96.1390 43.9 TX BELLVILLE 7.6 ESE +US1TXAS0015 30.0341 -96.2209 79.2 TX BELLVILLE 6.5 NNE +US1TXAS0016 30.0171 -96.2825 96.6 TX BELLVILLE 5.1 NNW +US1TXAS0017 29.6411 -96.0510 41.5 TX WALLIS 1.1 NE +US1TXAS0018 29.9508 -96.2452 83.8 TX BELLVILLE 0.9 ENE +US1TXAS0019 29.8488 -96.3239 96.9 TX BELLVILLE 7.8 SSW +US1TXAT0001 29.0654 -98.5160 146.0 TX POTEET 4.1 ENE +US1TXAT0002 28.9550 -98.5186 125.9 TX PLEASANTON 1.8 WSW +US1TXAT0005 28.8316 -98.5792 131.1 TX JOURDANTON 6.0 SSW +US1TXAT0007 28.9692 -98.4936 121.9 TX PLEASANTON 0.3 NNW +US1TXAT0008 28.9756 -98.4851 107.9 TX PLEASANTON 0.9 NNE +US1TXAT0010 29.0728 -98.4812 150.0 TX LEMING 0.1 E +US1TXAT0015 28.8869 -98.4601 124.7 TX PLEASANTON 5.7 SSE +US1TXAT0016 29.0049 -98.4185 135.0 TX PLEASANTON 5.2 ENE +US1TXAT0018 28.9650 -98.4850 109.7 TX PLEASANTON 0.4 E +US1TXAT0019 28.7861 -98.5215 104.5 TX CHRISTINE 1.4 W +US1TXAT0021 28.9789 -98.5837 139.6 TX JOURDANTON 5.2 NNW +US1TXAT0023 28.9630 -98.5012 124.7 TX PLEASANTON 0.6 W +US1TXAT0025 29.0529 -98.3778 147.8 TX PLEASANTON 9.1 NE +US1TXAT0026 29.0478 -98.6550 155.8 TX POTEET 4.9 W +US1TXAT0028 29.2069 -98.7853 207.3 TX LYTLE 2.0 SSE +US1TXAT0034 29.0644 -98.5983 160.0 TX POTEET 2.3 NW +US1TXAT0037 28.9609 -98.5241 133.8 TX PLEASANTON 2.0 W +US1TXAT0038 28.9202 -98.5475 143.9 TX JOURDANTON 0.6 NW +US1TXAT0042 28.8541 -98.7072 164.9 TX CHARLOTTE 0.6 SW +US1TXAT0045 29.0294 -98.4996 130.1 TX PLEASANTON 4.5 N +US1TXBEE003 28.3198 -97.7608 68.0 TX BEEVILLE 6.0 S +US1TXBEE005 28.3594 -97.6510 57.0 TX BEEVILLE 6.8 ESE +US1TXBEE007 28.4203 -97.7429 68.9 TX BEEVILLE 1.1 NNE +US1TXBEE009 28.4086 -97.7480 67.4 TX BEEVILLE 0.2 NNE +US1TXBEE010 28.4506 -97.8038 95.7 TX BEEVILLE 4.5 NW +US1TXBEE012 28.5600 -98.0220 89.9 TX PAWNEE 6.0 SSW +US1TXBEE017 28.5335 -97.7747 95.4 TX NORMANNA 0.5 ENE +US1TXBEE018 28.2751 -97.7601 57.0 TX BEEVILLE 9.0 S +US1TXBEL001 31.0229 -97.2493 158.5 TX TEMPLE 8.5 SE +US1TXBEL002 31.0855 -97.4649 189.9 TX BELTON 1.2 N +US1TXBEL003 31.0765 -97.6371 233.8 TX HARKER HEIGHTS 1.5 NE +US1TXBEL005 31.0760 -97.6773 256.0 TX HARKER HEIGHTS 1.7 NW +US1TXBEL008 31.1239 -97.4733 210.9 TX BELTON 3.9 N +US1TXBEL009 31.1231 -97.5284 230.4 TX BELTON 5.4 NW +US1TXBEL010 30.9294 -97.5240 205.1 TX SALADO 1.5 S +US1TXBEL012 31.1965 -97.5007 209.4 TX TEMPLE 10.6 NW +US1TXBEL016 31.0306 -97.3496 173.1 TX TEMPLE 4.7 S +US1TXBEL017 31.1007 -97.4419 176.5 TX TEMPLE 4.6 W +US1TXBEL021 31.0264 -97.2539 159.1 TX TEMPLE 8.1 SE +US1TXBEL022 30.7997 -97.4289 180.4 TX BARTLETT 0.4 NNE +US1TXBEL023 31.0670 -97.4564 175.6 TX BELTON 0.4 E +US1TXBEL024 31.0984 -97.4816 203.9 TX BELTON 2.3 NNW +US1TXBEL025 31.0581 -97.7326 279.2 TX KILLEEN 2.9 SSW +US1TXBEL027 31.1636 -97.2694 188.7 TX TROY 3.1 SE +US1TXBEL028 31.1022 -97.4426 176.2 TX TEMPLE 4.7 W +US1TXBEL029 31.0529 -97.3897 180.4 TX TEMPLE 3.5 SSW +US1TXBEL031 31.1507 -97.4657 211.8 TX MORGAN'S POINT RESORT 0.8 WSW +US1TXBEL032 31.1592 -97.4377 202.1 TX MORGAN'S POINT RESORT 1.0 ENE +US1TXBEL033 31.0556 -97.4871 184.7 TX BELTON 1.6 WSW +US1TXBEL034 31.0684 -97.4561 174.3 TX BELTON 0.4 E +US1TXBEL036 31.0908 -97.6768 237.1 TX KILLEEN 2.4 ESE +US1TXBEL037 30.9461 -97.5410 186.2 TX SALADO 1.0 WSW +US1TXBEL038 30.9759 -97.4605 171.6 TX BELTON 6.4 S +US1TXBEL039 31.1861 -97.3422 242.0 TX TEMPLE 6.2 NNE +US1TXBEL040 31.0643 -97.4912 202.7 TX BELTON 1.6 W +US1TXBEL041 30.9837 -97.6458 235.9 TX SALADO 7.5 WNW +US1TXBEL042 30.9721 -97.6174 258.8 TX SALADO 5.7 WNW +US1TXBEL043 31.0947 -97.5319 195.1 TX BELTON 4.4 WNW +US1TXBEL044 31.1697 -97.2416 189.0 TX TROY 4.3 ESE +US1TXBEL045 30.8766 -97.5133 235.6 TX SALADO 5.2 S +US1TXBEL047 31.0598 -97.4847 189.6 TX BELTON 1.4 WSW +US1TXBEL048 31.1045 -97.4407 179.2 TX TEMPLE 4.6 W +US1TXBEL050 30.9835 -97.5362 209.1 TX SALADO 2.4 NNW +US1TXBEL052 31.0091 -97.2556 173.4 TX TEMPLE 8.9 SE +US1TXBEL053 31.1123 -97.3799 207.9 TX TEMPLE 1.4 NW +US1TXBEL054 31.1545 -97.4753 216.1 TX BELTON 6.0 N +US1TXBEL055 31.1778 -97.3294 235.0 TX TEMPLE 5.9 NNE +US1TXBEL056 31.0814 -97.3970 165.5 TX TEMPLE 2.3 WSW +US1TXBEL057 30.9509 -97.4763 185.0 TX SALADO 2.9 E +US1TXBEL059 31.0273 -97.6508 220.4 TX HARKER HEIGHTS 2.4 S +US1TXBEL060 31.0438 -97.5846 255.1 TX BELTON 7.4 WSW +US1TXBEL061 30.8874 -97.5801 231.6 TX SALADO 5.5 SW +US1TXBEL063 31.1622 -97.4501 204.2 TX MORGAN'S POINT RESORT 0.5 NNE +US1TXBEL065 31.0388 -97.6039 211.5 TX BELTON 8.5 WSW +US1TXBEL068 31.2375 -97.5014 226.2 TX MOODY 9.7 WSW +US1TXBEL069 31.0698 -97.3916 183.5 TX TEMPLE 2.5 SW +US1TXBEL070 31.0895 -97.4885 190.8 TX BELTON 2.1 NW +US1TXBEL071 31.1166 -97.4080 178.3 TX TEMPLE 2.9 WNW +US1TXBEL072 31.1079 -97.6413 249.6 TX KILLEEN 4.5 E +US1TXBEL073 31.1006 -97.4433 174.0 TX TEMPLE 4.7 W +US1TXBEL074 31.1169 -97.4360 188.1 TX TEMPLE 4.5 WNW +US1TXBEL076 31.0225 -97.6385 209.7 TX HARKER HEIGHTS 2.8 SSE +US1TXBEL078 31.1280 -97.7221 264.6 TX KILLEEN 2.1 N +US1TXBLC002 30.2785 -98.4184 378.0 TX JOHNSON CITY 0.8 WNW +US1TXBLC003 30.1388 -98.5298 500.5 TX BLANCO 7.0 WNW +US1TXBLC004 30.2589 -98.5274 410.9 TX JOHNSON CITY 7.3 W +US1TXBLC006 30.0912 -98.3297 366.4 TX BLANCO 5.5 E +US1TXBLC007 30.0109 -98.3701 381.0 TX BLANCO 6.8 SSE +US1TXBLC008 30.0727 -98.3636 385.3 TX BLANCO 3.9 ESE +US1TXBLC010 30.3055 -98.4088 358.1 TX JOHNSON CITY 2.2 N +US1TXBLC011 30.1485 -98.2865 494.1 TX BLANCO 8.8 ENE +US1TXBLC012 30.0921 -98.3927 387.1 TX BLANCO 1.8 ESE +US1TXBLC013 30.4056 -98.2549 335.9 TX ROUND MOUNTAIN 6.3 ESE +US1TXBLC016 30.2835 -98.4103 357.5 TX JOHNSON CITY 0.7 NNW +US1TXBLC017 30.2310 -98.2609 374.0 TX JOHNSON CITY 9.2 ESE +US1TXBLC019 30.3814 -98.1610 262.4 TX SPICEWOOD 6.5 S +US1TXBLC020 30.3004 -98.5435 438.6 TX JOHNSON CITY 7.9 WNW +US1TXBLC023 30.0276 -98.3350 379.5 TX BLANCO 7.2 SE +US1TXBLC026 30.0611 -98.3544 403.9 TX BLANCO 4.8 ESE +US1TXBLC028 30.1365 -98.2915 498.7 TX BLANCO 8.3 ENE +US1TXBLC029 30.3427 -98.2188 319.4 TX CYPRESS MILLS 3.1 SE +US1TXBLC034 30.3582 -98.3190 420.0 TX JOHNSON CITY 7.8 NE +US1TXBLY002 34.2456 -102.7247 1158.5 TX MULESHOE 1.2 N +US1TXBND001 29.8323 -99.2781 463.6 TX MEDINA 3.0 NW +US1TXBND002 29.7437 -99.5323 513.9 TX VANDERPOOL 1.4 SE +US1TXBND004 29.7777 -99.3976 521.5 TX MEDINA 8.8 WSW +US1TXBND005 29.7303 -99.0091 380.1 TX BANDERA 3.9 E +US1TXBND008 29.7453 -98.9804 396.5 TX PIPE CREEK 3.0 NW +US1TXBND013 29.7110 -98.9123 396.2 TX PIPE CREEK 1.5 SE +US1TXBND014 29.6791 -99.5521 475.2 TX UTOPIA 4.8 NE +US1TXBND018 29.5938 -98.9302 335.9 TX LAKEHILLS 1.1 SE +US1TXBND019 29.6212 -98.9364 376.4 TX LAKEHILLS 1.2 NNE +US1TXBND022 29.8431 -99.1190 491.9 TX BANDERA 8.6 NNW +US1TXBND023 29.7202 -99.1262 414.8 TX BANDERA 3.2 W +US1TXBND025 29.8252 -99.2348 478.2 TX MEDINA 2.1 NNE +US1TXBND029 29.7714 -99.0161 448.4 TX BANDERA 4.7 NE +US1TXBND030 29.8175 -99.0839 451.4 TX BANDERA 6.4 N +US1TXBND033 29.7300 -99.0073 380.7 TX BANDERA 4.0 E +US1TXBND037 29.7284 -99.0735 382.8 TX BANDERA 0.2 N +US1TXBND038 29.6597 -98.9794 349.9 TX PIPE CREEK 3.4 SW +US1TXBND039 29.7284 -99.0735 382.8 TX BANDERA 0.2 N +US1TXBND040 29.7500 -98.8570 500.5 TX PIPE CREEK 6.2 NE +US1TXBND041 29.7759 -99.1063 427.6 TX BANDERA 4.0 NNW +US1TXBND042 29.6369 -99.4899 435.6 TX UTOPIA 2.7 ENE +US1TXBND043 29.7758 -98.9652 419.1 TX BANDERA 7.4 ENE +US1TXBND044 29.7717 -98.9567 427.0 TX PIPE CREEK 3.5 NNW +US1TXBND047 29.7473 -98.8643 461.5 TX PIPE CREEK 4.6 ENE +US1TXBND048 29.6841 -98.9268 396.8 TX PIPE CREEK 2.7 S +US1TXBND050 29.7166 -98.9880 360.0 TX BANDERA 5.2 E +US1TXBND054 29.8433 -99.2694 462.4 TX MEDINA 3.4 NNW +US1TXBND055 29.7811 -99.2453 473.4 TX MEDINA 1.1 S +US1TXBND058 29.8002 -98.9632 426.4 TX BANDERA 8.4 NE +US1TXBND059 29.7976 -99.1434 465.1 TX BANDERA 6.5 NW +US1TXBND060 29.8069 -99.2518 448.7 TX MEDINA 0.7 NNW +US1TXBND062 29.6257 -98.9058 391.7 TX LAKEHILLS 2.7 ENE +US1TXBND064 29.7973 -99.2077 446.8 TX BANDERA 9.5 WNW +US1TXBND066 29.8254 -99.1599 509.9 TX BANDERA 8.7 NW +US1TXBRC002 34.4097 -101.0528 791.9 TX CAPROCK CANYONS HEADQUARTERS +US1TXBRC003 34.4105 -101.0482 0.0 TX CAPROCK CANYONS MAINTENANCE +US1TXBRC004 34.4198 -101.0572 0.0 TX CAPROCK CANYONS DUMP STN +US1TXBRC005 34.4410 -101.0928 0.0 TX CAPROCK CANYONS SOUTH PRONG +US1TXBRC006 34.4416 -101.0549 0.0 TX CAPROCK CANYONS WILD HORSE CAM +US1TXBRC007 34.3740 -101.0765 799.8 TX QUITAQUE 1.3 WNW (DB) +US1TXBRC009 34.3752 -101.0225 757.7 TX QUITAQUE 1.9 ENE (CL) +US1TXBRK002 27.2255 -98.1525 36.3 TX FALFURRIAS 0.5 WNW +US1TXBRK003 27.1059 -98.2058 45.1 TX FALFURRIAS 8.9 SSW +US1TXBRK004 27.2130 -98.0446 26.5 TX FALFURRIAS 6.2 E +US1TXBRK005 27.2257 -98.1516 36.0 TX FALFURRIAS 0.4 WNW +US1TXBRK006 27.2128 -98.1505 36.0 TX FALFURRIAS 0.8 SSW +US1TXBRL001 30.5206 -96.8397 132.0 TX CALDWELL 8.2 W +US1TXBRL007 30.5475 -96.5282 82.6 TX TUNIS 0.2 NW +US1TXBRN002 31.7555 -98.8697 447.4 TX BROWNWOOD 6.7 ENE +US1TXBRN003 31.7030 -98.9769 412.4 TX BROWNWOOD 1.2 S +US1TXBRN008 31.7546 -99.1623 481.0 TX BANGS 3.3 NW +US1TXBRN009 31.8320 -99.1686 440.4 TX BROWNWOOD 13.7 NW +US1TXBRN010 31.6861 -98.9524 425.2 TX BROWNWOOD 2.7 SSE +US1TXBRS001 30.2764 -103.5797 1567.0 TX ALPINE 7.9 SE +US1TXBRS011 29.3700 -103.6300 926.9 TX TERLINGUA 3.4 NNW +US1TXBRS014 30.3818 -103.6563 1339.9 TX ALPINE 1.4 NNE +US1TXBRS016 30.2558 -103.5784 1627.0 TX ALPINE 9.0 SE +US1TXBRS018 29.4307 -103.4814 1068.3 TX TERLINGUA 11.1 NE +US1TXBRS019 29.6616 -103.5333 1089.4 TX TERLINGUA 23.9 NNE +US1TXBRS020 29.4893 -103.4664 1196.9 TX STUDY BUTTE - TERLINGUA 12.6 N +US1TXBRS021 30.3608 -103.6770 1374.6 TX ALPINE 0.7 WSW +US1TXBRS023 29.7038 -103.3365 975.4 TX ALPINE 49.6 SSE +US1TXBRS027 29.3220 -103.6063 851.6 TX TERLINGUA 0.6 E +US1TXBRS031 29.4351 -103.4999 1010.1 TX TERLINGUA 13.0 NNE +US1TXBRT001 30.8271 -98.2778 467.9 TX BURNET 5.4 NNW +US1TXBRT002 30.5505 -98.2409 240.2 TX MARBLE FALLS 2.7 SE +US1TXBRT003 30.8474 -98.3630 360.0 TX BUCHANAN DAM 7.4 NNE +US1TXBRT005 30.5873 -98.2788 251.5 TX MARBLE FALLS 0.7 NW +US1TXBRT006 30.4975 -98.2258 281.0 TX SPICEWOOD 4.4 NW +US1TXBRT007 30.4671 -98.1345 253.3 TX SPICEWOOD 1.4 SE +US1TXBRT008 30.5139 -98.1395 236.5 TX SPICEWOOD 3.0 NNE +US1TXBRT011 30.6483 -98.3503 306.3 TX GRANITE SHOALS 4.6 NNE +US1TXBRT012 30.5185 -98.1468 255.4 TX MARBLE FALLS 8.6 ESE +US1TXBRT013 30.5995 -98.3976 253.9 TX HIGHLAND HAVEN 1.3 SW +US1TXBRT014 30.8588 -98.4125 314.9 TX BUCHANAN DAM 7.3 N +US1TXBRT016 30.6716 -98.3543 409.0 TX MARBLE FALLS 7.8 NW +US1TXBRT017 30.7680 -98.2998 379.8 TX BURNET 4.2 W +US1TXBRT022 30.7400 -98.2100 409.7 TX BURNET 1.9 SE +US1TXBRT023 30.5641 -98.2716 271.0 TX MARBLE FALLS 1.1 S +US1TXBRT025 30.4497 -98.1546 288.3 TX SPICEWOOD 2.5 SW +US1TXBRT029 30.7851 -98.0661 380.4 TX BERTRAM 2.9 N +US1TXBRT030 30.8536 -97.9744 352.7 TX BERTRAM 9.0 NNE +US1TXBRT031 30.6601 -98.3059 317.9 TX MARBLE FALLS 5.8 NNW +US1TXBRT033 30.7094 -98.1191 409.3 TX OATMEAL 1.7 WNW +US1TXBRT034 30.6146 -98.3134 276.1 TX MARBLE FALLS 3.4 NW +US1TXBRT036 30.4950 -98.1845 246.9 TX SPICEWOOD 2.2 NW +US1TXBRT037 30.7395 -98.3655 282.5 TX BURNET 8.2 W +US1TXBRT038 30.5050 -98.2267 282.5 TX SPICEWOOD 4.2 WNW +US1TXBRT040 30.7826 -98.3301 378.9 TX BURNET 6.1 WNW +US1TXBRT043 30.5618 -98.2881 242.3 TX MEADOWLAKES 0.4 ESE +US1TXBRT045 30.5652 -98.2720 256.0 TX MARBLE FALLS 1.0 S +US1TXBRT046 30.4589 -98.1176 251.8 TX SPICEWOOD 2.6 ESE +US1TXBRT047 30.6277 -98.4154 253.9 TX KINGSLAND 3.4 SE +US1TXBRT048 30.8144 -98.2392 460.2 TX BURNET 3.7 N +US1TXBRT049 30.7131 -98.3947 272.8 TX BURNET 10.3 WSW +US1TXBRT050 30.7664 -98.1919 445.3 TX BURNET 2.3 E +US1TXBRT051 30.6232 -98.1046 347.5 TX BERTRAM 8.8 SSW +US1TXBRT052 30.9217 -98.1331 357.8 TX LAMPASAS 10.2 SSE +US1TXBRT053 30.5852 -98.3572 266.7 TX GRANITE SHOALS 1.6 E +US1TXBRT054 30.5793 -98.2791 234.7 TX MARBLE FALLS 0.4 W +US1TXBRT055 30.5944 -98.2561 296.6 TX MARBLE FALLS 1.4 NE +US1TXBRT056 30.6149 -98.0877 346.9 TX BERTRAM 9.1 SSW +US1TXBRT057 30.8476 -98.3773 402.0 TX BURNET 10.6 NW +US1TXBRT058 30.7401 -98.3230 389.2 TX BURNET 5.7 WSW +US1TXBRT060 30.9426 -97.9054 316.7 TX BRIGGS 3.9 NNE +US1TXBRT062 30.4824 -98.1147 245.4 TX SPICEWOOD 2.5 ENE +US1TXBRT063 30.5634 -98.2986 247.2 TX MEADOWLAKES 0.2 W +US1TXBRT064 30.6564 -98.2972 301.8 TX MARBLE FALLS 5.5 NNW +US1TXBRT065 30.5766 -98.3810 256.9 TX GRANITE SHOALS 0.9 S +US1TXBRT069 30.5689 -98.2936 243.5 TX MEADOWLAKES 0.4 NNE +US1TXBRT072 30.5543 -98.2550 236.8 TX MARBLE FALLS 2.0 SSE +US1TXBRT073 30.8207 -98.0436 358.4 TX BERTRAM 5.3 N +US1TXBRT075 30.7100 -98.0101 342.3 TX BERTRAM 3.7 SE +US1TXBRT077 30.8280 -98.3470 341.4 TX BURNET 8.4 WNW +US1TXBRT079 30.5654 -98.2935 246.3 TX MEADOWLAKES 0.2 NE +US1TXBRT080 30.8500 -98.3773 404.8 TX BURNET 10.7 NW +US1TXBRT081 30.7726 -98.2748 484.9 TX BURNET 2.8 WNW +US1TXBRT086 30.5552 -98.2955 230.4 TX MARBLE FALLS 2.2 SW +US1TXBRT087 30.5697 -98.2195 217.9 TX MARBLE FALLS 3.2 ESE +US1TXBRT090 30.8546 -97.9661 356.3 TX BERTRAM 9.4 NE +US1TXBRT093 30.8014 -98.2053 426.1 TX BURNET 3.1 NNE +US1TXBRT096 30.7042 -98.3533 384.7 TX BURNET 8.3 WSW +US1TXBRT098 30.6349 -98.3294 291.7 TX MARBLE FALLS 5.1 NW +US1TXBRT099 30.5791 -98.3699 252.1 TX GRANITE SHOALS 1.1 SE +US1TXBRT100 30.7724 -98.2125 426.1 TX BURNET 1.3 NE +US1TXBRT101 30.5640 -98.3016 243.2 TX MEADOWLAKES 0.4 W +US1TXBRT104 30.8344 -98.3458 308.8 TX BURNET 8.5 NW +US1TXBRT106 30.5591 -98.3011 236.2 TX MEADOWLAKES 0.4 SW +US1TXBRT107 30.7523 -98.3964 285.9 TX BURNET 9.9 W +US1TXBRT111 30.5632 -98.2835 232.6 TX MARBLE FALLS 1.3 SSW +US1TXBRT118 30.7570 -98.2608 420.0 TX BURNET 1.9 W +US1TXBRT120 30.8297 -98.2567 470.0 TX BURNET 5.0 NNW +US1TXBRT121 30.8908 -98.2464 467.0 TX BURNET 9.0 N +US1TXBRT122 30.7689 -98.2757 480.4 TX BURNET 2.8 W +US1TXBRT123 30.6045 -98.1909 283.5 TX MARBLE FALLS 5.1 ENE +US1TXBRZ012 29.1602 -95.7205 5.8 TX WEST COLUMBIA 4.6 WNW +US1TXBRZ013 29.5394 -95.2462 13.7 TX PEARLAND 2.1 ESE +US1TXBRZ017 29.3912 -95.2353 11.3 TX ALVIN 2.9 SSE +US1TXBRZ018 29.4176 -95.2673 13.1 TX ALVIN 1.6 SW +US1TXBRZ020 29.0296 -95.4510 3.0 TX LAKE JACKSON 0.9 SSW +US1TXBRZ021 29.1696 -95.4068 7.3 TX ANGLETON 1.3 E +US1TXBRZ025 29.5478 -95.3485 16.8 TX PEARLAND 4.4 W +US1TXBRZ027 29.0269 -95.4337 3.4 TX LAKE JACKSON 1.3 SE +US1TXBRZ032 29.0430 -95.4202 4.9 TX LAKE JACKSON 1.6 E +US1TXBRZ036 29.5483 -95.3984 19.5 TX PEARLAND 7.4 W +US1TXBRZ037 29.4319 -95.3658 12.2 TX MANVEL 3.6 S +US1TXBSQ002 32.1113 -97.5753 234.7 TX KOPPERL 5.2 WNW +US1TXBSQ003 32.1242 -97.5976 230.1 TX KOPPERL 6.7 NW +US1TXBSQ004 31.8288 -97.8234 307.8 TX MERIDIAN 12.3 WSW +US1TXBSQ008 31.7342 -97.5630 233.5 TX CLIFTON 3.4 SSE +US1TXBSQ009 32.0630 -97.5470 199.9 TX MORGAN 4.7 NE +US1TXBSQ013 31.7623 -97.6421 260.0 TX CLIFTON 3.9 WSW +US1TXBST001 30.3945 -97.3451 166.7 TX ELGIN 3.5 NNE +US1TXBST002 30.3019 -97.3258 160.9 TX ELGIN 4.3 SE +US1TXBST004 30.0668 -97.2646 143.0 TX BASTROP 4.0 SE +US1TXBST006 30.1889 -97.2073 147.8 TX CIRCLE D-KC ESTATES 2.4 NE +US1TXBST007 30.1306 -97.3025 134.1 TX BASTROP 1.2 N +US1TXBST009 30.0939 -97.2003 147.5 TX SMITHVILLE 6.5 NNW +US1TXBST011 30.0116 -97.1518 104.9 TX SMITHVILLE 0.4 NE +US1TXBST012 29.8608 -97.3942 162.2 TX ROSANKY 2.8 WNW +US1TXBST015 30.0721 -97.2697 126.5 TX BASTROP 3.5 SE +US1TXBST017 30.0287 -97.5496 178.9 TX WYLDWOOD 8.3 SSW +US1TXBST019 30.2154 -97.3284 128.0 TX BASTROP 7.2 N +US1TXBST020 30.1085 -97.2832 158.2 TX BASTROP 1.4 ESE +US1TXBST021 30.0218 -97.4410 118.3 TX ROCKNE 1.9 NNW +US1TXBST023 30.0394 -97.1583 110.0 TX SMITHVILLE 2.2 N +US1TXBST024 29.9955 -97.2860 118.0 TX ROSANKY 4.5 N +US1TXBST026 29.9900 -97.1600 96.0 TX SMITHVILLE 1.2 S +US1TXBST027 30.3343 -97.3307 158.2 TX ELGIN 2.7 ESE +US1TXBST030 30.0709 -97.2309 127.4 TX BASTROP 5.3 ESE +US1TXBST032 29.9395 -97.3702 157.0 TX RED ROCK 5.0 ESE +US1TXBST033 30.3092 -97.1987 168.2 TX MCDADE 2.9 NE +US1TXBST035 30.0448 -97.3590 137.8 TX BASTROP 5.7 SW +US1TXBST036 30.1160 -97.3226 113.1 TX BASTROP 1.0 WNW +US1TXBST037 30.1620 -97.1897 146.3 TX PAIGE 5.6 SW +US1TXBST041 30.1249 -97.4497 153.9 TX CEDAR CREEK 4.1 NE +US1TXBST042 30.1709 -97.2373 173.7 TX BASTROP 5.7 NE +US1TXBST043 30.0378 -97.5696 159.1 TX DALE 7.6 N +US1TXBST044 30.3580 -97.3842 170.7 TX ELGIN 0.9 NW +US1TXBST046 30.1683 -97.2529 156.4 TX BASTROP 4.9 NE +US1TXBST047 29.9305 -97.3725 154.5 TX RED ROCK 4.9 ESE +US1TXBST049 30.2199 -97.2575 154.8 TX MCDADE 4.6 SSW +US1TXBST051 30.0547 -97.2496 120.4 TX BASTROP 5.2 SE +US1TXBST053 30.1207 -97.3440 109.1 TX BASTROP 2.4 WNW +US1TXBST058 30.1720 -97.4901 127.4 TX CEDAR CREEK 5.9 N +US1TXBST059 30.1815 -97.3092 145.4 TX BASTROP 4.7 N +US1TXBST061 30.2212 -97.3242 129.2 TX BASTROP 7.6 N +US1TXBST066 30.2116 -97.4813 121.9 TX ELGIN 11.5 SW +US1TXBST068 30.0841 -97.3173 110.9 TX BASTROP 2.1 SSW +US1TXBST069 30.0934 -97.4856 130.1 TX CEDAR CREEK 1.0 ENE +US1TXBST070 30.1287 -97.1680 153.9 TX PAIGE 6.6 SSW +US1TXBST071 30.1542 -97.2463 167.6 TX BASTROP 4.5 NE +US1TXBST072 30.3874 -97.3573 186.5 TX ELGIN 2.8 NNE +US1TXBST073 30.1706 -97.2559 157.9 TX BASTROP 5.0 NE +US1TXBST074 30.1308 -97.3034 141.7 TX BASTROP 1.2 N +US1TXBST075 30.1517 -97.2206 145.4 TX CIRCLE D-KC ESTATES 0.9 SE +US1TXBST078 30.1661 -97.2553 153.3 TX BASTROP 4.7 NE +US1TXBST079 30.1118 -97.3353 112.2 TX BASTROP 1.5 NW +US1TXBST080 30.0969 -97.2843 154.2 TX BASTROP 1.7 SE +US1TXBST081 30.0077 -97.1412 99.7 TX SMITHVILLE 0.9 E +US1TXBST083 30.1571 -97.1584 165.8 TX PAIGE 4.6 SW +US1TXBST085 29.9491 -97.2555 159.1 TX SMITHVILLE 7.2 SW +US1TXBST086 30.1685 -97.2498 165.8 TX BASTROP 5.1 NE +US1TXBST088 30.3030 -97.2336 167.3 TX MCDADE 1.4 NNE +US1TXBST089 30.1475 -97.1746 160.3 TX CIRCLE D-KC ESTATES 3.5 ESE +US1TXBST090 29.9765 -97.4490 146.9 TX RED ROCK 1.2 N +US1TXBST091 30.2255 -97.2774 163.4 TX BASTROP 8.0 NNE +US1TXBST092 30.3519 -97.3683 176.5 TX ELGIN 0.3 NE +US1TXBST093 30.3540 -97.4062 155.8 TX ELGIN 2.0 W +US1TXBST094 30.0236 -97.5483 167.3 TX CEDAR CREEK 5.3 SW +US1TXBST095 30.3754 -97.3173 162.5 TX ELGIN 3.8 ENE +US1TXBST096 30.2242 -97.4311 137.2 TX ELGIN 9.3 SSW +US1TXBST097 30.3526 -97.3010 172.5 TX ELGIN 4.3 E +US1TXBST098 30.1400 -97.1753 165.5 TX CIRCLE D-KC ESTATES 3.6 ESE +US1TXBST099 30.1680 -97.2327 157.9 TX BASTROP 5.8 NE +US1TXBST100 29.9955 -97.2512 130.1 TX SMITHVILLE 5.7 W +US1TXBST102 30.1156 -97.3149 116.4 TX BASTROP 0.6 WNW +US1TXBST105 30.0920 -97.4804 126.8 TX CEDAR CREEK 1.3 ENE +US1TXBST107 30.0455 -97.4206 136.6 TX CEDAR CREEK 5.6 ESE +US1TXBST108 30.0683 -97.1940 130.1 TX SMITHVILLE 4.8 NNW +US1TXBST110 30.1788 -97.1497 164.6 TX PAIGE 3.2 SW +US1TXBST113 30.0795 -97.3044 135.0 TX BASTROP 2.3 S +US1TXBST115 30.1357 -97.4933 171.3 TX WYLDWOOD 1.3 WNW +US1TXBST116 30.1502 -97.2450 170.4 TX BASTROP 4.4 NE +US1TXBST119 30.1207 -97.3437 111.9 TX BASTROP 2.4 WNW +US1TXBST120 30.0754 -97.1775 135.9 TX SMITHVILLE 5.0 NNW +US1TXBST121 30.0940 -97.2000 136.2 TX SMITHVILLE 6.5 NNW +US1TXBST122 30.0794 -97.1944 150.3 TX SMITHVILLE 5.4 NNW +US1TXBST123 30.3115 -97.1702 174.3 TX PAIGE 7.5 NNW +US1TXBST127 30.1302 -97.2698 174.7 TX BASTROP 2.4 ENE +US1TXBST130 30.1271 -97.3250 112.8 TX BASTROP 1.5 NW +US1TXBST132 30.2112 -97.4243 135.0 TX ELGIN 10.0 SSW +US1TXBST133 30.1260 -97.4129 149.7 TX BASTROP 6.5 W +US1TXBST134 30.1346 -97.4816 159.1 TX WYLDWOOD 0.7 NW +US1TXBST135 30.1037 -97.2188 126.8 TX SMITHVILLE 7.6 NNW +US1TXBWE001 33.5058 -94.6173 125.3 TX DE KALB 0.1 SSW +US1TXBWE002 33.5077 -94.6161 124.7 TX DE KALB 0.1 SE +US1TXBWE005 33.4273 -94.1255 106.7 TX WAKE VILLAGE 0.8 WNW +US1TXBWE006 33.4659 -94.1711 111.9 TX TEXARKANA 5.9 WNW +US1TXBWE007 33.5044 -94.5832 121.6 TX DE KALB 1.9 E +US1TXBXR003 29.5219 -98.6741 289.0 TX HELOTES 3.4 SSE +US1TXBXR006 29.4728 -98.3421 217.6 TX KIRBY 2.8 ENE +US1TXBXR008 29.5925 -98.4071 285.9 TX HOLLYWOOD PARK 4.7 E +US1TXBXR009 29.6365 -98.4800 334.1 TX HOLLYWOOD PARK 2.6 N +US1TXBXR010 29.5083 -98.5100 246.3 TX CASTLE HILLS 1.2 SSE +US1TXBXR011 29.5728 -98.4775 275.2 TX HILL COUNTRY VILLAGE 1.2 SE +US1TXBXR013 29.4075 -98.6555 238.0 TX LACKLAND AFB 2.4 NW +US1TXBXR014 29.5720 -98.6780 321.0 TX HELOTES 1.0 ENE +US1TXBXR015 29.3387 -98.5987 209.1 TX LACKLAND AFB 3.5 SSE +US1TXBXR017 29.7180 -98.6721 423.1 TX SCENIC OAKS 0.6 NNE +US1TXBXR018 29.5682 -98.4740 266.1 TX HILL COUNTRY VILLAGE 1.5 SE +US1TXBXR019 29.5838 -98.3310 239.9 TX SELMA 0.9 WSW +US1TXBXR021 29.6249 -98.4879 320.3 TX HOLLYWOOD PARK 1.8 N +US1TXBXR024 29.6292 -98.4463 302.1 TX HOLLYWOOD PARK 3.1 NE +US1TXBXR027 29.7013 -98.6841 406.9 TX SCENIC OAKS 0.8 SW +US1TXBXR028 29.5187 -98.6178 278.0 TX LEON VALLEY 1.6 N +US1TXBXR030 29.5709 -98.3833 263.3 TX LIVE OAK 2.9 WNW +US1TXBXR031 29.3788 -98.4217 174.0 TX CHINA GROVE 4.6 WSW +US1TXBXR032 29.5898 -98.4119 270.1 TX HOLLYWOOD PARK 4.4 E +US1TXBXR038 29.5493 -98.7645 310.9 TX HELOTES 4.5 WSW +US1TXBXR045 29.6883 -98.5092 384.7 TX TIMBERWOOD PARK 2.2 WSW +US1TXBXR047 29.5396 -98.3354 247.5 TX LIVE OAK 1.0 SSE +US1TXBXR048 29.5903 -98.4579 269.1 TX HOLLYWOOD PARK 1.7 ESE +US1TXBXR049 29.5821 -98.3257 232.9 TX SELMA 0.6 WSW +US1TXBXR058 29.6090 -98.4313 278.9 TX HOLLYWOOD PARK 3.3 ENE +US1TXBXR060 29.5818 -98.4596 248.7 TX HOLLYWOOD PARK 1.9 SE +US1TXBXR065 29.6474 -98.4178 314.6 TX HOLLYWOOD PARK 5.2 NE +US1TXBXR066 29.5870 -98.4257 244.1 TX HOLLYWOOD PARK 3.6 ESE +US1TXBXR070 29.6220 -98.4797 314.2 TX HOLLYWOOD PARK 1.6 N +US1TXBXR073 29.5144 -98.6544 270.7 TX LEON VALLEY 2.8 WNW +US1TXBXR075 29.5862 -98.5739 303.0 TX SHAVANO PARK 1.1 W +US1TXBXR077 29.4938 -98.7347 296.3 TX HELOTES 5.7 SSW +US1TXBXR085 29.5961 -98.3815 286.2 TX LIVE OAK 3.8 NW +US1TXBXR087 29.5853 -98.7011 330.1 TX HELOTES 1.3 NNW +US1TXBXR088 29.4370 -98.4841 196.0 TX KSAT TV +US1TXBXR089 29.5922 -98.5560 299.6 TX SHAVANO PARK 0.6 N +US1TXBXR095 29.5170 -98.6750 285.0 TX HELOTES 3.7 SSE +US1TXBXR099 29.5704 -98.4028 260.3 TX WINDCREST 3.9 NNW +US1TXBXR103 29.6832 -98.6339 373.4 TX DOMINION 2.1 NNW +US1TXBXR112 29.5803 -98.5046 274.9 TX HILL COUNTRY VILLAGE 0.8 WSW +US1TXBXR116 29.3667 -98.5569 199.9 TX LACKLAND AFB 4.3 ESE +US1TXBXR118 29.4114 -98.6348 228.3 TX LACKLAND AFB 2.0 NNW +US1TXBXR121 29.4147 -98.4959 199.9 TX SAN ANTONIO 3.0 S +US1TXBXR124 29.7430 -98.6526 410.3 TX FAIR OAKS RANCH 1.1 WNW +US1TXBXR126 29.6620 -98.4624 336.8 TX TIMBERWOOD PARK 3.1 SSE +US1TXBXR127 29.7134 -98.4406 334.1 TX TIMBERWOOD PARK 2.3 ENE +US1TXBXR129 29.6711 -98.5087 397.8 TX TIMBERWOOD PARK 3.0 SW +US1TXBXR130 29.4607 -98.3881 209.7 TX KIRBY 0.2 WNW +US1TXBXR133 29.5215 -98.3768 248.4 TX WINDCREST 0.3 NNE +US1TXBXR134 29.4921 -98.1911 196.9 TX MARION 6.3 SW +US1TXBXR135 29.4856 -98.4335 225.6 TX TERRELL HILLS 1.0 NE +US1TXBXR136 29.4337 -98.7417 274.9 TX LACKLAND AFB 7.8 WNW +US1TXBXR138 29.4894 -98.6593 255.7 TX LEON VALLEY 2.8 W +US1TXBXR140 29.4672 -98.6582 255.7 TX LEON VALLEY 3.3 SW +US1TXBXR142 29.2593 -98.3265 164.0 TX ELMENDORF 0.5 E +US1TXBXR143 29.4920 -98.4708 245.4 TX ALAMO HEIGHTS 0.7 NNW +US1TXBXR146 29.7348 -98.6425 411.2 TX FAIR OAKS RANCH 0.4 WSW +US1TXBXR147 29.7041 -98.6866 413.6 TX BOERNE 8.0 SE +US1TXBXR148 29.5422 -98.5660 292.6 TX SHAVANO PARK 3.0 SSW +US1TXBXR149 29.4990 -98.4507 249.6 TX ALAMO HEIGHTS 1.5 NE +US1TXBXR151 29.2930 -98.7861 229.8 TX ATASCOSA 3.7 NW +US1TXBXR152 29.6909 -98.6523 376.4 TX SCENIC OAKS 2.0 SE +US1TXBXR154 29.4063 -98.4963 193.9 TX SAN ANTONIO 3.6 S +US1TXBXR155 29.6153 -98.5529 324.9 TX HOLLYWOOD PARK 4.2 WNW +US1TXBXR156 29.4895 -98.5950 263.0 TX LEON VALLEY 1.2 ESE +US1TXBXR159 29.5445 -98.6632 302.4 TX HELOTES 2.4 SE +US1TXBXR163 29.5049 -98.6428 254.2 TX LEON VALLEY 1.9 WNW +US1TXBXR167 29.6749 -98.6305 355.4 TX LEON SPRINGS 0.6N +US1TXBXR168 29.6201 -98.4169 278.0 TX HOLLYWOOD PARK 4.3 ENE +US1TXBXR169 29.3032 -98.4791 173.1 TX SAN ANTONIO 10.8 S +US1TXBXR174 29.5824 -98.6793 372.8 TX HELOTES 1.3 NE +US1TXBXR176 29.3961 -98.5606 208.5 TX SAN ANTONIO 5.4 SW +US1TXBXR177 29.5502 -98.4595 232.3 TX HILL COUNTRY VILLAGE 3.0 SE +US1TXBXR180 29.7024 -98.6369 389.5 TX LEON SPRINGS 2.6 N +US1TXBXR181 29.6140 -98.5392 333.5 TX SAN ANTONIO 13.3 NNW +US1TXBXR184 29.5291 -98.5529 281.6 TX SAN ANTONIO 8.0 NNW +US1TXBXR188 29.4692 -98.5883 258.8 TX SAN ANTONIO 5.1 W +US1TXBXR189 29.5271 -98.5452 277.1 TX SAN ANTONIO 7.7 NNW +US1TXBXR190 29.1704 -98.5282 214.0 TX SAN ANTONIO 17.6 S +US1TXBXR192 29.5990 -98.7127 367.9 TX HELOTES 2.4 NNW +US1TXBXR203 29.4347 -98.6837 273.4 TX SAN ANTONIO 10.8 W +US1TXBXR205 29.5289 -98.3312 235.3 TX CONVERSE 1.6 NW +US1TXBXR206 29.6745 -98.6309 353.3 TX DOMINION 1.5 NW +US1TXBXR207 29.3126 -98.5248 184.4 TX SAN ANTONIO 10.1 S +US1TXBXR211 29.5562 -98.6023 291.1 TX SHAVANO PARK 3.4 SW +US1TXBXR212 29.6165 -98.5105 311.5 TX HOLLYWOOD PARK 2.0 NW +US1TXBXR213 29.4762 -98.7667 291.7 TX HELOTES 7.7 SW +US1TXBXR215 29.6476 -98.4338 318.2 TX HOLLYWOOD PARK 4.5 NE +US1TXBXR218 29.5301 -98.5275 260.9 TX CASTLE HILLS 0.7 NW +US1TXBXR220 29.3175 -98.4959 180.4 TX SAN ANTONIO 9.7 S +US1TXBXR221 29.6001 -98.3795 306.3 TX SELMA 3.9 WNW +US1TXBXR223 29.7258 -98.6812 419.1 TX BOERNE 5.6 SSE +US1TXBXR224 29.5327 -98.6687 296.6 TX HELOTES 2.9 SSE +US1TXBXR229 29.5178 -98.4388 234.1 TX TERRELL HILLS 2.8 N +US1TXBXR230 29.4700 -98.6534 246.6 TX LEON VALLEY 3.0 SW +US1TXBXR241 29.5896 -98.4052 285.9 TX LIVE OAK 4.6 WNW +US1TXBXR242 29.6486 -98.4615 358.1 TX HOLLYWOOD PARK 3.7 NNE +US1TXBXR246 29.3951 -98.6826 223.1 TX LEON VALLEY 8.1 SSW +US1TXBXR251 29.5917 -98.3752 300.2 TX LIVE OAK 3.4 NW +US1TXBXR253 29.5404 -98.4947 204.8 TX CASTLE HILLS 1.9 NE +US1TXBXR264 29.2873 -98.7069 207.9 TX ATASCOSA 2.3 NE +US1TXBXR268 29.3993 -98.2659 187.1 TX ADKINS 1.8 WNW +US1TXBXR269 29.4854 -98.6561 253.6 TX LEON VALLEY 2.7 WSW +US1TXBXR271 29.3110 -98.5001 182.9 TX SAN ANTONIO 10.1 S +US1TXBXR273 29.5521 -98.4589 231.6 TX BLOSSOM PARK 0.1 ESE +US1TXBXR279 29.5443 -98.3452 271.9 TX LIVE OAK 0.8 SSW +US1TXBXR281 29.5798 -98.4111 263.7 TX HOLLYWOOD PARK 4.6 ESE +US1TXBXR287 29.5393 -98.6969 305.7 TX HELOTES 2.0 S +US1TXBXR291 29.4873 -98.3157 221.3 TX CONVERSE 1.8 S +US1TXBXR293 29.6874 -98.6527 384.4 TX SCENIC OAKS 2.1 SE +US1TXBXR297 29.5917 -98.3427 246.9 TX SELMA 1.6 WNW +US1TXBXR298 29.4303 -98.8045 302.7 TX CASTROVILLE 7.0 NE +US1TXBXR300 29.5209 -98.3512 250.5 TX WINDCREST 1.7 E +US1TXBXR303 29.4929 -98.6822 262.7 TX SAN ANTONIO 10.9 WNW +US1TXBXR304 29.6749 -98.6535 365.8 TX CROSS MOUNTAIN 2.1 N +US1TXBXR309 29.7259 -98.5126 346.6 TX TIMBERWOOD PARK 2.5 NW +US1TXBXR310 29.4925 -98.7181 280.4 TX SAN ANTONIO 13.0 W +US1TXBXR313 29.2683 -98.3282 165.2 TX ELMENDORF 0.8 NNE +US1TXBXR314 29.5325 -98.5103 274.9 TX SAN ANTONIO 5.2 N +US1TXBXR319 29.4504 -98.5275 211.5 TX SAN ANTONIO 1.4 WSW +US1TXBXR320 29.6620 -98.6625 416.1 TX CROSS MOUNTAIN 1.2 N +US1TXBXR323 29.5414 -98.6998 298.7 TX HELOTES 1.9 SSW +US1TXBXR326 29.5822 -98.5680 299.6 TX SHAVANO PARK 0.8 W +US1TXBXR327 29.4194 -98.6401 231.6 TX SAN ANTONIO 8.5 WSW +US1TXBXR328 29.5161 -98.5220 242.3 TX SAN ANTONIO 4.2 NNW +US1TXBXR330 29.5618 -98.3230 269.1 TX UNIVERSAL CITY 1.2 NW +US1TXBXR331 29.6061 -98.4925 296.3 TX HOLLYWOOD PARK 0.7 NW +US1TXBXR334 29.5604 -98.3036 246.9 TX UNIVERSAL CITY 0.6 NNE +US1TXBXR335 29.5498 -98.3455 278.9 TX LIVE OAK 0.5 SW +US1TXBXR336 29.4974 -98.3044 196.3 TX CONVERSE 1.2 SSE +US1TXBXR340 29.5407 -98.3155 247.2 TX UNIVERSAL CITY 0.9 SW +US1TXBXR341 29.5504 -98.3697 265.5 TX LIVE OAK 1.8 W +US1TXBXR343 29.3474 -98.4601 170.7 TX SAN ANTONIO 8.1 SSE +US1TXBXR345 29.5850 -98.6171 305.4 TX SHAVANO PARK 3.7 W +US1TXBXR348 29.4220 -98.7366 259.1 TX SAN ANTONIO 14.1 W +US1TXBXR352 29.6825 -98.4799 383.1 TX TIMBERWOOD PARK 1.6 S +US1TXBXR359 29.3277 -98.4306 173.7 TX SAN ANTONIO 10.1 SSE +US1TXBXR361 29.6325 -98.4881 331.9 TX HOLLYWOOD PARK 2.3 N +US1TXBXR362 29.5671 -98.5350 275.5 TX SAN ANTONIO 7.8 NNW +US1TXBXR367 29.5364 -98.4971 275.2 TX SAN ANTONIO 5.5 N +US1TXBXR368 29.5691 -98.4573 247.5 TX HILL COUNTRY VILLAGE 2.3 ESE +US1TXBXR371 29.5643 -98.4043 269.4 TX WINDCREST 3.6 NNW +US1TXBXR372 29.4766 -98.3404 217.9 TX KIRBY 3.0 ENE +US1TXBXR374 29.5674 -98.3453 285.6 TX LIVE OAK 1.0 NNW +US1TXBXR376 29.1774 -98.5062 196.3 TX SOMERSET 9.7 ESE +US1TXBXR378 29.5836 -98.6430 310.6 TX GREY FOREST 3.2 SE +US1TXBXR381 29.6481 -98.4035 313.9 TX HOLLYWOOD PARK 6.0 NE +US1TXBXR383 29.4411 -98.7018 259.7 TX SAN ANTONIO 11.9 W +US1TXBXR386 29.5662 -98.6035 304.8 TX SHAVANO PARK 3.2 WSW +US1TXBXR389 29.4728 -98.7996 299.3 TX HELOTES 9.2 SW +US1TXBXR390 29.3792 -98.3751 192.6 TX SAN ANTONIO 9.5 SE +US1TXBXR396 29.4576 -98.5340 214.9 TX SAN ANTONIO 1.7 W +US1TXBXR398 29.4031 -98.2092 180.4 TX ST. HEDWIG 1.5 SSE +US1TXBXR400 29.4480 -98.7220 271.0 TX SAN ANTONIO 13.1 W +US1TXBXR402 29.4952 -98.6739 263.7 TX SAN ANTONIO 10.5 WNW +US1TXBXR404 29.5628 -98.3018 248.1 TX UNIVERSAL CITY 0.8 NNE +US1TXBZS004 30.6389 -96.3222 90.8 TX COLLEGE STATION 2.7 NNW +US1TXBZS012 30.5650 -96.2856 89.9 TX COLLEGE STATION 2.9 SSE +US1TXBZS013 30.5836 -96.3138 89.3 TX COLLEGE STATION 1.2 S +US1TXBZS017 30.6035 -96.2862 83.2 TX COLLEGE STATION 1.6 E +US1TXBZS020 30.6186 -96.2862 80.2 TX COLLEGE STATION 2.0 NE +US1TXBZS022 30.6190 -96.2980 85.0 TX COLLEGE STATION 1.5 NE +US1TXBZS034 30.6161 -96.3351 100.6 TX COLLEGE STATION 1.7 NW +US1TXBZS040 30.6277 -96.2089 70.4 TX COLLEGE STATION 6.4 ENE +US1TXBZS041 30.5636 -96.2873 93.6 TX COLLEGE STATION 3.0 SSE +US1TXBZS042 30.6188 -96.3373 104.2 TX COLLEGE STATION 1.9 NW +US1TXBZS043 30.6207 -96.3238 93.9 TX COLLEGE STATION 1.6 NNW +US1TXBZS050 30.5940 -96.3270 92.0 TX COLLEGE STATION 1.0 WSW +US1TXBZS062 30.6611 -96.3147 86.0 TX BRYAN 3.0 E +US1TXBZS075 30.6014 -96.3145 85.6 TX COLLEGE STATION 0.1 WNW +US1TXBZS077 30.6470 -96.3237 88.4 TX BRYAN 2.9 ESE +US1TXBZS083 30.6236 -96.3479 99.1 TX COLLEGE STATION 2.6 NW +US1TXBZS088 30.7138 -96.3902 111.3 TX BRYAN 3.5 NNW +US1TXBZS092 30.5774 -96.3146 93.0 TX COLLEGE STATION 1.6 S +US1TXBZS096 30.6042 -96.3284 96.0 TX COLLEGE STATION 1.0 WNW +US1TXBZS097 30.6240 -96.3199 97.5 TX COLLEGE STATION 1.7 NNW +US1TXBZS098 30.7714 -96.3734 104.5 TX BRYAN 7.1 N +US1TXBZS099 30.6216 -96.3990 93.9 TX BRYAN 3.8 SSW +US1TXBZS100 30.5595 -96.3711 82.9 TX COLLEGE STATION 4.5 SW +US1TXBZS102 30.6338 -96.3510 108.2 TX BRYAN 2.5 SSE +US1TXBZS103 30.5994 -96.3257 97.5 TX COLLEGE STATION 0.8 W +US1TXBZS104 30.5728 -96.3002 96.6 TX COLLEGE STATION 2.0 SSE +US1TXBZS106 30.6928 -96.2822 92.4 TX BRYAN 5.2 ENE +US1TXBZS107 30.5647 -96.2791 95.1 TX COLLEGE STATION 3.2 SE +US1TXBZS109 30.6259 -96.2948 80.5 TX COLLEGE STATION 2.0 NNE +US1TXCHD001 34.4258 -100.2099 577.0 TX CHILDRESS 0.3 WNW +US1TXCHD003 34.4318 -100.2220 579.4 TX CHILDRESS 0.4 WNW +US1TXCHD004 34.4234 -100.2086 572.7 TX CHILDRESS 2.3 E +US1TXCHD006 34.4164 -100.1437 537.1 TX CHILDRESS 6.0 E +US1TXCHK001 32.1361 -95.2564 124.4 TX BULLARD 3.7 E +US1TXCHK002 31.8435 -94.9684 92.4 TX REKLAW 1.7 SSE +US1TXCHK003 31.9770 -95.2015 133.2 TX JACKSONVILLE 3.5 ENE +US1TXCHK004 31.8027 -95.1527 157.9 TX RUSK 0.4 NW +US1TXCHK005 31.7523 -95.1847 121.9 TX RUSK 3.8 SW +US1TXCHK007 31.7940 -95.1492 152.4 TX RUSK 0.3 S +US1TXCHK008 31.7500 -95.1200 167.0 TX RUSK 3.7 SSE +US1TXCHM002 29.8697 -94.4002 7.9 TX WINNIE 3.9 NNW +US1TXCHM003 29.8768 -94.4038 9.1 TX WINNIE 4.4 NNW +US1TXCHM005 29.7793 -94.8456 8.5 TX BAYTOWN 8.0 NE +US1TXCHM006 29.6440 -94.6946 1.5 TX ANAHUAC 8.4 S +US1TXCHM008 29.8722 -94.8893 13.1 TX MONT BELVIEU 1.5 NNW +US1TXCHM011 29.8466 -94.6705 8.8 TX ANAHUAC 5.7 N +US1TXCKE001 31.9024 -100.4809 570.3 TX ROBERT LEE 0.5 NNE +US1TXCKE002 31.9548 -100.2725 600.2 TX BRONTE 5.0 NNE +US1TXCLB001 31.7124 -104.5902 1331.4 TX VAN HORN 48.6 NNE +US1TXCLB003 31.0613 -104.7369 1169.2 TX VAN HORN 6.0 ENE +US1TXCLB004 31.0464 -104.8203 1229.9 TX VAN HORN 1.0 ENE +US1TXCLB005 30.8192 -104.7036 1295.1 TX VAN HORN 17.1 SSE +US1TXCLD001 29.8639 -97.8583 170.1 TX MARTINDALE 1.7 NNW +US1TXCLD002 29.8134 -97.6387 148.1 TX LOCKHART 4.8 SSE +US1TXCLD003 29.8449 -97.6656 154.5 TX LOCKHART 2.1 SSE +US1TXCLD004 29.8405 -97.8455 154.5 TX MARTINDALE 0.2 SW +US1TXCLD005 29.9728 -97.7411 163.1 TX NIEDERWALD 2.8 S +US1TXCLD007 29.7379 -97.4991 179.5 TX HARWOOD 5.0 N +US1TXCLD009 29.9217 -97.7394 178.0 TX UHLAND 4.4 SE +US1TXCLD010 29.8000 -97.6600 144.2 TX LOCKHART 5.2 SSE +US1TXCLD011 29.7463 -97.5486 136.2 TX LULING 7.4 NE +US1TXCLD012 29.7318 -97.4853 147.5 TX HARWOOD 4.7 NNE +US1TXCLD013 29.7995 -97.6745 153.0 TX LOCKHART 5.2 S +US1TXCLD014 29.7549 -97.7296 143.9 TX LULING 6.9 NW +US1TXCLD015 29.8973 -97.7861 183.2 TX MAXWELL 1.5 NE +US1TXCLD016 29.8773 -97.5189 158.5 TX DALE 4.4 SE +US1TXCLD018 29.8577 -97.4714 169.5 TX DALE 7.3 SE +US1TXCLD023 29.8942 -97.4946 168.9 TX RED ROCK 5.4 SSW +US1TXCLD024 29.8455 -97.6624 154.8 TX LOCKHART 2.2 SSE +US1TXCLD027 29.9222 -97.7231 174.0 TX LOCKHART 4.3 NW +US1TXCLD028 29.8118 -97.5217 142.0 TX DALE 8.2 SSE +US1TXCLD029 29.7985 -97.6757 151.5 TX LOCKHART 5.2 S +US1TXCLD030 29.7409 -97.6802 150.6 TX LULING 4.4 NNW +US1TXCLD031 29.9048 -97.6148 150.9 TX LOCKHART 4.3 ENE +US1TXCLD032 29.8271 -97.5476 135.3 TX LOCKHART 8.4 ESE +US1TXCLD033 29.9508 -97.6595 149.0 TX LOCKHART 5.4 NNE +US1TXCLD036 29.9846 -97.6069 171.3 TX DALE 4.7 NNW +US1TXCLD038 29.7487 -97.3965 129.5 TX WAELDER 7.1 WNW +US1TXCLD040 29.8692 -97.6815 166.4 TX LOCKHART 0.4 SW +US1TXCLD042 29.8655 -97.6710 163.7 TX LOCKHART 0.7 SSE +US1TXCLD043 29.7068 -97.5214 154.8 TX LULING 7.8 ENE +US1TXCLD046 29.6750 -97.6378 122.8 TX LULING 0.9 SE +US1TXCLD050 29.7763 -97.7445 160.0 TX LOCKHART 7.9 SSW +US1TXCLG001 34.8570 -100.2190 623.0 TX WELLINGTON 0.4 NW +US1TXCLH001 28.4083 -96.6309 3.0 TX SEADRIFT 5.1 E +US1TXCLH002 28.6225 -96.6334 6.1 TX PORT LAVACA 0.9 NW +US1TXCLH003 28.4105 -96.7167 2.1 TX SEADRIFT 0.3 SSW +US1TXCLH004 28.5122 -96.4876 0.9 TX INDIANOLA 1.3 SE +US1TXCLH007 28.5822 -96.5731 3.0 TX PORT LAVACA 3.7 SE +US1TXCLH008 28.6082 -96.6416 5.8 TX PORT LAVACA 1.3 WSW +US1TXCLH009 28.4153 -96.7055 1.8 TX SEADRIFT 0.6 E +US1TXCLH010 28.6831 -96.5551 5.8 TX POINT COMFORT 0.8 N +US1TXCLH012 28.6004 -96.7314 8.5 TX PORT LAVACA 6.8 W +US1TXCLH013 28.6471 -96.6942 8.8 TX PORT LAVACA 5.0 WNW +US1TXCLH014 28.6605 -96.6353 6.7 TX PORT LAVACA 3.3 NNW +US1TXCLH015 28.4378 -96.6390 3.7 TX SEADRIFT 4.9 ENE +US1TXCLH016 28.5620 -96.5423 3.7 TX PORT LAVACA 6.0 SE +US1TXCLL005 33.1680 -96.6841 214.0 TX MCKINNEY 2.8 SW +US1TXCLL007 33.0306 -96.7211 196.0 TX PLANO 1.8 SE +US1TXCLL008 33.0280 -96.7830 226.2 TX PLANO 2.4 WSW +US1TXCLL009 33.0171 -96.5463 167.9 TX WYLIE 2.6 SW +US1TXCLL011 33.1685 -96.6930 221.3 TX MCKINNEY 3.1 SW +US1TXCLL013 33.3962 -96.6967 242.9 TX CELINA 7.3 NE +US1TXCLL014 33.0849 -96.7147 203.0 TX PLANO 4.6 NW +US1TXCLL015 33.1427 -96.6368 196.9 TX FAIRVIEW 0.7 W +US1TXCLL017 33.1080 -96.5150 162.2 TX LUCAS 3.7 E +US1TXCLL018 33.0539 -96.8371 205.7 TX PLANO 5.3 W +US1TXCLL019 33.0275 -96.7846 223.4 TX PLANO 2.5 WSW +US1TXCLL020 33.1636 -96.5432 166.1 TX LOWRY CROSSING 0.3 SSE +US1TXCLL022 33.0811 -96.7491 220.4 TX PLANO 2.4 N +US1TXCLL023 33.1334 -96.6003 187.1 TX FAIRVIEW 1.5 ESE +US1TXCLL026 33.1927 -96.6288 184.1 TX MCKINNEY 1.6 ESE +US1TXCLL030 33.3127 -96.5827 176.8 TX ANNA 3.7 SSW +US1TXCLL032 33.3440 -96.5738 220.4 TX ANNA 1.5 WSW +US1TXCLL033 32.9921 -96.7397 203.3 TX RICHARDSON 2.2 NW +US1TXCLL037 32.9887 -96.5530 152.1 TX WYLIE 2.9 SW +US1TXCLL039 33.1637 -96.6851 217.6 TX MCKINNEY 3.1 SW +US1TXCLL040 33.1719 -96.8117 215.8 TX FRISCO 1.9 N +US1TXCLL042 33.0906 -96.7461 217.3 TX PLANO 3.1 N +US1TXCLL044 33.0005 -96.6116 171.9 TX MURPHY 0.9 SSW +US1TXCLL045 33.2434 -96.5259 201.5 TX MCKINNEY 7.3 NE +US1TXCLL052 33.1813 -96.7056 222.5 TX MCKINNEY 3.2 WSW +US1TXCLL053 33.0988 -96.7686 226.2 TX PLANO 3.9 NNW +US1TXCLL057 33.3495 -96.5525 214.9 TX ANNA 0.3 SW +US1TXCLL058 33.0148 -96.7352 203.3 TX PLANO 2.3 SSE +US1TXCLL060 33.0359 -96.4410 166.7 TX LAVON 0.7 NNW +US1TXCLL061 32.9933 -96.5806 161.2 TX SACHSE 1.3 N +US1TXCLL063 33.0297 -96.5163 161.8 TX WYLIE 0.9 S +US1TXCLL065 33.1649 -96.6013 177.1 TX MCKINNEY 4.0 SE +US1TXCLL067 33.1588 -96.4896 175.0 TX PRINCETON 2.0 SSE +US1TXCLL068 33.0207 -96.5075 160.6 TX WYLIE 1.6 SSE +US1TXCLL069 32.9847 -96.5674 159.1 TX SACHSE 1.0 NE +US1TXCLL070 33.2762 -96.6248 194.5 TX MCKINNEY 5.5 NNE +US1TXCLL071 33.1046 -96.7528 232.9 TX PLANO 4.1 N +US1TXCLL072 33.0286 -96.6789 186.8 TX PLANO 4.1 ESE +US1TXCLL074 33.0250 -96.6724 186.2 TX PLANO 4.5 ESE +US1TXCLL075 33.2476 -96.7713 232.9 TX PROSPER 1.0 ENE +US1TXCLL076 33.0063 -96.5945 163.1 TX MURPHY 1.2 ESE +US1TXCLL077 33.2719 -96.3176 172.8 TX BLUE RIDGE 5.1 ESE +US1TXCLL091 33.0269 -96.6027 172.2 TX MURPHY 1.0 NNE +US1TXCLL092 33.0800 -96.3256 190.5 TX JOSEPHINE 1.4 NNW +US1TXCLL094 33.3916 -96.5485 225.6 TX VAN ALSTYNE 2.4 SE +US1TXCLL096 33.1232 -96.6909 208.8 TX ALLEN 1.6 NW +US1TXCLL097 32.9909 -96.6794 185.0 TX RICHARDSON 2.2 NE +US1TXCLM001 31.7372 -99.3165 531.0 TX SANTA ANNA 0.5 E +US1TXCLM003 32.0383 -99.4782 222.5 TX COLEMAN 14.7 NNW +US1TXCLN001 32.4836 -99.1161 445.0 TX CISCO 10.5 NW +US1TXCLN004 32.4037 -99.5135 614.2 TX CLYDE 0.9 W +US1TXCLN005 32.1631 -99.2670 548.3 TX CROSS PLAINS 6.5 WNW +US1TXCLN007 32.4030 -99.5539 611.7 TX CLYDE 3.2 W +US1TXCLN009 32.3407 -99.5145 592.5 TX CLYDE 4.4 SSW +US1TXCLR003 29.4560 -96.4049 48.8 TX GARWOOD 0.7 NW +US1TXCLR004 29.7088 -96.7952 118.9 TX WEIMAR 1.2 WNW +US1TXCLR006 29.7891 -96.4770 100.0 TX NEW ULM 7.2 S +US1TXCLR009 29.6801 -96.5975 85.3 TX COLUMBUS 3.2 WSW +US1TXCLR010 29.8188 -96.4780 116.4 TX NEW ULM 5.1 S +US1TXCLY001 33.8103 -98.3976 292.0 TX RAYMOND 4.8 S +US1TXCLY002 33.4744 -98.4122 344.1 TX WINDTHORST 7.1 SSE +US1TXCLY003 33.6510 -98.1854 320.6 TX BLUEGROVE 3.9 ESE +US1TXCLY004 33.8143 -98.2057 282.9 TX HENRIETTA 0.7 WSW +US1TXCML002 29.8202 -98.4011 340.8 TX SPRING BRANCH 5.1 SSE +US1TXCML003 29.7210 -98.1655 252.1 TX NEW BRAUNFELS 3.1 WNW +US1TXCML004 29.6701 -98.1275 202.7 TX NEW BRAUNFELS 2.4 SSW +US1TXCML005 29.7305 -98.0938 207.9 TX NEW BRAUNFELS 2.3 NE +US1TXCML006 29.8374 -98.3987 316.1 TX SPRING BRANCH 5.6 SSE +US1TXCML007 29.8341 -98.4016 330.1 TX SPRING BRANCH 4.0 SSE +US1TXCML008 29.7779 -98.2031 326.7 TX NEW BRAUNFELS 7.2 NW +US1TXCML009 29.7954 -98.0680 253.9 TX NEW BRAUNFELS 7.0 NNE +US1TXCML011 29.7519 -98.3616 346.9 TX TIMBERWOOD PARK 7.7 ENE +US1TXCML012 29.8740 -98.3038 342.0 TX CANYON LAKE 2.5 W +US1TXCML017 29.8170 -98.0990 331.0 TX NEW BRAUNFELS 7.9 N +US1TXCML019 29.8668 -98.1416 316.7 TX CANYON LAKE 7.3 E +US1TXCML020 29.8553 -98.4145 313.6 TX CANYON LAKE 9.2 W +US1TXCML021 29.8834 -98.2665 276.8 TX SPRING BRANCH 4.1 S +US1TXCML022 29.8376 -98.1494 273.1 TX CANYON LAKE 7.2 ESE +US1TXCML024 29.7505 -98.3986 316.4 TX BULVERDE 4.3 ESE +US1TXCML025 29.6426 -98.3213 300.8 TX GARDEN RIDGE 1.8 WNW +US1TXCML026 29.8881 -98.1689 324.0 TX CANYON LAKE 5.7 E +US1TXCML027 29.8467 -98.1811 246.0 TX CANYON LAKE 5.2 ESE +US1TXCML029 29.7653 -98.1865 296.3 TX NEW BRAUNFELS 5.9 NW +US1TXCML032 29.7514 -98.0633 218.5 TX NEW BRAUNFELS 4.6 NE +US1TXCML033 29.6833 -98.1631 200.9 TX NEW BRAUNFELS 3.1 WSW +US1TXCML034 29.8407 -98.3772 315.8 TX CANYON LAKE 7.3 WSW +US1TXCML035 29.7340 -98.2021 279.8 TX NEW BRAUNFELS 5.5 WNW +US1TXCML036 29.7184 -98.1388 230.4 TX NEW BRAUNFELS 1.6 NW +US1TXCML037 29.9150 -98.2644 307.5 TX CANYON LAKE 2.8 N +US1TXCML038 29.6727 -98.1157 220.1 TX NEW BRAUNFELS 2.2 S +US1TXCML039 29.7044 -98.0941 200.3 TX NEW BRAUNFELS 1.4 E +US1TXCML040 29.7050 -98.1154 186.5 TX NEW BRAUNFELS 0.1 ENE +US1TXCML041 29.7427 -98.1009 205.1 TX NEW BRAUNFELS 2.8 NNE +US1TXCML043 29.9134 -98.3976 381.0 TX SPRING BRANCH 2.6 NE +US1TXCML044 29.7109 -98.1535 254.5 TX NEW BRAUNFELS 2.2 WNW +US1TXCML046 29.6297 -98.2205 245.1 TX CIBOLO 3.9 N +US1TXCML047 29.7532 -98.3815 351.1 TX BULVERDE 4.4 ENE +US1TXCML048 29.9454 -98.3706 362.1 TX CANYON LAKE 8.1 NW +US1TXCML049 29.8318 -98.3358 385.9 TX CANYON LAKE 5.3 SW +US1TXCML051 29.8630 -98.4544 346.6 TX SPRING BRANCH 2.4 SW +US1TXCML052 29.9272 -98.3424 332.2 TX SPRING BRANCH 6.0 NE +US1TXCML053 29.8186 -98.5630 405.1 TX BOERNE 10.2 E +US1TXCML056 29.8260 -98.0940 277.4 TX NEW BRAUNFELS 8.5 N +US1TXCML058 29.7131 -98.1412 233.8 TX NEW BRAUNFELS 1.6 WNW +US1TXCML060 29.8079 -98.2423 295.4 TX NEW BRAUNFELS 10.4 NW +US1TXCML061 29.7075 -98.2843 296.3 TX NEW BRAUNFELS 10.0 W +US1TXCML063 29.8093 -98.1400 297.2 TX NEW BRAUNFELS 7.4 N +US1TXCML068 29.7221 -98.1661 259.7 TX NEW BRAUNFELS 3.2 WNW +US1TXCML072 29.7135 -98.1523 253.3 TX NEW BRAUNFELS 2.2 WNW +US1TXCML075 29.8517 -98.4388 326.7 TX SPRING BRANCH 2.7 SSW +US1TXCML076 29.8413 -98.1516 303.3 TX NEW BRAUNFELS 9.7 NNW +US1TXCML077 29.6941 -98.1250 203.6 TX NEW BRAUNFELS 0.8 SSW +US1TXCML078 29.6894 -98.1304 213.1 TX NEW BRAUNFELS 1.3 SW +US1TXCML079 29.7043 -98.2012 277.7 TX NEW BRAUNFELS 5.0 W +US1TXCML080 29.7879 -98.0770 235.3 TX NEW BRAUNFELS 6.3 NNE +US1TXCML081 29.7227 -98.1310 227.4 TX NEW BRAUNFELS 1.5 NNW +US1TXCML086 29.7190 -98.2028 292.0 TX NEW BRAUNFELS 5.2 W +US1TXCML092 29.6411 -98.3114 282.2 TX GARDEN RIDGE 1.2 WNW +US1TXCML093 29.8741 -98.1318 336.2 TX CANYON LAKE 7.8 E +US1TXCML095 29.7569 -98.3856 323.4 TX BULVERDE 4.2 ENE +US1TXCML098 29.7053 -98.1276 191.7 TX NEW BRAUNFELS 0.6 W +US1TXCML103 29.7109 -98.1185 199.0 TX NEW BRAUNFELS 0.5 N +US1TXCML104 29.8217 -98.3703 360.0 TX SPRING BRANCH 5.7 SE +US1TXCML105 29.6560 -98.1960 228.9 TX NEW BRAUNFELS 5.8 SW +US1TXCML111 29.7651 -98.3656 392.3 TX BULVERDE 5.5 ENE +US1TXCML112 29.9511 -98.3224 352.3 TX SPRING BRANCH 7.5 NE +US1TXCML113 29.8690 -98.2856 338.0 TX CANYON LAKE 1.5 WSW +US1TXCML115 29.7221 -98.1311 223.1 TX NEW BRAUNFELS 1.5 NNW +US1TXCML117 29.7827 -98.0837 226.2 TX NEW BRAUNFELS 5.8 NNE +US1TXCML119 29.7717 -98.1943 295.0 TX NEW BRAUNFELS 6.6 NW +US1TXCML122 29.8100 -98.0819 209.7 TX NEW BRAUNFELS 7.6 NNE +US1TXCML124 29.8286 -98.0854 271.9 TX NEW BRAUNFELS 8.8 NNE +US1TXCML125 29.8713 -98.1816 291.1 TX CANYON LAKE 4.8 E +US1TXCML126 29.8801 -98.1944 256.9 TX CANYON LAKE 4.1 E +US1TXCML128 29.6977 -98.2832 289.6 TX NEW BRAUNFELS 10.0 W +US1TXCML129 29.8499 -98.2016 345.0 TX CANYON LAKE 4.0 ESE +US1TXCML132 29.6927 -98.0833 199.9 TX NEW BRAUNFELS 2.2 ESE +US1TXCML134 29.7333 -98.2043 278.3 TX NEW BRAUNFELS 5.6 WNW +US1TXCML135 29.7236 -98.1278 218.2 TX NEW BRAUNFELS 1.5 NNW +US1TXCML137 29.8118 -98.3985 390.8 TX SPRING BRANCH 5.6 SSE +US1TXCML138 29.8451 -98.2442 324.0 TX CANYON LAKE 2.3 SSE +US1TXCML139 29.8297 -98.2812 392.6 TX NEW BRAUNFELS 13.1 NW +US1TXCML140 29.8500 -98.2167 376.7 TX CANYON LAKE 3.2 ESE +US1TXCML141 29.7109 -98.1936 302.1 TX NEW BRAUNFELS 4.6 W +US1TXCML142 29.8509 -98.1267 301.1 TX NEW BRAUNFELS 10.2 N +US1TXCML143 29.6777 -98.1108 213.4 TX NEW BRAUNFELS 1.9 SSE +US1TXCML145 29.6795 -98.3323 306.0 TX GARDEN RIDGE 3.9 NW +US1TXCML146 29.6723 -98.3309 322.2 TX GARDEN RIDGE 3.4 NW +US1TXCML147 29.6780 -98.3287 296.9 TX GARDEN RIDGE 3.7 NW +US1TXCML148 29.7740 -98.2606 336.2 TX NEW BRAUNFELS 9.9 WNW +US1TXCML149 29.6450 -98.3078 295.4 TX GARDEN RIDGE 1.1 NW +US1TXCML150 29.8141 -98.3457 409.0 TX SPRING BRANCH 4.3 ESE +US1TXCML151 29.8868 -98.2556 297.8 TX CANYON LAKE 0.9 NNE +US1TXCML152 29.7713 -98.4081 332.5 TX BULVERDE 3.3 NE +US1TXCML155 29.7560 -98.1824 292.3 TX NEW BRAUNFELS 5.3 NW +US1TXCML156 29.8791 -98.2573 289.9 TX CANYON LAKE 0.4 NE +US1TXCML158 29.8450 -98.4470 338.3 TX SPRING BRANCH 2.2 W +US1TXCML164 29.8702 -98.2893 321.6 TX CANYON LAKE 1.7 WSW +US1TXCML165 29.6950 -98.0753 199.6 TX NEW BRAUNFELS 2.6 ESE +US1TXCML166 29.8708 -98.2925 319.7 TX CANYON LAKE 1.8 W +US1TXCML168 29.8722 -98.2781 307.8 TX CANYON LAKE 1.0 WSW +US1TXCML169 29.9661 -98.2300 329.5 TX FISCHER 2.3 ESE +US1TXCML173 29.8190 -98.0962 304.2 TX NEW BRAUNFELS 8.0 N +US1TXCML174 29.7533 -98.1233 224.9 TX NEW BRAUNFELS 3.4 N +US1TXCML175 29.9289 -98.2971 331.3 TX CANYON LAKE 4.3 NNW +US1TXCML176 29.8640 -98.2253 296.0 TX CANYON LAKE 2.3 ESE +US1TXCML182 29.8298 -98.4040 347.5 TX SPRING BRANCH 0.8 SSE +US1TXCML183 29.8401 -98.2995 316.7 TX CANYON LAKE 3.3 SW +US1TXCML184 29.8355 -98.0880 319.1 TX NEW BRAUNFELS 9.2 N +US1TXCML187 29.8019 -98.0720 269.7 TX NEW BRAUNFELS 7.3 NNE +US1TXCML188 29.7246 -98.1318 224.0 TX NEW BRAUNFELS 1.6 NNW +US1TXCML189 29.8368 -98.2824 395.9 TX CANYON LAKE 2.9 SSW +US1TXCML190 29.8033 -98.1091 283.5 TX NEW BRAUNFELS 6.9 N +US1TXCML191 29.8144 -98.1358 289.9 TX NEW BRAUNFELS 7.7 N +US1TXCML192 29.8261 -98.0828 258.8 TX NEW BRAUNFELS 8.7 NNE +US1TXCML194 29.6769 -98.1401 213.1 TX NEW BRAUNFELS 2.3 SW +US1TXCML198 29.7608 -98.4424 384.0 TX BULVERDE 1.3 NNE +US1TXCML203 29.6696 -98.3316 312.1 TX GARDEN RIDGE 3.3 NW +US1TXCML204 29.7326 -98.1793 270.1 TX NEW BRAUNFELS 4.2 WNW +US1TXCML205 29.9309 -98.3459 345.9 TX CANYON LAKE 6.3 NW +US1TXCML206 29.7275 -98.1828 270.1 TX NEW BRAUNFELS 4.2 WNW +US1TXCMN001 32.0998 -98.6130 399.3 TX DE LEON 4.5 W +US1TXCMN002 31.9023 -98.2554 356.6 TX CARLTON 5.0 WSW +US1TXCMN003 32.0173 -98.7593 0.0 TX COMANCHE 12.2 NW +US1TXCMN004 31.9345 -98.4926 370.6 TX COMANCHE 7.0 ENE +US1TXCMN006 31.8274 -98.2371 322.8 TX GUSTINE 9.8 E +US1TXCMR001 26.0344 -97.5465 15.8 TX RANCHO VIEJO 0.7 E +US1TXCMR006 25.9390 -97.4842 7.0 TX BROWNSVILLE 1.0 N +US1TXCMR008 25.8523 -97.4175 11.0 TX BROWNSVILLE 6.4 SE +US1TXCMR012 26.1851 -97.6465 7.9 TX HARLINGEN 2.6 ESE +US1TXCMR013 25.9205 -97.5176 14.0 TX BROWNSVILLE 2.2 W +US1TXCMR015 25.9795 -97.5337 11.9 TX BROWNSVILLE 4.9 NW +US1TXCMR016 25.9751 -97.4919 10.1 TX BROWNSVILLE 3.5 N +US1TXCMR017 25.9274 -97.4166 13.1 TX BROWNSVILLE 4.1 E +US1TXCMR018 26.1757 -97.7700 18.0 TX PALM VALLEY 2.2 SSW +US1TXCMR019 26.0664 -97.6189 18.0 TX SAN BENITO 5.0 SSE +US1TXCMR021 26.0771 -97.4759 11.0 TX LOS FRESNOS 0.3 NE +US1TXCMR022 25.9230 -97.4883 11.9 TX BROWNSVILLE 0.4 WSW +US1TXCMR023 25.9183 -97.4527 13.1 TX BROWNSVILLE 1.9 ESE +US1TXCMR025 25.9880 -97.5036 9.4 TX BROWNSVILLE 4.5 NNW +US1TXCMR028 25.9664 -97.4837 7.9 TX BROWNSVILLE 2.8 N +US1TXCMR031 25.9975 -97.5705 11.9 TX BROWNSVILLE 7.0 NW +US1TXCMR032 26.1718 -97.7517 14.9 TX HARLINGEN 4.3 WSW +US1TXCMR035 26.3340 -97.4785 3.7 TX RIO HONDO 9.4 NE +US1TXCMR036 26.1810 -97.7643 14.0 TX HARLINGEN 4.7 WSW +US1TXCMR037 25.8601 -97.3880 7.9 TX BROWNSVILLE 7.4 SE +US1TXCMR038 25.9831 -97.4679 6.1 TX BROWNSVILLE 4.1 NNE +US1TXCMR042 25.9728 -97.4355 7.3 TX BROWNSVILLE 4.4 NE +US1TXCMR043 25.9547 -97.4257 6.7 TX BROWNSVILLE 4.1 ENE +US1TXCMR044 25.9738 -97.4426 8.2 TX BROWNSVILLE 4.2 NE +US1TXCMR045 26.1669 -97.3983 7.9 TX BAYVIEW 2.9 N +US1TXCMR046 25.9167 -97.4924 9.8 TX BROWNSVILLE 0.9 SW +US1TXCMR050 25.9801 -97.5349 10.1 TX BROWNSVILLE 5.0 NW +US1TXCMR051 25.9232 -97.4813 7.9 TX BROWNSVILLE 0.1 SSE +US1TXCMR056 26.0648 -97.4733 5.2 TX LOS FRESNOS 0.8 SSE +US1TXCMR058 26.1047 -97.2927 3.0 TX LAGUNA VISTA 0.3 N +US1TXCMR059 26.1151 -97.3031 0.9 TX LAGUNA VISTA 1.2 NNW +US1TXCMR061 25.9597 -97.5768 12.2 TX BROWNSVILLE 6.4 WNW +US1TXCMR065 25.9950 -97.5010 6.4 TX BROWNSVILLE 5.0 NNW +US1TXCMR067 26.1186 -97.5105 9.1 TX SAN BENITO 7.8 E +US1TXCMR068 25.9479 -97.5093 10.1 TX BROWNSVILLE 2.3 NW +US1TXCMR069 26.1266 -97.1704 1.5 TX SOUTH PADRE ISLAND 1.1 N +US1TXCMR070 26.1301 -97.6306 10.4 TX SAN BENITO 0.6 SSE +US1TXCMR078 26.1892 -97.7473 13.1 TX HARLINGEN 3.8 W +US1TXCMR084 25.9406 -97.5138 10.1 TX BROWNSVILLE 2.2 WNW +US1TXCMR085 26.2010 -97.6856 11.3 TX HARLINGEN 0.4 N +US1TXCMR087 26.1546 -97.7065 13.4 TX HARLINGEN 3.1 SSW +US1TXCMR089 25.9475 -97.4711 7.0 TX BROWNSVILLE 1.7 NNE +US1TXCMR090 25.9299 -97.5055 9.8 TX BROWNSVILLE 1.5 WNW +US1TXCMR091 25.9621 -97.4613 5.2 TX BROWNSVILLE 2.9 NNE +US1TXCMR092 26.1919 -97.5089 5.5 TX SAN BENITO 8.7 ENE +US1TXCMR093 26.2010 -97.7565 12.8 TX HARLINGEN 4.4 W +US1TXCMR094 25.9478 -97.2815 1.8 TX BROWNSVILLE 12.6 E +US1TXCMR096 26.1716 -97.5407 10.1 TX SAN BENITO 6.3 ENE +US1TXCMR097 26.2144 -97.4576 5.8 TX RIO HONDO 7.9 E +US1TXCMR098 25.9707 -97.5285 0.0 TX BROWNSVILLE 4.3 NW +US1TXCMR099 26.0606 -97.6178 13.4 TX SAN BENITO 5.4 SSE +US1TXCMR100 26.1635 -97.7806 16.2 TX HARLINGEN 6.2 WSW +US1TXCMR101 26.1244 -97.6306 10.4 TX SAN BENITO 0.9 SSE +US1TXCMR103 25.9090 -97.4980 10.1 TX BROWNSVILLE 1.5 SW +US1TXCMR105 26.0994 -97.4628 9.4 TX LOS FRESNOS 2.1 NNE +US1TXCMR106 26.3261 -97.4574 1.8 TX RIO HONDO 10.0 NE +US1TXCMR108 26.0782 -97.1684 1.8 TX SOUTH PADRE ISLAND 2.3 S +US1TXCMR117 26.1696 -97.5428 7.6 TX LOZANO 1.4 S +US1TXCMR119 26.1744 -97.7304 13.1 TX HARLINGEN 3.1 WSW +US1TXCMR120 26.2041 -97.6723 11.0 TX HARLINGEN 1.1 NE +US1TXCMR121 26.2049 -97.7524 13.4 TX HARLINGEN 4.2 W +US1TXCNC001 31.1816 -99.8595 618.1 TX EDEN 2.5 SSW +US1TXCOO001 33.6570 -96.9521 245.1 TX WHITESBORO 2.8 W +US1TXCOO003 33.4907 -97.0089 205.4 TX COLLINSVILLE 7.4 SW +US1TXCOO005 33.6617 -96.9756 243.8 TX WHITESBORO 4.2 W +US1TXCRK001 30.7099 -101.2078 712.0 TX OZONA 0.3 NNW +US1TXCRK003 30.4819 -101.5744 698.9 TX OZONA 26.8 SW +US1TXCRK006 30.6648 -101.6952 644.0 TX SHEFFIELD 7.9 ESE +US1TXCRK012 30.4281 -101.3439 695.2 TX OZONA 20.9 SSW +US1TXCRK013 30.3863 -101.0877 651.7 TX OZONA 23.2 SSE +US1TXCRK014 31.0352 -101.4502 781.8 TX BIG LAKE 11.0 S +US1TXCRK015 30.6269 -101.4161 737.0 TX OZONA 13.6 WSW +US1TXCRK016 30.4590 -101.0204 629.1 TX OZONA 20.3 SSE +US1TXCRK020 30.3825 -101.6898 566.0 TX OZONA 36.4 SW +US1TXCRK024 30.4248 -101.1596 649.5 TX OZONA 19.6 S +US1TXCRL003 31.0916 -97.8900 311.2 TX KEMPNER 6.7 ENE +US1TXCRL004 31.3371 -97.5704 233.2 TX GATESVILLE 12.0 SE +US1TXCRL005 31.1129 -97.8900 333.1 TX COPPERAS COVE 0.8 ESE +US1TXCRL006 31.3211 -97.4788 189.9 TX MOODY 7.1 W +US1TXCRL007 31.3393 -97.8508 311.5 TX GATESVILLE 9.8 SW +US1TXCRL008 31.7044 -97.6940 251.8 TX CLIFTON 8.5 SW +US1TXCRN001 31.2816 -102.4213 732.1 TX CRANE 8.7 SSW +US1TXCRS001 35.3441 -101.3881 1057.0 TX PANHANDLE 0.5 WSW +US1TXCSS005 33.1169 -94.1598 85.0 TX ATLANTA 0.3 E +US1TXCSS006 32.8917 -94.3294 122.8 TX JEFFERSON 9.1 N +US1TXCSS008 33.1788 -94.3302 124.7 TX DOUGLASSVILLE 1.5 SE +US1TXCSS009 33.0800 -94.1814 87.8 TX ATLANTA 2.7 SSW +US1TXCSS010 33.0365 -94.4930 88.7 TX LINDEN 7.8 WNW +US1TXCST001 34.5324 -102.3029 1182.0 TX DIMMITT 1.3 SSE +US1TXDA0001 32.7998 -96.7012 162.2 TX DALLAS 3.7 E +US1TXDA0003 32.8630 -96.8450 159.1 TX UNIVERSITY PARK 3.1 WNW +US1TXDA0004 32.9321 -96.5769 164.9 TX ROWLETT 2.3 NW +US1TXDA0006 32.9573 -96.7469 189.9 TX RICHARDSON 2.4 WSW +US1TXDA0007 32.5725 -96.9574 231.0 TX CEDAR HILL 0.5 S +US1TXDA0013 32.7091 -96.8383 178.3 TX DALLAS 7.2 SW +US1TXDA0015 32.9781 -96.9981 140.2 TX COPPELL 1.1 NNW +US1TXDA0016 32.6698 -96.9216 214.6 TX DUNCANVILLE 1.7 NNW +US1TXDA0017 32.8297 -96.6486 167.0 TX MESQUITE 5.1 NW +US1TXDA0021 32.9653 -96.7385 194.8 TX RICHARDSON 1.7 WSW +US1TXDA0026 32.7476 -96.5493 139.9 TX MESQUITE 3.3 ESE +US1TXDA0027 32.8041 -96.7863 150.9 TX DALLAS 1.4 WNW +US1TXDA0033 32.9601 -96.8999 153.0 TX CARROLLTON 1.9 S +US1TXDA0035 32.9575 -96.7479 183.8 TX RICHARDSON 2.4 WSW +US1TXDA0036 32.5548 -96.9574 238.7 TX CEDAR HILL 1.8 S +US1TXDA0037 32.8076 -96.6139 158.2 TX MESQUITE 2.8 NNW +US1TXDA0039 32.8656 -96.6901 176.2 TX DALLAS 6.6 NE +US1TXDA0045 32.6383 -96.9014 210.9 TX DUNCANVILLE 0.9 SE +US1TXDA0047 32.6137 -96.9712 191.4 TX CEDAR HILL 2.4 NNW +US1TXDA0048 32.8211 -96.7492 172.8 TX DALLAS 2.1 NNE +US1TXDA0050 32.5996 -96.9537 246.0 TX CEDAR HILL 1.4 N +US1TXDA0052 32.7709 -96.6409 157.9 TX MESQUITE 2.4 W +US1TXDA0053 32.8152 -96.8035 150.0 TX DALLAS 2.7 WNW +US1TXDA0057 32.9368 -96.9476 132.0 TX IRVING 5.6 NNE +US1TXDA0058 32.8731 -96.6238 159.4 TX GARLAND 2.6 S +US1TXDA0060 32.8525 -96.6399 165.8 TX GARLAND 4.1 S +US1TXDA0063 32.6130 -96.8279 186.8 TX DESOTO 2.2 ENE +US1TXDA0065 32.9550 -96.6622 171.0 TX GARLAND 3.6 NNW +US1TXDA0069 32.8220 -96.5999 159.4 TX MESQUITE 3.7 N +US1TXDA0070 32.8025 -96.6065 153.3 TX MESQUITE 2.3 N +US1TXDA0072 32.9637 -96.5798 157.3 TX SACHSE 0.8 S +US1TXDA0073 32.9785 -96.5764 0.0 TX SACHSE 0.4 NE +US1TXDA0075 32.9520 -96.8763 164.3 TX CARROLLTON 2.8 SSE +US1TXDA0076 32.8075 -96.7591 164.6 TX DALLAS 1.0 NNE +US1TXDA0077 32.5662 -96.8376 199.0 TX GLENN HEIGHTS 1.4 NE +US1TXDA0080 32.6565 -96.9666 156.7 TX DUNCANVILLE 3.2 WNW +US1TXDA0087 32.9568 -96.7522 187.1 TX RICHARDSON 2.7 WSW +US1TXDA0088 32.6034 -97.0437 170.1 TX MANSFIELD 5.0 ENE +US1TXDA0089 32.9626 -96.7631 200.6 TX RICHARDSON 3.2 WSW +US1TXDA0090 32.8501 -96.6365 166.4 TX GARLAND 4.2 S +US1TXDA0091 32.9378 -96.6588 181.4 TX GARLAND 2.5 NW +US1TXDA0093 32.7484 -96.5877 140.2 TX MESQUITE 1.6 SSE +US1TXDK0001 33.5989 -100.8508 751.0 TX DICKENS 1.8 SSW +US1TXDK0002 33.6194 -100.8612 745.2 TX DICKENS 1.5 W +US1TXDL0002 36.0592 -102.5283 1217.1 TX DALHART 0.8 WSW +US1TXDL0003 36.0833 -102.6567 1238.1 TX DALHART 8.1 W +US1TXDL0006 36.3782 -103.0204 1430.1 TX TEXLINE 0.1 NW +US1TXDL0007 36.4730 -102.8922 1394.8 TX TEXLINE 9.7 NE +US1TXDM0002 28.5633 -99.8354 170.7 TX CARRIZO SPRINGS 3.0 NNE +US1TXDM0003 28.5179 -99.8645 189.6 TX CARRIZO SPRINGS 0.6 SSW +US1TXDN0001 33.2191 -97.0532 168.6 TX SHADY SHORES 3.9 N +US1TXDN0003 33.4070 -97.2522 251.2 TX SANGER 5.4 NW +US1TXDN0006 33.1078 -97.2736 196.9 TX NORTHLAKE 2.5 NNW +US1TXDN0008 33.0562 -97.0703 180.1 TX FLOWER MOUND 2.3 NE +US1TXDN0009 33.2955 -96.8550 185.6 TX CELINA 4.4 WSW +US1TXDN0012 33.1879 -96.8708 187.1 TX HACKBERRY 3.8 NE +US1TXDN0015 33.3504 -97.2063 210.9 TX SANGER 1.8 WSW +US1TXDN0017 33.1738 -96.9093 174.7 TX LITTLE ELM 1.4 ENE +US1TXDN0019 33.0623 -97.0091 166.1 TX LEWISVILLE 2.1 NW +US1TXDN0021 33.2282 -96.9597 176.2 TX LINCOLN PARK 0.8 ENE +US1TXDN0026 33.1777 -97.1085 197.5 TX DENTON 2.8 SSE +US1TXDN0028 33.1003 -96.8697 177.4 TX THE COLONY 1.2 ENE +US1TXDN0032 33.2008 -97.0031 168.2 TX OAK POINT 1.4 NNW +US1TXDN0034 33.2270 -96.9433 169.8 TX AUBREY 5.9 SSE +US1TXDN0036 33.0046 -97.2601 185.3 TX ROANOKE 1.6 W +US1TXDN0037 33.0153 -96.8857 172.2 TX CARROLLTON 2.0 NNE +US1TXDN0039 33.1872 -96.8962 174.7 TX LITTLE ELM 2.5 NE +US1TXDN0040 33.2250 -97.0979 189.0 TX DENTON 2.0 ENE +US1TXDN0041 33.1299 -97.1855 196.3 TX ARGYLE 1.4 NNW +US1TXDN0043 33.1306 -97.1932 201.8 TX ARGYLE 1.6 NNW +US1TXDN0044 33.0105 -97.0817 179.8 TX FLOWER MOUND 1.4 SSE +US1TXDN0046 33.2723 -97.0148 189.6 TX AUBREY 2.9 SW +US1TXDN0047 33.1773 -96.8958 173.1 TX LITTLE ELM 2.2 ENE +US1TXDN0048 33.1584 -96.8809 173.1 TX FRISCO 4.0 WNW +US1TXDN0049 32.9984 -97.1614 185.3 TX SOUTHLAKE 3.2 NNW +US1TXDN0053 33.0869 -97.1119 191.1 TX COPPER CANYON 1.1 SW +US1TXDN0054 33.1120 -97.3650 228.6 TX JUSTIN 4.2 WNW +US1TXDN0055 33.0205 -97.0715 187.8 TX FLOWER MOUND 1.3 ESE +US1TXDN0060 33.0187 -97.2982 188.1 TX ROANOKE 4.0 WNW +US1TXDN0061 33.0356 -96.8527 202.1 TX PLANO 6.2 W +US1TXDS0003 35.1032 -102.2915 1185.7 TX VEGA 12.5 SE +US1TXDS0004 34.8351 -102.3582 1159.8 TX HEREFORD 2.4 ENE +US1TXDS0005 34.8386 -102.4014 1171.7 TX HEREFORD 1.1 N +US1TXDS0006 34.7906 -102.4069 1170.7 TX HEREFORD 2.3 SSW +US1TXDV0001 27.3403 -98.4650 120.7 TX HEBBRONVILLE 13.6 E +US1TXDV0005 27.3716 -98.3599 102.1 TX CONCEPCION 1.7 S +US1TXDV0007 27.7515 -98.2464 99.1 TX SAN DIEGO 0.7 SW +US1TXDV0009 27.4383 -98.5376 137.2 TX REALITOS 0.7 SW +US1TXDW0003 29.1895 -97.1255 73.8 TX YOAKUM 7.2 S +US1TXDW0004 28.9825 -97.4981 93.9 TX YORKTOWN 0.4 E +US1TXDW0005 28.9987 -97.3400 82.9 TX CUERO 7.3 SSW +US1TXDW0007 29.3354 -97.2363 125.9 TX YOAKUM 6.2 WNW +US1TXDW0008 29.0423 -97.6523 133.2 TX YORKTOWN 9.8 WNW +US1TXDW0009 29.1515 -97.2785 66.4 TX CUERO 4.0 N +US1TXDW0010 29.1261 -97.3802 68.6 TX CUERO 6.0 WNW +US1TXDW0012 29.0761 -97.2519 57.3 TX CUERO 2.5 ESE +US1TXDW0013 29.0750 -97.2499 51.8 TX CUERO 2.6 ESE +US1TXDW0014 29.0774 -97.2492 57.9 TX CUERO 2.7 ESE +US1TXDW0015 29.1234 -97.5804 133.5 TX YORKTOWN 10.7 NNW +US1TXDW0016 28.9720 -97.2923 69.5 TX CUERO 8.4 S +US1TXDW0017 29.0791 -97.2786 61.6 TX CUERO 1.2 SSE +US1TXDW0018 28.9791 -97.5155 92.4 TX YORKTOWN 0.7 WSW +US1TXDW0019 28.9722 -97.2788 62.8 TX CUERO 8.4 S +US1TXDW0020 29.0891 -97.2892 54.6 TX CUERO 0.4 SSW +US1TXDW0021 28.9155 -97.6273 119.2 TX NORDHEIM 1.0 WSW +US1TXDW0026 29.0091 -97.6104 128.3 TX YORKTOWN 6.7 WNW +US1TXEC0001 31.8512 -102.4008 888.2 TX ODESSA 3.5 WSW +US1TXEC0002 31.8449 -102.4858 901.3 TX ODESSA 8.3 WSW +US1TXED0001 29.8355 -100.4084 574.9 TX ROCKSPRINGS 17.2 SW +US1TXED0002 30.0653 -100.2825 719.9 TX ROCKSPRINGS 5.4 NW +US1TXED0003 29.7172 -100.0500 466.0 TX CAMP WOOD 4.1 NW +US1TXED0012 29.9666 -100.3424 709.0 TX ROCKSPRINGS 8.5 WSW +US1TXED0017 30.1542 -100.3111 658.7 TX ROCKSPRINGS 11.2 NNW +US1TXED0018 29.8413 -100.4045 573.6 TX ROCKSPRINGS 16.9 SW +US1TXED0019 29.8772 -100.4502 646.8 TX ROCKSPRINGS 17.9 WSW +US1TXED0020 30.0128 -100.2049 733.0 TX ROCKSPRINGS 0.5 SE +US1TXED0021 30.0995 -100.1701 666.0 TX ROCKSPRINGS 6.2 NNE +US1TXED0022 30.0649 -100.0230 722.4 TX ROCKSPRINGS 11.8 ENE +US1TXED0024 30.1369 -100.4871 657.5 TX ROCKSPRINGS 18.4 WNW +US1TXED0025 29.9284 -100.2070 697.1 TX ROCKSPRINGS 6.2 S +US1TXED0026 29.9427 -100.0903 723.9 TX ROCKSPRINGS 8.9 SE +US1TXED0028 29.7326 -100.6568 622.7 TX CARTA VALLEY 4.0 SSE +US1TXEL0004 32.1805 -96.9046 185.0 TX ITALY 1.2 W +US1TXEL0006 32.4903 -96.7990 164.9 TX RED OAK 2.0 SSE +US1TXEL0007 32.4778 -96.8147 182.9 TX PECAN HILL 2.7 WSW +US1TXEL0010 32.5019 -96.8983 218.5 TX OVILLA 2.6 S +US1TXEL0014 32.5155 -96.8618 177.4 TX OAK LEAF 0.8 WSW +US1TXEL0015 32.3620 -96.5122 118.6 TX ENNIS 7.0 ENE +US1TXEL0016 32.4067 -96.8412 185.0 TX WAXAHACHIE 0.6 E +US1TXEL0017 32.4408 -96.9348 205.1 TX MIDLOTHIAN 5.2 SE +US1TXEL0018 32.4440 -97.0033 251.2 TX MIDLOTHIAN 3.5 S +US1TXEL0019 32.5248 -96.8833 190.2 TX OVILLA 1.2 SSE +US1TXEL0020 32.5279 -96.8451 186.5 TX OAK LEAF 0.6 NNE +US1TXEL0022 32.4816 -96.5379 110.3 TX ENNIS 11.6 NNE +US1TXEL0023 32.4225 -96.8108 173.4 TX WAXAHACHIE 2.6 ENE +US1TXEL0024 32.3991 -96.8345 181.4 TX WAXAHACHIE 1.2 ESE +US1TXEL0025 32.4221 -97.0229 253.9 TX MIDLOTHIAN 5.2 SSW +US1TXEL0026 32.4233 -96.9208 204.2 TX MIDLOTHIAN 6.6 SE +US1TXEL0027 32.3282 -96.6315 163.4 TX ENNIS 0.7 SSW +US1TXEL0029 32.4713 -96.5622 142.0 TX ENNIS 10.0 NNE +US1TXEL0030 32.4489 -97.0059 257.9 TX MIDLOTHIAN 3.2 S +US1TXEL0032 32.3351 -96.9501 205.1 TX WAXAHACHIE 7.6 SW +US1TXEL0033 32.4439 -96.5642 135.9 TX ENNIS 8.2 NNE +US1TXEL0034 32.4911 -96.9491 233.5 TX MIDLOTHIAN 2.8 E +US1TXEL0036 32.2927 -96.9625 186.5 TX WAXAHACHIE 10.2 SW +US1TXEL0037 32.4046 -97.0130 234.1 TX MIDLOTHIAN 6.2 S +US1TXEL0038 32.5335 -96.9045 202.4 TX MIDLOTHIAN 6.1 ENE +US1TXEL0039 32.3658 -96.8519 181.4 TX WAXAHACHIE 2.9 S +US1TXEL0040 32.3885 -96.8541 175.6 TX WAXAHACHIE 1.3 S +US1TXEL0041 32.4199 -96.8279 188.1 TX WAXAHACHIE 1.7 ENE +US1TXEL0042 32.5088 -96.8897 215.8 TX OVILLA 2.1 S +US1TXEL0043 32.3150 -96.9489 188.1 TX WAXAHACHIE 8.5 SW +US1TXEL0044 32.5145 -96.9410 227.4 TX MIDLOTHIAN 3.6 ENE +US1TXEL0045 32.4147 -96.8078 174.3 TX WAXAHACHIE 2.6 ENE +US1TXEL0046 32.4968 -96.8772 217.6 TX OVILLA 3.1 SSE +US1TXEL0048 32.3723 -96.8605 187.1 TX WAXAHACHIE 2.5 SSW +US1TXEL0049 32.3527 -96.6204 159.1 TX ENNIS 1.1 NNE +US1TXEL0050 32.3231 -96.9346 205.4 TX WAXAHACHIE 7.6 SW +US1TXEL0052 32.4780 -96.8890 218.5 TX WAXAHACHIE 5.3 NNW +US1TXEL0053 32.4678 -96.8208 185.3 TX WAXAHACHIE 4.6 NNE +US1TXEP0003 31.8789 -106.5382 1299.1 TX EL PASO 6.3 WNW +US1TXEP0007 31.8487 -106.5304 1306.1 TX EL PASO 5.4 W +US1TXEP0010 31.8443 -106.4569 1264.0 TX FORT BLISS 2.0 W +US1TXEP0012 31.8665 -106.4563 1291.1 TX EL PASO 1.6 NW +US1TXEP0013 31.9170 -106.4380 1231.1 TX EL PASO 4.7 N +US1TXEP0015 31.5871 -106.2287 1107.9 TX CLINT 0.2 S +US1TXEP0016 31.9362 -106.4450 1257.9 TX EL PASO 6.0 N +US1TXEP0017 31.8959 -106.4222 1195.1 TX EL PASO 3.3 NNE +US1TXEP0018 31.4839 -106.1658 1097.9 TX FABENS 1.8 SSW +US1TXEP0019 31.4911 -106.1932 1097.0 TX CLINT 7.1 SSE +US1TXEP0020 31.5651 -106.2095 1097.9 TX CLINT 2.0 SSE +US1TXEP0021 31.5544 -106.1868 1100.9 TX FABENS 3.7 NNW +US1TXEP0022 31.4246 -106.0644 1089.1 TX FABENS 7.8 SE +US1TXEP0023 31.7866 -106.4747 1214.9 TX EL PASO 4.8 SSW +US1TXEP0025 31.7803 -106.3659 1204.9 TX EL PASO 6.4 SE +US1TXEP0031 31.7462 -106.4384 1131.1 TX CUIDAD JUAREZ MX 1.8 NE +US1TXEP0033 31.9935 -106.5953 1169.5 TX ANTHONY 0.2 W +US1TXEP0034 31.7206 -106.2411 1222.6 TX HORIZON CITY 4.6 NW +US1TXEP0036 31.8619 -106.5915 1146.4 TX EL PASO 9.1 W +US1TXEP0037 31.6716 -106.3142 1119.5 TX SOCORRO 3.5 NW +US1TXEP0038 31.8521 -106.5596 1200.3 TX EL PASO 7.2 W +US1TXEP0040 31.7361 -106.3088 1187.2 TX EL PASO 10.7 E +US1TXEP0041 31.8606 -106.5217 1349.7 TX EL PASO 5.0 W +US1TXEP0042 31.8510 -106.5265 1321.3 TX EL PASO 5.2 W +US1TXEP0044 31.7989 -106.4642 1211.3 TX EL PASO 3.8 SSW +US1TXEP0045 31.9267 -106.0428 1380.4 TX HUECO TANKS SPHS +US1TXEP0047 31.8425 -106.4864 1457.9 TX FMSP MCKELLIGON +US1TXEP0048 31.8878 -106.5861 1170.1 TX EL PASO 9.1 WNW +US1TXEP0049 31.9160 -106.5152 1466.4 TX FMSP TOM MAYS +US1TXEP0050 31.6383 -106.3065 1116.8 TX RIO BOSQUE WETLANDS PARK +US1TXEP0051 31.7730 -106.3445 1209.1 TX EL PASO 7.6 SE +US1TXEP0053 31.7661 -106.5048 1174.4 TX UTEP EHS +US1TXEP0055 31.8457 -106.5432 1237.5 TX EL PASO 6.2 W +US1TXEP0056 31.7903 -106.4905 1293.9 TX EL PASO 5.1 SW +US1TXEP0058 31.8162 -106.5158 1265.5 TX EL PASO 5.1 WSW +US1TXEP0059 31.7744 -106.2954 1221.3 TX EL PASO 11.3 ENE +US1TXEP0061 31.6796 -106.1858 1229.3 TX HORIZON CITY 0.7 NNE +US1TXEP0062 31.6633 -106.2514 1130.5 TX SPARKS 1.0 SW +US1TXEP0063 31.7592 -106.3051 1215.2 TX EL PASO 10.7 E +US1TXEP0064 31.8179 -106.4509 1224.7 TX EL PASO 2.3 SSW +US1TXEP0065 31.8176 -106.5714 1141.2 TX EL PASO 8.2 WSW +US1TXEP0066 31.9038 -106.4488 1271.6 TX EP MUSEUM OF ARCHAEOLOGY +US1TXEP0068 31.9165 -106.4278 1217.7 TX EL PASO 4.7 N +US1TXEP0069 31.9054 -106.3951 1196.6 TX EL PASO 4.6 NNE +US1TXEP0070 31.8957 -106.6197 1148.2 TX EL PASO 11.2 WNW +US1TXEP0071 31.8309 -106.4499 1220.7 TX EL PASO 1.5 SSW +US1TXEP0072 31.8090 -106.4525 1210.7 TX EL PASO 2.9 SSW +US1TXEP0074 31.8755 -106.5677 1218.3 TX EL PASO 7.8 WNW +US1TXEP0075 31.8519 -106.4659 1351.2 TX EL PASO 1.7 W +US1TXEP0076 31.8303 -106.5134 1336.9 TX EL PASO 4.6 WSW +US1TXEP0078 31.8428 -106.4565 1270.1 TX EL PASO 1.2 WSW +US1TXEP0079 31.7778 -106.3686 1205.5 TX EL PASO 6.4 SE +US1TXEP0080 31.7586 -106.3325 1194.8 TX EL PASO 8.8 SE +US1TXEP0081 31.8741 -106.5339 1330.1 TX EL PASO 5.9 WNW +US1TXEP0083 31.7766 -106.3639 1212.2 TX EL PASO 6.6 SE +US1TXEP0084 31.7746 -106.3451 1209.8 TX EL PASO 7.5 SE +US1TXEP0086 31.7866 -106.4941 1244.8 TX EL PASO 5.5 SW +US1TXEP0087 31.8940 -106.0645 1355.1 TX HUECO TANKS 2.6 SW +US1TXEP0088 31.9989 -106.5750 1208.8 TX ANTHONY 1.0 ENE +US1TXEP0091 31.7682 -106.3588 1212.2 TX EL PASO 7.3 SE +US1TXEP0093 31.9109 -106.4001 1197.9 TX EL PASO 4.8 NNE +US1TXEP0098 31.9216 -106.4232 1218.3 TX EL PASO 5.1 N +US1TXEP0104 31.9283 -106.6267 1149.7 TX CANUTILLO 1.2 W +US1TXEP0106 31.7706 -106.3341 1214.3 TX EL PASO 8.2 SE +US1TXEP0108 31.8059 -106.2335 1226.2 TX EL PASO 12.4 ESE +US1TXEP0110 31.8141 -106.5669 1140.3 TX EL PASO 8.0 WSW +US1TXEP0111 31.8770 -106.5503 1270.7 TX EL PASO 6.9 WNW +US1TXEP0114 31.7791 -106.3112 1218.0 TX EL PASO 8.9 ESE +US1TXEP0118 31.7936 -106.4566 1177.1 TX EL PASO 4.0 SSW +US1TXEP0123 31.7206 -106.3395 1123.5 TX SPARKS 6.8 WNW +US1TXEP0126 31.6506 -106.3002 1117.4 TX SOCORRO 2.0 WNW +US1TXEP0128 31.6097 -106.2875 1113.7 TX SOCORRO 2.3 SSW +US1TXEP0130 31.8426 -106.5336 1276.8 TX EL PASO 5.7 W +US1TXEP0131 31.7454 -106.3615 1129.0 TX FORT BLISS 5.6 SE +US1TXEP0132 31.7951 -106.3205 1215.2 TX EL PASO 7.8 ESE +US1TXER0002 32.1583 -98.2312 401.1 TX STEPHENVILLE 4.3 SSW +US1TXER0004 32.2522 -98.2359 410.3 TX STEPHENVILLE 2.6 NNW +US1TXER0005 32.2980 -98.0081 301.1 TX BLUFF DALE 3.7 SSE +US1TXER0007 32.2031 -98.1799 383.1 TX STEPHENVILLE 2.3 ESE +US1TXER0008 32.2277 -98.2240 404.8 TX STEPHENVILLE 0.8 NW +US1TXER0009 32.2125 -98.2248 415.4 TX STEPHENVILLE 0.7 SW +US1TXES0001 32.4087 -98.6308 448.4 TX RANGER 4.9 SSE +US1TXES0002 32.4438 -98.9866 470.3 TX CISCO 4.1 N +US1TXES0003 32.0996 -98.9696 505.7 TX RISING STAR 0.3 NW +US1TXES0004 32.4691 -98.7100 473.4 TX RANGER 2.1 W +US1TXFA0001 31.3063 -96.8784 124.1 TX MARLIN 0.9 ESE +US1TXFA0004 31.1209 -97.1140 170.7 TX LOTT 7.6 SW +US1TXFA0005 31.1577 -96.8565 95.4 TX REAGAN 6.0 SW +US1TXFA0006 31.1684 -97.1466 165.2 TX LOTT 7.2 WSW +US1TXFA0007 31.0737 -97.0659 151.8 TX ROSEBUD 5.4 W +US1TXFA0008 31.2926 -97.2184 186.8 TX BRUCEVILLE-EDDY 2.0 ESE +US1TXFA0009 31.2402 -97.2301 177.7 TX BRUCEVILLE-EDDY 4.7 SSE +US1TXFA0010 31.1253 -97.0751 155.1 TX ROSEBUD 6.9 WNW +US1TXFB0001 29.4649 -95.8279 29.0 TX NEEDVILLE 4.8 N +US1TXFB0002 29.6945 -95.8264 42.1 TX FULSHEAR 3.5 E +US1TXFB0005 29.6107 -95.6335 29.0 TX SUGAR LAND .5 SE +US1TXFB0010 29.5370 -95.6875 24.1 TX RICHMOND 5.6 ESE +US1TXFB0011 29.5044 -95.5169 18.3 TX MISSOURI CITY 4.8 SSE +US1TXFB0012 29.6166 -95.6332 21.9 TX SUGAR LAND 1.0 W +US1TXFB0014 29.4008 -95.7959 25.6 TX NEEDVILLE 2.6 E +US1TXFB0017 29.6176 -95.7268 24.4 TX RICHMOND 3.4 NE +US1TXFB0018 29.6120 -95.7318 25.0 TX RICHMOND 2.9 NE +US1TXFB0020 29.6084 -95.5421 24.4 TX STAFFORD 1.7 SE +US1TXFB0022 29.5261 -95.7221 25.3 TX RICHMOND 4.6 SE +US1TXFB0024 29.7400 -95.7498 33.5 TX KATY 6.0 SE +US1TXFB0025 29.6388 -95.6269 25.9 TX SUGAR LAND 1.5 NNW +US1TXFB0027 29.5828 -95.6294 21.3 TX SUGAR LAND 2.6 SSW +US1TXFB0028 29.4702 -95.4934 16.5 TX MISSOURI CITY 7.5 SSE +US1TXFB0030 29.7018 -95.8007 36.0 TX KATY 6.8 SSE +US1TXFB0032 29.7074 -95.9397 41.1 TX FULSHEAR 2.7 WNW +US1TXFB0040 29.5681 -95.6399 21.6 TX SUGAR LAND 3.8 SSW +US1TXFB0042 29.5570 -95.7400 24.1 TX RICHMOND 2.3 SE +US1TXFB0043 29.4883 -95.5087 18.3 TX MISSOURI CITY 6.0 SSE +US1TXFB0044 29.5571 -95.5227 22.9 TX MISSOURI CITY 1.3 SE +US1TXFB0051 29.6408 -95.7390 25.9 TX RICHMOND 4.4 NNE +US1TXFB0053 29.7087 -95.7576 31.4 TX KATY 7.3 SSE +US1TXFB0054 29.5037 -95.5038 20.1 TX MISSOURI CITY 5.1 SSE +US1TXFB0055 29.5590 -95.5794 20.1 TX MISSOURI CITY 2.7 WSW +US1TXFB0063 29.6511 -95.7473 27.1 TX RICHMOND 4.9 NNE +US1TXFD0001 33.9848 -99.5408 409.7 TX CROWELL 10.5 E +US1TXFL0001 34.1232 -101.4516 995.2 TX LOCKNEY 0.6 W +US1TXFL0002 34.2320 -101.2760 972.6 TX SOUTH PLAINS 2.0 ENE +US1TXFN0001 33.6709 -96.3333 169.2 TX SAVOY 5.3 NNE +US1TXFN0002 33.6542 -96.2237 198.1 TX RAVENNA 1.7 SE +US1TXFN0003 33.6378 -96.1408 178.9 TX BONHAM 4.0 NE +US1TXFN0005 33.6142 -96.0978 174.3 TX DODD CITY 3.0 NNW +US1TXFN0007 33.4342 -96.3197 225.6 TX TRENTON 1.2 ENE +US1TXFR0001 28.9700 -99.2326 178.9 TX PEARSALL 10.2 NW +US1TXFR0002 28.9831 -99.1647 173.1 TX PEARSALL 7.9 NNW +US1TXFR0005 28.8340 -98.9871 171.0 TX PEARSALL 7.4 ESE +US1TXFR0006 28.9327 -99.1699 167.9 TX PEARSALL 5.6 WNW +US1TXFR0007 29.0665 -98.8364 183.5 TX BIGFOOT 1.4 NE +US1TXFR0010 29.0500 -99.3890 206.0 TX PEARSALL 21.1 WNW +US1TXFR0012 28.6632 -99.1724 166.7 TX DILLEY 0.4 SSW +US1TXFR0013 28.8855 -99.1155 185.9 TX PEARSALL 1.4 W +US1TXFS0001 32.9424 -100.1641 540.1 TX HAMLIN 4.1 NNW +US1TXFS0002 32.7993 -100.2310 565.7 TX MCCAULLEY 1.8 NW +US1TXFS0004 32.7195 -100.2512 565.7 TX SYLVESTER 0.2 SE +US1TXFS0006 32.8450 -100.2470 560.5 TX HAMLIN 7.3 WSW +US1TXFS0007 32.8494 -100.4643 593.4 TX ROTAN 0.3 S +US1TXFT0001 31.6334 -95.8063 80.8 TX OAKWOOD 4.2 NE +US1TXFY0001 29.9484 -97.0694 111.6 TX SMITHVILLE 6.6 SE +US1TXFY0002 30.0648 -96.6983 132.3 TX ROUND TOP 0.2 W +US1TXFY0003 30.0080 -97.0052 101.2 TX LA GRANGE 10.2 NW +US1TXFY0008 29.8311 -97.1729 123.1 TX FLATONIA 10.7 NNW +US1TXFY0009 29.7217 -97.0686 129.2 TX FLATONIA 3.3 NE +US1TXFY0030 30.0194 -96.8514 119.8 TX LA GRANGE 7.8 NNE +US1TXFY0032 29.6824 -97.1116 145.7 TX FLATONIA 0.4 SW +US1TXFY0033 29.8965 -96.6866 128.0 TX FAYETTEVILLE 1.0 SW +US1TXFY0035 30.0158 -96.6215 128.0 TX ROUND TOP 5.6 SE +US1TXFY0036 29.8635 -96.9324 95.7 TX LA GRANGE 4.5 SW +US1TXFY0037 29.7731 -97.0165 128.9 TX MULDOON 4.4 SE +US1TXFY0038 29.6896 -96.9038 111.9 TX SCHULENBURG 0.6 NNE +US1TXFY0042 29.9006 -96.8007 93.9 TX LA GRANGE 4.7 E +US1TXFY0047 29.9533 -97.0277 88.7 TX WEST POINT 0.8 NE +US1TXFY0050 29.8224 -96.7873 73.5 TX LA GRANGE 8.1 SE +US1TXFY0052 29.9288 -96.8248 114.9 TX LA GRANGE 3.5 ENE +US1TXFY0053 29.8787 -96.9248 81.7 TX LA GRANGE 3.5 SW +US1TXFY0054 29.8487 -97.1777 120.7 TX FLATONIA 11.9 NNW +US1TXFY0055 29.9104 -96.8735 86.0 TX LA GRANGE 0.3 ENE +US1TXFY0056 29.7815 -96.9615 127.4 TX SCHULENBURG 7.7 NNW +US1TXGA0005 33.4204 -96.5700 241.1 TX VAN ALSTYNE 0.2 E +US1TXGA0007 33.7608 -96.5514 238.7 TX DENISON 0.8 ENE +US1TXGA0008 33.6331 -96.5824 227.4 TX SHERMAN 1.9 ENE +US1TXGA0009 33.8183 -96.7826 215.2 TX POTTSBORO 7.1 WNW +US1TXGA0010 33.7293 -96.8505 214.3 TX SADLER 3.2 N +US1TXGA0011 33.4962 -96.5067 239.6 TX WHITEWRIGHT 6.5 W +US1TXGA0014 33.6397 -96.5500 216.4 TX SHERMAN 3.7 ENE +US1TXGA0015 33.8364 -96.8817 210.3 TX GORDONVILLE 3.3 NNW +US1TXGA0016 33.7803 -96.6817 218.5 TX POTTSBORO 0.8 NW +US1TXGA0017 33.4477 -96.4723 210.9 TX VAN ALSTYNE 6.2 ENE +US1TXGA0019 33.6544 -96.6551 237.4 TX SHERMAN 3.6 NW +US1TXGA0020 33.5894 -96.6911 257.6 TX SHERMAN 5.1 WSW +US1TXGA0023 33.6203 -96.7658 222.8 TX SOUTHMAYD 2.6 W +US1TXGA0025 33.7066 -96.6245 243.2 TX DENISON 4.9 SW +US1TXGA0026 33.8459 -96.8304 214.0 TX GORDONVILLE 3.6 NNE +US1TXGA0027 33.5004 -96.6174 260.9 TX HOWE 0.9 SSW +US1TXGA0029 33.5903 -96.5256 222.2 TX SHERMAN 5.2 ESE +US1TXGA0030 33.5610 -96.5649 237.7 TX HOWE 4.3 NE +US1TXGA0032 33.4126 -96.5744 240.8 TX VAN ALSTYNE 0.5 S +US1TXGA0034 33.6114 -96.4289 217.6 TX BELLS 1.1 WSW +US1TXGA0035 33.4974 -96.6166 260.6 TX HOWE 1.1 S +US1TXGA0036 33.4631 -96.9136 200.6 TX TIOGA 0.7 SSE +US1TXGA0037 33.7083 -96.4010 165.8 TX DENISON 9.9 ESE +US1TXGA0038 33.6406 -96.6479 217.3 TX SHERMAN 2.7 NW +US1TXGA0039 33.8014 -96.8694 225.6 TX GORDONVILLE 1.0 WNW +US1TXGA0040 33.8791 -96.6327 197.5 TX POTTSBORO 7.7 NNE +US1TXGD0001 28.8187 -97.2057 44.8 TX VICTORIA 13.5 W +US1TXGD0003 28.6496 -97.3585 42.1 TX GOLIAD 2.4 SE +US1TXGD0004 28.7424 -97.6155 79.9 TX GOLIAD 14.5 WNW +US1TXGD0005 28.6708 -97.3974 47.9 TX GOLIAD 0.4 WNW +US1TXGD0006 28.6728 -97.3966 61.3 TX GOLIAD 0.4 NW +US1TXGD0008 28.7103 -97.4399 65.8 TX GOLIAD 4.1 NW +US1TXGD0009 28.7574 -97.2589 53.6 TX GOLIAD 10.1 NE +US1TXGD0012 28.8349 -97.4077 82.6 TX GOLIAD 11.5 N +US1TXGD0015 28.8915 -97.3821 67.1 TX WESER 1.9 NW +US1TXGD0016 28.5825 -97.7006 102.4 TX BEEVILLE 12.6 NNE +US1TXGD0017 28.6677 -97.3918 53.3 TX GOLIAD 0.1 S +US1TXGD0018 28.7230 -97.3014 46.9 TX GOLIAD 6.6 NE +US1TXGD0019 28.7757 -97.2588 52.7 TX GOLIAD 10.9 NE +US1TXGD0022 28.7068 -97.1918 36.0 TX VICTORIA 15.0 WSW +US1TXGD0024 28.6138 -97.6647 100.0 TX BERCLAIR 7.3 NW +US1TXGD0025 28.8641 -97.3311 65.8 TX GOLIAD 14.3 NNE +US1TXGD0027 28.7028 -97.4912 75.0 TX GOLIAD 6.5 WNW +US1TXGD0028 28.7644 -97.2580 53.0 TX GOLIAD 10.4 NE +US1TXGD0031 28.7861 -97.4475 90.5 TX GOLIAD 8.7 NNW +US1TXGG0002 32.5108 -94.8068 117.0 TX LONGVIEW 2.6 W +US1TXGG0005 32.5578 -94.7274 125.0 TX LONGVIEW 3.4 NE +US1TXGG0007 32.5199 -94.7465 108.8 TX LONGVIEW 0.9 E +US1TXGG0008 32.5497 -94.7880 118.6 TX LONGVIEW 2.7 NW +US1TXGG0010 32.4599 -94.9264 85.6 TX GLADEWATER 5.8 S +US1TXGG0014 32.4214 -94.8539 88.7 TX KILGORE 2.5 NNE +US1TXGG0015 32.5217 -94.7816 108.5 TX LONGVIEW 1.2 WNW +US1TXGL0001 31.8611 -101.4842 798.3 TX GARDEN CITY 0.3 SW +US1TXGL0002 31.6518 -101.3443 817.2 TX GARDEN CITY 16.7 SSE +US1TXGM0001 30.6754 -96.0912 89.3 TX IOLA 6.8 SSW +US1TXGM0003 30.7600 -96.0700 103.0 TX IOLA 0.9 SSE +US1TXGM0007 30.6348 -96.1423 76.5 TX IOLA 10.4 SSW +US1TXGN0001 32.7165 -102.6647 1012.9 TX SEMINOLE 0.7 W +US1TXGP0001 29.6655 -98.1179 213.1 TX NEW BRAUNFELS 2.7 S +US1TXGP0002 29.6239 -98.0470 175.0 TX MCQUEENEY 1.8 N +US1TXGP0005 29.5721 -98.2584 218.2 TX SCHERTZ 1.2 N +US1TXGP0007 29.5435 -98.1573 194.5 TX MARION 2.2 SSW +US1TXGP0012 29.5317 -98.0015 177.7 TX SEGUIN 3.8 SSW +US1TXGP0013 29.5699 -97.9483 158.5 TX SEGUIN 1.4 ESE +US1TXGP0014 29.4062 -98.0116 185.3 TX NEW BERLIN 6.7 SE +US1TXGP0016 29.6403 -97.8273 176.5 TX KINGSBURY 0.5 S +US1TXGP0017 29.5646 -98.0855 196.0 TX MCQUEENEY 3.4 SW +US1TXGP0019 29.5548 -98.0592 185.3 TX MCQUEENEY 3.1 SSW +US1TXGP0021 29.5511 -98.0131 157.0 TX SEGUIN 3.3 SW +US1TXGP0022 29.5949 -97.9205 159.4 TX SEGUIN 3.1 ENE +US1TXGP0023 29.5746 -97.9377 159.4 TX SEGUIN 1.9 E +US1TXGP0024 29.6148 -98.2442 252.7 TX CIBOLO 2.9 NNW +US1TXGP0025 29.6388 -97.9184 173.1 TX SEGUIN 5.1 NE +US1TXGP0029 29.5856 -98.2554 232.6 TX SCHERTZ 2.2 N +US1TXGP0031 29.6717 -98.0987 189.6 TX NEW BRAUNFELS 2.5 SSE +US1TXGP0033 29.6267 -98.0444 171.3 TX SEGUIN 5.6 NW +US1TXGP0034 29.5996 -98.0355 161.2 TX MCQUEENEY 0.5 ENE +US1TXGP0036 29.6560 -97.6555 108.5 TX LULING 1.9 SSW +US1TXGP0037 29.7306 -97.9254 148.4 TX KINGSBURY 8.1 NW +US1TXGP0039 29.8334 -97.9054 196.0 TX SAN MARCOS 3.5 SSE +US1TXGP0040 29.6118 -97.7622 166.4 TX KINGSBURY 4.7 SE +US1TXGP0041 29.5835 -98.2698 249.9 TX SCHERTZ 2.0 NNW +US1TXGP0042 29.5681 -97.9616 164.0 TX SEGUIN 0.9 SSE +US1TXGP0043 29.5772 -98.2766 238.7 TX SCHERTZ 1.8 NNW +US1TXGP0045 29.5178 -97.7868 131.4 TX SEGUIN 11.7 ESE +US1TXGP0048 29.5738 -97.9671 162.2 TX SEGUIN 0.4 SSE +US1TXGP0052 29.5830 -98.2180 235.0 TX CIBOLO 1.1 NE +US1TXGP0053 29.6649 -98.1244 213.4 TX NEW BRAUNFELS 2.8 S +US1TXGP0054 29.5750 -97.9479 163.4 TX SEGUIN 1.3 ESE (SEGUIN HIGH SC +US1TXGP0056 29.5119 -97.9378 158.2 TX SEGUIN 5.0 SSE +US1TXGP0057 29.4865 -98.0147 167.9 TX SEGUIN 7.0 SSW +US1TXGP0058 29.6667 -97.8505 191.7 TX KINGSBURY 1.9 NW +US1TXGP0062 29.6700 -98.1143 218.5 TX NEW BRAUNFELS 2.4 S +US1TXGP0063 29.3875 -97.9769 191.4 TX SEGUIN 13.3 S +US1TXGP0064 29.6879 -97.9916 186.5 TX SEGUIN 7.6 N +US1TXGP0068 29.5995 -98.2594 263.3 TX CIBOLO 2.4 NW +US1TXGP0071 29.5952 -98.2793 250.9 TX SCHERTZ 3.0 NNW +US1TXGP0072 29.5734 -98.1389 197.5 TX MARION 0.2 E +US1TXGP0073 29.6177 -98.2375 259.1 TX SCHERTZ 4.6 NNE +US1TXGP0079 29.7939 -97.8490 168.2 TX STAPLES 1.2 NW +US1TXGP0082 29.6600 -98.1080 198.4 TX NEW BRAUNFELS 3.1 S +US1TXGP0083 29.5934 -98.0423 171.6 TX MCQUEENEY 0.3 S +US1TXGP0084 29.5200 -97.9690 157.9 TX SEGUIN 4.1 S +US1TXGP0086 29.6073 -97.9472 172.2 TX SEGUIN 2.3 NE +US1TXGP0087 29.6225 -98.0383 173.1 TX SEGUIN 5.1 NW +US1TXGP0088 29.7879 -97.9589 200.6 TX SAN MARCOS 6.6 SSW +US1TXGP0091 29.5788 -98.2390 225.9 TX CIBOLO 0.5 NW +US1TXGP0092 29.5831 -98.1414 204.2 TX MARION 0.7 N +US1TXGP0093 29.6766 -98.0325 195.7 TX NEW BRAUNFELS 5.4 ESE +US1TXGP0097 29.5308 -97.8789 136.2 TX SEGUIN 6.4 ESE +US1TXGP0099 29.5648 -97.9268 153.9 TX SEGUIN 2.7 ESE +US1TXGP0101 29.6293 -98.0834 180.4 TX NEW BRAUNFELS 5.6 SSE +US1TXGP0103 29.4379 -98.1081 172.2 TX LA VERNIA 5.8 N +US1TXGP0107 29.4838 -98.0803 180.7 TX SEGUIN 9.4 SW +US1TXGP0111 29.6189 -98.2472 257.3 TX SCHERTZ 4.5 NNE +US1TXGP0114 29.5722 -97.9632 164.0 TX SEGUIN 0.6 SE +US1TXGP0116 29.5037 -98.1642 186.5 TX MARION 5.0 SSW +US1TXGP0117 29.7778 -97.9414 196.9 TX SAN MARCOS 7.1 S +US1TXGP0118 29.6036 -98.2533 253.6 TX CIBOLO 2.4 NNW +US1TXGP0120 29.5775 -98.2767 244.1 TX SCHERTZ 1.8 NNW +US1TXGP0121 29.6560 -97.7382 142.0 TX KINGSBURY 5.4 E +US1TXGP0123 29.5536 -97.9409 156.7 TX SEGUIN 2.5 SE +US1TXGP0126 29.6616 -98.1077 202.4 TX NEW BRAUNFELS 3.0 S +US1TXGP0127 29.6913 -97.9880 188.7 TX SEGUIN 7.8 N +US1TXGP0129 29.5484 -97.8644 143.9 TX SEGUIN 6.6 ESE +US1TXGP0134 29.5008 -97.9502 160.0 TX SEGUIN 5.6 SSE +US1TXGP0135 29.5125 -98.0494 185.9 TX SEGUIN 6.7 SW +US1TXGR0002 33.0499 -101.1629 709.6 TX JUSTICEBURG 2.4 ENE +US1TXGS0003 30.1781 -99.1533 613.0 TX HARPER 10.1 SSE +US1TXGS0006 30.1504 -99.1450 622.1 TX KERRVILLE 7.5 N +US1TXGS0007 30.2798 -99.2417 627.0 TX HARPER 1.4 S +US1TXGS0008 30.1490 -99.1420 613.9 TX KERRVILLE 7.4 N +US1TXGS0009 30.2925 -98.8551 538.0 TX FREDERICKSBURG 1.8 NE +US1TXGS0010 30.1575 -99.0392 562.1 TX KERRVILLE 9.9 NE +US1TXGS0011 30.2968 -99.2273 605.3 TX HARPER 1.3 SE +US1TXGS0012 30.2682 -99.2925 657.1 TX HARPER 3.7 SW +US1TXGS0015 30.2375 -98.6258 432.8 TX STONEWALL 2.3 ENE +US1TXGS0016 30.3389 -99.0807 619.0 TX FREDERICKSBURG 13.3 WNW +US1TXGS0017 30.1576 -99.0478 595.9 TX FREDERICKSBURG 13.1 SW +US1TXGS0018 30.2617 -99.0766 617.8 TX FREDERICKSBURG 12.2 W +US1TXGS0020 30.2963 -99.2993 647.1 TX HARPER 3.3 WSW +US1TXGS0021 30.3921 -98.8565 634.0 TX FREDERICKSBURG 8.5 N +US1TXGS0022 30.2589 -98.8561 1502.7 TX FREDERICKSBURG 1.3 SE +US1TXGS0024 30.4007 -98.7022 520.6 TX WILLOW CITY 0.1 W +US1TXGS0025 30.4103 -98.7730 580.9 TX WILLOW CITY 4.3 W +US1TXGS0026 30.3833 -98.7321 561.4 TX FREDERICKSBURG 11.4 NE +US1TXGS0028 30.4105 -98.7712 580.9 TX WILLOW CITY 4.2 W +US1TXGS0030 30.1910 -98.8700 535.2 TX FREDERICKSBURG 5.5 S +US1TXGS0031 30.2253 -99.0154 537.7 TX FREDERICKSBURG 9.1 WSW +US1TXGS0032 30.2433 -98.4437 538.0 TX FREDERICKSBURG 12.4 NE +US1TXGS0033 30.1567 -98.9150 579.4 TX FREDERICKSBURG 8.3 SSW +US1TXGS0034 30.2593 -98.8629 510.2 TX FREDERICKSBURG 1.0 SE +US1TXGS0037 30.2657 -98.8777 533.4 TX FREDERICKSBURG 0.5 SW +US1TXGS0038 30.3783 -99.2497 642.8 TX HARPER 5.4 N +US1TXGS0039 30.3711 -99.2528 659.6 TX HARPER 4.9 N +US1TXGS0043 30.2831 -98.9491 546.8 TX FREDERICKSBURG 4.7 W +US1TXGS0045 30.2661 -98.7963 491.0 TX FREDERICKSBURG 4.5 E +US1TXGS0046 30.2266 -99.0164 537.1 TX FREDERICKSBURG 9.1 WSW +US1TXGS0047 30.2902 -98.9450 531.3 TX FREDERICKSBURG 4.6 WNW +US1TXGS0049 30.3022 -99.0006 579.4 TX FREDERICKSBURG 8.0 WNW +US1TXGS0050 30.4445 -99.1301 527.6 TX DOSS 0.0 E +US1TXGS0051 30.2995 -98.7521 574.5 TX FREDERICKSBURG 7.4 ENE +US1TXGS0052 30.3566 -98.9408 613.9 TX FREDERICKSBURG 7.2 NW +US1TXGS0053 30.4392 -98.8158 521.8 TX FREDERICKSBURG 12.1 NNE +US1TXGS0055 30.3100 -99.2562 631.5 TX HARPER 1.0 NW +US1TXGS0056 30.2229 -99.2976 660.8 TX INGRAM 10.6 NNW +US1TXGS0058 30.1392 -99.1575 593.4 TX KERRVILLE 6.8 N +US1TXGS0059 30.2243 -99.1364 608.4 TX FREDERICKSBURG 16.1 WSW +US1TXGS0061 30.2799 -98.9033 554.4 TX FREDERICKSBURG 2.0 WNW +US1TXGS0065 30.2603 -98.8737 523.0 TX FREDERICKSBURG 0.7 S +US1TXGS0068 30.3902 -99.1092 608.4 TX FREDERICKSBURG 16.4 WNW +US1TXGV0001 29.4764 -95.0273 4.0 TX DICKINSON 2.8 ENE +US1TXGV0002 25.9663 -97.4836 9.1 TX BROWNSVILLE 2.9 N +US1TXGV0003 29.5158 -95.0499 7.9 TX KEMAH 2.0 WSW +US1TXGV0004 29.5033 -95.1085 7.0 TX LEAGUE CITY 1.2 N +US1TXGV0005 29.4867 -95.2072 11.9 TX FRIENDSWOOD 1.9 SSW +US1TXGV0006 29.3230 -94.9349 6.1 TX BAYOU VISTA 0.2 SE +US1TXGV0007 29.4560 -95.0891 4.9 TX DICKINSON 1.4 W +US1TXGV0009 29.4555 -95.0889 10.1 TX DICKINSON 1.4 W +US1TXGV0013 29.5068 -95.0557 11.0 TX LEAGUE CITY 2.4 E +US1TXGV0014 29.4843 -95.1482 7.6 TX LEAGUE CITY 2.4 W +US1TXGV0015 29.5057 -95.1242 5.8 TX LEAGUE CITY 1.7 NW +US1TXGV0016 29.4808 -95.1380 7.6 TX LEAGUE CITY 1.9 W +US1TXGV0017 29.4060 -94.9341 2.1 TX TEXAS CITY 1.5 E +US1TXGV0018 29.2824 -94.8050 4.0 TX GALVESTON 6.4 NE +US1TXGV0021 29.4941 -95.1188 7.6 TX LEAGUE CITY 0.9 NW +US1TXGV0022 29.5110 -95.0898 6.1 TX LEAGUE CITY 2.1 NNE +US1TXGV0023 29.5201 -95.0560 5.8 TX KEMAH 2.2 WSW +US1TXGV0024 29.4944 -95.1036 7.6 TX LEAGUE CITY 0.7 NNE +US1TXGV0025 29.5120 -95.0994 7.3 TX LEAGUE CITY 1.5 NE +US1TXGV0026 29.5139 -95.0919 5.5 TX LEAGUE CITY 2.2 NNE +US1TXGV0027 29.3059 -94.7895 2.1 TX GALVESTON 8.1 NE +US1TXGV0028 29.5037 -95.1023 7.3 TX LEAGUE CITY 1.3 NNE +US1TXGV0029 29.5303 -95.0236 4.6 TX KEMAH 0.2 WNW +US1TXGV0033 29.4147 -95.1159 7.6 TX SANTA FE 2.5 NNW +US1TXGV0034 29.5407 -95.0698 5.5 TX LEAGUE CITY 2.7 NE +US1TXGV0035 29.3833 -95.1034 7.9 TX SANTA FE 0.3 WNW +US1TXGV0036 29.4053 -94.9092 1.8 TX TEXAS CITY 3.0 E +US1TXGV0037 29.4031 -94.8986 2.1 TX TEXAS CITY 3.6 E +US1TXGV0038 29.5111 -95.0919 6.1 TX LEAGUE CITY 2.0 NNE +US1TXGV0041 29.4498 -95.0927 5.2 TX LEAGUE CITY 2.6 SSE +US1TXGV0043 29.4765 -94.5803 2.4 TX CRYSTAL BEACH 3.7 ENE +US1TXGV0044 29.5014 -94.9898 4.6 TX BACLIFF 0.5 SSE +US1TXGV0045 29.2726 -94.8448 1.8 TX GALVESTON 3.5 SW +US1TXGV0046 29.5231 -95.0382 5.2 TX LEAGUE CITY 3.6 ENE +US1TXGV0049 29.3340 -94.9399 1.8 TX LA MARQUE 3.9 SE +US1TXGV0050 29.5098 -95.0862 6.1 TX LEAGUE CITY 2.1 NE +US1TXGV0051 29.3633 -94.9644 3.0 TX LA MARQUE 1.8 E +US1TXGV0052 29.4780 -95.1648 8.5 TX LEAGUE CITY 3.5 W +US1TXGV0054 29.3017 -94.7809 2.4 TX GALVESTON 8.4 NE +US1TXGV0060 29.3716 -95.0990 7.9 TX SANTA FE 0.7 S +US1TXGV0061 29.2067 -94.9465 1.5 TX GALVESTON 3.6 WSW +US1TXGV0062 29.2767 -94.8170 3.4 TX GALVESTON 5.6 NE +US1TXGV0063 29.5001 -95.1873 7.3 TX FRIENDSWOOD 1.0 SE +US1TXGV0064 29.3380 -95.0261 3.0 TX HITCHCOCK 1.6 NNW +US1TXGV0066 29.3457 -95.0926 6.1 TX SANTA FE 2.5 S +US1TXGV0068 29.4612 -95.0643 3.4 TX DICKINSON 0.5 NNE +US1TXGV0069 29.4904 -95.1207 6.7 TX LEAGUE CITY 0.9 WNW +US1TXGV0070 29.4052 -94.8944 2.1 TX TEXAS CITY 3.8 E +US1TXGV0071 29.4095 -95.0314 6.7 TX TEXAS CITY 4.4 W +US1TXGV0073 29.3014 -94.7817 2.4 TX GALVESTON 8.3 NE +US1TXGV0076 29.4648 -95.0415 4.6 TX DICKINSON 1.7 ENE +US1TXGV0082 29.4372 -95.1375 5.8 TX DICKINSON 4.4 WSW +US1TXGY0003 35.5924 -100.9603 979.0 TX PAMPA 3.1 N +US1TXGZ0001 29.4559 -97.2198 128.6 TX SHINER 3.3 WNW +US1TXGZ0002 29.4680 -97.2476 152.7 TX SHINER 5.2 WNW +US1TXGZ0004 29.6020 -97.4795 124.1 TX GONZALES 6.7 NNW +US1TXGZ0005 29.4718 -97.4948 93.0 TX GONZALES 3.8 SW +US1TXGZ0007 29.7178 -97.3414 140.2 TX WAELDER 3.2 WNW +US1TXGZ0010 29.4461 -97.4250 80.8 TX GONZALES 4.5 SSE +US1TXGZ0012 29.2770 -97.6359 91.7 TX SMILEY 0.4 NNE +US1TXGZ0013 29.6964 -97.2969 119.2 TX WAELDER 0.2 N +US1TXGZ0016 29.4650 -97.7263 136.6 TX LEESVILLE 4.2 NE +US1TXGZ0021 29.5645 -97.4814 110.9 TX GONZALES 4.4 NNW +US1TXGZ0024 29.4984 -97.5315 119.2 TX GONZALES 5.1 W +US1TXGZ0025 29.5006 -97.4479 91.1 TX GONZALES 0.6 S +US1TXGZ0026 29.5336 -97.2294 117.0 TX GONZALES 13.2 E +US1TXGZ0028 29.3851 -97.4767 84.7 TX GONZALES 8.7 SSW +US1TXGZ0030 29.7190 -97.4086 118.0 TX WAELDER 7.0 WNW +US1TXHAL001 34.7440 -100.5552 647.1 TX MEMPHIS 1.4 NNW +US1TXHAL002 34.5036 -100.4313 555.7 TX ESTELLINE 3.0 S +US1TXHAL004 34.7145 -100.5372 615.4 TX MEMPHIS 0.7 S +US1TXHCK002 33.4922 -102.1883 1036.9 TX ROPESVILLE 5.8 NNW +US1TXHCK003 33.7600 -102.1035 1024.1 TX ROUNDUP 0.4 SW +US1TXHCK004 33.7430 -102.1194 1026.9 TX ANTON 5.3 SSE +US1TXHCK006 33.7590 -102.0930 1026.3 TX ANTON 5.4 SE +US1TXHDD001 32.5309 -97.8465 255.1 TX GRANBURY 7.1 NNW +US1TXHDD002 32.4841 -97.8165 216.1 TX GRANBURY 3.5 NNW +US1TXHDD004 32.3431 -97.7247 237.7 TX GRANBURY 7.6 SSE +US1TXHDD006 32.3890 -97.8146 291.4 TX GRANBURY 3.9 SSW +US1TXHDD007 32.4369 -97.7043 237.1 TX GRANBURY 4.9 E +US1TXHDD008 32.4955 -97.7391 261.8 TX GRANBURY 4.8 NE +US1TXHDD009 32.4150 -97.7545 214.6 TX GRANBURY 2.6 SE +US1TXHDD012 32.4042 -97.7686 256.9 TX GRANBURY 2.7 SSE +US1TXHDL001 26.2440 -98.2120 39.0 TX MCALLEN 2.6 NE +US1TXHDL004 26.2465 -98.2640 42.1 TX MCALLEN 2.6 NW +US1TXHDL005 26.4080 -98.4589 89.0 TX LA JOYA 11.1 N +US1TXHDL006 26.2086 -98.1084 32.9 TX ALAMO 1.5 NNE +US1TXHDL008 26.3368 -98.1819 31.1 TX EDINBURG 3.0 NNW +US1TXHDL009 26.2224 -98.2881 42.1 TX MISSION 1.9 ENE +US1TXHDL013 26.2315 -98.3430 49.1 TX MISSION 2.1 NW +US1TXHDL016 26.2483 -98.1828 32.6 TX PHARR 5.1 N +US1TXHDL017 26.2913 -98.1813 30.5 TX EDINBURG 1.1 WSW +US1TXHDL018 26.1934 -98.2277 36.6 TX MCALLEN 1.7 SSE +US1TXHDL019 26.1859 -98.3808 33.8 TX MISSION 4.3 WSW +US1TXHDL021 26.2431 -98.2161 34.7 TX MCALLEN 2.4 NE +US1TXHDL025 26.2465 -98.4085 47.5 TX PALMVIEW 2.5 WNW +US1TXHDL032 26.6064 -98.2488 38.1 TX LINN 8.4 WNW +US1TXHDL034 26.2368 -98.2762 37.8 TX MISSION 3.1 NE +US1TXHDL039 26.1895 -98.3754 38.1 TX MISSION 3.9 WSW +US1TXHDL040 26.3508 -98.3112 52.1 TX MISSION 9.6 N +US1TXHDL041 26.3308 -98.1710 29.0 TX EDINBURG 2.4 N +US1TXHDL046 26.2527 -98.2252 35.1 TX MCALLEN 2.7 NNE +US1TXHDL050 26.2662 -98.2368 38.7 TX MCALLEN 3.5 N +US1TXHDS004 31.0556 -105.0696 1321.3 TX ALLAMOORE 4.2 SW +US1TXHDS006 31.7809 -105.4716 1314.9 TX CORNUDAS 0.1 N +US1TXHDS007 31.3615 -105.3536 1401.8 TX SIERRA BLANCA 12.9 N +US1TXHDS008 31.7691 -105.6188 1382.6 TX CORNUDAS 8.7 WSW +US1TXHDS009 31.9231 -105.2180 1138.7 TX DELL CITY 1.4 SW +US1TXHDS010 31.1836 -105.3517 1386.5 TX SIERRA BLANCA 0.7 NNE +US1TXHDS011 30.9519 -104.9475 1271.9 TX VAN HORN 9.0 SW +US1TXHDS012 31.0276 -105.0799 1350.3 TX VAN HORN 14.5 W +US1TXHDS013 30.9664 -105.2989 1230.8 TX SIERRA BLANCA 14.7 SSE +US1TXHDS023 31.1838 -105.4921 1469.4 TX TAMMEN RANCH +US1TXHDS024 30.9311 -105.1475 1492.3 TX FRENCHMAN CANYON +US1TXHDS025 31.3645 -105.9355 1084.8 TX ACALA 2.4 NW +US1TXHDS026 30.6972 -105.0606 979.0 TX BOSQUE BONITA +US1TXHDS028 30.8289 -105.1944 1042.7 TX BOB LOVE RANCH +US1TXHDS029 31.0914 -105.1906 1319.8 TX DEAN-WALKER RANCH +US1TXHDS030 31.3173 -104.9703 1683.7 TX MCADOO RANCH +US1TXHDS032 31.8447 -104.9552 1118.3 TX SALT FLAT 10.7 NE +US1TXHDS037 31.2864 -105.0617 1576.4 TX LC RANCH +US1TXHDS039 31.5065 -105.6186 1528.0 TX FORT HANCOCK 20.5 NE +US1TXHLE001 34.1971 -101.7431 1040.0 TX PLAINVIEW 2.2 WNW +US1TXHLE009 33.8340 -101.8434 1026.9 TX ABERNATHY 0.2 NNE +US1TXHLE010 33.8758 -101.8617 1027.2 TX ABERNATHY 3.2 NNW +US1TXHLL001 31.8741 -97.2170 162.8 TX AQUILLA 1.3 NNE +US1TXHLL002 32.1198 -97.2769 212.4 TX BLUM 7.2 ESE +US1TXHLL003 32.1633 -97.1428 214.0 TX ITASCA 0.4 NE +US1TXHLL004 32.1847 -97.0993 242.3 TX ITASCA 3.4 ENE +US1TXHMP001 35.6928 -100.2350 785.8 TX BRISCOE 8.1 NNE +US1TXHND002 32.1158 -95.4810 114.3 TX FRANKSTON 4.4 NNE +US1TXHND003 32.2838 -96.0872 113.1 TX PAYNE SPRINGS 0.2 NNE +US1TXHND004 32.2794 -96.0474 113.4 TX PAYNE SPRINGS 2.5 E +US1TXHND005 32.0727 -95.9309 142.3 TX ATHENS 10.1 SSW +US1TXHND008 32.3480 -96.1591 103.3 TX GUN BARREL CITY 1.9 NW +US1TXHNT002 33.2294 -95.9020 159.1 TX COMMERCE 0.6 S +US1TXHNT003 33.2630 -96.1847 191.1 TX CELESTE 2.2 SSE +US1TXHNT006 33.3030 -95.9732 162.5 TX COMMERCE 6.1 NW +US1TXHNT007 33.0357 -96.1112 164.9 TX GREENVILLE 5.6 S +US1TXHPK001 33.0553 -95.8116 164.9 TX CUMBY 5.6 SSE +US1TXHPK002 33.1550 -95.8430 188.1 TX CUMBY 1.5 N +US1TXHPK004 33.1853 -95.4784 125.6 TX SULPHUR SPRINGS 8.1 ENE +US1TXHPK005 33.1342 -95.5362 146.9 TX SULPHUR SPRINGS 4.3 E +US1TXHRD002 34.2967 -99.7442 479.1 TX QUANAH 0.1 NW +US1TXHRN001 30.2720 -94.2201 18.6 TX LUMBERTON 1.2 WNW +US1TXHRN002 30.2179 -94.3287 13.7 TX KOUNTZE 10.6 SSW +US1TXHRN005 30.3723 -94.3159 27.1 TX KOUNTZE 0.0 WSW +US1TXHRN006 30.3570 -94.3161 20.1 TX KOUNTZE 1.1 S +US1TXHRN007 30.3166 -94.3510 22.9 TX KOUNTZE 4.4 SSW +US1TXHRR001 29.5822 -95.1299 11.9 TX WEBSTER 3.5 NNW +US1TXHRR002 29.7207 -95.3073 13.1 TX HOUSTON 5.8 SE +US1TXHRR004 29.7129 -95.6688 29.9 TX MISSION BEND 1.4 N +US1TXHRR015 30.0022 -95.1960 21.6 TX KINGWOOD 3.9 S +US1TXHRR017 29.7810 -95.4759 20.7 TX HILSHIRE VILLAGE 1.0 SE +US1TXHRR018 29.7276 -95.3846 14.6 TX HOUSTON 2.8 S +US1TXHRR019 29.9248 -95.0759 13.1 TX CROSBY 1.3 NW +US1TXHRR020 29.7845 -95.3720 20.1 TX HOUSTON 1.4 NE +US1TXHRR023 29.5767 -95.1611 8.2 TX WEBSTER 4.0 NW +US1TXHRR024 29.5743 -95.0633 4.6 TX TAYLOR LAKE VILLAGE 0.5 W +US1TXHRR026 29.7087 -95.4391 15.8 TX WEST UNIVERSITY PLACE 0.6 SW +US1TXHRR027 29.8138 -95.5505 29.0 TX BUNKER HILL VILLAGE 3.6 NNW +US1TXHRR028 29.5371 -95.1215 7.6 TX WEBSTER 0.4 NW +US1TXHRR029 30.0981 -95.6267 48.8 TX TOMBALL 0.6 W +US1TXHRR031 29.5453 -95.1821 9.4 TX FRIENDSWOOD 2.5 NNE +US1TXHRR032 29.6077 -95.2561 14.6 TX SOUTH HOUSTON 4.0 SSW +US1TXHRR033 30.0553 -95.1564 24.1 TX KINGWOOD 1.8 E +US1TXHRR034 29.8949 -95.2123 15.8 TX HOUSTON 13.0 NE +US1TXHRR036 29.8111 -95.7279 37.8 TX KATY 5.8 E +US1TXHRR041 29.8936 -95.6716 41.8 TX JERSEY VILLAGE 6.2 W +US1TXHRR043 30.0803 -95.7178 71.9 TX TOMBALL 6.2 W +US1TXHRR044 29.6640 -95.0662 7.0 TX LA PORTE 1.3 W +US1TXHRR046 29.7795 -95.1449 7.6 TX CHANNELVIEW 1.9 WSW +US1TXHRR050 29.8025 -95.7104 34.4 TX KATY 6.8 E +US1TXHRR051 29.7495 -95.7355 31.7 TX KATY 6.2 ESE +US1TXHRR052 29.5670 -95.0982 6.1 TX NASSAU BAY 1.6 NNW +US1TXHRR058 29.8133 -95.5389 29.0 TX SPRING VALLEY 2.7 NW +US1TXHRR059 30.1512 -95.4667 44.2 TX THE WOODLANDS 1.4 ESE +US1TXHRR060 29.6200 -95.0163 3.0 TX SHOREACRES 0.9 W +US1TXHRR061 29.6239 -95.0301 3.4 TX SHOREACRES 1.8 WNW +US1TXHRR069 29.7353 -95.3347 10.1 TX HOUSTON 3.9 SE +US1TXHRR070 29.9657 -95.6411 42.7 TX CYPRESS 3.4 E +US1TXHRR073 29.6784 -95.5163 19.2 TX HOUSTON 9.9 SW +US1TXHRR074 29.9564 -95.6463 41.8 TX CYPRESS 3.2 ESE +US1TXHRR075 29.7559 -94.9556 9.1 TX BAYTOWN 1.0 ENE +US1TXHRR076 29.6471 -95.1895 10.7 TX PASADENA 2.4 WSW +US1TXHRR080 30.0943 -95.5458 45.7 TX TOMBALL 4.2 E +US1TXHRR081 29.9861 -95.4905 36.6 TX HOUSTON 16.4 NNW +US1TXHRR084 29.6339 -95.1881 11.9 TX PASADENA 2.8 SW +US1TXHRR085 29.8066 -95.5607 29.3 TX HOUSTON 11.8 WNW +US1TXHRR086 29.7750 -94.9253 4.6 TX BAYTOWN 3.2 NE +US1TXHRR089 29.5289 -95.1852 8.5 TX FRIENDSWOOD 1.4 NNE +US1TXHRR093 29.6849 -95.2197 9.1 TX PASADENA 4.4 WNW +US1TXHRR094 29.6746 -95.2104 9.1 TX PASADENA 3.6 WNW +US1TXHRR095 29.5993 -95.1161 6.4 TX TAYLOR LAKE VILLAGE 4.1 WNW +US1TXHRR102 29.6935 -94.9359 3.0 TX BAYTOWN 4.3 SSE +US1TXHRR113 29.7280 -95.2165 4.0 TX GALENA PARK 1.6 SE +US1TXHRR114 30.0212 -95.8043 62.5 TX HOCKLEY 2.5 ESE +US1TXHRR116 29.8121 -95.8177 45.4 TX KATY 1.0 NNE +US1TXHRR117 30.1135 -95.5748 49.7 TX TOMBALL 2.7 ENE +US1TXHRR118 30.1345 -95.5547 50.0 TX TOMBALL 4.5 NE +US1TXHRR119 29.7180 -95.4369 15.8 TX WEST UNIVERSITY PLACE 0.4 WNW +US1TXHRR120 30.0464 -95.5784 46.6 TX SPRING 10.0 WSW +US1TXHRR121 29.5839 -95.1414 7.3 TX CLEAR LAKE CITY 1.0 NNE +US1TXHRR122 29.7054 -95.6652 27.7 TX MISSION BEND 0.8 N +US1TXHRR124 30.0075 -95.4846 34.7 TX SPRING 7.1 WSW +US1TXHRR128 30.1016 -95.5181 43.6 TX SPRING 8.5 WNW +US1TXHRR134 29.5600 -95.1101 5.5 TX NASSAU BAY 1.7 NW +US1TXHRR138 29.9861 -95.4042 29.9 TX ALDINE 5.3 NNW +US1TXHRR139 29.7851 -95.2015 5.5 TX CLOVERLEAF 1.7 W +US1TXHRR147 29.6172 -95.2341 12.5 TX SOUTH HOUSTON 3.0 S +US1TXHRR150 30.0651 -95.1997 21.9 TX KINGWOOD 0.9 WNW +US1TXHRR151 29.6935 -95.4320 14.3 TX HOUSTON 5.9 SSW +US1TXHRR159 29.9316 -95.5665 36.9 TX JERSEY VILLAGE 3.0 N +US1TXHRR162 29.6954 -95.5300 19.5 TX BELLAIRE 4.2 W +US1TXHRR164 29.9326 -95.6258 39.9 TX JERSEY VILLAGE 4.6 NW +US1TXHRR165 29.7858 -95.3735 14.3 TX HOUSTON 1.4 NE +US1TXHRR166 30.0072 -95.4926 36.6 TX SPRING 7.5 WSW +US1TXHRR168 29.5761 -95.2140 9.8 TX PEARLAND 4.0 ENE +US1TXHRR170 29.5308 -95.1810 7.9 TX FRIENDSWOOD 1.6 NE +US1TXHRR176 29.8054 -95.4529 21.0 TX HOUSTON 4.7 WNW +US1TXHRR187 29.8207 -95.7256 39.9 TX KATY 6.0 ENE +US1TXHRR195 30.0203 -95.1539 15.8 TX HUMBLE 6.9 ENE +US1TXHRR199 30.1343 -95.5250 43.0 TX SPRING 9.8 WNW - CLOSED +US1TXHRR201 29.7491 -95.3943 15.8 TX HOUSTON 1.4 SSW +US1TXHRR203 29.7946 -95.5261 25.0 TX HEDWIG VILLAGE 1.1 NNW +US1TXHRR208 29.7649 -95.7493 35.7 TX KATY 5.0 ESE +US1TXHRR209 29.7973 -95.3741 15.5 TX HOUSTON 2.1 NNE +US1TXHRR211 29.7538 -95.4891 19.2 TX HOUSTON 6.2 W +US1TXHRR215 30.0698 -95.1140 20.1 TX KINGWOOD 4.4 E +US1TXHRR217 29.5548 -95.1255 6.7 TX WEBSTER 1.6 NNW +US1TXHRR222 29.7660 -95.7086 32.3 TX MISSION BEND 5.7 NNW +US1TXHRR223 29.7668 -95.7061 32.0 TX MISSION BEND 5.6 NNW +US1TXHRR225 30.0342 -95.6226 48.5 TX TOMBALL 4.3 S +US1TXHRR228 29.7948 -95.7370 39.0 TX KATY 5.2 E +US1TXHRR232 29.7398 -95.3977 15.5 TX HOUSTON 2.1 SSW +US1TXHRR234 29.6703 -94.9945 5.5 TX MORGAN'S POINT 0.8 ESE +US1TXHRR236 29.7468 -95.6015 24.1 TX BUNKER HILL VILLAGE 4.4 WSW +US1TXHRR237 29.5727 -95.1271 7.3 TX WEBSTER 2.8 NNW +US1TXHRR238 29.5865 -95.1379 6.4 TX WEBSTER 3.9 NNW +US1TXHRR243 29.9999 -95.5745 40.2 TX TOMBALL 7.2 SSE +US1TXHRR245 29.5759 -95.1437 8.2 TX WEBSTER 3.4 NNW +US1TXHRR250 29.8823 -95.6868 45.7 TX CYPRESS 6.2 S +US1TXHRR252 29.8022 -95.8358 43.6 TX KATY 0.8 WNW +US1TXHRR253 30.1135 -95.5574 43.9 TX TOMBALL 3.7 ENE +US1TXHRR255 29.5522 -95.0742 3.7 TX NASSAU BAY 0.9 ENE +US1TXHRR257 29.5398 -95.1685 9.1 TX FRIENDSWOOD 2.6 NE +US1TXHRR258 29.8932 -95.6755 41.1 TX JERSEY VILLAGE 6.4 W +US1TXHRR259 30.0400 -95.6562 50.9 TX TOMBALL 4.6 SSW +US1TXHRR269 29.6999 -95.4448 28.3 TX HOUSTON 5.9 SW +US1TXHRS001 32.5792 -94.5516 106.1 TX HALLSVILLE 5.4 NNE +US1TXHRS002 32.5805 -94.5801 89.0 TX HALLSVILLE 5.5 N +US1TXHRS003 32.3821 -94.1638 106.1 TX MARSHALL 15.2 SE +US1TXHRS004 32.4146 -94.0788 100.9 TX WASKOM 4.4 S +US1TXHRS006 32.6571 -94.1642 75.3 TX KARNACK 0.8 SE +US1TXHRS008 32.4377 -94.2270 106.4 TX MARSHALL 9.9 SE +US1TXHRS009 32.6407 -94.5707 113.7 TX HARLETON 2.5 S +US1TXHRS012 32.4400 -94.2303 93.0 TX MARSHALL 9.7 SE +US1TXHRS013 32.4473 -94.2897 93.0 TX MARSHALL 7.1 SSE +US1TXHRS014 32.7061 -94.1683 53.6 TX KARNACK 2.6 N +US1TXHRS017 32.5311 -94.2974 109.1 TX MARSHALL 3.1 E +US1TXHRS019 32.6605 -94.6525 101.5 TX HARLETON 4.6 WSW +US1TXHRT002 35.9419 -102.4277 1204.0 TX DALHART 9.6 SSE +US1TXHSK001 33.1700 -99.7376 487.7 TX HASKELL 0.8 NNW +US1TXHSK002 32.9729 -99.7472 456.0 TX STAMFORD 7.0 WSW +US1TXHSK003 33.1870 -99.8994 514.5 TX RULE 0.5 NW +US1TXHST003 31.3438 -95.4494 98.1 TX CROCKETT 1.8 NNE +US1TXHTH007 35.6301 -101.5063 996.7 TX FRITCH 5.1 E +US1TXHTH008 35.6691 -101.3953 944.9 TX BORGER 0.7 NNE +US1TXHWR003 32.2412 -101.4538 764.7 TX BIG SPRING 1.5 E +US1TXHYS001 29.9632 -97.9180 210.0 TX SAN MARCOS 5.8 N +US1TXHYS003 30.0054 -98.0290 253.0 TX WIMBERLEY 4.4 E +US1TXHYS004 29.9126 -98.0692 294.7 TX SAN MARCOS 8.7 WNW +US1TXHYS006 29.8697 -97.9892 220.1 TX SAN MARCOS 3.7 WSW +US1TXHYS007 30.1974 -98.0165 385.9 TX DRIPPING SPRINGS 4.3 E +US1TXHYS008 30.0311 -97.7766 199.0 TX NIEDERWALD 2.7 WNW +US1TXHYS009 30.1100 -97.9110 253.9 TX BUDA 4.6 WNW +US1TXHYS011 30.1834 -98.0018 376.1 TX DRIPPING SPRINGS 5.2 E +US1TXHYS012 30.1066 -97.8539 235.9 TX BUDA 1.7 NNW +US1TXHYS013 30.1100 -98.2488 394.1 TX WOODCREEK 9.8 WNW +US1TXHYS014 29.8910 -97.9670 213.7 TX SAN MARCOS 2.4 WNW +US1TXHYS015 30.3104 -98.1506 313.6 TX DRIPPING SPRINGS 9.2 NNW +US1TXHYS016 29.9828 -97.8780 229.5 TX KYLE 0.9 SSW +US1TXHYS017 30.1666 -98.2263 409.0 TX DRIPPING SPRINGS 8.4 W +US1TXHYS018 30.2361 -98.1749 364.8 TX DRIPPING SPRINGS 6.1 WNW +US1TXHYS019 29.9027 -97.9708 228.6 TX SAN MARCOS 2.9 WNW +US1TXHYS020 30.0103 -98.0210 325.2 TX WIMBERLEY 5.0 ENE +US1TXHYS021 29.8904 -98.0477 272.8 TX SAN MARCOS 7.1 W +US1TXHYS024 30.0175 -97.8445 212.8 TX KYLE 2.3 NE +US1TXHYS028 30.1368 -97.8682 226.8 TX MANCHACA 2.1 ENE +US1TXHYS029 30.1763 -98.0823 357.5 TX DRIPPING SPRINGS 0.9 SSE +US1TXHYS030 29.9799 -97.8616 204.2 TX KYLE 1.1 SSE +US1TXHYS031 30.0098 -97.8867 237.1 TX KYLE 1.5 NW +US1TXHYS032 30.0075 -97.8096 196.9 TX KYLE 3.8 ENE +US1TXHYS035 30.2256 -98.1063 391.4 TX DRIPPING SPRINGS 2.8 NNW +US1TXHYS037 29.9796 -98.1345 289.9 TX WIMBERLEY 2.2 WSW +US1TXHYS038 30.1118 -97.8614 230.4 TX BUDA 1.9 NW +US1TXHYS039 30.2185 -98.0451 336.2 TX DRIPPING SPRINGS 3.3 NE +US1TXHYS041 29.9424 -97.9358 236.8 TX SAN MARCOS 4.3 N +US1TXHYS042 29.8688 -97.9783 211.2 TX SAN MARCOS 3.1 WSW +US1TXHYS047 29.9197 -98.0857 309.1 TX SAN MARCOS 9.8 WNW +US1TXHYS049 30.1619 -98.1876 409.0 TX DRIPPING SPRINGS 6.2 WSW +US1TXHYS052 30.2105 -98.1076 393.5 TX DRIPPING SPRINGS 1.9 NW +US1TXHYS053 30.1306 -98.1064 379.2 TX DRIPPING SPRINGS 4.1 SSW +US1TXHYS054 30.0215 -98.1813 338.9 TX WIMBERLEY 5.2 WNW +US1TXHYS055 30.0589 -98.0034 286.5 TX MOUNTAIN CITY 6.7 WNW +US1TXHYS056 30.1633 -98.0403 321.0 TX DRIFTWOOD 2.8 NNW +US1TXHYS057 30.1840 -97.9602 319.1 TX DRIPPING SPRINGS 7.7 E +US1TXHYS058 30.2131 -98.1001 390.4 TX DRIPPING SPRINGS 1.8 NNW +US1TXHYS059 30.1980 -97.9747 338.3 TX AUSTIN 14.7 WSW +US1TXHYS060 30.0506 -98.0187 312.4 TX DRIFTWOOD 5.0 S +US1TXHYS061 29.9015 -98.0620 301.4 TX SAN MARCOS 8.1 W +US1TXHYS063 30.2048 -98.1093 386.2 TX DRIPPING SPRINGS 1.7 NW +US1TXHYS064 30.0252 -97.8368 217.0 TX KYLE 3.0 NE +US1TXHYS065 29.8464 -98.0287 289.9 TX SAN MARCOS 6.3 WSW +US1TXHYS066 29.8797 -97.9531 219.8 TX SAN MARCOS 1.4 W (BURLESONST) +US1TXHYS069 29.8980 -97.9588 227.1 TX SAN MARCOS 2.2 NW +US1TXHYS073 29.9970 -97.8916 241.7 TX KYLE 1.3 W +US1TXHYS074 29.8575 -97.9421 188.7 TX SAN MARCOS 1.8 SSW +US1TXHYS077 29.9953 -98.0375 270.4 TX WIMBERLEY 3.8 E +US1TXHYS080 30.2088 -98.0849 369.7 TX DRIPPING SPRINGS 1.4 N +US1TXHYS081 30.0363 -98.1344 295.0 TX WIMBERLEY 3.6 NNW +US1TXHYS082 29.9647 -97.8475 203.9 TX KYLE 2.4 SE +US1TXHYS086 29.9712 -97.8493 202.4 TX KYLE 2.0 SE +US1TXHYS087 29.9752 -97.8000 192.6 TX KYLE 4.4 ESE +US1TXHYS088 30.1765 -98.0268 340.2 TX DRIPPING SPRINGS 3.8 ESE +US1TXHYS090 30.0696 -98.0924 360.9 TX WIMBERLEY 5.3 N +US1TXHYS091 30.0086 -98.1769 331.3 TX WIMBERLEY 4.6 WNW +US1TXHYS092 30.0181 -97.9026 258.5 TX KYLE 2.5 NW +US1TXHYS093 30.0293 -98.1393 321.6 TX WIMBERLEY 3.4 NW +US1TXHYS098 29.8950 -97.9529 243.8 TX SAN MARCOS 1.8 NW +US1TXHYS100 30.1574 -98.0394 319.1 TX DRIFTWOOD 2.4 NNW +US1TXHYS101 30.1262 -98.0317 316.1 TX DRIFTWOOD 0.2 N +US1TXHYS103 30.2717 -98.0602 372.8 TX DRIPPING SPRINGS 6.0 NNE +US1TXHYS107 30.2006 -97.9690 347.8 TX DRIPPING SPRINGS 7.2 E +US1TXHYS109 30.0900 -98.0449 310.0 TX DRIFTWOOD 2.42 SSW +US1TXHYS113 30.0242 -98.1162 286.8 TX WOODCREEK 0.5 SSW +US1TXHYS116 30.0203 -97.8982 254.8 TX KYLE 2.5 NW +US1TXHYS117 30.0248 -97.7451 146.6 TX KYLE 7.8 ENE +US1TXHYS118 30.0329 -98.1158 302.1 TX WIMBERLEY 2.9 NNW +US1TXHYS122 29.9885 -98.2033 300.8 TX WIMBERLEY 6.1 W +US1TXHYS124 29.8888 -97.9660 217.0 TX SAN MARCOS 2.3 WNW +US1TXHYS126 29.8577 -97.9435 186.2 TX SAN MARCOS 1.8 SSW +US1TXHYS127 30.1640 -97.9400 295.0 TX HAYS 5.0 NW +US1TXHYS128 29.9599 -97.8954 210.6 TX KYLE 2.8 SSW +US1TXHYS130 30.0317 -98.1382 304.5 TX WIMBERLEY 3.5 NW +US1TXHYS131 30.0785 -97.8481 212.8 TX BUDA 0.7 SW +US1TXHYS133 30.0175 -98.0485 289.6 TX WIMBERLEY 3.6 ENE +US1TXHYS135 29.7889 -97.9693 213.1 TX SAN MARCOS 6.8 SSW +US1TXHYS136 29.9795 -98.0872 334.7 TX WIMBERLEY 1.3 SE +US1TXHYS137 30.0906 -97.8692 229.5 TX BUDA 1.8 W +US1TXHYS138 30.1810 -98.0836 350.2 TX DRIPPING SPRINGS 0.6 SSE +US1TXHYS140 30.1895 -98.0674 365.5 TX DRIPPING SPRINGS 1.3 E +US1TXHYS141 29.9726 -98.1114 285.6 TX WIMBERLEY 1.5 SSW +US1TXHYS142 29.9906 -98.0848 257.6 TX WIMBERLEY 1.0 E +US1TXHYS143 29.9823 -98.0913 262.1 TX WIMBERLEY 1.0 SE +US1TXHYS146 29.8536 -97.9905 216.4 TX SAN MARCOS 4.1 WSW +US1TXHYS147 29.8961 -97.9380 218.5 TX SAN MARCOS 1.2 NNW +US1TXHYS148 29.9732 -98.1645 301.4 TX WIMBERLEY 4.0 WSW +US1TXHYS150 30.2979 -98.0945 402.3 TX DRIPPING SPRINGS 7.6 N +US1TXHYS151 30.1808 -97.9829 338.0 TX DRIPPING SPRINGS 6.3 E +US1TXHYS152 30.3469 -98.1676 303.3 TX ROUND MOUNTAIN 12.7 ESE +US1TXHYS154 30.0210 -97.8877 236.5 TX KYLE 2.1 NNW +US1TXHYS155 29.9784 -98.1277 278.0 TX WIMBERLEY 1.9 WSW +US1TXHYS156 30.0015 -97.8595 207.9 TX KYLE 0.8 NE +US1TXHYS157 29.9654 -98.0870 299.6 TX WIMBERLEY 2.1 SSE +US1TXHYS158 29.9246 -98.0950 324.0 TX SAN MARCOS 10.4 WNW +US1TXHYS161 30.2805 -98.0711 386.8 TX DRIPPING SPRINGS 6.4 N +US1TXHYS162 30.2163 -98.1905 442.3 TX DRIPPING SPRINGS 6.4 WNW +US1TXHYS164 29.9861 -97.8802 227.7 TX KYLE 0.8 SW +US1TXHYS166 30.0093 -98.1134 303.0 TX WIMBERLEY 1.3 NNW +US1TXHYS167 29.8935 -97.9504 227.4 TX SAN MARCOS 1.6 NW +US1TXHYS168 30.1667 -97.9576 307.8 TX HAYS 6.0 WNW +US1TXHYS171 29.8627 -97.9826 203.3 TX SAN MARCOS 3.4 WSW +US1TXHYS172 29.8629 -97.9703 139.0 TX SAN MARCOS 2.8 WSW +US1TXHYS174 29.8880 -97.9668 214.0 TX SAN MARCOS 2.3 WNW +US1TXHYS176 30.0614 -98.0930 381.9 TX WIMBERLEY 4.8 N +US1TXHYS178 29.9551 -98.0667 325.2 TX WIMBERLEY 3.3 SE +US1TXHYS179 30.0275 -97.7280 208.5 TX NIEDERWALD 1.1 NNE +US1TXHYS180 30.2045 -98.1824 444.4 TX DRIPPING SPRINGS 5.7 W +US1TXHYS183 30.0588 -98.1274 344.4 TX WIMBERLEY 4.8 NNW +US1TXHYS185 29.8650 -97.9990 219.8 TX SAN MARCOS 4.3 WSW +US1TXHYS188 29.9333 -97.9247 231.0 TX SAN MARCOS 3.7 N +US1TXHYS189 30.0114 -98.0154 313.0 TX WIMBERLEY 5.3 ENE +US1TXHYS191 30.2128 -98.0129 342.0 TX DRIPPING SPRINGS 4.8 ENE +US1TXHYS193 30.0240 -97.8836 232.9 TX KYLE 2.2 NNW +US1TXHYS195 30.0437 -98.1384 305.7 TX WIMBERLEY 4.2 NNW +US1TXHYS196 30.2324 -98.1730 393.8 TX DRIPPING SPRINGS 5.9 WNW +US1TXHYS197 30.1772 -98.0551 332.5 TX DRIPPING SPRINGS 2.1 ESE +US1TXHYS198 30.1832 -97.9467 303.0 TX HAYS 6.2 NW +US1TXHYS200 30.0718 -98.0292 333.1 TX WOODCREEK 5.7 ENE +US1TXHYS201 29.9481 -97.8933 192.6 TX SAN MARCOS 5.2 NNE +US1TXHYS202 29.8638 -98.0001 222.2 TX SAN MARCOS 4.4 WSW +US1TXHYS203 29.9795 -98.0993 287.4 TX WIMBERLEY 0.9 S +US1TXHYS204 30.3264 -98.1322 309.1 TX DRIPPING SPRINGS 9.9 NNW +US1TXHYS205 30.0914 -97.8706 230.4 TX BUDA 1.9 WNW +US1TXHYS207 30.0615 -98.0773 369.1 TX WIMBERLEY 5.0 NNE +US1TXHYS209 30.2760 -98.1364 369.1 TX DRIPPING SPRINGS 6.7 NNW +US1TXHYS210 30.0217 -98.1793 345.3 TX WIMBERLEY 5.1 WNW +US1TXHYS211 29.8891 -97.9629 231.6 TX SAN MARCOS 2.1 WNW +US1TXHYS213 29.8949 -97.9336 219.5 TX SAN MARCOS 1.1 NNW +US1TXJC0001 33.3275 -98.3285 316.1 TX JACKSBORO 12.4 NW +US1TXJC0002 33.0402 -98.1207 311.5 TX PERRIN 3.0 ENE +US1TXJC0003 33.1726 -98.2437 365.8 TX JACKSBORO 6.2 SW +US1TXJD0001 30.5996 -104.0890 1769.1 TX FORT DAVIS 11.6 W +US1TXJD0002 30.6164 -103.9941 1603.2 TX FORT DAVIS 6.3 WNW +US1TXJD0004 30.6060 -103.8299 1456.6 TX FORT DAVIS 4.0 ENE +US1TXJD0005 30.5652 -103.8842 1499.9 TX FORT DAVIS 1.7 SSE +US1TXJD0008 30.5930 -103.8959 1503.0 TX FORT DAVIS 0.3 NNW +US1TXJD0009 31.0610 -104.1407 1264.3 TX KENT 4.6 E +US1TXJH0002 27.2203 -98.9519 209.1 TX HEBBRONVILLE 17.6 WSW +US1TXJH0003 27.3228 -98.6768 179.2 TX HEBBRONVILLE 0.7 ENE +US1TXJH0004 27.2610 -98.6571 164.6 TX HEBBRONVILLE 4.3 SSE +US1TXJH0006 27.0760 -98.6020 138.1 TX HEBBRONVILLE 17.5 SSE +US1TXJH0007 27.0441 -98.8714 196.6 TX HEBBRONVILLE 22.1 SSW +US1TXJH0008 27.0429 -98.5309 123.7 TX HEBBRONVILLE 21.2 SSE +US1TXJH0009 26.8485 -98.6993 168.2 TX HEBBRONVILLE 32.4 S +US1TXJH0010 26.9003 -98.9213 170.4 TX HEBBRONVILLE 32.3 SSW +US1TXJH0011 27.2421 -98.8842 254.5 TX HEBBRONVILLE 13.2 WSW +US1TXJH0012 27.3227 -98.6769 177.7 TX HEBBRONVILLE 0.7 ENE +US1TXJJ0001 29.9536 -93.9705 0.9 TX NEDERLAND 1.9 SE +US1TXJJ0002 29.8678 -93.9230 7.0 TX PORT ARTHUR 2.9 NNE +US1TXJJ0003 29.9747 -93.9578 7.9 TX PORT NECHES 1.0 W +US1TXJJ0004 29.9642 -93.9015 2.1 TX GROVES 1.6 NE +US1TXJJ0005 30.0944 -94.1280 5.8 TX BEAUMONT 1.1 ENE +US1TXJJ0007 30.0725 -94.1692 7.3 TX BEAUMONT 1.8 SW +US1TXJJ0008 30.0874 -94.1389 5.5 TX BEAUMONT 0.3 E +US1TXJJ0009 30.0527 -94.1820 6.7 TX BEAUMONT 3.3 SW +US1TXJJ0010 29.9526 -93.9727 1.5 TX PORT ARTHUR 9.1 NNW +US1TXJJ0011 30.0225 -94.1555 3.7 TX BEAUMONT 4.6 S +US1TXJJ0013 29.8685 -93.9228 2.4 TX PORT ARTHUR 3.0 NNE +US1TXJJ0014 29.9279 -93.9240 2.1 TX PORT ARTHUR 7.0 N +US1TXJJ0015 29.9665 -94.0251 5.2 TX NEDERLAND 1.8 W +US1TXJK0001 28.9099 -96.6286 18.0 TX EDNA 4.6 SSE +US1TXJK0003 29.1833 -96.6499 36.6 TX EDNA 14.5 N +US1TXJK0004 28.9608 -96.6329 17.7 TX EDNA 1.3 SE +US1TXJK0005 29.0432 -96.5367 19.8 TX GANADO 1.5 W +US1TXJK0006 29.0267 -96.6660 23.5 TX EDNA 3.8 NNW +US1TXJN0001 32.5450 -97.2000 207.9 TX MANSFIELD 5.0 WSW +US1TXJN0002 32.5410 -97.3458 232.0 TX BURLESON 1.1 WNW +US1TXJN0003 32.3277 -97.4062 239.0 TX CLEBURNE 1.5 S +US1TXJN0004 32.2555 -97.1575 190.8 TX GRANDVIEW 1.4 SE +US1TXJN0006 32.4725 -97.5610 301.4 TX GODLEY 2.6 NW +US1TXJN0010 32.5305 -97.3563 234.1 TX BURLESON 1.6 W +US1TXJN0012 32.4416 -97.4657 271.0 TX JOSHUA 5.2 WSW +US1TXJN0013 32.4754 -97.2578 236.2 TX BURLESON 5.7 SE +US1TXJN0014 32.3370 -97.3991 231.3 TX CLEBURNE 0.9 SSE +US1TXJN0016 32.3400 -97.3070 270.1 TX CLEBURNE 5.8 E +US1TXJN0018 32.5315 -97.3404 232.6 TX BURLESON 0.7 W +US1TXJN0019 32.4122 -97.3707 25.0 TX CLEBURNE 4.8 NNE +US1TXJN0025 32.3162 -97.4480 234.7 TX CLEBURNE 3.3 SW +US1TXJN0027 32.3109 -97.2439 229.8 TX GRANDVIEW 4.9 NW +US1TXJN0030 32.5111 -97.2485 220.1 TX BURLESON 4.9 ESE +US1TXJO0001 32.7776 -99.9521 524.0 TX ANSON 3.5 WNW +US1TXJO0003 32.9445 -99.7996 490.7 TX STAMFORD 0.2 ESE +US1TXJO0004 32.9374 -99.7708 483.7 TX STAMFORD 2.4 E +US1TXJO0005 32.6167 -99.6251 504.4 TX ABILENE 13.0 NNE +US1TXJO0006 32.8855 -100.1421 528.2 TX HAMLIN 0.6 WSW +US1TXJO0008 32.8412 -100.1030 528.2 TX HAMLIN 3.7 SSE +US1TXJO0009 32.5284 -99.8860 522.4 TX MERKEL 8.5 ENE +US1TXJS0002 30.9030 -94.1065 81.1 TX JASPER 6.7 W +US1TXJS0003 30.6405 -93.8851 36.0 TX KIRBYVILLE 1.5 SE +US1TXJS0004 30.9033 -94.1067 60.0 TX JASPER 6.7 W +US1TXJS0006 30.4647 -93.9630 31.4 TX BUNA 1.4 N +US1TXJW0003 27.9917 -98.0653 88.1 TX ORANGE GROVE 8.1 WNW +US1TXJW0004 27.9888 -97.9604 65.8 TX ORANGE GROVE 2.6 NNW +US1TXJW0005 27.9100 -97.9875 61.6 TX ORANGE GROVE 4.3 SW +US1TXJW0006 27.9927 -97.9735 64.3 TX ORANGE GROVE 3.3 NW +US1TXJW0007 27.9028 -98.0313 68.9 TX ORANGE GROVE 6.7 WSW +US1TXJW0008 27.5876 -98.1719 85.6 TX PALITO BLANCO 1.0 ESE +US1TXJW0011 27.5876 -98.1675 65.5 TX ALICE 13.1 SSW +US1TXJW0014 28.0270 -97.8923 50.6 TX SANDIA 0.9 WNW +US1TXKF0001 32.6088 -96.4428 129.8 TX CRANDALL 1.6 SSE +US1TXKF0003 32.5633 -96.4885 125.0 TX COMBINE 2.3 SE +US1TXKF0004 32.3611 -96.1030 115.8 TX MABANK 0.3 S +US1TXKF0005 32.4645 -96.1070 125.6 TX MABANK 6.8 N +US1TXKF0006 32.3835 -96.0757 129.5 TX MABANK 2.1 NE +US1TXKF0007 32.3590 -96.1264 110.0 TX MABANK 1.4 WSW +US1TXKF0009 32.7411 -96.4706 142.3 TX FORNEY 0.8 SSW +US1TXKF0010 32.6276 -96.3586 130.8 TX TERRELL 8.2 SSW +US1TXKF0011 32.5407 -96.3160 131.1 TX KAUFMAN 2.9 S +US1TXKF0012 32.7524 -96.3348 156.1 TX TERRELL 1.8 NW +US1TXKF0015 32.6826 -96.3104 149.7 TX TERRELL 3.6 SSW +US1TXKF0016 32.4066 -96.3347 124.7 TX GRAYS PRAIRIE 4.6 S +US1TXKF0017 32.5659 -96.2718 128.6 TX KAUFMAN 2.4 ESE +US1TXKF0018 32.7494 -96.2833 164.0 TX TERRELL 1.3 NNE +US1TXKF0019 32.6708 -96.2567 141.1 TX TERRELL 4.8 SSE +US1TXKF0020 32.4716 -96.3790 127.7 TX COTTONWOOD 1.3 NE +US1TXKF0023 32.8151 -96.2556 171.3 TX TERRELL 6.1 NNE +US1TXKL0001 27.2959 -97.7927 8.8 TX KINGSVILLE 15.3 SSE +US1TXKL0002 27.4214 -97.8236 18.0 TX KINGSVILLE 6.5 SSE +US1TXKL0007 27.4235 -97.7674 9.1 TX KINGSVILLE 8.2 SE +US1TXKL0009 27.4657 -97.8571 9.4 TX KINGSVILLE 3.0 S +US1TXKL0011 27.5078 -97.8516 17.1 TX KINGSVILLE 0.6 E +US1TXKM0001 30.3572 -99.5976 608.7 TX JUNCTION 13.8 SE +US1TXKM0002 30.5695 -99.5996 491.0 TX JUNCTION 11.6 ENE +US1TXKM0003 30.4551 -99.7955 524.6 TX JUNCTION 2.8 SSW +US1TXKM0007 30.3903 -99.3844 570.9 TX INGRAM 23.3 NNW +US1TXKN0001 29.9031 -98.6139 392.3 TX BOERNE 10.2 NE +US1TXKN0002 29.8450 -98.6947 431.3 TX BOERNE 4.3 NE +US1TXKN0003 29.8578 -98.6745 437.7 TX BOERNE 5.6 NE +US1TXKN0004 29.8560 -98.7774 570.3 TX BOERNE 5.1 NNW +US1TXKN0005 29.8958 -98.5382 346.6 TX KENDALIA 5.2 SSW +US1TXKN0007 29.8737 -98.5854 362.1 TX FAIR OAKS RANCH 10.0 NNE +US1TXKN0008 29.7667 -98.6465 408.1 TX FAIR OAKS RANCH 2.2 NNW +US1TXKN0010 29.7541 -98.8202 568.1 TX BOERNE 6.0 WSW +US1TXKN0011 29.9736 -98.8929 428.9 TX COMFORT 0.6 E +US1TXKN0012 29.7626 -98.7868 483.1 TX BOERNE 4.0 WSW +US1TXKN0014 29.7643 -98.6535 401.1 TX FAIR OAKS RANCH 2.2 NNW +US1TXKN0015 29.8888 -98.5228 361.8 TX KENDALIA 5.4 S +US1TXKN0018 30.0552 -98.7353 456.0 TX COMFORT 11.5 ENE +US1TXKN0019 29.9144 -98.5047 355.1 TX KENDALIA 3.8 SSE +US1TXKN0021 30.0767 -98.8433 482.5 TX COMFORT 8.0 NNE +US1TXKN0022 29.8278 -98.8009 476.7 TX BOERNE 4.7 WNW +US1TXKN0023 29.9776 -98.5008 408.7 TX KENDALIA 1.9 E +US1TXKN0024 29.7986 -98.7647 493.8 TX BOERNE 2.0 WNW +US1TXKN0026 29.7830 -98.7381 458.4 TX BOERNE 0.9 SSW +US1TXKN0027 29.8722 -98.6158 382.8 TX BOERNE 8.8 NE +US1TXKN0028 29.9101 -98.7625 485.5 TX BOERNE 8.5 NNW +US1TXKN0033 29.7674 -98.6483 411.8 TX FAIR OAKS RANCH 2.3 NNW +US1TXKN0035 29.8138 -98.7548 447.4 TX BOERNE 1.9 NW +US1TXKN0038 30.0078 -98.5447 567.2 TX KENDALIA 2.95 NNW +US1TXKN0039 29.9740 -98.6386 458.1 TX BOERNE 13.6 NNE +US1TXKN0040 29.8370 -98.5612 420.3 TX BERGHEIM 1.0 NE +US1TXKN0042 29.8260 -98.6530 459.9 TX BOERNE 5.2 ENE +US1TXKN0043 29.7871 -98.6857 458.1 TX BOERNE 2.8 E +US1TXKN0044 29.8574 -98.7246 416.4 TX BOERNE 4.4 N +US1TXKN0045 29.8428 -98.7398 476.4 TX BOERNE 3.4 N +US1TXKN0046 29.7512 -98.7077 438.0 TX BOERNE 3.3 SSE +US1TXKN0048 30.0830 -98.5978 522.1 TX BLANCO 10.5 W +US1TXKN0049 29.7839 -98.7181 431.9 TX BOERNE 1.1 SE +US1TXKN0050 29.9556 -98.7017 287.1 TX SISTERDALE 1.7 SE +US1TXKN0052 29.8058 -98.7639 463.6 TX BOERNE 2.1 WNW +US1TXKN0053 29.9046 -98.6093 378.9 TX BOERNE 10.6 NE +US1TXKN0054 29.8042 -98.7332 440.7 TX BOERNE 0.7 N +US1TXKN0056 29.8767 -98.5849 364.5 TX BOERNE 10.5 ENE +US1TXKN0057 29.8096 -98.7032 468.5 TX BOERNE 2.0 ENE +US1TXKN0059 29.9147 -98.5498 378.9 TX BOERNE 13.7 NE +US1TXKN0060 29.8244 -98.5967 436.5 TX BOERNE 8.4 ENE +US1TXKN0061 29.9717 -98.6992 390.8 TX BOERNE 12.4 N +US1TXKN0062 29.8236 -98.7873 496.8 TX BOERNE 3.9 WNW +US1TXKN0064 30.0938 -98.7756 562.1 TX FREDERICKSBURG 13.5 SSE +US1TXKN0065 29.7949 -98.7122 428.5 TX BOERNE 1.2 E +US1TXKN0066 30.0046 -98.7915 510.5 TX COMFORT 7.0 ENE +US1TXKN0067 29.8096 -98.7428 447.8 TX BOERNE 1.2 NNW +US1TXKN0071 29.8891 -98.7257 445.0 TX BOERNE 6.5 N +US1TXKN0072 29.9345 -98.8416 475.5 TX COMFORT 4.5 SE +US1TXKN0073 29.7572 -98.6527 398.4 TX FAIR OAKS RANCH 1.8 NW +US1TXKN0074 29.8759 -98.5738 366.4 TX BOERNE 11.0 ENE +US1TXKN0077 29.8715 -98.7250 430.4 TX BOERNE 5.3 N +US1TXKN0080 29.9685 -98.9172 431.0 TX COMFORT 0.9 WSW +US1TXKN0081 30.0095 -98.9023 495.6 TX COMFORT 2.6 N +US1TXKN0089 30.0601 -98.7262 466.6 TX SISTERDALE 5.7 N +US1TXKN0092 29.8887 -98.9102 582.2 TX COMFORT 5.8 S +US1TXKN0094 29.8823 -98.6495 385.9 TX BOERNE 7.8 NE +US1TXKN0095 29.8021 -98.7670 472.4 TX BOERNE 2.2 WNW +US1TXKN0097 29.8275 -98.6164 442.3 TX BOERNE 7.3 ENE +US1TXKN0099 29.8001 -98.9152 465.7 TX PIPE CREEK 5.5 NNE +US1TXKN0100 29.9121 -98.5147 374.0 TX KENDALIA 3.9 S +US1TXKN0101 30.0569 -98.5261 532.2 TX BLANCO 6.8 WSW +US1TXKN0102 30.0120 -98.7744 520.3 TX COMFORT 8.2 ENE +US1TXKN0103 29.9069 -98.7694 467.0 TX BOERNE 8.1 NNW +US1TXKN0106 29.7819 -98.7090 423.1 TX BOERNE 1.6 ESE +US1TXKN0107 29.9498 -98.7016 406.9 TX BOERNE 10.9 N +US1TXKN0109 30.0008 -98.8360 420.9 TX COMFORT 4.5 ENE +US1TXKN0110 29.7511 -98.6402 389.8 TX FAIR OAKS RANCH 1.1 NNW +US1TXKN0112 29.9075 -98.5506 352.7 TX BOERNE 13.4 NE +US1TXKN0116 29.8411 -98.8925 603.2 TX BOERNE 10.2 WNW +US1TXKN0118 29.7984 -98.7048 434.3 TX BOERNE 1.6 E +US1TXKN0119 29.9913 -98.6263 484.0 TX BOERNE 15.0 NNE +US1TXKN0120 29.9924 -98.5209 454.2 TX KENDALIA 1.6 N +US1TXKN0121 29.8742 -98.6361 401.1 TX BOERNE 8.0 NE +US1TXKN0122 29.9756 -98.9046 444.1 TX COMFORT 0.3 NNW +US1TXKN0123 29.9711 -98.5271 413.9 TX BLANCO 10.8 SW +US1TXKN0126 29.7472 -98.6655 407.2 TX BOERNE 5.1 SE +US1TXKN0127 29.8012 -98.8639 600.2 TX BOERNE 7.9 W +US1TXKR0001 30.2472 -99.3719 668.4 TX INGRAM 14.2 NW +US1TXKR0002 29.9750 -99.0750 506.0 TX KERRVILLE 5.9 SE +US1TXKR0003 30.1155 -99.2977 542.5 TX INGRAM 4.4 NW +US1TXKR0006 30.0417 -99.1262 498.7 TX KERRVILLE 0.6 E +US1TXKR0007 30.0554 -99.1124 574.2 TX KERRVILLE 1.7 ENE +US1TXKR0009 30.0757 -99.2812 538.3 TX INGRAM 2.7 W +US1TXKR0010 30.1762 -99.3225 611.1 TX INGRAM 8.5 NW +US1TXKR0011 30.0592 -99.4306 585.2 TX HUNT 5.8 WSW +US1TXKR0015 30.0219 -99.3642 555.7 TX INGRAM 8.6 WSW +US1TXKR0016 30.0538 -99.1567 499.9 TX KERRVILLE 1.5 WNW +US1TXKR0017 29.9818 -99.0988 479.1 TX KERRVILLE 4.7 SSE +US1TXKR0020 30.0261 -99.1410 531.6 TX KERRVILLE 1.1 SSW +US1TXKR0021 30.0344 -99.1527 577.0 TX KERRVILLE 1.1 WSW +US1TXKR0022 30.0065 -99.1520 577.0 TX KERRVILLE 2.6 SSW +US1TXKR0023 30.0792 -99.2286 548.9 TX INGRAM 0.5 E +US1TXKR0024 30.0137 -99.1936 601.4 TX KERRVILLE 3.9 WSW +US1TXKR0025 30.0763 -99.2818 541.9 TX INGRAM 2.7 W +US1TXKR0026 30.0595 -99.3961 556.9 TX INGRAM 9.5 W +US1TXKR0027 30.0550 -99.1648 501.1 TX KERRVILLE 1.9 WNW +US1TXKR0028 30.0643 -99.1571 525.8 TX KERRVILLE 2.0 NW +US1TXKR0030 30.1661 -99.3747 584.9 TX INGRAM 10.2 NW +US1TXKR0032 30.0401 -99.4631 344.7 TX HUNT 2.6 WSW +US1TXKR0035 30.1406 -99.5279 669.6 TX MOUNTAIN HOME 13.1 SW +US1TXKR0036 30.0476 -99.3278 557.5 TX INGRAM 5.9 WSW +US1TXKR0037 29.9474 -98.9037 467.6 TX COMFORT 1.7 S +US1TXKR0038 29.9317 -98.9994 463.0 TX CENTER POINT 2.4 ESE +US1TXKR0039 30.0408 -99.1187 549.9 TX KERRVILLE 1.0 E +US1TXKR0041 30.0711 -99.2722 522.4 TX INGRAM 2.2 WSW +US1TXKR0042 29.9633 -99.1310 481.9 TX KERRVILLE 5.4 S +US1TXKR0043 30.0867 -99.0641 629.1 TX KERRVILLE 5.3 NE +US1TXKR0045 30.2344 -99.3212 677.9 TX HARPER 6.5 SW +US1TXKR0047 29.9471 -99.0270 459.0 TX CENTER POINT 1.1 NNE +US1TXKR0050 30.1036 -99.2792 549.2 TX INGRAM 3.1 NW +US1TXKR0052 29.9645 -99.0234 498.0 TX CENTER POINT 2.2 NNE +US1TXKR0053 30.0718 -99.1582 547.4 TX KERRVILLE 2.4 NNW +US1TXKR0054 29.9294 -99.0305 456.6 TX CENTER POINT 0.5 SE +US1TXKR0056 30.0695 -99.2125 510.8 TX KERRVILLE 4.9 WNW +US1TXKR0057 30.0706 -99.2988 525.2 TX INGRAM 3.8 W +US1TXKR0059 30.0784 -99.1763 524.0 TX KERRVILLE 3.5 NW +US1TXKR0060 30.0060 -99.1331 517.2 TX KERRVILLE 2.5 S +US1TXKR0062 29.8971 -99.0045 529.1 TX CENTER POINT 3.2 SE +US1TXKR0063 30.0135 -99.2098 606.2 TX KERRVILLE 4.8 WSW +US1TXKR0064 30.0787 -99.2248 547.4 TX INGRAM 0.7 E +US1TXKR0065 29.9618 -98.9755 482.2 TX COMFORT 4.4 W +US1TXKR0066 29.9894 -99.1847 557.8 TX KERRVILLE 4.6 SW +US1TXKR0067 30.0248 -99.1517 528.5 TX KERRVILLE 1.5 SW (NIMITZ) +US1TXKR0068 30.0595 -99.1113 585.2 TX KERRVILLE 1.9 NE +US1TXKR0069 30.0631 -99.1593 520.0 TX KERRVILLE 2.0 NW +US1TXKR0071 30.0107 -99.1403 532.8 TX KERRVILLE 2.2 S +US1TXKR0074 30.0202 -99.1290 491.0 TX KERRVILLE 1.6 SSE +US1TXKR0075 30.0001 -99.0243 547.1 TX CENTER POINT 3.5 NNE +US1TXKR0077 30.0815 -99.2711 593.1 TX INGRAM 2.1 W +US1TXKR0078 30.0554 -99.1352 532.2 TX KERRVILLE 0.9 N +US1TXKR0079 29.9706 -99.2011 556.3 TX KERRVILLE 6.3 SW +US1TXKR0081 30.0599 -99.1532 516.9 TX KERRVILLE 1.6 NW +US1TXKR0083 29.9794 -99.1914 577.3 TX KERRVILLE 5.7 SSW +US1TXKR0085 30.0735 -99.2569 568.1 TX INGRAM 1.3 WSW +US1TXKR0086 30.0910 -99.3320 608.7 TX HUNT 1.4 NNE +US1TXKR0089 30.0749 -99.2571 536.4 TX INGRAM 1.2 WSW +US1TXKR0094 30.0329 -99.3686 616.3 TX HUNT 3.2 SW +US1TXKR0097 30.0966 -99.3264 620.0 TX HUNT 1.9 NNE +US1TXKR0098 30.0962 -98.9633 616.9 TX COMFORT 9.3 NNW +US1TXKS0001 28.8887 -97.7023 95.1 TX RUNGE 0.7 ENE +US1TXKS0003 28.7991 -98.0844 114.0 TX KARNES CITY 12.6 WSW +US1TXKS0004 28.8082 -97.7038 75.0 TX RUNGE 5.4 S +US1TXKS0005 28.9165 -97.7286 88.7 TX RUNGE 2.3 NNW +US1TXKS0009 29.1364 -97.8103 103.0 TX GILLETT 1.6 WNW +US1TXKS0010 28.8842 -97.7135 95.4 TX RUNGE 0.1 SSW +US1TXKS0012 29.0230 -97.8205 90.8 TX KARNES CITY 10.6 NNE +US1TXKT0001 33.0258 -101.0002 717.5 TX SNYDER 22.1 NNW +US1TXKX0001 33.7771 -99.8339 466.6 TX TRUSCOTT 2.7 NW +US1TXKX0002 33.5803 -99.7922 449.0 TX BENJAMIN 0.2 SSE +US1TXKX0003 33.4873 -99.9437 479.8 TX KNOX CITY 8.8 WNW +US1TXKY0002 29.3050 -100.4248 349.0 TX CLOSED +US1TXKY0003 29.3188 -100.4088 349.6 TX BRACKETTVILLE 0.1 NE +US1TXKY0004 29.3177 -100.4441 338.6 TX BRACKETTVILLE 2.0 W +US1TXKY0005 29.5129 -100.3750 519.7 TX CLOSED +US1TXKY0006 29.2863 -100.3212 335.6 TX BRACKETTVILLE 5.8 ESE +US1TXKY0007 29.3122 -100.4428 337.7 TX BRACKETTVILLE 2.0 W +US1TXKY0008 29.3160 -100.4423 342.0 TX CLOSED +US1TXKY0009 29.3174 -100.4710 337.7 TX CLOSED +US1TXKY0010 29.3671 -100.4924 344.1 TX CLOSED +US1TXKY0011 29.1725 -100.4118 306.6 TX SPOFFORD 0.1 W +US1TXKY0013 29.3204 -100.4943 342.0 TX BRACKETTVILLE 5.1 W +US1TXKY0014 29.2052 -100.1955 366.1 TX CLOSED +US1TXKY0015 29.3119 -100.6389 328.0 TX BRACKETTVILLE 13.8 W +US1TXKY0017 29.3168 -100.4087 349.0 TX BRACKETTVILLE 0.1 ESE +US1TXKY0018 29.2893 -100.4184 338.0 TX BRACKETTVILLE 2.0 SSW +US1TXKY0023 29.2873 -100.4145 338.0 TX BRACKETTVILLE 2.1 S +US1TXLB0001 33.8343 -102.3260 1064.1 TX LITTLEFIELD 5.9 S +US1TXLB0002 34.1800 -102.1398 1100.0 TX OLTON 0.2 W +US1TXLE0003 30.1813 -96.8580 146.0 TX GIDDINGS 4.2 E +US1TXLE0004 30.3501 -97.0414 131.4 TX LEXINGTON 4.9 SSW +US1TXLE0005 30.3186 -97.0253 131.7 TX LEXINGTON 6.7 S +US1TXLE0010 30.3557 -97.0953 158.5 TX LEXINGTON 6.5 SW +US1TXLE0012 30.3799 -96.9876 118.3 TX LEXINGTON 2.7 SSE +US1TXLE0013 30.3202 -97.1079 156.4 TX LEXINGTON 8.8 SW +US1TXLE0014 30.4170 -96.9692 143.9 TX LEXINGTON 2.4 E +US1TXLE0015 30.3840 -97.0256 115.8 TX LEXINGTON 2.3 SSW +US1TXLE0016 30.4044 -97.0891 121.3 TX LEXINGTON 4.8 W +US1TXLE0019 30.2560 -97.0176 157.6 TX GIDDINGS 7.3 NW +US1TXLK0001 33.4543 -101.8908 983.9 TX WOODROW 2.8 W +US1TXLK0002 33.4606 -101.8883 986.9 TX WOODROW 2.8 WNW +US1TXLK0003 33.5891 -101.9550 999.1 TX LUBBOCK 4.7 WNW +US1TXLK0004 33.6200 -101.7700 972.9 TX LUBBOCK 6.8 ENE +US1TXLK0005 33.5101 -101.9283 990.9 TX LUBBOCK 5.5 SW +US1TXLK0006 33.5026 -101.9347 1000.0 TX LUBBOCK 6.1 SW +US1TXLK0007 33.5172 -101.9681 1003.1 TX LUBBOCK 6.7 SW +US1TXLK0008 33.5681 -101.8677 982.1 TX LUBBOCK 0.7 SE +US1TXLK0009 33.7177 -102.0256 1014.1 TX SHALLOWATER 2.7 NW +US1TXLK0011 33.5281 -101.8762 986.0 TX LUBBOCK 3.3 S +US1TXLK0012 33.5499 -101.9192 993.0 TX LUBBOCK 4.2 SW +US1TXLK0014 33.5115 -101.9260 990.0 TX LUBBOCK 5.3 SSW +US1TXLK0017 33.5793 -101.9198 990.0 TX LUBBOCK 2.6 W +US1TXLK0021 33.5317 -101.8817 982.1 TX LUBBOCK 3.1 S +US1TXLK0022 33.6658 -101.8233 996.1 TX LUBBOCK INTERNATIONAL +US1TXLK0023 33.5686 -101.9699 1000.7 TX LUBBOCK 5.5 W +US1TXLK0024 33.5311 -101.6754 949.1 TX RANSOM CANYON 0.4 ENE +US1TXLK0027 33.6041 -101.8992 980.8 TX LUBBOCK 2.4 NW +US1TXLK0028 33.5097 -101.9585 997.9 TX LUBBOCK 6.6 SW +US1TXLK0030 33.7952 -102.0621 1030.8 TX SHALLOWATER 8.3 NNW +US1TXLK0031 33.4958 -101.8935 983.6 TX LUBBOCK 5.6 S +US1TXLK0032 33.5250 -101.9705 999.7 TX LUBBOCK 6.5 WSW +US1TXLK0033 33.5999 -101.9168 989.4 TX LUBBOCK 2.9 NW +US1TXLK0035 33.5284 -101.6895 905.3 TX RANSOM CANYON 0.4 WSW +US1TXLK0039 33.5114 -101.9358 997.9 TX LUBBOCK 5.7 SW +US1TXLK0046 33.6738 -101.9863 1014.1 TX SHALLOWATER 1.2 SSE +US1TXLK0047 33.5326 -101.9949 1006.1 TX WOLFFORTH 1.9 NNE +US1TXLK0048 33.7667 -101.8752 1013.5 TX LUBBOCK 13.2 N +US1TXLK0050 33.5812 -101.9618 1002.5 TX LUBBOCK 5.0 W +US1TXLK0051 33.3986 -101.9356 993.0 TX SLIDE 0.6 SSW +US1TXLK0054 33.8097 -101.9569 1031.4 TX ABERNATHY 6.6 WSW +US1TXLK0056 33.5508 -101.9342 999.1 TX LUBBOCK 3.8 WSW +US1TXLK0057 33.5709 -101.9140 980.5 TX LUBBOCK 2.2 W +US1TXLK0059 33.4414 -102.0177 1007.7 TX WOLFFORTH 4.6 S +US1TXLK0064 33.5804 -101.9358 1003.1 TX LUBBOCK 3.5 W +US1TXLK0069 33.5314 -101.9389 1004.6 TX LUBBOCK 4.8 SW +US1TXLK0070 33.6583 -101.6856 975.4 TX IDALOU 0.4 SSW +US1TXLK0072 33.5261 -101.9432 1007.4 TX LUBBOCK 5.2 SW +US1TXLK0073 33.5210 -101.9282 999.1 TX LUBBOCK 4.9 SW +US1TXLK0074 33.4728 -101.8928 987.2 TX LUBBOCK 7.2 S +US1TXLK0077 33.6356 -101.9606 999.4 TX LUBBOCK 6.4 NW +US1TXLK0078 33.5650 -101.8623 981.5 TX LUBBOCK 1.1 SE +US1TXLK0079 33.4590 -101.9202 991.8 TX LUBBOCK 8.5 SSW +US1TXLK0080 33.5703 -101.8855 983.3 TX LUBBOCK 0.7 WSW +US1TXLK0081 33.5331 -101.8781 987.2 TX LUBBOCK 3.0 S +US1TXLK0084 33.6091 -101.9298 1002.2 TX LUBBOCK 3.9 NW +US1TXLL0001 30.8686 -98.7460 398.1 TX LLANO 9.2 NNW +US1TXLL0002 30.6936 -98.4098 259.1 TX KINGSLAND 3.3 NE +US1TXLL0004 30.5337 -98.3736 285.9 TX HORSESHOE BAY 1.1 WSW +US1TXLL0007 30.4977 -98.3599 370.0 TX HORSESHOE BAY 2.7 S +US1TXLL0008 30.5619 -98.3667 256.9 TX HORSESHOE BAY 1.9 NNW +US1TXLL0011 30.5567 -98.4269 259.7 TX HORSESHOE BAY 4.5 WNW +US1TXLL0012 30.6456 -98.7449 434.3 TX LLANO 8.4 SSW +US1TXLL0016 30.7387 -98.7106 338.0 TX LLANO 2.3 WSW +US1TXLL0017 30.5814 -98.4201 265.5 TX SUNRISE BEACH VILLAGE 0.5 S +US1TXLL0018 30.7582 -98.7518 334.7 TX LLANO 4.6 W +US1TXLL0019 30.5350 -98.4006 274.0 TX HORSESHOE BAY 2.7 W +US1TXLL0020 30.5993 -98.4051 253.0 TX SUNRISE BEACH VILLAGE 1.1 NE +US1TXLL0021 30.7765 -98.8038 372.8 TX LLANO 7.9 WNW +US1TXLL0023 30.6572 -98.4521 266.7 TX KINGSLAND 0.5 S +US1TXLL0024 30.5448 -98.4067 300.8 TX HORSESHOE BAY 3.1 W +US1TXLL0025 30.5457 -98.4140 309.1 TX HORSESHOE BAY 3.6 W +US1TXLL0026 30.7490 -98.6662 307.8 TX LLANO 0.5 ESE +US1TXLL0027 30.5494 -98.3963 268.2 TX HORSESHOE BAY 2.6 WNW +US1TXLL0029 30.5539 -98.4261 260.6 TX HORSESHOE BAY 4.4 WNW +US1TXLL0030 30.6592 -98.4850 261.5 TX KINGSLAND 1.9 WSW +US1TXLL0034 30.8998 -98.4545 311.5 TX TOW 1.6 NE +US1TXLL0035 30.5516 -98.3595 253.0 TX HORSESHOE BAY 1.0 NNW +US1TXLL0039 30.7526 -98.4639 324.3 TX BUCHANAN DAM 3.6 SSW +US1TXLL0040 30.5441 -98.3789 267.0 TX HORSESHOE BAY 1.5 WNW +US1TXLL0041 30.5857 -98.7038 380.7 TX LLANO 11.6 S +US1TXLL0043 30.6417 -98.4741 256.6 TX KINGSLAND 2.0 SW +US1TXLL0044 30.6906 -98.4164 270.1 TX KINGSLAND 2.8 NE +US1TXLL0045 30.5888 -98.4207 255.7 TX SUNRISE BEACH VILLAGE 0.1 WNW +US1TXLL0046 30.7717 -98.4561 312.7 TX BUCHANAN DAM 2.2 SSW +US1TXLL0047 30.7659 -98.7945 350.5 TX LLANO 7.2 W +US1TXLL0048 30.5405 -98.3681 263.7 TX HORSESHOE BAY 0.8 WNW +US1TXLL0049 30.7477 -98.6671 317.0 TX LLANO 0.4 ESE +US1TXLL0050 30.6382 -98.5726 359.4 TX LLANO 9.9 SE +US1TXLL0052 30.6536 -98.4699 270.4 TX KINGSLAND 1.2 SW +US1TXLL0055 30.7673 -98.7271 336.5 TX LLANO 3.3 WNW +US1TXLL0056 30.7475 -98.6889 312.7 TX LLANO 0.9 WSW +US1TXLL0057 30.8198 -98.5129 339.5 TX BLUFFTON 1.3 W +US1TXLL0059 30.7011 -98.9561 365.2 TX CASTELL 0.1 E +US1TXLL0064 30.6313 -98.5511 331.9 TX LLANO 11.0 SE +US1TXLM0002 33.7298 -95.5306 148.1 TX PARIS 4.5 NNE +US1TXLM0003 33.7961 -95.5239 160.0 TX POWDERLY 1.0 S +US1TXLM0004 33.7333 -95.6870 175.0 TX SUMNER 0.9 WSW +US1TXLM0008 33.7158 -95.5037 163.1 TX PARIS 4.2 NE +US1TXLN0001 31.2340 -95.9620 110.9 TX CENTERVILLE 1.9 SSE +US1TXLN0002 31.5462 -95.9276 114.9 TX OAKWOOD 5.2 WSW +US1TXLN0003 31.2633 -95.9442 94.5 TX CENTERVILLE 2.0 E +US1TXLO0002 28.3296 -98.1198 47.9 TX GEORGE WEST 0.1 WSW +US1TXLO0005 28.4673 -98.2462 71.9 TX CHOKE CANYON DAM NORTH SIDE +US1TXLO0008 28.1195 -98.2617 98.1 TX CLEGG 0.1 S +US1TXLO0009 28.3638 -98.1405 50.9 TX GEORGE WEST 2.7 NNW +US1TXLO0011 28.3272 -98.0751 40.8 TX GEORGE WEST 2.9 E +US1TXLO0012 28.4112 -98.0232 81.1 TX GEORGE WEST 8.0 NE +US1TXLO0013 28.5804 -98.1180 97.8 TX THREE RIVERS 8.6 NNE +US1TXLO0014 28.0847 -97.9172 28.7 TX SANDIA 5.1 NNW +US1TXLO0016 28.1677 -98.0926 77.7 TX GEORGE WEST 11.3 S +US1TXLO0017 28.2263 -97.9399 29.3 TX MATHIS 11.6 NW +US1TXLO0018 28.3375 -98.0468 52.1 TX GEORGE WEST 4.3 E +US1TXLP0001 31.0636 -98.0769 285.9 TX LAMPASAS 6.2 E +US1TXLP0002 31.0815 -98.1409 310.9 TX LAMPASAS 2.7 ENE +US1TXLP0004 31.0508 -98.2003 333.5 TX LAMPASAS 1.4 SW +US1TXLP0006 31.0630 -97.9180 311.2 TX KEMPNER 5.2 ESE +US1TXLP0010 31.2040 -98.4360 407.2 TX LOMETA 2.7 WSW +US1TXLP0011 31.2375 -98.2907 424.6 TX LOMETA 6.2 ENE +US1TXLP0012 31.0599 -98.2137 346.9 TX LAMPASAS 2.0 W +US1TXLR0001 30.3336 -95.0889 48.2 TX CLEVELAND 0.9 SW +US1TXLR0003 29.9698 -94.8311 16.8 TX DAYTON 6.8 SE +US1TXLR0004 30.0618 -94.8914 24.1 TX DAYTON 0.8 NNE +US1TXLR0005 30.0530 -94.8940 25.0 TX DAYTON 0.2 NNE +US1TXLR0007 30.0670 -94.8789 14.6 TX DAYTON 1.5 NE +US1TXLR0010 30.2722 -95.0688 40.2 TX CLEVELAND 5.0 S +US1TXLR0013 30.2928 -95.0820 42.1 TX CLEVELAND 3.6 S +US1TXLR0014 30.0501 -94.8914 0.0 TX DAYTON 0.2 E +US1TXLR0015 30.0403 -94.8815 26.2 TX DAYTON 1.1 SE +US1TXLS0003 28.5667 -98.9000 120.1 TX DILLEY 17.9 ESE +US1TXLS0004 28.2832 -99.3016 135.9 TX ARTESIA WELLS 1.1 W +US1TXLS0005 28.4534 -99.2184 143.0 TX COTULLA 1.6 NE +US1TXLS0006 28.2350 -99.0678 129.8 TX ARTESIA WELLS 14.0 SE +US1TXLS0007 28.3521 -98.9829 137.8 TX LOS ANGELES 7.9 SSE +US1TXLS0009 28.5521 -99.1535 146.6 TX COTULLA 9.7 NNE +US1TXLS0010 28.3788 -99.2084 121.0 TX COTULLA 4.3 SSE +US1TXLT0001 31.4340 -96.3497 112.2 TX GROESBECK 12.4 ESE +US1TXLT0002 31.5561 -96.4251 140.8 TX MEXIA 9.4 SSE +US1TXLT0003 31.6464 -96.8624 175.3 TX MART 7.5 NNW +US1TXLT0004 31.5954 -96.4703 143.0 TX MEXIA 5.9 S +US1TXLT0005 31.3687 -96.5294 138.1 TX THORNTON 4.0 SE +US1TXLT0008 31.3174 -96.5623 146.0 TX KOSSE 4.0 E +US1TXLT0010 31.7355 -96.5477 198.1 TX TEHUACANA 0.6 SSW +US1TXLV0002 29.2550 -96.7600 50.0 TX HALLETTSVILLE 17.1 SE +US1TXLV0003 29.4112 -97.0905 93.0 TX SHINER 5.1 ESE +US1TXLV0004 29.4291 -97.1410 102.1 TX SHINER 1.9 E +US1TXLV0005 29.3324 -96.7612 53.0 TX HALLETTSVILLE 13.4 SE +US1TXLV0006 29.4734 -97.0879 117.7 TX SHINER 5.8 ENE +US1TXLV0009 29.3006 -96.9143 68.9 TX HALLETTSVILLE 10.1 S +US1TXLV0010 29.4615 -96.9113 91.1 TX HALLETTSVILLE 2.2 ENE +US1TXLV0012 29.2040 -97.0082 62.5 TX YOAKUM 10.3 SE +US1TXLV0013 29.4485 -97.0569 107.9 TX HALLETTSVILLE 6.9 W +US1TXLV0014 29.4743 -97.0506 102.1 TX HALLETTSVILLE 6.8 WNW +US1TXLV0015 29.5433 -96.9017 96.9 TX HALLETTSVILLE 7.2 NNE +US1TXLV0017 29.4241 -97.0025 73.2 TX HALLETTSVILLE 3.9 WSW +US1TXLV0019 29.5315 -96.9833 98.1 TX HALLETTSVILLE 6.5 NNW +US1TXLV0020 29.3695 -97.0942 89.0 TX YOAKUM 6.2 NNE +US1TXLV0021 29.5597 -96.9275 106.1 TX HALLETTSVILLE 8.0 N +US1TXLV0022 29.2306 -96.9596 60.0 TX HALLETTSVILLE 14.8 S +US1TXLV0023 29.4223 -96.9357 78.3 TX HALLETTSVILLE 1.6 SSE +US1TXLV0025 29.4412 -96.8606 73.5 TX HALLETTSVILLE 4.9 E +US1TXLV0026 29.4770 -97.1283 100.3 TX SHINER 4.1 NE +US1TXLV0027 29.5122 -97.0535 123.4 TX MOULTON 6.9 SE +US1TXLV0028 29.3672 -97.1142 101.2 TX YOAKUM 5.5 NNE +US1TXLV0029 29.4313 -96.9119 75.0 TX HALLETTSVILLE 2.0 ESE +US1TXLV0031 29.5666 -97.1455 119.2 TX MOULTON 0.3 S +US1TXLV0032 29.4723 -96.9496 83.5 TX HALLETTSVILLE 2.0 NNW +US1TXMCC006 31.3905 -99.3880 443.2 TX LOHN 4.8 NNE +US1TXMCC007 31.1186 -99.3427 532.5 TX BRADY 2.2 ESE +US1TXMCC008 31.1260 -99.3365 529.7 TX BRADY 2.4 ESE +US1TXMCC009 31.2467 -99.3412 580.6 TX BRADY 8.1 NNE +US1TXMCL001 31.6427 -97.2607 173.1 TX WACO 6.8 NW +US1TXMCL002 31.3050 -97.2927 238.0 TX MOODY 4.0 E +US1TXMCL004 31.5195 -97.1427 143.3 TX WACO 4.2 SE +US1TXMCL007 31.4471 -97.2678 176.5 TX LORENA 5.5 NW +US1TXMCL008 31.4491 -97.2153 211.2 TX LORENA 4.6 N +US1TXMCL010 31.5494 -97.1875 81.7 TX WACO 1.4 S +US1TXMCL011 31.6417 -97.2978 167.9 TX CHINA SPRING 2.7 SE +US1TXMCL012 31.5801 -97.3243 180.4 TX CRAWFORD 7.5 ENE +US1TXMCL013 31.4689 -97.2030 199.6 TX HEWITT 1.4 NNW +US1TXMCL014 31.5513 -97.2071 181.7 TX WACO 1.9 SW +US1TXMCL017 31.6913 -97.3282 182.9 TX CHINA SPRING 2.9 NNW +US1TXMCL018 31.4383 -97.2726 199.3 TX LORENA 5.2 NW +US1TXMCL019 31.5675 -97.1776 170.1 TX WACO 0.3 ESE +US1TXMCL021 31.5854 -97.1928 117.7 TX WACO 1.3 NNW +US1TXMCL022 31.5482 -97.2078 192.0 TX WACO 2.0 SW +US1TXMCL023 31.5675 -97.1402 127.4 TX WACO 2.5 E +US1TXMCL024 31.4809 -97.2573 172.5 TX WACO 7.5 SW +US1TXMCL025 31.6053 -97.3031 145.4 TX WACO 7.5 WNW +US1TXMCL026 31.5174 -97.0665 116.4 TX WACO 7.7 ESE +US1TXMCL028 31.5502 -97.2042 178.9 TX WACO 1.8 SW +US1TXMCL029 31.5440 -97.1886 176.8 TX WACO 1.8 S +US1TXMCL030 31.5638 -97.1990 175.9 TX WACO 1.0 WSW +US1TXMCL033 31.5294 -97.2093 187.1 TX WACO 3.1 SSW +US1TXMCL034 31.5564 -97.1308 126.5 TX WACO 3.2 ESE +US1TXMCL035 31.5383 -97.1395 147.2 TX WACO 3.3 SE +US1TXMCL038 31.6166 -97.1403 121.9 TX WACO 4.1 NE +US1TXMCL040 31.6378 -96.9920 143.3 TX AXTELL 1.9 SW +US1TXMCL042 31.5564 -97.1495 152.7 TX WACO 2.2 ESE +US1TXMCL043 31.5533 -97.1635 168.9 TX WACO 1.6 SE +US1TXMCL045 31.4776 -97.2232 213.1 TX WOODWAY 1.4 SSE +US1TXMCL046 31.3065 -97.2800 236.8 TX BRUCEVILLE-EDDY 1.9 W +US1TXMCL048 31.6677 -97.3618 190.8 TX CHINA SPRING 3.3 WNW +US1TXMCL049 31.3987 -97.0790 127.4 TX LORENA 8.0 E +US1TXMCL050 31.4806 -97.2228 207.9 TX WACO 6.5 SSW +US1TXMCL053 31.4619 -97.2264 214.0 TX LORENA 5.6 N +US1TXMCL054 31.4414 -97.4251 223.1 TX MCGREGOR 2.9 WSW +US1TXMCL055 31.5490 -97.2894 166.4 TX WACO 6.4 WSW +US1TXMCL056 31.6512 -97.4591 212.8 TX VALLEY MILLS 0.9 ESE +US1TXMCL057 31.5201 -97.2049 182.9 TX WACO 4.0 SW +US1TXMCL058 31.4642 -97.2081 206.3 TX HEWITT 0.8 W +US1TXMCL059 31.4710 -97.2109 204.8 TX HEWITT 1.7 NW +US1TXMCL060 31.4454 -97.1676 162.5 TX ROBINSON 2.6 W +US1TXMCL061 31.4671 -97.2061 200.3 TX HEWITT 1.3 NNW +US1TXMCM001 28.6331 -98.4564 118.0 TX CHRISTINE 10.8 SSE +US1TXMCM003 28.4607 -98.5491 78.9 TX TILDEN 0.1 E +US1TXMCM004 28.5358 -98.7958 110.0 TX TILDEN 16.0 NNW +US1TXMCM005 28.6285 -98.5521 98.1 TX CROSS 1.7 NNW +US1TXMDL005 31.9358 -102.1793 869.9 TX MIDLAND 7.8 SW +US1TXMDL006 32.0063 -102.1463 868.4 TX MIDLAND 3.0 WSW +US1TXMDL007 31.9709 -102.1441 869.3 TX MIDLAND 4.6 SW +US1TXMDL008 32.0168 -102.1258 858.0 TX MIDLAND 1.6 WSW +US1TXMDL010 32.0413 -102.1241 857.1 TX MIDLAND 1.7 NW +US1TXMDL013 31.9200 -102.0500 841.2 TX MIDLAND 7.9 SSE +US1TXMDL017 32.0002 -102.0933 852.2 TX MIDLAND 1.9 SSE +US1TXMDL018 31.8521 -102.0761 854.0 TX MIDLAND 12.1 S +US1TXMDL020 31.9778 -102.1437 872.9 TX MIDLAND 4.2 SW +US1TXMDL022 32.0088 -102.0869 846.7 TX MIDLAND 1.5 SSE +US1TXMDL025 31.9022 -102.2731 876.0 TX ODESSA 4.8 ENE +US1TXMDL026 32.0198 -102.1180 854.4 TX MIDLAND 1.1 WSW +US1TXMDL028 32.0188 -102.0892 848.6 TX MIDLAND 0.8 SE +US1TXMDL029 31.9985 -102.1056 860.1 TX MIDLAND 2.0 S +US1TXMDL030 31.9880 -102.1087 866.2 TX MIDLAND 2.7 S +US1TXMDL032 32.0131 -102.1357 863.5 TX MIDLAND 2.3 WSW +US1TXMDL033 32.0253 -102.1357 859.5 TX MIDLAND 2.1 W +US1TXMDL035 31.9302 -101.7794 793.7 TX STANTON 13.8 S +US1TXMDL036 31.9483 -102.0624 848.0 TX MIDLAND 5.8 SSE +US1TXMDL037 31.7525 -101.8044 815.9 TX MIDLAND 25.7 SE +US1TXMDN002 29.4350 -98.8147 313.0 TX CASTROVILLE 7.0 NNE +US1TXMDN003 29.3564 -99.0171 312.1 TX HONDO 8.7 E +US1TXMDN009 29.3482 -98.9909 301.8 TX DUNLAY 0.2 SSW +US1TXMDN010 29.5125 -99.0017 369.4 TX MICO 6.4 WSW +US1TXMDN011 29.3494 -98.8782 229.5 TX CASTROVILLE 0.3 WNW +US1TXMDN016 29.3034 -98.9146 247.5 TX CASTROVILLE 4.0 SW +US1TXMDN018 29.3530 -99.0117 309.4 TX HONDO 8.8 E +US1TXMDN019 29.4639 -99.3624 351.7 TX D'HANIS 10.4 NW +US1TXMDN020 29.2139 -99.2347 253.6 TX YANCEY 7.3 NW +US1TXMDN021 29.3261 -99.3378 314.6 TX D'HANIS 3.5 WSW +US1TXMDN022 29.2600 -99.1300 239.3 TX HONDO 6.9 SSE +US1TXMDN023 29.1400 -98.9053 197.5 TX DEVINE 0.4 S +US1TXMDN024 29.4043 -99.0246 264.0 TX HONDO 8.7 ENE +US1TXMDN025 29.5173 -98.9109 329.2 TX RIO MEDINA 5.5 NNW +US1TXMDN026 29.3337 -99.1386 267.3 TX HONDO 2.0 SE +US1TXMDN027 29.5344 -98.8410 348.1 TX MICO 5.0 E +US1TXMDN028 29.1936 -98.8508 225.2 TX NATALIA 0.4 NE +US1TXMDN031 29.2376 -98.8686 228.0 TX DEVINE 6.7 NNE +US1TXMDN033 29.3079 -99.1629 260.3 TX HONDO 3.4 S +US1TXMDN034 29.1467 -99.1715 209.7 TX YANCEY 1.7 WNW +US1TXMDN035 29.3909 -99.1749 290.5 TX HONDO 2.6 NNW +US1TXMDN036 29.3355 -98.9775 300.2 TX HONDO 11.0 E +US1TXMDN039 29.2375 -98.9222 242.6 TX DEVINE 6.4 N +US1TXMDN041 29.3601 -99.2611 285.3 TX D'HANIS 2.4 NNE +US1TXMDN044 29.1191 -98.8175 189.3 TX NATALIA 5.4 SSE +US1TXMDN045 29.4327 -98.9413 296.6 TX HONDO 14.1 ENE +US1TXMDN047 29.3682 -99.2213 305.7 TX HONDO 3.9 WNW +US1TXMDN048 29.5351 -98.8347 351.1 TX MICO 5.3 E +US1TXMDN051 29.2457 -98.8106 227.7 TX LYTLE 1.1 NW +US1TXMDN052 29.6314 -98.8526 463.0 TX HELOTES 10.5 WNW +US1TXMDN054 29.3357 -99.2804 271.0 TX D'HANIS 0.4 NNE +US1TXMDN055 29.1319 -98.8176 203.9 TX NATALIA 4.7 SSE +US1TXMDN058 29.4353 -99.2492 310.6 TX HONDO 7.7 NW +US1TXMDN064 29.4309 -98.8059 307.2 TX CASTROVILLE 7.0 NE +US1TXMDN066 29.5250 -99.1433 335.3 TX HONDO 11.7 N +US1TXMDN067 29.3310 -98.8824 292.0 TX CASTROVILLE 1.3 SSW +US1TXMDN068 29.2384 -98.8333 227.7 TX LYTLE 2.2 W +US1TXMDN069 29.5438 -98.8319 386.5 TX LAKEHILLS 7.9 ESE +US1TXMDS002 30.9023 -95.9182 77.1 TX MADISONVILLE 3.5 S +US1TXMLM001 30.7409 -97.2138 149.7 TX THORNDALE 8.8 N +US1TXMLM002 30.6081 -97.0317 146.9 TX ROCKDALE 3.6 SSW +US1TXMLM003 30.6608 -97.0032 145.1 TX ROCKDALE 0.5 NE +US1TXMLM009 30.7089 -96.9745 143.3 TX ROCKDALE 4.2 NNE +US1TXMLM010 30.6051 -97.1273 146.9 TX THORNDALE 4.7 E +US1TXMLM011 30.6986 -97.1847 128.6 TX THORNDALE 6.0 NNE +US1TXMLM012 30.9214 -97.0397 116.1 TX CAMERON 5.7 NW +US1TXMLM014 30.8190 -96.7856 108.8 TX GAUSE 4.5 WNW +US1TXMLM015 30.7801 -96.8720 132.3 TX CAMERON 8.2 SE +US1TXMLM016 30.6574 -96.8167 157.3 TX MILANO 4.3 SE +US1TXMLM017 30.7900 -96.7631 152.7 TX GAUSE 2.5 W +US1TXMLM018 30.8182 -96.7485 101.5 TX GAUSE 2.8 NNW +US1TXMLM020 30.8722 -96.9959 130.8 TX CAMERON 1.5 NW +US1TXMLM021 30.7640 -96.6702 119.5 TX GAUSE 3.4 ESE +US1TXMLM022 30.6398 -96.8213 143.6 TX MILANO 5.2 SSE +US1TXMLM023 30.9027 -96.8114 108.5 TX CAMERON 10.3 ENE +US1TXMLM024 30.7218 -96.7734 136.9 TX MILANO 5.2 ENE +US1TXMLM025 30.6327 -96.9070 153.3 TX ROCKDALE 6.2 ESE +US1TXMLM026 30.7168 -96.9825 148.7 TX ROCKDALE 4.5 NNE +US1TXMLM028 30.6647 -97.2383 152.7 TX THORNDALE 4.0 NNW +US1TXMLM029 30.7689 -97.2019 156.1 TX THORNDALE 10.7 N +US1TXMLM030 30.8888 -96.8090 108.5 TX CAMERON 10.2 ENE +US1TXMLS001 31.4745 -98.6538 416.7 TX GOLDTHWAITE 5.1 WNW +US1TXMLS002 31.5280 -98.7243 418.2 TX MULLIN 3.9 WSW +US1TXMLS003 31.6709 -98.7398 465.4 TX ZEPHYR 2.2 ESE +US1TXMLS004 31.4985 -98.4664 457.5 TX GOLDTHWAITE 6.9 ENE +US1TXMND001 30.8926 -99.6512 551.1 TX MENARD 8.1 ESE +US1TXMND002 30.9309 -100.1112 670.0 TX FORT MCKAVETT 7.2 N +US1TXMNG003 30.2755 -95.7612 90.2 TX MONTGOMERY 8.7 SW +US1TXMNG004 30.4496 -95.6901 79.9 TX MONTGOMERY 4.0 N +US1TXMNG006 30.4498 -95.4664 109.1 TX WILLIS 1.9 NNE +US1TXMNG008 30.1667 -95.5103 50.6 TX THE WOODLANDS 1.4 WNW +US1TXMNG014 30.4130 -95.6600 79.2 TX MONTGOMERY 2.6 NE +US1TXMNG015 30.3723 -95.6288 62.2 TX MONTGOMERY 4.2 ESE +US1TXMNG016 30.3883 -95.4880 86.0 TX CONROE 4.6 NNW +US1TXMNG018 30.3867 -95.6135 62.5 TX MONTGOMERY 4.9 E +US1TXMNG020 30.3774 -95.6335 61.9 TX MONTGOMERY 3.8 ESE +US1TXMNG021 30.3976 -95.6954 76.2 TX MONTGOMERY 0.4 N +US1TXMNG023 30.2185 -95.5084 48.8 TX THE WOODLANDS 4.4 NNW +US1TXMNG025 30.1970 -95.5851 62.8 TX THE WOODLANDS 6.3 WNW +US1TXMNG026 30.1985 -95.4959 44.8 TX THE WOODLANDS 2.8 N +US1TXMNG029 30.1232 -95.3890 33.5 TX SPRING 4.2 N +US1TXMNG030 30.1417 -95.4658 42.7 TX THE WOODLANDS 1.8 SE +US1TXMNG031 30.3227 -95.4596 60.4 TX CONROE 0.7 E +US1TXMNG032 30.3444 -95.5084 72.8 TX CONROE 2.6 WNW +US1TXMNG033 30.3212 -95.4898 68.6 TX CONROE 1.1 W +US1TXMNG035 30.1530 -95.6572 63.1 TX PINEHURST 3.8 SE +US1TXMNG036 30.2135 -95.5621 60.0 TX THE WOODLANDS 5.8 NW +US1TXMNG038 30.3887 -95.6149 62.8 TX MONTGOMERY 4.8 E +US1TXMNG041 30.1142 -95.6965 57.9 TX MAGNOLIA 7.4 SSE +US1TXMNG045 30.2767 -95.5533 50.6 TX MONTGOMERY 11.6 SE +US1TXMNG049 30.2339 -95.5748 64.6 TX MAGNOLIA 10.6 ENE +US1TXMNG051 30.1703 -95.7552 69.2 TX MAGNOLIA 2.8 S +US1TXMNG054 30.2731 -95.5437 48.5 TX MONTGOMERY 12.2 SE +US1TXMNG055 30.2724 -95.7408 89.9 TX MONTGOMERY 8.6 SSW +US1TXMNG058 30.1474 -95.4528 43.6 TX THE WOODLANDS 2.3 ESE +US1TXMNG061 30.2947 -95.4842 45.4 TX CONROE 2.1 SSW +US1TXMNG063 30.1911 -95.1316 33.5 TX ROMAN FOREST 1.9 ENE +US1TXMNG064 30.0991 -95.4083 64.0 TX PINEHURST 0.4 SSE +US1TXMNG067 30.2160 -95.5254 51.2 TX THE WOODLANDS 4.6 NNW +US1TXMNG069 30.2093 -95.5599 58.5 TX THE WOODLANDS 5.5 NW +US1TXMNG070 30.2063 -95.5149 57.3 TX THE WOODLANDS 3.7 NNW +US1TXMNG071 30.1634 -95.5479 43.0 TX THE WOODLANDS 3.5 W +US1TXMNG075 30.1195 -95.3920 33.5 TX SPRING 4.0 N +US1TXMNT004 33.5556 -97.8518 338.0 TX BOWIE 0.5 WSW +US1TXMNT006 33.5324 -97.7466 324.3 TX BOWIE 5.9 ESE +US1TXMRN002 32.7169 -94.0887 52.4 TX JEFFERSON 15.4 ESE +US1TXMRN005 32.8023 -94.5502 84.4 TX AVINGER 6.6 S +US1TXMRR002 33.3230 -94.8059 90.8 TX OMAHA 10.6 NNW +US1TXMRR003 33.2837 -94.7382 98.5 TX NAPLES 6.5 NNW +US1TXMRR004 32.9577 -94.7122 96.6 TX LONE STAR 1.4 N +US1TXMRR005 33.0303 -94.7283 130.8 TX DAINGERFIELD 0.2 W +US1TXMSN001 30.7394 -99.2246 474.0 TX MASON 0.8 SSE +US1TXMSN002 30.7396 -99.2311 497.4 TX MASON 0.7 S +US1TXMSN003 30.7620 -99.1850 469.1 TX MASON 2.9 ENE +US1TXMSN004 30.5190 -98.9698 501.1 TX FREDERICKSBURG 18.1 NNW +US1TXMSN006 30.6145 -98.9868 442.3 TX MASON 17.3 ESE +US1TXMSN008 30.7496 -99.2380 479.1 TX MASON 0.4 W +US1TXMSN009 30.7639 -99.3711 514.2 TX MASON 8.3 W +US1TXMSN010 30.7419 -99.2269 471.8 TX MASON 0.6 SSE +US1TXMSN012 30.6851 -99.0400 385.6 TX MASON 12.2 ESE +US1TXMTC001 32.4340 -100.9923 680.0 TX COLORADO CITY 8.2 WNW +US1TXMTG001 28.9997 -95.9532 20.1 TX BAY CITY 1.6 NNE +US1TXMTG002 28.9907 -95.9533 14.3 TX BAY CITY 1.0 NE +US1TXMTG004 28.8681 -96.1662 5.8 TX PALACIOS 11.5 NNE +US1TXMVR002 28.9125 -100.5753 237.7 TX EAGLE PASS 14.9 NNW +US1TXMVR006 28.2439 -100.2044 220.1 TX EL INDIO 19.7 SSE +US1TXMVR008 28.6117 -100.4253 217.9 TX EAGLE PASS 7.9 SSE +US1TXMVR013 28.7136 -100.5017 229.2 TX EAGLE PASS 0.7 WNW +US1TXMVR014 28.8130 -100.5317 253.3 TX EAGLE PASS 7.5 NNW +US1TXNC0003 31.6151 -94.6866 126.2 TX NACOGDOCHES WEST +US1TXNC0004 31.3781 -94.4492 69.2 TX ETOILE 0.9 SW +US1TXNC0005 31.6985 -94.5236 110.6 TX NACOGDOCHES 9.5 NE +US1TXNC0007 31.5678 -94.6817 100.9 TX NACOGDOCHES ARBOR OAK +US1TXNL0001 32.4688 -100.3995 649.5 TX SWEETWATER 0.3 E +US1TXNL0010 32.4678 -100.5947 724.5 TX ROSCOE 3.5 WNW +US1TXNU0004 27.7520 -97.4129 14.0 TX CORPUS CHRISTI 8.0 WNW +US1TXNU0007 27.5905 -97.2247 2.1 TX CORPUS CHRISTI 9.0 SSE +US1TXNU0009 27.6865 -97.3951 11.0 TX CORPUS CHRISTI 6.4 WSW +US1TXNU0010 27.6613 -97.3031 5.2 TX FLOUR BLUFF 1.6 SW +US1TXNU0011 27.8348 -97.0610 1.5 TX PORT ARANSAS 1.3 ENE +US1TXNU0012 27.9081 -97.8894 36.0 TX ORANGE GROVE 4.5 SE +US1TXNU0013 27.5861 -97.7908 18.9 TX BISHOP 0.4 ENE +US1TXNU0015 27.8029 -97.3932 -999.9 TX CORPUS CHRISTI 9.1 NW +US1TXNU0017 27.6731 -97.7599 20.1 TX DRISCOLL 0.6 W +US1TXNU0018 27.6718 -97.3849 9.1 TX CORPUS CHRISTI 6.1 WSW +US1TXNU0019 27.8501 -97.5989 25.0 TX CALALLEN 3.5 SSE +US1TXNU0020 27.7061 -97.3518 7.0 TX CORPUS CHRISTI 3.6 W +US1TXNU0021 27.7547 -97.4038 9.8 TX CORPUS CHRISTI 3.2 SSW +US1TXNU0022 27.5914 -97.7847 18.0 TX BISHOP 0.9 ENE +US1TXNU0024 27.7395 -97.3903 14.0 TX CORPUS CHRISTI 4.3 S +US1TXNU0025 27.6796 -97.3569 7.0 TX CORPUS CHRISTI 4.3 WSW +US1TXNU0029 27.6643 -97.3676 7.0 TX CORPUS CHRISTI 5.4 WSW +US1TXNU0030 27.6137 -97.2324 1.8 TX CORPUS CHRISTI 7.3 SSE +US1TXNU0031 27.6642 -97.3407 3.4 TX CORPUS CHRISTI 4.1 SW +US1TXNU0033 27.8027 -97.7984 27.1 TX BANQUETE 0.4 SSW +US1TXNU0038 27.8084 -97.4706 13.1 TX CORPUS CHRISTI 4.8 W +US1TXNU0040 27.6574 -97.3845 4.9 TX CORPUS CHRISTI 6.5 WSW +US1TXNU0042 27.6130 -97.2312 0.9 TX CORPUS CHRISTI 7.4 SSE +US1TXNU0043 27.6690 -97.3760 5.5 TX CORPUS CHRISTI 5.7 WSW +US1TXNU0045 27.6843 -97.3997 7.3 TX CORPUS CHRISTI 6.7 WSW +US1TXNU0046 27.9282 -97.8344 36.6 TX SANDIA 6.5 SSE +US1TXNU0049 27.8362 -97.0592 1.5 TX PORT ARANSAS 1.5 ENE +US1TXNU0051 27.7572 -97.3797 8.5 TX CORPUS CHRISTI 6.4 NW +US1TXNU0052 27.7337 -97.3799 7.6 TX CORPUS CHRISTI 4.8 SSE +US1TXNU0053 27.6860 -97.3436 4.3 TX CORPUS CHRISTI 3.4 WSW +US1TXNU0056 27.6485 -97.2835 1.5 TX CORPUS CHRISTI 4.0 S +US1TXNU0057 27.6844 -97.4086 7.6 TX CORPUS CHRISTI 7.2 WSW +US1TXNU0061 27.6258 -97.2261 2.7 TX CORPUS CHRISTI 6.9 SE +US1TXNU0066 27.7738 -97.3990 10.7 TX CORPUS CHRISTI 8.0 NW +US1TXNU0068 27.8454 -97.5743 21.3 TX ROBSTOWN 6.2 ENE +US1TXNU0072 27.7319 -97.3967 10.1 TX CORPUS CHRISTI 6.6 WNW +US1TXNU0073 27.6539 -97.2896 3.4 TX CORPUS CHRISTI 3.6 S +US1TXNU0074 27.7126 -97.4273 7.9 TX CORPUS CHRISTI 8.2 W +US1TXNU0075 27.5948 -97.2397 0.6 TX CORPUS CHRISTI 8.3 SSE +US1TXNU0080 27.8517 -97.6608 27.7 TX ROBSTOWN 3.6 N +US1TXNU0086 27.8846 -97.8452 32.0 TX ROBSTOWN 12.7 WNW +US1TXNV0001 32.0838 -96.8293 155.4 TX FROST 1.3 WNW +US1TXNV0003 32.1629 -96.2684 122.8 TX KERENS 3.4 NW +US1TXNV0004 32.1060 -96.3405 114.3 TX POWELL 1.0 SW +US1TXNV0005 32.0670 -96.7450 163.1 TX BLOOMING GROVE 2.4 SW +US1TXNV0006 32.0592 -96.5329 143.3 TX CORSICANA 4.3 WSW +US1TXNW0002 31.1510 -93.5993 55.8 TX BURKEVILLE 11.2 NNE +US1TXOR0001 30.0428 -93.8675 7.9 TX BRIDGE CITY 1.3 NW +US1TXOR0003 30.1278 -93.9861 6.1 TX VIDOR 0.9 E +US1TXOR0004 30.0822 -93.7345 0.9 TX ORANGE 2.1 SE +US1TXOR0006 30.2327 -93.9818 8.8 TX VIDOR 7.2 N +US1TXPC0002 30.8270 -102.0555 793.4 TX IRAAN 11.0 WSW +US1TXPC0003 30.7611 -102.4781 1037.5 TX FORT STOCKTON 25.8 ESE +US1TXPC0004 30.7052 -102.5300 965.9 TX FORT STOCKTON 24.7 ESE +US1TXPC0005 31.0582 -102.8883 819.9 TX FORT STOCKTON 11.5 N +US1TXPC0011 30.9835 -102.1853 712.0 TX MCCAMEY 10.5 S +US1TXPC0012 30.8257 -101.9995 763.5 TX IRAAN 8.4 SW +US1TXPC0020 30.8834 -102.8911 918.1 TX FORT STOCKTON 0.6 SSW +US1TXPL0002 30.6497 -94.9078 98.1 TX LIVINGSTON 4.5 SSE +US1TXPL0003 30.8009 -95.1039 51.8 TX ONALASKA 0.6 SSE +US1TXPL0004 30.7093 -94.9337 49.1 TX LIVINGSTON 0.1 E +US1TXPL0009 30.6799 -94.7456 95.1 TX LIVINGSTON 11.5 E +US1TXPL0010 30.7853 -95.0927 46.6 TX ONALASKA 1.8 SSE +US1TXPL0013 30.6644 -94.8982 94.8 TX LIVINGSTON 3.8 SE +US1TXPL0016 30.7097 -94.9271 52.4 TX LIVINGSTON 0.5 E +US1TXPL0018 30.6984 -95.0765 48.2 TX LIVINGSTON 8.4 W +US1TXPL0019 30.8055 -95.1152 49.4 TX ONALASKA 0.6 WSW +US1TXPL0020 30.5022 -94.8252 35.1 TX ACE 2.4 S +US1TXPL0022 30.7131 -94.9478 44.5 TX LIVINGSTON 0.7 WNW +US1TXPL0024 30.6733 -94.9483 57.0 TX LIVINGSTON 2.6 SSW +US1TXPL0025 30.6904 -94.7108 79.2 TX LIVINGSTON 13.4 E +US1TXPL0027 30.8064 -95.1165 54.9 TX ONALASKA 0.6 WSW +US1TXPL0028 30.7286 -95.1025 50.3 TX LIVINGSTON 10.0 W +US1TXPL0029 30.8267 -95.0796 59.1 TX LIVINGSTON 11.3 NW +US1TXPL0032 30.8977 -94.9428 83.5 TX MOSCOW 7.0 W +US1TXPL0035 30.8603 -95.0783 43.6 TX LIVINGSTON 13.4 NW +US1TXPL0037 30.6767 -95.0231 46.9 TX LIVINGSTON 5.7 WSW +US1TXPN0001 32.1681 -94.4555 101.8 TX CARTHAGE 7.0 W +US1TXPN0003 32.0231 -94.4326 81.7 TX GARY CITY 3.8 W +US1TXPN0004 32.3806 -94.0923 114.6 TX WASKOM 6.9 SSW +US1TXPP0002 32.9883 -98.1215 323.7 TX GRAFORD 8.1 ENE +US1TXPR0005 32.6055 -97.9454 244.8 TX DENNIS 1.4 SW +US1TXPR0007 32.8586 -97.5906 271.6 TX AZLE 4.3 SW +US1TXPR0008 32.6836 -97.6529 270.7 TX ANNETTA 0.9 SSE +US1TXPR0010 32.6903 -97.6381 248.1 TX ALEDO 2.0 W +US1TXPR0011 32.6640 -97.6370 272.2 TX ALEDO 2.9 SW +US1TXPR0017 32.6916 -97.6745 322.8 TX ALEDO 4.1 W +US1TXPR0018 32.6715 -97.6156 259.4 TX ALEDO 1.8 SSW +US1TXPR0019 32.8273 -97.8204 343.2 TX WEATHERFORD 5.7 NNW +US1TXPR0021 32.7197 -97.8285 313.9 TX WEATHERFORD 4.2 SW +US1TXPR0023 32.7489 -97.6290 296.9 TX WILLOW PARK 1.4 ESE +US1TXPR0025 32.8837 -97.5971 294.1 TX SANCTUARY 1.9 SSW +US1TXPS0001 30.3231 -104.0162 1439.9 TX MARFA 1.0 NNE +US1TXPS0002 29.8106 -104.3099 1177.7 TX SHAFTER 0.8 SSW +US1TXPT0004 35.1923 -101.7258 1093.6 TX AMARILLO 5.3 E +US1TXPT0008 35.2540 -101.8376 1077.5 TX AMARILLO 3.7 NNW +US1TXPT0010 35.1961 -101.9062 1130.5 TX AMARILLO 5.0 W +US1TXPT0013 35.2116 -101.8691 1120.1 TX AMARILLO 2.9 WNW +US1TXPT0015 35.2605 -101.9799 1110.1 TX AMARILLO 9.9 WNW +US1TXPT0017 35.1845 -101.9207 1132.9 TX AMARILLO 5.9 WSW +US1TXPT0018 35.3005 -101.8717 1062.5 TX AMARILLO 7.4 NNW +US1TXRD0001 35.1446 -101.9037 1136.9 TX AMARILLO 6.2 SW +US1TXRD0002 34.9968 -101.9307 1093.0 TX CANYON 1.2 NNW +US1TXRD0003 35.1442 -101.8573 1118.9 TX AMARILLO 4.6 SSW +US1TXRD0005 35.1787 -101.9293 1138.1 TX AMARILLO 6.5 WSW +US1TXRD0006 34.9786 -101.9238 1079.0 TX CANYON 0.2 SSW +US1TXRD0009 34.9786 -101.9090 1076.2 TX CANYON 0.7 ESE +US1TXRD0010 35.1407 -101.9416 1140.0 TX AMARILLO 8.1 WSW +US1TXRD0013 34.9856 -101.9287 1083.9 TX CANYON 0.5 NW +US1TXRD0014 35.1601 -101.7591 1098.2 TX AMARILLO 4.5 SE +US1TXRD0015 35.1701 -101.8741 1117.7 TX AMARILLO 3.8 SW +US1TXRD0016 35.1215 -101.9285 1126.5 TX AMARILLO 8.8 SW +US1TXRD0019 35.1304 -101.8738 1114.3 TX AMARILLO 5.9 SSW +US1TXRD0020 35.1345 -101.9080 1127.5 TX AMARILLO 6.9 SW +US1TXRD0022 34.9867 -101.9550 1096.4 TX CANYON 1.9 WNW +US1TXRD0024 35.1589 -102.0537 1161.6 TX AMARILLO 13.6 WSW +US1TXRD0025 35.1748 -101.8962 1125.6 TX AMARILLO 4.8 WSW +US1TXRD0026 34.9924 -101.9300 1067.7 TX CANYON 0.9 NNW +US1TXRD0027 34.9683 -101.9168 1078.4 TX CANYON 0.9 SSE +US1TXRD0029 35.1271 -101.9067 1124.4 TX AMARILLO 7.2 SW +US1TXRD0031 34.9803 -101.9550 1092.4 TX CANYON 1.9 W +US1TXRD0032 35.0700 -101.8153 1093.6 TX AMARILLO 9.2 S +US1TXRD0035 35.1339 -101.7997 1104.6 TX AMARILLO 4.9 SSE +US1TXRD0036 34.9799 -101.8631 1108.9 TX CANYON 3.3 E +US1TXRD0039 35.1681 -101.8818 1120.4 TX AMARILLO 4.3 SW +US1TXRF0003 28.1864 -97.3146 11.0 TX WOODSBORO 3.6 S +US1TXRF0005 28.3888 -96.8409 7.3 TX AUSTWELL 0.2 ESE +US1TXRF0008 28.3212 -97.2797 18.3 TX REFUGIO 1.0 NNW +US1TXRK0001 32.9270 -96.4701 146.0 TX ROCKWALL 0.8 WNW +US1TXRK0002 32.9558 -96.4780 137.5 TX ROCKWALL 2.6 NNW +US1TXRK0006 32.8832 -96.4843 137.2 TX ROCKWALL 3.1 SSW +US1TXRK0007 32.9357 -96.5166 143.0 TX ROWLETT 2.7 NE +US1TXRK0009 32.9638 -96.4784 142.3 TX ROCKWALL 3.1 NNW +US1TXRK0010 32.9427 -96.4469 156.7 TX ROCKWALL 1.6 NNE +US1TXRK0011 32.9448 -96.4795 156.4 TX ROCKWALL 2.0 NW +US1TXRK0012 32.9381 -96.4738 776.0 TX ROCKWALL 1.5 NW +US1TXRL0001 29.6279 -99.8576 509.9 TX CAMP WOOD 9.6 ESE +US1TXRL0002 29.6264 -99.8497 524.9 TX CAMP WOOD 10.1 ESE +US1TXRL0003 29.7645 -99.9076 701.0 TX LEAKEY 9.1 WNW +US1TXRL0004 29.7353 -99.7623 499.0 TX LEAKEY 0.8 N +US1TXRL0005 29.7479 -99.9308 562.4 TX CAMP WOOD 7.3 NE +US1TXRL0006 29.7346 -99.7627 496.8 TX LEAKEY 0.7 N +US1TXRL0007 29.6860 -99.7280 508.1 TX LEAKEY 3.4 SE +US1TXRL0008 29.7347 -99.7411 497.7 TX LEAKEY 1.5 ENE +US1TXRL0009 29.7358 -99.9287 630.0 TX CAMP WOOD 6.8 NE +US1TXRL0010 29.9561 -99.8116 669.3 TX LEAKEY 16.3 N +US1TXRL0011 29.6549 -99.7188 474.3 TX LEAKEY 5.5 SSE +US1TXRL0014 29.6444 -99.7385 454.5 TX RIO FRIO 0.6 NNW +US1TXRL0016 29.8821 -99.9081 648.9 TX LEAKEY 14.0 NW +US1TXRL0017 29.7364 -99.9363 612.6 TX CAMP WOOD 6.5 NE +US1TXRL0018 29.8667 -99.7733 557.2 TX LEAKEY 9.9 N +US1TXRL0020 29.7734 -99.6804 552.3 TX LEAKEY 6.0 NE +US1TXRL0021 29.7358 -99.6141 544.4 TX LEAKEY 8.9 E +US1TXRN0001 32.8931 -95.6750 141.1 TX EMORY 5.6 ENE +US1TXRN0002 32.9133 -95.8100 143.3 TX POINT 3.7 ESE +US1TXRR0001 33.8767 -95.2495 125.0 TX DETROIT 14.9 N +US1TXRS0001 32.2171 -94.8743 157.9 TX HENDERSON 6.1 NW +US1TXRS0003 32.1832 -94.7966 138.4 TX HENDERSON 1.8 N +US1TXRS0004 32.1818 -94.9107 120.7 TX HENDERSON 6.9 WNW +US1TXRS0007 32.1632 -94.7949 149.0 TX HENDERSON 0.4 NNE +US1TXRS0008 32.0718 -94.8628 138.1 TX HENDERSON 7.0 SSW +US1TXRS0010 32.0430 -94.6537 123.1 TX MOUNT ENTERPRISE 9.3 N +US1TXRS0011 32.3637 -94.8739 114.6 TX KILGORE 1.7 SSW +US1TXRS0012 32.2919 -94.6530 129.2 TX HENDERSON 12.6 NE +US1TXRV0002 30.9597 -103.7633 994.9 TX BALMORHEA 2.1 SW +US1TXSA0001 31.1342 -94.1062 62.8 TX BROADDUS 15.3 SE +US1TXSB0001 31.3206 -93.7072 70.7 TX HEMPHILL 8.6 E +US1TXSC0001 30.8607 -100.6005 743.7 TX ELDORADO 0.2 WSW +US1TXSC0003 30.7366 -100.1703 693.4 TX SONORA 30.3 ENE +US1TXSC0007 31.0152 -100.2609 704.7 TX ELDORADO 22.6 ENE +US1TXSE0001 31.8462 -100.9781 708.1 TX STERLING CITY 0.7 NE +US1TXSF0001 32.7480 -99.2957 452.0 TX ALBANY 1.5 N +US1TXSF0006 32.7932 -99.3900 545.0 TX ALBANY 7.2 NW +US1TXSF0007 32.7842 -99.4884 541.0 TX ALBANY 11.9 WNW +US1TXSF0008 32.8046 -99.4679 545.0 TX ALBANY 11.4 WNW +US1TXSF0009 32.8197 -99.3170 458.1 TX ALBANY 6.5 N +US1TXSF0010 32.7830 -99.3712 522.1 TX ALBANY 5.9 NW +US1TXSF0011 32.6598 -99.2103 392.9 TX ALBANY 6.8 SE +US1TXSF0013 32.6518 -99.1588 400.2 TX MORAN 7.3 N +US1TXSH0004 32.8936 -98.7291 368.8 TX BRECKENRIDGE 14.2 NE +US1TXSJ0003 30.5309 -95.1476 97.8 TX COLDSPRING 4.3 SSW +US1TXSJ0010 30.8304 -95.2116 43.6 TX POINT BLANK 5.8 N +US1TXSJ0011 30.7407 -95.2072 39.9 TX POINT BLANK 0.7 ESE +US1TXSJ0012 30.6945 -95.2913 122.5 TX OAKHURST 3.6 SSE +US1TXSL0001 31.7995 -94.1850 121.9 TX CENTER 0.6 NW +US1TXSM0004 32.2720 -95.3232 143.9 TX TYLER 4.1 SSW +US1TXSM0005 32.2750 -95.2942 171.9 TX TYLER 3.7 S +US1TXSM0007 32.5131 -95.4124 175.9 TX LINDALE 0.6 NW +US1TXSM0008 32.5070 -95.4460 129.8 TX LINDALE 2.3 W +US1TXSM0011 32.3638 -95.1718 129.2 TX TYLER 8.1 ENE +US1TXSM0013 32.2910 -95.4230 138.1 TX FLINT 7.4 NW +US1TXSM0014 32.2227 -95.2388 156.7 TX WHITEHOUSE 1.1 WSW +US1TXSM0016 32.2143 -95.2340 133.8 TX WHITEHOUSE 1.2 SW +US1TXSM0018 32.3148 -95.3675 133.8 TX TYLER 3.8 WSW +US1TXSM0019 32.4988 -95.0833 162.8 TX WINONA 5.1 E +US1TXSM0021 32.5046 -95.3695 318.5 TX LINDALE 2.1 E +US1TXSM0022 32.3059 -95.0983 151.2 TX ARP 5.9 NNW +US1TXSM0023 32.3442 -95.2810 170.4 TX TYLER 1.7 NE +US1TXSM0024 32.2706 -95.1666 129.5 TX TYLER 8.9 ESE +US1TXSM0025 32.3008 -95.3101 157.9 TX TYLER 1.9 SSW +US1TXSM0026 32.2804 -95.2920 193.2 TX TYLER 3.4 SSE +US1TXSM0028 32.2093 -95.3207 130.5 TX FLINT 1.7 ENE +US1TXSM0029 32.5330 -95.3879 170.7 TX LINDALE 2.2 NNE +US1TXSM0030 32.2670 -95.2924 152.1 TX TYLER 4.3 S +US1TXSO0003 32.1662 -97.7812 292.6 TX GLEN ROSE 5.1 SSW +US1TXSO0004 32.1303 -97.8547 351.7 TX WALNUT SPRINGS 7.9 NW +US1TXSO0005 32.2676 -97.7423 232.6 TX GLEN ROSE 2.3 NNE +US1TXSP0003 27.9450 -97.5921 27.1 TX ODEM 0.3 W +US1TXSP0006 28.0298 -97.6725 34.1 TX ODEM 7.8 NW +US1TXSP0008 28.1191 -97.8568 32.3 TX MATHIS 2.6 NW +US1TXSP0009 27.8931 -97.3383 11.0 TX PORTLAND 1.2 NW +US1TXSP0010 27.9249 -97.5348 22.6 TX ODEM 3.5 ESE +US1TXSP0012 27.9126 -97.1724 8.2 TX ARANSAS PASS 1.8 W +US1TXSP0013 27.8500 -97.2167 11.9 TX INGLESIDE 1.7 SW +US1TXSP0015 27.9882 -97.7935 17.1 TX MATHIS 7.5 SSE +US1TXSP0017 27.9023 -97.2988 8.8 TX PORTLAND 2.4 NE +US1TXSP0018 27.8929 -97.3402 11.3 TX PORTLAND 1.3 NW +US1TXSP0019 27.8935 -97.1958 3.0 TX INGLESIDE 1.6 N +US1TXSP0022 27.8691 -97.2091 5.2 TX INGLESIDE 0.6 W +US1TXSP0023 27.8374 -97.2161 6.4 TX INGLESIDE ON THE BAY 0.7 NE +US1TXSR0001 36.3336 -102.0668 1125.0 TX STRATFORD 0.5 ESE +US1TXSS0001 31.2425 -98.6146 350.8 TX SAN SABA 7.3 ENE +US1TXSS0002 31.1960 -98.7187 367.0 TX SAN SABA 0.4 E +US1TXSS0003 31.1972 -98.6997 366.1 TX SAN SABA 1.5 E +US1TXSS0006 31.1976 -98.7315 373.7 TX SAN SABA 0.4 WNW +US1TXSS0009 30.9703 -99.0689 482.5 TX FREDONIA 3.7 NE +US1TXST0001 26.3726 -98.8715 52.7 TX RIO GRANDE CITY 2.8 W +US1TXST0002 26.5386 -98.6030 141.4 TX RIO GRANDE CITY 17.7 NE +US1TXST0003 26.5747 -98.8708 79.6 TX RIO GRANDE CITY 13.8 NNW +US1TXST0005 26.4004 -98.9937 58.8 TX ROMA 0.6 ESE +US1TXSU0001 30.5698 -100.6459 652.0 TX SONORA 0.2 SW +US1TXSU0003 30.6939 -100.4682 718.1 TX SONORA 13.4 NE +US1TXSU0004 30.6979 -100.4682 723.0 TX SONORA 13.6 NE +US1TXSU0005 30.5920 -100.6906 705.6 TX SONORA 3.1 WNW +US1TXSU0006 30.3072 -100.9109 660.2 TX SONORA 24.2 SW +US1TXSU0010 30.5698 -100.6310 660.8 TX SONORA 0.8 ESE +US1TXSW0001 33.0705 -100.3154 548.0 TX ASPERMONT 7.1 SW +US1TXSW0003 32.9844 -100.0532 525.2 TX HAMLIN 8.0 NE +US1TXSY0001 32.6608 -100.8078 730.0 TX HERMLEIGH 3.3 NW +US1TXSY0002 32.7151 -100.9185 706.2 TX SNYDER 0.2 WNW +US1TXSY0009 32.7399 -101.0939 754.4 TX SNYDER 10.6 W +US1TXTE0002 33.3377 -102.2083 1016.8 TX MEADOW 0.1 WSW +US1TXTG0005 31.2467 -100.6723 636.1 TX KNICKERBOCKER 3.2 SW +US1TXTG0008 31.3580 -100.1909 567.5 TX VANCOURT 1.2 NW +US1TXTG0009 31.4255 -100.2784 553.5 TX SAN ANGELO 10.4 E +US1TXTG0011 31.4476 -100.5166 596.2 TX SAN ANGELO 3.8 W +US1TXTG0013 31.4221 -100.5003 579.7 TX SAN ANGELO 3.3 WSW +US1TXTG0014 31.4845 -100.3897 563.9 TX SAN ANGELO 4.6 NE +US1TXTG0015 31.4632 -100.5155 606.2 TX SAN ANGELO 3.9 WNW +US1TXTG0016 31.4318 -100.4853 573.3 TX SAN ANGELO 2.2 WSW +US1TXTG0017 31.3887 -100.4405 574.2 TX SAN ANGELO 4.0 S +US1TXTG0019 31.4468 -100.4615 576.7 TX SAN ANGELO 0.5 W +US1TXTG0022 31.6205 -100.6798 615.4 TX CARLSBAD 2.4 WNW +US1TXTG0028 31.3712 -100.4887 576.1 TX SAN ANGELO 5.6 SSW +US1TXTG0031 31.4097 -100.5028 598.3 TX SAN ANGELO 3.9 SW +US1TXTG0034 31.3722 -100.4884 575.5 TX SAN ANGELO 5.5 SSW +US1TXTG0038 31.5087 -100.1588 532.2 TX MILES 6.5 SSE +US1TXTG0041 31.3700 -100.4900 576.7 TX SAN ANGELO 5.7 SSW +US1TXTG0044 31.4600 -100.4565 567.8 TX SAN ANGELO 1.0 NNW +US1TXTG0047 31.4228 -100.5053 585.8 TX SAN ANGELO 3.5 WSW +US1TXTG0051 31.4843 -100.4544 578.8 TX SAN ANGELO 2.6 N +US1TXTG0053 31.4254 -100.4874 579.1 TX SAN ANGELO 2.5 SW +US1TXTG0061 31.4762 -100.4769 577.6 TX SAN ANGELO 2.5 NW +US1TXTG0063 31.4180 -100.5118 591.6 TX SAN ANGELO 4.0 WSW +US1TXTG0064 31.4189 -100.4928 584.9 TX SAN ANGELO 3.0 SW +US1TXTG0068 31.4297 -100.5201 603.8 TX SAN ANGELO 4.1 WSW +US1TXTG0069 31.4340 -100.5120 588.9 TX SAN ANGELO 3.6 WSW +US1TXTI0001 33.2979 -95.0363 103.6 TX MOUNT PLEASANT 9.8 NNW +US1TXTI0003 33.1472 -94.9584 110.0 TX MOUNT PLEASANT 1.6 SE +US1TXTL0001 30.0688 -101.8204 596.2 TX DRYDEN 17.7 NE +US1TXTL0002 30.2453 -102.2434 770.8 TX SANDERSON 11.7 ENE +US1TXTL0003 30.5840 -102.0041 738.8 TX SHEFFIELD 13.0 SW +US1TXTL0004 30.6169 -101.9139 811.1 TX IRAAN 20.4 S +US1TXTL0005 30.4805 -102.0765 779.1 TX SANDERSON 30.0 NE +US1TXTN0001 32.7234 -97.4462 237.1 TX WHITE SETTLEMENT 2.3 SSE +US1TXTN0005 32.8863 -97.2878 203.0 TX WATAUGA 2.4 WNW +US1TXTN0007 32.8878 -97.2867 199.9 TX WATAUGA 2.4 WNW +US1TXTN0013 32.6375 -97.4050 253.0 TX FORT WORTH 7.8 SE +US1TXTN0016 32.7321 -97.1539 165.2 TX ARLINGTON 3.0 NNW +US1TXTN0018 32.5876 -97.2337 231.0 TX RENDON 0.5 NNE +US1TXTN0023 32.8892 -97.1106 187.1 TX GRAPEVINE 3.6 SW +US1TXTN0025 32.8604 -97.2977 182.9 TX BLUE MOUND 2.3 ENE +US1TXTN0027 32.8843 -97.2113 210.0 TX NORTH RICHLAND HILLS 1.7 NNE +US1TXTN0028 32.5711 -97.3578 230.7 TX CROWLEY 0.4 S +US1TXTN0030 32.8899 -97.2742 207.9 TX WATAUGA 1.9 NW +US1TXTN0032 32.8729 -97.3890 245.1 TX SAGINAW 1.5 WNW +US1TXTN0033 32.5801 -97.0528 171.0 TX MANSFIELD 3.9 ENE +US1TXTN0036 32.5872 -97.3434 220.1 TX CROWLEY 1.1 NE +US1TXTN0037 32.9027 -97.2124 202.4 TX NORTH RICHLAND HILLS 3.0 N +US1TXTN0038 32.7304 -97.3927 210.6 TX WESTOVER HILLS 1.5 SE +US1TXTN0039 32.6797 -97.3629 232.0 TX FORT WORTH 5.4 SSW +US1TXTN0040 32.8473 -97.1421 183.5 TX BEDFORD 0.5 W +US1TXTN0042 32.6588 -97.3964 226.8 TX EDGECLIFF 3.2 W +US1TXTN0043 32.8476 -97.2977 195.1 TX BLUE MOUND 2.3 E +US1TXTN0044 32.7767 -97.0375 145.1 TX GRAND PRAIRIE 6.0 NNW +US1TXTN0045 32.8256 -97.0759 160.3 TX EULESS 1.6 S +US1TXTN0046 32.8992 -97.2078 197.2 TX NORTH RICHLAND HILLS 2.8 NNE +US1TXTN0047 32.8974 -97.5380 231.6 TX AZLE 0.4 WNW +US1TXTN0054 32.8556 -97.4053 232.3 TX SAGINAW 2.4 WSW +US1TXTN0055 32.8930 -97.4519 206.0 TX FORT WORTH 11.8 NW +US1TXTN0056 32.6784 -97.4516 207.3 TX BENBROOK 0.6 E +US1TXTN0057 32.7081 -97.4603 207.0 TX BENBROOK 2.1 N +US1TXTN0058 32.8839 -97.0918 179.2 TX GRAPEVINE 3.5 SSW +US1TXTN0061 32.6021 -97.1010 185.0 TX MANSFIELD 2.6 NNE +US1TXTN0062 32.8768 -97.1938 196.0 TX NORTH RICHLAND HILLS 1.9 NE +US1TXTN0065 32.6411 -97.1453 190.8 TX ARLINGTON 3.8 SSW +US1TXTN0069 32.5965 -97.1143 193.2 TX MANSFIELD 2.0 N +US1TXTN0070 32.8361 -97.1941 184.1 TX HURST 0.8 W +US1TXTN0073 32.8958 -97.2083 196.0 TX NORTH RICHLAND HILLS 2.5 NNE +US1TXTN0074 32.8111 -97.2338 167.9 TX RICHLAND HILLS 0.5 W +US1TXTN0076 32.6598 -97.4325 223.4 TX FORT WORTH 7.9 SW +US1TXTN0077 32.7461 -97.1462 173.4 TX ARLINGTON 3.7 NNW +US1TXTN0078 32.9068 -97.2939 205.4 TX KELLER 4.2 WSW +US1TXTN0079 32.8746 -97.4433 208.8 TX FORT WORTH 12.5 NW +US1TXTN0080 32.7752 -97.1447 143.9 TX ARLINGTON 5.7 N +US1TXTN0085 32.9721 -97.1293 176.2 TX SOUTHLAKE 1.7 NE +US1TXTN0086 32.7425 -97.3632 173.1 TX FORT WORTH 1.8 WSW +US1TXTN0087 32.8757 -97.4798 216.1 TX EAGLE MOUNTAIN 2.4 WSW +US1TXTN0091 32.5916 -97.1107 189.6 TX MANSFIELD 1.7 NNE +US1TXTN0092 32.8544 -97.1310 184.7 TX BEDFORD 0.6 NNE +US1TXTN0093 32.5695 -97.0686 173.1 TX MANSFIELD 2.8 E +US1TXTN0094 32.9205 -97.3022 224.6 TX FORT WORTH 13.4 N +US1TXTN0100 32.5580 -97.3526 235.0 TX CROWLEY 1.4 SSE +US1TXTN0101 32.7486 -97.3789 208.5 TX FORT WORTH 2.5 W +US1TXTN0102 32.7093 -97.3795 174.7 TX FORT WORTH 4.0 SW +US1TXTN0106 32.9260 -97.3399 235.9 TX HASLET 2.2 S +US1TXTN0108 32.8331 -97.2224 176.8 TX NORTH RICHLAND HILLS 1.9 S +US1TXTN0109 32.6414 -97.2108 207.9 TX KENNEDALE 0.6 SE +US1TXTN0115 32.9881 -97.3932 248.1 TX HASLET 3.7 WNW +US1TXTN0120 32.7014 -97.3694 204.5 TX FORT WORTH 4.1 SSW +US1TXTN0122 32.8928 -97.2109 203.9 TX NORTH RICHLAND HILLS 2.3 NNE +US1TXTN0124 32.8526 -97.3729 229.2 TX SAGINAW 1.0 SSW +US1TXTN0125 32.7422 -97.1583 155.8 TX ARLINGTON 3.8 NNW +US1TXTN0127 32.5680 -97.2082 221.6 TX MANSFIELD 5.3 W +US1TXTN0128 32.6635 -97.3676 243.8 TX FORT WORTH 6.5 SSW +US1TXTN0130 32.7512 -97.2274 191.1 TX FORT WORTH 6.3 E +US1TXTN0134 32.8659 -97.3131 196.6 TX BLUE MOUND 1.6 ENE +US1TXTN0139 32.8905 -97.2982 207.3 TX WATAUGA 3.0 WNW +US1TXTN0140 32.8550 -97.2420 189.6 TX WATAUGA 1.2 SSE +US1TXTN0141 32.6273 -97.3966 260.9 TX EDGECLIFF 3.7 WSW +US1TXTN0145 32.6893 -97.5117 266.1 TX BENBROOK 3.0 WNW +US1TXTN0147 32.9029 -97.1124 186.8 TX GRAPEVINE 3.2 SW +US1TXTN0148 32.8763 -97.4412 214.6 TX EAGLE MOUNTAIN 1.2 S +US1TXTN0149 32.6685 -97.3831 224.9 TX FORT WORTH 6.5 SSW +US1TXTN0152 32.8490 -97.2289 185.3 TX NORTH RICHLAND HILLS 1.0 SW +US1TXTN0153 32.8517 -97.2225 187.1 TX NORTH RICHLAND HILLS 0.6 SSW +US1TXTN0155 32.7329 -97.1495 172.5 TX ARLINGTON 2.9 NNW +US1TXTN0156 32.8524 -97.2207 189.6 TX NORTH RICHLAND HILLS 0.5 S +US1TXTN0158 32.8903 -97.2339 211.5 TX NORTH RICHLAND HILLS 2.3 NNW +US1TXTN0164 32.6115 -97.2017 218.8 TX MANSFIELD 5.8 WNW +US1TXTN0167 32.6926 -97.3716 210.9 TX FORT WORTH 4.7 SSW +US1TXTN0170 32.6826 -97.1714 185.0 TX ARLINGTON 2.7 WSW +US1TXTN0174 32.6199 -97.1707 208.5 TX ARLINGTON 5.7 SSW +US1TXTR0002 30.6693 -94.4245 74.1 TX WOODVILLE 7.3 S +US1TXTR0003 30.6704 -94.4295 51.8 TX WOODVILLE 7.2 S +US1TXTR0008 30.8035 -94.5643 133.5 TX WOODVILLE 8.7 WNW +US1TXTR0009 30.8855 -94.3959 57.0 TX COLMESNEIL 2.3 SE +US1TXTR0012 30.6021 -94.1673 36.6 TX SPURGER 6.2 S +US1TXTR0013 30.8571 -94.2367 38.7 TX COLMESNEIL 11.6 ESE +US1TXTT0003 31.0046 -95.4235 83.5 TX TRINITY 5.1 NW +US1TXTT0006 30.9441 -95.3237 52.7 TX TRINITY 2.9 E +US1TXTV0002 30.3456 -97.7461 210.0 TX AUSTIN 2.8 N(ALLANDALE) +US1TXTV0003 30.3754 -97.8113 245.4 TX WEST LAKE HILLS 5.8 N +US1TXTV0007 30.5863 -97.9790 313.9 TX LEANDER 7.2 WNW +US1TXTV0008 30.2173 -97.9713 345.9 TX BEE CAVE 6.3 S +US1TXTV0009 30.3231 -97.8280 238.4 TX WEST LAKE HILLS 2.4 NNW +US1TXTV0010 30.3290 -97.7621 219.8 TX AUSTIN 1.7 NNW(45TH&LP1) +US1TXTV0014 30.3396 -97.7228 220.1 TX AUSTIN 2.9 NE(LAMAR&ARPT) +US1TXTV0016 30.4131 -97.7422 265.5 TX JOLLYVILLE 2.6 SSE +US1TXTV0019 30.4300 -97.9400 224.0 TX LAGO VISTA 3.7 ESE +US1TXTV0021 30.4849 -97.8845 320.0 TX JONESTOWN 2.6 E +US1TXTV0027 30.5563 -97.8919 324.9 TX LEANDER 1.9 WSW +US1TXTV0030 30.4223 -97.8062 258.5 TX ANDERSON MILL 2.2 S +US1TXTV0034 30.2188 -97.8087 203.6 TX SUNSET VALLEY 0.7 SE +US1TXTV0035 30.4439 -97.6117 214.9 TX PFLUGERVILLE 0.6 ENE +US1TXTV0038 30.4085 -98.0147 237.1 TX BRIARCLIFF 1.9 E +US1TXTV0041 30.4606 -97.6882 278.0 TX WELLS BRANCH 1.2 NNW +US1TXTV0043 30.4786 -97.6198 207.9 TX PFLUGERVILLE 2.6 N +US1TXTV0044 30.3207 -97.7502 196.9 TX AUSTIN 1.0 N(45TH&SHCRK) +US1TXTV0045 30.3796 -97.7531 271.9 TX JOLLYVILLE 4.8 S +US1TXTV0046 30.4342 -98.0094 255.1 TX LAGO VISTA 1.4 SSW +US1TXTV0047 30.3142 -97.6728 167.0 TX AUSTIN 4.7 E(JORDANPK) +US1TXTV0049 30.3852 -97.6788 210.9 TX WELLS BRANCH 4.2 S +US1TXTV0052 30.2297 -97.8768 292.3 TX OAK HILL 1.1 WSW +US1TXTV0053 30.3525 -97.7947 183.8 TX AUSTIN 4.2 NW(360&PENNEB) +US1TXTV0054 30.2051 -97.8387 228.0 TX SUNSET VALLEY 2.0 SW +US1TXTV0057 30.3540 -97.7455 214.0 TX AUSTIN 3.3 N(LP1&FARWST) +US1TXTV0059 30.1807 -97.8315 241.1 TX TANGLEWOOD FOREST 0.6 NE +US1TXTV0060 30.2131 -97.8771 255.7 TX TANGLEWOOD FOREST 3.5 NW +US1TXTV0061 30.4964 -97.9181 245.1 TX JONESTOWN 0.8 NE +US1TXTV0062 30.2647 -97.7950 193.9 TX ROLLINGWOOD 0.8 SW +US1TXTV0064 30.1621 -97.8143 203.3 TX SAN LEANNA 1.2 NNE +US1TXTV0065 30.3259 -97.8711 227.7 TX LOST CREEK 2.7 NW +US1TXTV0068 30.4290 -97.7374 254.8 TX JOLLYVILLE 1.6 SSE +US1TXTV0075 30.4198 -97.7581 261.5 TX JOLLYVILLE 2.1 SSW +US1TXTV0076 30.4423 -97.6234 224.9 TX PFLUGERVILLE 1.0 SSW +US1TXTV0078 30.4311 -97.6942 246.0 TX WELLS BRANCH 1.4 SW +US1TXTV0080 30.3684 -97.5182 178.0 TX MANOR 2.7 NE +US1TXTV0083 30.2816 -97.5130 171.6 TX MANOR 5.1 SSE +US1TXTV0086 30.3734 -97.7328 230.1 TX AUSTIN 4.7 NNE +US1TXTV0087 30.3574 -97.7235 229.2 TX AUSTIN 3.9 NNE +US1TXTV0090 30.4521 -97.6819 262.1 TX WELLS BRANCH 0.5 NNW +US1TXTV0094 30.2263 -97.4887 137.5 TX WEBBERVILLE 1.8 ESE +US1TXTV0095 30.2726 -98.0535 351.1 TX DRIPPING SPRINGS 6.2 NNE +US1TXTV0096 30.1776 -97.7899 213.7 TX TANGLEWOOD FOREST 2.9 E +US1TXTV0097 30.1723 -97.8457 224.6 TX TANGLEWOOD FOREST 0.4 WSW +US1TXTV0099 30.3234 -97.9165 245.4 TX BEE CAVE 2.5 ENE +US1TXTV0104 30.3621 -97.6770 221.3 TX AUSTIN 5.9 NE +US1TXTV0108 30.5859 -97.9711 304.5 TX LEANDER 6.8 WNW +US1TXTV0111 30.1953 -97.9022 277.1 TX AUSTIN 10.8 WSW +US1TXTV0112 30.1959 -97.6958 162.5 TX AUSTIN 5.7 SSE +US1TXTV0113 30.2072 -97.8440 229.2 TX AUSTIN 7.3 SW +US1TXTV0114 30.2286 -97.8739 284.1 TX AUSTIN 8.2 WSW +US1TXTV0116 30.4631 -97.7726 265.8 TX AUSTIN 13.8 N +US1TXTV0117 30.3721 -97.8134 217.6 TX AUSTIN 5.9 NW +US1TXTV0118 30.3201 -97.6772 167.0 TX AUSTIN 4.5 ENE +US1TXTV0119 30.2573 -97.7690 175.9 TX AUSTIN 3.5 SSW +US1TXTV0121 30.1397 -97.7704 181.7 TX AUSTIN 8.9 S +US1TXTV0122 30.2808 -97.8392 240.8 TX AUSTIN 5.6 WSW +US1TXTV0123 30.4189 -97.7578 263.7 TX AUSTIN 10.5 N +US1TXTV0125 30.2766 -97.5115 177.1 TX MANOR 5.5 SSE +US1TXTV0126 30.4219 -97.7702 290.8 TX AUSTIN 10.7 N +US1TXTV0129 30.4333 -97.7047 234.1 TX WELLS BRANCH 1.8 WSW +US1TXTV0133 30.3597 -98.0252 269.7 TX LAKEWAY 2.8 W +US1TXTV0135 30.1122 -97.7493 211.2 TX CREEDMOOR 1.5 NNW +US1TXTV0136 30.4810 -97.5607 210.6 TX PFLUGERVILLE 4.5 NE +US1TXTV0137 30.3672 -97.9792 242.3 TX LAKEWAY 0.0 NNE +US1TXTV0138 30.2142 -97.8050 215.2 TX AUSTIN 5.2 SW +US1TXTV0140 30.3780 -97.9331 238.0 TX AUSTIN 13.7 WNW +US1TXTV0141 30.4356 -98.0139 276.1 TX LAGO VISTA 1.5 SW +US1TXTV0142 30.3838 -97.6895 223.7 TX AUSTIN 6.5 NE +US1TXTV0145 30.4382 -97.8273 299.3 TX AUSTIN 12.7 NNW +US1TXTV0149 30.3421 -97.7762 185.9 TX AUSTIN 2.9 NNW +US1TXTV0150 30.3694 -97.7313 224.9 TX AUSTIN 4.5 NNE +US1TXTV0152 30.3028 -97.7629 183.5 TX AUSTIN 0.8 WSW +US1TXTV0153 30.2413 -97.9013 305.4 TX AUSTIN 9.7 WSW +US1TXTV0155 30.2433 -97.7749 182.3 TX AUSTIN 4.6 SSW +US1TXTV0157 30.3341 -97.7327 207.3 TX AUSTIN 2.2 NNE +US1TXTV0159 30.3199 -97.7453 186.8 TX AUSTIN 1.0 NNE +US1TXTV0160 30.2493 -97.8241 217.0 TX ROLLINGWOOD 2.8 SW +US1TXTV0163 30.4769 -97.6118 235.0 TX PFLUGERVILLE 2.5 NNE +US1TXTV0164 30.2278 -97.7940 205.4 TX AUSTIN 4.1 SW +US1TXTV0165 30.1934 -97.7861 216.1 TX AUSTIN 5.7 SSW +US1TXTV0171 30.2549 -97.7696 178.6 TX AUSTIN 3.7 SSW +US1TXTV0174 30.3859 -97.9899 218.5 TX POINT VENTURE 0.6 NE +US1TXTV0175 30.1435 -97.8183 206.7 TX SAN LEANNA 0.1 SSE +US1TXTV0176 30.3402 -97.7488 203.3 TX AUSTIN 2.4 N (ALLANDALE) +US1TXTV0181 30.2523 -97.7785 201.5 TX AUSTIN 4.1 SSW +US1TXTV0183 30.4751 -97.8543 292.6 TX CEDAR PARK 3.1 SSW +US1TXTV0195 30.2667 -97.7915 188.1 TX AUSTIN 3.6 SW +US1TXTV0196 30.1596 -97.8126 206.0 TX SAN LEANNA 1.1 NNE +US1TXTV0197 30.5370 -97.9288 306.9 TX LEANDER 4.4 WSW +US1TXTV0198 30.2516 -97.7262 139.6 TX AUSTIN 4.0 SSE +US1TXTV0199 30.3283 -97.9748 357.8 TX BEE CAVE 1.8 NW +US1TXTV0200 30.3764 -97.9222 206.3 TX LAKEWAY 3.5 ENE +US1TXTV0201 30.2927 -97.6813 166.7 TX AUSTIN 4.2 ESE +US1TXTV0202 30.3436 -97.4355 142.6 TX ELGIN 3.8 W +US1TXTV0203 30.2413 -97.9029 292.0 TX LOST CREEK 5.1 SW +US1TXTV0205 30.2004 -97.8293 246.0 TX TANGLEWOOD FOREST 1.9 NNE +US1TXTV0206 30.3421 -98.1146 325.8 TX DRIPPING SPRINGS 10.7 N +US1TXTV0207 30.3419 -98.1322 258.8 TX DRIPPING SPRINGS 10.9 NNW +US1TXTV0208 30.4485 -97.5661 195.4 TX PFLUGERVILLE 3.3 E +US1TXTV0209 30.3620 -98.1243 244.8 TX DRIPPING SPRINGS 12.2 N +US1TXTV0211 30.4214 -97.7407 254.5 TX AUSTIN 8.0 N(BULLRUN) +US1TXTV0212 30.4194 -97.8050 229.2 TX AUSTIN 8.5 NNW +US1TXTV0214 30.3746 -97.8898 253.0 TX AUSTIN 9.6 WNW +US1TXTV0217 30.1801 -97.7934 204.8 TX TANGLEWOOD FOREST 2.7 E +US1TXTV0218 30.1589 -97.7373 169.8 TX ONION CREEK 3.2 ENE +US1TXTV0219 30.4179 -97.7757 260.0 TX AUSTIN 7.9 N +US1TXTV0220 30.4409 -97.6421 248.7 TX PFLUGERVILLE 1.3 W +US1TXTV0221 30.3163 -97.6259 188.4 TX MANOR 4.7 WSW +US1TXTV0225 30.3479 -98.0452 271.3 TX BRIARCLIFF 4.0 S +US1TXTV0228 30.2414 -97.8962 313.0 TX AUSTIN 9.8 WSW +US1TXTV0229 30.1559 -97.8683 231.6 TX TANGLEWOOD FOREST 2.2 SW +US1TXTV0231 30.3598 -97.9467 256.6 TX LAKEWAY 2.0 ESE +US1TXTV0232 30.4053 -98.0433 240.5 TX BRIARCLIFF 0.2 ESE +US1TXTV0233 30.2127 -97.8762 256.6 TX TANGLEWOOD FOREST 3.5 NW +US1TXTV0235 30.2331 -97.8480 240.8 TX AUSTIN 7.7 SW +US1TXTV0236 30.4251 -97.6811 235.6 TX AUSTIN 9.2 NNE +US1TXTV0238 30.2371 -97.7043 145.1 TX AUSTIN 5.5 SSE +US1TXTV0240 30.3388 -97.6619 177.1 TX AUSTIN 5.8 ENE +US1TXTV0241 30.3227 -97.7122 207.6 TX AUSTIN 2.6 ENE +US1TXTV0242 30.3857 -97.7560 247.5 TX AUSTIN 5.5 N +US1TXTV0249 30.1465 -97.8248 206.7 TX SAN LEANNA 0.4 WNW +US1TXTV0250 30.1998 -97.8409 237.4 TX AUSTIN 9.1 SW +US1TXTV0252 30.3487 -97.4309 147.2 TX ELGIN 3.5 W +US1TXTV0255 30.2219 -97.8668 249.9 TX AUSTIN 9.0 SW +US1TXTV0256 30.1586 -97.8411 219.2 TX TANGLEWOOD FOREST 1.1 S +US1TXTV0262 30.2311 -97.8476 237.7 TX AUSTIN 7.8 SW +US1TXTV0265 30.3379 -97.8628 188.4 TX AUSTIN 7.1 WNW +US1TXTV0267 30.4539 -97.5859 210.0 TX PFLUGERVILLE 2.2 ENE +US1TXTV0268 30.1677 -97.8414 217.6 TX TANGLEWOOD FOREST 0.5 SSW +US1TXTV0271 30.4536 -97.5703 201.8 TX PFLUGERVILLE 3.1 ENE +US1TXTV0272 30.1287 -97.7359 207.6 TX CREEDMOOR 2.6 N +US1TXTV0273 30.4536 -97.5738 201.2 TX PFLUGERVILLE 2.9 ENE +US1TXTV0276 30.4054 -98.0470 252.7 TX BRIARCLIFF 0.1 WSW +US1TXTV0278 30.3522 -97.9996 285.9 TX LAKEWAY 1.6 SW +US1TXTV0279 30.3492 -97.7608 194.2 TX AUSTIN 3.1 NNW +US1TXTV0280 30.4749 -97.8559 288.3 TX CEDAR PARK 3.1 SSW +US1TXTV0281 30.0619 -97.6992 198.1 TX BUDA 8.6 E +US1TXTV0284 30.4515 -97.9877 284.7 TX LAGO VISTA 0.5 E +US1TXTV0289 30.4770 -97.5681 207.6 TX PFLUGERVILLE 4.0 NE +US1TXTV0290 30.4477 -97.6200 214.0 TX PFLUGERVILLE 0.5 N +US1TXTV0291 30.3450 -98.0150 293.5 TX LAKEWAY 2.6 SW +US1TXTV0292 30.2952 -97.8775 239.9 TX AUSTIN 7.6 W +US1TXTV0293 30.3185 -97.7438 196.0 TX AUSTIN 1.0 NNE +US1TXTV0294 30.4274 -98.0182 249.0 TX LAGO VISTA 2.1 SW +US1TXTV0299 30.1733 -97.9167 286.8 TX HAYS 4.4 NW +US1TXTV0302 30.3815 -97.9295 208.8 TX LAKEWAY 3.1 ENE +US1TXTV0303 30.3248 -97.7346 206.3 TX AUSTIN 1.6 NE +US1TXTV0305 30.3291 -98.0010 313.0 TX LAKEWAY 2.9 SSW +US1TXTV0309 30.3475 -97.4298 146.0 TX ELGIN 3.4 W +US1TXTV0310 30.2101 -97.8708 262.1 TX TANGLEWOOD FOREST 3.1 NW +US1TXTV0311 30.1512 -97.8491 223.1 TX TANGLEWOOD FOREST 1.7 SSW +US1TXTV0313 30.3763 -97.6666 199.9 TX AUSTIN 7.0 NE +US1TXTV0318 30.4050 -97.7705 258.5 TX AUSTIN 7.0 N +US1TXTV0320 30.4242 -97.7633 282.9 TX AUSTIN 8.2 N +US1TXTV0323 30.2262 -97.8768 282.2 TX AUSTIN 9.3 SW +US1TXTV0324 30.5322 -97.8774 318.8 TX LEANDER 2.3 SSW +US1TXTV0325 30.4674 -97.5612 198.7 TX PFLUGERVILLE 4.0 ENE +US1TXTV0326 30.2314 -97.8757 274.9 TX SUNSET VALLEY 3.6 W +US1TXTV0329 30.3497 -97.4357 150.6 TX ELGIN 3.8 W +US1TXTV0332 30.3167 -97.7826 176.8 TX AUSTIN 2.1 WNW +US1TXTV0333 30.2133 -97.7759 189.0 TX AUSTIN 6.6 SSW +US1TXTV0334 30.3100 -97.7043 189.3 TX AUSTIN 2.8 E +US1TXTV0335 30.5055 -97.8998 317.6 TX LEANDER 4.6 SSW +US1TXTY0005 32.4096 -100.0846 635.8 TX MERKEL 5.8 SW +US1TXTY0006 32.3408 -99.7468 573.0 TX ABILENE 7.9 S +US1TXTY0007 32.4180 -99.7758 533.7 TX ABILENE 3.3 SW +US1TXTY0009 32.3615 -99.7974 559.6 TX ABILENE 7.3 SSW +US1TXTY0013 32.3468 -99.6975 562.1 TX ABILENE 7.8 SSE +US1TXTY0018 32.3748 -99.7693 550.5 TX ABILENE 5.8 SSW +US1TXTY0020 32.3806 -99.7562 548.3 TX ABILENE 5.2 S +US1TXTY0021 32.2442 -99.9574 635.8 TX TUSCOLA 9.6 WNW +US1TXTY0022 32.2615 -100.0150 666.6 TX TUSCOLA 13.1 WNW +US1TXTY0024 32.4077 -99.6805 547.4 TX ABILENE 4.7 SE +US1TXTY0026 32.4319 -99.6326 247.8 TX ABILENE 6.4 ESE +US1TXUP0001 32.6423 -94.8328 116.1 TX GILMER 9.0 SE +US1TXUP0006 32.7538 -94.9290 106.1 TX GILMER 1.9 NNE +US1TXUP0007 32.7839 -94.9539 106.1 TX GILMER 3.7 N +US1TXUP0008 32.5854 -95.0456 132.3 TX BIG SANDY 3.9 E +US1TXUP0009 32.6797 -95.1312 146.0 TX BIG SANDY 6.6 N +US1TXUT0001 31.2507 -102.2866 776.9 TX CRANE 10.4 SSE +US1TXUV0001 29.5411 -99.8476 463.0 TX CAMP WOOD 13.2 SE +US1TXUV0003 29.5153 -99.7872 423.1 TX LEAKEY 14.5 S +US1TXUV0004 29.5927 -99.8447 518.2 TX CAMP WOOD 11.3 ESE +US1TXUV0005 29.5726 -99.8441 473.0 TX LEAKEY 11.6 SSW +US1TXUV0006 29.5388 -99.8372 456.9 TX LEAKEY 13.6 SSW +US1TXUV0007 29.5165 -99.8141 442.9 TX LEAKEY 14.7 SSW +US1TXUV0008 29.5145 -99.8117 429.2 TX LEAKEY 14.8 SSW +US1TXUV0009 29.5987 -99.7440 435.9 TX GARNER STATE PARK HQ +US1TXUV0010 29.5924 -99.7388 431.0 TX LEAKEY 9.2 S +US1TXUV0011 29.5860 -99.7359 420.9 TX LEAKEY 9.7 S +US1TXUV0012 29.5996 -99.7409 437.1 TX LEAKEY 8.7 S +US1TXUV0013 29.6023 -99.7301 442.9 TX LEAKEY 8.6 SSE +US1TXUV0014 29.5945 -99.7281 438.9 TX LEAKEY 9.2 SSE +US1TXUV0015 29.2020 -99.8950 277.1 TX UVALDE 6.7 W +US1TXUV0016 29.4466 -99.9953 365.8 TX CAMP WOOD 15.4 S +US1TXUV0018 29.2271 -99.7837 278.3 TX UVALDE 0.8 N +US1TXUV0019 29.5976 -99.9989 423.7 TX CAMP WOOD 5.02 SSE +US1TXUV0020 29.4572 -100.0209 369.1 TX UVALDE 21.9 NW +US1TXUV0023 29.2151 -99.7865 276.5 TX UVALDE 0.1 WSW +US1TXUV0028 29.3516 -99.7960 359.1 TX UVALDE 9.4 N +US1TXUV0029 29.3145 -99.6575 308.2 TX KNIPPA 1.8 NW +US1TXUV0032 29.2242 -100.0654 294.7 TX UVALDE 16.9 W +US1TXUV0033 29.2236 -99.7975 286.2 TX UVALDE 0.9 NW +US1TXVC0001 28.9140 -97.1840 59.1 TX VICTORIA 13.6 WNW +US1TXVC0002 28.6532 -96.8987 17.7 TX BLOOMINGTON 0.3 NE +US1TXVC0003 28.7202 -96.8258 21.0 TX VICTORIA 11.9 SE +US1TXVC0004 28.8220 -96.9610 29.0 TX VICTORIA 1.3 E +US1TXVC0006 28.8951 -97.0098 45.1 TX VICTORIA 5.2 NNW +US1TXVC0007 28.7957 -96.9844 34.1 TX VICTORIA 2.0 S +US1TXVC0008 28.8745 -97.0037 42.1 TX VICTORIA 3.7 NNW +US1TXVC0009 28.8046 -96.8266 21.9 TX INEZ 5.3 SSW +US1TXVC0010 28.8231 -97.0088 29.6 TX VICTORIA 1.6 W +US1TXVC0011 28.8430 -96.7991 15.8 TX INEZ 2.2 S +US1TXVC0014 28.8771 -96.8425 22.9 TX INEZ 2.9 W +US1TXVC0015 28.8447 -97.1632 56.7 TX VICTORIA 11.0 W +US1TXVC0017 28.8537 -96.9903 33.2 TX VICTORIA 2.1 NNW +US1TXVC0019 28.6576 -96.8988 14.9 TX BLOOMINGTON 0.5 N +US1TXVC0020 28.7790 -96.8310 18.3 TX VICTORIA 9.7 ESE +US1TXVC0021 28.6598 -97.1189 32.3 TX VICTORIA 14.0 SW +US1TXVC0022 28.8421 -97.1823 49.4 TX VICTORIA 12.1 W +US1TXVC0023 28.8221 -97.0129 25.6 TX VICTORIA 1.8 W +US1TXVC0024 28.8811 -96.8233 20.1 TX INEZ 1.8 WNW +US1TXVC0025 28.7484 -97.1134 29.3 TX VICTORIA 9.5 WSW +US1TXVC0026 28.8644 -97.0254 30.2 TX VICTORIA 3.8 NW +US1TXVC0027 28.9279 -97.1008 40.2 TX NURSERY 0.4 NNW +US1TXVC0029 28.7476 -97.1129 29.3 TX VICTORIA 9.5 SW +US1TXVC0030 28.8076 -96.9818 30.5 TX VICTORIA 1.1 S +US1TXVC0033 29.0733 -96.9717 53.3 TX VICTORIA 17.2 N +US1TXVC0034 28.7423 -97.0268 18.6 TX VICTORIA 6.4 SSW +US1TXVC0035 28.8590 -97.0047 30.2 TX VICTORIA 2.7 NNW +US1TXVC0037 28.8603 -96.7876 16.8 TX INEZ 1.1 SSE +US1TXVC0038 28.8315 -96.9858 30.5 TX VICTORIA 0.5 NNW +US1TXVC0039 28.8204 -96.9774 30.2 TX VICTORIA 0.4 SE +US1TXVC0041 28.8478 -97.0064 29.6 TX VICTORIA 2.2 NW +US1TXVC0044 28.8390 -96.9733 32.3 TX VICTORIA 1.2 NNE +US1TXVC0049 28.8115 -96.9841 30.5 TX VICTORIA 0.9 S +US1TXVC0051 28.8853 -97.0124 37.5 TX VICTORIA 4.6 NNW +US1TXVC0052 28.6902 -97.1558 34.1 TX VICTORIA 14.0 SW +US1TXVV0001 29.3840 -100.9096 324.9 TX DEL RIO 1.0 WNW +US1TXVV0003 29.4421 -100.9536 347.5 TX DEL RIO 5.7 NW +US1TXVV0004 29.3216 -100.4457 344.1 TX CLOSED +US1TXVV0008 29.7595 -101.2084 137.5 TX COMSTOCK 5.4 NNW +US1TXVV0009 30.0643 -101.4083 605.9 TX COMSTOCK 29.7 NW +US1TXVV0010 30.2837 -100.9589 594.4 TX OZONA 32.7 SSE +US1TXVV0011 30.1524 -101.7090 611.4 TX LANGTRY 25.3 NNW +US1TXVV0014 29.8307 -101.7334 494.7 TX LANGTRY 10.6 W +US1TXVV0015 29.7002 -101.3133 417.0 TX COMSTOCK 8.5 WNW (SEMINOLE CAN +US1TXVV0016 29.4817 -100.9413 361.5 TX DEL RIO 7.8 NNW +US1TXVV0017 29.5098 -100.9085 342.3 TX DEL RIO 9.3 N +US1TXVV0021 30.0805 -101.7384 609.3 TX LANGTRY 21.7 NW +US1TXVV0022 29.9687 -101.1500 464.5 TX DEL RIO 43.7 NNW +US1TXVV0023 29.3548 -100.9293 288.0 TX DEL RIO 2.5 SW +US1TXVV0034 29.3913 -100.9230 310.3 TX DEL RIO 1.9 WNW +US1TXVZ0002 32.4863 -95.8928 193.9 TX CANTON 4.6 SSW +US1TXVZ0005 32.4191 -96.0336 132.6 TX MABANK 5.5 NE +US1TXVZ0006 32.4455 -96.0388 135.6 TX MABANK 6.7 NE +US1TXVZ0009 32.5582 -95.6321 147.2 TX VAN 2.4 N +US1TXVZ0010 32.4511 -95.7319 159.4 TX BEN WHEELER 1.7 WNW +US1TXVZ0011 32.4312 -95.6385 157.6 TX BEN WHEELER 3.9 ESE +US1TXVZ0013 32.7039 -95.8795 135.0 TX EDGEWOOD 0.6 NNE +US1TXVZ0019 32.5208 -95.6596 152.4 TX VAN 1.3 W +US1TXVZ0021 32.5484 -95.9686 153.3 TX CANTON 6.1 W +US1TXVZ0028 32.7654 -96.0430 153.9 TX WILLS POINT 4.4 NNW +US1TXVZ0030 32.3676 -95.6862 143.9 TX MURCHISON 7.7 NNE +US1TXVZ0032 32.5235 -96.0112 140.5 TX CANTON 8.7 W +US1TXVZ0033 32.3750 -95.9162 177.7 TX EUSTACE 7.4 NE +US1TXVZ0034 32.4802 -95.7026 160.9 TX BEN WHEELER 2.4 N +US1TXWA0001 30.0817 -96.6238 134.1 TX BURTON 6.9 SSW +US1TXWA0003 30.2299 -96.1356 75.0 TX HEMPSTEAD 10.0 NNW +US1TXWA0004 30.3093 -96.3752 106.7 TX INDEPENDENCE 1.8 WSW +US1TXWA0005 30.0895 -96.4865 114.0 TX BRENHAM 7.2 SW +US1TXWA0006 30.1572 -96.2626 75.0 TX BRENHAM 8.0 E +US1TXWA0007 30.3118 -96.1864 89.9 TX WASHINGTON 2.0 WSW +US1TXWA0008 30.2453 -96.5532 116.7 TX BURTON 5.3 NNE +US1TXWA0009 30.1564 -96.2630 71.9 TX CHAPPELL HILL 1.0 NW +US1TXWA0010 30.1690 -96.2534 75.9 TX CHAPPELL HILL 1.8 N +US1TXWA0012 30.2821 -96.1710 82.9 TX WASHINGTON 3.1 SSW +US1TXWA0014 30.2214 -96.2225 70.7 TX WASHINGTON 8.6 SSW +US1TXWA0015 30.1594 -96.7394 134.7 TX CARMINE 3.1 WNW +US1TXWA0016 30.1465 -96.3674 86.9 TX BRENHAM 2.0 ESE +US1TXWA0017 30.3014 -96.4213 88.4 TX BRENHAM 9.9 N +US1TXWA0018 30.1794 -96.4040 99.7 TX BRENHAM 1.4 NNW +US1TXWA0021 30.0963 -96.5126 110.0 TX BRENHAM 8.2 WSW +US1TXWA0022 30.2127 -96.5348 117.7 TX BURTON 4.4 ENE +US1TXWA0024 30.1589 -96.3849 104.5 TX BRENHAM 0.7 E +US1TXWA0025 30.1723 -96.5149 98.8 TX BRENHAM 7.1 W +US1TXWA0026 30.1989 -96.5343 114.6 TX BURTON 4.0 ENE +US1TXWA0027 30.2454 -96.5051 143.0 TX BRENHAM 8.7 NW +US1TXWA0028 30.1497 -96.3783 90.2 TX BRENHAM 1.3 ESE +US1TXWA0029 30.1767 -96.4488 121.9 TX BRENHAM 3.3 WNW +US1TXWA0030 30.1437 -96.4190 119.5 TX BRENHAM 1.7 SW +US1TXWB0002 27.5091 -99.4771 141.1 TX LAREDO 1.8 SSE +US1TXWB0003 27.6060 -99.4640 171.9 TX LAREDO 5.1 NNE +US1TXWB0004 27.9025 -99.6392 184.1 TX LAS TIENDAS RANCH +US1TXWB0005 27.8567 -99.2650 143.0 TX ENCINAL 13.9 SSE +US1TXWB0006 27.4994 -99.4845 132.9 TX LAREDO 2.4 S +US1TXWB0007 28.1765 -99.7788 199.3 TX CATARINA 15.4 SW +US1TXWB0008 27.3623 -99.4808 125.9 TX EL CENIZO 2.5 NNE (JUAREZ LINC +US1TXWB0009 27.3159 -99.3610 145.1 TX EL CENIZO 8.8 E +US1TXWB0010 27.5731 -99.4800 157.9 TX LAREDO 2.7 N (UNITED MIDDLE SC +US1TXWB0012 27.5603 -99.4835 144.2 TX LAREDO 1.8 N +US1TXWB0013 27.5818 -99.4780 160.9 TX LAREDO 3.3 N +US1TXWB0014 27.6831 -99.2372 173.1 TX LAREDO 18.4 NE +US1TXWB0017 27.4591 -99.4792 139.9 TX LAREDO 5.2 S +US1TXWB0018 27.5510 -99.4901 135.3 TX LAREDO 1.2 N +US1TXWB0019 27.4416 -99.4820 128.9 TX LAREDO 6.4 S (PRADA ELEMENTARY +US1TXWB0021 27.5960 -99.4643 171.3 TX LAREDO 4.5 NNE +US1TXWB0022 27.6497 -99.1217 167.9 TX LAREDO 23.7 ENE +US1TXWB0023 27.6765 -99.0423 159.1 TX FREER 29.5 WSW +US1TXWB0024 27.5806 -99.4869 148.1 TX LAREDO 3.2 N +US1TXWB0025 27.4793 -99.4551 150.9 TX LAREDO 4.3 SSE +US1TXWB0026 27.5021 -99.5048 125.0 TX LAREDO 2.5 SSW +US1TXWB0027 27.5590 -99.4700 145.1 TX LAREDO 2.0 NNE +US1TXWB0028 27.5519 -99.4950 132.0 TX LAREDO 1.3 NNW +US1TXWB0029 27.5131 -99.4627 125.9 TX LAREDO 2.1 SE +US1TXWB0031 27.5840 -99.4560 157.9 TX LAREDO 3.9 NNE +US1TXWB0034 27.6292 -99.5339 150.0 TX LAREDO 7.2 NNW +US1TXWB0036 27.5694 -99.4916 141.7 TX LAREDO 2.4 N +US1TXWB0037 27.5207 -99.4611 132.3 TX LAREDO 1.8 ESE +US1TXWB0038 27.4523 -99.4669 164.0 TX LAREDO 5.8 SSE (CENTENO ELEMEN +US1TXWB0039 27.5164 -99.4729 143.9 TX LAREDO 1.5 SE +US1TXWB0040 27.5818 -99.4740 158.5 TX LAREDO 3.4 NNE +US1TXWB0041 27.6454 -99.5419 155.1 TX LAREDO 8.4 NNW +US1TXWB0042 27.6030 -99.4674 162.5 TX LAREDO 4.9 NNE +US1TXWB0046 27.5890 -99.5261 132.0 TX LAREDO 4.5 NNW +US1TXWB0047 27.5697 -99.4928 139.9 TX LAREDO 2.5 N +US1TXWB0048 27.4866 -99.4584 144.5 TX LAREDO 3.7 SSE +US1TXWB0053 27.6023 -99.4673 164.6 TX LAREDO 4.8 NNE +US1TXWC0001 26.4023 -97.7890 14.0 TX LYFORD 0.6 S +US1TXWC0003 26.3580 -97.6880 8.5 TX LYFORD 7.3 ESE +US1TXWC0004 26.4828 -97.6874 6.7 TX RAYMONDVILLE 5.8 E +US1TXWC0005 26.4520 -97.7924 10.1 TX RAYMONDVILLE 2.0 SSW +US1TXWC0007 26.5508 -97.4341 2.7 TX PORT MANSFIELD 0.6 WSW +US1TXWC0008 26.5424 -97.4191 0.9 TX PORT MANSFIELD 1.1 SE +US1TXWD0002 32.9470 -95.2960 150.9 TX WINNSBORO 0.7 SSW +US1TXWD0004 32.8949 -95.4354 133.5 TX QUITMAN 6.9 N +US1TXWD0005 32.6629 -95.4619 129.8 TX MINEOLA 1.6 E +US1TXWD0008 32.6290 -95.1991 137.2 TX HAWKINS 2.6 N +US1TXWE0004 35.2758 -100.1518 652.3 TX WHEELER 13.3 SSE +US1TXWG0002 34.1655 -99.0420 358.4 TX ELLIOTT 1.2 NNE +US1TXWG0004 34.1515 -99.0551 363.0 TX ELLIOTT 0.3 WNW +US1TXWH0001 29.3161 -96.0934 29.9 TX WHARTON 0.3 E +US1TXWH0002 29.1267 -96.2602 26.8 TX EL CAMPO 4.9 SSE +US1TXWH0003 29.2977 -96.0577 30.2 TX WHARTON 2.8 ESE +US1TXWH0004 29.2061 -96.2890 32.3 TX EL CAMPO 1.0 NW +US1TXWH0005 29.1845 -96.3156 34.1 TX EL CAMPO 2.5 WSW +US1TXWH0006 29.5080 -96.0540 35.4 TX EAST BERNARD 1.5 SSE +US1TXWH0009 29.3541 -96.0697 27.7 TX WHARTON 3.1 NE +US1TXWH0010 29.1981 -96.2677 32.3 TX EL CAMPO 0.5 ENE +US1TXWH0011 29.2278 -96.3020 34.4 TX EL CAMPO 2.7 NW +US1TXWH0015 29.3534 -96.1477 33.5 TX WHARTON 3.9 NW +US1TXWH0016 29.3099 -96.0774 30.5 TX WHARTON 1.4 ESE +US1TXWH0018 29.4178 -96.0577 32.9 TX EAST BERNARD 7.6 S +US1TXWK0002 30.7695 -95.5841 88.1 TX HUNTSVILLE 4.5 NNW +US1TXWK0003 30.6256 -95.7148 102.4 TX HUNTSVILLE 11.5 WSW +US1TXWK0004 30.8194 -95.3851 72.8 TX HUNTSVILLE 12.3 NE +US1TXWK0005 30.7020 -95.5960 118.6 TX HUNTSVILLE 2.8 WSW +US1TXWK0007 30.7793 -95.6744 86.3 TX HUNTSVILLE 8.7 WNW +US1TXWK0009 30.9424 -95.4404 50.9 TX TRINITY 4.0 W +US1TXWK0010 30.6876 -95.7374 96.0 TX HUNTSVILLE 11.3 W +US1TXWK0011 30.5403 -95.4385 102.1 TX NEW WAVERLY 2.6 E +US1TXWK0012 30.7587 -95.5760 112.2 TX HUNTSVILLE 3.6 NNW +US1TXWK0013 30.7751 -95.5835 89.0 TX HUNTSVILLE 4.8 NNW +US1TXWK0014 30.8515 -95.4825 66.8 TX HUNTSVILLE 10.4 NNE +US1TXWK0015 30.7228 -95.4016 113.4 TX DODGE 1.6 S +US1TXWK0016 30.6861 -95.7819 102.1 TX HUNTSVILLE 13.9 W +US1TXWK0018 30.6954 -95.5404 142.3 TX HUNTSVILLE 1.3 SSE +US1TXWK0019 30.7484 -95.6321 103.9 TX HUNTSVILLE 5.5 WNW +US1TXWK0020 30.6822 -95.5175 148.7 TX HUNTSVILLE 2.8 SE +US1TXWK0021 30.8560 -95.4309 70.4 TX RIVERSIDE 2.0 WNW +US1TXWK0025 30.6790 -95.5550 128.9 TX HUNTSVILLE 2.3 S +US1TXWK0026 30.6831 -95.4353 121.9 TX HUNTSVILLE 7.1 ESE +US1TXWL0001 29.8687 -95.9878 53.9 TX BROOKSHIRE 6.3 NNW +US1TXWL0004 30.1382 -96.1051 71.6 TX HEMPSTEAD 3.4 NNW +US1TXWL0007 30.1668 -95.8466 80.8 TX HOCKLEY 9.6 N +US1TXWL0009 29.8729 -96.0030 46.9 TX BROOKSHIRE 6.9 NNW +US1TXWM0001 30.6504 -97.7069 243.8 TX GEORGETOWN 1.2 W +US1TXWM0003 30.5255 -97.6146 203.0 TX ROUND ROCK 3.5 E +US1TXWM0004 30.6516 -97.7070 235.9 TX GEORGETOWN 1.3 WNW +US1TXWM0007 30.4538 -97.7521 260.9 TX JOLLYVILLE 0.3 NNW +US1TXWM0009 30.5486 -97.6261 216.1 TX ROUND ROCK 3.6 ENE +US1TXWM0010 30.7243 -97.7100 247.5 TX GEORGETOWN 5.5 NNW +US1TXWM0011 30.6546 -97.6867 234.1 TX GEORGETOWN 0.5 N +US1TXWM0012 30.5047 -97.5937 228.9 TX PFLUGERVILLE 4.7 NNE +US1TXWM0013 30.5810 -97.8765 315.8 TX LEANDER 1.6 NW +US1TXWM0014 30.4933 -97.7700 274.0 TX BRUSHY CREEK 2.3 SW +US1TXWM0016 30.4779 -97.8474 303.9 TX CEDAR PARK 2.7 SSW +US1TXWM0017 30.4974 -97.2969 155.4 TX TAYLOR 8.5 SE +US1TXWM0018 30.5457 -97.7430 262.1 TX BRUSHY CREEK 2.2 N +US1TXWM0021 30.8201 -97.6059 274.3 TX JARRELL 0.3 S +US1TXWM0022 30.6713 -97.9283 317.3 TX LIBERTY HILL 0.6 NNW +US1TXWM0023 30.6803 -97.9508 315.8 TX LIBERTY HILL 2.0 NW +US1TXWM0024 30.6164 -97.7091 253.3 TX GEORGETOWN 2.5 SSW +US1TXWM0026 30.7131 -97.6681 228.9 TX GEORGETOWN 4.7 NNE +US1TXWM0030 30.6820 -97.9122 323.7 TX LIBERTY HILL 1.3 NNE +US1TXWM0033 30.7782 -97.7482 290.8 TX FLORENCE 5.0 SSE +US1TXWM0034 30.6731 -97.6570 223.1 TX GEORGETOWN 2.5 NE +US1TXWM0035 30.7131 -97.9559 335.0 TX BERTRAM 6.4 ESE +US1TXWM0036 30.5498 -97.8515 310.3 TX LEANDER 1.0 SSE +US1TXWM0039 30.5036 -97.6711 230.1 TX ROUND ROCK 1.0 S +US1TXWM0040 30.6227 -97.7003 245.1 TX GEORGETOWN 1.9 SSW +US1TXWM0041 30.5082 -97.8163 289.0 TX CEDAR PARK 1.0 ESE +US1TXWM0042 30.4930 -97.7373 273.1 TX BRUSHY CREEK 1.4 S +US1TXWM0044 30.4556 -97.7692 271.9 TX JOLLYVILLE 1.2 WNW +US1TXWM0046 30.4859 -97.7644 267.0 TX BRUSHY CREEK 2.4 SW +US1TXWM0048 30.4458 -97.2350 164.9 TX THRALL 10.5 SSE +US1TXWM0050 30.5209 -97.7700 276.1 TX BRUSHY CREEK 1.9 WNW +US1TXWM0054 30.5508 -97.8202 292.0 TX LEANDER 2.5 ESE +US1TXWM0055 30.4597 -97.7880 281.0 TX ANDERSON MILL 1.1 ENE +US1TXWM0058 30.7603 -97.8570 321.6 TX ANDICE 1.6 SW +US1TXWM0061 30.4666 -97.8255 301.1 TX ANDERSON MILL 1.4 NW +US1TXWM0064 30.4901 -97.8364 287.4 TX CEDAR PARK 1.7 S +US1TXWM0065 30.5617 -97.3027 162.8 TX TAYLOR 6.4 E +US1TXWM0066 30.7160 -97.5507 231.6 TX GRANGER 6.5 W +US1TXWM0068 30.5907 -97.6509 253.0 TX GEORGETOWN 4.5 SSE +US1TXWM0070 30.5010 -97.6952 225.2 TX ROUND ROCK 1.8 SW +US1TXWM0071 30.5907 -97.6136 252.1 TX GEORGETOWN 5.8 SE +US1TXWM0072 30.5609 -97.6711 259.4 TX ROUND ROCK 3.0 N +US1TXWM0073 30.5561 -97.5343 207.0 TX HUTTO 0.8 NNE +US1TXWM0074 30.6341 -97.6387 229.8 TX GEORGETOWN 3.0 ESE +US1TXWM0076 30.4536 -97.2060 168.9 TX THRALL 10.8 SSE +US1TXWM0077 30.4927 -97.7617 275.5 TX JOLLYVILLE 3.1 NNW +US1TXWM0078 30.6326 -97.8195 307.5 TX GEORGETOWN 8.0 W +US1TXWM0081 30.5044 -97.5732 214.0 TX HUTTO 3.4 SSW +US1TXWM0088 30.5256 -97.8532 312.4 TX CEDAR PARK 1.5 WNW +US1TXWM0090 30.5239 -97.7936 277.7 TX CEDAR PARK 2.3 ENE +US1TXWM0095 30.5336 -97.8527 306.0 TX CEDAR PARK 1.8 NW +US1TXWM0096 30.7072 -97.7226 242.6 TX GEORGETOWN 4.6 NNW +US1TXWM0098 30.4719 -97.8326 292.0 TX CEDAR PARK 3.0 S +US1TXWM0100 30.5300 -97.6510 210.3 TX ROUND ROCK 1.5 NE +US1TXWM0101 30.5220 -97.5394 189.3 TX HUTTO 1.7 S +US1TXWM0102 30.5095 -97.6160 238.0 TX ROUND ROCK 3.4 E +US1TXWM0104 30.6481 -97.7134 241.1 TX GEORGETOWN 1.6 W +US1TXWM0105 30.5767 -97.4165 178.9 TX TAYLOR 0.5 NW +US1TXWM0106 30.5025 -97.5950 231.6 TX ROUND ROCK 4.7 ESE +US1TXWM0108 30.5433 -97.8089 278.9 TX LEANDER 3.3 ESE +US1TXWM0109 30.6152 -97.9871 370.9 TX LIBERTY HILL 5.2 SW +US1TXWM0110 30.6903 -97.8564 293.8 TX LIBERTY HILL 4.3 ENE +US1TXWM0111 30.4630 -97.7767 260.0 TX JOLLYVILLE 1.8 WNW +US1TXWM0113 30.8324 -97.6773 266.1 TX JARRELL 4.4 W +US1TXWM0115 30.6216 -97.8063 271.9 TX GEORGETOWN 7.4 WSW +US1TXWM0118 30.4929 -97.7708 274.6 TX BRUSHY CREEK 2.3 SW +US1TXWM0119 30.7923 -97.5162 220.7 TX BARTLETT 5.0 W +US1TXWM0122 30.5154 -97.6070 227.7 TX ROUND ROCK 3.9 E +US1TXWM0123 30.5310 -97.6759 232.0 TX ROUND ROCK 1.0 NNW +US1TXWM0124 30.6630 -98.0008 359.7 TX LIBERTY HILL 4.7 W +US1TXWM0126 30.5850 -97.4163 173.4 TX TAYLOR 1.0 NNW +US1TXWM0127 30.4929 -97.8437 294.1 TX CEDAR PARK 1.7 SSW +US1TXWM0128 30.4915 -97.7018 235.0 TX ROUND ROCK 2.5 SW +US1TXWM0129 30.4816 -97.2485 175.3 TX THRALL 7.9 SSE +US1TXWM0131 30.5383 -97.5477 199.3 TX HUTTO 0.6 SSW +US1TXWM0134 30.4957 -97.6966 237.7 TX ROUND ROCK 2.1 SW +US1TXWM0135 30.6530 -97.5366 202.7 TX GEORGETOWN 8.9 E +US1TXWM0141 30.4922 -97.7387 271.0 TX ROUND ROCK 4.3 WSW +US1TXWM0142 30.6102 -97.8446 278.0 TX LEANDER 3.4 NNE +US1TXWM0144 30.7117 -97.7025 236.5 TX GEORGETOWN 4.5 NNW +US1TXWM0148 30.5518 -97.6398 226.8 TX ROUND ROCK 3.0 NE +US1TXWM0149 30.4250 -97.2882 153.9 TX COUPLAND 6.5 ESE +US1TXWM0152 30.5191 -97.7529 249.6 TX CEDAR PARK 4.6 E +US1TXWM0156 30.7061 -97.7339 257.6 TX GEORGETOWN 4.9 NW +US1TXWM0158 30.5926 -97.4223 181.7 TX TAYLOR 1.6 NNW +US1TXWM0159 30.6549 -97.9982 362.7 TX LIBERTY HILL 4.6 W +US1TXWM0161 30.5369 -97.4078 184.1 TX TAYLOR 2.4 S +US1TXWM0162 30.6826 -97.9230 327.7 TX LIBERTY HILL 1.2 N +US1TXWM0163 30.6801 -97.7198 268.8 TX GEORGETOWN 3.0 NW +US1TXWM0164 30.6462 -97.6629 213.4 TX GEORGETOWN 1.4 E +US1TXWM0165 30.6193 -97.6816 229.2 TX GEORGETOWN 2.0 S +US1TXWM0166 30.5277 -97.8677 325.5 TX CEDAR PARK 2.4 WNW +US1TXWM0168 30.4953 -97.8329 0.0 TX CEDAR PARK 1.3 S +US1TXWM0169 30.5171 -97.7097 236.8 TX ROUND ROCK 2.2 W +US1TXWM0170 30.5332 -97.5606 194.5 TX HUTTO 1.4 SW +US1TXWM0171 30.6307 -97.8069 301.4 TX GEORGETOWN 7.3 W +US1TXWM0172 30.5343 -97.5479 196.6 TX HUTTO 0.9 SSW +US1TXWM0174 30.4594 -97.8197 306.0 TX ANDERSON MILL 0.9 WNW +US1TXWM0175 30.7231 -97.7571 279.8 TX GEORGETOWN 6.7 NW +US1TXWM0176 30.7286 -97.7277 255.1 TX GEORGETOWN 6.1 NNW +US1TXWM0177 30.4979 -97.8477 305.4 TX CEDAR PARK 1.5 SW +US1TXWM0178 30.5194 -97.6118 225.2 TX ROUND ROCK 3.6 E +US1TXWM0179 30.6575 -97.7093 243.8 TX GEORGETOWN 1.5 WNW +US1TXWM0180 30.7243 -97.7516 275.5 TX GEORGETOWN 6.6 NW +US1TXWM0181 30.5197 -97.7769 269.1 TX CEDAR PARK 3.2 E +US1TXWM0183 30.7237 -97.7525 277.4 TX GEORGETOWN 6.6 NW +US1TXWM0185 30.7194 -97.7391 255.4 TX GEORGETOWN 5.9 NNW +US1TXWM0192 30.4630 -97.2228 163.1 TX THORNDALE 10.5 S +US1TXWM0194 30.7074 -97.6618 219.8 TX GEORGETOWN 4.4 NNE +US1TXWM0195 30.5083 -97.6972 228.0 TX ROUND ROCK 1.6 WSW +US1TXWM0200 30.5164 -97.8639 330.4 TX CEDAR PARK 2.0 W +US1TXWM0201 30.7069 -97.7629 300.8 TX GEORGETOWN 6.1 NW +US1TXWM0202 30.6309 -97.6715 228.9 TX GEORGETOWN 1.4 SE +US1TXWM0203 30.7153 -97.7285 243.8 TX GEORGETOWN 5.3 NNW +US1TXWM0204 30.5186 -97.8661 331.0 TX CEDAR PARK 2.1 W +US1TXWM0205 30.6914 -97.5510 233.8 TX GRANGER 6.8 WSW +US1TXWM0206 30.4779 -97.8463 301.4 TX CEDAR PARK 2.7 SSW +US1TXWM0208 30.5179 -97.5944 213.1 TX ROUND ROCK 4.6 E +US1TXWM0209 30.7080 -97.7326 251.8 TX GEORGETOWN 5.0 NNW +US1TXWM0212 30.7239 -97.7589 271.6 TX GEORGETOWN 6.8 NW +US1TXWM0215 30.5028 -97.5892 233.8 TX HUTTO 4.1 SW +US1TXWM0219 30.5121 -97.6509 210.9 TX ROUND ROCK 1.3 ESE +US1TXWM0221 30.7093 -97.7994 310.9 TX GEORGETOWN 8.0 WNW +US1TXWM0222 30.5495 -97.5544 208.2 TX HUTTO 0.8 WNW +US1TXWM0223 30.5459 -97.5642 205.4 TX HUTTO 1.3 W +US1TXWM0225 30.7056 -97.8698 274.0 TX LIBERTY HILL 4.2 NE +US1TXWM0226 30.5252 -97.7129 237.7 TX ROUND ROCK 2.5 WNW +US1TXWM0227 30.6466 -97.7133 245.4 TX GEORGETOWN 1.6 W +US1TXWM0228 30.8097 -97.5961 261.5 TX JARRELL 1.2 SSE +US1TXWM0229 30.5021 -97.6399 227.4 TX ROUND ROCK 2.2 ESE +US1TXWM0231 30.6813 -97.7117 260.3 TX GEORGETOWN 2.8 NNW +US1TXWM0232 30.6514 -97.6866 224.9 TX GEORGETOWN 0.3 N +US1TXWM0233 30.6418 -97.7584 264.6 TX GEORGETOWN 4.3 W +US1TXWM0235 30.6348 -97.8574 288.6 TX GEORGETOWN 10.2 W +US1TXWM0236 30.7199 -97.7750 279.2 TX GEORGETOWN 7.3 NW +US1TXWM0241 30.5852 -97.4202 176.2 TX TAYLOR 1.1 NNW +US1TXWM0245 30.8286 -97.6757 260.6 TX JARRELL 4.2 W +US1TXWM0247 30.5689 -97.6946 237.4 TX ROUND ROCK 3.8 NNW +US1TXWM0249 30.6985 -97.6921 253.3 TX GEORGETOWN 3.5 N +US1TXWM0250 30.4900 -97.6270 240.8 TX ROUND ROCK 3.3 SE +US1TXWM0254 30.6763 -97.6926 238.7 TX GEORGETOWN 2.0 N +US1TXWM0257 30.5909 -97.4292 178.9 TX TAYLOR 1.7 NW +US1TXWM0259 30.7142 -97.7055 240.5 TX GEORGETOWN 4.7 NNW +US1TXWM0261 30.7128 -97.7313 244.1 TX GEORGETOWN 5.2 NNW +US1TXWM0264 30.7082 -97.6821 234.4 TX GEORGETOWN 4.2 N +US1TXWM0265 30.5346 -97.5732 196.9 TX HUTTO 2.0 WSW +US1TXWM0270 30.5111 -97.8291 292.6 TX CEDAR PARK 0.3 SSE +US1TXWM0271 30.5599 -97.6084 211.8 TX ROUND ROCK 4.8 NE +US1TXWM0273 30.4674 -97.8245 301.8 TX CEDAR PARK 3.3 S +US1TXWN0002 31.8582 -103.0868 873.9 TX KERMIT 0.4 NE +US1TXWO0003 29.2869 -98.1566 192.9 TX LA VERNIA 5.3 SSW +US1TXWO0005 29.2495 -98.1958 177.1 TX FLORESVILLE 8.1 NNW +US1TXWO0006 29.1282 -98.1102 149.0 TX FLORESVILLE 2.9 ESE +US1TXWO0009 29.2556 -98.2114 182.9 TX ELMENDORF 7.4 E +US1TXWO0010 29.2829 -98.2456 182.9 TX ELMENDORF 5.6 ENE +US1TXWO0011 29.3377 -98.1117 160.6 TX LA VERNIA 1.1 S +US1TXWO0013 29.2982 -98.0981 160.9 TX LA VERNIA 4.0 SSE +US1TXWO0014 29.3545 -98.2052 175.6 TX ST. HEDWIG 4.9 S +US1TXWO0019 29.2137 -98.1833 143.3 TX FLORESVILLE 5.5 NNW +US1TXWO0023 29.3498 -98.1215 152.4 TX LA VERNIA 0.5 SW +US1TXWO0027 29.1289 -98.1628 127.1 TX FLORESVILLE 0.7 SW +US1TXWO0028 29.1696 -98.2988 164.0 TX FLORESVILLE 8.9 WNW +US1TXWO0029 29.1263 -98.1566 114.6 TX FLORESVILLE 0.7 S +US1TXWO0030 29.3083 -98.1993 192.6 TX ADKINS 6.4 SSE +US1TXWO0034 29.0649 -98.0770 125.9 TX POTH 0.6 SSE +US1TXWO0039 29.2477 -98.2473 169.5 TX FLORESVILLE 9.4 NW +US1TXWO0043 29.2628 -98.1067 168.9 TX LA VERNIA 6.3 S +US1TXWO0045 29.3090 -98.1449 210.9 TX LA VERNIA 3.6 SSW +US1TXWO0047 29.3476 -98.0340 183.8 TX LA VERNIA 4.9 E +US1TXWO0053 28.9538 -98.1550 124.1 TX FALLS CITY 8.3 WSW +US1TXWO0054 29.3471 -98.0648 142.6 TX LA VERNIA 3.0 E +US1TXWO0055 29.1797 -98.2366 150.9 TX FLORESVILLE 5.7 WNW +US1TXWO0056 29.3555 -97.9520 183.2 TX STOCKDALE 8.4 N +US1TXWO0060 29.2276 -98.2859 137.2 TX FLORESVILLE 10.0 NW +US1TXWO0061 29.3268 -98.1460 217.9 TX LA VERNIA 2.7 SW +US1TXWO0064 29.2665 -98.2503 184.4 TX FLORESVILLE 10.6 NNW +US1TXWS0003 33.1001 -97.9200 306.0 TX BRIDGEPORT 12.0 SW +US1TXWS0005 33.2134 -97.7459 242.6 TX BRIDGEPORT 0.8 ENE +US1TXWS0006 33.0575 -97.7061 235.3 TX PARADISE 6.5 SSW +US1TXWS0007 33.1122 -97.5908 211.8 TX DECATUR 8.4 S +US1TXWS0009 33.1895 -97.6171 264.0 TX DECATUR 3.6 SSW +US1TXWS0010 33.2630 -97.6660 248.7 TX DECATUR 4.8 WNW +US1TXWS0012 33.0845 -97.4258 276.1 TX RHOME 3.3 NE +US1TXWS0013 33.0820 -97.7667 262.1 TX PARADISE 6.6 SW +US1TXWS0014 33.0258 -97.7604 281.3 TX SPRINGTOWN 6.0 NW +US1TXWS0015 33.1657 -97.8727 258.8 TX RUNAWAY BAY 0.7 SSW +US1TXWS0016 33.2236 -97.6620 237.7 TX DECATUR 4.1 W +US1TXWT0003 33.9378 -98.6698 306.9 TX IOWA PARK 1.6 SSE +US1TXWT0005 33.9620 -98.5150 310.0 TX WICHITA FALLS 4.4 N +US1TXWT0006 34.0269 -98.9259 376.1 TX ELECTRA 0.5 WSW +US1TXWT0007 34.0295 -98.9175 374.9 TX ELECTRA 0.1 SE +US1TXWT0008 33.8662 -98.5162 291.1 TX WICHITA FALLS 2.2 S +US1TXWT0010 33.8951 -98.4629 296.0 TX WICHITA FALLS 3.1 E +US1TXWT0013 33.8539 -98.5437 297.8 TX WICHITA FALLS 3.4 SSW +US1TXWT0014 33.8366 -98.8359 319.4 TX KADANE CORNER 1.0 SSW +US1TXWT0015 33.8609 -98.6009 313.9 TX WICHITA FALLS 7.2 WSW +US1TXWT0016 34.0230 -98.9260 372.8 TX ELECTRA 0.7 SW +US1TXWT0018 33.9054 -98.5240 307.2 TX WICHITA FALLS 0.7 NW +US1TXWT0019 34.0727 -98.5835 318.8 TX BURKBURNETT 1.2 WSW +US1TXWT0020 33.8899 -98.5453 312.4 TX WICHITA FALLS 1.8 WSW +US1TXWT0023 33.8888 -98.4678 299.0 TX WICHITA FALLS 2.8 ESE +US1TXYK0001 32.9698 -102.8269 1092.4 TX DENVER CITY 0.2 E +US1TXYN0003 33.1334 -98.6296 350.8 TX GRAHAM 3.9 NW +US1TXYN0007 33.0985 -98.5928 0.0 TX GRAHAM 0.9 W +US1TXZP0001 26.8971 -99.2534 116.7 TX ZAPATA 0.6 ENE +US1TXZP0002 27.0188 -99.4136 100.3 TX SAN YGNACIO 2.3 SE +US1TXZV0001 28.8858 -99.9969 206.0 TX CHAPARROSA RANCH +US1TXZV0002 28.9318 -99.8785 227.1 TX HWY 57 FARM +US1TXZV0003 28.8853 -99.8555 217.0 TX PALOMO LODGE +US1TXZV0004 28.8577 -100.0855 203.9 TX PESCADO +US1TXZV0005 28.8873 -100.0565 221.9 TX SOUTH BIG WILLIAMS +US1TXZV0006 28.9303 -100.0630 228.0 TX VAT +US1TXZV0007 28.8073 -99.9242 198.1 TX YOUNDBLOOD +US1TXZV0008 28.8397 -99.9242 210.9 TX MCNALLY +US1TXZV0009 28.8537 -99.9385 213.1 TX SWITCHES +US1TXZV0010 28.8588 -99.9552 199.0 TX GALAN +US1TXZV0011 28.8538 -99.9557 199.0 TX BEEF HOLLOW FARM +US1TXZV0012 28.8062 -99.9967 185.9 TX SOUTH FLOWING WELLS +US1TXZV0013 28.9272 -99.9885 221.0 TX TRIANGLE +US1TXZV0015 28.6859 -99.8185 184.1 TX CRYSTAL CITY 0.5 ESE +US1TXZV0017 28.6830 -99.8256 176.8 TX CRYSTAL CITY 0.5 S +US1TXZV0018 28.6829 -99.8351 169.5 TX CRYSTAL CITY 0.8 SW +US1TXZV0019 28.6943 -99.8357 170.7 TX CRYSTAL CITY 0.7 WNW +US1TXZV0020 28.6795 -99.6738 177.4 TX CRYSTAL CITY 9.2 E +US1UTBE0002 41.5267 -112.0050 1330.1 UT BRIGHAM CITY 1.2 N +US1UTBE0003 41.7025 -112.2974 1345.4 UT THATCHER 0.2 NE +US1UTBE0004 41.7167 -112.1715 1318.9 UT TREMONTON 0.3 ENE +US1UTBE0005 41.6404 -112.0780 1319.2 UT HONEYVILLE 0.5 NNE +US1UTBE0006 41.6947 -112.2675 1308.2 UT THATCHER 1.7 ESE +US1UTBE0008 41.7267 -112.1482 1319.2 UT GARLAND 1.0 SE +US1UTBE0009 41.4565 -112.0336 1368.9 UT PERRY 0.6 S +US1UTBE0010 41.7095 -112.3179 1460.0 UT BOTHWELL 2.6 WSW +US1UTBE0011 41.7250 -112.2534 1323.7 UT BOTHWELL 0.9 ENE +US1UTBE0013 41.6953 -112.2280 1308.2 UT TREMONTON 2.9 WSW +US1UTBE0014 41.5090 -112.0208 1346.6 UT BRIGHAM CITY 0.6 W +US1UTBE0016 41.6240 -112.1657 1297.8 UT BEAR RIVER CITY 2.3 WNW +US1UTBE0017 41.7236 -112.2099 1344.5 UT TREMONTON 1.8 WNW +US1UTBV0001 38.2779 -112.6244 1822.7 UT BEAVER 0.8 E +US1UTCH0001 41.7568 -111.7925 1470.7 UT LOGAN 2.5 ENE +US1UTCH0002 41.6600 -111.8900 1371.6 UT HILLS 0.9 SW +US1UTCH0003 41.7305 -111.8046 1464.6 UT LOGAN 1.7 ESE +US1UTCH0004 41.9221 -111.8193 1394.8 UT RICHMOND 0.5 WNW +US1UTCH0006 41.7138 -111.9753 1517.3 UT MENDON 0.3 NE +US1UTCH0008 41.7111 -111.8257 1380.1 UT PROVIDENCE 0.8 WNW +US1UTCH0009 41.7311 -111.8218 1386.8 UT LOGAN 0.9 SE +US1UTCH0011 41.7438 -111.8258 1390.5 UT LOGAN 0.5 ENE +US1UTCH0013 41.9383 -111.7900 1502.1 UT RICHMOND 1.6 NE +US1UTCH0014 41.8051 -111.8233 1375.6 UT HYDE PARK 0.7 NW +US1UTCH0015 41.7874 -111.9276 1349.7 UT BENSON 1.0 SSW +US1UTCH0016 41.7408 -111.8253 1394.5 UT LOGAN 0.5 E +US1UTCH0019 41.7690 -111.7995 1447.5 UT NORTH LOGAN 0.8 ESE +US1UTCH0020 41.6767 -111.8153 1418.5 UT MILLVILLE 0.3 SE +US1UTCH0021 41.7718 -111.8008 1440.2 UT NORTH LOGAN 0.7 E +US1UTCH0022 41.7324 -111.8452 1376.2 UT LOGAN 0.7 SW +US1UTCH0024 41.7099 -111.8195 1394.5 UT PROVIDENCE 0.5 NW +US1UTCH0025 41.7844 -111.8205 1376.2 UT HYDE PARK 1.0 SSW +US1UTCH0033 41.7048 -111.8174 1403.6 UT PROVIDENCE 0.2 W +US1UTCH0034 41.7370 -111.8434 1378.6 UT LOGAN 0.5 WSW +US1UTCH0037 41.7662 -111.8518 1363.7 UT LOGAN 2.0 NNW +US1UTCH0038 41.6306 -111.8159 1473.4 UT HYRUM 1.5 E +US1UTCH0041 41.7136 -111.8214 1385.9 UT PROVIDENCE 0.7 NW +US1UTCR0001 39.6867 -110.8639 1812.6 UT HELPER 0.3 SW +US1UTCR0002 39.6067 -110.8413 1713.3 UT PRICE 2.2 W +US1UTDC0003 40.2948 -110.0037 1574.9 UT ROOSEVELT 0.2 WSW +US1UTDC0004 40.2864 -109.9831 1531.9 UT ROOSEVELT 1.1 SE +US1UTDV0001 40.9874 -111.9286 1292.0 UT FARMINGTON 1.8 W +US1UTDV0005 41.0774 -111.9221 1445.4 UT LAYTON 1.7 E +US1UTDV0006 40.8676 -111.9181 1296.0 UT WOODS CROSS 0.5 SW +US1UTDV0007 40.8693 -111.8520 1559.7 UT BOUNTIFUL 0.8 SE +US1UTDV0008 40.9046 -111.8657 1362.8 UT BOUNTIFUL 1.7 NE +US1UTDV0009 40.9346 -111.8761 1324.7 UT CENTERVILLE 0.8 NE +US1UTDV0017 41.1329 -111.9285 1377.1 UT SOUTH WEBER 0.3 ESE +US1UTDV0018 40.8572 -111.8670 1549.9 UT BOUNTIFUL 1.3 S +US1UTDV0020 41.0078 -111.9067 1352.1 UT FARMINGTON 1.5 NNW +US1UTDV0024 41.0477 -111.9068 1463.6 UT FRUIT HEIGHTS 1.3 N +US1UTDV0025 40.9150 -111.8981 1289.6 UT WEST BOUNTIFUL 1.0 NNE +US1UTGF0001 37.5626 -111.9963 1824.8 UT HENRIEVILLE 0.2 SSW +US1UTGF0003 37.9478 -111.4328 2185.7 UT BOULDER 1.3 NNW +US1UTGF0004 37.8237 -112.4362 2021.1 UT PANGUITCH 0.1 E +US1UTGF0005 37.9064 -112.3870 2024.8 UT ORTON 4.7 SSE +US1UTGR0002 38.5452 -109.4878 1430.1 UT MOAB 3.7 ESE +US1UTGR0003 38.5738 -109.5421 1243.3 UT MOAB 0.3 ENE +US1UTGR0005 38.5864 -109.5629 1216.5 UT MOAB 1.3 NW +US1UTGR0006 38.5081 -109.4745 1422.8 UT MOAB 5.9 SE +US1UTGR0007 38.5452 -109.4962 1378.0 UT MOAB 3.3 SE +US1UTGR0008 38.5681 -109.5353 1258.8 UT MOAB 0.7 ESE +US1UTGR0009 38.6331 -109.4104 1458.8 UT CASTLE VALLEY 0.6 W +US1UTGR0011 38.6370 -109.4110 1440.5 UT CASTLE VALLEY 0.7 WNW +US1UTGR0012 38.5443 -109.5126 1342.9 UT MOAB 2.7 SE +US1UTIR0001 37.6631 -113.0742 1801.1 UT CEDAR CITY 1.8 S +US1UTIR0003 37.7753 -113.1073 1664.8 UT CEDAR CITY 6.2 NNW +US1UTIR0005 37.6431 -113.1284 1738.9 UT CEDAR CITY 4.4 SW +US1UTIR0010 37.6622 -113.5538 1617.3 UT NEWCASTLE 0.6 SSW +US1UTIR0011 37.7503 -113.1426 1677.9 UT CEDAR CITY 5.6 NW +US1UTML0001 39.3723 -112.3339 1565.1 UT OAK CITY 0.3 SSE +US1UTML0003 39.3595 -112.5722 1414.0 UT DELTA 0.5 NNE +US1UTML0004 39.3308 -112.6053 1406.0 UT DELTA 2.2 SW +US1UTML0005 39.4333 -112.7178 1397.2 UT ABRAHAM 2.5 N +US1UTML0007 39.3749 -112.6544 1405.7 UT SUTHERLAND 1.5 SW +US1UTML0008 39.3103 -112.3916 1546.9 UT SIXMILE RIDGE 0.5 SW +US1UTML0009 39.4455 -112.6349 1403.9 UT WOODROW 0.9 NNW +US1UTML0010 39.3066 -112.6105 1404.8 UT OASIS 1.2 NE +US1UTML0011 39.3549 -112.3610 1545.3 UT LOVELL HOLLOW 0.2 NW +US1UTMR0001 41.0330 -111.6730 1552.0 UT MORGAN 0.8 SE +US1UTPT0002 38.1653 -112.2746 1852.9 UT CIRCLEVILLE 0.7 W +US1UTSJ0001 37.8697 -109.3521 2170.5 UT MONTICELLO 0.9 W +US1UTSJ0003 37.8498 -109.3666 2190.3 UT MONTICELLO 2.3 SW +US1UTSJ0004 37.8640 -109.3455 2139.4 UT MONTICELLO 0.8 SW +US1UTSL0001 40.5546 -111.8649 1394.5 UT SANDY 1.2 SSW +US1UTSL0003 40.5993 -111.8548 1409.4 UT SANDY 1.6 NE +US1UTSL0006 40.6803 -111.7950 1535.0 UT MOUNT OLYMPUS 0.5 SW +US1UTSL0008 40.6264 -111.9253 1322.5 UT WEST JORDAN 3.5 NE +US1UTSL0009 40.6190 -112.0111 1442.3 UT WEST JORDAN 1.6 NNW +US1UTSL0011 40.7353 -111.8653 1316.7 UT SOUTH SALT LAKE 2.4 NE +US1UTSL0015 40.6736 -111.9324 1302.4 UT TAYLORSVILLE 0.3 NNW +US1UTSL0016 40.5457 -111.8518 1454.2 UT SANDY 2.7 SE +US1UTSL0018 40.5933 -111.7922 1566.1 UT COTTONWOOD HEIGHTS 1.5 SE +US1UTSL0020 40.7088 -111.8338 1382.3 UT EAST MILLCREEK 1.5 NNW +US1UTSL0025 40.5913 -111.7903 1594.1 UT COTTONWOOD HEIGHTS 1.6 SE +US1UTSL0027 40.6046 -111.8524 1413.4 UT SANDY 2.0 NE +US1UTSL0028 40.5779 -111.8556 1416.4 UT SANDY 1.0 ESE +US1UTSL0029 40.7773 -111.7299 1725.8 UT SALT LAKE CITY 8.3 ENE +US1UTSL0032 40.5932 -112.0050 1439.3 UT WEST JORDAN 0.7 SW +US1UTSL0035 40.6657 -111.8115 1396.0 UT HOLLADAY 0.5 ESE +US1UTSL0041 40.7447 -111.8677 1311.6 UT SALT LAKE CITY 2.1 SE +US1UTSL0047 40.7751 -111.8664 1392.3 UT SALT LAKE CITY 3.3 E +US1UTSL0053 40.5309 -111.8857 1349.7 UT DRAPER 2.5 NNW +US1UTSL0055 40.7205 -111.8245 1404.5 UT SALT LAKE CITY 4.9 SE +US1UTSL0060 40.5566 -111.8208 1478.9 UT SANDY 2.0 ESE +US1UTSL0061 40.6801 -111.9631 1315.8 UT WEST VALLEY CITY 2.5 ESE +US1UTSL0062 40.7034 -112.1087 1333.5 UT MAGNA 1.2 W +US1UTSL0070 40.7070 -112.1083 1316.4 UT MAGNA 1.2 W +US1UTSL0072 40.6270 -111.8771 1342.0 UT MIDVALE 1.7 NE +US1UTSL0073 40.5849 -111.8882 1363.4 UT SANDY 2.1 WNW +US1UTSL0074 40.7336 -111.8332 1399.0 UT SALT LAKE CITY 3.6 SE +US1UTSL0075 40.6032 -111.8337 1410.3 UT COTTONWOOD HEIGHTS 1.3 WSW +US1UTSL0076 40.6473 -111.9639 1366.1 UT TAYLORSVILLE 2.4 SW +US1UTSL0078 40.7889 -111.8733 1550.8 UT SALT LAKE CITY 2.1 NE +US1UTSL0079 40.7440 -111.8640 1325.0 UT SALT LAKE CITY 1.8 SE +US1UTSL0083 40.5857 -111.8491 1436.8 UT SANDY 1.1 NNE +US1UTSL0085 40.7871 -111.9329 1286.0 UT SALT LAKE CITY 0.7 NNW +US1UTSL0086 40.6735 -111.8318 1358.2 UT HOLLADAY 0.7 WNW +US1UTSL0091 40.5099 -111.8975 1349.3 UT DRAPER 1.9 WNW +US1UTSL0092 40.7223 -111.8171 1443.2 UT SALT LAKE CITY 4.5 SE +US1UTSL0093 40.7728 -111.8571 1403.0 UT SALT LAKE CITY 3.8 E +US1UTSL0096 40.6474 -111.9814 1400.3 UT TAYLORSVILLE-BENNION 2.0 WSW +US1UTSL0097 40.5125 -111.9613 1382.0 UT RIVERTON 1.0 WSW +US1UTSL0103 40.5795 -111.8835 1372.8 UT SANDY 1.7 WNW +US1UTSL0104 40.6994 -112.0245 1300.9 UT SALT LAKE CITY 8.3 WSW +US1UTSL0109 40.7619 -111.8545 1399.3 UT SALT LAKE CITY 4.1 ESE +US1UTSL0112 40.6491 -111.9046 1309.4 UT MURRAY 0.7 WSW +US1UTSL0113 40.6632 -111.9070 1294.5 UT MURRAY 1.1 NW +US1UTSL0117 40.6349 -111.8666 1342.0 UT MURRAY 1.8 SE +US1UTSL0118 40.6945 -112.1001 1355.8 UT MAGNA 1.0 SW +US1UTSL0119 40.6975 -111.8264 1399.9 UT EAST MILLCREEK 0.7 NNW +US1UTSM0001 40.7400 -111.4900 1986.1 UT PARK CITY 5.5 NNE +US1UTSM0002 40.6429 -111.2727 1985.2 UT KAMAS 0.1 ESE +US1UTSM0003 40.7294 -111.3291 1962.0 UT PEOA 0.7 N +US1UTSM0004 40.6557 -111.4690 2243.9 UT PARK CITY 1.3 E +US1UTSM0005 40.7138 -111.3024 1960.2 UT OAKLEY 1.0 SW +US1UTSM0006 40.7654 -111.5706 1943.7 UT PARK CITY 8.6 NNW +US1UTSM0007 40.7455 -111.6095 2083.3 UT PARK CITY 8.7 NW +US1UTTL0001 40.5607 -112.2951 1460.9 UT TOOELE 1.7 N +US1UTTL0002 40.6239 -112.2948 1322.8 UT STANSBURY PARK 1.1 SSE +US1UTTL0003 40.5168 -112.3176 1544.4 UT TOOELE 1.6 SSW +US1UTTL0007 40.5460 -112.2790 1519.7 UT TOOELE 1.3 ENE +US1UTTL0008 40.4582 -112.3703 1550.5 UT STOCKTON 0.6 NW +US1UTTL0009 40.5567 -112.2873 1480.4 UT TOOELE 1.6 NNE +US1UTTL0010 40.5688 -112.4599 1368.6 UT GRANTSVILLE 2.0 SSE +US1UTTL0011 40.5893 -112.4276 1317.0 UT GRANTSVILLE 2.2 ESE +US1UTUN0001 40.4463 -109.5626 1662.1 UT VERNAL 1.5 WSW +US1UTUN0005 40.4799 -109.5957 1726.1 UT VERNAL 3.7 WNW +US1UTUN0006 40.5596 -109.6586 1962.6 UT VERNAL 9.8 NW +US1UTUN0007 40.4408 -109.4906 1582.8 UT NAPLES 0.8 N +US1UTUN0011 40.3960 -109.4630 1564.2 UT NAPLES 2.8 SSE +US1UTUN0012 40.3685 -109.3525 1453.3 UT JENSEN 0.4 WSW +US1UTUN0013 40.4524 -109.5657 1664.2 UT VERNAL 1.6 W +US1UTUT0002 40.1138 -111.6579 1396.0 UT SPANISH FORK 1.0 W +US1UTUT0005 40.4074 -111.8882 1381.0 UT LEHI 1.8 W +US1UTUT0010 40.2013 -111.6201 1397.2 UT PROVO 3.4 SSE +US1UTUT0012 40.0982 -111.6280 1441.4 UT SPANISH FORK 1.3 SSE +US1UTUT0013 40.4009 -111.8087 1448.4 UT AMERICAN FORK 1.4 NW +US1UTUT0018 40.2607 -111.6889 1440.2 UT OREM 2.6 S +US1UTUT0019 40.4306 -111.8436 1463.0 UT LEHI 2.0 NNE +US1UTUT0021 40.0381 -111.6841 1439.3 UT SALEM 1.2 SW +US1UTUT0022 40.3783 -111.7488 1406.7 UT PLEASANT GROVE 1.0 WNW +US1UTUT0024 40.3790 -111.7744 1409.1 UT AMERICAN FORK 1.1 ESE +US1UTUT0026 40.3863 -111.7988 1420.7 UT AMERICAN FORK 0.3 WNW +US1UTUT0028 40.2778 -111.7148 1401.8 UT OREM 1.7 SSW +US1UTUT0031 40.2154 -111.6342 1385.0 UT PROVO 2.2 SSE +US1UTUT0032 40.2885 -111.6747 1462.7 UT OREM 1.4 ESE +US1UTWB0001 41.1848 -112.0901 1292.0 UT WEST HAVEN 2.0 SW +US1UTWB0003 41.2435 -112.0637 1294.8 UT WEST WEBER 1.0 ESE +US1UTWB0005 41.1549 -111.9485 1456.6 UT SOUTH OGDEN 1.4 SSE +US1UTWB0007 41.3002 -111.8253 1507.8 UT EDEN 0.3 W +US1UTWB0008 41.1682 -111.9364 1487.4 UT SOUTH OGDEN 1.2 ESE +US1UTWB0009 41.1555 -111.9429 1455.4 UT SOUTH OGDEN 1.5 SSE +US1UTWB0011 41.1772 -112.0384 1372.2 UT ROY 0.5 NE +US1UTWB0012 41.1709 -112.1249 1290.5 UT HOOPER 0.1 S +US1UTWB0015 41.1937 -112.0266 1358.5 UT ROY 1.7 NNE +US1UTWB0017 41.2511 -111.9417 1385.6 UT OGDEN 2.0 NE +US1UTWB0018 41.2939 -111.9580 1338.7 UT NORTH OGDEN 1.2 S +US1UTWB0020 41.3103 -111.6487 1826.1 UT HUNTSVILLE 7.3 ENE +US1UTWG0001 37.0585 -113.5893 776.9 UT ST. GEORGE 1.5 SSW +US1UTWG0002 37.2058 -113.2787 985.7 UT LA VERKIN 0.3 W +US1UTWG0003 37.1716 -113.2975 987.2 UT HURRICANE 2.4 ENE +US1UTWG0004 37.1203 -113.6362 833.9 UT SANTA CLARA 1.3 SE +US1UTWG0005 37.1301 -113.6164 868.4 UT ST. GEORGE 4.1 NNW +US1UTWG0007 37.1789 -113.0085 1171.0 UT SPRINGDALE 0.6 SW +US1UTWG0008 37.1299 -113.1309 1476.5 UT APPLE VALLEY 2.8 N +US1UTWG0009 37.1576 -113.2960 998.2 UT HURRICANE 2.4 E +US1UTWG0010 37.1028 -113.1277 1449.9 UT ROCKVILLE 5.1 SW +US1UTWG0011 37.0470 -113.5705 840.0 UT ST. GEORGE 2.2 SSE +US1UTWG0012 37.0608 -113.5993 778.5 UT ST. GEORGE 1.7 SW +US1UTWG0014 37.1839 -113.6947 977.2 UT IVINS 0.8 NW +US1UTWG0015 37.2480 -113.6170 1382.6 UT ST. GEORGE 11.9 N +US1UTWG0016 37.1114 -113.5364 0.0 UT MIDDLETON 1.0 SE +US1UTWG0017 37.0283 -113.6191 778.5 UT ST. GEORGE 4.1 SSW +US1UTWS0003 40.4879 -111.2771 2164.1 UT HEBER CITY 7.2 E +US1UTWS0006 40.4733 -111.4020 1758.1 UT HEBER CITY 2.4 SSE +US1UTWS0008 40.4612 -111.2285 2531.4 UT HEBER CITY 10.1 ESE +US1UTWY0001 38.3943 -111.5911 2184.8 UT LYMAN 0.2 SW +US1VAAB0001 37.9510 -78.4630 150.0 VA CHARLOTTESVILLE 5.5 SSE +US1VAAB0002 38.1391 -78.5148 168.9 VA HOLLYMEAD 4.3 WNW +US1VAAB0006 38.0131 -78.7447 208.8 VA AFTON 5.4 ESE +US1VAAB0007 38.1108 -78.5119 166.7 VA CHARLOTTESVILLE 5.9 NNW +US1VAAB0009 38.0116 -78.3751 131.4 VA SHADWELL 1.0 E +US1VAAB0010 38.0196 -78.6389 237.4 VA CHARLOTTESVILLE 8.4 W +US1VAAB0012 38.0453 -78.3281 142.3 VA KESWICK 2.8 NE +US1VAAB0017 38.0664 -78.7222 229.2 VA CROZET 1.3 W +US1VAAB0018 38.1256 -78.4312 151.8 VA CHARLOTTESVILLE 6.8 NNE +US1VAAC0001 37.7896 -75.6523 14.0 VA PARKSLEY 0.3 NNE +US1VAAC0002 37.7018 -75.8088 1.8 VA CASHVILLE .01 S +US1VAAC0003 37.6448 -75.6880 11.0 VA LOCUSTVILLE 0.9 SW +US1VAAC0005 37.8500 -75.5900 11.0 VA BLOXOM 2.1 NE +US1VAAC0006 37.6730 -75.7975 0.0 VA ONANCOCK 3.9 SW +US1VAAC0007 37.6847 -75.7103 13.1 VA ONLEY 0.6 SE +US1VAAC0008 38.0131 -75.3978 0.6 VA GREENBACKVILLE 0.4 WNW +US1VAAC0010 37.9333 -75.3675 0.9 VA CHINCOTEAGUE 1.3 SSW +US1VAAC0011 37.9261 -75.4817 11.0 VA WALLOPS ISLAND 1.9 NW +US1VAAC0012 37.9372 -75.4663 9.8 VA WALLOPS ISLAND 2.0 NW +US1VAAC0015 37.5956 -75.8634 4.9 VA PAINTER 4.4 W +US1VAAC0016 37.7608 -75.5908 4.6 VA METOMPKIN 0.9 SE +US1VAAG0001 38.0204 -79.1840 584.0 VA GREENVILLE 1.9 NW +US1VAAG0004 38.0416 -79.0344 439.5 VA STUARTS DRAFT 1.2 NNW +US1VAAG0006 38.1625 -79.0712 486.5 VA STAUNTON 0.5 WNW +US1VAAG0007 38.2866 -78.9264 375.2 VA WEYERS CAVE 0.8 WSW +US1VAAG0008 38.1309 -79.0559 492.9 VA STAUNTON 2.0 S +US1VAAG0009 38.1423 -78.8817 421.5 VA WAYNESBORO 5.2 NNE +US1VAAG0012 38.2502 -79.3208 601.4 VA CRAIGSVILLE 12.2 NNE +US1VAAG0013 38.1526 -79.1066 514.5 VA STAUNTON 2.4 W +US1VAAG0015 38.0613 -78.9282 413.0 VA WAYNESBORO 1.5 WSW +US1VAAG0020 38.2523 -79.1211 485.5 VA CHURCHVILLE 2.9 NE +US1VAAH0004 37.5666 -79.0685 230.1 VA AMHERST 1.7 SW +US1VAAH0005 37.4869 -79.1484 244.4 VA MADISON HEIGHTS 4.1 NW +US1VAAL0003 37.7847 -79.9165 398.1 VA COVINGTON 4.1 E +US1VAALC003 38.7952 -77.0849 17.1 VA ALEXANDRIA 1.8 S +US1VAAM0001 37.3685 -78.2274 115.2 VA RICE 7.3 NE +US1VAAM0002 37.3009 -78.1609 118.0 VA JETERSVILLE 3.6 W +US1VAAP0001 37.4083 -78.9638 219.5 VA CONCORD 4.6 NNE +US1VAAR0005 38.8554 -77.0698 41.5 VA ALEXANDRIA 2.4 NE +US1VAAR0006 38.8879 -77.1176 99.1 VA ARLINGTON 1.1 NW +US1VAAR0008 38.8791 -77.0967 82.0 VA ARLINGTON 0.3 E +US1VAAR0011 38.8787 -77.1526 96.6 VA ARLINGTON 2.7 W +US1VABC0002 37.2812 -82.0879 329.8 VA GRUNDY 0.7 ENE +US1VABC0003 37.2187 -82.1094 367.3 VA VANSANT 1.4 SW +US1VABD0003 37.1108 -79.6167 259.4 VA MONETA 4.8 S +US1VABD0004 37.1375 -79.6577 254.2 VA MONETA 3.7 SW +US1VABD0006 37.1185 -79.6416 262.1 VA MONETA 4.5 SSW +US1VABD0007 37.1554 -79.6753 261.5 VA MONETA 3.6 SW +US1VABD0008 37.0663 -79.5837 256.0 VA HUDDLESTON 8.7 SW +US1VABD0009 37.3468 -79.5781 296.9 VA BEDFORD 3.2 W +US1VABD0010 37.2762 -79.8406 359.7 VA VINTON 2.6 E +US1VABD0012 37.4172 -79.2338 221.9 VA LYNCHBURG 2.6 WNW +US1VABD0013 37.1658 -79.6855 267.9 VA MONETA 3.9 WSW +US1VABD0014 37.3538 -79.5238 268.5 VA BEDFORD 1.1 N +US1VABD0016 37.3840 -79.2044 228.6 VA LYNCHBURG 1.4 SSW +US1VABD0019 37.3851 -79.2045 227.7 VA LYNCHBURG 1.3 SSW +US1VABD0020 37.2373 -79.7158 308.2 VA GOODVIEW 1.7 NNE +US1VABD0022 37.1721 -79.7008 249.6 VA GOODVIEW 3.2 SSE +US1VABD0024 37.3086 -79.7380 331.6 VA VINTON 8.6 ENE +US1VABD0026 37.2762 -79.8406 363.0 VA VINTON 2.6 E +US1VABD0027 37.2663 -79.8353 338.3 VA VINTON 3.0 E +US1VABH0001 37.9776 -79.6067 536.8 VA MILLBORO 0.3 NW +US1VABH0002 38.0189 -79.6027 427.0 VA MILLBORO 3.0 N +US1VABK0001 37.6682 -78.6594 155.8 VA BUCKINGHAM 9.9 NW +US1VABR0001 36.7401 -77.7805 89.9 VA LAWRENCEVILLE 4.1 ESE +US1VABR0002 36.5710 -78.0406 62.5 VA BRACEY 6.0 ESE +US1VABT0002 37.5258 -79.8832 341.4 VA FINCASTLE 1.9 NNW +US1VABT0003 37.4454 -79.9453 470.3 VA TROUTVILLE 4.3 WNW +US1VACB0001 37.5014 -78.2401 135.9 VA CUMBERLAND 0.4 NE +US1VACC0002 37.3100 -77.0094 13.1 VA CHARLES CITY 4.1 SE +US1VACH0001 36.9023 -78.5933 140.8 VA SAXE 4.3 SE +US1VACH0003 37.1160 -78.5949 170.4 VA CHARLOTTE COURT HOUSE 4.9 NNE +US1VACH0004 36.7907 -78.6329 111.3 VA RED OAK 1.4 N +US1VACHC002 37.2756 -77.3841 15.5 VA COLONIAL HEIGHTS 1.1 NE +US1VACK0001 39.1476 -77.9743 172.8 VA BERRYVILLE 0.4 ESE +US1VACK0002 39.1607 -77.9885 196.6 VA BERRYVILLE 0.9 NNW +US1VACL0003 38.0217 -77.5644 75.6 VA RUTHER GLEN 8.7 NE +US1VACL0004 37.9872 -77.2799 56.4 VA BOWLING GREEN 5.8 SE +US1VACL0006 37.8100 -77.3631 59.4 VA HANOVER 3.0 N +US1VACL0007 37.9381 -77.4270 58.2 VA RUTHER GLEN 1.7 ENE +US1VACM0003 37.1543 -79.0741 232.9 VA GLADYS 0.6 S +US1VACM0004 37.3567 -79.0830 226.2 VA LYNCHBURG 6.7 ESE +US1VACM0005 37.2168 -79.0855 232.9 VA GLADYS 3.7 N +US1VACM0007 37.3186 -79.2438 293.2 VA LYNCHBURG 6.4 SSW +US1VACM0010 37.0603 -78.8955 182.6 VA BROOKNEAL 2.9 E +US1VACM0011 37.1558 -79.0743 238.7 VA GLADYS 0.5 S +US1VACM0012 37.2564 -79.2604 248.1 VA EVINGTON 2.2 NE +US1VACP0001 38.6696 -77.9467 146.9 VA RIXEYVILLE 6.3 NNE +US1VACP0002 38.6169 -77.9696 150.0 VA RIXEYVILLE 2.5 N +US1VACP0004 38.6639 -77.9756 162.2 VA RIXEYVILLE 6.1 N +US1VACP0007 38.4595 -78.1136 177.7 VA CULPEPER 6.1 W +US1VACP0010 38.4937 -77.9913 131.4 VA CULPEPER 1.7 NNE +US1VACP0011 38.4897 -77.9830 126.5 VA CULPEPER 1.6 NE +US1VACR0002 36.6859 -80.6105 813.8 VA HILLSVILLE 8.9 SE +US1VACR0003 36.7535 -80.9206 771.4 VA GALAX 6.1 N +US1VACS0004 37.3639 -77.3172 50.0 VA CHESTER 6.6 E +US1VACS0005 37.3344 -77.3308 59.1 VA CHESTER 5.9 ESE +US1VACS0008 37.3349 -77.4378 59.1 VA CHESTER 1.3 S +US1VACS0012 37.5163 -77.6710 102.1 VA MIDLOTHIAN 1.4 WNW +US1VACS0014 37.4965 -77.6648 115.2 VA MIDLOTHIAN 1.1 SW +US1VACS0015 37.3240 -77.3326 25.9 VA CHESTER 6.0 ESE +US1VACS0019 37.5138 -77.6436 110.3 VA MIDLOTHIAN 0.6 NE +US1VACS0020 37.3252 -77.6443 112.5 VA CHESTERFIELD 8.5 WSW +US1VACS0021 37.3328 -77.5255 59.4 VA CHESTERFIELD 3.2 SSW +US1VACS0024 37.5336 -77.6865 77.4 VA MIDLOTHIAN 2.8 NW +US1VACS0025 37.3941 -77.7324 95.4 VA MOSELEY 2.1 SW +US1VACS0026 37.4399 -77.6671 55.8 VA MIDLOTHIAN 4.7 SSW +US1VACS0027 37.4562 -77.6624 80.8 VA MIDLOTHIAN 3.5 SSW +US1VACS0028 37.3312 -77.3375 25.9 VA CHESTER 5.6 ESE +US1VACS0029 37.4183 -77.5258 72.5 VA BENSLEY 4.9 WSW +US1VACS0031 37.5158 -77.5893 109.1 VA RICHMOND 6.4 W +US1VACS0035 37.3176 -77.4933 49.4 VA CHESTER 4.0 SW +US1VACS0041 37.4259 -77.6432 72.8 VA MIDLOTHIAN 5.4 S +US1VACS0043 37.4417 -77.7140 62.8 VA MOSELEY 1.9 NNW +US1VACS0045 37.3609 -77.3155 25.0 VA CHESTER 6.6 E +US1VACS0048 37.4626 -77.5813 64.0 VA BON AIR 4.0 S +US1VACSC003 36.7770 -76.2125 6.7 VA CHESAPEAKE 8.6 NE +US1VACSC004 36.7938 -76.4124 4.3 VA CHESAPEAKE 9.8 NW +US1VACSC005 36.7201 -76.2610 0.9 VA CHESAPEAKE 3.9 NE +US1VACSC008 36.7167 -76.2675 9.8 VA CHESAPEAKE 3.5 NE +US1VACSC011 36.7611 -76.2100 8.8 VA CHESAPEAKE 7.9 NE +US1VACSC012 36.7265 -76.3411 4.3 VA CHESAPEAKE 3.8 NNW +US1VACSC014 36.6972 -76.2343 9.4 VA CHESAPEAKE 4.3 ENE +US1VACSC015 36.6938 -76.2820 19.8 VA CHESAPEAKE 1.8 NE +US1VACSC017 36.7491 -76.2098 7.3 VA CHESAPEAKE 7.3 NE +US1VADC0001 37.0755 -82.4435 702.3 VA COEBURN 8.1 N +US1VADN0002 36.9824 -77.5356 51.2 VA DEWITT 7.1 SE +US1VAFD0001 39.1002 -78.1802 221.9 VA STEPHENS CITY 2.2 E +US1VAFD0002 39.0271 -78.2765 220.1 VA MIDDLETOWN 0.1 SE +US1VAFD0003 39.2741 -78.2963 278.0 VA WINCHESTER 9.4 NW +US1VAFD0005 39.2241 -78.1039 189.0 VA WINCHESTER 5.1 NE +US1VAFD0010 39.1758 -78.1426 217.9 VA WINCHESTER 1.7 E +US1VAFDC002 38.3053 -77.4643 18.9 VA FREDERICKSBURG 1.3 ENE +US1VAFL0001 36.8383 -80.4541 932.4 VA WILLIS 2.0 SE +US1VAFL0002 36.9918 -80.1295 782.1 VA COPPER HILL 6.2 S +US1VAFL0004 36.9559 -80.1838 793.4 VA FLOYD 8.0 ENE +US1VAFL0006 36.8320 -80.4471 878.4 VA WILLIS 2.7 SE +US1VAFL0007 36.9736 -80.3288 687.0 VA FLOYD 4.3 N +US1VAFL0009 36.9581 -80.3932 696.5 VA FLOYD 5.2 NW +US1VAFQ0001 38.6280 -77.8080 135.9 VA WARRENTON 6.1 S +US1VAFQ0002 38.5340 -77.7924 86.0 VA REMINGTON 0.9 E +US1VAFQ0003 38.6418 -77.7672 131.1 VA WARRENTON 5.5 SSE +US1VAFQ0004 38.5616 -77.7439 96.9 VA REMINGTON 4.0 ENE +US1VAFQ0005 38.6006 -77.7523 100.0 VA REMINGTON 5.5 NNE +US1VAFQ0010 38.5057 -77.6698 118.0 VA REMINGTON 7.8 ESE +US1VAFQ0011 38.6809 -77.7523 125.0 VA WARRENTON 3.5 SE +US1VAFQ0012 38.7259 -77.6615 103.9 VA NOKESVILLE 4.8 WNW +US1VAFQ0013 38.7847 -77.7306 197.8 VA BROAD RUN 2.8 SSW +US1VAFQ0017 38.7301 -77.8300 296.9 VA WARRENTON 2.0 WNW +US1VAFR0001 36.9890 -79.9545 396.8 VA ROCKY MOUNT 3.6 W +US1VAFR0002 37.1840 -79.7264 271.6 VA HARDY 5.7 SE +US1VAFR0004 36.9710 -79.8447 326.1 VA ROCKY MOUNT 3.1 SE +US1VAFR0005 37.0561 -79.9143 329.8 VA ROCKY MOUNT 4.3 NNW +US1VAFR0006 37.1397 -79.7232 248.1 VA BOONES MILL 12.6 E +US1VAFR0008 37.0409 -79.6923 258.2 VA UNION HALL 1.9 NW +US1VAFR0009 37.0675 -79.8158 259.7 VA ROCKY MOUNT 6.4 NE +US1VAFR0012 36.9996 -79.8894 363.6 VA ROCKY MOUNT 0.2 N +US1VAFR0013 37.1500 -79.7137 270.1 VA HARDY 7.8 SE +US1VAFR0014 37.1640 -79.7152 272.8 VA HARDY 7.1 SE +US1VAFR0015 37.1259 -79.8522 339.2 VA BOONES MILL 5.5 E +US1VAFR0016 37.0205 -79.9779 328.9 VA ROCKY MOUNT 5.1 WNW +US1VAFR0017 36.9355 -79.8135 317.9 VA ROCKY MOUNT 6.0 SE +US1VAFR0018 36.8790 -80.0888 381.6 VA FERRUM 5.1 SW +US1VAFR0019 36.9029 -80.0304 395.9 VA FERRUM 1.9 SSW +US1VAFR0021 37.1014 -79.6663 0.0 VA MONETA 6.1 SW +US1VAFR0022 37.0476 -79.7042 259.1 VA WIRTZ 10.4 ESE +US1VAFR0023 37.1324 -79.8671 370.0 VA BOONES MILL 4.8 ENE +US1VAFR0024 37.0215 -79.9153 357.5 VA ROCKY MOUNT 2.2 NW +US1VAFR0025 37.0395 -79.8574 302.7 VA ROCKY MOUNT 3.5 NNE +US1VAFR0026 36.8981 -80.0521 387.1 VA FERRUM 2.7 SW +US1VAFR0028 36.8421 -79.7974 306.6 VA MARTINSVILLE 11.6 NNE +US1VAFR0030 36.9123 -80.0447 428.2 VA FERRUM 1.7 SW +US1VAFR0031 37.0958 -79.7518 310.0 VA ROCKY MOUNT 10.3 NE +US1VAFR0032 37.0406 -79.6375 249.6 VA UNION HALL 2.9 E +US1VAFR0033 37.0051 -79.8886 355.1 VA ROCKY MOUNT 0.6 N +US1VAFR0034 37.1063 -79.7673 278.6 VA WIRTZ 7.1 ENE +US1VAFR0035 37.1255 -79.8045 320.0 VA WIRTZ 5.4 NE +US1VAFR0036 36.8740 -79.8890 327.1 VA ROCKY MOUNT 8.5 S +US1VAFR0038 36.9706 -80.0669 439.5 VA CALLAWAY 3.0 SSW +US1VAFV0001 37.7974 -78.4722 142.0 VA SCOTTSVILLE 1.2 E +US1VAFV0002 37.9221 -78.2519 130.5 VA PALMYRA 4.3 N +US1VAFX0001 38.9221 -77.3801 118.9 VA HERNDON 3.3 S +US1VAFX0002 38.8407 -77.1659 108.2 VA LAKE BARCROFT 0.8 SSW +US1VAFX0003 38.8575 -77.1525 89.9 VA LAKE BARCROFT 0.5 NE +US1VAFX0005 38.8572 -77.3409 134.1 VA FAIRFAX 2.3 W +US1VAFX0024 38.7877 -77.2461 106.1 VA WEST SPRINGFIELD 0.7 W +US1VAFX0031 38.7240 -77.1023 24.1 VA MOUNT VERNON 0.5 NE +US1VAFX0032 38.8494 -77.4613 75.9 VA CENTREVILLE 1.0 W +US1VAFX0033 38.7462 -77.1386 17.1 VA FRANCONIA 1.3 SSE +US1VAFX0035 38.9648 -77.4000 118.0 VA HERNDON 0.7 WSW +US1VAFX0037 38.8324 -77.2569 131.1 VA MANTUA 1.4 S +US1VAFX0038 38.9164 -77.1794 96.0 VA MCLEAN 1.5 S +US1VAFX0040 38.9475 -77.2637 109.4 VA VIENNA 3.3 N +US1VAFX0041 38.9180 -77.1434 83.2 VA MCLEAN 2.3 SE +US1VAFX0043 38.9008 -77.4113 108.8 VA FAIRFAX 7.0 NW +US1VAFX0046 38.8439 -77.2509 95.7 VA FAIRFAX 2.6 ESE +US1VAFX0047 38.7956 -77.2564 94.2 VA BURKE 1.4 NE +US1VAFX0049 38.7385 -77.0547 12.2 VA ALEXANDRIA 4.6 S +US1VAFX0050 38.7130 -77.2263 42.7 VA LORTON 1.2 NE +US1VAFX0051 38.9030 -77.2836 113.1 VA VIENNA 1.3 W +US1VAFX0052 38.9167 -77.1822 89.9 VA MCLEAN 1.5 S +US1VAFX0053 38.9084 -77.1549 121.9 VA MCLEAN 2.4 SSE +US1VAFX0054 38.8646 -77.3732 133.5 VA FAIRFAX 4.1 W +US1VAFX0057 38.9294 -77.3608 129.2 VA RESTON 1.8 SSW +US1VAFX0059 38.8511 -77.2581 105.5 VA FAIRFAX 2.2 E +US1VAFX0060 38.8922 -77.2932 113.7 VA OAKTON 0.4 E +US1VAFX0061 38.8886 -77.2629 121.3 VA VIENNA 0.8 S +US1VAFX0063 38.7311 -77.0890 14.9 VA ALEXANDRIA 5.6 SSW +US1VAFX0064 38.8875 -77.2041 141.4 VA FALLS CHURCH 1.6 W +US1VAFX0070 38.9219 -77.3930 111.6 VA OAK HILL 1.0 NE +US1VAFX0072 38.9118 -77.4141 109.1 VA OAK HILL 0.3 WSW +US1VAFX0076 38.9784 -77.3462 135.6 VA RESTON 1.8 N +US1VAFX0078 38.7973 -77.2587 89.6 VA BURKE 1.4 NNE +US1VAFX0080 38.8294 -77.2468 97.2 VA ANNANDALE 1.9 W +US1VAFX0081 38.8270 -77.1649 86.3 VA ALEXANDRIA 6.6 WNW +US1VAFX0082 38.8985 -77.1851 126.5 VA FALLS CHURCH 1.1 NNW +US1VAFX0083 38.7650 -77.0920 42.4 VA ALEXANDRIA 3.9 S +US1VAFX0084 38.8158 -77.2820 106.4 VA FAIRFAX 2.8 SSE +US1VAFX0086 38.8495 -77.2062 104.5 VA FALLS CHURCH 3.0 SW +US1VAFX0087 38.8603 -77.1782 90.8 VA FALLS CHURCH 1.7 S +US1VAFX0090 38.7213 -77.0775 4.3 VA ALEXANDRIA 6.9 S +US1VAFX0092 38.8846 -77.2708 110.9 VA VIENNA 1.2 SSW +US1VAFXC001 38.8679 -77.2999 109.7 VA FAIRFAX 1.0 N +US1VAGC0002 37.4116 -76.5240 15.8 VA GLOUCESTER COURTHOUSE 0.2 NE +US1VAGC0003 37.4152 -76.5337 21.3 VA GLOUCESTER COURTHOUSE 0.5 NW +US1VAGC0004 37.4580 -76.5449 22.6 VA GLOUCESTER COURTHOUSE 3.5 NNW +US1VAGC0005 37.4172 -76.6247 20.4 VA GLOUCESTER COURTHOUSE 5.4 W +US1VAGC0006 37.3661 -76.4744 0.9 VA ZANONI 1.7 SSE +US1VAGC0007 37.2692 -76.4997 8.5 VA GLOUCESTER POINT 0.3 WNW +US1VAGC0008 37.3657 -76.5504 21.0 VA GLOUCESTER COURTHOUSE 3.3 SSW +US1VAGC0009 37.3727 -76.4896 3.0 VA GLOUCESTER COURTHOUSE 3.3 SE +US1VAGC0010 37.3327 -76.5680 7.0 VA GLOUCESTER COURTHOUSE 5.8 SSW +US1VAGC0011 37.5252 -76.6150 36.9 VA GLOUCESTER COURTHOUSE 9.3 NNW +US1VAGC0012 37.2597 -76.4972 10.1 VA GLOUCESTER POINT 0.6 S +US1VAGH0001 37.6662 -77.8773 92.0 VA COLUMBIA 16.8 ESE +US1VAGH0002 37.8165 -77.9685 97.2 VA COLUMBIA 11.6 ENE +US1VAGH0003 37.5812 -77.6383 55.2 VA RICHMOND 9.6 WNW +US1VAGH0004 37.6341 -77.7422 64.6 VA MANAKIN-SABOT 1.6 SW +US1VAGH0007 37.8229 -77.9192 118.6 VA GUM SPRING 3.5 NNW +US1VAGL0001 37.2824 -80.5193 691.9 VA BLACKSBURG 6.1 NW +US1VAGL0004 37.2566 -80.6676 602.0 VA EGGLESTON 3.4 SW +US1VAGL0006 37.3272 -80.7341 547.7 VA PEARISBURG 0.4 W +US1VAGL0008 37.3391 -80.6297 575.8 VA PEMBROKE 1.3 NNE +US1VAGL0009 37.2783 -80.6888 511.5 VA PEARISBURG 4.0 SSE +US1VAGN0001 38.3093 -78.4762 238.0 VA STANARDSVILLE 2.1 WNW +US1VAGN0002 38.2640 -78.5520 221.0 VA STANARDSVILLE 6.7 WSW +US1VAGR0002 36.6212 -81.1117 807.7 VA INDEPENDENCE 2.2 E +US1VAGR0003 36.6047 -81.1555 822.4 VA INDEPENDENCE 1.3 S +US1VAGR0004 36.6951 -81.0971 808.3 VA FRIES 6.9 WSW +US1VAGV0002 36.5664 -77.6553 72.5 VA EMPORIA 11.0 SW +US1VAHG0002 38.3284 -79.6371 742.2 VA MONTEREY 6.5 SSW +US1VAHL0001 36.8717 -78.7027 111.6 VA CLOVER 3.1 NNE +US1VAHMC001 37.0891 -76.4223 10.1 VA HAMPTON 7.5 WNW +US1VAHMC004 37.0459 -76.4248 7.0 VA HAMPTON 7.2 W +US1VAHMC005 37.0711 -76.3179 0.9 VA HAMPTON 1.9 NW +US1VAHMC006 36.7121 -76.2601 4.0 VA CHESAPEAKE 3.5 NE +US1VAHMC007 37.0606 -76.4411 6.7 VA HAMPTON 8.1 W +US1VAHMC010 37.0530 -76.4401 7.3 VA HAMPTON 8.0 W +US1VAHMC015 37.0202 -76.3462 2.1 VA HAMPTON 3.5 SW +US1VAHN0004 36.6575 -79.8375 211.5 VA MARTINSVILLE 2.3 SE +US1VAHN0007 36.6610 -79.8418 234.1 VA MARTINSVILLE 2.0 SE +US1VAHN0009 36.7661 -79.9658 264.6 VA BASSETT 1.1 E +US1VAHPC002 37.3102 -77.2721 13.1 VA HOPEWELL 2.0 NE +US1VAHR0002 37.5854 -77.5643 82.6 VA RICHMOND 6.0 NW +US1VAHR0003 37.6067 -77.5367 78.9 VA LAUREL 2.5 SW +US1VAHR0006 37.6554 -77.5687 83.2 VA GLEN ALLEN 4.6 W +US1VAHR0008 37.6460 -77.5048 61.3 VA LAUREL 0.8 N +US1VAHR0009 37.6591 -77.5695 80.2 VA GLEN ALLEN 4.7 W +US1VAHR0010 37.5961 -77.5415 87.8 VA TUCKAHOE 2.6 ENE +US1VAHR0013 37.4561 -77.3498 45.4 VA MONTROSE 4.7 SSE +US1VAHR0017 37.4802 -77.2064 35.7 VA HIGHLAND SPRINGS 8.2 SE +US1VAHR0020 37.6503 -77.5655 72.5 VA GLEN ALLEN 4.5 WSW +US1VAHR0021 37.6226 -77.4703 49.4 VA RICHMOND 6.3 N +US1VAHR0022 37.6838 -77.6058 84.1 VA GLEN ALLEN 6.8 WNW +US1VAHV0003 37.8523 -77.5219 60.0 VA DOSWELL 3.2 WSW +US1VAHV0006 37.9098 -77.5855 78.9 VA BEAVERDAM 4.3 ESE +US1VAHV0007 37.8130 -77.6228 100.0 VA MONTPELIER 3.4 E +US1VAHV0008 37.8197 -77.5948 86.6 VA MONTPELIER 4.8 E +US1VAIW0001 36.9762 -76.5721 0.3 VA SMITHFIELD 2.6 E +US1VAIW0002 36.7078 -76.8347 14.9 VA CARRSVILLE 0.6 SW +US1VAIW0004 36.9676 -76.6318 11.0 VA SMITHFIELD 1.3 SW +US1VAIW0005 37.0739 -76.6686 3.4 VA SMITHFIELD 6.9 NNW +US1VAIW0006 36.9612 -76.5923 61.9 VA SMITHFIELD 2.0 SE +US1VAIW0008 36.7610 -76.7543 21.0 VA WINDSOR 3.4 SSW +US1VAIW0009 36.7053 -76.8496 13.7 VA FRANKLIN 5.1 ENE +US1VAIW0010 36.9312 -76.6035 6.4 VA SMITHFIELD 3.6 SSE +US1VAIW0011 36.9591 -76.6249 8.5 VA SMITHFIELD 1.7 SSW +US1VAIW0012 36.9859 -76.7486 24.1 VA SMITHFIELD 7.2 W +US1VAIW0013 36.9789 -76.6054 7.3 VA SMITHFIELD 0.7 ESE +US1VAIW0014 37.0056 -76.7123 25.3 VA SMITHFIELD 5.5 WNW +US1VAIW0017 36.8111 -76.7317 24.4 VA WINDSOR 0.5 ENE +US1VAIW0019 36.9898 -76.6087 8.5 VA SMITHFIELD 0.7 NE +US1VAJC0001 37.2745 -76.7641 38.1 VA WILLIAMSBURG 3.2 W +US1VAJC0003 37.3086 -76.7818 24.1 VA WILLIAMSBURG 4.9 WNW +US1VAJC0004 37.2439 -76.7600 18.9 VA WILLIAMSBURG 3.4 WSW +US1VAJC0007 37.2483 -76.8080 8.8 VA WILLIAMSBURG 5.8 WSW +US1VAJC0010 37.2822 -76.7799 20.4 VA WILLIAMSBURG 4.1 WNW +US1VAJC0011 37.3278 -76.7496 28.3 VA WILLIAMSBURG 4.6 NNW +US1VAJC0012 37.2524 -76.7405 19.5 VA WILLIAMSBURG 2.2 WSW +US1VAJC0013 37.3481 -76.7720 31.7 VA WILLIAMSBURG 6.5 NNW +US1VAJC0016 37.2831 -76.7636 19.5 VA WILLIAMSBURG 3.2 WNW +US1VAJC0017 37.3797 -76.6822 9.1 VA WILLIAMSBURG 7.7 N +US1VAJC0018 37.2387 -76.6761 15.8 VA WILLIAMSBURG 2.7 SE +US1VAJC0019 37.3089 -76.7402 17.1 VA WILLIAMSBURG 3.2 NW +US1VAJC0020 37.3033 -76.7615 28.7 VA WILLIAMSBURG 3.8 NW +US1VAJC0021 37.3089 -76.7724 21.6 VA WILLIAMSBURG 4.5 NW +US1VAJC0022 37.2303 -76.6631 15.2 VA WILLIAMSBURG 3.6 SE +US1VAJC0023 37.3070 -76.7754 19.2 VA WILLIAMSBURG 4.5 NW +US1VAJC0024 37.2662 -76.8114 21.3 VA WILLIAMSBURG 5.7 W +US1VAJC0025 37.3667 -76.7937 21.3 VA WILLIAMSBURG 8.2 NW +US1VAJC0026 37.2286 -76.6838 11.0 VA WILLIAMSBURG 3.1 SSE +US1VAJC0028 37.2508 -76.7611 20.1 VA WILLIAMSBURG 3.3 WSW +US1VAJC0029 37.2271 -76.6831 11.0 VA WILLIAMSBURG 3.2 SSE +US1VAJC0031 37.2485 -76.8081 10.1 VA WILLIAMSBURG 5.8 WSW +US1VAJC0034 37.3424 -76.7802 17.4 VA WILLIAMSBURG 6.4 NW +US1VAJC0036 37.2653 -76.6793 25.6 VA WILLIAMSBURG 1.6 ESE +US1VAJC0038 37.2425 -76.7657 14.6 VA WILLIAMSBURG 3.8 WSW +US1VAJC0040 37.2485 -76.7271 22.9 VA WILLIAMSBURG 1.9 SW +US1VAJC0041 37.3036 -76.7607 24.7 VA WILLIAMSBURG 3.8 NW +US1VAJC0042 37.4370 -76.7450 21.0 VA WILLIAMSBURG 11.7 N +US1VAJC0043 37.2770 -76.7693 19.5 VA WILLIAMSBURG 3.5 W +US1VAJC0044 37.2336 -76.7772 8.2 VA WILLIAMSBURG 4.6 WSW +US1VAJC0045 37.2564 -76.7897 7.9 VA WILLIAMSBURG 4.7 WSW +US1VAJC0046 37.4086 -76.7939 20.4 VA TOANO 2.0 NNE +US1VAJC0049 37.3663 -76.8145 34.7 VA TOANO 1.1 SSW +US1VAJC0050 37.2267 -76.6889 7.0 VA WILLIAMSBURG 3.2 SSE +US1VAJC0051 37.2445 -76.8010 7.6 VA WILLIAMSBURG 5.5 WSW +US1VAJC0052 37.2807 -76.7422 29.9 VA WILLIAMSBURG 2.1 WNW +US1VAKG0001 38.2844 -77.0517 12.5 VA DAHLGREN 3.2 S +US1VAKG0002 38.2998 -77.2879 58.5 VA KING GEORGE 6.3 WNW +US1VAKQ0001 37.5722 -76.7822 6.4 VA MATTAPONI 2.6 NNW +US1VAKW0001 37.5585 -76.8156 9.8 VA WEST POINT 0.9 WNW +US1VAKW0002 37.7391 -77.2683 28.7 VA HANOVER 5.9 ESE +US1VALB0002 37.0070 -78.2218 160.3 VA VICTORIA 0.9 N +US1VALD0001 39.1335 -77.7660 163.7 VA ROUND HILL 0.2 E +US1VALD0006 39.0912 -77.5398 77.1 VA LEESBURG 1.3 SE +US1VALD0009 39.1295 -77.6718 160.6 VA HAMILTON 0.5 SW +US1VALD0013 39.1223 -77.8187 212.1 VA ROUND HILL 2.7 WSW +US1VALD0014 39.2211 -77.5514 133.8 VA LEESBURG 8.0 N +US1VALD0016 39.0514 -77.4256 77.1 VA STERLING 3.7 NNW +US1VALD0017 39.0942 -77.6372 167.6 VA LEESBURG 4.4 W +US1VALD0018 39.2854 -77.5835 136.6 VA LOVETTSVILLE 3.1 ENE +US1VALD0019 39.0916 -77.7835 170.7 VA PURCELLVILLE 5.0 SW +US1VALD0024 39.1044 -77.5237 114.6 VA LEESBURG 1.7 E +US1VALD0026 39.0983 -77.5087 82.0 VA LEESBURG 2.6 E +US1VALD0029 39.1290 -77.5491 98.1 VA LEESBURG 1.7 NNE +US1VALD0030 39.0977 -77.7498 160.9 VA PURCELLVILLE 3.5 SW +US1VALE0001 36.7214 -83.0671 501.4 VA JONESVILLE 3.5 NE +US1VALE0002 36.6725 -83.1678 423.1 VA JONESVILLE 3.1 WSW +US1VALN0001 37.7170 -76.5177 27.1 VA URBANNA 6.2 NNE +US1VALN0002 37.7384 -76.4164 22.9 VA KILMARNOCK 2.5 NW +US1VALS0002 37.9311 -77.7462 91.1 VA MINERAL 10.2 ESE +US1VALS0003 37.8780 -77.8450 102.1 VA BUMPASS 8.3 SW +US1VALS0004 37.9876 -78.2109 140.8 VA GORDONSVILLE 10.4 S +US1VALYC001 37.4328 -79.2137 226.5 VA LYNCHBURG 2.5 NNW +US1VALYC002 37.3822 -79.2054 223.4 VA LYNCHBURG 1.5 SSW +US1VALYC004 37.3831 -79.2314 217.3 VA LYNCHBURG 2.5 WSW +US1VALYC007 37.4451 -79.2197 253.0 VA LYNCHBURG 3.4 NNW +US1VAMC0001 36.5906 -78.0685 97.5 VA LA CROSSE 7.5 S +US1VAMD0003 38.4669 -78.3167 193.5 VA MADISON 6.9 NNW +US1VAMN0001 37.1192 -80.4193 662.9 VA CHRISTIANSBURG 1.8 SSW +US1VAMN0003 37.1322 -80.3583 652.9 VA CHRISTIANSBURG 2.5 ESE +US1VAMN0004 37.1502 -80.4313 623.0 VA CHRISTIANSBURG 1.7 WNW +US1VAMN0005 37.1358 -80.3844 655.0 VA CHRISTIANSBURG 1.1 ESE +US1VAMN0006 37.2377 -80.4272 638.9 VA BLACKSBURG 0.4 N +US1VAMN0009 37.2247 -80.5187 575.5 VA BLACKSBURG 5.0 W +US1VAMN0010 37.1682 -80.4443 615.1 VA CHRISTIANSBURG 2.9 NW +US1VAMN0011 37.2346 -80.4581 614.2 VA BLACKSBURG 1.6 W +US1VAMN0012 37.2567 -80.4128 692.8 VA BLACKSBURG 1.9 NNE +US1VAMN0013 37.2205 -80.4017 667.8 VA BLACKSBURG 1.7 ESE +US1VAMN0017 37.2760 -80.4503 774.2 VA BLACKSBURG 3.2 NNW +US1VAMN0021 37.2486 -80.3905 608.7 VA BLACKSBURG 2.4 ENE +US1VAMN0022 37.2152 -80.5035 595.0 VA BLACKSBURG 4.3 WSW +US1VAMN0024 37.2264 -80.4064 662.3 VA BLACKSBURG 1.3 ESE +US1VAMN0025 37.2547 -80.4178 667.8 VA BLACKSBURG 1.6 NNE +US1VAMT0001 37.3742 -76.3071 1.5 VA PORT HAYWOOD 1.0 SE +US1VAMT0002 37.4275 -76.3610 2.1 VA MATHEWS 2.2 WSW +US1VAMT0005 37.4636 -76.2964 0.6 VA HUDGINS 1.7 ESE +US1VAMT0006 37.3807 -76.3284 1.2 VA PORT HAYWOOD 0.7 WSW +US1VAMX0001 37.5370 -76.4437 29.9 VA WHITE STONE 8.0 SSW +US1VAMX0002 37.5475 -76.4938 6.4 VA WHITE STONE 8.8 SW +US1VAND0001 37.9597 -76.5188 33.5 VA NORTHUMBERLAND HWY LOTTSBURG +US1VAND0002 37.9928 -76.5092 5.5 VA LOTTSBURG 2.3 NNE +US1VAND0003 37.8011 -76.3115 2.1 VA KILMARNOCK 7.1 NNE +US1VAND0005 37.8675 -76.4161 0.3 VA HEATHSVILLE 4.6 SE +US1VANH0001 37.3517 -75.9920 4.3 VA CAPE CHARLES 5.8 NNE +US1VANH0002 37.4601 -75.9191 0.3 VA FRANKTOWN 2.6 WSW +US1VANH0003 37.4156 -75.9823 3.4 VA EASTVILLE 5.0 NNW +US1VANK0001 37.5362 -77.1169 39.0 VA NEW KENT 7.7 WNW +US1VANK0003 37.5059 -77.1753 31.7 VA QUINTON 3.5 WSW +US1VANL0001 37.7976 -78.7475 153.3 VA SHIPMAN 1.8 NE +US1VANL0003 37.6934 -78.6641 141.4 VA SCOTTSVILLE 11.8 SW +US1VANNC003 37.1132 -76.5398 1.5 VA NEWPORT NEWS 2.9 NNW +US1VANNC004 37.0756 -76.4540 6.4 VA NEWPORT NEWS 3.3 E +US1VANNC006 37.0566 -76.4945 15.8 VA NEWPORT NEWS 1.7 SE +US1VANNC007 37.0608 -76.4686 10.1 VA NEWPORT NEWS 2.7 ESE +US1VANNC008 37.1471 -76.5158 11.6 VA NEWPORT NEWS 4.9 N +US1VANNC012 37.0633 -76.4712 10.4 VA NEWPORT NEWS 2.5 ESE +US1VANNC016 37.1671 -76.5656 12.2 VA NEWPORT NEWS 6.9 NNW +US1VANRC001 36.9239 -76.2977 3.0 VA NORFOLK 2.9 W +US1VANRC003 36.8617 -76.2923 2.7 VA NORFOLK 5.0 SSW +US1VANRC005 36.8797 -76.2464 2.7 VA NORFOLK 3.0 S +US1VANRC009 36.8409 -76.2195 3.7 VA NORFOLK 5.9 SSE +US1VANRC015 36.8519 -76.2942 4.9 VA NORFOLK 5.6 SSW +US1VANRC017 36.9440 -76.2563 14.0 VA NORFOLK 1.6 NNW +US1VANY0001 37.1890 -78.1406 150.9 VA CREWE 0.8 NW +US1VANY0002 37.1833 -78.1353 157.9 VA CREWE 0.3 NW +US1VAOR0001 38.1858 -78.2891 167.9 VA BARBOURSVILLE 1.1 NW +US1VAPC0005 37.1926 -77.1491 36.6 VA DISPUTANTA 6.3 NE +US1VAPG0001 38.5070 -78.6240 292.3 VA SHENANDOAH 1.4 N +US1VAPH0001 37.5308 -78.0233 95.1 VA COLUMBIA 17.2 SSE +US1VAPH0002 37.6102 -77.9495 86.9 VA POWHATAN 5.0 NW +US1VAPH0004 37.4883 -77.8212 104.2 VA POWHATAN 6.6 SE +US1VAPL0002 37.1409 -80.5928 592.2 VA NEW RIVER 0.6 NW +US1VAPL0005 36.9991 -80.5562 770.8 VA SNOWVILLE 2.3 S +US1VAPL0009 37.0794 -80.6978 642.5 VA DUBLIN 2.0 SSW +US1VAPL0011 37.1587 -80.5538 538.9 VA FAIRLAWN 0.6 NNE +US1VAPN0002 37.2850 -78.4044 116.4 VA FARMVILLE 1.0 SSW +US1VAPN0005 37.2830 -78.3755 111.9 VA FARMVILLE 1.5 SE +US1VAPQC001 37.1450 -76.3960 1.8 VA POQUOSON 5.8 W +US1VAPR0002 36.6796 -80.4477 864.1 VA MEADOWS OF DAN 4.5 SW +US1VAPR0004 36.5480 -80.2360 353.3 VA STUART 6.7 SSE +US1VAPR0005 36.7330 -80.3548 934.5 VA MEADOWS OF DAN 2.3 E +US1VAPR0006 36.8424 -80.2633 484.0 VA WOOLWINE 3.7 NNE +US1VAPR0008 36.8017 -80.2220 363.0 VA WOOLWINE 3.2 ENE +US1VAPRC002 36.8010 -76.3270 7.9 VA PORTSMOUTH 4.1 SSE +US1VAPRC003 36.8086 -76.3883 2.1 VA PORTSMOUTH 3.7 SSW +US1VAPT0001 36.6513 -79.4183 180.1 VA DANVILLE 4.7 N +US1VAPT0002 36.8434 -79.4745 242.9 VA CHATHAM 4.5 WNW +US1VAPT0003 36.6627 -79.4199 204.5 VA DANVILLE 5.5 N +US1VAPT0004 37.0504 -79.3242 235.6 VA HURT 3.4 SSW +US1VAPT0005 36.6217 -79.4449 181.7 VA DANVILLE 3.3 NW +US1VAPT0006 36.6430 -79.3120 206.3 VA RINGGOLD 2.6 NNW +US1VAPT0007 36.6464 -79.3688 181.1 VA DANVILLE 4.9 NNE +US1VAPT0008 36.6121 -79.2970 192.6 VA RINGGOLD 0.3 N +US1VAPT0009 37.0508 -79.4822 208.2 VA PITTSVILLE 4.5 NNW +US1VAPT0010 36.7512 -79.4635 247.8 VA CHATHAM 5.9 SW +US1VAPW0001 38.6736 -77.3233 89.9 VA LAKE RIDGE 1.7 SW +US1VAPW0003 38.6284 -77.2644 32.0 VA WOODBRIDGE 0.5 SSW +US1VAPW0008 38.6009 -77.2817 31.7 VA WOODBRIDGE 2.6 SSW +US1VAPW0009 38.7745 -77.6012 94.2 VA GAINESVILLE 1.6 SE +US1VAPW0010 38.6991 -77.3355 69.8 VA WOODBRIDGE 5.9 NW +US1VAPW0011 38.6428 -77.5795 61.9 VA NOKESVILLE 4.0 S +US1VAPW0013 38.6844 -77.4299 86.0 VA MANASSAS 5.3 SE +US1VAPW0014 38.6804 -77.4206 108.2 VA MANASSAS 5.8 SE +US1VAPW0015 38.8899 -77.6193 104.9 VA HAYMARKET 5.5 N +US1VAPW0019 38.7958 -77.4976 57.0 VA MANASSAS 2.5 NNW +US1VARCC002 37.5768 -77.5141 69.2 VA RICHMOND 3.8 NW +US1VARCC004 37.5214 -77.4619 43.0 VA RICHMOND 1.0 SE +US1VARCC010 37.5769 -77.5171 71.0 VA RICHMOND 3.9 NW +US1VARCC011 37.5190 -77.4605 45.7 VA RICHMOND 1.1 SE +US1VARDC001 37.1306 -80.5720 574.9 VA RADFORD 0.9 WNW +US1VARH0003 38.3800 -78.8437 401.1 VA HARRISONBURG 4.2 SSE +US1VARH0004 38.4442 -78.8856 418.5 VA HARRISONBURG 0.8 NW +US1VARH0010 38.3731 -78.9618 387.4 VA BRIDGEWATER 0.9 SSE +US1VARH0011 38.3980 -78.7200 432.2 VA MASSANUTTEN 1.3 SE +US1VARH0015 38.3827 -78.9650 367.6 VA BRIDGEWATER 0.3 SE +US1VARK0001 37.8128 -79.3028 374.9 VA BUENA VISTA 6.3 NNE +US1VARK0002 37.7669 -79.3797 291.7 VA BUENA VISTA 2.7 NNW +US1VARK0003 37.7213 -79.6398 552.0 VA LEXINGTON 11.5 WSW +US1VARK0005 37.7792 -79.5409 399.9 VA LEXINGTON 5.3 W +US1VARK0006 37.8608 -79.5658 440.1 VA LEXINGTON 8.6 NW +US1VARN0001 37.1904 -80.0213 479.1 VA CAVE SPRING 2.4 SSW +US1VARN0002 37.2885 -80.0550 315.2 VA SALEM 0.1 NNE +US1VARN0003 37.2168 -80.0228 370.3 VA ROANOKE 5.5 SW +US1VARN0004 37.2216 -80.0122 355.4 VA ROANOKE 4.9 SW +US1VARN0005 37.2400 -80.0200 352.7 VA ROANOKE 4.3 SW +US1VARN0006 37.1836 -80.0169 449.9 VA ROANOKE 7.3 SSW +US1VARN0008 37.1645 -79.9553 365.8 VA BOONES MILL 3.4 N +US1VARN0013 37.2283 -80.0429 452.6 VA ROANOKE 5.8 SW +US1VARN0014 37.2231 -80.0309 427.0 VA ROANOKE 5.5 SW +US1VARN0015 37.2809 -79.8791 340.8 VA VINTON 0.7 NE +US1VARN0017 37.2976 -80.1176 388.0 VA SALEM 3.4 WNW +US1VARN0020 37.2388 -79.9940 363.3 VA ROANOKE 3.4 SW +US1VARNC001 37.2410 -79.9914 359.1 VA ROANOKE 3.2 SW +US1VARP0001 38.6200 -78.1100 274.3 VA WASHINGTON 6.9 SSE +US1VARP0002 38.6800 -78.2400 256.9 VA SPERRYVILLE 0.9 NE +US1VARP0004 38.7086 -78.2196 263.0 VA WASHINGTON 3.2 W +US1VARS0001 36.8607 -82.0893 804.7 VA LEBANON 2.7 SSW +US1VARS0002 36.9413 -82.0572 650.1 VA LEBANON 3.1 NNE +US1VASC0001 36.7217 -82.5367 599.2 VA GATE CITY 6.2 NNE +US1VASC0002 36.8299 -82.4732 412.1 VA DUNGANNON 0.3 WNW +US1VASF0002 38.3079 -77.4167 48.2 VA FREDERICKSBURG 3.9 E +US1VASF0003 38.4475 -77.4125 47.2 VA STAFFORD 2.0 NNW +US1VASF0005 38.2567 -77.3574 18.6 VA FREDERICKSBURG 7.6 ESE +US1VASFC001 36.7042 -76.6674 25.0 VA SUFFOLK 1.6 W +US1VASFC005 36.8758 -76.4257 6.1 VA SUFFOLK 16.7 NE +US1VASFC006 36.7522 -76.5530 6.1 VA SUFFOLK 5.8 NE +US1VASFC007 36.8852 -76.5324 6.7 VA SUFFOLK 13.9 NNE +US1VASFC008 36.8643 -76.4954 6.4 VA SUFFOLK 13.6 NE +US1VASFC009 36.8963 -76.4417 4.9 VA SUFFOLK 17.2 NE +US1VASFC011 36.7422 -76.6671 19.2 VA SUFFOLK 3.1 NNW +US1VASFC012 36.7399 -76.6620 18.3 VA SUFFOLK 2.9 NNW +US1VASFC015 36.7441 -76.5658 7.3 VA SUFFOLK 4.9 NE +US1VASFC017 36.7783 -76.5941 13.7 VA SUFFOLK 5.7 NNE +US1VASFC019 36.7928 -76.6582 17.7 VA SUFFOLK 6.3 N +US1VASH0001 38.9416 -78.3908 173.1 VA TOMS BROOK 2.7 E +US1VASH0002 39.0422 -78.3506 226.2 VA STRASBURG 3.7 N +US1VASM0001 36.8140 -81.5882 661.7 VA MARION 4.4 WSW +US1VASM0002 36.8565 -81.7294 646.8 VA SALTVILLE 2.2 SE +US1VASM0003 36.8535 -81.7433 633.4 VA SALTVILLE 1.8 SE +US1VASM0004 36.8532 -81.4745 687.3 VA MARION 2.4 ENE +US1VASM0006 36.8434 -81.5192 688.5 VA MARION 0.4 NW +US1VASP0002 38.2270 -77.5120 65.8 VA FREDERICKSBURG 5.2 SSW +US1VASP0003 38.2749 -77.7187 114.3 VA SPOTSYLVANIA 8.9 NW +US1VASR0001 37.2250 -76.9677 32.6 VA CLAREMONT 0.2 SW +US1VASR0004 36.9856 -76.9118 22.6 VA WAKEFIELD 4.4 ENE +US1VASS0001 36.9695 -76.9865 33.8 VA WAKEFIELD 0.1 ENE +US1VASS0003 36.9918 -77.3688 24.1 VA CARSON 3.3 SSE +US1VAST0001 36.9393 -76.8854 22.9 VA IVOR 2.4 NNE +US1VAST0002 36.8302 -76.9892 29.6 VA SEDLEY 3.7 N +US1VAST0004 36.9148 -76.9708 31.4 VA WAKEFIELD 3.8 SSE +US1VAST0005 36.8945 -76.9125 26.8 VA IVOR 1.0 SW +US1VAST0012 36.8798 -76.8522 14.9 VA ZUNI 1.5 NW +US1VAST0016 36.7000 -76.9771 14.9 VA FRANKLIN 2.6 WNW +US1VAST0017 36.6785 -76.9272 8.8 VA FRANKLIN 0.5 ESE +US1VAST0018 36.6923 -77.3369 39.0 VA DREWRYVILLE 2.3 SW +US1VATZ0002 37.0844 -81.3146 966.2 VA TAZEWELL 11.4 ESE +US1VATZ0004 37.1456 -81.5600 754.4 VA TAZEWELL 2.9 WNW +US1VAVBC001 36.8077 -76.1454 6.1 VA VIRGINIA BEACH 7.3 NW +US1VAVBC002 36.8916 -76.1148 11.0 VA VIRGINIA BEACH 11.2 NNW +US1VAVBC004 36.7283 -76.0598 2.1 VA VIRGINIA BEACH 1.2 SW +US1VAVBC005 36.6668 -76.1007 7.9 VA VIRGINIA BEACH 5.9 SSW +US1VAVBC006 36.7612 -75.9920 0.9 VA VIRGINIA BEACH 3.2 ENE +US1VAVBC009 36.8067 -76.1020 3.4 VA VIRGINIA BEACH 5.7 NW +US1VAVBC010 36.7904 -76.1461 2.7 VA VIRGINIA BEACH 5.8 WNW +US1VAVBC013 36.7746 -76.0422 4.0 VA VIRGINIA BEACH 2.4 N +US1VAVBC014 36.7754 -76.1947 6.7 VA VIRGINIA BEACH 8.7 WNW +US1VAVBC015 36.7542 -76.0188 4.3 VA VIRGINIA BEACH 1.7 NE +US1VAVBC019 36.6908 -76.0100 1.8 VA VIRGINIA BEACH 3.8 SSE +US1VAVBC021 36.7538 -75.9911 1.2 VA VIRGINIA BEACH 3.1 ENE +US1VAVBC022 36.9021 -76.1119 4.3 VA VIRGINIA BEACH 11.9 NNW +US1VAVBC023 36.8922 -76.0345 6.1 VA VIRGINIA BEACH 10.6 N +US1VAVBC030 36.7846 -76.1356 4.0 VA VIRGINIA BEACH 6.0 WNW +US1VAVBC032 36.8126 -76.1797 8.5 VA VIRGINIA BEACH 9.1 NW +US1VAVBC034 36.8767 -76.0331 8.2 VA VIRGINIA BEACH 9.5 N +US1VAVBC037 36.8100 -76.1515 5.5 VA VIRGINIA BEACH 7.7 NW +US1VAVBC040 36.7630 -75.9971 4.0 VA VIRGINIA BEACH 3.1 ENE +US1VAVBC042 36.7892 -76.1772 6.4 VA VIRGINIA BEACH 8.2 WNW +US1VAVBC043 36.8336 -76.0624 2.7 VA VIRGINIA BEACH 6.6 N +US1VAVBC049 36.7329 -76.0662 2.7 VA VIRGINIA BEACH 1.3 WSW +US1VAVBC050 36.8352 -76.0750 4.9 VA VIRGINIA BEACH 6.8 NNW +US1VAVBC054 36.8181 -76.1140 3.4 VA VIRGINIA BEACH 6.7 NW +US1VAVBC055 36.8210 -76.1353 6.4 VA VIRGINIA BEACH 7.6 NW +US1VAWH0004 36.6276 -82.1750 593.1 VA BRISTOL 1.1 NNW +US1VAWH0005 36.5980 -82.2867 590.1 VA BRISTOL 6.7 W +US1VAWH0006 36.6922 -82.3194 451.7 VA MENDOTA 1.6 SW +US1VAWH0007 36.8598 -81.8950 519.4 VA SALTVILLE 7.4 W +US1VAWLC001 37.2540 -76.7193 22.3 VA WILLIAMSBURG 1.3 SSW +US1VAWLC002 37.2780 -76.6839 22.3 VA WILLIAMSBURG 1.4 ENE +US1VAWLC003 37.2800 -76.6839 19.2 VA WILLIAMSBURG 1.4 ENE +US1VAWLC004 37.2525 -76.7289 28.0 VA WILLIAMSBURG 1.7 SW +US1VAWLC005 37.2259 -76.7614 1.8 VA WILLIAMSBURG 4.3 SW +US1VAWLC006 37.2525 -76.7264 20.1 VA WILLIAMSBURG 1.6 SW +US1VAWLC007 37.2715 -76.7665 21.3 VA WILLIAMSBURG 3.3 W +US1VAWLC012 37.2975 -76.7532 20.7 VA WILLIAMSBURG 3.2 NW +US1VAWM0001 38.0770 -76.7302 11.0 VA MONTROSS 5.2 ESE +US1VAWM0002 38.2400 -76.9600 3.4 VA COLONIAL BEACH 1.2 SSE +US1VAWM0005 38.1483 -76.8407 48.8 VA STRATFORD 0.5 NE +US1VAWNC001 39.1782 -78.1669 69.5 VA WINCHESTER 0.5 ENE +US1VAWR0001 38.9645 -78.1528 199.0 VA FRONT ROYAL 3.2 NNE +US1VAWR0002 38.9094 -78.1298 302.1 VA FRONT ROYAL 3.1 ESE +US1VAWR0003 38.9084 -78.1684 217.9 VA FRONT ROYAL 1.4 SE +US1VAWYC001 38.0791 -78.8683 402.0 VA WAYNESBORO 2.0 ENE +US1VAWYC002 38.0716 -78.8700 413.0 VA WAYNESBORO 1.8 E +US1VAWYC005 38.0746 -78.9304 418.5 VA WAYNESBORO 1.6 WNW +US1VAYR0001 37.1443 -76.4541 18.0 VA NEWPORT NEWS 5.8 NE +US1VAYR0002 37.1991 -76.4804 11.9 VA YORKTOWN 2.8 SE +US1VAYR0003 37.1663 -76.4401 7.0 VA NEWPORT NEWS 7.5 NNE +US1VAYR0004 37.3575 -76.7012 24.1 VA WILLIAMSBURG 6.0 N +US1VAYR0007 37.3332 -76.7126 24.1 VA WILLIAMSBURG 4.4 N +US1VAYR0008 37.2324 -76.5060 19.2 VA YORKTOWN 0.5 SSE +US1VAYR0010 37.2947 -76.6547 16.5 VA WILLIAMSBURG 3.3 ENE +US1VAYR0012 37.2823 -76.7117 21.9 VA WILLIAMSBURG 0.9 NNW +US1VAYR0014 37.1517 -76.4518 10.4 VA YORKTOWN 6.8 SE +US1VAYR0016 37.1694 -76.4185 3.0 VA YORKTOWN 6.9 SE +US1VAYR0017 37.3545 -76.7079 27.1 VA WILLIAMSBURG 5.8 N +US1VAYR0018 37.1627 -76.4578 16.5 VA YORKTOWN 6.0 SSE +US1VTAD0001 44.0468 -73.3441 66.1 VT ADDISON 3.6 SW +US1VTAD0002 44.1325 -73.0200 407.8 VT LINCOLN 2.2 NW +US1VTAD0005 43.8119 -73.3197 85.3 VT ORWELL 1.2 WNW +US1VTAD0006 44.0789 -73.4129 31.7 VT ADDISON 5.5 W +US1VTAD0007 44.0867 -72.9802 325.2 VT LINCOLN 1.6 SE +US1VTAD0008 44.2837 -73.0048 355.4 VT STARKSBORO 4.7 NNE +US1VTAD0010 43.9430 -73.0880 161.5 VT SALISBURY 3.3 N +US1VTAD0015 44.0478 -73.2933 90.2 VT ADDISON 2.9 S +US1VTAD0019 44.1006 -73.1172 151.5 VT NEW HAVEN 2.4 SE +US1VTAD0020 43.9217 -72.8404 274.9 VT HANCOCK 0.3 S +US1VTAD0021 44.0176 -73.1647 128.0 VT MIDDLEBURY 0.4 NE +US1VTAD0024 44.0181 -73.1684 113.1 VT MIDDLEBURY 0.3 N +US1VTAD0026 44.0260 -73.0980 147.8 VT MIDDLEBURY 3.6 ENE +US1VTBN0003 43.2909 -72.8326 551.4 VT LANDGROVE 1.1 NNE +US1VTBN0004 43.0626 -73.1577 207.6 VT ARLINGTON 0.9 SSW +US1VTBN0005 43.1639 -73.0357 245.4 VT MANCHESTER 1.9 E +US1VTBN0006 42.9624 -73.2336 274.0 VT SHAFTSBURY 1.9 SW +US1VTBN0007 43.1727 -73.0181 283.5 VT MANCHESTER 2.8 ENE +US1VTBN0008 43.0056 -73.2474 288.6 VT SHAFTSBURY 2.6 W +US1VTBN0010 42.9454 -73.2124 212.1 VT SOUTH SHAFTSBURY 0.1 W +US1VTCH0003 44.3492 -73.2444 106.1 VT CHARLOTTE 2.9 NNE +US1VTCH0004 44.5877 -72.9225 285.3 VT UNDERHILL 4.4 NNE +US1VTCH0005 44.4823 -73.2191 66.4 VT BURLINGTON 0.5 NW +US1VTCH0006 44.4277 -73.1502 112.8 VT SOUTH BURLINGTON 2.5 SE +US1VTCH0007 44.3249 -72.9657 302.1 VT HUNTINGTON 1.1 E +US1VTCH0009 44.5413 -72.8683 315.5 VT UNDERHILL CENTER 2.8 NE +US1VTCH0011 44.5981 -72.9188 277.1 VT UNDERHILL 5.1 NNE +US1VTCH0012 44.3065 -73.0052 229.2 VT HUNTINGTON 1.6 SW +US1VTCH0013 44.3608 -72.9640 223.4 VT RICHMOND 3.4 SSE +US1VTCH0015 44.3358 -72.9842 216.7 VT HUNTINGTON 0.7 NNE +US1VTCH0019 44.5152 -72.9926 195.4 VT JERICHO 1.0 NNW +US1VTCH0020 44.4766 -73.2210 31.7 VT BURLINGTON 0.4 W +US1VTCH0027 44.4396 -73.0738 148.1 VT WILLISTON 0.3 WNW +US1VTCH0031 44.5225 -73.1623 93.3 VT COLCHESTER 1.6 SSW +US1VTCH0037 44.5394 -72.9869 255.1 VT JERICHO 2.6 N +US1VTCH0038 44.4367 -73.0715 157.9 VT WILLISTON 0.2 WSW +US1VTCH0040 44.4908 -73.1086 105.5 VT ESSEX JUNCTION 0.1 E +US1VTCL0001 44.6368 -72.1433 415.1 VT SHEFFIELD 2.8 NNW +US1VTCL0003 44.1944 -72.2824 234.7 VT GROTON 4.4 WSW +US1VTCL0004 44.5665 -72.2200 579.7 VT WHEELOCK 6.5 SW +US1VTCL0005 44.5460 -72.2329 471.5 VT STANNARD 0.9 WNW +US1VTCL0006 44.4122 -72.1001 367.3 VT DANVILLE 2.0 E +US1VTCL0009 44.5499 -72.2520 424.9 VT STANNARD 1.9 WNW +US1VTCL0010 44.5046 -72.3655 253.0 VT HARDWICK 0.1 ENE +US1VTCL0011 44.6016 -72.1138 268.2 VT SHEFFIELD 0.1 SE +US1VTCL0014 44.5358 -72.0287 309.1 VT LYNDONVILLE 1.1 W +US1VTCL0017 44.4921 -72.3674 279.5 VT HARDWICK 0.8 S +US1VTCL0018 44.5649 -72.0883 353.3 VT WHEELOCK 1.6 S +US1VTCL0019 44.5187 -72.3028 335.6 VT EAST HARDWICK 0.4 SE +US1VTCL0020 44.6160 -71.9535 287.4 VT WEST BURKE 2.2 SE +US1VTCL0023 44.2302 -72.1052 367.6 VT RYEGATE 1.5 N +US1VTCL0027 44.4177 -72.1394 428.5 VT DANVILLE 0.4 N +US1VTCL0028 44.6362 -72.1928 488.3 VT SHEFFIELD 4.5 WNW +US1VTCL0029 44.4849 -72.0701 313.0 VT ST. JOHNSBURY 5.2 NNW +US1VTCL0030 44.4317 -72.1743 563.6 VT DANVILLE 2.2 NW +US1VTCL0033 44.2495 -72.2649 368.2 VT GROTON 4.4 NW +US1VTCL0034 44.6366 -72.1453 389.8 VT SHEFFIELD 2.8 NNW +US1VTCL0035 44.5603 -72.0084 304.5 VT LYNDONVILLE 1.8 N +US1VTCL0041 44.3697 -72.0826 271.0 VT DANVILLE 4.0 SE +US1VTES0001 44.5833 -71.7787 430.7 VT GRANBY 1.4 NW +US1VTES0002 44.8000 -71.5748 301.4 VT BLOOMFIELD 4.3 NE +US1VTES0003 44.4932 -71.7045 448.7 VT LUNENBURG 2.3 NNW +US1VTFR0002 44.9614 -73.0996 52.1 VT HIGHGATE SPRINGS 1.0 SSE +US1VTFR0004 44.9190 -73.1170 45.7 VT SWANTON 0.4 E +US1VTFR0005 44.9277 -72.8655 177.7 VT SHELDON 5.1 NE +US1VTFR0007 44.7654 -73.0793 166.7 VT FAIRFAX 7.7 NNW +US1VTFR0008 45.0034 -72.6821 156.4 VT RICHFORD 0.8 NNW +US1VTFR0009 44.8146 -73.0758 166.4 VT ST. ALBANS 0.5 NE +US1VTFR0012 44.8345 -73.0656 139.9 VT ST. ALBANS 1.9 NNE +US1VTFR0013 44.8577 -72.5570 392.0 VT MONTGOMERY 5.0 SE +US1VTFR0016 44.9187 -73.1199 46.9 VT SWANTON 0.2 E +US1VTFR0019 44.9259 -73.1215 42.7 VT SWANTON 0.5 NNE +US1VTFR0021 44.6888 -73.1034 153.0 VT FAIRFAX 4.9 WNW +US1VTGI0003 44.9128 -73.2689 30.5 VT ALBURGH 4.6 SSE +US1VTLM0001 44.4640 -72.6907 223.1 VT STOWE 0.2 SW +US1VTLM0003 44.5780 -72.8560 267.0 VT CAMBRIDGE 4.8 SSE +US1VTLM0006 44.4260 -72.6710 429.2 VT STOWE 2.8 SSE +US1VTLM0007 44.6208 -72.5725 314.6 VT HYDE PARK 2.9 NE +US1VTLM0008 44.5315 -72.5199 352.7 VT ELMORE 0.8 SSE +US1VTLM0011 44.4655 -72.6887 221.0 VT STOWE 0.1 W +US1VTLM0012 44.5779 -72.4527 395.9 VT WOLCOTT 2.0 NNE +US1VTLM0014 44.5186 -72.6854 367.3 VT STOWE 3.7 N +US1VTOG0002 44.1046 -72.4400 413.9 VT WASHINGTON 0.4 WSW +US1VTOG0003 44.0215 -72.2080 241.7 VT BRADFORD 4.4 WNW +US1VTOG0006 43.9263 -72.6784 222.5 VT RANDOLPH 0.7 WNW +US1VTOG0007 44.0332 -72.5498 496.5 VT BROOKFIELD 2.7 ESE +US1VTOG0010 43.9357 -72.7483 491.0 VT BRAINTREE 2.8 SW +US1VTOG0011 43.9614 -72.2978 307.2 VT VERSHIRE 1.5 ESE +US1VTOL0001 44.8916 -72.4435 325.8 VT WESTFIELD 0.7 WNW +US1VTOL0002 44.7586 -72.1168 456.9 VT BARTON 3.0 ENE +US1VTOL0004 44.6058 -72.2726 497.7 VT GREENSBORO 2.3 NNE +US1VTOL0005 44.9720 -72.1478 352.0 VT DERBY CENTER 1.8 NW +US1VTOL0006 44.8553 -71.9067 408.7 VT MORGAN 6.7 SE +US1VTOL0009 44.6053 -72.3094 456.0 VT GREENSBORO 2.1 NNW +US1VTOL0011 44.6502 -72.3297 445.9 VT EAST CRAFTSBURY 0.8 NE +US1VTOL0012 44.6310 -72.2800 620.6 VT GREENSBORO 3.9 NNE +US1VTOL0014 44.7478 -72.1744 296.3 VT BARTON 0.1 E +US1VTRT0001 43.6107 -73.0466 206.7 VT WEST RUTLAND 1.2 N +US1VTRT0003 43.6500 -72.9332 301.8 VT MENDON 0.3 WSW +US1VTRT0008 43.6752 -73.0154 155.8 VT PITTSFORD 2.3 SSE +US1VTRT0013 43.5806 -73.0407 166.4 VT WEST RUTLAND 0.9 SSE +US1VTRT0015 43.7534 -72.9973 331.6 VT NORTH CHITTENDEN 1.4 NW +US1VTRT0017 43.4971 -73.0941 422.1 VT MIDDLETOWN SPRINGS 1.5 ENE +US1VTRT0019 43.6101 -73.2231 133.5 VT CASTLETON 2.1 W +US1VTRT0020 43.7633 -73.1921 161.5 VT SUDBURY 2.6 SSE +US1VTRT0023 43.5263 -73.1651 232.0 VT POULTNEY 3.5 E +US1VTRT0024 43.4919 -73.1335 345.0 VT MIDDLETOWN SPRINGS 0.9 WNW +US1VTWH0001 42.8543 -72.6057 165.8 VT BRATTLEBORO 2.0 SW +US1VTWH0002 42.9966 -72.6436 154.5 VT NEWFANE 0.8 NE +US1VTWH0004 42.8493 -72.6253 196.3 VT BRATTLEBORO 3.1 SW +US1VTWH0006 43.0658 -72.5232 278.6 VT WESTMINSTER WEST 0.9 E +US1VTWH0009 42.7856 -72.7695 350.8 VT WEST HALIFAX 0.2 SE +US1VTWH0012 43.0033 -72.5334 168.6 VT PUTNEY 2.0 WNW +US1VTWH0015 43.0095 -72.4748 197.8 VT PUTNEY 2.2 ENE +US1VTWH0016 42.8706 -72.8818 456.6 VT WILMINGTON 0.6 WNW +US1VTWH0017 43.2039 -72.4822 220.7 VT ROCKINGHAM 1.1 NNE +US1VTWH0019 42.9766 -72.7764 519.7 VT EAST DOVER 1.8 N +US1VTWH0024 43.0169 -72.8284 447.8 VT WARDSBORO 2.6 SW +US1VTWH0025 42.9833 -72.5122 191.1 VT PUTNEY 0.7 NE +US1VTWH0026 43.1257 -72.5342 240.5 VT WESTMINSTER 5.5 NW +US1VTWH0029 42.8403 -72.5558 117.3 VT BRATTLEBORO 0.7 S +US1VTWR0002 43.7423 -72.5255 483.1 VT POMFRET 2.6 N +US1VTWR0003 43.3942 -72.7108 370.0 VT LUDLOW 0.5 WSW +US1VTWR0004 43.7350 -72.2938 224.0 VT NORWICH 1.6 NNE +US1VTWR0006 43.3472 -72.6968 526.4 VT LUDLOW 3.4 S +US1VTWR0009 43.3567 -72.4067 110.0 VT SPRINGFIELD 5.4 NE +US1VTWR0010 43.4616 -72.4920 225.2 VT WEST WINDSOR 1.7 S +US1VTWR0011 43.4766 -72.3873 107.9 VT WINDSOR 0.2 S +US1VTWR0013 43.3862 -72.6359 299.6 VT PROCTORSVILLE 0.3 NNE +US1VTWR0016 43.5547 -72.4237 197.8 VT HARTLAND 1.6 NW +US1VTWR0017 43.8942 -72.7699 617.5 VT ROCHESTER 2.3 NE +US1VTWR0018 43.8627 -72.7668 527.6 VT ROCHESTER 2.2 ESE +US1VTWR0020 43.6566 -72.4188 263.7 VT QUECHEE 0.7 N +US1VTWS0002 44.3777 -72.7193 220.1 VT WATERBURY 3.4 NNE +US1VTWS0003 44.3970 -72.7178 236.8 VT WATERBURY 4.6 NNE +US1VTWS0004 44.2462 -72.7420 269.1 VT MORETOWN 1.0 ESE +US1VTWS0005 44.2336 -72.6561 259.4 VT BERLIN 4.3 WNW +US1VTWS0007 44.3180 -72.6265 405.4 VT MIDDLESEX 3.1 ENE +US1VTWS0008 44.2627 -72.7313 330.1 VT MORETOWN 1.7 ENE +US1VTWS0010 44.1699 -72.6520 204.8 VT NORTHFIELD 1.5 N +US1VTWS0012 44.4171 -72.2350 530.4 VT CABOT 3.9 ENE +US1VTWS0013 44.3458 -72.5608 227.1 VT MIDDLESEX 6.9 NE +US1VTWS0015 44.3552 -72.4554 321.6 VT EAST CALAIS 1.5 SW +US1VTWS0017 44.3096 -72.4242 352.7 VT MARSHFIELD 4.5 SW +US1VTWS0018 44.3592 -72.6964 323.1 VT WATERBURY 3.3 NE +US1VTWS0019 44.3606 -72.8077 139.6 VT WATERBURY 3.0 NW +US1VTWS0022 44.0679 -72.8336 502.3 VT WARREN 3.3 SSE +US1VTWS0023 44.3981 -72.2657 619.7 VT CABOT 2.3 E +US1VTWS0029 44.3024 -72.5885 268.5 VT MIDDLESEX 4.5 E +US1VTWS0030 44.4883 -72.4326 495.0 VT WOODBURY 3.4 NNW +US1VTWS0031 44.1703 -72.8206 356.6 VT WAITSFIELD 1.4 S +US1VTWS0033 44.2005 -72.8942 331.3 VT WAITSFIELD 3.5 WNW +US1VTWS0034 44.2393 -72.6583 226.5 VT MORETOWN 5.2 E +US1VTWS0036 44.3051 -72.7904 372.2 VT DUXBURY 2.5 SW +US1VTWS0037 44.1649 -72.6471 243.5 VT NORTHFIELD 1.2 NNE +US1WAAD0002 46.7849 -119.1915 303.3 WA OTHELLO 2.7 SSW +US1WAAD0003 46.8111 -119.1549 332.5 WA OTHELLO 0.9 SE +US1WAAD0004 46.7838 -119.1912 302.1 WA OTHELLO 2.8 SSW +US1WAAD0005 46.8321 -119.1562 341.4 WA OTHELLO 1.0 NNE +US1WAAD0006 46.7611 -119.2181 259.7 WA OTHELLO 4.8 SSW +US1WAAD0007 47.1257 -118.3728 567.5 WA RITZVILLE 0.2 ESE +US1WAAD0008 46.9735 -118.6180 420.3 WA LIND 0.2 WNW +US1WAAD0009 46.8900 -118.1883 439.2 WA BENGE 4.3 WSW +US1WAAD0010 47.1367 -118.3719 550.2 WA RITZVILLE 0.7 NNE +US1WAAD0011 47.1655 -118.5165 569.1 WA RITZVILLE 7.1 WNW +US1WAAS0002 46.4067 -117.0939 346.9 WA CLARKSTON 2.2 WSW +US1WAAS0003 46.1198 -117.0083 1004.0 WA ANATONE 6.0 E +US1WABT0001 46.2507 -119.3197 171.9 WA RICHLAND 3.3 SSW +US1WABT0004 46.1951 -119.1755 177.4 WA KENNEWICK 0.6 SSW +US1WABT0005 46.2002 -119.8050 200.9 WA PROSSER 1.9 WSW +US1WABT0006 46.2099 -119.2816 239.0 WA KENNEWICK 5.3 W +US1WABT0007 46.2335 -119.2599 141.4 WA RICHLAND 4.4 SSE +US1WABT0010 46.2009 -119.7616 235.0 WA PROSSER 0.4 SSE +US1WABT0012 46.2656 -119.4458 214.0 WA BENTON CITY 2.0 E +US1WABT0013 46.2870 -119.3050 121.9 WA RICHLAND 0.8 SW +US1WABT0014 46.5631 -119.6060 223.4 WA RICHLAND 23.9 NW +US1WABT0015 46.2506 -119.3243 175.9 WA RICHLAND 3.4 SSW +US1WABT0016 46.2084 -119.1658 153.3 WA KENNEWICK 0.4 NNE +US1WABT0017 46.2873 -119.5622 233.2 WA BENTON CITY 3.9 WNW +US1WABT0020 46.1826 -119.1279 162.5 WA KENNEWICK 2.5 SE +US1WABT0024 46.3404 -119.2692 123.7 WA RICHLAND 3.4 NNE +US1WACB0001 46.2982 -118.0143 461.2 WA DAYTON 2.2 SW +US1WACB0002 46.2834 -117.9549 544.4 WA DAYTON 2.6 SSE +US1WACB0003 46.4122 -117.8548 666.0 WA DAYTON 8.7 NE +US1WACH0004 47.3709 -120.2074 227.4 WA MALAGA 0.4 WSW +US1WACH0007 47.4201 -120.3260 242.6 WA WENATCHEE 0.4 S +US1WACH0008 47.4921 -120.6337 477.3 WA PESHASTIN 5.3 SSW +US1WACH0009 47.4086 -120.3764 392.9 WA WENATCHEE 2.7 WSW +US1WACH0010 47.3934 -120.3018 230.1 WA WENATCHEE 2.5 SE +US1WACH0011 47.4344 -120.3269 214.9 WA WENATCHEE 0.6 N +US1WACH0013 47.4192 -120.3445 274.3 WA WENATCHEE 1.0 WSW +US1WACH0014 47.4824 -120.3446 322.8 WA WENATCHEE 4.0 NNW +US1WACH0017 47.3638 -120.2284 270.1 WA MALAGA 1.5 WSW +US1WACH0019 47.4043 -120.3288 276.1 WA WENATCHEE 1.5 S +US1WACH0022 47.7980 -120.4014 481.3 WA ENTIAT 12.2 NW +US1WACH0023 47.6049 -120.6687 388.0 WA LEAVENWORTH 1.0 NNW +US1WACH0027 47.6036 -120.6282 398.7 WA LEAVENWORTH 1.9 ENE +US1WACH0028 47.5749 -120.5976 356.3 WA PESHASTIN 0.7 NE +US1WACH0029 47.8088 -120.7604 604.4 WA LEAVENWORTH 15.7 NNW +US1WACH0031 47.3600 -120.3266 431.9 WA WENATCHEE 4.5 S +US1WACH0033 47.7708 -120.6646 568.1 WA LEAVENWORTH 12.4 N +US1WACH0035 47.7738 -120.6641 573.3 WA PLAIN 0.8 NW +US1WACH0037 47.5979 -120.6642 360.9 WA LEAVENWORTH 0.5 N +US1WACH0038 47.4438 -120.3652 428.9 WA WENATCHEE 2.3 WNW +US1WACH0039 47.8823 -120.4341 521.8 WA ENTIAT 17.6 NW +US1WACK0001 45.7473 -122.5687 87.5 WA BATTLE GROUND 2.7 SSW +US1WACK0003 45.6530 -122.5311 77.7 WA ORCHARDS 1.0 SE +US1WACK0004 45.6063 -122.5104 86.6 WA CASCADE PARK EAST 0.2 ENE +US1WACK0005 45.6914 -122.5347 83.8 WA ORCHARDS NORTH 0.7 NW +US1WACK0009 45.7034 -122.6106 79.9 WA VANCOUVER 5.3 NE +US1WACK0010 45.7450 -122.4400 200.6 WA BRUSH PRAIRIE 5.4 E +US1WACK0015 45.6686 -122.6862 50.9 WA VANCOUVER 2.1 NW +US1WACK0016 45.7720 -122.5851 118.0 WA BATTLE GROUND 2.2 WSW +US1WACK0017 45.7540 -122.4601 168.9 WA BRUSH PRAIRIE 4.7 ENE +US1WACK0021 45.6562 -122.6399 77.1 WA VANCOUVER 1.9 NE +US1WACK0022 45.6807 -122.6841 64.0 WA VANCOUVER 2.9 NNW +US1WACK0024 45.6990 -122.6506 53.9 WA VANCOUVER 4.2 NNE +US1WACK0025 45.9264 -122.3827 154.5 WA AMBOY 3.3 ENE +US1WACK0026 45.6010 -122.4310 207.9 WA CAMAS 1.0 NNW +US1WACK0027 45.6297 -122.3698 125.3 WA WASHOUGAL 3.7 NNW +US1WACK0028 45.5942 -122.4100 84.7 WA CAMAS 0.8 NE +US1WACK0029 45.5845 -122.3740 17.7 WA CAMAS 2.4 E +US1WACK0031 45.5971 -122.4186 175.0 WA CAMAS 0.7 NNW +US1WACK0035 45.6722 -122.5971 88.1 WA VANCOUVER 3.9 NE +US1WACK0036 45.8053 -122.7287 75.6 WA RIDGEFIELD 1.0 SE +US1WACK0038 45.7184 -122.6827 58.2 WA VANCOUVER 5.4 N +US1WACK0039 45.7940 -122.5443 96.6 WA BATTLE GROUND 0.8 N +US1WACK0044 45.7275 -122.6420 98.5 WA SALMON CREEK 1.3 NE +US1WACK0049 45.7807 -122.6300 82.0 WA RIDGEFIELD 5.9 ESE +US1WACK0053 45.6799 -122.5002 73.8 WA ORCHARDS NORTH 1.3 E +US1WACK0054 45.6718 -122.5939 84.4 WA VANCOUVER 3.5 NE +US1WACK0055 45.7323 -122.6532 64.0 WA VANCOUVER 6.5 N +US1WACM0001 48.0678 -123.3609 206.0 WA PORT ANGELES 9.6 SSE +US1WACM0002 48.0125 -123.1709 421.8 WA SEQUIM 5.4 SW +US1WACM0004 47.9146 -124.5309 27.4 WA FORKS 6.9 WSW +US1WACM0007 48.1054 -123.2278 53.6 WA PORT ANGELES 12.2 ESE +US1WACM0008 48.1492 -123.1577 14.6 WA SEQUIM 5.5 NNW +US1WACM0009 48.0820 -123.4673 267.0 WA PORT ANGELES 2.5 SSW +US1WACM0011 48.0493 -123.3103 284.4 WA PORT ANGELES 12.0 SE +US1WACM0013 48.0891 -123.5448 300.2 WA PORT ANGELES 8.1 SSW +US1WACM0014 48.0944 -123.2280 69.2 WA SEQUIM 5.8 WNW +US1WACM0019 48.1050 -123.4312 65.5 WA PORT ANGELES 6.1 SSE +US1WACM0020 48.0665 -123.0832 180.4 WA SEQUIM 1.3 SE +US1WACM0025 48.0693 -123.4388 375.8 WA PORT ANGELES 8.5 S +US1WACM0026 48.0980 -123.4200 117.0 WA PORT ANGELES 6.7 SSE +US1WACM0027 48.1197 -123.1074 30.8 WA SEQUIM 2.9 N +US1WACM0029 48.1163 -123.1394 37.2 WA SEQUIM 3.1 NNW +US1WACM0031 48.1047 -123.4490 95.7 WA PORT ANGELES 6.0 S +US1WACM0032 48.0803 -123.3162 179.2 WA PORT ANGELES 10.1 SE +US1WACM0034 48.0799 -123.4244 241.7 WA PORT ANGELES 7.8 SSE +US1WACM0036 48.0758 -123.3119 193.5 WA PORT ANGELES 10.5 SE +US1WACM0038 48.0981 -123.3475 96.0 WA PORT ANGELES 8.2 SE +US1WACM0040 48.1163 -123.2401 40.2 WA PORT ANGELES 11.4 ESE +US1WACM0041 48.0430 -123.3261 332.8 WA PORT ANGELES 11.9 SSE +US1WACM0042 48.0601 -123.5059 296.3 WA PORT ANGELES 9.3 SSW +US1WACM0043 48.0461 -123.3549 279.8 WA PORT ANGELES 11.1 SSE +US1WACM0044 48.0375 -123.3309 410.0 WA PORT ANGELES 12.2 SSE +US1WACM0046 48.0377 -123.3366 319.4 WA PORT ANGELES 12.0 SSE +US1WACM0048 48.0984 -123.2080 50.3 WA SEQUIM 5.0 WNW +US1WACM0049 48.0833 -123.1078 56.7 WA SEQUIM 0.4 NNW +US1WACM0051 48.0764 -123.4449 297.8 WA PORT ANGELES 7.9 S +US1WACM0055 48.1007 -123.4381 108.2 WA PORT ANGELES 6.3 S +US1WACM0056 48.0792 -123.1990 93.0 WA SEQUIM 4.3 W +US1WACM0060 48.1028 -123.4329 82.0 WA PORT ANGELES 6.2 SSE +US1WACM0062 48.1204 -123.4611 86.3 WA PORT ANGELES 4.9 S +US1WACM0064 48.0510 -123.0554 118.3 WA SEQUIM 2.9 SE +US1WACM0065 48.0837 -123.1022 51.5 WA SEQUIM 0.5 NNE +US1WACW0002 45.9967 -122.3988 139.6 WA YACOLT 9.0 N +US1WACW0006 45.9583 -122.7797 167.9 WA WOODLAND 3.5 NNW +US1WADG0001 47.4047 -120.2595 300.2 WA EAST WENATCHEE 1.6 ESE +US1WADG0003 47.4352 -120.2891 259.4 WA EAST WENATCHEE 1.2 N +US1WADG0004 47.4115 -120.2419 357.2 WA EAST WENATCHEE 2.2 E +US1WADG0006 47.4246 -120.2867 251.5 WA EAST WENATCHEE 0.5 N +US1WADG0009 47.4351 -120.2916 246.0 WA EAST WENATCHEE 1.3 N +US1WADG0011 47.4584 -120.3014 246.3 WA EAST WENATCHEE 2.5 NNE +US1WADG0016 47.4415 -120.2725 434.0 WA EAST WENATCHEE 1.8 NNE +US1WADG0018 47.4116 -120.2398 360.6 WA EAST WENATCHEE 2.3 E +US1WADG0020 47.3963 -120.2800 239.3 WA EAST WENATCHEE 1.5 SSE +US1WADG0022 47.3718 -120.1673 194.8 WA ROCK ISLAND 1.4 W +US1WADG0023 47.4043 -120.2669 281.9 WA EAST WENATCHEE 1.3 SE +US1WAFK0001 46.6763 -119.0698 303.9 WA CONNELL 11.0 W +US1WAFY0001 48.7094 -118.7214 888.8 WA REPUBLIC 4.2 N +US1WAFY0002 48.0994 -118.6922 456.0 WA KELLER 1.5 NNW +US1WAFY0003 48.3111 -118.2164 513.6 WA INCHELIUM 2.5 SE +US1WAFY0004 48.4523 -118.7469 589.2 WA REPUBLIC 13.6 S +US1WAFY0005 48.7612 -118.6613 743.1 WA REPUBLIC 8.4 NNE +US1WAFY0008 48.7176 -118.2049 1010.4 WA KETTLE FALLS 10.2 NW +US1WAFY0009 48.8125 -118.6230 889.7 WA MALO 1.1 NW +US1WAFY0010 48.7580 -118.7445 974.1 WA REPUBLIC 7.6 N +US1WAGF0001 46.4428 -117.5701 757.7 WA POMEROY 2.5 SSE +US1WAGF0002 46.4713 -117.6051 566.9 WA POMEROY 0.5 WSW +US1WAGH0001 47.0552 -124.1632 7.0 WA OCEAN CITY 1.1 SSE +US1WAGH0004 47.0065 -123.4114 18.9 WA ELMA 0.5 W +US1WAGH0008 47.0116 -124.1594 7.0 WA OCEAN SHORES 2.8 N +US1WAGH0010 47.0667 -123.9321 11.9 WA HOQUIAM 6.7 NNW +US1WAGH0012 46.9740 -123.8233 6.1 WA ABERDEEN 0.7 WSW +US1WAGH0013 46.9866 -124.1654 7.3 WA OCEAN SHORES 1.2 NNW +US1WAGH0016 46.9889 -124.1559 4.3 WA OCEAN SHORES 1.2 N +US1WAGH0019 46.9721 -123.8407 4.3 WA ABERDEEN 1.6 WSW +US1WAGH0022 46.9941 -123.5007 11.0 WA MONTESANO 4.2 ESE +US1WAGH0024 47.0117 -124.1631 4.9 WA OCEAN SHORES 2.6 N +US1WAGH0025 46.9705 -123.6528 47.5 WA MONTESANO 4.5 SW +US1WAGH0026 47.0526 -123.6535 32.6 WA MONTESANO 4.2 NW +US1WAGH0027 46.8903 -123.6849 32.3 WA COSMOPOLIS 6.0 SE +US1WAGH0028 47.0570 -123.6900 39.9 WA MONTESANO 5.8 WNW +US1WAGH0029 46.9852 -123.5950 19.5 WA MONTESANO 2.1 SSW +US1WAGH0030 46.9639 -123.8059 7.9 WA ABERDEEN 0.9 S +US1WAGH0031 46.9736 -124.1406 7.3 WA OCEAN SHORES 0.6 ENE +US1WAGH0032 47.1400 -124.0975 26.2 WA COPALIS CROSSING 2.1 NNW +US1WAGH0033 46.9583 -124.1477 4.9 WA OCEAN SHORES 0.9 SSE +US1WAGH0034 46.9539 -124.1506 7.3 WA OCEAN SHORES 1.2 S +US1WAGH0036 46.9829 -123.5986 21.0 WA MONTESANO 2.3 SSW +US1WAGH0037 46.9279 -123.3395 23.5 WA OAKVILLE 7.8 NW +US1WAGH0038 46.9643 -123.6837 32.9 WA ABERDEEN 5.9 E +US1WAGH0039 47.2272 -123.4958 131.4 WA ELMA 16.0 NNW +US1WAGH0040 46.9740 -123.6791 43.0 WA ABERDEEN 6.1 E +US1WAGH0041 46.9788 -123.8888 3.4 WA HOQUIAM 0.3 NNW +US1WAGH0042 46.9671 -124.1611 3.7 WA OCEAN SHORES 0.5 WSW +US1WAGH0043 46.9892 -123.6294 60.4 WA MONTESANO 2.8 SW +US1WAGH0047 47.4929 -123.8183 64.9 WA QUINAULT 2.2 NE +US1WAGH0050 46.9549 -123.7781 4.3 WA ABERDEEN 2.1 SE +US1WAGH0051 47.0473 -123.2604 97.5 WA MCCLEARY 0.6 SSE +US1WAGR0003 47.1375 -119.3089 352.7 WA MOSES LAKE 1.8 NW +US1WAGR0004 47.3314 -119.5582 427.0 WA EPHRATA 1.7 NW +US1WAGR0005 47.1134 -119.2493 363.0 WA MOSES LAKE 1.7 E +US1WAGR0006 46.9062 -119.7058 363.9 WA ROYAL CITY 4.4 W +US1WAGR0008 47.2781 -119.7689 493.2 WA QUINCY 4.9 NE +US1WAGR0012 47.3570 -119.5338 395.0 WA EPHRATA 3.1 N +US1WAGR0014 47.2965 -119.0614 427.9 WA WILSON CREEK 9.1 SSE +US1WAIS0001 48.0961 -122.5829 82.6 WA GREENBANK 0.5 WSW +US1WAIS0002 48.0963 -122.5720 51.8 WA GREENBANK 0.1 SE +US1WAIS0004 48.3050 -122.6700 54.6 WA OAK HARBOR 2.3 WNW +US1WAIS0005 48.0145 -122.5841 22.6 WA FREELAND 2.1 W +US1WAIS0006 48.3680 -122.6484 56.4 WA OAK HARBOR 5.3 NNW +US1WAIS0007 48.2198 -122.6859 25.6 WA COUPEVILLE 0.5 WNW +US1WAIS0016 48.0057 -122.5146 78.0 WA FREELAND 1.2 ESE +US1WAIS0017 48.2451 -122.5118 139.6 WA CAMANO ISLAND 3.8 N +US1WAIS0018 48.2541 -122.5061 41.5 WA CAMANO 5.6 N +US1WAIS0019 48.0753 -122.4763 75.3 WA LANGLEY 4.1 NW +US1WAIS0020 48.1843 -122.4813 50.6 WA CAMANO ISLAND 2.3 ENE +US1WAIS0021 48.3071 -122.6325 58.8 WA OAK HARBOR 1.1 NNW +US1WAIS0022 48.0988 -122.5911 55.2 WA GREENBANK 0.8 W +US1WAIS0023 48.3107 -122.5868 65.2 WA OAK HARBOR 2.1 NE +US1WAIS0025 48.2436 -122.5305 55.2 WA CAMANO ISLAND 4.6 N +US1WAIS0026 48.1303 -122.5964 60.7 WA COUPEVILLE 7.0 SSE +US1WAIS0027 48.0581 -122.5142 10.4 WA FREELAND 3.3 NNE +US1WAIS0028 48.2299 -122.4911 148.4 WA CAMANO ISLAND 4.2 NNE +US1WAIS0029 48.2035 -122.6344 61.9 WA COUPEVILLE 2.1 ESE +US1WAIS0030 48.2865 -122.7149 59.7 WA OAK HARBOR 4.3 W +US1WAIS0031 48.2503 -122.7142 43.3 WA OAK HARBOR 5.1 SW +US1WAIS0033 48.0368 -122.4134 46.9 WA LANGLEY 0.3 W +US1WAIS0034 48.2202 -122.6743 15.2 WA COUPEVILLE 0.2 NNE +US1WAIS0035 48.2359 -122.7291 23.8 WA COUPEVILLE 2.8 WNW +US1WAIS0036 48.0193 -122.4155 78.9 WA LANGLEY 1.3 SSW +US1WAIS0038 48.0268 -122.4874 137.8 WA FREELAND 2.5 ENE +US1WAIS0040 48.0057 -122.5146 78.0 WA FREELAND 1.2 ESE +US1WAIS0042 47.9928 -122.3878 112.2 WA CLINTON 1.7 NW +US1WAIS0044 48.0258 -122.4077 77.1 WA LANGLEY 0.8 S +US1WAIS0045 48.2926 -122.5208 13.4 WA OAK HARBOR 4.7 E +US1WAJF0001 47.9371 -122.7702 152.4 WA CHIMACUM 5.1 S +US1WAJF0002 47.9101 -122.6808 73.2 WA PORT LUDLOW 1.1 SSE +US1WAJF0003 47.9906 -122.7937 145.4 WA CHIMACUM 1.8 SW +US1WAJF0004 48.0402 -122.7673 39.6 WA PORT HADLOCK 0.7 NW +US1WAJF0005 48.0554 -122.7739 42.4 WA PORT TOWNSEND 4.6 S +US1WAJF0009 47.7030 -122.9258 19.8 WA BRINNON 2.1 NW +US1WAJF0011 48.1239 -122.8268 71.0 WA PORT TOWNSEND 2.2 W +US1WAJF0012 47.6112 -122.9893 81.4 WA BRINNON 6.3 SW +US1WAJF0014 47.6668 -122.9287 202.7 WA BRINNON 1.7 WSW +US1WAJF0015 47.8741 -122.6722 82.0 WA PORT LUDLOW 3.6 S +US1WAJF0016 47.9885 -122.8549 154.8 WA PORT TOWNSEND 9.9 SSW +US1WAJF0017 48.1165 -122.7681 51.2 WA PORT TOWNSEND 0.6 SE +US1WAJF0018 48.0862 -122.8790 64.3 WA PORT TOWNSEND 5.2 WSW +US1WAJF0019 48.0768 -122.8667 152.1 WA PORT TOWNSEND 5.1 SW +US1WAJF0020 47.9328 -122.6860 52.7 WA PORT LUDLOW 0.5 NNW +US1WAJF0021 48.1171 -122.7685 53.3 WA PORT TOWNSEND 0.6 SE +US1WAJF0022 48.1179 -122.7881 54.6 WA PORT TOWNSEND 0.5 SW +US1WAJF0027 47.9508 -122.6972 88.4 WA PORT LUDLOW 1.8 NNW +US1WAJF0028 47.8983 -122.8237 53.9 WA QUILCENE 5.8 NNE +US1WAJF0029 48.1355 -122.8008 28.3 WA PORT TOWNSEND 1.4 NW +US1WAJF0031 48.1123 -122.7691 27.4 WA PORT TOWNSEND 0.8 SE +US1WAJF0033 48.1143 -122.7675 41.1 WA PORT TOWNSEND 0.8 SE +US1WAJF0034 48.0627 -122.7960 100.9 WA PORT TOWNSEND 4.2 S +US1WAJF0036 47.9755 -122.7484 50.6 WA CHIMACUM 2.6 SSE +US1WAJF0039 48.0406 -122.7774 33.5 WA HADLOCK-IRONDALE 0.6 SSW +US1WAJF0040 48.0578 -122.9190 9.8 WA SEQUIM 8.7 E +US1WAJF0041 48.1210 -122.7676 49.1 WA PORT TOWNSEND 0.5 E +US1WAJF0043 48.0087 -122.8724 143.0 WA PORT TOWNSEND 8.9 SSW +US1WAJF0044 48.0770 -122.8291 68.6 WA PORT TOWNSEND 3.9 SW +US1WAJF0045 48.0607 -122.7829 73.2 WA PORT TOWNSEND 4.2 S +US1WAJF0046 48.1117 -122.8011 79.2 WA PORT TOWNSEND 1.2 SW +US1WAKG0003 47.7636 -122.2939 43.9 WA LAKE FOREST PARK 0.4 W +US1WAKG0004 47.4845 -122.1272 160.9 WA RENTON 3.2 E +US1WAKG0005 47.5859 -122.2509 26.5 WA MERCER ISLAND 1.5 NW +US1WAKG0006 47.6865 -122.3934 91.4 WA SEATTLE 4.9 NNW +US1WAKG0007 47.4689 -121.7450 157.6 WA NORTH BEND 2.8 SE +US1WAKG0008 47.3378 -121.8989 267.3 WA RAVENSDALE 4.0 SE +US1WAKG0009 47.4089 -122.1801 147.2 WA KENT 2.9 ENE +US1WAKG0010 47.4814 -122.1641 115.5 WA RENTON 1.5 E +US1WAKG0012 47.6759 -122.1592 114.3 WA REDMOND 2.1 W +US1WAKG0013 47.3265 -122.2113 17.4 WA AUBURN 1.9 N +US1WAKG0016 47.5503 -122.1503 199.6 WA EASTGATE 1.7 SSW +US1WAKG0018 47.6239 -122.1389 99.1 WA BELLEVUE 1.6 NNE +US1WAKG0020 47.6510 -122.3303 8.8 WA SEATTLE 2.2 NNE +US1WAKG0024 47.5604 -122.1510 240.8 WA EASTGATE 1.1 SW +US1WAKG0025 47.5040 -121.9066 182.9 WA ISSAQUAH 5.2 ESE +US1WAKG0026 47.3180 -122.3220 157.0 WA FEDERAL WAY 1.0 ENE +US1WAKG0028 47.6888 -122.1159 94.8 WA REDMOND 1.0 N +US1WAKG0030 47.7533 -122.3254 143.9 WA SHORELINE 1.0 ESE +US1WAKG0032 47.5916 -122.1549 85.6 WA BELLEVUE 0.8 S +US1WAKG0033 47.6924 -122.2980 102.1 WA SHERIDAN BEACH 3.7 S +US1WAKG0035 47.7295 -122.0836 66.4 WA WOODINVILLE 1.7 SE +US1WAKG0038 47.6523 -122.4095 93.0 WA SEATTLE 3.5 NW +US1WAKG0039 47.5637 -121.9014 39.9 WA FALL CITY 0.4 SW +US1WAKG0040 47.6405 -122.3903 74.4 WA SEATTLE 2.3 NW +US1WAKG0041 47.4332 -122.1704 124.1 WA RENTON 3.6 SSE +US1WAKG0042 47.5211 -122.1613 104.2 WA NEWPORT HILLS 1.9 SSE +US1WAKG0044 47.3601 -122.0281 166.7 WA MAPLE VALLEY 2.8 S +US1WAKG0045 47.3720 -122.2230 80.2 WA KENT 1.7 SSE +US1WAKG0048 47.6138 -122.1082 58.5 WA BELLEVUE 2.3 ENE +US1WAKG0049 47.5465 -122.1435 199.9 WA NEWPORT HILLS 1.4 E +US1WAKG0051 47.7714 -122.2585 78.0 WA KENMORE 0.9 WNW +US1WAKG0052 47.5432 -122.3810 113.1 WA SEATTLE 5.6 SSW +US1WAKG0054 47.6747 -122.2042 19.2 WA KIRKLAND 0.8 SW +US1WAKG0059 47.5677 -122.0899 23.5 WA ISSAQUAH 3.6 NW +US1WAKG0061 47.7274 -122.1021 142.0 WA REDMOND 3.7 N +US1WAKG0064 47.6452 -122.3233 43.0 WA SEATTLE 2.0 NE +US1WAKG0065 47.6046 -122.1931 27.1 WA BELLEVUE 1.8 W +US1WAKG0070 47.2643 -122.0666 170.1 WA AUBURN 8.2 SE +US1WAKG0072 47.5774 -122.4120 6.7 WA SEATTLE 4.2 SW +US1WAKG0074 47.5081 -122.2413 60.4 WA BRYN MAWR-SKYWAY 0.9 N +US1WAKG0076 47.3308 -122.2673 149.0 WA LAKELAND NORTH 0.5 ENE +US1WAKG0077 47.5755 -122.2134 61.6 WA MERCER ISLAND 0.9 ENE +US1WAKG0078 47.7531 -122.0943 87.8 WA WOODINVILLE 0.9 ENE +US1WAKG0079 47.6408 -122.4082 93.3 WA SEATTLE 3.0 WNW +US1WAKG0081 47.4752 -122.2019 64.6 WA RENTON 0.5 SSW +US1WAKG0082 47.6679 -122.3611 47.9 WA SEATTLE 3.2 N +US1WAKG0083 47.5712 -122.2836 -999.9 WA SEATTLE 4.5 SE +US1WAKG0088 47.3460 -122.3220 41.5 WA FEDERAL WAY 2.5 NNE +US1WAKG0089 47.6914 -122.3619 80.8 WA SEATTLE 5.0 NNW +US1WAKG0094 47.5694 -122.1271 159.4 WA BELLEVUE 2.3 SSE +US1WAKG0097 47.3679 -122.0881 119.2 WA COVINGTON 1.1 NE +US1WAKG0102 47.6095 -122.1462 82.3 WA BELLEVUE 0.6 NE +US1WAKG0104 47.6840 -122.3593 90.8 WA SEATTLE 4.3 N +US1WAKG0105 47.3944 -122.3925 62.5 WA VASHON 4.9 SE +US1WAKG0106 47.7046 -122.3032 71.0 WA SEATTLE 6.1 NNE +US1WAKG0107 47.5375 -121.8756 270.1 WA SNOQUALMIE 2.9 WNW +US1WAKG0108 47.6777 -122.3087 91.7 WA SEATTLE 4.3 NNE +US1WAKG0122 47.6330 -122.0308 119.8 WA SAMMAMISH 1.7 NNE +US1WAKG0125 47.3129 -122.1117 107.0 WA AUBURN 4.8 ENE +US1WAKG0128 47.7288 -122.2247 122.2 WA BOTHELL 2.5 SSW +US1WAKG0136 47.5461 -122.2685 85.6 WA SEATTLE 5.1 SE +US1WAKG0137 47.7676 -122.3741 79.2 WA SHORELINE 1.7 NW +US1WAKG0142 47.6771 -122.2978 79.6 WA SEATTLE 4.5 NNE +US1WAKG0143 47.4669 -121.6806 246.3 WA NORTH BEND 5.4 ESE +US1WAKG0144 47.4351 -122.1095 176.5 WA RENTON 5.2 SE +US1WAKG0145 47.6819 -122.3655 74.1 WA SEATTLE 4.2 N +US1WAKG0146 47.6933 -121.9122 114.9 WA CARNATION 3.3 N +US1WAKG0147 47.6947 -122.1258 81.7 WA REDMOND 1.5 NNW +US1WAKG0150 47.4948 -122.0759 180.4 WA ISSAQUAH 3.1 SW +US1WAKG0152 47.4750 -122.1345 116.4 WA RENTON 2.9 E +US1WAKG0154 47.6406 -121.9912 176.2 WA REDMOND 6.2 ESE +US1WAKG0156 47.5648 -122.0114 145.4 WA ISSAQUAH 2.6 NNE +US1WAKG0158 47.3865 -122.0329 157.9 WA MAPLE VALLEY 1.1 SSW +US1WAKG0162 47.6787 -122.2793 101.5 WA SEATTLE 5.6 NNE +US1WAKG0165 47.6864 -122.3582 96.9 WA SEATTLE 4.5 N +US1WAKG0166 47.7391 -121.9841 39.6 WA DUVALL 0.8 WNW +US1WAKG0168 47.6833 -122.2984 86.6 WA SEATTLE 5.6 NNE +US1WAKG0171 47.6862 -122.3899 86.3 WA SEATTLE 4.8 NNW +US1WAKG0172 47.3708 -122.1066 129.5 WA COVINGTON 0.5 NW +US1WAKG0173 47.4901 -122.0255 52.7 WA ISSAQUAH 3.0 SSE +US1WAKG0178 47.5344 -122.0695 151.2 WA ISSAQUAH 1.5 W +US1WAKG0179 47.6524 -122.3146 9.8 WA SEATTLE 2.7 NE +US1WAKG0180 47.5837 -122.3992 26.8 WA SEATTLE 3.5 SW +US1WAKG0181 47.7657 -122.3001 66.1 WA LAKE FOREST PARK 0.7 WNW +US1WAKG0182 47.5334 -121.8591 226.8 WA SNOQUALMIE 2.0 WNW +US1WAKG0185 47.3402 -122.2553 48.2 WA AUBURN 3.5 NW +US1WAKG0188 47.6701 -122.3546 107.6 WA SEATTLE 3.3 N +US1WAKG0190 47.6973 -122.3651 74.7 WA SEATTLE 5.3 N +US1WAKG0192 47.7024 -122.3517 112.5 WA SEATTLE 5.6 N +US1WAKG0193 47.3686 -122.0856 120.4 WA COVINGTON 0.7 ENE +US1WAKG0195 47.5245 -122.0437 90.5 WA ISSAQUAH 0.6 SSW +US1WAKG0196 47.3539 -122.3181 94.8 WA DES MOINES 2.9 S +US1WAKG0199 47.6864 -122.3622 82.9 WA SEATTLE 4.5 N +US1WAKG0200 47.5440 -122.3038 60.0 WA SEATTLE 5.8 SSE +US1WAKG0204 47.6091 -122.3440 6.1 WA SEATTLE 0.9 SSE +US1WAKG0206 47.4840 -121.3899 545.6 WA NORTH BEND 18.6 E +US1WAKG0208 47.6951 -122.3179 141.7 WA SEATTLE 5.3 NNE +US1WAKG0209 47.3733 -122.4216 20.7 WA VASHON 5.5 SE +US1WAKG0210 47.4919 -122.3650 39.6 WA BURIEN 2.1 NNW +US1WAKG0213 47.7375 -122.0863 75.0 WA WOODINVILLE 1.3 ESE +US1WAKG0217 47.7546 -122.3585 98.5 WA SHORELINE 0.8 W +US1WAKG0219 47.6976 -121.9160 99.7 WA CARNATION 3.6 N +US1WAKG0225 47.6117 -122.3085 121.3 WA SEATTLE 2.1 ESE +US1WAKG0226 47.6979 -122.1081 108.2 WA REDMOND 1.7 N +US1WAKG0228 47.3632 -122.4575 81.1 WA RUSTON 5.1 NNE +US1WAKG0229 47.6965 -122.3129 135.6 WA SEATTLE 5.5 NNE +US1WAKG0231 47.5940 -122.1363 109.4 WA BELLEVUE 1.1 SE +US1WAKG0232 47.4709 -122.4873 93.0 WA SOUTHWORTH 2.7 SSE +US1WAKG0234 47.7002 -122.2805 11.3 WA MATTHEWS BEACH 0.4 NW +US1WAKG0237 47.3096 -122.3605 108.2 WA FEDERAL WAY 0.9 W +US1WAKG0238 47.6748 -122.2776 89.0 WA SEATTLE 5.0 NE +US1WAKG0239 47.6768 -122.3632 54.6 WA SEATTLE 3.9 N +US1WAKG0240 47.5994 -121.9757 131.1 WA SAMMAMISH 3.0 ESE +US1WAKG0241 47.5745 -122.3871 110.6 WA SEATTLE 3.7 SSW +US1WAKG0242 47.6953 -122.0167 168.6 WA REDMOND 4.8 ENE +US1WAKG0243 47.5677 -122.3724 48.2 WA SEATTLE 3.9 SSW +US1WAKG0248 47.2890 -122.2985 118.9 WA FEDERAL WAY 2.5 SE +US1WAKL0001 45.9072 -120.7339 698.9 WA GOLDENDALE 7.1 NE +US1WAKL0002 45.8200 -121.4650 235.0 WA HUSUM 1.8 NE +US1WAKL0003 45.8452 -120.7554 701.0 WA GOLDENDALE 3.3 ENE +US1WAKL0004 46.0064 -121.5274 589.8 WA TROUT LAKE 1.2 NW +US1WAKL0005 45.8819 -120.8365 646.5 WA GOLDENDALE 4.2 NNW +US1WAKL0006 45.7317 -121.4981 247.8 WA WHITE SALMON 0.7 WNW +US1WAKL0007 45.9873 -121.5371 595.0 WA TROUT LAKE 0.8 SSW +US1WAKL0009 45.7698 -121.5244 163.4 WA WHITE SALMON 3.5 NW +US1WAKL0010 45.7547 -121.3968 630.9 WA WHITE SALMON 4.6 ENE +US1WAKL0011 45.8592 -120.7056 666.3 WA GOLDENDALE 6.0 ENE +US1WAKP0001 47.7616 -122.4719 14.6 WA KINGSTON 2.7 SSE +US1WAKP0003 47.5857 -122.6092 63.1 WA BREMERTON 1.8 NE +US1WAKP0006 47.6919 -122.5498 7.0 WA BAINBRIDGE ISLAND 2.6 NNW +US1WAKP0007 47.6013 -122.7013 5.8 WA TRACYTON 2.3 WSW +US1WAKP0008 47.7446 -122.5097 63.1 WA INDIANOLA 0.7 SSE +US1WAKP0009 47.6338 -122.6255 80.5 WA TRACYTON 2.2 NE +US1WAKP0012 47.9264 -122.6154 7.0 WA HANSVILLE 2.8 WNW +US1WAKP0013 47.4325 -122.5740 34.7 WA OLALLA 1.4 WNW +US1WAKP0014 47.6317 -122.7325 119.5 WA SILVERDALE 2.7 WSW +US1WAKP0016 47.5944 -122.8775 141.7 WA SEABECK 3.8 SW +US1WAKP0018 47.7317 -122.5554 38.7 WA SUQUAMISH 1.4 E +US1WAKP0020 47.6297 -122.5686 109.4 WA BAINBRIDGE ISLAND 2.4 SW +US1WAKP0021 47.8990 -122.5710 51.2 WA HANSVILLE 1.5 SW +US1WAKP0022 47.4441 -122.7110 122.8 WA PORT ORCHARD 6.7 SSW +US1WAKP0023 47.6013 -122.6043 100.9 WA BREMERTON 2.8 NE +US1WAKP0024 47.6533 -122.7485 105.8 WA SILVERDALE 3.0 W +US1WAKP0025 47.7669 -122.5192 91.1 WA INDIANOLA 0.9 NNW +US1WAKP0026 47.8083 -122.5288 28.3 WA KINGSTON 1.7 WNW +US1WAKP0030 47.7193 -122.7468 17.1 WA SILVERDALE 5.5 NNW +US1WAKP0031 47.4535 -122.5737 47.9 WA OLALLA 2.2 NW +US1WAKP0032 47.6417 -122.5714 23.2 WA BAINBRIDGE ISLAND 2.6 NW +US1WAKP0035 47.5850 -122.6694 17.4 WA BREMERTON 2.9 NNE +US1WAKP0036 47.5852 -122.6716 5.8 WA BREMERTON 2.9 NNE +US1WAKP0038 47.5888 -122.6432 26.2 WA BREMERTON 3.9 NE +US1WAKP0039 47.5507 -122.5806 113.7 WA PORT ORCHARD 3.2 ENE +US1WAKP0040 47.8502 -122.5383 101.8 WA KINGSTON 4.1 NNW +US1WAKP0041 47.7784 -122.6714 120.4 WA POULSBO 3.2 NNW +US1WAKP0043 47.5178 -122.5074 4.0 WA PORT ORCHARD 6.3 E +US1WAKP0044 47.9006 -122.5284 42.7 WA HANSVILLE 1.8 SE +US1WAKP0045 47.5354 -122.5448 14.0 WA PORT ORCHARD 4.5 E +US1WAKP0046 47.7493 -122.5294 30.2 WA INDIANOLA 0.8 WSW +US1WAKP0047 47.7856 -122.6730 100.0 WA POULSBO 3.7 NNW +US1WAKP0048 47.4956 -122.6868 131.1 WA PORT ORCHARD 3.1 SW +US1WAKP0051 47.5883 -122.8436 139.3 WA SEABECK 3.7 SSW +US1WAKP0054 47.6287 -122.5946 50.6 WA TRACYTON 3.1 ENE +US1WAKP0055 47.9201 -122.5853 16.8 WA HANSVILLE 1.4 W +US1WAKP0056 47.6833 -122.5331 68.6 WA WINSLOW 3.8 N +US1WAKP0057 47.5086 -122.6148 103.0 WA PORT ORCHARD 1.9 SE +US1WAKT0001 47.1560 -120.9297 729.1 WA CLE ELUM 2.6 S +US1WAKT0002 46.9636 -120.4797 461.8 WA ELLENSBURG 4.0 SE +US1WAKT0008 47.3915 -121.3939 808.9 WA SNOQUALMIE PASS 2.6 SSE +US1WALN0001 47.8657 -118.1473 464.8 WA DAVENPORT 14.8 N +US1WALN0002 47.9214 -118.9409 469.7 WA GRAND COULEE 3.2 ESE +US1WALN0003 47.6690 -117.8834 769.9 WA REARDAN 0.3 W +US1WALN0005 47.8101 -118.1101 513.9 WA DAVENPORT 11.1 N +US1WALN0006 47.6516 -118.1590 736.7 WA DAVENPORT 0.3 W +US1WALN0008 47.6182 -118.0057 741.9 WA DAVENPORT 7.2 ESE +US1WALN0010 47.7130 -118.9412 583.4 WA ALMIRA 0.2 NNW +US1WALN0012 47.7561 -118.2922 503.8 WA DAVENPORT 9.7 NW +US1WALN0014 47.7626 -118.5196 747.1 WA CRESTON 0.2 N +US1WALN0015 47.7863 -118.1856 770.5 WA DAVENPORT 9.5 N +US1WALN0016 47.5944 -118.5279 674.2 WA CRESTON 11.5 S +US1WALW0004 46.6103 -122.6903 234.4 WA ONALASKA 2.8 NE +US1WALW0005 46.6029 -122.4784 322.8 WA CINEBAR 2.6 ESE +US1WALW0007 46.5695 -123.1233 71.6 WA CURTIS 1.3 SW +US1WALW0008 46.5798 -122.9656 124.4 WA CHEHALIS 5.9 S +US1WALW0009 46.5842 -122.5522 232.0 WA CINEBAR 1.7 SW +US1WALW0013 46.4926 -122.9463 131.1 WA WINLOCK 0.5 W +US1WALW0015 46.7140 -122.1799 442.0 WA MINERAL 0.2 S +US1WALW0016 46.7231 -122.9511 58.2 WA CENTRALIA 0.5 ENE +US1WALW0018 46.6465 -122.9535 61.6 WA CHEHALIS 1.4 SSE +US1WALW0021 46.4518 -122.8041 47.5 WA TOLEDO 2.2 ENE +US1WALW0022 46.5958 -122.5826 335.3 WA ONALASKA 6.6 ENE +US1WALW0023 46.6265 -123.1021 64.6 WA CHEHALIS 7.0 WSW +US1WALW0024 46.7236 -122.9958 51.8 WA CENTRALIA 1.6 W +US1WALW0025 46.6308 -122.6161 247.2 WA ONALASKA 6.2 NE +US1WALW0026 46.5555 -122.7060 202.7 WA ONALASKA 1.5 SSE +US1WALW0027 46.5346 -122.8361 157.3 WA NAPAVINE 4.5 SE +US1WALW0029 46.6654 -122.9650 111.9 WA CHEHALIS 0.0 N +US1WAMS0001 47.2223 -122.9754 64.0 WA SHELTON 6.1 E +US1WAMS0002 47.4096 -123.1385 39.0 WA HOODSPORT 0.2 NNE +US1WAMS0006 47.1989 -123.1107 86.6 WA SHELTON 1.1 SSW +US1WAMS0007 47.2832 -123.1342 102.1 WA SHELTON 4.9 NNW +US1WAMS0008 47.2469 -123.3261 149.7 WA SHELTON 10.6 WNW +US1WAMS0011 47.2899 -123.0434 69.8 WA SHELTON 5.9 NNE +US1WAMS0012 47.1937 -123.0549 48.2 WA SHELTON 2.8 ESE +US1WAMS0013 47.3778 -123.1508 10.4 WA POTLATCH 0.1 NW +US1WAMS0022 47.4269 -122.8855 4.3 WA BELFAIR 3.2 WSW +US1WAMS0023 47.4026 -123.0232 128.0 WA TAHUYA 2.6 NE +US1WAMS0025 47.3013 -123.1607 56.1 WA SHELTON 6.5 NNW +US1WAMS0027 47.1340 -123.3268 104.5 WA ELMA 9.6 NNE +US1WAMS0028 47.4281 -123.2124 239.3 WA HOODSPORT 3.7 WNW +US1WAMS0030 47.2487 -122.9354 15.2 WA SHELTON 8.3 ENE +US1WAOK0001 48.0946 -119.7901 246.0 WA BREWSTER 0.7 SW +US1WAOK0002 48.6954 -119.2840 934.8 WA TONASKET 7.0 E +US1WAOK0003 48.9832 -119.6245 352.7 WA OROVILLE 9.2 WNW +US1WAOK0004 48.7635 -119.4206 288.0 WA TONASKET 4.1 N +US1WAOK0005 48.9576 -119.4432 297.8 WA OROVILLE 1.2 NNW +US1WAOK0006 48.7761 -119.3177 753.8 WA TONASKET 7.4 NE +US1WAOK0011 48.4946 -120.2480 872.6 WA WINTHROP 3.5 WNW +US1WAOK0012 48.4339 -120.1365 671.2 WA WINTHROP 3.3 SE +US1WAOK0014 48.1371 -119.7624 370.0 WA BREWSTER 2.5 NNE +US1WAOK0016 48.5573 -120.2567 1013.8 WA WINTHROP 6.8 NNW +US1WAOK0018 48.5825 -120.4013 639.2 WA WINTHROP 12.7 NW +US1WAOK0019 48.2797 -118.9306 623.0 WA NESPELEM 8.0 NNE +US1WAOK0020 48.5520 -120.1905 633.7 WA WINTHROP 5.5 N +US1WAOK0024 48.3808 -119.5562 254.8 WA OKANOGAN 1.2 NE +US1WAOK0025 48.5608 -119.0310 819.3 WA TONASKET 21.1 ESE +US1WAOK0027 48.7663 -119.4299 307.8 WA TONASKET 4.3 N +US1WAOK0028 48.4965 -120.2606 560.8 WA WINTHROP 4.1 WNW +US1WAOK0030 48.7138 -119.2714 918.4 WA TONASKET 7.6 E +US1WAPC0001 46.6791 -123.7206 6.1 WA RAYMOND 0.8 ESE +US1WAPC0002 46.3913 -123.8250 37.8 WA NASELLE 1.8 NW +US1WAPC0003 46.7652 -124.0671 14.3 WA GRAYLAND 3.3 SSE +US1WAPC0005 46.4901 -124.0403 7.3 WA OCEAN PARK 0.4 SSE +US1WAPC0006 46.5265 -124.0510 6.7 WA OCEAN PARK 2.2 N +US1WAPO0001 48.0757 -117.1926 790.7 WA ELK 5.6 NE +US1WAPO0002 48.0575 -117.3712 692.5 WA ELK 5.2 NW +US1WAPO0004 48.1803 -117.0593 665.1 WA NEWPORT 0.4 W +US1WAPO0008 48.6714 -117.3760 628.8 WA IONE 5.2 SSE +US1WAPO0009 48.1810 -117.1712 775.7 WA NEWPORT 5.5 W +US1WAPO0010 48.8576 -117.3738 639.8 WA METALINE FALLS 0.4 SSW +US1WAPO0011 48.1860 -117.0562 688.5 WA NEWPORT 0.4 NNW +US1WAPR0002 47.2876 -122.4941 89.6 WA TACOMA 2.9 NNW +US1WAPR0003 47.1473 -122.4169 118.0 WA PARKLAND 0.9 NE +US1WAPR0005 47.0993 -122.4310 110.6 WA SPANAWAY 0.5 SSW +US1WAPR0006 47.1653 -122.3783 142.3 WA SUMMIT 1.1 WSW +US1WAPR0012 46.9900 -122.3765 188.1 WA GRAHAM 5.8 SW +US1WAPR0014 47.2600 -122.4751 104.5 WA TACOMA 0.9 NW +US1WAPR0018 47.1758 -122.3515 128.9 WA PUYALLUP 2.8 WNW +US1WAPR0019 47.1954 -122.2955 14.3 WA PUYALLUP 1.1 NNW +US1WAPR0020 47.1683 -122.2440 125.3 WA PUYALLUP 2.1 ESE +US1WAPR0024 47.0407 -122.3606 150.3 WA ELK PLAIN 1.2 SE +US1WAPR0027 47.1303 -122.3367 144.2 WA SOUTH HILL 3.3 WSW +US1WAPR0028 47.0170 -122.3140 224.3 WA GRAHAM 2.7 SW +US1WAPR0031 47.2867 -122.5025 82.6 WA TACOMA 3.1 NW +US1WAPR0033 47.1739 -122.5978 18.9 WA STEILACOOM 0.4 NW +US1WAPR0034 47.2110 -122.2560 108.5 WA EDGEWOOD 2.5 SE +US1WAPR0036 47.3913 -122.5890 101.8 WA GIG HARBOR 4.3 N +US1WAPR0039 47.1871 -122.3749 125.9 WA WALLER 1.0 SSW +US1WAPR0042 47.3881 -122.5529 63.1 WA GIG HARBOR 4.4 NNE +US1WAPR0043 47.3178 -122.5767 49.1 WA GIG HARBOR 0.9 SE +US1WAPR0044 46.9672 -122.3273 193.9 WA EATONVILLE 7.4 NNW +US1WAPR0045 47.2618 -122.4772 103.0 WA TACOMA 1.1 NW +US1WAPR0046 47.1309 -122.4481 95.4 WA PARKLAND 1.0 WSW +US1WAPR0047 47.1997 -122.3200 9.8 WA PUYALLUP 2.1 NW +US1WAPR0054 47.3245 -122.6224 83.5 WA GIG HARBOR 1.6 W +US1WAPR0057 47.3811 -122.7156 75.6 WA GIG HARBOR 7.0 WNW +US1WAPR0058 47.4008 -122.6703 82.3 WA GIG HARBOR 6.3 NW +US1WAPR0059 47.2813 -122.5569 76.8 WA GIG HARBOR 3.6 SSE +US1WAPR0062 47.3544 -122.7813 64.3 WA GIG HARBOR 9.2 W +US1WAPR0065 47.0655 -122.3289 135.6 WA SPANAWAY 5.4 ESE +US1WAPR0066 47.3891 -122.5899 100.9 WA GIG HARBOR 4.2 N +US1WAPR0067 47.1974 -122.5468 68.6 WA UNIVERSITY PLACE 1.5 S +US1WAPR0068 47.2091 -122.5146 69.8 WA UNIVERSITY PLACE 1.5 ESE +US1WAPR0071 47.2663 -122.5856 50.9 WA GIG HARBOR 4.3 S +US1WASG0001 48.4200 -122.6142 12.2 WA ANACORTES 4.9 S +US1WASG0002 48.4202 -122.2909 119.5 WA MOUNT VERNON 1.1 E +US1WASG0004 48.6451 -122.3118 149.7 WA ALGER 2.1 NNE +US1WASG0008 48.4890 -122.6116 65.5 WA ANACORTES 0.8 ESE +US1WASG0009 48.5438 -122.3757 29.9 WA BOW 1.6 SE +US1WASG0010 48.4202 -122.2634 91.4 WA MOUNT VERNON 2.3 E +US1WASG0013 48.4506 -122.5885 67.7 WA ANACORTES 3.4 SSE +US1WASG0014 48.5236 -121.8836 43.9 WA CONCRETE 6.2 W +US1WASG0015 48.5452 -122.4284 2.7 WA BOW 1.8 SW +US1WASG0016 48.4863 -122.6015 85.3 WA ANACORTES 0.9 ESE +US1WASG0017 48.5050 -121.4800 93.9 WA ROCKPORT 6.5 E +US1WASG0021 48.5046 -122.6503 61.9 WA ANACORTES 1.3 NW +US1WASG0022 48.5061 -121.6519 102.4 WA CONCRETE 4.9 ESE +US1WASG0023 48.4277 -122.3886 5.5 WA MOUNT VERNON 3.4 W +US1WASG0024 48.4130 -122.3249 54.6 WA MOUNT VERNON 0.8 SW +US1WASG0025 48.4166 -122.6161 19.8 WA ANACORTES 5.3 S +US1WASG0026 48.5301 -121.8306 51.2 WA CONCRETE 3.8 W +US1WASG0028 48.5158 -122.1250 22.3 WA SEDRO-WOOLLEY 5.1 E +US1WASG0030 48.5355 -122.6265 34.1 WA ANACORTES 3.0 N +US1WASG0031 48.5538 -121.4262 107.0 WA MARBLEMOUNT 2.1 NE +US1WASG0032 48.4268 -122.6576 101.5 WA ANACORTES 4.7 SSW +US1WASG0033 48.4076 -122.3463 6.1 WA MOUNT VERNON 1.8 SW +US1WASG0034 48.5120 -121.6940 65.2 WA CONCRETE 3.1 SE +US1WASG0035 48.4819 -122.3941 18.6 WA BURLINGTON 3.0 WNW +US1WASG0037 48.5017 -122.6635 61.9 WA ANACORTES 1.7 WNW +US1WASG0038 48.4209 -122.6127 10.4 WA ANACORTES 5.0 S +US1WASG0039 48.5816 -122.2358 61.3 WA SEDRO-WOOLLEY 5.1 N +US1WASG0040 48.5611 -122.3979 4.9 WA BOW 0.1 SSE +US1WASG0041 48.4282 -122.6057 42.7 WA ANACORTES 4.6 SSE +US1WASG0042 48.4297 -122.3148 27.1 WA MOUNT VERNON 0.6 N +US1WASG0043 48.4938 -122.6199 57.9 WA ANACORTES 0.4 ENE +US1WASG0044 48.4794 -121.5835 70.7 WA ROCKPORT 0.8 ESE +US1WASG0045 48.4978 -122.6184 42.4 WA ANACORTES 0.6 NE +US1WASG0046 48.5171 -122.6245 13.7 WA ANACORTES 1.7 N +US1WASG0047 48.5370 -121.7970 50.6 WA CONCRETE 2.2 W +US1WASG0048 48.5860 -122.3290 65.5 WA BURLINGTON 8.1 N +US1WASG0050 48.6192 -122.3429 79.9 WA BELLINGHAM 10.3 SSE +US1WASG0051 48.4884 -122.6202 76.2 WA ANACORTES 0.5 SE +US1WASG0052 48.4228 -122.2817 107.9 WA MOUNT VERNON 1.5 E +US1WASG0053 48.5178 -121.7563 63.7 WA CONCRETE 1.4 SSW +US1WASG0055 43.4075 -122.2987 89.9 WA MOUNT VERNON 2.0 ESE +US1WASG0056 48.3917 -122.4900 2.1 WA LA CONNER 0.2 ESE +US1WASJ0001 48.4566 -122.9645 17.1 WA FRIDAY HARBOR 6.3 SSE +US1WASJ0002 48.6150 -123.1214 45.1 WA FRIDAY HARBOR 6.8 NW +US1WASJ0003 48.6079 -122.9466 51.5 WA ORCAS 0.7 NNW +US1WASJ0004 48.6979 -122.9082 12.8 WA EASTSOUND 0.3 NW +US1WASJ0005 48.4777 -122.9391 41.5 WA LOPEZ ISLAND 2.2 WSW +US1WASJ0008 48.5652 -123.1600 40.5 WA FRIDAY HARBOR 6.2 WNW +US1WASJ0009 48.4971 -123.0415 38.1 WA FRIDAY HARBOR 2.8 S +US1WASJ0010 48.5538 -123.1280 145.4 WA FRIDAY HARBOR 4.6 WNW +US1WASJ0011 48.5336 -123.0490 48.5 WA FRIDAY HARBOR 0.8 WSW +US1WASJ0012 48.4981 -123.0774 46.9 WA FRIDAY HARBOR 3.4 SW +US1WASJ0013 48.5329 -123.1631 39.3 WA FRIDAY HARBOR 6.0 W +US1WASJ0016 48.4819 -123.0613 18.9 WA FRIDAY HARBOR 4.0 SSW +US1WASJ0017 48.6228 -123.0204 117.3 WA DEER HARBOR 1.4 NW +US1WASJ0020 48.5552 -122.9256 8.8 WA CANOE ISLAND +US1WASJ0021 48.6682 -122.9125 25.6 WA EASTSOUND 1.9 SSW +US1WASJ0022 48.6903 -122.8837 19.2 WA EASTSOUND 1.0 ESE +US1WASJ0023 48.4990 -122.9256 39.9 WA LOPEZ ISLAND 2.1 NW +US1WASJ0024 48.6145 -122.8107 23.8 WA OLGA 1.2 ESE +US1WASJ0025 48.4344 -122.8636 11.3 WA LOPEZ ISLAND 3.3 SE +US1WASJ0028 48.5354 -122.8874 37.5 WA LOPEZ ISLAND 3.9 NNE +US1WASJ0029 48.6780 -123.2154 79.2 WA STUART ISLAND 0.2 SW +US1WASJ0032 48.6706 -123.2162 46.0 WA STUART ISLAND 0.7 SW +US1WASJ0033 48.7032 -123.0296 27.4 WA WALDRON 1.1 NNE +US1WASJ0035 48.5313 -123.0207 32.3 WA FRIDAY HARBOR 0.6 SE +US1WASJ0036 48.4334 -122.8635 12.8 WA LOPEZ ISLAND 6.7 SSE +US1WASJ0038 48.6041 -122.9081 155.8 WA ORCAS 1.5 E +US1WASJ0040 48.5568 -123.0792 100.0 WA FRIDAY HARBOR 2.6 WNW +US1WASJ0042 48.6954 -122.9095 9.4 WA EASTSOUND 0.2 WSW +US1WASJ0043 48.5840 -122.8166 3.4 WA BLAKELY ISLAND 1.7 NNW +US1WASJ0044 48.4845 -122.9023 56.1 WA LOPEZ ISLAND 1.2 SW +US1WASM0003 45.7062 -121.8754 158.5 WA STEVENSON 1.2 NE +US1WASM0006 45.7288 -121.5694 371.2 WA UNDERWOOD 2.1 W +US1WASN0002 47.9156 -122.2496 192.0 WA PAINE FIELD-LAKE STICKNEY 2.1 +US1WASN0004 47.9916 -122.2067 33.5 WA EVERETT 2.0 N +US1WASN0006 48.1187 -122.2726 124.1 WA MARYSVILLE 6.4 NW +US1WASN0007 47.8238 -122.2059 66.1 WA BOTHELL 4.4 N +US1WASN0011 48.2524 -122.3517 29.9 WA STANWOOD 0.7 N +US1WASN0012 47.8302 -122.2154 89.3 WA BOTHELL 4.9 NNW +US1WASN0015 47.7928 -122.2784 130.8 WA BRIER 0.3 W +US1WASN0016 47.8260 -122.1386 140.8 WA CLEARVIEW 0.8 SW +US1WASN0017 47.8605 -122.3115 149.7 WA LYNNWOOD 2.3 N +US1WASN0020 47.9495 -122.2006 71.0 WA EVERETT 1.0 S +US1WASN0021 47.7877 -122.2845 131.1 WA BRIER 0.7 WSW +US1WASN0027 47.9967 -122.2096 31.7 WA EVERETT 2.4 NNW +US1WASN0029 47.8185 -122.1986 86.9 WA BOTHELL 4.1 NNE +US1WASN0035 47.8663 -122.2938 164.6 WA LYNNWOOD 3.3 NNE +US1WASN0036 47.9542 -122.2479 45.1 WA EVERETT 2.4 WSW +US1WASN0037 47.8017 -122.2625 80.5 WA BRIER 0.8 NE +US1WASN0038 47.8090 -122.3466 121.3 WA EDMONDS 1.5 SE +US1WASN0039 47.9641 -122.0572 78.0 WA SNOHOMISH 3.5 NNE +US1WASN0043 48.1093 -122.1724 24.7 WA NORTH MARYSVILLE 1.3 WNW +US1WASN0047 47.8866 -121.7883 147.8 WA SULTAN 1.7 NNE +US1WASN0054 48.0652 -122.1541 16.8 WA MARYSVILLE 0.4 N +US1WASN0056 47.8205 -122.2250 104.9 WA BOTHELL 4.1 NNW +US1WASN0057 48.1993 -122.1292 28.0 WA ARLINGTON 1.7 NNE +US1WASN0058 47.8756 -122.1761 137.2 WA MILL CREEK 1.8 NE +US1WASN0064 47.8485 -121.7619 48.5 WA SULTAN 2.3 ESE +US1WASN0067 47.9106 -122.2017 153.0 WA EVERETT 3.6 S +US1WASN0068 47.8526 -121.9712 22.3 WA MONROE 0.6 SE +US1WASN0069 48.2450 -122.3400 39.6 WA STANWOOD 0.4 ENE +US1WASN0071 48.1594 -122.3663 43.9 WA STANWOOD 5.8 S +US1WASN0072 48.1898 -122.3341 74.4 WA STANWOOD 3.7 S +US1WASN0074 48.0279 -122.0773 120.7 WA LAKE STEVENS 0.9 NW +US1WASN0081 47.9133 -122.3162 89.6 WA MUKILTEO 1.0 SSW +US1WASN0083 47.8095 -122.2804 102.4 WA LYNNWOOD 1.6 SE +US1WASN0084 47.8841 -122.2942 147.2 WA MUKILTEO 3.0 SSE +US1WASN0086 47.8093 -122.1611 72.5 WA WOODINVILLE 5.0 NNW +US1WASN0087 47.8376 -122.1963 106.4 WA BOTHELL 5.4 N +US1WASN0089 48.1968 -122.1707 49.1 WA ARLINGTON 2.1 NW +US1WASN0090 47.9114 -122.3111 112.8 WA MUKILTEO 1.1 S +US1WASN0091 48.0637 -122.0575 102.7 WA LAKE STEVENS 3.2 N +US1WASN0092 47.8877 -122.1634 105.8 WA EVERETT 5.5 SSE +US1WASN0094 47.9636 -122.0984 127.7 WA WEST LAKE STEVENS 2.1 S +US1WASN0095 48.1899 -122.1041 33.2 WA ARLINGTON 1.9 ENE +US1WASN0097 48.1212 -122.3429 133.8 WA WEALLUP LAKE 1.9 WNW +US1WASN0101 47.8785 -122.0066 39.3 WA MONROE 1.8 NW +US1WASN0105 48.2858 -121.7377 122.2 WA DARRINGTON 6.6 WNW +US1WASP0001 47.6101 -117.3529 724.5 WA SPOKANE 5.2 SSE +US1WASP0002 47.6222 -117.3696 743.7 WA SPOKANE 4 SE +US1WASP0003 47.7447 -117.4861 605.0 WA SPOKANE 6.6 NW +US1WASP0004 47.5912 -117.4153 662.0 WA SPOKANE 5.5 S +US1WASP0006 47.6453 -117.2215 630.3 WA SPOKANE 8.9 E +US1WASP0007 47.4648 -117.4799 720.5 WA CHENEY 5.0 ESE +US1WASP0010 47.7196 -117.4744 605.9 WA SPOKANE 5.1 NNW +US1WASP0011 47.4890 -117.4698 714.5 WA CHENEY 5.1 E +US1WASP0012 47.7701 -117.3940 552.6 WA FAIRWOOD 1.1 ENE +US1WASP0013 47.6560 -117.4299 577.9 WA SPOKANE 1.3 SSW +US1WASP0014 47.9533 -117.4769 647.1 WA DEER PARK 2.1 WSW +US1WASP0015 47.5730 -117.6773 739.7 WA MEDICAL LAKE 0.7 ENE +US1WASP0016 47.5981 -117.3629 729.1 WA SPOKANE 5.7 SSE +US1WASP0017 47.6197 -117.3906 714.5 WA SPOKANE 3.8 SSE +US1WASP0021 47.6521 -117.5828 726.0 WA AIRWAY HEIGHTS 0.5 N +US1WASP0022 47.8698 -117.6699 474.6 WA NINE MILE FALLS 8.7 NW +US1WASP0023 47.6166 -117.3149 791.9 WA SPOKANE 6.0 SE +US1WASP0024 47.9461 -117.2509 672.7 WA CHATTAROY 6.3 NE +US1WASP0025 47.6500 -117.3970 609.6 WA SPOKANE 1.7 SSE +US1WASP0027 47.7942 -117.3411 580.3 WA MEAD 1.9 NNE +US1WASP0030 47.7454 -117.4141 591.9 WA SPOKANE 5.0 N +US1WASP0032 48.0007 -117.3755 590.7 WA DEER PARK 3.7 NE +US1WASP0033 47.6478 -117.1579 629.1 WA SPOKANE VALLEY 4.2 ESE +US1WASP0034 47.7152 -117.4547 624.2 WA SPOKANE 3.5 NNW +US1WASP0035 47.6606 -117.1118 694.6 WA LIBERTY LAKE 1.4 WNW +US1WASP0036 48.0366 -117.3241 645.0 WA ELK 2.6 WNW +US1WASP0037 47.8502 -117.3988 621.5 WA COLBERT 3.1 WNW +US1WASP0043 47.8069 -117.6565 727.3 WA SPOKANE 14.6 NW +US1WASP0048 47.6102 -117.2017 758.3 WA VERADALE 2.7 S +US1WASP0049 47.7130 -117.2760 683.1 WA SPOKANE 7.0 ENE +US1WASP0050 47.6206 -117.3999 716.9 WA SPOKANE 3.6 S +US1WASP0054 47.4823 -117.5867 724.5 WA CHENEY 0.7 SSW +US1WASP0056 47.5926 -117.1572 815.0 WA GREENACRES 4.9 S +US1WASP0057 47.7605 -117.4316 551.1 WA SPOKANE 6.1 N +US1WAST0001 47.9752 -117.6061 702.3 WA CLAYTON 2.6 SW +US1WAST0004 47.8907 -117.8525 487.7 WA FORD 2.4 SW +US1WAST0005 48.8485 -117.6283 621.8 WA NORTHPORT 8.3 SE +US1WAST0006 48.1189 -118.1854 512.4 WA HUNTERS 0.7 ENE +US1WAST0007 48.2809 -117.7179 512.1 WA CHEWELAH 0.6 ESE +US1WAST0008 48.4879 -117.8056 658.4 WA COLVILLE 5.6 SE +US1WAST0010 48.7006 -117.7393 823.0 WA COLVILLE 11.6 NNE +US1WAST0011 48.7369 -118.0498 432.8 WA EVANS 2.0 NNW +US1WAST0014 48.5362 -117.9606 638.6 WA COLVILLE 3.0 W +US1WAST0016 47.9028 -117.8185 539.5 WA FORD 0.8 SW +US1WATH0001 47.0235 -122.8918 51.8 WA OLYMPIA 1.3 S +US1WATH0002 47.1255 -122.8685 39.9 WA OLYMPIA 5.9 NNE +US1WATH0003 47.1450 -122.9483 27.4 WA OLYMPIA 7.6 NNW +US1WATH0005 46.8471 -123.0597 45.7 WA ROCHESTER 1.3 NNE +US1WATH0006 46.9951 -122.9056 55.2 WA TUMWATER 0.6 ESE +US1WATH0008 46.9777 -122.9947 84.4 WA OLYMPIA 6.5 SW +US1WATH0010 46.9966 -123.0021 87.2 WA OLYMPIA 6.0 WSW +US1WATH0011 46.8565 -122.5793 135.0 WA YELM 6.3 S +US1WATH0012 47.0166 -122.7270 62.2 WA OLYMPIA 8.5 ESE +US1WATH0013 47.1153 -122.9255 25.9 WA OLYMPIA 5.3 NNW +US1WATH0015 47.0622 -122.8119 26.5 WA OLYMPIA 4.1 ENE +US1WATH0019 47.0364 -122.8805 29.9 WA OLYMPIA 0.7 ESE +US1WATH0025 47.0009 -122.8665 60.7 WA OLYMPIA 3.1 SSE +US1WATH0026 47.1040 -122.9805 18.3 WA OLYMPIA 5.9 NW +US1WATH0027 47.0568 -122.9182 45.4 WA OLYMPIA 1.5 NW +US1WATH0028 47.1307 -122.8230 36.6 WA OLYMPIA 7.0 NNE +US1WATH0031 47.0927 -122.9543 58.5 WA OLYMPIA 4.5 NW +US1WATH0032 47.0504 -122.9192 51.8 WA OLYMPIA 1.3 WNW +US1WATH0033 47.0840 -122.9564 50.3 WA OLYMPIA 4.1 NW +US1WATH0034 46.9643 -122.7733 84.7 WA OLYMPIA 7.9 SE +US1WATH0035 46.9614 -122.5829 89.0 WA YELM 1.5 NE +US1WATH0036 46.9925 -123.0305 149.0 WA OLYMPIA 7.3 WSW +US1WATH0037 47.0263 -122.8506 68.9 WA OLYMPIA 2.3 ESE +US1WATH0039 47.0055 -122.8001 62.2 WA LACEY 1.2 NW +US1WATH0040 46.9785 -123.0473 186.8 WA OLYMPIA 8.5 WSW +US1WATH0043 47.0570 -122.9799 52.1 WA OLYMPIA 4.2 WNW +US1WATH0044 47.0489 -122.8756 62.2 WA OLYMPIA 1.0 ENE +US1WATH0049 46.9261 -123.0392 56.1 WA LITTLEROCK 1.9 NW +US1WATH0053 47.0481 -122.7714 66.1 WA LACEY 1.9 ENE +US1WATH0054 47.1044 -122.8933 29.9 WA OLYMPIA 4.3 N +US1WAWC0001 48.7076 -122.5084 59.1 WA BELLINGHAM 3.1 SW +US1WAWC0002 48.9617 -122.4303 34.1 WA LYNDEN 0.8 ENE +US1WAWC0005 48.7672 -122.4271 128.6 WA BELLINGHAM 2.4 NE +US1WAWC0006 48.7295 -122.4909 105.2 WA BELLINGHAM 1.5 SW +US1WAWC0008 48.8689 -122.6245 109.1 WA FERNDALE 2.1 NW +US1WAWC0009 48.7583 -122.4295 116.4 WA BELLINGHAM 2.0 ENE +US1WAWC0010 48.9565 -122.4424 32.0 WA LYNDEN 0.8 NE +US1WAWC0012 48.7602 -122.4355 62.5 WA BELLINGHAM 1.8 NE +US1WAWC0013 48.8009 -122.7075 1.8 WA FERNDALE 6.5 WSW +US1WAWC0016 48.7193 -122.4944 51.5 WA BELLINGHAM 2.1 SW +US1WAWC0017 48.8639 -122.6003 57.6 WA FERNDALE 1.1 NNW +US1WAWC0018 48.6875 -122.4816 360.0 WA BELLINGHAM 4.0 S +US1WAWC0019 48.7158 -122.4990 32.0 WA BELLINGHAM 2.4 SW +US1WAWC0020 48.8494 -122.3335 58.5 WA BELLINGHAM 9.3 NE +US1WAWC0021 48.7571 -122.4273 110.0 WA BELLINGHAM 2.0 ENE +US1WAWC0028 48.9258 -122.3175 25.9 WA NOOKSACK 0.2 SE +US1WAWC0029 48.9623 -122.6545 25.9 WA CUSTER 3.0 NNW +US1WAWC0031 48.9923 -123.0600 42.4 WA POINT ROBERTS 0.9 ENE +US1WAWC0032 48.7422 -122.4256 168.2 WA BELLINGHAM 1.9 E +US1WAWC0035 48.9368 -122.4684 25.9 WA LYNDEN 1.0 SW +US1WAWC0036 48.8690 -122.6265 110.6 WA FERNDALE 2.2 NW +US1WAWC0037 48.8943 -122.4432 32.6 WA LYNDEN 3.8 S +US1WAWC0038 48.7391 -122.4513 148.4 WA BELLINGHAM 0.8 ESE +US1WAWC0040 48.8488 -122.6649 68.3 WA FERNDALE 3.5 W +US1WAWC0044 48.8581 -122.6128 85.3 WA FERNDALE 1.3 WNW +US1WAWC0045 48.7615 -122.4933 23.2 WA BELLINGHAM 1.7 NW +US1WAWC0047 48.8533 -122.3368 49.1 WA BELLINGHAM 9.6 NE +US1WAWC0048 48.8439 -122.2852 49.1 WA EVERSON 5.7 SSE +US1WAWC0050 48.9181 -122.0817 169.8 WA MAPLE FALLS 0.5 SSW +US1WAWC0051 48.9909 -122.1079 185.3 WA MAPLE FALLS 4.8 NNW +US1WAWC0052 48.7113 -122.4715 86.3 WA BELLINGHAM 2.3 S +US1WAWC0054 48.9277 -122.0545 237.4 WA MAPLE FALLS 1.1 ENE +US1WAWC0055 48.7175 -122.2049 92.4 WA ACME 0.0 NNE +US1WAWC0056 48.8573 -122.6040 56.4 WA FERNDALE 0.9 WNW +US1WAWC0058 48.9477 -122.0748 228.0 WA MAPLE FALLS 1.6 N +US1WAWC0059 48.9225 -122.0789 196.0 WA MAPLE FALLS 0.2 SW +US1WAWC0060 48.9786 -122.4731 38.7 WA LYNDEN 2.2 NNW +US1WAWC0061 48.8612 -122.1408 124.1 WA DEMING 4.2 NE +US1WAWC0062 48.7641 -122.4768 36.3 WA BELLINGHAM 1.5 NNW +US1WAWC0063 48.7510 -122.1128 213.1 WA DEMING 7.0 SE +US1WAWC0064 48.7055 -122.4350 177.4 WA BELLINGHAM 3.0 SSE +US1WAWC0065 48.8072 -122.5005 45.7 WA BELLINGHAM 4.6 NNW +US1WAWC0068 48.7758 -122.3564 157.9 WA BELLINGHAM 5.5 ENE +US1WAWC0070 48.8897 -121.9476 276.8 WA GLACIER 0.1 SW +US1WAWC0073 48.7221 -122.3543 160.0 WA BELLINGHAM 5.4 ESE +US1WAWC0074 48.7723 -122.4286 136.9 WA BELLINGHAM 2.6 NE +US1WAWC0075 48.7258 -122.4684 117.0 WA BELLINGHAM 1.3 S +US1WAWK0001 46.3447 -123.6030 6.7 WA GRAYS RIVER 0.9 SSE +US1WAWM0001 46.8825 -117.3553 671.8 WA COLFAX 0.4 ESE +US1WAWM0004 46.7276 -117.1798 737.0 WA PULLMAN 0.9 WSW +US1WAWM0005 46.8658 -117.0899 772.7 WA PALOUSE 3.2 SSW +US1WAWM0006 46.8567 -117.5985 506.0 WA ENDICOTT 6.4 SE +US1WAWM0007 46.7497 -117.1830 788.2 WA PULLMAN 1.5 NW +US1WAWM0010 47.1172 -117.3857 707.7 WA THORNTON 0.3 SE +US1WAWW0002 46.0317 -118.4581 193.5 WA WALLA WALLA 6.1 WSW +US1WAWW0004 46.1099 -118.0698 916.2 WA WALLA WALLA 13.3 ENE +US1WAWW0005 46.0046 -118.3991 231.0 WA WALLA WALLA 5.1 SSW +US1WAWW0006 46.0742 -118.3304 302.1 WA WALLA WALLA 0.7 NE +US1WAWW0009 46.0041 -118.4724 205.1 WA LOWDEN 6.5 ESE +US1WAWW0012 46.0664 -118.2977 330.1 WA WALLA WALLA 2.1 E +US1WAWW0013 46.0325 -118.3582 263.0 WA WALLA WALLA 2.5 SSW +US1WAWW0014 46.0773 -118.3235 312.7 WA WALLA WALLA 1.1 NE +US1WAWW0015 46.0575 -118.1520 516.9 WA WALLA WALLA 9.1 E +US1WAWW0019 46.0783 -118.3309 308.8 WA WALLA WALLA 0.9 NNE +US1WAYK0001 46.3097 -119.9713 221.3 WA SUNNYSIDE 2.1 ESE +US1WAYK0002 46.5910 -120.5820 362.1 WA YAKIMA 2.5 W +US1WAYK0003 46.6964 -120.5822 472.1 WA SELAH 3.6 NW +US1WAYK0004 46.3194 -120.0369 268.8 WA SUNNYSIDE 1.2 W +US1WAYK0005 46.5953 -120.6171 378.0 WA YAKIMA 4.2 W +US1WAYK0006 46.3293 -120.0034 231.0 WA SUNNYSIDE 0.7 NE +US1WAYK0007 46.3721 -120.1657 245.7 WA GRANGER 2.3 NNE +US1WAYK0008 46.6118 -120.6867 518.8 WA FRUITVALE 6.9 W +US1WAYK0010 46.6093 -120.5751 411.2 WA YAKIMA 2.5 WNW +US1WAYK0013 46.2593 -119.9027 248.4 WA GRANDVIEW 1.1 NNE +US1WAYK0015 46.6585 -120.7423 554.1 WA COWICHE 1.6 WSW +US1WAYK0017 46.6907 -120.4949 352.3 WA SELAH 3.0 NE +US1WAYK0018 46.5367 -120.7134 466.6 WA YAKIMA 9.6 WSW +US1WAYK0022 46.5802 -120.5380 329.8 WA YAKIMA 1.0 SSW +US1WAYK0023 46.8028 -120.9229 608.4 WA NACHES 11.8 WNW +US1WAYK0024 46.5989 -120.5452 369.7 WA YAKIMA 0.9 WNW +US1WAYK0025 46.6036 -120.4155 392.9 WA YAKIMA 5.4 E +US1WAYK0030 46.6110 -120.5646 372.2 WA FRUITVALE 1.2 WSW +US1WIAD0002 43.9544 -89.8096 294.4 WI ADAMS 0.4 E +US1WIAD0005 44.2053 -89.8480 305.7 WI NEKOOSA 8.0 SSE +US1WIAD0006 43.8858 -89.7259 307.8 WI GRAND MARSH 1.0 W +US1WIAD0008 43.8611 -89.7163 310.0 WI GRAND MARSH 1.9 SSW +US1WIAD0010 43.7864 -89.6417 293.8 WI OXFORD 4.0 W +US1WIAS0003 46.5818 -90.8842 210.0 WI ASHLAND 0.5 WNW +US1WIAS0004 46.5824 -90.8839 213.4 WI ASHLAND 0.5 WNW +US1WIAS0006 46.6046 -90.6492 189.6 WI ODANAH 1.6 E +US1WIAS0011 46.5895 -90.8739 207.6 WI ASHLAND 0.6 N +US1WIBF0002 44.3999 -91.6031 279.8 WI MONDOVI 12.1 SSE +US1WIBF0003 44.5758 -91.6643 250.2 WI MONDOVI 0.5 NNE +US1WIBN0001 44.5289 -88.0376 178.9 WI GREEN BAY 2.4 WNW +US1WIBN0006 44.6611 -88.1178 210.6 WI SUAMICO 4.4 WNW +US1WIBN0007 44.5499 -88.1111 200.6 WI GREEN BAY 6.3 WNW +US1WIBN0008 44.4420 -88.1192 194.8 WI DE PERE 2.4 W +US1WIBN0010 44.4501 -88.0306 183.5 WI GREEN BAY 5.3 SSW +US1WIBN0012 44.4847 -88.0891 192.0 WI ASHWAUBENON 0.3 WSW +US1WIBN0014 44.4677 -87.9735 189.3 WI GREEN BAY 3.8 SSE +US1WIBN0015 44.5466 -88.1223 198.1 WI HOWARD 2.9 SW +US1WIBN0018 44.6066 -87.8118 231.0 WI NEW FRANKEN 5.3 NNE +US1WIBN0020 44.3965 -88.1370 195.1 WI DE PERE 4.3 SW +US1WIBN0022 44.3274 -88.1667 199.0 WI WRIGHTSTOWN 0.4 ENE +US1WIBR0002 45.2943 -91.6247 321.0 WI CHETEK 2.0 SE +US1WIBR0006 45.3806 -91.7048 320.6 WI CAMERON 2.4 SE +US1WIBR0007 45.4916 -91.7303 347.5 WI RICE LAKE 0.6 SE +US1WIBR0008 45.3245 -91.6638 322.5 WI CHETEK 0.8 NW +US1WIBR0011 45.2519 -91.7259 312.7 WI CHETEK 5.7 SW +US1WIBR0012 45.3147 -91.8096 397.5 WI HILLSDALE 2.4 E +US1WIBR0013 45.5600 -92.0742 390.1 WI CUMBERLAND 3.0 NW +US1WIBR0015 45.4672 -91.7276 345.0 WI RICE LAKE 2.1 SSE +US1WIBR0016 45.3690 -91.7871 327.1 WI CAMERON 3.2 SW +US1WIBR0017 45.3407 -92.1116 361.5 WI CLAYTON 3.1 ENE +US1WIBR0018 45.2495 -91.7243 311.8 WI CHETEK 5.8 SW +US1WIBR0019 45.5808 -91.7484 366.1 WI RICE LAKE 5.8 N +US1WIBR0020 45.2252 -92.0466 323.4 WI PRAIRIE FARM 3.3 WSW +US1WIBR0021 45.5145 -91.9718 377.6 WI CUMBERLAND 2.9 ESE +US1WIBR0022 45.5268 -91.9520 374.3 WI CUMBERLAND 3.5 E +US1WIBR0023 45.5592 -92.0693 370.9 WI CUMBERLAND 2.8 NW +US1WIBR0026 45.5868 -92.0050 390.1 WI CUMBERLAND 3.6 NNE +US1WIBR0027 45.5363 -92.0306 388.3 WI CUMBERLAND 0.4 W +US1WIBR0030 45.5724 -92.0039 383.7 WI CUMBERLAND 2.7 NNE +US1WIBR0031 45.3274 -91.7688 362.1 WI CHETEK 5.7 W +US1WIBR0032 45.3292 -91.7451 353.0 WI CAMERON 5.1 S +US1WIBT0001 45.7728 -92.6886 294.1 WI GRANTSBURG 0.6 SSW +US1WIBT0002 45.8833 -92.0960 299.9 WI SPOONER 10.6 WNW +US1WIBT0003 45.9891 -92.1694 306.3 WI WEBB LAKE 2.2 SW +US1WIBT0005 45.7666 -92.7182 277.4 WI GRANTSBURG 1.9 WSW +US1WIBT0007 45.8453 -92.0506 314.2 WI SPOONER 7.7 W +US1WIBT0009 45.9307 -92.3739 287.1 WI WEBSTER 3.6 N +US1WIBT0014 45.9518 -92.2165 310.9 WI OAKLAND 9.0 ENE +US1WIBY0001 46.9386 -90.8349 210.0 WI BAYFIELD 8.8 N +US1WIBY0003 46.8324 -90.8016 235.6 WI BAYFIELD 1.7 NNE +US1WIBY0004 46.7019 -90.9930 295.0 WI WASHBURN 5.1 WNW +US1WIBY0005 46.4944 -91.2970 332.8 WI IRON RIVER 7.2 SE +US1WIBY0006 46.3026 -91.5032 348.1 WI BARNES 2.2 S +US1WIBY0012 46.6953 -90.9871 332.5 WI WASHBURN 4.7 WNW +US1WIBY0014 46.5974 -91.0786 353.9 WI ASHLAND 9.8 W +US1WIBY0015 46.7929 -90.8434 222.5 WI BAYFIELD 1.7 SW +US1WIBY0017 46.7183 -90.9385 256.0 WI WASHBURN 3.7 NW +US1WICB0001 43.3189 -89.0268 262.1 WI COLUMBUS 1.2 S +US1WICB0004 43.5141 -89.5691 248.7 WI PORTAGE 5.7 WSW +US1WICB0005 43.4793 -89.5737 287.4 WI PORTAGE 7.2 SW +US1WICB0008 43.6324 -89.7672 285.9 WI WISCONSIN DELLS 0.7 NE +US1WICB0011 43.4128 -89.5309 241.7 WI POYNETTE 6.3 WNW +US1WICB0012 43.5648 -89.0249 285.0 WI RANDOLPH 2.2 NNW +US1WICH0001 44.9739 -91.1412 313.6 WI CADOTT 1.6 NNE +US1WICH0002 44.9684 -90.9390 334.4 WI STANLEY 0.4 NNE +US1WICH0003 45.1702 -91.2361 317.9 WI CORNELL 4.1 W +US1WICH0005 44.9474 -91.4042 283.5 WI CHIPPEWA FALLS 1.2 NNW +US1WICH0007 44.9292 -91.3673 299.0 WI CHIPPEWA FALLS 1.2 E +US1WICH0008 44.9848 -91.3391 283.5 WI CHIPPEWA FALLS 4.4 NE +US1WICH0009 44.9421 -91.4032 280.7 WI CHIPPEWA FALLS 0.9 NW +US1WICH0010 44.9245 -91.3862 280.4 WI CHIPPEWA FALLS 0.6 SSE +US1WICK0003 44.8721 -90.4246 410.3 WI COLBY 5.9 WSW +US1WICR0001 43.2648 -90.7557 338.0 WI GAYS MILLS 6.1 SE +US1WICR0003 43.3334 -91.0690 210.0 WI FERRYVILLE 1.0 SE +US1WICR0004 43.3167 -90.8453 216.1 WI GAYS MILLS 0.3 SE +US1WICT0001 44.0375 -88.1697 274.9 WI CHILTON 0.6 NNW +US1WICT0004 44.1964 -88.3307 241.1 WI MENASHA 5.4 ESE +US1WICT0005 44.1075 -88.0529 253.6 WI BRILLION 4.9 S +US1WIDA0002 43.1022 -89.4961 281.9 WI MIDDLETON 0.5 E +US1WIDA0003 43.0317 -89.4831 314.9 WI MADISON 5.0 SW +US1WIDA0004 43.0642 -89.4474 304.5 WI MADISON 3.1 WSW +US1WIDA0009 43.0680 -89.4499 280.1 WI MADISON 3.2 WSW +US1WIDA0010 42.9616 -89.7642 354.2 WI MOUNT HOREB 3.6 SSW +US1WIDA0011 43.0255 -89.4319 295.7 WI MADISON 4.4 SSW +US1WIDA0013 43.0623 -89.4565 285.0 WI MADISON 3.7 WSW +US1WIDA0014 43.0186 -89.2785 271.3 WI MCFARLAND 0.8 E +US1WIDA0015 43.0900 -89.5000 285.0 WI MIDDLETON 0.9 SSE +US1WIDA0017 42.9222 -89.0925 276.1 WI EDGERTON 5.9 N +US1WIDA0018 43.1868 -89.4637 286.2 WI WAUNAKEE 0.6 W +US1WIDA0020 43.0877 -89.2204 279.8 WI COTTAGE GROVE 0.9 WNW +US1WIDA0021 43.0790 -89.4498 305.4 WI MADISON 3.1 W +US1WIDA0022 42.9372 -89.4853 323.1 WI OREGON 5.3 W +US1WIDA0025 42.9168 -89.3898 303.9 WI OREGON 0.8 SSW +US1WIDA0026 42.9988 -89.7176 355.4 WI MOUNT HOREB 1.1 SE +US1WIDA0027 43.0533 -89.4638 304.5 WI MADISON 4.3 WSW +US1WIDA0028 43.0494 -89.4482 297.8 WI MADISON 3.7 SW +US1WIDA0029 43.1473 -89.4060 258.8 WI MADISON 4.8 NNW +US1WIDA0030 43.2317 -89.2275 296.0 WI SUN PRAIRIE 3.3 N +US1WIDA0031 43.0596 -89.0734 262.1 WI DEERFIELD 0.6 N +US1WIDA0032 43.0420 -89.4682 307.2 WI MADISON 4.8 WSW +US1WIDA0033 42.9208 -89.3854 297.5 WI OREGON 0.4 SSW +US1WIDA0034 43.1918 -89.2224 309.1 WI SUN PRAIRIE 0.7 NE +US1WIDA0035 43.1586 -89.3728 264.6 WI MADISON 5.5 N +US1WIDA0037 43.1259 -89.3675 260.3 WI MADISON 3.3 NNE +US1WIDA0038 43.0095 -89.7427 367.6 WI MOUNT HOREB 0.5 W +US1WIDA0039 43.0774 -89.4676 278.3 WI MADISON 4.0 W +US1WIDA0044 42.8643 -89.3621 299.6 WI BROOKLYN 0.9 NNE +US1WIDA0045 43.0695 -89.5079 321.6 WI MADISON 6.1 W +US1WIDA0046 43.0834 -89.5150 298.1 WI MADISON 6.4 W +US1WIDA0049 43.0318 -89.6279 313.9 WI VERONA 5.5 WNW +US1WIDA0052 43.1065 -89.3455 259.7 WI MADISON 2.8 NE +US1WIDA0054 43.0424 -89.5078 337.4 WI MADISON 6.6 WSW +US1WIDA0056 43.1201 -89.3211 269.4 WI MADISON 4.4 NE +US1WIDA0057 43.2400 -89.3261 297.5 WI DE FOREST 1.1 ESE +US1WIDA0059 42.9996 -89.7323 364.8 WI MOUNT HOREB 0.7 S +US1WIDA0060 43.0929 -89.5126 312.4 WI MIDDLETON 0.8 SSW +US1WIDA0062 43.1976 -89.5490 303.6 WI WAUNAKEE 4.9 W +US1WIDA0063 43.0400 -89.5144 355.7 WI MADISON 7.0 WSW +US1WIDA0064 43.2265 -89.3528 281.9 WI DE FOREST 1.4 SSW +US1WIDA0066 43.1895 -89.2436 303.3 WI SUN PRAIRIE 0.7 NW +US1WIDA0069 43.1347 -89.3672 271.9 WI MAPLE BLUFF 1.7 N +US1WIDA0070 43.0324 -89.2767 269.4 WI MCFARLAND 1.3 NE +US1WIDA0072 43.0380 -89.4436 303.0 WI MADISON 4.0 SW +US1WIDA0075 43.0811 -89.1594 275.8 WI COTTAGE GROVE 2.2 E +US1WIDD0003 43.4514 -88.5956 306.9 WI HORICON 2.1 ENE +US1WIDD0004 43.4472 -88.8526 265.5 WI BEAVER DAM 1.4 SSW +US1WIDD0005 43.4920 -88.4017 307.5 WI THERESA 3.1 SE +US1WIDD0006 43.5114 -88.4558 306.6 WI THERESA 0.5 SSW +US1WIDD0014 43.5169 -88.4503 292.0 WI THERESA 0.1 ESE +US1WIDD0015 43.3574 -88.9382 276.5 WI COLUMBUS 4.8 ENE +US1WIDG0011 46.6488 -92.1944 215.8 WI SUPERIOR 7.2 WSW +US1WIDG0014 46.4806 -91.8601 362.1 WI POPLAR 7.8 SSW +US1WIDG0015 46.4826 -92.0701 369.4 WI SUPERIOR 14.8 S +US1WIDG0016 46.5839 -91.7462 324.3 WI POPLAR 2.0 E +US1WIDG0020 46.3522 -91.8441 348.4 WI SOLON SPRINGS 1.2 W +US1WIDG0023 46.3680 -91.9869 384.0 WI SOLON SPRINGS 8.1 W +US1WIDL0001 43.7675 -88.4644 234.1 WI FOND DU LAC 1.0 WSW +US1WIDL0005 43.8170 -88.2759 289.0 WI MOUNT CALVARY 1.6 WSW +US1WIDL0009 43.7627 -88.4494 235.3 WI FOND DU LAC 0.8 SSW +US1WIDL0012 43.6337 -88.7341 271.0 WI WAUPUN 0.2 NNE +US1WIDN0001 45.0891 -92.0276 324.3 WI BOYCEVILLE 3.3 N +US1WIDN0002 45.1090 -92.0955 297.2 WI DOWNING 4.4 NNE +US1WIDN0003 44.8755 -91.9103 274.3 WI MENOMONIE 0.9 SSE +US1WIDN0005 44.8863 -91.6668 296.9 WI ELK MOUND 1.3 NE +US1WIDN0007 44.8216 -91.6519 265.2 WI EAU CLAIRE 7.8 W +US1WIDN0009 44.7638 -91.8004 253.0 WI MENOMONIE 10.2 SSE +US1WIDN0010 44.9444 -92.0201 278.3 WI MENOMONIE 6.5 NW +US1WIDN0012 44.8977 -91.9253 267.0 WI MENOMONIE 0.9 NW +US1WIDN0013 44.9998 -91.9366 306.0 WI BOYCEVILLE 5.8 ESE +US1WIDN0015 44.8983 -91.9240 267.0 WI MENOMONIE 0.9 NW +US1WIDR0001 45.0093 -87.1724 200.9 WI BAILEYS HARBOR 4.5 SSW +US1WIDR0005 45.2575 -87.0267 198.4 WI ELLISON BAY 2.2 E +US1WIDR0006 45.2030 -87.1133 213.4 WI SISTER BAY 1.3 NNE +US1WIDR0007 44.8356 -87.4174 215.2 WI STURGEON BAY 2.6 WNW +US1WIDR0008 45.1267 -87.2464 187.5 WI FISH CREEK 0.1 SSE +US1WIDR0009 44.7843 -87.6190 219.2 WI BRUSSELS 3.3 N +US1WIDR0010 44.9640 -87.3396 240.5 WI EGG HARBOR 6.1 SSW +US1WIDR0011 45.0932 -87.0739 199.6 WI BAILEYS HARBOR 3.2 NE +US1WIDR0012 45.0742 -87.1697 189.9 WI BAILEYS HARBOR 2.3 WNW +US1WIEC0002 44.7223 -91.4463 278.3 WI EAU CLAIRE 7.2 SSE +US1WIEC0004 44.8172 -91.5500 271.6 WI EAU CLAIRE 2.8 W +US1WIEC0005 44.8013 -91.4482 273.1 WI ALTOONA 0.4 SW +US1WIEC0009 44.8136 -91.4772 264.3 WI EAU CLAIRE 0.9 SE +US1WIEC0012 44.7765 -91.5032 266.1 WI EAU CLAIRE 3.1 S +US1WIEC0014 44.8252 -91.5523 270.7 WI EAU CLAIRE 3.0 W +US1WIEC0016 44.7349 -91.1658 285.9 WI AUGUSTA 4.5 NNW +US1WIEC0018 44.8266 -91.5379 294.1 WI EAU CLAIRE 2.3 W +US1WIEC0023 44.7686 -91.4990 275.2 WI EAU CLAIRE 3.7 S +US1WIFL0002 45.8923 -88.1447 364.8 WI NIAGARA 10.3 NW +US1WIFL0003 45.9176 -88.2390 393.2 WI FLORENCE 0.7 ESE +US1WIFL0004 45.8937 -88.1415 370.9 WI FLORENCE 5.6 ESE +US1WIFR0001 45.3800 -88.9051 473.0 WI CRANDON 13.1 S +US1WIFR0002 45.4366 -88.7190 491.0 WI CRANDON 12.6 SE +US1WIFR0003 45.5740 -88.8983 497.1 WI CRANDON 0.3 N +US1WIGL0001 43.9757 -88.9476 235.6 WI BERLIN 0.4 NNE +US1WIGL0002 43.8207 -89.0766 290.8 WI PRINCETON 3.4 SE +US1WIGL0003 43.7647 -89.0207 279.8 WI MARKESAN 4.1 NNW +US1WIGL0004 43.8437 -88.9407 271.0 WI GREEN LAKE 0.8 E +US1WIGN0001 42.8489 -89.5068 266.1 WI BELLEVILLE 1.7 ESE +US1WIGN0005 42.7199 -89.5636 269.7 WI MONTICELLO 2.2 SE +US1WIGN0008 42.6266 -89.3812 240.5 WI BRODHEAD 0.7 NNW +US1WIGT0001 42.8532 -90.7086 310.0 WI LANCASTER 0.3 N +US1WIGT0002 42.7382 -90.4727 302.4 WI PLATTEVILLE 0.3 NE +US1WIGT0003 42.6080 -90.4288 306.6 WI CUBA CITY 0.4 NNE +US1WIGT0006 43.1848 -90.4432 209.1 WI MUSCODA 0.5 WSW +US1WIIR0002 46.1475 -90.0310 490.7 WI MERCER 2.0 SE +US1WIIR0003 46.4156 -90.2701 499.0 WI PENCE 0.1 E +US1WIIR0004 46.2668 -90.0336 493.8 WI MERCER 7.0 NNE +US1WIIW0003 42.9140 -90.0570 304.5 WI MINERAL POINT 7.3 ENE +US1WIIW0005 42.9823 -89.9697 307.8 WI RIDGEWAY 1.6 SE +US1WIIW0006 42.9592 -90.1239 359.4 WI DODGEVILLE 0.4 SE +US1WIIW0007 42.9941 -90.0949 372.5 WI DODGEVILLE 2.7 NE +US1WIJF0002 43.1792 -88.6972 253.0 WI WATERTOWN 1.6 ESE +US1WIJF0003 43.0891 -88.9765 260.9 WI LAKE MILLS 3.6 WNW +US1WIJF0004 43.1761 -88.7286 247.8 WI WATERTOWN 1.1 S +US1WIJF0005 42.8480 -88.7542 256.9 WI WHITEWATER 1.3 NW +US1WIJF0010 42.9008 -88.5862 261.5 WI PALMYRA 1.5 N +US1WIJF0011 43.1156 -88.8128 269.7 WI JOHNSON CREEK 3.2 NW +US1WIJF0013 42.9231 -88.8400 243.5 WI FORT ATKINSON 0.3 SSE +US1WIJF0015 42.8566 -88.6088 249.0 WI PALMYRA 1.9 SW +US1WIJF0016 42.9255 -88.8395 245.4 WI FORT ATKINSON 0.1 SE +US1WIJF0017 43.0456 -88.7993 262.4 WI JOHNSON CREEK 2.7 SSW +US1WIJF0019 43.1806 -88.7240 254.8 WI WATERTOWN 0.8 S +US1WIJK0001 44.3200 -90.8300 248.1 WI BLACK RIVER FALLS 1.7 NNE +US1WIJN0001 43.9871 -89.9858 274.9 WI NECEDAH 5.0 ESE +US1WIJN0002 43.7425 -90.1882 351.7 WI MAUSTON 6.7 SW +US1WIJN0005 43.6465 -89.7963 256.3 WI WISCONSIN DELLS 1.7 NNW +US1WIKN0001 42.5584 -87.8807 214.0 WI KENOSHA 2.2 SW +US1WIKN0002 42.5087 -87.8188 188.4 WI PLEASANT PRAIRIE 3.4 ESE +US1WIKN0003 42.6464 -87.8182 187.1 WI KENOSHA 4.7 NNE +US1WIKN0006 42.5597 -87.8566 198.7 WI KENOSHA 1.7 S +US1WIKN0007 42.6332 -87.8517 202.4 WI KENOSHA 3.4 N +US1WIKN0008 42.6471 -87.8158 176.8 WI KENOSHA 4.8 NNE +US1WIKN0011 42.5601 -87.9384 213.1 WI PLEASANT PRAIRIE 3.8 NW +US1WIKN0012 42.5627 -87.8745 210.6 WI KENOSHA 1.8 SW +US1WIKN0013 42.5676 -88.1040 252.4 WI PADDOCK LAKE 0.3 SSW +US1WIKN0014 42.5225 -87.8405 198.1 WI PLEASANT PRAIRIE 2.1 E +US1WIKN0016 42.5516 -88.0937 252.1 WI SALEM 0.9 ESE +US1WIKN0017 42.5062 -88.1553 230.7 WI TREVOR 1.8 WSW +US1WIKN0018 42.5354 -88.2386 241.1 WI TWIN LAKES 1.5 NE +US1WIKW0003 44.5266 -87.6454 219.5 WI LUXEMBURG 3.2 ESE +US1WILC0001 43.8982 -91.0955 231.0 WI WEST SALEM 0.7 W +US1WILC0003 44.0574 -91.2656 218.8 WI HOLMEN 6.9 N +US1WILC0004 44.0228 -91.0620 255.1 WI MELROSE 8.2 SSW +US1WILC0007 43.7870 -91.2090 203.9 WI LA CROSSE 3.0 SSE +US1WILC0008 43.7662 -91.1660 209.4 WI LA CROSSE 5.4 SE +US1WILC0010 43.9040 -91.2397 218.8 WI ONALASKA 1.6 NW +US1WILC0011 43.9705 -91.2594 243.8 WI HOLMEN 0.9 N +US1WILC0015 43.8856 -91.1016 225.2 WI WEST SALEM 1.3 SW +US1WILC0017 43.8230 -91.1271 249.0 WI LA CROSSE 5.3 E +US1WILC0018 43.8816 -91.2273 213.1 WI ONALASKA 0.6 SW +US1WILC0020 43.7658 -91.2060 196.3 WI LA CROSSE 4.4 SSE +US1WILF0001 42.6308 -89.8950 304.8 WI WIOTA 3.0 E +US1WILF0004 42.6103 -90.0978 288.3 WI DARLINGTON 4.9 SSE +US1WILF0005 42.5719 -90.3876 277.4 WI BENTON 0.3 WNW +US1WILF0006 42.5117 -89.8956 267.0 WI SOUTH WAYNE 3.9 SSW +US1WILN0002 45.1775 -89.8482 427.9 WI MERRILL 7.0 W +US1WILN0003 45.2508 -89.4251 446.2 WI GLEASON 5.3 SE +US1WILN0004 45.3404 -89.6715 455.1 WI IRMA 0.8 SSW +US1WIMC0002 44.1747 -87.6677 184.4 WI TWO RIVERS 4.5 WNW +US1WIMC0004 44.1762 -87.5833 185.3 WI TWO RIVERS 1.4 N +US1WIMC0005 43.8994 -87.9129 274.6 WI ELKHART LAKE 6.8 NE +US1WIMC0007 44.1438 -88.0384 261.8 WI BRILLION 2.8 SE +US1WIMC0008 44.1248 -87.6904 200.9 WI MANITOWOC 1.9 NNW +US1WIMC0010 44.1094 -87.6603 194.8 WI MANITOWOC 1.1 NE +US1WIMC0012 44.1470 -87.5697 178.6 WI TWO RIVERS 0.9 SE +US1WIMM0001 44.9804 -88.8293 322.2 WI NEOPIT 0.2 WSW +US1WIMN0001 43.9122 -90.7828 259.1 WI SPARTA 2.5 SSE +US1WIMN0003 43.9540 -90.8048 256.0 WI SPARTA 0.8 NNE +US1WIMN0004 43.8103 -90.4436 429.2 WI WILTON 4.2 E +US1WIMN0005 43.8110 -90.7629 262.7 WI CASHTON 4.8 N +US1WIMN0006 44.0614 -90.5048 299.0 WI TOMAH 5.0 N +US1WIMR0001 45.4256 -87.8631 213.4 WI WAUSAUKEE 5.5 NE +US1WIMR0003 45.4877 -88.0102 289.3 WI AMBERG 1.3 SW +US1WIMT0001 44.9181 -89.5447 370.9 WI SCHOFIELD 3.3 E +US1WIMT0003 44.8873 -89.5959 401.1 WI SCHOFIELD 2.1 SSE +US1WIMT0004 44.9694 -89.6109 370.3 WI WAUSAU 1.7 ENE +US1WIMT0005 44.9586 -89.6120 410.6 WI WAUSAU 1.6 E +US1WIMT0009 44.8442 -89.6081 363.9 WI KRONENWETTER 1.7 NNW +US1WIMT0010 44.7348 -89.4212 358.4 WI HATLEY 11.3 SSW +US1WIMT0011 44.8395 -89.6040 364.8 WI EVERGREEN 1.7 E +US1WIMT0013 44.6960 -89.6961 344.7 WI MOSINEE 6.3 S +US1WIMT0014 44.7724 -89.7344 350.2 WI MOSINEE 2.7 WSW +US1WIMT0015 44.8704 -90.1572 383.1 WI STRATFORD 6.4 NW +US1WIMT0016 44.8916 -89.6941 369.7 WI WAUSAU 5.4 SSW +US1WIMT0017 44.9834 -89.6111 419.7 WI WAUSAU 2.2 NE +US1WIMW0001 43.0978 -87.8930 202.1 WI SHOREWOOD 0.6 NW +US1WIMW0005 43.0683 -87.9028 210.3 WI MILWAUKEE 3.2 N +US1WIMW0008 43.1072 -87.9915 203.0 WI MILWAUKEE 3.3 NNW +US1WIMW0010 42.9223 -87.9601 232.9 WI FRANKLIN 3.5 NE +US1WIMW0011 43.0917 -88.0254 237.1 WI MILWAUKEE 3.6 WNW +US1WIMW0013 42.8583 -87.8684 207.9 WI OAK CREEK 2.2 SE +US1WIMW0014 43.1130 -87.9873 206.0 WI MILWAUKEE 3.6 NNW +US1WIMW0017 43.0850 -88.0098 231.0 WI MILWAUKEE 2.6 NW +US1WIMW0018 42.9980 -88.0238 234.1 WI WEST ALLIS 0.7 SSE +US1WIMW0019 42.8975 -88.0217 241.1 WI FRANKLIN 1.0 NW +US1WIMW0023 42.9409 -87.9823 244.4 WI GREENDALE 1.0 ENE +US1WIMW0024 43.0723 -87.8957 203.6 WI MILWAUKEE 3.6 E +US1WIMW0025 42.9492 -88.0439 243.2 WI HALES CORNERS 0.7 NNE +US1WIMW0028 42.9021 -87.9666 224.3 WI FRANKLIN 2.4 ENE +US1WIMW0029 42.9602 -87.8546 211.8 WI CUDAHY 1.1 NNE +US1WIMW0031 42.9654 -87.9725 235.0 WI GREENFIELD 1.7 E +US1WIMW0032 42.8961 -87.9789 227.7 WI FRANKLIN 1.7 ENE +US1WIMW0033 42.9328 -88.0412 240.2 WI HALES CORNERS 0.7 SE +US1WIMW0034 42.9492 -88.0606 244.1 WI HALES CORNERS 0.8 NW +US1WIMW0042 42.9588 -87.8558 210.0 WI CUDAHY 1.0 NNE +US1WIMW0043 43.1844 -87.9840 207.0 WI BROWN DEER 0.8 NW +US1WIMW0046 43.0586 -87.9960 217.9 WI WAUWATOSA 1.9 E +US1WIMW0050 42.9532 -87.9466 234.4 WI MILWAUKEE 6.3 SSW +US1WIOC0001 45.1724 -88.4899 294.4 WI MOUNTAIN 1.1 SW +US1WIOC0003 44.8937 -88.4697 272.8 WI GILLETT 8.0 W +US1WIOC0008 45.1840 -88.4564 314.2 WI MOUNTAIN 0.9 E +US1WIOG0001 44.2686 -88.3354 224.9 WI KIMBERLY 0.3 ESE +US1WIOG0002 44.2586 -88.3284 224.0 WI KIMBERLY 1.0 SE +US1WIOG0005 44.5013 -88.4694 239.6 WI BLACK CREEK 2.1 NNW +US1WIOG0007 44.2858 -88.3947 235.0 WI APPLETON 1.3 N +US1WIOG0012 44.2606 -88.2859 219.5 WI KAUKAUNA 1.5 SW +US1WIOG0015 44.2682 -88.4153 242.6 WI APPLETON 0.9 W +US1WIOG0016 44.3069 -88.4139 254.5 WI GRAND CHUTE 2.1 NE +US1WIOG0017 44.3313 -88.5426 281.6 WI HORTONVILLE 4.5 E +US1WIOG0018 44.4530 -88.7288 241.4 WI NEW LONDON 4.1 N +US1WION0001 45.6568 -89.4630 504.4 WI RHINELANDER 2.7 WNW +US1WION0002 45.6758 -89.5324 487.7 WI RHINELANDER 6.3 WNW +US1WION0004 45.6314 -89.4147 469.4 WI RHINELANDER 0.6 SSW +US1WION0006 45.7139 -89.4215 504.4 WI RHINELANDER 5.2 N +US1WION0007 45.5626 -89.7689 451.1 WI TOMAHAWK 6.5 NNW +US1WION0008 45.7819 -89.7033 498.7 WI HAZELHURST 2.1 SSE +US1WIOZ0001 43.3085 -87.9848 252.1 WI CEDARBURG 0.8 NNE +US1WIOZ0005 43.2788 -88.0566 267.9 WI CEDARBURG 3.7 WSW +US1WIOZ0007 43.3341 -87.9824 251.5 WI GRAFTON 1.8 NW +US1WIOZ0008 43.1938 -88.0083 209.4 WI MEQUON 3.1 SSW +US1WIOZ0009 43.4389 -87.8250 211.2 WI PORT WASHINGTON 4.2 NE +US1WIOZ0012 43.3861 -87.8790 200.9 WI PORT WASHINGTON 0.5 S +US1WIOZ0015 43.2513 -87.9442 207.0 WI MEQUON 2.5 ENE +US1WIOZ0016 43.3163 -87.9521 234.7 WI GRAFTON 0.2 SE +US1WIOZ0017 43.4286 -88.0387 281.0 WI WEST BEND 7.3 E +US1WIPC0001 44.7323 -92.4060 306.9 WI ELLSWORTH 3.6 E +US1WIPC0003 44.8559 -92.6127 279.2 WI RIVER FALLS 0.4 E +US1WIPC0004 44.8267 -92.5764 322.5 WI RIVER FALLS 3.0 SE +US1WIPC0005 44.8403 -92.6350 274.9 WI RIVER FALLS 1.2 SSW +US1WIPC0007 44.7748 -92.5872 360.0 WI ELLSWORTH 5.9 WNW +US1WIPC0008 44.7564 -92.7997 244.1 WI PRESCOTT 0.6 NW +US1WIPC0009 44.7907 -92.3639 289.3 WI BELDENVILLE 7.2 ENE +US1WIPC0010 44.8358 -92.6210 296.9 WI RIVER FALLS 1.4 S +US1WIPC0011 44.8622 -92.6312 276.8 WI RIVER FALLS 0.7 NW +US1WIPC0012 44.7551 -92.7826 273.4 WI PRESCOTT 0.5 NE +US1WIPC0013 44.8398 -92.6195 288.6 WI RIVER FALLS 1.1 S +US1WIPC0017 44.8605 -92.4333 334.7 WI RIVER FALLS 9.2 E +US1WIPC0019 44.7585 -92.7996 245.4 WI PRESCOTT 0.7 NW +US1WIPC0020 44.7183 -92.4154 313.9 WI ELLSWORTH 3.4 ESE +US1WIPC0022 44.7166 -92.4768 370.9 WI ELLSWORTH 1.4 S +US1WIPC0023 44.8425 -92.2595 323.4 WI SPRING VALLEY 1.1 WSW +US1WIPC0025 44.7112 -92.5185 310.0 WI ELLSWORTH 2.6 SW +US1WIPC0029 44.6373 -92.4717 362.1 WI BAY CITY 3.7 NNW +US1WIPK0003 45.3172 -92.1590 385.3 WI CLAYTON 0.7 SE +US1WIPK0004 45.3244 -92.5208 322.5 WI DRESSER 6.1 ESE +US1WIPK0007 45.3937 -92.4078 352.3 WI AMERY 6.5 NNW +US1WIPK0009 45.5410 -92.4989 385.9 WI LUCK 2.8 SSW +US1WIPK0010 45.3811 -92.4958 340.5 WI ST. CROIX FALLS 7.0 ESE +US1WIPK0011 45.3817 -92.5071 333.5 WI ST. CROIX FALLS 6.4 ESE +US1WIPK0014 45.3304 -92.6494 285.6 WI OSCEOLA 2.4 ENE +US1WIPK0019 45.2602 -92.3620 343.5 WI AMERY 3.0 S +US1WIPK0024 45.3994 -92.6328 289.9 WI ST. CROIX FALLS 0.7 S +US1WIPK0025 45.3796 -92.5830 361.2 WI DRESSER 2.8 ENE +US1WIPP0001 44.6758 -92.1009 365.5 WI ARKANSAW 4.4 NW +US1WIPP0002 44.5179 -92.2237 348.4 WI STOCKHOLM 3.0 NE +US1WIPP0004 44.6230 -91.9665 252.4 WI DURAND 0.5 SW +US1WIPP0008 44.6197 -92.0169 239.6 WI ARKANSAW 1.2 SE +US1WIPR0001 45.6943 -90.4715 438.9 WI PHILLIPS 3.6 W +US1WIPR0002 45.9650 -90.5975 481.3 WI BUTTERNUT 5.9 SW +US1WIPR0004 45.9525 -90.4472 467.3 WI PARK FALLS 1.3 N +US1WIPR0006 45.6768 -90.3954 458.4 WI PHILLIPS 1.3 S +US1WIPR0007 45.4545 -90.1025 494.7 WI BRANTWOOD 7.4 S +US1WIPR0008 45.6909 -90.4020 453.2 WI PHILLIPS 0.4 SSW +US1WIPR0010 45.8784 -90.4140 442.0 WI FIFIELD 0.4 W +US1WIPT0001 44.5158 -89.5677 331.0 WI STEVENS POINT 0.9 SSW +US1WIPT0003 44.5159 -89.5798 331.6 WI STEVENS POINT 1.3 SW +US1WIPT0006 44.4622 -89.5297 331.6 WI PLOVER 0.7 E +US1WIPT0008 44.5255 -89.7868 346.9 WI RUDOLPH 2.1 NNE +US1WIPT0010 44.5709 -89.4053 370.6 WI CUSTER 4.3 N +US1WIPT0011 44.4582 -89.5799 329.2 WI PLOVER 1.8 W +US1WIPT0012 44.6290 -89.7596 363.0 WI JUNCTION CITY 2.6 N +US1WIRC0001 42.8243 -88.1750 241.1 WI WATERFORD NORTH 3.2 NE +US1WIRC0003 42.7112 -87.8457 218.5 WI RACINE 2.3 WSW +US1WIRC0004 42.7408 -87.8633 216.4 WI RACINE 3.0 WNW +US1WIRC0005 42.7682 -88.2192 253.6 WI WATERFORD 0.4 NNW +US1WIRC0007 42.8347 -87.9854 236.5 WI CALEDONIA 3.6 WNW +US1WIRC0008 42.8234 -88.1655 242.6 WI WIND LAKE 0.4 W +US1WIRC0010 42.7674 -87.8988 228.9 WI FRANKSVILLE 0.9 NE +US1WIRC0012 42.7471 -87.7922 190.2 WI RACINE 1.5 NNE +US1WIRC0013 42.6888 -88.0547 235.3 WI UNION GROVE 0.4 NNW +US1WIRC0014 42.8291 -88.1495 237.7 WI WIND LAKE 0.6 NE +US1WIRC0016 42.7510 -88.2251 241.1 WI WATERFORD 1.0 SSW +US1WIRC0018 42.6939 -87.8117 193.5 WI RACINE 2.4 S +US1WIRC0020 42.8290 -88.2100 243.2 WI WATERFORD 4.6 N +US1WIRC0022 42.6753 -87.8492 210.9 WI ELMWOOD PARK 1.8 SW +US1WIRK0002 42.5620 -88.8694 296.9 WI CLINTON 0.4 NNW +US1WIRK0006 42.7791 -89.2902 275.5 WI EVANSVILLE 0.4 E +US1WIRK0007 42.7543 -89.0343 285.0 WI JANESVILLE 4.9 N +US1WIRK0009 42.5256 -89.2064 246.6 WI BELOIT 9.5 W +US1WIRK0010 42.6274 -89.2568 270.7 WI ORFORDVILLE 0.1 SSE +US1WIRK0012 42.6758 -89.0761 264.9 WI JANESVILLE 3.1 W +US1WIRK0015 42.5214 -89.0076 240.8 WI BELOIT 0.7 ESE +US1WIRK0016 42.6923 -88.9632 258.5 WI JANESVILLE 2.7 ENE +US1WIRK0018 42.6188 -89.0913 242.3 WI JANESVILLE 6.0 SW +US1WIRL0003 43.1838 -90.2018 216.1 WI LONE ROCK 0.1 S +US1WIRL0004 43.5410 -90.2823 359.7 WI CAZENOVIA 4.3 WNW +US1WIRS0001 45.4818 -91.1468 347.5 WI LADYSMITH 2.8 WNW +US1WIRS0003 45.4542 -91.2351 340.2 WI BRUCE 1.9 E +US1WIRS0004 45.4764 -91.1050 359.1 WI LADYSMITH 1.0 NNW +US1WISB0002 43.7891 -87.7337 195.1 WI SHEBOYGAN 3.0 N +US1WISB0003 43.7192 -87.7280 192.0 WI SHEBOYGAN 1.8 S +US1WISB0005 43.5716 -87.8199 210.6 WI CEDAR GROVE 0.4 NNE +US1WISB0006 43.7244 -88.0742 340.8 WI PLYMOUTH 5.3 WSW +US1WISB0010 43.5481 -87.9505 271.9 WI RANDOM LAKE 0.5 SSE +US1WISB0012 43.7847 -87.7664 207.3 WI SHEBOYGAN 3.2 NW +US1WISB0014 43.7842 -87.7230 195.4 WI SHEBOYGAN 2.7 N +US1WISB0017 43.8430 -87.8194 215.2 WI HOWARDS GROVE 1.0 NNE +US1WISB0018 43.8119 -87.9105 258.8 WI PLYMOUTH 5.4 NE +US1WISB0019 43.7356 -87.7349 211.8 WI SHEBOYGAN 0.7 SSW +US1WISC0004 44.8792 -92.5437 310.9 WI RIVER FALLS 4.1 ENE +US1WISC0007 44.9203 -92.4474 355.1 WI HAMMOND 3.7 S +US1WISC0009 44.9764 -92.4305 354.5 WI HAMMOND 0.4 NE +US1WISC0010 44.9346 -92.6669 316.4 WI HUDSON 4.3 ESE +US1WISC0012 44.9585 -92.3737 342.3 WI BALDWIN 0.3 SSW +US1WISC0014 44.9517 -92.7079 280.4 WI HUDSON 2.0 ESE +US1WISC0016 45.0779 -92.5423 303.9 WI NEW RICHMOND 3.1 S +US1WISC0017 44.9833 -92.5570 313.9 WI ROBERTS 0.3 WSW +US1WISC0020 44.8737 -92.6372 284.7 WI RIVER FALLS 1.5 NNW +US1WISC0021 45.1925 -92.2786 1345.4 WI CLEAR LAKE 4.0 S +US1WISC0024 45.1574 -92.3576 352.7 WI DEER PARK 2.6 SSE +US1WISC0026 44.9758 -92.4376 351.1 WI WOODVILLE 7.6 WNW +US1WISC0027 45.1033 -92.5541 298.7 WI NEW RICHMOND 1.6 SSW +US1WISC0039 45.0291 -92.6863 288.6 WI HUDSON 5.1 NNE +US1WISC0042 44.9870 -92.2664 384.7 WI WOODVILLE 2.6 NNE +US1WISK0002 43.4590 -89.9654 341.1 WI ROCK SPRINGS 2.8 WSW +US1WISK0003 43.2808 -89.7434 235.3 WI SAUK CITY 1.0 NW +US1WISK0005 43.3710 -89.7687 264.6 WI PRAIRIE DU SAC 5.9 NNW +US1WISK0015 43.5535 -89.9974 280.4 WI REEDSBURG 1.3 N +US1WISK0016 43.5873 -90.2002 331.3 WI LA VALLE 3.5 W +US1WISR0001 46.1326 -91.4050 408.4 WI HAYWARD 9.2 NNE +US1WISW0001 44.8492 -88.3472 242.9 WI CECIL 5.6 ENE +US1WISW0003 44.7195 -89.0223 312.4 WI TIGERTON 2.4 SE +US1WISW0005 44.6678 -88.3116 278.3 WI PULASKI 3.7 W +US1WISW0006 44.7782 -88.4924 281.9 WI BONDUEL 3.3 NW +US1WITR0002 44.0735 -91.3835 235.0 WI GALESVILLE 1.5 WSW +US1WITR0003 44.0271 -91.4579 220.7 WI TREMPEALEAU 1.8 NW +US1WITR0004 44.0957 -91.3432 230.4 WI GALESVILLE 1.0 NE +US1WITY0001 45.2786 -90.8608 387.4 WI GILMAN 8.2 NNW +US1WITY0002 45.3560 -90.8030 369.1 WI SHELDON 8.1 ENE +US1WIVL0001 46.1435 -89.3752 526.7 WI LAND O' LAKES 7.7 WSW +US1WIVL0002 45.9245 -89.2397 505.4 WI EAGLE RIVER 0.9 E +US1WIVL0003 46.2578 -89.7332 500.8 WI PRESQUE ISLE 0.8 NNW +US1WIVL0005 46.1642 -89.3336 531.9 WI LAND O' LAKES 6.0 W +US1WIVL0007 45.9326 -89.2616 500.2 WI EAGLE RIVER 0.6 NNW +US1WIVL0009 46.1902 -89.4579 522.4 WI LAND O' LAKES 11.7 W +US1WIVL0010 46.1744 -89.3038 533.7 WI LAND O LAKES 4.3 WNW +US1WIVL0011 45.9297 -89.5536 498.7 WI ST GERMAIN 3.4 WNW +US1WIVL0012 45.9158 -89.2699 498.0 WI EAGLE RIVER 0.8 SW +US1WIVL0013 45.9088 -89.5027 497.7 WI ST. GERMAIN 0.8 SW +US1WIVL0014 46.1284 -89.6247 506.9 WI BOULDER JUNCTION 1.4 NE +US1WIVR0001 43.6514 -90.3475 295.0 WI HILLSBORO 0.5 WSW +US1WIVR0002 43.5530 -90.8710 370.0 WI VIROQUA 0.8 ESE +US1WIVR0003 43.5268 -90.7385 244.1 WI VIOLA 3.5 WNW +US1WIVR0004 43.7012 -91.0128 228.9 WI COON VALLEY 0.1 WSW +US1WIVR0005 43.5605 -90.8993 379.8 WI VIROQUA 0.7 WNW +US1WIVR0006 43.6605 -91.2193 199.9 WI STODDARD 0.1 SW +US1WIWB0002 45.8596 -91.5771 404.8 WI STONE LAKE 2.0 NW +US1WIWB0005 45.8362 -91.9068 343.5 WI SPOONER +US1WIWB0009 45.8444 -91.7567 383.1 WI SPOONER 6.7 ENE +US1WIWB0011 45.8396 -91.9319 349.9 WI SPOONER 2.1 WNW +US1WIWB0015 45.7429 -91.7489 378.9 WI SARONA 3.6 NE +US1WIWD0001 44.4537 -89.9466 326.7 WI VESPER 2.2 SSE +US1WIWD0002 44.3382 -89.7820 311.2 WI WISCONSIN RAPIDS 4.6 SSE +US1WIWD0004 44.4412 -90.1289 312.4 WI PITTSVILLE 0.1 NE +US1WIWD0006 44.2527 -89.9145 299.0 WI NEKOOSA 4.2 S +US1WIWD0007 44.2631 -89.9353 298.7 WI NEKOOSA 3.7 SSW +US1WIWD0008 44.5055 -89.7666 341.4 WI RUDOLPH 1.8 ENE +US1WIWD0009 44.3608 -89.7747 313.6 WI WISCONSIN RAPIDS 3.7 SE +US1WIWD0011 44.6779 -90.1572 367.9 WI MARSHFIELD 1.3 NE +US1WIWH0002 44.1227 -89.3508 332.5 WI WAUTOMA 4.7 NW +US1WIWH0007 44.1777 -89.2381 287.1 WI WILD ROSE 0.5 E +US1WIWH0008 44.2078 -89.3487 378.9 WI ALMOND 4.7 SE +US1WIWK0001 43.1129 -88.5065 264.9 WI OCONOMOWOC 0.8 NW +US1WIWK0004 42.9847 -88.2531 249.0 WI WAUKESHA 2.1 SSW +US1WIWK0005 43.1456 -88.2106 294.1 WI SUSSEX 0.8 NNE +US1WIWK0007 43.0416 -88.1006 264.9 WI BROOKFIELD 1.8 SSE +US1WIWK0008 42.8820 -88.2046 253.0 WI BIG BEND 0.1 WNW +US1WIWK0009 42.8737 -88.4784 288.0 WI EAGLE 0.5 SW +US1WIWK0010 43.0303 -88.1712 282.9 WI BROOKFIELD 3.4 SW +US1WIWK0011 43.1036 -88.4619 274.0 WI OCONOMOWOC 1.8 E +US1WIWK0012 42.9934 -88.2144 294.1 WI WAUKESHA 1.8 SE +US1WIWK0015 43.0196 -88.1791 288.3 WI WAUKESHA 3.0 E +US1WIWK0016 42.8918 -88.1423 239.0 WI MUSKEGO 1.0 W +US1WIWK0017 43.0064 -88.2774 267.6 WI WAUKESHA 2.0 WSW +US1WIWK0018 43.1057 -88.4974 263.3 WI OCONOMOWOC 0.2 N +US1WIWK0019 42.9013 -88.1172 238.4 WI MUSKEGO 0.8 NNE +US1WIWK0020 42.8739 -88.3318 254.2 WI MUKWONAGO 0.5 N +US1WIWK0022 43.0591 -88.3191 269.4 WI PEWAUKEE 3.8 WSW +US1WIWK0026 43.0632 -88.4406 270.4 WI OCONOMOWOC 4.5 SE +US1WIWK0029 43.1462 -88.4286 280.4 WI OCONOMOWOC 4.6 NE +US1WIWK0030 43.1442 -88.2854 305.1 WI SUSSEX 3.4 W +US1WIWK0033 43.0954 -88.4347 274.6 WI OCONOMOWOC LAKE 1.0 ESE +US1WIWK0034 42.8538 -88.4355 250.2 WI MUKWONAGO 5.3 W +US1WIWK0035 42.9681 -88.1185 282.5 WI NEW BERLIN 0.6 ESE +US1WIWK0036 43.1170 -88.4839 264.6 WI OCONOMOWOC 1.2 NNE +US1WIWK0037 43.0360 -88.2596 282.5 WI WAUKESHA 2.0 NNW +US1WIWK0038 42.9617 -88.1013 271.3 WI NEW BERLIN 1.6 ESE +US1WIWK0039 43.1118 -88.4956 266.1 WI OCONOMOWOC 0.6 N +US1WIWK0041 43.1657 -88.1860 288.3 WI SUSSEX 2.6 NE +US1WIWK0043 42.9104 -88.2695 287.4 WI WAUKESHA 7.2 SSW +US1WIWK0046 43.1263 -88.5347 271.3 WI OCONOMOWOC 2.5 NW +US1WIWK0047 42.9838 -88.1632 295.7 WI NEW BERLIN 1.9 WNW +US1WIWK0051 43.0307 -88.2584 298.4 WI WAUKESHA 1.6 NW +US1WIWK0053 42.8711 -88.3010 242.9 WI MUKWONAGO 1.6 ENE +US1WIWK0054 43.0287 -88.2609 295.0 WI WAUKESHA 1.6 NW +US1WIWK0055 43.1534 -88.3015 297.8 WI HARTLAND 4.4 NNE +US1WIWK0057 42.9735 -88.4422 323.4 WI DOUSMAN 3.2 SSE +US1WIWK0060 43.0875 -88.5375 264.6 WI OCONOMOWOC 2.3 WSW +US1WIWK0061 43.1635 -88.3040 302.7 WI HARTLAND 5.0 NNE +US1WIWK0064 42.9037 -88.3736 289.3 WI MUKWONAGO 3.4 NW +US1WIWK0065 42.8507 -88.5260 289.9 WI EAGLE 3.4 SW +US1WIWK0068 43.1009 -88.5144 269.7 WI OCONOMOWOC 0.9 W +US1WIWK0071 42.9525 -88.5011 267.0 WI DOUSMAN 4.6 SSW +US1WIWK0072 43.0442 -88.2714 271.9 WI WAUKESHA 2.8 NW +US1WIWK0073 43.1882 -88.1555 268.8 WI MENOMONEE FALLS 3.2 NNW +US1WIWK0074 43.0239 -88.1376 277.4 WI BROOKFIELD 2.8 SSW +US1WIWN0001 44.2125 -88.5296 252.7 WI NEENAH 4.4 NW +US1WIWN0002 43.9375 -88.5425 242.0 WI OSHKOSH 5.6 S +US1WIWN0004 44.0350 -88.5435 235.9 WI OSHKOSH 1.3 NNE +US1WIWN0005 44.0935 -88.5531 235.9 WI OSHKOSH 5.2 N +US1WIWN0007 44.0207 -88.7797 229.2 WI OMRO 2.3 WSW +US1WIWN0009 44.1737 -88.4513 234.7 WI NEENAH 1.1 ENE +US1WIWN0012 43.9983 -88.5389 228.9 WI OSHKOSH 1.5 SSE +US1WIWN0015 44.0196 -88.5936 237.1 WI OSHKOSH 2.0 W +US1WIWN0019 44.0110 -88.5235 228.0 WI OSHKOSH 1.6 ESE +US1WIWP0001 44.3213 -88.9286 245.1 WI WEYAUWEGA 0.1 S +US1WIWP0003 44.4553 -88.9813 281.0 WI OGDENSBURG 2.5 E +US1WIWP0008 44.3324 -89.1871 290.5 WI WAUPACA 5.7 WSW +US1WIWS0001 43.3241 -88.3134 310.9 WI HARTFORD 3.8 E +US1WIWS0002 43.3144 -88.1617 273.1 WI JACKSON 0.5 SSE +US1WIWS0004 43.5288 -88.2657 321.0 WI KEWASKUM 1.8 WNW +US1WIWS0006 43.3488 -88.1598 286.8 WI JACKSON 1.9 N +US1WIWS0008 43.4445 -88.1814 283.5 WI WEST BEND 1.5 N +US1WIWS0010 43.4134 -88.1504 264.6 WI WEST BEND 1.8 ESE +US1WIWS0011 43.4365 -88.1623 292.9 WI WEST BEND 1.4 NE +US1WIWS0013 43.4168 -88.1802 280.4 WI WEST BEND 0.5 SSE +US1WIWS0014 43.3107 -88.3843 317.9 WI HARTFORD 0.9 SSE +US1WIWS0015 43.3726 -88.1009 272.8 WI WEST BEND 5.4 SE +US1WIWS0016 43.2313 -88.1023 270.4 WI GERMANTOWN 1.3 NE +US1WIWS0017 43.3139 -88.3574 320.6 WI HARTFORD 1.7 ESE +US1WIWS0019 43.4106 -88.2496 323.4 WI WEST BEND 3.4 WSW +US1WIWS0022 43.2937 -88.1128 275.2 WI JACKSON 3.2 SE +US1WIWS0023 43.4390 -88.1960 310.3 WI WEST BEND 1.3 NNW +US1WIWS0027 43.2684 -88.2489 330.1 WI RICHFIELD 2.8 WNW +US1WIWS0028 43.3078 -88.1594 260.6 WI JACKSON 0.9 SSE +US1WIWS0030 43.3426 -88.3369 320.6 WI HARTFORD 2.9 ENE +US1WIWS0032 43.2268 -88.1214 260.9 WI GERMANTOWN 0.6 S +US1WIWW0001 42.8225 -88.3805 248.4 WI EAST TROY 2.5 NNE +US1WIWW0002 42.5917 -88.4177 266.1 WI LAKE GENEVA 0.6 ENE +US1WIWW0004 42.7568 -88.5962 280.1 WI ELKHORN 6.6 NNW +US1WIWW0005 42.8222 -88.3206 255.1 WI EAST TROY 4.6 ENE +US1WIWW0006 42.5683 -88.5571 300.8 WI WILLIAMS BAY 0.9 SW +US1WIWW0010 42.5826 -88.6486 298.1 WI DELAVAN 3.2 SSW +US1WIWW0011 42.7646 -88.5505 284.1 WI ELKHORN 6.5 N +US1WIWW0012 42.6697 -88.5317 309.4 WI ELKHORN 0.4 ESE +US1WIWW0013 42.8373 -88.3853 260.3 WI MUKWONAGO 3.4 SW +US1WIWW0014 42.6236 -88.7008 296.3 WI DARIEN 1.6 NNE +US1WIWW0022 42.6476 -88.3522 244.4 WI LYONS 0.4 SE +US1WVBB0001 39.1503 -80.0575 433.4 WV PHILIPPI 0.7 W +US1WVBK0001 40.2680 -80.5966 303.3 WV WELLSBURG 1.2 SE +US1WVBN0001 37.9877 -81.8675 268.2 WV DANVILLE 6.7 SSW +US1WVBN0002 38.1079 -81.6228 221.0 WV SETH SE 0.0 +US1WVBN0004 38.0676 -81.8633 282.2 WV DANVILLE 1.8 WSW +US1WVBY0001 39.3368 -78.0680 196.9 WV BUNKER HILL 0.8 WNW +US1WVBY0002 39.5875 -77.9181 149.4 WV FALLING WATERS 2.4 NW +US1WVBY0004 39.5136 -77.8362 135.3 WV MARTINSBURG 8.0 ENE +US1WVBY0006 39.4486 -77.8905 144.5 WV MARTINSBURG 4.3 E +US1WVCB0002 38.4060 -82.3813 178.6 WV HUNTINGTON 2.9 E +US1WVCB0006 38.4347 -82.2939 177.1 WV HUNTINGTON 7.7 E +US1WVCB0008 38.4082 -82.4443 173.4 WV HUNTINGTON 0.6 WSW +US1WVCB0011 38.3980 -82.4340 267.6 WV HUNTINGTON 1.0 S +US1WVCB0017 38.4056 -82.4036 205.7 WV HUNTINGTON 1.7 ESE +US1WVCY0001 38.4831 -81.1597 230.4 WV PROCIOUS 2.4 ESE +US1WVDD0001 39.4195 -80.6561 252.1 WV CENTER POINT 2.2 NNW +US1WVDD0002 39.3910 -80.6830 239.9 WV WEST UNION 8.2 NE +US1WVDD0003 39.3533 -80.6926 258.5 WV WEST UNION 5.9 NE +US1WVDD0004 39.1255 -80.7068 284.7 WV AUBURN 8.3 ENE +US1WVDD0006 39.2996 -80.6345 289.9 WV SALEM 3.9 WNW +US1WVDD0008 39.2729 -80.6763 253.9 WV WEST UNION 5.6 ESE +US1WVDD0009 39.2722 -80.7323 260.0 WV WEST UNION 2.9 SE +US1WVFY0001 38.0600 -81.1100 519.1 WV FAYETTEVILLE 0.6 NNW +US1WVGB0002 37.7059 -80.4232 700.1 WV RONCEVERTE 4.0 SE +US1WVGB0004 37.9705 -80.7667 746.2 WV RAINELLE 0.3 ENE +US1WVGL0002 39.0654 -80.7506 266.1 WV TROY 3.2 NNE +US1WVGL0003 39.0891 -80.7820 246.0 WV AUBURN 4.0 E +US1WVGL0004 38.9533 -80.9421 280.7 WV GLENVILLE 5.9 W +US1WVHM0001 39.4432 -78.6521 185.9 WV SPRINGFIELD 2.3 ESE +US1WVHM0002 39.3482 -78.5016 236.2 WV SLANESVILLE 2.1 SE +US1WVHM0004 39.4136 -78.7386 199.9 WV SPRINGFIELD 3.5 SW +US1WVHN0003 40.6090 -80.5648 238.7 WV CHESTER 0.2 SSW +US1WVHS0003 39.2663 -80.3782 330.1 WV CLARKSBURG 2.7 WSW +US1WVHS0006 39.3057 -80.2677 371.2 WV BRIDGEPORT 1.1 NNW +US1WVHS0009 39.3782 -80.4936 332.5 WV WALLACE 2.2 S +US1WVHY0002 39.0432 -79.0496 339.9 WV RIG 0.4 NW +US1WVHY0003 39.0113 -78.9451 306.9 WV MOOREFIELD 3.7 SSE +US1WVJC0001 38.8083 -81.7345 298.4 WV RIPLEY 1.6 WSW +US1WVJC0003 38.7377 -81.6904 283.5 WV RIPLEY 5.8 S +US1WVJC0007 38.7644 -81.5516 243.8 WV GAY 0.4 SSE +US1WVJF0002 39.3386 -77.7882 133.5 WV HARPERS FERRY 2.6 WNW +US1WVJF0003 39.3331 -77.8098 173.1 WV SHENANDOAH JUNCTION 2.8 SE +US1WVJF0005 39.3191 -77.8268 144.5 WV CHARLES TOWN 2.9 NE +US1WVJF0006 39.3154 -77.8304 149.4 WV CHARLES TOWN 2.5 NE +US1WVJF0007 39.2922 -77.9081 171.9 WV CHARLES TOWN 2.7 W +US1WVJF0012 39.2309 -77.8008 177.4 WV HARPERS FERRY 7.2 SSW +US1WVKN0001 38.2872 -81.7874 216.1 WV ALUM CREEK 3.0 E +US1WVKN0002 38.2982 -81.7506 326.4 WV SOUTH CHARLESTON 4.7 SSW +US1WVKN0009 38.3759 -81.8093 189.0 WV ST. ALBANS 0.5 ESE +US1WVKN0010 38.3225 -81.7269 256.3 WV SOUTH CHARLESTON 2.6 SSW +US1WVKN0018 38.3448 -81.9017 215.5 WV ST. ALBANS 5.1 WSW +US1WVKN0019 38.3610 -81.8525 195.1 WV ST. ALBANS 2.3 WSW +US1WVKN0021 38.3335 -81.6987 243.5 WV CHARLESTON 3.9 WSW +US1WVKN0025 38.3807 -81.5313 240.2 WV CHARLESTON 5.8 ENE +US1WVKN0026 38.3499 -81.7519 243.5 WV SOUTH CHARLESTON 2.5 W +US1WVKN0027 38.3832 -81.5450 282.9 WV PINCH 3.9 WSW +US1WVKN0031 38.3494 -81.6734 262.1 WV CHARLESTON 2.3 W +US1WVLN0003 38.1864 -82.1116 215.8 WV BRANCHLAND 5.5 ESE +US1WVLW0001 38.9890 -80.6772 285.3 WV LINN 2.6 SE +US1WVLW0002 39.1028 -80.4325 330.1 WV JANE LEW 1.3 WSW +US1WVLW0004 38.8394 -80.3963 487.1 WV CRAWFORD 2.9 SE +US1WVMA0001 39.4439 -80.1694 313.6 WV FAIRMONT 2.8 SSW +US1WVMA0002 39.4661 -80.2024 389.5 WV MONONGAH 0.9 ENE +US1WVMA0007 39.5982 -80.2452 313.3 WV FAIRVIEW 0.4 NNE +US1WVMC0003 37.2528 -81.2332 768.1 WV BLUEFIELD 1.0 SW +US1WVMG0001 39.5924 -79.9166 399.0 WV MORGANTOWN 3.5 SSE +US1WVMG0005 39.6292 -79.9282 282.2 WV MORGANTOWN 1.2 ESE +US1WVMG0007 39.6087 -80.0641 336.8 WV MORGANTOWN 6.4 WSW +US1WVMH0002 39.9760 -80.6210 269.4 WV MCMECHEN 6.0 E +US1WVML0002 39.4269 -78.9216 280.4 WV KEYSER 3.4 ESE +US1WVML0003 39.4142 -79.0028 273.7 WV KEYSER 2.0 SSW +US1WVML0005 39.5454 -78.8124 249.6 WV KEYSER 11.7 NE +US1WVMN0001 39.6331 -78.2100 237.7 WV BERKELEY SPRINGS 1.0 ENE +US1WVMR0002 37.7153 -80.6481 527.9 WV ALDERSON 0.8 SSW +US1WVMS0001 38.8611 -82.0225 207.0 WV POINT PLEASANT 5.8 E +US1WVMS0002 39.0030 -82.0349 250.9 WV CLIFTON 0.4 E +US1WVNC0001 38.2028 -80.9430 522.7 WV SUMMERSVILLE 7.8 SW +US1WVNC0002 38.2540 -80.7195 755.0 WV CANVAS 3.1 ESE +US1WVNC0003 38.1427 -80.8537 671.8 WV RUNA 0.1 W +US1WVNC0004 38.3370 -80.6452 682.8 WV CRAIGSVILLE 0.6 NE +US1WVNC0005 38.1932 -80.7000 787.3 WV NETTIE 1.9 SSW +US1WVOH0002 40.1382 -80.6561 346.3 WV WHEELING 4.9 NNE +US1WVOH0006 40.1380 -80.5435 338.6 WV VALLEY GROVE 3.5 NNE +US1WVPC0001 38.4455 -79.8267 816.9 WV ARBOVALE 0.8 NW +US1WVPC0003 38.2842 -80.0588 794.9 WV MARLINTON 4.5 NNE +US1WVPC0004 38.3566 -79.9621 735.8 WV CASS 3.7 SW +US1WVPN0001 38.7182 -79.1428 544.4 WV FORT SEYBERT 3.0 NE +US1WVPR0003 39.3608 -79.6897 435.9 WV ROWLESBURG 1.1 NW +US1WVPR0008 39.4720 -79.6716 536.1 WV KINGWOOD 0.6 E +US1WVPR0010 39.5102 -79.5102 887.3 WV TERRA ALTA 4.9 NNE +US1WVPR0011 39.2536 -79.5106 774.5 WV THOMAS 7.4 N +US1WVPT0004 38.4510 -81.9745 212.1 WV HURRICANE 2.5 ENE +US1WVPT0006 38.5249 -81.8965 181.1 WV WINFIELD 0.7 W +US1WVPT0007 38.4262 -81.9067 297.2 WV TEAYS VALLEY 1.9 SE +US1WVPT0010 38.4156 -82.0278 243.8 WV HURRICANE 1.6 SSW +US1WVPT0011 38.5365 -81.9319 181.1 WV ELEANOR 0.2 SSW +US1WVRL0002 37.7770 -81.1742 721.5 WV BECKLEY 1.0 SE +US1WVRL0006 37.6627 -81.0903 903.7 WV COOL RIDGE 0.4 NE +US1WVRT0001 39.2104 -81.0596 265.2 WV HARRISVILLE 0.5 W +US1WVRT0002 39.2736 -80.9558 344.7 WV PENNSBORO 1.2 ESE +US1WVTA0003 39.3782 -80.1786 379.2 WV BOOTHSVILLE 1.4 SE +US1WVTY0003 39.4700 -80.8571 232.0 WV MIDDLEBOURNE 3.2 ESE +US1WVTY0004 39.5370 -80.8880 224.0 WV SISTERSVILLE 6.1 ESE +US1WVUP0001 38.8423 -80.2723 566.0 WV ROCK CAVE 3.0 E +US1WVUP0002 38.9769 -80.1300 607.2 WV BUCKHANNON 5.2 E +US1WVWD0001 39.2335 -81.4408 217.3 WV DAVISVILLE 3.8 NE +US1WVWD0003 39.3001 -81.5108 271.0 WV PARKERSBURG 3.0 NE +US1WVWD0005 39.1645 -81.5792 199.6 WV MINERALWELLS 3.8 WSW +US1WVWD0006 39.0566 -81.5503 325.2 WV ROCKPORT 1.3 SSE +US1WVWD0007 39.4028 -81.4572 195.1 WV WILLIAMSTOWN 0.4 WNW +US1WVWD0009 39.2667 -81.5617 187.5 WV PARKERSBURG 1.0 W +US1WVWD0011 39.3378 -81.5223 214.6 WV VIENNA 1.3 NE +US1WVWD0012 39.3273 -81.5499 193.2 WV VIENNA 0.7 WNW +US1WVWT0001 39.6490 -80.7382 413.6 WV NEW MARTINSVILLE 6.5 E +US1WYAB0001 41.3139 -105.5774 2201.0 WY LARAMIE .73 ENE +US1WYAB0002 41.3161 -106.1368 2518.0 WY CENTENNIAL 1.2 NNE +US1WYAB0003 41.3910 -105.5353 2254.0 WY LARAMIE 6.3 NNE +US1WYAB0005 41.2965 -105.5748 2197.9 WY LARAMIE 1.3 SE +US1WYAB0007 41.3166 -105.6666 2215.9 WY LARAMIE AIRPORT +US1WYAB0008 41.3221 -105.5837 2186.0 WY LARAMIE 0.8 NNE +US1WYAB0009 41.3137 -105.6010 2179.0 WY LARAMIE 0.5 WNW +US1WYAB0024 41.3283 -105.5688 2203.1 WY LARAMIE 1.4 NNE +US1WYAB0026 41.1306 -105.4040 2512.2 WY LARAMIE 15.5 SE +US1WYAB0028 41.2949 -105.6263 2183.0 WY LARAMIE 2.5 WSW +US1WYAB0029 41.3096 -105.5870 2190.9 WY LARAMIE 0.2 SE +US1WYAB0030 41.2930 -105.5377 2246.1 WY LARAMIE 2.7 ESE +US1WYAB0032 41.3263 -105.5674 2193.0 WY LARAMIE 1.3 NE +US1WYAB0033 41.1872 -106.0725 2453.0 WY LARAMIE 27.3 WSW +US1WYAB0034 41.3216 -105.5428 2234.2 WY LARAMIE 2.2 ENE +US1WYAB0035 41.3074 -105.5821 2188.8 WY LARAMIE 0.2 S +US1WYAB0040 41.4392 -105.8661 2211.3 WY LARAMIE 17.1 WNW +US1WYAB0041 41.1090 -106.0104 2284.2 WY JELM 0.2 SE +US1WYAB0042 41.1852 -105.5935 2228.4 WY LARAMIE 8.7 S +US1WYAB0044 41.3047 -105.5805 2191.2 WY LARAMIE 0.4 SSE +US1WYAB0045 41.3355 -105.5853 2201.3 WY LARAMIE 1.7 N +US1WYAB0047 41.3132 -105.6284 2187.9 WY LARAMIE 2.4 W +US1WYAB0048 41.3225 -105.5812 2189.7 WY LARAMIE 0.8 N +US1WYAB0049 41.3308 -105.5814 2186.0 WY LARAMIE 1.4 N +US1WYAB0050 41.2835 -105.5276 2266.5 WY LARAMIE 3.5 ESE +US1WYAB0052 41.3296 -105.5698 2210.4 WY LARAMIE 1.4 NNE +US1WYAB0053 41.3037 -105.5732 2195.5 WY LARAMIE 0.7 SE +US1WYAB0059 41.3156 -105.5850 2189.1 WY LARAMIE 0.3 NNW +US1WYAB0062 41.3083 -105.5833 2190.6 WY LARAMIE 0.2 S +US1WYAB0065 41.3145 -105.6259 2187.5 WY LARAMIE 2.2 W +US1WYAB0067 41.4216 -105.6044 2182.7 WY LARAMIE 7.7 N +US1WYAB0071 41.2978 -105.5335 2253.1 WY LARAMIE 2.7 ESE +US1WYAB0073 41.3211 -105.5795 2194.3 WY LARAMIE 0.7 NNE +US1WYAB0075 41.2989 -105.5784 2194.6 WY LARAMIE 0.9 SSE +US1WYAB0076 41.3832 -105.5365 2249.1 WY LARAMIE 5.5 NNE +US1WYAB0077 41.3162 -105.5905 2184.5 WY LARAMIE 0.5 NW +US1WYAB0079 41.3166 -105.6003 2179.9 WY LARAMIE 1.0 WNW +US1WYAB0085 41.3042 -105.5691 2197.6 WY LARAMIE 0.9 ESE +US1WYAB0090 41.3054 -105.5622 2202.8 WY LARAMIE 1.1 ESE +US1WYAB0091 41.3086 -105.5794 2193.6 WY LARAMIE 0.2 SE +US1WYAB0097 41.3069 -105.5763 2194.6 WY LARAMIE 0.4 SE +US1WYAB0098 41.2973 -105.5226 2279.9 WY LARAMIE 3.3 ESE +US1WYAB0103 41.1997 -105.7966 2218.9 WY LARAMIE 13.5 SW +US1WYAB0108 41.3122 -106.1313 2496.9 WY CENTENNIAL 1.1 NNE +US1WYAB0109 41.1695 -105.8742 2235.1 WY LARAMIE 18.0 WSW +US1WYAB0115 41.3725 -105.5453 2237.2 WY LARAMIE 4.7 NNE +US1WYAB0116 41.3041 -105.5703 2196.4 WY LARAMIE 0.8 SE +US1WYAB0117 41.3914 -105.5069 2278.4 WY LARAMIE 6.8 NE +US1WYAB0118 41.2825 -105.5305 2259.2 WY LARAMIE 3.4 SE +US1WYAB0127 41.7467 -105.7594 2179.6 WY ROCK RIVER 11.1 E +US1WYAB0131 41.2894 -105.6325 2184.5 WY LARAMIE 3.0 WSW +US1WYAB0132 41.3147 -105.5985 2181.8 WY LARAMIE 0.8 WNW +US1WYAB0133 41.3410 -105.5950 2184.5 WY LARAMIE 1.3 NNW +US1WYAB0134 41.4580 -106.0029 0.0 WY ROCK RIVER 18.9 S +US1WYAB0135 41.3324 -105.5771 2194.0 WY LARAMIE 1.5 NNE +US1WYAB0136 41.3103 -105.6010 0.0 WY LARAMIE 0.9 W +US1WYAB0137 41.3087 -105.5891 2187.5 WY LARAMIE 0.4 WSW +US1WYAB0138 41.3239 -105.5531 0.0 WY LARAMIE 1.8 ENE +US1WYAB0140 41.3225 -105.5463 2232.4 WY LARAMIE 2.1 ENE +US1WYAB0143 41.3068 -105.5904 2185.7 WY LARAMIE 0.5 SW +US1WYAB0146 41.3038 -105.5934 2184.5 WY LARAMIE 0.7 SW +US1WYAB0152 41.3212 -106.1503 2576.8 WY CENTENNIAL 1.7 NNW +US1WYAB0157 41.2991 -106.1363 2459.4 WY CENTENNIAL 0.3 E +US1WYAB0160 41.2352 -105.5214 2343.9 WY LARAMIE 6.1 SSE +US1WYAB0162 41.2614 -105.5966 2196.4 WY LARAMIE 3.5 SSW +US1WYAB0164 41.7153 -105.6136 2178.4 WY BOSLER 10.4 NNE +US1WYAB0165 41.2542 -105.5832 2206.1 WY LARAMIE 3.9 S +US1WYAB0169 41.3229 -105.5910 0.0 WY LARAMIE 0.9 NNW +US1WYAB0170 41.7401 -105.9437 2074.5 WY ROCK RIVER 1.6 ENE +US1WYAB0171 41.2925 -105.5423 2235.1 WY LARAMIE 2.5 ESE +US1WYAB0173 41.2965 -105.5171 2292.1 WY LARAMIE 3.6 ESE +US1WYBH0002 44.4115 -108.2881 1278.9 WY BURLINGTON 7.5 ESE +US1WYBH0003 44.4242 -108.1139 1197.9 WY BASIN 4.8 NW +US1WYBH0004 44.4157 -108.3914 1321.9 WY BURLINGTON 3.0 SE +US1WYBH0007 44.8064 -108.4131 1204.0 WY LOVELL 2.4 SSW +US1WYBH0008 44.3872 -108.4195 1332.0 WY BURLINGTON 4.2 S +US1WYBH0010 44.4889 -108.0527 1156.1 WY GREYBULL 0.3 SE +US1WYBH0013 44.5038 -108.0575 1148.8 WY GREYBULL 0.9 N +US1WYBH0015 44.8304 -108.3928 1172.9 WY LOVELL 0.4 S +US1WYBH0016 44.6597 -107.8626 1528.3 WY SHELL 9.5 NNW +US1WYBH0017 44.5171 -107.8759 1282.3 WY GREYBULL 9.1 ENE +US1WYBH0019 44.4328 -108.4016 1332.6 WY BURLINGTON 1.8 SE +US1WYBH0020 44.3836 -108.1864 1229.0 WY BASIN 7.1 W +US1WYCK0001 44.4116 -104.3573 1424.9 WY SUNDANCE 1.0 ENE +US1WYCK0002 44.7635 -104.3155 1164.0 WY ALADDIN 9.3 NW +US1WYCK0005 44.3075 -104.3170 1475.8 WY SUNDANCE 7.0 SSE +US1WYCK0006 44.5395 -104.6857 1307.9 WY CARLILE 6.7 ENE +US1WYCK0007 44.3525 -104.2570 1541.1 WY SUNDANCE 6.0 ESE +US1WYCK0016 44.3573 -104.6760 1347.2 WY MOORCROFT 15.0 ENE +US1WYCK0017 44.5328 -104.2811 1314.6 WY SUNDANCE 10.0 NNE +US1WYCK0018 44.4792 -104.1721 1307.0 WY BEULAH 6.1 SW +US1WYCK0019 44.7238 -104.6379 1284.4 WY HULETT 3.2 NW +US1WYCK0020 44.3267 -104.7278 1306.1 WY MOORCROFT 11.9 ENE +US1WYCK0021 44.2619 -104.9394 1317.0 WY MOORCROFT 0.6 ESE +US1WYCK0026 44.5803 -104.6578 1232.0 WY DEVILS TOWER 2.1 ESE +US1WYCK0027 44.1933 -104.8420 1317.0 WY UPTON 12.6 WNW +US1WYCK0028 44.6804 -104.5969 1148.8 WY HULETT 0.4 SSE +US1WYCK0032 44.4015 -104.3707 1457.6 WY SUNDANCE 0.3 SE +US1WYCK0033 44.4647 -104.6256 1332.0 WY SUNDANCE 13.1 WNW +US1WYCM0002 44.6914 -105.1842 1282.9 WY WESTON 8 ENE +US1WYCM0005 44.5130 -105.5590 1278.9 WY GILLETTE 16 N +US1WYCM0006 44.2891 -105.5109 1417.0 WY GILLETTE 0.6 NE +US1WYCM0007 44.0128 -105.7440 1549.0 WY GILLETTE 21.7 SSW +US1WYCM0008 44.3326 -105.3347 1406.0 WY GILLETTE 9.7 ENE +US1WYCM0009 44.7878 -105.2674 1121.1 WY WESTON 10.9 NE +US1WYCM0012 44.2555 -105.3007 1349.0 WY SLEEPY HOLLOW 6.1 E +US1WYCM0016 44.2855 -105.5091 1418.2 WY GILLETTE 0.5 ENE +US1WYCM0019 44.2855 -105.5061 1432.9 WY GILLETTE 0.6 ENE +US1WYCM0020 44.4750 -105.5962 1307.0 WY GILLETTE 13.9 NNW +US1WYCM0021 44.3397 -105.1828 1342.6 WY ROZET 4.4 NNE +US1WYCM0022 44.2940 -105.5910 1439.3 WY GILLETTE 3.7 WNW +US1WYCM0024 44.0972 -105.6106 1480.7 WY GILLETTE 13.5 SSW +US1WYCM0027 44.2267 -105.5668 0.0 WY GILLETTE 4.5 SSW +US1WYCM0029 44.2523 -105.5562 1421.9 WY GILLETTE 2.8 SW +US1WYCM0031 43.7544 -105.4839 1524.9 WY WRIGHT 0.8 ENE +US1WYCR0001 41.8991 -106.2002 2001.0 WY MEDICINE BOW 0.3 NE +US1WYCR0002 41.3041 -107.2041 2550.9 WY RAWLINS 1 NW +US1WYCR0003 41.7833 -107.2041 2030.0 WY RAWLINS AIRPORT +US1WYCR0004 41.6524 -106.4101 2283.9 WY ELK MOUNTAIN 2.1 S +US1WYCR0005 41.6597 -106.1332 2194.9 WY ROCK RIVER 9.6 WSW +US1WYCR0006 41.4405 -106.8048 2093.1 WY SARATOGA 0.9 SSE +US1WYCR0007 41.7718 -106.2066 2058.3 WY MEDICINE BOW 8.8 S +US1WYCR0009 41.7788 -107.1169 2011.4 WY SINCLAIR 0.1 N +US1WYCR0011 41.4493 -106.8073 2078.1 WY SARATOGA 0.3 ESE (USDA SERVICE +US1WYCR0012 41.0386 -107.6572 1900.1 WY BAGGS 0.2 NNW +US1WYCR0013 41.2359 -106.7817 2184.8 WY ENCAMPMENT 2.0 NNE +US1WYCR0014 41.7787 -107.3112 2122.9 WY RAWLINS 4.3 W +US1WYCR0016 42.3560 -107.4506 1931.5 WY MUDDY GAP 0.5 NE +US1WYCR0017 41.3436 -106.7332 2135.1 WY SARATOGA 8.5 SSE +US1WYCR0018 41.6842 -106.4175 2221.4 WY ELK MOUNTAIN 0.3 SW +US1WYCR0021 41.6055 -106.4175 2325.9 WY ELK MOUNTAIN 5.7 S +US1WYCR0023 41.8706 -106.5544 2072.6 WY HANNA 0.2 E +US1WYCR0024 41.2085 -106.7667 2210.7 WY RIVERSIDE 0.8 ESE +US1WYCR0025 41.4758 -106.7475 2109.2 WY SARATOGA 3.8 ENE +US1WYCV0001 43.0531 -105.0757 1421.0 WY NINE HILL 18.1 ESE +US1WYCV0004 42.8315 -105.4869 1510.9 WY DOUGLAS 7.2 NW +US1WYCV0005 42.8405 -105.8728 1534.1 WY GLENROCK 1.4 SW +US1WYCV0011 42.9042 -105.0635 1545.9 WY LOST SPRINGS 11.9 NW +US1WYCV0012 42.7617 -105.3225 1528.0 WY DOUGLAS 3.6 E +US1WYCV0013 42.7364 -105.4283 1519.1 WY DOUGLAS 2.2 SW +US1WYCV0014 42.6244 -105.5133 1613.9 WY DOUGLAS 10.9 SW +US1WYCV0015 43.2055 -105.7173 1584.0 WY ROLLING HILLS 21.9 NNE +US1WYCV0016 42.7313 -105.4708 1577.0 WY DOUGLAS 4.3 WSW +US1WYCV0019 42.7392 -105.3863 1467.0 WY DOUGLAS 1.2 SSE +US1WYCV0022 42.6742 -105.4022 1474.6 WY DOUGLAS 5.7 S +US1WYCV0024 42.9255 -105.8354 1622.1 WY GLENROCK 4.9 NNE +US1WYCV0027 42.8612 -105.8674 1520.0 WY GLENROCK 0.6 WNW +US1WYCV0029 42.9269 -105.8363 1623.1 WY GLENROCK 4.9 NNE +US1WYFM0001 42.8573 -108.7244 1613.0 WY LANDER 1.7 N +US1WYFM0002 43.0049 -108.2247 1760.5 WY RIVERTON 9.8 ESE +US1WYFM0003 43.0288 -108.3875 1517.9 WY RIVERTON 0.5 NW +US1WYFM0004 43.5710 -109.8264 2573.1 WY DUBOIS 9.7 WNW +US1WYFM0005 43.5760 -109.8123 2582.0 WY DUBOIS 8.9 WNW +US1WYFM0007 43.0219 -108.3632 1499.0 WY RIVERTON 2.8 ESE +US1WYFM0008 43.0256 -108.3979 1533.1 WY RIVERTON 1.1 SE +US1WYFM0011 42.8294 -108.7455 1644.1 WY LANDER 0.9 W +US1WYFM0017 43.0317 -108.3852 1515.2 WY RIVERTON 1.5 E +US1WYFM0018 42.8574 -108.7192 1609.0 WY LANDER 2.0 NNE +US1WYFM0019 42.7765 -108.7762 1769.4 WY LANDER 4.4 SSW +US1WYFM0021 42.7630 -108.7933 1855.6 WY LANDER 5.7 SW +US1WYFM0023 42.7622 -108.6536 1665.1 WY LANDER 6.0 SE +US1WYFM0024 42.8234 -108.7441 1656.6 WY LANDER 0.9 WSW +US1WYFM0025 42.5428 -108.1811 1994.6 WY LANDER 34.1 SE +US1WYFM0027 42.7096 -108.6793 1773.3 WY LANDER 8.7 SSE +US1WYFM0029 43.0196 -108.3934 1513.9 WY RIVERTON 1.5 SE +US1WYFM0030 42.6978 -108.6883 1773.0 WY LANDER 9.4 SSE +US1WYFM0032 42.8182 -108.7477 1663.0 WY LANDER 1.3 SW +US1WYFM0033 42.9392 -108.5050 1545.6 WY RIVERTON 8.1 SW +US1WYFM0037 42.8630 -108.8652 1841.6 WY LANDER 7.3 WNW +US1WYFM0038 42.8297 -108.7343 1639.2 WY LANDER 0.3 W +US1WYFM0039 42.7017 -108.6757 1766.6 WY LANDER 9.3 SSE +US1WYFM0040 42.8381 -108.7495 1639.2 WY LANDER 1.2 WNW +US1WYFM0042 42.7430 -108.6687 1691.9 WY LANDER 6.7 SSE +US1WYFM0050 42.8527 -108.7413 1631.3 WY LANDER 1.7 NNW +US1WYFM0052 43.0285 -108.4150 1546.3 WY RIVERTON 0.5 S +US1WYFM0054 43.1210 -108.3590 1549.0 WY RIVERTON 6.5 NNE +US1WYFM0055 42.7398 -108.6525 1691.0 WY LANDER 7.3 SSE +US1WYFM0064 42.8303 -108.7486 1646.8 WY LANDER 1.0 W +US1WYFM0067 43.0260 -108.4011 1537.1 WY RIVERTON 1.0 SE +US1WYFM0069 42.8155 -108.8117 1758.1 WY LANDER 4.3 WSW +US1WYGS0001 41.8567 -104.2994 1313.1 WY YODER 4.1 S +US1WYGS0002 42.0020 -104.2153 1323.1 WY TORRINGTON 4.6 SSW +US1WYGS0005 42.0666 -104.1500 1278.9 WY TORRINGTON AIRPORT +US1WYGS0007 42.0614 -104.2006 1250.0 WY TORRINGTON 1.0 WSW +US1WYGS0008 42.0020 -104.3817 1282.9 WY VETERAN 3.0 W +US1WYGS0009 42.0586 -104.1684 1249.1 WY TORRINGTON +US1WYGS0011 41.8284 -104.2531 1314.0 WY YODER 6.5 SSE +US1WYGS0013 42.1748 -104.4537 1278.0 WY LINGLE 6.0 WNW +US1WYGS0014 41.8711 -104.4906 1375.0 WY YODER 10.5 WSW +US1WYGS0016 41.6223 -104.0813 1435.0 WY LA GRANGE 4.4 ESE +US1WYGS0018 41.8999 -104.3220 1300.0 WY YODER 1.9 SW +US1WYGS0020 41.9442 -104.0962 1268.6 WY TORRINGTON 9.6 SSE +US1WYGS0021 42.0605 -104.2024 1248.8 WY TORRINGTON 1.2 WSW +US1WYGS0022 41.7251 -104.6501 1651.7 WY CHUGWATER 9.1 ESE +US1WYGS0023 41.9180 -104.2918 1295.1 WY YODER 0.1 ENE +US1WYGS0024 42.0468 -104.1476 1243.6 WY TORRINGTON 2.3 SE +US1WYGS0025 42.2139 -104.5192 1294.2 WY FORT LARAMIE 0.2 NW +US1WYGS0027 42.1817 -104.5717 1315.2 WY FORT LARAMIE 3.5 SW +US1WYGS0034 41.6806 -104.2026 1372.5 WY LA GRANGE 3.4 NW +US1WYGS0035 41.6578 -104.1601 1374.6 WY LA GRANGE 2.9 N +US1WYGS0036 41.6814 -104.1589 1380.1 WY LA GRANGE 1.9 N +US1WYGS0038 41.7251 -104.1695 1372.5 WY LA GRANGE 5.9 N +US1WYGS0039 42.1520 -104.4600 1294.2 WY LINGLE 5.9 W +US1WYGS0040 42.5126 -104.1248 1458.8 WY TORRINGTON 30.9 N +US1WYGS0041 42.0754 -104.1880 1268.9 WY TORRINGTON 0.6 NNW +US1WYGS0045 42.2160 -104.5205 1299.1 WY FORT LARAMIE 0.3 NW +US1WYGS0050 41.9144 -104.5325 1350.0 WY YODER 12.2 W +US1WYHS0002 43.7099 -108.5200 1563.9 WY THERMOPOLIS 16.0 WNW +US1WYHS0003 43.6472 -108.1997 1325.9 WY THERMOPOLIS 0.6 E +US1WYHS0005 43.6449 -108.2158 1323.1 WY THERMOPOLIS 0.2 SSW +US1WYHS0006 43.7046 -108.2007 1352.1 WY THERMOPOLIS 4.0 N +US1WYHS0008 43.8026 -108.1941 1326.5 WY THERMOPOLIS 10.7 N +US1WYHS0009 43.6471 -108.2201 1342.3 WY THERMOPOLIS 0.3 W +US1WYHS0010 43.6358 -108.2300 1389.9 WY THERMOPOLIS 1.2 SW +US1WYHS0011 43.6381 -108.2250 1343.6 WY THERMOPOLIS 0.9 SW +US1WYHS0014 43.6394 -108.2133 1324.7 WY THERMOPOLIS 0.6 S +US1WYHS0015 43.6834 -108.1734 1314.3 WY THERMOPOLIS 3.2 NE +US1WYHS0016 43.6430 -108.2200 1339.9 WY THERMOPOLIS 0.5 SW +US1WYHS0018 43.7262 -108.1837 1351.5 WY THERMOPOLIS 5.6 NNE +US1WYHS0019 43.6894 -108.4352 1495.0 WY THERMOPOLIS 11.4 WNW +US1WYJN0001 43.7469 -106.4950 1439.9 WY KAYCEE 7.6 ENE +US1WYJN0003 44.3480 -106.7135 1434.1 WY BUFFALO 0.7 W +US1WYJN0005 43.6789 -106.7269 1471.9 WY KAYCEE 4.9 WSW +US1WYJN0006 43.7344 -106.9356 1673.0 WY BARNUM 5.0 NNW +US1WYJN0007 43.7061 -106.2982 1348.1 WY KAYCEE 17 E +US1WYJN0008 44.4181 -106.5889 1330.1 WY BUFFALO 7.3 NE +US1WYJN0010 44.3338 -106.6257 1449.9 WY BUFFALO 4.6 E +US1WYJN0011 44.4956 -106.1763 1158.8 WY CLEARMONT 14.2 SE +US1WYJN0013 43.9394 -106.7527 1541.1 WY KAYCEE 17 NNW +US1WYJN0014 44.2839 -106.7347 1603.9 WY BUFFALO 4.1 SSW +US1WYJN0015 43.6883 -106.2817 1342.9 WY KAYCEE 17.8 E +US1WYJN0020 44.3470 -106.7133 1432.6 WY BUFFALO 0.4 NNE +US1WYJN0021 44.3266 -106.7250 1462.7 WY BUFFALO 1.1 SSW +US1WYJN0023 44.0541 -106.7628 1529.2 WY BUFFALO 20.0 S +US1WYJN0024 44.3471 -106.6928 1426.8 WY BUFFALO 1.3 ENE +US1WYJN0026 44.3497 -106.7005 1417.9 WY BUFFALO 1.0 ENE +US1WYJN0028 44.1813 -106.6311 0.0 WY BUFFALO 11.9 SSE +US1WYJN0031 44.3614 -106.6912 0.0 WY BUFFALO 1.8 NE +US1WYJN0033 44.1661 -106.6136 1468.8 WY BUFFALO 13.2 SSE +US1WYLM0002 41.1648 -104.7834 1845.0 WY CHEYENNE 2.6 NE +US1WYLM0005 41.1510 -104.7547 1823.0 WY CHEYENNE 3.3 ENE +US1WYLM0006 41.1592 -104.6742 1836.1 WY CHEYENNE 7.5 ENE +US1WYLM0007 41.1477 -104.8242 1870.9 WY CHEYENNE 1.0 NNW +US1WYLM0008 41.1648 -104.7726 1845.0 WY CHEYENNE 3.0 NE +US1WYLM0010 41.2983 -104.3094 1674.0 WY BURNS 8 NNE +US1WYLM0011 41.1499 -104.8166 1866.0 WY CHEYENNE AIRPORT +US1WYLM0012 41.1981 -104.7939 1880.9 WY CHEYENNE 4.5 NNE +US1WYLM0015 41.1403 -104.8060 1852.9 WY CHEYENNE 0.6 NE +US1WYLM0016 41.1649 -104.7320 1869.0 WY CHEYENNE 4.8 ENE +US1WYLM0019 41.1258 -104.2541 1612.1 WY BURNS 7.1 SE +US1WYLM0020 41.1565 -104.6796 1839.2 WY CHEYENNE 7.2 ENE +US1WYLM0021 41.2182 -104.8641 1918.1 WY CHEYENNE 6.4 NNW +US1WYLM0022 41.1898 -104.7089 1854.1 WY CHEYENNE 5.3 NE +US1WYLM0024 41.2729 -104.8232 1881.8 WY CHEYENNE 8.9 N +US1WYLM0025 41.1494 -104.8025 1861.1 WY CHEYENNE 0.6 WNW +US1WYLM0026 41.1379 -104.7522 1834.9 WY CHEYENNE 2.1 ESE +US1WYLM0028 41.1348 -104.7490 1834.0 WY CHEYENNE 2.3 ESE +US1WYLM0031 41.2954 -104.8354 1887.9 WY CHEYENNE 11 NNW +US1WYLM0033 41.1666 -104.4074 1699.0 WY BURNS 3.0 WSW +US1WYLM0036 41.1449 -104.7547 1825.1 WY CHEYENNE 2.0 E +US1WYLM0037 41.1673 -104.7688 1861.1 WY CHEYENNE 1.9 NE +US1WYLM0038 41.2126 -104.4801 1720.0 WY BURNS 6.5 WNW +US1WYLM0039 41.2755 -104.9159 1957.1 WY CHEYENNE 11.0 NW +US1WYLM0042 41.1750 -104.8459 1880.0 WY CHEYENNE 3.5 NW +US1WYLM0043 41.1789 -104.7444 1855.0 WY CHEYENNE 3.4 NE +US1WYLM0044 41.1376 -104.7555 1831.8 WY CHEYENNE 2.0 ESE +US1WYLM0045 41.1339 -104.7613 1827.9 WY CHEYENNE 1.8 ESE +US1WYLM0046 41.1347 -104.8096 1855.0 WY CHEYENNE 1.2 SW +US1WYLM0047 41.1407 -104.7719 1843.1 WY CHEYENNE 1.1 ESE +US1WYLM0048 41.1451 -104.7970 1859.0 WY CHEYENNE 0.2 W +US1WYLM0049 41.2126 -104.4777 1717.9 WY BURNS 6.4 WNW +US1WYLM0050 41.0535 -104.8177 1895.9 WY CHEYENNE 6.5 SSW +US1WYLM0051 41.2626 -105.0906 2115.9 WY RANCHETTES 15.9 W +US1WYLM0052 41.3381 -104.7496 1859.9 WY RANCHETTES 8.5 NNE +US1WYLM0053 41.1833 -104.8225 1908.0 WY CHEYENNE 3.0 NNW +US1WYLM0054 41.0342 -104.8907 1904.1 WY SOUTH GREELEY 6.2 SW +US1WYLM0055 41.1317 -104.7632 1826.1 WY CHEYENNE 1.8 ESE +US1WYLM0056 41.1510 -105.0850 2011.1 WY WARREN 11.7 W +US1WYLM0059 41.1322 -104.5168 1720.0 WY BURNS 6.0 WSW +US1WYLM0060 41.2026 -104.8086 1894.9 WY CHEYENNE 4.0 NNW +US1WYLM0061 41.1710 -104.7796 1865.1 WY CHEYENNE 1.9 NNE +US1WYLM0062 41.2148 -104.9216 1962.9 WY CHEYENNE 8.3 NW +US1WYLM0063 41.1015 -104.3212 1653.8 WY CARPENTER 3.9 NNE +US1WYLM0064 41.1893 -104.7722 1861.1 WY CHEYENNE 3.2 NNE +US1WYLM0065 41.1417 -104.7525 1827.0 WY CHEYENNE 2.1 E +US1WYLM0066 41.0916 -104.4508 1713.0 WY CARPENTER 6.0 WNW +US1WYLM0068 41.4128 -104.1115 1637.1 WY ALBIN 0.7 WSW +US1WYLM0069 41.2146 -104.8191 1923.9 WY CHEYENNE 5.0 NNW +US1WYLM0071 41.1343 -104.7540 1836.1 WY CHEYENNE 2.1 ESE +US1WYLM0072 41.0523 -104.8007 1881.8 WY CHEYENNE 6.4 S +US1WYLM0073 41.2340 -104.8078 1873.0 WY CHEYENNE 6.2 N +US1WYLM0075 41.1166 -104.7850 1831.8 WY CHEYENNE 2.0 S +US1WYLM0078 41.1050 -104.7736 1827.9 WY CHEYENNE 3.0 SSE +US1WYLM0080 41.1657 -104.8193 1858.1 WY CHEYENNE 2.0 NW +US1WYLM0082 41.1685 -104.7731 1854.7 WY CHEYENNE 2.0 ENE +US1WYLM0085 41.1545 -104.7468 1829.1 WY CHEYENNE 2.4 ENE +US1WYLM0087 41.1774 -104.7846 1873.0 WY CHEYENNE 2.2 N +US1WYLM0088 41.2619 -105.0898 2118.1 WY CHEYENNE 17.4 WNW +US1WYLM0092 41.1310 -104.5500 1763.6 WY CARPENTER 11.8 WNW +US1WYLM0093 41.1443 -104.8370 1862.9 WY CHEYENNE 2.3 W +US1WYLM0094 41.5037 -104.6331 1716.9 WY CHEYENNE 26.7 NE +US1WYLM0095 41.1520 -104.7397 1822.7 WY CHEYENNE 2.8 E +US1WYLM0096 41.2260 -104.4073 1682.5 WY BURNS 3.5 NW +US1WYLM0098 41.1812 -104.8198 1903.2 WY CHEYENNE 2.9 NNW +US1WYLM0099 41.2650 -104.7810 1850.4 WY CHEYENNE 8.3 N +US1WYLM0102 41.5929 -104.8339 1729.7 WY CHEYENNE 31.0 N +US1WYLM0103 41.1575 -104.8840 1888.2 WY CHEYENNE 5.0 W +US1WYLM0106 41.1667 -104.6039 1796.5 WY CHEYENNE 9.9 E +US1WYLM0107 41.5558 -104.9128 1809.0 WY CHEYENNE 29.0 NNW +US1WYLM0109 41.1539 -104.5007 1735.8 WY BURNS 7.8 WSW +US1WYLM0111 41.1734 -104.7734 1864.2 WY CHEYENNE 2.2 NNE +US1WYLM0112 41.2986 -104.8278 1882.1 WY CHEYENNE 10.7 N +US1WYLM0113 41.1430 -104.2170 1622.8 WY PINE BLUFFS 8.2 WSW +US1WYLM0115 41.1523 -104.8052 1864.2 WY CHEYENNE 0.8 NW +US1WYLM0118 41.1895 -104.2153 1602.0 WY PINE BLUFFS 7.7 W +US1WYLM0119 41.1076 -104.8268 1873.6 WY CHEYENNE 3.2 SW +US1WYLM0120 41.1744 -104.8178 1878.2 WY CHEYENNE 2.4 NNW +US1WYLM0121 41.2747 -104.9177 1960.2 WY CHEYENNE 11.1 NW +US1WYLM0124 41.2855 -104.9058 1951.9 WY CHEYENNE 11.3 NNW +US1WYLM0125 41.1918 -104.7059 1853.5 WY CHEYENNE 5.5 NE +US1WYLM0126 41.1806 -104.7893 1888.5 WY CHEYENNE 2.4 N +US1WYLM0127 41.2520 -104.7713 1847.1 WY CHEYENNE 7.4 N +US1WYLM0128 41.2317 -104.9864 2009.2 WY CHEYENNE 11.7 WNW +US1WYLM0129 41.0421 -104.1912 1605.7 WY CARPENTER 8.3 E +US1WYLM0131 41.1858 -104.8149 1896.8 WY CHEYENNE 3.0 NNW +US1WYLM0132 41.1484 -104.8214 1869.0 WY CHEYENNE 1.5 W +US1WYLM0133 41.1621 -104.7988 1855.6 WY CHEYENNE 1.2 NNW +US1WYLM0137 41.6497 -104.8776 1796.5 WY CHUGWATER 7.9 SSW +US1WYLM0138 41.1429 -104.7897 1853.2 WY CHEYENNE 0.2 SE +US1WYLM0139 41.2316 -104.7737 1873.9 WY CHEYENNE 6.0 N +US1WYLM0141 41.1796 -104.9210 1905.9 WY CHEYENNE 7.1 WNW +US1WYLM0142 41.1630 -104.6091 1796.2 WY CHEYENNE 9.6 E +US1WYLM0143 41.1732 -104.0568 1586.8 WY PINE BLUFFS 0.8 SE +US1WYLM0144 41.1658 -105.0790 1985.5 WY CHEYENNE 15.0 W +US1WYLM0145 41.1671 -104.2991 1655.4 WY BURNS 3.5 ESE +US1WYLM0146 41.1642 -104.7805 1843.7 WY CHEYENNE 1.4 NNE +US1WYLM0147 41.0892 -104.4083 1688.3 WY CARPENTER 4.1 NW +US1WYLM0148 41.1375 -104.8952 1899.8 WY CHEYENNE 5.4 W +US1WYLM0156 41.1719 -104.8138 1872.1 WY CHEYENNE 2.1 NNW +US1WYLM0164 41.2027 -104.7926 1887.6 WY CHEYENNE 4.0 N +US1WYLM0165 41.1468 -104.5351 1764.2 WY BURNS 9.7 WSW +US1WYLM0170 41.2184 -105.0002 2030.9 WY CHEYENNE 11.9 WNW +US1WYLM0176 41.1703 -104.7768 1855.6 WY CHEYENNE 1.9 NNE +US1WYLM0177 41.1388 -104.7530 1836.1 WY CHEYENNE 2.1 ESE +US1WYLM0178 41.1846 -104.8140 1900.1 WY CHEYENNE 2.9 NNW +US1WYLM0179 41.1870 -104.0728 1536.5 WY PINE BLUFFS 0.5 NNW +US1WYLM0180 41.1855 -104.4002 1691.0 WY BURNS 2.2 W +US1WYLM0181 41.2037 -104.7220 1836.4 WY CHEYENNE 5.4 NE +US1WYLM0184 41.1744 -104.8344 1876.3 WY CHEYENNE 3.0 NW +US1WYLM0185 41.4649 -104.5306 1656.0 WY MERIDEN 12.2 WSW +US1WYLM0186 41.1846 -104.8422 1896.2 WY CHEYENNE 3.8 NW +US1WYLM0190 41.1493 -104.8195 1869.9 WY CHEYENNE 1.4 W +US1WYLM0193 41.1740 -104.7604 1862.3 WY CHEYENNE 2.6 NE +US1WYLM0196 41.0828 -105.1676 2256.7 WY CHEYENNE 20.0 WSW +US1WYLM0197 41.1885 -104.8176 1893.7 WY CHEYENNE 3.3 NNW +US1WYLM0198 41.1079 -104.6021 1774.5 WY CHEYENNE 10.2 ESE +US1WYLM0199 41.2192 -104.8103 1891.6 WY CHEYENNE 5.2 N +US1WYLM0206 41.4270 -104.8455 1862.9 WY CHEYENNE 19.7 N +US1WYLM0207 41.1445 -104.7855 1849.8 WY CHEYENNE 0.4 E +US1WYLM0209 41.1660 -104.8218 1859.0 WY CHEYENNE 2.1 NW +US1WYLM0211 41.0535 -104.8131 1890.7 WY CHEYENNE 6.4 S +US1WYLM0213 41.1409 -104.7851 1854.1 WY CHEYENNE 0.5 SE +US1WYLN0001 42.9727 -110.9579 1916.0 WY THAYNE 4.2 NNE +US1WYLN0002 42.5519 -110.8884 2135.1 WY SMOOT 4.9 SSE +US1WYLN0004 43.1603 -111.0087 1730.0 WY ALPINE 1.6 SE +US1WYLN0006 42.7305 -110.9334 1902.9 WY AFTON 0.4 NNW +US1WYLN0008 41.7969 -110.6849 2057.1 WY KEMMERER 7.0 W +US1WYLN0009 41.7710 -110.3250 2037.9 WY OPAL 0.2 WNW +US1WYLN0010 41.7684 -110.4176 2094.0 WY KEMMERER 7.0 E +US1WYLN0012 42.7220 -110.9531 1868.1 WY AFTON 1.3 WSW +US1WYLN0013 42.7208 -110.9336 1900.1 WY AFTON 0.5 SW +US1WYLN0014 42.0636 -110.6771 2390.5 WY KEMMERER 20.5 NNW +US1WYLN0015 41.7905 -110.5494 2151.9 WY KEMMERER 0.6 N +US1WYLN0017 42.9765 -110.9497 1943.7 WY THAYNE 4.7 NNE +US1WYLN0018 42.9019 -110.9847 1855.0 WY THAYNE 1.5 SE +US1WYLN0019 42.9726 -110.9605 1905.9 WY STAR VALLEY RANCH 0.3 WNW +US1WYLN0022 42.6796 -110.9421 1919.6 WY AFTON 3.3 SSW +US1WYLN0024 42.9841 -110.9924 1837.9 WY FREEDOM 2.6 E +US1WYLN0025 43.0758 -111.0089 1794.1 WY ETNA 2.9 N +US1WYNB0001 42.9351 -104.1593 1289.0 WY LUSK 19.0 NE +US1WYNB0003 43.2328 -104.6295 1256.1 WY LANCE CREEK 13.8 N +US1WYNB0004 42.7533 -104.4512 1528.9 WY LUSK 0.6 S +US1WYNB0006 42.6098 -104.7359 1594.1 WY MANVILLE 13 SSW +US1WYNB0007 43.4356 -104.2090 1107.9 WY NEWCASTLE 49 WSW +US1WYNB0008 42.7212 -104.3009 1505.1 WY LUSK 8.2 ESE +US1WYNB0009 42.6102 -104.7362 1594.1 WY MANVILLE 13 SSW +US1WYNB0012 42.6350 -104.3506 1517.0 WY LUSK 10.1 SSE +US1WYNB0013 42.8740 -104.4422 1505.1 WY LUSK 7.8 N +US1WYNB0016 42.8014 -104.7989 1588.3 WY KEELINE 3.7 NW +US1WYNT0002 42.7763 -106.4523 1638.0 WY CASPER 8.7 SW +US1WYNT0003 42.8264 -106.3988 1569.1 WY CASPER 4.4 WSW +US1WYNT0004 42.7893 -106.5353 1616.0 WY CASPER 10.9 WSW +US1WYNT0006 42.8602 -106.3350 1567.0 WY CASPER 0.5 W +US1WYNT0008 42.8226 -106.4168 1567.9 WY CASPER 5.4 WSW +US1WYNT0009 42.8692 -106.3109 1600.5 WY CASPER 2.7 NNE +US1WYNT0013 42.8285 -106.3632 1564.8 WY CASPER 3.0 SW +US1WYNT0014 43.3499 -107.4803 1842.5 WY LYSITE 12 NE +US1WYNT0015 43.4494 -106.7729 1613.0 WY KAYCEE 19 SSW +US1WYNT0017 42.8183 -106.3387 1627.9 WY CASPER 1.1 SSW +US1WYNT0018 42.7524 -106.4983 1674.9 WY MILLS 8.9 SW +US1WYNT0019 42.8461 -106.2365 1591.1 WY CASPER 4.8 E +US1WYNT0021 42.7835 -106.4213 1677.0 WY CASPER 5.8 SW +US1WYNT0022 42.8154 -106.3345 1637.7 WY CASPER 1.2 SSW +US1WYNT0023 42.8218 -106.3144 1623.1 WY CASPER 1.1 SE +US1WYNT0024 42.8167 -106.4108 1570.0 WY CASPER 4.3 WSW +US1WYNT0025 42.7786 -106.1314 1608.1 WY CASPER 10.7 ESE +US1WYNT0026 42.8387 -106.2892 1601.4 WY CASPER 2.1 ENE +US1WYNT0027 42.8556 -106.4342 1609.0 WY CASPER 5.5 WNW +US1WYNT0028 42.8095 -106.3315 1683.1 WY CASPER 1.6 S +US1WYNT0029 42.8241 -106.3484 1636.2 WY CASPER 1.1 WSW +US1WYNT0035 42.7670 -106.4989 1608.4 WY CASPER 9.7 WSW +US1WYNT0036 42.8626 -106.3207 1562.4 WY CASPER 2.1 NNE +US1WYNT0037 42.9833 -106.3376 1622.1 WY CASPER 10.1 SSE +US1WYNT0038 42.8398 -106.3293 1581.9 WY CASPER 0.5 N +US1WYNT0042 42.7937 -106.3965 1676.4 WY CASPER 4.3 SW +US1WYNT0044 42.8417 -106.2924 1600.8 WY CASPER 2.0 ENE +US1WYNT0048 42.8027 -106.3326 1706.3 WY CASPER 2.1 S +US1WYNT0050 42.8396 -106.3396 1567.3 WY CASPER 0.7 NW +US1WYNT0052 42.8290 -106.2989 1614.8 WY CASPER 1.6 E +US1WYNT0053 42.7668 -106.3551 1908.7 WY CASPER 4.7 SSW +US1WYNT0056 42.8515 -106.1323 1577.9 WY EVANSVILLE 6.6 ESE +US1WYNT0060 42.8327 -106.2788 1620.9 WY CASPER 2.6 E +US1WYNT0064 42.8180 -106.3447 1620.0 WY CASPER 1.3 SW +US1WYNT0065 42.7386 -106.3594 2426.8 WY CASPER 6.7 SSW +US1WYNT0067 42.8295 -106.2762 1636.2 WY CASPER 2.7 E +US1WYNT0068 42.8113 -106.3422 1649.0 WY CASPER 1.6 SSW +US1WYNT0071 42.8362 -106.3281 0.0 WY CASPER 0.3 N +US1WYNT0072 42.8181 -106.3455 1621.5 WY CASPER 1.3 SW +US1WYNT0076 42.8115 -106.3565 1656.3 WY CASPER 2.0 SW +US1WYNT0077 43.4114 -106.2752 1484.1 WY MIDWEST 0.1 E +US1WYNT0080 42.6714 -106.5881 1635.3 WY CASPER 17.2 SW +US1WYNT0087 42.8577 -106.3924 1587.7 WY MILLS 1.2 NW +US1WYPK0001 44.4970 -108.9617 1567.9 WY CODY 5.0 ESE +US1WYPK0002 44.5158 -108.9586 1556.0 WY CODY 4.8 E +US1WYPK0003 44.7537 -108.7372 1331.1 WY POWELL 1.1 ESE +US1WYPK0004 44.7321 -108.9973 1538.0 WY POWELL 11.8 W +US1WYPK0006 44.9040 -109.1419 1282.0 WY POWELL 22 WNW +US1WYPK0007 44.5103 -109.0994 1573.1 WY CODY 2.4 WSW +US1WYPK0008 44.7128 -108.8204 1367.0 WY POWELL 4.2 SW +US1WYPK0009 44.1567 -108.8702 1766.0 WY MEETEETSE 0.1 NNE +US1WYPK0010 44.5177 -109.0416 1547.2 WY CODY 0.6 ESE +US1WYPK0011 44.7584 -108.7769 1344.2 WY POWELL 0.9 W +US1WYPK0013 44.7825 -108.6879 1307.0 WY POWELL 3.9 ENE +US1WYPK0014 44.4982 -108.9565 1570.9 WY CODY 5.0 ESE +US1WYPK0015 44.1556 -108.8777 1761.7 WY MEETEETSE 0.3 W +US1WYPK0016 44.6081 -108.9774 1481.0 WY CODY 7.2 NNE +US1WYPK0018 44.4884 -108.9916 1570.3 WY CODY 3.8 SE +US1WYPK0019 44.7436 -108.7838 1352.4 WY POWELL 1.5 SW +US1WYPK0021 44.6838 -108.7395 1328.3 WY POWELL 5.1 S +US1WYPK0022 44.1583 -108.8705 1756.3 WY MEETEETSE 0.2 NNE +US1WYPK0023 44.4527 -109.1686 1651.7 WY CODY 7.3 SW +US1WYPK0025 44.5080 -109.0389 1555.1 WY CODY 1.0 SE +US1WYPK0026 44.5292 -109.0755 1502.4 WY CODY 1.2 WNW +US1WYPK0028 44.5193 -109.0384 1545.3 WY CODY 0.8 E +US1WYPK0029 44.8046 -108.7594 1340.5 WY POWELL 3.3 N +US1WYPK0030 44.2996 -109.4740 1831.2 WY CODY 25.7 SW +US1WYPK0031 44.5363 -109.0103 1510.6 WY CODY 2.4 ENE +US1WYPK0033 44.5099 -109.0691 1566.4 WY CODY 1.0 SW +US1WYPK0034 44.5248 -109.0274 1539.2 WY CODY 1.4 ENE +US1WYPK0035 44.5203 -109.0493 1549.9 WY CODY 0.2 ENE +US1WYPK0036 44.5872 -108.9742 1467.6 WY CODY 6.1 NE +US1WYPK0037 44.5387 -109.0248 1505.4 WY CODY 2.0 NE +US1WYPK0038 44.6130 -109.1359 1709.3 WY CODY 7.6 NNW +US1WYPK0042 44.5942 -108.9712 1459.1 WY CODY 6.6 NE +US1WYPT0001 42.2298 -104.7101 1371.9 WY GUERNSEY 3.1 SSE +US1WYPT0002 42.0561 -104.9745 1448.1 WY WHEATLAND 1.1 W +US1WYPT0006 42.4758 -105.0721 1439.9 WY GLENDO 2.9 SE +US1WYPT0007 42.0212 -105.0409 1481.0 WY WHEATLAND 5.1 WSW +US1WYPT0010 41.7500 -104.8300 1615.1 WY CHUGWATER 0.25 W +US1WYPT0011 41.7079 -104.6719 1658.1 WY CHUGWATER 8 ESE +US1WYPT0013 41.7895 -104.8467 1609.6 WY CHUGWATER 2.7 NNW +US1WYPT0014 41.8262 -105.2054 1662.4 WY WHEATLAND 20.0 SW +US1WYPT0016 42.0563 -104.9631 1445.4 WY WHEATLAND 0.4 NNW +US1WYPT0017 42.1028 -104.9487 1407.9 WY WHEATLAND 3.6 N +US1WYPT0018 42.1938 -104.7265 1389.9 WY GUERNSEY 5.1 S +US1WYPT0019 41.8712 -104.6640 0.0 WY CHUGWATER 11.4 NE +US1WYPT0020 41.8302 -105.2334 1653.2 WY WHEATLAND 20.8 SW +US1WYPT0023 42.3361 -105.0881 1553.3 WY GLENDO 12.0 SSW +US1WYPT0024 42.4545 -105.0852 1451.5 WY GLENDO 4.6 SW +US1WYPT0025 42.2648 -104.7506 0.0 WY GUERNSEY 0.3 WSW +US1WYPT0026 42.0644 -104.9620 1441.7 WY WHEATLAND 0.9 N +US1WYPT0027 42.0573 -104.9617 1446.0 WY WHEATLAND 0.4 NNW +US1WYSH0001 44.8126 -106.9580 1136.9 WY SHERIDAN 1.0 N +US1WYSH0004 44.7771 -106.9392 1161.0 WY SHERIDAN 1.6 SSE +US1WYSH0005 44.6209 -106.8029 1323.1 WY BANNER 3.5 E +US1WYSH0007 44.7953 -106.7589 1156.1 WY WYARNO 1.4 SSE +US1WYSH0008 44.6996 -106.3910 1225.0 WY CLEARMONT 4.2 N (CLOSED) +US1WYSH0009 44.9293 -106.6784 1125.0 WY WYARNO 9 NNE +US1WYSH0010 44.7029 -106.3261 1161.9 WY CLEARMONT 5.1 NNE +US1WYSH0011 44.5691 -106.5320 1246.0 WY CLEARMONT 8.9 WSW (CLOSED) +US1WYSH0012 44.9683 -107.4599 1425.9 WY DAYTON 11.9 WNW +US1WYSH0013 44.6415 -106.8962 1352.1 WY SHERIDAN 10.8 SSE (CLOSED) +US1WYSH0014 44.8122 -106.9763 1175.9 WY SHERIDAN 1.7 NW +US1WYSH0015 44.8750 -107.2610 1193.9 WY DAYTON 0.2 NE (CLOSED) +US1WYSH0016 44.7827 -106.9381 1165.6 WY SHERIDAN 1.1 SE (CLOSED) +US1WYSH0017 44.7150 -106.7180 1238.1 WY SHERIDAN 12.9 ESE +US1WYSH0018 44.9769 -106.8475 1081.1 WY SHERIDAN 13.8 NNE +US1WYSH0020 44.6784 -107.0068 1279.6 WY SHERIDAN 8.2 SSW +US1WYSH0021 44.8897 -106.8666 1145.7 WY SHERIDAN 8.1 NNE +US1WYSH0022 44.9001 -107.1400 1146.4 WY RANCHESTER 1.3 ESE +US1WYSH0023 44.7470 -106.9852 1228.6 WY SHERIDAN 3.4 SSW +US1WYSH0024 44.9047 -107.1687 1147.9 WY RANCHESTER 0.3 SW (DECEASED) +US1WYSH0026 44.7697 -106.9153 1218.9 WY SHERIDAN 2.6 SE +US1WYSH0028 44.9008 -107.2940 1288.7 WY DAYTON 2.4 NW (CLOSED) +US1WYSH0029 44.5738 -106.9022 1570.9 WY STORY 0.8 W +US1WYSH0030 44.7690 -106.9259 1221.0 WY SHERIDAN 2.2 SE (CLOSED) +US1WYSH0031 44.8767 -107.2631 1194.5 WY DAYTON 0.3 N +US1WYSH0032 44.5667 -106.9221 1637.4 WY SHERIDAN 15.7 S +US1WYSH0033 44.5654 -106.9281 1656.3 WY STORY 2.1 WSW +US1WYSH0034 44.8755 -107.2646 1195.4 WY DAYTON 0.2 NNW +US1WYSH0035 44.7705 -107.0561 1192.7 WY SHERIDAN 5.1 WSW +US1WYSH0036 44.8359 -106.9640 1133.6 WY SHERIDAN 3.0 N +US1WYSH0037 44.8116 -106.9705 1166.8 WY SHERIDAN 1.5 NNW +US1WYSH0044 44.5765 -106.9294 1656.6 WY STORY 2.1 W +US1WYSH0045 44.7927 -106.9540 1147.3 WY SHERIDAN 0.2 ENE (CLOSED) +US1WYSH0046 44.5753 -106.8853 1533.8 WY STORY 0.1 NE +US1WYSH0048 44.6803 -106.9869 1238.1 WY BIG HORN 0.3 ESE +US1WYSH0049 44.7052 -107.1648 1342.9 WY SHERIDAN 11.8 WSW +US1WYSL0001 42.8783 -109.8484 2236.9 WY PINEDALE 1.2 NE +US1WYSL0002 42.7523 -109.6697 2148.8 WY PINEDALE 13 SE +US1WYSL0003 42.7762 -109.7499 2143.0 WY PINEDALE 8.5 SE +US1WYSL0004 42.6112 -110.1631 2150.1 WY BIG PINEY 5.4 NNW +US1WYSL0007 42.9818 -110.0871 2275.0 WY PINEDALE 13.8 NW +US1WYSL0009 42.8755 -109.8683 2198.5 WY PINEDALE 0.7 NNW +US1WYSL0010 42.9461 -110.3566 2353.1 WY DANIEL 15.6 WNW +US1WYSL0011 42.6885 -109.9540 2160.4 WY BIG PINEY 13.1 NE +US1WYSL0012 42.7917 -109.7636 2154.6 WY BOULDER 3.8 NW +US1WYSL0013 43.2238 -110.0219 2343.0 WY PINEDALE 25.9 NNW +US1WYSW0001 41.5870 -109.2162 1916.9 WY ROCK SPRINGS 0.6 W +US1WYSW0003 41.5756 -109.2466 1915.1 WY ROCK SPRINGS 2.4 WSW +US1WYSW0004 41.6504 -108.1377 2046.1 WY RED DESERT 0.8 WSW +US1WYSW0006 41.6008 -109.2348 1930.0 WY ROCK SPRINGS 0.7 WNW +US1WYSW0007 42.1744 -109.4516 2032.1 WY SUPERIOR 38.0 NW +US1WYSW0010 41.5970 -109.2112 1909.9 WY ROCK SPRINGS 0.5 E +US1WYSW0011 41.5151 -109.4710 1877.9 WY GREEN RIVER 0.2 WSW +US1WYSW0014 41.5773 -109.2100 1948.0 WY ROCK SPRINGS 1.6 SSE +US1WYSW0016 41.5072 -109.1554 2057.4 WY ROCK SPRINGS 7.1 SSE +US1WYSW0019 41.5851 -109.2225 1910.8 WY ROCK SPRINGS 0.9 S +US1WYSW0023 41.6980 -109.2822 2011.7 WY ROCK SPRINGS 7.6 NNW +US1WYSW0026 41.5013 -109.4606 1902.3 WY GREEN RIVER 1.1 SSE +US1WYSW0028 41.5916 -109.2208 1908.4 WY ROCK SPRINGS 0.4 S +US1WYSW0030 41.6535 -109.2645 1980.6 WY ROCK SPRINGS 4.4 NNW +US1WYSW0031 41.5835 -109.2269 1905.3 WY ROCK SPRINGS 1.0 SSW +US1WYSW0032 41.4942 -109.4503 1892.5 WY GREEN RIVER 1.8 SSE +US1WYTT0001 43.6528 -110.7105 1980.0 WY MOOSE .4 S +US1WYTT0002 43.4348 -110.7979 1852.0 WY JACKSON 3.5 SSW +US1WYTT0003 43.5003 -110.8718 1873.9 WY WILSON .17 E +US1WYTT0004 43.5110 -110.8442 1884.0 WY WILSON 1.7 ENE +US1WYTT0006 43.4829 -110.8262 1887.0 WY JACKSON 3.2 W +US1WYTT0009 43.6215 -110.6253 2030.9 WY JACKSON 12.3 NE +US1WYTT0011 43.8433 -110.4503 2175.1 WY JACKSON 29.9 NNE +US1WYTT0013 43.5370 -110.8250 1894.9 WY JACKSON 5.3 NW +US1WYTT0015 43.5960 -110.7981 1932.1 WY TETON VILLAGE 1.6 NE +US1WYTT0018 43.6213 -110.6278 2027.8 WY JACKSON 12.2 NE +US1WYTT0020 43.4908 -110.8109 1910.8 WY JACKSON 2.6 WNW +US1WYTT0021 43.4301 -110.7976 1851.7 WY JACKSON 3.5 SSW +US1WYTT0022 43.4672 -110.8990 2136.6 WY WILSON 2.6 SSW +US1WYTT0024 43.4218 -110.7859 1847.4 WY JACKSON 3.8 SSW +US1WYTT0026 43.3174 -110.7288 1847.1 WY JACKSON 11.0 S +US1WYTT0028 43.3617 -110.8370 1993.7 WY JACKSON 8.6 SSW +US1WYUN0003 41.3485 -110.1716 2004.1 WY LYMAN 2.9 ENE +US1WYUN0004 41.2751 -110.9670 2053.1 WY EVANSTON 0.5 NNW +US1WYUN0008 41.2571 -110.2565 2012.9 WY LYMAN 5.4 SSE +US1WYUN0015 41.3251 -111.0184 2015.3 WY EVANSTON 5.4 NNW +US1WYUN0016 41.0529 -110.5722 2590.2 WY SPRING VLY 15.9 SSE +US1WYWH0001 44.1022 -107.4734 1381.0 WY TEN SLEEP 4.8 NNW +US1WYWH0002 44.0168 -107.9651 1235.0 WY WORLAND 0.5 W +US1WYWH0003 43.6532 -107.3734 1524.6 WY TEN SLEEP 26.6 S +US1WYWH0004 44.0358 -107.4475 1357.0 WY TEN SLEEP 0.1 N +US1WYWH0009 43.9197 -108.0591 1260.7 WY WORLAND 7.8 SW +US1WYWH0012 44.0373 -107.9234 1246.3 WY WORLAND 2.8 NE +US1WYWH0013 44.0308 -107.4509 1349.0 WY TEN SLEEP 0.3 SSW +US1WYWH0014 43.8580 -108.1640 1285.0 WY WORLAND 14.4 SW +US1WYWH0017 44.0137 -107.9566 1240.2 WY WORLAND 0.6 N +US1WYWH0018 44.0094 -107.9609 1240.8 WY WORLAND 0.3 NNW +US1WYWS0002 43.9305 -104.9289 1462.1 WY UPTON 18.9 SW +US1WYWS0003 43.5645 -104.7394 1280.2 WY NEWCASTLE 33.4 SW +US1WYWS0004 43.6827 -104.8799 1320.1 WY NEWCASTLE 35.7 WSW +US1WYWS0005 43.8486 -104.1888 1342.9 WY NEWCASTLE 0.8 ESE +US1WYWS0006 43.6440 -104.8411 1282.9 WY NEWCASTLE 33 WSW +US1WYWS0008 44.0500 -104.7100 1321.0 WY UPTON 5.6 SW +US1WYWS0009 43.6037 -104.1891 1140.6 WY NEWCASTLE 17.0 S +US1WYWS0010 43.6656 -104.2649 1156.7 WY NEWCASTLE 13.0 SSW +US1WYWS0012 43.6606 -105.0457 1344.2 WY WRIGHT 23.4 ESE +US1WYWS0013 43.7865 -104.2694 1206.1 WY NEWCASTLE 5.2 SW +US1WYWS0015 43.5378 -104.7917 1262.2 WY NEWCASTLE 36.1 SW +US1WYWS0016 43.9334 -104.9221 1457.6 WY UPTON 18.8 SW +US1WYWS0020 43.8499 -104.2309 1285.6 WY NEWCASTLE 1.0 W +US1WYWS0021 44.0202 -104.2934 1429.2 WY NEWCASTLE 12.5 NNW +US1WYWS0022 44.0186 -104.2933 1429.8 WY NEWCASTLE 12.4 NNW +US1WYWS0023 43.9686 -104.2417 1502.4 WY NEWCASTLE 8.4 N +US1WYWS0024 43.8575 -104.1402 1403.6 WY NEWCASTLE 3.5 E +US1WYWS0025 43.8303 -104.2333 1290.2 WY NEWCASTLE 1.7 SW +US1WYWS0026 44.1153 -104.6278 1314.0 WY UPTON 1.0 NNW +US1WYWS0029 43.7019 -104.6947 1326.8 WY NEWCASTLE 26.2 WSW +US1WYWS0030 44.1263 -104.3947 1488.6 WY UPTON 11.5 E +USC00010008 31.5703 -85.2483 139.0 AL ABBEVILLE +USC00010063 34.2553 -87.1814 249.3 AL ADDISON +USC00010071 34.4167 -87.3167 302.1 AL ADDISON CNTRL TWR +USC00010117 34.6833 -86.8833 182.9 AL ALABAMA STATE FARM +USC00010125 31.1333 -85.0667 34.1 AL ALAGA +USC00010140 32.2322 -87.4103 53.3 AL ALBERTA +USC00010148 34.2333 -86.1667 348.1 AL ALBERTVILLE 2 SE +USC00010160 32.9453 -85.9481 195.1 AL ALEXANDER CITY +USC00010163 32.9833 -85.8667 200.9 AL ALEXANDER CITY 6 NE +USC00010178 33.1272 -88.1550 59.4 AL ALICEVILLE +USC00010184 33.2100 -88.2878 50.3 AL ALICEVILLE L&D +USC00010252 31.3072 -86.5225 76.2 AL ANDALUSIA 3 W +USC00010260 34.9628 -87.3719 231.6 AL LEXINGTON +USC00010267 33.6667 -85.8333 220.1 AL ANNISTON +USC00010338 34.0667 -87.2333 227.1 AL ARLEY 1 S +USC00010368 33.3206 -85.8608 458.7 AL ASHLAND +USC00010369 33.2942 -85.7789 311.5 AL ASHLAND 3 ENE +USC00010377 33.8500 -86.3333 180.1 AL ASHVILLE 4 W +USC00010378 33.7922 -86.3045 185.9 AL ASHVILLE 4 SW +USC00010390 34.7753 -86.9508 210.0 AL ATHENS +USC00010395 34.8000 -86.9833 219.5 AL ATHENS 2 +USC00010402 31.1819 -87.4389 91.4 AL ATMORE +USC00010407 31.0167 -87.5167 67.1 AL ATMORE +USC00010422 32.6000 -85.5000 223.1 AL AUBURN +USC00010425 32.5992 -85.4653 166.1 AL AUBURN NO.2 +USC00010427 32.6000 -85.4833 214.0 AL AUBURN AG RSCH STN 10 +USC00010430 32.6000 -85.5000 198.7 AL AUBURN AGRONOMY FARM +USC00010440 32.4706 -86.6800 61.0 AL AUTAUGAVILLE 3 N +USC00010505 33.4528 -87.3572 85.3 AL BANKHEAD L&D +USC00010546 34.7167 -87.8667 139.9 AL BARTON +USC00010583 30.8839 -87.7853 82.6 AL BAY MINETTE +USC00010616 31.7222 -87.2119 54.3 AL BEATRICE +USC00010631 34.4667 -87.8667 246.9 AL BELGREEN +USC00010655 34.6892 -86.8819 183.8 AL BELLE MINA 2 N +USC00010748 33.6972 -87.6489 150.3 AL BERRY 3 NW +USC00010757 33.3667 -87.0167 164.9 AL BESSEMER 3 SSW +USC00010762 33.4333 -86.9167 159.1 AL BESSEMER 3 NE +USC00010764 33.3953 -87.0078 135.6 AL BESSEMER 3 WSW +USC00010768 32.9442 -86.8331 188.1 AL BESSIE +USC00010776 34.9833 -86.6333 267.9 AL BETHLEHEM +USC00010790 34.1667 -88.1167 174.0 AL BEXAR +USC00010823 32.6625 -86.7244 134.1 AL BILLINGSLEY +USC00010826 34.7667 -86.2833 499.9 AL BINGHAM MTN +USC00010836 33.5333 -86.8333 214.0 AL BIRMINGHAM +USC00010854 34.6500 -88.1167 143.0 AL BISHOP +USC00010948 31.6667 -85.5167 98.1 AL BLUE SPRINGS +USC00010952 34.0000 -85.4500 -999.9 AL BLUFFTON +USC00010957 34.2008 -86.1633 326.1 AL BOAZ +USC00011069 31.5833 -86.2667 82.0 AL BRANTLEY +USC00011080 31.1414 -87.0486 48.8 AL BREWTON 3 ENE +USC00011084 31.0583 -87.0550 25.9 AL BREWTON 3 SSE HCN +USC00011099 34.9786 -85.8008 202.4 AL BRIDGEPORT 5 NW +USC00011100 33.0378 -87.0022 112.8 AL BRIERFIELD +USC00011143 33.2619 -87.3103 153.3 AL BROOKWOOD +USC00011178 31.7056 -85.8369 138.7 AL BRUNDIDGE +USC00011189 32.0911 -88.2322 61.0 AL BUTLER +USC00011225 33.4517 -86.7158 140.5 AL CAHABA PUMP HOUSE +USC00011288 33.0944 -86.7456 161.5 AL CALERA +USC00011300 32.0333 -87.3167 34.1 AL CAMDEN 3 NNW +USC00011301 32.0289 -87.3167 71.6 AL CAMDEN 3 NW +USC00011315 31.9167 -87.9833 27.1 AL CAMPBELL +USC00011324 32.8236 -85.6561 207.3 AL CAMP HILL 2NW +USC00011377 33.8464 -87.4872 136.6 AL CARBON HILL 4SE +USC00011490 34.1500 -85.6847 182.9 AL CENTRE +USC00011492 34.3833 -86.6333 238.0 AL CENTER GROVE +USC00011512 34.1167 -85.7333 188.1 AL CENTRE 4 SW +USC00011520 32.9500 -87.1333 67.1 AL CENTREVILLE +USC00011566 31.4714 -88.2503 86.9 AL CHATOM +USC00011615 33.2833 -86.3667 146.0 AL CHILDERSBURG +USC00011620 33.2850 -86.3431 127.4 AL CHILDERSBURG WTP +USC00011685 31.0833 -88.2333 100.9 AL CITRONELLE +USC00011690 31.6144 -87.5503 15.2 AL CLAIBORNE L&D +USC00011694 32.8161 -86.6042 179.8 AL CLANTON +USC00011725 31.8708 -85.4500 173.4 AL CLAYTON +USC00011799 33.0833 -88.2333 46.0 AL COCHRANE 2 E +USC00011803 30.3875 -88.2269 3.7 AL CODEN +USC00011807 31.1833 -85.9333 76.2 AL COFFEE SPRINGS 2 NW +USC00011810 31.7561 -88.1289 14.0 AL COFFEEVILLE L&D +USC00011819 34.7500 -87.8500 143.0 AL COLBERT STEAM PLT +USC00011849 34.2500 -85.8833 228.9 AL COLLINSVILLE +USC00011865 31.2833 -85.1167 27.1 AL COLUMBIA +USC00011940 33.7500 -87.1500 97.5 AL CORDOVA 2 ENE +USC00011974 32.1500 -85.0667 66.1 AL COTTONTON +USC00012079 32.4333 -88.3833 67.1 AL CUBA +USC00012096 34.1925 -86.7972 247.2 AL CULLMAN NAHS +USC00012119 32.8167 -85.7500 198.1 AL DADEVILLE +USC00012124 32.8622 -85.7358 223.4 AL DADEVILLE 2 +USC00012141 33.0667 -88.2833 64.0 AL DANCY 4 N +USC00012149 34.4167 -87.0833 182.9 AL DANVILLE +USC00012172 30.2506 -88.0775 2.4 AL DAUPHIN IS #2 +USC00012188 32.3667 -87.6500 70.1 AL DAYTON 1 N +USC00012207 34.5833 -86.9667 177.1 AL DECATUR +USC00012209 34.5756 -86.9339 167.6 AL DECATUR 4SE +USC00012216 34.6167 -86.9833 174.0 AL DECATUR 4 +USC00012221 34.6000 -86.9667 180.1 AL DECATUR SUBSTN +USC00012235 33.4333 -85.7000 313.9 AL DELTA +USC00012240 32.5167 -87.8500 31.1 AL DEMOPOLIS LOCK 4 +USC00012245 32.5192 -87.8800 30.5 AL DEMOPOLIS L&D +USC00012350 33.7478 -87.0586 143.3 AL DORA +USC00012377 31.1942 -85.3708 83.8 AL DOTHAN +USC00012386 34.1500 -87.4167 246.9 AL DOUBLE SPRINGS +USC00012577 31.4239 -86.0667 59.4 AL ELBA +USC00012600 34.8833 -86.9167 235.0 AL ELKMONT +USC00012632 33.2569 -87.7972 76.8 AL ELROD +USC00012670 31.3167 -85.8500 116.1 AL ENTERPRISE +USC00012675 31.2975 -85.8997 102.7 AL ENTERPRISE 4 W +USC00012727 31.8667 -85.1500 61.6 AL EUFAULA +USC00012730 32.0111 -85.0900 91.4 AL EUFAULA WILDLIFE REF +USC00012737 34.3150 -86.7256 318.5 AL EVA +USC00012742 32.7833 -87.8333 34.1 AL WARRIOR L&D +USC00012758 31.4450 -86.9533 88.4 AL EVERGREEN +USC00012813 30.5467 -87.8808 7.0 AL FAIRHOPE 2 NE HCN +USC00012832 31.1000 -86.5500 70.1 AL FALCO OPEN POND TWR +USC00012840 34.3667 -86.8833 190.5 AL FALKVILLE 1 E +USC00012848 34.0667 -87.3333 198.1 AL FALLS CITY BLK POND TW +USC00012867 34.5667 -86.5667 174.0 AL FARLEY +USC00012883 33.7092 -87.8153 108.8 AL FAYETTE +USC00012945 34.7667 -85.6833 427.0 AL FLAT ROCK +USC00012971 34.8000 -87.6833 177.1 AL FLORENCE +USC00012976 34.7833 -87.6667 136.9 AL FLORENCE AT LOCK +USC00013024 31.9833 -86.5833 153.0 AL FT DEPOSIT +USC00013035 30.2333 -88.0167 3.0 AL FT MORGAN +USC00013043 34.4406 -85.7236 279.5 AL FT PAYNE +USC00013105 31.3894 -87.4203 83.8 AL FRISCO CITY 3 SSW +USC00013151 34.0167 -86.0000 174.0 AL GADSDEN +USC00013154 34.0219 -85.9878 172.2 AL GADSDEN +USC00013160 32.8347 -88.1342 38.1 AL GAINESVILLE LOCK HCN +USC00013200 34.0167 -86.7500 153.0 AL GARDEN CITY +USC00013215 34.7333 -86.3000 198.1 AL GARTH +USC00013251 31.0383 -85.8708 44.2 AL GENEVA #2 +USC00013255 31.0386 -85.8700 32.3 AL GENEVA +USC00013271 31.6772 -86.8061 91.4 AL GEORGIANA +USC00013308 31.8833 -88.3333 39.9 AL GILBERTOWN +USC00013399 33.0667 -86.0500 307.8 AL GOODWATER +USC00013430 33.6667 -87.1833 106.7 AL GORGAS 2 ENE +USC00013496 31.1833 -86.2833 85.0 AL GREEN BAY +USC00013511 32.6922 -87.5761 75.9 AL GREENSBORO HCN +USC00013519 31.7900 -86.6086 104.2 AL GREENVILLE +USC00013524 31.8333 -86.6333 128.0 AL GREENVILLE 2 +USC00013559 30.2833 -87.6833 3.0 AL GULF SHORES PO +USC00013573 34.3344 -86.3297 176.2 AL GUNTERSVILLE +USC00013575 34.3347 -86.3294 181.4 AL GUNTERSVILLE NO.2 +USC00013578 34.3667 -86.2833 185.9 AL GUNTERSVILLE T V A +USC00013583 34.4333 -86.4000 185.9 AL GUNTERSVILLE DAM +USC00013610 34.2819 -87.8544 272.5 AL HACKLEBURG +USC00013620 34.2314 -87.6353 280.4 AL HALEYVILLE +USC00013644 34.1333 -87.9833 167.9 AL HAMILTON +USC00013645 34.0967 -87.9914 132.6 AL HAMILTON 3 S +USC00013655 34.0678 -86.7911 179.8 AL HANCEVILLE +USC00013697 32.8000 -87.1833 182.9 AL HARRISBURG CAHABA TWR +USC00013722 32.2667 -85.2833 97.5 AL HATCHECHUBBEE +USC00013748 32.1833 -86.5833 52.1 AL HAYNEVILLE +USC00013761 31.3625 -85.3397 112.8 AL HEADLAND +USC00013775 33.6483 -85.6006 259.1 AL HEFLIN +USC00013781 33.2725 -86.8336 146.3 AL HELENA +USC00013783 33.2833 -86.8500 126.8 AL HELENA 1 S +USC00013816 31.8814 -86.2503 132.0 AL HIGHLAND HOME HCN +USC00013818 31.9478 -86.3131 169.2 AL HIGHLAND HOME #2 +USC00013842 33.5211 -85.3806 361.2 AL HIGHTOWER +USC00013899 34.3606 -87.9283 256.0 AL HODGES +USC00013930 33.2533 -87.4500 59.4 AL HOLT L&D +USC00013931 32.2306 -86.3472 71.6 AL HOPE HULL 3S +USC00014060 34.7167 -86.5833 185.9 AL HUNTSVILLE SUBSTN +USC00014068 34.7000 -86.5833 185.9 AL HUNTSVILLE 4 SSE +USC00014080 32.2467 -85.4142 122.5 AL HURTSBORO +USC00014085 34.3167 -86.1667 305.1 AL HUSTLEVILLE +USC00014099 34.8167 -86.1167 494.1 AL HYTOP +USC00014115 34.7167 -85.6833 467.0 AL IDER +USC00014192 31.5500 -88.0167 3.0 AL JACKSON LOCK 1 +USC00014193 31.5253 -87.9278 67.1 AL JACKSON +USC00014198 33.5333 -86.2000 146.0 AL JACKSON SHOALS +USC00014209 33.8258 -85.7811 192.0 AL JACKSONVILLE +USC00014225 33.8333 -87.2833 113.1 AL JASPER +USC00014226 33.9047 -87.3153 148.1 AL JASPER +USC00014274 32.3236 -86.7828 44.5 AL JONES BLUFF L&D +USC00014280 34.2936 -86.5708 313.6 AL JOPPA 1SW +USC00014306 32.6189 -86.2544 88.4 AL JORDAN DAM +USC00014431 31.2403 -86.1947 82.3 AL KINSTON +USC00014502 32.9069 -85.4336 225.6 AL LAFAYETTE 2W +USC00014603 32.9633 -86.5200 128.0 AL LAY DAM +USC00014619 33.5228 -86.5800 182.9 AL LEEDS +USC00014627 34.1833 -85.7667 180.1 AL LEESBURG +USC00014734 33.6167 -86.1167 155.4 AL LINCOLN +USC00014798 32.5811 -88.1897 39.0 AL LIVINGSTON +USC00014822 31.0167 -86.3667 88.1 AL LOCKHART +USC00014830 31.5500 -88.0167 3.0 AL LOCK 1 +USC00014835 32.1333 -88.0333 6.1 AL PENNINGTON LOCK 2 +USC00014840 32.2833 -88.0167 9.1 AL WHITFIELD LOCK 3 +USC00014845 33.6333 -86.1833 156.1 AL LINCOLN LOCK 4 +USC00014855 33.4500 -87.3500 85.3 AL BANKHEAD L&D +USC00014866 33.4258 -86.3386 137.2 AL LOGAN MARTIN DAM +USC00014884 31.7833 -85.5500 146.3 AL LOUISVILLE +USC00014895 31.1000 -85.1667 -999.9 AL LUCY +USC00014976 34.7000 -86.7500 177.1 AL MADISON +USC00014996 33.5000 -86.8500 198.1 AL MAGELLA +USC00015004 32.1333 -87.6500 54.9 AL MAGNOLIA +USC00015108 32.6333 -87.3000 64.0 AL MARION 1 N +USC00015112 32.7028 -87.2681 52.4 AL MARION 7 NE +USC00015116 32.4444 -87.1797 61.6 AL MARION JUNCTION 2 E +USC00015121 32.4714 -87.2314 61.0 AL MARION JUNCTION 2 NE +USC00015140 32.6667 -85.9167 103.6 AL MARTIN DAM +USC00015172 32.2603 -86.0003 57.9 AL MATHEWS +USC00015233 33.3500 -86.9833 -999.9 AL MC CALLA 2 NE +USC00015354 31.9306 -88.4586 106.7 AL MELVIN +USC00015382 32.8833 -87.3333 182.9 AL MERTZ PONDVILLE TWR +USC00015397 32.0347 -85.4739 125.6 AL MIDWAY +USC00015417 32.1000 -87.3667 24.1 AL MILLERS FERRY +USC00015420 32.1003 -87.3983 35.1 AL MILLERS FERRY L&D +USC00015427 31.6333 -88.3167 110.0 AL MILLRY +USC00015435 33.5750 -88.0344 83.8 AL MILLPORT 2 E +USC00015439 32.4419 -85.8889 65.5 AL MILSTEAD +USC00015449 32.1000 -87.0333 113.1 AL MINTER 3 NW +USC00015465 32.8044 -86.4464 106.7 AL MITCHELL DAM +USC00015483 30.6833 -88.0333 3.0 AL MOBILE +USC00015529 34.7500 -86.5167 488.0 AL MONTE SANO +USC00015537 33.0981 -86.8658 125.0 AL MONTEVALLO +USC00015539 33.1525 -86.9228 249.9 AL MONTEVALLO 5 NW +USC00015547 32.3036 -86.3997 67.1 AL MONTGOMERY #2 +USC00015553 32.2600 -86.2181 68.6 AL MONTGOMERY 6SW +USC00015555 32.3833 -86.3000 78.0 AL MONTGOMERY WB CITY +USC00015625 34.4667 -87.3000 192.0 AL MOULTON +USC00015635 34.4883 -87.2989 189.6 AL MOULTON 2 +USC00015658 32.9964 -87.6319 36.6 AL MOUNDVILLE +USC00015751 34.7586 -87.6411 164.6 AL MUSCLE SHOALS WTP +USC00015752 34.7889 -87.5394 162.8 AL MUSCLE SHOALS 3 NE +USC00015785 31.7167 -87.2667 54.9 AL NATCHEZ +USC00015842 31.4000 -85.9333 139.9 AL NEW BROCKTON +USC00015847 34.5167 -87.5667 192.0 AL NEWBURG 2 NE +USC00015862 34.9000 -86.4333 232.0 AL NEW MARKET +USC00015867 34.9167 -86.4500 223.1 AL NEW MARKET 2 +USC00015875 31.3458 -85.6228 42.4 AL NEWTON +USC00015890 34.8167 -87.6333 177.1 AL NEW WILSON LOCK +USC00016000 33.3264 -86.7561 176.8 AL OAK MTN STATE PARK HQ +USC00016001 33.7222 -87.3831 109.7 AL OAKMAN +USC00016121 33.9264 -86.4211 335.3 AL ONEONTA +USC00016129 32.6592 -85.4492 195.1 AL OPELIKA +USC00016161 32.3000 -87.2333 61.0 AL ORRVILLE +USC00016196 34.5528 -86.4450 179.8 AL OWENS CROSS ROADS 3S +USC00016218 31.5333 -85.6833 143.3 AL OZARK 6 NNW +USC00016226 34.7000 -86.3333 195.1 AL PAINT ROCK 2 N +USC00016246 33.7450 -86.6417 220.1 AL PALMERDALE +USC00016328 33.6000 -86.3167 246.9 AL PELL CITY 2 W +USC00016329 33.6000 -86.2667 292.9 AL PELL CITY 1 NNE +USC00016334 32.2258 -88.0281 25.9 AL PENNINGTON 2 NE +USC00016335 32.1333 -88.0333 6.1 AL PENNINGTON LOCK 2 +USC00016362 32.6567 -87.0928 82.9 AL PERRYVILLE +USC00016370 31.5883 -87.2681 73.2 AL PETERMAN +USC00016397 32.5167 -85.0667 118.9 AL PHENIX CITY 5 NW +USC00016398 32.5000 -85.0167 174.0 AL PHENIX CITY 2 NNW +USC00016414 33.2167 -88.2500 52.1 AL PICKENSVILLE +USC00016418 33.2333 -88.2833 54.9 AL PICKENSVILLE +USC00016436 31.8811 -86.9864 80.8 AL PINE APPLE +USC00016460 31.9833 -87.6000 34.1 AL PINE HILL +USC00016468 32.0333 -85.9833 146.3 AL PINE LEVEL 4 ESE +USC00016478 33.6906 -86.6850 185.3 AL PINSON +USC00016501 32.1833 -85.1667 115.8 AL PITTSVIEW +USC00016508 32.6131 -86.9056 70.1 AL PLANTERSVILLE 2 SSE +USC00016521 34.9500 -85.9167 192.0 AL PLEASANT GROVE SCHOOL +USC00016526 32.1500 -86.9167 31.1 AL PLEASANT HILL +USC00016640 32.4833 -86.4833 92.0 AL PRATTVILLE +USC00016643 32.4453 -86.5550 107.0 AL PRATTVILLE 3 SW +USC00016684 32.3000 -86.2500 54.9 AL PRIMROSE FARM +USC00016719 32.2000 -88.3500 78.9 AL PUSHMATAHA +USC00016760 33.7075 -86.1844 146.3 AL RAGLAND 2 SSW +USC00016762 34.5000 -85.8667 402.9 AL RAINSVILLE +USC00016805 34.4333 -88.1333 207.0 AL RED BAY +USC00016833 34.5833 -86.6000 174.0 AL REDSTONE ARSENAL +USC00016847 33.3739 -88.0053 70.1 AL REFORM +USC00016937 31.3500 -86.5333 54.9 AL RIVER FALLS +USC00016942 31.3667 -86.5167 57.9 AL RIVER FALLS 2 NE +USC00016988 30.5653 -87.7017 49.1 AL ROBERTSDALE +USC00017020 32.8711 -86.1758 182.9 AL ROCKFORD 3 ESE +USC00017025 33.1581 -85.2911 228.6 AL ROCK MILLS +USC00017126 34.5000 -87.7333 225.9 AL RUSSELLVILLE +USC00017131 34.5100 -87.7319 253.0 AL RUSSELLVILLE NO 2 +USC00017157 34.1736 -86.8133 243.8 AL SAINT BERNARD HCN +USC00017207 34.2878 -85.9681 362.7 AL SAND MT SUBSTN +USC00017282 33.7500 -87.0500 92.7 AL SAYRE 5 NW +USC00017304 34.6736 -86.0536 187.5 AL SCOTTSBORO HCN +USC00017310 34.6833 -86.0167 200.9 AL SCOTTSBORO SUBSTN +USC00017326 32.3217 -85.1683 129.5 AL SEALE +USC00017328 32.3000 -85.1667 118.9 AL SEALE +USC00017329 32.3000 -85.2500 167.9 AL SEALE 6 W +USC00017366 32.4111 -87.0144 44.8 AL SELMA HCN +USC00017415 34.7667 -87.7000 156.1 AL SHEFFIELD TVA NURSERY +USC00017460 34.8500 -87.2000 185.9 AL SHOEMAKER SPRINGS +USC00017576 31.1167 -85.6000 75.9 AL SLOCOMB +USC00017620 32.0000 -87.0167 70.1 AL SNOW HILL +USC00017671 34.4000 -86.0333 342.0 AL SOUTH HILL +USC00017674 34.6375 -86.7269 178.3 AL SW HUNTSVILLE +USC00017733 30.7000 -88.1667 54.9 AL SPRING HILL +USC00017947 33.9158 -88.1014 122.8 AL SULLIGENT +USC00017955 33.7525 -87.0483 94.5 AL SUMITON +USC00017963 32.5411 -87.1783 44.2 AL SUTTLE +USC00017968 34.8833 -86.2167 203.9 AL SWAIM +USC00017994 33.1667 -86.2833 167.9 AL SYLACAUGA 2 W +USC00017999 33.2053 -86.2114 149.4 AL SYLACAUGA 4 NE +USC00018012 34.5667 -85.8167 427.0 AL SYLVANIA +USC00018024 33.4164 -86.1350 136.6 AL TALLADEGA HCN +USC00018032 33.3000 -86.0667 586.1 AL TALLADEGA HORN MTN TWR +USC00018038 32.4392 -86.2025 53.9 AL TALLAPOOSA WTR PLT +USC00018178 31.9172 -87.7347 118.9 AL THOMASVILLE HCN +USC00018204 32.9000 -86.7333 61.0 AL THORSBY 1 SW +USC00018209 32.9206 -86.6708 207.3 AL THORSBY EXP STN +USC00018215 32.5333 -85.9000 87.8 AL THURLOW DAM +USC00018223 31.3333 -88.2500 70.1 AL TIBBIE 2 S +USC00018259 34.9000 -86.7333 253.0 AL TONEY +USC00018285 33.8167 -86.7333 143.0 AL TRAFFORD +USC00018323 31.8075 -85.9722 165.2 AL TROY HCN +USC00018380 33.2119 -87.6161 51.5 AL TUSCALOOSA ACFD +USC00018385 33.2097 -87.5936 46.3 AL TUSCALOOSA OLIVER DAM +USC00018391 34.7167 -87.7167 149.0 AL TUSCUMBIA +USC00018398 32.4333 -85.7000 139.9 AL TUSKEGEE +USC00018403 32.3833 -85.6500 128.0 AL TUSKEGEE 3 S +USC00018406 32.3833 -85.7167 128.0 AL TUSKEGEE 3 SW +USC00018438 32.0142 -85.7464 134.1 AL UNION SPRINGS 9 S HCN +USC00018446 32.5506 -87.5308 50.3 AL UNIONTOWN +USC00018454 33.2000 -87.5500 70.1 AL UNIVERSITY +USC00018469 34.5686 -85.6064 341.7 AL VALLEY HEAD HCN +USC00018477 33.1667 -87.2167 149.0 AL VANCE +USC00018517 33.7392 -88.1275 90.8 AL VERNON +USC00018580 32.6000 -86.6500 136.9 AL VIDA 2 SE +USC00018605 33.1167 -85.5667 205.7 AL WADLEY +USC00018608 33.1361 -85.5869 216.4 AL WADLEY NR 2 +USC00018637 31.2100 -87.1789 62.5 AL WALLACE 2 E +USC00018648 34.0661 -86.3069 259.1 AL WALNUT GROVE +USC00018653 32.7028 -85.8936 125.0 AL WALNUT HILL 3 W +USC00018668 33.8167 -86.8167 164.9 AL WARRIOR +USC00018670 33.7925 -86.8258 158.5 AL WARRIOR +USC00018673 32.7747 -87.8306 33.5 AL WARRIOR L&D +USC00018686 34.9167 -88.0667 139.9 AL WATERLOO +USC00018692 33.3678 -85.4983 251.8 AL WEDOWEE +USC00018755 34.1325 -85.7925 179.8 AL WEISS DAM +USC00018809 33.1186 -87.1267 152.4 AL W BLOCTON +USC00018812 34.2833 -86.9142 283.5 AL W PT +USC00018859 32.5936 -86.1664 97.2 AL WETUMPKA +USC00018862 32.4464 -86.1417 53.3 AL WETUMPKA 8 SE +USC00018867 31.6508 -87.7097 51.8 AL WHATLEY +USC00018875 34.7833 -87.3500 177.1 AL WHEELER DAM +USC00018925 32.2833 -88.0167 9.1 AL WHITFIELD LOCK 3 +USC00018936 34.8833 -85.7500 192.0 AL WIDOWS CREEK STEAM PLT +USC00018980 34.8000 -87.6167 161.8 AL WILSON DAM +USC00018998 33.9108 -87.8469 158.5 AL WINFIELD 2 SW +USC00019103 32.5667 -85.9000 103.9 AL YATES HYDRO PLT +USC00019350 34.9500 -87.8667 225.9 AL YOUNGS STORE +USC00020060 33.9433 -113.1875 659.9 AZ AGUILA +USC00020080 32.3697 -112.8600 533.7 AZ AJO HCN +USC00020088 32.4500 -112.8333 435.9 AZ AJO WELL +USC00020096 34.2667 -113.5667 323.1 AZ ALAMO +USC00020097 34.2000 -113.7000 289.9 AZ ALAMO 8 SW +USC00020098 33.5000 -110.8500 926.9 AZ ALAMO RS +USC00020099 34.2500 -113.4667 451.1 AZ ALAMO DAM 6 ESE +USC00020100 34.2281 -113.5778 393.2 AZ ALAMO DAM +USC00020104 33.5167 -112.1167 348.1 AZ ALHAMBRA +USC00020159 33.8492 -109.1469 2453.6 AZ ALPINE +USC00020170 33.6392 -109.3278 2792.0 AZ ALPINE 18 SW +USC00020174 33.7383 -109.1167 2051.3 AZ ALPINE 8 SSE +USC00020204 31.7167 -111.0500 929.9 AZ AMADO +USC00020287 31.9792 -111.3836 840.9 AZ ANVIL RCH +USC00020288 33.4625 -111.4814 630.9 AZ APACHE JUNCTION 5 NE +USC00020291 35.0667 -113.1333 1603.9 AZ ANVIL ROCK +USC00020300 31.7167 -109.2333 1641.0 AZ APACHE 6 WNW +USC00020306 33.4167 -111.5500 524.9 AZ APACHE JUNCTION +USC00020307 33.4667 -111.5833 576.1 AZ APACHE JUNCTION 4 NNW +USC00020309 31.9000 -110.2500 1124.4 AZ APACHE POWDER COMPANY +USC00020344 32.7833 -110.2667 1118.9 AZ ARAVAIPA RS +USC00020380 31.5767 -111.3172 1112.2 AZ ARIVACA +USC00020404 32.7306 -111.6917 464.8 AZ ARIZONA CITY +USC00020406 33.5000 -111.9833 381.0 AZ ARIZONA FALLS 1 WNW +USC00020415 32.2500 -111.1667 860.1 AZ ARIZONA SONORA DSRT MU +USC00020433 33.2667 -109.8333 1434.1 AZ ARSENIC TUBS +USC00020482 35.3000 -112.4833 1617.0 AZ ASH FORK 6 N +USC00020487 35.1989 -112.4886 1546.9 AZ ASH FORK 3 +USC00020490 35.2833 -112.4667 1623.4 AZ ASH FORK 5 N +USC00020492 35.2667 -112.6667 1749.6 AZ ASH FORK 12 WNW +USC00020494 35.2167 -112.4833 1570.0 AZ ASH FORK CAMPGROUND +USC00020498 33.0869 -111.2864 472.4 AZ ASHURST HAYDEN DAM +USC00020582 34.6000 -113.2000 976.0 AZ BAGDAD +USC00020584 34.6000 -113.1333 1254.9 AZ BAGDAD 2 +USC00020586 34.5975 -113.1744 1199.4 AZ BAGDAD +USC00020590 34.6500 -113.0833 1293.0 AZ BAGDAD 8 NE +USC00020625 34.0333 -111.3667 946.1 AZ BAR T BAR RCH +USC00020632 33.8097 -111.6497 502.9 AZ BARTLETT DAM +USC00020640 31.9333 -110.7667 1147.0 AZ BEACH RCH +USC00020660 33.6667 -112.3833 387.1 AZ BEARDSLEY +USC00020665 31.4167 -111.1833 1229.0 AZ BEAR VALLEY +USC00020670 34.6417 -111.7831 1074.4 AZ BEAVER CREEK +USC00020671 36.8969 -113.9425 571.5 AZ BEAVER DAM +USC00020672 36.9139 -113.9422 588.6 AZ BEAVER DAM +USC00020675 33.6833 -109.2167 2467.1 AZ BEAVERHEAD LODGE +USC00020678 35.2303 -111.8222 2179.9 AZ BELLEMONT WFO +USC00020680 31.9667 -110.3000 1118.9 AZ BENSON +USC00020683 31.8806 -110.2403 1124.7 AZ BENSON 6SE +USC00020690 32.3000 -110.3833 958.0 AZ BENSON 23 NNW +USC00020750 36.6778 -110.5411 2220.8 AZ BETATAKIN +USC00020758 33.8667 -109.4167 2745.0 AZ BIG LAKE +USC00020768 31.4333 -109.9167 1617.6 AZ BISBEE +USC00020773 31.4269 -109.8950 1539.2 AZ BISBEE 2 +USC00020775 31.4475 -109.9289 1694.7 AZ BISBEE 1WNW +USC00020781 35.4167 -110.0667 1800.1 AZ INDIAN WELLS TRADING P +USC00020800 36.1167 -109.8667 1937.0 AZ BLACK MTN MISSION +USC00020808 33.4783 -109.7517 1848.6 AZ BLACK RVR PUMPS +USC00020810 33.7167 -110.2167 1341.1 AZ BLACK RIVER STATION +USC00020855 33.5833 -109.1667 1652.0 AZ BLUE +USC00020871 34.6108 -111.1922 2097.0 AZ BLUE RIDGE RS +USC00020901 32.5833 -109.9667 1383.5 AZ BONITA +USC00020903 33.1500 -109.7833 1464.0 AZ BONITA CREEK +USC00020923 32.5667 -110.2000 1464.0 AZ BOSLEY RCH +USC00020949 33.9431 -114.0242 281.9 AZ BOUSE +USC00020958 32.3250 -109.4917 1151.2 AZ BOWIE +USC00020966 32.4333 -109.7000 1439.9 AZ BOWIE JCT R15 ON W5 +USC00021001 36.2147 -112.0620 2438.4 AZ BRIGHT ANGEL RS +USC00021026 33.3761 -112.5828 271.3 AZ BUCKEYE HCN +USC00021042 36.4667 -111.9500 1726.1 AZ BUFFALO RCH +USC00021050 35.1411 -114.5686 161.8 AZ BULLHEAD CITY +USC00021059 34.2000 -112.1500 762.9 AZ BUMBLE BEE +USC00021101 35.2667 -111.5333 2073.9 AZ BURRUS RCH +USC00021161 33.4833 -111.9667 381.0 AZ ARIZONA FALLS 1 WNW +USC00021169 35.8833 -111.4000 1269.5 AZ CAMERON 1 NNE +USC00021193 34.4000 -111.3667 1681.0 AZ CAMP GERONIMO +USC00021216 34.8000 -112.8667 1741.9 AZ CAMP WOOD +USC00021231 31.5589 -110.5294 1527.0 AZ CANELO 1 NW +USC00021248 36.1533 -109.5394 1709.9 AZ CANYON DE CHELLY HCN +USC00021282 33.8161 -111.9019 771.1 AZ CAREFREE +USC00021295 33.8500 -112.2667 488.0 AZ LAKE PLEASANT +USC00021306 32.8875 -111.7147 426.7 AZ CASA GRANDE +USC00021314 32.9947 -111.5367 432.5 AZ CASA GRANDE NM +USC00021330 32.2617 -110.3481 973.5 AZ CASCABEL +USC00021353 33.9825 -112.3628 606.6 AZ CASTLE HOT SPRINGS +USC00021356 34.0500 -112.3500 854.0 AZ CASTLE HOT SPRINGS 4 N +USC00021357 32.4178 -110.9303 825.1 AZ CATALINA SP +USC00021361 33.8333 -111.9500 647.1 AZ CAVE CREEK +USC00021363 33.8167 -111.9000 771.1 AZ CAVE CREEK 3 ESE +USC00021365 33.7167 -112.0500 509.0 AZ CAVE CREEK DAM +USC00021419 34.9667 -112.3833 1417.9 AZ CEDAR GLADE +USC00021427 36.3833 -111.5167 1805.9 AZ CEDAR RIDGE TRADING PO +USC00021511 33.3000 -111.8333 371.9 AZ CHANDLER +USC00021514 33.2058 -111.6819 434.3 AZ CHANDLER HEIGHTS HCN +USC00021574 34.5400 -110.9153 2135.4 AZ CHEVELON RS +USC00021614 34.3494 -111.6981 807.7 AZ CHILDS HCN +USC00021634 36.1500 -109.5333 1690.1 AZ CHINLE +USC00021654 34.7569 -112.4567 1447.8 AZ CHINO VALLEY +USC00021664 32.0061 -109.3572 1615.4 AZ CHIRICAHUA NM +USC00021680 35.4167 -114.2000 1225.9 AZ CHLORIDE +USC00021749 34.0375 -110.4875 1517.9 AZ CIBECUE +USC00021760 34.3833 -110.3167 1926.3 AZ CLAY SPRINGS +USC00021849 33.0561 -109.3072 1072.9 AZ CLIFTON +USC00021870 32.0589 -109.8908 1274.1 AZ COCHISE 4 SSE +USC00021874 31.9500 -109.9500 1447.8 AZ COCHISE STRONGHOLD +USC00021920 36.9936 -112.9719 1524.3 AZ COLORADO CITY +USC00022020 34.1667 -112.8667 921.1 AZ CONGRESS +USC00022099 36.6333 -111.4167 1946.1 AZ COPPER MINE TRADING PO +USC00022109 34.3050 -112.1650 1149.4 AZ CORDES +USC00022139 31.3667 -110.2833 1692.9 AZ CORONADO NM +USC00022140 31.3456 -110.2542 1597.8 AZ CORONADO NMEM +USC00022159 32.3333 -111.1167 691.9 AZ CORTARO 3 SW +USC00022193 34.7500 -112.0333 1031.1 AZ TUZIGOOT NM +USC00022197 36.0667 -109.8833 1845.0 AZ COTTONWOOD INDIAN SCH +USC00022216 32.1500 -112.1500 798.9 AZ COVERED WELLS 1 E +USC00022246 36.4167 -110.8500 1738.9 AZ COW SPGS TRADING POST +USC00022329 34.2097 -112.3453 1804.4 AZ CROWN KING +USC00022430 32.8000 -113.5333 136.9 AZ DATELAND +USC00022434 32.9711 -113.4981 158.5 AZ DATELAND WHITEWING RCH +USC00022439 35.2000 -114.5667 200.9 AZ DAVIS DAM #2 +USC00022440 35.1833 -114.5667 161.8 AZ DAVIS DAM +USC00022462 33.5833 -112.0833 383.1 AZ DEER VALLEY +USC00022480 32.2844 -110.7314 828.8 AZ DESTINY RCH +USC00022525 35.8833 -114.0000 1097.9 AZ DIAMOND BAR RCH +USC00022527 35.2947 -113.3667 1674.0 AZ DIAMOND M RCH +USC00022545 36.8500 -109.8500 1531.0 AZ DINNEHOTSO +USC00022648 32.1667 -109.6000 1556.0 AZ DOS CABEZAS 1 SE +USC00022659 31.3450 -109.5394 1231.4 AZ DOUGLAS +USC00022669 31.3500 -109.5833 1211.0 AZ DOUGLAS SMELTER +USC00022705 34.9667 -112.3833 1417.9 AZ DRAKE RS +USC00022742 34.3500 -111.9500 1232.0 AZ DUGAS 2 SE +USC00022754 32.7481 -109.1214 1115.6 AZ DUNCAN +USC00022779 33.4000 -109.4833 1556.0 AZ EAGLE CREEK +USC00022781 33.3500 -109.4833 1484.4 AZ EAGLE CREEK 2 +USC00022782 33.4192 -111.6444 462.7 AZ E MESA +USC00022787 33.6000 -114.5333 98.1 AZ EHRENBERG +USC00022790 33.6133 -114.4706 141.7 AZ EHRENBERG 2 E +USC00022797 31.7333 -110.5333 1495.0 AZ ELGIN 5 N +USC00022804 33.6333 -112.3167 348.1 AZ EL MIRAGE +USC00022807 32.7819 -111.5186 470.9 AZ ELOY 4 NE +USC00022902 31.7167 -110.1833 1174.1 AZ FAIRBANK 1 S +USC00022927 33.4333 -111.7500 402.9 AZ FALCON FLD +USC00023009 35.1611 -111.7311 2171.7 AZ FLAGSTAFF 4 SW +USC00023011 35.2000 -111.6000 -999.9 AZ FLAGSTAFF (A) +USC00023027 33.0364 -111.3881 426.7 AZ FLORENCE +USC00023071 31.4000 -110.2333 1549.0 AZ FLYING H RCH +USC00023082 34.1500 -110.1000 1861.1 AZ FORESTDALE +USC00023096 32.1453 -109.4372 1463.0 AZ FORT BOWIE +USC00023102 35.7500 -109.0833 2104.9 AZ FT DEFIANCE +USC00023110 32.6231 -109.9428 1478.3 AZ FT GRANT +USC00023144 33.0333 -109.9500 816.9 AZ FT THOMAS +USC00023150 33.0094 -109.9855 864.1 AZ FT THOMAS 2 SW +USC00023160 35.2681 -111.7428 2239.4 AZ FT VALLEY HCN +USC00023185 34.4167 -111.5667 1302.1 AZ FOSSIL SPRINGS +USC00023190 33.6028 -111.7131 481.6 AZ FOUNTAIN HILLS +USC00023250 36.9414 -112.5258 1421.0 AZ FREDONIA +USC00023258 33.3333 -109.1833 1318.0 AZ FRITZ RCH +USC00023303 35.7089 -109.5539 1932.4 AZ GANADO +USC00023393 32.9481 -112.7131 224.0 AZ GILA BEND +USC00023448 34.1111 -111.2758 883.9 AZ GISELA +USC00023498 33.3833 -110.7833 1083.0 AZ GLOBE RS +USC00023500 33.3950 -110.7828 1091.2 AZ GLOBE #2 +USC00023501 33.3947 -110.7933 1115.6 AZ GLOBE #3 +USC00023505 33.3767 -110.7711 1112.5 AZ GLOBE +USC00023573 33.3833 -112.0667 366.1 AZ GOULDS RCH +USC00023581 36.0500 -112.1333 2106.8 AZ GRAND CANYON +USC00023582 36.0597 -112.1097 2158.9 AZ GRAND CANYON VISITOR CTR +USC00023584 36.0353 -111.8303 2279.9 AZ GRAND CANYON E ENTRANCE +USC00023586 36.0500 -112.1333 2126.0 AZ GRAND CANYON AIRWAYS +USC00023589 36.0758 -112.1292 1158.8 AZ GRAND CANYON GRDN CK +USC00023591 36.0500 -112.1333 2101.0 AZ GRAND CANYON HQ +USC00023595 36.0500 -112.1333 2119.9 AZ GRAND CANYON NP +USC00023596 36.0528 -112.1503 2068.1 AZ GRAND CANYON NP 2 HCN +USC00023621 33.5167 -111.7000 402.9 AZ GRANITE REEF DAM +USC00023635 33.2000 -109.3833 2073.9 AZ GRANVILLE +USC00023643 33.6333 -111.0500 677.0 AZ GRAPEVINE +USC00023663 35.7333 -111.4833 1498.1 AZ GRAY MTN TRADING POST +USC00023668 31.8931 -110.9978 883.9 AZ GREEN VALLEY +USC00023683 34.0219 -109.4519 2522.2 AZ GREER +USC00023697 33.2500 -109.3833 1950.7 AZ GREY PEAK +USC00023698 33.2500 -109.3833 2030.0 AZ GREYS PEAK MNTC YD +USC00023702 33.5000 -112.4833 353.6 AZ GRIGGS 3 W +USC00023713 34.4833 -112.4500 1861.1 AZ GROOM CREEK +USC00023788 35.3667 -113.7333 1092.1 AZ HACKBERRY +USC00023828 34.7433 -111.4139 2279.9 AZ HAPPY JACK RS +USC00023852 33.5333 -113.1667 371.9 AZ HARQUAHALA PLAINS +USC00023926 33.9833 -109.7500 2493.3 AZ HAWLEY LAKE +USC00023958 34.3833 -110.5833 1983.0 AZ HEBER +USC00023961 34.3925 -110.5581 2008.6 AZ HEBER (BLACK MESA) RS +USC00023973 31.9500 -111.0500 982.1 AZ HELMET PEAK +USC00023975 31.9167 -111.0833 1158.8 AZ HELMET PEAK RUBY STAR +USC00023981 31.8667 -110.7833 1311.9 AZ HELVETIA SANTA RITA RN +USC00023996 31.4000 -110.2333 1534.1 AZ HEREFORD 8 SW +USC00024049 34.4167 -112.9167 1174.1 AZ HILLSIDE +USC00024053 34.4700 -112.8881 1011.9 AZ HILLSIDE 4 NNE +USC00024069 33.6167 -110.4000 1738.9 AZ HILLTOP +USC00024089 34.9094 -110.1544 1549.9 AZ HOLBROOK HCN +USC00024182 33.9825 -111.7139 615.7 AZ HORSESHOE DAM +USC00024228 35.2833 -109.2333 1772.1 AZ HOUCK 2 W +USC00024240 36.7333 -112.0500 1641.0 AZ HOUSE ROCK +USC00024299 32.8833 -114.4667 52.1 AZ IMPERIAL DAM +USC00024317 35.4167 -110.0833 1800.1 AZ BITA HOCHEE TRADING PO +USC00024335 36.1000 -112.1000 783.9 AZ INNER CANYON USGS +USC00024345 33.6167 -110.9333 677.0 AZ INTAKE +USC00024391 34.4025 -111.6181 1156.7 AZ IRVING +USC00024418 36.7333 -112.2167 2385.7 AZ JACOB LAKE +USC00024438 35.7667 -110.1333 2044.0 AZ JEDDITO +USC00024453 34.7522 -112.1114 1508.8 AZ JEROME +USC00024508 34.9667 -111.7500 1565.1 AZ JUNIPINE +USC00024528 36.6000 -111.0833 1830.0 AZ KAIBITO +USC00024534 31.8353 -110.3553 1429.5 AZ KARTCHNER CAVERNS +USC00024558 35.2333 -114.5667 204.2 AZ KATHERINE RS +USC00024578 36.7333 -110.2833 1738.9 AZ KAYENTA +USC00024580 36.4500 -110.4000 1989.1 AZ KAYENTA 21 SSW +USC00024586 35.8108 -110.1933 1891.3 AZ KEAMS CANYON +USC00024590 33.0483 -110.9125 557.8 AZ KEARNY +USC00024594 33.1000 -110.9667 563.9 AZ KELVIN +USC00024639 35.1833 -114.0500 1024.1 AZ KINGMAN +USC00024645 35.2000 -114.0167 1078.7 AZ KINGMAN #2 HCN +USC00024675 31.9603 -111.5978 2069.6 AZ KITT PEAK +USC00024683 35.5000 -109.5333 1951.9 AZ KLAGETOH +USC00024686 35.5500 -109.7000 1981.2 AZ KLAGETOH 12 WNW +USC00024698 32.8000 -110.3000 1100.9 AZ KLONDYKE 3 SE +USC00024702 33.2742 -113.9653 541.0 AZ KOFA MINE +USC00024759 34.4500 -114.3667 146.9 AZ LAKE HAVASU +USC00024761 34.5031 -114.3603 136.9 AZ LAKE HAVASU CITY +USC00024770 33.8383 -112.2661 468.2 AZ LAKE PLEASANT +USC00024779 34.1667 -109.9833 2044.0 AZ LAKESIDE RS +USC00024829 33.3372 -112.1469 345.9 AZ LAVEEN 3 SSE +USC00024849 36.8644 -111.6022 978.4 AZ LEES FERRY HCN +USC00024864 31.6000 -109.5667 1360.0 AZ LESLIE CANYON +USC00024872 35.2833 -110.9667 1434.1 AZ LEUPP +USC00024977 33.4992 -112.3631 317.0 AZ LITCHFIELD PARK +USC00024995 36.8961 -113.9075 580.6 AZ LITTLEFIELD 1 NE +USC00024999 36.5333 -114.0333 1220.1 AZ LITTLEFIELD 25 SSW +USC00025064 35.2000 -113.3833 1524.9 AZ LOOKOUT RCH +USC00025129 36.4192 -109.2269 1987.3 AZ LUKACHUKAI +USC00025156 35.3500 -109.0500 1894.0 AZ LUPTON +USC00025204 36.3667 -109.6167 1620.0 AZ MANY FARMS SCHOOL +USC00025270 33.1139 -112.0303 353.6 AZ MARICOPA 4 N +USC00025274 32.9167 -112.1000 427.0 AZ MARICOPA 9 SSW +USC00025282 33.6333 -112.3000 351.1 AZ MARINETTE +USC00025312 33.7500 -109.5500 2379.0 AZ MAVERICK +USC00025412 34.1142 -109.8589 2237.2 AZ MC NARY 2N +USC00025418 31.6017 -109.6686 1271.0 AZ MC NEAL +USC00025426 36.0183 -114.0681 895.5 AZ MEADVIEW 1W +USC00025427 35.9733 -114.0786 989.7 AZ MEADVIEW 2S +USC00025467 33.4114 -111.8183 376.4 AZ MESA +USC00025494 35.0364 -111.0231 1687.1 AZ METEOR CRATER +USC00025512 33.4044 -110.8700 1085.1 AZ MIAMI HCN +USC00025560 34.4000 -111.2333 1716.9 AZ MILLERS RIM TRAIL RCH +USC00025627 32.7333 -113.7667 164.9 AZ MOHAWK +USC00025633 33.1000 -113.3833 225.9 AZ MONTEZUMA +USC00025635 34.6106 -111.8381 969.3 AZ MONTEZUMA CASTLE NM +USC00025665 36.9853 -110.1200 1676.7 AZ MONUMENT VALLEY +USC00025700 33.5544 -111.4425 519.7 AZ MORMON FLAT +USC00025708 34.9167 -111.4500 2190.0 AZ MORMON LAKE RNGR STN +USC00025729 31.9333 -110.7667 1147.0 AZ MT FAGAN RCH +USC00025732 32.4486 -110.7544 2403.7 AZ MT LEMMON FIRE DEPT +USC00025733 32.4167 -110.7167 2345.1 AZ MT LEMMON +USC00025734 32.4500 -110.7833 2788.0 AZ MT LEMMON SUMMIT +USC00025735 32.4486 -110.7803 2502.4 AZ MT LEMMON SKI VALLEY +USC00025737 32.3858 -110.6981 2141.8 AZ MT LEMMON WILLOW CANYON +USC00025744 36.4167 -113.3500 1708.1 AZ MT TRUMBULL +USC00025765 33.5500 -111.9500 433.1 AZ PARADISE VALLEY #2 +USC00025780 34.9364 -111.6392 1972.1 AZ MUND'S PARK +USC00025785 35.2353 -111.6611 2166.2 AZ MUSEUM OF NORTHERN ARIZONA +USC00025825 34.3219 -111.4533 1404.5 AZ NATURAL BRG +USC00025837 35.1333 -109.5333 1702.0 AZ NAVAJO +USC00025908 32.1167 -110.6833 929.6 AZ N LAZY H RCH +USC00025921 31.3500 -110.9167 1161.9 AZ NOGALES +USC00025924 31.4553 -110.9681 1054.9 AZ NOGALES 6 N +USC00026037 34.9600 -111.7553 1560.0 AZ OAK CREEK CANYON +USC00026116 32.6000 -110.7833 1403.0 AZ ORACLE +USC00026117 32.6100 -110.7317 1400.6 AZ ORACLE SP +USC00026119 32.6025 -110.7344 1374.6 AZ ORACLE 2 SE +USC00026124 35.8667 -110.6167 1809.0 AZ ORAIBI +USC00026132 31.9556 -112.8003 511.5 AZ ORGAN PIPE CACTUS NM +USC00026180 36.9208 -111.4483 1301.5 AZ PAGE 72378 +USC00026186 31.8833 -109.2000 1644.1 AZ PAINTED CANYON +USC00026190 35.0681 -109.7689 1755.6 AZ PAINTED DESERT NP +USC00026194 33.0772 -113.0317 173.1 AZ PAINTED ROCK DAM +USC00026202 32.4167 -110.7167 2425.0 AZ PALISADE RS +USC00026233 31.7833 -112.2833 555.0 AZ PAPAGO FARMS +USC00026242 31.9353 -109.2186 1664.2 AZ PARADISE +USC00026244 33.5500 -111.9667 433.1 AZ MUMMY MTN +USC00026246 33.5667 -111.9667 420.9 AZ PARADISE VALLEY #2 +USC00026250 34.1547 -114.2908 128.0 AZ PARKER HCN +USC00026280 31.5500 -110.7500 1232.0 AZ PATAGONIA #2 +USC00026282 31.5392 -110.7603 1232.6 AZ PATAGONIA PATON CTR +USC00026315 34.4000 -111.2667 1677.9 AZ PAYSON 12 NNE +USC00026320 34.2333 -111.3333 1478.9 AZ PAYSON RS +USC00026321 34.4003 -111.5106 1523.7 AZ PAYSON RANGER STATION +USC00026328 35.5406 -113.4236 1472.8 AZ PEACH SPRINGS +USC00026353 31.9356 -109.8378 1325.9 AZ PEARCE - SUNSITES HCN +USC00026358 31.8833 -109.9000 1501.1 AZ PEARCE 5 W +USC00026424 34.9000 -112.2000 1177.1 AZ PERKINSVILLE +USC00026468 34.7994 -109.8850 1659.9 AZ PETRIFIED FOREST NP +USC00026471 36.1067 -112.0947 771.1 AZ PHANTOM RANCH +USC00026476 33.5000 -112.0667 342.0 AZ PHOENIX INDIAN SCHOOL +USC00026479 33.3333 -112.0500 806.5 AZ PHOENIX SOUTH MTN +USC00026506 32.8667 -111.4667 460.9 AZ PICACHO RSVR +USC00026513 32.6464 -111.4017 603.8 AZ PICACHO 8 SE +USC00026536 36.1167 -114.0000 417.9 AZ PIERCE FERRY +USC00026538 35.8833 -114.0833 1175.9 AZ PIERCE FERRY 17 SSW +USC00026546 32.8333 -110.0167 1150.0 AZ PIMA R4 ON W2 +USC00026561 33.3500 -110.9833 1378.9 AZ PINAL RCH +USC00026571 34.3833 -111.4667 1662.1 AZ PINE +USC00026581 34.3000 -110.2500 1983.0 AZ PINEDALE +USC00026597 34.1167 -109.9333 2121.4 AZ PINETOP +USC00026601 34.1239 -109.9219 2194.6 AZ PINETOP 2E +USC00026603 33.7275 -111.8606 781.8 AZ PINNACLE PEAK +USC00026604 36.1000 -110.2333 1940.1 AZ PINON +USC00026606 35.0500 -109.6500 1652.9 AZ PINTA +USC00026616 36.8625 -112.7375 1499.6 AZ PIPE SPRINGS NM +USC00026630 32.0500 -112.3167 580.0 AZ PISINEMO +USC00026653 34.1003 -110.9658 1579.8 AZ PLEASANT VALLEY +USC00026676 34.4500 -112.2667 1495.0 AZ POLAND JUNCTION +USC00026706 31.9000 -109.1667 1524.9 AZ PORTAL +USC00026716 31.8833 -109.2056 1642.9 AZ PORTAL 4 SW +USC00026796 34.5706 -112.4322 1586.5 AZ PRESCOTT HCN +USC00026840 33.8556 -111.3064 708.7 AZ PUNKIN CTR +USC00026865 33.6650 -114.2272 266.7 AZ QUARTZSITE +USC00026940 37.0000 -110.9000 1961.1 AZ RAINBOW LODGE +USC00027036 32.4275 -110.4875 879.0 AZ REDINGTON +USC00027058 32.4833 -111.3333 573.0 AZ RED ROCK 6 SSW +USC00027069 35.1333 -110.8833 1495.0 AZ RED SANDS TRADING POST +USC00027081 33.8667 -111.3167 737.9 AZ RENO RS +USC00027131 34.6500 -111.7333 1097.9 AZ RIMROCK +USC00027143 34.4000 -111.2667 1716.9 AZ RIM TRAIL RCH +USC00027187 32.8117 -111.6314 455.7 AZ ROBSON RCH +USC00027281 33.6731 -111.1508 672.1 AZ ROOSEVELT 1 WNW HCN +USC00027291 36.4167 -109.8500 1905.9 AZ ROUGH ROCK SCHOOL +USC00027311 35.1000 -113.6333 1140.9 AZ ROUND VALLEY +USC00027326 31.5000 -111.2833 1214.0 AZ RUBY 4 NW +USC00027330 31.9167 -111.0833 1110.1 AZ HELMET PEAK RUBY STAR +USC00027334 31.7561 -109.4131 1636.8 AZ RUCKER CANYON +USC00027349 36.6833 -112.3500 1922.1 AZ RYAN STN +USC00027355 32.3111 -110.8186 804.7 AZ SABINO CANYON +USC00027370 33.0722 -111.7661 396.2 AZ SACATON HCN +USC00027388 32.8333 -109.7167 885.1 AZ SAFFORD +USC00027390 32.8150 -109.6808 900.4 AZ SAFFORD AG CTR HCN +USC00027398 32.1794 -110.7364 938.8 AZ SAGUARO NP +USC00027403 31.9667 -110.9667 819.9 AZ SAHUARITA 2 NW +USC00027419 31.9000 -111.0667 1085.1 AZ SAHUARITA 8 W +USC00027435 34.5172 -109.4028 1764.8 AZ SAINT JOHNS HCN +USC00027440 35.6667 -109.2000 2329.9 AZ ST MICHAELS 6 WNW +USC00027445 31.8667 -109.9833 1574.0 AZ SALA RCH +USC00027453 33.7833 -113.6167 580.0 AZ SALOME 1 ESE +USC00027460 33.7333 -113.5333 519.1 AZ SALOME 6 SE +USC00027462 33.6833 -113.4833 487.4 AZ SALOME 17 SE +USC00027466 33.8000 -110.5000 1100.9 AZ SALT RIVER +USC00027475 33.3500 -110.4500 805.0 AZ SAN CARLOS +USC00027477 33.3833 -110.4667 880.9 AZ SAN CARLOS AP +USC00027480 33.1819 -110.5261 771.8 AZ SAN CARLOS RESERVOIR +USC00027488 35.2239 -109.3222 1784.0 AZ SANDERS +USC00027496 35.1667 -109.1667 1905.0 AZ SANDERS 11 ESE +USC00027530 32.6014 -110.6292 1042.4 AZ SAN MANUEL +USC00027555 31.3533 -110.6128 1452.4 AZ SAN RAFAEL RCH SP +USC00027560 32.2714 -109.2256 1100.3 AZ SAN SIMON +USC00027563 32.3333 -109.2667 1100.9 AZ SAN SIMON 5 NW +USC00027565 32.3667 -109.1333 1220.1 AZ SAN SIMON 9 NE +USC00027567 32.1667 -109.0833 1182.6 AZ SAN SIMON 9 ESE +USC00027583 31.6833 -111.5833 1199.1 AZ SANTA MARGARITA +USC00027593 31.7625 -110.8464 1310.6 AZ SANTA RITA EXP RANGE +USC00027600 32.3167 -112.0500 561.1 AZ SANTA ROSA SCHOOL +USC00027619 31.4831 -111.5436 1094.2 AZ SASABE +USC00027622 31.6036 -111.6022 1165.9 AZ SASABE 7 NW +USC00027625 31.5717 -111.5056 1065.3 AZ SASABE 6 NNE +USC00027661 33.4667 -111.8833 366.1 AZ SCOTTSDALE +USC00027671 35.5000 -110.4333 1800.1 AZ SEBA DALKAI SCHOOL +USC00027708 34.8956 -111.7644 1286.3 AZ SEDONA +USC00027716 35.3322 -112.8797 1600.2 AZ SELIGMAN HCN +USC00027718 35.3000 -113.1667 1702.0 AZ SELIGMAN AP +USC00027720 35.1333 -112.9167 1598.1 AZ SELIGMAN 13 SSW +USC00027726 31.9122 -111.8850 714.8 AZ SELLS +USC00027741 33.7833 -110.5333 1501.1 AZ SENECA 3 NW +USC00027751 32.8667 -113.2167 210.0 AZ SENTINEL +USC00027829 35.8000 -110.5333 1866.9 AZ SHONGOPOVI +USC00027837 37.0000 -112.9833 1528.0 AZ COLORADO CITY +USC00027849 34.2667 -110.0000 1955.0 AZ SHOW LOW +USC00027855 34.2639 -110.0075 1954.1 AZ SHOW LOW AP +USC00027876 33.7986 -110.9714 1554.5 AZ SIERRA ANCHA +USC00027880 31.5369 -110.2808 1403.9 AZ SIERRA VISTA +USC00027884 34.4667 -113.6333 463.9 AZ SIGNAL +USC00027888 34.3667 -113.8000 766.0 AZ SIGNAL 13 SW +USC00027915 32.3833 -111.5000 835.2 AZ SILVER BELL +USC00027921 34.3500 -109.9833 1876.0 AZ SILVER CREEK RCH +USC00027965 34.5000 -112.6833 1296.0 AZ SKULL VALLEY +USC00027984 32.5167 -111.8833 588.9 AZ SLATE MTN +USC00027990 31.6811 -110.6553 1492.0 AZ SONOITA +USC00028012 34.5081 -110.0839 1719.7 AZ SNOWFLAKE +USC00028018 34.5000 -110.3333 1853.2 AZ SNOWFLAKE 15 W +USC00028070 32.5764 -114.6411 57.0 AZ SOMERTON +USC00028112 33.3814 -112.0700 352.0 AZ SOUTH PHOENIX +USC00028162 34.1311 -109.2750 2133.0 AZ SPRINGERVILLE +USC00028177 32.8833 -111.9667 399.9 AZ STANFIELD +USC00028184 34.1667 -112.7333 1061.0 AZ STANTON +USC00028206 31.4000 -109.2000 1218.9 AZ STEPHENS RCH +USC00028214 33.5575 -111.5358 433.4 AZ STEWART MTN DAM +USC00028268 33.1833 -113.2333 307.8 AZ SUNDAD +USC00028273 33.9119 -111.4855 1133.9 AZ SUNFLOWER 3 NNW +USC00028326 33.9733 -109.5631 2856.0 AZ SUNRISE MTN +USC00028329 35.3694 -111.5436 2127.5 AZ SUNSET CRATER NM +USC00028343 36.2000 -112.7000 976.6 AZ SUPAI +USC00028348 33.3003 -111.0972 871.7 AZ SUPERIOR +USC00028349 33.3050 -111.0672 1266.4 AZ SUPERIOR 2 ENE +USC00028351 33.3000 -111.1000 851.0 AZ SUPERIOR SMELTER +USC00028356 33.3667 -111.4333 598.0 AZ SUPERSTITION MTN +USC00028391 34.3500 -111.9667 1220.1 AZ SYCAMORE RS +USC00028396 32.7225 -113.9192 98.8 AZ TACNA 3 NE +USC00028409 32.6167 -109.6167 1086.0 AZ TANQUE R9 ON W4 +USC00028468 36.9233 -109.0900 1612.4 AZ TEEC NOS POS +USC00028483 35.5000 -110.4167 1769.1 AZ TEES TO +USC00028489 33.4333 -111.9333 351.1 AZ TEMPE +USC00028494 33.3833 -111.9333 360.0 AZ TEMPE 3 S +USC00028499 33.4258 -111.9217 355.7 AZ TEMPE ASU +USC00028500 33.4333 -111.9500 346.6 AZ TEMPE BRIDGE +USC00028516 36.0300 -114.3289 390.1 AZ TEMPLE BAR +USC00028566 33.5667 -112.4000 335.0 AZ THORNBURG RANCHES +USC00028569 32.0139 -111.2639 975.4 AZ THREE POINTS FIRE DEPT +USC00028576 34.6122 -111.1811 2076.9 AZ TIMBER RS +USC00028590 32.3392 -110.9808 770.2 AZ TOHONO CHUL +USC00028598 33.4519 -112.2433 312.4 AZ TOLLESON 1 E +USC00028619 31.7119 -110.0686 1420.1 AZ TOMBSTONE HCN +USC00028634 36.3333 -110.9500 1681.0 AZ TONALEA +USC00028641 33.4203 -112.8600 396.2 AZ TONOPAH +USC00028647 33.9500 -111.3167 758.3 AZ TONTO +USC00028649 34.3667 -111.1000 1915.1 AZ TONTO CK HATCHERY +USC00028650 34.3839 -111.0972 1947.7 AZ TONTO CK FISH HAT NO2 +USC00028653 33.8833 -111.8333 1122.0 AZ TONTO HILLS +USC00028657 34.6167 -112.7500 1464.0 AZ TONTO SPRINGS RS 4 W +USC00028678 34.7167 -114.4833 136.9 AZ TOPOCK +USC00028686 34.7000 -114.4500 153.0 AZ TOPOCK 2 SSE +USC00028762 34.8833 -113.6500 869.0 AZ TROUT CREEK STORE +USC00028778 35.3881 -113.6594 1164.3 AZ TRUXTON CANYON +USC00028792 36.1306 -111.2436 1520.3 AZ TUBA CITY +USC00028795 32.2542 -111.1961 780.6 AZ TUCSON 17 NW +USC00028796 32.2817 -110.9442 710.2 AZ TUCSON CAMP AVE EXP +USC00028799 32.2167 -110.9667 716.3 AZ TUCSON (4) +USC00028800 32.2500 -110.8333 769.9 AZ TUCSON MAGNETIC OBSY +USC00028805 32.2500 -111.1667 869.0 AZ TUCSON MTN PARK +USC00028810 32.3000 -111.0500 686.1 AZ TUCSON NURSERY 4 NW +USC00028815 32.2292 -110.9536 742.2 AZ TUCSON WFO HCN +USC00028817 32.2581 -111.0053 705.6 AZ TUCSON U OF A #1 +USC00028865 31.5678 -111.0497 995.8 AZ TUMACACORI NM +USC00028895 36.2861 -113.0636 1455.4 AZ TUWEEP +USC00028904 34.7706 -112.0264 1057.7 AZ TUZIGOOT +USC00028910 35.1664 -111.2592 1772.4 AZ TWIN ARROWS +USC00028940 33.8000 -110.9500 1677.9 AZ PARKER CREEK MNTC YRD +USC00028998 32.1264 -110.7247 908.3 AZ VAIL 7 N +USC00029005 35.6500 -112.2000 1795.9 AZ VALLE +USC00029007 35.6667 -112.1500 1830.0 AZ VALLE AP +USC00029015 33.3833 -111.9667 360.0 AZ VALLEY CITRUS FARM +USC00029095 33.5667 -112.4000 335.0 AZ WADDELL 3 SSE +USC00029109 32.2167 -112.3667 580.0 AZ WAHAK HOTRONTK +USC00029114 36.9953 -111.4914 1136.9 AZ WAHWEAP +USC00029150 34.5333 -110.9167 2137.9 AZ WALLACE RS +USC00029156 35.1722 -111.5097 2040.6 AZ WALNUT CANYON NM +USC00029158 34.9281 -112.8097 1551.4 AZ WALNUT CREEK +USC00029166 34.3117 -112.5620 1147.3 AZ WALNUT GROVE +USC00029211 32.6667 -114.1333 78.9 AZ WELLTON +USC00029215 32.7167 -114.0500 73.2 AZ WELLTON 6 NE +USC00029223 33.8167 -113.5333 566.9 AZ WENDEN +USC00029269 35.7000 -114.4833 741.0 AZ WHITE HILLS 5 WSW +USC00029271 33.8214 -109.9839 1575.8 AZ WHITERIVER 1 SW HCN +USC00029279 32.8167 -109.5167 1003.1 AZ WHITLOCK VLY R2 ON W1 +USC00029287 33.9792 -112.7403 638.6 AZ WICKENBURG HCN +USC00029309 34.7056 -113.6125 612.6 AZ WIKIEUP +USC00029334 32.2553 -109.8369 1271.0 AZ WILLCOX +USC00029359 35.2414 -112.1928 2105.9 AZ WILLIAMS HCN +USC00029362 35.5333 -112.4000 1754.1 AZ WILLIAMS 24 NNW +USC00029367 34.0500 -109.8167 2122.9 AZ WILLIAMS CK HATCHERY +USC00029376 35.8686 -114.6611 225.6 AZ WILLOW BEACH +USC00029382 32.7167 -110.8667 1125.0 AZ WILLOW SPRINGS RCH +USC00029410 35.6169 -109.1244 2109.2 AZ WINDOW ROCK 4 SW +USC00029420 32.9167 -110.7167 634.0 AZ WINKELMAN 6 S +USC00029425 32.8667 -110.6000 789.4 AZ WINKLEMAN 12 SE +USC00029437 35.0217 -110.6961 1484.1 AZ WINSLOW +USC00029464 33.7775 -112.5231 513.0 AZ WITTMANN 1SE +USC00029534 33.8167 -110.9167 2126.0 AZ WORKMAN CREEK 1 +USC00029542 35.5247 -111.3703 1496.0 AZ WUPATKI NM +USC00029562 31.4517 -110.2267 1399.0 AZ Y LIGHTNING RCH +USC00029572 34.6833 -112.1667 1830.0 AZ YAEGER CANYON +USC00029601 34.4500 -112.8000 1153.1 AZ YAVA 6 ESE +USC00029622 34.1000 -110.9333 1539.8 AZ YOUNG +USC00029626 34.2667 -110.9000 1989.1 AZ YOUNG 12 N +USC00029634 33.5950 -112.3014 345.9 AZ YOUNGTOWN +USC00029645 34.8775 -114.1344 594.4 AZ YUCCA 1 NNE +USC00029652 32.6114 -114.6350 58.2 AZ YUMA CITRUS STN HCN +USC00029653 32.7167 -114.6500 -999.9 AZ YUMA DATE ORCHARD +USC00029656 32.7275 -114.6217 48.8 AZ YUMA QUARTERMASTER DEPOT +USC00029657 32.7167 -114.7167 36.6 AZ YUMA VALLEY +USC00029659 32.6381 -114.4094 121.9 AZ YUMA FOOTHILLS +USC00030006 35.0236 -94.1594 207.3 AR ABBOTT +USC00030064 35.9308 -91.0550 78.6 AR ALICIA 2NNE +USC00030118 34.2333 -93.2833 121.9 AR ALPINE +USC00030130 34.7961 -92.8417 212.8 AR ALUM FK +USC00030136 34.8000 -93.4667 274.0 AR ALY +USC00030150 34.2686 -93.4697 158.5 AR AMITY +USC00030178 34.0275 -93.4333 91.4 AR ANTOINE 1 SW +USC00030188 34.9667 -93.0000 121.9 AR APLIN 1 W +USC00030196 35.4167 -92.8833 159.1 AR APPLETON +USC00030220 34.1433 -93.0589 59.7 AR ARKADELPHIA 2 N +USC00030234 33.6378 -91.2119 51.8 AR ARKANSAS CITY +USC00030240 34.0250 -91.3444 59.1 AR ARKANSAS POST +USC00030286 33.6194 -94.0994 97.5 AR ASHDOWN 4 SSE +USC00030300 34.3253 -93.9811 292.6 AR ATHENS +USC00030310 33.1167 -93.0333 100.9 AR ATLANTA +USC00030326 35.2894 -91.3533 59.4 AR AUGUSTA +USC00030350 35.3000 -91.5667 70.1 AR BALD KNOB +USC00030355 35.3833 -91.5667 177.1 AR BALD KNOB 5 N +USC00030456 35.7667 -91.6500 110.0 AR BATESVILLE AIRWAY +USC00030458 35.8306 -91.7944 174.0 AR BATESVILLE LVSTK +USC00030460 35.7594 -91.6383 88.4 AR BATESVILLE L&D 1 +USC00030496 34.7167 -90.7000 67.1 AR BEAR CREEK LAKE +USC00030512 35.0833 -90.7167 121.9 AR BEATY LAKE +USC00030518 36.4667 -93.7667 284.1 AR BEAVER 1 SE +USC00030524 36.4167 -93.8333 348.1 AR BEAVER DAM +USC00030528 35.4500 -92.4000 198.1 AR BEE BRANCH +USC00030530 35.0644 -91.8961 76.2 AR BEEBE +USC00030534 36.1833 -90.6333 92.0 AR BEECH GROVE +USC00030536 35.4586 -91.0567 67.7 AR BEEDEVILLE 4 NE +USC00030582 34.5675 -92.6006 94.5 AR BENTON +USC00030586 36.3219 -94.2150 371.9 AR BENTONVILLE 4 S +USC00030616 36.4294 -93.6256 359.7 AR BERRYVILLE 5 NW +USC00030618 36.3603 -93.5514 359.7 AR BERRYVILLE +USC00030644 35.8167 -91.7833 153.0 AR BETHESDA +USC00030662 36.0000 -92.4000 381.0 AR BIG FLAT +USC00030664 34.4619 -93.9983 365.8 AR BIG FK 1 SSE +USC00030676 35.8500 -90.1333 70.1 AR BIG LAKE OUTLET +USC00030724 34.2872 -93.1444 152.4 AR BISMARCK 2 SE +USC00030746 36.1367 -91.1172 101.8 AR BLACK ROCK +USC00030764 34.5697 -93.1947 129.8 AR BLAKELY MTN DAM +USC00030798 35.1161 -93.6506 129.8 AR BLUE MTN DAM +USC00030800 33.6919 -93.1622 109.7 AR BLUFF CITY 3 SW +USC00030806 35.9239 -89.9044 76.8 AR BLYTHEVILLE +USC00030814 34.3267 -94.4122 358.1 AR BOGG SPRINGS +USC00030820 34.3897 -93.2822 181.1 AR BONNERDALE 5 E +USC00030828 35.1500 -93.9667 139.9 AR BOONEVILLE 3 W +USC00030830 35.1500 -93.9167 156.1 AR BOONEVILLE 3 SSE +USC00030832 35.0931 -93.9258 182.9 AR BOONEVILLE 3 SSE +USC00030842 35.7264 -92.4672 387.4 AR BOTKINBURG 3 NE +USC00030848 33.8667 -93.3333 75.9 AR BOUGHTON +USC00030872 35.4167 -91.4667 73.2 AR BRADFORD +USC00030936 34.8822 -91.2153 56.4 AR BRINKLEY HCN +USC00031010 35.8667 -93.5000 785.8 AR BUFFALO TWR +USC00031020 36.3647 -92.5781 146.3 AR BULL SHOALS DAM +USC00031021 36.3694 -92.5772 224.0 AR BULL SHOALS 1 S +USC00031052 35.8167 -89.9500 73.2 AR BURDETTE +USC00031102 34.9817 -92.0064 91.4 AR CABOT +USC00031120 36.0214 -91.3783 88.4 AR CALAMINE +USC00031132 36.1092 -92.1636 106.7 AR CALICO ROCK 2 WSW +USC00031140 33.3064 -92.4833 23.5 AR CALION L&D +USC00031152 33.5900 -92.8236 35.4 AR CAMDEN 1 +USC00031154 33.5833 -92.8500 49.1 AR CAMDEN 2 +USC00031172 35.3000 -94.3000 128.0 AR CAMP CHAFFEE +USC00031188 35.8667 -92.7333 244.1 AR CANAAN 2 W +USC00031191 33.9153 -91.7711 79.2 AR CANE CREEK SP +USC00031224 34.7833 -91.7500 73.2 AR CARLISLE 1 SW +USC00031238 34.4500 -93.0167 125.0 AR CARPENTER DAM +USC00031260 34.2942 -94.1778 217.0 AR COSSATOT RVR SP +USC00031308 35.3667 -92.5667 195.1 AR CENTER RIDGE +USC00031310 35.3353 -92.5653 203.9 AR CENTER RIDGE 3 S +USC00031328 35.0931 -93.1047 97.5 AR CENTERVILLE 4 SE +USC00031419 35.6111 -92.5614 350.5 AR CHIMES 12 ESE +USC00031442 34.6986 -91.3036 54.6 AR CLARENDON +USC00031455 35.4833 -93.4500 138.4 AR CLARKSVILLE +USC00031456 35.4333 -93.4167 167.9 AR CLARKSVILLE 3SE +USC00031457 35.5328 -93.4036 259.1 AR CLARKSVILLE 6 NE +USC00031459 35.5000 -93.4728 136.6 AR CLARKSVILLE 2N +USC00031492 35.5836 -92.4511 173.7 AR CLINTON +USC00031508 35.4364 -93.6717 142.0 AR COAL HILL +USC00031520 34.9667 -93.9000 381.0 AR COLD SPRINGS GRD STN +USC00031574 35.8000 -93.8000 426.7 AR COMBS 3 SE +USC00031582 36.0914 -93.3208 648.9 AR COMPTON +USC00031596 35.1033 -92.4903 95.1 AR CONWAY HCN +USC00031632 36.4197 -90.5858 91.4 AR CORNING HCN +USC00031634 36.4000 -90.5333 85.3 AR CORNING 2E +USC00031640 36.2833 -92.5167 134.1 AR COTTER +USC00031666 34.4314 -94.4175 323.1 AR COVE +USC00031730 33.1111 -91.9481 54.9 AR CROSSETT 2 SSE +USC00031750 34.6886 -92.4500 108.2 AR CRYSTAL VALLEY +USC00031756 35.5000 -92.5500 228.9 AR CULPEPPER +USC00031768 34.0667 -91.5833 54.9 AR CUMMINS FARM +USC00031769 35.8739 -91.8406 213.7 AR CUSHMAN 4 W +USC00031814 34.2500 -93.7333 192.0 AR DAISY +USC00031829 35.4033 -92.3828 207.3 AR DAMASCUS 2 NNE +USC00031834 35.0375 -93.3947 114.3 AR DANVILLE +USC00031838 35.2342 -93.1675 112.8 AR DARDANELLE +USC00031900 35.8272 -93.2044 723.9 AR DEER +USC00031910 34.2531 -93.1486 149.4 AR DEGRAY LAKE SP +USC00031935 35.7214 -92.6961 530.4 AR DENNARD 10 WSW +USC00031948 34.0464 -94.3481 124.1 AR DEQUEEN +USC00031952 34.1003 -94.3725 169.8 AR DE QUEEN DAM +USC00031956 36.3833 -93.3000 313.9 AR DENVER +USC00031960 33.5167 -91.4333 43.0 AR DERMOTT +USC00031962 33.5597 -91.3850 44.2 AR DERMOTT 3 NE +USC00031968 34.9772 -91.4978 61.0 AR DES ARC +USC00031980 35.7800 -94.2517 408.4 AR DEVILS DEN SP +USC00031982 35.7167 -93.4000 716.9 AR DEVILS KNOB +USC00032015 34.1267 -94.0172 143.3 AR DIERKS +USC00032020 34.1475 -94.0889 209.1 AR DIERKS DAM +USC00032062 35.0736 -91.3667 39.6 AR DIXIE +USC00032148 33.8886 -91.5317 49.7 AR DUMAS +USC00032150 33.8833 -91.5000 52.1 AR DUMAS +USC00032176 35.9500 -93.9833 378.0 AR DURHAM 1 S +USC00032204 34.7167 -94.3167 351.1 AR EAGLE GAP +USC00032308 36.3500 -91.1000 152.4 AR ELEVENPOINT +USC00032315 36.0000 -94.0000 -999.9 AR ELKINS +USC00032355 33.1144 -91.2628 41.1 AR EUDORA +USC00032356 36.4164 -93.7917 432.8 AR EUREKA SPRINGS 3 WNW HCN +USC00032366 36.0803 -91.6147 156.7 AR EVENING SHADE 1 NNE +USC00032400 35.7875 -93.4603 670.9 AR FALLSVILLE 1 NNE +USC00032442 36.0833 -94.1667 417.9 AR FAYETTEVILLE +USC00032444 36.1006 -94.1744 387.1 AR FAYETTEVILLE EXP STN HCN +USC00032475 33.0597 -92.1236 18.3 AR FELSENTHAL L&D +USC00032540 33.8228 -92.3989 70.1 AR FORDYCE +USC00032544 33.7222 -94.3975 128.9 AR FOREMAN +USC00032556 34.7833 -93.8833 200.9 AR FORESTER 4 WNW +USC00032564 35.0333 -90.8000 75.9 AR FORREST CITY +USC00032578 35.6500 -94.1500 241.1 AR FT SMITH WTP +USC00032580 35.3667 -94.4000 -999.9 AR FT SMITH +USC00032598 33.3500 -91.8333 54.9 AR FOUNTAIN HILL +USC00032670 33.6128 -93.8136 79.2 AR FULTON +USC00032700 36.4811 -92.2442 196.6 AR GAMALIEL 2 NW +USC00032710 33.3500 -93.7000 70.1 AR GARLAND +USC00032746 33.3736 -93.9069 121.9 AR GENOA +USC00032760 35.1261 -91.4533 61.0 AR GEORGETOWN +USC00032794 35.9886 -92.7161 184.7 AR GILBERT +USC00032810 34.2056 -94.2464 158.5 AR GILLHAM DAM +USC00032842 34.3856 -93.5108 179.8 AR GLENWOOD 4 NNE +USC00032908 34.2500 -94.3333 281.0 AR GRANNIS +USC00032922 34.8869 -93.6847 143.0 AR GRAVELLY +USC00032930 36.4261 -94.4481 384.0 AR GRAVETTE HCN +USC00032946 36.3392 -93.4278 414.5 AR GREEN FOREST +USC00032952 36.0333 -92.2000 335.9 AR GREEN MTN +USC00032962 35.2414 -92.3636 103.0 AR GREENBRIER +USC00032976 35.2169 -94.2597 157.9 AR GREENWOOD +USC00032978 35.5206 -91.9997 160.6 AR GREERS FERRY DAM +USC00033019 35.7378 -91.2008 73.2 AR GRUBBS 9 NW +USC00033074 33.9167 -93.1333 67.1 AR GURDON +USC00033085 33.5000 -91.2833 43.3 AR HALLEY +USC00033088 33.2278 -91.7939 54.9 AR HAMBURG +USC00033098 33.5333 -92.4667 61.0 AR HAMPTON +USC00033099 33.4975 -92.6036 39.6 AR HAMPTON 8WSW +USC00033101 33.5117 -92.4372 61.0 AR HAMPTON 2ESE +USC00033132 36.2747 -91.5056 121.9 AR HARDY +USC00033164 36.1956 -93.1061 345.0 AR HARRISON +USC00033200 35.3383 -92.8492 103.6 AR HATTIEVILLE 5 NW +USC00033228 35.5333 -92.0167 161.8 AR HEBER SPRINGS 3 NE +USC00033229 35.5128 -91.9956 94.5 AR HEBER SPRINGS 2 NE +USC00033230 35.4667 -92.0500 267.9 AR HEBER SPRINGS 3 SSW +USC00033235 35.4419 -92.9008 166.4 AR HECTOR 4 SE +USC00033242 34.5211 -90.5900 59.4 AR HELENA +USC00033258 36.3667 -92.2667 177.1 AR HENDERSON 2 W +USC00033360 36.1853 -93.6867 456.3 AR HINDSVILLE 10E +USC00033361 36.2769 -93.8214 435.9 AR HINDSVILLE 10NNE +USC00033428 33.7092 -93.5564 114.3 AR HOPE 3 NE +USC00033438 34.3608 -93.6817 219.5 AR HOPPER +USC00033442 33.9353 -94.3597 102.7 AR HORATIO +USC00033466 34.5128 -93.0486 190.8 AR HOT SPRINGS 1 NNE +USC00033540 36.0833 -93.7333 442.0 AR HUNTSVILLE +USC00033544 36.0700 -93.7522 543.5 AR HUNTSVILLE 1 SSW +USC00033553 33.0333 -92.1833 53.3 AR HUTTIG +USC00033556 33.0333 -92.0833 18.0 AR HUTTIG LOCK +USC00033570 35.8667 -92.9833 415.1 AR ICELEDO +USC00033584 33.5833 -94.0500 92.0 AR INDEX +USC00033600 36.0056 -93.1878 269.7 AR JASPER +USC00033704 34.6719 -93.0747 246.0 AR JESSIEVILLE +USC00033734 35.8489 -90.6589 94.5 AR JONESBORO 2 NE +USC00033740 36.2706 -92.1922 165.2 AR JORDAN 3 NNW +USC00033761 35.6000 -90.5167 65.5 AR JUDD HILL +USC00033821 35.6872 -90.0964 70.7 AR KEISER +USC00033831 33.7703 -91.2731 44.2 AR KELSO +USC00033862 34.6033 -91.9928 70.4 AR KEO +USC00033904 33.8333 -92.2667 88.1 AR KINGSLAND 3 SSE +USC00033909 36.0086 -93.5206 653.8 AR KINGSTON 2S +USC00033910 36.1197 -93.5772 408.4 AR KINGSTON 5NW +USC00033930 36.3425 -90.5186 86.9 AR KNOBEL 5NE +USC00033998 35.8000 -90.4500 70.1 AR LAKE CITY +USC00034010 34.8511 -92.4889 93.0 AR LAKE MAUMELLE +USC00034015 34.4164 -90.7986 51.8 AR LAKE VIEW +USC00034060 34.3119 -93.8439 235.0 AR LANGLEY +USC00034106 36.4194 -92.9158 253.0 AR LEAD HILL +USC00034116 35.7000 -94.3167 305.1 AR LEE CREEK GRD STN +USC00034134 34.1742 -92.5947 77.7 AR LEOLA +USC00034185 33.3614 -93.5675 103.6 AR LEWISVILLE +USC00034250 34.7667 -92.3167 156.1 AR LITTLE ROCK FILT PLT +USC00034251 34.7500 -92.2833 103.9 AR LITTLE ROCK ST CAPITOL +USC00034256 35.8500 -91.8500 113.1 AR L&D 3 +USC00034265 33.9592 -94.1069 128.0 AR LOCKESBURG 4 E +USC00034290 35.5194 -93.1972 174.0 AR LONG POOL +USC00034324 35.5667 -92.8333 473.0 AR LOST CORNER +USC00034332 33.3667 -92.7667 39.9 AR LOUANN 2 SE +USC00034386 35.8000 -93.0667 609.9 AR LURTON 2 NE +USC00034390 35.4833 -93.2500 238.0 AR LUTHERVILLE +USC00034528 35.0264 -90.7347 91.4 AR MADISON 1 NW +USC00034548 33.2586 -93.1822 113.4 AR MAGNOLIA +USC00034550 33.2667 -93.2333 88.1 AR MAGNOLIA 2 +USC00034562 34.3947 -92.8364 91.4 AR MALVERN +USC00034572 36.4947 -91.5350 153.0 AR MAMMOTH SPRING HCN +USC00034625 34.8808 -92.3486 82.9 AR MARCHE +USC00034638 34.7392 -90.7664 71.3 AR MARIANNA 2 S +USC00034654 35.5333 -90.4167 70.1 AR MARKED TREE +USC00034666 35.9117 -92.6564 289.9 AR MARSHALL +USC00034678 34.5500 -90.9167 61.0 AR MARVELL +USC00034696 36.0500 -92.6500 243.5 AR MAUMEE +USC00034708 33.6867 -91.3336 43.6 AR MCARTHUR +USC00034711 35.2539 -91.1892 59.7 AR MCCRORY +USC00034712 35.2500 -91.0989 63.1 AR MCCRORY 6E +USC00034746 36.0822 -91.9822 152.4 AR MELBOURNE 5W +USC00034756 34.5978 -94.2900 351.1 AR MENA HCN +USC00034777 35.0958 -94.3547 164.6 AR MIDLAND +USC00034839 33.6772 -93.9903 96.3 AR MILLWOOD DAM +USC00034906 33.3167 -91.4833 39.9 AR MONTROSE +USC00034907 33.7044 -91.7211 67.7 AR MONTICELLO 6NNE +USC00034934 33.3167 -92.4500 27.1 AR MOROBAY LOCK +USC00034936 33.3014 -92.3658 27.4 AR MORO BAY SP +USC00034938 35.1581 -92.7672 103.6 AR MORRILTON +USC00034988 34.5408 -93.5878 212.4 AR MT IDA 3 SE +USC00034989 34.5061 -93.6256 269.1 AR MT IDA 4S +USC00035010 35.1667 -93.6833 854.0 AR MT MAGAZINE +USC00035018 35.6494 -94.1542 241.7 AR MOUNTAINBURG 2 NE +USC00035036 36.3458 -92.3939 243.8 AR MTN HOME 1 NNW +USC00035038 36.3333 -92.3833 243.8 AR MTN HOME C OF ENG +USC00035046 35.8444 -92.0978 218.2 AR MTN VIEW +USC00035056 35.6000 -94.2000 223.1 AR MOUNTAINBURG 3 SSW +USC00035072 35.5667 -94.0167 152.4 AR MULBERRY 6 NNE +USC00035078 34.0667 -93.6833 113.1 AR MURFREESBORO +USC00035079 34.0783 -93.7019 140.2 AR MURFREESBORO 1W +USC00035110 34.1453 -93.7139 132.6 AR NARROWS DAM +USC00035112 33.9294 -93.8583 121.9 AR NASHVILLE +USC00035114 33.9500 -93.8667 113.1 AR NASHVILLE +USC00035158 34.1167 -93.8667 164.9 AR NATHAN 4 WNW +USC00035160 35.5756 -94.3811 228.6 AR NATURAL DAM +USC00035174 34.2333 -93.8333 259.1 AR NEWHOPE 3 E +USC00035177 34.1469 -93.8936 192.0 AR NEWHOPE 6 S +USC00035186 35.6042 -91.2744 69.5 AR NEWPORT HCN +USC00035187 35.6000 -91.2667 70.4 AR NEWPORT II +USC00035200 34.9553 -93.1594 146.3 AR NIMROD DAM +USC00035228 36.2494 -92.2383 129.5 AR NORFORK DAM +USC00035354 35.7803 -94.4161 457.2 AR ODELL 2 N +USC00035358 34.6008 -93.7667 243.8 AR ODEN 1 SE +USC00035376 33.7667 -93.9167 91.4 AR OKAY +USC00035428 36.4311 -93.2044 420.3 AR OMAHA 2S. +USC00035480 35.7167 -89.9833 75.9 AR OSCEOLA +USC00035498 34.6133 -92.7742 176.8 AR OWENSVILLE 3E +USC00035508 35.4833 -93.8167 118.9 AR OZARK +USC00035512 35.5125 -93.8683 253.0 AR OZARK 2 HCN +USC00035514 35.6464 -93.4347 587.7 AR OZONE +USC00035562 36.0328 -90.4914 79.2 AR PARAGOULD +USC00035563 36.0336 -90.4978 82.3 AR PARAGOULD 1S +USC00035576 35.3000 -93.7167 125.0 AR PARIS +USC00035586 35.2667 -90.5833 67.1 AR PARKIN 2 W +USC00035591 34.8442 -93.8653 271.3 AR PARKS 6 ENE +USC00035602 35.9547 -93.2406 274.3 AR PARTHENON +USC00035691 35.0442 -92.7956 91.4 AR PERRY +USC00035694 35.0000 -92.8167 100.9 AR PERRYVILLE +USC00035707 35.8814 -93.5511 667.5 AR PETTIGREW 6NE +USC00035754 34.2256 -92.0186 70.1 AR PINE BLUFF HCN +USC00035760 34.5833 -93.9011 256.0 AR PINE RIDGE +USC00035770 34.1728 -93.2050 115.8 AR PINEY GROVE +USC00035820 36.2642 -90.9683 96.0 AR POCAHONTAS 1 HCN +USC00035831 35.5325 -90.6872 105.2 AR POINSETT SP +USC00035840 35.9664 -93.4197 441.7 AR PONCA 5 SW +USC00035866 33.2511 -91.5058 39.0 AR PORTLAND +USC00035900 35.9828 -94.3061 399.3 AR PRAIRIE GROVE +USC00035908 33.8203 -93.3878 93.9 AR PRESCOTT 2 NNW HCN +USC00035910 33.8000 -93.3833 98.1 AR PRESCOTT SCS +USC00035970 36.2500 -92.8500 244.1 AR PYATT +USC00036008 35.3050 -93.8767 141.1 AR RATCLIFF +USC00036016 33.0667 -94.0333 75.9 AR RAVANA +USC00036017 36.2342 -91.2594 106.7 AR RAVENDEN +USC00036078 35.8500 -93.5167 686.1 AR RED STAR +USC00036102 34.4333 -92.9000 98.1 AR REMMEL DAM +USC00036174 33.9539 -92.2019 85.3 AR RISON +USC00036214 36.2833 -93.6667 369.1 AR ROCKHOUSE +USC00036248 36.3667 -94.1000 415.1 AR ROGERS +USC00036253 33.8103 -91.2778 45.7 AR ROHWER 2 NNE HCN +USC00036278 35.3333 -92.0667 121.9 AR ROSEBUD +USC00036352 35.2833 -93.1000 121.9 AR RUSSELLVILLE +USC00036353 35.4156 -91.6469 132.3 AR STEPROCK +USC00036376 34.3703 -91.1242 61.0 AR SAINT CHARLES +USC00036380 36.4547 -90.1458 91.4 AR SAINT FRANCIS +USC00036393 35.8236 -93.7672 423.7 AR ST PAUL 1 E +USC00036403 36.3561 -91.8036 207.3 AR SALEM +USC00036506 35.2678 -91.7167 70.1 AR SEARCY +USC00036562 34.3019 -92.3914 76.2 AR SHERIDAN +USC00036563 34.3000 -92.4000 61.0 AR SHERIDAN (1) +USC00036566 34.4500 -92.3500 88.1 AR SHERIDAN TWR +USC00036586 35.6500 -92.3167 170.7 AR SHIRLEY +USC00036624 36.1667 -94.5333 347.5 AR SILOAM SPRINGS +USC00036698 36.0833 -91.3000 136.9 AR SMITHVILLE +USC00036768 33.9153 -92.8267 51.8 AR SPARKMAN +USC00036804 33.3667 -93.4833 82.3 AR STAMPS +USC00036820 33.9000 -91.8500 118.9 AR STAR CITY 2 S +USC00036823 33.9333 -91.8333 76.2 AR STAR CITY +USC00036856 34.8833 -93.3167 207.0 AR STEVE +USC00036890 34.7000 -93.5167 198.1 AR STORY +USC00036918 34.4764 -91.5381 68.0 AR STUTTGART +USC00036920 34.4744 -91.4172 60.4 AR STUTTGART 9 ESE +USC00036928 35.3028 -93.6369 152.4 AR SUBIACO HCN +USC00036940 35.0667 -93.8000 153.0 AR SUGAR GROVE +USC00036944 35.4833 -91.9667 92.0 AR SUGAR LOAF MTN +USC00037038 33.0986 -93.4647 76.2 AR TAYLOR +USC00037118 33.6333 -92.3500 52.1 AR TINSMAN +USC00037262 35.6667 -93.0833 637.0 AR TURNPIKE +USC00037267 35.3667 -90.2500 70.1 AR TURRELL +USC00037315 33.5853 -91.8047 82.3 AR U OF ARKANSAS AT MONTICELLO +USC00037383 34.3828 -94.3608 344.1 AR VANDERVOORT 1 ENE +USC00037420 33.3167 -92.1500 36.9 AR VICK +USC00037450 36.4000 -91.9833 210.0 AR VIOLA +USC00037460 34.7353 -90.6486 57.9 AR W G HUXTABLE PUMP PLT +USC00037488 34.9228 -94.0944 218.2 AR WALDRON +USC00037524 35.8500 -91.3500 75.9 AR WALNUT GROVE 2 NNE +USC00037582 33.6044 -92.0997 64.0 AR WARREN 2 WSW +USC00037592 34.6250 -93.5439 181.4 AR WASHITA +USC00037603 33.9000 -91.2667 44.8 AR WATSON +USC00037638 36.1000 -94.3833 351.1 AR WEDINGTON LAKE +USC00037653 36.0744 -93.9136 446.5 AR WESLEY 3N +USC00037694 35.9167 -94.1833 409.0 AR WEST FORK +USC00037712 35.1242 -90.1805 65.5 AR W MEMPHIS +USC00037744 36.3167 -91.9000 236.2 AR WHEELING 3 W +USC00037772 35.6833 -93.9500 698.0 AR WHITE ROCK +USC00037812 33.8000 -94.0667 88.1 AR WHITE CLIFFS +USC00037912 35.5667 -90.0333 73.2 AR WILSON +USC00037936 35.7333 -94.1000 351.1 AR WINFREY +USC00037950 34.9500 -93.4667 107.0 AR WING +USC00037963 35.8550 -94.0203 667.2 AR WINSLOW 7NE +USC00037970 35.7692 -92.8697 565.4 AR WITTS SPRING +USC00038010 35.1817 -92.4958 104.5 AR WOOSTER 3 SW +USC00038052 35.2547 -90.7964 79.2 AR WYNNE +USC00038084 36.2936 -92.6878 364.2 AR YELLVILLE 4 N +USC00040006 39.0333 -122.4333 601.1 CA ABBOTT MINE +USC00040010 38.2178 -121.2014 26.5 CA ACAMPO 5NE +USC00040014 34.4939 -118.2714 863.5 CA ACTON ESCONDIDO FC261 +USC00040024 34.5833 -117.4167 869.0 CA ADELANTO +USC00040029 41.1936 -120.9447 1278.6 CA ADIN RS +USC00040046 33.4167 -116.9167 946.1 CA AGUANGA BERGMAN RCH +USC00040047 33.4167 -116.8667 605.3 CA AGUANGA THOMSEN +USC00040064 37.8667 -122.0333 125.0 CA ALAMO 1 N +USC00040080 34.3500 -118.0500 1310.6 CA ALDER CREEK +USC00040088 40.1833 -123.6167 139.9 CA ALDERPOINT +USC00040115 34.3167 -118.5500 721.5 CA ALISO CANYON OAT MTN F +USC00040120 37.1833 -121.9833 167.9 CA ALMA +USC00040124 37.1667 -121.8167 153.0 CA ALMADEN +USC00040134 32.8500 -116.7500 688.8 CA ALPINE +USC00040136 32.8358 -116.7775 516.6 CA ALPINE +USC00040144 34.1822 -118.1383 343.5 CA ALTADENA +USC00040161 41.4900 -120.5436 1334.4 CA ALTURAS +USC00040174 34.1614 -115.8045 387.7 CA AMBOY ROAD EAST +USC00040176 34.5592 -115.7442 197.5 CA AMBOY +USC00040188 34.0167 -119.3667 43.0 CA ANACAPA ISLAND +USC00040192 33.8647 -117.8425 71.6 CA ANAHEIM +USC00040204 35.9833 -119.4833 64.0 CA ANGIOLA +USC00040212 38.5731 -122.4406 522.7 CA ANGWIN PACIFIC UNION COLLEGE +USC00040227 38.0167 -121.7667 8.5 CA ANTIOCH FIBREBRD MILLS +USC00040230 37.9500 -121.8000 125.0 CA ANTIOCH 5 S +USC00040232 37.9833 -121.7525 18.3 CA ANTIOCH PUMPING PLT #3 +USC00040235 33.5558 -116.6739 1193.3 CA ANZA +USC00040239 34.8667 -119.3333 1516.1 CA APACHE CAMP +USC00040244 34.5167 -117.2167 894.6 CA APPLE VALLEY +USC00040320 35.1167 -120.5667 34.1 CA ARROYO GRANDE +USC00040322 36.2356 -121.4800 286.5 CA ARROYO SECO +USC00040325 36.2500 -121.4167 214.0 CA ARROYO SECO MILLERS LG +USC00040327 34.2167 -118.1667 371.9 CA ARROYO SECO RNG STN FC +USC00040332 35.2111 -118.8336 137.2 CA ARVIN +USC00040343 36.4914 -118.8253 520.6 CA ASH MTN +USC00040355 33.9000 -117.8833 103.9 CA ASSOC OIL ANAHEIM 1 +USC00040372 38.4167 -122.2500 531.0 CA ATLAS ROAD +USC00040379 37.0919 -119.5128 637.0 CA AUBERRY 2 NW +USC00040383 38.9072 -121.0839 393.8 CA AUBURN +USC00040385 38.8833 -121.0667 387.1 CA AUBURN DAM PROJECT +USC00040395 33.3500 -118.3167 7.6 CA AVALON PLEASURE PIER +USC00040398 35.9000 -120.0500 159.1 CA AVENAL 9 SSE +USC00040403 35.1667 -120.7333 9.1 CA AVILA BEACH +USC00040410 34.1333 -117.9000 185.9 CA AZUSA CITY PARK FC 143 +USC00040418 34.9500 -118.1833 808.0 CA BACKUS RCH +USC00040422 36.6286 -119.0117 932.7 CA BADGER +USC00040436 35.2761 -116.0628 293.2 CA BAKER +USC00040437 35.3833 -116.1167 320.0 CA BAKER 9 NNW +USC00040439 35.3833 -119.0167 121.9 CA BAKERSFIELD +USC00040444 35.4186 -119.0508 143.3 CA BAKERSFIELD 5 NW +USC00040449 36.9092 -119.0883 528.8 CA BALCH PWR HOUSE +USC00040503 35.1658 -118.6439 1249.7 CA BEAR VALLEY FD +USC00040509 33.9333 -117.8500 177.1 CA BARNESON PARK +USC00040510 38.9167 -122.8667 497.1 CA BARNEY +USC00040514 32.6833 -116.6667 494.1 CA BARRETT DAM +USC00040519 34.9000 -117.0333 659.0 CA BARSTOW +USC00040521 34.8928 -117.0219 676.7 CA BARSTOW +USC00040539 39.6175 -120.5922 1663.3 CA BASSETS STN +USC00040543 34.9167 -119.9167 1577.0 CA BATES RIDGE +USC00040595 38.4406 -120.0761 2103.1 CA BEAR VALLEY +USC00040606 33.9292 -116.9750 796.4 CA BEAUMONT +USC00040607 33.9833 -116.9667 929.9 CA BEAUMONT PUMPING PLT +USC00040615 40.3500 -122.8667 392.9 CA BEEGUM +USC00040619 34.0833 -118.4500 164.9 CA BEL AIR FC 10A +USC00040625 34.2000 -118.6500 281.0 CA BELL CANYON PLATT RCH +USC00040672 37.0833 -122.0833 91.4 CA BEN LOMOND SPRR +USC00040673 37.0856 -122.0797 128.0 CA BEN LOMOND #4 +USC00040674 37.0833 -122.1000 153.0 CA BEN LOMOND 2 +USC00040675 37.0833 -122.1000 305.1 CA BEN LOMOND WHITNEY +USC00040676 37.1000 -122.0833 116.1 CA BEN LOMOND 2 +USC00040677 37.0833 -122.0667 220.1 CA BEN LOMOND 4 +USC00040678 34.1667 -117.4500 563.9 CA BENNETT RCH +USC00040682 38.2500 -121.4333 6.1 CA BENSONS FERRY +USC00040684 37.8428 -118.4783 1664.2 CA BENTON INSPECTION STN +USC00040693 37.8744 -122.2606 94.5 CA BERKELEY HCN +USC00040705 38.5500 -122.2333 139.9 CA BERRYESSA LAKE +USC00040719 34.9167 -120.3500 49.1 CA BETTERAVIA +USC00040721 41.8167 -122.5000 808.0 CA BETTS RCH +USC00040731 41.1208 -121.1347 1257.3 CA BIEBER +USC00040738 40.7406 -123.2078 381.9 CA BIG BAR 4 E +USC00040741 34.2431 -116.9169 2058.3 CA BIG BEAR LAKE +USC00040742 34.2414 -116.9744 2077.2 CA BIG BEAR LAKE DAM +USC00040747 39.3000 -120.5167 1751.1 CA BIG BEN RS +USC00040755 37.2064 -119.2419 1486.8 CA BIG CREEK PH 1 +USC00040758 34.1667 -117.8167 484.9 CA BIG DALTON DAM FC223C +USC00040779 34.3833 -117.6833 2086.4 CA BIG PINES PARK FC83B +USC00040790 36.2472 -121.7803 61.0 CA BIG SUR STN +USC00040798 34.2947 -118.1886 709.0 CA BIG TUJUNGA DAM FC46 +USC00040818 34.1833 -118.5000 220.1 CA BIRMINGHAM GEN HOSP +USC00040819 37.2481 -118.5814 2485.3 CA BISHOP CREEK INTAKE 2 +USC00040820 37.2322 -118.5994 2581.7 CA ASPENDELL +USC00040823 37.3683 -118.3647 1252.1 CA BISHOP FS +USC00040824 37.3667 -118.7167 2863.9 CA BISHOP UNION CARBIDE +USC00040850 37.3167 -122.1667 646.2 CA BLACK MTN 2 WSW +USC00040855 37.3167 -122.1500 798.9 CA BLACK MTN LOS ALTOS +USC00040870 40.7333 -121.2500 1708.1 CA BLACKS MTN RCH +USC00040875 35.6167 -119.9000 217.0 CA BLACKWELLS CORNER +USC00040903 40.9167 -123.8167 299.0 CA BLUE LK REDWOOD CK +USC00040924 33.6131 -114.5972 81.7 CA BLYTHE HCN +USC00040931 39.3886 -120.0936 1699.3 CA BOCA +USC00040943 38.2119 -119.0142 2551.2 CA BODIE CALIFORNIA ST HISTORIC P +USC00040968 32.6667 -117.0333 34.1 CA BONITA +USC00040973 39.0167 -123.3667 103.9 CA BOONVILLE HMS +USC00040983 33.2558 -116.4036 246.9 CA BORREGO DESERT PARK +USC00040986 33.2833 -116.3500 192.0 CA BORREGO SPRINGS 3 NNE +USC00041001 37.1167 -122.1167 143.3 CA BOULDER CREEK +USC00041005 37.1422 -122.1964 662.9 CA BOULDER CR LOCAT RCH +USC00041009 32.6667 -116.2833 1022.0 CA BOULEVARD +USC00041010 32.6667 -116.3000 1097.3 CA BOULEVARD 2 +USC00041013 34.5833 -118.3667 933.0 CA BOUQUET CANYON +USC00041018 39.4539 -120.6556 1641.3 CA BOWMAN DAM +USC00041031 33.4833 -116.8000 1022.0 CA BRADFORD RCH +USC00041034 35.8667 -120.8000 164.9 CA BRADLEY +USC00041043 38.1167 -121.7000 9.1 CA BRANNAN ISLAND +USC00041046 39.7000 -123.6500 445.0 CA BRANSCOMB 3 NNW +USC00041048 32.9544 -115.5581 -30.5 CA BRAWLEY 2 SW HCN +USC00041054 33.9167 -117.9000 107.0 CA BREA BERRY & IMPERI +USC00041056 33.9333 -117.9000 116.1 CA BREA CY SHAFFER TOOL W +USC00041057 33.8906 -117.9264 83.8 CA BREA DAM +USC00041060 37.8833 -121.7667 99.1 CA BRENTWOOD 6 SW +USC00041072 38.2575 -119.2286 1972.1 CA BRIDGEPORT +USC00041075 38.3167 -119.2167 1958.0 CA BRIDGEPORT DAM +USC00041076 38.2506 -119.2161 1963.2 CA BRIDGEPORT RS +USC00041080 40.5194 -123.8217 640.1 CA BRIDGEVILLE 4 NNW +USC00041082 40.5500 -123.8167 793.1 CA BRIDGEVILLE HANSON RCH +USC00041109 38.7333 -122.1500 107.0 CA BROOKS +USC00041112 38.7667 -122.1500 89.6 CA BROOKS FARNHAM RCH +USC00041130 39.6950 -121.3453 1085.1 CA BRUSH CREEK RS +USC00041142 35.7989 -121.0939 281.9 CA BRYSON +USC00041149 40.8669 -121.8464 1158.2 CA BUCKHORN +USC00041159 39.9372 -121.3147 576.4 CA BUCKS CREEK +USC00041161 39.9000 -121.2000 1585.9 CA BUCKS LAKE +USC00041170 36.7667 -121.1833 499.9 CA BUENA VISTA +USC00041180 39.4167 -121.1500 542.8 CA BULLARDS BAR PH +USC00041192 34.1833 -118.3000 207.0 CA BURBANK FIRE DEP FC226 +USC00041194 34.1867 -118.3481 199.6 CA BURBANK VALLEY PUMP PLT +USC00041206 37.5833 -122.3500 3.0 CA BURLINGAME +USC00041214 40.8803 -121.6547 974.8 CA BURNEY +USC00041215 40.8000 -123.4667 655.3 CA BURNT RCH 1 S +USC00041216 37.8667 -122.0833 161.8 CA BURTON RCH +USC00041233 40.7667 -123.9000 128.0 CA BUTLER VALLEY RCH +USC00041244 35.4028 -119.4700 68.6 CA BUTTONWILLOW +USC00041250 33.9167 -116.7833 548.9 CA CABAZON +USC00041252 32.6667 -117.2333 125.0 CA CABRILLO NM +USC00041253 34.5822 -119.9817 242.3 CA CACHUMA LAKE +USC00041268 34.3167 -117.4833 885.1 CA CAJON RS +USC00041272 34.3900 -117.5925 1456.9 CA CAJON WEST SUMMIT +USC00041277 38.2769 -120.3114 1431.0 CA CALAVERAS BIG TREES +USC00041280 38.2000 -120.3667 1024.1 CA CALAVERAS RS +USC00041281 37.4833 -121.8167 246.9 CA CALAVERAS RSVR +USC00041288 32.6881 -115.4644 3.7 CA CALEXICO 2 NE +USC00041300 35.8833 -118.6833 900.1 CA CALIF HOT SPRINGS RS +USC00041312 38.5961 -122.6014 121.9 CA CALISTOGA +USC00041316 41.3111 -122.8045 970.8 CA CALLAHAN +USC00041369 34.1492 -116.9803 1758.7 CA CAMP ANGELUS +USC00041373 34.2333 -117.6667 1311.9 CA CAMP BALDY FC 85 F +USC00041404 34.2500 -118.1000 1296.0 CA CAMP HILL OPIDS 57B +USC00041420 40.1000 -121.5333 1311.9 CA CAMP LASSEN +USC00041424 32.6264 -116.4700 801.6 CA CAMPO +USC00041428 38.2486 -120.8433 200.6 CA CAMP PARDEE +USC00041444 35.3333 -120.6833 189.0 CA CAMP SAN LUIS OBISPO +USC00041462 39.4500 -121.0500 839.7 CA CAMPTONVILLE RS +USC00041470 36.1833 -118.6667 1158.8 CA CAMP WISHON +USC00041475 41.3667 -121.0500 1373.1 CA CANBY 11SW +USC00041476 41.4219 -120.9017 1313.7 CA CANBY 3 SW +USC00041488 35.3000 -117.9667 613.0 CA CANTIL +USC00041497 40.1706 -121.0886 1389.9 CA CANYON DAM +USC00041518 33.9231 -117.7778 492.6 CA CARBON CANYON GILMAN +USC00041520 33.9581 -117.7792 359.7 CA CARBON CANYON WORKMAN +USC00041522 40.0833 -121.1500 912.0 CA CARIBOU PH +USC00041534 36.4806 -121.7244 146.3 CA CARMEL VALLEY +USC00041582 37.6333 -121.4833 189.0 CA CASTLE ROCK +USC00041583 37.6333 -121.5000 171.0 CA CASTLE ROCK RAD LAB +USC00041588 37.4000 -120.0500 435.9 CA CATHEYS VLY BULL R RCH +USC00041590 37.4000 -120.1167 305.1 CA CATHEYS VLY WYRE RCH +USC00041602 38.5333 -123.1333 323.1 CA CAZADERO +USC00041603 38.5642 -123.1617 432.8 CA CAZADERO 5NW +USC00041606 41.1417 -123.1392 704.1 CA CECILVILLE +USC00041607 41.0833 -123.0500 915.0 CA CECILVILLE 5 SE +USC00041609 36.7833 -118.6667 1417.9 CA CEDAR GROVE +USC00041611 37.4667 -119.7333 985.1 CA CEDAR POINT RCH +USC00041614 41.5300 -120.1792 1428.9 CA CEDARVILLE HCN +USC00041624 39.7833 -121.6667 159.1 CA CENTERVILLE PH +USC00041630 37.3500 -119.4833 1634.9 CA CENTRAL CAMP +USC00041653 39.4833 -121.2167 783.3 CA CHALLENGE RS +USC00041679 34.2667 -118.6000 305.1 CA CHATSWORTH HEYNEMANN R +USC00041680 34.2500 -118.6000 289.6 CA CHATSWORTH FC 24 F +USC00041682 34.2261 -118.6167 277.4 CA CHATSWORTH RSVR +USC00041697 37.9747 -119.9161 1452.4 CA CHERRY VALLEY DAM +USC00041700 40.3033 -121.2422 1380.7 CA CHESTER +USC00041715 39.6911 -121.8211 56.4 CA CHICO UNIV FARM HCN +USC00041731 40.8667 -123.5833 182.9 CA CHINA FLAT +USC00041738 33.6617 -115.7206 520.0 CA CHIRIACO SUMMIT +USC00041739 36.9003 -121.5967 25.0 CA CHITTENDEN PASS +USC00041743 35.7167 -120.2500 534.0 CA CHOLAME ALLEY RCH +USC00041754 34.8078 -119.0114 1603.2 CA CHUCHUPATE RS +USC00041758 32.6400 -117.0858 17.1 CA CHULA VISTA HCN +USC00041768 39.3000 -120.5167 1751.1 CA CISCO RS +USC00041773 38.7000 -121.3000 43.0 CA CITRUS HEIGHTS +USC00041777 34.1167 -117.7333 381.0 CA CLAREMONT FC 230 D +USC00041779 34.1000 -117.7167 366.1 CA CLAREMONT POMONA CLG +USC00041784 38.4167 -121.5333 3.0 CA CLARKSBURG +USC00041785 39.5500 -122.4000 125.0 CA CLARKS VALLEY MUDD RCH +USC00041799 41.7167 -123.4500 299.0 CA CLEAR CREEK +USC00041805 41.9333 -121.0667 1393.9 CA CLEAR LAKE DAM +USC00041806 38.9239 -122.5672 411.2 CA CLEARLAKE 4 SE +USC00041807 38.9833 -122.7167 406.0 CA CLEARLAKE PARK +USC00041837 38.8167 -123.0167 103.9 CA CLOVERDALE +USC00041838 38.8000 -123.0175 100.6 CA CLOVERDALE +USC00041840 38.7667 -123.2167 555.0 CA CLOVERDALE 11 W +USC00041864 36.1356 -120.3606 204.2 CA COALINGA +USC00041867 36.1333 -120.3500 200.9 CA COALINGA 1 SE +USC00041869 36.2333 -120.5667 499.9 CA COALINGA 14 WNW +USC00041878 37.2503 -119.7053 679.7 CA COARSEGOLD 1 SW +USC00041879 37.2119 -119.6900 676.0 CA COARSEGOLD 4SE +USC00041882 38.8333 -122.7500 732.1 CA COBB 2 NW +USC00041886 41.0894 -122.7086 762.9 CA COFFEE CREEK RS +USC00041890 39.9167 -121.7333 769.0 CA COHASSET +USC00041891 39.9333 -121.7167 972.9 CA COHASSET 1 NNE +USC00041896 34.3000 -118.1167 1122.0 CA COLBYS FC 53D +USC00041906 38.1667 -120.0500 1751.1 CA COLD SPRINGS CHALET +USC00041907 40.4000 -122.1433 128.0 CA COLEMAN FISHERIES STN +USC00041909 38.5667 -119.5000 1556.0 CA COLEVILLE +USC00041911 38.5167 -119.4667 1617.0 CA COLEVILLE 4 SE +USC00041912 39.0911 -120.9481 725.4 CA COLFAX HCN +USC00041916 39.3308 -121.1922 181.4 CA COLGATE POWERHOUSE +USC00041945 39.2167 -122.0000 18.0 CA COLUSA BRG +USC00041948 39.1875 -122.0269 15.2 CA COLUSA 2 SSW +USC00041953 40.0500 -122.6833 1007.1 CA COLYEAR SPRINGS +USC00041960 37.9833 -122.0167 6.1 CA CONCORD AP +USC00041961 37.9500 -122.0000 78.9 CA CONCORD 2 SE +USC00041962 37.9667 -121.9833 59.4 CA CONCORD 3 E +USC00041967 37.9833 -122.0692 12.2 CA CONCORD WWTP +USC00041985 38.8833 -121.0167 467.0 CA COOL +USC00041990 41.9797 -122.3378 823.9 CA COPCO #1 DAM +USC00042009 36.1000 -119.5500 61.0 CA CORCORAN +USC00042012 36.0975 -119.5817 61.0 CA CORCORAN IRRIG DIST +USC00042015 38.8500 -122.7833 796.1 CA CORDES +USC00042027 39.9000 -122.3500 148.4 CA CORNING HOUGHTON RCH +USC00042031 33.8833 -117.5500 185.9 CA CORONA +USC00042051 37.0000 -121.8167 223.1 CA CORRALITOS ENOS RCH +USC00042081 39.8158 -123.2444 430.7 CA COVELO +USC00042084 39.8261 -123.0850 462.4 CA COVELO EEL RVR RS +USC00042088 34.0667 -117.8667 182.9 CA COVINA +USC00042090 34.0917 -117.8800 185.0 CA COVINA CITY YARD FC387B +USC00042092 36.5333 -116.8833 -46.0 CA COW CREEK +USC00042103 33.4333 -116.5000 694.9 CA COYOTE CANYON +USC00042111 32.7333 -115.9667 75.9 CA COYOTE WELLS +USC00042139 32.8833 -116.2833 458.1 CA CRAWFORD RCH +USC00042147 41.7958 -124.2147 13.1 CA CRESCENT CITY 3 NNW +USC00042148 41.7942 -124.0850 36.6 CA CRESCENT CITY 7 ENE +USC00042150 41.7667 -124.2000 14.9 CA CRESCENT CITY MNTC STN +USC00042162 34.2500 -117.3000 1485.0 CA CRESTLINE +USC00042173 37.8000 -119.9000 1434.1 CA CROCKER STN +USC00042177 38.0333 -122.2167 3.0 CA CROCKETT +USC00042198 34.3175 -117.8419 1629.2 CA CRYSTAL LAKE FC238C +USC00042199 34.3333 -117.8333 1759.9 CA CRYSTAL LK EAST PINE F +USC00042214 34.0050 -118.4139 28.0 CA CULVER CITY +USC00042218 39.8333 -123.6333 392.9 CA CUMMINGS +USC00042224 38.9500 -122.8667 433.1 CA CUNNINGHAM +USC00042236 34.9333 -119.6167 688.8 CA CUYAMA +USC00042239 32.9897 -116.5872 1414.3 CA CUYAMACA HCN +USC00042248 34.9833 -119.6667 662.0 CA CUYAMA RCH +USC00042249 34.8500 -119.4833 839.1 CA CUYAMA RS +USC00042269 41.1000 -121.5167 1012.9 CA DANA 2 SE +USC00042290 37.0167 -122.2000 85.0 CA DAVENPORT +USC00042294 38.5350 -121.7761 18.3 CA DAVIS 2 WSW EXP FARM HCN +USC00042296 41.7333 -120.3667 1449.0 CA DAVIS CREEK +USC00042306 41.2122 -121.3742 1112.5 CA DAY +USC00042319 36.4622 -116.8669 -59.1 CA DEATH VALLEY HCN +USC00042327 33.6514 -116.3764 365.8 CA DEEP CANYON LAB +USC00042330 37.4333 -118.1667 3203.1 CA DEEP SPRINGS 11 NW +USC00042331 37.3739 -117.9803 1592.6 CA DEEP SPRINGS COLLEGE +USC00042334 39.3000 -120.8500 1129.0 CA DEER CREEK PH +USC00042338 39.3000 -120.8333 1357.9 CA DEER CREEK FOREBAY +USC00042346 35.7683 -119.2600 92.0 CA DELANO +USC00042350 32.9719 -117.2619 3.7 CA DEL MAR FIRE DEPT +USC00042362 36.6000 -121.8667 13.7 CA DEL MONTE +USC00042369 37.4167 -121.3833 366.1 CA DEL PUERTO ROAD CAMP +USC00042379 40.9500 -122.4167 356.9 CA DELTA +USC00042380 40.9500 -122.4333 402.3 CA DELTA (1) +USC00042389 37.5667 -120.7833 43.0 CA DENAIR 3 NNE +USC00042402 39.8717 -121.6108 826.0 CA DE SABLA +USC00042406 32.8500 -116.6167 1066.8 CA DESCANSO RS +USC00042410 33.7378 -115.3925 227.7 CA DESERT CTR 2 NNE +USC00042432 34.0000 -117.8000 268.2 CA DIAMOND BAR +USC00042456 39.3575 -121.2011 499.9 CA DOBBINS 1 S +USC00042458 39.3333 -121.2000 473.0 CA DOBBINS COLGATE FOREBA +USC00042465 38.3333 -119.9667 1476.1 CA DONNELLS DAM +USC00042467 39.3239 -120.2331 1809.6 CA DONNER MEM SP +USC00042490 39.7167 -123.3500 284.1 CA DOS RIOS +USC00042494 33.9297 -118.1456 33.5 CA DOWNEY FIRE DEPT. FC107C +USC00042500 39.5633 -120.8239 888.5 CA DOWNIEVILLE +USC00042504 40.0267 -120.1056 1308.5 CA DOYLE +USC00042506 39.9717 -120.0828 1338.1 CA DOYLE 4 SSE +USC00042516 34.4833 -118.5333 443.5 CA DRY CANYON RSVR +USC00042539 37.7500 -120.1000 915.0 CA DUDLEYS +USC00042559 36.7167 -119.1167 609.9 CA DUNLAP SHINGLE MILL +USC00042568 38.8833 -121.9667 14.9 CA DUNNIGAN +USC00042570 35.0500 -116.4333 491.0 CA DUNN SIDING +USC00042572 41.2167 -122.2667 737.9 CA DUNSMUIR +USC00042574 41.1833 -122.2736 661.4 CA DUNSMUIR TRTMT PL +USC00042580 38.2000 -122.3000 6.1 CA DUTTONS LANDING +USC00042595 40.5000 -120.6500 1565.1 CA EAGLE LAKE STONE RCH +USC00042598 33.8089 -115.4508 296.6 CA EAGLE MTN +USC00042640 39.3592 -122.5178 367.3 CA EAST PARK RSVR +USC00042643 34.3333 -117.8333 1751.1 CA EAST PINE FLAT +USC00042655 33.9667 -118.0333 67.1 CA EAST WHITTIER +USC00042671 38.7833 -120.0333 2240.3 CA ECHO SUMT SIERRA AT TA +USC00042705 32.7833 -116.9167 161.8 CA EL CAJON 2 E +USC00042706 32.8006 -116.9281 150.9 CA EL CAJON +USC00042709 32.8856 -116.8150 182.9 CA EL CAPITAN DAM +USC00042713 32.7669 -115.5617 -9.1 CA EL CENTRO 2 SSW +USC00042728 38.3306 -120.6706 217.9 CA ELECTRA P H HCN +USC00042734 34.6667 -118.4333 1000.0 CA ELIZABETH LAKE +USC00042735 34.6000 -118.5667 634.0 CA ELIZABETH LAKE CN FC12 +USC00042749 41.9881 -123.7183 520.6 CA ELK VALLEY +USC00042756 37.9356 -119.2306 2939.8 CA ELLERY LAKE +USC00042760 38.2333 -121.2000 28.0 CA ELLIOTT +USC00042771 34.5892 -117.6303 899.2 CA EL MIRAGE +USC00042775 33.8000 -117.7833 139.9 CA EL MODENA +USC00042805 33.6861 -117.3458 386.5 CA ELSINORE +USC00042811 33.6333 -117.2667 442.0 CA ELSINORE 4 SE +USC00042831 39.3033 -120.6508 1600.2 CA EMIGRANT GAP +USC00042862 33.1167 -117.0833 200.9 CA ESCONDIDO +USC00042863 33.1211 -117.0900 182.9 CA ESCONDIDO #2 +USC00042871 33.1000 -117.0833 220.1 CA ESCONDIDO CHURCH RCH +USC00042895 34.1317 -117.5239 423.7 CA ETIWANDA +USC00042899 41.4572 -122.8992 899.2 CA ETNA +USC00042920 37.5850 -120.2672 134.7 CA EXCHEQUER DAM +USC00042921 36.3167 -119.1500 -999.9 CA EXETER +USC00042922 36.3500 -119.0667 133.8 CA EXETER FAUVER RCH +USC00042933 38.2500 -122.0500 6.1 CA FAIRFIELD +USC00042934 38.2736 -122.0678 12.2 CA FAIRFIELD +USC00042941 34.7050 -118.4297 932.7 CA FAIRMONT HCN +USC00042958 33.3500 -117.2500 201.2 CA FALLBROOK +USC00042964 41.0081 -121.4350 1005.8 CA FALL RVR MILLS +USC00042994 39.6000 -121.2667 905.9 CA FEATHER FALLS +USC00043004 37.0506 -122.0750 121.9 CA FELTON +USC00043020 40.3500 -122.4500 244.1 CA FERGUSON RCH +USC00043025 40.5000 -124.3333 442.0 CA FERNDALE 8 SSW +USC00043030 40.6000 -124.2833 3.0 CA FERNDALE 2 NW +USC00043038 38.5236 -120.7061 658.4 CA FIDDLETOWN DEXTER RCH +USC00043048 34.7344 -120.0069 960.7 CA FIGUEROA MTN +USC00043050 34.4000 -118.9333 134.1 CA FILLMORE 1 WNW +USC00043055 39.0167 -122.8667 409.0 CA FINLEY 1 NNE +USC00043056 38.9667 -122.8667 419.7 CA FINLEY 1 SSE +USC00043057 38.9667 -122.9500 534.0 CA FINLEY 5 SW +USC00043069 37.4833 -119.6333 1562.1 CA FISH CAMP +USC00043083 36.3642 -120.1561 86.9 CA FIVE POINTS 5 SSW +USC00043087 40.3667 -120.3167 1220.1 CA FLEMING FISH & GAME +USC00043093 37.2739 -118.9733 2232.7 CA FLORENCE LAKE +USC00043111 38.6833 -121.1833 75.9 CA FOLSOM +USC00043113 38.7000 -121.1667 106.7 CA FOLSOM DAM +USC00043118 34.1833 -117.4500 601.1 CA FONTANA 5 N +USC00043120 34.0833 -117.5167 335.9 CA FONTANA KAISER +USC00043130 40.3833 -123.3333 712.9 CA FOREST GLEN +USC00043134 39.0100 -120.8456 919.0 CA FORESTHILL RS +USC00043151 41.2667 -123.3167 378.0 CA FORKS OF SALMON +USC00043157 41.8714 -120.1575 1444.4 CA FT BIDWELL +USC00043161 39.5092 -123.7567 37.5 CA FT BRAGG 5 N HCN +USC00043164 39.4000 -123.8167 20.1 CA FT BRAGG AVN +USC00043173 41.8667 -124.1500 14.0 CA FT DICK +USC00043176 41.5833 -122.7167 1012.9 CA FT JONES 6 ESE +USC00043182 41.6000 -122.8478 830.6 CA FT JONES RS +USC00043191 38.5150 -123.2447 34.1 CA FT ROSS +USC00043204 40.4333 -121.7333 1007.1 CA FORWARD MILL +USC00043215 34.8272 -118.9653 1515.5 CA FRAZIER PARK +USC00043242 40.7000 -122.6333 335.9 CA FRENCH GULCH +USC00043244 37.5422 -122.0158 11.6 CA FREMONT +USC00043251 36.9089 -119.8006 115.8 CA FRESNO 3NW +USC00043256 36.7672 -119.7092 103.0 CA FRESNO 5 NE +USC00043260 37.0167 -119.6833 95.1 CA FRIANT +USC00043261 36.9969 -119.7072 125.0 CA FRIANT GOVERNMENT CAMP +USC00043270 39.5833 -122.4500 190.2 CA FRUTO +USC00043279 33.9000 -117.9167 98.1 CA FULLERTON ARROUES RCH +USC00043282 33.9167 -117.8667 121.9 CA FULLERTON CREEK 5 +USC00043285 33.8964 -117.8881 103.6 CA FULLERTON DAM +USC00043288 33.8833 -117.9167 100.9 CA FULLERTON HILLCREST RE +USC00043320 40.1000 -123.8000 103.6 CA GARBERVILLE +USC00043338 38.8333 -120.8500 591.9 CA GARDEN VALLEY 2 S +USC00043357 41.8453 -123.9647 118.0 CA GASQUET RS +USC00043369 37.7519 -119.1403 2734.1 CA GEM LAKE +USC00043381 38.9167 -120.8333 830.0 CA GEORGETOWN +USC00043383 38.9167 -120.6833 1232.0 CA GEORGETOWN 9 E +USC00043384 38.9331 -120.8008 914.7 CA GEORGETOWN RS +USC00043387 37.3667 -121.4833 652.9 CA GERBER RCH +USC00043392 34.0869 -118.4794 340.5 CA GETTY CTR +USC00043397 36.5667 -118.7667 1955.0 CA GIANT FOREST +USC00043401 34.5167 -119.7000 381.0 CA GIBRALTAR DAM +USC00043402 34.5225 -119.6822 474.9 CA GIBRALTAR DAM #2 +USC00043405 41.0167 -122.4000 502.9 CA GIBSON HWY MNT STN +USC00043410 32.8167 -116.9667 132.9 CA GILLESPIE FLD +USC00043417 37.0031 -121.5608 59.1 CA GILROY +USC00043419 37.0328 -121.4317 320.0 CA GILROY 8 NE +USC00043421 37.1167 -121.3667 580.0 CA GILROY 14 NE +USC00043422 37.1000 -121.3333 412.1 CA GILROY 14 ENE +USC00043430 34.1667 -118.6000 267.9 CA GIRARD BRANT RCH +USC00043434 33.0500 -114.9833 214.0 CA GLAMIS 6 ENE +USC00043450 34.1500 -118.2667 161.8 CA GLENDALE STAPENHORST F +USC00043451 34.1500 -117.8333 225.6 CA GLENDORA +USC00043452 34.1472 -117.8472 284.4 CA GLENDORA FC 287B +USC00043463 35.7269 -118.7006 957.1 CA GLENNVILLE +USC00043465 35.7250 -118.6797 1066.8 CA GLENNVILLE FULTON RS +USC00043468 35.7000 -118.7333 997.0 CA GLENNVILLE MORROW RCH +USC00043489 32.8833 -114.8667 147.8 CA GOLD ROCK RCH +USC00043491 39.1650 -120.8567 1011.9 CA GOLD RUN 2 SW +USC00043498 35.2814 -116.7844 899.2 CA GOLDSTONE ECHO #2 +USC00043502 36.5333 -121.2833 716.9 CA GONZALES 9 ENE +USC00043510 41.8667 -120.5000 1491.1 CA GOOSE LAKE WEST +USC00043551 36.7375 -118.9619 2005.6 CA GRANT GROVE +USC00043564 41.6333 -122.2000 1552.0 CA GRASS LAKE HWY MNTC ST +USC00043571 39.2167 -121.0667 805.0 CA GRASS VALLEY +USC00043572 39.2333 -121.0333 826.9 CA GRASS VALLEY 2 NNE +USC00043573 39.2042 -121.0681 731.5 CA GRASS VALLEY #2 +USC00043578 38.4306 -122.8647 61.0 CA GRATON +USC00043599 35.7333 -118.5500 1859.6 CA GREENHORN MTN PARK +USC00043603 36.4500 -116.8667 -51.2 CA GREENLAND RCH +USC00043614 41.5519 -122.9236 859.5 CA GREENVIEW +USC00043621 40.1408 -120.9506 1094.2 CA GREENVILLE +USC00043639 39.3667 -121.7000 31.1 CA GRIDLEY +USC00043647 40.4864 -123.9089 125.9 CA GRIZZLY CREEK SP +USC00043649 38.6333 -120.5167 1177.1 CA GRIZZLY FLATS +USC00043650 38.1500 -121.9667 -999.9 CA GRIZZLY ISLAND REFUGE +USC00043652 37.8667 -122.2167 534.0 CA GRIZZLY PEAK +USC00043666 37.8333 -120.2167 854.0 CA GROVELAND +USC00043669 37.8444 -120.2258 853.4 CA GROVELAND 2 +USC00043672 37.8231 -120.0983 958.6 CA GROVELAND RS +USC00043683 38.5036 -122.9981 18.3 CA GUERNEVILLE +USC00043684 38.5039 -122.9969 19.8 CA GUERNEVILLE FIRE DEPT +USC00043690 33.3500 -116.0167 -25.0 CA HABITAT +USC00043703 34.2667 -118.2667 747.1 CA HAINES CAN LWR FC 364 +USC00043704 34.2667 -118.2500 1049.1 CA HAINES CNYN UPR FC367 +USC00043710 36.1389 -117.9528 1165.9 CA HAIWEE +USC00043714 37.4725 -122.4433 8.2 CA HALF MOON BAY +USC00043729 39.7333 -122.0167 46.0 CA HAMILTON CITY +USC00043735 38.0500 -122.5000 3.0 CA HAMILTON AFB 1 E +USC00043747 36.3158 -119.6369 72.2 CA HANFORD 1 S HCN +USC00043751 34.2608 -118.3864 331.3 CA HANSEN DAM +USC00043761 41.8042 -123.3758 341.4 CA HAPPY CAMP RS HCN +USC00043787 34.7667 -120.4167 98.1 CA HARRIS GAGING STN +USC00043791 40.3636 -122.9650 838.2 CA HARRISON GULCH RS +USC00043800 39.2372 -121.2667 243.8 CA HARRY L ENGLEBRIGHT DAM +USC00043817 40.8500 -121.7667 1332.9 CA HATCHET MTN MNTNC STN +USC00043821 40.8000 -121.5000 1022.0 CA HAT CREEK RS +USC00043824 40.9317 -121.5433 919.0 CA HAT CREEK +USC00043855 33.7044 -115.6289 417.6 CA HAYFIELD PUMPING PLT +USC00043859 40.5525 -123.2122 701.0 CA HAYFORK 2 W +USC00043862 37.6833 -122.0833 39.3 CA HAYWARD +USC00043863 37.6667 -122.0000 161.5 CA HAYWARD 4 ESE +USC00043875 38.6214 -122.8581 53.0 CA HEALDSBURG HCN +USC00043878 38.6333 -122.8667 45.7 CA HEALDSBURG #2 +USC00043882 35.6842 -121.1683 465.1 CA HEARST CASTLE +USC00043896 33.7381 -116.8939 552.0 CA HEMET +USC00043899 33.6667 -116.6667 1330.1 CA HEMET RSVR +USC00043914 33.2372 -116.7614 823.0 CA HENSHAW DAM +USC00043925 36.4167 -120.9167 659.0 CA HERNANDEZ 2 NW +USC00043928 36.3053 -120.7047 842.8 CA HERNANDEZ 7 SE +USC00043935 34.4167 -117.3000 976.0 CA HESPERIA +USC00043937 34.4206 -117.2661 931.2 CA HESPERIA 2E +USC00043939 37.9614 -119.7831 1179.6 CA HETCH HETCHY +USC00043946 39.0333 -121.1000 451.1 CA HIDDEN VALLEY RCH +USC00043953 37.0500 -121.8000 412.1 CA HIGHLAND +USC00043987 42.0000 -122.6333 885.1 CA HILTS SLASH DISPOSAL +USC00044010 38.8500 -122.7167 903.1 CA HOBERGS +USC00044014 33.0500 -117.1333 118.9 CA HODGES DAM +USC00044017 34.2167 -118.0333 808.0 CA HOEGEES FC 60 A +USC00044022 36.8333 -121.4167 85.0 CA HOLLISTER 1 SW +USC00044025 36.8483 -121.4214 83.8 CA HOLLISTER 2 +USC00044056 37.1667 -122.0333 670.6 CA HOLY CITY 3 WNW +USC00044074 40.2375 -124.1322 113.7 CA HONEYDEW 1 SW +USC00044082 41.0500 -123.6667 110.0 CA HOOPA +USC00044084 41.0333 -123.6500 98.1 CA HOOPA 2 SE +USC00044089 41.0483 -123.6756 102.4 CA HOOPA +USC00044097 39.0167 -123.0000 766.0 CA HOPLAND 8 NE +USC00044100 39.0167 -123.1167 167.9 CA HOPLAND LARGO STN +USC00044113 34.6167 -119.8500 473.0 CA HORSE CANYON +USC00044144 35.0833 -120.3833 222.5 CA HUASNA +USC00044156 39.4167 -122.9500 588.9 CA HULLVILLE +USC00044158 39.3500 -122.8667 685.8 CA HULLVILLE 7 SE +USC00044166 40.1833 -122.5500 235.0 CA HUNTER DISTR GRAVES RC +USC00044170 38.2000 -120.3667 982.1 CA HUNTERS DAM +USC00044176 37.2275 -119.2206 2139.7 CA HUNTINGTON LAKE +USC00044187 36.2000 -120.1000 116.1 CA HURON +USC00044191 40.6161 -123.4567 389.5 CA HYAMPOM +USC00044202 41.9000 -123.7667 381.0 CA IDLEWILD HWY MNTNC STN +USC00044204 36.4167 -120.6667 808.0 CA IDRIA +USC00044208 33.7500 -116.7000 1644.1 CA IDYLLWILD +USC00044211 33.7572 -116.7067 1639.8 CA IDYLLWILD FIRE DEPT +USC00044223 32.8489 -115.5667 -19.5 CA IMPERIAL +USC00044227 32.9667 -115.1833 64.0 CA IMPERIAL SAND DUNES +USC00044232 36.7981 -118.2036 1204.0 CA INDEPENDENCE HCN +USC00044235 36.7667 -118.3333 2799.9 CA INDEPENDENCE ONION VAL +USC00044249 39.0833 -122.5667 412.1 CA INDIAN VALLEY +USC00044255 41.7167 -121.5000 1455.1 CA INDIAN WELL HQS +USC00044259 33.7086 -116.2153 -6.4 CA INDIO FIRE STN HCN +USC00044274 40.0000 -121.5333 1470.1 CA INSKIP INN +USC00044278 35.6514 -117.8214 740.7 CA INYOKERN +USC00044283 38.3500 -120.9333 85.0 CA IONE +USC00044288 39.1181 -120.8406 944.9 CA IOWA HILL +USC00044297 34.1472 -115.1219 281.0 CA IRON MTN +USC00044303 33.7200 -117.7231 164.6 CA IRVINE RCH +USC00044374 41.2683 -120.2947 1645.9 CA JESS VALLEY +USC00044389 35.9667 -118.5333 1427.1 CA JOHNSONDALE +USC00044392 38.1833 -122.0500 3.0 CA JOICE ISLAND +USC00044394 34.3592 -116.5378 965.3 CA JOHNSON VALLEY +USC00044405 34.1472 -116.2747 781.2 CA JOSHUA TREE +USC00044407 34.1000 -116.3167 1064.1 CA JOSHUA TREE 3 S +USC00044412 33.0764 -116.5925 1284.7 CA JULIAN CDF +USC00044415 33.0667 -116.6333 1286.9 CA JULIAN MANZANITA RCH +USC00044418 33.1000 -116.6500 1112.5 CA JULIAN WYNOLA +USC00044422 34.4908 -119.5069 688.8 CA JUNCAL DAM +USC00044467 34.1667 -116.5333 1321.0 CA KEE RCH +USC00044480 38.6667 -122.6667 548.9 CA KELLOGG +USC00044484 38.8089 -120.8208 609.6 CA KELSEY 1 N +USC00044488 38.9833 -122.8333 424.0 CA KELSEYVILLE +USC00044500 37.9567 -122.5447 44.2 CA KENTFIELD +USC00044508 37.6833 -121.4333 53.9 CA KERLINGER +USC00044518 35.9500 -118.4833 1113.1 CA KERN RIVER INTAKE 3 +USC00044520 35.4667 -118.7833 295.7 CA KERN RIVER PH 1 +USC00044523 35.7831 -118.4389 823.9 CA KERN RIVER PH 3 +USC00044527 35.7333 -118.4333 808.0 CA WOFFORD HTS KERNVILLE +USC00044534 36.0067 -119.9600 73.2 CA KETTLEMAN CITY +USC00044536 36.0725 -120.0878 154.8 CA KETTLEMAN STN +USC00044544 40.6833 -121.8667 808.0 CA KILARC PH +USC00044555 36.2069 -121.1378 97.5 CA KING CITY +USC00044558 36.2333 -121.1167 110.0 CA KING CITY AP +USC00044577 41.5786 -124.0747 8.5 CA KLAMATH +USC00044586 40.6667 -123.9167 811.1 CA KNEELAND 2 +USC00044590 37.8000 -120.6500 103.9 CA KNIGHTS FERRY 2 SE +USC00044591 38.8000 -121.7167 9.1 CA KNIGHTS LANDING +USC00044592 38.8000 -121.7167 10.7 CA KNIGHTS LANDING S PACI +USC00044593 38.6167 -122.6667 146.0 CA KNIGHTS VALLEY +USC00044602 40.8667 -123.9500 46.0 CA KORBEL +USC00044613 38.7833 -120.3000 1281.1 CA KYBURZ +USC00044616 38.8000 -120.1500 1738.9 CA KYBURZ STRAWBERRY +USC00044620 33.9500 -117.8333 214.0 CA LA BREA CANYON HUNT +USC00044628 34.2222 -118.2378 470.9 CA LA CRESCENTA FC251 C +USC00044633 37.9167 -122.1000 164.9 CA LA FAYETTE 2 NNE +USC00044647 33.5453 -117.7814 13.4 CA LAGUNA BEACH +USC00044650 33.5567 -117.8006 64.0 CA LAGUNA BEACH #2 +USC00044660 37.3167 -122.2667 228.9 CA LA HONDA +USC00044671 34.2467 -117.1883 1586.5 CA LAKE ARROWHEAD +USC00044673 38.5794 -122.2500 138.7 CA LAKE BERRYESSA +USC00044675 41.6333 -120.2167 1406.0 CA LAKE CITY +USC00044679 37.9667 -119.8833 1421.0 CA LAKE ELEANOR +USC00044683 40.8989 -122.3914 426.1 CA LAKEHEAD +USC00044690 40.0167 -123.4000 964.1 CA LAKE MTN +USC00044697 39.4167 -122.9667 580.0 CA LAKE PILLSBURY +USC00044698 39.4167 -122.9833 534.0 CA LAKE PILLSBURY 2 +USC00044701 39.0333 -122.9167 400.8 CA LAKEPORT +USC00044705 37.2131 -118.6136 2763.0 CA LAKE SABRINA +USC00044709 40.8667 -122.3833 328.9 CA LAKESHORE 2 +USC00044710 32.8536 -116.8947 210.3 CA LAKESIDE 2 E +USC00044711 32.8667 -116.8833 136.9 CA LAKESIDE 2 E +USC00044712 38.4919 -122.0039 57.0 CA LAKE SOLANO +USC00044713 39.3183 -120.6392 1571.5 CA LAKE SPAULDING HCN +USC00044714 39.3333 -120.6333 1562.1 CA LAKE SPAULDING DAM +USC00044722 39.6000 -121.5333 61.0 CA LAKE WILENOR +USC00044726 33.1667 -117.0000 457.2 CA LAKE WOHLFORD +USC00044735 32.7675 -117.0233 161.5 CA LA MESA +USC00044736 32.7833 -117.0000 200.9 CA LA MESA 1 NE +USC00044747 34.6833 -118.1167 732.1 CA LANCASTER +USC00044767 35.3833 -120.1667 473.0 CA LA PANZA RCH +USC00044773 39.6833 -120.9833 1519.1 CA LA PORTE +USC00044812 39.6833 -121.4833 156.1 CA LAS PLUMAS +USC00044823 37.7833 -121.3000 8.2 CA LATHROP SAN JOAQUIN BD +USC00044838 41.7019 -121.5011 1453.9 CA LAVA BEDS NAT MON +USC00044840 34.1167 -117.7500 368.8 CA LA VERNE HTS FC 560 B +USC00044851 39.7000 -123.4833 502.9 CA LAYTONVILLE +USC00044852 39.7000 -123.4667 506.0 CA LAYTONVILLE #2 +USC00044863 34.8333 -118.8650 1089.7 CA LEBEC +USC00044867 34.0764 -118.8803 487.7 CA LECHUZA PTRL ST FC352B +USC00044880 39.1500 -122.4333 406.0 CA LEESVILLE KEEGAN RCH +USC00044881 37.9567 -119.1194 2071.7 CA LEE VINING +USC00044884 37.2333 -120.2500 78.9 CA LE GRAND +USC00044886 38.6000 -121.0167 182.9 CA LEHMAN RCH +USC00044890 36.3817 -119.0264 156.4 CA LEMON COVE HCN +USC00044957 36.2033 -119.0545 132.6 CA LINDSAY +USC00044979 36.7833 -120.8000 207.0 CA LITTLE PANOCHE DET DAM +USC00044986 34.3167 -118.3000 839.1 CA LITTLE TUJUNGA GLD CR +USC00044988 40.8833 -121.1833 1271.9 CA LITTLE VALLEY +USC00044993 34.1167 -117.7333 382.5 CA LIVE OAK CANYON FC 230 +USC00044997 37.6922 -121.7692 146.3 CA LIVERMORE HCN +USC00045000 37.8667 -122.0167 136.9 CA LIVORNA HEIGHTS +USC00045001 34.5000 -117.8167 1036.9 CA LLANO +USC00045002 34.4667 -117.7500 1164.9 CA LLANO SHAWNEE HILLS RC +USC00045017 35.9667 -121.0833 323.1 CA LOCKWOOD 1 N +USC00045023 32.9833 -117.2500 64.0 CA LOCKWOOD MESA +USC00045026 36.6044 -118.7325 2052.8 CA LODGEPOLE +USC00045028 36.6000 -118.7333 2044.0 CA LODGEPOLE RS +USC00045032 38.1061 -121.2878 12.2 CA LODI HCN +USC00045064 34.6539 -120.4514 22.9 CA LOMPOC +USC00045067 36.4431 -118.0433 1155.2 CA LONE PINE COTTONWD PH +USC00045074 37.6333 -121.4000 100.9 CA LONE TREE CANYON +USC00045078 38.1833 -120.0167 1585.9 CA LONG BARN EXP STN +USC00045080 33.7611 -118.1969 6.1 CA LONG BEACH AQUARIUM +USC00045082 33.7667 -118.2000 9.1 CA LONG BEACH PUB SVC +USC00045088 39.6833 -120.0167 1542.9 CA LONG VLY INSPECTION ST +USC00045091 33.8131 -116.6419 2554.2 CA LONG VALLEY 2 +USC00045093 41.2000 -121.2000 1275.0 CA LOOKOUT 3 WSW +USC00045098 35.3000 -118.4333 829.1 CA LORAINE +USC00045100 35.3836 -118.4122 1290.8 CA LORAINE 5 NNE +USC00045107 34.7456 -120.2800 172.2 CA LOS ALAMOS +USC00045111 34.0500 -118.2500 125.0 CA LOS ANGELES 6TH MAIN +USC00045112 34.0667 -118.2333 85.0 CA LOS ANGELES TERMINAL A +USC00045118 37.0564 -120.8667 36.6 CA LOS BANOS +USC00045119 36.8750 -120.9386 256.9 CA LOS BANOS ARBURUA RCH +USC00045120 36.9897 -120.9297 124.1 CA LOS BANOS DET RESV +USC00045123 37.2319 -121.9592 111.3 CA LOS GATOS +USC00045125 37.1833 -122.0333 736.1 CA LOS GATOS 4 SW +USC00045126 37.1667 -122.0333 702.0 CA LOS GATOS 5 SW +USC00045131 40.0167 -122.1000 67.1 CA LOS MOLINOS +USC00045147 34.5444 -119.7914 312.1 CA LOS PRIETOS RS +USC00045151 35.6181 -119.6892 87.8 CA LOST HILLS +USC00045162 32.6167 -116.9333 164.6 CA LOWER OTAY RSVR +USC00045171 39.6833 -120.2500 1506.9 CA LOYALTON +USC00045182 34.4500 -116.9500 903.1 CA LUCERNE VALLEY +USC00045184 35.8781 -121.4497 108.2 CA LUCIA WILLOW SPRINGS +USC00045212 34.0950 -117.3347 353.6 CA LYTLE CK FTHILL BLVD +USC00045215 34.2000 -117.4500 686.1 CA LYTLE CREEK PH +USC00045218 34.2383 -117.4708 832.1 CA LYTLE CREEK RS +USC00045231 41.0167 -120.5000 1623.1 CA MADELINE +USC00045233 36.9539 -120.0378 82.3 CA MADERA +USC00045244 40.4500 -123.5333 815.3 CA MAD RIVER RS +USC00045256 34.4000 -118.2833 1357.0 CA MAGIC MTN +USC00045280 37.6478 -118.9617 2378.7 CA MAMMOTH LAKES RS +USC00045296 38.0333 -121.5667 3.0 CA MANDEVILLE ISLAND +USC00045303 37.8000 -121.2000 11.9 CA MANTECA +USC00045311 40.5411 -121.5767 1752.6 CA MANZANITA LAKE +USC00045314 34.9000 -120.0833 954.9 CA MANZANITA MTN +USC00045326 33.8667 -117.2500 454.2 CA MARCH FLD +USC00045333 38.1000 -122.2667 14.9 CA MARE ISLAND +USC00045338 35.0833 -119.3833 205.7 CA MARICOPA +USC00045346 37.4833 -119.9667 613.0 CA MARIPOSA +USC00045352 37.4950 -119.9858 640.1 CA MARIPOSA RS +USC00045356 38.6919 -119.7803 1685.5 CA MARKLEEVILLE +USC00045360 38.4917 -122.1242 146.3 CA MARKLEY COVE +USC00045371 37.9700 -122.1275 70.1 CA MARTINEZ 2 S +USC00045372 37.9667 -122.1000 78.9 CA MARTINEZ 3 SSE +USC00045377 38.0167 -122.1333 9.1 CA MARTINEZ FIRE STN +USC00045378 38.0131 -122.1142 12.2 CA MARTINEZ WTP +USC00045385 39.1458 -121.5853 17.4 CA MARYSVILLE HCN +USC00045391 39.1333 -121.6000 18.0 CA MARYSVILLE D ST BRG +USC00045400 37.8850 -119.8561 1374.6 CA MATHER +USC00045449 41.2514 -122.1383 999.7 CA MCCLOUD +USC00045496 37.0833 -119.4333 1366.1 CA MEADOW LAKE +USC00045502 33.5697 -116.0731 -55.8 CA MECCA FIRE STN +USC00045526 36.7833 -120.3667 52.1 CA MENDOTA 1 NNW +USC00045528 36.7833 -120.3667 52.1 CA MENDOTA DAM +USC00045532 37.2889 -120.5158 46.9 CA MERCED HCN +USC00045535 37.3053 -120.4858 51.8 CA MERCED 2 +USC00045541 37.5333 -120.3333 98.1 CA MERCED FALLS +USC00045550 36.7000 -120.8667 356.9 CA MERCEY HOT SPRINGS +USC00045571 38.8167 -120.0167 1973.0 CA MEYERS 4 SW +USC00045572 38.8500 -120.0167 1934.0 CA MEYERS INSPECTION STN +USC00045586 39.0500 -120.7333 1061.0 CA MICHIGAN BLUFF +USC00045598 38.7478 -122.6258 341.7 CA MIDDLETOWN +USC00045599 38.7333 -122.6667 545.9 CA MIDDLETOWN 4 WSW +USC00045602 35.5000 -119.8167 244.1 CA MIDDLEWATER +USC00045623 40.1414 -120.3533 1481.3 CA MILFORD LAUFMAN RS +USC00045629 34.0833 -117.0333 897.0 CA MILL CREEK 2 +USC00045632 34.0914 -116.9364 1507.2 CA MILL CREEK INTAKE +USC00045679 40.3458 -121.6092 1485.9 CA MINERAL +USC00045713 40.2000 -123.7667 110.0 CA MIRANDA SPENGLER RCH +USC00045721 34.9436 -115.5469 1325.9 CA MITCHELL CAVERNS +USC00045741 37.6256 -121.0314 27.1 CA MODESTO 2 +USC00045756 35.0492 -118.1619 833.6 CA MOJAVE +USC00045758 35.0333 -118.1500 816.9 CA MOJAVE 2 ESE +USC00045779 38.0000 -119.1500 1965.7 CA MONO LAKE +USC00045781 34.1500 -118.0000 171.0 CA MONROVIA +USC00045790 34.0192 -118.1053 75.0 CA MONTEBELLO +USC00045795 36.5903 -121.9056 79.2 CA MONTEREY +USC00045802 36.5928 -121.8556 37.2 CA MONTEREY WFO +USC00045808 40.8500 -121.9167 653.8 CA MONTGOMERY CREEK +USC00045809 40.8167 -121.9333 641.0 CA MONTGOMERY CREEK +USC00045818 38.5000 -122.1167 156.1 CA MONTICELLO DAM +USC00045823 34.2833 -118.8833 177.1 CA MOORPARK +USC00045840 32.6817 -116.5208 937.3 CA MORENA DAM +USC00045844 37.1333 -121.6167 70.1 CA MORGAN HILL 2 E +USC00045847 37.1500 -121.7833 235.0 CA MORGAN HILL BOSSANA RC +USC00045853 37.1364 -121.6025 114.3 CA MORGAN HILL +USC00045860 34.0864 -116.5622 958.6 CA MORONGO VALLEY N +USC00045863 34.0333 -116.5833 780.9 CA MORONGO VALLEY +USC00045866 35.3669 -120.8447 36.0 CA MORRO BAY FIRE DEPT +USC00045869 35.4167 -120.8500 189.0 CA MORRO BAY 3 N +USC00045890 35.4703 -115.5436 1441.7 CA MTN PASS +USC00045892 35.4592 -115.5311 1456.0 CA MTN PASS 1SE +USC00045900 34.2333 -117.6500 1304.8 CA MT BALDY FC 85 G +USC00045901 34.2833 -117.6167 2361.0 CA MT BALDY NOTCH +USC00045903 35.4500 -118.5833 2283.9 CA MT BECKENRIDGE +USC00045909 38.7500 -120.6667 1040.0 CA MT DANAHER +USC00045915 37.8792 -121.9303 661.4 CA MT DIABLO JUNCTION +USC00045933 37.3436 -121.6425 1282.0 CA MT HAMILTON +USC00045940 41.7333 -121.8000 1335.9 CA MT HEBRON 11 ESE +USC00045941 41.7836 -122.0447 1295.4 CA MT HEBRON RS +USC00045968 32.8672 -116.4194 1804.4 CA MT LAGUNA #3 +USC00045973 37.0167 -121.7167 548.9 CA MT MADONNA +USC00045978 33.8000 -116.6333 2567.9 CA MT SAN JACINTO WSP +USC00045980 41.3667 -122.2000 2390.9 CA MT SHASTA SKI BOWL +USC00045983 41.3217 -122.3172 1102.5 CA MT SHASTA HCN +USC00045995 37.9167 -122.5667 289.6 CA MT TAMALPAIS 1 S +USC00046006 34.2308 -118.0711 1740.4 CA MT WILSON CBS +USC00046027 37.8978 -122.5689 67.1 CA MUIR WOODS +USC00046035 33.5333 -116.7667 1132.0 CA MURCELL RCH +USC00046056 35.7667 -120.8833 234.7 CA NACIMIENTO DAM +USC00046065 38.3000 -122.2833 6.1 CA NAPA +USC00046074 38.2778 -122.2647 10.7 CA NAPA STATE HOSPITAL HCN +USC00046115 34.8300 -114.5936 146.3 CA NEEDLES +USC00046119 34.8333 -114.6000 166.1 CA NEEDLES 2ND ORDER +USC00046122 34.8000 -118.5833 880.9 CA NEENACH +USC00046136 39.2467 -121.0008 847.6 CA NEVADA CITY +USC00046139 39.2667 -121.0167 869.0 CA NEVADA CITY 1 N +USC00046144 37.5147 -122.0325 3.0 CA NEWARK +USC00046149 34.1500 -118.9667 238.0 CA NEWBURY PARK 4 SW +USC00046154 34.9456 -119.6828 658.4 CA NEW CUYAMA FIRE STN +USC00046161 34.3933 -118.5939 538.0 CA NEWHALL 5NW +USC00046162 34.3869 -118.5342 375.8 CA NEWHALL S FC32CE +USC00046164 34.3667 -118.5167 409.0 CA NEWHALL US RS +USC00046165 34.3667 -118.5667 426.7 CA NEWHALL +USC00046168 37.2811 -121.0178 27.4 CA NEWMAN +USC00046172 37.9500 -120.5333 236.2 CA NEW MELONES DAM +USC00046173 41.9833 -120.2667 1613.0 CA NEW PINE CREEK 2 E +USC00046174 38.0047 -120.4864 292.6 CA NEW MELONES DAM HQ +USC00046175 33.6031 -117.8836 3.0 CA NEWPORT BEACH HARBOR HCN +USC00046193 38.9000 -121.5833 14.9 CA NICOLAUS +USC00046194 38.9261 -121.5447 13.1 CA NICOLAUS #2 +USC00046196 33.5833 -116.4333 1229.0 CA NIGHTINGALE +USC00046197 33.2775 -115.5239 -18.3 CA NILAND +USC00046198 33.2717 -115.4772 22.9 CA NILAND 4NE +USC00046201 37.5833 -121.9667 21.3 CA NILES +USC00046207 35.0667 -120.5000 110.0 CA NIPOMO 2 NW +USC00046252 37.2328 -119.5097 806.2 CA N FK RS +USC00046256 34.1667 -118.3833 189.0 CA NORTH HOLLYWOOD +USC00046263 34.2447 -118.5250 275.5 CA NORTHRIDGE CAL STATE +USC00046290 38.1333 -122.7167 121.9 CA NOVATO 8 WNW +USC00046305 37.8667 -120.8667 67.1 CA OAKDALE WOODWARD DAM +USC00046319 33.3861 -116.7917 838.2 CA OAK GROVE RS +USC00046328 41.8392 -122.8503 603.5 CA OAK KNOLL W C +USC00046329 41.8500 -122.8833 518.2 CA OAK KNOLL RS #2 +USC00046332 37.7833 -122.1667 134.1 CA OAKLAND +USC00046333 37.8000 -122.2667 10.7 CA OAKLAND CITY HALL +USC00046336 37.7983 -122.2642 9.1 CA OAKLAND MUSEUM +USC00046351 38.4500 -122.4167 49.1 CA OAKVILLE 1 WNW +USC00046354 38.3833 -122.4667 448.1 CA OAKVILLE 4 SW +USC00046370 38.3858 -122.9661 263.7 CA OCCIDENTAL +USC00046377 33.2097 -117.3950 3.0 CA OCEANSIDE MARINA +USC00046383 33.1500 -116.1333 54.9 CA OCOTILLO WELLS +USC00046386 33.1553 -116.1689 118.9 CA OCOTILLO WELLS 2W +USC00046390 32.7461 -116.0006 125.0 CA OCOTILLO 2 +USC00046399 34.4478 -119.2275 227.1 CA OJAI HCN +USC00046432 33.9167 -117.8500 149.0 CA OLINDA +USC00046434 40.4500 -122.4000 198.1 CA OLINDA (S) +USC00046455 40.4833 -122.6167 298.1 CA ONO +USC00046458 34.0667 -117.6500 299.0 CA ONTARIO +USC00046465 34.2500 -118.1000 1296.0 CA OPIDS CAMP FC 57 BE +USC00046473 33.9378 -117.8850 201.2 CA ORANGE CO RSVR +USC00046476 36.6167 -119.3000 131.1 CA ORANGE COVE +USC00046498 41.3619 -124.0192 48.8 CA ORICK PRAIRIE CREEK PARK +USC00046499 41.1833 -123.9167 755.9 CA ORICK 10 SE +USC00046502 37.8667 -122.1667 167.9 CA ORINDA BOWMAN +USC00046506 39.7458 -122.1997 77.4 CA ORLAND HCN +USC00046508 41.3089 -123.5317 122.8 CA ORLEANS HCN +USC00046521 39.5178 -121.5531 52.1 CA OROVILLE +USC00046522 39.5167 -121.5500 82.0 CA OROVILLE 1 N +USC00046523 39.4333 -121.4833 161.8 CA OROVILLE 7 SE +USC00046525 39.5167 -121.5667 52.1 CA OROVILLE BRG +USC00046527 39.5333 -121.4833 257.6 CA OROVILLE DAM +USC00046528 39.5333 -121.5667 92.0 CA OROVILLE RS +USC00046569 34.1981 -119.1753 14.9 CA OXNARD +USC00046572 34.2067 -119.1375 15.8 CA OXNARD WFO +USC00046576 34.7000 -119.3167 1132.0 CA OZENA +USC00046583 37.0667 -121.1833 267.9 CA PACHECO PASS +USC00046594 34.0500 -117.8167 210.0 CA PACIFIC COLOGE FC 356B +USC00046597 38.7583 -120.5031 1051.6 CA PACIFIC HOUSE +USC00046598 37.6103 -122.4842 38.1 CA PACIFICA 2S +USC00046599 37.5917 -122.4717 144.8 CA PACIFICA 4 SSE +USC00046602 34.3294 -118.4006 472.4 CA PACOIMA DAM FC33A-E +USC00046610 36.7150 -121.3492 275.8 CA PAICINES 4 W +USC00046624 34.5883 -118.0939 796.1 CA PALMDALE +USC00046630 33.7333 -116.3833 59.4 CA PALM DESERT +USC00046635 33.8275 -116.5097 129.5 CA PALM SPRINGS +USC00046642 37.4333 -122.1667 18.0 CA PALO ALTO +USC00046646 37.4436 -122.1403 7.6 CA PALO ALTO +USC00046650 36.3503 -121.5400 541.0 CA PALOMA +USC00046657 33.3781 -116.8400 1691.6 CA PALOMAR MTN OBSY +USC00046663 33.7997 -118.3911 67.1 CA PALOS VERDES ES FC43D +USC00046675 36.6067 -120.8842 426.7 CA PANOCHE 2 W +USC00046677 36.6833 -120.5833 113.1 CA PANOCHE CREEK +USC00046678 36.5333 -120.4500 128.0 CA PANOCHE JUNCTION +USC00046685 39.7539 -121.6242 533.4 CA PARADISE +USC00046699 34.2903 -114.1708 224.9 CA PARKER RESRVOIR +USC00046703 35.8833 -120.4333 451.1 CA PARKFIELD +USC00046706 36.0000 -120.4667 1095.1 CA PARKFIELD 7 NNW +USC00046719 34.1483 -118.1447 263.3 CA PASADENA HCN +USC00046726 39.8875 -122.5539 230.1 CA PASKENTA RS +USC00046730 35.6278 -120.6856 222.5 CA PASO ROBLES HCN +USC00046736 35.6833 -120.7500 317.0 CA PASO ROBLES 5 NW +USC00046754 34.9333 -119.3833 1179.0 CA PATTIWAY +USC00046761 40.3333 -121.9000 561.1 CA PAYNES CREEK +USC00046773 34.5025 -117.8969 945.2 CA PEARBLOSSOM +USC00046791 34.5167 -119.5667 494.1 CA PENDOLA GAUGING STN +USC00046816 33.7833 -117.2333 448.1 CA PERRIS +USC00046818 33.7833 -117.2500 488.0 CA PERRIS 1 WSW +USC00046826 38.2578 -122.6078 6.1 CA PETALUMA AP HCN +USC00046829 38.2500 -122.6333 9.1 CA PETALUMA 1 N +USC00046839 36.8833 -121.1333 494.1 CA PFEIFFER RCH +USC00046857 36.8000 -119.3833 177.1 CA PIEDRA +USC00046862 34.5667 -119.1667 936.0 CA PIEDRA BLANCA GAGING S +USC00046891 34.6667 -118.4333 1003.1 CA PINE CANYON PS FC321E +USC00046896 36.8211 -119.3375 187.5 CA PINE FLAT DAM +USC00046926 36.4819 -121.1822 398.4 CA PINNACLES NM +USC00046936 38.4447 -120.5122 914.4 CA PIONEER 6E +USC00046940 34.4061 -118.7569 217.0 CA PIRU 2 ESE +USC00046943 35.1597 -120.6831 11.9 CA PISMO BEACH +USC00046944 41.0000 -121.5000 877.8 CA PIT RIVER PH 1 +USC00046946 40.9869 -121.9772 444.4 CA PIT RVR PH 5 +USC00046950 38.9333 -122.8667 473.0 CA PITTS RCH +USC00046960 38.6956 -120.8244 563.9 CA PLACERVILLE +USC00046961 38.7853 -120.7419 810.2 CA PLACERVILLE 3 ENE +USC00046962 38.7333 -120.7333 839.7 CA PLACERVILLE IFG +USC00046963 38.7333 -120.8167 545.9 CA PLACERVILLE 1 W +USC00046975 40.3667 -122.8833 688.8 CA PLATINA +USC00047000 38.4833 -120.8500 335.9 CA PLYMOUTH +USC00047009 38.9000 -123.7000 30.5 CA POINT ARENA +USC00047011 38.9500 -123.7333 18.0 CA POINT ARENA LT STN +USC00047016 34.5833 -120.6500 27.1 CA POINT ARGUELLO LT STN +USC00047024 35.6667 -121.2833 18.0 CA POINT PIEDRAS BLANCA +USC00047050 34.0817 -117.7658 304.5 CA POMONA/FAIRPLEX +USC00047070 38.0167 -122.0167 14.9 CA PORT CHICAGO NAVAL DEP +USC00047077 36.0678 -119.0200 119.8 CA PORTERVILLE +USC00047085 39.8053 -120.4719 1478.3 CA PORTOLA +USC00047088 39.8000 -120.4833 1473.1 CA PORTOLA 2 +USC00047095 35.8333 -118.6167 1674.0 CA POSEY 4 ENE +USC00047096 35.8000 -118.6333 1511.8 CA POSEY 3 E +USC00047105 34.6333 -119.4333 1481.9 CA POTRERO SECO +USC00047106 41.2333 -121.2167 1284.1 CA POTTERS SAWMILL +USC00047109 39.3619 -123.1286 310.3 CA POTTER VALLEY POWERHOUSE +USC00047111 33.0194 -117.0308 197.5 CA POWAY VALLEY +USC00047123 33.8903 -117.6453 170.7 CA PRADO DAM +USC00047150 36.1883 -120.6953 701.0 CA PRIEST VALLEY +USC00047195 39.9367 -120.9475 1042.4 CA QUINCY HCN +USC00047197 39.9833 -120.9500 1113.1 CA QUINCY USFS HELIPORT +USC00047220 34.6000 -118.5667 634.0 CA RADIUM HOT SPRINGS +USC00047226 33.0500 -116.8667 442.0 CA RAMONA +USC00047228 33.0114 -116.9081 448.1 CA RAMONA FIRE DEPT +USC00047231 33.0667 -116.8500 451.1 CA RAMONA SPAULDING +USC00047244 33.2333 -116.5333 1253.9 CA RANCHITA +USC00047248 33.0217 -117.0814 210.3 CA RANCHO BERNARDO +USC00047253 35.3692 -117.6525 1088.1 CA RANDSBURG +USC00047270 37.2094 -119.9086 280.1 CA RAYMOND +USC00047272 37.3667 -119.9000 420.9 CA RAYMOND WHIPPLE RCH +USC00047273 37.3500 -119.8667 390.1 CA RAYMOND 10 N +USC00047279 34.0500 -116.8167 2155.9 CA RAYWOOD FLATS +USC00047293 40.1622 -122.2203 80.8 CA RED BLUFF TRTMT PLT +USC00047294 40.1633 -122.2281 94.5 CA RED BLUFF #2 +USC00047296 40.5833 -122.4000 177.1 CA REDDING FIRE STN 2 +USC00047298 40.5194 -122.2989 153.0 CA REDDING CDF +USC00047300 40.5500 -122.3833 143.3 CA REDDING FIRE STN 4 +USC00047306 34.0369 -117.1947 429.8 CA REDLANDS HCN +USC00047314 35.3667 -117.6333 1129.0 CA RED MTN +USC00047326 33.8342 -118.3758 43.3 CA REDONDO BEACH +USC00047339 37.4767 -122.2386 9.4 CA REDWOOD CITY +USC00047351 39.2667 -123.2000 220.1 CA REDWOOD VALLEY +USC00047370 38.6944 -121.1611 89.9 CA REPRESA +USC00047404 40.0261 -123.7931 153.3 CA RICHARDSON GR SP +USC00047414 37.9192 -122.3772 6.1 CA RICHMOND +USC00047416 37.9167 -122.3333 3.0 CA RICHMOND FLD STN +USC00047446 38.1500 -121.7000 11.9 CA RIO VISTA +USC00047470 33.9511 -117.3881 256.0 CA RIVERSIDE FIRE STN 3 +USC00047473 33.9669 -117.3614 300.5 CA RIVERSIDE CITRUS EXP +USC00047516 38.8000 -121.2333 75.9 CA ROCKLIN +USC00047580 40.8167 -121.9333 641.0 CA ROUND MTN +USC00047581 40.7956 -121.9350 640.1 CA ROUND MOUNTAIN +USC00047598 38.8833 -122.2333 112.5 CA RUMSEY 1 NW +USC00047600 34.2067 -117.0864 1818.1 CA RUNNING SPRINGS 1 E +USC00047606 37.9500 -119.0667 1966.9 CA RUSH CREEK RCH +USC00047641 39.4317 -120.2406 1931.5 CA SAGEHEN CREEK +USC00047643 38.5067 -122.4714 68.6 CA SAINT HELENA +USC00047646 38.4931 -122.5383 542.5 CA SAINT HELENA 4 WSW +USC00047649 38.5500 -122.3833 305.1 CA SAINT HELENA 6 NE +USC00047656 39.7167 -122.0000 46.0 CA SAINT JOHN +USC00047661 37.8333 -122.1000 189.0 CA SAINT MARYS COLLEGE +USC00047668 36.6594 -121.6664 13.7 CA SALINAS #2 +USC00047672 35.3372 -120.5039 424.3 CA SALINAS DAM +USC00047675 36.6333 -121.6833 18.3 CA SALINAS 6 SSW +USC00047681 34.5686 -120.4083 80.5 CA SALSIPUEDES GAGING STN +USC00047689 38.5006 -120.2189 1127.8 CA SALT SPRINGS PWR HOUSE +USC00047698 40.8833 -123.5833 189.0 CA SALYER RS +USC00047702 38.1667 -120.6667 253.0 CA SAN ANDREAS 3 S +USC00047711 34.1667 -117.6667 729.1 CA SAN ANTONIO CN MOUTH +USC00047714 36.0167 -121.2500 323.1 CA SAN ANTONIO MISSION +USC00047716 36.0333 -120.9000 136.9 CA SAN ARDO +USC00047719 36.5092 -121.0869 413.0 CA SAN BENITO +USC00047721 36.5833 -121.1833 299.0 CA SAN BENITO WILLOW CK +USC00047723 34.1344 -117.2539 347.5 CA SAN BERNARDINO F S 226 +USC00047731 36.4375 -121.7092 182.9 CA SAN CLEMENTE DAM +USC00047734 34.7500 -118.7167 1226.8 CA SANDBERG PTRL FC130B +USC00047738 32.7167 -117.1667 7.9 CA SAN DIEGO WBO +USC00047741 32.7653 -117.2314 4.3 CA SAN DIEGO SEAWORLD +USC00047749 34.1053 -117.8019 292.0 CA SAN DIMAS FIRE FC 95 +USC00047750 34.2000 -117.7667 853.7 CA SAN DIMAS TANBARK FLAT +USC00047753 35.0000 -119.1833 442.0 CA SAN EMIGDIO RCH +USC00047755 37.0167 -121.3333 113.1 CA SAN FELIPE HWY STN +USC00047759 34.2833 -118.4667 296.0 CA SAN FERNANDO +USC00047762 34.3131 -118.4925 381.0 CA SAN FERNANDO PH 3 +USC00047765 37.7667 -122.4667 75.9 CA SAN FRAN ACAD OF SCI +USC00047767 37.7281 -122.5053 2.4 CA SAN FRANCISCO OCEANSIDE +USC00047775 34.1000 -118.1000 126.8 CA SAN GABRIEL +USC00047776 34.1553 -117.9078 226.8 CA SAN GABRIEL CANYON PH +USC00047779 34.2053 -117.8608 451.4 CA SAN GABRIEL DAM FC425B-E +USC00047785 34.0842 -118.1003 110.6 CA SAN GABRIEL FIRE DEPT +USC00047807 37.3117 -122.3617 83.8 CA SAN GREGORIO 2 SE +USC00047810 33.7833 -116.9667 470.0 CA SAN JACINTO +USC00047813 33.7964 -116.9753 464.8 CA SAN JACINTO +USC00047817 37.0908 -119.7231 320.0 CA SAN JOAQUIN EXP RANGE +USC00047821 37.3497 -121.9033 20.4 CA SAN JOSE +USC00047834 36.8000 -121.5167 167.6 CA SAN JUAN BAUTISTA 3 SS +USC00047836 33.5319 -117.5525 114.3 CA SAN JUAN CANYON +USC00047837 33.5922 -117.5125 222.5 CA SAN JUAN GRD STN +USC00047846 37.0533 -121.0578 84.4 CA SAN LUIS DAM +USC00047851 35.3056 -120.6619 93.9 CA SAN LUIS OBISPO POLY HCN +USC00047861 34.5500 -119.8667 244.1 CA SAN MARCOS RCH +USC00047864 37.5333 -122.3000 6.1 CA SAN MATEO +USC00047866 34.0500 -120.3833 164.6 CA SAN MIGUEL ISLAND +USC00047874 33.0956 -116.9975 128.0 CA SAN PASQUAL ANIMAL PK +USC00047876 33.7167 -118.2667 3.0 CA SAN PEDRO +USC00047880 37.9983 -122.5372 36.6 CA SAN RAFAEL CIVIC CTR +USC00047888 33.7442 -117.8667 41.1 CA SANTA ANA FIRE STN +USC00047891 34.1017 -117.1061 604.7 CA SANTA ANA RIVER PH 3 +USC00047894 34.1333 -117.0667 844.9 CA SANTA ANA RIVER PH 1 +USC00047897 34.2167 -118.0167 622.1 CA SANTA ANITA F L FC 432 +USC00047902 34.4167 -119.6844 4.9 CA SANTA BARBARA HCN +USC00047908 34.7833 -119.6500 1585.9 CA SANTA BARBARA POTRERO +USC00047909 34.5333 -119.9500 1220.1 CA SANTA BARBARA TV PEAK +USC00047912 37.3500 -121.9333 27.1 CA SANTA CLARA UNIV +USC00047916 36.9878 -121.9994 21.3 CA SANTA CRUZ HCN +USC00047926 34.1125 -117.9694 135.0 CA SANTA FE DAM +USC00047930 35.3667 -120.6333 366.1 CA SANTA MARGARITA 2 SW +USC00047933 35.3742 -120.6375 349.9 CA SANTA MARGARITA BOOST +USC00047940 34.9500 -120.4333 67.1 CA SANTA MARIA +USC00047942 35.0167 -120.2000 249.9 CA SANTA MARIA 14 ENE +USC00047950 34.0167 -118.4833 18.0 CA SANTA MONICA +USC00047953 34.0075 -118.4997 4.3 CA SANTA MONICA PIER +USC00047957 34.3119 -119.1331 72.2 CA SANTA PAULA +USC00047962 36.3167 -120.5833 1311.9 CA SANTA RITA PEAK +USC00047965 38.4558 -122.7133 50.6 CA SANTA ROSA HCN +USC00047976 34.6078 -120.0692 182.9 CA SANTA YNEZ +USC00047982 34.5333 -119.9833 1307.9 CA SANTA YNEZ LOOKOUT +USC00047987 33.7869 -117.7217 260.6 CA SANTIAGO DAM +USC00048014 34.5894 -118.4547 636.7 CA SAUGUS PWR PLT 1 +USC00048025 41.3011 -123.1331 661.1 CA SAWYERS BAR RS +USC00048045 40.4833 -124.1039 41.5 CA SCOTIA +USC00048068 37.4000 -122.2333 107.0 CA SEARSVILLE LAKE +USC00048072 38.4086 -122.8211 20.7 CA SEBASTOPOL +USC00048074 40.5000 -120.2667 1353.9 CA SECRET VALLEY +USC00048075 40.6667 -120.2500 1421.0 CA SECRET VALLEY M S +USC00048092 34.1661 -118.4736 207.3 CA SEPULVEDA DAM +USC00048099 39.4167 -121.4667 192.0 CA OROVILLE 7 SE +USC00048105 34.1833 -116.9500 1549.0 CA SEVEN OAKS +USC00048119 33.9167 -117.9000 110.0 CA SHAFFER TOOL WORKS BRE +USC00048122 35.4867 -119.1458 123.1 CA SHAFTER 6E +USC00048135 40.7142 -122.4161 327.7 CA SHASTA DAM +USC00048158 33.9500 -117.9000 207.0 CA SHELL ABSORPTION PLT +USC00048162 40.0333 -124.0667 33.5 CA SHELTER COVE +USC00048163 40.0331 -124.0728 75.0 CA SHELTER COVE AVIATION +USC00048173 38.6667 -120.9167 420.9 CA SHINGLE SPRINGS +USC00048175 40.5000 -121.8500 1083.9 CA SHINGLETOWN 2 E +USC00048200 35.9717 -116.2708 471.2 CA SHOSHONE +USC00048207 39.5678 -120.6228 1292.4 CA SIERRA CITY +USC00048210 34.1667 -118.0500 345.0 CA SIERRA MADRE HENSZEY +USC00048213 34.2000 -117.6667 915.0 CA SIERRA PH +USC00048218 39.5833 -120.3706 1516.4 CA SIERRAVILLE RS +USC00048230 33.7967 -118.1683 33.5 CA SIGNAL HILL FC 415 +USC00048243 33.7425 -117.6600 333.8 CA SILVERADO RS +USC00048265 34.8333 -120.1667 182.9 CA SISQUOC RANCH +USC00048266 34.7667 -119.7667 762.9 CA SISQUOC SOUTH FORK CAM +USC00048272 38.6833 -123.1333 588.9 CA SKAGGS SPGS LAS LOMAS +USC00048273 37.3133 -122.1850 691.9 CA SKYLINE RIDGE PRESERVE +USC00048277 36.0667 -120.6500 595.0 CA SLACK CREEK +USC00048290 34.3000 -118.1167 1068.0 CA SLEEPY HOLLOW COLBY RC +USC00048292 39.8667 -120.7333 1257.0 CA SLOAT +USC00048293 38.4667 -121.0833 49.1 CA SLOUGHHOUSE 6 SE +USC00048311 41.9500 -124.2000 9.1 CA SMITH RIVER 3 WNW +USC00048315 33.8833 -116.6833 390.1 CA SNOW CREEK +USC00048317 33.8725 -116.6797 591.3 CA SNOW CREEK UPPER +USC00048320 39.3167 -120.3667 2101.0 CA SNOW LAB CNTRL SIERRAS +USC00048331 39.3167 -120.3833 2058.9 CA SODA SPRINGS +USC00048332 39.3256 -120.3672 2098.5 CA SODA SPRINGS 1 E +USC00048338 36.4333 -121.3167 64.0 CA SOLEDAD +USC00048346 41.3833 -123.4833 159.1 CA SOMESBAR 1 W +USC00048348 34.2833 -118.9667 149.0 CA SOMIS 3 NE +USC00048349 34.2833 -119.0500 153.0 CA SOMIS 3 NW +USC00048351 38.2994 -122.4622 29.6 CA SONOMA +USC00048353 37.9672 -120.3872 510.5 CA SONORA +USC00048376 37.7000 -123.0000 14.0 CA S E FARALLON +USC00048380 37.5122 -119.6331 1538.3 CA SO ENTRANCE YOSEMITE NP +USC00048390 34.0667 -116.8167 2172.0 CA SOUTH FORK CABIN +USC00048406 37.1683 -118.5706 2920.0 CA SOUTH LAKE +USC00048407 35.6467 -118.3608 808.9 CA S LAKE FS +USC00048436 34.0419 -117.8106 206.0 CA SPADRA LANTERMAN HOSP +USC00048446 36.6311 -121.6714 6.4 CA SPRECKELS HWY BRG +USC00048453 36.1500 -118.7667 445.0 CA SPRINGVILLE 3 ENE +USC00048455 36.1667 -118.7000 752.9 CA SPRINGVILLE 7 ENE +USC00048460 36.1422 -118.8114 320.0 CA SPRINGVILLE RS +USC00048463 36.1933 -118.6567 1240.5 CA SPRINGVILLE TULE HD +USC00048472 40.8833 -122.1000 396.8 CA SQUAW CREEK GS +USC00048473 40.8000 -122.1500 295.7 CA SQUAW CREEK RS +USC00048474 39.2000 -120.2333 1902.9 CA SQUAW VALLEY +USC00048476 34.2333 -117.2500 1598.1 CA SQUIRREL INN 1 +USC00048479 34.2333 -117.2333 1731.9 CA SQUIRREL INN 2 +USC00048487 40.3667 -120.4000 1229.0 CA STANDISH 1 E +USC00048490 39.8778 -123.7275 260.0 CA STANDISH HICKEY SP +USC00048499 38.1333 -120.3667 323.1 CA STANISLAUS PH +USC00048502 39.7000 -121.3667 652.3 CA STANWOOD +USC00048517 36.9167 -121.2167 908.9 CA STAYTON MINE +USC00048521 41.8667 -120.9500 1388.1 CA STEELE SWAMP +USC00048544 39.9042 -121.5281 1072.9 CA STIRLING CITY RS +USC00048554 37.9333 -121.3333 3.0 CA STOCKTON DISPOSAL PLT +USC00048557 37.9500 -121.2667 6.1 CA STOCKTON 2 +USC00048559 37.8992 -121.2514 6.7 CA STOCKTON 5 SSE +USC00048560 37.9994 -121.3178 3.7 CA STOCKTON FIRE STN 4 +USC00048562 37.8500 -121.3833 6.1 CA STOCKTON MOWRY BRG +USC00048578 39.2500 -122.6667 921.1 CA STONYFORD COOLEY RCH +USC00048580 39.3753 -122.5461 356.6 CA STONYFORD +USC00048587 39.5861 -122.5342 243.8 CA STONY GORGE RSVR +USC00048606 39.5631 -121.1078 1160.7 CA STRAWBERRY VALLEY +USC00048627 35.0000 -120.3833 118.9 CA SUEY RCH +USC00048655 33.7156 -117.1900 432.8 CA SUN CITY +USC00048660 34.2667 -118.3000 445.0 CA SUNLAND +USC00048662 34.2500 -118.2833 534.0 CA SUNLAND TUJUNGA +USC00048697 34.6806 -120.5364 33.5 CA SURF 2 ENE +USC00048700 34.2667 -118.6667 331.9 CA SUSANA KNOLLS +USC00048701 40.4167 -120.6500 1271.9 CA SUSANVILLE +USC00048702 40.4167 -120.6631 1283.8 CA SUSANVILLE 2SW HCN +USC00048705 40.4000 -120.6667 1278.0 CA SUSANVILLE STATE RNG +USC00048713 38.3772 -120.8008 483.4 CA SUTTER HILL CDF +USC00048748 34.3833 -117.6833 2288.1 CA TABLE MTN +USC00048752 35.1503 -119.4300 235.6 CA TAFT +USC00048758 39.1678 -120.1428 1898.9 CA TAHOE CITY HCN +USC00048760 39.0600 -120.1292 1924.8 CA TAHOMA +USC00048781 38.6000 -119.9333 2457.9 CA TAMARACK +USC00048826 35.1333 -118.4500 1224.4 CA TEHACHAPI +USC00048829 35.1011 -118.4222 1286.3 CA TEHACHAPI 4 SE +USC00048832 35.1308 -118.4325 1207.0 CA TEHACHAPI AP +USC00048839 35.0233 -118.7497 434.3 CA TEJON RANCHO HCN +USC00048860 41.5833 -121.9167 1449.0 CA TENNANT +USC00048873 40.8667 -120.4333 1615.4 CA TERMO 1 E +USC00048875 40.9167 -120.2667 1634.9 CA TERMO BRIN MARR +USC00048885 38.8039 -122.8128 530.4 CA THE GEYSERS +USC00048904 34.1819 -118.8986 238.7 CA THOUSAND OAKS 1 SW +USC00048905 34.2167 -118.8667 246.9 CA THOUSAND OAKS +USC00048914 36.4667 -118.8833 289.9 CA THREE RIVERS ED PH 2 +USC00048917 36.4650 -118.8619 347.5 CA THREE RIVERS EDISON PH 1 +USC00048928 38.4461 -120.4992 717.8 CA TIGER CREEK PH +USC00048963 34.1333 -118.3167 396.8 CA TOPANGA CANYON WOODLAN +USC00048967 34.0842 -118.5989 227.1 CA TOPANGA PATROL FC-6 +USC00048969 38.6000 -119.4833 1539.8 CA TOPAZ +USC00048970 38.6667 -119.5500 1537.1 CA TOPAZ LAKE +USC00048992 33.6583 -117.5894 295.7 CA TRABUCO CANYON +USC00048996 37.7833 -121.4333 3.0 CA TRACY +USC00048999 37.6819 -121.3467 41.1 CA TRACY CARBONA +USC00049001 37.7958 -121.5831 18.6 CA TRACY PUMPING PLT +USC00049023 41.0000 -122.6833 702.0 CA TRINITY CTR RS +USC00049024 40.8000 -122.7667 762.9 CA TRINITY DAM VISTA POIN +USC00049026 40.7264 -122.7947 567.2 CA TRINITY RVR HATCHERY +USC00049035 35.7636 -117.3908 516.6 CA TRONA +USC00049040 39.3181 -120.1450 1798.3 CA TRUCKEE-TAHOE AP +USC00049043 39.3331 -120.1730 1774.9 CA TRUCKEE RS +USC00049047 34.2667 -118.2833 554.7 CA TUJUNGA +USC00049049 34.3833 -118.0833 1415.8 CA TUJUNGA MILL FC 470 +USC00049050 34.3833 -118.0833 1508.8 CA TUJUNGA SUMMIT FC 1029 +USC00049052 35.1500 -119.0167 92.0 CA TULEFIELD +USC00049053 41.9600 -121.4744 1229.9 CA TULELAKE +USC00049056 41.9167 -121.5667 1229.0 CA TULELAKE 5 WSW +USC00049063 37.8769 -119.3436 2649.9 CA TUOLUMNE MEADOWS RS +USC00049065 37.8333 -120.1000 951.9 CA TUOLUMNE GROVELAND RS +USC00049073 37.5006 -120.8550 35.1 CA TURLOCK #2 +USC00049083 40.7667 -122.3000 326.1 CA TURNTABLE CREEK +USC00049087 33.7025 -117.7539 71.6 CA TUSTIN IRVINE RCH HCN +USC00049099 34.1281 -116.0369 602.0 CA TWENTYNINE PALMS +USC00049102 34.1206 -115.8500 419.4 CA TWENTYNINE PALMS 12E - WONDER +USC00049105 38.7086 -120.0403 2438.4 CA TWIN LAKES +USC00049111 34.9881 -120.3211 177.4 CA TWITCHELL DAM +USC00049122 39.1467 -123.2103 193.9 CA UKIAH HCN +USC00049124 39.1267 -123.2719 404.8 CA UKIAH 4 WSW +USC00049125 39.1167 -123.2500 427.0 CA UKIAH 4 SW +USC00049126 39.1500 -123.2833 473.0 CA UKIAH 4 W +USC00049138 33.9333 -117.8667 217.0 CA UNION OIL STEARNS ABS +USC00049152 34.0697 -118.4428 131.1 CA U C L A +USC00049157 34.1333 -117.6833 561.1 CA UPLAND +USC00049158 34.1333 -117.6500 491.0 CA UPLAND 3 N +USC00049167 39.1833 -123.0333 476.7 CA UPPER LAKE 7 W +USC00049173 39.1906 -122.8964 406.9 CA UPPER LAKE 2 N +USC00049177 40.2500 -124.1833 77.7 CA UPPER MATTOLE +USC00049182 39.2333 -121.2667 177.1 CA HARRY ENGLEBRIGHT DM +USC00049185 37.7719 -122.1675 120.1 CA UPPER SAN LEANDRO FILTERS +USC00049189 36.6333 -121.0333 616.0 CA UPPER TRES PINOS +USC00049200 38.3956 -121.9608 33.5 CA VACAVILLE HCN +USC00049219 38.1000 -122.1869 103.9 CA VALLEJO +USC00049221 35.8833 -120.7000 292.9 CA VALLETON +USC00049226 33.2217 -117.0381 393.2 CA VALLEY CTR 1N +USC00049228 33.3000 -117.0333 512.1 CA VALLEY CTR 6 N +USC00049232 33.2333 -117.0167 424.0 CA VALLEY CTR 2 NNE +USC00049250 34.4500 -117.8667 1097.9 CA VALYERMO FIRE STN 79 +USC00049251 34.4500 -117.8500 1129.0 CA VALYERMO RS +USC00049260 34.1833 -118.4500 211.8 CA VAN NUYS FC15A +USC00049273 38.6086 -123.0181 384.0 CA VENADO +USC00049285 34.2825 -119.2919 32.0 CA VENTURA +USC00049298 39.5214 -120.0269 1654.8 CA VERDI 2W +USC00049325 34.5292 -117.2928 877.8 CA VICTORVILLE +USC00049345 34.4883 -118.1419 962.3 CA VINCENT FS FC 120 +USC00049351 39.8056 -120.1858 1508.8 CA VINTON +USC00049367 36.3283 -119.2997 92.4 CA VISALIA +USC00049377 33.2500 -117.2500 36.9 CA VISTA +USC00049378 33.2353 -117.2322 131.1 CA VISTA +USC00049379 33.2000 -117.2500 121.9 CA VISTA 1 W +USC00049382 38.9833 -120.7833 926.9 CA VOLCANOVILLE +USC00049386 40.9500 -122.4500 409.0 CA VOLLMERS +USC00049390 40.4583 -121.8664 676.7 CA VOLTA PH +USC00049418 38.2000 -120.9667 100.9 CA WALLACE +USC00049420 37.9500 -122.0833 36.9 CA WALMAR SCHOOL +USC00049423 37.8833 -122.0333 74.7 CA WALNUT CREEK 2 ESE +USC00049426 37.9000 -122.0167 67.1 CA WALNUT CREEK 2 ENE +USC00049427 37.9000 -121.9833 121.9 CA WALNUT CREEK 4 E +USC00049428 38.2333 -121.5167 6.1 CA WALNUT GROVE +USC00049431 34.0017 -117.8658 148.7 CA WALNUT NI FC102C +USC00049440 38.7161 -122.9975 68.3 CA WARM SPRINGS DAM +USC00049447 33.2833 -116.6333 969.9 CA WARNER SPRINGS +USC00049452 35.5892 -119.3519 88.7 CA WASCO HCN +USC00049456 34.9667 -119.8667 719.3 CA WASIOJA FORBES RANCH +USC00049468 36.8833 -121.8000 21.0 CA WATSONVILLE 3 SW +USC00049473 36.9308 -121.7692 29.0 CA WATSONVILLE WTR WKS +USC00049481 37.5333 -119.6667 1189.9 CA WAWONA +USC00049482 37.5400 -119.6522 1214.6 CA WAWONA RS +USC00049490 40.7367 -122.9403 627.3 CA WEAVERVILLE HCN +USC00049498 41.4333 -122.3833 1071.1 CA WEED +USC00049499 41.4333 -122.3833 1093.9 CA WEED FIRE DEPT +USC00049512 35.6667 -118.3000 816.9 CA WELDON 1 WSW +USC00049526 40.2667 -120.0667 1232.0 CA WENDEL 10 SE +USC00049540 39.9333 -121.5333 982.1 CA WEST BRANCH +USC00049560 36.2272 -119.9967 86.9 CA WESTHAVEN +USC00049582 38.3775 -120.5453 845.8 CA W PT +USC00049583 38.3833 -120.5667 723.0 CA WEST POINT 3 SW +USC00049599 40.3000 -121.0000 1545.9 CA WESTWOOD +USC00049600 40.3000 -121.0500 1521.9 CA WESTWOOD 3 WSW +USC00049604 39.0167 -121.4333 25.6 CA WHEATLAND +USC00049605 39.0278 -121.3908 32.0 CA WHEATLAND 2 NE +USC00049612 39.8833 -123.9167 14.9 CA WHEELER +USC00049615 34.4833 -119.3000 266.7 CA WHEELER SPRINGS 2 SSW +USC00049618 34.6000 -119.3333 1264.9 CA WHEELER SPRINGS 7 N +USC00049620 40.6333 -122.5500 331.9 CA WHISKEYTOWN +USC00049621 40.6117 -122.5281 394.7 CA WHISKEYTOWN RSVR +USC00049632 37.5000 -118.1833 3093.7 CA WHITE MTN 1 +USC00049633 37.5833 -118.2333 3800.9 CA WHITE MTN 2 +USC00049639 38.5667 -121.0833 107.0 CA WHITE ROCK +USC00049660 33.9758 -118.0222 135.9 CA WHITTIER CITY YARD FC106C +USC00049671 36.2656 -117.1853 1249.7 CA WILDROSE RS +USC00049677 39.1500 -122.1500 25.9 CA WILLIAMS +USC00049684 39.4194 -123.3425 412.4 CA WILLITS 1 NE +USC00049685 39.3500 -123.3167 586.7 CA WILLITS HOWARD FOREST +USC00049691 41.8333 -120.7500 1585.9 CA WILLOW CREEK RCH +USC00049694 40.9467 -123.6364 141.4 CA WILLOW CREEK 1 NW +USC00049699 39.5231 -122.3047 71.3 CA WILLOWS 6 W HCN +USC00049700 39.5333 -122.2000 43.0 CA WILLOWS USBR +USC00049722 33.7167 -117.0833 451.1 CA WINCHESTER +USC00049742 38.5253 -121.9778 41.1 CA WINTERS +USC00049754 35.7167 -118.4500 833.0 CA WOFFORD HTS KERNVILLE +USC00049758 39.0167 -121.0833 396.8 CA WOLF +USC00049775 38.7833 -119.8000 1722.1 CA WOODFORDS +USC00049781 38.6828 -121.7939 20.4 CA WOODLAND 1 WNW +USC00049785 34.1819 -118.5744 240.8 CA WOODLAND HILLS PIERCE COLLEGE +USC00049792 37.4286 -122.2561 115.8 CA WOODSIDE FIRE STN 1 +USC00049814 37.1333 -121.9500 487.7 CA WRIGHTS +USC00049822 34.3617 -117.6386 1828.8 CA WRIGHTWOOD +USC00049847 33.8900 -117.8189 106.7 CA YORBA LINDA +USC00049851 38.9053 -123.2314 335.3 CA YORKVILLE +USC00049855 37.7503 -119.5897 1224.7 CA YOSEMITE PARK HQ HCN +USC00049859 38.3950 -122.3567 29.0 CA YOUNTVILLE +USC00049866 41.7036 -122.6408 800.1 CA YREKA HCN +USC00049881 35.4000 -115.8167 1204.9 CA YUCCA GROVE +USC00049884 34.2183 -116.4072 1050.0 CA YUCCA MESA +USC00049888 34.1294 -116.3878 990.3 CA YUCCA VALLEY +USC00050092 39.4500 -103.9333 1670.9 CO AGATE 3 SW +USC00050102 37.4011 -104.6547 1950.7 CO AGUILAR +USC00050105 37.3169 -104.9503 2634.7 CO AGUILAR 18WSW +USC00050109 40.1550 -103.1417 1384.4 CO AKRON 4 E +USC00050125 37.4667 -105.8833 2297.0 CO ALAMOSA +USC00050128 37.4703 -105.8569 2298.2 CO ALAMOSA 1E +USC00050183 40.1881 -105.5019 2503.9 CO ALLENSPARK 2SE +USC00050185 40.2289 -105.5183 2590.8 CO ALLENSPARK 3NW +USC00050214 39.4992 -108.3808 1718.2 CO ALTENBERN +USC00050228 37.8667 -107.8833 2651.8 CO AMES +USC00050231 37.8333 -106.9500 2730.1 CO AMETHYST +USC00050242 38.8833 -103.6500 1598.1 CO AMY +USC00050254 37.7167 -107.0833 2730.1 CO ANTELOPE SPRINGS +USC00050258 38.9667 -105.9500 2753.9 CO ANTERO JUNCTION 3 NNE +USC00050263 38.9933 -105.8919 2718.8 CO ANTERO RSVR +USC00050301 39.0372 -102.1675 1262.5 CO ARAPAHOE 14N +USC00050304 38.8528 -102.1764 1225.3 CO ARAPAHOE +USC00050306 38.6842 -102.1614 1239.0 CO ARAPAHOE 12S +USC00050307 37.0167 -107.4167 1884.9 CO ARBOLES +USC00050310 37.0236 -107.4372 1890.7 CO ARBOLES 1W +USC00050343 38.9167 -103.0833 1460.9 CO AROYA 6 NE +USC00050348 39.2833 -103.2667 1597.5 CO ARRIBA +USC00050354 40.2333 -108.9667 1805.9 CO ARTESIA 2 E +USC00050370 39.1833 -106.8333 2416.5 CO ASPEN +USC00050372 39.1853 -106.8381 2491.7 CO ASPEN 1SW +USC00050381 37.6000 -108.8833 -999.9 CO ATKINSON RCH +USC00050405 39.6333 -106.5167 2283.6 CO AVON +USC00050424 38.2558 -104.3511 1372.2 CO AVONDALE 1 N +USC00050437 39.0167 -104.6000 2204.9 CO AYER RCH +USC00050454 39.4053 -105.4764 2362.8 CO BAILEY +USC00050514 39.3667 -107.0333 2019.0 CO BASALT +USC00050581 38.3189 -108.8903 1517.9 CO BEDROCK +USC00050620 39.7500 -104.4167 1671.2 CO BENNETT +USC00050674 39.8000 -105.7833 3448.2 CO BERTHOUD PASS +USC00050686 39.3000 -102.4333 1281.1 CO BETHUNE +USC00050712 38.8667 -104.3167 1841.9 CO BIG SPRINGS RCH +USC00050754 38.5547 -107.6872 2484.4 CO BLACK CANYON OF THE GUNNISON +USC00050756 39.0294 -104.8017 2120.5 CO BLACK FOREST 6WNW +USC00050776 37.4786 -105.5717 2349.7 CO BLANCA 4 NW +USC00050784 37.6833 -103.9500 1363.4 CO BLOOM +USC00050794 38.4567 -107.3328 2295.1 CO BLUE MESA DAM +USC00050797 38.4667 -107.1678 2306.7 CO BLUE MESA LAKE +USC00050810 39.8833 -106.6833 2044.0 CO BOND +USC00050825 39.1025 -107.8989 3002.9 CO BONHAM RSVR +USC00050834 39.6567 -102.1192 1132.9 CO BONNY DAM 2NE +USC00050837 38.1728 -104.3083 1400.9 CO BOONE 6 SSW +USC00050839 38.3719 -104.3058 1461.2 CO BOONE 9NNW +USC00050840 38.2167 -104.2333 1351.8 CO BOONE 2 SE +USC00050843 40.0339 -105.2811 1650.5 CO BOULDER 2 +USC00050848 39.9919 -105.2667 1671.5 CO BOULDER HCN +USC00050862 39.3167 -103.3500 1609.3 CO BOVINA 3 NNE +USC00050873 37.2333 -103.8000 1706.9 CO BOX RCH +USC00050884 38.9167 -103.2833 1445.1 CO BOYERO 1 WSW +USC00050895 38.4597 -102.4361 1196.3 CO BRANDON +USC00050898 37.0167 -103.8833 1914.1 CO BRANSON +USC00050909 39.4864 -106.0431 2925.5 CO BRECKENRIDGE +USC00050945 40.6344 -104.3286 1481.9 CO BRIGGSDALE +USC00050950 39.9436 -104.8361 1528.9 CO BRIGHTON 3 SE +USC00051017 40.8008 -108.9172 1631.9 CO BROWNS PARK REFUGE +USC00051018 40.7839 -108.8539 1696.8 CO BROWNS PARK STORE +USC00051020 40.8633 -109.0225 1713.0 CO BROWNS PK RFG 8 NW +USC00051060 40.6158 -105.2969 2255.5 CO BUCKHORN MTN 1E +USC00051071 38.8247 -106.1275 2421.9 CO BUENA VISTA 2S +USC00051121 39.3061 -102.2608 1268.6 CO BURLINGTON +USC00051126 39.4833 -102.1667 1289.9 CO BURLINGTON 12 NNE +USC00051131 39.2500 -102.1500 1293.0 CO BURLINGTON 8 SE +USC00051157 38.0333 -104.4667 1478.9 CO BUTLER RCH +USC00051179 39.7406 -104.1275 1554.8 CO BYERS 5 ENE +USC00051186 39.6553 -105.7089 3054.1 CO CABIN CREEK +USC00051268 37.0103 -102.5536 1251.2 CO CAMPO 7 S +USC00051278 37.0667 -102.2333 1333.5 CO CAMPO 21 E +USC00051294 38.4600 -105.2256 1639.2 CO CANON CITY HCN +USC00051342 40.0000 -105.5167 2550.0 CO CARIBOU RCH +USC00051384 37.6667 -107.8000 2699.0 CO CASCADE +USC00051401 39.4106 -104.9058 1885.2 CO CASTLE ROCK +USC00051440 38.9000 -107.9333 1903.2 CO CEDAREDGE +USC00051443 38.9044 -107.8914 2084.2 CO CEDAREDGE 3E +USC00051458 37.7067 -106.1444 2338.7 CO CENTER 4 SSW +USC00051520 37.1636 -105.3706 2509.4 CO CHAMA +USC00051528 39.2203 -105.2783 2097.0 CO CHEESMAN HCN +USC00051539 38.1150 -103.5100 1264.0 CO CHERAW 1 N +USC00051547 39.6261 -104.8319 1721.2 CO CHERRY CREEK DAM +USC00051564 38.8222 -102.3503 1309.1 CO CHEYENNE WELLS HCN +USC00051570 37.2000 -107.3000 1998.0 CO CHIMNEY ROCK +USC00051586 38.4333 -102.5333 1189.9 CO CHIVINGTON +USC00051609 38.4433 -107.5569 2137.0 CO CIMARRON +USC00051620 40.3964 -102.6967 1243.9 CO CLARKVILLE 4W +USC00051660 39.3672 -106.1897 3457.7 CO CLIMAX +USC00051681 39.8958 -105.3847 2728.0 CO COAL CREEK CANYON +USC00051693 38.3833 -105.7833 1988.8 CO COALDALE 1 NW +USC00051698 38.3500 -105.7833 2104.9 CO COALDALE 2 SW +USC00051713 38.4461 -106.7611 2439.0 CO COCHETOPA CREEK +USC00051741 39.2425 -107.9631 1822.7 CO COLLBRAN HCN +USC00051743 39.2367 -107.9797 1831.5 CO COLLBRAN 1WSW +USC00051745 39.2500 -107.9333 1969.9 CO COLLBRAN 3 ENE +USC00051772 39.1014 -108.7339 1762.0 CO COLORADO NM +USC00051777 38.8158 -104.6994 1879.7 CO COLORADO SPRINGS AP SNOW +USC00051780 38.8250 -104.7586 1825.8 CO COLORADO SPGS FD COMPLEX 1E +USC00051781 38.9286 -104.8661 2021.7 CO COLORADO SPRINGS FIRE STN 18 +USC00051782 38.9603 -104.7806 2064.7 CO COLORADO SPRINGS FIRE STN 19 +USC00051784 38.9294 -104.7528 2047.6 CO COLORADO SPRINGS FIRE STN 20 +USC00051786 38.9500 -104.7100 2115.9 CO CUMBRE VISTA - COLORADO SPGS 1 +USC00051792 40.8500 -106.9667 2653.9 CO COLUMBINE +USC00051809 39.2878 -105.8272 2901.1 CO COMO 4SE +USC00051816 37.1333 -106.0333 2410.1 CO CONEJOS 3 NNW +USC00051829 39.5250 -105.3631 2895.6 CO CONIFER 8 W +USC00051886 37.3444 -108.5950 1879.7 CO CORTEZ +USC00051928 40.5333 -107.5500 1914.1 CO CRAIG +USC00051932 40.4517 -107.5906 1980.0 CO CRAIG 4SW +USC00051939 37.8531 -106.9253 2698.1 CO CREEDE +USC00051944 37.8500 -106.9167 2698.1 CO CREEDE +USC00051946 37.8500 -106.9333 2750.8 CO CREEDE 1 W +USC00051948 37.8256 -106.9319 2628.6 CO CREEDE WTP +USC00051959 38.8739 -106.9772 2702.7 CO CRESTED BUTTE +USC00051964 37.9806 -105.6897 2439.6 CO CRESTONE 2 SE +USC00051973 38.7497 -105.1797 2910.8 CO CRIPPLE CREEK +USC00051977 38.7956 -105.2003 2814.8 CO CRIPPLE CREEK 3NNW +USC00051978 38.8667 -105.3000 2592.9 CO FLORISSANT FOSSL BED +USC00051996 40.8600 -102.8031 1130.5 CO CROOK +USC00052000 37.3833 -103.8833 1563.9 CO CROWDER RCH +USC00052040 37.7500 -104.6000 1781.6 CO CUCHARAS DAM +USC00052048 37.0167 -106.4500 3052.6 CO CUMBRES +USC00052121 39.3333 -108.2167 1510.0 CO DE BEQUE +USC00052162 39.6419 -104.0775 1554.5 CO DEER TRAIL 3 NW +USC00052178 37.6333 -104.0167 1552.0 CO DELHI +USC00052184 37.6911 -106.3078 2391.2 CO DEL NORTE 3ENE HCN +USC00052192 38.7531 -108.0783 1502.7 CO DELTA +USC00052196 38.7539 -108.0278 1532.2 CO DELTA 3E +USC00052212 39.8500 -104.7319 1630.7 CO DENVER INTL AIRPORT 4WNW +USC00052213 39.7264 -104.9850 1599.9 CO DENVER 1 SW 7NEWS +USC00052223 39.7294 -105.0083 1593.5 CO DENVER WATER DEPT +USC00052228 39.7489 -104.9425 1617.6 CO DENVER MUSEUM +USC00052281 39.6261 -106.0353 2763.0 CO DILLON 1 E HCN +USC00052286 40.2442 -108.9725 1816.6 CO DINOSAUR NATL MONUMNT +USC00052294 38.9608 -105.2158 2784.0 CO DIVIDE 4NW +USC00052312 37.3833 -103.8833 1563.6 CO DOHERTY RCH +USC00052326 37.4753 -108.4975 2118.4 CO DOLORES +USC00052342 37.7672 -108.9119 2091.8 CO DOVE CREEK +USC00052432 37.2833 -107.8833 2011.7 CO DURANGO +USC00052435 37.1569 -107.8564 1996.7 CO DURANGO 8S +USC00052441 37.2911 -107.8564 2060.8 CO DURANGO +USC00052446 38.4758 -102.7769 1283.8 CO EADS HCN +USC00052494 39.1092 -104.5997 2197.6 CO EASTONVILLE 2 NNW +USC00052496 39.0833 -104.5500 2217.1 CO EASTONVILLE 2 NNE +USC00052501 39.0333 -104.6667 2318.0 CO EASTONVILLE 6 WSW +USC00052535 40.1089 -102.4867 1192.7 CO ECKLEY +USC00052538 40.3369 -102.5275 1186.6 CO ECKLEY 14 N +USC00052540 40.3364 -102.5258 1192.4 CO ECKLEY 16NNW +USC00052557 39.7500 -105.0833 1661.2 CO EDGEWATER +USC00052593 39.2167 -104.5500 2055.9 CO ELBERT +USC00052595 39.2500 -104.5833 2086.1 CO ELBERT 3 NW +USC00052597 39.2000 -104.5000 2058.9 CO ELBERT 3 SE +USC00052598 39.1667 -104.5667 2201.9 CO ELBERT 4 SSW +USC00052601 39.1667 -104.6000 2114.1 CO ELBERT 5 SW +USC00052603 39.1167 -104.6167 2208.0 CO ELBERT 8 SW +USC00052624 37.5500 -107.8000 2562.1 CO ELECTRA LAKE +USC00052631 39.3811 -104.6292 2028.1 CO ELIZABETH 2NW +USC00052632 39.2581 -104.6092 2067.8 CO ELIZABETH 7S +USC00052633 39.4833 -105.3667 2571.0 CO ELK CREEK +USC00052635 39.5000 -105.4167 2133.6 CO ELK CREEK 1 +USC00052668 38.7403 -104.3994 1749.2 CO ELLICOTT 7S +USC00052731 40.0500 -105.0500 1527.0 CO ERIE +USC00052759 40.3767 -105.4858 2279.9 CO ESTES PARK +USC00052761 40.3489 -105.5200 2381.1 CO ESTES PARK 3 SSE +USC00052790 39.6381 -105.3150 2129.0 CO EVERGREEN +USC00052795 39.6167 -105.3500 2226.9 CO EVERGREEN 2 SW +USC00052803 37.0333 -102.0667 1090.0 CO EVERSOLL RCH +USC00052814 39.2333 -106.0000 3048.0 CO FAIRPLAY +USC00052816 39.2219 -105.9936 3046.5 CO FAIRPLAY S PARK RD +USC00052880 40.7833 -107.6500 2135.1 CO FERNDALE RCH +USC00052932 39.2814 -103.0620 1499.9 CO FLAGLER 1S +USC00052933 39.5211 -103.1331 1485.9 CO FLAGLER 16NNW +USC00052934 40.3692 -105.2353 1677.6 CO FLATIRON RESERVOIR +USC00052944 40.6844 -102.8397 1292.4 CO FLEMING +USC00052947 40.6483 -102.8594 1297.2 CO FLEMING 3SW +USC00052955 38.3833 -105.1333 1583.1 CO FLORENCE +USC00052965 38.9128 -105.2850 2560.9 CO FLORISSANT FOSSIL BED +USC00052997 38.5500 -103.6833 1457.9 CO FORDER 8 S +USC00053005 40.5764 -105.0858 1525.2 CO FT COLLINS HCN +USC00053006 40.5756 -105.0236 1499.6 CO FT COLLINS 4 E +USC00053010 37.4240 -105.4324 2412.5 CO FORT GARLAND +USC00053016 37.2308 -108.0514 2320.7 CO FT LEWIS +USC00053027 40.0667 -104.7833 1531.0 CO FT LUPTON 2 SE +USC00053038 40.2569 -103.8700 1333.8 CO FT MORGAN HCN +USC00053063 38.6778 -104.7014 1694.7 CO FOUNTAIN +USC00053068 38.7833 -104.6167 1816.6 CO FOUNTAIN 9 NE +USC00053079 38.1236 -104.0083 1319.8 CO FOWLER 1 SE +USC00053113 39.9500 -105.8333 2609.1 CO FRASER +USC00053116 39.9425 -105.8172 2609.1 CO FRASER +USC00053138 38.0000 -105.3333 2500.9 CO FROZE CREEK +USC00053146 39.1444 -108.7281 1371.0 CO FRUITA HCN +USC00053147 39.1692 -108.7761 1360.0 CO FRUITA 2W +USC00053222 37.7667 -105.1833 2122.9 CO GARDNER +USC00053246 38.6878 -108.9608 1423.7 CO GATEWAY 1ENE +USC00053258 39.2775 -103.4958 1709.3 CO GENOA +USC00053261 39.7053 -105.6997 2596.9 CO GEORGETOWN +USC00053307 38.9539 -109.0528 1927.3 CO GLADE PARK 17W +USC00053310 39.0000 -108.7500 2135.1 CO GLADE PARK STORE +USC00053331 40.3897 -105.4503 2240.3 CO GLEN COMFORT +USC00053340 40.8000 -105.8833 2521.9 CO GLENDEVEY +USC00053345 39.7833 -106.0167 2649.9 CO GLEN MAR +USC00053359 39.5181 -107.3172 1796.8 CO GLENWOOD SPGS #2 +USC00053387 39.7197 -105.2472 2272.3 CO GOLDEN 3SW +USC00053388 39.7800 -105.3203 2316.5 CO GOLDEN 6 NW +USC00053423 40.1500 -106.4667 2318.0 CO GORE PASS RCH +USC00053446 40.5092 -106.0056 2743.2 CO GOULD 4SE SFSP +USC00053463 37.4500 -102.8833 1510.0 CO GRAFT 2NNE +USC00053477 38.0611 -102.3111 1061.9 CO GRANADA +USC00053486 39.1197 -108.5247 1471.0 CO GRAND JUNCTION WFO +USC00053489 39.0422 -108.4664 1450.8 CO GRAND JUNCTION 6ESE +USC00053496 40.2669 -105.8322 2657.9 CO GRAND LAKE 1 NW +USC00053500 40.1850 -105.8667 2526.2 CO GRAND LAKE 6 SSW +USC00053508 39.4500 -108.0500 1552.0 CO GRAND VALLEY +USC00053530 39.4608 -105.6786 2644.1 CO GRANT +USC00053538 40.7833 -107.8333 2094.9 CO GREAT DIVIDE +USC00053541 37.7333 -105.5119 2494.2 CO GREAT SAND DUNES NP & PRESERVE +USC00053546 40.4167 -104.6833 1417.9 CO GREELEY +USC00053553 40.4022 -104.6992 1437.1 CO GREELEY UNC +USC00053570 39.1833 -104.8500 2097.9 CO GREENLAND +USC00053579 39.1044 -104.7286 2279.9 CO GREENLAND 9 SE +USC00053584 39.2167 -104.7383 2103.1 CO GREENLAND 6 NE +USC00053592 39.8789 -106.3333 2359.2 CO GREEN MT DAM +USC00053609 40.6167 -108.6667 2072.6 CO GREYSTONE +USC00053629 39.9364 -105.3503 2429.3 CO GROSS RSVR +USC00053643 40.8500 -104.4000 1551.4 CO GROVER 10 W +USC00053652 38.6867 -105.3925 2717.3 CO GUFFEY 9SE +USC00053654 38.7500 -105.5333 2623.1 CO GUFFEY +USC00053655 38.8167 -105.5333 2745.0 CO GUFFEY 5 N +USC00053656 38.6753 -105.3922 2619.8 CO GUFFEY 10 SE +USC00053662 38.5253 -106.9672 2323.2 CO GUNNISON 3SW HCN +USC00053738 40.3722 -107.6117 1898.9 CO HAMILTON +USC00053742 40.3581 -107.6081 1944.6 CO HAMILTON 1SSE +USC00053783 37.4833 -102.6833 1360.0 CO HARMON RCH +USC00053811 39.0333 -105.8000 2700.5 CO HARTSEL +USC00053828 38.4467 -103.1606 1378.3 CO HASWELL +USC00053850 39.9333 -105.2833 1805.9 CO HAWTHORNE +USC00053867 40.4925 -107.2547 1971.1 CO HAYDEN +USC00053951 37.7494 -107.0950 2727.7 CO HERMIT 8 SE HCN +USC00053954 38.1000 -105.6167 3048.0 CO HERMIT LAKE +USC00053975 40.9833 -108.6167 2165.9 CO HIAWATHA +USC00053982 37.7500 -103.4667 1296.0 CO HIGBEE 2 SW +USC00054054 40.9678 -106.0003 2365.2 CO HOHNHOLZ RCH +USC00054076 38.0517 -102.1317 1036.6 CO HOLLY HCN +USC00054078 38.0636 -102.1289 1038.8 CO HOLLY 1NW +USC00054082 40.5453 -102.3411 1152.1 CO HOLYOKE +USC00054129 40.0500 -106.1500 2318.0 CO HOT SULPHUR SPGS 2 SW +USC00054135 40.5831 -105.6319 2901.7 CO HOURGLASS RSVR +USC00054155 39.9875 -104.0847 1460.0 CO HOYT +USC00054157 39.9000 -104.0833 1463.0 CO HOYT NEAR +USC00054172 39.1439 -103.4897 1531.6 CO HUGO 1 NW +USC00054234 39.7500 -105.5167 2302.8 CO IDAHO SPRINGS +USC00054242 39.7033 -102.2939 1208.5 CO IDALIA +USC00054250 37.1364 -107.6264 1969.0 CO IGNACIO 1 N +USC00054254 37.0856 -107.5333 1995.8 CO IGNACIO 6ESE +USC00054270 39.0833 -106.6167 3200.4 CO INDEPENDENCE PASS 5 SW +USC00054293 39.5728 -105.2192 2188.5 CO INTER CANYON +USC00054346 37.0000 -105.6333 2308.9 CO JAROSO +USC00054380 39.6553 -102.6805 1303.0 CO JOES +USC00054388 38.0633 -102.9297 1162.5 CO JOHN MARTIN DAM +USC00054397 39.7667 -105.8500 3148.0 CO JONES PASS 2 E +USC00054413 40.9878 -102.2653 1059.8 CO JULESBURG +USC00054444 38.7411 -103.5428 1546.9 CO KARVAL +USC00054452 39.4900 -105.0953 1702.9 CO KASSLER +USC00054460 40.8500 -103.9000 1600.2 CO KAUFFMAN 4 SSE +USC00054512 39.5908 -105.8725 3063.2 CO KEYSTONE 5 E +USC00054538 37.4536 -103.3219 1581.9 CO KIM 15 NNE +USC00054542 37.2000 -103.4833 1770.9 CO KIM 5 SW +USC00054546 37.1150 -103.2986 1602.3 CO KIM 10SSE +USC00054584 39.2833 -104.4333 1937.0 CO KIOWA 5 SE +USC00054585 39.3000 -104.5167 1998.0 CO KIOWA 4 SW +USC00054592 39.6167 -102.5833 1220.1 CO KIRK +USC00054603 38.7658 -102.8031 1311.2 CO KIT CARSON +USC00054606 38.8867 -102.7233 1324.7 CO KIT CARSON 9NNE +USC00054614 37.1167 -108.1833 2019.0 CO KLINE 3W +USC00054664 40.0575 -106.3681 2273.8 CO KREMMLING +USC00054684 38.9167 -103.8667 1723.0 CO KUTCH +USC00054686 38.8333 -103.8333 1634.9 CO KUTCH 6 SSE +USC00054719 38.0000 -103.5333 1237.5 CO LA JUNTA +USC00054721 38.0433 -103.5047 1276.8 CO LA JUNTA AP PRECIPITATION +USC00054724 37.9825 -103.5439 1277.7 CO LA JUNTA +USC00054726 37.7514 -103.4767 1283.2 CO LA JUNTA 20 S +USC00054734 38.0247 -107.3147 2641.7 CO LAKE CITY +USC00054735 38.0228 -107.3144 2644.4 CO LAKE CITY NO. 2 +USC00054736 38.0522 -107.3036 2656.0 CO LAKE CITY 1NNE +USC00054742 38.9075 -105.4706 2606.0 CO LAKE GEORGE 8 SW +USC00054750 38.8167 -104.9833 3128.8 CO LAKE MORAINE +USC00054762 39.7489 -105.1206 1719.1 CO LAKEWOOD +USC00054770 38.0936 -102.6306 1105.5 CO LAMAR HCN +USC00054825 39.2786 -104.9200 2087.9 CO LARKSPUR 4 NW +USC00054834 38.0636 -103.2153 1185.7 CO LAS ANIMAS HCN +USC00054856 39.7500 -103.6000 1460.9 CO LAST CHANCE +USC00054865 37.5000 -105.0000 2144.0 CO LA VETA +USC00054870 37.4667 -105.1667 2817.0 CO LA VETA PASS +USC00054888 39.2350 -106.3050 3061.7 CO LEADVILLE 1SSW +USC00054934 37.3789 -107.6592 2471.9 CO LEMON DAM +USC00054945 40.5147 -102.9906 1361.5 CO LEROY 5 WSW +USC00055001 38.1167 -104.5833 1493.5 CO LIME 3 SE +USC00055015 39.1500 -103.7667 1695.9 CO LIMON 10 SSW +USC00055020 39.0036 -103.7392 1677.6 CO LIMON HASS RCH +USC00055025 39.7556 -103.4986 1478.6 CO LINDON 5 WNW +USC00055040 38.9333 -108.8500 2044.0 CO LITTLE DOLORES +USC00055041 39.0500 -108.8500 1946.1 CO LITTLE DOLORES 5 NE +USC00055048 40.0000 -108.2000 1871.5 CO LITTLE HILLS +USC00055056 39.6167 -105.0167 1618.5 CO LITTLETON +USC00055116 40.1694 -105.0775 1508.8 CO LONGMONT 2 ESE +USC00055121 40.2467 -105.1464 1569.7 CO LONGMONT 6 NW +USC00055236 40.4350 -105.0850 1548.4 CO LOVELAND 2N +USC00055322 37.1742 -105.9392 2343.9 CO MANASSA HCN +USC00055327 37.3350 -108.3161 2102.2 CO MANCOS 1SW +USC00055352 38.8558 -104.9331 2020.8 CO MANITOU SPRINGS +USC00055394 38.4000 -106.2500 3308.9 CO MARSHALL PASS +USC00055402 39.6211 -105.0656 1709.9 CO MARSTON FLTR PLT +USC00055408 40.0214 -107.5556 2194.6 CO MARVINE +USC00055414 40.0239 -107.4336 2377.4 CO MARVINE RCH +USC00055420 40.2528 -108.6406 1767.2 CO MASSADONA +USC00055422 40.2844 -108.6050 1871.5 CO MASSADONA 3E +USC00055427 39.1289 -103.8456 1777.0 CO MATHESON 8 SE +USC00055446 40.5158 -108.0947 1811.7 CO MAYBELL +USC00055484 40.0358 -107.9058 1898.6 CO MEEKER +USC00055487 40.0333 -107.9167 1934.6 CO MEEKER #2 +USC00055489 40.1333 -107.9833 1961.1 CO MEEKER 10 NW +USC00055507 39.3619 -106.7422 2385.1 CO MEREDITH +USC00055513 39.3667 -106.6833 2592.9 CO MEREDITH 4NE +USC00055519 39.0892 -108.1183 2356.1 CO MESA 5SSE +USC00055520 39.0500 -108.0833 2988.9 CO MESA LAKES RESORT +USC00055531 37.1997 -108.4892 2176.9 CO MESA VERDE NP +USC00055564 38.6167 -104.6667 1631.9 CO MIDWAY 4 N +USC00055573 39.8333 -102.4667 1250.9 CO MILDRED +USC00055667 37.0667 -102.2333 1333.5 CO MITCHELL 22 E +USC00055706 37.5811 -106.1869 2344.5 CO MONTE VISTA 2W +USC00055711 37.4833 -106.1500 2339.3 CO MONTE VISTA REFUGE +USC00055717 38.4833 -107.8833 1763.6 CO MONTROSE 1 +USC00055722 38.4858 -107.8792 1764.5 CO MONTROSE #2 HCN +USC00055730 39.0833 -104.9333 2239.1 CO MONUMENT 2 WSW +USC00055732 39.0808 -104.8661 2113.8 CO MONUMENT 1SSE +USC00055733 39.0564 -104.8683 2079.0 CO MONUMENT 3S +USC00055734 39.1025 -104.8675 2158.0 CO MONUMENT +USC00055795 38.0492 -104.9961 2019.9 CO BEULAH (MPEC) +USC00055797 39.6561 -105.5997 3240.0 CO MT EVANS RSCH STN +USC00055805 39.6500 -105.2333 1830.0 CO MT MORRISON 1 SW +USC00055819 37.5833 -105.1833 2703.6 CO MULE SHOE LODGE 1 SSE +USC00055878 39.9833 -105.5000 2511.6 CO NEDERLAND 2 NNE +USC00055881 40.0361 -105.5461 3051.0 CO NEDERLAND 5 NNW +USC00055890 38.1833 -104.1667 1342.0 CO NEPESTA 2 NW +USC00055922 40.6089 -103.8461 1457.9 CO NEW RAYMER +USC00055934 40.9319 -103.8678 1578.9 CO NEW RAYMER 21 N +USC00055970 37.8122 -109.0133 2036.4 CO NORTHDALE +USC00055984 39.8989 -105.0133 1648.1 CO NORTHGLENN +USC00055990 37.2167 -105.0500 2684.1 CO NORTH LAKE +USC00056012 38.1317 -108.2864 2139.7 CO NORWOOD +USC00056013 38.1314 -108.2850 2137.0 CO NORWOOD #2 +USC00056023 40.7064 -104.7833 1583.7 CO NUNN +USC00056040 40.2406 -107.0969 2500.9 CO OAK CREEK 7WSW +USC00056073 39.5500 -107.9333 2500.9 CO OIL SHALE MINE +USC00056081 38.6167 -107.9833 1634.9 CO OLATHE +USC00056116 38.5500 -108.0000 1705.7 CO OLATHE 4 SSW +USC00056131 38.2211 -103.7322 1314.3 CO ORDWAY 1 ENE +USC00056136 38.5300 -103.7058 1453.0 CO ORDWAY 21 N +USC00056192 40.2667 -102.8333 1274.1 CO OTIS 11 NE +USC00056203 38.0206 -107.6686 2389.6 CO OURAY +USC00056205 38.0264 -107.6725 2352.4 CO OURAY #2 +USC00056225 40.9667 -102.3833 1076.9 CO OVID +USC00056258 37.2536 -106.9942 2172.9 CO PAGOSA SPRINGS 1SE +USC00056259 37.2658 -107.0531 2319.5 CO PAGOSA SPRINGS 2W +USC00056263 37.3114 -107.1194 2370.1 CO PAGOSA SPRINGS 6 WNW +USC00056266 39.1136 -108.3506 1448.1 CO PALISADE +USC00056270 37.5333 -107.1833 2813.3 CO PALISADE LAKE +USC00056271 37.4333 -107.1500 2467.1 CO PALISADE LAKES 6 SSE +USC00056280 39.1150 -104.9178 2195.2 CO PALMER LAKE +USC00056299 40.6167 -102.4667 1189.9 CO PAOLI +USC00056306 38.8522 -107.6225 1701.1 CO PAONIA 1SW +USC00056307 38.8667 -107.5833 1735.2 CO PAONIA +USC00056308 38.8475 -107.6222 1722.4 CO PAONIA 2SW +USC00056311 39.4500 -108.0500 1551.4 CO PARACHUTE +USC00056315 38.3667 -108.9500 1610.0 CO PARADOX 1 E +USC00056318 38.3833 -108.9833 1685.5 CO PARADOX 1 W +USC00056320 38.3897 -108.9494 1660.2 CO PARADOX 2N +USC00056323 39.5144 -104.7503 1799.5 CO PARKER +USC00056326 39.5289 -104.6567 1923.3 CO PARKER 6 E +USC00056342 39.9167 -106.1167 2521.9 CO PARSHALL 10 SSE +USC00056382 40.9667 -106.5667 2592.9 CO PEARL +USC00056410 38.4500 -105.0667 1649.9 CO PENROSE +USC00056430 39.2667 -104.9667 1929.1 CO PERRY PARK +USC00056438 39.0000 -103.7333 1662.1 CO PEVERLY RCH +USC00056513 38.6000 -106.5333 2803.9 CO PITKIN +USC00056520 38.0178 -108.0514 2250.3 CO PLACERVILLE +USC00056524 37.9944 -108.0211 2301.2 CO PLACERVILLE 3SE +USC00056559 37.3500 -106.5333 2997.4 CO PLATORO +USC00056591 37.5875 -108.7842 2090.9 CO PLEASANT VIEW 1W +USC00056651 38.2667 -107.1000 2467.1 CO POWDERHORN +USC00056705 37.3167 -102.7167 1339.0 CO PRITCHETT 5 ESE +USC00056710 37.2333 -103.0833 1578.9 CO PRITCHETT 16 SW +USC00056743 38.2833 -104.6500 1430.1 CO PUEBLO CITY RSVR +USC00056748 38.2667 -104.6000 1434.1 CO PUEBLO FIRE STN #2 +USC00056753 38.2833 -104.6167 1464.0 CO PUEBLO FIRE STN #5 +USC00056763 38.3167 -104.3500 1427.1 CO PUEBLO ARMY DEPOT +USC00056765 38.2597 -104.7178 1481.6 CO PUEBLO RSVR +USC00056767 38.1833 -104.6500 1498.1 CO PUEBLO 6 SSW +USC00056797 40.2411 -107.0864 2441.1 CO PYRAMID +USC00056811 40.3667 -106.7167 2849.0 CO RABBIT EARS PASS 6 WSW +USC00056816 39.8297 -105.2353 1798.3 CO RALSTON RSVR +USC00056820 40.4486 -106.1844 2630.4 CO RAND +USC00056832 40.0889 -108.7728 1608.4 CO RANGELY 1E +USC00056842 40.8667 -105.0167 1741.9 CO RAWHIDE RSVR +USC00056917 39.5167 -106.3667 2625.9 CO REDCLIFF +USC00056921 40.7978 -105.5856 2529.8 CO RED FEATHER LAKES +USC00056925 40.7833 -105.5500 2488.7 CO RED FEATHER LAKES 2 SE +USC00056930 40.7333 -105.5167 2318.0 CO RED FEATHER LAKES 6 SE +USC00056966 39.1833 -107.2333 2196.1 CO REDSTONE +USC00056970 39.2000 -107.3000 2458.2 CO REDSTONE 4 W +USC00056977 37.7167 -105.3167 2407.9 CO RED WING 1 WSW +USC00057017 37.7131 -108.0386 2682.2 CO RICO +USC00057020 38.1500 -107.7583 2148.5 CO RIDGWAY +USC00057031 39.5447 -107.7853 1656.6 CO RIFLE +USC00057033 39.5572 -107.7261 1667.0 CO RIFLE 3ENE +USC00057050 37.7219 -107.2667 2893.2 CO RIO GRANDE RSVR +USC00057167 38.0383 -103.6947 1271.0 CO ROCKY FORD 2 SE HCN +USC00057187 40.1500 -104.3833 1446.0 CO ROGGEN 2 S +USC00057200 38.0936 -105.3486 2667.0 CO ROSITA +USC00057249 39.4286 -105.0703 1864.5 CO ROXBOROUGH SP +USC00057287 38.8611 -104.0939 1845.3 CO RUSH 1N +USC00057296 40.7022 -105.7106 2347.0 CO RUSTIC 9WSW +USC00057309 38.8417 -104.9742 2758.4 CO RUXTON PARK +USC00057315 37.9000 -104.9333 2087.9 CO RYE +USC00057317 37.9136 -104.9483 2176.6 CO RYE 1SW +USC00057337 38.0858 -106.1444 2347.3 CO SAGUACHE HCN +USC00057345 38.7000 -106.3667 3052.9 CO ST ELMO +USC00057370 38.5328 -106.0158 2182.4 CO SALIDA +USC00057371 38.5333 -106.0500 2282.3 CO SALIDA 3 W +USC00057421 37.7667 -107.1500 3000.1 CO SAN JUAN +USC00057428 37.1953 -105.4242 2421.0 CO SAN LUIS 1 S +USC00057430 37.1953 -105.4244 2421.0 CO SAN LUIS 1 S +USC00057433 37.6500 -105.8000 2297.0 CO SAN LUIS LAKES 3W +USC00057450 37.8225 -107.1097 2952.6 CO SANTA MARIA RSVR +USC00057455 38.4833 -107.1833 2354.9 CO SAPINERO 8 E +USC00057460 38.4039 -106.4236 2578.6 CO SARGENTS +USC00057461 38.4000 -106.5000 2479.9 CO SARGENTS 6W +USC00057510 39.3856 -104.9453 1830.9 CO SEDALIA 4 SSE +USC00057513 40.9383 -102.5253 1092.4 CO SEDGWICK +USC00057515 40.8658 -102.5161 1218.0 CO SEDGWICK 5 S +USC00057519 39.2950 -102.8678 1434.4 CO SEIBERT +USC00057557 39.5500 -103.3500 1578.9 CO SHAW 2 E +USC00057560 39.5719 -103.2922 1524.0 CO SHAW 4ENE +USC00057572 37.7150 -105.2353 2360.4 CO SHEEP MTN +USC00057582 38.4681 -102.2947 1241.1 CO SHERIDAN LAKE +USC00057586 38.4683 -102.2169 1231.1 CO SHERIDAN LAKE 4E +USC00057618 39.5703 -107.2267 1826.4 CO SHOSHONE +USC00057648 40.0328 -105.5758 3157.7 CO SILVER LAKE +USC00057656 37.8089 -107.6633 2830.1 CO SILVERTON +USC00057664 39.1397 -104.0878 1828.5 CO SIMLA +USC00057682 40.5833 -105.6000 2773.4 CO SKY RCH LUTHERN CAMP +USC00057816 39.4000 -105.1833 1888.8 CO SOUTH PLATTE +USC00057848 40.4725 -106.4475 2555.7 CO SPICER +USC00057862 37.4000 -102.6167 1344.5 CO SPRINGFIELD +USC00057866 37.3694 -102.7428 1408.8 CO SPRINGFIELD 7 WSW +USC00057867 37.2833 -102.6167 1373.1 CO SPRINGFIELD 8 S +USC00057871 37.3167 -102.7167 1339.0 CO SPRINGFIELD 8 SW +USC00057881 39.6833 -105.5000 3507.9 CO SQUAW MTN +USC00057928 37.2167 -107.2667 2030.9 CO STATE TURKEY EXP FAR +USC00057936 40.4883 -106.8233 2092.8 CO STEAMBOAT SPRINGS HCN +USC00057950 40.6278 -103.2083 1211.3 CO STERLING +USC00057992 37.2931 -102.1864 1158.8 CO STONINGTON +USC00058008 39.3047 -102.6003 1340.8 CO STRATTON +USC00058022 39.4344 -105.1208 1780.0 CO STRONTIA SPRINGS DAM +USC00058064 39.2494 -106.3714 2968.1 CO SUGARLOAF RSVR +USC00058092 37.4333 -106.6000 3461.9 CO SUMMITVILLE +USC00058100 40.5000 -108.2667 1787.0 CO SUNBEAM 7 SW +USC00058148 40.0000 -105.8500 2541.1 CO TABERNASH +USC00058154 37.5167 -107.7833 2225.0 CO TACOMA +USC00058157 38.3422 -104.0567 1488.0 CO TACONY 13 SE +USC00058184 38.8183 -106.6086 2797.8 CO TAYLOR PARK +USC00058204 37.9492 -107.8736 2635.3 CO TELLURIDE 4WNW HCN +USC00058212 39.3333 -106.3333 3126.0 CO TENNESSEE PASS +USC00058220 37.0708 -105.0572 2520.7 CO TERCIO 4 NW +USC00058260 39.6167 -103.1833 1388.1 CO THURMAN 3 ENE +USC00058290 37.6667 -103.9167 1472.2 CO TIMPAS 13 SW +USC00058345 38.4703 -102.0828 1197.3 CO TOWNER +USC00058429 37.1786 -104.4869 1837.9 CO TRINIDAD HCN +USC00058431 37.1833 -104.5167 1844.0 CO TRINIDAD RIVER +USC00058436 37.1503 -104.5567 1923.3 CO TRINIDAD LAKE +USC00058454 37.8333 -107.8833 2956.3 CO TROUT LAKE +USC00058458 37.8167 -107.2000 2876.7 CO TROUTVALE +USC00058468 37.1333 -103.3000 1709.9 CO TROY 1 SE +USC00058496 39.0833 -106.3000 2797.1 CO TWIN LAKES EVAPORATION +USC00058501 39.0942 -106.3506 2815.1 CO TWIN LAKES RSVR +USC00058510 37.5667 -102.4000 1260.0 CO TWO BUTTES +USC00058516 37.6500 -102.5333 1296.0 CO TWO BUTTES RSVR +USC00058560 38.3761 -108.7422 1530.4 CO URAVAN +USC00058574 37.2667 -103.0333 1524.9 CO UTLEYVILLE +USC00058575 39.6394 -106.3539 2531.1 CO VAIL +USC00058582 37.3806 -107.5811 2329.9 CO VALLECITO DAM +USC00058590 37.3833 -107.5833 2338.7 CO VALLECITO RESERVOIR +USC00058613 39.9489 -102.2456 1171.3 CO VERNON 4E +USC00058614 39.9181 -102.3825 1188.7 CO VERNON 4SW +USC00058649 38.7167 -105.1500 2959.0 CO VICTOR +USC00058690 40.9656 -105.2186 2138.2 CO VIRGINIA DALE 7 ENE +USC00058722 39.3000 -102.7333 1373.1 CO VONA +USC00058742 37.8000 -106.8333 2592.9 CO WAGON WHEEL GAP 3 N +USC00058756 40.7442 -106.2792 2455.5 CO WALDEN +USC00058781 37.6303 -104.7956 1920.2 CO WALSENBURG 1 NW +USC00058793 37.3822 -102.2986 1212.5 CO WALSH 1 W +USC00058839 40.4256 -105.2103 1594.1 CO WATERDALE +USC00058860 37.4297 -106.0317 2317.4 CO WAVERLY 1W +USC00058907 40.7256 -105.1097 1603.2 CO WELLINGTON 5 WNW +USC00058931 38.1311 -105.4661 2395.7 CO WESTCLIFFE +USC00058939 39.1333 -105.1167 2379.0 CO WESTCREEK +USC00058963 39.1000 -107.5167 2532.0 CO WEST MUDDY RS +USC00058986 38.2167 -105.1000 2007.1 CO WETMORE 2 S +USC00058988 38.1333 -105.2000 2377.4 CO WETMORE 8 SW +USC00058990 38.1333 -105.0833 2244.9 CO WETMORE 9 S +USC00058992 38.2797 -104.5214 1418.2 CO WFO PUEBLO +USC00058995 39.7750 -105.1169 1645.3 CO WHEAT RIDGE 2 +USC00058997 37.8672 -104.1139 1441.7 CO WHITE ROCK +USC00059025 40.1500 -104.1833 1437.1 CO WIGGINS 7 SW +USC00059045 38.9167 -107.5167 1798.6 CO WILCOX RCH +USC00059058 38.9028 -103.0192 1418.5 CO WILD HORSE 6N +USC00059060 38.6675 -102.9936 1336.5 CO WILD HORSE 11SSE +USC00059096 40.0375 -106.2039 2322.0 CO WILLIAMS FORK DAM +USC00059103 40.3000 -107.2667 2211.0 CO WILLOW CREEK 4SE +USC00059147 40.4667 -104.9000 1457.2 CO WINDSOR +USC00059175 39.8897 -105.7619 2772.2 CO WINTER PARK +USC00059181 37.4744 -106.7906 3243.1 CO WOLF CREEK PASS 1 E +USC00059183 37.4833 -106.8667 2876.1 CO WOLF CREEK PASS 4 W +USC00059210 39.1006 -105.0942 2365.2 CO WOODLAND PARK 8 NNW +USC00059213 40.0750 -103.5678 1333.2 CO WOODROW 6NNE +USC00059216 37.0183 -104.4886 2310.4 CO WOOTTON RCH +USC00059243 40.0819 -102.2069 1083.0 CO WRAY HCN +USC00059246 40.3361 -102.2586 1150.9 CO WRAY 19N +USC00059265 40.1561 -106.9092 2394.8 CO YAMPA +USC00059275 37.5217 -108.7550 2113.2 CO YELLOW JACKET 2W +USC00059278 37.5594 -108.6636 2161.0 CO YELLOW JACKET 4NE +USC00059295 40.1236 -102.7217 1260.0 CO YUMA +USC00059297 40.2094 -102.8117 1252.7 CO YUMA 10 NW +USC00060120 41.3333 -73.0833 6.1 CT ANSONIA +USC00060128 41.3492 -73.0917 41.5 CT ANSONIA 1 NE +USC00060227 41.8417 -73.0086 209.1 CT BAKERSVILLE +USC00060251 41.6167 -72.1000 43.0 CT BALTIC +USC00060299 41.9211 -72.9636 216.4 CT BARKHAMSTED +USC00060373 41.4500 -73.0500 54.9 CT BEACON FALLS +USC00060634 41.8333 -72.7333 52.1 CT BLOOMFIELD +USC00060801 41.2000 -73.2000 43.0 CT BRIDGEPORT +USC00060808 41.2003 -73.1569 21.3 CT BRIDGEPORT-SUCCESS HILL +USC00060830 41.6833 -72.9833 195.1 CT BRISTOL 3 W +USC00060918 41.7833 -71.9500 73.2 CT BROOKLYN +USC00060961 41.6764 -73.5086 79.2 CT BULLS BRG DAM +USC00060973 41.7944 -72.9319 153.9 CT BURLINGTON +USC00061093 41.4833 -73.4667 153.0 CT CANDLEWOOD LAKE +USC00061488 41.4614 -72.5197 48.8 CT COCKAPONSET RS +USC00061499 41.5500 -72.3667 146.0 CT COLCHESTER 2 W +USC00061508 42.0003 -73.0439 243.5 CT COLEBROOK RVR LAKE +USC00061536 41.8000 -72.9333 85.0 CT COLLINSVILLE 1 S +USC00061689 41.8000 -72.3500 146.3 CT COVENTRY +USC00061715 41.9000 -73.3167 396.8 CT CREAM HILL +USC00061762 41.4000 -73.4167 123.4 CT DANBURY +USC00061798 41.3667 -72.9833 49.1 CT DAWSON LAKE +USC00061844 41.3167 -73.0833 21.0 CT DERBY SHELTON +USC00062073 41.9000 -72.0833 164.9 CT EASTFORD +USC00062169 41.2847 -72.8564 9.1 CT EAST HAVEN SALTONSTALL +USC00062288 41.2333 -73.2500 52.1 CT EASTON RSVR +USC00062655 41.9333 -73.3167 286.5 CT FALLS VILLAGE 1 +USC00062658 41.9500 -73.3667 167.6 CT FALLS VILLAGE HCN +USC00062760 42.0281 -72.5750 41.1 CT ENFIELD +USC00062899 41.4333 -72.0833 13.7 CT GALES FERRY +USC00063137 41.0833 -73.7000 136.9 CT GREENWICH +USC00063207 41.3511 -72.0389 12.2 CT GROTON HCN +USC00063210 41.2858 -72.6714 6.1 CT GUILFORD +USC00063420 41.7675 -72.0531 149.4 CT HAMPTON +USC00063446 41.7667 -72.7000 43.0 CT HARTFORD +USC00063495 41.9000 -73.2833 299.0 CT HAUTBOY HILL FARM +USC00063583 41.2333 -73.2667 73.2 CT HEMLOCKS RSVR +USC00063857 41.6297 -71.9014 121.9 CT JEWETT CITY +USC00063905 41.7333 -73.4833 116.1 CT KENT +USC00063989 41.4000 -72.1833 54.9 CT LAKE KONOMOC +USC00064096 41.1667 -73.5500 107.0 CT LAUREL RSVR +USC00064443 41.7667 -72.4833 128.0 CT MANCHESTER +USC00064488 41.7569 -72.1856 76.2 CT MANSFIELD HOLLOW LAKE +USC00064599 41.2000 -73.5167 146.0 CT MEAD POND RSVR +USC00064757 41.5500 -72.5500 41.1 CT MIDDLETOWN WB +USC00064767 41.5500 -72.7167 112.5 CT MIDDLETOWN 4 W +USC00064790 41.2000 -73.0833 9.1 CT MILFORD +USC00064933 41.8333 -73.3000 438.9 CT MOHAWK RS +USC00065018 41.5000 -72.4333 139.9 CT MOODUS RSVR +USC00065077 41.4078 -72.9028 54.9 CT MT CARMEL +USC00065125 41.8833 -72.0833 164.9 CT NATCHAUG RS +USC00065131 41.7667 -72.3500 174.0 CT NATHAN HALE SF +USC00065262 41.8833 -72.9500 116.1 CT NEW HARTFORD +USC00065266 41.3000 -72.9333 6.1 CT NEW HAVEN +USC00065285 41.7000 -72.7333 46.0 CT NEWINGTON +USC00065309 41.3500 -72.1000 18.3 CT NEW LONDON +USC00065445 41.9725 -73.2208 408.4 CT NORFOLK 2 SW +USC00065510 41.3333 -72.7667 64.0 CT NORTH BRANFORD +USC00065641 41.3833 -72.7167 85.0 CT NORTH GUILFORD +USC00065664 41.7667 -73.4333 139.9 CT NORTH KENT +USC00065757 42.0333 -72.4333 85.3 CT NORTH SOMERS +USC00065772 41.1167 -73.5333 61.0 CT NORTH STAMFORD RSVR +USC00065892 41.1333 -73.4500 36.9 CT NORWALK +USC00065893 41.1167 -73.4167 11.3 CT NORWALK GAS PLT +USC00065904 41.5500 -72.0833 61.0 CT NORWICH +USC00065905 41.5000 -72.1500 92.0 CT NORWICH 5 SW +USC00065910 41.5269 -72.0642 6.1 CT NORWICH PUB UTILITY PLT +USC00066131 41.5833 -71.8500 82.0 CT PACHAUG FOREST +USC00066239 41.9333 -73.0000 134.1 CT PEOPLES RS +USC00066597 41.5000 -72.9500 128.0 CT PROSPECT +USC00066645 41.9167 -71.9167 91.4 CT PUTNAM +USC00066650 41.9000 -71.8667 171.0 CT PUTNAM HEIGHTS +USC00066655 41.0825 -73.6386 91.4 CT PUTNAM LAKE +USC00066660 41.9333 -71.9333 85.0 CT PUTNAM WTR WKS +USC00066942 41.8667 -72.4333 155.4 CT ROCKVILLE +USC00066954 41.1000 -73.6333 100.9 CT ROCKWOOD LAKE +USC00066966 41.5833 -73.4333 67.1 CT ROCKY RVR DAM +USC00067002 41.3008 -73.5369 243.8 CT ROUND POND +USC00067109 41.9833 -73.4500 328.9 CT SALISBURY +USC00067157 41.2500 -73.3500 91.4 CT SAUGATUCK RSVR +USC00067361 41.3167 -73.0833 18.0 CT SHELTON +USC00067373 41.7167 -73.3000 256.0 CT SHEPAUG DAM +USC00067432 41.6444 -72.8167 126.5 CT SHUTTLE MEADOW RSVR +USC00067904 42.0000 -72.2833 207.0 CT STAFFORD +USC00067946 41.9500 -72.3000 164.9 CT STAFFORD SPRINGS +USC00067949 41.9500 -72.2000 312.4 CT STAFFORD SPRINGS NEAR +USC00067958 41.9983 -72.2606 224.3 CT STAFFORDVILLE +USC00067959 41.9500 -72.3000 138.7 CT STAFFORD SPRINGS 2 +USC00067969 41.0667 -73.5000 34.1 CT STAMFORD +USC00067970 41.1247 -73.5475 57.9 CT STAMFORD 5 N HCN +USC00068065 41.3819 -73.1717 35.1 CT STEVENSON DAM +USC00068138 41.7950 -72.2286 202.7 CT STORRS HCN +USC00068324 41.6500 -73.0833 116.1 CT THOMASTON +USC00068330 41.6931 -73.0600 164.0 CT THOMASTON DAM +USC00068364 42.0000 -72.6000 31.1 CT THOMPSONVILLE +USC00068436 41.8000 -73.1167 176.8 CT TORRINGTON +USC00068438 41.8000 -73.1167 190.5 CT TORRINGTON (1) +USC00068441 41.8000 -73.1333 182.9 CT TORRINGTON 2 +USC00068488 41.2833 -73.1500 98.1 CT TRAP FALLS RSVR +USC00068835 41.7333 -73.3333 310.9 CT WARREN +USC00068859 41.6333 -73.3167 189.0 CT WASHINGTON +USC00068906 41.5500 -73.0333 103.9 CT WATERBURY +USC00068911 41.5667 -73.0333 103.9 CT WATERBURY CITY HALL +USC00068916 41.5833 -73.0333 185.9 CT WATERBURY RADIO WBRY +USC00069007 41.3000 -73.0333 57.9 CT WEPAWAUG RSVR +USC00069067 41.3000 -72.4333 11.9 CT WESTBROOK +USC00069162 41.8089 -72.7806 109.7 CT WEST HARTFORD NEPP +USC00069174 42.0000 -72.9667 353.9 CT WEST HARTLAND +USC00069388 41.9442 -71.9031 109.7 CT W THOMPSON LAKE +USC00069508 41.7333 -72.9500 177.1 CT WHIGVILLE RSVR +USC00069544 41.3333 -72.9167 11.9 CT WHITNEY LAKE +USC00069568 41.6667 -73.1333 173.7 CT WIGWAM RSVR +USC00069592 41.7167 -72.2333 75.9 CT WILLIMANTIC +USC00069759 41.6167 -72.9500 259.1 CT WOLCOTT RSVR +USC00069775 41.5536 -73.2297 198.1 CT WOODBURY +USC00069783 41.5667 -73.2667 285.0 CT WOODBURY 3 W +USC00071200 39.5917 -75.7325 24.4 DE BEAR 2 SW +USC00071330 38.7500 -75.6167 14.9 DE BRIDGEVILLE 1 NW +USC00071483 39.3000 -75.6333 11.9 DE CLAYTON +USC00072625 39.5667 -75.5833 3.0 DE DELAWARE CY REEDY POIN +USC00072730 39.1467 -75.5056 9.1 DE DOVER HCN +USC00073500 38.5311 -75.2350 12.5 DE FRANKFORD +USC00073570 38.6333 -75.4500 13.7 DE GEORGETOWN 5 SW +USC00073595 38.8161 -75.5761 13.7 DE GREENWOOD 2NE HCN +USC00075217 38.5333 -75.5667 9.1 DE LAUREL 2 SW +USC00075320 38.7756 -75.1389 4.6 DE LEWES +USC00075852 39.4500 -75.6667 16.8 DE MIDDLETOWN 3 E +USC00075915 38.8983 -75.4250 10.7 DE MILFORD 2 SE HCN +USC00076020 38.5833 -75.3167 6.1 DE MILLSBORO +USC00076102 38.8203 -75.2030 1.2 DE MILTON +USC00076405 39.6667 -75.7500 34.1 DE NEWARK PUMPING STN +USC00076410 39.6694 -75.7514 27.4 DE NEWARK UNIV FARM HCN +USC00078269 38.4667 -75.2167 9.1 DE SELBYVILLE +USC00078508 39.2947 -75.6194 12.2 DE SMYRNA 1 W +USC00078510 39.3500 -75.6333 14.9 DE SMYRNA 3 NNW +USC00079600 39.7500 -75.5500 31.1 DE WILMINGTON CITY HALL +USC00079605 39.7739 -75.5414 82.3 DE WILMINGTON PORTER RSCH HCN +USC00080025 29.8833 -83.6333 -999.9 FL ADAMS BEACH +USC00080070 29.0500 -81.5500 21.0 FL ALEXANDER SPRINGS 3 SE +USC00080211 29.7258 -85.0206 6.1 FL APALACHICOLA AIRPORT HCN 72220 +USC00080228 27.2178 -81.8742 7.6 FL ARCADIA HCN +USC00080236 27.1819 -81.3508 42.7 FL ARCHBOLD BIO STN +USC00080369 27.5947 -81.5267 46.9 FL AVON PARK 2 W +USC00080374 27.6000 -81.5000 46.0 FL AVON PARK 1 NW +USC00080390 27.8500 -81.5167 38.1 FL BABSON PARK 1 ENE +USC00080414 24.6550 -81.2800 1.8 FL BAHIA HONDA SP +USC00080478 27.8861 -81.8325 33.8 FL BARTOW 1SE HCN +USC00080488 27.3833 -81.0333 11.9 FL BASINGER +USC00080520 28.0667 -82.5000 14.9 FL BAY LAKE +USC00080531 30.1667 -85.7167 2.7 FL BAY POINT +USC00080535 28.5500 -82.6333 14.9 FL BAYPORT +USC00080540 28.5500 -82.6167 -999.9 FL BAYPORT +USC00080598 29.7956 -82.9178 9.1 FL BELL 4NW +USC00080611 26.6928 -80.6711 6.1 FL BELLE GLADE HCN +USC00080616 26.7000 -80.7167 9.4 FL BELLE GLADE HRCN GT 4 +USC00080735 26.3650 -81.5478 7.9 FL BIG CORKSCREW +USC00080737 26.3283 -80.9958 4.6 FL BIG CYPRESS +USC00080739 26.3167 -81.0000 4.9 FL BIG CYPRESS INDIAN RSV +USC00080747 24.7167 -81.3833 3.0 FL BIG PINE KEY +USC00080758 28.5500 -81.1167 19.8 FL BITHLO +USC00080765 30.9833 -86.6500 67.1 FL BLACKMAN +USC00080804 30.4500 -85.0500 18.3 FL BLOUNTSTOWN 2 SE +USC00080845 26.3675 -80.1108 4.3 FL BOCA RATON +USC00080875 30.7833 -85.6833 36.6 FL BONIFAY +USC00080887 26.3333 -81.7500 3.0 FL BONITA SPGS 2 MI ESE +USC00080940 27.4833 -82.5500 3.0 FL BRADENTON EXP STN +USC00080945 27.4467 -82.5014 6.1 FL BRADENTON 5 ESE +USC00080975 29.9625 -82.9108 9.1 FL BRANFORD +USC00080992 27.0436 -81.0700 4.3 FL BRIGHTON RSVN +USC00081020 30.4181 -84.9861 48.8 FL BRISTOL +USC00081022 30.3794 -84.9789 43.9 FL BRISTOL 2S +USC00081046 28.6164 -82.3658 73.2 FL BROOKSVILLE CHIN HILL +USC00081051 28.6333 -82.3167 61.0 FL BROOKSVILLE NURSY 1 +USC00081056 28.6333 -82.3333 61.0 FL BROOKSVILLE 2 +USC00081163 28.6664 -82.0894 22.9 FL BUSHNELL 1 E +USC00081218 29.9833 -81.9833 57.9 FL CAMP BLANDING +USC00081271 26.8667 -80.6333 11.9 FL CANAL POINT GATE 5 +USC00081276 26.8639 -80.6256 9.1 FL CANAL PT USDA +USC00081299 30.6000 -87.3167 46.0 FL CANTONMENT +USC00081305 25.1500 -80.9333 -999.9 FL FLAMINGO RS +USC00081306 25.6719 -80.1567 1.8 FL CAPE FLORIDA +USC00081310 26.5333 -82.1833 -999.9 FL CAPTIVA +USC00081356 29.8667 -84.6667 3.0 FL CARRABELLE 1 NNW +USC00081388 30.7667 -85.8167 15.2 FL CARYVILLE +USC00081432 29.1333 -83.0500 3.0 FL CEDAR KEY 1 WSW +USC00081502 30.7000 -84.8667 27.1 FL CHATTAHOOCHEE 1 W +USC00081544 30.7806 -85.5503 39.6 FL CHIPLEY +USC00081556 25.8144 -81.3617 1.8 FL CHOKOLOSKEE +USC00081565 28.5500 -81.1000 21.0 FL BITHLO +USC00081601 30.4647 -85.1992 38.1 FL CLARKSVILLE 2 N +USC00081632 27.9667 -82.7667 21.0 FL CLEARWATER +USC00081635 27.9833 -82.8333 3.0 FL CLEARWATER BEACH +USC00081641 28.4558 -81.7233 39.6 FL CLERMONT 9 S +USC00081649 26.7333 -80.9500 6.1 FL CLEWISTON AP +USC00081651 26.7361 -81.0492 5.5 FL CLEWISTON #2 +USC00081654 26.7422 -80.9400 6.1 FL CLEWISTON +USC00081716 25.6500 -80.2833 3.0 FL MIAMI 12 SSW +USC00081775 30.6000 -85.4000 64.0 FL COMPASS LAKE +USC00081795 24.7833 -80.8833 1.8 FL CONCH KEY +USC00081800 26.0472 -80.2839 3.4 FL COOPER CITY +USC00081832 25.1833 -80.9000 -999.9 FL COOT BAY RS +USC00081858 26.2678 -80.2750 3.0 FL CORAL SPRINGS +USC00081869 27.4000 -81.1667 11.9 FL CORNWELL 4 NW +USC00081978 29.4250 -81.5161 16.2 FL CRESCENT CITY +USC00081984 30.7667 -86.5833 73.2 FL CRESTVIEW RADIO WJSB +USC00082008 29.6333 -83.1053 12.8 FL CROSS CITY 1 E +USC00082046 24.7425 -80.9819 1.2 FL CURRY HAMMOCK SP +USC00082114 26.0667 -80.2000 3.0 FL DANIA 4 WNW +USC00082150 29.1967 -81.0083 8.8 FL DAYTONA BEACH +USC00082200 28.1000 -80.9000 14.9 FL DEER PARK +USC00082220 30.7244 -86.0939 74.7 FL DE FUNIAK SPRINGS 1 E HCN +USC00082229 29.0097 -81.2981 7.6 FL DELAND 1 SSE +USC00082288 27.3697 -81.5136 25.9 FL DESOTO CITY 8 SW +USC00082298 26.6639 -81.0900 7.9 FL DEVILS GARDEN +USC00082391 30.2497 -83.2594 16.5 FL DOWLING PARK 1 W +USC00082418 24.6278 -82.8736 0.9 FL DRY TORTUGAS +USC00082441 24.7706 -80.9072 1.2 FL DUCK KEY +USC00082827 28.8500 -81.6833 21.0 FL EUSTIS 2 S +USC00082834 28.3500 -81.8333 36.9 FL EVA +USC00082850 25.8489 -81.3897 1.5 FL EVERGLADES HCN +USC00082915 29.7550 -81.5389 1.5 FL FEDERAL PT HCN +USC00082923 26.5333 -81.4333 11.9 FL FELDA +USC00082936 27.6833 -80.6500 6.1 FL FELLSMERE 7 SSW +USC00082944 30.6669 -81.4525 14.9 FL FERNANDINA BEACH HCN +USC00083020 25.1422 -80.9144 0.9 FL FLAMINGO RS +USC00083026 28.0425 -81.0372 23.2 FL FOREVER FLORIDA +USC00083137 27.5139 -80.7694 14.9 FL FORT DRUM +USC00083153 27.5728 -82.1392 34.1 FL FT GREEN 12 WSW +USC00083163 26.1019 -80.2011 4.9 FL FT LAUDERDALE HCN +USC00083168 26.1408 -80.1061 1.2 FL FT LAUDERDALE BEACH +USC00083171 26.0833 -80.2500 3.0 FL FT LAUDERDALE EXP STN +USC00083207 27.4419 -80.3508 7.6 FL FT PIERCE HCN +USC00083209 27.4272 -80.4053 6.1 FL FT PIERCE ARC +USC00083230 30.4333 -85.4167 42.7 FL FOUNTAIN 3 SSE +USC00083316 29.6500 -82.3500 52.1 FL GAINESVILLE UNIV OF FL +USC00083321 29.6333 -82.3667 29.3 FL GAINESVILLE 3 WSW +USC00083322 29.6814 -82.4942 29.0 FL GAINESVILLE 11 WNW +USC00083470 30.2717 -82.1856 39.0 FL GLEN ST MARY 1 W +USC00083538 30.9575 -85.5331 48.8 FL GRACEVILLE 1 SW +USC00083571 27.8000 -81.2000 14.3 FL GRAPE HAMMOCK +USC00083713 28.0833 -81.6167 -999.9 FL HAINES CITY 4 S +USC00083718 28.1000 -81.6500 -999.9 FL HAINES CITY 2 W +USC00083840 28.3833 -81.1833 18.0 FL HART LAKE +USC00083874 29.7653 -81.4697 3.0 FL HASTINGS 4NE +USC00083909 25.8175 -80.2858 3.7 FL HIALEAH +USC00083956 29.8286 -82.5972 19.8 FL HIGH SPRINGS +USC00083978 30.7000 -81.9333 21.0 FL HILLIARD +USC00083986 28.1469 -82.2275 16.2 FL HILLSBOROUGH RVR SP +USC00084050 26.0281 -80.1342 2.7 FL HOLLYWOOD +USC00084075 28.0500 -81.0500 21.0 FL HOLOPAW 6 SE +USC00084091 25.5000 -80.5000 3.4 FL HOMESTEAD EXP STN +USC00084095 25.5011 -80.5500 2.7 FL HOMESTEAD GEN AVIATION AP +USC00084198 26.5500 -80.0500 3.0 FL HYPOLUXO +USC00084210 26.4622 -81.4406 10.7 FL IMMOKALEE +USC00084242 27.8000 -81.3333 30.5 FL INDIAN LAKE ESTATES +USC00084262 27.0167 -80.4667 9.1 FL INDIANTOWN +USC00084273 29.0253 -82.6158 9.1 FL INGLIS 3 E +USC00084289 28.8028 -82.3128 17.7 FL INVERNESS 3 SE HCN +USC00084320 24.9178 -80.6364 1.8 FL ISLAMORADA +USC00084327 29.4500 -82.1000 21.0 FL ISLAND GROVE +USC00084332 28.4833 -81.5333 35.1 FL ISLEWORTH +USC00084366 30.2875 -81.3928 3.0 FL JACKSONVILLE BEACH +USC00084393 30.5333 -83.0167 46.0 FL JASPER 5 WNW +USC00084394 30.5228 -82.9447 44.8 FL JASPER +USC00084412 25.1936 -80.3492 1.8 FL JOHN PENNEKAMP SP +USC00084461 26.8600 -80.0553 1.5 FL JUNO BEACH +USC00084500 27.8703 -81.0436 18.6 FL KENANSVILLE +USC00084502 27.9167 -81.1167 20.4 FL KENANSVILLE 8 WNW +USC00084518 25.6833 -80.2833 6.1 FL KENDALL 2 E +USC00084571 24.5533 -81.7881 1.2 FL KEY W WFO +USC00084620 28.3000 -81.4167 21.0 FL KISSIMMEE +USC00084621 27.6039 -81.0531 21.9 FL KISSIMMEE PRAIRIE PRESERVE +USC00084625 28.2764 -81.4239 18.3 FL KISSIMMEE 2 +USC00084662 26.7458 -81.4264 4.9 FL LA BELLE +USC00084667 26.7667 -81.4500 4.9 FL LA BELLE 2 NW +USC00084707 28.1042 -81.7144 42.1 FL LAKE ALFRED EXP STN +USC00084712 28.1333 -81.7167 -999.9 FL LAKE ALFRED 3 NNE +USC00084723 29.9453 -82.3314 41.1 FL LAKE BUTLER +USC00084731 30.1853 -82.5942 59.4 FL LAKE CITY 2 E HCN +USC00084771 28.5333 -81.4667 36.9 FL LAKE HIAWASSEE +USC00084802 27.9922 -82.0139 42.4 FL LAKELAND 2 +USC00084845 27.2833 -81.3833 27.1 FL LAKE PLACID 2 SW +USC00084866 26.4333 -81.4833 9.1 FL LAKE TRAFFORD +USC00084892 30.4167 -83.9167 64.0 FL LAMONT 6 WNW +USC00084980 28.8167 -81.8667 21.0 FL LEESBURG +USC00085035 24.9000 -80.7000 3.0 FL LIGNUMVITAE KEY +USC00085076 28.8728 -81.7844 20.7 FL LISBON +USC00085099 30.2889 -82.9650 36.6 FL LIVE OAK +USC00085124 27.4167 -82.6500 3.0 FL LONGBOAT KEY +USC00085182 26.6833 -80.2667 4.3 FL LOXAHATCHEE +USC00085184 26.4986 -80.2161 6.4 FL LOXAHATCHEE NWR +USC00085237 29.2003 -81.9305 25.9 FL LYNNE +USC00085275 30.4653 -83.4022 36.6 FL MADISON HCN +USC00085315 27.9000 -81.5667 46.6 FL MAMMOTH GROVE LK WALES +USC00085345 24.7250 -81.0519 2.1 FL MARATHON FIRE RESCUE +USC00085351 24.7333 -81.0500 3.0 FL MARATHON SHORES +USC00085359 25.9492 -81.7139 3.0 FL MARCO IS +USC00085372 30.7667 -85.2667 52.1 FL MARIANNA SCH FOR BOYS +USC00085377 30.7342 -85.0306 35.1 FL MARIANNA 7 NE +USC00085391 29.6700 -81.2150 1.5 FL MARINELAND +USC00085539 30.1064 -83.1819 19.8 FL MAYO +USC00085603 28.0547 -80.5511 3.7 FL MELBOURNE BEACH A1A +USC00085607 28.1167 -80.7500 -999.9 FL MELBOURNE 10 WNW +USC00085612 28.1136 -80.6539 10.7 FL MELBOURNE WFO +USC00085622 29.7167 -82.0500 44.2 FL MELROSE +USC00085643 28.3500 -80.7000 9.1 FL MERRITT ISLAND +USC00085648 30.5500 -86.7500 7.6 FL METTS +USC00085653 25.7833 -80.1833 3.0 FL MIAMI BAYFRONT PARK +USC00085660 25.8833 -80.1333 3.0 FL MIAMI BEACH 2 +USC00085662 29.7167 -82.0500 44.2 FL MELROSE +USC00085667 25.7553 -80.3836 4.3 FL MIAMI NWSFO +USC00085678 25.6500 -80.3000 3.0 FL MIAMI 12 SSW +USC00085690 29.5000 -82.2833 -999.9 FL MICANOPY +USC00085705 30.0603 -81.8475 25.0 FL MIDDLEBURG +USC00085719 26.1833 -81.3500 46.0 FL MILES CITY TWR +USC00085756 30.7500 -86.6500 30.5 FL MILLIGAN +USC00085793 30.7794 -87.1414 66.1 FL MILTON EXP STN +USC00085850 30.7000 -87.3667 14.9 FL MOLINO +USC00085866 25.8500 -81.1000 -999.9 FL MONROE +USC00085879 30.4922 -83.7833 29.9 FL MONTICELLO 5 SE +USC00085880 30.4406 -83.9858 66.8 FL MONTICELLO 10 SW +USC00085895 26.8400 -81.0872 10.7 FL MOORE HAVEN LOCK 1 +USC00085935 29.2833 -82.4500 24.4 FL MORRISTON +USC00085950 30.3333 -81.6833 3.0 FL MORTON'S FM DUVAN FM +USC00085973 27.9378 -81.5992 38.1 FL MTN LAKE +USC00085990 30.6667 -84.7000 92.0 FL MT PLEASANT 2 W +USC00086040 27.6167 -82.7333 1.5 FL MULLET KEY +USC00086048 26.8261 -81.4914 13.1 FL MUSE +USC00086065 27.2417 -82.3161 6.1 FL MYAKKA RIVER SP +USC00086078 26.1653 -81.6842 12.2 FL NAPLES +USC00086092 27.2878 -80.2214 3.0 FL NETTLES IS +USC00086129 30.9539 -85.8831 32.0 FL NEW HOPE +USC00086210 29.0500 -80.9500 3.0 FL NEW SMYRNA BEACH +USC00086240 30.5317 -86.4928 18.3 FL NICEVILLE +USC00086251 27.9333 -81.0000 21.0 FL NITTAW 1 S +USC00086315 25.9500 -80.2158 3.0 FL N MIAMI BEACH #2 +USC00086318 26.5667 -80.7500 6.1 FL NORTH NEW RVR CANAL 1 +USC00086323 26.3336 -80.5372 4.9 FL NORTH NEW RVR CANAL 2 +USC00086404 27.8000 -81.2000 18.3 FL OASIS FISHING LODGE +USC00086406 25.8603 -81.0331 2.4 FL OASIS RS +USC00086414 29.1639 -82.0778 22.9 FL OCALA HCN +USC00086416 29.1667 -81.7667 -999.9 FL OCALA NF CNTRL TWR +USC00086419 29.2000 -82.1000 21.0 FL OCALA 2 NE +USC00086477 27.2556 -80.8358 7.9 FL OKEECHOBEE INTOWN +USC00086478 27.2500 -80.8667 -999.9 FL OKEECHOBEE NEAR +USC00086480 27.2333 -80.9667 6.1 FL OKEECHOBEE 9 W +USC00086485 27.1508 -80.8653 5.5 FL OKEECHOBEE +USC00086500 29.6167 -82.9833 -999.9 FL OLD TOWN +USC00086515 30.2000 -82.4500 -999.9 FL OLUSTEE +USC00086584 28.9333 -81.3000 15.8 FL ORANGE CITY +USC00086598 28.8333 -81.9833 22.9 FL ORANGE HOME +USC00086612 30.1667 -81.7000 7.6 FL ORANGE PARK +USC00086618 29.4794 -81.9681 15.2 FL ORANGE SPRINGS 2SSW +USC00086620 29.5000 -81.9167 9.1 FL ORANGE SPRINGS 1 E +USC00086633 28.5500 -81.3500 34.1 FL ORLANDO WTP +USC00086634 28.5083 -81.5467 45.7 FL ORLANDO W +USC00086657 26.7897 -81.3045 6.1 FL ORTONA LOCK 2 +USC00086700 28.9333 -82.0333 -999.9 FL OXFORD +USC00086753 29.6439 -81.6606 21.3 FL PALATKA +USC00086761 27.9153 -80.6458 8.2 FL PALM BAY +USC00086764 26.8261 -80.1489 6.1 FL PALM BEACH GARDENS +USC00086767 29.6319 -81.2061 1.5 FL PALM COAST 6NE +USC00086828 29.9989 -84.4850 1.8 FL PANACEA 1 S +USC00086836 30.1667 -85.7000 3.0 FL PANAMA CITY +USC00086841 30.1667 -85.7000 4.6 FL PANAMA CITY 2 +USC00086842 30.2492 -85.6606 1.5 FL PANAMA CITY 5N +USC00086855 28.7500 -82.1000 -999.9 FL PANASOFFKEE +USC00086880 27.6089 -82.3475 18.3 FL PARRISH +USC00086969 29.9833 -81.8000 29.0 FL PENNY FARMS +USC00086988 25.9297 -80.4539 3.0 FL PENNSUCO 5 WNW +USC00086999 30.5300 -87.1989 34.7 FL PENSACOLA 7 NNE +USC00087005 25.9383 -80.4406 2.1 FL PENSUCCO II +USC00087020 25.5819 -80.4361 3.0 FL PERRINE 4W HCN +USC00087025 30.0986 -83.5742 13.7 FL PERRY +USC00087033 25.6000 -80.3500 6.1 FL PERRINE 4W +USC00087070 29.0167 -81.4667 -999.9 FL PIERSON +USC00087115 25.7500 -80.9333 4.9 FL PINECREST +USC00087137 27.8333 -82.7000 4.6 FL PINELLAS PARK +USC00087189 26.1108 -80.2728 2.1 FL PLANTATION +USC00087205 28.0208 -82.1386 33.5 FL PLANT CITY +USC00087228 28.7992 -81.5372 27.4 FL MT PLYMOUTH 1SSW +USC00087254 26.2333 -80.1406 4.6 FL POMPANO BEACH +USC00087261 29.0361 -80.9181 4.9 FL NEW SMYRNA BCH - MARINE DISCOV +USC00087272 30.2333 -81.3833 -999.9 FL PONTE VEDRA BEACH +USC00087293 26.9833 -80.6167 11.9 FL PORT MAYACA S L CANAL +USC00087304 27.0997 -80.2628 3.7 FL PORT SALERNO 5W +USC00087395 26.9333 -82.0500 3.0 FL PUNTA GORDA +USC00087397 26.9147 -81.9969 6.1 FL PUNTA GORDA 4 ESE +USC00087424 30.5833 -84.5833 75.9 FL QUINCY EXP STN +USC00087429 30.5497 -84.5836 74.7 FL QUINCY 3 SSW +USC00087440 30.0678 -82.1928 36.6 FL RAIFORD STATE PRISON +USC00087600 26.6833 -80.6667 5.5 FL RITTA +USC00087665 29.0667 -82.4667 3.0 FL ROCKWELL +USC00087758 26.8561 -80.3008 3.0 FL ROYAL PALM BEACH WEST +USC00087760 25.3867 -80.5936 2.1 FL ROYAL PALM RS +USC00087812 29.8833 -81.3333 6.1 FL ST AUGUSTINE +USC00087820 29.8333 -81.2667 3.0 FL ST AUGUSTINE BEACH +USC00087826 29.8858 -81.2883 3.7 FL ST AUGUSTINE LIGHTHOUSE +USC00087832 28.2500 -81.2667 19.2 FL ST. CLOUD +USC00087838 29.0333 -81.3833 6.1 FL ST. FRANCIS +USC00087851 28.3378 -82.2600 57.9 FL SAINT LEO HCN +USC00087859 27.1167 -80.2833 6.4 FL ST LUCIE NEW LOCK 1 +USC00087867 30.1000 -84.1667 3.0 FL ST MARKS 5 SSE +USC00087869 30.1922 -84.2117 3.0 FL ST MARKS NWR +USC00087886 27.7628 -82.6261 2.4 FL ST PETERSBURG +USC00087950 30.0667 -84.6000 11.9 FL SANBORN TWR +USC00087977 28.8167 -81.2500 3.0 FL SANFORD EXP STN +USC00087982 28.8147 -81.2778 3.7 FL SANFORD +USC00088021 27.3500 -82.5333 9.1 FL SARASOTA +USC00088024 27.3333 -82.4667 9.1 FL SARASOTA 5 E +USC00088040 29.5500 -81.6500 23.8 FL SATSUMA HEIGHTS +USC00088051 28.7300 -80.8794 12.8 FL SCOTTSMOOR 2.5 SSW +USC00088076 29.6711 -83.3883 1.5 FL SEA HAG MARINA +USC00088082 27.8167 -80.4833 11.0 FL SEBASTIAN +USC00088094 30.2000 -83.6500 14.9 FL SECOTAN +USC00088165 27.8167 -81.2167 18.3 FL SHADY OAKS FISH CAMP +USC00088290 30.2000 -84.6667 18.3 FL SMITH CREEK +USC00088368 26.4700 -80.6403 6.1 FL S BAY 15 S +USC00088396 25.7000 -80.3500 24.1 FL SOUTH MIAMI 5 W +USC00088527 29.9333 -82.1000 49.4 FL STARKE +USC00088529 29.9381 -82.1164 45.7 FL STARKE +USC00088530 29.9500 -82.0333 50.3 FL STARKE 5 E +USC00088565 29.7236 -83.3061 10.7 FL STEINHATCHEE 6 ENE +USC00088573 29.7000 -83.3833 3.0 FL STEPHENSVILLE +USC00088620 27.1897 -80.2397 4.0 FL STUART +USC00088671 26.2667 -81.3500 3.0 FL SUNNILAND +USC00088737 30.0667 -81.6500 3.0 FL SWITZERLAND +USC00088754 30.4333 -84.2833 58.5 FL TALLAHASSEE +USC00088756 30.3961 -84.3556 16.8 FL TALLAHASSEE AP +USC00088775 25.7667 -80.4500 3.0 FL TAMIAMI CANAL +USC00088780 25.7608 -80.8242 4.6 FL TAMIAMI TRAIL 40 MI BEND +USC00088782 27.7053 -82.4008 12.2 FL TAMPA BAY AREA WFO 72210 +USC00088786 27.9500 -82.4500 -999.9 FL TAMPA +USC00088824 28.1522 -82.7539 2.4 FL TARPON SPGS SEWAGE PL HCN +USC00088841 25.0069 -80.5211 2.1 FL TAVERNIER +USC00088890 28.0500 -82.3833 22.9 FL TEMPLE TERRACES +USC00088942 28.6242 -80.8169 4.9 FL TITUSVILLE HCN +USC00088967 28.1333 -81.3333 18.0 FL TOHOPEKALIGA CYP CANAL +USC00089034 30.0058 -82.9975 18.3 FL TROY SPRING SP +USC00089048 27.8000 -81.1833 18.3 FL TURKEY HAMMOCK +USC00089120 29.4081 -82.8189 10.1 FL USHER TWR +USC00089176 27.1006 -82.4364 2.4 FL VENICE +USC00089184 27.1350 -81.3303 49.1 FL VENUS +USC00089206 30.6167 -85.7167 14.9 FL VERNON +USC00089219 27.6528 -80.4031 6.1 FL VERO BEACH 4SE +USC00089401 27.5478 -81.7994 18.3 FL WAUCHULA +USC00089417 30.6333 -85.5833 76.2 FL WAUSAU +USC00089430 28.5175 -82.5756 6.1 FL WEEKI WACHEE +USC00089511 26.0933 -80.3953 3.0 FL WESTON +USC00089520 26.7167 -80.0500 6.1 FL WEST PALM BEACH +USC00089521 26.7333 -80.0500 2.4 FL WEST PALM BCH RADIO WJ +USC00089566 30.1192 -85.2042 12.8 FL WEWAHITCHKA +USC00089640 30.4392 -82.7847 40.2 FL WHITE SPRINGS 7N +USC00089660 30.1667 -84.9167 15.2 FL WILMA +USC00089707 28.0153 -81.7331 44.2 FL WINTER HAVEN +USC00089795 30.7219 -84.8742 32.6 FL WOODRUFF DAM +USC00089900 28.7333 -81.6000 53.3 FL ZELLWOOD +USC00090006 31.9939 -83.3089 74.1 GA ABBEVILLE - RIVER +USC00090010 31.9381 -83.3078 73.2 GA ABBEVILLE 4S +USC00090041 34.3667 -84.9333 213.4 GA ADAIRSVILLE +USC00090044 34.3408 -84.8347 291.4 GA ADAIRSVILLE 5 SE +USC00090051 31.1397 -83.4230 70.1 GA ADEL +USC00090053 31.1167 -83.4167 73.2 GA ADEL 2 S +USC00090090 32.1833 -82.5667 71.6 GA AILEY +USC00090131 31.3500 -83.2167 88.1 GA ALAPAHA EXP STN +USC00090140 31.5339 -84.1489 54.9 GA ALBANY 3 SE HCN +USC00090180 34.1667 -84.7333 225.9 GA ALLATOONA DAM +USC00090181 34.1650 -84.7300 297.2 GA ALLATOONA DAM 2 +USC00090190 32.5833 -83.2333 131.1 GA ALLENTOWN +USC00090219 34.1014 -84.3506 346.9 GA ALPHARETTA 4 SSW +USC00090236 34.4417 -83.5161 279.8 GA ALTO 4 SE +USC00090253 32.0306 -84.2461 121.0 GA AMERICUS +USC00090258 32.1025 -84.2667 137.2 GA AMERICUS EXP STN NRSY +USC00090284 32.2000 -84.1333 118.9 GA ANDERSONVILLE +USC00090296 34.9167 -84.0167 601.1 GA ANTIOCH +USC00090310 33.5333 -82.3167 73.2 GA APPLING +USC00090311 33.5572 -82.3369 120.7 GA APPLING 2 NW +USC00090406 31.7003 -83.6231 132.6 GA ASHBURN 3 ENE +USC00090430 33.9667 -83.3833 -999.9 GA ATHENS +USC00090432 33.9167 -83.3500 210.0 GA ATHENS COLLEGE OF AG +USC00090441 31.2333 -81.8667 21.3 GA ATKINSON 2 W +USC00090444 33.8264 -84.4961 276.5 GA ATLANTA 9NW +USC00090446 33.7500 -84.3167 305.1 GA ATLANTA KIRKWOOD +USC00090456 33.7500 -84.3833 346.9 GA ATLANTA WB CITY +USC00090485 34.0167 -83.8333 358.1 GA AUBURN +USC00090500 33.4667 -81.9667 39.9 GA AUGUSTA +USC00090581 30.9167 -84.5833 36.9 GA BAINBRIDGE +USC00090586 30.8228 -84.6175 57.9 GA BAINBRIDGE INTL PAPER HCN +USC00090603 34.3328 -84.4703 387.1 GA BALL GROUND +USC00090660 33.0500 -84.1500 265.2 GA BARNESVILLE +USC00090661 32.9847 -84.0881 227.1 GA BARNESVILLE #2 +USC00090670 31.8414 -82.3756 64.9 GA BAXLEY 5NNW +USC00090746 34.9194 -84.8322 225.6 GA BEAVERDALE 1 E +USC00090787 32.1500 -81.9667 57.9 GA BELLVILLE +USC00090840 30.8333 -81.8333 7.6 GA BERNE +USC00090946 31.4833 -81.2167 3.0 GA BLACKBEARD ISLAND +USC00090969 34.8544 -83.9444 594.1 GA BLAIRSVILLE EXP STN +USC00090979 31.2239 -84.5553 81.7 GA BLAKELY +USC00091024 34.8667 -84.3167 560.8 GA BLUE RIDGE 3 SW +USC00091029 34.8833 -84.2833 476.1 GA BLUE RIDGE RESVR DAM +USC00091115 34.3667 -83.0833 281.9 GA BOWERSVILLE +USC00091132 34.2000 -83.0333 239.3 GA BOWMAN +USC00091155 32.4500 -81.6667 61.0 GA BRAG +USC00091170 34.8667 -83.8167 1457.9 GA BRASSTOWN BALD +USC00091200 32.9833 -84.0167 213.4 GA BRENT +USC00091260 31.8333 -84.3667 111.3 GA BRONWOOD +USC00091266 32.3750 -81.6730 54.9 GA BROOKLET 1 W +USC00091340 31.1681 -81.5022 4.0 GA BRUNSWICK HCN +USC00091372 32.3178 -84.5203 196.9 GA BUENA VISTA +USC00091413 34.7833 -83.5500 540.1 GA BURTON DAM +USC00091425 32.6525 -84.1858 135.9 GA BUTLER +USC00091433 33.3667 -81.9500 36.9 GA BUTLER CREEK +USC00091448 32.6694 -83.7453 149.4 GA BYRON EXP STN +USC00091453 33.1500 -83.8833 137.2 GA CABANISS +USC00091463 30.8697 -84.2175 61.3 GA CAIRO 1SW +USC00091474 34.4833 -84.9667 199.6 GA CALHOUN EXP STN +USC00091488 33.4500 -82.6500 179.8 GA CAMAK +USC00091500 31.1903 -84.2036 53.3 GA CAMILLA 3SE HCN +USC00091515 34.5500 -83.4000 394.1 GA CAMP TOCCOA +USC00091520 34.7000 -83.6333 92.0 GA CAMP WHEELER +USC00091544 31.8667 -81.6167 27.1 GA FT STEWART 74780 +USC00091585 34.2072 -84.5039 345.9 GA CANTON +USC00091601 34.0667 -82.9833 136.9 GA CARLTON BRG +USC00091619 34.3656 -83.2328 204.2 GA CARNESVILLE +USC00091640 33.5972 -85.0806 303.3 GA CARROLLTON +USC00091657 34.6061 -84.7194 225.6 GA CARTERS 1 WSW +USC00091665 34.2042 -84.7925 240.5 GA CARTERSVILLE +USC00091670 34.1825 -84.7958 234.7 GA CARTERSVILLE #2 +USC00091715 34.0500 -85.3500 244.1 GA CAVE SPRINGS 4 SSW +USC00091727 31.0458 -83.3917 61.0 GA CECIL +USC00091732 34.0589 -85.2339 239.3 GA CEDARTOWN +USC00091844 31.9578 -82.5172 25.9 GA CHARLOTTE +USC00091856 34.7667 -84.7833 235.0 GA CHATSWORTH +USC00091863 34.7583 -84.7642 216.4 GA CHATSWORTH 2 +USC00091906 34.9000 -85.2717 225.6 GA CHICKAMAUGA PARK +USC00091908 34.9203 -85.2711 238.4 GA CHICKAMAUGA PK LARC +USC00091927 34.8000 -83.9000 580.0 GA CHOESTOE +USC00091965 34.6158 -83.5428 423.7 GA CLARKESVILLE +USC00091973 32.1678 -81.9008 57.3 GA CLAXTON +USC00091982 34.8878 -83.3967 598.9 GA CLAYTON 1 SSW +USC00091998 34.4503 -83.8550 390.4 GA CLERMONT 4 WSW +USC00092006 34.5858 -83.7658 477.6 GA CLEVELAND +USC00092055 32.5333 -81.2667 28.0 GA CLYO 1 NNW +USC00092076 32.4200 -83.3089 114.9 GA COCHRAN 3 NE +USC00092153 31.1681 -84.7664 46.6 GA COLQUITT 2 W +USC00092159 32.5181 -84.9378 132.6 GA COLUMBUS #2 +USC00092161 32.4500 -84.9833 56.4 GA COLUMBUS DARDC +USC00092180 34.2625 -83.4894 249.9 GA COMMERCE 4 NNW +USC00092198 33.1000 -84.4333 253.0 GA CONCORD +USC00092238 31.0167 -83.8667 76.2 GA COOLIDGE +USC00092246 34.6333 -84.0500 580.0 GA COOPER GAP +USC00092266 31.9850 -83.7747 93.9 GA CORDELE +USC00092283 34.5181 -83.5286 448.1 GA CORNELIA +USC00092318 33.5972 -83.8436 234.4 GA COVINGTON HCN +USC00092328 33.5500 -82.9000 187.5 GA CRAWFORDVILLE +USC00092361 31.8453 -83.9408 74.7 GA CRISP CO PWR DAM +USC00092395 32.8667 -84.1000 210.3 GA CULLODEN +USC00092408 34.2286 -84.1281 347.5 GA CUMMING 2N +USC00092412 34.2167 -84.1667 435.9 GA CUMMING 1 WNW +USC00092429 34.4397 -85.1033 188.1 GA CURRYVILLE 3 W +USC00092450 31.7672 -84.7931 140.5 GA CUTHBERT +USC00092475 34.5069 -84.0208 445.0 GA DAHLONEGA 4WSW HCN +USC00092485 33.9983 -84.7511 313.3 GA DALLAS 7 NE +USC00092493 34.7700 -84.8872 243.5 GA DALTON +USC00092517 34.1175 -83.3045 237.7 GA DANIELSVILLE +USC00092532 32.6000 -83.2500 137.2 GA DANVILLE +USC00092552 31.3725 -81.4367 3.7 GA DARIEN +USC00092570 31.7819 -84.4497 108.2 GA DAWSON +USC00092578 34.4206 -84.1039 409.3 GA DAWSONVILLE +USC00092583 34.3500 -84.1333 338.3 GA DAWSONVILLE WB +USC00092592 33.7667 -84.3667 313.9 GA DECATUR +USC00092593 30.9772 -84.6367 57.9 GA DECATUR CO FIRE & RESCUE +USC00092677 34.7667 -84.2167 580.0 GA DIAL PO +USC00092685 34.6833 -84.2833 615.7 GA DIAMOND +USC00092716 31.6500 -81.8500 24.4 GA DOCTORTOWN 1 WSW +USC00092728 31.7000 -83.8833 78.0 GA DOLES +USC00092736 31.0167 -84.8833 41.1 GA DONALSONVILLE 1 S +USC00092738 31.0286 -84.8911 45.7 GA DONALSONVILLE +USC00092753 33.9378 -84.2700 313.9 GA DORAVILLE 2 NNE +USC00092770 33.7500 -82.3333 128.0 GA DOUBLE BRANCHES +USC00092783 31.4889 -82.8206 71.0 GA DOUGLAS +USC00092791 33.7006 -84.7303 305.4 GA DOUGLASVILLE 4 S +USC00092799 32.5997 -81.7078 31.4 GA DOVER +USC00092839 32.5575 -82.9036 70.1 GA DUBLIN +USC00092844 32.5575 -82.9000 61.0 GA DUBLIN 2 +USC00092865 32.5667 -83.0667 100.6 GA DUDLEY +USC00092966 32.2003 -83.2058 121.9 GA EASTMAN 1 W HCN +USC00092996 33.3167 -83.4000 173.7 GA EATONTON +USC00093016 32.1900 -81.4153 9.4 GA EDEN 2 NW +USC00093028 31.5664 -84.7339 89.6 GA EDISON +USC00093060 34.1408 -82.8550 164.6 GA ELBERTON 2 N +USC00093115 34.6936 -84.4936 414.2 GA ELLIJAY +USC00093147 33.8750 -85.0008 388.0 GA EMBRY +USC00093252 31.4333 -81.6000 6.1 GA EVERETT CITY +USC00093271 33.2631 -84.2842 284.7 GA EXPERIMENT +USC00093295 34.4364 -84.7000 226.5 GA FAIRMOUNT +USC00093303 33.0000 -84.1000 223.1 GA FAIRVIEW +USC00093312 30.6908 -82.5633 35.1 GA FARGO +USC00093325 30.8264 -82.3606 37.8 GA FARGO 17 NE +USC00093363 34.1167 -84.3167 320.0 GA FIELDS CROSS ROADS +USC00093386 31.7108 -83.2517 112.8 GA FITZGERALD +USC00093404 34.8500 -84.5000 -999.9 GA FLAT TOP +USC00093409 31.8833 -81.4167 6.1 GA FLEMING +USC00093427 34.9333 -85.3500 217.0 GA FLINTSTONE +USC00093460 30.7997 -82.0314 9.1 GA FOLKSTON 3 SW +USC00093465 30.7400 -82.1278 36.6 GA FOLKSTON 9 SW +USC00093506 33.0161 -83.9417 195.1 GA FORSYTH 6 NNW +USC00093516 31.6000 -85.0500 103.9 GA FT GAINES +USC00093538 31.8694 -81.6236 28.0 GA FT STEWART 74780 +USC00093544 32.5667 -83.8667 149.0 GA FT VALLEY 2 E +USC00093567 33.2833 -85.1000 203.9 GA FRANKLIN +USC00093570 33.2758 -85.0992 240.8 GA FRANKLIN +USC00093578 31.6150 -85.0494 64.0 GA FT GAINES 2 +USC00093621 34.3006 -83.8600 356.6 GA GAINESVILLE HCN +USC00093658 31.8967 -85.0375 149.4 GA GEORGETOWN 4 E +USC00093675 34.9089 -83.4575 863.2 GA GERMANY VALLEY +USC00093695 33.2261 -82.5950 126.8 GA GIBSON +USC00093712 34.3167 -83.6500 289.9 GA GILLSVILLE +USC00093754 31.9881 -81.9522 61.0 GA GLENNVILLE 3NW HCN +USC00093782 32.6000 -85.0833 136.9 GA GOAT ROCK +USC00093792 33.4667 -83.4500 173.7 GA GODFREY 3 NE +USC00093810 34.4500 -85.2667 217.9 GA GORE +USC00093840 33.3000 -82.9333 158.5 GA GRANITE HILL +USC00093875 33.9000 -83.9500 365.8 GA GRAYSON +USC00093899 33.5667 -83.2167 192.0 GA GREENSBORO +USC00093915 33.0286 -84.7350 292.6 GA GREENVILLE +USC00093936 33.2500 -84.2667 299.0 GA GRIFFIN +USC00094028 32.7667 -84.8667 225.9 GA HAMILTON 1 E +USC00094033 32.7500 -84.9333 201.2 GA HAMILTON 4 W +USC00094070 33.2333 -84.5500 249.9 GA HARALSON +USC00094110 32.8333 -82.7167 121.9 GA HARRISON +USC00094133 34.3517 -82.9300 245.4 GA HARTWELL +USC00094138 34.3392 -82.8356 210.3 GA HARTWELL DAM +USC00094170 32.2842 -83.4681 74.7 GA HAWKINSVILLE HCN +USC00094204 31.8878 -82.5808 76.2 GA HAZLEHURST +USC00094230 34.6997 -83.7261 455.1 GA HELEN +USC00094238 32.0667 -82.9167 76.2 GA HELENA +USC00094243 34.8667 -84.1167 637.0 GA HEMPTOWN GAP +USC00094255 33.3167 -82.0833 121.9 GA HEPHZIBAH +USC00094279 34.9500 -83.7667 595.0 GA HIAWASSEE +USC00094281 34.8847 -83.7161 670.6 GA HIAWASSEE 3 SE +USC00094322 34.5667 -85.1000 289.6 GA HILL CITY NEAR +USC00094375 33.1667 -84.9167 217.9 GA HOGANSVILLE +USC00094388 31.2000 -84.4500 39.9 GA HOGGARDS MILL +USC00094425 31.0333 -82.7333 53.6 GA HOMERVILLE +USC00094429 31.0767 -82.8003 57.0 GA HOMERVILLE 5 N +USC00094594 32.8294 -83.2389 157.0 GA IRWINTON 4 WNW +USC00094617 34.9667 -84.0500 594.4 GA IVY LOG TVA 130 +USC00094623 33.3200 -83.8436 131.1 GA JACKSON DAM +USC00094648 34.4758 -84.4461 446.5 GA JASPER 1 NNW +USC00094653 34.4833 -84.5000 -999.9 GA JASPER 7 W +USC00094671 31.6081 -81.8797 30.5 GA JESUP +USC00094674 31.6500 -81.8333 24.4 GA JESUP 4 NE +USC00094676 31.5075 -81.8628 30.5 GA JESUP 8 S +USC00094688 34.5500 -84.2500 399.3 GA JOHNTOWN +USC00094700 33.5311 -84.3544 283.5 GA JONESBORO +USC00094728 33.1139 -83.7881 137.2 GA JULIETTE +USC00094802 34.7833 -85.3667 262.1 GA KENSINGTON +USC00094854 34.2333 -84.9453 214.0 GA KINGSTON +USC00094862 32.7128 -82.5414 94.8 GA KITE +USC00094941 34.8531 -85.3142 243.5 GA CHICKAMAUGA 2 SW +USC00094949 33.0536 -85.0317 222.5 GA LA GRANGE 1N +USC00094954 33.0333 -85.1000 -999.9 GA LA GRANGE 5 W +USC00094971 31.0392 -83.0758 57.9 GA LAKELAND +USC00094992 32.3500 -85.0000 76.2 GA LAWSON FIELD +USC00095061 31.7633 -84.1869 79.2 GA LEESBURG 2 +USC00095110 33.8167 -82.3833 164.6 GA LEVERETT +USC00095165 33.8706 -83.1136 221.3 GA LEXINGTON +USC00095192 33.9333 -85.2667 256.0 GA LIME BRANCH +USC00095204 33.7764 -82.4714 138.4 GA LINCOLNTON +USC00095205 33.7244 -82.4675 145.1 GA LINCOLNTON 4.4S +USC00095231 33.9500 -82.5833 -999.9 GA LISBON +USC00095242 34.9333 -83.6333 680.0 GA LITTLE HIGHTOWER +USC00095290 33.9333 -84.7000 396.2 GA LOST MOUNTAIN +USC00095314 33.0125 -82.3914 98.1 GA LOUISVILLE 1 E +USC00095331 31.7142 -81.7478 33.2 GA LUDOWICI +USC00095386 31.9297 -82.6792 36.6 GA LUMBER CITY +USC00095394 32.0306 -84.7753 147.8 GA LUMPKIN 2 SE +USC00095401 32.2025 -82.3306 65.2 GA LYONS +USC00095404 33.8533 -84.5783 298.7 GA MABLETON 1 N +USC00095438 32.8386 -83.6203 82.3 GA MACON +USC00095447 32.8333 -83.6333 114.0 GA MACON WB CITY +USC00095480 31.7417 -82.0025 47.2 GA MADRAY SPRINGS 2WNW +USC00095492 31.0833 -82.5653 46.9 GA MANOR +USC00095525 33.9500 -84.5500 342.9 GA MARIETTA +USC00095550 32.4567 -83.9400 54.9 GA MARSHALLVILLE +USC00095555 32.3667 -83.9333 107.0 GA MARSHALLVILLE 6 S +USC00095585 31.1167 -83.7667 91.4 GA MAUZY +USC00095627 34.2000 -85.2667 -999.9 GA MAYOS BAR L&D +USC00095633 34.2647 -83.5581 277.4 GA MAYSVILLE +USC00095666 33.4769 -84.0336 215.8 GA MCDONOUGH 5 ENE +USC00095696 32.8500 -83.2167 78.9 GA MC INTYRE 1 WNW +USC00095740 32.0667 -82.9000 76.2 GA MCRAE +USC00095780 32.1500 -81.4000 -999.9 GA MELDRIM +USC00095811 32.3956 -82.0608 36.6 GA METTER +USC00095858 32.8089 -82.2372 53.3 GA MIDVILLE +USC00095863 32.8753 -82.2156 85.3 GA MIDVILLE EXP STN +USC00095874 33.0831 -83.2497 112.2 GA MILLEDGEVILLE HCN +USC00095882 32.8703 -81.9672 59.4 GA MILLEN 4 N HCN +USC00095896 32.9333 -81.5000 30.5 GA MILLHAVEN-WADE 2 SE +USC00095909 31.2742 -82.6047 47.5 GA MILLWOOD 3 E +USC00095915 34.9167 -84.2833 478.8 GA MINERAL BLUFF +USC00095917 34.9528 -84.3214 528.2 GA MINERAL BLUFF #2 +USC00095971 33.7833 -83.7167 267.9 GA MONROE +USC00095979 32.3175 -84.0650 91.1 GA MONTEZUMA 2 NW +USC00095988 33.3328 -83.6975 157.9 GA MONTICELLO +USC00095989 33.3167 -83.6833 161.5 GA MONTICELLO 2 NW +USC00096038 31.5333 -84.6167 82.3 GA MORGAN 1 W +USC00096043 31.6061 -84.6453 83.2 GA MORGAN 5 NW +USC00096044 34.8475 -84.2350 622.7 GA MORGANTON 1SSE +USC00096087 31.1769 -83.7492 103.6 GA MOULTRIE 2 ESE +USC00096093 34.9047 -83.4128 1055.8 GA MTN CITY 2 SW +USC00096126 32.1739 -82.5956 69.8 GA MT VERNON +USC00096148 32.6089 -85.0756 152.7 GA MULBERRY GROVE +USC00096219 31.2739 -81.9197 20.7 GA NAHUNTA 6NE +USC00096222 31.1500 -81.9833 21.0 GA NAHUNTA 3 S +USC00096237 31.1333 -83.2167 72.5 GA NASHVILLE 5 SSE +USC00096244 31.2644 -83.2392 77.7 GA NASHVILLE 4N +USC00096255 30.9000 -83.0833 58.5 GA NAYLOR +USC00096259 30.6711 -82.7514 41.1 GA NEEDMORE 2 W +USC00096266 34.7333 -83.9167 1007.1 GA NEEL GAP +USC00096323 32.5953 -81.4997 63.7 GA NEWINGTON +USC00096335 33.3997 -84.9150 242.3 GA NEWNAN 7 WNW HCN +USC00096340 33.3969 -84.8747 268.5 GA NEWNAN 6 W +USC00096356 31.2897 -84.4158 51.8 GA NEWTON 5 W +USC00096359 31.3833 -84.6167 61.0 GA NEWTON EXP STN PTNY PD +USC00096375 34.8167 -85.1333 390.1 GA NICKAJACK GAP +USC00096399 34.7000 -84.2333 604.1 GA NOONTOOTLA CREEK +USC00096407 33.9483 -84.2219 306.3 GA NORCROSS +USC00096471 34.9667 -84.0833 531.0 GA NOTTELY DAM +USC00096600 33.8167 -84.4833 246.9 GA OAKDALE +USC00096625 34.5667 -84.7167 224.0 GA OAKMAN +USC00096650 31.5953 -83.2472 30.5 GA OCILLA WTP +USC00096838 31.3781 -82.1292 32.0 GA PATTERSON +USC00096850 33.4139 -84.5958 273.1 GA PEACHTREE CITY 2 N +USC00096879 31.2928 -82.8422 62.5 GA PEARSON +USC00096905 31.1167 -84.1500 108.2 GA PELHAM +USC00097046 32.7833 -84.8500 246.9 GA PINE MTN VALLEY +USC00097055 31.9333 -82.3333 -999.9 GA PINEY BLUFF +USC00097070 30.6833 -83.6667 45.7 GA PISCOLA +USC00097087 32.0467 -84.3711 152.4 GA PLAINS SW GA EXP STN +USC00097130 34.0000 -83.0167 304.8 GA POINT PETER +USC00097165 31.5167 -83.7833 111.3 GA POULAN +USC00097171 31.6953 -82.9239 91.4 GA PRIDGEN +USC00097201 32.0547 -84.5239 123.4 GA PRESTON +USC00097240 32.2667 -84.4167 182.9 GA PUTNAM +USC00097276 30.7836 -83.5692 56.4 GA QUITMAN 2 NW HCN +USC00097350 34.7000 -84.7333 233.2 GA RAMHURST +USC00097430 34.5911 -84.9589 198.1 GA RESACA +USC00097439 32.0869 -82.1178 63.1 GA REIDSVILLE +USC00097455 32.5333 -84.1000 132.6 GA REYNOLDS +USC00097489 34.9003 -85.0667 234.7 GA RINGGOLD 2 SE +USC00097499 34.7500 -85.5333 249.9 GA RISING FAWN +USC00097522 34.7167 -83.7500 438.9 GA ROBERTSTOWN +USC00097528 32.6328 -81.7756 45.7 GA ROCKY FORD 4SE +USC00097600 34.2414 -85.1583 208.8 GA ROME HCN +USC00097605 34.1650 -85.2583 213.4 GA ROME 8 SW +USC00097720 30.5167 -82.0333 23.8 GA SAINT GEORGE +USC00097740 30.7167 -81.5500 6.1 GA SAINT MARYS +USC00097777 32.9744 -82.8045 137.5 GA SANDERSVILLE +USC00097808 31.3981 -81.2808 3.0 GA SAPELO IS +USC00097827 34.6647 -83.7342 484.9 GA SAUTEE 3W +USC00097842 32.0000 -81.2667 6.1 GA SAVANNAH USDA PLT GD +USC00097860 32.0000 -80.8500 3.0 GA SAVANNAH BEACH +USC00097915 31.4833 -82.0167 37.8 GA SCREVEN +USC00098064 33.5636 -83.0767 211.8 GA SILOAM 3N +USC00098223 33.2725 -82.9669 173.7 GA SPARTA +USC00098228 33.2833 -82.9833 167.6 GA SPARTA #2 +USC00098241 32.3589 -81.3120 25.6 GA SPRINGFIELD +USC00098269 34.7833 -84.3000 702.0 GA STANLEY GAP +USC00098271 30.7644 -82.9000 42.7 GA STATENVILLE 6 NE +USC00098284 32.4500 -81.7833 70.1 GA STATESBORO +USC00098351 32.4414 -82.2181 79.2 GA STILLMORE +USC00098414 34.6833 -84.0167 -999.9 GA SUCHES +USC00098418 34.7514 -84.1483 597.4 GA SUCHES 8NW +USC00098436 34.4547 -85.3900 194.8 GA SUMMERVILLE +USC00098460 33.3333 -84.2833 284.1 GA SUNNYSIDE +USC00098476 31.7078 -82.1969 61.0 GA SURRENCY +USC00098492 34.0864 -83.9833 334.1 GA SUWANEE 5 E +USC00098496 32.5806 -82.3822 97.5 GA SWAINSBORO +USC00098504 34.9667 -84.2167 548.9 GA SWEET GUM +USC00098517 32.7322 -81.6178 76.2 GA SYLVANIA 2 SSE +USC00098535 32.6864 -84.5208 189.0 GA TALBOTTON HCN +USC00098547 33.7667 -85.3000 299.0 GA TALLAPOOSA 2 N +USC00098575 34.4167 -84.3833 403.9 GA TATE +USC00098600 34.0861 -84.9828 219.8 GA TAYLORSVILLE +USC00098657 32.9642 -84.2303 250.2 GA THE ROCK RCH +USC00098661 32.8669 -84.2653 189.0 GA THOMASTON 4SE +USC00098666 30.9139 -83.8611 73.2 GA THOMASVILLE 7 NE +USC00098677 33.4506 -82.4822 165.2 GA THOMSON 1.5SE +USC00098703 31.4461 -83.4767 115.8 GA TIFTON HCN +USC00098732 34.9500 -83.6333 665.1 GA TITUS +USC00098740 34.5786 -83.3319 308.5 GA TOCCOA HCN +USC00098806 34.8000 -83.7000 1189.9 GA TRAY MTN +USC00098842 34.7128 -83.3519 234.7 GA TUGALO DAM +USC00098854 34.8667 -85.0333 267.9 GA TUNNEL HILL +USC00098931 32.0167 -80.8500 2.4 GA TYBEE ISLAND +USC00098935 34.7206 -83.7219 485.9 GA UNICOI SP +USC00098942 33.6167 -83.0833 201.2 GA UNION POINT +USC00098950 33.8722 -83.5358 256.0 GA U OF GA PLT SCI +USC00098964 30.8333 -83.3000 70.1 GA VALDOSTA +USC00098972 30.8500 -83.2333 76.2 GA VALDOSTA 3 E +USC00098974 30.8056 -83.2736 80.8 GA VALDOSTA 2 S +USC00098985 31.4833 -81.3500 3.0 GA VALONA +USC00099020 32.2167 -82.4167 85.3 GA VIDALIA +USC00099027 32.1083 -83.8289 103.0 GA VIENNA +USC00099077 34.3108 -84.5375 364.5 GA WALESKA +USC00099124 32.6094 -83.6164 128.0 GA WARNER ROBINS +USC00099141 33.4028 -82.6222 149.4 GA WARRENTON HCN +USC00099157 33.7264 -82.7058 189.0 GA WASHINGTON 2 ESE HCN +USC00099169 33.8731 -83.4361 228.6 GA WATKINSVILLE ARS +USC00099177 31.1000 -81.7333 6.1 GA WAVERLY +USC00099186 31.2514 -82.3128 44.2 GA WAYCROSS 4 NE HCN +USC00099194 33.0714 -82.0072 84.4 GA WAYNESBORO 2 S +USC00099291 32.8861 -85.1839 175.3 GA W PT HCN +USC00099368 33.5000 -84.9167 259.1 GA WHITESBURG +USC00099451 31.3550 -82.9339 61.0 GA WILLACOOCHEE 5ENE +USC00099466 33.9275 -83.7261 271.0 GA WINDER 4S +USC00099486 33.9664 -83.2911 271.3 GA WINTERVILLE +USC00099502 30.9592 -81.7072 4.9 GA WOODBINE +USC00099506 32.9783 -84.5983 222.5 GA WOODBURY +USC00099519 30.7167 -84.8667 70.1 GA WOODRUFF DAM +USC00099524 34.1097 -84.5150 320.6 GA WOODSTOCK +USC00099805 34.9333 -83.8500 586.1 GA YOUNG HARRIS +USC00100010 42.9536 -112.8253 1342.6 ID ABERDEEN EXP STN HCN +USC00100149 42.4167 -113.5833 1449.0 ID ALBION +USC00100185 42.1167 -113.6500 1685.5 ID ALMO +USC00100199 44.4000 -115.9833 1457.9 ID ALPHA 1 NE +USC00100218 42.7986 -112.8036 1374.6 ID AMERICAN FALLS +USC00100227 42.8572 -112.8800 1345.7 ID AMERICAN FALLS 6 NE +USC00100282 43.3572 -115.4522 1183.2 ID ANDERSON DAM +USC00100347 42.5031 -112.5758 1588.0 ID ARBON 2 NW +USC00100375 43.6356 -113.2997 1623.1 ID ARCO +USC00100400 44.4167 -112.6500 2133.6 ID ARGORA +USC00100448 43.5936 -115.9236 986.0 ID ARROWROCK DAM HCN +USC00100470 44.0708 -111.4564 1588.6 ID ASHTON 1N HCN +USC00100491 43.8000 -115.1333 1677.9 ID ATLANTA +USC00100493 43.8000 -115.1167 1830.0 ID ATLANTA 1 E +USC00100494 43.8000 -115.1167 1705.1 ID ATLANTA 2 +USC00100525 47.2500 -115.8000 759.0 ID AVERY RS +USC00100528 47.2533 -115.9203 729.7 ID AVERY RS #2 +USC00100536 44.0500 -114.4667 1830.0 ID BAKERS RCH +USC00100563 42.7167 -111.9000 1613.0 ID BANCROFT +USC00100621 44.0500 -113.8000 -999.9 ID BARTON FLAT +USC00100667 47.9803 -116.5594 636.1 ID BAYVIEW MODEL BASIN +USC00100774 43.4669 -114.2578 1582.5 ID BELLEVUE +USC00100789 48.3500 -116.8000 805.0 ID BENTON DAM +USC00100803 42.3353 -111.3850 1817.8 ID BERN HCN +USC00100835 45.1333 -115.3167 1731.9 ID BIG CREEK +USC00100857 43.6167 -114.8833 1676.4 ID BIG SMOKY RS +USC00100864 44.5000 -111.2667 1962.9 ID BIG SPRINGS +USC00100887 48.6167 -116.9500 762.9 ID BISMARCK RS +USC00100915 43.1917 -112.3453 1371.3 ID BLACKFOOT FIRE DEPT +USC00100920 43.0000 -111.7167 1891.0 ID BLACKFOOT DAM +USC00100940 43.0833 -114.9333 -999.9 ID BLANCHE +USC00101002 42.9544 -115.0131 998.2 ID BLISS 4 NW +USC00101005 42.0500 -114.4667 983.0 ID BLUE LAKES +USC00101007 43.4000 -115.5833 -999.9 ID BOCK'S RANCH +USC00101015 43.7667 -116.1167 1280.2 ID BOGUS CREEK +USC00101017 43.7383 -116.2022 1184.1 ID BOISE 7 N +USC00101018 43.5253 -116.0542 865.6 ID BOISE LUCKY PEAK DAM +USC00101019 43.8333 -115.3333 1219.2 ID BOISE KING +USC00101024 43.5686 -116.2100 870.5 ID BOISE NWS WFO +USC00101050 44.3667 -114.7333 1958.0 ID BONANZA +USC00101079 48.6928 -116.3103 632.5 ID BONNERS FERRY +USC00101084 48.7000 -116.3167 531.0 ID BONNERS FERRY BRG +USC00101090 42.1667 -114.1667 2316.5 ID BOSTETTER +USC00101105 43.9167 -115.7500 1472.2 ID BOULDER MINE +USC00101109 46.8761 -116.3992 878.7 ID BOVILL 1 N +USC00101156 42.1333 -113.3500 1434.1 ID BRIDGE +USC00101177 44.7333 -116.8167 1188.7 ID BROWNLEE +USC00101180 44.8364 -116.8981 562.1 ID BROWNLEE DAM +USC00101195 42.8819 -115.8017 771.1 ID BRUNEAU +USC00101217 42.6000 -114.7667 1147.0 ID BUHL +USC00101220 42.6006 -114.7453 1158.2 ID BUHL #2 +USC00101244 46.6333 -115.5000 698.0 ID BUNGALOW RS +USC00101252 42.5414 -112.9997 1606.3 ID BUIST +USC00101272 47.5333 -115.8000 1246.9 ID BURKE 2 ENE +USC00101288 42.5333 -113.7833 1275.0 ID BURLEY +USC00101298 42.5189 -113.8028 1376.5 ID BURLEY 2S +USC00101313 44.4000 -112.1833 1737.4 ID BURNSIDE +USC00101363 48.0864 -116.0572 662.3 ID CABINET GORGE +USC00101380 43.6667 -116.6833 722.4 ID CALDWELL +USC00101384 43.6175 -116.6919 763.5 ID CALDWELL 3 S +USC00101395 44.0333 -112.2500 1468.5 ID CAMAS +USC00101408 44.5733 -116.6753 807.7 ID CAMBRIDGE HCN +USC00101422 45.4833 -115.3333 704.1 ID CAMPBELLS FERRY +USC00101461 43.2833 -113.9500 1452.1 ID CAREY 2 S +USC00101514 44.5228 -116.0481 1492.3 ID CASCADE 1 NW +USC00101524 44.5167 -116.0500 1449.0 ID CASCADE RS +USC00101551 42.5503 -114.8661 1165.9 ID CASTLEFORD 2 N +USC00101605 42.2333 -114.8833 1591.1 ID CEDAR CREEK DAM +USC00101636 43.9592 -115.8453 1353.3 ID CENTERVILLE ARBAUGH RCH +USC00101663 44.5036 -114.2397 1577.3 ID CHALLIS +USC00101667 42.8500 -111.9167 1653.2 ID CHESTERFIELD +USC00101671 43.9772 -113.8289 1908.0 ID CHILLY BARTON FLAT +USC00101810 48.1500 -116.1667 650.1 ID CLARK FORK 1 ENE +USC00101831 47.0111 -116.2558 860.1 ID CLARKIA +USC00101840 43.8167 -111.0833 1828.8 ID CLAWSON +USC00101853 44.2667 -114.4833 1725.5 ID CLAYTON +USC00101881 43.8500 -111.2667 1800.1 ID CLEMENTSVILLE 4 SE +USC00101898 42.6667 -117.0000 1585.9 ID CLIFFS +USC00101932 45.0833 -114.2333 1526.4 ID COBALT +USC00101938 45.1167 -114.3500 2076.9 ID COBALT BLACKBIRD MINE +USC00101956 47.6822 -116.7967 650.1 ID COEUR D'ALENE HCN +USC00102071 42.7167 -111.5500 1891.0 ID CONDA +USC00102092 48.5000 -116.8667 746.2 ID COOLIN +USC00102099 46.1500 -115.4500 2114.1 ID COOLWATER LOOKOUT +USC00102127 43.5833 -114.2167 1737.4 ID CORRAL +USC00102154 46.0167 -116.3333 1040.0 ID COTTONWOOD +USC00102159 46.0336 -116.3919 1202.4 ID COTTONWOOD 2 WSW +USC00102187 44.7442 -116.4325 897.0 ID COUNCIL +USC00102246 46.2333 -116.4833 1143.0 ID CRAIGMONT +USC00102260 43.4628 -113.5600 1802.6 ID CRATERS OF THE MOON +USC00102273 44.7000 -114.0500 1402.1 ID CRONK'S CANYON +USC00102279 44.1500 -115.9667 946.1 ID CROUCH 2 NNW +USC00102310 46.3833 -116.6667 463.3 ID CULDESAC +USC00102325 45.0833 -116.7000 1303.3 ID CUPRUM +USC00102385 44.3167 -115.6333 1641.0 ID DEADWOOD DAM +USC00102390 44.4667 -115.5667 1717.5 ID DEADWOOD DAM 15 N +USC00102392 44.4622 -115.5817 1813.0 ID DEADWOOD LODGE +USC00102405 46.8000 -116.5667 869.9 ID DEARY +USC00102422 47.7333 -116.4833 933.0 ID DECEPTION CREEK +USC00102444 43.5764 -116.7475 765.0 ID DEER FLAT DAM +USC00102448 45.0000 -116.6333 1317.3 ID DEAR LICK RANCH +USC00102451 43.7500 -116.1000 2147.0 ID DEER POINT +USC00102490 46.6500 -116.2500 365.8 ID DENT +USC00102513 47.1333 -116.9167 774.5 ID DESMET 1 S +USC00102525 43.0333 -116.7667 1798.3 ID DEWEY +USC00102575 45.5525 -115.4606 1713.0 ID DIXIE +USC00102577 45.5697 -115.4528 1749.6 ID DIXIE N +USC00102604 43.6000 -114.6833 2638.0 ID DOLLARHIDE SUMMIT +USC00102667 42.4261 -112.1253 1482.9 ID DOWNEY +USC00102676 43.7306 -111.1125 1865.4 ID DRIGGS +USC00102707 44.2436 -112.2006 1661.2 ID DUBOIS EXP STN +USC00102722 44.1833 -112.9333 1884.9 ID DUBOIS 34 W +USC00102823 42.6833 -114.2500 1207.9 ID EDEN HUNT PROJECT +USC00102845 46.5022 -116.3217 303.3 ID DWORSHAK FISH HATCHERY HCN +USC00102853 44.4167 -112.6000 2042.2 ID EDIE +USC00102875 45.8356 -115.4611 1236.9 ID ELK CITY 1NE +USC00102892 46.7822 -116.1797 873.6 ID ELK RVR +USC00102898 43.3000 -115.7833 1066.8 ID ELLERSLIE +USC00102942 43.8544 -116.4664 728.5 ID EMMETT 2 E +USC00102966 47.5689 -116.2531 646.2 ID ENAVILLE +USC00103108 43.3428 -114.7900 1543.8 ID FAIRFIELD RS +USC00103110 43.3167 -114.7500 1530.1 ID FAIRFIELD 3 SE +USC00103113 42.5500 -116.9667 1495.0 ID FAIRYLAWN +USC00103117 48.2833 -116.9500 699.8 ID FALLS RANGER STATION +USC00103133 43.6167 -115.2500 1388.1 ID FEATHERVILLE +USC00103139 43.8833 -111.1167 1828.8 ID FELT +USC00103143 46.0931 -115.5356 475.5 ID FENN RS HCN +USC00103175 47.1167 -116.3667 661.4 ID FERNWOOD +USC00103225 46.8167 -115.9000 1805.9 ID FISH LAKE +USC00103289 45.1167 -114.3500 2083.0 ID FORNEY 7 7 N BLKBIRD M +USC00103297 43.0425 -112.4144 1360.9 ID FT HALL 1 NNE +USC00103345 46.3833 -116.0833 -999.9 ID FRASER +USC00103417 43.8722 -114.6542 2225.0 ID GALENA +USC00103448 44.1011 -115.9694 944.9 ID GARDEN VALLEY +USC00103460 42.9667 -116.0000 784.9 ID GARNET +USC00103490 42.3833 -111.0667 1880.9 ID GENEVA +USC00103498 42.4667 -111.3833 1830.6 ID GEORGETOWN +USC00103554 45.5394 -113.9275 1365.5 ID GIBBONSVILLE +USC00103558 45.5469 -113.9258 1365.5 ID GIBBONSVILLE #2 +USC00103580 43.6000 -114.3500 1993.1 ID GIMLET +USC00103631 42.9403 -115.3231 751.6 ID GLENNS FERRY HCN +USC00103732 42.5872 -111.7275 1691.6 ID GRACE HCN +USC00103734 47.3500 -115.7167 998.2 ID GRAND FORKS +USC00103760 43.0175 -116.1772 731.5 ID GRAND VIEW 4 NW +USC00103764 43.8167 -111.3333 2194.6 ID GRANDVIEW RS +USC00103771 45.9414 -116.1175 1005.8 ID GRANGEVILLE +USC00103780 45.8333 -115.9333 685.8 ID GRANGEVILLE 11 SE +USC00103809 42.3833 -115.8833 1565.1 ID GRASMERE +USC00103825 43.0500 -111.3667 1966.0 ID GRAY +USC00103828 43.1333 -111.4333 1946.1 ID GRAY 6 NNW +USC00103835 46.1500 -116.2667 1022.0 ID GREENCREEK 3 N +USC00103861 43.9667 -115.8500 1457.9 ID GRIMES PASS 6 S +USC00103882 43.7186 -113.5472 1829.1 ID GROUSE +USC00103894 43.2833 -116.5500 725.7 ID GUFFEY +USC00103902 42.1000 -113.2000 1793.1 ID GUNNELL GRD STN +USC00103930 42.8667 -114.8500 903.4 ID HAGERMAN +USC00103932 42.8114 -114.9239 883.0 ID HAGERMAN 2 SW +USC00103940 43.5186 -114.3025 1619.1 ID HAILEY +USC00103942 43.5667 -114.3333 1653.2 ID HAILEY 3 NNW +USC00103964 43.9664 -112.2642 1460.0 ID HAMER 4 NW +USC00104120 43.6500 -111.5667 1889.8 ID HAWLEY GULCH RS +USC00104140 42.5972 -114.1378 1237.5 ID HAZELTON HCN +USC00104150 46.6311 -115.8086 975.4 ID HEADQUARTERS +USC00104154 46.6131 -115.7989 993.6 ID HEADQUARTERS 1 SSE +USC00104230 42.9419 -111.4361 2025.1 ID HENRY +USC00104245 42.2500 -113.7000 2042.2 ID HEREFORD +USC00104268 43.2994 -115.0733 1554.5 ID HILL CITY 1 W +USC00104279 42.1628 -112.6489 1463.0 ID HOLBROOK +USC00104295 42.3528 -114.5739 1379.2 ID HOLLISTER HCN +USC00104318 43.6058 -116.9211 679.7 ID HOMEDALE 1 SE +USC00104341 48.2500 -116.3000 609.9 ID HOPE +USC00104344 48.3167 -116.3333 655.3 ID HOPE (1) +USC00104369 42.8000 -115.7000 789.4 ID HOT SPRINGS +USC00104384 43.7828 -113.0033 1469.1 ID HOWE +USC00104442 43.8383 -115.8319 1208.5 ID IDAHO CITY +USC00104450 43.7167 -116.0000 1524.9 ID IDAHO CITY 11 SW +USC00104455 43.5139 -112.0125 1445.4 ID IDAHO FALLS - KIFI +USC00104456 43.3456 -111.7847 1776.4 ID IDAHO FALLS 16 SE +USC00104510 44.2333 -113.6167 2179.3 ID IMUS BROTHERS RANCH +USC00104526 42.9333 -115.5500 755.9 ID INDIAN COVE +USC00104533 44.5667 -116.4667 914.1 ID INDIAN VALLEY +USC00104555 42.7972 -112.2567 1396.0 ID INKOM +USC00104588 43.4000 -111.3000 1617.0 ID IRWIN 2 SE +USC00104598 44.4189 -111.3714 1917.2 ID ISLAND PARK +USC00104670 42.7325 -114.5192 1140.0 ID JEROME HCN +USC00104750 44.7000 -113.3500 1929.1 ID JUNCTION +USC00104765 44.0333 -111.8167 1615.7 ID JUNIPER BUTTES +USC00104793 46.2300 -116.0339 368.8 ID KAMIAH +USC00104831 47.5339 -116.1222 724.5 ID KELLOGG HCN +USC00104845 43.6842 -114.3603 1795.3 ID KETCHUM RS HCN +USC00104908 44.4000 -111.8833 1876.0 ID KILGORE +USC00104910 44.4333 -111.7333 1950.7 ID KILGORE +USC00104920 42.8333 -113.7833 1302.1 ID KIMAMA +USC00105011 46.1500 -115.9833 390.1 ID KOOSKIA +USC00105013 46.0714 -115.9336 710.2 ID KOOSKIA 5 SSE +USC00105015 46.0983 -115.8875 768.1 ID KOOSKIA 5 SE +USC00105038 43.4833 -116.4167 819.9 ID KUNA +USC00105043 43.4833 -116.3500 846.1 ID KUNA 3 E +USC00105080 44.7000 -111.3667 2042.2 ID LAKE +USC00105086 47.9500 -116.5000 746.8 ID LAKEVIEW +USC00105108 44.6667 -115.5500 2011.7 ID LANDMARK +USC00105120 45.1333 -116.6333 1615.4 ID LANDORE +USC00105132 46.4228 -116.8111 263.7 ID LAPWAI 2 N +USC00105143 42.6194 -112.0067 1400.6 ID LAVA HOT SPRINGS +USC00105169 44.6867 -113.3689 1828.8 ID LEADORE +USC00105177 44.6831 -113.3622 1828.8 ID LEADORE #2 +USC00105179 44.6667 -113.5167 2042.2 ID LEADORE 8 W +USC00105205 44.8667 -113.5500 -999.9 ID LEMHI +USC00105230 46.4167 -117.0333 215.8 ID LEWISTON +USC00105232 46.3750 -116.9981 442.0 ID LEWISTON #2 +USC00105236 46.4167 -117.0167 225.9 ID LEWISTON WTP +USC00105275 42.1231 -111.3133 1809.0 ID LIFTON PUMPING STN HCN +USC00105310 43.2833 -115.3833 1524.0 ID LITTLE CAMAS +USC00105358 43.5500 -115.6500 1310.6 ID LONG GULCH +USC00105376 44.5667 -114.8333 -999.9 ID LOON CREEK +USC00105395 47.2500 -117.0167 762.0 ID LOVELL +USC00105414 44.0828 -115.6186 1194.8 ID LOWMAN +USC00105420 44.0833 -115.5667 1179.9 ID LOWMAN 3 E +USC00105426 44.0833 -115.5667 1214.0 ID LOWMAN 3E #2 +USC00105427 42.5500 -117.0000 1432.6 ID LOWRY +USC00105429 45.5333 -116.3000 491.0 ID LUCILE +USC00105462 43.9178 -113.6153 1797.4 ID MACKAY LOST RVR RS HCN +USC00105466 43.9500 -113.6667 1828.8 ID MACKAY 4 NW +USC00105505 43.2500 -114.3500 1463.0 ID MAGIC +USC00105510 43.2833 -114.3833 1464.0 ID MAGIC LAKE RESORT +USC00105544 42.2000 -112.2667 1396.3 ID MALAD +USC00105563 42.2917 -113.3042 1399.0 ID MALTA 4 ESE +USC00105567 42.3061 -113.3689 1378.0 ID MALTA +USC00105640 43.0500 -113.5500 1706.9 ID MARTIN +USC00105678 42.6681 -112.9981 1278.6 ID MASSACRE ROCKS SP +USC00105685 44.5664 -113.8953 1539.2 ID MAY 2SSE HCN +USC00105708 44.8872 -116.1047 1531.6 ID MCCALL +USC00105716 42.6522 -112.1936 1453.9 ID MCCAMMON +USC00105724 42.6333 -112.2333 1412.1 ID MCCAMMON 2 WSW +USC00105835 43.7686 -111.9642 1534.4 ID MENAN 4 NNE +USC00105841 43.6167 -116.4167 798.9 ID MERIDIAN 1 W +USC00105859 44.6167 -116.4333 987.9 ID MESA +USC00105897 44.7189 -115.0150 1365.5 ID MIDDLE FORK LODGE +USC00105910 43.4000 -112.8333 1531.6 ID MIDWAY +USC00105955 42.5333 -114.1167 1281.1 ID MILNER DAM +USC00105972 42.7833 -113.6667 1307.6 ID MINIDOKA 10 WNW +USC00105980 42.6769 -113.5022 1269.2 ID MINIDOKA DAM +USC00106053 42.3167 -111.3000 1816.6 ID MONTPELIER RS +USC00106077 43.9333 -115.6667 1827.0 ID MOBES CREEK SUMMIT +USC00106080 44.0303 -112.5667 1467.6 ID MONTEVIEW +USC00106085 46.1667 -114.8833 747.1 ID MOOSE CREEK RCH +USC00106087 46.1333 -114.9167 755.9 ID MOOSE CREEK RS +USC00106152 46.7281 -116.9558 810.8 ID MOSCOW U OF I HCN +USC00106174 43.1261 -115.7119 957.1 ID MTN HOME +USC00106221 43.8333 -112.4167 1460.9 ID MUD LAKE PUMPING STN +USC00106230 47.4661 -115.8114 975.7 ID MULLAN +USC00106248 43.2167 -116.5667 739.7 ID MURPHY +USC00106250 42.0264 -115.3597 1570.3 ID MURPHY (DESERT) HOT SPRINGS +USC00106254 47.6333 -115.8667 838.2 ID MURRAY +USC00106257 42.5333 -114.2000 1411.2 ID MURTAUGH +USC00106295 43.5833 -116.5667 755.9 ID NAMPA +USC00106300 43.6167 -116.5833 752.9 ID NAMPA 2 NW +USC00106305 43.6039 -116.5753 752.9 ID NAMPA SUGAR FACTORY HCN +USC00106375 43.6333 -115.8000 914.4 ID NEVINS RANCH +USC00106388 44.9714 -116.2933 1177.1 ID NEW MEADOWS RS HCN +USC00106421 46.2333 -116.2333 939.1 ID NEZPERCE +USC00106424 46.2325 -116.2430 990.0 ID NEZPERCE +USC00106493 45.9167 -114.8333 865.6 ID NORTH STAR RCH +USC00106500 45.4833 -113.9667 1097.3 ID NORTH FORK +USC00106542 42.2342 -113.8981 1389.6 ID OAKLEY HCN +USC00106553 44.0333 -114.8333 2094.9 ID OBSIDIAN 3 SSE +USC00106573 46.0833 -115.5167 473.0 ID OHARA BAR +USC00106586 44.1758 -116.2828 937.3 ID OLA +USC00106590 44.1333 -116.2833 911.4 ID OLA 4 S +USC00106681 46.4833 -116.2667 402.3 ID OROFINO +USC00106700 42.2833 -112.0167 1447.8 ID OXFORD +USC00106705 46.6167 -115.6333 1138.4 ID OXFORD RANGER STATION +USC00106764 43.3500 -111.2167 1641.3 ID PALISADES +USC00106785 42.2333 -111.4000 1818.4 ID PARIS +USC00106844 43.8022 -116.9442 698.0 ID PARMA EXP STN +USC00106877 42.6117 -113.7628 1264.9 ID PAUL 1ENE +USC00106891 44.0764 -116.9311 655.3 ID PAYETTE HCN +USC00106920 43.0667 -116.2833 1280.2 ID PEARL +USC00106930 42.7500 -112.0333 1615.1 ID PEBBLE +USC00106985 43.9167 -114.0167 2164.1 ID PELTON'S RANCH +USC00107016 46.1500 -115.6000 473.0 ID PETE KING RS +USC00107040 43.3086 -114.0667 1474.9 ID PICABO +USC00107046 46.4922 -115.8006 938.8 ID PIERCE +USC00107047 47.4833 -115.8000 939.1 ID PIERCE 2 +USC00107049 46.5000 -115.8000 967.1 ID PIERCE RS +USC00107079 43.4667 -115.3167 1289.9 ID PINE 2 S +USC00107188 47.3111 -116.9544 885.4 ID PLUMMER 3 WSW +USC00107208 42.8917 -112.4086 1472.8 ID POCATELLO 2 NE +USC00107210 42.8750 -112.4469 1359.4 ID POCATELLO CITY +USC00107240 43.5667 -111.6167 1676.4 ID POPLAR +USC00107243 43.6333 -116.7000 739.1 ID POPLARS +USC00107255 44.0833 -111.2333 1676.4 ID PORCUPINE RS +USC00107264 48.9994 -116.4992 548.3 ID PORTHILL 1 SW HCN +USC00107301 46.9603 -116.8550 841.2 ID POTLATCH 3 NNE +USC00107320 46.5100 -114.7111 1075.9 ID POWELL +USC00107325 43.6333 -116.0833 -999.9 ID POWERS RANCH +USC00107327 43.5064 -115.5717 1456.9 ID PRAIRIE +USC00107346 42.0933 -111.8825 1438.4 ID PRESTON +USC00107353 42.0667 -111.8500 1439.9 ID PRESTON SUGAR FACTORY +USC00107357 47.6428 -115.9172 776.3 ID PRICHARD 3 ESE +USC00107370 48.5833 -116.8667 -999.9 ID PRIEST LAKE +USC00107386 48.3511 -116.8353 722.7 ID PRIEST RVR EXP STN HCN +USC00107402 46.8667 -116.8167 793.1 ID PRINCETON 5 SE +USC00107420 47.7000 -115.9833 -999.9 ID PRICHARD +USC00107536 43.5500 -112.9500 1503.9 ID REACTOR TESTING STN +USC00107545 43.6167 -115.7333 1219.2 ID RATTLESNAKE CREEK +USC00107561 45.7875 -115.1994 1524.0 ID RED RIVER HOT SPRINGS +USC00107563 45.7075 -115.3444 1325.9 ID RED RIVER RS +USC00107628 46.3333 -116.5500 1074.1 ID REUBENS +USC00107640 43.8333 -111.9000 1464.9 ID REXBURG +USC00107642 43.8167 -111.7833 1499.6 ID REXBURG KRXK +USC00107644 43.8083 -111.7892 1525.5 ID REXBURG BYU IDAHO +USC00107648 43.2064 -116.7494 1197.9 ID REYNOLDS +USC00107665 44.2167 -111.6333 1706.9 ID RICE +USC00107673 43.0517 -114.1550 1313.4 ID RICHFIELD +USC00107678 42.1833 -116.1333 1889.8 ID RIDDLE +USC00107689 43.6761 -111.9125 1480.1 ID RIGBY +USC00107706 45.3542 -116.3950 626.7 ID RIGGINS +USC00107721 43.6333 -111.7833 1513.0 ID RIRIE +USC00107727 43.5667 -111.5667 1684.0 ID RIRIE 12 ESE +USC00107808 42.5139 -112.8750 1432.6 ID ROCKLAND +USC00107858 47.3500 -115.6667 1266.1 ID ROLAND WEST PORTAL +USC00107878 44.9500 -115.0000 -999.9 ID ROOSEVELT +USC00107900 44.7333 -116.0833 1485.0 ID ROSEBERRY +USC00107915 42.3667 -114.9667 1417.3 ID ROSEWORTH +USC00107948 43.6667 -116.0500 -999.9 ID RUBY CREEK +USC00107961 45.9183 -114.8303 865.6 ID RUNNING CREEK RCH +USC00107968 42.6042 -113.7575 1280.2 ID RUPERT 3 WSW +USC00107971 42.8000 -113.5667 1327.1 ID RUPERT 13 NNE +USC00108022 43.9517 -111.6789 1496.6 ID SAINT ANTHONY +USC00108062 47.3164 -116.5789 655.6 ID SAINT MARIES +USC00108072 43.8667 -111.7500 1524.0 ID SALEM +USC00108076 45.2000 -113.8667 1232.6 ID SALMON AP +USC00108080 45.1731 -113.8856 1204.9 ID SALMON-KSRA HCN +USC00108089 42.4833 -114.8333 1511.8 ID SALMON RIVER DAM +USC00108137 48.2942 -116.5628 648.0 ID SANDPOINT EXP STN HCN +USC00108210 44.5333 -115.1000 2255.5 ID SEAFOAM +USC00108246 46.0081 -114.8442 786.4 ID SELWAY LODGE +USC00108303 43.6167 -115.1667 1442.9 ID SHAKE CREEK RS +USC00108380 42.9383 -114.4169 1204.0 ID SHOSHONE 1 WNW +USC00108395 45.3767 -114.2775 1036.3 ID SHOUP +USC00108410 43.0167 -116.7333 1950.7 ID SILVER CITY +USC00108412 43.0022 -116.8317 1877.6 ID SILVER CITY 5 W +USC00108475 45.6333 -116.2833 484.9 ID SLATE CREEK RS +USC00108500 44.2964 -112.4094 1749.6 ID SMALL 6N +USC00108510 45.1500 -115.3167 1676.4 ID SMITH CREEK +USC00108511 43.4833 -115.5333 1371.6 ID SMITH PRAIRIE +USC00108535 42.6514 -111.5833 1780.6 ID SODA SPRINGS AP +USC00108548 43.4833 -114.8167 1751.1 ID SOLDIER CREEK ADM SITE +USC00108604 44.3606 -112.1864 1795.9 ID SPENCER +USC00108610 47.9667 -116.8667 780.3 ID SPIRIT LAKE +USC00108626 43.0667 -112.6833 1345.1 ID SPRINGFIELD 1 SE +USC00108630 43.8167 -116.2833 1099.4 ID SPRING HILL +USC00108676 44.2208 -114.9347 1904.7 ID STANLEY +USC00108738 44.9000 -115.3333 1998.0 ID STIBNITE +USC00108765 42.0500 -112.6500 1377.7 ID STONE +USC00108802 42.3667 -112.9667 1769.1 ID SUBLETT GRD STN +USC00108818 43.8867 -111.7367 1501.1 ID SUGAR CITY +USC00108850 43.3167 -115.8333 1066.8 ID SUNNYSIDE +USC00108899 47.5667 -115.8333 1958.0 ID SUNSET PEAK +USC00108906 43.7000 -114.3500 1822.7 ID SUN VALLEY +USC00108928 43.2436 -116.3783 708.7 ID SWAN FALLS PH +USC00108937 43.4372 -111.2792 1645.0 ID SWAN VALLEY +USC00109000 45.1017 -114.8508 1168.9 ID TAYLOR RCH +USC00109029 47.1667 -116.9167 777.8 ID TENSED +USC00109059 43.8167 -111.1667 1841.9 ID TETONIA +USC00109065 43.8564 -111.2769 1880.6 ID TETONIA EXP STN +USC00109119 42.0833 -115.1500 1664.2 ID THREE CREEK +USC00109197 42.7833 -116.6167 1613.0 ID TRIANGLE RCH +USC00109212 44.2500 -116.2667 1219.2 ID TRIPOD MOUNTAIN # 1 +USC00109293 42.5808 -114.4569 1118.6 ID TWIN FALLS-KMVT +USC00109294 42.5833 -114.4667 1125.0 ID TWIN FALLS 2 NNE +USC00109299 42.5333 -114.4167 1150.0 ID TWIN FALLS 3 SE +USC00109303 42.5458 -114.3461 1207.0 ID TWIN FALLS 6 E +USC00109380 44.5333 -115.9667 -999.9 ID VAN WYCK +USC00109493 47.4667 -115.9333 844.9 ID WALLACE +USC00109498 47.4753 -115.9314 826.0 ID WALLACE +USC00109560 45.2658 -115.6789 1800.5 ID WARREN +USC00109601 42.9728 -111.4097 1961.7 ID WAYAN +USC00109637 44.2500 -116.9833 637.0 ID WEISER TELEMARK +USC00109638 44.2456 -116.9697 646.2 ID WEISER +USC00109658 42.7500 -114.6667 -999.9 ID WENDELL +USC00109692 46.1167 -116.5000 -999.9 ID WESTLAKE +USC00109698 42.0358 -111.9617 1451.5 ID WESTON +USC00109739 45.7503 -116.3231 430.7 ID WHITE BIRD +USC00109760 42.4333 -116.2000 -999.9 ID WHITE'S +USC00109840 46.2333 -116.6167 1204.9 ID WINCHESTER 1 SE +USC00109846 46.2381 -116.6233 1210.7 ID WINCHESTER +USC00109885 44.0333 -112.0000 1585.0 ID WOODROW +USC00109900 43.5500 -112.4333 1813.6 ID WRENSTED RANCH +USC00109950 44.9628 -115.4961 1539.2 ID YELLOWPINE +USC00109951 44.8542 -115.5114 1554.5 ID YELLOWPINE 7 S +USC00109963 45.5450 -115.2514 755.9 ID YELLOWPINE BAR +USC00110050 38.5411 -89.6289 131.1 IL ALBERS 1 W +USC00110055 38.3778 -88.0569 161.5 IL ALBION +USC00110072 41.1978 -90.7447 222.5 IL ALEDO HCN +USC00110082 41.0578 -90.5653 207.3 IL ALEXIS 1 SW +USC00110137 38.8669 -90.1489 132.6 IL ALTON - MELVIN PRICE L&D +USC00110140 41.1203 -90.1642 233.2 IL ALTONA +USC00110146 41.7225 -89.3367 230.1 IL AMBOY +USC00110187 37.4814 -89.2344 195.1 IL ANNA 2 NNE HCN +USC00110195 41.4000 -89.9167 192.0 IL ANNAWAN +USC00110203 42.4811 -88.0994 228.6 IL ANTIOCH +USC00110211 42.4483 -90.0517 249.9 IL APPLE RVR CANYON ST PK +USC00110231 39.6900 -88.2925 207.0 IL ARCOLA +USC00110247 42.0333 -87.9667 207.0 IL ARLINGTON HEIGTS 4 SS +USC00110251 39.7103 -88.4886 204.2 IL ARTHUR 1W +USC00110286 41.8500 -89.2667 253.0 IL ASHTON +USC00110305 40.0008 -89.7172 182.9 IL ATHENS 2N +USC00110306 39.9275 -89.7964 181.1 IL ATHENS 4SW +USC00110315 39.8000 -88.5000 203.3 IL ATWOOD +USC00110317 39.8000 -88.4167 198.1 IL ATWOOD +USC00110330 40.2333 -90.9472 207.3 IL AUGUSTA +USC00110338 41.7803 -88.3092 201.2 IL AURORA HCN +USC00110356 40.6633 -90.4447 195.1 IL AVON +USC00110440 42.1500 -88.1333 271.0 IL BARRINGTON +USC00110442 42.1153 -88.1639 266.7 IL BARRINGTON 3SW +USC00110445 39.6833 -91.0500 217.0 IL BARRY +USC00110456 40.5978 -89.7039 182.9 IL BARTONVILLE 5SW +USC00110492 40.0164 -90.4278 136.2 IL BEARDSTOWN +USC00110497 39.9333 -90.5333 131.1 IL BEARDSTOWN LAGRANGE DA +USC00110500 39.1811 -88.7828 185.3 IL BEECHER CITY +USC00110509 38.2333 -88.7500 136.9 IL BELLE RIVE +USC00110583 42.2550 -88.8639 229.5 IL BELVIDERE +USC00110591 39.8333 -88.5833 210.0 IL BEMENT +USC00110598 40.3444 -91.1125 198.1 IL BENTLEY +USC00110608 38.0336 -88.9203 135.6 IL BENTON 2 N +USC00110670 38.8369 -87.6286 142.3 IL BIRDS 2E +USC00110761 40.4961 -88.9994 233.5 IL BLOOMINGTON WTR WKS +USC00110764 40.4864 -89.0864 259.7 IL BLOOMINGTON 5W +USC00110766 40.5167 -89.0000 241.1 IL BLOOMINGTON NORMAL +USC00110781 39.7500 -90.5333 164.6 IL BLUFFS +USC00110803 41.1758 -87.9353 198.1 IL BOURBONNAIS 3NW +USC00110868 41.1461 -89.6289 237.7 IL BRADFORD 3SSE +USC00110987 40.2258 -90.7642 169.2 IL BROOKLYN +USC00110993 37.1275 -88.6531 100.6 IL BROOKPORT DAM 52 +USC00111020 38.9544 -88.9583 161.5 IL BROWNSTOWN 4 SW +USC00111083 39.8564 -89.4161 182.9 IL BUFFALO +USC00111160 38.5669 -90.1942 121.9 IL CAHOKIA +USC00111169 37.0044 -89.1786 82.3 IL CAIRO RIVER +USC00111212 38.5989 -87.9739 134.1 IL CALHOUN 5 SE +USC00111230 40.3833 -90.3333 195.1 IL CAMP ELLIS +USC00111236 41.0525 -89.6569 228.6 IL CAMP GROVE 2SW +USC00111250 40.5378 -90.0422 195.1 IL CANTON +USC00111265 37.7308 -89.1658 118.9 IL CARBONDALE SEWAGE PLT +USC00111280 39.2883 -89.8703 189.3 IL CARLINVILLE HCN +USC00111288 38.6000 -89.3667 139.9 IL CARLYLE +USC00111290 38.6250 -89.3631 152.7 IL CARLYLE RSVR +USC00111296 38.1497 -88.2244 118.9 IL CARMI 6 NW +USC00111302 38.0733 -88.1805 102.1 IL CARMI 3 +USC00111304 38.8833 -89.9000 159.1 IL CARPENTER 1 SW +USC00111316 40.4089 -91.1278 201.2 IL CARTHAGE +USC00111329 39.2975 -87.9747 189.0 IL CASEY +USC00111386 38.5556 -89.1297 140.2 IL CENTRALIA +USC00111412 40.0642 -90.1511 136.6 IL CHANDLERVILLE RIVER +USC00111420 41.3978 -88.2819 153.9 IL CHANNAHON DRESDEN ISL DAM +USC00111430 39.7714 -90.3331 180.4 IL CHAPIN 4E +USC00111436 39.4761 -88.1653 213.4 IL CHARLESTON HCN +USC00111447 40.7500 -88.2864 219.5 IL CHATSWORTH +USC00111455 41.0000 -87.9000 181.4 IL CHEBANSE +USC00111458 41.0092 -87.8242 181.4 IL CHEBANSE 5 E RIVER +USC00111475 40.7408 -88.7181 219.2 IL CHENOA +USC00111491 37.9019 -89.8308 130.5 IL CHESTER +USC00111497 42.1400 -87.7853 192.0 IL CHICAGO BOTANIC GARDEN +USC00111522 41.6667 -87.6167 179.8 IL CHICAGO CAL TREAT WKS +USC00111526 41.8833 -87.6167 182.9 IL CHICAGO GRANT PARK +USC00111527 41.5000 -87.6333 192.0 IL CHICAGO HEIGHTS +USC00111532 41.9667 -87.6667 198.1 IL CHICAGO LAKEVIEW PUMP +USC00111537 42.0000 -87.6667 180.1 IL CHICAGO LOYOLA UNIV +USC00111542 41.9667 -87.7500 198.1 IL CHICAGO MAYFAIR PUMP S +USC00111547 41.9667 -87.7000 182.9 IL CHICAGO N BRA PUMP STN +USC00111550 41.8558 -87.6094 177.7 IL CHICAGO NORTHERLY IS +USC00111552 41.7000 -87.6333 200.9 IL CHICAGO ROSELAND PUMP +USC00111557 41.8167 -87.6500 195.1 IL CHICAGO RACINE PUMP +USC00111562 41.9000 -87.6333 192.0 IL CHICAGO SAN DIST OFC +USC00111564 41.7500 -87.5500 185.9 IL CHICAGO S WTR FILT PLT +USC00111567 41.9167 -87.7167 182.9 IL CHICAGO SPRINGFLD PUMP +USC00111577 41.7372 -87.7775 189.0 IL CHICAGO MIDWAY AP 3SW 72534 +USC00111584 41.8833 -87.6333 180.1 IL CHICAGO WB CITY 2 +USC00111627 40.9153 -89.5031 163.1 IL CHILLICOTHE +USC00111636 39.8039 -87.6661 198.1 IL CHRISMAN +USC00111648 41.8500 -87.7667 185.9 IL CICERO +USC00111655 40.0083 -88.7267 209.7 IL CISCO +USC00111664 38.5047 -88.4094 138.4 IL CISNE 2 S +USC00111691 38.8011 -87.9281 141.7 IL CLAREMONT 6N +USC00111700 38.6058 -88.3117 140.2 IL CLAY CITY 6SSE +USC00111743 40.1375 -88.9675 210.3 IL CLINTON 1SSW +USC00111767 40.0167 -91.1667 -999.9 IL COATSBURG +USC00111775 37.5000 -89.2500 189.0 IL COBDEN 2 S +USC00111825 38.6667 -89.9833 171.0 IL COLLINSVILLE +USC00111835 41.7061 -89.1003 275.8 IL COMPTON 1 NW +USC00111836 40.6211 -89.2414 195.1 IL CONGERVILLE 2NW +USC00111838 40.6000 -89.2000 226.2 IL CONGERVILLE +USC00111841 41.6667 -90.3500 181.4 IL CORDOVA +USC00111944 38.2167 -89.6500 152.4 IL COULTERVILLE 3 NW +USC00111992 37.6167 -88.8333 153.0 IL CREAL SPRINGS +USC00112011 41.4492 -87.6222 202.4 IL CRETE +USC00112048 42.2611 -88.3953 286.5 IL CRYSTAL LAKE 4NW +USC00112125 40.9369 -90.0881 179.8 IL DAHINDA 1NE +USC00112140 40.1392 -87.6478 169.2 IL DANVILLE HCN +USC00112143 40.1333 -87.6500 177.1 IL DANVILLE HOSPITAL +USC00112145 40.1019 -87.5961 163.4 IL DANVILLE SEWAGE PLT +USC00112150 40.1333 -87.6500 171.0 IL DANVILLE WTR WKS +USC00112178 41.3867 -88.7906 140.8 IL DAYTON RIVER +USC00112193 39.8289 -88.9506 194.8 IL DECATUR WTP HCN +USC00112197 39.9078 -88.9564 204.2 IL DECATUR 4N +USC00112223 41.9342 -88.7756 266.1 IL DE KALB +USC00112286 42.0500 -87.9167 214.0 IL DES PLAINES 1 NW +USC00112330 39.3667 -88.1333 200.9 IL DIONA +USC00112332 39.3500 -88.1667 185.9 IL DIONA 3 SW +USC00112344 38.4628 -88.9433 183.5 IL DIX +USC00112348 41.8350 -89.5136 201.2 IL DIXON 1W HCN +USC00112353 37.4389 -88.6678 160.6 IL DIXON SPRINGS AGRIC CTR +USC00112397 40.7833 -90.0833 198.1 IL DOUGLAS +USC00112417 40.4333 -88.8667 242.3 IL DOWNS 2 NE +USC00112447 38.2167 -89.2167 160.9 IL DUBOIS +USC00112470 41.9058 -88.2556 231.3 IL DUPAGE AIRPORT +USC00112483 37.9878 -89.1931 128.0 IL DU QUOIN 4 SE HCN +USC00112497 41.1000 -88.4167 195.1 IL DWIGHT +USC00112500 41.1072 -88.4111 191.4 IL DWIGHT +USC00112502 41.0833 -88.4667 195.1 IL DWIGHT STATE REFORM +USC00112510 41.5514 -88.9147 210.3 IL EARLVILLE 3S +USC00112614 38.5667 -90.1833 125.0 IL EAST ST LOUIS PARKS CL +USC00112620 40.7081 -89.4808 219.5 IL EAST PEORIA 6NE +USC00112642 40.9333 -89.6333 244.1 IL EDELSTEIN +USC00112651 37.5000 -88.5833 192.0 IL EDDYVILLE +USC00112679 38.8094 -90.0033 141.7 IL EDWARDSVILLE 2 W +USC00112685 39.1064 -88.5311 161.8 IL EFFINGHAM SE +USC00112687 39.1181 -88.6244 190.5 IL EFFINGHAM 3SW +USC00112709 41.8742 -88.4728 265.2 IL ELBURN +USC00112719 37.8167 -88.4500 115.8 IL ELDORADO +USC00112736 42.0628 -88.2861 232.6 IL ELGIN +USC00112745 42.3161 -90.2269 205.7 IL ELIZABETH +USC00112750 37.4500 -88.3000 121.9 IL ELIZABETHTOWN +USC00112763 42.0033 -88.0069 213.4 IL ELK GROVE VILLAGE +USC00112781 40.7364 -89.0947 228.6 IL EL PASO 4 W +USC00112800 38.9500 -90.3500 192.0 IL ELSAH PRINCIPIA COL +USC00112830 41.5167 -88.1667 182.9 IL ELWOOD 8 NW +USC00112854 40.7122 -89.2611 243.8 IL EUREKA +USC00112888 42.0333 -87.6833 189.0 IL EVANSTON PUMP STN +USC00112923 40.7511 -88.4983 202.7 IL FAIRBURY WWTP +USC00112929 38.3833 -88.2500 -999.9 IL FAIRFIELD NEAR +USC00112931 38.3806 -88.3264 131.1 IL FAIRFIELD RADIO WFIW +USC00112958 40.6333 -90.1667 223.1 IL FAIRVIEW +USC00112993 40.2539 -88.7075 227.1 IL FARMER CITY 3W +USC00113055 39.1167 -89.2667 198.1 IL FILLMORE +USC00113058 39.5514 -88.8069 213.4 IL FINDLAY 2NW +USC00113061 40.3175 -88.3503 219.2 IL FISHER +USC00113106 38.6781 -88.4797 146.6 IL FLORA +USC00113109 38.7103 -88.5758 152.4 IL FLORA 5 NW +USC00113120 37.1442 -88.7114 95.4 IL FT MASSAC SP +USC00113132 42.1322 -89.5742 278.3 IL FORRESTON +USC00113257 42.3000 -89.6167 238.0 IL FREEPORT +USC00113262 42.2972 -89.6039 228.6 IL FREEPORT WASTE WTP +USC00113270 38.4333 -87.8833 146.3 IL FRIEND GROVE +USC00113290 41.8978 -90.1544 180.4 IL FULTON L&D #13 +USC00113304 37.8500 -88.6333 128.0 IL GALATIA 1 W +USC00113312 42.3994 -90.3861 250.5 IL GALENA +USC00113320 40.9464 -90.3856 232.0 IL GALESBURG +USC00113335 41.1739 -90.0350 246.9 IL GALVA HCN +USC00113369 41.3500 -88.4333 153.9 IL GEBHARD WOODS SP +USC00113384 41.4511 -90.1486 194.8 IL GENESEO +USC00113392 42.0742 -88.7075 251.8 IL GENOA 2SW +USC00113395 40.7578 -89.4764 224.0 IL GERMANTOWN HILLS +USC00113413 40.4731 -88.3653 228.6 IL GIBSON CITY +USC00113455 40.8822 -91.0233 164.0 IL GLADSTONE DAM 18 +USC00113482 37.4333 -88.6667 146.0 IL DIXON SPRINGS AGR CTR +USC00113490 41.8267 -88.0581 208.8 IL GLEN ELLYN 4S +USC00113522 37.3789 -88.4894 107.9 IL GOLCONDA RIVER +USC00113530 40.1064 -91.0222 218.8 IL GOLDEN +USC00113572 38.9681 -90.4289 135.0 IL GRAFTON +USC00113580 37.2036 -89.0422 117.3 IL GRAND CHAIN DAM 53 +USC00113595 37.6592 -89.5103 116.7 IL GRAND TWR 2 N +USC00113612 38.2758 -87.9989 132.6 IL GRAYVILLE +USC00113666 39.3425 -90.2061 164.6 IL GREENFIELD +USC00113683 39.2283 -88.1261 166.1 IL GREENUP 3SE +USC00113693 38.8650 -89.4053 164.9 IL GREENVILLE +USC00113709 40.7500 -88.8833 228.9 IL GRIDLEY +USC00113717 39.7378 -90.7086 191.4 IL GRIGGSVILLE +USC00113722 40.6033 -89.5906 219.5 IL GROVELAND 2WNW +USC00113736 42.3667 -87.9000 213.4 IL GURNEE BOULEVARD STN +USC00113738 42.3656 -87.9533 207.3 IL GURNEE PUBLIC WORKS +USC00113764 37.8000 -88.8500 173.4 IL HALFWAY +USC00113774 39.8014 -88.5928 201.2 IL HAMMOND +USC00113782 42.0581 -88.4586 286.5 IL HAMPSHIRE 8 SE +USC00113850 39.1500 -90.6167 134.1 IL HARDIN +USC00113879 37.7408 -88.5244 111.3 IL HARRISBURG HCN +USC00113884 37.7500 -88.5333 109.7 IL HARRISBURG DISPOSAL PL +USC00113902 42.4147 -88.6308 277.4 IL HARVARD +USC00113930 40.3000 -90.0500 134.1 IL HAVANA +USC00113940 40.3031 -90.0647 141.1 IL HAVANA +USC00114012 41.2542 -89.3378 157.0 IL HENNEPIN +USC00114013 41.2647 -89.3381 140.2 IL HENNEPIN WTR TRMT PLT +USC00114017 41.1069 -89.3561 134.1 IL HENRY +USC00114053 37.5833 -88.5000 323.1 IL HEROD WILLIAMS HILL +USC00114061 37.8000 -89.0167 123.4 IL HERRIN +USC00114078 39.1397 -88.1906 152.4 IL HIDALGO 3SW +USC00114089 38.7603 -89.6564 160.0 IL HIGHLAND +USC00114092 42.2500 -87.8000 210.6 IL HIGHLAND PARK +USC00114108 39.1611 -89.4919 192.0 IL HILLSBORO HCN +USC00114137 40.0597 -87.9756 213.4 IL HOMER 4 NNW +USC00114198 40.4664 -87.6850 216.4 IL HOOPESTON HCN +USC00114269 40.6667 -88.9333 225.9 IL HUDSON LK BLOOMINGTON +USC00114292 40.2833 -91.4833 -999.9 IL HUNT DRAINAGE DIST +USC00114312 39.1167 -87.6667 140.2 IL HUTSONVILLE 1 NNW +USC00114317 39.1139 -87.6564 133.2 IL HUTSONVILLE +USC00114355 41.4256 -91.0094 167.6 IL ILLINOIS CITY DAM 16 +USC00114356 37.9739 -88.2414 141.1 IL IRON +USC00114363 38.1500 -88.9000 128.0 IL INA +USC00114400 38.4933 -88.9708 179.8 IL IUKA 12 SW +USC00114442 39.7347 -90.1978 185.9 IL JACKSONVILLE 2E HCN +USC00114447 39.7133 -90.2286 190.8 IL JACKSONVILLE 2 +USC00114465 39.3667 -88.2500 214.0 IL JANESVILLE +USC00114489 39.1025 -90.3431 192.0 IL JERSEYVILLE 2 SW +USC00114530 41.5033 -88.1033 165.5 IL JOLIET BRANDON RD DAM +USC00114593 41.0833 -87.9167 192.0 IL KANKAKEE 3 SW +USC00114598 41.1333 -87.9333 192.0 IL KANKAKEE 4 NW +USC00114603 41.1350 -87.8856 182.9 IL KANKAKEE METRO WASTEWATER +USC00114629 37.9833 -89.9469 115.8 IL KASKASKIA RVR NAVIGATION LOCK +USC00114655 41.0994 -90.9394 167.6 IL KEITHSBURG +USC00114710 41.2428 -89.8997 237.7 IL KEWANEE 1 E +USC00114715 41.2500 -89.9167 244.1 IL KEWANEE BAKER PARK +USC00114729 40.7833 -89.7167 -999.9 IL KICKAPOO +USC00114739 39.5894 -89.4556 179.8 IL KINCAID 3W +USC00114750 39.7833 -91.1833 -999.9 IL KINGSTON +USC00114756 38.7706 -88.8556 181.7 IL KINMUNDY +USC00114765 40.8667 -90.8000 214.0 IL KIRKWOOD 3 W +USC00114766 40.8833 -90.7500 231.6 IL KIRKWOOD 1 N +USC00114770 42.1333 -89.1167 222.5 IL KISHWAUKEE +USC00114780 40.9025 -90.2897 221.9 IL KNOXVILLE +USC00114805 41.0186 -89.4153 139.6 IL LACON +USC00114814 41.8000 -87.8667 196.6 IL LA GRANGE +USC00114816 41.7953 -87.8708 200.9 IL LA GRANGE +USC00114823 40.5839 -90.9686 210.3 IL LA HARPE HCN +USC00114833 39.7578 -89.6044 177.1 IL LAKE SPRINGFIELD +USC00114837 42.4308 -88.0594 256.0 IL LAKE VILLA 2NE +USC00114879 42.0919 -89.8422 253.0 IL LANARK +USC00114890 41.5422 -87.5417 189.0 IL LANSING +USC00114922 41.3333 -89.1333 159.1 IL LA SALLE PERU +USC00114923 41.3144 -89.0908 140.2 IL LA SALLE 1 S +USC00114951 40.9667 -89.6333 253.0 IL LAWN RIDGE +USC00114957 38.7239 -87.7197 137.5 IL LAWRENCEVILLE 2WSW +USC00114959 38.7167 -87.7333 139.9 IL LAWRENCEVILLE 3 WSW +USC00114991 38.6003 -89.8178 151.8 IL LEBANON +USC00115036 40.3500 -88.7667 238.0 IL LE ROY +USC00115038 40.3969 -90.1539 182.9 IL LEWISTOWN +USC00115041 40.6408 -88.7808 230.1 IL LEXINGTON +USC00115043 40.6414 -88.7833 228.9 IL LEXINGTON +USC00115054 39.8333 -91.2333 -999.9 IL LIBERTY +USC00115059 42.3097 -87.9908 219.5 IL LIBERTYVILLE 4 NNW +USC00115074 40.1000 -91.5000 -999.9 IL LIMA LAKE DRAIN DIST +USC00115079 40.1519 -89.3386 177.7 IL LINCOLN HCN +USC00115084 40.1500 -89.3500 182.9 IL LINCOLN 2 +USC00115092 42.0578 -89.0297 240.8 IL LINDENWOOD +USC00115097 41.8128 -88.0728 207.3 IL LISLE-MORTON ARBORETUM +USC00115110 41.7092 -87.8761 217.9 IL LITTLE RED SCHOOL HSE +USC00115111 39.6833 -89.8500 190.2 IL LOAMI +USC00115113 39.6314 -89.8744 182.9 IL LOAMI 3SSW +USC00115131 41.5667 -88.0833 177.1 IL LOCKPORT L&D +USC00115136 41.5667 -88.0833 179.8 IL LOCKPORT PWR HOUSE +USC00115158 41.8833 -88.0333 214.0 IL LOMBARD +USC00115163 40.7072 -90.2800 155.4 IL LONDON MILLS 1SW +USC00115209 38.7725 -88.5011 146.3 IL LOUISVILLE +USC00115216 38.7667 -88.5000 137.2 IL LOUISVILLE +USC00115219 39.7122 -88.6300 207.9 IL LOVINGTON +USC00115227 41.2500 -89.0167 198.1 IL LOWELL +USC00115272 40.5517 -89.3339 214.0 IL MACKINAW 1N +USC00115280 40.4786 -90.6697 185.9 IL MACOMB +USC00115292 40.1858 -88.3981 214.9 IL MAHOMET +USC00115294 37.6333 -89.2333 207.0 IL MAKANDA 1 NW +USC00115313 41.3639 -87.9989 202.7 IL MANHATTAN 4 SW +USC00115314 41.4589 -87.9106 228.0 IL MANHATTAN 5 NE +USC00115321 40.1500 -91.3000 -999.9 IL MARCELLINE +USC00115326 42.2636 -88.6078 248.4 IL MARENGO HCN +USC00115334 40.5011 -90.3914 195.1 IL MARIETTA +USC00115342 37.7747 -88.8981 145.4 IL MARION 4 NNE +USC00115364 40.0364 -88.9542 219.5 IL MAROA +USC00115372 41.3286 -88.7533 149.4 IL MARSEILLES LOCK +USC00115380 39.3908 -87.6967 195.1 IL MARSHALL +USC00115384 39.3367 -87.8797 182.9 IL MARTINSVILLE +USC00115385 39.1908 -87.8950 170.7 IL MARTINSVILLE 10S +USC00115405 38.4833 -89.8000 131.1 IL MASCOUTAH +USC00115413 40.1642 -89.6511 182.9 IL MASON CITY 4SE +USC00115430 39.4725 -88.3544 213.7 IL MATTOON +USC00115493 42.3092 -88.2533 224.3 IL MC HENRY -WG STRATTON L&D +USC00115498 42.3167 -88.2500 225.9 IL MC HENRY 2 S +USC00115515 38.0844 -88.5425 135.9 IL MCLEANSBORO HCN +USC00115539 39.1561 -90.1392 185.0 IL MEDORA 1 S +USC00115562 41.5294 -89.1267 219.5 IL MENDOTA 2 SE +USC00115606 37.1333 -88.7167 100.0 IL METROPOLIS +USC00115643 37.2253 -88.6256 161.5 IL MIDWAY +USC00115646 40.6828 -87.7575 182.9 IL MILFORD 5NW +USC00115651 41.6000 -88.5500 185.9 IL MILLBROOK +USC00115712 40.9125 -89.0339 228.6 IL MINONK HCN +USC00115748 41.4703 -90.5114 167.6 IL MOLINE BRG +USC00115758 41.1811 -87.5725 192.9 IL MOMENCE 5ENE +USC00115763 41.3936 -87.7644 225.6 IL MONEE RSVR +USC00115768 40.9442 -90.6381 219.5 IL MONMOUTH HCN +USC00115772 40.9361 -90.7197 220.7 IL MONMOUTH 4NW +USC00115791 40.0333 -88.5667 192.0 IL MONTICELLO +USC00115792 40.0383 -88.5853 189.0 IL MONTICELLO (RIVER) +USC00115820 41.3542 -88.4286 146.0 IL MORRIS RIVER +USC00115825 41.3708 -88.4336 159.7 IL MORRIS 1 NW +USC00115833 41.7944 -89.9681 192.6 IL MORRISON HCN +USC00115841 39.4158 -89.4614 192.0 IL MORRISONVILLE +USC00115846 39.3833 -89.4000 195.1 IL MORRISONVILLE 4 SE +USC00115856 41.2333 -89.6667 242.3 IL MORSE 2 E +USC00115876 40.6006 -89.4653 213.7 IL MORTON +USC00115880 37.0897 -89.1631 100.0 IL MOUND CITY +USC00115888 38.4106 -87.7578 131.1 IL MT CARMEL +USC00115893 38.4500 -87.7833 143.0 IL MT CARMEL 4 NW +USC00115901 42.0981 -89.9842 195.1 IL MT CARROLL HCN +USC00115917 39.0728 -89.7014 204.2 IL MT OLIVE 1 E +USC00115922 42.0792 -87.9472 204.2 IL MT PROSPECT +USC00115927 40.0075 -89.2833 201.5 IL MT PULASKI +USC00115935 39.9842 -90.7525 216.1 IL MT STERLING +USC00115943 38.3483 -88.8533 149.4 IL MT VERNON 3 NE HCN +USC00115950 39.5878 -89.0158 190.5 IL MOWEAQUA 2S +USC00115961 42.2553 -88.0775 256.0 IL MUNDELEIN 4 WSW +USC00115983 37.7608 -89.3656 167.6 IL MURPHYSBORO 2 SW +USC00116011 38.3419 -89.3592 156.4 IL NASHVILLE 1 E +USC00116024 39.3197 -88.4617 195.7 IL NEOGA +USC00116025 39.3536 -88.5000 196.0 IL NEOGA 4NW +USC00116065 41.5325 -88.5536 228.6 IL NEWARK 2SSE +USC00116069 41.5500 -88.4333 203.9 IL NEWARK 8 E +USC00116072 38.3219 -89.8756 129.8 IL NEW ATHENS +USC00116074 38.2736 -89.9164 120.4 IL NEW ATHENS 5 SW +USC00116080 41.1925 -91.0578 167.0 IL NEW BOSTON DAM 17 +USC00116085 41.1667 -91.0000 174.0 IL NEW BOSTON +USC00116093 37.5833 -88.7667 171.0 IL NEW BURNSIDE +USC00116134 39.7914 -88.0364 196.6 IL NEWMAN 3W +USC00116154 39.9667 -89.8500 174.0 IL NEW SALEM SP +USC00116157 38.9917 -88.1828 161.8 IL NEWTON +USC00116159 38.9136 -88.1183 155.4 IL NEWTON 6 SSE +USC00116200 40.5492 -88.9497 240.8 IL NORMAL 4NE +USC00116227 42.1500 -87.8333 198.1 IL NORTHBROOK UNDER LAB +USC00116281 41.8422 -87.9731 217.9 IL OAK BROOK 2W +USC00116329 39.6581 -88.0278 198.1 IL OAKLAND +USC00116344 40.1100 -87.9567 205.7 IL OGDEN +USC00116383 37.1742 -89.3506 103.6 IL OLIVE BRANCH +USC00116446 38.7003 -88.0817 139.9 IL OLNEY 2S HCN +USC00116490 42.0056 -89.3278 206.7 IL OREGON +USC00116492 42.0167 -89.3333 214.0 IL OREGON WTR WKS +USC00116509 41.6500 -88.3500 182.9 IL OSWEGO +USC00116526 41.3283 -88.9106 160.0 IL OTTAWA 5SW HCN +USC00116558 39.0064 -87.6236 137.2 IL PALESTINE HCN +USC00116579 39.3686 -89.0867 198.1 IL PANA HCN +USC00116605 39.6333 -87.7000 222.5 IL PARIS 1 N +USC00116610 39.6186 -87.6672 197.8 IL PARIS STP HCN +USC00116616 41.4947 -87.6803 216.4 IL PARK FOREST +USC00116642 38.7653 -89.0561 158.2 IL PATOKA +USC00116661 41.6653 -88.9781 271.0 IL PAW PAW 2S +USC00116663 40.4550 -88.1417 231.0 IL PAXTON 2 WSW +USC00116670 39.8208 -91.2436 232.9 IL PAYSON +USC00116681 39.4667 -90.6333 137.5 IL PEARL +USC00116689 40.5550 -89.6311 173.7 IL PEKIN 1SE +USC00116699 40.3750 -87.9525 222.5 IL PENFIELD 5N +USC00116700 40.7000 -89.6000 158.2 IL PEORIA 1 +USC00116701 40.7039 -89.5664 140.2 IL PEORIA +USC00116703 40.6914 -89.6667 192.0 IL PEORIA AIRPORT 2NE +USC00116706 40.6167 -89.6500 134.1 IL PEORIA L&D +USC00116708 40.7394 -89.4878 198.1 IL PEORIA PROVING GROUNDS +USC00116710 40.7492 -89.6203 213.4 IL PEORIA 5NW +USC00116725 41.3339 -87.7892 218.8 IL PEOTONE +USC00116738 39.8058 -90.8236 198.1 IL PERRY 6 NW HCN +USC00116751 41.3333 -89.1333 -999.9 IL PERU +USC00116753 41.3503 -89.1072 189.0 IL PERU +USC00116760 39.9633 -89.8678 182.9 IL PETERSBURG 3SSW +USC00116765 40.0164 -89.8344 182.9 IL PETERSBURG 1E +USC00116769 40.0064 -88.1533 219.5 IL PHILO +USC00116779 38.0981 -89.3819 131.1 IL PINCKNEYVILLE 2 N +USC00116819 40.7569 -88.1828 204.2 IL PIPER CITY +USC00116833 39.6167 -90.7500 195.1 IL PITTSFIELD 3 NE +USC00116837 39.6200 -90.8033 204.2 IL PITTSFIELD #2 +USC00116849 41.6386 -88.1881 187.5 IL PLAINFIELD 3 NE +USC00116855 41.6519 -88.5292 179.5 IL PLANO +USC00116861 39.4500 -90.8667 143.0 IL PLEASANT HILL +USC00116874 37.8950 -89.0092 119.8 IL PLUMFIELD +USC00116897 42.0344 -89.6072 260.9 IL POLO 5NW +USC00116910 40.8778 -88.6364 198.1 IL PONTIAC HCN +USC00116930 42.3222 -88.8450 259.1 IL POPLAR GROVE 3 SSW +USC00116970 40.5914 -90.4642 198.1 IL PRAIRIE CITY 2S +USC00116973 38.0886 -90.1619 123.1 IL PRAIRIE DU ROCHER 3 WNW +USC00116996 41.3500 -89.4667 214.0 IL PRINCETON 1 S +USC00116998 41.3661 -89.4519 212.4 IL PRINCETON +USC00117004 40.9275 -89.7564 228.6 IL PRINCEVILLE +USC00117014 41.6753 -89.9375 184.4 IL PROPHETSTOWN +USC00117067 39.9500 -91.4000 182.9 IL QUINCY +USC00117077 39.9036 -91.4283 147.2 IL QUINCY DAM 21 +USC00117082 39.9325 -91.4147 154.8 IL QUINCY MEM BRG +USC00117126 39.1481 -89.1022 182.9 IL RAMSEY +USC00117130 40.4586 -87.9000 224.0 IL RANKIN +USC00117157 38.1858 -89.9275 139.6 IL RED BUD 5 SE +USC00117161 41.1164 -88.2161 182.9 IL REDDICK 2 NE +USC00117187 38.0406 -88.9883 138.7 IL REND LAKE DAM +USC00117211 41.3333 -90.7167 247.8 IL REYNOLDS +USC00117244 38.3667 -89.1833 164.9 IL RICHVIEW +USC00117271 37.8833 -88.6833 140.5 IL RILEYVILLE +USC00117278 40.0208 -90.6475 174.0 IL RIPLEY +USC00117318 39.8431 -89.5472 181.4 IL RIVERTON (RIVER) +USC00117329 40.7983 -89.1947 219.5 IL ROANOKE +USC00117336 40.6667 -88.1833 225.9 IL ROBERTS 3 N +USC00117345 39.0061 -87.7769 163.1 IL ROBINSON +USC00117349 41.9500 -89.1667 238.0 IL ROCHELLE 6 NW +USC00117354 41.9117 -89.0708 236.2 IL ROCHELLE +USC00117370 41.7981 -89.6414 207.0 IL ROCK FALLS 3 NE +USC00117375 42.2833 -89.0833 225.9 IL ROCKFORD +USC00117377 42.3000 -88.9833 267.9 IL ROCKFORD 6 ENE +USC00117388 41.5167 -90.5667 173.1 IL ROCK ISLAND DAM 15 +USC00117391 41.5181 -90.5647 173.1 IL ROCK ISLAND L&D 15 +USC00117400 39.5333 -91.0167 143.0 IL ROCKPORT +USC00117457 41.6042 -88.0850 201.2 IL ROMEOVILLE WFO +USC00117470 42.4050 -88.9794 263.0 IL ROSCOE 2SE +USC00117487 37.4747 -88.4122 121.9 IL ROSICLARE 5NW +USC00117551 40.1275 -90.5592 205.1 IL RUSHVILLE HCN +USC00117586 41.9603 -88.4228 265.2 IL ST CHARLES 7 NW +USC00117590 40.4536 -88.5364 243.8 IL SAYBROOK 2N +USC00117603 38.9364 -88.0228 152.4 IL STE MARIE (RIVER) +USC00117636 38.6403 -88.9458 167.6 IL SALEM 72433 +USC00117833 41.7328 -88.8642 259.1 IL SHABBONA 3S +USC00117840 42.1683 -89.8417 262.1 IL SHANNON 6 WNW +USC00117859 37.6978 -88.1336 106.7 IL SHAWNEETOWN OLD TOWN +USC00117876 39.4078 -88.7739 199.6 IL SHELBYVILLE DAM +USC00117896 39.8889 -89.6161 177.1 IL SHERMAN +USC00117916 42.4436 -89.1975 225.6 IL SHIRLAND +USC00117952 39.9678 -87.8228 204.8 IL SIDELL 4N +USC00117988 42.0833 -87.7667 192.0 IL SKOKIE +USC00117990 42.0167 -87.7167 182.9 IL SKOKIE N S TREAT WKS +USC00118020 37.1644 -88.4311 108.8 IL SMITHLAND L&D +USC00118040 41.0408 -90.0703 228.6 IL SNAKE DEN HOLLOW F&WA +USC00118091 40.4917 -89.5981 182.9 IL SOUTH PEKIN 2E +USC00118145 41.0333 -89.4333 134.1 IL SPARLAND +USC00118146 41.0314 -89.4403 174.7 IL SPARLAND +USC00118147 38.1167 -89.7167 163.1 IL SPARTA 1 W HCN +USC00118184 39.8000 -89.6500 192.9 IL SPRINGFIELD WB CITY +USC00118186 39.7967 -89.6769 182.6 IL SPRINGFIELD #2 +USC00118189 39.7667 -89.6000 174.0 IL SPRINGFIELD 4 SE +USC00118192 42.4678 -88.2372 260.9 IL SPRING GROVE +USC00118194 41.0228 -87.7175 204.2 IL ST ANNE +USC00118199 41.9000 -88.3167 244.4 IL ST. CHARLES +USC00118204 40.4928 -90.0469 190.5 IL ST DAVID +USC00118209 39.0333 -88.8500 188.4 IL ST. ELMO +USC00118219 38.4833 -88.3333 152.4 IL ST. PETER +USC00118222 40.3992 -89.2164 198.1 IL STANFORD 2S +USC00118229 39.0500 -89.8000 190.5 IL STAUNTON +USC00118248 38.0031 -89.6508 131.1 IL STEELEVILLE +USC00118254 41.8108 -89.0239 246.9 IL STEWARD 3S +USC00118278 41.8167 -87.7500 195.1 IL STICKNEY W SIDE TREAT +USC00118293 42.3997 -89.9903 295.7 IL STOCKTON 3 NNE +USC00118324 42.0256 -88.1783 249.6 IL STREAMWOOD +USC00118353 41.0908 -88.8158 185.9 IL STREATOR 3 SE +USC00118386 39.6167 -88.6333 209.1 IL SULLIVAN +USC00118389 39.5608 -88.6089 195.1 IL SULLIVAN 3S +USC00118419 38.7167 -87.8667 139.9 IL SUMNER +USC00118452 41.9833 -88.6833 256.0 IL SYCAMORE +USC00118460 40.3667 -90.4333 223.1 IL TABLE GROVE +USC00118491 39.5228 -89.2642 188.1 IL TAYLORVILLE 2SE +USC00118604 41.2667 -89.4667 195.1 IL TISKILWA 2 SE +USC00118630 41.0908 -89.8614 217.0 IL TOULON +USC00118634 39.0597 -87.6625 149.4 IL TRIMBLE 1E +USC00118684 39.7947 -88.2911 198.4 IL TUSCOLA +USC00118690 39.8000 -88.2794 201.2 IL TUSCOLA #2 +USC00118696 37.2686 -89.1647 104.9 IL ULLIN +USC00118740 40.0839 -88.2403 219.8 IL CHAMPAIGN 3S HCN +USC00118742 40.1147 -88.2233 225.6 IL URBANA 2 +USC00118745 40.0833 -88.2167 225.6 IL URBANA S AGRONOMY FARM +USC00118750 40.1167 -88.2333 217.9 IL URBANA ENG CAMPUS +USC00118756 41.3242 -88.9858 140.2 IL UTICA STARVED ROCK DAM +USC00118781 38.9578 -89.0953 149.4 IL VANDALIA +USC00118797 41.0389 -89.2289 221.6 IL VARNA +USC00118860 39.5061 -89.7689 205.7 IL VIRDEN +USC00118870 39.9494 -90.2083 185.9 IL VIRGINIA +USC00118916 41.5603 -89.6025 204.5 IL WALNUT HCN +USC00118932 38.2133 -89.0850 155.8 IL WALTONVILLE +USC00118976 40.3500 -91.4333 149.0 IL WARSAW +USC00118990 40.6994 -89.4478 230.1 IL WASHINGTON 2 W +USC00119002 38.3664 -90.1619 201.5 IL WATERLOO +USC00119010 41.7650 -88.7561 240.8 IL WATERMAN 1 ESE +USC00119021 40.7942 -87.7544 189.0 IL WATSEKA 2 NW +USC00119029 42.3492 -87.8828 213.4 IL WAUKEGAN +USC00119030 42.3606 -87.8186 198.1 IL WAUKEGAN #2 +USC00119034 39.6833 -89.9500 205.4 IL WAVERLY +USC00119040 38.3500 -88.5833 134.1 IL WAYNE CITY 1 N +USC00119065 40.2272 -90.8994 182.9 IL WEINBERG KING SP +USC00119090 41.0667 -89.0667 210.3 IL WENONA +USC00119140 37.9000 -88.8000 146.0 IL WEST FRANKFORT 8 E +USC00119148 37.9089 -88.9317 129.5 IL W FRANKFORT +USC00119221 41.8128 -88.0728 207.3 IL WHEATON 3 SE +USC00119241 39.4408 -90.3789 176.8 IL WHITE HALL 1 E HCN +USC00119274 38.6000 -88.3167 139.9 IL WILCOX +USC00119331 39.6350 -90.4528 167.9 IL WINCHESTER +USC00119354 39.4458 -88.5961 210.3 IL WINDSOR HCN +USC00119469 41.1831 -90.3167 248.4 IL WOODHULL +USC00119480 42.3628 -88.5314 282.9 IL WOODSTOCK 5NW +USC00119506 41.0183 -89.8353 189.0 IL WYOMING 5SW +USC00119816 40.7764 -90.0203 205.7 IL YATES CITY +USC00119822 41.6500 -88.4500 182.9 IL YORKVILLE +USC00119827 41.6211 -88.4356 221.9 IL YORKVILLE 2SE +USC00119854 42.1833 -90.0500 256.6 IL ZION +USC00120014 41.3525 -85.2961 301.8 IN AVILLA 3SW +USC00120075 41.3906 -85.4222 281.9 IN ALBION +USC00120076 41.4000 -85.3333 299.6 IN ALBION 5 E +USC00120096 40.1967 -85.6703 265.5 IN ALEXANDRIA 5 S +USC00120132 39.5739 -85.1583 233.8 IN ALPINE 2 NE +USC00120172 40.0833 -85.6167 262.1 IN ANDERSON MOUNDS SP +USC00120177 40.1117 -85.7164 256.3 IN ANDERSON SEWAGE PLT HCN +USC00120182 40.1050 -85.6717 265.2 IN ANDERSON WTR WKS +USC00120200 41.6639 -85.0183 310.9 IN ANGOLA HCN +USC00120270 39.4000 -87.1000 -999.9 IN ASHBORO +USC00120328 40.2833 -87.2500 158.5 IN ATTICA +USC00120331 40.2839 -87.1964 221.6 IN ATTICA 2E +USC00120332 41.3667 -85.0333 266.7 IN AUBURN 1 E +USC00120334 41.3333 -85.0500 266.7 IN AUBURN 2 SSE +USC00120336 38.7833 -85.8333 159.1 IN AUSTIN 2 NW +USC00120482 39.2969 -85.2186 295.7 IN BATESVILLE WTR WKS +USC00120545 38.8500 -86.5000 203.9 IN BEDFORD +USC00120550 38.8397 -86.5217 177.1 IN BEDFORD 4 SW +USC00120676 40.6683 -84.9300 255.7 IN BERNE WWTP HCN +USC00120704 38.7667 -87.3167 146.0 IN BICKNELL +USC00120784 39.1742 -86.5214 253.0 IN BLOOMINGTON INDIANA UNIV HCN +USC00120786 39.1333 -86.6167 256.0 IN BLOOMINGTON 5 SW +USC00120824 40.7833 -85.1667 263.7 IN BLUFFTON +USC00120829 40.7500 -85.1833 248.4 IN BLUFFTON 1 N +USC00120830 40.8142 -85.1547 262.4 IN BLUFFTON 6N +USC00120831 40.7333 -85.1667 256.0 IN BLUFFTON WTR WKS +USC00120852 38.0303 -87.2736 121.9 IN BOONVILLE 1S +USC00120858 40.5350 -87.4530 235.3 IN BOSWELL 4WNW +USC00120877 39.3853 -87.0400 183.2 IN BOWLING GREEN 1 W +USC00120898 38.3667 -86.0667 228.9 IN BRADFORD +USC00120922 39.5108 -87.1242 207.0 IN BRAZIL +USC00120975 39.2167 -84.8500 -999.9 IN BRIGHT +USC00121021 40.8656 -87.3692 198.1 IN BROOK +USC00121030 39.4239 -85.0144 192.0 IN BROOKVILLE HCN +USC00121061 39.8172 -86.3925 260.6 IN BROWNSBURG 2 S +USC00121147 40.4875 -86.4089 220.7 IN BURLINGTON 1 NW +USC00121187 41.4083 -84.8536 259.1 IN BUTLER 1 SE +USC00121192 39.0356 -85.5306 242.3 IN BUTLERVILLE 1 WNW +USC00121197 39.0500 -85.5500 223.1 IN BUTLERVILLE 2 WNW +USC00121229 39.8667 -85.1833 304.8 IN CAMBRIDGE CITY 3 N HCN +USC00121256 37.8994 -86.7072 122.5 IN CANNELTON +USC00121259 38.6333 -86.0333 228.9 IN CANTON +USC00121303 39.9617 -86.0586 229.2 IN CARMEL 3 E +USC00121315 39.7000 -86.4667 241.1 IN CARTERSBURG +USC00121326 39.8800 -86.0514 251.2 IN CASTLETON 2 S +USC00121402 39.4861 -86.4183 185.9 IN CENTERTON 2 S +USC00121415 40.6628 -86.8814 213.4 IN CHALMERS +USC00121417 40.6653 -86.9550 219.5 IN CHALMERS 5 W +USC00121425 38.6500 -85.7000 167.6 IN CHARLESTOWN 5 NNW HCN +USC00121615 38.7397 -85.4214 143.9 IN CLIFTY CREEK +USC00121626 39.6564 -87.3953 139.0 IN CLINTON +USC00121628 39.6592 -87.4392 184.4 IN CLINTON 2 W +USC00121647 39.5386 -86.8522 253.0 IN CLOVERDALE 4 WNW +USC00121719 40.9167 -87.1500 203.9 IN COLLEGEVILLE ST JOE AP +USC00121734 41.1500 -85.4833 271.0 IN COLUMBIA CITY +USC00121739 41.1453 -85.4897 254.2 IN COLUMBIA CITY +USC00121747 39.1661 -85.9228 185.6 IN COLUMBUS HCN +USC00121752 39.2106 -85.8883 192.6 IN COLUMBUS UTILITIES +USC00121772 39.6667 -85.6667 -999.9 IN CONNERSVILLE +USC00121777 39.6500 -85.1833 281.0 IN CONNERSVILLE 2 W +USC00121814 38.2181 -86.1183 217.9 IN CORYDON +USC00121841 40.1397 -87.4067 150.9 IN COVINGTON 1 WNW +USC00121843 40.1167 -87.4500 189.0 IN COVINGTON 4 SW +USC00121863 38.2833 -86.0667 198.1 IN CRANDALL +USC00121869 38.8725 -86.8350 222.5 IN CRANE NSA +USC00121873 40.0028 -86.8011 254.8 IN CRAWFORDSVILLE 6 SE HCN +USC00121877 40.0500 -86.9167 228.9 IN CRAWFORDSVILLE +USC00121882 40.0489 -86.8997 203.9 IN CRAWFORDSVILLE PWR PLT +USC00121938 41.4167 -87.3667 214.0 IN CROWN POINT +USC00121940 41.4389 -87.3544 212.1 IN CROWN PT 1N +USC00121952 41.1667 -86.4667 223.1 IN CULVER EXP FARM +USC00121998 37.8333 -87.6667 113.1 IN CYPRESS DAM 48 +USC00122041 39.7344 -86.5361 291.4 IN DANVILLE 3 SW +USC00122096 40.8483 -84.9300 239.3 IN DECATUR 1 N +USC00122106 38.5167 -87.5167 139.9 IN DECKER +USC00122122 38.1000 -87.2000 100.3 IN DEGONIA SPRINGS +USC00122149 40.6150 -86.6661 169.5 IN DELPHI 2 N HCN +USC00122161 41.2083 -87.2175 199.6 IN DEMOTTE WWTP +USC00122166 40.8575 -86.0747 209.1 IN DENVER +USC00122184 38.7997 -85.6725 193.5 IN DEPUTY 1 WNW +USC00122309 38.4558 -86.6983 210.3 IN DUBOIS S IN FORAGE FM +USC00122549 38.8000 -87.2333 139.9 IN EDWARDSPORT PWR PLT +USC00122554 38.2833 -85.9000 -999.9 IN EDWARDSVILLE +USC00122586 41.7000 -85.9333 244.1 IN ELKHART +USC00122589 41.6833 -85.9667 225.9 IN ELKHART +USC00122594 41.6778 -86.0022 228.6 IN ELKHART PUB WKS & UT +USC00122605 39.0314 -86.9372 203.9 IN ELLISTON +USC00122620 38.8700 -87.0917 146.3 IN ELNORA +USC00122638 40.2872 -85.8453 264.0 IN ELWOOD +USC00122645 39.5333 -86.6333 238.0 IN EMINENCE +USC00122660 38.2789 -86.4683 155.4 IN ENGLISH +USC00122673 41.0500 -87.4500 200.9 IN ENOS 2 N +USC00122725 38.0000 -86.0000 131.1 IN EVANS LANDING +USC00122731 37.9650 -87.5731 114.0 IN EVANSVILLE MUSEUM +USC00122732 38.0044 -87.5192 134.1 IN EVANSVILLE 3 NE +USC00122733 37.9667 -87.5833 100.6 IN EVANSVILLE FT COURT STN +USC00122813 39.2500 -87.3833 174.0 IN FARMERSBURG +USC00122814 39.2425 -87.3906 167.0 IN FARMERSBURG TV-2 +USC00122816 38.9756 -85.1028 271.3 IN FARMERS RETREAT +USC00122825 40.2539 -85.1483 294.1 IN FARMLAND 5 NNW +USC00122863 38.2500 -86.7833 -999.9 IN FERDINAND SF +USC00122882 39.9844 -86.0203 243.8 IN FISHERS 2 N +USC00122931 40.5536 -86.5219 208.8 IN FLORA +USC00123021 41.2017 -85.1569 257.6 IN FT WAYNE +USC00123022 41.0817 -85.1147 231.6 IN FT WAYNE MAUMEE +USC00123024 41.0833 -85.1667 249.0 IN FT WAYNE CITY +USC00123027 41.1000 -85.1167 225.6 IN FT WAYNE DISPOSAL PLT +USC00123057 40.6167 -87.3167 249.9 IN FOWLER WTR WKS +USC00123062 40.6167 -87.3167 249.9 IN FOWLER +USC00123066 40.6339 -87.4919 216.4 IN FOWLER 10 W +USC00123078 40.9842 -86.8872 207.3 IN FRANCESVILLE +USC00123082 40.2986 -86.5067 251.2 IN FRANKFORT DISPOSAL +USC00123087 40.2833 -86.5000 259.1 IN FRANKFORT +USC00123091 39.4683 -86.0411 219.5 IN FRANKLIN WWTP +USC00123093 39.4889 -86.0731 227.1 IN FRANKLIN 1 W +USC00123095 39.5167 -86.0667 235.0 IN FRANKLIN 2 NNE +USC00123104 38.8672 -87.3083 167.6 IN FREELANDVILLE +USC00123134 41.7333 -84.9500 310.9 IN FREMONT 1 WSW +USC00123146 38.5947 -86.6128 223.4 IN FRENCH LICK 3N +USC00123179 40.5667 -86.1667 -999.9 IN GALVESTON 1 E +USC00123206 41.3414 -85.1292 268.2 IN GARRETT +USC00123207 41.3367 -85.1197 265.2 IN GARRETT 1 S +USC00123213 41.6167 -87.3833 182.9 IN GARY +USC00123418 41.5575 -85.8825 266.7 IN GOSHEN 3SW HCN +USC00123497 37.9542 -86.9858 124.1 IN GRANDVIEW +USC00123501 39.1311 -87.6403 136.2 IN GRAYSVILLE 5 WNW +USC00123513 39.6439 -86.8767 224.0 IN GREENCASTLE 1 W HCN +USC00123527 39.7858 -85.7611 264.9 IN GREENFIELD HCN +USC00123532 39.7833 -85.7833 267.9 IN GREENFIELD HWY GARAGE +USC00123547 39.3475 -85.4892 285.6 IN GREENSBURG +USC00123550 39.3500 -85.5000 287.1 IN GREENSBURG WTR WKS +USC00123639 41.3667 -86.5667 212.1 IN HAMLET +USC00123650 41.5667 -87.5000 -999.9 IN HAMMOND +USC00123777 40.4356 -85.2892 281.6 IN HARTFORD CITY 4 ESE +USC00123778 40.4667 -85.3667 280.1 IN HARTFORD CITY 1 N +USC00123858 39.4897 -87.5461 116.7 IN HAZLETON +USC00123863 38.5000 -87.5333 121.9 IN HAZELTON GRAVEL PLT +USC00123868 41.2600 -87.1997 197.2 IN HEBRON 4 S +USC00123881 40.4667 -84.8500 -999.9 IN HECTOR +USC00123886 40.3167 -87.5000 220.1 IN HEDRICK +USC00123915 38.5667 -85.7667 180.1 IN HENRYVILLE SF +USC00123960 39.2667 -86.3500 -999.9 IN HICKORY HILL +USC00124008 41.5422 -87.2881 195.1 IN HOBART 2 WNW HCN +USC00124023 38.2500 -87.0333 -999.9 IN HOLLAND +USC00124113 41.7167 -85.4167 267.9 IN HOWE +USC00124165 41.5117 -85.1319 288.0 IN HUDSON 3SW +USC00124168 38.2667 -86.9500 159.1 IN HUNTINGBURG AP +USC00124176 40.8833 -85.5000 244.1 IN HUNTINGTON +USC00124181 40.8556 -85.4981 221.0 IN HUNTINGTON HCN +USC00124216 39.1667 -87.3000 149.0 IN HYMERA +USC00124244 41.6317 -87.0881 207.3 IN INDIANA DUNES NL +USC00124249 39.9075 -86.2892 249.3 IN INDIANAPOLIS EAGLE CREEK 4 NNE +USC00124254 39.8833 -86.1667 238.0 IN INDIANAPOLIS HOL PARK +USC00124260 39.7067 -86.2808 240.8 IN INDIANAPOLIS NWFO +USC00124264 39.7667 -86.1667 242.0 IN INDIANAPOLIS MONUMT CY +USC00124266 39.7825 -86.1853 211.8 IN INDIANAPOLIS RIVERSIDE +USC00124267 39.8500 -86.1167 225.9 IN INDIANAPOLIS FALL CK +USC00124272 39.7164 -86.0678 257.6 IN INDIANAPOLIS SE SIDE +USC00124286 39.7689 -86.1850 213.7 IN INDIANAPOLIS ZOO +USC00124300 38.1233 -87.5319 139.3 IN INGLEFIELD 3 NE +USC00124356 39.9236 -86.5983 293.2 IN JAMESTOWN 2 E +USC00124364 39.1667 -87.1833 187.5 IN JASONVILLE 1 E +USC00124372 38.3856 -86.9406 137.2 IN JASPER +USC00124382 38.2833 -85.7500 139.9 IN JEFFERSONVILLE +USC00124407 38.2667 -87.7500 134.1 IN JOHNSON EXP FARM +USC00124449 40.3833 -87.4167 -999.9 IN JUDYVILLE +USC00124492 41.4500 -85.2500 305.1 IN KENDALLVILLE +USC00124497 41.4500 -85.2272 301.8 IN KENDALLVILLE +USC00124527 40.7592 -87.4353 211.8 IN KENTLAND +USC00124550 41.0833 -86.5167 228.6 IN KEWANNA 7 NW +USC00124613 41.5369 -86.7022 230.1 IN KINGSBURY 1N +USC00124642 39.8075 -85.4878 303.9 IN KNIGHTSTOWN 2ENE +USC00124657 41.3053 -86.6286 210.3 IN KNOX WWTP +USC00124662 40.4583 -86.1758 250.5 IN KOKOMO 3 WSW +USC00124667 40.4614 -86.2122 248.1 IN KOKOMO 5 WSW +USC00124698 38.0500 -86.1333 167.6 IN LACONIA +USC00124711 40.4000 -86.8833 159.1 IN LAFAYETTE +USC00124715 40.2964 -86.9028 223.1 IN LAFAYETTE 8 S +USC00124729 41.6500 -85.4333 267.9 IN LAGRANGE +USC00124730 41.6475 -85.4122 274.3 IN LAGRANGE +USC00124737 40.8667 -85.7000 253.0 IN LAGRO 3 NE +USC00124778 41.0858 -87.3833 205.7 IN LAKE VILLAGE 7SE +USC00124782 41.5269 -86.2692 256.3 IN LAKEVILLE +USC00124788 41.5603 -86.1581 260.6 IN LAKEVILLE 7 NE +USC00124816 38.2167 -86.0167 235.0 IN LANESVILLE 2 SW +USC00124832 40.0114 -85.8436 262.1 IN LAPEL 4 S +USC00124837 41.6117 -86.7297 246.6 IN LAPORTE HCN +USC00124867 39.5000 -85.1833 -999.9 IN LAUREL +USC00124880 39.0917 -84.8556 142.0 IN LAWRENCEBURG +USC00124900 38.1833 -86.3333 128.0 IN LEAVENWORTH DAM 44 +USC00124902 38.2150 -86.3661 215.8 IN LEAVENWORTH 2NW +USC00124908 40.0517 -86.4750 289.6 IN LEBANON WTR WKS +USC00124910 40.0506 -86.5744 281.9 IN LEBANON 6W +USC00124918 41.3306 -85.7819 256.0 IN LEESBURG 4 E +USC00124973 39.8200 -85.3242 340.5 IN LEWISVILLE +USC00124977 38.6750 -85.6033 192.0 IN LEXINGTON 3N +USC00125049 39.6322 -84.9303 301.8 IN LIBERTY +USC00125050 39.5903 -84.9208 301.8 IN LIBERTY 3 SSE +USC00125055 41.4311 -85.5897 282.2 IN LIGONIER 2 S +USC00125072 40.1586 -86.9050 249.9 IN LINDEN 2 S +USC00125117 40.7478 -86.3878 182.9 IN LOGANSPORT CICOTT ST +USC00125122 40.7500 -86.3500 192.0 IN LOGANSPORT RADIO WSAL +USC00125174 41.2647 -87.4178 202.7 IN LOWELL +USC00125212 38.2500 -87.3000 164.9 IN LYNNVILLE 3 N +USC00125217 39.9667 -86.0500 225.6 IN LYNNWOOD FARMS +USC00125237 38.7369 -85.3942 140.2 IN MADISON SEWAGE PLT HCN +USC00125322 38.3756 -86.3397 176.8 IN MARENGO +USC00125337 40.5800 -85.6586 240.8 IN MARION 2 N HCN +USC00125342 40.5667 -85.6667 -999.9 IN MARION DISPOSAL PLT +USC00125381 38.7833 -84.9667 146.0 IN MARKLAND DAM 39 +USC00125387 40.8333 -85.3000 -999.9 IN MARKLE +USC00125394 39.8439 -87.1875 215.8 IN MARSHALL +USC00125397 39.8167 -87.2000 221.9 IN MARSHALL 2 SSW +USC00125407 39.4039 -86.4530 180.4 IN MARTINSVILLE 2 SW +USC00125412 39.3333 -86.4167 259.1 IN MARTINSVILLE SF +USC00125435 39.6167 -85.3333 320.0 IN MAUZY +USC00125485 38.1108 -87.5325 152.4 IN MCCUTCHANVILLE 4N +USC00125535 41.1589 -86.9014 211.8 IN MEDARYVILLE 5 N +USC00125541 38.7914 -86.2097 159.7 IN MEDORA 3 SW +USC00125562 39.0447 -87.5289 146.3 IN MEROM 2 ESE +USC00125604 41.7167 -86.8500 183.2 IN MICHIGAN CITY +USC00125607 41.7000 -86.8167 198.1 IN MICHIGAN CY PHILIPS AP +USC00125613 40.0631 -85.5778 286.5 IN MIDDLETOWN 2 W +USC00125656 39.1167 -85.1333 302.1 IN MILAN WTR WKS +USC00125658 39.1619 -85.0517 297.2 IN MILAN 5 NE +USC00125694 41.6667 -86.1333 226.8 IN MISHAWAKA +USC00125700 38.7894 -86.3964 199.6 IN MITCHELL 6 NE +USC00125815 40.9867 -84.8836 242.3 IN MONROEVILLE 1 NW +USC00125827 39.7942 -87.3706 157.9 IN MONTEZUMA +USC00125829 39.7886 -87.3639 154.2 IN MONTEZUMA 1 SE +USC00125837 40.7550 -86.7622 208.8 IN MONTICELLO +USC00125873 39.1167 -85.1000 299.0 IN MOORES HILL +USC00125888 40.9581 -87.4778 204.8 IN MOROCCO 1 NW +USC00125897 40.9667 -87.4500 200.9 IN MOROCCO WTR WKS +USC00125923 39.6483 -85.6781 269.7 IN MORRISTOWN 2 SE +USC00126001 37.9286 -87.8956 108.8 IN MT VERNON HCN +USC00126018 40.1333 -85.3500 289.9 IN MUNCIE 4 SE +USC00126023 40.1825 -85.3497 294.4 IN MUNCIE +USC00126055 39.1983 -85.3153 302.7 IN NAPOLEON 1SE +USC00126056 39.2400 -86.2294 210.3 IN NASHVILLE 2 NNE +USC00126102 38.3167 -85.8167 155.4 IN NEW ALBANY 2 N +USC00126117 39.9000 -86.2667 267.9 IN NEW AUGUSTA 2 WNW +USC00126131 38.9275 -87.0111 167.6 IN NEWBERRY +USC00126146 37.9500 -87.4667 116.1 IN NEWBURGH ARCHAEOL EXCA +USC00126151 37.9325 -87.3744 115.8 IN NEWBURGH L&D +USC00126160 41.7064 -86.5033 231.6 IN NEW CARLISLE +USC00126164 39.8942 -85.3953 302.1 IN NEW CASTLE 3 SW +USC00126179 38.1342 -87.9481 118.9 IN NEW HARMONY +USC00126304 39.5500 -86.1000 239.3 IN NEW WHITELAND +USC00126338 40.0469 -86.0169 234.7 IN NOBLESVILLE RIVER +USC00126340 40.0383 -86.0711 252.1 IN NOBLESVILLE 3 W +USC00126343 40.0167 -86.0167 235.0 IN NOBLESVILLE SEWAGE PLT +USC00126400 41.3589 -85.6997 289.9 IN NORTHERN INDIANA WFO +USC00126401 41.1733 -86.7572 213.4 IN N JUDSON 3 S +USC00126416 41.5361 -86.4361 228.6 IN NORTH LIBERTY +USC00126420 40.9936 -85.7750 231.6 IN N MANCHESTER WWTP +USC00126435 39.0017 -85.5997 226.5 IN N VERNON 2 ESE +USC00126437 38.9886 -85.5858 228.6 IN VERNON 1 ENE +USC00126462 40.0667 -86.2167 243.8 IN NORTHFIELD +USC00126465 41.7000 -86.2333 223.1 IN NOTRE DAME MOREAU SEM +USC00126506 39.9000 -85.9833 242.3 IN OAKLANDON GEIST RSVR +USC00126542 41.6167 -87.1833 185.9 IN OGDEN DUNES +USC00126580 38.8878 -86.5519 198.7 IN OOLITIC PURDUE EX FM HCN +USC00126625 39.1333 -85.2833 281.0 IN OSGOOD +USC00126697 38.4075 -86.1106 234.7 IN PALMYRA +USC00126699 38.4167 -86.1167 232.0 IN PALMYRA 2 +USC00126705 38.5556 -86.4858 170.7 IN PAOLI HCN +USC00126710 38.5333 -86.4833 195.1 IN PAOLI +USC00126711 38.4353 -86.7033 171.0 IN PATOKA LAKE +USC00126801 40.3522 -87.5250 213.4 IN PENCE 1 SW +USC00126808 39.9833 -85.7667 249.9 IN PENDLETON REFORMATORY +USC00126830 40.0739 -87.5067 186.2 IN PERRYSVILLE 4 WNW +USC00126864 40.7647 -86.0739 201.2 IN PERU +USC00126872 38.4650 -87.2658 143.9 IN PETERSBURG 61 BRG +USC00126989 41.3392 -86.3358 248.4 IN PLYMOUTH +USC00127028 41.3333 -86.3167 239.3 IN PLYMOUTH PWR SUBSTN +USC00127036 40.4167 -85.8167 -999.9 IN POINT ISABEL +USC00127069 40.4175 -84.9925 277.4 IN PORTLAND 1 SW +USC00127079 38.1667 -87.8000 134.1 IN POSEYVILLE 1 SW +USC00127083 38.1656 -87.7853 131.1 IN POSEYVILLE +USC00127086 38.1464 -87.8472 143.0 IN POSEYVILLE 6SE +USC00127099 39.2481 -87.5100 167.6 IN PRAIRIE CREEK 2 S +USC00127102 41.6400 -85.1967 301.8 IN PRAIRIE HEIGHTS +USC00127125 38.3567 -87.5906 146.3 IN PRINCETON 1 W HCN +USC00127169 39.5667 -86.8667 228.9 IN PUTNAMVILLE 1 W +USC00127235 39.8833 -86.1333 217.3 IN RAVENSWOOD +USC00127243 41.7500 -84.8667 -999.9 IN RAY PO +USC00127255 39.5022 -87.0033 191.4 IN REELSVILLE 4 SW +USC00127267 40.7942 -87.1719 210.3 IN REMINGTON 2NNW +USC00127298 40.9239 -87.1753 192.0 IN RENSSELAER HCN +USC00127357 39.7667 -84.8333 346.9 IN RICHMOND AIRPORT +USC00127362 39.8500 -84.8500 296.0 IN RICHMOND WTR WKS +USC00127370 39.8544 -84.8778 306.3 IN RICHMOND WTR WKS +USC00127398 40.2553 -84.9958 315.5 IN RIDGEVILLE 3 SSE +USC00127442 39.0203 -87.5686 128.0 IN RIVERTON +USC00127477 41.0667 -86.2167 -999.9 IN ROCHESTER US FISHERIES +USC00127482 41.0664 -86.2097 231.6 IN ROCHESTER HCN +USC00127508 37.8833 -87.0500 -999.9 IN ROCKPORT +USC00127511 37.9392 -87.0589 125.0 IN ROCKPORT 4 N +USC00127522 39.7594 -87.2269 210.0 IN ROCKVILLE HCN +USC00127547 37.9333 -86.5333 -999.9 IN ROME +USC00127601 40.8628 -86.5089 219.5 IN ROYAL CTR +USC00127646 39.6042 -85.4533 289.0 IN RUSHVILLE HCN +USC00127722 39.4333 -85.6000 -999.9 IN ST PAUL 2 E +USC00127724 38.1642 -86.8094 155.4 IN SAINT MEINRAD +USC00127747 40.3833 -84.8667 299.0 IN SALAMONIA +USC00127755 38.6158 -86.0856 239.3 IN SALEM HCN +USC00127768 38.6167 -86.0333 265.2 IN SALEM 4 ENE +USC00127783 38.8833 -87.1833 140.2 IN SANDBORN +USC00127875 38.6886 -85.7850 173.7 IN SCOTTSBURG HCN +USC00127930 38.9617 -85.8608 181.4 IN SEYMOUR HWY GARAGE +USC00127935 38.9822 -85.8989 173.7 IN SEYMOUR 2 N HCN +USC00127959 39.1614 -87.2436 167.3 IN SHAKAMAK SP +USC00127991 41.1828 -87.3425 195.1 IN SHELBY RIVER +USC00127999 39.5283 -85.7914 229.2 IN SHELBYVILLE SEWAGE PLT +USC00128036 38.5528 -86.7944 145.4 IN SHOALS 8 S HCN +USC00128212 41.7203 -86.2692 204.2 IN S BEND WWTP +USC00128271 39.7833 -86.2500 221.3 IN SPEEDWAY INDIANAPOLIS +USC00128290 39.2839 -86.7706 167.3 IN SPENCER +USC00128295 39.2833 -86.7667 200.9 IN SPENCER WTR WKS +USC00128345 40.0333 -85.4000 -999.9 IN SPRINGPORT +USC00128352 38.2500 -87.2500 152.4 IN SPURGEON +USC00128436 41.3175 -84.9461 259.1 IN ST JOE 2W +USC00128437 41.7006 -86.2486 216.4 IN S BEND +USC00128442 38.2692 -87.1631 193.5 IN STENDAL +USC00128448 38.1833 -87.8333 -999.9 IN STEWARTSVILLE +USC00128528 39.1000 -87.4167 156.1 IN SULLIVAN +USC00128546 39.2333 -85.1000 310.3 IN SUNMAN +USC00128549 39.2347 -85.0756 310.9 IN SUNMAN 1 E +USC00128610 41.4000 -85.7333 -999.9 IN SYRACUSE +USC00128698 37.9531 -86.7747 118.9 IN TELL CITY +USC00128723 39.4708 -87.4081 154.5 IN TERRE HAUTE INDIANA STATE +USC00128732 39.4761 -87.4181 152.4 IN TERRE HAUTE WTR CORP +USC00128737 41.1667 -87.3333 -999.9 IN THAYER +USC00128784 40.2233 -86.1086 271.3 IN TIPTON 5 SW +USC00128789 40.2833 -86.0667 264.9 IN TIPTON HWY GARAGE +USC00128809 41.5833 -85.5667 -999.9 IN TOPEKA +USC00128848 39.4069 -86.1603 256.0 IN TRAFALGAR +USC00128956 40.2000 -84.8000 337.7 IN UNION CITY +USC00128967 37.7953 -87.9930 103.6 IN JT MYERS LOCKS & DAM +USC00128973 40.4667 -85.5000 281.9 IN UPLAND 1 S +USC00128989 38.8000 -86.0667 -999.9 IN VALLONIA NURSERY +USC00128992 41.5436 -87.0319 264.9 IN VALPARAISO 5NNE +USC00128996 41.4667 -87.0667 228.9 IN VALPARAISO TECHNICAL I +USC00128999 41.5114 -87.0378 243.8 IN VALPARAISO WTR WKS +USC00129040 40.1167 -87.2667 207.0 IN VEEDERSBURG +USC00129064 39.0667 -85.2500 296.0 IN VERSAILLES +USC00129069 39.0717 -85.2453 286.2 IN VERSAILLES WTR WKS +USC00129080 38.7436 -85.0761 150.9 IN VEVAY HCN +USC00129112 38.6786 -87.4633 161.5 IN VINCENNES 4 E +USC00129113 38.7386 -87.4878 137.8 IN VINCENNES 5 NE HCN +USC00129117 38.7000 -87.5167 128.0 IN VINCENNES WTR WKS +USC00129138 40.7917 -85.8258 202.7 IN WABASH +USC00129174 39.4539 -85.6964 251.5 IN WALDRON 2 W +USC00129222 41.4439 -86.9294 224.0 IN WANATAH 2 WNW +USC00129235 41.2333 -85.8167 249.9 IN WARSAW HWY GARAGE +USC00129240 41.2633 -85.8678 248.4 IN WARSAW +USC00129243 41.1719 -85.9192 259.1 IN WARSAW 5SW +USC00129253 38.6489 -87.1989 146.9 IN WASHINGTON 1 W HCN +USC00129271 41.4931 -85.0453 286.5 IN WATERLOO 2 NW +USC00129276 41.4333 -85.0167 281.0 IN WATERLOO HWY GARAGE +USC00129300 39.8778 -87.0372 238.0 IN WAVELAND +USC00129381 38.5667 -86.6167 159.1 IN W BADEN SPGS CLG +USC00129427 40.4167 -86.9167 189.0 IN WEST LAFAYETTE PURDUE +USC00129430 40.4750 -86.9919 215.8 IN W LAFAYETTE 6 NW +USC00129435 40.4169 -86.9058 161.8 IN W LAFAYETTE SEW PLT +USC00129511 41.1947 -87.0578 202.7 IN WHEATFIELD HCN +USC00129557 39.9961 -86.3542 286.8 IN WHITESTOWN HCN +USC00129570 41.6500 -87.4833 189.0 IN WHITING +USC00129605 38.7669 -86.6847 166.7 IN WILLIAMS 3 SW +USC00129670 41.0267 -86.5867 210.3 IN WINAMAC 2SSE HCN +USC00129678 40.1714 -84.9208 338.3 IN WINCHESTER AIRPORT 3 E +USC00129690 41.2167 -85.8167 -999.9 IN WINONA LAKE +USC00129724 41.1644 -84.8483 216.4 IN WOODBURN 3N +USC00129789 39.1500 -86.9833 160.3 IN WORTHINGTON +USC00129792 39.1167 -86.9833 159.1 IN WORTHINGTON +USC00129905 40.5614 -86.3425 235.6 IN YOUNG AMERICA +USC00129935 38.8833 -86.3000 -999.9 IN ZELMA +USC00129975 39.9489 -86.2556 251.5 IN ZIONSVILLE +USC00130021 41.3372 -93.4864 248.4 IA ACKWORTH 2 SW +USC00130046 41.5014 -94.6356 420.6 IA ADAIR +USC00130064 41.0333 -94.2000 366.1 IA AFTON +USC00130070 41.6000 -94.0167 271.0 IA ADEL 1 SE +USC00130088 42.8258 -96.5514 365.2 IA AKRON +USC00130089 42.8353 -96.3433 420.6 IA AKRON 11E +USC00130112 41.0656 -92.7867 268.2 IA ALBIA 3 NNE HCN +USC00130116 40.9833 -92.8667 302.1 IA ALBIA PASTURE IMP FARM +USC00130133 43.0664 -94.2222 370.0 IA ALGONA HCN +USC00130149 40.7039 -93.3703 332.2 IA ALLERTON +USC00130157 42.7536 -92.8022 316.4 IA ALLISON +USC00130173 42.6667 -95.3000 460.9 IA ALTA +USC00130181 42.9981 -96.0175 413.0 IA ALTON +USC00130200 42.0208 -93.7742 335.0 IA AMES 8 WSW +USC00130203 41.9519 -93.5656 265.2 IA AMES 5 SE +USC00130205 42.0000 -93.6500 305.1 IA AMES 3 SW +USC00130209 42.0347 -93.6200 287.1 IA AMES EXP STN +USC00130213 42.1117 -91.2933 245.4 IA ANAMOSA 1 WNW +USC00130214 42.0772 -91.3028 276.1 IA ANAMOSA 3 SSW +USC00130241 41.7322 -93.6500 297.2 IA ANKENY +USC00130364 41.4175 -95.0042 351.1 IA ATLANTIC 1 NE +USC00130372 41.3061 -95.0847 353.6 IA ATLANTIC 5 SW +USC00130385 41.7069 -94.9222 390.1 IA AUDUBON +USC00130389 40.7472 -91.2750 191.7 IA AUGUSTA +USC00130455 42.6322 -90.9189 344.4 IA BALLTOWN 3W +USC00130463 43.3000 -94.2167 366.1 IA BANCROFT +USC00130493 40.9000 -95.7000 305.1 IA BARTLETT 5 E +USC00130512 42.3700 -95.5750 420.6 IA BATTLE CREEK 3NE +USC00130513 41.8167 -93.1333 302.1 IA BAXTER +USC00130536 40.8069 -94.0475 370.3 IA BEACONSFIELD +USC00130549 42.0333 -94.1333 -999.9 IA BEAVER 2 NE +USC00130576 40.6742 -94.7244 362.7 IA BEDFORD +USC00130580 40.6608 -94.7164 338.3 IA BEDFORD 1 SSE +USC00130600 41.8814 -92.2764 246.9 IA BELLE PLAINE HCN +USC00130608 42.2611 -90.4230 183.8 IA BELLEVUE L&D 12 +USC00130612 42.8667 -93.5500 360.0 IA BELMOND +USC00130745 40.6189 -94.5050 362.7 IA BLOCKTON 1W +USC00130753 40.7392 -92.4142 261.5 IA BLOOMFIELD +USC00130793 40.7667 -91.7667 174.0 IA BONAPARTE 5 NE +USC00130807 42.0417 -93.8906 315.5 IA BOONE +USC00130812 42.0833 -93.9333 264.9 IA BOONE 3 WNW +USC00130853 42.1256 -95.1886 442.0 IA BOYER 4 SE +USC00130910 41.1714 -91.8256 225.9 IA BRIGHTON +USC00130923 43.1056 -93.7444 371.9 IA BRITT 3E +USC00130933 41.7394 -92.4400 270.1 IA BROOKLYN +USC00130940 42.8078 -96.2692 387.1 IA BRUNSVILLE +USC00130999 42.4172 -93.3775 350.5 IA BUCKEYE +USC00131005 42.2500 -92.4667 279.2 IA BUCKINGHAM +USC00131060 40.7747 -91.1164 210.3 IA BURLINGTON 2S +USC00131099 41.2039 -92.8872 222.5 IA BUSSEY 3 WNW +USC00131126 43.1875 -91.8619 376.4 IA CALMAR NE +USC00131233 42.0650 -94.8500 378.0 IA CARROLL +USC00131245 41.2739 -95.4025 332.2 IA CARSON 3NNE +USC00131257 42.2972 -91.0200 252.4 IA CASCADE +USC00131277 42.0633 -95.8364 426.7 IA CASTANA EXP FARM +USC00131300 42.5378 -92.4431 232.6 IA CEDAR FALLS +USC00131319 42.0497 -91.5881 247.8 IA CEDAR RAPIDS #1 +USC00131324 41.9667 -91.6667 213.4 IA CEDAR RAPIDS 2 +USC00131354 40.7325 -92.8900 275.8 IA CENTERVILLE +USC00131358 40.7333 -92.7667 299.0 IA CENTERVILLE 5 E +USC00131363 42.2000 -91.5233 252.4 IA CENTRAL CITY +USC00131394 41.0164 -93.2792 294.1 IA CHARITON 1 E +USC00131398 40.9519 -93.2597 289.6 IA CHARITON 5SSE +USC00131402 43.0603 -92.6717 302.7 IA CHARLES CITY HCN +USC00131442 42.7572 -95.5378 368.8 IA CHEROKEE +USC00131528 41.8833 -91.0667 256.0 IA CLARENCE +USC00131533 40.7244 -95.0192 298.7 IA CLARINDA HCN +USC00131541 42.7200 -93.7336 352.3 IA CLARION +USC00131610 42.9975 -91.6583 256.0 IA CLERMONT +USC00131635 41.7947 -90.2639 178.3 IA CLINTON #1 HCN +USC00131640 41.8333 -90.2167 182.9 IA CLINTON 2 +USC00131651 40.7000 -93.4833 338.3 IA CLIO 4 NW +USC00131704 42.0800 -92.4050 266.7 IA CLUTIER +USC00131705 42.2792 -91.5250 275.2 IA COGGON +USC00131710 42.0169 -93.3189 304.8 IA COLO +USC00131731 41.2864 -91.3611 181.4 IA COLUMBUS JUNCT 1 N +USC00131742 42.2244 -92.8856 312.4 IA CONRAD +USC00131793 41.8747 -94.6706 355.1 IA COON RAPIDS +USC00131828 41.7086 -91.5353 237.7 IA CORALVILLE DAM +USC00131833 40.9883 -94.7589 362.7 IA CORNING +USC00131838 42.4686 -95.7950 338.3 IA CORRECTIONVILLE 1 SW +USC00131848 40.7500 -93.4833 329.2 IA CORYDON 8 W +USC00131888 41.3333 -95.8167 369.1 IA COUNCIL BLUFFS 6 NNE +USC00131889 41.3167 -95.8167 328.9 IA COUNCIL BLUFFS 6 NE +USC00131954 43.3894 -92.0939 382.5 IA CRESCO 1 NE +USC00131962 41.0372 -94.3936 395.0 IA CRESTON 2 SW +USC00132007 41.2667 -94.8667 406.0 IA CUMBERLAND +USC00132026 42.4667 -95.6667 -999.9 IA CUSHING +USC00132037 42.7333 -94.2000 348.1 IA HUMBOLDT 2 +USC00132041 42.7256 -94.1953 338.3 IA DAKOTA CITY +USC00132070 41.6119 -90.5803 228.6 IA DAVENPORT WFO +USC00132071 41.5500 -90.5667 203.9 IA DAVENPORT 2 +USC00132110 43.3042 -91.7953 262.1 IA DECORAH +USC00132112 43.2833 -91.7833 267.9 IA DECORAH 2 S +USC00132136 42.4667 -91.4167 299.0 IA DELAWARE 3 WSW +USC00132171 42.0364 -95.3289 427.0 IA DENISON +USC00132195 40.9308 -93.4581 362.7 IA DERBY +USC00132200 41.5825 -93.6417 246.9 IA DES MOINES FLEUR DRIVE +USC00132201 41.5394 -93.6575 290.5 IA DES MOINES SNOW +USC00132207 41.6122 -93.6200 251.5 IA DES MOINES 2ND AVE +USC00132208 41.5783 -93.6056 248.4 IA DES MOINES SE 6TH ST +USC00132209 41.7367 -93.7236 292.3 IA DES MOINES WSFO-JOHNSTON +USC00132235 41.8108 -90.5406 208.8 IA DE WITT +USC00132236 41.7664 -90.5403 188.7 IA DE WITT 4 S +USC00132240 41.5078 -94.2269 345.0 IA DEXTER +USC00132299 40.6458 -91.5639 214.9 IA DONNELLSON +USC00132311 43.4706 -91.5108 231.0 IA DORCHESTER +USC00132359 42.4000 -90.6667 324.0 IA DUBUQUE AP +USC00132362 42.4086 -90.7325 328.3 IA DUBUQUE #3 +USC00132364 42.5400 -90.6461 189.0 IA DUBUQUE L&D 11 +USC00132388 42.7544 -92.9764 312.4 IA DUMONT +USC00132396 41.9667 -92.7667 307.8 IA DUNBAR 2 NE +USC00132410 42.5700 -90.8358 229.8 IA DURANGO 3W +USC00132541 41.1500 -92.6333 198.1 IA EDDYVILLE +USC00132573 42.3653 -93.0972 327.1 IA ELDORA +USC00132603 42.7753 -91.4536 240.2 IA ELKADER 6 SSW +USC00132638 43.2419 -92.4433 357.2 IA ELMA +USC00132676 41.0333 -95.4000 -999.9 IA EMERSON +USC00132678 41.0333 -95.3167 335.9 IA EMERSON 4 ENE +USC00132689 43.1025 -94.6833 373.4 IA EMMETSBURG +USC00132724 43.4036 -94.7472 402.3 IA ESTHERVILLE 4E HCN +USC00132755 43.1833 -95.3831 416.1 IA EVERLY 3 WNW +USC00132768 41.5667 -94.7833 412.1 IA EXIRA 7 SE +USC00132778 42.6403 -92.0292 301.8 IA FAIRBANK +USC00132789 41.0211 -91.9553 225.6 IA FAIRFIELD HCN +USC00132864 42.8825 -91.8303 349.0 IA FAYETTE HCN +USC00132977 43.2844 -93.6306 390.1 IA FOREST CITY 2 NNE HCN +USC00132999 42.5836 -94.2006 339.9 IA FT DODGE 5NNW HCN +USC00133007 40.6222 -91.3339 161.5 IA FT MADISON +USC00133032 42.1575 -90.7064 213.1 IA FULTON +USC00133107 42.5000 -95.5000 392.9 IA GALVA +USC00133108 42.5028 -95.4183 426.7 IA GALVA +USC00133120 42.0903 -92.6703 285.9 IA GARWIN +USC00133239 41.8781 -92.7786 312.4 IA GILMAN +USC00133288 41.0517 -95.7492 323.1 IA GLENWOOD +USC00133290 41.0097 -95.7736 298.7 IA GLENWOOD 3SW +USC00133293 41.0167 -95.6667 310.9 IA GLENWOOD 5 ESE +USC00133295 40.9333 -95.6833 305.1 IA GLENWOOD 8 SSE +USC00133399 42.9833 -95.8333 467.0 IA GRANVILLE 2 E +USC00133438 41.2942 -94.4456 401.1 IA GREENFIELD +USC00133455 41.6886 -93.7350 256.0 IA GRIMES 3 E +USC00133473 41.7200 -92.7489 275.8 IA GRINNELL 3 SW +USC00133487 42.3647 -92.7594 300.2 IA GRUNDY CTR +USC00133509 41.6686 -94.4972 324.6 IA GUTHRIE CTR +USC00133517 42.7858 -91.0958 188.4 IA GUTTENBERG L&D 10 +USC00133562 40.6153 -95.6533 274.3 IA HAMBURG +USC00133567 40.6000 -95.6500 271.0 IA HAMBURG +USC00133584 42.7561 -93.2019 336.8 IA HAMPTON +USC00133589 41.3900 -95.3714 339.9 IA HANCOCK +USC00133590 41.3278 -95.2522 399.3 IA HANCOCK 7SE +USC00133623 42.2686 -94.1458 355.1 IA HARCOURT 2ENE +USC00133632 41.6453 -95.3339 387.1 IA HARLAN +USC00133667 43.1500 -95.4667 -999.9 IA HARTLEY 3 S +USC00133675 41.0772 -95.4800 320.0 IA HASTINGS 4NE +USC00133712 41.9500 -92.9500 313.9 IA HAVERHILL +USC00133718 43.0031 -96.4850 362.7 IA HAWARDEN +USC00133720 43.0667 -96.4500 424.0 IA HAWARDEN 6 NNE +USC00133877 42.6500 -96.5333 -999.9 IA HINTON 4 W +USC00133900 42.2803 -96.0961 335.3 IA HOLLY SPRINGS 1 NW +USC00133909 42.4897 -95.5489 417.6 IA HOLSTEIN +USC00133944 42.1558 -96.0831 326.1 IA HORNICK 5S +USC00133960 42.3036 -93.2897 337.7 IA HUBBARD +USC00133964 42.4075 -92.4633 278.9 IA HUDSON +USC00133980 42.7197 -94.2203 335.3 IA HUMBOLDT WTP +USC00133985 42.7181 -94.2689 338.3 IA HUMBOLDT 3 W +USC00134038 42.3942 -95.5150 402.3 IA IDA GROVE 5NW +USC00134049 42.5269 -91.8781 307.8 IA INDEPENDENCE #1 +USC00134052 42.5069 -91.9014 275.2 IA INDEPENDENCE +USC00134063 41.3664 -93.6481 281.6 IA INDIANOLA 2W HCN +USC00134067 41.4247 -93.5869 249.3 IA INDIANOLA 5 NNW +USC00134087 43.3000 -96.4667 445.0 IA INWOOD 2 SW +USC00134094 43.0336 -92.5017 310.6 IA IONIA 2 W +USC00134101 41.6092 -91.5050 195.1 IA IOWA CITY +USC00134111 41.6667 -91.5000 -999.9 IA IOWA CY RALSTON CK +USC00134116 41.6833 -91.4667 -999.9 IA IOWA CY RALSTON CK +USC00134121 41.6833 -91.4833 238.0 IA IOWA CY RALSTON CK +USC00134126 41.6833 -91.5167 -999.9 IA IOWA CY RALSTON CK +USC00134131 41.6833 -91.5167 -999.9 IA IOWA CY RALSTON CK +USC00134142 42.5189 -93.2536 321.6 IA IOWA FALLS HCN +USC00134174 41.7750 -95.1525 399.3 IA IRWIN 3 ESE +USC00134202 42.5764 -96.3039 352.7 IA JAMES 1 NE +USC00134228 42.0103 -94.3953 321.6 IA JEFFERSON +USC00134244 42.3008 -93.6389 318.5 IA JEWELL +USC00134308 42.9311 -93.7933 361.2 IA KANAWHA +USC00134342 42.0728 -95.9956 332.2 IA KENNEBEC +USC00134372 40.3833 -91.3833 198.4 IA KEOKUK #2 +USC00134376 40.4000 -91.3667 160.6 IA KEOKUK L&D 19 +USC00134381 40.3967 -91.3750 160.6 IA KEOKUK LOCK DAM 19 +USC00134389 40.7356 -91.9697 191.7 IA KEOSAUQUA +USC00134394 40.7167 -91.9500 192.0 IA KEOSAUQUA 2 +USC00134402 42.6611 -92.9083 306.0 IA KESLEY +USC00134403 42.7039 -92.8892 289.0 IA KESLEY 3NNE +USC00134433 41.6167 -92.9000 286.5 IA KILLDUFF +USC00134502 41.3247 -93.1008 272.8 IA KNOXVILLE +USC00134523 41.1833 -93.3667 249.9 IA LACONA +USC00134529 41.7564 -92.1844 227.1 IA LADORA +USC00134547 42.2667 -94.7333 378.0 IA LAKE CITY +USC00134557 43.4178 -93.5347 384.0 IA LAKE MILLS +USC00134561 43.4483 -95.3247 446.5 IA LAKE PARK +USC00134569 42.3000 -95.0500 378.0 IA LAKE VIEW +USC00134585 40.6233 -93.9342 343.8 IA LAMONI +USC00134620 43.3633 -91.2161 196.0 IA LANSING +USC00134624 43.3197 -91.1617 253.0 IA LANSING 4SE +USC00134644 42.8644 -95.5467 410.0 IA LARRABEE +USC00134700 41.6000 -90.3500 177.1 IA LE CLAIRE +USC00134705 41.5747 -90.4006 175.9 IA LE CLAIRE L&D 14 +USC00134735 42.7817 -96.1458 364.2 IA LE MARS HCN +USC00134746 40.8761 -94.5614 394.7 IA LENOX +USC00134758 40.7244 -93.6453 304.8 IA LEON 6 ESE +USC00134863 43.4500 -95.8833 457.2 IA LITTLE ROCK +USC00134867 41.8167 -96.0167 317.0 IA LITTLE SIOUX +USC00134874 41.8264 -96.0506 312.4 IA LITTLE SIOUX 2NW +USC00134894 41.6381 -95.7883 301.8 IA LOGAN HCN +USC00134898 41.6425 -95.7825 313.6 IA LOGAN #2 +USC00134926 41.1247 -94.0514 370.3 IA LORIMOR +USC00134963 41.8606 -90.9222 224.9 IA LOWDEN +USC00135000 41.8667 -93.8167 307.8 IA MADRID +USC00135080 41.0167 -95.6667 305.1 IA MALVERN 5 W +USC00135085 42.4831 -91.4592 278.9 IA MANCHESTER +USC00135086 42.4733 -91.4517 301.8 IA MANCHESTER #2 +USC00135123 42.1619 -95.7836 365.8 IA MAPLETON NO.2 +USC00135127 42.1569 -95.8097 335.3 IA MAPLETON +USC00135131 42.0772 -90.6647 203.6 IA MAQUOKETA +USC00135132 42.0833 -90.6333 195.1 IA MAQUOKETA 2 NE +USC00135136 42.9000 -94.8333 417.9 IA MARATHON +USC00135141 42.9656 -92.8706 297.2 IA MARBLE ROCK +USC00135150 41.7967 -92.0708 225.6 IA MARENGO +USC00135163 42.0500 -91.5500 -999.9 IA MARION 4 NE +USC00135193 42.0500 -92.9000 267.9 IA MARSHALLTOWN 1 +USC00135198 42.0647 -92.9244 265.2 IA MARSHALLTOWN +USC00135203 42.0656 -92.9081 265.2 IA MARSHALLTWN POL CN PL +USC00135206 42.0667 -92.9333 273.7 IA MARSHALLTOWN #2 +USC00135230 43.1631 -93.1953 336.8 IA MASON CITY +USC00135232 43.1533 -93.1981 334.4 IA MASON CITY #1 +USC00135250 41.2553 -94.7650 399.3 IA MASSENA +USC00135290 41.0333 -92.7833 274.3 IA MAXON +USC00135315 43.0239 -91.1747 191.1 IA MCGREGOR +USC00135383 40.9833 -93.0500 264.9 IA MELROSE +USC00135414 42.7214 -96.2403 351.7 IA MERRILL +USC00135418 42.7000 -96.3333 420.9 IA MERRILL 4 WSW +USC00135493 43.3828 -95.1842 427.3 IA MILFORD 4 NW +USC00135517 40.8333 -93.3000 326.1 IA MILLERTON +USC00135549 41.1500 -95.8000 -999.9 IA MINEOLA 4 WNW +USC00135552 41.1769 -95.7683 347.5 IA MINEOLA 5 NW +USC00135584 41.5736 -95.8811 365.8 IA MISSOURI VALLEY 1 NNE +USC00135608 41.7167 -96.0167 310.9 IA MONDAMIN +USC00135613 43.1333 -95.3833 430.1 IA MONETA +USC00135622 42.0500 -90.9167 264.9 IA MONMOUTH 4 SW +USC00135630 43.0500 -91.3667 -999.9 IA MONONA +USC00135638 41.5167 -93.1000 281.0 IA MONROE +USC00135650 41.5836 -92.5497 289.6 IA MONTEZUMA 1 W +USC00135664 42.2500 -91.2833 284.1 IA MONTICELLO +USC00135669 42.2411 -91.1733 249.9 IA MONTICELLO +USC00135732 41.7500 -91.4333 228.9 IA MORSE +USC00135737 41.7500 -91.4167 235.0 IA MORSE 1 NE +USC00135742 41.6833 -91.4667 246.9 IA MORSE 4 SSW +USC00135769 40.7053 -94.2428 347.5 IA MT AYR HCN +USC00135796 40.9486 -91.5647 222.5 IA MT PLEASANT 1 SSW HCN +USC00135823 42.4981 -96.0692 365.8 IA MOVILLE +USC00135834 41.0833 -93.9833 -999.9 IA MURRAY +USC00135837 41.4075 -91.0728 167.3 IA MUSCATINE +USC00135842 41.2300 -91.0500 167.9 IA MUSCATINE 2 +USC00135844 41.4714 -91.0464 207.3 IA MUSCATINE 2N +USC00135847 41.5000 -91.0500 -999.9 IA MUSCATINE 6 N +USC00135852 41.4833 -91.1167 -999.9 IA MUSCATINE 6 NW +USC00135872 42.9833 -92.5667 302.1 IA NASHUA 2 NW +USC00135876 42.9361 -92.5700 323.4 IA NASHUA 2 SW +USC00135952 43.0453 -92.3122 349.9 IA NEW HAMPTON HCN +USC00135992 41.7117 -93.0297 292.6 IA NEWTON +USC00136062 40.6000 -95.2000 320.0 IA NORTHBORO +USC00136076 41.5169 -92.0597 242.9 IA NORTH ENGLISH +USC00136103 43.4386 -93.2253 362.7 IA NORTHWOOD +USC00136119 40.7500 -95.2000 345.0 IA NORWICH EXP FARM +USC00136151 41.3044 -95.3844 384.0 IA OAKLAND +USC00136160 40.9269 -91.6800 182.0 IA OAKLAND MILLS 3 W +USC00136186 41.7167 -91.4000 246.9 IA OASIS 1 NW +USC00136190 43.4144 -95.5314 381.0 IA OCHEYEDAN +USC00136195 42.3167 -95.2500 417.9 IA ODEBOLT 2 +USC00136196 42.3167 -95.3333 415.1 IA ODEBOLT +USC00136199 42.6800 -91.8750 355.1 IA OELWEIN 1E +USC00136200 42.6467 -91.9131 307.8 IA OELWEIN 2 S +USC00136205 42.0500 -94.0500 338.9 IA OGDEN +USC00136225 42.0000 -91.1333 228.9 IA OLIN +USC00136243 42.0697 -96.1258 323.1 IA ONAWA 3NW +USC00136273 43.0006 -96.0539 420.6 IA ORANGE CITY +USC00136291 43.4500 -95.0667 427.0 IA ORLEANS +USC00136305 43.2794 -92.8106 356.6 IA OSAGE +USC00136316 41.0194 -93.7503 313.3 IA OSCEOLA +USC00136327 41.3214 -92.6467 253.0 IA OSKALOOSA +USC00136363 42.2833 -95.9000 331.9 IA OTO +USC00136386 41.0167 -92.4333 195.1 IA OTTUMWA 1 WSW +USC00136391 41.0167 -92.4333 198.1 IA OTTUMWA +USC00136392 41.0100 -92.5175 253.9 IA OTTUMWA #1 +USC00136492 42.5772 -92.8050 297.2 IA PARKERSBURG +USC00136520 42.9842 -95.6897 451.1 IA PAULLINA +USC00136527 41.3761 -92.9203 237.7 IA PELLA 1S +USC00136566 41.8394 -94.1106 289.6 IA PERRY +USC00136590 42.9183 -95.3369 374.9 IA PETERSON +USC00136634 41.8306 -95.9311 326.7 IA PISGAH +USC00136719 42.7292 -94.6614 369.4 IA POCAHONTAS +USC00136755 42.5864 -93.4364 345.9 IA POPEJOY 1S +USC00136766 43.0900 -91.5581 355.1 IA POSTVILLE +USC00136800 43.0864 -95.6292 463.3 IA PRIMGHAR +USC00136820 40.7936 -93.1408 288.0 IA PROMISE CITY 6 NW +USC00136891 40.8744 -95.5667 298.7 IA RANDOLPH +USC00136910 40.8250 -92.8925 294.1 IA RATHBUN DAM +USC00136920 41.5686 -94.1400 327.4 IA REDFIELD 2 E +USC00136940 41.0036 -95.2419 317.0 IA RED OAK +USC00136945 40.9667 -95.4667 313.9 IA RED OAK 10 SW +USC00136965 41.3697 -92.9800 243.8 IA RED ROCK DAM +USC00136969 42.3167 -92.6333 289.9 IA REINBECK 2 W +USC00136975 42.8169 -95.9711 405.4 IA REMSEN +USC00136976 42.8103 -95.9750 405.4 IA REMSEN NO 2 +USC00136985 41.9172 -93.1358 308.8 IA RHODES 3E +USC00137058 43.2947 -94.5117 371.9 IA RINGSTED +USC00137085 40.6833 -95.5667 281.0 IA RIVERTON +USC00137147 43.4300 -96.1686 411.5 IA ROCK RAPIDS HCN +USC00137152 43.2044 -96.3061 379.8 IA ROCK VALLEY +USC00137161 42.3969 -94.6292 370.0 IA ROCKWELL CITY HCN +USC00137312 42.4194 -94.9761 368.8 IA SAC CITY +USC00137326 43.3817 -92.9233 347.2 IA ST ANSGAR +USC00137340 41.2878 -93.8064 323.1 IA ST CHARLES +USC00137363 40.8356 -91.6222 198.1 IA SALEM 1 S +USC00137386 43.1792 -95.6603 472.7 IA SANBORN +USC00137410 43.3667 -92.3667 390.1 IA SARATOGA 2 E +USC00137572 42.9217 -93.2828 318.5 IA SHEFFIELD 3 NW +USC00137582 41.5117 -95.4414 390.1 IA SHELBY +USC00137594 43.1803 -95.8533 432.8 IA SHELDON +USC00137602 42.7042 -92.5906 284.4 IA SHELL ROCK 1 SW +USC00137613 40.7672 -95.3800 297.2 IA SHENANDOAH +USC00137664 43.4047 -95.7483 466.0 IA SIBLEY +USC00137669 40.7361 -95.6431 347.5 IA SIDNEY 1SSE +USC00137678 41.3372 -92.2278 223.1 IA SIGOURNEY +USC00137700 43.0558 -96.1525 414.5 IA SIOUX CTR 2 SE +USC00137702 42.3964 -96.3778 335.3 IA SIOUX CITY ANG +USC00137703 42.5833 -96.4333 353.9 IA SIOUX CITY 8 N +USC00137709 42.4028 -96.3581 333.8 IA SIOUX CITY SNOW (PAID) +USC00137713 42.5356 -96.4108 365.8 IA SIOUX CITY PERRY CREEK +USC00137726 42.8931 -95.0653 432.8 IA SIOUX RAPIDS 4 E +USC00137738 42.2333 -96.2333 326.1 IA SLOAN +USC00137774 41.9811 -95.7769 342.9 IA SOLDIER +USC00137844 43.1653 -95.1467 404.2 IA SPENCER 1 N 72650 +USC00137847 43.1369 -95.1444 394.7 IA SPENCER #2 +USC00137855 43.2053 -91.9536 329.2 IA SPILLVILLE +USC00137859 43.4231 -95.1394 432.8 IA SPIRIT LAKE +USC00137892 42.6333 -91.8633 339.5 IA STANLEY +USC00137925 42.0167 -93.1667 323.1 IA STATE CTR +USC00137932 42.4081 -93.0731 297.2 IA STEAMBOAT ROCK +USC00137955 40.8333 -91.8333 228.9 IA STOCKPORT +USC00137979 42.6469 -95.1933 439.5 IA STORM LAKE HCN +USC00137984 42.1833 -93.6000 313.0 IA STORY CITY +USC00138009 42.6853 -91.5331 365.8 IA STRAWBERRY PT +USC00138026 43.4542 -94.3069 359.7 IA SWEA CITY 5N +USC00138062 41.8497 -91.6764 240.8 IA SWISHER #2 +USC00138131 40.9667 -95.7167 -999.9 IA TABOR 6 NNW +USC00138231 40.8167 -95.7500 296.0 IA THURMAN +USC00138233 40.7667 -95.7500 -999.9 IA THURMAN 4 S +USC00138255 40.8500 -94.2000 390.1 IA TINGLEY +USC00138266 41.7797 -91.1269 249.9 IA TIPTON +USC00138270 43.2353 -94.0417 356.6 IA TITONKA +USC00138296 42.0356 -92.5806 285.0 IA TOLEDO 3N HCN +USC00138307 41.2819 -92.8614 217.0 IA TRACY 1 NE +USC00138315 42.1864 -92.4722 285.0 IA TRAER +USC00138339 42.8125 -92.2575 321.6 IA TRIPOLI +USC00138359 41.9644 -95.9725 310.9 IA TURIN 4S +USC00138360 41.9644 -95.9917 310.9 IA TURIN 4 SSW +USC00138410 41.3894 -95.6811 329.2 IA UNDERWOOD +USC00138490 41.5339 -93.9503 268.2 IA VAN METER +USC00138540 40.9342 -94.9794 335.3 IA VILLISCA NO. 2 +USC00138568 42.1703 -92.0078 259.1 IA VINTON +USC00138632 41.8625 -91.8025 240.8 IA WALFORD 2 SE +USC00138646 41.0458 -95.0869 388.6 IA STANTON 4N +USC00138668 41.1806 -91.1897 176.8 IA WAPELLO +USC00138688 41.2825 -91.7078 209.4 IA WASHINGTON HCN +USC00138693 42.5736 -95.7181 350.5 IA WASHTA +USC00138701 42.4953 -92.3342 259.1 IA WATERLOO +USC00138704 42.5167 -92.3333 256.0 IA WATERLOO +USC00138705 42.5006 -92.3319 258.5 IA WATERLOO #1 +USC00138707 42.4650 -92.3411 273.1 IA WATERLOO SNOW +USC00138742 43.0603 -92.0489 340.8 IA WAUCOMA 1WNW +USC00138747 41.6167 -93.8833 313.9 IA WAUKEE +USC00138755 43.2742 -91.4711 388.6 IA WAUKON +USC00138756 43.2403 -91.5550 363.0 IA WAUKON 4SW +USC00138771 42.7333 -92.4667 287.1 IA WAVERLY +USC00138806 42.4686 -93.7975 326.7 IA WEBSTER CITY +USC00138808 42.4322 -93.8061 307.8 IA WEBSTER CITY 2 S +USC00138852 42.9500 -94.4167 366.1 IA WEST BEND +USC00138867 42.9786 -91.7889 355.1 IA WEST UNION 3SE +USC00138989 41.8333 -90.8333 -999.9 IA WHEATLAND +USC00139062 42.4875 -93.5414 362.7 IA WILLIAMS +USC00139067 41.6650 -91.9978 237.7 IA WILLIAMSBURG 1E +USC00139132 41.3150 -94.0183 335.3 IA WINTERSET 1S +USC00139164 41.7450 -95.7092 332.2 IA WOODBINE +USC00139178 41.9500 -93.9167 323.1 IA WOODWARD 7 N +USC00139750 42.1669 -93.3097 335.9 IA ZEARING +USC00140010 38.9267 -97.2128 361.8 KS ABILENE +USC00140020 39.7167 -100.8000 841.9 KS ACHILLES +USC00140032 39.1417 -97.8361 380.1 KS ADA 3 ESE +USC00140069 37.0667 -98.9667 479.1 KS AETNA 2 S +USC00140073 39.7133 -97.4517 424.3 KS AGENDA +USC00140117 38.4611 -99.0139 581.6 KS ALBERT +USC00140119 38.3900 -98.9503 582.2 KS ALBERT 5SE +USC00140127 38.2500 -98.3000 512.1 KS ALDEN +USC00140135 38.4694 -99.5519 630.9 KS ALEXANDER +USC00140157 39.5750 -100.2642 772.1 KS ALLISON +USC00140190 37.1944 -95.2875 277.4 KS ALTAMONT +USC00140195 38.8664 -96.4892 443.2 KS ALTA VISTA +USC00140200 39.4483 -98.9703 521.2 KS ALTON 2SW +USC00140201 39.4767 -98.9714 513.6 KS ALTON 1 W +USC00140203 37.5333 -95.6667 248.4 KS ALTOONA +USC00140209 37.5297 -95.6744 246.9 KS ALTOONA +USC00140308 37.2617 -97.7689 379.5 KS ARGONIA +USC00140311 37.2333 -100.9000 -999.9 KS ARKALON SCS #10 +USC00140313 37.0631 -97.0400 340.8 KS ARKANSAS CITY +USC00140326 37.8894 -98.1786 483.1 KS ARLINGTON +USC00140365 37.1942 -99.7633 600.5 KS ASHLAND HCN +USC00140375 38.6833 -97.6000 372.5 KS ASSARIA +USC00140405 39.5756 -95.1108 288.0 KS ATCHISON HCN +USC00140408 39.5486 -95.1183 297.2 KS ATCHISON 1S +USC00140415 37.7167 -101.2500 -999.9 KS ATHY NEAR SCS #43 +USC00140424 37.4372 -96.7669 435.9 KS ATLANTA +USC00140431 37.2667 -98.3167 438.9 KS ATTICA 6 WNW +USC00140439 39.7994 -101.0422 881.8 KS ATWOOD +USC00140441 39.6981 -101.0039 903.4 KS ATWOOD 8SSE +USC00140443 38.9089 -95.8150 328.9 KS AUBURN +USC00140447 37.6983 -96.9706 390.8 KS AUGUSTA +USC00140471 39.8675 -96.2542 406.9 KS AXTELL +USC00140476 39.8833 -96.3500 435.9 KS AXTELL 5 WNW SCS 1 +USC00140482 39.8311 -96.1833 395.0 KS BAILEYVILLE +USC00140491 39.7500 -95.5500 -999.9 KS BAKER +USC00140496 38.7667 -95.2000 310.9 KS BALDWIN +USC00140497 38.7625 -95.1917 302.1 KS BALDWIN CITY +USC00140509 39.6000 -95.9667 374.9 KS BANCROFT 4 WSW +USC00140532 39.1775 -98.0414 409.3 KS BARNARD 1S +USC00140535 39.2144 -98.1767 418.2 KS BARNARD 7W +USC00140548 37.0486 -95.2142 274.6 KS BARTLETT +USC00140620 38.2661 -99.7514 665.7 KS BAZINE 13 SSW +USC00140630 39.8167 -101.2333 976.0 KS BEARDSLEY +USC00140632 39.6000 -101.2167 1005.8 KS BEARDSLEY 15 S +USC00140633 39.8667 -96.3667 448.1 KS BEATTIE 2 E +USC00140635 39.8967 -96.4250 410.3 KS BEATTIE 2 NNW +USC00140637 37.6558 -96.5353 484.6 KS BEAUMONT +USC00140645 38.6500 -98.6667 586.1 KS BEAVER +USC00140673 39.9167 -98.7000 603.5 KS BELLAIRE 8 N +USC00140676 37.8261 -99.6542 720.9 KS BELLEFONT 3S +USC00140679 37.3931 -97.3497 375.5 KS BELLE PLAINE 4 W +USC00140682 39.8186 -97.6378 466.3 KS BELLEVILLE +USC00140693 39.4575 -98.1125 424.0 KS BELOIT +USC00140731 39.7333 -95.1833 338.3 KS BENDENA +USC00140745 39.1167 -97.5667 409.0 KS BENNINGTON 6 NNE +USC00140750 37.8922 -97.4828 420.6 KS BENTLEY 2E +USC00140782 39.1500 -94.7833 264.9 KS BETHEL 1 NW +USC00140800 37.5333 -101.5667 966.2 KS BIG BOW 2 S +USC00140802 37.5514 -101.6344 984.5 KS BIG BOW 4 WSW +USC00140810 37.2758 -95.4728 276.5 KS BIG HILL LAKE +USC00140836 39.6194 -101.5442 1036.3 KS BIRD CITY 10S +USC00140838 39.9333 -101.5000 961.0 KS BIRD CITY 14 NNE +USC00140865 38.5636 -99.2350 621.8 KS BISON 3NW +USC00140875 37.5000 -96.4000 -999.9 KS BLAINE +USC00140877 39.4989 -96.4025 460.6 KS BLAINE +USC00140883 39.8167 -101.1333 882.1 KS BLAKEMAN +USC00140906 38.1000 -95.0167 336.8 KS BLUE MOUND +USC00140911 39.6769 -96.6631 356.3 KS BLUE RAPIDS +USC00140926 37.0764 -97.8700 375.2 KS BLUFF CITY +USC00140952 38.8167 -94.8167 331.9 KS BONITA +USC00140957 39.0636 -94.8961 259.1 KS BONNER SPRINGS +USC00141003 39.8911 -96.7117 380.7 KS BREMEN 1 E +USC00141029 39.3672 -101.4461 1048.5 KS BREWSTER 4W +USC00141049 37.9000 -95.0667 328.9 KS BRONSON +USC00141057 38.7711 -97.8564 417.6 KS BROOKVILLE +USC00141068 38.6689 -99.7883 742.2 KS BROWNELL 3NW +USC00141104 37.5433 -99.6383 734.6 KS BUCKLIN +USC00141141 38.1972 -99.5289 644.0 KS BURDETT +USC00141146 38.5667 -96.8500 445.0 KS BURDICK +USC00141156 38.7500 -95.8333 326.1 KS BURLINGAME +USC00141157 38.8167 -95.9167 369.1 KS BURLINGAME 6 NW SCS 1 +USC00141159 38.8000 -95.8500 360.0 KS BURLINGAME 3 NW SCS 3 +USC00141160 38.8000 -95.8333 351.1 KS BURLINGAME 3 N SCS 4 +USC00141161 38.8000 -95.8167 348.1 KS BURLINGAME 3 NNE +USC00141162 38.8492 -95.8331 341.4 KS BURLINGAME 6 N +USC00141164 38.1944 -95.7361 299.9 KS BURLINGTON +USC00141169 38.1833 -95.8000 335.9 KS BURLINGTON 4 WSW +USC00141173 38.0781 -96.8878 449.6 KS BURNS 1S +USC00141179 39.8775 -98.3036 503.2 KS BURR OAK 1N +USC00141187 38.0333 -97.6667 442.0 KS BURRTON +USC00141202 38.6453 -96.3506 384.0 KS BUSHONG 5 W +USC00141233 37.0403 -97.6100 354.2 KS CALDWELL +USC00141239 37.3150 -96.6625 381.6 KS CAMBRIDGE +USC00141266 37.0267 -95.9528 235.0 KS CANEY 1NW +USC00141282 37.0103 -96.0114 274.3 KS CANEY 4W +USC00141294 38.8167 -95.7000 -999.9 KS CARBONDALE +USC00141351 38.0211 -96.6036 463.3 KS CASSODAY 2SE +USC00141355 38.9328 -99.2261 609.6 KS CATHARINE 1NW +USC00141371 39.5067 -98.4305 456.3 KS CAWKER CITY +USC00141383 38.7978 -99.7231 650.7 KS CEDAR BLUFF DAM +USC00141395 37.0347 -96.4631 268.2 KS CEDAR VALE 5SSE +USC00141404 38.1936 -95.0725 289.6 KS CENTERVILLE 4SW +USC00141408 39.7242 -96.1258 402.3 KS CENTRALIA +USC00141416 38.7500 -95.2833 289.9 KS CENTROPOLIS 5 NE +USC00141425 38.7672 -96.2567 442.9 KS CHALK +USC00141428 37.6728 -95.3783 302.4 KS CHANUTE 4E +USC00141435 38.9644 -97.0119 338.6 KS CHAPMAN +USC00141452 38.3314 -98.3131 518.2 KS CHASE 3 SE +USC00141460 37.0203 -96.1753 277.1 KS CHAUTAUQUA +USC00141466 37.6333 -97.7833 414.5 KS CHENEY +USC00141467 37.7206 -97.7936 421.5 KS CHENEY 5N +USC00141470 37.3458 -94.8089 288.0 KS CHEROKEE +USC00141478 37.1908 -95.5586 237.7 KS CHERRYVALE 5S +USC00141522 37.8133 -100.3456 823.9 KS CIMARRON +USC00141529 39.4269 -95.9156 359.7 KS CIRCLEVILLE 7 SW +USC00141536 38.5214 -98.5358 550.5 KS CLAFLIN +USC00141559 39.3739 -97.1275 366.1 KS CLAY CTR +USC00141593 39.5722 -97.2836 402.9 KS CLIFTON +USC00141602 37.7167 -96.2333 317.0 KS CLIMAX +USC00141612 38.9408 -95.3397 298.7 KS CLINTON LAKE +USC00141632 39.6000 -97.4003 395.0 KS CLYDE +USC00141635 39.5833 -96.4000 -999.9 KS CLYDE RIVER +USC00141659 39.2000 -99.1833 600.5 KS CODELL 1 NW +USC00141668 37.0333 -95.6167 225.9 KS COFFEYVILLE +USC00141673 37.0614 -95.6356 224.6 KS COFFEYVILLE WTR WKS +USC00141696 39.4000 -101.0500 958.0 KS COLBY +USC00141699 39.3925 -101.0689 966.2 KS COLBY 1SW +USC00141704 37.2733 -99.3289 644.7 KS COLDWATER HCN +USC00141728 39.0356 -100.1178 787.0 KS COLLYER +USC00141730 38.8972 -100.1136 733.7 KS COLLYER 10 S +USC00141733 38.0697 -95.3708 337.7 KS COLONY +USC00141740 37.1767 -94.8428 272.2 KS COLUMBUS HCN +USC00141761 39.5592 -97.6697 451.4 KS CONCORDIA 1 W +USC00141765 39.5883 -97.6581 406.6 KS CONCORDIA 2 N +USC00141795 37.3569 -97.6944 418.8 KS CONWAY SPRINGS 4SW +USC00141801 38.0333 -102.0000 1020.5 KS COOLIDGE +USC00141858 38.3703 -96.5483 375.5 KS COTTONWOOD FALLS +USC00141866 38.6667 -96.5000 399.9 KS COUNCIL GROVE +USC00141867 38.6758 -96.5097 400.8 KS COUNCIL GROVE LAKE HCN +USC00141874 39.7811 -97.8956 457.2 KS COURTLAND +USC00141875 39.2425 -98.8678 577.9 KS COVERT +USC00141941 39.8050 -97.4583 473.7 KS CUBA +USC00141945 38.9706 -97.7600 384.0 KS CULVER +USC00141983 37.6500 -98.4056 512.1 KS CUNNINGHAM +USC00141994 37.2167 -97.2500 -999.9 KS DALTON ROME +USC00141999 39.3214 -99.5886 640.1 KS DAMAR +USC00142040 38.1167 -101.2000 980.5 KS DEERFIELD 10 NNW +USC00142046 37.9833 -96.8667 430.1 KS DE GRAFF +USC00142073 39.2739 -97.7719 395.9 KS DELPHOS +USC00142086 39.6689 -99.7319 655.0 KS DENSMORE 2N +USC00142117 38.9708 -94.9775 256.0 KS DE SOTO +USC00142126 37.1833 -96.7167 348.1 KS DEXTER +USC00142135 38.5658 -96.8478 445.9 KS BURDICK (DIAMOND SPRINGS) +USC00142189 37.5000 -96.8333 366.1 KS DOUGLASS +USC00142202 39.5000 -98.5500 -999.9 KS DOWNS +USC00142204 39.5067 -98.5378 454.2 KS DOWNS +USC00142213 39.6253 -100.4233 831.8 KS DRESDEN +USC00142267 38.5967 -96.3806 367.9 KS DUNLAP 2 N +USC00142276 38.4831 -97.2250 420.6 KS DURHAM +USC00142329 39.3436 -95.1178 273.4 KS EASTON +USC00142357 39.5333 -99.8500 711.1 KS EDMOND 7 S +USC00142380 39.1000 -94.8333 292.6 KS EDWARDSVILLE 3 NNW +USC00142388 39.5300 -95.3967 350.5 KS EFFINGHAM +USC00142396 38.0617 -97.1164 433.1 KS ELBING 1NE +USC00142398 38.2667 -98.2500 -999.9 KS ELCO +USC00142401 37.8183 -96.8444 393.2 KS EL DORADO HCN +USC00142409 37.0072 -96.2722 243.8 KS ELGIN +USC00142417 38.4167 -96.8167 387.1 KS ELK +USC00142421 38.7833 -100.8667 830.6 KS ELKADER +USC00142422 37.2333 -95.9667 284.1 KS ELK CITY 5 SW SCS 1 +USC00142423 37.2333 -95.9833 281.0 KS ELK CITY 6 SW +USC00142425 37.2167 -95.9833 264.9 KS ELK CITY 7 SSW SCS 4 +USC00142426 37.2000 -96.0000 262.1 KS ELK CITY 8 SW SCS 5 +USC00142427 37.1833 -96.0333 264.9 KS ELK CITY 10 SW +USC00142428 37.1500 -95.9833 246.9 KS ELK CITY 10 SSW +USC00142429 37.1833 -95.9667 267.9 KS ELK CITY 8 SSW +USC00142430 37.2775 -95.7769 258.8 KS ELK CITY LAKE +USC00142432 37.0058 -101.8867 1097.0 KS ELKHART +USC00142437 37.0500 -101.9000 1079.9 KS ELKHART 3 N +USC00142443 38.3500 -98.5667 -999.9 KS ELLINWOOD +USC00142445 38.3650 -98.5844 545.6 KS ELLINWOOD #1 +USC00142452 38.9486 -99.5647 657.5 KS ELLIS +USC00142459 38.7297 -98.2250 477.9 KS ELLSWORTH HCN +USC00142468 38.3667 -96.6500 366.1 KS ELMDALE +USC00142470 38.4128 -96.7669 396.2 KS ELMDALE 8 WNW +USC00142472 38.3922 -96.6228 364.5 KS ELMDALE 2NE +USC00142478 38.6833 -97.2333 399.3 KS ELMO 1 SW +USC00142497 38.1333 -100.5167 819.9 KS EMINENCE +USC00142519 39.3069 -96.0567 313.9 KS EMMETT +USC00142541 38.3861 -96.1817 328.3 KS EMPORIA 1 S +USC00142548 38.4294 -96.2189 377.3 KS EMPORIA 3 NW +USC00142560 37.0458 -99.9964 600.5 KS ENGLEWOOD 1 NW +USC00142574 38.9008 -97.1097 353.6 KS ENTERPRISE +USC00142582 37.5667 -95.2458 273.4 KS ERIE +USC00142592 39.9303 -98.4269 570.0 KS ESBON 7 N +USC00142602 38.8592 -96.1058 430.1 KS ESKRIDGE +USC00142620 38.9336 -95.0931 262.7 KS EUDORA 1S +USC00142622 37.8253 -96.2644 335.3 KS EUREKA 1E +USC00142624 38.9167 -99.7333 707.1 KS EUREKA RANCH +USC00142652 39.5539 -97.0631 413.3 KS FACT 3W +USC00142660 39.8350 -95.7228 374.3 KS FAIRVIEW +USC00142686 37.6475 -96.0781 314.2 KS FALL RVR LAKE +USC00142693 38.6667 -97.7500 409.0 KS FALUN +USC00142721 39.8333 -95.1667 -999.9 KS FANNING +USC00142773 38.2422 -96.9242 393.2 KS FLORENCE +USC00142809 37.8167 -97.9167 -999.9 KS FORSHA +USC00142827 39.0572 -96.7650 322.8 KS FT RILEY +USC00142835 37.8422 -94.7083 257.6 KS FT SCOTT HCN +USC00142848 39.5250 -96.5572 372.2 KS FOSTORIA 7 NW +USC00142855 37.4167 -100.1833 755.9 KS FOWLER 3 NNE +USC00142872 39.7069 -96.4186 360.9 KS FRANKFORT +USC00142875 39.8000 -96.4000 381.0 KS FRANKFORT 7 N SCS 4 +USC00142876 39.8000 -96.4500 409.0 KS FRANKFORT 7 NNW +USC00142877 39.7667 -96.4333 369.1 KS FRANKFORT 5 N SCS 6 +USC00142881 39.7756 -96.3503 385.3 KS FRANKFORT 6NE +USC00142894 37.5339 -95.8269 272.2 KS FREDONIA +USC00142938 38.6367 -98.8722 597.4 KS GALATIA 4E +USC00142945 37.4856 -95.3519 301.4 KS GALESBURG 1NNE +USC00142972 37.9667 -100.8667 864.4 KS GARDEN CITY +USC00142980 37.9931 -100.8122 880.9 KS GARDEN CITY EXP STN +USC00142989 38.8000 -94.9667 -999.9 KS GARDNER +USC00142993 38.0833 -99.2500 -999.9 KS GARFIELD +USC00143008 38.2800 -95.2178 304.2 KS GARNETT 1 E +USC00143032 39.4261 -100.8961 944.0 KS GEM +USC00143037 38.5375 -98.1611 533.4 KS GENESEO +USC00143040 38.7667 -100.1500 -999.9 KS GIBSON +USC00143072 37.5000 -94.8500 -999.9 KS GIRARD +USC00143074 37.5081 -94.8394 301.8 KS GIRARD +USC00143088 39.3644 -97.8350 405.4 KS GLASCO +USC00143093 39.3664 -101.7003 1114.3 KS GOODLAND WFO +USC00143100 39.5039 -98.3150 457.2 KS GLEN ELDER LAKE +USC00143134 38.2656 -97.3883 469.1 KS GOESSEL 2 NW +USC00143138 39.6539 -95.9808 425.5 KS GOFF 3 WSW +USC00143155 39.3517 -101.7875 1114.7 KS GOODLAND 3W +USC00143156 39.1306 -102.0258 1185.7 KS GOODLAND 23SW +USC00143158 39.3444 -101.7078 1125.0 KS GOODLAND CITY +USC00143175 38.9583 -100.5531 814.1 KS GOVE 4W +USC00143183 39.1136 -100.4653 857.1 KS GRAINFIELD +USC00143185 39.1117 -100.4622 855.6 KS GRAINFIELD +USC00143218 38.3614 -98.8281 570.6 KS GREAT BEND 3W +USC00143233 39.7333 -96.9833 430.4 KS GREENLEAF +USC00143239 37.6025 -99.3022 683.7 KS GREENSBURG +USC00143248 37.3594 -96.4497 353.3 KS GRENOLA 1 N +USC00143257 38.1014 -95.8839 356.3 KS GRIDLEY +USC00143271 39.1333 -100.6333 -999.9 KS GRINNELL +USC00143323 39.8789 -97.3133 449.0 KS HADDAM +USC00143331 37.2225 -96.0547 307.8 KS HALE +USC00143366 37.9697 -97.5547 431.0 KS HALSTEAD 3SW +USC00143393 39.9000 -96.8833 371.9 KS HANOVER +USC00143398 39.8333 -96.8667 371.9 KS HANOVER 4 S +USC00143432 39.6000 -98.7667 484.6 KS HARLAN +USC00143441 38.3306 -95.3783 297.2 KS HARRIS 3 ENE +USC00143467 38.7833 -95.9667 359.7 KS HARVEYVILLE +USC00143483 37.0944 -95.9422 231.6 KS HAVANA +USC00143490 39.5111 -96.0781 365.2 KS HAVENSVILLE +USC00143492 39.5000 -96.0333 427.0 KS HAVENSVILLE 2 E +USC00143523 38.8669 -99.3169 606.6 KS HAYS +USC00143527 38.8586 -99.3358 612.6 KS HAYS 1 S HCN +USC00143537 38.8500 -99.3500 609.9 KS HAYS 2 S +USC00143545 37.5194 -97.3142 378.0 KS HAYSVILLE 3SE +USC00143554 38.6003 -100.6197 868.7 KS HEALY +USC00143594 38.6656 -96.9494 407.8 KS HERINGTON +USC00143616 37.6333 -100.3500 -999.9 KS HESS +USC00143620 38.1428 -97.4200 449.9 KS HESSTON +USC00143634 39.8356 -95.5319 323.4 KS HIAWATHA 1 S +USC00143646 39.8500 -95.2667 292.9 KS HIGHLAND +USC00143651 39.0000 -95.6500 310.9 KS HIGHLAND PARK +USC00143663 39.4667 -99.7667 686.1 KS HILL CITY 8 NE +USC00143665 39.3619 -99.8278 649.8 KS HILL CITY 1E +USC00143667 38.3569 -97.2025 435.9 KS HILLSBORO +USC00143679 38.4167 -98.7667 566.9 KS HOISINGTON NEAR +USC00143686 38.6644 -94.8900 307.8 KS HILLSDALE LAKE +USC00143759 39.4578 -95.7550 320.0 KS HOLTON +USC00143810 39.6678 -95.5200 314.6 KS HORTON HCN +USC00143812 39.7500 -95.6167 363.0 KS HORTON 8 NW SCS 2 +USC00143813 39.7333 -95.6000 331.9 KS HORTON 6 NW SCS 3 +USC00143814 39.6667 -95.5833 345.0 KS HORTON 3 W +USC00143815 39.6833 -95.5167 338.9 KS HORTON 2 NNE SCS 5 +USC00143822 37.4664 -96.2714 307.8 KS HOWARD +USC00143837 39.3569 -100.4417 826.9 KS HOXIE +USC00143842 39.2317 -95.6653 332.8 KS HOYT 2SE +USC00143847 38.1042 -98.6592 569.1 KS HUDSON +USC00143855 37.1639 -101.3400 947.9 KS HUGOTON +USC00143867 37.8117 -95.4456 286.5 KS HUMBOLDT +USC00143897 39.2333 -98.3933 495.3 KS HUNTER +USC00143921 38.0381 -97.9336 464.8 KS HUTCHINSON RIVER +USC00143929 38.0900 -97.9125 469.4 KS HUTCHINSON +USC00143930 37.9311 -98.0297 472.1 KS HUTCHINSON 10 SW +USC00143946 38.2833 -100.6500 857.1 KS IMPERIAL +USC00143954 37.2364 -95.7003 245.4 KS INDEPENDENCE HCN +USC00143974 38.1869 -97.8417 459.0 KS INMAN 5SW +USC00143984 37.9233 -95.4242 290.8 KS IOLA 1 W +USC00143989 37.9167 -95.4000 292.9 KS IOLA +USC00143997 39.6611 -98.3483 468.5 KS IONIA +USC00144008 37.8333 -101.9333 -999.9 KS IRENE +USC00144020 37.5667 -98.5167 563.3 KS ISABEL NEAR +USC00144025 39.6147 -97.8564 418.8 KS JAMESTOWN +USC00144041 39.6000 -102.0333 -999.9 KS JAQUA +USC00144073 38.7203 -100.5264 781.8 KS JEROME 2 S +USC00144081 38.0833 -99.9000 701.6 KS JETMORE +USC00144085 38.2167 -100.0667 716.9 KS JETMORE 14 NW +USC00144087 38.1964 -99.9175 740.7 KS JETMORE 8NNW HCN +USC00144089 39.6731 -98.1556 474.3 KS JEWELL +USC00144104 38.2547 -95.7500 332.8 KS JOHN REDMOND LAKE +USC00144109 37.5333 -101.5667 967.1 KS JOHNSON 11 ESE +USC00144114 37.5669 -101.7506 1015.0 KS JOHNSON +USC00144138 39.0500 -96.8333 317.0 KS JUNCTION CITY +USC00144139 38.9789 -96.8572 322.5 KS JUNCTION CITY 4 SSW +USC00144140 39.0078 -96.7392 332.8 KS JUNCTION CITY 5 SE +USC00144159 38.1833 -100.3167 -999.9 KS KALVESTA NEAR +USC00144161 38.0586 -100.2986 813.8 KS KALVESTA 1 W +USC00144166 38.1272 -100.5078 806.2 KS KALVESTA 13NW +USC00144178 38.6078 -97.9597 454.8 KS KANOPOLIS LAKE +USC00144227 37.8167 -97.2833 430.1 KS KECHI 1 N +USC00144290 37.2500 -97.1000 -999.9 KS KELLOGG +USC00144301 38.8500 -94.6167 -999.9 KS KENNETH +USC00144313 37.6453 -98.1250 471.5 KS KINGMAN +USC00144331 37.9106 -99.4058 661.1 KS KINSLEY 1SE +USC00144333 37.9283 -99.3656 658.1 KS KINSLEY 2E +USC00144341 37.0175 -98.4900 403.9 KS KIOWA +USC00144357 39.6619 -99.1228 517.2 KS KIRWIN DAM +USC00144362 37.2267 -100.7603 850.4 KS KISMET 4 WNW +USC00144363 37.3333 -100.8833 -999.9 KS KISMET NEAR +USC00144401 38.5333 -99.3000 628.2 KS LACROSSE +USC00144421 38.3261 -94.6956 256.9 KS LA CYGNE 4ESE +USC00144464 37.9411 -101.2492 913.8 KS LAKIN HCN +USC00144488 38.4425 -95.0792 265.2 KS LANE +USC00144530 38.1817 -99.0994 608.1 KS LARNED HCN +USC00144531 38.1922 -99.0969 618.7 KS LARNED #2 +USC00144559 38.9583 -95.2514 320.0 KS LAWRENCE HCN +USC00144562 38.9742 -95.2358 243.8 KS LAWRENCE (KS RIVER) +USC00144567 38.9333 -95.2667 259.1 KS LAWRENCE KLWN +USC00144586 39.3000 -94.9000 238.0 KS LEAVENWORTH 2 +USC00144588 39.3256 -94.9189 265.2 KS LEAVENWORTH HCN +USC00144589 39.2850 -94.9500 265.5 KS LEAVENWORTH 3SW +USC00144596 38.9419 -94.6294 282.5 KS LEAWOOD +USC00144598 39.8083 -98.5583 559.9 KS LEBANON +USC00144608 38.4161 -95.8511 358.1 KS LEBO +USC00144613 39.0464 -95.3919 267.9 KS LECOMPTON +USC00144642 39.6064 -100.0014 698.6 KS LENORA COOP +USC00144644 39.6167 -100.0167 684.0 KS LENORA #2 +USC00144665 38.4900 -101.3669 1008.6 KS LEOTI +USC00144667 38.6667 -101.3667 1018.9 KS LEOTI 12 N +USC00144675 38.0800 -95.6397 304.2 KS LE ROY +USC00144685 39.2500 -101.1500 990.9 KS LEVANT 10 SSE +USC00144688 39.5833 -101.3167 1020.5 KS LEVANT 15 N +USC00144695 37.0308 -100.9069 863.8 KS LIBERAL HCN +USC00144708 39.5942 -96.3331 409.0 KS LILLIS +USC00144712 39.0294 -98.1300 427.0 KS LINCOLN 1 SE +USC00144713 39.1167 -98.2000 488.0 KS LINCOLN 6 NNW SCS 1 +USC00144714 39.1167 -98.1833 488.0 KS LINCOLN 5 NNW SCS 2 +USC00144716 39.0833 -98.1500 488.0 KS LINCOLN 3 N SCS 4 +USC00144717 39.0500 -98.2167 427.0 KS LINCOLN 4 WNW SCS 5 +USC00144718 39.0500 -98.1667 424.0 KS LINCOLN 1 NNW SCS 6 +USC00144729 38.4925 -96.9603 433.1 KS LINCOLNVILLE +USC00144735 38.5867 -97.6083 402.0 KS LINDSBORG 3E +USC00144739 38.6000 -97.6333 399.9 KS LINDSBORG 3 NE +USC00144761 38.4000 -98.0167 -999.9 KS LITTLE RIVER +USC00144775 39.6658 -99.5772 616.0 KS LOGAN +USC00144802 39.1508 -97.3350 396.8 KS LONGFORD +USC00144807 39.9694 -99.5339 643.1 KS LONG IS 1N +USC00144812 37.3833 -96.0814 278.9 KS LONGTON +USC00144821 38.6544 -99.2036 612.3 KS LORETTA 1W +USC00144840 39.2911 -96.2303 290.5 KS LOUISVILLE 5 NE +USC00144857 39.9000 -98.0256 488.3 KS LOVEWELL DAM +USC00144877 39.4667 -100.1833 762.9 KS LUCERNE 2 SE +USC00144893 39.0856 -98.6411 475.5 KS LURAY 3 SE +USC00144910 38.6167 -95.6833 307.8 KS LYNDON +USC00144912 38.6228 -95.6322 317.0 KS LYNDON 3 ENE +USC00144920 38.3056 -98.1889 496.2 KS LYONS 3 S +USC00144932 38.0667 -98.9167 606.9 KS MACKSVILLE 8 NNE +USC00144937 38.1353 -96.1400 350.2 KS MADISON +USC00144969 39.1000 -97.3167 396.8 KS MANCHESTER +USC00144972 39.1972 -96.5814 323.1 KS MANHATTAN HCN +USC00144974 39.1947 -96.5564 300.5 KS MANHATTAN DISPOSAL PLT +USC00144977 39.2000 -96.6000 338.9 KS MANHATTAN AGRONOMY FM +USC00144982 39.7889 -98.2039 533.4 KS MANKATO +USC00145037 38.3500 -97.0000 412.1 KS MARION +USC00145039 38.3778 -97.0753 417.3 KS MARION RSVR +USC00145043 37.8333 -94.8167 -999.9 KS MARMATON +USC00145063 39.8383 -96.6364 359.1 KS MARYSVILLE +USC00145069 38.1600 -96.5600 399.3 KS MATFIELD GREEN +USC00145096 39.0000 -101.4000 964.1 KS MCALLASTER +USC00145101 39.0500 -101.3833 963.2 KS MCALLASTER 3 N +USC00145115 38.5872 -99.5731 655.3 KS MCCRACKEN +USC00145123 37.3000 -95.1000 253.0 KS MC CUNE 6 SW +USC00145127 39.7844 -101.3686 1025.3 KS MC DONALD +USC00145132 39.0542 -96.2367 309.4 KS MC FARLAND +USC00145152 38.3772 -97.6097 463.3 KS MCPHERSON HCN +USC00145171 37.2850 -100.3450 763.2 KS MEADE +USC00145173 37.2767 -98.5800 448.1 KS MEDICINE LODGE HCN +USC00145180 38.1500 -97.8500 452.3 KS MEDORA +USC00145200 37.0289 -94.9572 259.4 KS MELROSE +USC00145206 38.5167 -95.6833 305.1 KS MELVERN 3 WNW +USC00145210 38.5039 -95.7036 333.5 KS MELVERN LAKE +USC00145223 38.7500 -97.6000 -999.9 KS MENTOR +USC00145245 39.0167 -94.6667 317.0 KS MERRIAM +USC00145248 38.9833 -94.6833 320.0 KS MERRIAM OVERLAND PARK +USC00145306 39.0744 -96.8983 369.7 KS MILFORD LAKE +USC00145321 38.5817 -96.0189 337.7 KS MILLER 4 SSW +USC00145335 39.3506 -97.4547 430.4 KS MILTONVALE +USC00145355 39.2767 -100.8397 920.8 KS MINGO 6E +USC00145363 39.1247 -97.7047 398.1 KS MINNEAPOLIS HCN +USC00145371 37.4500 -100.0167 777.8 KS MINNEOLA +USC00145382 39.0167 -94.6833 -999.9 KS MISSION +USC00145421 37.5922 -100.4389 844.3 KS MONTEZUMA +USC00145451 39.1044 -101.0072 967.1 KS MONUMENT +USC00145463 37.9131 -95.1742 336.8 KS MORAN +USC00145483 39.3769 -100.0719 729.7 KS MORLAND 2N +USC00145491 39.9333 -95.7000 342.0 KS MORRILL +USC00145508 38.8333 -94.7167 317.0 KS MORSE +USC00145528 38.1433 -94.8233 256.0 KS MOUND CITY +USC00145530 38.1350 -94.8161 278.0 KS MOUND CITY 1SSW +USC00145536 37.1872 -95.4508 243.8 KS MOUND VALLEY 3 WSW +USC00145539 37.8658 -97.6647 438.9 KS MT HOPE +USC00145572 39.1167 -94.7000 228.9 KS MUNCIE SEWAGE PLT +USC00145628 39.1850 -99.0250 557.8 KS NATOMA +USC00145632 37.4528 -95.6522 256.3 KS NEODESHA 3NE +USC00145680 38.3639 -95.9933 330.1 KS NEOSHO RAPIDS +USC00145692 38.4539 -99.8947 691.6 KS NESS CITY +USC00145744 38.0231 -97.3553 439.2 KS NEWTON +USC00145758 38.1500 -98.0833 488.0 KS NICKERSON +USC00145768 38.9667 -97.4667 365.8 KS NILES +USC00145787 39.8133 -100.2417 792.8 KS NORCATUR 3WSW +USC00145852 39.8114 -99.9386 715.1 KS NORTON DAM +USC00145853 39.4169 -95.3372 355.4 KS NORTONVILLE +USC00145854 39.8333 -99.9000 702.0 KS NORTON +USC00145856 39.7408 -99.8361 735.5 KS NORTON 9SSE HCN +USC00145863 39.6950 -97.7747 429.8 KS NORWAY +USC00145870 37.4553 -97.8483 457.5 KS NORWICH +USC00145888 39.1131 -100.9447 945.5 KS OAKLEY 4W +USC00145892 38.7853 -100.8739 811.7 KS OAKLEY 22S +USC00145906 39.8228 -100.5164 788.2 KS OBERLIN HCN +USC00145920 37.8244 -99.5506 685.2 KS OFFERLE 5 S +USC00145964 39.9667 -96.6000 374.9 KS OKETO +USC00145972 38.8875 -94.7603 321.6 KS OLATHE 3E HCN +USC00145989 37.4167 -100.6833 -999.9 KS OLD SPRINGFIELD +USC00146014 39.4931 -96.1758 341.1 KS ONAGA +USC00146024 39.3275 -96.2225 320.0 KS ONAGA 12 SSW +USC00146076 38.6361 -95.8031 333.5 KS OSAGE CITY +USC00146084 38.5019 -94.9597 262.1 KS OSAWATOMIE +USC00146085 39.4333 -98.7000 -999.9 KS OSBORNE +USC00146088 39.4286 -98.6944 490.7 KS OSBORNE +USC00146098 39.2153 -95.3128 341.1 KS OSKALOOSA +USC00146100 39.2419 -95.2725 338.0 KS OSKALOOSA 4 NE +USC00146115 37.1750 -95.1039 254.5 KS OSWEGO 1 N +USC00146128 38.6133 -95.2808 275.8 KS OTTAWA HCN +USC00146154 38.7172 -95.5192 346.3 KS OVERBROOK 5 SE +USC00146159 38.7833 -95.4000 335.9 KS OVERBROOK 9 E +USC00146168 38.9533 -94.7142 321.6 KS OVERLAND PARK S OF 87TH +USC00146169 37.2736 -97.1694 359.7 KS OXFORD +USC00146173 39.0897 -101.1464 986.0 KS PAGE CITY +USC00146192 39.2542 -99.5625 694.9 KS PALCO +USC00146209 38.5911 -94.8778 262.1 KS PAOLA +USC00146217 39.5533 -96.8753 398.7 KS PARALLEL +USC00146242 37.3678 -95.2881 277.4 KS PARSONS 2 NW +USC00146252 38.9667 -95.6833 -999.9 KS PAULINE +USC00146292 38.1697 -97.1158 420.0 KS PEABODY +USC00146305 37.4347 -97.3922 374.0 KS PECK 2 S +USC00146333 39.1175 -95.4100 291.7 KS PERRY LAKE +USC00146340 37.1861 -97.5086 370.3 KS PERTH +USC00146361 37.2167 -97.5333 381.0 KS PERTH NEAR SCS #19S +USC00146374 39.7394 -99.3186 581.3 KS PHILLIPSBURG 1 SSE +USC00146378 39.7533 -99.3106 575.5 KS PHILLIPSBURG #2 +USC00146414 37.3900 -94.7025 277.4 KS PITTSBURG +USC00146427 37.2667 -100.6000 841.9 KS PLAINS +USC00146435 39.2450 -99.3808 668.7 KS PLAINVILLE 4WNW +USC00146455 38.1833 -94.7000 264.9 KS PLEASANTON +USC00146469 37.9667 -98.3000 515.1 KS PLEVNA +USC00146483 37.1167 -101.9833 -999.9 KS POINT ROCK +USC00146493 38.7000 -95.4500 305.1 KS POMONA 6 N +USC00146498 38.6450 -95.5661 324.0 KS POMONA LAKE +USC00146511 39.5606 -98.6936 454.5 KS PORTIS +USC00146524 37.9411 -97.0222 411.5 KS POTWIN +USC00146531 39.7617 -95.6300 366.1 KS POWHATTAN +USC00146543 39.0000 -94.6333 281.0 KS PRAIRIE VILLAGE +USC00146549 37.6731 -98.7761 591.9 KS PRATT 3NW +USC00146563 37.8000 -98.6667 573.0 KS PRESTON 7 NW +USC00146573 37.7925 -98.0278 481.6 KS PRETTY PRAIRIE 1 N +USC00146590 38.5214 -95.1928 295.4 KS PRINCETON 5NE +USC00146601 37.9667 -97.3833 427.0 KS PUTNAM +USC00146618 38.5833 -95.5333 287.1 KS QUENEMO 2 +USC00146624 38.5833 -95.4833 271.0 KS QUENEMO RIVER +USC00146637 39.0667 -100.2389 814.4 KS QUINTER +USC00146670 39.6333 -98.0333 442.0 KS RANDALL +USC00146677 39.4500 -96.7333 326.1 KS RANDOLPH +USC00146679 39.4564 -96.8336 356.6 KS RANDOLPH 4 WNW +USC00146685 38.6533 -99.9003 759.0 KS RANSOM 2NE +USC00146719 38.5167 -95.9667 335.9 KS READING +USC00146725 38.5500 -95.9500 320.0 KS READING 2 N +USC00146746 39.9000 -97.8333 -999.9 KS REPUBLIC +USC00146787 39.4572 -100.7572 905.9 KS REXFORD 1SW +USC00146808 37.2633 -101.7886 1038.8 KS RICHFIELD +USC00146813 37.2294 -101.9511 1079.3 KS RICHFIELD 10 WSW +USC00146862 37.7833 -97.3500 406.0 KS RIPLEY +USC00146907 37.4200 -97.0497 368.8 KS ROCK 3 SW +USC00146945 37.0833 -101.6167 -999.9 KS ROLLA NEAR +USC00146979 37.8236 -96.6383 449.9 KS ROSALIA 1NW +USC00147007 39.1333 -95.9486 283.2 KS ROSSVILLE +USC00147021 38.2167 -99.4000 -999.9 KS ROZEL NEAR +USC00147032 37.3706 -97.9131 411.5 KS RUNNYMEDE +USC00147035 38.4664 -99.3067 608.7 KS RUSH CTR +USC00147042 38.8767 -98.8089 568.1 KS RUSSELL 1E +USC00147043 38.8711 -98.7053 570.0 KS RUSSELL 7E +USC00147044 38.9000 -98.8500 558.1 KS RUSSELL +USC00147047 38.8814 -98.8658 570.0 KS RUSSELL 2 S +USC00147049 38.9117 -101.1711 887.0 KS RUSSELL SPRINGS +USC00147050 38.9617 -101.1664 933.9 KS RUSSELL SPRINGS 3N +USC00147051 38.7047 -101.3194 988.8 KS RUSSELL SPRINGS 17 SSW +USC00147058 37.4833 -101.1000 -999.9 KS RYUS NEAR +USC00147073 39.9000 -95.9000 381.0 KS SABETHA LAKE +USC00147075 38.3914 -96.4456 353.6 KS SAFFORDVILLE 3 SW +USC00147093 39.7675 -101.8067 1016.8 KS SAINT FRANCIS HCN +USC00147094 39.7667 -101.8000 1031.1 KS SAINT FRANCIS 1 SE +USC00147095 39.8306 -101.9189 1104.0 KS ST FRANCIS 8NW +USC00147140 39.2022 -100.0256 762.0 KS SAINT PETER 4ENE +USC00147153 38.8167 -97.6000 371.9 KS SALINA +USC00147159 38.8347 -97.5928 373.1 KS SALINA WX +USC00147192 38.1906 -99.3317 627.9 KS SANFORD 1 NW +USC00147195 37.5500 -100.8500 -999.9 KS SANTA FE +USC00147248 39.7989 -97.7736 460.6 KS SCANDIA +USC00147271 38.4747 -100.9175 906.5 KS SCOTT CITY HCN +USC00147273 38.6667 -100.9167 869.0 KS SCOTT CITY 13 N +USC00147305 37.1322 -96.1800 274.9 KS SEDAN HCN +USC00147313 37.9150 -97.4381 419.1 KS SEDGWICK +USC00147335 39.6736 -100.6872 877.5 KS SELDEN 11NW +USC00147338 39.7833 -96.0333 -999.9 KS SENECA +USC00147339 39.9567 -96.1061 347.5 KS SENECA 8 NW +USC00147397 38.8961 -101.7514 1051.6 KS SHARON SPRINGS +USC00147402 38.7667 -101.7167 1104.0 KS SHARON SPRINGS 9 SE +USC00147407 38.2736 -95.6378 342.0 KS SHARPE 3 E +USC00147530 38.6156 -100.4450 848.0 KS SHIELDS +USC00147534 37.5339 -96.8814 405.4 KS SMILEYBERG 1N +USC00147542 39.7772 -98.7783 554.7 KS SMITH CTR HCN +USC00147545 39.0167 -101.3500 946.1 KS SMOKY HILL +USC00147546 38.7056 -97.8461 438.9 KS SMOKY HILL AIR NATL GRD RANGE +USC00147551 38.7431 -97.6678 390.1 KS SMOLAN 1NE +USC00147558 39.5000 -96.0333 427.0 KS SOLDIER 4 SW +USC00147566 38.9167 -97.3667 360.0 KS SOLOMON +USC00147756 38.7814 -94.6689 326.4 KS STILWELL 1N +USC00147796 38.2144 -98.2078 498.7 KS STERLING +USC00147809 38.7694 -94.6683 335.3 KS STILWELL +USC00147832 39.4453 -99.2453 539.8 KS STOCKTON 1 E +USC00147836 39.5628 -99.2844 555.3 KS STOCKTON 9N +USC00147904 39.4706 -100.2186 790.3 KS STUDLEY 9NNW +USC00147919 37.3500 -100.8667 -999.9 KS SUBLETTE NEAR +USC00147922 37.4414 -100.9792 898.9 KS SUBLETTE 7WSW +USC00147965 37.3758 -98.9206 510.8 KS SUN CITY +USC00147968 37.2817 -98.9250 598.3 KS SUN CITY 6S +USC00148026 39.0297 -98.3786 459.3 KS SYLVAN GROVE 1NE +USC00148038 37.9928 -101.7417 1008.3 KS SYRACUSE 1NE +USC00148061 38.4331 -96.5578 381.0 KS TALLGRASS PRAIRIE NP +USC00148086 39.0175 -97.8814 399.3 KS TESCOTT +USC00148098 37.4833 -95.4667 299.0 KS THAYER +USC00148114 37.9725 -96.3017 411.8 KS THRALL 3SSE +USC00148156 39.0314 -95.0522 253.0 KS TONGANOXIE 5SE +USC00148157 39.1167 -95.1500 253.0 KS TONGANOXIE 3 W +USC00148163 39.0667 -95.6500 259.7 KS TOPEKA +USC00148168 39.0667 -95.7000 272.8 KS TOPEKA #2 +USC00148170 39.0000 -95.6333 301.8 KS TOPEKA #3 +USC00148171 39.0722 -95.6303 268.2 KS TOPEKA - NWS +USC00148172 39.0500 -95.6667 281.9 KS TOPEKA WB CITY +USC00148186 37.8000 -95.9500 287.1 KS TORONTO +USC00148191 37.7417 -95.9333 289.6 KS TORONTO LAKE +USC00148206 38.2500 -94.6833 246.9 KS TRADING POST +USC00148213 38.8833 -99.8833 724.8 KS TREGO CTR +USC00148235 38.4661 -101.7731 1107.6 KS TRIBUNE 1W +USC00148240 38.6550 -101.6961 1102.8 KS TRIBUNE 13NNE +USC00148245 37.8236 -99.0781 634.0 KS TROUSDALE 1 NE +USC00148250 39.8283 -95.0881 317.0 KS TROY 3N +USC00148257 37.8083 -98.4242 537.1 KS TURON +USC00148259 39.2475 -96.5994 322.5 KS TUTTLE CREEK LAKE +USC00148284 37.6833 -101.4500 -999.9 KS ULYSSES NEAR SCS #34 +USC00148286 37.4833 -101.4333 -999.9 KS ULYSSES NEAR SCS #35 +USC00148287 37.5983 -101.2908 943.1 KS ULYSSES 3NE +USC00148293 37.8489 -94.9764 274.3 KS UNIONTOWN +USC00148323 38.6442 -100.1686 800.1 KS UTICA +USC00148340 39.3333 -95.4167 307.8 KS VALLEY FALLS 2 E +USC00148341 39.3033 -95.4861 320.3 KS VALLEY FALLS 3 SW +USC00148427 38.8333 -95.1833 268.2 KS VINLAND +USC00148436 37.9831 -96.0086 311.5 KS VIRGIL +USC00148485 38.6000 -94.8500 296.0 KS WAGSTAFF +USC00148490 38.9000 -95.6667 320.0 KS WAKARUSA 2 NE +USC00148495 39.0147 -99.8722 745.2 KS WAKEENEY HCN +USC00148496 39.0250 -99.8794 746.2 KS WAKEENEY NEAR +USC00148498 39.2300 -99.8800 722.4 KS WAKEENEY 16N +USC00148502 39.2269 -96.9622 373.4 KS WAKEFIELD 3E +USC00148503 39.2303 -97.0894 380.4 KS WAKEFIELD 4 W +USC00148535 38.9111 -101.5853 1009.2 KS WALLACE +USC00148549 37.5439 -95.0475 283.5 KS WALNUT 4S +USC00148563 39.2142 -96.3703 355.7 KS WAMEGO 4 W +USC00148578 39.8089 -97.0550 397.8 KS WASHINGTON +USC00148596 39.7667 -96.8833 351.1 KS WATERVILLE 9 NW +USC00148608 38.4000 -95.6000 341.4 KS WAVERLY +USC00148648 39.4031 -99.4192 567.8 KS WEBSTER DAM +USC00148670 37.2678 -97.4194 373.1 KS WELLINGTON +USC00148719 39.3994 -96.4106 368.5 KS WESTMORELAND +USC00148720 38.2583 -95.4978 315.5 KS WESTPHALIA 5N +USC00148757 39.7167 -95.7833 331.9 KS WETMORE +USC00148764 39.6342 -95.8133 345.0 KS WETMORE +USC00148769 39.5000 -96.3167 454.2 KS WHEATON +USC00148773 39.5667 -101.7000 1086.0 KS WHEELER 13 S +USC00148802 38.7975 -96.7286 446.2 KS WHITE CITY +USC00148826 37.6667 -97.3000 393.5 KS WICHITA +USC00148847 37.6553 -97.4431 406.6 KS WICHITA WX +USC00148874 37.0833 -101.7833 -999.9 KS WILBURTON +USC00148886 39.0833 -95.9333 281.0 KS WILLARD +USC00148892 38.4772 -95.4703 342.3 KS WILLIAMSBURG +USC00148911 37.5047 -98.3117 506.0 KS WILLOWDALE 1 SW +USC00148914 37.1317 -99.0556 508.1 KS WILMORE 16SE +USC00148923 37.3667 -96.8667 420.9 KS WILMOT +USC00148935 38.6308 -96.6717 456.9 KS WILSEY +USC00148941 38.9500 -98.5167 473.0 KS WILSON 8 NW +USC00148946 38.9667 -98.4889 460.9 KS WILSON LAKE +USC00148950 38.2936 -97.9114 472.4 KS WINDOM 7S +USC00148964 37.2886 -96.9408 375.8 KS WINFIELD 3NE +USC00148970 39.4667 -96.8333 326.1 KS WINKLER +USC00148988 39.0589 -101.2439 1012.9 KS WINONA +USC00149020 38.1114 -96.7311 452.9 KS WONSEVU +USC00149022 38.8847 -96.9100 338.3 KS WOODBINE 7 N +USC00149026 39.7831 -95.9017 402.0 KS WOODLAWN 2 W +USC00149028 39.9853 -99.4719 614.5 KS WOODRUFF 3 WSW +USC00149040 38.8000 -95.3667 335.3 KS WORDEN +USC00149080 37.8833 -95.7278 338.9 KS YATES CTR +USC00149121 38.0500 -98.9333 595.0 KS ZOOK 9 E +USC00149202 37.4336 -98.2825 492.9 KS ZENDA +USC00150012 37.2317 -86.6867 149.4 KY ABERDEEN +USC00150020 36.7097 -86.8619 167.9 KY ADAIRVILLE +USC00150031 37.9167 -86.5667 116.1 KY ADDISON DAM 45 +USC00150043 36.6333 -86.2500 213.4 KY ADOLPHUS 1 E +USC00150063 36.6897 -85.1411 283.5 KY ALBANY +USC00150095 37.6000 -82.7333 195.1 KY ALLEN +USC00150122 36.7333 -85.0167 247.2 KY ALPHA +USC00150155 38.2667 -85.5333 223.1 KY ANCHORAGE +USC00150174 37.2833 -83.8833 -999.9 KY ANNVILLE +USC00150185 37.1333 -87.3167 156.1 KY APEX 2 NE +USC00150202 38.6183 -84.5889 305.7 KY ARK ENCOUNTER +USC00150246 37.2667 -82.4333 335.9 KY ASHCAMP +USC00150254 38.4536 -82.6131 170.7 KY ASHLAND HCN +USC00150268 38.4383 -82.6956 225.6 KY ASHLAND STATE POLICE +USC00150290 38.7700 -84.0128 154.8 KY AUGUSTA 2 +USC00150381 36.8825 -83.8819 301.8 KY BARBOURVILLE HCN +USC00150383 36.8500 -83.8667 304.8 KY BARBOURVILLE NEAR +USC00150389 37.8000 -85.4667 195.1 KY BARDSTOWN +USC00150397 37.8194 -85.3847 237.7 KY BARDSTOWN 5E +USC00150402 36.8831 -88.9961 125.0 KY BARDWELL 2 E +USC00150422 36.8978 -86.1247 187.5 KY BARREN RVR LAKE +USC00150438 37.3167 -85.1667 -999.9 KY BASS 3 SW +USC00150450 36.8583 -83.3303 354.8 KY BAXTER +USC00150481 37.6000 -83.7000 198.1 KY BEATTYVILLE +USC00150483 37.6336 -83.7161 329.2 KY BEATTYVILLE 4N +USC00150490 37.4533 -86.9117 121.9 KY BEAVER DAM +USC00150582 37.1839 -87.0092 159.4 KY BELTON 2 NE +USC00150584 37.1000 -87.0500 201.2 KY BELTON 6 SW +USC00150595 36.9500 -82.9667 491.0 KY BENHAM +USC00150611 36.8581 -88.3364 111.3 KY BENTON +USC00150615 36.8500 -88.3333 95.1 KY BENTON 2 +USC00150619 37.5733 -84.2908 326.1 KY BEREA COLLEGE HCN +USC00150624 37.5667 -84.3333 301.8 KY BEREA 1 W +USC00150630 37.9161 -85.6572 167.6 KY BERNHEIM FOREST +USC00150687 37.1597 -83.5631 298.7 KY BIG CREEK +USC00150700 36.7833 -83.5167 347.5 KY BLACKMONT +USC00150752 38.0333 -82.8333 207.0 KY BLAINE +USC00150757 36.9000 -88.9667 135.6 KY BLANDVILLE +USC00150770 36.9000 -83.3333 570.0 KY BLEDSOE 2 SSE +USC00150804 38.4233 -83.9983 185.9 KY BLUE LICK SPRINGS +USC00150854 37.4333 -85.9000 223.1 KY BONNIEVILLE 4 N +USC00150858 37.4667 -83.6606 231.6 KY BOONEVILLE 1 SE +USC00150860 37.3578 -83.7706 268.2 KY BOONEVILLE 12SW +USC00150874 37.7667 -85.7000 146.0 KY BOSTON 2 SW +USC00150875 37.7436 -85.7483 259.1 KY BOSTON 6 SW +USC00150904 36.9986 -86.4275 144.8 KY BOWLING GREEN +USC00150906 36.9503 -86.4756 173.7 KY BOWLING GREEN ST POL +USC00150907 37.0167 -86.4333 143.0 KY BOWLING GREEN SUBSTN +USC00150916 36.9503 -86.3722 165.8 KY BOWLING GREEN WKU +USC00150940 37.4950 -85.1517 201.2 KY BRADFORDSVILLE +USC00150955 37.9561 -86.1161 187.5 KY BRANDENBURG +USC00150978 39.0500 -84.4167 153.0 KY BRENT DAM 36 +USC00151046 37.2000 -86.2667 125.0 KY BROWNSVILLE LOCK 6 +USC00151047 37.2000 -86.2667 177.1 KY BROWNSVILLE +USC00151080 37.3417 -83.4706 237.7 KY BUCKHORN LAKE +USC00151090 37.5667 -87.9667 143.3 KY BUFORD +USC00151120 37.2167 -82.5833 475.5 KY BURDINE 2 NE +USC00151127 37.8000 -84.7167 235.0 KY BURGIN DIX DAM +USC00151137 36.7833 -85.4000 182.9 KY BURKESVILLE 2 W +USC00151156 36.9833 -84.6167 217.0 KY BURNSIDE +USC00151194 38.7500 -84.2500 -999.9 KY CADDO +USC00151206 36.7667 -87.9667 116.1 KY CADIZ LOCK E +USC00151208 36.8147 -87.8817 174.7 KY CADIZ 4SW +USC00151210 36.8600 -87.8381 134.1 KY CADIZ +USC00151225 37.5333 -87.2500 -999.9 KY CALHOUN (1) +USC00151227 37.5319 -87.2669 122.5 KY CALHOUN LOCK 2 +USC00151251 38.5161 -85.2317 266.7 KY CAMPBELLSBURG +USC00151256 37.3167 -85.3667 238.0 KY CAMPBELLSVILLE 2 SSW +USC00151294 37.4183 -86.5008 176.8 KY CANEYVILLE 1W +USC00151306 36.7497 -87.9464 132.9 KY CANTON 3S +USC00151313 38.3167 -84.0333 -999.9 KY CARLISLE +USC00151318 37.2333 -83.0333 309.1 KY CARR FORK LAKE +USC00151340 38.6833 -85.1667 146.0 KY CARROLLTON +USC00151345 38.6583 -85.1456 137.2 KY CARROLLTON LOCK 1 +USC00151358 38.3742 -83.1269 313.0 KY CARTER CAVES SP +USC00151386 38.4667 -82.5833 165.8 KY CATLETTSBURG +USC00151391 37.1414 -85.9508 213.4 KY CAVE CITY 1 E +USC00151406 37.6667 -85.9333 221.0 KY CECILIA 2 SE +USC00151431 37.4167 -87.0000 -999.9 KY CENTERTOWN +USC00151439 37.2833 -87.1167 136.9 KY CENTRAL CITY +USC00151517 37.9589 -82.7464 225.6 KY CHARLEY 2 SW +USC00151531 38.2500 -85.7500 161.5 KY CHEROKEE PK LOUISVILLE +USC00151576 37.8617 -83.9228 192.0 KY CLAY CITY 1 WNW +USC00151611 37.9167 -85.6667 164.9 KY CLERMONT 1 SSE +USC00151631 36.6239 -88.9603 110.9 KY CLINTON 4 S +USC00151640 36.8833 -83.0167 548.6 KY CLOSPLINT 4 ESE +USC00151651 37.8333 -86.6333 128.6 KY CLOVERPORT +USC00151663 36.9825 -87.7683 141.7 KY COBB +USC00151704 37.7833 -84.1000 185.9 KY COLLEGE HILL LOCK 11 +USC00151722 37.1000 -85.3000 223.1 KY COLUMBIA +USC00151725 37.0897 -85.3045 257.6 KY COLUMBIA STATE POLICE +USC00151727 36.7583 -89.1217 131.1 KY COLUMBUS +USC00151763 37.6667 -86.2333 244.1 KY CONSTANTINE +USC00151806 36.9500 -84.1000 323.1 KY CORBIN +USC00151808 36.9217 -84.2267 376.7 KY CORBIN 8 W +USC00151810 37.7928 -86.2325 187.5 KY CORNERS +USC00151890 37.4903 -84.4375 312.4 KY CRAB ORCHARD 6 N +USC00151895 37.8300 -84.0347 219.5 KY CRESSY +USC00151900 38.3636 -85.4186 237.7 KY CRESTWOOD 4NE +USC00151927 37.0856 -87.4986 163.1 KY CROFTON 3N +USC00151943 37.3333 -86.8000 -999.9 KY CROMWELL +USC00151948 36.5761 -88.9356 112.2 KY CRUTCHFIELD +USC00151964 36.9667 -83.0000 445.0 KY CUMBERLAND +USC00151965 36.9667 -82.9833 437.4 KY CUMBERLAND 2 +USC00151967 36.9933 -82.9867 829.1 KY CUMBERLAND 2N +USC00151969 36.8333 -84.3167 326.1 KY CUMBERLAND FALLS SP +USC00151998 38.3769 -84.3031 213.4 KY CYNTHIANA +USC00152003 38.3833 -84.2833 220.1 KY CYNTHIANA 2 +USC00152040 37.6528 -84.7708 274.3 KY DANVILLE +USC00152053 37.7833 -82.6000 221.0 KY DAVELLA +USC00152072 37.1594 -87.6881 140.2 KY DAWSON SPRINGS +USC00152131 37.0333 -83.0667 366.1 KY DELPHIA +USC00152132 37.0333 -83.0667 506.0 KY DELPHIA 1 E +USC00152139 37.4167 -82.8000 259.1 KY DEMA +USC00152180 37.7333 -82.7333 210.0 KY DEWEY DAM +USC00152214 37.7858 -84.7078 265.2 KY DIX DAM +USC00152237 37.2833 -82.5667 -999.9 KY DORTON +USC00152240 37.3419 -82.3969 243.8 KY DRAFFIN +USC00152250 38.7578 -84.6064 281.3 KY DRY RIDGE 5 NNW +USC00152358 37.5806 -86.7769 137.2 KY DUNDEE 2NE +USC00152366 37.0833 -87.0000 173.7 KY DUNMOR +USC00152374 37.2167 -84.9667 -999.9 KY DUNNVILLE +USC00152396 36.9000 -84.8833 189.0 KY EADSVILLE LOCK 21 +USC00152407 37.2667 -87.5167 128.0 KY EARLINGTON +USC00152409 37.7500 -84.3333 304.8 KY EASTERN KENTUCKY UNIV +USC00152442 37.0486 -88.0728 159.4 KY EDDYVILLE 5S +USC00152445 37.0500 -88.0833 128.0 KY EDDYVILLE LOCK F +USC00152469 36.9833 -85.6500 237.7 KY EDMONTON 3 W +USC00152500 37.7117 -85.8306 237.7 KY ELIZABETHTOWN KSP#4 +USC00152510 37.6833 -85.8667 225.9 KY ELIZABETHTOWN +USC00152512 37.6797 -85.8761 210.3 KY ELIZABETHTOWN WP CS +USC00152528 37.3000 -82.3500 274.3 KY ELKHORN CITY +USC00152548 36.8078 -87.1531 188.7 KY ELKTON +USC00152564 37.8000 -86.9833 -999.9 KY ENSOR +USC00152575 36.8275 -85.8975 243.8 KY ETOILE +USC00152698 37.2667 -84.6500 360.0 KY EUBANK +USC00152740 38.1833 -82.7500 195.1 KY FALLSBURG 5 NW +USC00152770 37.6000 -86.5500 143.3 KY FALLS OF ROUGH +USC00152775 38.6872 -84.3586 249.6 KY FALMOUTH +USC00152776 38.6017 -84.3006 239.6 KY FALMOUTH5 SSE +USC00152791 38.1228 -83.5328 256.0 KY CAVE RUN LAKE HCN +USC00152812 37.3922 -82.2583 259.1 KY FEDSCREEK 1 SE +USC00152825 37.4333 -82.4167 218.8 KY FISHTRAP LAKE +USC00152903 38.4503 -83.7355 286.5 KY FLEMINGSBURG 2 N +USC00152908 38.4167 -83.7500 267.9 KY FLEMINGSBURG 1 SW +USC00152953 37.8953 -84.2631 169.8 KY FORD LOCK 1O +USC00152961 37.4667 -88.1000 110.0 KY FORDS FERRY DAM 5O +USC00152979 37.6372 -86.7206 146.3 KY FORDSVILLE +USC00153006 36.7833 -83.7500 306.3 KY FOURMILE KY UTIL PARK +USC00153025 38.2197 -84.8336 233.2 KY FRANKFORT 3NE +USC00153028 38.2022 -84.8825 140.8 KY FRANKFORT DOWNTOWN HCN +USC00153030 38.1792 -84.8992 230.1 KY FRANKFORT STATE POLICE +USC00153036 36.6878 -86.5061 207.3 KY FRANKLIN +USC00153046 37.5500 -82.1667 223.1 KY FREEBURN 2 SW +USC00153052 37.9500 -83.6667 280.4 KY FRENCHBURG 2 W +USC00153112 36.6333 -85.8000 246.9 KY GAMALIEL +USC00153194 38.2094 -84.5622 245.4 KY GEORGETOWN WTR WKS +USC00153203 38.4169 -84.8819 149.4 KY GEST LOCK 3 +USC00153223 37.0147 -88.2678 109.7 KY GILBERTSVILLE KY DAM +USC00153230 38.2186 -83.1431 341.4 KY GIMLET 9N +USC00153241 36.9833 -85.9000 207.3 KY GLASGOW +USC00153246 37.0014 -85.9072 234.7 KY GLASGOW +USC00153250 38.7389 -84.8494 198.1 KY GLENCOE 2 NW +USC00153252 37.6011 -85.9067 216.4 KY GLENDALE +USC00153295 36.8964 -88.0139 121.9 KY GOLDEN POND 8 N +USC00153304 37.1000 -83.7167 283.5 KY GOOSEROCK +USC00153358 38.9833 -84.8333 153.0 KY GRANT DAM 38 +USC00153382 37.4000 -83.9500 381.0 KY GRAY HAWK +USC00153389 38.3353 -82.9075 176.8 KY GRAYSON 2 E +USC00153391 38.2922 -82.9747 213.4 KY GRAYSON 3 SW +USC00153392 38.3000 -82.9333 274.9 KY GRAYSON 3 SE +USC00153398 38.2514 -82.9886 217.9 KY GRAYSON LAKE +USC00153404 37.0833 -86.5000 -999.9 KY GREENCASTLE +USC00153408 38.1000 -84.5333 288.6 KY GREENDALE +USC00153426 37.3656 -87.1233 128.0 KY GREEN RVR PWR STN +USC00153430 37.2572 -85.5011 178.3 KY GREENSBURG HCN +USC00153435 37.2333 -85.5500 213.4 KY GREENSBURG 5 SW +USC00153443 38.6167 -82.8500 164.9 KY GREENUP DAM 3O +USC00153451 37.1833 -87.2167 167.6 KY GREENVILLE 2 W +USC00153539 37.0500 -87.3333 225.9 KY HALEYS MILL +USC00153604 37.7822 -86.4622 217.9 KY HARDINSBURG +USC00153622 36.8333 -83.3167 366.1 KY HARLAN +USC00153623 36.8058 -83.3442 378.0 KY HARLAN 3S +USC00153629 36.8144 -83.3144 365.8 KY HARLAN KSP POST 10 +USC00153645 37.7500 -84.8500 -999.9 KY HARRODSBURG +USC00153652 37.5333 -86.9000 131.1 KY HARTFORD 6 NW +USC00153709 37.2500 -83.2000 264.9 KY HAZARD +USC00153712 37.2983 -83.2158 404.8 KY HAZARD STATE POLICE +USC00153713 37.2511 -83.1883 310.9 KY HAZARD NO. 3 +USC00153714 37.2472 -83.1817 268.2 KY HAZARD WTR WKS +USC00153716 37.7833 -83.4500 307.8 KY HAZEL GREEN 2 SW +USC00153722 38.4000 -84.1167 262.1 KY HEADQUARTERS +USC00153741 37.5500 -83.7667 202.7 KY HEIDELBERG +USC00153744 37.5786 -83.7658 350.5 KY HEIDELBERG 2N +USC00153762 37.7558 -87.6456 136.9 KY HENDERSON 8 SSW HCN +USC00153768 37.7922 -87.5708 128.0 KY HENDERSON STATE POLICE +USC00153781 37.7167 -83.1000 -999.9 KY HENDRICKS +USC00153798 36.6703 -87.5589 170.7 KY HERNDON 5S +USC00153816 36.5667 -89.1667 116.1 KY HICKMAN 1 E +USC00153821 36.8000 -88.5000 134.1 KY HICKSVILLE +USC00153837 37.8167 -84.7167 164.6 KY HIGH BRG LOCK 7 +USC00153840 38.3217 -83.6642 243.8 KY HILLSBORO +USC00153896 37.4500 -82.8833 281.0 KY HINDMAN 11 NNE +USC00153899 37.3333 -82.9833 363.0 KY HINDMAN +USC00153925 37.5667 -85.7667 225.6 KY HODGENVILLE +USC00153929 37.5317 -85.7350 240.2 KY HODGENVILLE LINCOLN P +USC00153994 36.8492 -87.5206 158.5 KY HOPKINSVILLE HCN +USC00154093 37.1500 -83.3667 295.7 KY HYDEN +USC00154095 37.1853 -83.4342 275.8 KY HYDEN 4NW +USC00154097 37.1333 -83.3333 359.7 KY HYDEN 4 E +USC00154134 37.8667 -82.5333 195.1 KY INEZ +USC00154138 37.8725 -82.5194 216.4 KY INEZ 2 E +USC00154165 37.8833 -86.2833 180.1 KY IRVINGTON +USC00154180 37.5753 -82.6628 204.2 KY IVEL +USC00154196 37.5500 -83.3833 227.1 KY JACKSON +USC00154208 37.0056 -85.0617 271.3 KY JAMESTOWN WWTP +USC00154236 37.2000 -82.6000 -999.9 KY JENKINS +USC00154241 37.1667 -82.6333 488.0 KY JENKINS WTR WKS +USC00154255 37.1614 -82.9364 335.3 KY JEREMIAH 1 S +USC00154309 38.6500 -84.7833 287.1 KY JONESVILLE 1 S +USC00154369 37.9397 -84.6597 265.2 KY KEENE 1 WSW +USC00154375 36.7600 -88.1386 147.5 KY KENLAKE RESORT +USC00154376 36.6939 -85.4194 298.4 KY KETTLE +USC00154414 37.0167 -88.2667 110.0 KY KENTUCKY DAM +USC00154433 37.3975 -84.6531 396.2 KY KINGS MTN 2 NE +USC00154449 37.0244 -85.6986 310.9 KY KNOB LICK 4S +USC00154453 37.0667 -88.1667 140.2 KY KUTTAWA 2 NE +USC00154580 37.1075 -88.9786 114.0 KY LA CENTER 2N +USC00154593 37.0258 -88.9333 137.8 KY LA CTR 7 SSE +USC00154595 38.4333 -85.3667 238.0 KY LAGRANGE +USC00154601 38.3833 -85.4000 259.1 KY LAGRANGE STATE POLICE +USC00154620 37.6172 -84.5706 310.9 KY LANCASTER +USC00154642 37.7500 -82.4333 207.0 KY LAURA +USC00154649 37.5725 -85.2558 245.4 KY LEBANON +USC00154672 37.3333 -82.9500 335.9 KY LEBURN 1 E +USC00154703 37.5108 -86.2892 189.0 KY LEITCHFIELD 2 N HCN +USC00154720 36.9925 -86.9447 132.0 KY LEWISBURG +USC00154732 37.8933 -86.9061 120.4 KY LEWISPORT 4S +USC00154755 37.2508 -84.9328 265.2 KY LIBERTY +USC00154784 37.9167 -85.6667 174.0 KY LIMESTONE SPRINGS +USC00154825 37.7500 -84.5833 159.1 KY LITTLE HICKMAN LOCK 8 +USC00154836 37.4833 -87.1333 110.0 KY LIVERMORE +USC00154838 37.4942 -87.1392 133.2 KY LIVERMORE 1 ESE +USC00154848 38.6481 -82.8611 160.9 KY GREENUP LOCKS & DAM +USC00154857 38.4333 -84.9764 149.4 KY LOCKPORT LOCK 2 +USC00154882 37.8500 -84.0333 235.0 KY LOGLICK 1 S +USC00154893 37.1475 -84.0833 390.8 KY LONDON +USC00154905 37.1358 -84.1039 370.3 KY LONDON STATE POLICE +USC00154914 38.5833 -84.8167 -999.9 KY LONG RIDGE +USC00154938 37.6667 -85.4000 207.6 KY MARION +USC00154943 38.1167 -82.6167 177.1 KY LOUISA 2 S +USC00154946 38.1086 -82.6028 198.1 KY LOUISA 2 S +USC00154948 38.1250 -82.6933 232.3 KY LOUISA 5W +USC00154949 38.2333 -85.7667 140.8 KY LOUISVILLE +USC00154955 38.2778 -85.7917 134.1 KY LOUISVILLE MCALPINE +USC00154956 38.2500 -85.7667 161.8 KY LOUISVILLE WB CITY +USC00154958 38.1150 -85.6444 192.6 KY LOUISVILLE WFO +USC00154967 36.9692 -88.8314 112.8 KY LOVELACEVILLE +USC00155002 36.8833 -86.0333 225.9 KY LUCAS +USC00155048 36.9167 -82.8833 1216.2 KY LYNCH +USC00155059 36.5667 -88.5833 146.6 KY LYNNVILLE +USC00155067 37.3475 -87.5239 129.5 KY MADISONVILLE +USC00155072 37.2203 -87.4283 131.1 KY MADISONVILLE ST POLICE +USC00155097 37.1317 -86.1481 231.6 KY MAMMOTH CAVE +USC00155110 37.1500 -83.7667 136.9 KY MANCHESTER +USC00155111 37.1500 -83.8167 265.2 KY MANCHESTER 4 W +USC00155148 37.3333 -88.0667 174.0 KY MARION +USC00155150 37.3442 -88.0658 164.6 KY MARION 1 NE +USC00155165 36.8425 -85.5244 195.1 KY MARROWBONE +USC00155171 37.5667 -82.7500 200.9 KY MARTIN +USC00155175 37.5500 -82.7667 192.0 KY MARTIN 1 S +USC00155184 36.8333 -86.4833 -999.9 KY MATLOCK +USC00155230 36.7333 -88.6500 110.0 KY MAYFIELD +USC00155232 36.7000 -88.6333 110.0 KY MAYFIELD 2 S +USC00155233 36.7581 -88.6406 115.8 KY MAYFIELD RADIO WLLE +USC00155235 36.8583 -88.6686 137.2 KY MAYFIELD STATE POLICE +USC00155243 38.6869 -83.7872 157.0 KY MAYSVILLE WWTP +USC00155280 37.6497 -86.4308 129.5 KY MCDANIELS +USC00155291 37.4333 -84.0000 305.1 KY MCKEE +USC00155301 38.6000 -84.2667 200.9 KY MCKINNEYSBURG +USC00155311 37.5500 -82.2667 274.3 KY MC VEIGH +USC00155370 37.5333 -82.3833 268.2 KY META 4 SE +USC00155389 36.6086 -83.7144 344.4 KY MIDDLESBORO FIRE DEPT +USC00155390 36.6139 -83.7897 411.8 KY MIDDLESBORO 4W +USC00155394 36.6167 -83.7167 345.0 KY MIDDLESBORO SEWAGE PLT +USC00155407 38.1500 -84.6833 235.0 KY MIDWAY +USC00155415 36.8000 -88.8833 107.0 KY MILBURN 1 E +USC00155430 38.3000 -84.1333 256.0 KY MILLERSBURG +USC00155434 38.3000 -84.1500 -999.9 KY MILLERSBURG MILIT INST +USC00155438 37.4500 -86.0500 182.9 KY MILLERSTOWN +USC00155444 37.4336 -86.0089 182.9 KY MILLERSTOWN 4E +USC00155524 36.8667 -84.8275 298.4 KY MONTICELLO 3 NE +USC00155555 38.2192 -83.4772 253.0 KY MOREHEAD 3 NW +USC00155559 38.1864 -83.4669 231.6 KY MOREHEAD STATE POLICE +USC00155569 37.5828 -87.8578 161.8 KY MORGANFIELD 12SE +USC00155613 36.8167 -85.8333 152.4 KY MT HERMON +USC00155640 38.0583 -83.9333 292.6 KY MT STERLING +USC00155648 37.3542 -84.3369 353.6 KY MT VERNON +USC00155650 38.0286 -85.5620 251.5 KY MT WASHINGTON +USC00155668 37.3833 -82.2500 259.1 KY MOUNTCARD +USC00155684 37.3347 -85.9503 207.3 KY MUNFORDVILLE 5 NW +USC00155694 36.6122 -88.3083 160.6 KY MURRAY +USC00155706 38.7608 -84.7922 265.2 KY NAPOLEON +USC00155714 37.7833 -83.6833 289.6 KY NATURAL BRG SP +USC00155757 36.5964 -88.2194 163.7 KY NEW CONCORD 4NW +USC00155758 38.4708 -85.1169 245.4 KY NEW CASTLE 4NE +USC00155834 37.2792 -86.2492 176.8 KY NOLIN RIVER LAKE +USC00156012 38.3422 -83.1039 270.7 KY OLIVE HILL 5NE +USC00156020 37.2333 -87.7833 161.8 KY OLNEY +USC00156028 37.2669 -83.6500 231.6 KY ONEIDA +USC00156029 37.2667 -83.6500 -999.9 KY ONEIDA (1) +USC00156033 38.9667 -84.3000 156.1 KY ONEONTA DAM 35 +USC00156091 37.7828 -87.1183 120.7 KY OWENSBORO 1 W +USC00156094 37.7908 -87.0664 121.9 KY OWENSBORO 3E +USC00156096 37.7667 -87.0833 125.0 KY OWENSBORO TRTMT PLT E +USC00156104 38.5167 -84.8167 292.9 KY OWENTON +USC00156106 38.5333 -84.8333 249.9 KY OWENTON 2 S +USC00156107 38.5167 -84.8167 213.4 KY OWENTON (1) +USC00156113 37.0833 -88.7000 -999.9 KY PADUCAH LONE OAKS +USC00156115 37.1000 -88.6167 103.9 KY PADUCAH +USC00156117 37.0500 -88.5500 103.6 KY PADUCAH WALKER BOAT YA +USC00156122 37.0667 -88.5833 -999.9 KY PADUCAH USE RSVN +USC00156126 37.0897 -88.6156 87.2 KY PADUCAH RIVER +USC00156130 37.0683 -88.7725 125.9 KY PADUCAH 2W +USC00156134 37.0550 -88.6511 127.7 KY PADUCAH 4 WSW +USC00156136 37.8175 -82.7883 192.0 KY PAINTSVILLE 1E +USC00156155 37.2592 -86.9778 122.5 KY PARADISE STEAM PLT +USC00156170 38.2053 -84.2383 242.3 KY PARIS +USC00156206 37.7500 -86.8000 -999.9 KY PELLVILLE +USC00156216 37.4833 -82.1500 345.9 KY PHELPS 3 S +USC00156224 37.1686 -84.9392 310.9 KY PHIL +USC00156353 37.4833 -82.5167 209.1 KY PIKEVILLE +USC00156355 37.4833 -82.5167 323.1 KY PIKEVILLE #2 +USC00156357 37.4833 -82.5167 208.8 KY PIKEVILLE W Z L K +USC00156360 37.5333 -82.5833 204.2 KY PIKEVILLE KSP POST 9 +USC00156379 36.9833 -83.2167 411.5 KY PINE MTN 3 NW +USC00156384 36.7650 -83.7100 306.3 KY PINEVILLE +USC00156388 36.7833 -83.7500 307.8 KY PINEVILLE 4 NW +USC00156400 37.3167 -82.8667 317.0 KY PIPPAPASS +USC00156401 37.3342 -82.8786 321.0 KY PIPPA PASSES +USC00156432 38.1500 -85.8333 136.2 KY PLEASURE RIDGE PARK +USC00156435 38.3333 -85.1167 267.9 KY PLEASUREVILLE 2 S +USC00156475 37.6333 -87.6500 152.4 KY POOLE +USC00156495 37.2350 -87.1514 135.6 KY POWDERLY +USC00156558 37.6667 -82.7667 179.2 KY PRESTONSBURG +USC00156563 37.6550 -82.8294 231.6 KY PRESTONSBURG 3WSW +USC00156575 37.1000 -87.8833 161.8 KY PRINCETON +USC00156580 37.1244 -87.8672 151.5 KY PRINCETON 1 SE +USC00156595 37.3997 -87.7622 124.7 KY PROVIDENCE +USC00156624 37.5336 -83.3489 227.1 KY QUICKSAND +USC00156635 38.9633 -84.8261 156.7 KY RABBIT HASH 2 NE +USC00156679 37.6667 -83.9500 192.0 KY RAVENNA LOCK 12 +USC00156691 37.5500 -85.4333 -999.9 KY RAYWICK +USC00156728 37.9500 -83.0000 204.2 KY RELIEF +USC00156732 37.9606 -83.0050 256.0 KY RELIEF NO. 2 +USC00156748 37.3833 -84.3333 323.1 KY RENFRO VALLEY +USC00156805 37.7333 -84.3000 299.0 KY RICHMOND +USC00156810 37.7347 -84.2994 303.3 KY RICHMOND STATE POLICE +USC00156882 37.2167 -86.8936 118.9 KY ROCHESTER FERRY +USC00156890 37.7433 -83.6428 387.1 KY ROGERS +USC00156988 37.6178 -86.5044 170.7 KY ROUGH RVR LAKE +USC00157039 37.5333 -87.2667 116.1 KY RUMSEY LOCK 2 +USC00157049 36.8550 -86.8883 173.7 KY RUSSELLVILLE +USC00157054 36.8333 -86.9000 177.1 KY RUSSELLVILLE SUB STN +USC00157074 38.4247 -84.5167 301.8 KY SADIEVILLE +USC00157091 37.7000 -85.9833 238.0 KY ST JOHN BETHLEHEM ACA +USC00157096 37.5833 -85.3500 226.5 KY ST MARY +USC00157110 37.2628 -88.2581 127.4 KY SALEM +USC00157121 37.9333 -84.8167 149.0 KY SALVISA LOCK 6 +USC00157129 37.7467 -83.0603 262.1 KY SALYERSVILLE +USC00157130 37.7392 -83.0672 295.7 KY SALYERSVILLE WTR WKS +USC00157134 37.7333 -83.0167 280.4 KY SALYERSVILLE #2 +USC00157158 38.0969 -83.1189 231.6 KY SANDY HOOK 1NE +USC00157161 38.0667 -83.1833 243.8 KY SANDY HOOK 4 SW +USC00157202 37.1833 -84.6500 326.1 KY SCI HILL +USC00157211 38.9667 -84.5500 274.3 KY SCOTT +USC00157215 36.7461 -86.2258 226.5 KY SCOTTSVILLE +USC00157220 36.7333 -86.2167 231.0 KY SCOTTSVILLE 2 SW +USC00157234 37.6031 -87.5222 146.3 KY SEBREE 1 E +USC00157272 37.1500 -82.7667 376.4 KY SERGENT +USC00157300 36.9253 -87.1050 203.9 KY SHARON GROVE +USC00157311 37.1500 -88.7833 107.0 KY SHAWNEE STEAM PLT +USC00157319 37.5833 -84.7667 108.8 KY SHELBY CITY +USC00157324 38.2000 -85.2000 222.5 KY SHELBYVILLE 1 E HCN +USC00157334 38.0544 -85.6242 187.5 KY SHEPHERDSVILLE 5NE +USC00157369 37.1167 -83.8000 -999.9 KY SIBERT +USC00157396 37.4667 -82.2667 396.2 KY SIMERS +USC00157431 37.0875 -82.9925 330.1 KY SKYLINE 1 SE +USC00157441 37.8467 -83.6844 215.5 KY SLADE 5NE +USC00157473 38.3408 -85.2800 259.1 KY SMITHFIELD 4 S +USC00157486 37.0667 -86.2000 195.1 KY SMITHS GROVE +USC00157507 37.1167 -84.5833 264.9 KY SOMERSET HWY DEPT +USC00157508 37.1167 -84.6000 291.1 KY SOMERSET 2 NE +USC00157510 37.1167 -84.6167 310.9 KY SOMERSET 2 N +USC00157547 37.4167 -83.6667 299.0 KY SOUTH FORK +USC00157592 37.8589 -87.4086 118.0 KY SPOTTSVILLE +USC00157604 37.7053 -85.2639 225.6 KY SPRINGFIELD 2W +USC00157648 37.4897 -84.6461 309.4 KY STANFORD 3 S +USC00157652 37.8603 -83.8969 219.5 KY STANTON 2W +USC00157677 36.6736 -84.4792 371.9 KY STEARNS 2S +USC00157680 36.7000 -84.4833 393.2 KY STEARNS 1 W +USC00157711 37.7500 -83.4833 305.1 KY STILLWATER +USC00157770 38.3228 -84.7489 231.6 KY STAMPING GROUND 5 NW +USC00157800 36.8861 -85.7067 263.3 KY SUMMER SHADE +USC00157805 36.8833 -85.6667 -999.9 KY SUMMER SHADE SUB STN +USC00157924 37.8667 -85.1500 203.9 KY TATHAM SPRINGS +USC00157948 38.0144 -85.3714 152.4 KY TAYLORSVILLE 2SW +USC00157950 38.0014 -85.3089 213.4 KY TAYLORSVILLE LAKE +USC00157955 37.8667 -82.6167 210.0 KY TOMAHAWK 1 WSW +USC00158019 37.0333 -83.0667 555.0 KY TILFORD DELPHIA +USC00158055 37.8667 -82.6167 210.0 KY TOMAHAWK 1 WSW +USC00158060 36.7833 -85.6667 302.1 KY TOMPKINSVILLE +USC00158065 36.7000 -85.6833 274.9 KY TOMPKINSVILLE 2 +USC00158070 36.8136 -85.7081 257.6 KY TOMPKINSVILLE 9NW +USC00158144 36.7500 -88.0833 118.9 KY TURKEY CREEK SCHOOL +USC00158179 38.0333 -84.8500 159.1 KY TYRONE LOCK 5 +USC00158197 37.7667 -87.9500 110.0 KY UNIONTOWN DAM 49 +USC00158246 37.8500 -84.4500 174.0 KY VALLEY VIEW LOCK 9 +USC00158250 37.9667 -85.1667 167.9 KY VANBUREN +USC00158254 38.6000 -83.3167 159.1 KY VANCEBURG +USC00158259 38.5833 -83.3333 159.1 KY VANCEBURG +USC00158330 37.3228 -84.1183 345.0 KY VICTORY 5NW +USC00158348 37.3333 -82.5833 280.4 KY VIRGIE +USC00158397 37.8500 -82.4167 178.9 KY WARFIELD +USC00158429 38.4922 -83.0197 167.6 KY WARNOCK 1 W +USC00158432 38.4947 -83.0183 277.4 KY WARNOCK 2 +USC00158446 38.7744 -84.9667 137.5 KY WARSAW MARKLAND DAM +USC00158486 37.4167 -84.6000 384.0 KY WAYNESBURG 7 NE +USC00158519 38.1000 -82.8167 216.1 KY WEBBVILLE 6 SE +USC00158535 37.3167 -82.7000 370.6 KY WEEKSBURY +USC00158537 37.9483 -83.4825 357.8 KY WELLINGTON +USC00158551 37.9414 -83.3017 237.7 KY W LIBERTY 3NW +USC00158553 38.0317 -83.3917 347.5 KY WEST LIBERTY 11 NW +USC00158555 37.0683 -88.7725 125.9 KY W PADUCAH 2W +USC00158567 38.4833 -85.4833 146.0 KY WESTPORT +USC00158610 37.8211 -83.0158 268.2 KY WHEELERSBURG +USC00158633 37.1186 -82.8281 355.1 KY WHITESBURG +USC00158635 37.1025 -82.8047 378.0 KY WHITESBURG 2SE +USC00158706 36.7333 -84.1667 284.1 KY WILLIAMSBURG 2 +USC00158709 36.7333 -84.1500 286.5 KY WILLIAMSBURG HCN +USC00158711 36.7458 -84.1753 329.2 KY WILLIAMSBURG 1NW +USC00158714 38.6408 -84.5592 295.4 KY WILLIAMSTOWN HCN +USC00158724 37.6000 -83.8333 198.1 KY WILLOW LOCK 13 +USC00158757 37.9167 -84.2667 301.4 KY WINCHESTER +USC00158807 36.8667 -85.1500 180.1 KY WOLF CREEK DAM +USC00158824 37.1853 -86.6336 134.1 KY WOODBURY +USC00159151 37.3167 -84.8167 268.2 KY YOSEMITE 2 S +USC00160007 29.9689 -92.1169 3.0 LA ABBEVILLE +USC00160012 30.4586 -90.0975 0.9 LA ABITA RVR COVINGTON +USC00160016 30.4714 -90.0436 7.6 LA ABITA SPRINGS 1 SW +USC00160021 30.4372 -90.0519 9.1 LA ABITA SPRINGS FIRE TWR +USC00160028 31.2833 -91.8167 14.9 LA ACME +USC00160045 31.8000 -91.9667 67.1 LA AIMWELL FIRE TWR +USC00160098 31.3206 -92.4611 26.5 LA ALEXANDRIA HCN +USC00160101 31.3167 -92.4500 13.4 LA ALEXANDRIA #2 +USC00160103 31.2489 -92.4489 25.9 LA ALEXANDRIA 5 SSE +USC00160205 30.7094 -90.5250 51.8 LA AMITE HCN +USC00160232 30.0833 -92.2500 6.1 LA ANDREW +USC00160238 30.9644 -89.8150 39.6 LA ANGIE +USC00160244 30.9500 -91.5833 11.9 LA ANGOLA +USC00160253 32.8833 -93.0000 106.1 LA ANTIOCH FIRE TWR +USC00160277 32.5511 -92.9186 121.9 LA ARCADIA +USC00160349 32.1292 -93.1164 73.2 LA ASHLAND +USC00160367 30.3500 -91.7167 9.1 LA ATCHAFALAYA +USC00160381 32.6500 -93.0667 154.8 LA ATHENS FIRE TWR +USC00160395 29.6833 -91.2000 2.7 LA AVOCA ISLAND +USC00160422 30.8167 -91.3833 73.2 LA BAINS +USC00160462 30.5669 -91.1633 21.3 LA BAKER +USC00160526 30.4833 -92.6333 1.2 LA BASILE 2 W +USC00160537 32.7314 -91.9144 45.7 LA BASTROP HCN +USC00160540 30.8206 -91.6622 13.7 LA BATCHELOR +USC00160546 30.5586 -91.0342 18.3 LA BATON ROUGE CNTRL +USC00160548 30.4192 -91.1303 15.2 LA BATON ROUGE CONCORD +USC00160555 30.4292 -91.2069 6.1 LA BATON ROUGE +USC00160556 30.4000 -91.1500 16.8 LA BATON ROUGE SOUTHDOWNS +USC00160558 30.4494 -91.0478 16.8 LA BATON ROUGE SHERWOOD +USC00160563 30.3453 -90.8931 4.6 LA BAYOU MANCHAC PT +USC00160565 30.1328 -91.3228 4.6 LA BAYOU SORREL LOCK +USC00160617 30.7925 -92.4953 32.0 LA BEAVER FIRE TWR +USC00160629 32.9500 -91.8500 34.1 LA BEEKMAN 3 NE +USC00160639 31.6333 -92.1833 60.0 LA BELAH FIRE TWR +USC00160658 29.9747 -93.0897 1.2 LA BELL CITY 13 SW +USC00160718 32.6997 -93.6619 61.0 LA BENTON 5E +USC00160761 32.7833 -92.6667 54.3 LA BERNICE 2 S +USC00160786 32.3833 -94.0500 112.8 LA BETHANY +USC00160800 32.3744 -92.9433 93.6 LA BIENVILLE 3 NE +USC00160920 32.7000 -93.5167 78.9 LA BODCAU FIRE TWR +USC00160945 30.7808 -89.8567 30.5 LA BOGALUSA +USC00160947 30.8000 -89.8333 24.1 LA BOGALUSA 2 NE +USC00160989 32.8833 -91.6667 -999.9 LA BONITA 3 S +USC00161152 31.3333 -91.8667 14.9 LA BOOK +USC00161200 32.5331 -93.7100 49.7 LA BOSSIER CITY 2 +USC00161232 31.3944 -92.7164 33.5 LA BOYCE 3 WNW +USC00161235 31.3025 -92.7300 39.6 LA BOYCE 7 SW +USC00161241 30.2233 -91.9033 7.6 LA BREAUX BRIDGE 4 S +USC00161246 30.3919 -91.2711 6.1 LA BRUSLY 2 W +USC00161287 30.9594 -92.1786 24.4 LA BUNKIE HCN +USC00161292 29.3414 -89.5158 1.5 LA BURAS +USC00161323 30.1500 -90.9167 -999.9 LA BURNSIDE +USC00161331 31.0667 -93.5000 -999.9 LA BURR FERRY +USC00161365 30.2817 -91.6911 1.5 LA BUTTE LA ROSE +USC00161380 30.1000 -91.9000 -999.9 LA CADES +USC00161411 32.5133 -92.3486 36.6 LA CALHOUN RSCH STN HCN +USC00161425 29.7500 -93.3333 3.0 LA CAMERON +USC00161431 31.3667 -92.4000 47.9 LA CAMP BEAUREGARD +USC00161443 31.4500 -92.3667 70.1 LA CAMP LIVINGSTON +USC00161446 31.0667 -93.2000 107.0 LA CAMP POLK +USC00161535 30.3161 -92.0483 15.2 LA CARENCRO +USC00161560 29.9333 -90.1167 2.1 LA CARROLLTON +USC00161565 30.1981 -91.1256 7.6 LA CARVILLE 2 SW +USC00161577 32.2667 -93.5667 -999.9 LA CASPIANA +USC00161583 31.5833 -92.0167 13.7 LA CATAHOULA WR +USC00161601 29.8667 -92.8500 3.0 LA CATFISH POINT +USC00161639 29.9664 -89.9761 0.0 LA CHALMETTE +USC00161677 30.0500 -88.8667 -999.9 LA CHANDELEUR LIGHTHOUSE +USC00161703 32.3167 -92.4500 54.9 LA CHATHAM +USC00161705 29.4817 -90.5814 1.5 LA CHAUVIN +USC00161729 31.0167 -92.2833 18.0 LA CHENEYVILLE 1 NE +USC00161807 30.4000 -91.2333 9.1 LA CINCLARE +USC00161866 31.7236 -91.5408 22.3 LA CLAYTON +USC00161891 30.8544 -91.0092 76.2 LA CLINTON FORESTRY HQ +USC00161894 30.8833 -91.0167 64.0 LA CLINTON 2 +USC00161899 30.8178 -90.9733 61.0 LA CLINTON 5 SE +USC00161929 29.2667 -90.6500 3.0 LA COCODRIE +USC00161930 29.3350 -90.6414 0.9 LA COCODRIE 6 N +USC00161941 31.5183 -92.7142 33.5 LA COLFAX +USC00161956 32.6667 -91.8667 27.1 LA COLLINSTON +USC00161969 32.1333 -92.0833 18.0 LA COLUMBIA 2 N +USC00161979 32.1672 -92.1078 25.0 LA COLUMBIA LOCK +USC00161981 32.1000 -91.6000 -999.9 LA COMO +USC00162002 29.9953 -90.8178 7.6 LA CONVENT 2S +USC00162023 31.7500 -93.7000 67.1 LA CONVERSE +USC00162121 32.8869 -93.4569 78.6 LA COTTON VALLEY 5 NNW +USC00162140 32.0167 -93.3333 46.0 LA COUSHATTA 1 SE +USC00162143 32.0167 -93.3500 43.0 LA COUSHATTA 2 +USC00162144 32.0075 -93.2694 47.2 LA COUSHATTA GRAND BAYOU +USC00162145 31.9944 -93.3764 36.6 LA COUSHATTA 2 SW +USC00162151 30.5272 -90.1114 12.2 LA COVINGTON 4 NNW HCN +USC00162154 30.5131 -90.0900 7.6 LA COVINGTON 3 NE +USC00162165 31.0000 -93.1000 75.9 LA CRAVENS TWR +USC00162212 30.2408 -92.3478 7.6 LA CROWLEY 2 NE +USC00162217 32.2428 -91.5889 27.1 LA CROWVILLE +USC00162219 32.2500 -91.5833 31.1 LA CROWVILLE 1 N +USC00162235 32.4167 -93.6333 49.1 LA CURTIS 1 SSE +USC00162271 29.8167 -90.0000 24.1 LA DALCOUR +USC00162285 32.2500 -92.8167 49.1 LA DANVILLE +USC00162287 32.6833 -92.4500 -999.9 LA D ARBONNE FIRE DNGR TW +USC00162297 32.7000 -91.4500 31.1 LA DARNELL 2N +USC00162309 31.8833 -91.8333 -999.9 LA DAVIS +USC00162330 29.2167 -89.2667 3.0 LA DELTA BREPON WLD RFG +USC00162334 29.6000 -90.3500 0.3 LA DELTA FARMS +USC00162350 30.4803 -90.9614 10.7 LA DENHAM SPRINGS +USC00162361 30.4347 -93.4692 24.7 LA DE QUINCY +USC00162364 30.3667 -93.4667 16.8 LA DE QUINCY FIRE TWR +USC00162367 30.8428 -93.2869 57.9 LA DE RIDDER +USC00162372 32.9000 -92.1333 24.1 LA DEAN +USC00162399 32.4500 -91.5000 31.1 LA DELHI +USC00162439 31.9667 -93.5667 78.9 LA DESOTO FIRE TWR +USC00162478 29.5833 -89.8333 1.2 LA DIAMOND 4 NW +USC00162525 32.1000 -92.5833 61.0 LA DODSON 6 ENE +USC00162534 30.0719 -91.0278 9.1 LA DONALDSONVILLE 4 SW HCN +USC00162536 30.0992 -90.9269 5.2 LA DONALDSONVILLE 4E +USC00162579 32.5667 -93.4167 67.1 LA DOYLINE +USC00162641 30.7414 -93.1386 29.0 LA DRY CREEK 8NW +USC00162672 29.3833 -90.7167 -999.9 LA DULAC +USC00162673 29.4336 -90.7011 0.9 LA DULAC 3N +USC00162684 30.2500 -90.9833 -999.9 LA DUTCHTOWN +USC00162688 30.2508 -90.9872 5.5 LA DUTCHTOWN #2 +USC00162800 30.8500 -92.7833 45.7 LA ELIZABETH +USC00162812 31.1042 -92.7050 70.1 LA ELMER 2 SW +USC00162872 30.0667 -90.6167 6.1 LA EMILIE +USC00162884 29.4000 -89.6000 -999.9 LA EMPIRE +USC00162916 30.7000 -90.1833 14.9 LA ENON 7 WSW +USC00162954 29.8500 -92.2333 -999.9 LA ESTHER +USC00162971 32.6167 -91.5667 30.2 LA EPPS 6 WNW +USC00162976 31.3833 -92.3000 -999.9 LA ESLER FIELD +USC00162981 30.4917 -92.4303 15.2 LA EUNICE +USC00163001 31.2000 -92.6000 -999.9 LA EVANGELINE GRD STN +USC00163009 30.9833 -93.5000 -999.9 LA EVANS +USC00163079 32.7750 -92.4075 54.9 LA FARMERVILLE +USC00163087 32.7833 -92.2833 49.1 LA FARMERVILLE 6 E +USC00163117 31.6333 -91.5667 -999.9 LA FERRIDAY +USC00163142 30.8333 -90.5667 67.1 LA FLUKER FIRE TWR +USC00163165 30.5506 -90.1919 21.3 LA FOLSOM 6 S +USC00163218 30.3500 -90.0500 -999.9 LA FONTAINBLEAU SP +USC00163313 29.8233 -91.5442 3.7 LA FRANKLIN 3 NW HCN +USC00163321 30.8433 -90.1619 37.8 LA FRANKLINTON +USC00163322 30.8353 -90.1625 44.2 LA FRANKLINTON #2 +USC00163324 30.7833 -90.2167 73.2 LA FRANKLINTON EXP STN +USC00163326 30.9333 -90.1833 61.0 LA FRANKLINTON 6 NNW +USC00163327 30.8186 -90.1800 44.2 LA FRANKLINTON 3 SW +USC00163331 30.7842 -90.2022 73.2 LA FRANKLINTON 5 SW +USC00163345 30.3000 -90.8000 3.0 LA FRENCH SETTLEMENT +USC00163433 29.4631 -90.3072 1.5 LA GALLIANO +USC00163544 31.7500 -92.3833 27.1 LA GEORGETOWN +USC00163562 29.7000 -90.4667 3.0 LA GHEENS +USC00163600 32.5333 -93.0333 70.7 LA GIBSLAND NEAR SCS #15 +USC00163630 32.4667 -91.8000 24.1 LA GIRARD +USC00163639 30.9667 -92.5833 43.0 LA GLENMORA +USC00163657 32.2000 -93.8333 78.9 LA GLOSTER 1 W +USC00163681 29.3833 -90.2667 0.0 LA GOLDEN MEADOW +USC00163695 30.2033 -90.9225 3.0 LA GONZALES +USC00163741 31.4358 -92.8828 93.6 LA GORUM FIRE TWR +USC00163755 30.0667 -90.7000 6.1 LA GRAMERCY +USC00163794 32.1333 -93.8000 82.3 LA GRAND CANE FIRE TWR +USC00163798 29.7667 -92.9500 3.0 LA GRAND CHENIER +USC00163800 30.4183 -92.0442 16.8 LA GRAND COTEAU HCN +USC00163804 31.8078 -93.0867 45.7 LA GRAND ECORE +USC00163807 29.2414 -89.9914 0.6 LA GRAND ISLE +USC00163829 29.9169 -90.0617 1.5 LA GRETNA +USC00163864 30.8333 -90.6667 70.1 LA GREENSBURG +USC00163867 30.5589 -90.9855 18.3 LA GREENWELL SPRINGS +USC00163877 32.4175 -94.0003 106.7 LA GREENWOOD FIRE TWR +USC00163930 29.9500 -92.5167 3.0 LA GUEYDAN 5 S +USC00163944 31.9000 -92.7833 67.1 LA GUM SPRINGS FIRE TWR +USC00163979 29.8894 -93.4019 1.8 LA HACKBERRY 8 SSW +USC00163981 29.9872 -93.2694 1.8 LA HACKBERRY 4NE +USC00164021 31.0167 -91.9333 14.9 LA HAMBURG +USC00164030 30.5031 -90.3772 10.7 LA HAMMOND 5 E +USC00164034 30.4839 -90.4731 27.4 LA HAMMOND +USC00164050 31.9272 -93.3103 38.7 LA HANNA 4 SSE +USC00164088 32.0667 -93.4333 43.0 LA HARMON +USC00164100 31.7833 -91.8167 18.0 LA HARRISONBURG LOCK 2 +USC00164131 32.9683 -93.1297 92.4 LA HAYNESVILLE +USC00164164 30.3500 -93.0833 6.1 LA HECKER +USC00164186 30.3167 -91.8167 6.1 LA HENDERSON 2 W +USC00164200 31.0667 -92.1167 24.1 LA HESSMER +USC00164209 31.4333 -92.2333 21.0 LA HICKORY GROVE +USC00164260 31.1833 -92.7500 73.2 LA HINESTON 4 NNE +USC00164288 31.3747 -93.3911 128.0 LA HODGES GARDENS +USC00164315 32.4667 -91.6167 24.1 LA HOLLY RIDGE +USC00164316 32.1167 -93.2333 73.2 LA HOLLEY SPRINGS +USC00164320 32.6167 -91.6333 27.1 LA HOLLY RIDGE 10 N +USC00164348 29.4667 -89.6667 -999.9 LA HOMEPLACE +USC00164355 32.8100 -93.0625 65.5 LA HOMER 1N +USC00164367 32.5000 -93.6667 -999.9 LA HONORE +USC00164381 29.8167 -89.6500 0.9 LA HOPEDALE +USC00164384 31.3833 -93.4000 110.0 LA HORNBECK HODGES EXP A +USC00164398 32.8867 -93.8733 75.0 LA HOSSTON +USC00164407 29.6408 -90.8161 2.4 LA HOUMA HCN +USC00164410 29.5833 -90.7333 3.0 LA HOUMA 2 +USC00164453 31.9833 -93.8333 82.0 LA HUNTER +USC00164510 31.7000 -92.5000 73.2 LA INDIAN LOOKOUT +USC00164535 32.2167 -93.0333 7.6 LA IOWA NEAR SCS +USC00164573 30.8331 -91.1261 45.7 LA JACKSON 3E +USC00164590 32.3500 -93.1500 -999.9 LA JAMESTOWN NEAR SCS 16 +USC00164592 32.3492 -93.2014 57.9 LA JAMESTOWN +USC00164624 29.7667 -90.1000 0.9 LA JEAN LAFITTE NAT PARK +USC00164674 29.9592 -91.7108 6.1 LA JEANERETTE 5 NW +USC00164693 31.6833 -92.0833 46.0 LA JENA 2E +USC00164696 31.6783 -92.1289 43.6 LA JENA +USC00164700 30.2003 -92.6642 7.6 LA JENNINGS HCN +USC00164730 32.9667 -91.6500 31.1 LA JONES +USC00164732 32.2550 -92.6544 100.6 LA JONESBORO 4 ENE +USC00164734 31.6833 -91.8333 21.0 LA JONESVILLE 4 N +USC00164735 32.2239 -92.7069 75.9 LA JONESBORO #2 +USC00164739 31.4825 -91.8628 21.3 LA JONESVILLE LOCKS +USC00164775 29.9942 -92.2825 4.6 LA KAPLAN +USC00164785 29.8833 -92.2667 21.0 LA KAPLIN 8 S +USC00164800 32.1833 -93.9000 -999.9 LA KEATCHIE +USC00164816 32.3550 -93.8619 61.0 LA KEITHVILLE +USC00164830 31.9167 -92.1500 -999.9 LA KELLY +USC00164859 30.9433 -90.5117 70.1 LA KENTWOOD +USC00164878 30.3728 -90.5506 3.0 LA KILLIAN +USC00164884 30.5000 -92.9000 15.2 LA KINDER 3 W +USC00164905 31.4667 -93.1833 91.4 LA KISATCHIE +USC00164931 32.4169 -93.4428 53.3 LA KORAN +USC00164958 32.9667 -91.5000 -999.9 LA LAARK +USC00165021 30.2192 -92.0650 7.6 LA LAFAYETTE +USC00165065 30.0206 -92.7681 3.4 LA LAKE ARTHUR 7 SW +USC00165072 30.3014 -93.2689 3.0 LA LAKE CHARLES 7 NW +USC00165074 30.2544 -93.2186 1.5 LA LAKE CHARLES 2 N +USC00165075 30.2167 -93.2167 -999.9 LA LAKE CHARLES +USC00165076 30.2142 -93.2494 1.5 LA LAKE CHARLES PORT +USC00165081 31.9167 -93.3000 39.9 LA LAKE END +USC00165090 32.8067 -91.1730 30.5 LA LAKE PROVIDENCE +USC00165146 31.3731 -91.9053 15.2 LA LARTO LAKE +USC00165156 31.7500 -91.4000 21.0 LA L ARGENT +USC00165207 29.5500 -89.8000 3.0 LA LAWRENCE +USC00165266 31.1417 -93.2397 8.5 LA LEESVILLE +USC00165283 31.1500 -93.1833 85.3 LA LEESVILLE 5 ENE +USC00165287 31.0517 -93.2789 79.2 LA LEESVILLE 6 SSW +USC00165296 29.7856 -92.2047 12.2 LA LELAND BOWMAN LOCK +USC00165335 30.9667 -91.7167 9.1 LA LETTSWORTH +USC00165365 32.3167 -92.9167 -999.9 LA LIBERTY HILL +USC00165419 32.9833 -92.2167 34.1 LA LITROE +USC00165430 30.9336 -90.5700 76.2 LA LIVERPOOL 6W +USC00165438 30.5197 -90.7544 13.1 LA LIVINGSTON +USC00165522 31.9672 -94.0003 57.9 LA LOGANSPORT +USC00165527 31.9833 -93.9500 64.0 LA LOGANSPORT 4 ENE +USC00165584 30.6000 -93.2333 35.1 LA LONGVILLE +USC00165596 32.6333 -93.9667 -999.9 LA LONGWOOD FIRE TWR +USC00165610 30.0306 -89.9636 -1.5 LA LOUISIANA NATURE CTR +USC00165620 30.3644 -91.1672 6.4 LA LSU BEN-HUR FARM +USC00165624 29.5814 -89.8222 1.2 LA LSU CITRUS RSCH STN +USC00165630 31.1783 -92.4108 21.3 LA LSU DEAN LEE RSCH STN +USC00165713 32.3667 -92.2167 -999.9 LA LUNA FIRE TWR +USC00165783 30.0389 -90.6936 6.1 LA LUTCHER +USC00165852 30.5667 -92.4333 18.0 LA MAMOU 4 S +USC00165874 32.0711 -93.7589 98.1 LA MANSFIELD 4 NW +USC00165875 32.1408 -93.7433 77.7 LA MANSFIELD 7 NW +USC00165890 31.5667 -93.4833 70.1 LA MANY +USC00165892 31.5769 -93.4817 77.7 LA MANY +USC00165896 31.5119 -93.6200 87.2 LA MANY 9 WSW +USC00165908 32.8167 -92.1667 46.0 LA MARION 7 SE +USC00165920 31.1289 -92.0650 25.9 LA MARKSVILLE +USC00165926 29.7853 -90.1158 0.9 LA MARRERO 9 SSW +USC00165935 32.0775 -93.2167 70.1 LA MARTIN FIRE TWR +USC00165980 30.3000 -90.6500 0.0 LA MAUREPAS +USC00166117 30.6833 -91.7333 9.1 LA MELVILLE +USC00166130 29.9314 -89.9305 1.2 LA MERAUX +USC00166132 30.9500 -92.4000 -999.9 LA MERIDIAN FIRE TWR +USC00166142 30.1900 -92.5906 4.9 LA MERMENTAU +USC00166144 30.2036 -92.5747 6.1 LA MERMENTAU 1 NNE +USC00166157 29.9903 -90.1431 0.0 LA METAIRIE +USC00166202 31.4667 -93.7333 39.9 LA MILAM TEXAS 8 E +USC00166244 32.6053 -93.2947 56.4 LA MINDEN +USC00166271 30.7000 -92.8833 36.6 LA MITTIE 2 SE +USC00166305 32.4667 -92.1167 24.1 LA MONROE LOCK 4 +USC00166308 32.5181 -92.1361 9.4 LA MONROE #2 +USC00166310 32.5500 -92.1167 24.1 LA MONROE CITY +USC00166314 32.4936 -92.0319 21.3 LA MONROE DELTA CC +USC00166324 31.6667 -92.9000 31.1 LA MONTGOMERY +USC00166333 31.5500 -93.0000 31.1 LA MONTROSE +USC00166364 32.7053 -93.9603 61.0 LA MOORINGSPORT 1 N +USC00166394 29.6833 -91.1761 1.5 LA MORGAN CITY +USC00166424 30.8333 -92.0833 14.9 LA MORROW +USC00166431 30.2944 -93.2078 5.8 LA MOSS BLUFF +USC00166434 30.3392 -93.2150 7.6 LA MOSS BLUFF 2 NNW +USC00166455 32.3333 -91.0167 27.1 LA MOUND +USC00166466 30.9503 -90.3061 97.5 LA MT HERMON 2W +USC00166561 29.9342 -91.0164 7.6 LA NAPOLEONVILLE +USC00166582 31.7722 -93.0956 39.6 LA NATCHITOCHES +USC00166584 31.8142 -93.0856 43.0 LA NATCHITOCHES #2 +USC00166585 29.8833 -89.9833 -999.9 LA NAVAL AMMUNITION DEPOT +USC00166636 31.3667 -91.8333 -999.9 LA NEW ERA +USC00166657 30.0375 -91.8839 7.3 LA NEW IBERIA ACADIANA AP +USC00166659 29.9500 -90.0833 0.9 LA NEW ORLEANS WSO CITY +USC00166661 30.0333 -90.0333 1.8 LA NEW ORLEANS AP +USC00166666 29.9508 -90.0511 0.6 LA NEW ORLEANS ALGIERS +USC00166668 30.0489 -89.9522 -1.5 LA NEW ORLEANS EASTOVER +USC00166669 29.9500 -90.1333 6.1 LA NEW ORLEANS WTP +USC00166670 29.9500 -90.0500 1.5 LA NEW ORLEANS S&WB +USC00166671 29.9333 -90.1000 0.0 LA NEW ORLEANS JEFFERSON +USC00166672 29.9833 -90.0167 3.0 LA NEW ORLEANS D P S 5 +USC00166675 29.9833 -90.0667 3.0 LA NEW ORLEANS D P S 3 +USC00166676 29.9347 -90.1361 0.0 LA NEW ORLEANS CARROLLTON +USC00166678 30.0167 -90.0167 -0.6 LA NEW ORLEANS PINE VILLA +USC00166679 29.9833 -90.1167 0.0 LA NEW ORLEANS DPS #6 +USC00166686 30.7267 -91.3672 13.7 LA NEW ROADS 5 NE +USC00166794 30.5500 -90.7500 3.0 LA NORTH LIVINGSTON +USC00166808 30.9678 -91.1003 31.1 LA NORWOOD +USC00166818 30.3500 -90.0167 3.0 LA NOTT FIRE TWR +USC00166836 30.8214 -92.6697 33.5 LA OAKDALE +USC00166866 32.8642 -91.3800 39.3 LA OAK GROVE +USC00166868 32.6228 -91.7764 25.0 LA OAK RIDGE +USC00166911 30.7531 -90.9939 45.7 LA OAKNOLIA 2N +USC00166938 30.6036 -92.7739 19.8 LA OBERLIN FIRE TWR +USC00166962 31.0000 -91.6667 21.3 LA OLD RIVER LOCK +USC00166968 30.2869 -93.1444 3.7 LA OLD TOWN BAY +USC00166978 31.8922 -92.2422 47.2 LA OLLA +USC00166995 30.5081 -92.0925 17.1 LA OPELOUSAS +USC00167001 30.5500 -92.0833 21.0 LA OPELOUSAS AP +USC00167040 31.9333 -93.6333 78.6 LA OXFORD +USC00167070 29.9833 -91.0833 6.1 LA PAINCOURTVILLE +USC00167096 29.7892 -90.4286 1.5 LA PARADIS 7 S +USC00167160 30.3850 -89.7367 4.0 LA PEARL RIVER +USC00167161 30.4500 -89.7833 9.1 LA PEARL RIVER LOCK 1 +USC00167162 30.5833 -89.8500 14.9 LA PEARL RIVER LOCK 2 +USC00167174 29.6500 -92.4333 -999.9 LA PECAN ISLAND +USC00167304 30.7111 -90.7525 57.9 LA PINE GROVE FIRE TWR +USC00167312 32.7547 -91.5350 26.8 LA PIONEER 6 W +USC00167331 30.9167 -92.9167 46.0 LA PITKIN 1 SE +USC00167344 32.8919 -93.6944 76.5 LA PLAIN DEALING HCN +USC00167364 30.3000 -91.2333 7.9 LA PLAQUEMINE +USC00167366 30.3214 -91.2517 6.1 LA PLAQUEMINE 2 N +USC00167368 29.5833 -89.8333 1.2 LA PLAQUEMINES EXP STN +USC00167388 29.3667 -91.3833 0.0 LA POINT AU FER REEF LH +USC00167421 31.5000 -92.4667 70.1 LA POLLOCK FOREST NURSERY +USC00167425 30.4603 -90.4497 6.4 LA PONCHATOULA +USC00167427 30.0500 -89.6167 0.0 LA PONTCHARTRAIN GROVE +USC00167432 30.2500 -90.1167 9.1 LA PONTCHARTRAIN CAUSEWAY +USC00167448 30.4508 -91.2183 4.6 LA PORT ALLEN +USC00167457 29.0167 -89.1667 3.0 LA PORT EADS +USC00167471 29.4833 -89.7000 3.0 LA PORT SULPHUR +USC00167485 30.3333 -90.8500 4.6 LA PORT VINCENT +USC00167519 30.2000 -89.7333 3.0 LA PREVOST ISLAND +USC00167572 29.2167 -89.2667 3.0 LA QUARANTINE +USC00167590 32.3644 -92.7125 61.9 LA QUITMAN 2 +USC00167651 30.5114 -93.2172 25.9 LA RAGLEY 1W +USC00167678 30.3333 -92.2667 9.1 LA RAYNE 6 N +USC00167680 32.5000 -91.7667 24.1 LA RAYVILLE 2 N +USC00167691 32.4936 -91.7486 27.1 LA RAYVILLE +USC00167729 31.2542 -91.9592 21.3 LA RED RIVER LOCK #1 +USC00167732 31.1872 -92.2906 22.9 LA RED RIVER LOCK # 2 +USC00167738 32.4219 -93.6381 47.2 LA RED RIVER RSCH STN +USC00167767 30.0564 -90.5803 4.6 LA RESERVE +USC00167822 30.9833 -90.9833 -999.9 LA RICHLAND HILL NEAR SCS +USC00167825 31.2833 -92.4167 27.1 LA RICHLAND PLANTATION +USC00167861 32.3333 -93.2667 -999.9 LA RINGGOLD +USC00167897 32.1833 -92.1000 24.1 LA RIVERTON LOCK 3 +USC00167905 31.6833 -93.3000 46.0 LA ROBELINE +USC00167924 32.3556 -93.6425 48.8 LA ROBSON +USC00167932 29.7286 -92.8181 1.2 LA ROCKEFELLER WL REFUGE +USC00167950 32.9667 -94.0000 61.0 LA RODESSA +USC00168004 30.7667 -90.5167 -999.9 LA ROSELAND +USC00168046 30.9461 -93.2789 72.5 LA ROSEPINE RSCH STN +USC00168065 32.5333 -92.6000 92.0 LA RUSTON +USC00168067 32.5100 -92.6503 89.9 LA RUSTON LA TECH +USC00168094 32.3625 -93.1400 84.4 LA SAILES FIRE TWR +USC00168108 29.8722 -89.8300 1.5 LA ST BERNARD +USC00168136 30.7775 -91.3769 35.1 LA ST FRANCISVILLE +USC00168137 30.7167 -91.3000 18.0 LA ST FRANCISVILLE 6 S +USC00168138 30.7872 -91.3675 39.3 LA ST FRANCISVILLE 1 NE +USC00168139 30.2725 -91.0994 9.1 LA ST GABRIEL +USC00168163 31.9497 -91.2336 23.8 LA ST JOSEPH 3 N HCN +USC00168181 30.0858 -91.8694 9.1 LA ST MARTINVILLE 3 SW +USC00168230 30.1217 -91.1581 4.6 LA SAMSTOWN +USC00168263 32.9500 -93.4500 92.0 LA SAREPTA 5 N +USC00168295 29.7333 -90.8167 6.1 LA SCHRIEVER +USC00168392 30.0667 -92.6333 6.1 LA SHELL BEACH +USC00168393 29.8667 -89.6500 -999.9 LA SHELL BCH LOYOLA CAMP +USC00168405 30.8500 -89.9833 100.6 LA SHERIDAN FIRE TWR +USC00168430 32.4167 -93.7333 67.1 LA SHREVEPORT ASF DEPOT +USC00168431 32.4267 -93.8186 75.9 LA SHREVEPORT CARGIL PARK +USC00168436 32.5158 -93.7447 54.9 LA SHREVEPORT DWTN +USC00168444 32.3919 -93.7803 61.0 LA SHREVEPORT STHRN HILLS +USC00168448 32.4514 -93.8417 83.5 LA SHREVEPORT WFO +USC00168489 32.0833 -92.4667 54.9 LA SIKES 2 E +USC00168492 32.1000 -92.3333 46.0 LA SIKES 11 E +USC00168507 30.9833 -91.8167 14.9 LA SIMMESPORT +USC00168513 31.2667 -93.0000 92.0 LA SIMPSON +USC00168515 31.2167 -92.8333 67.1 LA SIMPSON 10 ESE +USC00168519 30.6500 -93.4167 46.0 LA SINGER +USC00168524 31.2000 -93.1333 92.0 LA SLAGLE +USC00168539 30.2650 -89.7697 3.0 LA SLIDELL +USC00168582 32.1833 -91.2333 -999.9 LA SOMERSET +USC00168586 32.5558 -91.1747 73.2 LA SONDHEIMER +USC00168598 30.1667 -91.3500 3.0 LA SORREL +USC00168612 29.9500 -90.1500 3.0 LA SOUTHERN UNIV FARM +USC00168669 32.9006 -92.5714 61.0 LA SPEARSVILLE FIRE TWR +USC00168683 32.9922 -93.4417 73.2 LA SPRINGHILL +USC00168715 30.4333 -90.6500 9.1 LA SPRINGVILLE FIRE TWR +USC00168750 30.3167 -93.6667 -999.9 LA STARKS FIRE TWR +USC00168785 32.7025 -92.0814 25.9 LA STERLINGTON +USC00168788 32.6933 -92.0514 25.9 LA STERLINGTON #2 +USC00168795 32.9000 -91.9667 45.1 LA STEVENSON FIRE TWR +USC00168800 31.2333 -92.9333 85.3 LA STILLE +USC00168813 30.6500 -90.9333 -999.9 LA STONYPOINT +USC00168828 30.8500 -93.0167 51.8 LA SUGARTOWN +USC00168831 30.2383 -93.3447 3.0 LA SULPHUR +USC00168861 30.6433 -89.9239 22.9 LA SUN +USC00168906 30.5225 -89.8742 18.3 LA TALISHEEK +USC00168910 30.5500 -89.9500 18.3 LA TALISHEEK TOWER +USC00168923 32.3994 -91.1842 25.9 LA TALLULAH +USC00168930 30.7667 -92.9000 -999.9 LA TEN MILE +USC00168941 29.9100 -90.0342 3.0 LA TERRYTOWN 3S +USC00168945 30.5981 -90.4472 16.2 LA TICKFAW 3 ENE +USC00169013 29.7547 -90.7747 4.6 LA THIBODAUX 4 SE HCN +USC00169027 29.8000 -90.8167 6.1 LA THIBODAUX #2 +USC00169074 31.2022 -93.5725 55.2 LA TOLEDO BEND LAKE +USC00169103 32.6833 -91.1833 30.8 LA TRANSYLVANIA +USC00169127 31.6333 -91.8167 15.2 LA TRINITY +USC00169235 31.8667 -92.3000 31.1 LA URANIA +USC00169298 29.2833 -89.3500 -999.9 LA VENICE +USC00169303 31.6667 -92.7333 67.1 LA VERDA FIRE TWR +USC00169319 29.7833 -92.2000 3.0 LA VERMILION LOCK +USC00169355 31.5333 -91.4333 15.2 LA VIDALIA NATCHEZ +USC00169357 31.5653 -91.4333 18.3 LA VIDALIA #2 +USC00169369 30.6950 -92.2664 21.3 LA VILLE PLATTE +USC00169375 30.1922 -93.5811 3.7 LA VINTON +USC00169376 30.1992 -93.6778 3.4 LA VINTON 5W +USC00169378 29.9167 -89.9000 3.0 LA VIOLET +USC00169392 32.9033 -93.9819 67.1 LA VIVIAN +USC00169435 30.4833 -90.8667 -999.9 LA WALKER +USC00169444 30.0500 -90.6833 6.1 LA WALLACE +USC00169455 32.3333 -93.6667 -999.9 LA WALLACE LAKE DAM +USC00169480 30.5622 -90.9214 18.3 LA WATSON 3 ESE +USC00169583 32.8667 -92.7333 54.9 LA WELDON +USC00169610 32.1667 -93.5000 -999.9 LA WESTDALE 3 SW +USC00169613 30.0333 -90.1167 -999.9 LA WEST END +USC00169631 32.4600 -92.1483 22.9 LA WEST MONROE +USC00169661 30.9167 -91.4667 73.2 LA WEYANOKE 2 SW +USC00169682 30.3167 -90.7000 -999.9 LA WHITEHALL +USC00169685 31.6000 -92.2667 -999.9 LA WHITE SULPHUR SPRING +USC00169803 31.9622 -92.6561 48.8 LA WINNFIELD 3 N +USC00169804 32.1411 -91.7089 22.6 LA WINNSBORO 2 SE +USC00169806 32.0997 -91.7022 24.4 LA WINNSBORO 5 SSE HCN +USC00169809 32.0294 -92.6553 67.1 LA WINONA FIRE TWR +USC00169820 31.9833 -91.6500 23.5 LA WISNER +USC00169838 30.9500 -90.9333 98.1 LA WOODLAND +USC00169860 31.1333 -92.4500 21.0 LA WOODWORTH 3 ESE +USC00169864 31.1833 -92.5667 27.1 LA WOODWORTH TWR +USC00169865 31.1167 -92.4667 35.4 LA WOODWORTH 2 SE +USC00169930 30.6814 -91.1250 36.6 LA ZACHARY +USC00169980 31.6597 -93.6633 63.7 LA ZWOLLE 2 NW +USC00170100 44.3739 -68.2592 143.3 ME ACADIA NP HCN +USC00170177 44.5169 -69.4339 104.5 ME ALBION +USC00170200 47.0886 -69.0250 181.7 ME ALLAGASH +USC00170217 44.6531 -70.7942 250.5 ME ANDOVER 2 +USC00170238 46.6667 -68.5000 -999.9 ME ASHLAND +USC00170271 44.3192 -69.7089 71.3 ME AUGUSTA LANDFILL +USC00170272 44.3000 -69.7833 40.8 ME AUGUSTA (1) +USC00170350 44.8000 -68.8000 18.0 ME BANGOR +USC00170352 44.8044 -68.8133 58.5 ME BANGOR FSS +USC00170371 44.4167 -68.2500 34.1 ME BAR HARBOR 3 NW +USC00170398 45.2883 -69.1467 166.1 ME BARNARD +USC00170409 43.9317 -69.8564 7.6 ME BATH +USC00170445 46.2833 -69.0167 457.2 ME BEETLE MOUNTAIN +USC00170480 44.4394 -68.9892 9.1 ME BELFAST +USC00170495 44.8667 -70.7500 45.1 ME BEMIS +USC00170571 44.4167 -70.7833 207.3 ME BETHEL +USC00170578 44.5000 -70.8500 216.4 ME BETHEL 7 NW +USC00170583 44.3200 -70.7567 240.8 ME BETHEL 6 SSE +USC00170593 43.4833 -70.4667 -999.9 ME BIDDEFORD +USC00170600 45.0697 -69.9053 114.3 ME BINGHAM WYMAN DAM +USC00170655 45.2669 -69.5839 182.9 ME BLANCHARD +USC00170814 45.6603 -69.8120 325.8 ME BRASSUA DAM HCN +USC00170833 46.4283 -67.8442 128.0 ME BRIDGEWATER +USC00170843 44.1167 -70.7333 220.1 ME BRIDGTON +USC00170844 44.0700 -70.7467 154.8 ME BRIDGTON 3 NW +USC00171070 44.3500 -68.2333 467.0 ME CADILLAC +USC00171100 45.1833 -67.2500 36.6 ME CALAIS +USC00171120 45.0333 -69.4667 -999.9 ME CAMBRIDGE +USC00171131 43.2242 -70.6389 46.3 ME CAPE NEDDICK +USC00171205 44.8000 -69.0500 -999.9 ME CARMEL +USC00171315 44.1869 -70.8475 256.0 ME CENTER LOVELL +USC00171318 46.1703 -69.2083 288.0 ME CHAMBERLAIN BRG +USC00171320 46.0000 -69.0000 -999.9 ME CHAMBERLAIN LAKE +USC00171350 46.0500 -69.4167 286.5 ME CHESUNCOOK +USC00171430 46.4925 -69.2864 284.7 ME CHURCHILL DAM +USC00171472 46.6108 -69.5231 304.8 ME CLAYTON LAKE +USC00171479 46.6167 -69.5333 304.8 ME CLAYTON LAKE 2 +USC00171516 45.9333 -70.0000 341.4 ME COMSTOCK +USC00171628 44.9197 -69.2417 90.5 ME CORINNA HCN +USC00171670 43.8000 -70.8000 239.0 ME CORNISH +USC00171705 43.6833 -70.3667 20.4 ME CUMBERLAND MILLS +USC00171756 45.0167 -70.8500 448.1 ME CUPSUPTIC STOREHOUSE +USC00171823 44.1333 -69.5167 64.0 ME DAMARISCOTTA MILLS +USC00171833 45.6611 -67.8614 144.8 ME DANFORTH +USC00171835 45.6333 -67.9000 117.7 ME DANFORTH (1) +USC00171860 46.9667 -68.8833 603.8 ME DEBOLIE MOUNTAIN +USC00171865 45.7833 -68.9667 205.7 ME DEBSCONEAG +USC00171870 45.2333 -70.2000 353.9 ME DEAD RIVER 26 N +USC00171975 45.1872 -69.1842 112.8 ME DOVER-FOXCROFT WWTP +USC00172048 43.9997 -70.0964 42.7 ME DURHAM +USC00172111 47.0333 -68.6000 185.9 ME EAGLE LAKE +USC00172207 45.1833 -69.1667 128.0 ME EAST DOVER +USC00172238 43.8786 -70.7539 160.9 ME EAST HIRAM +USC00172320 44.7236 -67.3817 22.9 ME EAST MACHIAS +USC00172390 46.6167 -67.9000 -999.9 ME EASTON +USC00172426 44.9067 -66.9919 25.9 ME EASTPORT HCN 72608 +USC00172440 45.1369 -69.2806 193.5 ME E SANGERVILLE +USC00172442 45.1333 -69.2833 164.9 ME EAST SANGERVILLE 5 SE +USC00172443 44.4933 -68.4583 32.0 ME E SURRY +USC00172539 44.3167 -69.9000 52.1 ME EAST WINTHROP +USC00172602 43.1022 -70.7731 6.1 ME ELIOT +USC00172620 44.5333 -68.4333 6.1 ME ELLSWORTH +USC00172623 44.5353 -68.4206 14.9 ME ELLSWORTH POLL CTRL +USC00172695 45.2000 -70.5000 353.9 ME EUSTIS 2 SSE +USC00172700 45.2103 -70.4728 384.0 ME EUSTIS +USC00172702 45.2167 -70.4833 -999.9 ME EUSTIS 2 +USC00172740 44.5833 -69.5833 27.4 ME FAIRFIELD +USC00172751 43.7333 -70.2167 39.6 ME FALMOUTH +USC00172765 44.6894 -70.1564 123.4 ME FARMINGTON HCN +USC00172805 45.2167 -70.2000 -999.9 ME FLAGSTAFF +USC00172868 46.8000 -67.7667 92.0 ME FT FAIRFIELD 5 NE +USC00172878 47.2386 -68.6119 185.9 ME FT KENT +USC00172883 47.2500 -68.6000 153.0 ME FT KENT 2 +USC00173026 44.0167 -70.9825 129.5 ME FRYEBURG +USC00173046 44.2203 -69.7889 40.5 ME GARDINER HCN +USC00173110 44.4000 -70.9667 214.0 ME GILEAD +USC00173137 44.1333 -69.1000 11.9 ME GLEN COVE +USC00173219 47.3000 -68.1500 146.3 ME GRAND ISLE +USC00173261 45.1775 -67.7742 88.4 ME GRAND LAKE STREAM +USC00173295 43.8925 -70.2544 115.2 ME GRAY 74389 +USC00173353 45.4667 -69.5833 313.6 ME GREENVILLE 72619 +USC00173417 45.1703 -69.3817 121.9 ME GUILFORD +USC00173567 44.9467 -69.5456 97.5 ME HARMONY +USC00173570 44.3744 -70.3164 214.9 ME HARTFORD +USC00173588 45.4586 -69.8653 253.0 ME HARRIS STN +USC00173651 45.8500 -68.0000 118.9 ME HAYNESVILLE +USC00173715 47.0000 -69.0000 -999.9 ME HEDGEHOG +USC00173794 43.8833 -70.8000 110.0 ME HIRAM +USC00173800 43.8500 -70.8000 88.1 ME HIRAM 2 S +USC00173862 43.6475 -70.6750 92.7 ME HOLLIS +USC00173897 46.1333 -67.8333 125.0 ME HOULTON +USC00173944 46.2061 -67.8417 118.9 ME HOULTON 5N HCN +USC00173965 46.3333 -68.2500 -999.9 ME HOWE BROOK +USC00174086 45.6261 -70.2461 370.0 ME JACKMAN +USC00174183 44.6453 -67.6494 59.1 ME JONESBORO +USC00174189 44.3167 -69.7667 -999.9 ME KENNEBEC ARSENAL +USC00174193 43.3606 -70.4697 6.1 ME KENNEBUNKPORT +USC00174230 44.4167 -70.0833 152.4 ME KENTS HILL +USC00174290 45.7000 -69.7333 323.1 ME KINEO +USC00174324 44.9594 -70.1753 182.3 ME KINGFIELD +USC00174326 44.9592 -70.1539 171.0 ME KINGFIELD (1) +USC00174420 46.7000 -70.0000 366.1 ME LAC FRONTIERE +USC00174460 45.0000 -70.5000 457.2 ME LANGTOWN +USC00174505 44.8667 -68.1167 449.6 ME LEAD MOUNTAIN +USC00174550 44.9153 -69.0539 125.0 ME LEVANT +USC00174566 44.1000 -70.2167 54.9 ME LEWISTON HCN +USC00174569 44.1000 -70.1667 85.3 ME LEWISTON 2 +USC00174656 43.7167 -70.6500 77.7 ME LIMINGTON +USC00174680 45.4333 -68.5000 65.8 ME LINCOLN +USC00174682 44.9400 -71.0197 412.1 ME LINCOLN PLANTATION +USC00174683 45.3753 -68.5083 57.9 ME LINCOLN SANITARY DISTRICT/WTP +USC00174745 44.4717 -70.1594 115.8 ME LIVERMORE FALLS 1 E +USC00174781 45.2219 -70.1983 353.6 ME LONG FALLS DAM +USC00174782 43.6806 -70.1606 5.2 ME LONG IS +USC00174817 44.1569 -70.8944 149.4 ME LOVELL +USC00174878 44.7200 -67.4539 6.1 ME MACHIAS +USC00174927 44.7975 -69.8889 67.1 ME MADISON +USC00175030 46.5000 -68.3667 213.4 ME MASARDIS +USC00175070 45.1333 -69.6833 304.8 ME MAYFIELD +USC00175261 44.7786 -70.9211 445.0 ME MIDDLE DAM +USC00175304 45.6503 -68.7050 109.7 ME MILLINOCKET HCN +USC00175305 45.6403 -68.6747 109.7 ME MILLINOCKET WASTEWATER +USC00175314 46.3000 -68.8333 235.0 ME MILLINOCKET DAM +USC00175347 45.2564 -69.0100 128.0 ME MILO +USC00175357 44.4500 -70.6500 195.1 ME MILTON +USC00175460 45.5853 -69.7186 316.1 ME MOOSEHEAD +USC00175530 43.2167 -70.7000 210.9 ME MOUNT AGAMENTICUS +USC00175550 45.1333 -70.2833 1264.9 ME MOUNT BIGELOW +USC00175675 44.0436 -69.5375 64.9 ME NEWCASTLE +USC00175686 43.9500 -70.3000 152.7 ME NEW GLOUCESTER +USC00175736 44.6353 -70.0003 146.3 ME NEW SHARON +USC00175805 44.6500 -70.7833 225.9 ME NORTH ANDOVER +USC00175835 43.3036 -70.7333 43.0 ME NORTH BERWICK +USC00175875 44.1333 -70.7167 136.9 ME NORTH BRIDGTON +USC00176011 43.8792 -70.6328 106.7 ME NORTH SEBAGO +USC00176060 44.2194 -70.6036 198.1 ME NORWAY +USC00176420 44.9333 -68.6500 34.1 ME OLD TOWN +USC00176427 44.9667 -70.7833 460.9 ME OQUOSSOC +USC00176428 44.9833 -70.8167 467.6 ME OQUOSSOC (1) +USC00176430 44.8992 -68.6744 35.1 ME ORONO +USC00176485 44.3000 -68.1833 58.8 ME OTTER POINT +USC00176585 46.0167 -68.4500 214.0 ME PATTEN +USC00176593 45.9833 -68.4500 244.1 ME PATTEN 1 S +USC00176594 46.0258 -68.4975 249.9 ME PATTEN 2 +USC00176595 45.9667 -68.5333 235.0 ME PATTEN 4 WSW +USC00176597 46.0167 -68.4667 304.8 ME PATTEN +USC00176599 46.0000 -68.4500 182.9 ME PATTEN +USC00176655 44.3667 -67.8667 4.9 ME PETIT MANAN +USC00176705 44.8247 -70.3342 176.8 ME PHILLIPS +USC00176706 44.8189 -70.3867 349.0 ME PHILLIPS 3 +USC00176707 44.8297 -70.3936 310.9 ME PHILLIPS 2 +USC00176721 45.8944 -69.9647 335.3 ME PITTSTON FARM +USC00176722 45.8908 -69.9647 328.0 ME PITTSTON FARMS NEPP +USC00176856 44.0069 -70.3614 173.7 ME POLAND +USC00176875 46.7925 -68.4772 249.9 ME PORTAGE +USC00176881 43.9919 -69.2167 6.4 ME TENANTS HARBOR +USC00176900 43.6667 -70.2500 20.1 ME PORTLAND +USC00176902 43.6500 -70.2500 -999.9 ME PORTLAND +USC00176927 45.4500 -68.1667 189.0 ME PRENTISS +USC00176937 46.6539 -68.0089 182.6 ME PRESQUE ISLE HCN +USC00177037 44.9892 -70.6719 466.3 ME RANGELEY +USC00177039 44.9894 -70.6722 542.5 ME RANGELEY 2 NW +USC00177174 45.8783 -69.1775 290.2 ME RIPOGENUS DAM +USC00177225 47.0000 -69.0000 -999.9 ME ROACH RIVER +USC00177238 45.0853 -67.1206 35.1 ME ROBBINSTON +USC00177250 44.1000 -69.1167 11.9 ME ROCKLAND +USC00177255 44.1022 -69.1169 10.7 ME ROCKLAND +USC00177315 44.6667 -70.6000 220.1 ME ROXBURY +USC00177325 44.5308 -70.5372 192.0 ME RUMFORD 1 SSE +USC00177330 44.5500 -70.5500 153.9 ME RUMFORD +USC00177335 44.5333 -70.5500 173.7 ME RUMFORD PWR PLT +USC00177336 44.4942 -70.6564 192.0 ME RUMFORD 6SW +USC00177349 43.5000 -70.4500 24.1 ME SACO +USC00177407 47.1667 -68.9000 185.9 ME ST FRANCIS +USC00177479 43.4569 -70.7803 85.3 ME SANFORD 2 NNW +USC00177523 43.5914 -70.2989 27.4 ME SCARBOROUGH +USC00177630 43.7608 -70.5256 88.1 ME SEBAGO LAKE +USC00177646 45.2500 -69.2500 -999.9 ME SEBEC +USC00177654 45.2536 -69.2278 115.8 ME SEBEC LAKE +USC00177827 44.7639 -69.7194 50.3 ME SKOWHEGAN +USC00177940 44.5833 -70.7333 200.9 ME SOUTH ANDOVER +USC00178010 45.1167 -68.8167 57.0 ME SOUTH LAGRANGE +USC00178301 44.2333 -68.3000 6.1 ME SOUTHWEST HARBOR 3 SSE +USC00178353 45.4000 -68.1667 134.1 ME SPRINGFIELD +USC00178398 46.5500 -68.3333 185.9 ME SQUA PAN DAM +USC00178555 45.1333 -70.4500 351.1 ME STRATTON +USC00178598 44.5000 -70.8667 220.1 ME SUNDAY RIVER +USC00178641 44.0333 -70.9833 121.9 ME SWANS FALLS +USC00178688 46.1500 -69.1333 292.6 ME TELOS DAM +USC00178721 45.3500 -69.9667 182.9 ME THE FORKS +USC00178760 44.0833 -69.1833 40.8 ME THOMASTON +USC00178792 45.4353 -67.7214 189.0 ME TOPSFIELD 2 +USC00178798 44.4447 -68.3619 26.2 ME TRENTON +USC00178817 44.2822 -70.2561 172.2 ME TURNER +USC00178936 44.5833 -69.3333 161.8 ME UNITY +USC00178942 44.8833 -70.8619 446.5 ME UPPER DAM +USC00178950 44.6942 -71.0106 530.0 ME UPTON +USC00178963 47.1500 -67.9333 155.4 ME VAN BUREN +USC00178965 47.1664 -67.9397 139.0 ME VAN BUREN 2 +USC00178969 45.5667 -67.4333 139.9 ME VANCEBORO +USC00178974 45.5608 -67.4303 128.0 ME VANCEBORO NO 2 +USC00178998 44.6917 -68.3475 44.2 ME WALTHAM +USC00179020 46.3733 -69.1611 179.8 ME WASHBURN #2 +USC00179051 43.6000 -70.8000 147.8 ME WATERBORO +USC00179151 44.5272 -69.6544 22.3 ME WATERVILLE TRTMT PLT +USC00179294 44.9511 -67.6664 125.0 ME WESLEY +USC00179295 44.9442 -67.7086 71.0 ME WESLEY 2W +USC00179314 43.6878 -70.6128 67.1 ME WEST BUXTON 2 NNW +USC00179360 45.2500 -68.6500 49.1 ME WEST ENFIELD +USC00179382 45.3833 -70.0167 378.0 ME WEST FORKS +USC00179538 44.3333 -70.5833 164.6 ME WEST PARIS +USC00179547 43.8881 -69.7089 27.4 ME WESTPORT ISLAND +USC00179591 44.1833 -69.1500 100.9 ME WEST ROCKPORT +USC00179593 44.1925 -69.1461 115.8 ME W ROCKPORT 1 NNW +USC00179710 45.5500 -69.2500 -999.9 ME WHITE CAP MOUNTAIN +USC00179720 43.8567 -70.4664 135.0 ME WINDHAM 2NW +USC00179721 44.3067 -69.9703 63.4 ME WINTHROP +USC00179826 44.5500 -69.6333 27.1 ME WATERVILLE WWTP +USC00179891 45.1542 -67.3986 37.5 ME WOODLAND HCN +USC00180185 38.9833 -76.4833 3.0 MD ANNAPOLIS US NAVAL ACA +USC00180193 38.9936 -76.5075 7.6 MD ANNAPOLIS POLICE BRKS +USC00180335 38.0722 -75.2128 3.0 MD ASSATEAGUE +USC00180390 39.6333 -76.9833 234.7 MD BACHMAN'S VALLEY +USC00180460 39.2000 -76.5667 43.0 MD BALTIMORE SLEDDS POINT +USC00180467 39.1836 -76.6542 30.8 MD BALTIMORE WASHINGTON INTL CLIM +USC00180475 39.3500 -76.5500 100.9 MD BALTIMORE HAMILTON +USC00180490 39.3000 -76.6333 61.0 MD BALTIMORE WALBROOK +USC00180530 38.5000 -76.6500 7.6 MD BARRON CREEK SPRINGS +USC00180565 39.0000 -77.1167 103.9 MD BATTERY PARK +USC00180700 39.0303 -76.9314 44.2 MD BELTSVILLE HCN +USC00180701 39.0333 -76.9333 49.1 MD BELTSVILLE PLT STN 1 +USC00180702 39.0333 -76.9333 43.0 MD BELTSVILLE PLT STN 2 +USC00180703 39.0333 -76.9333 61.0 MD BELTSVILLE PLT STN 3 +USC00180704 39.0333 -76.9333 82.0 MD BELTSVILLE PLT STN 4 +USC00180705 39.0167 -76.9500 29.9 MD BELTSVILLE PLT STN 5 +USC00180706 39.0167 -76.9500 67.1 MD BELTSVILLE PLT STN 6 +USC00180714 39.0500 -76.9500 95.1 MD BELTSVILLE SCS R1 +USC00180732 39.5000 -76.3833 111.3 MD BENSON POLICE BARRACKS +USC00180737 39.6833 -76.7000 223.1 MD BENTLEY SPRINGS 1 WNW +USC00180752 38.3500 -75.2000 6.1 MD BERLIN 2 NE +USC00180795 38.9667 -77.1167 100.9 MD BETHESDA +USC00180800 39.0000 -77.1000 95.1 MD BETHESDA NATL INST HEA +USC00180881 39.6167 -79.2500 823.9 MD BITTINGER 2 NW +USC00180915 38.4333 -76.1333 3.0 MD BLACKWATER REFUGE +USC00180960 39.6500 -78.8000 237.7 MD BOETTCHERVILLE +USC00180986 39.5167 -77.6500 225.9 MD BOONSBORO +USC00180990 39.5167 -77.6500 192.0 MD BOONSBORO 1 NE +USC00180995 39.5333 -77.6500 182.9 MD BOONSBORO (1) +USC00181032 39.2167 -77.3333 176.8 MD BOYDS 2 NW +USC00181125 39.1911 -77.0069 100.6 MD BRIGHTON DAM +USC00181135 38.9500 -77.0167 78.9 MD BRIGHTWOOD DC +USC00181170 38.9500 -77.1000 78.9 MD BROOKDALE +USC00181180 38.9667 -76.9667 14.9 MD BROOKSIDE MANOR +USC00181250 39.4167 -77.5833 179.8 MD BURKITTSVILLE +USC00181278 39.0333 -77.0000 67.1 MD BURNT MILLS RSVR +USC00181385 38.5667 -76.0667 3.0 MD CAMBRIDGE WATER TRMT P HCN +USC00181530 39.6453 -77.4831 490.7 MD CATOCTIN MTN PARK +USC00181555 39.4000 -75.8833 27.1 MD CECILTON +USC00181627 39.0500 -76.0667 18.0 MD CENTREVILLE +USC00181685 38.4667 -76.7500 52.1 MD CHARLOTTE HALL +USC00181686 38.4667 -76.7667 50.6 MD CHARLOTTE HALL 2 SE +USC00181693 39.3667 -76.3667 6.1 MD CHASE +USC00181710 38.7333 -76.8500 70.1 MD CHELTENHAM 1 NW +USC00181730 38.2000 -76.5333 6.1 MD CHERRY FIELDS +USC00181740 39.5333 -75.8000 5.2 MD CHESAPEAKE CITY +USC00181750 39.2167 -76.0519 12.2 MD CHESTERTOWN HCN +USC00181790 39.6403 -77.6978 162.2 MD HAGERSTOWN 1 E +USC00181862 39.2553 -76.9286 112.8 MD CLARKSVILLE 3 NNE +USC00181890 39.6667 -77.9000 177.1 MD CLEAR SPRING 1 ENE +USC00181960 39.5000 -76.6333 128.0 MD COCKEYSVILLE 2 NE +USC00181980 39.3500 -76.1333 24.1 MD COLEMAN 3 WNW +USC00181995 38.9833 -76.9500 27.4 MD COLLEGE PARK +USC00182000 39.0500 -76.9500 95.1 MD COLLEGE PARK SCS R 1 +USC00182020 39.6667 -76.0833 106.7 MD COLORA +USC00182060 39.6556 -76.1750 12.2 MD CONOWINGO DAM +USC00182065 39.6500 -76.1833 61.0 MD CONOWINGO POLICE BKS +USC00182120 38.1333 -75.6667 -999.9 MD COSTEN +USC00182205 37.9667 -75.8667 3.0 MD CRISFIELD SOMRS COVE +USC00182215 37.9833 -75.8667 2.4 MD CRISFIELD SOMERS COVE +USC00182280 39.6500 -78.7500 274.0 MD CUMBERLAND +USC00182282 39.6419 -78.7561 222.5 MD CUMBERLAND 2 HCN +USC00182285 39.6394 -78.8308 295.7 MD CUMBERLAND POLICE BRK +USC00182308 39.3531 -76.6539 71.6 MD CYLBURN +USC00182325 38.9386 -77.1133 45.7 MD DALECARLIA RSVR +USC00182335 39.2667 -77.2333 220.1 MD DAMASCUS 2 SW +USC00182336 39.2647 -77.2319 213.4 MD DAMASCUS 3 SSW +USC00182345 39.6667 -76.2167 109.7 MD DARLINGTON +USC00182450 39.4333 -79.3333 748.9 MD DEER PARK +USC00182523 38.8833 -75.8000 14.9 MD DENTON 2 E HCN +USC00182585 38.8500 -76.9000 82.9 MD DISTRICT HEIGHTS +USC00182660 39.2667 -76.5167 15.2 MD DUNDALK +USC00182691 39.0167 -76.2333 6.1 MD EASTERN NECK ISLAND +USC00182695 38.8000 -76.0667 18.0 MD EASTON +USC00182700 38.7428 -76.0669 12.2 MD EASTON +USC00182770 39.6667 -77.5500 275.8 MD EDGEMONT +USC00182795 39.3500 -76.3167 3.0 MD EDGEWOOD ARSENAL +USC00182800 39.4167 -76.2667 12.8 MD EDGEWOOD ARSENAL (1) +USC00182860 39.6167 -75.8333 11.9 MD ELKTON +USC00182875 39.2833 -76.8833 91.4 MD ELLICOTT CITY +USC00182905 39.6833 -77.3500 220.1 MD EMMITSBURG +USC00182906 39.6761 -77.2844 122.8 MD EMMITSBURG 2 SE +USC00183050 39.5167 -76.4000 136.9 MD FALLSTON +USC00183097 39.6000 -77.0833 289.6 MD FENBY +USC00183150 39.7000 -78.6000 243.8 MD FLINTSTONE +USC00183230 39.1000 -76.7500 43.0 MD FT GEORGE G MEADE +USC00183345 39.4167 -77.4167 92.0 MD FREDERICK +USC00183347 39.4000 -77.3500 85.3 MD FREDERICK (2) +USC00183348 39.4161 -77.4389 115.8 MD FREDERICK POLICE BRKS +USC00183353 39.4344 -77.3919 85.3 MD FREDERICK 2 NNE +USC00183355 39.4000 -77.3667 117.3 MD FREDERICK 3 E +USC00183400 39.6167 -79.4667 698.0 MD FRIENDSVILLE +USC00183401 39.6667 -79.4000 460.9 MD FRIENDSVILLE +USC00183402 39.6667 -79.4500 609.9 MD FRIENDSVILLE 2 W +USC00183410 39.6500 -78.9333 652.9 MD FROSTBURG +USC00183415 39.6597 -78.9361 661.4 MD FROSTBURG 2 +USC00183565 39.3667 -75.9000 7.6 MD GEORGETOWN DIST RSCH +USC00183585 39.1667 -77.3833 139.9 MD GERMANTOWN +USC00183645 38.9667 -77.1500 46.0 MD GLEN ECHO +USC00183655 39.2667 -76.9833 192.0 MD GLENELG +USC00183675 38.9689 -76.8042 45.7 MD GLENN DALE BELL STN HCN +USC00183715 39.4667 -76.8000 213.4 MD GLYNDON +USC00183795 39.7000 -79.1500 726.0 MD GRANTSVILLE +USC00183805 38.9500 -76.2000 3.0 MD GRASONVILLE +USC00183850 39.0000 -77.2500 61.0 MD GREAT FALLS +USC00183855 39.0000 -77.2500 61.0 MD GREAT FALLS +USC00183860 39.0000 -76.8833 61.0 MD GREENBELT +USC00183880 39.6333 -77.9167 137.2 MD GREEN SPRING FURNACE +USC00183930 39.0167 -77.1167 100.9 MD GROSVENOR LANE +USC00183975 39.6500 -77.7333 201.2 MD HAGERSTOWN +USC00183980 39.6044 -77.7325 170.7 MD HAGERSTOWN POLICE BRK +USC00184025 39.7000 -78.1833 116.1 MD HANCOCK +USC00184030 39.6969 -78.1775 117.0 MD HANCOCK +USC00184090 39.7167 -77.1833 152.4 MD HARNEY +USC00184485 38.6167 -76.6167 49.1 MD HUNTINGTOWN +USC00184650 38.7500 -76.6167 50.3 MD JEWELL +USC00184780 39.4833 -77.7000 128.0 MD KEEDYSVILLE +USC00184980 39.3333 -76.5833 61.0 MD LAKE MONTEBELLO BALTIM +USC00185050 38.9667 -76.8500 54.9 MD LANHAM +USC00185080 38.5333 -77.0000 42.7 MD LA PLATA 1 W +USC00185111 39.0847 -76.9003 121.9 MD LAUREL 3 W HCN +USC00185200 38.2500 -76.6500 6.1 MD LEONARDTOWN 4 SSW +USC00185201 38.3167 -76.6667 34.1 MD LEONARDTOWN 3 NW +USC00185205 38.3000 -76.6500 31.1 MD LEONARDTOWN 2 +USC00185302 39.3500 -77.1000 223.1 MD LISBON 1 W +USC00185340 39.4333 -76.5500 57.9 MD LOCH RAVEN DAM +USC00185390 38.8667 -76.0667 15.5 MD LONGWOODS +USC00185530 39.4667 -79.0667 310.9 MD LUKE +USC00185590 39.4167 -76.6333 103.6 MD LUTHERSVILLE +USC00185665 38.4667 -75.7667 7.6 MD MARDELLA SPRINGS +USC00185715 39.7167 -76.6500 256.0 MD MARYLAND LINE +USC00185790 39.4000 -76.7667 163.1 MD MCDONOGH +USC00185832 39.5833 -79.3667 816.9 MD MC HENRY 2 NW +USC00185865 38.4928 -76.7258 30.5 MD MECHANICSVILLE 5 NE +USC00185894 39.6000 -79.0833 545.6 MD MERRILL +USC00185916 39.3000 -76.4167 6.1 MD MIDDLE RIVER +USC00185917 39.3500 -76.4500 18.0 MD MIDDLE RIVER 1 N +USC00185934 39.7194 -76.8028 262.1 MD MILLERS 4 NE +USC00185985 39.2739 -75.8700 9.1 MD MILLINGTON 1 SE HCN +USC00186150 39.6833 -75.9667 869.3 MD MT. SAVAGE SUMMIT +USC00186350 38.9133 -76.9700 15.2 MD NATL ARBORETUM DC +USC00186408 39.6333 -79.1167 790.0 MD NEW GERMANY +USC00186430 39.3833 -77.2833 192.0 MD NEW MARKET MONROVIO +USC00186620 39.4131 -79.4003 737.6 MD OAKLAND 1 SE HCN +USC00186665 38.3333 -75.0833 6.1 MD OCEAN CITY 74595 +USC00186670 38.3500 -75.0833 6.1 MD OCEAN CITY MOTEL +USC00186770 38.6833 -76.6667 48.8 MD OWINGS FERRY LANDING HCN +USC00186785 38.7000 -76.1667 3.0 MD OXFORD +USC00186800 38.7956 -76.9947 57.9 MD OXON HILL +USC00186844 39.6333 -76.7000 182.9 MD PARKTON 2 SW +USC00186915 38.3333 -76.4167 11.6 MD PATUXENT RIVER +USC00186980 39.5500 -76.0667 11.9 MD PERRY POINT +USC00187010 39.5500 -78.5167 313.9 MD PICARDY +USC00187015 39.3833 -76.7167 152.4 MD PIKESVILLE POL BRKS +USC00187070 39.4333 -76.8000 201.2 MD PLEASANT HILL +USC00187140 38.0667 -75.5500 6.1 MD POCOMOKE CITY +USC00187205 38.4000 -77.0000 6.1 MD POPES CREEK +USC00187230 39.6292 -76.0847 91.4 MD PORT DEPOSIT 2 NE +USC00187250 38.1833 -76.4500 11.6 MD PORTO BELLO +USC00187272 39.0400 -77.2542 82.3 MD POTOMAC FLTR PLT +USC00187310 38.7000 -75.9167 14.9 MD PRESTON 1 S +USC00187315 39.6333 -76.7000 238.0 MD PRETTYBOY DAM +USC00187325 38.5500 -76.5833 43.0 MD PRINCE FREDERICK 1 N +USC00187330 38.2122 -75.6822 6.1 MD PRINCESS ANNE HCN +USC00187410 39.0000 -76.1500 3.0 MD QUEENSTOWN +USC00187435 39.3833 -76.8333 189.0 MD RANDALLSTOWN POLICE BK +USC00187550 39.4000 -76.6500 112.8 MD RIDERWOOD +USC00187575 38.9500 -75.8833 21.0 MD RIDGELY +USC00187580 39.5000 -76.8375 224.6 MD REISTERSTOWN 2 NW +USC00187615 38.9667 -76.9333 14.9 MD RIVERDALE +USC00187690 39.0000 -77.0667 61.0 MD ROCK CREEK FOREST +USC00187700 39.1333 -76.2333 6.1 MD ROCK HALL +USC00187705 39.1008 -77.1486 134.1 MD ROCKVILLE 1 NE +USC00187806 38.7153 -76.1908 3.0 MD ROYAL OAK 2 SSW HCN +USC00188000 38.3650 -75.5892 3.0 MD SALISBURY HCN +USC00188003 38.4200 -75.5642 12.2 MD SALISBURY POLICE BRKS +USC00188004 38.4083 -75.5922 6.1 MD SALISBURY 2N +USC00188007 38.3667 -75.5833 9.1 MD SALISBURY USGS +USC00188030 39.0167 -76.4000 3.0 MD SANDY POINT +USC00188033 38.2333 -75.2000 3.7 MD SANDY POINT (1) +USC00188065 39.5100 -79.1400 455.7 MD SAVAGE RVR DAM +USC00188191 39.3833 -79.2000 519.1 MD SHALLMAR +USC00188205 39.4500 -77.7500 128.0 MD SHARPSBURG +USC00188207 39.3983 -77.7211 121.9 MD SHARPSBURG 5 S +USC00188210 38.5500 -75.7167 3.0 MD SHARPTOWN +USC00188289 38.8333 -76.9500 85.0 MD SILVER HILL OBSY +USC00188300 39.0000 -77.0167 82.0 MD SILVER SPRING +USC00188315 39.5228 -79.4131 621.8 MD SINES DEEP CREEK +USC00188320 39.5333 -79.4167 622.1 MD SINES DEEP CREEK 2 +USC00188368 39.6500 -77.5500 274.3 MD SMITHSBURG +USC00188371 39.6633 -77.5831 204.2 MD SMITHSBURG 2NW +USC00188380 38.2317 -75.3761 9.1 MD SNOW HILL 4 N +USC00188405 38.3197 -76.4525 3.7 MD SOLOMONS +USC00188510 39.7167 -77.4500 445.0 MD STATE SANATORIUM +USC00188557 38.9719 -76.3381 3.0 MD STEVENSVILLE 2SW +USC00188656 38.8500 -76.9333 82.0 MD SUITLAND +USC00188657 39.1639 -75.8547 30.5 MD SUDLERSVILLE 1S +USC00188670 39.3333 -79.4500 762.0 MD SUNNYSIDE +USC00188715 38.9833 -77.0167 97.5 MD TAKOMA PARK # 1 +USC00188720 38.9833 -77.0167 98.1 MD TAKOMA PARK BALT AVE +USC00188725 38.9833 -77.0000 70.1 MD TAKOMA PARK MISS AVE +USC00188780 39.6667 -77.1667 152.4 MD TANEYTOWN +USC00188855 39.6667 -78.2500 167.9 MD TONOLOWAY +USC00188877 39.3833 -76.5667 118.9 MD TOWSON +USC00188900 38.6667 -76.0500 16.8 MD TRAPPE +USC00188990 39.5667 -77.1667 140.2 MD UNION BRIDGE +USC00189030 39.4500 -77.1833 131.1 MD UNIONVILLE +USC00189035 38.9333 -77.0167 70.1 MD US SOLDIERS HOME DC +USC00189065 38.8000 -76.7667 24.4 MD UPPER MARLBORO +USC00189070 38.8519 -76.7683 39.6 MD UPPER MARLBORO 3 NNW +USC00189115 39.4333 -76.3000 30.5 MD VAN BIBBER +USC00189140 38.4875 -75.8211 3.0 MD VIENNA +USC00189187 39.0500 -77.0833 92.0 MD VIERS MILL +USC00189195 38.6517 -76.8806 64.0 MD WALDORF POLICE BARRACK +USC00189314 39.1667 -76.7833 70.1 MD WATERLOO POLICE BRCK +USC00189400 38.9500 -76.8833 49.1 MD WEST LANHAM HILLS +USC00189405 39.4833 -79.0500 305.1 MD WESTERNPORT +USC00189409 39.4833 -79.0500 289.9 MD WESTERNPORT UPRC +USC00189435 39.5500 -76.9833 262.1 MD WESTMINSTER 2 SSE +USC00189440 39.5736 -76.9883 228.6 MD WESTMINSTER HCN +USC00189497 38.4000 -75.3000 9.1 MD WHALEYSVILLE +USC00189502 39.0667 -77.0333 100.6 MD WHEATON RGNL PARK +USC00189507 39.6167 -76.6333 107.0 MD WHITE HALL +USC00189570 39.6108 -77.8472 109.7 MD WILLIAMSPORT +USC00189590 39.2667 -76.5833 144.8 MD WILTONDALE +USC00189674 38.9072 -77.0522 18.3 DC GEORGETOWN +USC00189750 39.3333 -76.8667 140.2 MD WOODSTOCK HCN +USC00190049 42.6500 -73.1000 228.9 MA ADAMS +USC00190120 42.3861 -72.5375 44.2 MA AMHERST HCN +USC00190130 42.6500 -71.1333 84.1 MA ANDOVER +USC00190166 42.4167 -71.1833 54.9 MA ARLINGTON +USC00190190 42.6178 -71.9158 337.7 MA ASHBURNHAM +USC00190192 42.6617 -71.9358 349.3 MA ASHBURNHAM N +USC00190213 42.5133 -72.8508 408.4 MA ASHFIELD +USC00190214 42.5458 -72.7803 294.1 MA ASHFIELD 2 NE +USC00190218 42.2500 -71.4667 70.1 MA ASHLAND +USC00190257 42.5833 -72.2167 259.1 MA ATHOL +USC00190270 41.9333 -71.3333 30.5 MA ATTLEBORO +USC00190360 42.1000 -71.3333 57.0 MA BAKER'S BRIDGE +USC00190408 42.4281 -72.0275 251.5 MA BARRE FALLS DAM +USC00190510 42.3167 -73.1167 485.2 MA BECKET 2 SW +USC00190535 42.4833 -71.2833 48.8 MA BEDFORD HCN +USC00190538 42.4667 -71.2500 48.8 MA BEDFORD +USC00190551 42.2333 -70.8167 18.9 MA BEECHWOOD +USC00190562 42.2797 -72.3483 167.6 MA BELCHERTOWN +USC00190582 42.4000 -71.1500 -999.9 MA BELMONT +USC00190593 42.5881 -70.8372 19.8 MA BEVERLY +USC00190595 42.5667 -70.8167 23.8 MA BEVERLY FARMS +USC00190655 42.5667 -71.2667 43.0 MA BILLERICA +USC00190666 42.6325 -72.1228 260.6 MA BIRCH HILL DAM +USC00190736 42.2122 -71.1136 190.5 MA BLUE HILL HCN +USC00190759 42.1333 -72.9333 338.3 MA BORDEN BROOK RSVR +USC00190768 42.3500 -71.0667 5.2 MA BOSTON +USC00190801 42.3500 -71.7167 192.0 MA BOYLSTON +USC00190830 41.7833 -70.0333 13.1 MA BREWSTER +USC00190840 41.9539 -70.9572 12.2 MA BRIDGEWATER +USC00190860 42.0475 -71.0081 22.9 MA BROCKTON +USC00190862 42.0833 -71.0167 33.5 MA BROCKTON "B" +USC00190863 42.0833 -71.0167 33.5 MA BROCKTON "C" +USC00190998 42.1164 -71.9075 158.5 MA BUFFUMVILLE LAKE +USC00191097 42.3833 -71.1167 18.0 MA CAMBRIDGE +USC00191099 42.3833 -71.1000 2.4 MA CAMBRIDGE "B" +USC00191103 42.3750 -71.1056 4.0 MA CAMBRIDGE "C" +USC00191110 42.3667 -71.1000 5.8 MA CAMBRIDGE MIT +USC00191147 41.9000 -69.9833 14.9 MA CAMP WELLFLEET +USC00191318 42.6383 -72.9364 214.0 MA CHARLEMONT 3 WNW +USC00191323 42.2500 -71.2667 27.4 MA CHARLES RIVER VILLAGE +USC00191343 42.1333 -71.9667 267.9 MA CHARLTON +USC00191344 42.1333 -71.9500 207.0 MA CHARLTON 2 +USC00191345 42.1333 -71.9667 299.0 MA CHARLTON MASONIC HOME +USC00191376 41.6667 -69.9500 11.6 MA CHATHAM LT STN +USC00191386 41.6569 -69.9592 12.2 MA CHATHAM 74494 +USC00191425 42.2833 -72.9833 182.9 MA CHESTER +USC00191430 42.3000 -72.9833 195.1 MA CHESTER 2 +USC00191436 42.3833 -72.8500 410.0 MA CHESTERFIELD +USC00191447 42.3333 -71.1500 36.9 MA CHESTNUT HILL +USC00191561 42.4000 -71.6833 121.9 MA CLINTON +USC00191563 42.4167 -71.6833 85.3 MA CLINTON "B" +USC00191582 42.2333 -70.8000 14.9 MA COHASSET +USC00191589 42.3833 -72.0500 207.0 MA COLDBROOK +USC00191611 42.6667 -72.7000 190.5 MA COLRAIN +USC00191622 42.4500 -71.3667 43.0 MA CONCORD +USC00191650 41.6167 -70.4333 18.3 MA COTUIT +USC00191770 42.5000 -72.9000 426.7 MA CUMMINGTON +USC00191774 42.4667 -72.9333 490.7 MA CUMMINGTON HILL +USC00191820 42.4667 -73.1667 365.8 MA DALTON +USC00191821 42.4686 -73.1531 369.4 MA DALTON +USC00191950 42.2833 -71.0667 15.2 MA DORCHESTER +USC00191992 42.7000 -71.2833 82.0 MA DRACUT +USC00192000 42.6522 -72.9975 493.2 MA DRURY +USC00192010 42.0333 -71.9333 213.4 MA DUDLEY +USC00192026 42.6667 -71.5167 64.0 MA DUNSTABLE +USC00192107 42.1103 -72.1269 213.4 MA E BRIMFIELD LAKE +USC00192150 42.6167 -70.6500 4.6 MA EAST GLOUCESTER +USC00192175 42.5742 -72.8681 502.0 MA E HAWLEY +USC00192369 42.6667 -71.5667 64.0 MA EAST PEPPERELL +USC00192372 41.7144 -70.4717 45.7 MA E SANDWICH +USC00192420 42.7667 -72.0333 365.8 MA EAST TEMPLETON +USC00192451 41.7653 -70.6697 9.1 MA E WAREHAM +USC00192501 41.3853 -70.5181 9.1 MA EDGARTOWN +USC00192530 42.4333 -70.9000 21.3 MA EGG ROCK +USC00192642 41.7167 -71.1333 57.9 MA FALL RIVER +USC00192770 42.0833 -72.1500 350.5 MA FISKDALE +USC00192806 42.5500 -71.7500 100.9 MA FITCHBURG 4 SE +USC00192807 42.6167 -71.8017 202.7 MA FITCHBURG COOP +USC00192810 42.6000 -72.8333 213.4 MA FITCHBURG "A" +USC00192812 42.5667 -71.8000 160.0 MA FITCHBURG "C" +USC00192850 42.6667 -73.0333 -999.9 MA FLORIDA +USC00192913 42.0786 -71.2381 82.3 MA FOXBORO +USC00192975 42.2833 -71.4167 52.1 MA FRAMINGHAM +USC00192997 42.0792 -71.4094 76.2 MA FRANKLIN +USC00193052 42.5833 -71.9833 338.3 MA GARDNER +USC00193110 42.2833 -72.2167 15.2 MA GILBERTVILLE +USC00193167 42.0667 -72.9000 374.9 MA GRANVILLE +USC00193172 42.0875 -72.8486 184.4 MA GRANVILLE DAM +USC00193208 42.2167 -73.3500 209.7 MA GREAT BARRINGTON +USC00193213 42.2167 -73.3500 209.7 MA GREAT BARRINGTON 2N HCN +USC00193224 42.5833 -72.6000 56.4 MA GREENFIELD +USC00193229 42.5719 -72.5975 39.6 MA GREENFIELD #3 +USC00193270 42.6000 -71.5833 103.9 MA GROTON +USC00193276 42.7467 -71.0425 9.1 MA GROVELAND +USC00193295 42.5000 -72.5833 41.1 MA HADLEY +USC00193304 42.0167 -70.8833 27.1 MA HALIFAX +USC00193401 42.3500 -72.2000 295.7 MA HARDWICK +USC00193402 42.3458 -72.1542 173.7 MA HARDWICK 2 ESE +USC00193405 42.3333 -72.2500 226.5 MA HARDWICK 3 WSW +USC00193429 42.5333 -72.1833 378.0 MA HARVARD FOREST +USC00193471 41.6167 -70.5333 21.3 MA HATCHVILLE +USC00193505 42.7594 -71.0603 6.1 MA HAVERHILL +USC00193549 42.6667 -72.8167 484.6 MA HEATH +USC00193624 42.2269 -70.9125 10.7 MA HINGHAM +USC00193625 42.2167 -70.8833 18.3 MA HINGHAM (1) +USC00193640 42.3667 -71.3333 67.1 MA HOBBS BROOK +USC00193690 42.3500 -71.8500 259.1 MA HOLDEN +USC00193695 42.2000 -71.4333 61.0 MA HOLLISTON +USC00193702 42.2000 -72.6000 29.9 MA HOLYOKE +USC00193713 42.6833 -72.9667 244.1 MA HOOSAC TUNNEL +USC00193772 42.4833 -72.0000 299.0 MA HUBBARDSTON +USC00193821 41.6650 -70.3039 18.3 MA HYANNIS +USC00193826 42.2167 -71.1167 18.3 MA HYDE PARK +USC00193876 42.6647 -70.8658 25.9 MA IPSWICH +USC00193890 42.3031 -71.1239 29.0 MA JAMAICA PLAIN +USC00193931 42.3667 -71.9000 246.9 MA JEFFERSON +USC00193940 42.3667 -71.2833 -999.9 MA KENDALL GREEN +USC00193946 42.8000 -71.0500 36.3 MA KENOZA LAKE +USC00193985 42.2833 -72.8667 192.0 MA KNIGHTVILLE DAM +USC00194012 42.3167 -71.3833 46.0 MA LAKE COCHITUATE +USC00194075 42.5500 -73.2333 376.7 MA LANESBORO +USC00194105 42.6992 -71.1658 15.2 MA LAWRENCE HCN +USC00194112 42.3000 -73.2333 -999.9 MA LEE +USC00194115 42.3000 -72.6667 118.9 MA LEEDS +USC00194125 42.2500 -71.9167 309.1 MA LEICESTER +USC00194131 42.3356 -73.2506 306.0 MA LENOX DALE +USC00194135 42.5333 -71.7667 164.6 MA LEOMINSTER +USC00194154 42.4467 -72.5300 96.0 MA LEVERETT #2 +USC00194162 42.4500 -71.2000 61.0 MA LEXINGTON +USC00194295 41.7333 -70.9167 16.8 MA LONG PLAIN +USC00194313 42.6408 -71.3636 33.5 MA LOWELL +USC00194340 42.2000 -72.4833 115.8 MA LUDLOW CENTER +USC00194360 42.4667 -70.9333 12.2 MA LYNN +USC00194405 42.5667 -70.7333 -999.9 MA MANCHESTER +USC00194449 42.0500 -71.2000 43.0 MA MANSFIELD +USC00194502 42.5008 -70.8644 25.6 MA MARBLEHEAD +USC00194525 41.6833 -70.4333 27.4 MA MARSTON MILLS +USC00194580 42.4292 -71.4425 62.5 MA MAYNARD 2 +USC00194615 42.4167 -71.1167 0.9 MA MEDFORD +USC00194635 42.4667 -71.0667 -999.9 MA MELROSE HIGHLANDS +USC00194667 42.1000 -71.5667 136.9 MA MENDON +USC00194711 41.8819 -70.9086 13.7 MA MIDDLEBORO +USC00194744 42.5933 -71.0186 33.5 MA MIDDLETON +USC00194760 42.1633 -71.5119 85.3 MA MILFORD +USC00194771 42.1833 -71.7500 107.0 MA MILLBURY +USC00194795 42.2500 -71.1000 30.5 MA MILTON +USC00194850 42.7167 -72.9833 566.9 MA MONROE +USC00194875 42.0833 -72.3333 128.0 MA MONSON +USC00194903 42.5833 -72.5833 30.5 MA MONTAGUE CITY +USC00195050 42.2667 -72.6167 268.2 MA MOUNT NONOTUCK +USC00195060 42.2667 -72.6333 61.0 MA MOUNT TOM +USC00195077 42.4833 -71.8833 609.9 MA MT WACHUSET +USC00195095 42.4333 -71.1500 3.7 MA MYSTIC LAKE +USC00195145 42.4333 -70.9333 27.4 MA NAHANT +USC00195160 41.2919 -70.1706 4.9 MA NANTUCKET COOP +USC00195175 42.2825 -71.3439 54.9 MA NATICK +USC00195177 42.2833 -71.3500 54.9 MA NATICK (1) +USC00195203 42.2667 -71.2667 42.7 MA NEEDHAM +USC00195246 41.5953 -70.9053 5.5 MA NEW BEDFORD COOP HCN +USC00195248 41.7333 -70.9167 16.8 MA NEW BEDFORD B +USC00195285 42.8319 -70.9153 16.8 MA NEWBURYPORT +USC00195306 42.4500 -72.3333 257.6 MA NEW SALEM +USC00195317 42.3000 -71.2167 31.1 MA NEWTON +USC00195390 42.1333 -71.3167 73.2 MA NORFOLK +USC00195490 42.6000 -71.3000 35.1 MA NORTH BILLERICA +USC00195514 42.1167 -71.6833 -999.9 MA NORTHBRIDGE +USC00195524 42.1150 -71.6761 96.0 MA NORTHBRIDGE 2 +USC00195891 42.0333 -70.0667 42.1 MA NORTH TRURO +USC00195984 41.9928 -71.1667 29.0 MA NORTON W +USC00196004 42.1833 -71.2000 42.7 MA NORWOOD RIVER GAGE +USC00196100 41.7619 -69.9858 4.6 MA ORLEANS S +USC00196245 42.5333 -70.9833 51.8 MA PEABODY +USC00196251 42.4000 -72.4000 335.9 MA PELHAM +USC00196256 42.3833 -72.4000 348.1 MA PELHAM 2 +USC00196262 42.0167 -70.8167 21.0 MA PEMBROKE +USC00196286 42.6667 -71.5333 64.0 MA PEPPERELL +USC00196311 42.4167 -73.0667 558.1 MA PERU +USC00196316 42.4333 -73.0500 625.1 MA PERU 2 +USC00196322 42.5333 -72.1833 332.2 MA PETERSHAM 3 N +USC00196409 42.4500 -73.2500 317.0 MA PITTSFIELD +USC00196425 42.5167 -72.9167 493.8 MA PLAINFIELD +USC00196435 42.5167 -72.9167 542.5 MA PLAINFIELD 2 +USC00196486 41.9819 -70.6961 13.7 MA PLYMOUTH-KINGSTON HCN +USC00196644 42.4500 -71.8667 317.0 MA PRINCETON +USC00196676 42.0833 -70.2167 11.9 MA PROVINCETOWN 3 NW +USC00196681 42.0500 -70.1833 6.1 MA PROVINCETOWN HCN +USC00196699 42.3667 -72.2833 167.6 MA QUABBIN INTAKE +USC00196720 42.3778 -71.8508 202.1 MA QUINAPOXET +USC00196770 42.1667 -71.0500 54.6 MA RANDOLPH +USC00196783 42.5239 -71.1250 33.5 MA READING HCN +USC00196915 42.3667 -71.2667 22.9 MA ROBERTS DAM +USC00196938 41.7850 -70.9175 19.8 MA ROCHESTER +USC00196977 42.6500 -70.6000 24.1 MA ROCKPORT 1 ESE +USC00196988 42.7000 -72.9000 487.7 MA ROWE +USC00196989 42.7350 -72.8692 528.8 MA ROWE 3NE +USC00196993 42.3500 -71.0667 32.6 MA ROXBURY +USC00196996 42.6775 -72.1878 308.2 MA ROYALSTON +USC00197104 42.4167 -72.0000 353.6 MA RUTLAND +USC00197122 42.5167 -70.9000 12.2 MA SALEM "B" +USC00197124 42.5333 -70.8667 9.1 MA SALEM CG AIR STN +USC00197150 42.8500 -70.9000 9.1 MA SALISBURY +USC00197190 41.7667 -70.5000 6.1 MA SANDWICH +USC00197230 42.5692 -72.9956 588.3 MA SAVOY +USC00197240 42.6833 -73.0333 73.2 MA SAVOY CENTER +USC00197293 41.8333 -71.1167 11.9 MA SEGREGANSET +USC00197340 42.0667 -73.4000 253.0 MA SHEFFIELD 3 SSW +USC00197370 42.6167 -72.7333 136.9 MA SHELBURNE FALLS +USC00197475 41.7667 -71.1333 12.2 MA SOMERSET (1) +USC00197627 42.0583 -72.0722 208.8 MA SOUTHBRIDGE 3 SW +USC00197643 41.8667 -70.7167 31.1 MA SOUTH CARVER +USC00197667 41.6894 -70.1564 10.1 MA SOUTH DENNIS +USC00197692 42.1500 -73.4500 256.0 MA SOUTH EGREMONT +USC00197730 42.0756 -73.2403 417.0 MA SOUTHFIELD +USC00197750 42.0500 -70.8833 24.4 MA SOUTH HANSON +USC00197961 41.9000 -69.9833 14.9 MA SOUTH WELLFLEET +USC00198030 42.4500 -71.0833 52.1 MA SPOT POND +USC00198041 42.0833 -72.5833 11.6 MA SPRINGFIELD SEWAGE PLT +USC00198046 42.1000 -72.5833 57.9 MA SPRINGFIELD +USC00198051 42.1000 -72.6000 36.9 MA SPRINGFIELD NEWS BUILD +USC00198101 41.9500 -70.9500 24.1 MA STATE FARM +USC00198154 42.4500 -71.8167 146.3 MA STERLING +USC00198159 42.4500 -71.8000 220.1 MA STERLING 2 NNW +USC00198181 42.3000 -73.3333 262.1 MA STOCKBRIDGE +USC00198218 42.3667 -71.2667 17.7 MA STONY BROOK +USC00198278 42.4447 -72.5528 70.1 MA SUNDERLAND +USC00198301 42.4667 -70.9000 6.1 MA SWAMPSCOTT +USC00198367 41.9003 -71.0658 6.1 MA TAUNTON HCN +USC00198368 41.9561 -71.1394 25.9 MA NWS BOSTON/NORTON +USC00198374 41.9000 -71.0833 12.5 MA TAUNTON NO. 163 +USC00198375 41.9000 -71.1000 30.5 MA TAUNTON NO 164 +USC00198376 41.9000 -71.1000 12.2 MA TAUNTON NO 184 +USC00198470 42.3167 -71.0000 -999.9 MA THOMPSON'S ISLAND +USC00198573 42.6394 -72.2244 207.3 MA TULLY LAKE +USC00198580 42.6167 -72.5500 57.9 MA TURNERS FALLS +USC00198705 41.4528 -70.6014 3.0 MA VINEYARD HAVEN +USC00198740 41.5000 -71.0667 33.5 MA WAKEFIELD +USC00198755 42.1667 -71.2333 52.1 MA WALPOLE +USC00198757 42.1608 -71.2461 51.8 MA WALPOLE 2 HCN +USC00198760 42.1333 -71.2500 61.0 MA WALPOLE 1 SSE +USC00198770 42.0333 -71.2833 12.2 MA WALTHAM +USC00198793 42.2622 -72.2483 121.9 MA WARE +USC00198798 42.2667 -72.2667 153.0 MA WARE 2 +USC00198842 42.3667 -73.1333 548.9 MA WASHINGTON +USC00198843 42.3667 -73.1500 598.0 MA WASHINGTON 2 +USC00198918 42.0500 -71.8833 143.0 MA WEBSTER +USC00198960 42.2833 -71.3333 48.8 MA WELLESLEY +USC00199080 42.2667 -71.6333 90.8 MA WESTBORO +USC00199093 42.1667 -72.2667 114.3 MA WEST BRIMFIELD +USC00199136 42.4833 -72.9667 363.0 MA WEST CUMMINGTON +USC00199175 41.6000 -70.6333 3.0 MA WEST FALMOUTH +USC00199191 42.1333 -72.7500 36.6 MA WESTFIELD +USC00199193 42.0931 -72.8036 131.1 MA WESTFIELD 3 SW +USC00199219 42.0833 -72.9333 406.0 MA WEST GRANVILLE +USC00199221 42.0667 -72.9333 326.1 MA WEST GRANVILLE +USC00199226 42.6167 -71.6333 103.9 MA WEST GROTON +USC00199227 41.6633 -70.1161 4.6 MA W HARWICH +USC00199289 42.4667 -70.9667 36.9 MA WEST LYNN +USC00199316 42.1333 -71.4333 64.0 MA WEST MEDWAY HCN +USC00199360 42.3833 -71.3167 67.1 MA WESTON +USC00199371 42.1819 -73.2236 394.7 MA W OTIS +USC00199442 42.3667 -71.9833 262.1 MA WEST RUTLAND +USC00199708 42.6667 -71.8000 153.0 MA WILLARD BROOK SF +USC00199730 42.7156 -73.1922 189.3 MA WILLIAMSTOWN +USC00199731 42.7167 -73.2000 216.7 MA WILLIAMSTOWN +USC00199770 42.7000 -72.0833 262.1 MA WINCHENDON +USC00199780 42.6833 -72.0500 310.9 MA WINCHENDON 2 +USC00199795 42.4500 -71.3000 27.4 MA WINCHESTER +USC00199820 42.3667 -71.9833 12.2 MA WINTHROP +USC00199891 41.5325 -70.6589 24.4 MA WOODS HOLE GOLF CLUB +USC00199893 41.5500 -70.6500 12.2 MA WOODS HOLE 2 NE +USC00199928 42.3000 -71.8167 189.0 MA WORCESTER +USC00199929 42.2667 -71.8333 249.9 MA WORCESTER +USC00199936 42.2500 -71.7500 198.1 MA WORCESTER C +USC00199972 42.3869 -72.9211 391.7 MA WORTHINGTON +USC00200015 42.9500 -85.5000 194.5 MI ADA +USC00200017 42.9553 -85.4764 184.1 MI ADA +USC00200032 41.9164 -84.0158 231.6 MI ADRIAN 2 NNE HCN +USC00200050 47.2919 -88.4208 331.6 MI AHMEEK 1SW +USC00200084 43.6097 -83.6336 179.5 MI AKRON 7 NW +USC00200089 46.6447 -88.4811 399.3 MI ALBERTA FORD FOR CTR +USC00200094 42.2486 -84.7736 286.5 MI ALBION +USC00200098 44.5667 -83.8000 222.5 MI ALCONA DAM +USC00200106 42.6158 -82.5436 176.8 MI ALGONAC WWTP +USC00200108 42.5333 -85.9000 -999.9 MI ALLEGAN 1 +USC00200128 42.5800 -85.7892 228.6 MI ALLEGAN 5NE HCN +USC00200135 42.9583 -85.8958 213.4 MI ALLENDALE 3 ESE +USC00200146 43.3869 -84.6483 222.2 MI ALMA HCN +USC00200159 42.9167 -83.0333 251.2 MI ALMONT +USC00200166 45.1628 -83.5906 225.6 MI ALPENA 10NW +USC00200194 46.2289 -88.4444 445.0 MI AMASA +USC00200197 46.2347 -88.4544 448.1 MI AMASA 1W +USC00200220 42.2875 -83.7611 263.7 MI ANN ARBOR 1W +USC00200224 42.3167 -83.7500 244.8 MI ANN ARBOR NEAR +USC00200228 42.2417 -83.6933 253.6 MI ANN ARBOR SE +USC00200230 42.2981 -83.6639 247.8 MI ANN ARBOR U OF MICH HCN +USC00200232 42.8461 -82.8425 228.6 MI ARMADA 2E +USC00200233 42.8333 -82.8500 -999.9 MI ARMADA +USC00200234 46.0750 -87.4900 338.6 MI ARNOLD 2N +USC00200342 45.0047 -84.1406 267.9 MI ATLANTA +USC00200343 45.0283 -84.2331 359.7 MI ATLANTA 5 WNW +USC00200361 43.6253 -84.0189 184.4 MI AUBURN 2NE +USC00200373 43.1256 -82.6886 234.7 MI AVOCA 4 N +USC00200415 44.0042 -83.1239 225.6 MI BAD AXE 4 N +USC00200416 43.8083 -83.0800 213.4 MI BAD AXE 4 W +USC00200417 43.8081 -82.9939 217.9 MI BAD AXE +USC00200420 43.8303 -82.8425 225.6 MI BAD AXE 8 E +USC00200446 43.9006 -85.8506 254.5 MI BALDWIN +USC00200457 42.5833 -83.2667 284.1 MI BALL MOUNTAIN +USC00200476 42.3167 -86.1167 198.1 MI BANGOR +USC00200485 46.7833 -88.4833 195.1 MI BARAGA +USC00200489 46.7833 -88.4833 244.1 MI BARAGA 1 N +USC00200495 46.7953 -88.6014 236.5 MI BARAGA 5W +USC00200497 46.8208 -88.6064 198.7 MI BARAGA 7NW +USC00200520 45.5547 -87.2614 178.9 MI BARK RVR 11SSE +USC00200552 42.3667 -85.2667 283.5 MI BATTLE CREEK 5NW +USC00200568 43.6167 -83.8667 180.1 MI BAY CITY +USC00200603 44.4208 -86.1481 241.1 MI BEAR LAKE +USC00200631 43.8833 -84.4833 220.1 MI BEAVERTON +USC00200632 43.8797 -84.4742 208.2 MI BEAVERTON 1ESE +USC00200647 46.1833 -88.8833 506.0 MI BEECHWOOD 7 WNW +USC00200660 44.9803 -85.2111 191.1 MI BELLAIRE +USC00200662 44.9758 -85.1981 190.5 MI BELLAIRE +USC00200710 42.1244 -86.4267 190.5 MI BENTON HARBOR AP +USC00200715 44.6167 -86.1667 253.6 MI BENZONIA +USC00200716 42.4933 -83.1750 202.7 MI BERKLEY +USC00200718 46.5869 -89.5475 396.2 MI BERGLAND DAM +USC00200723 42.9333 -82.9167 -999.9 MI BERLIN +USC00200735 41.9647 -86.4369 228.6 MI BERRIEN SPRINGS 5 W +USC00200745 46.4833 -90.0167 436.8 MI BESSEMER +USC00200758 44.5317 -86.1311 235.6 MI BEULAH 7SSW +USC00200767 46.8500 -87.8000 198.1 MI BIG BAY 4 NW +USC00200770 46.8325 -87.7503 233.2 MI BIG BAY 1NW +USC00200771 46.7461 -87.8817 445.0 MI BIG BAY 9SW +USC00200779 43.7072 -85.4822 283.5 MI BIG RAPIDS WTR WKS HCN +USC00200781 43.2508 -83.7942 192.9 MI BIRCH RUN +USC00200787 42.5500 -83.1833 262.1 MI BIRMINGHAM +USC00200793 46.1167 -85.9000 -999.9 MI BLANEY +USC00200840 41.8000 -83.8333 -999.9 MI BLISSFIELD +USC00200842 41.8400 -83.8608 210.3 MI BLISSFIELD 1NNE +USC00200864 42.3839 -85.9625 224.3 MI BLOOMINGDALE +USC00200917 44.3000 -85.6333 427.9 MI BOON +USC00200924 45.2167 -84.8000 253.0 MI BOYNE FALLS ST NURSERY +USC00200925 45.1672 -84.9139 221.9 MI BOYNE FALLS +USC00200970 43.2622 -84.2286 186.2 MI BRANT 0.2N +USC00200972 46.0667 -85.1667 214.0 MI BREVORT 6 NW +USC00200981 43.3594 -83.8817 184.1 MI BRIDGEPORT +USC00201011 41.7833 -85.2000 -999.9 MI BRONSON +USC00201017 42.1128 -84.2097 304.8 MI BROOKLYN 2 ENE +USC00201052 43.2172 -82.9906 246.9 MI BROWN CITY +USC00201062 42.1400 -83.2747 185.9 MI BROWNSTOWN +USC00201122 42.1028 -85.0831 292.6 MI BURLINGTON +USC00201133 43.2000 -83.0500 238.0 MI BURNSIDE 1 E +USC00201150 43.0675 -83.5919 230.7 MI BURTON 4N +USC00201172 42.8086 -84.0350 262.1 MI BYRON 4 WSW +USC00201178 44.2114 -85.4086 415.4 MI CADILLAC 9&10 NEWS +USC00201215 47.2500 -88.4500 378.3 MI CALUMET +USC00201221 41.7333 -84.7667 368.8 MI CAMDEN +USC00201225 42.3200 -83.4561 205.4 MI CANTON +USC00201238 43.0481 -82.9239 248.4 MI CAPAC 2N +USC00201250 42.0636 -83.4358 191.1 MI CARLETON 2W +USC00201299 43.4839 -83.3919 210.3 MI CARO WWTP +USC00201301 43.5000 -83.4000 214.0 MI CARO S C S +USC00201331 43.4167 -82.5833 245.1 MI CARSONVILLE +USC00201343 43.9417 -83.2669 181.4 MI CASEVILLE +USC00201352 43.2500 -85.8167 259.1 MI CASNOVIA 2 NW +USC00201361 43.5861 -83.1805 212.8 MI CASS CITY 1 SSW +USC00201363 41.9000 -86.0167 275.2 MI CASSOPOLIS +USC00201429 42.2500 -85.0333 270.7 MI CERESCO +USC00201435 46.4992 -87.8450 473.7 MI CLARKSBURG +USC00201439 46.5192 -87.9858 487.4 MI CHAMPION VAN RIPER PK HCN +USC00201446 46.1333 -88.0833 422.1 MI CHANNING +USC00201468 45.3172 -85.2672 180.7 MI CHARLEVOIX +USC00201476 42.5503 -84.8258 274.9 MI CHARLOTTE +USC00201484 46.3500 -86.9333 268.2 MI CHATHAM EXP FA +USC00201486 46.3414 -86.9242 265.2 MI CHATHAM EXP FARM 2 HCN +USC00201492 45.6528 -84.4725 179.2 MI CHEBOYGAN HCN +USC00201497 45.6333 -84.4833 185.9 MI CHEBOYGAN PWR PLT +USC00201502 42.3264 -84.0133 274.3 MI CHELSEA +USC00201522 43.1936 -84.1114 189.0 MI CHESANING +USC00201629 42.2500 -85.3000 -999.9 MI CLIMAX +USC00201634 40.6667 -83.9667 253.0 MI CLINTON +USC00201645 43.1794 -83.7369 214.9 MI CLIO +USC00201675 41.9622 -84.9925 299.9 MI COLDWATER ST SCHOOL HCN +USC00201680 41.9397 -85.0183 289.6 MI COLDWTR WASTEWTR PLT +USC00201702 42.1667 -86.3333 260.6 MI COLOMA +USC00201704 42.2333 -86.3167 213.4 MI COLOMA 3 NNW +USC00201714 43.1500 -83.4167 225.9 MI COLUMBIAVILLE +USC00201721 43.1897 -83.3358 238.0 MI COLUMBIAVILLE 5 NE +USC00201744 42.1667 -84.6333 -999.9 MI CONCORD +USC00201763 44.4500 -83.4667 206.3 MI COOKE SITE +USC00201768 45.9247 -86.4436 225.6 MI COOKS 2NE +USC00201775 47.4667 -87.8667 189.0 MI COPPER HARBOR +USC00201777 47.4833 -87.9500 192.0 MI COPPER HARBOR 3 WNW +USC00201780 47.4678 -87.8672 190.5 MI COPPER HARBOR FT WILKINS +USC00201800 45.8833 -87.3000 268.2 MI CORNELL 4 WSW +USC00201802 45.8269 -87.1589 242.0 MI CORNELL 5SE +USC00201804 45.9833 -87.2667 278.0 MI CORNELL 6 NNW +USC00201818 42.9986 -84.0744 232.3 MI CORUNNA 2 NE +USC00201831 42.2833 -86.2667 -999.9 MI COVERT +USC00201845 46.5589 -88.5419 491.0 MI COVINGTON 1NNW +USC00201848 46.5833 -88.5667 -999.9 MI COVINGTON 3 NW +USC00201896 45.6414 -85.0142 219.8 MI CROSS VILLAGE 1E +USC00201901 43.2667 -82.6000 222.8 MI CROSWELL +USC00201922 46.1667 -88.2333 414.5 MI CRYSTAL FALLS 6 NE +USC00201934 44.7333 -83.7833 274.9 MI CURRAN NEAR +USC00201940 45.4681 -87.6836 234.7 MI DAGGETT 4W +USC00202000 43.1000 -83.5167 228.9 MI DAVISON 5 N +USC00202015 42.3194 -83.2378 184.4 MI DEARBORN +USC00202016 42.3469 -83.1736 184.4 MI DEARBORN #2 +USC00202017 42.3250 -83.2936 190.2 MI DEARBORN HEIGHTS FD +USC00202028 46.6167 -85.6167 203.9 MI DEER PARK SF +USC00202045 47.4167 -88.1000 -999.9 MI DELAWARE +USC00202089 45.9833 -83.9167 180.1 MI DE TOUR +USC00202094 45.9983 -83.9014 181.4 MI DETOUR VILLAGE +USC00202140 42.6408 -84.6497 266.7 MI DIMONDALE 1 WSW +USC00202170 47.1167 -88.5136 183.5 MI DOLLAR BAY +USC00202197 46.9333 -88.7833 -999.9 MI DONKEN +USC00202248 41.9833 -86.0833 231.6 MI DOWAGIAC 2 E +USC00202250 41.9856 -86.1319 225.6 MI DOWAGIAC 1 W +USC00202268 42.9356 -83.1939 295.7 MI DRYDEN +USC00202270 42.9583 -83.2217 313.9 MI DRYDEN 5 W +USC00202293 46.3333 -87.1667 335.3 MI DUKES +USC00202298 46.3167 -84.2333 182.9 MI DUNBAR FOREST EXP STN +USC00202307 41.8000 -83.6333 207.6 MI DUNDEE +USC00202308 41.9553 -83.6489 201.2 MI DUNDEE +USC00202328 42.9269 -83.9894 234.7 MI DURAND WWTP +USC00202329 42.8833 -83.9500 243.5 MI DURAND +USC00202331 42.8161 -84.7125 238.0 MI EAGLE 4 E +USC00202332 47.4667 -88.1667 185.0 MI EAGLE HARBOR +USC00202375 42.9378 -85.6131 227.4 MI E GRAND RAPIDS +USC00202376 44.3669 -84.6892 349.6 MI EAST HOUGHTON LAKE +USC00202381 45.1519 -85.1322 178.3 MI E JORDAN +USC00202382 45.1864 -85.1478 196.9 MI E JORDAN 2NW +USC00202393 42.7000 -84.4667 271.0 MI EAST LANSING EXP FARM +USC00202394 42.7333 -84.4833 264.9 MI EAST LANSING WB CITY +USC00202395 42.6742 -84.4850 268.2 MI EAST LANSING 4 S +USC00202423 44.2839 -83.5036 178.6 MI E TAWAS HCN +USC00202427 42.4589 -82.9439 182.9 MI EASTPOINTE +USC00202437 42.5175 -84.6531 265.2 MI EATON RAPIDS +USC00202445 42.0153 -86.2430 256.0 MI EAU CLAIRE 4 NE +USC00202466 42.5239 -84.4283 295.0 MI EDEN +USC00202472 43.8000 -84.3833 207.0 MI EDENVILLE +USC00202487 43.4000 -85.0333 -999.9 MI EDMORE +USC00202488 43.4667 -85.0333 296.0 MI EDMORE 4 NNE +USC00202490 43.3667 -85.0667 -999.9 MI EDMORE 3 SSW +USC00202497 44.6167 -86.2167 182.3 MI ELBERTA +USC00202503 45.1806 -85.1992 214.0 MI ELLSWORTH 2ENE +USC00202598 46.1281 -85.5697 208.8 MI ENGADINE MDOT +USC00202611 43.3500 -85.1667 287.1 MI ENTRICAN 1 W +USC00202631 43.6156 -83.8450 179.2 MI ESSEXVILLE +USC00202671 43.9167 -85.2667 312.4 MI EVART +USC00202674 46.5333 -89.1833 348.1 MI EWEN 5 E +USC00202691 42.4669 -83.3625 219.5 MI FARMINGTON +USC00202693 42.2167 -84.0833 361.2 MI FAIRVIEW +USC00202737 45.6667 -86.7167 227.1 MI FAYETTE 4 SW HCN +USC00202748 42.6000 -86.1167 202.4 MI FENNVILLE #1 +USC00202750 42.6000 -86.1000 202.4 MI FENNVILLE #2 +USC00202751 42.5939 -86.1558 216.4 MI FENNVILLE 3 W +USC00202753 42.7500 -83.7667 -999.9 MI FENTON 5 SW +USC00202754 42.8117 -83.7044 271.3 MI FENTON +USC00202782 44.5167 -85.3500 302.1 MI FIFE LAKE 4 S +USC00202783 44.5847 -85.3653 320.6 MI FIFE LAKE 2WNW +USC00202784 44.5500 -85.4167 328.9 MI FIFE LAKE 4 SW +USC00202788 44.5650 -85.4133 338.9 MI FIFE LAKE 3WSW +USC00202804 43.9158 -83.0831 193.5 MI FILION 5NNW +USC00202833 42.4667 -84.2833 299.0 MI FITCHBURG +USC00202851 43.0378 -83.7694 207.0 MI FLINT 7W +USC00202955 43.3194 -83.7161 193.5 MI FRANKENMUTH 1SE +USC00202984 44.6481 -86.2100 289.0 MI FRANKFORT 2NE +USC00203013 44.0667 -86.2833 -999.9 MI FREESOIL 4 SW +USC00203023 43.4667 -85.9500 249.0 MI FREEMONT +USC00203025 43.4458 -86.0264 243.8 MI FREMONT 4 WSW +USC00203051 42.5833 -86.2000 199.6 MI GANGES +USC00203078 45.8983 -86.5486 178.9 MI GARDEN CORNERS +USC00203081 46.1667 -85.3000 310.9 MI GARNET +USC00203096 45.0333 -84.7114 401.7 MI GAYLORD +USC00203099 44.9072 -84.7189 447.4 MI GAYLORD 9SSW 72634 +USC00203123 46.2833 -85.9500 217.0 MI SENEY NATL WILDLIFE RE +USC00203176 44.9333 -85.9167 192.0 MI GLEN ARBOR 4 NE +USC00203178 44.9167 -85.9667 184.7 MI GLEN ARBOR LEELANAU SCH +USC00203183 41.8686 -86.4942 205.7 MI GLENDORA 1 SSW +USC00203188 44.5358 -83.7022 272.5 MI GLENNIE 2SE +USC00203194 44.5519 -83.8625 295.4 MI GLENNIE 6W +USC00203199 44.5617 -83.8031 245.4 MI GLENNIE ALCONA DAM +USC00203208 42.0550 -86.0331 232.0 MI GLENWOOD +USC00203268 45.8806 -87.0911 225.9 MI GLADSTONE 4NW +USC00203270 45.8433 -87.0392 218.5 MI GLADSTONE #2 +USC00203278 42.9164 -83.5097 277.4 MI GOODRICH +USC00203290 43.0622 -86.2244 189.0 MI GRAND HAVEN FIRE DEPT +USC00203295 43.0608 -86.2047 184.4 MI GRAND HAVEN WWTP +USC00203303 42.4000 -86.0667 207.3 MI GRAND JUNCTION +USC00203306 42.7631 -84.7622 243.8 MI GRAND LEDGE 1 NW +USC00203327 42.9667 -85.6833 178.6 MI GRAND RAPIDS SUTRON +USC00203330 42.9500 -85.6667 189.0 MI GRAND RAPIDS +USC00203337 42.9667 -85.6667 206.0 MI GRAND RAPIDS WB CITY +USC00203358 43.3406 -85.7236 246.9 MI GRANT 4 ENE +USC00203362 41.9667 -83.5167 190.5 MI GRAPE +USC00203379 42.2333 -84.2000 301.4 MI GRASS LAKE +USC00203391 44.6547 -84.6997 346.6 MI GRAYLING +USC00203410 46.8333 -89.4333 189.6 MI GREEN +USC00203413 46.4533 -87.3039 205.7 MI GREEN GARDEN NO.2 +USC00203421 46.8736 -89.1006 241.1 MI GREENLAND 6N +USC00203429 43.2025 -85.2422 268.8 MI GREENVILLE 2 NNE +USC00203434 43.2167 -85.2500 264.9 MI GREENVILLE 2 N +USC00203477 42.4078 -82.8892 186.8 MI GROSSE POINTE FARMS +USC00203481 42.4333 -82.8833 177.1 MI GROSSE POINT SHORES +USC00203504 42.3942 -85.3850 281.9 MI GULL LAKE BIOLOGICAL STN +USC00203516 46.2864 -87.4511 354.2 MI GWINN 1 W +USC00203518 46.2642 -87.5150 359.1 MI GWINN SHAG LAKE +USC00203521 42.1167 -86.5167 198.1 MI HAGAR +USC00203527 44.3128 -83.8272 256.6 MI HALE 5SSW +USC00203528 44.3122 -83.8378 248.7 MI HALE 5SSW #2 +USC00203529 44.4633 -83.7217 221.9 MI HALE LOUD DAM +USC00203530 46.4747 -85.5925 258.2 MI HALFWAY LAKE +USC00203531 42.4500 -83.8000 271.3 MI HAMBURG +USC00203561 42.1500 -84.2167 344.4 MI HANOVER +USC00203576 41.8500 -86.6667 -999.9 MI HARBERT +USC00203580 43.8322 -82.6428 182.9 MI HARBOR BEACH +USC00203585 43.8322 -82.6428 181.4 MI HARBOR BEACH 1 SSE +USC00203616 44.0333 -84.8000 352.3 MI HARRISON 1 NNW +USC00203624 44.6500 -83.3000 198.1 MI HARRISVILLE +USC00203627 44.6500 -83.3000 198.1 MI HARRISVILLE +USC00203628 44.6819 -83.2808 178.3 MI HARRISVILLE 2NNE +USC00203632 43.6747 -86.4239 234.7 MI HART 3 WSW HCN +USC00203639 46.4908 -87.3544 195.1 MI HARVEY +USC00203652 42.2000 -86.1667 -999.9 MI HARTFORD +USC00203661 42.6419 -85.2881 250.2 MI HASTINGS +USC00203663 42.6158 -85.2364 239.9 MI HASTINGS 3 SE +USC00203698 43.9000 -83.2167 189.0 MI HAYES +USC00203712 42.4344 -83.9858 271.3 MI HELL +USC00203744 46.6653 -88.3772 523.3 MI HERMAN +USC00203749 45.7167 -87.5833 262.1 MI HERMANSVILLE +USC00203769 43.5908 -86.1056 237.7 MI HESPERIA 4 WNW +USC00203785 44.5167 -84.7500 363.0 MI HIGGINS LAKE +USC00203796 42.6167 -83.6000 253.0 MI HIGHLAND +USC00203816 45.0592 -83.9011 246.9 MI HILLMAN +USC00203823 41.9353 -84.6411 329.2 MI HILLSDALE HCN +USC00203858 42.7989 -86.2050 188.1 MI HOLLAND WTP +USC00203860 42.8231 -86.1572 190.5 MI HOLLAND 3 NW +USC00203913 43.7300 -84.3703 199.6 MI HOPE 3SW +USC00203914 47.1167 -88.5667 -999.9 MI HOUGHTON MICH TECH +USC00203917 47.1167 -88.5500 259.1 MI HOUGHTON MTU +USC00203925 42.6353 -85.7611 214.9 MI HOPKINS 1 N +USC00203930 44.3122 -84.7747 353.9 MI HOUGHTON LAKE 2NW +USC00203932 44.3119 -84.8922 345.9 MI HOUGHTON LAKE 6 WSW +USC00203939 43.4167 -85.4833 264.0 MI HOWARD CITY +USC00203947 42.5939 -83.9325 279.5 MI HOWELL WWTP +USC00203949 42.7000 -83.8833 281.0 MI HOWELL 7 NE +USC00203962 44.8500 -83.6000 225.9 MI HUBBARD LAKE DAM +USC00203965 43.1000 -84.8333 235.0 MI HUBBARDSTON +USC00203969 41.8483 -84.2939 266.7 MI HUDSON 3 E +USC00203973 42.8589 -85.8864 193.5 MI HUDSONVILLE 1 W +USC00203982 46.3333 -85.1500 262.1 MI HULBERT 2 S +USC00203991 46.4833 -87.8667 468.2 MI HUMBOLDT +USC00204006 46.8833 -87.8667 189.0 MI HURON MTN +USC00204065 44.6333 -85.7667 -999.9 MI INTERLOCHEN SP +USC00204075 43.0000 -85.0833 244.1 MI IONIA +USC00204078 42.9531 -85.0778 245.4 MI IONIA 2SSW +USC00204090 45.7858 -88.0842 326.4 MI IRON MTN-KINGSFORD WWTP HCN +USC00204092 45.9414 -88.0353 365.8 MI IRON MTN 9N +USC00204093 46.0667 -88.6333 458.4 MI IRON RIVER +USC00204104 46.4656 -90.1892 435.9 MI IRONWOOD HCN +USC00204105 46.4653 -90.1383 463.3 MI IRONWOOD #2 +USC00204127 46.4833 -87.6500 438.9 MI ISHPEMING +USC00204130 46.4911 -87.6894 428.5 MI ISHPEMING WWTP +USC00204153 44.5833 -85.1167 304.8 MI IVAN +USC00204155 42.2883 -84.4236 289.6 MI JACKSON 3N +USC00204161 47.0083 -88.4317 198.1 MI JACOBSVILLE +USC00204184 43.1333 -82.5667 203.3 MI JEDDO +USC00204239 42.3000 -85.6167 274.3 MI KALAMAZOO +USC00204244 42.2833 -85.6000 289.6 MI KALAMAZOO STATE HOSPITAL HCN +USC00204257 44.7281 -85.1728 315.5 MI KALKASKA +USC00204258 44.5897 -85.0486 330.1 MI KALKASKA 11SE +USC00204280 47.2753 -88.4169 341.4 MI KEARSARGE +USC00204320 43.1994 -85.7717 256.0 MI KENT CITY 2 SW +USC00204328 46.4864 -88.8917 355.7 MI KENTON +USC00204363 44.9833 -85.3500 221.0 MI KEWADIN 5 NNE +USC00204396 43.9833 -82.9000 217.9 MI KINDE 6 NE +USC00204399 44.5694 -85.5722 330.7 MI KINGSLEY 2WSW +USC00204419 46.3075 -84.5086 215.8 MI KINROSS 2N +USC00204425 46.3342 -87.3778 340.2 MI KI SAWYER WWTP +USC00204502 44.3089 -85.2050 374.9 MI LAKE CITY EXP FARM +USC00204534 45.0167 -85.7167 235.0 MI LAKE LEELANAU 3 N +USC00204623 46.7333 -88.4500 235.0 MI L ANSE 2 S +USC00204631 42.7500 -84.5500 245.7 MI LANSING # 2 +USC00204655 43.0608 -83.3075 249.9 MI LAPEER WWTP +USC00204659 43.0581 -83.3606 255.1 MI LAPEER 2W +USC00204660 43.0333 -83.2833 253.0 MI LAPEER 2 SE +USC00204662 43.0081 -83.3750 271.3 MI LAPEER 4 SW +USC00204668 47.2375 -88.4417 367.9 MI LAURIUM +USC00204755 44.9833 -84.3333 -999.9 MI LEWISTON +USC00204756 44.8822 -84.3653 380.7 MI LEWISTON 3W +USC00204790 44.6847 -83.4122 239.3 MI LINCOLN +USC00204793 42.8133 -83.8039 263.0 MI LINDEN WWTP +USC00204797 43.7533 -84.0936 268.2 MI LINWOOD 7W +USC00204808 43.2631 -82.5328 189.6 MI LEXINGTON WTP +USC00204932 44.4833 -83.8000 225.6 MI LOUD DAM +USC00204939 42.9250 -85.3428 231.6 MI LOWELL 1 SE +USC00204944 42.9292 -85.3403 195.1 MI LOWELL +USC00204954 43.9067 -86.3942 210.3 MI LUDINGTON 4 SE +USC00204958 44.0333 -86.5042 179.2 MI LUDINGTON SP +USC00204959 43.9636 -86.4164 195.1 MI LUDINGTON AP +USC00204966 44.3833 -84.0500 278.0 MI LUPTON 4 S +USC00204967 44.4200 -84.0233 276.8 MI LUPTON 1S +USC00204969 44.0333 -85.6833 313.9 MI LUTHER +USC00204997 45.8500 -84.6167 253.0 MI MACKINAC ISLAND +USC00205000 45.7833 -84.7333 180.1 MI MACKINAW CITY 2 +USC00205024 41.8500 -84.0833 231.6 MI MADISON +USC00205043 44.9000 -85.0833 338.9 MI MANCELONA +USC00205050 42.1508 -84.0236 294.1 MI MANCHESTER +USC00205065 44.2114 -86.2939 204.2 MI MANISTEE 3SE +USC00205073 45.9511 -86.2514 182.9 MI MANISTIQUE WWTP +USC00205086 44.4108 -85.3989 341.1 MI MANTON +USC00205097 44.8550 -85.8353 243.5 MI MAPLE CITY 1E +USC00205107 43.1167 -84.7000 200.9 MI MAPLE RAPIDS +USC00205148 42.7194 -82.4922 178.0 MI MARINE CITY +USC00205165 43.8647 -85.8417 253.0 MI MARLBOROUGH +USC00205168 43.3308 -83.0664 249.9 MI MARLETTE +USC00205193 42.4167 -85.1500 301.8 MI MARSHALL +USC00205195 42.2667 -84.9667 267.3 MI MARSHALL +USC00205216 46.7667 -89.0833 323.1 MI MASS +USC00205218 43.3833 -83.2167 275.5 MI MAYVILLE +USC00205254 43.3500 -85.0500 -999.9 MI MC BRIDES +USC00205258 44.6447 -83.9375 276.5 MI MCKINLEY +USC00205274 46.3389 -85.6872 238.0 MI MCMILLAN +USC00205276 46.3022 -85.6889 251.5 MI MCMILLAN 2S +USC00205372 43.6667 -86.4167 244.1 MI MEARS 1 SE +USC00205381 45.1167 -87.6000 177.1 MI MENOMINEE +USC00205382 45.1111 -87.6117 180.1 MI MENOMINEE NO.2 +USC00205390 43.4156 -83.2894 203.6 MI MERRILL 2E +USC00205403 46.5333 -88.1167 479.1 MI MICHIGAMME +USC00205406 46.5453 -88.1800 521.2 MI MICHIGAMME 3WNW +USC00205434 43.6089 -84.2011 195.1 MI MIDLAND HCN +USC00205436 43.5950 -84.2361 196.6 MI MIDLAND 2 +USC00205450 42.0664 -83.6186 204.2 MI MILAN 4 ESE +USC00205451 42.0811 -83.6769 207.3 MI MILAN WWTP +USC00205452 42.5794 -83.6844 295.7 MI MILFORD GM PROVING GROUND +USC00205488 43.2836 -83.4792 249.9 MI MILLINGTON 3 SE +USC00205531 44.6614 -84.1317 292.6 MI MIO HYDRO PLT +USC00205533 44.6467 -84.1158 316.1 MI MIO WWTP +USC00205558 41.9139 -83.3942 179.8 MI MONROE +USC00205563 41.9069 -83.4158 178.6 MI MONROE +USC00205567 43.4614 -86.4175 198.1 MI MONTAGUE 4 NW +USC00205569 43.4500 -86.3500 203.9 MI MONTAGUE 2 N +USC00205591 45.9903 -84.8361 211.8 MI MORAN +USC00205601 41.7500 -84.2167 247.2 MI MORENCI +USC00205603 41.7217 -84.2147 234.7 MI MORENCI +USC00205629 42.9525 -83.7411 259.1 MI MORRICE 2 N +USC00205637 48.1069 -88.5467 185.9 MI MOTT IS ISLE ROYALE +USC00205642 41.8000 -85.7000 280.4 MI MOTTVILLE +USC00205662 43.5858 -84.7694 242.3 MI CENTRAL MICHIGAN UNIV HCN +USC00205667 43.5833 -84.8167 235.0 MI MT PLEASANT +USC00205690 46.4122 -86.6625 207.3 MI MUNISING HCN +USC00205698 42.3500 -84.3167 289.6 MI MUNITH 5 SW +USC00205713 43.1839 -86.2036 192.9 MI MUSKEGON 4 SE +USC00205759 46.0908 -85.3219 179.5 MI NAUBINWAY 6 E +USC00205768 46.5667 -88.2667 -999.9 MI NESTORIA +USC00205801 43.4000 -85.7833 234.7 MI NEWAYGO 2 SSE +USC00205803 43.4833 -85.6333 232.0 MI NEWAYGO HARDY DAM +USC00205805 42.4000 -82.7667 179.5 MI NEW BALTIMORE 2 WSW +USC00205807 42.6503 -82.8045 173.7 MI NEW BALTIMORE 5SW +USC00205810 46.3725 -85.5089 219.5 MI NEWBERRY 1N +USC00205811 46.3500 -85.5167 244.1 MI NEWBERRY CONS DEPARTME +USC00205816 46.3286 -85.5033 270.1 MI NEWBERRY CORRECTIONAL FACILITY HCN +USC00205819 41.7833 -86.7000 -999.9 MI NEW BUFFALO +USC00205822 41.9497 -83.2800 176.2 MI NEWPORT 4SSE +USC00205874 41.8833 -86.5500 -999.9 MI NEW TROY HIGH SCHOOL +USC00205892 41.8406 -86.2658 198.1 MI NILES +USC00205911 42.0000 -83.0000 243.8 MI NOBLE +USC00205976 43.2294 -83.1967 246.9 MI NORTH BRANCH +USC00205981 44.5156 -84.7608 358.7 MI N HIGGINS LAKE SP +USC00205991 45.1167 -85.9833 180.1 MI NORTH MANITOU ISLAND 2 +USC00206003 45.1333 -85.6167 -999.9 MI NORTHPORT +USC00206005 45.0500 -85.6167 221.0 MI NORTHPORT 5 S +USC00206007 45.1322 -85.6472 227.4 MI NORTHPORT 2W +USC00206012 44.8831 -85.6753 249.9 MI NW MICHIGAN RSCH FM +USC00206013 42.8933 -85.5447 236.2 MI NWSFO GRAND RAPIDS +USC00206020 41.8833 -85.4167 262.1 MI NOTTAWA 3 SE +USC00206051 46.3333 -84.6667 248.7 MI NORWAYS +USC00206060 43.0975 -86.0894 192.0 MI NUNICA 4 W +USC00206065 43.1458 -84.1456 207.3 MI OAKLEY 2 E +USC00206080 43.5817 -84.5889 207.3 MI OIL CITY 2S +USC00206156 44.9500 -85.4833 258.5 MI OLD MISSION +USC00206158 44.9214 -85.5161 199.9 MI OLD MISSION 3SSW +USC00206164 42.4667 -84.9167 284.7 MI OLIVET +USC00206171 44.0333 -83.8333 187.8 MI OMER +USC00206184 45.4108 -84.2233 227.1 MI ONAWAY 4N +USC00206189 45.1833 -84.2000 271.0 MI ONAWAY 12 S +USC00206203 42.0400 -84.2225 310.9 MI ONSTED 2NW +USC00206210 46.8667 -89.3167 214.0 MI ONTONAGON +USC00206215 46.8561 -89.3120 205.1 MI ONTONAGON +USC00206220 46.8342 -89.2075 240.8 MI ONTONAGON 6 SE +USC00206228 46.8375 -89.4833 186.8 MI ONTONAGON 8WSW +USC00206253 44.4333 -83.4500 192.6 MI OSCODA FOOTE DAM +USC00206281 42.4667 -85.8000 219.8 MI OTSEGO +USC00206292 42.9667 -84.3333 231.6 MI OVID +USC00206297 42.9261 -84.1547 252.1 MI OWOSSO 5 SSE +USC00206300 43.0161 -84.1800 222.5 MI OWOSSO WWTP HCN +USC00206303 42.8094 -83.2569 317.0 MI OXFORD 1S +USC00206327 47.0333 -88.6667 371.9 MI PAINESDALE +USC00206353 46.6000 -85.2333 189.0 MI PARADISE 9 WSW +USC00206354 46.6039 -85.0397 191.4 MI PARADISE +USC00206362 43.7733 -85.5025 281.0 MI PARIS +USC00206371 42.0167 -85.5500 265.2 MI PARKVILLE +USC00206398 46.3975 -89.1794 416.7 MI PAULDING +USC00206404 42.2167 -85.9000 214.9 MI PAW PAW +USC00206442 45.5719 -84.7858 217.0 MI PELLSTON AP #2 +USC00206507 45.3725 -84.9767 182.6 MI PETOSKEY +USC00206510 45.3614 -84.9511 228.0 MI PETOSKEY NCMC +USC00206582 47.4000 -88.1000 304.8 MI PHOENIX +USC00206583 46.1864 -84.3239 191.7 MI PICKFORD 3NE +USC00206584 43.8564 -83.9686 264.9 MI PINCONNING +USC00206587 43.8567 -83.9561 178.9 MI PINCONNING WWTP +USC00206588 46.6544 -85.6106 213.4 MI PINE STUMP 6NNW +USC00206590 44.4667 -85.1333 435.9 MI PIONEER +USC00206630 42.4333 -85.6333 217.9 MI PLAINWELL DAM +USC00206642 42.3833 -83.4333 221.0 MI PLYMOUTH +USC00206658 42.6389 -83.2556 271.3 MI PONTIAC WWTP +USC00206661 44.0333 -82.9333 188.4 MI PORT AUSTIN +USC00206662 44.0469 -82.9703 184.4 MI PORT AUSTIN WWTP +USC00206663 43.9483 -82.7142 182.9 MI PORT HOPE +USC00206680 42.9750 -82.4194 179.8 MI PORT HURON +USC00206686 45.9667 -85.8667 185.9 MI PORT INLAND +USC00206690 42.8564 -84.9122 219.5 MI PORTLAND +USC00206712 42.9228 -84.8856 235.0 MI PORTLAND 4 N +USC00206720 43.4856 -84.2922 199.6 MI POSEYVILLE 4SW +USC00206744 46.2833 -87.4667 -999.9 MI GWINN 1 W +USC00206780 47.1364 -88.5794 349.0 MI QUINCY HILL +USC00206800 46.3833 -84.7500 214.0 MI RACO US FOREST +USC00206840 45.8728 -86.9497 182.3 MI RAPID RVR 4SSE +USC00206851 42.0000 -83.5000 152.4 MI RAWSONVILLE +USC00206884 43.8750 -85.4967 319.1 MI REED CITY WWTP +USC00206922 43.8667 -85.5000 314.9 MI REED CITY +USC00206968 46.1667 -85.2500 264.9 MI REXTON +USC00206982 42.8783 -82.7958 233.2 MI RICHMOND 4 NNW +USC00207068 46.0667 -87.1500 286.5 MI ROCK 1 E +USC00207070 43.1158 -85.5642 218.2 MI ROCKFORD +USC00207072 43.0833 -85.5908 190.5 MI ROCKFORD 3 SW +USC00207075 46.5833 -89.2500 362.7 MI ROCKLAND +USC00207089 45.3833 -83.8333 224.9 MI ROGERS CITY 3 S +USC00207091 45.4000 -83.9167 309.4 MI ROGERS CITY 5 W +USC00207094 45.4169 -83.8158 187.5 MI ROGERS CITY +USC00207096 45.4647 -83.8825 185.0 MI ROGERS CITY-HOEFT SP +USC00207097 42.8167 -83.0167 244.1 MI ROMEO 1 N +USC00207103 42.7794 -82.9392 213.4 MI ROMEO 3SE +USC00207110 42.2050 -83.4067 202.7 MI ROMULUS +USC00207122 44.5000 -84.6000 345.0 MI ROSCOMMON +USC00207134 44.4333 -84.1167 305.1 MI ROSE CITY +USC00207180 43.0342 -82.6081 213.7 MI RUBY +USC00207187 46.2333 -84.6000 189.0 MI RUDYARD +USC00207188 46.1908 -84.5086 203.3 MI RUDYARD 5SE +USC00207190 46.2964 -84.5761 229.5 MI RUDYARD 4N +USC00207217 43.4500 -83.9667 182.9 MI SAGINAW CONSUMERS PWR +USC00207220 43.4100 -84.1317 195.1 MI SAGINAW 9W +USC00207221 43.4953 -84.0964 188.4 MI SAGINAW 8NW +USC00207222 43.4122 -83.9561 182.9 MI SAGINAW #3 +USC00207225 43.4172 -84.0642 179.8 MI SAGINAW 5W +USC00207253 43.3000 -84.1667 182.9 MI SAINT CHARLES +USC00207255 43.2678 -84.1742 190.5 MI ST CHARLES 3 SSW +USC00207271 45.8833 -84.7333 202.1 MI ST IGNACE +USC00207274 45.8489 -84.7228 181.4 MI ST IGNACE MACKINAC BR +USC00207275 45.8608 -84.7197 201.5 MI ST IGNACE +USC00207277 45.6911 -85.5464 204.8 MI ST JAMES 4SSW BEAVER +USC00207280 43.0114 -84.5542 226.5 MI SAINT JOHNS +USC00207286 42.1000 -86.4833 180.7 MI ST JOSEPH +USC00207308 42.1611 -83.7819 228.6 MI SALINE WWTP +USC00207312 42.1236 -83.8200 256.0 MI SALINE 4SW +USC00207320 41.8069 -83.5831 198.7 MI SAMARIA +USC00207344 46.9828 -88.4158 199.0 MI SANDSTONE +USC00207350 43.4194 -82.8192 235.9 MI SANDUSKY +USC00207358 42.9000 -85.2000 194.8 MI SARANAC +USC00207361 42.6550 -86.2019 181.1 MI SAUGATUCK NEAR +USC00207364 46.4867 -84.4089 192.0 MI SAULT STE MARIE +USC00207405 43.9667 -86.2667 207.0 MI SCOTTVILLE 1 NE +USC00207407 43.9331 -86.2453 203.0 MI SCOTTVILLE 2SE +USC00207413 43.8833 -85.1833 312.4 MI SEARS 2S +USC00207419 43.7319 -83.4592 178.0 MI SEBEWAING +USC00207424 43.7167 -83.4500 185.9 MI SEBEWAING +USC00207427 44.0333 -84.3667 228.9 MI SECORD DAM +USC00207515 46.2833 -85.9500 216.4 MI SENEY WR +USC00207521 42.6844 -83.0808 222.5 MI SHELBY 1SSW +USC00207557 46.5000 -88.7167 -999.9 MI SIDNAW +USC00207580 46.8789 -88.2183 192.0 MI SKANEE +USC00207590 43.2167 -85.9000 -999.9 MI SLOCUM +USC00207662 42.0500 -84.4000 -999.9 MI SOMERSET +USC00207684 44.6392 -85.3250 318.8 MI S BOARDMAN 2W +USC00207688 42.5167 -86.2333 -999.9 MI SOUTH HAVEN #1 +USC00207689 42.4167 -86.1833 -999.9 MI SOUTH HAVEN #2 +USC00207690 42.4014 -86.2825 179.8 MI S HAVEN HCN +USC00207742 45.7019 -87.5256 262.1 MI SPALDING 1 NW +USC00207762 43.1175 -85.7544 274.3 MI SPARTA PEACH RIDGE +USC00207812 46.0556 -88.6275 442.0 MI STAMBAUGH 2SSE HCN +USC00207820 44.0125 -83.8978 187.5 MI STANDISH 4NE +USC00207826 43.2833 -85.0833 268.2 MI STANTON +USC00207832 43.6333 -85.5000 253.6 MI STANWOOD +USC00207867 45.3903 -87.7025 210.3 MI STEPHENSON 5WSW +USC00207880 46.1833 -86.4667 225.6 MI STEUBEN +USC00207891 42.0017 -86.5222 179.8 MI STEVENSVILLE 1SE +USC00207912 42.4511 -84.1805 287.1 MI STOCKBRIDGE +USC00207932 44.2500 -86.3833 289.3 MI STRONACH DAM +USC00207946 41.8000 -85.4167 256.6 MI STURGIS +USC00208032 45.0167 -85.7000 262.1 MI SUTTONS BAY 4 NW +USC00208034 45.1167 -85.6167 220.1 MI SUTTONS BAY 10 N +USC00208043 46.6014 -85.2239 227.1 MI TAHQUAMENON FALLS SP +USC00208080 42.0028 -83.9336 237.7 MI TECUMSEH +USC00208159 46.5167 -89.9167 410.6 MI THOMASTON +USC00208167 44.5167 -85.9333 242.0 MI THOMPSONVILLE +USC00208172 42.9167 -83.2000 297.2 MI THORNVILLE +USC00208184 41.9300 -85.6386 246.9 MI THREE RIVERS +USC00208202 42.0283 -84.1108 295.7 MI TIPTON 2WNW +USC00208245 44.7339 -85.5119 245.1 MI TRAVERSE CITY 4.7ESE +USC00208249 44.7608 -85.6442 193.5 MI TRAVERSE CITY MUNSON +USC00208252 44.7450 -85.5844 189.9 MI TRAVERSE CITY AP #2 +USC00208293 46.1797 -85.0311 250.9 MI TROUT LAKE 1SW +USC00208302 42.5333 -85.8667 212.8 MI TROWBRIDGE DAM +USC00208327 45.8000 -88.0500 328.6 MI TWIN FALLS +USC00208345 46.8831 -88.8608 367.6 MI TWIN LAKES +USC00208367 43.6611 -83.4750 185.9 MI UNIONVILLE +USC00208391 45.0167 -83.8167 -999.9 MI UPPER SOUTH DAM +USC00208402 43.1833 -82.9333 244.8 MI VALLEY CENTER +USC00208411 41.8667 -85.9500 269.4 MI VANDALIA +USC00208417 45.1703 -84.4397 275.8 MI VANDERBILT 11ENE +USC00208422 45.7833 -86.5667 -999.9 MI VANS HARBOR +USC00208434 43.3667 -83.5500 195.4 MI VASSAR +USC00208438 43.3667 -83.6167 203.9 MI VASSAR 1 W +USC00208443 43.3656 -83.5828 192.0 MI VASSAR +USC00208468 43.3925 -84.9092 278.9 MI VESTABURG +USC00208490 42.1147 -85.4855 258.2 MI VICKSBURG 1 NE +USC00208506 46.6667 -89.2333 376.7 MI VICTORIA +USC00208559 46.4792 -89.9322 487.7 MI WAKEFIELD +USC00208631 41.9333 -85.4667 256.6 MI WASEPI +USC00208648 42.7244 -83.0361 214.0 MI WASHINGTON +USC00208650 42.7333 -83.0333 227.1 MI WASHINGTON +USC00208653 42.7256 -83.0394 228.6 MI WASHINGTON TOWNSHIP +USC00208680 46.2778 -89.1742 484.6 MI WATERSMEET +USC00208682 46.2231 -89.4086 515.1 MI WATERSMEET 12WSW +USC00208690 42.1444 -86.2603 222.5 MI WATERVLIET 3S +USC00208703 46.5333 -88.5833 -999.9 MI WATTON 1 E +USC00208706 46.5267 -88.6425 424.9 MI WATTON 2WSW +USC00208725 42.2667 -83.3500 192.0 MI WAYNE +USC00208746 42.9500 -84.9500 202.1 MI WEBBER DAM +USC00208751 42.6833 -84.2500 269.4 MI WEBBERVILLE +USC00208772 44.2586 -85.9394 198.1 MI WELLSTON TIPPY DAM +USC00208774 44.2294 -85.9572 235.6 MI WELLSTON 1N +USC00208779 42.5414 -83.3431 271.3 MI W BLOOMFIELD +USC00208800 44.2542 -84.2011 269.7 MI W BRANCH 3SE +USC00208851 46.3833 -86.6167 267.6 MI WETMORE +USC00208869 43.4806 -84.3886 207.9 MI WHEELER 7 NE +USC00208887 43.5500 -85.7667 266.1 MI WHITE CLOUD +USC00208890 43.5492 -85.5842 263.7 MI WHITE CLOUD 9E +USC00208920 46.7475 -84.9858 189.6 MI WHITEFISH PT 72737 +USC00208941 42.6981 -83.4717 321.0 MI WHITE LAKE 4E +USC00208947 41.7981 -85.6433 249.0 MI WHITE PIGEON +USC00208950 41.8000 -85.6500 245.4 MI WHITE PIGEON +USC00208955 46.7500 -89.5667 271.0 MI WHITE PINE MINE +USC00208967 44.8561 -85.4161 210.3 MI WILLIAMSBURG 6N +USC00208972 42.4356 -83.7831 276.1 MI WHITMORE LAKE 1NW +USC00209006 42.7103 -84.2503 272.8 MI WILLIAMSTON 3NE +USC00209014 42.0833 -83.5833 201.2 MI WILLIS 5 SSW +USC00209065 46.8833 -88.8500 -999.9 MI WINONA 3 NE +USC00209105 45.2833 -84.6167 235.0 MI WOLVERINE SF +USC00209110 42.2011 -83.1686 176.8 MI WYANDOTTE +USC00209188 43.1447 -82.8011 249.9 MI YALE 1 NNW +USC00210018 47.2992 -96.5161 276.5 MN ADA HCN +USC00210050 48.3006 -95.9817 348.1 MN AGASSIZ REFUGE +USC00210059 46.5258 -93.6675 370.3 MN AITKIN 2E +USC00210075 43.6064 -93.3019 374.9 MN ALBERT LEA 3SE HCN +USC00210080 43.6667 -93.3000 374.9 MN ALBERT LEA 3 E +USC00210096 46.9667 -92.5833 402.9 MN ALBORN +USC00210116 45.8967 -95.3658 426.7 MN ALEXANDRIA WTP +USC00210128 47.5333 -92.1167 454.2 MN ALLEN JUNCTION +USC00210137 44.0833 -93.7500 198.4 MN ALMA CITY +USC00210146 44.0633 -92.0397 263.7 MN ALTURA 5W +USC00210157 43.8836 -94.1664 313.9 MN AMBOY +USC00210190 45.2533 -93.2928 274.0 MN ANDOVER 1N +USC00210195 48.1000 -96.7000 264.9 MN ANGUS 1 N +USC00210252 48.3311 -96.8253 258.2 MN ARGYLE HCN +USC00210287 45.3856 -96.1258 334.7 MN ARTICHOKE LAKE 1 E +USC00210317 46.2500 -95.7667 394.1 MN ASHBY +USC00210355 43.6542 -92.9739 365.5 MN AUSTIN WASTE WTP FACILITY +USC00210387 47.7122 -91.9533 451.4 MN BABBITT +USC00210390 47.6833 -91.9167 492.3 MN BABBITT 2 SE +USC00210515 48.7094 -94.5853 333.5 MN BAUDETTE HCN +USC00210520 48.4167 -94.5667 359.7 MN BAUDETTE 21 SSE +USC00210541 45.5500 -96.7167 331.9 MN BEARDSLEY +USC00210546 47.3333 -95.7667 365.8 MN BEAULIEU +USC00210559 44.1500 -92.0167 220.1 MN BEAVER +USC00210564 47.2003 -91.3672 192.0 MN BEAVER BAY 5SW +USC00210628 44.6333 -93.7667 243.8 MN BELLE PLAINE +USC00210643 47.5353 -94.8267 414.5 MN BEMIDJI 72755 +USC00210667 45.3167 -95.6167 313.9 MN BENSON +USC00210746 48.1969 -93.7994 371.9 MN BIG FALLS +USC00210754 47.7000 -93.5500 430.1 MN BIGFORK 5 ESE +USC00210768 43.9167 -95.0500 433.7 MN BINGHAM LAKE +USC00210783 44.7667 -94.9000 331.9 MN BIRD ISLAND +USC00210784 44.6650 -94.8547 326.1 MN BIRD IS 7SSE +USC00210803 47.7167 -94.5667 427.0 MN BLACKDDCK RS +USC00210809 47.6714 -94.5175 408.4 MN BLACKDUCK +USC00210811 44.6000 -93.8667 223.7 MN BLAKELEY +USC00210826 45.8667 -94.3500 328.9 MN BLANCHARD PWR STN +USC00210839 43.9167 -93.0500 392.0 MN BLOOMING PRAIRIE +USC00210852 43.6453 -94.0936 324.6 MN BLUE EARTH +USC00210855 43.6236 -94.0947 335.3 MN BLUE EARTH 1S +USC00210934 46.3667 -94.1833 371.9 MN BRAINERD +USC00210939 46.3433 -94.2086 359.7 MN BRAINERD +USC00210973 46.2681 -96.5914 292.6 MN BRECKENRIDGE MN +USC00210974 46.3047 -96.5217 296.0 MN BRECKENRIDGE 3E +USC00210981 43.5439 -93.8422 356.6 MN BRICELYN +USC00210989 47.2472 -91.8625 452.9 MN BRIMSON 2S +USC00211063 45.5958 -96.8283 298.1 MN BROWNS VALLEY +USC00211065 44.7336 -94.3417 317.0 MN BROWNTON WWTP +USC00211074 46.3003 -92.5336 381.9 MN BRUNO 7ENE +USC00211107 45.1969 -93.8400 302.4 MN BUFFALO 2NE +USC00211174 44.0908 -92.6400 317.3 MN BYRON 4NORTH +USC00211198 43.6308 -91.5028 355.4 MN CALEDONIA +USC00211227 45.5506 -93.1264 292.6 MN CAMBRIDGE 5ESE +USC00211245 46.0958 -96.4092 296.3 MN CAMPBELL +USC00211250 48.6100 -95.1817 392.9 MN CAMP NORRIS DNR +USC00211263 44.7183 -96.2697 368.8 MN CANBY +USC00211278 44.4828 -92.9133 288.0 MN CANNON FALLS 2SW +USC00211303 48.9511 -96.4639 310.9 MN CARIBOU 2 S +USC00211310 45.9653 -95.3386 426.7 MN CARLOS 2 WSW +USC00211323 44.7500 -93.5833 247.8 MN CARVER +USC00211374 47.3847 -94.6147 395.0 MN CASS LAKE +USC00211390 45.3222 -93.2844 276.5 MN CEDAR +USC00211417 45.1667 -93.0667 270.7 MN CENTERVILLE LAKE +USC00211422 47.8664 -93.0267 391.7 MN CELINA 2E +USC00211426 48.7000 -94.3500 -999.9 MN CENTRAL +USC00211448 44.8497 -93.5644 288.3 MN CHANHASSEN WSFO +USC00211465 44.8000 -93.5833 219.5 MN CHASKA HCN +USC00211468 44.8131 -93.6311 281.3 MN CHASKA 2NW +USC00211489 43.8333 -92.2000 317.0 MN CHATFIELD +USC00211537 44.4333 -92.6333 -999.9 MN CLAYBANK +USC00211561 45.4500 -94.0000 302.1 MN CLEAR LAKE +USC00211585 45.4167 -94.0833 292.6 MN CLEARWATER +USC00211630 46.7053 -92.5239 385.6 MN CLOQUET HCN +USC00211669 45.0500 -94.2500 325.8 MN COKATO +USC00211675 47.2667 -93.4667 402.9 MN COLERAINE +USC00211691 45.5794 -94.3919 368.8 MN COLLEGEVILLE ST JOHN'S +USC00211718 44.1167 -94.8167 331.9 MN COMFREY 4 E +USC00211771 47.8947 -92.5336 413.0 MN COOK 8NE +USC00211773 47.8786 -92.9328 399.9 MN COOK 12 W +USC00211776 47.8667 -93.0667 400.8 MN COOK 18 W +USC00211787 45.1667 -93.3333 -999.9 MN COON CREEK FARM +USC00211812 45.2333 -96.1667 299.0 MN CORRELL +USC00211840 47.1686 -92.4628 403.3 MN COTTON +USC00211857 48.2667 -92.4667 342.0 MN CRANE LAKE RS +USC00211880 46.6667 -92.8333 398.1 MN CROMWELL CARLTON +USC00211886 47.7833 -96.6167 253.0 MN CROOKSTON +USC00211891 47.8014 -96.6031 270.7 MN CROOKSTON NW EXP STN +USC00211935 44.9333 -93.5833 289.3 MN CRYSTAL BAY +USC00211963 47.5167 -94.0167 396.8 MN CUT FOOT SIOUX RANGER +USC00211979 44.0833 -95.6667 445.0 MN CURRIE +USC00212015 46.1250 -95.9089 402.3 MN DALTON 3S +USC00212023 45.0419 -94.2781 324.6 MN DASSEL 3SE +USC00212038 44.9317 -96.0450 321.6 MN DAWSON +USC00212050 46.8997 -94.3872 448.4 MN DEEP PORTAGE +USC00212088 45.0417 -93.7908 277.4 MN DELANO +USC00212130 44.9297 -93.5225 291.1 MN DEEPHAVEN LK MINNETONK +USC00212142 46.8372 -95.8375 413.0 MN DETROIT LAKES 1 NNE HCN +USC00212146 46.8575 -95.6067 470.0 MN DETROIT LAKES 12E +USC00212156 46.9611 -96.6531 267.6 MN DILWORTH 7 NNE +USC00212166 44.0317 -92.8692 386.8 MN DODGE CTR +USC00212222 48.5667 -97.1500 244.1 MN DRAYTON N DAK 2 NE +USC00212246 46.7681 -92.0903 185.9 MN DULUTH HARBOR STN +USC00212250 46.8367 -92.2108 436.8 MN DULUTH NWS +USC00212252 46.8667 -92.1000 344.4 MN DULUTH NE EXP FARM +USC00212253 46.7833 -92.1000 353.9 MN DULUTH WB CITY +USC00212476 46.0108 -95.8756 405.4 MN ELBOW LAKE 5 E +USC00212486 44.0969 -92.2703 338.3 MN ELGIN 2SSW +USC00212500 45.3047 -93.5842 268.2 MN ELK RVR +USC00212543 47.9239 -91.8586 421.2 MN ELY +USC00212555 47.9722 -91.4492 440.1 MN ELY 25E +USC00212559 47.9000 -91.8833 448.1 MN ELY RANGER STATION +USC00212561 47.9056 -91.8283 449.6 MN ELY +USC00212576 47.6431 -92.2264 434.3 MN EMBARRASS +USC00212645 47.4581 -92.5303 440.4 MN EVELETH WWTP HCN +USC00212698 43.6447 -94.4656 361.8 MN FAIRMONT HCN +USC00212702 43.6333 -94.4833 369.1 MN FAIRMONT RADIO KSUM +USC00212721 44.3092 -93.2661 295.7 MN FARIBAULT +USC00212737 44.6697 -93.1700 298.7 MN FARMINGTON 3 NW HCN +USC00212738 44.6117 -93.1858 286.5 MN FARMINGTON 3SW +USC00212742 44.6333 -93.1667 281.0 MN FARMINGTON 1 W +USC00212768 46.2919 -96.1172 381.0 MN FERGUS FALLS +USC00212826 46.9167 -92.9000 383.1 MN FLOODWOOD +USC00212842 46.9728 -92.8700 384.0 MN FLOODWOOD 3 NE +USC00212881 45.3397 -92.9125 280.4 MN FOREST LAKE 5NE +USC00212888 43.6500 -92.2000 -999.9 MN FORESTVILLE NEAR +USC00212900 44.4561 -94.7350 301.8 MN FT. RIDGELY STATE PARK +USC00212904 46.1806 -94.3656 345.6 MN FT RIPLEY +USC00212916 47.5639 -95.7247 396.2 MN FOSSTON 1 E HCN +USC00212940 48.7500 -95.7500 359.1 MN FRAM +USC00212964 46.7336 -95.7067 427.6 MN FRAZEE +USC00213051 46.3306 -93.7675 368.8 MN GARRISON 4 NE +USC00213076 44.5564 -94.2208 310.9 MN GAYLORD +USC00213104 47.0792 -96.7758 269.7 MN GEORGETOWN 1 E +USC00213169 44.7500 -94.1333 306.6 MN GLENCOE +USC00213174 45.6583 -95.4392 365.2 MN GLENWOOD 2WNW +USC00213200 48.3167 -95.8833 353.6 MN GOLDEN VALLEY +USC00213206 47.7333 -95.5167 437.7 MN GONVICK 2 W +USC00213229 48.1500 -95.8000 -999.9 MN GOODRIDGE +USC00213261 45.5667 -96.4333 338.6 MN GRACEVILLE +USC00213282 47.7517 -90.3283 186.5 MN GRAND MARAIS +USC00213290 43.7047 -92.5644 411.5 MN GRAND MEADOW HCN +USC00213293 48.0000 -89.5833 192.0 MN GRAND PORTAGE 5 NE +USC00213296 47.9711 -89.6908 222.5 MN GRAND PORTAGE +USC00213303 47.2436 -93.4975 399.3 MN GRAND RPDS FOREST LAB HCN +USC00213307 45.7333 -93.2000 283.5 MN GRANDY +USC00213311 44.8136 -95.5517 283.5 MN GRANITE FALLS +USC00213397 48.2833 -95.6167 359.1 MN GRYGLA +USC00213411 46.4119 -94.3608 370.3 MN GULL LAKE DAM +USC00213417 48.1603 -90.8842 443.5 MN GUNFLINT LAKE 10 NW +USC00213419 48.0833 -90.7500 481.9 MN GUNFLINT LODGE +USC00213455 48.7714 -96.9406 248.4 MN HALLOCK +USC00213463 47.3522 -96.8333 260.0 MN HALSTAD +USC00213470 44.7342 -93.9631 304.5 MN HAMBURG +USC00213520 43.5458 -92.0122 411.5 MN HARMONY +USC00213567 44.7597 -92.8689 207.3 MN HASTINGS DAM 2 +USC00213587 46.8833 -96.2500 355.1 MN HAWLEY 3 NE +USC00213588 46.8500 -96.3333 338.9 MN HAWLEY 2 SW +USC00213596 44.5000 -92.5500 245.4 MN HAY CREEK +USC00213678 44.5356 -93.9700 297.2 MN HENDERSON 3W +USC00213708 45.8000 -96.1500 328.9 MN HERMAN +USC00213727 47.4333 -92.9667 467.0 MN HIBBING PWR SUBSTN +USC00213756 48.0667 -95.8500 350.5 MN HIGH LANDING 2 NW +USC00213764 46.9833 -93.6000 371.9 MN HILL CITY RS +USC00213793 45.9919 -92.9928 315.5 MN HINCKLEY +USC00213795 46.0167 -92.9500 317.0 MN HINCKLEY +USC00213808 43.7636 -91.3481 197.2 MN HOKAH WWTP +USC00213812 43.7956 -91.4264 209.1 MN HOKAH 4NW +USC00213863 46.4675 -92.3903 315.2 MN HOLYOKE +USC00213913 47.8333 -90.0000 -999.9 MN HOVLAND +USC00213921 47.5833 -92.1333 463.9 MN HOYT LAKES 5 N +USC00213962 44.9089 -94.3675 333.8 MN HUTCHINSON 1 N +USC00213965 44.8978 -94.3719 326.1 MN HUTCHINSON 2 +USC00214008 48.6236 -93.8992 333.8 MN INDUS 3 W +USC00214066 47.6333 -91.3333 437.4 MN ISABELLA +USC00214068 47.6181 -91.3753 612.6 MN ISABELLA 1 W +USC00214077 47.5933 -91.6514 530.4 MN ISABELLA 14W +USC00214093 47.0239 -92.0700 429.8 MN ISLAND LAKE 4E +USC00214096 46.9833 -92.2333 418.2 MN ISLAND LAKE RSVR +USC00214102 46.1333 -93.4667 384.0 MN ISLE +USC00214103 46.3197 -93.5014 391.7 MN ISLE 12N +USC00214106 47.2256 -95.1919 454.2 MN ITASCA UNIV OF MINN HCN +USC00214176 44.6500 -93.6356 274.3 MN JORDAN 1SSW +USC00214191 48.4089 -93.0483 365.8 MN KABETOGAMA +USC00214213 48.5833 -96.5167 325.2 MN KARLSTAD +USC00214215 48.5558 -96.4800 311.5 MN KARLSTAD 2SE +USC00214233 47.9422 -94.4553 413.6 MN KELLIHER +USC00214306 48.5011 -92.6444 342.0 MN KETTLE FALLS +USC00214373 45.3533 -94.3056 353.6 MN KIMBALL 3N +USC00214376 43.8333 -95.5000 487.7 MN KINBRAE +USC00214410 45.0167 -95.8667 320.0 MN LAC QUI PARLE DAM +USC00214418 43.8658 -91.3100 197.2 MN LA CRESCENT DAM 7 +USC00214431 48.7244 -96.6214 283.5 MN LAKE BRONSON +USC00214433 48.7242 -96.6217 300.8 MN LAKE BRONSON DAM +USC00214438 44.4364 -92.2792 213.4 MN LAKE CITY +USC00214441 44.1000 -94.2000 301.8 MN LAKE CRYSTAL +USC00214445 45.0000 -94.2500 331.9 MN LAKE JENNIE +USC00214453 43.7022 -95.1519 466.3 MN LAKEFIELD 2NE +USC00214534 43.9983 -95.9494 503.8 MN LAKE WILSON +USC00214543 43.6833 -95.1833 -999.9 MN LAMBERT +USC00214546 44.2394 -95.3153 347.5 MN LAMBERTON SW RSCH & OUTREACH C +USC00214563 43.7203 -91.9717 291.1 MN LANESBORO +USC00214564 43.7297 -91.9372 317.0 MN LANESBORO 2NE +USC00214641 44.3833 -93.7167 326.1 MN LE CTR 2 SE +USC00214652 47.2467 -94.2228 396.8 MN LEECH LAKE HCN +USC00214688 47.7333 -95.2167 390.1 MN LEONARD 8 NE +USC00214692 44.8592 -94.0503 300.2 MN LESTER PRAIRIE 2S +USC00214711 43.5167 -92.5000 392.0 MN LE ROY +USC00214721 44.4697 -93.9025 257.6 MN LE SUEUR +USC00214778 45.1278 -94.5347 341.4 MN LITCHFIELD +USC00214793 46.0039 -94.3450 341.4 MN LITTLE FALLS 2NNE +USC00214798 45.9833 -94.3500 342.0 MN LITTLE FALLS WTR WKS +USC00214806 48.4000 -93.5500 360.0 MN LITTLEFORK RS +USC00214809 48.3681 -93.7214 365.8 MN LITTLEFORK 10 SW +USC00214861 45.9647 -94.8892 408.4 MN LONG PRAIRIE +USC00214884 44.9783 -93.2469 229.8 MN LOWER ST ANTHONY FALLS +USC00214914 47.5833 -90.7500 366.4 MN LUTSEN +USC00214918 47.6981 -90.6656 396.2 MN LUTSEN 3NNE +USC00214937 43.6658 -96.2022 457.2 MN LUVERNE +USC00214987 44.3667 -95.8667 -999.9 MN LYND #1 +USC00214989 44.3667 -95.8667 358.1 MN LYND #2 +USC00214990 43.5244 -91.7614 338.9 MN MABEL +USC00214994 45.0022 -96.1661 327.7 MN MADISON WWTP +USC00215012 47.3169 -95.9692 369.4 MN MAHNOMEN +USC00215020 47.4667 -92.9833 481.9 MN MAHONING MINE +USC00215073 44.1542 -94.0211 259.1 MN MANKATO +USC00215081 48.6333 -94.0333 285.9 MN MANITOU +USC00215088 44.1667 -94.0167 238.0 MN MANKATO +USC00215089 44.1672 -93.9103 307.8 MN MANKATO 4E +USC00215136 45.0000 -93.6500 295.7 MN MAPLE PLAIN +USC00215146 44.8333 -92.9500 415.1 MN MAPLEWOOD +USC00215175 47.6308 -93.6522 422.8 MN MARCELL 5NE HCN +USC00215204 44.4717 -95.7903 350.2 MN MARSHALL +USC00215224 44.3333 -92.5000 284.7 MN MAZEPPA +USC00215298 46.9833 -92.7333 386.8 MN MEADOWLANDS 9 S +USC00215311 44.1667 -93.2333 334.7 MN MEDFORD +USC00215325 45.6772 -94.8019 364.2 MN MELROSE +USC00215392 45.7533 -93.6617 324.3 MN MILACA +USC00215400 45.1219 -95.9269 310.9 MN MILAN 1NW HCN +USC00215424 44.9667 -93.3333 259.1 MN MINNEAPOLIS #1 +USC00215433 44.9833 -93.3000 -999.9 MN MINNEAPOLIS WB DWTN +USC00215482 44.5631 -95.9969 369.1 MN MINNEOTA +USC00215486 43.5833 -91.8000 225.6 MN MINNESOTA CITY +USC00215488 44.1600 -91.8122 204.2 MN MINNESOTA CITY DAM 5 +USC00215533 47.9500 -94.2167 430.1 MN MIZPAH +USC00215563 44.9342 -95.7458 301.8 MN MONTEVIDEO 1SW HCN +USC00215571 44.4597 -93.6631 335.3 MN MONTGOMERY +USC00215584 46.8667 -96.7667 -999.9 MN MOREHEAD +USC00215586 46.8875 -96.7483 275.5 MN MOORHEAD +USC00215589 46.8667 -96.7500 287.1 MN MOORHEAD ST TEACHERS C +USC00215590 44.4175 -94.9217 317.0 MN MORGAN +USC00215598 46.4378 -92.7578 338.3 MN MOOSE LAKE 1 SSE +USC00215603 46.4500 -92.7667 323.1 MN MOOSE LAKE RS +USC00215615 45.8775 -93.3147 310.3 MN MORA HCN +USC00215638 45.5900 -95.8744 347.5 MN MORRIS W CNTRL RSCH & OUTREACH HCN +USC00215665 44.9500 -93.6500 285.0 MN MOUND +USC00215677 47.5333 -92.6000 460.2 MN MOUNT IRON +USC00215693 48.3000 -95.9833 348.1 MN MUD LAKE NAT'L WR +USC00215819 48.1167 -93.1000 -999.9 MN NETT LAKE +USC00215838 45.0100 -93.3792 277.4 MN NEW HOPE +USC00215842 45.3050 -94.9392 381.0 MN NEW LONDON +USC00215845 45.2597 -94.9461 364.8 MN NEW LONDON SPICER +USC00215853 43.8833 -93.5000 359.7 MN NEW RICHLAND +USC00215887 44.3006 -94.4897 271.3 MN NEW ULM 2 SE HCN +USC00215888 44.2944 -94.4083 281.9 MN NEW ULM 3SE +USC00215902 46.5233 -95.3847 428.5 MN NEW YORK MILLS +USC00215912 48.3333 -96.3333 -999.9 MN NEWFOLDEN +USC00215927 46.4333 -92.5000 352.7 MN NICKERSON +USC00215937 48.1167 -94.3833 -999.9 MN NORDEN +USC00215987 44.4753 -93.1486 271.3 MN NORTHFIELD 2 NNE +USC00215989 47.8358 -94.2556 431.3 MN NORTHOME 3S +USC00215990 44.7775 -93.9300 304.2 MN NORWOOD YOUNG AMER 1 W +USC00216007 44.1667 -94.0333 239.3 MN NORTH MANKATO +USC00216008 44.1708 -94.0386 304.8 MN N MANKATO 2 +USC00216148 47.8333 -95.8500 350.5 MN OKLEE +USC00216152 44.7628 -94.9297 335.3 MN OLIVIA 3E HCN +USC00216166 46.0678 -93.6667 384.0 MN ONAMIA RS +USC00216210 48.0333 -92.9167 420.6 MN ORR 5 SW +USC00216211 48.0508 -92.7636 400.8 MN ORR 3E +USC00216212 48.0500 -93.1000 396.2 MN ORR 13 W +USC00216213 48.0553 -92.8425 423.7 MN ORR +USC00216224 45.3000 -96.4500 299.0 MN ORTONVILLE +USC00216225 45.3092 -96.4292 335.0 MN ORTONVILLE 1N +USC00216228 46.2153 -96.1781 331.0 MN ORWELL DAM +USC00216233 45.8500 -95.1833 409.3 MN OSAKIS +USC00216276 46.4144 -95.5464 411.2 MN OTTERTAIL +USC00216287 44.0975 -93.2317 347.5 MN OWATONNA +USC00216386 45.3833 -94.7333 360.0 MN PAYNESVILLE +USC00216405 46.5689 -96.0894 395.9 MN PELICAN RAPIDS +USC00216479 45.9667 -94.1000 354.2 MN PIERZ +USC00216505 48.0000 -89.7000 289.9 MN PIGEON RIVER BRG +USC00216547 46.6694 -94.1089 381.0 MN PINE RVR DAM HCN +USC00216565 44.0139 -96.3258 519.7 MN PIPESTONE HCN +USC00216571 44.1667 -92.1667 359.7 MN PLAINVIEW +USC00216573 44.0000 -94.0000 -999.9 MN PLEASANT MOUND +USC00216612 47.2508 -93.5861 390.1 MN POKEGAMA DAM +USC00216644 44.0167 -93.1333 372.8 MN PRATT +USC00216654 43.6725 -92.0747 283.5 MN PRESTON +USC00216744 44.1000 -94.1000 246.3 MN RAPIDAN 2 W +USC00216777 44.4000 -92.0833 228.9 MN READS LANDING +USC00216787 47.8878 -96.2658 317.3 MN RED LAKE FALLS +USC00216795 47.8761 -95.0167 370.6 MN RED LAKE INDIAN AGCY +USC00216817 44.5711 -92.5283 209.7 MN RED WING +USC00216822 44.6103 -92.6100 206.3 MN RED WING DAM 3 +USC00216839 44.5486 -95.0997 310.9 MN REDWOOD FALLS +USC00216848 47.0500 -93.9000 409.0 MN REMER +USC00216849 47.0622 -93.9150 410.0 MN REMER #2 +USC00216920 45.7575 -94.2072 323.1 MN RICE +USC00216929 46.5381 -93.2844 381.0 MN RICE LAKE NWR +USC00216972 46.4667 -94.0500 353.9 MN RIVERTON +USC00217009 44.0667 -92.4667 299.0 MN ROCHESTER SEWAGE +USC00217011 43.9336 -92.4728 376.1 MN ROCHESTER AP 2NE +USC00217012 43.6556 -96.2058 457.2 MN ROCK CO SHERIFF +USC00217020 45.0897 -93.7400 289.6 MN ROCKFORD +USC00217087 48.8486 -95.7675 319.1 MN ROSEAU HCN +USC00217107 44.7167 -93.0981 288.0 MN ROSEMOUNT RSCH & OUTREACH CTR +USC00217149 46.4808 -96.2869 367.0 MN ROTHSAY +USC00217157 45.8333 -94.3667 332.2 MN ROYALTON 5W +USC00217184 43.8053 -91.7500 234.7 MN RUSHFORD +USC00217227 46.7664 -96.6336 274.9 MN SABIN 1 ESE +USC00217228 46.7764 -96.6561 281.6 MN SABIN +USC00217277 43.9500 -92.0667 259.1 MN ST CHARLES +USC00217308 45.3333 -93.3667 262.1 MN ST FRANCIS 4 S +USC00217309 45.3878 -93.3592 274.3 MN ST FRANCIS +USC00217326 43.9903 -94.6122 326.1 MN ST JAMES WWTP +USC00217362 46.1167 -95.8333 452.6 MN ST OLAF +USC00217377 44.9461 -93.0300 274.3 MN ST PAUL +USC00217379 44.9311 -93.1539 281.9 MN ST PAUL 3SW +USC00217381 45.0000 -93.1667 289.9 MN ST PAUL UNIV FARM +USC00217405 44.3222 -93.9656 242.3 MN ST PETER HCN +USC00217460 46.7953 -93.3211 376.1 MN SANDY LAKE DAM LIBBY HCN +USC00217502 45.5458 -93.7572 307.8 MN SANTIAGO 3 E +USC00217514 45.7500 -94.9167 379.2 MN SAUK CTR +USC00217533 47.8333 -90.8667 463.3 MN SAWBILL +USC00217554 47.5500 -90.9000 365.8 MN SCHROEDER +USC00217573 44.7667 -93.5000 227.1 MN SHAKOPEE +USC00217594 47.4167 -96.7667 256.0 MN SHELLY 4 SE +USC00217602 43.6303 -94.7744 402.3 MN SHERBURN 3WSW +USC00217657 47.6500 -93.0333 458.1 MN SIDE LAKE RS +USC00217738 44.0000 -95.7500 490.1 MN SLAYTON +USC00217740 43.9000 -95.8833 481.9 MN SLAYTON 9 SW +USC00217907 44.2469 -94.9864 324.9 MN SPRINGFIELD 1 NW +USC00217915 43.5619 -91.6447 419.1 MN SPRING GROVE +USC00217917 43.6125 -91.6222 349.0 MN SPRING GROVE 4N +USC00217935 44.9347 -93.6275 309.7 MN SPRING PARK +USC00217937 47.3000 -91.6667 484.6 MN SPRUCE LAKE CAMP +USC00217941 43.6933 -92.3925 388.6 MN SPRING VALLEY +USC00218011 47.5667 -92.2000 457.2 MN STEPHENS MINE +USC00218025 44.7344 -94.3425 317.0 MN STEWART +USC00218037 45.0417 -92.7975 216.4 MN STILLWATER 1 SE +USC00218039 45.0456 -92.8522 273.7 MN STILLWATER 2SW +USC00218061 45.5833 -92.8333 531.0 MN SUNRISE CITY +USC00218187 46.6333 -93.1333 387.1 MN TAMARACK +USC00218191 46.9581 -95.6547 459.6 MN TAMARAC WILDLIFE REF +USC00218204 45.4167 -92.6500 232.0 MN TAYLORS FALLS 1 NE +USC00218215 47.3389 -91.1958 216.1 MN TETTEGOUCHE SP +USC00218227 44.2811 -92.1944 229.5 MN THEILMAN 1SSW +USC00218235 48.4867 -95.9536 348.1 MN THIEF LAKE REFUGE +USC00218243 48.0667 -96.1833 339.9 MN THIEF RIVER FALLS +USC00218247 48.1328 -96.1819 343.8 MN THIEF RVR FALLS 2 +USC00218254 48.2108 -95.2475 377.0 MN THORHULT +USC00218260 46.0081 -96.4650 301.4 MN TINTAH 1W +USC00218280 47.5681 -90.8500 207.3 MN TOFTE RS +USC00218307 47.8003 -92.2867 432.8 MN TOWER DNR +USC00218311 47.7817 -92.2783 435.9 MN TOWER 2S +USC00218323 44.2394 -95.6308 427.6 MN TRACY +USC00218332 47.9500 -95.6500 353.9 MN TRAIL 12 NNE +USC00218406 47.2667 -96.2500 305.1 MN TWIN VALLEY +USC00218411 47.2236 -96.2922 327.7 MN TWIN VALLEY 3 SW +USC00218419 47.0258 -91.6653 190.5 MN TWO HARBORS HCN +USC00218421 47.1253 -91.7067 413.0 MN TWO HARBORS 7NW +USC00218429 44.2781 -96.1281 528.8 MN TYLER +USC00218450 44.9903 -93.1800 295.7 MN U OF MN ST PAUL +USC00218477 45.0483 -93.0958 271.3 MN VADNAIS LAKE +USC00218520 44.5075 -95.4108 323.7 MN VESTA +USC00218543 47.5000 -92.5500 438.9 MN VIRGINIA +USC00218550 44.3667 -92.0333 201.8 MN WABASHA +USC00218552 44.3850 -92.0486 213.4 MN WABASHA +USC00218579 46.3939 -95.1494 418.2 MN WADENA 3 S +USC00218613 47.2561 -91.7017 510.5 MN WALES 2E +USC00218618 47.0936 -94.5739 435.9 MN WALKER HCN +USC00218621 47.0997 -94.5725 414.5 MN WALKER RS +USC00218656 48.6500 -95.7500 362.7 MN WANNASKA 1 S +USC00218673 48.1833 -96.7333 261.8 MN WARREN +USC00218674 48.1953 -96.7761 260.6 MN WARREN WSD +USC00218675 48.2000 -96.7833 256.0 MN WARREN +USC00218676 48.1508 -96.6417 280.1 MN WARREN 7ESE +USC00218679 48.8947 -95.3303 327.1 MN WARROAD +USC00218692 44.0708 -93.5264 351.4 MN WASECA S RSCH & OUTREACH CTR +USC00218700 48.2058 -94.4272 363.0 MN WASKISH 4NE +USC00218713 44.9667 -93.8500 -999.9 MN WATERTOWN +USC00218729 45.0228 -95.7897 289.6 MN WATSON 1NE +USC00218763 48.6000 -94.5167 345.0 MN WAYLAND 12 NW +USC00218774 44.9742 -93.5067 287.1 MN WAYZATA +USC00218808 43.7467 -93.7367 345.9 MN WELLS +USC00218822 44.1333 -92.9167 375.5 MN WEST CONCORD +USC00218832 45.8000 -95.0667 -999.9 MN WEST UNION +USC00218907 45.8081 -96.5042 310.3 MN WHEATON +USC00218939 47.2833 -92.1833 454.8 MN WHITEFACE RSVR +USC00218941 45.1667 -93.0000 285.9 MN WHITE BEAR +USC00218947 45.8622 -96.5653 312.1 MN WHITE ROCK DAM +USC00218951 44.0833 -92.0333 251.5 MN WHITEWATER STATE PARK +USC00218986 45.5231 -92.7489 256.0 MN WILD RVR SP +USC00219001 45.1900 -95.0586 362.7 MN WILLMAR 5N +USC00219004 45.1078 -95.0358 335.3 MN WILLMAR WWTP +USC00219015 46.3167 -92.8000 319.4 MN WILLOW RIVER +USC00219033 43.8769 -95.1158 421.8 MN WINDOM +USC00219046 43.7639 -94.1661 338.3 MN WINNEBAGO HCN +USC00219059 47.4306 -94.0586 400.8 MN WINNIBIGOSHISH DAM +USC00219067 44.0422 -91.6364 198.7 MN WINONA +USC00219072 44.0875 -91.6703 202.1 MN WINONA DAM 5 A +USC00219077 44.0333 -91.6833 225.9 MN WINONA 3 SW +USC00219085 44.9511 -94.0628 313.9 MN WINSTED +USC00219093 44.5333 -94.3667 -999.9 MN WINTHROP +USC00219101 47.9333 -91.7667 407.5 MN WINTON PWR PLT +USC00219134 47.4500 -91.2167 426.7 MN WOLF RIDGE ELC +USC00219166 43.6167 -95.6000 484.9 MN WORTHINGTON +USC00219168 43.6308 -95.6817 518.2 MN WORTHINGTON RAD KWOA +USC00219170 43.6450 -95.5803 478.5 MN WORTHINGTON 2 NNE +USC00219173 46.6803 -92.9542 405.4 MN WRIGHT 3 E +USC00219189 43.7333 -92.2667 393.2 MN WYKOFF NEAR +USC00219201 45.3333 -93.0000 274.3 MN WYOMING +USC00219208 44.8056 -94.0167 338.3 MN YOUNG AMERICA 1SW +USC00219231 44.2853 -92.4311 268.2 MN ZUMBRO FALLS +USC00219235 44.2833 -92.4167 328.9 MN ZUMBRO FALLS 1 SE +USC00219237 44.3033 -92.4044 314.9 MN ZUMBRO FALLS 2NE +USC00219249 44.2992 -92.6661 295.7 MN ZUMBROTA HCN +USC00220008 34.5011 -89.5008 123.7 MS ABBEVILLE +USC00220021 33.8300 -88.5214 60.4 MS ABERDEEN HCN +USC00220039 33.3117 -89.1667 167.3 MS ACKERMAN +USC00220048 33.2500 -90.0667 -999.9 MS ACONA 3 SW +USC00220050 34.9667 -88.4333 156.1 MS ACTON +USC00220116 31.8833 -91.1500 78.9 MS ALCORN A & M COLLEGE +USC00220130 31.7500 -90.6500 156.1 MS ALLEN +USC00220160 30.7078 -88.5903 -999.9 MS AMERICUS +USC00220173 34.0117 -88.4883 70.1 MS AMORY L&D A +USC00220176 33.9833 -88.5500 70.1 MS AMORY 4 W +USC00220195 32.9833 -90.8333 33.5 MS ANGUILLA +USC00220218 30.2208 -89.4978 1.5 MS ANSLEY +USC00220237 34.7803 -90.1153 73.2 MS ARKABUTLA DAM +USC00220290 34.8492 -89.1597 183.8 MS ASHLAND +USC00220325 34.6333 -90.4333 61.0 MS AUSTIN +USC00220347 31.3000 -88.7500 98.1 MS AVERA +USC00220350 33.2369 -91.0442 35.1 MS AVON +USC00220378 34.4833 -88.6394 109.7 MS BALDWYN +USC00220427 31.7500 -90.5833 156.1 MS BARLOW 6 SE +USC00220488 34.3061 -89.9806 67.1 MS BATESVILLE 2 SW HCN +USC00220519 30.3000 -89.3333 6.1 MS BAY SAINT LOUIS +USC00220521 30.3758 -89.5989 9.1 MS BAY ST LOUIS NASA +USC00220523 31.9694 -89.2889 125.3 MS BAY SPRINGS +USC00220581 31.1833 -88.9167 17.4 MS BEAUMONT +USC00220585 31.2353 -88.9186 59.1 MS BEAUMONT EXP.STATION +USC00220630 33.6667 -89.3333 121.9 MS BELLEFONTAINE 2 NNW +USC00220656 34.4772 -88.1994 186.5 MS BELMONT 2 SSE +USC00220660 33.1772 -90.4919 35.1 MS BELZONI +USC00220730 33.8500 -89.4167 -999.9 MS BIG CREEK +USC00220792 30.3931 -89.0008 3.0 MS BILOXI +USC00220801 30.4000 -88.8833 8.2 MS BILOXI DISPLAY +USC00220805 30.4000 -88.9500 -999.9 MS BILOXI KEESLER FIELD +USC00220841 33.3333 -90.0167 78.9 MS BLACK HAWK +USC00220891 33.2781 -88.7931 70.1 MS BLUFF LAKE +USC00220955 34.6344 -88.5622 149.4 MS BOONEVILLE HCN +USC00221069 31.3833 -91.3833 18.0 MS BRIERS +USC00221094 31.5447 -90.4581 132.6 MS BROOKHAVEN CITY HCN +USC00221098 31.0333 -89.1667 82.0 MS BROOKLYN 2 SE +USC00221111 33.2597 -88.5636 89.0 MS BROOKSVILLE EXP STN +USC00221152 33.9917 -89.3736 82.3 MS BRUCE 2 W +USC00221174 31.5475 -88.5172 45.7 MS BUCKATUNNA 1 NE +USC00221190 31.4167 -90.8500 136.9 MS BUDE TOWER +USC00221235 34.8333 -88.3167 143.0 MS BURNSVILLE SUBSTN +USC00221262 34.8667 -89.6833 97.5 MS BYHALIA +USC00221299 34.7000 -88.3500 161.8 MS CAIRO +USC00221314 33.8592 -89.3136 81.7 MS CALHOUN CITY +USC00221389 32.6714 -90.0361 76.2 MS CANTON 4N HCN +USC00221460 33.5322 -89.8256 91.4 MS CARROLLTON 5 E +USC00221489 32.7506 -89.5389 112.8 MS CARTHAGE +USC00221578 31.0942 -91.0686 112.8 MS CENTREVILLE +USC00221606 34.0039 -90.0681 54.9 MS CHARLESTON +USC00221623 33.1167 -91.0833 36.9 MS CHATHAM 2 NE +USC00221707 34.1864 -90.5572 52.7 MS CLARKSDALE HCN +USC00221738 33.7367 -90.7444 42.1 MS CLEVELAND +USC00221743 33.7942 -90.7128 42.7 MS CLEVELAND 3 N +USC00221764 32.3000 -90.3167 98.1 MS CLINTON EXP STN +USC00221804 33.9803 -89.6714 73.5 MS COFFEEVILLE +USC00221852 31.6419 -89.5572 88.4 MS COLLINS +USC00221857 32.5333 -88.8167 -999.9 MS COLLINSVILLE 3 NE +USC00221860 32.4200 -88.7603 94.5 MS COLLINSVILLE 7 SE +USC00221865 31.2503 -89.8361 45.7 MS COLUMBIA HCN +USC00221870 33.4667 -88.3667 64.0 MS COLUMBUS 4 ESE +USC00221875 33.4833 -88.4333 57.9 MS COLUMBUS 2 +USC00221880 33.4678 -88.3847 44.2 MS COLUMBUS HCN +USC00221962 34.8792 -88.6178 117.3 MS CORINTH 7 SW HCN +USC00222034 32.0853 -88.5297 125.9 MS CRANDALL 8 N +USC00222046 33.2783 -88.7061 77.1 MS CRAWFORD 5 W +USC00222075 34.5000 -90.1833 57.9 MS CRENSHAW +USC00222094 31.9461 -90.3775 148.4 MS CRYSTAL SPGS EXP STN HCN +USC00222099 32.0333 -90.3167 113.1 MS CRYSTAL SPRINGS 4 NNE +USC00222160 33.6667 -89.0500 88.4 MS DANCY +USC00222241 32.4333 -89.1167 131.1 MS DECATUR +USC00222275 34.0167 -90.8667 49.1 MS DEESON +USC00222281 32.7656 -88.7444 125.0 MS DE KALB 4 W +USC00222282 32.7622 -88.6494 120.7 MS DE KALB 2 +USC00222313 34.3000 -89.3333 -999.9 MS DENMARK +USC00222385 31.9544 -89.9328 101.8 MS D'LO 2 SW +USC00222477 33.6333 -89.7167 75.9 MS DUCK HILL +USC00222510 34.0481 -90.7456 46.3 MS DUNCAN +USC00222522 33.0833 -89.8500 82.0 MS DURANT +USC00222658 32.7994 -89.3367 106.7 MS EDINBURG +USC00222668 32.3167 -90.6167 75.9 MS EDWARDS +USC00222722 33.6994 -89.7631 79.2 MS ELLIOTT 4 NW +USC00222740 34.4667 -88.8333 111.6 MS ELLISTOWN +USC00222773 34.1606 -89.9019 92.0 MS ENID DAM +USC00222795 32.1833 -88.8167 75.6 MS ENTERPRISE +USC00222896 33.5628 -89.2358 134.1 MS EUPORA 2 E +USC00222994 31.6833 -91.0667 85.0 MS FAYETTE +USC00222997 31.6833 -91.0500 -999.9 MS FAYETTE 3 S +USC00223050 31.5500 -91.4167 20.4 MS FLEET +USC00223067 32.5333 -90.3167 67.1 MS FLORA +USC00223069 32.6000 -90.3333 66.1 MS FLORA (1) +USC00223107 32.3600 -89.4208 137.2 MS FOREST HCN +USC00223173 33.2833 -89.4000 -999.9 MS FRENCH CAMP +USC00223198 30.9167 -89.1667 92.0 MS FRUITLAND PARK +USC00223208 34.2614 -88.4569 106.7 MS FULTON 3 W +USC00223331 32.6333 -90.6000 36.9 MS GERMANIA +USC00223340 32.9267 -88.8536 151.8 MS GHOLSON 8 W +USC00223429 34.8833 -88.4167 182.9 MS GLENS +USC00223441 31.1700 -91.0258 116.4 MS GLOSTER +USC00223516 32.5008 -89.9256 91.4 MS GOSHEN SPRINGS 3 NW +USC00223605 33.3592 -91.0600 38.1 MS GREENVILLE HCN +USC00223610 33.4000 -91.0500 39.9 MS GREENVILLE 2 +USC00223611 33.3000 -91.1333 22.9 MS GREENVILLE 8 SW +USC00223614 33.5167 -90.1833 28.0 MS GREENWOOD +USC00223619 33.5222 -90.1758 40.8 MS GREENWOOD 2 +USC00223645 33.7608 -89.8136 72.2 MS GRENADA +USC00223650 33.8056 -89.7714 84.7 MS GRENADA DAM +USC00223667 30.4542 -89.1250 7.6 MS GULFPORT 3NW +USC00223671 30.3772 -89.1228 10.7 MS GULFPORT NAVAL CTR +USC00223700 34.4886 -88.7019 131.1 MS GUNTOWN 3NW +USC00223887 31.2547 -89.3392 117.3 MS HATTIESBURG 5SW HCN +USC00223888 31.3069 -89.3275 63.4 MS HATTIESBURG 3SW +USC00223917 31.8583 -90.3939 141.7 MS HAZLEHURST +USC00223920 31.8328 -90.4542 182.9 MS HAZLEHURST 5 SW +USC00223939 31.9000 -88.9833 100.9 MS HEIDELBERG +USC00223975 34.8039 -90.0103 115.8 MS HERNANDO HCN +USC00223997 32.3167 -89.0333 98.1 MS HICKORY 1 E +USC00224001 34.6189 -89.1911 121.9 MS HICKORY FLAT +USC00224129 33.7667 -89.9833 73.2 MS HOLCOMB +USC00224155 32.8167 -90.7167 31.1 MS HOLLY BLUFF +USC00224168 34.8000 -89.4333 153.0 MS HOLLY SPRINGS 2 N +USC00224173 34.8219 -89.4347 147.2 MS HOLLY SPRINGS 4 N HCN +USC00224265 33.8847 -88.9867 88.4 MS HOUSTON +USC00224377 34.6989 -89.8214 105.2 MS INDEPENDENCE 1W +USC00224386 33.4500 -90.6167 36.9 MS INDIANOLA +USC00224455 34.7633 -88.1958 182.9 MS IUKA +USC00224462 32.2817 -90.1786 71.0 MS JACKSON 1 SSE +USC00224470 32.2964 -90.2092 98.8 MS JACKSON STATE +USC00224702 32.7247 -88.6631 112.8 MS KIPLING 4 NNW +USC00224740 31.4000 -91.0500 47.2 MS KNOXVILLE TOWER +USC00224776 33.0583 -89.5797 125.0 MS KOSCIUSKO HCN +USC00224781 34.8667 -88.6500 -999.9 MS KOSSUTH +USC00224816 34.3044 -89.2564 137.2 MS LAFAYETTE SPRINGS +USC00224824 32.3500 -89.3333 143.0 MS LAKE +USC00224838 31.9667 -89.2167 -999.9 MS LAKE COMO +USC00224842 34.9044 -90.2119 62.5 MS LAKE CORMORANT +USC00224869 34.2044 -90.2908 47.2 MS LAMBERT 1W +USC00224874 34.9333 -88.3167 195.1 MS LAMBS CHAPEL SCHOOL +USC00224939 31.6756 -89.1236 68.6 MS LAUREL HCN +USC00224966 31.1494 -88.5550 32.0 MS LEAKESVILLE +USC00225020 33.4789 -90.8436 37.8 MS LELAND 5 NE +USC00225062 33.1228 -90.0517 86.9 MS LEXINGTON +USC00225070 31.1658 -90.8178 100.0 MS LIBERTY +USC00225165 30.3514 -89.1611 7.9 MS LONG BEACH +USC00225223 31.8167 -91.0500 70.1 MS LORMAN +USC00225247 33.1356 -89.0711 177.1 MS LOUISVILLE HCN +USC00225291 31.5167 -90.6500 -999.9 MS LUCIEN +USC00225313 34.4500 -90.4833 61.0 MS LULA +USC00225318 31.0333 -89.4500 92.0 MS LUMBERTON 2 N +USC00225319 30.9356 -89.5264 91.4 MS LUMBERTON 6 SW +USC00225321 30.8833 -89.4000 78.9 MS LUMBERTON 1O SE +USC00225350 33.5333 -89.0000 -999.9 MS MABEN NEAR +USC00225361 33.1544 -88.5586 76.2 MS MACON 3N +USC00225366 33.1333 -88.5333 57.9 MS MACON 2 NE +USC00225384 32.4333 -90.1333 103.9 MS MADISON STN 2 SSW +USC00225389 31.8667 -89.7500 128.0 MS MAGEE +USC00225397 31.1000 -90.4667 128.0 MS MAGNOLIA +USC00225415 34.5833 -90.5000 -999.9 MS MALONE +USC00225467 32.4167 -88.6333 121.9 MS MARION 2 E +USC00225480 34.2500 -90.2667 52.1 MS MARKS +USC00225500 32.9000 -91.0500 -999.9 MS MAYERSVILLE +USC00225611 31.1917 -90.5147 115.8 MS MCCOMB 6SW PERCY QUINN +USC00225620 33.1150 -89.3017 151.8 MS MCCOOL 10SSE +USC00225644 30.6833 -89.0667 49.1 MS MC HENRY 5 ESE +USC00225687 30.8167 -89.6000 70.1 MS MC NEILL +USC00225704 31.4664 -90.8853 105.2 MS MEADVILLE +USC00225705 31.4217 -90.8797 78.6 MS MEADVILLE 5SE +USC00225771 32.3700 -88.6789 93.0 MS MERIDIAN SOWASHEE CK +USC00225772 32.3500 -88.6667 116.1 MS MERIDIAN WB CITY +USC00225789 30.9833 -88.7167 15.2 MS MERRILL +USC00225825 34.7333 -88.2667 180.1 MS MIDWAY +USC00225897 33.7589 -90.2103 44.2 MS MINTER CITY +USC00225943 31.8375 -89.5975 121.9 MS MIZE 3SW +USC00225987 31.5519 -90.1058 58.2 MS MONTICELLO HCN +USC00225989 31.5519 -90.1058 58.2 MS MONTICELLO 2 +USC00225991 33.7000 -88.9500 -999.9 MS MONTPELIER +USC00225996 32.1167 -89.2333 131.1 MS MONTROSE +USC00226009 33.4517 -90.5097 35.7 MS MOORHEAD HCN +USC00226054 30.4000 -88.5000 6.1 MS MOSS POINT +USC00226084 34.8894 -89.6042 117.3 MS MT PLEASANT 4SW +USC00226163 34.5500 -89.1167 -999.9 MS MYRTLE +USC00226177 31.5889 -91.3408 59.4 MS NATCHEZ HCN +USC00226256 34.4739 -89.0022 115.8 MS NEW ALBANY +USC00226294 32.9369 -89.7594 79.2 MS NEWPORT +USC00226308 32.3378 -89.0817 106.4 MS NEWTON EXP STN +USC00226351 33.0333 -90.8500 34.1 MS NITTA YUMA +USC00226476 32.2061 -90.5133 62.5 MS OAKLEY EXP STN +USC00226484 30.4106 -88.7883 3.0 MS OCEAN SPRINGS +USC00226493 32.7639 -89.6986 121.9 MS OFAHOMA +USC00226513 32.4758 -88.8111 107.0 MS OKATIBBEE RSVR +USC00226515 34.0000 -88.7500 98.1 MS OKOLONA +USC00226527 34.9536 -89.8297 117.3 MS OLIVE BRANCH +USC00226562 32.7250 -90.9400 32.0 MS ONWARD +USC00226626 31.4833 -89.0333 52.1 MS OVETT +USC00226638 32.0339 -88.7100 65.8 MS P HARRISON ARCHUSA +USC00226640 31.6817 -89.3364 135.6 MS P HARRISON BIG CK WP +USC00226642 31.7486 -89.7286 153.9 MS P HARRISON DRY CK WP +USC00226643 32.2286 -88.8206 86.3 MS P HARRISON DUNNS FALLS +USC00226644 32.4031 -89.1531 139.6 MS P HARRISON TURKEY WP +USC00226652 34.6667 -88.2667 -999.9 MS PADEN +USC00226670 33.6500 -88.8500 76.2 MS PALO ALTO +USC00226718 30.3961 -88.4781 3.7 MS PASCAGOULA 3 NE HCN +USC00226719 30.3500 -88.5667 3.0 MS PASCAGOULA ING SHIP YA +USC00226750 32.0308 -89.0356 127.4 MS PAULDING +USC00226780 30.2500 -89.6167 3.0 MS PEARLINGTON +USC00226790 30.4333 -88.4333 0.0 MS PECAN +USC00226811 32.3161 -89.7994 112.8 MS PELAHATCHIE +USC00226894 32.7692 -89.1303 125.9 MS PHILADELPHIA 1 WSW +USC00226899 32.7333 -89.1833 131.1 MS PHILADELPHIA 5 SW +USC00226921 30.5364 -89.7050 19.5 MS PICAYUNE +USC00226924 30.6522 -89.6522 22.9 MS PICAYUNE 4NE +USC00226926 32.8864 -89.9775 72.5 MS PICKENS +USC00227036 33.9333 -89.3333 -999.9 MS PITTSBORO +USC00227066 34.9231 -89.9403 115.8 MS PLEASANT HILL +USC00227106 34.2486 -88.9975 143.3 MS PONTOTOC +USC00227109 34.2333 -88.8667 116.1 MS PONTOTOC 8 E +USC00227111 34.1381 -88.9983 123.4 MS PONTOTOC EXP STN HCN +USC00227128 30.8408 -89.5453 95.4 MS POPLARVILLE EXP STN HCN +USC00227132 31.9850 -90.9719 36.6 MS PORT GIBSON 1 NE HCN +USC00227141 32.6833 -88.4667 61.0 MS PORTERVILLE +USC00227155 34.5667 -89.3167 -999.9 MS POTTS CAMP NEAR +USC00227172 31.5867 -89.8819 85.6 MS PRENTISS +USC00227220 31.1775 -89.4156 115.2 MS PURVIS 2N +USC00227252 32.0706 -88.7189 64.9 MS QUITMAN 2 NNE +USC00227276 32.1433 -89.5525 135.9 MS RALEIGH 6N +USC00227444 31.3656 -88.9322 50.3 MS RICHTON 1 N +USC00227449 31.5333 -88.9000 -999.9 MS RICHTON 12 NNE +USC00227462 32.5000 -88.8333 -999.9 MS RIO 5 S +USC00227467 34.7397 -88.9514 160.0 MS RIPLEY +USC00227527 34.0833 -90.8500 -999.9 MS ROCHDALE +USC00227537 31.7967 -90.1525 61.0 MS ROCKPORT +USC00227560 32.8978 -90.8853 32.0 MS ROLLING FORK +USC00227582 33.8500 -91.0167 46.0 MS ROSEDALE +USC00227587 32.3667 -90.8333 -999.9 MS ROSE HILL +USC00227595 32.3975 -90.0647 94.5 MS ROSS BARNETT RESERVR +USC00227639 31.5000 -91.0667 -999.9 MS ROXIE +USC00227683 33.0667 -89.2833 -999.9 MS RURAL HILL +USC00227701 32.4000 -88.6000 118.9 MS RUSSELL +USC00227710 31.8833 -91.0000 -999.9 MS RUSSUM +USC00227714 31.3719 -90.2986 135.0 MS RUTH 1 SE +USC00227807 34.5369 -90.1933 102.1 MS SARAH 3 SE +USC00227815 34.3961 -89.7903 92.4 MS SARDIS DAM +USC00227820 34.1200 -89.2947 111.3 MS SAREPTA 1 NNE +USC00227831 32.5861 -90.6261 43.0 MS SATARTIA 8 SW +USC00227840 30.6264 -89.0550 69.8 MS SAUCIER EXP FOREST +USC00227886 33.6000 -91.0833 43.0 MS SCOTT +USC00227921 34.6314 -89.9592 73.2 MS SENATOBIA +USC00227983 33.9500 -90.7667 52.1 MS SHELBY +USC00227993 33.6000 -90.2667 -999.9 MS SHELLMOUND +USC00228036 32.6000 -89.9167 110.0 MS SHOCCOE +USC00228053 31.8597 -88.6953 59.4 MS SHUBUTA +USC00228055 31.8667 -88.7000 59.4 MS SHUBUTA 2 +USC00228062 32.9833 -88.5667 67.1 MS SHUQUALAK +USC00228145 34.4642 -90.2158 50.3 MS SLEDGE +USC00228189 34.0667 -88.3833 82.0 MS SMITHVILLE +USC00228352 30.5333 -89.3667 42.7 MS STANDARD +USC00228374 33.4692 -88.7822 56.4 MS STATE UNIV HCN +USC00228382 31.4333 -88.4833 78.9 MS STATE LINE +USC00228397 33.5650 -88.3136 61.0 MS STEENS +USC00228413 30.3678 -89.4544 19.8 MS STENNIS-DIAMONDHEAD +USC00228445 33.4311 -90.9108 38.7 MS STONEVILLE EXP STN +USC00228460 31.7667 -91.0167 57.9 MS STONINGTON +USC00228530 31.4667 -90.9667 -999.9 MS SUFFOLK +USC00228556 31.4222 -89.5386 88.4 MS SUMRALL +USC00228591 33.8472 -90.3214 44.2 MS SWAN LAKE +USC00228608 32.0167 -89.4000 116.1 MS SYLVARENA 1 W +USC00228684 33.1833 -90.2167 36.9 MS TCHULA +USC00228768 33.0833 -90.3333 -999.9 MS THORNTON +USC00228784 34.6333 -89.7500 -999.9 MS THYATIRA +USC00228792 33.5378 -88.6331 64.0 MS TIBBEE +USC00228846 34.6333 -88.2333 161.8 MS TISHOMINGO +USC00228899 32.4686 -88.6083 143.3 MS TOPTON 2 +USC00228996 34.6833 -90.3833 57.9 MS TUNICA +USC00228998 34.7281 -90.3683 62.8 MS TUNICA 2 N +USC00229000 34.2500 -88.7167 85.0 MS TUPELO +USC00229004 34.2650 -88.7658 106.7 MS TUPELO 2 +USC00229005 34.2667 -88.7000 78.9 MS TUPELO SUBSTN +USC00229006 34.2356 -88.6953 79.2 MS TUPELO 3 +USC00229048 31.0800 -90.0603 116.4 MS TYLERTOWN 5ESE +USC00229070 32.5833 -89.1167 143.3 MS UNION +USC00229072 31.6819 -90.7831 151.8 MS UNION CHURCH +USC00229079 34.3725 -89.5308 124.4 MS UNIVERSITY HCN +USC00229101 32.1000 -90.6333 85.0 MS UTICA +USC00229114 33.3253 -89.7539 123.1 MS VAIDEN 1 SSW +USC00229154 34.0667 -90.3667 46.0 MS VANCE 1 SW +USC00229155 34.0833 -90.3500 46.0 MS VANCE 2 +USC00229157 30.4856 -88.6547 3.0 MS VANCLEAVE +USC00229159 34.0178 -88.8511 97.5 MS VAN VLEET +USC00229173 34.1647 -88.7239 99.1 MS VERONA EXP STN +USC00229215 32.3144 -90.9053 14.0 MS VICKSBURG +USC00229216 32.3567 -90.8444 77.7 MS VICKSBURG MILITARY PK +USC00229218 32.2978 -90.8658 54.9 MS VICKSBURG W EXP STN +USC00229230 32.3850 -90.8753 24.4 MS VICKSBURG CITY +USC00229326 32.5972 -89.4606 96.9 MS WALNUT GROVE +USC00229384 31.5833 -91.2833 85.0 MS WASHINGTON +USC00229400 34.1583 -89.6311 94.5 MS WATER VALLEY HCN +USC00229426 30.2947 -89.3831 2.4 MS WAVELAND HCN +USC00229439 31.6772 -88.6708 61.0 MS WAYNESBORO 2 W HCN +USC00229444 31.6833 -88.6833 36.6 MS WAYNESBORO 3 WNW +USC00229475 33.2667 -89.3000 -999.9 MS WEIR +USC00229537 33.6000 -88.5833 73.2 MS WEST POINT EXP STN +USC00229539 33.6000 -88.7167 -999.9 MS WEST POINT 3 W +USC00229543 33.6167 -88.6500 70.1 MS WEST POINT +USC00229597 32.0844 -89.7056 113.7 MS WHITE OAK 2 N +USC00229617 30.7975 -89.6892 56.7 MS WHITE SAND +USC00229639 30.8714 -89.1214 48.8 MS WIGGINS +USC00229657 31.2333 -91.3167 -999.9 MS WILKINSON 5 NW +USC00229735 31.7000 -89.1833 -999.9 MS WINDHAM +USC00229743 33.4847 -89.6244 119.5 MS WINONA 5 E +USC00229777 33.7833 -89.0333 100.9 MS WOODLAND +USC00229793 31.0931 -91.2325 121.9 MS WOODVILLE 4 ESE HCN +USC00229850 32.8667 -90.4000 36.9 MS YAZOO CITY +USC00229860 32.9028 -90.3817 32.6 MS YAZOO CITY 5 NNE HCN +USC00229940 32.9667 -89.3833 -999.9 MS ZAMA +USC00230051 40.2486 -94.3308 266.7 MO ALBANY +USC00230088 37.1528 -91.4439 213.4 MO ALLEY SPRING RGR STN +USC00230122 36.6333 -91.2333 -999.9 MO ALTON 10 SE +USC00230127 36.6919 -91.3989 247.8 MO ALTON +USC00230135 38.4000 -94.2167 -999.9 MO ALTONA +USC00230143 39.8914 -94.3600 296.9 MO AMITY 4 NE +USC00230147 38.2500 -94.6333 -999.9 MO AMORET +USC00230151 38.3500 -94.5833 262.1 MO AMSTERDAM +USC00230163 36.6450 -94.4855 340.5 MO ANDERSON 3W +USC00230164 36.6519 -94.4386 320.0 MO ANDERSON +USC00230165 36.6500 -94.5167 320.0 MO ANDERSON +USC00230177 37.3603 -90.6975 199.0 MO ANNAPOLIS +USC00230179 37.3000 -90.7667 180.1 MO ANNAPOLIS 3 SW +USC00230204 38.1872 -94.0283 264.0 MO APPLETON CITY HCN +USC00230224 37.5981 -90.6264 279.8 MO ARCADIA +USC00230261 38.0167 -94.3833 233.8 MO ARTHUR +USC00230304 37.2614 -93.5914 344.1 MO ASH GROVE 4S +USC00230312 40.4500 -91.8167 -999.9 MO ASHTON 1 W +USC00230317 39.6167 -94.9833 253.0 MO ATCHISON RADIO KARE +USC00230342 36.9167 -93.7167 417.6 MO AURORA +USC00230357 38.9667 -91.9167 262.1 MO AUXVASSE 4 SSW +USC00230360 37.0092 -92.7561 381.9 MO AVA 6NW +USC00230365 36.9500 -92.6667 390.1 MO AVA RS +USC00230368 36.8750 -92.8519 364.8 MO AVA 12SW +USC00230371 39.6667 -93.5000 234.7 MO AVALON +USC00230402 38.2267 -92.6017 175.9 MO BAGNELL +USC00230413 36.5333 -92.1333 -999.9 MO BAKERSFIELD +USC00230424 37.7000 -90.8333 -999.9 MO BANNER +USC00230436 36.7167 -91.1667 -999.9 MO BARDLEY CAMP CCC +USC00230503 39.6833 -93.3833 -999.9 MO BEDFORD 1 S +USC00230536 38.2500 -91.7500 312.1 MO BELLE +USC00230539 37.6900 -90.7800 330.7 MO BELLEVIEW 2 E +USC00230542 37.6458 -90.6944 391.1 MO BELLEVIEW 4 SE +USC00230551 37.1000 -89.5500 -999.9 MO BENTON +USC00230595 36.6717 -89.9717 91.4 MO BERNIE +USC00230597 37.9500 -91.1667 289.9 MO BERRYMAN 6 NW +USC00230608 40.2575 -94.0269 289.3 MO BETHANY +USC00230628 37.6719 -92.0981 335.9 MO BIG PINEY +USC00230657 37.0539 -93.5756 399.3 MO BILLINGS 1SW +USC00230668 36.9833 -91.5000 305.1 MO BIRCH TREE +USC00230695 37.6167 -90.9833 -999.9 MO BLACK 6 NW +USC00230713 38.5586 -93.9600 240.8 MO BLAIRSTOWN +USC00230729 37.7000 -92.1500 -999.9 MO BLOODLAND +USC00230735 36.8908 -89.9311 134.1 MO BLOOMFIELD +USC00230747 39.0153 -93.1967 240.8 MO BLUE LICK +USC00230760 38.9833 -94.3333 -999.9 MO BLUE SPRINGS +USC00230781 40.1131 -94.8222 289.9 MO BOLCKOW +USC00230789 37.6164 -93.3914 300.8 MO BOLIVAR 1 NE +USC00230812 38.9667 -92.7500 -999.9 MO BOONVILLE +USC00230815 38.9717 -92.7569 207.0 MO BOONVILLE 1W +USC00230817 38.9708 -92.7603 226.8 MO BOONVILLE +USC00230820 38.9461 -92.7717 239.3 MO BOONVILLE 3SW +USC00230824 38.9625 -92.7394 229.2 MO BOONVILLE +USC00230856 39.3444 -91.1708 270.4 MO BOWLING GREEN 1 E HCN +USC00230878 36.7833 -92.9167 -999.9 MO BRADLEYVILLE +USC00230881 36.2833 -89.9167 -999.9 MO BRAGG CITY +USC00230887 36.5394 -93.1997 392.0 MO BRANSON AP +USC00230980 39.7650 -93.0594 233.8 MO BROOKFIELD +USC00231003 40.0500 -93.1000 -999.9 MO BROWNING 3 NE +USC00231037 39.4247 -93.1331 201.8 MO BRUNSWICK HCN +USC00231087 37.6669 -93.1069 326.4 MO BUFFALO 2N +USC00231092 37.6167 -91.1333 -999.9 MO BUICK TWR +USC00231101 37.5142 -91.1939 315.8 MO BUNKER 4N +USC00231141 40.4486 -95.0642 299.0 MO BURLINGTON JUNCTION +USC00231145 38.2611 -94.4050 240.8 MO BUTLER 4W +USC00231156 39.5833 -92.8167 256.0 MO BYNUMVILLE 1 E +USC00231189 38.6278 -92.5545 267.9 MO CALIFORNIA +USC00231212 38.2167 -92.7667 313.9 MO CAMDENTON 2 NW +USC00231216 39.7469 -94.2531 307.8 MO CAMERON +USC00231221 36.4833 -90.0667 95.1 MO CAMPBELL +USC00231275 40.1433 -91.5158 149.4 MO CANTON L&D 20 +USC00231283 39.0031 -90.6886 137.2 MO CAP AU GRIS L&D 25 +USC00231291 37.3167 -89.5333 149.0 MO CAPE GIRARDEAU MO ST U +USC00231296 37.3061 -89.5300 91.4 MO CAPE GIRARDEAU +USC00231297 37.3025 -89.5233 108.5 MO CAPE GIRARDEAU #2 +USC00231304 37.7947 -93.8019 252.1 MO CAPLINGER MILLS +USC00231321 36.0333 -90.2167 -999.9 MO CARDWELL +USC00231340 39.3594 -93.4886 214.9 MO CARROLLTON +USC00231356 37.1772 -94.3047 298.1 MO CARTHAGE +USC00231364 36.1875 -89.6600 82.3 MO CARUTHERSVILLE HCN +USC00231383 36.6875 -93.8694 419.4 MO CASSVILLE +USC00231467 37.5042 -90.9225 237.1 MO CENTERVILLE 5 NE +USC00231472 37.4333 -90.9500 -999.9 MO CENTERVILLE RS +USC00231482 39.2106 -92.1342 270.1 MO CENTRALIA +USC00231490 36.9333 -93.0500 417.9 MO CHADWICK +USC00231527 36.9833 -91.3500 99.7 MO CHAONIA +USC00231540 36.9272 -89.3536 100.6 MO CHARLESTON +USC00231580 39.7750 -93.5358 237.7 MO CHILLICOTHE 2S +USC00231600 39.5333 -91.6453 214.0 MO CLARENCE CANNON DAM +USC00231640 39.3736 -90.9058 140.2 MO CLARKSVILLE L&D 24 +USC00231674 37.1319 -90.7756 201.2 MO CLEARWATER DAM +USC00231704 38.7500 -93.0167 222.5 MO CLIFTON CITY +USC00231708 39.4500 -92.6667 223.1 MO CLIFTON HILL +USC00231709 38.1000 -93.0500 305.1 MO CLIMAX SPRINGS +USC00231711 38.3950 -93.7711 234.7 MO CLINTON HCN +USC00231748 38.4844 -93.2556 304.8 MO COLE CAMP 3NW +USC00231759 38.3333 -93.0833 277.4 MO COLE CAMP 9 SE +USC00231773 39.5317 -93.5289 254.2 MO COLOMA +USC00231792 38.9667 -92.1833 -999.9 MO COLUMBIA 9 ENE +USC00231800 38.9833 -92.4667 -999.9 MO COLUMBIA 9 WNW +USC00231801 38.9425 -92.3206 219.5 MO COLUMBIA U OF M +USC00231822 40.2394 -94.6833 337.7 MO CONCEPTION HCN +USC00231837 38.9783 -93.5703 233.2 MO CONCORDIA +USC00231868 37.8128 -91.4381 277.1 MO COOK STATION +USC00231870 37.8167 -91.4333 302.1 MO COOK STN +USC00231924 39.8536 -94.7078 277.4 MO COSBY 2W +USC00231961 39.5667 -93.9333 -999.9 MO COWGILL +USC00231980 37.4500 -90.6333 289.9 MO CRANE MTN +USC00232004 37.9500 -92.2667 331.9 MO CROCKER +USC00232031 38.2333 -90.3833 128.0 MO CRYSTAL CITY +USC00232043 38.0667 -91.4000 305.1 MO CUBA +USC00232071 37.4481 -93.6778 320.0 MO DADEVILLE +USC00232115 39.5500 -92.5833 251.8 MO DARKSVILLE +USC00232132 37.9500 -92.6000 -999.9 MO DECATURVILLE +USC00232156 36.2000 -89.8833 78.9 MO DEERING +USC00232220 38.1403 -90.5058 222.8 MO DE SOTO +USC00232235 36.8000 -89.9667 116.1 MO DEXTER +USC00232240 36.9858 -94.3553 326.1 MO DIAMOND 2W +USC00232289 36.6206 -90.8125 88.1 MO DONIPHAN HCN +USC00232294 36.6167 -90.8500 98.1 MO DONIPHAN 1 W +USC00232302 36.7397 -92.2086 294.4 MO DORA 3SE +USC00232318 40.4906 -92.3706 265.2 MO DOWNING +USC00232379 37.3000 -92.6833 -999.9 MO DUNCAN +USC00232406 37.6833 -91.0333 -999.9 MO EAST END +USC00232416 38.6683 -94.2294 260.6 MO EAST LYNNE +USC00232443 36.8833 -91.0333 292.3 MO EASTWOOD LOOKOUT +USC00232463 37.6333 -91.9167 371.9 MO EDGAR SPRINGS 4 S +USC00232474 39.5075 -94.6328 256.0 MO EDGERTON +USC00232482 40.1636 -92.1658 246.3 MO EDINA +USC00232492 38.6667 -94.2167 260.6 MO EIGHT MILE +USC00232503 38.3486 -92.5811 281.6 MO ELDON +USC00232511 37.8642 -94.0156 278.9 MO ELDORADO SPRINGS +USC00232519 36.6000 -92.1500 274.9 MO ELIJAH +USC00232547 37.2333 -90.9700 222.5 MO ELLINGTON +USC00232563 36.9333 -90.7500 225.9 MO ELLSINORE +USC00232568 38.8681 -94.0353 259.1 MO ELM +USC00232575 39.5072 -94.1547 268.2 MO ELMIRA +USC00232591 39.1561 -90.7833 144.8 MO ELSBERRY 1 S +USC00232617 37.1500 -91.4500 214.0 MO EMINENCE 5 WNW +USC00232619 37.1561 -91.3603 195.1 MO EMINENCE 1 N +USC00232700 39.2872 -94.2225 243.8 MO EXCELSIOR SPRINGS 4S +USC00232729 40.3389 -95.3911 283.5 MO FAIRFAX +USC00232733 39.9833 -94.3500 -999.9 MO FAIRPORT +USC00232792 39.2667 -91.5667 232.9 MO FARBER +USC00232809 37.7919 -90.4097 274.3 MO FARMINGTON HCN +USC00232821 39.6333 -94.8167 -999.9 MO FAUCETT SPEAS FARM +USC00232823 39.1333 -92.7000 228.9 MO FAYETTE +USC00232825 39.0722 -92.6217 222.5 MO FAYETTE 6SE +USC00232828 39.1333 -92.6667 195.1 MO FAYETTE EXP LAGOON +USC00232850 38.2306 -90.3981 182.9 MO FESTUS +USC00232881 36.7828 -90.2033 100.6 MO FISK +USC00232941 37.7928 -93.4317 306.0 MO FLEMINGTON 4E +USC00232975 36.7000 -93.1167 259.1 MO FORSYTH +USC00232981 37.7481 -92.1053 342.3 MO FT LEONARD WOOD +USC00232995 39.7000 -93.3000 203.9 MO FOUNTAIN GROVE WR +USC00233004 38.5711 -90.6889 303.6 MO FOX CREEK +USC00233038 37.5742 -90.3075 219.2 MO FREDERICKTOWN +USC00233043 38.4583 -91.7028 245.4 MO FREEDOM +USC00233052 36.9667 -91.2333 -999.9 MO FREMONT TWR +USC00233066 37.3000 -91.0667 -999.9 MO FRUIT CITY +USC00233079 38.8483 -91.9419 239.0 MO FULTON +USC00233094 36.8061 -93.4678 313.0 MO GALENA +USC00233102 39.9081 -93.9697 280.7 MO GALLATIN 1W +USC00233119 36.7000 -93.3000 289.9 MO GARBER +USC00233162 36.8658 -92.3606 335.3 MO GENTRYVILLE +USC00233178 38.4000 -91.3333 271.0 MO GERALD +USC00233220 39.2333 -92.8500 -999.9 MO GLASGOW +USC00233222 39.2242 -92.8483 179.8 MO GLASGOW +USC00233233 38.5444 -90.6236 135.0 MO GLENCOE +USC00233238 38.5156 -92.8556 299.0 MO GLENSTED +USC00233262 37.3019 -94.0831 330.1 MO GOLDEN CITY 6 S +USC00233268 39.9667 -92.7667 299.0 MO GOLDSBERRY +USC00233290 40.2500 -92.0833 214.0 MO GORIN +USC00233300 39.6333 -94.6000 299.0 MO GOWER 2 N +USC00233329 40.2017 -95.0722 176.8 MO GRAHAM 1 NW +USC00233341 36.9667 -94.2833 345.0 MO GRANBY +USC00233369 40.4861 -94.4139 344.4 MO GRANT CITY +USC00233375 40.4639 -94.4978 331.9 MO GRANT CITY 5WSW +USC00233416 40.3503 -92.9492 315.5 MO GREEN CITY 5N +USC00233420 37.3997 -93.8000 292.0 MO GREENFIELD 2SE +USC00233451 37.2000 -90.4500 149.4 MO GREENVILLE 6 N +USC00233463 40.2744 -91.4261 155.4 MO GREGORY LANDING +USC00233483 37.4078 -92.5931 423.1 MO GROVESPRING 1NE +USC00233537 36.7000 -93.7667 399.9 MO HAILEY 3 WSW +USC00233551 37.6167 -93.2500 -999.9 MO HALF WAY +USC00233562 37.2531 -93.7275 311.8 MO HALLTOWN 5NW +USC00233565 39.6000 -92.7833 220.1 MO HAMDEN 2 NE +USC00233568 39.7425 -94.0347 274.3 MO HAMILTON 2W +USC00233596 39.7000 -91.3500 149.0 MO HANNIBAL 1 N +USC00233601 39.7233 -91.3747 217.0 MO HANNIBAL WTR WKS +USC00233641 40.3167 -93.3500 295.7 MO HARRIS +USC00233649 38.6494 -94.3567 274.3 MO HARRISONVILLE +USC00233661 37.2531 -92.5022 349.9 MO HARTVILLE +USC00233701 36.2333 -89.7500 -999.9 MO HAYTI CCC CAMP +USC00233708 39.9667 -93.5833 -999.9 MO HAZELHURST +USC00233713 37.6667 -92.4667 294.1 MO HAZELGREEN 1 W +USC00233779 39.2333 -93.9333 210.0 MO HENRIETTA +USC00233793 38.7017 -91.4314 156.7 MO HERMANN +USC00233799 37.9500 -93.3167 249.9 MO HERMITAGE +USC00233835 39.2414 -92.5067 257.6 MO HIGBEE 4S +USC00233837 39.0667 -93.7000 -999.9 MO HIGGINSVILLE +USC00233838 39.0733 -93.7075 254.8 MO HIGGINSVILLE +USC00233845 36.8833 -91.4500 -999.9 MO HIGH LOOKOUT +USC00233849 38.4844 -92.5881 277.4 MO HIGH POINT +USC00233940 36.6167 -93.2333 -999.9 MO HOLLISTER +USC00233959 39.4667 -94.3167 303.0 MO HOLT 3 E +USC00233999 36.0453 -90.1492 78.0 MO HORNERSVILLE +USC00234008 37.9456 -94.3614 228.6 MO HORTON 2 S +USC00234019 37.3186 -91.9628 373.1 MO HOUSTON +USC00234021 37.3167 -91.9667 -999.9 MO HOUSTON 1 SE +USC00234023 37.3344 -92.0058 327.7 MO HOUSTON 2 W +USC00234031 38.8989 -93.3583 231.0 MO HOUSTONIA +USC00234101 37.7944 -93.5781 294.1 MO HUMANSVILLE +USC00234136 38.0997 -92.3097 285.9 MO IBERIA +USC00234154 39.0647 -94.3861 300.2 MO INDEPENDENCE +USC00234158 39.0667 -94.3833 307.8 MO INDEPENDENCE 2 +USC00234192 36.5764 -92.6767 270.7 MO ISABELLA 3 W +USC00234226 37.3781 -89.6678 134.1 MO JACKSON +USC00234271 38.5853 -92.1825 198.1 MO JEFFERSON CITY WTP HCN +USC00234272 38.5167 -90.2667 149.4 MO JEFFERSON BARRACKS +USC00234276 38.5869 -92.1797 185.9 MO JEFFERSON CITY +USC00234290 37.5769 -93.9953 307.8 MO JERICO SPRINGS 3S +USC00234291 37.9233 -91.9769 216.4 MO JEROME +USC00234299 37.3833 -90.4833 -999.9 MO JEWETT +USC00234301 37.3656 -90.3631 189.0 MO JEWETT 7 E +USC00234317 37.0833 -94.5167 307.2 MO JOPLIN +USC00234349 40.4167 -91.7333 210.0 MO KAHOKA +USC00234357 39.0667 -94.5667 320.0 MO KANSAS CITY KCMO +USC00234364 39.1000 -94.5333 -999.9 MO KANSAS CY ST JOHN ELMW +USC00234365 38.9272 -94.5389 303.3 MO KANSAS CITY S +USC00234367 39.2419 -94.6422 274.3 MO KS CITY BARRY HARBOR +USC00234369 39.0000 -94.5833 -999.9 MO KANSAS CY 75TH & HOLME +USC00234374 39.0000 -94.5333 264.9 MO KANSAS CITY SWOPE PARK +USC00234377 39.2783 -94.6636 313.9 MO KANSAS CITY -NWSTC +USC00234379 39.0333 -94.5833 259.1 MO KANSAS CITY UNIV OF MO +USC00234382 39.3667 -94.3294 256.0 MO KEARNEY 3E +USC00234417 36.2253 -90.0750 82.3 MO KENNETT RADIO KBOA +USC00234449 39.4500 -92.8667 -999.9 MO KEYTESVILLE 4 NE +USC00234481 39.7833 -94.1000 307.8 MO KIDDER +USC00234505 40.0514 -94.5250 335.9 MO KING CITY +USC00234515 38.7425 -94.0731 274.9 MO KINGSVILLE +USC00234544 40.2058 -92.5747 295.7 MO KIRKSVILLE +USC00234582 38.8667 -93.6167 214.0 MO VALLEY CITY +USC00234601 39.4383 -94.0114 292.6 MO KNOXVILLE +USC00234603 39.4333 -94.0000 -999.9 MO KNOXVILLE 2 SSE +USC00234625 36.6000 -91.6500 292.9 MO KOSHKONONG +USC00234637 40.1231 -91.9228 234.7 MO LABELLE +USC00234640 40.0167 -92.5000 285.0 MO LA PLATA +USC00234660 36.9381 -90.3222 177.4 MO LAKE WAPPAPELLO SP +USC00234694 38.2042 -92.6233 179.8 MO LAKESIDE +USC00234705 37.5983 -94.2842 293.5 MO LAMAR 7N HCN +USC00234722 38.7833 -93.4000 -999.9 MO LA MONTE +USC00234727 36.5667 -93.4333 -999.9 MO LAMPE FOREST SVC +USC00234732 36.6333 -93.4000 -999.9 MO LAMPE 4 NNE +USC00234751 40.3564 -95.5797 271.0 MO LANGDON +USC00234773 39.5500 -94.3333 323.1 MO LATHROP +USC00234793 39.4333 -94.2000 326.1 MO LAWSON +USC00234825 37.6850 -92.6939 379.8 MO LEBANON 2W HCN +USC00234828 37.8167 -91.7333 348.1 MO LECOMA 3 N +USC00234844 37.0667 -90.7000 -999.9 MO LEEPER +USC00234846 38.9333 -94.3833 302.1 MO LEES SUMMIT 2 NNW +USC00234850 38.8803 -94.3358 304.8 MO LEES SUMMIT REED WR HCN +USC00234904 39.1828 -93.8550 251.5 MO LEXINGTON 3E HCN +USC00234906 37.0667 -90.7000 152.4 MO LEEPER +USC00234911 39.1569 -93.8906 263.7 MO LEXINGTON 2SSW +USC00234914 39.2500 -94.4167 -999.9 MO LIBERTY +USC00234919 37.5544 -91.8831 359.7 MO LICKING 4N +USC00234924 37.5167 -91.9833 278.0 MO LICKING 7 W +USC00234978 39.8833 -93.1833 255.1 MO LINNEUS +USC00234982 39.8569 -93.1497 248.1 MO LINNEUS 3SE +USC00235014 40.4900 -92.6961 249.9 MO LIVONIA +USC00235027 37.3908 -93.9492 328.3 MO LOCKWOOD HCN +USC00235050 39.7506 -92.5064 249.9 MO LONG BRANCH RSVR +USC00235093 39.4333 -91.0667 142.0 MO LOUISIANA STARKS NURSE +USC00235098 39.4514 -91.0464 156.1 MO LOUISIANA +USC00235121 40.4667 -93.3000 289.0 MO LUCERNE +USC00235130 40.4869 -91.8764 225.6 MO LURAY 2 N +USC00235164 36.7500 -90.9000 -999.9 MO MACEDONIA LOOKOUT +USC00235175 39.7167 -92.4667 262.1 MO MACON +USC00235183 39.4725 -92.0306 243.8 MO MADISON +USC00235207 36.5994 -89.9894 88.4 MO MALDEN MUNI AP +USC00235220 37.3667 -92.3167 -999.9 MO MANES +USC00235227 37.1086 -92.5789 441.4 MO MANSFIELD +USC00235253 37.3036 -89.9664 118.9 MO MARBLE HILL HCN +USC00235307 37.3378 -92.9097 449.0 MO MARSHFIELD +USC00235319 39.1000 -91.6500 246.9 MO MARTINSBURG +USC00235340 40.3458 -94.8342 300.2 MO MARYVILLE 2E +USC00235345 40.4167 -94.8833 348.1 MO MARYVILLE 7 NNW +USC00235410 38.9667 -91.9667 -999.9 MO MC CREDIE 2 W +USC00235415 38.9500 -91.9000 259.1 MO MC CREDIE EXP STN +USC00235418 39.4056 -91.2461 167.6 MO MCCUNE STATION +USC00235492 40.4575 -92.1822 234.7 MO MEMPHIS +USC00235519 40.5500 -93.6000 267.9 MO MERCER 6 NW +USC00235541 39.1756 -91.8861 244.4 MO MEXICO HCN +USC00235553 39.3283 -93.2247 216.4 MO MIAMI +USC00235565 39.1500 -91.3333 232.0 MO MIDDLETOWN 5 ENE +USC00235572 37.6167 -90.2833 -999.9 MO MINE LA MOTTE +USC00235578 40.2211 -93.1097 256.0 MO MILAN +USC00235579 36.6833 -93.8000 -999.9 MO MINERAL SPRING +USC00235594 37.2089 -93.8350 384.4 MO MILLER +USC00235671 39.4194 -92.4369 262.1 MO MOBERLY HCN +USC00235700 36.9167 -93.9333 390.1 MO MONETT +USC00235704 36.8617 -93.9625 432.8 MO MONETT 4SW 72349 +USC00235708 39.6350 -91.7231 225.9 MO MONROE CITY +USC00235715 37.4525 -91.6819 288.0 MO MONTAUK SP +USC00235728 38.9667 -91.5000 -999.9 MO MONTGOMERY CITY +USC00235730 37.9667 -92.5833 320.0 MO MONTREAL +USC00235754 38.5333 -93.2167 304.8 MO MORA +USC00235762 36.8500 -89.7000 92.0 MO MOREHOUSE +USC00235784 37.4594 -93.4431 317.0 MO MORRISVILLE 2SW +USC00235816 38.3833 -90.9000 156.1 MO MOSELLE +USC00235834 37.1542 -92.2619 446.8 MO MTN GROVE 2 N HCN +USC00235841 36.9333 -91.7833 313.9 MO MTN VIEW +USC00235843 36.9911 -91.7944 365.8 MO MTN VIEW 5W +USC00235861 37.0667 -93.8667 353.9 MO MT VERNON 3 SW +USC00235862 37.0733 -93.8789 362.7 MO MT VERNON UNIV MO - SW CTR +USC00235916 39.1331 -94.0639 207.3 MO NAPOLEON +USC00235950 36.5539 -90.3944 91.1 MO NEELYVILLE 7E +USC00235976 36.8650 -94.3603 314.9 MO NEOSHO HCN +USC00235987 37.8394 -94.3739 265.5 MO NEVADA WTP +USC00235999 39.9833 -92.8167 292.9 MO NEW BOSTON 3 NE +USC00236009 38.9167 -91.4500 265.2 MO NEW FLORENCE 2 +USC00236012 39.0172 -92.7558 195.4 MO NEW FRANKLIN 1W +USC00236021 39.1994 -91.2703 185.0 MO NEW HARTFORD +USC00236031 38.6167 -91.2167 154.2 MO NEW HAVEN +USC00236036 39.5853 -91.4011 199.9 MO NEW LONDON +USC00236038 39.5992 -91.4117 146.3 MO NEW LONDON +USC00236040 36.5833 -89.5167 92.0 MO NEW MADRID +USC00236045 36.5869 -89.5325 92.0 MO NEW MADRID +USC00236052 38.8500 -92.8000 242.3 MO NEW PALESTINE +USC00236170 40.2333 -92.7000 235.0 MO NOVINGER +USC00236226 37.5011 -89.7297 183.8 MO OAK RIDGE +USC00236233 38.5167 -90.7500 256.9 MO OAKFIELD +USC00236238 36.7000 -92.1667 287.4 MO OAKMOUND +USC00236258 37.5642 -91.0569 303.9 MO OATES +USC00236263 37.5333 -91.0500 -999.9 MO OATES TWR +USC00236269 38.9525 -93.8261 277.4 MO ODESSA 4SE +USC00236294 36.8333 -91.9000 379.8 MO OLDEN +USC00236302 36.9756 -93.0239 378.0 MO OLDFIELD +USC00236315 38.9289 -90.7461 130.8 MO OLD MONROE +USC00236357 39.9808 -95.1464 322.5 MO OREGON +USC00236359 39.9833 -95.1333 317.0 MO OREGON 1 ENE +USC00236402 38.0492 -93.7039 226.8 MO OSCEOLA +USC00236407 38.0833 -93.6500 256.0 MO OSCEOLA 3 NE +USC00236438 38.3500 -91.5000 287.1 MO OWENSVILLE +USC00236452 37.0194 -93.2339 345.6 MO OZARK +USC00236460 36.6744 -93.1075 254.2 MO OZARK BEACH +USC00236468 38.4858 -90.7700 172.2 MO PACIFIC +USC00236493 39.7683 -91.5139 189.0 MO PALMYRA +USC00236509 39.4142 -92.0039 233.8 MO PARIS 5 S +USC00236524 39.1667 -94.6833 -999.9 MO PARKVILLE +USC00236532 36.6125 -89.8161 85.3 MO PARMA +USC00236559 37.5022 -90.0133 187.1 MO PATTON +USC00236563 40.0147 -94.1294 251.5 MO PATTONSBURG 2S +USC00236633 39.4333 -91.6667 216.4 MO PERRY +USC00236641 37.7342 -89.9200 153.0 MO PERRYVILLE WTP +USC00236665 39.8333 -91.7333 -999.9 MO PHILADELPHIA +USC00236667 39.8333 -91.7500 -999.9 MO PHILADELPHIA +USC00236669 37.5333 -92.8167 433.1 MO PHILLIPSBURG +USC00236675 37.1500 -90.7000 -999.9 MO PIEDMONT +USC00236678 36.9494 -94.0078 374.9 MO PIERCE CITY +USC00236681 36.9458 -94.0003 370.9 MO PIERCE CITY +USC00236683 37.0000 -93.9833 -999.9 MO PIERCE CITY 4 NNE +USC00236687 37.5000 -90.6167 -999.9 MO PILOT KNOB +USC00236692 37.5667 -90.1167 -999.9 MO PINE HILL +USC00236700 36.7000 -93.6167 -999.9 MO PINEVIEW LOOKOUT +USC00236726 39.3689 -94.7864 249.9 MO PLATTE CITY +USC00236728 39.3833 -94.7667 249.9 MO PLATTE CITY +USC00236739 39.5669 -94.4544 275.8 MO PLATTSBURG +USC00236745 38.8100 -94.2647 304.8 MO PLEASANT HILL WFO +USC00236748 38.7833 -94.2833 287.1 MO PLEASANT HILL +USC00236749 37.4903 -93.2811 343.5 MO PLEASANT HOPE 2N +USC00236760 37.7506 -93.2661 292.6 MO POLK 2 NE +USC00236765 37.6847 -93.3653 289.6 MO POLK 5 SW +USC00236775 39.5469 -94.0328 297.5 MO POLO +USC00236777 37.9050 -93.3167 276.5 MO POMME DE TERRE DAM +USC00236791 36.7578 -90.4056 112.8 MO POPLAR BLUFF +USC00236794 36.7667 -90.3833 103.9 MO POPLAR BLUFF RIVER +USC00236799 36.4333 -89.6833 85.0 MO PORTAGEVILLE +USC00236804 36.4136 -89.6997 85.3 MO PORTAGEVILLE +USC00236826 37.8958 -90.8411 336.8 MO POTOSI 4 SW +USC00236834 36.6133 -94.1844 309.7 MO POWELL +USC00236846 39.5400 -92.7908 198.1 MO PRAIRIE HILL 2WNW +USC00236866 40.3986 -93.5839 298.7 MO PRINCETON +USC00236872 36.5333 -92.8667 -999.9 MO PROTEM +USC00236874 36.5667 -92.8272 313.3 MO PROTEM 4 NE +USC00236934 36.9333 -90.1500 121.9 MO PUXICO 1 SE +USC00236970 36.5928 -90.2319 96.9 MO QULIN +USC00237051 38.7983 -94.4436 317.0 MO RAYMORE +USC00237064 38.9744 -94.4817 285.0 MO RAYTOWN #2 +USC00237094 37.4008 -91.0794 378.0 MO REYNOLDS +USC00237102 38.7175 -91.5175 157.9 MO RHINELAND +USC00237105 38.3889 -91.8208 182.3 MO RICH FOUNTAIN 3 E +USC00237108 38.0667 -94.4000 238.0 MO RICH HILL 3 SE +USC00237112 39.2833 -93.9667 251.2 MO RICHMOND +USC00237114 39.3328 -93.9800 246.9 MO RICHMOND 4N +USC00237116 39.2422 -93.9700 213.4 MO RICHMOND 3S +USC00237122 38.1500 -90.8333 246.0 MO RICHWOODS +USC00237130 40.3808 -93.9308 312.1 MO RIDGEWAY +USC00237214 37.5000 -92.1333 427.0 MO ROBY +USC00237223 40.4000 -95.5167 -999.9 MO ROCKPORT +USC00237255 37.1167 -93.0500 -999.9 MO ROGERSVILLE +USC00237263 37.9567 -91.7761 357.5 MO ROLLA MISSOURI S&T HCN +USC00237264 37.9000 -91.7167 335.9 MO ROLLA 5 SE +USC00237265 37.9500 -91.8333 264.9 MO ROLLA 3 W +USC00237266 37.9333 -91.7167 317.0 MO ROLLA 4 SE +USC00237267 37.8500 -91.7667 296.0 MO ROLLA 7 S +USC00237300 38.4508 -91.3753 292.6 MO ROSEBUD +USC00237309 37.2597 -91.4278 252.7 MO ROUND SPRING 2SW +USC00237388 39.9000 -92.9500 278.3 MO ST. CATHARINE +USC00237397 38.8142 -90.5139 143.9 MO ST CHARLES ELM PT +USC00237398 38.6856 -90.5231 137.2 MO ST CHARLES 7 SSW +USC00237414 37.9594 -90.0347 132.3 MO STE GENEVIEVE +USC00237424 38.0167 -91.6667 302.1 MO ST JAMES 3 NW +USC00237433 39.7167 -94.8500 286.5 MO ST JOSEPH 4 SE +USC00237434 39.7697 -94.9017 248.1 MO ST JOSEPH ROSERANS ANG +USC00237445 39.7533 -94.8578 -999.9 MO ST JOSEPH +USC00237452 38.6308 -90.2708 157.0 MO ST LOUIS SCI CTR +USC00237462 38.7667 -90.2667 164.9 MO SAINT LOUIS 12 NNW +USC00237465 38.6333 -90.2333 171.0 MO ST LOUIS ST LOUIS UNIV +USC00237470 38.6500 -90.3167 164.9 MO SAINT LOUIS WASHINGTON +USC00237475 38.7556 -90.6106 168.9 MO ST PETERS 2 SSE +USC00237497 38.4217 -92.2086 160.3 MO ST THOMAS 4 N +USC00237506 37.6339 -91.5361 367.3 MO SALEM +USC00237514 39.4247 -92.8106 222.5 MO SALISBURY +USC00237521 37.0667 -94.1333 -999.9 MO SARCOXIE +USC00237533 36.9000 -93.1167 -999.9 MO SAUNDERS LOOKOUT +USC00237578 39.6361 -91.2494 143.9 MO SAVERTON LOCK AND DAM 22 +USC00237632 38.6753 -93.2228 237.7 MO SEDALIA WTP +USC00237645 36.5419 -93.9367 466.3 MO SELIGMAN +USC00237656 36.8497 -94.6108 272.8 MO SENECA 1N +USC00237674 37.1500 -92.7667 -999.9 MO SEYMOUR 1 NNW +USC00237720 39.6828 -92.0464 227.7 MO SHELBINA +USC00237728 39.8000 -92.0333 228.9 MO SHELBYVILLE +USC00237740 36.6167 -93.5833 -999.9 MO SHELL KNOB 3ESE +USC00237770 36.8667 -89.6000 92.0 MO SIKESTON +USC00237772 36.8775 -89.6231 94.5 MO SIKESTON PWR STN +USC00237775 39.1336 -91.0044 207.3 MO SILEX 3E +USC00237780 36.8097 -92.0550 329.2 MO SILOAM SPRINGS 1E +USC00237813 40.2867 -95.0828 283.5 MO SKIDMORE +USC00237862 39.3903 -94.5497 275.5 MO SMITHVILLE LAKE +USC00237960 38.8667 -92.8333 232.0 MO SPEED 2 NW +USC00237963 40.2472 -93.7158 266.7 MO SPICKARD 7 W HCN 72540 +USC00237967 36.9839 -94.5356 338.3 MO SPRING CITY +USC00238003 40.2200 -94.5444 271.3 MO STANBERRY +USC00238043 38.0053 -91.3706 213.4 MO STEELVILLE 2 N +USC00238051 39.9700 -91.8875 210.3 MO STEFFENVILLE HCN +USC00238063 39.4000 -93.7667 234.7 MO STET 1 S +USC00238082 37.6967 -93.7725 281.0 MO STOCKTON DAM +USC00238112 38.4408 -92.9950 320.0 MO STOVER +USC00238160 36.5333 -93.8333 -999.9 MO SUGAR CAMP LOOKOUT +USC00238171 38.2386 -91.1489 279.2 MO SULLIVAN +USC00238184 37.1400 -91.6269 376.7 MO SUMMERSVILLE 3 SE +USC00238188 39.6367 -93.2900 210.3 MO SUMNER 3 SW +USC00238223 38.9664 -93.4194 205.7 MO SWEET SPRINGS HCN +USC00238252 36.5939 -93.3117 286.5 MO TABLE ROCK DAM +USC00238292 40.4372 -95.3867 298.1 MO TARKIO #2 +USC00238313 36.5967 -92.2617 252.4 MO TECUMSEH 1NE +USC00238412 36.9667 -92.2000 335.9 MO TOPAZ 4 NE +USC00238444 40.0825 -93.6086 255.1 MO TRENTON +USC00238456 38.9500 -91.0000 170.7 MO TROY +USC00238466 38.2597 -93.4136 229.8 MO TRUMAN DAM & RSVR HCN +USC00238486 38.2331 -92.4586 175.9 MO TUSCUMBIA +USC00238498 37.2333 -91.8833 402.9 MO TYRONE 2 NNW +USC00238515 38.4444 -91.0042 164.6 MO UNION +USC00238523 40.4750 -93.0031 323.1 MO UNIONVILLE HCN +USC00238524 38.9483 -94.3969 287.1 MO UNITY VILLAGE +USC00238525 38.6667 -90.3000 -999.9 MO UNIVERSITY CITY +USC00238526 38.9389 -94.3558 286.5 MO UNITY VILLAGE 2.6ESE +USC00238542 38.4306 -94.0253 274.3 MO URICH 2SW +USC00238555 38.8728 -93.6036 210.6 MO VALLEY CITY +USC00238561 38.5572 -90.4922 161.8 MO VALLEY PARK +USC00238569 36.9986 -91.0106 151.2 MO VAN BUREN 1 NE +USC00238571 36.9753 -91.0186 304.8 MO VAN BUREN RS +USC00238573 37.0000 -89.6833 -999.9 MO VANDUSER +USC00238577 39.3075 -91.4925 232.9 MO VANDALIA +USC00238581 37.0000 -89.6833 -999.9 MO VANDUSER +USC00238583 36.9858 -92.2058 342.3 MO VANZANT 5E +USC00238585 36.9333 -92.2667 -999.9 MO VANZANT 4 SE +USC00238591 38.7500 -92.8000 -999.9 MO VERMONT +USC00238603 38.4325 -92.8397 305.7 MO VERSAILLES +USC00238609 37.7108 -91.1336 391.7 MO VIBURNUM +USC00238610 38.1167 -91.7500 300.8 MO VICHY +USC00238612 38.0833 -91.7333 317.0 MO VICHY 2 SE +USC00238620 38.2017 -91.9811 234.7 MO VIENNA 2 WNW +USC00238630 38.5000 -90.9167 182.9 MO VILLA RIDGE 2 NW +USC00238664 37.2900 -94.6042 274.0 MO WACO 4N +USC00238700 36.9231 -90.2836 125.0 MO WAPPAPELLO DAM +USC00238703 36.9333 -90.3167 159.1 MO WAPPAPELLO UNIV OF MO +USC00238712 38.7842 -93.8008 242.6 MO WARRENSBURG 4NW +USC00238717 38.7500 -93.6500 -999.9 MO WARRENSBURG 4 E +USC00238725 38.8350 -91.1386 252.1 MO WARRENTON 1 N HCN +USC00238733 38.2500 -93.3667 214.9 MO WARSAW 1 +USC00238738 38.2500 -93.3667 192.0 MO WARSAW 2 +USC00238740 36.5753 -94.0536 426.7 MO WASHBURN 5 W +USC00238746 38.5417 -90.9753 148.4 MO WASHINGTON +USC00238754 36.8581 -92.5875 373.7 MO WASOLA 5N +USC00238768 39.2167 -93.5167 243.8 MO WAVERLY +USC00238770 39.2103 -93.5297 243.8 MO WAVERLY +USC00238771 40.3925 -91.5972 164.6 MO WAYLAND 2 W +USC00238777 37.8131 -92.2317 271.3 MO WAYNESVILLE 2 W +USC00238791 38.5667 -90.3667 189.0 MO WEBSTER GROVES +USC00238799 37.8833 -90.2167 253.0 MO WEINGARTEN +USC00238805 38.6989 -90.6828 178.0 MO WELDON SPRING NWS +USC00238878 39.7108 -91.5628 219.2 MO WEST ELY +USC00238880 36.7267 -91.8736 336.8 MO W PLAINS 72348 +USC00238882 38.4500 -92.0000 182.9 MO WESTPHALIA +USC00238902 37.9500 -93.4000 -999.9 MO WHEATLAND +USC00238910 36.9358 -91.7633 349.9 MO WHITE CHURCH 6 NNE +USC00238960 38.9167 -91.7500 249.9 MO WILLIAMSBURG 2 WSW +USC00238984 36.9708 -90.5586 155.4 MO WILLIAMSVILLE +USC00238995 36.9811 -91.9914 399.3 MO WILLOW SPRG RADIO KUKU +USC00239000 36.9833 -91.9833 396.8 MO WILLOW SPRINGS FS +USC00239032 38.5319 -93.5242 256.0 MO WINDSOR +USC00239034 38.5331 -93.5317 267.3 MO WINDSOR +USC00239043 38.9972 -90.7383 136.9 MO WINFIELD +USC00239056 36.9789 -91.3844 292.9 MO WINONA 3 SW +USC00239059 37.0000 -91.3333 -999.9 MO WINONA RS +USC00239061 36.8667 -91.3031 -999.9 MO WINONA CAMP CCC +USC00239178 37.1564 -90.0106 128.0 MO ZALMA 4 E +USC00239198 37.3000 -90.7000 256.6 MO ZEITONIA +USC00240021 45.5167 -109.4500 1219.2 MT ABSAROKEE (1) +USC00240056 47.0092 -111.6742 1529.2 MT ADEL +USC00240075 47.0036 -114.4781 932.7 MT ALBERTON +USC00240088 45.2089 -104.2647 1009.5 MT ALBION 1 N +USC00240100 45.3167 -112.1167 1562.1 MT ALDER +USC00240110 45.0708 -112.0575 1783.1 MT ALDER 17 S +USC00240111 45.0961 -112.0856 1752.3 MT ALDER 19S +USC00240115 45.2500 -112.1167 1612.4 MT ALDER RUBY DAM +USC00240165 45.0156 -104.4108 1051.6 MT ALZADA +USC00240179 45.0667 -104.5167 1018.9 MT ALZADA 6 NW +USC00240181 45.0833 -104.5333 1043.0 MT ALZADA 8 NW +USC00240199 46.1308 -112.9333 1594.1 MT ANACONDA HCN +USC00240202 45.6500 -111.3667 1452.1 MT ANCENEY +USC00240236 45.4000 -112.7167 1647.1 MT APEX 2 NW +USC00240255 45.2833 -112.8667 1830.0 MT ARGENTA +USC00240274 44.9667 -112.8667 1675.2 MT ARMSTEAD +USC00240325 45.3500 -106.2667 1189.9 MT ASHLAND 17 S +USC00240330 45.5939 -106.2722 896.1 MT ASHLAND RANGER STATION +USC00240364 47.4925 -112.3969 1240.5 MT AUGUSTA HCN +USC00240370 47.5500 -112.6167 1478.9 MT AUGUSTA 11 WNW +USC00240375 46.6456 -112.2656 1478.6 MT AUSTIN 1 W +USC00240389 48.9942 -113.3831 1361.8 MT BABB +USC00240392 48.9389 -113.3719 1310.6 MT BABB 6 NE +USC00240408 48.1403 -104.1319 615.1 MT BAINVILLE 4 E +USC00240412 46.3661 -104.2822 894.0 MT BAKER +USC00240432 45.9497 -108.1439 914.4 MT BALLANTINE +USC00240443 45.8000 -110.8000 2425.0 MT BANGTAIL RIDGE +USC00240466 46.3108 -109.3719 1136.9 MT BARBER +USC00240490 45.8000 -105.4000 -999.9 MT BARTHELMESS RANCH +USC00240515 46.2667 -112.2667 1634.9 MT BASIN +USC00240520 46.2833 -112.3000 1687.1 MT BASIN 3 W +USC00240554 48.6714 -106.4808 903.1 MT BAYLOR +USC00240565 48.2333 -113.5000 1417.3 MT BEAR CREEK +USC00240617 45.0833 -109.0333 1189.9 MT BELFRY 4 SSW +USC00240625 45.8008 -111.2092 1248.5 MT BELGRADE 2NW +USC00240636 45.6947 -104.3856 985.7 MT BELLTOWER +USC00240662 48.5000 -113.9833 961.0 MT WEST GLACIER +USC00240700 46.2667 -112.3333 1693.2 MT BERNICE +USC00240739 45.0983 -105.3383 1016.2 MT BIDDLE +USC00240743 45.0428 -105.4800 1106.7 MT BIDDLE 8 SW +USC00240748 47.8000 -114.3000 887.9 MT BIG ARM +USC00240749 45.3167 -110.8500 1766.0 MT BIG CREEK +USC00240755 47.8750 -114.0331 887.0 MT BIGFORK 13 S +USC00240758 47.5000 -113.2333 1414.9 MT BIG PRAIRIE RS +USC00240759 46.7833 -112.3667 1463.0 MT BIG OX +USC00240770 48.1347 -110.0592 844.3 MT BIG SANDY +USC00240775 45.2775 -111.3253 2008.6 MT BIG SKY 2WNW +USC00240780 45.8325 -109.9511 1249.7 MT BIG TIMBER HCN +USC00240786 46.0333 -110.2167 1981.2 MT BIG TIMBER CREEK +USC00240801 45.7503 -108.5697 970.8 MT BILLINGS WFO +USC00240802 45.7717 -108.4811 944.0 MT BILLINGS WTP +USC00240814 45.4167 -112.8500 2012.9 MT BIRCH CREEK CAMP +USC00240819 45.3247 -106.5125 963.2 MT BIRNEY +USC00240821 45.2833 -106.3500 915.0 MT BIRNEY 7 E +USC00240824 45.3333 -106.2500 1189.9 MT BIRNEY 11 E +USC00240827 45.5333 -106.5167 1257.0 MT BIRNEY 15 N +USC00240845 46.4000 -112.4167 2207.7 MT BISON MOUNTAIN +USC00240877 48.0128 -112.4369 1290.8 MT BLACKLEAF +USC00240912 47.2000 -108.6667 1068.0 MT BLAKESLEE +USC00240923 47.4694 -104.8950 814.7 MT BLOOMFIELD 5 NNE +USC00240926 47.4167 -104.8000 777.8 MT BLOOMFIELD 6 E +USC00240929 47.5286 -104.8733 865.9 MT BLOOMFIELD 9 NNE +USC00241008 46.2311 -112.1139 1494.7 MT BOULDER +USC00241017 48.4833 -107.5333 680.0 MT BOWDOIN 7 NNE +USC00241022 45.7500 -113.4500 1853.2 MT BOWEN +USC00241030 48.3000 -109.9833 815.9 MT BOX ELDER +USC00241040 45.2667 -105.0167 1015.9 MT BOYES +USC00241044 45.6622 -111.4064 1497.5 MT BOZEMAN MONTANA STATE UNIV HCN +USC00241046 45.6500 -111.0500 1493.5 MT BOZEMAN (2) +USC00241047 45.6728 -111.1547 1455.4 MT BOZEMAN 6 W EXP FARM +USC00241050 45.8167 -110.8833 1813.6 MT BOZEMAN 12 NE +USC00241080 47.9500 -111.3333 1015.9 MT BRADY AZNOE +USC00241081 48.0750 -111.2603 1013.5 MT BRADY 27 ENE (THE KNEES) +USC00241084 45.8161 -106.2328 844.3 MT BRANDENBERG +USC00241088 48.5156 -105.2992 705.0 MT BREDETTE +USC00241102 45.3261 -108.9092 1092.1 MT BRIDGER 2 N +USC00241127 45.4442 -105.4072 924.2 MT BROADUS +USC00241149 46.1000 -108.8833 1182.9 MT BROADVIEW +USC00241160 48.3897 -104.9328 701.0 MT BROCKTON 17 N +USC00241164 47.8711 -104.9006 722.4 MT BROCKTON 20S +USC00241169 47.2875 -105.8300 801.6 MT BROCKWAY 3 WSW +USC00241202 48.5594 -113.0108 1327.4 MT BROWNING +USC00241217 48.5500 -113.0167 1334.7 MT BROWNING #2 +USC00241225 46.9167 -107.2667 1005.8 MT BRUNELDA +USC00241231 47.4647 -107.3114 906.5 MT BRUSETT 3 N +USC00241252 46.8167 -109.8333 1314.9 MT BUFFALO +USC00241262 48.2561 -115.8494 708.7 MT BULL LAKE +USC00241297 45.5397 -106.9597 1045.5 MT BUSBY +USC00241313 46.0167 -112.5500 1759.9 MT BUTTE SCHOOL OF MINES +USC00241320 45.9547 -112.5028 1688.6 MT BUTTE S +USC00241336 47.9833 -112.3167 1211.0 MT BYNUM +USC00241342 47.9261 -112.2919 1231.1 MT BYNUM 4 SSE +USC00241360 44.6667 -112.9167 2286.0 MT CABIN CREEK +USC00241408 45.2000 -111.6833 1676.4 MT CAMERON +USC00241418 45.4167 -107.9000 1113.1 MT CAMPBELL FARM CAMP 4 +USC00241450 46.8167 -112.2500 1314.9 MT CANYON CREEK +USC00241460 46.6333 -111.7000 1058.0 MT CANYON FERRY +USC00241465 46.6500 -111.7167 1174.1 MT CANYON FERRY DAM +USC00241470 46.6500 -111.7333 1119.2 MT CANYON FERRY DAM +USC00241500 45.8608 -111.9519 1301.5 MT CARDWELL +USC00241518 46.7447 -104.3089 957.1 MT CARLYLE 13 NW +USC00241525 47.7922 -111.2203 1051.6 MT CARTER 14 W +USC00241530 47.9167 -110.9500 1091.2 MT CARTER NEAR 10N +USC00241552 47.2192 -111.7106 1024.1 MT CASCADE 5 S HCN +USC00241555 47.0167 -111.6833 1623.1 MT CASCADE 18 S +USC00241557 46.9956 -111.5772 1402.1 MT CASCADE 20 SSE +USC00241565 46.4167 -110.5500 -999.9 MT CASTLE +USC00241580 46.2500 -112.2500 2133.6 MT CATARACT CREEK +USC00241686 46.4667 -112.1833 1915.1 MT CHESSMAN RSVR +USC00241692 48.5092 -110.9694 954.6 MT CHESTER +USC00241695 48.9667 -110.9333 1000.0 MT CHESTER 31 N +USC00241697 48.9000 -111.0333 1220.1 MT CHESTER 26 NNW +USC00241722 48.5883 -109.2267 737.6 MT CHINOOK HCN +USC00241727 48.8000 -109.2667 798.9 MT CHINOOK 15 N +USC00241730 48.1728 -109.0053 1024.1 MT CHINOOK 35SE +USC00241737 47.8206 -112.1922 1172.0 MT CHOTEAU HCN +USC00241738 47.8639 -112.0222 1140.3 MT CHOTEAU 8NE +USC00241758 47.4122 -105.5956 755.9 MT CIRCLE +USC00241765 47.5167 -105.5667 741.0 MT CIRCLE 7 N +USC00241767 47.7139 -105.5922 736.1 MT CIRCLE 20N +USC00241794 48.3000 -109.5000 1018.0 MT CLEAR CREEK +USC00241810 47.4500 -112.3833 1424.0 MT CLEMONS +USC00241820 48.2667 -109.1500 1068.0 MT CLEVELAND +USC00241824 48.3167 -109.0667 1015.9 MT CLEVELAND 5 ENE +USC00241831 46.7169 -113.6672 1088.1 MT CLINTON 6 SE +USC00241840 45.9883 -110.6550 1528.6 MT WILSALL 1S +USC00241842 45.8500 -110.5833 1442.9 MT CLYDE PARK 2 SE +USC00241875 47.0567 -106.6167 831.2 MT COHAGEN +USC00241880 46.9833 -106.7667 880.9 MT COHAGEN 9 WSW +USC00241883 46.8631 -106.2389 873.3 MT COHAGEN 22 SE +USC00241895 45.6333 -110.7167 1585.0 MT COKEDALE +USC00241905 45.8944 -106.6336 980.8 MT COLSTRIP +USC00241919 48.3167 -114.2000 939.1 MT COLUMBIA FALLS 5 SW +USC00241938 45.6444 -109.2675 1097.9 MT COLUMBUS +USC00241953 46.1167 -114.1667 -999.9 MT COMO +USC00241968 45.9333 -114.1333 1229.0 MT CONNER +USC00241970 45.8667 -114.0500 1304.8 MT CONNER 5 SE +USC00241974 48.1736 -111.9503 1082.0 MT CONRAD +USC00241975 48.1333 -111.7500 1068.0 MT CONRAD 9 ESE MSR +USC00241976 48.2833 -111.3333 1196.0 MT CONRAD 29 ENE PAR +USC00241984 48.0803 -107.5250 708.7 MT CONTENT 4 NNE +USC00241989 44.9000 -112.0000 2226.9 MT CONWAYS RCH +USC00241993 45.0167 -109.9500 2316.5 MT COOKE +USC00241995 45.0108 -109.9819 2280.8 MT COOKE CITY 2 W +USC00242012 46.6000 -110.6667 1731.9 MT COPPER +USC00242054 45.1333 -110.8167 1565.1 MT CORWIN SPRINGS +USC00242104 48.1881 -114.1339 894.6 MT CRESTON +USC00242112 45.6000 -107.4500 923.5 MT CROW AGENCY +USC00242122 48.1503 -104.5089 591.3 MT CULBERTSON +USC00242127 48.1500 -104.5167 586.1 MT CULBERTSON SCS OFFICE +USC00242132 48.2167 -104.4333 641.0 MT CULBERTSON 6 NE +USC00242185 48.6333 -104.1833 622.1 MT DAGMAR 4 NNE +USC00242221 46.0264 -114.1764 1182.6 MT DARBY +USC00242230 47.9000 -114.2833 891.5 MT DAYTON +USC00242260 47.4103 -115.3514 1158.2 MT DEBORGIA 3 N +USC00242266 45.0117 -106.8636 1072.9 MT DECKER +USC00242272 46.3667 -111.1333 1658.1 MT DEEP CREEK PASS 2 +USC00242273 46.3833 -112.7333 1382.0 MT DEER LODGE +USC00242275 46.3911 -112.7975 1478.3 MT DEER LODGE 3 W +USC00242301 48.9983 -112.7886 1321.9 MT DEL BONITA +USC00242309 44.7167 -112.6833 1833.1 MT DELL +USC00242312 44.5667 -112.8000 2015.0 MT DELL 12 SSW +USC00242313 44.5000 -112.9167 2379.0 MT DELL 19 SW +USC00242317 46.4833 -108.4000 933.0 MT DELPHIA +USC00242322 46.6333 -110.5667 1524.0 MT DELPHINE +USC00242347 47.3181 -109.9372 1100.3 MT DENTON +USC00242409 45.2089 -112.6389 1563.3 MT DILLON U OF MONTANA WESTERN HCN +USC00242414 45.1061 -112.6097 1676.4 MT DILLON 9 SSE +USC00242421 45.7511 -112.7547 1630.7 MT DIVIDE +USC00242438 48.3992 -108.2625 699.2 MT DODSON 1 WNW +USC00242454 48.8833 -104.4000 670.9 MT DOOLEY +USC00242477 47.3500 -108.2500 836.1 MT DOVETAIL +USC00242511 46.6167 -113.2000 1293.0 MT DRUMMOND FAA AP +USC00242523 46.3333 -111.0833 1676.4 MT DRY CREEK +USC00242533 45.9000 -111.8000 1495.0 MT DRYLAND EXP STN +USC00242537 47.1667 -110.3333 1828.8 MT DRY WOLF CAMP +USC00242550 48.7167 -111.4758 1012.9 MT DUNKIRK 19NNE +USC00242571 48.2000 -112.5000 1260.0 MT DUPUYER +USC00242574 48.1500 -112.4333 1281.1 MT DUPUYER 5 SE +USC00242576 48.2500 -112.6333 1250.9 MT DUPUYER 7 WNW +USC00242578 48.1833 -112.7167 1417.3 MT DUPUYER 11 W +USC00242584 47.8436 -111.5794 1095.5 MT DUTTON 6 E +USC00242600 47.8833 -112.6333 1473.7 MT EAR MOUNTAIN +USC00242604 46.1000 -112.9167 1681.0 MT EAST ANACONDA +USC00242606 46.1167 -112.9333 1585.3 MT EAST ANACONDA 2 +USC00242629 48.4472 -113.2236 1464.9 MT E GLACIER +USC00242634 46.5833 -111.9167 1189.0 MT EAST HELENA +USC00242658 45.4667 -108.7333 1250.9 MT EDGAR 6 E +USC00242661 45.3833 -108.7167 1220.1 MT EDGAR 9 SE +USC00242689 45.8864 -104.5478 1046.1 MT EKALAKA HCN +USC00242719 45.4667 -113.1167 2250.9 MT ELKHORN HOT SPRINGS +USC00242723 46.0833 -112.4167 1922.1 MT ELK PARK +USC00242738 46.5631 -112.4342 1548.4 MT ELLISTON +USC00242778 45.3667 -110.7167 1524.9 MT EMIGRANT +USC00242783 46.5333 -108.9833 975.4 MT EMORY +USC00242793 45.3394 -111.7122 1509.7 MT ENNIS HCN +USC00242805 45.3667 -104.0333 823.0 MT ERICSON +USC00242812 48.2828 -113.6061 1173.5 MT ESSEX +USC00242820 48.5586 -112.1253 1082.6 MT ETHRIDGE +USC00242825 48.8833 -115.0500 785.5 MT EUREKA +USC00242827 48.8978 -115.0644 771.8 MT EUREKA RS +USC00242835 47.2333 -111.1514 1493.5 MT EVANS +USC00242857 47.6150 -111.9861 1214.0 MT FAIRFIELD +USC00242867 47.8500 -104.0500 588.9 MT FAIRVIEW +USC00242871 46.8333 -105.1333 673.0 MT FALLON +USC00242876 47.8833 -112.1667 1219.2 MT FARMINGTON +USC00242886 46.6167 -110.3500 1495.0 MT FINDON +USC00242950 45.8000 -112.3333 1726.4 MT FISH CREEK +USC00242996 45.4531 -109.5069 1371.6 MT FISHTAIL +USC00242999 45.3667 -109.6667 1524.0 MT FISHTAIL CREEK +USC00243008 45.9667 -110.9000 1645.9 MT FLATHEAD CREEK +USC00243013 46.8217 -108.3725 1003.4 MT FLATWILLOW 4 ENE HCN +USC00243089 48.7778 -107.4536 792.2 MT FORKS 4 NNE HCN +USC00243098 46.2722 -106.6756 766.6 MT FORSYTH +USC00243099 46.2667 -106.6167 830.0 MT FORSYTH 2 E +USC00243110 48.4983 -109.8014 815.3 MT FT ASSINIBOINE HCN +USC00243113 47.8306 -110.6608 807.4 MT FT BENTON +USC00243118 48.4628 -108.7792 770.2 MT FT BELKNAP 2 SW +USC00243124 45.7333 -107.5667 929.6 MT FORT CUSTER +USC00243127 46.6167 -112.1000 1220.4 MT FORT HARRISON +USC00243139 48.7783 -114.8997 914.4 MT FORTINE 1 N HCN +USC00243142 48.7822 -114.8767 926.6 MT FORTINE 2 NE +USC00243148 46.3833 -105.8667 724.2 MT FORT KEOGH +USC00243157 46.6547 -111.0939 1435.6 MT FT LOGAN 4 ESE +USC00243175 48.0000 -106.4500 665.1 MT FT PECK +USC00243176 48.0119 -106.4117 631.2 MT FT PECK PWR PLT +USC00243195 47.5000 -111.8000 1066.8 MT FORT SHAW +USC00243210 45.9167 -107.5667 853.4 MT FOSTER +USC00243238 48.8000 -105.6000 755.9 MT FOUR BUTTES +USC00243280 48.0667 -106.0500 630.9 MT FRAZER +USC00243304 48.2667 -104.4167 650.1 MT FROID 6 SE #13 +USC00243309 48.3333 -104.5000 618.7 MT FROID +USC00243346 48.2922 -111.5683 1082.0 MT GALATA 16 SW +USC00243366 45.4453 -111.2367 1658.4 MT GALLATIN GATEWAY 10SSW +USC00243368 45.2333 -111.2500 1876.0 MT GALLATIN GATEWAY 26 S +USC00243369 45.1167 -111.2333 1951.9 MT GALLATIN GATEWAY 32 S +USC00243372 45.2167 -111.2833 2012.9 MT GALLATIN GATEWAY 26 SS +USC00243373 45.0333 -110.7500 1569.7 MT GAME RANCH +USC00243378 45.0317 -110.7036 1607.8 MT GARDINER +USC00243383 46.0500 -105.9167 793.1 MT GARLAND +USC00243389 46.7333 -109.5667 1981.2 MT GARNEILL 9E +USC00243393 46.8167 -113.3500 1848.0 MT GARNET +USC00243434 46.1836 -113.3300 1972.1 MT GEORGETOWN LAKE +USC00243437 46.1925 -113.2633 1953.8 MT GEORGETOWN LAKE - 7 GABLES +USC00243445 47.6014 -110.2669 958.6 MT GERALDINE +USC00243455 47.5333 -110.1667 1051.9 MT GERALDINE 6 SE +USC00243459 47.6344 -109.8969 945.5 MT GERALDINE 20 ENE +USC00243463 47.2667 -110.3333 1264.9 MT GEYSER 8E +USC00243479 45.6928 -113.9550 2154.9 MT GIBBONS PASS +USC00243486 46.0397 -109.4953 1354.5 MT GIBSON 2 NE +USC00243489 47.6011 -112.7547 1399.0 MT GIBSON DAM +USC00243530 48.5647 -110.3028 859.5 MT GILDFORD +USC00243551 48.4500 -113.2167 1467.0 MT EAST GLACIER +USC00243554 48.3531 -106.8425 658.4 MT GLASGOW 14 NW +USC00243555 48.2064 -106.6256 692.2 MT GLASGOW WFO +USC00243556 47.7089 -107.2619 898.6 MT GLASGOW 46 SW +USC00243557 48.1925 -106.6383 637.0 MT GLASGOW #2 +USC00243570 45.5261 -112.7006 1540.5 MT GLEN 4 N +USC00243581 47.1064 -104.7183 632.8 MT GLENDIVE HCN +USC00243593 47.1056 -104.7189 609.6 MT GLENDIVE WTP +USC00243599 48.8500 -106.2500 938.8 MT GLENTANA +USC00243603 46.4667 -111.5333 1158.2 MT GLENWOOD +USC00243617 48.9753 -111.3989 1066.2 MT GOLDBUTTE 7 N +USC00243707 44.9650 -113.0042 1761.7 MT GRANT 5 SE +USC00243709 45.0500 -113.1833 1891.0 MT GRANT 6 NW +USC00243712 45.0000 -113.3167 -999.9 MT GRANT 12 W +USC00243727 47.0256 -108.8036 1063.8 MT GRASS RANGE +USC00243731 47.2333 -108.7000 990.9 MT GRASSRANGE 15 NNE +USC00243736 47.1889 -108.6553 989.1 MT GRASSRANGE 13 NE +USC00243749 47.4883 -111.2792 1068.3 MT GREAT FALLS 16ST +USC00243753 47.4614 -111.3850 1129.3 MT GREAT FALLS WFO +USC00243865 46.6500 -109.3333 1981.2 MT HALF MOON PASS +USC00243870 46.2500 -111.2500 1828.8 MT HALF WAY HOUSE +USC00243885 46.2461 -114.1681 1092.7 MT HAMILTON HCN +USC00243888 45.2167 -104.8833 1132.3 MT HAMMOND +USC00243910 48.2333 -107.4103 774.8 MT HARB +USC00243915 45.7317 -107.6092 877.8 MT HARDIN +USC00243929 48.5353 -108.7964 722.7 MT HARLEM +USC00243934 48.2383 -108.6783 821.4 MT HARLEM 20S +USC00243939 46.4356 -109.8428 1286.9 MT HARLOWTON +USC00243947 46.5786 -109.9478 1510.0 MT HARLOWTON 11NW +USC00243950 46.3000 -111.6667 1585.0 MT HASSEL +USC00243984 47.3889 -115.4225 963.2 MT HAUGAN 1 W +USC00243990 48.7500 -109.6500 814.1 MT HAVRE 14 N +USC00243991 48.5431 -109.7617 787.6 MT HAVRE #2 +USC00243992 48.7833 -110.0000 865.9 MT HAVRE 22 NW +USC00244007 47.5667 -106.7000 808.0 MT HAXBY 18 SW +USC00244016 48.9333 -115.1667 -999.9 MT HAYDEN NEAR +USC00244020 48.0000 -108.7000 1076.9 MT HAYS +USC00244027 48.2928 -112.8353 1374.3 MT HEART BUTTE +USC00244028 48.3008 -112.8481 1372.8 MT HEART BUTTE 1 NW +USC00244038 44.8667 -111.3392 1977.8 MT HEBGEN DAM HCN +USC00244050 46.6667 -112.0500 1158.8 MT HELENA 6 N +USC00244060 46.6175 -111.9344 1163.7 MT HELENA 2 +USC00244078 46.0333 -105.3500 807.7 MT HERCULES RANCH +USC00244084 48.0800 -116.0014 682.8 MT HERON 2 NW +USC00244120 47.5500 -110.7833 1036.6 MT HIGHWOOD +USC00244128 47.6333 -110.6833 1068.0 MT HIGHWOOD 6 NE +USC00244133 47.6414 -110.6678 1097.3 MT HIGHWOOD 7 NE +USC00244143 47.2528 -109.3614 1243.6 MT HILGER +USC00244172 48.5500 -110.4333 923.8 MT HINGHAM +USC00244174 48.7261 -110.4561 899.2 MT HINGHAM 12 N +USC00244177 48.4000 -107.0500 655.9 MT HINSDALE 1 E +USC00244180 48.3478 -107.1533 855.0 MT HINSDALE 4 SW +USC00244181 48.1278 -107.3111 722.1 MT HINSDALE 21 SW +USC00244182 48.7500 -107.0833 741.0 MT HINSDALE 23 N +USC00244193 46.9997 -109.8703 1293.6 MT HOBSON +USC00244212 47.4167 -112.0167 1399.0 MT HOGAN +USC00244217 48.8167 -108.8000 1021.4 MT HOGELAND 7 WSW +USC00244241 46.9908 -112.0117 1062.8 MT HOLTER DAM +USC00244245 45.1000 -112.1000 1761.1 MT HOMEPARK +USC00244248 48.4189 -104.4558 636.4 MT HOMESTEAD 5 E +USC00244263 45.0500 -110.8667 1578.6 MT HORR +USC00244297 47.6000 -114.6833 883.9 MT HOT SPRINGS +USC00244302 46.9192 -104.8967 648.3 MT HOYT 2 WSW +USC00244328 48.3425 -114.0217 963.2 MT HUNGRY HORSE DAM +USC00244343 45.9000 -109.3167 925.7 MT HUNTLEY +USC00244345 45.9228 -108.2453 924.8 MT HUNTLEY EXP STN HCN +USC00244358 46.2897 -107.2306 813.5 MT HYSHAM +USC00244364 45.9353 -107.1375 944.9 MT HYSHAM 25 SSE HCN +USC00244368 47.8056 -109.8100 903.7 MT ILIAD +USC00244381 46.5833 -107.3667 929.9 MT INGOMAR +USC00244384 46.5000 -107.3167 926.9 MT INGOMAR 6 SE +USC00244386 46.5675 -107.1950 853.4 MT INGOMAR 9 E +USC00244389 46.8167 -107.0333 1022.0 MT INGOMAR 21 NE +USC00244442 46.4997 -104.7997 762.0 MT ISMAY +USC00244447 45.3681 -113.4089 1975.1 MT JACKSON +USC00244462 45.0667 -110.6333 1966.9 MT JARDINE +USC00244506 45.4733 -109.0106 1169.8 MT JOLIET +USC00244509 45.8333 -110.9833 1828.8 MT JONES CANYON +USC00244512 48.5594 -110.7719 1012.9 MT JOPLIN +USC00244515 48.9000 -110.8167 997.0 MT JOPLIN 23 N +USC00244522 47.3144 -106.9103 798.6 MT JORDAN HCN +USC00244527 47.3500 -106.4333 724.2 MT JORDAN 22 E VAN NORMAN +USC00244530 47.4819 -106.4681 726.9 MT JORDAN 23 ENE +USC00244538 46.6778 -109.7506 1411.2 MT JUDITH GAP +USC00244545 46.6103 -109.4736 1460.3 MT JUDITH GAP 13 E +USC00244558 48.3042 -114.2636 901.3 MT KALISPELL GLACIER AP HCN 72779 +USC00244560 48.3094 -114.2522 903.7 MT KALISPELL 9 NNE +USC00244563 48.1892 -114.3114 896.1 MT KALISPELL +USC00244596 48.2333 -110.4500 823.9 MT KENILWORTH NR +USC00244645 48.1167 -114.4667 992.1 MT KILA +USC00244648 48.0000 -114.5333 1213.1 MT KILA 9 SSW +USC00244663 46.8333 -110.7000 2226.9 MT KINGS HILL +USC00244675 48.3333 -111.1667 876.6 MT KINREAD +USC00244690 48.7833 -111.6000 -999.9 MT KIPPEN +USC00244701 45.3167 -106.9833 1204.9 MT KIRBY 1 S +USC00244710 46.2500 -112.1667 1828.8 MT KLEINSMITH CREEK +USC00244713 48.9833 -111.6000 1325.9 MT KNOBLES RANCH +USC00244715 45.8728 -104.1583 940.6 MT KNOBS 4 SW +USC00244730 46.3000 -105.0000 1097.3 MT KNOWLTON +USC00244766 48.5217 -110.1075 871.7 MT KREMLIN +USC00244820 44.5994 -111.8125 2045.2 MT LAKEVIEW +USC00244830 47.6833 -104.6167 714.1 MT LAMBERT +USC00244839 45.6258 -106.6642 1005.8 MT LAME DEER +USC00244894 45.6667 -108.8167 1011.6 MT LAUREL 3 WSW +USC00244896 45.3675 -112.0964 1584.4 MT LAURIN 2NE +USC00244904 46.2931 -108.9417 1046.7 MT LAVINA +USC00244954 46.3614 -110.5997 1706.9 MT LENNEP 5 SW +USC00244976 47.0706 -109.4100 1192.1 MT LEWISTOWN +USC00244978 46.9056 -109.4114 1513.3 MT LEWISTOWN 11 SSE +USC00244979 47.0069 -109.2231 1532.5 MT LEWISTOWN 11ESE +USC00245000 48.3806 -115.5578 652.3 MT LIBBY +USC00245009 48.4000 -115.3000 670.9 MT LIBBY DAM +USC00245011 48.4100 -115.3181 643.1 MT LIBBY DAM (BASE) +USC00245015 48.4036 -115.5392 638.9 MT LIBBY 1 NE RS HCN +USC00245020 47.9578 -115.2144 1048.5 MT LIBBY 32 SSE +USC00245030 44.6331 -112.5928 1913.8 MT LIMA +USC00245032 44.6667 -112.3667 2044.0 MT LIMA DAM +USC00245038 47.0333 -112.4167 1570.9 MT LINCOLN 14 NE +USC00245040 46.9558 -112.6547 1394.5 MT LINCOLN RS +USC00245043 47.4083 -113.7125 1316.7 MT LINDBERGH LAKE +USC00245045 47.2253 -105.1522 819.9 MT LINDSAY +USC00245076 45.6667 -110.5667 1368.9 MT LIVINGSTON +USC00245080 45.4956 -110.5589 1537.4 MT LIVINGSTON 12 S HCN +USC00245088 45.6969 -110.4539 1431.6 MT LIVINGSTON RAIN GAUGE +USC00245091 48.3000 -109.3500 1189.9 MT LLOYD +USC00245106 45.3164 -107.3594 1024.1 MT LODGE GRASS +USC00245123 45.8756 -111.4106 1293.3 MT LOGAN LANDFILL +USC00245144 46.7258 -114.5331 1272.5 MT LOLO HOT SPRINGS +USC00245146 46.7506 -114.5139 1236.0 MT LOLO HOT SPRINGS 2 NE +USC00245153 47.9364 -110.5025 785.8 MT LOMA +USC00245164 47.7167 -114.6500 878.1 MT LONEPINE 1 WNW +USC00245169 47.7000 -114.6333 865.9 MT LONEPINE +USC00245177 48.2500 -110.2000 841.9 MT LONESOME LAKE +USC00245191 48.9500 -107.8167 811.1 MT LORING 10 N +USC00245192 46.1667 -112.9000 1585.0 MT LOST CREEK +USC00245193 46.3667 -110.3833 1767.8 MT LOST HORSE CREEK +USC00245195 48.6500 -108.3000 946.1 MT LOST LAKE +USC00245211 48.4833 -111.2167 1010.1 MT LOTHAIR +USC00245235 46.3667 -110.7000 1769.1 MT LOWETH +USC00245250 48.3833 -113.2833 1539.8 MT LUBEC +USC00245285 48.4500 -105.9333 890.9 MT LUSTRE 4 NNW +USC00245300 46.5667 -112.3000 1909.0 MT MACDONALD OASS +USC00245303 46.1422 -104.7353 856.5 MT MACKENZIE +USC00245334 48.3589 -107.8714 689.5 MT MALTA +USC00245337 48.3500 -107.8667 688.8 MT MALTA +USC00245338 48.3939 -107.7286 680.0 MT MALTA 7 E HCN +USC00245340 47.8417 -107.9556 797.1 MT MALTA 35 S +USC00245351 45.8667 -111.3333 1289.9 MT MANHATTAN +USC00245361 48.8000 -113.6500 1491.1 MT MANY GLACIER +USC00245387 46.5000 -110.3378 1463.0 MT MARTINSDALE 3 NNW +USC00245388 46.6089 -110.2786 1681.9 MT MARTINSDALE 10NNE +USC00245390 46.5667 -110.5500 1677.9 MT MARTINSDALE 14 NW +USC00245402 46.7500 -112.3000 1768.1 MT MARYSVILLE 1 SW +USC00245405 46.7500 -112.3000 1641.0 MT MARYSVILLE 3 +USC00245530 45.6167 -104.1333 975.4 MT MCLARY'S R.S. +USC00245533 45.6628 -110.1147 1465.8 MT MCLEOD +USC00245540 45.5192 -110.2261 1591.1 MT MCLEOD 12 SSW +USC00245556 45.7833 -107.1167 914.4 MT MCRAE NEAR +USC00245565 45.5000 -111.8667 2133.6 MT MEADOW CREEK +USC00245572 48.4828 -104.4514 591.9 MT MEDICINE LAKE 3 SE HCN +USC00245590 45.6333 -112.6833 1580.1 MT MELROSE +USC00245596 46.6008 -107.8706 893.7 MT MELSTONE +USC00245602 46.1000 -109.9500 1531.0 MT MELVILLE +USC00245603 46.1047 -110.0500 1635.3 MT MELVILLE 4 W +USC00245608 45.9994 -111.1328 1540.2 MT MENARD 3 NE +USC00245659 47.0167 -112.3500 1539.8 MT MIKE HORSE +USC00245666 46.6833 -104.9500 734.9 MT MILDRED +USC00245668 46.7614 -104.9622 756.5 MT MILDRED 5 N HCN +USC00245685 46.4000 -105.8167 719.9 MT MILES CITY +USC00245703 45.3333 -110.6667 1676.4 MT MILL CREEK +USC00245706 47.0211 -111.3689 1371.6 MT MILLEGAN +USC00245712 46.8747 -111.1642 1514.9 MT MILLEGAN 14 SE +USC00245724 48.8667 -110.6167 1005.8 MT MINNEOTA +USC00245735 46.8983 -113.9678 1042.4 MT MISSOULA 2 NE +USC00245740 46.9244 -114.0911 974.4 MT MISSOULA 6 NW WFO +USC00245754 46.2858 -105.2919 755.9 MT MIZPAH 4 NNW +USC00245761 47.0572 -109.9511 1310.6 MT MOCCASIN EXP STN HCN +USC00245791 45.7847 -108.9664 1216.2 MT MOLT 6 SW +USC00245807 47.0833 -110.8333 -999.9 MT MONARCH +USC00245811 44.5667 -112.3167 2068.1 MT MONIDA +USC00245814 44.6000 -112.2167 2033.9 MT MONIDA 5 NE +USC00245845 45.8500 -110.7667 1828.8 MT MONTANA RNG SHEEP EXP +USC00245860 46.9000 -109.7167 -999.9 MT MOORE +USC00245869 45.0667 -105.8667 1022.0 MT MOORHEAD +USC00245870 45.1758 -105.7517 981.5 MT MOORHEAD 9 NE +USC00245872 47.0219 -107.8225 887.0 MT MOSBY 4 ENE +USC00245873 47.2500 -107.9500 708.1 MT MOSBY 18 N +USC00245876 47.3333 -107.9333 688.8 MT MOSBY 23 N +USC00245886 46.0833 -112.5000 2041.9 MT MOULTON RSVR +USC00245925 47.6333 -115.2833 2089.4 MT MOUNT SILCOX +USC00245947 47.8333 -104.6667 762.0 MT MULLET'S RANCH +USC00245955 46.5167 -108.0833 913.5 MT MUSSELSHELL +USC00245961 45.2436 -109.7311 1994.6 MT MYSTIC LAKE +USC00245983 48.1322 -106.3536 630.0 MT NASHUA #2 +USC00246001 46.9333 -110.7333 1723.0 MT NEIHART +USC00246007 47.0381 -110.7861 1507.2 MT NEIHART 7 NW +USC00246008 47.0414 -110.7761 1594.1 MT NEIHART 8 NNW +USC00246138 48.0333 -104.1333 580.0 MT NOHLY 4 NW +USC00246153 45.5833 -111.6500 1464.0 MT NORRIS 3 ENE +USC00246157 45.4875 -111.6336 1446.3 MT NORRIS MADISON PWR HOUSE HCN +USC00246188 45.3833 -109.8833 1534.1 MT NYE +USC00246190 45.4350 -109.8081 1475.2 MT NYE #2 +USC00246195 45.3833 -109.9000 2114.1 MT NYE MOUAT MINE +USC00246218 48.5497 -114.5739 964.7 MT OLNEY +USC00246225 46.1500 -112.4833 1934.0 MT OLSEN CREEK +USC00246233 48.8500 -106.4167 997.0 MT OPHEIM +USC00246236 48.9989 -106.3800 877.2 MT OPHEIM 10 N +USC00246238 48.6956 -106.3153 894.9 MT OPHEIM 12 SSE +USC00246244 46.6833 -112.5333 1585.0 MT OPHIR +USC00246287 45.1000 -106.2500 1237.5 MT OTTER 9 SSW +USC00246292 48.9000 -104.8333 668.1 MT OUTLOOK +USC00246302 47.0189 -113.1314 1252.4 MT OVANDO +USC00246304 46.8819 -113.0564 1318.3 MT OVANDO 9 SSE +USC00246307 47.0500 -113.2833 1220.1 MT OVANDO 7 WNW +USC00246364 47.3833 -114.8000 880.9 MT PARADISE +USC00246370 45.6517 -108.9019 1078.4 MT PARK CITY 1NE +USC00246406 47.5667 -105.3000 732.1 MT PAXTON +USC00246426 48.1167 -112.3333 1330.5 MT PENDROY 2 NNW +USC00246440 46.1000 -106.4333 -999.9 MT PENWELL'S RANCH +USC00246470 46.3333 -113.3000 1610.0 MT PHILIPSBURG +USC00246471 46.2167 -113.3000 1740.1 MT PHILIPSBURG 7 S +USC00246472 46.3158 -113.3000 1606.3 MT PHILLIPSBURG RS HCN +USC00246475 48.0667 -108.1667 808.0 MT PHILLIPS 1 S +USC00246510 46.8000 -109.1167 -999.9 MT PINEGROVE +USC00246534 45.9833 -112.3333 1767.8 MT PIPESTONE DAM +USC00246538 45.8667 -112.3667 2133.6 MT PIPESTONE PASS +USC00246562 47.4661 -114.8794 759.0 MT PLAINS RS +USC00246576 48.1333 -114.9167 1097.9 MT PLEASANT VALLEY +USC00246580 48.1056 -114.8778 1079.0 MT PLEASANT VALLEY 5 SE +USC00246586 48.7800 -104.5678 624.2 MT PLENTYWOOD +USC00246601 46.4178 -104.5164 847.3 MT PLEVNA HCN +USC00246608 45.3667 -113.1167 2044.0 MT POLARIS +USC00246615 48.7647 -114.2842 1072.9 MT POLEBRIDGE +USC00246618 48.7792 -114.2889 1079.0 MT POLEBRIDGE 1 N +USC00246635 47.6750 -114.1906 917.4 MT POLSON +USC00246640 47.6775 -114.2419 832.1 MT SKQ DAM +USC00246647 46.1972 -108.0039 1033.3 MT POMPEYS PILLAR 15N +USC00246655 45.6572 -111.8986 1703.8 MT PONY +USC00246660 48.1333 -105.1500 609.6 MT POPLAR 2 E +USC00246672 48.9978 -107.8331 862.6 MT PORT OF MORGAN +USC00246685 46.8767 -113.5625 1124.7 MT POTOMAC +USC00246688 45.7167 -105.0833 899.2 MT POWDER RIVER +USC00246691 45.8525 -105.0350 853.4 MT POWDERVILLE 8 NNE +USC00246697 45.7667 -105.1000 854.0 MT POWDERVILLE +USC00246700 47.6544 -111.5981 1143.0 MT POWER 6 SE +USC00246747 45.4339 -108.5361 1236.6 MT PRYOR +USC00246759 45.1000 -108.2333 1220.1 MT PRYOR 27 SE HILLSBORO +USC00246820 46.1667 -111.5667 1234.4 MT RADERSBURG +USC00246862 45.9717 -109.2536 1239.9 MT RAPELJE +USC00246893 48.9975 -104.5750 714.8 MT RAYMOND BORDER STN +USC00246900 47.2833 -110.7333 1286.9 MT RAYNESFORD +USC00246902 47.2972 -110.7456 1284.7 MT RAYNESFORD 2 NNW +USC00246918 45.1769 -109.2572 1720.9 MT RED LODGE HCN +USC00246927 48.8197 -104.9428 641.9 MT REDSTONE +USC00246946 45.7058 -109.5389 1141.2 MT REEDPOINT +USC00246952 45.8667 -111.0500 1447.8 MT REESE CREEK +USC00246964 45.8167 -112.1500 1335.9 MT RENOVA +USC00246976 48.6167 -104.7833 688.8 MT RESERVE 14 W +USC00246983 48.8667 -115.2333 688.8 MT REXFORD +USC00246986 48.8833 -115.2000 716.9 MT REXFORD RS +USC00247020 47.6333 -105.0667 762.9 MT RICHEY +USC00247023 47.5686 -105.2339 731.5 MT RICHEY 10 SW +USC00247028 45.0333 -105.0333 1257.0 MT RIDGE 2 WSW +USC00247032 47.7833 -104.1333 583.7 MT RIDGELAWN +USC00247034 45.5022 -104.4478 1010.7 MT RIDGEWAY 1 S +USC00247037 45.4667 -104.5000 1007.1 MT RIDGWAY 4 SW +USC00247049 46.5000 -112.2500 1585.3 MT RIMINI +USC00247051 46.5000 -112.2500 1585.0 MT RIMINI (1) +USC00247055 46.5500 -112.1667 1432.3 MT RIMINI 4 NE +USC00247088 46.2667 -110.7667 1623.1 MT RINGLING 1 E +USC00247128 45.3572 -109.1883 1417.3 MT ROBERTS 1 W +USC00247136 46.8203 -106.2453 921.7 MT ROCK SPRINGS +USC00247140 46.7833 -106.1333 976.0 MT ROCK SPRINGS 7 SE +USC00247148 48.2500 -109.7833 1125.0 MT ROCKY BOY +USC00247156 47.0833 -112.3667 1690.1 MT ROGERS PASS +USC00247159 47.1900 -112.2900 1280.2 MT ROGERS PASS 9 NNE +USC00247178 45.3500 -109.5000 1524.9 MT ROSCOE +USC00247182 45.3167 -109.5500 1695.9 MT ROSCOE 4 SW +USC00247195 46.5333 -109.2667 1424.9 MT ROTHIEMAY NEAR +USC00247204 47.5375 -114.2761 944.9 MT ROUND BUTTE 1 NNW +USC00247214 46.4381 -108.5319 975.4 MT ROUNDUP +USC00247220 46.3253 -108.7403 1032.1 MT ROUNDUP 15 SW +USC00247225 47.3333 -108.9500 1187.2 MT ROY +USC00247228 47.4869 -108.8372 940.3 MT ROY 8 NE +USC00247234 47.6167 -108.7000 705.0 MT ROY 24 NE MOBRIDGE +USC00247247 48.2775 -110.6022 877.2 MT RUDYARD 19S +USC00247248 48.8539 -110.5969 914.4 MT RUDYARD 21 N +USC00247250 48.9375 -110.5661 917.4 MT RUDYARD 27 N +USC00247253 48.3167 -110.5333 -999.9 MT RUDYARD NEAR +USC00247258 48.0644 -111.0633 975.4 MT RUSSELL +USC00247261 46.2986 -109.2561 1112.5 MT RYEGATE +USC00247263 46.5333 -109.3442 1353.3 MT RYEGATE 18 NNW +USC00247264 48.9500 -107.3333 664.8 MT SACO +USC00247265 48.4661 -107.3528 666.0 MT SACO 1 NNW +USC00247267 48.5000 -107.5167 680.0 MT SACO NELSON RSVR +USC00247273 46.6333 -109.1667 1476.1 MT SAHARA +USC00247286 47.3150 -114.0983 888.5 MT SAINT IGNATIUS HCN +USC00247292 48.7386 -113.4294 1389.9 MT ST MARY +USC00247295 48.7500 -113.4333 1371.6 MT ST. MARY'S LAKE +USC00247305 47.2667 -111.8667 1371.6 MT ST. PETER +USC00247314 47.0167 -115.0500 812.0 MT ST. REGIS +USC00247318 47.3036 -115.0908 810.8 MT SAINT REGIS 1 NE HCN +USC00247332 47.4333 -115.5000 1097.3 MT SALTESE +USC00247342 47.5775 -108.7283 887.0 MT SAND CREEK +USC00247357 48.9000 -112.3333 1246.9 MT SANTA RITA 14 N +USC00247362 48.9833 -112.3167 1246.6 MT SANTA RITA 20 N +USC00247367 45.8000 -111.7667 1281.1 MT SAPPINGTON +USC00247374 46.1194 -107.1000 823.0 MT SARPY CREEK +USC00247382 47.4536 -104.3378 602.0 MT SAVAGE HCN +USC00247424 48.7833 -105.4167 749.2 MT SCOBEY +USC00247425 48.8353 -105.4747 727.9 MT SCOBEY 4 NW +USC00247448 47.2142 -113.5203 1249.7 MT SEELEY LAKE RS +USC00247462 48.6333 -112.5333 1204.0 MT SEVILLE +USC00247500 48.5133 -111.8550 1013.5 MT SHELBY +USC00247501 48.5500 -111.8667 1044.2 MT SHELBY AP +USC00247505 48.4167 -111.8833 987.6 MT SHELBY 7 S +USC00247507 48.6167 -111.9167 1051.6 MT SHELBY 8 NW +USC00247510 48.8333 -113.5167 1495.0 MT SHERBURNE LAKE +USC00247540 47.5314 -110.5764 1310.6 MT SHONKIN 7 S +USC00247560 47.7283 -104.1467 588.6 MT SIDNEY +USC00247562 47.6781 -104.1564 573.3 MT SIDNEY 2 S +USC00247603 45.0156 -109.9683 2284.5 MT SILVER GATE +USC00247605 46.1667 -113.2167 1976.0 MT SILVER LAKE +USC00247610 45.6950 -112.2844 1396.0 MT SILVERSTAR +USC00247618 47.4961 -111.9161 1084.5 MT SIMMS 1 NE +USC00247620 48.9981 -110.2158 858.0 MT SIMPSON 6 N - WILDHORSE +USC00247630 47.9333 -104.2833 609.6 MT SIOUX PASS +USC00247714 47.0333 -107.3833 1005.8 MT SNOWBELT +USC00247718 48.1833 -115.6833 1371.6 MT SNOWSHOE +USC00247730 45.4000 -105.8333 1158.8 MT SONNETTE +USC00247735 45.4667 -105.8167 1068.0 MT SONNETTE 4 N +USC00247740 45.3242 -105.9136 1193.0 MT SONNETTE 7 SW +USC00247796 47.3667 -105.7500 786.4 MT SPRINGBROOK +USC00247800 45.7383 -110.2242 1290.8 MT SPRINGDALE +USC00247848 45.6000 -105.8833 -999.9 MT STACEY +USC00247858 47.1500 -110.2167 1304.8 MT STANFORD +USC00247864 47.1550 -110.2239 1481.3 MT STANFORD +USC00247878 47.1833 -112.3167 1371.6 MT STEARNS +USC00247894 46.5136 -114.0911 1028.7 MT STEVENSVILLE +USC00247925 48.6333 -114.7000 998.2 MT STRYKER +USC00247943 47.4833 -109.4333 1030.2 MT SUFFOLK +USC00247962 45.8167 -113.9500 1402.1 MT SULA 2 SE +USC00247964 45.8478 -113.9269 1364.0 MT SULA 3 ENE +USC00247967 45.9111 -113.7394 1571.2 MT SULA 14 NE +USC00247978 48.3161 -113.3542 1595.0 MT SUMMIT +USC00247992 48.8833 -111.9167 1022.0 MT SUNBURST +USC00247996 48.8869 -111.7275 1127.8 MT SUNBURST 8 E +USC00248008 48.8667 -108.5000 966.2 MT SUNLIT FARM +USC00248018 47.5333 -111.7167 1040.9 MT SUN RIVER +USC00248021 47.4772 -111.7375 1097.3 MT SUN RVR 4 S +USC00248028 46.4500 -114.0000 1219.2 MT SUNSET ORCHARDS +USC00248087 47.9161 -113.8389 944.9 MT SWAN LAKE +USC00248093 48.9972 -111.9642 1069.8 MT SWEETGRASS +USC00248101 48.1639 -112.8669 1456.9 MT SWIFT DAM +USC00248152 47.1667 -108.4833 987.9 MT TEIGEN 10 NNE +USC00248156 47.2333 -108.5500 1051.9 MT TEIGEN 13 NNE +USC00248161 47.8000 -107.6000 775.1 MT TELEGRAPH CREEK +USC00248165 46.7939 -105.3022 685.8 MT TERRY +USC00248169 47.0700 -105.4953 957.7 MT TERRY 21 NNW +USC00248202 48.8833 -106.8833 750.1 MT THOENY 1 E +USC00248207 47.6000 -115.3500 744.0 MT THOMPSON FALLS +USC00248211 47.5933 -115.3594 725.4 MT THOMPSON FALLS PH +USC00248222 45.9000 -111.5333 1240.5 MT THREE FORKS +USC00248233 48.3103 -111.0878 868.7 MT TIBER DAM +USC00248236 48.2833 -110.8833 915.0 MT TIBER LAKE +USC00248239 46.3736 -112.0225 1424.0 MT TIZER GARDENS +USC00248313 46.1500 -111.4833 1204.9 MT TOSTON 2 SW +USC00248314 46.1667 -111.4667 1199.1 MT TOSTON 1 W +USC00248324 46.3311 -111.5383 1170.4 MT TOWNSEND +USC00248329 46.3569 -111.2839 1539.2 MT TOWNSEND 12 ENE +USC00248363 45.9467 -111.4758 1230.2 MT TRIDENT +USC00248379 47.8333 -115.6333 759.0 MT TROUT CREEK 2 W +USC00248380 47.8669 -115.6278 718.1 MT TROUT CREEK RS +USC00248390 48.4806 -115.9061 588.0 MT TROY +USC00248392 48.3833 -115.8667 609.6 MT TROY (1) +USC00248395 48.7167 -115.8833 827.5 MT TROY 18 N +USC00248413 48.8500 -108.4000 928.4 MT TURNER +USC00248415 48.9992 -108.3894 908.9 MT TURNER 11N +USC00248430 45.5472 -112.3261 1409.7 MT TWIN BRIDGES +USC00248455 47.3558 -111.4406 1016.8 MT ULM 8 SE TRULY +USC00248473 46.5500 -112.0833 1498.1 MT UNIONVILLE +USC00248477 48.3000 -113.3667 1478.9 MT UPPER COLUMBIA STN LAB +USC00248486 48.6500 -113.8833 964.4 MT UPPER LAKE MCDONALD +USC00248488 48.8333 -115.7167 854.0 MT YAAK UPPER RIVER +USC00248493 46.9667 -110.0833 1434.1 MT UTICA +USC00248495 46.8833 -110.3000 1524.0 MT UTICA 11 WSW +USC00248498 47.3392 -108.4992 885.4 MT VALENTINE +USC00248501 48.3119 -112.2492 1160.4 MT VALIER HCN +USC00248511 46.4300 -106.9200 800.1 MT VANANDA 6 NE +USC00248521 47.0333 -107.2000 883.9 MT VAN DUZEN RANCH +USC00248564 46.4167 -114.2000 1097.9 MT VICTOR +USC00248569 47.8800 -105.3686 696.2 MT VIDA 6 NE HCN +USC00248597 45.2925 -111.9478 1759.6 MT VIRGINIA CITY HCN +USC00248607 45.8436 -105.6808 908.3 MT VOLBORG +USC00248640 46.2167 -111.1000 1706.9 MT WALL ROCK MOUNTAIN +USC00248681 48.5000 -115.2833 670.9 MT WARLAND RS +USC00248683 48.6667 -115.3167 680.0 MT WARLAND 12 N +USC00248687 46.1833 -112.7500 1478.9 MT WARM SPRINGS CREEK +USC00248691 48.0833 -109.6667 -999.9 MT WARRICK +USC00248693 48.0878 -109.6453 1295.4 MT WARRICK 2 NW +USC00248732 46.0558 -104.1853 957.1 MT WEBSTER 3 E +USC00248777 48.8744 -104.0503 641.6 MT WESTBY +USC00248783 46.3283 -114.0847 1099.7 MT WESTERN AG RSCH CTR +USC00248809 48.5003 -113.9847 959.5 MT W GLACIER +USC00248857 44.6500 -111.1000 2029.7 MT WEST YELLOWSTONE HCN +USC00248858 44.6567 -111.0903 2035.8 MT W YELLOWSTONE GATEWAY +USC00248859 44.7867 -111.1317 2003.1 MT WEST YELLOWSTONE 9NNW +USC00248860 44.7917 -111.1092 2075.1 MT WEST YELLOWSTONE 10NNE +USC00248893 48.4000 -114.3333 924.5 MT WHITEFISH +USC00248902 48.4081 -114.3594 944.9 MT WHITEFISH +USC00248927 46.5425 -110.9042 1572.8 MT WHITE SULPHUR SPRINGS +USC00248930 46.5436 -110.9000 1536.2 MT WHITE SULPHUR SPRINGS #2 HCN +USC00248933 46.6833 -110.8667 1659.0 MT WHITE SULPHUR SPG 10 N +USC00248936 46.8333 -111.2000 1338.4 MT WHITE SULPHUR SPRNGS 2 +USC00248939 48.7597 -107.6250 709.6 MT WHITEWATER +USC00248941 48.9703 -107.4222 840.6 MT WHITEWATER 18 NE +USC00248946 48.9167 -111.2500 -999.9 MT WHITLASH +USC00248957 46.9878 -104.1567 821.7 MT WIBAUX 2 E +USC00248964 47.5667 -108.4833 -999.9 MT WILDER +USC00249009 45.8333 -110.2500 2743.2 MT WILLOW CREEK (1) +USC00249011 47.5333 -112.4167 1249.7 MT WILLOW CREEK RESERVOIR +USC00249015 46.1167 -112.8500 1543.5 MT WILLOW GLEN FARM +USC00249018 46.0000 -110.6667 1539.8 MT WILSALL +USC00249023 46.0306 -110.5056 1787.7 MT WILSALL 8 ENE +USC00249025 45.9667 -110.8500 1674.0 MT WILSALL 10 WSW +USC00249033 47.5597 -109.3767 988.5 MT WINIFRED +USC00249047 47.0667 -108.3167 890.9 MT WINNETT 5 NNE +USC00249048 47.0831 -108.3164 873.3 MT WINNETT 6NNE +USC00249052 46.9392 -108.1967 856.5 MT WINNETT 8 ESE +USC00249054 46.9258 -108.5664 988.8 MT WINNETT 12 SW +USC00249067 45.6178 -113.4514 1847.1 MT WISDOM +USC00249082 45.8025 -112.9939 1746.5 MT WISE RVR 3 WNW +USC00249092 45.8833 -113.1167 1772.1 MT WISE RIVER 10 NW +USC00249103 48.1000 -105.6483 637.0 MT WOLF PT +USC00249111 48.0833 -105.5333 606.9 MT WOLF POINT 5 ESE +USC00249124 46.7667 -110.8333 1737.4 MT WOLSEY +USC00249129 46.0500 -112.4500 1936.7 MT WOODVILLE +USC00249175 45.1217 -107.4061 1136.9 MT WYOLA 1 SW +USC00249185 48.8333 -115.7000 923.8 MT YAAK +USC00249186 48.8286 -115.7467 1045.5 MT YAAK 1 W +USC00249187 48.9514 -115.6267 940.3 MT YAAK 9NNE +USC00249192 46.4500 -109.4833 1216.2 MT YALE +USC00249211 45.0000 -110.0000 -999.9 MT YELLOWSTONE NP NE ENT +USC00249240 45.3128 -107.9383 1007.4 MT YELLOWTAIL DAM +USC00249900 47.9186 -108.5244 1229.9 MT ZORTMAN +USC00249903 47.9000 -108.5333 -999.9 MT ZORTMAN (1) +USC00250001 40.4519 -96.5103 403.3 NE ADAMS +USC00250030 42.4244 -103.7347 1423.4 NE AGATE 3 E +USC00250035 42.5081 -103.8108 1447.2 NE AGATE 5N +USC00250040 41.0333 -96.8000 384.0 NE AGNEW +USC00250050 42.5522 -99.8556 765.0 NE AINSWORTH +USC00250070 41.6853 -98.0083 547.1 NE ALBION HCN +USC00250075 41.6833 -98.1303 582.2 NE ALBION 7W +USC00250077 41.7833 -97.8833 595.0 NE ALBION 9 NE +USC00250125 42.4167 -96.8500 454.2 NE ALLEN +USC00250130 42.1103 -102.8967 1217.4 NE ALLIANCE 1WNW HCN +USC00250134 42.1047 -102.8867 1231.4 NE ALLIANCE 1WNW SITE #2 +USC00250138 42.1539 -103.2083 1300.3 NE ALLIANCE 19WNW +USC00250145 40.1000 -99.3667 609.9 NE ALMA +USC00250180 42.2342 -98.9156 664.2 NE AMELIA +USC00250208 41.9339 -103.0186 1264.9 NE ANGORA 8NE +USC00250245 41.5975 -99.8258 794.0 NE ANSELMO 2 SE +USC00250260 42.0686 -102.5844 1184.1 NE ANTIOCH +USC00250310 41.0333 -97.7833 -999.9 NE ARBORVILLE +USC00250320 41.4267 -99.1272 658.4 NE ARCADIA +USC00250348 41.4525 -96.3511 362.1 NE ARLINGTON +USC00250355 41.4203 -100.1842 823.0 NE ARNOLD +USC00250365 41.5697 -101.6917 1115.6 NE ARTHUR +USC00250367 41.7531 -102.0647 1182.6 NE ASHBY 20 SSW +USC00250372 41.0500 -96.3500 -999.9 NE ASHLAND 2 NE +USC00250375 41.0408 -96.3811 340.8 NE ASHLAND NO 2 HCN +USC00250385 41.2481 -98.7989 620.3 NE ASHTON +USC00250420 42.5136 -99.0303 648.6 NE ATKINSON 3SW HCN +USC00250427 40.3794 -99.4992 716.3 NE ATLANTA 2 WNW +USC00250435 40.3706 -95.7469 283.5 NE AUBURN 5 ESE HCN +USC00250445 40.8586 -97.9958 544.1 NE AURORA +USC00250446 40.9311 -97.9786 548.9 NE AURORA 4N +USC00250470 40.1992 -95.6336 336.8 NE BARADA 3SW +USC00250520 40.0489 -96.5747 365.8 NE BARNESTON +USC00250525 41.8858 -98.5631 662.9 NE BARTLETT 1W +USC00250539 40.3833 -100.3667 801.9 NE BARTLEY 10 NNW +USC00250580 42.5942 -99.5442 710.2 NE BASSETT +USC00250587 41.8150 -103.2903 1178.7 NE BAYARD 4NNE +USC00250620 40.2500 -96.7500 371.9 NE BEATRICE +USC00250622 40.2994 -96.7500 395.3 NE BEATRICE 1N HCN +USC00250625 40.2667 -96.7333 399.9 NE BEATRICE 2 +USC00250640 40.1306 -99.8278 654.7 NE BEAVER CITY HCN +USC00250680 41.9325 -96.8108 414.5 NE BEEMER +USC00250734 41.4636 -98.0739 520.3 NE BELGRADE +USC00250740 41.1500 -95.9000 368.8 NE BELLEVUE +USC00250741 41.1625 -95.9042 365.8 NE BELLEVUE +USC00250755 41.0058 -97.6064 512.1 NE BENEDICT +USC00250760 40.0500 -101.5325 909.5 NE BENKELMAN +USC00250762 40.0344 -101.5431 907.7 NE BENKELMAN 1SW +USC00250770 40.6794 -96.5064 390.1 NE BENNET +USC00250771 40.6667 -96.5667 415.1 NE BENNETT 3 SW +USC00250777 41.3686 -96.0950 370.3 NE BENNINGTON 3 E +USC00250781 41.3536 -96.2094 379.5 NE BENNINGTON 3WSW +USC00250810 40.5283 -99.6353 768.1 NE BERTRAND +USC00250865 41.0469 -102.1467 1121.1 NE BIG SPRINGS +USC00250890 42.0167 -102.0833 1193.0 NE BINGHAM +USC00250930 41.5536 -96.1406 332.2 NE BLAIR +USC00250939 42.0667 -99.2000 -999.9 NE BLAKE +USC00250945 42.5939 -97.6436 530.4 NE BLOOMFIELD +USC00250953 40.0667 -99.0333 573.0 NE BLOOMINGTON 2 S +USC00250960 40.3333 -98.4333 599.5 NE BLUE HILL +USC00250961 40.3058 -98.5047 601.1 NE BLUE HILL 4 SW +USC00251045 42.1333 -102.9500 1225.9 NE BOX BUTTE EXP STN +USC00251052 41.2622 -96.1419 378.0 NE BOYS TOWN +USC00251065 40.8836 -97.7492 524.3 NE BRADSHAW +USC00251082 41.0233 -100.3669 808.0 NE BRADY +USC00251130 41.9375 -99.8628 760.5 NE BREWSTER +USC00251145 41.6681 -103.1039 1117.4 NE BRIDGEPORT HCN +USC00251149 41.5639 -103.3678 1264.6 NE BRIDGEPORT 18WSW +USC00251189 41.6111 -102.9014 1060.4 NE BROADWATER 3WNW +USC00251190 41.4539 -102.7850 1267.4 NE BROADWATER 10SSE +USC00251200 41.4083 -99.6750 763.2 NE BROKEN BOW 2 W HCN +USC00251205 41.4028 -99.6322 752.9 NE BROKEN BOW #2 +USC00251213 42.2872 -100.6292 859.5 NE BROWNLEE +USC00251215 42.2500 -100.6667 -999.9 NE BROWNLEE +USC00251240 40.3325 -97.5653 481.6 NE BRUNING +USC00251245 40.3333 -97.4333 470.0 NE BRUNING STATE AP +USC00251260 40.1500 -96.3333 419.7 NE BURCHARD +USC00251280 42.7833 -100.7667 -999.9 NE BURGE +USC00251345 41.7769 -99.1433 663.2 NE BURWELL +USC00251361 41.0103 -103.8769 1575.8 NE BUSHNELL 15S +USC00251365 42.9131 -98.8511 550.5 NE BUTTE +USC00251390 41.0000 -98.6167 609.9 NE CAIRO +USC00251405 41.3000 -99.9000 778.8 NE CALLAWAY +USC00251408 41.2522 -100.0750 887.9 NE CALLAWAY 8WSW +USC00251415 40.2847 -100.1433 682.4 NE CAMBRIDGE +USC00251429 40.2500 -98.6333 609.9 NE CAMPBELL 6 SE +USC00251450 40.6944 -99.7008 719.9 NE CANADAY STEAM PLT +USC00251490 42.2333 -103.5333 -999.9 NE CANTON +USC00251560 41.1222 -98.0283 518.2 NE CENTRAL CITY +USC00251562 41.0833 -98.0000 -999.9 NE CENTRAL CITY RIVER +USC00251575 42.8083 -103.0533 1031.1 NE CHADRON 3SW +USC00251578 42.8367 -102.9528 1055.5 NE CHADRON 3NE +USC00251590 42.2031 -98.7467 648.9 NE CHAMBERS +USC00251602 41.0939 -102.4717 1130.8 NE CHAPPELL +USC00251620 40.0167 -97.6167 493.2 NE CHESTER +USC00251660 41.7239 -97.1256 472.4 NE CLARKSON +USC00251670 40.4653 -96.8497 420.0 NE CLATONIA +USC00251680 40.5033 -97.9372 528.5 NE CLAY CTR 6 ESE +USC00251684 40.5208 -98.0536 545.0 NE CLAY CTR +USC00251696 42.1844 -98.1911 547.1 NE CLEARWATER +USC00251750 42.9500 -101.2500 943.4 NE CODY +USC00251776 42.5056 -97.2086 487.7 NE COLERIDGE +USC00251825 41.4639 -97.3278 442.0 NE COLUMBUS 3 NE +USC00251835 41.5569 -99.2372 687.3 NE COMSTOCK +USC00251849 42.3833 -96.9667 451.1 NE NE NEBRASKA EXP STN +USC00251880 41.7167 -97.5500 -999.9 NE CORNLEA +USC00251940 40.8614 -99.9855 762.0 NE COZAD +USC00251942 40.8592 -99.9789 753.8 NE COZAD 2S +USC00251970 42.7167 -103.4000 1118.6 NE CRAWFORD 1 +USC00251973 42.7000 -103.4167 1118.6 NE CRAWFORD +USC00251990 42.4603 -97.9047 506.0 NE CREIGHTON +USC00252000 41.7608 -102.4372 1164.3 NE CRESCENT LAKE NWR +USC00252010 41.7103 -97.3697 487.7 NE CRESTON +USC00252020 40.6092 -96.8719 445.0 NE CRETE 4ESE HCN +USC00252025 40.5964 -96.9592 414.5 NE CRETE 2 S +USC00252026 40.6167 -96.9167 445.0 NE CRETE 3 SE +USC00252027 40.6500 -96.8667 433.1 NE CRETE 7 NE +USC00252037 42.7364 -97.4969 426.7 NE CROFTON +USC00252065 40.2333 -100.8300 790.7 NE CULBERTSON +USC00252100 40.6344 -100.5219 794.3 NE CURTIS HCN +USC00252103 40.5667 -100.5500 865.9 NE CURTIS 5 SSW +USC00252106 40.8333 -100.5167 830.0 NE CURTIS 14 N +USC00252145 41.4086 -102.9661 1303.9 NE DALTON +USC00252147 41.4158 -103.2342 1403.9 NE DALTON 13W +USC00252160 41.2500 -97.1333 -999.9 NE DANNEBROG +USC00252162 41.1192 -98.5406 615.1 NE DANNEBROG #2 +USC00252166 41.1594 -98.6011 600.2 NE DANNEBROG 4NW +USC00252205 41.2492 -97.1328 490.7 NE DAVID CITY HCN +USC00252225 40.1378 -95.7786 332.2 NE DAWSON 3ENE +USC00252280 40.7333 -96.8500 378.0 NE DENTON +USC00252306 40.3497 -98.0592 506.0 NE DEWEESE 4 SE +USC00252350 41.2167 -99.0500 -999.9 NE DIVIDE +USC00252380 41.7233 -96.8828 426.7 NE DODGE +USC00252430 40.0333 -96.0500 327.4 NE DUBOIS 1 +USC00252438 42.2167 -99.5500 -999.9 NE DUFF +USC00252465 41.3833 -97.4833 450.8 NE DUNCAN +USC00252485 41.8333 -100.0667 798.9 NE DUNNING +USC00252548 40.0000 -96.0000 -999.9 NE EDEN +USC00252555 40.3667 -97.9500 524.9 NE EDGAR +USC00252560 40.2764 -99.7836 646.2 NE EDISON +USC00252585 41.2833 -98.5667 -999.9 NE ELBA +USC00252595 41.9872 -98.0747 589.8 NE ELGIN +USC00252620 41.2833 -96.2500 366.1 NE ELKHORN 1 NW +USC00252626 40.2000 -96.8500 435.9 NE ELLIS +USC00252629 42.1667 -100.0167 808.0 NE ELSMERE 9 ENE +USC00252645 42.0628 -102.3172 1191.5 NE ELLSWORTH 2W +USC00252646 42.3833 -102.1500 1176.5 NE ELLSWORTH 24 NNE +USC00252647 42.2650 -102.2133 1210.1 NE ELLSWORTH 15 NNE +USC00252655 40.6997 -99.3800 685.8 NE ELM CREEK 1 SSW +USC00252675 40.8500 -101.4000 1031.1 NE ELSIE +USC00252680 42.1717 -100.0106 808.9 NE ELSMERE 9 ENE +USC00252690 40.4767 -99.8861 731.5 NE ELWOOD 8 S +USC00252706 40.8481 -96.8458 387.1 NE EMERALD 1 W +USC00252715 42.2797 -96.7244 443.2 NE EMERSON +USC00252720 42.2333 -96.6333 420.9 NE EMERSON 5 SE +USC00252741 40.4181 -101.5147 938.2 NE ENDERS LAKE +USC00252744 42.2667 -100.0833 -999.9 NE ENDERSLAKE +USC00252748 40.0833 -97.1000 392.6 NE ENDICOTT 1 +USC00252770 41.8036 -98.8239 651.4 NE ERICSON 8 WNW +USC00252790 40.6864 -100.0536 833.3 NE EUSTIS 2 NW +USC00252805 42.2611 -98.3417 565.1 NE EWING +USC00252806 42.0833 -98.3833 595.0 NE EWING 12 S +USC00252813 40.6333 -97.4500 489.8 NE EXETER +USC00252820 40.0739 -97.1669 411.5 NE FAIRBURY 5S HCN +USC00252832 40.4500 -98.0833 -999.9 NE FAIRFIELD +USC00252840 40.6422 -97.5928 499.9 NE FAIRMONT HCN +USC00252851 40.0750 -95.5189 283.5 NE FALLS CITY 4NE +USC00252935 40.5350 -96.6081 408.4 NE FIRTH +USC00252980 41.4453 -96.0928 399.3 NE FT CALHOUN 4W +USC00253012 41.3167 -95.9500 327.7 NE FORT OMAHA +USC00253015 42.6656 -103.4617 1161.9 NE FT ROBINSON +USC00253035 40.1000 -98.9667 565.4 NE FRANKLIN HCN +USC00253037 40.0953 -98.9450 567.2 NE FRANKLIN #2 +USC00253050 41.4300 -96.4669 359.7 NE FREMONT +USC00253065 40.6558 -97.2208 467.9 NE FRIEND 3E +USC00253075 41.3594 -97.9761 502.9 NE FULLERTON +USC00253165 42.8456 -97.4733 382.5 NE GAVINS POINT DAM +USC00253175 40.5314 -97.5964 496.8 NE GENEVA HCN +USC00253185 41.4514 -97.7644 484.6 NE GENOA 2 W HCN +USC00253195 41.8167 -103.6833 1253.9 NE GERING 2 W +USC00253205 40.7356 -98.8472 627.9 NE GIBBON +USC00253285 41.2833 -98.1333 -999.9 NE GLENWOOD +USC00253353 42.7989 -102.2611 1112.5 NE GORDON 3W +USC00253355 42.8947 -102.2036 1146.0 NE GORDON 6N +USC00253357 42.5667 -101.7833 1068.0 NE GORDON 27 SE +USC00253365 40.9394 -100.1514 793.4 NE GOTHENBURG HCN +USC00253394 40.9167 -98.3500 -999.9 NE GRAND ISLAND #1 +USC00253396 40.9167 -98.3500 -999.9 NE GRAND ISLAND 2W +USC00253397 40.9378 -98.3317 565.7 NE GRAND IS +USC00253411 40.8700 -101.7308 1044.5 NE GRANT 2 N +USC00253425 41.5461 -98.5331 615.7 NE GREELEY +USC00253461 41.0311 -97.4703 495.0 NE GRESHAM 3W +USC00253467 41.1586 -96.1922 378.0 NE GRETNA 4NE +USC00253469 41.1300 -96.1989 350.5 NE GRETNA 3ESE +USC00253478 42.9436 -98.5539 533.4 NE GROSS 1E +USC00253485 40.0692 -98.3331 498.3 NE GUIDE ROCK +USC00253502 42.0972 -97.4317 469.4 NE HADAR #2 +USC00253515 40.0136 -101.9408 998.2 NE HAIGLER +USC00253523 40.5333 -96.8500 427.0 NE HALLAM 3 W +USC00253524 40.5667 -96.7833 442.0 NE HALLAM 2 N +USC00253540 41.9000 -100.3167 824.5 NE HALSEY 2 W +USC00253581 40.1833 -97.0000 445.0 NE HARBINE 1 WSW +USC00253589 40.0136 -97.9289 463.3 NE HARDY +USC00253595 40.0892 -99.2133 612.6 NE HARLAN CO LAKE +USC00253605 41.6331 -103.9542 1386.8 NE HARRISBURG 12WNW +USC00253615 42.6858 -103.8842 1478.3 NE HARRISON HCN +USC00253617 42.7433 -103.9219 1546.3 NE HARRISON 4NW +USC00253618 42.8003 -103.7867 1228.0 NE HARRISON 9NE +USC00253620 42.6544 -104.0467 1435.6 NE HARRISON 9W +USC00253621 42.8000 -103.7833 -999.9 NE HARRISON 10 NE +USC00253622 42.9333 -103.8667 -999.9 NE HARRISON 17 N +USC00253630 42.6167 -97.2608 429.2 NE HARTINGTON HCN +USC00253652 42.3844 -96.9883 440.1 NE CONCORD +USC00253660 40.6472 -98.3836 590.7 NE HASTINGS 4N HCN +USC00253710 42.6828 -102.6928 1175.0 NE HAY SPRINGS +USC00253715 42.5119 -102.6944 1159.8 NE HAY SPRINGS 12 S HCN +USC00253735 40.1750 -97.5903 451.1 NE HEBRON HCN +USC00253755 42.3208 -103.0733 1301.5 NE HEMINGFORD +USC00253757 42.3167 -103.0167 1379.5 NE HEMINGFORD +USC00253770 40.1333 -99.9833 680.0 NE HENDLEY +USC00253785 42.0833 -104.0333 1281.1 NE HENRY 6 N +USC00253800 41.6667 -96.2167 335.9 NE HERMAN +USC00253801 41.6833 -96.3167 409.0 NE HERMAN 6 W +USC00253810 41.1056 -100.9775 899.8 NE HERSHEY 5 SSE +USC00253825 40.6219 -96.6283 396.2 NE HICKMAN +USC00253829 40.5833 -96.6333 -999.9 NE HICKMAN 2 SW +USC00253830 40.6333 -96.6333 390.1 NE HICKMAN 1 N +USC00253831 40.6000 -96.6667 417.9 NE HICKMAN 2 WSW +USC00253880 41.5000 -101.5167 1061.9 NE HILLSIDE +USC00253900 40.3047 -100.0100 673.9 NE HOLBROOK +USC00253910 40.4517 -99.3803 707.1 NE HOLDREGE HCN +USC00253911 40.4333 -99.3833 711.1 NE HOLDREGE 1 E +USC00253923 40.5833 -96.5833 412.1 NE HOLLAND +USC00253950 42.3367 -96.4319 329.8 NE HOMER 3NE +USC00253976 41.6167 -96.5500 374.3 NE HOOPER 1 +USC00254035 41.7175 -97.0031 463.3 NE HOWELLS +USC00254043 40.0100 -97.4978 448.1 NE HUBBELL +USC00254052 41.6867 -97.4772 512.1 NE HUMPHREY 1SE +USC00254055 41.6000 -97.6000 -999.9 NE HUMPHREY 8 SW +USC00254100 42.0000 -101.7500 1149.1 NE HYANNIS +USC00254101 42.0542 -101.7561 1173.5 NE HYANNIS 4N +USC00254102 42.1000 -101.6000 -999.9 NE HYANNIS 10 NE +USC00254110 40.5122 -101.6528 1002.8 NE IMPERIAL HCN +USC00254113 40.2233 -100.4164 725.1 NE INDIANOLA 1S +USC00254115 40.2500 -100.4167 -999.9 NE INDIANOLA 2 N +USC00254210 40.2000 -97.0333 445.0 NE JANSEN 3 NE +USC00254260 40.6833 -99.7500 752.9 NE JOHNSON 2 PWR PLT +USC00254335 40.7258 -99.0133 649.2 NE KEARNEY 4 NE +USC00254385 42.5333 -100.8833 -999.9 NE KENNEDY +USC00254432 42.9503 -100.9450 885.4 NE KILGORE 1NE +USC00254440 41.2453 -103.6344 1435.0 NE KIMBALL 2NE HCN +USC00254455 41.2097 -101.6706 1011.3 NE KINGSLEY DAM +USC00254485 41.4667 -103.4833 1434.1 NE KIRK +USC00254515 42.1833 -99.0833 -999.9 NE KOLA +USC00254520 42.1667 -100.0167 808.0 NE KOSHOPAH 7 NE +USC00254530 41.2833 -102.4000 1164.9 NE KOWANDA +USC00254540 40.5833 -96.8667 417.9 NE KRAMER +USC00254580 41.1000 -97.7833 -999.9 NE LACLEDE +USC00254604 40.5303 -101.9694 1079.0 NE LAMAR 3 SSE +USC00254655 42.4264 -97.0911 454.2 NE LAUREL +USC00254690 41.4833 -96.6667 374.3 NE LEAVITT +USC00254708 40.0500 -100.2833 729.1 NE LEBANON +USC00254755 41.3297 -102.1442 1013.8 NE LEWELLEN +USC00254760 41.7167 -102.2333 1156.1 NE LEWELLEN 30 N +USC00254775 40.7833 -99.7500 726.0 NE LEXINGTON +USC00254790 40.8500 -96.6167 366.1 NE LINCOLN AGRONOMY FARM +USC00254800 40.7667 -96.6500 363.0 NE LINCOLN COLLEGE VIEW +USC00254805 40.7667 -96.7667 371.9 NE LINCOLN PIONEERS PARK +USC00254810 40.8167 -96.7000 360.0 NE LINCOLN UNIV CAMPUS +USC00254812 40.8333 -96.7333 360.0 NE LINCOLN UNIV FARM +USC00254823 41.7000 -97.6939 515.1 NE LINDSAY +USC00254865 41.4983 -102.6222 1071.4 NE LISCO +USC00254900 41.1489 -102.6361 1168.0 NE LODGEPOLE HCN +USC00254903 41.2664 -102.6586 1184.5 NE LODGEPOLE 8N +USC00254906 41.1531 -102.6400 1181.4 NE LODGEPOLE NO 2 +USC00254945 41.7614 -98.2139 640.1 NE LORETTO 7W +USC00254985 41.2789 -98.9697 630.9 NE LOUP CITY HCN +USC00254986 41.3611 -98.9222 676.7 NE LOUP CITY 6 NNE +USC00255020 41.9169 -104.0358 1234.4 NE LYMAN +USC00255040 42.8294 -98.4583 423.7 NE LYNCH +USC00255050 41.9378 -96.4789 390.1 NE LYONS +USC00255070 40.2000 -98.9500 644.0 NE MACON +USC00255080 41.8292 -97.4500 481.6 NE MADISON HCN +USC00255090 40.8508 -101.5428 975.4 NE MADRID +USC00255105 40.9081 -96.8650 399.3 NE MALCOLM +USC00255112 41.2625 -96.6572 393.2 NE MALMO 3 E +USC00255155 40.9667 -98.0000 557.8 NE MARQUETTE +USC00255170 42.4500 -103.2167 1257.9 NE MARSLAND +USC00255188 40.6667 -96.7833 392.9 NE MARTELL 2 NNW +USC00255250 41.2211 -99.2939 698.6 NE MASON CITY +USC00255266 40.2167 -101.3167 878.1 NE MAX 8 NE +USC00255269 40.2978 -101.3806 995.2 NE MAX 13N +USC00255287 40.6333 -100.7500 860.1 NE MAYWOOD 7 WSW +USC00255310 40.2153 -100.6203 779.1 NE MC COOK HCN +USC00255311 40.4389 -100.6961 836.7 NE MC COOK 17 NNW +USC00255312 40.2161 -100.6300 787.9 NE MC COOK #2 +USC00255320 40.7453 -97.5967 472.4 NE MC COOL JUNCTION +USC00255362 41.1431 -96.4808 352.0 NE MEAD 6S +USC00255370 42.0292 -97.7386 496.8 NE MEADOW GROVE +USC00255388 40.3744 -100.2331 734.3 NE MEDICINE CREEK DAM +USC00255435 41.8000 -103.5000 1165.9 NE MELBETA +USC00255470 42.9194 -101.7089 986.0 NE MERRIMAN HCN +USC00255500 40.7667 -97.0167 -999.9 NE MILFORD +USC00255525 40.9283 -99.3886 704.1 NE MILLER +USC00255555 41.9178 -103.4842 1263.1 NE MINATARE DAM (USBR) +USC00255565 40.5156 -98.9514 658.4 NE MINDEN HCN +USC00255590 41.9481 -103.7008 1243.6 NE MITCHELL 5E +USC00255630 41.4833 -97.6000 464.8 NE MONROE +USC00255639 42.8014 -103.5545 1189.6 NE MONTROSE 12SE +USC00255655 40.6961 -100.3997 861.4 NE MOOREFIELD +USC00255660 40.7167 -100.4167 872.0 NE MOOREFIELD 3 NW +USC00255662 40.6333 -100.3167 836.1 NE MOOREFIELD 6 SE +USC00255700 42.0425 -101.0458 980.5 NE MULLEN +USC00255701 41.8458 -101.0442 975.4 NE MULLEN 15S +USC00255702 42.2506 -101.3364 1054.6 NE MULLEN 21 NW +USC00255780 40.0783 -99.1386 577.3 NE NAPONEE +USC00255805 40.6833 -95.8833 323.1 NE NEBRASKA CITY 1 NW +USC00255810 40.6986 -95.8867 321.6 NE NEBRASKA CITY 2NW +USC00255820 40.7833 -96.0333 342.0 NE NEHAWKA 5 SW +USC00255830 42.1303 -98.0275 536.4 NE NELIGH +USC00255840 40.2028 -98.0633 514.2 NE NELSON +USC00255850 40.3667 -95.6667 -999.9 NE NEMAHA +USC00255860 42.6500 -101.1667 939.1 NE NENZEL 20 S +USC00255868 42.6167 -101.2833 990.6 NE NENZEL 23 SSW +USC00255882 41.4833 -100.6667 929.6 NE NESBIT +USC00255895 42.6531 -96.8775 410.0 NE NEWCASTLE +USC00255925 42.6008 -99.3333 679.7 NE NEWPORT +USC00255940 41.5669 -96.4422 416.1 NE NICKERSON 3NE +USC00255942 41.5608 -96.5408 378.0 NE NICKERSON 4 NW +USC00255945 41.5533 -96.5581 394.7 NE NICKERSON 5 NW +USC00255960 42.7472 -98.0467 376.1 NE NIOBRARA +USC00255970 42.7656 -98.0772 466.3 NE NIOBRARA 3 NW +USC00255990 42.0333 -97.4167 467.0 NE NORFOLK +USC00255997 42.0289 -97.4855 470.9 NE NORFOLK 4W +USC00256005 40.4797 -98.7922 634.9 NE NORMAN +USC00256010 41.4636 -96.7761 387.1 NE NORTH BEND +USC00256018 42.3803 -96.9578 445.0 NE NE NEBRASKA EXP STN +USC00256040 41.4933 -98.7747 597.4 NE NORTH LOUP HCN +USC00256057 40.9997 -100.7644 922.0 NE NORTH PLATTE 10 S +USC00256064 41.0833 -100.7500 860.1 NE NORTH PLATTE B BENCH +USC00256070 41.1333 -100.7500 857.1 NE NORTH PLATTE WB CITY +USC00256075 41.0569 -100.7494 922.0 NE NORTH PLATTE EXP FARM +USC00256100 42.1333 -102.9500 1225.3 NE NW AG LAB +USC00256135 42.0644 -97.9667 533.1 NE OAKDALE HCN +USC00256140 41.8167 -96.4667 390.4 NE OAKLAND +USC00256165 41.1333 -99.7667 787.0 NE OCONTO +USC00256167 41.1439 -99.7633 786.4 NE OCONTO +USC00256177 40.0500 -96.8000 389.5 NE ODELL +USC00256200 41.1275 -101.7206 984.5 NE OGALLALA +USC00256245 41.2589 -95.9219 289.0 NE OMAHA RIVER +USC00256250 41.2500 -96.0000 360.0 NE OMAHA WEST +USC00256290 42.4594 -98.6564 606.6 NE O'NEILL +USC00256325 42.3494 -98.2539 588.3 NE ORCHARD 1 NW +USC00256328 42.4667 -98.2194 554.7 NE ORCHARD 9NNE +USC00256335 41.6233 -98.9483 629.1 NE EVELYN SHARP FIELD +USC00256336 41.6028 -98.9269 624.8 NE ORD #2 +USC00256337 41.4833 -98.9000 644.0 NE ORD 9 S +USC00256365 40.1342 -99.4825 606.2 NE ORLEANS 2 W +USC00256375 41.1844 -97.5514 506.6 NE OSCEOLA +USC00256376 41.1833 -97.7167 509.0 NE OSCEOLA 9 W +USC00256385 41.4014 -102.3464 1033.3 NE OSHKOSH +USC00256386 41.4953 -102.1844 1074.4 NE OSHKOSH 10 NE +USC00256390 41.3039 -102.4375 1167.4 NE OSHKOSH 8 SW +USC00256395 42.3569 -97.5969 502.9 NE OSMOND +USC00256396 42.3692 -97.5983 515.1 NE OSMOND NO.1 +USC00256415 40.3333 -101.5333 -999.9 NE OUGH +USC00256435 40.7333 -99.4833 708.1 NE OVERTON +USC00256439 40.7456 -99.5900 710.2 NE OVERTON 3 W +USC00256450 40.2500 -99.6333 630.9 NE OXFORD +USC00256454 40.3283 -99.6522 683.4 NE OXFORD 6NNW +USC00256480 40.3503 -101.1047 840.3 NE PALISADE +USC00256490 41.2333 -98.2500 547.4 NE PALMER +USC00256494 40.7167 -96.3667 348.1 NE PALMYRA +USC00256534 41.1519 -96.0492 320.0 NE PAPILLION +USC00256552 40.3211 -101.6739 1013.5 NE PARKS 17N +USC00256570 40.1117 -96.1514 362.4 NE PAWNEE CITY HCN +USC00256575 40.0667 -96.0833 351.1 NE PAWNEE CITY 5 SE +USC00256585 41.1228 -101.3564 937.3 NE PAXTON +USC00256630 42.1153 -96.7058 408.4 NE PENDER +USC00256648 40.4833 -95.7333 274.9 NE PERU +USC00256714 40.4000 -96.7500 438.9 NE PICKRELL 2 NW +USC00256720 42.1958 -97.5206 480.1 NE PIERCE +USC00256735 42.0067 -97.0561 428.9 NE PILGER +USC00256761 42.3492 -97.7931 512.1 NE PLAINVIEW +USC00256765 42.2614 -103.5189 1426.5 NE PLAINSVIEW RCH +USC00256769 41.5411 -97.4869 474.0 NE PLATTE CTR +USC00256795 41.0267 -95.8828 306.3 NE PLATTSMOUTH 1E +USC00256797 41.0000 -95.8667 287.1 NE PLATTSMOUTH RIVER +USC00256824 40.5833 -97.0833 -999.9 NE PLEASANT HILL +USC00256832 40.3031 -96.9889 436.2 NE PLYMOUTH +USC00256837 41.0756 -97.7872 530.4 NE POLK +USC00256880 41.2183 -103.3206 1350.3 NE POTTER +USC00256922 41.3061 -96.8056 410.0 NE PRAGUE +USC00256948 40.5667 -96.7000 435.9 NE PRINCETON +USC00256949 40.6000 -96.7000 417.9 NE PRINCETON 2 N +USC00256951 40.6167 -96.7000 415.1 NE PRINCETON 3 N +USC00256970 42.0650 -100.2472 819.9 NE PURDUM HCN +USC00256990 41.6667 -102.2000 1147.0 NE RACKETT +USC00257002 40.3119 -99.2903 682.8 NE RAGAN +USC00257030 42.3667 -97.3500 499.9 NE RANDOLPH +USC00257032 42.2944 -97.3647 541.0 NE RANDOLPH 6 S +USC00257040 41.0319 -98.9214 623.6 NE RAVENNA +USC00257055 40.9536 -96.7442 391.1 NE RAYMOND 2E +USC00257070 40.0978 -98.5197 527.9 NE RED CLOUD HCN +USC00257095 40.2333 -100.5000 732.1 NE RED WILLOW +USC00257110 40.3575 -100.6608 780.6 NE RED WILLOW DAM +USC00257246 40.6561 -96.6603 378.0 NE ROCA +USC00257251 40.6333 -96.6667 381.0 NE ROCA 2 S +USC00257253 40.6667 -96.6500 415.1 NE ROCA 1 NE +USC00257254 40.7333 -96.5833 424.0 NE ROCA 5 NE +USC00257305 42.0667 -96.5000 406.0 NE ROSALIE 1 NE +USC00257318 42.2033 -99.6997 774.2 NE ROSE 10 WNW +USC00257330 40.2667 -98.3667 609.9 NE ROSEMONT 2 S +USC00257347 42.3333 -98.1167 570.0 NE ROYAL +USC00257351 42.3203 -98.0933 565.4 NE ROYAL 2SE +USC00257399 40.0667 -95.4333 256.6 NE RULO 1 +USC00257401 40.0536 -95.4642 283.5 NE RULO 2W +USC00257415 42.7547 -102.4794 1155.2 NE RUSHVILLE +USC00257450 40.4167 -100.6833 836.1 NE ST ANN 3 ESE +USC00257485 41.0833 -98.3500 575.2 NE ST. LIBORY +USC00257515 41.2078 -98.4608 552.3 NE SAINT PAUL HCN +USC00257540 40.0833 -95.7167 -999.9 NE SALEM +USC00257545 40.0225 -95.7883 320.0 NE SALEM 5SW +USC00257555 42.8333 -97.8500 374.9 NE SANTEE +USC00257589 41.6428 -99.3750 704.1 NE SARGENT +USC00257591 41.6500 -99.3667 712.9 NE SARGENT +USC00257640 41.4425 -97.0656 411.5 NE SCHUYLER +USC00257667 41.8644 -103.6397 1191.5 NE SCOTTSBLUFF 1E +USC00257668 42.0308 -103.7022 1294.5 NE SCOTTSBLUFF 10 N +USC00257670 41.8667 -103.6672 1186.0 NE SCOTTSBLUFF NO. 2 +USC00257685 41.6678 -96.6689 381.6 NE SCRIBNER +USC00257700 40.3333 -97.8833 512.1 NE SEDAN +USC00257715 40.8997 -97.0908 440.4 NE SEWARD HCN +USC00257751 41.2183 -97.3883 498.3 NE SHELBY 3NE +USC00257798 40.3619 -97.7331 501.4 NE SHICKLEY 4S +USC00257800 40.2039 -95.7064 332.2 NE SHUBERT 2SW +USC00257830 41.2294 -103.0214 1316.7 NE SIDNEY 6 NNW +USC00257840 41.0167 -102.9667 1316.7 NE SIDNEY NEAR +USC00257930 41.5667 -100.8833 994.0 NE SOWDERS RCH +USC00258025 41.6031 -98.3483 577.6 NE SPALDING 5S +USC00258040 42.7981 -98.6508 486.5 NE SPENCER 6 SSE +USC00258050 41.6500 -96.3333 409.0 NE SPIKER 4 NNW +USC00258055 41.6167 -96.2500 408.4 NE SPIKER 3 NE +USC00258065 40.6333 -96.7333 381.0 NE SPRAGUE +USC00258070 40.6167 -96.7167 402.9 NE SPRAGUE 1 ESE +USC00258085 41.0667 -96.1167 320.6 NE SPRINGFIELD +USC00258088 41.0625 -96.0069 324.6 NE SPRINGFIELD 7E +USC00258090 42.8389 -99.7781 727.9 NE SPRINGVIEW 2NW +USC00258096 40.1314 -99.5542 603.8 NE STAMFORD 2E +USC00258110 41.9564 -97.2222 469.4 NE STANTON +USC00258117 42.0414 -97.1747 481.6 NE STANTON 7NE +USC00258120 40.9667 -97.1667 452.6 NE STAPLEHURST +USC00258130 41.4167 -100.4667 921.1 NE STAPLETON 5 SSE +USC00258133 41.4581 -100.5986 921.1 NE STAPLETON 5W HCN +USC00258180 40.2331 -95.7733 294.7 NE STELLA +USC00258202 40.4578 -96.3767 368.8 NE STERLING +USC00258210 40.7167 -97.9500 -999.9 NE STOCKHAM +USC00258215 40.5322 -100.3856 757.1 NE STOCKVILLE +USC00258220 40.4667 -100.3500 719.9 NE STOCKVILLE 5 S +USC00258225 40.6167 -100.3500 762.9 NE STOCKVILLE 6 NNE +USC00258226 40.4333 -100.3833 830.0 NE STOCKVILLE 8 S +USC00258255 40.1519 -101.2286 861.7 NE STRATTON +USC00258320 40.0297 -98.0758 460.9 NE SUPERIOR +USC00258328 41.1042 -97.3094 470.9 NE SURPRISE +USC00258344 41.1667 -101.1167 903.1 NE SUTHERLAND +USC00258360 42.1836 -99.0897 710.2 NE SWAN LAKE +USC00258365 40.6167 -97.8333 -999.9 NE SUTTON +USC00258395 40.6661 -96.1892 335.3 NE SYRACUSE HCN +USC00258397 40.6667 -96.1167 369.1 NE SYRACUSE 4 NE +USC00258410 40.2381 -96.0847 344.4 NE TABLE ROCK 4N +USC00258440 41.6167 -97.4833 -999.9 NE TARNOV +USC00258455 41.7678 -99.3789 691.9 NE TAYLOR +USC00258465 40.3544 -96.1939 338.3 NE TECUMSEH 1S HCN +USC00258480 41.7767 -96.2328 347.5 NE TEKAMAH HCN +USC00258483 41.7667 -96.2833 -999.9 NE TEKAMAH 3 W +USC00258510 41.9792 -100.5747 893.1 NE THEDFORD +USC00258545 42.1833 -96.5500 402.9 NE THURSTON 9 E +USC00258628 40.1903 -101.0669 857.4 NE TRENTON DAM 1N +USC00258633 40.0667 -101.0500 905.9 NE TRENTON 8 SSW +USC00258650 41.5522 -100.9583 989.7 NE TRYON +USC00258654 41.6167 -100.8833 1003.1 NE TRYON 6 NE +USC00258676 41.7339 -96.5033 387.1 NE UEHLING +USC00258682 41.0708 -97.2036 464.2 NE ULYSSES +USC00258685 41.1000 -97.2000 463.9 NE ULYSSES 3 NNE +USC00258735 40.3436 -98.8664 696.8 NE UPLAND 2NE +USC00258745 40.8972 -97.3464 487.7 NE UTICA +USC00258751 42.8753 -100.5517 789.1 NE VALENTINE #1 +USC00258755 42.5711 -100.6931 893.1 NE VALENTINE NWR +USC00258790 41.0833 -96.8333 399.3 NE VALPARAISO +USC00258795 41.3197 -96.3672 349.0 NE VALLEY NWS +USC00258806 42.7189 -98.2158 411.5 NE VERDEL 6SSE +USC00258875 40.2444 -96.4983 470.9 NE VIRGINIA +USC00258878 40.2031 -96.4631 447.1 NE VIRGINIA 3SE +USC00258905 41.2214 -96.6222 371.9 NE WAHOO +USC00258915 42.2619 -96.8636 429.2 NE WAKEFIELD HCN +USC00258920 40.8433 -101.2094 961.0 NE WALLACE 2W +USC00258928 42.5500 -98.2000 -999.9 NE WALNUT 1 SE +USC00258935 42.1506 -96.4756 390.1 NE WALTHILL 1E +USC00258980 41.2833 -96.2833 339.9 NE WATERLOO +USC00258985 41.2333 -96.2833 344.4 NE WATERLOO NEAR +USC00259020 40.4122 -101.3611 896.4 NE WAUNETA +USC00259045 42.2361 -97.0108 446.5 NE WAYNE +USC00259050 42.2950 -97.0569 457.2 NE WAYNE 4 NW +USC00259090 40.8639 -96.1414 335.3 NE WEEPING WATER HCN +USC00259095 40.9167 -96.2333 384.0 NE WEEPING WATER 6 NW +USC00259115 40.7558 -100.7300 858.3 NE WELLFLEET +USC00259120 40.8500 -100.6500 915.0 NE WELLFLEET 8 NE +USC00259150 40.3925 -97.2397 457.2 NE WESTERN 2W +USC00259190 41.1942 -96.7428 381.0 NE WESTON +USC00259193 41.2211 -96.7775 416.1 NE WESTON 3NW +USC00259200 41.8450 -96.7142 399.3 NE W PT +USC00259260 42.2167 -101.5500 -999.9 NE WHITMAN 13 N +USC00259262 42.0806 -101.4853 1088.1 NE WHITMAN 2 NE +USC00259265 42.0500 -101.5167 1068.0 NE WHITMAN +USC00259266 42.4000 -101.4333 1049.1 NE WHITMAN 24 N +USC00259279 40.4833 -96.9667 403.9 NE WILBER +USC00259285 40.3500 -99.1667 -999.9 NE WILCOX +USC00259325 40.1119 -100.1047 701.0 NE WILSONVILLE +USC00259335 42.2500 -96.4667 363.0 NE WINNEBAGO +USC00259355 42.1764 -97.1758 484.6 NE WINSIDE +USC00259370 41.9872 -96.9142 423.1 NE WISNER +USC00259382 41.3967 -98.3925 570.0 NE WOLBACH +USC00259420 40.8800 -96.7792 360.9 NE WOODLAWN +USC00259440 40.8250 -98.6006 594.4 NE WOOD RIVER 1 NNW +USC00259475 40.1269 -96.6711 382.5 NE WYMORE +USC00259510 40.8678 -97.5922 490.7 NE YORK HCN +USC00259513 40.9153 -97.5997 491.6 NE YORK 3N +USC00260012 40.4333 -115.5833 1869.9 NV ACHURRA RCH +USC00260015 37.5167 -114.1667 1684.0 NV ACOMA +USC00260046 38.1167 -115.5833 1905.0 NV ADAVEN +USC00260099 37.3667 -115.1667 -999.9 NV ALAMO +USC00260109 37.3667 -115.1500 1250.9 NV ALAMO MNTC STN +USC00260125 36.0100 -114.7964 500.2 NV ALAN BIBLE VISITOR CTR +USC00260150 36.5717 -116.4619 746.8 NV AMARGOSA FARMS-GAREY +USC00260282 39.9642 -117.4342 1493.5 NV ANTELOPE VALLEY FARR +USC00260438 40.7808 -115.1853 1905.0 NV ARTHUR 4NW +USC00260480 38.4500 -114.3333 2072.9 NV ATLANTA MINE +USC00260490 41.6333 -116.0833 1737.4 NV AURA +USC00260495 38.2833 -118.9000 1981.2 NV AURORA +USC00260507 39.4931 -117.0675 2066.5 NV AUSTIN #2 HCN +USC00260645 37.5167 -114.2667 1677.9 NV BARCLAY CROSSING +USC00260668 38.0000 -118.2667 1937.0 NV BASALT +USC00260688 40.6500 -116.9333 1375.9 NV BATTLE MTN +USC00260714 36.9167 -116.7500 1007.1 NV BEATTY +USC00260718 36.9950 -116.7189 1082.0 NV BEATTY 8 N +USC00260765 38.2500 -118.0833 1599.0 NV BELLEVILLE +USC00260770 38.6000 -116.8833 2468.9 NV BELMONT +USC00260795 40.5903 -116.4750 1432.6 NV BEOWAWE +USC00260800 39.9003 -116.5875 1749.6 NV BEOWAWE 49S - U OF N RCH +USC00260805 38.8667 -117.5833 2113.5 NV BERLIN SP +USC00260880 41.2500 -114.9167 1828.8 NV BISHOP +USC00260955 38.5208 -115.5444 1425.9 NV BLUE EAGLE RCH - CURRANT 12SSW +USC00260961 38.3833 -116.2167 1622.1 NV BLUE JAY HWY STN +USC00261071 35.9800 -114.8464 762.0 NV BOULDER CITY HCN +USC00261160 40.0833 -117.6667 1115.9 NV BRINKERHOFF RCH +USC00261300 38.9667 -119.3667 1371.6 NV BUCKSKIN +USC00261311 40.3833 -117.4667 1655.1 NV BUFFALO RCH +USC00261313 40.3333 -117.3500 1421.6 NV BUFFALO VALLEY +USC00261317 39.0500 -115.6167 1800.1 NV BULL CREEK RCH +USC00261324 36.7667 -114.1333 470.0 NV BUNKERVILLE +USC00261327 36.7756 -114.1100 487.7 NV BUNKERVILLE +USC00261358 37.6128 -114.5264 1334.7 NV CALIENTE +USC00261371 36.1414 -114.7275 387.1 NV CALLVILLE BAY +USC00261395 38.1667 -118.0833 1883.7 NV CANDELARIA +USC00261410 40.7000 -116.1000 1248.5 NV CARLIN +USC00261415 40.9150 -116.3175 1987.3 NV CARLIN NEWMONT MINE +USC00261417 40.7117 -116.1089 1531.6 NV CARLIN 1 SW +USC00261443 37.1167 -114.5000 793.1 NV CARP +USC00261485 39.1253 -119.7678 1451.2 NV CARSON CITY +USC00261490 39.4167 -119.0833 1229.0 NV CARSON DAM +USC00261590 37.8044 -114.4069 1472.2 NV CATHEDRAL GORGE SP +USC00261630 39.3833 -117.3167 1813.6 NV CENTRAL NEVADA FLD LAB +USC00261660 41.6814 -115.5289 1819.0 NV CHARLESTON - JARBIDGE 17SSW +USC00261684 39.9006 -114.8861 1863.5 NV CHERRY CREEK +USC00261686 39.9000 -114.8833 1966.0 NV CHERRY CREEK (1) +USC00261718 36.4333 -116.4000 668.1 NV CLAY CITY +USC00261740 40.8797 -114.9697 1730.0 NV CLOVER VALLEY +USC00261755 38.0500 -117.9000 1403.0 NV COALDALE JUNCTION +USC00261764 41.1167 -114.4000 1676.4 NV COBRE +USC00261905 41.7706 -114.7528 1630.7 NV CONTACT +USC00261975 40.1833 -116.6333 1495.0 NV CORTEZ GOLD MINE +USC00262030 40.7167 -115.7667 1630.7 NV CRANES RANCH +USC00262032 40.4167 -116.5753 1469.1 NV CRESCENT VALLEY +USC00262078 38.7500 -115.4667 1580.1 NV CURRANT +USC00262091 38.8000 -115.3500 1902.9 NV CURRANT HWY STN +USC00262096 40.2667 -114.7500 1773.9 NV CURRIE HWY STN +USC00262119 38.9783 -119.8914 2235.4 NV DAGGET PASS +USC00262155 38.9000 -117.0000 1371.6 NV DARROUGH RANCH +USC00262189 41.0661 -115.2711 1627.6 NV DEETH +USC00262229 41.9897 -118.6336 1277.1 NV DENIO +USC00262243 36.4381 -115.3600 888.2 NV DESERT NATL WILDLIFE RANGE +USC00262276 37.9167 -116.0500 1556.0 NV DIABLO +USC00262296 39.7086 -116.0494 1795.3 NV DIAMOND VALLEY - EUREKA 14NNW +USC00262301 39.8000 -115.9333 1800.1 NV DIAMOND VALLEY HALL +USC00262315 39.7167 -118.1833 1079.9 NV DIXIE VALLEY ANDERSON +USC00262318 39.9500 -117.8667 1097.0 NV DIXIE VALLEY BOYER +USC00262350 40.3333 -114.5167 2015.3 NV DOLLY VARDEN +USC00262383 38.9167 -117.8667 1257.3 NV DOWNEYVILLE +USC00262387 40.7167 -115.5667 1706.9 NV DRY FARM +USC00262390 38.8522 -115.6361 1691.6 NV DUCKWATER +USC00262394 41.8678 -119.0147 1472.2 NV DUFURRENA - DENIO 22WSW +USC00262423 41.2167 -116.7167 1676.4 NV DUTTON +USC00262431 37.6064 -118.0000 1493.5 NV DYER 5S +USC00262436 38.0333 -114.1833 1815.1 NV EAGLE VALLEY SP +USC00262477 39.3000 -117.8833 1531.0 NV EASTGATE +USC00262497 36.3092 -114.4256 381.0 NV ECHO BAY +USC00262510 38.9667 -119.9500 1920.2 NV EDGEWOOD +USC00262557 37.3475 -114.5411 1043.0 NV ELGIN +USC00262562 37.3167 -114.5000 1006.1 NV ELGIN 3 SE +USC00262570 40.8603 -115.7425 1595.6 NV ELKO NWS OFFICE +USC00262626 39.2994 -114.8356 1909.0 NV ELY 6 NE +USC00262656 40.6497 -116.3022 1755.6 NV EMIGRANT PASS HWY STN +USC00262662 40.5833 -119.3500 1204.9 NV EMPIRE +USC00262708 39.5169 -115.9622 1959.9 NV EUREKA +USC00262780 39.4572 -118.7811 1208.5 NV FALLON EXP STN HCN +USC00262805 41.2000 -114.6667 1867.8 NV FENELON +USC00262820 40.4167 -114.1833 1780.0 NV FERGUSON SPRINGS HMS +USC00262840 39.6167 -119.2500 1268.9 NV FERNLEY +USC00262849 39.6167 -119.2667 1268.9 NV FERNLEY MNTC STN +USC00262860 39.2667 -116.0000 1845.0 NV FISH CREEK RCH +USC00262903 39.4833 -119.9833 1524.9 NV FLEISH PWR HOUSE +USC00262948 38.8694 -117.9230 1430.7 NV GABBS 1NE +USC00262950 38.8667 -117.9167 1554.5 NV GABBS (1) +USC00263040 39.0000 -119.8500 1463.0 NV GENOA +USC00263090 40.6517 -119.3578 1205.2 NV GERLACH +USC00263101 38.6683 -114.6361 1834.9 NV GEYSER RCH +USC00263114 41.5697 -115.2111 1816.6 NV GIBBS RCH - JARBIDGE 24SE +USC00263205 39.0753 -119.9411 1935.5 NV GLENBROOK +USC00263245 40.9567 -117.4922 1339.3 NV GOLCONDA HCN +USC00263250 40.7500 -117.5000 1417.0 NV GOLCONDA TIPTON RCH +USC00263275 41.7500 -115.6667 2011.7 NV GOLD CREEK NEAR +USC00263285 37.7081 -117.2331 1734.3 NV GOLDFIELD +USC00263290 39.2833 -119.6500 1981.2 NV GOLD HILL +USC00263295 41.9167 -114.4500 1981.2 NV GOLLIHER PASTURE +USC00263316 35.8386 -115.4278 1132.6 NV GOODSPRINGS +USC00263340 39.0056 -114.2206 2087.9 NV GREAT BASIN NP +USC00263405 40.9500 -115.4833 1593.8 NV HALLECK +USC00263420 39.2500 -115.4833 2431.4 NV HAMILTON +USC00263512 38.5156 -118.6208 1341.1 NV HAWTHORNE +USC00263515 38.5500 -118.6667 1286.3 NV HAWTHORNE AP +USC00263540 39.5667 -119.0333 1223.5 NV HAZEN +USC00263671 37.5581 -115.2236 1188.7 NV HIKO +USC00263790 39.7833 -119.0167 1241.1 NV HOT SPRINGS +USC00263816 40.9000 -119.3000 1260.0 NV HUALAPAI VALLEY FITTS +USC00263840 40.6000 -118.2500 1291.1 NV HUMBOLDT +USC00263853 40.0833 -118.1500 1268.0 NV HUMBOLDT FLD +USC00263940 41.5667 -116.4000 1585.9 NV I-L RCH +USC00263957 40.6564 -118.1631 1298.4 NV IMLAY +USC00263960 39.2472 -119.9419 1937.3 NV INCLINE VILLAGE +USC00263964 39.1039 -116.2036 2273.8 NV INDIAN CK DUCKWTR29WNW +USC00263980 36.5833 -115.6667 955.9 NV INDIAN SPRINGS +USC00264016 41.9828 -114.6586 1595.0 NV JACKPOT +USC00264023 41.5500 -116.0167 1920.2 NV JACKS CREEK +USC00264037 41.8756 -115.4308 1883.7 NV JARBIDGE +USC00264038 41.9333 -115.4333 1880.6 NV JARBIDGE 4 N +USC00264039 41.9797 -115.4328 1844.0 NV JARBIDGE 7 N +USC00264040 35.7833 -115.3167 872.9 NV JEAN +USC00264086 40.4500 -115.6500 1652.9 NV JIGGS 3 N +USC00264090 40.6000 -115.7000 1647.1 NV JIGGS 13 N +USC00264095 40.4447 -115.6581 1719.7 NV JIGGS 2NE +USC00264105 40.9167 -118.3833 1269.5 NV JUNGO +USC00264108 40.8833 -118.4333 1280.2 NV JUNGO MEYER RCH +USC00264143 37.6167 -115.2167 1204.0 NV KEY PITTMAN WMA +USC00264150 38.6667 -115.2500 1767.8 NV KEYSER'S SPRINGS +USC00264199 39.2667 -115.0333 2204.9 NV KIMBERLY +USC00264236 41.7436 -118.2258 1292.4 NV KINGS RVR VLY - OROVADA 26NW +USC00264253 39.2036 -117.0892 2020.2 NV KINGSTON +USC00264268 41.6333 -114.7333 1830.0 NV KNOLL CREEK FLD STN +USC00264314 36.2500 -115.6000 2196.1 NV KYLE CANYON RS +USC00264341 40.0633 -114.6147 1816.6 NV LAGES +USC00264349 39.4689 -119.0644 1270.1 NV LAHONTAN DAM +USC00264379 38.3667 -114.6167 1823.9 NV LAKE VALLEY +USC00264384 38.3167 -114.6500 1935.5 NV LAKE VALLEY STEWARD +USC00264391 40.7442 -115.4855 1752.6 NV LAMOILLE 2N +USC00264392 40.7333 -115.4333 1922.1 NV LAMOILLE 3 E +USC00264394 40.7178 -115.5231 1780.0 NV LAMOILLE YOST +USC00264395 40.6833 -115.4667 1918.1 NV LAMOILLE PH +USC00264429 36.1667 -115.1333 613.0 NV LAS VEGAS +USC00264439 36.0469 -115.1847 693.4 NV LAS VEGAS WFO +USC00264457 36.6500 -116.4000 814.1 NV LATHROP WELLS +USC00264473 36.4167 -116.3500 665.1 NV LATHROP WELLS 16 SSE +USC00264480 35.1692 -114.5806 184.4 NV LAUGHLIN +USC00264491 40.5592 -115.6056 1770.3 NV LEE +USC00264501 36.3208 -115.6725 2482.6 NV LEE CANYON FS +USC00264510 39.5000 -118.9167 1225.3 NV LEETVILLE +USC00264514 39.0000 -114.2167 2080.6 NV LEHMAN CAVES NM +USC00264520 39.7000 -119.8833 1524.0 NV LEMMONS VALLEY WASHOE +USC00264527 41.5167 -118.7192 1292.0 NV LEONARD CREEK RCH - DENIO 33S +USC00264542 39.2333 -119.8500 1585.9 NV LEWERS RCH +USC00264560 37.4500 -117.5000 1859.3 NV LIDA +USC00264600 36.1500 -115.4167 1158.8 NV LITTLE RED ROCK +USC00264646 36.6000 -114.4833 427.0 NV LOGANDALE +USC00264651 36.6167 -114.4833 429.8 NV LOGANDALE +USC00264698 40.1808 -118.5100 1211.3 NV LOVELOCK HCN +USC00264745 38.8678 -115.0167 1690.4 NV LUND +USC00264748 37.1600 -114.4681 841.2 NV LYMAN CROSSING +USC00264824 41.3167 -115.2500 1705.1 NV MALA VISTA RCH +USC00264835 38.5333 -117.0833 2108.0 NV MANHATTAN PWR HOUSE +USC00264852 38.1833 -118.7500 2204.9 NV MARK TWAIN CAMP +USC00264858 39.1667 -119.9167 2439.9 NV MARLETTE LAKE +USC00264864 38.9833 -119.7500 1472.2 NV MARTIN'S RANCH +USC00264876 41.6000 -119.6000 1767.8 NV MASSACRE LAKES +USC00264935 41.9953 -117.7200 1350.3 NV MCDERMITT +USC00264939 41.9667 -117.6333 1556.0 NV MC DERMITT INDIAN RESE +USC00264950 39.4136 -114.7733 1911.1 NV MCGILL HCN +USC00265078 41.6833 -115.7500 1905.9 NV MENDIVE RCH +USC00265085 36.8025 -114.0736 478.5 NV MESQUITE +USC00265087 36.8239 -114.0525 552.0 NV MESQUITE 2NE +USC00265092 41.2833 -115.0167 1767.8 NV METROPOLIS +USC00265094 41.2333 -115.0500 1725.5 NV METROPOLIS (1) +USC00265103 39.9167 -117.6667 1981.2 NV METROPOLIS +USC00265105 41.2000 -116.7333 1585.9 NV MIDAS 4 SE +USC00265132 39.2931 -118.0197 1402.1 NV MIDDLEGATE-CLIFFORD +USC00265150 40.6833 -118.0667 1289.6 NV MILL CITY +USC00265155 39.0167 -117.1667 1536.2 NV MILLET +USC00265168 38.3878 -118.1092 1396.0 NV MINA HCN +USC00265191 38.9547 -119.7758 1435.3 NV MINDEN +USC00265194 39.0200 -119.7089 1487.4 NV MINDEN 6 NE +USC00265239 37.5833 -114.3667 1442.9 NV MINTO +USC00265320 38.7167 -114.5833 1950.7 NV MONITOR MILL +USC00265352 41.2781 -114.1706 1472.2 NV MONTELLO 2NE +USC00265353 41.3236 -114.0725 1471.6 NV MONTELLO - 7NE +USC00265354 41.0428 -114.1339 1588.9 NV MONTELLO 14SSE +USC00265362 37.9667 -118.3167 2164.1 NV MONTGOMERY MNTC STN +USC00265371 39.3583 -115.3297 1993.1 NV MOORMAN RCH - RUTH 16WNW +USC00265375 38.9167 -116.5000 2250.6 NV MOREY +USC00265392 41.8375 -115.9653 1722.1 NV MTN CITY RS +USC00265400 36.2600 -115.6450 2273.8 NV MT CHARLESTON FIRE STN +USC00265436 37.9667 -118.3167 2165.9 NV MT MONTGOMERY +USC00265439 39.3500 -119.9167 -999.9 NV MOUNT ROSE +USC00265440 39.3500 -119.8667 2286.0 NV MT ROSE BOWL +USC00265441 39.3422 -119.8636 2205.2 NV MT ROSE CHRISTMAS TREE +USC00265445 39.3333 -119.8833 2244.9 NV MT ROSE HWY STN +USC00265447 39.3500 -119.8667 2288.1 NV MT ROSE BOWL +USC00265448 39.3500 -119.9167 1716.0 NV MOUNT ROSE RANCH +USC00265605 39.8333 -119.3500 1189.9 NV NIXON +USC00265687 41.6833 -115.7833 1915.1 NV NORTH FORK 13 N +USC00265688 41.5667 -115.9000 2012.9 NV NORTH FORK 7 NW +USC00265691 41.4833 -115.8167 1891.0 NV NORTH FORK MNTC STN +USC00265695 41.5167 -115.8667 1943.1 NV N FORK SPRING CK PCH +USC00265705 36.2347 -115.1164 578.5 NV N LAS VEGAS +USC00265718 40.9500 -114.5167 1737.4 NV OASIS 5 S +USC00265722 41.0333 -114.4714 1778.5 NV OASIS +USC00265760 39.2667 -114.9833 2144.0 NV OLD RUTH +USC00265818 41.5683 -117.8389 1280.2 NV OROVADA 3 W +USC00265819 41.4500 -117.8333 1266.1 NV OROVADA 9 SSW +USC00265824 39.1000 -114.4000 1981.2 NV OSCEOLA +USC00265846 36.5508 -114.4581 381.0 NV OVERTON +USC00265869 41.9500 -116.1000 1645.0 NV OWYHEE +USC00265880 37.2689 -115.1217 1016.2 NV PAHRANAGAT WR +USC00265890 36.2614 -116.0564 784.3 NV PAHRUMP 4 NW +USC00265907 41.3000 -118.9333 1335.9 NV PAHUTE MEADOWS RCH +USC00265913 39.6000 -116.2000 1469.4 NV PALISADE (1) +USC00265931 37.4667 -117.7667 1800.1 NV PALMETTO +USC00265950 37.8000 -114.3833 1447.8 NV PANACA +USC00265990 41.2833 -117.7000 1373.1 NV PARADISE HILL +USC00266000 41.5000 -117.5333 1417.9 NV PARADISE VALLEY +USC00266005 41.5022 -117.5478 1389.9 NV PARADISE VALLEY 1 NW +USC00266055 40.2167 -117.6833 1261.9 NV PARIS RCH +USC00266068 40.0833 -114.6167 1800.1 NV PARKER RCH +USC00266130 37.6486 -115.8008 1463.0 NV PENOYER VALLEY +USC00266148 41.0667 -114.5333 1838.9 NV PEQUOP +USC00266228 41.1094 -114.1208 1498.4 NV PILOT VLY-MONTELLO 11SSE +USC00266242 40.4369 -116.1189 1577.6 NV PINE VALLEY - CARLIN 20S +USC00266252 37.9339 -114.4522 1825.8 NV PIOCHE +USC00266290 39.3500 -119.7667 1464.0 NV PLEASANT VALLEY +USC00266330 39.0833 -119.6333 2130.6 NV POTTS +USC00266349 40.6667 -116.3167 1756.9 NV PRIMEAUX +USC00266504 41.5667 -118.4333 1246.9 NV QUINN RIVER CROSSING +USC00266514 37.6467 -115.7461 1469.1 NV RACHEL +USC00266574 40.4333 -116.1167 1538.0 NV RAND RCH PALISADE +USC00266630 38.4500 -116.1667 1802.9 NV RATTLESNAKE +USC00266691 36.0686 -115.4603 1152.1 NV RD ROCK SPG MT RCH SP +USC00266746 39.0633 -117.4131 1954.7 NV REESE RIVER IONE 13NE +USC00266748 40.0500 -117.2333 1492.9 NV REESE VALLEY CARPER +USC00266754 40.1333 -117.2667 1464.0 NV REESE VALLEY SMITH +USC00266782 39.5333 -119.8167 1369.5 NV RENO WBO +USC00266791 39.5683 -119.7956 1520.0 NV RENO WFO +USC00266830 36.9000 -116.8333 1121.7 NV RHYOLITE +USC00267010 40.8500 -117.9167 1767.8 NV ROSE CREEK RANCH +USC00267123 40.2022 -115.4930 1834.6 NV RUBY LAKE NWR +USC00267128 40.3667 -115.4500 182.9 NV RUBY VALLEY +USC00267175 39.2764 -114.9911 2090.3 NV RUTH +USC00267188 40.9711 -115.6136 1611.8 NV RYNDON +USC00267192 40.4661 -118.3047 1260.3 NV RYE PATCH DAM +USC00267240 36.4167 -114.3333 487.7 NV SAINT THOMAS +USC00267254 38.3000 -117.0667 1828.8 NV SAN ANTONIO +USC00267261 40.3167 -119.8000 1189.9 NV SAND PASS +USC00267284 41.8833 -114.6833 1585.9 NV SAN JACINTO +USC00267319 37.2667 -117.0167 1225.9 NV SARCOBATUS +USC00267324 41.2833 -115.9167 1940.1 NV SAVAL RCH +USC00267330 39.8000 -114.7333 1866.9 NV SCHELLBOURNE +USC00267358 38.9500 -118.8167 1257.0 NV SCHURZ +USC00267369 35.4661 -114.9217 1079.0 NV SEARCHLIGHT HCN +USC00267397 40.9000 -115.3167 1662.1 NV SEVENTY ONE RCH +USC00267410 40.8667 -114.4333 1701.7 NV SHAFTER +USC00267443 41.8500 -119.6333 1983.0 NV SHELDON +USC00267450 38.9161 -114.4022 1789.2 NV SHOSHONE 5N +USC00267463 37.7617 -117.5658 1302.7 NV SILVERPEAK +USC00267465 37.7500 -117.6500 1219.2 NV SILVER PEAK (1) +USC00267609 38.8167 -119.3333 1449.0 NV SMITH 1 N +USC00267612 38.8822 -119.3511 1524.0 NV SMITH 6 N +USC00267618 40.6044 -119.7475 1173.5 NV SMOKE CREEK ESPIL +USC00267620 38.7839 -117.1739 1721.2 NV SMOKY VALLEY - CARVERS +USC00267640 39.0403 -116.1989 2182.4 NV SNOWBALL RCH +USC00267660 39.5500 -118.7500 1220.7 NV SODA LAKE +USC00267682 41.3500 -119.1667 1388.1 NV SOLDIERS MEADOW +USC00267690 40.6764 -115.7450 1606.3 NV S FK STATE REC AREA +USC00267691 39.6372 -119.7094 1368.2 NV SPANISH SPRINGS +USC00267693 39.5236 -119.7386 1340.2 NV SPARKS-HUMANE SOCIETY +USC00267697 39.5558 -119.7333 1328.0 NV SPARKS +USC00267710 39.1000 -119.9167 2144.0 NV SPOONERS STN +USC00267740 40.7942 -115.6619 1635.9 NV SPRING CREEK +USC00267750 38.0406 -114.1800 1813.6 NV SPRING VALLEY SP +USC00267806 38.9667 -119.9500 1904.4 NV STATELINE-HARRAH'S +USC00267820 39.6253 -119.8836 1554.8 NV STEAD +USC00267835 39.5167 -118.5500 1187.2 NV STILLWATER +USC00267848 41.5000 -115.3333 2133.6 NV STOFIEL +USC00267855 38.1500 -116.5833 1711.1 NV STONE CABIN VALLEY +USC00267873 40.9000 -118.6667 1232.0 NV SULPHUR +USC00267908 38.4231 -115.0225 1614.5 NV SUNNYSIDE - LUND 31S +USC00267925 36.2000 -115.0833 555.0 NV SUNRISE MANOR LAS VEGA +USC00267953 39.9508 -119.5986 1188.7 NV SUTCLIFFE +USC00267980 37.6500 -115.6000 1569.7 NV TEM PIUTE +USC00267983 37.6833 -115.7167 1490.5 NV TEMPIUTE 4 NW +USC00268034 38.6000 -118.6000 1281.1 NV THORNE +USC00268110 41.1500 -114.4500 1821.2 NV TOANO +USC00268160 38.0694 -117.2355 1831.8 NV TONOPAH +USC00268186 38.7394 -119.5181 1613.0 NV TOPAZ LAKE +USC00268202 38.7456 -119.5100 1699.9 NV TOPAZ LAKE 4 N +USC00268346 41.3144 -116.2225 1880.6 NV TUSCARORA +USC00268349 41.4000 -116.0833 1787.0 NV TUSCARORA ANDRAE RCH +USC00268443 38.2033 -116.1758 1615.4 NV TWIN SPRING FALLINI +USC00268475 38.3667 -118.4000 1981.2 NV TYBO +USC00268500 39.5167 -119.7833 1375.9 NV UNIV OF NEVADA EXP FM +USC00268538 37.9833 -114.2167 1777.9 NV URSINE +USC00268588 36.4303 -114.5139 609.6 NV VALLEY OF FIRE SP +USC00268689 39.5167 -119.9833 1488.0 NV VERDI +USC00268761 39.3128 -119.6483 1932.4 NV VIRGINIA CITY +USC00268776 41.8667 -119.0167 1467.0 NV VIRGIN VALLEY +USC00268810 41.5833 -119.9167 1726.1 NV VYA +USC00268811 41.6000 -119.9000 1688.6 NV VYA (1) +USC00268820 39.1500 -119.1833 1324.1 NV WABUSKA +USC00268822 39.0747 -119.1189 1310.6 NV WABUSKA 6 SE +USC00268834 39.6333 -119.2833 1243.9 NV WADSWORTH +USC00268838 39.6914 -119.2900 1219.2 NV WADSWORTH 4 N +USC00268977 38.7500 -119.3667 1476.1 NV WELLINGTON RS +USC00268988 41.1006 -114.9736 1737.4 NV WELLS HCN +USC00268989 41.1844 -114.8803 1777.3 NV WELLS 7NNE +USC00269005 40.9847 -114.1697 1471.6 NV WENDOVER 16NW +USC00269072 41.6358 -115.8008 1901.6 NV WILD HORSE RSVR +USC00269122 41.4333 -114.7500 1720.0 NV WILKINS +USC00269135 41.2500 -117.6000 1402.1 NV WILLOW POINT +USC00269137 38.4333 -117.2000 1866.9 NV WILLOW SPRINGS +USC00269168 40.9386 -117.7514 1327.4 NV WINNEMUCCA 3SSW +USC00269229 38.9992 -119.1575 1335.0 NV YERINGTON +USC00269234 39.0000 -119.1667 1335.9 NV YERINGTON 2 +USC00269430 36.6667 -116.5000 844.3 NV YOUNTS RANCH +USC00269600 40.9833 -119.8167 1440.2 NV ZORRA VISTA RANCH +USC00270038 43.6500 -71.8667 417.9 NH ALEXANDRIA +USC00270040 43.6000 -71.7667 292.6 NH ALEXANDRIA 3 +USC00270045 43.6333 -71.8000 353.6 NH ALEXANDRIA 4 +USC00270090 43.1667 -72.4167 341.4 NH ALSTEAD CENTER +USC00270100 43.4333 -71.2500 219.5 NH ALTON +USC00270215 43.0333 -71.9167 -999.9 NH ANTRIM +USC00270275 42.8167 -71.2000 51.2 NH ARLINGTON MILLS +USC00270315 43.3833 -71.2503 211.8 NH BARNSTEAD 5N +USC00270390 44.0667 -71.2833 205.7 NH BARTLETT +USC00270493 44.1472 -71.9656 193.5 NH BATH 3 +USC00270496 44.1500 -71.9833 149.0 NH BATH 2 SW +USC00270527 43.6500 -71.5833 335.3 NH BEECH HILL +USC00270610 43.6056 -71.6561 170.7 NH NEW HAMPTON 2 +USC00270620 43.5000 -71.5833 182.9 NH BELMONT +USC00270675 44.1000 -71.8833 399.9 NH BENTON +USC00270681 44.0342 -71.9486 365.8 NH BENTON 5 SW +USC00270690 44.4536 -71.1856 280.4 NH BERLIN +USC00270703 44.2833 -71.6833 420.6 NH BETHLEHEM +USC00270706 44.3064 -71.6575 359.7 NH BETHLEHEM 2 HCN +USC00270707 44.3153 -71.6672 325.2 NH BETHLEHEM 3 +USC00270741 43.3167 -71.7167 182.9 NH BLACKWATER DAM +USC00270834 43.1667 -71.5167 66.1 NH BOW GARVINS FALLS +USC00270910 43.2586 -71.9800 286.5 NH BRADFORD +USC00270913 43.2589 -72.0022 248.4 NH BRADFORD 2 +USC00270980 44.2667 -71.4500 502.9 NH BRETTON WOODS +USC00270998 43.5889 -71.7361 143.3 NH BRISTOL +USC00271001 43.5833 -71.7333 179.8 NH BRISTOL 2 +USC00271020 42.7333 -71.6833 91.4 NH BROOKLINE +USC00271048 43.7333 -71.9833 430.1 NH BUCKS CORNER +USC00271099 43.8500 -71.6333 189.0 NH CAMPTON +USC00271100 43.8597 -71.5969 539.8 NH CAMPTON 2 +USC00271187 44.1667 -71.7000 1220.1 NH CANNON MTN +USC00271338 43.7167 -71.4833 274.9 NH CENTER HARBOR +USC00271339 43.7167 -71.4667 200.9 NH CENTER HARBOR +USC00271450 44.1500 -71.0167 304.8 NH CHATHAM +USC00271552 43.3667 -72.3833 131.1 NH CLAREMONT JUNCTION +USC00271590 44.0667 -71.6333 488.0 NH CLEAR BROOK +USC00271647 44.8611 -71.5392 341.4 NH COLEBROOK 3SW +USC00271662 44.7897 -71.5717 298.7 NH COLUMBIA +USC00271678 43.2167 -71.5167 66.1 NH CONCORD RIVER +USC00271682 43.2050 -71.5350 82.3 NH CONCORD +USC00271732 44.0000 -71.1167 146.0 NH CONWAY 1 N +USC00271797 43.5000 -72.2833 259.1 NH CORNISH FLAT +USC00271950 43.0908 -71.8678 325.2 NH DEERING +USC00271960 42.8661 -71.3247 91.4 NH DERRY +USC00271968 44.9542 -71.3206 670.6 NH DIAMOND POND +USC00272023 44.8689 -71.3247 515.1 NH DIXVILLE NOTCH +USC00272136 42.9167 -72.0667 454.2 NH DUBLIN +USC00272174 43.1433 -70.9500 22.9 NH DURHAM HCN +USC00272250 43.3500 -71.5000 243.8 NH EAST CANTERBURY +USC00272284 43.0667 -71.8167 241.1 NH EAST DEERING +USC00272290 42.8833 -71.2667 164.6 NH EAST DERRY +USC00272302 42.8267 -71.6261 73.2 NH E MILFORD +USC00272303 43.8100 -71.3425 210.9 NH E SANDWICH +USC00272427 43.4500 -71.6667 100.9 NH EASTMAN FALLS DAM +USC00272800 43.0303 -71.0839 48.8 NH EPPING +USC00272842 44.7889 -71.1231 387.1 NH ERROL +USC00272846 44.7925 -71.1633 378.0 NH ERROL AP +USC00272898 44.2667 -71.4500 494.1 NH FABYAN +USC00272999 45.0900 -71.2906 502.9 NH FIRST CONNECTICUT LAKE HCN +USC00273024 42.7797 -72.1789 362.7 NH FITZWILLIAM 2 W +USC00273029 42.7833 -72.1500 415.1 NH FITZWILLIAM +USC00273055 42.9850 -71.7961 228.6 NH FRANCESTOWN +USC00273160 44.2333 -71.7500 287.4 NH FRANCONIA 72604 +USC00273172 43.4167 -71.6500 76.2 NH FRANKLIN JUNCTION +USC00273177 43.4500 -71.6667 118.9 NH FRANKLIN +USC00273182 43.4703 -71.6536 137.2 NH FRANKLIN FALLS DAM +USC00273280 43.4500 -72.0500 413.0 NH GEORGES MILLS +USC00273359 43.4500 -71.4167 313.9 NH GILMANTON +USC00273367 43.4333 -71.3667 244.1 NH GILMANTON 2 E +USC00273409 43.9833 -71.9000 502.9 NH GLENCLIFF +USC00273415 43.9847 -71.8947 329.2 NH GLENCLIFF 2 +USC00273485 44.3833 -71.1833 281.0 NH GORHAM +USC00273486 44.3903 -71.2269 335.3 NH GORHAM 2 +USC00273487 44.3864 -71.1803 249.9 NH GORHAM 3 +USC00273488 44.3933 -71.1947 243.8 NH GORHAM AP +USC00273530 43.5667 -71.9500 253.0 NH GRAFTON +USC00273626 43.0211 -70.8258 29.0 NH GREENLAND +USC00273656 42.7833 -71.8167 267.9 NH GREENVILLE +USC00273658 42.7828 -71.7986 274.3 NH GREENVILLE 1 NNE +USC00273660 42.7667 -71.7833 320.0 NH GREENVILLE 2 NNE +USC00273661 42.7833 -71.8000 217.0 NH GREENVILLE 1 NW +USC00273695 44.6333 -71.5167 -999.9 NH GROVETON +USC00273800 42.9167 -70.8000 3.0 NH HAMPTON +USC00273825 42.9694 -71.9528 227.1 NH HANCOCK +USC00273850 43.7053 -72.2856 178.0 NH HANOVER HCN +USC00273855 43.7186 -72.2725 161.5 NH HANOVER 2 +USC00273856 44.2664 -71.2781 1061.9 NH HARVARD CABIN SNOWPLOT +USC00273860 44.2614 -71.2833 1142.7 NH HERMIT LAKE SNOWPLOT +USC00274057 43.1000 -71.9500 256.0 NH HILLSBORO +USC00274059 43.1500 -71.9167 247.5 NH HILLSBORO +USC00274062 43.1167 -71.9333 182.9 NH HILLSBORO 2 W +USC00274218 43.1889 -71.7461 131.1 NH HOPKINTON LAKE +USC00274234 42.7831 -71.4147 56.4 NH HUDSON 1 SSE +USC00274304 42.8089 -72.0053 313.9 NH JAFFREY SILVER RCH AIRPARK +USC00274314 44.4000 -71.4500 442.0 NH JEFFERSON +USC00274318 44.3500 -71.5000 426.7 NH JEFFERSON #2 +USC00274321 44.3500 -71.5167 427.0 NH JEFFERSON 5 SSW +USC00274329 44.4169 -71.5008 376.4 NH JEFFERSON +USC00274340 44.3667 -71.3667 -999.9 NH JEFFERSON HIGHLANDS +USC00274380 44.0667 -71.1167 207.3 NH KEARSARGE +USC00274399 42.9389 -72.3247 155.8 NH KEENE HCN +USC00274475 43.5500 -71.4667 170.7 NH LAKEPORT +USC00274480 43.5492 -71.4644 152.4 NH LAKEPORT 2 +USC00274556 44.4958 -71.5767 262.1 NH LANCASTER +USC00274568 44.1667 -71.8833 320.0 NH LANDAFF +USC00274732 44.0500 -71.6667 266.7 NH LINCOLN +USC00274734 44.0425 -71.6728 246.0 NH LINCOLN NEPP +USC00274804 44.3333 -71.7500 -999.9 NH LITTLETON +USC00275013 42.8942 -71.9842 295.7 NH EDWARD MACDOWELL LAKE +USC00275072 43.0333 -71.4833 64.0 NH MANCHESTER +USC00275150 43.1175 -72.2003 359.7 NH MARLOW +USC00275196 42.7833 -71.7833 304.8 NH MASON +USC00275211 42.9892 -71.3933 77.1 NH MASSABESIC LAKE +USC00275350 43.6931 -71.4733 262.4 NH MEREDITH 3 NNE +USC00275362 43.5500 -72.2667 296.0 NH MERIDEN +USC00275371 42.8500 -71.5500 73.2 NH MERRIMACK +USC00275400 44.6667 -71.2167 360.0 NH MILAN 7 NNW +USC00275412 42.8394 -71.6486 97.5 NH MILFORD +USC00275500 44.3167 -72.0000 201.2 NH MONROE 5 NNE +USC00275532 43.7333 -71.4833 182.9 NH MOULTONBORO 5 WSW +USC00275629 43.3325 -72.0792 388.6 NH MT SUNAPEE +USC00275702 42.7667 -71.4500 26.5 NH NASHUA +USC00275703 42.7347 -71.4803 54.9 NH NASHUA CWSU +USC00275712 42.7914 -71.4736 41.1 NH NASHUA 2 NNW +USC00275730 42.9833 -72.1333 463.9 NH NELSON +USC00275768 43.0667 -70.3833 3.0 NH NEW CASTLE +USC00275780 43.4758 -71.1789 195.1 NH NEW DURHAM 3 NNW +USC00275783 43.5000 -71.1500 201.2 NH NEW DURHAM 4 N +USC00275813 43.6000 -71.6311 213.4 NH NEW HAMPTON +USC00275820 42.7700 -71.9225 396.2 NH NEW IPSWICH +USC00275843 43.4167 -72.0167 390.1 NH NEW LONDON +USC00275868 43.3772 -72.1811 234.7 NH NEWPORT +USC00275880 42.8833 -71.0333 121.9 NH NEWTON +USC00275982 43.2500 -71.3833 110.0 NH NORTH CHICHESTER +USC00275995 44.0561 -71.1297 159.1 NH N CONWAY +USC00275997 44.0333 -71.1500 175.3 NH NORTH CONWAY (1) +USC00276055 43.7611 -71.8714 393.2 NH NORTH GROTON +USC00276070 42.9589 -70.8228 18.3 NH N HAMPTON +USC00276234 44.7497 -71.6294 277.4 NH N STRATFORD +USC00276302 42.9333 -71.9167 214.0 NH NORTH VILLAGE +USC00276368 43.2000 -71.1500 164.9 NH NORTHWOOD +USC00276390 43.2333 -71.1833 241.1 NH NORTHWOOD CTR +USC00276410 44.0333 -71.6833 243.8 NH NORTH WOODSTOCK +USC00276550 42.9453 -72.2369 207.3 NH OTTER BROOK LAKE +USC00276697 42.8500 -71.9500 310.9 NH PETERBORO 2 S +USC00276800 44.0625 -71.9497 426.7 NH PIKE 4 NE +USC00276818 44.2581 -71.2525 617.2 NH PINKHAM NOTCH +USC00276850 45.2000 -71.2167 585.2 NH PITTSBURG +USC00276856 45.0469 -71.3831 405.4 NH PITTSBURG RSVR +USC00276944 43.7500 -71.6833 153.0 NH PLYMOUTH +USC00276945 43.7833 -71.6500 201.2 NH PLYMOUTH +USC00276949 43.7667 -71.6833 198.1 NH PLYMOUTH 1 SW +USC00276980 43.0667 -70.7167 18.0 NH PORTSMOUTH +USC00277015 44.1667 -71.7500 670.6 NH PROFILE +USC00277060 43.7667 -71.9833 -999.9 NH QUINCY +USC00277088 44.3667 -71.3167 381.0 NH RANDOLPH +USC00277253 43.3003 -70.9828 70.1 NH ROCHESTER +USC00277747 43.8000 -71.8167 155.4 NH RUMNEY +USC00277833 43.3544 -71.7364 167.6 NH SALISBURY +USC00277850 43.5000 -71.6833 253.0 NH SANBORNTON +USC00277967 43.5000 -71.9000 284.1 NH SOUTH DANBURY +USC00278081 42.8833 -71.7833 198.1 NH SOUTH LYNDEBORO +USC00278169 43.3167 -71.9333 228.6 NH SOUTH SUTTON +USC00278194 43.0500 -71.7167 214.0 NH SOUTH WEARE 1 SE +USC00278350 43.0833 -72.1167 427.0 NH STODDARD +USC00278440 44.6667 -71.5833 289.6 NH STRATFORD +USC00278502 43.3833 -72.0833 313.9 NH SUNAPEE +USC00278539 42.9967 -72.3128 170.7 NH SURRY MTN LAKE +USC00278606 43.8667 -71.2667 201.2 NH TAMWORTH +USC00278610 43.8500 -71.2667 153.0 NH TAMWORTH 2 +USC00278612 43.9000 -71.3000 240.8 NH TAMWORTH 3 +USC00278614 43.8644 -71.2664 164.9 NH TAMWORTH 4 +USC00278678 43.9833 -71.5500 646.2 NH THORNTON GAP +USC00278741 42.8167 -72.1833 305.1 NH TROY +USC00278754 44.2667 -71.2833 1158.8 NH TUCKERMAN RAVINE +USC00278785 44.2833 -71.5333 457.2 NH TWIN MOUNTAIN +USC00278854 43.0833 -72.4333 98.1 NH WALPOLE +USC00278855 43.0500 -72.4500 92.0 NH WALPOLE 2 +USC00278856 43.0336 -72.4328 184.1 NH WALPOLE 2S NEPP +USC00278858 43.0739 -72.4053 283.5 NH WALPOLE 3 +USC00278875 43.2500 -71.8333 149.4 NH WARNER +USC00278885 43.9097 -71.8878 216.4 NH WARREN +USC00278960 43.9500 -71.5000 458.1 NH WATERVILLE V ALLEY +USC00278961 43.9458 -71.5111 435.6 NH WATERVILLE VALLEY NEPP +USC00278972 43.0847 -71.7383 219.5 NH WEARE +USC00278973 43.0989 -71.7572 245.4 NH WEARE 2 NE +USC00279045 43.3000 -71.7000 137.2 NH WEBSTER +USC00279049 43.4500 -71.6833 134.1 NH WEBSTER SUBSTN +USC00279074 43.3667 -72.1167 287.1 NH WENDELL +USC00279091 43.8669 -71.9164 199.0 NH WENTWORTH +USC00279104 43.5500 -71.3167 156.1 NH WEST ALTON +USC00279184 43.6500 -72.1000 214.0 NH WEST CANAAN +USC00279278 42.9108 -71.2019 87.8 NH W HAMPSTEAD +USC00279291 43.1667 -71.8500 153.0 NH WEST HENNIKER +USC00279307 44.5000 -71.2500 309.7 NH WEST MILAN (1) +USC00279318 43.6333 -72.3167 115.8 NH WEST LEBANON +USC00279474 43.8000 -71.8500 170.7 NH WEST RUMNEY +USC00279525 45.0000 -71.5333 328.9 NH WEST STEWARTSTOWN +USC00279613 44.3000 -71.5500 396.8 NH WHITEFIELD +USC00279618 44.3833 -71.6000 331.9 NH WHITEFIELD +USC00279676 43.4500 -71.9167 274.9 NH WILMOT +USC00279726 42.7667 -72.3667 149.0 NH WINCHESTER +USC00279740 42.8167 -71.3333 67.1 NH WINDHAM 3 NW +USC00279865 43.5833 -71.2000 161.8 NH WOLFEBORO FALLS +USC00279866 43.6000 -71.2333 221.9 NH WOLFEBORO +USC00279903 43.9167 -71.3500 335.9 NH WONALANCET +USC00279940 43.9833 -71.6833 220.1 NH WOODSTOCK +USC00279950 44.1522 -72.0372 139.0 NH WOODSVILLE +USC00279966 44.5067 -71.3336 463.0 NH YORK POND +USC00280331 39.7417 -74.7258 14.9 NJ ATSION +USC00280346 39.8833 -75.0833 11.9 NJ AUDUBON +USC00280484 39.7575 -74.1069 7.9 NJ BARNEGAT LIGHT +USC00280528 39.6167 -74.4333 9.1 NJ BASS RIVER SF +USC00280690 39.2483 -74.8431 9.1 NJ BELLEPLAIN STN FOREST +USC00280721 40.1500 -74.0667 11.9 NJ BELMAR 2 SW +USC00280729 40.8333 -75.0833 85.0 NJ BELVIDERE +USC00280734 40.8292 -75.0833 80.2 NJ BELVIDERE BRG HCN +USC00280787 39.8000 -74.9500 46.0 NJ BERLIN 1 W +USC00280797 40.7167 -74.5333 73.2 NJ BERNARDSVILLE 2 E +USC00280847 40.4592 -74.5836 24.1 NJ BLACKWELLS MILLS +USC00280907 40.8917 -74.3964 85.3 NJ BOONTON 1 SE HCN +USC00280927 40.5561 -74.5717 16.8 NJ BOUND BROOK 2W +USC00280978 41.1500 -74.7500 177.1 NJ BRANCHVILLE +USC00280990 39.5656 -74.2453 1.5 NJ BRANT BEACH-BEACH HAVEN +USC00281028 39.4667 -75.2000 34.1 NJ BRIDGETON 1 NE +USC00281033 39.5000 -75.2333 -999.9 NJ BRIDGETON 2 +USC00281038 39.5000 -75.1667 30.5 NJ BRIDGETON 4 NE +USC00281106 39.8833 -75.1167 9.1 NJ BROOKLAWN +USC00281211 40.0833 -74.8667 3.7 NJ BURLINGTON +USC00281280 39.9167 -75.1167 4.3 NJ CAMDEN +USC00281327 41.1092 -74.4828 370.0 NJ CANISTEAR RSVR +USC00281335 40.7436 -74.3539 54.9 NJ CANOE BROOK +USC00281343 39.4667 -75.4167 6.1 NJ CANTON +USC00281349 39.1244 -74.7872 7.0 NJ CAPE MAY CT HOUSE 4 N +USC00281351 38.9533 -74.9361 6.1 NJ CAPE MAY 2 NW +USC00281472 40.8667 -74.2167 121.9 NJ CEDAR GROVE +USC00281473 39.3428 -75.1756 15.8 NJ CEDARVILLE +USC00281582 41.0300 -74.4247 237.1 NJ CHARLOTTEBURG RSVR HCN +USC00281590 40.7500 -74.3667 57.9 NJ CHATHAM +USC00281592 40.7439 -74.4158 108.2 NJ CHATHAM 2 W +USC00281598 39.8167 -74.5333 31.1 NJ CHATSWORTH +USC00281608 39.9000 -75.0167 12.2 NJ CHERRY HILL +USC00281708 39.6500 -75.1000 36.9 NJ CLAYTON +USC00281749 40.6333 -74.9167 61.0 NJ CLINTON +USC00282023 40.6667 -74.3236 24.4 NJ CRANFORD +USC00282130 41.1667 -74.7833 232.0 NJ CULVERS LAKE +USC00282209 39.6833 -75.5000 3.0 NJ DEEPWATER +USC00282340 40.8833 -74.5667 175.3 NJ DOVER +USC00282644 40.6667 -74.2333 11.9 NJ ELIZABETH +USC00282652 40.6333 -74.2000 3.0 NJ ELIZABETHPORT +USC00282768 40.8314 -74.2858 106.7 NJ ESSEX FELLS SERVICE BLDG +USC00282773 40.8167 -74.2833 75.9 NJ ESSEX FELLS SVC BLDG +USC00282805 39.3831 -74.8294 25.9 NJ ESTELL MANOR +USC00283029 40.5739 -74.8817 80.8 NJ FLEMINGTON 5 NNW HCN +USC00283102 39.2333 -75.1667 3.0 NJ FORTESCUE +USC00283151 41.1128 -74.6111 198.1 NJ FRANKLIN 2SW +USC00283181 40.3136 -74.2511 59.1 NJ FREEHOLD-MARLBORO +USC00283291 39.7358 -75.0953 30.5 NJ GLASSBORO 2 NE +USC00283416 40.9333 -74.9167 164.9 NJ GREAT MEADOWS 4 N +USC00283516 41.1386 -74.3244 143.3 NJ GREENWOOD LAKE +USC00283662 39.6442 -74.8047 38.1 NJ HAMMONTON 1 NE +USC00283704 40.7481 -74.1519 7.3 NJ HARRISON +USC00283706 41.1633 -74.4594 390.4 NJ HIGHLAND LAKES 1SW +USC00283935 41.3061 -74.6714 463.3 NJ HIGH POINT PARK +USC00283951 40.2664 -74.5642 30.5 NJ HIGHTSTOWN 2 W HCN +USC00283956 40.2833 -74.5333 24.1 NJ HIGHTSTOWN PUMPING STN +USC00284229 39.7994 -74.7806 30.5 NJ INDIAN MILLS 2 W HCN +USC00284260 40.7167 -74.2500 27.1 NJ IRVINGTON +USC00284339 40.7419 -74.0572 41.1 NJ JERSEY CITY +USC00284627 40.1000 -74.1833 16.5 NJ LAKEWOOD 2 ENE +USC00284635 40.3594 -74.9447 20.7 NJ LAMBERTVILLE +USC00284653 40.3667 -74.9500 18.3 NJ LAMBERTVILLE RIVER +USC00284700 40.0667 -74.1167 6.1 NJ LAURELTON 1 E +USC00284735 41.2500 -74.8500 143.0 NJ LAYTON 3 NW +USC00284736 41.2500 -74.8667 121.9 NJ LAYTON 2 +USC00284762 39.2333 -74.9667 3.0 NJ LEESBURG STATE FARM +USC00284887 40.8858 -74.2261 45.7 NJ LITTLE FALLS +USC00284931 40.8667 -74.0833 15.2 NJ LODI +USC00284987 40.2969 -74.0017 9.1 NJ LONG BRANCH-OAKHURST HCN +USC00285003 40.7875 -74.7789 167.6 NJ LONG VALLEY +USC00285055 39.9667 -74.8000 9.1 NJ LUMBERTON +USC00285071 41.0167 -74.4000 176.8 NJ MACOPIN LWR INTKE DAM +USC00285104 41.1000 -74.1667 75.9 NJ MAHWAH +USC00285197 40.5500 -74.5667 14.9 NJ MANVILLE +USC00285243 39.3378 -74.5036 4.9 NJ MARGATE +USC00285244 40.3333 -74.2333 36.9 NJ MARLBORO SCS +USC00285252 39.9000 -74.9333 27.1 NJ MARLTON 1 W +USC00285346 39.4506 -74.7472 8.5 NJ MAYS LANDING 1 W +USC00285503 40.9939 -74.1453 64.0 NJ MIDLAND PARK +USC00285576 39.4000 -75.0500 21.0 NJ MILLVILLE +USC00285597 41.0167 -74.5333 289.9 NJ MILTON +USC00285728 39.9511 -74.9697 13.7 NJ MOORESTOWN HCN +USC00285769 40.8333 -74.5000 121.9 NJ MORRIS PLAINS 1 W +USC00285875 39.7106 -75.2533 39.6 NJ MULLICA HILL +USC00286053 40.4833 -74.4500 30.5 NJ NEW BRUNSWICK (1) +USC00286055 40.4728 -74.4225 33.8 NJ NEW BRUNSWICK 3 SE HCN +USC00286062 40.4667 -74.4333 27.1 NJ NEW BRUNSWICK EXP STN +USC00286146 40.9611 -74.0158 3.7 NJ NEW MILFORD +USC00286154 40.4167 -74.1000 9.1 NJ NEW MONMOUTH +USC00286177 41.0553 -74.7592 184.4 NJ NEWTON +USC00286320 39.3667 -74.5333 7.6 NJ NORTHFIELD +USC00286350 38.9667 -75.0667 19.2 NJ MERCHANTVILLE +USC00286460 41.0356 -74.5011 258.2 NJ OAK RIDGE RSVR +USC00286544 40.6667 -74.7500 78.9 NJ OLDWICK +USC00286560 40.7833 -74.2167 49.1 NJ ORANGE +USC00286775 40.9000 -74.1500 31.1 NJ PATERSON +USC00286843 39.9708 -74.6828 18.3 NJ PEMBERTON +USC00286863 39.9500 -75.0667 18.0 NJ PENNSAUKEN +USC00286864 39.9661 -75.0219 14.0 NJ PENNSAUKEN 1N +USC00286964 40.0136 -74.8175 19.2 NJ PHILADELPHIA/MT HOLLY WFO +USC00286974 40.6833 -75.1833 54.9 NJ PHILLIPSBURG +USC00286979 40.6956 -75.2000 70.7 NJ PHILLIPSBURG-EASTON BRG +USC00287079 40.6036 -74.4025 27.4 NJ PLAINFIELD HCN +USC00287095 40.3167 -74.6000 34.1 NJ PLAINSBORO +USC00287123 40.5667 -74.8000 43.0 NJ PLEASANT RUN +USC00287131 39.4167 -74.5167 3.0 NJ PLEASANTVILLE 1 N +USC00287301 40.7369 -74.7322 111.3 NJ POTTERSVILLE 2 NNW +USC00287328 40.3333 -74.6667 18.0 NJ PRINCETON WTR WKS +USC00287372 40.5667 -74.9500 195.1 NJ QUAKERTOWN +USC00287393 40.6006 -74.2569 6.1 NJ RAHWAY +USC00287486 40.5944 -75.1897 47.9 NJ RIEGELSVILLE +USC00287545 40.8333 -74.0167 24.1 NJ RIDGEFIELD +USC00287587 41.0917 -74.2683 93.0 NJ RINGWOOD +USC00287817 39.8500 -75.0667 11.9 NJ RUNNEMEDE +USC00287825 40.4333 -74.3333 6.1 NJ RUNYON +USC00287831 40.4833 -74.4333 39.9 NJ RUTGERS MICRO MET STN +USC00287833 40.8167 -74.1167 14.9 NJ RUTHERFORD +USC00287850 39.5697 -75.4617 5.5 NJ SALEM +USC00287865 40.4633 -74.0056 3.0 NJ SANDY HOOK +USC00287869 40.4667 -74.0167 6.7 NJ SANDY HOOK LIGHTBOAT S +USC00287936 39.4872 -75.2200 31.7 NJ SEABROOK FARMS +USC00288051 39.4667 -75.3000 36.9 NJ SHILOH +USC00288073 39.6667 -74.9833 13.7 NJ SICKLERVILLE +USC00288173 39.8367 -75.0447 16.8 NJ SOMERDALE 4 SW +USC00288194 40.6153 -74.6531 40.8 NJ SOMERVILLE 4 NW +USC00288402 40.9667 -74.4667 243.8 NJ SPLIT ROCK POND +USC00288423 40.6964 -74.3364 27.4 NJ SPRINGFIELD +USC00288644 41.2214 -74.6625 203.3 NJ SUSSEX 3 WNW +USC00288648 41.3250 -74.6447 310.9 NJ SUSSEX 8 NNW +USC00288680 39.7333 -75.3167 24.1 NJ SWEDESBORO +USC00288685 39.7833 -75.4000 3.0 NJ SWEDESBORO 5 NW +USC00288816 39.9500 -74.2167 3.0 NJ TOMS RIVER HCN +USC00288878 40.2333 -74.7667 34.1 NJ TRENTON 2 +USC00288880 40.2714 -74.7919 30.5 NJ TRENTON STATE COLLEGE +USC00288899 39.6025 -74.3386 3.0 NJ TUCKERTON 2 NE +USC00289135 39.4833 -75.0000 34.1 NJ VINELAND +USC00289187 41.0444 -74.2933 74.7 NJ WANAQUE RAYMOND DAM +USC00289271 40.6622 -74.4164 79.2 NJ WATCHUNG +USC00289317 40.9089 -74.2533 51.8 NJ WAYNE +USC00289363 40.4519 -74.7792 86.3 NJ WERTSVILLE 4 NE +USC00289450 39.8408 -75.2317 3.7 NJ WEST DEPTFORD +USC00289455 40.6500 -74.3500 43.0 NJ WESTFIELD +USC00289608 40.9000 -74.6000 207.0 NJ WEST WHARTON +USC00289720 39.6986 -75.0133 54.9 NJ WILLIAMSTOWN +USC00289832 41.0139 -74.0425 31.4 NJ WOODCLIFF LAKE +USC00289910 39.5461 -75.1644 29.9 NJ WOODSTOWN PITTSGROV 4E +USC00290022 36.3028 -104.2497 1874.5 NM ABBOTT 1 SE +USC00290039 36.1667 -106.1833 1800.1 NM ABIQUIU +USC00290041 36.2403 -106.4278 1944.6 NM ABIQUIU DAM +USC00290079 34.4667 -108.3000 2396.9 NM ADAMS DIGGINGS +USC00290119 33.5667 -107.9000 2261.0 NM ADOBE RCH +USC00290125 32.1167 -106.8667 1276.8 NM AFTON 6 NE +USC00290131 32.2833 -106.7500 1193.0 NM AGRICULTURAL COLLEGE +USC00290199 32.9181 -105.9550 1335.0 NM ALAMOGORDO +USC00290200 32.8667 -105.9333 -999.9 NM ALAMOGORDO 1 +USC00290205 34.6000 -104.3833 1314.9 NM ALAMOGORDO DAM +USC00290214 35.9333 -103.8667 1493.5 NM ALBERT +USC00290222 35.1000 -106.6167 1565.1 NM ALBUGUERQUE #2 +USC00290225 35.1317 -106.4808 1911.1 NM ALBUQUERQUE FOOTHILLS NE +USC00290231 35.0217 -106.6939 1510.3 NM ALBUQUERQUE VALLEY +USC00290245 36.0908 -106.0567 1731.3 NM ALCALDE +USC00290268 32.9308 -106.9328 1378.0 NM ALEMAN RCH +USC00290275 33.3833 -108.9000 1478.3 NM ALMA +USC00290285 33.4000 -105.6833 2255.5 NM ALTO +USC00290377 35.8742 -103.1819 1354.8 NM AMISTAD 5 SSW +USC00290394 33.9333 -105.7500 1866.9 NM ANCHO +USC00290396 36.7667 -105.3333 3109.0 NM ANCHOR MINE +USC00290400 36.3833 -105.2667 2543.9 NM ANGEL FIRE SKI COURSE +USC00290404 36.3667 -105.3000 2631.0 NM ANGEL FIRE 2 S +USC00290407 36.3950 -105.2853 2590.8 NM ANGEL FIRE 1S +USC00290417 31.9381 -108.7689 1371.9 NM ANIMAS 3ESE +USC00290426 31.3347 -108.5300 1419.8 NM ANTELOPE WELLS +USC00290508 33.6333 -105.1667 1634.9 NM ARABELLA NEAR +USC00290512 33.8833 -108.5333 2038.2 NM ARAGON +USC00290525 34.1128 -103.1667 1200.9 NM ARCH +USC00290600 32.7547 -104.3836 1026.0 NM ARTESIA 6S +USC00290606 36.6500 -106.1833 2959.0 NM ASPEN GROVE RCH 1 W +USC00290640 34.0750 -107.6211 2133.6 NM AUGUSTINE 2E +USC00290646 36.2667 -105.0500 2479.9 NM AURORA +USC00290692 36.8350 -108.0006 1720.3 NM AZTEC RUINS NM HCN +USC00290720 33.5333 -105.3667 1950.7 NM BACA RANCH RS +USC00290743 35.7833 -106.2667 1848.0 NM BANDELIER NM +USC00290765 35.0833 -106.2500 2095.5 NM BARTON +USC00290795 36.5167 -106.3167 2714.9 NM BATEMAN RCH +USC00290806 32.9500 -108.4167 1617.0 NM BEAR CREEK RCH +USC00290809 36.0500 -104.1000 1750.2 NM BEARD'S RANCH +USC00290818 33.4286 -108.1000 2033.0 NM BEAVERHEAD R/S +USC00290846 34.6667 -106.7667 1464.0 NM BELEN +USC00290858 35.5297 -104.0936 1371.6 NM BELL RANCH HCN +USC00290903 35.3167 -106.5500 1539.8 NM BERNALILLO +USC00290915 34.4219 -106.8325 1443.2 NM BERNARDO +USC00290983 33.9114 -106.3494 1691.9 NM BINGHAM 2 NE +USC00290984 33.8333 -106.2833 1882.1 NM BINGHAM 7 ESE +USC00290989 33.8000 -108.3333 2073.9 NM BIRMINGHAM RCH +USC00290992 33.4594 -104.4042 1116.8 NM BITTER LAKES WL REFUGE +USC00291000 36.3119 -105.2692 2635.0 NM BLACK LAKE +USC00291018 35.1000 -108.7833 1966.9 NM BLACK ROCK +USC00291028 35.7667 -106.4667 2255.5 NM BLAND +USC00291063 36.6669 -107.9603 1769.7 NM BLOOMFIELD 3 SE +USC00291080 35.2500 -108.0333 2073.9 NM BLUEWATER 3 WSW +USC00291086 35.3000 -108.1167 2257.0 NM BLUEWATER LAKE +USC00291120 33.4486 -105.6847 2150.4 NM BONITO DAM +USC00291138 33.8044 -106.8908 1375.3 NM BOSQUE DEL APACHE +USC00291140 32.3333 -106.5833 1783.1 NM BOYDS RCH +USC00291144 34.4333 -106.7833 1439.9 NM BOYS RCH +USC00291153 32.5158 -104.3828 979.3 NM BRANTLEY DAM +USC00291180 36.7444 -106.4472 2439.9 NM BRAZOS LODGE +USC00291223 34.8333 -103.2000 1311.9 NM BROADVIEW +USC00291225 34.7333 -103.2167 1250.9 NM BROADVIEW 5 S +USC00291236 35.5000 -106.0833 1900.1 NM BROOKE RCH +USC00291249 34.4500 -104.8333 1598.7 NM BUCHANAN +USC00291252 33.0389 -108.7136 1464.0 NM BUCKHORN +USC00291254 35.6667 -106.1167 2590.8 NM BUCKMANS +USC00291269 36.0167 -103.7333 1427.1 NM BUEYEROS 4 NW +USC00291277 36.3667 -108.5000 1691.6 NM BURNHAMS TRADING POST +USC00291278 36.5000 -106.1333 2316.5 NM BURRACHE RS +USC00291279 32.5833 -108.4333 2407.9 NM BURRO MOUNTAIN +USC00291286 32.8964 -107.3078 1292.0 NM CABALLO DAM +USC00291300 35.7167 -103.9333 1647.7 NM CABEZA +USC00291303 35.5833 -107.1667 1845.0 NM CABEZON 5 SW +USC00291309 32.2333 -107.3333 1289.9 NM CAMBRAY +USC00291332 34.9039 -103.4428 1396.0 NM CAMERON +USC00291345 35.5167 -103.8500 1369.5 NM CAMPANA +USC00291389 36.4819 -106.4403 2386.0 NM CANJILON R/S +USC00291423 34.2753 -104.1636 1236.3 NM CANTON +USC00291430 36.3333 -106.6167 1949.2 NM CANYON DE CHAMA +USC00291440 33.5311 -105.5947 1975.1 NM CAPITAN +USC00291445 33.3433 -103.6783 1325.9 NM CAPROCK +USC00291446 33.3500 -103.6333 1302.1 NM CAPROCK 6 SE +USC00291450 36.7386 -103.9936 2084.8 NM CAPULIN +USC00291452 36.6667 -103.9500 2196.1 NM CAPULIN 6 SSE +USC00291454 36.7833 -103.9667 2222.9 NM CAPULIN NM +USC00291455 36.2333 -106.8333 2225.0 NM CAPULIN RS +USC00291469 32.3478 -104.2225 951.0 NM CARLSBAD HCN +USC00291480 32.1783 -104.4433 1351.8 NM CARLSBAD CAVERNS +USC00291515 33.6308 -105.8964 1647.4 NM CARRIZOZO 1SW HCN +USC00291532 32.1000 -104.7667 1891.0 NM CARSON SEEP NEAR +USC00291540 35.4833 -107.1167 1889.8 NM CASA SALAZAR +USC00291556 36.0667 -104.3167 -999.9 NM CATES RCH +USC00291573 36.5000 -106.4833 2403.0 NM CEBOLLA +USC00291615 35.4333 -106.1167 1737.4 NM CERRILLOS +USC00291630 36.7408 -105.5956 2331.7 NM CERRO +USC00291647 36.0286 -107.9106 1881.8 NM CHACO CANYON NATL MON +USC00291653 36.1667 -105.3833 2591.4 NM CHACON +USC00291656 36.1211 -105.3756 2454.6 NM CHACON 2 S +USC00291664 36.9178 -106.5781 2392.7 NM CHAMA HCN +USC00291672 32.0667 -106.6667 1158.2 NM CHAMBERINO +USC00291690 36.0667 -106.1167 1723.0 NM CHAMITA HWY BRG +USC00291721 32.0439 -106.4333 1234.7 NM CHAPARRAL +USC00291790 33.3500 -107.6667 1891.0 NM CHLORIDE RS +USC00291807 32.0333 -105.1000 1158.8 NM CIENEGA 5 SSW +USC00291813 36.4661 -104.9456 1993.4 NM CIMARRON 4 SW HCN +USC00291819 36.4500 -104.8000 1891.0 NM CIMARRON 8 SE +USC00291840 33.9000 -105.0000 1645.9 NM CIRCLE F RCH +USC00291870 34.1333 -106.0000 1958.0 NM CLAUNCH +USC00291881 36.3333 -103.1000 1495.0 NM CLAYTON 9 SSE +USC00291883 36.4594 -103.1997 1524.0 NM CLAYTON 1 N +USC00291901 32.9833 -108.6333 1402.1 NM CLIFF +USC00291910 32.8339 -108.5047 1454.8 NM CLIFF 11 SE +USC00291913 35.0500 -105.6833 2196.1 NM CLINES CORNERS +USC00291918 34.9319 -105.5872 2110.4 NM CLINES CORNERS 7SE +USC00291927 32.9667 -105.7500 2688.6 NM CLOUDCROFT +USC00291929 32.9500 -105.7333 2653.9 NM CLOUDCROFT 2 +USC00291931 32.9544 -105.7353 2645.4 NM CLOUDCROFT +USC00291933 32.9667 -105.7500 2692.9 NM CLOUD COUNTRY CLUB +USC00291935 31.4333 -108.9833 1621.5 NM CLOVERDALE 4 WNW +USC00291939 34.4289 -103.1992 1309.1 NM CLOVIS +USC00291950 34.4833 -103.3167 1335.9 NM CLOVIS 8 NW +USC00291956 34.4167 -103.2333 1302.1 NM CLOVIS 3 W +USC00291961 34.3500 -103.3167 1293.0 NM CLOVIS 6 SW +USC00291963 34.5989 -103.2161 1351.8 NM CLOVIS 13 N +USC00291982 35.6414 -106.3322 1694.7 NM COCHITI DAM +USC00292005 36.2167 -104.6333 1807.8 NM COLMOR +USC00292030 35.4072 -104.1906 1293.6 NM CONCHAS DAM +USC00292070 35.4833 -108.4333 2135.1 NM COOLIDGE +USC00292093 34.2500 -105.5833 2028.1 NM CORONA +USC00292095 34.1492 -105.6975 2036.1 NM CORONA 10SW +USC00292096 34.1000 -105.6833 1981.2 NM CORONA 11 SSW +USC00292100 35.2489 -106.5950 1531.9 NM CORRALES +USC00292117 36.9833 -105.5333 2347.0 NM COSTILLA +USC00292139 35.8167 -105.6667 2471.0 NM COWLES +USC00292150 33.8167 -105.8333 1767.8 NM COYOTE +USC00292151 36.1667 -106.6167 2072.6 NM COYOTE (1) +USC00292207 33.5133 -103.3403 1261.3 NM CROSSROADS 2 +USC00292219 35.6833 -108.1500 2122.9 NM CROWNPOINT +USC00292220 36.2333 -108.8000 1767.8 NM CROZIER +USC00292241 35.9950 -106.9703 2105.6 NM CUBA +USC00292250 35.0883 -107.5178 1888.2 NM CUBERO +USC00292281 35.0333 -104.4167 1476.1 NM CUERVO +USC00292287 31.3833 -108.6000 1491.1 NM CULBERSON RCH +USC00292315 35.9500 -105.9000 2099.8 NM CUNDIYO +USC00292321 36.6833 -104.1167 2080.0 NM CUNICO RCH +USC00292324 32.5333 -108.6333 1584.7 NM CURETON RCH +USC00292362 33.8000 -108.3333 2073.9 NM DANLEY RCH +USC00292365 32.2767 -104.5136 1196.0 NM DARK CANYON ROAD +USC00292367 34.1500 -107.8500 2165.9 NM DATIL +USC00292373 34.6167 -103.0500 1250.9 NM DAVIS RCH +USC00292384 36.6667 -104.7833 1951.9 NM DAWSON +USC00292436 32.2531 -107.7531 1310.6 NM DEMING +USC00292442 32.2500 -107.7833 1322.8 NM DEMING NEAR +USC00292453 36.7500 -103.8333 2017.8 NM DES MOINES +USC00292459 36.7667 -103.6333 1830.0 NM DES MOINES BROWN RCH +USC00292468 32.5333 -108.6333 1584.7 NM DIAMOND A CATTLE CO +USC00292470 33.1833 -108.0167 2133.6 NM DIAMOND BAR RCH +USC00292476 34.3500 -106.6167 1830.0 NM DIAMOND T RCH +USC00292485 35.1833 -108.1333 2438.4 NM DIENER +USC00292510 35.1842 -105.0569 1569.7 NM DILIA +USC00292580 33.9000 -103.3333 1373.1 NM DORA +USC00292590 36.6500 -104.4500 1889.8 NM DORSEY +USC00292593 33.1333 -108.6167 1676.4 NM DOUBLE S DUDE RANCH +USC00292594 33.3833 -108.3167 2251.6 NM DOUBLE SPRINGS RANCH +USC00292597 33.1833 -108.8000 1610.0 NM DRY CREEK RS +USC00292604 36.4500 -107.6333 2072.6 NM DUFUR RANCH +USC00292608 36.9358 -107.0000 2070.5 NM DULCE HCN +USC00292612 31.6833 -108.8333 1473.1 NM DUNAGAN RCH +USC00292620 32.8167 -105.2000 1662.1 NM DUNKEN +USC00292625 34.1333 -104.5000 1229.0 NM DUNLAP 4 NE +USC00292665 34.4692 -105.3975 1915.7 NM DURAN +USC00292677 32.5333 -103.9000 1074.1 NM DUVAL POTASH MINE +USC00292694 33.4000 -105.7000 2439.9 NM EAGLE CREEK INTAKE +USC00292700 36.5575 -105.2628 2523.7 NM EAGLE NEST +USC00292710 36.7000 -105.5667 2270.8 NM EAGLE ROCK RS +USC00292751 35.0500 -106.1333 2073.9 NM EDGEWOOD +USC00292753 35.1675 -106.2061 2106.2 NM EDGEWOOD CEDAR GROVE +USC00292757 31.4833 -108.9333 1617.0 NM EICKS RCH +USC00292785 35.0381 -108.3492 2201.6 NM EL MORRO NATL MON +USC00292793 32.0833 -104.8500 1554.5 NM EL PASO GAP +USC00292810 35.2833 -105.2667 1708.1 NM EL PUEBLO PROJECT +USC00292820 36.3467 -106.1878 2094.0 NM EL RITO +USC00292837 36.5928 -106.7300 2054.4 NM EL VADO DAM +USC00292848 33.1461 -107.1842 1393.2 NM ELEPHANT BUTTE DAM HCN +USC00292854 33.9403 -103.6572 1339.6 NM ELIDA +USC00292860 36.6167 -105.2833 2582.9 NM ELIZABETHTOWN +USC00292865 32.9161 -105.3381 1808.7 NM ELK +USC00292871 33.7000 -104.0667 1229.0 NM ELKINS +USC00292901 36.2167 -105.9500 1774.2 NM EMBUDO (1) +USC00292940 35.0667 -103.0667 1250.9 NM ENDEE 5 SSE +USC00292945 33.1833 -107.0333 1455.1 NM ENGLE +USC00292960 33.2167 -106.8000 1774.9 NM ENGLE 14 E +USC00292965 33.3000 -106.8333 1610.0 NM ENGLE 15 NE +USC00293015 32.6000 -106.0167 1223.5 NM ESCONDIDO +USC00293031 35.9989 -106.0589 1713.0 NM ESPANOLA +USC00293042 35.7000 -106.9500 1983.0 NM ESPIRITU SANTO GRANT +USC00293057 33.9500 -107.4500 2267.7 NM ESTALINA SPRINGS +USC00293060 34.8242 -106.0344 1871.5 NM ESTANCIA 4N +USC00293073 36.4500 -106.5000 2349.1 NM EUBANK RCH +USC00293078 32.4333 -103.1500 1079.0 NM EUNICE +USC00293094 35.0167 -106.6833 1503.9 NM EXP FARM +USC00293117 36.3500 -104.0333 2439.9 NM FARLEY +USC00293134 36.7500 -108.1667 1647.1 NM FARMINGTON 4 NE +USC00293142 36.6897 -108.3086 1714.5 NM FARMINGTON AG SCI CNT +USC00293145 33.9000 -105.0000 1645.9 NM FARNSWORTH RCH +USC00293157 32.6286 -107.8733 1600.5 NM FAYWOOD +USC00293174 33.0000 -105.1000 1617.0 NM FELIX +USC00293180 34.6528 -108.6764 2153.4 NM FENCE LAKE +USC00293182 34.6792 -108.7231 2130.6 NM FENCE LAKE 2 +USC00293195 34.7167 -103.5833 1402.1 NM FIELD NEAR +USC00293225 32.4333 -107.4833 1356.4 NM FLORIDA +USC00293228 33.4833 -107.7500 2133.6 NM FLUORINE +USC00293231 34.2167 -103.5500 1311.9 NM FLOYD +USC00293234 35.3500 -107.6667 2196.1 NM FLOYD LEE RCH +USC00293237 33.0000 -105.1000 1617.0 NM FLYING H +USC00293242 36.8667 -103.9167 2012.9 NM FOLSOM +USC00293260 34.8000 -103.6000 1524.9 NM FORREST +USC00293265 32.7939 -108.1514 1859.0 NM FT BAYARD HCN +USC00293271 33.6333 -107.1667 1524.9 NM FT CRAIG +USC00293288 33.5000 -105.5167 1897.1 NM FT STANTON +USC00293294 34.4667 -104.2319 1226.8 NM FT SUMNER HCN +USC00293296 34.3942 -104.2503 1234.4 NM FT SUMNER 5 S +USC00293300 35.9000 -105.0333 2098.5 NM FT UNION +USC00293305 35.4667 -108.5333 2135.1 NM FT WINGATE +USC00293315 33.3000 -108.1333 1873.0 NM FOWLER RCH +USC00293331 34.6667 -103.0500 1250.9 NM FRIO DRAW +USC00293340 36.7381 -108.3483 1563.6 NM FRUITLAND +USC00293368 32.2261 -108.0867 1365.2 NM GAGE HCN +USC00293374 35.4000 -105.9500 1857.1 NM GALISTEO +USC00293400 35.4667 -103.5000 1214.3 NM GALLEGOS NEAR +USC00293405 36.2167 -106.8167 2438.4 NM GALLINA +USC00293408 34.1500 -105.6500 2025.1 NM GALLINAS RS +USC00293420 35.5333 -108.6500 2012.9 NM GALLUP 5 E +USC00293425 35.4500 -108.5667 2165.9 NM GALLUP RS +USC00293428 35.5283 -108.7030 2004.7 NM GALLUP SAND & GRAVEL +USC00293431 35.6000 -108.7667 2055.9 NM GAMERCO +USC00293446 33.6167 -108.0167 2239.7 NM GARCIA PLACE +USC00293447 32.2000 -105.1333 1341.1 NM GARDNER RCH +USC00293448 32.7500 -107.2667 1250.9 NM GARFIELD +USC00293488 35.8917 -105.4481 2514.6 NM GASCON +USC00293505 36.4333 -106.9667 2263.1 NM GAVILAN +USC00293509 34.6833 -104.6500 1524.9 NM GENNETTI RCH +USC00293511 36.3336 -106.4744 1981.2 NM GHOST RCH +USC00293528 33.0333 -108.5333 1417.9 NM GILA 6 NNE +USC00293530 33.1975 -108.2075 1717.9 NM GILA HOT SPRINGS +USC00293533 32.8333 -108.1333 1972.1 NM GILA PLANTING STN +USC00293552 36.2167 -103.9333 1754.1 NM GLADSTONE +USC00293565 34.1167 -104.3000 1064.7 NM GLEN +USC00293569 35.1833 -103.0500 1177.1 NM GLEN RIO +USC00293575 33.3167 -108.9000 -999.9 NM GLENWOOD +USC00293577 33.3217 -108.8794 1440.2 NM GLENWOOD +USC00293582 35.2500 -105.7500 2133.6 NM GLORIETA MESA +USC00293586 35.5817 -105.7728 2292.1 NM GLORIETA +USC00293587 33.5667 -107.3500 2194.6 NM GLORIETA RCH +USC00293588 36.7000 -107.4000 2047.0 NM GOBERNADOR +USC00293589 36.7000 -107.4833 2044.0 NM GOBERNADOR 7 W +USC00293590 34.4167 -108.9833 1950.7 NM GOESLING RANCH +USC00293592 35.2656 -106.2144 2042.2 NM GOLDEN +USC00293609 34.6000 -104.7833 1556.0 NM GOOD RCH +USC00293615 33.0000 -108.0833 1935.5 NM G O S RCH +USC00293621 36.6833 -107.3667 2196.1 NM GOVERNADOR +USC00293624 32.3167 -105.1000 1220.1 NM GOWDY RCH +USC00293626 35.3333 -108.7500 2226.9 NM GOWER +USC00293649 34.2594 -106.0931 2011.7 NM GRAN QUIVIRA NATL MON +USC00293678 35.1667 -107.8667 1983.0 NM GRANTS +USC00293682 35.1664 -107.8992 1987.3 NM GRANTS AP +USC00293690 31.5167 -108.8667 1556.0 NM GRAY RCH +USC00293706 36.5939 -103.6192 1829.4 NM GRENVILLE +USC00293750 36.8167 -103.4333 1737.4 NM GUY NEAR +USC00293775 31.9194 -108.3442 1361.2 NM HACHITA 1W +USC00293781 35.3000 -106.3167 1723.0 NM HAGAN +USC00293792 33.1167 -104.3333 1043.0 NM HAGERMAN +USC00293826 33.2500 -106.7333 1830.0 NM HARDIN RCH +USC00293839 34.8500 -107.2333 1800.1 NM HARRINGTON RCH +USC00293840 35.7500 -105.4667 2730.1 NM HARVEYS UPPER RCH +USC00293849 34.7167 -104.0167 1495.0 NM HASSELL +USC00293855 32.6775 -107.1958 1242.1 NM HATCH +USC00293878 36.0500 -103.2167 1464.0 NM HAYDEN 6 NE +USC00293909 33.3000 -108.1333 1891.0 NM HEDRICK RCH +USC00293925 36.6333 -104.1333 2117.1 NM HENNIGAN RCH +USC00293946 31.8500 -107.9833 1385.0 NM HERMANAS +USC00293951 33.1667 -107.7333 2011.7 NM HERMOSA +USC00293969 34.5167 -107.9333 2379.0 NM HICKMAN +USC00294003 34.1167 -106.4500 1769.1 NM HILL E G RCH +USC00294009 32.9203 -107.5656 1605.4 NM HILLSBORO +USC00294026 32.7264 -103.1314 1115.6 NM HOBBS +USC00294028 32.6933 -103.2125 1114.0 NM HOBBS FAA +USC00294030 32.7125 -103.3539 1169.2 NM HOBBS 13W +USC00294035 36.1167 -105.6500 2743.2 NM HODGES +USC00294066 35.7667 -105.7000 2318.0 NM HOLY GHOST CANYON +USC00294089 33.3803 -105.2544 1606.3 NM HONDO 1SE +USC00294093 33.3333 -104.6833 1189.9 NM HONDO RSVR +USC00294101 33.7167 -108.7833 1777.9 NM HOOD RS +USC00294106 35.8667 -104.1667 1731.9 NM HOOSIER RCH +USC00294112 32.8094 -104.7378 1245.1 NM HOPE +USC00294118 36.7000 -106.2333 2895.6 NM HOPEWELL +USC00294127 34.0167 -108.1000 2410.1 NM HORSE MTN +USC00294129 33.9333 -108.1833 2117.1 NM HORSE SPRINGS +USC00294141 35.7333 -107.7500 2385.1 NM HOSPAH +USC00294146 33.1500 -107.2333 1342.0 NM HOT SPRINGS 2 NE +USC00294175 34.6344 -103.8903 1470.7 NM HOUSE +USC00294192 35.2000 -103.5167 1229.0 NM HUDSON 5 S +USC00294296 34.9167 -104.0667 1615.4 NM IMA +USC00294301 33.4000 -107.9000 2379.0 NM INMAN RCH +USC00294306 35.7500 -103.3000 1434.1 NM IONE +USC00294310 35.7833 -105.6000 2959.0 NM IRVINS RCH +USC00294335 34.9500 -107.9333 2135.1 NM IX XI RCH +USC00294346 32.1103 -103.1872 930.9 NM JAL +USC00294366 35.3886 -106.5439 1642.3 NM JEMEZ DAM +USC00294369 35.7783 -106.6872 1908.7 NM JEMEZ SPRINGS HCN +USC00294375 33.9833 -108.6333 2257.0 NM JEWETT WORK CTR +USC00294385 33.9167 -105.6500 2072.6 NM JICARILLA NEAR +USC00294396 36.8000 -104.2500 1996.4 NM JOHNSONS PARK +USC00294398 35.9547 -107.0856 2195.5 NM JOHNSON RCH +USC00294399 35.9333 -104.0500 1706.9 NM JOHNSON RANCH (1) +USC00294400 33.5833 -104.9833 1495.0 NM JONES RCH +USC00294402 35.3000 -108.9833 2135.1 NM JONES TRADING POST +USC00294426 32.6161 -106.7403 1316.1 NM JORNADA EXP RANGE HCN +USC00294455 35.4500 -103.1000 1219.2 NM KAPPUS +USC00294461 34.0311 -107.1250 2041.9 NM KELLY RCH +USC00294506 32.9167 -107.6833 1841.9 NM KINGSTON RS +USC00294512 32.8833 -103.1333 1127.8 NM KNOWLES NEAR +USC00294582 35.5500 -106.2500 -999.9 NM LA BAJADA +USC00294583 36.9167 -105.2667 2934.0 NM LA BELLE +USC00294587 35.9333 -105.2167 2140.9 NM LA CUEVA +USC00294600 32.4333 -104.2333 948.2 NM LA HUERTA +USC00294604 36.0833 -106.9333 2286.0 NM LA JARA RANGER STATION +USC00294610 34.4000 -104.0667 1250.9 NM LA LANDE +USC00294652 35.2167 -106.4167 2439.9 NM LA MADERA SKI AREA +USC00294656 35.0833 -106.5667 1626.1 NM LA MESA +USC00294662 35.7333 -105.1500 2044.0 NM LA PLACITA RCH +USC00294684 35.8167 -106.9833 1966.9 NM LA VENTANA +USC00294719 35.0464 -107.3736 1777.0 NM LAGUNA +USC00294722 34.6000 -104.7167 1493.5 NM LAGUNITA +USC00294728 36.9500 -104.3833 2119.9 NM LAKE ALICE NEAR +USC00294736 32.4833 -104.2500 979.0 NM LAKE AVALON +USC00294742 36.9825 -104.3753 2255.5 NM LAKE MALOYA +USC00294747 32.6000 -104.3333 1000.0 NM LAKE MC MILLAN +USC00294770 32.6333 -104.3833 1006.4 NM LAKEWOOD +USC00294782 31.9667 -106.8167 1266.7 NM LANARK +USC00294786 32.7333 -107.6500 1720.0 NM LANEY RCH +USC00294799 32.3000 -106.7667 -999.9 NM LAS CRUCES +USC00294850 35.6167 -105.2667 2012.9 NM LAS VEGAS 2 NW +USC00294858 35.5833 -105.1833 1983.0 NM LAS VEGAS EXP PLOT +USC00294860 35.6333 -105.2667 2044.0 NM LAS VEGAS 4 NW +USC00294862 35.5678 -105.2131 1935.2 NM LAS VEGAS WWTP HCN +USC00294864 32.7333 -107.6500 1720.0 NM LATHAM RCH +USC00294887 35.9500 -106.6667 2492.0 NM LAZY RAY RCH +USC00294903 35.8333 -106.5000 2649.9 NM LEE RCH +USC00294936 36.0833 -104.6833 1905.9 NM LEVY +USC00294958 36.3000 -107.0333 2225.0 NM LINDRITH +USC00294960 36.3042 -107.0542 2200.7 NM LINDRITH 1 WSW +USC00295056 35.3667 -103.4167 1168.0 NM LOGAN +USC00295073 37.0000 -103.6500 1623.1 NM LONG CANYON +USC00295079 32.3094 -108.6531 1293.6 NM LORDSBURG 4 SE +USC00295084 35.8644 -106.3214 2262.8 NM LOS ALAMOS +USC00295140 35.1667 -106.6667 1514.9 NM LOS GRIEGOS +USC00295147 34.8000 -106.7333 1491.1 NM LOS LUNAS +USC00295150 34.7675 -106.7611 1475.2 NM LOS LUNAS 3 SSW HCN +USC00295170 35.0000 -104.5500 1499.3 NM LOS TANOS +USC00295199 32.2833 -104.0833 921.1 NM LOVING +USC00295204 32.9667 -103.3833 1189.9 NM LOVINGTON 2 WNW +USC00295244 32.4333 -105.6167 1524.9 NM LULU +USC00295273 33.8225 -108.9417 2148.8 NM LUNA RS HCN +USC00295290 36.2303 -107.5472 2179.3 NM LYBROOK +USC00295295 34.2833 -103.9000 1402.1 NM LYKINS NEAR +USC00295313 34.6000 -108.9167 1937.0 NM LYNCH RCH +USC00295353 34.1167 -107.2333 1993.4 NM MAGDALENA +USC00295370 32.8567 -103.7625 1266.1 NM MALJAMAR +USC00295418 35.4167 -109.0000 1905.6 NM MANUELITO +USC00295453 35.6000 -108.4500 2194.6 NM MARIANO LAKE +USC00295456 34.8500 -107.4500 1769.1 NM MARMON RCH +USC00295467 35.3000 -107.3000 2324.1 NM MARQUEZ +USC00295490 36.5697 -104.5867 1834.0 NM MAXWELL 3 NW +USC00295502 32.9167 -105.4667 2001.0 NM MAYHILL RS +USC00295516 35.6022 -103.3644 1344.2 NM MCCARTY RCH +USC00295532 33.3500 -107.9500 2126.0 NM MC CAULEY RCH +USC00295554 32.4000 -108.3333 -999.9 NM MC DONALD RCH +USC00295560 35.3364 -108.4447 2438.4 NM MCGAFFEY 5 SE +USC00295571 35.3667 -108.5167 2439.9 NM MCGAFFEY RS +USC00295583 34.9167 -106.0833 1905.9 NM MC INTOSH 4 NW +USC00295610 33.6167 -105.2500 1944.6 NM MEEK +USC00295617 34.4278 -103.6250 1401.8 NM MELROSE +USC00295651 33.9833 -104.6833 1524.9 NM MESA SVC STN +USC00295657 33.1500 -105.7833 2047.0 NM MESCALERO +USC00295685 35.8000 -108.8333 1964.1 NM MEXICAN SPRINGS +USC00295691 36.3500 -104.7667 1922.1 NM MIAMI +USC00295710 32.5833 -105.1667 1592.6 NM MILLER THORNE RCH +USC00295725 36.0667 -104.2000 1845.0 NM MILLS +USC00295726 36.1000 -104.2667 1824.2 NM MILLS NEAR +USC00295731 33.6333 -103.3500 1281.1 NM MILNESAND +USC00295754 32.9325 -108.0142 1901.3 NM MIMBRES RS +USC00295760 35.6000 -105.4333 2148.8 NM MINERAL HILL +USC00295800 33.3833 -108.7833 2073.9 NM MOGOLLON +USC00295820 36.8833 -106.8500 2255.5 NM MONERO +USC00295834 35.1667 -107.0167 1809.0 NM MONTANO GRANT +USC00295874 35.0000 -103.9333 1324.1 NM MONTOYA 10 SE +USC00295905 34.9000 -106.0333 1874.5 NM MORIARTY NEAR +USC00295908 35.0128 -106.0450 1895.9 NM MORIARTY 1 NE +USC00295920 36.8667 -103.0667 1403.0 NM MOSES 10 N +USC00295931 35.7833 -103.9667 1702.0 NM MOSQUERO 1 +USC00295937 35.8022 -103.9439 1665.7 NM MOSQUERO 1 NE +USC00295950 36.4667 -103.4500 1676.4 NM MOUNT DORA +USC00295960 32.9539 -105.8225 2073.9 NM MTN PARK HCN +USC00295965 34.5208 -106.2606 1987.3 NM MOUNTAINAIR HCN +USC00295968 34.6242 -106.3103 2033.6 NM MOUNTAINAIR 8NW +USC00296006 32.6236 -103.0842 1001.3 NM NADINE 2E +USC00296023 36.2667 -107.7500 2073.9 NM NAGEEZI +USC00296028 35.9000 -105.9833 1845.0 NM NAMBE 1 +USC00296030 35.8833 -105.9500 1830.0 NM NAMBE 2 +USC00296040 35.6167 -103.1000 1278.0 NM NARA VISA +USC00296043 33.3833 -107.1667 1342.0 NM NARROWS +USC00296061 36.8047 -107.6214 1758.7 NM NAVAJO DAM +USC00296079 35.1000 -106.6167 1565.1 NM NETHERWOOD PARK +USC00296098 36.3000 -108.7167 1702.0 NM NEWCOMB +USC00296115 35.0700 -104.2575 1391.1 NM NEWKIRK +USC00296119 32.0000 -106.3167 1215.8 NM NEWMAN +USC00296138 33.5167 -105.6833 2169.0 NM NOGAL LAKE 1 S +USC00296140 33.4833 -105.7333 2499.4 NM NOGAL NEAR +USC00296191 31.8000 -106.8500 1253.9 NM NORIA +USC00296201 35.0167 -103.6000 -999.9 NM NORTON +USC00296235 33.5667 -108.3667 2327.1 NM O BAR O RS +USC00296258 35.5500 -103.2000 1250.9 NM OBAR +USC00296273 36.1833 -105.0500 2286.0 NM OCATE +USC00296275 36.1839 -105.0608 2333.2 NM OCATE 2 NW +USC00296281 32.1664 -103.4250 1035.7 NM OCHOA +USC00296321 36.3000 -106.0500 1919.0 NM OJO CALIENTE +USC00296332 36.0167 -104.4667 1830.0 NM OJO RICO RCH +USC00296390 33.9500 -103.9833 1249.7 NM OLIVE NEAR +USC00296406 35.7000 -105.1167 2044.0 NM ONAVA +USC00296412 35.9000 -104.7167 1951.9 NM OPTIMO +USC00296430 32.0167 -105.1500 1104.9 NM ORANGE +USC00296435 32.3789 -106.0925 1286.6 NM OROGRANDE HCN +USC00296442 33.4833 -106.0500 1542.3 NM OSCURO #1 +USC00296443 33.4833 -106.0500 1528.9 NM OSCURO #2 +USC00296458 36.2667 -107.3833 2012.9 NM OTERO +USC00296465 36.3339 -107.8408 2097.0 NM OTIS +USC00296532 35.0000 -105.4500 1966.9 NM PALMA 2 NE +USC00296540 35.9667 -104.1833 1792.2 NM PALO VERDE (1) +USC00296562 33.4667 -107.2500 1357.0 NM PANKEY RCH +USC00296572 35.2667 -104.9333 1554.5 NM PARKS SPRING RCH +USC00296579 32.7333 -107.6500 1738.3 NM PARK RCH +USC00296619 36.2994 -103.7408 1722.1 NM PASAMONTE +USC00296630 34.7000 -104.9167 1649.9 NM PASTURA 6 SSE +USC00296659 32.6500 -103.3833 1158.2 NM PEARL +USC00296676 35.5489 -105.6886 2096.4 NM PECOS NM +USC00296678 35.4375 -105.5644 2072.6 NM PECOS 11 SE +USC00296687 34.6153 -105.4739 1874.5 NM PEDERNAL 9 E +USC00296693 35.5833 -106.3333 1595.0 NM PENA BLANCA +USC00296705 36.1667 -105.6833 2416.1 NM PENASCO RS +USC00296723 35.9000 -107.1500 2122.9 NM PENISTAJA +USC00296728 36.3167 -103.5833 1708.1 NM PENNINGTON +USC00296734 33.8333 -103.3333 1375.9 NM PEP +USC00296754 35.1392 -106.7108 1560.9 NM PETROGLYPH NATL MON +USC00296791 34.6000 -106.2167 2012.9 NM PFEISTER RCH +USC00296797 36.6167 -105.0500 2318.0 NM PHILMONT RCH +USC00296803 33.3500 -105.1333 1516.1 NM PICACHO +USC00296804 33.3503 -105.1400 1521.0 NM PICACHO +USC00296808 34.3000 -108.1333 2364.0 NM PIE TOWN +USC00296812 34.4931 -107.8883 2426.5 NM PIETOWN 19NE +USC00296845 32.6500 -105.3667 1846.5 NM PINON NEAR +USC00296854 32.8667 -108.2167 2135.1 NM PINOS ALTOS +USC00296900 35.8000 -108.0167 1969.9 NM PITT RCH +USC00296908 35.3097 -106.4230 1822.7 NM PLACITAS +USC00296911 35.3139 -106.4769 1702.3 NM PLACITAS 4W +USC00296912 35.3342 -106.4417 1734.3 NM PLACITAS 2N +USC00296913 35.2333 -106.4167 2438.4 NM PLACITAS NEAR +USC00296951 35.0833 -103.6000 1241.1 NM PLAZA LARGA +USC00296955 34.5000 -103.0833 1280.2 NM PLEASANT HILL +USC00296960 35.8833 -104.0667 1763.0 NM PLEASANT VIEW +USC00296991 35.6667 -106.6667 1812.0 NM PONDEROSA +USC00297008 34.1742 -103.3519 1222.2 NM PORTALES +USC00297014 34.2333 -103.4333 1281.1 NM PORTALES 7 WNW +USC00297026 35.2333 -103.2833 1243.0 NM PORTER 2 E +USC00297028 32.5000 -103.9333 1012.9 NM POTASH MINE +USC00297049 34.6833 -104.6500 1524.9 NM GENNETTI RCH +USC00297054 33.1167 -103.2000 1220.1 NM PRAIRIEVIEW +USC00297060 31.9500 -108.9000 1348.7 NM PRATT +USC00297077 35.3667 -108.0333 2073.9 NM PREWITT +USC00297094 34.4208 -105.8914 1919.3 NM PROGRESSO +USC00297097 34.8333 -104.6167 1371.6 NM PUERTO DE LUNA +USC00297168 34.9000 -103.7500 1311.9 NM QUAY 2 S +USC00297172 32.1936 -104.7403 1780.3 NM QUEEN +USC00297176 32.2000 -104.7333 1784.0 NM QUEEN RS +USC00297180 34.3447 -108.4922 2096.4 NM QUEMADO +USC00297191 34.1333 -108.5167 2334.8 NM QUEMADO LAKE +USC00297195 34.1467 -108.5086 2356.1 NM QUEMADO LAKE ESTATES +USC00297226 34.7800 -103.7492 1542.3 NM RAGLAND 3 SSW +USC00297248 35.1333 -108.4667 2196.1 NM RAMAH +USC00297254 34.1508 -105.0044 1623.7 NM RAMON 8 SW +USC00297277 36.9000 -104.4333 2037.0 NM RATON +USC00297279 36.9194 -104.4325 2112.9 NM RATON FLTR PLT +USC00297280 36.8864 -104.4428 2023.9 NM RATON KRTN RADIO +USC00297297 34.3167 -109.0333 2084.8 NM RED HILL 12 NW +USC00297319 34.4833 -107.6000 1951.9 NM RED LAKE RCH +USC00297323 36.7100 -105.4164 2641.7 NM RED RIVER HCN +USC00297340 32.7047 -108.7281 1236.3 NM REDROCK 1 NNE +USC00297346 36.1833 -106.9500 2272.0 NM REGINA +USC00297380 35.2833 -105.6000 2135.1 NM RENCONA +USC00297386 33.7158 -108.7769 1782.2 NM RESERVE RS +USC00297403 35.3667 -105.4500 1861.1 NM RIBERA +USC00297423 33.7528 -107.2094 1661.2 NM RIENHARDT RCH +USC00297451 35.6000 -103.3333 1335.9 NM RINESTINE RCH +USC00297460 35.0167 -106.6667 1508.8 NM RIO GRANDE INDUSTRIAL +USC00297461 35.1303 -106.6831 1506.9 NM RIO GRANDE NATURE CTR +USC00297477 35.2836 -106.6194 1594.1 NM RIO RANCHO #1 +USC00297481 35.2522 -106.6347 1612.4 NM RIO RANCHO #2 +USC00297483 33.3500 -105.0500 1452.1 NM RIVERSIDE CAMP +USC00297488 32.2167 -108.9667 1281.1 NM ROAD FORKS +USC00297525 35.8500 -105.4333 2286.0 NM ROCIADA +USC00297534 31.8333 -109.0333 1253.9 NM RODEO +USC00297585 35.9028 -103.5272 1456.9 NM ROSEBUD 7NW +USC00297587 36.8833 -107.5833 1981.2 NM ROSA NEAR +USC00297588 33.8167 -107.4000 2401.8 NM ROSEDALE +USC00297604 33.3167 -104.4333 1089.1 NM ROSWELL +USC00297605 33.3800 -104.5419 1098.8 NM ROSWELL CLIMAT +USC00297612 33.4278 -104.5339 1104.0 NM ROSWELL NORTH +USC00297638 35.9331 -104.1375 1750.5 NM ROY +USC00297640 35.9000 -104.1500 1767.8 NM ROY NEAR +USC00297649 33.3678 -105.6611 2112.3 NM RUIDOSO +USC00297651 33.3500 -105.6667 2114.4 NM RUIDOSO 2 +USC00297689 36.9500 -103.1000 1353.9 NM RUTLEDGE RCH +USC00297707 34.5333 -106.8000 1434.1 NM SABINAL +USC00297735 32.8000 -105.5667 2229.9 NM SACRAMENTO +USC00297737 32.6833 -105.7167 2255.5 NM SACRAMENTO CANYON +USC00297738 32.6833 -105.7167 2257.0 NM SACRAMENTO CANYON +USC00297741 34.4167 -103.5000 1357.0 NM ST VRAIN +USC00297775 34.4667 -108.7000 2007.1 NM SALT LAKE 4 NE +USC00297803 36.8667 -106.1500 2712.7 NM SAN ANTONE RS +USC00297804 35.9667 -106.4833 2590.8 NM SAN ANTONIO CREEK +USC00297809 36.5833 -105.6000 2471.0 NM SAN CRISTOBAL +USC00297827 35.1000 -107.6000 1879.1 NM SAN FIDEL 2 E +USC00297867 35.1086 -103.3283 1289.3 NM SAN JON HCN +USC00297907 33.6833 -106.9833 1368.9 NM SAN MARCIAL +USC00297918 35.3333 -107.6500 2207.4 NM SAN MATEO +USC00297930 35.1167 -107.8833 1981.2 NM SAN RAFAEL +USC00297975 35.5500 -106.7833 1647.1 NM SAN YSIDRO +USC00297987 35.6167 -104.4333 1495.0 NM SANCHEZ +USC00298011 35.2167 -106.4500 3257.1 NM SANDIA CREST +USC00298015 35.2106 -106.3656 2142.7 NM SANDIA PARK +USC00298018 35.0667 -106.3833 1922.1 NM SANDIA RS +USC00298061 36.0000 -106.2833 2257.0 NM SANTA CLARA RS +USC00298072 35.6833 -105.9000 2196.1 NM SANTA FE +USC00298084 35.7167 -106.1000 1951.9 NM SANTA FE CAJA D R +USC00298085 35.6194 -105.9753 2059.2 NM SANTA FE 2 +USC00298086 35.6833 -105.9333 2133.6 NM SANTA FE FIELD STATION +USC00298087 35.5433 -105.9200 2078.7 NM SANTA FE 7 SE +USC00298088 35.6008 -105.9322 2133.6 NM SANTA FE SETON +USC00298090 35.6833 -105.9333 2208.0 NM SANTA FE 2 SE +USC00298092 35.7167 -105.8000 2560.3 NM SANTA FE CANYON +USC00298095 32.8000 -108.0667 1925.1 NM SANTA RITA +USC00298107 34.9358 -104.6805 1405.1 NM SANTA ROSA HCN +USC00298118 34.8000 -104.5500 1403.0 NM SANTA ROSA 12 SE +USC00298127 31.8728 -106.6981 1252.4 NM SANTA TERESA AP +USC00298145 36.1833 -104.1333 1752.6 NM SCHELL RANCH +USC00298160 35.2167 -107.3500 1902.9 NM SEBOYETA 4 ESE +USC00298187 36.2000 -103.2167 1455.1 NM SEDAN 7 NW +USC00298192 35.9667 -106.7833 2439.9 NM SELSOR RCH +USC00298227 35.4167 -105.4167 1983.0 NM SERAFINA 6 WNW +USC00298235 36.5000 -105.7333 2133.6 NM SERVILLETA NEAR +USC00298252 35.9333 -106.7000 2416.1 NM SEVEN SPGS HATCHERY +USC00298261 35.4500 -108.5667 2165.9 NM GALLUP RS +USC00298284 36.7950 -108.6917 1515.5 NM SHIPROCK +USC00298289 36.4500 -104.6500 1891.0 NM SHOEMAKER RCH +USC00298324 32.7833 -108.2667 1804.4 NM SILVER CITY +USC00298325 32.8142 -108.1947 1841.0 NM SILVER CITY 4ENE +USC00298352 36.7667 -105.9667 2525.0 NM SKARDA +USC00298358 34.1833 -104.4833 1275.0 NM SKIPWORTH RCH +USC00298365 34.5667 -107.7000 1920.2 NM SLASH O E RCH +USC00298369 35.5167 -108.1500 -999.9 NM SMITH LAKE +USC00298387 34.0828 -106.8831 1397.5 NM SOCORRO HCN +USC00298415 35.8667 -104.0500 1708.1 NM SOLANO +USC00298416 35.8500 -104.0667 1713.6 NM SOLANO #1 +USC00298435 36.5833 -105.5000 2561.8 NM SOUTH FORK +USC00298495 34.5333 -107.2500 -999.9 NM SPREEN RCH +USC00298501 36.3628 -104.5850 1794.7 NM SPRINGER HCN +USC00298508 34.0333 -108.9167 2438.4 NM SPUR LAKE +USC00298518 35.1767 -105.9439 1943.1 NM STANLEY 2 NNE +USC00298524 35.9247 -107.4656 2022.3 NM STAR LAKE +USC00298535 32.2822 -106.7597 1184.5 NM STATE UNIV HCN +USC00298543 36.1000 -103.2000 1464.0 NM STEAD +USC00298555 36.4667 -106.8500 2196.1 NM STINKING LAKE +USC00298562 35.8333 -107.9167 2094.9 NM STEPP RCH +USC00298596 34.6033 -104.3811 1312.5 NM SUMNER LAKE +USC00298605 35.2500 -107.2500 2011.7 NM SWASTIKA RANCH +USC00298633 34.5833 -104.2667 1342.0 NM TAFT +USC00298639 34.4500 -104.0167 1260.0 NM TAIBAN +USC00298648 34.7500 -106.2833 2040.0 NM TAJIQUE +USC00298650 34.8000 -106.3000 2129.0 NM TAJIQUE 4 N +USC00298652 34.7667 -106.4333 2804.2 NM TAJIQUE NEAR +USC00298662 36.3000 -103.3667 -999.9 NM TANNER RCH +USC00298668 36.3906 -105.5864 2122.9 NM TAOS +USC00298673 36.3833 -105.4167 2510.0 NM TAOS CANYON +USC00298680 36.4214 -105.5633 2130.6 NM TAOS PUEBLO +USC00298713 33.2422 -103.3611 1222.9 NM TATUM +USC00298730 36.3333 -104.5000 1725.5 NM TAYLOR +USC00298769 34.0167 -105.6667 1993.1 NM TECOLOTE +USC00298788 35.7667 -105.6667 2288.1 NM TERERRO +USC00298793 34.3000 -103.0833 1230.8 NM TEXICO NEAR +USC00298819 32.5428 -108.6369 1585.0 NM THOMPSON CANYON RCH +USC00298828 35.4000 -108.2167 2165.9 NM THOREAU +USC00298830 35.4167 -108.2333 2176.9 NM THOREAU +USC00298834 35.3000 -108.1472 2263.1 NM THOREAU 12 SE +USC00298838 33.3167 -106.0833 1389.6 NM THREE RIVERS +USC00298845 36.7664 -106.5536 2275.0 NM TIERRA AMARILLA 4 N +USC00298872 32.6431 -105.6933 2136.6 NM TIMBERON +USC00298873 35.0667 -106.3833 1922.1 NM TIJERAS RS +USC00298919 35.8500 -108.7333 1958.0 NM TOHATCHI 1 ESE +USC00298921 35.9000 -108.6500 1825.8 NM TOHATCHI 6 NE +USC00299020 34.3500 -105.5333 1960.8 NM TORRANCE +USC00299029 35.7833 -107.2500 1905.0 NM TORREON DAY SCHOOL +USC00299031 35.7992 -107.1814 2042.2 NM TORREON NAVAJO MISSION +USC00299070 35.4667 -104.4167 1402.1 NM TREMENTINA +USC00299085 36.6511 -105.9725 2480.8 NM TRES PIEDRAS +USC00299095 36.1333 -105.5167 2532.0 NM TRES RITOS +USC00299113 36.0333 -105.8167 2449.1 NM TRUCHAS +USC00299125 35.5333 -104.7000 1969.9 NM TRUJILLO +USC00299128 33.1353 -107.2317 1309.4 NM TRUTH OR CONSEQUENCES +USC00299148 35.1667 -103.7000 1232.0 NM TUCUMCARI +USC00299156 35.2006 -103.6867 1245.4 NM TUCUMCARI 4 NE HCN +USC00299165 33.0719 -106.0411 1347.8 NM TULAROSA HCN +USC00299193 35.5500 -106.1000 1866.6 NM TURQUOISE BONANZA CK +USC00299199 32.6333 -108.3333 1848.6 NM TYRONE +USC00299245 33.7667 -103.6333 1373.1 NM UNION VALLEY +USC00299284 35.3600 -103.4433 1165.9 NM UTE DAM +USC00299296 35.6500 -106.6667 1798.3 NM VALLECITOS +USC00299304 36.9667 -103.3667 1524.9 NM VALLEY +USC00299310 35.5833 -105.6833 2133.6 NM VALLEY RANCH +USC00299330 35.8167 -104.9244 1927.9 NM VALMORA +USC00299342 35.3667 -106.3500 1647.1 NM VAN HUSS RCH +USC00299382 35.3833 -104.4833 1393.9 NM VARIADERO +USC00299405 34.6000 -105.2000 1820.9 NM VAUGHN +USC00299433 36.1333 -105.9167 1738.9 NM VELARDE +USC00299448 36.8833 -104.9500 2293.9 NM VERMEJO PARK +USC00299496 35.2667 -105.3572 1757.2 NM VILLANUEVA +USC00299508 32.6833 -108.9833 1153.1 NM VIRDEN +USC00299569 32.3778 -103.7986 1039.7 NM WASTE ISOLT'N PILOT PLT +USC00299583 32.8833 -107.6000 1652.9 NM WEDGEWOOD PLACE +USC00299657 35.9333 -108.2000 2012.9 NM WESTBROOK RCH +USC00299660 32.5350 -103.9356 1072.9 NM WESTERN AG-MINERALS +USC00299672 35.8167 -107.7500 2030.9 NM WHITE HORSE +USC00299682 33.7500 -105.6333 2133.6 NM WHITE OAKS NEAR +USC00299686 32.7822 -106.1758 1221.0 NM WHITE SANDS NATL MON +USC00299691 32.5617 -108.3611 1826.1 NM WHITE SIGNAL +USC00299697 33.2333 -105.5500 2272.0 NM WHITE TAIL +USC00299701 33.3833 -104.1500 1188.7 NM WHITES RANCH +USC00299720 32.5578 -108.1264 1530.1 NM WHITEWATER +USC00299754 34.6333 -106.0333 1853.2 NM WILLARD NEAR +USC00299760 33.4000 -108.5833 2471.0 NM WILLOW CREEK RS +USC00299771 34.7167 -107.4667 1861.1 NM WILSON RCH +USC00299800 35.8333 -105.6667 2500.9 NM WINSORS +USC00299806 33.3497 -107.6492 1888.5 NM WINSTON +USC00299820 35.9478 -106.7469 2505.5 NM WOLF CANYON +USC00299822 35.7000 -106.3833 2011.7 NM WOODBURY +USC00299823 33.7667 -107.3000 1830.0 NM WOOFTER RCH +USC00299830 33.8000 -108.3167 2111.0 NM Y-RANCH +USC00299840 36.0500 -103.8667 1708.1 NM YATES 6S +USC00299851 34.4031 -104.6128 1478.3 NM YESO 2 S +USC00299857 34.3167 -104.7333 1524.9 NM YESO OVERTON RCH +USC00299882 33.8000 -108.3333 2073.9 NM YORK RCH +USC00300015 43.9000 -76.0667 121.9 NY ADAMS CTR +USC00300018 43.8167 -76.0167 195.1 NY ADAMS +USC00300023 42.1014 -77.2344 304.5 NY ADDISON HCN +USC00300028 42.1167 -77.2167 373.4 NY ADDISON 1 NNE +USC00300040 43.0167 -78.5000 213.4 NY AKRON +USC00300047 42.6461 -73.7472 0.0 NY ALBANY +USC00300048 42.6925 -73.8308 89.3 NY ALBANY NWFO UNIV +USC00300055 43.2631 -78.1986 148.1 NY ALBION +USC00300063 42.4697 -73.9267 185.0 NY ALCOVE DAM +USC00300070 42.9000 -78.5000 257.9 NY ALDEN +USC00300077 44.3333 -75.9167 78.9 NY ALEXANDRIA BAY 1 SW +USC00300085 42.2797 -77.7656 586.4 NY ALFRED HCN +USC00300090 42.1000 -78.5667 439.2 NY ALLEGANY +USC00300093 42.1003 -78.7497 457.2 NY ALLEGANY SP HCN +USC00300136 41.2833 -73.7500 116.1 NY AMAWALK +USC00300156 42.9167 -74.2167 198.1 NY AMSTERDAM 2 SW +USC00300159 42.9167 -74.1333 85.0 NY AMSTERDAM LOCK 1O +USC00300167 42.2000 -74.7833 488.0 NY ANDES +USC00300175 42.1500 -77.8000 509.0 NY ANDOVER +USC00300183 42.3108 -78.0231 449.6 NY ANGELICA HCN +USC00300208 43.3500 -78.6500 91.4 NY APPLETON +USC00300220 42.5347 -78.4575 434.9 NY ARCADE +USC00300237 42.1000 -74.7167 442.0 NY ARENA +USC00300242 43.2500 -74.5167 519.1 NY ARIETTA +USC00300246 42.4000 -77.7167 494.1 NY ARKPORT +USC00300254 42.1394 -74.6536 399.3 NY ARKVILLE 2 W +USC00300259 42.4167 -79.2500 384.0 NY ARKWRIGHT +USC00300268 42.2667 -76.6500 586.1 NY ARNOT SCS +USC00300300 42.2667 -73.8333 51.8 NY ATNENS +USC00300307 42.5333 -77.4667 393.2 NY ATLANTA +USC00300317 42.8108 -78.3978 416.1 NY ATTICA 7 SW +USC00300321 42.9328 -76.5447 234.7 NY AUBURN HCN +USC00300331 42.7339 -76.6592 253.0 NY AURORA RSCH FARM +USC00300343 42.9203 -77.7558 166.1 NY AVON +USC00300351 40.7167 -73.3667 14.9 NY BABYLON +USC00300360 42.2833 -75.4500 303.0 NY BAINBRIDGE 2 E +USC00300364 40.9342 -72.7397 21.3 NY BAITING HOLLOW +USC00300368 43.6167 -74.0333 481.9 NY BAKERS MILLS +USC00300379 43.1500 -76.3333 115.5 NY BALDWINSVILLE +USC00300386 42.9333 -73.8500 91.4 NY BALLSTON LAKE +USC00300393 42.0333 -74.6000 793.1 NY BALSAM LAKE +USC00300412 43.3667 -78.4833 85.0 NY BARKER 4 NE +USC00300424 43.8167 -75.8000 463.3 NY BARNES CORNERS +USC00300443 43.0297 -78.1683 278.3 NY BATAVIA HCN +USC00300448 42.3489 -77.3478 341.4 NY BATH +USC00300452 43.1014 -73.4319 115.8 NY BATTENVILLE +USC00300500 43.8869 -75.4350 225.6 NY BEAVER FALLS +USC00300505 42.6667 -78.3833 451.1 NY BEAVER MEADOW +USC00300511 41.2333 -73.7167 131.1 NY BEDFORD HILLS +USC00300540 42.1167 -75.1167 473.0 NY BEERSTON +USC00300608 43.5317 -75.9525 201.2 NY BENNETTS BRG +USC00300613 42.8561 -78.3958 379.5 NY BENNINGTON +USC00300621 40.6000 -73.9667 6.1 NY BENSONHURST +USC00300641 42.6167 -73.3667 347.5 NY BERLIN 5 S +USC00300652 42.7167 -73.3167 338.9 NY BERLIN 3 ENE +USC00300654 42.6000 -74.1500 323.1 NY BERNE 2 S +USC00300655 42.6500 -74.1667 378.0 NY BERNE 2 NW +USC00300658 42.5833 -74.1833 563.9 NY BERNE 5 SW +USC00300668 43.8000 -74.8667 536.4 NY BIG MOOSE 3 SE +USC00300681 42.1000 -75.9000 260.3 NY BINGHAMTON SUSQ RVR +USC00300684 42.2117 -75.9858 487.7 NY BINGHAMTON WFO +USC00300706 44.0000 -75.8167 161.8 NY BLACK RIVER 1 SW +USC00300732 41.5311 -74.4803 396.2 NY BLOOMINGBURG 2 SW +USC00300746 43.8667 -74.4333 670.9 NY BLUE MTN LAKE 2 N +USC00300766 42.1225 -78.2064 545.6 NY BOLIVAR +USC00300772 43.5667 -73.6500 103.6 NY BOLTON +USC00300774 44.1333 -75.3833 253.0 NY BONAPARTE +USC00300780 43.5167 -75.3667 360.0 NY BOONVILLE 2 N +USC00300785 43.4361 -75.3697 472.4 NY BOONVILLE 4 SSW +USC00300795 42.8333 -75.5833 411.5 NY BOUCKVILLE +USC00300799 42.2667 -74.7333 573.0 NY BOVINA +USC00300808 41.4500 -73.7333 171.0 NY BOYDS CORNERS +USC00300816 42.3667 -77.1000 335.9 NY BRADFORD +USC00300817 42.3833 -77.1167 415.1 NY BRADFORD 1 NW +USC00300828 43.9333 -74.8500 518.2 NY BRANDRETH +USC00300862 40.7833 -73.2500 31.1 NY BRENTWOOD +USC00300870 43.2386 -76.1964 114.9 NY BREWERTON LOCK 23 +USC00300878 41.4333 -73.6000 189.0 NY BREWSTER +USC00300889 40.9519 -72.2981 12.8 NY BRIDGEHAMPTON HCN +USC00300910 42.7481 -77.3425 286.5 NY BRISTOL HARBOUR +USC00300921 42.7000 -77.3833 366.1 NY BRISTOL SPRINGS +USC00300929 43.0508 -74.1981 256.0 NY BROADALBIN +USC00300937 43.2161 -77.9528 151.8 NY BROCKPORT HCN +USC00300957 42.8000 -75.3333 396.2 NY BROOKFIELD +USC00300958 40.6892 -73.9550 15.2 NY BROOKLYN +USC00300961 40.8369 -73.8494 11.9 NY BRONX +USC00300981 44.2167 -75.0667 335.9 NY BROWNS FALLS +USC00300985 41.9500 -74.2167 164.9 NY BROWN STN +USC00301010 42.8833 -78.8833 -999.9 NY BUFFALO +USC00301011 42.9461 -78.8367 190.5 NY BUFFALO 4NE +USC00301018 42.9333 -78.9000 177.1 NY BUFFALO #2 +USC00301032 42.4167 -76.8333 313.9 NY BURDETT 1 NE +USC00301040 44.9167 -74.2000 222.8 NY BURKE +USC00301052 42.8000 -74.2667 154.8 NY BURTONSVILLE +USC00301065 42.1667 -74.4000 463.9 NY BUSHNELLSVILLE 1 NE +USC00301068 42.9361 -73.4325 152.1 NY BUSKIRK +USC00301079 41.9167 -74.6667 561.1 NY BUTTERNUT BROOK +USC00301093 42.3167 -74.0167 92.0 NY CAIRO +USC00301095 42.3167 -74.0331 149.4 NY CAIRO 3 NW +USC00301101 41.7667 -75.0500 244.1 NY CALLICOON +USC00301102 41.8275 -74.9506 372.2 NY CALLICOON CTR +USC00301103 41.7794 -75.0444 396.2 NY CALLICOON 2 +USC00301105 43.0539 -73.3619 154.8 NY CAMBRIDGE +USC00301110 43.3306 -75.8417 176.8 NY CAMDEN +USC00301136 42.4167 -73.4000 360.0 NY CANAAN 2 E +USC00301138 43.2500 -74.5167 512.1 NY CANADA LAKE +USC00301144 42.9167 -74.5833 92.0 NY CANAJOHARIE +USC00301152 42.8450 -77.2808 219.5 NY CANANDAIGUA 3 S +USC00301156 42.4667 -77.7833 384.0 NY CANASERAGA +USC00301160 43.0833 -75.7667 125.0 NY CANASTOTA +USC00301168 42.1944 -76.3128 280.4 NY CANDOR 2SE +USC00301170 42.3833 -78.1833 451.1 NY CANEADEA DAM +USC00301173 42.2608 -77.6161 352.0 NY CANISTEO 1 SW +USC00301196 44.1333 -76.3333 78.0 NY CAPE VINCENT +USC00301207 41.4333 -73.6833 161.5 NY CARMEL +USC00301211 41.4725 -73.6550 207.3 NY CARMEL 4N +USC00301220 43.6167 -73.3000 74.1 NY CARVERS FALLS +USC00301260 42.2333 -73.8667 75.9 NY CATSKILL 1 N +USC00301265 42.9481 -76.7342 115.8 NY CAYUGA LOCK #1 +USC00301272 42.9167 -75.8667 381.0 NY CAZENOVIA +USC00301288 42.2167 -73.7667 12.2 NY CEDAR HILL +USC00301291 42.9333 -75.1167 384.0 NY CEDARVILLE 1 N +USC00301292 42.9000 -75.0833 445.0 NY CEDARVILLE 3 SE +USC00301309 40.8839 -73.3722 9.1 NY CENTERPORT +USC00301387 44.7500 -74.2167 323.1 NY CHASM FALLS +USC00301388 43.7592 -75.2997 390.4 NY CHASES LAKE +USC00301391 42.3667 -73.6000 128.0 NY CHATHAM +USC00301395 42.2167 -79.4667 405.4 NY CHAUTAUQUA +USC00301401 44.8786 -73.3953 47.9 NY CHAZY HCN +USC00301413 42.0025 -76.6383 250.5 NY CHEMUNG +USC00301414 42.2333 -75.8500 274.3 NY CHENANGO FORKS +USC00301415 42.2167 -75.8500 265.8 NY CHENANGO FORKS 2 S +USC00301424 42.9097 -75.1108 402.3 NY CHEPACHET +USC00301433 42.6167 -73.4167 427.0 NY CHERRY PLAIN +USC00301434 42.6333 -73.3500 335.9 NY CHERRYPLAIN 2 +USC00301436 42.8239 -74.7386 414.5 NY CHERRY VALLEY 2 NNE +USC00301442 42.5833 -78.0167 332.2 NY CHESTNUT LAWN +USC00301466 42.1667 -75.4000 445.0 NY CHINA +USC00301471 42.1000 -75.3833 351.1 NY CHINA 2 +USC00301484 43.1000 -77.8833 168.2 NY CHURCHVILLE +USC00301492 42.5433 -75.8947 320.0 NY CINCINNATUS +USC00301510 43.0167 -78.6167 176.8 NY CLARENCE CENTER +USC00301521 41.9136 -74.5722 503.8 NY CLARYVILLE +USC00301523 41.9167 -74.6000 634.0 NY CLARYVILLE 2 SW +USC00301541 43.2333 -75.8833 116.1 NY CLEVELAND +USC00301580 43.0589 -76.8383 119.5 NY CLYDE LOCK 26 +USC00301589 42.6667 -74.5000 292.9 NY COBLESKILL +USC00301593 42.6833 -74.4833 274.3 NY COBLESKILL +USC00301595 42.6672 -74.4425 356.3 NY COBLESKILL 2 ESE +USC00301598 42.4667 -73.8000 45.7 NY COEYMANS +USC00301603 42.4667 -77.5000 445.0 NY COHOCTON SCS +USC00301615 42.0167 -74.2667 198.1 NY COLD BROOK +USC00301618 40.8667 -73.4667 3.0 NY COLD SPRING HARBOR +USC00301623 42.6631 -78.6831 312.4 NY COLDEN 1 N +USC00301625 42.6472 -78.7111 467.9 NY COLDEN 1W +USC00301664 44.5842 -74.9572 176.8 NY COLTON 2 N +USC00301700 42.0333 -75.8000 256.3 NY CONKLIN +USC00301702 42.0639 -75.8103 260.9 NY CONKLIN 2 +USC00301708 43.3203 -73.9256 246.3 NY CONKLINGVILLE DAM +USC00301713 43.3167 -73.9167 223.1 NY CONKLINGVILLE DAM 2 +USC00301723 44.9167 -74.3000 128.0 NY CONSTABLE 1 S +USC00301728 43.2500 -76.0000 116.1 NY CONSTANTIA +USC00301732 43.3425 -76.0006 177.1 NY CONSTANTIA 6N +USC00301752 42.7167 -74.9267 383.1 NY COOPERSTOWN HCN +USC00301761 42.1131 -73.5522 167.6 NY COPAKE +USC00301765 43.9000 -75.6833 381.0 NY COPENHAGEN +USC00301771 43.2500 -73.8333 165.2 NY CORINTH +USC00301787 42.1342 -77.0692 349.6 NY CORNING +USC00301792 42.0667 -77.0500 499.9 NY CORNING 5 SSW +USC00301794 42.1333 -77.1500 317.0 NY CORNING 5 W +USC00301799 42.6000 -76.1833 344.1 NY CORTLAND HCN +USC00301850 41.9667 -74.8667 427.0 NY CRAIGIE CLAIR +USC00301896 41.2667 -73.6833 73.2 NY CROSS RIVER +USC00301904 41.3500 -73.6667 67.1 NY CROTON FALLS 1 NE +USC00301912 41.2333 -73.8000 75.9 NY CROTON LAKE +USC00301949 41.0167 -72.5000 11.9 NY CUTCHOGUE +USC00301966 44.7192 -73.7206 408.4 NY DANNEMORA HCN +USC00301974 42.5647 -77.7175 201.2 NY DANSVILLE HCN +USC00301987 42.4667 -74.8000 411.5 NY DAVENPORT 2 E +USC00302001 40.8833 -73.7667 6.1 NY DAVIDS ISLAND +USC00302020 44.5000 -75.2667 136.9 NY DEKALB JUNCTION +USC00302031 42.7672 -74.1711 299.9 NY DELANSON 2NE +USC00302036 42.2533 -74.9050 445.0 NY DELHI 2 SE +USC00302039 42.3000 -74.9333 509.0 NY DELHI 1 NW +USC00302045 43.2667 -75.4333 171.0 NY DELTA +USC00302047 43.2736 -75.4272 167.6 NY DELTA DAM +USC00302060 42.0628 -75.4264 304.8 NY DEPOSIT HCN +USC00302071 42.7000 -79.0000 200.9 NY DERBY 2 NW +USC00302079 42.8167 -75.8833 396.8 NY DE RUYTER 4 N +USC00302091 40.8000 -73.3000 36.6 NY DIX HILLS +USC00302129 41.0072 -73.8344 61.0 NY DOBBS FERRY-ARDSLEY HCN +USC00302137 43.0833 -74.7667 208.8 NY DOLGEVILLE +USC00302143 43.7500 -75.3333 304.8 NY DONNATTSBURG +USC00302151 40.7211 -73.0908 1.5 NY MOLLOY CERCOM +USC00302164 42.0833 -75.0000 338.9 NY DOWNSVILLE +USC00302169 42.0772 -74.9828 365.8 NY DOWNSVILLE DAM +USC00302197 42.4717 -79.3336 192.3 NY DUNKIRK +USC00302234 43.7500 -74.7667 548.9 NY EAGLE BAY 3 SE +USC00302236 42.9331 -73.3667 115.8 NY EAGLE BRG 2 SE +USC00302239 43.9167 -75.2000 396.8 NY EAGLE FALLS +USC00302277 42.9000 -77.4333 265.2 NY EAST BLOOMFIELD +USC00302282 41.4000 -73.5833 139.9 NY EAST BRANCH +USC00302286 42.4394 -73.5028 281.6 NY EAST CHATHAM +USC00302291 40.9333 -73.8000 36.9 NY EASTCHESTER +USC00302302 42.2833 -74.9167 417.9 NY EAST DELHI +USC00302351 42.7000 -76.1167 451.1 NY EAST HOMER +USC00302356 42.7167 -76.1167 476.1 NY EAST HOMER 2 +USC00302362 42.2500 -74.1833 566.9 NY EAST JEWETT +USC00302366 42.2344 -74.1444 606.9 NY E JEWETT +USC00302454 42.3328 -75.2297 352.0 NY E SIDNEY +USC00302462 42.9833 -73.5500 134.1 NY EASTON +USC00302506 42.6500 -78.9000 256.0 NY EDEN +USC00302517 42.1333 -74.2333 506.0 NY EDGEWOOD +USC00302526 42.6833 -75.2500 359.7 NY EDMESTON +USC00302547 43.0667 -78.1667 213.4 NY ELBA +USC00302554 44.2139 -73.5986 186.2 NY ELIZABETHTOWN +USC00302562 42.1667 -74.1667 686.1 NY ELKA PARK +USC00302574 44.9131 -73.8222 289.6 NY ELLENBURG DEPOT +USC00302582 41.7167 -74.4000 106.7 NY ELLENVILLE +USC00302587 41.7167 -74.4000 106.7 NY ELLENVILLE 2 +USC00302599 42.8500 -78.6333 236.2 NY ELMA +USC00302610 42.0997 -76.8358 288.6 NY ELMIRA HCN +USC00302627 42.0858 -76.0878 252.1 NY ENDICOTT +USC00302666 43.0167 -74.5333 238.0 NY EPHRATAH +USC00302683 42.7667 -74.2500 167.9 NY ESPERANCE +USC00302686 42.4500 -74.2833 335.3 NY ESPERANCE 2 N +USC00302720 43.1500 -74.9000 445.0 NY FAIRFIELD +USC00302760 40.7500 -73.4333 24.1 NY FARMINGDALE 2 NE +USC00302780 43.0333 -76.0167 161.5 NY FAYETTEVILLE +USC00302829 41.9667 -75.1833 310.9 NY FISHS EDDY +USC00302862 42.8333 -76.5500 274.3 NY FLEMING +USC00302868 40.7667 -73.8667 18.3 NY FLUSHING +USC00302888 42.9667 -74.4167 136.9 NY FONDA +USC00302917 43.4333 -75.2167 345.0 NY FORESTPORT +USC00302934 44.0333 -75.7667 192.0 NY FT DRUM +USC00302941 42.9500 -74.2833 91.4 NY FORT HUNTER +USC00302946 43.2667 -79.0667 79.9 NY FORT NIAGARA +USC00302953 42.9383 -74.6228 93.0 NY FT PLAIN +USC00302964 40.8000 -73.8000 18.0 NY FT SCHUYLER +USC00303010 43.0667 -75.1167 125.0 NY FRANKFORT LOCK 19 +USC00303020 42.3333 -75.1667 408.4 NY FRANKLIN +USC00303025 42.3294 -78.4636 484.6 NY FRANKLINVILLE +USC00303033 42.4497 -79.3120 231.6 NY FREDONIA HCN +USC00303038 42.3667 -74.0667 136.9 NY FREEHOLD 2 NW +USC00303042 40.6667 -73.6000 6.1 NY FREEPORT +USC00303050 42.5192 -76.3311 320.0 NY FREEVILLE 1 NE +USC00303065 42.1378 -78.2372 499.9 NY FRIENDSHIP 7 SW +USC00303069 42.1908 -78.1458 473.0 NY FRIENDSHIP +USC00303070 42.1667 -78.2000 604.1 NY FRIENDSHIP 5 SW +USC00303076 41.9667 -74.5500 561.1 NY FROST VALLEY +USC00303087 43.3050 -76.3939 109.7 NY FULTON +USC00303088 43.3242 -76.4186 102.4 NY FULTON LOCK O-3 +USC00303102 44.4333 -74.1667 537.1 NY GABRIELS +USC00303124 42.7000 -77.4000 602.0 NY GANNETT HILL +USC00303125 43.2000 -73.6500 75.0 NY GANSEVOORT +USC00303128 43.0000 -77.7833 171.0 NY GARBUTT +USC00303138 41.6833 -74.1500 97.5 NY GARDINER 1 W +USC00303144 41.3458 -74.4872 140.2 NY GARDNERVILLE +USC00303152 41.2167 -74.0000 56.7 NY GARNERVILLE +USC00303165 42.4833 -75.9333 402.3 NY GEE BROOK HILLS +USC00303177 42.8833 -77.0000 180.1 NY GENEVA EXP STN +USC00303182 42.8833 -77.0167 189.0 NY GENEVA SCS +USC00303184 42.8767 -77.0308 218.8 NY GENEVA RSCH FARM HCN +USC00303250 43.7117 -75.4258 329.2 NY GLENFIELD 1W +USC00303251 42.0167 -74.1333 262.1 NY GLENFORD +USC00303259 41.5167 -73.9333 83.8 NY GLENHAM HCN +USC00303281 43.3000 -73.6667 118.9 NY GLENS FALLS 2 +USC00303284 43.3247 -73.6781 153.6 NY GLENS FALLS FARM +USC00303289 43.3167 -73.6500 107.0 NY GLENS FALLS FIRE STN +USC00303299 43.2833 -73.6667 92.0 NY GLENS FALLS FEEDER DAM +USC00303319 43.0492 -74.3592 246.9 NY GLOVERSVILLE HCN +USC00303322 43.1150 -74.4236 443.5 NY GLOVERSVILLE 7NW (PECK LAKE) +USC00303324 43.1000 -74.4333 415.1 NY GLOVERSVILLE PECKS PON +USC00303346 44.3539 -75.5122 128.0 NY GOUVERNEUR 3 NW +USC00303352 42.4667 -78.9500 231.3 NY GOWANDA +USC00303354 42.4833 -78.9333 265.2 NY GOWANDA CORRECTIONAL +USC00303360 42.7833 -73.4667 475.5 NY GRAFTON +USC00303365 41.8500 -74.5333 292.6 NY GRAHAMSVILLE +USC00303373 42.3667 -74.4833 415.1 NY GRAND GORGE +USC00303381 42.9667 -78.9667 176.8 NY GRAND ISLAND +USC00303416 43.1333 -75.1167 342.0 NY GRAVESVILLE 2 N +USC00303444 42.3239 -75.7711 280.4 NY GREENE +USC00303452 43.1167 -73.8333 185.9 NY GREENFIELD CTR +USC00303464 41.1019 -72.3731 4.9 NY GREENPORT PWR HOUSE +USC00303468 43.1167 -73.5000 129.5 NY GREENWICH +USC00303503 42.1667 -74.5333 688.8 NY GRIFFIN CORNERS +USC00303508 43.2242 -75.3997 143.9 NY GRIFFISS INTERNATIONAL AIRPORT +USC00303520 42.6667 -77.7667 177.1 NY GROVELAND +USC00303566 42.2333 -74.4833 665.1 NY HALCOTT CENTRE +USC00303567 42.2167 -74.4667 598.0 NY HALCOTT CTR 2 NNE +USC00303575 42.0000 -75.3833 297.5 NY HALE EDDY +USC00303590 42.7517 -78.8911 185.9 NY HAMBURG +USC00303591 42.7275 -78.8811 234.7 NY HAMBURG 3 W +USC00303602 42.8167 -75.5333 369.1 NY HAMILTON +USC00303616 42.4000 -77.2333 220.1 NY HAMMONDSPORT +USC00303617 42.4000 -77.2500 238.0 NY HAMMONDSPORT 1 W +USC00303619 42.4333 -77.1500 396.2 NY HAMMONDSPORT +USC00303636 41.9500 -75.2833 297.2 NY HANCOCK +USC00303662 44.5333 -73.5667 189.6 NY HARKNESS +USC00303669 42.1500 -75.6167 390.1 NY HARPURSVILLE +USC00303714 42.0167 -75.1167 328.9 NY HARVARD +USC00303722 42.4206 -77.5675 502.9 NY HASKINVILLE +USC00303766 42.5000 -76.8833 237.7 NY HECTOR +USC00303769 42.4850 -78.9367 265.2 NY HELMUTH FIRE CTRL +USC00303773 42.7742 -77.6083 274.9 NY HEMLOCK HCN +USC00303781 40.7167 -73.6333 24.1 NY HEMPSTEAD GARDEN CITY +USC00303786 40.6833 -73.6667 11.9 NY HEMPSTEAD MALVERNE +USC00303792 44.0333 -75.6500 208.8 NY HERRING +USC00303825 40.7667 -73.5333 45.7 NY HICKSVILLE +USC00303831 43.4000 -74.5333 512.1 NY HIGGINS BAY +USC00303839 41.8333 -74.1333 43.0 NY HIGH FALLS +USC00303851 43.5753 -75.5208 537.4 NY HIGHMARKET +USC00303856 43.5833 -75.5167 542.8 NY HIGHMARKET 1 SE +USC00303864 42.1333 -74.4833 561.1 NY HIGHMOUNT +USC00303881 43.2833 -77.7833 88.1 NY HILTON +USC00303889 43.3000 -75.1500 347.8 NY HINCKLEY 2 SW +USC00303916 43.3833 -74.7333 573.0 NY HOFFMEISTER 3 W +USC00303919 40.8333 -73.0833 24.1 NY HOLBROOK +USC00303938 42.6333 -76.2000 342.9 NY HOMER +USC00303941 43.1000 -74.0167 429.8 NY HOMESTEAD SANATARIUM +USC00303953 41.7500 -74.3833 131.1 NY HONK FALLS +USC00303955 42.7914 -77.5133 243.8 NY HONEOYE +USC00303957 42.9500 -77.5833 185.9 NY HONEOYE FALLS +USC00303959 41.8500 -73.6833 134.1 NY HONEYMEAD BROOK +USC00303961 43.8525 -75.7158 450.5 NY HOOKER 12 NNW +USC00303965 42.9000 -73.3500 131.1 NY HOOSICK FALLS +USC00303970 43.3117 -74.2478 268.2 NY HOPE +USC00303983 42.3489 -77.7044 403.9 NY HORNELL ALMOND DAM +USC00303986 42.1500 -76.8333 274.3 NY HORSEHEADS +USC00304024 42.2500 -73.7833 98.1 NY HUDSON +USC00304025 42.2475 -73.7922 9.1 NY HUDSON CORRECTIONAL FACILITY +USC00304045 42.2333 -78.2333 594.4 NY HUMPHREY +USC00304052 42.2000 -74.2167 499.9 NY HUNTER MTN +USC00304070 42.4272 -76.1253 424.9 NY HUNTS CORNERS +USC00304102 43.7547 -74.2756 509.0 NY INDIAN LAKE 2SW HCN +USC00304105 44.0000 -75.3667 292.6 NY INDIAN RIVER +USC00304111 43.0667 -74.7667 177.1 NY INGHAMS +USC00304174 42.4492 -76.4492 292.6 NY ITHACA CORNELL UNIV HCN +USC00304182 43.0167 -74.9167 118.9 NY JACKSONBURG +USC00304206 42.1000 -79.2500 424.0 NY JAMESTOWN +USC00304207 42.1100 -79.1592 381.0 NY JAMESTOWN 4 ENE +USC00304208 42.1167 -79.2333 423.7 NY JAMESTOWN WTR WKS +USC00304234 41.7833 -74.9333 329.2 NY JEFFERSONVILLE +USC00304271 42.9167 -73.5167 107.0 NY JOHNSONVILLE +USC00304332 44.1833 -73.8000 390.1 NY KEENE VALLEY 1 W +USC00304348 42.7833 -76.3667 432.8 NY KELLOGGSVILLE +USC00304353 43.3333 -78.0333 98.1 NY KENDALL +USC00304354 43.3386 -78.1289 97.5 NY KENT +USC00304415 42.6667 -76.6167 289.6 NY KING FERRY +USC00304424 41.9333 -74.0000 85.0 NY KINGSTON CITY HALL +USC00304429 41.9167 -73.9833 3.0 NY KINGSTON GAS PLT +USC00304450 42.0000 -78.5167 723.0 NY KNAPP CREEK +USC00304472 42.4000 -74.8000 580.0 NY KORTRIGHT +USC00304473 42.4167 -74.8000 527.3 NY KORTRIGHT 2 +USC00304486 41.7833 -74.4000 220.1 NY LACKAWACK +USC00304520 44.1000 -74.0000 838.2 NY LAKE COLDEN +USC00304525 42.2500 -74.9000 448.1 NY LAKE DELAWARE +USC00304529 43.4333 -73.7167 106.7 NY LAKE GEORGE +USC00304530 43.4333 -73.7167 106.7 NY LAKE GEORGE #1 +USC00304531 40.8667 -73.1167 33.5 NY LAKE GROVE +USC00304533 42.0667 -74.1833 342.0 NY LAKE HILL +USC00304537 43.2614 -73.8342 185.9 NY LAKE LUZERNE +USC00304555 44.3042 -73.9839 575.5 NY LAKE PLACID 2 S HCN +USC00304563 40.8333 -73.1333 24.1 NY LAKE RONKONKOMA +USC00304564 42.7319 -78.9239 197.2 NY LAKEVIEW 1NW +USC00304565 43.3714 -78.2664 82.3 NY LAKESIDE +USC00304575 42.4486 -74.4653 335.3 NY LANSING MANOR +USC00304613 40.9333 -73.7500 11.9 NY LARCHMONT +USC00304632 40.7333 -73.9333 3.0 NY LAUREL HILL +USC00304647 44.7583 -74.6692 142.0 NY LAWRENCEVILLE 3 SW HCN +USC00304673 42.8167 -75.2667 472.4 NY LEONARDSVILLE +USC00304684 42.9736 -77.9672 272.8 NY LE ROY 1E +USC00304685 42.9833 -78.0000 280.4 NY LEROY +USC00304686 42.4833 -73.3667 283.5 NY LEBANON SPRINGS +USC00304698 42.5833 -78.0333 384.0 NY LETCHWORTH PARK +USC00304706 41.9500 -74.8333 580.0 NY LEWBEACH +USC00304715 43.1833 -79.0500 100.9 NY LEWISTON 1 N +USC00304717 43.1333 -78.9667 192.0 NY LEWISTON 3 SE +USC00304723 42.2333 -74.3333 451.1 NY LEXINGTON 1 SE +USC00304731 41.8017 -74.7400 481.6 NY LIBERTY 1 NE +USC00304754 42.7000 -75.8833 387.1 NY LINCKLAEN +USC00304767 42.8833 -78.1667 342.0 NY LINDEN +USC00304772 42.0636 -77.1467 317.0 NY LINDLEY 2N +USC00304782 42.3500 -76.0000 297.5 NY LISLE +USC00304784 42.3833 -76.1000 432.8 NY LISLE +USC00304791 43.0603 -74.8686 272.2 NY LITTLE FALLS CITY RSCH HCN +USC00304796 43.0333 -74.8667 109.7 NY LITTLE FALLS MILL ST HCN +USC00304801 43.0167 -74.7833 94.2 NY LITTLE FALLS 5 E +USC00304808 42.2472 -78.8125 495.3 NY LITTLE VALLEY +USC00304836 42.6703 -76.4722 365.8 NY LOCKE 2 W +USC00304844 43.1878 -78.6092 185.9 NY LOCKPORT 4E HCN +USC00304849 43.2000 -78.6333 134.1 NY LOCKPORT 4 NE +USC00304912 43.7928 -75.4828 263.0 NY LOWVILLE HCN +USC00304939 43.3392 -78.3892 102.7 NY LYNDONVILLE +USC00304940 43.3167 -78.3833 97.5 NY LYNDONVILLE (1) +USC00304942 43.1000 -77.0000 129.8 NY LYONS +USC00304944 43.6167 -75.3667 243.8 NY LYONS FALLS +USC00304952 43.0731 -77.3019 142.0 NY MACEDON +USC00304957 43.9500 -76.1167 79.9 NY MADISON BARRACKS +USC00304984 43.3167 -76.1000 136.9 NY MALLORY +USC00304995 44.8500 -74.3833 246.9 NY MALONE (1) +USC00304996 44.8419 -74.3081 268.2 NY MALONE HCN +USC00305032 42.3833 -74.3167 493.8 NY MANORKILL +USC00305072 42.9833 -76.3833 313.9 NY MARCELLUS SCS +USC00305110 41.1833 -73.8333 177.1 NY MARYKNOLL +USC00305113 42.4694 -75.0106 373.4 NY EMMONS HCN +USC00305120 42.0500 -74.8167 463.9 NY MARY SMITH +USC00305129 44.9833 -74.7833 67.1 NY MASSENA SNELL LOCK +USC00305142 40.9886 -72.5103 6.1 NY MATTITUCK +USC00305171 43.0000 -76.7667 121.9 NY MAYS POINT LOCK 25 +USC00305180 42.2394 -79.5078 421.2 NY MAYVILLE +USC00305199 43.6167 -75.1167 451.1 NY MCKEEVER +USC00305231 42.8833 -73.6833 11.9 NY MECHANICVILLE 2 S +USC00305233 42.4422 -76.7586 460.2 NY MECKLENBURG 4SW +USC00305235 40.8167 -72.9833 24.4 NY MEDFORD +USC00305236 43.2092 -78.3894 167.6 NY MEDINA +USC00305248 42.8503 -73.6094 106.7 NY MELROSE 1 NE +USC00305255 43.0500 -73.9000 125.0 NY MILTON CTR +USC00305276 41.8000 -74.4331 263.7 NY MERRIMAN DAM +USC00305280 43.4383 -76.2658 129.5 NY MEXICO 2SW +USC00305283 41.3833 -73.6500 116.1 NY MIDDLE BRANCH RSVR +USC00305291 42.6000 -74.3167 220.1 NY MIDDLEBURG +USC00305310 41.4603 -74.4489 213.4 NY MIDDLETOWN 2 NW +USC00305312 41.4333 -74.4167 153.0 NY MIDDLETOWN 2 +USC00305334 41.8553 -73.6700 249.9 NY MILLBROOK +USC00305346 41.9500 -73.5167 223.1 NY MILLERTON +USC00305377 40.7328 -73.6183 29.3 NY MINEOLA +USC00305380 40.7494 -73.6233 30.5 NY MINEOLA 1 NE +USC00305382 40.7333 -73.6500 27.1 NY MINEOLA 1 W +USC00305388 41.7333 -74.2333 548.6 NY MINNEWASKA +USC00305426 41.7681 -74.1550 379.5 NY MOHONK LAKE HCN +USC00305429 44.8167 -74.5667 61.0 NY MOIRA +USC00305435 41.5703 -74.7931 379.8 NY MONGAUP VALLEY 4 SSW +USC00305438 43.7611 -75.6803 542.5 NY MONTAGUE +USC00305441 41.0500 -71.9500 3.0 NY MONTAUK +USC00305489 43.3833 -74.7333 517.2 NY MOREHOUSEVILLE +USC00305512 42.8417 -75.7264 512.4 NY MORRISVILLE 6 SW HCN +USC00305540 40.9833 -73.8667 243.8 NY MOUNT HOPE +USC00305560 42.4667 -73.4000 219.5 NY MT LEBANON +USC00305580 43.2000 -73.7500 323.1 NY MOUNT MCGREGOR +USC00305597 42.7314 -77.9053 268.2 NY MT MORRIS 2 W +USC00305604 42.4500 -76.3667 502.9 NY MT PLEASANT FARM +USC00305606 40.9331 -73.0192 15.2 NY MT SINAI +USC00305618 40.9000 -73.8333 47.2 NY MOUNT VERNON +USC00305635 42.6167 -77.4000 228.6 NY NAPLES +USC00305639 41.5667 -75.0167 225.6 NY NARROWSBURG 4 SE +USC00305658 43.9500 -74.8333 518.2 NY NEHASANE +USC00305671 41.8333 -74.6500 396.8 NY NEVERSINK +USC00305673 42.3244 -78.8669 413.0 NY CATTARAUGUS +USC00305675 42.2833 -78.9167 601.1 NY NEW ALBION 1 W +USC00305676 42.3114 -78.9083 606.6 NY NEW ALBION 2 +USC00305679 43.0467 -77.0842 131.1 NY NEWARK +USC00305682 42.2464 -76.1767 301.8 NY NEWARK VALLEY 1N +USC00305687 42.6167 -75.3333 329.2 NY NEW BERLIN +USC00305692 42.6167 -75.4333 502.9 NY NEW BERLIN 5 WSW +USC00305711 43.9667 -74.2167 494.1 NY NEWCOMB 3 W +USC00305714 43.9708 -74.2219 502.0 NY NEWCOMB +USC00305715 43.2900 -78.7228 103.6 NY NEWFANE 1W +USC00305728 41.6333 -73.8833 46.0 NY NEW HACKENSACK +USC00305743 42.2333 -74.7000 586.1 NY NEW KINGSTON +USC00305748 42.5000 -75.2500 376.1 NY NEW LISBON +USC00305751 43.2097 -75.6453 121.9 NY NEW LONDON LOCK NO 22 +USC00305759 41.6833 -74.1333 128.0 NY NEW PALTZ 4 SW +USC00305769 43.2000 -74.9167 516.3 NY NEWPORT 7 NE +USC00305796 40.5939 -73.9808 6.1 NY NY AVE V BROOKLYN +USC00305798 40.6000 -73.9667 6.1 NY NEW YORK BENSONHURST +USC00305799 40.8667 -73.8833 27.1 NY NEW YORK BOTANICAL GRD +USC00305804 40.7333 -73.9333 3.0 NY NEW YORK LAUREL HILL +USC00305806 40.8500 -73.9167 54.9 NY NEW YORK UNIV ST +USC00305816 40.7000 -74.0167 3.0 NY NEW YORK WB CITY +USC00305821 40.6333 -74.1167 24.4 NY NY WESTERLEIGH STAT IS +USC00305840 43.1139 -78.9353 179.2 NY NIAGARA FALLS INTL AP +USC00305869 44.8053 -74.9997 70.1 NY NORFOLK +USC00305917 42.5167 -77.4667 399.9 NY NORTH COHOCTON SCS +USC00305925 43.6611 -73.8969 271.3 NY N CREEK 5 SE +USC00305965 44.4833 -75.7167 91.4 NY NORTH HAMMOND +USC00305987 43.5333 -74.9500 558.1 NY NORTH LAKE +USC00306019 40.9000 -73.3500 6.1 NY NORTHPORT +USC00306028 43.1833 -76.8833 118.9 NY NORTH ROSE +USC00306042 42.3500 -74.2833 579.1 NY WINDHAM NORTH SETTLEME +USC00306047 43.0572 -78.8617 176.2 NY N TONAWANDA +USC00306062 43.1592 -74.2042 240.8 NY NORTHVILLE +USC00306085 42.5117 -75.5197 301.4 NY NORWICH HCN +USC00306098 43.8667 -75.1833 478.8 NY NUMBER FOUR +USC00306111 42.4000 -74.1500 200.9 NY OAK HILL +USC00306119 41.5000 -74.6500 280.4 NY OAKLAND VALLEY +USC00306138 40.6328 -73.6269 3.7 NY OCEANSIDE +USC00306164 44.7281 -75.4442 85.3 NY OGDENSBURG 4 NE HCN +USC00306168 41.7333 -74.0667 109.1 NY OHIOVILLE +USC00306179 43.7000 -75.0000 519.1 NY OLD FORGE THENDARA +USC00306184 43.7025 -74.9839 532.8 NY OLD FORGE +USC00306196 42.0736 -78.4517 432.8 NY OLEAN +USC00306217 42.4603 -75.0642 350.5 NY ONEONTA +USC00306224 42.4500 -75.0667 328.9 NY ONEONTA 1 S +USC00306225 42.4500 -75.0667 351.1 NY ONEONTA +USC00306229 42.4500 -75.0000 353.9 NY ONEONTA 3 SE +USC00306232 42.4667 -75.0667 427.0 NY ONEONTA STATE UNIV +USC00306275 41.1500 -72.2667 3.0 NY ORIENT 2 E +USC00306276 41.1322 -72.2583 0.9 NY ORIENT PT SP +USC00306300 43.4992 -75.7122 332.8 NY OSCEOLA +USC00306301 41.1500 -73.8667 9.1 NY OSSINING SING SING +USC00306306 44.1833 -75.0667 396.2 NY OSWEGATCHIE +USC00306314 43.4622 -76.4933 106.7 NY OSWEGO E HCN +USC00306322 42.4667 -75.2000 460.9 NY OTEGO +USC00306346 42.6167 -76.8167 342.0 NY OVID 4 S +USC00306356 42.0811 -76.3178 246.9 NY OWEGO 3 WSW +USC00306365 42.5000 -75.7333 502.9 NY OXFORD +USC00306368 40.8667 -73.5333 12.2 NY OYSTER BAY +USC00306375 43.4000 -76.3000 142.3 NY PALERMO +USC00306376 43.3319 -76.2692 135.6 NY PALERMO 2SSE +USC00306411 44.6333 -74.8333 228.9 NY PARISHVILLE 1 WNW +USC00306426 41.9000 -74.8167 445.0 NY PARKSTON +USC00306441 40.7967 -73.0014 16.8 NY PATCHOGUE 2 N +USC00306459 44.4333 -74.2667 509.0 NY PAUL SMITHS +USC00306464 42.9114 -77.9808 310.9 NY PAVILION 2NE +USC00306465 42.8733 -77.9925 353.6 NY PAVILION 2 +USC00306479 41.9333 -74.3833 445.0 NY PEEKAMOOSE +USC00306480 43.1011 -78.7139 179.5 NY PENDLETON 1NE +USC00306510 42.6711 -77.0628 253.0 NY PENN YAN +USC00306517 42.6667 -77.1833 303.9 NY PENN YAN 8 W +USC00306523 42.7214 -78.0083 415.1 NY PERRY +USC00306524 42.4833 -76.7000 316.4 NY PERRY CITY +USC00306525 42.4647 -79.0031 368.8 NY PERRYSBURG +USC00306527 42.4500 -79.0167 477.0 NY PERRYSBURG 1 SW +USC00306538 44.5656 -73.5706 155.4 NY PERU 2 WSW +USC00306549 42.7333 -73.3000 353.9 NY PETERSBURG 2 SE +USC00306557 44.1333 -75.7000 147.8 NY PHILADELPHIA +USC00306562 41.4333 -74.3667 134.1 NY PHILLIPSBURG +USC00306567 42.0864 -74.3142 265.2 NY PHOENICIA +USC00306570 42.0675 -74.3356 323.1 NY PHONECIA 2SW +USC00306579 43.0667 -76.2833 121.9 NY PHOENIX +USC00306623 43.4614 -74.5231 527.3 NY PISECO +USC00306649 42.1389 -74.0914 619.4 NY PLATTE CLOVE +USC00306659 44.6500 -73.4667 50.3 NY PLATTSBURGH AFB +USC00306660 44.6917 -73.4556 54.3 NY PLATTSBURGH 1 S +USC00306674 41.1314 -73.7758 97.5 NY PLEASANTVILLE +USC00306685 42.6167 -75.6000 390.1 NY PLYMOUTH +USC00306745 42.5700 -78.0406 356.0 NY PORTAGEVILLE +USC00306747 42.3717 -79.4867 246.3 NY PORTLAND1 SW +USC00306765 44.0500 -73.4500 36.9 NY PORT HENRY +USC00306768 40.9500 -73.0667 3.0 NY PORT JEFFERSON +USC00306774 41.3892 -74.6906 176.8 NY PORT JERVIS HCN +USC00306789 42.0333 -78.3333 435.9 NY PORTVILLE +USC00306810 44.6667 -75.0000 131.1 NY POTSDAM +USC00306817 41.6833 -73.9333 31.1 NY POUGHKEEPSIE +USC00306820 41.7269 -73.9203 76.5 NY POUGHKEEPSIE +USC00306827 41.7167 -73.9167 67.1 NY POUGHKEEPSIE PENDELL R +USC00306831 42.5333 -77.3000 591.9 NY PRATTSBURG 2 NW +USC00306833 42.5167 -77.2667 438.9 NY PRATTSBURG +USC00306839 42.3281 -74.4422 367.9 NY PRATTSVILLE +USC00306842 42.3167 -74.4333 348.1 NY PRATTSVILLE 2 +USC00306848 42.4333 -74.2000 267.9 NY PRESTON HOLLOW +USC00306867 43.5697 -76.1164 121.6 NY PULASKI +USC00306941 43.8167 -74.6667 542.8 NY RAQUETTE LAKE +USC00306957 44.2961 -74.1028 493.8 NY RAY BROOK +USC00306965 43.7500 -75.6833 550.5 NY RECTORS CORNERS +USC00306983 42.0000 -73.8667 67.1 NY RED HOOK +USC00306988 43.6414 -75.8839 398.7 NY REDFIELD 8N +USC00306989 42.1167 -78.8000 412.1 NY REDHOUSE +USC00306999 42.3167 -74.6333 622.1 NY RELAY +USC00307024 42.5333 -74.1667 527.9 NY RENSSELAERVILLE 2 NW +USC00307033 41.9333 -73.9167 65.5 NY RHINEBECK +USC00307035 41.8847 -73.8686 91.7 NY RHINEBECK 4SE +USC00307069 42.3667 -76.2167 448.1 NY RICHFORD +USC00307070 42.3500 -76.2000 335.9 NY RICHFORD +USC00307077 43.5667 -76.0500 159.1 NY RICHLAND +USC00307088 42.6333 -74.5500 457.2 NY RICHMONDVILLE +USC00307097 43.2667 -78.3833 128.0 NY RIDGEWAY +USC00307115 41.8500 -74.0500 11.9 NY RIFTON 1 N +USC00307129 43.6000 -73.7331 228.6 NY RIVERBANK +USC00307134 40.9619 -72.7158 30.5 NY RIVERHEAD RSCH FM +USC00307195 42.3833 -75.4000 313.9 NY ROCKDALE +USC00307205 41.6000 -74.6000 473.0 NY ROCK HILL +USC00307210 41.5917 -74.6142 387.1 NY ROCK HILL 3 SW +USC00307250 42.7500 -76.8333 219.2 NY ROMULUS +USC00307252 41.9167 -73.9667 57.3 NY RONDOUT +USC00307260 41.9267 -74.8958 454.2 NY ROSCOE +USC00307274 41.8481 -74.0472 37.2 NY ROSENDALE 2 E +USC00307282 40.8000 -73.6333 67.1 NY ROSLYN +USC00307291 42.9239 -73.7858 59.4 NY ROUND LAKE 1 SE +USC00307317 42.2833 -74.5667 454.2 NY ROXBURY +USC00307329 42.4261 -78.1922 487.7 NY RUSHFORD +USC00307338 41.0667 -73.7167 129.5 NY RYE LAKE AIRPORT +USC00307348 44.1167 -74.6667 537.1 NY SABATTIS 3 NE +USC00307356 44.0500 -74.6333 527.9 NY SABATTIS WHITNEY PARK +USC00307382 43.0000 -74.6833 107.0 NY ST JOHNSVILLE +USC00307397 42.1833 -78.7167 534.0 NY SALAMANCA +USC00307398 42.1589 -78.7219 418.2 NY SALAMANCA +USC00307400 42.1506 -78.7203 431.3 NY SALAMANCA 2 +USC00307405 43.1667 -73.3167 149.4 NY SALEM +USC00307413 43.1667 -74.8667 420.9 NY SALISBURY +USC00307420 41.4333 -74.1167 95.7 NY SALISBURY MILLS +USC00307425 43.1700 -78.8178 192.9 NY SANBORN 4NE +USC00307430 43.6403 -76.0972 144.2 NY SANDY CREEK +USC00307472 44.3333 -74.1333 481.9 NY SARANAC LAKE +USC00307480 43.1000 -73.8333 167.9 NY SARATOGA SPRINGS 4 NW +USC00307484 43.0411 -73.8211 99.4 NY SARATOGA SPRINGS 4 SW HCN +USC00307497 40.9833 -73.8000 60.7 NY SCARSDALE +USC00307505 42.9000 -73.6000 39.9 NY SCHAGHTICOKE 1 W +USC00307514 42.8000 -73.9167 109.7 NY SCHENECTADY +USC00307520 42.6650 -74.3036 223.7 NY SCHOHARIE +USC00307524 43.8333 -73.7667 262.1 NY SCHROON LAKE +USC00307532 44.0167 -73.7000 284.1 NY SCHROON RIVER 4 N +USC00307544 43.1167 -73.5833 34.1 NY SCHUYLERVILLE LOCK 5 +USC00307549 43.1131 -73.5775 36.6 NY SCHUYLERVILLE +USC00307557 42.1667 -77.9833 438.9 NY SCIO +USC00307568 42.8167 -73.9833 70.1 NY SCOTIA +USC00307578 43.0167 -77.7500 171.0 NY SCOTTSVILLE +USC00307587 40.8506 -73.6483 30.5 NY SEA CLIFF +USC00307596 42.0500 -74.5500 586.1 NY SEAGER +USC00307633 40.9586 -73.1047 12.2 NY SETAUKET STRONG HCN +USC00307659 42.8000 -74.6000 249.9 NY SHARON SPRINGS 1N +USC00307664 42.7833 -74.6667 415.1 NY SHARON SPRINGS 2 SW +USC00307705 42.6772 -75.5067 333.8 NY SHERBURNE +USC00307713 42.1572 -79.5936 475.5 NY SHERMAN +USC00307721 41.9500 -74.2000 155.4 NY SHOKAN BROWN STATION +USC00307728 42.9500 -77.2500 201.2 NY SHORTSVILLE +USC00307742 41.3325 -73.8369 140.8 NY SHRUB OAK +USC00307748 43.7000 -73.5167 106.7 NY SILVER BAY +USC00307749 42.7058 -78.0936 508.1 NY SILVER SPRINGS 3N +USC00307750 42.5381 -79.1700 182.9 NY SILVER CREEK +USC00307772 42.2786 -79.2656 493.8 NY SINCLAIRVILLE +USC00307780 42.9461 -76.4314 266.7 NY SKANEATELES +USC00307799 42.0167 -74.4167 807.7 NY SLIDE MTN +USC00307818 43.3519 -73.4961 43.3 NY SMITHS BASIN +USC00307830 42.3833 -75.8167 329.2 NY SMITHVILLE FLATS +USC00307842 43.2358 -77.0842 135.3 NY SODUS 1W +USC00307864 42.6833 -77.8500 189.0 NY SONYEA +USC00307895 40.9000 -72.4500 11.0 NY SOUTHHAMPTON +USC00307906 43.0833 -78.0667 189.0 NY SOUTH BYRON +USC00307918 42.1833 -77.5500 476.1 NY SOUTH CANISTEO +USC00307925 44.5167 -74.8833 277.4 NY SOUTH COLTON +USC00307940 42.6833 -75.3167 404.5 NY SOUTH EDMESTON +USC00307944 44.2667 -75.2000 244.1 NY SOUTH EDWARDS 1 E +USC00307998 42.5333 -75.4333 430.1 NY SOUTH NEW BERLIN 2 +USC00308006 42.6000 -75.4333 537.1 NY SOUTH NEW BERLIN 5 NNW +USC00308036 43.7833 -73.8000 299.0 NY SOUTH SCHROON +USC00308058 42.7167 -78.6000 331.9 NY SOUTH WALES EMERY PARK +USC00308072 41.0333 -73.9333 18.0 NY SPARKILL +USC00308080 43.5000 -74.3617 530.4 NY SPECULATOR +USC00308086 42.2167 -76.4667 356.6 NY SPENCER 1 NE +USC00308088 42.2500 -76.5000 320.0 NY SPENCER 2 N +USC00308089 42.2000 -76.5333 323.1 NY SPENCER 2 WSW +USC00308090 42.1833 -76.5167 402.9 NY SPENCER 3 SW +USC00308091 42.2000 -76.5333 317.0 NY SPENCER 2 W +USC00308096 42.3333 -73.5500 192.0 NY SPENCERTOWN +USC00308099 43.7667 -75.3000 359.7 NY SPERRYVILLE +USC00308104 43.2333 -73.7500 118.9 NY SPIER FALLS +USC00308130 41.1167 -74.0500 136.9 NY SPRING VALLEY +USC00308131 42.5572 -78.7389 459.6 NY SPRINGVILLE 4NW +USC00308132 42.5497 -78.5767 515.4 NY SPRINGVILLE 5NE +USC00308138 43.1333 -74.6667 366.1 NY SPRITE CREEK +USC00308152 42.9833 -78.0833 278.0 NY STAFFORD +USC00308160 42.4000 -74.6333 542.2 NY STAMFORD +USC00308240 43.1333 -74.6000 470.0 NY STEWARTS LANDING +USC00308248 43.9000 -75.0367 515.1 NY STILLWATER RSVR HCN +USC00308304 41.5333 -73.7333 278.9 NY STORMVILLE +USC00308309 42.1667 -76.3667 335.3 NY STRAITS CORNERS NEAR +USC00308317 42.4608 -73.7500 86.9 NY STUYVESANT 5 N +USC00308321 41.1167 -74.1167 153.0 NY SUFFERN 2 E +USC00308322 41.1128 -74.1572 82.3 NY SUFFERN +USC00308338 42.5833 -74.5833 625.1 NY SUMMIT +USC00308352 41.8833 -74.4667 305.1 NY SUNDOWN +USC00308380 43.0500 -76.1500 -999.9 NY SYRACUSE +USC00308386 43.0344 -76.1344 173.4 NY SUNY ESF SYRACUSE +USC00308388 43.3000 -75.6167 157.0 NY TABERG +USC00308393 43.9667 -74.0333 576.1 NY TAHAWUS +USC00308403 42.1833 -74.1500 548.9 NY TANNERSVILLE SWG PLT +USC00308405 42.2000 -74.1000 586.1 NY TANNERSVILLE 2 E +USC00308432 42.1333 -74.9000 420.9 NY TERRY CLOVE +USC00308455 44.2756 -75.8369 110.0 NY THERESA 4NW +USC00308498 42.2072 -77.3306 493.8 NY THURSTON +USC00308503 43.8500 -73.4167 49.1 NY TICONDEROGA +USC00308512 41.4000 -73.6500 121.9 NY TILLY FOSTER +USC00308523 41.3333 -73.6500 82.0 NY TITICUS +USC00308577 40.8217 -73.4908 80.8 NY SYOSSET +USC00308578 43.2761 -75.1567 243.8 NY TRENTON FALLS +USC00308586 42.9464 -74.2886 91.4 NY TRIBES HILL +USC00308594 42.0667 -77.4833 521.2 NY TROUPSBURG 4 NE +USC00308597 42.7333 -73.7000 10.7 NY TROY +USC00308600 42.7508 -73.6856 7.3 NY TROY L&D HCN +USC00308611 42.7167 -76.0167 353.9 NY TRUXTON +USC00308614 42.7667 -76.0333 427.0 NY TRUXTON 4 N +USC00308619 42.7833 -76.0333 534.0 NY TRUXTON 5 N +USC00308625 42.8333 -76.0333 396.2 NY TULLY 4 NE +USC00308627 42.7603 -76.0803 578.8 NY TULLY HEIBERG FOREST +USC00308631 44.2308 -74.4383 512.1 NY TUPPER LAKE SUNMOUNT HCN +USC00308633 43.6167 -75.4167 396.2 NY TURIN +USC00308635 43.6500 -75.4167 402.9 NY TURIN 1 N +USC00308665 42.3167 -75.3167 310.9 NY UNADILLA +USC00308670 42.3542 -75.3242 451.1 NY UNADILLA 2 N +USC00308720 40.8706 -72.8914 22.9 NY UPTON +USC00308721 40.8656 -72.8642 24.4 NY UPTON COOP - NWSFO NEW YORK +USC00308733 43.1167 -75.2333 125.0 NY UTICA HARBOR POINT +USC00308739 43.0833 -75.2000 176.8 NY UTICA +USC00308742 43.0000 -75.2667 318.8 NY UTICA 7 SSW +USC00308746 42.4333 -73.6833 91.4 NY VALATIE 1 N +USC00308749 41.0667 -73.7667 113.1 NY VALHALLA 2 E +USC00308773 40.9000 -73.3667 33.5 NY VANDERBILT MUSEUM +USC00308831 42.1000 -76.0500 253.0 NY VESTAL 2 +USC00308833 42.0500 -76.0500 454.2 NY VESTAL +USC00308839 43.0044 -77.4472 179.2 NY VICTOR 2NW +USC00308856 42.6500 -73.9667 121.9 NY VOORHEESVILLE +USC00308860 42.2667 -79.6000 477.6 NY VOLUSIA +USC00308870 42.7000 -73.9500 98.1 NY VOORHEESVILLE DEPOT +USC00308902 41.5667 -74.1667 121.9 NY WALDEN 2 NE +USC00308906 41.5514 -74.1628 115.8 NY WALDEN 1 ESE HCN +USC00308910 42.7392 -78.5878 345.9 NY WALES HCN +USC00308924 42.4333 -77.4667 488.0 NY WALLACE SCS +USC00308932 42.1847 -75.1456 451.1 NY WALTON 2 +USC00308935 42.2333 -75.0833 548.9 NY WALTON 5 NE +USC00308936 42.1667 -75.1333 378.0 NY WALTON +USC00308944 44.1481 -74.9003 460.2 NY WANAKENA RNGR SCHOOL HCN +USC00308946 40.6550 -73.5053 3.0 NY WANTAGH CEDAR CREEK +USC00308949 41.6500 -73.8667 34.7 NY WAPPINGERS FALLS +USC00308959 43.5500 -73.8000 237.7 NY WARRENSBURG 4 NW +USC00308962 42.6856 -78.2203 554.7 NY WARSAW 6 SW +USC00308967 41.2667 -74.3667 164.9 NY WARWICK +USC00308987 42.9014 -76.8642 137.8 NY WATERLOO +USC00309000 43.9761 -75.8753 151.5 NY WATERTOWN HCN +USC00309020 42.3667 -76.8667 139.9 NY WATKINS GLEN +USC00309021 42.4000 -76.9000 244.1 NY WATKINS GLEN 2 NW +USC00309047 42.0019 -76.5250 257.6 NY WAVERLY +USC00309049 43.2419 -77.3883 83.8 NY WEBSTER 2 NE +USC00309050 42.3333 -76.9500 435.9 NY WEDGEWOOD +USC00309055 44.3564 -75.9286 86.9 NY WELLESLEY ISLAND +USC00309072 42.1172 -77.9475 460.2 NY WELLSVILLE +USC00309076 42.1667 -77.9833 445.0 NY WELLSVILLE 4 NNW +USC00309087 42.3000 -77.8833 598.0 NY WEST ALMOND +USC00309088 42.2833 -77.9333 531.0 NY WEST ALMOND 3 W +USC00309089 42.8847 -77.5339 301.8 NY W BLOOMFIELD 1 S +USC00309100 42.6167 -74.1667 285.3 NY WEST BERNE +USC00309117 40.7333 -73.6000 27.4 NY WESTBURY +USC00309125 42.2167 -77.4167 323.1 NY WEST CAMERON +USC00309178 42.5167 -74.0500 353.9 NY WESTERLO +USC00309189 42.2956 -79.5856 215.5 NY WESTFIELD 2 SSE +USC00309205 42.4333 -74.7167 573.0 NY WEST HARPERSFIELD +USC00309229 42.1453 -77.5661 661.4 NY WEST JASPER +USC00309237 42.2000 -74.3833 458.1 NY WEST KILL +USC00309248 43.1594 -75.4611 172.2 NY WESTMORELAND 4N +USC00309250 43.0333 -73.9333 134.1 NY WEST MILTON +USC00309270 41.0833 -73.9667 57.9 NY WEST NYACK +USC00309292 41.3906 -73.9608 97.5 NY WEST POINT HCN +USC00309303 42.6167 -73.6000 195.1 NY WEST SAND LAKE 2 S +USC00309307 42.8333 -78.7500 200.9 NY WEST SENECA 1 NE +USC00309311 41.9500 -74.3167 299.0 NY WEST SHOKAN 3 SW +USC00309374 44.8047 -74.2597 253.0 NY WHIPPLEVILLE +USC00309383 44.3667 -73.9000 1482.9 NY WHITEFACE MOUNTAIN +USC00309389 43.5575 -73.4011 36.3 NY WHITEHALL +USC00309400 41.0167 -73.7333 45.7 NY WHITE PLAINS MPL MOOR +USC00309413 41.5000 -73.7500 241.1 NY WHITE POND +USC00309425 42.0597 -77.7553 661.4 NY WHITESVILLE 1N +USC00309437 42.3333 -75.9667 317.0 NY WHITNEY POINT LAKE +USC00309439 42.3333 -75.8667 454.2 NY WHITNEY POINT 5 E +USC00309442 42.3419 -75.9653 317.0 NY WHITNEY PT DAM +USC00309457 42.6833 -76.8833 138.7 NY WILLARD +USC00309466 40.8000 -73.7667 16.8 NY WILLETS POINT +USC00309480 43.3769 -75.9206 214.9 NY WILLIAMSTOWN +USC00309494 44.3333 -73.3500 61.0 NY WILLSBORO +USC00309495 44.3842 -73.3819 54.9 NY WILLSBORO 1 N +USC00309499 44.3931 -73.8589 615.7 NY WILMINGTON 2W +USC00309507 43.2500 -78.8333 106.7 NY WILSON 4 S +USC00309510 43.8000 -75.6167 518.2 NY WINDECKER +USC00309512 42.3500 -74.2833 579.1 NY WINDHAM NORTH SETTLEME +USC00309514 42.3000 -74.2500 458.1 NY WINDHAM +USC00309516 42.3031 -74.2011 512.1 NY WINDHAM 3 E +USC00309533 42.5167 -78.0500 350.8 NY WISCOY 1 E +USC00309544 43.2500 -76.8667 121.9 NY WOLCOTT 3 NW +USC00309576 41.0167 -73.8500 42.7 NY WOODLANDS ARDSLEY +USC00309593 42.8206 -78.1481 472.4 NY WYOMING 3W +USC00309640 42.8833 -77.8833 231.6 NY YORK +USC00309660 41.2667 -73.7667 128.0 NY YORKTOWN HEIGHTS +USC00309670 41.2664 -73.7975 204.2 NY YORKTOWN HTS 1W HCN +USC00309690 43.2681 -79.0092 85.6 NY YOUNGSTOWN 2 NE +USC00309691 43.2500 -79.0500 91.4 NY YOUNGSTOWN +USC00310090 35.3992 -80.1994 185.9 NC ALBEMARLE HCN +USC00310160 35.9000 -82.0167 841.9 NC ALTAPASS +USC00310184 35.2014 -83.8386 533.1 NC ANDREWS +USC00310192 35.0667 -83.9167 519.1 NC ANDREWS DAM +USC00310212 35.7425 -78.8369 137.2 NC APEX +USC00310241 36.2911 -77.9822 100.6 NC ARCOLA +USC00310286 35.7083 -79.8381 265.2 NC ASHEBORO 2 W +USC00310288 35.5950 -82.5517 675.1 NC ASHEVILLE ASTON +USC00310294 35.6092 -82.6119 595.0 NC ASHEVILLE PEARSON ST +USC00310312 35.8922 -81.9353 545.6 NC ASHFORD +USC00310356 34.6997 -76.7381 1.2 NC ATLANTIC BEACH WTP +USC00310375 35.3872 -76.7764 6.1 NC AURORA 6 N +USC00310438 35.4592 -80.1828 182.9 NC BADIN +USC00310466 36.0167 -82.1667 755.9 NC BAKERSVILLE +USC00310490 35.4167 -83.0833 1066.8 NC BALSAM +USC00310506 36.1617 -81.8742 1149.1 NC BANNER ELK +USC00310530 35.7667 -82.4333 686.1 NC BARNARDSVILLE +USC00310531 35.7600 -82.4325 707.1 NC BARNARDSVILLE 2 SE +USC00310562 35.4500 -76.8333 3.0 NC BATH 2 WSW +USC00310576 35.1311 -76.8161 1.5 NC BAYBORO 3 SW +USC00310626 34.7000 -76.6333 3.0 NC BEAUFORT +USC00310634 35.2333 -84.0833 641.0 NC BEAVERDAM CREEK +USC00310635 35.2167 -84.1000 573.0 NC BEAVERDAM CREEK +USC00310642 35.7000 -82.4333 1021.1 NC BEECH +USC00310645 36.1875 -81.8742 1540.2 NC BEECH MTN +USC00310650 35.6333 -82.4000 775.1 NC BEETREE DAM +USC00310652 35.6333 -82.4000 775.1 NC BEETREE DAM 2 +USC00310655 35.7000 -82.4000 1583.1 NC BEETREE GAP +USC00310674 35.5731 -76.5847 0.0 NC BELHAVEN 3 NE +USC00310724 35.5044 -82.5967 643.1 NC BENT CREEK +USC00310750 35.6542 -79.0706 94.5 NC B EVERETT JORDAN DAM +USC00310795 35.3667 -82.8167 1030.2 NC BIG EAST FORK PIGEON +USC00310843 35.6072 -82.3594 698.0 NC BLACK MTN 2 W +USC00310878 35.3044 -82.6306 655.3 NC BLANTYRE 2 +USC00310884 34.9836 -79.8769 39.6 NC BLEWETT LAKE +USC00310901 36.1472 -81.7025 1173.5 NC BLOWING ROCK 1NW +USC00310909 35.3500 -82.3667 694.9 NC BLUE RIDGE PO +USC00310917 36.4000 -81.2167 990.9 NC BLUFF +USC00310935 35.8333 -75.5500 2.1 NC BODIE ISLAND +USC00310955 34.3167 -78.4000 19.8 NC BOLTON +USC00310977 36.2167 -81.6667 987.9 NC BOONE +USC00310982 36.2139 -81.6456 944.9 NC BOONE 1 SE +USC00311055 35.2283 -82.7358 662.9 NC BREVARD +USC00311081 35.7428 -81.8361 335.3 NC BRIDGEWATER HYDRO +USC00311156 35.4286 -83.4383 618.1 NC BRYSON CITY 2 +USC00311159 35.4333 -83.4500 537.1 NC BRYSON CITY +USC00311164 35.4333 -83.4500 548.9 NC BRYSON CITY 2 +USC00311165 35.4467 -83.4622 605.0 NC BRYSON CITY 4 +USC00311174 35.1833 -82.6167 766.6 NC BUCK FOREST +USC00311221 34.5494 -77.9719 15.2 NC BURGAW 3W +USC00311222 34.5322 -77.8639 10.1 NC BURGAW 4 E +USC00311236 36.0833 -79.4333 200.9 NC BURLINGTON +USC00311239 36.0603 -79.4481 201.2 NC BURLINGTON FIRE STN #5 +USC00311241 36.0956 -79.4367 195.1 NC BURLINGTON +USC00311248 35.9250 -82.2717 861.1 NC BURNSVILLE AG +USC00311285 36.1414 -78.7736 108.2 NC BUTNER FLTR PLT +USC00311420 35.5453 -82.6986 682.8 NC CANDLER 1 W +USC00311423 35.2667 -79.6833 213.4 NC CANDOR +USC00311429 35.9494 -79.2386 160.0 NC CANE CREEK RSVR +USC00311433 35.9167 -82.4000 775.1 NC CANE RIVER +USC00311437 35.7044 -82.7697 620.9 NC CANTO +USC00311441 35.5167 -82.8500 811.4 NC CANTON 1 SW +USC00311449 34.8333 -78.8000 9.1 NC CAPE FEAR LOCK 3 +USC00311479 35.2833 -81.8000 246.9 NC CAROLEEN +USC00311515 35.3319 -79.4067 134.1 NC CARTHAGE WTP +USC00311520 35.3167 -79.4167 182.9 NC CARTHAGE 2 S +USC00311528 35.1500 -83.4833 670.9 NC CARTOOGECHAYE CREEK +USC00311535 35.7192 -78.7878 118.9 NC CARY +USC00311538 35.5119 -81.6189 344.4 NC CASAR +USC00311564 35.6375 -83.0956 807.7 NC CATALOOCHEE +USC00311569 35.5500 -83.1000 1464.0 NC CATALOOCHEE RCH +USC00311577 35.7000 -81.0833 249.9 NC CATAWBA 1 WSW +USC00311578 35.6486 -81.1342 309.4 NC CATAWBA 5 SW +USC00311579 35.7444 -81.0847 274.3 NC CATAWBA 3 NNW +USC00311582 35.7333 -81.0667 259.1 NC CATAWBA LOOKOUT SHOAL +USC00311606 34.9833 -76.3000 2.4 NC CEDAR IS +USC00311614 35.1500 -82.6333 839.1 NC CEDAR MTN +USC00311624 35.8264 -82.1836 823.0 NC CELO 2 S +USC00311629 35.8500 -82.2000 839.1 NC CELO +USC00311647 34.3333 -78.8333 32.3 NC CHADBOURN +USC00311655 36.0000 -79.0000 152.4 NC CHALYBEATE SPRINGS +USC00311663 35.5667 -82.9000 1311.9 NC CHAMBERS MTN +USC00311677 35.9086 -79.0794 152.4 NC CHAPEL HILL 2 W HCN +USC00311682 35.9167 -79.0167 153.0 NC CHAPEL HILL 2 E +USC00311695 35.2333 -80.8500 235.9 NC CHARLOTTE WB CITY +USC00311700 35.7369 -79.0047 93.9 NC CHATHAM WTP +USC00311703 35.0167 -83.8000 558.1 NC CHATUGE DAM +USC00311725 35.4833 -83.3167 616.0 NC CHEROKEE +USC00311760 35.4333 -82.2000 609.6 NC CHIMNEY ROCK +USC00311770 35.5186 -77.1531 12.2 NC CHOCOWINITY +USC00311815 35.6500 -78.4667 102.1 NC CLAYTON +USC00311817 35.6350 -78.3978 101.2 NC CLAYTON 3E +USC00311820 35.6408 -78.4633 91.4 NC CLAYTON WTP +USC00311845 36.0833 -80.3833 255.1 NC CLEMMONS +USC00311869 35.5500 -83.5000 1905.9 NC CLINGMANS DOME +USC00311877 34.9667 -78.3167 46.0 NC CLINTON 2 S +USC00311881 35.0247 -78.2758 48.2 NC CLINTON 2 NE +USC00311901 35.9167 -82.6000 747.1 NC CODY STORE +USC00311913 34.9333 -79.6167 -999.9 NC COGNAC EXP FARM +USC00311949 35.7108 -76.1269 3.0 NC COLUMBIA AG GUM NECK +USC00311956 35.9167 -76.2667 3.0 NC COLUMBIA +USC00311975 35.4111 -80.5833 213.4 NC CONCORD +USC00311990 35.8214 -81.1919 269.1 NC CONOVER OXFORD SHOALS +USC00312097 35.0667 -83.4333 878.1 NC COWEETA +USC00312102 35.0603 -83.4300 684.9 NC COWEETA EXP STN +USC00312107 35.0333 -83.4667 1182.9 NC COWEETA 8 +USC00312110 35.8167 -82.3500 1296.0 NC COXCOMBE MTN +USC00312118 35.8667 -78.7500 128.0 NC CRABTREE CREEK +USC00312120 35.6833 -82.3833 1516.1 NC CRAGGY KNOB +USC00312154 34.9833 -76.9833 -999.9 NC CROATAN +USC00312172 36.0167 -81.9333 1046.1 NC CROSSNORE +USC00312200 35.3117 -83.1747 668.1 NC CULLOWHEE +USC00312230 36.3000 -80.4000 307.8 NC DALTON +USC00312238 36.4300 -80.1789 310.6 NC DANBURY +USC00312253 35.2833 -82.8333 841.9 NC DAVIDSON RVR HATCHERY +USC00312270 35.9833 -82.3000 716.9 NC DAYBOOK +USC00312280 36.3333 -78.8167 -999.9 NC DEEP CREEK +USC00312285 35.4667 -83.4333 566.9 NC DEEP CREEK +USC00312370 35.4333 -82.8667 1000.0 NC DIX CREEK +USC00312372 35.4333 -82.8833 1092.1 NC DIX CREEK +USC00312373 35.4500 -82.8667 933.0 NC DIX CREEK +USC00312388 36.4119 -80.7192 391.7 NC DOBSON +USC00312396 35.7167 -82.8333 1158.8 NC DOGGETT GAP +USC00312397 35.7167 -82.8333 1064.1 NC DOGGETT GAP 2 +USC00312500 35.3247 -78.6881 61.0 NC DUNN 4 NW +USC00312515 36.0425 -78.9625 121.9 NC DURHAM +USC00312518 36.0894 -78.9636 131.1 NC DURHAM 3W +USC00312533 35.5000 -82.0833 1539.2 NC EAGLE NEST +USC00312538 35.4833 -83.0333 1000.0 NC EAGLENEST MTN +USC00312546 35.2833 -79.6333 203.9 NC EAGLE SPRINGS +USC00312550 36.2667 -77.2000 20.1 NC EAGLETOWN +USC00312560 34.3992 -78.3158 15.5 NC E ARCADIA 2 NE +USC00312574 35.2458 -82.3892 527.3 NC E FLAT ROCK 3 SE +USC00312631 36.4742 -79.7433 206.7 NC EDEN +USC00312635 36.0164 -76.5517 3.0 NC EDENTON HCN +USC00312645 36.0000 -81.7500 670.6 NC EDGEMONT +USC00312661 35.4167 -82.3333 683.1 NC EDNEYVILLE +USC00312679 35.4500 -83.3667 558.1 NC ELA +USC00312719 36.3097 -76.2050 2.4 NC ELIZABETH CITY HCN +USC00312732 34.6272 -78.6114 36.6 NC ELIZABETHTOWN +USC00312740 36.2547 -80.8639 277.4 NC ELKIN +USC00312757 36.0667 -81.4000 348.1 NC ELKVILLE +USC00312827 36.1686 -77.6750 33.5 NC ENFIELD +USC00312837 35.5408 -82.6536 624.8 NC ENKA +USC00312933 34.3125 -79.0356 20.1 NC FAIR BLUFF +USC00312940 35.5361 -76.3122 1.5 NC FAIRFIELD +USC00312971 35.1000 -78.1500 49.1 NC FAISON +USC00312993 35.9808 -78.6528 85.3 NC FALLS LAKE +USC00313016 35.0267 -78.9742 73.2 NC FAYETTEVILLE 6W +USC00313017 35.0583 -78.8583 29.3 NC FAYETTEVILLE (PWC) HCN +USC00313072 36.2525 -81.9136 1015.0 NC FLAT SPRINGS 1E +USC00313089 36.0333 -82.4000 878.1 NC FLAT TOP MTN +USC00313090 36.0333 -82.3667 719.9 NC FLAT TOP MTN 2 +USC00313101 35.4500 -82.4833 667.5 NC FLETCHER 2 NE +USC00313106 35.4267 -82.5569 630.9 NC FLETCHER 3 W +USC00313127 35.4500 -83.8000 399.9 NC FONTANA DAM +USC00313150 35.2653 -81.9311 301.8 NC FOREST CITY 6 SW +USC00313152 35.3125 -81.9892 258.8 NC FOREST CITY 8 W +USC00313160 35.5000 -83.5667 665.1 NC FORNEY CREEK +USC00313168 35.1778 -79.0239 48.8 NC FT BRAGG WTP +USC00313216 35.1833 -83.3833 702.0 NC FRANKLIN +USC00313224 35.2167 -83.3667 609.9 NC FRANKLIN PWR HOUSE +USC00313228 35.1803 -83.3931 647.7 NC FRANKLIN +USC00313232 36.1050 -78.4592 114.3 NC FRANKLINTON +USC00313236 34.7392 -78.3917 17.1 NC GARLAND 4 SW +USC00313238 35.6708 -78.6608 100.6 NC GARNER +USC00313333 35.2603 -75.5825 1.5 NC FRISCO +USC00313336 35.2511 -75.6047 0.0 NC FRISCO 2NNE +USC00313344 35.5167 -82.3333 798.9 NC GARREN CREEK +USC00313356 35.2672 -81.1436 213.4 NC GASTONIA +USC00313364 36.4333 -76.7167 11.9 NC GATESVILLE +USC00313427 35.8667 -82.0500 860.1 NC GILLESPIE GAP +USC00313437 35.0667 -83.6333 1158.8 NC GLADE GAP +USC00313455 36.3500 -81.3833 887.0 NC GLENDALE SPRINGS +USC00313473 35.2000 -83.1500 1083.0 NC GLENVILLE DAM +USC00313478 35.2333 -83.1333 762.9 NC GLENVILLE POWERHOUSE +USC00313491 35.2667 -82.8500 976.0 NC GLOUCESTER GAP +USC00313492 35.2667 -82.8500 951.9 NC GLOUCESTER GAP +USC00313503 35.4244 -77.9986 33.2 NC GOLDSBORO AG 1 N +USC00313515 35.3500 -78.0333 24.1 NC GOLDSBORO 3 SSW +USC00313555 36.0503 -79.3728 201.2 NC GRAHAM 2 ENE +USC00313565 36.0964 -81.8311 1609.3 NC GRANDFATHER MTN +USC00313566 36.0894 -81.8356 1425.9 NC GRANDFATHER MTN MUSEUM +USC00313625 36.0811 -79.8047 233.2 NC GREENSBORO WTP +USC00313628 36.0667 -79.8167 256.9 NC GREENSBORO +USC00313638 35.6400 -77.3983 9.8 NC GREENVILLE +USC00313643 35.6000 -77.3833 21.0 NC GREENVILLE 2 +USC00313648 35.5667 -77.3833 21.0 NC GREENVILLE 3 S +USC00313675 36.3203 -77.5858 39.6 NC HALIFAX +USC00313784 34.8872 -79.6922 106.7 NC HAMLET +USC00313919 36.0639 -79.3831 193.9 NC HAW RVR 1E +USC00313920 36.0869 -79.3672 143.3 NC HAW RIVER +USC00313921 35.0533 -83.8250 579.1 NC HAYESVILLE 1 SW +USC00313922 35.0833 -83.7667 625.1 NC HAYESVILLE 4 NE +USC00313923 35.0542 -83.8136 546.2 NC HAYESVILLE 1 NE +USC00313925 35.3000 -82.9167 1647.1 NC HAYWOOD GAP +USC00313957 36.5631 -81.5039 865.6 NC HELTON +USC00313969 36.3481 -78.4119 146.3 NC HENDERSON 2 NNW HCN +USC00313971 36.3647 -78.3881 152.4 NC HENDERSON 4 NNE +USC00313976 35.3297 -82.4492 658.4 NC HENDERSONVILLE 1 NE HCN +USC00313981 35.3167 -82.4833 668.1 NC HENDERSONVILLE TVA +USC00313986 35.3833 -82.5667 627.9 NC HENDERSONVILLE 8 WNW +USC00314015 35.7500 -81.3500 355.1 NC HICKORY +USC00314040 35.1000 -83.0833 1066.8 NC HIGH HAMPTON +USC00314050 35.0500 -83.2000 1158.8 NC HIGHLANDS +USC00314055 35.0564 -83.1983 1173.5 NC HIGHLANDS HCN +USC00314063 35.9672 -79.9722 274.3 NC HIGH PT +USC00314122 35.1500 -84.1833 454.2 NC HIWASSEE DAM +USC00314127 35.1500 -84.1833 399.9 NC HIWASSEE DAM 2 +USC00314136 35.2053 -76.5883 2.4 NC HOBUCKEN +USC00314144 34.8358 -77.3031 14.3 NC HOFMANN FOREST +USC00314246 35.3833 -82.5667 652.3 NC HORSESHOE TVA 281 +USC00314260 35.8953 -82.8314 410.0 NC HOT SPRINGS +USC00314265 35.9000 -82.8333 451.1 NC HOT SPRINGS 2 +USC00314328 35.3833 -80.8333 -999.9 NC HUNTERSVILLE 2 S +USC00314363 35.2000 -83.9500 747.1 NC HYATT CREEK +USC00314385 36.3119 -81.4589 883.9 NC IDLEWILD +USC00314440 35.8167 -82.5000 655.9 NC IVY +USC00314448 35.4000 -83.2833 586.1 NC JACK COVE +USC00314456 36.3964 -77.4239 37.5 NC JACKSON +USC00314464 35.1858 -79.6772 222.5 NC JACKSON SPRINGS 5 WNW +USC00314471 34.7964 -77.4011 5.2 NC JACKSONVILLE EOC +USC00314496 36.4175 -81.4297 844.3 NC JEFFERSON 2 E +USC00314615 34.9667 -77.9500 18.3 NC KENANSVILLE +USC00314619 34.9667 -77.9500 31.1 NC KENASVILLE 1 E +USC00314643 36.3500 -81.1833 804.7 NC KILBY'S GAP (1) +USC00314649 36.0167 -75.6667 3.0 NC KILL DEVIL HILLS NM +USC00314675 36.2839 -80.3625 268.2 NC KING +USC00314679 35.2167 -81.3500 304.8 NC KINGS MOUNTAIN +USC00314684 35.1967 -77.5433 7.3 NC KINSTON 7 SE HCN +USC00314689 35.2975 -77.5722 18.3 NC KINSTON AG RSCH +USC00314762 35.4000 -82.2000 368.8 NC LAKE LURE +USC00314764 35.4203 -82.1875 317.0 NC LAKE LURE 2 +USC00314772 36.1500 -78.8333 100.9 NC LAKE MICHIE +USC00314780 35.7500 -78.6833 92.0 NC LAKE RALEIGH +USC00314788 35.0967 -82.9508 975.4 NC LAKE TOXAWAY 2 SW +USC00314844 35.1500 -83.0833 1299.1 NC LAUREL MTN +USC00314852 36.4167 -81.2667 900.1 NC LAUREL SPGS 1 MI NNE +USC00314860 34.7508 -79.4664 64.0 NC LAURINBURG +USC00314930 35.6500 -82.7000 662.0 NC LEICESTER +USC00314938 35.9147 -81.5375 352.0 NC LENOIR HCN +USC00314946 35.0500 -84.1500 552.0 NC LETITIA +USC00314962 36.1325 -77.1708 15.2 NC LEWISTON +USC00314970 35.8458 -80.2597 231.6 NC LEXINGTON +USC00314972 35.8425 -80.2947 231.6 NC LEXINGTON AG 2 W +USC00314975 35.9000 -80.2667 262.1 NC LEXINGTON 7 N +USC00314987 35.4083 -78.8208 45.7 NC LILLINGTON +USC00314996 35.4606 -81.3297 270.4 NC LINCOLNTON 4 W +USC00314997 35.4800 -81.2800 245.4 NC LINCOLNTON 2 NW +USC00315037 35.3833 -83.9500 1417.9 NC LITTLE SANTEETLAH CK +USC00315045 35.8500 -82.1000 1083.0 NC LITTLE SWITZERLAND +USC00315077 34.9500 -76.2833 3.0 NC LOLA +USC00315116 34.0106 -78.5464 12.2 NC LONGWOOD +USC00315123 36.1028 -78.3039 79.2 NC LOUISBURG HCN +USC00315175 34.3903 -79.0022 29.3 NC LUMBER RVR SP +USC00315177 34.6269 -79.0250 34.1 NC LUMBERTON HCN +USC00315275 35.2000 -79.0167 52.1 NC FT BRAGG WTP +USC00315283 36.1667 -78.9000 116.1 NC MANGUMS STORE 4 WSW +USC00315300 35.9167 -75.6833 3.0 NC MANTEO +USC00315308 34.8167 -77.6833 15.2 NC MAPLE HILL +USC00315312 35.7500 -82.9500 1235.0 NC MAPLE SPRINGS GAP +USC00315313 35.7333 -82.9333 1156.1 NC MAPLE SPRING GAP 2 +USC00315340 35.6847 -82.0083 429.8 NC MARION HCN +USC00315356 35.8033 -82.6658 585.2 NC MARSHALL HCN +USC00315368 36.2500 -81.8000 816.9 NC MAST +USC00315402 35.8167 -82.9500 1225.9 NC MAX PATCH MTN +USC00315420 34.8333 -77.3000 11.9 NC MAYSVILLE 6 SW +USC00315424 35.2625 -81.0778 185.9 NC MC ADENVILLE +USC00315445 35.6667 -78.7000 134.1 NC MC CULLERS 1 W +USC00315470 35.7000 -80.7833 243.8 NC MCHENRY'S BRIDGE +USC00315480 35.9500 -82.4667 1207.9 NC MCKINNEY GAP +USC00315573 35.2000 -76.6333 3.0 NC MESIC +USC00315600 35.5000 -76.0167 0.6 NC MIDDLETON +USC00315683 35.3833 -82.5667 655.9 NC MILLS RIVER +USC00315743 35.8422 -80.4978 207.3 NC MOCKSVILLE 5SE +USC00315763 35.5833 -79.0500 61.6 NC MONCURE 3 SE +USC00315771 34.9797 -80.5233 167.6 NC MONROE 2 SE HCN +USC00315796 35.6500 -82.3167 793.1 NC MONTREAT +USC00315814 35.5939 -80.8392 265.2 NC MOORESVILLE 2 WNW +USC00315820 34.4581 -78.1094 6.7 NC MOORES CREEK NB +USC00315830 34.7336 -76.7358 3.0 NC MOREHEAD CITY 2 WNW HCN +USC00315831 35.6808 -81.7211 378.0 NC MORGANTON AG 4 E +USC00315838 35.7297 -81.6728 359.7 NC MORGANTON HCN +USC00315856 35.9833 -81.7833 458.1 NC MORTIMER +USC00315890 36.4961 -80.6522 329.2 NC MT AIRY 2 W HCN +USC00315898 35.2078 -80.0636 67.1 NC MT GILEAD 4 W +USC00315913 35.3339 -80.9867 185.9 NC MT HOLLY 4 NE +USC00315921 35.7667 -82.2667 2023.9 NC MT MITCHELL +USC00315922 35.7333 -82.2833 1991.9 NC MT MITCHELL 2 SSW +USC00315923 35.7586 -82.2711 1902.0 NC MT MITCHELL +USC00315929 35.2000 -78.0667 52.1 NC MT OLIVE +USC00315930 35.1375 -77.9892 49.4 NC MT OLIVE 6SE +USC00315937 35.4333 -82.7500 1574.0 NC MT PISGAH +USC00315945 35.4117 -80.4308 225.6 NC MT PLEASANT +USC00315955 35.7167 -83.0833 890.9 NC MT STERLING +USC00315965 36.3667 -81.1000 594.4 NC MOXLEY +USC00315996 36.4522 -77.0803 30.5 NC MURFREESBORO +USC00316001 35.0714 -83.9683 487.7 NC MURPHY 4ESE +USC00316009 35.0000 -83.8167 598.0 NC MYERS CHAPEL +USC00316031 35.2667 -83.6833 613.0 NC NANTAHALA +USC00316036 35.2000 -83.6500 900.1 NC NANTAHALA DAM +USC00316044 35.9667 -77.9667 64.0 NC NASHVILLE +USC00316071 35.3333 -83.5333 558.1 NC NEEDMORE +USC00316091 35.9167 -78.5667 85.3 NC NEUSE 2 NE +USC00316096 34.7764 -76.8769 9.1 NC NEWPORT/MOREHEAD CITY WFO +USC00316103 35.1333 -77.0833 3.0 NC NEW BERN 3 NW +USC00316122 35.6808 -78.9158 97.5 NC NEW HILL +USC00316135 35.4486 -76.2108 0.6 NC NEW HOLLAND +USC00316185 35.5000 -83.5000 769.0 NC NOLAND CREEK +USC00316231 35.7000 -82.3333 844.9 NC NORTH FORK +USC00316236 35.6631 -82.3444 755.9 NC N FK 2 +USC00316256 36.1639 -81.1536 341.4 NC N WILKESBORO +USC00316261 36.0731 -80.9775 320.0 NC N WILKESBORO 11 SE +USC00316274 35.2333 -80.1000 88.4 NC NORWOOD 1 ENE +USC00316275 35.1667 -80.1833 75.9 NC NORWOOD 6 SW +USC00316278 35.2475 -80.1244 88.4 NC NORWOOD 2 NE +USC00316289 35.2206 -80.2275 137.2 NC NORWOOD 6 W +USC00316304 33.9000 -78.0333 4.6 NC OAK ISLAND +USC00316341 35.4900 -83.3136 598.9 NC CHEROKEE +USC00316349 35.1075 -75.9872 1.2 NC OCRACOKE +USC00316380 35.6672 -82.1236 434.3 NC OLD FT AG 3 W +USC00316384 35.6167 -82.1833 442.0 NC OLD FT +USC00316422 34.9250 -77.5114 6.1 NC RICHLANDS +USC00316447 35.8000 -75.5500 -999.9 NC OREGON INLET +USC00316452 35.0333 -76.7000 3.0 NC ORIENTAL +USC00316483 35.0833 -83.3333 702.0 NC OTTO +USC00316499 35.2167 -82.9667 1074.1 NC OWENS GAP +USC00316507 36.3000 -78.6167 152.4 NC OXFORD 1 E +USC00316510 36.3022 -78.6108 152.4 NC OXFORD AG +USC00316565 36.4500 -81.6667 1204.9 NC PARKER 1 E +USC00316602 35.9983 -81.5650 387.1 NC PATTERSON +USC00316676 35.0556 -77.0858 8.5 NC PERRYTOWN +USC00316686 36.1558 -80.3700 289.6 NC PFAFFTOWN +USC00316742 35.2000 -79.4667 167.9 NC PINEHURST STHRN PINES +USC00316778 35.3500 -82.7833 1003.1 NC PINK BEDS +USC00316805 35.2719 -82.6475 667.5 NC PISGAH FOREST 3 NE +USC00316810 35.2833 -82.8333 841.9 NC PISGAH FOREST 8 W +USC00316818 35.7167 -79.1667 146.3 NC PITTSBORO +USC00316845 36.0333 -82.0000 885.1 NC PLUMTREE +USC00316853 35.8722 -76.6592 6.1 NC PLYMOUTH 5 E +USC00316862 35.6333 -82.2500 732.1 NC POINT LOOKOUT +USC00316867 35.0203 -80.1639 93.0 NC POLKTON 2 NE +USC00316899 36.0667 -82.3500 609.9 NC POPLAR +USC00316908 36.0500 -81.1000 502.9 NC PORES KNOB 4 ESE +USC00316976 35.4667 -83.7167 531.0 NC PROCTOR +USC00317035 35.1833 -82.9000 793.1 NC QUEBEC +USC00317056 34.9869 -79.2189 76.2 NC RAEFORD +USC00317074 35.7294 -78.6839 128.0 NC RALEIGH 4 SW +USC00317079 35.7944 -78.6989 121.9 NC RALEIGH STATE UNIV +USC00317081 35.7500 -78.6167 -999.9 NC RALEIGH MUNI AP +USC00317089 35.6333 -79.6500 134.1 NC RAMSEUR 6 S +USC00317097 35.8222 -79.7917 246.9 NC RANDLEMAN +USC00317121 35.3333 -83.3667 1373.1 NC RAVEN MTN +USC00317129 35.5167 -83.3000 641.0 NC RAVENSFORD +USC00317165 34.8122 -79.1622 54.9 NC RED SPRINGS 1 SE +USC00317170 35.1311 -76.9153 13.7 NC REELSBORO +USC00317185 36.3333 -81.8333 1012.9 NC REESE +USC00317197 36.3500 -79.6333 253.0 NC REIDSVILLE +USC00317202 36.3797 -79.6944 271.3 NC REIDSVILLE 2 NW HCN +USC00317229 35.7747 -81.4372 297.5 NC RHODHISS HYDRO PLT +USC00317252 36.3333 -81.7167 1327.1 NC RICH MTN GAP +USC00317265 35.6167 -82.2667 823.0 NC RIDGECREST +USC00317319 36.4783 -77.6717 64.0 NC ROANOKE RAPIDS +USC00317324 36.4086 -80.9953 859.5 NC ROARING GAP 1 NW +USC00317344 35.3764 -83.7000 710.2 NC ROBBINSVILLE AG 5 NE +USC00317346 35.2989 -83.8128 691.9 NC ROBBINSVILLE 1 S +USC00317363 35.0000 -83.1000 946.1 NC ROCK HOUSE +USC00317370 34.9500 -79.7833 64.0 NC ROCKINGHAM +USC00317387 35.5833 -82.8000 946.1 NC ROCKYFACE MTN +USC00317395 35.9517 -77.8189 39.6 NC ROCKY MT +USC00317400 35.8936 -77.6805 33.5 NC ROCKY MT 8 ESE +USC00317486 35.1369 -82.8203 664.5 NC ROSMAN +USC00317499 36.2119 -78.8569 164.6 NC ROUGEMONT +USC00317508 35.7000 -80.6167 251.5 NC ROWAN RSCH STN +USC00317516 36.3464 -78.8858 216.4 NC ROXBORO 7 ESE +USC00317548 36.2333 -80.3069 292.6 NC RURAL HALL +USC00317555 35.2500 -82.4667 900.1 NC RUSH MTN +USC00317615 35.6836 -80.4822 213.4 NC SALISBURY HCN +USC00317618 35.6967 -80.6225 221.0 NC SALISBURY 9 WNW +USC00317630 35.9500 -82.5667 1125.0 NC SAMS GAP +USC00317640 35.0667 -79.3500 182.9 NC SANATORIUM +USC00317654 35.4833 -79.1167 112.5 NC SANFORD 4 ESE +USC00317656 35.5347 -79.0464 79.9 NC SANFORD 8 NE +USC00317659 35.3833 -83.8833 595.0 NC SANTEETLAH DAM +USC00317664 35.3500 -83.9000 848.0 NC SANTEETLAH GAP +USC00317675 36.0333 -80.0667 -999.9 NC SAXON +USC00317725 36.1369 -77.4230 30.5 NC SCOTLAND NECK #2 +USC00317727 36.2094 -77.3842 1.8 NC SCOTLAND NECK +USC00317768 35.5333 -78.3000 68.6 NC SELMA +USC00317789 36.0167 -80.7667 214.0 NC SETTLE +USC00317813 33.9283 -78.3894 6.1 NC SHALLOTTE AG +USC00317817 34.0000 -78.4500 11.9 NC SHALLOTTE 4 WNW +USC00317845 35.3111 -81.5708 249.9 NC SHELBY 2 NW +USC00317850 35.2667 -81.5500 237.7 NC SHELBY 2 +USC00317906 35.2667 -81.9333 302.1 NC SHILOH 3 SSE +USC00317924 35.7606 -79.4622 185.9 NC SILER CITY 2 N +USC00317974 34.7833 -77.8167 14.9 NC SLOAN 3 S +USC00317994 35.5172 -78.3442 45.7 NC SMITHFIELD HCN +USC00318013 35.5667 -83.3000 731.5 NC SMOKEMONT TVA 186 +USC00318019 36.1167 -81.9333 1122.0 NC SMOKY GAP +USC00318029 36.3333 -81.7000 1702.0 NC SNAKE MTN +USC00318037 34.5500 -77.4000 3.0 NC SNEADS FERRY 2 ENE +USC00318053 35.9667 -82.1500 805.0 NC SNOW CREEK +USC00318060 35.4519 -77.6842 29.0 NC SNOW HILL 2 SW +USC00318066 35.4550 -77.6667 12.5 NC SNOW HILL WASTE WATER TREAMENT +USC00318089 35.1667 -79.4333 153.0 NC SOUTHERN PINES 2 W +USC00318113 33.9947 -78.0078 6.1 NC SOUTHPORT 5 N HCN +USC00318158 36.4592 -81.1528 917.8 NC SPARTA 3.5 SSW +USC00318196 36.5167 -79.7500 192.0 NC SPRAY +USC00318216 35.6167 -83.2000 1403.0 NC SPRUCE MTN +USC00318221 35.9325 -82.0019 868.7 NC SPRUCE PINE 2 NE +USC00318224 35.9000 -82.0667 798.9 NC SPRUCE PINE +USC00318225 35.8833 -82.0833 921.1 NC SPRUCE PINE 2 S +USC00318226 35.9000 -82.0833 878.1 NC SPRUCE PINE 1 SW +USC00318292 35.8100 -80.8808 244.8 NC STATESVILLE 2 NNE HCN +USC00318302 35.3667 -83.6833 619.0 NC STECOAH +USC00318370 35.1500 -76.7667 5.2 NC STONEWELL +USC00318380 34.4478 -77.5739 7.3 NC SURF CITY +USC00318430 35.3953 -79.0900 106.7 NC SWANN +USC00318442 35.6000 -82.3667 682.8 NC SWANNANOA 2 E +USC00318448 35.5733 -82.3850 1316.7 NC SWANNANOA 2 SSE +USC00318450 35.3950 -76.3261 0.9 NC SWANQUARTER FERRY +USC00318453 34.6833 -77.2500 3.0 NC SWANSBORO +USC00318470 34.1586 -78.8603 24.4 NC TABOR CITY 1NE +USC00318492 35.4478 -83.9389 338.3 NC TAPOCO +USC00318500 35.8847 -77.5386 10.7 NC TARBORO 1 S HCN +USC00318519 35.9225 -81.1717 402.3 NC TAYLORSVILLE +USC00318547 35.5833 -75.8000 4.6 NC TERRA CEIA +USC00318560 35.2500 -83.8000 1434.1 NC TEYAHALEE BALD +USC00318592 35.2333 -83.1333 708.1 NC THORPE POWERHOUSE +USC00318664 35.1333 -83.9833 481.9 NC TOMOTLA +USC00318685 35.1333 -82.9333 914.4 NC TOXAWAY +USC00318694 36.4003 -81.3053 863.8 NC TRANSOU HCN +USC00318706 35.0628 -77.3547 9.1 NC TRENTON +USC00318734 35.3667 -79.9000 -999.9 NC TROY +USC00318744 35.2058 -82.2517 402.3 NC TRYON +USC00318754 35.2333 -83.1333 705.0 NC TUCKASEGEE 2 S +USC00318764 36.5167 -78.4500 121.9 NC TUNGSTEN MINES +USC00318778 35.9064 -80.8142 261.5 NC TURNERSBURG +USC00318794 35.4667 -83.8833 399.9 NC TWENTYMILE +USC00318906 35.5236 -81.4444 300.2 NC VALE AG 2 SW +USC00318964 34.9586 -80.0781 146.3 NC WADESBORO +USC00319026 34.7314 -77.9831 10.7 NC WALLACE 1SE +USC00319067 36.4167 -78.1500 129.5 NC WARRENTON +USC00319081 35.0128 -78.0044 33.5 NC WARSAW 5 E +USC00319100 35.5525 -77.0722 3.0 NC WASHINGTON WWTP 4W +USC00319122 35.7667 -83.1000 433.1 NC WATERVILLE +USC00319123 35.7744 -83.0997 435.9 NC WATERVILLE 2 +USC00319139 35.1833 -83.5667 1631.9 NC WAYAH BALD +USC00319147 35.4867 -82.9681 810.2 NC WAYNESVILLE 1 E HCN +USC00319164 35.7000 -82.5667 670.6 NC WEAVERVILLE +USC00319191 36.4333 -77.6000 24.1 NC WELDON +USC00319196 36.4167 -77.5833 24.1 NC WELDON 2 +USC00319204 35.7167 -78.4500 92.0 NC WENDELL 6 SW +USC00319225 35.7167 -76.6333 6.4 NC WENONA +USC00319352 34.3167 -78.7167 18.0 NC WHITEVILLE +USC00319354 34.2572 -78.6872 15.2 NC WHITEVILLE 5 S +USC00319357 34.4094 -78.7914 27.4 NC WHITEVILLE 7 NW +USC00319382 36.2833 -81.3333 708.1 NC WILBAR 4 NW +USC00319406 36.1500 -81.1833 359.1 NC WILKESBORO +USC00319423 34.6606 -78.0453 16.8 NC WILLARD 4 SW +USC00319427 34.8350 -78.8253 9.1 NC WILLIAM O HUSKE L&D +USC00319440 35.8528 -77.0306 6.1 NC WILLIAMSTON 1 E +USC00319461 34.1425 -77.8789 9.1 NC WILMINGTON 7 SE +USC00319462 34.2333 -77.9500 14.0 NC WILMINGTON WB CITY +USC00319467 34.3208 -77.9206 12.2 NC WILMINGTON 7 N +USC00319476 35.6939 -77.9461 33.5 NC WILSON 3 SW HCN +USC00319527 36.0833 -80.2167 235.0 NC WINSTON SALEM FLTR PLT +USC00319555 36.1308 -81.2275 326.1 NC W KERR SCOTT RESV +USC00319667 35.8558 -80.3608 246.9 NC YADKIN COLLEGE +USC00319675 36.1306 -80.5481 266.7 NC YADKINVILLE 6 E +USC00319700 36.4333 -79.3333 189.0 NC YANCEYVILLE 2 NNE +USC00319704 36.3772 -79.2550 193.5 NC YANCEYVILLE 4 SE +USC00319923 35.7878 -78.3497 79.2 NC ZEBULON 3 SW +USC00319968 36.3333 -81.7333 1132.0 NC ZIONVILLE +USC00320005 46.4500 -96.7333 285.0 ND ABERCROMBIE +USC00320022 48.3300 -98.1183 476.4 ND ADAMS 7 SSW +USC00320096 47.9022 -103.6608 652.3 ND ALEXANDER 4 NNW +USC00320101 47.7000 -103.9833 620.3 ND ALEXANDER 18 SW +USC00320127 46.7253 -101.5050 583.7 ND ALMONT +USC00320136 46.7167 -101.6500 702.0 ND ALMONT 7 W +USC00320149 46.6167 -103.8167 -999.9 ND ALPHA 1 S +USC00320189 48.9975 -103.4878 617.8 ND AMBROSE 3 N +USC00320196 47.0000 -97.2167 292.9 ND AMENIA +USC00320209 46.4819 -103.3222 887.0 ND AMIDON +USC00320263 48.9667 -101.3333 470.0 ND ANTLER +USC00320313 47.1500 -101.7333 -999.9 ND APLIN +USC00320369 47.9167 -97.5000 292.9 ND ARVILLA SP +USC00320382 46.0406 -99.3742 613.9 ND ASHLEY +USC00320450 47.0361 -98.0831 397.2 ND BALDHILL DAM +USC00320492 47.9181 -100.5400 498.3 ND BALFOUR 2 SW +USC00320500 48.1667 -100.0333 473.0 ND BALTA +USC00320516 48.5000 -100.6000 445.0 ND BANTRY +USC00320590 46.9283 -104.0158 853.4 ND BEACH +USC00320600 46.4000 -99.6167 625.1 ND BEAVER LAKE SP +USC00320626 48.8411 -99.7514 597.4 ND BELCOURT KEYA RADIO +USC00320639 46.8833 -103.1833 793.1 ND BELFIELD 1 SW +USC00320720 46.3833 -98.4833 448.1 ND BERLIN +USC00320729 48.3139 -101.7328 634.0 ND BERTHOLD +USC00320766 47.2622 -101.7906 544.1 ND BEULAH 1 W +USC00320767 47.2947 -101.8186 630.9 ND BEULAH 2NW +USC00320796 48.6167 -99.3667 484.9 ND BISBEE 6 NE +USC00320814 46.8000 -100.8000 509.0 ND BISMARCK +USC00320817 46.8339 -100.7969 558.1 ND BISMARCK 2.4 NNW +USC00320818 46.7717 -100.7592 503.2 ND BISMARCK WFO +USC00320827 46.9367 -100.7444 624.8 ND BISMARCK 7 N +USC00320941 48.8217 -100.4528 493.5 ND BOTTINEAU HCN +USC00320946 48.9333 -100.3667 659.0 ND BOTTINEAU SP +USC00320961 48.7994 -102.2464 597.7 ND BOWBELLS +USC00320966 48.7833 -102.1333 587.0 ND BOWBELLS 5 E +USC00320995 46.1936 -103.3714 909.2 ND BOWMAN +USC00320998 46.0333 -103.3000 862.9 ND BOWMAN 11 SE +USC00321001 46.5833 -103.5167 766.0 ND BOWMAN 30 NNW +USC00321052 46.3797 -100.9408 524.3 ND BREIEN +USC00321124 47.0667 -98.8167 479.1 ND BUCHANAN +USC00321144 48.0000 -104.0000 594.4 ND BUFORD +USC00321216 46.6000 -102.1333 714.1 ND BURT 16 N +USC00321225 47.7947 -100.5847 524.3 ND BUTTE 5SE +USC00321255 47.6000 -97.1000 283.5 ND BUXTON +USC00321288 48.4869 -99.1975 451.4 ND CANDO 1E +USC00321360 47.4494 -99.1294 483.4 ND CARRINGTON +USC00321362 47.5089 -99.1211 475.5 ND CARRINGTON 4 N +USC00321365 46.4167 -101.5667 702.0 ND CARSON +USC00321370 46.4250 -101.5742 711.7 ND CARSON +USC00321408 46.8769 -97.2328 285.0 ND CASSELTON AGRONOMY FARM HCN +USC00321435 48.8625 -97.7014 274.0 ND CAVALIER 7NW +USC00321442 46.0733 -97.3844 348.4 ND CAYUGA +USC00321456 47.0644 -101.2119 606.6 ND CENTER 4SE +USC00321477 46.7958 -97.2686 290.5 ND CHAFFEE 5 NE +USC00321480 48.9414 -102.3744 591.9 ND FLAXTON 3.1 NNE +USC00321498 48.2833 -99.2000 444.4 ND CHURCHS FERRY +USC00321500 48.2725 -99.1986 445.0 ND CHURCHS FERRY +USC00321525 46.1167 -97.9167 392.9 ND COGSWELL +USC00321686 47.2428 -97.6561 359.7 ND COLGATE +USC00321696 48.8833 -102.8000 588.9 ND COLUMBUS 2 SW +USC00321699 48.9167 -102.8333 594.4 ND COLUMBUS +USC00321766 47.4050 -98.0381 420.6 ND COOPERSTOWN +USC00321816 47.2400 -98.5847 464.5 ND COURTENAY 1 NW +USC00321871 48.9144 -103.2978 597.1 ND CROSBY HCN +USC00322018 46.8661 -99.7492 527.3 ND DAWSON +USC00322148 48.1167 -98.9000 438.9 ND DEVILS LAKE +USC00322188 46.8914 -102.7792 749.8 ND DICKINSON HCN +USC00322193 47.1944 -102.8414 725.4 ND DICKINSON RCH HQ +USC00322242 48.5167 -101.8833 604.1 ND DONNYBROOK 4 SE +USC00322298 47.9167 -100.3667 499.9 ND DRAKE +USC00322304 48.0475 -100.3100 466.3 ND DRAKE 9 NE +USC00322312 48.5608 -97.1808 243.8 ND DRAYTON +USC00322365 47.3467 -102.5869 671.8 ND DUNN CENTER 1E HCN +USC00322385 48.8333 -100.0333 609.9 ND SAN HAVEN +USC00322472 48.6500 -101.0167 458.1 ND ECKMAN 2 SE +USC00322482 46.3694 -98.7661 474.9 ND EDGELEY 3WNW +USC00322525 48.4583 -98.5169 469.1 ND EDMORE 4NW +USC00322536 47.2653 -98.8578 445.0 ND EDMUNDS ARROWWOOD REF +USC00322570 47.5833 -102.1500 548.9 ND ELBOWOODS +USC00322588 46.4089 -101.8419 731.5 ND ELGIN +USC00322592 46.3500 -101.8167 683.1 ND ELGIN 5 S +USC00322605 46.0108 -98.5261 443.5 ND ELLENDALE +USC00322695 46.6167 -97.6389 354.8 ND ENDERLIN 2W +USC00322697 46.6164 -97.5669 322.2 ND ENDERLIN 1 E +USC00322735 48.2833 -103.3667 676.7 ND EPPING +USC00322767 48.0333 -99.7667 502.9 ND ESMOND +USC00322768 48.1583 -99.8286 497.4 ND ESMOND 9 NNW +USC00322809 47.1906 -103.2247 838.2 ND FAIRFIELD +USC00322860 46.8292 -96.7961 276.8 ND FARGO 3S +USC00322949 47.6456 -99.6219 493.8 ND FESSENDEN +USC00323004 46.4581 -101.2000 603.5 ND FLASHER +USC00323009 46.4000 -101.2000 573.0 ND FLASHER 4 SE +USC00323019 48.9000 -102.3833 591.9 ND FLAXTON +USC00323064 46.0347 -98.9436 627.9 ND FORBES 10 NW +USC00323117 46.0333 -97.5950 381.0 ND FORMAN 5 SSE +USC00323196 48.9081 -103.8056 716.3 ND FORTUNA 1 W +USC00323206 46.0917 -100.6286 502.0 ND FT YATES +USC00323207 46.0500 -100.6667 510.5 ND FT YATES 4 SW HCN +USC00323217 48.4583 -101.5697 510.5 ND FOXHOLM 7 N +USC00323277 46.8667 -103.3000 833.0 ND FRYBURG 1 SSE +USC00323287 46.1581 -98.4000 437.4 ND FULLERTON 1 ESE HCN +USC00323309 46.6275 -99.1383 594.7 ND GACKLE +USC00323342 47.2500 -98.0333 -999.9 ND GALLATIN +USC00323376 47.6539 -101.4197 588.9 ND GARRISON +USC00323446 47.1833 -102.6500 -999.9 ND GLADSTONE 22 N +USC00323496 46.8117 -101.8303 636.4 ND GLEN ULLIN +USC00323501 47.0000 -101.7833 677.0 ND GLEN ULLIN 13 N +USC00323529 47.1550 -102.0706 566.9 ND GOLDEN VALLEY 9S +USC00323556 46.7333 -103.9500 848.0 ND GOLVA 1 S E +USC00323583 47.5500 -98.8000 458.1 ND GRACE CITY +USC00323594 48.4181 -97.4247 252.1 ND GRAFTON HCN +USC00323621 47.9217 -97.0975 253.0 ND GRAND FORKS UNIV (NWS) HCN +USC00323665 46.4667 -98.3500 415.1 ND GRAND RAPIDS 1 N +USC00323676 48.6167 -101.5833 497.1 ND GRANO +USC00323686 48.2675 -100.8439 460.2 ND GRANVILLE +USC00323696 47.4000 -103.2333 811.1 ND GRASSY BUTTE +USC00323701 47.5167 -103.2333 762.9 ND GRASSY BUTTE 10 N +USC00323705 47.4011 -103.2072 813.8 ND GRASSY BUTTE 2ENE +USC00323736 48.6167 -103.9333 648.9 ND GRENORA +USC00323826 46.0250 -99.9911 578.5 ND HAGUE +USC00323836 45.9667 -103.1333 808.0 ND HALEY +USC00323846 47.3544 -102.3372 627.9 ND HALLIDAY +USC00323908 46.0667 -96.9000 326.1 ND HANKINSON +USC00323926 47.3111 -98.1856 438.9 ND HANNAFORD +USC00323936 49.0000 -98.6833 480.1 ND HANNAH 2 N +USC00323963 48.9989 -99.3464 469.4 ND HANSBORO 4 NNE +USC00324013 47.8083 -99.8758 491.0 ND HARVEY 4NE +USC00324073 46.0000 -102.3667 777.8 ND HAYNES 5 NE +USC00324083 46.5203 -100.3478 604.1 ND HAZELTON 4NW +USC00324091 46.5917 -101.8075 650.4 ND HEART BUTTE DAM +USC00324102 46.9075 -102.0383 658.4 ND HEBRON +USC00324178 45.9925 -102.6442 816.9 ND HETTINGER HCN +USC00324180 46.0044 -102.6472 823.9 ND HETTINGER EXP STN +USC00324186 46.2500 -102.6833 787.0 ND HETTINGER 17 N +USC00324203 47.4389 -97.0664 277.4 ND HILLSBORO 3 N HCN +USC00324343 47.3500 -100.0167 591.3 ND HURDSFIELD 8 SW +USC00324372 48.4603 -99.5322 475.5 ND HURRICANE LAKE +USC00324418 46.8844 -98.6850 447.1 ND JAMESTOWN STATE HOSP HCN +USC00324545 48.1378 -100.5397 451.1 ND KARLSRUHE 6N +USC00324571 47.8967 -102.9208 752.9 ND KEENE 3S +USC00324626 47.3167 -97.0167 273.4 ND KELSO +USC00324646 48.6692 -102.0975 551.7 ND KENMARE 1 WSW +USC00324656 47.2667 -98.8667 442.0 ND EDMUNDS ARROWWOOD REF +USC00324722 47.3714 -102.7606 704.1 ND KILLDEER +USC00324726 47.4667 -102.8333 577.6 ND KILLDEER 8 NW +USC00324823 48.7000 -100.7000 440.1 ND KRAMER 2 N +USC00324843 46.3000 -98.9500 601.1 ND KULM +USC00324879 48.9797 -100.3344 652.9 ND LAKE METIGOSHE SP +USC00324925 47.2500 -100.0000 590.1 ND LAMOINE +USC00324937 46.3547 -98.2928 401.1 ND LA MOURE +USC00324943 48.8656 -100.8633 454.2 ND LANDA 3 SE +USC00324958 48.7622 -98.3447 492.3 ND LANGDON EXP FARM HCN +USC00325002 48.6272 -101.3764 490.7 ND LANSFORD +USC00325013 47.8742 -97.7106 351.1 ND LARIMORE 4SW +USC00325078 48.2881 -99.4317 466.3 ND LEEDS +USC00325088 46.6333 -102.3500 777.8 ND LEFOR 10 E +USC00325090 46.1767 -101.6706 691.6 ND LEITH 13SW +USC00325186 46.0725 -97.1461 342.9 ND LIDGERWOOD +USC00325210 46.2667 -100.2306 515.1 ND LINTON +USC00325211 46.3022 -100.3258 560.8 ND LINTON 5NW +USC00325220 46.4444 -97.6928 350.2 ND LISBON HCN +USC00325230 46.6611 -98.2267 451.7 ND LITCHVILLE 2NW +USC00325320 48.5500 -102.4000 686.1 ND LOSTWOOD 12 N +USC00325434 47.9619 -99.5261 492.3 ND MADDOCK +USC00325449 47.9667 -101.8167 630.9 ND MAKOTI +USC00325479 46.8128 -100.9097 533.4 ND MANDAN EXP STN HCN +USC00325484 46.7500 -100.8667 509.0 ND MANDAN FT LINCOLN PAR +USC00325492 47.6667 -99.7500 489.2 ND MANFRED +USC00325519 47.2333 -102.7667 677.0 ND MANNING +USC00325573 46.3000 -103.9167 826.9 ND MARMARTH +USC00325575 46.2958 -103.9200 825.7 ND MARMARTH +USC00325582 47.1369 -102.3344 603.5 ND MARSHALL +USC00325588 47.1167 -99.4167 -999.9 ND MARSTONMOOR +USC00325610 47.8333 -100.1167 491.0 ND MARTIN +USC00325638 47.8214 -101.2922 643.1 ND MAX +USC00325660 47.4989 -97.3514 299.6 ND MAYVILLE +USC00325710 47.4825 -100.4444 587.3 ND MC CLUSKY +USC00325720 48.5969 -102.9283 677.0 ND MC GREGOR +USC00325730 47.5808 -98.6422 474.0 ND MC HENRY 3W +USC00325754 46.3911 -97.2392 327.7 ND MC LEOD 3 E +USC00325764 47.7619 -98.1817 447.1 ND MC VILLE +USC00325798 46.8928 -99.2897 551.7 ND MEDINA +USC00325803 46.9167 -103.5167 691.9 ND MEDORA +USC00325808 46.9167 -103.5500 691.9 ND MEDORA SP +USC00325813 46.9161 -103.5264 691.3 ND MEDORA +USC00325818 47.2333 -103.6000 688.8 ND MEDORA 22 NNW +USC00325833 47.3333 -99.0333 494.1 ND MELVILLE +USC00325848 48.0781 -99.2656 448.1 ND MINNEWAUKAN +USC00325933 46.2667 -97.4667 -999.9 ND MILNOR +USC00325940 48.6333 -98.0333 483.4 ND MILTON +USC00325993 48.1803 -101.2964 539.2 ND MINOT EXP STN +USC00326007 48.3000 -97.3667 249.9 ND MINTO +USC00326015 46.6706 -100.2294 548.6 ND MOFFIT 3 SE HCN +USC00326025 48.7603 -101.5089 500.2 ND MOHALL +USC00326105 46.7006 -98.5839 428.2 ND MONTPELIER +USC00326155 46.3747 -102.3211 739.4 ND MOTT HCN +USC00326158 46.3931 -102.3186 747.7 ND MOTT 1N +USC00326195 48.5167 -98.9167 467.0 ND MUNICH 1 SSW +USC00326255 46.5067 -99.7692 603.5 ND NAPOLEON HCN +USC00326315 46.5414 -102.8692 804.4 ND NEW ENGLAND HCN +USC00326320 47.0000 -102.8833 850.4 ND NEW HRADEC +USC00326350 47.6833 -99.1333 476.1 ND NEW ROCKFORD +USC00326355 47.7167 -99.2667 473.0 ND NEW ROCKFORD 7 WNW +USC00326365 46.8925 -101.4897 655.3 ND NEW SALEM 5NW +USC00326383 47.9833 -102.5833 573.0 ND NEW TOWN 4 W +USC00326455 48.8833 -103.0167 598.0 ND NOONAN +USC00326535 49.0000 -102.2667 563.9 ND NORTHGATE +USC00326565 46.5500 -98.7333 460.9 ND NORTONVILLE +USC00326620 46.1458 -98.0919 403.6 ND OAKES +USC00326703 48.6500 -100.3333 -999.9 ND OMEMEE 3 SE +USC00326743 46.9000 -97.8000 387.7 ND ORISKA +USC00326857 48.4000 -97.7500 295.7 ND PARK RIVER +USC00326867 47.9500 -102.1333 595.0 ND PARSHALL +USC00327027 48.0356 -98.0097 467.0 ND PETERSBURG 2 N +USC00327047 47.1167 -99.5333 563.9 ND PETTIBONE +USC00327117 47.1667 -98.9000 479.1 ND PINGREE +USC00327120 48.0267 -101.9625 638.3 ND PLAZA +USC00327201 49.0000 -102.5500 595.0 ND PORTAL +USC00327270 46.6167 -97.2667 310.9 ND POWER +USC00327281 48.5722 -102.6467 672.1 ND POWERS LAKE 1N +USC00327311 46.1758 -101.8561 755.9 ND PRETTY ROCK +USC00327405 47.8133 -102.0233 602.0 ND RAUB 5 NNE +USC00327408 47.6000 -102.1000 598.0 ND RAUB 12 SSW +USC00327450 46.1089 -102.9447 864.1 ND REEDER +USC00327452 46.2856 -102.9511 839.7 ND REEDER 13 N +USC00327461 47.2333 -100.4333 624.8 ND REGAN 6 NE +USC00327465 46.4200 -102.5611 743.7 ND REGENT +USC00327491 46.0044 -103.7000 977.8 ND RHAME 16S +USC00327530 46.8886 -102.3192 752.9 ND RICHARDTON ABBEY HCN +USC00327585 47.4914 -101.3775 598.0 ND RIVERDALE +USC00327655 48.6297 -99.8069 493.8 ND ROLETTE 3SE +USC00327664 48.8811 -99.5861 558.7 ND ROLLA 1NE +USC00327704 48.3542 -99.9925 472.4 ND RUGBY +USC00327749 47.9333 -101.6833 644.0 ND RYDER 1 NNW +USC00327810 48.9333 -99.6833 592.8 ND ST. JOHN +USC00327824 48.8333 -100.0333 586.1 ND SAN HAVEN +USC00327834 47.9833 -102.5333 561.1 ND SANISH +USC00327844 48.9450 -98.9947 483.7 ND SARLES +USC00327932 46.1500 -103.1500 848.0 ND SCRANTON +USC00327944 47.5667 -103.8000 -999.9 ND SEARING +USC00327952 46.0667 -100.9167 665.1 ND SELFRIDGE 2 NE +USC00327976 46.6167 -103.8167 811.1 ND SENTINEL BUTTE 20 S +USC00327986 47.5983 -97.9000 464.8 ND SHARON +USC00328047 48.9622 -101.6311 500.5 ND SHERWOOD +USC00328049 48.9833 -101.9667 488.0 ND SHERWOOD 15 W +USC00328057 47.8333 -99.1167 451.1 ND SHEYENNE +USC00328065 46.2331 -101.1292 550.5 ND SHIELDS +USC00328276 48.3567 -102.4117 694.9 ND STANLEY 3 NNW +USC00328298 47.3167 -101.3833 519.1 ND STANTON +USC00328366 46.8947 -99.9483 564.8 ND STEELE 4N +USC00328396 46.0500 -102.0833 708.7 ND STOWERS +USC00328415 46.7153 -99.4475 597.7 ND STREETER 5 NW +USC00328608 47.4647 -99.3983 498.0 ND SYKESTON +USC00328627 48.3475 -101.9325 661.4 ND TAGUS +USC00328660 46.9989 -102.4761 676.7 ND TAYLOR 7 NNW +USC00328737 48.3989 -102.9181 684.3 ND TIOGA 1E +USC00328764 48.7667 -101.7500 531.0 ND TOLLEY 4 NE +USC00328792 48.3706 -100.3908 451.1 ND TOWNER 2 NE HCN +USC00328807 47.3000 -103.8667 741.0 ND TROTTERS 6 SE +USC00328812 47.2842 -103.9006 737.6 ND TROTTERS 3 SSE +USC00328840 47.5214 -100.8883 577.0 ND TURTLE LAKE +USC00328850 47.1333 -100.0000 572.7 ND TUTTLE +USC00328853 47.3014 -99.9189 640.1 ND TUTTLE 12NNE +USC00328872 47.4550 -101.1461 623.3 ND UNDERWOOD +USC00328877 47.4333 -101.4000 534.0 ND UNDERWOOD 12 W +USC00328913 48.6147 -100.7264 434.3 ND UPHAM 3 N +USC00328918 48.5833 -100.7833 438.9 ND UPHAM 3 W +USC00328937 46.9558 -98.0203 368.8 ND VALLEY CITY 3 NNW +USC00328970 47.9500 -102.3500 566.9 ND VAN HOOK +USC00328990 48.0600 -100.9414 460.2 ND VELVA +USC00329035 46.3639 -98.0758 417.6 ND VERONA +USC00329095 46.2833 -96.6000 292.9 ND WAHPETON PWR PLT +USC00329100 46.3233 -96.6108 291.4 ND WAHPETON 3 N HCN +USC00329155 48.9133 -97.9181 286.5 ND WALHALLA 1 SW +USC00329185 47.8500 -98.7000 451.1 ND WARWICK +USC00329195 47.2981 -101.0300 534.9 ND WASHBURN +USC00329205 47.2833 -101.0333 527.9 ND WASHBURN WTR WKS +USC00329219 46.0233 -101.5664 630.9 ND WATAUGA S DAK 8 N +USC00329233 47.8039 -103.2892 661.4 ND WATFORD CITY +USC00329238 47.8000 -102.9833 640.1 ND WATFORD CITY 12 E +USC00329246 47.6000 -103.2597 617.8 ND WATFORD CITY 14S +USC00329333 48.9097 -101.0192 457.8 ND WESTHOPE +USC00329334 48.9525 -100.9497 445.0 ND WESTHOPE 4.3 NE +USC00329400 48.6631 -103.2131 678.8 ND WILDROSE 3NW +USC00329420 48.1081 -103.7142 557.8 ND WILLISTON 5SW +USC00329421 48.1500 -103.6300 570.6 ND WILLISTON +USC00329430 48.1375 -103.7372 641.6 ND WILLISTON EXP FARM +USC00329445 48.6061 -100.2911 449.0 ND WILLOW CITY HCN +USC00329455 47.1603 -100.7892 666.9 ND WILTON +USC00329515 46.2608 -99.5600 620.9 ND WISHEK +USC00329550 48.9000 -98.6667 -999.9 ND WOODBRIDGE +USC00329575 47.1844 -99.2917 585.2 ND WOODWORTH 3NE +USC00329635 48.5667 -103.6833 609.9 ND ZAHL +USC00329650 47.2878 -101.9400 556.3 ND ZAP +USC00330061 41.0803 -81.5169 329.2 OH AKRON +USC00330083 40.0833 -82.6833 371.9 OH ALEXANDRIA 4 WSW +USC00330102 40.9333 -81.1000 320.0 OH ALLIANCE +USC00330107 40.9550 -81.1169 321.6 OH ALLIANCE 3 NNW +USC00330115 39.2167 -82.9667 -999.9 OH ALMA SCIOTO TRAILS FOR +USC00330141 39.4000 -81.9667 201.2 OH AMESVILLE +USC00330165 41.6211 -80.5556 320.0 OH ANDOVER 2 NE +USC00330195 41.1667 -81.0833 305.1 OH APCO RAVENNA ARSENAL +USC00330251 40.8667 -82.3000 320.0 OH ASHLAND +USC00330256 40.8333 -82.3500 385.6 OH ASHLAND 2 SW +USC00330264 41.8500 -80.8000 210.3 OH ASHTABULA +USC00330274 39.3833 -82.1833 210.0 OH ATHENS 5 NW +USC00330279 39.3225 -82.0994 208.5 OH ATHENS OU +USC00330290 41.0167 -81.1667 345.0 OH ATWATER CTR +USC00330298 40.5167 -81.2833 289.6 OH ATWOOD LAKE +USC00330315 41.3833 -81.3000 365.8 OH AUBURN +USC00330386 40.4333 -81.7000 323.1 OH BALTIC +USC00330430 39.9917 -81.1850 390.1 OH BARNESVILLE +USC00330460 39.1167 -84.1667 259.1 OH BATAVIA 4 N +USC00330493 40.6333 -81.5667 300.2 OH BEACH CITY LAKE +USC00330556 40.0167 -80.7500 274.9 OH BELLAIRE +USC00330563 40.3536 -83.7753 358.4 OH BELLEFONTAINE +USC00330573 39.1167 -81.7428 184.1 OH BELLEVILLE L&D +USC00330581 39.9833 -80.9833 406.0 OH BELMONT 4 SE +USC00330600 40.9167 -81.0000 348.1 OH BELOIT +USC00330610 42.6500 -82.6500 225.9 OH BEMENT +USC00330622 41.0167 -83.8167 243.8 OH BENTON RIDGE +USC00330637 41.0000 -80.9833 317.0 OH BERLIN CTR 2 SW +USC00330639 41.1169 -81.0094 317.0 OH BERLIN LAKE +USC00330663 39.4000 -84.4000 301.8 OH BETHANY +USC00330676 39.5475 -81.6283 187.5 OH BEVERLY STP +USC00330715 40.6833 -82.1000 288.3 OH BIG PRAIRIE +USC00330728 41.4333 -81.7667 245.4 OH BINOLA +USC00330745 41.4000 -81.3667 340.2 OH BISSELLS +USC00330775 40.3000 -82.3000 335.3 OH BLADENSBURG +USC00330823 40.6500 -81.4333 299.0 OH BOLIVAR DAM +USC00330847 41.1500 -81.5667 228.9 OH BOTZUM SEWAGE PLT +USC00330854 39.2667 -83.1667 214.9 OH BOURNEVILLE 1 SSW +USC00330862 41.3831 -83.6111 205.7 OH BOWLING GREEN WWTP +USC00330950 40.2833 -80.6667 213.4 OH BRILLIANT +USC00331042 41.4619 -84.5272 222.5 OH BRYAN 2 SE +USC00331057 39.9522 -82.4819 270.7 OH BUCKEYE LAKE 1 N +USC00331072 40.8125 -82.9697 291.1 OH BUCYRUS HCN +USC00331105 39.5500 -82.0667 232.0 OH TOM JENKINS DAM +USC00331113 41.4667 -81.1667 353.6 OH BURTON 1 W +USC00331152 40.2686 -80.9981 384.0 OH CADIZ HCN +USC00331162 40.2667 -81.0000 366.1 OH CADIZ 2 +USC00331175 39.7161 -81.4642 268.2 OH CALDWELL 3SE +USC00331177 39.7333 -81.5833 305.1 OH CALDWELL 4 W +USC00331178 39.8167 -81.6000 298.7 OH CALDWELL 6 NW +USC00331182 39.7500 -81.5333 225.6 OH CALDWELL WTR WKS +USC00331185 40.6500 -82.9833 303.6 OH CALEDONIA +USC00331197 40.0111 -81.5794 243.8 OH CAMBRIDGE +USC00331202 40.0833 -81.5833 259.1 OH CAMBRIDGE ST HOSPITAL +USC00331220 39.2167 -84.2833 173.7 OH CAMP DENISON +USC00331240 39.7500 -82.7667 317.0 OH CANAL WINCHERSTER 6 SE +USC00331245 41.0167 -80.7667 347.5 OH CANFIELD 1 S +USC00331250 40.8000 -81.3833 320.0 OH CANTON REPOSITORY +USC00331254 40.8667 -81.4000 345.0 OH CANTON 5 N +USC00331259 40.7667 -81.3833 310.9 OH CANTON HWY DEPT +USC00331278 40.5000 -82.9000 308.2 OH CARDINGTON +USC00331288 39.1469 -82.2194 250.5 OH CARPENTER 2 S +USC00331297 39.7667 -82.6833 267.9 OH CARROLL 2 SSE +USC00331299 39.7667 -82.7500 348.1 OH CARROLL 3 SW +USC00331310 40.5667 -81.0833 351.1 OH CARROLLTON +USC00331315 40.6167 -81.0667 362.7 OH CARROLLTON 3 NNE +USC00331353 41.5500 -82.8500 182.9 OH CATAWBA ISLAND 1 SW +USC00331383 39.7667 -83.8167 315.5 OH CEDARVILLE #1 +USC00331390 40.5689 -84.5369 264.0 OH CELINA 3 NE +USC00331399 40.3000 -82.7000 366.1 OH CENTERBURG +USC00331404 40.2914 -82.6547 367.3 OH CENTERBURG 2 SE +USC00331458 41.5833 -81.1833 344.4 OH CHARDON +USC00331466 40.7400 -82.3569 312.4 OH CHARLES MILL LAKE +USC00331470 41.1667 -81.1500 359.7 OH CHARLESTOWN +USC00331474 40.5000 -81.7833 320.0 OH CHARM +USC00331492 40.9500 -82.9333 301.8 OH CHATFIELD +USC00331497 38.8333 -83.5667 286.2 OH CHERRY FORK +USC00331515 39.1547 -84.6233 271.6 OH CHEVIOT +USC00331516 39.1514 -84.6769 260.0 OH CHEVIOT 3 W +USC00331523 39.3333 -82.9667 189.0 OH CHILLICOTHE +USC00331524 39.3836 -83.0772 232.0 OH CHILLICOTHE 6 NW +USC00331528 39.3744 -83.0036 198.1 OH CHILLICOTHE MOUND CITY +USC00331536 38.7975 -84.1730 146.3 OH CHILO MELDAHL LOCKS & DAM +USC00331541 41.0517 -81.9361 359.7 OH CHIPPEWA LAKE HCN +USC00331544 41.0667 -81.9000 317.0 OH CHIPPEWA LAKE WTR WKS +USC00331550 39.1169 -84.6961 152.4 OH CINCINNATI-FERNBANK +USC00331566 39.1333 -84.4167 235.0 OH CINCINNATI AULT PARK +USC00331568 39.2167 -84.4833 161.8 OH CINCINNATI HARTWELL +USC00331569 39.1500 -84.4167 182.9 OH CINCINNATI OAKLEY +USC00331570 39.1000 -84.5500 267.9 OH CINCINNATI PRICE HILL +USC00331571 39.1000 -84.5000 -999.9 OH CINCINNATI SUS BRG +USC00331572 39.0833 -84.3833 228.9 OH CINCINNATI MT WASHINGT +USC00331573 39.0667 -84.3333 246.9 OH CINCINNATI CHERRY GROV +USC00331574 39.2000 -84.6167 271.0 OH CINCINNATI WHITE OAK +USC00331592 39.6103 -82.9556 205.7 OH CIRCLEVILLE HCN +USC00331600 39.8000 -80.8333 195.1 OH CLARINGTON LOCK 14 +USC00331612 41.1500 -82.3833 280.4 OH CLARKSFIELD 1 SE +USC00331618 39.4333 -83.9833 310.9 OH CLARKSVILLE +USC00331642 40.2667 -81.2833 281.6 OH CLENDENING LAKE +USC00331644 41.4833 -81.7000 229.8 OH CLEVELAND CARROLL UNIV +USC00331650 41.3667 -81.6667 351.1 OH CLEVELAND SEVEN HILLS +USC00331652 41.4833 -81.7167 210.0 OH CLEVELAND LUTHERAN MC +USC00331653 41.4667 -81.5667 299.0 OH CLEVELAND SHAKER HTS +USC00331662 41.5000 -81.6667 200.9 OH CLEVELAND 2717 EUCLID +USC00331755 41.5333 -80.7667 305.1 OH COLEBROOK +USC00331770 40.8833 -80.6833 338.9 OH COLUMBIANA +USC00331777 40.0603 -82.8942 253.3 OH COLUMBUS-HAP CREMEAN WP +USC00331778 40.0000 -83.0167 232.0 OH COLUMBUS OHIO ST UNIV +USC00331779 39.8469 -82.9872 225.2 OH COLUMBUS-PARSONS AVE +USC00331781 39.9500 -83.1167 267.9 OH COLUMBUS SULLIVANT AVE +USC00331782 40.0000 -83.0500 244.1 OH COLUMBUS UNIV FARM +USC00331783 39.9047 -82.9200 231.6 OH COLUMBUS-VALLEY CROSSING +USC00331785 40.0250 -83.0269 225.6 OH COLUMBUS WCMH +USC00331805 40.9347 -82.0406 344.4 OH CONGRESS 1 NE +USC00331818 41.9833 -80.5667 195.1 OH CONNEAUT +USC00331858 40.2211 -82.0667 237.7 OH COOPERDALE +USC00331882 41.3167 -80.7333 305.1 OH CORTLAND HWY DEPT +USC00331890 40.2403 -81.8711 231.6 OH COSHOCTON WPC PLT HCN +USC00331900 40.3000 -81.8667 228.9 OH COSHOCTON 2 N +USC00331905 40.3708 -81.7908 347.5 OH COSHOCTON AG RSCH STN +USC00332038 41.5000 -81.8333 176.8 OH DANBURY +USC00332044 40.4397 -82.3039 295.7 OH DANVILLE 2 W +USC00332067 39.7633 -84.1911 219.5 OH DAYTON MCD +USC00332090 39.6253 -83.2128 262.1 OH DEER CREEK LAKE +USC00332098 41.2783 -84.3847 213.4 OH DEFIANCE HCN +USC00332103 41.2333 -84.4000 201.2 OH DEFIANCE PWR PLT +USC00332119 40.3175 -83.0739 280.4 OH DELAWARE HCN +USC00332124 40.3539 -83.0706 283.5 OH DELAWARE LAKE +USC00332156 40.4000 -81.3500 259.1 OH DENNISON WTR WKS +USC00332160 40.4056 -81.3436 262.1 OH DENNISON WTR WKS +USC00332170 39.7667 -83.2000 278.0 OH DERBY +USC00332205 40.0000 -82.0833 249.9 OH DILLON LAKE +USC00332251 41.6833 -80.6667 298.7 OH DORSET +USC00332270 40.5333 -81.4833 269.4 OH DOVER +USC00332272 40.5667 -81.4167 283.5 OH DOVER DAM +USC00332298 40.0833 -83.1333 245.4 OH DUBLIN +USC00332305 39.6333 -80.8833 192.0 OH DUFFY DAM 15 +USC00332485 39.7328 -84.6353 305.4 OH EATON +USC00332512 41.4500 -84.7333 253.0 OH EDGERTON +USC00332513 41.4981 -84.7744 264.3 OH EDON 4S +USC00332580 41.0167 -80.8500 317.0 OH ELLSWORTH +USC00332585 41.4833 -83.2167 182.9 OH ELMORE 5 E +USC00332599 41.3814 -82.0558 222.5 OH ELYRIA 3 E +USC00332603 41.3047 -82.1175 235.3 OH ELYRIA 4 S +USC00332626 39.5586 -82.4842 249.9 OH ENTERPRISE +USC00332651 39.3478 -84.5897 175.3 OH FAIRFIELD +USC00332727 39.2122 -83.8778 300.5 OH FAYETTEVILLE 4 NE +USC00332766 39.1167 -84.7000 153.0 OH CINCINNATI FERNBANK +USC00332791 41.0461 -83.6622 234.1 OH FINDLAY WPCC HCN +USC00332847 41.2833 -82.4000 256.0 OH FLORENCE 3 SSE +USC00332874 40.6833 -84.2667 -999.9 OH FORT AMANDA STATE PARK +USC00332895 40.4100 -84.7856 285.0 OH FT RECOVERY +USC00332905 41.1500 -83.4333 238.0 OH FOSTORIA WEST END SUBS +USC00332920 39.4167 -83.1667 227.1 OH FRANKFORT +USC00332928 39.5536 -84.3189 207.0 OH FRANKLIN +USC00332929 39.5528 -84.3147 204.2 OH FRANKLIN MCD +USC00332956 40.4167 -82.5333 320.0 OH FREDERICKTOWN 4 S +USC00332974 41.3331 -83.1189 182.9 OH FREMONT +USC00332976 41.3119 -83.1719 202.4 OH FREMONT AG STN +USC00333021 40.7231 -82.8000 356.6 OH GALION WTR WKS +USC00333029 38.8208 -82.1817 176.2 OH GALLIPOLIS +USC00333034 38.8167 -82.1833 -999.9 OH GALLIPOLIS +USC00333042 40.3833 -82.4000 331.9 OH GAMBIER +USC00333071 41.4167 -81.6000 284.1 OH GARFIELD HEIGHTS +USC00333085 41.3000 -81.1167 306.3 OH GARRETTSVILLE +USC00333094 41.7667 -81.0000 259.1 OH GENEVA 4 SW +USC00333095 41.7500 -80.9500 228.9 OH GENEVA 3 S +USC00333100 38.8833 -83.8833 287.1 OH GEORGETOWN +USC00333120 39.6361 -84.4014 224.9 OH GERMANTOWN DAM +USC00333125 39.6667 -84.3333 241.1 OH GERMANTOWN 3 NE +USC00333144 41.6667 -82.8167 177.1 OH GIBRALTER ISLAND +USC00333180 41.0333 -84.0833 225.9 OH GLANDORF +USC00333292 41.4167 -83.8667 190.8 OH GRAND RAPIDS +USC00333315 40.1000 -82.5167 292.6 OH GRANVILLE +USC00333326 39.9667 -82.2000 304.8 OH GRATIOT +USC00333345 39.6500 -84.6500 152.4 OH GREEN +USC00333356 39.3417 -83.3767 261.5 OH GREENFIELD WWTP +USC00333362 40.7333 -81.0167 345.9 OH GREEN HILL +USC00333375 40.1033 -84.6503 313.9 OH GREENVILLE WTP HCN +USC00333380 40.1000 -84.6167 274.9 OH GREENVILLE HWY DEPT +USC00333393 40.5517 -82.2014 274.3 OH GREER +USC00333421 41.0192 -84.4772 222.5 OH GROVER HILL +USC00333460 40.6500 -82.6500 191.1 OH HACKNEY +USC00333478 39.4000 -84.5833 198.1 OH HAMILTON +USC00333482 39.4000 -84.5667 179.8 OH HAMILTON 2 +USC00333483 39.3500 -84.5833 175.3 OH HAMILTON FAIRFIELD +USC00333500 39.6667 -80.8667 189.0 OH HANNIBAL LOCKS AND DAM +USC00333722 41.2875 -84.7597 228.6 OH HICKSVILLE +USC00333730 38.7833 -83.9667 153.0 OH HIGGINSPORT +USC00333750 41.7333 -81.0167 303.9 OH HILL HOUSE +USC00333758 39.2333 -83.6092 290.5 OH HILLSBORO HCN +USC00333763 39.2333 -83.6167 287.1 OH HILLSBORO WTR WKS +USC00333780 41.3072 -81.0133 374.9 OH HIRAM HCN +USC00333801 41.2500 -84.1500 217.0 OH HOLGATE +USC00333838 40.3239 -80.8992 371.9 OH HOPEDALE +USC00333874 41.2167 -83.7667 213.4 OH HOYTVILLE 2 NE +USC00333876 41.2500 -81.2500 342.9 OH HUDSON +USC00333908 41.1167 -82.2333 292.9 OH HUNTINGTON +USC00333915 40.4800 -83.8128 315.2 OH HUNTSVILLE 3N +USC00333971 38.5333 -82.6833 164.9 OH IRONTON +USC00333975 38.5333 -82.6667 204.2 OH IRONTON 1 NE +USC00333987 40.1167 -83.4833 307.8 OH IRWIN +USC00334004 39.0792 -82.7064 257.6 OH JACKSON 3 NW +USC00334006 39.5000 -84.1667 297.2 OH JACKSONBURG +USC00334009 39.0500 -82.6500 214.0 OH JACKSON HWY DEPT +USC00334038 39.6369 -83.5564 318.5 OH JEFFERSONVILLE 1 S +USC00334047 41.7333 -80.7667 294.1 OH JEFFERSON +USC00334184 40.6333 -83.6167 305.1 OH KENTON OHIO PWR COMPA +USC00334189 40.6486 -83.6061 303.9 OH KENTON HCN +USC00334220 40.5167 -81.9833 331.3 OH KILLBUCK +USC00334238 39.3531 -84.2603 232.3 OH KINGS MILLS +USC00334242 41.9000 -80.7167 213.4 OH KINGSVILLE +USC00334248 41.4500 -80.5833 301.8 OH KINSMAN +USC00334258 41.6167 -81.3000 228.0 OH KIRTLAND-HOLDEN +USC00334260 41.6167 -81.3000 313.9 OH KIRTLAND-HOLDEN 2 +USC00334319 41.2500 -82.1000 249.3 OH LAGRANGE 1 NE +USC00334340 41.1167 -80.9833 287.1 OH LAKE MILTON +USC00334363 40.5167 -83.8833 310.9 OH LAKEVIEW 3 NE +USC00334378 39.7333 -82.6333 262.1 OH LANCASTER 2 NW +USC00334383 39.7333 -82.6333 262.1 OH LANCASTER 2 NW +USC00334387 39.6833 -82.6667 307.8 OH LANCASTER 4 SW +USC00334389 39.7167 -82.6500 278.0 OH LANCASTER 3 W +USC00334393 39.7333 -82.7000 287.1 OH LANCASTER 5 WNW +USC00334397 39.8000 -82.6167 305.1 OH LANCASTER 6 N +USC00334399 39.7167 -82.7167 335.9 OH LANCASTER 6 W +USC00334403 39.7156 -82.6072 252.1 OH LANCASTER +USC00334409 40.5833 -83.3833 283.5 OH LA RUE +USC00334434 39.4706 -82.7344 231.6 OH LAURELVILLE +USC00334440 38.9667 -83.4833 274.3 OH LAWSHE +USC00334461 39.4333 -84.2000 223.1 OH LEBANON HWY DEPT +USC00334473 40.4667 -81.2000 298.7 OH LEESVILLE LAKE +USC00334551 40.7247 -84.1294 259.1 OH LIMA WWTP +USC00334556 40.7500 -84.0833 265.2 OH LIMA WTR WKS +USC00334581 39.9333 -83.3500 253.0 OH LINDEN HEIGHTS +USC00334616 39.7833 -82.8167 301.8 OH LITHOPOLIS 2 S +USC00334632 39.7667 -82.9333 225.9 OH LOCKBURNE AFB +USC00334672 39.5325 -82.3939 220.1 OH LOGAN +USC00334681 39.8972 -83.5097 341.4 OH LONDON FISH HATCHERY +USC00334683 39.9500 -83.4333 310.9 OH LONDON 5 N +USC00334686 39.8833 -83.4333 335.3 OH LONDON WWTP +USC00334700 41.1500 -80.8667 304.8 OH LORDSTOWN +USC00334728 40.8333 -81.2500 356.6 OH LOUISVILLE +USC00334736 39.5333 -81.5167 189.0 OH LOWELL LOCK 3 +USC00334770 38.8844 -82.9956 173.1 OH LUCASVILLE +USC00334789 41.7000 -84.0667 235.0 OH LYONS HIGH SCHOOL +USC00334815 41.7667 -81.0833 185.9 OH MADISON +USC00334824 39.1500 -84.3833 171.0 OH MADISONVILLE +USC00334826 40.6500 -81.3000 302.1 OH MAGNOLIA +USC00334830 38.7094 -83.5186 164.6 OH MANCHESTER 5 ENE +USC00334874 40.7667 -82.6167 411.5 OH MANSFIELD 5 W +USC00334915 40.4167 -82.8167 338.9 OH MARENGO 1 NW +USC00334924 39.4108 -81.4536 185.9 OH MARIETTA LOCK 1 +USC00334926 39.4833 -82.4833 207.3 OH MARIETTA EXP FARM +USC00334927 39.4086 -81.4328 185.9 OH MARIETTA WWTP +USC00334929 39.4333 -81.4667 253.0 OH MARIETTA WTR WKS +USC00334937 40.5833 -83.1333 299.0 OH MARION +USC00334942 40.6167 -83.1333 294.1 OH MARION 2 N +USC00334967 40.8833 -81.7333 341.4 OH MARSHALLVILLE 1 SSW +USC00334979 40.2411 -83.3669 302.4 OH MARYSVILLE +USC00334984 40.2333 -83.3667 305.1 OH MARYSVILLE HWY DEPT +USC00335007 41.6167 -83.6500 189.0 OH MAUMEE EXP FARM +USC00335015 40.8833 -81.1833 360.0 OH MAXIMO +USC00335021 39.2500 -82.4833 225.6 OH MCARTHUR +USC00335024 39.2500 -82.4667 235.0 OH MC ARTHUR HWY DEPT +USC00335029 39.2503 -82.4822 239.3 OH MC ARTHUR +USC00335041 39.6522 -81.8561 231.6 OH MC CONNELLSVILLE LK 7 HCN +USC00335090 40.4000 -80.7333 281.0 OH MECCA +USC00335185 39.6167 -84.2833 212.4 OH MIAMISBURG +USC00335188 39.2158 -84.6947 146.9 OH MIAMITOWN +USC00335199 40.0500 -81.3333 268.2 OH MIDDLEBOURNE +USC00335215 39.0833 -82.0667 175.3 OH MIDDLEPORT +USC00335220 39.5161 -84.4072 196.9 OH MIDDLETOWN +USC00335265 39.1667 -84.3000 174.0 OH MILFORD +USC00335268 39.1814 -84.2867 158.5 OH MILFORD +USC00335296 40.5667 -81.9167 246.9 OH MILLERSBURG +USC00335297 40.5375 -81.9197 249.6 OH MILLERSBURG HCN +USC00335310 39.7500 -82.1000 266.7 OH MILLIGAN +USC00335315 40.7692 -80.8561 356.6 OH MILLPORT 4 NE HCN +USC00335356 41.1500 -80.7833 271.3 OH MINERAL RIDGE WTR WKS +USC00335398 40.3486 -82.0908 263.7 OH MOHAWK DAM +USC00335406 40.7333 -82.1500 296.0 OH MOHICANVILLE DAM +USC00335438 41.5861 -84.6233 262.1 OH MONTPELIER +USC00335505 41.2986 -80.7647 277.4 OH MOSQUITO CREEK LAKE +USC00335532 40.5500 -82.8333 335.9 OH MT GILEAD +USC00335535 40.5500 -82.8167 332.2 OH MT GILEAD LAKES PRK +USC00335543 39.2833 -84.5667 259.1 OH MT HEALTHY EXP FARM +USC00335573 39.7333 -83.2833 281.0 OH MT STERLING GAS PUMP S +USC00335585 40.3833 -82.4667 298.7 OH MT VERNON +USC00335590 39.0833 -84.3833 228.9 OH MT WASHINGTON +USC00335610 39.2000 -84.7500 243.8 OH MULBERRY +USC00335656 40.9333 -82.2833 317.0 OH NANKIN +USC00335664 41.3833 -84.1167 207.0 OH NAPOLEON +USC00335667 41.3817 -84.1514 204.2 OH NAPOLEON 1SW +USC00335669 41.3939 -84.1144 207.9 OH NAPOLEON +USC00335700 41.5167 -83.8833 205.7 OH NEAPOLIS EXP FARM +USC00335708 40.4167 -82.1000 243.8 OH NELLIE +USC00335718 39.5014 -82.2442 213.4 OH NELSONVILLE +USC00335742 40.0500 -82.4000 256.0 OH NEWARK PWR PLT +USC00335747 40.0875 -82.4128 254.5 OH NEWARK WTR WKS +USC00335750 40.9000 -81.4500 335.3 OH NEW BERLIN +USC00335752 40.4500 -84.3667 316.4 OH NEW BREMEN +USC00335786 39.9317 -84.0328 266.4 OH NEW CARLISLE +USC00335794 40.2667 -81.6000 244.1 OH NEWCOMERSTOWN +USC00335795 40.2833 -81.6000 292.9 OH NEWCOMERSTOWN 1 NNE +USC00335797 40.2667 -81.6167 244.1 OH NEWCOMERSTOWN HWY BRG +USC00335799 40.2719 -81.6075 241.4 OH NEWCOMERSTOWN +USC00335830 39.5667 -83.2500 264.6 OH NEW HOLLAND +USC00335837 39.8333 -83.4667 326.1 OH NEWPORT +USC00335857 39.7333 -82.2156 271.3 OH NEW LEXINGTON 2 NW +USC00335878 39.4667 -81.1167 189.0 OH NEW MATAMORAS DAM 16 +USC00335894 40.4878 -81.4317 281.9 OH NEW PHILADELPHIA +USC00335899 40.4833 -81.3833 296.0 OH NEW PHILADELPHIA 3 E +USC00335904 40.5000 -81.4500 280.4 OH NEW PHILADELPHIA 1 A +USC00335908 38.9667 -84.2833 240.2 OH NEW RICHMOND +USC00335924 40.8500 -80.6167 331.9 OH NEW WATERFORD +USC00335939 39.3933 -81.2192 203.6 OH NEWPORT +USC00335947 39.5833 -82.2500 237.7 OH NEW STRAITSVILLE +USC00336030 41.7000 -82.8167 176.8 OH NORTH BASS ISLAND +USC00336050 40.8500 -80.9833 348.1 OH NORTH GEORGETOWN +USC00336061 38.4167 -82.5000 172.2 OH NORTH KENOVA +USC00336075 40.6833 -83.5667 333.8 OH NORTH LEWISBURG +USC00336085 41.2167 -81.7500 304.8 OH NORTH ROYALTON +USC00336118 41.2667 -82.6167 204.2 OH NORWALK WWTP HCN +USC00336123 41.1833 -82.5667 281.9 OH NORWALK 5 SE +USC00336136 39.9833 -81.7833 298.7 OH NORWICH 1 E +USC00336170 41.5167 -83.3000 179.8 OH OAK HARBOR +USC00336188 41.0833 -84.3833 217.0 OH OAKWOOD +USC00336196 41.2803 -82.2186 248.7 OH OBERLIN HCN +USC00336230 39.6000 -83.6167 320.0 OH OCTA +USC00336231 39.5000 -83.6167 318.2 OH OCTA (1) +USC00336333 41.3333 -80.5500 288.0 OH ORANGEVILLE +USC00336337 41.0167 -84.0500 220.1 OH OTTAWA +USC00336342 41.0325 -84.0542 222.5 OH OTTAWA +USC00336346 41.6000 -83.2000 176.8 OH OTTAWA NWR +USC00336371 39.5167 -84.7500 274.9 OH OXFORD +USC00336375 39.5067 -84.7186 238.7 OH OXFORD +USC00336384 41.7167 -81.2167 214.0 OH PAINESVILLE HWY DEPT +USC00336389 41.7525 -81.2956 182.9 OH PAINESVILLE 4 NW +USC00336405 40.9461 -83.9614 234.7 OH PANDORA +USC00336441 38.7864 -82.5133 225.6 OH PATRIOT 7 W +USC00336465 41.1247 -84.5919 221.0 OH PAULDING +USC00336475 41.0833 -84.7333 228.9 OH PAYNE WTR WKS +USC00336493 38.9469 -83.4161 248.4 OH PEEBLES +USC00336498 38.9333 -83.4167 253.0 OH PEEBLES 1 S +USC00336512 41.1500 -82.1000 262.1 OH PENFIELD 1 SE +USC00336537 39.1333 -84.2333 156.1 OH PERINTOWN +USC00336554 41.2667 -80.9500 278.0 OH PHALANX STN +USC00336590 39.8667 -81.9000 228.9 OH PHILO +USC00336600 39.8386 -81.9167 310.9 OH PHILO 3 SW HCN +USC00336616 40.1919 -81.2147 286.5 OH PIEDMONT LAKE +USC00336630 39.0700 -83.0194 173.7 OH PIKETON +USC00336645 40.1525 -84.2372 262.4 OH PIQUA +USC00336650 40.1311 -84.2344 260.0 OH PIQUA WWTP +USC00336675 39.4167 -83.1167 344.4 OH PLATTSBURG +USC00336697 40.0553 -84.3581 261.2 OH PLEASANT HILL +USC00336702 40.6167 -82.3333 342.9 OH PLEASANT HILL LAKE +USC00336729 40.9833 -82.7000 292.9 OH PLYMOUTH 2 WSW +USC00336759 39.0333 -82.0000 171.0 OH POMEROY WTR WKS +USC00336773 39.0167 -81.7667 180.1 OH PORTLAND DAM 21 +USC00336781 38.7569 -82.8872 164.6 OH PORTSMOUTH-SCIOTOVILLE HCN +USC00336786 38.7314 -82.9969 173.7 OH PORTSMOUTH US GRANT BR +USC00336791 38.7500 -82.9167 164.9 OH PORTSMOUTH WTR WKS +USC00336796 39.0000 -83.0000 203.9 OH PORTSMOUTH AREA WB +USC00336853 38.4500 -82.3167 171.0 OH PROCTORVILLE DAM 27 +USC00336861 40.4833 -83.2000 278.9 OH PROSPECT +USC00336872 39.2333 -83.8500 304.8 OH PULSE +USC00336882 41.6500 -82.8000 176.8 OH PUT-IN-BAY +USC00336912 38.8833 -81.8667 171.0 OH RACINE DAM 23 +USC00336917 39.1333 -82.3833 232.0 OH RADCLIFF 1 E +USC00336949 41.1333 -81.2833 337.4 OH RAVENNA 2 S +USC00336954 41.1333 -81.2333 328.9 OH RAVENNA PUMP STN +USC00337065 40.4333 -83.3000 287.7 OH RICHWOOD +USC00337069 40.4183 -83.2950 281.9 OH RICHWOOD 2 +USC00337080 41.4500 -84.2667 225.9 OH RIDGEVILLE CORNERS +USC00337107 39.6000 -81.9500 310.9 OH RINGGOLD +USC00337120 38.7872 -83.7972 268.2 OH RIPLEY EXP FARM +USC00337145 40.9667 -81.7333 301.8 OH RITTMAN +USC00337175 41.6333 -80.8667 256.9 OH ROCK CREEK 2 S +USC00337179 40.6833 -84.6500 245.4 OH ROCKFORD WATER DEPT +USC00337207 40.7833 -80.6333 329.2 OH ROGERS +USC00337231 41.6000 -80.8833 270.7 OH ROME +USC00337255 39.8161 -82.0733 225.6 OH ROSEVILLE +USC00337265 40.1333 -83.9833 346.6 OH ROSEWOOD +USC00337303 41.0500 -82.3500 338.3 OH RUGGLES 2 NE +USC00337326 39.8333 -82.3833 304.8 OH RUSHVILLE 5 NE +USC00337333 40.5167 -83.9000 309.4 OH RUSSELLS POINT LAKEVIE +USC00337375 39.2167 -83.8833 300.2 OH ST MARTIN URSULINE SCH +USC00337383 40.5450 -84.4375 266.4 OH ST MARYS 3 W +USC00337388 40.5333 -84.4000 264.9 OH ST MARYS WTR WKS +USC00337396 40.1333 -83.9667 366.1 OH ST PARIS +USC00337400 40.1392 -83.9289 377.6 OH ST PARIS 2 NE +USC00337410 39.0700 -82.2908 225.6 OH SALEM CTR 2 E +USC00337417 40.6000 -80.8500 384.0 OH SALINEVILLE 2 SSW +USC00337476 39.6833 -82.0500 271.3 OH SAYRE +USC00337538 39.7339 -83.4775 326.1 OH SEDALIA +USC00337559 39.9222 -81.4347 266.7 OH SENECAVILLE LAKE +USC00337650 40.9167 -82.5000 335.3 OH SHENANDOAH +USC00337693 40.2706 -84.1508 286.5 OH SIDNEY 1 S +USC00337698 40.2983 -84.1633 313.9 OH SIDNEY HWY DEPT +USC00337700 40.3167 -84.1667 317.0 OH SIDNEY 2 N +USC00337800 39.8333 -82.0167 329.2 OH SOMERSET +USC00337854 41.5833 -80.8000 274.9 OH SOUTH NEW LYME +USC00337857 38.4239 -82.5936 168.6 OH S PT +USC00337884 38.7833 -82.7000 195.1 OH SOUTH WEBSTER 3 SE +USC00337920 39.5500 -84.2500 243.8 OH SPRINGBORO +USC00337925 39.9167 -83.8167 310.9 OH SPRINGFIELD +USC00337926 39.9164 -83.8467 274.3 OH SPRINGFIELD 2 WSW +USC00337927 39.9167 -83.7833 310.9 OH SPRINGFIELD ELMWOOD AV +USC00337930 39.9167 -83.8500 284.1 OH SPRINGFIELD MAD RVR ST +USC00337932 39.9167 -83.8500 274.9 OH SPRINGFIELD WWTP +USC00337935 39.9736 -83.8072 289.9 OH SPRINGFIELD NEW WTR WKS +USC00338020 40.3667 -80.6167 225.9 OH STEUBENVILLE WASTE WTR +USC00338025 40.3764 -80.6283 302.4 OH STEUBENVILLE +USC00338062 41.1314 -81.4492 323.1 OH STOW 4 SE +USC00338095 41.2333 -81.8667 283.5 OH STRONGSVILLE +USC00338110 41.5364 -84.4217 225.6 OH STRYKER +USC00338148 39.8167 -81.3000 298.7 OH SUMMERFIELD 2 NE +USC00338158 39.9333 -83.5000 338.9 OH SUMMERFORD +USC00338170 40.3431 -82.8489 312.4 OH SUNBURY 6 N +USC00338180 41.7167 -83.7000 194.8 OH SYLVANIA +USC00338200 39.9000 -84.2000 237.7 OH TADMOR +USC00338240 40.3561 -81.2281 289.6 OH TAPPAN DAM +USC00338303 39.9000 -82.4167 292.9 OH THORNVILLE +USC00338308 38.9333 -82.4500 212.1 OH THURMAN +USC00338313 41.1167 -83.1667 225.6 OH TIFFIN HCN +USC00338318 41.1000 -83.1833 228.6 OH TIFFIN WTR WKS +USC00338325 40.2167 -80.7667 201.2 OH TILTONVILLE +USC00338332 39.9528 -84.1689 249.3 OH TIPP CITY +USC00338342 40.0833 -82.2333 240.5 OH TOBOSO +USC00338351 41.6500 -83.5167 189.0 OH TOLEDO ACME STN +USC00338353 40.6833 -83.4833 176.2 OH TOLEDO CG STN +USC00338366 41.6500 -83.5333 182.9 OH TOLEDO BLADE +USC00338378 39.5444 -82.0581 231.6 OH JENKINS DAM BURR OAK +USC00338430 40.0250 -84.1925 249.9 OH TROY WWTP +USC00338502 40.2064 -84.7944 329.8 OH UNION CITY +USC00338526 40.0000 -83.0667 253.0 OH UPPER ARLINGTON +USC00338534 40.8333 -83.2833 260.3 OH UPPER SANDUSKY HCN +USC00338539 40.8167 -83.2833 249.9 OH UPPER SANDUSKY WTR WKS +USC00338552 40.0992 -83.7822 310.6 OH URBANA WWTP HCN +USC00338560 40.2167 -82.4333 306.3 OH UTICA +USC00338565 40.2061 -82.5200 345.9 OH UTICA 4 WSW +USC00338609 40.8494 -84.5808 240.8 OH VAN WERT 1 S +USC00338630 41.4167 -82.3833 183.8 OH VERMILLION +USC00338634 41.3833 -82.3167 180.4 OH VERMILION RIVER +USC00338642 40.2211 -84.4956 294.4 OH VERSAILLES +USC00338656 41.3667 -82.9667 180.1 OH VICKERY 2 NW +USC00338725 40.3667 -82.1333 256.9 OH WALHONDING +USC00338730 39.7500 -82.8500 246.6 OH WALNUT +USC00338746 40.5667 -84.2000 273.7 OH WAPAKONETA (1) +USC00338764 41.2333 -80.8167 275.5 OH WARREN +USC00338769 41.2019 -80.8106 274.3 OH WARREN 3 S HCN +USC00338774 41.2167 -80.8000 274.9 OH WARREN OHIO EDISON +USC00338794 39.5353 -83.4239 291.7 OH WASHINGTON COURT HOUSE +USC00338810 38.7008 -82.4731 190.5 OH WATERLOO +USC00338822 41.5183 -84.1453 228.6 OH WAUSEON WTP HCN +USC00338830 39.1114 -82.9797 174.3 OH WAVERLY HCN +USC00338870 39.5333 -84.0667 213.4 OH WAYNESVILLE +USC00338915 41.1667 -82.2500 260.9 OH WELLINGTON +USC00338951 40.1267 -82.9442 244.4 OH WESTERVILLE +USC00338960 39.2667 -84.5000 223.1 OH WEST FORK MILL CK DAM +USC00338990 39.8731 -84.6556 338.0 OH W MANCHESTER 3 WSW +USC00339000 39.9667 -84.3500 283.5 OH WEST MILTON +USC00339050 38.8053 -83.4353 224.9 OH W UNION 6 ENE +USC00339115 41.6167 -81.5167 225.6 OH WICKLIFFE +USC00339161 39.0667 -84.0333 274.9 OH WILLIAMSBURG 1 ENE +USC00339163 41.5333 -80.5833 335.3 OH WILLIAMSFIELD +USC00339166 39.5833 -83.1167 235.0 OH WILLIAMSPORT +USC00339185 41.6833 -81.3833 192.0 OH WILLOUGHBY +USC00339190 41.6667 -81.4333 195.1 OH WILLOWGHBY EAST LAKE +USC00339197 39.3667 -81.3167 187.8 OH WILLOW ISLAND L&D +USC00339209 38.5903 -82.4442 301.1 OH WILLOW WOOD 3 NE +USC00339211 40.1500 -81.8500 237.7 OH WILLS CREEK LAKE +USC00339219 39.4911 -83.8200 314.9 OH WILMINGTON 3 N +USC00339220 39.4217 -83.8222 321.0 OH WFO WILMINGTON +USC00339224 39.4333 -83.8500 297.2 OH WILMINGTON +USC00339298 39.7833 -81.1000 371.9 OH WOODSFIELD +USC00339299 39.7786 -81.1008 365.8 OH WOODSFIELD 2N +USC00339312 40.7833 -81.9167 310.9 OH WOOSTER EXP STATION HCN +USC00339322 40.7833 -81.9333 335.9 OH WOOSTER 2 SE +USC00339332 40.1667 -83.0167 289.9 OH WORTHINGTON 5 N +USC00339356 39.7333 -83.9333 256.0 OH XENIA +USC00339357 39.7167 -83.9667 249.9 OH XENIA TRTMT PLT +USC00339358 39.7369 -83.9367 253.0 OH XENIA 3 N +USC00339361 39.6042 -83.9072 303.9 OH XENIA 6 SSE +USC00339422 39.9125 -82.0042 213.4 OH ZANESVILLE WWTP +USC00340010 34.8083 -98.0233 396.8 OK ACME MESONET +USC00340017 34.7864 -96.6850 309.4 OK ADA HCN +USC00340026 36.4333 -95.2500 207.0 OK ADAIR 1 E +USC00340027 34.7986 -96.6692 294.7 OK ADA 2NNE MESONET +USC00340028 36.4008 -95.3000 197.2 OK ADAIR 3SW +USC00340147 34.8728 -96.4036 267.6 OK ALLEN +USC00340179 34.5903 -99.3344 420.6 OK ALTUS IRIG RSCH STN HCN +USC00340180 34.5872 -99.3381 415.7 OK ALTUS 3S MESONET +USC00340184 34.8847 -99.2964 464.8 OK ALTUS DAM +USC00340188 34.7167 -99.2667 438.9 OK ALTUS 7 NE +USC00340193 36.8014 -98.6878 446.2 OK ALVA 1W +USC00340194 36.8167 -98.6500 394.1 OK ALVA 1 ENE +USC00340198 36.7081 -98.7094 438.9 OK ALVA 7SSW MESONET +USC00340200 35.1611 -97.8817 383.4 OK AMBER +USC00340215 36.2483 -98.1883 364.2 OK AMES +USC00340224 35.0619 -98.1989 356.0 OK ANADARKO 3 E +USC00340242 35.7500 -99.1000 555.0 OK ANTHON 6 W +USC00340256 34.2208 -95.6150 143.3 OK ANTLERS HCN +USC00340257 34.2253 -95.7006 176.2 OK ANTLERS 5NW +USC00340260 34.8881 -98.3606 400.2 OK APACHE +USC00340264 34.9142 -98.2922 439.8 OK APACHE 4ENE MESONET +USC00340277 35.5833 -98.9667 -999.9 OK ARAPAHO +USC00340288 35.6542 -97.3658 309.1 OK ARCADIA 3 WSW +USC00340292 34.1772 -97.1617 256.3 OK ARDMORE HCN +USC00340312 34.2281 -97.2014 282.9 OK ARDMORE 7WNW MESONET +USC00340313 34.1922 -97.0858 265.8 OK ARDMORE 3ENE MESONET +USC00340332 36.1653 -99.7203 740.4 OK ARNETT 3NE +USC00340338 36.0719 -99.9031 719.0 OK ARNETT 8WSW MESONET +USC00340364 34.7833 -96.0667 233.2 OK ASHLAND +USC00340391 34.3983 -96.1400 172.2 OK ATOKA +USC00340394 34.4500 -96.0667 181.4 OK ATOKA DAM +USC00340445 35.7667 -95.3333 187.1 OK BACONE +USC00340466 34.5333 -98.1667 331.9 OK BAIRD 4 N +USC00340535 36.5653 -96.1664 234.7 OK BARNSDALL +USC00340546 36.7619 -96.0117 217.9 OK BARTLESVILLE 3 +USC00340562 34.4000 -94.9333 182.9 OK BATTIEST +USC00340567 34.3850 -94.8981 250.5 OK BATTIEST +USC00340584 34.1394 -94.9519 243.8 OK BEAR MTN TWR +USC00340593 36.8125 -100.5308 751.3 OK BEAVER HCN +USC00340601 35.6667 -94.8000 476.1 OK BEAVER MTN TWR +USC00340631 35.7436 -96.0858 240.8 OK BEGGS +USC00340670 34.8822 -95.0906 203.3 OK BENGAL 4 NNW +USC00340684 35.4017 -99.0583 510.8 OK BESSIE 4WNW MESONET +USC00340755 36.5297 -97.4472 304.8 OK BILLINGS +USC00340760 35.3000 -98.5000 -999.9 OK BINGER +USC00340782 35.9833 -95.8833 184.4 OK BIXBY +USC00340800 36.3667 -96.6000 243.8 OK BLACKBURN +USC00340810 36.7542 -97.2544 303.9 OK BLACKWELL 4SSE MESONET +USC00340814 36.8000 -97.3000 317.0 OK BLACKWELL 1 W +USC00340818 36.8047 -97.2764 307.8 OK BLACKWELL +USC00340830 35.1183 -97.6700 388.6 OK BLANCHARD 2 SSW +USC00340908 36.7236 -102.4806 1259.7 OK BOISE CITY 2 E HCN +USC00340917 34.0158 -96.1342 192.0 OK BOKCHITO +USC00340930 35.5000 -96.5000 274.3 OK BOLEY SCS #1 +USC00340980 34.0211 -95.8722 167.6 OK BOSWELL 1 S +USC00340990 35.1767 -96.7003 292.0 OK SEMINOLE 4SSW MESONET +USC00341067 35.6667 -95.2000 173.1 OK BRAGGS +USC00341075 36.9219 -97.3350 320.0 OK BRAMAN +USC00341083 36.4119 -97.6939 351.7 OK BRECKINRIDGE 3SE MESNT +USC00341144 35.8292 -96.3917 253.0 OK BRISTOW +USC00341148 35.5667 -97.5000 356.9 OK BRITTON 2 E +USC00341157 36.0333 -95.8167 210.0 OK BROKEN ARROW 2 SW +USC00341162 34.0497 -94.7381 144.8 OK BROKEN BOW 1 N +USC00341168 34.1333 -94.7000 135.0 OK BROKEN BOW DAM +USC00341240 36.8314 -99.6411 559.0 OK BUFFALO 1SW MESONET +USC00341243 36.8003 -99.6400 588.6 OK BUFFALO 2 SSW HCN +USC00341252 36.8000 -101.3000 -999.9 OK BUFFALO T +USC00341256 36.6928 -96.7319 297.2 OK BURBANK +USC00341266 33.8936 -97.2692 228.0 OK BURNEYVILLE 2SE MESONT +USC00341270 35.5914 -99.2706 520.0 OK BUTLER 5SW MESONET +USC00341283 34.8494 -97.0031 344.7 OK BYARS 3ESE MESONET +USC00341391 34.9642 -96.2494 243.8 OK CALVIN +USC00341396 36.0167 -99.2833 591.9 OK CAMARGO +USC00341404 36.0286 -99.3464 588.9 OK CAMARGO 4WNW MESONET +USC00341410 34.7333 -98.7167 -999.9 OK CAMP BF-1-0 +USC00341411 34.7167 -98.6833 -999.9 OK CAMP BF-2-CCC-CACHE +USC00341436 34.2333 -96.2167 161.8 OK CANEY 1 NNE +USC00341437 34.2300 -96.1950 172.2 OK CANEY 1 E +USC00341441 36.0500 -98.5833 491.0 OK CANTON +USC00341445 36.0617 -98.5900 484.6 OK CANTON +USC00341499 34.1442 -94.6378 304.8 OK CARNASAW TWR +USC00341504 35.1756 -98.5794 451.4 OK CARNEGIE 5 NE HCN +USC00341544 34.2661 -94.7753 396.2 OK CARTER TWR +USC00341560 36.9500 -101.8667 -999.9 OK CARTHAGE NEAR SCS #8 +USC00341576 36.8833 -102.5167 1203.4 OK CASTANEDA +USC00341620 36.3108 -98.9803 559.3 OK CEDARDALE 1 ESE +USC00341644 34.6089 -96.3331 207.9 OK CENTRAHOMA 1E MESONET +USC00341648 34.6008 -96.3131 216.4 OK CENTRAHOMA 2 ESE +USC00341684 35.7061 -96.8800 292.0 OK CHANDLER +USC00341685 35.6528 -96.8042 290.8 OK CHANDLER 5SE MESONET +USC00341688 35.7167 -96.8667 262.1 OK CHANDLER 2 +USC00341706 34.4225 -98.6497 349.9 OK CHATTANOOGA +USC00341711 35.4722 -95.5219 193.5 OK CHECOTAH +USC00341713 35.4667 -95.5333 203.0 OK CHECOTAH NEAR +USC00341716 36.5333 -95.4333 220.1 OK CHELSEA +USC00341717 36.4806 -95.4211 224.0 OK CHELSEA 4 S +USC00341724 36.7672 -98.4244 377.6 OK CHEROKEE 4W HCN +USC00341726 36.7481 -98.3628 361.8 OK CHEROKEE 1SSW MESONET +USC00341738 35.6000 -99.6833 611.1 OK CHEYENNE +USC00341743 35.5461 -99.7278 694.0 OK CHEYENNE 6SW MESONET +USC00341744 35.7539 -99.7628 710.2 OK CHEYENNE 11 NW +USC00341745 34.5019 -96.9717 321.6 OK CHICKASAW NRA +USC00341747 35.0333 -97.9500 331.9 OK CHICKASHA +USC00341750 35.0489 -97.9158 330.7 OK CHICKASHA EXP STATION +USC00341756 35.0322 -97.9144 328.0 OK CHICKASHA 2SSE MESONET +USC00341828 36.3225 -95.5808 179.2 OK CLAREMORE 2 ENE HCN +USC00341832 36.3072 -95.6978 164.3 OK CLAREMORE 5 W +USC00341855 34.5833 -95.3500 182.9 OK CLAYTON +USC00341858 34.6606 -95.5828 207.0 OK CLAYTON 14 WNW +USC00341873 34.3833 -94.9833 253.0 OK CLEBIT 2 ESE +USC00341882 36.4167 -98.4500 365.8 OK CLEO +USC00341891 36.3167 -96.4667 244.1 OK CLEVELAND 1 +USC00341900 36.3000 -96.4667 242.3 OK CLEVELAND +USC00341902 36.2903 -96.5369 280.4 OK CLEVELAND 4 WSW +USC00341903 36.2667 -96.5833 237.7 OK CLEVELAND LAKE +USC00341909 35.5014 -98.9772 478.5 OK CLINTON +USC00341927 35.2333 -98.8167 458.1 OK CLOUD CHIEF 2 SE +USC00341936 34.3833 -95.2500 366.1 OK CLOUDY TWR +USC00341954 34.5500 -96.2333 185.9 OK COALGATE 1 WNW +USC00342011 34.2714 -96.4167 232.6 OK COLEMAN +USC00342039 35.3500 -98.6742 460.2 OK COLONY +USC00342054 34.3622 -97.9736 312.4 OK COMANCHE +USC00342125 35.3008 -98.9958 476.7 OK CORDELL +USC00342169 34.4500 -97.5667 321.0 OK COUNTY LINE +USC00342196 34.7422 -97.7039 375.5 OK COX CITY 2 NE +USC00342207 36.0642 -97.2128 326.7 OK COYLE 7N MESONET +USC00342242 35.9269 -97.6742 327.4 OK CRESCENT 5WSW +USC00342309 34.0833 -96.5667 217.0 OK CUMBERLAND OIL FLD +USC00342318 35.9803 -96.7758 289.6 OK CUSHING +USC00342341 36.6833 -98.5500 451.1 OK DACOMA 2 NE +USC00342354 34.5433 -95.6764 230.1 OK DAISY 4 ENE +USC00342485 35.4561 -95.9072 208.8 OK DEWAR 2 NE +USC00342660 34.5011 -97.9592 342.9 OK DUNCAN +USC00342665 34.4833 -97.9667 345.0 OK DUNCAN 1 SSW +USC00342668 34.4933 -98.1419 339.9 OK DUNCAN 10 W +USC00342678 34.0000 -96.3686 182.9 OK DURANT HCN +USC00342680 33.9208 -96.3203 196.9 OK DURANT 6SSE MESONET +USC00342683 35.9667 -99.8833 670.9 OK DURHAM +USC00342690 35.2894 -96.0397 214.9 OK DUSTIN 1NNW +USC00342788 35.6128 -97.3864 333.5 OK EDMOND 5ESE +USC00342818 35.5489 -97.9553 403.9 OK EL RENO 1 N +USC00342825 35.5483 -98.0364 418.8 OK EL RENO 5 WNW MESONET +USC00342836 34.4667 -99.6500 445.0 OK ELDORADO +USC00342849 35.3925 -99.5064 646.2 OK ELK CITY 4 W +USC00342861 34.4833 -99.3833 408.4 OK ELMER NEAR +USC00342872 34.6100 -97.4222 310.9 OK ELMORE CITY 3 SW +USC00342912 36.4194 -97.8747 379.5 OK ENID HCN +USC00342944 35.2164 -99.8628 627.9 OK ERICK HCN +USC00342948 35.2050 -99.8033 602.9 OK ERICK 4ESE MESONET +USC00342993 35.1931 -95.5903 189.0 OK EUFAULA 6 SSW +USC00342994 35.3000 -95.3333 164.9 OK EUFAULA DAM +USC00342997 35.3000 -95.3667 223.1 OK EUFAULA RSVR +USC00343002 36.7975 -101.9075 1089.4 OK EVA +USC00343008 36.7833 -101.8333 1064.1 OK EVA 4 E +USC00343036 36.4000 -96.7000 274.3 OK FAIRFAX +USC00343042 36.7500 -94.8333 255.7 OK FAIRLAND +USC00343047 36.2667 -98.4833 396.8 OK FAIRVIEW +USC00343048 36.2633 -98.4975 404.8 OK FAIRVIEW 1W MESONET +USC00343065 34.9511 -94.9081 166.7 OK FANSHAWE +USC00343070 36.3736 -99.6244 644.7 OK FARGO +USC00343083 34.2667 -95.9167 155.4 OK FARRIS 3 WNW +USC00343088 36.8000 -98.9667 555.0 OK FARRY +USC00343145 34.5519 -96.7178 349.9 OK FITTSTOWN 6SW MESONET +USC00343169 34.6000 -95.4167 542.5 OK FLAGPOLE TWR +USC00343182 34.4833 -95.0000 534.0 OK FLASHMAN TWR +USC00343195 36.9506 -100.7503 833.9 OK FLORIS 6NW +USC00343250 36.8736 -96.5692 385.6 OK FORAKER +USC00343277 35.1489 -98.4658 421.8 OK FORT COBB 4NNW MESONET +USC00343281 35.1036 -98.4428 391.7 OK FT COBB +USC00343283 35.8000 -95.2500 -999.9 OK FORT GIBSON +USC00343286 35.8667 -95.2333 161.8 OK FT GIBSON DAM +USC00343295 35.5667 -98.0333 424.0 OK FT RENO +USC00343300 34.6667 -98.3833 365.8 OK FORT SILL +USC00343304 36.5442 -99.5350 618.7 OK FT SUPPLY 3SE +USC00343353 34.3861 -99.0200 391.7 OK FREDERICK +USC00343358 36.7647 -99.1128 461.8 OK FREEDOM +USC00343363 36.7256 -99.1422 529.7 OK FREEDOM 3SSW MESONET +USC00343448 36.4333 -97.5833 360.0 OK GARBER +USC00343489 36.8500 -100.0569 685.8 OK GATE +USC00343497 35.6306 -98.3217 478.8 OK GEARY HCN +USC00343558 36.1833 -96.9000 -999.9 OK GLENCOE NEAR SCS #6 +USC00343623 33.9167 -94.5667 131.7 OK GOODWATER +USC00343628 36.5914 -101.6181 999.1 OK GOODWELL RSCH STN HCN +USC00343650 34.6667 -99.7667 -999.9 OK GOULD SCS #1 +USC00343660 36.9869 -99.0108 554.7 OK FREEDOM 16NNE MESONET +USC00343688 34.0225 -97.6342 272.8 OK GRADY 2E +USC00343696 35.9833 -99.8000 701.0 OK GRAND +USC00343700 36.4667 -95.0500 235.0 OK GRAND RIVER DAM +USC00343704 36.5667 -101.0500 -999.9 OK GRAND VLY NEAR SCS #9 +USC00343707 34.2392 -98.7444 342.0 OK GRANDFIELD 3W MESONET +USC00343709 34.2833 -98.7333 323.1 OK GRANDFIELD 4 NW +USC00343740 36.7425 -98.1331 365.8 OK GREAT SALT PLAINS DAM +USC00343794 36.5806 -94.7681 234.7 OK GROVE +USC00343820 35.8489 -97.4797 329.8 OK GUTHRIE 4WSW MESONET +USC00343821 35.8161 -97.3950 338.3 OK GUTHRIE 5S HCN +USC00343830 35.8000 -97.4167 299.0 OK GUTHRIE SCS +USC00343835 36.7028 -101.4781 935.7 OK GUYMON +USC00343836 36.5333 -101.4000 929.9 OK GUYMON LEE RCH +USC00343838 36.7833 -101.5833 1007.1 OK GDYMON 9 NW +USC00343848 36.6500 -95.2333 -999.9 OK GWENDALE +USC00343862 36.2500 -96.6000 287.1 OK HALLETT 1 NW +USC00343871 35.5850 -99.3953 554.7 OK HAMMON 3 SSW HCN +USC00343884 35.2028 -95.8897 207.3 OK HANNA +USC00343902 36.6167 -101.1833 885.1 OK HARDESTY +USC00343909 36.9381 -96.8214 337.4 OK HARDY 2SSW +USC00343945 34.8500 -95.5167 213.4 OK HARTSHORNE +USC00343956 35.8258 -95.6933 181.4 OK HASKELL +USC00343998 34.6286 -99.1394 413.6 OK HEADRICK +USC00344001 34.2333 -97.4203 274.9 OK HEALDTON 3 E +USC00344008 34.9128 -94.5997 180.4 OK HEAVENER 2 N +USC00344010 34.9167 -94.6000 171.0 OK HEAVENER EXP FARM +USC00344017 34.3333 -94.6500 458.1 OK HEE MTN TWR +USC00344019 36.5381 -98.2661 411.5 OK HELENA 1 SSE +USC00344051 34.5167 -97.3500 287.1 OK HENNEPIN +USC00344052 34.5797 -97.3511 294.4 OK HENNEPIN 5 N +USC00344055 36.0942 -97.8350 357.8 OK HENNESSEY 4 ESE HCN +USC00344064 36.8667 -96.2000 302.1 OK HERD +USC00344098 35.9500 -96.2833 253.3 OK HEYBURN DAM +USC00344130 35.4842 -98.4814 492.9 OK HINTON 7W MESONET +USC00344202 35.0258 -99.1058 473.0 OK HOBART +USC00344205 34.9897 -99.0528 477.9 OK HOBART 4SE MESONET +USC00344235 35.0567 -96.3861 260.6 OK HOLDENVILLE 2SSE HCN +USC00344236 35.0708 -96.3561 279.8 OK HOLDENVILLE 3ESE MESONET +USC00344249 34.6808 -99.8136 494.1 OK HOLLIS 5E +USC00344250 34.6856 -99.8333 496.8 OK HOLLIS 5E MESONET +USC00344258 36.8806 -95.2867 277.4 OK HOLLOW +USC00344289 36.4031 -96.3911 235.6 OK HOMINY +USC00344298 36.8650 -101.2103 911.4 OK HOOKER HCN +USC00344384 34.0211 -95.5381 158.5 OK HUGO +USC00344388 36.9333 -96.0333 220.1 OK HULAH +USC00344393 36.9167 -96.1000 226.8 OK HULAH DAM +USC00344451 33.9336 -94.8278 111.3 OK IDABEL +USC00344489 36.1139 -96.8789 271.6 OK INGALLS 1N +USC00344564 36.4167 -94.8000 317.0 OK JAY +USC00344567 36.4236 -94.7967 320.0 OK JAY TWR +USC00344573 36.7222 -97.7903 318.5 OK JEFFERSON HCN +USC00344672 36.2131 -94.7778 362.7 OK KANSAS 2 NE +USC00344745 33.7667 -96.3500 -999.9 OK KEMP +USC00344766 36.9031 -102.9650 1325.9 OK KENTON HCN +USC00344771 36.9833 -102.9833 1321.0 OK KENTON 6 N +USC00344785 35.4000 -96.6333 -999.9 OK KEOKUK FALLS +USC00344807 36.1333 -96.2833 267.9 OK KEYSTONE 3 SSW +USC00344812 36.1500 -96.2500 214.9 OK KEYSTONE DAM +USC00344820 34.6333 -94.8167 793.1 OK KIAMICHI TWR +USC00344860 35.8542 -97.9544 322.8 OK KINGFISHER 1W MESONET +USC00344861 35.8583 -97.9294 320.0 OK KINGFISHER HCN +USC00344865 33.9300 -96.6961 208.5 OK KINGSTON 5 SSE +USC00344915 34.9614 -96.7500 297.2 OK KONAWA +USC00344928 36.5500 -97.8333 342.0 OK KREMLIN +USC00344950 36.3894 -98.1061 388.6 OK LAHOMA RSCH STN +USC00344951 36.3842 -98.1114 395.9 OK LAHOMA 1WSW MESONET +USC00344969 36.1500 -97.1833 289.9 OK LAKE C BLACKWELL +USC00344975 35.2928 -95.4322 259.1 OK LAKE EUFAULA +USC00344976 35.5833 -97.5833 360.0 OK LAKE HEFNER 2 +USC00344978 35.4878 -97.6644 387.1 OK LAKE OVERHOLSER +USC00344984 34.7167 -98.5167 419.1 OK LAKE THOMAS +USC00345013 36.6878 -97.5575 306.9 OK LAMONT +USC00345020 34.3086 -95.9969 180.7 OK LANE 1WNW MESONET +USC00345045 36.6992 -99.8967 644.7 OK LAVERNE +USC00345047 36.6228 -99.8953 694.0 OK LAVERNE 6S +USC00345063 34.6097 -98.4572 350.5 OK LAWTON HCN +USC00345068 34.6500 -98.4000 342.0 OK LAWTON 2N +USC00345072 34.7333 -98.5000 400.8 OK LAWTONKA LAKE +USC00345090 35.8628 -99.3428 627.9 OK LEEDEY +USC00345108 34.4339 -96.2717 211.8 OK LEHIGH 4 SW +USC00345118 36.8472 -95.6353 225.6 OK LENAPAH +USC00345160 35.1000 -95.1000 -999.9 OK LEQUIRE +USC00345216 34.8261 -97.6386 298.7 OK LINDSAY 2 W +USC00345247 34.3281 -97.6794 299.0 OK LOCO +USC00345329 35.3736 -98.3775 439.5 OK LOOKEBA 1 N +USC00345410 35.6667 -97.2000 -999.9 OK LUTHER +USC00345437 35.7628 -94.7344 312.4 OK LYONS 2 N +USC00345463 35.7481 -99.8178 655.3 OK MACKIE 4 NNW +USC00345468 34.0919 -96.7708 234.7 OK MADILL +USC00345474 34.0356 -96.9433 232.0 OK MADILL 11WSW MESONET +USC00345509 34.8911 -99.5017 486.2 OK MANGUM HCN +USC00345514 34.8358 -99.4239 459.9 OK MANGUM 5SE MESONET +USC00345522 36.1747 -96.4433 253.0 OK MANNFORD 6 NW +USC00345540 36.2461 -96.6839 291.1 OK MARAMEC +USC00345546 35.5825 -94.8203 228.6 OK MARBLE CITY +USC00345563 33.8761 -97.1642 244.4 OK MARIETTA 5SW +USC00345581 34.6367 -97.9786 385.3 OK MARLOW 1 WSW +USC00345589 36.1519 -97.6225 317.3 OK MARSHALL +USC00345590 36.1167 -97.6067 310.9 OK MARSHALL 3SSE MESONET +USC00345635 36.6167 -99.7500 609.6 OK MAY +USC00345648 35.3392 -99.8769 611.1 OK MAYFIELD +USC00345688 35.1500 -97.0167 365.8 OK MCCOMB +USC00345693 35.1447 -94.9669 199.6 OK MC CURTAIN 1 SE +USC00345713 34.3097 -95.8675 204.8 OK MCGEE CREEK DAM +USC00345768 36.7894 -97.7333 326.7 OK MEDFORD 1S +USC00345769 36.7925 -97.7458 331.9 OK MEDFORD 1SW MESONET +USC00345775 34.7292 -98.5694 486.8 OK MEDICINE PK 3W MESONET +USC00345779 35.5050 -96.9772 281.9 OK MEEKER 5 W HCN +USC00345855 36.8833 -94.8833 245.4 OK MIAMI HCN +USC00345870 35.2722 -97.9553 429.8 OK MINCO 2SSW MESONET +USC00346035 35.1464 -99.4956 515.1 OK MORAVIA 2 NNE +USC00346065 36.2947 -97.0197 286.5 OK MORRISON +USC00346067 36.2878 -97.0347 290.8 OK MORRISON 1WSW +USC00346082 36.8333 -101.4333 -999.9 OK MOUSER NEAR (SCS #4) +USC00346110 36.0483 -97.3900 304.5 OK MULHALL 1 SE +USC00346130 35.7781 -95.3339 157.9 OK MUSKOGEE HCN +USC00346139 36.2283 -99.1700 576.1 OK MUTUAL HCN +USC00346240 35.0167 -98.5333 457.2 OK NEOLA +USC00346278 36.9425 -97.0036 344.7 OK NEWKIRK 5NE HCN +USC00346282 36.8981 -96.9103 365.8 OK NEWKIRK 8E MESONET +USC00346328 34.9500 -97.9333 353.9 OK NINNEKAH +USC00346332 34.9678 -97.9519 356.0 OK NINNEKAH 2NNW MESONET +USC00346382 35.2358 -97.4647 360.0 OK NORMAN 2NW MESONET +USC00346386 35.1808 -97.4378 343.8 OK NORMAN 3SSE +USC00346391 35.2167 -97.4333 356.9 OK NORMAN UNIV OF OKLAHOM +USC00346405 36.6167 -94.8667 234.7 OK NORTH GRAND LAKE +USC00346485 36.6917 -95.6436 216.4 OK NOWATA +USC00346562 35.9000 -98.7333 534.0 OK OAKWOOD 3 SW +USC00346612 36.0833 -96.5833 268.2 OK OILTON +USC00346616 36.0667 -96.5667 268.2 OK OILTON 2 SE +USC00346625 35.8833 -95.2833 167.9 OK OKAY 2 NE +USC00346629 36.1217 -98.3150 370.3 OK OKEENE HCN +USC00346638 35.4253 -96.3033 285.0 OK OKEMAH HCN +USC00346643 35.4500 -96.3000 244.1 OK OKEMAH 2 +USC00346656 35.4833 -97.5333 385.0 OK OKLAHOMA CITY PENN AVE +USC00346659 35.4056 -97.5972 393.8 OK OKLAHOMA CITY +USC00346663 35.4667 -97.4667 349.6 OK OKLAHOMA CITY EAST +USC00346664 35.5333 -97.4667 326.1 OK OKLAHOMA CITY N DSPL +USC00346670 35.6239 -96.0250 197.2 OK OKMULGEE WTR WKS HCN +USC00346678 35.6092 -95.4633 198.1 OK OKTAHA 2 NE +USC00346713 36.0333 -95.7333 221.0 OK ONETA 1 WNW +USC00346729 36.4333 -95.6833 208.2 OK OOLOGAH DAM +USC00346740 36.6500 -101.1333 863.8 OK OPTIMA LAKE +USC00346751 36.3486 -98.4808 383.7 OK ORIENTA 1SSW +USC00346756 36.1472 -97.2858 292.9 OK ORLANDO 5E MESONET +USC00346760 36.1667 -97.3667 331.9 OK ORLANDO 1 NNE +USC00346761 36.1000 -97.2667 -999.9 OK ORLANDO NEAR SCS #18 +USC00346764 34.0333 -97.5333 262.1 OK ORR +USC00346842 34.7200 -94.5692 298.7 OK PAGE 2 SE +USC00346859 34.8231 -97.2850 283.8 OK PAOLI 2 W +USC00346901 34.7167 -96.1833 217.0 OK PARKER 1 S +USC00346926 34.7253 -97.2814 286.5 OK PAULS VALLEY 4 WSW HCN +USC00346931 34.7156 -97.2292 290.8 OK PAULS VLY 1SSW MESONET +USC00346935 36.6692 -96.3472 254.5 OK PAWHUSKA HCN +USC00346940 36.3567 -96.8108 254.5 OK PAWNEE +USC00346944 36.4075 -96.8144 304.8 OK PAWNEE 5 N +USC00346989 36.4500 -95.1333 195.1 OK PENSACOLA +USC00347002 35.9986 -97.0481 292.0 OK PERKINS 2NNW MESONET +USC00347003 35.9742 -97.0269 271.9 OK PERKINS +USC00347012 36.2886 -97.2897 312.4 OK PERRY HCN +USC00347068 35.6906 -97.7450 365.8 OK PIEDMONT 3 N +USC00347080 34.1167 -95.0833 149.4 OK PINE CREEK DAM +USC00347140 35.2000 -99.2667 -999.9 OK POARCH +USC00347196 36.7231 -97.0903 304.8 OK PONCA CITY +USC00347214 34.5053 -96.6222 324.6 OK PONTOTOC 1N +USC00347219 36.9167 -101.5000 954.9 OK PONY CREEK +USC00347246 35.0500 -94.6333 203.9 OK POTEAU +USC00347254 35.0539 -94.6264 134.1 OK POTEAU WTR WKS HCN +USC00347264 35.4875 -96.7303 307.8 OK PRAGUE 2W +USC00347309 36.3092 -95.3297 190.5 OK PRYOR +USC00347327 34.9858 -97.3842 341.4 OK PURCELL 2 SW +USC00347340 35.8500 -98.9667 -999.9 OK PUTNAM +USC00347343 35.8989 -98.9603 588.9 OK PUTNAM 3N MESONET +USC00347358 36.9667 -94.7833 259.1 OK QUAPAW +USC00347372 35.1333 -95.3667 199.3 OK QUINTON +USC00347390 36.5044 -96.7439 251.5 OK RALSTON +USC00347394 36.6000 -95.9167 237.7 OK RAMONA 4 N +USC00347403 34.1578 -98.3108 303.6 OK RANDLETT 9 E +USC00347412 36.5447 -101.0842 826.6 OK RANGE +USC00347435 35.5167 -99.9167 670.6 OK RANKIN +USC00347505 36.4611 -97.1797 277.4 OK RED ROCK +USC00347507 36.3558 -97.1531 292.9 OK RED ROCK 7SSE MESONET +USC00347534 36.9425 -102.6314 1225.3 OK REGNIER +USC00347556 36.9264 -97.6314 370.3 OK RENFROW 1 E +USC00347565 35.1583 -99.3664 541.6 OK RETROP +USC00347570 35.1228 -99.3600 538.0 OK RETROP 2S MESONET +USC00347579 35.6256 -99.9106 726.9 OK REYDON 2SSE +USC00347588 35.7500 -99.8667 662.0 OK REYDON 7 NNE +USC00347640 34.1936 -97.5881 282.9 OK RINGLING 1N MESONET +USC00347660 36.7889 -100.4183 746.8 OK RIVERSIDE 4 W +USC00347705 34.6372 -96.8822 382.5 OK ROFF 2 WNW +USC00347714 35.7833 -99.7167 702.0 OK ROLL +USC00347727 34.8511 -99.0208 445.6 OK ROOSEVELT +USC00347732 36.2167 -95.0333 305.1 OK ROSE +USC00347785 34.0167 -97.9500 -999.9 OK RYAN +USC00347820 35.6667 -96.6667 274.3 OK SAC & FOX AGENCY +USC00347844 36.3667 -95.6667 189.0 OK SAGEEYAH +USC00347862 35.4572 -94.8047 201.2 OK SALLISAW 2 NW +USC00347921 36.0000 -96.1333 207.0 OK SAPULPA 1W +USC00347952 35.3061 -99.6275 579.1 OK SAYRE +USC00347979 35.0383 -95.9578 214.9 OK SCIPIO 1 S +USC00348016 34.9692 -98.7603 449.6 OK SEDAN +USC00348027 36.1903 -99.0403 545.0 OK SEILING 7WNW MESONET +USC00348029 36.1822 -98.9208 510.5 OK SEILING 3 N +USC00348042 35.2317 -96.6531 279.8 OK SEMINOLE +USC00348056 35.8500 -95.0000 -999.9 OK SEQUOYAH O T S +USC00348092 36.2667 -99.8833 683.1 OK SHATTUCK +USC00348101 36.2892 -99.8933 669.0 OK SHATTUCK 1NW +USC00348110 35.3553 -96.9203 332.8 OK SHAWNEE +USC00348124 35.3647 -96.9481 328.0 OK SHAWNEE 3NNW MESONET +USC00348170 35.5656 -94.5203 203.6 OK SHORT 1 E +USC00348197 34.3167 -95.0500 412.1 OK SIGNAL MTN TWR +USC00348258 36.3650 -96.0028 196.6 OK SKIATOOK +USC00348285 34.4678 -94.6428 250.5 OK SMITHVILLE +USC00348290 35.1000 -96.6167 179.8 OK SNOMAC 2 NE +USC00348299 34.6867 -98.9483 417.6 OK SNYDER 1 N +USC00348305 34.1333 -95.2333 228.6 OK SOBOL TWR +USC00348335 36.5500 -94.9000 232.0 OK SOUTH GRAND LAKE +USC00348380 36.3894 -95.0597 208.8 OK SPAVINAW +USC00348390 35.5419 -97.3414 372.8 OK SPENCER 2ENE MESONET +USC00348407 34.1500 -95.3500 164.9 OK SPENCERVILLE 1 E +USC00348416 35.2450 -94.6250 150.9 OK SPIRO +USC00348462 34.7500 -94.6333 -999.9 OK STAPP CCC +USC00348470 36.3000 -94.8833 305.1 OK STEELEY +USC00348479 35.3197 -97.2117 368.5 OK STELLA +USC00348480 34.6536 -98.1797 339.5 OK STERLING 6S +USC00348497 35.2453 -95.1144 173.7 OK STIGLER 1 SE +USC00348499 36.1208 -97.0953 271.9 OK STILLWATER MESONET +USC00348501 36.1175 -97.0950 272.8 OK STILLWATER 2 W HCN +USC00348506 35.8953 -94.6486 304.8 OK STILWELL 5 NNW +USC00348508 35.8119 -94.6328 328.0 OK STILWELL +USC00348550 34.5333 -96.0333 181.7 OK STRINGTOWN +USC00348563 35.7975 -96.6658 275.8 OK STROUD 3 N +USC00348570 34.5658 -96.9503 319.7 OK SULPHUR 4NNE MESONET +USC00348587 34.5000 -96.9667 302.1 OK SULPHUR PLATT NAT'L PK +USC00348627 36.5667 -99.5500 601.1 OK SUPPLY 1 E +USC00348652 35.4219 -99.9053 658.4 OK SWEETWATER +USC00348677 35.9369 -94.9644 259.1 OK TAHLEQUAH HCN +USC00348708 36.0406 -98.9625 522.7 OK TALOGA +USC00348711 36.0500 -98.9667 502.9 OK TALOGA NEAR +USC00348720 35.4000 -94.9833 142.3 OK TAMAHA +USC00348751 35.2594 -96.9183 320.0 OK TECUMSEH +USC00348763 34.2667 -98.2333 307.8 OK TEMPLE OKC 29 +USC00348769 35.6000 -95.0500 234.7 OK TENKILLER FERRY DAM +USC00348798 36.5000 -101.7333 1064.1 OK TEXHOMA +USC00348815 35.7522 -98.7453 543.2 OK THOMAS +USC00348855 35.4333 -97.3833 378.0 OK TINKER FIELD +USC00348879 34.4397 -99.1375 386.8 OK TIPTON 4S MESONET +USC00348884 34.1925 -96.6442 195.7 OK TISHOMINGO NATL WR +USC00348900 34.3325 -96.6789 267.9 OK TISHOMINGO 6N MESONET +USC00348951 35.1333 -97.0500 313.9 OK TRIBBEY 1 N +USC00348960 34.9667 -97.0333 304.8 OK TROUSDALE 7 S +USC00348987 36.1500 -96.0000 207.0 OK TULSA +USC00349014 36.8667 -100.8667 836.1 OK TURPIN +USC00349017 36.8136 -100.8636 824.5 OK TURPIN 4 SSE +USC00349023 34.6147 -95.2803 182.9 OK TUSKAHOMA +USC00349032 34.5011 -97.5433 291.7 OK TUSSY +USC00349086 35.3672 -97.8872 382.5 OK UNION CITY 3 SE +USC00349101 36.3481 -94.8244 242.3 OK UPPER SPAVINAW PORT +USC00349118 33.9981 -95.1433 144.8 OK VALLIANT 3 W +USC00349122 34.7914 -96.8436 319.7 OK VANOSS 2NE MESONET +USC00349130 34.5289 -97.7647 340.8 OK VELMA 7NW MESONET +USC00349172 36.1508 -99.3003 690.4 OK VICI +USC00349203 36.5469 -95.1322 224.0 OK VINITA 2 N +USC00349212 34.9003 -99.8614 573.0 OK VINSON +USC00349213 34.9578 -99.9414 582.8 OK VINSON 6NW +USC00349247 35.9675 -95.3739 179.8 OK WAGONER +USC00349278 34.3603 -98.3006 306.3 OK WALTERS +USC00349282 34.3997 -98.3458 324.0 OK WALTERS 4NW MESONET +USC00349291 34.9575 -97.0306 304.8 OK WANETTE +USC00349298 36.9219 -95.7986 268.2 OK WANN +USC00349346 34.9819 -97.5208 344.7 OK WASHINGTON 6SSW MESONET +USC00349364 35.8578 -98.4139 466.3 OK WATONGA +USC00349370 35.8417 -98.5261 516.9 OK WATONGA 7W MESONET +USC00349382 36.1833 -94.5667 360.0 OK WATTS 5 N +USC00349391 36.2833 -97.9000 381.0 OK WAUKOMIS +USC00349395 34.1747 -97.9964 278.0 OK WAURIKA HCN +USC00349399 34.2333 -98.0500 302.1 OK WAURIKA DAM +USC00349400 34.1678 -97.9883 282.9 OK WAURIKA 1ENE MESONET +USC00349404 36.5758 -98.8797 459.6 OK WAYNOKA +USC00349422 35.5200 -98.6986 493.2 OK WEATHERFORD HCN +USC00349428 35.5083 -98.7750 538.0 OK WEATHERFORD 4WSW MESNT +USC00349445 35.4814 -95.2039 167.6 OK WEBBERS FALLS 5 WSW HCN +USC00349479 35.5828 -96.3958 256.9 OK WELTY 3 SSE +USC00349503 36.2500 -96.6500 274.9 OK WEST BRANCH +USC00349566 35.2333 -96.2333 232.0 OK WETUMKA SCS +USC00349571 35.2614 -96.2081 213.4 OK WETUMKA 3 NE +USC00349575 35.1314 -96.5389 280.4 OK WEWOKA 3 SW +USC00349609 36.6000 -97.1000 288.0 OK WHITEAGLE +USC00349611 35.2667 -95.2333 164.9 OK WHITEFIELD 1 N +USC00349629 34.7325 -98.7125 507.5 OK WICHITA MTN WR +USC00349634 34.9611 -95.1711 193.5 OK WILBURTON 9 ENE +USC00349662 33.8833 -96.8000 200.9 OK WILLIS OK UNIV BIO STN +USC00349668 35.0522 -99.5125 531.9 OK WILLOW +USC00349700 35.9667 -98.2833 -999.9 OK WINNVIEW +USC00349724 34.9417 -94.7039 160.0 OK WISTER 3S +USC00349760 36.4408 -99.3819 579.1 OK WOODWARD +USC00349762 36.4167 -99.4000 606.9 OK WOODWARD FLD STN +USC00349768 36.4231 -99.4167 624.8 OK WOODWARD 2WSW MESONET +USC00349773 36.8167 -94.7167 232.0 OK WYANDOTTE 1 N +USC00349820 36.0500 -95.2667 -999.9 OK YONKERS +USC00349841 33.8167 -96.2333 185.9 OK YUBA 2 W +USC00349856 35.5408 -97.7425 380.4 OK YUKON 2 NNE +USC00349985 34.7500 -94.6333 195.1 OK ZOE 1 S +USC00350036 42.1761 -119.8961 1396.9 OR ADEL +USC00350041 43.7333 -117.0667 680.0 OR ADRIAN +USC00350050 44.6833 -124.0833 26.5 OR AGATE BEACH 1 W USCG +USC00350054 44.7500 -121.2500 720.2 OR AGENCY PLAINS +USC00350078 44.6500 -123.1000 64.0 OR ALBANY 1 N +USC00350082 44.6167 -123.1167 67.1 OR ALBANY 2 +USC00350090 45.3500 -118.9000 1097.3 OR ALBEE +USC00350118 42.9694 -119.9933 1320.4 OR ALKALI LAKE +USC00350126 43.4292 -124.0306 15.2 OR ALLEGANY +USC00350129 44.4167 -121.6667 1097.3 OR ALLINGHAM +USC00350138 42.3667 -122.7667 396.2 OR ALOHA RANCH +USC00350139 44.1667 -123.7500 76.2 OR ALPHA +USC00350145 44.4044 -123.7533 70.1 OR ALSEA FH (FALL CREEK) +USC00350170 42.6167 -118.5000 1275.0 OR ALVORD RCH +USC00350183 43.0000 -120.7500 1280.2 OR ANA RIVER +USC00350188 42.4333 -118.6167 1250.9 OR ANDREWS 2 S +USC00350189 42.5500 -118.5500 1456.6 OR ANDREWS WESTON MINE +USC00350190 42.3000 -118.2167 1304.8 OR ANDREWS 23 ESE +USC00350197 44.8197 -120.7533 923.5 OR ANTELOPE 6 SSW +USC00350207 45.8000 -118.4667 -999.9 OR ATHENA +USC00350217 42.2461 -123.1764 410.3 OR APPLEGATE +USC00350265 45.7211 -120.2064 84.4 OR ARLINGTON +USC00350304 42.2128 -122.7144 532.2 OR ASHLAND HCN +USC00350312 44.7261 -120.7531 783.3 OR ASHWOOD +USC00350318 46.1500 -123.8167 14.9 OR ASTOR EXP STN +USC00350324 46.1833 -123.8333 61.0 OR ASTORIA +USC00350343 45.2331 -122.7508 21.9 OR AURORA +USC00350356 44.5747 -118.4914 1284.1 OR AUSTIN 3 S +USC00350388 44.7167 -117.7000 1188.7 OR BAGLEY'S RANCH +USC00350471 43.1497 -124.4019 6.1 OR BANDON 2 NNE +USC00350501 43.9456 -120.2169 1210.1 OR BARNES STN +USC00350568 43.9500 -120.4667 1463.0 OR BEAR CREEK +USC00350574 44.2333 -119.1167 1524.0 OR BEAR VALLEY +USC00350595 45.4547 -122.8203 82.3 OR BEAVERTON 2 SSW +USC00350631 44.5667 -119.1167 1437.1 OR BEECH CREEK +USC00350652 44.2867 -122.0389 655.9 OR BELKNAP SPRINGS 8 N +USC00350673 44.3667 -123.3500 98.1 OR BELLFOUNTAIN +USC00350694 44.0569 -121.2850 1115.6 OR BEND HCN +USC00350699 44.1183 -121.2103 1023.5 OR BEND 7 NE +USC00350723 43.9092 -118.1522 996.7 OR BEULAH +USC00350733 44.6500 -119.6333 853.4 OR BIG BASIN +USC00350745 43.2333 -122.4667 942.1 OR BIG CAMAS RS +USC00350753 45.6167 -121.1167 39.9 OR BIG EDDY +USC00350769 44.5000 -119.7500 883.9 OR BIRCH CREEK +USC00350773 46.0000 -123.3333 161.8 OR BIRKENFELD 1 N +USC00350781 43.5947 -123.0706 295.7 OR BLACKBUTTE 1 N +USC00350788 45.6333 -120.4000 289.6 OR BLALOCK +USC00350808 42.6333 -119.0667 1310.6 OR BLITZEN +USC00350829 45.7833 -118.2000 1280.2 OR BLUE MOUNTAIN SAW MILL +USC00350853 42.4000 -121.0458 1338.1 OR BLY RANGER STATION +USC00350854 42.4333 -121.1000 1334.4 OR BLY 3 NW +USC00350856 42.2208 -120.5792 1389.9 OR BLY 4 SE +USC00350858 45.8472 -119.6933 85.3 OR BOARDMAN +USC00350897 45.6353 -121.9522 18.9 OR BONNEVILLE DAM +USC00350969 44.7833 -121.9833 677.0 OR BREITENBUSH +USC00351028 45.3667 -122.0167 326.1 OR BRIGHTWOOD +USC00351050 44.2500 -117.5000 800.1 OR BROGAN +USC00351055 42.0300 -124.2453 15.2 OR BROOKINGS 2 SE HCN +USC00351058 42.0464 -124.2878 25.0 OR BROOKINGS +USC00351067 43.8094 -120.6000 1414.3 OR BROTHERS +USC00351077 44.3833 -122.9833 100.9 OR BROWNSVILLE +USC00351115 45.6500 -117.2833 1371.6 OR BUE +USC00351124 43.0661 -118.8683 1260.3 OR BUENA VISTA STN +USC00351126 43.0333 -119.0000 1258.8 OR BUENA VISTA H +USC00351127 45.0500 -118.0833 1127.8 OR BUENA VISTA U +USC00351149 42.1800 -122.9853 594.1 OR BUNCOM 1 NNE +USC00351164 44.9000 -120.3667 746.8 OR BURGESS FARM +USC00351173 43.5850 -118.9711 1263.1 OR BURNS 4 E +USC00351174 42.7772 -117.8525 1197.9 OR BURNS JUNCTION +USC00351177 43.7000 -119.3167 1524.0 OR BURNS MILL +USC00351203 43.2333 -120.0167 1371.6 OR BUTTE +USC00351207 42.5378 -122.5525 762.0 OR BUTTE FALLS 1 SE +USC00351222 45.6897 -123.1906 106.7 OR BUXTON +USC00351227 45.6833 -123.0667 110.0 OR BUXTON MOUNTAINDALE +USC00351250 45.3667 -118.8333 982.1 OR CALIFORNIA GULCH +USC00351324 43.9167 -124.0333 24.1 OR CANARY +USC00351329 45.2833 -122.6667 27.1 OR CANBY 2 NE +USC00351332 45.2439 -122.6931 28.7 OR CANBY +USC00351352 44.4000 -118.9500 972.9 OR CANYON CITY +USC00351354 42.9419 -123.2800 213.4 OR CANYONVILLE 2S +USC00351360 42.8333 -124.5667 66.1 OR CAPE BLANCO +USC00351365 45.3167 -123.4333 595.0 OR CARLTON 13 W +USC00351407 45.6778 -121.8736 43.3 OR CASCADE LOCKS +USC00351415 43.5833 -122.0333 1476.1 OR CASCADE SUMMIT +USC00351433 44.3914 -122.4811 292.6 OR CASCADIA HCN +USC00351448 42.1597 -123.6422 419.7 OR CAVE JUNCTION 1 WNW +USC00351500 42.4000 -122.8667 382.5 OR CENTRAL POINT +USC00351520 43.3333 -124.3333 3.0 OR CHARLESTON +USC00351546 43.2292 -121.7894 1450.8 OR CHEMULT +USC00351548 42.9667 -121.5833 1385.0 OR CHEMULT 20 SE +USC00351552 45.4167 -123.2500 238.0 OR CHERRY GROVE 2 S +USC00351568 42.4333 -120.4167 1585.0 OR CHEWANCAN +USC00351571 42.5833 -121.8667 1278.0 OR CHILOQUIN 1 E +USC00351574 42.7036 -121.9953 1274.1 OR CHILOQUIN 12 NW +USC00351582 43.2333 -120.6833 1314.9 OR CHRISTMAS VALLEY +USC00351586 43.2333 -120.9000 1320.1 OR CHRISTMAS VALLEY 11 W +USC00351625 44.8833 -120.5000 409.7 OR CLARNO +USC00351635 45.7500 -124.1667 18.3 OR CLASSIC LAKE +USC00351643 46.1081 -123.2058 6.7 OR CLATSKANIE +USC00351664 43.3667 -120.4500 1310.6 OR CLIFF +USC00351667 45.0667 -122.8333 48.8 OR CLINE BRIDGE +USC00351682 45.2050 -123.8925 3.7 OR CLOVERDALE +USC00351708 44.1167 -123.0500 134.1 OR COBURG 2 SE ARMITAGE B +USC00351735 45.1731 -122.4372 212.4 OR COLTON +USC00351738 45.1350 -122.4639 301.8 OR COLTON 2SW +USC00351748 44.8333 -118.8667 1828.8 OR COLUMBIA MINE +USC00351760 43.7392 -123.1864 144.2 OR COMSTOCK +USC00351763 45.6000 -119.5000 -999.9 OR CONDER +USC00351765 45.2408 -120.1789 878.1 OR CONDON HCN +USC00351826 42.0333 -123.1333 580.0 OR COPPER +USC00351834 43.1667 -124.2000 3553.1 OR COQUILLE +USC00351836 43.1872 -124.2025 7.0 OR COQUILLE CITY +USC00351852 45.0000 -117.2000 1434.1 OR CORNUCOPIA +USC00351854 45.7833 -118.0667 722.4 OR CORPORATION +USC00351857 44.5661 -123.2569 58.5 OR CORVALLIS +USC00351862 44.6342 -123.1900 68.6 OR CORVALLIS STATE UNIV HCN +USC00351877 44.5078 -123.4575 180.4 OR CORVALLIS WATER BUREAU +USC00351897 43.7917 -123.0275 181.4 OR COTTAGE GROVE 2E HCN +USC00351902 43.7178 -123.0578 253.3 OR COTTAGE GROVE DAM +USC00351914 44.1308 -122.2419 384.0 OR COUGAR DAM +USC00351924 45.3000 -117.8000 890.0 OR COVE +USC00351926 45.3064 -117.7967 933.3 OR COVE 1 E +USC00351937 44.8000 -118.2167 1463.0 OR CRACKER CREEK +USC00351941 43.7500 -121.7833 1359.4 OR CRANE PRAIRIE +USC00351946 42.8967 -122.1328 1973.6 OR CRATER LAKE NPS HQ HCN +USC00351978 43.5333 -121.9333 1452.1 OR CRESCENT LAKE JUNCTION +USC00351986 43.4500 -121.7000 1357.0 OR CRESCENT +USC00351993 43.4500 -121.7000 -999.9 OR CROOK +USC00351996 46.1333 -123.5333 128.0 OR CROSSETT +USC00351998 43.9833 -123.2333 153.0 OR CROW 6 ESE +USC00352000 43.3000 -117.9000 1266.1 OR CROWLEY RCH +USC00352003 43.6000 -122.0833 1250.9 OR CRUZATTE +USC00352004 43.5667 -122.7000 915.0 OR CULP CREEK 12 SE +USC00352010 43.7228 -123.2086 121.9 OR CURTIN NEAR +USC00352018 42.2667 -121.4667 1266.1 OR DAIRY 3 NE YONNA +USC00352104 45.0000 -118.9000 -999.9 OR DALE +USC00352112 44.9464 -123.2911 88.4 OR DALLAS 2 NE +USC00352135 42.9447 -117.3389 1287.8 OR DANNER HCN +USC00352168 44.4667 -119.5333 719.9 OR DAYVILLE +USC00352173 44.5564 -119.6447 688.8 OR DAYVILLE 8 NW +USC00352178 44.1500 -123.7333 152.4 OR DEADWOOD +USC00352188 45.6000 -121.6000 -999.9 OR DEE +USC00352230 42.9167 -124.4667 11.9 OR DENMARK 1 NNW +USC00352237 44.8000 -124.0667 7.6 OR DEPOE BAY +USC00352277 44.7333 -122.1500 484.9 OR DETROIT +USC00352290 44.7333 -122.2333 484.9 OR DETROIT +USC00352292 44.7242 -122.2547 371.9 OR DETROIT DAM +USC00352305 43.0333 -118.7500 1268.9 OR DIAMOND 4 WNW +USC00352313 43.1833 -122.1333 1585.9 OR DIAMOND LAKE LODGE +USC00352325 45.4633 -123.1136 59.1 OR DILLEY 2 S +USC00352345 43.7078 -122.7394 371.2 OR DISSTON 1 NE LAYING CK +USC00352370 43.1639 -123.9956 29.0 OR DORA 2 W +USC00352371 46.0333 -123.0333 228.9 OR DORAVILLE +USC00352374 43.7822 -122.9631 249.9 OR DORENA +USC00352406 43.6656 -123.3275 89.0 OR DRAIN HCN +USC00352415 43.8081 -118.3775 1071.4 OR DREWSEY +USC00352416 43.7833 -118.3667 -999.9 OR DREWSEY (1) +USC00352417 43.8333 -118.6333 1189.9 OR DREWSEY 13 W +USC00352419 43.9167 -118.5833 1177.1 OR DREWSEY 12 WNW +USC00352440 45.4539 -121.1303 405.4 OR DUFUR HCN +USC00352467 45.5333 -118.3333 988.2 OR DUNCAN +USC00352482 44.6167 -117.4833 848.0 OR DURKEE 3 NNW +USC00352493 45.2761 -122.2019 282.2 OR EAGLE CREEK 9 SE +USC00352564 45.7500 -119.1833 200.9 OR ECHO +USC00352597 45.5669 -117.9239 822.0 OR ELGIN +USC00352613 43.5500 -123.9500 182.9 OR ELKHORN RANCH +USC00352632 43.6425 -123.5828 41.8 OR ELKTON 1SW +USC00352633 43.5992 -123.5992 36.6 OR ELKTON 3 SW +USC00352637 43.5861 -123.5542 27.4 OR ELKTON 4 S +USC00352639 45.6333 -119.8000 253.0 OR ELLA +USC00352653 43.2833 -121.2000 1615.4 OR EMBODY +USC00352654 45.5575 -118.4639 1168.0 OR EMIGRANT SPRINGS +USC00352672 45.4256 -117.2972 1162.8 OR ENTERPRISE RS +USC00352675 45.4000 -117.2667 1182.6 OR ENTERPRISE 2 S +USC00352677 45.5667 -117.0833 1321.0 OR ENTERPRISE 16 NNE +USC00352678 45.7083 -117.1528 999.7 OR ENTERPRISE 20 NNE +USC00352679 45.6833 -117.1000 1074.1 OR ENTERPRISE 21 NNE +USC00352693 45.2694 -122.3167 156.7 OR ESTACADA 2 SE +USC00352697 45.0767 -121.9714 670.6 OR ESTACADA 24 SE +USC00352706 44.0500 -123.0833 118.9 OR EUGENE +USC00352728 43.8333 -122.6167 267.9 OR EULA +USC00352775 43.2589 -124.0233 59.4 OR FAIRVIEW 4 NE +USC00352793 43.7667 -121.6333 1311.9 OR FALL RIVER HATCHERY +USC00352800 44.8358 -123.4525 210.3 OR FALLS CITY 2 SSW +USC00352805 44.8578 -123.4308 128.0 OR FALLS CITY #2 +USC00352855 45.9500 -118.7833 320.0 OR FERGUSON RANCH +USC00352867 44.0494 -123.3703 147.8 OR FERN RIDGE-VENETA +USC00352876 42.2642 -118.6758 1288.4 OR FIELDS +USC00352882 43.7167 -119.9500 1028.7 OR FIFE +USC00352900 43.0833 -123.6500 701.0 OR FIR GLEN +USC00352928 42.3833 -122.3500 1414.9 OR FISH LAKE +USC00352972 43.9703 -124.1153 3.7 OR FLORENCE +USC00352973 44.0039 -124.0947 22.9 OR FLORENCE #2 +USC00352974 43.1914 -123.5545 213.4 OR FLOURNOY VALLEY +USC00352988 42.2667 -122.8667 460.2 OR FOOTHILLS ORCHARD +USC00352997 45.5247 -123.1025 54.9 OR FOREST GROVE HCN +USC00353014 46.1358 -123.8783 12.8 OR FT CLATSOP NATL MEM +USC00353020 42.6667 -121.8333 1280.2 OR FORT KLAMATH +USC00353022 42.6167 -122.0833 1268.9 OR FT KLAMATH 7 SW +USC00353029 43.3572 -121.0517 1318.6 OR FT ROCK +USC00353038 44.9983 -120.2175 807.7 OR FOSSIL +USC00353041 44.4167 -122.6667 161.8 OR FOSTER +USC00353043 44.4333 -122.6167 220.1 OR FOSTER 3 NE +USC00353047 44.4139 -122.6728 167.6 OR FOSTER DAM +USC00353058 44.6500 -119.1500 1339.0 OR FOX +USC00353088 43.6667 -120.5333 1452.1 OR FREDERICK BUTTE +USC00353095 43.3936 -121.2122 1404.8 OR FREMONT 5 NW HCN +USC00353109 42.8500 -118.8833 1281.1 OR FRENCHGLEN +USC00353121 45.3500 -121.2667 744.0 OR FRIEND +USC00353178 42.5833 -123.5833 609.6 OR GALICE +USC00353192 43.7333 -124.3000 9.1 OR GARDINER +USC00353193 43.7464 -124.1217 9.1 OR GARDINER 1 N +USC00353195 42.2833 -122.7500 -999.9 OR GARDNERS RANCH +USC00353232 42.2050 -121.1314 1478.3 OR GERBER DAM +USC00353250 45.7000 -118.3667 530.0 OR GIBBON +USC00353297 45.4667 -119.7500 518.2 OR GLENCOE +USC00353305 42.7422 -123.4297 422.1 OR GLENDALE +USC00353312 45.5833 -123.5500 175.3 OR GLENORA +USC00353318 45.6561 -123.3108 196.3 OR GLENWOOD 2 WNW +USC00353320 43.2950 -123.1031 226.2 OR GLIDE 2NW +USC00353340 45.9892 -122.9269 161.5 OR GOBLE 3 SW +USC00353356 42.4036 -124.4242 15.2 OR GOLD BEACH RS +USC00353370 45.4667 -123.8833 198.1 OR GOLDEN FALLS +USC00353402 45.3008 -121.7425 1213.1 OR GOVERNMENT CAMP +USC00353415 45.0667 -123.6167 103.9 OR GRAND RONDE +USC00353424 44.5333 -121.5000 785.2 OR GRAND VIEW +USC00353430 44.8000 -118.5000 1506.9 OR GRANITE 4 WSW +USC00353445 42.4244 -123.3236 283.5 OR GRANTS PASS HCN +USC00353471 45.3500 -120.7667 725.7 OR GRASS VALLEY +USC00353504 44.4667 -122.5167 246.9 OR GREEN PETER DAM +USC00353509 42.1258 -122.5450 742.2 OR GREEN SPRINGS PWR PLT +USC00353513 44.6833 -118.6333 1905.0 OR GREENHORN +USC00353515 44.1167 -123.6500 115.8 OR GREENLEAF +USC00353521 45.4831 -122.4153 94.2 OR GRESHAM +USC00353522 45.4803 -122.4664 137.2 OR GRESHAM 2 SW +USC00353532 43.9667 -119.7167 1524.0 OR GRINDSTONE +USC00353542 44.5175 -120.9389 1107.9 OR GRIZZLY +USC00353559 45.1667 -116.8333 1371.6 OR GUMBOOT +USC00353562 43.8000 -123.4667 228.9 OR GUNTER +USC00353570 45.2000 -119.0500 1066.8 OR GURDANE +USC00353604 44.8772 -117.1094 808.6 OR HALFWAY +USC00353627 43.6667 -120.2333 1348.1 OR HAMPTON +USC00353628 43.6667 -120.2500 1347.2 OR HAMPTON (1) +USC00353635 42.7667 -123.9667 609.6 OR HAPPY HOME +USC00353644 45.1667 -119.6833 1092.1 OR HARDMAN +USC00353659 43.5833 -118.9333 1263.1 OR HARNEY BRANCH EXP STN +USC00353666 43.8667 -117.6167 766.0 OR HARPER +USC00353674 43.3833 -118.6667 1260.3 OR HARRIMAN +USC00353678 44.2706 -123.1725 87.8 OR HARRISBURG +USC00353692 42.5483 -119.6556 1711.8 OR HART MTN REFUGE +USC00353705 45.3128 -123.3500 230.4 OR HASKINS DAM +USC00353737 44.9500 -120.9000 897.0 OR HAY CREEK +USC00353750 43.7167 -122.4333 390.1 OR HAZELDELL +USC00353770 45.4486 -122.1547 228.0 OR HEADWORKS PORTLAND WTR B HCN +USC00353800 44.6667 -120.9167 570.0 OR HEISLER +USC00353818 45.8619 -119.3120 140.2 OR HERMISTON 2 NW +USC00353827 45.3653 -119.5639 574.5 OR HEPPNER HCN +USC00353847 45.8289 -119.2636 195.1 OR HERMISTON 1 SE HCN +USC00353875 45.3500 -118.2333 913.5 OR HILGARD +USC00353895 42.3333 -122.8000 486.2 OR HILLCREST ORCHARD +USC00353908 45.5139 -122.9900 48.8 OR HILLSBORO +USC00353971 44.3525 -122.7842 185.9 OR HOLLEY +USC00353976 42.2833 -122.8333 452.9 OR HOLLOWAY ORCHARD +USC00353995 43.9281 -124.1069 35.1 OR HONEYMAN SP +USC00354003 45.6847 -121.5175 152.4 OR HOOD RVR EXP STN HCN +USC00354036 42.2167 -121.1333 -999.9 OR HORSEFLY +USC00354042 44.6833 -123.4667 75.9 OR HOSKINS +USC00354060 42.2292 -122.3814 1392.0 OR HOWARD PRAIRIE DAM +USC00354066 45.6500 -117.6667 1089.1 OR HOWARDVILLE +USC00354072 45.2000 -123.7667 82.0 OR HUBBARD +USC00354098 44.3564 -117.2550 643.1 OR HUNTINGTON +USC00354114 43.2167 -118.0167 1232.0 OR HUTCHINSON RCH +USC00354119 44.7667 -118.2833 1828.8 OR IBEX MINE +USC00354125 43.3500 -122.9833 274.9 OR IDLEYLD PARK 2 NE +USC00354126 43.3708 -122.9653 329.2 OR IDLEYLD PARK 4 NE +USC00354129 43.3833 -122.9667 348.1 OR IDLEYLD PK ROCK CK +USC00354133 42.6286 -124.0575 106.1 OR ILLAHE +USC00354135 42.6500 -124.0500 148.7 OR ILLAHE 2 N +USC00354147 45.5622 -116.8331 599.8 OR IMNAHA +USC00354149 45.5667 -116.8333 604.1 OR IMNAHA 2 +USC00354151 45.6333 -116.8500 537.1 OR IMNAHA 5 N +USC00354153 43.7667 -120.4000 1371.6 OR IMPERIAL +USC00354161 45.3167 -119.8814 659.9 OR IONE 18 S +USC00354168 44.3333 -117.9500 1066.8 OR IRONSIDE +USC00354175 44.3247 -117.9964 1193.3 OR IRONSIDE 2 W +USC00354181 42.1167 -120.5167 1493.5 OR IRRIGATION HEADQUARTES +USC00354216 42.3000 -122.9833 499.9 OR JACKSONVILLE +USC00354238 44.7236 -123.0136 67.1 OR JEFFERSON +USC00354252 44.3667 -123.8333 22.9 OR JENSEN RANCH +USC00354276 45.9411 -123.5283 173.7 OR JEWELL WLF MEADOW +USC00354291 44.4233 -118.9594 933.6 OR JOHN DAY +USC00354321 42.9792 -117.0533 1338.1 OR JORDAN VALLEY +USC00354329 45.3497 -117.2242 1275.3 OR JOSEPH +USC00354342 44.0833 -123.0667 -999.9 OR JUNCTION CITY +USC00354347 42.9333 -118.3333 1250.9 OR JUNIPER LAKE +USC00354357 43.8000 -117.9333 862.6 OR JUNTURA 9 ENE +USC00354370 45.4333 -118.3833 1281.4 OR KAMELA +USC00354388 43.5500 -123.5500 61.0 OR KELLOGG +USC00354403 42.0944 -121.9022 1254.6 OR KENO +USC00354411 45.1967 -120.6994 826.0 OR KENT +USC00354420 42.2167 -123.6500 387.1 OR KERBY +USC00354479 45.0333 -119.9167 1051.9 OR KINZUA +USC00354499 42.6000 -121.9333 1270.7 OR KLAMATH AGENCY (1) +USC00354501 42.2008 -121.7267 1266.1 OR KLAMATH FALLS 1 NW +USC00354506 42.2008 -121.7814 1249.1 OR KLAMATH FALLS 2 SSW HCN +USC00354603 44.5833 -122.7500 198.1 OR LACOMB 1 WNW +USC00354606 44.6250 -122.7192 158.5 OR LACOMB 3 NNE +USC00354612 45.2442 -123.1147 -999.9 OR LAFAYETTE +USC00354615 45.3333 -118.1167 857.1 OR LA GRANDE +USC00354622 45.3167 -118.0747 839.7 OR LA GRANDE +USC00354624 45.2333 -118.4500 1061.0 OR LA GRANDE 19 WSW +USC00354625 45.2667 -118.4000 1018.9 OR LA GRANDE 15 WSW +USC00354626 45.2500 -118.4000 1054.9 OR LA GRANDE 16 WSW +USC00354632 43.2667 -120.6333 1314.9 OR LAKE 2 N +USC00354633 42.4500 -122.5667 731.5 OR LAKE CREEK 3 NE +USC00354634 42.3903 -122.6258 568.5 OR LAKE CREEK 2 S +USC00354635 42.3667 -122.5333 534.0 OR LAKE CREEK 6 SE +USC00354636 42.4258 -122.6231 472.4 OR LAKE CREEK 1 E +USC00354670 42.2414 -120.3678 1490.5 OR LAKEVIEW 2 NNW HCN +USC00354720 43.0000 -124.2833 152.4 OR LANGLOIS +USC00354721 42.9242 -124.4533 27.4 OR LANGLOIS #2 +USC00354732 42.9833 -124.2500 38.1 OR LANGLOIS 5 NNE +USC00354750 43.6667 -121.5000 -999.9 OR LAPINE +USC00354776 44.9231 -123.5750 1093.9 OR LAUREL MTN +USC00354811 44.1014 -122.6886 205.7 OR LEABURG 1 SW +USC00354817 44.5333 -122.5667 95.1 OR LEBANON +USC00354819 44.5328 -122.9014 100.6 OR LEBANON +USC00354824 45.5925 -123.5222 199.6 OR LEES CAMP +USC00354835 43.3597 -122.2208 1242.7 OR LEMOLO LAKE 3 NNW +USC00354900 42.2667 -122.4500 1382.9 OR LILYGLEN +USC00354939 43.2331 -122.9872 323.1 OR LITTLE RIVER +USC00354943 43.8833 -117.4833 762.9 OR LITTLE VALLEY +USC00355008 43.6500 -123.0833 284.1 OR LONDON +USC00355014 45.0833 -119.8667 949.1 OR LONEROCK +USC00355020 44.7136 -119.1017 1140.0 OR LONG CREEK +USC00355023 42.1000 -120.7833 1676.4 OR LONG VALLEY +USC00355026 43.1922 -123.4689 225.6 OR LOOKINGGLASS +USC00355050 43.9139 -122.7600 217.0 OR LOOKOUT PT DAM +USC00355053 42.2667 -119.3333 1325.9 OR LORELLA +USC00355055 42.6722 -122.6750 481.6 OR LOST CREEK DAM +USC00355067 45.5231 -117.3736 1152.1 OR LOSTINE 4 NE +USC00355072 43.9167 -122.7833 225.9 OR LOWELL +USC00355074 43.9167 -122.7667 307.8 OR LOWELL 1 E +USC00355076 43.9500 -122.7833 200.9 OR LOWELL 2 N +USC00355080 44.7328 -120.9747 575.2 OR LOWER HAY CREEK +USC00355092 44.7939 -122.5950 237.7 OR LYONS 3N +USC00355139 44.6167 -121.0011 679.7 OR MADRAS +USC00355142 44.6633 -121.1461 744.6 OR MADRAS 2 N +USC00355160 43.9794 -117.0247 688.8 OR MALHEUR BRANCH EXP STN +USC00355162 43.2650 -118.8447 1255.2 OR MALHEUR REFUGE HQ HCN +USC00355170 42.0167 -121.4167 1235.0 OR MALIN +USC00355174 42.0078 -121.3186 1410.3 OR MALIN 5 E +USC00355204 44.0367 -123.8628 5.2 OR MAPLETON +USC00355213 44.1706 -122.8714 166.1 OR MARCOLA +USC00355221 44.6125 -121.9486 754.4 OR MARION FORKS FISH HATCHERY +USC00355258 44.6719 -117.9942 1188.7 OR MASON DAM +USC00355275 44.0667 -120.2667 1310.6 OR MAURY +USC00355295 45.1000 -120.2722 897.9 OR MAYVILLE +USC00355332 43.7000 -122.2833 647.1 OR MC CREDIE SPRINGS +USC00355335 42.4106 -117.8656 1360.6 OR MC DERMITT 26 N +USC00355357 44.1833 -122.1667 417.9 OR MC KENZIE BRG +USC00355362 44.1792 -122.1164 450.5 OR MCKENZIE RVR RS HCN +USC00355375 43.1833 -124.0333 43.0 OR MCKINLEY +USC00355384 45.2214 -123.1622 47.2 OR MC MINNVILLE HCN +USC00355387 45.6000 -123.4833 256.0 OR MCNAMURS +USC00355389 45.9167 -119.3000 146.0 OR MC NARY DAM +USC00355392 45.9306 -119.2956 110.0 OR MCNARY DAM #2 +USC00355394 45.5122 -118.4230 1131.1 OR MEACHAM #2 +USC00355397 45.5167 -118.4333 1127.8 OR MEACHAM +USC00355400 45.7000 -121.8333 259.1 OR MEADOWBROOK RANCH +USC00355424 42.2961 -122.8700 444.1 OR MEDFORD EXP STN +USC00355447 44.7889 -122.6167 189.0 OR MEHAMA +USC00355490 42.5333 -123.5167 259.1 OR MERLIN +USC00355505 42.0500 -121.6333 1243.9 OR MERRILL 2 NW +USC00355515 44.5833 -121.1833 762.9 OR METOLIUS 1 W +USC00355545 45.4667 -120.3500 472.4 OR MIKKALO 6 W +USC00355556 44.7500 -122.2500 256.0 OR MILL CITY +USC00355565 45.0333 -119.6667 1280.2 OR MILLER PRAIRIE +USC00355593 45.9428 -118.4089 295.7 OR MILTON FREEWATER HCN +USC00355598 45.8833 -118.2833 399.9 OR MILTON 5 SE +USC00355610 45.6833 -117.6000 1102.2 OR MINAM 7 NE +USC00355621 45.2667 -122.7500 49.1 OR MIRA MONTE FARM +USC00355624 42.3500 -122.8000 498.3 OR MIRA VISTA ORCHARD +USC00355629 45.9833 -123.2500 153.0 OR MIST 1 SE +USC00355638 44.5681 -120.1156 1011.9 OR MITCHELL 2 E +USC00355641 44.5833 -120.1833 806.2 OR MITCHELL 2 NW +USC00355642 44.5667 -120.1500 903.1 OR MITCHELL 2 +USC00355656 42.4500 -122.8833 371.9 OR MODOC ORCHARD +USC00355677 45.1500 -122.5667 121.9 OR MOLALLA +USC00355681 45.1783 -122.5064 197.2 OR MOLALLA 7NE +USC00355689 44.8500 -123.2333 61.0 OR MONMOUTH +USC00355707 44.6167 -121.4833 580.0 OR MONTGOMERY RCH +USC00355711 44.8186 -119.4200 608.1 OR MONUMENT 2 +USC00355715 44.8181 -119.4208 603.8 OR MONUMENT RS +USC00355726 45.5833 -119.8833 289.9 OR MORGAN 3 NE +USC00355734 45.4825 -120.7236 570.0 OR MORO HCN +USC00355770 45.0667 -122.7500 149.0 OR MT ANGEL +USC00355788 45.3167 -117.7333 2140.9 OR MT FANNY +USC00355838 46.0333 -123.2500 304.8 OR MOUNTAIN HOME +USC00355848 42.1167 -123.5333 826.0 OR MOUNTAIN RANCH +USC00355886 43.5667 -122.7000 1685.5 OR MUSICK +USC00355891 43.0906 -123.1669 251.5 OR MYRTLE CREEK 8 NE +USC00355892 43.0500 -123.0667 363.0 OR MYRTLE CREEK 12 ENE +USC00355894 43.0394 -123.2656 214.3 OR MYRTLE CREEK 7NE +USC00355940 43.3167 -118.9667 1249.7 OR NARROWS +USC00355945 45.4981 -122.8394 56.4 OR NATURE PARK-BEAVERTON +USC00355969 45.7086 -123.8958 6.7 OR NEHALEM +USC00355971 45.8128 -123.7753 42.7 OR NEHALEM 9 NE +USC00355980 44.9500 -124.0000 11.6 OR NELSCOTT +USC00356004 45.2000 -122.9167 58.5 OR NEWBERG +USC00356021 42.3833 -122.9000 406.9 OR NEWHALLS ORCHARD +USC00356027 42.0000 -120.3000 1488.0 OR NEW PINE CREEK +USC00356033 44.6247 -124.0469 2.4 OR NEWPORT 1 SE +USC00356035 44.6833 -124.0553 67.1 OR NEWPORT 3N +USC00356151 45.2817 -122.7517 45.7 OR N WILLAMETTE EXP STN +USC00356171 44.0500 -123.4167 136.9 OR NOTI 2 ESE +USC00356173 44.0667 -123.4667 143.3 OR NOTI 1 NW +USC00356179 43.8764 -116.9903 662.9 OR NYSSA +USC00356200 43.4228 -123.3003 131.1 OR OAKLAND +USC00356213 43.7428 -122.4433 388.6 OR OAKRIDGE FISH HATCHERY +USC00356238 44.2994 -120.7264 931.8 OR OCHOCO DAM +USC00356243 44.3964 -120.4264 1211.6 OR OCHOCO RS +USC00356251 43.5833 -122.0500 1460.9 OR ODELL LAKE +USC00356252 43.5492 -121.9639 1463.0 OR ODELL LAKE-EAST +USC00356254 43.5833 -122.0500 1460.9 OR ODELL LAKE WATER PAN +USC00356269 44.7833 -118.6000 1812.0 OR OLIVE LAKE +USC00356294 44.0439 -116.9717 653.8 OR ONTARIO KSRV +USC00356302 43.2783 -119.3111 1260.7 OR O O RCH +USC00356308 42.3167 -122.8667 438.0 OR ORCHARD HOMES +USC00356334 45.3558 -122.6047 50.9 OR OREGON CITY +USC00356357 45.6500 -121.2833 487.7 OR ORTLEY +USC00356366 45.0333 -123.9239 45.7 OR OTIS 2 NE +USC00356405 43.6500 -117.2467 731.5 OR OWYHEE DAM +USC00356426 42.6922 -120.5403 1328.9 OR PAISLEY HCN +USC00356464 45.5167 -121.5833 522.1 OR PARKDALE +USC00356466 45.5350 -121.5894 463.3 OR PARKDALE 1 NNE +USC00356468 45.5000 -121.5833 588.9 OR PARKDALE 2 SSE +USC00356500 44.1328 -119.9972 1122.9 OR PAULINA +USC00356501 43.8500 -120.9667 1219.2 OR PAULINA (1) +USC00356532 44.7275 -121.2506 429.8 OR PELTON DAM +USC00356540 45.7206 -118.6264 453.2 OR PENDLETON BRANCH EXP STN +USC00356541 45.6703 -118.7964 317.0 OR PENDLETON DWTN +USC00356550 45.6911 -118.8522 460.2 OR PENDLETON WFO +USC00356555 44.5000 -121.3000 804.7 OR PENINSULA +USC00356590 42.7667 -122.6000 862.9 OR PERSIST +USC00356614 44.5333 -123.3333 67.1 OR PHILOMATH 2 SE +USC00356634 45.4756 -118.8253 524.3 OR PILOT ROCK 1 SE HCN +USC00356652 44.8500 -117.0833 792.5 OR PINE +USC00356655 45.1289 -121.2561 627.6 OR PINE GROVE 5 ENE +USC00356662 43.7833 -120.9500 1902.9 OR PINE MTN OBSY +USC00356698 42.6333 -123.3167 442.0 OR PLACER +USC00356717 42.4167 -119.9000 1375.9 OR PLUSH +USC00356749 45.5181 -122.6894 48.5 OR PORTLAND KGW-TV +USC00356750 45.5606 -122.5383 6.4 OR PORTLAND WFO +USC00356779 42.7333 -124.5167 18.0 OR PORT ORFORD 2 +USC00356784 42.7519 -124.5011 12.8 OR PORT ORFORD #2 +USC00356795 42.7386 -124.4033 45.7 OR PORT ORFORD 5 E +USC00356800 44.1167 -120.2333 1070.5 OR POST +USC00356814 44.2500 -121.0500 952.5 OR POWELL BUTTE +USC00356820 42.8886 -124.0689 70.1 OR POWERS +USC00356845 44.4617 -118.7139 1079.0 OR PRAIRIE CITY RS +USC00356853 42.8081 -118.8778 1283.2 OR P-RANCH SOUTH PLACE +USC00356870 43.2000 -118.4667 1219.2 OR PRINCETON +USC00356872 43.2667 -118.3333 1193.0 OR PRINCETON 13 E +USC00356883 44.3006 -120.8406 876.6 OR PRINEVILLE HCN +USC00356907 42.7342 -122.5164 756.5 OR PROSPECT 2 SW HCN +USC00356955 44.4833 -122.5000 249.9 OR QUARTZVILLE 13 SW +USC00356980 44.2333 -119.7500 1219.2 OR RAGER CREEK +USC00356982 44.2333 -119.7333 1220.1 OR RAGER RS +USC00357000 45.4333 -121.2333 411.5 OR RAMSEY +USC00357007 44.9000 -118.9667 1066.8 OR RANGE +USC00357015 45.3000 -119.0667 609.6 OR RAY CREEK +USC00357050 44.2603 -121.1483 926.6 OR REDMOND AIR CTR +USC00357052 44.2667 -121.2167 918.1 OR REDMOND 2 W +USC00357056 44.2628 -121.1578 927.2 OR REDMOND 1 SSE +USC00357082 43.7000 -124.1167 18.0 OR REEDSPORT +USC00357103 44.3667 -117.6333 944.9 OR RESERVOIR NO. 3 +USC00357112 43.1311 -123.6197 271.3 OR RESTON +USC00357127 45.3033 -122.9133 157.0 OR REX 1 S +USC00357160 44.7656 -117.1597 675.1 OR RICHLAND +USC00357168 42.9500 -123.3667 214.0 OR RIDDLE +USC00357169 42.9506 -123.3572 207.3 OR RIDDLE HCN +USC00357183 43.5500 -118.9833 1348.7 OR RILEY +USC00357189 44.6500 -121.5333 643.1 OR RIO HERMOSA +USC00357208 43.4508 -118.2244 1030.2 OR RIVERSIDE 7 SSW +USC00357235 43.9667 -121.0000 1219.2 OR ROBVILLE +USC00357250 44.9094 -118.0625 1222.9 OR ROCK CREEK +USC00357251 44.4667 -123.5333 190.5 OR ROCK CREEK +USC00357260 42.6833 -119.1833 1396.9 OR ROCK CREEK RCH +USC00357277 43.3636 -117.1142 1118.6 OR ROCKVILLE 5 N +USC00357285 42.4333 -122.0833 1266.1 OR ROCKY POINT 3 S +USC00357310 42.8592 -117.6569 1037.8 OR ROME 2 NW +USC00357331 43.2131 -123.3658 129.5 OR ROSEBURG KQEN HCN +USC00357337 43.7833 -121.4500 1279.6 OR ROSLAND +USC00357354 42.3414 -120.8894 1489.9 OR ROUND GROVE +USC00357391 42.2231 -123.0472 472.4 OR RUCH +USC00357444 43.8333 -123.0333 189.0 OR SAGINAW +USC00357466 45.8489 -122.8722 82.0 OR SAINT HELENS RFD +USC00357519 42.3667 -123.0333 396.2 OR SAM'S VALLEY +USC00357533 42.8500 -121.9000 1427.1 OR SAND CREEK +USC00357554 44.4356 -121.9428 1143.0 OR SANTIAM JUNCTION +USC00357559 44.4167 -121.8667 1447.2 OR SANTIAM PASS +USC00357572 45.6556 -122.8339 12.2 OR SAUVIES ISLAND +USC00357586 45.4833 -123.2000 108.2 OR SCOGGINS DAM 2 +USC00357631 44.9469 -122.5247 705.6 OR SCOTTS MILLS 9 SE +USC00357641 45.9869 -123.9236 3.0 OR SEASIDE +USC00357668 42.2783 -123.6461 402.3 OR SELMA 4E +USC00357670 42.2833 -123.7000 458.1 OR SELMA 4 W +USC00357675 44.1383 -118.9750 1420.4 OR SENECA +USC00357736 43.1211 -117.0392 1408.2 OR SHEAVILLE 1 SE +USC00357760 45.0833 -123.5000 63.1 OR SHERIDAN +USC00357770 43.8000 -120.0333 1287.8 OR SHERMAN +USC00357809 44.8728 -122.6486 411.5 OR SILVER CREEK FALLS +USC00357814 43.1500 -121.0833 1364.3 OR SILVER LAKE +USC00357815 43.1000 -121.3667 1524.9 OR SILVER LAKE 15 W +USC00357817 43.1244 -121.0620 1335.6 OR SILVER LAKE RS +USC00357823 45.0058 -122.7739 124.4 OR SILVERTON +USC00357827 44.9667 -122.7333 310.9 OR SILVERTON 4 SE +USC00357835 44.9667 -121.3500 732.1 OR SIMNASHO +USC00357848 42.0500 -122.6000 1367.3 OR SISKIYOU CLIMAT STN +USC00357857 44.2842 -121.5486 969.3 OR SISTERS +USC00357859 44.2333 -121.5667 823.0 OR SISTERS +USC00357866 43.1533 -123.8331 185.9 OR SITKUM 1 E +USC00357869 43.1500 -123.9500 46.0 OR SITKUM 6 W +USC00357940 43.1708 -123.2247 210.3 OR SOUTH DEER CREEK +USC00357955 44.8667 -117.3333 1264.9 OR SPARTA +USC00358000 45.7553 -118.0494 1534.7 OR SPOUT SPGS SKI LODGE +USC00358007 42.4306 -121.4892 1366.4 OR SPRAGUE RIVER 2 SE +USC00358009 44.8192 -119.7761 545.0 OR SPRAY +USC00358016 44.0500 -123.0333 146.0 OR SPRINGFIELD +USC00358029 43.4869 -119.7211 1420.4 OR SQUAW BUTTE-NORTHERN GREAT BAS +USC00358034 45.4167 -122.7500 125.0 OR STAFFORD +USC00358050 45.7833 -119.2000 180.4 OR STANFIELD +USC00358066 43.7333 -122.8667 262.1 OR STAR +USC00358079 45.2333 -118.4500 1036.9 OR STARKEY +USC00358087 43.5000 -120.1167 1280.2 OR STAUFFER +USC00358095 44.7894 -122.8150 129.5 OR STAYTON +USC00358173 42.9592 -120.7897 1277.7 OR SUMMER LAKE 1 S +USC00358182 44.6369 -123.5786 227.4 OR SUMMIT +USC00358190 45.3000 -121.7500 1189.9 OR SUMMIT GRD STN +USC00358198 44.3667 -120.1833 1392.9 OR SUMMIT PRAIRIE +USC00358221 44.9500 -122.5000 732.1 OR SUNDOWN RCH +USC00358245 43.1000 -118.1667 1132.0 OR SUNRISE VALLEY +USC00358246 43.8933 -121.4117 1274.1 OR SUNRIVER +USC00358247 43.3833 -118.9667 1252.7 OR SUNSET +USC00358250 43.6000 -119.6333 1314.0 OR SUNTEX +USC00358252 43.6667 -119.8667 1409.1 OR SUNTEX JUNIPER HR +USC00358257 44.7167 -118.8000 1144.8 OR SUSANVILLE +USC00358260 43.3964 -123.3589 152.4 OR SUTHERLIN 2 W +USC00358271 44.8000 -123.2333 92.0 OR SUVER 4 NW +USC00358300 42.4667 -122.8833 370.3 OR TABLEROCK +USC00358338 42.2500 -122.8000 473.0 OR TALENT +USC00358343 45.0167 -119.9667 1176.2 OR TAMARACK +USC00358380 45.1000 -117.8167 1048.5 OR TELOCASET +USC00358407 45.6069 -121.2047 45.7 OR THE DALLES +USC00358410 45.6000 -121.1833 85.0 OR THE DALLES 2 +USC00358420 43.2644 -120.9447 1313.7 OR THE POPLARS +USC00358466 45.1219 -122.0700 341.4 OR THREE LYNX HCN +USC00358481 44.4122 -123.9022 15.2 OR TIDEWATER +USC00358494 45.4539 -123.8519 3.7 OR TILLAMOOK HCN +USC00358498 45.4294 -123.7619 42.7 OR TILLAMOOK 6SE +USC00358504 45.4128 -123.5983 128.0 OR TILLAMOOK 12 ESE +USC00358505 45.5500 -123.6000 118.9 OR TILLAMOOK 13 ENE +USC00358508 45.9333 -124.0167 47.5 OR TILLAMOOK ROCK +USC00358514 42.9300 -122.9467 317.0 OR TILLER +USC00358522 45.7167 -123.3000 287.1 OR TIMBER +USC00358530 45.3500 -121.7000 1812.0 OR TIMBERLINE LODGE +USC00358532 45.2833 -118.9333 1066.8 OR TIN ROOF CABIN +USC00358536 43.2750 -122.4497 627.9 OR TOKETEE FALLS +USC00358545 44.6000 -123.9500 25.9 OR TOLEDO +USC00358549 45.7833 -118.0833 1491.1 OR TOLLGATE +USC00358550 45.7833 -118.1167 1531.0 OR TOLLGATE 2 +USC00358588 42.7833 -122.6667 563.9 OR TRAIL 12 NE +USC00358595 45.4333 -123.6167 109.7 OR TRASK +USC00358618 44.1333 -123.6167 61.0 OR TRIANGLE LAKE +USC00358631 45.5333 -122.3833 27.1 OR TROUTDALE +USC00358632 45.5333 -122.3833 43.0 OR TROUTDALE 2 +USC00358634 45.5533 -122.3886 10.1 OR TROUTDALE +USC00358647 45.9500 -117.5333 492.6 OR TROY EDEN +USC00358675 42.0500 -121.5833 1236.0 OR TULELAKE +USC00358712 45.3333 -121.1000 823.0 OR TYGH RIDGE +USC00358726 45.1358 -118.9389 1016.8 OR UKIAH +USC00358734 45.9167 -119.3500 82.0 OR UMATILLA +USC00358740 43.7000 -124.1667 34.1 OR UMPQUA +USC00358746 45.1986 -117.8647 846.4 OR UNION HCN +USC00358780 44.4367 -118.1886 1228.6 OR UNITY +USC00358788 43.0739 -123.5878 259.1 OR UPPER OLLALA 1N +USC00358793 44.6500 -120.8167 883.9 OR UPPER TROUT CREEK +USC00358797 43.9814 -117.2439 682.8 OR VALE HCN +USC00358812 42.4844 -120.2822 1318.3 OR VALLEY FALLS +USC00358818 42.4500 -120.2500 1396.9 OR VALLEY FALLS 3 SSE +USC00358833 44.8333 -123.6667 352.0 OR VALSETZ +USC00358837 43.9833 -118.6833 1250.9 OR VAN +USC00358838 44.0000 -118.5000 1066.8 OR VAN +USC00358879 45.8667 -123.2000 256.0 OR VERNONIA +USC00358884 45.8653 -123.1903 190.5 OR VERNONIA #2 +USC00358887 44.1333 -122.4667 262.1 OR VIDA 5 E +USC00358895 43.2333 -120.5167 1330.1 OR VIEWPOINT RCH +USC00358902 42.2000 -120.8333 1609.3 OR VISTILLA +USC00358924 43.2833 -118.8333 1253.9 OR VOLTAGE 2 NW SOD HOUSE +USC00358948 43.2500 -119.8833 1440.5 OR WAGONTIRE +USC00358964 42.0333 -123.6167 487.7 OR WALDO +USC00358968 43.6667 -122.0833 1674.0 OR WALDO LAKE +USC00358985 45.9900 -118.0511 731.5 OR WALLA WALLA 13 ESE +USC00358988 44.9667 -123.0500 52.7 OR WALLACE ORCHARDS +USC00358994 45.8167 -117.5500 823.0 OR WALLOUPA +USC00358997 45.5722 -117.5314 890.9 OR WALLOWA HCN +USC00359001 44.0667 -122.8333 171.0 OR WALTERVILLE 1 SW +USC00359011 45.2000 -121.2500 548.6 OR WAMIC +USC00359022 45.1333 -121.2500 625.1 OR WAPINITIA JUNCTION +USC00359038 44.7667 -121.2500 458.1 OR WARM SPRINGS AGENCY +USC00359046 43.5667 -118.2000 1018.9 OR WARM SPRINGS RSVR +USC00359051 45.8167 -122.8500 24.1 OR WARREN +USC00359068 45.5958 -120.7000 386.2 OR WASCO +USC00359083 44.5156 -122.8731 112.8 OR WATERLOO +USC00359121 46.1564 -123.4022 -0.6 OR WAUNA +USC00359176 43.9903 -117.7183 926.6 OR WESTFALL +USC00359184 43.7500 -122.5000 356.9 OR WESTFIR +USC00359186 42.8000 -123.5833 318.5 OR WEST FORK +USC00359208 45.3333 -122.6500 21.0 OR WEST LINN +USC00359216 45.8000 -118.4000 641.0 OR WESTON 2 SE +USC00359219 45.8000 -118.3333 976.0 OR WESTON 5 ESE +USC00359287 43.8333 -120.7500 1295.4 OR WHITAKER +USC00359290 42.3369 -118.2347 1335.0 OR WHITEHORSE RCH +USC00359298 45.1667 -123.2000 25.0 OR WHITESON 1 NW +USC00359316 43.6825 -121.6875 1328.3 OR WICKIUP DAM +USC00359324 43.6667 -122.2667 878.1 OR WICOPEE +USC00359364 44.3500 -122.1333 1250.9 OR WILLAMETTE SNOW LAB 1 +USC00359372 45.0747 -123.4800 73.2 OR WILLAMINA +USC00359390 42.2283 -123.2858 442.0 OR WILLIAMS 1 NW +USC00359398 42.8833 -124.4333 75.9 OR WILLOW CREEK +USC00359436 45.3000 -122.7500 43.9 OR WILSONVILLE +USC00359461 43.2828 -123.3536 140.2 OR WINCHESTER +USC00359464 43.2833 -123.4167 139.9 OR WINCHESTER 3 W F STN +USC00359470 44.9833 -119.8667 1280.2 OR WINELAND LAKE +USC00359588 44.3300 -124.0981 15.2 OR YACHATS +USC00359604 42.3000 -121.4833 1275.0 OR YONNA +USC00359616 45.3500 -121.9333 422.1 OR ZIGZAG RS +USC00360022 40.5361 -79.8153 228.0 PA ACMETONIA LOCK 3 +USC00360062 41.9000 -80.3667 281.0 PA ALBION +USC00360065 41.0044 -75.4861 576.1 PA ALBRIGHTSVILLE +USC00360076 39.8167 -80.4500 335.3 PA ALEPPO +USC00360099 41.2000 -78.9000 488.0 PA ALLENS MILLS +USC00360111 40.6000 -75.4667 75.9 PA ALLENTOWN GAS COMPANY +USC00360132 40.4189 -78.4197 359.7 PA ALTOONA 7 SW +USC00360134 40.5000 -78.4833 458.1 PA ALTOONA HORSESHOE CURV +USC00360140 40.4950 -78.4667 402.3 PA ALTOONA 3 W +USC00360147 41.3578 -77.9264 283.5 PA ALVIN R BUSH DAM +USC00360176 41.7500 -77.4667 368.8 PA ANSONIA 2 W +USC00360212 40.5000 -77.0167 111.9 PA AQUEDUCT +USC00360222 40.0000 -75.2833 103.6 PA ARDMORE +USC00360229 39.9167 -77.3000 217.0 PA ARENDTSVILLE +USC00360256 39.7500 -78.4333 281.0 PA ARTEMAS +USC00360259 39.7500 -78.4667 381.0 PA ARTEMAS 1 WNW +USC00360279 41.9667 -76.5000 254.5 PA ATHENS +USC00360307 41.6667 -78.0833 518.2 PA AUSTIN +USC00360310 41.6833 -78.1167 542.8 PA AUSTIN 4 NNW +USC00360313 42.0000 -77.5333 484.9 PA AUSTINBURG 2 W +USC00360352 40.2667 -78.4167 439.5 PA BAKERS SUMMIT +USC00360355 40.6500 -79.9833 374.9 PA BAKERSTOWN 3 WNW +USC00360361 41.0333 -79.7333 427.9 PA BALDWIN +USC00360409 41.6678 -79.0186 414.5 PA BARNES +USC00360428 40.4333 -75.6500 95.1 PA BARTO 4 NW +USC00360455 41.1167 -75.7333 459.9 PA FRANCIS E WALTER DAM +USC00360457 40.8208 -76.4983 309.4 PA BEAR GAP +USC00360464 40.6683 -80.3517 213.4 PA BEAVER DAM +USC00360475 40.7628 -80.3133 231.6 PA BEAVER FALLS 1 NE +USC00360482 40.7742 -77.1575 164.6 PA BEAVERTOWN 1 NE +USC00360488 40.3783 -75.6150 140.2 PA BECHTELSVILLE 1ENE +USC00360492 40.0167 -78.5000 335.3 PA BEDFORD +USC00360499 41.0808 -77.5497 176.8 PA BEECH CREEK STN +USC00360530 40.8500 -77.7833 338.9 PA BELLEFONTE 4 S +USC00360560 40.8619 -75.6428 224.0 PA BELTZVILLE DAM +USC00360582 41.2322 -76.3422 333.8 PA BENTON 3 NE +USC00360599 40.5225 -75.9986 94.5 PA BERNE RIVER GAGE +USC00360611 41.0667 -76.2500 174.0 PA BERWICK +USC00360620 40.8000 -78.6000 533.4 PA BERWINDALE +USC00360629 40.6167 -75.3833 73.2 PA BETHLEHEM +USC00360634 40.6000 -75.3667 110.0 PA BETHLEHEM LEHIGH UNIV +USC00360653 39.9333 -77.2500 198.7 PA BIGLERVILLE +USC00360656 39.9347 -77.2547 219.5 PA BIGLERVILLE +USC00360725 40.3000 -77.5833 249.9 PA BLAIN 5SW +USC00360734 40.4333 -79.1833 566.9 PA BLAIRSVILLE 5 E 2 +USC00360736 40.4500 -79.1500 624.2 PA BLAIRSVILLE 6 ENE +USC00360738 40.4333 -79.1500 615.7 PA BLAIRSVILLE 5 E +USC00360743 41.1000 -75.6000 502.9 PA BLAKESLEE CORNERS +USC00360751 41.3667 -75.1500 426.7 PA BLOOMING GROVE +USC00360753 41.0733 -76.4217 185.9 PA BLOOMSBURG NEAR +USC00360754 41.0072 -76.4483 198.4 PA BLOOMSBURG UNIV +USC00360763 40.2636 -77.3639 213.4 PA BLOSERVILLE 1 N +USC00360785 40.3803 -76.0275 106.7 PA BLUE MARSH LAKE +USC00360820 40.1667 -79.1333 783.9 PA BOSWELL 6 WNW +USC00360821 40.1597 -79.0286 570.6 PA BOSWELL +USC00360861 40.3917 -79.8594 222.5 PA BRADDOCK LOCK 2 +USC00360867 41.9500 -78.6500 457.2 PA BRADFORD CNTRL FS +USC00360868 41.8981 -78.7144 506.0 PA BRADFORD 4SW RSCH 5 +USC00360869 41.8833 -78.6500 463.9 PA BRADFORD 5 S +USC00360873 41.9667 -78.7333 702.0 PA BRADFORD 4 NW HH SUMMI +USC00360875 41.9833 -78.7000 686.1 PA BRADFORD 3 NW HEDGEHOG +USC00360905 40.0000 -78.2333 412.1 PA BREEZEWOOD +USC00361001 41.1667 -79.0833 374.9 PA BROOKVILLE +USC00361004 41.1500 -79.0833 368.8 PA BROOKVILLE SEWAGE PLT +USC00361010 39.9650 -75.3592 106.7 PA BROOMALL +USC00361017 40.1333 -75.4500 -999.9 PA BROWERS LOCK +USC00361033 40.3000 -79.9833 317.0 PA BRUCETON 1 S +USC00361073 40.0631 -78.8422 749.8 PA BUCKSTOWN 1 SE +USC00361080 40.5000 -75.2042 118.0 PA BUCKSVILLE +USC00361087 39.9458 -78.6458 399.3 PA BUFFALO MILLS +USC00361105 40.3833 -80.4333 299.0 PA BURGETTSTOWN 2 W +USC00361115 40.0833 -77.8667 302.1 PA BURNT CABINS 2 NE +USC00361117 40.0833 -75.0500 38.1 PA BUSTLETON +USC00361130 40.8667 -79.9000 335.9 PA BUTLER +USC00361133 40.8833 -79.9833 406.0 PA BUTLER 5 WNW +USC00361135 40.8500 -79.8833 348.1 PA BUTLER SUBSTN +USC00361139 40.8414 -79.9164 304.8 PA BUTLER 2 SW +USC00361180 41.4500 -78.2000 293.8 PA CAMERON +USC00361198 40.2500 -76.9167 139.9 PA CAMP HILL +USC00361203 41.2667 -77.3333 180.1 PA CAMP KLINE +USC00361207 41.1897 -75.2383 338.6 PA CANADENSIS E +USC00361209 40.2500 -80.2000 289.6 PA CANONSBURG +USC00361212 41.6517 -76.8464 347.5 PA CANTON +USC00361215 41.6667 -76.8667 463.9 PA CANTON 1 NW +USC00361234 40.2000 -77.2167 143.0 PA CARLISLE +USC00361255 40.5833 -78.7000 634.0 PA CARROLLTOWN 1 NNE +USC00361262 41.6167 -77.7500 619.0 PA CARTER CAMP 2 W +USC00361282 40.4000 -78.6333 574.5 PA CASSANDRA +USC00361301 41.5217 -77.4478 237.7 PA CEDAR RUN (RIVER) +USC00361324 40.8500 -77.6833 402.3 PA CENTRE HALL +USC00361342 39.8692 -75.5825 69.8 PA CHADDS FORD 2 NE +USC00361350 39.8481 -79.5897 603.5 PA CHALK HILL 2 ENE +USC00361354 39.9353 -77.6394 195.1 PA CHAMBERSBURG 1 ESE HCN +USC00361362 41.9300 -79.2969 454.2 PA CHANDLERS VALLEY 1SE +USC00361372 40.1333 -79.9167 317.0 PA CHARLEROI +USC00361377 40.1467 -79.8986 228.3 PA CHARLEROI LOCK 4 +USC00361392 39.7167 -79.8500 274.3 PA CHEAT HAVEN +USC00361423 39.8500 -75.3667 27.1 PA CHESTER +USC00361461 40.3000 -79.8667 310.9 PA CLAIRTON +USC00361480 41.0489 -77.9411 423.7 PA CLARENCE +USC00361485 41.1922 -79.4361 317.0 PA CLARION 3 SW +USC00361505 40.6167 -75.6500 204.2 PA CLAUSSVILLE +USC00361512 40.1167 -80.4667 305.1 PA CLAYSVILLE 3 W +USC00361513 40.1000 -80.4333 378.0 PA CLAYSVILLE 2 SW +USC00361519 41.0167 -78.4500 347.5 PA CLEARFIELD +USC00361522 41.1167 -78.5333 647.1 PA CLEARFIELD 8 NW NURSER +USC00361524 41.0192 -78.4256 381.0 PA CLEARFIELD CLIMAT +USC00361526 41.6997 -78.4978 634.0 PA CLERMONT 1 NW +USC00361529 41.6833 -78.5000 641.0 PA CLERMONT +USC00361534 41.7333 -78.5333 493.8 PA CLERMONT 8 SW +USC00361551 40.9333 -78.9167 431.3 PA CLOE +USC00361563 40.6667 -79.0333 402.6 PA CLYMER +USC00361572 40.8333 -75.9333 313.9 PA COALDALE 2 NW +USC00361581 40.7500 -78.5333 451.1 PA COALPORT +USC00361583 40.7569 -78.5489 438.9 PA COALPORT 1 NW +USC00361589 39.9667 -75.8333 103.9 PA COATESVILLE 1 SW +USC00361590 39.9969 -75.7975 189.0 PA COATESVILLE 1E +USC00361591 39.9847 -75.8600 195.1 PA COATESVILLE 2 W +USC00361594 39.9833 -75.8167 103.9 PA COATESVILLE +USC00361631 41.3500 -77.1000 195.1 PA COGAN STN 2 N +USC00361652 40.2500 -76.4667 170.7 PA COLEBROOK +USC00361675 40.0333 -76.5000 92.0 PA COLUMBIA +USC00361680 41.8333 -76.8000 335.9 PA COLUMBIA CROSS ROADS +USC00361705 39.7994 -79.3664 454.2 PA CONFLUENCE 1 SW DAM +USC00361710 39.8333 -79.3667 405.7 PA CONFLUENCE 1 NW +USC00361719 41.7333 -80.2833 387.1 PA CONNEAUTVILLE 4 ESE +USC00361720 41.7500 -80.3667 296.0 PA CONNEAUTVILLE +USC00361721 41.7667 -80.2500 338.9 PA CONNEAUTVILLE 6 E +USC00361723 40.0167 -79.6000 265.2 PA CONNELLSVILLE +USC00361726 39.9969 -79.5964 274.3 PA CONNELLSVILLE 2 SSW +USC00361727 40.0000 -79.5833 323.1 PA CONNELLSVILLE 3 +USC00361728 40.0167 -79.5667 348.1 PA CONNELLSVILLE 1 E +USC00361737 40.0744 -75.3178 21.3 PA CONSHOHOCKEN +USC00361749 41.3306 -79.2092 359.7 PA COOKSBURG RIVER +USC00361750 41.3500 -79.2167 442.0 PA COOKSBURG 2 NW +USC00361751 41.3575 -79.2172 442.0 PA COOKSBURG 2 NW +USC00361752 41.3500 -79.2167 445.0 PA COOKSBURG 2 NNW +USC00361766 40.5167 -75.4000 158.5 PA COOPERSBURG +USC00361773 40.5000 -80.0833 219.5 PA CORAOPOLIS NEVILLE IS +USC00361790 41.9167 -79.6333 438.9 PA CORRY +USC00361802 41.7583 -78.0408 502.9 PA COUDERSPORT 1 SW +USC00361804 41.7833 -78.0167 515.1 PA COUDERSPORT 1 NNE +USC00361805 41.8000 -78.0500 677.0 PA COUDERSPORT 2 NW +USC00361806 41.8333 -78.0667 701.3 PA COUDERSPORT 4 NW +USC00361809 41.7667 -77.8833 737.9 PA COUDERSPORT 7 E +USC00361810 41.7392 -77.9711 655.3 PA COUDERSPORT 7SE +USC00361815 41.8500 -78.0500 664.5 PA COUDERSPORT 5 NW +USC00361832 41.7500 -77.1167 481.9 PA COVINGTON 3 W +USC00361833 41.7375 -77.1158 531.9 PA COVINGTON 2 WSW +USC00361838 41.9903 -77.1567 350.5 PA COWANESQUE DAM +USC00361881 40.6833 -79.2000 320.0 PA CREEKSIDE +USC00361894 40.4667 -78.5667 702.0 PA CRESSON 1 E SUMMIT +USC00361895 40.4500 -78.5667 775.1 PA CRESSON 2 SE +USC00361896 40.4500 -78.5667 680.0 PA CRESSON 1 SE +USC00361920 40.2258 -77.1894 131.1 PA CARLISLE WATER PLANT +USC00361977 41.9067 -78.6500 460.2 PA CUSTER CITY +USC00361978 41.9167 -78.6833 647.1 PA CUSTER CITY 2 W +USC00362013 40.9592 -76.6175 145.7 PA DANVILLE +USC00362029 40.4167 -76.9333 396.8 PA DAUPHIN 3 N +USC00362041 40.4833 -80.0667 219.5 PA DAVIS ISLAND DAM +USC00362071 40.4600 -76.8703 163.7 PA DEHART DAM +USC00362108 40.3000 -79.3333 323.1 PA DERRY 4 SW +USC00362116 40.0833 -75.5500 109.7 PA DEVAULT 1 W +USC00362160 41.2167 -74.8667 131.1 PA DINGMANS FERRY +USC00362171 41.5667 -75.9000 189.0 PA DIXON +USC00362183 40.1275 -79.4058 548.6 PA DONEGAL 2 NW +USC00362190 40.1636 -79.8694 232.3 PA DONORA 1 SW +USC00362221 40.3000 -75.1333 110.0 PA DOYLESTOWN +USC00362236 39.9500 -75.1833 9.1 PA DREXEL UNIV +USC00362245 41.3419 -78.1403 249.9 PA DRIFTWOOD +USC00362265 41.1000 -78.6333 509.0 PA DU BOIS 7 E +USC00362290 40.3981 -77.0231 108.5 PA DUNCANNON +USC00362298 40.2872 -78.7242 719.3 PA DUNLO +USC00362320 41.5333 -76.3667 542.8 PA DUSHORE 2 E +USC00362323 41.5217 -76.4042 466.3 PA DUSHORE +USC00362324 41.5500 -76.3500 534.0 PA DUSHORE 3 NE +USC00362325 41.4775 -76.4181 576.1 PA DUSHORE 3 SSW +USC00362331 41.6333 -75.3000 335.3 PA DYBERRY +USC00362335 40.6464 -78.5714 487.7 PA DYSART 2 NW +USC00362343 41.4000 -76.5833 606.9 PA EAGLES MERE +USC00362358 40.9906 -76.4350 175.9 PA EAST BLOOMSBURG +USC00362363 40.9833 -79.6167 259.1 PA EAST BRADY +USC00362425 40.6833 -75.2167 103.6 PA EASTON (1) +USC00362442 41.0000 -75.1667 157.9 PA EAST STROUDSBURG UNIV +USC00362459 40.3500 -77.5500 648.0 PA EAST WATERFORD 3 E +USC00362466 40.4833 -78.7167 637.0 PA EBENSBURG +USC00362470 40.4681 -78.7289 591.3 PA EBENSBURG SEWAGE PLT +USC00362514 41.8667 -80.1333 371.9 PA EDINBORO +USC00362519 41.8333 -80.2333 348.1 PA EDINBORO 6 SW +USC00362537 39.8050 -77.2292 164.6 PA EISENHOWER NHS HCN +USC00362541 41.9667 -78.3833 442.0 PA ELDRED 1 N +USC00362548 41.9667 -78.3333 506.0 PA ELDRED 3 ENE +USC00362560 40.1333 -76.6167 146.0 PA ELIZABETHTOWN +USC00362565 40.4000 -76.8500 131.1 PA ELLENDALE FORGE +USC00362569 40.5600 -76.8136 158.5 PA ELIZABETHVILLE 1N +USC00362574 40.5019 -80.0833 218.5 PA EMSWORTH L/D OHIO RVR +USC00362629 41.5067 -78.2275 317.0 PA EMPORIUM +USC00362633 41.5167 -78.2167 353.9 PA EMPORIUM 1 E +USC00362634 41.4667 -78.2500 531.0 PA EMPORIUM 2 SSW +USC00362635 41.5333 -78.2333 476.1 PA EMPORIUM 1 N +USC00362644 41.4333 -77.2833 267.9 PA ENGLISH CTR +USC00362662 40.1667 -76.1667 155.4 PA EPHRATA +USC00362669 41.8500 -75.2167 274.9 PA EQUINUNK +USC00362671 41.8722 -75.2656 271.3 PA EQUINUNK 2 NW +USC00362677 42.1167 -80.0833 210.0 PA ERIE WB CITY +USC00362721 40.0136 -78.3653 304.8 PA EVERETT +USC00362751 41.1500 -78.8167 455.7 PA FALLS CREEK +USC00362772 41.1667 -77.5000 177.7 PA FARRANDSVILLE +USC00362814 41.2167 -80.5167 259.1 PA FARRELL SHARON +USC00362942 40.7150 -79.5133 283.5 PA FORD CITY 4 S DAM +USC00362951 41.7167 -75.4833 502.9 PA FOREST CITY 5 N +USC00363018 41.1183 -75.7278 459.9 PA FRANCIS E WALTER DAM +USC00363028 41.4003 -79.8306 309.4 PA FRANKLIN HCN +USC00363047 40.4333 -75.6667 289.9 PA FREDERICKSVILLE 2 SE +USC00363056 41.0167 -75.9000 580.0 PA FREELAND +USC00363061 40.5000 -79.7500 225.9 PA FREEPORT +USC00363130 41.7356 -77.6517 410.0 PA GALETON +USC00363155 40.0167 -77.2167 244.1 PA GARDNERS +USC00363158 41.8167 -79.4500 396.2 PA GARLAND 1 SW +USC00363189 40.2000 -75.8333 121.9 PA GEIGERTOWN +USC00363196 42.0000 -77.8833 542.5 PA GENESEE +USC00363200 40.2167 -74.9333 43.0 PA GEORGE SCHOOL +USC00363211 41.6500 -77.6667 589.8 PA GERMANIA +USC00363218 39.8333 -77.2333 164.9 PA GETTYSBURG +USC00363223 39.8000 -77.2333 161.8 PA GETTYSBURG 1 S +USC00363226 39.8814 -77.3506 216.4 PA CASHTOWN 1S +USC00363237 41.8500 -78.6000 677.0 PA GIFFORD +USC00363293 39.8256 -78.8300 485.9 PA GLENCOE +USC00363295 39.8167 -78.8333 576.1 PA GLENCOE 1 E +USC00363298 39.8167 -78.8333 491.0 PA GLENCOE 1 ENE +USC00363310 41.5500 -78.6000 470.0 PA GLEN HAZEL 1 NE DAM +USC00363311 41.5631 -78.6014 524.3 PA GLEN HAZEL 2 NE DAM +USC00363316 40.8000 -78.5000 417.6 PA GLEN HOPE +USC00363321 40.0961 -75.7514 152.4 PA GLENMOORE +USC00363330 39.8000 -76.7333 189.0 PA GLEN ROCK +USC00363343 40.5514 -80.2167 216.4 PA GLENWILLARD DASHIELDS +USC00363372 40.6333 -76.5000 458.1 PA GOOD SPRINGS 1 NW +USC00363379 40.7500 -76.3333 274.9 PA GORDON +USC00363394 41.2500 -75.4500 576.1 PA GOULDSBORO +USC00363413 40.9000 -78.7000 442.0 PA GRAMPIAN +USC00363417 40.9667 -78.5872 460.2 PA GRAMPIAN 1E +USC00363422 40.3667 -76.6833 156.1 PA GRANTVILLE 2 SW +USC00363435 40.2333 -75.4500 46.0 PA GRATERFORD +USC00363437 40.2306 -75.4353 73.2 PA GRATERFORD 1 E +USC00363438 40.6333 -76.7167 232.0 PA GRATZ 1 N +USC00363451 39.7833 -79.9167 243.8 PA GRAYS LANDING +USC00363488 40.3422 -75.4783 93.0 PA GREEN LANE +USC00363503 39.7833 -79.9167 240.2 PA GREENSBORO LOCK 7 +USC00363510 40.2667 -79.5500 299.0 PA GREENSBURG 2 S +USC00363515 40.3000 -79.5167 374.9 PA GREENSBURG 2 E +USC00363516 40.2833 -79.5000 378.0 PA GREENSBURG 3 SE UNITY +USC00363526 41.4167 -80.3667 344.4 PA GREENVILLE 2 NE HCN +USC00363542 41.1536 -80.0733 411.5 PA GROVE CITY +USC00363604 41.9667 -75.7500 269.7 PA HALLSTEAD +USC00363632 40.5517 -75.9911 112.5 PA HAMBURG +USC00363633 40.5667 -75.9833 116.1 PA HAMBURG 2 +USC00363651 41.4167 -75.4000 457.2 PA HAMLIN +USC00363662 39.8000 -76.9833 182.9 PA HANOVER +USC00363665 39.7706 -77.0325 170.1 PA HANOVER 4 SW +USC00363698 40.2817 -76.8703 128.0 PA HARRISBURG 1 NE +USC00363702 40.2667 -76.8667 164.6 PA HARRISBURG EAST +USC00363704 40.3000 -76.9000 98.1 PA HARRISBURG NORTH +USC00363706 40.2500 -76.8831 88.4 PA HARRISBURG RIVER GAGE +USC00363711 40.2667 -76.8833 -999.9 PA HARRISBURG - COOP +USC00363758 41.4764 -75.1653 271.3 PA HAWLEY 1 E +USC00363761 41.4667 -75.1833 366.1 PA HAWLEY 1 S WALLEN DAM +USC00363764 41.4500 -75.2667 445.0 PA HAWLEY 4 SW +USC00363769 40.0333 -79.0833 -999.9 PA HAWTHORNE +USC00363799 40.9531 -75.9717 502.9 PA HAZELTON +USC00363831 40.4500 -79.9833 219.5 PA HERRS ISLAND DAM +USC00363897 39.7333 -78.5333 256.0 PA HEWITT 2 S +USC00363928 40.0419 -79.2567 876.6 PA HIDDEN VALLEY +USC00364001 40.4383 -78.4169 301.8 PA HOLLIDAYSBURG 2 NW +USC00364008 41.3833 -75.4333 417.6 PA HOLLISTERVILLE +USC00364019 39.8333 -76.3333 57.9 PA HOLTWOOD +USC00364027 40.7500 -79.1000 371.9 PA HOME +USC00364043 41.6167 -75.3167 429.8 PA HONESDALE 4 NW +USC00364044 41.6500 -75.2667 317.0 PA HONESDALE 5 NNW +USC00364047 40.0881 -75.9081 202.7 PA HONEY BROOK 2 SSE +USC00364058 40.1500 -78.9167 509.0 PA HOOVERSVILLE +USC00364066 41.7167 -75.7167 274.9 PA HOP BOTTOM 2 SE +USC00364076 40.1592 -75.8856 167.6 PA HOPEWELL MORGANTOWN +USC00364099 40.9833 -77.7167 207.0 PA HOWARD 4 SW +USC00364141 41.2500 -76.0500 360.0 PA HUNLOCK CREEK 4 N +USC00364159 40.5153 -78.0025 208.8 PA HUNTINGDON +USC00364166 40.1000 -77.3000 189.0 PA HUNTSDALE +USC00364190 39.8167 -78.7333 292.6 PA HYNDMAN +USC00364214 40.5972 -79.1186 335.9 PA INDIANA 3 SE +USC00364219 40.6167 -79.1667 396.8 PA INDIANA +USC00364258 40.4500 -80.0833 259.1 PA INGRAM +USC00364276 40.3333 -79.7000 335.9 PA IRWIN +USC00364304 41.9500 -77.0167 515.1 PA JACKSON SUMMIT +USC00364325 41.4992 -80.4681 317.0 PA JAMESTOWN 2 NW +USC00364361 41.2000 -77.5167 173.7 PA JERSEY SHORE +USC00364363 41.2000 -77.2500 167.9 PA JERSEY SHORE +USC00364370 40.8667 -75.7500 253.0 PA JIM THORPE +USC00364385 40.3333 -78.9167 370.0 PA JOHNSTOWN HCN +USC00364390 40.3167 -78.9167 390.1 PA JOHNSTOWN 2 +USC00364417 40.9167 -75.9333 490.7 PA JUNEDALE +USC00364425 40.3667 -77.8167 171.0 PA JUNIATA HOUSE +USC00364432 41.6767 -78.8036 533.4 PA KANE 1NNE +USC00364437 41.6000 -78.7667 613.0 PA KANE 5 SE +USC00364450 41.1175 -78.1092 289.6 PA KARTHAUS RIVER +USC00364466 41.6833 -78.1833 561.1 PA KEATING SUMMIT +USC00364477 41.1000 -78.1500 417.9 PA KEEWAYDIN +USC00364481 39.9833 -78.7167 390.1 PA KEGG +USC00364533 39.8500 -75.7167 103.6 PA KENNETT SQUARE +USC00364541 41.5333 -78.6667 542.5 PA KETNER GLEN HAZEL +USC00364570 40.2933 -79.3400 314.6 PA KINGSTON +USC00364571 41.8422 -79.0169 384.0 PA KINZUA DAM +USC00364597 39.8500 -76.0833 131.1 PA KIRKWOOD 1 SW +USC00364611 40.8167 -79.5333 240.8 PA KITTANNING LOCK 7 +USC00364665 40.1167 -79.2833 585.2 PA KREGAR +USC00364667 40.1000 -79.2333 772.1 PA KREGAR 4 SE +USC00364672 40.9000 -75.5333 253.0 PA KRESGEVILLE 2 W +USC00364701 41.0000 -78.1667 518.2 PA KYLERTOWN +USC00364706 41.8000 -78.6667 650.1 PA LAFAYETTE MC KEAN PARK +USC00364727 41.2167 -75.0500 415.1 PA LAKE MINISINK +USC00364733 41.4500 -75.2667 438.9 PA LAKEVILLE 2 NNE +USC00364758 40.0500 -76.2833 78.9 PA LANCASTER 2 NE PUMP ST +USC00364763 40.0500 -76.2742 82.3 PA LANCASTER 2NE FLTR PLT +USC00364768 40.0667 -76.2833 110.0 PA LANCASTER 3 NE +USC00364778 40.1192 -76.4264 109.7 PA LANDISVILLE 2 NW +USC00364798 40.2500 -75.2833 112.2 PA LANSDALE +USC00364804 40.8333 -75.8833 348.1 PA LANSFORD +USC00364809 40.8333 -75.8833 317.0 PA LANSFORD FOREMANS SHOP +USC00364815 41.4233 -76.4933 599.2 PA LAPORTE +USC00364832 40.3167 -79.3833 305.1 PA LATROBE +USC00364835 39.7925 -79.7017 823.0 PA LAUREL CAVERNS +USC00364836 40.2003 -79.1883 841.2 PA LAUREL MTN +USC00364839 40.1692 -79.1411 832.1 PA LAUREL SUMMIT +USC00364853 40.9017 -77.2139 243.8 PA LAURELTON CTR +USC00364873 41.9667 -77.1333 281.0 PA LAWRENCEVILLE 2 S +USC00364891 40.3333 -76.4833 139.9 PA LEBANON 3 W +USC00364893 40.3500 -76.4833 180.1 PA LEBANON 4 WNW +USC00364896 40.3333 -76.4667 137.2 PA LEBANON 2 W HCN +USC00364904 41.1500 -78.3333 708.1 PA LECONTES MILLS 5 NW +USC00364932 41.0358 -75.7581 329.2 PA LEHIGH TANNERY +USC00364934 40.8222 -75.6961 138.7 PA LEHIGHTON 1SSW +USC00364961 41.6000 -76.8833 402.3 PA LEOLYN +USC00364972 41.6833 -76.7167 317.0 PA LE ROY +USC00364976 40.9475 -76.8786 152.4 PA LEWISBURG +USC00364979 40.9667 -76.8667 134.1 PA LEWISBURG +USC00364983 41.8667 -78.6500 475.5 PA LEWIS RUN +USC00364984 41.8417 -78.6433 530.4 PA LEWIS RUN 3 SE +USC00364992 40.5864 -77.5692 140.2 PA LEWISTOWN +USC00365046 41.6500 -80.4333 315.5 PA LINESVILLE +USC00365050 41.6458 -80.4250 313.9 PA LINESVILLE 1 S +USC00365081 41.5500 -77.3833 365.8 PA LLOYD +USC00365101 40.1500 -79.9000 231.6 PA LOCK #4 +USC00365104 41.1333 -77.4167 167.9 PA LOCK HAVEN +USC00365109 41.1311 -77.4336 172.5 PA LOCK HAVEN SWG PLT +USC00365160 41.1192 -75.5481 548.6 PA LONG POND POCONO LAKE +USC00365212 40.4586 -79.4503 301.8 PA LOYALHANNA LAKE +USC00365216 41.3167 -76.9167 183.2 PA LOYALSOCK +USC00365230 40.3167 -79.4833 353.6 PA LUXOR +USC00365259 40.2333 -79.4000 433.1 PA LYCIPPUS 1 E +USC00365261 40.5667 -76.7000 207.3 PA LYKENS +USC00365275 41.6000 -79.0500 396.8 PA LYNCH +USC00365279 40.0833 -75.7667 -999.9 PA LYNDELL 2 NW +USC00365336 40.8000 -78.4000 487.7 PA MADERA 2 SE +USC00365342 40.8833 -78.7333 390.1 PA MAHAFFEY +USC00365344 40.8344 -76.1353 521.2 PA MAHANOY CITY 2 N +USC00365347 40.9325 -79.4592 249.9 PA MAHONING +USC00365368 40.1833 -75.2000 116.1 PA MAPLE GLEN 2 ESE +USC00365381 40.4000 -77.9333 176.8 PA MAPLETON DEPOT +USC00365390 39.8253 -75.4283 3.0 PA MARCUS HOOK +USC00365400 41.4833 -79.1000 542.2 PA MARIENVILLE 2 NE +USC00365404 39.8500 -77.7000 195.1 PA MARION +USC00365408 40.7500 -79.0333 491.0 PA MARION CTR 2 SE +USC00365435 41.8500 -78.7500 647.1 PA MARSHBURG +USC00365453 40.3000 -78.3333 415.1 PA MARTINSBURG 1 SW +USC00365470 41.3914 -74.7172 139.9 PA MATAMORAS +USC00365479 40.8667 -75.7500 253.0 PA JIM THORPE +USC00365490 41.6000 -79.2167 351.1 PA MAYBURG +USC00365526 39.9258 -78.0047 262.1 PA MCCONNELLSBURG 1 SW +USC00365534 40.5000 -78.1333 714.1 PA MC CONNELLSTOWN 4 NW +USC00365541 40.8333 -79.1167 360.0 PA MC CORMICK +USC00365573 40.3392 -79.8603 225.6 PA MCKEESPORT +USC00365601 41.2167 -75.6333 582.2 PA MEADOW RUN PONDS +USC00365606 41.6333 -80.1667 324.6 PA MEADVILLE 1 S +USC00365611 41.7167 -80.2333 345.0 PA MEADVILLE 7 NW +USC00365623 39.9333 -75.3667 64.0 PA MEDIA +USC00365627 41.2833 -78.4000 335.9 PA MEDIX RUN +USC00365650 41.2000 -80.3500 390.1 PA MERCER 6 W +USC00365651 41.2247 -80.2350 371.9 PA MERCER +USC00365652 41.2833 -80.2833 402.9 PA MERCER 4 NW +USC00365654 41.2333 -80.2500 381.0 PA MERCER HWY SHED +USC00365662 39.8333 -77.9000 164.9 PA MERCERSBURG 1 E +USC00365676 40.9667 -75.4667 300.2 PA MERWINSBURG +USC00365684 39.8167 -79.0167 641.0 PA MEYERSDALE +USC00365685 39.8167 -79.0167 698.0 PA MEYERSDALE 1 ENE +USC00365686 39.7808 -79.0411 609.6 PA MEYERSDALE 2 SSW +USC00365710 40.6333 -80.4667 210.0 PA MIDLAND DAM 7 +USC00365720 40.5667 -77.4000 149.4 PA MIFFLIN +USC00365724 40.9300 -77.0669 222.5 PA MIFFLINBURG 2NW +USC00365726 40.5717 -77.4067 189.0 PA MIFFLINTOWN +USC00365731 41.9281 -76.5475 259.1 PA MILAN 1 N +USC00365738 41.6725 -75.0642 231.6 PA MILANVILLE +USC00365752 41.3167 -74.8000 152.4 PA MILFORD +USC00365775 40.5333 -76.9167 136.9 PA MILLERSBURG 2 E +USC00365790 40.8847 -77.4750 341.4 PA MILLHEIM +USC00365816 41.1167 -76.5333 198.1 PA MILLVILLE +USC00365817 41.1000 -76.5667 262.1 PA MILLVILLE 2 SW +USC00365825 40.7333 -77.6333 313.9 PA MILROY 2 WNW +USC00365827 41.0167 -76.8500 164.9 PA MILTON +USC00365834 40.7167 -76.3500 487.7 PA MINERSVILLE 6 NW +USC00365884 40.7000 -77.9000 366.1 PA MONROE FURNACE +USC00365889 41.7000 -76.4667 670.9 PA MONROETON 2 S +USC00365902 40.6475 -80.3861 210.3 PA MONTGOMERY L&D +USC00365915 41.8511 -75.8583 432.8 PA MONTROSE HCN +USC00365918 40.5319 -80.2172 357.2 PA MOON TWP +USC00365920 41.8333 -75.8667 563.9 PA MONTROSE +USC00365956 40.1581 -75.8861 180.1 PA MORGANTOWN +USC00365969 41.6833 -77.0167 518.2 PA MORRIS RUN +USC00365987 40.9000 -79.4833 246.9 PA MOSGROVE LOCK 8 +USC00366022 39.7997 -79.1883 832.1 PA MT DAVIS +USC00366028 40.2333 -76.4333 203.9 PA MT GRETNA 2 SE +USC00366037 40.3833 -80.0500 365.8 PA MT. LEBANON +USC00366042 40.2156 -79.4994 305.7 PA MT PLEASANT +USC00366046 40.1000 -79.4333 595.0 PA MT PLEASANT 6 SE +USC00366055 41.1500 -75.3667 583.7 PA MT POCONO 2 N +USC00366067 40.4000 -77.8833 249.9 PA MT UNION I N +USC00366068 40.0181 -78.1864 534.9 PA MOUNTAIN HOUSE +USC00366090 41.2167 -76.1333 338.9 PA MUHLENBURG 1 SE +USC00366098 41.3528 -76.5867 286.5 PA MUNCY VALLEY +USC00366111 40.4119 -79.7244 262.1 PA MURRYSVILLE 2 SW +USC00366126 40.3675 -76.3064 146.3 PA MYERSTOWN +USC00366151 40.6142 -79.7192 231.6 PA NATRONA LOCK 4 +USC00366174 40.6667 -77.9167 274.9 PA NEFFS MILLS 3 NE +USC00366194 40.1483 -74.9530 18.3 PA NESHAMINY FALLS +USC00366198 40.4192 -77.1875 217.9 PA NEW BLOOMFIELD +USC00366204 40.7333 -80.3333 -999.9 PA NEW BRIGHTON +USC00366225 40.1500 -77.6167 225.9 PA NEWBURG 3 W +USC00366233 41.0172 -80.3614 251.5 PA NEW CASTLE 1 N HCN +USC00366234 40.3167 -77.5667 266.1 PA NEW GERMANTOWN +USC00366238 40.0750 -76.0717 184.4 PA NEW HOLLAND 2 SE +USC00366241 41.8575 -75.8097 526.7 PA NEW MILFORD 5 W +USC00366246 40.0833 -79.9000 246.9 PA NEWELL +USC00366289 39.7342 -76.5039 243.8 PA NEW PARK +USC00366297 40.4783 -77.1294 115.8 PA NEWPORT RIVER +USC00366305 41.4128 -75.8244 319.1 PA NEWTON RANSOM +USC00366310 40.2033 -79.6275 289.6 PA NEW STANTON 1 SW +USC00366326 40.6833 -75.6833 210.0 PA NEW TRIPOLI 4 E +USC00366370 40.1097 -75.3369 18.9 PA NORRISTOWN +USC00366396 42.2000 -79.8167 323.1 PA NORTH EAST 2 SE +USC00366435 41.5928 -80.4072 335.3 PA NORTH SHENANGO +USC00366508 39.8000 -76.0500 79.2 PA OCTORARO LAKE +USC00366531 40.6333 -79.7500 312.4 PA OIL CITY +USC00366621 41.9167 -76.2667 494.1 PA ORWELL 3 N +USC00366622 41.9167 -76.3000 487.7 PA ORWELL 2 NW +USC00366625 40.6525 -76.1025 178.3 PA ORWIGSBURG +USC00366636 40.1667 -78.5167 351.1 PA OSTERBURG +USC00366649 41.9244 -78.0072 521.2 PA OSWAYO 1 ENE +USC00366651 40.4703 -75.1567 118.9 PA OTTSVILLE +USC00366681 40.3856 -75.5019 91.4 PA PALM 3 SE +USC00366689 40.8000 -75.6167 125.0 PA PALMERTON HCN +USC00366694 40.3000 -76.5833 146.0 PA PALMYRA +USC00366719 41.1000 -79.6833 267.9 PA PARKERS LANDING +USC00366720 41.1000 -79.6833 307.8 PA PARKERS LANDING 2 +USC00366721 41.0833 -79.6833 323.1 PA PARKER +USC00366724 41.0964 -79.6719 335.3 PA PARKER 1 E +USC00366762 41.4000 -75.2333 414.5 PA PAUPACK 1 WSW +USC00366786 41.2833 -75.1000 420.9 PA PECKS POND +USC00366816 40.7731 -77.6178 457.2 PA PENN NURSERY +USC00366822 40.8667 -77.0500 161.8 PA PENNS CREEK +USC00366840 40.3667 -75.3000 121.9 PA PERKASIE +USC00366878 39.9606 -75.1425 4.9 PA PHILA CTR CITY +USC00366879 39.9500 -75.1833 9.1 PA PHILADELPHIA DREXEL UN +USC00366880 39.8667 -75.2322 4.3 PA PHILA AP SNOW +USC00366884 39.9667 -75.1667 31.1 PA PHILADELPHIA FRANKLIN +USC00366886 39.9586 -75.1728 18.3 PA PHILA FRANKLIN INST +USC00366888 39.9500 -75.1500 64.0 PA PHILADELPHIA WSFO +USC00366894 39.8833 -75.1667 4.6 PA PHILADELPHIA NAVY YARD +USC00366899 39.9167 -75.2000 9.1 PA PHILADELPHIA POINT BRE +USC00366900 41.6500 -75.1000 27.4 PA PHILA FRIENDS HOSPITAL +USC00366901 40.0167 -75.1667 45.7 PA PHILA GERMANTOWN +USC00366904 40.0333 -75.2500 21.0 PA PHILADELPHIA SHAWMONT +USC00366907 39.9667 -75.2833 73.2 PA PHILADELPHIA UPPER DAR +USC00366910 39.9500 -75.1833 6.1 PA PHILADELPHIA 23D & MAR +USC00366914 40.0000 -75.1833 36.6 PA PHILA CENTENNIAL AVE +USC00366921 40.8728 -78.2161 524.3 PA PHILIPSBURG 2 S +USC00366927 40.1211 -75.4942 25.9 PA PHOENIXVILLE 1 E +USC00366939 41.3000 -76.1333 402.9 PA PIKES CREEK +USC00366944 41.0333 -75.5000 677.0 PA PIMPLE HILL +USC00366954 40.5667 -76.3667 164.9 PA PINE GROVE 1 NE +USC00366955 40.0333 -77.3000 269.7 PA PINE GROVE FURNACE +USC00366962 40.7167 -77.9000 627.9 PA PINE GROVE MILLS 1 S +USC00366986 40.4450 -80.0186 246.9 PA PIT CARNEGIE SCI CTR +USC00367000 41.7833 -79.5333 488.0 PA PITTSFIELD 9 WSW +USC00367029 41.7394 -75.4464 548.6 PA PLEASANT MT 1 W HCN +USC00367040 41.2808 -75.3958 640.1 PA POCONO PEAK LAKE +USC00367073 39.7275 -79.9131 246.9 PA POINT MARION LOCK 8 +USC00367079 40.4217 -75.0667 91.4 PA POINT PLEASANT +USC00367103 41.8158 -78.2872 449.6 PA PORT ALLEGANY +USC00367108 41.7833 -78.2833 481.9 PA PORT ALLEGANY 3 SW +USC00367116 40.5833 -76.0333 136.9 PA PORT CLINTON +USC00367127 40.9167 -75.1000 92.0 PA PORTLAND +USC00367149 40.2500 -75.6500 36.6 PA POTTSTOWN +USC00367156 40.6833 -76.2000 249.9 PA POTTSVILLE +USC00367157 40.6833 -76.2000 191.4 PA POTTSVILLE +USC00367161 40.7000 -76.1833 210.0 PA POTTSVILLE +USC00367166 39.9206 -75.2928 41.1 PA PRIMOS +USC00367167 40.6514 -78.5550 463.3 PA PRINCE GALLITZIN SP +USC00367181 41.3053 -75.2050 548.6 PA PROMISED LAND +USC00367186 41.5889 -75.3303 374.9 PA PROMPTON DAM +USC00367214 41.4586 -77.5706 641.0 PA PUMP STATION TOWER +USC00367217 40.9500 -79.0000 396.2 PA PUNXSUTAWNEY +USC00367222 40.9333 -78.9667 415.1 PA PUNXSUTAWNEY 2 +USC00367229 40.9247 -79.2825 390.1 PA PUTNEYVILLE 2 SE DAM +USC00367239 40.4333 -75.3333 149.0 PA QUAKERTOWN +USC00367272 41.5000 -76.9500 259.1 PA RALSTON +USC00367291 40.9089 -78.0061 737.6 PA RATTLESNAKE TOWER +USC00367310 41.8500 -77.8667 701.0 PA RAYMOND +USC00367312 40.3814 -78.0753 304.8 PA RAYSTOWN LAKE 2 +USC00367313 40.3814 -78.0753 303.3 PA RAYSTOWN HQ +USC00367322 40.4269 -75.9319 109.7 PA READING 4 NNW HCN +USC00367338 40.1667 -79.2667 405.4 PA RECTOR 3 SSW +USC00367346 40.6667 -77.5167 180.4 PA REEDSVILLE +USC00367409 41.3300 -77.7381 201.2 PA RENOVO +USC00367410 41.2333 -77.7667 621.5 PA RENOVO 6 S +USC00367411 41.3667 -77.7333 499.9 PA RENOVO 3 NNE +USC00367417 41.2000 -76.1000 174.0 PA RETREAT 1 SW +USC00367425 41.9000 -78.5333 686.1 PA REW +USC00367443 39.9500 -80.0000 238.0 PA RICES LANDING L 6 +USC00367477 41.4197 -78.7492 414.5 PA RIDGWAY HCN +USC00367497 40.8667 -76.2333 331.9 PA RINGTOWN +USC00367540 40.7167 -80.3000 274.3 PA ROCHESTER 1 NW +USC00367578 40.5514 -75.7222 167.6 PA RODALE RSCH CTR +USC00367694 41.7833 -76.0500 305.1 PA RUSH +USC00367727 41.7833 -76.1167 265.2 PA RUSHVILLE +USC00367728 41.9667 -79.1833 455.1 PA RUSSELL 3 NW +USC00367729 41.9381 -79.1333 378.0 PA RUSSELL RIVER +USC00367730 41.8422 -77.4758 609.6 PA SABINSVILLE 3 SE +USC00367732 39.8958 -76.3947 59.4 PA SAFE HARBOR DAM +USC00367733 39.9833 -75.8833 197.8 PA SADSBURYVILLE +USC00367734 41.7167 -80.1167 340.2 PA SAEGERSTOWN +USC00367735 40.7819 -79.2375 353.6 PA SAGAMORE +USC00367739 40.7667 -79.2333 402.3 PA SAGAMORE 1 S +USC00367762 41.4167 -78.5833 530.4 PA ST. MARYS +USC00367782 40.5100 -79.5458 338.0 PA SALINA 3 W +USC00367796 40.4500 -79.4833 259.1 PA SALTSBURG +USC00367846 40.2172 -78.2539 253.0 PA SAXTON 1W +USC00367855 41.9167 -79.0333 646.2 PA SCANDIA 1 E +USC00367863 40.6831 -79.6683 238.7 PA SCHENLEY LOCK 5 +USC00367902 41.4167 -75.6667 245.1 PA SCRANTON +USC00367926 40.4686 -75.6025 268.2 PA SEISHOLTZVILLE +USC00367931 40.7831 -76.8617 128.0 PA SELINSGROVE 2 S HCN +USC00367938 40.3553 -75.3131 92.0 PA SELLERSVILLE +USC00367942 40.0167 -79.3000 865.6 PA SEVEN SPRINGS +USC00367956 40.4167 -79.0167 342.0 PA SEWARD +USC00367965 40.1833 -77.8667 281.0 PA SHADE GAP +USC00367978 40.8000 -76.5500 234.7 PA SHAMOKIN +USC00368000 41.2667 -80.4667 289.9 PA SHARPSVILLE +USC00368011 40.0328 -78.6372 388.6 PA SHAWNEE SP +USC00368026 41.7089 -79.1464 585.2 PA SHEFFIELD 5 W +USC00368057 41.1831 -76.1489 208.8 PA SHICKSHINNY 3 N +USC00368066 41.9667 -78.1833 460.2 PA SHINGLEHOUSE +USC00368073 40.0589 -77.5214 207.3 PA SHIPPENSBURG +USC00368078 40.6167 -80.4333 224.0 PA SHIPPINGPORT WB +USC00368111 41.5500 -76.7500 453.8 PA SHUNK +USC00368145 41.3203 -78.0958 249.9 PA SINNEMAHONING +USC00368155 41.5931 -78.1714 393.2 PA SIZERVILLE +USC00368161 40.2333 -75.4000 61.0 PA SKIPPACK +USC00368184 41.0561 -80.0594 384.0 PA SLIPPERY ROCK 1 SSW +USC00368190 41.8167 -78.4333 447.8 PA SMETHPORT +USC00368203 41.7967 -78.4633 463.3 PA SMETHPORT 1 SW +USC00368205 41.1022 -78.5228 679.7 PA SMITH ELLIOTT FIRE TWR +USC00368208 40.4217 -75.1033 143.3 PA SMITHS CORNERS +USC00368216 41.1667 -75.1833 640.1 PA SNOW HILL +USC00368244 39.9969 -79.0833 640.1 PA SOMERSET +USC00368249 40.0167 -79.0833 655.9 PA SOMERSET MAIN STREET +USC00368254 40.0167 -79.0667 644.0 PA SOMERSET 2 E SUBSTN +USC00368263 40.1719 -75.0361 76.2 PA SOUTHAMPTON +USC00368275 41.5167 -75.4000 426.7 PA SOUTH CANAAN 1 NE +USC00368300 40.6336 -79.3683 295.7 PA SOUTH BEND +USC00368303 40.5000 -76.9167 201.2 PA SOUTH EATON +USC00368308 39.8583 -77.4775 463.3 PA SOUTH MTN +USC00368356 41.3500 -75.4000 426.7 PA SOUTH STERLING +USC00368359 41.8000 -80.3833 274.9 PA SPRINGBORO +USC00368361 41.8161 -80.4250 306.3 PA SPRINGBORO 3 WNW +USC00368364 41.9117 -79.4530 448.1 PA SPRING CREEK 5 NE +USC00368379 39.8692 -76.8636 137.2 PA SPRING GROVE +USC00368380 40.2833 -75.4667 54.9 PA SPRING MOUNT +USC00368388 40.2167 -75.2167 73.2 PA SPRING HOUSE 2 NE +USC00368395 39.7333 -79.1667 762.9 PA SPRINGS 1 SW +USC00368400 40.5711 -75.2781 262.1 PA SPRINGTOWN 1 NNE +USC00368405 40.6167 -78.1500 232.0 PA SPRUCE CREEK +USC00368409 40.6211 -78.1025 310.9 PA SPRUCE CREEK 2 NE +USC00368449 40.7933 -77.8672 356.6 PA STATE COLLEGE HCN +USC00368469 41.4039 -78.0183 284.1 PA STEVENSON DAM +USC00368558 40.1025 -78.9522 607.2 PA STOYESTOWN +USC00368560 40.1000 -78.9500 548.9 PA STOYSTOWN +USC00368570 40.4833 -76.1833 182.9 PA STRAUSSTOWN +USC00368589 40.5500 -78.9167 573.0 PA STRONGSTOWN +USC00368596 41.0147 -75.2069 145.7 PA E STROUDSBURG HCN +USC00368601 40.9833 -75.1833 118.9 PA STROUDSBURG +USC00368610 41.0167 -78.8333 402.9 PA STUMP CREEK +USC00368636 40.3167 -76.9167 152.4 PA SUMMERDALE NEAR +USC00368657 41.7167 -80.4167 350.5 PA SUMMIT +USC00368662 40.8567 -76.7675 141.7 PA SUNBURY +USC00368668 40.8533 -76.7892 175.3 PA SUNBURY +USC00368673 40.8833 -76.7667 136.2 PA SUNBURY +USC00368692 41.9478 -75.6047 277.4 PA SUSQUEHANNA +USC00368699 40.2333 -79.8000 223.4 PA SUTERSVILLE +USC00368717 39.9056 -75.3500 57.9 PA SWARTHMORE +USC00368725 41.2833 -76.1333 409.0 PA SWEET VALLEY +USC00368732 41.1000 -75.3333 487.7 PA SWIFTWATER +USC00368758 40.7947 -75.9753 281.9 PA TAMAQUA +USC00368763 40.8483 -75.9994 347.5 PA TAMAQUA 4 N DAM +USC00368770 41.4000 -77.8500 677.0 PA TAMARACK 2 S FIRE TO W +USC00368776 41.0539 -75.2903 277.4 PA TANNERSVILLE 2E +USC00368868 41.8975 -77.1419 374.9 PA TIOGA HAMMOND DAM +USC00368873 41.4792 -79.4433 365.8 PA TIONESTA 2 SE LAKE +USC00368880 41.6000 -79.6667 465.1 PA TITUSVILLE 2 S +USC00368885 41.6333 -79.6667 473.0 PA TITUSVILLE +USC00368888 41.6300 -79.6931 371.9 PA TITUSVILLE WTR WKS +USC00368897 41.7833 -79.4667 445.0 PA TORPEDO +USC00368901 41.7833 -79.5333 531.0 PA TORPEDO 4 W +USC00368905 41.7511 -76.4431 231.6 PA TOWANDA 1 S HCN +USC00368908 40.5833 -76.5667 262.1 PA TOWER CITY +USC00368910 40.5167 -76.6167 225.9 PA TOWER CITY 5 SW +USC00368912 40.5833 -76.5167 256.0 PA TOWER CITY 2 E +USC00368947 41.1353 -78.7028 460.2 PA TREASURE LAKE +USC00368959 41.7903 -76.7725 318.5 PA TROY 1 NE +USC00368982 41.5667 -75.9000 189.0 PA TUNKHANNOCK +USC00368989 40.4500 -79.3833 271.0 PA TUNNELTON +USC00368998 41.5167 -80.4833 318.5 PA TURNERVILLE +USC00369002 41.9000 -78.2667 499.9 PA TURTLEPOINT 4 NE +USC00369022 40.6644 -78.2192 271.3 PA TYRONE +USC00369024 40.7167 -78.2000 310.9 PA TYRONE 4 NE BALD EAGLE +USC00369041 41.9000 -79.8667 378.0 PA UNION CITY 1 W +USC00369042 41.9003 -79.8611 426.7 PA UNION CITY FILTRATION PLANT +USC00369050 39.9150 -79.7192 291.4 PA UNIONTOWN 1 NE HCN +USC00369074 39.9667 -75.3000 609.9 PA UPPER DARBY +USC00369099 41.4333 -79.9500 313.9 PA UTICA +USC00369103 40.0983 -75.4197 48.8 PA VALLEY FORGE NHP +USC00369115 41.3167 -79.6500 359.7 PA VAN +USC00369128 40.6000 -79.5500 243.8 PA VANDERGRIFT +USC00369131 40.6031 -79.5667 251.5 PA VANDERGRIFT +USC00369133 40.6000 -79.6000 305.1 PA VANDERGRIFT 2 W +USC00369140 40.5833 -79.5167 342.9 PA VANDERGRIFT 3 NE +USC00369191 40.0231 -75.3708 118.9 PA VILLANOVA +USC00369196 40.5167 -75.8667 107.0 PA VIRGINVILLE +USC00369206 41.4167 -79.2333 494.1 PA VOWINCKEL +USC00369209 41.4000 -79.2500 491.0 PA VOWINCKEL 1 WSW +USC00369265 40.7500 -75.6000 106.7 PA WALNUTPORT RIVER GAGE +USC00369270 39.7658 -78.2350 271.3 PA WARFORDSBURG 2W +USC00369298 41.8467 -79.1494 368.8 PA WARREN HCN +USC00369312 40.1833 -80.2333 350.5 PA WASHINGTON +USC00369318 40.1789 -80.1889 396.2 PA WASHINGTON 3 NE +USC00369328 41.3047 -77.3567 190.2 PA WATERVILLE +USC00369340 41.6167 -77.5500 737.9 PA WATROUS 9 S LEE FIRE T +USC00369345 41.0833 -76.8667 149.0 PA WATSONTOWN +USC00369362 39.9000 -80.2167 299.0 PA WAYNESBURG 2 W +USC00369367 39.8986 -80.1656 286.5 PA WAYNESBURG 1 E +USC00369380 39.8167 -78.0833 278.0 PA WEBSTER MILLS 3 SW +USC00369385 41.3000 -78.4833 536.4 PA WEEDVILLE 1 N +USC00369398 40.8553 -77.2911 221.9 PA WEIKERT +USC00369407 41.7417 -77.3122 420.6 PA WELLSBORO +USC00369408 41.7003 -77.3872 554.1 PA WELLSBORO 4 SW HCN +USC00369412 41.7500 -77.2667 473.0 PA WELLSBORO 2 E +USC00369420 40.0500 -76.9500 153.0 PA WELLSVILLE +USC00369430 40.3333 -76.1000 125.0 PA WERNERSVILLE 1 W +USC00369460 41.9333 -77.8167 542.5 PA WEST BINGHAM +USC00369464 39.9708 -75.6350 114.3 PA W CHESTER 2 NW HCN +USC00369465 39.9667 -75.6667 42.7 PA WEST CHESTER 2 W +USC00369490 41.9833 -77.5667 573.0 PA WESTFIELD 5 N +USC00369496 41.5544 -80.4753 335.3 PA WESTFORD +USC00369500 39.9333 -75.5500 106.7 PA WESTTOWN +USC00369503 39.8000 -75.8000 136.9 PA WEST GROVE 1 SE +USC00369507 41.5833 -79.4000 359.7 PA WEST HICKORY RIVER +USC00369510 41.5764 -79.4106 410.0 PA WEST HICKORY 2 +USC00369555 40.2167 -79.7667 235.0 PA WEST NEWTON +USC00369650 40.0597 -75.7736 378.0 PA WHITE HAVEN +USC00369655 40.7667 -79.4167 411.5 PA WHITESBURG +USC00369702 41.2333 -75.8833 201.2 PA WILKES BARRE +USC00369714 40.4667 -78.2000 257.6 PA WILLIAMSBURG +USC00369723 41.2167 -76.9500 606.9 PA WILLIAMSPORT 4 SE TWR +USC00369733 41.2333 -77.0000 150.9 PA WILLIAMSPORT +USC00369735 41.2486 -76.9833 160.0 PA WILLIAMSPORT 2 +USC00369738 40.5883 -76.6094 388.6 PA WILLIAMSTOWN +USC00369741 40.5833 -76.6333 238.0 PA WILLIAMSTOWN +USC00369742 40.5833 -76.6167 360.0 PA WILLIAMSTOWN 1 NE +USC00369781 40.8333 -75.3000 220.1 PA WIND GAP 1 S +USC00369823 40.0394 -78.5239 361.2 PA WOLFSBURG +USC00369870 40.9167 -77.3333 666.6 PA WOODWARD +USC00369900 41.5394 -75.9269 211.2 PA WYOMING COUNTY EOC +USC00369933 39.9167 -76.7500 118.9 PA YORK 3 SSW PUMP STN HCN +USC00369938 39.9400 -76.7253 195.1 PA YORK 1 S FLTR PLT +USC00369943 39.9200 -76.7519 121.9 PA YORK INDIAN ROCK DAM +USC00369950 40.1139 -76.7122 94.5 PA YORK HAVEN +USC00369959 39.9378 -76.7169 140.2 PA YORK VIOLET HILL SUBST +USC00369966 41.8500 -79.3167 370.9 PA YOUNGSVILLE +USC00369974 40.7894 -80.1867 280.4 PA ZELIENOPLE +USC00369982 40.7000 -76.3833 519.1 PA ZERBEY AP +USC00369990 40.9000 -76.2167 287.1 PA ZION GROVE +USC00369994 40.4500 -75.4667 249.9 PA ZIONSVILLE 3 SE +USC00369995 40.4667 -75.4500 178.3 PA ZIONSVILLE 3 ESE +USC00370218 41.5667 -71.1500 30.5 RI ADAMSVILLE 2 NW +USC00370576 41.6000 -71.6500 167.9 RI AUSTIN +USC00370897 41.1578 -71.5675 39.6 RI BLOCK IS COOP +USC00371175 41.6667 -71.3000 16.2 RI BRISTOL +USC00371874 41.7003 -71.5925 79.2 RI COVENTRY +USC00371875 41.6683 -71.5572 85.3 RI COVENTRY 2 +USC00372826 41.4667 -71.3333 18.0 RI FT ADAMS +USC00373260 41.6667 -71.7500 130.1 RI GREENE +USC00373306 41.8833 -71.5667 128.0 RI GREENVILLE +USC00373600 41.5000 -71.7500 42.7 RI HOPE VALLEY +USC00374266 41.4903 -71.5431 35.7 RI KINGSTON HCN +USC00374750 41.9000 -71.4000 35.4 RI LONSDALE +USC00375002 41.5000 -71.2667 31.1 RI MIDDLETOWN 2 NE NEWPOR +USC00375110 41.4333 -71.4667 6.7 RI NARRAGANSETT PIER +USC00375210 41.5333 -71.3000 -999.9 RI NEWPORT +USC00375215 41.5000 -71.3500 4.6 RI NEWPORT ROSE +USC00375225 41.5000 -71.3000 3.0 RI NEWPORT WTR WKS +USC00375270 41.8564 -71.7333 192.0 RI N FOSTER 1 E +USC00375354 41.8333 -71.6833 207.0 RI NORTH SCITUATE 4 W +USC00375610 41.8000 -71.4833 -999.9 RI OLNEYVILLE +USC00375882 41.8667 -71.3667 29.6 RI PAWTUCKET +USC00376450 41.3667 -71.4833 7.3 RI POINT JUDITH +USC00376453 41.5333 -71.2667 68.6 RI PORTSMOUTH +USC00376703 41.8333 -71.4167 21.0 RI PROVIDENCE WB CITY +USC00376710 41.8333 -71.4167 22.9 RI PROVIDENCE (1) +USC00376712 41.8333 -71.4000 62.2 RI PROVIDENCE (2) +USC00376714 41.8333 -71.4167 21.3 RI PROVIDENCE (3) +USC00377567 41.5333 -71.5167 46.0 RI SLOCUM +USC00377581 41.6267 -71.2092 27.4 RI TIVERTON +USC00378820 42.0000 -71.7667 182.9 RI WALLUM LAKE +USC00378911 41.3667 -71.8333 11.9 RI WESTERLY 1 W +USC00379327 41.4333 -71.7000 14.9 RI WOOD RIVER JUNCTION +USC00379423 41.9844 -71.4908 33.5 RI WOONSOCKET +USC00380072 33.5500 -81.6969 165.2 SC AIKEN 2 E +USC00380074 33.4925 -81.6958 150.0 SC AIKEN 5SE HCN +USC00380124 33.3833 -81.3000 56.7 SC ALLENDALE +USC00380126 33.0167 -81.3167 54.9 SC ALLENDALE 2 NW +USC00380165 34.5283 -82.6608 243.8 SC ANDERSON HCN +USC00380184 33.4408 -79.5672 10.7 SC ANDREWS +USC00380204 34.2939 -82.5328 211.8 SC ANTREVILLE +USC00380448 33.3022 -81.0297 50.3 SC BAMBERG +USC00380480 34.0000 -81.0500 106.7 SC BARHAMVILLE (OLD) +USC00380490 33.2547 -81.2361 74.7 SC BARNWELL 5 ENE +USC00380506 33.9000 -81.5389 201.2 SC BATESBURG +USC00380559 32.3953 -80.6956 7.6 SC BEAUFORT WWTP HCN +USC00380612 34.5000 -82.5500 271.3 SC BELTON +USC00380613 34.6014 -82.4333 201.2 SC BELTON 7 NNE +USC00380635 34.6489 -79.6822 33.5 SC BENNETTSVILLE +USC00380694 33.1667 -79.8333 14.9 SC BETHERA 4 SW +USC00380736 34.2106 -80.2303 61.9 SC BISHOPVILLE 1ENE +USC00380764 33.3631 -81.3292 98.8 SC BLACKVILLE 3 W HCN +USC00380772 34.4167 -81.4000 81.1 SC BLAIR +USC00380777 34.4333 -81.3911 137.2 SC BLAIR 1 NE +USC00380850 33.3667 -80.7167 48.8 SC BOWMAN +USC00380972 33.1831 -80.8097 29.0 SC BRANCHVILLE 6 SW +USC00381093 33.5214 -79.0975 6.1 SC BROOKGREEN GARDENS +USC00381241 33.8083 -79.8567 24.4 SC CADES 4 W +USC00381249 35.1167 -82.6333 951.9 SC CAESARS HEAD +USC00381256 35.1072 -82.6256 975.4 SC CAESARS HEAD +USC00381277 34.0906 -82.5883 161.5 SC CALHOUN FALLS HCN +USC00381282 34.0833 -82.6333 156.1 SC CALHOUN FALLS 3 W +USC00381306 34.2447 -80.2825 76.8 SC CAMDEN 3W +USC00381310 34.2428 -80.6564 42.7 SC CAMDEN 3 W HCN +USC00381400 34.3133 -80.4681 92.0 SC CASSATT 4 SW +USC00381462 34.8572 -80.9133 173.7 SC CATAWBA +USC00381479 34.2172 -81.0756 103.0 SC CEDAR CREEK 2E +USC00381495 34.0500 -79.3500 13.1 SC CENTENARY +USC00381530 34.2142 -81.8850 144.8 SC CHAPPELLS 2 NNW +USC00381588 34.7028 -79.8822 45.7 SC CHERAW HCN +USC00381625 35.1108 -81.9675 228.0 SC CHESNEE 7 WSW +USC00381633 34.6844 -81.1956 170.7 SC CHESTER 1 SE +USC00381645 34.7272 -80.0375 62.5 SC CHESTERFIELD 3 E +USC00381726 33.6633 -82.1897 121.9 SC CLARKS HILL 1 W +USC00381770 34.6603 -82.8233 243.8 SC CLEMSON UNIV HCN +USC00381775 34.6500 -82.8167 264.9 SC CLEMSON COLLEGE DAIRY +USC00381804 35.0269 -82.5014 345.9 SC CLEVELAND 3S +USC00381814 34.4714 -81.8847 199.6 SC CLINTON +USC00381934 34.0167 -80.9333 75.9 SC COLUMBIA FT JACKSON +USC00381937 34.0000 -81.0500 34.4 SC COLUMBIA +USC00381944 33.9914 -81.0242 74.4 SC COLUMBIA UNIV OF SC HCN +USC00381997 33.8314 -79.0558 6.1 SC CONWAY HCN +USC00382080 33.9667 -79.8333 39.6 SC COWARD NEAR +USC00382159 34.7500 -82.1000 214.0 SC CRESCENT 1 S +USC00382260 34.3011 -79.8767 45.7 SC DARLINGTON HCN +USC00382386 34.4092 -79.3564 36.0 SC DILLON +USC00382580 34.3500 -82.3667 216.7 SC DUE WEST +USC00382630 34.0167 -81.0667 106.7 SC EAU CLAIRE +USC00382711 33.7931 -81.8906 185.0 SC EDGEFIELD 2.2 ENE +USC00382712 33.8275 -81.9142 167.6 SC EDGEFIELD 3 NNE +USC00382720 33.2500 -80.8667 43.6 SC EDISTO +USC00382730 32.5050 -80.2947 1.5 SC EDISTO BEACH SP +USC00382735 32.6072 -80.3258 3.7 SC EDISTO IS MIDDLETON PLANTATION +USC00382757 34.0628 -79.7556 32.3 SC EFFINGHAM +USC00382765 33.1000 -81.0167 -999.9 SC EHRHARDT +USC00382800 33.2333 -81.6500 23.2 SC ELLENTON +USC00382802 34.1172 -80.1692 52.7 SC ELLIOTT 0.8 NW +USC00382875 32.7500 -81.2500 33.5 SC ESTILL +USC00382917 33.4000 -80.3500 36.9 SC EUTAWVILLE +USC00383109 34.1667 -79.8333 41.5 SC FLORENCE #1 +USC00383111 34.2933 -79.7400 36.6 SC FLORENCE 8 NE +USC00383145 34.6747 -82.2267 253.0 SC FOUNTAIN INN 2 SW +USC00383216 35.0217 -81.0075 160.0 SC FT MILL 4 NW +USC00383356 35.0922 -81.5578 198.1 SC GAFFNEY 6 E +USC00383410 32.6167 -81.2000 25.0 SC GARNETT +USC00383433 35.1383 -81.5969 176.8 SC GASTON SHOALS +USC00383468 33.3619 -79.2239 3.0 SC GEORGETOWN 2 E HCN +USC00383469 33.4042 -79.3256 6.1 SC GEORGETOWN 3 W +USC00383470 33.3169 -79.3228 9.1 SC GEORGETOWN CO AP +USC00383505 32.6500 -79.9667 15.2 SC GILLISONVILLE +USC00383525 33.0167 -80.3500 16.8 SC GIVHANS FERRY 2 ESE +USC00383665 33.5756 -81.7897 90.8 SC GRANITEVILLE 1.2 NE +USC00383700 34.5589 -80.8911 102.1 SC GREAT FALLS +USC00383730 33.6464 -79.9906 25.0 SC GREELEYVILLE 5 N +USC00383732 34.8667 -82.3833 302.1 SC GREENVILLE +USC00383735 34.8231 -82.3628 292.6 SC GREENVILLE +USC00383742 34.8500 -82.3500 316.1 SC GREENVILLE WB AP +USC00383754 34.1997 -82.1711 187.5 SC GREENWOOD HCN +USC00383758 34.2525 -82.0347 161.5 SC GREENWOOD 8NE +USC00383906 32.8442 -81.1244 29.0 SC HAMPTON 1S +USC00383990 34.3950 -80.0486 56.4 SC HARTSVILLE +USC00383996 34.3667 -80.0333 67.1 SC HARTSVILLE 3 S +USC00384063 34.6000 -80.6667 210.0 SC HEATH SPRINGS +USC00384111 33.6789 -79.3808 12.2 SC HEMINGWAY 8 ESE +USC00384169 32.2167 -80.7500 4.6 SC HILTON HEAD +USC00384177 35.1667 -82.2833 984.8 SC HOGBACK MTN +USC00384180 35.1500 -82.3333 922.0 SC HOG BACK MOUNTAIN (1) +USC00384197 33.3258 -80.4211 30.5 SC HOLLY HILL +USC00384205 33.3172 -80.4183 29.0 SC HOLLY HILL 1 SW +USC00384296 34.9281 -82.4781 313.0 SC HUNTS BRG +USC00384449 33.2844 -79.6964 10.7 SC JAMESTOWN +USC00384581 34.9858 -83.0711 774.2 SC JOCASSEE 8 WNW +USC00384607 33.7775 -81.8467 189.0 SC JOHNSTON 4 SW +USC00384690 34.5367 -80.5972 138.1 SC KERSHAW 1SW HCN +USC00384753 33.6775 -79.8283 22.9 SC KINGSTREE HCN +USC00384771 32.9639 -80.1528 21.3 SC LADSON OAKBROOK +USC00384886 33.8642 -79.7297 22.9 SC LAKE CITY 2 SE +USC00384896 34.1689 -81.9028 128.6 SC LAKE GREENWOOD +USC00384918 34.7003 -80.7533 163.1 SC LANCASTER 3 SW +USC00384936 35.1833 -82.1833 305.1 SC LANDRUM 1 NE +USC00385017 34.4989 -82.0219 179.5 SC LAURENS HCN +USC00385130 34.6667 -82.7167 274.3 SC LIBERTY +USC00385200 34.1994 -81.4144 216.7 SC LITTLE MTN HCN +USC00385232 34.7794 -81.4564 121.9 SC LOCKHART +USC00385278 34.7683 -83.2544 495.3 SC LONG CREEK +USC00385290 34.3486 -80.8347 164.0 SC LONGTOWN +USC00385305 34.1336 -78.9039 29.6 SC LORIS 6 NNW +USC00385306 34.0347 -78.8825 27.4 SC LORIS 2 S +USC00385360 34.4500 -80.6500 51.2 SC LUGOFF +USC00385362 34.2492 -80.6697 57.9 SC LUGOFF 2NE +USC00385493 33.6989 -80.1992 25.9 SC MANNING +USC00385509 34.1653 -79.3875 22.9 SC MARION +USC00385514 34.1833 -79.4167 21.0 SC MARION 1 WNW +USC00385580 33.8833 -80.1167 21.3 SC MAYESVILLE NEAR +USC00385628 33.0667 -79.4667 3.7 SC MCCLELLANVILLE +USC00385633 34.7056 -79.5683 57.9 SC MCCOLL 3 NNW +USC00385635 34.6833 -79.6000 64.0 SC MCCOLL NO. 2 +USC00385658 33.9236 -82.1439 150.9 SC MC CORMICK 9 E +USC00385660 33.9125 -82.2878 154.5 SC MCCORMICK +USC00385775 33.6333 -82.1667 137.2 SC MERRIWETHER +USC00385858 32.9500 -81.0333 24.1 SC MILEY +USC00385946 33.2425 -79.9869 14.9 SC MONCKS CORNER 4 N +USC00385954 33.8333 -81.6333 121.9 SC MONETTA +USC00385973 34.8500 -83.1500 420.6 SC MOUNTAIN REST +USC00386114 34.1944 -79.2472 33.5 SC MULLINS +USC00386153 33.7544 -78.8219 11.9 SC MYRTLE BEACH +USC00386163 33.7000 -78.8833 9.1 SC MYRTLE BEACH 2 SE +USC00386209 34.2917 -81.6208 156.4 SC NEWBERRY HCN +USC00386285 34.9167 -82.8333 -999.9 SC NINE TIMES +USC00386293 35.0317 -81.4928 152.4 SC NINETY NINE IS +USC00386298 35.1364 -82.4108 335.3 SC N SALUDA RSVR +USC00386299 33.6628 -81.0333 98.1 SC NORTH 5NE +USC00386410 33.6667 -79.4167 18.3 SC OAKS +USC00386423 34.6000 -83.0333 301.8 SC OAKWAY +USC00386522 33.4667 -80.8333 78.9 SC ORANGEBURG 2 SE +USC00386527 33.4889 -80.8742 56.4 SC ORANGEBURG 2 HCN +USC00386595 34.8953 -81.7589 228.6 SC PACOLET +USC00386616 34.7606 -80.3728 158.5 SC PAGELAND +USC00386657 34.9500 -82.4167 625.1 SC PARIS MTN FIRE TWR +USC00386688 34.3058 -81.3319 84.1 SC PARR +USC00386749 34.2000 -79.5333 18.3 SC PEE DEE +USC00386775 33.7717 -81.2581 137.5 SC PELION 0.8 NW +USC00386783 34.6500 -82.4500 259.1 SC PELZER +USC00386830 34.8833 -82.7000 353.9 SC PICKENS +USC00386831 34.8814 -82.7189 327.7 SC PICKENS +USC00386836 34.9167 -82.7000 360.0 SC PICKENS 2 N +USC00386839 34.8667 -82.6833 299.0 SC PICKENS 2 SE +USC00386842 34.8500 -82.8000 317.0 SC PICKENS 6 WSW +USC00386845 34.9000 -82.8000 320.0 SC PICKENS 5 WNW +USC00386848 34.8833 -82.6167 351.1 SC PICKENS 5 E +USC00386851 34.8167 -82.7333 289.9 SC PICKENS 4 SSW +USC00386890 33.3000 -80.0500 26.5 SC PINOPOLIS +USC00386893 33.2500 -79.9833 15.2 SC PINOPOLIS DAM +USC00387113 35.1167 -81.9667 228.9 SC RAINBOW LAKE +USC00387281 32.5333 -80.9000 6.1 SC RIDGELAND 5 NE +USC00387288 33.1025 -80.2978 21.3 SC RIDGEVILLE +USC00387313 33.6494 -80.5147 24.4 SC RIMINI 2 SSW +USC00387390 34.9833 -80.9667 182.9 SC ROCK HILL 5 NE +USC00387395 34.8333 -81.0000 174.0 SC ROCK HILL 6 SE +USC00387542 33.1833 -80.5833 31.4 SC SAINT GEORGE +USC00387560 33.6525 -80.7897 85.3 SC ST MATTHEWS +USC00387568 33.5000 -80.3667 24.1 SC ST PAUL 5 S +USC00387575 33.4000 -79.9333 22.3 SC SAINT STEPHENS +USC00387589 34.9444 -82.9464 329.8 SC SALEM 5 NNE +USC00387631 33.9919 -81.7714 146.3 SC SALUDA HCN +USC00387666 34.1311 -80.8686 134.1 SC SANDHILL RSCH - ELGIN +USC00387683 33.8089 -80.9019 23.5 SC SANDY RUN 3ENE +USC00387687 34.6111 -82.7269 233.2 SC SANDY SPRINGS 2 NE +USC00387712 33.4486 -80.1622 22.9 SC SANTEE COOPER SPILLWAY +USC00387722 34.6350 -81.5206 158.5 SC SANTUCK HCN +USC00387737 35.0667 -82.7833 1068.0 SC SASSAFRAS MTN +USC00387775 33.6333 -81.4000 146.9 SC SEIVERN +USC00387830 33.5667 -81.5833 152.4 SC SHAWS FORK +USC00387885 35.1167 -81.9667 228.9 SC SIMMS WTP +USC00387980 33.7833 -79.3667 18.9 SC SMITHS MILL +USC00388114 34.4167 -79.8500 43.0 SC SOCIETY HILL 6 S +USC00388181 34.9500 -81.9000 242.3 SC SPARTANBURG +USC00388186 34.9833 -81.8833 256.0 SC SPARTANBURG +USC00388188 34.9078 -81.9139 185.9 SC SPARTANBURG 3 SSE +USC00388219 33.4931 -81.2797 91.4 SC SPRINGFIELD +USC00388360 33.9667 -80.5500 152.4 SC STATEBURG +USC00388405 32.7617 -79.8572 1.5 SC SULLIVANS IS +USC00388426 33.0367 -80.2325 19.8 SC SUMMERVILLE 4W HCN +USC00388440 33.9364 -80.3569 53.9 SC SUMTER HCN +USC00388472 35.0203 -82.6928 335.3 SC TABLE ROCK +USC00388473 35.0644 -82.6722 384.0 SC TABLE ROCK RSVR +USC00388474 33.7564 -81.0428 92.7 SC SWANSEA 3.5 NE +USC00388621 33.9000 -80.5000 64.0 SC TILGHMAN FOREST NURSER +USC00388706 34.9842 -82.3997 320.0 SC TRAVELERS REST 2NE +USC00388714 33.7500 -81.8333 189.0 SC TRENTON 1 NNE +USC00388786 34.6053 -81.6631 146.3 SC UNION 8 S +USC00388879 33.6397 -81.3722 115.8 SC WAGENER 1SW +USC00388887 34.7544 -83.0750 298.7 SC WALHALLA HCN +USC00388922 32.8850 -80.6761 17.1 SC WALTERBORO 1 SW +USC00388947 34.4000 -82.2500 195.7 SC WARE SHOALS +USC00388951 34.4047 -82.2489 189.0 SC WARE SHOALS 2 +USC00388979 34.3347 -80.7030 70.1 SC WATEREE DAM +USC00389039 33.9000 -80.5206 76.2 SC WEDGEFIELD +USC00389044 33.8167 -80.5000 54.9 SC WEDGEFIELD 6 S +USC00389122 34.6428 -82.4547 214.9 SC W PELZER +USC00389160 32.6333 -80.7500 1.2 SC WHITEHALL NEAR +USC00389180 34.4833 -81.1333 167.0 SC WHITE OAK +USC00389218 34.5333 -81.5500 121.9 SC WHITMIRE 4 NE +USC00389327 34.3706 -81.0825 161.5 SC WINNSBORO HCN +USC00389332 34.3667 -81.0833 167.9 SC WINNSBORO 2 +USC00389350 34.9389 -81.0331 198.1 SC WINTHROP UNIV HCN +USC00389412 34.7636 -82.1061 225.6 SC WOODRUFF 5 NW +USC00389469 32.7019 -80.8517 13.4 SC YEMASSEE 1 N HCN +USC00389625 34.9222 -81.1967 201.2 SC YORK 5 SSE +USC00390022 45.4553 -98.4142 396.5 SD ABERDEEN 3 E +USC00390043 43.4892 -99.0631 512.1 SD ACADEMY 2NE HCN +USC00390107 42.9500 -96.5167 363.0 SD ALCESTER 9 SE +USC00390108 42.9667 -96.5167 378.0 SD ALCESTER 8 SE +USC00390109 42.9667 -96.5167 374.9 SD ALCESTER 7 ESE +USC00390112 42.9833 -96.5500 409.0 SD ALCESTER 4 ESE +USC00390113 43.0289 -96.6289 431.3 SD ALCESTER +USC00390114 42.9833 -96.5667 427.0 SD ALCESTER 4 SE +USC00390120 45.4136 -97.9064 448.1 SD ANDOVER #2 +USC00390128 43.6514 -97.7981 416.1 SD ALEXANDRIA HCN +USC00390198 45.4136 -97.9069 426.7 SD ANDOVER +USC00390217 43.3500 -103.4333 958.0 SD ANGOSTURA DAM +USC00390223 45.5317 -103.3292 859.5 SD ANTELOPE RS +USC00390236 43.0300 -103.6600 1079.0 SD ARDMORE 1 NW +USC00390281 44.3631 -97.1703 556.0 SD ARLINGTON 1 W +USC00390296 43.3131 -98.3486 460.2 SD ARMOUR +USC00390306 45.8811 -99.7983 553.2 SD ARTAS 1S +USC00390346 44.9958 -98.4811 379.2 SD ASHTON +USC00390350 44.9633 -98.5114 390.1 SD ASHTON 2S +USC00390422 44.5044 -96.5319 576.1 SD ASTORIA 4S +USC00390535 43.7000 -100.3000 -999.9 SD BAD NATION +USC00390553 45.4739 -98.3072 398.1 SD BATH 1NE +USC00390554 44.4989 -104.0350 1188.7 SD BEAR RIDGE +USC00390559 44.6714 -103.8511 920.5 SD BELLE FOURCHE +USC00390565 44.9906 -103.9339 975.4 SD BELLE FOURCHE 22 NNW +USC00390567 45.1000 -103.9500 949.1 SD BELLE FOURCHE 29 NNW +USC00390574 43.8333 -101.2667 705.0 SD BELVIDERE +USC00390649 44.0667 -99.4667 445.0 SD BIG BEND DAM +USC00390662 45.2994 -96.4997 340.5 SD BIG STONE CITY 2 NW +USC00390701 45.5286 -102.4650 847.3 SD BISON +USC00390706 45.1167 -102.6167 752.9 SD BIXBY DAM +USC00390760 44.5128 -99.9881 494.1 SD BLUNT +USC00390778 43.0778 -98.9508 605.0 SD BONESTEEL +USC00390796 44.5500 -98.5333 409.0 SD BONILLA 3 SSW +USC00390822 43.3167 -98.7500 -999.9 SD BOVEE +USC00390834 45.4522 -99.6533 611.1 SD BOWDLE +USC00391032 43.5525 -97.5017 431.9 SD BRIDGEWATER +USC00391043 45.2386 -97.7539 542.2 SD BRISTOL 7S +USC00391049 45.7886 -97.7489 413.0 SD BRITTON +USC00391052 45.9217 -97.9331 401.7 SD BRITTON 13NW +USC00391076 44.3253 -96.7686 497.4 SD BROOKINGS 2 NE +USC00391102 44.5547 -97.4686 557.8 SD BRYANT +USC00391114 45.5958 -103.5453 891.5 SD BUFFALO +USC00391118 45.3833 -103.7167 1066.8 SD BUFFALO NEAR +USC00391124 43.4917 -103.3131 971.7 SD BUFFALO GAP +USC00391246 44.2167 -103.8167 1862.3 SD BUSKALA RCH +USC00391294 45.5489 -103.9744 951.0 SD CAMP CROOK +USC00391354 43.6333 -97.3000 474.0 SD CANISTOTA 2 N +USC00391373 44.3975 -100.0333 472.4 SD CANNING 1W +USC00391392 43.3111 -96.5878 401.1 SD CANTON HCN +USC00391452 44.6886 -97.8889 454.2 SD CARPENTER 4NNE +USC00391474 44.1694 -97.7203 435.9 SD CARTHAGE +USC00391485 43.3333 -103.5500 1043.0 SD CASCADE SPRINGS +USC00391496 45.6000 -102.6333 -999.9 SD CASH +USC00391504 45.0100 -103.4828 960.1 SD CASTLE ROCK 4 NW +USC00391509 45.1167 -103.4833 929.9 SD CASTLE ROCK 12 NNW +USC00391519 44.7269 -97.0261 513.6 SD CASTLEWOOD +USC00391520 44.7269 -97.0286 514.8 SD CASTLEWOOD #2 +USC00391529 43.7500 -100.4167 -999.9 SD CAVITE 4261954 +USC00391539 43.5772 -101.0189 717.8 SD CEDAR BUTTE +USC00391544 45.0333 -102.6500 -999.9 SD CEDAR CANYON +USC00391560 44.9500 -103.7667 954.9 SD BELLE FOURCHE 20 NNE +USC00391579 43.0431 -96.9033 389.5 SD CENTERVILLE 6 SE +USC00391609 43.8000 -99.3333 427.0 SD CHAMBERLAIN +USC00391621 43.7350 -99.3120 506.0 SD CHAMBERLAIN 5 S +USC00391634 43.8961 -96.9289 490.7 SD CHESTER +USC00391636 43.9281 -96.9319 513.3 SD CHESTER 2N +USC00391649 45.0167 -100.3000 470.0 SD CHEYENNE AGENCY +USC00391739 44.8817 -97.7325 549.9 SD CLARK HCN +USC00391740 44.8819 -97.7342 552.9 SD CLARK NO2 +USC00391777 44.7589 -96.6914 560.8 SD CLEAR LAKE +USC00391825 43.2500 -99.7000 -999.9 SD COLOME +USC00391851 43.7847 -96.9275 491.6 SD COLTON +USC00391873 45.7250 -98.3022 399.0 SD COLUMBIA 8 N +USC00391884 45.6056 -98.3117 388.0 SD COLUMBIA 1S +USC00391917 45.1539 -98.1008 405.4 SD CONDE +USC00391972 43.9611 -101.8606 723.3 SD COTTONWOOD 2 E HCN +USC00392027 45.2500 -99.0333 458.1 SD CRESBARD 8 NW +USC00392063 43.8694 -103.3667 1828.8 SD CROSS +USC00392068 44.0333 -99.4667 -999.9 SD CROW CREEK 99 +USC00392087 43.7744 -103.6119 1670.3 SD CUSTER +USC00392088 44.2058 -103.6492 1645.9 SD CUSTER CROSSING CAMP G +USC00392089 43.7000 -103.7000 1580.1 SD CUSTER 7 SW +USC00392120 44.2500 -98.8833 -999.9 SD DANFORTH +USC00392179 45.3667 -102.6833 839.1 SD DATE +USC00392207 44.3736 -103.7314 1423.4 SD DEADWOOD +USC00392209 44.3900 -103.7006 1405.7 SD DEADWOOD 2NE +USC00392228 44.0667 -103.9000 1895.9 SD DEERFIELD 4 NW +USC00392231 43.9944 -103.7858 1847.1 SD DEERFIELD 3 SE +USC00392234 44.0167 -103.7833 1790.1 SD DEERFIELD DAM +USC00392302 44.3825 -97.5497 519.7 SD DE SMET +USC00392312 43.5333 -104.0333 1129.0 SD DEWEY +USC00392314 43.5500 -103.9000 1241.1 SD DEWEY 8 ENE +USC00392316 43.7167 -103.9167 1552.0 SD DEWEY 15 NNE +USC00392334 43.4000 -99.5167 573.0 SD DIXON 2 WNW +USC00392371 44.8925 -98.1025 415.7 SD DOLAND +USC00392409 44.2500 -103.7667 1873.0 SD DUMONT 2 ENE +USC00392429 45.0469 -101.6050 722.7 SD DUPREE HCN +USC00392438 44.8333 -101.6167 723.0 SD DUPREE 16 S +USC00392446 44.8658 -101.4672 640.1 SD DUPREE 15 SSE +USC00392468 45.0117 -101.2483 725.7 SD EAGLE BUTTE +USC00392485 45.2333 -100.1833 -999.9 SD EALES +USC00392557 43.3136 -103.8214 1046.1 SD EDGEMONT +USC00392559 43.4500 -103.8333 1202.1 SD EDGEMONT 10 N +USC00392565 43.6242 -103.9172 1341.7 SD EDGEMONT 23 NNW +USC00392580 45.0167 -102.2000 -999.9 SD EDSON +USC00392610 43.7500 -103.9833 1432.6 SD ELK MOUNTAIN +USC00392614 45.8833 -102.8500 805.0 SD LODGEPOLE 10 NW +USC00392618 42.6833 -96.6667 343.5 SD ELK POINT +USC00392622 42.8592 -96.5819 365.8 SD ELK POINT 13 NE +USC00392636 45.9319 -98.7647 472.4 SD ELM LAKE 4 NW +USC00392647 44.3186 -102.4683 806.2 SD ELM SPRINGS 3 ESE +USC00392686 44.3000 -103.7833 1744.4 SD ENGLEWOOD +USC00392797 45.7656 -99.6222 570.3 SD EUREKA HCN +USC00392820 43.0333 -98.8833 588.9 SD FAIRFAX +USC00392822 43.0311 -98.8900 606.6 SD FAIRFAX #2 +USC00392852 45.0203 -102.0367 790.0 SD FAITH +USC00392888 44.0333 -102.9000 961.0 SD FARMINGDALE 4 N +USC00392927 45.0364 -99.1342 486.8 SD FAULKTON 1 NW HCN +USC00392984 44.0517 -96.5928 487.7 SD FLANDREAU +USC00393029 44.0686 -98.0833 397.8 SD FORESTBURG 4 NNE HCN +USC00393044 45.0333 -100.2500 -999.9 SD FOREST CITY +USC00393069 44.4106 -103.4769 1008.3 SD FT MEADE +USC00393076 44.2444 -100.6592 484.6 SD FT PIERRE 17 WSW +USC00393077 44.2181 -100.7194 495.0 SD FT PIERRE 20 SW +USC00393079 43.0500 -98.5333 379.5 SD FORT RANDALL +USC00393082 44.6333 -100.4333 502.9 SD FT SULLY 8 NE +USC00393089 44.0667 -99.3667 430.1 SD FT THOMPSON 3 E +USC00393129 45.8333 -98.5000 420.9 SD FREDERICK +USC00393211 44.0800 -98.9731 501.7 SD GANN VALLEY 3 NNE +USC00393217 44.0569 -99.0719 524.3 SD GANN VALLEY 4NW HCN +USC00393239 43.7167 -96.5000 454.2 SD GARRETSON +USC00393249 44.7833 -96.4333 -999.9 SD GARY +USC00393274 43.2500 -98.6833 491.0 SD GEDDES +USC00393284 45.2500 -97.4500 558.1 SD GELHAUS FARM +USC00393294 45.0194 -99.9403 635.2 SD GETTYSBURG +USC00393300 45.0000 -100.2333 566.9 SD GETTYSBURG 14 W +USC00393302 45.0136 -100.2175 568.5 SD GETTYSBURG 13W +USC00393316 45.4008 -101.8103 758.0 SD GLAD VALLEY 2 W +USC00393339 45.5333 -100.2667 509.0 SD GLENHAM +USC00393358 44.6500 -102.8333 914.4 SD GOLDFIELD +USC00393410 45.7667 -101.0500 -999.9 SD GRAND RIVER SCHOOL +USC00393430 44.3500 -103.8333 1932.4 SD GREENMONT +USC00393440 42.9000 -98.3667 -999.9 SD GREENWOOD +USC00393452 43.2356 -99.4342 658.4 SD GREGORY +USC00393456 45.4469 -98.0953 397.8 SD GROTON +USC00393560 45.3600 -103.8117 1036.3 SD HARDING 3 SE +USC00393572 44.1500 -103.9500 1973.0 SD HARDY RS +USC00393573 43.8925 -103.3881 1280.2 SD HARNEY +USC00393574 43.1647 -101.2567 908.3 SD HARRINGTON +USC00393608 44.3628 -99.8033 518.5 SD HARROLD 12 SSW +USC00393672 44.3500 -100.9333 616.0 SD HAYES 5 ESE +USC00393677 44.5333 -101.1167 683.1 SD HAYES 12 NNW +USC00393681 44.6633 -97.2267 510.8 SD HAYTI +USC00393760 44.3833 -102.9000 798.9 SD HEREFORD +USC00393764 44.3256 -103.1086 856.5 SD HEREFORD 12 SW +USC00393775 43.8069 -103.2131 1043.9 SD HERMOSA 3 SSW +USC00393832 44.5222 -99.4550 575.5 SD HIGHMORE 1 W HCN +USC00393838 44.8444 -99.4894 570.0 SD HIGHMORE 23 N +USC00393857 44.3083 -101.8683 771.1 SD HILLAND 2 NW +USC00393868 43.9342 -103.5572 1507.5 SD HILL CITY +USC00393885 44.6333 -98.4000 -999.9 SD HITCHCOCK +USC00393937 44.8000 -99.6167 -999.9 SD HOLABIRD 22 N +USC00393945 45.1125 -103.2683 845.2 SD HOOVER +USC00393987 44.5000 -100.8667 586.1 SD HOPEWELL 1 SE +USC00393990 45.5797 -99.4594 579.4 SD HOSMER 1E +USC00394007 43.4378 -103.4739 1085.1 SD HOT SPRINGS HCN +USC00394009 43.4333 -103.6000 1214.0 SD HOT SPRINGS 7 W +USC00394010 43.3000 -103.5500 1000.0 SD HOT SPRINGS 9 SW +USC00394025 45.2406 -99.7744 583.4 SD HOVEN +USC00394037 44.0122 -97.5317 478.5 SD HOWARD HCN +USC00394132 44.3636 -98.1989 372.8 SD HURON +USC00394179 43.7333 -101.9833 726.0 SD INTERIOR +USC00394184 43.7483 -101.9414 743.7 SD INTERIOR 3 NE +USC00394195 43.5703 -99.3983 545.6 SD IONA 2NE +USC00394206 45.4472 -99.0386 471.5 SD IPSWICH +USC00394254 44.3647 -97.8486 426.7 SD IROQUOIS +USC00394268 45.3953 -101.4292 732.1 SD ISABEL +USC00394271 45.6025 -101.3486 650.1 SD ISABEL 14 NNE +USC00394273 45.6167 -101.4000 673.9 SD ISABEL 15 N +USC00394343 44.0839 -103.4342 1275.3 SD JOHNSON SIDING +USC00394413 43.8353 -101.5147 746.8 SD KADOKA +USC00394490 45.8361 -101.8664 723.6 SD KELDRON 8SSW +USC00394493 45.6997 -101.8806 663.5 SD KELDRON 22 SSW +USC00394516 43.9025 -99.8583 512.4 SD KENNEBEC HCN +USC00394556 43.9039 -103.4100 1352.1 SD KEYSTONE +USC00394576 43.7500 -98.9500 545.0 SD KIMBALL +USC00394596 44.6122 -101.3369 658.4 SD KIRLEY 6 N +USC00394630 43.4403 -102.1431 901.6 SD KYLE 2 E +USC00394651 43.1008 -101.5658 999.7 SD LA CREEK NWR +USC00394661 44.6833 -98.0000 427.0 SD LA DELLE 7 NE +USC00394671 45.7733 -103.8789 914.4 SD LADNER 9SW +USC00394766 44.0644 -99.4603 445.3 SD LAKE SHARPE PRJ +USC00394834 44.3544 -103.7430 1558.1 SD LEAD +USC00394836 44.2833 -103.8000 1780.9 SD LEAD 6 SSW +USC00394864 45.9397 -102.1575 782.4 SD LEMMON +USC00394891 45.7192 -98.9439 481.6 SD LEOLA +USC00394893 45.7186 -98.9383 482.5 SD LEOLA SDSU +USC00394900 44.6167 -101.4833 -999.9 SD LESLIE +USC00394947 45.6500 -100.8167 496.5 SD LITTLE EAGLE 1 S +USC00394955 45.6833 -102.6500 787.0 SD LODGEPOLE 9 S +USC00394956 45.7475 -102.7969 783.3 SD LODGEPOLE 5SW +USC00394960 45.8667 -102.8500 798.6 SD LODGEPOLE 10 NW +USC00394983 43.4600 -101.4956 752.9 SD LONGVALLEY +USC00395048 45.7850 -103.3719 911.4 SD LUDLOW 3 SSE +USC00395058 43.6453 -96.9125 460.2 SD LYONS 5 SSW +USC00395088 44.0000 -97.1333 524.9 SD MADISON 1 WNW +USC00395090 43.9906 -97.0925 501.1 SD MADISON 2SE +USC00395154 43.2625 -102.4386 943.4 SD MANDERSON 3 NE +USC00395184 44.7667 -102.3333 716.9 SD MARCUS 8 NNW +USC00395228 43.4208 -97.2539 439.5 SD MARION +USC00395281 43.1803 -101.7386 1015.0 SD MARTIN +USC00395285 43.1717 -101.5692 925.4 SD MARTIN 8 E +USC00395320 45.0167 -102.5833 878.1 SD MAURINE +USC00395325 44.8656 -102.5658 801.3 SD MAURINE 12SW +USC00395360 43.7447 -97.3081 485.9 SD SALEM 5NE +USC00395381 45.8383 -101.2767 664.2 SD MC INTOSH 6 SE +USC00395406 45.8133 -100.8072 609.9 SD MC LAUGHLIN +USC00395421 45.5333 -102.2167 798.9 SD MEADOW +USC00395432 43.9036 -103.7256 1847.1 SD MEDICINE MTN +USC00395456 45.1550 -98.5825 395.0 SD MELLETTE 4 W HCN +USC00395481 43.2358 -97.5714 406.0 SD MENNO HCN +USC00395506 44.0667 -101.1500 570.0 SD MIDLAND +USC00395531 45.2267 -96.6233 348.1 SD MILBANK +USC00395536 45.2836 -96.6689 349.0 SD MILBANK 4 NW HCN +USC00395544 44.5172 -101.6183 681.8 SD MILESVILLE 5 NE +USC00395547 44.5806 -101.7406 563.9 SD MILESVILLE 9 N +USC00395561 44.5178 -98.9814 480.4 SD MILLER +USC00395567 44.2919 -99.0044 573.9 SD MILLER 15S +USC00395569 44.7500 -98.9833 445.0 SD MILLER 16 N +USC00395620 43.3061 -100.6558 788.5 SD MISSION +USC00395638 43.1122 -100.6111 856.5 SD MISSION 14 S +USC00395641 44.7208 -100.8797 597.4 SD MISSION RIDGE 3NW +USC00395648 44.7342 -100.8042 604.1 SD MISSION RIDGE 5NW +USC00395669 43.7644 -98.0714 392.3 SD MITCHELL +USC00395671 43.7381 -98.0244 381.0 SD MITCHELL 2 N +USC00395691 45.5656 -100.4489 516.0 SD MOBRIDGE 2NNW +USC00395711 44.5000 -101.1500 698.0 SD MOENVILLE 6 E +USC00395733 43.7022 -97.1853 452.3 SD MONTROSE +USC00395735 43.8333 -97.2000 -999.9 SD MONTROSE +USC00395738 43.8197 -97.2017 523.6 SD MONTROSE 8N +USC00395744 43.9500 -104.0000 1937.0 SD MOON +USC00395800 45.7333 -100.0667 -999.9 SD MOUND CITY +USC00395854 43.7500 -103.4833 1951.0 SD MT COOLIDGE +USC00395858 44.0047 -103.8322 1836.4 SD MTN MEADOW RESORT +USC00395870 43.8769 -103.4578 1618.8 SD MT RUSHMORE NMEM +USC00395876 44.9500 -102.9000 869.0 SD MUD BUTTE 4 SSW +USC00395891 43.8878 -100.7075 705.9 SD MURDO HCN +USC00395896 43.9000 -100.7167 -999.9 SD MURDO 2 +USC00395929 44.0833 -103.6500 1470.1 SD MYSTIC +USC00396054 44.7136 -103.4258 871.7 SD NEWELL +USC00396170 44.4419 -100.4172 506.9 SD OAHE DAM HCN +USC00396212 43.1878 -103.2372 1020.5 SD OELRICHS +USC00396214 43.1833 -103.3667 1068.0 SD OELRICHS 8 W +USC00396227 43.1750 -102.7458 912.9 SD OGLALA 1S +USC00396282 45.1917 -99.4667 570.6 SD ONAKA +USC00396292 44.7322 -100.1447 564.2 SD ONIDA 4 NW +USC00396304 43.4033 -103.2683 902.2 SD ORAL +USC00396335 44.8983 -99.0864 489.2 SD ORIENT +USC00396337 44.7833 -98.9833 445.0 SD ORIENT 12 SSE +USC00396357 44.7333 -103.6667 894.0 SD ORMAN DAM +USC00396397 44.2167 -101.3667 641.0 SD OTTUMWA +USC00396427 44.0622 -103.4819 1438.7 SD PACTOLA DAM +USC00396462 43.4333 -97.8333 402.9 SD PARKSTON 8 ENE +USC00396477 43.3333 -101.0333 808.0 SD PARMELEE +USC00396510 44.2500 -98.1167 -999.9 SD PEARL CREEK +USC00396522 45.6542 -96.9361 337.4 SD PEEVER 5 NE +USC00396574 43.0689 -98.5325 454.2 SD PICKSTOWN 72652 +USC00396575 43.0178 -98.5583 520.3 SD PICKSTOWN 4SSW +USC00396612 43.0167 -102.5667 985.1 SD PINE RIDGE +USC00396636 44.5169 -102.2153 724.5 SD PLAINVIEW 6 SSW +USC00396650 43.7156 -98.4822 464.8 SD PLANKINTON +USC00396669 43.3892 -98.8411 490.7 SD PLATTE +USC00396712 45.9033 -100.2878 499.6 SD POLLOCK +USC00396736 43.3950 -102.3894 859.5 SD PORCUPINE 11 N +USC00396790 43.9919 -100.1617 551.7 SD PRESHO 7 NW +USC00396812 43.2000 -103.8333 1132.0 SD PROVO +USC00396832 43.7833 -99.2333 484.9 SD PUKWANA 3 W +USC00396907 45.7842 -103.0656 850.4 SD RALPH 1 N +USC00396936 44.0667 -103.2000 987.6 SD RAPID CITY STATION NO 1 +USC00396947 44.1206 -103.2842 1060.4 SD RAPID CITY 4NW HCN +USC00396948 44.0728 -103.2108 1029.9 SD RAPID CITY WFO +USC00396969 44.9733 -97.1494 529.4 SD RAUVILLE 2 W +USC00397007 44.9439 -97.9247 452.6 SD RAYMOND 3 NE +USC00397033 44.0000 -103.6500 1681.0 SD REDFERN +USC00397047 44.8667 -98.5333 396.8 SD REDFIELD +USC00397052 44.8656 -98.5253 399.0 SD REDFIELD +USC00397062 45.3767 -103.3675 935.7 SD REDIG 11 NE +USC00397073 44.6981 -102.5608 845.2 SD RED OWL +USC00397103 44.5167 -99.1989 530.4 SD REE HTS +USC00397106 44.5833 -99.2500 509.0 SD REE HEIGHTS 5 NNW +USC00397108 44.3100 -99.2050 586.4 SD REE HEIGHTS 15S +USC00397150 45.5500 -103.0833 -999.9 SD REVA +USC00397191 45.0833 -100.8000 723.0 SD RIDGEVIEW +USC00397222 44.1333 -103.7167 1613.0 SD ROCHFORD +USC00397227 44.1317 -103.7506 1661.2 SD ROCHFORD 2 WNW +USC00397247 44.9000 -98.8500 433.1 SD ROCKHAM 2 SW +USC00397253 44.8167 -98.9167 420.9 SD ROCKHAM 8 SW +USC00397267 43.4500 -102.5667 833.0 SD ROCKYFORD 5 SW +USC00397277 45.4528 -99.3358 559.3 SD ROSCOE +USC00397287 43.2333 -100.8500 816.9 SD ROSEBUD +USC00397307 45.5000 -97.5000 561.1 SD ROSLYN +USC00397326 45.7086 -97.4339 551.7 SD ROY LAKE +USC00397367 43.1333 -103.7000 1076.9 SD RUMFORD +USC00397418 44.6925 -103.7269 1069.8 SD SAINT ONGE 2 S +USC00397457 43.6589 -97.4475 445.0 SD SALEM 5 SW +USC00397485 44.3500 -104.0167 -999.9 SD SAVOY +USC00397512 43.7667 -102.5500 857.1 SD SCENIC +USC00397515 43.8833 -102.4467 868.7 SD SCENIC 9 NE +USC00397545 45.5100 -100.0356 579.7 SD SELBY +USC00397551 45.0606 -99.5100 582.2 SD SENECA +USC00397567 45.7667 -102.2000 680.0 SD SHADEHILL DAM +USC00397569 45.6850 -102.2733 746.8 SD SHADEHILL RSVR +USC00397590 44.5167 -100.2667 -999.9 SD SHILOH +USC00397640 44.0833 -103.5500 -999.9 SD SILVER CITY +USC00397666 43.5878 -96.7300 435.9 SD SIOUX FALLS WFO AP +USC00397742 45.6656 -97.0394 368.5 SD SISSETON +USC00397797 43.2667 -103.3167 976.0 SD SMITHWICK 6 SW +USC00397877 44.5500 -104.0167 1046.1 SD SPEARFISH 9 WNW +USC00397882 44.4975 -103.8717 1107.3 SD SPEARFISH +USC00397992 44.2661 -99.4431 550.2 SD STEPHAN 2 NW +USC00398007 43.5947 -98.4367 495.0 SD STICKNEY +USC00398073 45.3167 -98.3000 396.8 SD STRATFORD +USC00398074 45.2339 -98.3997 396.2 SD STRATFORD 7SW +USC00398095 45.5333 -102.8167 869.0 SD STROOL 2 N +USC00398100 44.3833 -103.0833 869.0 SD STURGIS 21 E +USC00398107 44.8833 -102.9500 865.9 SD SULPHUR 2 W +USC00398116 45.3036 -97.0625 595.9 SD SUMMIT 1 W +USC00398176 44.8833 -102.5333 -999.9 SD TAMA +USC00398240 43.8964 -102.2378 941.8 SD THE PINNACLES RS +USC00398277 45.9333 -101.9667 783.9 SD THUNDER HAWK +USC00398307 45.4283 -101.0764 662.3 SD TIMBER LAKE +USC00398320 44.6367 -96.7364 609.0 SD TORONTO 5 NW +USC00398406 44.7333 -98.5000 402.9 SD TULARE +USC00398420 45.0500 -98.0956 406.9 SD TURTON +USC00398472 42.9919 -97.8703 433.4 SD TYNDALL +USC00398494 44.5667 -102.6667 905.9 SD UNION CTR +USC00398527 45.2167 -102.1667 716.9 SD USTA +USC00398528 45.2539 -102.3122 725.4 SD USTA 8 WNW KELLY RCH +USC00398552 44.6167 -103.4000 844.9 SD VALE +USC00398572 44.1500 -100.8000 519.1 SD VAN METRE +USC00398622 42.7625 -96.9194 346.6 SD VERMILLION 2 SE HCN +USC00398652 45.9203 -96.8308 333.8 SD VICTOR 4 N +USC00398727 43.9333 -100.3000 583.1 SD VIVIAN +USC00398767 43.0833 -98.2894 435.9 SD WAGNER +USC00398843 45.6500 -100.5333 497.7 SD WAKPALA +USC00398911 44.0681 -102.4497 709.6 SD WASTA +USC00398930 44.9028 -97.1136 533.4 SD WATERTOWN 1W +USC00398931 44.8697 -97.1156 540.1 SD WATERTOWN 2 S +USC00398980 45.4247 -97.3269 557.8 SD WAUBAY NATL WILD LIFE +USC00399004 45.3331 -97.5228 567.2 SD WEBSTER +USC00399012 45.4833 -97.5500 561.1 SD WEBSTER 10 N +USC00399032 44.2500 -100.6667 484.0 SD WENDTE +USC00399042 44.0083 -97.0042 524.9 SD WENTWORTH 2.5 WNW +USC00399064 44.4247 -98.6850 434.6 SD WESSINGTON 2SE +USC00399070 44.0761 -98.5706 515.1 SD WESSINGTON SPRINGS +USC00399077 44.0433 -98.7089 542.5 SD WESSINGTON SPRINGS 7SW +USC00399132 45.6333 -98.4833 417.9 SD WESTPORT 1 ESE +USC00399136 45.6561 -98.4967 404.8 SD WESTPORT 1 N +USC00399138 45.6767 -98.5297 420.6 SD WESTPORT 2 NW +USC00399176 45.6167 -98.7667 438.9 SD WETONKA +USC00399178 45.5333 -98.7667 424.0 SD WETONKA 7 S +USC00399187 43.0167 -99.7833 659.0 SD WEWELA +USC00399220 45.2667 -100.8833 524.9 SD WHITEHORSE +USC00399232 43.6872 -98.6717 496.5 SD WHITE LAKE +USC00399238 43.5675 -100.7508 579.1 SD WHITE RIVER +USC00399313 45.8500 -103.9667 -999.9 SD WILLETT +USC00399337 45.4078 -96.8619 366.1 SD WILMOT +USC00399347 43.5561 -103.4794 1266.4 SD WIND CAVE +USC00399355 43.9708 -97.3489 519.7 SD WINFRED 2S +USC00399367 43.3686 -99.8403 614.5 SD WINNER +USC00399430 44.4167 -98.4833 412.1 SD WOLSEY +USC00399442 43.4989 -100.4814 664.5 SD WOOD HCN +USC00399457 44.0500 -98.2667 399.9 SD WOONSOCKET +USC00399507 42.8667 -97.4000 353.9 SD YANKTON +USC00399537 45.0669 -102.9956 832.1 SD ZEONA 10 SSW +USC00400008 35.6167 -83.9333 427.0 TN ABRAMS CREEK +USC00400049 35.7978 -89.1175 100.6 TN ALAMO 1 N +USC00400056 35.8000 -83.9667 274.9 TN ALCOA +USC00400081 36.3806 -84.8744 501.4 TN ALLARDT +USC00400116 35.4333 -85.7167 586.1 TN ALTAMONT +USC00400137 35.1131 -89.2122 140.2 TN AMES PLANTATION +USC00400179 35.1667 -84.3000 360.0 TN APALACHIA DAM +USC00400187 35.1833 -84.4333 267.9 TN APALACHIA POWERHOUSE +USC00400235 34.9925 -86.8561 269.7 TN ARDMORE +USC00400254 36.5500 -83.6333 326.1 TN ARTHUR +USC00400271 35.5833 -87.1333 223.1 TN ASHWOOD +USC00400279 35.4833 -84.5833 287.1 TN ATHENS SUBSTN +USC00400284 35.4322 -84.5833 286.5 TN ATHENS +USC00400487 36.3567 -83.3544 390.1 TN BEAN STN 3 NW +USC00400497 36.1167 -82.3333 1284.1 TN BEAUTY SPOT +USC00400526 35.6333 -86.2333 274.9 TN BEECH GROVE +USC00400571 35.2500 -86.5667 232.0 TN BELLEVILLE +USC00400580 36.1572 -86.9253 140.2 TN BELLS BEND NATURE CENTER +USC00400603 35.1333 -86.2000 296.0 TN BELVIDERE +USC00400661 35.0000 -87.0500 185.9 TN BETHEL +USC00400669 36.4583 -86.3239 170.7 TN BETHPAGE 1 S +USC00400700 35.8167 -85.0333 540.1 TN BIG LICK +USC00400705 36.2350 -88.0908 111.3 TN BIG SANDY +USC00400716 35.4167 -84.8833 225.9 TN BIG SPRING 2 NE +USC00400724 36.5167 -83.3333 619.0 TN BIG SYCAMORE +USC00400803 35.6833 -85.2667 519.1 TN BLEDSOE SF +USC00400825 35.8500 -83.9500 287.1 TN BLOUNT CO EXP STN +USC00400836 36.4897 -82.4147 487.7 TN BLOUNTVILLE 6 SW +USC00400847 36.4667 -82.2667 451.1 TN BLUFF CITY +USC00400864 35.6000 -84.6667 238.0 TN BOGGE CROSSROAD +USC00400871 35.2500 -88.9667 136.9 TN BOLIVAR +USC00400876 35.2622 -88.9892 138.7 TN BOLIVAR WTR WKS +USC00400884 35.3167 -89.7500 91.4 TN BOLTON +USC00400909 36.4333 -82.4333 406.0 TN BOONE DAM +USC00400920 35.2167 -86.7333 207.0 TN BOONSHILL +USC00400974 35.0333 -84.4167 463.9 TN BOYD GAP +USC00401035 35.5500 -84.8000 259.1 TN BREEDENTON 2 NW +USC00401039 35.9903 -86.7786 215.5 TN BRENTWOOD +USC00401145 35.5894 -89.2586 100.6 TN BROWNSVILLE +USC00401150 35.5847 -89.2692 108.2 TN BROWNSVILLE SWR PLT +USC00401186 36.4333 -88.2333 134.1 TN BUCHANAN +USC00401215 36.1500 -85.7500 167.9 TN BUFFALO VALLEY +USC00401236 36.2500 -83.0833 323.1 TN BULLS GAP +USC00401295 36.3500 -82.0167 606.9 TN BUTLER +USC00401310 36.5803 -85.1256 268.2 TN BYRDSTOWN +USC00401312 36.5667 -85.1500 313.9 TN BYRDSTOWN 1 W +USC00401317 36.5667 -85.1500 299.0 TN BYRDSTOWN TVA +USC00401323 35.4667 -85.4500 627.9 TN CAGLE +USC00401334 35.5000 -83.9833 289.9 TN CALDERWOOD POWERHOUSE +USC00401352 36.0519 -88.0828 128.9 TN CAMDEN +USC00401381 36.0333 -82.7167 1353.9 TN CAMP CREEK BALD +USC00401480 36.2456 -85.9450 157.0 TN CARTHAGE +USC00401485 36.3000 -86.0333 146.0 TN CARTHAGE 6 NW +USC00401490 36.2500 -85.9667 153.0 TN CARTHAGE SUBSTN +USC00401495 36.2500 -85.9500 167.9 TN CARTHAGE WTP +USC00401525 35.9167 -83.5833 243.8 TN CATLETTSBURG TVA 208 +USC00401535 35.8333 -88.2000 177.1 TN CAVVIA +USC00401546 36.3667 -82.4833 534.0 TN CEDAR CREEK +USC00401553 36.5500 -86.7500 190.5 TN CEDAR HILL 1 +USC00401561 36.5408 -85.4597 164.6 TN CELINA +USC00401565 35.4833 -84.3833 298.7 TN CENTER TVA C 7 +USC00401569 36.1000 -85.8167 177.1 TN CENTER HILL DAM +USC00401576 36.2833 -82.6667 502.9 TN CENTERSVILLE +USC00401582 35.7833 -87.4667 192.0 TN CENTERVILLE +USC00401585 35.8317 -87.4219 225.6 TN CENTERVILLE 4NE +USC00401587 35.7553 -87.4261 201.2 TN CENTERVILLE WATER PL +USC00401618 35.6333 -86.6833 210.0 TN CHAPEL HILL +USC00401636 35.2833 -84.7500 220.1 TN CHARLESTON +USC00401640 36.1722 -87.1805 211.5 TN CHARLOTTE +USC00401663 36.3211 -87.2217 119.5 TN CHEATHAM L&D +USC00401669 36.1667 -83.5000 305.1 TN CHEROKEE DAM +USC00401716 35.1000 -85.2333 214.0 TN CHICKAMAUGA DAM +USC00401720 35.7047 -86.4869 228.6 TN CHRISTIANA 5W +USC00401782 36.1833 -85.0167 548.9 TN CLARKRANGE +USC00401784 36.1167 -85.0592 566.0 TN CLARKRANGE #2 +USC00401790 36.5472 -87.3353 122.5 TN CLARKSVILLE WWTP HCN +USC00401795 36.4975 -87.3356 151.2 TN CLARKSVILLE NO.2 +USC00401808 35.2192 -84.7917 256.6 TN CLEVELAND FLTR PLT +USC00401813 35.1833 -84.8167 259.1 TN CLEVELAND SUBSTN +USC00401824 35.3167 -87.9167 143.0 TN CLIFTON JUNCTION +USC00401835 36.1000 -84.1000 259.1 TN CLINTON +USC00401840 36.1333 -84.1500 302.1 TN CLINTON 2 NW +USC00401887 35.3683 -85.7014 565.7 TN COALMONT +USC00401905 35.2667 -84.2833 502.9 TN COKER CREEK +USC00401916 35.0833 -86.7333 192.0 TN COLDWATER +USC00401932 36.4500 -82.0333 652.9 TN COLESVILLE +USC00401946 35.5167 -85.2833 264.9 TN COLLEGE JUNCTION +USC00401950 35.0781 -89.6653 91.4 TN COLLIERVILLE +USC00401953 35.1833 -87.7333 289.9 TN COLLINWOOD +USC00401957 35.6381 -87.0864 198.1 TN COLUMBIA 3 WNW +USC00401962 35.6167 -87.0167 198.1 TN COLUMBIA +USC00401965 35.6667 -87.0333 189.0 TN COLUMBIA SUBSTN +USC00401968 35.6167 -87.0833 195.1 TN COLUMBIA 2 W +USC00401978 35.0328 -84.7347 260.3 TN CONASAUGA 2N +USC00401986 35.9000 -84.1833 305.1 TN CONCORD +USC00402004 36.1500 -85.5167 335.9 TN COOKEVILLE +USC00402009 36.1075 -85.5033 332.2 TN COOKEVILLE +USC00402024 34.9939 -84.3758 442.0 TN COPPERHILL HCN +USC00402029 35.0000 -84.3833 488.0 TN COPPERHILL SUBSTN +USC00402035 36.2833 -85.9333 156.1 TN CORDELL HULL L&D +USC00402074 35.7833 -83.2167 524.9 TN COSBY +USC00402108 35.5497 -89.7000 117.3 TN COVINGTON 3 SW HCN +USC00402140 35.9183 -84.8686 502.9 TN CRAB ORCHARD +USC00402146 36.5333 -81.9667 1040.0 TN CRANDULL +USC00402147 36.5333 -81.9167 887.9 TN CRANDULL 2 +USC00402202 36.0147 -85.1314 551.7 TN CROSSVILLE ED & RESEARCH HCN +USC00402207 35.9500 -85.0333 563.9 TN CROSSVILLE +USC00402229 35.8667 -87.8833 131.1 TN CUBA LANDING +USC00402239 36.3833 -87.6333 107.0 TN CUMBERLAND CITY +USC00402305 36.5333 -85.4500 171.0 TN DALE HOLLOW DAM +USC00402316 36.0167 -83.4167 317.0 TN DANDRIDGE +USC00402360 35.4722 -84.9958 250.5 TN DAYTON 2SE +USC00402385 35.5333 -84.7833 267.9 TN DECATUR 1 N +USC00402388 35.6394 -84.6650 228.6 TN DECATUR 7NE +USC00402390 35.5953 -88.1175 150.9 TN DECATURVILLE +USC00402473 35.2667 -86.8500 235.0 TN DIANA +USC00402481 35.8000 -85.8000 289.9 TN DIBRELL +USC00402489 36.0750 -87.3958 237.7 TN DICKSON HCN +USC00402564 34.9833 -84.5667 278.0 TN DOUBLE SPRINGS GAP +USC00402572 35.3333 -84.6333 249.9 TN DOUBLE SPRINGS TVA +USC00402581 35.9667 -83.5333 284.1 TN DOUGLAS DAM +USC00402583 36.4933 -87.7947 115.8 TN DOVER CROSS CREEKS NWR +USC00402585 36.3833 -87.9333 125.0 TN DOVER FIRE TWR +USC00402589 36.4819 -87.8628 144.8 TN DOVER 1 W HCN +USC00402600 36.2836 -88.7064 137.2 TN DRESDEN +USC00402627 35.0333 -84.3833 519.1 TN DUCK TOWN +USC00402648 35.4500 -88.1500 164.9 TN DUNBAR +USC00402657 35.3667 -85.3833 220.1 TN DUNLAP +USC00402680 35.9986 -89.4089 91.4 TN DYERSBURG +USC00402711 35.7286 -86.6436 243.8 TN EAGLEVILLE 1S +USC00402742 35.9000 -85.2500 534.0 TN EASTLAND +USC00402806 36.3539 -82.2486 453.2 TN ELIZABETHTON +USC00402811 36.3500 -82.2000 488.0 TN ELIZABETHTON 2 +USC00402816 35.3500 -85.8333 313.9 TN ELKHEAD +USC00402836 36.4667 -84.2667 366.1 TN ELK VALLEY 2 SW +USC00402841 35.6500 -83.5667 668.1 TN ELKMONT +USC00402856 35.0167 -86.3500 281.0 TN ELORA +USC00402875 36.1833 -82.4667 484.9 TN EMBREEVILLE +USC00402894 35.4000 -84.5167 249.9 TN ENGLEWOOD +USC00402913 35.4000 -88.4333 164.9 TN ENVILLE +USC00402921 36.1667 -87.7500 143.0 TN ERIN +USC00402929 36.1667 -82.4167 534.0 TN ERWIN +USC00402934 36.1422 -82.4261 524.3 TN ERWIN 1 W +USC00402945 35.3167 -87.3000 299.0 TN ETHRIDGE +USC00402957 35.3333 -84.5333 259.1 TN ETOWAH +USC00402989 35.9689 -87.1364 262.1 TN FAIRVIEW BOWIE NAT CTR +USC00403036 36.4167 -82.6333 438.9 TN FALL BRANCH +USC00403040 35.6392 -85.3586 545.6 TN FALL CREEK FALLS SP +USC00403044 35.6833 -85.3167 458.1 TN FALLS CREEK PARK +USC00403060 35.1333 -84.3167 488.0 TN FARNER +USC00403069 35.1500 -86.5667 214.0 TN FAYETTEVILLE +USC00403074 35.1342 -86.5419 226.2 TN FAYETTEVILLE WTP +USC00403125 36.0333 -89.4833 91.4 TN FINLEY +USC00403139 36.4167 -83.2167 609.9 TN FLAT GAP +USC00403200 36.0556 -86.8067 344.4 TN FOREST HILLS DYER OBSY +USC00403229 35.8000 -84.2500 249.9 TN FT LOUDOUN DAM +USC00403234 36.5000 -82.5167 371.9 TN FT PATRICK HENRY DAM +USC00403240 36.0333 -83.9333 296.0 TN FOUNTAIN CITY +USC00403272 36.1167 -84.8000 445.0 TN FRANKFORT +USC00403280 35.9417 -86.8686 199.6 TN FRANKLIN SEWAGE PLT +USC00403285 35.9500 -86.8167 228.9 TN FRANKLIN 3 NE +USC00403311 35.2667 -85.0833 232.0 TN FRIENDSHIP SCHOOL +USC00403366 36.3667 -85.6333 177.1 TN GAINESBORO +USC00403370 36.3661 -85.6553 148.4 TN GAINESBORO +USC00403378 36.3167 -86.4000 143.0 TN GALLATIN STEAM PLT +USC00403379 36.3911 -86.4822 155.4 TN GALLATIN 2W +USC00403420 35.6878 -83.5372 443.2 TN GATLINBURG 2 SW +USC00403447 35.0761 -89.7430 97.5 TN GERMANTOWN 4SE +USC00403465 36.0650 -86.4175 182.9 TN GLADEVILLE +USC00403636 36.3408 -86.8275 249.9 TN GOODLETTSVILLE 7WNW +USC00403679 36.1056 -82.8436 402.3 TN GREENEVILLE EXP STN +USC00403684 36.1000 -82.8333 420.9 TN GREENEVILLE 5 SSW +USC00403697 36.1678 -88.7975 121.9 TN GREENFIELD +USC00403783 35.0500 -85.5500 203.9 TN HALES BAR +USC00403788 35.0500 -85.5333 198.1 TN HALES BAR DAM +USC00403804 35.8500 -89.4333 95.1 TN HALLS +USC00403809 35.8667 -86.2333 185.9 TN HALLS HILL +USC00403838 36.2833 -82.1667 558.1 TN HAMPTON +USC00403907 35.9333 -84.5500 235.0 TN HARRIMAN +USC00403931 35.8167 -83.1500 384.0 TN HARTFORD +USC00403932 35.8325 -83.1164 570.0 TN HARTFORD 2NE +USC00403938 36.3756 -86.1808 155.8 TN HARTSVILLE +USC00403963 35.3500 -84.0333 1414.9 TN NORTH CAROLINA 3917 +USC00403989 36.0167 -84.7667 540.1 TN HEBBERTSBURG +USC00404033 35.4442 -88.7244 140.2 TN HENDERSON 4 W +USC00404054 35.7667 -85.2500 515.1 TN HERBERT +USC00404079 35.4167 -84.3833 317.0 TN HICKORY GROVE +USC00404164 35.4167 -85.9667 323.1 TN HILLSBORO +USC00404223 35.5567 -87.5414 298.7 TN HOHENWALD +USC00404392 35.8167 -88.9333 100.9 TN HUMBOLDT +USC00404412 36.0167 -88.4333 131.1 TN HUNTINGDON +USC00404417 36.0028 -88.4253 134.1 TN HUNTINGDON WTP +USC00404432 35.9667 -88.4333 129.2 TN HUNTINGDON +USC00404498 35.0167 -87.5833 185.9 TN IRON CITY +USC00404509 35.5833 -85.7333 320.0 TN IRVING COLLEGE +USC00404517 35.0333 -84.3667 542.8 TN ISABELLA +USC00404561 35.6214 -88.8456 121.9 TN JACKSON EXP STN HCN +USC00404566 35.5500 -88.7833 128.0 TN JACKSON 2 SE +USC00404567 35.5500 -88.7169 121.0 TN JACKSON 4SE +USC00404568 35.7103 -88.8222 131.1 TN JACKSON 4 NE +USC00404571 35.5833 -88.8000 110.0 TN JACKSON SUBSTN +USC00404587 36.4333 -84.9333 519.1 TN JAMESTOWN +USC00404590 36.4258 -84.9419 515.1 TN JAMESTOWN +USC00404596 35.0667 -85.6167 198.1 TN JASPER +USC00404605 36.3667 -82.6833 448.1 TN JEAROLDSTOWN +USC00404609 36.1167 -83.5000 366.1 TN JEFFERSON CITY EVAP +USC00404613 36.1222 -83.4739 337.7 TN JEFFERSON CITY +USC00404637 35.7667 -84.9333 573.0 TN JEWETT +USC00404650 36.3833 -82.9667 342.0 TN JOHN SEVIER STEAM PLT +USC00404657 36.3167 -82.3667 524.9 TN JOHNSON CITY +USC00404659 36.2989 -82.3675 548.9 TN JOHNSON CITY ETSU +USC00404660 36.3000 -82.3667 519.1 TN JOHNSON CITY ETSC +USC00404662 36.3333 -82.3333 481.9 TN JOHNSON CITY SUBSTN +USC00404663 36.3167 -82.3833 527.9 TN JOHNSON CY VET HOSPITA +USC00404666 36.3472 -82.3458 487.1 TN JOHNSON CITY 2 +USC00404673 36.0000 -88.0333 128.0 TN JOHNSONVILLE +USC00404678 36.0333 -87.9833 125.0 TN JOHNSONVILLE STEAM PLT +USC00404696 35.8333 -83.3333 353.9 TN JONES COVE +USC00404706 36.2500 -83.6000 287.1 TN JOPPA +USC00404771 36.1947 -89.0117 93.0 TN KENTON +USC00404858 36.5194 -82.5275 391.4 TN KINGSPORT +USC00404863 36.5000 -82.6000 570.0 TN KINGSPORT RSVR +USC00404866 36.5167 -82.5500 366.1 TN KINGSPORT T E C +USC00404871 35.8575 -84.5278 222.5 TN KINGSTON +USC00404876 36.1033 -87.1153 157.6 TN KINGSTON SPRINGS +USC00404881 35.9000 -84.5167 232.0 TN KINGSTON STEAM PLT +USC00404903 35.4500 -84.1667 305.1 TN KITTIE +USC00404945 35.9667 -83.9167 296.0 TN KNOXVILLE +USC00404946 35.8983 -83.9569 253.0 TN KNOXVILLE EXP STN +USC00404948 35.9833 -83.9167 281.0 TN KNOXVILLE GARAGE +USC00404955 35.9500 -83.9167 272.8 TN KNOXVILLE UNIV OF TENN +USC00404987 36.5192 -86.0300 297.2 TN LAFAYETTE +USC00404993 36.3667 -84.1333 381.0 TN LA FOLLETTE +USC00404998 36.4000 -84.1333 345.0 TN LA FOLLETTE WTP +USC00405011 36.2333 -84.1667 262.1 TN LAKE CITY +USC00405016 35.8500 -83.9500 249.9 TN LAKEMONT 2 +USC00405035 36.0828 -85.8261 192.0 TN LANCASTER EDGAR EVINS MARINA +USC00405040 36.1500 -84.7283 463.3 TN LANCING 6 NW +USC00405051 35.8833 -85.0833 583.1 TN LANTANA +USC00405061 35.9167 -86.3333 167.9 TN LASCASSAS 3 SW +USC00405084 35.2333 -87.3167 256.0 TN LAWRENCEBURG +USC00405085 35.2422 -87.3522 240.8 TN LAWRENCEBURG WWTP +USC00405089 35.2436 -87.3508 265.2 TN LAWRENCEBURG FILT PLT +USC00405100 35.2667 -88.4500 164.9 TN LEAPWOOD +USC00405108 36.2292 -86.3181 160.0 TN LEBANON +USC00405113 36.2000 -86.2833 161.8 TN LEBANON TVA +USC00405118 36.2981 -86.2631 155.4 TN LEBANON 7 N +USC00405158 35.7875 -84.2622 239.3 TN LENOIR CITY +USC00405187 35.4139 -86.8086 239.9 TN LEWISBURG EXP STN HCN +USC00405197 35.4667 -86.8000 225.9 TN LEWISBURG SUBSTN +USC00405205 35.3333 -85.3000 563.9 TN LEWIS CHAPEL +USC00405210 35.6503 -88.3903 164.6 TN LEXINGTON +USC00405214 35.7136 -88.5608 165.5 TN LEXINGTON 10NW +USC00405216 36.0333 -85.9500 203.9 TN LIBERTY +USC00405224 36.3167 -82.8000 360.0 TN LICK CREEK +USC00405255 36.1833 -82.2667 723.0 TN LIMESTONE COVE +USC00405260 36.2167 -82.6333 433.1 TN LIMESTONE TVA +USC00405273 35.6167 -87.8333 203.9 TN LINDEN +USC00405278 35.6047 -87.8408 153.9 TN LINDEN WTP +USC00405292 36.1167 -82.9667 412.1 TN LITTLE CHUCKY +USC00405311 36.5000 -83.0167 604.1 TN LITTLE WAR GAP +USC00405319 35.7333 -85.0333 299.0 TN LITTON +USC00405327 36.4333 -85.2833 292.6 TN LIVINGSTON 5 NE +USC00405332 36.3775 -85.3364 297.2 TN LIVINGSTON RADIO WLIV +USC00405337 36.4167 -87.2833 121.9 TN LOCK B CUMBERLAND RVR +USC00405339 36.4333 -87.5667 116.1 TN LOCK C CUMBERLAND RVR +USC00405347 36.2500 -86.7000 131.1 TN LOCK 2 CUMBERLAND RVR +USC00405349 36.2833 -86.6500 131.1 TN LOCK 3 CUMBERLAND RVR +USC00405351 36.3167 -86.4667 136.9 TN LOCK 4 CUMBERLAND RVR +USC00405353 36.3167 -86.2500 139.9 TN LOCK 5 CUMBERLAND RVR +USC00405355 36.3500 -86.1500 149.0 TN LOCK 6 CUMBERLAND RVR +USC00405358 35.7522 -87.7958 135.6 TN LOBELVILLE +USC00405359 36.2833 -85.9167 149.4 TN LOCK 8R +USC00405367 35.2667 -85.5333 680.0 TN LOCKHART TWR +USC00405429 34.9833 -85.3500 601.1 TN LOOKOUT MTN +USC00405431 35.0097 -85.3444 643.1 TN LOOKOUT MTN-POINT PARK +USC00405442 35.0833 -87.4333 256.0 TN LORETTO +USC00405451 35.7333 -84.3333 244.1 TN LOUDON 1 E +USC00405525 35.2983 -86.3631 246.9 TN LYNCHBURG +USC00405535 35.3333 -87.0500 223.1 TN LYNNVILLE 4 SSW +USC00405560 36.2667 -86.6833 152.4 TN MADISON +USC00405592 35.4833 -86.0833 317.0 TN MANCHESTER +USC00405595 35.5158 -86.0875 326.1 TN MANCHESTER #2 +USC00405600 35.4667 -86.0667 320.0 TN MANCHESTER TVA +USC00405681 36.3444 -88.8636 103.6 TN MARTIN U OF T BRANCH E +USC00405686 36.3167 -88.8500 118.9 TN MARTIN SUBSTN +USC00405720 35.4156 -89.5314 97.2 TN MASON +USC00405770 36.4167 -81.8167 686.1 TN MAYMEAD +USC00405777 36.2292 -83.8219 337.1 TN MAYNARDVILLE +USC00405778 36.1847 -83.8583 343.2 TN MAYNARDVILLE 5 SW +USC00405823 36.1000 -87.6333 246.9 TN MCEWEN +USC00405828 36.0333 -87.6667 166.1 TN MCEWEN 5 S +USC00405836 35.6167 -84.2167 259.1 TN MC GHEE 2 SE +USC00405841 35.6167 -84.2167 246.9 TN MC GHEE +USC00405849 35.1500 -87.7500 289.9 TN MC GLAMERY +USC00405862 36.1500 -88.5167 159.1 TN MC KENZIE +USC00405882 35.6722 -85.7811 286.5 TN MC MINNVILLE HCN +USC00405887 35.7000 -85.7333 305.1 TN MC MINNVILLE TVA +USC00405896 36.5667 -81.9167 1186.0 TN MC QUEENS KNOB +USC00405941 35.8833 -84.3000 238.0 TN MELTON HILL DAM +USC00405949 35.1000 -90.0167 92.0 TN MEMPHIS SUBSTN +USC00405956 35.1297 -89.8036 94.5 TN MEMPHIS WFO +USC00405966 35.1153 -89.9925 76.2 TN MEMPHIS ZOO +USC00406012 35.9328 -88.7267 126.5 TN MILAN EXP STN +USC00406104 35.6333 -84.0167 292.9 TN MINT +USC00406154 35.6667 -87.1167 192.0 TN MONSANTO +USC00406162 35.2242 -85.8414 563.9 TN MONTEAGLE +USC00406170 36.1483 -85.2650 566.9 TN MONTEREY +USC00406175 36.1667 -85.2333 512.1 TN MONTEREY 5 NE +USC00406180 36.1014 -87.2847 182.9 TN MONTGOMERY BELL SP +USC00406219 35.9667 -84.6333 399.9 TN MORGAN +USC00406224 35.5333 -85.0500 580.0 TN MORGAN SPRINGS +USC00406229 36.1167 -84.5000 409.0 TN MORGAN SF +USC00406237 35.3333 -85.0167 225.9 TN MORGANTOWN +USC00406266 36.2333 -83.3333 406.0 TN MORRISTOWN +USC00406271 36.2067 -83.3325 409.7 TN MORRISTOWN RADIO WCRK +USC00406272 36.1683 -83.4028 402.3 TN MORRISTOWN WFO +USC00406274 35.0711 -89.4117 102.1 TN MOSCOW +USC00406287 36.4667 -81.8167 762.9 TN MTN CITY +USC00406292 36.4739 -81.8033 737.3 TN MTN CITY 2 +USC00406308 35.6558 -88.0064 137.2 TN MOUSETAIL LANDING SP +USC00406326 35.6500 -83.4333 1937.0 TN MT LE CONTE +USC00406328 35.6550 -83.4411 1979.1 TN MT LECONTE +USC00406330 35.9675 -88.0458 115.8 TN MT MORIAH BIRDSONG +USC00406335 35.5333 -87.2000 185.9 TN MT PLEASANT +USC00406340 35.5572 -87.2019 237.1 TN MT PLEASANT 1N +USC00406358 35.4556 -89.8114 136.6 TN MUNFORD +USC00406371 35.9203 -86.3728 163.1 TN MURFREESBORO 5 N HCN +USC00406374 35.8803 -86.4350 173.7 TN MURFREESBORO STNS RVR NB +USC00406376 35.8333 -86.3833 177.1 TN MURFREESBORO SUBSTN +USC00406384 35.6167 -84.6167 289.9 TN MURRAY STORE +USC00406403 36.1136 -86.6781 170.7 TN NASHVILLE BERRY FLD +USC00406404 35.1272 -86.7028 173.7 TN NASHVILLE 1 NW +USC00406407 36.1619 -86.7722 167.9 TN NASHVILLE +USC00406410 36.1708 -86.7358 152.4 TN NASHVILLE SHELBY PARK +USC00406427 35.7167 -86.9667 220.1 TN NEAPOLIS +USC00406435 35.7197 -86.9653 213.4 TN NEAPOLIS RES & EDU STN +USC00406454 36.3167 -87.2167 119.5 TN NEPTUNE 3 S +USC00406471 36.1167 -89.2667 113.1 TN NEWBERN +USC00406479 35.3167 -84.5500 274.9 TN NEW BETHEL +USC00406493 36.5517 -84.1728 309.1 TN NEWCOMB +USC00406500 35.6108 -83.4289 1536.2 TN NEWFOUND GAP +USC00406534 35.9833 -83.2008 315.8 TN NEWPORT 1 NW HCN +USC00406539 35.9833 -83.1667 320.0 TN NEWPORT TVA +USC00406547 36.3833 -84.5667 356.9 TN NEW RIVER +USC00406562 36.4500 -83.5667 451.1 TN NEW TAZEWELL +USC00406600 36.0667 -82.8667 371.9 TN NOLICHUCKY DAM +USC00406619 36.2131 -84.0603 338.3 TN NORRIS +USC00406624 36.2167 -84.0833 267.9 TN NORRIS DAM +USC00406629 36.2000 -84.0833 305.1 TN NORRIS EVAP STN +USC00406658 35.4000 -84.0667 586.1 TN NORTH CITICO C REEK +USC00406666 36.4664 -85.7181 173.7 TN NORTH SPRINGS 4NW +USC00406709 35.6667 -88.3500 161.8 TN OAK GROVE +USC00406740 35.9333 -84.3167 271.0 TN OAK RIDGE +USC00406776 35.1000 -84.5500 262.1 TN OCOEE POWERHOUSE 2 +USC00406784 36.2500 -82.0000 854.0 TN ODOMVILLE +USC00406803 36.2953 -86.6569 140.2 TN OLD HICKORY DAM +USC00406806 36.2469 -86.5631 179.8 TN OLD HICKORY WFO +USC00406824 35.2667 -88.0333 164.9 TN OLIVEHILL +USC00406829 36.5028 -84.5308 438.9 TN ONEIDA +USC00406844 35.0833 -85.0667 244.1 TN OOLTEWAH +USC00406861 36.6000 -86.7000 213.4 TN ORLINDA +USC00406914 35.3167 -87.5667 296.0 TN OVILLA +USC00406950 35.4833 -86.5833 235.0 TN PALMETTO +USC00406977 36.2872 -88.2958 135.0 TN PARIS 2 SE +USC00407007 35.1000 -84.6500 228.9 TN PARKSVILLE +USC00407015 35.6083 -88.1200 125.0 TN PARSONS WTP +USC00407030 36.1833 -83.8833 320.0 TN PAULETTE +USC00407099 35.6333 -88.0333 113.1 TN PERRYVILLE +USC00407107 35.3167 -86.6500 253.0 TN PETERSBURG +USC00407115 36.1000 -84.4333 427.0 TN PETROS +USC00407141 36.5514 -84.7967 495.3 TN PICKETT SP +USC00407156 35.0667 -88.2500 146.0 TN PICKWICK LANDING DAM +USC00407172 35.7833 -83.5500 313.9 TN PIGEON FORGE +USC00407182 35.6000 -85.1833 262.1 TN PIKEVILLE +USC00407184 35.5983 -85.1939 263.3 TN PIKEVILLE +USC00407187 36.2000 -84.6667 390.1 TN PILOT MTN +USC00407201 35.9000 -87.4667 159.1 TN PINEWOOD +USC00407241 35.7500 -83.4000 399.9 TN PITTMAN CTR +USC00407300 35.7000 -87.7333 153.0 TN PLEASANTVILLE +USC00407318 35.0000 -85.3667 609.9 TN POINT PARK LOOKOUT MTN +USC00407334 35.6500 -87.9667 131.1 TN POPE 2 N +USC00407350 35.6167 -84.8333 225.9 TN PORTER LAKE +USC00407358 36.5833 -86.5167 281.0 TN PORTLAND +USC00407359 36.5878 -86.5258 242.0 TN PORTLAND SEWAGE PLT +USC00407369 36.5342 -87.2194 155.4 TN PORT ROYAL 4W +USC00407388 36.0333 -84.0333 323.1 TN POWELL +USC00407442 35.8500 -83.7833 335.9 TN PROVIDENCE +USC00407454 35.2000 -87.0167 232.0 TN PULASKI +USC00407459 35.1842 -87.0422 196.3 TN PULASKI WWTP +USC00407573 35.5000 -88.3333 174.0 TN REAGAN +USC00407589 36.5378 -85.8522 253.0 TN RED BOILING SPRINGS +USC00407683 35.6167 -84.5333 310.9 TN RIDDLES STORE +USC00407710 35.7178 -89.4986 121.9 TN RIPLEY +USC00407728 36.0500 -83.8667 313.9 TN RITTA +USC00407768 36.1000 -82.1333 1866.9 TN ROAN HIGH KNOB +USC00407770 36.1636 -82.0953 890.9 TN ROAN MTN 3SW +USC00407773 36.2000 -82.0667 790.0 TN ROAN MTN +USC00407808 35.8092 -85.6417 268.2 TN ROCK ISLAND SP +USC00407811 35.8058 -85.6347 265.2 TN ROCK ISLAND 2 NW +USC00407831 35.8667 -84.6833 278.0 TN ROCKWOOD +USC00407834 35.8361 -84.6919 233.8 TN ROCKWOOD 2 +USC00407842 35.6500 -85.5667 274.9 TN ROCKY RIVER +USC00407850 35.7656 -84.7772 246.9 TN RODDY +USC00407884 36.4161 -82.9839 413.0 TN ROGERSVILLE 1 NE HCN +USC00407944 35.0500 -89.5333 95.1 TN ROSSVILLE +USC00407979 36.3667 -84.7000 435.9 TN RUGBY +USC00408065 36.4528 -89.3028 94.5 TN SAMBURG WR +USC00408098 35.1000 -84.4167 1007.1 TN SASSAFRAS KNOB +USC00408108 35.1525 -88.3214 128.0 TN SAVANNAH 6 SW +USC00408113 35.2333 -88.2167 131.1 TN SAVANNAH TVA +USC00408142 35.5167 -88.2500 146.0 TN SCOTTS HILL +USC00408158 35.2569 -85.7908 548.6 TN SOUTH CUMBERLAND SP +USC00408160 35.1647 -88.5994 143.3 TN SELMER +USC00408176 35.8833 -83.5833 274.9 TN SEVIERVILLE +USC00408179 35.9297 -83.5983 274.0 TN SEVIERVILLE +USC00408184 35.2028 -85.9172 587.7 TN SEWANEE +USC00408203 35.7500 -87.2833 167.9 TN SHADY GROVE +USC00408238 36.1661 -86.7247 123.4 TN SHELBY BOTTOMS NATURE +USC00408241 35.4833 -86.4667 225.9 TN SHELBYVILLE DAM +USC00408242 35.5611 -86.4458 244.8 TN SHELBYVILLE MUNI AP +USC00408244 35.4833 -86.4667 228.9 TN SHELBYVILLE POLICE STN +USC00408246 35.4922 -86.4775 231.6 TN SHELBYVILLE WATER DEPT +USC00408274 35.1500 -88.3167 146.0 TN SHILOH +USC00408301 35.1500 -87.1833 274.9 TN SHORE +USC00408315 35.1167 -85.3500 524.9 TN SIGNAL MTN +USC00408399 35.0833 -85.7333 203.9 TN SMITHTOWN +USC00408405 35.9419 -85.7892 271.3 TN SMITHVILLE 2 SE +USC00408414 35.9106 -86.5578 167.6 TN SMYRNA 6S +USC00408440 36.5333 -83.3333 481.6 TN SNEEDVILLE TVA 337 +USC00408445 35.2803 -85.2414 518.2 TN SODDY DAISY-MOWBRAY MTN +USC00408450 35.3883 -89.3717 112.8 TN SOMERVILLE 10N +USC00408491 36.5167 -82.0833 463.9 TN SOUTH HOLSTON DAM +USC00408506 36.1667 -86.7167 131.1 TN SOUTH NASHVILLE +USC00408515 35.8147 -85.4244 269.7 TN SPENCER 5NE +USC00408522 35.9067 -85.4750 275.8 TN SPARTA WASTEWATER PLANT +USC00408527 35.9000 -85.4833 292.9 TN SPARTA TVA +USC00408540 35.6764 -84.8547 230.1 TN SPRING CITY +USC00408562 36.4711 -86.8414 227.1 TN SPRINGFIELD EXP STN +USC00408570 36.2833 -88.1500 121.9 TN SPRINGVILLE +USC00408598 36.4833 -82.9333 396.8 TN STANLEY KNOBS +USC00408609 36.0314 -86.1253 220.4 TN STATESVILLE +USC00408659 36.2000 -82.2333 790.0 TN STONE MTN +USC00408677 36.0667 -83.6833 264.9 TN STRAWBERRY PLAINS +USC00408704 35.5333 -87.8167 161.8 TN SUGAR HILL +USC00408758 35.5500 -85.9833 342.0 TN SUMMITVILLE +USC00408766 36.2492 -84.6969 455.7 TN SUNBRIGHT 1 W +USC00408856 36.0167 -85.3667 287.1 TN TAYLORS +USC00408868 36.4650 -83.5603 416.1 TN TAZEWELL +USC00408873 36.4167 -83.5500 406.0 TN TAZEWELL 2 SE +USC00408886 35.3697 -84.3000 277.4 TN TELLICO PLAINS +USC00408891 35.3500 -84.2333 335.9 TN TELLICO RS +USC00408916 36.3250 -87.7886 220.1 TN TENNESSEE RIDGE +USC00408918 35.9647 -87.9639 131.1 TN TENNESSEE NWR DUCK R +USC00408953 35.7636 -86.9322 236.2 TN THOMPSON STN +USC00408990 36.3667 -83.4167 435.9 TN THORN HILL +USC00409020 36.3833 -89.4833 92.0 TN TIPTONVILLE +USC00409063 35.6833 -83.7500 320.0 TN TOWNSEND +USC00409065 35.6031 -83.7781 550.8 TN TOWNSEND 5S +USC00409071 36.3500 -81.7333 1071.1 TN TRADE +USC00409124 35.6667 -85.9333 299.0 TN TROUSDALE +USC00409155 35.3453 -86.2089 311.5 TN TULLAHOMA HCN +USC00409157 35.4294 -86.1967 310.9 TN TULLAHOMA 4NE +USC00409163 36.3667 -84.2667 427.0 TN TURLEY +USC00409173 35.1167 -84.3500 488.0 TN TURTLETOWN +USC00409181 36.1667 -82.7667 445.0 TN TUSCULUM COLLEGE +USC00409209 36.1667 -82.4000 641.0 TN UNICOI 3 SW +USC00409219 36.3925 -89.0317 106.7 TN UNION CITY HCN +USC00409231 35.8833 -83.9333 271.0 TN US COTTON FLD STN +USC00409239 35.9500 -83.9500 244.1 TN UNIV OF TENN FARM +USC00409244 35.9500 -83.9500 259.1 TN UNIV OF TENN LYSIMETER +USC00409283 36.2100 -87.4731 196.6 TN VANLEER +USC00409286 36.2336 -87.4439 260.9 TN VAN LEER 2 +USC00409325 36.2667 -84.1833 310.9 TN VASPER +USC00409339 35.0833 -87.8167 296.0 TN VICTORY +USC00409367 36.3333 -83.7000 390.1 TN WALKERS FORD +USC00409405 35.7667 -83.8500 274.9 TN WALLAND +USC00409431 36.0608 -86.9064 190.5 TN WARNER PARK +USC00409434 35.5392 -86.2283 309.1 TN WARTRACE 6E +USC00409437 36.0833 -84.5667 402.9 TN WARTBURG 2 SE +USC00409455 36.3333 -82.1167 522.1 TN WATAUGA DAM +USC00409481 36.0967 -86.1397 196.6 TN WATERTOWN PUBLIC SAFETY COMPLE +USC00409484 35.6167 -84.7833 253.0 TN WATTS BAR DAM +USC00409492 36.0825 -87.8347 164.6 TN WAVERLY +USC00409493 36.1142 -87.7419 228.3 TN WAVERLY AP +USC00409502 35.3042 -87.7592 228.6 TN WAYNESBORO HCN +USC00409507 35.3500 -87.8333 262.1 TN WAYNESBORO 5 NW +USC00409540 36.4167 -84.0000 323.1 TN WELL SPRING +USC00409560 36.5000 -84.0333 438.9 TN WESTBOURNE +USC00409691 35.2897 -85.4736 310.9 TN WHITWELL-SEQUATCHIE VLY +USC00409701 36.3667 -83.9000 458.1 TN WHITE HOLLOW +USC00409709 36.4511 -86.6456 249.9 TN WHITE HOUSE +USC00409710 36.1167 -83.2833 356.9 TN WHITE PINE +USC00409731 36.0167 -83.9167 326.1 TN WHITTLE SPRINGS +USC00409742 36.3333 -82.1333 497.1 TN WILBUR HYDRO PWR +USC00409752 35.7833 -88.3667 146.0 TN WILDERSVILLE +USC00409760 35.7833 -83.8833 271.0 TN WILDWOOD +USC00409780 35.1833 -86.1167 302.1 TN WINCHESTER +USC00409785 35.2333 -86.1000 292.9 TN WINCHESTER SUBSTN +USC00409800 35.1614 -86.0314 286.8 TN WINCHESTER 5SE +USC00409847 35.9167 -82.9333 366.1 TN WOLF CREEK +USC00409866 35.8375 -86.0894 228.6 TN WOODBURY 1 WNW +USC00409907 36.3333 -86.6833 167.9 TN WORSHAM +USC00410012 33.8339 -101.8436 1026.6 TX ABERNATHY +USC00410013 32.4317 -99.6325 549.2 TX ABILENE 6ESE +USC00410025 28.1569 -98.5142 132.6 TX ACKER RCH +USC00410034 32.5097 -101.6747 809.2 TX ACKERLY 4SE +USC00410040 30.3519 -101.2519 612.6 TX ACTON RCH +USC00410050 31.2833 -98.1500 313.9 TX ADAMSVILLE +USC00410068 35.2833 -102.6667 1232.0 TX ADRIAN +USC00410070 35.5167 -100.3667 787.0 TX ADOBE WELLS SCOUT CAMP +USC00410071 35.3489 -102.6469 1229.0 TX ADRIAN 6N +USC00410073 27.7833 -97.9000 25.9 TX AGUA DULCE +USC00410077 29.5481 -103.5864 999.1 TX AGUA FRIA +USC00410081 26.9000 -98.6000 139.9 TX AGUA NUEVA +USC00410120 32.7047 -99.3011 441.4 TX ALBANY HCN +USC00410129 32.6444 -97.5617 240.8 TX ALEDO 4 SE +USC00410144 27.7283 -98.0678 61.3 TX ALICE HCN +USC00410157 35.6103 -100.1022 792.5 TX ALLISON +USC00410160 30.0833 -100.3833 694.9 TX ALLISON RCH +USC00410174 30.3764 -103.6600 1356.4 TX ALPINE HCN +USC00410176 30.3703 -103.7808 1500.2 TX ALPINE 7NW +USC00410183 29.3833 -95.0667 4.3 TX ALTA LOMA +USC00410185 31.6500 -95.0833 134.1 TX ALTO +USC00410190 31.6094 -95.1342 85.3 TX ALTO 5 SW +USC00410201 32.4167 -97.2167 210.0 TX ALVARADO +USC00410202 32.4644 -97.1831 215.2 TX ALVARADO 4NE +USC00410204 29.3653 -95.2336 8.5 TX ALVIN +USC00410206 33.3867 -97.7164 307.8 TX ALVORD 3 N +USC00410213 35.2328 -101.7092 1094.2 TX AMARILLO 7ENE +USC00410219 33.6767 -96.3758 164.0 TX AMBROSE +USC00410225 29.4608 -101.0286 352.7 TX AMISTAD DAM +USC00410235 29.7878 -94.6342 7.3 TX ANAHUAC +USC00410244 30.4833 -95.9833 107.0 TX ANDERSON +USC00410246 30.7578 -97.8614 326.7 TX ANDICE 2 SW +USC00410248 32.3483 -102.5517 972.9 TX ANDREWS +USC00410250 32.3122 -102.5606 980.2 TX ANDREWS 2 +USC00410257 29.1572 -95.4592 8.2 TX ANGLETON 2 W +USC00410262 33.3500 -96.5167 207.3 TX ANNA +USC00410268 32.7667 -99.8900 523.3 TX ANSON +USC00410271 33.4414 -98.3689 312.4 TX ANTELOPE +USC00410273 30.1833 -103.9167 1427.1 TX ANTELOPE SPRINGS RCH +USC00410293 31.7000 -94.6167 136.9 TX APPLEBY +USC00410297 31.8411 -97.2114 158.5 TX AQUILLA 1 SSE +USC00410302 27.9167 -97.1333 6.1 TX ARANSAS PASS 2 +USC00410305 28.3081 -96.8047 4.6 TX ARANSAS WR +USC00410313 33.5989 -98.6544 305.1 TX ARCHER CITY 2W +USC00410337 32.7572 -97.0736 163.4 TX ARLINGTON SIX FLAGS +USC00410342 26.9333 -97.8000 9.1 TX ARMSTRONG +USC00410345 26.8339 -97.7078 7.6 TX ARMSTRONG 4SE +USC00410367 33.8756 -95.5022 129.5 TX ARTHUR CITY +USC00410380 28.4333 -99.7500 167.9 TX ASHERTON +USC00410394 33.1525 -100.2333 509.0 TX ASPERMONT +USC00410404 32.1633 -95.8300 136.6 TX ATHENS +USC00410408 33.1244 -94.1661 96.0 TX ATLANTA +USC00410415 33.0167 -97.0667 189.0 TX AUBREY NEAR +USC00410420 30.2833 -97.7333 -999.9 TX AUSTIN +USC00410427 30.2806 -97.6536 152.4 TX AUSTIN WTP +USC00410430 30.3000 -97.7833 161.8 TX AUSTIN DAM +USC00410431 30.2247 -97.7328 173.7 TX AUSTIN 6S +USC00410432 30.2500 -97.6833 156.1 TX AUSTIN MONTOPOLIS BRG +USC00410433 30.4144 -97.7664 268.2 TX AUSTIN GREAT HILLS +USC00410436 28.3889 -96.8389 7.0 TX AUSTWELL +USC00410437 28.2667 -96.8000 6.1 TX ARANSAS WILDLIFE REF +USC00410440 32.2067 -96.7958 161.5 TX AVALON +USC00410443 33.6247 -94.8075 118.9 TX AVERY 5 NNW +USC00410474 28.7167 -97.9333 91.4 TX BAINVILLE NEAR SCS #1 +USC00410478 32.4000 -99.4000 527.9 TX BAIRD +USC00410479 29.9500 -101.1500 460.2 TX BAKERS CROSSING +USC00410482 30.8878 -102.3008 776.3 TX BAKERSFIELD +USC00410484 30.7167 -102.2167 939.1 TX BAKERSFIELD 11 SSE +USC00410493 31.7414 -99.9764 534.9 TX BALLINGER 2 NW HCN +USC00410495 30.9833 -103.7333 972.9 TX BALMORHEA +USC00410497 30.8500 -103.9833 1524.9 TX BALMORHEA CIRCLE H RCH +USC00410498 30.9844 -103.7403 981.5 TX BALMORHEA HCN +USC00410499 30.9333 -103.5167 1007.1 TX BALMORHEA GRAEF RCH +USC00410509 30.1400 -98.8189 533.4 TX BANKERSMITH +USC00410510 30.1197 -98.7867 592.8 TX BANKERSMITH 2SE +USC00410511 27.8000 -97.8000 22.9 TX BANQUETE +USC00410518 32.2631 -96.6369 140.5 TX BARDWELL DAM +USC00410520 29.8167 -95.7333 39.9 TX HOUSTON BARKER +USC00410528 31.1333 -101.1667 780.9 TX BARNHART +USC00410538 31.4667 -103.4000 783.9 TX BARSTOW +USC00410540 30.8000 -97.4333 173.7 TX BARTLETT SCS #1 +USC00410542 30.1000 -97.3333 116.1 TX BASTROP +USC00410556 33.5833 -100.1500 552.0 TX BATEMAN RCH +USC00410558 33.6000 -100.2167 544.1 TX BATEMAN RCH 2 +USC00410560 28.9567 -99.6228 227.1 TX BATESVILLE +USC00410566 35.7333 -102.0167 -999.9 TX BAUTISTA NEAR SCS #35 +USC00410569 28.9797 -95.9750 15.8 TX BAY CITY WTR WKS +USC00410572 29.0000 -95.9667 14.9 TX BAY CITY 2 N +USC00410576 26.1167 -97.4000 6.1 TX BAYVIEW +USC00410580 28.3000 -98.9833 121.9 TX BAYLOR RCH +USC00410586 29.9142 -94.9908 7.9 TX BAYTOWN +USC00410600 29.5569 -103.3672 973.5 TX BEAR MOUNTAIN +USC00410605 29.5000 -95.8667 31.1 TX BEASLEY +USC00410611 30.0969 -94.0997 6.1 TX BEAUMONT CITY +USC00410613 30.0689 -94.2928 8.2 TX BEAUMONT RSCH CTR +USC00410635 30.7833 -95.9500 102.1 TX BEDIAS +USC00410639 28.4575 -97.7061 77.7 TX BEEVILLE 5 NE HCN +USC00410655 30.0317 -96.2167 85.3 TX BELLVILLE 6NNE +USC00410660 29.5244 -97.6850 117.3 TX BELMONT +USC00410665 31.1000 -97.4833 202.4 TX BELTON DAM +USC00410689 27.6000 -98.4167 116.1 TX BENAVIDES +USC00410690 27.5969 -98.4161 115.8 TX BENAVIDES 2 +USC00410691 32.6475 -97.4439 240.8 TX BENBROOK DAM +USC00410704 33.5333 -99.7667 427.0 TX BENJAMIN 4 SSE +USC00410708 33.5392 -100.0208 502.9 TX BENJAMIN 15 W +USC00410712 36.3833 -101.4333 -999.9 TX BERNSTEIN NEAR SCS #12 +USC00410715 32.3833 -94.0500 112.8 TX BETHANY +USC00410738 30.7625 -98.0214 344.1 TX BERTRAM 3 ENE +USC00410764 29.4372 -103.9583 1261.9 TX BIG BEND RCH SP +USC00410776 31.2000 -101.4667 819.9 TX BIG LAKE LCRA 140 +USC00410777 31.0167 -101.5500 854.0 TX BIG LAKE 13 SSW +USC00410779 31.2000 -101.4625 833.3 TX BIG LAKE 2 +USC00410781 32.3739 -101.4178 791.3 TX BIG SPRING 5NE +USC00410784 32.2683 -101.4858 764.7 TX BIG SPRING FLD STN +USC00410787 28.5731 -99.6044 164.6 TX BIG WELLS 2W +USC00410805 27.5842 -97.8031 20.4 TX BISHOP +USC00410826 32.1000 -100.3000 655.9 TX BLACKWELL +USC00410828 32.0919 -100.3253 640.7 TX BLACKWELL +USC00410832 30.0950 -98.4142 399.3 TX BLANCO HCN +USC00410839 31.8167 -98.7833 488.0 TX BLANKET +USC00410852 29.2333 -100.1000 296.0 TX BLEWETT 5 NW +USC00410861 30.5333 -104.1333 1756.9 TX BLOYS CAMPGROUND +USC00410866 30.4000 -97.1500 139.9 TX BLUE +USC00410902 29.7986 -98.7353 440.4 TX BOERNE HCN +USC00410917 30.7333 -93.6500 27.1 TX BON WIER +USC00410923 33.6403 -96.1661 180.4 TX BONHAM 3NNE +USC00410926 33.8186 -97.7336 298.7 TX BONITA 7NW +USC00410942 36.3667 -100.5333 854.0 TX BOOKER BLAU RCH +USC00410944 36.4533 -100.5394 838.2 TX BOOKER +USC00410947 34.8333 -102.8167 1253.9 TX BOOTLEG CORNER +USC00410950 29.1853 -102.9622 566.3 TX BOQUILLAS RS +USC00410955 35.6500 -101.4000 949.1 TX BORGER +USC00410958 35.6364 -101.4542 934.8 TX BORGER +USC00410977 34.5167 -102.8833 1250.9 TX BOVINA +USC00410984 33.5511 -97.8472 329.2 TX BOWIE +USC00410991 33.5164 -94.8608 134.1 TX BOXELDER 3 NNE +USC00410996 33.0800 -97.5639 222.5 TX BOYD +USC00411000 35.5303 -102.2564 972.6 TX BOYS RCH HCN +USC00411007 29.3167 -100.4144 341.4 TX BRACKETTVILLE +USC00411013 29.6100 -100.4519 536.4 TX BRACKETTVILLE 22 N +USC00411017 31.1444 -99.3492 521.5 TX BRADY +USC00411026 32.0508 -96.9661 195.1 TX BRANDON +USC00411033 35.6200 -103.0072 1268.0 TX BRAVO +USC00411034 29.0500 -95.5667 9.1 TX BRAZORIA +USC00411035 32.6489 -98.1336 256.0 TX BRAZOS +USC00411042 32.7500 -98.9017 356.6 TX BRECKENRIDGE +USC00411043 32.7667 -98.9333 406.0 TX BRECKENRIDGE 2 WNW +USC00411045 31.1589 -96.6825 143.3 TX BREMOND +USC00411048 30.1592 -96.3972 95.4 TX BRENHAM HCN +USC00411053 30.6833 -99.5500 537.1 TX BREWERS STORE 5 SW +USC00411057 34.6833 -100.9000 679.1 TX BRICE 2 S +USC00411063 33.2064 -97.7761 234.4 TX BRIDGEPORT +USC00411068 30.8833 -97.9333 332.2 TX BRIGGS +USC00411073 27.6500 -97.3000 3.0 TX BRIGHTON +USC00411080 30.3333 -104.5333 1409.1 TX BRITE RCH +USC00411081 32.5500 -97.0667 171.0 TX BRITTON +USC00411089 31.3050 -94.2703 74.7 TX BROADDUS +USC00411094 31.3500 -94.0167 98.1 TX BRONSON +USC00411127 33.1833 -102.2667 1031.1 TX BROWNFIELD +USC00411128 33.1908 -102.2681 1005.8 TX BROWNFIELD #2 +USC00411133 25.9008 -97.5039 5.5 TX BROWNSVILLE +USC00411138 31.7383 -98.9456 424.9 TX BROWNWOOD 2ENE HCN +USC00411148 27.4392 -98.8358 235.0 TX BRUNI +USC00411150 31.9833 -101.7000 766.0 TX BRUNSON RCH +USC00411156 30.8667 -96.1833 28.0 TX BRYAN 17 NE +USC00411165 30.7500 -98.4167 310.9 TX BUCHANAN DAM +USC00411185 31.2500 -102.6667 766.0 TX BUENAVISTA 2 NNW +USC00411188 31.4667 -96.0500 109.1 TX BUFFALO +USC00411203 36.1833 -100.8333 905.9 TX BULER 4 NNW +USC00411215 29.7383 -98.4522 329.2 TX BULVERDE +USC00411224 36.1500 -102.9333 1325.3 TX BUNKER HILL +USC00411227 29.9000 -104.2833 1342.0 TX BUNTON RCH +USC00411230 34.0906 -98.5861 327.1 TX BURKBURNETT +USC00411236 34.1061 -98.5347 290.5 TX BURKBURNETT 2 NE +USC00411239 31.9917 -99.2203 478.2 TX BURKETT +USC00411245 32.5167 -97.3333 235.0 TX BURLESON 2 SSW +USC00411246 32.5067 -97.3444 232.3 TX BURLESON +USC00411248 31.0000 -97.0333 125.0 TX BURLINGTON 3 WSW +USC00411250 30.7586 -98.2339 391.7 TX BURNET +USC00411253 30.7247 -98.3842 271.3 TX BURNET 9 WSW +USC00411267 35.1867 -102.0797 1164.0 TX BUSHLAND 1 WSW +USC00411285 31.9333 -99.0333 442.0 TX BYRDS 1 NNE +USC00411304 28.4333 -97.9500 107.0 TX CADIZ +USC00411314 30.5328 -96.7022 111.3 TX CALDWELL +USC00411325 29.5333 -96.3333 47.2 TX CALHOUN +USC00411334 31.0500 -99.7167 647.1 TX CALLAN +USC00411337 28.4658 -98.3539 66.4 TX CALLIHAM +USC00411348 30.8458 -96.9700 110.9 TX CAMERON +USC00411349 26.5500 -98.5833 139.9 TX CAMERON RCH +USC00411370 32.4333 -95.1833 -999.9 TX CAMP FANNIN +USC00411385 31.0000 -99.2667 515.1 TX CAMP SAN SABA +USC00411395 29.8947 -99.1044 494.7 TX CAMP VERDE +USC00411397 29.3833 -95.0333 5.2 TX CAMP WALLACE +USC00411398 29.6703 -100.0097 451.1 TX CAMP WOOD +USC00411405 36.0425 -100.0458 780.3 TX CANADIAN 20NE +USC00411407 36.0244 -100.4197 779.7 TX CANADIAN 6NW +USC00411408 35.6467 -100.0658 772.1 TX CANADIAN 22SE +USC00411410 35.7133 -100.4225 792.8 TX CANADIAN 15SW +USC00411412 35.9092 -100.3883 701.0 TX CANADIAN +USC00411413 35.9000 -100.3667 743.7 TX CANADIAN #2 +USC00411416 30.1383 -104.6822 876.9 TX CANDELARIA +USC00411425 32.5669 -95.9578 147.8 TX CANTON 5 W +USC00411429 29.8608 -98.1958 304.8 TX CANYON DAM +USC00411430 34.9806 -101.9264 1094.2 TX CANYON +USC00411431 29.8617 -98.2919 298.7 TX CANYON DAM #1 +USC00411433 29.9461 -98.3967 373.4 TX CANYON DAM #3 +USC00411434 29.9111 -98.3714 356.0 TX CANYON DAM #4 +USC00411437 29.9333 -98.2167 299.0 TX CANYON DAM 7 +USC00411438 29.9167 -98.2167 298.1 TX CANYON DAM #7 +USC00411439 30.8333 -99.1167 519.1 TX CAPPS RCH +USC00411451 32.2686 -98.8336 484.6 TX CARBON +USC00411470 31.0000 -94.9500 100.6 TX CARMONA +USC00411481 30.1667 -99.1167 609.9 TX CARR RCH +USC00411486 28.4894 -99.8733 186.8 TX CARRIZO SPRINGS 3S +USC00411490 32.9850 -96.9258 166.1 TX CARROLLTON +USC00411492 29.7908 -100.6742 564.2 TX CARTA VALLEY +USC00411500 32.1614 -94.3397 93.0 TX CARTHAGE +USC00411511 31.6333 -101.0333 668.1 TX CASE RCH 3 S +USC00411521 30.7000 -98.9667 369.1 TX CASTELL +USC00411524 29.1333 -103.5144 661.1 TX CASTOLON +USC00411528 28.3392 -99.6328 170.7 TX CATARINA HCN +USC00411541 30.0164 -97.4786 132.9 TX CEDAR CREEK 5 S +USC00411542 30.0225 -97.5578 166.1 TX CEDAR CREEK 6SW +USC00411573 33.3167 -96.8000 207.0 TX CELINA +USC00411578 31.8075 -94.1642 99.1 TX CENTER +USC00411580 31.4683 -98.4106 416.1 TX CENTER CITY +USC00411596 31.2581 -95.9744 97.5 TX CENTERVILLE +USC00411622 33.8833 -100.2167 542.5 TX CHALK +USC00411625 32.1561 -97.9369 345.3 TX CHALK MTN +USC00411629 36.1833 -102.3167 -999.9 TX CHAMBERLAIN SCS 7 +USC00411632 31.4667 -93.8333 107.0 TX CHAMBERS HILL GRD STN +USC00411641 30.7000 -103.1833 1036.9 TX CHANCELLOR +USC00411646 35.6869 -102.3342 1158.2 TX CHANNING +USC00411647 35.7667 -102.4000 -999.9 TX CHANNING NEAR SCS #27 +USC00411648 35.6833 -102.1667 -999.9 TX CHANNING SCS 38 +USC00411649 35.6831 -102.3300 1155.2 TX CHANNING 2 +USC00411650 35.7667 -102.1500 1135.4 TX CHANNING 11 NE +USC00411651 27.5892 -97.4547 7.6 TX CHAPMAN RCH +USC00411655 31.0667 -98.5667 378.0 TX CHAPPEL +USC00411659 34.0972 -98.3164 289.6 TX CHARLIE +USC00411663 28.9275 -98.7494 134.4 TX CHARLOTTE 5 NNW +USC00411671 29.3092 -97.4061 112.2 TX CHEAPSIDE +USC00411680 30.9833 -98.7167 454.2 TX CHEROKEE +USC00411694 34.4386 -100.2183 585.2 TX CHILDRESS 2 +USC00411696 34.4333 -100.2500 601.1 TX CHILDRESS 3 W +USC00411697 34.5667 -100.3333 522.1 TX CHILDRESS 13 NW +USC00411699 31.0000 -104.0333 -999.9 TX CHILDRESS RCH +USC00411701 34.2500 -99.5167 427.0 TX CHILLICOTHE +USC00411711 31.5039 -94.3522 100.6 TX CHIRENO +USC00411715 29.2703 -103.3003 1615.4 TX CHISOS BASIN +USC00411720 28.4675 -98.2525 70.1 TX CHOKE CANYON DAM +USC00411735 31.2000 -100.4833 619.0 TX CHRISTOVAL +USC00411736 31.1708 -100.5156 641.9 TX CHRISTOVAL 3SSW +USC00411741 29.0167 -97.9333 95.1 TX CIBOLO CREEK +USC00411772 33.6164 -95.0717 132.6 TX CLARKSVILLE 2NE HCN +USC00411773 33.6108 -95.0717 129.8 TX CLARKSVILLE 1W +USC00411777 29.6500 -98.3667 305.1 TX CLASSENS RCH +USC00411778 35.1100 -101.3619 1034.8 TX CLAUDE +USC00411782 30.2000 -104.0833 1371.6 TX CLAY MITCHELL RANCH +USC00411800 32.3139 -97.4061 238.7 TX CLEBURNE +USC00411804 32.3300 -97.3122 240.8 TX CLEBURNE 7SE +USC00411810 30.3636 -95.0839 59.7 TX CLEVELAND +USC00411823 31.8000 -97.4333 203.9 TX CLIFTON 10 E +USC00411824 31.7833 -97.5833 233.2 TX CLIFTON 2 +USC00411832 29.2500 -100.0833 305.1 TX CLINE +USC00411838 29.7067 -95.6878 26.5 TX CLODINE +USC00411843 30.1833 -100.3667 686.1 TX CLOUDT RCH +USC00411860 30.7000 -102.4167 914.4 TX COATES RANCH +USC00411870 30.5333 -95.1500 108.2 TX COLDSPRING 5 SSW +USC00411874 36.4000 -102.5667 1258.8 TX COLDWATER +USC00411875 31.8278 -99.4319 524.6 TX COLEMAN +USC00411880 28.7156 -97.1742 36.0 TX COLETO CREEK RSVR +USC00411885 28.7167 -96.1833 4.3 TX COLLEGEPORT +USC00411888 30.5333 -96.4167 53.3 TX COLLEGE STN 6 SW +USC00411892 33.5500 -96.9167 224.0 TX COLLINSVILLE +USC00411903 32.3978 -100.8594 643.1 TX COLORADO CITY +USC00411911 29.6989 -96.5731 68.6 TX COLUMBUS +USC00411914 31.8983 -98.6033 421.8 TX COMANCHE +USC00411920 29.9614 -98.8944 436.8 TX COMFORT 2 +USC00411921 33.1997 -95.9283 167.6 TX COMMERCE 4SW +USC00411925 29.6833 -101.1833 483.1 TX COMSTOCK +USC00411926 29.7000 -101.3500 384.0 TX COMSTOCK 11 WNW +USC00411932 27.3583 -98.3811 79.2 TX CONCEPCION 3 S +USC00411934 31.5517 -99.7083 478.2 TX CONCHO PARK/IVIE RSVR +USC00411946 36.2353 -102.2406 1164.3 TX CONLEN +USC00411947 36.2000 -102.2167 -999.9 TX CONLEN SCS 9 +USC00411948 36.3000 -102.2833 -999.9 TX CONLEN NEAR SG #1 +USC00411949 36.1167 -102.1833 -999.9 TX CONLEN NEAR SCS # 8 +USC00411956 30.3303 -95.4831 74.7 TX CONROE +USC00411968 33.3192 -95.6039 141.1 TX COOPER DAM +USC00411970 33.3744 -95.6933 148.1 TX COOPER +USC00411972 29.5833 -103.1333 885.1 TX COOPERS STORE +USC00411974 31.5333 -101.2842 755.9 TX COPE RCH +USC00411984 31.1167 -97.9000 326.1 TX COPPERAS COVE +USC00411986 31.1167 -97.9167 378.0 TX COPPERAS COVE 2 +USC00411990 31.1603 -97.9564 374.9 TX COPPERAS COVE 5 NW +USC00411995 34.1122 -99.7430 449.6 TX COPPER BREAKS SP +USC00412011 27.7792 -97.5056 13.4 TX CORPUS CHRISTI NWS +USC00412012 31.7800 -105.4700 1365.5 TX CORNUDAS SVC STN +USC00412013 27.6606 -97.3983 4.9 TX C C BOTANICAL GARDENS +USC00412014 27.8000 -97.4000 3.0 TX CORPUS CHRISTI +USC00412017 31.0033 -94.8161 61.0 TX CORRIGAN 1 ENE +USC00412019 32.1225 -96.4867 136.9 TX CORSICANA HCN +USC00412020 32.1183 -96.3256 114.6 TX CORSICANA 8 E +USC00412024 31.5500 -97.6167 296.0 TX CORYELL CITY +USC00412040 30.1806 -99.1539 647.1 TX COTTONWOOD 2NW +USC00412042 31.5500 -106.0833 1174.1 TX COTTONWOOD DAM 1 +USC00412043 31.5333 -106.0667 -999.9 TX COTTONWOOD DAM #2 +USC00412051 28.2333 -99.0667 100.9 TX COTULLA HILLJE RCH +USC00412066 31.3500 -99.8833 580.0 TX COX RCH +USC00412070 28.8167 -98.0500 121.9 TX COY CITY NEAR SCS #2 +USC00412073 29.5333 -95.7500 34.1 TX CRABB 2 W +USC00412080 32.6297 -96.4581 131.1 TX CRANDALL +USC00412082 31.4072 -102.3578 778.5 TX CRANE +USC00412084 31.6728 -102.4133 892.1 TX CRANE 10N +USC00412086 31.7731 -97.8264 298.7 TX CRANFILLS GAP +USC00412088 31.5333 -97.4525 214.9 TX CRAWFORD +USC00412096 32.5286 -97.6189 316.7 TX CRESSON +USC00412104 30.0667 -99.7333 708.1 TX CRIDER RCH +USC00412114 31.3072 -95.4508 105.8 TX CROCKETT +USC00412121 33.6517 -101.2450 917.4 TX CROSBYTON HCN +USC00412124 35.5500 -100.4167 1101.9 TX CROSSBAR RANCH +USC00412125 28.5978 -98.5547 86.9 TX CROSS +USC00412128 32.1167 -99.1667 531.0 TX CROSS PLAINS +USC00412131 32.1267 -99.1606 545.6 TX CROSS PLAINS #2 +USC00412142 33.9897 -99.7303 451.1 TX CROWELL +USC00412150 32.1333 -96.6500 -999.9 TX CRYER CREEK SCS #1 +USC00412160 28.6794 -99.8311 176.8 TX CRYSTAL CITY +USC00412170 29.0667 -97.2833 54.9 TX CUERO +USC00412173 29.0892 -97.3433 65.2 TX CUERO +USC00412206 30.0211 -95.7069 45.7 TX CYPRESS +USC00412210 30.3833 -98.2500 281.0 TX CYPRESS MILL +USC00412218 30.4364 -95.7919 73.2 TX DACUS +USC00412224 33.0333 -94.7333 121.9 TX DAINGERFIELD +USC00412225 32.9203 -94.7225 91.4 TX DAINGERFIELD 9 S +USC00412228 32.8167 -96.7167 150.9 TX DALLAS ARBORETUM +USC00412235 36.0072 -102.6133 1219.2 TX DALHART 6 SW +USC00412238 36.0606 -102.5211 1214.3 TX DALHART +USC00412239 36.0167 -102.5833 1220.1 TX DALHART EXP STN +USC00412243 32.7744 -96.8214 112.5 TX DALLAS +USC00412247 32.7667 -96.7833 146.0 TX DALLAS WFAA +USC00412266 29.0567 -96.2319 21.3 TX DANEVANG 1 W HCN +USC00412282 36.4439 -100.3317 783.9 TX DARROUZETT +USC00412295 30.8014 -97.2689 169.5 TX DAVILLA 2N +USC00412298 31.1000 -104.0500 1219.2 TX DAVIS MOUNTAIN JUNCTIN +USC00412299 30.1167 -103.7333 1524.0 TX DAVIS RANCH SCS +USC00412309 31.9000 -96.7167 146.0 TX DAWSON +USC00412310 35.0333 -102.2000 -999.9 TX DEAN +USC00412317 30.9833 -100.8000 732.1 TX DE LONG RCH +USC00412334 33.2331 -97.6225 295.7 TX DECATUR +USC00412336 33.3333 -97.5833 274.9 TX DECATUR 7 N +USC00412338 33.2000 -97.6000 281.0 TX DECATUR 2 SSW +USC00412348 29.7167 -95.1333 -999.9 TX HOUSTON DEER PARK +USC00412350 32.0783 -98.6058 374.3 TX DE LEON 5SW +USC00412352 33.4797 -94.6175 103.9 TX DEKALB +USC00412354 31.9147 -105.2097 1130.2 TX DELL CITY 5SSW +USC00412361 29.4078 -100.9275 320.3 TX DEL RIO 4NW +USC00412362 29.3333 -100.8833 267.9 TX DEL RIO 3 S +USC00412364 29.3317 -100.9297 264.9 TX DEL RIO 4 SW +USC00412394 33.8167 -96.5667 186.8 TX DENISON DAM +USC00412397 33.8167 -96.5333 167.9 TX DENISON HWY 60 BRG +USC00412403 33.2333 -97.1333 200.9 TX DENTON +USC00412404 33.1992 -97.1050 192.0 TX DENTON 2 SE +USC00412408 32.9619 -102.8219 1094.2 TX DENVER CITY +USC00412415 33.5639 -95.3742 132.9 TX DEPORT 4 NW +USC00412417 28.7528 -99.1353 148.7 TX DERBY 1 S +USC00412430 29.1500 -98.9000 210.0 TX DEVINE +USC00412436 30.2333 -93.7333 6.1 TX DEWEYVILLE 5 S +USC00412444 31.8614 -95.2619 187.8 TX DIALVILLE 2 W +USC00412446 32.7056 -94.7889 86.6 TX DIANA 2 W +USC00412448 33.6167 -100.8333 784.9 TX DICKENS +USC00412458 28.6806 -99.1833 167.6 TX DILLEY +USC00412462 30.3558 -96.8289 112.2 TX DIME BOX +USC00412463 34.5500 -102.2167 1161.9 TX DIMMITT 6 E +USC00412464 34.5858 -102.3120 1173.5 TX DIMMITT 2 N +USC00412478 30.1167 -99.6167 777.8 TX DIVIDE SCHOOL +USC00412485 31.9961 -104.8333 1909.6 TX DOG CANYON +USC00412518 26.1728 -98.0786 23.5 TX DONNA +USC00412527 31.4833 -99.5667 442.0 TX DOOLE 6 NNE +USC00412541 30.4500 -99.1333 548.9 TX DOSS +USC00412558 31.6481 -94.8997 117.3 TX DOUGLASS 1 S +USC00412559 31.7167 -94.9000 103.6 TX DOUGLASS NEAR +USC00412585 30.2194 -97.9878 330.4 TX DRIPPING SPRINGS 6 E +USC00412587 27.6722 -97.7522 19.2 TX DRISCOLL +USC00412590 30.0500 -102.1167 667.5 TX DRYDEN +USC00412593 30.2000 -101.8333 694.9 TX DRYDEN 10 NE +USC00412595 29.3833 -97.2667 92.0 TX DRYER 1 NW +USC00412598 32.0628 -98.3047 447.4 TX DUBLIN 2SE HCN +USC00412599 32.1000 -98.2500 448.1 TX DUBLIN NEAR SCS 7 +USC00412617 35.8731 -101.9725 1114.0 TX DUMAS +USC00412619 35.9500 -101.8833 1083.0 TX DUMAS 8 NE +USC00412620 35.9000 -102.1167 -999.9 TX DUMAS NEAR SCS #34 +USC00412621 33.8094 -100.5169 612.6 TX DUMONT +USC00412630 30.8000 -100.1667 646.2 TX DUNCAN WILSON RCH +USC00412633 33.8158 -98.9317 320.3 TX DUNDEE 6 NNW +USC00412636 30.3667 -99.6000 670.9 TX DUNK RCH +USC00412644 32.7167 -101.1833 731.5 TX DURHAM +USC00412655 30.4167 -97.7333 198.1 TX DUVAL +USC00412669 32.5667 -95.4167 159.1 TX EADS +USC00412676 29.6211 -96.3661 53.6 TX EAGLE LAKE RESCH CTR +USC00412677 32.8692 -97.4497 231.6 TX EAGLE MTN LAKE +USC00412678 32.8833 -97.4667 207.0 TX EAGLE MTN LAKE DAM +USC00412679 28.7569 -100.4792 247.5 TX EAGLE PASS 3N HCN +USC00412680 32.9500 -97.5167 -999.9 TX EAGLE MTN LAKE PARK +USC00412695 29.1500 -95.6167 14.9 TX EAST COLUMBIA +USC00412715 32.3989 -98.8175 438.3 TX EASTLAND +USC00412741 31.2208 -99.8494 624.8 TX EDEN +USC00412744 31.2167 -99.8500 630.9 TX EDEN 2 +USC00412758 26.2981 -98.1575 29.3 TX EDINBURG +USC00412766 34.2833 -101.9000 1061.0 TX EDMONSON +USC00412768 28.9667 -96.6833 20.7 TX EDNA HWY 59 BRG +USC00412769 28.9500 -96.6833 21.0 TX EDNA 3 SW +USC00412770 29.0622 -96.7714 21.3 TX EDNA 7 NW +USC00412772 32.3656 -95.6089 154.8 TX EDOM +USC00412780 29.4000 -96.2333 39.9 TX EGYPT +USC00412786 29.2000 -96.2653 33.5 TX EL CAMPO +USC00412792 30.8333 -100.5833 742.2 TX ELDORADO 2 SE +USC00412793 31.8117 -106.3708 1194.2 TX EL PASO #2 +USC00412794 31.8347 -105.9608 1597.2 TX EL PASO 32 ENE +USC00412809 30.8694 -100.5994 743.7 TX ELDORADO +USC00412812 30.9667 -100.7000 759.0 TX ELDORADO 11 NW +USC00412813 30.7833 -100.7667 741.0 TX ELDORADO 11 SW +USC00412814 30.7333 -100.8833 719.9 TX ELDORADO 19 SW +USC00412815 31.0369 -100.5911 725.4 TX ELDORADO 12N +USC00412816 30.8192 -100.7572 743.7 TX ELDORADO 10W +USC00412818 34.0308 -98.9117 370.6 TX ELECTRA +USC00412820 30.3642 -97.3700 181.1 TX ELGIN 1 N +USC00412824 28.4747 -100.2147 246.0 TX EL INDIO 7ESE +USC00412830 29.8833 -98.6500 464.5 TX ELMAX RCH +USC00412850 29.4167 -98.3333 214.0 TX ELMENDORF +USC00412879 26.5747 -98.8708 62.2 TX EL SAUZ +USC00412902 32.8711 -95.7797 147.5 TX EMORY +USC00412904 32.7706 -95.7656 112.8 TX EMORY 8 S +USC00412906 27.9775 -99.3847 166.1 TX ENCINAL HCN +USC00412917 26.3333 -98.0167 21.0 TX ENGLEMAN GARDENS +USC00412920 33.6333 -94.8667 117.3 TX ENGLISH SCS #3 +USC00412925 32.3333 -96.6333 160.0 TX ENNIS +USC00412934 31.4000 -100.0833 -999.9 TX EOLA +USC00412941 33.5000 -97.3000 289.9 TX ERA +USC00412950 27.0267 -98.9808 125.0 TX ESCOBAS +USC00412965 32.8667 -97.0167 -999.9 TX ESTELLE +USC00412967 34.4000 -100.4667 -999.9 TX ESTELLINE NEAR SCS #60 +USC00412977 36.1333 -102.0667 -999.9 TX ETTER NEAR +USC00412978 36.0333 -101.9667 -999.9 TX ETTER NEAR SCS #33 +USC00412983 32.8167 -97.1000 167.9 TX EULESS 1 SW +USC00413000 30.3333 -94.0833 10.1 TX EVADALE +USC00413005 31.4625 -98.1619 379.5 TX EVANT 1SSW +USC00413013 30.8833 -104.4500 1348.1 TX E V RCH +USC00413025 27.4814 -97.7997 25.6 TX EXXON GAS PLT +USC00413033 31.5000 -106.1500 1100.9 TX FABENS +USC00413038 29.7500 -98.6333 396.8 TX FAIR OAKS RCH +USC00413043 29.8000 -95.5000 27.1 TX HOUSTON FAIRBANKS +USC00413047 31.7322 -96.2078 131.7 TX FAIRFIELD 3W +USC00413060 26.5581 -99.1372 97.5 TX FALCON DAM +USC00413063 27.1353 -98.1203 42.4 TX FALFURRIAS HCN +USC00413065 28.9614 -98.1103 104.5 TX FALLS CITY 7 WSW +USC00413067 28.9833 -98.0000 121.9 TX FALLS CITY NEAR SCS #3 +USC00413080 33.1414 -96.2933 191.4 TX FARMERSVILLE +USC00413085 36.3667 -100.9833 915.0 TX FARNSWORTH 3 NNW +USC00413103 29.8667 -100.9000 458.1 TX FAWCETT RCH +USC00413112 30.2758 -97.0192 130.8 TX FEDOR 3SE +USC00413133 32.5339 -96.6608 143.3 TX FERRIS +USC00413142 31.3833 -99.3667 424.0 TX FIFE +USC00413156 29.9744 -98.2669 359.7 TX FISCHERS STORE +USC00413171 31.3089 -97.6306 259.1 TX FLAT +USC00413183 29.6339 -97.0644 143.3 TX FLATONIA 4SE HCN +USC00413189 30.1667 -104.2000 1478.9 TX FLETCHER RCH +USC00413192 32.2000 -95.3500 146.0 TX FLINT +USC00413195 34.2319 -100.9561 720.9 TX FLOMOT 2E +USC00413196 34.2675 -100.9336 719.3 TX FLOMOT 4 NE +USC00413199 30.8394 -97.7928 300.5 TX FLORENCE +USC00413201 29.1333 -98.1628 121.9 TX FLORESVILLE +USC00413210 27.6000 -97.2833 2.7 TX FLOUR BLUFF +USC00413214 33.9850 -101.3339 981.5 TX FLOYDADA +USC00413215 33.8761 -101.2464 954.0 TX FLOYDADA 9 SE +USC00413216 32.9000 -101.1500 -999.9 TX FLUVANNA +USC00413218 31.0833 -98.7500 497.1 TX FLYING V RCH +USC00413225 36.4328 -100.1369 844.3 TX FOLLETT +USC00413247 33.4661 -97.5797 338.3 TX FORESTBURG 5 S +USC00413253 32.1117 -101.3642 838.2 TX FORSAN +USC00413257 30.8272 -100.1103 661.1 TX FT MCKAVETT +USC00413262 30.5997 -103.8869 1482.5 TX FT DAVIS +USC00413263 30.2833 -104.0167 1427.1 TX FORT D. A. RUSSELL +USC00413265 32.9264 -99.2342 388.6 TX FT GRIFFIN +USC00413266 31.1853 -105.7414 1190.2 TX FT HANCOCK 8SSE +USC00413267 27.5000 -99.5167 139.9 TX FT MC INTOSH +USC00413270 30.8272 -100.1097 661.7 TX FORT MCKAVETT +USC00413271 30.9500 -100.2667 694.9 TX FT MC KAVETT 14 NW +USC00413277 30.8833 -102.8833 929.9 TX FT STOCKTON 1 +USC00413280 30.9072 -102.9153 926.0 TX FT STOCKTON HCN +USC00413285 32.8339 -97.2975 196.3 TX FT WORTH WSFO 72249 +USC00413286 32.7333 -97.3333 200.9 TX FT WORTH VICKERY BLV +USC00413289 32.8472 -97.4761 187.5 TX FT WORTH NATURE CTR +USC00413290 32.7342 -97.3678 179.5 TX FT WORTH BOTANIC GARDEN +USC00413291 30.5600 -102.3653 905.6 TX FT STOCKTON 38SE +USC00413294 30.7611 -102.4781 1037.5 TX FT STOCKTON 26ESE +USC00413298 30.6500 -95.4167 92.0 TX FOUR NOTCH GRD STN +USC00413299 28.5033 -98.8392 91.4 TX FOWLERTON +USC00413321 31.0328 -96.4889 142.3 TX FRANKLIN +USC00413325 32.0667 -95.5500 131.1 TX FRANKSTON 3 WNW +USC00413329 30.2392 -98.9089 513.6 TX FREDERICKSBURG +USC00413340 28.9844 -95.3808 2.4 TX FREEPORT 2 NW +USC00413341 27.8722 -98.6175 171.3 TX FREER +USC00413344 27.9422 -98.8717 102.4 TX FREER 18 WNW +USC00413366 29.0333 -99.3167 192.0 TX FRIO TOWN +USC00413368 34.6400 -102.7231 1222.2 TX FRIONA +USC00413370 33.1925 -96.7931 227.7 TX FRISCO +USC00413379 32.0833 -96.8000 159.1 TX FROST +USC00413401 31.4775 -100.7978 630.9 TX FUNK RCH +USC00413410 35.6306 -100.3917 853.4 TX GAGEBY 3 WNW +USC00413411 32.7744 -101.4539 771.1 TX GAIL +USC00413415 33.6358 -97.1447 237.7 TX GAINESVILLE +USC00413420 33.6461 -97.0592 265.2 TX GAINESVILLE 5 ENE HCN +USC00413441 34.8833 -103.0167 1281.1 TX GARCIA LAKE +USC00413442 34.9167 -102.7333 1260.0 TX GARCIA LAKE 12 ENE +USC00413444 26.3231 -98.6778 53.3 TX GARCIASVILLE 2 ESE +USC00413445 31.8667 -101.4814 809.2 TX GARDEN CITY +USC00413446 31.8333 -101.2000 750.1 TX GARDEN CITY 16 E +USC00413463 29.5833 -99.7333 427.0 TX GARNER SP +USC00413472 32.0333 -94.3667 88.1 TX GARY +USC00413476 33.0667 -97.0167 171.0 TX LEWISVILLE DAM +USC00413480 29.7167 -95.7333 31.1 TX GASTON +USC00413485 31.4144 -97.7019 251.8 TX GATESVILLE +USC00413506 30.6333 -97.6833 228.0 TX GEORGETOWN +USC00413507 30.6764 -97.7208 266.4 TX GEORGETOWN LAKE +USC00413508 28.3064 -98.1222 68.6 TX GEORGE WEST 2 SSW +USC00413525 30.1872 -96.8594 167.6 TX GIDDINGS 5E +USC00413546 32.7464 -95.0497 118.9 TX GILMER 4 WNW +USC00413547 32.7333 -94.9500 113.1 TX GILMER +USC00413557 31.0667 -102.4000 705.0 TX GIRVIN +USC00413564 32.8833 -97.1000 167.6 TX GLADE +USC00413565 32.5269 -94.9600 74.4 TX GLADEWATER 3 WSW +USC00413568 36.0089 -100.2692 796.4 TX GLAZIER +USC00413579 31.8897 -99.6294 628.8 TX GLEN COVE 2 NE +USC00413585 31.9167 -94.8500 107.0 TX GLENFAWN +USC00413591 32.2342 -97.7853 199.6 TX GLEN ROSE 2 W +USC00413605 30.3481 -98.6861 499.9 TX GOLD +USC00413614 31.4406 -98.5903 459.3 TX GOLDTHWAITE 1 WSW +USC00413618 28.6617 -97.3850 43.3 TX GOLIAD +USC00413619 28.7167 -97.3333 46.0 TX GOLIAD 6 NE +USC00413620 28.6703 -97.3778 51.8 TX GOLIAD 1 E +USC00413622 29.4744 -97.4481 90.2 TX GONZALES 2S +USC00413623 29.5000 -97.4500 92.0 TX GONZALES 2 +USC00413624 29.4358 -97.5178 111.3 TX GONZALES 10 SW +USC00413639 32.5408 -98.3814 311.2 TX GORDON 1SW +USC00413640 29.7333 -94.9667 7.0 TX GOOSE CREEK +USC00413642 33.7953 -96.8531 220.1 TX GORDONVILLE +USC00413644 31.6500 -97.2167 159.7 TX GORHAM +USC00413646 32.2422 -98.6631 420.6 TX GORMAN 2 NNE +USC00413654 31.5500 -99.4833 458.1 TX GOULDBUSK +USC00413668 33.1203 -98.5669 328.6 TX GRAHAM +USC00413673 32.4500 -97.7500 220.1 TX GRANBURY 2 ENE +USC00413675 32.5217 -97.8069 237.4 TX GRANBURY 5N +USC00413680 31.3028 -102.8222 739.1 TX GRANDFALLS 3SSE +USC00413683 32.2667 -97.1833 -999.9 TX GRANDVIEW +USC00413685 30.7150 -97.4483 174.3 TX GRANGER +USC00413686 30.7189 -97.3211 169.2 TX GRANGER DAM +USC00413689 31.4833 -95.4833 146.0 TX GRAPELAND +USC00413691 32.9506 -97.0553 178.3 TX GRAPEVINE DAM +USC00413734 33.1678 -96.0983 166.1 TX GREENVILLE KGVL RADIO HCN +USC00413770 31.5167 -96.5333 143.0 TX GROESBECK +USC00413776 31.4406 -96.4825 154.8 TX GROESBECK 7SE +USC00413778 31.1964 -95.1461 106.7 TX GROVETON +USC00413787 36.2631 -101.4050 966.2 TX GRUVER +USC00413822 33.3750 -96.7611 224.0 TX GUNTER 5 S +USC00413828 33.6267 -100.3369 536.4 TX GUTHRIE +USC00413831 34.1333 -98.9333 353.9 TX GUYER +USC00413841 33.9333 -100.1333 509.0 TX HACKBERRY +USC00413846 33.3361 -95.2486 109.7 TX HAGANSPORT +USC00413862 34.0833 -101.8500 1046.1 TX HALE CTR +USC00413864 34.1333 -102.0500 1076.9 TX HALE CTR 14 WNW +USC00413871 30.1333 -99.6000 694.9 TX HALL RCH +USC00413873 29.4706 -96.9397 83.8 TX HALLETTSVILLE 2 N HCN +USC00413877 32.5111 -94.5889 76.2 TX HALLSVILLE 1 W +USC00413884 31.7089 -98.1150 348.4 TX HAMILTON +USC00413890 32.8694 -100.1211 524.3 TX HAMLIN 1SW +USC00413894 32.7833 -100.0833 548.6 TX HAMLIN NEAR SCS #2 +USC00413922 34.7333 -101.8500 1104.0 TX HAPPY +USC00413926 34.7861 -101.8953 1126.8 TX HAPPY 4NW +USC00413941 32.6761 -94.5781 105.2 TX HARLETON +USC00413943 26.2028 -97.6728 11.6 TX HARLINGEN +USC00413954 30.3086 -99.2030 643.1 TX HARPER 3ENE +USC00413972 34.3697 -102.1175 1116.5 TX HART +USC00413976 34.2833 -102.0667 381.0 TX HART JONES RCH +USC00413979 35.8783 -102.3850 1184.8 TX HARTLEY +USC00413981 35.8656 -102.3319 1190.2 TX HARTLEY 4 ESE +USC00413992 33.1644 -99.7389 484.6 TX HASKELL HCN +USC00413994 33.2333 -99.8000 519.1 TX HASKELL 6 NW +USC00413995 33.0667 -99.6167 473.0 TX HASKELL SCS +USC00413998 32.9867 -97.3722 229.5 TX HASLET +USC00414020 32.5781 -95.2033 102.1 TX HAWKINS +USC00414026 32.6500 -99.7333 502.9 TX HAWLEY 3 NE +USC00414033 30.4667 -98.4167 417.9 TX HAYNES RANCH +USC00414051 29.4481 -102.8283 536.4 TX HEATH CANYON +USC00414058 27.3194 -98.6775 176.8 TX HEBBRONVILLE +USC00414062 34.8489 -100.6492 798.6 TX HEDLEY 2E +USC00414076 31.3500 -93.8333 91.4 TX HEMPHILL +USC00414077 31.4072 -93.7842 54.9 TX HEMPHILL 6 NE +USC00414080 30.1000 -96.0833 76.5 TX HEMPSTEAD +USC00414081 32.1808 -94.7964 128.0 TX HENDERSON +USC00414088 30.2000 -98.2167 353.9 TX HENLY +USC00414093 33.8128 -98.2003 283.5 TX HENRIETTA +USC00414098 34.8172 -102.4003 1164.3 TX HEREFORD +USC00414100 34.8167 -102.4000 1164.9 TX HEREFORD 1 SE +USC00414122 31.4667 -97.2000 201.2 TX HEWITT +USC00414123 30.8667 -99.5333 586.1 TX HEXT +USC00414137 31.9844 -98.0311 317.9 TX HICO +USC00414139 26.1000 -98.2667 31.1 TX HIDALGO +USC00414140 36.1161 -100.0239 781.5 TX HIGGINS +USC00414150 31.1667 -96.8167 107.0 TX HIGHBANK +USC00414182 32.0161 -97.1094 167.6 TX HILLSBORO +USC00414185 30.2333 -97.6833 144.8 TX HILL'S RANCH +USC00414191 28.7167 -98.8000 109.7 TX HINDES +USC00414194 29.3500 -95.0167 6.1 TX HITCHCOCK +USC00414196 36.4167 -101.3500 972.9 TX HITCHLAND 6 SSW +USC00414202 32.7275 -95.1925 150.9 TX HOLLY LAKE RCH +USC00414254 29.3364 -99.1386 267.9 TX HONDO +USC00414257 33.5842 -95.8994 202.4 TX HONEY GROVE +USC00414278 31.8456 -99.5606 594.1 TX HORDS CREEK DAM +USC00414280 31.0000 -94.1667 34.1 TX HORGER +USC00414299 29.1833 -103.0000 670.9 TX HOT SPRINGS +USC00414309 29.7689 -95.6439 27.7 TX HOUSTON ADDICKS +USC00414310 29.7833 -95.4333 18.0 TX HOUSTON HEIGHTS +USC00414311 29.7147 -95.5947 21.6 TX HOUSTON ALIEF +USC00414313 29.8142 -95.7275 38.7 TX HOUSTON BARKER +USC00414315 29.7283 -95.1306 10.7 TX HOUSTON DEER PARK +USC00414317 29.8000 -95.5167 27.1 TX HOUSTON FAIRBANKS +USC00414319 29.6833 -95.2833 14.9 TX HOUSTON GOLF CREST +USC00414321 29.7914 -95.4261 19.8 TX HOUSTON HTS +USC00414323 29.8667 -95.4167 28.3 TX HOUSTON INDEP HTS +USC00414325 29.6600 -95.6275 15.2 TX HOUSTON-WESTBURY +USC00414326 29.7456 -95.2800 5.8 TX HOUSTON-PORT +USC00414327 29.8733 -95.5275 34.1 TX HOUSTON NORTH HOUSTON +USC00414328 29.9167 -95.1500 17.7 TX HOUSTON SAN JACINTO DA +USC00414329 29.9333 -95.6333 37.2 TX HOUSTON SATSUMA +USC00414331 29.8042 -95.4914 28.0 TX HOUSTON SPRING BRANCH +USC00414333 29.4717 -95.0833 5.8 TX HOUSTON NWSO +USC00414334 30.5667 -103.3000 1143.0 TX HOVEY NEAR +USC00414335 33.5333 -96.5500 228.9 TX HOWE SCS 1 +USC00414337 31.8500 -96.8000 152.4 TX HUBBARD +USC00414343 32.3389 -98.2972 431.3 TX HUCKABAY +USC00414348 30.0047 -101.1772 478.5 TX HUDSPETH RVR RCH +USC00414358 29.4333 -95.0167 -999.9 TX HULEN +USC00414362 30.0000 -95.2500 31.1 TX HUMBLE +USC00414363 30.3614 -100.3050 668.4 TX HUMBLE PUMP STN 5 WNW +USC00414374 30.0294 -99.3614 570.0 TX HUNT 3 SW +USC00414375 30.0631 -99.5050 612.6 TX HUNT 10 W +USC00414382 30.7064 -95.5422 150.6 TX HUNTSVILLE +USC00414390 31.6544 -97.7086 313.9 TX HURST SPRINGS +USC00414397 30.5667 -94.4000 34.1 TX HYATT +USC00414402 30.2533 -98.5711 443.8 TX HYE +USC00414425 31.2667 -102.7000 731.5 TX IMPERIAL +USC00414430 29.8667 -95.4167 24.1 TX INDEPENDENCE HEIGHTS +USC00414436 33.5500 -94.0500 89.6 TX INDEX +USC00414440 31.6667 -98.4167 480.1 TX INDIAN GAP +USC00414443 30.8500 -105.3333 1129.0 TX INDIAN HOT SPRINGS +USC00414457 30.0833 -99.2500 519.1 TX INGRAM +USC00414458 30.0933 -99.2450 545.3 TX INGRAM 2NW +USC00414471 33.9167 -98.6500 299.0 TX IOWA PARK EXP STN +USC00414474 32.5833 -101.0000 -999.9 TX IRA +USC00414483 32.8167 -95.9167 137.2 TX IRON BRG DAM +USC00414503 32.1667 -97.1500 217.0 TX ITASCA +USC00414505 32.1597 -97.1422 214.6 TX ITASCA +USC00414517 33.2064 -98.1689 329.5 TX JACKSBORO +USC00414523 31.3167 -94.2833 82.0 TX BROADDUS +USC00414524 31.9833 -95.2833 200.9 TX JACKSONVILLE EXP STN +USC00414525 31.9622 -95.2736 170.7 TX JACKSONVILLE +USC00414531 29.1967 -94.9883 1.2 TX JAMAICA BEACH +USC00414538 30.5333 -99.3833 473.0 TX JAMES RIVER RANCH +USC00414556 30.8294 -97.6011 267.0 TX JARRELL +USC00414563 30.9153 -94.0097 62.5 TX JASPER +USC00414564 30.9167 -93.9667 67.1 TX JASPER 2 E +USC00414570 33.2542 -100.5731 612.6 TX JAYTON +USC00414575 29.7664 -97.3164 126.5 TX JEDDO 3S +USC00414577 32.7692 -94.3592 64.3 TX JEFFERSON +USC00414583 35.1883 -100.9286 972.3 TX JERICHO +USC00414591 31.3500 -96.1500 155.4 TX JEWETT +USC00414597 32.6406 -96.9747 180.1 TX JOE POOL LAKE +USC00414605 30.3000 -98.4094 346.6 TX JOHNSON CITY 2N +USC00414608 31.2333 -99.4833 563.9 TX JOHNSON RCH +USC00414609 29.0167 -103.3833 624.8 TX JOHNSON RANCH (B) +USC00414627 30.8167 -100.1333 637.0 TX JONES CB RCH +USC00414630 30.9500 -100.2667 694.9 TX JONES MW RCH +USC00414647 28.9122 -98.5425 157.9 TX JOURDANTON +USC00414661 31.7167 -102.6333 885.1 TX JUDKINS +USC00414670 30.4453 -99.8045 532.5 TX JUNCTION 4SSW +USC00414672 30.1500 -101.1167 548.9 TX JUNO +USC00414674 30.2833 -101.0833 641.0 TX JUNO 10 NNE +USC00414675 30.0833 -101.1167 554.7 TX JUNO 4 S +USC00414679 33.0806 -97.2967 195.1 TX JUSTIN +USC00414682 27.0833 -98.5833 146.0 TX KAFFIE RCH +USC00414688 33.8478 -95.2603 157.0 TX KANAWHA +USC00414693 32.6664 -94.1781 77.7 TX KARNACK +USC00414696 28.9069 -97.8756 137.2 TX KARNES CITY 2N +USC00414703 29.7833 -95.8167 43.3 TX KATY +USC00414704 29.8025 -95.8197 46.6 TX KATY CITY +USC00414705 32.5589 -96.2725 128.0 TX KAUFMAN 3 SE +USC00414708 32.6139 -96.1394 153.0 TX KAUFMAN 13ENE +USC00414710 31.6728 -102.4133 892.1 TX K-BAR RCH +USC00414745 31.0833 -98.0000 281.9 TX KEMPNER +USC00414752 28.8167 -97.8500 85.0 TX KENEDY +USC00414757 29.9639 -98.5292 417.0 TX KENDALIA +USC00414761 32.5500 -97.2333 225.9 TX KENNEDALE 6 SSW +USC00414767 31.0667 -104.1500 1275.0 TX KENT 5 E +USC00414770 31.0158 -104.1108 1402.7 TX KENT 8SE +USC00414775 31.8408 -103.0889 862.6 TX KERMIT +USC00414780 30.0500 -99.1500 499.9 TX KERRVILLE +USC00414782 30.0739 -99.1094 547.7 TX KERRVILLE 3 NNE +USC00414791 31.1167 -97.7000 244.1 TX KILLEEN +USC00414792 31.0658 -97.6919 248.4 TX KILLEEN +USC00414805 29.6833 -97.7672 155.4 TX KINGSBURY +USC00414809 30.8667 -103.9833 1353.9 TX KINGSTON RCH +USC00414810 27.5311 -97.8497 17.4 TX KINGSVILLE +USC00414819 30.6167 -93.9167 61.0 TX KIRBYVILLE +USC00414841 32.6258 -101.1503 698.0 TX KNAPP 2 SW +USC00414848 31.2667 -100.6333 624.8 TX KNICKERBOCKER +USC00414852 33.4167 -99.8167 467.0 TX KNOX CITY +USC00414866 32.1347 -97.4786 189.0 TX KOPPERL 5 NNE +USC00414878 30.3750 -94.2994 18.6 TX KOUNTZE +USC00414880 34.3708 -101.7483 1060.7 TX KRESS +USC00414888 30.0000 -97.8833 220.1 TX KYLE SCS 9 +USC00414903 29.9175 -96.8769 108.8 TX LA GRANGE +USC00414907 29.4650 -100.0222 353.6 TX LAGUNA 3N +USC00414911 26.3233 -98.3233 64.9 TX LA JOYA +USC00414914 32.8000 -96.4833 134.1 TX LAKE RAY HUBBARD +USC00414920 28.9839 -99.8683 238.4 TX LA PRYOR +USC00414931 31.9836 -106.5914 1179.6 TX LA TUNA 1 S +USC00414934 29.3667 -98.1000 146.0 TX LA VERNIA +USC00414950 29.2694 -103.7575 732.4 TX LAJITAS +USC00414960 32.2261 -99.8172 611.4 TX TUSCOLA 2NW +USC00414967 33.0642 -101.0489 694.9 TX LAKE ALAN HENRY +USC00414968 29.4589 -103.4994 1100.0 TX LAKE AMENT +USC00414972 33.2250 -97.8317 265.2 TX LAKE BRIDGEPORT DAM +USC00414973 33.7333 -96.0000 153.0 TX LAKE COFFEE MILL +USC00414974 32.3333 -100.9167 640.1 TX LAKE COLORADO CITY +USC00414976 32.8242 -95.5275 126.2 TX LAKE FK RSVR +USC00414977 33.1167 -97.0333 159.1 TX LAKE DALLAS +USC00414978 33.6667 -98.7833 323.1 TX LAKE KICKAPOO +USC00414979 32.6433 -98.3181 274.3 TX LAKE PALO PINTO +USC00414980 32.8522 -95.8864 136.6 TX LAKE TAWAKONI +USC00414981 30.9000 -98.2333 427.0 TX LAKE VICTOR 3 W +USC00414982 33.7542 -99.1442 355.7 TX LAKE KEMP +USC00414988 34.6667 -100.6833 -999.9 TX LAKEVIEW NEAR SCS #56 +USC00415013 32.7228 -101.9456 903.7 TX LAMESA 1 SSE +USC00415016 31.8167 -98.2667 304.8 TX LAMKIN +USC00415018 31.0717 -98.1847 314.6 TX LAMPASAS HCN +USC00415048 29.8097 -101.5603 393.2 TX LANGTRY +USC00415049 29.8000 -101.5667 409.0 TX LANGTRY 2 +USC00415056 27.5036 -99.5117 121.0 TX LAREDO +USC00415060 27.5683 -99.4983 131.1 TX LAREDO 2 +USC00415081 32.3500 -94.1000 92.0 TX LATEX +USC00415086 33.8833 -100.3833 594.4 TX LATIMER RCH +USC00415089 27.5833 -97.9667 6.1 TX LAURELES RANCH +USC00415094 33.0353 -96.4861 155.4 TX LAVON DAM +USC00415097 32.1414 -99.7528 594.4 TX LAWN +USC00415101 32.4669 -101.0683 662.9 TX LAZY H RCH +USC00415109 31.5667 -99.6667 -999.9 TX LEADAY +USC00415113 29.7392 -99.7611 494.4 TX LEAKEY +USC00415114 29.7000 -99.8333 488.0 TX LEAKEY 2 +USC00415116 32.3000 -98.4028 460.2 TX LEATHERWOOD RCH +USC00415120 32.0819 -101.4842 685.8 TX LEES +USC00415127 35.4417 -100.8114 853.4 TX LEFORS +USC00415145 34.8333 -100.7667 -999.9 TX LELIA LK NEAR SCS #57 +USC00415158 32.3081 -101.8775 867.2 TX LENORAH +USC00415167 31.3500 -97.6000 207.0 TX LEON JUNCTION +USC00415183 33.5500 -102.3758 1071.1 TX LEVELLAND +USC00415187 33.5667 -94.4167 -999.9 TX LEWIS FERRY +USC00415191 33.0500 -97.0000 149.0 TX LEWISVILLE +USC00415192 33.0694 -97.0094 169.5 TX LEWISVILLE DAM +USC00415193 30.4064 -97.0133 128.9 TX LEXINGTON +USC00415196 30.0592 -94.7950 10.7 TX LIBERTY HCN +USC00415202 30.6667 -97.9167 317.0 TX LIBERTY HILL +USC00415211 30.6500 -98.5667 427.0 TX LIGON RCH +USC00415216 32.5000 -97.1833 228.9 TX LILLIAN +USC00415218 32.5000 -97.2333 227.1 TX LILLIAN 3 W +USC00415221 32.5400 -95.3761 168.9 TX LINDALE 3 NE +USC00415228 32.4500 -95.3667 167.9 TX LINDALE 5 SE +USC00415229 33.0161 -94.3675 126.5 TX LINDEN +USC00415243 32.5725 -98.0803 301.4 TX LIPAN 4NW +USC00415247 36.2358 -100.2675 746.8 TX LIPSCOMB +USC00415249 36.2833 -100.3500 -999.9 TX LIPSCOMB NEAR SCS #20 +USC00415250 36.1333 -100.3167 -999.9 TX LIPSCOMB NEAR #22 +USC00415258 33.1667 -96.9333 167.9 TX LITTLE ELM +USC00415259 33.2500 -97.0000 189.0 TX LITTLE ELM NEAR SCS #1 +USC00415263 33.9167 -102.3333 1086.0 TX LITTLEFIELD +USC00415265 33.8692 -102.2592 1056.4 TX LITTLEFIELD +USC00415268 30.9667 -97.3500 121.9 TX LITTLE RIVER +USC00415271 30.7394 -94.9256 54.3 TX LIVINGSTON 2 NNE +USC00415272 30.7425 -98.6542 310.9 TX LLANO HCN +USC00415274 26.2000 -97.9500 26.2 TX LLANO GRANDE +USC00415276 30.5014 -98.7453 420.6 TX LLANO 18S +USC00415277 30.8833 -104.7833 1201.8 TX LOBO +USC00415284 29.8858 -97.6917 166.7 TX LOCKHART +USC00415285 29.8569 -97.6958 149.4 TX LOCKHART 2SW +USC00415303 28.1569 -98.5142 132.6 TX LOMA ALTA +USC00415308 31.2167 -98.4000 451.1 TX LOMETA +USC00415312 30.7131 -99.5681 548.6 TX LONDON 3N +USC00415325 30.2500 -102.8500 1158.2 TX LONGFELLOW NEAR +USC00415327 31.6167 -95.8500 95.1 TX LONG LAKE 5 SW +USC00415341 32.4725 -94.7172 100.6 TX LONGVIEW +USC00415344 32.5183 -94.7189 153.6 TX LONGVIEW #2 +USC00415351 32.9000 -102.4167 989.1 TX LOOP +USC00415354 32.8769 -102.3758 946.1 TX LOOP 10 SE +USC00415358 32.4167 -100.7167 691.9 TX LORAINE +USC00415363 33.6667 -101.5333 966.2 TX LORENZO +USC00415369 28.4478 -99.0656 87.8 TX LOS ANGELES 4 WSW +USC00415398 31.1333 -95.4500 92.0 TX LOVELADY +USC00415408 33.6578 -101.8133 991.8 TX LUBBOCK 6NNE +USC00415409 33.5281 -101.8761 986.0 TX LUBBOCK WFO +USC00415410 33.6897 -101.8219 989.1 TX LUBBOCK 9 N +USC00415412 33.5833 -101.8833 982.1 TX LUBBOCK 2 +USC00415415 31.4269 -94.8942 106.7 TX LUFKIN 11 NW +USC00415426 31.3167 -94.8500 70.1 TX LUFKIN EXP STN +USC00415427 31.3417 -94.7325 93.0 TX LUFKIN #2 +USC00415429 29.6756 -97.6578 121.9 TX LULING HCN +USC00415430 29.8403 -97.5672 135.6 TX LULING 12 NE +USC00415435 30.2503 -94.1786 11.9 TX LUMBERTON +USC00415444 26.4000 -97.8000 -999.9 TX LYFORD +USC00415449 29.9667 -99.4500 609.9 TX LYNXHAVEN RCH +USC00415454 29.2358 -98.8433 220.1 TX LYTLE 3W +USC00415461 32.3333 -96.1500 103.9 TX MABANK 4 SW +USC00415477 30.9392 -95.9203 76.8 TX MADISONVILLE +USC00415492 29.1333 -96.0333 22.3 TX MAGNET +USC00415496 30.2167 -95.7833 79.2 TX MAGNOLIA 1 W +USC00415528 31.9442 -96.8464 147.8 TX MALONE 3ENE +USC00415538 30.1333 -97.8333 214.0 TX MANCHACA +USC00415550 31.9500 -96.6167 137.2 TX MANN +USC00415560 32.5667 -97.1500 177.1 TX MANSFIELD +USC00415561 30.4000 -97.9167 167.9 TX MANSFIELD DAM +USC00415570 33.7833 -102.9000 1189.9 TX MAPLE +USC00415574 29.6436 -103.0789 748.6 TX MARATHON 40SSE +USC00415579 30.1925 -103.2717 1215.8 TX MARATHON +USC00415580 30.5667 -98.2833 235.0 TX MARBLE FALLS +USC00415583 31.1000 -99.5667 591.9 TX MARCO +USC00415589 30.2500 -103.8833 1481.0 TX MARFA CAA AP +USC00415591 30.4833 -104.1167 1615.4 TX MARFA CHARCO M R +USC00415593 30.0333 -104.0167 1342.0 TX MARFA 19 S +USC00415594 30.3667 -104.3167 1434.1 TX MARFA RYAN +USC00415596 30.3125 -104.0722 1460.0 TX MARFA 3W +USC00415611 31.3050 -96.8767 124.1 TX MARLIN +USC00415618 32.4892 -94.3289 92.0 TX MARSHALL HCN +USC00415626 30.6333 -99.1667 406.0 TX MARTIN RCH +USC00415630 32.2017 -100.5003 783.3 TX MARYNEAL 4SW +USC00415646 32.7333 -97.5000 259.1 TX MARYS CREEK +USC00415650 30.7478 -99.2306 466.6 TX MASON +USC00415658 34.0250 -100.8117 719.3 TX MATADOR +USC00415659 28.6836 -95.9733 3.0 TX MATAGORDA NO 2 +USC00415661 28.0372 -97.8725 42.1 TX MATHIS 4 SSW +USC00415662 28.0833 -97.8333 50.3 TX MATHIS +USC00415667 33.3322 -94.3436 93.0 TX MAUD +USC00415670 28.9167 -96.4667 9.1 TX MAURBRO +USC00415674 29.2833 -103.5000 823.9 TX MAVERICK RS +USC00415695 32.3117 -97.0161 167.3 TX MAYPEARL +USC00415701 26.1917 -98.2511 30.5 TX MCALLEN +USC00415707 31.1331 -102.2217 750.1 TX MCCAMEY HCN +USC00415710 33.3167 -94.1667 70.1 TX MC CARTNEY BRG +USC00415713 32.8000 -100.2333 -999.9 TX MCCAULLEY NEAR SCS #3 +USC00415721 26.5650 -98.1236 67.1 TX MCCOOK +USC00415723 28.8611 -98.3472 92.0 TX MCCOY +USC00415738 32.2000 -99.4000 534.0 TX MC DONALD STORE +USC00415742 29.8100 -99.2497 521.8 TX MEDINA 1NE +USC00415746 29.5100 -98.9111 356.3 TX MEDINA LAKE +USC00415757 31.4350 -97.4011 220.4 TX MCGREGOR +USC00415761 30.7333 -100.5000 716.9 TX MC INTOSH RCH +USC00415766 33.1903 -96.5914 178.6 TX MCKINNEY MUNICIPAL AIRPORT +USC00415770 35.2361 -100.5922 802.2 TX MC LEAN +USC00415821 34.7261 -100.5372 637.0 TX MEMPHIS +USC00415822 30.9044 -99.7867 603.2 TX MENARD +USC00415825 31.0500 -99.9500 670.9 TX MENARD 13 WNW +USC00415827 31.7067 -103.6000 822.7 TX MENTONE +USC00415828 31.6833 -103.6000 823.9 TX MENTONE 2 S +USC00415832 31.0667 -99.9333 686.1 TX MENZIES AL RCH +USC00415833 30.1333 -99.9667 -999.9 TX MENZIES BILL RCH +USC00415836 26.0619 -97.8997 22.9 TX MERCEDES 6 SSE +USC00415840 31.4167 -99.1667 438.9 TX MERCURY +USC00415845 31.9300 -97.6608 234.7 TX MERIDIAN +USC00415847 31.8833 -97.7000 313.3 TX MERIDIAN SP +USC00415852 32.3197 -100.1222 685.5 TX MERKEL 12 SW +USC00415854 30.5333 -104.0500 1667.9 TX MERRILL RCH +USC00415859 31.2667 -100.8167 679.4 TX MERTZON +USC00415861 31.4364 -100.8781 672.1 TX MERTZON 12NNW +USC00415863 32.7667 -96.6000 -999.9 TX MESQUITE +USC00415869 31.6181 -96.4497 153.3 TX MEXIA HCN +USC00415875 35.6936 -100.6392 837.3 TX MIAMI HCN +USC00415878 33.8000 -95.5000 149.4 TX MID CITY 4 SE +USC00415885 35.8500 -102.7833 -999.9 TX MIDDLE WATER +USC00415887 35.7500 -102.1833 1158.8 TX MIDDLEWELL +USC00415888 31.6333 -101.8333 823.0 TX MIDKIFF +USC00415891 32.0186 -102.0258 846.1 TX MIDLAND 4 ENE +USC00415892 31.9544 -102.1222 857.7 TX MIDLAND 4SW +USC00415896 32.4833 -97.0000 228.9 TX MIDLOTHIAN +USC00415897 32.4842 -96.9942 228.6 TX MIDLOTHIAN +USC00415904 31.0706 -95.7150 71.6 TX MIDWAY 4 NE +USC00415915 31.4667 -93.7500 61.0 TX MILAM 6 ENE +USC00415930 30.9667 -98.9333 606.9 TX MILLER RCH +USC00415954 32.6350 -95.4822 111.9 TX MINEOLA +USC00415955 32.6667 -95.4833 125.0 TX MINEOLA 2 +USC00415956 32.7167 -95.3667 117.3 TX MINEOLA 8 ENE +USC00415971 27.4500 -99.0000 235.0 TX MIRANDO CITY +USC00415972 26.2167 -98.4000 40.5 TX MISSION 4 W +USC00415973 26.2000 -98.3167 39.9 TX MISSION PUMPING STN +USC00415987 35.5333 -100.4333 816.9 TX MOBEETIE +USC00415989 35.6250 -100.4464 868.7 TX MOBEETIE 7 N +USC00415996 31.3933 -98.3081 422.1 TX MOLINE +USC00415999 31.5414 -102.9122 776.3 TX MONAHANS +USC00416000 31.6000 -102.9000 801.9 TX MONAHANS 1 NW +USC00416014 33.6667 -97.7500 328.9 TX MONTAGUE +USC00416015 29.8667 -94.8833 19.8 TX MONT BELVIEU +USC00416017 26.5500 -97.9667 11.9 TX MONTE ALTO +USC00416019 29.5333 -100.0167 396.8 TX MONTELL +USC00416024 30.3908 -95.6969 97.5 TX MONTGOMERY +USC00416033 31.3000 -97.3667 -999.9 TX MOODY SCS 36 +USC00416050 33.7944 -95.9230 146.3 TX MONKSTOWN +USC00416058 32.0139 -97.6131 221.9 TX MORGAN +USC00416060 32.3842 -98.1703 321.9 TX MORGAN MILL +USC00416070 36.0608 -101.4747 969.3 TX MORSE +USC00416074 33.7186 -102.7586 1147.9 TX MORTON +USC00416078 30.9167 -94.8333 75.9 TX MOSCOW +USC00416085 30.5500 -98.7000 359.7 TX MOSS RCH +USC00416095 29.5833 -97.1667 149.4 TX MOULTON NEAR SCS #2 +USC00416104 30.7053 -104.0233 2069.6 TX MT LOCKE +USC00416108 33.1689 -95.0056 129.5 TX MT PLEASANT +USC00416114 33.1667 -94.9833 128.0 TX MT PLEASANT SCS 8 +USC00416116 32.7167 -96.9333 159.1 TX MTN CREEK +USC00416117 30.1667 -99.3833 609.6 TX MOUNTAIN HOME +USC00416118 33.4833 -97.0500 -999.9 TX MOUNTAIN SPRINGS +USC00416119 33.1964 -95.2236 136.2 TX MT VERNON +USC00416120 31.1333 -102.8333 1066.8 TX MOUNTAIN VIEW +USC00416123 30.3833 -97.9833 182.9 TX MUD +USC00416130 33.6564 -97.3769 315.8 TX MUENSTER +USC00416135 34.2192 -102.7328 1167.4 TX MULESHOE #1 HCN +USC00416136 34.2192 -102.7328 1167.4 TX MULESHOE # 2 +USC00416137 33.9544 -102.7783 1140.0 TX MULESHOE NTL WR +USC00416140 31.5833 -98.6667 454.8 TX MULLIN +USC00416146 33.4539 -99.6158 451.1 TX MUNDAY +USC00416147 33.4500 -99.6364 452.9 TX MUNDAY 1W +USC00416148 33.3833 -99.6500 458.1 TX MUNDAY 5 SSW +USC00416158 30.6833 -100.0833 732.1 TX MURR RCH +USC00416176 31.6000 -94.6500 95.1 TX NACOGDOCHES +USC00416177 31.6164 -94.6431 132.6 TX NACOGDOCHES +USC00416190 33.1833 -94.6833 110.0 TX NAPLES 1 SW +USC00416195 33.2425 -94.6736 88.4 TX NAPLES 5 NE +USC00416205 29.2000 -98.8500 217.0 TX NATALIA +USC00416210 31.9611 -96.6881 138.4 TX NAVARRO MILLS DAM +USC00416211 30.3833 -96.1167 65.8 TX NAVASOTA +USC00416215 34.5500 -102.1000 1129.0 TX NAZARETH +USC00416219 31.1833 -99.1500 509.0 TX NEAL RCH +USC00416247 33.7042 -95.0700 123.4 TX NEGLEY 4 SSW +USC00416257 29.9500 -99.5167 647.7 TX NELSON RCH +USC00416265 31.6503 -94.1519 146.3 TX NEUVILLE +USC00416270 33.4547 -94.4089 105.2 TX NEW BOSTON +USC00416271 33.4667 -94.4667 113.1 TX NEW BOSTON 3 W +USC00416273 29.7047 -98.0289 191.4 TX NEW BRAUNFELS WFO +USC00416276 29.6597 -98.1636 219.5 TX NEW BRAUNFELS HCN +USC00416280 30.1375 -95.1783 71.6 TX NEW CANEY 2 E +USC00416286 29.2667 -95.8950 21.9 TX NEW GULF +USC00416310 34.6333 -100.4500 -999.9 TX NEWLIN NEAR SCS #54 +USC00416331 33.4561 -98.0253 323.1 TX NEWPORT 1SW +USC00416335 31.9747 -95.1381 113.4 TX NEW SUMMERFIELD 2W +USC00416339 30.8500 -93.7667 57.9 TX NEWTON +USC00416341 30.8331 -93.7369 45.7 TX NEWTON +USC00416367 31.1081 -98.3794 414.5 TX NIX STORE 1 W +USC00416368 29.2828 -97.7675 103.6 TX NIXON +USC00416382 31.2667 -95.1333 121.9 TX NOGALUS GRD STN +USC00416385 32.3000 -100.3167 772.1 TX NOLAN +USC00416433 34.2606 -100.6014 630.9 TX NORTHFIELD +USC00416434 30.6764 -97.7208 266.4 TX N FK DAM +USC00416435 29.3333 -94.7667 -999.9 TX NORTH GALVESTON +USC00416448 29.8647 -98.6583 434.3 TX NORTHINGTON RCH +USC00416477 36.1014 -100.5894 883.9 TX NOTLA 3 SE +USC00416478 36.1333 -100.5333 -999.9 TX NOTLA NEAR #2 +USC00416484 31.9833 -99.6167 604.1 TX NOVICE 1 E +USC00416494 32.6833 -99.6667 484.9 TX NUGENT 1 ESE +USC00416495 32.0419 -100.2775 613.6 TX OAK CREEK LAKE +USC00416496 31.5914 -95.8442 86.6 TX OAKWOOD +USC00416497 31.6667 -95.9167 102.1 TX OAKWOOD 7 NW +USC00416499 31.4539 -100.4933 598.6 TX O C FISHER DAM +USC00416502 31.8797 -102.3592 887.0 TX ODESSA +USC00416504 32.9711 -101.8247 928.4 TX O DONNELL +USC00416506 31.8367 -102.3586 879.7 TX ODESSA 1SE +USC00416510 31.8250 -102.4442 899.2 TX ODESSA 5WSW +USC00416548 27.4500 -98.9167 244.1 TX OILTON +USC00416615 33.5639 -100.1853 545.6 TX OLD 8 CAMP 6666 +USC00416636 33.3733 -98.7664 364.2 TX OLNEY +USC00416641 33.4372 -98.7806 360.9 TX OLNEY 5 NNW +USC00416644 34.1797 -102.1356 1109.5 TX OLTON +USC00416649 33.1836 -94.7792 120.4 TX OMAHA 2 W +USC00416654 30.1667 -103.7667 1100.9 TX ONE O ONE RCH +USC00416660 32.1667 -99.5167 609.9 TX OPLIN NR SCS 174 +USC00416663 30.0667 -93.7500 3.0 TX ORANGE DUPONT +USC00416664 30.0858 -93.7417 3.0 TX ORANGE +USC00416680 30.2264 -93.7394 5.5 TX ORANGE 9 N +USC00416694 32.7500 -101.6833 808.0 TX ORSON RCH +USC00416722 32.2667 -94.9833 152.4 TX OVERTON +USC00416728 31.8667 -98.9000 409.0 TX OWENS NEAR SCS #1 +USC00416730 30.7094 -101.2042 675.1 TX OZONA 2 +USC00416733 30.4267 -101.0367 646.2 TX OZONA 22SE +USC00416734 30.7169 -101.2061 714.8 TX OZONA +USC00416736 30.6819 -101.3375 777.2 TX OZONA 8 WSW +USC00416737 29.8500 -103.7500 1153.1 TX O 2 RCH +USC00416739 27.4467 -97.2967 3.0 TX PADRE IS NS +USC00416740 34.0067 -100.2989 579.1 TX PADUCAH +USC00416742 33.8083 -100.2981 558.4 TX PADUCAH 15 S +USC00416743 34.0333 -100.3167 576.1 TX PADUCAH 2 WNW +USC00416745 33.8758 -100.3831 594.4 TX PADUCAH 10S +USC00416747 31.5536 -99.8500 484.3 TX PAINT ROCK 5NE +USC00416766 32.7664 -98.3083 317.0 TX PALO PINTO +USC00416776 35.5544 -100.9736 960.1 TX PAMPA #2 +USC00416777 35.5664 -100.9289 973.8 TX PAMPA 3E +USC00416780 30.2061 -101.5575 514.8 TX PANDALE 1 N +USC00416781 30.2678 -101.4533 507.5 TX PANDALE 11 NE +USC00416785 35.3514 -101.3897 1055.5 TX PANHANDLE +USC00416790 32.3333 -97.8667 305.1 TX PANTER +USC00416792 29.3272 -103.2061 1140.0 TX PANTHER JUNCTION +USC00416794 33.6744 -95.5586 165.2 TX PARIS HCN +USC00416801 33.4000 -97.8167 292.9 TX PARK SPRINGS +USC00416825 29.7167 -95.2167 9.1 TX PASADENA HOUSTON +USC00416836 32.5500 -102.1167 915.0 TX PATRICIA +USC00416843 29.9000 -95.8333 52.1 TX PATTISON +USC00416879 28.8889 -99.0897 193.5 TX PEARSALL +USC00416880 28.9667 -99.2167 185.9 TX PEARSALL 9 WNW +USC00416884 33.4167 -95.8667 174.0 TX PECAN GAP SCS 6 +USC00416892 31.4167 -103.5000 795.5 TX PECOS HCN +USC00416893 31.3783 -103.6331 830.3 TX PECOS 8W +USC00416932 31.7356 -102.5897 894.0 TX PENWELL +USC00416944 36.2667 -102.8833 -999.9 TX PERICO NEAR SCS #74 +USC00416950 36.3897 -100.8239 896.7 TX PERRYTON +USC00416952 36.1017 -100.7394 909.8 TX PERRYTON 21 S +USC00416953 36.4408 -100.9961 917.4 TX PERRYTON 11 WNW +USC00416959 29.6603 -103.1736 873.3 TX PERSIMMON GAP +USC00416960 29.6500 -103.0833 772.1 TX PERSIMMON GAP 6 E +USC00416981 33.7333 -102.4667 1083.0 TX PETTIT 4 NE +USC00416992 30.4333 -97.6167 207.0 TX PFLUGERVILLE +USC00417017 31.2789 -97.8883 243.8 TX PIDCOKE +USC00417020 29.2353 -96.1817 32.0 TX PIERCE 1 E +USC00417028 33.3658 -97.0122 210.3 TX PILOT POINT ISL DU BOI +USC00417040 31.2447 -93.9658 67.1 TX PINELAND +USC00417044 31.8903 -104.8078 1704.1 TX PINE SPRINGS +USC00417060 33.5992 -100.5319 592.8 TX PITCHFORK RCH +USC00417066 32.9264 -94.9392 111.3 TX PITTSBURG 5 SSE +USC00417072 31.3167 -99.1833 497.1 TX PLACID +USC00417074 33.1869 -102.8281 1120.1 TX PLAINS +USC00417079 34.1892 -101.7022 1027.2 TX PLAINVIEW HCN +USC00417081 34.1981 -101.7461 1051.6 TX PLAINVIEW WTR PRODUCTN +USC00417091 29.8500 -104.0167 1143.9 TX PLATA +USC00417097 29.4667 -95.7833 24.1 TX PLEAK +USC00417111 28.9606 -98.4772 109.1 TX PLEASANTON +USC00417116 35.7667 -101.3333 854.0 TX PLEMONS +USC00417140 28.6575 -96.5553 6.1 TX PT COMFORT +USC00417146 33.0167 -101.0667 716.9 TX POLAR +USC00417164 30.9167 -98.9833 476.1 TX PONTOTOC +USC00417165 32.9667 -97.8667 374.9 TX POOLVILLE +USC00417168 30.8833 -103.5500 1007.1 TX POPHAM RCH +USC00417170 27.8381 -97.0592 3.7 TX PORT ARANSAS +USC00417172 29.9044 -93.9708 1.5 TX PORT ARTHUR CITY +USC00417173 29.8667 -93.9333 3.0 TX PORT ARTHUR WB CITY +USC00417176 27.6997 -97.1581 1.8 TX PORT ARANSAS 11 SSW +USC00417179 26.0942 -97.3094 5.2 TX PORT ISABEL +USC00417182 28.6167 -96.6333 6.1 TX PORT LAVACA 2 +USC00417183 28.6078 -96.6417 5.5 TX PORT LAVACA +USC00417184 26.5578 -97.4264 2.7 TX PORT MANSFIELD +USC00417186 28.4342 -96.4278 1.5 TX PORT O'CONNOR +USC00417195 27.8919 -97.3392 10.7 TX PORTLAND +USC00417205 32.8667 -98.4333 274.9 TX POSSUM KINGDOM DAM +USC00417206 33.1986 -101.3744 795.8 TX POST +USC00417213 30.2667 -96.7167 96.9 TX POST OAK SCHOOL +USC00417215 29.0281 -98.5686 129.5 TX POTEET +USC00417230 32.0833 -95.5833 161.8 TX POYNOR 1 NE +USC00417232 29.9167 -99.7908 625.4 TX PRADE RCH +USC00417243 30.5767 -98.8767 441.4 TX PRAIRIE MTN +USC00417262 29.5711 -104.3714 795.5 TX PRESIDIO +USC00417264 29.5600 -104.3728 783.3 TX PRESIDIO 2 +USC00417268 31.2833 -103.5000 823.9 TX PREWIT RCH +USC00417271 32.1167 -94.9667 113.1 TX PRICE 2 SW +USC00417274 31.6667 -98.4833 448.1 TX PRIDDY 1 NE +USC00417299 29.2833 -96.6333 46.0 TX PROVIDENT CITY +USC00417300 31.9633 -98.4942 372.2 TX PROCTOR RSVR +USC00417327 32.3664 -99.1925 494.1 TX PUTNAM +USC00417334 34.9167 -100.5167 -999.9 TX QUAIL NEAR SCS #55 +USC00417336 34.2761 -99.7578 488.3 TX QUANAH 2 SW HCN +USC00417358 32.9167 -96.1333 156.1 TX QUINLAN +USC00417361 34.3667 -101.0500 783.9 TX QUITAQUE +USC00417363 32.7833 -95.4333 114.3 TX QUITMAN +USC00417365 32.7931 -95.4350 125.9 TX QUITMAN 2 +USC00417388 32.2619 -97.7064 197.5 TX RAINBOW +USC00417411 30.0167 -103.7667 1464.0 TX RANCHO ESCONDIDO +USC00417425 32.4667 -98.6833 435.9 TX RANGER +USC00417426 32.4667 -98.7000 470.0 TX RANGER 1 W +USC00417431 31.2286 -101.9461 797.1 TX RANKIN +USC00417433 33.5353 -101.6839 944.9 TX RANSOM CANYON +USC00417436 31.3833 -95.1333 -999.9 TX RATCLIFF +USC00417458 26.4644 -97.7847 9.4 TX RAYMONDVILLE +USC00417463 33.3333 -97.0500 182.9 TX RAY ROBERTS LAKE +USC00417468 31.3000 -96.7000 131.1 TX REAGAN +USC00417480 31.2178 -98.5833 382.5 TX RED BLUFF CROSSING +USC00417481 31.8950 -103.9183 867.8 TX RED BLUFF DAM +USC00417495 32.5156 -96.8092 182.9 TX RED OAK +USC00417497 29.9667 -97.4500 158.5 TX RED ROCK +USC00417499 33.6494 -99.4042 411.8 TX RED SPRINGS 3 N +USC00417518 31.2500 -103.1167 -999.9 TX REED RANCH +USC00417528 30.4667 -100.1833 670.9 TX REEVES STN +USC00417529 28.3000 -97.2833 14.9 TX REFUGIO +USC00417530 28.2939 -97.3297 16.5 TX REFUGIO 3 SW +USC00417533 28.3294 -97.2947 13.7 TX REFUGIO 2 NW +USC00417534 30.6333 -100.2500 747.1 TX REILEY RCH +USC00417547 31.9000 -94.9833 100.9 TX REKLAW 3 NNE +USC00417550 32.8136 -97.5756 259.1 TX REMUDA +USC00417552 33.5833 -99.1500 412.1 TX RENDHAM +USC00417556 32.9536 -97.5739 234.7 TX RENO +USC00417572 33.5333 -99.6500 366.1 TX RHINELAND +USC00417574 33.5267 -99.6547 429.8 TX RHINELAND #2 +USC00417580 27.4167 -97.8167 18.0 TX RICARDO +USC00417581 32.2667 -96.5000 134.1 TX RICE +USC00417586 30.5381 -95.8458 96.0 TX RICHARDS +USC00417588 32.9964 -96.7428 206.7 TX RICHARDSON +USC00417593 31.2700 -98.9486 420.6 TX RICHLAND SPRINGS +USC00417594 29.5839 -95.7553 30.8 TX RICHMOND +USC00417608 31.4833 -96.8833 143.0 TX RIESEL +USC00417612 30.4333 -98.8167 497.1 TX RILEY BEN RCH +USC00417614 33.8167 -97.9333 272.8 TX RINGGOLD +USC00417622 26.3769 -98.8117 52.4 TX RIO GRANDE CITY HCN +USC00417624 29.1853 -102.9622 566.3 TX RIO GRANDE VILLAGE +USC00417628 29.4417 -98.8800 259.1 TX RIOMEDINA +USC00417633 32.0817 -98.9658 497.7 TX RISING STAR 1S +USC00417637 32.1611 -98.9289 489.2 TX RISING STAR 5 NNE +USC00417651 30.8500 -95.4000 73.2 TX RIVERSIDE +USC00417659 33.0050 -97.2331 195.4 TX ROANOKE +USC00417663 33.8983 -100.8603 728.5 TX ROARING SPRINGS +USC00417669 31.8836 -100.5358 583.4 TX ROBERT LEE 4WSW +USC00417677 27.7894 -97.6619 25.9 TX ROBSTOWN +USC00417678 32.7333 -100.3833 604.1 TX ROBY +USC00417680 31.2333 -99.2000 509.0 TX ROCHELLE +USC00417685 30.6431 -97.0372 160.9 TX ROCKDALE +USC00417693 29.5333 -96.5833 75.9 TX ROCK ISLAND +USC00417700 31.0167 -94.4000 26.8 TX ROCKLAND 2 NW +USC00417704 28.0183 -97.0561 2.4 TX ROCKPORT +USC00417705 28.0167 -97.0500 3.0 TX ROCKPORT MARINE LAB +USC00417706 30.0239 -100.2119 726.0 TX ROCKSPRINGS +USC00417707 32.9331 -96.4647 165.5 TX ROCKWALL +USC00417708 32.9333 -96.4500 182.9 TX ROCKWALL +USC00417711 30.0167 -100.3000 729.1 TX ROCKSPRINGS 5 W +USC00417712 29.7889 -100.4250 525.8 TX ROCKSPRINGS 18 SW +USC00417714 30.1500 -100.0500 662.3 TX ROCKSPRINGS 14 NE +USC00417717 29.6878 -100.4217 525.8 TX ROCKSPRINGS 26SSW +USC00417723 34.8167 -100.3667 -999.9 TX ROLLA NEAR SCS #53 +USC00417729 30.4333 -94.8500 18.3 TX ROMAYOR 1 WSW +USC00417730 35.7167 -102.9167 1238.1 TX ROMERO +USC00417735 30.4833 -100.0333 598.0 TX ROOSEVELT 2 E +USC00417741 33.4667 -95.1667 131.1 TX ROSALIE NEAR SCS #4 +USC00417743 32.4481 -100.5264 725.4 TX ROSCOE +USC00417744 31.0736 -96.9789 125.0 TX ROSEBUD +USC00417756 29.5500 -95.7833 34.1 TX ROSENBERG +USC00417768 31.7167 -97.1167 174.0 TX ROSS +USC00417769 33.5833 -100.0167 506.0 TX ROSS RCH +USC00417773 32.4611 -96.4494 110.9 TX ROSSER +USC00417779 29.1000 -98.6833 171.0 TX ROSSVILLE +USC00417782 32.8556 -100.4611 608.1 TX ROTAN +USC00417787 30.4247 -98.3492 392.6 TX ROUND MTN +USC00417790 30.5000 -97.6833 -999.9 TX ROUND ROCK +USC00417791 30.5414 -97.6350 219.8 TX ROUND ROCK 3 NE +USC00417813 30.0333 -104.5833 1104.9 TX RUIDOSA 7 NE +USC00417836 28.8297 -97.7133 89.9 TX RUNGE +USC00417841 31.8092 -95.1428 211.8 TX RUSK +USC00417852 31.2000 -100.1667 670.9 TX RUST CIRCLE BAR RCH +USC00417873 29.3283 -99.4653 290.5 TX SABINAL +USC00417875 29.7167 -93.8667 6.1 TX SABINE +USC00417887 32.8667 -97.3667 -999.9 TX SAGINAW +USC00417894 33.7000 -97.5167 -999.9 TX SAINT JO +USC00417903 30.9500 -97.5333 198.1 TX SALADO +USC00417920 31.7456 -105.0806 1134.5 TX SALT FLAT +USC00417921 31.7833 -104.9000 1186.0 TX SALT FLAT 10 ENE +USC00417936 31.0619 -94.1011 57.6 TX SAM RAYBURN DAM +USC00417938 31.4919 -100.6981 661.7 TX SAN ANGELO 15WNW +USC00417940 31.4667 -100.4833 598.0 TX SAN ANGELO DAM +USC00417942 31.5167 -100.3833 580.0 TX SAN ANGELO 4 NE +USC00417944 31.3708 -100.4944 576.1 TX SAN ANGELO WFO +USC00417947 29.4703 -98.4728 213.4 TX SAN ANTONIO INCARNATE WORD +USC00417948 29.3000 -98.4667 180.1 TX SAN ANTONIO NURSERY +USC00417951 31.5192 -94.1186 89.9 TX SAN AUGUSTINE +USC00417952 26.1333 -97.6333 11.9 TX SAN BENITO +USC00417953 26.1333 -97.6333 11.9 TX SAN BENITO FLTR PLT +USC00417957 28.9167 -95.5833 3.7 TX SAN BERNARD W/L REFUGE +USC00417979 26.7000 -98.2333 -999.9 TX SAN JUANITO +USC00417981 26.5650 -98.1203 22.9 TX SAN MANUEL +USC00417983 29.8833 -97.9494 202.7 TX SAN MARCOS +USC00417990 26.5000 -97.6000 6.1 TX SAN PERLITA +USC00417992 31.1833 -98.7167 364.2 TX SAN SABA +USC00417994 31.2842 -98.7589 405.4 TX SAN SABA 7NW +USC00417997 31.6167 -100.6500 619.0 TX SANATORIUM +USC00418022 30.1414 -102.3917 849.8 TX SANDERSON +USC00418023 30.2156 -102.4164 938.8 TX SANDERSON 5 NNW +USC00418036 30.3333 -98.4667 378.0 TX SANDY 2 S +USC00418040 35.7047 -101.5492 894.9 TX SANFORD DAM +USC00418043 33.3633 -97.1744 205.7 TX SANGER +USC00418045 30.6167 -95.7167 126.5 TX SAN JACINTO +USC00418046 31.5906 -99.2258 432.2 TX SANTA ANNA 12SSE +USC00418047 31.7428 -99.3106 531.9 TX SANTA ANNA +USC00418050 26.0825 -98.1353 19.8 TX SANTA ANA NWR +USC00418055 26.0833 -97.8500 -999.9 TX SANTA MARIA +USC00418059 26.2656 -97.8714 15.2 TX SANTA ROSA 3 WNW +USC00418060 26.2500 -97.8333 14.9 TX SANTA ROSA +USC00418062 32.6167 -98.2333 253.9 TX SANTO +USC00418081 27.2169 -97.6956 11.6 TX SARITA 7 E +USC00418126 29.6825 -96.8564 88.4 TX SCHULENBURG +USC00418139 33.6633 -98.4703 293.8 TX SCOTLAND +USC00418154 32.9500 -102.5667 1047.9 TX SEAGRAVES +USC00418160 29.7714 -96.1456 59.7 TX SEALY +USC00418169 29.4508 -98.7028 286.5 TX SAN ANTONIO/SEAWORLD +USC00418183 30.4167 -99.6667 566.9 TX SEGOVIA +USC00418186 29.5833 -97.9500 156.1 TX SEGUIN +USC00418187 29.5519 -97.9703 153.9 TX SEGUIN 1 SSW +USC00418201 32.7131 -102.6597 1016.8 TX SEMINOLE HCN +USC00418215 30.8000 -103.7833 1310.6 TX SEVEN SPRINGS RANCH +USC00418221 33.6419 -99.2894 399.6 TX SEYMOUR 3NW +USC00418231 27.6667 -97.7500 57.9 TX SHAEFFER RCH +USC00418232 33.6878 -101.9853 1011.3 TX SHALLOWATER +USC00418234 33.7167 -102.0000 -999.9 TX SHALLOWATER NEAR SCS # +USC00418235 35.2000 -100.2500 708.1 TX SHAMROCK +USC00418236 35.2150 -100.2503 719.3 TX SHAMROCK #2 +USC00418252 30.6886 -101.8272 662.9 TX SHEFFIELD +USC00418265 30.4833 -95.0000 54.9 TX SHEPHERD 2 SE +USC00418274 33.7033 -96.6419 231.6 TX SHERMAN +USC00418279 31.2833 -100.8000 662.0 TX SHERWOOD +USC00418305 31.1831 -105.3542 1399.0 TX SIERRA BLANCA 2 E +USC00418311 30.3703 -94.2019 54.9 TX SILSBEE 4 N +USC00418316 32.0333 -100.7333 580.0 TX SILVER +USC00418323 34.4722 -101.3006 999.7 TX SILVERTON +USC00418326 31.9550 -99.5439 612.6 TX SILVER VALLEY +USC00418333 33.3500 -94.5500 97.5 TX SIMMS 3 W +USC00418335 33.3667 -94.5667 98.1 TX SIMMS 4 WNW +USC00418354 28.0422 -97.5428 14.6 TX SINTON +USC00418358 29.9522 -98.7125 401.4 TX SISTERDALE 2SE +USC00418373 33.4367 -101.6472 939.4 TX SLATON +USC00418378 33.3583 -97.3933 300.2 TX SLIDELL +USC00418382 31.1500 -98.9167 396.8 TX SLOAN +USC00418400 30.4833 -104.1000 1615.4 TX SMITH BROTHERS RCH +USC00418414 29.8167 -98.3333 396.8 TX SMITHSONS VALLEY +USC00418415 30.0092 -97.1644 96.6 TX SMITHVILLE +USC00418433 32.7100 -100.9111 706.8 TX SNYDER HCN +USC00418435 31.6500 -106.2833 1115.9 TX SOCORRO +USC00418445 30.3500 -96.5167 75.9 TX SOMERVILLE +USC00418446 30.3367 -96.5403 80.2 TX SOMERVILLE DAM +USC00418449 30.5831 -100.6503 651.7 TX SONORA +USC00418450 30.2667 -100.5667 762.9 TX SONORA EXP ST +USC00418468 33.5056 -100.4414 570.0 TX SOUTH CAMP (6666) +USC00418477 33.3614 -101.5517 1011.9 TX SOUTHLAND +USC00418487 26.0814 -97.1033 1.5 TX S PADRE IS +USC00418519 29.2728 -96.6858 43.6 TX SPEAKS 2 +USC00418523 36.1981 -101.1847 943.4 TX SPEARMAN +USC00418531 30.4814 -98.1606 259.1 TX SPICEWOOD +USC00418536 30.7667 -99.8333 680.0 TX SPINKS RCH +USC00418538 30.2333 -95.1667 49.1 TX SPLENDORA +USC00418541 29.8333 -98.4333 362.7 TX SPRING BRANCH 3 SSW +USC00418544 29.8653 -98.3797 306.3 TX SPRING BRANCH 2SE +USC00418561 32.9667 -97.6667 264.9 TX SPRINGTOWN +USC00418566 33.4792 -100.8761 700.1 TX SPUR +USC00418568 30.8000 -94.1833 65.2 TX TOWN BLUFF DAM +USC00418583 32.9403 -99.8036 491.3 TX STAMFORD 1 +USC00418584 32.9500 -99.8000 488.0 TX STAMFORD 2 +USC00418624 32.2833 -98.2000 433.1 TX STEPHENVILLE 4 N +USC00418625 32.1667 -98.3167 442.0 TX STEPHENVILLE 7 WSW +USC00418628 34.2000 -101.4000 990.9 TX STERLEY +USC00418630 31.8347 -100.9828 694.9 TX STERLING CITY +USC00418631 31.9186 -100.8786 826.0 TX STERLING CITY 8 NE +USC00418632 31.9000 -101.1333 732.1 TX STERLING CITY 9 NW +USC00418640 31.4000 -101.4667 885.1 TX STILES +USC00418646 31.0372 -97.5283 215.2 TX STILLHOUSE HOLLOW DAM +USC00418647 35.8333 -101.4500 954.0 TX STINNETT +USC00418648 35.8167 -101.4500 967.7 TX STINNETT (1) +USC00418658 29.3258 -97.9753 161.5 TX STOCKDALE 6N +USC00418677 33.2333 -97.3333 214.0 TX STONY +USC00418683 29.7833 -94.3833 -999.9 TX STOWELL +USC00418692 36.4414 -102.0775 1098.2 TX STRATFORD HCN +USC00418696 32.6592 -98.4678 359.7 TX STRAWN 8 NNE +USC00418713 29.3167 -103.5333 793.1 TX STUDY BUTTE +USC00418714 29.3286 -103.5531 781.2 TX STUDY BUTTE +USC00418715 29.5811 -103.3539 942.4 TX STUDY BUTTE 30NNE +USC00418721 30.2667 -100.5833 793.1 TX SUBSTN 14 +USC00418728 29.6219 -95.6567 25.6 TX SUGAR LAND +USC00418743 33.1481 -95.6269 150.9 TX SULPHUR SPRINGS +USC00418761 35.9667 -101.8667 1079.9 TX SUNRAY 4 SW +USC00418763 35.9167 -101.6500 -999.9 TX SUNRAY NEAR SCS #37 +USC00418773 29.2833 -98.0500 -999.9 TX SUTHERLAND SPRINGS +USC00418788 32.4667 -100.4000 659.3 TX SWEETWATER +USC00418789 32.4667 -100.4667 729.1 TX SWEETWATER AVENGER FLD +USC00418818 33.1714 -101.7981 951.0 TX TAHOKA +USC00418824 31.7667 -99.7000 588.9 TX TALPA +USC00418833 34.4667 -100.8167 686.1 TX TAMPICO +USC00418845 29.6075 -99.2800 397.8 TX TARPLEY 3S +USC00418852 35.5667 -102.3000 1040.0 TX TASCOSA +USC00418859 32.3000 -94.5167 82.0 TX TATUM +USC00418861 30.5700 -97.4092 172.2 TX TAYLOR +USC00418862 30.5844 -97.4156 174.0 TX TAYLOR 1NW +USC00418863 30.9731 -98.9433 556.3 TX TAYLOR RCH +USC00418874 31.6333 -96.2833 -999.9 TX TEAGUE +USC00418877 30.4333 -98.8097 524.3 TX TEAGUE RCH +USC00418897 30.3289 -99.9067 524.6 TX TELEGRAPH +USC00418898 33.7833 -96.0167 164.9 TX TELEPHONE +USC00418910 31.0781 -97.3183 193.5 TX TEMPLE HCN +USC00418911 31.0500 -97.3500 198.1 TX TEMPLE 3 SE +USC00418920 31.7333 -100.3000 598.0 TX TENNYSON +USC00418924 29.3486 -103.5950 802.5 TX TERLINGUA +USC00418926 29.4744 -103.4061 1122.3 TX TERLINGUA RCH 2 +USC00418928 29.4497 -103.3750 1000.4 TX TERLINGUA 17NE +USC00418929 32.7336 -96.3225 150.9 TX TERRELL +USC00418939 32.5000 -100.2500 609.9 TX TESCO +USC00418942 33.4367 -94.0772 118.9 TX TEXARKANA +USC00418944 33.3000 -94.1667 86.0 TX TEXARKANA DAM +USC00418947 29.3833 -94.9000 -999.9 TX TEXAS CITY +USC00418964 36.3786 -103.0244 1433.8 TX TEXLINE +USC00418979 31.8500 -103.1667 -999.9 TX THEODORE +USC00418995 29.4667 -95.5500 20.7 TX THOMPSONS +USC00418996 29.4822 -95.6314 21.3 TX THOMPSONS 3 WSW +USC00419001 30.6147 -97.2086 144.8 TX THORNDALE +USC00419004 31.3917 -96.5656 144.8 TX THORNTON 1SSE +USC00419007 28.5817 -98.1444 76.2 TX THREE RIVERS 8 NE +USC00419009 28.4667 -98.1833 46.0 TX THREE RIVERS +USC00419013 33.3000 -99.2167 -999.9 TX THROCKMORTON 8 NNW +USC00419014 33.1806 -99.1897 417.6 TX THROCKMORTON +USC00419015 32.5333 -98.3333 293.8 TX THURBER 5 NE +USC00419016 33.3144 -99.2006 425.5 TX THROCKMORTON 10N +USC00419029 28.4667 -98.5500 -999.9 TX TILDEN +USC00419030 28.3125 -98.5817 67.1 TX TILDEN 10 S +USC00419031 28.4114 -98.5294 105.2 TX TILDEN 4 SSE +USC00419037 31.3167 -103.9833 985.1 TX TINNIN RCH +USC00419068 31.1750 -93.5653 57.9 TX TOLEDO BEND DAM +USC00419076 30.1003 -95.6114 64.0 TX TOMBALL +USC00419088 31.4028 -106.0581 1074.4 TX TORNILLO 2 SSE +USC00419099 30.8836 -98.4708 312.7 TX TOW +USC00419101 30.7931 -94.1819 65.2 TX TOWN BLUFF DAM +USC00419106 31.3000 -103.8000 857.1 TX TOYAH +USC00419122 32.4906 -100.1197 582.2 TX TRENT +USC00419125 33.4311 -96.3397 229.8 TX TRENTON +USC00419129 26.4000 -98.3500 61.0 TX TRI CITY AP +USC00419132 31.5833 -99.2167 427.0 TX TRICKHAM +USC00419136 32.1344 -96.1053 72.8 TX TRINIDAD 1 SW +USC00419137 32.1333 -96.1000 89.0 TX TRINIDAD PWR PLT +USC00419139 30.9500 -95.3833 70.1 TX TRINITY +USC00419147 32.1500 -95.1167 143.0 TX TROUP +USC00419153 31.2061 -97.2956 213.4 TX TROY +USC00419154 32.6333 -99.8833 522.1 TX TRUBY 3 ESE +USC00419162 32.2167 -101.7167 772.1 TX TRUNK +USC00419163 33.7569 -99.8617 478.8 TX TRUSCOTT 3 W +USC00419169 33.8833 -101.8500 1022.0 TX TUCO STN +USC00419175 34.5475 -101.7614 1060.7 TX TULIA +USC00419176 34.6000 -101.7000 1068.0 TX TULIA 6 NE +USC00419191 34.3956 -100.8972 710.2 TX TURKEY +USC00419202 28.5333 -99.3333 139.3 TX TWOHIG +USC00419207 32.3067 -95.2969 167.6 TX TYLER +USC00419214 32.4000 -95.2667 149.0 TX TYLER 5 NE +USC00419224 34.9578 -102.1044 1141.8 TX UMBARGER +USC00419260 29.5972 -99.5183 407.8 TX UTOPIA +USC00419261 29.6158 -99.5597 467.3 TX UTOPIA 2W +USC00419264 29.1333 -99.9000 252.4 TX UVALDE 9 SW +USC00419265 29.2167 -99.7667 278.0 TX UVALDE +USC00419267 29.2333 -99.8000 284.1 TX UVALDE +USC00419268 29.1850 -99.8325 280.4 TX UVALDE 3 SW +USC00419270 30.5908 -104.4914 1353.3 TX VALENTINE +USC00419274 30.6686 -104.8211 1192.7 TX VALENTINE 20 WNW +USC00419275 30.5525 -104.6467 1339.3 TX VALENTINE 10 WSW +USC00419280 30.8333 -96.6333 82.0 TX VALLEY JUNCTION +USC00419282 31.6606 -97.4661 175.9 TX VALLEY MILLS +USC00419286 33.4869 -97.1572 221.0 TX VALLEY VIEW +USC00419295 31.0417 -104.8372 1239.0 TX VAN HORN +USC00419304 31.3500 -100.1833 580.0 TX VANCOURT +USC00419307 31.3500 -100.2333 580.0 TX VANCOURT 5 SW +USC00419311 29.7500 -99.5667 488.0 TX VANDERPOOL +USC00419312 29.8453 -99.5519 696.2 TX VANDERPOOL 10 N +USC00419313 29.8075 -99.5764 556.3 TX VANDERPOOL 4N +USC00419329 35.2500 -102.4333 1225.9 TX VEGA SCS 101 2 46 +USC00419330 35.2775 -102.4633 1218.6 TX VEGA 2NW +USC00419337 32.4333 -97.1000 200.9 TX VENUS +USC00419344 31.4667 -100.2500 561.1 TX VERIBEST +USC00419346 34.1517 -99.3256 368.8 TX VERNON +USC00419361 28.8608 -97.0181 30.8 TX VICTORIA FIRE DEPT #5 +USC00419365 28.7875 -97.0106 18.6 TX VICTORIA CP&L +USC00419367 28.8439 -96.9214 31.7 TX VICTORIA RGNL AP +USC00419380 34.6522 -101.4969 1036.3 TX VIGO PARK +USC00419410 31.6167 -99.5833 502.9 TX VOSS 1 WSW +USC00419415 31.5481 -97.2072 191.1 TX WACO +USC00419417 31.6003 -97.2169 150.9 TX WACO DAM +USC00419421 31.5333 -97.0667 116.1 TX WACO +USC00419424 29.6000 -97.3167 104.2 TX WAELDER 7 S +USC00419435 34.9333 -102.9833 1253.9 TX WALCOTT +USC00419441 36.2833 -101.1000 -999.9 TX WAKA NEAR SCS #10 +USC00419448 30.0486 -95.9250 43.6 TX WALLER +USC00419456 32.0333 -97.7000 262.1 TX WALNUT SPRINGS 4 ESE +USC00419480 30.5833 -94.4000 33.5 TX WARREN 2 S +USC00419491 30.3236 -96.1594 65.5 TX WASHINGTON SP +USC00419499 31.6725 -100.7283 644.7 TX WATER VALLEY +USC00419500 31.7000 -100.5333 652.9 TX WATER VALLEY 11 ENE +USC00419501 31.8136 -100.6286 748.3 TX WATER VALLEY 11 NNE +USC00419503 32.5250 -95.1306 153.6 TX WATERS BLUFF +USC00419504 30.9297 -98.0219 310.3 TX WATSON +USC00419522 32.4281 -96.8422 190.8 TX WAXAHACHIE +USC00419527 34.7933 -101.5483 1036.3 TX WAYSIDE +USC00419532 32.7483 -97.7700 291.1 TX WEATHERFORD HCN +USC00419538 32.7000 -97.0667 198.1 TX WEBB +USC00419549 29.7000 -96.7833 -999.9 TX WEIMAR +USC00419559 28.1136 -97.4178 15.2 TX WELDER WILDLIFE FNDN +USC00419565 34.8422 -100.2103 621.8 TX WELLINGTON +USC00419588 26.1781 -97.9708 22.9 TX WESLACO +USC00419593 31.8111 -97.0797 196.6 TX WEST +USC00419594 31.8000 -97.0833 -999.9 TX WEST (1) +USC00419605 29.1378 -95.6253 9.4 TX WEST COLUMBIA 1 ESE +USC00419620 29.5103 -103.4344 1101.2 TX W CORAZONES +USC00419632 31.1167 -97.1333 -999.9 TX WESTPHALIA NEAR SCS 47 +USC00419643 34.8167 -102.5667 -999.9 TX WESTWAY +USC00419646 34.8167 -102.5667 -999.9 TX WESTWAY +USC00419649 25.9161 -97.4194 4.6 TX WFO BROWNSVILLE +USC00419655 29.3178 -96.0847 33.8 TX WHARTON +USC00419662 35.4433 -100.2928 763.2 TX WHEELER +USC00419665 30.9003 -96.3953 128.0 TX WHEELOCK +USC00419697 35.4306 -101.1764 1029.6 TX WHITE DEER +USC00419705 33.6667 -96.8500 -999.9 TX WHITESBORO SCS 3 +USC00419708 32.2039 -95.2342 146.0 TX WHITEHOUSE 3 S +USC00419709 32.5164 -94.8914 96.0 TX WHITE OAK 1 WSW +USC00419711 33.4561 -101.0925 735.2 TX WHITE RIVER RESERVOIR +USC00419715 31.8611 -97.3750 175.0 TX WHITNEY DAM +USC00419716 28.6333 -98.2667 64.0 TX WHITSETT 3 SW +USC00419717 28.6611 -98.2553 78.6 TX WHITSETT +USC00419723 33.8736 -98.5794 312.4 TX WICHITA FALLS 6 SW +USC00419730 33.9333 -98.5833 292.9 TX WICHITA VALLEY FARM 29 +USC00419732 33.9333 -98.6167 302.1 TX WICHITA VALLEY 55 +USC00419734 31.0167 -93.7167 54.9 TX WIERGATE +USC00419735 33.9000 -98.6000 -999.9 TX WICHITA VALLEY FM #45 +USC00419754 30.5347 -94.4456 61.0 TX WILDWOOD +USC00419772 29.2500 -95.5500 11.9 TX WILLIAM HARRIS RSVR +USC00419780 30.4333 -95.4833 -999.9 TX WILLIS +USC00419800 32.7019 -96.0150 158.5 TX WILLS PT +USC00419809 33.3333 -101.7000 976.0 TX WILSON +USC00419813 29.9000 -99.6000 694.9 TX WILSON RCH +USC00419814 29.9667 -98.0667 338.9 TX WIMBERLEY 2 +USC00419815 30.0017 -98.1047 275.8 TX WIMBERLEY 1 NW +USC00419816 31.4833 -99.1833 420.9 TX WINCHELL 1 WNW +USC00419826 33.1500 -95.1333 146.0 TX WINFIELD +USC00419836 33.0250 -95.2411 155.1 TX WINNSBORO 5 NNE +USC00419842 28.6333 -99.8667 182.9 TX WINTER HAVEN EXP STN +USC00419845 32.1000 -99.9000 601.1 TX WINTERS 9 NNE +USC00419847 32.0444 -100.1078 611.7 TX WINGATE +USC00419853 32.4833 -100.3000 637.0 TX WITT RCH +USC00419854 31.5167 -94.5500 79.2 TX WODEN NEAR SCS #1 S +USC00419858 36.2333 -100.6667 823.9 TX WOLF CREEK DAM +USC00419859 33.3675 -96.0675 201.2 TX WOLFE CITY +USC00419892 28.2333 -97.3333 14.9 TX WOODSBORO +USC00419893 33.0178 -99.0539 378.9 TX WOODSON +USC00419896 30.7833 -94.4333 70.1 TX WOODVILLE +USC00419898 30.7678 -94.4117 86.3 TX WOODVILLE +USC00419904 29.9667 -99.4333 586.1 TX WORLDS END RCH +USC00419912 31.7833 -96.4500 150.9 TX WORTHAM +USC00419916 33.3039 -94.1583 86.0 TX WRIGHT PATMAN DM & LK +USC00419935 34.2500 -99.6833 458.1 TX WTU LAKE PAULINE +USC00419946 33.8000 -102.4833 -999.9 TX YELLOW LAKE SCS #61 +USC00419952 29.2739 -97.1556 89.9 TX YOAKUM +USC00419953 28.9803 -97.5186 79.2 TX YORKTOWN +USC00419959 31.8500 -96.0833 -999.9 TX YOUNG +USC00419962 30.9597 -97.7183 224.0 TX YOUNGSPORT +USC00419966 31.6953 -106.3217 1118.6 TX YSLETA +USC00419976 26.8706 -99.2536 97.5 TX ZAPATA 1 S +USC00419982 31.1333 -94.3667 -999.9 TX ZAVALLA NEAR +USC00419988 31.1333 -102.5333 -999.9 TX ZEITLER'S RANCH +USC00420050 40.8997 -109.1528 1673.4 UT ALLEN'S RCH +USC00420061 40.4644 -111.7708 1545.3 UT ALPINE +USC00420072 40.5906 -111.6369 2660.9 UT ALTA +USC00420074 40.3669 -110.2986 1967.8 UT ALTAMONT +USC00420086 37.4403 -112.4819 2163.5 UT ALTON HCN +USC00420113 38.3667 -112.2667 2055.9 UT ALUNITE +USC00420120 41.8333 -111.9000 1373.1 UT AMALGA +USC00420157 37.2558 -109.3292 1394.8 UT ANETH PLT +USC00420168 38.2486 -111.9608 1953.8 UT ANGLE +USC00420180 38.7167 -112.0667 1615.4 UT ANNABELLA NEAR +USC00420194 40.9333 -112.1667 1289.9 UT ANTELOPE ISLAND +USC00420197 41.0333 -112.2333 1341.1 UT ANTELOPE ISLAND NORTH +USC00420201 38.1167 -112.0000 1969.9 UT ANTIMONY +USC00420302 40.7000 -111.9167 1296.0 UT A S R RSCH LAB +USC00420336 38.6164 -109.6192 1247.5 UT ARCHES NP HQS +USC00420400 37.8667 -109.3667 2148.8 UT BAKER RANGER STATION +USC00420449 40.1667 -111.5000 1566.4 UT BARTHOLOMEW POWERHOUSE +USC00420460 38.6000 -109.2833 2743.2 UT BASIN +USC00420478 40.4667 -112.3667 1513.0 UT BAUER +USC00420487 41.9639 -111.3983 1806.9 UT BEAR LAKE SP +USC00420490 41.3000 -112.2667 1283.2 UT BEAR RIVER BAY +USC00420506 41.4667 -112.2667 1284.1 UT BEAR RIVER REFUGE +USC00420519 38.3000 -112.6500 1810.5 UT BEAVER +USC00420527 38.2683 -112.4817 2217.4 UT BEAVER CANYON PWR HOUSE +USC00420530 40.6333 -111.1667 2209.8 UT BEAVER CREEK NURSERY +USC00420580 38.5667 -112.3500 1834.6 UT BALKNAP RANGER STATION +USC00420617 40.0333 -112.4167 1815.1 UT BENMORE +USC00420686 37.0667 -113.1000 1524.0 UT BIG PLAINS +USC00420688 37.0769 -111.6639 1249.7 UT BIG WATER +USC00420699 40.5333 -112.1500 1861.1 UT BINGHAM CANYON +USC00420700 40.5667 -112.1333 1713.9 UT BINGHAM CANYON 2 NE +USC00420716 39.8667 -111.5333 1743.2 UT BIRDSEYE +USC00420718 39.8833 -111.5500 1701.1 UT BIRDSEYE NEBO CREEK +USC00420730 38.7075 -112.9539 1498.4 UT BLACK ROCK +USC00420736 40.9667 -110.5833 2674.6 UT BLACKS FK RS +USC00420737 41.6333 -111.6833 1569.4 UT BLACKSMITH FORK +USC00420738 37.6131 -109.4847 1838.6 UT BLANDING HCN +USC00420757 37.5928 -112.8639 3259.5 UT BLOWHARD MTN RADAR +USC00420777 41.9000 -112.5000 1478.9 UT BLUE CREEK +USC00420788 37.2825 -109.5575 1316.4 UT BLUFF HCN +USC00420802 40.0167 -109.1833 1661.2 UT BONANZA +USC00420810 40.0333 -109.1167 1738.9 UT BONANZA PUMPING STN +USC00420814 40.3500 -110.3500 1950.7 UT BONETA +USC00420819 40.8911 -111.8503 1508.8 UT BOUNTIFUL BENCH +USC00420820 40.8547 -111.8903 1383.8 UT BOUNTIFUL-VAL VERDA +USC00420841 41.7167 -112.2500 1321.0 UT BOTHWELL +USC00420849 37.9050 -111.4200 2026.9 UT BOULDER +USC00420900 37.6933 -112.8469 2977.9 UT BRIAN HEAD +USC00420924 41.4833 -112.0333 1324.1 UT BRIGHAM CITY +USC00420928 41.5239 -112.0436 1289.3 UT BRIGHAM CITY WASTE PLT +USC00421006 37.6333 -112.1833 2425.0 UT BRYCE CANYON NAT'L PRK +USC00421007 37.6333 -112.1833 2428.0 UT BRYCE CNYN NAT'L PRK +USC00421008 37.6406 -112.1700 2412.5 UT BRYCE CANYON NP HQRS +USC00421020 37.5300 -110.7203 1164.9 UT BULLFROG BASIN +USC00421023 37.6303 -110.7281 1225.3 UT BULLFROG 8 N +USC00421030 41.0000 -110.1667 2438.4 UT BULLOCK RANCH +USC00421050 38.8667 -114.0000 1642.9 UT BURBANK +USC00421070 38.5667 -111.8667 2148.8 UT BURRVILLE +USC00421144 39.8997 -113.7128 1323.4 UT CALLAO +USC00421149 40.6833 -112.6667 1299.1 UT CALLISTER RCH +USC00421160 37.0000 -113.0000 1524.0 UT CANAAN +USC00421162 37.6661 -113.5422 1634.6 UT CANYON BREEZE RANCH +USC00421163 38.4600 -109.8214 1789.5 UT CANYONLANDS-THE NECK +USC00421168 38.1678 -109.7597 1495.3 UT CANYONLANDS-THE NEEDLES +USC00421171 38.2917 -111.2622 1676.4 UT CAPITOL REEF NP +USC00421214 39.2078 -111.0125 1715.7 UT CASTLE DALE +USC00421216 39.1744 -111.0292 1725.2 UT CASTLEDALE HUNTER UP&L +USC00421218 39.7167 -110.8667 1828.8 UT CASTLE GATE +USC00421222 41.1333 -111.1667 1966.9 UT CASTLE ROCK +USC00421230 38.6000 -109.3333 1780.9 UT CASTLETON +USC00421240 38.6225 -109.3917 1495.0 UT CASTLE VALLEY 1SE +USC00421241 38.6514 -109.3986 1440.2 UT CASTLE VALLEY +USC00421243 38.6472 -109.3892 1458.8 UT CASTLE VALLEY 1NE +USC00421256 37.6167 -112.8333 3123.0 UT CEDAR BREAKS STORAGE +USC00421258 37.6094 -112.8378 3161.4 UT CEDAR BREAKS NM +USC00421259 37.6658 -113.0836 1856.2 UT CEDAR CITY +USC00421260 37.6564 -112.9919 1966.0 UT CEDAR CITY 5E +USC00421272 37.6833 -113.0833 1731.9 UT CEDAR CITY POWERHOUSE +USC00421273 37.6667 -113.0333 1830.0 UT CEDAR CITY STEAM PLT +USC00421285 40.4000 -112.0833 1676.4 UT CEDAR FORT +USC00421308 37.7158 -109.0828 2060.4 UT CEDAR PT +USC00421367 37.4167 -113.6333 1585.0 UT CENTRAL +USC00421418 37.1000 -111.7667 1377.7 UT CHURCH WELLS +USC00421432 38.1706 -112.2786 1844.0 UT CIRCLEVILLE +USC00421440 38.9667 -109.3167 1321.0 UT CISCO +USC00421446 40.8150 -111.8322 1627.6 UT CITY CREEK WTP +USC00421450 41.9167 -112.0500 1533.1 UT CLARKSTON +USC00421472 39.6500 -111.1500 2532.0 UT CLEAR CREEK +USC00421500 39.1000 -112.6167 1403.0 UT CLEAR LAKE REFUGE +USC00421590 40.9383 -111.1472 1984.2 UT COALVILLE 13 E +USC00421601 41.6667 -111.9000 1368.9 UT CLG WARD UTAH ST UNIV +USC00421685 40.3333 -111.5167 1718.8 UT CONRAD RCH +USC00421695 40.6667 -112.2000 2806.0 UT COON PEAK KSL TV +USC00421731 41.5481 -112.1106 1289.3 UT CORINNE HCN +USC00421735 41.9833 -111.9500 1365.8 UT CORNISH SUGAR FACTORY +USC00421750 40.6500 -111.6333 2255.5 UT COTTONWOOD NURSERY +USC00421755 37.9500 -112.1167 2499.4 UT COTTONWOOD SEVIER RS +USC00421759 40.6189 -111.7836 1519.7 UT COTTONWOOD WEIR +USC00421792 38.6000 -112.5833 1827.0 UT COVE FT +USC00421850 41.6833 -111.5167 1598.7 UT CROYDEN +USC00421907 40.2000 -110.9000 2036.1 UT CURRANT CREEK JUNCTION +USC00421918 41.8328 -112.0558 1307.6 UT CUTLER DAM +USC00421990 38.7167 -109.7000 1341.1 UT DALTON WELLS +USC00422053 39.8667 -114.0000 1859.3 UT DEEP CREEK +USC00422057 40.4044 -111.5289 1606.3 UT DEER CREEK DAM +USC00422073 40.7667 -112.8000 1302.1 UT DELLE +USC00422093 38.9333 -112.8167 1466.1 UT DELTA 32 SSW +USC00422101 39.2872 -112.6519 1399.0 UT DESERET HCN +USC00422116 38.6000 -113.7500 1599.9 UT DESERT EXP RANGE +USC00422150 38.8128 -109.2997 1255.8 UT DEWEY +USC00422172 40.4333 -109.3000 1549.0 UT DINOSAUR NM +USC00422173 40.4383 -109.3069 1463.6 UT DINOSAUR NM-QUARRY AREA +USC00422233 40.5333 -111.8333 1412.1 UT DRAPER +USC00422235 40.4878 -111.8997 1373.4 UT DRAPER-POINT OF MTN +USC00422246 40.5333 -110.2167 2377.4 UT DRY GULCH RS +USC00422252 40.2000 -110.3833 1774.9 UT DUCHESNE AP +USC00422253 40.1703 -110.3978 1691.9 UT DUCHESNE HCN +USC00422255 37.5167 -112.7000 2610.9 UT DUCK CREEK RS +USC00422257 40.1839 -112.9217 1324.4 UT DUGWAY +USC00422258 40.3000 -112.7333 1434.1 UT DUGWAY 7 N ORR RCH +USC00422294 40.8500 -111.5833 1780.9 UT EAST CANYON +USC00422319 40.1667 -111.1833 2321.1 UT EAST PORTAL +USC00422385 40.9656 -111.4336 1667.3 UT ECHO DAM +USC00422389 41.3436 -111.8497 1583.4 UT EDEN-LIBERTY +USC00422418 39.9500 -111.9500 1429.5 UT ELBERTA +USC00422424 39.5997 -111.2128 2554.2 UT ELECTRIC LAKE +USC00422429 40.5500 -109.9500 2075.7 UT ELKHORN ASHLEY RNGR ST +USC00422432 38.4500 -111.4667 2438.4 UT ELKHORN-FISHLAKE RS +USC00422484 38.9167 -111.2500 1905.9 UT EMERY +USC00422488 38.7667 -111.4500 2328.7 UT EMERY 15 SW +USC00422558 37.5764 -113.7150 1621.5 UT ENTERPRISE +USC00422561 37.7697 -113.6556 1569.7 UT ENTERPRISE BERYL JCT +USC00422573 39.3167 -111.4833 2684.1 UT EPHRAIM HQ GBRC +USC00422578 39.3583 -111.5992 1675.8 UT EPHRAIM +USC00422584 39.9500 -113.6167 1889.8 UT EREKSON +USC00422592 37.7686 -111.5978 1770.9 UT ESCALANTE HCN +USC00422597 37.3167 -110.9000 1220.1 UT ESCALANTE RIVER MOUTH +USC00422607 39.1078 -113.9533 1517.9 UT ESKDALE +USC00422625 39.9500 -112.1167 1975.1 UT EUREKA +USC00422696 40.2622 -112.0897 1487.4 UT FAIRFIELD +USC00422700 39.6167 -111.4333 1816.6 UT FAIRVIEW +USC00422702 39.7483 -111.4164 2057.4 UT FAIRVIEW 8N +USC00422721 40.9833 -111.9000 1302.1 UT FARMINGTON +USC00422726 41.0203 -111.9328 1335.0 UT FARMINGTON 3 NW HCN +USC00422798 39.0875 -111.1325 1805.3 UT FERRON +USC00422828 38.9603 -112.3239 1562.7 UT FILLMORE HCN +USC00422847 38.5517 -111.7228 2706.6 UT FISH LAKE RS +USC00422851 39.8667 -113.4500 1910.8 UT FISH SPRINGS +USC00422852 39.8400 -113.3978 1328.0 UT FISH SPRINGS NWR +USC00422864 40.9317 -109.4117 1903.2 UT FLAMING GORGE +USC00422996 40.2842 -109.8611 1539.8 UT FT DUCHESNE HCN +USC00423012 38.5778 -112.3347 1804.4 UT FREMONT INDIAN SP +USC00423032 38.4500 -113.2667 1996.4 UT FRISCO +USC00423046 38.2833 -111.2667 1677.9 UT FRUITA +USC00423056 40.2167 -110.8500 2019.0 UT FRUITLAND +USC00423063 40.2167 -110.8167 2002.5 UT FRUITLAND 1 ENE +USC00423097 40.7242 -112.1975 1310.0 UT GARFIELD +USC00423122 41.7561 -112.1517 1322.8 UT GARLAND 1 NE +USC00423138 38.9333 -114.0333 1603.2 UT GARRISON +USC00423182 40.2833 -111.7333 1388.1 UT GENEVA STEEL +USC00423183 40.3000 -111.7333 1388.1 UT GENEVA STEEL 2 +USC00423220 38.3667 -110.8500 1237.5 UT GILES +USC00423232 37.0833 -111.6667 1268.9 UT GLEN CANYON CITY +USC00423254 38.5778 -110.7078 1521.0 UT GOBLIN VALLEY SP +USC00423260 40.1667 -113.8333 1600.2 UT GOLD HILL +USC00423298 38.8000 -111.6833 2418.9 UT GOOSEBERRY RS +USC00423320 40.0500 -112.6667 1610.0 UT GOVERNMENT CREEK +USC00423335 40.7000 -111.9667 1298.4 UT GRANGER +USC00423348 40.6019 -112.5075 1386.8 UT GRANTSVILLE 2W +USC00423353 40.5167 -112.5167 1495.0 UT GRANTSVILLE POWERHOUSE +USC00423386 39.3000 -111.4500 3006.9 UT EPHRAIM ALPINE MEADOW +USC00423388 39.3167 -111.4833 2699.0 UT EPHRAIM HQ GBRC +USC00423391 39.3500 -111.5167 2336.0 UT EPHRAIM OAKS +USC00423413 39.0000 -110.1500 1239.9 UT GREEN RIVER RNG GWC +USC00423418 38.9906 -110.1544 1240.5 UT GREEN RIVER AVIATION HCN +USC00423485 41.7167 -113.8667 1622.8 UT GROUSE CREEK +USC00423486 41.7139 -113.8694 1621.5 UT GROUSE CREEK +USC00423491 41.7500 -113.8500 1670.6 UT GROUSE CREEK 4 NE +USC00423506 37.2806 -113.7283 1252.7 UT GUNLOCK PH +USC00423514 39.1500 -111.8167 1568.5 UT GUNNISON +USC00423600 38.2553 -110.1800 2011.7 UT HANS FLAT RS +USC00423624 40.4006 -110.7586 2053.7 UT HANNA +USC00423671 41.6000 -111.5667 1694.7 UT HARDWARE RCH +USC00423706 39.1667 -109.1333 1601.1 UT HARLEY DOME +USC00423776 37.6522 -112.4361 2101.0 UT HATCH +USC00423788 40.4333 -109.9667 1798.3 UT HAYDEN +USC00423809 40.4917 -111.4261 1703.8 UT HEBER HCN +USC00423836 39.7272 -110.8661 1859.3 UT HELPER-CARBON PLT +USC00423842 41.0167 -111.5000 1615.4 UT HENEFER +USC00423847 37.5667 -112.0000 1833.1 UT HENRIEVILLE +USC00423867 40.5167 -112.0333 1524.9 UT HERRIMAN +USC00423886 40.9500 -110.4833 2898.0 UT HEWINTA GRD STN +USC00423896 39.4833 -111.0167 2218.9 UT HIAWATHA +USC00423929 40.8167 -111.8333 1610.0 UT HIGH LINE CITY CREEK +USC00423968 37.8167 -110.4333 1058.0 UT HITE +USC00423976 37.8667 -110.4000 1125.0 UT HITE MARINA +USC00423980 37.8750 -110.3878 1219.2 UT HITE RS +USC00424000 40.1667 -111.5333 1506.3 UT HOBBLE CREEK +USC00424025 40.9667 -110.1667 2388.1 UT HOLE IN THE ROCK +USC00424035 41.9500 -113.4500 1981.2 UT HOLSTEIN RS +USC00424050 41.1667 -112.1167 1352.1 UT HOOPER +USC00424100 37.3858 -109.0750 1597.2 UT HOVENWEEP NM +USC00424105 41.7667 -112.4667 1365.5 UT HOWELL +USC00424123 41.2667 -111.7833 1554.5 UT HUNTSVILLE +USC00424125 39.3667 -111.0667 1899.5 UT HUNTINGTON FARM UP&L +USC00424135 41.2403 -111.7131 1566.7 UT HUNTSVILLE MONASTERY +USC00424140 41.2167 -111.8500 2000.1 UT HUNTSVILLE SNOW BSN +USC00424150 37.1833 -113.2833 999.7 UT HURRICANE +USC00424160 41.6394 -111.8653 1417.6 UT HYRUM +USC00424174 40.0378 -113.9886 1609.0 UT IBAPAH +USC00424178 39.8167 -113.9667 2407.9 UT IBAPAH NEAR +USC00424180 39.2500 -113.3500 1706.9 UT IBAX +USC00424210 39.9667 -112.7833 1585.9 UT INDIAN CREEK +USC00424217 40.4000 -112.7167 1341.1 UT INDIAN FARM +USC00424220 39.8000 -111.4833 1808.1 UT INDIANOLA +USC00424225 40.5500 -112.2333 1645.9 UT INTERNATIONAL +USC00424233 40.5000 -112.7500 1327.1 UT IOSEPA SOUTH RCH +USC00424321 40.8992 -109.1789 1662.4 UT JARVIE RCH +USC00424322 40.8836 -109.1803 1729.4 UT JARVIE RCH 1S +USC00424342 40.3611 -109.3464 1443.5 UT JENSEN +USC00424362 40.3375 -112.6114 1700.8 UT JOHNSON PASS +USC00424370 38.6333 -112.2167 1600.2 UT JOSEPH +USC00424375 39.5667 -113.0667 1798.3 UT JOY +USC00424378 37.9333 -113.6833 1585.0 UT JOZELLA RANCH +USC00424467 40.6439 -111.2822 1975.4 UT KAMAS +USC00424508 37.0286 -112.5361 1493.5 UT KANAB HCN +USC00424527 38.7953 -112.4383 1335.6 UT KANOSH +USC00424542 40.6667 -112.0000 1360.0 UT KEARNS +USC00424575 41.7500 -113.1167 1287.8 UT KELTON +USC00424665 38.6500 -112.3833 2638.0 UT KIMBERLY +USC00424746 40.7167 -113.2833 1293.0 UT KNOLLS +USC00424748 40.8133 -113.2000 1292.4 UT KNOLLS 10 NE +USC00424755 37.5142 -111.9883 1769.4 UT KODACHROME BASIN PARK +USC00424764 38.5086 -111.8842 2112.3 UT KOOSHAREM +USC00424770 38.5667 -111.9833 2743.2 UT KOOSHAREM RS +USC00424828 40.6833 -112.2667 1226.8 UT LAKEPOINT +USC00424846 41.2333 -112.8667 1286.9 UT LAKESIDE +USC00424856 41.8253 -111.3206 1822.7 UT LAKETOWN HCN +USC00424927 40.4000 -109.8000 1692.9 UT LA POINT +USC00424946 38.3167 -109.2500 2129.0 UT LA SAL +USC00424947 38.3014 -109.2664 2068.7 UT LA SAL 1SW +USC00424968 37.2008 -113.2686 973.5 UT LA VERKIN +USC00424970 41.0972 -111.9972 1359.4 UT LAYTON +USC00425025 37.2833 -113.3000 1158.2 UT LEEDS NEAR +USC00425034 40.3833 -111.8500 1386.8 UT LEHI +USC00425040 41.3000 -113.5167 1286.6 UT LEMAY +USC00425065 39.5608 -111.8653 1614.8 UT LEVAN HCN +USC00425082 41.9667 -111.8333 1366.1 UT LEWISTON +USC00425105 41.0000 -109.6500 1828.8 UT LINWOOD +USC00425138 39.7267 -112.3069 1594.1 UT LITTLE SAHARA REC AREA +USC00425148 38.4058 -111.6433 2154.9 UT LOA +USC00425163 37.7833 -109.0667 2225.0 UT LOCKERBY +USC00425182 41.7350 -111.8564 1364.0 UT LOGAN RADIO KVNU +USC00425183 41.7000 -111.8667 1366.1 UT LOGAN SUGAR FACTORY +USC00425186 41.7456 -111.8033 1460.0 UT LOGAN UTAH ST UNIV HCN +USC00425190 41.7667 -111.8167 1406.0 UT LOGAN USU EXP STN +USC00425194 41.6661 -111.8914 1367.9 UT LOGAN 5 SW EXP FARM +USC00425215 40.7833 -113.1167 1402.7 UT LOW +USC00425217 37.6667 -112.7833 2895.6 UT LOWDER RANGER STATION +USC00425219 40.4333 -111.7500 1537.1 UT LOWER AMERI FORK PWHS +USC00425229 40.7000 -111.7833 1513.0 UT LOWER MILL CREEK +USC00425247 38.0000 -113.4333 1552.0 UT LUND +USC00425252 37.1431 -114.0214 849.5 UT LYTLE RCH +USC00425268 40.5603 -109.6642 1965.4 UT MAESER 9NW +USC00425330 40.7000 -112.1000 1314.9 UT MAGNA ASARCO FARM +USC00425352 39.7000 -111.3000 2623.1 UT MAMMOTH RS +USC00425377 40.9900 -109.7258 1948.6 UT MANILA +USC00425402 39.2583 -111.6308 1749.6 UT MANTI HCN +USC00425406 39.2728 -111.6581 1675.8 UT MANTI RADIO KMTI +USC00425457 40.1333 -111.5500 1490.5 UT MAPLEWOOD +USC00425465 40.6833 -111.2833 1950.7 UT MARION +USC00425477 38.4492 -112.2239 1781.6 UT MARYSVALE HCN +USC00425483 38.4167 -112.2333 1883.7 UT MARYSVALE 3 +USC00425488 40.3500 -112.3000 2743.2 UT MARYSVALE CRYSTAL MINE +USC00425530 39.2167 -112.4167 1478.3 UT MCCORNICK +USC00425582 37.1497 -109.8675 1252.4 UT MEXICAN HAT +USC00425607 41.2167 -112.6333 1286.9 UT MIDLAKE +USC00425610 40.6000 -111.9167 1324.1 UT MIDVALE +USC00425654 38.4017 -113.0161 1526.7 UT MILFORD 72475 +USC00425699 39.3333 -112.0833 1496.9 UT MILLS +USC00425705 41.6833 -111.8500 1402.1 UT MILLVILLE +USC00425723 38.2164 -112.9211 1609.3 UT MINERSVILLE +USC00425733 38.5744 -109.5458 1235.4 UT MOAB HCN +USC00425795 37.7167 -109.0833 2068.1 UT MONTEZUMA CREEK +USC00425805 37.8736 -109.3075 2078.7 UT MONTICELLO 2E +USC00425807 37.8675 -109.3514 2159.8 UT MONTICELLO #2 +USC00425810 37.0167 -110.2000 1597.2 UT MONUMENT VLY GOULDINGS +USC00425812 37.0167 -110.2167 1615.4 UT MONUMENT VLY MISSION +USC00425815 40.5617 -110.4925 2476.5 UT MOON LAKE +USC00425826 41.0575 -111.6894 1554.5 UT MORGAN HCN +USC00425837 39.5267 -111.5872 1694.7 UT MORONI +USC00425847 40.1833 -111.9167 1402.1 UT MOSIDA +USC00425892 40.7486 -111.7233 1652.0 UT MTN DELL DAM +USC00425897 40.3833 -110.4000 2097.0 UT MOUNTAIN HOME +USC00425900 38.9000 -111.5667 2133.6 UT MTN RCH RS +USC00425906 39.1333 -111.5000 2898.0 UT MT BALDY RS +USC00425921 40.3167 -110.2667 1918.1 UT MT EMMONS +USC00425930 39.5500 -111.4667 1785.8 UT MT. PLEASANT +USC00425958 40.6000 -111.4000 1820.9 UT MURDOCK POWERHOUSE +USC00425963 40.6500 -111.9000 1313.7 UT MURRAY +USC00425969 40.1942 -110.0617 1549.3 UT MYTON +USC00425971 40.2333 -110.0667 1626.1 UT MYTON 3 N +USC00425974 40.1500 -110.0667 1623.1 UT MYTON SOUTH BENCH +USC00425982 38.1500 -113.2500 1542.9 UT NADA +USC00426053 37.6094 -109.9772 1983.6 UT NATURAL BRIDGES NM +USC00426076 37.0167 -110.8000 1836.1 UT NAVAJO MTN +USC00426123 40.4178 -110.0511 1813.6 UT NEOLA +USC00426135 39.7119 -111.8319 1568.5 UT NEPHI HCN +USC00426140 39.6500 -111.8667 1598.1 UT NEPHI 5 SSW +USC00426170 37.6667 -113.5500 1569.7 UT NEWCASTLE +USC00426181 37.4636 -113.2897 1574.9 UT NEW HARMONY +USC00426340 39.8083 -110.2569 1764.8 UT NUTTER'S RCH +USC00426357 39.3833 -112.3000 1553.0 UT OAK CITY +USC00426400 41.2000 -111.9500 1360.0 UT OGDEN 2 +USC00426404 41.2439 -111.9467 1325.9 UT OGDEN PIONEER PH HCN +USC00426405 41.2458 -111.9372 1393.5 UT OGDEN NE BENCH +USC00426414 41.2319 -112.0283 1304.5 UT OGDEN SUGAR FACTORY +USC00426455 40.3161 -111.6539 1469.1 UT OLMSTEAD PH +USC00426534 37.2722 -112.6389 1664.2 UT ORDERVILLE +USC00426538 40.2767 -111.7369 1374.6 UT OREM TRTMT PLT +USC00426551 40.3000 -112.7500 1360.0 UT ORRS RCH +USC00426558 38.1667 -112.0333 1946.1 UT OTTER CREEK DAM +USC00426560 38.1667 -112.0000 1905.0 UT OTTER CREEK RESERVOIR +USC00426565 40.0833 -109.6667 1421.0 UT OURAY 1 E +USC00426568 40.1344 -109.6436 1424.6 UT OURAY 4NE +USC00426590 37.2500 -111.9500 1219.2 UT PAHREAH +USC00426601 37.8156 -112.4389 2026.0 UT PANGUITCH HCN +USC00426639 40.7000 -111.5333 1969.0 UT PARK CITY 4 NW +USC00426640 37.1044 -111.9000 1349.0 UT PARIA RS +USC00426644 40.6508 -111.5036 2110.1 UT PARK CITY +USC00426648 40.6600 -111.5156 2100.1 UT PARK CITY G.C. +USC00426650 40.6833 -111.5000 2055.9 UT PARK CITY MEADOWS +USC00426651 40.6333 -111.5000 2393.3 UT PARK CITY NORANDA MINE +USC00426652 40.6333 -111.5333 2827.0 UT PARK CITY SUMMIT HOUSE +USC00426658 41.8000 -113.3500 1658.1 UT PARK VALLEY +USC00426660 41.7167 -113.6000 1676.1 UT PARK VALLEY MUDDY RCH +USC00426686 37.8622 -112.8292 1791.6 UT PAROWAN HCN +USC00426708 39.6308 -113.8858 1456.9 UT PARTOUN +USC00426724 40.0369 -111.7481 1411.2 UT PAYSON +USC00426726 40.0333 -111.7167 1464.0 UT PAYSON 1 SE +USC00426750 40.2833 -111.8667 1402.1 UT PELICAN POINT +USC00426845 40.8167 -111.7333 2067.2 UT PINECREST INN +USC00426865 37.3833 -113.5167 1828.8 UT PINE VALLEY +USC00426867 40.9500 -111.1500 1930.9 UT PINEVIEW +USC00426869 41.2578 -111.8378 1505.7 UT PINEVIEW DAM +USC00426874 37.5500 -113.5167 1800.5 UT PINTO +USC00426897 38.3167 -112.1833 1800.1 UT PIUTE DAM +USC00426910 38.5833 -111.8333 2133.6 UT PLATEAU +USC00426915 39.5333 -111.3667 2104.9 UT PLEASANT CK POWERHOUSE +USC00426919 40.3678 -111.7333 1430.1 UT PLEASANT GROVE +USC00426938 41.8739 -112.1486 1362.5 UT PLYMOUTH +USC00427015 39.6167 -110.8333 1702.0 UT PRICE GAME FARM +USC00427026 39.5989 -110.8189 1690.1 UT PRICE BLM +USC00427050 41.6167 -112.5667 1495.7 UT PROMONTORY (1) +USC00427052 41.2578 -112.4922 1284.7 UT PROMONTORY +USC00427061 40.2167 -111.7167 1370.1 UT PROVO AP +USC00427064 40.2458 -111.6508 1392.9 UT PROVO BYU +USC00427068 40.2167 -111.6667 1363.1 UT PROVO RADIO KAYK +USC00427155 37.2833 -112.3333 2042.2 UT RANCH +USC00427165 41.6628 -111.1858 1911.1 UT RANDOLPH +USC00427185 40.7667 -111.8333 1498.1 UT RED BUTTE 1 +USC00427220 40.3000 -112.7167 1417.9 UT DUGWAY 7 N ORR RCH +USC00427255 40.5833 -112.0833 1544.1 UT REVERE +USC00427260 38.7617 -112.0778 1610.9 UT RICHFIELD RADIO KSVC HCN +USC00427271 41.9064 -111.8100 1426.5 UT RICHMOND +USC00427318 41.1500 -112.0000 1341.1 UT RIVERDALE +USC00427343 40.5167 -111.9833 1421.0 UT RIVERTON +USC00427395 40.2878 -109.9586 1528.3 UT ROOSEVELT RADIO 74420 +USC00427408 41.8186 -113.4133 1732.8 UT ROSETTE +USC00427415 39.0833 -112.0667 1737.4 UT ROUND VALLEY +USC00427421 40.8000 -112.6167 1283.2 UT ROWLEY PUMP STN +USC00427438 41.5500 -112.6667 1398.1 UT ROZELL +USC00427450 37.6667 -112.1667 2377.4 UT RUBY'S INN +USC00427501 38.0000 -113.4500 1587.7 UT SAHARA +USC00427516 37.1189 -113.6067 870.8 UT ST GEORGE HCN +USC00427525 40.3667 -112.4167 1528.9 UT ST. JOHN +USC00427540 40.7333 -113.8667 1286.6 UT SALDURO +USC00427557 38.9594 -111.8547 1561.5 UT SALINA +USC00427559 38.9128 -111.4164 2304.3 UT SALINA 24 E HCN +USC00427565 41.2167 -112.4833 1289.9 UT SALINE +USC00427576 40.7833 -112.1667 1284.1 UT SALTAIR +USC00427578 40.7667 -112.1167 1283.2 UT SALTAIR SALT PLT +USC00427582 39.7167 -111.7333 1752.6 UT SALT CREEK +USC00427606 40.7708 -111.8964 1304.5 UT SALT LAKE TRIAD CTR +USC00427608 40.7000 -111.9167 1293.0 UT SALT LAKE CITY SUB SEW +USC00427655 40.7364 -111.8172 1478.3 UT SALT LAKE CITY E BENCH +USC00427661 38.1000 -111.0500 1615.4 UT SANDY RCH +USC00427686 39.9578 -111.7794 1572.8 UT SANTAQUIN CHLORINATOR +USC00427714 39.2453 -112.1067 1619.7 UT SCIPIO HCN +USC00427720 39.7167 -111.1500 2354.9 UT SCOFIELD +USC00427724 39.7858 -111.1189 2325.6 UT SCOFIELD DAM +USC00427729 39.6842 -111.2056 2650.8 UT SCOFIELD-SKYLINE MINE HCN +USC00427735 40.4000 -112.7500 1341.1 UT SELLS +USC00427740 39.3833 -112.0333 1517.9 UT SEVIER BRIDGE DAM +USC00427742 38.5833 -112.3500 1798.3 UT SEVIER NEAR +USC00427744 40.3333 -112.7333 1342.0 UT SEVERE RCH +USC00427747 38.7333 -113.2167 1378.9 UT SEVIER DRY LAKE +USC00427753 38.0667 -111.0667 1673.4 UT SHIFTING SANDS RCH +USC00427800 38.8500 -112.0000 1618.5 UT SIGURD U P & L +USC00427835 39.9167 -112.1333 1867.5 UT SILVER CITY +USC00427846 40.6008 -111.5842 2664.0 UT SILVER LAKE BRIGHTON +USC00427850 38.2333 -111.3667 2011.7 UT SINGLETREE +USC00427885 41.8333 -111.9167 1383.2 UT SMITHFIELD +USC00427895 39.2833 -113.9833 1371.6 UT SMITHVILLE +USC00427909 40.5453 -111.5042 1831.8 UT SNAKE CREEK POWERHOUSE HCN +USC00427924 41.2167 -111.8500 1958.0 UT SNOW BASIN +USC00427927 40.5833 -111.6667 2471.0 UT SNOWBIRD +USC00427931 41.9667 -112.7167 1389.9 UT SNOWVILLE +USC00427942 40.7039 -111.5367 1975.1 UT SNYDERVILLE +USC00427952 39.9500 -111.2333 1848.0 UT SOLDIER CREEK SVM +USC00427955 40.1833 -111.0333 2318.0 UT SOLDIER CREEK +USC00427959 39.9286 -111.0764 2276.9 UT SOLDIER SUMMIT +USC00428070 40.4500 -111.6667 1866.9 UT S FK RS +USC00428114 40.1000 -111.6667 1409.1 UT SPANISH FORK 1 S +USC00428119 40.0800 -111.6047 1438.7 UT SPANISH FK PWR HOUSE HCN +USC00428240 41.9833 -113.2667 1708.1 UT STANDROD +USC00428369 40.3000 -111.2500 2439.9 UT STRAWBERRY DANIELS SUM +USC00428370 40.2500 -111.1500 2349.1 UT STRAWBERRY HWY STN +USC00428371 40.2411 -111.1528 2328.7 UT STRAWBERRY HWY STN +USC00428376 40.1667 -111.1833 2321.1 UT STRAWBERRY RSVR EAST P +USC00428385 40.1500 -111.2333 2301.2 UT STRAWBERRY TUNNEL WEST +USC00428456 37.8008 -112.9328 1834.0 UT SUMMIT +USC00428465 40.3914 -111.5767 2017.8 UT SUNDANCE +USC00428474 39.5667 -110.3667 2068.1 UT SUNNYSIDE +USC00428476 39.5511 -110.3897 1984.6 UT SUNNYSIDE CITY +USC00428478 39.5517 -110.3853 1990.3 UT SUNNYSIDE CITY CTR +USC00428555 40.3333 -110.7000 1972.7 UT TABIONA 1 SE +USC00428600 38.3000 -111.4167 2084.8 UT TEASDALE +USC00428631 40.7500 -112.0000 1289.9 UT TERMINAL +USC00428640 41.5000 -113.5500 1386.8 UT TERRACE +USC00428668 41.7197 -112.4264 1402.1 UT THIOKOL PROPULSION F S +USC00428672 39.9833 -111.5000 1539.8 UT THISTLE +USC00428674 40.0333 -111.5167 1503.9 UT THISTLE 3 N +USC00428676 39.9667 -111.5167 1585.9 UT THISTLE 2 SW +USC00428705 38.9667 -109.7167 1554.2 UT THOMPSON HCN +USC00428733 40.4447 -111.7075 1749.6 UT TIMPANOGOS CAVE +USC00428741 40.7500 -112.6500 1293.0 UT TIMPIE +USC00428771 40.5353 -112.3217 1506.9 UT TOOELE HCN +USC00428780 39.4333 -112.7500 1392.9 UT TOPAZ +USC00428785 37.2500 -113.2833 1002.8 UT TOQUERVILLE +USC00428817 41.7108 -112.1636 1313.7 UT TREMONTON +USC00428828 41.9153 -111.9128 1357.9 UT TRENTON +USC00428847 37.6258 -112.0811 1914.1 UT TROPIC +USC00428852 40.7667 -109.6333 2804.2 UT TROUT CREEK RS +USC00428885 41.1500 -111.9167 1473.1 UT UINTAH +USC00428900 40.9500 -110.8000 2560.3 UT UINTALANDS +USC00428902 40.9333 -110.8333 2502.4 UT UINTALANDS JACKSON +USC00428922 40.7667 -111.8333 1463.0 UT UNIV OF UTAH +USC00428939 40.4378 -111.7236 1624.6 UT UPPER AMERICAN FORK PH +USC00428973 40.3603 -111.8972 1373.1 UT UTAH LAKE LEHI HCN +USC00428978 41.0497 -112.9367 1353.3 UT UTAH TEST RANGE +USC00429045 37.2681 -109.9272 1611.5 UT VALLEY OF THE GODS +USC00429050 37.7833 -109.3500 2072.6 UT VERDURE +USC00429111 40.4403 -109.5356 1629.2 UT VERNAL HCN +USC00429133 40.0958 -112.4358 1667.6 UT VERNON +USC00429136 37.3522 -113.6667 1402.1 UT VEYO PWR HOUSE +USC00429140 39.4000 -110.6833 1600.2 UT VICTOR +USC00429152 38.4831 -113.4264 1487.4 UT WAH WAH RCH +USC00429165 40.7908 -111.4078 1810.5 UT WANSHIP DAM +USC00429175 38.5167 -109.2667 2880.4 UT WARNER RANGER STATION +USC00429302 40.7500 -111.7167 1692.9 UT WASHINGTON GROVE +USC00429320 39.8500 -109.1833 1892.8 UT WATSON NEAR +USC00429346 41.1092 -111.9125 1493.5 UT WEBER BASIN PUMP PLT 3 +USC00429365 39.5333 -110.7167 1650.5 UT WELLINGTON +USC00429368 39.5447 -110.6861 1645.9 UT WELLINGTON 3 E +USC00429383 40.7294 -114.0383 1293.6 UT WENDOVER 1SSW +USC00429419 41.2500 -113.0833 1292.4 UT WEST DESERT PUMP STN +USC00429468 40.6372 -111.8622 1335.0 UT WHEELER FARM +USC00429490 40.4500 -109.9333 1789.2 UT WHITE ROCKS +USC00429514 37.8747 -111.9731 2298.2 UT WIDTSOE 3 NNE +USC00429560 40.3333 -112.7167 1412.1 UT WILLIAMS RCH +USC00429575 38.7167 -111.2833 1676.4 UT WILLOW SPGS CCC CAMP G +USC00429584 40.5578 -111.1686 2118.4 UT WOODLAND 4 SE +USC00429595 41.5250 -111.1494 1924.8 UT WOODRUFF HCN +USC00429629 39.2667 -110.3500 1414.9 UT WOODSIDE +USC00429675 39.0000 -111.3333 2529.8 UT YELLOW PINE +USC00429679 40.5500 -110.3333 2334.5 UT YELLOWSTONE G S +USC00429717 37.2092 -112.9814 1230.8 UT ZION NP HCN +USC00429725 37.2500 -112.9500 1310.0 UT ZION PARK LODGE +USC00430134 44.7000 -72.3833 267.0 VT ALBANY +USC00430193 45.0058 -71.6903 517.9 VT AVERILL +USC00430277 43.1003 -72.7836 344.4 VT BALL MTN LAKE +USC00430315 43.7500 -72.6167 399.3 VT BARNARD +USC00430337 44.2000 -72.5167 182.9 VT BARRE +USC00430499 43.1333 -72.4500 82.3 VT BELLOWS FALLS +USC00430558 42.8500 -73.1667 267.9 VT BENNINGTON +USC00430563 42.9167 -73.2167 203.9 VT BENNINGTON 2 NNW +USC00430660 43.8333 -72.6333 164.9 VT BETHEL +USC00430661 43.8833 -72.6344 201.2 VT BETHEL 4 N +USC00430690 44.7833 -71.5833 317.0 VT BLOOMFIELD +USC00430724 44.1833 -72.1000 200.9 VT BOLTONVILLE +USC00430841 42.8500 -72.5667 133.2 VT BRATTLEBORO +USC00430922 44.2000 -73.1167 153.0 VT BRISTOL 5 NNW +USC00430940 44.0242 -72.6411 396.2 VT BROOKFIELD 2 SW +USC00430942 44.0358 -72.6389 548.6 VT BROOKFIELD 2 WSW +USC00431072 44.4833 -73.1833 -999.9 VT BURLINGTON +USC00431213 44.9964 -71.5356 326.1 VT CANAAN +USC00431243 43.3847 -72.5989 256.6 VT CAVENDISH HCN +USC00431320 44.3106 -73.2497 50.9 VT CHARLOTTE +USC00431360 43.9833 -72.4500 243.8 VT CHELSEA HCN +USC00431363 44.0108 -72.4833 438.9 VT CHELSEA 2 NW +USC00431433 43.7064 -72.9617 354.5 VT CHITTENDEN +USC00431565 44.0069 -72.3194 359.7 VT CORINTH +USC00431580 43.9572 -73.2106 105.2 VT CORNWALL HCN +USC00431657 44.6500 -72.3833 379.2 VT CRAFTSBURY COMMON +USC00431705 43.3442 -73.0522 404.2 VT DANBY FOUR CORNERS +USC00431715 44.4167 -72.1333 424.0 VT DANVILLE +USC00431730 45.0000 -72.0833 251.5 VT DERBY LINE +USC00431786 43.2242 -73.0750 283.5 VT DORSET 2 SE +USC00432150 44.0167 -72.5667 213.4 VT EAST BROOKFIELD +USC00432314 44.6425 -71.8908 304.8 VT E HAVEN +USC00432318 44.6333 -71.9000 -999.9 VT EAST HAVEN +USC00432578 44.2000 -72.0667 134.1 VT EAST RYEGATE +USC00432698 44.6722 -72.5572 443.8 VT EDEN 2 S +USC00432769 44.9094 -72.8083 128.0 VT ENOSBURG FALLS HCN +USC00432773 44.9097 -72.8136 129.5 VT ENOSBURG FALLS 2 +USC00432828 44.4833 -73.1167 73.2 VT ESSEX JUNCTION +USC00432843 44.5078 -73.1153 103.6 VT ESSEX JUNCTION 1 N +USC00433192 44.5775 -71.7836 402.0 VT GALLUP MILLS +USC00433240 44.6167 -72.5333 39.6 VT GARFIELD +USC00433341 44.4111 -71.7186 256.0 VT GILMAN +USC00433400 43.1906 -72.6253 358.1 VT GRAFTON 1NW +USC00433581 44.2161 -72.1997 240.8 VT GROTON +USC00433640 44.5667 -71.5667 -999.9 VT GUILDHALL +USC00433660 42.7833 -72.6667 -999.9 VT GUILFORD CENTER +USC00433769 44.2378 -72.9656 330.1 VT HANKSVILLE +USC00433800 43.5000 -72.3500 202.7 VT HARTLAND +USC00433914 44.9339 -73.0494 53.3 VT HIGHGATE FALLS +USC00434052 44.3167 -73.0000 222.5 VT HUNTINGTON CTR +USC00434075 44.6000 -72.6167 175.6 VT HYDE PARK +USC00434110 44.8000 -72.2833 -999.9 VT IRASBURG +USC00434115 44.7925 -72.2933 259.1 VT IRASBURG 1SW +USC00434120 44.8128 -71.8903 365.8 VT ISLAND POND +USC00434122 44.7903 -71.8297 363.9 VT ISLAND POND AP +USC00434150 42.8000 -72.8167 576.1 VT JACKSONVILLE +USC00434189 44.9381 -72.5022 560.8 VT JAY PEAK +USC00434261 44.5842 -72.7869 354.5 VT JEFFERSONVILLE +USC00434290 44.6581 -72.6786 298.7 VT JOHNSON 2 N +USC00434603 44.9000 -71.5167 313.9 VT LEMINGTON +USC00434747 43.3939 -72.7103 385.6 VT LUDLOW +USC00434749 43.3922 -72.6792 295.7 VT LUDLOW #2 +USC00434765 44.7744 -71.6017 286.5 VT LYMAN FALLS +USC00434882 43.1667 -73.0667 283.5 VT MANCHESTER +USC00434985 44.3667 -72.3333 262.1 VT MARSHFIELD +USC00434999 44.3514 -72.3569 242.6 VT MARSHFIELD +USC00435029 42.7500 -72.7333 253.0 VT MAYS MILL +USC00435044 44.2667 -72.0667 146.0 VT MC INDOE FALLS +USC00435132 44.3000 -72.6833 139.9 VT MIDDLESEX +USC00435273 44.2553 -72.6006 161.5 VT MONTPELIER 2 +USC00435366 44.5617 -72.6028 189.0 VT MORRISVILLE +USC00435376 44.5139 -72.6236 231.6 VT MORRISVILLE 4 SSW +USC00435416 44.5247 -72.8153 1204.0 VT MT MANSFIELD +USC00435492 43.0000 -72.6333 128.0 VT NEWFANE +USC00435501 44.0733 -73.1092 121.9 VT NEW HAVEN +USC00435542 44.9489 -72.1911 240.8 VT NEWPORT 72612 +USC00435632 44.4667 -72.1167 348.1 VT NORTH DANVILLE +USC00435733 44.1647 -72.6567 204.2 VT NORTHFIELD +USC00435740 44.1000 -72.6167 429.8 VT NORTHFIELD 3 SSE +USC00435768 43.6028 -72.3622 173.7 VT N HARTLAND LAKE +USC00435977 43.3333 -72.5167 146.0 VT NORTH SPRINGFIELD +USC00435982 43.3392 -72.5056 170.7 VT N SPRINGFIELD LAKE +USC00436020 43.7167 -72.3000 241.7 VT NORWICH +USC00436335 43.2628 -72.9056 518.2 VT PERU +USC00436391 44.2764 -72.4153 243.8 VT PLAINFIELD +USC00436438 43.5333 -72.7167 433.1 VT PLYMOUTH +USC00436446 43.5333 -72.7333 371.9 VT PLYMOUTH UNION +USC00436500 42.7917 -73.2228 338.3 VT POWNAL 1 NE +USC00436712 43.9333 -72.6667 271.0 VT RANDOLPH +USC00436717 43.9500 -72.6000 420.9 VT RANDOLPH CTR +USC00436746 43.5167 -72.5667 451.1 VT READING HILL +USC00436761 42.7500 -72.9333 341.4 VT READSBORO 1 SE +USC00436810 44.2500 -72.2333 -999.9 VT RUCKERS MILLS +USC00436893 43.8578 -72.8045 253.0 VT ROCHESTER +USC00436995 43.6253 -72.9781 189.0 VT RUTLAND +USC00437025 44.8167 -73.0833 164.9 VT ST ALBANS +USC00437026 44.8000 -73.1667 34.1 VT ST ALBANS BAY +USC00437032 44.8592 -73.0911 115.8 VT ST ALBANS RADIO +USC00437054 44.4200 -72.0194 213.4 VT SAINT JOHNSBURY HCN 72614 +USC00437098 43.9256 -73.0992 128.0 VT SALISBURY 2 N +USC00437120 43.1500 -72.9167 -999.9 VT SAXTONS RIVER +USC00437142 42.9000 -73.0000 -999.9 VT SEARSBURG PWR PLT +USC00437152 42.8667 -72.9167 475.5 VT SEARSBURG STN +USC00437217 43.8667 -73.2500 85.3 VT SHOREHAM +USC00437310 43.2500 -72.7500 54.9 VT SIMONSVILLE +USC00437401 42.9667 -72.9500 634.0 VT SOMERSET +USC00437607 44.6264 -73.3031 33.5 VT S HERO HCN +USC00437612 44.0725 -72.9736 408.7 VT S LINCOLN HCN +USC00437617 43.1833 -72.8167 320.0 VT SOUTH LONDONDERRY +USC00437646 44.0503 -72.0753 143.3 VT SOUTH NEWBURY +USC00437954 43.2667 -72.4500 92.0 VT SPRINGFIELD 2 SE +USC00438057 43.7667 -72.8333 259.1 VT STOCKBRIDGE 3 WSW +USC00438105 43.8667 -72.4000 152.4 VT STRAFFORD +USC00438150 43.1167 -73.1167 199.6 VT SUNDERLAND +USC00438160 43.0908 -73.1244 274.3 VT SUNDERLAND 2 +USC00438169 44.6122 -72.0481 457.2 VT SUTTON +USC00438172 44.6650 -72.0233 304.8 VT SUTTON 2NE +USC00438380 44.6500 -72.2167 -999.9 VT THETFORD +USC00438428 43.0500 -72.7000 155.4 VT TOWNSHEND LAKE +USC00438438 43.0333 -72.6667 128.0 VT TOWNSHEND +USC00438483 43.9167 -72.4833 189.0 VT TUNBRIDGE +USC00438512 43.4667 -72.7000 335.9 VT TYSON +USC00438556 43.7917 -72.2578 140.2 VT UNION VILLAGE DAM +USC00438597 44.1719 -73.2472 59.7 VT VERGENNES +USC00438600 42.7717 -72.5150 68.9 VT VERNON +USC00438615 44.5167 -71.8333 -999.9 VT VICTORY +USC00438633 44.2000 -72.8500 365.8 VT WAITSFIELD 1 W +USC00438637 44.1872 -72.8781 313.3 VT WAITSFIELD 2 W +USC00438640 44.1756 -72.7961 348.1 VT WAITSFIELD 2 SE +USC00438644 44.1833 -72.8500 249.9 VT WAITSFIELD 2 WSW +USC00438652 44.5028 -72.2203 685.8 VT WALDEN 4N +USC00438747 43.0500 -72.7833 299.0 VT WARDSBORO +USC00438750 43.0167 -72.7667 499.9 VT WARDSBORO 3 SE +USC00438755 43.0333 -72.8000 424.0 VT WARDSBORO 1 SW +USC00438805 44.3667 -72.7667 143.0 VT WATERBURY 3 NNW +USC00438815 44.3167 -72.7500 231.6 VT WATERBURY 2 SSE +USC00438905 43.4167 -73.2000 274.3 VT WELLS +USC00439099 44.6464 -71.9833 274.3 VT WEST BURKE +USC00439109 44.6833 -72.0500 345.0 VT WEST BURKE 5 NW +USC00439182 44.4000 -72.1833 420.9 VT WEST DANVILLE +USC00439184 44.4161 -72.1939 480.1 VT WEST DANVILLE 2 +USC00439190 42.9333 -72.8500 527.3 VT WEST DOVER +USC00439250 44.8833 -72.4333 -999.9 VT WESTFIELD +USC00439329 43.7167 -72.4167 125.0 VT WEST HARTFORD +USC00439477 43.2833 -72.7833 433.1 VT WESTON 1 S +USC00439588 44.1333 -72.3000 -999.9 VT WEST TOPSHAM +USC00439591 43.0331 -72.8500 429.8 VT WEST WARDSBORO +USC00439600 43.4667 -72.5333 259.1 VT WEST WINDSOR +USC00439691 43.6500 -72.3167 110.0 VT WHITE RIVER JUNCTION +USC00439735 42.8000 -72.9167 427.3 VT WHITINGHAM 1 W +USC00439764 43.6703 -72.3081 111.3 VT WILDER +USC00439858 42.8167 -72.8667 499.9 VT WILMINGTON +USC00439953 42.8833 -73.0333 683.1 VT WOODFORD +USC00439984 43.6303 -72.5072 182.9 VT WOODSTOCK +USC00439988 44.3747 -72.5822 414.5 VT WORCESTER 2 W +USC00440013 36.6667 -82.1000 609.9 VA ABINGDON 7 WSW +USC00440021 36.6686 -81.9647 586.7 VA ABINGDON 3S +USC00440055 38.0333 -78.8333 381.0 VA AFTON BOXWOOD GARDENS +USC00440079 36.9400 -77.8981 114.6 VA ALBERTA 5 N +USC00440090 38.8000 -77.0833 21.0 VA ALEXANDRIA CITY GARAGE +USC00440097 38.8167 -77.0500 6.1 VA ALEXANDRIA POTOMAC YAR +USC00440135 36.9247 -80.7283 554.7 VA ALLISONIA 2 SSE +USC00440166 37.1122 -79.2750 161.2 VA ALTAVISTA +USC00440187 37.3450 -77.9781 105.2 VA AMELIA COURTHOUSE 1 +USC00440188 37.4256 -77.8914 27.4 VA AMELIA 8 NE +USC00440193 38.6833 -78.0167 167.9 VA AMISSVILLE +USC00440216 38.8167 -77.2000 95.1 VA ANNANDALE +USC00440243 37.3261 -78.8275 259.1 VA APPOMATTOX +USC00440280 38.5833 -77.5833 83.8 VA ARCOLA +USC00440327 37.7500 -77.4833 67.1 VA ASHLAND +USC00440356 38.1167 -79.3000 519.1 VA AUGUSTA SPRINGS 1 NE +USC00440357 38.0833 -79.3500 473.0 VA AUGUSTA SPRINGS 2 SW +USC00440370 37.9997 -78.8264 244.1 VA AVON +USC00440385 36.6619 -75.9114 3.0 VA BACK BAY WR +USC00440390 38.8667 -77.3500 116.1 VA BACON NR FAIRFAX +USC00440403 38.8500 -77.1333 78.9 VA BAILEYS CROSSROADS +USC00440411 37.6167 -79.4500 223.1 VA BALCONY FALLS +USC00440440 38.1500 -77.2667 167.6 VA BARBOURSVILLE +USC00440449 38.8667 -77.1000 57.9 VA BARCROFT +USC00440495 37.1500 -81.1667 678.2 VA BASTIAN +USC00440551 37.3339 -79.5069 272.5 VA BEDFORD +USC00440561 37.3789 -79.5589 374.3 VA BEDFORD 4 NW +USC00440670 39.1500 -77.9833 182.9 VA BERRYVILLE +USC00440712 36.6667 -82.5000 961.0 VA BIG KNOB +USC00440720 38.5217 -78.4356 1079.0 VA BIG MEADOWS +USC00440725 38.5000 -78.4167 1007.1 VA BIG MEADOWS 2 +USC00440733 36.8667 -82.7667 454.2 VA BIG STONE GAP +USC00440735 36.8567 -82.7997 446.8 VA BIG STONE GAP +USC00440737 36.8833 -82.7333 472.4 VA BIG STONE GAP TVA 499 +USC00440755 37.4167 -75.8667 12.2 VA BIRDSNEST +USC00440765 37.2500 -80.4167 662.0 VA BLACKSBURG +USC00440766 37.2039 -80.4144 641.0 VA BLACKSBURG NWSO HCN +USC00440792 37.0997 -81.1161 609.6 VA BLAND +USC00440835 37.4000 -76.3500 3.0 VA BOHANNON 1 NE +USC00440860 38.5458 -78.0981 179.8 VA BOSTON 4 SE +USC00440880 37.5333 -77.6833 63.1 VA BON AIR +USC00440937 38.0500 -77.3500 70.1 VA BOWLING GREEN +USC00440956 36.5833 -77.2000 11.9 VA BOYKINS +USC00440958 36.5833 -77.2000 12.2 VA BOYKINS (1) +USC00440975 36.5667 -77.2500 12.2 VA BRANCHVILLE 1S +USC00440982 37.2889 -82.2928 577.0 VA BREAKS INTERSTATE PARK +USC00440993 37.7092 -78.2886 68.6 VA BREMO BLUFF HCN +USC00441037 36.6000 -82.1667 609.9 VA BRISTOL +USC00441047 36.6167 -82.1667 586.1 VA BRISTOL TVA +USC00441082 37.0678 -78.9517 124.4 VA BROOKNEAL +USC00441099 37.9408 -79.3517 381.0 VA BROWNSBURG 2 W +USC00441121 37.5247 -79.6817 268.2 VA BUCHANAN +USC00441136 37.5083 -78.5333 176.8 VA BUCKINGHAM +USC00441159 37.7267 -79.3628 256.0 VA BUENA VISTA +USC00441180 36.6000 -78.3000 98.5 VA BUGGS ISLAND DAM +USC00441200 36.8333 -77.6833 79.2 VA CALLAVILLE +USC00441202 37.8833 -76.3333 31.1 VA BURGESS 1 ESE +USC00441209 37.0908 -81.3364 935.1 VA BURKES GARDEN HCN +USC00441255 36.8000 -80.9167 634.0 VA BYLLESBY +USC00441259 36.7719 -80.9386 797.1 VA BYLLESBY 1 S +USC00441316 37.2333 -77.3333 18.0 VA CAMP LEE +USC00441322 37.0375 -77.9461 100.6 VA FT PICKETT +USC00441350 37.2678 -76.0175 0.9 VA CAPE CHARLES +USC00441362 36.9333 -76.0000 13.1 VA CAPE HENRY WB CITY +USC00441375 36.7333 -77.2500 14.9 VA CAPRON +USC00441383 37.4167 -76.3667 3.0 VA CARDINAL +USC00441434 38.6047 -78.1100 164.9 VA CASTLETON +USC00441471 37.3833 -80.0833 573.0 VA CATAWBA HOSPITAL +USC00441490 38.8500 -77.5667 83.8 VA CATHERPIN +USC00441508 38.5833 -78.5333 -999.9 VA CCC CAMP #1 +USC00441570 38.8833 -77.4333 98.1 VA CHANTILLY +USC00441585 37.0522 -78.6497 173.4 VA CHARLOTTE COURT HOUSE +USC00441593 38.0328 -78.5225 264.0 VA CHARLOTTESVILLE 2W HCN +USC00441598 38.0333 -78.5167 164.9 VA CHARLOTTESVILLE 1 W +USC00441606 36.7775 -78.4756 155.4 VA CHASE CITY +USC00441614 36.8225 -79.4103 198.4 VA CHATHAM +USC00441619 36.8500 -79.4000 259.1 VA CHATHAM 2 N +USC00441636 37.2833 -75.9667 3.0 VA CHERITON +USC00441675 36.7833 -81.6833 609.9 VA CHILHOWIE 1 S +USC00441683 37.9333 -75.4667 11.9 VA CHINCOTEAGUE NAS +USC00441687 37.9167 -75.3500 3.0 VA CHINCOTEAGUE WR +USC00441690 37.6167 -76.5667 32.6 VA CHRISTCHURCH +USC00441691 37.1833 -80.3000 658.4 VA CHRISTIANSBURG +USC00441692 37.1278 -80.4033 640.1 VA CHRISTIANSBURG +USC00441708 38.2333 -79.1667 451.1 VA CHURCHVILLE +USC00441729 38.9000 -77.0833 67.1 VA CLARENDON LYON PARK +USC00441746 36.6214 -78.5506 100.6 VA CLARKSVILLE +USC00441776 36.9500 -82.1500 470.0 VA CLEVELAND +USC00441801 37.8500 -79.8333 426.7 VA CLIFTON FORGE 2 NW +USC00441808 37.1667 -82.3167 467.0 VA CLINCHCO +USC00441816 36.6667 -82.7500 384.0 VA CLINCHPORT +USC00441825 37.1456 -82.4908 477.3 VA CLINTWOOD 1W +USC00441913 38.2506 -76.9628 3.0 VA COLONIAL BEACH +USC00441929 37.7333 -78.1500 88.4 VA COLUMBIA 2SSE +USC00441955 37.2819 -78.9592 248.4 VA CONCORD 4 SSW +USC00441986 38.6369 -78.8531 326.1 VA COOTES STORE +USC00441999 37.0817 -80.1347 870.8 VA COPPER HILL +USC00442009 38.2022 -77.3747 67.1 VA CORBIN +USC00442041 37.7886 -80.0053 367.9 VA COVINGTON +USC00442044 37.8111 -79.9883 379.2 VA COVINGTON FLTR PLT +USC00442064 38.0517 -79.3858 535.8 VA CRAIGSVILLE 2 S +USC00442080 37.1333 -78.2000 137.2 VA CREWE +USC00442138 38.0833 -78.7000 214.0 VA CROZET 2 N +USC00442142 37.6664 -77.8769 106.7 VA CROZIER +USC00442155 38.4833 -77.9833 144.8 VA CULPEPER +USC00442160 37.5000 -78.2500 140.2 VA CUMBERLAND +USC00442163 37.5833 -78.2500 76.2 VA CUMBERLAND (1) +USC00442208 38.4547 -78.9353 413.9 VA DALE ENTERPRISE HCN +USC00442216 36.6333 -81.8000 595.0 VA DAMASCUS +USC00442237 36.9833 -82.2833 561.1 VA DANTE +USC00442245 36.5628 -79.3633 119.5 VA DANVILLE 2 SE HCN +USC00442264 37.0833 -82.5000 458.1 VA DARWIN +USC00442269 37.1167 -82.1000 488.0 VA DAVENPORT 2 NE +USC00442315 38.1667 -79.3667 524.9 VA DEERFIELD 1 S +USC00442326 38.9333 -77.9333 159.1 VA DELAPLANE 1 NW +USC00442346 37.0333 -76.9500 18.0 VA DENDRON 1 SW +USC00442368 36.9000 -76.2000 9.1 VA DIAMOND SPRINGS +USC00442394 37.0833 -77.6000 81.4 VA DINWIDDIE +USC00442400 37.1122 -77.2017 39.6 VA DISPUTANTA +USC00442410 37.7333 -76.3333 3.0 VA DITCHLEY 1 S +USC00442460 37.8667 -77.4333 40.8 VA DOSWELL +USC00442491 38.9833 -77.3500 116.1 VA DRANESVILLE +USC00442504 36.8833 -76.4833 6.1 VA DRIVER 4 NE +USC00442520 37.0333 -77.8667 99.1 VA DRY BRIDGE +USC00442538 36.9667 -82.7500 595.0 VA DUNBAR +USC00442548 36.8333 -82.4333 762.9 VA DUNGANNON +USC00442563 37.2500 -82.4667 -999.9 VA DWALE +USC00442581 37.6414 -79.7992 283.5 VA EAGLE ROCK +USC00442600 37.6658 -80.2442 620.9 VA EARLEHURST +USC00442635 37.3875 -75.9744 3.0 VA EASTVILLE +USC00442663 38.8025 -78.5853 282.9 VA EDINBURG +USC00442729 38.4500 -77.7667 100.0 VA ELKWOOD 6 SE +USC00442730 36.6722 -81.1944 1048.2 VA ELK CREEK 4SSW +USC00442782 36.7667 -81.8333 655.9 VA EMORY +USC00442790 36.6983 -77.5597 30.5 VA EMPORIA 1 WNW +USC00442809 38.8167 -77.1000 75.9 VA EPISCOPAL HIGH SCHOOL +USC00442890 38.8333 -77.3167 136.9 VA FAIRFAX +USC00442922 38.8500 -77.2000 98.1 VA FALLS CHURCH 2 SW +USC00442941 37.3264 -78.3864 137.2 VA FARMVILLE 2 N HCN +USC00442983 36.7167 -79.9333 232.0 VA FIELDALE +USC00443006 37.5431 -79.8039 397.8 VA FINCASTLE 7 NE +USC00443071 36.9278 -80.2908 800.1 VA FLOYD 2 NE +USC00443072 36.9167 -80.3000 793.1 VA FLOYD 2 +USC00443082 37.0833 -82.5000 458.1 VA FORAKER +USC00443127 37.2333 -77.3333 18.0 VA FT LEE +USC00443192 38.3167 -77.4500 27.4 VA FREDERICKSBURG NP HCN +USC00443197 38.3000 -77.4667 6.1 VA FREDERICKSBURG EMBRY P +USC00443204 38.2875 -77.4508 18.3 VA FREDERICKSBURG SEWAGE +USC00443213 38.0908 -78.5894 179.8 VA FREE UNION +USC00443229 38.9039 -78.1822 283.5 VA FRONT ROYAL +USC00443267 36.6633 -80.9139 726.9 VA GALAX RADIO WBRF +USC00443268 36.6333 -80.9333 769.0 VA GALAX 3 S +USC00443272 36.6544 -80.9172 713.5 VA GALAX WTP +USC00443310 37.9458 -79.9542 539.5 VA GATHRIGHT DAM +USC00443375 37.6183 -79.4358 224.6 VA GLASGOW 1 SE +USC00443397 37.3733 -80.8597 463.3 VA GLEN LYN +USC00443407 37.5500 -76.6167 34.1 VA GLENNS 1 S +USC00443466 38.0861 -78.1825 140.2 VA GORDONSVILLE 3 S +USC00443468 39.2875 -78.3625 347.5 VA GORE 3 E +USC00443470 37.9839 -79.5008 411.5 VA GOSHEN +USC00443565 37.1756 -78.2786 152.4 VA GREENBAY 3 NE +USC00443583 38.8833 -77.1833 103.9 VA GREENWAY DOWNS +USC00443623 36.8667 -81.3500 777.8 VA GROSECLOSE +USC00443635 38.7667 -77.1000 75.9 VA GROVETON +USC00443640 37.2822 -82.0886 352.7 VA GRUNDY +USC00443690 36.7833 -78.9167 110.0 VA HALIFAX 1 N +USC00443695 36.7333 -78.9167 153.0 VA HALIFAX 2 SSE +USC00443713 37.0225 -76.3367 3.0 VA HAMPTON UNIV +USC00443840 38.3000 -78.0667 121.9 VA HAWFIELD +USC00443862 37.2167 -82.3000 458.1 VA HAYSI +USC00443863 37.2000 -82.2833 420.9 VA HAYSI +USC00443929 38.9667 -77.3833 113.1 VA HERNDON +USC00443959 36.9000 -82.6333 1266.1 VA HIGH KNOB +USC00443985 39.2000 -77.7167 213.4 VA HILLSBORO +USC00443991 36.8017 -80.7753 787.9 VA HILLSVILLE +USC00444031 37.4500 -75.6833 2.1 VA HOG IS LITTLE MA +USC00444039 37.5442 -79.4031 274.3 VA BIG IS +USC00444044 36.6831 -76.7683 24.4 VA HOLLAND 1 E +USC00444046 37.3956 -78.6406 146.3 VA HOLLIDAY LAKE +USC00444068 36.8167 -82.1000 777.8 VA HOLSTON +USC00444078 37.0167 -82.0000 598.0 VA HONAKER +USC00444083 37.0500 -82.0333 670.9 VA HONAKER 4 NW +USC00444101 37.2992 -77.2775 12.2 VA HOPEWELL HCN +USC00444128 37.9994 -79.8322 684.0 VA HOT SPRINGS HCN +USC00444148 37.1258 -79.5250 273.4 VA HUDDLESTON 4 SW +USC00444180 37.3653 -82.0561 331.6 VA HURLEY 4 S +USC00444185 37.4167 -82.0167 302.1 VA HURLEY 1 SE +USC00444229 36.6000 -81.1167 772.1 VA INDEPENDENCE +USC00444234 36.6500 -81.1667 796.1 VA INDEPENDENCE 2 +USC00444246 36.9000 -80.5667 823.0 VA INDIAN VALLEY +USC00444310 37.6942 -77.9230 45.1 VA IRWIN +USC00444350 36.8333 -80.9500 596.2 VA IVANHOE +USC00444365 36.8667 -76.9167 27.4 VA IVOR +USC00444404 37.1833 -81.7833 839.1 VA JEWELL RIDGE +USC00444410 37.2322 -82.3464 453.5 VA JOHN FLANNAGAN LAKE +USC00444414 36.6003 -78.3011 76.2 VA JOHN H KERR DAM +USC00444446 36.6833 -83.1000 427.0 VA JONESVILLE +USC00444448 36.6667 -83.1000 420.9 VA JONESVILLE 2 SSE +USC00444452 37.6833 -80.1000 427.0 VA JORDAN MINES 1 NE +USC00444531 36.9667 -78.1167 152.4 VA KENBRIDGE +USC00444565 37.8706 -79.5689 457.2 VA KERRS CREEK 6 WNW +USC00444568 37.0178 -78.4800 190.5 VA KEYSVILLE 2 S +USC00444600 37.7233 -76.3900 18.3 VA KILMARNOCK 1 N +USC00444660 36.7003 -78.0997 145.1 VA LA CROSSE +USC00444676 37.2392 -80.1994 402.3 VA LAFAYETTE 1 NE +USC00444692 38.3506 -77.7531 109.7 VA LAKE OF THE WOODS +USC00444745 37.6500 -77.8333 30.5 VA LASSITER +USC00444768 36.7711 -77.7928 99.1 VA LAWRENCEVILLE 3 E +USC00444777 36.9028 -82.0383 582.8 VA LEBANON +USC00444779 36.9000 -82.0833 649.5 VA LEBANON (1) +USC00444802 37.5333 -78.5500 153.0 VA LEE EXP FOREST +USC00444807 38.8333 -77.9833 243.8 VA LEEDS MANOR NEAR MARKH +USC00444817 39.1167 -77.5667 98.1 VA LEESBURG +USC00444876 37.7767 -79.4386 334.4 VA LEXINGTON HCN +USC00444909 39.1422 -77.7094 155.4 VA PURCELLVILLE HCN +USC00445050 38.0422 -78.0061 128.0 VA LOUISA +USC00445057 36.7500 -81.6833 627.9 VA LOVES MILL +USC00445096 38.6661 -78.3728 426.7 VA LURAY 5 E +USC00445115 37.4244 -79.1589 170.7 VA LYNCHBURG 7 ST BRG +USC00445117 37.3817 -79.2331 224.3 VA LYNCHBURG #2 +USC00445121 37.4167 -79.1500 -999.9 VA LYNCHBURG - COOP +USC00445150 38.3683 -78.2503 175.9 VA MADISON +USC00445190 37.6692 -77.8819 32.0 VA MAIDENS +USC00445204 38.7333 -77.4925 74.7 VA MANASSAS +USC00445208 38.7000 -77.4333 52.1 VA MANASSAS 4 S +USC00445213 38.7833 -77.5000 100.9 VA MANASSAS 3 NW +USC00445218 38.8500 -77.3500 136.9 VA MANION NR FAIRFAX +USC00445266 36.8500 -81.5167 670.9 VA MARION +USC00445271 36.8167 -81.5167 640.1 VA MARION +USC00445289 38.8667 -77.8833 177.1 VA MARSHALL +USC00445300 36.7056 -79.8650 231.6 VA MARTINSVILLE FLTR PLT +USC00445338 37.4031 -76.2689 1.5 VA MATHEWS 4 SE +USC00445370 38.2500 -78.2167 156.7 VA MAYHURST +USC00445414 38.3333 -79.5000 609.9 VA MC DOWELL +USC00445416 38.3500 -79.5333 731.2 VA MCDOWELL 3 W +USC00445423 38.3500 -78.7333 331.9 VA MC GAHEYSVILLE 2 S +USC00445453 36.6667 -80.4481 678.2 VA MEADOWS OF DAN 5 SW +USC00445501 36.7000 -82.3167 412.1 VA MENDOTA +USC00445595 38.3064 -79.7197 737.9 VA MILL GAP +USC00445599 38.2167 -79.7333 634.0 VA MILL RUN FARM +USC00445646 37.7167 -76.5500 6.1 VA MOLLUSK 1 SW +USC00445677 37.4667 -79.6000 796.1 VA MONS +USC00445685 37.8814 -79.1317 816.9 VA MONTEBELLO 3 NE +USC00445690 37.8444 -79.1303 812.9 VA MONTEBELLO FISH CULTURAL STN +USC00445698 38.4167 -79.5833 890.9 VA MONTEREY +USC00445700 38.0111 -78.4494 231.0 VA MONTICELLO +USC00445729 37.7500 -79.6500 595.0 VA MOORES CREEK DAM +USC00445756 38.1025 -79.8872 541.0 VA MTN GROVE +USC00445784 37.3553 -80.5378 1196.0 VA MOUNTAIN LAKE +USC00445822 38.8333 -78.6500 320.0 VA MT JACKSON +USC00445828 37.3833 -80.5333 1179.6 VA MT LAKE BIOL STN +USC00445830 37.2833 -77.0500 30.5 VA MT MORIAH FM MINDES ST +USC00445833 37.8644 -77.6383 76.2 VA MONTPELIER +USC00445838 38.3500 -79.0833 475.5 VA MT SOLON +USC00445851 39.0642 -77.8883 505.7 VA MT WX +USC00445853 39.0656 -77.8950 472.4 VA MT WX 3 +USC00445880 38.3144 -79.6589 721.5 VA MUSTOE 1 SW +USC00445931 37.4667 -75.8667 11.9 VA NASSAWADOX +USC00445941 37.5833 -79.5000 253.0 VA NATURAL BRG STN +USC00445983 37.8167 -75.5833 14.9 VA NELSONIA +USC00446004 37.7000 -78.3000 92.0 VA NEW CANTON +USC00446012 37.5092 -80.0981 383.4 VA NEW CASTLE +USC00446018 37.9833 -75.5333 30.5 VA NEW CHURCH +USC00446046 37.2969 -80.4939 627.9 VA NEWPORT 2 NNW +USC00446054 37.0167 -76.4500 14.9 VA NEWPORT NEWS PRESS BLD +USC00446110 38.7500 -77.6333 106.7 VA NOKESVILLE +USC00446125 37.0153 -82.3197 810.2 VA NORA 4 SSE +USC00446144 36.8500 -76.2833 20.1 VA NORFOLK WB CITY +USC00446147 36.8708 -76.2289 3.0 VA NORFOLK S +USC00446161 37.4339 -76.4414 1.2 VA N +USC00446169 36.6167 -82.1833 531.0 VA NORTH BRISTOL SUB STN +USC00446173 37.1244 -82.6339 510.5 VA N FK LAKE +USC00446178 37.9500 -78.6333 209.1 VA NORTH GARDEN +USC00446199 38.3667 -79.2667 732.1 VA NORTH RIVER DAM +USC00446240 39.1333 -78.1167 129.8 VA NOTTOWAY COURT HOUSE +USC00446345 36.8167 -82.8667 445.0 VA OLINGER +USC00446355 37.7500 -75.7667 6.1 VA ONANCOCK +USC00446362 37.6833 -75.7167 11.9 VA ONLEY 1 S +USC00446383 38.2833 -78.0833 156.1 VA ORANGE 3 N +USC00446456 37.2833 -75.9333 8.2 VA OYSTER 1 W +USC00446470 37.5500 -80.2833 766.6 VA PAINT BANK 1 W +USC00446475 37.5844 -75.8217 9.1 VA PAINTER 2 W +USC00446491 37.8142 -78.2644 125.0 VA PALMYRA 3S +USC00446506 38.6667 -78.3167 702.3 VA PANORAMA +USC00446520 37.7833 -75.6667 12.2 VA PARKSLEY +USC00446528 37.5667 -75.6333 3.0 VA PARRAMORE BEACH LB STN +USC00446533 38.0500 -77.7000 75.9 VA PARTLOW 3 WNW +USC00446573 37.4667 -79.6000 796.1 VA PEAKS OF OTTER +USC00446593 37.6694 -79.2775 312.1 VA PEDLAR DAM +USC00446626 36.7381 -82.9967 448.1 VA PENNINGTON GAP HCN +USC00446656 37.2389 -77.3925 5.8 VA PETERSBURG +USC00446691 36.7833 -80.0333 253.0 VA PHILPOTT DAM +USC00446692 36.7764 -80.0272 342.3 VA PHILPOTT DAM 2 +USC00446712 38.2322 -78.1203 158.5 VA PIEDMONT RSCH STN HCN +USC00446723 37.0667 -80.3500 664.5 VA PILOT 1 ENE +USC00446747 37.7000 -79.0000 228.9 VA PINEY RIVER 2 SE +USC00446750 36.6833 -80.4167 860.1 VA PINNACLES MEADOWS OF D +USC00446838 37.2000 -80.1500 1207.9 VA POOR MTN +USC00446906 37.5144 -77.8858 121.9 VA POWHATAN +USC00446926 36.8000 -75.9667 3.0 VA PRINCESS ANNE +USC00446955 37.0556 -80.7842 563.9 VA PULASKI 2 E +USC00446979 38.5000 -77.3167 3.0 VA QUANTICO 1 S +USC00446997 37.1333 -80.5667 548.6 VA RADFORD +USC00446999 37.2008 -80.5864 548.6 VA RADFORD 3 N +USC00447004 37.1000 -80.6000 604.1 VA RADFORD 5 SW +USC00447006 37.5333 -80.2167 -999.9 VA RADFORD ORDANCE WORKS +USC00447025 36.9833 -78.7000 107.0 VA RANDOLPH 5 NNE +USC00447033 38.3000 -78.0667 92.0 VA RAPIDAN +USC00447070 38.7500 -78.2833 -999.9 VA RATTLESNAKE POINT +USC00447129 38.5333 -77.8167 85.0 VA REMINGTON +USC00447130 38.5325 -77.8167 85.3 VA REMINGTON 2 +USC00447164 38.4000 -77.7333 105.2 VA RICHARDSVILLE +USC00447174 37.0925 -81.7936 582.2 VA RICHLANDS +USC00447196 37.5333 -77.4167 0.0 VA RICHMOND CITY LOCKS +USC00447254 38.9333 -78.2000 171.0 VA RIVERTON +USC00447275 37.2667 -79.9333 278.0 VA ROANOKE +USC00447278 37.3622 -79.9586 352.7 VA ROANOKE 8 N +USC00447280 37.2583 -79.9389 276.5 VA ROANOKE RIVER GAGE +USC00447312 37.8000 -78.7500 147.8 VA ROCKFISH +USC00447330 36.8500 -80.3667 939.1 VA ROCKY KNOB +USC00447338 36.9769 -79.8961 400.8 VA ROCKY MT HCN +USC00447372 36.6667 -83.3667 435.9 VA ROSE HILL +USC00447402 37.8000 -78.9833 268.2 VA ROSELAND 1 NNW +USC00447420 38.2333 -78.3667 181.1 VA RUCKERVILLE +USC00447435 37.1167 -76.7000 15.2 VA RUNNYMEDE SPOTTSVILLE +USC00447470 37.5333 -77.7500 -999.9 VA SABOT +USC00447490 37.3167 -80.0833 365.8 VA SALEM +USC00447492 36.9000 -82.3167 460.9 VA ST PAUL +USC00447501 36.8833 -81.7667 524.9 VA SALTVILLE +USC00447506 36.8894 -81.7711 528.2 VA SALTVILLE 1N +USC00447514 37.6000 -76.6000 34.1 VA SALUDA +USC00447541 37.5442 -77.2758 50.3 VA SANDSTON +USC00447560 36.8833 -78.7500 94.5 VA SAXE +USC00447666 38.6167 -78.3500 99.1 VA SEXTON SHELTER +USC00447740 38.4833 -78.6333 285.6 VA SHENANDOAH +USC00447750 38.3833 -78.5000 -999.9 VA SHENANDOAH CAMP #3 +USC00447825 38.6000 -78.3833 1066.8 VA SKYLAND +USC00447843 37.2667 -81.9333 473.0 VA SLATE +USC00447864 36.9833 -76.6333 11.9 VA SMITHFIELD +USC00447904 38.2456 -78.2703 155.4 VA SOMERSET +USC00447925 36.6953 -78.8808 100.3 VA S BOSTON +USC00447971 36.8167 -81.1667 714.1 VA SPEEDWELL +USC00447976 36.9833 -82.7500 -999.9 VA SPEERS FERRY +USC00447985 38.6553 -78.2272 228.6 VA SPERRYVILLE +USC00447996 37.0000 -81.6500 961.0 VA SPRING CREEK +USC00447997 37.0167 -81.6500 723.0 VA SPRING CREEK 2 +USC00448014 37.3167 -81.9833 433.1 VA STACY +USC00448022 37.2786 -80.6889 511.5 VA PEARISBURG 4 SSE +USC00448035 38.3333 -78.5000 204.2 VA STANNARDSVILLE +USC00448046 39.0858 -78.4442 289.6 VA STAR TANNERY +USC00448054 37.6333 -77.8000 54.9 VA STATE FARM +USC00448062 38.1692 -79.0844 51.5 VA STAUNTON WTP HCN +USC00448080 39.0833 -78.2333 216.4 VA STEPHENS CITY +USC00448084 38.9764 -77.4869 87.8 VA WFO STERLING +USC00448129 36.9742 -77.4042 32.0 VA STONY CREEK 2 N +USC00448169 36.6333 -80.2667 412.1 VA STUART +USC00448170 36.6364 -80.2544 419.1 VA STUART +USC00448172 38.0100 -79.0489 442.0 VA STUARTS DRAFT +USC00448192 36.7297 -76.6014 6.7 VA SUFFOLK LAKE KILBY +USC00448200 36.7667 -81.4000 823.9 VA SUGAR GROVE +USC00448220 36.5000 -77.0000 18.3 VA SUNBEAM +USC00448224 37.8833 -76.2667 6.1 VA SUNNYBANK +USC00448241 37.0833 -76.8667 36.9 VA SURRY 4 SW +USC00448249 36.9167 -77.2833 31.1 VA SUSSEX +USC00448257 36.5333 -79.5333 190.2 VA SWANSONVILLE +USC00448266 38.8333 -77.3333 91.4 VA SWETNAM +USC00448282 37.0333 -81.9167 576.1 VA SWORDS CREEK +USC00448323 37.8283 -75.9933 1.5 VA TANGIER ISLAND +USC00448331 37.9167 -76.8667 7.6 VA TAPPAHANNOCK +USC00448354 37.1167 -81.5167 747.1 VA TAZEWELL +USC00448396 38.8947 -77.7547 161.5 VA THE PLAINS 2 NNE +USC00448448 38.6500 -78.7167 305.1 VA TIMBERVILLE 3 E +USC00448475 37.4825 -78.0958 132.0 VA TOBACCOVILLE +USC00448547 36.6542 -81.4061 865.3 VA TROUT DALE 3 SSE +USC00448560 37.8333 -78.2500 137.2 VA TROY +USC00448600 37.6364 -78.9336 219.5 VA TYE RVR 1 SE +USC00448680 37.4558 -77.3503 46.0 VA VARINA +USC00448685 38.1833 -79.0167 426.7 VA VERONA +USC00448695 37.9167 -79.1500 518.2 VA VESUVIUS +USC00448737 38.8922 -77.2892 127.4 VA VIENNA +USC00448787 37.6167 -76.7000 4.9 VA WACHAPREAQUE +USC00448800 36.9839 -77.0078 34.4 VA WAKEFIELD 1NW +USC00448803 37.0000 -77.0000 31.1 VA WAKEFIELD 1 NW +USC00448821 38.9167 -77.1333 73.2 VA WALKERS CHAPEL +USC00448829 37.7433 -77.0400 15.2 VA WALKERTON 2 NW +USC00448833 36.6500 -82.1333 573.0 VA WALLACE +USC00448837 36.5953 -76.4389 6.1 VA WALLACETON-LAKE DRUMMOND +USC00448888 38.6811 -77.7678 152.4 VA WARRENTON 3 SE +USC00448894 37.9881 -76.7769 42.7 VA WARSAW 2 NW +USC00448902 38.6667 -78.1833 195.1 VA WASHINGTON 3 SSW +USC00448915 39.1833 -77.6000 161.8 VA WATERFORD +USC00448933 37.0333 -77.1000 34.1 VA WAVERLY +USC00448938 38.8833 -77.1167 103.9 VA WAVERLY HILLS +USC00448941 38.0803 -78.8750 387.1 VA WAYNESBORO WTP +USC00448949 38.0667 -78.8833 411.5 VA WAYNESBORO +USC00448975 38.2667 -79.3167 576.1 VA WEST AUGUSTA +USC00448984 37.6000 -77.4000 61.0 VA WESTBROOK SANATORIUM +USC00449020 37.5000 -76.7500 4.6 VA WEST POINT +USC00449025 37.5658 -76.8000 6.1 VA W PT 2 NW +USC00449060 37.1833 -80.8167 563.9 VA WHITE GATE +USC00449094 36.6333 -81.6000 1667.9 VA WHITETOP MTN +USC00449126 38.4667 -77.3167 6.1 VA WIDEWATER +USC00449135 38.2667 -77.0000 8.5 VA WILKERSON'S +USC00449146 37.2833 -76.7500 31.1 VA WILLIAMSBURG 2 NW +USC00449151 37.3017 -76.7039 21.3 VA WILLIAMSBURG 2 N HCN +USC00449159 38.1794 -79.5817 499.9 VA WILLIAMSVILLE 2 S +USC00449160 38.2667 -79.5500 595.0 VA WILLIAMSVILLE 5 N +USC00449169 36.9136 -80.5075 856.5 VA WILLIS +USC00449181 39.1881 -78.1517 219.5 VA WINCHESTER +USC00449186 39.1833 -78.1167 207.3 VA WINCHESTER 7 SE +USC00449213 37.3247 -77.6503 91.4 VA WINTERPOCK +USC00449215 36.9725 -82.5578 781.5 VA WISE 1SE +USC00449218 37.0000 -82.1333 754.1 VA WISE +USC00449263 38.8969 -78.4678 205.7 VA WOODSTOCK 2 NE HCN +USC00449271 36.7833 -80.2833 396.8 VA WOOLWINE +USC00449272 36.7736 -80.2622 385.0 VA WOOLWINE 1 SE +USC00449301 36.9617 -81.0869 749.2 VA WYTHEVILLE +USC00450008 46.9658 -123.8292 3.0 WA ABERDEEN HCN +USC00450013 47.2614 -123.7147 132.6 WA ABERDEEN 20NNE +USC00450066 46.5167 -121.0167 946.1 WA AHTANUM RS +USC00450090 48.3500 -120.1500 731.5 WA ALDER CREEK +USC00450094 46.8000 -122.3167 396.8 WA ALDER DAM CAMP +USC00450145 46.4167 -117.2000 232.0 WA ALPOWA RCH +USC00450158 47.4667 -123.8833 64.0 WA AMANDA PARK +USC00450176 48.5119 -122.6136 6.1 WA ANACORTES +USC00450184 46.1333 -117.1333 1089.1 WA ANATONE +USC00450198 48.8000 -119.2000 -999.9 WA ANTOINE +USC00450217 45.8092 -121.2811 712.0 WA APPLETON +USC00450242 45.9500 -122.5500 68.3 WA ARIEL DAM +USC00450257 48.2006 -122.1281 30.5 WA ARLINGTON +USC00450285 46.7500 -122.1667 -999.9 WA ASHFORD +USC00450294 46.2039 -117.2472 1037.2 WA ASOTIN 14 SW +USC00450317 46.1000 -118.9500 109.7 WA ATTALIA +USC00450365 48.6833 -120.7833 1331.1 WA AZURITE MINE +USC00450385 48.7167 -121.6167 204.2 WA BAKER LAKE +USC00450410 47.6500 -122.3833 -999.9 WA BALLARD (SEATTLE) +USC00450456 47.7722 -121.4819 234.7 WA BARING +USC00450482 45.7717 -122.5286 86.6 WA BATTLE GROUND +USC00450526 48.0667 -124.3500 -999.9 WA BEAVER NEAR +USC00450535 48.1167 -121.4333 378.3 WA BEDAL STAKE +USC00450540 47.3333 -120.3667 841.2 WA BEEHIVE RS BEEHIVE MT +USC00450564 48.7833 -122.4833 43.0 WA BELLINGHAM 2 N +USC00450566 48.7422 -122.4725 91.4 WA BELLINGHAM KVOS +USC00450569 48.7500 -122.4833 49.1 WA BELLINGHAM +USC00450587 48.7178 -122.5114 4.6 WA BELLINGHAM 3 SSW HCN +USC00450628 46.2833 -119.5000 207.0 WA BENTON CITY 2 NW +USC00450641 47.7667 -120.9833 860.1 WA BERNE +USC00450651 46.9000 -119.8167 358.1 WA BEVERLY NEAR +USC00450668 45.9981 -120.3006 919.0 WA BICKLETON +USC00450672 48.0667 -121.5000 534.0 WA BIG FOUR +USC00450684 48.7833 -120.3333 1609.3 WA BILLY GOAT MOUNTAIN +USC00450729 48.9775 -122.7928 18.3 WA BLAINE HCN +USC00450749 47.3500 -120.6667 1241.1 WA BLEWETT PASS +USC00450770 47.8167 -123.7667 2104.9 WA BLUE GLACIER +USC00450790 47.8667 -124.3167 -999.9 WA BOGACHIEL +USC00450826 47.7667 -122.2167 34.1 WA BOTHELL +USC00450839 49.0000 -117.6333 424.0 WA BOUNDARY +USC00450844 48.9947 -117.3544 559.9 WA BOUNDARY DAM +USC00450845 48.9833 -117.3500 793.1 WA BOUNDARY DAM 1 W +USC00450872 47.5689 -122.6828 33.5 WA BREMERTON +USC00450882 48.1000 -119.8000 267.6 WA BREWSTER +USC00450890 48.0667 -119.7000 -999.9 WA BRIDGEPORT BAR +USC00450897 47.7000 -122.9333 24.4 WA BRINNON +USC00450917 46.7833 -123.5000 57.9 WA BROOKLYN +USC00450935 48.5500 -119.6667 1158.2 WA BRYSON'S RANCH +USC00450945 47.1694 -122.0036 208.8 WA BUCKLEY 1 NE HCN +USC00450969 46.8667 -121.3000 1049.1 WA BUMPING LAKE +USC00450986 48.4672 -122.3136 9.1 WA BURLINGTON +USC00451050 48.6167 -120.6333 -999.9 WA CAMP CRESENT +USC00451059 47.4333 -121.6500 366.1 WA CAMP EIGHT +USC00451092 46.8000 -123.8500 3.0 WA CANTO +USC00451110 47.0833 -122.0667 361.8 WA CARBONADO +USC00451113 46.9833 -121.9667 499.9 WA CARBONADO 8 SSE +USC00451142 47.6667 -121.9167 18.3 WA CARNATION 1 NW +USC00451146 47.6931 -121.9947 15.2 WA CARNATION 4 NW +USC00451160 45.8678 -121.9733 345.6 WA CARSON FISH HATCHERY +USC00451162 47.7667 -121.0667 1028.1 WA CASCADE TUNNEL +USC00451164 47.5333 -120.4667 304.8 WA CASHMERE +USC00451189 46.2833 -122.9000 34.1 WA CASTLE ROCK +USC00451205 46.2253 -123.3289 54.9 WA CATHLAMET 6NE +USC00451207 46.3167 -123.2667 146.0 WA CATHLAMET 9 NE +USC00451233 47.4144 -121.7561 475.5 WA CEDAR LAKE HCN +USC00451237 48.1333 -118.1333 609.6 WA CEDONIA +USC00451257 45.7333 -120.9500 502.9 WA CENTERVILLE 2 SW +USC00451276 46.7200 -122.9528 56.4 WA CENTRALIA HCN +USC00451277 46.7117 -122.9775 56.4 WA CENTRALIA 1W +USC00451330 46.6667 -122.9833 54.9 WA CHEHALIS +USC00451350 47.8344 -120.0006 363.9 WA CHELAN +USC00451362 47.4833 -117.5833 732.1 WA CHENEY +USC00451381 48.9500 -119.0500 875.1 WA CHESAW +USC00451383 48.9833 -119.0333 839.1 WA CHESAW 2 NNE +USC00451385 49.0000 -119.0667 1207.9 WA CHESAW 4 NNW +USC00451395 48.2733 -117.7408 509.0 WA CHEWELAH +USC00451400 47.9967 -119.6483 254.2 WA CHIEF JOSEPH DAM +USC00451414 47.9522 -122.7908 42.7 WA CHIMACUM 4 S +USC00451423 47.6833 -120.7333 557.5 WA CHIWAUKUM +USC00451426 48.0333 -120.8333 826.9 WA CHIWAWA RIVER +USC00451438 49.0000 -120.0000 365.8 WA CHOPAKA +USC00451457 46.6053 -122.4964 317.0 WA CINEBAR 2 E +USC00451465 48.2667 -124.2500 9.1 WA CLALLAM BAY 1 NNE +USC00451474 46.3833 -117.0833 363.0 WA CLARKSTON HEIGHTS +USC00451484 48.9672 -122.3292 19.5 WA CLEARBROOK HCN +USC00451496 47.5711 -124.2922 24.4 WA CLEARWATER +USC00451504 47.1889 -120.9131 579.1 WA CLE ELUM HCN +USC00451586 46.8833 -117.3500 603.5 WA COLFAX +USC00451630 48.5678 -117.9356 473.7 WA COLVILLE HCN +USC00451650 48.5500 -117.8833 574.5 WA COLVILLE AP +USC00451654 48.5833 -117.8000 505.1 WA COLVILLE 5 NE +USC00451666 48.5558 -119.7492 703.8 WA CONCONULLY HCN +USC00451679 48.5397 -121.7422 59.4 WA CONCRETE PPL FISH STN +USC00451687 48.5167 -119.8500 1066.8 WA CONGER'S RANCH STAKE +USC00451689 46.6667 -118.8833 270.7 WA CONNELL +USC00451690 46.6644 -118.8828 310.9 WA CONNELL 1 W +USC00451691 46.5086 -118.7878 328.6 WA CONNELL 12 SE +USC00451757 46.0667 -122.2833 153.0 WA COUGAR 1 E +USC00451759 46.0092 -122.3464 158.5 WA COUGAR 4 SW +USC00451760 46.0625 -122.2044 200.9 WA COUGAR 6 E +USC00451767 47.9544 -118.9997 524.0 WA COULEE DAM 1 SW +USC00451783 48.2072 -122.6914 15.2 WA COUPEVILLE 1 S +USC00451830 47.7500 -117.9167 670.6 WA CRESCENT +USC00451928 46.8500 -121.0000 731.5 WA CURRENT FLATS +USC00451934 47.4239 -123.2197 231.6 WA CUSHMAN DAM +USC00451939 47.3706 -123.1600 6.4 WA CUSHMAN POWERHOUSE #2 HCN +USC00451944 48.3500 -117.3167 626.7 WA CUSICK +USC00451972 45.7500 -121.1500 586.1 WA DALLESPORT 9 N +USC00451992 48.2600 -121.6036 167.6 WA DARRINGTON RS +USC00452007 47.6575 -118.1614 722.1 WA DAVENPORT HCN +USC00452030 46.3153 -118.0022 474.6 WA DAYTON 1 WSW HCN +USC00452035 46.3667 -118.0667 522.1 WA DAYTON 5 NW +USC00452037 46.2167 -117.8500 714.1 WA DAYTON 9 SE +USC00452066 47.9667 -117.4333 670.9 WA DEER PARK AP +USC00452112 48.8500 -122.3000 49.1 WA DEMING 4 WNW +USC00452126 47.6667 -124.4833 21.0 WA DESTRUCTION ISLAND LS +USC00452157 48.7142 -121.1431 271.6 WA DIABLO DAM +USC00452175 48.4333 -119.1000 1064.1 WA DISAUTEL 9 NE +USC00452194 46.1500 -118.0167 1524.0 WA DIXIE +USC00452197 46.0914 -118.1006 685.8 WA DIXIE 4 SE +USC00452214 48.1833 -120.5833 683.1 WA DOMKE LAKE +USC00452220 46.6297 -123.2106 79.2 WA DOTY 3 E +USC00452253 46.6364 -123.2597 92.0 WA DRYAD +USC00452260 47.5333 -120.5333 280.4 WA DRYDEN +USC00452270 47.6500 -122.9500 115.8 WA DUCKABUSH +USC00452309 47.7667 -121.9333 244.1 WA DUVALL 3 NE +USC00452326 47.2667 -121.7667 338.9 WA EAGLE GORGE +USC00452376 48.6667 -122.9333 152.4 WA EAST SOUND +USC00452384 47.2422 -121.1869 661.4 WA EASTON +USC00452493 46.9000 -122.0333 527.9 WA ELECTRON HEADWORKS +USC00452505 46.9692 -120.5400 451.1 WA ELLENSBURG HCN +USC00452507 47.0294 -120.5386 519.7 WA ELLENSBURG #2 +USC00452511 46.9964 -120.5478 518.2 WA ELLENSBURG +USC00452531 47.0092 -123.4008 21.3 WA ELMA +USC00452538 46.4167 -119.0000 182.3 WA ELTOPIA +USC00452540 46.4833 -119.1667 272.8 WA ELTOPIA 7 WNW +USC00452542 46.3992 -119.1561 213.4 WA ELTOPIA 8 WSW +USC00452548 48.0164 -123.5906 109.7 WA ELWHA RS +USC00452563 47.6983 -120.3228 313.0 WA ENTIAT FISH HATCHERY +USC00452609 47.3167 -119.5667 415.1 WA EPHRATA +USC00452645 48.3000 -118.6500 324.6 WA EUREKA +USC00452675 47.9753 -122.1950 18.3 WA EVERETT HCN +USC00452688 47.0000 -122.6667 48.8 WA EVERGREEN FARM +USC00452706 47.1167 -117.7333 524.9 WA EWAN +USC00452722 47.0000 -122.0000 433.1 WA FAIRFAX +USC00452769 47.0500 -117.0500 885.1 WA FARMINGTON +USC00452914 47.9558 -124.3539 106.7 WA FORKS 1 E HCN +USC00452950 47.1167 -122.5500 81.1 WA FORT LEWIS +USC00452952 47.0881 -122.6675 91.1 WA FT LEWIS GOLF COURSE +USC00452972 47.8333 -118.2500 487.7 WA FORT SPOKANE +USC00452984 46.5425 -123.5039 70.4 WA FRANCES +USC00453010 48.5333 -123.0333 31.1 WA FRIDAY HARBOR +USC00453050 46.0833 -118.3167 320.0 WA GARDEN CITY HEIGHTS +USC00453095 48.0333 -118.3000 365.8 WA GERMOME +USC00453160 48.8878 -121.9372 285.0 WA GLACIER RS +USC00453177 46.5186 -122.1383 256.0 WA GLENOMA +USC00453183 46.0081 -121.2622 566.9 WA GLENWOOD +USC00453184 46.0089 -121.2633 579.7 WA GLENWOOD #2 +USC00453204 48.0167 -121.3500 883.9 WA GOAT LAKE +USC00453214 47.8356 -121.6600 63.7 WA GOLD BAR 2 SE +USC00453216 46.9167 -121.0500 792.5 WA GOLD CREEK +USC00453219 46.9167 -121.4214 1357.6 WA GOLD HILL +USC00453222 45.8081 -120.8428 499.9 WA GOLDENDALE HCN +USC00453226 45.8167 -120.8167 518.2 WA GOLDENDALE +USC00453248 45.9000 -122.0000 414.5 WA GOVERMENT SPRING +USC00453268 46.7833 -123.0333 46.0 WA GRAND MOUND +USC00453271 46.3833 -120.1333 -999.9 WA GRANGER NEAR +USC00453276 48.1667 -121.9667 106.7 WA GRANITE FALLS +USC00453284 47.3000 -122.8667 15.5 WA GRAPEVIEW 3 SW +USC00453320 46.8008 -124.0864 3.0 WA GRAYLAND +USC00453333 46.3872 -123.5603 30.5 WA GRAYS RVR HATCHERY +USC00453357 47.1333 -121.6333 527.3 WA GREENWATER +USC00453386 47.7333 -121.4167 259.1 WA GROTTO +USC00453410 48.5167 -120.3000 813.8 WA GUNN'S RANCH +USC00453444 46.5667 -119.5833 220.1 WA HANFORD A E C +USC00453472 47.9333 -122.5500 4.6 WA HANSVILLE +USC00453502 47.4167 -118.2500 662.0 WA HARRINGTON 5 S +USC00453512 47.4833 -118.2500 665.1 WA HARRINGTON 1 N +USC00453513 47.4333 -118.2500 683.1 WA HARRINGTON 2 S +USC00453515 47.4828 -118.2519 658.1 WA HARRINGTON +USC00453529 47.6892 -119.1064 580.9 WA HARTLINE +USC00453539 48.6333 -119.6500 885.1 WA HASSAN +USC00453546 46.7225 -118.6525 458.7 WA HATTON 9 SE +USC00453576 47.8989 -122.5711 50.6 WA HANSVILLE 1SW +USC00453659 47.5000 -123.8833 1158.8 WA HIGLEY PEAK +USC00453710 47.8611 -123.9319 174.3 WA HOH RS +USC00453728 48.2000 -120.7833 1049.1 WA HOLDEN +USC00453730 48.1989 -120.7736 980.8 WA HOLDEN VILLAGE +USC00453765 46.7500 -118.1333 330.1 WA HOOPER +USC00453804 46.9667 -123.8833 4.9 WA HOQUIAM +USC00453814 46.1000 -119.5500 -999.9 WA HORSE HEAVEN +USC00453826 47.2336 -123.9897 42.7 WA HUMPTULIPS SALMON HATCHERY +USC00453850 48.1167 -118.2000 490.7 WA HUNTERS +USC00453858 46.3000 -118.1167 426.7 WA HUNTSVILLE +USC00453859 47.3872 -121.3925 776.9 WA HYAK +USC00453883 46.2447 -118.8786 112.2 WA ICE HARBOR DAM +USC00453903 48.3167 -118.2167 515.1 WA INCHELIUM 2 NW +USC00453909 47.8167 -121.5500 161.8 WA INDEX +USC00453910 47.8167 -121.5500 223.1 WA INDEX 1 SSE +USC00453915 46.9847 -122.8311 60.0 WA INDIAN SUMMER GLF CRSE +USC00453930 48.7333 -117.4167 638.6 WA IONE +USC00453975 48.8167 -118.9000 823.9 WA IRENE MTN WAUCONDA +USC00453985 47.5333 -122.0333 29.3 WA ISSAQUAH +USC00454010 48.2333 -119.9167 1158.2 WA JAY +USC00454035 45.7167 -120.7000 57.9 WA JOHN DAY DAM +USC00454074 46.6428 -118.5683 266.7 WA KAHLOTUS 1 W +USC00454077 46.5833 -118.6000 473.0 WA KAHLOTUS 5 SSW +USC00454084 46.0164 -122.7325 94.5 WA KALAMA FALLS HATCHERY +USC00454085 46.0500 -122.7500 274.9 WA KALAMA 5 ENE +USC00454127 47.6000 -124.0500 75.9 WA KELLYS RCH +USC00454131 46.1428 -122.9158 -0.6 WA KELSO +USC00454154 46.2111 -119.1011 118.9 WA KENNEWICK HCN +USC00454159 46.1333 -119.3000 458.1 WA KENNEWICK 10 SW +USC00454169 47.4172 -122.2433 9.1 WA KENT +USC00454178 48.5667 -118.1333 387.1 WA KETTLE FALLS +USC00454187 47.7000 -122.6167 11.9 WA KEYPORT +USC00454191 47.2333 -118.1833 590.4 WA KEYSTONE +USC00454201 46.3667 -122.6167 210.0 WA KID VALLEY +USC00454259 48.0667 -124.1333 1007.1 WA KLOSHE NANITCH +USC00454277 48.6500 -121.7000 259.1 WA KOMA KULSHAN +USC00454286 46.5000 -122.1833 238.0 WA KOSMOS +USC00454328 45.8500 -122.6500 61.0 WA LA CTR +USC00454338 46.8167 -117.8831 449.9 WA LACROSSE +USC00454360 46.8333 -122.3167 292.9 WA LA GRANDE +USC00454394 47.2500 -121.0667 688.8 WA LAKE CLE ELUM +USC00454397 48.4667 -122.6000 134.1 WA LAKE DOUGLASS +USC00454406 47.2667 -121.2000 691.9 WA LAKE KACHESS +USC00454414 47.3167 -121.3333 755.9 WA LAKE KEECHELUS +USC00454430 47.8333 -120.0333 341.4 WA LAKESIDE +USC00454438 48.0833 -123.7000 174.0 WA LAKE SUTHERLAND +USC00454446 47.8375 -120.7978 623.6 WA LAKE WENATCHEE +USC00454454 48.6833 -122.3000 98.1 WA LAKE WHATCOM +USC00454470 47.1500 -117.9500 595.0 WA LAMONT 4 SSW +USC00454486 47.3767 -121.9614 163.1 WA LANDSBURG +USC00454495 47.9167 -124.6667 4.6 WA LAPUSH +USC00454540 45.9333 -121.4167 579.1 WA LAUREL +USC00454549 49.0000 -118.2333 501.1 WA LAURIER +USC00454572 47.5586 -120.6750 343.8 WA LEAVENWORTH 3 S +USC00454599 48.7167 -119.6333 1220.1 WA LEMANASKY LAKE 1 +USC00454600 48.7167 -119.6167 1110.1 WA LEMANASKY LAKE 2 +USC00454601 48.7167 -119.6167 1158.8 WA LEMANASKY LAKE 3 +USC00454619 47.2000 -121.4833 497.1 WA LESTER +USC00454620 47.2167 -121.4500 534.0 WA LESTER 2 E +USC00454660 47.2500 -120.7500 735.2 WA LIBERTY RANGER STATION +USC00454679 47.0022 -118.5658 496.8 WA LIND 3 NE +USC00454698 46.8500 -121.0000 -999.9 WA LITTLE FISH RS +USC00454702 46.5833 -118.0333 214.0 WA LITTLE GOOSE DAM +USC00454710 48.4667 -117.3833 609.6 WA LOCKE +USC00454738 46.9500 -124.1333 2.7 WA LONE TREE +USC00454748 46.3675 -124.0378 7.6 WA LONG BEACH EXP STN HCN +USC00454752 46.3833 -124.0333 9.1 WA LONG BEACH 3 NNE +USC00454764 46.7492 -121.8120 841.9 WA LONGMIRE RAINIER NPS HCN +USC00454769 46.1506 -122.9164 3.7 WA LONGVIEW HCN +USC00454782 48.8167 -119.6333 399.3 WA LOOMIS +USC00454807 48.4833 -119.0167 808.0 WA LOST CREEK AENEAS +USC00454818 46.3167 -124.0167 16.8 WA LOVERINGS RANCH +USC00454835 46.6500 -117.4333 195.1 WA LOWER GRANITE DAM +USC00454841 46.5642 -118.5397 140.2 WA LOWER MONUMENTAL DAM +USC00454849 48.2333 -120.6000 365.8 WA LUCERNE 1 N +USC00454884 45.8333 -121.2500 -999.9 WA LYLE +USC00454935 48.2833 -119.7167 259.1 WA MALOTT +USC00454971 47.8167 -119.6333 691.9 WA MANSFIELD +USC00454973 47.7667 -119.6167 732.1 WA MANSFIELD 4 SSE +USC00454975 47.8167 -119.8000 762.9 WA MANSFIELD 7 W +USC00454995 48.8500 -117.9000 442.0 WA MARBLE +USC00454999 48.5381 -121.4503 106.1 WA MARBLEMOUNT RS +USC00455004 48.6667 -118.0667 367.6 WA MARCUS +USC00455028 48.8333 -122.6000 6.1 WA MARIETTA 3 NNW +USC00455050 45.7167 -120.7833 182.9 WA MARYHILL +USC00455080 47.2333 -123.4833 103.9 WA MATLOCK 3 W +USC00455086 47.1456 -123.4006 33.5 WA MATLOCK 8 S +USC00455105 46.4833 -122.5167 182.9 WA MAYFIELD +USC00455110 46.5044 -122.5939 85.3 WA MAYFIELD PWR PLT +USC00455128 48.5333 -120.3333 598.0 WA MAZAMA 6 SE +USC00455133 48.6008 -120.4275 652.6 WA MAZAMA +USC00455149 47.1500 -122.4833 88.1 WA MCCORD +USC00455156 47.2000 -119.3667 326.7 WA MCCONIHE +USC00455166 46.0833 -121.3333 665.1 WA MCCUMBERS RANCH +USC00455224 47.1358 -122.2558 176.5 WA MCMILLIN RSVR HCN +USC00455231 45.9406 -119.2978 110.0 WA MCNARY DAM +USC00455280 47.7833 -120.8500 662.9 WA MERRITT +USC00455305 45.9547 -122.5639 68.3 WA MERWIN DAM +USC00455309 46.5833 -119.0833 267.9 WA MESA 4 W +USC00455317 48.8667 -117.3667 644.0 WA METALINE FALLS +USC00455325 48.1333 -120.0000 353.9 WA METHOW +USC00455326 48.1075 -120.0078 345.9 WA METHOW 2 S +USC00455327 48.1333 -120.0167 355.1 WA METHOW 2 +USC00455377 46.0167 -118.1167 609.9 WA MILL CREEK +USC00455387 46.0756 -118.2742 358.1 WA MILL CREEK DAM +USC00455425 46.7167 -122.1833 448.1 WA MINERAL +USC00455488 47.2167 -124.2000 36.9 WA MOCLIPS +USC00455515 47.7167 -119.3167 731.5 WA MOLD +USC00455525 47.8453 -121.9944 36.6 WA MONROE +USC00455539 47.9833 -121.3833 875.1 WA MONTE CRISTO +USC00455549 46.9675 -123.6064 7.6 WA MONTESANO 1 S +USC00455608 47.1000 -119.2500 359.7 WA MOSES LAKE +USC00455613 47.1167 -119.2000 369.1 WA MOSES LAKE 3 E +USC00455655 46.5333 -122.4833 207.0 WA MOSSYROCK +USC00455656 45.9333 -119.1500 95.1 WA MOTTINGER +USC00455659 45.9997 -121.5403 594.4 WA MT ADAMS RS +USC00455663 48.8667 -121.6667 1266.1 WA MT BAKER LODGE +USC00455664 48.2833 -119.1500 1219.2 WA MOUNT BONAPART +USC00455669 48.0667 -123.4167 152.4 WA MOUNT PLEASANT +USC00455670 45.5667 -122.2500 198.1 WA MOUNT PLEASANT +USC00455673 47.9167 -117.1333 1610.0 WA MT SPOKANE +USC00455674 47.9167 -117.1167 1795.9 WA MT SPOKANE SUMMIT +USC00455676 48.4667 -122.4333 -999.9 WA MT VERNON +USC00455678 48.4403 -122.3867 4.3 WA MT VERNON 3 WNW +USC00455680 47.7667 -121.9333 246.9 WA MTN LAKES +USC00455686 46.5833 -120.4333 305.1 WA MOXEE +USC00455688 46.5053 -120.1678 472.4 WA MOXEE CITY 10 E +USC00455699 46.0667 -122.0000 -999.9 WA MUDDY RIVER (1) +USC00455704 47.1414 -121.9356 398.7 WA MUD MTN DAM +USC00455731 46.8667 -120.7747 694.9 WA NACHES 10 NW +USC00455736 46.6500 -120.6333 570.0 WA NACHES HEIGHTS +USC00455774 46.3725 -123.7531 15.2 WA NASELLE 2 ENE +USC00455801 48.3667 -124.6167 3.0 WA NEAH BAY 1 E +USC00455822 47.1333 -119.1333 326.1 WA NEPPEL +USC00455832 48.1333 -118.9833 576.1 WA NESPELEM 2 S +USC00455840 48.6758 -121.2419 160.0 WA NEWHALEM +USC00455844 48.1842 -117.0475 659.0 WA NEWPORT +USC00455853 48.9500 -119.6167 929.6 WA NIGHTHAWK +USC00455876 48.8975 -122.1436 125.0 WA NOOKSACK SALMON HATCY +USC00455920 47.5000 -121.7500 153.0 WA NORTH BEND RS +USC00455946 48.8994 -117.8289 456.3 WA NORTHPORT HCN +USC00455958 45.7333 -120.2167 -999.9 WA NORTH SUNDALE +USC00456011 46.8333 -123.2333 24.4 WA OAKVILLE +USC00456039 47.3331 -118.6961 470.3 WA ODESSA HCN +USC00456073 48.3667 -119.5833 256.0 WA OKANOGAN +USC00456096 48.6117 -122.8064 24.4 WA OLGA 2 SE HCN +USC00456104 47.0667 -122.7667 61.0 WA OLYMPIA FOREST HQ +USC00456109 47.0667 -122.8833 9.1 WA OLYMPIA PRIEST PT PARK +USC00456121 48.4167 -119.5333 259.4 WA OMAK 72789 +USC00456123 48.4608 -119.5167 395.0 WA OMAK 4 N +USC00456180 48.8500 -118.2167 -999.9 WA ORIENT (1) +USC00456187 48.9333 -119.4333 284.1 WA OROVILLE +USC00456188 48.9667 -119.5000 323.1 WA OROVILLE 3 NW +USC00456201 47.0333 -122.2000 107.0 WA ORTING 4 S +USC00456215 46.7886 -119.0461 362.7 WA OTHELLO 6 ESE +USC00456262 46.6092 -121.6744 323.1 WA PACKWOOD +USC00456265 46.5833 -121.5667 914.4 WA PACKWOOD LAKE +USC00456295 47.3058 -121.8514 280.4 WA PALMER 3 ESE +USC00456381 46.9833 -121.5333 805.0 WA PARKWAY +USC00456385 46.9167 -121.5333 1083.0 WA PARKWAY 6 S +USC00456400 46.2264 -119.1033 106.7 WA PASCO +USC00456410 48.0500 -119.9000 253.0 WA PATEROS +USC00456440 48.0167 -119.5167 -999.9 WA PEARL +USC00456456 46.3333 -117.4667 1220.1 WA PEOLA +USC00456477 46.0500 -122.2000 182.9 WA PETERSONS RCH +USC00456484 48.3500 -122.1000 253.0 WA PILCHUCK CREEK +USC00456534 47.7850 -120.6456 590.1 WA PLAIN +USC00456553 46.5167 -118.3333 509.0 WA PLEASANT VIEW +USC00456584 47.3000 -124.2833 31.1 WA POINT GRENVILLE +USC00456610 46.4672 -117.5883 589.5 WA POMEROY HCN +USC00456624 48.1139 -123.4317 27.4 WA PORT ANGELES HCN +USC00456642 48.1167 -123.6833 78.9 WA PORT CRESCENT +USC00456678 48.1161 -122.7586 30.5 WA PORT TOWNSEND HCN +USC00456706 47.8061 -122.6517 66.1 WA POULSBO 1NW +USC00456747 46.6461 -119.9061 130.5 WA PRIEST RAPIDS DAM +USC00456753 45.5833 -122.1667 75.9 WA PRINDLE 2 NW +USC00456763 46.2000 -119.7667 207.0 WA PROSSER +USC00456768 46.2014 -119.7581 253.0 WA PROSSER +USC00456784 46.7333 -117.1667 787.0 WA PULLMAN EXP STN +USC00456789 46.7603 -117.1861 766.6 WA PULLMAN 2 NW HCN +USC00456803 47.2000 -122.3333 15.2 WA PUYALLUP 2 W EXP STN +USC00456808 47.2000 -122.3333 9.1 WA PUYALLUP 3 W +USC00456824 48.2000 -124.1167 3.0 WA PYSHT +USC00456846 47.8092 -122.9136 37.5 WA QUILCENE 2 SW +USC00456851 47.7847 -122.9797 313.3 WA QUILCENE 5 SW DAM +USC00456864 47.4747 -123.8497 67.1 WA QUINAULT RS +USC00456875 47.2500 -119.8333 402.9 WA QUINCY 1 NE 27 +USC00456880 47.2236 -119.8525 392.0 WA QUINCY +USC00456887 46.6333 -123.1833 85.0 WA RAINBOW FALLS PARK 2 E +USC00456892 46.9939 -121.9114 528.8 WA RAINIER CARBON R ENT +USC00456894 46.7500 -121.8167 841.9 WA LONGMIRE RAINIER NPS +USC00456896 46.7322 -121.5728 594.4 WA RAINER OHANAPECOSH +USC00456898 46.7858 -121.7425 1654.1 WA RAINIER PARADISE RS +USC00456900 46.7333 -121.9000 609.6 WA RAINIER SUNSHINE POINT +USC00456909 46.5331 -121.9328 274.3 WA RANDLE 1 E +USC00456912 46.3833 -119.7167 853.4 WA RATTLESNAKE MOUNTAINS +USC00456914 46.6533 -123.7300 9.1 WA RAYMOND 2 S HCN +USC00456938 47.6667 -117.9000 765.0 WA REARDAN +USC00456970 47.4833 -122.2000 4.6 WA RENTON +USC00456974 48.6469 -118.7314 798.6 WA REPUBLIC +USC00456982 48.6500 -118.7325 801.6 WA REPUBLIC RS +USC00456995 48.1833 -120.5333 335.3 WA REX CREEK +USC00457010 48.4333 -122.8333 9.1 WA RICHARDSON 3 SE +USC00457015 46.3119 -119.2633 113.7 WA RICHLAND +USC00457038 46.6500 -121.1333 833.0 WA RIMROCK TIETON DAM +USC00457059 47.1175 -118.3714 568.1 WA RITZVILLE 1 SSE HCN +USC00457062 47.1167 -118.4167 556.3 WA RITZVILLE NEAR +USC00457078 45.9667 -121.2000 -999.9 WA ROBERTSVILLE +USC00457100 47.4000 -121.4333 640.1 WA ROCKDALE +USC00457105 47.3833 -120.1500 198.1 WA ROCK ISLAND +USC00457110 47.1667 -117.7000 533.4 WA RECKLAKE +USC00457180 47.2325 -117.3625 733.0 WA ROSALIA +USC00457185 48.7272 -121.0722 376.7 WA ROSS DAM +USC00457201 46.9333 -119.6500 317.0 WA ROYAL CITY +USC00457209 46.9333 -119.5833 366.1 WA ROYAL CITY 3 NE +USC00457223 47.1333 -119.0500 438.9 WA RUFF 3 SW +USC00457247 46.3953 -119.0714 181.4 WA SAGEMOOR +USC00457267 47.0933 -117.5878 595.0 WA ST. JOHN HCN +USC00457319 48.0667 -124.1167 231.6 WA SAPPHO 8 E +USC00457327 46.9667 -123.5333 11.9 WA SATSOP +USC00457328 47.0000 -123.5000 0.0 WA SATSOP 1 W +USC00457340 46.0000 -120.6500 946.1 WA SATUS PASS +USC00457342 45.9481 -120.6669 787.9 WA SATUS PASS 2 SSW +USC00457349 48.4167 -121.5667 70.1 WA SAUK +USC00457379 47.7000 -121.1500 677.0 WA SCENIC +USC00457459 47.7333 -122.3333 112.8 WA SEATTLE JACKSON PARK +USC00457463 47.7000 -122.3167 128.9 WA SEATTLE MAPLE LEAF R +USC00457478 47.6500 -122.2833 29.0 WA SEATTLE UNIV OF WASHIN +USC00457498 46.3333 -124.0333 2.4 WA SEAVIEW +USC00457507 48.4958 -122.2355 18.3 WA SEDRO-WOOLLEY HCN +USC00457522 46.6722 -120.4994 341.4 WA SELAH 2 NE +USC00457538 48.0833 -123.1000 54.9 WA SEQUIM +USC00457544 48.0850 -123.0639 15.2 WA SEQUIM 2 E +USC00457584 47.2000 -123.1000 6.7 WA SHELTON +USC00457625 46.2333 -121.1333 1222.9 WA SIGNAL PEAK +USC00457650 48.2000 -122.2500 10.7 WA SILVANIA +USC00457654 46.5333 -122.5833 206.7 WA SILVER CREEK +USC00457657 48.0667 -121.5667 449.6 WA SILVERTON +USC00457680 45.8333 -120.1167 335.9 WA SIXPRONG +USC00457690 48.6833 -121.2500 161.8 WA SKAGIT PWR PLT +USC00457696 45.6219 -122.2178 132.6 WA SKAMANIA FISH HATCHERY +USC00457708 47.7000 -121.3667 284.1 WA SKYKOMISH +USC00457727 46.8367 -119.6633 170.7 WA SMYRNA +USC00457756 47.9167 -122.0833 16.8 WA SNOHOMISH (1) +USC00457773 47.5414 -121.8361 134.1 WA SNOQUALMIE FALLS HCN +USC00457781 47.4247 -121.4139 920.5 WA SNOQUALMIE PASS +USC00457786 47.4000 -121.4500 670.9 WA SNOQUALMIE PASS 4 W +USC00457794 45.8175 -121.3533 736.1 WA SNOWDEN +USC00457871 47.2333 -123.5833 177.1 WA SOUTH OLYMPIC TREE FM +USC00457905 48.5500 -119.6667 701.0 WA SPIKEMAN RS +USC00457919 46.2667 -122.1500 987.9 WA SPIRIT LAKE RS +USC00457933 47.6667 -117.4167 573.0 WA SPOKANE +USC00457941 47.6811 -117.6267 729.1 WA SPOKANE WFO +USC00457956 47.3000 -117.9833 600.5 WA SPRAGUE +USC00457987 47.8000 -124.0667 113.1 WA SPRUCE +USC00458007 47.2667 -121.3667 853.4 WA STAMPEDE +USC00458034 47.8664 -121.7175 51.8 WA STARTUP 1 E +USC00458059 48.3508 -120.7264 383.1 WA STEHEKIN 4 NW HCN +USC00458089 47.7372 -121.0914 1240.5 WA STEVENS PASS +USC00458115 48.3667 -120.3333 670.9 WA STOCKDILL RCH +USC00458170 47.8333 -121.8333 54.3 WA SULTAN (1) +USC00458190 47.2000 -122.2500 23.5 WA SUMNER +USC00458207 46.3236 -120.0103 227.7 WA SUNNYSIDE HCN +USC00458211 46.3450 -120.0289 245.4 WA SUNNYSIDE #2 +USC00458278 47.2472 -122.4122 7.6 WA TACOMA #1 +USC00458339 47.4167 -121.8667 353.3 WA TAYLOR +USC00458348 47.2275 -117.0836 760.5 WA TEKOA +USC00458442 46.6667 -121.0000 694.9 WA TIETON INTAKE +USC00458465 48.2000 -119.4667 823.0 WA TIMENTWA +USC00458506 47.6667 -121.9333 29.9 WA TOLT 1 NW +USC00458508 47.7000 -121.6908 609.6 WA TOLT S FK RSVR +USC00458520 48.7806 -119.4242 292.6 WA TONASKET 4 NNE +USC00458521 48.7978 -119.2600 1046.7 WA TONASKET 11NE +USC00458525 48.6667 -119.6667 1068.0 WA TONASKET 11 WSW +USC00458530 46.3667 -120.2833 233.2 WA TOPPENISH +USC00458540 46.0333 -118.6667 134.1 WA TOUCHET +USC00458543 46.1167 -117.9833 1097.9 WA TOUCHET RIDGE +USC00458579 47.2167 -120.0000 171.0 WA TRINIDAD 2 SSE +USC00458630 45.9500 -120.2833 609.6 WA TWENTY-FIVE MILE CREEK +USC00458653 46.7500 -121.3333 1371.6 WA TWIN SISTER LAKES +USC00458656 48.3667 -120.1167 488.0 WA TWISP +USC00458670 47.7333 -121.1333 952.8 WA TYE +USC00458672 47.9333 -120.5000 609.6 WA TYEE +USC00458688 45.7333 -121.6000 384.0 WA UNDERWOOD 4 W +USC00458694 47.3500 -123.1667 3.0 WA UNION CITY +USC00458715 48.6525 -121.6931 210.3 WA UPPER BAKER DAM +USC00458718 48.6667 -121.7167 259.1 WA UPPER BAKER RIVER +USC00458728 48.6500 -119.6500 939.1 WA UPPER PINE CREEK +USC00458729 48.6667 -119.6333 1049.1 WA UPPER PINE CREEK 2 +USC00458773 45.6778 -122.6511 64.0 WA VANCOUVER 4 NNE HCN +USC00458778 45.6211 -122.6742 0.6 WA VANCOUVER INTERST BRG +USC00458802 47.4500 -122.5000 70.1 WA VASHON ISLAND +USC00458903 46.6500 -119.7167 128.0 WA WAHLUKE +USC00458926 46.0500 -118.4000 244.1 WA WALLA WALLA 3 W +USC00458927 46.1000 -118.1667 1086.0 WA WALLA WALLA 14 ENE +USC00458930 46.0639 -118.3164 315.5 WA WALLA WALLA CITY +USC00458932 46.0922 -118.2592 384.4 WA WALLA WALLA DOT +USC00458959 46.4353 -120.4203 256.3 WA WAPATO +USC00458999 45.6000 -122.1833 232.0 WA WASHOUGAL 8 ENE +USC00459012 47.6497 -120.0800 812.0 WA WATERVILLE HCN +USC00459021 47.3725 -122.7028 5.2 WA WAUNA 3 W +USC00459024 46.6500 -117.4000 214.0 WA WAWAWAI 2 NW +USC00459058 47.8964 -117.9933 759.0 WA WELLPINIT +USC00459074 47.4289 -120.3100 190.8 WA WENATCHEE HCN +USC00459077 47.3667 -120.3667 670.9 WA WENATCHEE 6 SW +USC00459079 47.4333 -120.3500 243.8 WA WENATCHEE EXP STN +USC00459090 48.8500 -122.6000 15.2 WA WEST FERNDALE +USC00459112 46.8708 -124.1083 6.1 WA WESTPORT 2 S +USC00459130 47.1333 -119.0833 400.8 WA WHEELER +USC00459160 46.6500 -119.4500 118.9 WA WHITE BLUFFS +USC00459170 46.9333 -121.5333 932.7 WA WHITE RIVER ENTRANCE +USC00459171 46.9000 -121.5500 1068.0 WA WHITE RIVER RS +USC00459183 45.7667 -121.4833 613.0 WA WHITE SALMON 4 NNE +USC00459185 45.8167 -121.4000 627.9 WA WHITE SALMON 8 NNE +USC00459191 46.3833 -120.7167 296.0 WA WHITE SWAN RS +USC00459200 46.0436 -118.4628 192.6 WA WHITMAN MISSION +USC00459238 47.7681 -118.7239 689.5 WA WILBUR HCN +USC00459291 46.6833 -123.7500 3.0 WA WILLAPA HARBOR +USC00459294 48.7833 -121.6333 402.3 WA WILLARD +USC00459327 47.4167 -119.1167 390.1 WA WILSON CREEK +USC00459342 45.8000 -121.9333 351.1 WA WIND RIVER +USC00459376 48.4742 -120.1886 533.1 WA WINTHROP 1 WSW HCN +USC00459397 47.7167 -119.8167 772.1 WA WITHROW +USC00459449 47.3333 -123.6333 203.9 WA WYNOOCHEE OXBOW +USC00459455 46.5742 -120.6008 353.6 WA YAKIMA 5 WSW +USC00459460 46.6167 -120.4333 366.1 WA YAKIMA TERRACE H +USC00459463 46.5861 -120.5681 348.1 WA YAKIMA #2 +USC00459485 46.9500 -122.6000 107.0 WA YELM +USC00459600 46.4167 -120.2167 318.5 WA ZILLAH NEAR +USC00459630 46.2333 -117.0500 217.9 WA ZINDEL +USC00460012 39.0667 -80.3000 326.1 WV ABERDEEN +USC00460094 39.4881 -79.6369 371.6 WV ALBRIGHT +USC00460102 37.7272 -80.6583 473.0 WV ALDERSON +USC00460107 38.7833 -80.2167 566.9 WV ALEXANDER +USC00460143 38.9167 -79.6667 921.1 WV ALPENA 1 NW +USC00460170 39.0333 -80.6667 -999.9 WV ALUM/BRIDGE LEWIS +USC00460202 38.1211 -81.1178 395.0 WV ANSTEAD HAWKS NEST SP +USC00460249 38.4333 -79.8167 833.0 WV ARBOVALE 2 +USC00460307 38.9000 -80.5167 299.0 WV ARNOLD +USC00460355 37.4225 -81.0256 760.5 WV ATHENS +USC00460370 39.0931 -80.8500 281.9 WV AUBURN +USC00460450 38.5167 -81.8500 175.0 WV BANCROFT +USC00460509 38.5311 -79.7714 922.0 WV BARTOW 1S +USC00460527 39.2728 -79.3683 735.2 WV BAYARD +USC00460580 37.7647 -81.1942 710.2 WV BECKLEY VA HOSPITAL +USC00460633 39.0231 -79.9331 539.2 WV BELINGTON +USC00460645 39.1500 -81.7500 182.9 WV BELLEVILLE DAM 2O +USC00460661 38.2333 -81.1833 244.1 WV BELVA +USC00460679 39.1500 -80.5500 328.9 WV BENSON +USC00460687 39.4667 -81.1000 195.1 WV BENS RUN 1 SSE +USC00460710 39.6167 -78.2167 223.1 WV BERKELEY SPRINGS +USC00460712 39.5719 -78.2503 285.0 WV BERKELEY SPRINGS 3 S +USC00460718 39.0500 -80.3500 320.0 WV BERLIN +USC00460740 38.8500 -79.8667 685.8 WV BEVERLY +USC00460784 38.6033 -81.0328 266.7 WV BIG OTTER +USC00460824 38.9667 -80.4333 320.0 WV BIG SKIN CREEK +USC00460842 38.4919 -80.8022 454.2 WV BIRCH RIVER 3 WSW +USC00460843 38.4569 -80.7931 655.3 WV BIRCH RIVER 4 SW +USC00460844 38.4000 -80.8000 576.1 WV BIRCH RIVER 6 SSW +USC00460900 39.4000 -78.3667 -999.9 WV BLOOMERY +USC00460918 37.2667 -81.2667 796.1 WV BLUEFIELD 2 NW +USC00460923 37.2667 -81.2167 790.0 WV BLUEFIELD 2 +USC00460925 37.2556 -81.2264 874.8 WV BLUEFIELD +USC00460926 37.2833 -81.2000 869.0 WV BLUEFIELD MERCER CO +USC00460939 37.6414 -80.8833 423.7 WV BLUESTONE LAKE +USC00461050 37.3333 -81.3000 701.0 WV BRAMWELL +USC00461075 38.2347 -82.2033 182.9 WV BRANCHLAND 1 N +USC00461083 39.6667 -79.6167 548.0 WV BRANDONVILLE +USC00461091 38.6167 -79.2333 502.9 WV BRANDYWINE +USC00461173 39.0000 -80.4833 313.9 WV BROWNSVILLE +USC00461183 39.6667 -79.6333 472.1 WV BRUCETON MILLS +USC00461196 39.2167 -80.2167 313.9 WV BRUSHY FORK +USC00461204 38.8333 -79.2500 419.1 WV BRUSHY RUN +USC00461215 38.1872 -80.1336 655.3 WV BUCKEYE +USC00461220 38.9803 -80.2200 443.5 WV BUCKHANNON HCN +USC00461231 38.6083 -81.9847 176.8 WV BUFFALO +USC00461260 39.3333 -78.9000 266.7 WV BURLINGTON +USC00461282 38.8458 -80.6200 249.6 WV BURNSVILLE LAKE +USC00461290 39.6467 -80.4067 378.0 WV BURTON +USC00461319 37.9833 -82.3500 225.9 WV CABWAYLINGO SF +USC00461324 39.5094 -78.2975 292.0 WV CACAPON ST PK #2 +USC00461325 39.5167 -78.3000 335.3 WV CACAPON STATE PARK (1) +USC00461328 39.1667 -81.1667 207.0 WV CAIRO 3 S +USC00461330 39.2047 -81.1572 231.6 WV CAIRO HCN +USC00461358 38.5167 -80.6333 618.4 WV CAMDEN +USC00461363 38.3567 -80.6294 676.7 WV CAMDEN ON GAULEY 2 SW +USC00461393 39.0500 -79.4167 990.3 WV CANAAN VALLEY +USC00461397 39.0483 -79.4406 991.8 WV CANAAN VALLEY #2 +USC00461515 38.8000 -80.3667 289.6 WV CENTRAL STATION +USC00461526 38.6231 -80.5664 313.9 WV CENTRALIA +USC00461575 38.3500 -81.6500 182.9 WV CHARLESTON 1 +USC00461579 38.3133 -81.7186 279.8 WV CHARLESTON WFO +USC00461585 38.3500 -81.6333 182.9 WV CHARLESTON 3 +USC00461588 39.2981 -77.8344 158.5 WV CHARLES TOWN 2 SE +USC00461591 38.6106 -79.8772 1086.6 WV CHEAT BRG +USC00461609 40.6167 -80.5500 213.4 WV CHESTER +USC00461677 39.2683 -80.3522 301.8 WV CLARKSBURG 1 +USC00461682 39.2833 -80.3333 305.1 WV CLARKSBURG 2 +USC00461696 38.4597 -81.0850 222.5 WV CLAY +USC00461701 38.4667 -81.0667 207.0 WV CLAY 2 +USC00461723 38.4933 -81.3483 213.4 WV CLENDENIN +USC00461798 37.3833 -81.6500 442.0 WV COALWOOD +USC00461806 39.2500 -80.4333 328.9 WV COBURN CREEK +USC00461900 39.6772 -79.7719 694.9 WV COOPERS ROCK SF +USC00461940 39.0833 -79.4333 1005.8 WV CORTLAND +USC00461959 38.4864 -81.2711 195.1 WV CORTON +USC00462013 38.1833 -80.2667 1036.9 WV CRANBERRY GLADES +USC00462022 38.8667 -80.4333 338.9 WV CRAWFORD +USC00462054 38.9628 -81.2728 198.1 WV CRESTON +USC00462095 38.9667 -81.6667 198.1 WV CUBA +USC00462151 38.7825 -79.8911 609.6 WV DAILEY 1 SE +USC00462209 39.1333 -79.4667 951.9 WV DAVIS +USC00462211 39.0981 -79.4322 1132.3 WV DAVIS 3SE +USC00462212 39.0000 -79.5000 1005.8 WV DAVIS 2 +USC00462217 39.2667 -80.4000 305.1 WV DAVISSON RUN +USC00462358 38.5000 -80.8167 390.1 WV DILLE 1 NE +USC00462462 37.8600 -81.4631 385.3 WV DRY CREEK +USC00462488 39.1500 -80.4000 326.1 WV DUCK CREEK +USC00462520 37.9833 -82.3333 335.9 WV DUNLOW 5 SE +USC00462522 37.9494 -82.4047 339.2 WV DUNLOW 1 SW +USC00462552 38.5500 -79.7667 830.3 WV DURBIN +USC00462590 39.2000 -81.6167 781.2 WV EAST BANK +USC00462622 38.1436 -82.3825 227.7 WV E LYNN LAKE +USC00462638 38.0000 -80.7500 737.9 WV EAST RAINELLE 3 NNE +USC00462650 38.1833 -82.4667 304.8 WV ECHO +USC00462695 39.1167 -81.4000 187.5 WV ELIZABETH +USC00462697 39.0614 -81.4022 196.0 WV ELIZABETH +USC00462701 39.1833 -80.2333 305.1 WV ELK +USC00462709 37.3872 -81.4053 593.8 WV ELKHORN +USC00462716 38.9244 -79.8611 596.8 WV ELKINS +USC00462717 38.9267 -79.8294 611.1 WV ELKINS 1N +USC00462735 39.7333 -80.8167 -999.9 WV ELLA +USC00462746 39.2667 -81.0667 241.1 WV ELLENBORO +USC00462860 38.8000 -81.7500 243.8 WV EVANS +USC00462875 38.9000 -80.3667 987.6 WV EVENWOOD +USC00462920 39.4583 -80.1353 396.2 WV FAIRMONT +USC00463024 39.0000 -80.2667 433.1 WV FINK RUN +USC00463072 37.5894 -81.0925 1016.5 WV FLAT TOP +USC00463100 39.2667 -80.1333 -999.9 WV FLEMINGTON +USC00463215 38.6756 -79.3092 579.1 WV FRANKLIN 2 NE +USC00463238 39.1303 -80.4506 310.9 WV FREEMANSBURG 5 NE +USC00463251 38.2869 -79.8181 885.4 WV FROST 3NE +USC00463353 37.3667 -81.5500 435.9 WV GARY +USC00463361 38.6650 -80.7672 258.5 WV GASSAWAY +USC00463464 38.8072 -79.7172 865.6 WV GLADY 1 N +USC00463544 38.9339 -80.8317 220.4 WV GLENVILLE HCN +USC00463627 39.3439 -80.0281 339.2 WV GRAFTON +USC00463630 39.3500 -80.0000 374.9 WV GRAFTON 1 NE +USC00463648 38.9100 -81.0844 217.3 WV GRANTSVILLE 1ESE +USC00463670 39.6333 -78.6333 152.4 WV GREAT CACAPON +USC00463671 37.5375 -80.6633 507.2 WV GREENVILLE 1 SE +USC00463672 37.8167 -80.8667 487.7 WV GREEN SULPHUR SPRINGS +USC00463675 38.7433 -80.5278 265.2 WV GREGORY +USC00463749 38.2381 -81.9853 237.7 WV GRIFFITHSVILLE +USC00463793 39.1333 -80.4333 310.9 WV HACKERS CREEK +USC00463798 38.6194 -80.3822 484.6 WV HACKER VALLEY +USC00463816 39.0500 -80.1167 420.9 WV HALL +USC00463846 38.2794 -82.1114 207.3 WV HAMLIN +USC00463927 39.3233 -77.7289 75.0 WV HARPERS FERRY RIVER +USC00463932 39.3167 -77.7333 88.1 WV HARPERS FERRY NP +USC00463935 39.3667 -79.2000 519.1 WV HARRISON +USC00463940 39.2189 -81.0486 250.9 WV HARRISVILLE +USC00463974 39.5500 -80.6667 232.0 WV HASTINGS +USC00464045 38.5000 -80.0000 -999.9 WV HELVETIA +USC00464085 37.9333 -81.8667 -999.9 WV HEWETT +USC00464128 38.1225 -81.0081 713.2 WV HICO +USC00464170 37.6667 -80.8833 435.9 WV HINTON 1 +USC00464175 37.6667 -80.8833 415.1 WV HINTON 2 +USC00464200 38.6842 -82.1839 173.7 WV HOGSETT RC BYRD DAM +USC00464230 38.3000 -80.4333 622.4 WV HOLCOMB +USC00464264 39.4333 -79.5167 759.0 WV HOPEMONT +USC00464281 38.9833 -80.3667 328.9 WV HORNER +USC00464292 38.8000 -80.4500 865.6 WV HORTON +USC00464309 39.5000 -80.1333 267.9 WV HOULT LOCK 15 +USC00464369 39.7000 -80.4667 304.8 WV HUNDRED +USC00464372 39.7000 -80.4500 320.0 WV HUNDRED 1 N +USC00464378 38.4167 -82.3667 207.0 WV HUNTINGTON 1 +USC00464383 38.4167 -82.4333 182.9 WV HUNTINGTON 2 +USC00464388 38.4167 -82.4500 172.2 WV HUNTINGTON FEDERAL BLD +USC00464397 38.4014 -82.5267 158.5 WV HUNTINGTON SWG PL +USC00464408 37.4503 -81.8236 326.1 WV IAEGER 1SW +USC00464430 37.5667 -80.8000 -999.9 WV INDIAN MILLS +USC00464455 38.3833 -81.6667 184.7 WV INST WERTZ FLD +USC00464470 39.3667 -78.0500 174.0 WV INWOOD +USC00464478 38.8167 -80.4667 348.1 WV IRELAND +USC00464499 39.2000 -80.5000 323.1 WV ISAACS CREEK +USC00464559 39.1167 -80.4167 307.8 WV JANE LEW +USC00464619 39.1000 -80.3333 342.0 WV JESSE RUN +USC00464631 38.2333 -81.1333 235.0 WV JODIE +USC00464697 39.3167 -78.8667 244.1 WV JUNCTION +USC00464727 38.1381 -81.2144 189.0 WV KANAWHA FALLS +USC00464755 38.0167 -81.4500 409.0 WV KAYFORD +USC00464763 39.3833 -77.8833 167.6 WV KEARNEYSVILLE +USC00464816 37.8333 -82.4000 189.0 WV KERMIT +USC00464836 39.4333 -78.9833 284.1 WV KEYSER +USC00464840 39.4214 -79.0050 294.1 WV KEYSER 2 SSW +USC00464884 37.9500 -81.3000 451.4 WV KINGSTON +USC00464897 39.4667 -79.6833 566.9 WV KINGWOOD +USC00464941 39.3667 -79.0000 409.0 WV KNOBLY MTN +USC00464956 37.7333 -81.5833 506.0 WV KOPPERSTON +USC00464971 38.6314 -80.0856 986.0 WV KUMBRABOW +USC00464994 39.2833 -80.5000 338.9 WV LAKE FLOYD +USC00465002 39.7203 -79.8561 274.3 WV LAKE LYNN +USC00465010 38.9500 -82.0833 189.0 WV LAKIN +USC00465030 39.1000 -81.5000 -999.9 WV LEACHTOWN +USC00465045 38.0667 -80.4000 1293.0 WV LEONARD +USC00465051 38.5697 -82.2878 175.3 WV LESAGE 5 N +USC00465055 38.5500 -82.2833 167.6 WV LESAGE GREENBOTTOM +USC00465224 37.8567 -80.4042 701.0 WV LEWISBURG 3 N HCN +USC00465284 37.4797 -80.6556 605.0 WV LINDSIDE +USC00465314 38.9667 -80.4167 326.1 WV LITTLE SKIN CREEK +USC00465323 38.8956 -81.5311 202.7 WV LIVERPOOL +USC00465341 38.8500 -80.9667 219.5 WV LOCKNEY +USC00465353 37.8664 -81.9844 204.8 WV LOGAN +USC00465365 38.1933 -81.3700 192.6 WV LONDON LOCKS +USC00465400 38.0667 -80.9667 702.0 WV LOOKOUT 2 +USC00465440 38.9667 -78.8333 365.8 WV LOST CITY +USC00465445 39.2000 -80.4167 304.8 WV LOST CREEK NEAR +USC00465453 38.9453 -78.7981 515.1 WV LOST RVR +USC00465455 38.8667 -78.8667 609.6 WV LOST RIVER STATE PARK +USC00465547 39.0833 -81.2000 203.9 WV MACFARLAN +USC00465563 38.1025 -81.8464 210.0 WV MADISON 3NNW +USC00465600 37.7447 -81.8872 218.5 WV MAN +USC00465621 39.5500 -80.3500 299.0 WV MANNINGTON 1 N +USC00465626 39.5436 -80.4647 335.3 WV MANNINGTON 8 WNW HCN +USC00465672 38.2175 -80.0914 655.3 WV MARLINTON +USC00465705 39.4500 -77.9500 132.6 WV MARTINSBURG (1) +USC00465706 39.4658 -77.9667 140.2 WV MARTINSBURG 2 +USC00465739 38.8722 -78.8617 469.4 WV MATHIAS +USC00465747 37.4167 -81.2500 762.9 WV MATOAKA +USC00465847 39.9833 -80.7333 200.9 WV MC MECHEN DAM 13 +USC00465855 39.1500 -78.9000 244.1 WV MC NEILL 2 NE +USC00465871 37.9833 -80.7500 745.5 WV MCROSS +USC00465875 37.9889 -80.6800 984.5 WV MCROSS 3 E +USC00465886 37.8833 -80.6667 747.1 WV MEADOW BLUFF 2 S +USC00465963 39.4700 -80.8569 237.4 WV MIDDLEBOURNE 3 ESE +USC00465970 38.5167 -80.1833 -999.9 WV MIDDLEBROOK +USC00465984 38.9500 -80.0833 552.0 WV MIDVALE +USC00466140 38.2500 -81.3833 -999.9 WV MONARCH +USC00466163 39.0461 -78.9664 271.3 WV MOOREFIELD 1 SSE +USC00466168 39.2000 -78.8500 262.1 WV MOOREFIELD MC NEILL +USC00466178 39.6667 -80.1000 -999.9 WV MOORESVILLE +USC00466207 39.6333 -79.9500 320.0 WV MORGANTOWN 1 +USC00466212 39.6203 -79.9697 251.5 WV MORGANTOWN L&D +USC00466248 39.9056 -80.7550 189.0 WV MOUNDSVILLE +USC00466250 39.9333 -80.7667 -999.9 WV MOUNDSVILLE (1) +USC00466276 39.2167 -80.3333 317.0 WV MT CLARE +USC00466284 38.1878 -80.8483 594.4 WV MT NEBO 1 S +USC00466293 39.2833 -79.2333 869.0 WV MT STORM +USC00466325 37.5783 -81.3272 476.7 WV MULLENS 3 E +USC00466343 38.2167 -82.1333 213.4 WV MYRA +USC00466362 37.8667 -81.4833 369.1 WV NAOMA +USC00466442 40.5261 -80.6275 205.7 WV NEW CUMBERLAND L/D +USC00466467 39.6833 -80.8500 214.0 WV NEW MARTINSVILLE 4 NNE +USC00466480 38.5833 -81.2000 -999.9 WV NEWTON +USC00466565 38.0667 -81.0167 686.4 WV NUTTALLBURG +USC00466591 37.9714 -81.1508 621.8 WV OAK HILL +USC00466600 37.6761 -81.6214 402.3 WV OCEANA 2 SE +USC00466602 37.6833 -81.6333 365.8 WV OCEANA 1 +USC00466674 39.5000 -78.2833 289.9 WV OMPS +USC00466725 37.7000 -80.5000 678.2 WV ORGAN CAVE +USC00466743 38.7167 -79.6333 1097.3 WV OSCEOLA (1) +USC00466867 39.0736 -79.6339 541.0 WV PARSONS 3 SE HCN +USC00466868 39.1000 -79.6833 580.0 WV PARSONS 2 +USC00466871 39.1167 -79.6833 487.7 WV PARSONS 2 N +USC00466900 37.3453 -81.9081 615.7 WV PAYNESVILLE 1 N +USC00466912 38.4197 -82.2989 178.0 WV PEA RIDGE PSD +USC00466920 39.2833 -80.9667 -999.9 WV PENNSBORO +USC00466940 39.0000 -78.6667 446.5 WV PERRY +USC00466952 38.9989 -79.1361 295.0 WV PETERSBURG +USC00466956 38.9667 -79.1667 366.1 WV PETERSBURG 3 SW +USC00466960 38.8833 -79.2000 342.9 WV PETERSBURG 9 SSW +USC00466982 39.1461 -80.0411 396.2 WV PHILIPPI +USC00466989 38.6789 -80.1958 877.8 WV PICKENS 2 N HCN +USC00466991 38.6667 -80.2167 844.3 WV PICKENS 1 +USC00466996 38.6500 -80.2167 823.9 WV PICKENS 2 +USC00466998 38.6167 -80.2167 1021.1 WV PICKENS 2 +USC00467001 38.6167 -80.1833 1066.5 WV PICKENS 4 SSE +USC00467004 39.4833 -79.0333 320.0 WV PIEDMONT +USC00467018 40.1478 -80.7014 195.1 WV PIKE ISLAND L&D +USC00467029 37.5742 -81.5356 402.3 WV PINEVILLE HCN +USC00467055 39.5167 -79.5333 -999.9 WV PLEASANT HILL PRESTON +USC00467105 38.8500 -82.1333 174.0 WV POINT PLEASANT +USC00467109 38.9167 -82.1333 170.7 WV POINT PLEASANT DAM 25 +USC00467110 38.9167 -82.0667 192.0 WV POINT PLEASANT 6 NNE +USC00467112 38.9167 -82.1167 185.9 WV POINT PLEASANT 5 NNE +USC00467115 39.0500 -80.5667 326.1 WV POLK CREEK +USC00467135 38.0833 -81.3167 275.5 WV POWELLTON +USC00467207 37.3842 -81.0822 722.4 WV PRINCETON +USC00467287 38.9186 -81.9108 177.1 WV RACINE LOCKS & DAM +USC00467306 37.9667 -80.7833 737.9 WV RAINELLE +USC00467320 37.7667 -81.1667 649.2 WV RALEIGH +USC00467342 39.3247 -77.9203 170.7 WV RANSON 4NW +USC00467352 38.9500 -81.7667 177.1 WV RAVENSWOOD LOCK PARK +USC00467372 37.5967 -81.8244 389.2 WV RD BAILEY LAKE +USC00467425 39.5000 -79.7833 521.2 WV REEDSVILLE +USC00467427 39.5000 -79.8333 537.1 WV REEDSVILLE EXP FARM +USC00467444 37.9667 -80.3500 580.0 WV RENICK 2 S +USC00467449 38.0000 -80.3667 655.9 WV RENICK 2 +USC00467455 37.9914 -80.3644 634.0 WV RENICK 3 +USC00467502 38.2500 -80.5500 668.1 WV RICHWOOD +USC00467503 38.2333 -80.5500 732.1 WV RICHWOOD +USC00467504 38.2667 -80.5167 929.9 WV RICHWOOD 3 NNE +USC00467505 38.2000 -80.5167 954.3 WV RICHWOOD 1 SSE +USC00467513 38.2061 -80.5206 941.8 WV RICHWOOD 1SSE +USC00467536 38.9500 -80.3333 331.9 WV RT FORK OF STONECOAL +USC00467552 38.8172 -81.7117 185.3 WV RIPLEY +USC00467598 38.9333 -80.4833 320.0 WV ROANOKE +USC00467614 38.6500 -81.9667 174.0 WV ROBERTSBURG +USC00467649 38.8561 -80.3075 533.1 WV ROCK CAVE 2 NE +USC00467658 39.1333 -80.3333 317.0 WV ROCKFORD +USC00467718 38.9833 -80.5000 317.0 WV ROHRBOUGH +USC00467730 39.3389 -78.7711 219.5 WV ROMNEY 1 SW +USC00467743 38.7778 -80.9636 228.6 WV ROSEDALE 3 NNW +USC00467785 39.3419 -79.6697 433.7 WV ROWLESBURG 1 +USC00467846 38.6500 -81.4667 207.3 WV RYAN +USC00467852 38.3833 -81.8339 196.9 WV SAINT ALBANS +USC00467875 39.3833 -81.2000 198.1 WV ST MARYS +USC00467883 39.2833 -80.5667 320.0 WV SALEM +USC00467884 39.3000 -80.5833 342.0 WV SALEM JACOBS RUN 1 +USC00467885 39.3000 -80.5667 326.1 WV SALEM JACOBS RUN 2 +USC00467886 39.2667 -80.5500 326.1 WV SALEM PATTERSON FORK J +USC00467887 39.2500 -80.5667 348.1 WV SALEM PATTERSON LEFT F +USC00467888 39.2667 -80.5833 351.1 WV SALEM PATTERSON RIGHT +USC00467901 38.9167 -80.4333 328.9 WV SAND FORK +USC00467918 38.9817 -81.5658 203.6 WV SANDYVILLE 9 NE +USC00467920 38.9167 -81.6667 180.4 WV SANDYVILLE +USC00468051 38.3333 -79.9250 746.8 WV SENECA SF 1N +USC00468083 37.7000 -81.0500 811.1 WV SHADY SPRINGS 2 ESE +USC00468100 37.9167 -81.7833 271.0 WV SHARPLES +USC00468145 39.3833 -80.3000 278.0 WV SHINNSTON +USC00468172 38.7167 -79.6333 1067.1 WV SINKS OF GANDY +USC00468190 38.5333 -81.6333 181.1 WV SISSONVILLE +USC00468191 38.5169 -81.6456 192.6 WV SISSONVILLE 1SW +USC00468220 38.4167 -80.1167 853.1 WV SLATYFORK +USC00468274 39.2833 -80.7333 246.9 WV SMITHBURG +USC00468282 39.5333 -80.6333 259.1 WV SMITHFIELD +USC00468286 39.0728 -81.0989 231.6 WV SMITHVILLE +USC00468295 37.8833 -80.6667 747.1 WV SMOOT +USC00468308 38.3989 -79.9950 1478.3 WV SNOWSHOE +USC00468345 38.3667 -81.7000 182.3 WV S CHARLESTON LOCK 6 +USC00468351 38.7506 -81.9808 175.6 WV SOUTHSIDE 3 NNW +USC00468384 38.8008 -81.3583 293.8 WV SPENCER HCN +USC00468409 39.4667 -78.7000 244.1 WV SPRINGFIELD 1 N +USC00468432 38.7000 -79.5333 1388.1 WV SPRUCE KNOB +USC00468433 38.6833 -79.5167 929.9 WV SPRUCE KNOB +USC00468522 39.0047 -80.4742 318.5 WV STONEWALL JACKSON DAM +USC00468536 39.1333 -79.3000 1036.9 WV STONY RIVER DAM +USC00468538 39.1667 -79.2833 990.9 WV STONY RIVER DAM 2 +USC00468580 38.8333 -80.4167 360.0 WV SUGARCAMP RUN +USC00468589 38.5700 -79.2758 533.4 WV SUGAR GROVE 4 NNE +USC00468608 38.2833 -80.8333 588.9 WV SUMMERSVILLE +USC00468614 38.2203 -80.8939 538.9 WV SUMMERSVILLE LAKE +USC00468652 38.6667 -80.7000 274.9 WV SUTTON +USC00468662 38.6603 -80.6964 264.6 WV SUTTON LAKE +USC00468667 38.6500 -80.6667 412.1 WV SUTTON 3 SE +USC00468699 39.2333 -80.4167 305.1 WV SYCAMORE CREEK +USC00468730 39.5167 -79.6333 -999.9 WV TANNERY +USC00468777 39.4467 -79.5469 801.6 WV TERRA ALTA #1 +USC00468782 39.4500 -79.5500 790.0 WV TERRA ALTA +USC00468807 39.1500 -79.5000 917.4 WV THOMAS +USC00468819 38.5500 -79.7500 899.2 WV THORNWOOD +USC00468844 37.9500 -81.0833 326.1 WV THURMOND +USC00468893 38.3614 -81.8497 335.3 WV TORNADO 2 NW +USC00468905 38.5500 -79.7833 853.4 WV TRAVELER'S REPOSE +USC00468924 38.7000 -81.8500 213.4 WV TRIBBLE +USC00468986 39.3133 -80.0297 376.4 WV TYGART DAM +USC00469011 37.5436 -80.5336 643.1 WV UNION 3 SSE +USC00469036 39.2667 -80.4333 328.9 WV UPPER DAVISSON RUN +USC00469044 39.2333 -80.4500 326.1 WV UPPER SYCAMORE CREEK +USC00469049 38.7833 -79.2833 469.4 WV UPPER TRACT +USC00469068 38.7667 -79.9167 613.0 WV VALLEY BEND +USC00469072 39.1000 -80.4000 307.8 WV VALLEY CHAPEL +USC00469078 38.5250 -81.1178 312.1 WV VALLEY FORK +USC00469086 38.5453 -80.0369 739.1 WV VALLEY HEAD +USC00469104 38.9333 -80.4000 335.9 WV VANDALIA +USC00469168 39.3500 -81.5333 192.0 WV VIENNA BRISCOE +USC00469275 37.3083 -81.6717 442.0 WV WAR 1 NE +USC00469281 39.1058 -78.5808 292.6 WV WARDENSVILLE R M FARM +USC00469309 39.2500 -81.7000 182.9 WV WASHINGTON DAM 19 +USC00469321 38.2167 -82.4333 182.9 WV WAYNE +USC00469323 38.2261 -82.4431 182.9 WV WAYNE 2 +USC00469333 38.4739 -80.4086 461.5 WV WEBSTER SPRINGS +USC00469336 38.5358 -80.4169 563.9 WV WEBSTER SPRINGS 8 N +USC00469345 40.4000 -80.6000 317.0 WV WEIRTON +USC00469355 37.4203 -81.6161 429.8 WV WELCH +USC00469368 40.2753 -80.6119 201.2 WV WELLSBURG WTR TRMT PL HCN +USC00469416 37.8667 -81.9833 195.1 WV WEST LOGAN +USC00469428 39.2000 -80.4000 298.4 WV WEST MILFORD +USC00469436 39.0439 -80.4725 311.8 WV WESTON +USC00469450 39.3000 -80.7833 305.1 WV WEST UNION +USC00469458 39.2906 -80.7686 245.7 WV W UNION 2 +USC00469482 40.0567 -80.7283 196.6 WV WHEELING +USC00469483 40.0697 -80.7333 196.6 WV WHEELING (1) +USC00469484 40.1167 -80.7000 202.7 WV WHEELING FLTR PLT +USC00469492 40.1000 -80.7000 200.9 WV WHEELING WARWOOD DAM +USC00469522 37.7883 -80.3083 584.9 WV WHITE SULPHUR SPRINGS +USC00469527 37.9875 -81.5428 250.9 WV WHITESVILLE +USC00469554 38.4667 -80.8667 348.1 WV WIDEN +USC00469605 37.6667 -82.2833 204.2 WV WILLIAMSON +USC00469610 37.6731 -82.2761 231.6 WV WILLIAMSON HCN +USC00469613 37.6878 -82.2561 457.2 WV WILLIAMSON 2 NE +USC00469683 38.5278 -81.9153 186.2 WV WINFIELD LOCKS HCN +USC00469785 38.9000 -79.6167 987.6 WV WYMER +USC00469805 38.2333 -81.9667 192.0 WV YAWKEY +USC00470045 42.6475 -89.0644 226.2 WI AFTON +USC00470080 43.4228 -88.3519 291.4 WI ALLENTON +USC00470124 44.3272 -91.9194 204.2 WI ALMA DAM 4 +USC00470175 45.3011 -92.3631 326.1 WI AMERY +USC00470205 44.4667 -89.2833 363.9 WI AMHERST +USC00470239 45.1606 -89.1131 463.0 WI ANTIGO +USC00470265 44.2769 -88.4378 241.4 WI APPLETON +USC00470268 45.4167 -91.3167 -999.9 WI APPOLONIA +USC00470273 43.0411 -89.4286 263.7 WI ARBORETUM UNIV WIS +USC00470287 42.6994 -89.8694 242.3 WI ARGYLE +USC00470307 43.3333 -89.3667 317.0 WI ARLINGTON +USC00470308 43.3008 -89.3269 329.2 WI ARLINGTON UNIV FARM +USC00470347 46.5522 -90.9161 251.8 WI ASHLAND 3S +USC00470349 46.5831 -90.9678 198.1 WI ASHLAND EXP FARM HCN +USC00470382 44.6825 -91.1358 292.6 WI AUGUSTA RS +USC00470448 45.7833 -90.7500 396.8 WI BABBS ISLAND +USC00470456 44.3078 -90.1314 297.2 WI BABCOCK 1 WNW +USC00470486 44.9633 -92.3906 335.3 WI BALDWIN +USC00470516 43.4583 -89.7269 250.9 WI BARABOO +USC00470519 43.4708 -89.7594 261.2 WI BARABOO RIVER +USC00470565 45.5000 -91.8333 339.9 WI BARRON +USC00470603 46.8833 -90.8167 249.9 WI BAYFIELD 6 N +USC00470604 46.7872 -90.8642 187.5 WI BAYFIELD FISH HATCHERY +USC00470642 45.7833 -91.8333 369.1 WI BEAVER BROOK +USC00470645 43.4447 -88.8478 256.0 WI BEAVER DAM +USC00470652 43.5136 -87.8547 210.9 WI BELGIUM WWTP +USC00470660 42.8500 -89.5500 -999.9 WI BELLEVILLE +USC00470696 42.5039 -89.0311 237.7 WI BELOIT +USC00470735 43.9667 -88.9500 238.0 WI BERLIN LOCK +USC00470740 43.9833 -88.9500 232.0 WI BERLIN +USC00470742 43.9900 -88.9411 233.5 WI BERLIN WWTP +USC00470773 45.5556 -90.9592 367.3 WI BIG FALLS HYDRO +USC00470786 45.9167 -89.5333 494.1 WI BIG ST GERMAIN DAM +USC00470851 44.2667 -90.8167 265.2 WI BLACK RIVER FALLS 2 SE +USC00470855 44.2903 -90.8539 246.9 WI BLACK RIVER FALLS SWG +USC00470882 44.2906 -91.2300 260.6 WI BLAIR +USC00470885 44.3125 -91.2653 261.2 WI BLAIR 2NW +USC00470890 42.8169 -89.8628 253.0 WI BLANCHARDVILLE +USC00470892 42.8122 -89.8622 253.9 WI BLANCHARDVILLE #2 +USC00470904 45.0908 -91.4864 301.8 WI BLOOMER +USC00470929 42.9511 -89.7903 320.0 WI BLUE MOUNDS 6 SSE +USC00470950 43.1000 -90.7333 216.4 WI BOSCOBEL +USC00470991 44.8558 -88.9889 329.2 WI BOWLER HCN +USC00471039 45.8667 -88.2333 362.7 WI BREAKWATER +USC00471044 44.9878 -88.3769 262.1 WI BREED 6 SSE +USC00471062 43.0519 -88.1775 251.2 WI BROOKFIELD +USC00471064 44.1614 -88.0803 246.9 WI BRILLION +USC00471078 42.6333 -89.3867 240.8 WI BRODHEAD HCN +USC00471131 46.5378 -91.5919 304.8 WI BRULE RS +USC00471139 45.9500 -88.2167 381.0 WI BRULE ISLAND +USC00471155 46.0300 -89.3086 504.7 WI BUCKATABON +USC00471205 42.6508 -88.2544 228.9 WI BURLINGTON +USC00471213 43.4667 -88.7000 296.0 WI BURNETT 3 S +USC00471245 46.0000 -90.5000 459.6 WI BUTTERNUT +USC00471249 45.9808 -90.5417 478.5 WI BUTTERNUT 3SW +USC00471250 42.5333 -89.8000 182.6 WI CADIZ +USC00471265 43.5333 -89.0833 264.0 WI CAMBRIA +USC00471280 43.7447 -90.7783 417.6 WI CASHTON +USC00471282 43.7167 -90.7667 406.0 WI CASHTON 2 S +USC00471283 43.7000 -90.7000 409.0 WI CASHTON 5 SE +USC00471284 43.6833 -90.7500 378.0 WI CASHTON 4 SSE +USC00471287 43.7861 -90.7953 286.2 WI CASHTON 3NNW +USC00471295 44.6667 -88.4500 245.1 WI CECIL +USC00471304 43.2950 -87.9725 239.9 WI CEDARBURG 1 E +USC00471308 44.9356 -91.8886 251.5 WI CEDAR FALLS HYDRO PLT +USC00471360 44.3500 -89.8333 273.1 WI CENTRALIA +USC00471416 43.0597 -89.4819 277.4 WI CHARMANY FARM +USC00471543 44.9000 -90.2167 390.1 WI CHEROKEE +USC00471568 44.0328 -88.1469 256.0 WI CHILTON +USC00471578 44.9278 -91.4081 249.9 WI CHIPPEWA FALLS +USC00471600 44.4000 -90.3333 296.6 WI CITY POINT +USC00471604 46.1694 -90.9808 456.6 WI CLAM LAKE 4W +USC00471605 43.7186 -87.7089 185.0 WI CITY OF SHEBOYGAN WWTP +USC00471618 46.0464 -91.0703 419.7 WI CLAM LAKE 10SW +USC00471667 42.5492 -88.8753 292.6 WI CLINTON +USC00471676 44.6228 -88.7483 244.4 WI CLINTONVILLE +USC00471681 43.3125 -88.7197 274.9 WI CLYMAN +USC00471708 44.3667 -89.5333 323.1 WI CODDINGTON 1 E +USC00471720 44.8833 -90.3000 406.0 WI COLBY 2 S +USC00471790 43.3261 -89.0081 252.7 WI COLUMBUS +USC00471806 43.7500 -91.0167 392.9 WI COON VALLEY EXP FARM +USC00471836 46.8667 -91.0833 195.1 WI CORNUCOPIA 3 E +USC00471840 43.0769 -89.1911 264.0 WI COTTAGE GROVE +USC00471847 45.8003 -91.4594 396.2 WI COUDERAY 7 W +USC00471875 45.5667 -88.9000 499.9 WI CRANDON RS +USC00471880 44.3500 -90.0000 304.8 WI CRANMOOR +USC00471897 45.3581 -88.1922 289.6 WI CRIVITZ HIGH FALLS +USC00471913 42.6000 -90.4236 296.6 WI CUBA CITY +USC00471923 45.5331 -92.0225 378.0 WI CUMBERLAND +USC00471931 44.9500 -90.4333 417.6 WI CURTISS +USC00471970 43.6561 -89.2028 262.1 WI DALTON +USC00471978 46.0086 -92.3736 289.6 WI DANBURY +USC00472001 42.6781 -90.1064 283.5 WI DARLINGTON HCN +USC00472041 45.2000 -92.4000 323.1 WI DEER PARK +USC00472050 42.6333 -88.3167 280.4 WI DELAVAN +USC00472051 42.6344 -88.6628 280.7 WI WALWORTH CO SEWER DIST +USC00472055 44.3514 -87.8120 247.2 WI DENMARK WWTP +USC00472165 44.1331 -91.5511 208.8 WI DODGE +USC00472173 42.9608 -90.1161 338.3 WI DODGEVILLE +USC00472209 45.0500 -92.1333 299.0 WI DOWNING 1 E +USC00472240 46.3333 -91.2667 408.4 WI DRUMMOND +USC00472263 45.6333 -88.1333 -999.9 WI DUNBAR NEAR +USC00472279 44.6197 -91.9794 214.9 WI DURAND +USC00472302 42.8667 -88.5167 274.3 WI EAGLE 2 W +USC00472314 45.9169 -89.2564 494.7 WI EAGLE RVR +USC00472370 43.7833 -89.8333 298.7 WI EASTON +USC00472412 42.7981 -88.3803 256.0 WI EAST TROY AP +USC00472413 42.7844 -88.3956 254.2 WI EAST TROY +USC00472423 44.8167 -91.5000 235.0 WI EAU CLAIRE +USC00472425 44.7878 -91.5164 268.2 WI EAU CLAIRE 3SW +USC00472447 44.7722 -89.7675 356.6 WI EAU PLEINE RSVR +USC00472507 43.8000 -88.6333 271.0 WI EL DORADO 1 SSW +USC00472556 44.7303 -92.4586 313.9 WI ELLSWORTH 1E +USC00472626 45.1708 -87.1539 223.4 WI EPHRAIM 1NE-WWTP +USC00472678 44.6000 -90.9667 329.2 WI FAIRCHILD RS +USC00472745 43.0000 -90.6500 360.0 WI FENNIMORE 1 NE +USC00472814 46.0667 -90.2333 478.8 WI FLAMBEAU RSVR +USC00472822 45.9000 -88.2667 393.2 WI FLORENCE +USC00472826 45.9336 -88.2583 396.2 WI FLORENCE +USC00472839 43.7953 -88.4533 231.6 WI FOND DU LAC HCN +USC00472842 43.7667 -88.4669 242.3 WI FOND DU LAC 2SW +USC00472844 42.5500 -88.5833 320.0 WI FONTANA +USC00472851 44.6997 -87.3969 210.3 WI FORESTVILLE-4E +USC00472869 42.9050 -88.8589 243.8 WI FT ATKINSON +USC00472889 46.4856 -92.2875 284.1 WI FOXBORO +USC00472893 46.4167 -92.2500 384.0 WI FOXBORO 6 SSE +USC00472901 43.5500 -88.9167 -999.9 WI FOX LAKE +USC00472934 45.6500 -92.4667 378.0 WI FREDERIC +USC00472973 43.9750 -89.8308 288.0 WI FRIENDSHIP +USC00472992 44.0950 -91.2922 245.4 WI GALESVILLE 3ENE +USC00472996 44.0758 -91.3411 233.2 WI GALESVILLE 1ESE +USC00473021 43.3333 -90.8333 223.1 WI GAYS MILLS +USC00473022 43.3144 -90.8486 210.0 WI GAYS MILLS +USC00473038 43.5706 -91.2294 194.8 WI GENOA DAM 8 +USC00473040 42.5000 -88.3786 259.1 WI GENOA CITY +USC00473058 43.2389 -88.1222 259.1 WI GERMANTOWN +USC00473090 45.5000 -90.9167 449.6 WI GLEN FLORA +USC00473116 43.6561 -87.8144 221.6 WI GIBBSVILLE +USC00473174 45.6214 -88.3603 441.4 WI GOODMAN SANITARY DIST +USC00473182 45.1489 -90.0667 423.7 WI GOODRICH 1 E +USC00473186 46.2450 -91.8047 317.0 WI GORDON +USC00473198 43.3081 -87.9553 225.9 WI GRAFTON WWTP +USC00473214 43.7667 -89.3000 235.0 WI GRAND RIVER LOCK +USC00473242 45.7833 -92.6833 335.9 WI GRANTSBURG +USC00473250 42.5833 -90.0500 243.2 WI GRATIOT +USC00473268 44.4983 -88.1119 207.9 WI GREEN BAY WFO +USC00473271 44.5331 -88.0981 211.5 WI GREEN BAY BOTANICAL +USC00473332 46.4858 -90.4372 355.1 WI SAXON 1WSW +USC00473370 44.9667 -92.4333 356.0 WI HAMMOND +USC00473391 42.9375 -88.0297 218.8 WI HALES CORNERS-WHITNALL PK +USC00473405 44.1186 -89.5358 332.8 WI HANCOCK EXP FARM HCN +USC00473453 43.3311 -88.4114 298.7 WI HARTFORD 2 W +USC00473461 43.1000 -88.3667 282.5 WI HARTLAND +USC00473471 44.4169 -90.7314 271.9 WI HATFIELD +USC00473511 46.0003 -91.5075 365.8 WI HAYWARD RS +USC00473532 45.5000 -89.7500 -999.9 WI HEAFFORD +USC00473560 46.8333 -91.2333 213.4 WI HERBSTER +USC00473636 45.6733 -88.9042 509.9 WI ARGONNE 1.5-NW +USC00473649 43.6500 -90.3333 305.1 WI HILLSBORO +USC00473650 43.6342 -90.3792 317.9 WI HILLSBORO 2SW +USC00473651 43.6467 -90.3525 301.8 WI HILLSBORO 1SW +USC00473654 43.6542 -90.3339 286.5 WI HILLSBORO +USC00473661 43.6408 -87.9050 237.1 WI HINGHAM +USC00473680 44.6306 -88.3272 266.1 WI HOFA PARK +USC00473698 45.2236 -91.1269 322.2 WI HOLCOMBE +USC00473702 43.2422 -88.2889 294.1 WI HOLY HILL 2 E +USC00473756 43.4406 -88.6325 268.2 WI HORICON +USC00473780 44.9333 -92.7667 221.9 WI HUDSON +USC00473800 46.4625 -90.1956 440.1 WI HURLEY +USC00473820 43.3400 -88.6006 263.3 WI HUSTISFORD WWTP +USC00473917 46.5833 -91.4000 335.9 WI IRON RIVER +USC00473930 43.3194 -88.1681 275.2 WI JACKSON +USC00473979 42.6667 -89.0167 232.0 WI JANESVILLE +USC00474027 45.0828 -91.3314 326.1 WI JIM FALLS 3NW +USC00474080 45.3497 -90.7483 385.6 WI JUMP RVR 3E +USC00474108 42.9944 -88.8042 239.9 WI JEFFERSON WWTP +USC00474110 43.3833 -88.7167 365.8 WI JUNEAU +USC00474174 42.5608 -87.8156 182.9 WI KENOSHA +USC00474190 44.4667 -87.5000 179.5 WI KEWAUNEE EVAPORATION +USC00474195 44.4628 -87.5050 180.7 WI KEWAUNEE +USC00474230 44.9500 -92.1000 289.6 WI KNAPP +USC00474282 44.7167 -89.7000 342.0 WI KNOWLTON 1 W +USC00474295 45.3833 -89.1833 513.0 WI KOEPENICK +USC00474320 45.9500 -89.8833 484.9 WI LAC DU FLAMBEAU +USC00474365 43.8167 -91.1833 384.0 WI LA CROSSE EXP FARM +USC00474366 43.8669 -91.2725 201.2 WI LA CROSSE 4NNW +USC00474367 43.8167 -91.2333 198.1 WI LA CROSSE STATE UNIV +USC00474373 43.8225 -91.1914 398.4 WI LA CROSSE WFO +USC00474375 43.8167 -91.2500 207.9 WI LA CROSSE WB CITY +USC00474379 43.8122 -91.2578 192.0 WI LA CROSSE RIVER +USC00474383 46.1211 -89.0758 536.4 WI LAC VIEUX DESERT +USC00474391 45.4650 -91.1236 344.4 WI LADYSMITH 3W +USC00474396 45.4428 -91.0897 356.6 WI LADYSMITH WTP +USC00474404 43.5733 -90.6319 243.5 WI LA FARGE +USC00474422 43.5825 -90.1181 270.7 WI LA VALLE +USC00474424 43.6392 -90.1078 347.5 WI LA VALLE 4 NNE +USC00474457 42.5936 -88.4347 257.9 WI LAKE GENEVA +USC00474482 43.0803 -88.8967 249.0 WI LAKE MILLS +USC00474523 45.3333 -88.4981 364.5 WI LAKEWOOD 3 NE +USC00474530 45.3103 -88.5181 383.4 WI LAKEWOOD SANITARY DIST +USC00474546 42.8278 -90.7889 317.0 WI LANCASTER 4 WSW HCN +USC00474555 46.1667 -89.2167 522.1 WI LAND O LAKES +USC00474582 45.5119 -88.7594 516.6 WI LAONA 6 SW +USC00474590 43.2619 -88.5744 258.2 WI LEBANON 3E +USC00474720 45.3167 -88.8500 438.9 WI LILY +USC00474770 44.6167 -87.7500 246.9 WI LINCOLN +USC00474790 43.3217 -89.5311 251.2 WI LODI +USC00474829 45.8883 -89.1389 496.8 WI LONG LAKE DAM +USC00474894 45.5733 -92.4853 371.9 WI LUCK +USC00474937 43.2117 -91.0986 192.9 WI LYNXVILLE DAM 9 +USC00474953 46.7781 -90.7653 201.2 WI MADELINE ISLAND +USC00474966 43.0833 -89.4000 296.9 WI MADISON WB CITY +USC00475012 46.1500 -89.8833 500.5 WI MANITOWISH WATERS +USC00475017 44.0869 -87.6522 178.0 WI MANITOWOC HCN +USC00475091 45.0983 -87.6236 179.5 WI MARINETTE +USC00475096 43.7028 -88.9989 262.4 WI MARKESAN +USC00475120 44.6411 -90.1333 377.0 WI MARSHFIELD EXP FARM HCN +USC00475148 42.5058 -89.7572 286.5 WI MARTINTOWN 2E +USC00475164 44.1747 -90.3483 298.1 WI MATHER 3 NW +USC00475178 43.7900 -90.0597 263.7 WI MAUSTON 1 SE +USC00475189 43.1708 -89.8192 232.3 WI MAZOMANIE +USC00475236 44.2333 -90.2333 305.1 WI MEADOW VALLEY RS +USC00475255 45.1308 -90.3439 448.1 WI MEDFORD HCN +USC00475286 46.3689 -90.6417 396.2 WI MELLEN 4 NE +USC00475298 44.2000 -88.4667 225.9 WI MENASHA +USC00475315 43.2000 -88.1667 256.6 WI MENOMONEE FALLS +USC00475330 44.8667 -91.9167 271.0 WI MENOMONIE +USC00475335 44.8742 -91.9364 237.7 WI MENOMONIE +USC00475352 46.1683 -90.0722 487.7 WI MERCER RANGER STA +USC00475364 45.1786 -89.6617 381.0 WI MERRILL +USC00475469 43.0333 -87.9667 -999.9 WI MILWAUKEE MARQUETTE HI +USC00475471 43.0853 -89.5172 293.2 WI MIDDLETON +USC00475473 42.7797 -88.9442 267.0 WI MILTON WWTP +USC00475474 43.0719 -88.0294 221.3 WI MILWAUKEE MT MARY CLG HCN +USC00475477 43.1167 -87.9333 192.0 WI MILWAUKEE N SIDE +USC00475484 43.0333 -87.9000 220.1 WI MILWAUKEE WB CITY +USC00475499 43.1086 -88.0306 223.7 WI MILWAUKEE-TIMMERMAN A/P +USC00475516 45.8864 -89.7322 488.0 WI MINOCQUA HCN +USC00475524 46.1006 -91.8178 329.2 WI MINONG RANGER STATION +USC00475525 46.0667 -91.8667 327.7 WI MINONG 5 WSW +USC00475563 44.5647 -91.6719 253.0 WI MONDOVI +USC00475573 42.5994 -89.6681 301.8 WI MONROE 1 W +USC00475581 43.7806 -89.3169 239.6 WI MONTELLO +USC00475674 42.9881 -89.7419 314.2 WI MT HOREB +USC00475677 43.0000 -89.7667 371.9 WI MT HOREB 1 WSW +USC00475718 43.1772 -90.4272 208.8 WI MUSCODA +USC00475786 44.0261 -90.0814 281.0 WI NECEDAH +USC00475808 44.5378 -90.5350 329.2 WI NEILLSVILLE 3ESE HCN +USC00475863 45.7833 -88.7000 469.4 WI NEWALD 4 N +USC00475910 43.9500 -88.0833 280.1 WI NEW HOLSTEIN +USC00475932 44.3586 -88.7189 243.8 WI NEW LONDON HCN +USC00475948 45.1167 -92.5639 304.8 WI NEW RICHMOND +USC00476122 45.6358 -89.2417 490.7 WI NORTH PELICAN +USC00476200 43.1003 -88.5036 260.9 WI OCONOMOWOC +USC00476208 44.8919 -87.9550 201.2 WI OCONTO 4 W HCN +USC00476280 43.7194 -90.5300 292.6 WI ONTARIO 3E +USC00476320 45.3667 -92.7500 245.7 WI OSCEOLA +USC00476330 44.0206 -88.5578 228.6 WI OSHKOSH HCN +USC00476357 44.9800 -90.5545 390.1 WI OWEN 2N +USC00476358 44.8725 -90.5119 389.5 WI OWEN 6SSE +USC00476360 43.8619 -89.5620 290.2 WI OXFORD 6N +USC00476380 42.5806 -88.0903 236.2 WI PADDOCK LAKE +USC00476390 43.5550 -89.2722 246.6 WI PARDEEVILLE 2 NE +USC00476398 45.9336 -90.4506 464.8 WI PARK FALLS DNR HQ 72741 +USC00476413 46.5372 -92.1186 335.3 WI PATTISON RANGER STAION +USC00476420 42.5319 -88.3325 256.0 WI PELL LAKE +USC00476470 44.4000 -92.1667 210.6 WI PEPIN +USC00476510 45.0281 -87.7358 182.9 WI PESHTIGO +USC00476518 46.0664 -89.0753 542.5 WI PHELPS +USC00476523 45.6167 -90.3667 454.2 WI PHILLIPS 5 SSE +USC00476594 44.1833 -89.0333 274.9 WI PINE RIVER 3 NE +USC00476622 44.4333 -90.1333 313.9 WI PITTSVILLE +USC00476646 42.7489 -90.4656 301.8 WI PLATTEVILLE +USC00476667 45.3167 -86.9500 179.2 WI PLUM ISLAND +USC00476678 43.7300 -87.9714 254.2 WI PLYMOUTH +USC00476718 43.5278 -89.4342 236.2 WI PORTAGE HCN +USC00476750 44.3333 -89.8833 295.4 WI PORT EDWARDS +USC00476764 43.3944 -87.8636 181.1 WI PORT WASHINGTON +USC00476772 46.7781 -91.3856 198.4 WI PORT WING +USC00476796 43.4122 -89.5308 243.5 WI POYNETTE 7 WNW +USC00476827 43.0514 -91.1350 200.6 WI PRAIRIE DU CHIEN HCN +USC00476838 43.3100 -89.7283 237.7 WI PRAIRIE DU SAC 2 N +USC00476854 45.5464 -90.3128 475.5 WI PRENTICE +USC00476859 45.5447 -90.3017 469.4 WI PRENTICE #2 +USC00476874 44.6775 -88.2275 240.5 WI PULASKI WWTP +USC00476922 42.7022 -87.7861 181.4 WI RACINE HCN +USC00476939 45.8342 -89.5472 487.7 WI RAINBOW RSVR TOMAHAWK +USC00476970 42.8167 -88.0167 -999.9 WI RAYMOND +USC00477015 43.4494 -90.7650 225.6 WI READSTOWN +USC00477016 43.4797 -90.6933 232.3 WI READSTOWN 4NE +USC00477052 43.5231 -90.0003 282.2 WI REEDSBURG +USC00477092 46.1222 -89.8772 491.3 WI REST LAKE +USC00477113 45.5986 -89.4508 479.1 WI RHINELANDER +USC00477115 45.6528 -89.3075 483.4 WI RHINELANDER 4NE +USC00477118 45.6222 -89.4100 490.4 WI RHINELANDER WJFW TV-12 +USC00477121 44.9672 -89.8961 393.2 WI RIB FALLS +USC00477132 45.4167 -91.7725 336.2 WI RICE LAKE +USC00477140 45.5397 -89.7478 445.0 WI RICE RESERVOIR-TOMAHAWK +USC00477142 45.5378 -89.7322 445.0 WI RICE RSVR TOMAHAWK-2 +USC00477148 43.2111 -88.2092 299.9 WI RICHFIELD 3 SSW +USC00477151 43.2667 -88.2167 304.8 WI RICHFIELD +USC00477158 43.3314 -90.3889 221.9 WI RICHLAND CTR +USC00477174 45.2142 -91.8875 329.2 WI RIDGELAND 1NNE +USC00477182 43.0000 -90.0000 -999.9 WI RIDGEWAY +USC00477202 43.8500 -88.8167 299.0 WI RIPON NEAR +USC00477207 43.8500 -88.8167 -999.9 WI RIPON 1 E +USC00477209 43.8864 -88.7444 283.5 WI RIPON 5 NE +USC00477226 44.8544 -92.6122 286.5 WI RIVER FALLS +USC00477230 44.9708 -92.5620 298.7 WI ROBERTS WWTP +USC00477314 42.7269 -88.2258 238.7 WI ROCHESTER WWTP +USC00477319 43.4450 -89.9697 384.0 WI ROCK SPRINGS 3 SW +USC00477341 43.8167 -88.6833 -999.9 WI ROSENDALE +USC00477349 44.7511 -89.2450 360.6 WI ROSHOLT 9 NNE +USC00477373 44.6833 -87.5833 -999.9 WI ROSIERE +USC00477390 44.4000 -88.8667 177.7 WI ROYALTON +USC00477464 45.4117 -92.6467 228.6 WI ST CROIX FALLS +USC00477480 45.9156 -89.4894 500.8 WI ST GERMAIN +USC00477576 43.2619 -89.7350 227.1 WI SAUK CITY WWTP +USC00477581 43.3750 -87.9403 230.1 WI SAUKVILLE WWTP +USC00477612 46.5000 -90.3833 335.9 WI SAXON 1 NE +USC00477636 44.5044 -88.3333 242.0 WI SEYMOUR +USC00477650 42.5167 -88.7500 311.2 WI SHARON +USC00477708 44.7631 -88.6183 245.7 WI SHAWANO 2SSW +USC00477725 43.7500 -87.7167 197.5 WI SHEBOYGAN +USC00477745 45.3064 -90.9606 341.4 WI SHELDON +USC00477761 44.4389 -88.5839 234.7 WI SHIOCTON +USC00477792 43.1000 -87.9000 200.9 WI SHOREWOOD +USC00477796 43.3339 -88.2978 313.6 WI SLINGER WWTP +USC00477810 42.5667 -90.2333 310.6 WI SHULLSBURG +USC00477869 43.3942 -90.7758 216.4 WI SOLDIERS GROVE +USC00477892 46.3575 -91.8317 344.4 WI SOLON SPRINGS +USC00477964 42.9011 -87.8494 198.1 WI SOUTH MILWAUKEE WWTP +USC00477980 45.5178 -89.2028 487.7 WI SOUTH PELICAN +USC00477997 43.9364 -90.8164 238.4 WI SPARTA +USC00478018 45.4567 -89.9692 453.8 WI SPIRIT FALLS +USC00478027 45.8236 -91.8761 335.3 WI SPOONER AG RES STN HCN +USC00478080 44.8411 -92.2456 278.9 WI SPRING VALLEY +USC00478081 44.8411 -92.2392 280.4 WI SPRING VALLEY DWTN +USC00478110 44.9528 -90.9269 329.2 WI STANLEY WWTP HCN +USC00478111 44.9589 -90.9489 326.1 WI STANLEY 2 +USC00478163 43.1833 -90.8667 208.8 WI STEUBEN +USC00478164 43.1342 -90.8372 309.4 WI STEUBEN 4 SE +USC00478171 44.5114 -89.5853 328.9 WI STEVENS PT +USC00478190 44.8700 -88.9044 320.0 WI STOCKBRIDGE-MUNSEE RSVN +USC00478229 42.9108 -89.2133 256.0 WI STOUGHTON +USC00478241 44.8175 -90.0900 375.2 WI STRATFORD 1 NW +USC00478259 44.4964 -91.3964 297.5 WI STRUM 4 S +USC00478267 44.8800 -87.3358 213.1 WI STURGEON BAY EXP FARM +USC00478288 45.8647 -89.3819 489.2 WI SUGAR CAMP +USC00478316 42.9675 -88.5497 284.4 WI SULLIVAN 3SE +USC00478324 45.3789 -89.1942 527.9 WI SUMMIT LAKE +USC00478329 43.1936 -89.2822 289.6 WI SUN PRAIRIE 3 W +USC00478349 46.7269 -92.0719 185.0 WI SUPERIOR +USC00478376 44.9958 -88.3786 241.4 WI SURING +USC00478459 43.2833 -87.9000 217.0 WI THIENSVILLE 5 NE +USC00478478 45.7131 -89.0028 524.3 WI THREE LAKES 10 SE +USC00478515 43.9714 -90.4678 296.3 WI TOMAH RS 2 +USC00478520 45.4667 -89.7333 442.0 WI TOMAHAWK +USC00478528 45.4333 -89.7500 438.9 WI TOMAHAWK SPIRIT RSVR +USC00478540 43.4719 -88.8825 267.9 WI TOWN OF WESTFORD +USC00478561 45.3333 -88.5833 415.1 WI TOWNSEND +USC00478589 43.9994 -91.4378 201.2 WI TREMPEALEAU DAM 6 +USC00478610 46.0000 -89.7500 426.7 WI TROUT LAKE +USC00478639 46.0167 -89.0167 495.3 WI TWIN LAKES DAM +USC00478672 44.1431 -87.5678 179.5 WI TWO RIVERS +USC00478723 42.6903 -88.0336 222.5 WI UNION GROVE +USC00478750 46.3678 -90.4122 456.3 WI UPSON +USC00478805 44.0000 -90.4500 283.2 WI VALLEY JUNCTION +USC00478827 43.5594 -90.8761 382.5 WI VIROQUA HCN +USC00478861 43.6833 -87.9500 -999.9 WI WALDO NEAR +USC00478872 42.5333 -88.5667 305.1 WI FONTANA +USC00478905 45.3583 -86.8911 209.1 WI WASHINGTON IS +USC00478910 43.1878 -88.9844 245.1 WI WATERLOO +USC00478919 43.1742 -88.7364 251.5 WI WATERTOWN HCN +USC00478932 43.4703 -87.9836 286.5 WI WAUBEKA +USC00478937 43.0064 -88.2492 253.0 WI WAUKESHA +USC00478951 44.3547 -89.0594 255.1 WI WAUPACA +USC00478963 44.8667 -89.6500 359.7 WI WAUSAU 7 SSW +USC00478969 44.9464 -89.6222 364.8 WI WAUSAU WSAW TV +USC00478971 44.9500 -89.6167 371.9 WI WAUSAU RECORD HERALD +USC00478978 45.3803 -87.9567 227.1 WI WAUSAUKEE +USC00478984 44.1406 -89.2978 321.9 WI WAUTOMA 4 N +USC00478987 44.0411 -89.2433 264.9 WI WAUTOMA-SILVER LAKE SAN DIST +USC00479012 45.7883 -92.2325 306.3 WI WEBSTER 9SE +USC00479046 43.0175 -88.0017 220.4 WI WEST ALLIS +USC00479050 43.3681 -88.0858 286.5 WI WEST BEND +USC00479052 43.4106 -88.1939 299.0 WI WEST BEND PUBLIC WORKS +USC00479053 43.4319 -88.1606 273.1 WI WEST BEND FIRE STN +USC00479062 43.6750 -90.8078 390.8 WI WESTBY 3ENE +USC00479080 44.4167 -88.0500 185.0 WI WEST DE PERE +USC00479095 43.8500 -89.5000 278.9 WI WESTFIELD +USC00479111 44.8000 -92.0167 -999.9 WI WESTON +USC00479119 43.9000 -91.0833 225.9 WI WEST SALEM +USC00479144 45.4425 -91.4181 364.2 WI WEYERHAEUSER 1N +USC00479145 45.4283 -91.4203 361.2 WI WEYERHAEUSER 2 +USC00479176 45.1453 -88.7417 392.9 WI WHITE LAKE 1 SE +USC00479182 43.2333 -90.0000 -999.9 WI WHITE MOUND +USC00479190 42.8508 -88.7247 266.7 WI WHITEWATER +USC00479218 44.7314 -90.7217 454.2 WI WILLARD +USC00479226 42.5833 -88.5333 271.0 WI WILLIAMS BAY +USC00479236 45.7086 -89.8483 467.0 WI WILLOW RSVR +USC00479304 45.7992 -90.9947 413.0 WI WINTER +USC00479319 43.6089 -89.7667 254.5 WI WISCONSIN DELLS +USC00479335 44.3881 -89.8056 314.9 WI WISCONSIN RAPIDS +USC00479345 44.3994 -89.8306 310.9 WI WIS RAPIDS GRAND AV B +USC00480027 42.7331 -110.9217 1904.4 WY AFTON +USC00480050 44.6333 -104.1833 1140.9 WY ALADDIN +USC00480080 41.4000 -104.1017 1629.2 WY ALBIN +USC00480082 41.4197 -104.1011 1630.7 WY ALBIN #2 +USC00480090 42.5667 -106.7167 1635.6 WY ALCOVA +USC00480091 42.7333 -107.0167 2094.0 WY ALCOVA 17 NW +USC00480092 42.6167 -107.2000 1940.1 WY ALCOVA 26 WNW +USC00480094 42.6833 -107.2500 2012.9 WY ALCOVA 29 WNW +USC00480124 43.1833 -111.0500 1713.9 WY ALPINE 1 SE +USC00480140 43.7728 -111.0339 1962.9 WY ALTA 1 NNW HCN +USC00480200 44.6522 -104.3492 1338.1 WY ALVA 5 ESE +USC00480206 44.7000 -104.4333 1219.2 WY ALVA +USC00480228 43.6667 -108.8333 1969.9 WY ANCHOR DAM +USC00480233 43.4500 -105.5000 1464.0 WY ANTELOPE CREEK RCH +USC00480237 43.4333 -106.5833 1577.6 WY ANTELOPE SPRINGS +USC00480245 42.9667 -108.4833 1524.0 WY ARAPAHOE +USC00480250 43.7167 -108.5333 -999.9 WY ARAPAHOE RCH +USC00480270 41.1517 -104.6575 1831.8 WY ARCHER +USC00480315 41.6000 -106.2167 2286.0 WY ARLINGTON +USC00480324 43.1833 -107.2667 1836.1 WY ARMINTO +USC00480377 44.6333 -106.1167 1135.1 WY ARVADA 2 SE +USC00480380 44.7000 -106.1000 1122.0 WY ARVADA 3 N +USC00480432 42.5008 -108.7339 2383.8 WY ATLANTIC CITY +USC00480434 42.6167 -108.6167 1894.0 WY ATLANTIC CITY 10 NE +USC00480438 42.6500 -108.6500 1723.0 WY ATLANTIC CITY 11 NNE +USC00480443 42.5333 -108.7667 2499.4 WY ATLANTIC CITY ORE MINE +USC00480470 43.3500 -107.4167 1909.0 WY BADWATER 2 N +USC00480484 41.0383 -107.6578 1926.0 WY BAGGS +USC00480498 42.2500 -107.5500 2101.0 WY BAIROIL +USC00480528 43.7000 -106.9167 1570.9 WY BARNUM 1 N +USC00480535 41.3000 -106.4833 -999.9 WY BARRETT CREEK CABIN +USC00480540 44.3797 -108.0350 1170.4 WY BASIN HCN +USC00480550 42.5500 -106.3333 1955.0 WY BATES CREEK +USC00480552 42.6233 -106.3567 1841.6 WY BATES CREEK #2 HCN +USC00480570 41.0333 -107.2833 2225.0 WY BATTLE MOUNTAIN +USC00480585 44.1497 -111.0461 1960.5 WY BECHLER RVR RS +USC00480603 42.8731 -110.9069 1934.0 WY BEDFORD 3 SE +USC00480605 42.8667 -110.9000 1930.9 WY BEDFORD 2 SE +USC00480614 44.3500 -109.3500 1830.0 WY BELKNAP RCH +USC00480625 41.3333 -106.5833 2194.6 WY BENNETT +USC00480640 44.5167 -104.2667 1271.9 WY BEULAH 8 WSW +USC00480655 41.0833 -106.5000 2286.0 WY BIG CREEK +USC00480680 44.6828 -107.0089 1282.6 WY BIG HORN +USC00480695 42.5414 -110.1253 2083.3 WY BIG PINEY +USC00480698 42.6667 -109.5000 2196.1 WY BIG SANDY +USC00480708 43.7833 -107.3167 1455.1 WY BIG TRAILS +USC00480725 43.2500 -105.2667 1437.1 WY BILL +USC00480727 43.3667 -105.2000 1382.0 WY BILL 10 NE +USC00480729 43.2500 -105.4833 1470.1 WY BILL 12 W +USC00480733 43.1167 -105.0167 1382.0 WY BILL 14 SE +USC00480735 43.1167 -105.5000 1649.9 WY BILL 15 SW +USC00480737 43.4667 -105.4333 1414.9 WY BILL 18 NNW +USC00480740 44.1242 -106.7319 1516.4 WY BILLY CREEK +USC00480761 41.5897 -108.5094 2048.9 WY BITTER CREEK 4 NE +USC00480778 43.6561 -107.7375 1717.5 WY BLACK MTN +USC00480865 43.2094 -110.4033 2040.0 WY BONDURANT +USC00480915 42.2128 -111.0456 1849.8 WY BORDER 3 N +USC00480951 42.7158 -109.6897 2115.3 WY BOULDER REARING STN +USC00481000 43.4053 -108.1633 1485.9 WY BOYSEN DAM +USC00481032 43.3500 -104.2667 1129.0 WY BRIGHT 7 NE +USC00481131 41.2467 -109.5967 1853.2 WY BUCKBOARD MARINA +USC00481139 41.0706 -105.2519 2375.9 WY BUFORD 5SE +USC00481141 41.1306 -105.4042 2499.4 WY BUFORD 6W +USC00481142 41.0844 -105.2483 2338.7 WY BUFORD 4SE +USC00481160 44.3667 -106.8000 1598.1 WY BUFFALO 5 W +USC00481165 44.3544 -106.6994 1414.0 WY BUFFALO +USC00481167 44.3364 -106.7886 1673.4 WY BUFFALO 5WSW +USC00481170 44.4833 -106.8000 1513.0 WY BUFFALO 11 NW +USC00481171 44.2167 -106.9167 2535.0 WY BUFFALO 15 SW +USC00481172 44.0667 -106.6667 1457.9 WY BUFFALO 21 S +USC00481175 44.5075 -109.1675 1572.8 WY BUFFALO BILL DAM +USC00481220 44.7742 -107.5217 2456.7 WY BURGESS JUNCTION +USC00481225 44.7833 -107.5167 2396.9 WY BURGESS RS +USC00481240 44.4500 -108.4167 1350.9 WY BURLINGTON +USC00481255 41.2667 -104.3500 1693.2 WY BURNS +USC00481284 43.3656 -109.2756 1866.9 WY BURRIS +USC00481400 43.9500 -104.2000 1554.5 WY CAMBRIA +USC00481500 41.8667 -106.3667 2079.0 WY CARBON +USC00481547 41.0844 -104.3789 1657.2 WY CARPENTER 3N +USC00481550 41.0833 -104.3833 1610.0 WY CARPENTER 7 NE +USC00481565 42.8500 -106.2667 1585.9 WY CASPER 2 E +USC00481569 42.8614 -106.2925 1553.6 WY CASPER WWTP +USC00481572 42.8519 -106.2844 1567.6 WY CASPER 1SW +USC00481610 41.3136 -106.1292 2490.2 WY CENTENNIAL 1NE +USC00481670 41.1167 -104.7333 1828.8 WY CHEYENNE EXP FARM +USC00481676 41.1517 -104.8061 1865.1 WY CHEYENNE WFO +USC00481680 41.1833 -104.8833 1905.9 WY CHEYENNE HORT F STN +USC00481687 41.1947 -104.7119 1852.0 WY CHEYENNE 7NE +USC00481730 41.7594 -104.8222 1616.7 WY CHUGWATER HCN +USC00481736 41.3975 -110.0883 2157.7 WY CHURCH BUTTES GAS PLT +USC00481743 44.5000 -109.5333 1922.1 WY CIRCLE H RCH +USC00481750 43.7333 -104.6667 1286.9 WY CLARETON 3 NE +USC00481752 43.5000 -104.8667 1275.0 WY CLARETON 16 SW +USC00481768 44.8500 -109.1833 1286.9 WY CLARK 4 S +USC00481770 44.9000 -109.2333 1382.0 WY CLARK 4 SW +USC00481775 44.9364 -109.1372 1254.9 WY CLARK 3NE +USC00481816 44.5781 -106.4472 1217.7 WY CLEARMONT 5 SW +USC00481840 44.5022 -109.1111 1609.3 WY CODY HCN +USC00481845 44.5167 -109.0500 1539.8 WY CODY 1 SSE +USC00481850 44.4139 -108.9006 1599.6 WY CODY 12SE +USC00481855 44.3367 -109.3914 1780.0 WY CODY 21 SW +USC00481905 44.8711 -104.1533 1060.7 WY COLONY HCN +USC00482054 42.9589 -109.9958 2239.4 WY CORA +USC00482055 42.9500 -109.9667 -999.9 WY CORA +USC00482135 44.8675 -109.6436 1983.9 WY CRANDALL CREEK +USC00482160 44.9500 -109.7667 2081.2 WY CRAZY CREEK +USC00482175 41.7333 -107.7333 2147.0 WY CRESTON +USC00482223 43.3000 -109.1833 1851.1 WY CROWHEART +USC00482228 43.3000 -109.1333 1815.1 WY CROWHEART 2 E +USC00482230 44.6167 -106.9333 1460.0 WY CROW HILL +USC00482233 41.1850 -105.2444 2274.4 WY CURT GOWDY SP VISITOR'S CTR +USC00482235 42.9167 -110.0667 2054.4 WY DANIEL +USC00482242 42.9281 -110.1272 2237.5 WY DANIEL FISH HATCHERY +USC00482375 43.4128 -110.1633 2496.3 WY DARWIN RCH +USC00482399 44.8736 -107.2664 1197.9 WY DAYTON +USC00482410 44.1833 -105.9000 1353.3 WY DEAD HORSE CREEK +USC00482415 44.8919 -108.5928 1251.2 WY DEAVER +USC00482465 44.5833 -104.7167 1321.0 WY DEVILS TWR +USC00482466 44.5833 -104.7147 1177.1 WY DEVILS TWR #2 +USC00482580 44.0992 -105.1175 1313.7 WY DILLINGER +USC00482595 43.2336 -108.9133 1700.2 WY DIVERSION DAM HCN +USC00482610 41.0333 -107.5333 1940.1 WY DIXON +USC00482638 44.5833 -107.2833 2689.9 WY DOME LAKE +USC00482680 42.1794 -105.4017 1865.4 WY DOUBLE FOUR RCH +USC00482685 42.7467 -105.3603 1484.4 WY DOUGLAS 1 SE +USC00482696 42.9533 -105.1650 1502.7 WY DOUGLAS 17NE +USC00482700 42.5833 -105.7167 1838.9 WY DOUGLAS 20 SW +USC00482715 43.5397 -109.6553 2119.9 WY DUBOIS HCN +USC00482725 43.4117 -104.9614 1345.7 WY DULL CTR 1SE +USC00482737 43.6167 -109.4000 2135.1 WY DUNCAN +USC00482780 42.6167 -109.2500 2342.7 WY DUTCH JOE +USC00482800 42.2333 -104.9500 1463.0 WY DWYER +USC00482845 44.5000 -110.0000 2122.9 WY EAST GATE Y NP +USC00482855 44.7667 -107.2333 1402.1 WY EATON'S RANCH +USC00482881 44.4828 -105.8992 1219.2 WY ECHETA 2 NW +USC00482995 41.6878 -106.4136 2214.4 WY ELK MTN +USC00483031 44.4972 -108.3906 1355.8 WY EMBLEM +USC00483045 41.1833 -106.6167 2250.9 WY ENCAMPMENT 10 ESE +USC00483050 41.2058 -106.7883 2222.0 WY ENCAMPMENT +USC00483060 42.8500 -107.3500 2073.9 WY ERVAY +USC00483064 42.8667 -107.4000 2030.9 WY ERVAY 3 NW +USC00483073 42.4167 -105.3667 1905.9 WY ESTERBROOK +USC00483100 41.2650 -110.9508 2080.3 WY EVANSTON 1 E HCN +USC00483170 42.1397 -109.4308 2017.8 WY FARSON 2NNE +USC00483210 42.8667 -108.8500 2148.8 WY FAYETTE +USC00483385 42.0833 -110.2500 2042.2 WY FONTENELLE +USC00483396 41.9861 -110.0611 1976.6 WY FONTENELLE DAM +USC00483485 42.2167 -104.5167 1290.8 WY FORT LARAMIE +USC00483490 42.3833 -104.5333 1452.1 WY FT LARAMIE 11 NNW +USC00483540 44.5333 -106.8333 1424.6 WY FORT PHIL KEARNEY +USC00483570 42.9833 -108.8667 1692.9 WY FT WASHAKIE 1 SE +USC00483582 41.8369 -110.7706 2068.1 WY FOSSIL BUTTE +USC00483595 44.5667 -110.8167 2200.7 WY FOUNTAIN +USC00483610 44.1333 -109.2500 1981.2 WY FOUR BEAR +USC00483614 44.1333 -104.2167 1769.1 WY FOUR CORNERS 5 NW +USC00483616 44.0167 -104.1667 1656.0 WY FOUR CORNERS 5 S +USC00483618 44.0667 -104.2667 -999.9 WY FOUR CORNERS 6 WSW +USC00483630 41.0833 -106.1500 2763.6 WY FOXPARK +USC00483770 44.7833 -108.6667 1296.0 WY GARLAND +USC00483784 42.1167 -105.6000 2080.0 WY GARRETT +USC00483801 42.8394 -107.5133 1972.1 WY GAS HILLS 4E +USC00483855 44.2667 -105.4489 1414.3 WY GILLETTE 4SE +USC00483860 44.2167 -105.6333 1478.9 WY GILLETTE 9 SW +USC00483865 44.0833 -105.7167 1495.0 WY GILLETTE 18 SW +USC00483930 42.4500 -105.0833 1449.0 WY GLENDO 4 SW +USC00483936 42.5283 -104.9153 1444.4 WY GLENDO 6NE +USC00483944 42.4689 -104.9658 1456.9 WY GLENDO RSVR USBR +USC00483950 42.8267 -105.7878 1508.2 WY GLENROCK 5 ESE +USC00483951 42.7333 -106.0167 1800.1 WY GLENROCK 12 SW +USC00483952 43.1000 -105.8333 1741.9 WY GLENROCK 16 N +USC00483960 42.6667 -105.8167 1961.1 WY GLENROCK 14 SSE +USC00483962 43.0667 -105.6500 1705.1 WY GLENROCK 18 NE +USC00483972 44.0333 -108.6000 1617.0 WY GOOSEBERRY CREEK +USC00483995 44.7333 -110.5000 2407.9 WY GRAND CANYON +USC00484020 41.0000 -105.1333 2247.3 WY GRANITE CANYON +USC00484022 41.1667 -105.2500 2209.8 WY GRANITE SPRINGS RSVR +USC00484036 43.9500 -108.6500 1700.5 WY GRASS CREEK +USC00484050 44.1333 -110.8333 2208.0 WY GRASSY LAKE DAM +USC00484065 41.5167 -109.4703 1877.6 WY GREEN RVR HCN +USC00484080 44.4894 -108.0536 1154.3 WY GREYBULL +USC00484095 42.7500 -110.9167 1866.9 WY GROVER 2 S +USC00484125 42.3000 -104.7667 1373.1 WY GUERNSEY DAM +USC00484126 42.2906 -104.7625 1327.4 WY GUERNSEY DAM #2 +USC00484131 42.2833 -104.7667 1365.5 WY GUERNSEY 2NW +USC00484169 43.7167 -109.8167 2272.0 WY H M RCH +USC00484205 43.7731 -108.5728 1709.9 WY HAMILTON DOME +USC00484225 43.5500 -104.7333 1263.1 WY HAMPSHIRE 3 SW +USC00484230 43.6500 -104.5500 1314.9 WY HAMPSHIRE 9 NE +USC00484243 42.4256 -104.6992 1582.2 WY HARTVILLE 7NNE +USC00484300 42.9333 -104.3667 1373.1 WY HAT CREEK +USC00484303 42.9333 -104.3167 1335.0 WY HAT CREEK 5 E +USC00484305 42.9333 -104.1333 -999.9 WY HAT CREEK 9 E +USC00484310 43.1333 -104.3667 1318.0 WY HAT CREEK 14 N +USC00484315 43.1333 -104.2333 1275.0 WY HAT CREEK 15 NNE +USC00484360 41.7833 -104.3000 1339.0 WY HAWK SPRINGS +USC00484411 44.7053 -108.9558 1460.0 WY HEART MTN +USC00484440 41.1500 -105.1833 2073.9 WY HECLA +USC00484442 41.1500 -105.1667 2039.1 WY HECLA 1E +USC00484546 43.1167 -107.3333 1830.0 WY HILAND +USC00484695 43.6667 -109.6667 -999.9 WY HORSE CREEK +USC00484700 41.4500 -105.2333 1925.1 WY HORSE CREEK 2 NW +USC00484760 44.6856 -104.6028 1145.4 WY HULETT +USC00484770 44.3667 -106.9500 2257.0 WY HUNTERS STN +USC00484796 44.2500 -107.5833 1363.1 WY HYATTVILLE +USC00484799 44.7811 -106.9644 1174.4 WY IML - AIR SCI +USC00484875 41.5333 -105.2333 2013.2 WY IRON MOUNTAIN +USC00484885 44.3500 -109.3500 1780.9 WY ISHAWOOA +USC00484910 43.4864 -110.7614 1892.8 WY JACKSON +USC00484920 42.4667 -104.3667 1406.0 WY JAY EM +USC00484925 42.4942 -107.8292 1926.0 WY JEFFREY CITY +USC00484930 41.0600 -106.0264 2310.4 WY JELM 2S +USC00484940 42.9833 -110.0000 2261.6 WY JENKINS RANCH +USC00484955 42.7333 -110.0500 2154.9 WY JEWETT RANCH +USC00484970 42.7833 -104.7000 1628.9 WY JIREH +USC00484995 43.2000 -106.6667 1706.9 WY JUDSON +USC00485021 44.8500 -108.2000 1110.1 WY KANE +USC00485026 44.8333 -108.2333 1150.0 WY KANE 2 SW +USC00485055 43.7144 -106.6375 1420.4 WY KAYCEE +USC00485060 43.7667 -106.9667 1726.1 WY KAYCEE 17 WNW +USC00485065 43.3500 -106.7667 1659.0 WY KAYCEE 26 SSW +USC00485085 42.7667 -104.7833 1609.3 WY KEELINE 3 W +USC00485088 42.5156 -104.8719 1551.4 WY KEELINE 7SW +USC00485105 41.8181 -110.5333 2114.4 WY KEMMERER 2N +USC00485115 43.1667 -109.9833 2332.9 WY KENDALL +USC00485137 44.3833 -104.7667 1278.0 WY KEYHOLE DAM +USC00485165 44.6833 -109.2000 1450.8 WY KIMBALL RANCH +USC00485170 42.8333 -104.1167 1545.9 WY LUSK 18 ENE +USC00485252 42.2644 -110.1950 2011.1 WY LA BARGE +USC00485260 41.6378 -104.1669 1399.0 WY LA GRANGE +USC00485345 44.5622 -110.3986 2405.5 WY LAKE YELLOWSTONE HCN +USC00485355 44.8956 -110.2342 2004.1 WY LAMAR RS +USC00485371 43.0389 -104.6633 1344.8 WY LANCE CREEK 1W +USC00485372 43.0500 -104.7000 1323.1 WY LANCE CREEK 3 WNW +USC00485373 43.2000 -104.6500 1275.0 WY LANCE CREEK 10 N +USC00485374 43.1828 -104.6036 1281.4 WY LANCE CREEK 11NNE +USC00485375 43.0000 -104.9000 -999.9 WY LANCE CREEK 12 WSW +USC00485376 43.1667 -104.8500 -999.9 WY LANCE CREEK 14 NW +USC00485377 43.3000 -104.6667 1255.8 WY LANCE CREEK 18 N +USC00485385 42.8000 -108.7667 1767.8 WY LANDER EXP STN +USC00485392 42.8450 -108.7372 1621.5 WY LANDER 1N +USC00485400 42.6667 -108.6833 1723.0 WY LANDER 12 SSE +USC00485410 41.3167 -105.5833 2196.1 WY LARAMIE +USC00485411 41.3167 -105.5833 2186.9 WY LARAMIE 2 +USC00485416 41.2975 -105.6242 2182.1 WY LARAMIE 2WSW SITE 2 +USC00485417 41.2847 -105.5319 2252.5 WY LARAMIE 4SE +USC00485420 41.3042 -105.6408 2186.9 WY LARAMIE 2WSW +USC00485430 41.0667 -105.6500 2308.9 WY LARAMIE 18 SSW +USC00485435 41.3400 -105.6064 2176.3 WY LARAMIE 2 NW +USC00485465 43.8667 -105.2333 1473.1 WY LAWVER +USC00485467 43.7667 -105.3833 1495.0 WY LAWVER 10 SW +USC00485486 44.2500 -106.1000 1238.1 WY LEATH RCH +USC00485506 44.8500 -106.2889 1268.0 WY LEITER 9N +USC00485515 43.3167 -109.1333 1780.6 WY LENORE +USC00485520 42.2500 -106.6667 2057.4 WY LEO +USC00485525 42.1953 -106.8556 1839.5 WY LEO 6 SW +USC00485581 43.5500 -106.0167 1513.0 WY LINCH 10 ESE +USC00485612 42.1297 -104.3900 1267.4 WY LINGLE 2WSW +USC00485685 42.4333 -106.0333 2239.1 WY LITTLE MEDICINE 4 NNW +USC00485703 41.0547 -110.1542 2301.8 WY LONETREE #1 +USC00485720 41.8333 -105.6333 2126.0 WY LOOKOUT 14 NE +USC00485734 43.2833 -107.6333 1650.5 WY LOST CABIN +USC00485770 44.8378 -108.4039 1172.6 WY LOVELL +USC00485780 44.5000 -106.1833 1189.9 WY LOWER CRAZY WOMAN CK +USC00485830 42.7506 -104.4811 1551.4 WY LUSK 2 SW HCN +USC00485832 42.8167 -104.1167 1524.9 WY LUSK 18 ENE +USC00485833 42.9367 -104.0669 1260.7 WY LUSK 25NE +USC00485836 41.3333 -110.3000 2044.0 WY LYMAN +USC00485839 41.3156 -110.2725 2027.5 WY LYMAN +USC00485843 43.2667 -107.7000 1603.9 WY LYSITE +USC00485850 43.4333 -107.7167 1708.1 WY LYSITE 12 NNW +USC00485878 43.5833 -108.8500 1969.9 WY MAIL CAMP +USC00485980 44.5167 -109.1333 1609.3 WY MARQUETTE +USC00486000 42.2167 -105.9333 2137.9 WY MARSHALL 7 SW +USC00486075 43.8333 -106.7833 1592.0 WY MAYOWORTH +USC00486081 41.6500 -106.1333 2199.1 WY MCFADDEN +USC00486120 41.8969 -106.2061 2022.3 WY MEDICINE BOW +USC00486122 42.1667 -106.2667 2117.1 WY MEDICINE BOW 16 N +USC00486140 44.1500 -108.8500 1777.9 WY MEETEETSE 1 ESE +USC00486165 42.9500 -110.3667 2346.4 WY MERNA +USC00486175 44.2167 -106.7500 1610.0 WY METZ RCH +USC00486185 42.7500 -108.8000 1915.1 WY MIDDLE FORK +USC00486195 43.4131 -106.2772 1481.3 WY MIDWEST HCN +USC00486200 43.5000 -106.2667 -999.9 WY MIDWEST 6 N +USC00486383 42.8000 -107.7167 -999.9 WY MONETA 25 S +USC00486422 41.7667 -105.3667 1828.8 WY MOORE +USC00486428 43.6536 -110.7169 1964.1 WY MOOSE +USC00486430 43.7000 -110.7333 2022.0 WY MOOSE 3 NW +USC00486440 43.8567 -110.5889 2074.2 WY MORAN 5WNW HCN +USC00486450 43.5167 -104.3333 1250.9 WY MORRISEY +USC00486465 43.5167 -109.0667 2179.9 WY MORTON 28 NW +USC00486470 43.2167 -108.7833 1674.0 WY MORTON 1 NW +USC00486555 41.2658 -110.3375 2072.6 WY MTN VIEW +USC00486595 42.3628 -107.4444 1904.4 WY MUDDY GAP +USC00486597 41.3186 -108.9178 2053.1 WY MUD SPRINGS +USC00486600 43.3500 -104.1167 1257.0 WY MULE CREEK +USC00486603 43.3836 -104.2303 1155.2 WY MULE CREEK JCT +USC00486660 43.8497 -104.1886 1345.7 WY NEWCASTLE HCN +USC00486662 43.8333 -104.4833 1260.0 WY NEWCASTLE 14 W +USC00486664 43.6667 -104.1333 1207.9 WY NEWCASTLE 15 SSE +USC00486680 43.8167 -106.4833 1485.0 WY NINE MILE CREEK +USC00486715 44.7333 -110.7000 2270.8 WY NORRIS GEYSER BASIN +USC00486845 44.4569 -110.8328 2240.6 WY OLD FAITHFUL +USC00486852 42.2058 -104.5561 1295.4 WY OLD FT LARAMIE +USC00486865 41.7667 -110.3167 2036.4 WY OPAL +USC00486875 42.5419 -108.1850 1994.0 WY OREGON TRAIL CROSSING +USC00486935 43.9781 -104.4194 1316.7 WY OSAGE +USC00486937 43.9500 -104.5500 -999.9 WY OSAGE 8 WSW +USC00486939 44.1000 -104.3500 -999.9 WY OSAGE 9 NNE +USC00486941 44.1333 -104.3833 1478.9 WY OSAGE 10 NNE +USC00486952 44.5833 -104.9333 1257.0 WY OSHOTO +USC00486960 44.7833 -105.0833 1219.5 WY OSHOTO 15 NW +USC00487031 44.5028 -109.9642 2039.7 WY PAHASKA +USC00487045 44.7500 -109.5000 2072.6 WY PAINTER +USC00487060 42.9833 -106.0833 1708.1 WY PARKERTON 12 NW +USC00487078 44.9167 -107.3333 1307.6 WY PARKMAN +USC00487079 44.9833 -107.4333 1352.1 WY PARKMAN 5 WNW +USC00487105 42.4717 -106.8528 1805.3 WY PATHFINDER DAM +USC00487115 43.2458 -108.6942 1670.3 WY PAVILLION HCN +USC00487120 43.3833 -108.6167 1634.9 WY PAVILLION 9 NE +USC00487200 41.6264 -104.4936 1518.5 WY PHILLIPS +USC00487235 41.1833 -104.0667 1546.6 WY PINE BLUFFS +USC00487236 41.1800 -104.0572 1541.7 WY PINE BLUFFS 1ESE +USC00487240 41.1722 -104.1583 1578.9 WY PINE BLUFFS 5W HCN +USC00487248 41.3000 -104.1833 1624.6 WY PINE BLUFFS 10 NW +USC00487260 42.8744 -109.8581 2197.6 WY PINEDALE HCN +USC00487270 43.7167 -105.6333 1557.8 WY PINE TREE 9 NE +USC00487330 41.2000 -105.3833 2513.1 WY POLE MTN +USC00487340 41.2167 -105.4000 2602.1 WY POLE MTN NURSERY +USC00487375 43.0353 -106.9894 1744.1 WY POWDER RVR (SCHOOL) +USC00487376 43.0350 -106.9883 1737.4 WY POWDER RIVER #2 +USC00487380 44.7500 -108.7667 1335.9 WY POWELL +USC00487388 44.7764 -108.7592 1332.6 WY POWELL FLD STN HCN +USC00487420 43.9833 -109.0833 2272.0 WY QUAKING ASPEN CREEK +USC00487473 44.1786 -107.9381 1225.3 WY RAIRDEN 2WSW +USC00487490 41.1667 -107.0167 -999.9 WY RAMBLER +USC00487518 43.9167 -104.9167 1510.0 WY RAVEN +USC00487528 41.7983 -107.2294 2058.9 WY RAWLINS 1NE +USC00487529 41.8036 -107.2411 2105.6 WY RAWLINS 1N +USC00487530 41.7833 -107.2500 2089.1 WY RAWLINS +USC00487540 44.7833 -105.6833 1281.1 WY RECLUSE 3 NNE +USC00487545 44.7408 -105.7261 1264.9 WY RECLUSE +USC00487548 44.9086 -105.7364 1143.0 WY RECLUSE 11 NNW +USC00487555 43.2450 -104.2881 1185.7 WY REDBIRD +USC00487683 43.6833 -105.5167 1548.7 WY RENO +USC00487760 43.0306 -108.3744 1510.3 WY RIVERTON HCN +USC00487765 43.0333 -108.3667 1506.9 WY RIVERTON USBR +USC00487770 43.1333 -108.3333 1542.9 WY RIVERTON 9 N +USC00487780 43.3000 -108.3667 1524.9 WY RIVERTON 19 N +USC00487795 41.1500 -110.5333 2377.4 WY ROBERTSON +USC00487810 43.6450 -104.8414 1292.0 WY ROCHELLE 7ENE +USC00487830 41.7833 -105.9667 2100.1 WY ROCK RIVER +USC00487836 41.9167 -106.0369 2026.3 WY ROCK RVR 13NNW +USC00487840 41.5833 -109.2167 1943.1 WY ROCK SPRINGS +USC00487847 41.5778 -109.2394 1911.1 WY ROCK SPRINGS FIRE DEPT +USC00487885 44.9917 -105.0472 1191.8 WY ROCKYPOINT 7NNE +USC00487895 43.4500 -105.8667 1601.1 WY ROSS +USC00487898 43.5833 -105.6667 1617.0 WY ROSS NEAR +USC00487907 44.2833 -105.1833 1307.9 WY ROZET +USC00487955 41.8667 -111.0000 1892.8 WY SAGE 4 NNW +USC00487980 42.7667 -108.1833 1818.1 WY SAND DRAW +USC00487990 41.4528 -106.8053 2069.6 WY SARATOGA HCN +USC00487995 41.5047 -106.7889 2072.9 WY SARATOGA 4N +USC00487999 41.3500 -106.8667 2172.0 WY SARATOGA 9 SW +USC00488000 41.3167 -106.8833 2165.9 WY SARATOGA 10 SW +USC00488001 41.3167 -106.7667 2155.9 WY SARATOGA 10 S +USC00488003 41.4167 -106.5333 2255.5 WY SARATOGA NEAR +USC00488010 41.3439 -106.5328 2450.6 WY SARATOGA 16SE +USC00488025 43.8667 -105.7833 1559.1 WY SAVAGETON +USC00488070 42.1569 -106.9153 2084.2 WY SEMINOE DAM +USC00488074 42.1556 -106.9139 2126.0 WY SEMINOE RSVR USBR +USC00488095 42.7500 -105.0000 1528.0 WY SHAWNEE +USC00488096 42.6667 -105.0167 1455.1 WY SHAWNEE 5 S +USC00488097 42.8833 -105.0333 -999.9 WY SHAWNEE 10 N +USC00488099 42.9333 -105.0167 1491.1 WY SHAWNEE 14 N +USC00488124 44.5353 -107.7775 1293.0 WY SHELL +USC00488127 44.6000 -107.7667 1284.1 WY SHELL 5 N +USC00488157 44.7600 -106.9694 1202.4 WY SHERIDAN GIRLS SCHOOL +USC00488158 43.6333 -109.9167 2448.5 WY SHERIDAN CREEK +USC00488160 44.8406 -106.8383 1143.0 WY SHERIDAN FLD STN HCN +USC00488163 44.8167 -106.9500 1143.0 WY SHERIDAN NO. 2 +USC00488170 41.0833 -105.3667 2685.0 WY SHERMAN +USC00488184 42.2167 -106.5167 2196.1 WY SHIRLEY +USC00488192 42.3703 -106.1050 2151.0 WY SHIRLEY BASIN +USC00488209 43.2372 -108.1097 1474.3 WY SHOSHONI +USC00488315 44.1364 -110.6664 2097.6 WY SNAKE RVR +USC00488340 44.8833 -110.1500 2011.7 WY SODA BUTTE +USC00488385 42.4667 -108.8000 2389.6 WY SOUTH PASS CITY +USC00488410 42.4833 -108.8167 2465.8 WY SOUTH PASS CITY 2 NW +USC00488423 42.5333 -108.7667 2499.4 WY SOUTH PASS +USC00488475 43.4333 -104.1667 1158.8 WY SPENCER 10 NE +USC00488626 44.5767 -106.9061 1575.2 WY STORY +USC00488647 44.7833 -105.0833 1220.1 WY STRONER 2 NW +USC00488705 44.4122 -104.3567 1431.0 WY SUNDANCE +USC00488722 44.7644 -109.4500 1966.0 WY SUNLIGHT BASIN +USC00488730 42.3333 -104.7000 1524.0 WY SUNRISE +USC00488748 43.9833 -109.0833 2086.1 WY SUNSHINE 3 SW +USC00488758 44.0758 -108.9547 1897.1 WY SUNSHINE 3NE +USC00488780 41.7667 -108.9833 -999.9 WY SUPERIOR +USC00488801 43.7000 -106.3500 1373.1 WY SUSSEX 3 W +USC00488805 43.7833 -105.9833 1449.0 WY SUSSEX 15 ENE +USC00488808 41.7644 -105.3750 1855.0 WY SYBILLE RSCH UNIT +USC00488810 43.4000 -106.8000 1702.0 WY TAYLOR RCH +USC00488820 43.7167 -109.6333 2390.9 WY T CROSS RCH +USC00488830 43.5833 -105.2833 1457.9 WY TECKLA 3 E +USC00488845 41.3500 -104.3833 1711.8 WY TENNYSON +USC00488851 43.9833 -107.6000 1391.4 WY TEN SLEEP NEAR +USC00488852 44.0647 -107.3819 1447.2 WY TENSLEEP 4NE +USC00488855 44.0333 -107.4500 1375.9 WY TEN SLEEP +USC00488856 43.7000 -107.2500 1585.9 WY TEN SLEEP 24 SSE +USC00488857 43.6667 -107.2333 -999.9 WY TEN SLEEP 26 SSE +USC00488858 43.8111 -107.3653 1426.5 WY TENSLEEP 16SSE +USC00488859 43.7819 -107.3153 1463.0 WY TENSLEEP 18 SSE +USC00488868 42.9500 -111.0000 1798.3 WY THAYNE +USC00488870 42.9167 -110.9667 1866.9 WY THAYNE 2 E +USC00488875 43.6483 -108.2036 1317.0 WY THERMOPOLIS +USC00488880 43.6500 -108.2167 1341.1 WY THERMOPOLIS 2 +USC00488884 43.7533 -108.1431 1305.2 WY THERMOPOLIS 9NE +USC00488885 43.6650 -108.3758 1504.2 WY THERMOPOLIS 8WNW +USC00488886 43.7167 -108.6167 1628.9 WY THERMOPOLIS 20 WNW +USC00488888 43.7231 -108.6964 1679.4 WY THERMOPOLIS 21WNW +USC00488889 43.7167 -108.7500 1795.9 WY THERMOPOLIS 27 WNW +USC00488983 42.3000 -105.6500 -999.9 WY TOLTEC +USC00488995 42.0803 -104.2236 1249.1 WY TORRINGTON EXP FARM HCN +USC00488997 42.4881 -104.1564 1481.3 WY TORRINGTON 29N +USC00489000 42.0500 -104.1833 1246.9 WY TORRINGTON 1 S +USC00489025 44.9167 -110.4203 1912.6 WY TOWER FALLS +USC00489150 44.6667 -106.5833 1341.1 WY ULM +USC00489205 44.0928 -104.6114 1316.7 WY UPTON +USC00489206 43.9167 -104.6333 1324.1 WY UPTON 12 S +USC00489207 43.9269 -104.7456 1456.9 WY UPTON 13 SW +USC00489208 44.1619 -104.3542 1594.1 WY UPTON 14ENE +USC00489212 43.9306 -104.9289 1356.4 WY UPTON 19SW +USC00489231 44.2000 -109.5500 1891.0 WY VALLEY 5 NE +USC00489270 42.6500 -104.0667 -999.9 WY VAN TASSELL +USC00489295 44.7500 -106.6667 1328.9 WY VERONA +USC00489305 43.4500 -105.5000 1464.0 WY VERSE 8 NW +USC00489459 41.6717 -107.9783 2054.4 WY WAMSUTTER +USC00489460 41.6500 -108.1167 -999.9 WY WAMSUTTER 8 W +USC00489467 44.4594 -109.4164 1694.1 WY WAPITI 1WSW +USC00489475 44.4167 -109.5833 2067.8 WY WAPITI 5 WSW +USC00489479 44.4667 -109.5000 1749.6 WY WAPITI 4 W +USC00489580 44.6406 -105.3053 1074.4 WY WESTON 1 E +USC00489604 42.2494 -104.6281 1308.8 WY WHALEN DAM USBR +USC00489615 42.1106 -104.9492 1413.7 WY WHEATLAND 4 N HCN +USC00489616 42.0297 -104.7614 1543.8 WY WHEATLAND 10E +USC00489644 42.9167 -104.2000 1327.1 WY WHITMAN 5 NW +USC00489660 44.4000 -108.7667 -999.9 WY WILEY +USC00489670 43.0833 -109.9000 2286.0 WY WILLOW CREEK CABIN +USC00489692 44.3000 -104.1167 1663.9 WY WILLOW SPRINGS RS +USC00489713 44.6667 -107.4500 2590.8 WY WOODROCK +USC00489770 44.0114 -107.9683 1236.9 WY WORLAND HCN +USC00489775 43.9500 -108.0333 1266.1 WY WORLAND 5 SW +USC00489782 44.0000 -108.4000 -999.9 WY WORLAND 21 W +USC00489800 43.7000 -105.4167 1527.4 WY WRIGHT +USC00489805 43.7472 -105.7331 1530.1 WY WRIGHT 12W +USC00489880 42.1500 -104.3833 1295.4 WY WYNCOTE +USC00489900 44.7375 -110.4969 2417.1 WY YELLOWSTONE NP CYN RS +USC00489902 44.4886 -110.0039 2119.6 WY YELLOWSTONE NP E ENT +USC00489905 44.9767 -110.6964 1888.2 WY YELLOWSTONE PARK MAMMOTH HCN +USC00489925 41.9131 -104.3881 1319.8 WY YODER 5 W +USC00500040 61.7000 -148.9833 253.0 AK ADULT CONSERVATION CAM +USC00500100 60.9167 -161.2167 -2.4 AK AKIAK +USC00500125 62.5000 -164.4167 9.1 AK AKULURAK +USC00500144 54.1333 -165.7667 0.0 AK AKUTAN +USC00500172 61.1889 -149.8056 67.1 AK ALASKA PACIFIC UNIV +USC00500201 59.2833 -158.5667 21.0 AK ALEKNAGIK +USC00500230 66.5653 -152.6425 121.9 AK ALLAKAKET +USC00500235 70.3464 -150.9283 5.2 AK ALPINE +USC00500237 63.0428 -147.2478 944.9 AK ALPINE CREEK LODGE +USC00500238 61.7167 -148.9000 139.9 AK ALPINE INN +USC00500243 60.9583 -149.1108 82.9 AK ALYESKA +USC00500247 62.1925 -150.5033 136.9 AK AMBER LAKE +USC00500249 67.0833 -157.8500 36.6 AK AMBLER +USC00500252 51.3833 179.2833 68.0 AK AMCHITKA +USC00500258 65.5000 -165.7500 30.5 AK AMERICAN RIVER +USC00500260 67.0833 -157.8667 36.6 AK AMBLER WEST +USC00500270 68.1667 -151.7667 640.1 AK ANAKTUVUK AUTO +USC00500272 61.1747 -149.9050 35.7 AK ANCHORAGE ARCTIC & INT +USC00500275 61.1561 -149.9847 39.9 AK ANCHORAGE FORECAST OFFICE +USC00500279 61.1167 -149.7333 304.8 AK ANCHORAGE HILLSIDE +USC00500281 61.1025 -149.7169 406.9 AK ANCHORAGE UPPER DEARMOUN +USC00500284 61.0883 -149.7561 278.3 AK ANCHORAGE RABBIT CREEK #2 +USC00500286 61.1939 -149.8858 25.0 AK ANCHORAGE MIDTOWN +USC00500287 61.2044 -149.9106 10.7 AK ANCHORAGE CHESTER CK +USC00500288 61.2000 -149.7833 54.9 AK ANCHORAGE 4 ESE +USC00500299 64.3458 -149.1947 155.4 AK ANDERSON +USC00500302 61.6244 -149.3397 139.6 AK ANDERSON LAKE +USC00500310 57.4989 -134.5864 8.5 AK ANGOON PWR 70383 +USC00500363 58.3183 -134.1003 28.0 AK ANNEX CREEK +USC00500396 68.1167 -145.5333 634.0 AK ARCTIC VILLAGE +USC00500433 52.2167 -174.2000 11.9 AK ATKA +USC00500452 52.8333 173.1833 21.3 AK ATTU 70409 +USC00500464 58.3814 -134.6450 13.4 AK AUKE BAY +USC00500490 64.8553 -147.7217 135.0 AK AURORA +USC00500522 57.0833 -134.8333 6.1 AK BARANOF +USC00500594 61.1167 -149.8500 49.1 AK BEACON PARK +USC00500602 59.7333 -151.0333 24.1 AK BEAR COVE +USC00500653 66.3597 -147.4014 108.2 AK BEAVER +USC00500655 61.2333 -145.4000 121.9 AK BEAVER DAM +USC00500657 55.3800 -131.4683 10.7 AK BEAVER FALLS +USC00500676 55.9167 -131.5833 3.0 AK BELL ISLAND +USC00500685 61.1833 -151.0333 22.9 AK BELUGA +USC00500702 61.5333 -149.1000 11.9 AK BENBOW +USC00500707 61.5633 -149.1542 38.7 AK BEN'S FARM +USC00500766 58.5519 -152.6081 8.5 AK BIG BAY RS +USC00500775 60.5500 -150.8833 92.0 AK BIG DIPPER FARM +USC00500777 61.5333 -149.8333 67.1 AK BIG LAKE +USC00500781 61.5667 -149.9667 54.9 AK BIG LAKE 2 +USC00500788 60.8142 -152.2970 18.3 AK BIG RIVER LAKES +USC00500804 56.8500 -135.5500 14.9 AK BIORKA +USC00500824 61.1333 -149.7667 139.9 AK BIRCH ROAD +USC00500832 56.1172 -132.9017 4.0 AK BLASHKE ISLAND +USC00500910 64.0667 -141.1167 793.1 AK BOUNDARY +USC00500986 58.5500 -155.8167 11.9 AK BROOKS LAKE +USC00501017 58.5500 -155.7833 13.1 AK BROOKS RIVER +USC00501175 61.5836 -149.0056 75.0 AK BUTTE 3NNE +USC00501180 61.5378 -149.0561 26.8 AK BUTTE 1W +USC00501201 56.1667 -132.4500 6.1 AK CALDER +USC00501220 61.1639 -149.7778 78.6 AK CAMPBELL CREEK SCI CR +USC00501225 58.2833 -134.4167 846.1 AK CAMP #6 NEAR THANE +USC00501226 58.5500 -134.8167 14.9 AK CAMP RUNAMUK +USC00501228 61.4950 -149.7572 42.7 AK CAMP TOGOWOODS +USC00501230 65.9333 -161.9167 7.0 AK CANDLE +USC00501240 61.0183 -147.5147 25.9 AK CANNERY CREEK +USC00501243 63.3953 -148.8950 649.8 AK CANTWELL 2 E +USC00501244 63.3725 -148.8442 689.5 AK CANTWELL 4E +USC00501251 58.5500 -133.6789 6.1 AK CANYON ISLAND +USC00501254 67.1500 -141.7500 302.1 AK CANYON VILLAGE +USC00501269 56.0000 -134.1333 14.9 AK CAPE DECISION +USC00501308 60.2333 -146.6500 56.4 AK CAPE HINCHINBROOK 70279 +USC00501312 68.8667 -166.1167 13.7 AK CAPE LISBURNE +USC00501314 58.6333 -162.1500 144.8 AK CAPE NEWENHAM +USC00501316 55.9667 -133.8000 14.9 AK CAPE POLE +USC00501318 61.7667 -166.0500 132.3 AK CAPE ROMANZOF +USC00501321 59.8000 -144.6000 14.9 AK CAPE ST ELIAS 70360 +USC00501325 54.6000 -164.9333 53.9 AK CAPE SARICHEF LT STN +USC00501334 58.2000 -136.6333 27.1 AK CAPE SPENCER +USC00501341 68.1000 -165.7667 11.0 AK CAPE THOMPSON +USC00501447 61.9667 -149.9000 88.1 AK CASWELL +USC00501451 61.9736 -150.0594 76.2 AK CASWELL 5 N +USC00501452 63.3833 -143.7500 473.0 AK CATHEDRAL BLUFFS +USC00501458 65.5833 -144.8000 264.9 AK CENTRAL #2 +USC00501466 65.5667 -144.7653 280.4 AK CENTRAL #2 +USC00501475 66.6333 -143.7167 171.0 AK CHALKYITSIK +USC00501492 67.5111 -148.4925 577.6 AK CHANDALAR LAKE +USC00501497 68.0781 -149.5647 990.6 AK CHANDALAR SHELF DOT +USC00501557 64.8300 -147.8525 340.5 AK CHENA RIDGE +USC00501574 65.0528 -146.0561 361.2 AK CHENA HOT SPRINGS +USC00501601 53.4333 -167.3500 9.1 AK CHERNOFSKI HARBOR +USC00501629 62.6667 -144.4167 -999.9 AK CHESTOCHENA +USC00501641 57.6667 -136.0833 3.0 AK CHICHAGOF +USC00501662 61.8000 -148.4500 284.1 AK CHICKALOON +USC00501684 64.0917 -141.9211 548.6 AK CHICKEN +USC00501716 56.3000 -158.4000 9.1 AK CHIGNIK +USC00501763 57.6153 -152.3645 47.9 AK CHINIAK +USC00501810 59.7500 -153.2333 92.0 AK CHINITNA BAY +USC00501814 62.0833 -142.0167 967.1 AK CHISANA +USC00501818 60.1000 -152.5833 9.1 AK CHISIK ISLAND +USC00501821 62.6125 -144.6156 592.8 AK CHISTOCHINA 4 NNE +USC00501824 61.5222 -144.4408 196.0 AK CHITINA +USC00501900 62.4000 -150.2500 153.0 AK CHULITNA HWY CAMP +USC00501926 62.8256 -149.9061 412.7 AK CHULITNA RVR +USC00501977 65.8333 -144.0667 182.3 AK CIRCLE CITY +USC00501987 65.4939 -144.6422 262.1 AK CIRCLE HOT SPRINGS +USC00502005 64.3547 -149.0436 150.9 AK CLEAR 4 N +USC00502015 64.2453 -149.1828 196.9 AK CLEAR SKY +USC00502019 64.0500 -145.5167 335.3 AK CLEARWATER +USC00502041 55.4000 -160.8167 121.9 AK COAL HARBOR +USC00502084 56.0000 -132.8333 3.0 AK COFFMAN COVE +USC00502101 64.3172 -141.4183 394.7 AK O'BRIEN CREEK +USC00502103 67.2667 -150.2333 335.9 AK COLDFOOT CAMP +USC00502104 67.2539 -150.1875 320.0 AK COLDFOOT +USC00502105 67.7333 -142.4667 274.0 AK COLLEEN RIVER +USC00502107 64.8603 -147.8483 182.0 AK COLLEGE OBSY +USC00502110 64.8922 -147.8453 256.9 AK COLLEGE 3NNW +USC00502112 64.9250 -147.8803 298.1 AK COLLEGE 5 NW +USC00502114 64.8264 -147.9589 273.4 AK COLLEGE 4 WSW +USC00502126 70.4322 -150.4094 1.5 AK COLVILLE VILLAGE +USC00502144 60.3925 -149.6661 153.9 AK COOPER LAKE PROJECT +USC00502147 60.4922 -149.8089 127.7 AK COOPER LANDING KENAI R +USC00502149 60.4875 -149.9680 114.3 AK COOPER LANDING 5 W +USC00502156 61.9667 -145.3167 304.8 AK COPPER CTR +USC00502161 62.0833 -145.3000 313.9 AK COPPER VALLEY SCHOOL +USC00502173 60.5561 -145.7531 7.6 AK CORDOVA N +USC00502179 60.5358 -145.7780 3.0 AK CORDOVA WWTP +USC00502217 64.8833 -163.6833 29.0 AK COUNCIL +USC00502222 60.0667 -147.9833 21.0 AK CRAB BAY +USC00502227 55.4772 -133.1408 13.1 AK CRAIG +USC00502235 61.2167 -149.7333 78.9 AK CREEKSIDE PARK SCHOOL +USC00502241 64.9239 -147.6650 341.4 AK CRESTLINE +USC00502247 61.8667 -158.1000 61.0 AK CROOKED CREEK +USC00502252 62.9500 -143.3000 641.0 AK CROOKED TEAPOT +USC00502266 62.6167 -150.0333 166.1 AK CURRY +USC00502280 66.9333 -156.8667 82.0 AK DAHL CREEK +USC00502307 55.7667 -130.1833 -999.9 AK DAVIS RVR PWR PLT +USC00502327 66.0692 -162.7667 4.6 AK DEERING +USC00502339 64.1172 -145.7511 322.8 AK DELTA 6 N +USC00502341 63.9333 -145.3419 371.9 AK DELTA FORESTRY EXP STN +USC00502347 64.0167 -145.7000 363.0 AK DELTA JUNCTION +USC00502350 64.0839 -145.6136 323.1 AK DELTA 5 NE +USC00502352 63.9647 -145.1050 342.9 AK DELTA JUNCTION 20 SE +USC00502393 60.9667 -149.1833 110.0 AK DEVILS CLUB +USC00502425 67.6833 -149.7333 454.2 AK DIETRICH CAMP +USC00502457 59.0500 -158.5167 26.2 AK DILLINGHAM FAA AP 70321 +USC00502465 59.1833 -158.8333 11.6 AK DILLINGHAM 17 NW +USC00502493 63.6667 -145.9000 -999.9 AK DONNELLY +USC00502522 63.6539 -144.0656 420.6 AK DOT LAKE +USC00502568 63.6772 -144.6011 411.5 AK DRY CREEK +USC00502586 53.9167 -166.5000 15.2 AK DUTCH HARBOR +USC00502587 53.8950 -166.5433 3.0 AK DUTCH HARBOR +USC00502607 64.7856 -141.2036 259.1 AK EAGLE +USC00502610 58.2761 -134.5139 345.6 AK EAGLECREST BASE +USC00502638 61.3167 -149.5000 228.9 AK EAGLE RIVER +USC00502642 61.2344 -149.2708 158.5 AK EAGLE RVR NATURE CTR +USC00502645 61.3192 -149.5436 172.8 AK EAGLE RVR GAKONA CIRCLE +USC00502648 61.2225 -149.4386 652.3 AK EAGLE RIVER SO FORK +USC00502656 61.2967 -149.4400 151.8 AK EAGLE RVR 5 SE +USC00502665 62.5333 -150.2833 232.0 AK EDGEMIRE LAKES +USC00502681 56.0000 -133.5000 3.0 AK EDNA BAY +USC00502692 58.2167 -157.3833 14.9 AK EGEGIK +USC00502707 64.6667 -147.1000 166.7 AK EIELSON FLD +USC00502711 63.4258 -150.3117 1146.4 AK EIELSON VISITOR CTR +USC00502717 61.4500 -149.3333 9.1 AK EKLUTNA +USC00502725 61.4000 -149.1500 267.9 AK EKLUTNA LAKE +USC00502730 61.4667 -149.1667 11.6 AK EKLUTNA PROJECT +USC00502737 61.4494 -149.3231 195.1 AK EKLUTNA WTP +USC00502770 58.9667 -135.2167 15.8 AK ELDRED ROCK +USC00502785 58.1917 -136.3436 6.1 AK ELFIN COVE +USC00502825 62.7833 -164.4833 4.3 AK EMMONAK +USC00502835 61.4500 -145.1167 580.0 AK ERNESTINE +USC00502868 64.8758 -148.0439 663.5 AK ESTER DOME +USC00502870 64.8464 -148.0256 199.6 AK ESTER +USC00502871 64.9111 -147.9242 192.0 AK ESTER 5NE +USC00502872 64.7919 -148.0367 352.0 AK ESTER 4 S +USC00502873 64.9133 -147.9139 195.1 AK ESTER 6 NE +USC00502876 64.7694 -148.0464 241.1 AK ESTER 2SSW +USC00502952 61.9500 -147.1667 1018.9 AK EUREKA +USC00502960 58.4167 -135.4333 7.6 AK EXCURSION INLET +USC00502964 65.1178 -147.6856 298.7 AK FAIRBANKS 19 N +USC00502965 64.8172 -147.8739 130.1 AK FAIRBANKS AP #2 +USC00502970 64.8342 -147.7911 134.1 AK FAIRBANKS MIDTOWN +USC00503009 62.5422 -153.6206 323.1 AK FAREWELL LAKE +USC00503072 57.2667 -133.6167 9.1 AK FIVE FINGER LT STN 70385 +USC00503082 65.9333 -149.8333 153.0 AK FIVE MILE +USC00503083 64.4078 -146.9486 348.1 AK FLAG HILL +USC00503085 62.4500 -158.0000 99.1 AK FLAT +USC00503125 55.6000 -131.4167 39.9 AK FORTMANN HATCHERY +USC00503160 65.0033 -147.3408 494.1 AK FT KNOX MINE +USC00503162 61.1000 -146.4500 -999.9 AK FORT LISCUM +USC00503163 61.2272 -149.6503 143.3 AK FT RICHARDSON WTP +USC00503165 66.5664 -145.2655 133.5 AK FORT YUKON #2 +USC00503181 64.9592 -147.6261 236.2 AK FOX 2 SE +USC00503183 64.9328 -147.5583 335.3 AK FOX 3 SE +USC00503184 69.7167 -148.6833 109.1 AK FRANKLIN BLUFF +USC00503196 60.4822 -150.8056 83.8 AK FUNNY RIVER +USC00503198 58.2500 -134.9000 9.1 AK FUNTER BAY +USC00503205 62.3000 -145.3000 445.0 AK GAKONA 1 N +USC00503208 62.3914 -145.1325 563.9 AK GAKONA 10NE +USC00503210 68.4833 -149.4833 812.6 AK GALBRAITH +USC00503212 64.7408 -156.8756 46.3 AK GALENA +USC00503252 56.7167 -153.9167 4.6 AK GEESE ISLANDS +USC00503275 64.9767 -147.5211 288.0 AK GILMORE CREEK +USC00503283 60.9333 -149.1667 6.1 AK GIRDWOOD +USC00503285 60.9492 -149.1572 13.1 AK GIRDWOOD SOUTH +USC00503294 58.4561 -135.8692 13.7 AK GLACIER BAY +USC00503299 61.1000 -149.6936 671.2 AK GLEN ALPS +USC00503304 62.1086 -145.5331 421.5 AK GLENNALLEN KCAM +USC00503347 62.7667 -149.6833 214.0 AK GOLD CREEK +USC00503367 64.9261 -147.8767 289.6 AK GOLDSTREAM +USC00503368 64.8939 -147.8753 175.9 AK GOLDSTREAM CREEK +USC00503378 64.5500 -163.0167 3.7 AK GOLOVIN +USC00503390 61.4000 -149.8500 31.1 AK GOOSE BAY NIKE SITE +USC00503438 62.9167 -160.0833 27.1 AK GRAYLING +USC00503454 55.4500 -131.8833 6.1 AK GUARD ISLAND LIGHT STN +USC00503470 58.2000 -136.1500 6.1 AK GULL COVE +USC00503473 61.9000 -147.3000 901.9 AK GUNSIGHT +USC00503500 59.2667 -135.4500 53.3 AK HAINES TERMINAL +USC00503502 59.2381 -135.4494 25.0 AK HAINES #2 +USC00503504 59.4503 -136.3614 249.9 AK HAINES 40 NW +USC00503530 59.6000 -151.1667 9.1 AK HALIBUT COVE +USC00503558 69.1667 -148.8333 289.0 AK HAPPY VALLEY CAMP +USC00503567 64.4392 -146.8153 225.6 AK HARDING LAKE NE +USC00503573 61.9872 -152.0758 304.8 AK HAYES RIVER +USC00503581 63.8453 -148.9436 379.2 AK HEALY +USC00503585 63.8675 -148.9942 431.9 AK HEALY +USC00503591 55.8500 -160.2500 4.6 AK HERENDEEN BAY +USC00503605 57.2178 -134.8770 6.7 AK HIDDEN FALLS HATCHERY +USC00503628 62.8500 -149.1167 732.1 AK HIGH LAKE LODGE +USC00503650 55.4908 -132.6222 9.1 AK HOLLIS +USC00503655 62.1833 -159.7667 6.1 AK HOLY CROSS +USC00503667 59.6408 -151.5400 18.0 AK HOMER KBRR +USC00503668 59.6658 -151.5636 309.4 AK HOMER 2NW +USC00503670 59.6833 -151.6333 345.0 AK HOMER 5 NW +USC00503672 59.7444 -151.6347 329.2 AK HOMER 8 NW +USC00503680 59.7000 -151.3167 85.0 AK HOMER RSCH CTR +USC00503682 59.7161 -151.3256 156.1 AK HOMER 9 E +USC00503687 59.7622 -151.2103 428.2 AK HOMER 13 NE +USC00503695 58.1072 -135.4278 39.6 AK HOONAH +USC00503705 61.5333 -166.0833 11.9 AK HOOPER BAY +USC00503720 60.8983 -149.6286 54.9 AK HOPE +USC00503731 61.6311 -149.8019 82.9 AK HOUSTON +USC00503765 66.0667 -154.2333 166.1 AK HUGHES +USC00503812 55.2000 -132.8167 9.1 AK HYDABURG +USC00503821 55.9153 -130.0269 24.4 AK HYDER +USC00503868 65.1500 -165.0667 0.9 AK IGLOO +USC00503871 63.1639 -149.7778 658.4 AK IGLOO LODGE +USC00503908 64.0500 -157.8333 298.7 AK ILLINOIS CREEK +USC00503910 65.9833 -153.6833 371.9 AK INDIAN MTN +USC00503914 61.8000 -149.3000 1068.0 AK INDEPENDENCE MINE +USC00503925 59.7500 -153.2333 92.0 AK INISKIN +USC00503933 59.5550 -154.4983 36.6 AK INTRICATE BAY +USC00504062 58.8500 -135.3333 216.4 AK JUALIN +USC00504089 55.2167 -132.5333 457.2 AK JUMBO MINE +USC00504092 58.3000 -134.4000 52.1 AK JUNEAU DWTN +USC00504094 58.2989 -134.4111 15.2 AK JUNEAU DWTN +USC00504103 58.4003 -134.5694 32.3 AK JUNEAU FORECAST OFFICE +USC00504104 58.3544 -134.4794 48.5 AK JUNEAU LEMON CREEK +USC00504107 58.3869 -134.7658 10.7 AK JUNEAU LENA PT +USC00504109 58.4058 -134.7467 74.7 AK JUNEAU MILE 17 +USC00504110 58.4167 -134.5333 36.9 AK JUNEAU 9 NW +USC00504112 58.2864 -134.3850 12.5 AK JUNEAU-DOUGLAS WWTP +USC00504117 58.2944 -134.6753 13.7 AK JUNEAU OUTER PT +USC00504155 56.9667 -133.9000 21.3 AK KAKE +USC00504161 57.5667 -152.4500 6.1 AK KALSIN BAY +USC00504163 61.4500 -160.8167 27.4 AK KALSKAG +USC00504165 64.3333 -158.7167 30.5 AK KALTAG +USC00504206 57.5667 -156.0333 7.0 AK KANATAK +USC00504210 65.5664 -141.5206 374.9 AK MILE 50 - KANDIK RIVER +USC00504329 57.3667 -154.0333 113.1 AK KARLUK LAKE +USC00504331 57.3500 -154.0333 116.1 AK KARLUK LAKE +USC00504333 57.4500 -154.1333 110.0 AK KARLUK RIVER +USC00504342 55.5333 -132.4000 9.1 AK KASAAN +USC00504425 60.3667 -151.3833 21.3 AK KASILOF 3 NW +USC00504429 59.4667 -151.5500 3.0 AK KASITSNA BAY +USC00504444 60.2000 -144.5500 3.0 AK KATALA +USC00504453 61.1833 -149.8167 46.0 AK KATMAI OIL & GAS +USC00504524 61.6833 -144.8000 374.9 AK KEISTERS STORE +USC00504550 60.6692 -151.3228 38.4 AK KENAI 9N +USC00504555 61.4833 -142.8833 673.9 AK KENNECOTT +USC00504560 61.7333 -144.9500 366.1 AK KENNEY LAKE +USC00504567 61.6797 -144.7633 378.0 AK KENNY LAKE 7SE +USC00504570 58.8667 -135.1333 617.2 AK KENSINGTON MINE +USC00504575 64.1167 -142.3333 -999.9 AK KETCHEMSTOCK +USC00504592 55.4650 -131.8056 62.5 AK KETCHIKAN 14N +USC00504594 55.4519 -131.8183 89.9 AK KETCHIKAN 10N +USC00504600 55.3500 -131.7000 100.6 AK KETCHIKAN CARLANNA CK +USC00504621 64.9156 -148.2711 487.7 AK KEYSTONE RIDGE +USC00504683 68.4500 -154.3000 802.5 AK KILLIK +USC00504689 57.4694 -134.5694 6.1 AK KILLISNOO +USC00504701 57.6833 -136.1000 -999.9 AK KISHMAN COVE +USC00504762 64.9333 -168.0167 30.5 AK KING ISLAND +USC00504812 58.1914 -152.3722 18.3 AK KITOI BAY +USC00504823 58.6167 -153.9167 -999.9 AK KIUPOLIK ISLAND +USC00504830 67.7333 -164.5333 3.0 AK KIVALINA +USC00504887 61.0667 -149.9000 45.7 AK KLATTS FARM +USC00504898 55.5500 -133.1000 3.0 AK KLAWOCK +USC00504929 59.4000 -135.9000 27.7 AK KLUKWAN +USC00504943 61.4667 -149.7167 24.1 AK KNIK +USC00504964 66.9000 -156.8667 42.7 AK KOBUK +USC00504971 64.1942 -149.4314 243.8 AK KOBE HILL +USC00504984 57.8000 -152.4000 46.0 AK KODIAK +USC00504991 57.8047 -152.3561 16.5 AK KODIAK WWTP +USC00505010 59.4167 -154.8667 36.9 AK KOKHANOK BAY +USC00505021 64.9333 -154.6667 56.4 AK KOKRINES +USC00505051 67.2500 -162.8000 9.1 AK KOTZEBUE 25 N +USC00505091 64.9333 -161.1500 18.3 AK KOYUK +USC00505136 70.3289 -149.6114 19.5 AK KUPARUK +USC00505318 64.8333 -147.6000 139.9 AK LADD AFB +USC00505346 59.4500 -158.9000 18.0 AK LAKE ALEKNAGIK +USC00505354 67.5000 -148.5000 579.1 AK CHANDALAR LAKE +USC00505359 61.9003 -150.9181 45.7 AK YENTNA RVR LAKE CK +USC00505364 62.3000 -146.5833 747.1 AK LAKE LOUISE +USC00505374 59.5667 -159.0333 21.0 AK LAKE NERKA +USC00505397 62.4528 -146.6789 723.9 AK LAKE SUSITNA +USC00505425 57.5333 -153.9667 5.5 AK LARSEN BAY +USC00505454 60.0500 -147.9000 14.9 AK LATOUCHE +USC00505458 56.8833 -154.2500 3.0 AK LAZY BAY +USC00505464 61.6267 -149.0364 223.4 AK LAZY MTN +USC00505483 56.4667 -133.1000 9.1 AK LEVEL ISLAND +USC00505499 56.0500 -132.7667 7.9 AK LINCOLN ROCK LT STN +USC00505506 59.4333 -136.2833 213.4 AK LINGER LONGER +USC00505511 64.8872 -147.3203 167.6 AK LITTLE CHENA #2 +USC00505512 64.8944 -147.3411 304.8 AK LITTLE CHENA #3 +USC00505516 64.8833 -147.2500 161.5 AK LITTLE CHENA RVR +USC00505517 65.7500 -168.9333 137.2 AK LITTLE DIOMEDE +USC00505519 56.3831 -134.6497 4.3 AK LITTLE PORT WALTER +USC00505525 61.6333 -149.8167 136.9 AK LITTLE SUSITNA +USC00505527 61.7103 -149.2317 274.9 AK LITTLE SU AT HATCHER PASS BRG +USC00505534 65.5225 -148.5497 197.8 AK LIVENGOOD DOT +USC00505544 70.9167 -153.2500 9.1 AK LONELY +USC00505562 65.0853 -147.7217 167.6 AK LOWER CHATANIKA +USC00505600 63.1167 -146.5333 894.0 AK MACLAREN RIVER +USC00505602 59.8833 -147.7500 14.0 AK MAC LEOD HARBOR +USC00505604 60.5181 -148.0930 17.4 AK MAIN BAY +USC00505607 62.9861 -144.4792 922.0 AK MANKOMEN LAKE +USC00505644 64.9989 -150.6380 82.9 AK MANLEY HOT SPRINGS 70179 +USC00505721 61.5333 -149.0833 54.9 AK MATANUSKA VALLEY 2 +USC00505725 61.5761 -149.0944 44.8 AK MATANUSKA #6 +USC00505726 61.5792 -149.1597 33.2 AK MATANUSKA #7 +USC00505728 61.6500 -149.2000 128.0 AK MATANUSKA VALLEY 9 +USC00505731 61.6167 -149.1000 67.1 AK MATANUSKA VALLEY 12 +USC00505733 61.5664 -149.2542 52.4 AK MATANUSKA EXP FARM +USC00505734 61.6167 -149.2167 107.0 AK MATANUSKA VALLEY 15 +USC00505735 61.5333 -149.4333 14.9 AK MATANUSKA VALLEY 16 +USC00505752 61.4333 -142.9167 488.0 AK MC CARTHY +USC00505754 61.4333 -142.9000 469.4 AK MC CARTHY 1 NE +USC00505757 61.4181 -142.9961 381.0 AK MCCARTHY 3 SW +USC00505770 62.9583 -155.5903 91.4 AK MCGRATH KUSKOKWIM RVR +USC00505778 63.7175 -148.9692 630.9 AK MCKINLEY PARK +USC00505780 61.5778 -149.5650 107.6 AK MEADOW LAKES +USC00505789 62.5833 -150.2333 198.1 AK MC KINLEY VIEW +USC00505810 61.3500 -142.6833 458.1 AK MAY CREEK +USC00505843 62.7833 -145.4500 830.0 AK MEIER +USC00505845 60.3833 -166.2000 13.7 AK MEKORYUK 70218 +USC00505851 58.4000 -134.5333 27.1 AK MENDENHALL +USC00505853 55.0833 -131.5667 -999.9 AK METLAKATLA +USC00505857 62.9331 -143.5742 720.5 AK MENTASTA LK 7E - BARTELL CK +USC00505860 55.7394 -133.2550 6.1 AK MEYERS CHUCK +USC00505873 65.1906 -147.2542 228.6 AK MILE 39 STEESE +USC00505875 65.5167 -145.3333 691.9 AK MILE 101 STEESE +USC00505878 61.2667 -145.2667 351.1 AK MILE 47 CAMP +USC00505879 65.2000 -147.2000 267.9 AK MILE 41 STEESE +USC00505880 65.2222 -147.1667 292.6 AK MILE 42 STEESE +USC00505881 63.9033 -152.2817 312.4 AK MINCHUMINA 70246 +USC00505882 62.9450 -143.3783 639.5 AK MINERAL LAKES +USC00505883 61.4253 -149.4075 123.4 AK MIRROR LAKE SCOUT CAMP +USC00505884 57.8425 -152.4586 39.6 AK MONASHKA CREEK DAM +USC00505885 55.7500 -160.6667 -999.9 AK MINE HARBOR +USC00505888 62.1044 -150.0589 74.7 AK MONTANA CREEK +USC00505889 65.3600 -146.0864 701.0 AK MONTANA CREEK DOT +USC00505891 64.7136 -147.1581 157.6 AK MOOSE CREEK +USC00505894 60.5028 -149.4261 150.0 AK MOOSE PASS 3NW +USC00505895 60.5333 -149.5167 200.9 AK MOOSE PASS 6 NW +USC00505896 61.2500 -149.6667 120.1 AK MOOSE RUN +USC00505898 59.4000 -135.9000 121.9 AK MOOSE VALLEY +USC00506062 59.2833 -158.5833 18.0 AK MOSQUITO POINT +USC00506078 62.1167 -163.7167 14.9 AK MTN VILLAGE +USC00506086 61.3000 -149.4333 305.1 AK MT MAGNIFICENT +USC00506089 63.7333 -148.9167 527.9 AK MT MC KINLEY +USC00506093 63.6500 -148.8000 625.1 AK MT MCKINLEY NP AP +USC00506144 68.6333 -149.5667 747.1 AK TOOLIK +USC00506147 62.3978 -142.9967 890.0 AK NABESNA +USC00506157 61.6831 -149.9750 71.0 AK NANCY LAKE +USC00506166 58.6833 -156.6500 14.9 AK NAKNEK +USC00506227 60.5333 -150.7500 75.9 AK NAPTOWNE +USC00506270 61.9833 -146.8667 757.7 AK NELCHINA HWY CAMP +USC00506403 60.6833 -151.3833 33.5 AK NIKISKI TERMINAL +USC00506419 63.0181 -154.3639 125.9 AK NIKOLAI +USC00506441 60.0500 -151.6667 36.9 AK NINILCHIK +USC00506450 60.1000 -151.5833 64.0 AK NINILCHIK 5 NE +USC00506463 67.5756 -162.9697 18.3 AK NOATAK +USC00506503 66.8333 -161.0000 20.7 AK NOORVIK +USC00506564 64.5000 -142.1667 -999.9 AK NORTH FORK +USC00506581 64.7581 -147.3253 144.8 AK N POLE +USC00506656 64.7186 -158.1022 34.1 AK NULATO +USC00506672 58.9833 -158.5000 -999.9 AK NUSHAGAK +USC00506727 60.3833 -166.2000 15.8 AK NUNIVAK 70218 +USC00506760 61.0000 -159.9833 136.9 AK NYAC +USC00506762 61.6333 -161.9000 13.7 AK OHAGAMUTE +USC00506769 61.2333 -149.7167 113.1 AK OIL WELL ROAD E P +USC00506777 61.8000 -144.9833 402.3 AK OLD EDGERTON +USC00506783 57.2000 -153.3000 15.2 AK OLD HARBOR +USC00506800 66.4500 -150.5833 388.0 AK OLD MAN +USC00506812 57.1667 -154.2333 -999.9 AK OLGA +USC00506824 60.7333 -146.2000 6.1 AK OLSEN BAY +USC00506831 63.1667 -156.5500 -999.9 AK OPHIR +USC00506844 60.5833 -145.6833 -999.9 AK ORCA +USC00506853 57.9256 -152.5011 12.2 AK OUZINKIE +USC00506870 61.5889 -149.0992 65.8 AK PALMER JOB CORPS +USC00506871 61.6167 -149.1000 67.1 AK PALMER 1 N +USC00506872 61.5833 -149.0500 39.9 AK PALMER 2 ESE +USC00506873 61.5333 -149.0833 31.1 AK PALMER 4 SE +USC00506874 61.5333 -149.0833 54.9 AK PALMER 4 SSE +USC00506875 61.6500 -149.2000 192.0 AK PALMER 5 NW +USC00506876 61.7000 -148.9833 253.0 AK PALMER CORRECTION CTR +USC00506880 61.6000 -149.1333 100.9 AK PALMER OBSY +USC00507095 63.0500 -145.4500 822.0 AK PAXSON +USC00507097 63.0322 -145.4983 823.0 AK PAXSON +USC00507105 62.9500 -145.5000 839.1 AK PAXSON RIVER +USC00507108 64.8922 -147.7961 229.8 AK PEARL CREEK +USC00507141 57.9578 -136.2214 3.7 AK PELICAN +USC00507221 58.3000 -134.3333 335.3 AK PERSERVERENCE MINE +USC00507281 65.0833 -164.9667 15.2 AK PILGRIM SPRING +USC00507304 57.6167 -157.5667 14.9 AK PILOT POINT +USC00507314 61.9667 -163.0000 -999.9 AK PILOT STN +USC00507352 61.5333 -149.0833 20.4 AK PLANT MATERIALS CTR +USC00507365 59.0167 -161.7833 6.1 AK PLATINUM +USC00507421 56.3511 -133.6264 6.1 AK PT BAKER +USC00507431 68.3500 -166.8000 3.0 AK POINT HOPE +USC00507442 69.7500 -163.0500 0.0 AK POINT LAY +USC00507444 61.4169 -150.0819 48.8 AK POINT MACKENZIE +USC00507447 60.4333 -147.9333 3.0 AK POINT NOWELL +USC00507451 58.4167 -134.9500 6.1 AK POINT RETREAT LT STN +USC00507465 59.3667 -136.2667 488.0 AK PORCUPINE CREEK +USC00507486 60.8500 -148.9833 11.9 AK PORTAGE +USC00507494 60.8167 -148.9833 12.2 AK PORTAGE 1 S +USC00507502 60.7833 -148.8333 32.0 AK PORTAGE GLACIER V C +USC00507513 62.6211 -141.0061 576.7 AK PORT ALCAN +USC00507557 56.2472 -134.6447 3.7 AK PORT ALEXANDER +USC00507570 60.2036 -154.3164 79.2 AK PORT ALSWORTH +USC00507640 59.2167 -151.7500 3.0 AK PORT CHATHAM +USC00507669 65.2500 -166.8667 3.7 AK PORT CLARENCE 70119 +USC00507692 59.3531 -151.8356 11.0 AK PORT GRAHAM +USC00507708 57.8678 -152.8786 22.9 AK PORT LIONS +USC00507716 55.9333 -160.5000 5.5 AK PORT MOLLER +USC00507721 56.3167 -133.6167 13.4 AK PORT PROTECTION +USC00507738 60.0503 -148.0672 12.2 AK PORT SAN JUAN +USC00507778 66.8236 -150.6689 291.1 AK PROSPECT CREEK +USC00507780 70.2500 -148.3333 22.9 AK PRUDHOE BAY +USC00507783 62.0911 -152.7350 566.3 AK PUNTILLA 70249 +USC00507850 60.6333 -163.5333 -999.9 AK QUIGILLINGOK +USC00507854 57.6000 -136.1500 6.1 AK RADIOVILLE +USC00507891 65.5000 -150.2500 116.1 AK RAMPART +USC00507900 65.5000 -150.1333 121.9 AK RAMPART 2 +USC00507902 67.4167 -141.0000 251.5 AK RAMPART HOUSE +USC00507916 63.5333 -145.8500 648.9 AK RAPIDS +USC00507977 64.2833 -146.3333 271.0 AK RICHARDSON +USC00507989 64.1500 -145.8500 386.5 AK RIKAS LANDING +USC00508025 61.1167 -149.7500 256.0 AK ROCK RIDGE DRIVE +USC00508039 64.7333 -155.4333 214.9 AK RUBY +USC00508044 64.7425 -155.4842 121.9 AK RUBY WEST +USC00508047 64.8694 -155.1178 78.9 AK RUBY 14NE +USC00508054 61.7833 -161.3167 15.2 AK RUSSIAN MISSION +USC00508100 56.6000 -169.5333 31.1 AK ST GEORGE ISLAND +USC00508102 62.2500 -163.7500 -999.9 AK SAINT JOSEPHS MISSION +USC00508105 62.0528 -163.1711 94.8 AK ST MARYS +USC00508107 62.0667 -163.3000 97.5 AK ST MARYS AP +USC00508114 63.4833 -162.0167 14.9 AK ST MICHAEL +USC00508130 68.7608 -148.8731 496.8 AK SAG RIVER DOT +USC00508140 64.4942 -146.9767 207.3 AK SALCHA +USC00508156 64.5253 -146.3725 233.8 AK SALCHA RVR AT JOHNSON'S +USC00508168 58.3167 -134.4667 -999.9 AK SALMON CREEK BEACH +USC00508171 62.9167 -154.6167 -999.9 AK SALMON RIVER +USC00508183 55.3167 -160.5167 6.7 AK SAND POINT +USC00508211 59.9667 -152.7167 18.0 AK SARGENT CREEK +USC00508239 63.6936 -170.4808 16.2 AK SAVOONGA +USC00508273 54.4167 -164.7500 6.1 AK SCOTCH CAPE LT STN +USC00508307 56.5500 -134.0500 6.1 AK SECLUSION HARBOR +USC00508341 66.6000 -160.0333 6.1 AK SELAWIK +USC00508350 59.4333 -151.7000 6.1 AK SELDOVIA +USC00508355 59.4333 -151.7000 9.1 AK SELDOVIA DOCK +USC00508375 60.1883 -149.6275 129.2 AK SEWARD 8 NW +USC00508377 60.3539 -149.3483 157.9 AK SEWARD 19N +USC00508379 62.7000 -159.5667 21.3 AK SHAGELUK +USC00508389 64.3322 -161.1511 5.5 AK SHAKTOOLIK +USC00508397 58.2000 -136.2500 2.4 AK SHAW ISLAND +USC00508400 57.3500 -152.9167 3.0 AK SHEARWATER BAY +USC00508409 61.8125 -147.4992 847.3 AK SHEEP MTN LODGE +USC00508416 58.3833 -134.8667 3.0 AK SHELTER ISLAND +USC00508437 66.2500 -166.0667 3.0 AK SHISHMAREF +USC00508450 55.8000 -131.3667 -999.9 AK SHRIMP BAY +USC00508463 66.8792 -157.1508 61.0 AK SHUNGNAK +USC00508466 64.8981 -147.5942 289.6 AK SILVER BIRCH ESTATES +USC00508470 61.5175 -144.1914 365.8 AK SILVER LAKE +USC00508477 59.9667 -152.6667 46.0 AK SILVER SALMON CREEK +USC00508488 58.1667 -135.2500 11.0 AK SISTERS ISLAND +USC00508503 57.0500 -135.3333 20.4 AK SITKA MAGNETIC OBSY +USC00508505 57.0467 -135.3497 10.7 AK SITKA WTP +USC00508512 56.5500 -154.1333 16.2 AK SITKINAK +USC00508525 59.4547 -135.3136 10.7 AK SKAGWAY 70362 +USC00508530 59.5272 -135.2319 285.6 AK SKAGWAY 6NE +USC00508532 59.4667 -135.3167 173.7 AK SKAGWAY 1 NW +USC00508547 62.7089 -143.9808 668.1 AK SLANA +USC00508550 62.7167 -143.9167 -999.9 AK SLANA AP +USC00508554 61.7000 -157.1833 86.9 AK SLEETMUTE +USC00508556 61.9833 -146.7833 747.1 AK SLIDE MTN +USC00508558 55.3167 -130.7833 6.1 AK SMEATON BAY +USC00508584 58.1422 -133.7386 8.8 AK SNETTISHAM PWR PLT +USC00508594 62.0303 -146.6931 704.7 AK SNOWSHOE LAKE +USC00508612 60.4667 -151.0333 34.1 AK SOLDOTNA +USC00508613 60.4667 -151.2333 3.0 AK SOLDOTNA 6 W +USC00508615 60.4194 -151.1336 54.9 AK SOLDOTNA 5SSW +USC00508618 64.5833 -164.4000 4.6 AK SOLOMON +USC00508625 62.5333 -145.5167 597.4 AK SOURDOUGH 1 N +USC00508648 61.2833 -149.4667 335.9 AK SOUTH FORK +USC00508666 61.1000 -155.5500 481.6 AK SPARREVOHN +USC00508672 58.1333 -134.2333 6.1 AK SPEEL RIVER +USC00508715 63.7333 -150.3667 -999.9 AK STAMPEDE +USC00508727 60.5333 -150.7500 54.9 AK STERLING +USC00508731 60.4906 -150.9189 89.0 AK STERLING 6SW +USC00508745 61.7667 -156.6333 -999.9 AK STONY RIVER +USC00508755 61.5333 -144.1000 -999.9 AK STRELNA +USC00508785 62.1667 -161.8333 -999.9 AK STUYAHOK +USC00508807 55.2667 -132.7000 1.5 AK SULZER +USC00508813 63.1483 -145.5408 990.6 AK SUMMIT LAKE +USC00508815 61.2500 -149.5500 1214.0 AK SUMMIT NIKE SITE +USC00508855 60.9167 -149.5833 -999.9 AK SUNRISE +USC00508882 61.3333 -150.6667 -999.9 AK SUSITNA +USC00508884 61.9128 -150.0989 45.1 AK SUSITNA LANDING +USC00508886 62.7500 -149.7000 228.9 AK SUSITNA MEADOWS +USC00508915 61.7139 -148.9089 167.6 AK SUTTON 1 W +USC00508930 63.0000 -156.0667 429.8 AK TACOTNA +USC00508945 61.8167 -147.5500 798.6 AK TAHNETA PASS +USC00508970 62.3167 -150.2500 131.1 AK TALKEETNA 5 W +USC00508995 51.7500 -178.0333 44.2 AK TANAGA ISLAND +USC00509005 60.2167 -154.3667 92.0 AK TANALIAN POINT +USC00509015 65.1667 -152.1000 60.4 AK TANANA +USC00509038 65.3844 -148.2486 289.6 AK TATALINA RIVER +USC00509085 61.3333 -144.9167 -999.9 AK TEIKHILL +USC00509098 63.3961 -153.2706 198.1 AK TELIDA +USC00509102 65.2608 -166.3595 6.1 AK TELLER +USC00509113 57.7833 -135.7833 6.1 AK TENAKEE +USC00509121 57.7833 -135.2333 6.1 AK TENAKEE SPRINGS +USC00509134 56.2500 -134.3500 6.1 AK THANE BEACH +USC00509139 63.1333 -147.5333 777.8 AK THE GRACIOUS HOUSE +USC00509142 63.6167 -148.7833 630.9 AK THE HARRIS S +USC00509144 59.6833 -151.6500 274.9 AK THE TICES +USC00509146 61.1333 -145.7500 762.9 AK THOMPSON PASS +USC00509148 55.6917 -132.5247 87.2 AK THORNE BAY +USC00509313 63.3336 -143.0372 495.3 AK TOK +USC00509314 63.3156 -143.0058 505.4 AK TOK #2 +USC00509315 63.3283 -142.9972 499.9 AK TOK D O T +USC00509316 63.3269 -142.9956 498.7 AK TOK FORESTRY +USC00509349 62.3167 -150.4500 143.0 AK TOLOVAMKORGA +USC00509385 61.6511 -145.1703 481.3 AK TONSINA +USC00509396 62.3167 -150.2333 110.0 AK TRAPPERS CREEK +USC00509397 62.4000 -150.2500 153.0 AK CHULITNA HWY CAMP +USC00509398 62.2622 -150.4228 129.5 AK TRAPPER CREEK 7SW +USC00509399 54.8000 -130.9333 11.0 AK TREE POINT LT STN +USC00509402 62.3339 -150.5378 248.4 AK TRAPPER CREEK 10W +USC00509410 63.4333 -145.7667 734.9 AK TRIMS CAMP +USC00509421 60.5500 -150.5333 99.1 AK TRI NAL ACRES +USC00509428 61.2000 -145.5333 502.9 AK TSAINA LODGE +USC00509452 60.6833 -149.0333 -999.9 AK TUNNEL +USC00509460 59.4356 -151.4136 19.2 AK TUTKA BAY LAGOON +USC00509489 64.8656 -146.9542 184.4 AK TWO RIVERS +USC00509494 61.0667 -151.1333 14.9 AK TYONEK +USC00509502 62.5167 -146.7000 723.0 AK TYONE LAKE +USC00509511 57.7167 -153.3167 14.9 AK UGANIK BAY +USC00509575 53.8833 -166.5333 6.7 AK UNALASKA +USC00509641 64.8569 -147.8611 144.8 AK UNIVERSITY EXP STN +USC00509648 56.0667 -131.1000 -999.9 AK UNUK RIVER +USC00509685 61.1314 -146.2436 18.3 AK VALDEZ AIRPORT +USC00509687 61.1311 -146.3822 18.9 AK VALDEZ +USC00509690 61.1119 -145.7892 179.8 AK VALDEZ 18E +USC00509693 67.0178 -146.4325 167.6 AK VENETIE +USC00509694 67.0000 -146.5667 189.0 AK VENETIE +USC00509699 59.8333 -150.9667 46.0 AK VENTA +USC00509702 55.0667 -133.0667 3.0 AK VIEW COVE +USC00509747 60.7986 -148.0872 10.7 AK WALLY NOERENBERG HATCHERY +USC00509759 61.5333 -149.4333 15.2 AK WASILLA 3 S +USC00509763 61.5833 -149.4500 107.0 AK WASILLA 2 +USC00509765 61.6167 -149.4000 152.4 AK WASILLA 2 NE +USC00509767 61.6508 -149.4192 148.1 AK WASILLA 4N +USC00509769 65.4667 -148.6667 131.1 AK WEST FORK +USC00509782 57.9667 -152.7667 -999.9 AK WHALE ISLAND +USC00509790 61.7067 -149.9978 82.3 AK WHITES CROSSING +USC00509793 64.1539 -145.8894 303.3 AK WHITESTONE FARMS +USC00509798 64.6833 -163.4000 6.1 AK WHITE MTN +USC00509829 60.7764 -148.6858 18.3 AK WHITTIER +USC00509845 57.3667 -156.4167 6.1 AK WIDE BAY +USC00509858 67.4833 -151.6000 366.1 AK WILD LAKE +USC00509859 67.5500 -151.5500 363.0 AK WILD LAKE 2 +USC00509860 61.7064 -150.1139 64.9 AK WILLOW 4SW +USC00509861 61.7481 -150.0542 62.5 AK WILLOW WEST +USC00509864 61.7667 -150.0500 70.1 AK WILLOW HWY CAMP +USC00509865 61.7833 -145.1833 427.0 AK WILLOW LAKE +USC00509869 67.4094 -150.1111 360.0 AK WISEMAN +USC00509873 57.6000 -133.3500 3.0 AK WINDHAM +USC00509883 63.4903 -150.8697 640.1 AK WONDER LAKE +USC00509891 64.7803 -147.2750 146.3 AK WOODSMOKE +USC00509902 57.8000 -152.4000 31.1 AK WOODY ISLAND +USC00509911 61.1167 -145.8167 182.9 AK WORTMAN'S +USC00509915 55.2167 -161.3500 7.6 AK WOSNESSENSKI +USC00509919 56.4733 -132.3875 17.1 AK WRANGELL AP 70387 +USC00510006 21.9500 -159.4333 107.0 HI AAKUKUI 1007 +USC00510033 20.0667 -155.5167 777.8 HI AHUALOA HOMESTEADS +USC00510040 19.6333 -155.7833 1591.1 HI AHUA UMI 75 +USC00510055 21.4319 -157.8372 74.1 HI AHUIMANU LOOP 839.12 +USC00510100 21.4000 -157.9667 61.0 HI AIEA FLD 68 756 +USC00510111 21.4167 -157.9500 139.9 HI AIEA FLD 625 761 +USC00510115 21.3833 -157.9333 36.9 HI AIEA FLD 764A +USC00510119 21.3833 -157.9167 95.1 HI AIEA FLD 86 766 +USC00510123 21.3947 -157.9100 237.7 HI AIEA HEIGHTS 764.6 +USC00510134 20.0833 -155.6500 256.0 HI ALAKAHI LOWER 194 +USC00510137 20.0667 -155.6667 1214.0 HI ALAKAHI UPPER +USC00510140 21.9600 -159.5319 490.7 HI ALEXANDER RESV 983 +USC00510145 22.1322 -159.3039 54.9 HI ANAHOLA 1114 +USC00510150 19.7333 -155.1500 454.2 HI AMAUULU 89.2 +USC00510172 21.3833 -157.9333 11.9 HI ALOHA STADIUM HALAWA +USC00510175 20.6244 -156.3311 627.9 HI AUWAHI 252 +USC00510190 20.1667 -155.7167 570.0 HI AWINI 182.1 +USC00510202 21.3500 -157.7167 14.9 HI BELLOWS FIELD +USC00510211 21.3061 -157.8531 6.1 HI BERETANIA PUMP STA 705 +USC00510232 21.2667 -157.8000 27.1 HI BLACK POINT 717 +USC00510240 21.9222 -159.5375 219.5 HI BRYDESWOOD STN 985 +USC00510242 21.6431 -157.9317 6.1 HI B Y U LAIE 903.1 +USC00510248 21.3131 -158.1142 3.0 HI CAMPBELL IND PK 702.5 +USC00510260 20.8167 -156.4333 78.9 HI CAMP K 3 HCS 313 +USC00510280 20.8667 -156.4000 110.0 HI CAMP 10 HCS 402 +USC00510298 19.5167 -154.8000 20.1 HI CAPE KUMUKAHI +USC00510300 21.4278 -158.0614 233.8 HI CAMP 84 807 +USC00510305 21.5789 -158.2242 0.9 HI CAMP ERDMAN 841.16 +USC00510340 21.6500 -157.9333 6.1 HI CHURCH COLLEGE LAIE +USC00510344 19.4167 -155.9167 6.1 HI CITY OF REFUGE 27.4 +USC00510350 21.4336 -157.7867 0.9 HI COCONUT IS 840.1 +USC00510397 21.3167 -157.8333 53.3 HI COLLEGE HILLS +USC00510450 20.1167 -155.7167 1293.0 HI EAST HONOKANE 183.2 +USC00510452 20.8167 -156.2000 976.0 HI EAST HONOMANU 345 +USC00510456 21.9011 -159.4969 93.9 HI EAST LAWAI 934 +USC00510470 21.9058 -159.5789 45.7 HI ELEELE 927 +USC00510507 21.3747 -157.9917 6.1 HI EWA PLANTATION 741 +USC00510541 20.9889 -156.6275 320.0 HI FIELD 46 474 +USC00510740 19.4833 -155.1500 702.0 HI GLENWOOD +USC00510744 19.5075 -155.1692 798.6 HI GLENWOOD 54.2 +USC00510746 19.5189 -155.1414 670.6 HI GLENWOOD #2 55.4 +USC00510766 21.9667 -159.3833 61.0 HI GROVE FARM 1021 +USC00510790 20.9381 -156.6194 908.3 HI HAELAAU 477 +USC00510800 21.3000 -157.7167 9.1 HI HAHAIONE VALLEY +USC00510822 20.9286 -156.3222 106.7 HI HAIKU 488.7 +USC00510832 20.9167 -156.3167 149.0 HI HAIKU 490 +USC00510836 21.4333 -157.8167 36.9 HI HAIKU PLANTATION 838.2 +USC00510840 20.1000 -155.4667 140.5 HI HAINA 214 91199 +USC00510905 19.9000 -155.1333 48.8 HI HAKALAU 142 +USC00510910 19.8833 -155.1667 351.1 HI HAKALAU MAUKA 135 +USC00510920 21.5036 -157.8575 39.6 HI HAKIPUU MAUKA 886.8 +USC00510935 22.1164 -159.3169 77.1 HI HALAULA 1110 +USC00510961 21.1569 -156.7419 3.0 HI HALAWA VALLEY 542.9 +USC00510992 20.7167 -156.2500 2973.9 HI HALEAKALI +USC00510995 20.8500 -156.3000 640.1 HI HALEAKALA EXP FARM 434 +USC00510999 20.8333 -156.3167 576.1 HI HALEAKALA RCH 432 +USC00511004 20.7603 -156.2469 2122.0 HI HALEAKALA RS 338 +USC00511008 20.7167 -156.2667 3037.0 HI HALEAKALA SUMMIT 338 +USC00511016 20.9158 -156.2864 210.3 HI HALEHAKU 492.2 +USC00511033 19.4022 -155.2803 1109.5 HI HALEMAUMAU 52 +USC00511038 21.9650 -159.4297 149.4 HI HALENANAHO 1006 +USC00511060 19.9333 -155.4000 1759.9 HI HALEPIULA 117 +USC00511065 19.7614 -155.4561 2822.4 HI HALEPOHAKU 111 +USC00511075 20.8658 -156.3436 329.2 HI HALIIMAILE 423 +USC00511086 20.9233 -156.3403 92.4 HI HAMAKUAPOKO 485 +USC00511100 20.7167 -156.0000 34.1 HI HAMOA 282 +USC00511122 20.7500 -155.9833 36.9 HI HANA 354 +USC00511125 20.7947 -156.0153 22.9 HI HANA AP 355 +USC00511148 20.7000 -156.0167 100.9 HI HANAHULI 281 +USC00511170 22.0833 -159.4667 371.2 HI HANALEI TUNNEL 1053 +USC00511195 22.0000 -159.3667 54.9 HI HANAMAULU 1022 +USC00511207 21.9833 -159.5333 161.8 HI HANAPEPE VALLEY +USC00511211 20.7500 -156.0333 524.9 HI HANE MAUKA +USC00511240 19.4333 -155.8167 1391.1 HI HAPUU 31 +USC00511270 19.6667 -155.1000 177.1 HI HA'S FARM 85.3 +USC00511300 19.5411 -154.9119 88.4 HI HAWAIIAN BEACHES 91.12 +USC00511303 19.4297 -155.2561 1210.4 HI HAWAII VOL NP HQ 54 +USC00511308 21.2989 -157.6644 8.5 HI HAWAII KAI GC 724.19 +USC00511339 20.2403 -155.8389 176.8 HI HAWI 168 +USC00511370 21.4333 -157.8167 31.1 HI HEEIA +USC00511380 21.5667 -158.0536 234.4 HI HELEMANO 856.2 +USC00511384 21.5500 -158.0000 387.1 HI HELEMANO INTAKE 881 +USC00511388 21.5333 -158.0333 313.9 HI HELEMANO RSVR +USC00511460 19.1333 -155.5333 100.9 HI HILEA +USC00511484 19.7333 -155.0833 11.9 HI HILO 86A +USC00511487 19.6833 -155.1667 487.7 HI HILO COUNTRY CLUB 86 +USC00511488 19.7167 -155.0833 11.9 HI HILO A F 85 +USC00511494 20.8500 -156.6500 75.9 HI HIRAI CAMP 372 +USC00511527 21.4500 -158.0500 217.0 HI HOAEAE UPPER +USC00511540 21.3906 -158.0997 680.3 HI HOKULOA 725.2 +USC00511552 20.7500 -156.2167 2112.3 HI HOLUA CABIN 259.5 +USC00511557 19.6347 -155.9078 981.5 HI HOLUALOA 70 +USC00511562 19.6167 -155.9833 3.0 HI HOLUALOA BEACH 68 +USC00511593 21.9333 -159.5333 217.0 HI HOMESTEAD 985 +USC00511602 20.2167 -155.8333 412.1 HI HOMESTEAD PLANTATION +USC00511665 19.4175 -155.8806 286.5 HI HONAUNAU 27 +USC00511701 19.9333 -155.1500 91.4 HI HONOHINA 137 +USC00511850 20.0833 -155.4667 342.0 HI HONOKAA MAUKA +USC00511856 20.0850 -155.4825 329.2 HI HONOKAA TOWN 215 +USC00511864 20.1500 -155.7333 244.1 HI HONOKANE 181.1 +USC00511880 19.6786 -156.0214 9.1 HI HONOKOHAU HARBOR 68.14 +USC00511882 20.9650 -156.5914 265.2 HI HONOKOHAU 480 +USC00511887 20.9978 -156.6575 67.1 HI HONOKOHUA 493 +USC00511892 20.9333 -156.6167 476.1 HI HONOKOWAI INTAKE 476 +USC00511914 21.0144 -156.6375 39.6 HI HONOLUA FLD 49 494 +USC00511918 21.3153 -157.9992 0.9 HI HONOLULU OBSERV. 702.2 +USC00511920 20.7667 -156.0500 762.9 HI HONOMAELE MAUKA +USC00511921 20.7939 -156.0414 103.9 HI HONOMAELE 355.2 +USC00511922 19.2019 -155.8617 609.6 HI HONOMALINO 2.35 +USC00511925 21.3286 -157.9297 0.9 HI HONOLULU FIRE STN 703.1 +USC00511930 20.8500 -156.1833 390.1 HI HONOMANU 450 +USC00511935 20.7778 -156.2311 1914.1 HI HONOMANU GULCH 341 +USC00511940 20.8167 -156.2000 894.0 HI HONOMANU MAUKA 344 +USC00511955 19.8667 -155.1167 107.0 HI HONOMU MAKAI 143 +USC00511958 19.8667 -155.1167 91.4 HI HONOMU 136 +USC00511960 19.8500 -155.1500 335.3 HI HONOMU MAUKA 138 +USC00512021 19.0833 -155.5167 7.6 HI HONUAPO +USC00512047 19.6711 -155.8764 1905.0 HI HONUAULA 71 +USC00512092 19.5333 -155.8500 259.1 HI HOOKENA +USC00512100 21.1833 -157.0500 256.0 HI HOOLEHUA 559A +USC00512110 21.1667 -157.1167 128.0 HI HOOLEHUA CPC 556 +USC00512121 19.2167 -155.8500 502.9 HI HOOPULOA +USC00512141 19.9833 -155.4167 1214.0 HI HOPE A 114 +USC00512144 20.9264 -156.6525 391.4 HI HORNER RSVR 467.01 +USC00512146 21.3000 -157.8333 14.9 HI H SP A EXP STN 707 +USC00512151 19.6972 -155.8731 2371.3 HI HUALALAI 72 +USC00512156 19.7533 -155.9714 597.4 HI HUEHUE 92.1 +USC00512161 21.9828 -159.6831 243.8 HI HUKIPO 945 +USC00512182 19.7167 -155.4333 2037.6 HI HUMUULA +USC00512222 22.0333 -159.4667 320.0 HI ILIILIULA INTAKE 1050 +USC00512225 21.3333 -157.8667 9.1 HI INSANE ASYLUM +USC00512227 22.1528 -159.5681 210.3 HI INTAKE WAINIHA 1086 +USC00512238 19.9333 -155.3500 1665.1 HI KAALA 123 +USC00512249 19.1333 -155.5667 409.0 HI KAALA IKI 12 +USC00512270 20.2000 -155.8333 548.9 HI KAAUHUHU +USC00512307 20.9333 -156.7000 2.4 HI KAANAPALI AP 453.1 91189 +USC00512317 20.9333 -156.7000 3.0 HI KAANAPALI AP 453.1 +USC00512327 19.4953 -155.9194 408.4 HI KAAWALOA 29 +USC00512398 20.7833 -156.0333 92.0 HI KAELEKU +USC00512410 21.5611 -158.2383 403.9 HI KAENA POINT 841.3 91171 +USC00512450 20.9544 -156.5342 335.3 HI KAHAKULOA 482.4 +USC00512458 21.4333 -157.8500 108.8 HI KAHALUU +USC00512462 21.5111 -157.8989 243.8 HI KAHANA 883 +USC00512552 20.9047 -156.6258 609.6 HI KAHOMA INTAKE 374 +USC00512558 20.5569 -156.5750 365.8 HI KAHOOLAWE 499.6 +USC00512566 19.1089 -155.7467 957.1 HI KAHUKU MAUKA 2.10 +USC00512568 19.0653 -155.6781 667.5 HI KAHUKU MILL CAMP 6.3 +USC00512570 21.6950 -157.9811 4.0 HI KAHUKU 912 +USC00512580 21.7000 -157.9833 3.0 HI KAHUKU PUMP 2 907 +USC00512595 19.8583 -155.1608 423.7 HI KAHUNA FALLS 138.2 +USC00512630 20.8461 -156.2739 768.1 HI KAILIILI 436 +USC00512679 20.8906 -156.2128 213.4 HI KAILUA 446 91196 +USC00512683 21.3964 -157.7394 0.9 HI KAILUA FIRE STN 791.3 +USC00512684 19.6100 -155.9633 144.8 HI KAILUA MAUKA +USC00512685 20.8333 -156.2333 966.2 HI KAILUA MAUKA 443 +USC00512686 19.6167 -155.9667 152.4 HI KAILUA HEIGHTS 68.15 +USC00512725 21.2833 -157.8000 52.1 HI KAIMUKI 715 +USC00512751 19.5336 -155.9258 457.2 HI KAINALIU 73.2 +USC00512774 21.5833 -157.8500 853.4 HI KAIPAPAU +USC00512802 19.7508 -155.1361 390.1 HI KAIWIKI HOMESTEAD 89.11 +USC00512880 18.9167 -155.6833 11.9 HI KALAE +USC00512884 19.3833 -155.8500 -999.9 HI KALAHIKI +USC00512887 19.7333 -155.9833 609.6 HI KALAOA 69.22 +USC00512894 19.3333 -155.0333 3.0 HI KALAPANA 1 67.8 +USC00512896 21.1900 -156.9828 9.1 HI KALAUPAPA 563 +USC00512905 21.1833 -156.9500 21.0 HI KALAWAO +USC00512956 21.3667 -157.8500 -999.9 HI KALIHI UKA +USC00512960 21.3753 -157.8222 277.4 HI KALIHI RSCH SITE 777 +USC00512974 22.1833 -159.4333 116.1 HI KALIHIWAI RSVR 1131 +USC00512982 20.0578 -155.4319 396.2 HI KALOPA 216.8 +USC00512983 21.3167 -157.8167 365.8 HI KALIULA +USC00512991 20.0667 -155.4000 274.3 HI KALOPA +USC00513023 21.9167 -159.4500 100.9 HI KALUAHONU 1005 +USC00513043 19.4333 -154.9333 -999.9 HI KAMAILI 67 +USC00513045 21.0522 -156.8708 6.1 HI KAMALO 542.10 +USC00513047 19.0167 -155.6667 335.9 HI KAMAOA 5 +USC00513048 19.0333 -155.6667 419.1 HI KAMAOA 2 5 +USC00513054 19.0106 -155.6592 317.0 HI KAMAOA PUUEO 5.1 +USC00513077 20.0167 -155.6667 814.1 HI KAMUELA 192.2 +USC00513078 20.0000 -155.6667 812.3 HI KAMUELA AP 191 +USC00513080 20.0319 -155.6669 926.6 HI KAMUELA UPPER 192.7 +USC00513084 21.9833 -159.4667 256.0 HI KAMOOLOA +USC00513095 19.6000 -155.8000 1542.9 HI KANAHAHA 74 +USC00513099 22.1297 -159.6586 1097.3 HI KANALOHULUHULU 1075 +USC00513104 22.1328 -159.3703 246.9 HI KANEHA RSVR 1092 +USC00513113 21.4167 -157.8167 57.9 HI KANEOHE MAUKA 781 +USC00513117 21.4233 -157.8014 14.6 HI KANEOHE 838.1 +USC00513123 21.3833 -157.7833 113.1 HI KANEOHE RCH 838 +USC00513130 20.8811 -156.9928 502.9 HI KANEPUU 690 +USC00513146 19.3167 -155.8833 36.6 HI KAOHE MAKAI 24.4 +USC00513159 22.1000 -159.3467 93.6 HI KAPAA STABLES 1104 +USC00513171 22.1022 -159.3861 161.5 HI KAPAHI 1094.2 +USC00513207 22.1833 -159.4667 195.1 HI KAPAKA +USC00513208 21.6031 -157.9022 0.9 HI KAPAKA FARM 904.1 +USC00513268 21.3389 -157.8581 187.1 HI KAPALAMA 773 +USC00513300 19.2753 -155.4514 652.3 HI KAPAPALA RCH 36 +USC00513317 20.9625 -156.6753 73.2 HI KAPALUA-W MAUI AP 462.4 +USC00513329 19.9500 -155.2167 335.3 HI KAPEHU MAUKA 132.4 +USC00513367 19.5167 -154.8500 -999.9 HI KAPOHO 93 +USC00513368 19.5014 -154.8222 6.1 HI KAPOHO BEACH 93.11 +USC00513369 19.5039 -154.8633 88.4 HI KAPOHO LANDING 93.5 +USC00513370 19.5000 -154.8833 -999.9 HI KAPOHO UPPER 66 +USC00513376 19.1444 -155.8494 533.4 HI KAPUA 2.36 +USC00513386 22.1986 -159.4950 1.5 HI HANALEI 1117.8 +USC00513423 19.0833 -155.6000 563.9 HI KAU +USC00513433 20.8814 -156.6261 484.6 HI KAUAULA INTAKE 375 +USC00513455 19.4333 -154.9333 -999.9 HI KAUELEAU #2 +USC00513461 20.7872 -156.9911 11.6 HI KAUMALAPAU HARBOR 658 +USC00513465 20.1667 -155.7000 609.9 HI KAUKINI 184A +USC00513473 19.8356 -155.1514 457.2 HI KAUKU 140.5 +USC00513510 19.6800 -155.1433 359.7 HI KAUMANA 88.1 +USC00513541 21.0867 -157.0225 3.7 HI KAUNAKAKAI 536 +USC00513556 20.9000 -156.3000 320.0 HI KAUPAKULUA +USC00513734 21.5803 -158.1903 12.2 HI KAWAIHAPAI 841 +USC00513739 21.5667 -158.0000 360.0 HI KAWAI IKI INTAKE 880 +USC00513741 21.5667 -157.9833 360.0 HI KAWAI IKI INTAKE 880.2 +USC00513754 21.6167 -158.0833 52.1 HI KAWAILOA +USC00513770 20.0833 -155.6500 329.2 HI KAWAINUI LOWER 193 +USC00513775 20.0833 -155.6833 1243.9 HI KAWAINUI UPPER +USC00513868 19.6461 -154.9878 4.6 HI KEAAU BEACH 91.13 +USC00513872 19.6328 -155.0339 67.1 HI KEAAU 92 +USC00513910 20.8611 -156.3828 148.7 HI KEAHUA 410 +USC00513911 19.7281 -156.0589 6.1 HI KE-AHOLE PT 68.13 +USC00513977 19.4917 -155.9117 451.1 HI KEALAKEKUA 26.2 +USC00513980 19.5000 -155.9167 442.0 HI KEALAKEKUA 2 28.7 +USC00513982 22.1000 -159.3167 2.7 HI KEALIA 1112 +USC00513987 19.5106 -155.9217 432.8 HI KEALAKEKUA 4 74.8 +USC00514080 19.2922 -155.1417 88.4 HI KEALAKOMO 38.8 +USC00514091 20.8294 -156.1681 298.7 HI KEANAE 346 +USC00514096 19.9167 -155.3500 1610.0 HI KEANAKOLU 124 +USC00514163 19.5667 -155.9333 588.9 HI KEAUHOU 2 73A +USC00514171 19.4133 -154.9522 231.6 HI KEAUOHANA 67.9 +USC00514193 20.7000 -156.4500 6.1 HI KEAWAKAPU BEACH 260.2 91191 +USC00514245 20.1167 -155.7500 1171.0 HI KEHENA 181.2 +USC00514250 20.1667 -155.8000 769.0 HI KEHENA RSVR 176.1 +USC00514272 22.0025 -159.7547 3.0 HI KEKAHA 944 +USC00514318 21.5386 -158.0864 221.0 HI KEMOO CAMP 8 855 +USC00514394 21.1944 -157.2047 170.7 HI KEONELELE PENS 551 +USC00514397 21.9667 -159.7000 -999.9 HI KEPAHA +USC00514400 21.1836 -157.2467 6.1 HI KEPUHI-SHERATON 550.2 +USC00514459 19.9714 -155.2358 278.6 HI KIHALANI 132.5 +USC00514489 20.7911 -156.4422 48.2 HI KIHEI 311 +USC00514500 21.6792 -157.9453 7.6 HI KII-KAHUKU 911 +USC00514561 22.2139 -159.4044 118.9 HI KILAUEA 1134 +USC00514563 19.4094 -155.2608 -999.9 HI KILAUEA CAMP +USC00514564 22.2000 -159.4333 100.9 HI KILAUEA FLD 3 1131 +USC00514566 22.1833 -159.4000 128.0 HI KILAUEA FLD 17 1135 +USC00514568 22.2333 -159.4000 54.9 HI KILAUEA POINT 1133 91164 +USC00514610 22.1500 -159.6000 1225.9 HI KILOHANA ALAKAI 1084 +USC00514615 21.9833 -159.4000 100.9 HI KILOHANA LIHUE +USC00514617 21.3000 -157.8500 15.2 HI KINAU STREET +USC00514620 19.0667 -155.6167 320.0 HI KIOLAKAA 7 +USC00514625 19.0667 -155.6667 646.2 HI KIOLAKAA A&F 6 +USC00514632 19.7333 -155.1500 454.2 HI KIPA +USC00514634 20.6500 -156.0667 78.9 HI KIPAHULU 258 +USC00514645 21.1667 -157.0167 374.9 HI KIPU 562 +USC00514660 20.8333 -156.9167 534.0 HI KOELE 693 +USC00514670 20.2333 -155.7833 95.1 HI KOHALA 179.1 +USC00514675 20.2167 -155.7833 292.9 HI KOHALA MAULILI 176 +USC00514680 20.2250 -155.7933 164.6 HI KOHALA MISSION 175.1 +USC00514683 20.2500 -155.7500 -999.9 HI KOHALA SUGAR +USC00514685 20.0833 -155.6333 219.5 HI KOIAWE LOWER 196 +USC00514690 20.0667 -155.6500 1025.0 HI KOIAWE UPPER +USC00514725 20.7167 -156.2667 3055.9 HI KOLE KOLE +USC00514735 22.0758 -159.7589 11.0 HI KOLO 1033 +USC00514742 21.9086 -159.4614 73.2 HI KOLOA 936 +USC00514746 21.9500 -159.4667 182.9 HI KOLOA FLD 52 995 +USC00514748 21.8667 -159.4500 15.8 HI KOLOA LN MAK 940.1 +USC00514750 21.9483 -159.4669 195.1 HI KOLOA MAUKA 994 +USC00514754 21.9000 -159.4500 49.1 HI KOLOA MILL 937 +USC00514758 22.1903 -159.3847 149.4 HI KOLOKO RSVR 1137 +USC00514762 19.4000 -155.7667 1876.0 HI KOMAKAWAI 30 +USC00514763 19.3667 -155.9278 457.2 HI KONA EXPERIMENT STATIO +USC00514764 19.6500 -156.0167 9.1 HI KONA AP 68.3 +USC00514765 19.8186 -155.9892 21.3 HI KONA VILLAGE 93.8 +USC00514766 21.4981 -157.9697 353.6 HI KOOLAU DAM 833 +USC00514771 20.8000 -156.1500 371.9 HI KOPILUILA +USC00514775 20.0167 -155.3500 534.0 HI KOREAN CAMP +USC00514778 21.1539 -157.0361 267.3 HI KUALAPUU 534 +USC00514806 20.8900 -156.2997 341.4 HI KUIAHA 490.7 +USC00514815 20.0333 -155.3500 256.0 HI KUKAIAU 222 +USC00514826 21.5167 -157.8500 6.1 HI KUALOA +USC00514828 21.5108 -157.8622 75.0 HI KUALOA RCH HAKIPUU 886.11 +USC00514829 21.5300 -157.8503 24.7 HI KUALOA RCH 885.6 +USC00514830 21.5203 -157.8389 14.6 HI KUALOA RCH HQ 886.9 +USC00514887 20.9000 -156.5833 1764.5 HI KUKUI 380 +USC00514927 20.1217 -155.5742 225.6 HI KUKUIHAELE 206.1 +USC00514928 20.1167 -155.5833 298.7 HI KUKUIHAELE HIC 199 +USC00514937 22.0000 -159.4333 460.9 HI KUKAUA +USC00514938 20.1333 -155.5667 91.4 HI KUKUIHAELE MILL 206 +USC00514950 21.8911 -159.4950 30.5 HI KUKUIULA 935 +USC00515000 20.7583 -156.3211 944.9 HI KULA BRANCH STN 324.5 91198 +USC00515001 20.7500 -156.3167 1220.1 HI KULA EREHWON 328 +USC00515003 20.7833 -156.3167 769.0 HI KULA HEIGHTS 323.2 +USC00515004 20.7008 -156.3561 923.5 HI KULA HOSPITAL 267 +USC00515006 20.7000 -156.3667 915.0 HI KULA SANATORIUM 267 +USC00515009 20.7667 -156.3333 -999.9 HI KULA WAIAKOA +USC00515011 19.5494 -155.3011 1575.8 HI KULANI CAMP 79 +USC00515016 19.5333 -155.3000 1562.1 HI KULANI CONE 81 +USC00515018 19.5833 -155.4550 2529.8 HI KULANI MAUKA 76 +USC00515021 19.5833 -155.3333 1748.3 HI KULANI SCHOOL SITE 78 +USC00515032 21.9833 -159.4667 254.5 HI KUMALOA DITCH +USC00515102 19.5917 -155.0819 292.6 HI KURTISTOWN 91.14 +USC00515150 19.3167 -155.0667 24.4 HI LAE APUKI 67.12 +USC00515177 20.8789 -156.6742 11.6 HI LAHAINA 361 +USC00515213 21.6500 -157.9333 3.0 HI LAIE 903 +USC00515260 20.0131 -155.6686 797.1 HI LALAMILO FLD OF 191.1 +USC00515275 20.7894 -156.9486 396.2 HI LANAI AP 656 +USC00515286 20.8292 -156.9203 493.8 HI LANAI CITY 672 +USC00515301 20.8167 -156.8770 1027.2 HI LANAIHALE 684 +USC00515330 19.6633 -155.9603 466.3 HI LANIHAU 68.2 +USC00515404 20.8578 -156.6178 390.1 HI LAUNIUPOKO INTAKE 376 +USC00515408 20.8511 -156.6464 67.1 HI LAUNIUPOKO VIL 372 +USC00515427 19.9878 -155.2408 140.2 HI LAUPAHOEHOE 133.1 +USC00515430 20.0000 -155.2500 109.1 HI LAUPAHOEHOE +USC00515462 21.8833 -159.5167 1.5 HI LAWAI BEACH +USC00515464 21.9167 -159.5167 -999.9 HI LAWAI GOVERNMENT ROAD +USC00515525 19.4500 -154.9167 221.0 HI LEILANI ESTATES 67.11 +USC00515560 22.0242 -159.3867 115.8 HI LIHUE VRTY STN 1062.1 +USC00515575 21.9742 -159.3683 63.1 HI LIHUE 1020 +USC00515637 21.3500 -157.8167 267.9 HI LUAKAHA LOWER 782 +USC00515647 21.4211 -158.1350 36.0 HI LUALUALEI 804 91172 +USC00515650 21.4833 -158.1333 458.1 HI LUALUALEI TWR NL 803.1 +USC00515655 21.3875 -157.8094 81.7 HI LULUKU 781.7 +USC00515665 20.8889 -156.2481 378.0 HI LUPI UPPER 442 +USC00515670 19.7592 -155.9922 292.6 HI MAHAIULA 92.7 +USC00515675 21.2833 -157.7000 11.9 HI LUNALILO HOME +USC00515704 20.8664 -156.9144 469.4 HI MAHANA 694 +USC00515705 20.9667 -156.6333 427.0 HI MAHANA 473 +USC00515710 21.9000 -159.4211 24.4 HI MAHAULEPU 941.1 +USC00515715 20.9594 -156.6505 256.6 HI MAHINAHINA 466 +USC00515721 20.1833 -155.9000 3.0 HI MAHUKONA 159 +USC00515756 21.5167 -158.1833 412.1 HI MAKAHA MAUKA 842 +USC00515758 21.4783 -158.1964 76.2 HI MAKAHA CTRY CLUB 800.3 +USC00515761 19.9742 -155.5481 1164.3 HI MAKAHALAU 103 +USC00515766 21.4667 -158.2167 6.1 HI MAKAHA KAI 796.1 +USC00515781 21.4833 -158.2000 49.1 HI MAKAHA VALLEY 800.1 +USC00515782 21.4833 -158.2000 121.9 HI MAKAHA PUMP 800.2 +USC00515785 21.8667 -159.4500 15.8 HI MAKAHUENA POINT 940.1 +USC00515789 21.3500 -158.1000 92.0 HI MAKAKILO 730.1 +USC00515791 21.3333 -158.0667 35.1 HI MAKAKILO RSCH 6B 730 +USC00515792 20.1833 -155.7667 488.0 HI MAKAPALA NURSERY 181 +USC00515800 21.3167 -157.6500 164.0 HI MAKAPUU POINT 724 +USC00515832 20.8500 -156.3167 519.1 HI MAKAWAO +USC00515842 20.6419 -156.4400 26.8 HI MAKENA GOLF CRS 249.1 +USC00515864 21.9189 -159.6278 42.7 HI MAKAWELI 965 +USC00516012 20.7600 -156.9097 350.5 HI MALAUEA 676 +USC00516055 21.9500 -159.3833 75.9 HI MALUMALU 1017 +USC00516082 22.0300 -159.7628 6.1 HI MANA 1026 +USC00516084 21.2931 -157.7944 129.5 HI MANINI WAY +USC00516122 21.3114 -157.8158 73.2 HI MANOA 712.1 +USC00516126 21.3333 -157.8000 153.0 HI MANOA H SP A 785 +USC00516128 21.3331 -157.8025 152.4 HI MANOA LYON ARBO 785.2 +USC00516130 21.3283 -157.7914 198.1 HI MANOA TUN 2 716 +USC00516134 19.1103 -155.8261 536.4 HI MANUKA 2 +USC00516135 21.3333 -157.8000 92.0 HI MANOA UPPER +USC00516137 21.3167 -157.9833 -999.9 HI MANOA WAENA +USC00516138 21.0667 -156.8000 6.1 HI MAPULEHU 542 +USC00516141 21.3014 -157.8336 51.2 HI MARYKNOLL SCHOOL 707.4 +USC00516144 19.1617 -155.6694 1521.0 HI MAUKA RSVR 3.11 +USC00516169 21.3000 -157.7833 249.9 HI MATSONIA DRIVE 720 +USC00516175 19.9000 -155.3167 1567.9 HI MAULUA 126 +USC00516180 20.0167 -155.8333 31.1 HI MAUNA KEA BEACH 98 +USC00516183 19.8167 -155.4667 4198.0 HI MAUNA KEA OBSY 111 +USC00516190 21.1328 -157.2133 307.2 HI MAUNA LOA 511 +USC00516198 19.5361 -155.5767 3398.5 HI MAUNA LOA SLOPE OBS 39 +USC00516222 21.3508 -157.7667 127.7 HI MAUNAWILI 787.1 +USC00516228 21.3667 -157.7667 75.9 HI MAUNAWILI RCH +USC00516231 21.9333 -159.5167 -999.9 HI MCBRYDES HOME +USC00516261 21.4639 -157.9992 226.8 HI MILILANI 820.6 +USC00516268 19.6167 -155.9667 144.8 HI MIDDLE HOLUALOA 68.1 +USC00516270 20.1011 -155.8325 420.6 HI MIDDLE PEN 147.1 +USC00516271 28.2000 -177.3500 -999.9 HI MIDWAY ISLAND +USC00516304 19.2069 -155.8817 356.6 HI MILOLII 2.34 +USC00516330 19.7392 -155.9583 859.5 HI MOANUIAHEA 69.24 +USC00516395 21.3478 -157.8911 9.8 HI MOANALUA 770 +USC00516400 21.3736 -157.8800 72.5 HI MOANALUA STREAM 772.5 +USC00516407 19.1833 -155.5000 182.9 HI MOAULA 18 +USC00516433 22.1142 -159.6017 1066.8 HI MOHIHI UPR CROSS 1083 +USC00516521 20.9833 -156.6167 393.2 HI MOKUPEA 475 +USC00516529 22.1797 -159.3319 91.4 HI MOLOAA 1145 +USC00516537 21.9833 -159.3833 61.0 HI MOLOKOA 1015 +USC00516546 19.5333 -155.1333 583.7 HI MTN VIEW #3 91.9 +USC00516552 19.5486 -155.1100 466.3 HI MTN VIEW 91 +USC00516560 19.5333 -155.1000 481.6 HI MTN VIEW #2 +USC00516565 22.0656 -159.5008 1569.1 HI MT WAIALEALE 1047 +USC00516588 19.0614 -155.5842 201.2 HI NAALEHU 14 +USC00516591 20.7833 -156.0833 487.7 HI NAHIKU +USC00516594 20.7833 -156.0833 -999.9 HI NAHIKU 1600 EL +USC00516635 20.9167 -156.6000 1357.0 HI NAKALALUA 481 +USC00516645 21.0250 -156.6014 106.7 HI NAKALELE FLD 60 497 +USC00516697 19.4689 -155.9094 121.9 HI NAPOOPOO 28 +USC00516725 19.8667 -155.3000 1556.0 HI NAUHI GULCH 128 +USC00516731 19.3167 -155.1333 427.0 HI NAULU FOREST 38.6 +USC00516806 20.2333 -155.7500 24.1 HI NIULII 179 +USC00516850 22.0331 -159.7406 381.0 HI NIU RIDGE 1035 +USC00516865 21.2903 -157.7350 47.5 HI NIU VALLEY 723.8 +USC00516888 22.0625 -159.4686 338.3 HI N WAILUA DITCH 1051 +USC00516893 22.0667 -159.4333 198.1 HI NORTH WAILUA RVR 1055 +USC00516920 21.3167 -157.8167 274.9 HI NUTRIDGE 710 +USC00516928 21.3528 -157.8078 307.8 HI NUUANU RSCH 4 783 +USC00516933 21.3386 -157.8367 125.0 HI NUUANU RSCH 5 775 +USC00516938 21.3497 -157.8228 249.9 HI NUUANU UPPER 782.3 +USC00516942 19.2667 -155.8833 402.9 HI OHIA LODGE 24 +USC00517000 20.6617 -156.0442 26.2 HI OHE'O 258.6 +USC00517023 19.6333 -155.0333 85.0 HI OLAA 92 +USC00517026 19.6000 -155.0667 198.1 HI OLAA KURTISTOWN +USC00517040 20.7994 -156.2747 1255.8 HI OLINDA #1 332 +USC00517052 21.3775 -157.7508 45.1 HI OLOMANA FIRE STN 790.7 +USC00517059 20.8164 -156.6192 9.1 HI OLOWALU 296.1 +USC00517066 20.8500 -156.6000 244.1 HI OLOWALU GULCH 377 +USC00517116 21.9075 -159.4767 73.2 HI OMAO 992.1 +USC00517131 20.0167 -155.2833 131.1 HI OOKALA 223 +USC00517150 21.5739 -158.0378 288.0 HI OPAEULA 870 +USC00517155 20.8333 -156.2500 961.0 HI OPANA MAUKA 440 +USC00517166 19.2706 -155.8747 414.5 HI OPIHIHALE NO 2 24.1 +USC00517185 19.5667 -155.0000 137.2 HI ORCHID LD ESTATE 91.5 +USC00517194 20.8136 -156.1186 382.5 HI PAAKEA 350 +USC00517204 20.0833 -155.4333 126.5 HI PAAUHAU 217 +USC00517209 20.0700 -155.4444 341.4 HI PAAUHAU MAUKA 217.2 +USC00517312 20.0400 -155.3725 256.0 HI PAAUILO 221 +USC00517315 20.1417 -155.3792 -999.9 HI PAAUILO ROCK CRUSHER +USC00517421 19.1986 -155.4778 256.0 HI PAHALA 21 +USC00517437 19.2036 -155.4858 332.2 HI PAHALA MAUKA 21.3 +USC00517457 19.5150 -154.9644 184.4 HI PAHOA 65 +USC00517460 19.5408 -154.9728 149.4 HI PAHOA BEACON 91.9 +USC00517540 21.2803 -157.7336 1.5 HI PAIKO DRIVE 723.4 +USC00517541 19.3500 -155.8833 305.1 HI PAHOEHOE +USC00517566 20.8964 -156.3792 62.5 HI PAIA 406 +USC00517643 19.3667 -155.4667 1524.9 HI PAKAO 37 +USC00517654 21.3703 -158.0933 347.5 HI PALEHUA CORRAL 731.1 +USC00517656 21.3733 -157.7853 128.0 HI PALI GOLF COURSE 788.1 +USC00517662 21.2997 -157.7944 76.2 HI PALOLO FIRE STN 721.2 +USC00517664 21.3228 -157.7719 287.4 HI PALOLO VLY 718 +USC00517674 20.6781 -156.1397 1088.1 HI PANILEIHULU 259.2 +USC00517681 19.9833 -155.2000 79.2 HI PAPAALOA +USC00517711 19.7842 -155.0936 61.0 HI PAPAIKOU 144.1 +USC00517721 19.7833 -155.1333 391.7 HI PAPAIKOU MAUKA 140.1 +USC00517724 19.7922 -155.1142 207.3 HI PAPAIKOU MAUKA NO.2 140.4 +USC00517777 21.9667 -159.4667 167.9 HI PAPUAA 997 +USC00517781 21.3447 -158.1278 2.4 HI PARADISE COVE 726.1 +USC00517790 22.1333 -159.6333 1135.1 HI PAUKAHANA 1080 +USC00517810 21.3447 -157.8058 499.9 HI PAUOA FLATS 784 +USC00517857 20.9167 -156.3167 149.0 HI PAUWELA 490 +USC00517948 21.3933 -157.9750 11.9 HI PEARL CITY 756.2 +USC00517952 20.9000 -156.2833 253.0 HI PEAHI 488.6 +USC00518000 19.8500 -155.0833 31.1 HI PEPEEKEO MAKAI 144 +USC00518018 19.8333 -155.1500 473.0 HI PEPEEKEO A F 140 +USC00518051 19.7333 -155.1667 527.9 HI PIIHONUA 89 +USC00518052 19.7167 -155.1500 371.9 HI PIIHONUA CAMP 5 88.4 +USC00518053 19.7144 -155.1347 262.1 HI PIIHONUA KPUA 89.11 +USC00518055 21.5383 -158.0892 220.1 HI POAMOHO EXP FM 855.2 +USC00518060 20.8156 -156.5072 53.6 HI POHAKEA BRG 307.2 +USC00518063 19.7494 -155.5267 1984.6 HI POHAKULOA 107 +USC00518067 19.9522 -155.1850 82.3 HI POHAKUPUKA 132.3 +USC00518070 20.6772 -156.3300 1874.5 HI POLIPOLI SPRING 267.2 +USC00518086 20.2039 -155.7350 149.4 HI POLOLU LOOKOUT 179.3 +USC00518101 20.1494 -155.8122 762.0 HI PONOHOLO RANCH 178.11 +USC00518126 21.2667 -157.7167 9.1 HI PORTLOCK ROAD 724.4 +USC00518155 22.1961 -159.5561 30.8 HI PH WAINIHA 1115 +USC00518165 22.2181 -159.4828 66.1 HI PRINCEVILLE RCH 1117 +USC00518170 21.3000 -157.8167 24.1 HI P R I DOLE STREET 711 +USC00518172 21.4667 -158.0167 214.0 HI PRI WAHIAWA 820.2 +USC00518181 20.2333 -155.8667 182.9 HI PUAKEA RCH +USC00518186 19.9833 -155.8333 14.9 HI PUAKO 95.1 +USC00518205 22.0322 -159.6928 487.7 HI PUEHU RIDGE 1040 +USC00518217 21.9656 -159.3964 100.3 HI PUHI 1013 +USC00518275 20.8333 -156.4167 136.9 HI PULEHU 315 +USC00518310 21.5833 -157.9000 11.9 HI PUNALUU 884 +USC00518314 21.5844 -157.8914 4.0 HI PUNALUU PUMP 905.2 +USC00518315 19.6158 -155.0839 243.8 HI PUNA MACADAMIA OCHD 91 +USC00518316 21.3103 -157.8458 103.0 HI PUNCHBOWL CRATER 709 +USC00518336 20.8256 -156.2128 908.3 HI PUOHOKAMOA 2 343 +USC00518340 21.6500 -158.0500 159.1 HI PUPUKEA +USC00518346 19.8167 -155.8500 655.9 HI PUU ANAHULU 93A +USC00518352 21.8833 -159.4333 24.1 HI PUUHI 940 +USC00518378 22.1833 -159.4000 128.0 HI PUUKAELE RSVR 1135 +USC00518383 20.0333 -155.6333 869.0 HI PUU KAPU 192.1 +USC00518384 19.9833 -155.6000 987.6 HI PUUKAPU 204.3 +USC00518385 20.0667 -155.5667 860.1 HI PUU KAPU RSCH 3 +USC00518386 20.0375 -155.6347 916.2 HI PUUKAPU HOMESTEAD 192.9 +USC00518393 19.9000 -155.4000 2364.0 HI PUU KIHE 120 +USC00518398 20.9167 -156.6833 110.0 HI PUUKOLII 457 +USC00518407 20.9286 -156.6736 128.3 HI PUUKOLII 457.1 +USC00518422 20.0256 -155.8219 40.5 HI PUUKOHOLA HEIAU 98.1 +USC00518433 20.8950 -156.5897 1764.8 HI PUU KUKUI 380 +USC00518444 20.9167 -156.6333 762.9 HI PUU KUKUI MAKAI 472 +USC00518452 19.8333 -155.6000 2268.9 HI PUU LAAU 102.1 +USC00518460 19.5667 -155.8167 1487.7 HI PUU LEHUA 73 +USC00518500 21.3814 -158.1197 509.9 HI PUU MANAWAHUA 725.6 +USC00518515 19.9167 -155.4333 2122.9 HI PUU MALI 113 +USC00518543 20.8572 -156.4314 70.1 HI PUUNENE 396 +USC00518548 20.2000 -155.8333 548.9 HI PUUOKUMAU 167 +USC00518549 21.1447 -156.7328 205.4 HI PUU-O-HOKU RCH 542.1 +USC00518550 19.7333 -155.3833 1934.0 HI PUU OO +USC00518552 19.4183 -155.9111 4.6 HI PUUHONUA-O-HONAUNAU 27.4 +USC00518553 20.7736 -156.0567 658.4 HI PUU PAKI 352 +USC00518555 19.7783 -155.8433 768.1 HI PUU WAAWAA 94.1 +USC00518559 20.8667 -156.3000 451.1 HI PUUOMALEI +USC00518570 21.9667 -159.4167 118.9 HI RESERVOIR 5 1011 +USC00518573 21.9500 -159.4500 128.0 HI RESERVOIR 6 1004 +USC00518577 20.8167 -156.5167 92.0 HI RESERVOIR 9 307 +USC00518590 19.7000 -155.2000 714.1 HI SADDLE ROAD 1 84 +USC00518600 19.1336 -155.5114 24.4 HI SEA MTN 12.15 +USC00518601 21.3667 -157.7786 143.0 HI ST STEPHEN'S SEMINARY +USC00518638 19.4633 -155.1139 627.9 HI S GLENWOOD 91.8 +USC00518650 19.1000 -155.7500 823.3 HI SOUTH KONA 2.31 91293 +USC00518652 19.0825 -155.7533 646.5 HI SOUTH KONA 2 2.32 +USC00518675 18.9500 -155.6833 153.0 HI SOUTH POINT CORRAL 3 +USC00518688 20.8939 -156.4103 27.4 HI SPRECKELSVILLE 400 +USC00518710 19.9500 -155.4167 1598.1 HI STONE CORRAL 115 +USC00518718 20.0500 -155.3500 78.9 HI SUGAHARA CAMP +USC00518734 21.3333 -157.8167 427.0 HI TANTALUS 714 +USC00518736 21.3333 -157.8333 488.0 HI TANTALUS MAUKA +USC00518738 21.3283 -157.8267 369.4 HI TANTALUS 2 780.5 +USC00518742 20.7667 -156.3833 399.3 HI TWIN GATES 261.3 +USC00518743 20.7667 -156.3333 929.9 HI U OF HAWAII AG RSCH CT 91198 +USC00518744 20.7933 -156.2495 1594.1 HI UKULELE 333 +USC00518750 20.8058 -156.5853 24.4 HI UKUMEHAME 301 +USC00518760 20.6486 -156.3983 579.1 HI ULUPALAKUA RCH 250 +USC00518775 22.1000 -159.4500 580.0 HI SUMMIT CAMP +USC00518780 19.9833 -155.3833 1043.0 HI UMIKOA 118 +USC00518805 21.3000 -158.1000 3.0 HI US MAGNETIC OBSY +USC00518806 21.3167 -158.0000 3.0 HI U S MAGNETIC OBS 702.2 +USC00518808 21.3000 -157.8667 3.0 HI US NAVAL STN +USC00518815 21.2981 -157.8164 34.1 HI UNIV OF HAWAII 713 +USC00518828 20.2667 -155.8500 27.1 HI UPOLU POINT AP 16 +USC00518830 20.2500 -155.8833 18.6 HI UPOLU POINT USCG 159.2 91195 +USC00518838 21.4992 -158.0111 306.6 HI UPPER WAHIAWA 874.3 +USC00518905 21.5000 -158.0333 281.0 HI WAHIAWA 872 +USC00518941 21.8967 -159.5569 65.5 HI WAHIAWA 930 +USC00518945 21.4967 -158.0497 260.3 HI WAHIAWA DAM 863 +USC00518949 21.9667 -159.5167 641.0 HI WAHIAWA MTN 990 +USC00518953 21.5167 -157.9500 369.1 HI WAHIAWA MAUKA INTL 882 +USC00518955 20.9000 -156.6655 176.8 HI WAHIKULI 364 +USC00518958 22.0167 -159.4500 172.2 HI WAIAHI LOWER 1054 +USC00518964 21.4706 -157.8836 227.1 HI WAIAHOLE 837 +USC00518966 22.0219 -159.4644 237.7 HI WAIAHI UPPER 1052 +USC00518968 20.8667 -156.2000 366.1 HI WAIKAMOI 449 +USC00518972 20.8167 -156.2333 1296.0 HI WAIAKAMOI DAM 336 +USC00519014 19.6333 -155.1667 586.1 HI WAIAKEA 88 +USC00519020 19.7000 -155.0667 14.9 HI WAIAKEA MILL +USC00519021 20.7878 -156.8736 609.6 HI WAIAKEAKUA 685 +USC00519025 19.6581 -155.1325 320.0 HI WAIAKEA SCD 88.2 +USC00519084 19.6586 -155.1275 304.8 HI WAIAKEA-UKA 85.2 +USC00519130 22.1167 -159.6167 1051.9 HI WAIAKOALI CAMP 1082 +USC00519142 19.9189 -155.7981 268.2 HI WAIKOLOA 95.8 +USC00519144 19.9094 -155.8753 24.4 HI WAIKOLOA BCH RSRT 95.9 +USC00519185 21.2733 -157.7803 3.0 HI WAIALAE-KAHALA 715 +USC00519190 21.6833 -158.0333 9.1 HI WAIALEE 896.3 91169 +USC00519195 21.5750 -158.1203 3.0 HI WAIALUA 847 +USC00519231 21.4331 -158.1828 7.6 HI WAIANAE 798 +USC00519238 21.4833 -158.1500 481.9 HI WAIANAE 803 +USC00519245 21.4667 -158.1667 100.9 HI WAIANAE VALLEY 802 +USC00519253 21.9944 -159.7314 3.0 HI WAIAWA 943 +USC00519257 21.4439 -157.9669 236.2 HI WAIAWA CF 834.13 +USC00519261 21.4633 -157.9325 243.8 HI WAIAWA 836 +USC00519275 20.9158 -156.5094 97.5 HI WAIEHU CAMP 484 +USC00519281 21.4517 -157.8489 32.9 HI WAIHEE 837.5 +USC00519286 21.4464 -157.8583 64.3 HI WAIHEE PUMP 839.8 +USC00519303 20.9333 -156.5167 67.1 HI WAIHEE 483 +USC00519315 20.9414 -156.5247 103.6 HI WAIHEE VLY 482 +USC00519332 20.8647 -156.1928 365.8 HI WAIKAMOI 449 +USC00519335 20.8089 -156.2300 1316.7 HI WAIKAMOI DAM 336 +USC00519340 21.5000 -157.8833 231.6 HI WAIKANE 885 +USC00519376 20.8536 -156.5089 147.2 HI WAIKAPU 390 +USC00519397 21.2717 -157.8167 3.0 HI WAIKIKI 717.2 +USC00519404 21.1300 -156.9181 1082.0 HI WAIKOLU 540 +USC00519432 19.8842 -155.1225 61.0 HI WAILEA 137.4 +USC00519460 20.8000 -156.1500 801.6 HI WAILUA IKI 348 +USC00519467 22.0403 -159.3403 15.2 HI WAILUA KAI 1065 +USC00519475 22.0658 -159.3961 167.6 HI WAILUA UH EXP 1061.5 +USC00519484 20.8997 -156.5155 164.6 HI WAILUKU 386 +USC00519492 21.2833 -157.7667 3.0 HI WAILUPE 723.2 +USC00519495 21.3000 -157.7500 52.1 HI WAILUPE RSVR 723.2 +USC00519510 20.0667 -155.6333 299.0 HI WAIMA LOWER 197 +USC00519521 21.3500 -157.7333 18.0 HI WAIMANALO 794 +USC00519523 21.3356 -157.7114 19.5 HI WAIMANALO EXP F 795.1 91184 +USC00519526 21.3333 -157.7333 43.0 HI WAIMANALO MAUKA +USC00519557 20.0333 -155.6500 811.1 HI WAIMEA 192 +USC00519593 21.6261 -158.0675 93.6 HI WAIMEA 892 +USC00519603 21.6369 -158.0536 12.5 HI WAIMEA VALLEY 892.2 +USC00519629 21.9592 -159.6758 6.1 HI WAIMEA 947 +USC00519738 21.3861 -158.0069 15.2 HI WAIPAHU 750 +USC00519765 20.6306 -156.2042 67.1 HI WAIOPAI RCH 256 +USC00519955 21.8939 -159.5128 64.0 HI WEST LAWAI 931 +USC00519980 21.2989 -157.7847 335.3 HI WILHELMINA RISE 721 +USC00914401 23.8667 -166.2833 3.0 PI FRENCH FRIGATE SHOALS +USP00CA0001 38.5553 -121.4183 11.6 CA SACRAMENTO 5ESE +USP00CA0002 38.5817 -121.4843 7.0 CA SACRAMENTO-GERRISH +USP00CA0003 38.5069 -121.4950 4.6 CA SACRAMENTO AP ASOS GSN 72483 +USR0000AALC 62.8167 -141.4667 548.6 AK ALCAN HWY MI-1244 ALASKA +USR0000AALP 33.8417 -109.1222 2447.8 AZ ALPINE ARIZONA +USR0000AANG 65.0200 -146.2280 335.3 AK ANGEL CREEK ALASKA +USR0000AASI 67.4750 -162.2664 405.1 AK ASIK ALASKA +USR0000ABAN 34.1400 -87.3622 245.1 AL BANKHEAD ALABAMA +USR0000ABAR 32.9675 -113.4494 147.8 AZ BARAGAN WASH ARIZONA +USR0000ABCA 58.4067 -152.8864 22.9 AK BLACK CAPE ALASKA +USR0000ABCK 65.5847 -144.3636 259.1 AK BIRCH CREEK ALASKA +USR0000ABEA 66.0594 -142.7694 586.7 AK BEAR MTN. ALASKA +USR0000ABEN 65.2833 -143.0667 563.9 AK BEN CREEK ALASKA +USR0000ABER 60.1186 -143.2833 22.9 AK BERING GLACIER ALASKA +USR0000ABEV 66.2667 -146.5167 147.2 AK BEAVER (WBQ) ALASKA +USR0000ABIL 61.5183 -149.9078 30.5 AK BIG LAKE ALASKA +USR0000ABLA 33.0867 -109.9506 1005.8 AZ BLACK HILLS ARIZONA +USR0000ABNS 30.2528 -87.8125 4.6 AL BON SECOUR ALABAMA +USR0000ABNT 61.9358 -150.9858 45.7 AK BENTALIT ALASKA +USR0000ABNV 35.1428 -93.8950 104.5 AR BOONEVILLE ARKANSAS +USR0000ABOL 63.8667 -145.8333 746.8 AK BOLIO ALASKA +USR0000ABOO 57.2678 -154.5650 52.1 AK BOOTH LAKE ALASKA +USR0000ABOX 65.2989 -158.9053 350.5 AK BOX RIVER ALASKA +USR0000ABRK 36.7944 -113.7567 2158.0 AZ BLACK ROCK ARIZONA +USR0000ABRO 60.4833 -149.7667 190.5 AK BROADVIEW ALASKA +USR0000ABUC 36.9306 -112.1997 1950.7 AZ BUCKSKIN MOUNTAIN ARIZONA +USR0000ABUU 65.9081 -160.8742 121.9 AK BUCKLAND UPLANDS ALASKA +USR0000ACAA 31.4450 -110.2800 1645.9 AZ CARR ARIZONA +USR0000ACAK 56.9992 -153.5417 30.5 AK CAPE KIAVAK ALASKA +USR0000ACAM 61.1586 -149.7967 47.9 AK CAMPBELL CREEK ALASKA +USR0000ACAN 36.2047 -112.0622 2479.2 AZ BRIGHT ANGEL ARIZONA +USR0000ACAR 32.4408 -110.8492 1461.5 AZ CARGODERA ARIZONA +USR0000ACCR 65.1892 -147.5003 480.1 AK CARIBOU PEAK ALASKA +USR0000ACHA 65.0167 -148.5833 442.0 AK CHATANIKA ALASKA +USR0000ACHC 62.1242 -141.8453 1597.2 AK CHICKEN CREEK ALASKA +USR0000ACHE 34.5964 -112.0481 1554.5 AZ CHERRY ARIZONA +USR0000ACHF 57.7294 -153.9325 45.7 AK CHIEF COVE ALASKA +USR0000ACHG 60.2233 -153.4664 1371.6 AK CHIGMIT MTNS ALASKA +USR0000ACHI 62.1333 -142.0833 1011.3 AK CHISANA ALASKA +USR0000ACHL 66.5906 -144.3411 137.2 AK CHALKYITSIK ALASKA +USR0000ACHM 67.7558 -150.4933 944.9 AK CHIMNEY LAKE ALASKA +USR0000ACHR 32.0000 -109.3500 1645.9 AZ CHIRICAHUA ARIZONA +USR0000ACHS 62.5653 -144.6647 701.0 AK CHISTOCHINA ALASKA +USR0000ACHT 61.5319 -144.4397 177.1 AK CHITNA ALASKA +USR0000ACKN 64.0600 -141.9294 871.7 AK CHICKEN ALASKA +USR0000ACOA 65.3139 -143.1322 265.2 AK COAL CREEK ALASKA +USR0000ACOL 32.7039 -109.9139 2902.0 AZ COLUMBINE ARIZONA +USR0000ACOT 65.3458 -155.9361 399.3 AK COTTONWOOD ALASKA +USR0000ACOV 58.8025 -155.5628 457.2 AK COVILLE ALASKA +USR0000ACRO 34.2083 -112.3333 1798.3 AZ CROWN KING ARIZONA +USR0000ADEN 63.7322 -148.9055 548.6 AK DENALI VISITOR CENTER ALASKA +USR0000ADEV 66.2758 -164.5308 86.9 AK DEVIL MOUNTAIN ALASKA +USR0000ADON 63.9833 -145.6500 914.4 AK DONNELLY ALASKA +USR0000ADRL 33.3597 -109.8331 2264.1 AZ DRY LAKE ARIZONA +USR0000ADRY 36.4500 -112.2400 2653.6 AZ DRY PARK ARIZONA +USR0000ADUN 63.2675 -149.5392 868.7 AK DUNKLE HILLS ALASKA +USR0000ADVK 35.6111 -93.3333 640.1 AR DEVILS KNOB ARKANSAS +USR0000AEAG 64.7761 -141.1619 268.2 AK EAGLE ALASKA +USR0000AEIE 63.4314 -150.3094 1136.9 AK EIELSON VISITOR CENTER ALASKA +USR0000AEMP 31.7806 -110.6347 1417.3 AZ EMPIRE ARIZONA +USR0000AERV 61.2725 -149.3661 128.0 AK EAGLE RIVER ALASKA +USR0000AFAI 64.8367 -147.6150 138.4 AK FAIRBANKS ALASKA +USR0000AFAP 33.7011 -109.7058 1671.2 AZ MOUNTAIN LION ARIZONA +USR0000AFAR 63.7233 -154.0767 236.2 AK FAREWELL ALASKA +USR0000AFLG 35.1450 -111.6750 2133.6 AZ FLAGSTAFF ARIZONA +USR0000AFLT 62.8228 -156.6139 451.1 AK FLAT ALASKA +USR0000AFOR 34.0722 -109.8608 1645.9 AZ FORT APACHE RX#1 ARIZONA +USR0000AFOU 36.7939 -112.0422 1999.5 AZ FOUR SPRINGS ARIZONA +USR0000AFPK 58.7058 -153.5181 327.4 AK FOURPEAKED ALASKA +USR0000AFRA 35.8456 -113.0550 2063.5 AZ FRAZIER WELLS ARIZONA +USR0000AFYK 66.5700 -145.2508 141.7 AK FT. YUKON ALASKA +USR0000AGAT 61.6028 -143.0131 1237.5 AK GATES GLACIER ALASKA +USR0000AGEO 63.8375 -144.3503 464.8 AK GEORGE CREEK ALASKA +USR0000AGLA 58.4564 -135.8697 10.4 AK GLACIER BAY INNER DOCK +USR0000AGLO 33.3503 -110.6519 1112.5 AZ GLOBE ARIZONA +USR0000AGOO 34.7500 -113.3000 1280.2 AZ GOODWIN MESA ARIZONA +USR0000AGOP 64.2381 -145.2669 463.3 AK GOODPASTURE ALASKA +USR0000AGRA 67.0333 -143.2833 259.1 AK GRAPHITE LAKE ALASKA +USR0000AGRE 34.0600 -109.4500 2499.4 AZ GREER ARIZONA +USR0000AGRN 60.7275 -149.2870 156.1 AK GRANITE ALASKA +USR0000AGRZ 61.2833 -149.6167 762.0 AK GREZELKA RANGE ALASKA +USR0000AGUN 36.7044 -112.5833 1609.3 AZ GUNSIGHT ARIZONA +USR0000AGUT 32.8819 -109.3092 1097.3 AZ GUTHRIE ARIZONA +USR0000AHAI 55.3503 -132.6983 457.2 AK HAIDA ALASKA +USR0000AHAL 32.9492 -112.1708 451.1 AZ HALEY HILLS ARIZONA +USR0000AHAR 60.1489 -149.7986 1280.2 AK HARDING ICEFIELD ALASKA +USR0000AHAV 34.7872 -114.5617 144.8 AZ HAVASU ARIZONA +USR0000AHAY 65.2017 -161.1550 53.9 AK HAYCOCK ALASKA +USR0000AHBR 34.3978 -110.5644 2022.3 AZ HEBER ARIZONA +USR0000AHEL 67.7414 -144.1225 853.4 AK HELMUT MOUNTAIN ALASKA +USR0000AHIL 33.6183 -110.4200 1743.5 AZ HILLTOP ARIZONA +USR0000AHLM 55.5297 -131.3661 426.7 AK HELM ALASKA +USR0000AHOD 66.7417 -148.6767 327.7 AK HODZANA ALASKA +USR0000AHOG 66.2167 -155.6667 208.8 AK HOGATZA RIVER ALASKA +USR0000AHOM 59.7458 -151.2083 217.9 AK HOMER ALASKA +USR0000AHON 57.8000 -135.1333 137.2 AK HOONAH ALASKA +USR0000AHOO 65.5858 -163.4081 472.4 AK HOODOO HILL ALASKA +USR0000AHOR 32.9375 -110.4961 1231.4 AZ HORSE CAMP CANYON ARIZONA +USR0000AHOU 36.5644 -111.9781 1645.9 AZ HOUSEROCK ARIZONA +USR0000AHOW 68.1561 -156.8958 628.5 AK HOWARD PASS ALASKA +USR0000AHPI 35.8103 -110.2069 1885.5 AZ HOPI ARIZONA +USR0000AHPK 31.6753 -110.8800 2170.2 AZ HOPKINS ARIZONA +USR0000AHUM 34.1164 -112.3006 1600.2 AZ HUMBUG CREEK ARIZONA +USR0000AHUR 36.6992 -113.2072 1659.6 AZ HURRICANE ARIZONA +USR0000AIMY 67.5461 -157.0692 1087.8 AK IMELYAK ALASKA +USR0000AINI 70.0036 -153.0836 51.2 AK INIGOK AIRFIELD ALASKA +USR0000AINN 63.3900 -158.8167 283.5 AK INNOKO FLATS ALASKA +USR0000AIRO 34.5853 -112.5019 1804.4 AZ IRON SPRINGS ARIZONA +USR0000AJAR 63.9486 -145.6189 434.6 AK JARVIS CREEK ALASKA +USR0000AJAT 62.6000 -142.0833 701.0 AK JATAHMUND LAKE ALASKA +USR0000AJBE 61.3819 -149.6503 79.9 AK JBER ALASKA +USR0000AJES 34.6578 -93.0703 274.3 AR JESSIEVILLE ARKANSAS +USR0000AJUN 58.3622 -134.5711 7.6 AK JUNEAU RD ALASKA +USR0000AKAI 64.4256 -158.1058 33.5 AK KAIYUH ALASKA +USR0000AKAK 56.9739 -133.6600 121.9 AK KAKE ALASKA +USR0000AKAL 67.5733 -158.4317 757.7 AK KALUICH ALASKA +USR0000AKAN 66.0933 -152.1700 251.5 AK KANUTI NWR ALASKA +USR0000AKAV 67.1386 -159.0436 71.6 AK KAVET CREEK ALASKA +USR0000AKEL 67.9333 -162.3000 125.6 AK KELLY ALASKA +USR0000AKEN 60.5917 -150.3167 121.9 AK KENAI NWR ALASKA +USR0000AKIA 66.9767 -160.4375 45.7 AK KIANA ALASKA +USR0000AKIL 60.3200 -160.2000 582.2 AK KILBUCK ALASKA +USR0000AKLA 62.1472 -144.9281 944.9 AK KLAWASI ALASKA +USR0000AKLK 60.3667 -149.4000 144.8 AK KENAI LAKE ALASKA +USR0000AKLP 67.9703 -154.9242 914.4 AK KILLIK PASS ALASKA +USR0000AKOY 66.0083 -157.5700 30.5 AK KOYUKUK NWR ALASKA +USR0000ALAK 34.1600 -109.9800 2133.6 AZ LAKESIDE ARIZONA +USR0000ALBE 36.2858 -112.0794 2682.2 AZ LINDBERGH HILL ARIZONA +USR0000ALIB 66.0914 -143.3672 378.3 AK LITTLE BLACK ALASKA +USR0000ALIM 34.1789 -110.2736 2072.6 AZ LIMESTONE CANYON ARIZONA +USR0000ALIR 34.4978 -85.6292 365.8 AL LIRI ALABAMA +USR0000ALIV 65.4236 -148.7217 137.2 AK LIVENGOOD ALASKA +USR0000ALMI 63.8933 -152.3106 225.6 AK LAKE MINCHUMINA ALASKA +USR0000ALOS 66.0425 -147.9714 213.4 AK LOST CREEK ALASKA +USR0000AMAN 64.7000 -147.0167 204.5 AK MANCHU ALASKA +USR0000AMAY 61.3208 -142.5844 487.7 AK MAY CREEK ALASKA +USR0000AMCK 63.6492 -151.6397 256.0 AK MCKINLEY RIVER ALASKA +USR0000AMOL 34.9067 -111.4450 2255.5 AZ MORMON LAKE ARIZONA +USR0000AMOS 35.0336 -113.8925 1804.4 AZ MOSS BASIN ARIZONA +USR0000AMOT 57.1792 -157.2780 53.3 AK MOTHER GOOSE ALASKA +USR0000AMTL 36.3472 -113.1989 2194.6 AZ MOUNT LOGAN ARIZONA +USR0000AMTN 67.1414 -162.9944 246.6 AK MT. NOAK ALASKA +USR0000AMUL 32.4000 -110.2708 1272.5 AZ MULESHOE RANCH ARIZONA +USR0000AMUS 35.6147 -113.7939 1652.0 AZ MUSIC MOUNTAIN ARIZONA +USR0000ANEW 66.1617 -148.0383 142.6 AK NEW LAKE ALASKA +USR0000ANIN 60.0433 -151.6655 39.6 AK NINILCHIK ALASKA +USR0000ANIX 36.3900 -113.1522 1981.2 AZ NIXON FLATS ARIZONA +USR0000ANOA 68.0708 -158.7042 300.2 AK NOATAK ALASKA +USR0000ANOO 32.6678 -109.7881 1501.1 AZ NOON CREEK ARIZONA +USR0000ANOR 66.8333 -154.3333 243.8 AK NORUTAK LAKE ALASKA +USR0000ANWH 33.8367 -109.9642 1597.2 AZ NORTH WHITE RIVER ARIZONA +USR0000AOAK 34.9417 -111.7517 1500.8 AZ OAK CREEK ARIZONA +USR0000AODE 34.6242 -93.8061 273.1 AR ODEN ARKANSAS +USR0000AOKL 64.0217 -146.2522 483.7 AK OKLAHOMA ALASKA +USR0000AOKM 32.9572 -87.1706 110.6 AL OAKMULGEE ALABAMA +USR0000AOLA 36.5072 -113.8161 883.9 AZ OLAF KNOLLS ARIZONA +USR0000AOPE 31.0944 -86.5486 83.8 AL OPEN POND - FTS ALABAMA +USR0000APAL 60.1958 -154.3200 79.2 AK PORT ALSWORTH ALASKA +USR0000APAM 67.7719 -152.1950 823.0 AK PAMICHTUK LAKE ALASKA +USR0000APAR 36.7278 -111.8219 2205.2 AZ PARIA POINT ARIZONA +USR0000APAX 62.9453 -145.5014 813.8 AK PAXSON ALASKA +USR0000APAY 34.2431 -111.3028 1516.4 AZ PAYSON ARIZONA +USR0000APED 59.8944 -149.7308 190.5 AK PEDERSON LAGOON ALASKA +USR0000APLE 34.0933 -110.9333 1539.2 AZ PLEASANT VALLEY ARIZONA +USR0000APOO 64.1050 -155.5583 285.0 AK POORMAN ALASKA +USR0000APRE 65.9233 -145.0300 316.4 AK PREACHER CREEK ALASKA +USR0000APRO 34.3694 -111.0250 2377.4 AZ PROMONTORY ARIZONA +USR0000APTM 61.4225 -150.0914 61.0 AK PT. MAC ALASKA +USR0000AQTZ 65.4000 -164.6500 130.1 AK QUARTZ CREEK ALASKA +USR0000AQUA 37.5222 -112.2711 2438.4 UT AQUA CANYON - BRYCE CANYON NP. +USR0000ARAB 61.0844 -149.7283 451.1 AK RABBIT CREEK ALASKA +USR0000ARAG 40.5983 -113.0217 1533.1 UT ARAGONITE UTAH +USR0000AREI 61.7161 -162.6650 42.7 AK REINDEER RIVER ALASKA +USR0000AREN 62.7100 -146.6181 792.5 AK RENEE ALASKA +USR0000ARIN 32.2056 -110.5481 2511.6 AZ RINCON ARIZONA +USR0000ARMC 67.6853 -154.4731 914.4 AK RAM CREEK ALASKA +USR0000AROB 36.4706 -112.8414 1694.7 AZ ROBINSON TANK ARIZONA +USR0000AROO 33.6550 -111.1333 664.5 AZ ROOSEVELT ARIZONA +USR0000AROU 64.6847 -153.9400 173.7 AK ROUND LAKE ALASKA +USR0000ARUC 31.7611 -109.3486 1737.4 AZ RUCKER ARIZONA +USR0000ARUT 62.7097 -150.5397 1005.8 AK RUTH GLACIER ALASKA +USR0000ASAG 32.3167 -110.8133 944.9 AZ SAGUARO ARIZONA +USR0000ASAK 60.4967 -151.0142 47.2 AK SOLDOTNA AKKKS ALASKA +USR0000ASAL 66.8125 -141.6200 673.6 AK SALMON TROUT ALASKA +USR0000ASAR 64.8000 -147.6167 149.4 AK SMALL ARMS RANGE ALASKA +USR0000ASAS 31.6908 -111.4500 1066.8 AZ SASABE ARIZONA +USR0000ASCA 33.3717 -110.4569 846.4 AZ SAN CARLOS #1 ARIZONA +USR0000ASEL 66.6033 -159.1125 32.0 AK SELAWIK ALASKA +USR0000ASES 31.9100 -111.8975 721.2 AZ SELLES ARIZONA +USR0000ASEV 65.9383 -149.8550 250.9 AK SEVEN MILE ALASKA +USR0000ASHC 55.5317 -131.3433 152.4 AK SHELTER COVE ALASKA +USR0000ASHK 33.6472 -85.6344 276.8 AL SHOAL CREEK ALABAMA +USR0000ASIL 35.9700 -92.7458 283.5 AR SILVER HILL ARKANSAS +USR0000ASIS 67.9950 -160.3956 555.7 AK SISIAK ALASKA +USR0000ASIT 61.2583 -149.5283 1196.0 AK SITE SUMMIT ALASKA +USR0000ASKI 60.4839 -150.4606 179.8 AK SKILAK GUARD STATION ALASKA +USR0000ASKT 64.6328 -159.9022 563.9 AK SHAKTOOLIK RIVER ALASKA +USR0000ASLC 64.5900 -146.1400 304.8 AK SALCHA ALASKA +USR0000ASLR 67.4597 -159.8405 366.1 AK SALMON RIVER ALASKA +USR0000ASMI 34.1158 -113.3472 762.0 AZ SMITH PEAK ARIZONA +USR0000ASNI 60.6103 -154.3200 701.0 AK SNIPE LAKE ALASKA +USR0000ASOL 32.4033 -110.7117 2377.4 AZ SOLLERS ARIZONA +USR0000ASSA 37.5167 -112.5556 2468.9 UT ASSAY - HATCH 10SW +USR0000ASTA 34.1667 -112.7333 1097.3 AZ STANTON ARIZONA +USR0000ASTH 33.5406 -109.3169 2139.7 AZ STRAY HORSE ARIZONA +USR0000ASTK 35.8683 -94.2969 497.7 AR STRICKLER ARKANSAS +USR0000ASTM 63.7478 -150.3280 579.1 AK STAMPEDE ALASKA +USR0000ASTO 61.0008 -153.8958 381.0 AK STONEY ALASKA +USR0000ASTR 61.6467 -156.4333 80.8 AK STONEY RIVER ALASKA +USR0000ASTU 64.7189 -146.5044 470.3 AK STUART CREEK ALASKA +USR0000ASUN 34.1953 -112.1417 902.2 AZ SUNSET POINT ARIZONA +USR0000ASWA 60.7278 -150.8722 85.3 AK SWANSON RIVER ALASKA +USR0000ATAG 66.1808 -158.6600 614.8 AK TAG MTN ALASKA +USR0000ATAH 67.5503 -163.5672 294.4 AK TAHINICHOK ALASKA +USR0000ATAK 63.3253 -143.0017 518.8 AK TOK AKTAS ALASKA +USR0000ATAL 33.4411 -86.0811 182.9 AL TALLADEGA ALABAMA +USR0000ATAN 60.9081 -142.6978 1051.6 AK TANA KNOB ALASKA +USR0000ATEB 61.1881 -144.4003 609.6 AK TEBAY ALASKA +USR0000ATEL 63.4400 -153.3567 198.1 AK TELIDA ALASKA +USR0000ATHO 55.7500 -132.9833 548.6 AK THORNE BAY ALASKA +USR0000ATKL 63.5242 -150.0433 944.9 AK TOKLAT ALASKA +USR0000ATLA 63.7533 -143.8167 631.9 AK T LAKE ALASKA +USR0000ATOK 62.9572 -143.3467 701.0 AK TOK RIVER VALLEY ALASKA +USR0000ATRA 33.2667 -109.3683 1913.8 AZ TRAIL CABIN ARIZONA +USR0000ATRU 35.7825 -113.7942 1630.7 AZ TRUXTON CANYON ARIZONA +USR0000ATTA 64.4044 -148.4622 169.5 AK GOLD KING ALASKA +USR0000ATUS 35.9900 -112.1200 2042.2 AZ TUSAYAN ARIZONA +USR0000ATWE 36.5819 -113.7319 1585.0 AZ TWEEDS POINT ARIZONA +USR0000ATWI 36.1006 -113.6339 1809.3 AZ TWIN WEST ARIZONA +USR0000AUCR 64.5167 -143.2022 1113.7 AK UPPER CHARLEY RIVER ALASKA +USR0000AUMI 69.3700 -152.1361 88.1 AK UMIAT AIRFIELD ALASKA +USR0000AUNI 35.2247 -114.3747 1072.9 AZ UNION PASS ARIZONA +USR0000AVER 34.5539 -111.8492 944.9 AZ VERDE ARIZONA +USR0000AVUN 66.7981 -146.7158 160.0 AK VUNZIK LAKE ALASKA +USR0000AWAR 36.7000 -112.2300 2441.4 AZ WARM SPRINGS CANYON ARIZONA +USR0000AWEI 64.3150 -151.0833 320.0 AK WEIN LAKE ALASKA +USR0000AWIG 63.8122 -150.0500 524.3 AK WIGAND ALASKA +USR0000AWLL 61.7650 -150.0503 64.0 AK WILLOW ALASKA +USR0000AWON 63.4903 -150.8714 646.2 AK WONDER LAKE ALASKA +USR0000AYAN 56.9144 -157.0333 29.3 AK YANTARNI BAY ALASKA +USR0000AYEL 36.1542 -113.5417 1877.6 AZ YELLOW JOHN MTN ARIZONA +USR0000AZAR 56.3000 -132.8486 335.3 AK ZAREMBO ALASKA +USR0000BADG 37.1697 -113.9497 1216.2 UT BADGER SPRING - IVINS 14W UTAH +USR0000BARN 37.6131 -111.4208 1679.4 UT BARNEY RESERVOIR - ESCALANTE 1 +USR0000BC83 49.0017 -120.6475 1979.4 WA 83 MONUMENT WASHINGTON +USR0000BEAR 40.8844 -110.8292 2601.8 UT BEAR RIVER UTAH +USR0000BIGI 38.2244 -109.2783 2121.4 UT BIG INDIAN VALLEY - LASAL 6S U +USR0000BKTL 40.2692 -110.5622 2246.1 UT BLACKTAIL UTAH +USR0000BLAC 38.9792 -112.2394 1975.1 UT BLACK CEDAR - FILMORE 5E UTAH +USR0000BRIM 38.3083 -113.3847 1713.0 UT BRIMSTONE RES. - MILFORD 20WSW +USR0000BRUN 39.6097 -110.2944 3109.0 UT BRUIN POINT - SUNNYSIDE 6NNE U +USR0000BRYC 37.6417 -112.1722 2394.2 UT BRYCE CANYON UTAH +USR0000BRYS 39.2933 -109.2372 1621.5 UT BRYSON CANYON UTAH +USR0000BUCF 37.9033 -111.6914 2438.4 UT BUCK FLAT - ESCALANTE 10NW UTA +USR0000BUES 41.1500 -111.9167 1554.5 UT BUES CANYON UTAH +USR0000CABS 40.3983 -122.8333 579.1 CA ARBUCKLE BASIN CALIFORNIA +USR0000CACT 34.4458 -118.2000 792.5 CA ACTON CALIFORNIA +USR0000CAGD 35.1792 -120.3919 319.4 CA ARROYO GRANDE CALIFORNIA +USR0000CALD 39.6514 -122.7236 1310.6 CA ALDER SPRINGS CALIFORNIA +USR0000CALP 32.8336 -116.7392 622.1 CA ALPINE CALIFORNIA +USR0000CALT 37.3581 -122.1472 196.6 CA LOS ALTOS CALIFORNIA +USR0000CAMM 33.3814 -117.2856 325.5 CA AMMO DUMP CALIFORNIA +USR0000CANZ 33.5550 -116.6730 1194.8 CA ANZA CALIFORNIA +USR0000CAPT 40.1867 -123.5903 281.3 CA ALDER POINT CALIFORNIA +USR0000CARR 36.2300 -121.4917 298.7 CA ARROYO SECO (MT. DIABLO) CALIF +USR0000CART 40.8847 -109.4122 2103.1 UT CART CREEK UTAH +USR0000CASC 41.2769 -121.9794 975.4 CA ASH CREEK CALIFORNIA +USR0000CASH 41.0519 -120.6861 1554.5 CA ASH VALLEY CALIFORNIA +USR0000CBAC 40.8892 -123.1422 1432.6 CA BACKBONE CALIFORNIA +USR0000CBAI 39.3794 -105.3394 2420.1 CO BAILEY COLORADO +USR0000CBAL 38.9056 -120.6972 1426.5 CA BALD MTN LOC CALIFORNIA +USR0000CBAR 38.0281 -122.7022 378.0 CA BARNABY CALIFORNIA +USR0000CBAT 37.2319 -119.5083 963.2 CA BATTERSON CALIFORNIA +USR0000CBBR 40.7333 -123.2333 457.2 CA BIG BAR CALIFORNIA +USR0000CBCN 33.5417 -117.5917 213.4 CA BELL CANYON CALIFORNIA +USR0000CBDR 40.0181 -105.3614 2052.2 CO SUGARLOAF COLORADO +USR0000CBDY 35.8644 -120.8031 163.7 CA BRADLEY CALIFORNIA +USR0000CBEA 35.8842 -118.0517 2507.9 CA BEAR PEAK CALIFORNIA +USR0000CBEN 37.8431 -118.4778 1661.2 CA BENTON CALIFORNIA +USR0000CBEU 33.9306 -116.9500 793.7 CA BEAUMONT CALIFORNIA +USR0000CBEV 34.1250 -118.4122 384.0 CA BEVERLY HILLS CALIFORNIA +USR0000CBEY 35.1397 -118.6250 1219.2 CA BEAR VALLEY CALIFORNIA +USR0000CBGR 39.3975 -121.3861 244.8 CA BANGOR CALIFORNIA +USR0000CBIG 37.0203 -106.2006 2540.2 CO BIG HORN COLORADO +USR0000CBIH 41.0975 -123.6358 1088.1 CA BIG HILL CALIFORNIA +USR0000CBIP 34.3789 -117.6919 2108.3 CA BIG PINES CALIFORNIA +USR0000CBIR 38.0394 -122.5700 457.2 CA BIG ROCK CALIFORNIA +USR0000CBKD 37.9500 -121.8844 487.7 CA BLACK DIAMOND CALIFORNIA +USR0000CBKR 40.2789 -122.4869 213.4 CA BAKER CALIFORNIA +USR0000CBLA 38.5428 -107.6869 2609.1 CO BLACK CANYON COLORADO +USR0000CBLD 41.0547 -120.3375 1711.5 CA BLUE DOOR CALIFORNIA +USR0000CBLK 37.8617 -105.2842 2737.7 CO BLACK MOUNTAIN COLORADO +USR0000CBLQ 41.2694 -123.1875 1815.4 CA BLUE RIDGE (KNF) CALIFORNIA +USR0000CBLR 40.8892 -123.1422 1219.2 CA BLUE RIDGE CALIFORNIA +USR0000CBLT 38.5908 -120.9336 275.8 CA BEN BOLT CALIFORNIA +USR0000CBLU 37.7978 -106.7792 3139.4 CO BLUE PARK COLORADO +USR0000CBNL 37.1317 -122.1700 801.6 CA BEN LOMOND CALIFORNIA +USR0000CBOG 40.5981 -121.0831 1722.1 CA BOGARD R.S. CALIFORNIA +USR0000CBOO 38.9875 -123.3486 196.3 CA BOONVILLE CALIFORNIA +USR0000CBOR 35.0767 -117.5850 881.8 CA BORON CALIFORNIA +USR0000CBPI 34.3194 -117.0131 2091.2 CA BIG PINE FLAT CALIFORNIA +USR0000CBR4 38.2719 -119.2892 2026.9 CA BRIDGEPORT 4NW CALIFORNIA +USR0000CBRA 35.1889 -120.0833 1149.1 CA BRANCH MOUNTAIN CALIFORNIA +USR0000CBRF 41.2950 -120.3133 1889.8 CA BEAR FLAT CALIFORNIA +USR0000CBRI 37.9442 -122.1178 442.0 CA BRIONES CALIFORNIA +USR0000CBRK 36.0931 -118.2603 2499.4 CA BLACKROCK CALIFORNIA +USR0000CBRO 38.7383 -122.1447 107.9 CA BROOKS CALIFORNIA +USR0000CBSR 36.2356 -121.7850 137.2 CA BIG SUR CALIFORNIA +USR0000CBUC 37.8233 -120.0975 975.4 CA BUCK MEADOWS CALIFORNIA +USR0000CBUL 40.4808 -120.1139 1339.6 CA BULL FLAT CALIFORNIA +USR0000CBUR 34.2103 -116.6339 1828.8 CA BURNS CANYON CALIFORNIA +USR0000CBUT 40.0789 -121.5039 1511.8 CA BUTTE MEADOWS CALIFORNIA +USR0000CBUU 32.7397 -114.8839 66.1 CA BUTTERCUP CALIFORNIA +USR0000CBVR 38.4883 -120.3250 1524.0 CA BEAVER CAMP LOC CALIFORNIA +USR0000CBZE 41.6853 -122.5942 914.4 CA BRAZIE RANCH CALIFORNIA +USR0000CCAA 32.9736 -115.1736 84.7 CA CAHUILLA CALIFORNIA +USR0000CCAH 36.3469 -121.5108 682.8 CA CAHOON CALIFORNIA +USR0000CCAL 41.3075 -122.7958 955.9 CA CALLAHAN CALIFORNIA +USR0000CCAM 32.7214 -116.4631 1049.4 CA CAMERON FIRE STATION CALIFORNI +USR0000CCAN 41.4342 -120.8678 1314.3 CA CANBY CALIFORNIA +USR0000CCAR 35.0964 -119.7728 759.0 CA CARRIZO CALIFORNIA +USR0000CCAS 33.4450 -117.4181 707.1 CA CASE SPRINGS CALIFORNIA +USR0000CCAT 37.4681 -120.1106 365.8 CA CATHEYS VALLEY CALIFORNIA +USR0000CCCD 38.1869 -105.0211 1755.6 CO CANON CITY (CCDBLMFTS1) COLORA +USR0000CCCI 37.9478 -104.8692 1886.7 CO COLORADO CITY COLORADO +USR0000CCDG 36.7878 -118.6561 1438.7 CA CEDAR GROVE CALIFORNIA +USR0000CCHB 34.1847 -118.7172 502.9 CA CHEESEBORO CALIFORNIA +USR0000CCHC 39.7119 -121.7789 70.1 CA CHICO CALIFORNIA +USR0000CCHE 39.1814 -105.2672 2286.0 CO CHEESEMAN COLORADO +USR0000CCHI 34.3317 -118.0303 1661.2 CA CHILAO CALIFORNIA +USR0000CCHN 37.1994 -108.4892 1885.8 CO CHAPIN COLORADO +USR0000CCHU 34.8083 -119.0125 1493.5 CA CHUCHUPATE CALIFORNIA +USR0000CCLA 34.1369 -117.7069 501.4 CA CLAREMONT CALIFORNIA +USR0000CCLE 34.2711 -118.1525 914.4 CA CLEAR CREEK CALIFORNIA +USR0000CCLK 33.8767 -117.3089 524.3 CA CLARK CALIFORNIA +USR0000CCLV 37.5531 -121.8439 374.9 CA CALAVERAS ROAD CALIFORNIA +USR0000CCMO 36.4108 -118.8092 1966.0 CA CASE MOUNTAIN CALIFORNIA +USR0000CCNC 38.2869 -105.6814 2493.9 CO CANON CITY COLORADO +USR0000CCOA 33.8744 -117.5492 195.1 CA CORONA CALIFORNIA +USR0000CCOC 39.6400 -105.4647 2502.4 CO CORRAL CREEK COLORADO +USR0000CCOH 39.8717 -121.7689 528.2 CA COHASSET CALIFORNIA +USR0000CCOL 41.7750 -122.9503 1674.3 CA COLLINS BALDY CALIFORNIA +USR0000CCON 34.1942 -116.9131 1712.4 CA CONVERSE CALIFORNIA +USR0000CCOO 40.2569 -124.2661 899.2 CA COOSKIE MOUNTAIN CALIFORNIA +USR0000CCOP 38.3139 -105.4844 2365.2 CO COPPER GULCH COLORADO +USR0000CCOR 36.9911 -121.7978 137.2 CA CORRALITOS CALIFORNIA +USR0000CCOT 38.5731 -108.2778 2200.7 CO COTTONWOOD BASIN COLORADO +USR0000CCOU 39.0189 -122.4119 635.5 CA COUNTY LINE CALIFORNIA +USR0000CCP9 34.3617 -118.4217 1219.2 CA CAMP 9 CALIFORNIA +USR0000CCPT 38.4594 -109.0469 2465.2 CO CARPENTER RIDGE COLORADO +USR0000CCRA 37.7617 -119.8247 2025.1 CA CRANE FLAT LOOKOUT CALIFORNIA +USR0000CCRE 37.7450 -118.9833 2316.5 CA CRESTVIEW CALIFORNIA +USR0000CCRN 39.9389 -122.1697 89.6 CA CORNING CALIFORNIA +USR0000CCRO 39.3528 -107.0931 2530.8 CO THE CROWN COLORADO +USR0000CCRR 40.0686 -121.5825 1466.7 CA CARPENTER RIDGE CALIFORNIA +USR0000CCRT 33.7403 -116.8414 594.4 CA CRANSTON CALIFORNIA +USR0000CCRZ 41.9919 -123.6036 1210.1 CA CRAZY PEAK CALIFORNIA +USR0000CCSH 40.0017 -120.9150 1377.7 CA CASHMAN CALIFORNIA +USR0000CCST 34.8333 -119.3667 189.0 CA CASITAS CALIFORNIA +USR0000CCUC 37.0969 -104.9214 2533.8 CO CUCHARA COLORADO +USR0000CDEA 40.0786 -107.3786 2731.0 CO DEAD HORSE COLORADO +USR0000CDEM 39.4600 -108.8800 2181.5 CO DEMAREE COLORADO +USR0000CDES 32.8569 -116.6222 1060.7 CA DESCANSO CALIFORNIA +USR0000CDEV 37.2269 -107.3047 2243.3 CO DEVIL MTN COLORADO +USR0000CDGR 41.5300 -120.6714 1530.7 CA DEVILS GARDEN CALIFORNIA +USR0000CDIA 37.3292 -121.2939 563.9 CA DIABLO GRANDE CALIFORNIA +USR0000CDIN 40.5086 -108.9106 1816.6 CO DINOSAUR N.M. COLORADO +USR0000CDMC 35.5317 -118.6303 718.1 CA DEMOCRAT CALIFORNIA +USR0000CDNK 37.0664 -119.0394 1727.6 CA DINKEY CALIFORNIA +USR0000CDNO 34.0092 -119.6542 243.8 CA DELNORTE CALIFORNIA +USR0000CDOG 39.5619 -120.0478 1821.5 CA DOG VALLEY CALIFORNIA +USR0000CDOR 39.3036 -121.1172 617.2 CA DORRIS RANCH CALIFORNIA +USR0000CDOW 39.6269 -106.4517 2742.6 CO DOWD JUNCTION COLORADO +USR0000CDOY 40.0222 -120.1056 1292.4 CA DOYLE CALIFORNIA +USR0000CDPP 37.6300 -119.0933 2304.3 CA DEVILS POST PILE CALIFORNIA +USR0000CDRA 39.9153 -108.8875 1920.2 CO DRAGON ROAD COLORADO +USR0000CDRY 40.5350 -106.7808 2535.9 CO DRY LAKE COLORADO +USR0000CDUN 39.1439 -120.5089 2164.1 CA DUNCAN CALIFORNIA +USR0000CDVA 34.4311 -118.6828 389.5 CA DEL VALLE CALIFORNIA +USR0000CDVR 34.2211 -117.4044 627.0 CA DEVORE CALIFORNIA +USR0000CEAG 39.9278 -122.6569 1131.7 CA EAGLE PEAK CALIFORNIA +USR0000CEDM 40.3008 -112.7764 1219.2 UT CEDAR MOUNTAINS - STOCKTON 24W +USR0000CEEC 40.1383 -123.8236 135.9 CA EEL RIVER CAMP CALIFORNIA +USR0000CEEL 39.8333 -123.0833 457.2 CA EEL RIVER CALIFORNIA +USR0000CELC 33.6472 -117.4111 926.0 CA EL CARISO CALIFORNIA +USR0000CELI 38.0631 -120.2469 1503.6 CA MOUNT ELIZABETH CALIFORNIA +USR0000CELM 34.6344 -117.5503 877.8 CA EL MIRAGE CALIFORNIA +USR0000CERN 40.0458 -108.2000 2133.6 CO ERNIE GULCH COLORADO +USR0000CESP 38.2428 -120.5150 780.0 CA ESPERANZA CALIFORNIA +USR0000CEST 40.3667 -105.5500 2383.5 CO ESTES PARK COLORADO +USR0000CFAN 36.8839 -119.4658 280.4 CA FANCHER CREEK CALIFORNIA +USR0000CFAW 34.2661 -116.8989 2103.1 CA FAWNSKIN CALIFORNIA +USR0000CFEN 36.9614 -119.1750 1538.6 CA FENCE MEADOW CALIFORNIA +USR0000CFHL 36.0117 -121.2417 335.3 CA FORT HUNTER LIGGET CALIFORNIA +USR0000CFIG 34.7331 -120.0067 975.4 CA FIGUEROA CALIFORNIA +USR0000CFIS 32.9903 -116.0669 231.6 CA FISH CREEK MTN CALIFORNIA +USR0000CFIV 35.8717 -117.9183 1264.9 CA FIVE MILE CALIFORNIA +USR0000CFO1 36.6269 -121.7981 140.2 CA FORT ORD #1 CALIFORNIA +USR0000CFO2 36.6269 -121.7864 149.4 CA FORT ORD #2 CALIFORNIA +USR0000CFOR 39.0914 -120.7317 1327.4 CA FORESTHILL CALIFORNIA +USR0000CFOU 35.8922 -118.9150 64.0 CA FOUNTAIN SPRINGS CALIFORNIA +USR0000CFRE 33.8081 -117.7111 542.8 CA FREMONT CANYON CALIFORNIA +USR0000CFRI 40.5050 -123.3417 1219.2 CA FRIEND MOUNTAIN CALIFORNIA +USR0000CFSL 37.4783 -118.4078 1371.6 CA FISH SLOUGH CALIFORNIA +USR0000CFTC 38.6586 -104.8539 2042.2 CO FT. CARSON COLORADO +USR0000CGAS 41.8458 -123.9792 152.4 CA GASQUET CALIFORNIA +USR0000CGHP 40.7817 -120.7844 1877.0 CA GRASSHOPPER CALIFORNIA +USR0000CGOO 33.0736 -116.8458 466.3 CA GOOSE VALLEY CALIFORNIA +USR0000CGOR 40.7586 -120.8961 1889.8 CA GORDON CALIFORNIA +USR0000CGRA 34.5356 -117.0258 1438.7 CA GRANITE MOUNTAIN CALIFORNIA +USR0000CGRE 40.7578 -107.8533 2194.6 CO GREAT DIVIDE COLORADO +USR0000CGSP 37.8331 -120.5000 310.9 CA GREEN SPRING CALIFORNIA +USR0000CGUN 40.2092 -106.3292 2566.4 CO GUNSIGHT COLORADO +USR0000CGYP 39.6953 -106.9731 2237.2 CO GYPSUM COLORADO +USR0000CGZF 38.6197 -120.5614 1140.0 CA GRIZZLY FLAT CALIFORNIA +USR0000CHAS 36.3886 -121.5517 574.5 CA HASTINGS CALIFORNIA +USR0000CHAW 38.7817 -122.9169 609.6 CA HAWKEYE CALIFORNIA +USR0000CHAY 40.5500 -123.1650 708.1 CA HAYFORK CALIFORNIA +USR0000CHEL 39.0717 -120.4217 1597.2 CA HELL HOLE CALIFORNIA +USR0000CHEP 40.8111 -110.0747 3694.2 UT CHEPETA UTAH +USR0000CHER 36.3825 -120.8558 1137.8 CA HERNANDEZ CALIFORNIA +USR0000CHGL 39.2083 -122.8083 1475.2 CA HIGH GLADE LOOKOUT CALIFORNIA +USR0000CHIG 37.3147 -119.0383 2256.4 CA HIGH SIERRA CALIFORNIA +USR0000CHLD 39.0308 -123.0806 817.5 CA HOPLAND CALIFORNIA +USR0000CHLR 36.8422 -121.3622 123.1 CA HOLLISTER CALIFORNIA +USR0000CHMT 39.6919 -107.7719 2148.8 CO HORSE MOUNTAIN COLORADO +USR0000CHNM 36.5625 -117.4736 2097.0 CA HUNTER MOUNTAIN CALIFORNIA +USR0000CHOL 40.6306 -120.5028 1554.5 CA HORSE LAKE CALIFORNIA +USR0000CHOO 41.0478 -123.6714 114.3 CA HOOPA CALIFORNIA +USR0000CHOR 35.7706 -115.9092 1524.0 CA HORSE THIEF SPRINGS CALIFORNIA +USR0000CHUM 38.3319 -107.0889 2865.1 CO HUNTSMAN MESA COLORADO +USR0000CHUN 39.7667 -108.3167 2231.1 CO HUNTER CREEK COLORADO +USR0000CHUR 37.0153 -119.5678 366.1 CA HURLEY CALIFORNIA +USR0000CIND 41.7417 -121.5383 1453.9 CA INDIAN WELL CALIFORNIA +USR0000CJAC 38.7533 -108.5797 2334.8 CO JACKS CANYON COLORADO +USR0000CJAR 39.7358 -121.4889 759.0 CA JARBO GAP CALIFORNIA +USR0000CJAY 38.8417 -107.7361 1889.8 CO JAY COLORADO +USR0000CJER 37.5436 -119.8386 1188.7 CA JERSEYDALE CALIFORNIA +USR0000CJFL 33.7781 -117.0850 646.2 CA JUNIPER FLAT CALIFORNIA +USR0000CJOH 35.9717 -118.5450 1432.6 CA JOHNSONDALE CALIFORNIA +USR0000CJOR 39.7833 -121.3667 1341.1 CA JORDAN CREEK CALIFORNIA +USR0000CJUA 41.7861 -122.0056 1645.9 CA JUANITA LAKE CALIFORNIA +USR0000CJUL 33.0758 -116.5908 1292.4 CA JULIAN CALIFORNIA +USR0000CJUN 41.3322 -120.4725 1332.6 CA JUNIPER CREEK CALIFORNIA +USR0000CKEE 33.6667 -116.7667 1499.6 CA KEENWILD CALIFORNIA +USR0000CKER 35.7550 -118.4167 829.1 CA KERNVILLE CALIFORNIA +USR0000CKET 36.0333 -120.0569 246.9 CA KETTLEMAN HILLS CALIFORNIA +USR0000CKLA 42.9533 -121.5819 1381.0 OR KLAMATH NWR OREGON/CALIF. +USR0000CKNO 38.8619 -122.4172 670.6 CA KNOXVILLE CREEK CALIFORNIA +USR0000CKON 38.9119 -122.7064 659.3 CA KONOCTI CALIFORNIA +USR0000CLAB 37.0547 -121.0531 106.7 CA LOS BANOS CALIFORNIA +USR0000CLAD 40.7392 -108.8347 1798.3 CO LADORE COLORADO +USR0000CLAG 32.8797 -116.4203 1755.6 CA MT. LAGUNA CALIFORNIA +USR0000CLAH 37.3053 -122.2550 265.8 CA LA HONDA CALIFORNIA +USR0000CLAP 35.3811 -120.1875 496.8 CA LA PANZA CALIFORNIA +USR0000CLAR 35.4783 -117.6989 1338.1 CA LAURAL MOUNTAIN CALIFORNIA +USR0000CLAS 40.3442 -121.7136 1267.7 CA LASSEN LODGE CALIFORNIA +USR0000CLAU 40.1417 -120.3533 1767.8 CA LAUFMAN CALIFORNIA +USR0000CLAY 39.7022 -123.4850 554.7 CA LAYTONVILLE CALIFORNIA +USR0000CLDR 40.8072 -121.2967 1752.6 CA LADDER BUTTE CALIFORNIA +USR0000CLEO 34.0456 -118.9358 15.2 CA LEO CARRILLO CALIFORNIA +USR0000CLGA 37.2028 -121.9428 609.6 CA LOS GATOS CALIFORNIA +USR0000CLGE 38.9772 -105.3553 2281.4 CO LAKE GEORGE COLORADO +USR0000CLHO 34.0178 -116.1878 1280.2 CA LOST HORSE CALIFORNIA +USR0000CLIN 38.8825 -121.2683 61.0 CA LINCOLN CALIFORNIA +USR0000CLIT 38.9692 -108.9444 2071.4 CO LITTLE DELORES COLORADO +USR0000CLKL 41.9992 -121.7003 1249.1 CA LOWER KLAMATH CALIFORNIA +USR0000CLOG 37.3517 -107.9150 2514.6 CO LOGCHUTE COLORADO +USR0000CLOP 34.5358 -119.7833 310.9 CA LOS PRIETOS CALIFORNIA +USR0000CLOS 38.2133 -106.7575 2926.1 CO LOS PINOS CREEK COLORADO +USR0000CLSF 33.2889 -117.4389 30.5 CA LAS FLORES CALIFORNIA +USR0000CLST 35.6564 -120.9242 303.0 CA LAS TABLAS CALIFORNIA +USR0000CLTU 34.2936 -118.3608 423.7 CA LITTLE TUJUNGA CALIFORNIA +USR0000CLUJ 38.2544 -106.5678 3399.7 CO LUJAN COLORADO +USR0000CLVR 37.7119 -121.8136 243.8 CA LIVERMORE CALIFORNIA +USR0000CLYO 39.1258 -123.0736 975.4 CA LYONS VALLEY CALIFORNIA +USR0000CLYT 34.2339 -117.4803 851.0 CA LYTLE CREEK CALIFORNIA +USR0000CMAD 40.4633 -123.5239 845.8 CA MAD RIVER CALIFORNIA +USR0000CMAL 34.0583 -118.6333 480.1 CA MALIBU HILLS CALIFORNIA +USR0000CMAN 40.5400 -121.5803 1725.2 CA MANZANITA LAKE CALIFORNIA +USR0000CMAP 40.7964 -123.9367 512.1 CA MAPLE CREEK CALIFORNIA +USR0000CMAR 37.5128 -119.6047 1950.7 CA MARIPOSA GROVE CALIFORNIA +USR0000CMCB 34.0836 -117.0347 899.2 CA MILL CREEK (BDF) CALIFORNIA +USR0000CMCC 39.1267 -107.2847 2748.7 CO MCCLURE PASS COLORADO +USR0000CMCG 39.3528 -123.6011 180.7 CA MCGUIRES CALIFORNIA +USR0000CMEA 34.3906 -116.5169 883.9 CA MEANS LAKE CALIFORNIA +USR0000CMEN 39.8075 -122.9450 1652.0 CA MENDOCINO PASS CALIFORNIA +USR0000CMER 37.6528 -120.0883 792.5 CA MERCED RIVER CALIFORNIA +USR0000CMES 37.0550 -107.7069 2249.4 CO MESA MOUNTAIN COLORADO +USR0000CMET 37.4094 -119.7681 937.9 CA METCALF GAP CALIFORNIA +USR0000CMEY 38.8489 -120.0181 1923.3 CA MEYERS CALIFORNIA +USR0000CMID 35.1231 -115.4114 1649.9 CA MID HILLS CALIFORNIA +USR0000CMIL 34.3903 -118.0825 1530.4 CA MILL CREEK (ANF) CALIFORNIA +USR0000CMIO 36.2314 -118.8689 586.1 CA MILO CALIFORNIA +USR0000CMLR 37.8172 -121.7789 621.8 CA MALLORY RIDGE CALIFORNIA +USR0000CMNC 34.4614 -119.6481 457.2 CA MONTECITO CALIFORNIA +USR0000CMOD 41.4589 -120.3536 1335.0 CA MODOC NWR CALIFORNIA +USR0000CMOJ 35.0531 -116.0794 289.6 CA MOJAVE RIVER SINK CALIFORNIA +USR0000CMOR 34.3175 -117.5019 1005.8 CA MORMON ROCK CALIFORNIA +USR0000CMOU 37.0544 -119.3711 1249.7 CA MOUNTAIN REST CALIFORNIA +USR0000CMRF 37.3006 -108.4133 2383.5 CO MOREFIELD COLORADO +USR0000CMRK 38.6833 -119.7667 1676.7 CA MARKLEEVILLE CALIFORNIA +USR0000CMS2 41.3156 -122.3156 0.0 CA MT. SHASTA CALIFORNIA +USR0000CMSA 37.5042 -119.9869 680.0 CA MARIPOSA CALIFORNIA +USR0000CMTD 37.8817 -121.9142 1173.2 CA MT. DIABLO CALIFORNIA +USR0000CMTZ 38.3894 -120.6511 902.2 CA MOUNT ZION CALIFORNIA +USR0000CNEE 38.3894 -106.5303 2712.7 CO NEEDLE CREEK COLORADO +USR0000CNFO 37.2331 -119.5047 829.1 CA NORTH FORK CALIFORNIA +USR0000CNOV 40.6314 -103.8367 1461.2 CO NOVEMBER 01 COLORADO +USR0000CNUC 38.2297 -108.5583 1786.1 CO NUCLA COLORADO +USR0000COAB 40.6506 -122.6056 404.2 CA OAK BOTTOM CALIFORNIA +USR0000COAK 41.8386 -122.8500 591.3 CA OAK KNOLL CALIFORNIA +USR0000COAM 41.0064 -121.9833 518.2 CA OAK MOUNTAIN CALIFORNIA +USR0000COCR 36.8425 -118.2594 1479.8 CA OAK CREEK CALIFORNIA +USR0000COJA 34.4483 -119.2303 233.2 CA OJAI CALIFORNIA +USR0000COKG 33.3933 -116.7950 838.8 CA OAK GROVE CALIFORNIA +USR0000COKN 37.8650 -122.2208 427.6 CA OAKLAND NORTH CALIFORNIA +USR0000COKO 36.1753 -118.7017 987.6 CA OAK OPENING CALIFORNIA +USR0000COKS 37.7861 -122.1447 333.8 CA OAKLAND SOUTH CALIFORNIA +USR0000COPA 35.1542 -117.1756 987.6 CA OPAL MOUNTAIN CALIFORNIA +USR0000COTT 39.8358 -109.5811 1706.9 UT COTTONWOOD WASH UTAH +USR0000COWE 38.7333 -120.2450 1597.2 CA OWENS CAMP LOC CALIFORNIA +USR0000COWV 37.3900 -118.5506 1414.3 CA OWENS VALLEY CALIFORNIA +USR0000COZE 34.6819 -119.3539 1118.6 CA OZENA CALIFORNIA +USR0000CPAN 36.1203 -117.0878 2097.0 CA PANAMINT CALIFORNIA +USR0000CPAR 35.8989 -120.4319 467.9 CA PARKFIELD CALIFORNIA +USR0000CPAT 40.2950 -122.8667 1066.8 CA PATTY MOCUS CALIFORNIA +USR0000CPCG 39.8744 -105.5164 2859.0 CO PICKLE GULCH COLORADO +USR0000CPCY 37.9056 -104.0556 1633.7 CO PINION CANYON COLORADO +USR0000CPHI 33.0164 -116.6339 0.0 CA PINE HILLS CALIFORNIA +USR0000CPIC 32.9500 -114.7322 256.0 CA PICACHO WASH CALIFORNIA +USR0000CPIE 40.2461 -120.6422 1737.4 CA PIERCE CALIFORNIA +USR0000CPIH 36.6853 -119.0000 1237.5 CA PINEHURST CALIFORNIA +USR0000CPIK 39.4750 -121.2025 1132.0 CA PIKE COUNTY LOOKOUT CALIFORNIA +USR0000CPIL 38.8325 -121.0086 365.8 CA PILOT HILL CALIFORNIA +USR0000CPIN 40.0097 -108.4597 2115.3 CO PINTO COLORADO +USR0000CPIR 34.4044 -118.8100 187.1 CA PIRU CALIFORNIA +USR0000CPKR 36.7242 -118.9425 2298.2 CA PARK RIDGE CALIFORNIA +USR0000CPNN 36.4708 -121.1472 402.9 CA PINNACLES CALIFORNIA +USR0000CPNR 39.2603 -108.4072 2011.7 CO PINE RIDGE COLORADO +USR0000CPOP 34.7325 -118.3833 841.2 CA POPPY PARK CALIFORNIA +USR0000CPOR 40.0978 -106.6464 2712.7 CO PORCUPINE CREEK COLORADO +USR0000CPOT 32.6058 -116.6089 714.8 CA POTRERO CALIFORNIA +USR0000CPOV 37.4431 -121.7706 629.7 CA POVERTY CALIFORNIA +USR0000CPRD 36.7269 -120.7658 619.4 CA PANOCHE ROAD CALIFORNIA +USR0000CPUL 37.4750 -122.2981 196.3 CA PULGAS CALIFORNIA +USR0000CQUA 41.5992 -122.9336 1287.8 CA QUARTZ HILL CALIFORNIA +USR0000CQUI 39.9733 -120.9419 1066.8 CA QUINCY RD CALIFORNIA +USR0000CRAN 40.1697 -108.7900 1976.3 CO RANGELY COLORADO +USR0000CRAT 38.4658 -112.7153 2185.4 UT CRATER KNOLL - BEAVER 14NNW UT +USR0000CRAV 40.7308 -120.3164 1614.8 CA RAVENDALE CALIFORNIA +USR0000CRCH 33.2222 -116.4975 1345.7 CA RANCHITA CALIFORNIA +USR0000CRDR 39.3036 -121.1172 599.8 CA READER RANCH CALIFORNIA +USR0000CRDS 40.5708 -105.2264 1853.8 CO REDSTONE COLORADO +USR0000CREA 40.5158 -122.2906 152.4 CA REDDING AIRPORT CALIFORNIA +USR0000CRED 38.8272 -106.2111 2682.2 CO RED DEER COLORADO +USR0000CREF 40.7981 -105.5722 2499.4 CO RED FEATHER COLORADO +USR0000CRIC 34.0608 -114.7322 249.9 CA RICE VALLEY CALIFORNIA +USR0000CRIF 39.5122 -107.7492 1865.4 CO RIFLE COLORADO +USR0000CROC 37.5514 -118.6672 2145.8 CA ROCK CREEK +USR0000CROD 39.6681 -123.3211 740.1 CA RODEO VALLEY +USR0000CROS 34.5431 -119.1842 1015.3 CA ROSE VALLEY CALIFORNIA +USR0000CROU 41.4272 -121.4639 1602.6 CA ROUND MOUNTAIN +USR0000CRSP 37.5019 -121.7355 932.7 CA ROSE PEAK CALIFORNIA +USR0000CRTL 36.4069 -118.4217 2621.3 CA RATTLESNAKE CALIFORNIA +USR0000CRUS 41.2944 -120.8639 1463.0 CA RUSH CREEK CALIFORNIA +USR0000CRUT 40.2506 -123.3158 832.7 CA RUTH CALIFORNIA +USR0000CSAC 39.4172 -122.1825 36.6 CA SACRAMENTO NWR CALIFORNIA +USR0000CSAD 34.6847 -117.8208 789.4 CA SADDLEBACK BUTTE CALIFORNIA +USR0000CSAL 37.6511 -108.5364 2484.1 CO SALTER COLORADO +USR0000CSAN 38.1917 -108.2167 2417.1 CO SANBORN PARK COLORADO +USR0000CSAU 34.4250 -118.5250 442.0 CA SAUGUS CALIFORNIA +USR0000CSAW 41.3003 -123.1322 668.1 CA SAWYERS BAR CALIFORNIA +USR0000CSBB 33.4833 -119.0333 53.6 CA SANTA BARBARA ISLAND CALIFORNI +USR0000CSCI 33.9958 -119.7222 76.2 CA SANTA CRUZ ISLAND CALIFORNIA +USR0000CSCN 41.1117 -122.6967 1341.1 CA SCORPION CALIFORNIA +USR0000CSDC 39.4250 -122.9772 540.4 CA SODA CREEK CALIFORNIA +USR0000CSDD 39.6375 -120.8653 2033.0 CA SADDLEBACK CALIFORNIA +USR0000CSEC 39.1836 -120.8847 861.4 CA SECRET TOWN CALIFORNIA +USR0000CSFD 34.1208 -117.9458 152.4 CA SANTA FE DAM CALIFORNIA +USR0000CSHA 37.1350 -119.2561 1751.4 CA SHAVER CALIFORNIA +USR0000CSHH 41.1383 -123.9056 804.7 CA SCHOOL HOUSE CALIFORNIA +USR0000CSHI 41.7358 -123.7917 1615.4 CA SHIP MTN. CALIFORNIA +USR0000CSHQ 36.5672 -118.9556 1240.2 CA SHADEQUARTER CALIFORNIA +USR0000CSIM 41.0750 -122.3733 731.5 CA SIMS CALIFORNIA +USR0000CSIV 34.2911 -118.8144 278.6 CA SIMI VALLEY CALIFORNIA +USR0000CSKU 39.5625 -107.4200 2680.1 CO STORM KING MOUNTAIN COLORADO +USR0000CSLA 41.8586 -123.3525 1423.4 CA SLATER BUTTE CALIFORNIA +USR0000CSLP 40.2708 -105.8328 2621.3 CO HARBISON MEADOW COLORADO +USR0000CSMI 32.6850 -116.9736 129.5 CA SAN MIGUEL CALIFORNIA +USR0000CSNL 37.1822 -120.7939 19.8 CA SAN LUIS NWR CALIFORNIA +USR0000CSNR 36.3478 -120.5978 1524.0 CA SANTA RITA CALIFORNIA +USR0000CSOD 39.5600 -105.9864 2926.1 CO SODA CREEK COLORADO +USR0000CSOL 40.9258 -121.5856 1130.8 CA SOLDIER MOUNTAIN CALIFORNIA +USR0000CSOM 41.3900 -123.4958 280.4 CA SOMES BAR CALIFORNIA +USR0000CSQS 35.3700 -117.5683 1103.4 CA SQUAW SPRINGS CALIFORNIA +USR0000CSQU 32.9083 -114.4944 91.4 CA SQUAW LAKE CALIFORNIA +USR0000CSRI 33.9778 -120.0778 395.6 CA SANTA ROSA ISLAND CALIFORNIA +USR0000CSRO 33.5286 -117.2306 603.5 CA SANTA ROSA PLATEAU CALIFORNIA +USR0000CSRS 38.4786 -122.7119 175.6 CA SANTA ROSA CALIFORNIA +USR0000CSTA 39.4833 -120.0750 2093.1 CA STAMPEDE CALIFORNIA +USR0000CSTO 39.3669 -122.5750 365.8 CA STONYFORD CALIFORNIA +USR0000CSUF 40.9167 -122.4383 1280.2 CA SUGARLOAF (SHF) CALIFORNIA +USR0000CSUG 36.7267 -118.6750 2475.0 CA SUGARLOAF CALIFORNIA +USR0000CSVA 37.5625 -122.4364 327.7 CA SPRING VALLEY CALIFORNIA +USR0000CTAL 33.4781 -117.4858 366.7 CA TALEGA CALIFORNIA +USR0000CTAN 34.2069 -117.7606 792.5 CA TANBARK CALIFORNIA +USR0000CTAR 33.3722 -117.3589 279.8 CA TARGET RANGE CALIFORNIA +USR0000CTAY 38.9078 -106.6017 3173.0 CO TAYLOR PARK COLORADO +USR0000CTE2 34.4806 -118.7556 347.5 CA TEMESCAL (LPF) CALIFORNIA +USR0000CTEM 34.4833 -118.6000 323.1 CA TEMESCAL CALIFORNIA +USR0000CTHM 38.6197 -105.3908 2579.5 CO THOMPSON MTN COLORADO CCDBLMFT +USR0000CTHO 39.8644 -122.6097 317.0 CA THOMES CREEK CALIFORNIA +USR0000CTHS 34.2100 -118.8700 242.3 CA THOUSAND OAKS CALIFORNIA +USR0000CTIM 41.6294 -121.2981 1511.8 CA TIMBER MOUNTAIN CALIFORNIA +USR0000CTM2 33.7625 -117.4828 342.9 CA TEMESCAL (CNF) CALIFORNIA +USR0000CTOM 37.3761 -119.1783 2748.7 CA MOUNT TOM CALIFORNIA +USR0000CTRA 37.8339 -122.0669 536.4 CA LAS TRAMPAS CALIFORNIA +USR0000CTRI 40.7864 -122.8045 1008.3 CA TRINITY CAMP CALIFORNIA +USR0000CTRM 36.9111 -119.3050 469.4 CA TRIMMER CALIFORNIA +USR0000CTUO 37.8683 -119.3183 2825.5 CA GAYLOR MEADOW CALIFORNIA +USR0000CUHL 35.8889 -118.6333 1133.9 CA UHL / HOT SPRINGS +USR0000CUND 40.7219 -123.4953 792.5 CA UNDERWOOD CALIFORNIA +USR0000CVAL 33.2372 -117.0086 452.0 CA VALLEY CENTER CALIFORNIA +USR0000CVAN 41.6431 -121.7939 1502.1 CA VAN BREMMER CALIFORNIA +USR0000CVAY 34.4456 -117.8511 1152.1 CA VALYERMO CALIFORNIA +USR0000CVND 34.7586 -120.4861 320.0 CA VANDENBERG CALIFORNIA +USR0000CWAK 38.5653 -119.4592 1658.1 CA WALKER CALIFORNIA +USR0000CWAL 35.6647 -118.0569 1698.3 CA WALKER PASS CALIFORNIA +USR0000CWAR 34.5958 -118.5786 1502.7 CA WARM SPRINGS CALIFORNIA +USR0000CWAT 39.4822 -105.2092 2659.4 CO WATERTON NORTH COLORADO +USR0000CWEA 40.7350 -122.9433 640.1 CA WEAVERVILLE CALIFORNIA +USR0000CWEE 41.4789 -122.4539 893.1 CA WEED AIRPORT CALIFORNIA +USR0000CWES 40.3067 -120.9000 1767.8 CA WESTWOOD CALIFORNIA +USR0000CWHC 39.3167 -120.8375 1316.7 CA WHITE CLOUD CALIFORNIA +USR0000CWHH 33.9839 -118.0100 289.6 CA WHITTIER HILLS CALIFORNIA +USR0000CWHT 40.6194 -121.8994 736.7 CA WHITMORE CALIFORNIA +USR0000CWIL 34.3717 -118.8408 501.4 CA WILEY RIDGE CALIFORNIA +USR0000CWOF 35.7217 -118.4989 960.1 CA WOFFORD HEIGHTS CALIFORNIA +USR0000CWOL 36.4450 -118.7033 1597.2 CA WOLVERTON CALIFORNIA +USR0000CWOO 37.9906 -122.6447 426.7 CA WOODACRE CALIFORNIA +USR0000CWPK 34.5686 -118.7403 1255.8 CA WHITAKER PEAK CALIFORNIA +USR0000CWSC 38.0039 -105.0564 2804.2 CO WILLIS CREEK COLORADO +USR0000CWWC 40.3517 -106.2153 2962.7 CO WILLOW CREEK COLORADO +USR0000CWWO 37.8511 -119.6500 2446.0 CA WHITE WOLF CALIFORNIA +USR0000CYOL 40.3375 -123.0656 1378.8 CA YOLLA BOLLA CALIFORNIA +USR0000CYUC 34.1233 -116.4078 993.6 CA YUCCA VALLEY CALIFORNIA +USR0000CYUR 41.2897 -123.8575 150.9 CA YUROK CALIFORNIA +USR0000DIAM 40.6172 -109.2428 1676.4 UT DIAMOND RIM +USR0000DPRI 38.8333 -75.3333 457.2 DE PRIME HOOK DELAWARE +USR0000ENSI 40.8000 -111.9167 1709.0 UT ENSIGN - BOUNTIFUL 5NE +USR0000ENTR 37.5586 -113.7172 1627.6 UT ENTERPRISE UTAH +USR0000FBLO 30.5872 -84.9886 30.5 FL BLOXHAM FLORIDA +USR0000FCAC 25.3903 -80.6803 1.5 FL CACHE FLORIDA +USR0000FCEN 29.1050 -81.6300 18.6 FL CENTRAL FLORIDA +USR0000FCHE 25.6250 -80.5797 1.5 FL CHEKIKA FLORIDA +USR0000FIVE 39.8811 -110.2658 2438.4 UT FIVE MILE - DUCHESNE 18SSE UTA +USR0000FLSU 29.3731 -83.0344 4.6 FL LOWER SUWANNEE FLORIDA +USR0000FMER 28.6408 -80.7308 9.1 FL MERRITT ISLAND FLORIDA +USR0000FMIL 26.2483 -81.2967 4.6 FL MILES CITY FLORIDA +USR0000FNAV 30.3664 -87.1375 4.6 FL NAVAL LIVE OAKS FLORIDA +USR0000FOAS 25.8500 -81.0300 2.4 FL OASIS FLORIDA +USR0000FOCH 25.9167 -81.2833 2.1 FL OCHOPEE FLORIDA +USR0000FOLU 30.2000 -82.4000 45.7 FL OLUSTEE FLORIDA +USR0000FRAC 25.9708 -80.9000 2.1 FL RACCOON POINT FLORIDA +USR0000FSAN 30.2300 -84.6800 22.6 FL SANBORN FLORIDA +USR0000FSTM 30.1333 -84.1333 4.6 FL ST. MARKS (EAST) FLORIDA +USR0000FSUM 30.0175 -84.9842 18.3 FL SUMATRA FLORIDA +USR0000FTEN 25.6097 -80.8503 1.5 FL TEN MILE CORNER FLORIDA +USR0000FTOP 39.3375 -110.6000 1865.4 UT FLATTOP MOUNTAIN - CLEVELAND 1 +USR0000FWIL 30.1694 -84.9344 15.2 FL WILMA FLORIDA +USR0000GARM 34.6953 -85.1736 351.1 GA ARMUCHEE #1 GEORGIA +USR0000GATH 33.8967 -83.3656 205.7 GA WATKINSVILLE GEORGIA +USR0000GBAX 31.7136 -82.3878 33.2 GA BAXLEY GEORGIA +USR0000GBRA 34.8028 -83.7100 999.7 GA BRASSTOWN #1 GEORGIA +USR0000GBRE 33.0097 -83.7397 91.4 GA BRENDER GEORGIA +USR0000GBYR 32.2033 -83.9319 152.4 GA BYROMVILLE GEORGIA +USR0000GCAM 34.6300 -84.0975 531.3 GA CAMP MERRILL GEORGIA +USR0000GCHA 34.6403 -83.5219 457.2 GA CHATTOOGA #1 GEORGIA +USR0000GCHS 34.7700 -84.5833 609.6 GA CHATSWORTH GEORGIA +USR0000GCML 31.2142 -84.2364 18.9 GA CAMILLA GEORGIA +USR0000GCOH 34.9225 -84.6594 525.5 GA COHUTTA #1 GEORGIA +USR0000GCOO 31.1097 -83.4269 46.9 GA ADEL GEORGIA +USR0000GDAL 33.8333 -84.7400 276.5 GA DALLAS GEORGIA +USR0000GDAW 34.3761 -84.0597 369.7 GA DAWSONVILLE GEORGIA +USR0000GJON 30.8289 -82.3600 34.7 GA JONES ISLAND GEORGIA +USR0000GLOU 32.9750 -82.3528 60.0 GA LOUISVILLE GEORGIA +USR0000GMCI 32.7797 -83.2500 128.0 GA MILLEDGEVILLE GEORGIA +USR0000GMCR 32.0097 -82.9000 76.2 GA MCRAE GEORGIA +USR0000GMET 32.3911 -82.0372 30.2 GA METTER GEORGIA +USR0000GMID 31.7842 -81.4386 6.1 GA MIDWAY GEORGIA +USR0000GNEW 33.3653 -84.8594 236.2 GA NEWNAN GEORGIA +USR0000GOCO 33.2083 -83.7136 145.1 GA OCONEE #1 GEORGIA +USR0000GPLA 32.0097 -84.3300 160.3 GA PLAINS/SUMTER GEORGIA +USR0000GSTA 30.9172 -81.4294 7.6 GA STAFFORD-CUIS GEORGIA +USR0000GSTE 31.2569 -81.6106 2.1 GA STERLING GEORGIA +USR0000GTAL 34.9058 -83.3344 831.5 GA TALLULAH #1 GEORGIA +USR0000GTOC 34.7650 -84.0744 736.1 GA TOCCOA #1 GEORGIA +USR0000GWAS 33.7806 -82.8161 180.7 GA WASHINGTON GEORGIA +USR0000GWAY 31.1100 -82.2600 38.1 GA WAYCROSS GEORGIA +USR0000HEWI 40.9528 -110.4806 1981.2 UT HEWINTA UTAH +USR0000HHAI 20.5803 -156.5711 365.8 HI HAKIOAWA HAWAII +USR0000HHAK 19.8211 -155.3306 1950.7 HI HAKALAU HAWAII +USR0000HHON 20.5089 -156.6817 21.3 HI HONOKANAI'A HAWAII +USR0000HKAH 21.6792 -157.9894 181.7 HI KAHUKU TRAINING AREA HAWAII +USR0000HKAN 20.5222 -156.5658 248.4 HI KANELOA HAWAII +USR0000HKAU 20.6842 -156.1519 1228.3 HI KAUPO GAP HAWAII +USR0000HKEA 19.4756 -155.3628 1706.9 HI KEAMOKU LAVA FLOW HAWAII +USR0000HKII 21.6883 -157.9525 1.5 HI KII HAWAII +USR0000HKLL 20.5436 -156.6408 251.5 HI KEALIALALO HAWAII +USR0000HKMO 19.4736 -155.3589 1682.5 HI KEAUMO HAWAII +USR0000HLAN 20.8733 -157.0064 387.1 HI LANAI 1 HAWAII +USR0000HLUA 20.5625 -156.5631 335.3 HI LUA MAKIKA HAWAII +USR0000HMAH 22.1306 -159.7153 545.0 HI MAKAHA RIDGE HAWAII +USR0000HMAK 21.2033 -156.9661 22.9 HI MAKAPULAPAI HAWAII +USR0000HMAP 21.5261 -158.2042 158.5 HI MAKUA VALLEY HAWAII +USR0000HMAR 21.5286 -158.2261 6.1 HI MAKUA RANGE HAWAII +USR0000HMLK 21.1150 -156.9475 833.0 HI MOLOKAI 1 HAWAII +USR0000HMOL 22.1833 -159.3375 85.3 HI MOLOAA DAIRY HAWAII +USR0000HMRG 21.5428 -158.1989 533.4 HI MAKUA RIDGE HAWAII +USR0000HORR 39.9336 -110.8617 2584.7 UT HORSE RIDGE UTAH +USR0000HORS 38.6667 -112.6508 1831.8 UT HORSE HOLLOW - COVE FORT 5W UT +USR0000HPAL 19.3175 -155.2922 847.3 HI PALI 2 HAWAII +USR0000HPTA 19.6828 -155.5453 1959.9 HI PTA EAST HAWAII +USR0000HPTK 19.6669 -155.7078 1641.3 HI PTA KIPUKA ALALA HAWAII +USR0000HPTP 19.7456 -155.6272 1755.6 HI PTA PORTABLE HAWAII +USR0000HPTW 19.7717 -155.7022 1307.6 HI PTA WEST HAWAII +USR0000HPUW 19.7950 -155.8453 709.0 HI PUU WAAWAA HAWAII +USR0000HSCH 21.4994 -157.9933 381.0 HI SCHOFIELD EAST HAWAII +USR0000HSCO 21.4950 -158.0819 298.7 HI SCHOFIELD BARRACKS HAWAII +USR0000HSFB 21.5086 -158.1147 346.9 HI SCHOFIELD FIREBREAK HAWAII +USR0000HWAI 21.1419 -156.9222 152.4 HI WAIKOLU VALLEY HAWAII +USR0000HWVA 21.4806 -158.1553 291.7 HI WAIANAE VALLEY HAWAII +USR0000I3MI 44.3958 -112.1081 2019.3 ID 3 MILE IDAHO +USR0000IARC 43.6231 -113.3872 1639.8 ID ARCO IDAHO +USR0000IBAI 41.6317 -87.0878 197.2 IN BAILLY INDIANA +USR0000IBAS 44.3033 -115.2333 2164.1 ID BANNER SUMMIT IDAHO +USR0000IBEA 44.3850 -115.5500 2042.2 ID BEARSKIN CREEK IDAHO +USR0000IBER 42.4061 -114.7278 1368.6 ID BERGER BUTTE IDAHO +USR0000IBIO 38.9253 -85.3625 274.3 IN BIG OAKS INDIANA +USR0000IBNR 37.2486 -89.3783 213.4 IL BEAN RIDGE ILLINOIS +USR0000IBOF 48.6756 -116.3361 536.4 ID BONNERS FERRY IDAHO +USR0000IBON 44.3750 -114.5667 1953.8 ID BONANZA IDAHO +USR0000IBRA 42.3497 -116.6900 1493.5 ID BRACE FLAT IDAHO +USR0000IBUL 42.0800 -114.4847 1737.4 ID BULL SPRING IDAHO +USR0000ICAN 44.2297 -115.2469 2171.1 ID CANYON CREEK IDAHO +USR0000ICBO 37.6792 -89.0028 137.2 IL CRAB ORCHARD ILLINOIS +USR0000ICHA 42.1744 -111.1167 1975.1 ID CHAUSSE IDAHO +USR0000ICHL 44.5042 -114.2228 1600.2 ID CHALLIS IDAHO +USR0000ICOP 43.8000 -113.8333 2383.5 ID COPPER BASIN IDAHO +USR0000ICOT 46.0225 -116.8825 893.1 ID COTTON IDAHO +USR0000ICRY 42.9900 -113.1600 1543.5 ID CRYSTAL IDAHO +USR0000IDEA 44.3256 -117.1678 1088.1 ID DEAD INDIAN RIDGE IDAHO +USR0000IDEN 46.6217 -116.2183 518.2 ID DENT IDAHO +USR0000IDEP 42.3653 -112.7056 1950.7 ID BULL CANYON IDAHO +USR0000IDER 43.1744 -115.1517 1691.6 ID DEER HAVEN IDAHO +USR0000IDES 41.5333 -96.0833 223.1 IA DESOTO IOWA +USR0000IDIA 42.8667 -111.2167 2286.0 ID DIAMOND FLAT IDAHO +USR0000IDIX 37.4361 -88.6672 164.6 IL DIXON SPRINGS ILLINOIS +USR0000IEAG 46.8008 -115.5367 1737.4 ID EAGLE IDAHO +USR0000IEZR 44.8464 -114.0264 2030.0 ID EZRA CREEK IDAHO +USR0000IFEN 46.1000 -115.5347 463.3 ID FENN IDAHO +USR0000IFIS 47.1292 -115.8750 1432.6 ID FISH HOOK IDAHO +USR0000IFLE 43.6197 -114.8989 1981.2 ID FLECK SUMMIT IDAHO +USR0000IFLI 42.0792 -112.1833 1585.0 ID FLINT CREEK IDAHO +USR0000IGAS 44.1678 -111.7792 1749.6 ID GAS CAVES IDAHO +USR0000IGET 42.3000 -111.2378 1953.8 ID GETCH HOLLOW IDAHO +USR0000IGOO 42.0950 -113.8958 1725.2 ID GOOSE CREEK IDAHO +USR0000IGRA 42.5372 -111.8547 1892.8 ID GRACE IDAHO +USR0000IGRL 43.0497 -111.3794 1948.0 ID DALE BITNER IDAHO +USR0000IHAN 42.0836 -112.5528 1691.0 ID HANSEL MOUNTAIN IDAHO +USR0000IHAR 39.0000 -86.4228 228.6 IN HARDIN RIDGE INDIANA +USR0000IHPK 43.9481 -114.7561 2560.3 ID HORTON PEAK IDAHO +USR0000IHSB 42.4172 -115.2278 1524.0 ID HORSE BUTTE IDAHO +USR0000IIND 45.3833 -114.1667 1066.8 ID INDIANOLA IDAHO +USR0000IISP 44.4167 -111.3833 1915.4 ID ISLAND PARK IDAHO +USR0000IKEL 46.6667 -115.1667 834.2 ID KELLY IDAHO +USR0000IKRI 45.3556 -113.8933 1585.0 ID KRILEY CREEK IDAHO +USR0000ILAK 43.4508 -113.9075 1822.7 ID LAKE HILLS IDAHO +USR0000ILCR 44.5000 -114.9000 1408.2 ID LITTLE CREEK IDAHO +USR0000ILEA 44.7000 -113.3500 1828.8 ID LEADORE CREEK IDAHO +USR0000ILIN 47.1083 -116.2278 1560.6 ID LINES CREEK IDAHO +USR0000ILIT 44.0911 -115.8806 1389.9 ID LITTLE ANDERSON IDAHO +USR0000ILOD 45.3786 -115.1872 1859.3 ID LODGEPOLE IDAHO +USR0000ILUC 43.5875 -115.9925 966.2 ID LUCKY PEAK IDAHO +USR0000IMAU 44.2167 -112.5806 1877.6 ID MAUD MOUNTAIN IDAHO +USR0000IMHO 43.0283 -115.8700 914.4 ID MOUNTAIN HOME IDAHO +USR0000IMOD 43.6500 -111.5792 2145.8 ID MOODY IDAHO +USR0000IMOL 42.0431 -113.1528 1950.7 ID MOBURG CANYON IDAHO +USR0000IMOO 46.0697 -114.5500 749.8 ID MOOSE CREEK IDAHO +USR0000IMUD 42.6039 -116.5503 1739.5 ID MUD FLAT IDAHO +USR0000IMUL 44.1625 -113.3944 1926.3 ID MULKEY BAR IDAHO +USR0000INEA 41.5667 -93.2583 273.7 IA NEAL SMITH IOWA +USR0000INFK 43.5994 -116.2081 871.7 ID NORTH FORK (PORTABLE) IDAHO +USR0000INOR 43.7897 -114.4208 1917.2 ID NORTH FORK IDAHO +USR0000INUC 47.5083 -115.9461 1268.0 ID NUCKOLS IDAHO +USR0000IOHI 43.6008 -114.3158 1895.9 ID OHIO GULCH IDAHO +USR0000IPCK 42.0694 -115.7861 1725.2 ID POLE CREEK IDAHO +USR0000IPCN 42.8944 -111.8406 2042.2 ID POLE CANYON IDAHO +USR0000IPCR 43.5400 -111.2008 2206.8 ID PINE CREEK PASS IDAHO (TETON C +USR0000IPIE 46.5000 -115.8333 940.3 ID PIERCE IDAHO +USR0000IPIN 44.2500 -116.1800 1341.1 ID PINE CREEK IDAHO +USR0000IPIT 45.6375 -116.4686 350.5 ID PITTSBURG LANDING IDAHO +USR0000IPOB 43.2261 -113.5744 1502.7 ID POTTER BUTTE IDAHO +USR0000IPOT 46.9833 -116.9833 762.0 ID POTLATCH IDAHO +USR0000IPOW 46.5122 -114.6881 1039.1 ID POWELL IDAHO +USR0000IPRI 48.3667 -116.8000 944.9 ID PRIEST RIVER IDAHO +USR0000IPRL 48.5750 -116.9636 792.5 ID PRIEST LAKE IDAHO +USR0000IRAF 42.5478 -113.2594 1341.1 ID RAFT RIVER IDAHO +USR0000IRED 45.7125 -115.3375 1402.1 ID RED RIVER IDAHO +USR0000IROA 44.1625 -114.0125 2499.4 ID ROAD CREEK IDAHO +USR0000IROC 42.9717 -114.0631 1298.4 ID ROCK LAKE IDAHO +USR0000IROU 46.5833 -114.5000 1981.2 ID ROUNDTOP IDAHO +USR0000ISAD 48.9417 -116.7292 1560.6 ID SADDLE PASS IDAHO +USR0000ISAL 45.1500 -113.9333 1511.8 ID SALMON IDAHO +USR0000ISFK 45.2625 -115.5083 1645.9 ID SOUTH FORK IDAHO +USR0000ISHO 46.9833 -116.6333 1127.8 ID SHOCK IDAHO +USR0000ISIL 47.5083 -115.9461 1268.0 ID SILVERTON IDAHO +USR0000ISKI 44.9436 -116.1878 1676.4 ID SKI HILL IDAHO +USR0000ISKU 45.3367 -114.4681 1554.5 ID SKULL GULCH IDAHO +USR0000ISLA 45.6333 -116.2833 477.9 ID SLATE CREEK IDAHO +USR0000ISNA 45.0997 -116.7369 1249.7 ID SNAKE RIVER IDAHO +USR0000ISPA 42.0181 -116.2128 1630.7 ID SHO-PAI IDAHO +USR0000ISTA 42.6931 -112.6889 1585.0 ID STARLIGHT IDAHO +USR0000ISTN 44.1692 -114.9258 2002.5 ID STANLEY IDAHO +USR0000ITEA 44.9044 -115.7375 1570.3 ID TEA POT IDAHO +USR0000ITOW 43.9333 -115.9167 1371.6 ID TOWN CREEK IDAHO +USR0000ITPL 38.1250 -86.6250 218.8 IN TIPSAW LAKE INDIANA +USR0000ITRA 42.3161 -114.3031 1828.8 ID TRAIL GULCH IDAHO +USR0000ITRI 42.8286 -116.5886 1606.3 ID TRIANGLE IDAHO +USR0000ITWI 42.6906 -115.1953 1021.1 ID TWIN BUTTES IDAHO +USR0000IWEI 44.8475 -116.4267 1676.4 ID WEISER RIVER IDAHO +USR0000IWIR 44.1300 -116.4700 1304.5 ID WILLOW RIDGE IDAHO +USR0000JEBF 39.5000 -74.5000 396.2 NJ EB FORSYTHE NEW JERSEY +USR0000JENS 38.0333 -113.5167 1750.8 UT JENSEN SPRING - BERYL 12NNE +USR0000JOES 39.3094 -111.3228 2651.8 UT JOES VALLEY UTAH +USR0000KALP 36.7956 -85.3803 260.0 KY ALPINE KENTUCKY +USR0000KANE 37.5264 -109.8936 2011.7 UT KANE GULCH - BLANDING 23WSW +USR0000KBSN 37.7500 -82.6333 359.7 KY BIG SANDY KENTUCKY +USR0000KCIM 37.1408 -101.9003 1078.4 KS CIMARRON KANSAS +USR0000KCRI 38.7692 -84.6019 285.0 KY CRITTENDEN KENTUCKY +USR0000KGRE 37.2672 -87.2028 168.2 KY GREENVILLE KENTUCKY +USR0000KING 40.8606 -109.1022 1728.2 UT KINGS POINT - DUTCH JOHN 16ESE +USR0000KJAC 37.5922 -83.3178 423.1 KY JACKSON CO. AP KENTUCKY +USR0000KKOO 37.7689 -83.6333 396.2 KY KOOMER KENTUCKY +USR0000KKYL 36.7764 -88.0631 197.8 KY KYLBL KENTUCKY +USR0000KSOM 37.0556 -84.6150 282.5 KY SOMERSET KENTUCKY +USR0000KSTA 38.1669 -98.5000 540.4 KS STAFFORD KANSAS +USR0000KTAL 38.4350 -96.5608 399.3 KS TALLGRASS PRAIRIE KANSAS +USR0000KTRI 38.1750 -83.4083 414.5 KY TRIANGLE MTN KENTUCKY +USR0000KYEL 36.6036 -83.6961 332.2 KY YELLOW CREEK KENTUCKY +USR0000LAVA 37.3917 -113.0389 2347.0 UT LAVA POINT UTAH +USR0000LBBR 30.3167 -89.9333 3.4 LA BIG BRANCH NWR LOUISIANA +USR0000LCAN 32.8042 -93.0667 70.1 LA CANEY - FTS LOUISIANA +USR0000LCAT 31.5022 -92.4617 70.1 LA CATAHOULA - FTS LOUISIANA +USR0000LEVA 31.1850 -92.6314 56.4 LA EVANGELINE/GARDNER LOUISIANA +USR0000LGUM 31.9000 -92.7672 91.4 LA GUM SPRINGS LOUISIANA +USR0000LKIS 31.4950 -93.1981 61.0 LA KISATCHIE - FTS LOUISIANA +USR0000LOST 38.7708 -111.8625 2283.0 UT LOST CREEK - SALINA 12S UTAH +USR0000LSAB 29.8881 -93.4039 0.9 LA SABINE LOUISIANA +USR0000LVER 31.0167 -93.1869 106.7 LA VERNON LOUISIANA +USR0000MAGA 48.5000 -95.8700 280.4 MN AGASSIZ MINNESOTA +USR0000MANT 44.6867 -112.5417 2071.1 MT ANTELOPE MONTANA +USR0000MARM 47.5867 -108.8694 867.2 MT ARMELLS CREEK MONTANA +USR0000MASS 38.0667 -75.2014 3.7 MD ASSATEAGUE ISLAND MARYLAND +USR0000MATL 39.8697 -92.5206 256.0 MO ATLANTA MISSOURI +USR0000MAVA 36.9431 -92.6500 399.6 MO AVA MISSOURI +USR0000MAXO 45.2683 -111.8744 2209.8 MT AXOLOTL MONTANA +USR0000MBAD 46.7133 -107.1069 938.8 MT BADLAND COULEE MONTANA +USR0000MBAL 43.8933 -85.8506 253.6 MI BALDWIN MICHIGAN +USR0000MBAP 45.6481 -106.5008 1322.8 MT BADGER PEAK MONTANA +USR0000MBAU 48.6703 -94.6172 339.2 MN BAUDETTE MINNESOTA +USR0000MBCB 48.6333 -115.5833 1310.6 MT BC BALDY MONTANA +USR0000MBDA 46.8608 -94.7258 432.8 MN BADOURA MINNESOTA +USR0000MBDP 48.1667 -113.0000 2103.1 MT BADGER PASS MONTANA +USR0000MBEM 47.5033 -94.9281 419.7 MN BEMIDJI MINNESOTA +USR0000MBEN 47.5000 -112.9000 1630.7 MT BENCHMARK MONTANA +USR0000MBIE 32.3550 -89.4692 147.8 MS BIENVILLE MISSISSIPPI +USR0000MBIG 45.0733 -107.8886 2218.9 MT BIGHORN MOUNTAIN MONTANA +USR0000MBIS 46.7911 -109.6175 1853.2 MT BIG SNOWY MONTANA +USR0000MBLA 38.4167 -76.0000 426.7 MD BLACKWATER MARYLAND +USR0000MBLC 30.8489 -89.0342 83.8 MS BLACK CREEK MISSISSIPPI +USR0000MBLU 48.8719 -106.9456 777.2 MT BLUFF CREEK MONTANA +USR0000MBOO 48.1333 -114.7167 1207.9 MT BOORMAN MONTANA +USR0000MBRA 45.0553 -105.9483 1197.9 MT BRADSHAW CREEK MONTANA +USR0000MBRE 44.9667 -113.2167 1935.5 MT BRENNER MONTANA +USR0000MBRI 44.9936 -108.3483 871.7 MT BRITTON SPRINGS MONTANA +USR0000MBRN 46.4006 -94.1272 371.9 MN BRAINERD MINNESOTA +USR0000MBRO 48.5617 -113.0133 1336.2 MT BROWNING BFA MONTANA +USR0000MBRR 44.8019 -86.0508 289.9 MI BEAR MICHIGAN +USR0000MBRV 47.2850 -110.3517 1229.9 MT BRAVO MONTANA +USR0000MBSM 47.0167 -105.8167 975.4 MT BIG SHEEP MOUNTAIN MONTANA +USR0000MBSP 36.9750 -91.0181 304.8 MO BIG SPRING MISSOURI +USR0000MBUD 31.4106 -90.8467 136.2 MS BUDE MISSISSIPPI +USR0000MCAM 47.1667 -114.8000 1414.3 MT CAMP FOUR GULCH MONTANA +USR0000MCAN 46.4847 -104.0658 893.1 MT CANNONBALL CREEK MONTANA +USR0000MCAP 41.9750 -70.0253 45.7 MA CAPE COD MASSACHUSETTS +USR0000MCAR 37.1806 -91.1181 426.7 MO CARR CREEK MISSOURI +USR0000MCBT 47.8667 -115.6250 716.3 MT CABINET (TROUT CREEK) MONTANA +USR0000MCCO 39.6339 -109.2658 2133.6 UT MCCOOK RIDGE +USR0000MCHA 47.5167 -108.0333 892.5 MT CHAIN BUTTES MONTANA +USR0000MCHI 39.7683 -93.4850 237.7 MO CHILLICOTHE MISSOURI +USR0000MCLI 38.3483 -93.7747 228.6 MO MDC CLINTON HQTRS MISSOURI +USR0000MCLK 47.3778 -94.6150 396.2 MN CASS LAKE MINNESOTA +USR0000MCON 47.5361 -113.7172 1122.9 MT CONDON WORK CENTER MONTANA +USR0000MCOP 31.9497 -90.3806 45.7 MS COPIAH MISSISSIPPI +USR0000MCSA 45.3028 -93.1011 274.3 MN CARLOS AVERY MINNESOTA +USR0000MCYC 48.7161 -114.3358 1615.4 MT CYCLONE MONTANA +USR0000MDEE 46.0278 -114.0553 2219.6 MT DEER MOUNTAIN (WEST) MONTANA +USR0000MDEL 45.9458 -112.2706 1706.9 MT DELMOE MONTANA +USR0000MDER 45.5842 -109.8517 2133.6 MT DERBY MOUNTAIN MONTANA +USR0000MDET 46.8489 -95.8464 422.1 MN DETROIT LAKES MINNESOTA +USR0000MDOE 46.2536 -86.7142 248.4 MI DOE LAKE MICHIGAN +USR0000MDON 36.6269 -90.8239 193.5 MO DONIPHAN MISSOURI +USR0000MDPC 48.3556 -113.1139 1627.6 MT DEEP CREEK BFA MONTANA +USR0000MDRD 32.8100 -90.0000 28.3 MS DELTA RD MISSISSIPPI +USR0000MDRY 47.2442 -108.3575 914.4 MT DRY BLOOD CREEK MONTANA +USR0000MEFF 47.7794 -93.6461 408.4 MN EFFIE MINNESOTA +USR0000MELK 45.9536 -86.4053 219.5 MI ELKHORN MICHIGAN +USR0000MELY 47.8833 -91.8667 443.5 MN ELY MINNESOTA +USR0000MENN 45.3500 -111.7344 1505.4 MT ENNIS MONTANA +USR0000MEUR 48.9000 -115.0167 853.4 MT EUREKA MONTANA +USR0000MFAR 37.7617 -90.0000 288.3 MO FARMINGTON MISSOURI +USR0000MFER 47.9461 -91.4947 518.2 MN FERNBERG MINNESOTA +USR0000MFIS 45.4581 -109.5714 1386.8 MT FISHTAIL MONTANA +USR0000MFLA 46.7483 -108.7172 1222.2 MT FLAT WILLOW MONTANA +USR0000MFOH 45.2969 -106.1614 1030.2 MT FORT HOWES MONTANA +USR0000MFOR 48.3042 -108.7189 812.3 MT FORT BELKNAP MONTANA +USR0000MFOU 45.3333 -110.2167 1737.4 MT FOUR MILE MONTANA +USR0000MFRE 45.3300 -112.9128 2262.2 MT FRENCH CREEK MONTANA +USR0000MGAL 46.2222 -112.2292 2090.9 MT GALENA MONTANA +USR0000MGAT 47.7897 -112.9394 2103.1 MT GATE PARK MONTANA +USR0000MGIN 46.3292 -111.5881 1332.0 MT GINGER MONTANA +USR0000MGIR 46.1928 -113.9203 2118.4 MT GIRD POINT MONTANA +USR0000MGLE 47.8678 -112.6681 1585.0 MT GLEASON MONTANA +USR0000MGOL 47.2417 -112.0917 1313.7 MT GOLF MONTANA +USR0000MGOR 45.7833 -113.3500 1917.2 MT GORIS GULCH MONTANA +USR0000MH41 34.0903 -88.8647 97.5 MS HIGHWAY 41 MISSISSIPPI +USR0000MHAR 46.6228 -105.6133 755.9 MT HARRIS CREEK MONTANA +USR0000MHCK 30.6153 -89.4133 82.3 MS HANCOCK MISSISSIPPI +USR0000MHEB 44.6678 -111.1006 2032.1 MT HEBGEN LAKE MONTANA +USR0000MHEL 46.7186 -112.0017 1170.4 MT HELENA MONTANA +USR0000MHHS 45.6453 -114.6278 2468.9 MT HELLS HALF SADDLE MONTANA +USR0000MHIB 47.3919 -92.8347 411.5 MN HIBBING MINNESOTA +USR0000MHIL 47.0375 -93.6042 408.4 MN HILL CITY MINNESOTA +USR0000MHOT 47.6156 -114.6694 902.2 MT HOT SPRINGS MONTANA +USR0000MHUN 48.3847 -114.0575 983.0 MT HUNGRY HORSE MONTANA +USR0000MINE 40.3764 -109.0847 2478.0 UT MINERS DRAW - JENSEN 13W UTAH +USR0000MISA 47.6303 -91.4083 606.6 MN ISABELLA MINNESOTA +USR0000MITA 47.2400 -95.1900 451.1 MN ITASCA MINNESOTA +USR0000MJET 47.7669 -114.2347 1097.3 MT JETTE MONTANA +USR0000MKAB 48.4417 -93.0500 106.7 MN KABNAM MINNESOTA +USR0000MKEL 45.5753 -112.5575 1929.4 MT KELLY MONTANA +USR0000MKIL 46.4450 -107.8000 1330.5 MT KILO MONTANA +USR0000MKIN 47.7981 -107.0233 841.2 MT KING COULEE MONTANA +USR0000MKLL 47.9425 -94.4550 412.1 MN KELLIHER MINNESOTA +USR0000MKNO 46.3117 -105.0222 1011.9 MT KNOWLTON MONTANA +USR0000MLIB 48.3833 -115.5667 630.9 MT LIBBY MONTANA +USR0000MLIH 45.5697 -107.4358 1036.3 MT LITTLE BIGHORN MONTANA +USR0000MLIS 46.7511 -109.0233 1516.4 MT LITTLE SNOWY MONTANA +USR0000MLIT 47.8139 -109.0167 944.9 MT LITTLE BULLWACKER CREEK MONTAN +USR0000MLNC 46.9681 -112.6353 1401.2 MT LINCOLN MONTANA +USR0000MLRC 46.0378 -114.2625 1678.5 MT LITTLE ROCK CREEK MONTANA +USR0000MLTF 45.9514 -94.3444 350.5 MN LITTLE FALLS MINNESOTA +USR0000MLTT 48.3894 -93.5642 344.7 MN LITTLEFORK MINNESOTA +USR0000MMAC 47.7028 -108.4786 938.8 MT MANNING CORRAL DOGTOWN MONTANA +USR0000MMAR 31.2114 -89.9225 115.8 MS MARION MISSISSIPPI +USR0000MMCF 44.3769 -68.2608 129.2 ME MCFARLAND HILL MAINE +USR0000MMCK 37.9681 -92.9011 332.2 MO MACKS CREEK MISSOURI +USR0000MMEA 48.1197 -92.1589 417.0 MN MEANDER MINNESOTA +USR0000MMED 48.4900 -104.4761 602.0 MT MEDICINE LAKE MONTANA +USR0000MMIO 44.6761 -84.1283 320.0 MI MIO MICHIGAN +USR0000MMIS 46.8500 -114.0500 975.4 MT MISSOULA FTS MONTANA +USR0000MMLK 46.4203 -92.8008 326.1 MN MOOSE LAKE MINNESOTA +USR0000MMOO 45.1144 -67.2819 64.0 ME MOOSEHORN MAINE +USR0000MMOR 45.8900 -93.2697 308.5 MN MORA MINNESOTA +USR0000MMTV 37.0711 -93.8972 376.4 MO MT. VERNON MISSOURI +USR0000MNIN 47.0708 -114.4022 1005.8 MT NINE MILE MONTANA +USR0000MOJI 48.1086 -88.5467 317.0 MI OJIBWAY MICHIGAN +USR0000MORR 48.0189 -92.8572 403.9 MN ORR MINNESOTA +USR0000MOSC 47.3283 -108.9250 1086.6 MT OSCAR MONTANA +USR0000MPAR 47.2697 -114.9161 1414.3 MT PARDEE MONTANA +USR0000MPHI 47.8331 -108.6167 1030.2 MT PHILLIPS RESERVOIR MONTANA +USR0000MPHL 46.3167 -113.3000 1609.3 MT PHILIPSBURG MONTANA +USR0000MPIN 46.7769 -104.5797 807.4 MT PINE HILL MONTANA +USR0000MPLN 47.4500 -114.8667 731.5 MT PLAINS MONTANA +USR0000MPOI 47.0411 -113.9792 2414.0 MT POINT 6 MONTANA +USR0000MPOL 48.7825 -114.2803 1066.8 MT POLEBRIDGE MONTANA +USR0000MPOP 48.1269 -105.0731 738.5 MT POPLAR MONTANA +USR0000MPPH 46.8353 -110.7175 2509.1 MT PORPHYRY MONTANA +USR0000MPRT 47.4111 -107.6686 876.3 MT SOUTH FORK MONTANA +USR0000MPRY 45.3375 -108.4908 1885.5 MT PRYOR MOUNTAIN MONTANA +USR0000MRAC 46.2500 -84.5833 274.3 MI RACO MICHIGAN +USR0000MRCA 43.3472 -70.5475 6.1 ME RACHEL CARSON MAINE +USR0000MRDG 33.5258 -89.9731 106.7 MS RIDGELAND MISSISSIPPI +USR0000MRED 44.6833 -111.8333 2039.1 MT RED ROCK MONTANA +USR0000MROC 48.2550 -109.7836 1158.2 MT ROCKY BOY MONTANA +USR0000MROS 48.8500 -95.7000 319.1 MN ROSEAU MINNESOTA +USR0000MSAG 46.8436 -92.4617 405.4 MN SAGINAW MINNESOTA +USR0000MSAN 30.4528 -88.6617 7.6 MS SANDHILL CRANE MISSISSIPPI +USR0000MSBR 45.1994 -108.7919 1440.2 MT SOUTH BRIDGER MONTANA +USR0000MSEA 48.1000 -90.9000 435.9 MN SEAGULL MINNESOTA +USR0000MSEE 47.1828 -113.4472 1290.8 MT SEELEY LAKE MONTANA +USR0000MSEN 46.2403 -85.9428 221.3 MI SENEY MICHIGAN +USR0000MSET 46.6083 -111.9658 1897.4 MT SETH MONTANA +USR0000MSHE 45.5325 -93.7503 353.0 MN SHERBURNE MINNESOTA +USR0000MSIE 48.0367 -111.7933 765.0 MT SIERRA MONTANA +USR0000MSIN 37.5014 -91.2594 406.3 MO SINKIN MISSOURI +USR0000MSMI 46.4394 -114.2272 1722.1 MT SMITH CREEK MONTANA +USR0000MSOD 45.7289 -108.3967 1225.3 MT SODA SPRINGS MONTANA +USR0000MSPI 46.4578 -85.6272 273.1 MI SPINCICH LAKE MICHIGAN +USR0000MSPO 47.9044 -113.4394 2202.2 MT SPOTTED BEAR MONTANA +USR0000MSQU 45.4511 -111.2189 1636.8 MT SHENANGO MONTANA +USR0000MSSC 47.5619 -107.5286 1002.8 MT SOUTH SAWMILL CREEK MONTANA +USR0000MSTE 46.5131 -114.0911 1025.7 MT STEVI MONTANA +USR0000MSTI 46.8536 -113.3939 1649.0 MT STINKWATER CREEK MONTANA +USR0000MSTM 48.7375 -113.4305 1389.9 MT ST. MARY MONTANA +USR0000MSTR 47.3108 -115.1097 816.9 MT ST. REGIS MONTANA +USR0000MSTW 48.5394 -114.5594 949.8 MT STILLWATER MONTANA +USR0000MSUL 38.2339 -91.1500 281.0 MO SULLIVAN MISSOURI +USR0000MSUN 44.9031 -68.6400 34.7 ME SUNKHAZE MEADOWS MAINE +USR0000MTEN 46.9142 -110.8528 2243.3 MT TENDERFOOT MONTANA +USR0000MTHO 47.5806 -115.2850 749.8 MT THOMPSON FALLS AP MONTANA +USR0000MTIM 45.1569 -109.3606 1950.7 MT TIMBERCREST MONTANA +USR0000MTPT 45.9347 -113.7383 2020.5 MT TEPEE POINT MONTANA +USR0000MTRY 48.4667 -115.9167 594.4 MT TROY MONTANA +USR0000MUDS 39.7986 -112.2722 1755.6 UT MUD SPRING - EUREKA 13SW UTAH +USR0000MUSK 40.6344 -112.6836 1341.1 UT MUSKRAT SPRINGS - DELLE 10SSE +USR0000MWAT 46.2689 -89.1700 489.2 MI WATERSMEET MICHIGAN +USR0000MWAU 31.5242 -88.8889 95.1 MS WAUSAU MISSISSIPPI +USR0000MWDO 47.9117 -89.1547 213.4 MI WINDIGO MICHIGAN +USR0000MWEF 45.8181 -114.2631 1585.0 MT WEST FORK MONTANA +USR0000MWEG 48.5106 -113.9942 975.4 MT WEST GLACIER MONTANA +USR0000MWHH 45.8833 -112.1500 1328.9 MT WHITEHALL MONTANA +USR0000MWIC 45.2706 -110.5433 2317.7 MT WICKED CREEK MONTANA +USR0000MWIL 45.1694 -108.3339 2674.9 MT WILD HORSE MONTANA +USR0000MWIN 34.6203 -89.3142 152.4 MS WINBORN MISSISSIPPI +USR0000MWIS 45.7833 -112.9333 1738.6 MT WISE RIVER MONTANA +USR0000MWOL 45.3131 -107.1719 1590.1 MT WOLF MOUNTAIN MONTANA +USR0000MWSS 46.5344 -110.8853 1542.3 MT WHITE SULPHUR SPRING MONTANA +USR0000MYAA 48.9167 -115.6567 914.4 MT YAAK (UPPER FORD) MONTANA +USR0000MYEL 45.1672 -111.3508 2804.2 MT YELLOW MULE MONTANA +USR0000MZOR 47.9225 -108.5528 1420.4 MT ZORTMAN MINE MONTANA +USR0000NAGA 42.4250 -103.7358 1325.3 NE AGATE NEBRASKA +USR0000NALL 39.7369 -115.5181 1999.5 NV ALLIGATOR RIDGE NEVADA +USR0000NANT 41.6847 -116.7644 1664.2 NV ANTELOPE LAKE NEVADA +USR0000NARR 47.2667 -98.8667 463.3 ND ARROWWOOD 2 NORTH DAKOTA +USR0000NAUS 39.5031 -117.0814 1912.6 NV AUSTIN NEVADA +USR0000NBAC 34.5328 -77.7219 6.1 NC BACK ISLAND NORTH CAROLINA +USR0000NBAI 40.4361 -116.1667 1661.2 NV BAILEY RANCH NEVADA +USR0000NBAK 39.0019 -114.2175 2084.8 NV BAKER FLAT NEVADA +USR0000NBAR 41.9111 -119.9389 1778.5 NV BARREL SPRINGS NEVADA +USR0000NBEA 40.5583 -116.7583 1463.0 NV BEACON LIGHT NEVADA +USR0000NBES 41.8975 -100.3108 897.0 NE BESSY NEBRASKA +USR0000NBFT 35.5206 -76.9314 7.6 NC BEAUFORT NORTH CAROLINA +USR0000NBIG 35.1186 -114.6933 304.8 NV BIG BEND NEVADA +USR0000NBLU 40.5017 -119.1217 1392.9 NV BLUEWING MOUNTAIN NEVADA +USR0000NBR1 41.5100 -103.9950 1603.2 NE BRAVO 01 NEBRASKA +USR0000NBRA 38.2611 -118.8803 2462.8 NV BRAWLEY PEAKS NEVADA +USR0000NBUC 38.2214 -114.2947 2148.8 NV BUCKHORN RANCH NEVADA +USR0000NBUF 40.5819 -119.7900 851.6 NV BUFFALO CREEK NEVADA +USR0000NBUR 41.2186 -117.4003 1386.8 NV BURMA SPRING NEVADA +USR0000NBUS 35.7694 -82.1917 881.5 NC BUSICK NORTH CAROLINA +USR0000NCAS 36.3856 -79.2919 176.8 NC CASWELL GAME LANDS N. CAROLINA +USR0000NCAT 41.9200 -119.4950 1749.6 NV CATNIP MOUNTAIN NEVADA +USR0000NCCP 38.9036 -114.8142 2225.0 NV CATTLE CAMP NEVADA +USR0000NCED 39.7569 -114.1658 2190.0 NV CEDAR PASS NEVADA +USR0000NCHE 35.3333 -83.8167 640.1 NC CHEOAH NORTH CAROLINA +USR0000NCOI 39.8333 -116.4917 2072.6 NV COILS CREEK NEVADA +USR0000NCOM 39.3814 -116.1750 2008.6 NV COMBS CANYON NEVADA +USR0000NCRA 40.4597 -115.8500 1950.7 NV CRANE SPRINGS NEVADA +USR0000NCRE 41.7611 -102.4378 1188.7 NE CRESCENT LAKE NEBRASKA +USR0000NCRN 34.7833 -76.8667 6.1 NC CROATAN NORTH CAROLINA +USR0000NCRO 48.9681 -104.0022 650.4 ND CROSBY NORTH DAKOTA +USR0000NCUR 38.7586 -115.4128 1700.8 NV CURRANT CREEK NEVADA +USR0000NCYC 40.4917 -118.1111 1539.2 NV COYOTE CANYON NEVADA +USR0000NCYW 38.2833 -114.7583 1743.5 NV COYOTE WASH NEVADA +USR0000NDEA 39.2636 -118.9433 1368.6 NV DEAD CAMEL MOUNTAIN NEVADA +USR0000NDES 39.3011 -117.5844 1889.8 NV DESATOYA MOUNTAIN NEVADA +USR0000NDEV 47.9853 -98.9075 466.3 ND DEVILS LAKE NORTH DAKOTA +USR0000NDNW 36.5792 -115.1439 2170.2 NV DESERT NWR NEVADA +USR0000NDRY 41.4917 -119.1167 1493.5 NV DRY CANYON NEVADA +USR0000NDSS 39.6725 -119.7700 1609.3 NV DESERT SPRINGS NEVADA +USR0000NDUK 35.9667 -79.0917 172.2 NC DUKE FOREST NORTH CAROLINA +USR0000NECH 41.1025 -103.9831 1609.3 NE ECHO 01 NEBRASKA +USR0000NECO 47.7500 -101.6667 640.4 ND ECHO NORTH DAKOTA +USR0000NELY 39.2922 -114.8361 2008.6 NV ELY NEVADA +USR0000NFAI 35.5417 -76.2231 3.0 NC FAIRFIELD NORTH CAROLINA +USR0000NFBR 35.1397 -79.0644 143.0 NC FORT BRAGG NORTH CAROLINA +USR0000NFIS 38.9361 -119.6519 1560.6 NV FISH SPRINGS NEVADA +USR0000NFLA 39.8497 -116.5581 2347.3 NV FLAT SPRING NEVADA +USR0000NFOX 41.0061 -119.5681 2100.1 NV FOX MOUNTAIN NEVADA +USR0000NFX1 41.3636 -103.4883 1453.0 NE FOX 01 NEBRASKA +USR0000NGAL 39.3817 -119.8150 1524.0 NV GALENA NEVADA +USR0000NGAN 42.1000 -77.1000 335.3 NY GANG MILLS NEW YORK +USR0000NGAR 38.1756 -115.4069 1594.1 NV GARDEN VALLEY NEVADA +USR0000NGRC 36.0175 -76.8917 12.8 NC GREENS CROSS NORTH CAROLINA +USR0000NGRE 44.2900 -71.2281 475.5 NH GREAT GULF NEW HAMPSHIRE +USR0000NGRF 35.7564 -82.0439 487.7 NC GRANDFATHER NORTH CAROLINA +USR0000NGUI 35.2133 -82.5900 792.5 NC GUION FARM NORTH CAROLINA +USR0000NHAM 48.5281 -98.6236 482.2 ND HAMPDEN NORTH DAKOTA +USR0000NHIG 35.0836 -83.2178 1158.2 NC HIGHLANDS NORTH CAROLINA +USR0000NHOF 34.8250 -77.3219 12.8 NC HOFMANN FOREST NORTH CAROLINA +USR0000NHOT 47.9667 -102.2167 578.2 ND HOTEL NORTH DAKOTA +USR0000NIMM 37.9214 -114.1597 1898.9 NV IMMIGRATION WASH NEVADA +USR0000NJCL 48.3700 -100.4300 381.0 ND J. CLARK SALYER NORTH DAKOTA +USR0000NJCY 35.3167 -82.2000 853.4 NC JACKSON COUNTY NORTH CAROLINA +USR0000NJEF 41.9197 -115.3306 1828.8 NV JARBIDGE EAST FORK - WQ NEVADA +USR0000NJUN 41.0819 -119.7772 1630.1 NV JUNIPER SPRINGS NEVADA +USR0000NJWF 41.8975 -115.4267 1828.8 NV JARBIDGE WEST FORK - WQ NEVADA +USR0000NKAN 37.2506 -114.7075 1399.0 NV KANE SPRINGS NEVADA +USR0000NKIN 42.7239 -102.9714 1243.6 NE KINGS CANYON NEBRASKA +USR0000NKYL 36.2667 -115.6000 2194.6 NV KYLE CANYON NEVADA +USR0000NLEX 35.7922 -80.3120 228.6 NC LEXINGTON NORTH CAROLINA +USR0000NLIM 48.7900 -102.2683 598.0 ND LIMA NORTH DAKOTA +USR0000NLIT 39.2444 -119.8808 1923.3 NV LITTLE VALLEY NEVADA +USR0000NLON 41.5386 -116.2175 1773.9 NV LONG HOLLOW NEVADA +USR0000NLOS 48.6333 -102.4000 691.9 ND LOSTWOOD NORTH DAKOTA +USR0000NLPT 37.8547 -109.8389 2645.7 UT NORTH LONG POINT UTAH +USR0000NLSP 36.4000 -81.2833 914.4 NC LAUREL SPRINGS NORTH CAROLINA +USR0000NMAT 39.0228 -114.2722 2824.9 NV MATHER NEVADA +USR0000NMCG 39.3583 -114.6250 1911.1 NV MCGILL JUNCTION NEVADA +USR0000NMOR 41.4558 -117.6333 1676.4 NV MOREY CREEK NEVADA +USR0000NMOU 36.0306 -115.5167 1706.9 NV MOUNTAIN SPRINGS NEVADA +USR0000NMTI 35.3789 -80.9925 152.4 NC MT. ISLAND LAKE NORTH CAROLINA +USR0000NNAC 34.0483 -78.2903 16.8 NC NATURE CONSERVANCY NORTH CAROL +USR0000NNCP 35.8167 -81.9372 780.3 NC NORTH COVE PINNACLE N. CAROLIN +USR0000NNWB 35.0967 -77.1108 6.1 NC NEW BERN NORTH CAROLINA +USR0000NORI 37.2353 -117.4964 1249.7 NV ORIENTAL WASH NEVADA +USR0000NORW 40.6517 -111.0519 2523.7 UT NORWAY - KAMAS 10 W UTAH +USR0000NPAH 36.1664 -116.1017 792.5 NV PAHRUMP NEVADA +USR0000NPAL 40.6247 -116.2286 1891.3 NV PALISADE NEVADA +USR0000NPAN 38.3036 -116.1925 1585.0 NV PANCAKE NEVADA +USR0000NPOC 35.7469 -76.5108 1.8 NC POCOSIN LAKES NORTH CAROLINA +USR0000NRCK 34.9600 -79.6900 121.9 NC ROCKINGHAM NORTH CAROLINA +USR0000NREB 39.9833 -117.3167 1539.2 NV RED BUTTE NEVADA +USR0000NREN 36.2275 -81.2975 726.6 NC RENDEZVOUS MTN NORTH CAROLINA +USR0000NREP 41.4847 -114.7931 1837.6 NV RED POINT NEVADA +USR0000NRER 36.1353 -115.4272 1146.0 NV RED ROCK NEVADA +USR0000NRKM 35.9731 -77.7986 32.0 NC ROCKY MOUNT NORTH CAROLINA +USR0000NROC 41.6431 -114.4375 1645.9 NV ROCK SPRING CREEK NEVADA +USR0000NROY 38.2631 -117.5161 1554.5 NV ROYSTON HILLS NEVADA +USR0000NRUB 40.1731 -115.4855 1819.7 NV RUBY LAKE NWR NEVADA +USR0000NRUT 35.4286 -81.9394 321.9 NC RUTHERFORD COUNTY NORTH CAROLI +USR0000NSAR 43.0078 -73.6511 114.3 NY SARA NEW YORK +USR0000NSCH 43.8000 -73.7000 249.9 NY SCHROON LAKE NEW YORK +USR0000NSCK 46.5456 -103.5183 823.0 ND SAND CREEK NORTH DAKOTA +USR0000NSCO 41.8167 -103.7000 1287.5 NE SCOTTS BLUFF NEBRASKA +USR0000NSHR 42.7000 -75.5000 335.3 NY SHERBURNE NEW YORK +USR0000NSHY 46.4658 -97.3161 326.1 ND SHEYENNE NORTH DAKOTA +USR0000NSIA 40.3944 -117.6250 1402.1 NV SIARD NEVADA +USR0000NSND 34.6119 -77.4875 12.2 NC SANDY RUN NORTH CAROLINA +USR0000NSPG 40.5931 -114.2028 1667.3 NV SPRING GULCH NEVADA +USR0000NSPM 40.4403 -114.8111 1859.3 NV SPRUCE MOUNTAIN NEVADA +USR0000NSTA 41.5178 -115.3928 2069.6 NV STAG MOUNTAIN NEVADA +USR0000NSTO 41.5000 -73.9000 61.0 NY STONYKILL NEW YORK +USR0000NSUN 34.0028 -77.9581 9.1 NC SUNNY POINT NORTH CAROLINA +USR0000NTEW 46.0000 -97.3750 357.5 ND TEWAUKON NORTH DAKOTA +USR0000NTEX 41.8017 -118.4508 1755.6 NV TEXAS SPRINGS NEVADA +USR0000NTOQ 36.9133 -114.1950 745.5 NV TOQUOP WASH NEVADA +USR0000NTUR 34.6831 -78.5817 30.5 NC TURNBULL CREEK NORTH CAROLINA +USR0000NTUS 35.0400 -84.0600 698.9 NC TUSQUITEE NORTH CAROLINA +USR0000NUWH 35.3667 -79.8667 164.6 NC UWHARRIE (TROY) NORTH CAROLINA +USR0000NVAL 42.4839 -100.5231 892.1 NE VALENTINE NEBRASKA +USR0000NWAS 39.1500 -117.2583 2182.4 NV WASHINGTON NEVADA +USR0000NWAT 47.7803 -103.2867 659.9 ND WATFORD CITY NORTH DAKOTA +USR0000NWAY 35.1667 -83.4031 658.4 NC WAYAH NORTH CAROLINA +USR0000NWHI 34.3361 -78.7286 30.5 NC WHITEVILLE NORTH CAROLINA +USR0000NWMT 43.9806 -71.1406 140.2 NH WHITE MOUNTAIN NF NEW HAMPSHIR +USR0000OAGN 42.5522 -124.0578 75.3 OR AGNESS OREGON +USR0000OALL 43.9247 -119.5944 1621.5 OR ALLISON OREGON +USR0000OANT 44.0397 -118.4164 1969.0 OR ANTELOPE OREGON +USR0000OBAD 44.0300 -120.4000 1731.3 OR BADGER CREEK OREGON +USR0000OBAL 43.5556 -118.4042 1670.3 OR BALD MOUNTAIN OREGON +USR0000OBAS 42.2547 -118.9792 1548.4 OR BASQUE HILLS OREGON +USR0000OBEN 44.0300 -121.5683 1624.6 OR BEND WATERSHED OREGON +USR0000OBIM 45.8125 -117.0375 1472.2 OR BILLY MEADOWS OREGON +USR0000OBKL 42.7000 -124.0333 1106.4 OR BALD KNOB LOOKOUT OREGON +USR0000OBLA 43.5233 -121.8133 1487.4 OR BLACK ROCK OREGON +USR0000OBLM 45.5950 -118.2350 1653.5 OR BLACK MOUNTAIN OREGON +USR0000OBLR 45.5075 -121.7189 1152.1 OR BLUE RIDGE OREGON +USR0000OBLU 44.6700 -117.9336 1280.2 OR BLUE CANYON OREGON +USR0000OBMN 45.5950 -118.2350 1513.3 OR BLACK MTN #2 OREGON +USR0000OBOB 45.8483 -117.3836 1280.2 OR BOBCAT CREEK OREGON +USR0000OBOC 44.5933 -119.2778 1524.0 OR BOARD CREEK OREGON +USR0000OBOH 44.6056 -120.6833 1255.8 OR BOARD HOLLOW OREGON +USR0000OBOR 42.3278 -118.6000 1243.9 OR BORAX LAKE OREGON +USR0000OBOU 44.7219 -122.0031 1088.1 OR BOULDER CREEK OREGON +USR0000OBRB 34.0500 -94.7372 152.4 OK BROKEN BOW OKLAHOMA +USR0000OBRI 44.3231 -119.7669 1798.3 OR BRER RABBIT OREGON +USR0000OBRO 43.5611 -120.2486 1389.9 OR BROWNS WELL OREGON +USR0000OBRU 44.2844 -122.8494 701.0 OR BRUSH CREEK OREGON +USR0000OBUC 42.0703 -123.2333 1598.1 OR BUCK PEAK OREGON +USR0000OBUE 43.0361 -122.6553 998.2 OR BUCKEYE OREGON +USR0000OBUR 43.2192 -123.8428 682.8 OR BURNT MOUNTAIN OREGON +USR0000OBUS 42.1197 -122.5633 847.3 OR BUCKHORN SPRINGS OREGON +USR0000OCAB 43.5000 -121.0500 1385.3 OR CABIN LAKE OREGON +USR0000OCAI 42.6314 -121.5597 2020.5 OR CALIMUS OREGON +USR0000OCAL 42.7778 -123.7294 1164.9 OR CALVERT PEAK OREGON +USR0000OCAM 43.7800 -121.0500 1453.9 OR CAMP 2 OREGON +USR0000OCAN 44.3489 -123.8853 593.1 OR CANNIBAL MOUNTAIN OREGON +USR0000OCAS 44.9711 -118.9297 1158.2 OR CASE OREGON +USR0000OCED 45.2117 -123.7719 682.8 OR CEDAR OREGON +USR0000OCHE 43.2264 -121.7889 1410.9 OR CHEMULT OREGON +USR0000OCHI 42.5769 -121.8936 1347.2 OR CHILOQUIN OREGON +USR0000OCHL 39.3858 -82.9850 192.0 OH CHILLICOTHE OHIO +USR0000OCIN 43.3208 -122.1067 1473.4 OR CINNAMON OREGON +USR0000OCLY 43.8989 -123.5583 343.8 OR CLAY CREEK OREGON +USR0000OCOD 44.3500 -120.1300 1431.0 OR COLD SPRINGS OREGON +USR0000OCOF 42.5500 -120.6200 1600.2 OR COFFEE POT FLAT OREGON +USR0000OCOL 44.3158 -121.6056 999.7 OR COLGATE OREGON +USR0000OCOO 43.2131 -124.1225 72.8 OR COOS BAY OREGON +USR0000OCRA 44.1667 -118.4667 1676.4 OR CRANE PRAIRIE OREGON +USR0000OCRO 43.8333 -118.9500 1563.6 OR CROW FLAT OREGON +USR0000ODEA 42.2833 -122.3167 1493.5 OR DEAD INDIAN OREGON +USR0000ODNM 43.6194 -123.9678 554.4 OR DEAN MTN OREGON +USR0000ODUN 43.9578 -124.1197 6.1 OR DUNES OREGON +USR0000OEAG 45.3686 -122.3311 226.8 OR EAGLE CREEK OREGON +USR0000OECK 44.7578 -117.9711 2004.4 OR ELK CREEK OREGON +USR0000OEDE 45.9267 -117.5883 1280.2 OR EDEN OREGON +USR0000OELK 43.6292 -123.6306 259.1 OR ELKTON OREGON +USR0000OEMI 43.4675 -122.2175 1170.4 OR EMIGRANT OREGON +USR0000OEVA 42.5978 -123.1033 975.4 OR EVANS CREEK OREGON +USR0000OFAL 44.2939 -119.0333 1813.3 OR FALL MOUNTAIN OREGON +USR0000OFIE 43.6806 -122.3019 1028.1 OR FIELDS OREGON +USR0000OFIN 44.4183 -123.3253 93.9 OR FINELY NWR OREGON +USR0000OFIS 42.4722 -119.1783 1493.5 OR FISH FIN RIM OREGON +USR0000OFLA 44.8142 -117.7289 1202.4 OR FLAGSTAFF HILL OREGON +USR0000OFOR 43.4250 -120.8417 1350.3 OR FORT ROCK OREGON +USR0000OFOS 42.9736 -119.2461 1524.0 OR FOSTER FLAT OREGON +USR0000OFRA 44.4833 -123.5667 1083.9 OR FRANKLIN RIDGE OREGON +USR0000OGAD 43.4158 -122.5772 883.9 OR GRANDAD OREGON +USR0000OGER 42.2056 -121.1389 1499.6 OR GERBER RESERVOIR OREGON +USR0000OGLD 42.4161 -124.4175 19.8 OR GOLD BEACH OREGON +USR0000OGOO 43.9281 -123.8903 556.6 OR GOODWIN PEAK OREGON +USR0000OGRA 42.7083 -118.1547 1374.6 OR GRASSY RIDGE OREGON +USR0000OGRM 42.6261 -117.3950 1389.9 OR GRASSY MOUNTAIN OREGON +USR0000OHAR 45.3192 -116.8675 1850.4 OR HARL BUTTE OREGON +USR0000OHAW 43.7139 -122.8350 932.1 OR HAWLEY BUTTE OREGON +USR0000OHAY 44.4503 -121.1300 987.6 OR HAYSTACK OREGON +USR0000OHEH 44.9661 -121.4908 804.7 OR HEHE 1 OREGON +USR0000OHIG 43.9064 -123.3794 589.8 OR HIGH POINT OREGON +USR0000OHOR 44.9406 -122.4003 609.6 OR HORSE CREEK OREGON +USR0000OHOY 42.9764 -121.4219 1659.6 OR HOYT CREEK OREGON +USR0000OILL 42.1039 -123.6853 423.4 OR ILLINOIS VALLEY AIRPORT OREGON +USR0000OJRI 45.1139 -118.4039 1578.9 OR J RIDGE OREGON +USR0000OKE2 44.6661 -118.9208 1560.6 OR KEENEY TWO OREGON +USR0000OKEL 43.9014 -117.9858 1581.0 OR KELSAY BUTTE OREGON +USR0000OKIA 34.7558 -94.9831 207.3 OK KIAMICHI OKLAHOMA +USR0000OLAG 45.5528 -118.0119 944.9 OR LAGRANDE 1 OREGON +USR0000OLAV 43.9300 -121.3300 1418.8 OR LAVA BUTTE OREGON +USR0000OLAW 42.4167 -124.1333 856.5 OR LAWSON OREGON +USR0000OLIG 44.0833 -120.0981 1280.2 OR LIGGET TABLE OREGON +USR0000OLMC 42.7081 -118.5100 1548.4 OR LITTLE MCCOY CREEK OREGON +USR0000OLOG 45.5100 -121.9031 762.0 OR LOG CREEK OREGON +USR0000OMCP 43.9333 -122.5833 1066.8 OR MOO CAMP - LOWELL OREGON +USR0000OMER 42.4947 -123.3972 378.0 OR MERLIN SEED ORCHARD OREGON +USR0000OMET 44.6275 -121.6147 1048.5 OR METOLUIS ARM OREGON +USR0000OMEY 44.6100 -120.1819 890.0 OR MEYERS CANYON OREGON +USR0000OMID 45.5833 -121.5833 792.5 OR MIDDLE MTN OREGON +USR0000OMIN 45.3539 -117.6328 1089.7 OR MINAM LODGE-PORTABLE OREGON +USR0000OMIT 44.5819 -120.1794 798.6 OR MITCHELL OREGON +USR0000OMLL 46.0228 -123.2711 332.2 OR MILLER OREGON +USR0000OMOO 42.8597 -118.6706 1859.3 OR MOON HILL OREGON +USR0000OMOR 44.5167 -117.2833 1097.3 OR MORGAN MOUNTAIN OREGON +USR0000OMOU 42.9372 -122.4353 1437.1 OR MOUNT STELLA OREGON +USR0000OMTW 45.0300 -121.6278 1152.1 OR MT. WILSON OREGON +USR0000OMTY 43.6389 -123.3258 609.6 OR MT. YONCALLA OREGON +USR0000OMUT 44.9258 -121.1944 1249.7 OR MUTTON MOUNTAIN OREGON +USR0000ONPR 45.0375 -120.5306 1060.7 OR NORTH POLE RIDGE OREGON +USR0000OONI 42.4544 -123.6150 1352.7 OR ONION MOUNTAIN LOOKOUT OREGON +USR0000OOWY 43.5833 -117.2333 1341.1 OR OWYHEE RIDGE OREGON +USR0000OPAN 42.7694 -122.0639 1341.1 OR PANHANDLE OREGON +USR0000OPAR 42.1058 -122.2781 1609.3 OR PARKER MOUNTAIN OREGON +USR0000OPAT 45.3222 -120.9250 679.7 OR PATJENS OREGON +USR0000OPEB 44.2333 -121.9833 1085.1 OR PEBBLE OREGON +USR0000OPHI 42.8264 -118.9361 1481.3 OR P-HILL (FRENCHGLEN) OREGON +USR0000OPO2 45.3547 -117.7044 2013.8 OR POINT PROM II OREGON +USR0000OPOI 45.3719 -117.7022 2060.4 OR POINT PROMINENCE OREGON +USR0000OPOL 45.4586 -121.4464 1011.9 OR POLLYWOG OREGON +USR0000OPOO 42.9269 -120.1100 1402.1 OR POOR JUG OREGON +USR0000OPOW 42.8708 -124.0625 90.5 OR POWERS R.S. OREGON +USR0000OPRI 43.7333 -121.6167 1417.3 OR PRINGLE FALLS EX. FARM OREGON +USR0000OPRO 42.2897 -123.2303 359.7 OR PROVOLT SEED ORCHARD OREGON +USR0000OQUA 42.2167 -124.0333 924.5 OR QUAIL PRAIRIE LOOKOUT OREGON +USR0000ORAT 42.5944 -117.7403 1228.3 OR RATTLESNAKE OREGON +USR0000ORCK 44.9250 -123.4694 609.6 OR ROCKHOUSE 1 OREGON +USR0000OREB 45.0275 -121.9211 990.6 OR RED BOX OREGON +USR0000ORED 43.5361 -117.8347 1359.4 OR RED BUTTE OREGON +USR0000OREM 42.1233 -124.3006 534.3 OR RED MOUND OREGON +USR0000ORID 43.1006 -118.4981 1936.1 OR RIDDLE MOUNTAIN OREGON +USR0000OROB 45.6817 -117.2064 1299.4 OR ROBERTS BUTTE OREGON +USR0000OROC 42.5475 -119.6564 1719.1 OR ROCK CREEK OREGON +USR0000OROH 44.9000 -123.5000 457.2 OR ROCK HOUSE OREGON +USR0000OROU 43.7639 -121.7167 1798.3 OR ROUND MOUNTAIN OREGON +USR0000OROV 43.0194 -122.0003 1600.2 OR ROVER OREGON +USR0000ORYE 45.2172 -123.5356 609.6 OR RYE MOUNTAIN OREGON +USR0000OSAG 43.5097 -119.2925 1341.1 OR SAGE HEN OREGON +USR0000OSAL 44.0444 -120.6661 1728.2 OR SALT CREEK-PRINVILLE OREGON +USR0000OSEL 42.4075 -122.1914 1485.9 OR SELDOM CREEK OREGON +USR0000OSFK 45.5906 -123.4761 682.8 OR SOUTH FORK OREGON +USR0000OSIG 43.0019 -123.7803 1004.0 OR SIGNAL TREE OREGON +USR0000OSIL 42.8589 -123.3783 1211.0 OR SILVER BUTTE OREGON +USR0000OSLI 44.4625 -120.2944 1737.4 OR SLIDE MOUNTAIN OREGON +USR0000OSPA 44.9083 -117.3750 1303.9 OR SPARTA BUTTE OREGON +USR0000OSQU 42.0667 -123.0167 1513.0 OR SQUAW PEAK OREGON +USR0000OSTA 42.1500 -123.0667 510.8 OR STAR OREGON +USR0000OSTR 42.1894 -120.8464 1703.8 OR STRAWBERRY OREGON +USR0000OSTY 44.7500 -122.8667 154.5 OR STAYTON OREGON +USR0000OSUG 43.6728 -122.6564 1082.0 OR SUGARLOAF OREGON +USR0000OSUM 42.2322 -120.2456 1873.6 OR SUMMIT OREGON +USR0000OTAF 43.2217 -122.7681 853.4 OR TAFT BENCH OREGON +USR0000OTIL 45.4569 -123.8031 6.7 OR TILLAMOOK OREGON +USR0000OTIM 43.2433 -121.3583 1834.9 OR TIMOTHY OREGON +USR0000OTOK 43.2397 -122.4000 1024.1 OR TOKETEE OREGON +USR0000OTRO 44.1111 -122.5750 731.5 OR TROUT CREEK OREGON +USR0000OTTE 41.7533 -111.2806 2182.4 UT OTTER CREEK UTAH +USR0000OTUM 44.0494 -121.4003 1219.2 OR TUMALO RIDGE OREGON +USR0000OTUP 45.0708 -119.4900 1219.2 OR TUPPER OREGON +USR0000OUMA 45.9167 -119.5667 82.3 OR UMATILLA NWR OREGON +USR0000OVIL 44.2525 -123.4639 457.2 OR VILLAGE CREEK OREGON +USR0000OWAG 43.3400 -119.8814 1956.8 OR WAGONTIRE OREGON +USR0000OWAM 45.2406 -121.4530 1011.9 OR WAMIC MILL OREGON +USR0000OWAN 45.1094 -122.1953 1325.9 OR WANDERER'S PEAK OREGON +USR0000OWAS 45.6100 -121.3300 714.8 OR WASCO BUTTE OREGON +USR0000OWCR 42.0667 -124.1167 438.9 OR WHEELER CREEK OREGON +USR0000OWIC 34.7744 -98.7458 548.6 OK WICHITA OKLAHOMA +USR0000OWIL 44.3325 -123.7164 457.2 OR WILKINSON RIDGE OREGON +USR0000OYEL 44.5922 -122.4278 938.8 OR YELLOWSTONE MOUNTAIN OREGON +USR0000OYLP 44.5264 -118.3231 1402.1 OR YELLOWPINE OREGON +USR0000OZAL 39.2753 -82.3850 222.5 OH ZALESKI OHIO +USR0000OZIM 42.6850 -122.3903 1246.3 OR ZIM OREGON +USR0000PALL 41.4864 -79.1025 539.5 PA ALLEGHENY PENNSYLVANIA +USR0000PARI 40.0694 -109.8569 1456.9 UT PARIETTE DRAW +USR0000PERI 41.6281 -79.9567 548.6 PA ERIE PENNSYLVANIA +USR0000PLGV 40.4311 -111.7500 1585.0 UT PLEASANT GROVE UTAH +USR0000RAYS 40.1178 -111.2747 2225.0 UT RAY'S VALLEY UTAH +USR0000REDD 41.5311 -113.4211 1438.7 UT RED DOME - ROSETTE 22S +USR0000RNIN 41.3500 -71.6500 12.2 RI NINIGRET RHODE ISLAND +USR0000ROSE 41.6097 -113.5906 1520.0 UT ROSEBUD UTAH +USR0000SAND 39.7136 -109.4461 1920.2 UT UPPER SAND WASH UTAH +USR0000SANP 34.8117 -83.1250 487.7 SC ANDREW PICKENS SOUTH CAROLINA +USR0000SBAK 43.9792 -103.4250 1424.6 SD BAKER PARK SOUTH DAKOTA +USR0000SBEA 45.0572 -101.4767 698.0 SD BEAR CREEK SOUTH DAKOTA +USR0000SCAM 45.5625 -103.9917 951.0 SD CAMP CROOK SOUTH DAKOTA +USR0000SCAR 34.6619 -80.2742 120.1 SC CAROLINA SANDHILLS S. CAROLINA +USR0000SCUS 43.7500 -103.6333 1585.0 SD CUSTER SOUTH DAKOTA +USR0000SEGO 39.1250 -109.7056 2438.4 UT SEGO CANYON - THOMPSON 10N UTA +USR0000SELK 43.5608 -103.4914 1252.7 SD WICA-ELK MOUNTAIN SOUTH DAKOTA +USR0000SEVI 39.3500 -112.0000 1624.6 UT SEVIER RESERVOIR - SCIPIO 9NNE +USR0000SFOP 44.1153 -100.3014 693.1 SD FORT PIERRE SOUTH DAKOTA +USR0000SIGN 38.6319 -112.0611 2667.0 UT SIGNAL PEAK - MONROE 5E UTAH +USR0000SIMP 40.0922 -112.7342 1493.5 UT SIMPSON SPRINGS - VERNON 18W +USR0000SKUN 40.8750 -112.8750 1386.8 UT SKUNK RIDGE - DELLE 8NW +USR0000SMAG 43.3181 -101.1444 865.6 SD MAGPIE CREEK SOUTH DAKOTA +USR0000SMRU 43.8750 -103.4583 1645.9 SD MT. RUSHMORE SOUTH DAKOTA +USR0000SNEM 44.1917 -103.5097 1415.5 SD NEMO SOUTH DAKOTA +USR0000SPIN 43.2900 -102.2711 342.0 SD PORCUPINE SOUTH DAKOTA +USR0000SPNN 43.8822 -102.2042 942.4 SD PINNACLES SOUTH DAKOTA +USR0000SRED 43.4258 -103.7589 1415.5 SD RED CANYON SOUTH DAKOTA +USR0000SSAV 32.1000 -81.0833 3.0 SC SAVANNAH NWR SOUTH CAROLINA +USR0000SSV1 33.3622 -81.6836 94.5 SC SAVRAW SOUTH CAROLINA +USR0000SSV2 33.2106 -81.5906 118.9 SC SAVRIV SOUTH CAROLINA +USR0000SWHI 34.6333 -81.6000 155.4 SC WHITMIRE SOUTH CAROLINA +USR0000SWHR 43.5111 -102.4969 799.8 SD WHITE RIVER SOUTH DAKOTA +USR0000SWIT 33.1597 -79.8306 18.0 SC WITHERBEE SOUTH CAROLINA +USR0000TANA 29.6692 -94.4383 1.5 TX ANAHUAC NWR TEXAS +USR0000TARA 28.2500 -96.7500 0.0 TX ARANSAS TEXAS +USR0000TATH 32.2211 -95.7661 143.3 TX ATHENS TEXAS +USR0000TATT 29.6617 -96.2597 12.5 TX ATTWATER NWR TEXAS +USR0000TBAR 30.9856 -101.1578 780.9 TX BARNHART TEXAS +USR0000TBAS 30.1742 -97.2564 116.7 TX BASTROP TEXAS +USR0000TBEL 30.5661 -98.0389 315.5 TX BALCONES TEXAS +USR0000TBIG 36.4750 -84.6542 440.4 TN BIG SOUTH TENNESSEE +USR0000TBIR 30.2625 -98.6289 457.2 TX BIRD TEXAS +USR0000TBLE 35.6819 -85.2733 542.5 TN BLEDSOE SF TENNESSEE +USR0000TBRA 29.1417 -95.2917 3.0 TX BRAZORIA NWR TEXAS +USR0000TBUR 36.0650 -87.2831 215.2 TN BURNS TENNESSEE +USR0000TCAD 32.6583 -94.1164 61.0 TX CADDO LAKE TEXAS +USR0000TCAM 36.0661 -88.1686 156.1 TN CAMDEN TOWER TENNESSEE +USR0000TCDD 33.7411 -95.9219 243.8 TX CADDO TEXAS +USR0000TCED 35.6667 -101.5667 930.2 TX CEDAR TEXAS +USR0000TCHE 35.6197 -83.2069 1036.3 TN CHEROKEE TENNESSEE +USR0000TCHI 29.2667 -103.3000 1645.9 TX CHISOS BASIN TEXAS +USR0000TCHU 36.3689 -83.8986 505.1 TN CHUCK SWAN SF TENNESSEE +USR0000TCLA 33.6189 -95.1667 146.3 TX CLARKSVILLE TEXAS +USR0000TCLD 30.3106 -95.0867 44.2 TX COLDSPRINGS TEXAS +USR0000TCLM 31.5061 -99.6594 442.6 TX COLEMAN TEXAS +USR0000TCOK 36.2800 -84.2750 518.2 TN COKER CREEK TENNESSEE +USR0000TCOL 31.0522 -98.5003 383.7 TX COLORADO BEND TEXAS +USR0000TCON 30.2364 -95.4828 36.6 TX CONROE TEXAS +USR0000TCRO 35.9178 -84.9972 539.5 TN CROSSVILLE AREA OFFICE TENNESS +USR0000TDAY 30.1050 -94.9314 30.5 TX DAYTON TEXAS +USR0000TELE 37.2000 -112.0250 1664.2 UT TELEGRAPH FLAT - KANAB 17E UTA +USR0000TFAL 26.5547 -99.1356 66.8 TX FALCON LAKE TEXAS +USR0000TGEO 28.3667 -98.1167 65.5 TX GEORGE WEST TEXAS +USR0000TGIL 32.7017 -94.9447 152.4 TX GILMER TEXAS +USR0000TGRE 33.0353 -96.1639 136.2 TX GREENVILLE TEXAS +USR0000TGUA 31.9250 -104.8253 2363.7 TX GUADELUPE PEAK TEXAS +USR0000THAM 36.2572 -83.2772 354.5 TN HAMBLEN CO HQ TENNESSEE +USR0000THEN 32.1500 -94.8000 152.4 TX HENDERSON TEXAS +USR0000THMB 32.5000 -99.6167 579.1 TX HAMBY TEXAS +USR0000THUN 30.4500 -95.4000 108.2 TX HUNTSVILLE TEXAS +USR0000TIND 35.6236 -83.8083 823.0 TN INDIAN GRAVE TENNESSEE +USR0000TJCT 36.0703 -83.4886 533.4 TN JEFFERSON CO TOWER TENNESSEE +USR0000TKIR 30.4333 -93.8833 91.4 TX KIRBYVILLE TEXAS +USR0000TLAG 26.2283 -97.3483 7.6 TX LAGUNA ATASCOSA TEXAS +USR0000TLAY 36.5411 -86.0028 295.7 TN LAFAYETTE WORK CENTER TENNESSE +USR0000TLBJ 33.1728 -97.3756 317.0 TX LBJ RD TEXAS +USR0000TLEW 35.3817 -86.7658 350.5 TN LEWISBURG TOWER TENNESSEE +USR0000TLGR 29.9075 -96.8600 47.2 TX LA GRANGE TEXAS +USR0000TLIN 26.5350 -98.0858 4.6 TX LINN-SAN MANUEL TEXAS +USR0000TLND 33.0000 -94.8000 152.4 TX LINDEN TEXAS +USR0000TLRG 26.0839 -98.1369 27.4 TX SANTA ANA NWR TEXAS +USR0000TLUF 31.3131 -94.8261 74.7 TX LUFKIN TEXAS +USR0000TMAA 34.1333 -100.4167 579.1 TX MATADOR W.M.A. TEXAS +USR0000TMAS 30.7358 -99.1861 445.9 TX MASON TEXAS +USR0000TMAT 28.1228 -96.8022 11.0 TX MATAGORDA ISLAND TEXAS +USR0000TMCF 29.7000 -94.1167 1.5 TX MCFADDEN TEXAS +USR0000TMEI 35.5208 -84.7931 231.6 TN MEIGS EOC TENNESSEE +USR0000TMER 35.3208 -87.4578 262.1 TN MERIWETHER LEWIS TENNESSEE +USR0000TMID 32.0000 -102.0000 854.0 TX MIDLAND TEXAS +USR0000TMIL 33.4136 -99.4006 406.9 TX MILLER CREEK TEXAS +USR0000TOMB 37.8167 -112.1167 2286.0 UT TOM BEST SPRING UTAH +USR0000TPAL 31.7425 -95.5717 115.8 TX PALESTINE TEXAS +USR0000TPAN 29.3167 -103.2000 1143.0 TX PANTHER JUNCTION TEXAS +USR0000TPIN 31.8944 -104.7978 1640.1 TX PINERY TEXAS +USR0000TPOS 32.8500 -98.5500 281.9 TX POSSUME KINGDOM TEXAS +USR0000TPRE 35.1303 -85.4278 585.2 TN PRENTICE COOPER SF TENNESSEE +USR0000TRAT 31.3950 -95.1361 91.4 TX RATCLIFF TEXAS +USR0000TSAB 28.8647 -95.5678 6.4 TX SAN BERNARD TEXAS +USR0000TSBS 31.2803 -93.8386 101.2 TX SABINE SOUTH TEXAS +USR0000TSHI 35.1550 -88.3217 128.0 TN SHILOH NMP TENNESSEE +USR0000TSOU 30.5403 -94.3411 30.5 TX SOUTHERN ROUGH TEXAS +USR0000TTEX 33.3739 -94.0456 61.0 TX TEXARKANA TEXAS +USR0000TULE 39.3500 -113.3847 1585.0 UT TULE VALLEY - DELTA 49W UTAH +USR0000TUNI 36.1333 -82.4500 731.5 TN UNICOI TENNESSEE +USR0000TVIC 28.8461 -96.9217 7.0 TX VICTORIA TEXAS +USR0000TWES 35.8400 -84.3308 378.0 TN LENOIR CITY TENNESSEE +USR0000TWOO 30.7500 -94.4000 115.8 TX WOODVILLE TEXAS +USR0000UGB1 38.1964 -112.6619 1914.1 UT GREENVILLE BENCH (SAND HOLLOW) +USR0000UPRC 39.4678 -109.2836 2499.4 UT UPPER P.R. CANYON UTAH +USR0000VASH 37.9864 -79.7594 786.4 VA LIME KILN VIRGINIA +USR0000VBAC 36.6833 -75.9333 365.8 VA BACK BAY VIRGINIA +USR0000VCHI 37.9333 -75.3500 2.4 VA CHINCOTEAGUE VIRGINIA +USR0000VCRA 37.5222 -80.0797 385.9 VA CRAIG VALLEY VIRGINIA +USR0000VELM 44.5431 -72.5294 365.8 VT ELMORE VERMONT +USR0000VERN 40.0989 -112.4269 1676.4 UT VERNON - VERNON 10N UTAH +USR0000VESS 44.5078 -73.1156 103.6 VT ESSEX JUNCTION VERMONT +USR0000VFVA 38.8333 -78.4000 243.8 VA FORT VALLEY VIRGINIA +USR0000VGDR 36.6128 -76.5542 9.1 VA GREAT DISMAL NWR VIRGINIA +USR0000VJAM 37.2500 -77.2500 15.2 VA JAMES RIVER VIRGINIA +USR0000VMAR 42.8378 -72.7350 513.9 VT MARLBORO COLLEGE VERMONT +USR0000VNUL 44.7700 -71.7017 379.5 VT NULHEGAN VERMONT +USR0000VSWE 43.3333 -73.0333 203.6 VT SWEEZY VERMONT +USR0000VUMH 37.7389 -79.3361 341.4 VA UMHOLT VIRGINIA +USR0000VVIE 37.8325 -81.0678 917.4 WV GRANDVIEW WEST VIRGINIA +USR0000VWIS 36.9681 -82.5597 771.1 VA WISE VIRGINIA +USR0000WABE 46.3500 -123.1000 883.9 WA ABERNATHY MOUNTAIN WASHINGTON +USR0000WAEN 48.7431 -119.6222 1580.4 WA AENEAS WASHINGTON +USR0000WALD 46.2733 -117.4950 1371.6 WA ALDER RIDGE WASHINGTON +USR0000WAND 42.4372 -108.9408 2475.0 WY ANDERSON RIDGE WYOMING +USR0000WANT 45.1500 -89.1500 456.9 WI ANTIGO WISCONSIN +USR0000WAUG 44.6981 -91.1342 295.7 WI AUGUSTA WISCONSIN +USR0000WBAR 46.4000 -91.5000 368.8 WI BARNES WISCONSIN +USR0000WBEA 44.5972 -104.4275 1609.3 WY BEAR LODGE WYOMING +USR0000WBEC 44.1500 -111.0467 1950.7 WY BECHLER WYOMING +USR0000WBLA 47.4136 -124.1031 179.2 WA BLACK KNOB WASHINGTON +USR0000WBOY 44.9414 -107.7089 2359.2 WY BOYD RIDGE WYOMING +USR0000WBRF 44.3003 -90.8350 255.4 WI BLACK RIVER FALLS WISCONSIN +USR0000WBRO 48.5353 -118.6889 990.6 WA BROWN MTN. ORCHARD WASHINGTON +USR0000WBUH 43.8397 -110.3708 2511.6 WY BURRO HILL WYOMING +USR0000WBUR 44.7853 -107.5347 2360.1 WY BURGESS WYOMING +USR0000WCA4 48.0181 -120.2342 1097.3 WA CAMP 4 WASHINGTON +USR0000WCAM 42.3458 -107.5528 2249.4 WY CAMP CREEK WYOMING +USR0000WCAN 45.9167 -122.1667 762.0 WA CANYON CREEK WASHINGTON +USR0000WCAR 46.3075 -122.9047 64.9 WA CASTLE ROCK WASHINGTON +USR0000WCAS 42.7131 -106.3461 2359.2 WY CASPER MOUNTAIN WYOMING +USR0000WCEC 48.9797 -117.6747 1325.9 WA CEDAR CREEK WASHINGTON +USR0000WCED 46.1333 -122.1167 707.1 WA CEDAR FLATS WASHINGTON +USR0000WCLI 48.4167 -117.6833 1181.1 WA CLIFF RIDGE WASHINGTON +USR0000WCNW 46.8814 -119.3242 260.6 WA COLUMBIA NWR WASHINGTON +USR0000WCOU 47.9167 -123.1172 914.4 WA COUGAR MOUNTAIN WASHINGTON +USR0000WCOW 41.2708 -107.5819 2204.9 WY COW CREEK WYOMING +USR0000WCRA 44.8503 -109.6114 2015.3 WY CRANDALL WYOMING +USR0000WDDG 43.1000 -90.0000 384.0 WI DODGEVILLE WISCONSIN +USR0000WDEE 48.8019 -117.6103 1005.8 WA DEER MOUNTAIN WASHINGTON +USR0000WDEV 44.5817 -104.7194 1188.7 WY DEVILS TOWER WYOMING +USR0000WDIR 48.1156 -120.1031 1085.1 WA DOUGLAS INGRAM RIDGE WASHINGTO +USR0000WDOD 41.9675 -105.5194 2164.1 WY DODGE CREEK WYOMING +USR0000WDOU 47.6200 -119.8983 771.1 WA DOUGLAS WASHINGTON +USR0000WDRC 45.9444 -121.9864 457.2 WA DRY CREEK (SKAMANIA) WASHINGTO +USR0000WDRY 47.7333 -120.5333 1060.7 WA DRY CREEK WASHINGTON +USR0000WEAG 44.4856 -109.8964 2286.0 WY EAGLE WYOMING +USR0000WECH 44.4667 -105.8461 1316.7 WY ECHETA WYOMING +USR0000WEFK 40.4650 -110.9583 2560.3 UT WEST FORK - HANNA 11NW +USR0000WELL 48.1578 -124.3150 609.6 WA ELLIS MT WASHINGTION +USR0000WELR 46.3522 -122.6058 762.0 WA ELK ROCK WASHINGTON +USR0000WENT 47.6744 -120.2108 242.6 WA ENTIAT WASHINGTON +USR0000WESC 47.0378 -117.9472 503.8 WA ESCURE WASHINGTON +USR0000WEST 42.4153 -105.3611 1990.3 WY ESTERBROOK WYOMING +USR0000WFIN 48.4028 -121.7903 579.1 WA FINNEY CREEK WASHINGTON +USR0000WFIR 48.6172 -120.1075 1676.4 WA FIRST BUTTE WASHINGTON +USR0000WFLO 48.2975 -117.4039 792.5 WA FLOWERY TRAIL WASHINGTON +USR0000WFTA 47.4536 -121.6658 478.5 WA FIRE TRAINING ACADEMY WASHINGT +USR0000WGLD 45.8672 -120.7231 626.1 WA GOLDENDALE WASHINGTON +USR0000WGLI 46.1400 -90.0000 472.4 WI GLIDDEN WISCONSIN +USR0000WGOH 48.2000 -121.5000 1036.3 WA GOLD HILL WASHINGTON +USR0000WGOL 48.1806 -118.4636 1428.3 WA GOLD MOUNTAIN WASHINGTON +USR0000WGRE 45.9917 -121.0833 1158.2 WA GRAYBACK WASHINGTON +USR0000WGRN 47.1556 -121.6114 640.1 WA GREENWATER WASHINGTON +USR0000WHAG 46.5667 -121.6306 1097.3 WA HAGER CREEK WASHINGTON +USS0003E03S 44.1100 -103.9800 2100.1 SD Blind Park +USS0003E05S 44.2100 -103.7900 1868.4 SD North Rapid Creek +USS0004E07S 44.4900 -104.4100 1801.4 WY Cole Canyon +USS0005G04S 42.4400 -105.8600 2552.7 WY Laprele Creek +USS0005G05S 42.2800 -105.5800 2407.9 WY Windy Peak +USS0005H02S 41.2300 -105.3800 2539.0 WY Crow Creek +USS0005J04S 40.4000 -105.8500 2752.3 CO Phantom Valley +USS0005J05S 40.2000 -105.6000 2913.9 CO Wild Basin +USS0005J06S 40.8100 -105.7700 3115.1 CO Deadman Hill +USS0005J08S 40.0300 -105.5800 3139.4 CO University Camp +USS0005J10S 40.4100 -105.8200 3261.4 CO Lake Irene +USS0005J11S 40.5800 -105.6300 2859.0 CO Hourglass Lake +USS0005J12S 40.2300 -105.9200 2657.9 CO Stillwater Creek +USS0005J18S 40.2100 -105.5700 2621.3 CO Copeland Lake +USS0005J27S 40.5100 -105.7700 3041.9 CO Long Draw Resv +USS0005J28S 40.8900 -105.6600 2718.8 CO Black Mountain +USS0005J37S 40.5300 -105.8900 3084.6 CO Joe Wright +USS0005J39S 40.3100 -105.6400 2895.6 CO Bear Lake +USS0005J40S 40.4300 -105.7300 3261.4 CO Willow Park +USS0005J41S 39.9400 -105.5900 2956.6 CO Lake Eldora +USS0005J42S 40.0400 -105.5400 3020.6 CO Niwot +USS0005J45S 40.1400 -105.5900 2932.2 CO Sawtooth +USS0005J46S 40.0400 -105.7500 3237.0 CO High Lonesome +USS0005K05S 39.6700 -105.9000 3474.7 CO Loveland Basin +USS0005K06S 39.9200 -105.7600 2950.5 CO Arrow +USS0005K09S 39.6500 -105.8700 3383.3 CO Grizzly Peak +USS0005K14S 39.8000 -105.7800 3444.2 CO Berthoud Summit +USS0005K21S 39.7600 -105.9100 3169.9 CO Jones Pass +USS0005K26S 39.5700 -105.8000 3340.6 CO Jackwhacker Gulch +USS0005K27S 39.6600 -105.5900 3230.9 CO Echo Lake +USS0005K28S 39.4400 -105.9100 3230.9 CO Michigan Creek +USS0005K30S 39.8700 -105.8700 3398.5 CO Fool Creek +USS0005L11S 38.8800 -105.0700 3493.0 CO Glen Cove +USS0005L12S 38.2900 -105.8500 3267.5 CO Hayden Pass +USS0005M03S 37.2100 -105.2000 3200.4 CO Culebra #2 +USS0005M07S 37.3300 -105.0700 3048.0 CO Apishapa +USS0005M08S 37.3500 -105.2300 3310.1 CO Trinchera +USS0005M13S 37.9700 -105.5400 3291.8 CO South Colony +USS0005M14S 37.2100 -105.1200 3115.1 CO Whiskey Ck +USS0005M16S 37.8500 -105.4400 2941.0 CO Medano Pass +USS0005M17S 37.6100 -105.3700 3246.1 CO Ute Creek +USS0005N04S 36.1300 -105.5300 2621.3 NM Tres Ritos +USS0005N11S 36.7000 -105.3400 3002.3 NM Red River Pass #2 +USS0005N13S 36.4100 -105.3300 2849.9 NM Palo +USS0005N14S 36.5800 -105.4600 3370.2 NM Taos Powderhorn +USS0005N16S 36.9900 -105.2600 3230.9 NM North Costilla +USS0005N18S 36.1900 -105.5600 2987.0 NM Gallegos Peak +USS0005N19S 36.4700 -105.1900 3102.9 NM Tolby +USS0005N23S 36.7900 -105.2400 3078.5 NM Shuree +USS0005N24S 36.0700 -105.6300 3250.4 NM Rio Santa Barbara +USS0005P02S 35.8300 -105.6600 2560.3 NM Panchuela +USS0005P04S 35.7000 -105.8100 2502.4 NM Elk Cabin +USS0005P08S 35.7800 -105.5400 3389.4 NM Wesner Springs +USS0005P09S 35.7700 -105.7800 3488.4 NM Santa Fe +USS0005R01S 33.4000 -105.7900 3133.3 NM Sierra Blanca +USS0006E03S 44.2600 -106.9800 2548.1 WY Hansen Sawmill +USS0006G01S 42.7300 -106.3200 2407.9 WY Casper Mtn. +USS0006G02S 42.5700 -106.0900 2560.3 WY Reno Hill +USS0006H09S 41.1600 -106.9300 2819.4 WY Webber Springs +USS0006H10S 41.1500 -106.9700 3048.0 WY Old Battle +USS0006H13S 41.3600 -106.2300 3121.2 WY Brooklyn Lake +USS0006H19S 41.3300 -106.5000 2572.5 WY South Brush Creek +USS0006H20S 41.3300 -106.3800 3087.6 WY North French Creek +USS0006H22S 41.0000 -106.9100 2728.0 WY Whiskey Park +USS0006H23S 41.4600 -106.2800 3063.2 WY Sand Lake +USS0006H24S 41.2400 -106.2300 2918.2 WY Cinnabar Park +USS0006H25S 41.0700 -106.9400 2717.3 WY Little Snake River +USS0006H26S 41.0600 -106.7100 2993.1 WY Blackhall Mtn +USS0006H27S 41.3800 -106.3500 3200.4 WY Med Bow +USS0006J01S 40.5300 -106.7800 2560.3 CO Dry Lake +USS0006J03S 40.3900 -106.6000 2792.0 CO Columbine +USS0006J05S 40.3500 -106.0900 2907.8 CO Willow Creek Pass +USS0006J06S 40.0800 -106.6700 2706.6 CO Lynx Pass +USS0006J08S 40.3500 -106.3800 3340.6 CO Arapaho Ridge +USS0006J09S 40.3700 -106.7400 2865.1 CO Rabbit Ears +USS0006J12S 40.8800 -106.0500 2956.6 CO Roach +USS0006J15S 40.8500 -106.9700 2651.8 CO Elk River +USS0006J18S 40.2300 -106.6000 2816.4 CO Buffalo Park +USS0006J19S 40.7900 -106.6000 2846.8 CO Zirkel +USS0006J20S 40.7100 -106.0100 2749.3 CO Rawah +USS0006J27S 40.4000 -105.9600 3133.3 CO Never Summer +USS0006J29S 40.5400 -106.6800 3200.4 CO Tower +USS0006J38S 40.8200 -106.7500 2840.7 CO Lost Dog +USS0006K01S 39.3600 -106.0600 3474.7 CO Hoosier Pass +USS0006K04S 39.0800 -106.6100 3230.9 CO Independence Pass +USS0006K06S 39.3000 -106.6100 2651.8 CO Nast Lake +USS0006K08S 39.3800 -106.2000 3474.7 CO Fremont Pass +USS0006K10S 39.2900 -106.5500 3169.9 CO Ivanhoe +USS0006K12S 39.8000 -106.0300 2724.9 CO Middle Fork Camp +USS0006K14S 39.7200 -106.1600 2865.1 CO Summit Ranch +USS0006K16S 39.3000 -106.1100 3398.5 CO Buckskin Joe +USS0006K24S 39.4900 -106.1700 3215.6 CO Copper Mountain +USS0006K29S 39.8600 -106.4200 3206.5 CO Elliot Ridge +USS0006K30S 39.3200 -106.6100 2926.1 CO Kiln +USS0006K39S 39.6200 -106.3800 3139.4 CO Vail Mountain +USS0006K40S 39.0900 -106.5400 3230.9 CO Brumley +USS0006K43S 39.0300 -106.0800 3157.7 CO Rough And Tumble +USS0006K44S 39.6000 -106.5400 2889.5 CO Mccoy Park +USS0006K45S 39.6000 -106.5100 2590.8 CO Beaver Ck Village +USS0006K46S 39.2600 -106.6300 3081.5 CO Chapman Tunnel +USS0006L02S 38.8200 -106.5900 2926.1 CO Park Cone +USS0006L03S 38.4900 -106.3400 3279.6 CO Porphyry Creek +USS0006L05S 38.7000 -106.3700 3212.6 CO Saint Elmo +USS0006L06S 38.1600 -106.6000 3054.1 CO Cochetopa Pass +USS0006L11S 38.8900 -106.9500 3096.8 CO Butte +USS0006L13S 38.2900 -106.3700 3514.3 CO Sargents Mesa +USS0006L14S 38.9900 -106.7500 3243.1 CO Upper Taylor +USS0006M03S 37.4900 -106.8400 3109.0 CO Upper San Juan +USS0006M17S 37.4800 -106.8000 3352.8 CO Wolf Creek Summit +USS0006M21S 37.4700 -106.5400 3541.8 CO Grayback +USS0006M22S 37.0200 -106.4500 3060.2 CO Cumbres Trestle +USS0006M23S 37.3800 -106.5500 3352.8 CO Lily Pond +USS0006M26S 37.9700 -106.5600 3395.5 CO Moon Pass +USS0006N03S 36.9600 -106.6600 2560.3 NM Chamita +USS0006N04S 36.5100 -106.3200 2834.6 NM Bateman +USS0006N14S 36.7200 -106.2600 3048.0 NM Hopewell +USS0006N15S 36.8600 -106.2300 2773.7 NM San Antonio Sink +USS0006N16S 36.0300 -106.8100 2836.5 NM Vacas Locas +USS0006P01S 35.9200 -106.3900 2895.6 NM Quemazon +USS0006P10S 36.0000 -106.8300 2621.3 NM Senorita Divide #2 +USS0007E05S 44.3500 -107.0100 2657.9 WY Soldier Park +USS0007E06S 44.1600 -107.1300 2889.5 WY Powder River Pass +USS0007E12S 44.7200 -107.4000 2706.6 WY Sucker Creek +USS0007E18S 44.6800 -107.5800 2849.9 WY Bone Springs Div +USS0007E21S 44.8000 -107.8400 2859.0 WY Bald Mtn. +USS0007E23S 44.5000 -107.4300 2920.0 WY Shell Creek +USS0007E32S 44.5800 -107.2000 2435.4 WY Big Goose +USS0007E33S 44.7900 -107.5300 2401.8 WY Burgess Junction +USS0007E34S 44.5700 -107.3000 2706.6 WY Dome Lake +USS0007E36S 44.4000 -107.0600 3005.3 WY Cloud Peak Reservoir +USS0007E39S 44.8100 -107.4100 2094.0 WY Tie Creek +USS0007E40S 44.5400 -107.1800 2703.6 WY Little Goose +USS0007F01S 43.8900 -107.0600 2499.4 WY Bear Trap Meadow +USS0007F02S 43.6300 -107.1800 2365.2 WY Middle Powder +USS0007F06S 43.4700 -107.2400 2606.0 WY Grave Springs +USS0007H03S 41.1100 -107.1700 2484.1 WY Sandstone RS +USS0007H04S 41.0500 -107.2700 2267.7 WY Battle Mountain +USS0007H05S 41.3000 -107.1500 2706.6 WY Divide Peak +USS0007H06S 41.4000 -107.2600 2392.7 WY Sage Creek Basin +USS0007J03S 40.0600 -107.0100 2767.6 CO Bear River +USS0007J04S 40.1700 -107.0600 2773.7 CO Crosho +USS0007J05S 40.1100 -107.2900 3151.6 CO Ripple Creek +USS0007K01S 39.0800 -107.1400 2804.2 CO North Lost Trail +USS0007K02S 39.8800 -107.6000 2865.1 CO Burro Mountain +USS0007K06S 39.0500 -107.8700 3035.8 CO Park Reservoir +USS0007K09S 39.1300 -107.2900 2895.6 CO Mc Clure Pass +USS0007K11S 39.0200 -107.0500 3261.4 CO Schofield Pass +USS0007K12S 39.7600 -107.3600 3316.2 CO Bison Lake +USS0007K13S 40.0000 -107.2400 2956.6 CO Trapper Lake +USS0007K14S 39.0900 -107.6300 2999.2 CO Overland Res. +USS0007M05S 37.6500 -107.8100 2706.6 CO Cascade +USS0007M11S 37.7000 -107.7800 3249.2 CO Spud Mountain +USS0007M12S 37.7500 -107.6900 3200.4 CO Molas Lake +USS0007M14S 37.8500 -107.7300 3060.2 CO Mineral Creek +USS0007M16S 37.7200 -107.2600 2865.1 CO Upper Rio Grande +USS0007M21S 37.6200 -107.0300 3429.0 CO Middle Creek +USS0007M27S 37.9300 -107.6800 2987.0 CO Idarado +USS0007M29S 37.8000 -107.9200 3109.0 CO Lizard Head Pass +USS0007M30S 37.9900 -107.2000 3486.9 CO Slumgullion +USS0007M31S 37.4900 -107.5100 3316.2 CO Vallecito +USS0007M32S 37.7100 -107.5100 3535.7 CO Beartown +USS0007M33S 37.8900 -107.7100 3413.8 CO Red Mountain Pass +USS0007M34S 37.4800 -107.6300 3413.8 CO Stump Lakes +USS0007M35S 37.6600 -107.8000 2718.8 CO Cascade #2 +USS0007M36S 37.5200 -107.3200 3273.6 CO Weminuche Creek +USS0007M37S 37.8800 -107.3600 3383.3 CO Wager Gulch +USS0007S03S 33.0100 -107.8700 2816.4 NM Mcknight Cabin +USS0007S04S 33.3600 -107.8300 2590.8 NM Lookout Mountain +USS0008F01S 43.6600 -109.0100 2735.6 WY Owl Creek +USS0008G03S 42.5700 -108.8400 2755.4 WY South Pass +USS0008G07S 42.7000 -108.9000 2651.8 WY Townsend Creek +USS0008G10S 42.5900 -108.9000 2956.6 WY Deer Park +USS0008K04S 39.0600 -108.0600 3048.0 CO Mesa Lakes +USS0008L02S 38.4200 -108.3800 2865.1 CO Columbine Pass +USS0008M02S 37.4300 -108.1700 3048.0 CO Mancos +USS0008M04S 37.5000 -108.1100 3267.5 CO Sharkstooth +USS0008M06S 37.7900 -108.0200 3048.0 CO El Diente Peak +USS0008M07S 37.8900 -108.2000 2926.1 CO Lone Cone +USS0008M08S 37.6500 -108.0100 2773.7 CO Scotch Creek +USS0008M10S 37.4400 -108.0200 3287.3 CO Columbus Basin +USS0008M12S 37.7900 -108.1800 3529.6 CO Black Mesa +USS0008N03S 36.1800 -108.9500 2758.4 NM Navajo Whiskey Ck +USS0008P03S 35.2300 -108.2700 2578.6 NM Rice Park +USS0008S01S 33.7400 -108.9500 2438.4 NM Frisco Divide +USS0008S08S 33.3700 -108.7100 2743.2 NM Silver Creek Divide +USS0008T01S 32.9200 -108.1500 2548.1 NM Signal Peak +USS0009A01S 48.1700 -109.6500 1432.6 MT Rocky Boy +USS0009C01S 46.7900 -109.5100 1844.0 MT Crystal Lake +USS0009D06S 45.0600 -109.9400 2773.7 MT Fisher Creek +USS0009D08S 45.0500 -109.9100 2651.8 MT White Mill +USS0009D16S 45.1900 -109.3500 2392.7 MT Cole Creek +USS0009D21S 45.2400 -109.4600 1792.2 MT Burnt Mtn +USS0009E03S 44.0300 -109.1800 2423.2 WY Timber Creek +USS0009E07S 44.7300 -109.9100 2865.1 WY Parker Peak +USS0009E08S 44.8000 -109.6600 2331.7 WY Wolverine +USS0009E09S 44.3000 -109.2400 2670.0 WY Marquette +USS0009E10S 44.9400 -109.5700 2852.9 WY Beartooth Lake +USS0009E11S 44.6500 -109.7800 2804.2 WY Evening Star +USS0009E13S 44.3800 -109.7900 2980.9 WY Blackwater +USS0009F04S 43.7000 -109.6700 2667.0 WY Burroughs Creek +USS0009F08S 43.5000 -109.7500 2856.0 WY Little Warm +USS0009F18S 43.9300 -109.8200 2545.1 WY Younts Peak +USS0009F20S 43.6700 -109.3800 2560.3 WY Castle Creek +USS0009F21S 43.1100 -109.9500 2542.0 WY New Fork Lake +USS0009F23S 43.0100 -109.7600 2865.1 WY Elkhart Park G.S. +USS0009F24S 43.8600 -109.3200 2910.8 WY Kirwin +USS0009F25S 43.2800 -109.4500 2935.2 WY Cold Springs +USS0009F27S 43.0300 -109.1700 2627.4 WY St. Lawrence Alt +USS0009F28S 43.3800 -109.8800 2993.1 WY Gunsight Pass +USS0009G03S 42.8700 -109.0900 3078.5 WY Hobbs Park +USS0009G06S 42.5800 -109.0900 2743.2 WY Larsen Creek +USS0009G09S 42.6500 -109.2600 2767.6 WY Big Sandy Opening +USS0009G11S 42.7100 -109.4100 2852.9 WY Pocket Creek +USS0009J01S 40.7200 -109.5400 2659.1 UT King's Cabin +USS0009J05S 40.6100 -109.8900 2898.6 UT Mosby Mtn. +USS0009J08S 40.9100 -109.9600 2787.4 UT Hickerson Park +USS0009J16S 40.7400 -109.6700 2901.1 UT Trout Creek +USS0009K01S 39.3100 -109.5300 2530.1 UT East Willow Creek +USS0009L01S 38.4800 -109.2900 2689.9 UT Lasal Mountain-Lower +USS0009L03S 38.4800 -109.2700 2913.9 UT Lasal Mountain +USS0009M01S 37.8700 -109.4500 2742.6 UT Buckboard Flat +USS0009M02S 37.8100 -109.4900 2733.4 UT Camp Jackson +USS0009N05S 36.3300 -109.0600 2804.2 AZ Beaver Spring +USS0009S01S 33.9800 -109.5000 2781.3 AZ Baldy +USS0009S02S 33.9200 -109.4600 2804.2 AZ Maverick Fork +USS0009S04S 33.9000 -109.1600 2590.8 AZ Nutrioso +USS0009S06S 33.6900 -109.2200 2435.4 AZ Beaver Head +USS0009S07S 33.8000 -109.1500 2560.3 AZ Coronado Trail +USS0009S11S 33.6500 -109.3100 2749.3 AZ Hannagan Meadows +USS0009S18S 33.7600 -109.4800 2392.7 AZ Wildcat +USS0010C03S 46.1100 -110.4700 1981.2 MT Porcupine +USS0010C06S 46.7800 -110.6200 2468.9 MT Spur Park +USS0010C08S 46.0900 -110.4300 2468.9 MT S Fork Shields +USS0010C09S 46.7900 -110.6800 1966.0 MT Deadman Creek +USS0010C15S 46.6700 -110.3300 2316.5 MT Daisy Peak +USS0010C22S 46.9100 -110.8500 2258.6 MT Onion Park +USS0010C23S 46.9300 -110.9000 1996.4 MT Stringer Creek +USS0010C27S 46.4800 -110.7100 2316.5 MT Elk Peak +USS0010D07S 45.0100 -110.0100 2240.3 MT Northeast Entrance +USS0010D10S 45.8700 -110.9300 1996.4 MT Sacajawea +USS0010D12S 45.2200 -110.2400 2697.5 MT Monument Peak +USS0010D13S 45.5000 -110.9700 2090.9 MT Lick Creek +USS0010D16S 45.4000 -110.9600 2468.9 MT Shower Falls +USS0010D24S 45.4200 -110.0900 2691.4 MT Placer Basin +USS0010D31S 45.2700 -110.2500 2033.0 MT Box Canyon +USS0010D35S 45.8900 -110.9400 2231.1 MT Brackett Creek +USS0010D39S 45.5000 -110.0800 1930.9 MT East Boulder Mine +USS0010E03S 44.7200 -110.5100 2398.8 WY Canyon +USS0010E06S 44.4800 -110.1600 2566.4 WY Sylvan Lake +USS0010E07S 44.3700 -110.5800 2432.3 WY Thumb Divide +USS0010E09S 44.2100 -110.6700 2392.7 WY Lewis Lake Divide +USS0010E12S 44.1300 -110.6700 2109.2 WY Snake River Station +USS0010E15S 44.1300 -110.8300 2214.4 WY Grassy Lake +USS0010E17S 44.1500 -110.2200 2816.4 WY Two Ocean Plateau +USS0010E20S 44.4600 -110.1400 2170.2 WY Sylvan Road +USS0010F02S 43.9500 -110.4500 2142.7 WY Base Camp +USS0010F09S 43.7500 -110.0600 2920.0 WY Togwotee Pass +USS0010F15S 43.2500 -110.0200 2359.2 WY Kendall R.S. +USS0010F16S 43.1700 -110.1400 2511.6 WY Loomis Park +USS0010F17S 43.1300 -110.2000 2417.1 WY East Rim Divide +USS0010F19S 43.3900 -110.1300 2667.0 WY Gros Ventre Summit +USS0010F23S 43.5200 -110.9100 2499.4 WY Phillips Bench +USS0010F29S 43.3400 -110.4300 2063.5 WY Granite Creek +USS0010F30S 43.7800 -110.9300 2822.4 WY Grand Targhee +USS0010G02S 42.9600 -110.6100 2636.5 WY Blind Bull Sum +USS0010G08S 42.5100 -110.9100 2365.2 WY Salt River Summit +USS0010G12S 42.2700 -110.8100 2493.3 WY Kelley R.S. +USS0010G13S 42.4900 -110.5300 2456.7 WY Snider Basin +USS0010G15S 42.7600 -110.5900 2590.8 WY Triple Peak +USS0010G20S 42.5300 -110.6600 2743.2 WY Spring Creek Divide +USS0010G22S 42.3000 -110.6800 2872.7 WY Indian Creek +USS0010G23S 42.8200 -110.8400 2554.2 WY Willow Creek +USS0010G24S 42.1500 -110.6800 2389.6 WY Hams Fork +USS0010G25S 42.6500 -110.8100 2337.8 WY Cottonwood Creek +USS0010J01S 40.9200 -110.1900 2788.9 UT Hole-in-Rock +USS0010J04S 40.9500 -110.4800 2901.4 UT Hewinta +USS0010J06S 40.9800 -110.8500 2438.4 UT Burts Miller Ranch +USS0010J10S 40.6000 -110.4300 3174.5 UT Lakefork #1 +USS0010J12S 40.5500 -110.3500 2579.8 UT Lakefork #3 +USS0010J17S 40.8900 -110.8300 2675.2 UT Bear River RS +USS0010J18S 40.5500 -110.6900 2404.6 UT Rock Creek +USS0010J20S 40.9100 -110.5000 3109.0 UT Steel Creek Park +USS0010J21S 40.8800 -110.5400 2852.9 UT EF Blacks Fork GS +USS0010J22S 40.9600 -110.5800 2703.6 UT Blacks Fork Jct +USS0010J23S 40.8400 -110.6600 2956.6 UT Buck Pasture +USS0010J25S 40.7400 -110.6200 3342.4 UT Lakefork Basin +USS0010J26S 40.7200 -110.4700 3334.5 UT Five Points Lake +USS0010J30S 40.5800 -110.5900 3230.9 UT Brown Duck +USS0010J35S 40.8600 -110.8000 2790.7 UT Lily Lake +USS0010J43S 40.7700 -110.0100 3228.4 UT Chepeta +USS0010J44S 40.8000 -110.8800 2807.8 UT Hayden Fork +USS0010J52S 40.6800 -110.9500 3045.6 UT Trial Lake +USS0010J55S 40.8400 -110.0100 3119.6 UT Spirit Lk +USS0010K01S 39.8900 -110.7500 2796.5 UT Indian Canyon +USS0010K02S 39.9600 -110.9900 2633.8 UT White River #1 +USS0010k05s 39.6600 -110.3800 2486.9 UT Corral +USS0010K06S 39.6800 -110.4300 2662.7 UT Timberline +USS0010M01S 38.0800 -110.7700 2956.6 UT Lonesome Beaver +USS0010R04S 34.3100 -110.7500 2328.7 AZ Heber +USS0010S01S 33.8100 -110.9200 2103.1 AZ Workman Creek +USS0011C01S 46.5600 -111.2900 2423.2 MT Boulder Mountain +USS0011C02S 46.5800 -111.2700 2026.9 MT Pickfoot Creek +USS0011C04S 46.3500 -111.8500 2097.0 MT Tizer Basin +USS0011D08S 45.0200 -111.8500 2621.3 MT Clover Meadow +USS0011D11S 45.5100 -111.9200 2407.9 MT Lower Twin +USS0011D19S 45.2700 -111.4300 2706.6 MT Lone Mountain +USS0011D28S 45.6000 -111.9600 2529.8 MT Albro Lake +USS0011E03S 44.5900 -111.8200 2255.5 MT Lakeview Ridge +USS0011E07S 44.6600 -111.0900 2042.2 MT West Yellowstone +USS0011E10S 44.4200 -111.3900 1917.2 ID Island Park +USS0011E24S 44.7900 -111.7100 2438.4 MT Tepee Creek +USS0011E29S 44.9600 -111.2900 2743.2 MT Carrot Basin +USS0011E30S 44.6100 -111.1500 2072.6 MT Whiskey Creek +USS0011E31S 44.5900 -111.1200 2362.2 MT Madison Plateau +USS0011E35S 44.5100 -111.1300 2490.2 MT Black Bear +USS0011E36S 44.5300 -111.4100 2350.0 ID White Elephant +USS0011E37S 44.4400 -111.9900 2090.9 ID Crab Creek +USS0011E38S 44.9500 -111.3600 2392.7 MT Beaver Creek +USS0011E39S 44.9800 -111.9500 2133.6 MT Short Creek +USS0011F02S 43.5700 -111.2100 2048.3 ID Pine Creek Pass +USS0011F11S 43.2100 -111.6900 2002.5 ID Sheep Mtn. +USS0011G01S 42.9500 -111.3600 2072.6 ID Somsen Ranch +USS0011G05S 42.5600 -111.3000 2202.2 ID Slug Creek Divide +USS0011G06S 42.3600 -111.5600 2252.5 ID Emigrant Summit +USS0011G30S 42.5200 -111.9600 2392.7 ID Sedgwick Peak +USS0011G32S 42.0500 -111.6000 2490.2 ID Franklin Basin +USS0011G33S 42.4100 -111.1700 2112.3 ID Giveout +USS0011H01S 41.9700 -111.6000 2209.8 UT Klondike Narrows +USS0011H03S 41.8900 -111.5700 1930.0 UT Tony Grove RS +USS0011H07S 41.9200 -111.4700 2348.5 UT Garden City Summit +USS0011H08S 41.3800 -111.9400 2438.4 UT Ben Lomond Peak +USS0011H21S 41.3100 -111.4500 2487.2 UT Horse Ridge +USS0011H25S 41.4100 -111.8300 1994.6 UT Little Bear +USS0011H30S 41.3800 -111.9200 1776.7 UT Ben Lomond Trail +USS0011H31S 41.2500 -111.4100 2200.7 UT Kilfoil Creek +USS0011H32S 41.2200 -111.3600 1853.8 UT Lost Creek Resv +USS0011H36S 41.9000 -111.6300 2582.9 UT Tony Grove Lake +USS0011H37S 41.6800 -111.4200 2423.2 UT Bug Lake +USS0011H55S 41.4100 -111.5400 2545.1 UT Dry Bread Pond +USS0011H57S 41.4700 -111.5000 2731.0 UT Monte Cristo +USS0011H58S 41.7900 -111.5500 2257.3 UT Temple Fork +USS0011H59S 41.3600 -111.4900 2503.9 UT Lightning Ridge +USS0011H60S 41.8600 -111.5100 2520.7 UT Usu Doc Daniel +USS0011J01S 40.8500 -111.0500 2741.1 UT Chalk Creek #1 +USS0011J02S 40.8900 -111.0700 2486.6 UT Chalk Creek #2 +USS0011J06S 40.6700 -111.2200 2590.8 UT Redden Mine Lwr +USS0011J08S 40.1600 -111.2100 2475.9 UT Strawberry Divide +USS0011J11S 40.9900 -111.8200 2438.4 UT Farmington +USS0011J12S 40.9700 -111.8100 2066.2 UT Farmington Lower +USS0011J21S 40.4300 -111.6200 2481.1 UT Timpanogos Divide +USS0011J22S 40.1900 -111.3600 2255.2 UT Hobble Creek +USS0011J23S 40.3000 -111.2600 2449.7 UT Daniels-Strawberry +USS0011J32S 40.3600 -111.0900 2438.4 UT Currant Creek +USS0011J37S 40.8700 -111.7200 2209.8 UT Hardscrabble +USS0011J42S 40.5600 -111.6600 2938.3 UT Snowbird +USS0011J46S 40.6100 -111.1000 2523.7 UT Beaver Divide +USS0011J52S 40.7600 -111.6300 2286.0 UT Parley's Summit +USS0011J53S 40.7900 -111.1200 2316.5 UT Smith & Morehouse +USS0011J56S 40.6200 -111.5300 2813.3 UT Thaynes Canyon +USS0011J57S 40.6000 -111.5800 2667.0 UT Brighton +USS0011J64S 40.8400 -111.7100 2499.4 UT Lookout Peak +USS0011J65S 40.6600 -111.6400 2733.1 UT Mill-D North +USS0011J68S 40.9300 -111.8100 2359.2 UT Parrish Creek +USS0011J69S 40.8300 -111.7600 2042.2 UT Louis Meadow +USS0011J70S 40.2800 -111.6100 2369.5 UT Cascade Mountain +USS0011K03S 39.6800 -111.3200 2660.0 UT Mammoth-Cottonwood +USS0011K05S 39.6100 -111.3000 2943.5 UT Huntington Horse +USS0011K09S 39.3100 -111.4300 3020.6 UT Seeley Creek +USS0011K10S 39.3000 -111.4500 2980.9 UT GBRC Meadows +USS0011K11S 39.3200 -111.4900 2603.3 UT GBRC HQ +USS0011K12S 39.1400 -111.5100 2893.8 UT Mt Baldy +USS0011K13S 39.1400 -111.5600 2435.4 UT Beaver Dams +USS0011K15S 39.0500 -111.4700 2798.7 UT Dill's Camp +USS0011K21S 39.8700 -111.2800 2715.2 UT Clear Creek #1 +USS0011K22S 39.8900 -111.2500 2334.5 UT Clear Creek #2 +USS0011K28S 39.4500 -111.2700 2745.9 UT Red Pine Ridge +USS0011K29S 39.4200 -111.2500 2646.0 UT Upper Joes Valley +USS0011K31S 39.1300 -111.4400 2874.3 UT Buck Flat +USS0011K32S 39.1300 -111.3500 2792.6 UT Wrigley Creek +USS0011K35S 39.2400 -111.5200 2699.9 UT Thistle Flat +USS0011K36S 39.5000 -111.7300 2197.9 UT Rees Flat +USS0011K39S 39.0100 -111.5800 2926.1 UT Pickle Keg +USS0011K52S 39.9300 -111.6300 2458.5 UT Payson R.S. +USS0011L01S 38.7700 -111.6800 2951.1 UT Farnsworth Lake +USS0011L02S 38.7900 -111.6900 2560.3 UT Gooseberry RS Up +USS0011L03S 38.5000 -111.7700 2681.6 UT Fish Lake Utah +USS0011L04S 38.6800 -111.6000 2884.0 UT Black Flat-U.M. Ck +USS0011L05S 38.2100 -111.4800 2987.0 UT Donkey Reservoir +USS0011L12S 38.8000 -111.6800 2423.2 UT Gooseberry RS +USS0011M01S 38.0500 -111.3400 3034.9 UT Sunflower Flat +USS0011M03S 37.8400 -111.8800 2938.3 UT Widtsoe #3 +USS0011M06S 37.9700 -111.8300 3062.9 UT Clayton Springs +USS0011P02S 35.2700 -111.7400 2240.3 AZ Fort Valley +USS0011P08S 35.3400 -111.6500 2965.7 AZ Snowslide Canyon +USS0011P13S 35.0700 -111.8400 2194.6 AZ Fry +USS0011R03S 34.9400 -111.5200 2286.0 AZ Mormon Mountain +USS0011R05S 34.7500 -111.4100 2325.6 AZ Happy Jack +USS0011R06S 34.4600 -111.4100 2225.0 AZ Baker Butte +USS0011R10S 34.3700 -111.0100 2417.1 AZ Promontory +USS0011R12S 34.9700 -111.5100 2590.8 AZ Mormon Mtn Summit +USS0011R13S 34.8600 -111.6100 1948.6 AZ Bar M +USS0012A02S 48.0600 -112.7600 1752.6 MT Dupuyer Creek +USS0012B12S 47.9200 -112.8200 1950.7 MT Mount Lockhart +USS0012B13S 47.9200 -112.7900 1706.9 MT Waldron +USS0012B14S 47.0800 -112.7300 2118.4 MT Copper Camp +USS0012B16S 47.0600 -112.6000 1585.0 MT Copper Bottom +USS0012B17S 47.4500 -112.8100 1816.6 MT Wood Creek +USS0012C11S 46.3600 -112.2600 2438.4 MT Rocker Peak +USS0012C13S 46.4400 -112.1900 1975.1 MT Frohner Meadow +USS0012C22S 46.8400 -112.5100 2139.7 MT Nevada Ridge +USS0012D09S 45.8000 -112.5200 2188.5 MT Basin Creek +USS0012D11S 45.4100 -112.9600 2529.8 MT Mule Creek +USS0012E07S 44.7900 -112.0600 2377.4 MT Divide +USS0012E08S 44.4700 -112.9800 2697.5 MT Beagle Springs +USS0012G17S 42.7600 -112.4800 1978.2 ID Wildhorse Divide +USS0012G18S 42.2600 -112.1300 2054.4 ID Oxford Spring +USS0012J02S 40.4600 -112.2500 1959.9 UT Bevans Cabin +USS0012J06S 40.4400 -112.2400 2712.7 UT Rocky Basin-Settleme +USS0012J07S 40.4900 -112.6100 2505.8 UT Mining Fork +USS0012J09S 40.5700 -112.1700 2161.9 UT Dry Fork +USS0012K01S 39.9400 -112.4100 2255.8 UT Vernon Creek +USS0012K02S 39.3500 -112.3300 2392.7 UT Oak Creek +USS0012L04S 38.5100 -112.0200 2995.6 UT Box Creek +USS0012L05S 38.5000 -112.0100 2775.2 UT Squaw Springs +USS0012L06S 38.4800 -112.3900 2782.5 UT Kimberly Mine +USS0012L07S 38.3000 -112.3600 3154.4 UT Big Flat +USS0012L12S 38.3000 -112.4400 2652.7 UT Merchant Valley +USS0012L15S 38.8800 -112.2500 2679.2 UT Pine Creek +USS0012L20S 38.0700 -112.1700 2971.5 UT Jones Corral +USS0012M03S 37.5800 -112.9000 2805.1 UT Webster Flat +USS0012M05S 37.4900 -112.5800 2377.4 UT Harris Flat +USS0012M06S 37.4900 -112.5100 2275.0 UT Long Valley Jct +USS0012M07S 37.7000 -112.6500 2545.1 UT Panguitch Lake RS +USS0012M11S 37.7500 -112.7800 2654.2 UT Yankee Reservoir +USS0012M13S 37.6600 -112.7400 2920.0 UT Castle Valley +USS0012M14S 37.6800 -112.8600 3039.5 UT Brian Head +USS0012M17S 37.6000 -112.9200 2493.0 UT Suu Ranch +USS0012M23S 37.5700 -112.8400 2987.0 UT Midway Valley +USS0012M26S 37.5200 -112.2700 2712.7 UT Agua Canyon +USS0012P01S 35.2600 -112.0600 2164.1 AZ Chalender +USS0012P02S 35.1400 -112.1500 2188.5 AZ White Horse Lake +USS0013A15S 48.1300 -113.0200 2103.1 MT Badger Pass +USS0013A19S 48.8000 -113.8600 1920.2 MT Flattop Mtn. +USS0013A24S 48.4300 -113.9400 1325.9 MT Emery Creek +USS0013A25S 48.1600 -113.9500 1841.0 MT Noisy Basin +USS0013A26S 48.3000 -113.3300 1807.5 MT Pike Creek +USS0013A27S 48.8000 -113.6700 1493.5 MT Many Glacier +USS0013B07S 47.2700 -113.7600 1929.4 MT North Fork Jocko +USS0013B22S 47.4300 -113.7800 1447.8 MT Kraft Creek +USS0013B24S 47.6800 -113.9600 2066.5 MT Moss Peak +USS0013B25S 47.6800 -114.0000 1499.6 MT Bisson Creek +USS0013C01S 47.0000 -113.9300 2255.5 MT Stuart Mountain +USS0013C03S 46.2400 -113.7700 2209.8 MT Skalkaho Summit +USS0013C13S 46.4100 -113.4300 2197.6 MT Black Pine +USS0013C31S 46.8700 -113.2800 1905.0 MT N Fk Elk Creek +USS0013C33S 46.4700 -113.3900 1706.9 MT Combination +USS0013C36S 46.1300 -113.3100 2194.6 MT Peterson Meadows +USS0013C38S 46.8800 -113.3200 1426.5 MT Lubrecht Flume +USS0013C39S 46.1800 -113.8500 1761.7 MT Daly Creek +USS0013C43S 46.2700 -113.1600 2377.4 MT Warm Springs +USS0013C44S 46.1000 -113.1300 2514.6 MT Barker Lakes +USS0013D10S 45.1700 -113.5000 2316.5 MT Bloody Dick +USS0013D16S 45.6700 -113.9500 1889.8 ID Moose Creek +USS0013D19S 45.1700 -113.5800 2621.3 MT Darkhorse Lake +USS0013D22S 45.6900 -113.9700 2420.1 MT Saddle Mtn. +USS0013D26S 45.8800 -113.3300 1959.9 MT Calvert Creek +USS0013E06S 44.4100 -113.4000 2267.7 ID Moonshine +USS0013E16S 44.8500 -113.8400 2603.0 ID Schwartz Lake +USS0013E18S 44.4400 -113.3200 2788.9 ID Meadow Lake +USS0013E23S 44.9900 -113.4400 2468.9 MT Lemhi Ridge +USS0013E27S 44.0200 -113.4700 2438.4 ID Hilts Creek +USS0013F03S 43.7400 -113.9400 2407.9 ID Bear Canyon +USS0013F04S 43.6100 -113.9300 1999.5 ID Garfield R.S. +USS0013F09S 43.6300 -113.9700 2328.7 ID Swede Peak +USS0013F13S 43.7300 -113.8300 2901.7 ID Smiley Mountain +USS0013G01S 42.3200 -113.6200 2432.3 ID Howell Canyon +USS0013H05S 41.9200 -113.4100 2744.7 UT George Creek +USS0013M02S 37.5100 -113.4000 2438.4 UT Long Flat +USS0013M04S 37.4900 -113.8500 1859.3 UT Little Grassy +USS0013M05S 37.5300 -113.0500 2806.0 UT Kolob +USS0013M06S 37.5000 -113.9400 2061.4 UT Gutz Peak +USS0013M07S 37.4000 -113.4600 2536.5 UT Gardner Peak +USS0014A11S 48.9100 -114.7700 1310.6 MT Grave Creek +USS0014A12S 48.9100 -114.8600 1837.9 MT Stahl Peak +USS0014A14S 48.3100 -114.8400 1534.7 MT Hand Creek +USS0014B04S 47.9800 -114.3500 1722.1 MT Blacktail Mtn +USS0014B05S 47.1800 -114.3300 1874.5 MT Sleeping Woman +USS0014C04S 46.4700 -114.6300 1880.6 ID Savage Pass +USS0014C05S 46.6300 -114.5800 1597.2 ID Lolo Pass +USS0014C12S 46.1400 -114.5100 1950.7 MT Twin Lakes +USS0014C13S 46.1400 -114.4500 1706.9 MT Twelvemile Creek +USS0014D02S 45.7300 -114.4800 1722.1 MT Nez Perce Camp +USS0014E01S 44.4700 -114.4900 2682.2 ID Mill Creek Summit +USS0014E04S 44.8400 -114.2700 2316.5 ID Morgan Creek +USS0014F02S 43.8600 -114.2100 2264.7 ID Stickney Mill +USS0014F03S 43.8200 -114.2600 2407.9 ID Lost-Wood Divide +USS0014F04S 43.8000 -114.8500 2731.0 ID Vienna Mine +USS0014F08S 43.6000 -114.6700 2566.4 ID Dollarhide Summit +USS0014F11S 43.4800 -114.8300 1749.6 ID Soldier R.S. +USS0014F12S 43.8700 -114.7100 2676.1 ID Galena Summit +USS0014F16S 43.7100 -114.1600 2267.7 ID Hyndman +USS0014F17S 43.8800 -114.6700 2276.9 ID Galena +USS0014F19S 43.7700 -114.4200 1962.9 ID Chocolate Gulch +USS0014G01S 42.1600 -114.1900 2286.0 ID Bostetter R.S. +USS0014G02S 42.1800 -114.2900 2097.0 ID Magic Mountain +USS0014H04S 41.5700 -115.0300 2133.6 NV Jakes Creek +USS0014K01S 39.4600 -114.6500 2286.0 NV Bird Creek +USS0014K02S 39.3200 -114.6200 2773.7 NV Berry Creek +USS0014K05S 39.1300 -114.9600 2804.2 NV Ward Mountain +USS0014K07S 39.2300 -114.2400 2438.4 NV Silver Creek Nv +USS0014K08S 39.1600 -114.6100 3225.7 NV Cave Mountain +USS0014K09S 39.0900 -114.9000 2804.2 NV Defiance Mines +USS0014K10S 39.5600 -114.6300 2360.4 NV Kalamazoo +USS0014L04S 39.0100 -114.3100 3084.6 NV Wheeler Peak +USS0015A03S 48.9700 -115.9500 1966.0 MT Hawkins Lake +USS0015A05S 48.9800 -115.8200 1295.4 MT Garver Creek +USS0015A08S 48.5700 -115.4500 1706.9 MT Banfield Mountain +USS0015A12S 48.1300 -115.6200 1554.5 MT Poorman Creek +USS0015B02S 47.4600 -115.7100 1566.7 ID Lookout +USS0015B09S 47.5600 -115.8200 1688.6 ID Sunset +USS0015B14S 47.0700 -115.9600 1862.3 ID Lost Lake +USS0015B21S 47.5300 -115.7800 1295.4 ID Humboldt Gulch +USS0015C04S 46.5700 -115.7400 1392.9 ID Shanghi Summit +USS0015C05S 46.4900 -115.8000 938.8 ID Pierce R.S. +USS0015C06S 46.4800 -115.6300 1770.9 ID Hemlock Butte +USS0015C09S 46.5600 -115.2900 1816.6 ID Crater Meadows +USS0015C10S 46.9800 -115.0300 1844.0 MT Hoodoo Basin +USS0015C16S 46.7600 -115.3000 1914.1 ID Cool Creek +USS0015D01S 45.1900 -115.9700 1987.3 ID Secesh Summit +USS0015D06S 45.7000 -115.2300 1938.5 ID Mountain Meadows +USS0015E02S 44.6300 -115.7900 2005.6 ID Big Creek Summit +USS0015E04S 44.5400 -115.5600 2090.9 ID Deadwood Summit +USS0015E08S 44.2900 -115.6600 1639.8 ID Cozy Cove +USS0015E09S 44.0500 -115.4400 2154.9 ID Jackson Peak +USS0015E11S 44.3000 -115.2300 2145.8 ID Banner Summit +USS0015F01S 43.9300 -115.6700 1859.3 ID Mores Creek Summit +USS0015F04S 43.7600 -115.2400 2310.4 ID Atlanta Summit +USS0015F05S 43.6300 -115.4400 2368.3 ID Trinity Mtn. +USS0015F06S 43.5100 -115.5700 1463.0 ID Prairie +USS0015F09S 43.2700 -115.3500 1740.4 ID Camas Creek Divide +USS0015F14S 43.9500 -115.2700 1734.3 ID Graham Guard Sta. +USS0015G02S 42.0100 -115.0000 2170.2 ID Wilson Creek +USS0015H01S 41.8300 -115.4500 2450.6 NV Bear Creek +USS0015H03S 41.7400 -115.4700 2164.1 NV Seventysix Creek +USS0015H04S 41.7600 -115.6900 2042.2 NV Big Bend +USS0015h07S 41.5800 -115.9300 2042.2 NV Fry Canyon +USS0015H09S 41.2300 -116.0300 1889.8 NV Taylor Canyon +USS0015H14S 41.8700 -115.2500 2539.0 NV Pole Creek R.S. +USS0015H19S 41.4100 -115.4500 2377.4 NV Stag Mountain +USS0015H20S 41.8900 -115.8600 2133.6 NV Merritt Mountain +USS0015H24S 41.6600 -115.3200 2194.6 NV Draw Creek +USS0015J01S 40.8900 -115.2000 2468.9 NV Dorsey Basin +USS0015j03S 40.8600 -115.2200 1981.2 NV Dry Creek +USS0015J06S 40.6500 -115.3800 2347.0 NV Lamoille #3 +USS0015J09S 40.3800 -115.5300 2438.4 NV Green Mountain +USS0015J12S 40.2800 -115.5300 2590.8 NV Corral Canyon +USS0015J15S 40.9400 -115.1000 2407.9 NV Hole-in-Mountain +USS0015j20S 40.8600 -115.1200 2347.0 NV Pole Canyon +USS0015J22S 40.9800 -115.1700 2133.6 NV Tent Mtn Lower +USS0015K03S 39.5600 -115.8400 2448.5 NV Diamond Peak +USS0015K04S 39.4500 -115.9800 2388.4 NV Vacarro Spring +USS0015L01S 38.9500 -115.3800 2267.7 NV White River Nv +USS0015L02S 39.0000 -115.4200 2657.9 NV Corduroy Flat +USS0015N09S 36.3200 -115.7000 2736.8 NV Bristlecone Trail +USS0015N10S 36.3100 -115.6800 2629.2 NV Lee Canyon +USS0015N11S 36.2500 -115.6300 2414.0 NV Rainbow Canyon +USS0016A04S 48.0600 -116.2300 1585.0 ID Mosquito Ridge +USS0016A08S 48.3100 -116.0700 1645.9 ID Bear Mountain +USS0016A10S 48.3700 -116.6400 1856.2 ID Schweitzer Basin +USS0016A12S 48.8900 -116.7600 1536.2 ID Hidden Lake +USS0016A13S 48.3700 -116.6400 1862.3 ID Schweitzer Saddle +USS0016A14S 48.7200 -116.4600 1072.9 ID Myrtle Creek +USS0016B14S 47.1500 -116.2700 1374.6 ID Mica Creek +USS0016C01S 46.9500 -116.3400 975.4 ID Sherwin +USS0016C02S 46.8100 -116.8500 1432.6 ID Moscow Mountain +USS0016C20S 46.8400 -116.1200 1734.3 ID Elk Butte +USS0016D08S 45.0700 -116.4500 1694.7 ID West Branch +USS0016D09S 45.0400 -116.1300 1905.0 ID Brundage Reservoir +USS0016E05S 44.7700 -116.2500 1902.0 ID Squaw Flat +USS0016E10S 44.6100 -116.9800 1883.7 ID Bear Saddle +USS0016E11S 44.9500 -116.1400 1630.7 ID Bear Basin +USS0016E14S 44.3800 -116.3400 1499.6 ID Van Wyck +USS0016E18S 44.7900 -116.0900 1490.5 ID Long Valley +USS0016F02S 43.7600 -116.1000 1932.4 ID Bogus Basin +USS0016F08S 43.2900 -116.8500 1706.9 ID Reynolds Creek +USS0016G01S 42.7600 -116.9000 1981.2 ID South Mtn. +USS0016G07S 42.6000 -116.5600 1746.5 ID Mud Flat +USS0016H02S 41.5500 -116.0100 2209.8 NV Jack Creek Upper +USS0016H03S 41.2700 -116.8000 2133.6 NV Midas +USS0016H04S 41.5300 -116.0100 2566.4 NV Jacks Peak +USS0016H05S 41.7800 -116.0300 2041.2 NV Laurel Draw +USS0016H06S 41.6700 -116.0700 2026.9 NV Columbia Basin +USS0016H07S 41.3200 -116.3400 2347.0 NV Toe Jam +USS0016H08S 41.8200 -116.1000 2133.6 NV Fawn Creek +USS0016H11S 41.3400 -116.9800 2261.6 NV Snowstorm Mtn +USS0016J01S 40.3600 -116.8600 2255.5 NV Lewis Peak +USS0017A01S 48.6900 -117.1800 1524.0 WA Bunchgrass Mdw +USS0017B04S 47.8800 -117.0900 1432.6 WA Quartz Peak +USS0017B06S 47.8600 -117.0400 1283.2 ID Ragged Mountain +USS0017C04S 46.1800 -117.5400 1737.4 WA Spruce Springs +USS0017C05S 46.1200 -117.8500 1685.5 WA Touchet +USS0017C06S 46.2400 -117.3900 1219.2 WA Sourdough Gulch +USS0017D02S 45.2100 -117.1900 2255.5 OR Aneroid Lake #2 +USS0017D06S 45.2700 -117.6900 1755.6 OR Moss Springs +USS0017D07S 45.0800 -117.5500 1749.6 OR Taylor Green +USS0017D08S 45.0000 -117.1700 1645.9 OR Schneider Meadows +USS0017D18S 45.2700 -117.1700 2411.0 OR Mt. Howard +USS0017D20S 45.9800 -117.9500 1700.8 OR Milk Shakes +USS0017H02S 41.7500 -117.5300 2107.7 NV Buckskin Lower +USS0017H07S 41.5200 -117.6300 1828.8 NV Lamance Creek +USS0017H08S 41.6700 -117.5700 2603.9 NV Granite Peak +USS0017J02S 40.8800 -117.5900 2010.5 NV Golconda +USS0017K04S 39.2900 -117.1100 2650.2 NV Big Creek Sum +USS0018A19S 48.1900 -118.4600 1338.1 WA Gold Mountain +USS0018A21S 48.8600 -118.4000 1426.5 WA Sentinel Butte +USS0018A26S 48.9500 -118.9900 1633.7 WA Gold Axe Camp +USS0018D04S 45.5600 -118.4500 1158.2 OR Emigrant Springs +USS0018D06S 45.2700 -118.8500 1514.9 OR Lucky Strike +USS0018D08S 45.1900 -118.5500 1472.2 OR County Line +USS0018D09S 45.1500 -118.2200 1569.7 OR Beaver Reservoir +USS0018D19S 45.7000 -118.1100 1499.6 OR High Ridge +USS0018D20S 45.3600 -118.4700 1380.7 OR Bowman Springs +USS0018D21S 45.0700 -118.1500 1716.0 OR Wolf Creek +USS0018E03S 44.8700 -118.1100 1679.4 OR Eilertson Meadows +USS0018E05S 44.8300 -118.1900 1783.1 OR Bourne +USS0018E08S 44.7600 -118.3100 1649.0 OR Gold Center +USS0018E09S 44.6600 -118.4300 1569.7 OR Tipton +USS0018E16S 44.2500 -118.5200 1789.2 OR Blue Mountain Spring +USS0018E18S 44.2100 -118.6400 1597.2 OR Lake Creek R.S. +USS0018F01S 44.0100 -118.8400 1612.4 OR Rock Springs +USS0018G01S 42.7500 -118.6900 2130.6 OR Silvies +USS0018G02S 42.7100 -118.6300 2334.8 OR Fish Creek +USS0018H01S 41.9700 -118.1900 1981.2 NV Disaster Peak +USS0018H02S 41.4900 -119.0000 2319.2 NV Summit Lk +USS0019A02S 48.6600 -119.8400 1359.4 WA Salmon Meadows +USS0019A09S 48.5900 -119.8700 1362.5 WA Muckamuck +USS0019A13S 48.3600 -119.0800 1527.0 WA Moses Mtn +USS0019D02S 45.1900 -119.2500 1758.7 OR Arbuckle Mtn +USS0019D03S 45.1100 -119.5000 1569.7 OR Madison Butte +USS0019E03S 44.4500 -119.9300 1783.1 OR Derr. +USS0019E07S 44.2600 -119.0200 1600.2 OR Starr Ridge +USS0019F01S 43.9500 -119.5400 1898.9 OR Snow Mountain +USS0019k03S 39.2500 -119.8800 1984.2 NV Little Valley +USS0019K04S 39.1600 -119.9000 2401.8 NV Marlette Lake +USS0019K07S 39.3200 -119.8900 2682.5 NV Mt Rose Ski Area +USS0019K08S 39.4600 -119.9400 2514.3 NV Big Meadow +USS0019L03S 38.8500 -119.9400 2370.1 CA Hagan's Meadow +USS0019L05S 38.6100 -119.9200 2455.8 CA Blue Lakes +USS0019L06S 38.5100 -119.6300 2357.9 CA Poison Flat +USS0019L07S 38.3100 -119.6000 2690.5 CA Sonora Pass +USS0019L08S 38.3000 -119.5500 2194.0 CA Leavitt Meadows +USS0019L13S 38.0700 -119.2300 2878.8 CA Virginia Lakes Ridge +USS0019L17S 38.4400 -119.3700 2814.2 CA Lobdell Lake +USS0019L19S 38.5500 -119.8000 2671.6 CA Ebbetts Pass +USS0019L24S 38.9200 -119.9200 2615.8 CA Heavenly Valley +USS0019L38S 38.2800 -119.6100 2931.3 CA Leavitt Lake +USS0019L39S 38.6700 -119.8200 1863.9 CA Spratt Creek +USS0019L40S 38.6700 -119.6100 2532.9 CA Monitor Pass +USS0019L41S 38.7200 -119.8900 2477.7 CA Burnside Lake +USS0019L42S 38.4000 -119.5400 2838.6 CA Summit Meadow +USS0019L43S 38.6800 -119.9600 2443.6 CA Forestdale Creek +USS0019L44S 38.8400 -119.8900 2608.2 CA Horse Meadow +USS0019L45S 38.6900 -119.9900 2546.0 CA Carson Pass +USS0020A05S 48.7200 -120.6600 1978.2 WA Harts Pass +USS0020A07S 48.5300 -120.9900 1316.7 WA Thunder Basin +USS0020A09S 48.5200 -120.7400 1490.5 WA Rainy Pass +USS0020A12S 48.4400 -120.9200 1402.1 WA Park Creek Ridge +USS0020A23S 48.2000 -120.9200 1822.7 WA Lyman Lake +USS0020A40S 48.2000 -120.9600 1862.3 WA Miners Ridge +USS0020A41S 48.5700 -120.7800 1197.9 WA Swamp Creek +USS0020A46S 48.0700 -120.8500 893.1 WA Trinity +USS0020B02S 47.3500 -120.6800 1292.4 WA Blewett Pass +USS0020B07S 47.2900 -120.3700 1319.8 WA Upper Wheeler +USS0020B11S 47.2800 -120.4900 1642.9 WA Grouse Camp +USS0020B24S 47.9900 -120.5700 1094.2 WA Pope Ridge +USS0020B25S 47.2300 -120.2900 1670.3 WA Trough +USS0020D01S 45.9900 -120.6800 1207.0 WA Satus Pass +USS0020D02S 45.9900 -120.8100 1633.7 WA Indian Rock +USS0020E02S 44.4300 -120.3300 1655.1 OR Ochoco Meadows +USS0020G02S 42.7000 -120.8000 2158.0 OR Summer Rim +USS0020G06S 42.3200 -120.8300 1743.5 OR Quartz Mountain +USS0020G09S 42.1300 -120.8400 1758.7 OR Strawberry +USS0020G12S 42.6400 -120.9500 1883.7 OR Crazyman Flat +USS0020H01S 41.9900 -120.7200 1731.3 CA State Line +USS0020H02S 41.8900 -120.7500 1575.8 CA Crowder Flat +USS0020H06S 41.5800 -120.3000 2142.7 CA Cedar Pass +USS0020H12S 41.9900 -120.1800 2243.3 CA Dismal Swamp +USS0020H13S 41.2400 -120.7900 1886.7 CA Adin Mtn +USS0020K03S 39.4900 -120.2800 1967.8 CA Independence Creek +USS0020K04S 39.4500 -120.2900 2134.5 CA Independence Camp +USS0020K05S 39.4300 -120.3100 2545.7 CA Independence Lake +USS0020K13S 39.3000 -120.1800 1983.9 CA Truckee #2 +USS0020K25S 39.1400 -120.2200 2028.4 CA Ward Creek #3 +USS0020K27S 39.1700 -120.1500 2071.7 CA Tahoe City Cross +USS0020K30S 39.1900 -120.2600 2447.2 CA Squaw Valley G.C. +USS0020K31S 39.3300 -120.3700 2089.4 CA Css Lab +USS0020L02S 39.0000 -120.1300 2343.6 CA Rubicon #2 +USS0020L06S 38.8500 -120.0800 2337.8 CA Echo Peak +USS0020L10S 38.9300 -120.0500 1900.7 CA Fallen Leaf +USS0021A01S 48.8800 -121.2600 1106.4 WA Beaver Pass +USS0021A07S 48.8600 -121.4400 1606.3 WA Easy Pass +USS0021A09S 48.7600 -121.7000 1072.9 WA Marten Ridge +USS0021A28S 48.9300 -121.2000 1777.0 WA Brown Top +USS0021A31S 48.8700 -121.7900 1228.3 WA Wells Creek +USS0021A32S 48.6900 -121.9100 926.6 WA Elbow Lake +USS0021A35S 48.9800 -121.0800 515.1 WA Hozomeen Camp +USS0021A36S 48.8200 -121.9300 1514.9 WA MF Nooksack +USS0021B01S 47.7500 -121.0900 1204.0 WA Stevens Pass +USS0021B04S 47.5400 -121.0900 1045.5 WA Fish Lake +USS0021B10S 47.2700 -121.3400 1173.5 WA Stampede Pass +USS0021B13S 47.0200 -121.4600 1767.8 WA Corral Pass +USS0021B17S 47.3000 -121.6000 1161.3 WA Rex River +USS0021B20S 47.3300 -121.4700 911.4 WA Tinkham Creek +USS0021B21S 47.3600 -121.5700 890.0 WA Mount Gardner +USS0021B31S 47.1600 -121.4200 1414.3 WA Sawmill Ridge +USS0021B42S 47.2800 -121.6700 975.4 WA Cougar Mountain +USS0021B48S 47.7800 -121.7000 1066.8 WA Alpine Meadows +USS0021B50S 47.2000 -121.7800 1188.7 WA Lynn Lake +USS0021B51S 47.3800 -121.0600 1322.8 WA Sasse Ridge +USS0021B55S 47.3700 -121.4400 1228.3 WA Olallie Meadows +USS0021B59S 47.2800 -121.4700 984.5 WA Meadows Pass +USS0021B60S 47.6800 -121.6100 1008.9 WA Skookum Creek +USS0021B62S 47.0700 -121.5900 685.8 WA Huckleberry Creek +USS0021B63S 47.0400 -121.9400 1271.0 WA Burnt Mountain +USS0021C10S 46.5500 -121.1700 1804.4 WA Green Lake +USS0021C13S 46.0900 -121.7600 1307.6 WA Surprise Lakes +USS0021C14S 46.3500 -121.5100 1374.6 WA Potato Hill +USS0021C17S 46.9100 -121.4800 1649.0 WA Morse Lake +USS0021C20S 46.1800 -121.9300 1036.3 WA Spencer Meadow +USS0021C26S 46.2700 -121.9600 1197.9 WA Lone Pine +USS0021C28S 46.6400 -121.3800 1353.3 WA White Pass E.S. +USS0021C33S 46.6200 -121.3900 1767.8 WA Pigtail Peak +USS0021C35S 46.7800 -121.7500 1563.6 WA Paradise +USS0021C38S 46.8100 -121.3300 1405.1 WA Bumping Ridge +USS0021C39S 46.3600 -121.0800 1560.6 WA Lost Horse +USS0021C40S 46.9300 -121.9500 963.2 WA Mowich +USS0021C41S 46.8700 -121.5300 1597.2 WA Cayuse Pass +USS0021C42S 46.1000 -121.9600 652.3 WA Pepper Creek +USS0021C43S 46.6400 -121.8300 1149.1 WA Skate Creek +USS0021C44S 46.3200 -121.9400 1353.3 WA Pinto Rock +USS0021D01S 45.6200 -121.7000 1008.9 OR Greenpoint +USS0021D04S 45.4600 -121.7000 1344.2 OR Red Hill +USS0021D08S 45.3200 -121.7200 1636.8 OR Mt Hood Test Site +USS0021D12S 45.1900 -121.6900 1161.3 OR Clear Lake +USS0021D13S 45.1000 -121.7500 1036.3 OR Clackamas Lake +USS0021D14S 45.0400 -121.9300 1042.4 OR Peavine Ridge +USS0021D33S 45.4300 -121.8600 1112.5 OR Blazed Alder +USS0021D35S 45.2500 -121.7400 1240.5 OR Mud Ridge +USS0021E04S 44.5900 -121.9700 789.4 OR Marion Forks +USS0021E05S 44.4400 -121.9500 1140.0 OR Santiam Jct. +USS0021E06S 44.4200 -121.8600 1460.0 OR Hogg Pass +USS0021E07S 44.2100 -121.8700 1453.9 OR Mckenzie +USS0021E13S 44.1400 -121.6400 1734.3 OR Three Creeks Meadow +USS0021F10S 43.5100 -121.9800 1496.6 OR New Crescent Lake +USS0021F12S 42.9600 -121.1800 1749.6 OR Silver Creek +USS0021F21S 43.8000 -121.9500 1688.6 OR Irish Taylor +USS0021F22S 43.2300 -121.8100 1478.3 OR Chemult Alternate +USS0021G03S 42.6900 -121.4300 1533.1 OR Taylor Butte +USS0021G04S 42.2100 -121.1300 1490.5 OR Gerber Reservoir +USS0021G16S 42.4100 -121.6800 2081.8 OR Swan Lake Mtn +USS0021G17S 42.7900 -121.9800 1645.9 OR Sun Pass +USS0022C09S 46.1500 -122.1500 1048.5 WA June Lake +USS0022C10S 46.1900 -122.2500 1216.2 WA Sheep Canyon +USS0022C12S 46.2600 -122.1800 1072.9 WA Spirit Lake +USS0022C13S 46.1600 -122.1800 1353.3 WA Swift Creek +USS0022D01S 45.9000 -122.2200 762.0 WA Calamity +USS0022D02S 45.5500 -122.0000 932.7 OR North Fork +USS0022D03S 45.4500 -122.0300 819.9 OR South Fork Bull Run +USS0022E07S 44.3900 -122.1700 1072.9 OR Jump Off Joe +USS0022E08S 44.5200 -122.0900 1124.7 OR Daly Lake +USS0022E09S 44.6100 -122.2300 1225.3 OR Little Meadows +USS0022E10S 44.3300 -122.0900 1438.7 OR Bear Grass +USS0022E11S 44.3000 -122.0400 996.7 OR Smith Ridge +USS0022F03S 43.5900 -122.0600 1554.5 OR Cascade Summit +USS0022F04S 43.6100 -122.1200 1286.3 OR Salt Creek Falls +USS0022F05S 43.6600 -122.2100 816.9 OR Railroad Overpass +USS0022F14S 43.4500 -122.1400 1709.9 OR Summit Lake +USS0022F18S 43.1900 -122.1400 1609.3 OR Diamond Lake +USS0022F42S 43.6700 -122.5700 1502.7 OR Holland Meadows +USS0022F43S 43.9000 -122.0300 1508.8 OR Roaring River +USS0022F45S 43.2300 -122.4300 987.6 OR Toketee Airstrip +USS0022G06S 42.8700 -122.1700 1831.8 OR Annie Springs +USS0022G12S 42.4400 -122.2300 1819.7 OR Fourmile Lake +USS0022G13S 42.4100 -122.2700 1609.3 OR Billie Creek Divide +USS0022G14S 42.3800 -122.3500 1420.4 OR Fish Lk. +USS0022G21S 42.0500 -122.8500 1844.0 OR Big Red Mountain +USS0022G24S 42.5300 -122.1800 1810.5 OR Cold Springs Camp +USS0022G26S 42.2200 -122.3700 1396.0 OR Howard Prairie +USS0022G33S 42.7000 -122.1400 1737.4 OR Sevenmile Marsh +USS0023B06S 47.7600 -123.0300 1207.0 WA Mount Crag +USS0023B16S 47.8700 -123.0800 1222.2 WA Dungeness +USS0023B17S 47.9400 -123.4300 1527.0 WA Waterhole +USS0023B18S 47.7100 -123.4600 1484.4 WA Buckinghorse +USS0023D01S 45.5400 -123.3700 947.9 OR Saddle Mountain +USS0023D02S 45.5300 -123.3000 627.9 OR Seine Creek +USS0023D03S 45.2500 -123.2800 128.0 OR Miller Woods +USS0023G09S 42.7200 -123.2000 1322.8 OR King Mountain +USS0023G15S 42.0800 -123.3400 1563.6 OR Bigelow Camp +USS0033J01S 58.1900 -133.8300 259.1 AK Long Lake +USS0035K02S 59.5900 -135.2100 685.8 AK Moore Creek Bridge +USS0041P07S 64.7900 -141.2300 320.0 AK American Creek +USS0042M01S 61.3500 -142.7100 490.7 AK May Creek +USS0042N01S 62.0700 -142.0500 1011.9 AK Chisana +USS0044Q07S 65.1000 -144.9300 868.7 AK Upper Chena +USS0045L01S 60.5500 -145.7500 428.2 AK Mt. Eyak +USS0045M07S 61.1900 -145.6500 533.4 AK Upper Tsaina River +USS0045O01S 63.2000 -145.6300 914.4 AK Fielding Lake +USS0045O04S 63.9400 -145.4000 378.0 AK Granite Crk +USS0045O10S 63.9300 -145.3300 373.4 AK Rhoads Creek +USS0045P03S 64.9500 -145.5200 499.9 AK Teuchet Creek +USS0045Q02S 65.0800 -145.8700 563.9 AK Monument Creek +USS0045Q05S 65.4900 -145.4100 1112.5 AK Eagle Summit +USS0045R01S 66.5700 -145.2500 131.1 AK Fort Yukon +USS0046M04S 61.0800 -146.3000 167.6 AK Sugarloaf Mtn +USS0046P01S 64.8500 -146.2100 944.9 AK Munson Ridge +USS0046Q01S 65.2500 -146.1500 853.4 AK Mt. Ryan +USS0046Q02S 65.1200 -146.7300 609.6 AK Little Chena Ridge +USS0046Q07S 65.3700 -146.5900 768.1 AK Upper Nome Creek +USS0047O01S 63.3100 -147.6500 826.0 AK Monahan Flat +USS0047P03S 64.8500 -147.8000 137.2 AK Fairbanks F.O. +USS0048L06S 60.8000 -148.0900 15.2 AK Esther Island +USS0048M04S 61.3800 -149.0000 640.1 AK Moraine +USS0048U01S 69.4200 -148.6900 304.8 AK Sagwon +USS0048V01S 70.2700 -148.5700 9.1 AK Prudhoe Bay +USS0049L01S 60.9600 -149.0900 469.4 AK Mt. Alyeska +USS0049L09S 60.6100 -149.0600 335.3 AK Grandview +USS0049L10S 60.3900 -149.6900 365.8 AK Cooper Lake +USS0049L13S 60.7800 -149.1800 573.0 AK Turnagain Pass +USS0049L14S 60.2600 -149.3400 213.4 AK Grouse Creek Divide +USS0049L18S 60.1900 -149.6200 121.9 AK Exit Glacier +USS0049L19S 60.6200 -149.5300 426.7 AK Summit Creek +USS0049M08S 61.0700 -149.4800 716.3 AK Indian Pass +USS0049M22S 61.1100 -149.6700 634.0 AK Anchorage Hillside +USS0049M26S 61.7900 -149.2800 1082.0 AK Independence Mine +USS0049T01S 68.6200 -149.3000 929.6 AK Imnaviat Creek +USS0049T03S 68.1300 -149.4800 1463.0 AK Atigun Pass +USS0050K05S 59.7800 -150.7600 701.0 AK Middle Fork Bradley +USS0050K06S 59.7000 -150.7100 381.0 AK Nuka Glacier +USS0050K07S 59.7300 -150.6600 506.0 AK Kachemak Creek +USS0050L02S 60.7300 -150.4800 91.4 AK Kenai Moose Pens +USS0050M01S 61.7500 -150.8900 48.8 AK Alexander Lake +USS0050M03S 61.3900 -150.0300 76.2 AK Point Mackenzie +USS0050M05S 61.9400 -150.9800 45.7 AK Bentalit Lodge +USS0050N05S 62.6300 -150.7800 259.1 AK Tokositna Valley +USS0050N07S 62.1300 -150.0400 114.3 AK Susitna Valley High +USS0050O01S 63.5400 -150.9900 472.4 AK Kantishna +USS0050R04S 66.7500 -150.6700 618.7 AK Gobblers Knob +USS0050S01S 67.2500 -150.1800 317.0 AK Coldfoot +USS0051K05S 59.8600 -151.3200 503.8 AK Anchor River Divide +USS0051K14S 59.7400 -151.2500 402.3 AK Mcneil Canyon +USS0051K15S 59.3500 -151.8500 91.4 AK Port Graham +USS0051R01S 66.9200 -151.5300 195.1 AK Bettles Field +USS0053L01S 60.9800 -153.9200 388.6 AK Telaquana Lake +USS0054K01S 59.0800 -154.2800 42.7 AK Mcneil River SGS +USS0062S01S 67.9300 -162.2800 94.5 AK Kelly Station +USS0063P01S 64.5300 -163.4200 76.2 AK Rocky Point +USS0063P02S 64.9900 -163.1000 30.5 AK Pargon Creek +USS0064P01S 64.5600 -164.2900 7.6 AK Johnson's Camp +USSNRCS0124 39.7400 -113.9800 2794.4 UT Takka Wiiya +USW00003013 38.0700 -102.6881 1129.0 CO LAMAR MUNI AP +USW00003016 39.5264 -107.7264 1685.5 CO RIFLE GARFIELD CO AP +USW00003017 39.8328 -104.6575 1650.2 CO DENVER INTL AP 72565 +USW00003024 35.6950 -101.3950 930.9 TX BORGER HUTCHINSON CO AP +USW00003026 39.2447 -102.2842 1277.7 CO BURLINGTON CARSON AP +USW00003027 35.0028 -105.6628 2159.8 NM CLINES CORNERS +USW00003028 37.2833 -102.6139 1335.9 CO SPRINGFIELD COMANCHE +USW00003029 35.6575 -109.0614 2054.0 AZ WINDOW ROCK AP +USW00003030 36.6817 -101.5053 951.9 OK GUYMON MUNI AP +USW00003031 31.9206 -102.3867 914.7 TX ODESSA SCHLEMEYER FLD +USW00003032 30.0481 -102.2131 707.7 TX DRYDEN TERRELL CO AP +USW00003047 31.6219 -102.8072 830.3 TX MONAHANS 6 ENE CRN 74729 +USW00003048 34.3558 -106.8858 1477.4 NM SOCORRO 20 N CRN 74634 +USW00003054 33.9558 -102.7739 1140.6 TX MULESHOE 19 S CRN 74727 +USW00003055 36.5992 -101.5950 995.5 OK GOODWELL 2 E CRN 72358 +USW00003060 38.5439 -107.6928 2560.9 CO MONTROSE 11 ENE CRN 74522 +USW00003061 37.2553 -108.5036 2448.8 CO CORTEZ 8 SE CRN 74523 +USW00003062 35.8583 -106.5214 2656.6 NM LOS ALAMOS 13 W CRN 74633 +USW00003063 37.8639 -103.8225 1336.9 CO LA JUNTA 17 WSW CRN 74529 +USW00003067 38.8700 -100.9628 874.8 KS OAKLEY 19 SSW CRN 72457 +USW00003068 38.7667 -104.3000 1837.9 CO BULLSEYE AUX AIRFIELD +USW00003072 32.0408 -100.2494 608.7 TX BRONTE 11 NNE CRN 74737 +USW00003074 32.6136 -106.7414 1318.9 NM LAS CRUCES 20 N CRN 74632 +USW00003076 39.1017 -108.7353 1769.7 CO GRAND JUNCTION 9 W CRN +USW00003077 34.8222 -109.8928 1710.8 AZ HOLBROOK 17 ESE CRN +USW00003078 38.5442 -102.5025 1209.1 CO EADS 16 ENE CRN +USW00003079 38.0989 -106.1708 2384.5 CO SAGUACHE 2 WNW CRN +USW00003080 33.7150 -108.7772 1780.6 NM RESERVE 1 W CRN +USW00003081 37.5175 -111.9775 1796.8 UT TROPIC 9 SE CRN +USW00003082 33.6475 -105.8944 1635.6 NM CARRIZOZO 1 W CRN +USW00003083 39.6553 -102.6217 1283.8 CO STRATTON 24 N CRN +USW00003084 37.7067 -106.1444 2340.3 CO CENTER A 4 SSW CRN +USW00003085 32.0094 -109.3892 1564.5 AZ BOWIE 23 SSE CRN +USW00003086 37.3814 -102.7194 1389.0 CO SPRINGFIELD 6 WSW CRN +USW00003087 35.8244 -106.3178 2212.2 NM SANTA FE 20 WNW CRN +USW00003088 38.9106 -105.2650 2601.5 CO WOODLAND PARK 14 WSW CRN +USW00003089 38.0386 -103.6947 1271.0 CO ROCKY FORD 1 ESE CRN +USW00003090 36.6519 -105.9722 2484.4 NM TAOS 27 NW CRN +USW00003091 37.2167 -103.5042 1789.2 CO KIM 9 WSW CRN +USW00003092 36.7778 -103.9817 2204.3 NM RATON 26 ESE CRN +USW00003093 39.7858 -103.5169 1452.1 CO GENOA 35 N CRN +USW00003094 36.4700 -103.1239 1488.9 NM CLAYTON 3 ENE CRN +USW00003095 36.0608 -104.3553 1788.0 NM MILLS 6 WSW CRN +USW00003096 39.7608 -108.1267 2301.2 CO RIFLE 23 NW CRN +USW00003097 34.5169 -106.2703 1977.8 NM MOUNTAINAIR 2 WSW CRN +USW00003098 39.4828 -106.7336 2622.8 CO EAGLE 13 SSE CRN +USW00003099 40.9481 -107.6083 1986.7 CO CRAIG 30 N CRN +USW00003102 34.0561 -117.6003 289.3 CA ONTARIO INTL AP +USW00003103 35.1442 -111.6664 2134.5 AZ FLAGSTAFF PULLIAM AP 72375 +USW00003104 33.6267 -116.1594 -36.0 CA DESERT RESORTS RGNL AP +USW00003109 36.9500 -116.0833 1196.0 NV CAMP MERCURY +USW00003122 33.8017 -118.3411 27.4 CA TORRANCE AP +USW00003124 31.5883 -110.3442 1438.4 AZ FORT HUACHUCA 72273 +USW00003125 32.8356 -114.3942 98.8 AZ YUMA PROVING GROUND +USW00003129 35.0500 -118.1667 842.5 CA MOJAVE MCAS +USW00003131 32.8158 -117.1394 127.1 CA SAN DIEGO MONTGOMERY FLD +USW00003144 32.8342 -115.5786 -17.7 CA IMPERIAL CO AP +USW00003145 32.6500 -114.6167 64.9 AZ YUMA MCAS +USW00003154 33.3000 -117.3500 22.9 CA CAMP PENDLETON MCAS +USW00003159 34.7411 -118.2117 712.6 CA LANCASTER WM J FOX FLD +USW00003160 36.6206 -116.0278 984.5 NV MERCURY DESERT ROCK AP 72387 +USW00003162 36.9261 -111.4478 1313.7 AZ PAGE MUNI AP 72371 +USW00003163 37.6122 -114.5264 1333.8 NV CALIENTE 72487 +USW00003164 32.6261 -116.4681 805.0 CA CAMPO ASOS +USW00003166 33.8719 -117.9789 29.3 CA FULLERTON MUNI AP +USW00003167 33.9228 -118.3342 19.2 CA HAWTHORNE MUNI AP +USW00003170 39.6014 -116.0056 1809.3 NV EUREKA AIRPORT 72477 +USW00003171 33.9519 -117.4386 245.4 CA RIVERSIDE MUNI AP +USW00003177 33.1281 -117.2794 100.0 CA CARLSBAD PALOMAR AP +USW00003178 32.5722 -116.9794 157.0 CA SAN DIEGO BROWN FLD +USW00003179 33.9753 -117.6361 198.1 CA CHINO AP +USW00003184 33.6883 -112.0817 443.5 AZ PHOENIX DEER VALLEY MUNI AP +USW00003192 33.6228 -111.9106 449.0 AZ SCOTTSDALE MUNI AP +USW00003195 35.9461 -112.1547 2013.5 AZ GRAND CANYON NP AP +USW00003196 31.4208 -110.8458 1198.5 AZ NOGALES INTL AP +USW00003728 33.1533 -79.3636 2.7 SC MCCLELLANVILLE 7 NE CRN 74785 +USW00003733 39.0131 -79.4742 1033.3 WV ELKINS 21 ENE CRN 72437 +USW00003739 37.2908 -75.9269 8.8 VA CAPE CHARLES 5 ENE CRN 74590 +USW00003749 39.6450 -77.4681 563.0 MD CAMP DAVID +USW00003757 38.1417 -76.4292 6.4 MD ST INIGOES WEBSTER NOLF +USW00003758 35.9706 -79.0931 171.3 NC DURHAM 11 W CRN 74694 +USW00003759 37.9975 -78.4656 358.7 VA CHARLOTTESVILLE 2 SSE CRN 74601 +USW00003761 39.8592 -75.7861 121.9 PA AVONDALE 2 N CRN 72516 +USW00003802 39.2956 -80.2289 366.7 WV CLARKSBURG BENEDUM AP +USW00003804 39.3450 -81.4392 253.3 WV PARKERSBURG WOOD CO AP 72427 +USW00003809 36.0003 -89.4100 91.4 TN DYERSBURG III GOLF +USW00003810 35.7425 -81.3819 348.4 NC HICKORY FAA AP 72301 +USW00003811 35.5931 -88.9167 132.0 TN JACKSON MCKELLAR AP +USW00003812 35.4319 -82.5375 645.3 NC ASHEVILLE RGNL AP 72315 +USW00003813 32.6847 -83.6528 104.5 GA MACON MIDDLE GA RGNL AP 72217 +USW00003814 36.9667 -84.1333 359.1 KY CORBIN CAA AP +USW00003815 30.4833 -87.3500 28.0 FL PENSACOLA NAS +USW00003816 37.0683 -88.7719 119.5 KY PADUCAH 72435 +USW00003817 36.6000 -89.9833 92.0 MO MALDEN FAA AP +USW00003818 30.8356 -85.1839 34.4 FL MARIANNA MUNI AP 74776 +USW00003820 33.3644 -81.9633 40.2 GA AUGUSTA BUSH FLD AP 72218 +USW00003822 32.1300 -81.2100 14.0 GA SAVANNAH INTL AP HCN 72207 +USW00003838 38.9833 -89.1667 163.1 IL VANDALIA FAA AP +USW00003839 36.1167 -86.6833 185.0 TN NASHVILLE BERRY FLD AF +USW00003841 36.0028 -84.2486 275.8 TN OAK RIDGE ATDD +USW00003843 30.5833 -86.4500 47.9 FL PIERCE FLD AAFB +USW00003844 30.6500 -86.5333 57.9 FL DUKE FLD AAFB +USW00003847 35.9508 -85.0814 569.1 TN CROSSVILLE MEM AP 72325 +USW00003849 37.0872 -84.0769 362.1 KY LONDON CORBIN AP 72329 +USW00003850 31.2667 -85.7167 91.1 AL CAIRNS FLD FT RUCKER +USW00003852 30.4167 -86.6833 11.9 FL VALPARAISO HURLBURT FLD 74777 +USW00003853 30.4000 -81.4167 4.9 FL MAYPORT PILOT STN +USW00003855 30.3500 -87.3167 8.5 FL PENSACOLA FOREST SHERMAN NAS +USW00003856 34.6439 -86.7861 190.2 AL HUNTSVILLE INTL AP 72323 +USW00003858 33.9667 -80.8000 89.9 SC EASTOVER MCENTIRE ANG +USW00003859 37.2958 -81.2078 874.8 WV BLUEFIELD MERCER CO AP +USW00003860 38.3650 -82.5550 251.2 WV HUNTINGTON TRI STATE AP 72425 +USW00003866 32.5500 -88.5667 82.6 MS MERIDIAN NAAS +USW00003867 39.8500 -83.8333 323.1 OH SPRINGFIELD AF +USW00003868 39.4519 -87.3089 175.3 IN TERRE HAUTE HULMAN RGNL AP +USW00003870 34.8831 -82.2203 286.5 SC GREER GSN HCN 72312 +USW00003871 39.1000 -84.5167 193.9 OH CINCINNATI WSO CITY +USW00003872 37.7836 -81.1231 766.3 WV BECKLEY RALEIGH CO AP 72412 +USW00003874 32.3667 -84.8000 134.1 GA FT BENNING MCKENNA +USW00003875 31.8833 -81.5667 14.0 GA FT STEWART WRIGHT 72209 +USW00003876 30.4333 -86.9333 11.9 FL VALPARAISO +USW00003878 31.8606 -86.0122 121.0 AL TROY MUNI AP +USW00003881 32.8661 -87.2383 137.2 AL CENTREVILLE 6 SW 72229 +USW00003882 30.2119 -85.6828 6.4 FL PANAMA CITY BAY CO AP +USW00003883 33.4667 -86.8333 226.8 AL BIRMINGHAM WSFO +USW00003887 39.8344 -88.8656 205.7 IL DECATUR AP +USW00003888 33.7792 -84.5214 256.0 GA ATLANTA FULTON CO AP +USW00003889 37.5908 -83.3131 415.7 KY JACKSON 72419 +USW00003893 39.1333 -86.6167 257.3 IN BLOOMINGTON MONROE CO AP +USW00003894 36.6239 -87.4194 170.7 TN CLARKSVILLE OUTLAW AP 72328 +USW00003901 32.3847 -94.7117 111.3 TX LONGVIEW E TX RGNL AP 72247 +USW00003902 31.0667 -97.8333 309.4 TX ROBERT GRAY AAF +USW00003904 30.5892 -96.3647 93.0 TX COLLEGE STN 74746 +USW00003918 36.3000 -92.6000 214.9 AR FLIPPIN FAA AP +USW00003919 38.8000 -97.6500 386.8 KS SALINA MUNI AP +USW00003923 37.6167 -97.2667 413.9 KS WICHITA MCCONNELL AFB +USW00003927 32.8978 -97.0189 170.7 TX DALLAS FT WORTH AP 72259 +USW00003928 37.6544 -97.4425 406.9 KS WICHITA 72450 +USW00003929 38.8439 -94.5603 321.9 MO KANSAS CITY R GEBAUR AP +USW00003930 34.9167 -92.1500 103.0 AR LITTLE ROCK AFB +USW00003931 31.0500 -93.1833 100.6 LA FT POLK AAF 72239 +USW00003932 35.2100 -99.1200 585.8 OK CLINTON SHERMAN AP +USW00003933 31.1333 -97.7167 281.6 TX FT HOOD 72257 +USW00003934 30.0333 -91.8833 7.9 LA NEW IBERIA NAAS +USW00003935 37.2253 -89.5706 102.4 MO CAPE GIRARDEAU MUNI AP 72329 +USW00003936 39.1353 -96.6778 322.2 KS MANHATTAN MUNI AP +USW00003937 30.1250 -93.2158 4.0 LA LAKE CHARLES 72240 +USW00003938 37.7500 -92.1500 351.1 MO WAYNESVILLE REGNL AP +USW00003940 32.3206 -90.0778 100.6 MS JACKSON INTL AP 72235 +USW00003943 32.8500 -98.0500 253.9 TX MINERAL WELLS WOLTERS AF +USW00003944 32.7833 -98.2667 359.1 TX PALO PINTO DEMPSEY AF +USW00003945 38.8169 -92.2183 272.2 MO COLUMBIA RGNL AP GSN 72445 +USW00003947 39.2972 -94.7306 306.3 MO KANSAS CITY INTL AP 72446 +USW00003949 31.4000 -93.2833 111.3 LA PEASON RIDGE RANGE 72282 +USW00003950 34.5583 -98.4172 325.8 OK LAWTON MUNI AP +USW00003951 32.3500 -94.6500 124.1 TX LONGVIEW WSMO 72247 +USW00003952 34.8364 -92.2619 173.1 AR LITTLE ROCK 72340 +USW00003953 35.8311 -90.6464 79.9 AR JONESBORO MUNI AP +USW00003954 35.5342 -97.6469 395.3 OK OKLAHOMA CITY POST AP +USW00003957 37.2839 -98.5528 467.9 KS MEDICINE LODGE 72452 +USW00003959 36.7683 -96.0261 217.9 OK BARTLESVILLE F P FLD HCN +USW00003960 38.5714 -90.1572 125.9 IL CAHOKIA ST LOUIS AP +USW00003962 34.2900 -93.0600 163.1 AR HOT SPRINGS ASOS +USW00003963 38.5911 -92.1558 174.7 MO JEFFERSON CITY MEM AP +USW00003965 36.1625 -97.0894 299.9 OK STILLWATER RGNL AP +USW00003966 38.6572 -90.6558 140.8 MO ST LOUIS SPRT OF S L AP +USW00003967 38.8500 -94.7392 326.1 KS OLATHE JOHNSON CO EXEC AP +USW00003969 32.2314 -98.2319 393.2 TX STEPHENVILLE 72260 +USW00003971 32.6808 -96.8681 200.6 TX DALLAS REDBIRD AP +USW00003974 37.7461 -97.2211 433.1 KS WICHITA JABARA AP +USW00003975 36.7725 -90.3247 99.7 MO POPLAR BLUFF MUNI AP 72330 +USW00003981 34.3622 -98.9761 386.2 OK ALTUS AFB +USW00003991 33.2061 -97.1989 195.7 TX DENTON MUNI AP +USW00003994 38.7042 -93.1833 274.3 MO SEDALIA MEM AP +USW00003996 32.3500 -91.0278 26.2 LA TALLULAH VICKSBURG AP +USW00003997 39.0083 -95.2117 253.6 KS LAWRENCE MUNI AP +USW00003998 37.3278 -95.5042 264.9 KS PARSONS TRI CITY AP +USW00003999 30.7406 -98.2353 392.6 TX BURNET MUNI AP +USW00004109 46.1442 -115.5964 451.1 ID LOWELL THREE RIVERS +USW00004110 42.7267 -114.4564 1233.8 ID JEROME CO AP +USW00004111 41.2731 -111.0306 2183.3 WY EVANSTON BURNS FLD +USW00004112 44.1708 -114.9272 1979.7 ID STANLEY RS +USW00004113 45.8258 -119.2611 195.4 OR HERMISTON MUNI AP +USW00004114 44.5228 -114.2150 1534.1 ID CHALLIS AP +USW00004125 44.5561 -119.6458 684.3 OR JOHN DAY 35 WNW CRN 72697 +USW00004126 43.4622 -113.5561 1804.4 ID ARCO 17 SW CRN 72579 +USW00004127 43.2044 -116.7506 1204.0 ID MURPHY 10 W CRN 72580 +USW00004128 43.4711 -119.6917 1396.9 OR RILEY 10 WSW CRN 72701 +USW00004130 48.7411 -113.4331 1388.4 MT ST. MARY 1 SSW CRN 74229 +USW00004131 43.6614 -110.7119 1970.8 WY MOOSE 1 NNE CRN 72574 +USW00004134 40.1606 -113.3508 1310.6 UT GRANITE PEAK DUGWAY PG +USW00004136 47.4175 -117.5264 691.0 WA SPOKANE 17 SSW CRN 74204 +USW00004137 45.1581 -113.0058 1820.0 MT DILLON 18 WSW CRN 74227 +USW00004138 41.6164 -112.5436 1509.1 UT BRIGHAM CITY 28 WNW CRN 72577 +USW00004139 41.8483 -119.6358 1981.2 NV DENIO 52 WSW CRN 72385 +USW00004140 46.8847 -110.2894 1545.3 MT LEWISTOWN 42 WSW CRN 74228 +USW00004141 43.2717 -124.3186 3.7 OR COOS BAY 8 SW CRN 72695 +USW00004143 40.2817 -111.2397 2379.9 UT PROVO 22 E CRN +USW00004201 45.7728 -122.8611 16.8 OR SCAPPOOSE IND AP +USW00004222 40.6508 -122.6067 432.2 CA REDDING 12 WNW CRN 74497 +USW00004223 48.5406 -121.4461 124.1 WA DARRINGTON 21 NNE CRN 74202 +USW00004236 44.4186 -123.3258 95.1 OR CORVALLIS 10 SSW CRN 72696 +USW00004237 47.5139 -123.8120 87.2 WA QUINAULT 4 NE CRN 74203 +USW00004724 43.1072 -78.9453 178.3 NY NIAGARA FALLS INTL AP +USW00004725 42.1997 -75.9850 489.5 NY BINGHAMTON HCN 72515 +USW00004726 40.3161 -78.8339 696.2 PA JOHNSTOWN CAMBRIA CO AP +USW00004727 42.7500 -76.9000 187.1 NY GENEVA SAMPSON AFB +USW00004739 40.1833 -74.0667 25.9 NJ BELMAR ASC +USW00004742 44.6500 -73.4667 71.9 NY PLATTSBURGH INTL AP +USW00004743 43.0833 -70.8167 39.0 NH PORTSMOUTH PEASE AFB +USW00004751 41.8031 -78.6403 645.3 PA BRADFORD RGNL AP +USW00004769 42.4167 -71.4833 63.1 MA MAYNARD +USW00004779 42.5667 -71.6000 86.9 MA FT DEVENS AAF +USW00004780 42.5519 -71.7558 106.1 MA FITCHBURG MUNI AP +USW00004781 40.7939 -73.1017 25.6 NY ISLIP LI MACARTHUR AP 72505 +USW00004782 42.8333 -73.9167 67.1 NY SCHENECTADY +USW00004783 40.1833 -74.1167 50.0 NJ BELMAR MONMOUTH AAF +USW00004787 41.1783 -78.8989 552.9 PA DUBOIS JEFFERSON CO AP +USW00004789 41.5092 -74.2650 111.3 NY MONTGOMERY ORANGE AP +USW00004803 45.6308 -89.4653 487.4 WI RHINELANDER ONEIDA AP +USW00004804 40.0781 -83.0781 275.8 OH COLUMBUS OHIO STATE UNIV AP +USW00004808 41.7700 -88.4814 216.4 IL CHICAGO AURORA MUNI AP +USW00004826 44.3592 -89.8369 310.6 WI WISCONSIN RAPIDS ALEXANDER FLD +USW00004836 47.2856 -68.3133 301.1 ME FRENCHVILLE AROOSTOOK AP +USW00004838 42.1208 -87.9047 193.9 IL CHICAGO PALWAUKEE AP +USW00004839 42.7461 -86.0967 210.0 MI HOLLAND TULIP CITY AP +USW00004840 43.7700 -88.4864 246.6 WI FOND DU LAC CO AP +USW00004841 43.7694 -87.8506 227.4 WI SHEBOYGAN CO MEM AP +USW00004842 40.8731 -81.8867 346.6 OH WOOSTER WAYNE CO AP +USW00004843 41.6264 -80.2150 426.7 PA PORT MEADVILLE AP +USW00004845 42.5950 -87.9381 226.5 WI KENOSHA RGNL AP +USW00004846 41.4525 -87.0058 234.7 IN VALPARAISO PORTER CO MUNI AP +USW00004847 41.8678 -84.0794 242.6 MI ADRIAN LENAWEE CO AP +USW00004848 41.5631 -83.4764 189.6 OH TOLEDO METCALF FLD +USW00004849 41.3461 -82.1794 242.0 OH ELYRIA LORAIN CO AP +USW00004850 40.7083 -84.0267 297.2 OH LIMA ALLEN CO AP +USW00004851 41.3375 -84.4289 215.8 OH DEFIANCE MEM AP +USW00004852 40.4719 -81.4236 272.8 OH NEW PHILADELPHIA FLD +USW00004853 41.5175 -81.6836 178.0 OH CLEVELAND BURKE AP +USW00004854 45.0133 -84.7014 406.9 MI GAYLORD OTSEGO CO AP +USW00004855 40.6161 -83.0636 303.0 OH MARION MUNI AP +USW00004856 45.9500 -86.2297 178.0 MI MANISTIQUE +USW00004857 41.7781 -80.6958 281.6 OH ASHTABULA CO AP +USW00004858 40.0228 -82.4625 269.4 OH NEWARK HEATH AP +USW00004990 43.7347 -96.6222 485.9 SD SIOUX FALLS 14 NNE CRN 72660 +USW00004994 48.3056 -95.8744 350.5 MN GOODRIDGE 12 NNW CRN 72647 +USW00012804 27.6500 -81.3333 20.1 FL AVON PARK GUNNERY RANGE 74796 +USW00012809 27.9500 -81.7833 57.0 FL BARTOW MUNI AP +USW00012810 27.8500 -82.5167 7.9 FL MACDILL AFB 74788 +USW00012812 26.9172 -81.9914 7.6 FL PUNTA GORDA CHARLOTTE CO AP +USW00012815 28.4339 -81.3250 27.4 FL ORLANDO INTL AP 72205 +USW00012816 29.6919 -82.2756 37.5 FL GAINESVILLE RGNL AP 74756 +USW00012818 28.4736 -82.4544 23.5 FL BROOKSVILLE HERNANDO CO AP +USW00012819 28.8208 -81.8097 23.5 FL LEESBURG MUNI AP +USW00012824 28.5500 -81.3333 34.1 FL ORLANDO AAF +USW00012826 25.4833 -80.3833 4.9 FL HOMESTEAD AFB +USW00012832 29.7333 -85.0333 5.8 FL APALACHICOLA AP 72220 +USW00012833 29.6333 -83.1053 11.6 FL CROSS CITY AP 72212 +USW00012834 29.1828 -81.0483 9.4 FL DAYTONA BEACH INTL AP 74787 +USW00012835 26.5850 -81.8614 4.6 FL FT MYERS PAGE FLD AP HCN +USW00012836 24.5550 -81.7522 1.2 FL KEY WEST INTL AP GSN HCN 72201 +USW00012837 28.0833 -81.9167 49.1 FL LAKELAND +USW00012838 28.1011 -80.6439 8.2 FL MELBOURNE INTL AP 72204 +USW00012839 25.7906 -80.3164 8.8 FL MIAMI INTL AP 72202 +USW00012841 28.5453 -81.3331 32.9 FL ORLANDO EXECUTIVE AP +USW00012842 27.9619 -82.5403 5.8 FL TAMPA INTL AP GSN 72211 +USW00012843 27.6531 -80.2428 8.5 FL VERO BEACH INTL AP 74793 +USW00012844 26.6847 -80.0994 5.8 FL WEST PALM BEACH INTL AP 72203 +USW00012847 29.0833 -81.4167 32.0 FL DELAND NAS +USW00012849 26.0719 -80.1536 3.4 FL FT LAUDERDALE HOLLYWOOD AP 74783 +USW00012850 24.5833 -81.6833 1.8 FL KEY WEST NAS +USW00012851 28.1000 -80.6333 17.1 FL MELBOURNE NAS +USW00012852 25.9167 -80.2833 7.9 FL MIAMI MCAS +USW00012853 25.6167 -80.4167 9.1 FL RICHMOND NAS +USW00012854 28.7797 -81.2436 16.8 FL ORLANDO SANFORD AP +USW00012855 27.6500 -80.4167 15.8 FL VERO BEACH NAS +USW00012858 24.5667 -81.8000 7.9 FL KEY WEST +USW00012859 25.7167 -80.2833 4.6 FL MIAMI WSO CITY +USW00012863 28.9667 -89.3833 4.0 LA BURRWOOD WB +USW00012867 28.2333 -80.6000 3.0 FL COCOA BEACH PATRICK AFB 74795 +USW00012868 28.4833 -80.5667 4.9 FL CAPE KENNEDY AFS 74794 +USW00012871 27.4014 -82.5586 8.5 FL SARASOTA BRADENTON AP +USW00012873 27.9106 -82.6875 3.4 FL ST PETERSBURG INTL AP +USW00012876 28.0622 -81.7542 44.5 FL WINTER HAVEN GILBERT AP +USW00012882 25.9069 -80.2803 3.0 FL MIAMI OPA LOCKA AP +USW00012883 28.0206 -81.9219 44.2 FL LAKELAND +USW00012884 29.3331 -89.4075 0.9 LA BOOTHVILLE ASOS 72232 +USW00012885 26.1969 -80.1708 4.3 FL FT LAUDERDALE EXECUTIVE AP +USW00012888 25.6475 -80.4331 3.0 FL MIAMI KENDALL TAMIAMI EXEC AP +USW00012889 29.1431 -81.6328 28.0 FL PINECASTLE NF +USW00012894 26.5361 -81.7550 9.4 FL FT MYERS SW FL RGNL AP +USW00012895 27.4981 -80.3767 7.3 FL FT PIERCE ST LUCIE CO INTL AP +USW00012896 24.7258 -81.0517 2.4 FL MARATHON AP +USW00012897 26.1522 -81.7753 2.7 FL NAPLES MUNI AP +USW00012903 29.3500 -99.1667 280.1 TX HONDO AFB +USW00012904 26.2281 -97.6542 10.4 TX HARLINGEN RIO GRANDE AP +USW00012906 29.6167 -95.1667 11.9 TX HOUSTON ELLINGTON AFB +USW00012907 27.5333 -99.4667 153.9 TX LAREDO AFB 72252 +USW00012909 29.3833 -98.5833 207.9 TX SAN ANTONIO KELLY AFB +USW00012910 29.8833 -97.8667 178.0 TX SAN MARCOS GARY AFB +USW00012911 29.5439 -98.2736 231.6 TX RANDOLPH AFB +USW00012912 28.8614 -96.9303 35.1 TX VICTORIA RGNL AP 72255 +USW00012916 29.9933 -90.2511 1.2 LA NEW ORLEANS INTL AP GSN 72231 +USW00012917 29.9506 -94.0206 4.9 TX PORT ARTHUR SE TX AP 72241 +USW00012918 29.6381 -95.2819 13.4 TX HOUSTON HOBBY AP 72244 +USW00012919 25.9156 -97.4186 7.0 TX BROWNSVILLE 72250 +USW00012920 27.5333 -99.4667 152.4 TX LAREDO WB AP +USW00012921 29.5442 -98.4839 240.5 TX SAN ANTONIO INTL AP GSN HCN 72253 +USW00012922 28.7833 -97.0833 35.1 TX VICTORIA WB AP +USW00012923 29.2733 -94.8592 1.5 TX GALVESTON SCHOLES FLD 72242 +USW00012924 27.7839 -97.5108 13.7 TX CORPUS CHRISTI HCN 72251 +USW00012925 28.3667 -97.6667 60.0 TX BEEVILLE CHASE NAAS +USW00012926 27.6833 -97.2833 5.5 TX CORPUS CHRISTI NAS +USW00012927 29.5664 -90.6603 4.0 LA HOUMA TERREBONNE AP +USW00012928 27.5000 -97.8167 17.1 TX KINGSVILLE NAAS +USW00012930 29.9167 -90.1303 6.1 LA NEW ORLEANS AUDUBON HCN +USW00012931 29.3500 -98.4500 182.0 TX SAN ANTONIO BROOKS AFB +USW00012932 27.7411 -98.0247 52.7 TX ALICE INTL AP +USW00012935 28.7247 -96.2536 3.7 TX PALACIOS MUNI AP +USW00012944 29.3000 -94.8000 2.1 TX GALVESTON +USW00012945 29.7667 -95.3667 15.8 TX HOUSTON WB CITY +USW00012946 27.7000 -97.4333 9.1 TX CORPUS CHRISTI CABANISS FLD +USW00012947 28.4567 -99.2183 145.1 TX COTULLA LA SALLE CO AP +USW00012957 26.1658 -97.3458 5.8 TX PORT ISABEL CAMERON AP +USW00012958 29.8167 -90.0167 1.5 LA NEW ORLEANS ALVIN CALLENDER FL +USW00012959 26.1839 -98.2539 30.5 TX MCALLEN MILLER INTL AP +USW00012960 29.9800 -95.3600 29.0 TX HOUSTON INTERCONT AP 72243 +USW00012962 29.3600 -99.1742 280.4 TX HONDO MUNI AP +USW00012968 29.5622 -91.5256 1.2 LA SALT POINT +USW00012970 29.3389 -98.4719 174.0 TX SAN ANTONIO STINSON AP +USW00012971 29.7036 -98.0281 192.9 TX AUSTIN SAN ANTONIO +USW00012972 28.0836 -97.0464 6.7 TX ROCKPORT ARANSAS CO AP +USW00012974 27.9000 -98.0500 78.3 TX ORANGE GROVE +USW00012975 29.5189 -95.2417 13.4 TX HOUSTON CLOVER FLD +USW00012976 29.1097 -95.4619 7.6 TX ANGLETON BRAZORIA AP +USW00012977 29.6222 -95.6564 25.0 TX HOUSTON SUGARLAND MEM +USW00012987 26.5258 -98.0633 19.5 TX EDINBURG 17 NNE CRN 72255 +USW00013301 39.8667 -93.1469 253.9 MO CHILLICOTHE 22 ENE CRN 72555 +USW00013701 39.4717 -76.1697 17.4 MD ABERDEEN PHILLIPS FLD +USW00013702 37.0833 -76.3500 3.0 VA LANGLEY AFB 74598 +USW00013705 38.8167 -76.8667 86.0 MD CAMP SPRINGS ANDREWS AFB 74594 +USW00013707 39.1333 -75.4667 7.0 DE DOVER AFB +USW00013710 38.8333 -77.0167 18.0 MD WASHINGTON DC BOLLING FLD AFB +USW00013713 35.3444 -77.9647 33.2 NC GOLDSBORO 4 SE HCN +USW00013714 35.1739 -79.0089 66.4 NC POPE AFB 72303 +USW00013717 33.6833 -78.9333 7.9 SC MYRTLE BEACH AFB 74791 +USW00013721 38.3000 -76.4167 11.9 MD PATUXENT RIVER NAS 72404 +USW00013722 35.8922 -78.7819 126.8 NC RALEIGH DURHAM INTL AP GSN 72306 +USW00013723 36.0969 -79.9433 271.3 NC PIEDMONT TRIAD INTL AP 72317 +USW00013724 39.3792 -74.4242 3.0 NJ ATLANTIC CITY HCN +USW00013726 37.0833 -77.9500 135.9 VA BLACKSTONE FAA AP +USW00013728 36.5728 -79.3361 174.0 VA DANVILLE RGNL AP +USW00013729 38.8853 -79.8528 603.2 WV ELKINS RANDOLPH CO AP 72417 +USW00013730 39.4167 -77.4667 132.9 MD FREDERICK WFMD +USW00013731 39.0000 -78.2333 207.9 VA FRONT ROYAL 6 NNW +USW00013732 38.0667 -78.1500 135.0 VA GORDONSVILLE FAA AP +USW00013733 37.3208 -79.2067 286.5 VA LYNCHBURG RGNL AP 72410 +USW00013734 39.4019 -77.9844 162.8 WV MARTINSBURG E WV RGNL AP HCN +USW00013735 39.3667 -75.0667 21.3 NJ MILLVILLE MUNI AP +USW00013736 39.6428 -79.9164 378.0 WV MORGANTOWN HART FLD +USW00013737 36.9033 -76.1922 9.1 VA NORFOLK INTL AP HCN 72308 +USW00013738 39.0000 -79.1167 307.8 WV PETERSBURG WB CITY +USW00013739 39.8683 -75.2311 3.0 PA PHILADELPHIA INTL AP 72408 +USW00013740 37.5050 -77.3203 50.0 VA RICHMOND INTL AP 72401 +USW00013741 37.3169 -79.9742 358.1 VA ROANOKE RGNL AP 72411 +USW00013742 37.6333 -76.5667 9.1 VA URBANNA WB CITY +USW00013743 38.8483 -77.0342 3.0 VA WASHINGTON REAGAN AP GSN 72405 +USW00013744 34.1853 -79.7239 44.5 SC FLORENCE RGNL AP +USW00013745 35.2167 -75.7167 4.6 NC HATTERAS +USW00013746 35.9667 -77.8000 25.9 NC ROCKY MT FAA AP +USW00013747 36.4167 -78.1500 132.0 NC WARRENTON WB AP +USW00013748 34.2675 -77.8997 10.1 NC WILMINGTON INTL AP 72302 +USW00013749 39.4333 -77.4500 100.0 MD FREDERICK AF +USW00013750 36.9500 -76.2833 5.2 VA NORFOLK NAS +USW00013751 38.8500 -77.0333 15.8 MD ANACOSTIA NAS +USW00013752 38.9833 -76.4667 2.4 MD ANNAPOLIS NAF +USW00013753 39.4500 -74.5833 20.1 NJ ATLANTIC CITY NAS +USW00013754 34.9000 -76.8833 8.8 NC CHERRY POINT MCAS 72309 +USW00013755 37.9333 -75.4333 14.9 VA CHINCOTEAGUE NAS +USW00013756 38.9500 -74.8833 4.9 NJ CAPE MAY NAS +USW00013758 32.8500 -79.9333 2.1 SC CHARLESTON NAS +USW00013760 38.3333 -77.0333 6.1 VA DAHLGREN WEAPONS LAB +USW00013761 36.0167 -76.5667 13.1 NC EDENTON NAAS +USW00013762 36.6950 -76.1356 4.9 VA FENTRESS NAAS +USW00013764 38.6892 -75.3592 15.5 DE GEORGETOWN SUSSEX CO AP +USW00013765 36.1000 -76.3333 7.0 NC HARVEY POINT NAAS +USW00013766 35.9172 -75.7000 4.0 NC MANTEO AP +USW00013769 36.8167 -76.0333 7.0 VA OCEANA NAS +USW00013771 39.8833 -75.1667 6.1 PA PHILADELPHIA NAAS +USW00013773 38.5000 -77.3000 3.0 VA QUANTICO MCAS +USW00013774 36.2500 -76.1333 7.0 NC WEEKSVILLE NAF +USW00013775 38.9833 -74.9167 17.1 NJ WILDWOOD NAS +USW00013776 34.6081 -79.0592 36.9 NC LUMBERTON MUNI AP +USW00013777 39.2833 -76.6167 4.3 MD BALTIMORE CUSTOMS HOUSE +USW00013779 39.9500 -75.1500 7.9 PA PHILADELPHIA CITY +USW00013780 37.5333 -77.4167 49.4 VA RICHMOND CHIMBORAZO PK +USW00013781 39.6728 -75.6008 24.1 DE WILMINGTON NEW CASTLE CO AP 72418 +USW00013782 32.7800 -79.9319 3.0 SC CHARLESTON CITY HCN +USW00013786 36.2606 -76.1750 4.0 NC ELIZABETH CITY CGAS 72307 +USW00013802 38.5200 -89.8467 137.2 IL BELLEVILLE SIU RSCH +USW00013803 39.2667 -85.9000 199.9 IN COLUMBUS BAKALAR AP 72436 +USW00013806 36.6667 -87.4833 173.1 KY FT CAMPBELL AAF 74671 +USW00013807 37.9000 -85.9667 224.0 KY GODMAN AFBU FT KNOX +USW00013809 38.7642 -87.6056 130.8 IL LAWRENCEVILLE INTL AP +USW00013810 38.2281 -85.6636 164.6 KY LOUISVILLE BOWMAN FLD +USW00013812 39.8167 -82.9333 230.1 OH COLUMBUS RICKENBACKER +USW00013813 39.7833 -84.1000 245.1 OH WRIGHT PATTERSON AFB +USW00013814 35.9667 -89.9500 79.9 AR BLYTHEVILLE AFB +USW00013815 31.5833 -84.1167 66.1 GA ALBANY NAS +USW00013820 30.4167 -88.9167 7.9 MS BILOXI KEESLER AFB +USW00013821 32.3833 -86.3500 64.0 AL MAXWELL FLD +USW00013822 34.7667 -82.3833 298.1 SC GREENVLLE DONALDSN AFB +USW00013824 32.0167 -81.1333 17.1 GA SAVANNAH HUNTER FLD +USW00013825 33.6500 -88.4500 68.0 MS COLUMBUS AFB +USW00013827 36.0089 -86.5200 165.5 TN SMYRNA AP +USW00013829 32.3500 -85.0000 88.1 GA FT BENNING LAWSON FLD 72225 +USW00013832 30.3667 -89.0833 0.9 MS GULFPORT LAS 74768 +USW00013833 31.2819 -89.2531 46.0 MS HATTIESBURG CHAIN MUNI AP 74759 +USW00013835 31.1333 -83.7000 89.0 GA MOULTRIE SPENCE FLD AFB +USW00013837 33.4669 -82.0386 128.9 GA AUGUSTA DANIEL FLD AP +USW00013838 30.6264 -88.0681 7.9 AL MOBILE DWTN AP +USW00013839 31.3214 -85.4497 112.8 AL DOTHAN RGNL AP +USW00013840 39.8333 -84.0500 250.9 OH WRIGHT PATTERSON AFB 74570 +USW00013841 39.4203 -83.8217 321.9 OH CINCINNATI 72426 +USW00013846 30.0667 -85.5833 7.0 FL TYNDALL AFB 74775 +USW00013849 33.9667 -80.4667 74.1 SC SUMTER SHAW AFB 74790 +USW00013850 32.3333 -86.9833 50.0 AL CRAIG AFB +USW00013853 32.1333 -81.2000 15.8 GA SAVANNAH CHATHAM FLD AAF +USW00013857 30.9667 -83.2000 73.2 GA VALDOSTA MOODY AFB 74781 +USW00013858 30.4833 -86.5167 18.0 FL VALPARAISO EGLIN AFB +USW00013860 32.6333 -83.6000 92.0 GA WARNER ROBINS AFB +USW00013861 31.2500 -82.4000 42.7 GA WAYCROSS WSMO 72213 +USW00013864 33.9167 -84.5167 330.1 GA MARIETTA DOBBINS AFB 72227 +USW00013865 32.3347 -88.7442 89.6 MS MERIDIAN KEY FLD GSN 72234 +USW00013866 38.3794 -81.5900 277.4 WV CHARLESTON YEAGER AP 72414 +USW00013867 39.2811 -81.5572 189.0 WV PARKERSBURG +USW00013868 37.0833 -80.7833 668.1 VA PULASKI FAA AP +USW00013869 31.5356 -84.1944 57.9 GA ALBANY SW GA RGNL AP 72216 +USW00013870 31.5358 -82.5067 58.8 GA ALMA BACON CO AP 72316 +USW00013871 33.5872 -85.8556 181.1 AL ANNISTON METRO AP +USW00013872 35.5953 -82.5567 682.1 NC ASHEVILLE +USW00013873 33.9481 -83.3275 239.3 GA ATHENS BEN EPPS AP 72311 +USW00013874 33.6300 -84.4417 307.8 GA ATLANTA HARTSFIELD INTL AP 72219 +USW00013876 33.5656 -86.7450 187.5 AL BIRMINGHAM AP 72228 +USW00013877 36.4731 -82.4044 457.2 TN BRISTOL TRI CITY AP 72335 +USW00013878 31.1522 -81.3908 4.9 GA BRUNSWICK MALCOLM MCKINNON AP +USW00013880 32.8986 -80.0403 12.2 SC CHARLESTON INTL AP GSN 72208 +USW00013881 35.2236 -80.9553 221.9 NC CHARLOTTE DOUGLAS AP 72314 +USW00013882 35.0311 -85.2014 204.5 TN CHATTANOOGA LOVELL AP GSN 72324 +USW00013883 33.9486 -81.1186 70.4 SC COLUMBIA 72310 +USW00013884 30.7797 -86.5225 57.9 FL CRESTVIEW BOB SIKES AP +USW00013885 31.4167 -87.0333 78.0 AL EVERGREEN FAA AP +USW00013886 34.8461 -82.3461 319.4 SC GREENVILLE DWTN AP +USW00013889 30.4844 -81.7019 10.1 FL JACKSONVILLE 72206 +USW00013891 35.8181 -83.9858 293.2 TN KNOXVILLE MCGHEE TYSON AP 72326 +USW00013892 32.8333 -83.5667 141.1 GA MACON +USW00013893 35.0564 -89.9864 77.4 TN MEMPHIS INTL AP 72334 +USW00013894 30.6794 -88.2397 63.4 AL MOBILE 72223 +USW00013895 32.2997 -86.4075 61.6 AL MONTGOMERY AP 72226 +USW00013896 34.7442 -87.5997 164.6 AL MUSCLE SHOALS RGNL AP HCN +USW00013897 36.1189 -86.6892 182.9 TN NASHVILLE INTL AP 72327 +USW00013899 30.4781 -87.1869 34.1 FL PENSACOLA RGNL AP HCN 72222 +USW00013902 34.6500 -99.2667 413.9 OK ALTUS AFB 72352 +USW00013903 34.3000 -97.0167 221.9 OK ARDMORE AFB +USW00013904 30.1831 -97.6800 146.3 TX AUSTIN BERGSTROM AP 74745 +USW00013905 30.6333 -96.4667 81.1 TX BRYAN CAA AP +USW00013907 32.7500 -96.9667 149.0 TX DALLAS HENSLEY FLD AFB +USW00013909 36.3333 -97.9167 398.1 OK ENID VANCE AFB +USW00013910 32.4333 -99.8500 545.0 TX ABILENE DYESS AFB 69019 +USW00013911 32.7667 -97.4500 185.3 TX FT WORTH NAS +USW00013919 35.4167 -97.3833 384.0 OK OKLAHOMA CITY TINKER AFB 72354 +USW00013920 38.9503 -95.6639 325.2 KS TOPEKA FORBES FLD +USW00013921 39.3667 -94.9167 0.0 KS FT LEAVENWORTH AFB +USW00013922 38.8000 -97.6500 387.4 KS SALINA FAA AP +USW00013923 33.7167 -96.6667 232.9 TX PERRIN +USW00013927 32.3367 -90.2214 104.2 MS JACKSON HAWKINS FLD +USW00013928 31.6333 -97.0667 153.0 TX WACO J CONNALLY AFB +USW00013930 38.7167 -93.5500 255.1 MO WHITEMAN AFB +USW00013932 37.1681 -97.0369 350.5 KS WINFIELD STROTHER FLD AP +USW00013934 31.3167 -92.5500 27.1 LA ENGLAND AFB 74754 +USW00013935 31.3928 -92.2956 34.1 LA ALEXANDRIA ESLER RGNL AP +USW00013939 33.4825 -90.9853 39.0 MS GREENVILLE ASOS 74768 +USW00013941 30.2167 -93.1500 4.9 LA LAKE CHARLES CHENAULT +USW00013942 32.5156 -92.0406 24.1 LA MONROE RGNL AP +USW00013944 32.5000 -93.6667 53.9 LA SHREVEPORT BARKSDALE AFB +USW00013945 34.6500 -98.4000 369.1 OK FT SILL POST FLD AF 72355 +USW00013947 39.0500 -96.7667 324.6 KS FT RILEY MARSHALL AAF 72455 +USW00013955 31.1333 -97.7167 281.9 TX KILEEN FT HOOD S AAF +USW00013956 32.3333 -90.2333 98.1 MS JACKSON 4 NW +USW00013957 32.4506 -93.8411 83.2 LA SHREVEPORT GSN 72248 +USW00013958 30.3208 -97.7603 204.2 TX AUSTIN-CAMP MABRY 72254 +USW00013959 31.6189 -97.2283 152.4 TX WACO RGNL AP 72256 +USW00013960 32.8519 -96.8556 134.1 TX DALLAS LOVE FLD 72258 +USW00013961 32.8192 -97.3614 209.4 TX FT WORTH MEACHAM FLD 74739 +USW00013962 32.4106 -99.6822 545.6 TX ABILENE RGNL AP GSN 72266 +USW00013963 34.7272 -92.2389 78.6 AR LITTLE ROCK AP ADAMS FLD +USW00013964 35.3331 -94.3625 136.9 AR FT SMITH RGNL AP GSN 72344 +USW00013965 34.3000 -97.0167 221.0 OK ARDMORE FAA AP +USW00013966 33.9786 -98.4928 310.0 TX WICHITA FALLS MUNI AP 72351 +USW00013967 35.3889 -97.6006 391.7 OK OKLAHOMA CITY WILL ROGERS AP GSN 72353 +USW00013968 36.1994 -95.8872 198.1 OK TULSA INTL AP 72356 +USW00013969 36.7367 -97.1019 304.8 OK PONCA CITY MUNI AP 72453 +USW00013970 30.5372 -91.1469 19.5 LA BATON ROUGE RYAN AP HCN +USW00013971 36.2667 -93.1567 418.8 AR HARRISON BOONE CO AP 72345 +USW00013972 32.3542 -95.4025 165.8 TX TYLER POUNDS FLD +USW00013973 30.5108 -99.7664 533.1 TX JUNCTION KIMBLE CO AP 74740 +USW00013975 36.2967 -99.7689 667.8 OK GAGE AP 74641 +USW00013976 30.2050 -91.9875 11.6 LA LAFAYETTE RGNL AP HCN +USW00013977 33.4536 -94.0075 110.0 AR TEXARKANA WEBB FLD +USW00013978 33.4964 -90.0867 40.5 MS GREENWOOD LEFLORE AP 74758 +USW00013979 32.4000 -90.7833 36.9 MS VICKSBURG CAA AP +USW00013980 37.1550 -98.0283 408.4 KS ANTHONY HCN +USW00013981 37.6703 -95.4842 300.2 KS CHANUTE MARTIN JOHNSON AP +USW00013982 39.8000 -93.5500 241.1 MO CHILLICOTHE RADIO KCHI +USW00013983 38.9667 -92.3667 237.1 MO COLUMBIA WSO AP +USW00013984 39.5514 -97.6508 447.8 KS CONCORDIA MUNI AP GSN 72458 +USW00013985 37.7608 -99.9683 789.4 KS DODGE CITY GSN 72451 +USW00013986 38.0653 -97.8606 470.3 KS HUTCHINSON MUNI AP +USW00013987 37.1467 -94.5022 298.7 MO JOPLIN REGIONAL AIRPORT +USW00013988 39.1208 -94.5969 226.2 MO KANSAS CITY DOWNTOWN AP +USW00013989 38.3306 -96.1897 368.5 KS EMPORIA MUNI AP +USW00013990 38.4333 -95.8000 352.0 KS LEBO CAA AP +USW00013991 39.1342 -93.2225 240.8 MO MARSHALL +USW00013992 38.9167 -91.4500 267.9 MO NEW FLORENCE +USW00013993 39.7736 -94.9233 249.3 MO ST JOSEPH ROSECRANS AP 72449 +USW00013994 38.7525 -90.3736 161.8 MO ST LOUIS LAMBERT INTL AP 72434 +USW00013995 37.2353 -93.4003 389.5 MO SPRINGFIELD 72440 +USW00013996 39.0725 -95.6261 267.0 KS TOPEKA MUNI AP 72456 +USW00013997 38.1311 -91.7683 343.5 MO VICHY ROLLA NATIONAL AP 72442 +USW00013998 37.6833 -97.3500 387.1 KS WICHITA +USW00013999 35.3667 -99.1833 585.8 OK CLINTON NAS +USW00014601 44.8000 -68.8167 52.1 ME DOW AFB +USW00014604 46.6833 -68.0500 1480.1 ME PRESQUE ISLE AP +USW00014605 44.3206 -69.7972 106.7 ME AUGUSTA STATE AP +USW00014606 44.7978 -68.8186 45.1 ME BANGOR INTL AP 72607 +USW00014607 46.8706 -68.0172 190.2 ME CARIBOU MUNI AP GSN 72712 +USW00014609 46.1236 -67.7928 145.1 ME HOULTON INTL AP +USW00014610 45.6478 -68.6925 123.7 ME MILLINOCKET MUNI AP +USW00014611 43.9000 -69.9333 21.3 ME BRUNSWICK NAS 74392 +USW00014622 44.9500 -68.6667 41.1 ME OLD TOWN FAA AP +USW00014623 46.9500 -67.8833 228.9 ME LIMESTONE LORING AFB +USW00014657 41.6833 -67.7833 25.9 MA GEORGES SHOALS AFS +USW00014658 41.0167 -69.5000 27.1 MA NANTUCKET SHOALS AFS +USW00014702 42.4700 -71.2894 40.5 MA BEDFORD HANSCOM FLD 74490 +USW00014703 42.2000 -72.5333 75.0 MA CHICOPEE FALLS WESTOVER FLD 74491 +USW00014704 41.6500 -70.5167 39.9 MA FALMOUTH OTIS AFB 72506 +USW00014706 40.0167 -74.6000 45.1 NJ MCGUIRE AFB +USW00014707 41.3275 -72.0494 3.0 CT GROTON NEW LONDON AP +USW00014708 40.7333 -73.6000 29.9 NY MITCHELL FLD +USW00014710 42.9333 -71.4383 68.6 NH MANCHESTER AP +USW00014711 40.1936 -76.7633 95.1 PA MIDDLETOWN HARRISBURG INTL AP 72399 +USW00014712 40.3667 -75.9667 103.9 PA READING SPAATZ FLD +USW00014714 41.5000 -74.1000 177.1 NY STEWART FLD +USW00014715 44.0500 -75.7333 214.0 NY WHEELER SACK FLD AAF 74370 +USW00014717 43.2333 -75.4000 158.2 NY GRIFFISS AFB +USW00014719 40.8436 -72.6322 20.4 NY WESTHAMPTN GABRESKI AP +USW00014732 40.7794 -73.8803 3.4 NY NEW YORK LAGUARDIA AP 72503 +USW00014733 42.9486 -78.7369 211.2 NY BUFFALO HCN 72528 +USW00014734 40.6825 -74.1694 2.1 NJ NEWARK INTL AP 72502 +USW00014735 42.7431 -73.8092 95.1 NY ALBANY AP HCN 72518 +USW00014736 40.2964 -78.3203 451.1 PA ALTOONA BLAIR CO AP +USW00014737 40.6508 -75.4492 118.9 PA ALLENTOWN INTL AP HCN 72517 +USW00014738 42.0833 -76.1000 253.9 NY BINGHAMTON WB AP +USW00014739 42.3606 -71.0106 3.7 MA BOSTON LOGAN INTL AP 72509 +USW00014740 41.9381 -72.6825 57.9 CT HARTFORD BRADLEY INTL AP 72508 +USW00014741 41.1500 -79.1000 427.0 PA BROOKVILLE FAA AP +USW00014742 44.4683 -73.1500 100.6 VT BURLINGTON INTL AP GSN HCN 72617 +USW00014743 44.5772 -75.1097 136.6 NY CANTON 4 SE HCN +USW00014745 43.1953 -71.5011 105.5 NH CONCORD MUNI AP 72605 +USW00014746 41.0500 -78.5833 675.1 PA CURWENSVILLE WB AP +USW00014747 42.4933 -79.2722 203.0 NY DUNKIRK CHAUTAUQUA AP +USW00014748 42.1594 -76.8919 291.1 NY ELMIRA CORNING RGNL AP +USW00014749 42.9667 -74.6667 217.0 NY FT PLAIN WB AP +USW00014750 43.3500 -73.6167 97.8 NY GLENS FALLS AP 72522 +USW00014751 40.2172 -76.8514 103.6 PA HARRISBURG CPTL CY AP 72511 +USW00014752 41.7361 -72.6506 5.8 CT HARTFORD BRAINARD FLD +USW00014753 42.2122 -71.1136 190.5 MA BLUE HILL GSN 74492 +USW00014754 41.1386 -75.2225 584.0 PA TOBYHANNA POCONO MTN AP +USW00014755 44.2667 -71.2994 1910.2 NH MT WASHINGTON GSN 72613 +USW00014756 41.2531 -70.0608 13.7 MA NANTUCKET MEM AP +USW00014757 41.6267 -73.8842 50.6 NY POUGHKEEPSIE DUTCHESS CO AP HCN +USW00014758 41.2639 -72.8872 0.9 CT NEW HAVEN TWEED AP +USW00014760 40.8500 -76.1167 591.0 PA PARK PLACE WB +USW00014761 40.9167 -78.0667 592.8 PA PHILIPSBURG 8 E +USW00014762 40.3547 -79.9217 380.4 PA PITTSBURGH ALLEGHENY CO AP +USW00014763 42.4272 -73.2892 363.9 MA PITTSFIELD MUNI AP +USW00014764 43.6497 -70.3003 13.7 ME PORTLAND INTL JETPORT HCN 72606 +USW00014765 41.7219 -71.4325 18.3 RI PROVIDENCE T F GREEN AP HCN 72507 +USW00014767 40.3333 -75.9667 88.1 PA READING WB CITY +USW00014768 43.1167 -77.6767 162.5 NY ROCHESTER GTR INTL AP HCN 72529 +USW00014770 40.8206 -76.8642 135.3 PA SELINSGROVE PENN VLY AP +USW00014771 43.1111 -76.1039 125.9 NY SYRACUSE HANCOCK INTL AP GSN HCN 72519 +USW00014772 43.8833 -73.4000 64.0 NY TICONDEROGA 3 NE +USW00014773 40.2269 -74.7464 57.9 NJ TRENTON +USW00014774 43.1667 -75.3167 163.1 NY UTICA AP +USW00014775 42.1578 -72.7161 82.6 MA WESTFIELD BARNES MUNI AP +USW00014776 43.6333 -72.3167 173.1 NH LEBANON CAA AP +USW00014777 41.3336 -75.7269 283.5 PA WILKES-BARRE INTL AP 72513 +USW00014778 41.2433 -76.9217 158.5 PA WILLIAMSPORT HCN 72514 +USW00014780 40.0333 -74.3167 36.9 NJ LAKEHURST AP +USW00014781 42.5667 -71.6000 82.0 MA AYER +USW00014782 41.3333 -71.6667 14.9 RI CHARLESTOWN NAAS +USW00014784 44.0500 -70.2500 82.9 ME LEWISTON NAAF +USW00014786 40.5833 -73.8833 4.9 NY NEW YORK FLOYD BENNETT FLD +USW00014787 41.5333 -71.2833 52.4 RI NEWPORT STATE AP +USW00014788 41.5833 -71.4167 9.1 RI QUONSET PT NAS +USW00014789 42.2667 -71.0333 4.9 MA SQUANTUM NAS +USW00014790 42.1500 -70.9333 47.9 MA SOUTH WEYMOUTH NAS +USW00014791 43.4000 -70.7500 79.9 ME SANFORD +USW00014792 40.2769 -74.8158 56.1 NJ TRENTON MERCER CO AP +USW00014793 40.2000 -75.1500 110.0 PA WILLOW GROVE NAS +USW00014794 41.3497 -71.7989 24.7 RI WESTERLY STATE AP +USW00014797 41.3167 -74.0000 396.8 NY BEAR MTN WB +USW00014798 42.1000 -75.9167 277.1 NY BINGHAMTON WB CITY +USW00014799 41.1667 -71.5667 13.1 RI BLOCK ISLAND +USW00014804 42.6083 -82.8183 176.8 MI MT CLEMENS ANG BASE HCN +USW00014805 41.0167 -85.2167 246.9 IN FT WAYNE BAER FLD +USW00014806 40.3131 -88.1594 225.6 IL RANTOUL +USW00014808 44.4500 -83.4000 188.1 MI OSCODA WURTSMITH AP +USW00014809 40.4833 -80.2167 353.0 PA GTR PITTSBURGH AFB +USW00014810 42.0169 -87.8333 200.9 IL PARK RIDGE +USW00014812 41.2833 -80.2000 394.1 PA MERCER WB AP +USW00014813 41.0375 -81.4642 318.2 OH AKRON FULTON INTL AP +USW00014814 45.0606 -83.4281 179.8 MI ALPENA WWTP +USW00014815 42.3075 -85.2511 282.9 MI BATTLE CREEK KELLOGG AP +USW00014816 41.2333 -89.6167 242.0 IL BRADFORD FAA AP +USW00014817 44.2656 -85.3967 394.7 MI CADILLAC +USW00014819 41.7861 -87.7522 186.5 IL CHICAGO MIDWAY AP 72534 +USW00014820 41.4131 -81.8600 232.6 OH CLEVELAND 72524 +USW00014821 39.9914 -82.8808 246.9 OH COLUMBUS PORT COLUMBUS INTL AP 72428 +USW00014822 42.4092 -83.0100 190.8 MI DETROIT CITY AP +USW00014823 40.6833 -80.6333 355.1 OH EAST LIVERPOOL WB AP +USW00014824 45.7181 -87.0939 179.8 MI ESCANABA 72648 +USW00014825 41.0136 -83.6686 243.8 OH FINDLAY AP +USW00014826 42.9667 -83.7494 234.7 MI FLINT BISHOP INTL AP 72637 +USW00014827 40.9706 -85.2064 241.1 IN FT WAYNE INTL AP 72533 +USW00014828 43.9758 -84.4908 236.2 MI GLADWIN +USW00014829 41.5272 -85.7922 252.1 IN GOSHEN MUNI AP +USW00014830 42.9000 -85.6667 213.1 MI GRAND RAPIDS WB AP +USW00014833 42.2667 -84.4667 304.2 MI JACKSON REYNOLDS FLD +USW00014834 41.5500 -88.0833 167.9 IL JOLIET +USW00014835 40.4122 -86.9369 182.6 IN LAFAYETTE PURDUE UNIV AP +USW00014836 42.7803 -84.5789 256.3 MI LANSING CAPITAL CITY AP 72539 +USW00014837 43.1406 -89.3453 264.0 WI MADISON DANE RGNL AP 72641 +USW00014838 46.5458 -87.3794 202.7 MI MARQUETTE GSN 72743 +USW00014839 42.9550 -87.9044 204.2 WI MILWAUKEE MITCHELL AP 72640 +USW00014840 43.1711 -86.2367 190.5 MI MUSKEGON CO AP 72636 +USW00014841 45.5644 -84.7928 214.9 MI PELLSTON RGNL AP +USW00014842 40.6675 -89.6839 198.1 IL PEORIA GTR PEORIA AP GSN 72532 +USW00014843 41.7833 -81.1000 210.9 OH PERRY CAA AP +USW00014844 42.3500 -89.0500 225.9 IL ROCKFORD CAA AP +USW00014845 43.5331 -84.0797 201.2 MI SAGINAW MBS INTL AP +USW00014846 41.4500 -82.7167 178.0 OH SANDUSKY +USW00014847 46.4794 -84.3572 220.1 MI SAULT STE MARIE SANDERSON FLD 72734 +USW00014848 41.7072 -86.3164 235.6 IN SOUTH BEND MICHIANA RGNL AP 72535 +USW00014849 41.5667 -83.4667 193.9 OH TOLEDO WB AP +USW00014850 44.7408 -85.5825 188.4 MI TRAVERSE CITY CHERRY CPTL AP +USW00014852 41.2544 -80.6739 359.7 OH YOUNGSTOWN RGNL AP 72525 +USW00014853 42.2333 -83.5333 236.8 MI DETROIT WILLOW RUN AP +USW00014854 40.6667 -86.1167 246.0 IN BUNKER HILL NAS +USW00014855 42.0833 -87.8333 196.9 IL GLENVIEW NAS +USW00014856 42.1000 -83.1667 180.1 MI GROSSE ILE NAS +USW00014857 44.7167 -85.5500 189.9 MI TRAVERSE CITY +USW00014858 47.1686 -88.4889 333.8 MI HANCOCK HOUGHTON CO AP 72744 +USW00014859 46.6667 -85.9500 190.2 MI GRAND MARAIS 2 E +USW00014860 42.0800 -80.1825 222.5 PA ERIE INTL AP HCN 72526 +USW00014861 40.4500 -80.0000 310.0 PA PITTSBURGH WSO CITY +USW00014874 40.7167 -89.6000 -999.9 IL PEORIA CITY OFFICE +USW00014880 42.4167 -87.8667 221.6 IL CHICAGO WAUKEGAN RGNL AP +USW00014881 41.8883 -87.6258 182.9 IL FORT DEARBORN +USW00014891 40.8203 -82.5178 394.7 OH MANSFIELD LAHM MUNI AP 72420 +USW00014892 41.7833 -87.6000 181.1 IL CHICAGO UNIV +USW00014894 40.1764 -80.6472 359.4 WV WHEELING OHIO CO AP +USW00014895 40.9167 -81.4333 368.2 OH AKRON CANTON RGNL AP 72521 +USW00014896 41.0333 -81.4833 323.1 OH AKRON NAS +USW00014897 44.9258 -89.6256 360.0 WI WAUSAU DWTN AP 72646 +USW00014898 44.4983 -88.1111 207.9 WI GREEN BAY 72645 +USW00014904 40.8500 -96.7667 356.0 NE LINCOLN AFB +USW00014910 45.8678 -95.3942 431.6 MN ALEXANDRIA MUNI AP +USW00014912 48.1069 -98.8681 446.2 ND DEVILS LAKE KDLR +USW00014913 46.8369 -92.2097 435.3 MN DULUTH 72745 +USW00014914 46.9253 -96.8111 274.3 ND FARGO HECTOR INTL AP 72753 +USW00014916 47.9428 -97.1839 256.6 ND GRAND FORKS INTL AP 72757 +USW00014918 48.5614 -93.3981 360.6 MN INTL FALLS INTL AP 72747 +USW00014919 46.9258 -98.6692 455.4 ND JAMESTOWN MUNI AP +USW00014920 43.8789 -91.2528 198.7 WI LA CROSSE MUNI AP 72643 +USW00014921 43.2119 -90.1814 218.5 WI LONE ROCK TRI CO AP +USW00014922 44.8831 -93.2289 265.8 MN MINNEAPOLIS/ST PAUL AP GSN HCN 72658 +USW00014923 41.4653 -90.5233 180.4 IL MOLINE QUAD CITY INTL AP 72544 +USW00014924 48.9711 -97.2417 240.8 ND PEMBINA HCN +USW00014925 43.9042 -92.4917 397.5 MN ROCHESTER INTL AP 72644 +USW00014926 45.5433 -94.0514 310.3 MN ST CLOUD RGNL AP 72655 +USW00014927 44.9319 -93.0556 213.4 MN ST PAUL DOWNTOWN AP +USW00014928 45.1167 -95.0833 345.0 MN WILLMAR AP +USW00014929 45.4558 -98.4131 396.8 SD ABERDEEN HCN 72659 +USW00014930 41.4500 -95.0667 353.0 IA ATLANTIC CAA AP +USW00014931 40.7833 -91.1253 210.9 IA BURLINGTON MUNI AP 72542 +USW00014932 41.5167 -90.5667 173.1 IA DAVENPORT L&D 15 +USW00014933 41.5339 -93.6531 291.7 IA DES MOINES INTL AP GSN 72546 +USW00014934 42.4000 -90.7000 177.1 IA DUBUQUE RIVER +USW00014935 40.9611 -98.3136 560.8 NE GRAND ISLAND AP 72552 +USW00014936 44.3981 -98.2231 390.1 SD HURON RGNL AP GSN 72654 +USW00014937 41.6328 -91.5431 198.1 IA IOWA CITY MUNI AP +USW00014938 40.0972 -92.5433 294.4 MO KIRKSVILLE RGNL AP +USW00014939 40.8508 -96.7475 362.7 NE LINCOLN MUNI AP 72551 +USW00014940 43.1544 -93.3269 373.4 IA MASON CITY MUNI AP +USW00014941 41.9856 -97.4353 472.7 NE NORFOLK KARL STEFAN AP GSN 72556 +USW00014942 41.3103 -95.8992 299.3 NE OMAHA EPPLEY AIRFIELD 72550 +USW00014943 42.3914 -96.3792 333.8 IA SIOUX CITY GATEWAY AP 72557 +USW00014944 43.5878 -96.7289 435.9 SD SIOUX FALLS 72651 +USW00014945 40.4344 -95.3883 318.5 MO TARKIO +USW00014946 44.9047 -97.1494 532.8 SD WATERTOWN RGNL AP HCN +USW00014947 44.8833 -93.2167 255.1 MN MINNEAPOLIS NAS +USW00014948 41.1000 -92.4333 257.9 IA OTTUMWA NAS +USW00014949 41.1167 -95.9167 319.1 NE BELLEVUE OFFUTT AFB 72554 +USW00014950 41.1078 -92.4467 256.6 IA OTTUMWA INDUSTRIAL AP +USW00014971 40.8233 -96.7025 353.6 NE LINCOLN UNIV PWR PLT +USW00014972 43.1644 -95.2017 407.8 IA SPENCER MUNI AP 72650 +USW00014990 41.8833 -91.7167 264.6 IA CEDAR RAPIDS MUNI AP 72545 +USW00014991 44.8664 -91.4878 269.7 WI EAU CLAIRE RGNL AP +USW00014992 44.5483 -95.0803 311.2 MN REDWOOD FALLS MUNI AP +USW00014993 40.6500 -94.0000 356.0 IA LAMONI +USW00014994 40.7500 -99.6167 714.1 NE LEXINGTON 7 ESE +USW00014995 45.7728 -92.6886 301.8 WI GRANTSBURG +USW00021503 19.7167 -155.0500 11.9 HI HILO NAS +USW00021504 19.7192 -155.0531 11.6 HI HILO INTL AP GSN 91285 +USW00021508 19.7600 -155.5536 1798.3 HI BRADSHAW AAF +USW00021510 19.7356 -156.0489 13.1 HI KAILUA KONA KE-AHOLE AP +USW00021514 19.5353 -155.5761 3407.4 HI MAUNA LOA 5 NNE CRN +USW00021515 19.6450 -155.0828 189.6 HI HILO 5 S CRN +USW00022001 29.3667 -100.7833 327.1 TX DEL RIO LAUGHLIN AFB +USW00022004 29.3667 -100.9000 292.9 TX DEL RIO WB CITY +USW00022010 29.3783 -100.9269 304.5 TX DEL RIO INTL AP 72261 +USW00022016 29.3483 -103.2092 1065.0 TX PANTHER JUNCTION 2 N CRN 74728 +USW00022501 22.0333 -159.7833 4.0 HI BARKING SANDS 91162 +USW00022504 21.3333 -157.9500 3.0 HI HICKAM AFB +USW00022508 21.4833 -158.0333 257.9 HI WHEELER AAF 810.1 +USW00022514 21.3167 -158.0667 15.2 HI BARBERS POINT NAS 91178 +USW00022515 21.3333 -158.0500 20.1 HI EWA MCAS +USW00022516 20.8997 -156.4286 15.5 HI KAHULUI AP 91190 +USW00022517 21.3500 -157.9500 10.1 HI HICKMAN FLD +USW00022519 21.4500 -157.7833 3.0 HI KANEOHE BAY MCAS 91176 +USW00022521 21.3239 -157.9294 2.1 HI HONOLULU INTL AP 91182 +USW00022522 21.3167 -157.8667 4.0 HI HONOLULU SUBSTN 407 +USW00022525 20.8333 -156.4667 39.9 HI PUUNENE +USW00022526 21.9000 -159.6000 9.1 HI PORT ALLEN +USW00022534 21.1544 -157.0961 135.0 HI MOLOKAI AP 91186 +USW00022536 21.9839 -159.3405 30.5 HI LIHUE WSO AP 1020.1 GSN 91165 +USW00022551 21.3167 -158.0667 16.5 HI EWA KALAELOA AP 91178 +USW00022602 23.7833 -166.2167 2.1 HI FRNCH FRIGAT SHS NAS +USW00022703 28.2167 -177.3833 6.1 UM MIDWAY ISLAND +USW00023002 32.8500 -106.1000 1267.4 NM HOLLOMAN AFB 74732 +USW00023004 35.0500 -106.6167 1634.9 NM KIRTLAND AFB +USW00023005 32.2167 -101.5167 780.9 TX WEBB AFB 74731 +USW00023007 34.4272 -100.2831 594.7 TX CHILDRESS MUNI AP 72366 +USW00023008 34.3833 -103.3167 1309.1 NM CLOVIS CANNON AFB +USW00023009 33.3075 -104.5083 1112.2 NM ROSWELL IND AIR PK HCN 72268 +USW00023012 39.7167 -104.9000 1645.0 CO DENVER LOWRY AFB +USW00023017 31.4000 -100.4000 573.0 TX SAN ANGELO GOODFELLOW AFB +USW00023019 31.8333 -106.4000 1196.0 TX BIGGS AFB +USW00023021 33.6000 -102.0500 1014.1 TX REESE AFB +USW00023023 31.9433 -102.1889 874.2 TX MIDLAND ODESSA 72265 +USW00023034 31.3711 -100.4922 576.1 TX SAN ANGELO 72263 +USW00023036 39.7167 -104.7500 1726.1 CO AURORA BUCKLEY FLD ANGB +USW00023039 32.3833 -106.4833 1291.7 NM LAS CRUCES WHITE SANDS MISSILE 72269 +USW00023040 31.7800 -103.2017 855.6 TX WINKLER CO AP +USW00023041 32.2442 -101.4536 765.0 TX BIG SPRING +USW00023042 33.6542 -101.8136 993.3 TX LUBBOCK 72267 +USW00023043 33.4000 -104.5333 1106.1 NM ROSWELL MUNI AP +USW00023044 31.8111 -106.3758 1194.2 TX EL PASO INTL AP GSN HCN 72270 +USW00023045 31.9333 -108.9833 1254.9 NM RODEO CAA AP +USW00023046 33.2333 -107.0167 1478.0 NM ENGLE CAA AP +USW00023047 35.2333 -101.7089 1093.3 TX AMARILLO 72363 +USW00023048 35.1822 -103.6031 1239.0 NM TUCUMCARI MUNI AP +USW00023049 35.6169 -106.0889 1933.7 NM SANTA FE CO MUNI AP +USW00023050 35.0419 -106.6156 1618.5 NM ALBUQUERQUE INTL AP GSN 72365 +USW00023051 36.4486 -103.1539 1511.8 NM CLAYTON MUNI AIR PK GSN HCN 72360 +USW00023052 36.7414 -104.5022 1935.2 NM RATON MUNI CREWS AP +USW00023053 35.5333 -100.9667 985.1 TX PAMPA WB AP +USW00023054 35.6542 -105.1419 2095.2 NM LAS VEGAS MUNI AP +USW00023055 31.8311 -104.8089 1663.0 TX PINE SPRINGS NP 72262 +USW00023056 35.0833 -106.0167 1900.1 NM OTTO FAA AP +USW00023057 35.0500 -107.7167 2007.1 NM ACOMITA CAA AP +USW00023058 31.8297 -107.6389 1239.0 NM COLUMBUS +USW00023059 31.7500 -105.0833 1132.9 TX SALT FLAT CAA AP +USW00023060 35.0167 -108.4000 2171.1 NM EL MORRO CAA AP +USW00023061 37.4389 -105.8614 2296.1 CO ALAMOSA SAN LUIS AP 72462 +USW00023062 39.7633 -104.8694 1611.2 CO DENVER-STAPLETON 72469 +USW00023063 39.6500 -106.9167 1980.3 CO EAGLE FAA AP +USW00023064 37.9272 -100.7247 878.4 KS GARDEN CITY RGNL AP +USW00023065 39.3669 -101.7000 1112.8 KS GOODLAND 72465 +USW00023066 39.1342 -108.5400 1480.7 CO GRAND JUNCTION WALKER FLD GSN 72476 +USW00023067 38.0494 -103.5122 1278.3 CO LA JUNTA MUNI AP +USW00023068 38.2725 -104.6089 1420.4 CO PUEBLO +USW00023070 37.2622 -104.3378 1749.9 CO TRINIDAD PERRY STOKES AP +USW00023072 34.9325 -100.8903 823.0 TX CLARENDON +USW00023078 32.2622 -107.7206 1310.9 NM DEMING MUNI AP +USW00023080 31.7833 -106.5000 1150.0 TX EL PASO +USW00023081 35.5144 -108.7939 1972.4 NM GALLUP MUNI AP +USW00023090 36.7436 -108.2292 1674.9 NM FARMINGTON RGNL AP +USW00023091 30.9119 -102.9167 917.4 TX FT STOCKTON PECOS AP +USW00023104 33.2892 -111.6692 412.4 AZ PHOENIX +USW00023109 32.1667 -110.8833 808.9 AZ DAVIS MONTHAN AFB +USW00023110 36.3333 -119.9500 70.7 CA LEMOORE REEVES NAS 74702 +USW00023111 33.5500 -112.3667 331.0 AZ PHOENIX LUKE AFB +USW00023112 36.2500 -115.0333 573.0 NV LAS VEGAS NELLIS AFB +USW00023114 34.9000 -117.8667 705.9 CA EDWARDS AFB 72381 +USW00023118 39.6667 -119.8667 1531.9 NV STEAD AFB +USW00023119 33.9000 -117.2500 462.1 CA MARCH AFB 72286 +USW00023122 34.1000 -117.2500 338.9 CA NORTON AFB +USW00023129 33.8117 -118.1464 9.4 CA LONG BEACH DAUGHERTY FLD 72297 +USW00023130 34.2097 -118.4892 234.7 CA VAN NUYS AP +USW00023131 34.5833 -117.3833 869.0 CA VICTORVILLE SO CA AP +USW00023136 34.2167 -119.0833 23.5 CA CAMARILLO AP +USW00023141 36.5833 -115.6833 951.9 NV INDIAN SPRINGS 74614 +USW00023152 34.2006 -118.3575 225.9 CA BURBANK GLENDALE PASADENA AP 72288 +USW00023153 38.0511 -117.0903 1644.4 NV TONOPAH +USW00023154 39.2953 -114.8467 1908.7 NV ELY YELLAND FLD AP GSN 72486 +USW00023155 35.4344 -119.0542 149.0 CA BAKERSFIELD AP 72384 +USW00023156 33.9286 -116.9814 789.7 CA BEAUMONT #2 +USW00023157 37.3711 -118.3581 1250.3 CA BISHOP AP 72480 +USW00023158 33.6186 -114.7142 120.4 CA BLYTHE AP +USW00023159 37.7064 -112.1456 2312.2 UT BRYCE CANYON AP +USW00023160 32.1314 -110.9553 776.9 AZ TUCSON INTL AP 72274 +USW00023161 34.8536 -116.7858 584.3 CA BARSTOW DAGGETT AP +USW00023162 39.3375 -112.5858 1408.2 UT DELTA 72479 +USW00023166 35.2000 -111.6667 2110.1 AZ FLAGSTAFF WB CITY +USW00023168 32.9500 -112.7167 220.1 AZ GILA BEND AVIATION +USW00023169 36.0719 -115.1633 649.5 NV LAS VEGAS MCCARRAN AP GSN 72386 +USW00023170 38.3706 -110.7153 1313.1 UT HANKSVILLE HCN +USW00023172 33.6833 -116.1667 -20.1 CA COACHELLA INDIO CAA +USW00023173 36.2333 -115.0333 573.9 NV LAS VEGAS WB AP +USW00023174 33.9381 -118.3889 29.6 CA LOS ANGELES INTL AP 72295 +USW00023176 38.4167 -113.0167 1536.2 UT MILFORD MUNI AP 72475 +USW00023177 37.7981 -113.9256 1664.2 UT MODENA HCN +USW00023178 32.8667 -116.4167 1893.1 CA MT LAGUNA CAA AP +USW00023179 34.7675 -114.6189 271.3 CA NEEDLES AP HCN +USW00023180 34.4000 -118.5500 370.0 CA NEWHALL AP +USW00023181 33.2333 -117.4167 7.9 CA OCEANSIDE CAA AP +USW00023182 34.6294 -118.0836 769.3 CA PALMDALE AP 72382 +USW00023183 33.4278 -112.0039 337.4 AZ PHOENIX SKY HARBOR INTL AP GSN 72278 +USW00023184 34.6517 -112.4208 1536.8 AZ PRESCOTT LOVE FLD +USW00023185 39.4839 -119.7711 1344.2 NV RENO TAHOE INTL AP HCN 72488 +USW00023187 34.7436 -118.7242 1374.6 CA SANDBERG 72383 +USW00023188 32.7336 -117.1831 4.6 CA SAN DIEGO LINDBERGH FLD GSN 72290 +USW00023190 34.4258 -119.8425 2.7 CA SANTA BARBARA MUNI AP 72392 +USW00023191 33.4050 -118.4158 488.3 CA AVALON CATALINA AP 72292 +USW00023192 35.3333 -116.0833 281.0 CA SILVER LAKE CAA AP +USW00023194 35.0281 -110.7208 1489.3 AZ WINSLOW MUNI AP 72374 +USW00023195 32.6667 -114.6000 62.8 AZ YUMA WSO AP 72280 +USW00023196 32.5833 -116.9833 159.4 CA CHULA VISTA BROWN FLD NAAS +USW00023199 32.8167 -115.6833 -12.8 CA EL CENTRO NAF 72281 +USW00023202 38.2667 -121.9333 18.0 CA TRAVIS AFB 74516 +USW00023203 37.3833 -120.5667 60.0 CA CASTLE AFB 72481 +USW00023206 38.5667 -121.3000 39.9 CA SACRAMENTO MATHER AFB +USW00023208 38.6667 -121.4000 25.0 CA SACRAMENTO MCCLELLAN AFB +USW00023211 38.0667 -122.5167 4.0 CA HAMILTON AF BASE +USW00023213 38.5039 -122.8103 34.7 CA SANTA ROSA SONOMA CO AP +USW00023225 39.2775 -120.7103 1608.1 CA BLUE CANYON AP +USW00023226 39.3167 -120.3333 2194.0 CA DONNER SUMMIT CAA +USW00023230 37.7214 -122.2208 1.8 CA OAKLAND METRO INTL AP 72493 +USW00023232 38.5069 -121.4950 4.6 CA SACRAMENTO EXECUTIVE AP 72483 +USW00023233 36.6636 -121.6081 22.6 CA SALINAS MUNICIPAL AP 72593 +USW00023234 37.6197 -122.3647 2.4 CA SAN FRANCISCO INTL AP 72494 +USW00023237 37.8892 -121.2258 7.9 CA STOCKTON METRO AP 72492 +USW00023238 39.1000 -122.1500 39.0 CA WILLIAMS CAA AP +USW00023239 37.7333 -122.3167 4.9 CA ALAMEDA NAS 74506 +USW00023240 37.4000 -121.1333 50.0 CA CROWS LANDING +USW00023241 36.8833 -121.4000 71.9 CA HOLLISTER NAAS +USW00023244 37.4058 -122.0481 11.9 CA MOFFETT FEDERAL AIRFIELD 74509 +USW00023245 36.6000 -121.8667 50.0 CA MONTEREY NAF 72491 +USW00023246 38.4167 -122.7500 42.1 CA SANTA ROSA NAAS +USW00023248 37.6000 -121.3000 59.1 CA VERNALIS NAAS +USW00023249 36.9333 -121.7833 44.2 CA WATSONVILLE NAAS +USW00023254 37.9917 -122.0550 5.5 CA CONCORD BUCHANAN FLD 72495 +USW00023257 37.2847 -120.5128 46.3 CA MERCED MUNI AP +USW00023258 37.6242 -120.9506 22.3 CA MODESTO CITY CO AP +USW00023259 36.5881 -121.8453 50.3 CA MONTEREY PENINSUL AP +USW00023271 38.5556 -121.4169 11.6 CA SACRAMENTO 5 ESE +USW00023272 37.7706 -122.4269 45.7 CA SAN FRANCISCO DWTN +USW00023273 34.8994 -120.4486 73.8 CA SANTA MARIA PUBLIC AP 72394 +USW00023275 39.1258 -123.2008 183.2 CA UKIAH MUNI AP +USW00023277 36.9358 -121.7886 48.8 CA WATSONVILLE MUNI AP +USW00023285 37.6928 -121.8144 119.8 CA LIVERMORE MUNI AP +USW00023293 37.3592 -121.9239 15.5 CA SAN JOSE +USW00023801 31.7900 -86.0003 143.9 AL TROY 2 W CRN +USW00023802 31.8814 -87.7367 106.7 AL THOMASVILLE 2 S CRN +USW00023803 34.8222 -89.4347 147.5 MS HOLLY SPRINGS 4 N CRN 74770 +USW00023904 35.8200 -91.7811 138.7 AR BATESVILLE 8 WNW CRN 72245 +USW00023906 28.3044 -96.8231 4.6 TX PORT ARANSAS 32 NNE CRN 74747 +USW00023907 30.6222 -98.0847 414.8 TX AUSTIN 33 NW CRN 74744 +USW00023908 37.4278 -94.5828 290.2 MO JOPLIN 24 N CRN 72559 +USW00023909 37.6344 -91.7225 365.2 MO SALEM 10 W CRN 72560 +USW00024006 44.1500 -103.1000 979.9 SD ELLSWORTH AFB +USW00024011 46.7708 -100.7603 505.4 ND BISMARCK GSN 72764 +USW00024012 46.7994 -102.7972 786.4 ND THEODORE ROOSEVELT AP 72763 +USW00024013 48.2553 -101.2733 507.5 ND MINOT INTL AP +USW00024015 40.1667 -103.2167 1421.3 CO AKRON WASHINGTON CO AP +USW00024017 42.8375 -103.0953 1011.3 NE CHADRON MUNI AP +USW00024018 41.1519 -104.8061 1867.8 WY CHEYENNE HCN 72564 +USW00024019 42.7500 -105.3667 1487.1 WY DOUGLAS CAA AP +USW00024020 40.5233 -101.0344 928.1 NE HAYES CENTER 1NW +USW00024021 42.8153 -108.7261 1704.4 WY LANDER HUNT FLD AP GSN 72576 +USW00024022 41.3119 -105.6747 2214.7 WY LARAMIE RGNL AP HCN +USW00024023 41.1214 -100.6694 846.7 NE NORTH PLATTE RGNL AP GSN 72562 +USW00024024 44.0511 -101.6011 672.4 SD PHILIP AP +USW00024025 44.3814 -100.2856 531.0 SD PIERRE RGNL AP HCN 72656 +USW00024027 41.5944 -109.0528 2054.7 WY ROCK SPRINGS AP HCN 72574 +USW00024028 41.8706 -103.5931 1202.4 NE SCOTTSBLUFF HEILIG AP 72566 +USW00024029 44.7694 -106.9689 1202.4 WY SHERIDAN CO AP GSN 72666 +USW00024030 41.1014 -102.9847 1313.4 NE SIDNEY MUNI AP 72561 +USW00024031 41.8000 -107.0500 2000.1 WY SINCLAIR CAA AP +USW00024032 42.8783 -100.5500 789.4 NE VALENTINE MILLER FLD 72567 +USW00024033 45.8069 -108.5422 1091.5 MT BILLINGS LOGAN INTL AP 72677 +USW00024035 48.5667 -109.6667 759.9 MT HAVRE WB CITY +USW00024036 47.0492 -109.4578 1263.4 MT LEWISTOWN MUNI AP +USW00024037 46.4267 -105.8825 799.8 MT MILES CITY F WILEY FLD HCN 74230 +USW00024040 46.1333 -107.5333 836.1 MT CUSTER +USW00024044 42.0572 -102.8000 1196.0 NE ALLIANCE MUNI AP +USW00024046 40.4953 -107.5211 1885.5 CO CRAIG MOFFAT CO AP 72570 +USW00024048 44.5169 -108.0822 1198.8 WY GREYBULL S BIG HORN AP +USW00024057 41.8056 -107.1997 2053.1 WY RAWLINS MUNI AP 72669 +USW00024061 43.0661 -108.4767 1697.1 WY RIVERTON +USW00024062 43.9658 -107.9508 1271.6 WY WORLAND +USW00024088 44.2169 -104.9292 1318.3 WY MOORCROFT 3S +USW00024089 42.8975 -106.4636 1627.0 WY CASPER NATRONA CO AP 72569 +USW00024090 44.0433 -103.0536 963.2 SD RAPID CITY RGNL AP 72662 +USW00024091 40.5100 -101.6200 996.1 NE IMPERIAL MUNI AP +USW00024101 41.1167 -111.9667 1459.1 UT OGDEN HILL AFB +USW00024103 40.1833 -112.9333 1328.9 UT DUGWAY PROVING GROUNDS 74003 +USW00024106 43.0500 -115.8667 912.0 ID MTN HOME AFB +USW00024110 47.2078 -119.3192 364.5 WA MOSES LAKE GRANT CO AP +USW00024111 40.7333 -114.0333 1293.0 UT WENDOVER DARBY AFB +USW00024112 47.5167 -111.1833 1058.3 MT MALMSTROM AFB +USW00024114 47.6333 -117.6500 743.1 WA FAIRCHILD AFB +USW00024118 41.4000 -110.4167 2140.9 WY FT BRIDGER AP +USW00024119 40.6117 -116.8917 1373.1 NV BATTLE MOUNTAIN 4SE HCN +USW00024120 40.9139 -111.3983 1691.6 UT COALVILLE +USW00024121 40.8289 -115.7886 1533.1 NV ELKO RGNL AP HCN +USW00024122 40.3500 -112.0500 1513.9 UT FAIRFIELD CAA AP +USW00024125 41.3500 -113.9000 1362.2 UT LUCIN +USW00024126 41.1961 -112.0114 1362.5 UT OGDEN HINKLEY AP 72575 +USW00024127 40.7781 -111.9694 1287.8 UT SALT LAKE CITY INTL AP 72572 +USW00024128 40.9017 -117.8081 1309.4 NV WINNEMUCCA MUNI AP GSN HCN 72583 +USW00024130 44.8428 -117.8086 1024.4 OR BAKER CITY MUNI AP HCN +USW00024131 43.5667 -116.2406 857.7 ID BOISE AIR TERMINAL GSN 72681 +USW00024132 45.7881 -111.1608 1349.3 MT BOZEMAN GALLATIN FLD +USW00024133 42.5417 -113.7661 1262.5 ID BURLEY MUNI AP +USW00024134 43.5833 -119.0500 1262.2 OR BURNS WSO CITY +USW00024135 45.9647 -112.5006 1678.2 MT BUTTE BERT MOONEY AP 72774 +USW00024136 47.7667 -116.8167 703.2 ID COEUR D ALENE AP +USW00024137 48.6033 -112.3753 1169.8 MT CUT BANK MUNI AP HCN 72769 +USW00024138 45.2575 -112.5545 1585.0 MT DILLON AP 72770 +USW00024139 46.6383 -113.1761 1219.2 MT DRUMMOND AVIATION +USW00024140 44.1667 -112.2167 1563.9 ID DUBOIS +USW00024141 47.3078 -119.5153 381.6 WA EPHRATA MUNI AP 72790 +USW00024142 42.9167 -114.7167 1088.1 ID GOODING 2 S +USW00024143 47.4733 -111.3822 1116.8 MT GREAT FALLS INTL AP HCN 72775 +USW00024144 46.6056 -111.9636 1166.8 MT HELENA RGNL AP GSN HCN 72772 +USW00024145 43.5164 -112.0672 1441.4 ID IDAHO FALLS FANNING FLD +USW00024147 46.8167 -117.8833 452.0 WA LA CROSSE WB CITY +USW00024148 45.2833 -118.0167 825.1 OR LA GRANDE 6 SE +USW00024149 46.3747 -117.0156 437.7 ID LEWISTON NEZ PERCE CO AP HCN 72783 +USW00024150 45.6983 -110.4408 1415.2 MT LIVINGSTON MISSION FLD +USW00024151 42.1492 -112.2872 1362.5 ID MALAD CITY HCN +USW00024152 45.5114 -118.4247 1134.8 OR MEACHAM +USW00024153 46.9208 -114.0925 972.9 MT MISSOULA INTL AP 72773 +USW00024154 47.4569 -115.6450 1837.3 ID MULLAN PASS VOR/DME +USW00024155 45.6906 -118.8528 461.8 OR PENDLETON GSN 72688 +USW00024156 42.9203 -112.5711 1364.9 ID POCATELLO RGNL AP GSN 72578 +USW00024157 47.6217 -117.5281 717.2 WA SPOKANE INTL AP HCN 72785 +USW00024158 42.0167 -113.2500 1609.3 ID STREVELL +USW00024159 47.1928 -114.8903 826.0 MT SUPERIOR +USW00024160 46.0947 -118.2869 355.4 WA WALLA WALLA RGNL AP HCN +USW00024161 45.8667 -111.9667 1303.9 MT WHITEHALL 7 E +USW00024162 44.0206 -117.0128 667.5 OR ONTARIO MUNI AP +USW00024163 46.2667 -119.1167 124.1 WA PASCO TRI CITIES AP +USW00024164 42.5844 -110.1075 2124.5 WY BIG PINEY MARBLETON AP 72671 +USW00024172 40.0681 -118.5692 1189.3 NV LOVELOCK DERBY FLD +USW00024175 40.7667 -111.8833 1311.9 UT SALT LAKE CITY +USW00024193 40.7206 -114.0358 1291.4 UT WENDOVER AP AWOS HCN 72581 +USW00024199 44.7667 -117.8333 1050.0 OR BAKER KBKR +USW00024201 47.0833 -122.5833 89.9 WA GRAY AAF 74207 +USW00024203 47.9167 -122.2833 181.7 WA EVERETT PAINE AFB +USW00024207 47.1500 -122.4833 88.1 WA TACOMA MCCHORD AFB 74206 +USW00024213 40.8097 -124.1603 6.1 CA EUREKA WFO WOODLEY ISLAND GSN HCN 72594 +USW00024214 41.7333 -122.5500 767.8 CA MONTAGUE YREKA MUNI AP +USW00024215 41.3325 -122.3328 1077.5 CA MT SHASTA +USW00024216 40.1519 -122.2536 107.6 CA RED BLUFF MUNI AP 72591 +USW00024217 48.7939 -122.5372 45.4 WA BELLINGHAM INTL AP +USW00024219 45.6194 -121.1661 71.6 WA THE DALLES MUNI AP +USW00024220 47.0339 -120.5303 538.3 WA ELLENSBURG BOWERS FLD +USW00024221 44.1278 -123.2206 107.6 OR EUGENE MAHLON SWEET AP 72693 +USW00024222 47.9078 -122.2803 184.7 WA EVERETT SNOHOMISH AP +USW00024223 46.1333 -122.9000 4.9 WA KELSO WB AP +USW00024224 42.1667 -121.7333 1244.8 OR KLAMATH FALLS AP +USW00024225 42.3811 -122.8722 395.3 OR MEDFORD ROGUE VLY AP 72597 +USW00024226 46.3000 -124.0833 64.0 WA NORTH HEAD WB +USW00024227 46.9733 -122.9033 57.3 WA OLYMPIA AP GSN 72792 +USW00024228 48.1333 -123.4000 4.9 WA PORT ANGELES WB AP +USW00024229 45.5908 -122.6003 5.8 OR PORTLAND INTL AP 72698 +USW00024230 44.2558 -121.1392 927.5 OR REDMOND ROBERTS FLD 72692 +USW00024231 43.2389 -123.3547 160.0 OR ROSEBURG RGNL AP +USW00024232 44.9050 -123.0011 62.5 OR SALEM MCNARY FLD 72694 +USW00024233 47.4444 -122.3139 112.8 WA SEATTLE TACOMA INTL AP 72793 +USW00024234 47.5303 -122.3008 6.1 WA SEATTLE BOEING FLD +USW00024235 42.6003 -123.3642 1168.0 OR SEXTON SUMMIT +USW00024236 42.0833 -122.5667 1367.0 OR SISKIYOU SUMMIT +USW00024237 47.2767 -121.3372 1206.7 WA STAMPEDE PASS +USW00024238 45.7167 -121.8333 96.9 WA STEVENSON WB CITY +USW00024239 47.2500 -122.4333 82.0 WA TACOMA CITY HALL +USW00024240 48.3833 -124.7333 35.1 WA TATOOSH ISLAND WB +USW00024241 46.4833 -122.8167 115.5 WA TOLEDO FAA AP +USW00024242 45.5511 -122.4089 8.8 OR PORTLAND TROUTDALE AP +USW00024243 46.5683 -120.5428 324.3 WA YAKIMA AIR TERMINAL 72781 +USW00024244 47.6833 -122.2667 14.9 WA SEATTLE NAS +USW00024245 40.9667 -124.1000 63.1 CA ARCATA NAAS +USW00024246 46.1667 -123.8833 4.0 OR ASTORIA NAS +USW00024247 48.2000 -122.1833 41.1 WA ARLINGTON NAAS +USW00024249 42.1333 -121.7500 1247.9 OR KLAMATH FALLS +USW00024250 42.1500 -120.4000 1444.1 OR LAKEVIEW NAS +USW00024251 43.4167 -124.2333 15.8 OR NORTH BEND NAAF +USW00024252 47.9500 -124.5333 61.9 WA QUILLAYUTE NAAS +USW00024253 47.2333 -123.1333 91.1 WA SHELTON NAAS +USW00024254 45.4167 -123.8000 11.9 OR TILLAMOOK NAS +USW00024255 48.3500 -122.6667 14.3 WA WHIDBEY ISLAND NAS 69023 +USW00024257 40.5175 -122.2986 151.5 CA REDDING MUNI AP HCN 72592 +USW00024259 41.7806 -122.4717 803.1 CA MONTAGUE SISKIYOU CO AP +USW00024274 45.5333 -122.6667 9.1 OR PORTLAND RFC CITY +USW00024281 47.6500 -122.3000 5.8 WA SEATTLE URBAN SITE HCN +USW00024283 40.9781 -124.1086 61.0 CA ARCATA EUREKA AP +USW00024284 43.4133 -124.2436 5.2 OR NORTH BEND RGNL AP HCN +USW00024285 44.6431 -124.0556 37.2 OR NEWPORT HCN +USW00024286 41.7803 -124.2367 17.1 CA CRESCENT CITY MCNAMARA AP +USW00025308 55.0389 -131.5786 33.2 AK ANNETTE ISLAND AP GSN 70398 +USW00025309 58.3567 -134.5639 4.9 AK JUNEAU INTL AP 70381 +USW00025322 58.4111 -135.7089 12.2 AK GUSTAVUS 70367 +USW00025323 59.2433 -135.5094 4.6 AK HAINES AP +USW00025325 55.3567 -131.7117 23.2 AK KETCHIKAN INTL AP 70395 +USW00025329 56.8056 -132.9372 32.6 AK PETERSBURG 1 70386 +USW00025331 61.5961 -149.0917 70.1 AK PALMER MUNI AP 70274 +USW00025333 57.0481 -135.3647 4.3 AK SITKA AIRPORT 70371 +USW00025335 59.4556 -135.3239 6.1 AK SKAGWAY AP 70362 +USW00025339 59.5119 -139.6711 10.1 AK YAKUTAT STATE AP GSN 70361 +USW00025367 55.5800 -133.0750 3.7 AK KLAWOCK AP +USW00025379 57.0575 -135.3267 23.8 AK SITKA 1 NE CRN 70373 +USW00025380 58.4292 -135.6900 6.1 AK GUSTAVUS 2 NE CRN 70360 +USW00025381 55.0456 -131.5878 32.0 AK METLAKATLA 6 S CRN 70359 +USW00025382 59.5086 -139.6850 7.9 AK YAKUTAT 3 SSE CRN +USW00025402 59.4667 -146.3167 14.0 AK MIDDLETON ISLAND AUTO 70343 +USW00025403 59.4500 -146.3167 36.9 AK MIDDLETON ISLAND 70343 +USW00025501 57.7511 -152.4856 24.4 AK KODIAK AP 70350 +USW00025503 58.6794 -156.6294 19.2 AK KING SALMON GSN 70326 +USW00025506 59.7494 -154.9089 43.6 AK ILIAMNA AP 70340 +USW00025507 59.6419 -151.4908 19.5 AK HOMER AP GSN 70341 +USW00025508 56.9500 -158.6167 28.0 AK PORT HEIDEN 70333 +USW00025515 53.9667 -166.8500 395.9 AK DRIFTWOOD BAY +USW00025516 59.4433 -151.7017 8.8 AK SELDOVIA AP +USW00025522 58.2078 -155.9225 201.5 AK KING SALMON 42 SE CRN 70348 +USW00025602 53.3833 -167.9000 39.6 AK UMNAK +USW00025603 55.2000 -162.7167 29.9 AK THORNBROUGH +USW00025623 58.6500 -162.0667 71.9 AK CAPE NEWENHAM AFS 70305 +USW00025624 55.2208 -162.7325 23.8 AK COLD BAY AP GSN 70316 +USW00025625 56.0000 -160.5167 321.0 AK PORT MOLLER +USW00025626 52.9167 -168.7833 214.9 AK NIKOLSKI 70482 +USW00025628 56.6000 -169.5650 38.1 AK ST GEORGE ISLAND AP +USW00025630 55.3472 -160.4661 73.2 AK SAND POINT 1 ENE CRN 70315 +USW00025704 51.8833 -176.6500 5.2 AK ADAK 70454 +USW00025708 52.2167 -174.2000 11.0 AK ATKA ISLAND +USW00025709 51.7500 -178.0333 45.1 AK ASI TANAGA ISLAND NS +USW00025711 57.1575 -170.2119 6.1 AK ST. PAUL 4 NE CRN 70309 +USW00025713 57.1553 -170.2222 10.7 AK ST PAUL ISLAND AP GSN 70308 +USW00026401 61.2500 -149.8000 58.5 AK ELMENDORF AFB 70272 +USW00026403 64.8500 -147.5833 148.1 AK LADD AAB +USW00026407 64.6833 -147.0833 173.1 AK EIELSON FLD 70265 +USW00026409 61.2169 -149.8550 42.1 AK ANCHORAGE MERRILL FLD +USW00026410 60.4889 -145.4511 9.4 AK CORDOVA M K SMITH AP 70296 +USW00026411 64.8039 -147.8761 131.7 AK FAIRBANKS INTL AP GSN 70261 +USW00026412 62.9614 -141.9292 522.1 AK NORTHWAY AP 70291 +USW00026413 66.5706 -145.2342 132.0 AK FT YUKON 70194 +USW00026414 63.3333 -149.1333 734.9 AK SUMMIT WSO AP 70264 +USW00026415 63.9944 -145.7214 389.2 AK BIG DELTA AP 70267 +USW00026422 64.7767 -141.1483 276.8 AK EAGLE AP +USW00026425 62.1592 -145.4589 476.1 AK GULKANA AP 70271 +USW00026435 64.5500 -149.0717 109.7 AK NENANA MUNI AP 70260 +USW00026436 60.7667 -147.8000 11.9 AK NORTH DUTCH ISLAND CAA +USW00026438 60.1283 -149.4167 6.7 AK SEWARD AP 70277 +USW00026439 61.8000 -147.6833 694.9 AK SHEEP MTN CAA AP +USW00026440 63.3783 -143.3483 469.7 AK TANACROSS +USW00026442 61.1303 -146.3517 29.0 AK VALDEZ WSO 70275 +USW00026445 60.0833 -142.5000 8.2 AK YAKATAGA AP 70298 +USW00026451 61.1689 -150.0278 36.6 AK ANCHORAGE INTL AP 70273 +USW00026452 61.2500 -149.8000 63.1 AK ELMENDORF 2 AFB +USW00026453 61.2167 -149.8667 25.9 AK ANCHORAGE PARK STRIP +USW00026458 63.8500 -144.9833 4.9 AK GERSTLE RIVER +USW00026491 61.1781 -149.9664 27.4 AK ANCHORAGE LAKE HOOD AP +USW00026492 60.7850 -148.8389 31.4 AK PORTAGE GLACIER V C +USW00026494 64.9736 -147.5100 347.5 AK FAIRBANKS 11 NE CRN 70263 +USW00026501 64.7367 -156.9344 46.6 AK GALENA AP 70222 +USW00026502 64.3267 -158.7417 55.2 AK KALTAG AP +USW00026508 69.3694 -152.1400 81.1 AK UMIAT 70162 +USW00026509 64.7167 -156.9000 38.1 AK GALENA AP +USW00026510 62.9575 -155.6103 101.5 AK MCGRATH AP GSN 70231 +USW00026513 66.9000 -157.0333 42.1 AK SHUNGNAK CAA +USW00026514 61.9772 -151.2169 45.7 AK SKWENTNA +USW00026516 61.5833 -159.5333 26.2 AK ANIAK AP 70232 +USW00026517 66.9000 -151.7167 260.9 AK BETTLES CAA +USW00026519 62.5167 -153.8833 458.1 AK FAREWELL FAA AP 70248 +USW00026523 60.5797 -151.2392 27.7 AK KENAI MUNI AP 70259 +USW00026528 62.3200 -150.0950 106.7 AK TALKEETNA AP GSN 70251 +USW00026529 65.1744 -152.1069 69.2 AK TANANA CALHOUN MEM AP 70178 +USW00026533 66.9161 -151.5089 195.7 AK BETTLES AP 70174 +USW00026534 61.1000 -155.5833 484.0 AK SPARREVOHN MTN AFS 70235 +USW00026535 66.0000 -153.7000 388.9 AK INDIAN MTN AFS 70173 +USW00026536 62.9000 -155.9667 293.8 AK TATALINA +USW00026537 69.3667 -152.1333 103.9 AK UMIAT AFS +USW00026562 60.1950 -154.3197 97.8 AK PORT ALSWORTH 1 SW CRN 70349 +USW00026563 60.7236 -150.4483 86.0 AK KENAI 29 ENE CRN 70342 +USW00026564 68.4850 -155.7505 581.9 AK IVOTUK 1 NNE CRN 70075 +USW00026565 70.1617 -148.4644 9.1 AK DEADHORSE 3 S CRN 70080 +USW00026615 60.7850 -161.8292 31.1 AK BETHEL AP GSN 70219 +USW00026616 66.8667 -162.6333 9.1 AK KOTZEBUE RALPH WEIN AP GSN 70133 +USW00026617 64.5111 -165.4400 4.0 AK NOME MUNI AP GSN 70200 +USW00026618 65.6239 -168.0992 7.6 AK WALES 70116 +USW00026620 64.7000 -162.0500 6.1 AK MOSES POINT FAA AP +USW00026627 63.8833 -160.8000 5.5 AK UNALAKLEET FLD 70207 +USW00026631 68.8667 -166.1333 15.8 AK CAPE LISBURNE AFS 70104 +USW00026632 63.3167 -168.9667 9.1 AK NORTHEAST CAPE +USW00026633 61.7833 -166.0333 123.1 AK CAPE ROMANZOF AFS 70212 +USW00026634 65.5667 -167.9167 82.0 AK TIN CITY 70117 +USW00026642 67.7317 -164.5483 3.0 AK KIVALINA AP +USW00026643 66.0689 -162.7639 6.4 AK DEERING AP +USW00026655 68.0278 -162.9211 287.1 AK RED DOG MINE 3 SSW CRN 70122 +USW00026656 61.3464 -164.0770 46.6 AK BETHEL 87 WNW CRN +USW00026703 63.7833 -171.7500 8.2 AK GAMBELL +USW00027401 70.1333 -143.6333 11.9 AK BARTER ISLAND WSO AP GSN 70086 +USW00027406 70.1917 -148.4772 18.6 AK DEADHORSE AP +USW00027502 71.2833 -156.7814 9.4 AK BARROW POST ROGERS AP GSN 70026 +USW00027503 70.6392 -159.9950 9.1 AK WAINWRIGHT AP 70030 +USW00027515 70.2117 -151.0017 17.4 AK NUIQSUT AP +USW00027516 71.3214 -156.6111 4.6 AK UTQIAGVIK FORMERLY BARROW 4 EN CRN 70025 +USW00045702 51.3833 179.2500 71.9 AK AMCHITKA ISLAND +USW00045708 52.7167 174.1000 39.9 AK SHEMYA ISLAND +USW00045709 52.8000 173.1667 28.0 AK ATTU NS 70409 +USW00045714 52.7167 174.1000 34.1 AK SHEMYA ISLAND +USW00045715 52.7167 174.1000 37.2 AK SHEMYA USAF BASE 70414 +USW00053002 32.8547 -104.4569 1067.1 NM ARTESIA 2 WNW CRN +USW00053003 35.1189 -107.8303 1963.8 NM GRANTS 2 S CRN +USW00053004 37.6011 -109.9886 1959.3 UT BLUFF 32 NW CRN +USW00053005 38.8111 -106.1219 2418.0 CO BUENA VISTA 2 SSE CRN +USW00053006 31.6922 -111.4481 1005.8 AZ AMADO 23 W CRN +USW00053007 39.0878 -105.0878 2399.4 CO COLORADO SPRINGS 23 NW CRN +USW00053008 34.5119 -103.1744 1315.5 NM CLOVIS 7 N CRN +USW00053009 35.0461 -108.3636 2183.6 NM RAMAH 9 SE CRN +USW00053010 38.1403 -109.6164 1531.6 UT MONTICELLO 24 NW CRN +USW00053011 36.2919 -109.2181 2155.2 AZ TSAILE 1 SSW CRN +USW00053012 37.2667 -109.6075 1338.1 UT BLANDING 26 SSW CRN +USW00053013 37.4572 -113.2247 1553.3 UT CEDAR CITY 18 SSE CRN +USW00053014 37.2508 -109.9878 1939.7 UT MEXICAN HAT 10 NW CRN +USW00053015 33.0875 -104.1617 1082.6 NM HAGERMAN 10 ESE CRN +USW00053016 34.1372 -104.9303 1534.4 NM VAUGHN 36 SSE CRN +USW00053017 36.7500 -107.2189 2140.9 NM AZTEC 43 E CRN +USW00053019 33.8208 -109.9831 1576.7 AZ WHITERIVER A 1 SW CRN +USW00053022 33.8075 -103.8431 1314.6 NM ELIDA 14 SW CRN +USW00053023 38.3131 -109.8539 1912.6 UT SPANISH VALLEY 25 SW CRN +USW00053024 35.6633 -105.1433 2087.0 NM LAS VEGAS 6 NE CRN +USW00053025 31.8881 -108.2019 1417.9 NM HACHITA 7 ESE CRN +USW00053026 32.5122 -105.3358 1663.0 NM PINON 8 SSE CRN +USW00053119 36.3189 -119.6289 75.9 CA HANFORD MUNI AP +USW00053120 33.0375 -116.9158 424.6 CA RAMONA AP +USW00053121 33.2194 -117.3494 8.5 CA OCEANSIDE MUNI AP +USW00053123 36.2117 -115.1958 671.5 NV LAS VEGAS AIR TERMINAL +USW00053131 32.2394 -111.1697 833.0 AZ TUCSON 11 W CRN 72275 +USW00053132 31.5908 -110.5086 1466.4 AZ ELGIN 5 S CRN 72276 +USW00053136 36.6239 -116.0225 1001.0 NV MERCURY 3 SSW CRN 72392 +USW00053138 39.0117 -114.2089 2016.9 NV BAKER 5 W CRN 72388 +USW00053139 36.6019 -117.1450 25.6 CA STOVEPIPE WELLS 1 SW CRN 74613 +USW00053144 34.9883 -117.8647 695.9 CA EDWARDS AFB NORTH AUX FLD +USW00053145 37.6172 -116.2642 1755.6 NV TONOPAH TEST RNG #74 NELLIS AF +USW00053146 31.6072 -110.4281 1453.3 AZ FT HUACHUCA PIONEER AIRFIELD +USW00053149 38.3028 -111.2936 1891.0 UT TORREY 7 E CRN 72571 +USW00053150 37.7592 -119.8208 2017.8 CA YOSEMITE VILLAGE 12 W CRN 74503 +USW00053151 33.4392 -117.1903 347.5 CA FALLBROOK 5 NE CRN 74502 +USW00053152 34.4142 -119.8797 5.5 CA SANTA BARBARA 11 W CRN 74505 +USW00053154 32.8350 -114.1883 189.0 AZ YUMA 27 ENE CRN 72279 +USW00053155 35.7553 -112.3375 1825.8 AZ WILLIAMS 35 NNW CRN 72277 +USW00053156 33.3472 -112.0833 427.9 AZ PHOENIX 7 S CRN +USW00053159 35.5036 -111.3444 1465.2 AZ CAMERON 25 SSE CRN +USW00053160 34.6136 -111.8431 1046.7 AZ CAMP VERDE 3 N CRN +USW00053162 32.9917 -111.5325 434.3 AZ COOLIDGE 5 W CRN +USW00053163 33.9794 -107.1872 3196.1 NM SOCORRO 17 WSW CRN +USW00053164 36.8636 -111.6011 991.8 AZ PAGE 9 WSW CRN +USW00053165 39.3872 -112.5094 1451.2 UT DELTA 4 NE CRN +USW00053166 37.2158 -113.3794 1041.5 UT ST. GEORGE 15 NE CRN +USW00053167 40.5467 -111.4136 1752.0 UT MIDWAY 3 NE CRN +USW00053168 31.9497 -112.8014 506.3 AZ AJO 29 S CRN +USW00053169 36.6822 -110.5425 2217.1 AZ KAYENTA 16 WSW CRN +USW00053170 34.3983 -110.5656 2019.3 AZ HEBER 3 SE CRN +USW00053171 38.5942 -113.7511 1601.7 UT MILFORD 42 WNW CRN +USW00053172 34.2528 -114.1339 126.8 AZ LAKE HAVASU CITY 19 SE CRN +USW00053173 36.0347 -107.9044 1965.7 NM NAGEEZI 18 SSW CRN +USW00053174 39.6081 -110.7508 1778.5 UT PRICE 3 E CRN +USW00053176 32.9650 -112.6697 237.7 AZ GILA BEND 3 ENE CRN +USW00053180 35.2572 -113.9339 1043.9 AZ KINGMAN 8 NE CRN +USW00053181 32.8564 -109.6350 968.0 AZ SAFFORD 5 NNE CRN +USW00053182 36.5683 -101.6097 1000.4 OK GOODWELL 2 SE CRN 74636 +USW00053183 36.8553 -112.4530 1568.8 AZ FREDONIA 7 SSE CRN +USW00053184 36.0936 -114.0450 895.5 AZ MEADVIEW 7 N CRN +USW00053185 38.2731 -112.3769 3088.2 UT BEAVER 15 E CRN +USW00053802 39.4781 -88.2803 219.8 IL MATTOON COLES CO AP +USW00053819 33.3633 -84.5658 261.5 GA ATLANTA 72215 +USW00053820 31.4156 -87.0442 78.6 AL EVERGREEN MIDDLETON FLD +USW00053838 34.2719 -83.8303 388.6 GA GAINESVILLE GILMER AP +USW00053841 38.1847 -84.9033 245.1 KY FRANKFORT CAPITAL CITY AP +USW00053842 39.8250 -86.2958 250.9 IN INDIANAPOLIS EAGLE CREEK AP +USW00053843 31.3089 -86.3939 94.5 AL ANDALUSIA OPP AP +USW00053844 39.7556 -82.6572 264.9 OH LANCASTER FAIRFIELD AP +USW00053846 30.8000 -81.5000 15.2 GA KINGS BAY NAVY BASE +USW00053847 30.7044 -87.0231 54.3 FL WHITING FIELD NAS SOUTH +USW00053848 30.5069 -86.9597 31.1 FL CHACTAW NOLF MILTON +USW00053849 32.8000 -88.8333 164.6 MS MERIDAN JOE WILLIAMS NOLF +USW00053850 34.6719 -82.8864 271.6 SC CLEMSON OCONEE CO AP +USW00053852 34.6525 -86.9453 180.4 AL DECATUR PRYOR FLD +USW00053853 30.4000 -86.4717 6.7 FL DESTIN FT WALTON AP +USW00053854 33.4617 -80.8581 60.0 SC ORANGEBURG MUNI AP +USW00053855 39.3644 -84.5247 193.2 OH HAMILTON BUTLER CO RGNL AP +USW00053858 30.4636 -88.5319 5.5 MS PASCAGOULA LOTT INTL AP +USW00053859 39.5936 -84.2264 293.2 OH DAYTON WRIGHT BROS AP +USW00053860 30.3361 -81.5147 12.5 FL JACKSONVILLE CRAIG MUNI AP 74782 +USW00053861 31.3558 -85.7511 74.4 AL FT RUCKER LOWE ARMY HELIPORT +USW00053862 30.0719 -83.5736 13.7 FL PERRY FOLEY AP +USW00053863 33.8750 -84.3022 305.4 GA ATLANTA PEACHTREE AP +USW00053864 33.1783 -86.7817 172.2 AL ALABASTER SHELBY CO AP 72230 +USW00053865 30.3433 -89.8222 8.2 LA SLIDELL AP 72233 +USW00053866 39.5781 -85.8033 245.1 IN SHELBYVILLE MUNI AP +USW00053867 33.9706 -80.9958 64.6 SC COLUMBIA OWENS DWTN AP +USW00053868 36.0236 -84.2375 277.4 TN OAK RIDGE ASOS 72427 +USW00053869 35.9403 -89.8308 77.7 AR BLYTHEVILLE MUNI AP +USW00053870 35.1967 -81.1558 242.9 NC GASTONIA MUNI AP +USW00053871 34.9869 -81.0575 203.9 SC ROCK HILL YORK CO AP +USW00053872 35.0169 -80.6206 207.0 NC MONROE AP +USW00053873 34.1231 -84.8486 232.6 GA CARTERSVILLE AP +USW00053874 34.2486 -82.1592 192.3 SC GREENWOOD CO AP +USW00053875 35.0667 -85.3000 208.8 TN CHATTANOOGA WB CITY +USW00053877 35.4944 -82.6142 655.6 NC ASHEVILLE 8 SSW CRN 74696 +USW00053878 35.4186 -82.5567 641.0 NC ASHEVILLE 13 S CRN 74697 +USW00053879 38.9597 -94.3714 303.9 MO LEES SUMMIT MUNI AP +USW00053901 36.8781 -91.9025 372.8 MO WEST PLAINS MUNI AP +USW00053902 30.3567 -95.4139 74.7 TX CONROE MONTGOMERY CO AP +USW00053903 30.7439 -95.5861 111.6 TX HUNTSVILLE MUNI AP +USW00053904 38.9286 -90.4281 132.9 MO ST CHARLES CO AP +USW00053905 32.5428 -93.7450 54.6 LA SHREVEPORT DWTN AP +USW00053907 32.6636 -97.0939 192.0 TX ARLINGTON MUNI AP +USW00053908 36.0394 -95.9844 194.5 OK TULSA R L JONES JR AP +USW00053909 32.9733 -97.3181 208.8 TX FT WORTH ALLIANCE AP +USW00053910 30.0675 -95.5561 46.3 TX HOUSTON HOOKS MEM AP +USW00053911 32.7100 -96.2672 144.8 TX TERRELL MUNI AP +USW00053912 32.0311 -96.3989 136.6 TX CORSICANA CAMPBELL FLD +USW00053913 35.8517 -97.4142 325.5 OK GUTHRIE MUNI AP +USW00053914 33.1803 -96.5903 176.8 TX MCKINNEY MUNI AP +USW00053915 30.0375 -91.8839 7.3 LA NEW IBERIA ACADIANA RGNL AP +USW00053916 39.8233 -93.5792 234.4 MO CHILLICOTHE AGRI-SCI +USW00053917 30.0494 -90.0289 2.7 LA NEW ORLEANS LAKEFRONT AP +USW00053918 36.3689 -92.4703 282.9 AR MOUNTAIN HOME BAXTER AP +USW00053919 33.6361 -91.7556 88.4 AR MONTICELLO MUNI AP +USW00053920 35.2578 -93.0947 122.8 AR RUSSELLVILLE MUNI AP +USW00053921 34.5467 -93.5781 214.0 AR MOUNT IDA ASOS +USW00053922 36.2833 -94.3000 392.3 AR FAYETTEVILLE NW AR AP +USW00053925 34.0500 -94.4008 108.2 AR DE QUEEN SEVIER CO AP +USW00053926 36.1181 -97.0914 271.3 OK STILLWATER 2 W CRN 74642 +USW00053927 36.1347 -97.1083 270.7 OK STILLWATER 5 WNW CRN 74643 +USW00053959 35.1350 -90.2344 65.2 AR WEST MEMPHIS MUNI AP +USW00053960 30.0917 -91.8731 10.7 LA LAFAYETTE 13 SE CRN 74760 +USW00053961 32.8833 -92.1164 26.8 LA MONROE 26 N CRN 74761 +USW00053968 31.7797 -95.7233 116.7 TX PALESTINE 6 WNW CRN 74749 +USW00053974 39.1028 -96.6097 346.6 KS MANHATTAN 6 SSW CRN 72454 +USW00053988 31.1500 -92.9667 94.5 LA FT POLK FULLERTON LNDG STRIP +USW00053989 39.2942 -96.9264 385.3 KS FT RILEY MULTIPLE PURPOSE RNG +USW00054704 42.1908 -71.1736 15.2 MA NORWOOD MEM AP +USW00054728 44.3675 -71.5450 327.4 NH WHITEFIELD MT WASHINGTON AP +USW00054733 42.5842 -70.9175 32.9 MA BEVERLY MUNI AP +USW00054734 41.3714 -73.4828 139.3 CT DANBURY MUNI AP +USW00054737 40.1203 -76.2944 122.8 PA LANCASTER AP +USW00054740 43.3436 -72.5178 176.2 VT SPRINGFIELD HARTNESS AP +USW00054742 44.4200 -72.0194 213.4 VT SAINT JOHNSBURY 72614 +USW00054743 40.8764 -74.2831 52.7 NJ CALDWELL ESSEX CO AP +USW00054756 42.5700 -72.2911 169.2 MA ORANGE MUNI AP +USW00054757 42.1094 -77.9919 647.4 NY WELLSVILLE MUNI AP +USW00054767 41.7419 -72.1836 75.3 CT WILLIMANTIC WINDHAM AP +USW00054768 42.6958 -73.1708 199.3 MA NORTH ADAMS HARRIMAN AP +USW00054769 41.9097 -70.7294 45.4 MA PLYMOUTH MUNI AP +USW00054770 42.8050 -72.0036 317.0 NH JAFFREY MUNI AP +USW00054771 44.5344 -72.6144 223.1 VT MORRISVILLE STOWE STATE AP +USW00054772 43.9906 -70.9475 135.6 ME FRYEBURG E SLOPES AP +USW00054773 43.3497 -76.3847 144.8 NY FULTON OSWEGO CO AP +USW00054777 41.8756 -71.0211 13.1 MA TAUNTON MUNI AP +USW00054778 42.6425 -77.0564 275.2 NY PENN YAN AP +USW00054779 41.0089 -74.7367 177.7 NJ ANDOVER AEROFLEX AP +USW00054780 41.0731 -71.9233 2.1 NY MONTAUK AP +USW00054781 42.8914 -73.2469 251.8 VT BENNINGTON MORSE ST AP 72516 +USW00054782 40.2383 -75.5572 88.7 PA POTTSTOWN LIMERICK AP +USW00054785 40.6239 -74.6694 32.0 NJ SOMERVILLE SOMERSET AP +USW00054786 40.3300 -75.1225 120.1 PA DOYLESTOWN AP +USW00054787 40.7342 -73.4169 24.7 NY FARMINGDALE AP +USW00054788 41.5097 -72.8278 31.4 CT MERIDEN MARKHAM MUNI AP +USW00054789 41.1389 -75.3794 584.0 PA MT POCONO MOUNTAINS AP +USW00054790 40.8217 -72.8689 25.0 NY SHIRLEY BROOKHAVEN AP +USW00054791 43.2781 -70.9222 98.5 NH ROCHESTER SKYHAVEN AP +USW00054792 41.0467 -78.4117 462.1 PA CLEARFIELD LAWRENCE AP +USW00054793 41.2003 -74.6231 128.3 NJ SUSSEX AP +USW00054794 43.1717 -70.9278 36.3 NH DURHAM 2 N CRN 72609 +USW00054795 43.1092 -70.9483 19.2 NH DURHAM 2 SSW CRN 72610 +USW00054796 41.4911 -71.5414 35.1 RI KINGSTON 1 NW CRN 72511 +USW00054797 41.4783 -71.5417 32.3 RI KINGSTON 1 W CRN 72512 +USW00054808 40.0528 -88.3728 213.4 IL CHAMPAIGN 9 SW CRN 72436 +USW00054810 46.3344 -86.9200 266.7 MI CHATHAM 1 SE CRN 72538 +USW00054811 41.8431 -88.8514 262.4 IL SHABBONA 5 NNE CRN 72497 +USW00054813 46.4167 -86.6500 186.5 MI MUNSING LAKESHORE +USW00054851 40.3667 -81.7828 341.4 OH COSHOCTON 8 NNE CRN 74571 +USW00054854 44.9081 -84.7203 445.3 MI GAYLORD 9 SSW CRN 72541 +USW00054856 40.7642 -81.9103 335.9 OH WOOSTER 3 SSE CRN +USW00054902 41.5561 -93.2856 280.7 IA DES MOINES 17 E CRN 74448 +USW00054903 44.0603 -90.1736 284.4 WI NECEDAH 5 WNW CRN 74358 +USW00054932 46.1136 -92.9936 344.4 MN SANDSTONE 6 W CRN 72646 +USW00054933 45.7114 -99.1297 596.5 SD ABERDEEN 35 WNW CRN 72667 +USW00054936 45.5500 -94.1333 310.9 MN ST CLOUD STATE CLG +USW00054937 46.7703 -99.4778 585.2 ND JAMESTOWN 38 WSW CRN 72751 +USW00056401 63.0294 -145.5003 813.5 AK GLENNALLEN 64 N CRN 70269 +USW00063826 33.3550 -81.3278 96.6 SC BLACKVILLE 3 W CRN 74784 +USW00063828 31.3128 -84.4706 53.6 GA NEWTON 8 W CRN 74005 +USW00063829 31.1922 -84.4464 47.5 GA NEWTON 11 SW CRN 72322 +USW00063831 32.3378 -89.0703 114.0 MS NEWTON 5 ENE CRN 74771 +USW00063838 38.0944 -84.7464 271.6 KY VERSAILLES 3 NNW CRN 72430 +USW00063849 37.2503 -86.2325 240.8 KY BOWLING GREEN 21 NNE CRN 72413 +USW00063850 33.7836 -83.3897 225.9 GA WATKINSVILLE 5 SSE CRN 74006 +USW00063855 36.0139 -85.1344 583.1 TN CROSSVILLE 7 NW CRN 72433 +USW00063856 30.8078 -81.4597 7.6 GA BRUNSWICK 23 S CRN 72321 +USW00063857 34.2850 -85.9622 351.1 AL GADSDEN 19 N CRN 72238 +USW00063858 32.4567 -87.2422 58.8 AL SELMA 13 WNW CRN 72236 +USW00063862 34.5653 -85.6172 310.9 AL VALLEY HEAD 1 SSW CRN +USW00063866 34.3336 -86.3156 189.0 AL GUNTERSVILLE 2 SW CRN +USW00063867 34.1953 -86.7964 243.8 AL CULLMAN 3 ENE CRN +USW00063868 34.6603 -87.3461 175.3 AL COURTLAND 2 WSW CRN +USW00063869 30.5486 -87.8758 29.0 AL FAIRHOPE 3 NE CRN 72237 +USW00063870 31.0425 -86.3117 95.7 AL FLORALA MUNI AP +USW00063871 30.8458 -85.6014 25.9 FL BONIFAY TRI CO AP +USW00063872 31.9514 -85.1289 86.9 AL WEEDON FLD AP +USW00063873 31.3500 -85.6667 96.6 AL OZARK FT RUCKER +USW00063874 31.8456 -86.6108 137.5 AL GREENVILLE CRENSHAW AP +USW00063890 30.3503 -81.8831 30.2 FL JACKSON WHITEHOUSE NOLF +USW00063891 32.8517 -86.6114 178.0 AL CLANTON 2 NE CRN +USW00063892 32.8369 -88.1375 32.6 AL GAINESVILLE 2 NE CRN +USW00063893 32.7169 -87.6225 85.3 AL GREENSBORO 2 WNW CRN +USW00063894 34.7728 -87.6400 161.5 AL MUSCLE SHOALS 2 N CRN +USW00063895 34.4536 -87.7103 219.5 AL RUSSELLVILLE 4 SSE CRN +USW00063896 34.6942 -85.9997 193.9 AL SCOTTSBORO 2 NE CRN +USW00063897 32.3350 -86.9786 47.9 AL SELMA 6 SSE CRN +USW00063898 38.8883 -86.5708 231.6 IN BEDFORD 5 WNW CRN 72431 +USW00063899 31.1450 -87.0517 51.8 AL BREWTON 3 NNE CRN +USW00063903 31.1136 -92.9656 114.0 LA FT POLK - SELF STRIP +USW00064756 41.7858 -73.7422 125.9 NY MILLBROOK 3 W CRN 74369 +USW00064758 42.4400 -76.2461 374.3 NY ITHACA 13 E CRN 72527 +USW00064775 43.2339 -75.4117 158.2 NY ROME GRIFFISS AIRFIELD +USW00064776 44.6500 -73.4667 71.3 NY PLATTSBURGH INTL AP +USW00073801 33.2125 -87.5914 45.7 AL NORTHPORT 2 S CRN +USW00073802 31.9156 -86.3114 187.1 AL HIGHLAND HOME 2 S CRN +USW00073803 33.5722 -86.0572 160.0 AL TALLADEGA 10 NNE CRN +USW00073805 30.3489 -85.7881 17.4 FL NW FLORIDA BEACHES INTL AP +USW00074401 39.8167 -94.8500 291.7 MO ST JOSEPH WBO +USW00079762 37.2000 -93.3000 403.6 MO SPRINGFIELD +USW00092802 28.1878 -82.6258 12.5 FL TAMPA BAY EXEC AP +USW00092805 26.2500 -80.1083 6.4 FL POMPANO BEACH AIRPARK +USW00092806 27.7628 -82.6261 2.4 FL ST PETERSBURG AP +USW00092809 25.9989 -80.2411 2.7 FL HOLLYWOOD NORTH PERRY AP +USW00092811 25.8064 -80.1336 0.3 FL MIAMI BEACH +USW00092821 28.6158 -80.6928 0.9 FL TITUSVILLE 7 E CRN 74766 +USW00092826 25.8997 -81.3183 1.2 FL EVERGLADES CITY 5 NE CRN 72204 +USW00092827 27.1525 -81.3689 45.7 FL SEBRING 23 SSE CRN 74765 +USW00093002 39.7500 -104.9833 1623.1 CO DENVER WSO CITY +USW00093005 37.1431 -107.7597 2030.0 CO DURANGO LA PLATA CO AP +USW00093009 39.2292 -106.3169 3027.3 CO LEADVILLE LAKE CO AP +USW00093010 39.1894 -103.7158 1634.9 CO LIMON WSMO 74532 +USW00093013 38.5050 -107.8975 1755.3 CO MONTROSE RGNL AP +USW00093026 31.4583 -109.6061 1251.2 AZ DOUGLAS BISBEE INL AP 72272 +USW00093027 34.5183 -109.3792 1747.4 AZ ST JOHNS INDUSTRIAL AP +USW00093032 39.7000 -104.7500 1695.9 CO DENVER NAS +USW00093033 32.3336 -104.2581 985.1 NM CARLSBAD CAVERN CITY AP +USW00093037 38.8100 -104.6883 1884.0 CO COLORADO SPRINGS MUNI AP 72466 +USW00093042 36.0167 -102.5500 1216.2 TX DALHART MUNI AP 74736 +USW00093044 35.0706 -108.8389 1923.6 NM ZUNI +USW00093045 33.2367 -107.2681 1478.3 NM TRUTH OR CONSEQUENCE AP 72271 +USW00093057 35.1664 -107.8992 1987.3 NM GRANTS MILAN MUNI AP +USW00093058 38.2900 -104.4983 1438.7 CO PUEBLO MEM AP 72464 +USW00093063 32.6333 -108.1667 1638.9 NM SILVER CITY WB AP +USW00093065 38.9667 -104.8167 2003.1 CO COLORADO SPRINGS USAF ACADEMY 74531 +USW00093067 39.5703 -104.8489 1793.1 CO DENVER CENTENNIAL AP +USW00093069 37.3031 -108.6275 1802.6 CO CORTEZ MONTEZUMA CO AP +USW00093073 39.2231 -106.8683 2353.1 CO ASPEN PITKIN CO AP +USW00093075 38.7550 -109.7542 1390.2 UT MOAB CANYONLAND AP +USW00093084 32.8547 -109.6353 968.0 AZ SAFFORD MUNI AP +USW00093101 33.6667 -117.7333 116.1 CA EL TORO MCAS 69014 +USW00093102 39.4167 -118.7167 1199.1 NV FALLON NAAS +USW00093103 32.8333 -115.2667 18.0 CA HOLTVILLE NAAS +USW00093104 35.6875 -117.6931 679.7 CA CHINA LAKE NAF 74612 +USW00093105 33.4333 -112.3667 292.0 AZ PHOENIX LITCHFIELD NAF +USW00093106 33.7833 -118.0500 11.0 CA LOS ALAMITOS +USW00093107 32.8667 -117.1333 145.4 CA SAN DIEGO MIRAMAR NAS 72293 +USW00093108 35.1167 -118.1500 841.9 CA MOJAVE MCAS +USW00093110 34.2008 -119.2069 11.0 CA OXNARD VENTURA CO AP +USW00093111 34.1167 -119.1167 4.0 CA POINT MUGU NF 72391 +USW00093112 32.7000 -117.2000 7.9 CA NORTH ISLAND NAS +USW00093113 33.7500 -118.2500 13.1 CA SAN PEDRO NAS +USW00093114 33.7000 -117.8333 18.0 CA TUSTIN MCAF 69016 +USW00093115 32.5667 -117.1167 7.3 CA IMPERIAL BEACH REAM FLD NAS +USW00093116 33.2500 -119.4500 153.0 CA SAN NICOLAS ISLAND 72291 +USW00093117 33.0233 -118.5881 55.5 CA SAN CLEMENTE IS NAAS +USW00093118 33.2000 -115.8333 -68.9 CA SALTON SEA NAAF +USW00093120 33.6167 -116.1667 -36.0 CA THERMAL NAF +USW00093121 34.3000 -116.1667 643.1 CA TWENTYNINE PALMS MC 69015 +USW00093123 39.4167 -118.7167 1200.0 NV FALLON CAA AP +USW00093124 34.4333 -119.8500 4.0 CA SANTA BARBARA MCAS +USW00093129 37.7086 -113.0944 1702.6 UT CEDAR CITY MUNI AP +USW00093134 34.0511 -118.2353 70.1 CA LOS ANGELES DWTN USC CAMPUS +USW00093138 33.8281 -116.5053 128.3 CA PALM SPRINGS RGNL AP +USW00093139 34.2325 -111.3447 1478.3 AZ PAYSON +USW00093140 33.4489 -112.0825 334.7 AZ PHOENIX CITY +USW00093141 39.6092 -110.7547 1804.7 UT PRICE CARBON CO AP 72470 +USW00093145 32.7333 -114.6167 73.2 AZ YUMA WB CITY +USW00093167 35.2578 -113.9331 1042.4 AZ KINGMAN MOHAVE CO AP 72370 +USW00093184 33.6800 -117.8664 16.5 CA SANTA ANA JOHN WAYNE AP +USW00093193 36.7800 -119.7194 101.5 CA FRESNO YOSEMITE INTL AP GSN HCN 72389 +USW00093197 34.0158 -118.4514 53.0 CA SANTA MONICA MUNI AP +USW00093198 37.0500 -113.5167 882.7 UT ST GEORGE CAA AP +USW00093205 39.1019 -121.5678 18.9 CA MARYSVILLE YUBA CO AP +USW00093206 35.2372 -120.6414 61.0 CA SAN LUIS OBISPO AP +USW00093209 35.6697 -120.6283 246.9 CA PASO ROBLES MUNI AP +USW00093210 39.4900 -121.6183 57.9 CA OROVILLE MUNI AP +USW00093211 37.7333 -122.2000 2.1 CA OAKLAND NAS +USW00093214 34.7167 -120.5667 116.1 CA VANDENBERG AFB 72393 +USW00093215 34.6667 -120.5833 111.9 CA VANDENBERG AFB +USW00093216 39.1167 -121.4333 38.1 CA BEALE AFB +USW00093217 36.6833 -121.7667 43.0 CA FT ORD +USW00093218 36.0000 -121.2333 317.0 CA JOLON FT HUNTER LIGGETT 69002 +USW00093219 34.5500 -120.6167 24.1 CA VANDENBERG AFB BOATHOUSE SITE +USW00093221 34.5833 -120.6333 100.9 CA VANDENBERG AFB SUDDEN RCH +USW00093225 38.6956 -121.5897 7.0 CA SACRAMENTO METRO AP +USW00093226 35.6656 -121.2847 18.0 CA SAN SIMEON PT PIEDRAS BLANCAS 72390 +USW00093227 38.2103 -122.2847 4.3 CA NAPA CO AP +USW00093228 37.6542 -122.1150 13.1 CA HAYWARD AIR TERMINAL 72585 +USW00093230 38.8983 -119.9947 1924.5 CA SOUTH LAKE TAHOE AP +USW00093241 38.3775 -121.9575 33.2 CA VACAVILLE NUT TREE AP +USW00093242 36.9878 -120.1106 77.1 CA MADERA MUNI AP +USW00093243 37.2381 -120.8825 23.8 CA MERCED 23 WSW CRN 74507 +USW00093245 38.3208 -123.0747 19.2 CA BODEGA 6 WSW CRN 74518 +USW00093706 39.7078 -77.7297 212.8 MD HAGERSTOWN WASHINGTON CO AP +USW00093718 33.8117 -78.7239 9.8 SC N MYRTLE BCH AP +USW00093719 35.0678 -77.0481 5.8 NC NEW BERN CRAVEN CO AP +USW00093720 38.3406 -75.5103 14.6 MD SALISBURY WICOMICO RGNL AP 72398 +USW00093721 39.1667 -76.6833 47.5 MD BALTIMORE WASH INTL AP 72406 +USW00093725 38.9053 -77.0525 34.1 DC WASHINGTON +USW00093726 35.3167 -77.6333 28.7 NC KINSTON STALLINGS FLD +USW00093727 34.7000 -77.3833 7.9 NC NEW RIVER MCAF +USW00093728 38.7167 -77.1833 27.1 VA DAVISON AAF +USW00093729 35.2325 -75.6219 3.4 NC CAPE HATTERAS AP GSN HCN 72304 +USW00093730 39.4494 -74.5672 18.3 NJ ATLANTIC CITY INTL AP 72407 +USW00093731 36.9500 -76.3000 10.1 VA NORFOLK FLEET WF NAS +USW00093732 39.8000 -72.6667 25.9 NY NEW YORK SHOALS AFS +USW00093733 39.0833 -76.7667 46.0 MD FT MEADE TPTN AAF +USW00093734 38.9833 -77.4667 85.0 VA WASHINGTON DULLES WB A +USW00093735 37.1333 -76.6000 7.0 VA FT EUSTIS FELKER AAF +USW00093736 38.1386 -78.4530 195.4 VA CHARLOTTESVILLE AP +USW00093737 35.1333 -78.9333 93.0 NC FT BRAGG SIMMONS AAF 74693 +USW00093738 38.9408 -77.4636 88.4 VA WASHINGTON DC DULLES AP 72403 +USW00093739 37.9406 -75.4631 11.6 VA WALLOPS ISLAND FLIGHT FAC 72402 +USW00093740 34.9914 -78.8803 56.7 NC FAYETTEVILLE RGNL AP +USW00093741 37.1319 -76.4930 12.8 VA NEWPORT NEWS INTL AP +USW00093743 34.6833 -77.0333 6.4 NC SWANSBORO BOGUE FLD MCAF +USW00093759 35.8550 -77.8931 48.8 NC ROCKY MT WILSON AP +USW00093762 39.7333 -77.4333 249.3 PA FOUNTAIN DALE SITE R HELIPAD +USW00093765 34.7336 -76.6606 3.4 NC BEAUFORT MICHAEL J SMITH FLD +USW00093773 36.9839 -77.0075 34.1 VA NORFOLK RICH +USW00093775 37.7081 -77.4344 62.5 VA ASHLAND HANOVER CO MUNI AP +USW00093776 34.8833 -76.8667 9.1 NC CHERRY POINT MCAS ASOS 2 +USW00093778 39.9181 -76.8742 148.1 PA YORK AP +USW00093780 39.9492 -74.8417 16.2 NJ MT HOLLY S JERSEY AP +USW00093781 36.4394 -77.7097 78.0 NC ROANOKE RAPIDS AP +USW00093782 34.7917 -79.3661 67.1 NC LAURINBURG MAXTON AP +USW00093783 36.0467 -79.4769 188.1 NC BURLINGTON ALAMANCE AP +USW00093784 39.2814 -76.6089 6.1 MD MD SCI CTR BALTIMORE HCN +USW00093785 35.9333 -79.0642 156.1 NC CHAPEL HILL WILLIAMS AP +USW00093786 38.3083 -75.1239 3.7 MD OCEAN CITY MUNI AP +USW00093801 34.3478 -85.1611 194.8 GA ROME R B RUSSELL AP 72320 +USW00093803 35.9667 -85.7833 328.9 TN SMITHVILLE CAA AP +USW00093804 34.9167 -81.9500 248.1 SC SPARTANBURG WB AP +USW00093805 30.3975 -84.3289 19.2 FL TALLAHASSEE HCN 72214 +USW00093806 33.2119 -87.6161 45.7 AL TUSCALOOSA MUNI AP HCN +USW00093807 36.1336 -80.2222 295.7 NC WINSTON SALEM RYNLDS AP 72319 +USW00093808 36.9647 -86.4239 160.9 KY BOWLING GREEN WARREN CO AP HCN +USW00093809 37.0422 -89.1856 95.4 IL CAIRO 3N +USW00093810 37.7797 -89.2497 123.7 IL CARBONDALE SOUTHERN IL AP +USW00093812 39.1033 -84.4189 149.4 OH CINCINNATI LUNKEN AP +USW00093814 39.0431 -84.6717 264.9 KY CINCINNATI NORTHERN KY AP 72421 +USW00093815 39.9061 -84.2186 304.8 OH DAYTON INTL AP 72429 +USW00093817 38.0442 -87.5206 121.9 IN EVANSVILLE REGIONAL AP GSN 72432 +USW00093818 38.4167 -82.5000 170.7 OH CHESAPEAKE HUNTINGTON +USW00093819 39.7075 -86.2803 240.8 IN INDIANAPOLIS 72438 +USW00093820 38.0408 -84.6058 298.7 KY LEXINGTON BLUEGRASS AP GSN 72422 +USW00093821 38.1811 -85.7392 148.7 KY LOUISVILLE INTL AP 72423 +USW00093822 39.8447 -89.6839 181.1 IL SPRINGFIELD CAPITAL AP 72439 +USW00093823 39.4500 -87.3000 175.3 IN TERRE HAUTE CAA AP +USW00093824 39.9444 -81.8922 268.2 OH ZANESVILLE MUNI AP +USW00093825 37.0956 -89.9161 109.7 MO ADVANCE 1 S +USW00093826 30.4000 -87.6000 21.9 AL BARIN FLD NAAS +USW00093827 30.3833 -87.4167 11.9 FL PENSACOLA BRONSON FLD NAAS +USW00093828 30.4000 -87.2833 11.0 FL PENSACOLA CORRY FLD NAAS +USW00093830 33.8667 -84.3000 302.1 GA ATLANTA NAS +USW00093831 32.4833 -80.7167 11.3 SC BEAUFORT MCAS +USW00093832 30.2167 -81.8833 27.1 FL JACKSONVILLE CECIL FLD NAS +USW00093833 33.9167 -80.8000 74.1 SC COLUMBIA CONGAREE MCAF +USW00093834 39.9833 -82.8833 249.0 OH COLUMBUS NAS +USW00093835 34.1833 -83.6833 387.1 GA GAINESVILLE NAF +USW00093836 31.2500 -81.4667 9.1 GA BRUNSWICK GLYNN CO AP +USW00093837 30.2333 -81.6667 6.1 FL JACKSONVILLE NAS +USW00093838 30.1833 -82.5667 68.0 FL LAKE CITY NAS +USW00093839 35.3447 -89.8733 86.0 TN MEMPHIS +USW00093840 31.1667 -81.4000 3.0 GA ST SIMONS ISLAND NAS +USW00093841 30.7167 -87.0167 60.7 FL WHITING FLD NAS +USW00093842 32.5161 -84.9422 119.5 GA COLUMBUS METRO AP +USW00093843 31.2333 -85.4333 97.8 AL DOTHAN FAA AP +USW00093844 32.3167 -80.6833 10.1 SC PARRIS ISLAND +USW00093845 30.7825 -83.2767 60.4 GA VALDOSTA RGNL AP +USW00093846 34.4978 -82.7097 231.6 SC ANDERSON CO AP 72319 +USW00093852 30.3333 -81.6500 25.0 FL JACKSONVILLE WB CITY +USW00093859 30.4167 -87.2167 15.8 FL PENSACOLA WB CITY +USW00093861 30.8333 -83.9833 86.0 GA THOMASVILLE WB CITY +USW00093862 34.2622 -88.7714 110.0 MS TUPELO RGNL AP 72332 +USW00093874 30.4119 -89.0808 12.8 MS GULFPORT - BILOXI AP 74757 +USW00093890 39.1500 -84.5167 231.6 OH CINCINNATI ABBE WSMO +USW00093891 39.9667 -83.0000 221.0 OH COLUMBUS WSO CITY +USW00093901 32.7333 -96.9667 150.0 TX DALLAS HENSLEY FLD NAS +USW00093903 32.9833 -97.4833 232.0 TX FT WORTH EAGLE MT LK +USW00093904 32.8167 -97.3500 214.9 TX FT WORTH MEACHAM FLD NAAF 74739 +USW00093905 37.9167 -97.9000 479.1 KS HUTCHINSON NAS +USW00093906 30.0333 -90.0833 4.0 LA NEW ORLEANS NAS +USW00093907 35.6333 -91.1833 74.1 AR NEWPORT MCAF +USW00093908 35.2333 -97.4167 359.1 OK NORMAN NAS +USW00093909 38.8317 -94.8897 331.3 KS OLATHE JOHNSON CO AP 72447 +USW00093910 38.7500 -90.3833 166.1 MO ST LOUIS LAMBERT +USW00093914 31.7831 -95.6039 141.7 TX PALESTINE 2 NE +USW00093915 31.3347 -92.5586 25.6 LA ALEXANDRIA INTL AP 74754 +USW00093916 35.1500 -90.0500 117.0 TN MEMPHIS PO BLDG +USW00093917 32.3500 -90.8833 89.9 MS VICKSBURG +USW00093919 31.1828 -90.4708 125.9 MS MCCOMB/PIKE CO/JOHN E LEWIS AP +USW00093928 32.7667 -96.7833 195.1 TX DALLAS WBO +USW00093950 34.8822 -95.7831 234.7 OK MCALESTER RGNL AP +USW00093953 35.6567 -95.3614 185.9 OK MUSKOGEE DAVIS FLD +USW00093958 38.9500 -92.3333 231.0 MO COLUMBIA WB CITY +USW00093963 38.6289 -90.1797 123.1 MO ST LOUIS EADS BRG +USW00093967 37.0911 -95.5664 229.2 KS COFFEYVILLE MUNI AP +USW00093972 39.1000 -94.5833 294.1 MO KANSAS CITY +USW00093981 37.2000 -93.3000 403.9 MO SPRINGFIELD WBO +USW00093985 32.7817 -98.0603 283.5 TX MINERAL WELLS AP +USW00093986 34.9894 -99.0525 474.3 OK HOBART MUNI AP HCN +USW00093987 31.2361 -94.7544 87.8 TX LUFKIN ANGELINA CO AP +USW00093988 34.1750 -91.9347 63.1 AR PINE BLUFF GRIDER FLD +USW00093989 39.9369 -91.1919 234.4 IL QUINCY RGNL AP 72443 +USW00093990 39.3756 -99.8297 666.9 KS HILL CITY MUNI AP +USW00093991 36.1333 -90.9333 82.9 AR WALNUT RIDGE FAA AP +USW00093992 33.2208 -92.8142 76.8 AR EL DORADO S AR RGNL AP +USW00093993 36.0097 -94.1694 381.3 AR FAYETTEVILLE DRAKE FLD +USW00093994 39.6833 -91.3333 163.1 MO HANNIBAL +USW00093995 38.3000 -94.3333 264.9 MO BUTLER +USW00093996 37.7667 -90.4000 274.0 MO FARMINGTON FAA AP +USW00093997 38.8761 -98.8092 568.1 KS RUSSELL MUNI AP +USW00093999 32.2333 -90.9333 34.1 MS VICKSBURG CAA AP 2 +USW00094008 48.2138 -106.6213 696.5 MT GLASGOW INTL AP GSN HCN 72768 +USW00094010 48.4089 -106.5144 840.0 MT ST MARIE +USW00094011 48.4167 -101.3500 497.1 ND MINOT AFB +USW00094012 48.5428 -109.7633 787.9 MT HAVRE CITY CO AP 72777 +USW00094014 48.1739 -103.6367 579.7 ND WILLISTON SLOULIN INTL AP 72767 +USW00094015 38.6803 -104.7639 1780.6 CO FT CARSON 72468 +USW00094017 48.0944 -105.5744 605.3 MT WOLF POINT INTL AP +USW00094023 44.3394 -105.5419 1327.1 WY GILLETTE CAMPBELL AP 72665 +USW00094030 40.4422 -109.5144 1603.2 UT VERNAL MUNICIPAL AP +USW00094032 43.7331 -103.6114 1690.1 SD CUSTER CO AP +USW00094037 45.6044 -103.5464 915.6 SD BUFFALO ASOS +USW00094038 46.0139 -102.6547 824.5 ND HETTINGER MUNI AP +USW00094039 43.0206 -102.5183 999.1 SD PINE RIDGE AP +USW00094040 40.2064 -100.5914 771.1 NE MCCOOK MUNI AP +USW00094041 47.6458 -101.4394 582.2 ND GARRISON +USW00094050 40.0489 -107.8853 1947.7 CO MEEKER AP +USW00094051 47.3258 -106.9475 811.4 MT JORDAN AP +USW00094052 45.5464 -100.4078 522.7 SD MOBRIDGE MUNI AP +USW00094053 42.0647 -104.1528 1281.7 WY TORRINGTON MUNI AP +USW00094054 44.3814 -106.7211 1513.9 WY BUFFALO JOHNSON CO AP +USW00094055 46.3583 -104.2500 905.6 MT BAKER MUNI AP +USW00094056 45.0319 -102.0192 786.4 SD FAITH MUNI AP +USW00094057 42.7972 -105.3856 1502.4 WY DOUGLAS CONVERSE CO AP +USW00094059 48.4886 -105.2097 805.6 MT WOLF POINT 34 NE CRN 74231 +USW00094060 48.3083 -105.1017 635.5 MT WOLF POINT 29 ENE CRN 74232 +USW00094074 40.8067 -104.7553 1642.9 CO NUNN 7 NNE CRN 74534 +USW00094075 40.0353 -105.5408 2995.6 CO BOULDER 14 W CRN 74520 +USW00094077 42.4247 -103.7364 1342.9 NE HARRISON 20 SSE CRN 74438 +USW00094078 42.6753 -108.6686 1759.6 WY LANDER 11 SSE CRN 72573 +USW00094079 42.0681 -101.4450 1140.0 NE WHITMAN 5 ENE CRN 74436 +USW00094080 46.8947 -103.3769 844.6 ND MEDORA 7 E CRN 72752 +USW00094081 45.5161 -103.3017 878.7 SD BUFFALO 13 ESE CRN 72664 +USW00094082 40.2447 -108.9678 1847.7 CO DINOSAUR 2 E CRN 74519 +USW00094084 48.9675 -102.1703 561.4 ND NORTHGATE 5 ESE CRN 72754 +USW00094085 44.0194 -100.3531 647.4 SD PIERRE 24 S CRN 72663 +USW00094088 44.5169 -104.4364 1765.4 WY SUNDANCE 8 NNW CRN 72575 +USW00094092 40.1550 -103.1417 1384.4 CO AKRON A 4 E CRN +USW00094094 40.0822 -108.1997 1756.0 CO MEEKER 15 W CRN +USW00094096 40.1347 -109.6428 1424.6 UT VERNAL 23 SSE CRN +USW00094097 40.6364 -112.6775 1395.4 UT GRANTSVILLE 12 WNW CRN +USW00094098 40.9225 -109.3900 1992.2 UT MANILA 18 ESE CRN +USW00094103 46.0333 -118.3333 289.3 WA WALLA WALLA WSO CITY 72788 +USW00094104 46.5833 -112.0333 1263.1 MT HELENA WB CITY +USW00094107 42.5906 -117.8644 1234.4 OR ROME ST AP +USW00094119 47.9742 -117.4283 667.8 WA DEER PARK AP 72787 +USW00094128 41.7872 -111.8533 1357.6 UT LOGAN CACHE AP +USW00094129 46.7439 -117.1086 777.5 WA PULLMAN MOSCOW RGNL AP +USW00094138 40.1500 -113.0667 1318.0 UT TOOELE TARGET +USW00094143 43.5317 -112.9422 1505.1 ID IDAHO FALLS 46 W +USW00094144 43.8333 -112.6833 1460.9 ID IDAHO FALLS 43 NW WB +USW00094150 47.4667 -115.7667 1093.0 ID MULLAN PASS +USW00094173 44.5444 -110.4211 2388.1 WY YELLOWSTONE LAKE +USW00094176 47.6831 -117.3214 595.3 WA SPOKANE FELTS FLD +USW00094178 42.4819 -114.4869 1265.2 ID TWIN FALLS SUN VLY RGNL AP +USW00094182 44.8889 -116.1017 1528.0 ID MCCALL AP +USW00094185 43.5950 -118.9564 1261.9 OR BURNS MUNI AP 72683 +USW00094194 43.8339 -111.8045 1480.7 ID REXBURG MADISON CO AP +USW00094197 48.4608 -119.5167 395.0 WA OMAK AP 72789 +USW00094224 46.1569 -123.8825 2.7 OR ASTORIA RGNL AP HCN 72791 +USW00094225 46.9728 -123.9303 3.7 WA HOQUIAM BOWERMAN AP +USW00094227 47.2381 -123.1408 82.6 WA SHELTON SANDERSON FLD +USW00094236 42.1469 -121.7242 1244.8 OR KLAMATH FALLS INTL AP +USW00094239 47.3978 -120.2014 374.6 WA WENATCHEE PANGBORN AP +USW00094240 47.9375 -124.5550 56.4 WA QUILLAYUTE STATE AP 72797 +USW00094248 47.4933 -122.2144 8.8 WA RENTON MUNI AP +USW00094261 45.5406 -122.9486 62.2 OR PORTLAND-HILLSBORO AP +USW00094266 48.1203 -123.4983 87.8 WA PORT ANGELES INTL AP +USW00094273 45.1947 -123.1339 48.5 OR MCMINNVILLE MUNI AP +USW00094274 47.2675 -122.5761 89.0 WA TACOMA NARROWS AP +USW00094276 48.5222 -123.0231 33.2 WA FRIDAY HARBOR AP +USW00094281 45.2486 -122.7686 59.7 OR AURORA STATE AP +USW00094290 47.6872 -122.2553 18.3 WA SEATTLE SAND PT WSFO +USW00094297 48.2167 -122.6333 60.7 WA COUPEVILLE NOLF +USW00094298 45.6208 -122.6572 9.1 WA VANCOUVER PEARSON AP +USW00094299 41.4914 -120.5644 1333.5 CA ALTURAS MUNI AP +USW00094623 43.9636 -69.7117 20.7 ME WISCASSET AP +USW00094624 41.6875 -69.9933 20.7 MA CHATHAM MUNI AP +USW00094626 45.4622 -69.5953 316.1 ME GREENVILLE MAINE FORESTRY SVC 72619 +USW00094644 44.9281 -68.7006 38.7 ME OLD TOWN 2 W CRN 72714 +USW00094645 46.9600 -67.8833 224.6 ME LIMESTONE 4 NNW CRN 72710 +USW00094700 44.5761 -71.1786 353.0 NH BERLIN MUNI AP 72616 +USW00094701 42.3500 -71.0667 6.1 MA BOSTON CITY WSO +USW00094702 41.1583 -73.1289 1.5 CT BRIDGEPORT SIKORSKY MEM AP 72504 +USW00094704 42.5708 -77.7133 208.8 NY DANSVILLE MUNI AP 72523 +USW00094705 44.2033 -72.5794 343.2 VT BARRE MONTPELIER AP +USW00094720 41.6686 -70.2800 16.8 MA HYANNIS BARNSTABLE MUNI AP +USW00094723 42.7172 -71.1239 45.4 MA LAWRENCE MUNI AP +USW00094724 41.3931 -70.6150 20.7 MA VINEYARD HAVEN AP +USW00094725 44.9358 -74.8458 65.2 NY MASSENA INTL AP +USW00094726 41.6764 -70.9583 24.4 MA NEW BEDFORD MUNI AP +USW00094728 40.7789 -73.9692 39.6 NY NEW YORK CNTRL PK TWR HCN 72506 +USW00094732 40.0819 -75.0111 30.5 PA PHILADELPHIA NE AP +USW00094733 44.6872 -73.5231 113.4 NY PLATTSBURGH CLINTON AP +USW00094740 44.3853 -74.2067 506.9 NY SARANAC RGNL AP +USW00094741 40.8500 -74.0614 2.7 NJ TETERBORO AP +USW00094745 41.0669 -73.7075 115.5 NY WESTCHESTER CO AP +USW00094746 42.2706 -71.8731 304.8 MA WORCESTER RGNL AP 72510 +USW00094765 43.6264 -72.3047 182.3 NH LEBANON MUNI AP +USW00094789 40.6386 -73.7622 3.4 NY NEW YORK JFK INTL AP 74486 +USW00094790 43.9922 -76.0217 96.9 NY WATERTOWN INTL AP +USW00094793 41.1667 -71.5833 33.5 RI BLOCK ISLAND STATE AP HCN +USW00094794 43.1450 -75.3839 216.7 NY UTICA ONEIDA CO AP HCN +USW00094811 43.1333 -89.3333 262.1 WI MADISON TRUAX +USW00094814 44.3592 -84.6739 350.8 MI HOUGHTON LK ROSCOMMON AP 72638 +USW00094815 42.2347 -85.5519 264.6 MI KALAMAZOO BATTLE CK INTL AP +USW00094817 42.6650 -83.4181 297.5 MI PONTIAC OAKLAND CO INTL AP +USW00094818 42.7611 -87.8136 205.4 WI RACINE BATTEN AP +USW00094822 42.1928 -89.0931 222.5 IL ROCKFORD GTR ROCKFORD AP 72543 +USW00094823 40.4847 -80.2144 366.7 PA PITTSBURGH INTL AP GSN 72520 +USW00094824 46.2500 -84.4667 262.1 MI KINROSS AFB +USW00094830 41.5886 -83.8014 203.9 OH TOLEDO EXPRESS AP 72536 +USW00094833 40.6500 -86.1500 250.9 IN PERU GRISSOM AFB +USW00094836 46.3500 -87.4000 378.0 MI GWINN K I SAWYER AFB +USW00094846 41.9950 -87.9336 200.6 IL CHICAGO OHARE INTL AP 72530 +USW00094847 42.2314 -83.3308 192.3 MI DETROIT METRO AP 72537 +USW00094849 45.0717 -83.5644 208.5 MI ALPENA CO RGNL AP 72639 +USW00094850 46.5311 -87.5483 430.1 MI MARQUETTE 72743 +USW00094855 43.9844 -88.5569 238.4 WI OSHKOSH WITTMAN AP +USW00094860 42.8939 -85.5447 237.1 MI GRAND RAPIDS 72635 +USW00094870 40.0397 -88.2778 229.8 IL CHAMPAIGN WILLARD AP +USW00094871 42.1244 -86.4267 196.0 MI BENTON HARBOR AP +USW00094889 42.2228 -83.7444 255.7 MI ANN ARBOR MUNI AP +USW00094892 41.9144 -88.2464 229.8 IL WEST CHICAGO DUPAGE AP +USW00094893 45.8183 -88.1144 350.2 MI IRON MTN FORD AP +USW00094895 40.2342 -85.3936 285.6 IN MUNCIE DELAWARE CO AP +USW00094898 44.0219 -82.7931 179.8 MI PORT HOPE +USW00094899 47.4667 -87.8833 190.8 MI COPPER HARBOR 72538 +USW00094908 42.3978 -90.7036 321.9 IA DUBUQUE RGNL AP 72547 +USW00094909 46.8333 -92.1833 428.9 MN DULUTH WILIAMSON JOH +USW00094910 42.5544 -92.4011 264.6 IA WATERLOO MUNI AP 72548 +USW00094911 42.8783 -97.3633 359.7 SD YANKTON 2 E +USW00094918 41.3536 -96.0233 390.1 NE OMAHA #1 72553 +USW00094925 47.9667 -97.4000 276.1 ND GRAND FORKS AF +USW00094929 46.5486 -90.9189 251.8 WI ASHLAND KENNEDY MEM AP +USW00094930 43.9333 -90.2667 280.1 WI VOLK FLD ANG +USW00094931 47.3864 -92.8389 412.1 MN HIBBING CHISHOLM HIBBING AP +USW00094938 46.4047 -94.1308 372.2 MN BRAINERD CROW WING CO AP +USW00094943 43.7667 -99.3183 519.1 SD CHAMBERLAIN MUNI AP 72653 +USW00094946 41.4333 -99.6333 771.1 NE BROKEN BOW MUNI AP +USW00094949 40.6044 -98.4272 591.3 NE HASTINGS MUNI AP +USW00094950 43.7667 -98.0333 397.2 SD MITCHELL MUNI AP +USW00094957 40.0803 -95.5919 298.7 NE FALLS CITY BRENNER FLD +USW00094958 41.6236 -98.9517 630.6 NE ORD EVELYN SHARP FLD +USW00094960 45.0619 -93.3508 262.4 MN MPLS CRYSTAL AP +USW00094961 48.7167 -94.6000 329.8 MN BAUDETTE INTL AP +USW00094963 44.8322 -93.4706 276.5 MN MPLS FLYING CLOUD AP +USW00094967 46.9006 -95.0678 437.1 MN PARK RAPIDS MUNI AP HCN +USW00094971 43.4075 -94.7461 401.4 IA ESTHERVILLE MUNI AP +USW00094973 46.0261 -91.4442 367.0 WI HAYWARD MUNI AP +USW00094978 41.7636 -96.1778 313.3 NE TEKAMAH MUNI AP +USW00094982 41.6117 -90.5808 229.8 IA DAVENPORT +USW00094985 44.6381 -90.1875 382.5 WI MARSHFIELD MUNI AP +USW00094988 42.1128 -92.9175 296.9 IA MARSHALLTOWN MUNI AP +USW00094989 41.9922 -93.6217 283.5 IA AMES MUNI AP +USW00094990 43.3906 -99.8422 619.4 SD WINNER WILEY FLD +USW00094991 40.6331 -93.9019 344.7 IA LAMONI MUNI AP +USW00094992 47.7472 -90.3444 185.9 MN GRAND MARAIS +USW00094993 45.6689 -96.9914 353.9 SD SISSETON MUNI AP +USW00094994 43.1561 -90.6775 204.8 WI BOSCOBEL AP +USW00094995 40.8483 -96.5650 362.4 NE LINCOLN 8 ENE CRN 74442 +USW00094996 40.6953 -96.8542 418.2 NE LINCOLN 11 SW CRN 74441 +USW00096404 62.7369 -141.2083 609.6 AK TOK 70 SE CRN 70292 +USW00096405 60.4731 -145.3542 25.3 AK CORDOVA 14 ESE CRN +USW00096406 64.5014 -154.1297 78.9 AK RUBY 44 ESE CRN 70224 +USW00096407 66.5620 -159.0036 6.7 AK SELAWIK 28 E CRN 70170 +USW00096408 63.4519 -150.8747 678.2 AK DENALI 27 N CRN 70244 +USW00096409 68.6483 -149.3986 750.1 AK TOOLIK LAKE 5 ENE CRN +UV000005501 14.0300 0.0500 288.0 DORI +UV000005502 13.5800 -2.4300 340.0 OUAHIGOUYA 65502 +UV000005503 12.3500 1.5200 304.0 OUAGADOUGOU +UV000005507 12.0700 0.3500 301.0 FADA N'GOURMA 65507 +UV000005510 11.6700 -4.3000 432.0 BOBO-DIOULASSO +UV000005516 11.7300 -2.9200 264.0 BOROMO +UV000005522 10.3300 -3.1800 333.0 GAOUA 65522 +UV000065501 14.0330 -0.0330 277.0 DORI GSN 65501 +UV000065516 11.7500 -2.9330 271.0 BOROMO GSN 65516 +UVM00065503 12.3530 -1.5120 316.1 OUAGADOUGOU 65503 +UVM00065505 12.4670 3.4830 300.0 DEDOUGOU 65505 +UVM00065510 11.1600 -4.3310 460.6 BOBO DIOULASSO 65510 +UVM00065518 11.1500 -1.1500 322.0 PO 65518 +UY000001001 -30.1200 -57.0800 30.0 PASO DEL LEON +UY000001016 -30.2500 -57.3000 47.0 PASO DE LA CRUZ +UY000001019 -30.3000 -56.9500 100.0 BERNABE RIVERA +UY000001021 -30.3000 -56.8000 120.0 EL TOPADOR +UY000001035 -30.4000 -56.5800 190.0 COLONIA RIVERA +UY000001040 -30.4000 -57.4700 101.0 TOMAS GOMENSORO +UY000001044 -30.4300 -57.0700 100.0 PASO FARIAS +UY000001047 -30.4500 -56.7700 115.0 JAVIER DE VIANA +UY000001048 -30.4800 -56.6700 120.0 TARUMAN +UY000001054 -30.5700 -57.6800 70.0 COLONIA PALMA +UY000001062 -30.5800 -56.8800 132.0 CUARO +UY000001066 -30.5200 -56.5200 170.0 COLONIA PINTADO +UY000001082 -30.6200 -56.6300 222.0 CERRO AMARILLO +UY000001084 -30.6500 -56.3800 190.0 GUAYUBIRA +UY000001086 -30.6500 -56.1700 70.0 CHARQUEADA +UY000001092 -30.7300 -56.3200 147.0 BALTASAS BRUM +UY000001094 -30.7700 -57.0300 163.0 DIEGO LAMAS +UY000001115 -30.8000 -56.7700 150.0 PASO CAMPAMENTO +UY000001120 -30.7800 -56.2500 200.0 CATALAN GRANDE +UY000001139 -30.8700 -56.3800 302.0 MEMESES +UY000001141 -30.8800 -56.3700 220.0 CATALAN CHICO +UY000001147 -30.9100 -55.5500 180.0 E.M. RIVERA +UY000001153 -30.9800 -57.5200 95.0 TERMAS DEL ARAPEY +UY000001159 -31.0300 -56.8700 160.0 SEQUEIRA +UY000001162 -31.0200 -56.5700 180.0 GUAVIYU DE ARAPEY +UY000001165 -30.9800 -56.2000 248.0 SARANDI DE ARAPEY +UY000001174 -31.0500 -57.8500 40.0 CONSTITUCION +UY000001182 -31.1000 -57.0300 105.0 COLONIA LAVALLEJA +UY000001206 -31.1800 -57.2300 85.0 PUNTAS DE VALENTIN +UY000001220 -31.2000 -55.7700 149.0 TRANQUERAS +UY000001224 -31.2100 -55.3600 173.0 PASO ATAQUES +UY000001227 -31.2500 -57.6800 53.0 ITAPEBI +UY000001232 -31.3000 -57.3700 90.0 VALENTIN +UY000001237 -31.2700 -56.6300 20.0 CERRO CHATO +UY000001268 -31.4000 -56.3700 230.0 QUINTANA +UY000001279 -31.4300 -55.2300 164.0 TRES PUENTES +UY000001291 -31.4300 -57.4300 110.0 CUCHILLA DE SALTO +UY000001294 -31.4700 -56.8300 110.0 PASO POTRERO +UY000001300 -31.4500 -56.2600 294.0 CERRO TRAVIESO +UY000001301 -31.4000 -56.0700 265.0 PASO DEL MEDIO +UY000001308 -31.4000 -55.4400 183.0 LA CALERA +UY000001312 -31.4800 -54.9600 178.0 LA PUENTE +UY000001321 -31.5200 -57.5300 95.0 LAURELES +UY000001362 -31.3400 -56.8200 190.0 VERA +UY000001363 -31.6700 -56.6300 190.0 ARERUNGUA +UY000001370 -31.5900 -56.0700 174.0 PO. DE LAS CARRETAS +UY000001374 -31.5700 -55.4700 137.0 MINAS DE CORRALES +UY000001379 -31.4700 -56.0700 150.0 MOIRONES +UY000001403 -31.6600 -56.1600 193.0 LUJAN +UY000001405 -31.7000 -55.9830 134.0 TACUAREMBO 86370 +UY000001440 -31.8200 -56.1800 155.0 VALLE EDEN +UY000001444 -31.7600 -55.6900 124.0 CUCHILLA DEL OMBU +UY000001454 -31.7800 -54.6900 243.0 VICHADERO +UY000001484 -31.8800 -55.4700 94.0 ANSINA +UY000001495 -31.8400 -54.3200 141.0 PASO DE LAS YEGUAS +UY000001496 -31.8800 -54.1600 240.0 ACEGUA / NOBLIA +UY000001523 -31.9700 -55.6700 86.0 NOVILLOS +UY000001528 -31.9600 -55.0400 174.0 PTAS. DE CINCO SAUCES +UY000001539 -32.0100 -53.9500 78.0 SAN DIEGO +UY000001558 -32.0800 -56.3100 215.0 PIEDRA SOLA +UY000001565 -32.0700 -55.6600 138.0 LA HILERA +UY000001569 -32.0800 -55.2000 153.0 CINCO SAUCES +UY000001572 -32.1300 -54.9000 142.0 CARAGUATA NORTE +UY000001580 -32.1100 -54.0500 164.0 MANGRULLO +UY000001600 -32.2100 -56.4600 167.0 ARBOLITO (PAYSANDU) +UY000001603 -32.1400 -56.1200 104.0 CURTINA +UY000001605 -32.1700 -55.9500 141.0 PASO DE LOS CUADRADOS +UY000001613 -32.1600 -55.0200 95.0 PASO DE LAS TOSCAS +UY000001617 -32.1100 -54.6700 113.0 PASO MAZANGANO +UY000001621 -32.1600 -54.1600 157.0 BUENA VISTA +UY000001626 -32.1500 -53.7400 62.0 CENTURION +UY000001650 -32.2200 -54.6700 109.0 CLARA +UY000001653 -32.2500 -55.4200 50.0 PASO LAGUNA +UY000001657 -32.2400 -55.0000 125.0 CARAGUATA SUR +UY000001658 -32.2900 -54.8300 94.0 PASO AGUIAR +UY000001662 -32.2500 -54.3300 183.0 PALLEROS +UY000001665 -32.2900 -54.1700 101.0 TRES BOLICHES +UY000001683 -32.3900 -56.9100 162.0 MERINOS +UY000001686 -32.3400 -56.5400 127.0 TIATUCURU +UY000001688 -32.3500 -56.3300 147.0 EST. QUADROS +UY000001692 -32.3300 -55.8700 49.0 PO. HONDO +UY000001709 -32.3500 -54.1830 100.0 MELO GSN 86440 +UY000001732 -32.4900 -56.3600 129.0 PERALTA +UY000001734 -32.4000 -56.1800 165.0 ACHAR +UY000001743 -32.4400 -55.2300 84.0 PASO PEREIRA +UY000001751 -32.4000 -54.3500 116.0 BA321ADO DE MEDINA +UY000001768 -32.5200 -57.1600 81.0 PASO DE LOS MELLIZOS +UY000001771 -32.5500 -56.8600 102.0 SARANDI DE NAVARRO +UY000001774 -32.5500 -56.6200 77.0 EST. FRANCIA +UY000001784 -32.5000 -55.5100 28.0 PASO RAMIREZ +UY000001792 -32.5100 -54.6900 134.0 TRES ISLAS +UY000001793 -32.5100 -54.5300 110.0 FRAILE MUERTO +UY000001826 -32.6100 -55.8300 20.0 SAN GREGORIO +UY000001838 -32.6200 -54.5900 209.0 CERRO DE LAS CUENTAS +UY000001840 -32.5300 -54.4000 107.0 PASO DEL LOS CARROS +UY000001856 -32.6830 -57.6330 80.0 YOUNG 86450 +UY000001864 -32.7500 -56.1500 92.0 PALMA +UY000001869 -32.6400 -56.3400 49.0 CARDOZO +UY000001880 -32.6900 -55.0200 157.0 CUCHILLA DEL CARMEN +UY000001882 -32.7300 -55.0200 167.0 LA LAGUNA DEL JUNCO +UY000001884 -32.6200 -54.7300 117.0 QUEBRACHO +UY000001909 -32.8200 -57.0300 118.0 LAS FLORES (GRECO) +UY000001915 -32.8000 -56.5170 75.0 PASO DE LOS TOROS 86460 +UY000001951 -32.8400 -57.7300 58.0 SANCHEZ GRANDE +UY000001960 -32.8700 -56.8000 28.0 BAYGORRIA +UY000001961 -32.8900 -56.6100 62.0 EST. REAL +UY000001963 -32.8300 -56.4200 49.0 BONETE +UY000001971 -32.8800 -55.6200 114.0 BLANQUILLO +UY000001973 -32.9300 -55.4300 110.0 CAPILLA DE FARRUCO +UY000002016 -32.9500 -55.9200 133.0 CARPINTERIA +UY000002053 -33.0400 -57.2600 75.0 EL AGUILA +UY000002061 -33.0600 -56.4600 129.0 CARLOS REYLES +UY000002073 -33.0900 -55.1400 228.0 CERRO CHATO +UY000002095 -33.1800 -58.2100 42.0 CA321ITAS +UY000002098 -33.1300 -57.6200 34.0 VILLA DARWIN +UY000002099 -33.0800 -57.8500 21.0 RINCON DE COLOLO +UY000002108 -33.1700 -56.8400 73.0 LOS TAPES +UY000002145 -33.2600 -58.0200 51.0 MERCEDES +UY000002148 -33.2500 -57.7500 68.0 ARROYO CORTO +UY000002154 -33.2200 -57.1400 84.0 MARINCHO +UY000002164 -33.2100 -56.0000 124.0 VILLA DEL CARMEN (PART) +UY000002206 -33.3500 -56.5000 92.0 DURAZNO 86530 +UY000002215 -33.3400 -55.6300 109.0 SARANDI DEL YI +UY000002266 -33.4700 -55.1600 273.0 NICO PEREZ +UY000002297 -33.5200 -56.8800 132.0 TRINIDAD +UY000002301 -33.5300 -56.4100 120.0 GO321I +UY000002337 -33.6200 -57.5900 122.0 EGA321A +UY000002340 -33.7400 -57.2400 137.0 CUCHILLA DEL PERDIDO +UY000002349 -33.6200 -56.3600 129.0 PUNTAS DEL MACIEL +UY000002354 -33.6500 -55.8100 147.0 DR. GALLINAL +UY000002357 -33.6400 -55.5100 178.0 MANSAVILLAGRA +UY000002383 -33.6800 -57.9000 62.0 CORRALITO +UY000002384 -33.7100 -57.5100 143.0 RODO +UY000002392 -33.7900 -56.6300 159.0 CHAMANGA +UY000002395 -33.7300 -56.3200 143.0 SARANDI GRANDE +UY000002430 -33.8100 -57.4500 150.0 SANTA CATALINA +UY000002480 -33.8900 -57.3400 163.0 FCIO. SANCHEZ (CARDONA) +UY000002498 -33.8700 -55.5500 239.0 CERRO COLORADO +UY000086315 -30.2670 -57.5830 53.0 BELLA UNION 86315 +UY000086330 -30.4000 -56.5200 121.0 EST.MET.ARTIGAS GSN 86330 +UY000086360 -31.4330 -57.9670 33.0 SALTO 86360 +UY000086430 -32.3330 -58.0330 61.0 PAYSANDU 86430 +UY000086490 -33.2500 -58.0670 17.0 MERCEDES GSN 86490 +UY000086562 -34.4500 -57.8500 14.0 LA ESTANZUELA (EELE) +UY000086565 -34.4830 -54.3000 18.0 ROCHA GSN 86565 +UY000864400 -32.3660 -54.1830 100.0 MELO 86440 +UYM00086350 -30.9750 -55.4760 223.0 PRESIDENTE GENERAL DON OSCAR 86350 +UYM00086500 -33.2170 -54.3830 46.0 TREINTA Y TRES 86500 +UYM00086560 -34.4560 -57.7710 21.0 LAGUNA DE LOS PATOS INTL 86560 +UYM00086580 -34.8380 -56.0310 32.0 CARRASCO INTL 86580 +UZM00038023 44.8500 56.3330 126.0 KARAKAPALKIJA 38023 +UZM00038039 44.4000 58.9000 55.0 LASAREV,OSTROV 38039 +UZM00038141 43.8830 57.5170 128.0 JASLYK 38141 +UZM00038143 43.9330 58.7330 54.0 MYS TIGROVYY 38143 +UZM00038146 43.7500 58.7300 68.0 MUINAK,AMSG 38146 +UZM00038149 43.0830 58.9330 64.0 KUNGRAD 38149 +UZM00038178 43.1500 64.3330 234.0 AK-BAJTAL 38178 +UZM00038262 42.9500 59.8167 66.0 CIMBAJ GSN 38262 +UZM00038264 42.4500 59.6170 77.0 NUKUS 38264 +UZM00038265 42.4000 59.6000 77.0 TAHIATASH 38265 +UZM00038284 42.5330 63.2830 333.0 KUL-KUDUK 38284 +UZM00038339 42.1670 70.8830 2151.0 OLGAING 38339 +UZM00038396 41.5670 60.5670 101.0 URGENCH 38396 +UZM00038399 41.4000 60.4000 97.0 HIVA 38399 +UZM00038403 41.7500 62.4670 98.0 BUZAUBAJ 38403 +UZM00038413 41.7331 64.6167 237.0 TAMDY GSN 38413 +UZM00038427 41.0500 65.2830 200.0 MASHIKUDUK 38427 +UZM00038447 41.1000 69.0000 344.0 KAUNCY 38447 +UZM00038454 41.4000 69.3000 489.0 BOZSU,AGRO 38454 +UZM00038457 41.2700 69.2694 477.0 TASHKENT GSN 38457 +UZM00038460 41.1000 70.1000 2020.0 DUKANAT 38460 +UZM00038462 41.9000 70.3670 1258.0 PSKEM 38462 +UZM00038464 41.6000 70.0000 971.0 CHARVAK 38464 +UZM00038468 41.2000 70.4000 2084.0 KIZIL'CHA 38468 +UZM00038469 41.2000 70.9000 1764.0 UST'E P.TERS 38469 +UZM00038475 40.7330 72.3330 477.0 ANDIZAN 38475 +UZM00038477 41.3000 71.5000 890.0 KASSANSAY 38477 +UZM00038545 40.4670 62.2830 142.0 DARGANATA 38545 +UZM00038551 40.8500 63.3330 208.0 DZANGELDY 38551 +UZM00038553 40.6830 64.4830 219.0 AYAKAGITMA 38553 +UZM00038562 40.7000 66.1000 380.0 NURATA, SOVHOZ 38562 +UZM00038563 40.3000 66.5000 728.0 CUSHRABAD 38563 +UZM00038565 40.5500 65.6830 485.0 NURATA 38565 +UZM00038566 40.3000 66.0000 1600.0 LANGAR (#38568) 38566 +UZM00038567 40.1330 65.3490 341.0 NAVOI 38567 +UZM00038574 40.4000 67.2000 -999.9 YANGICISHLAK 38574 +UZM00038577 40.0000 67.6000 571.0 GALLJARAL 38577 +UZM00038579 40.1170 67.8330 345.0 DZIZAK 38579 +UZM00038581 40.6000 68.1000 272.0 DUSTLIK 38581 +UZM00038583 40.8170 68.6830 264.0 SYR-DARJA 38583 +UZM00038586 40.6000 68.7000 270.0 AKALTIN 38586 +UZM00038591 40.7000 69.2000 336.0 KOKARAL 38591 +UZM00038592 40.9000 69.4000 -999.9 TUAYBUGUZ 38592 +UZM00038594 40.4000 69.3000 290.0 DALVERSIN 38594 +UZM00038597 40.2000 69.2000 303.0 BEKABAD 38597 +UZM00038601 40.8000 71.6000 440.0 YUBILEYNAYA 38601 +UZM00038605 40.9000 71.1000 442.0 PAP 38605 +UZM00038606 40.5500 70.9500 499.0 KOKAND 38606 +UZM00038611 40.9830 71.5830 474.0 NAMANGAN 38611 +UZM00038612 40.7000 71.9000 433.0 NASRETDINBEK 38612 +UZM00038614 40.6000 72.1000 469.0 FEDCHJENKO 38614 +UZM00038617 40.7000 72.9000 753.0 SAVAY 38617 +UZM00038618 40.3667 71.7500 577.0 FERGANA 38618 +UZM00038620 40.9000 72.3000 504.0 BAITOK 38620 +UZM00038682 40.0000 64.8000 240.0 KUUMASAR 38682 +UZM00038683 39.7170 64.6170 226.0 BUHARA 38683 +UZM00038685 39.5000 63.8500 196.0 KARAKUL 38685 +UZM00038692 39.9000 66.3000 496.0 KATTA-KURGAN,VODOHR 38692 +UZM00038694 39.6000 66.3000 530.0 YLUS,SOVHOZ 38694 +UZM00038695 39.8000 66.9000 646.0 DAGBIT 38695 +UZM00038696 39.5667 66.9500 724.0 SAMARKAND 38696 +UZM00038697 39.3000 65.2000 288.0 MUBAREC 38697 +UZM00038699 39.2000 67.1000 627.0 SAHRISJBZ 38699 +UZM00038702 39.9000 67.5000 744.0 BOGARNOE 38702 +UZM00038711 39.7000 68.0000 1308.0 SANZAR 38711 +UZM00038712 40.0000 68.4000 560.0 ZAAMIN 38712 +UZM00038742 40.0000 71.8000 1723.0 SHAHIMARDAN 38742 +UZM00038811 38.8000 66.2000 466.0 CHIMKURGAN 38811 +UZM00038812 38.8000 65.7170 376.0 KARSHI 38812 +UZM00038815 38.6170 66.2670 524.0 GUZAR 38815 +UZM00038816 38.6500 66.9330 2121.0 MINCHUKUR 38816 +UZM00038818 38.2500 66.8330 1601.0 AKRABAT 38818 +UZM00038819 38.4000 66.5000 841.0 DECHANABAD 38819 +UZM00038827 38.2000 67.2000 1245.0 BAISUN 38827 +UZM00038828 38.0000 67.8000 405.0 SHURCHI 38828 +UZM00038829 38.2670 67.9000 520.0 DENAU 38829 +UZM00038921 37.6670 67.0170 410.0 SHIRABAD 38921 +UZM00038927 37.2294 67.2694 309.0 TERMEZ 38927 +VE000000031 11.0000 -72.2700 288.0 CARICHUANO +VE000000117 11.9000 -70.1000 668.0 JADACAQUIVA +VE000000195 11.1700 -69.9800 660.0 AGUA CLARA +VE000000225 11.4800 -69.3700 1054.0 PUERTO CUMAREBO +VE000000247 11.3200 -69.6300 1065.0 LA NEGRITA-ISIRO 2 +VE000000396 11.0300 -68.3700 263.0 TOCUYO DE LA COSTA +VE000000417 10.1700 -67.4800 664.0 SANTA CRUZ EDAFOLOGICA +VE000000563 10.4200 -66.9300 849.0 CARACAS-LA MARIPOSA +VE000000582 10.1500 -66.8700 851.0 CUA-TOVAR +VE000000795 11.0300 -64.2800 449.0 SAN FRANCISCO MACAN. +VE000000883 11.0500 -63.9200 449.0 TACARIGUA +VE000000897 11.0300 -63.8700 249.0 LA ASUNCION +VE000001000 10.9500 -72.2300 1281.0 MANUELOTE +VE000001092 10.0500 -72.5700 450.0 MACHIQUES-GRANJA M.A.C. +VE000001238 10.5500 -69.2300 350.0 MOROTURO +VE000001354 10.2500 -68.8000 1169.0 GUARABAO +VE000001717 10.5000 -63.6000 265.0 CARIACO +VE000001721 10.9800 -64.1700 971.0 EL INDIO +VE000001740 10.9000 -64.1000 62.0 PUNTA DE PIEDRAS +VE000001790 10.0800 -64.5700 1267.0 LA CORCOVADA +VE000001869 10.2500 -63.9300 642.0 CUMANACOA-LA GRANJA +VE000001893 10.9800 -63.8700 174.0 GUATAMARE-TIERRA +VE000001931 10.0500 -71.2200 1255.0 CANAL V.O.C. +VE000002038 9.9800 -72.0200 677.0 BARRANQUITAS +VE000002099 8.9670 -71.9330 10.0 SANTA BARBARA DEL Z 80477 +VE000002204 9.9200 -69.6300 145.0 QUIBOR +VE000002227 9.6800 -69.5200 868.0 PASO ANGOSTURA +VE000002281 9.0700 -69.8000 178.0 MESA DE CAVACAS +VE000002300 9.6700 -68.9800 178.0 EXPERIMENTAL LAS MAJAGUAS +VE000002311 9.7000 -68.5700 181.0 SAN CARLOS-UNELLEZ +VE000002415 9.9300 -66.4000 1066.0 GUANAPITO +VE000002417 9.9170 -67.3330 429.0 SAN JUAN DE LOS MOR 80431 +VE000002513 9.4500 -66.0700 1269.0 PRESA TAMANACO +VE000002520 9.8200 -66.9500 171.0 EMBALSE DE CAMATAGUA +VE000002589 9.2330 -66.0000 125.0 VALLE DE LA PASCUA 80434 +VE000003141 8.3500 -71.7500 1068.0 TOVAR +VE000003180 8.8200 -70.0000 178.0 LA QUINTA +VE000003184 7.8300 -71.2000 1269.0 SANTA BARBARA +VE000003331 8.4800 -68.3700 571.0 ARISMENDI +VE000003400 8.8800 -67.3200 1068.0 BIOLOGICA LOS LLANOS +VE000003506 8.3800 -66.2500 669.0 TORO NEGRO +VE000003715 8.8700 -64.2200 171.0 EL TIGRE-CIA-GUANIPA +VE000003994 8.0200 -62.3800 947.0 UPATA +VE000004050 7.4700 -72.4300 163.0 HACIENDA BETANIA +VE000004072 7.9800 -72.1000 60.0 PARAMO EL ZUMBADOR +VE000004083 7.5800 -72.1800 268.0 PUENTE SALOM +VE000004291 7.0500 -69.4800 1168.0 ELORZA +VE000004292 8.0000 -69.3500 768.0 BRUZUAL +VE000004296 7.5700 -69.1300 368.0 MANTECAL +VE000004501 7.6200 -66.1700 370.0 CAICARA DEL ORINOCO +VE000004667 7.4200 -65.1800 1268.0 MARIPA +VE000005011 10.6200 -66.5800 554.0 LOS CARACAS +VE000005203 6.1700 -69.2700 669.0 CARARABO +VE000005408 6.9300 -67.2700 665.0 HATO URANON +VE000005484 6.1670 -67.5000 55.0 PUERTO CARRENO/A.GU 80139 +VE000005791 6.3000 -64.4800 1068.0 PIE DE SALTO +VE000005911 6.7500 -61.1700 1169.0 ANACOCO +VE000006703 5.9500 -64.4300 570.0 ENTRE RIOS +VE000006850 5.7300 -62.3300 456.0 KAMARATA +VE000007146 9.2800 -70.2300 990.0 BOCONO-AEROPUERTO +VE000007896 4.1500 -63.7500 772.0 AMENADINA +VE000009060 7.7500 -71.9000 174.0 EL PARADERO +VE000009311 10.5300 -66.1200 156.0 CARAYACA +VE000009350 10.0800 -67.4200 971.0 EL CORTIJO +VE000009401 1.9300 -67.0500 968.0 SAN CARLOS RIO NEGRO +VE000009402 3.1500 -65.8000 165.0 TAMA-TAMA +VE000009404 3.9300 -67.1300 968.0 SANTA BARBARA-ORINOCO +VE000009405 4.0000 -67.6700 968.0 SAN FERNANDO ATABAPO +VE000009408 5.0700 -65.2200 369.0 YEKUANA +VE000009410 5.2300 -66.1700 667.0 SAN JUAN MANAPIARE +VE000009415 2.8000 -65.2500 667.0 SANTA MARIA GUAICAS +VE000009418 1.4500 -66.9200 667.0 SANTA ROSA AMANADONA +VE000009512 1.1700 -66.9200 173.0 SANTA LUCIA +VE000080405 11.8000 -66.1830 3.0 LA ORCHILA GSN 80405 +VE000080413 10.2500 -67.6500 437.0 MARACAY - B.A. SUCR 80413 +VE000080423 10.5830 -62.3170 14.0 GUIRIA GSN 80423 +VE000080425 9.8170 -70.9330 28.0 MENE GRANDE GSN 80425 +VE000080438 8.6000 -71.1830 1498.0 MERIDA GSN 80438 +VE000080450 7.6800 -67.4200 47.0 SAN FERNANDO GSN 80450 +VE000080453 7.3000 -61.4500 181.0 TUMEREMO GSN 80453 +VE000080462 4.6000 -61.1170 907.0 SANTA ELENA DE UAIR GSN 80462 +VEM00080403 11.4150 -69.6810 15.8 JOSE LEONARDO CHIRINOS 80403 +VEM00080407 10.5580 -71.7280 71.6 LA CHINITA INTL 80407 +VEM00080410 10.0430 -69.3590 622.4 BARQUISIMETO INTL 80410 +VEM00080412 10.4810 -68.0730 9.8 GENERAL BARTOLOME SALOM INTL 80412 +VEM00080415 10.6030 -66.9910 71.6 SIMON BOLIVAR INTL 80415 +VEM00080416 10.4850 -66.8440 856.0 GENERALISIMO FRANCISCO DE MIR 80416 +VEM00080419 10.1070 -64.6890 7.9 GENERAL JOSE ANTONIO ANZOATEG 80419 +VEM00080420 10.4500 -64.1300 4.3 ANTONIO JOSE DE SUCRE 80420 +VEM00080421 10.9170 -63.9670 19.0 PORLAMAR (AEROPUERTO INT. DEL 80421 +VEM00080426 9.3400 -70.5840 627.9 DR ANTONIO NICOLAS BRICENO 80426 +VEM00080427 9.5530 -69.2380 195.1 OSWALDO GUEVARA MUJICA 80427 +VEM00080428 9.0270 -69.7550 184.7 GUANARE 80428 +VEM00080432 9.4170 -66.9170 161.0 CARRIZAL 80432 +VEM00080435 9.7490 -63.1530 68.3 MATURIN 80435 +VEM00080437 8.6330 -71.6500 103.0 EL VIGIA 80437 +VEM00080440 8.6200 -70.2210 203.0 BARINAS 80440 +VEM00080442 8.9250 -67.4170 100.0 CALABOZO 80442 +VEM00080444 8.1220 -63.5370 60.0 CIUDAD BOLIVAR 80444 +VEM00080447 7.8410 -72.4400 399.9 SAN ANTONIO DEL TACHIRA 80447 +VEM00080448 7.2110 -70.7560 129.8 GUASDUALITO 80448 +VEM00080457 5.6200 -67.6060 74.7 CASIQUE ARAMARE 80457 +VEM00080472 10.1500 -67.9280 430.1 ARTURO MICHELENA INTL 80472 +VEM00080475 7.5650 -72.0350 330.1 MAYOR BUENAVENTURA VIVAS 80475 +VEM00080476 10.5170 -71.6500 26.0 LA CANADA 80476 +VEM00080478 9.0170 -62.6170 30.0 TEMBLADOR (PRIVATE) 80478 +VEM00080479 10.3000 -68.2330 1000.0 PALMICHAL 80479 +VM000048900 10.8200 106.6700 5.0 TAN SON HOA GSN 48900 +VMM00048806 21.3330 103.9000 676.0 SON LA 48806 +VMM00048808 22.6670 106.2500 243.0 CAO BANG 48808 +VMM00048820 21.2210 105.8070 11.9 NOIBAI INTL 48820 +VMM00048825 20.9670 105.7670 7.9 HA DONG 48825 +VMM00048826 20.8000 106.6330 116.0 PHU LIEN 48826 +VMM00048830 21.8330 106.7670 263.0 LANG SON 48830 +VMM00048840 19.7500 105.7830 5.0 THANH HOA 48840 +VMM00048845 18.7370 105.6710 5.2 VINH 48845 +VMM00048848 17.4830 106.6000 8.0 DONG HOI 48848 +VMM00048855 16.0440 108.1990 10.1 DANANG INTL GSN 48855 +VMM00048887 10.9330 108.1000 5.0 PHAN THIET 48887 +VMM00048914 9.1830 105.1500 2.0 CA MAU 48914 +VMM00048917 10.2170 103.9670 4.0 PHU QUOC 48917 +VMW00040001 9.5833 105.9667 3.0 SOC TRANG +VMW00041003 16.0500 108.2000 7.0 DA NANG +VMW00041004 10.3667 107.1000 4.3 VUNG TAU +VMW00041005 14.0000 108.0167 745.2 PLEIKU +VMW00041006 10.2500 105.9500 5.2 VINH LONG +VMW00041007 10.0500 105.7667 2.1 PHONG DENH +VMW00041008 10.8167 106.6500 10.1 SAIGON +VMW00041009 10.9667 106.8167 14.0 BIEN HOA +VMW00041010 12.2333 109.2000 9.1 NHA TRANG 48877 +VMW00041011 13.7667 109.2167 9.1 QUI NHON 48870 +VMW00041013 15.4667 108.7000 18.3 KY HA +VMW00041014 15.4167 108.7000 11.3 CHU LAI +VMW00041015 11.9667 109.2333 11.3 CAM RANH BAY +VMW00041016 10.0833 105.7333 2.1 BINH THUY +VMW00041021 13.9667 108.6667 420.0 AN KHE +VMW00041022 11.6167 108.9500 17.1 PHAN RANG +VMW00041023 16.8167 107.0833 28.0 DONG HA +VMW00041024 16.0333 108.2500 9.1 MARBLE MTN +VMW00041025 12.6667 108.1167 539.2 BAN ME THUOT +VMW00041026 11.0000 106.7000 33.2 PHU LOI +VMW00041027 10.9667 106.4833 14.0 CU CHI +VMW00041029 11.3000 106.7833 55.2 PHUOC VINH +VMW00041030 11.2000 106.6167 38.1 BEN CAT +VMW00041031 10.8000 106.9667 44.2 LONG THANH +VMW00041032 10.9000 106.7333 32.0 DI AN +VMW00041033 11.9500 108.4167 1506.0 DA LAT +VMW00041034 13.0500 109.3333 13.1 TUY HOA +VMW00041035 13.8333 108.0500 765.0 DRAGON MTN +VMW00041036 11.3333 106.0833 9.1 TAY NINH +VMW00041037 13.9500 109.0500 34.1 PHU CAT +VMW00041038 10.8167 107.2167 250.2 LONG GIAO +VMW00041040 16.4000 107.7000 18.3 HUE +VMW00041041 10.7500 106.8000 3.0 CAT LAI +VMW00041042 10.3333 106.3000 8.2 DONG TAM +VMW00041043 13.8000 107.9500 539.2 OASIS +VMW00041044 13.8333 107.6833 402.0 JACKSON HOLE +VMW00041045 11.2833 106.4167 24.1 DAU TIENG +VMW00041046 10.5500 106.4000 11.3 TAN AN +VMW00041047 16.6500 106.7333 457.2 KHE SANH CWT 5 +VMW00041048 15.7833 108.0500 20.1 AN HOA +VMW00041056 16.7667 107.1667 14.0 QUANG TRI +VMW00041068 16.6833 106.8333 37.2 VANDERGRIF +VQ1VISC0002 17.7572 -64.6353 42.4 VI CHRISTIANSTED 4.8 E +VQ1VISC0003 17.7663 -64.7497 57.0 VI CHRISTIANSTED 3.1 WNW +VQ1VISC0004 17.7476 -64.7245 60.7 VI CHRISTIANSTED 1.1 W +VQ1VIST0001 18.3255 -64.8513 16.2 VI ANNA'S RETREAT 2.5 ESE +VQC00670100 17.7167 -64.8167 36.0 VI ADVENTURE +VQC00670240 17.7564 -64.8625 213.4 VI ANNALY +VQC00670260 17.7333 -66.7333 54.9 VI ANNAS HOPE +VQC00670480 17.7183 -64.7950 34.7 VI BETH UPPER NEW WORKS +VQC00670820 18.3333 -64.7333 338.3 VI BORDEAUX MTN +VQC00671310 17.7833 -64.8167 24.1 VI CANE BAY +VQC00671316 18.3500 -64.7833 18.3 VI CANEEL BAY PLANTATION +VQC00671333 17.7167 -64.6833 29.9 VI CASTLE NUGENT +VQC00671348 18.3453 -64.7606 257.6 VI CATHERINEBURG +VQC00671620 18.3333 -64.9000 60.0 VI CHARLOTTE AMALIE EST +VQC00671625 18.3500 -64.9333 4.6 VI CHARLOTTE AMALIE 2 +VQC00671740 17.7469 -64.7014 9.1 VI CHRISTIANSTED FT +VQC00671790 18.3492 -64.7136 9.1 VI CORAL BAY +VQC00671810 17.7603 -64.6128 42.7 VI COTTON VALLEY 2 +VQC00671980 18.3347 -64.7942 2.4 VI CRUZ BAY +VQC00672440 18.3667 -64.9667 243.8 VI DOROTHEA AES +VQC00672551 18.3347 -64.7594 32.0 VI E END +VQC00672560 17.7561 -64.6494 36.6 VI E HILL +VQC00672823 18.3333 -64.9000 61.0 VI ESTATE FT MYLNER +VQC00672830 18.3667 -65.0000 118.9 VI ESTATE HOPE +VQC00672850 18.3667 -64.9833 267.9 VI DOROTHEA AES +VQC00672860 17.7833 -64.7833 15.2 VI ESTATE RUST-OP-TWIST +VQC00672870 17.7419 -64.6603 39.6 VI ESTATE THE SIGHT +VQC00673150 17.7500 -64.8333 76.2 VI FOUNTAIN +VQC00673220 17.7000 -64.8667 24.4 VI FREDERIKSTED 1 SE +VQC00673380 18.3167 -64.9167 36.0 VI FRENCHMANS BAY +VQC00673609 17.6833 -64.8500 3.0 VI GOOD HOPE SCHOOL +VQC00673677 17.7164 -64.7117 19.8 VI GRANARD +VQC00673880 17.7667 -64.8667 24.4 VI HAM BLUFF LIGHTHOUSE +VQC00674600 17.7333 -64.7833 64.0 VI KINGS HILL +VQC00674820 18.3167 -64.7333 51.8 VI LAMESHUR BAY +VQC00674900 17.7706 -64.7553 61.0 VI MONTPELLIER +VQC00676000 17.7456 -64.8883 65.2 VI PROSPECT HILL +VQC00677600 18.3236 -64.8542 0.6 VI REDHOOK BAY ST THOMAS +VQC00678621 17.7500 -64.6000 9.1 VI TAGUE BAY +VQC00679222 18.1500 -64.9500 30.5 VI WATER ISLE +VQC00679450 18.3503 -64.9167 196.6 VI WINTBERG +VQW00011624 17.7028 -64.8056 18.6 VI CHRISTIANSTED AP 78551 +VQW00011640 18.3331 -64.9667 6.1 VI CHARLOTTE AMALIE AP 78543 +WA002737540 -28.5700 16.4300 30.0 ORANJEMUND +WA002783020 -28.5300 18.6800 700.0 ALURIESFONTEIN +WA002793040 -28.5700 19.1800 800.0 VELLOOR +WA003102220 -28.2000 17.6300 523.0 TAFELBERG +WA003114490 -28.4800 18.2500 840.0 HARIB +WA003123970 -28.1200 18.7300 970.0 NARUCHAS +WA003124170 -28.4500 18.7300 705.0 WARMBAD +WA003124220 -28.0300 18.7500 1000.0 KARASBURG +WA003127790 -28.4800 18.9300 888.0 KAIS SUIO +WA003140320 -28.0300 19.5300 800.0 HEIRACHABIS +WA003144820 -28.0300 19.7800 800.0 UKAMAS +WA003145770 -28.1200 19.8300 774.0 ARIAMSVLEI +WA003475270 -27.7800 18.3000 1005.0 GRUNAU +WA003490820 -27.8700 19.0500 959.0 NOIBIS +WA003491580 -27.6300 19.1000 1020.0 BUINKOOG +WA003501130 -27.8800 19.5700 850.0 NABAS +WA003501510 -27.5200 19.6000 848.0 NIMMERRUST +WA003503500 -27.8300 19.7000 853.0 SWARTKOP +WA003505420 -27.5300 19.8200 820.0 DAUIGNAB +WA003805190 -27.1500 16.8000 1380.0 ROOIBERG +WA003826120 -27.2000 17.8500 704.0 OASE +WA003840230 -27.3800 18.5200 1405.0 NOACHABEB +WA003844080 -27.3000 18.7300 1615.0 RISHOW +WA003848520 -27.2000 18.9800 1390.0 KOTZEKOUS +WA003852330 -27.3800 19.1300 1250.0 HANGAS +WA003855160 -27.1000 19.3000 1020.0 WARMFONTEIN +WA004131580 -26.6300 15.1000 940.0 AUSWEICHE +WA004150450 -26.7500 16.0300 1200.0 TSIRUB +WA004155510 -26.6800 16.3200 1480.0 AUSNEK +WA004162280 -26.8000 16.6300 1345.0 TSACHANABIS +WA004166110 -26.6800 16.8500 1370.0 GUIBES +WA004174050 -26.7500 17.2300 940.0 GOAGEB +WA004185290 -26.8200 17.8000 705.0 SEEHEIM +WA004191820 -26.5300 18.1200 1077.0 J.G.H. VAN DER WATH AIRP GSN 68312 +WA004192150 -26.5800 18.1300 980.0 KEETMANSHOOP +WA004202140 -26.5700 18.6300 900.0 STAMPRIET +WA004216960 -26.6000 19.4000 990.0 SALZTAL +WA004222570 -26.7800 19.6500 970.0 AROAB +WA004225380 -26.9700 19.8000 918.0 LOUWSVLEI +WA004528170 -26.1200 16.4700 1600.0 MERICO +WA004542700 -26.5000 17.1500 1000.0 BETHANIEN +WA004560270 -26.4500 18.0200 1140.0 GELLAP +WA004586390 -26.1500 19.3700 1006.0 MORGENZON +WA004893360 -25.6000 16.2000 1450.0 DOPPELKUPPE +WA004901320 -25.7000 16.5800 1620.0 ROOIRAND +WA004906230 -25.8800 16.8500 1390.0 HELMERINGHAUSEN +WA004906620 -25.5300 16.8800 1735.0 NEU-MAGUAMS +WA004912120 -25.5300 17.1300 1480.0 ZACKENBERGE +WA004913570 -25.9500 17.2000 1413.0 ALSUMA +WA004925090 -25.9800 17.7800 925.0 BERSEBA +WA004932330 -25.8800 18.1300 980.0 TSES +WA004952670 -25.9500 19.1500 985.0 KOES +WA004955340 -25.9000 19.3000 1000.0 GRABSTEIN +WA004970190 -25.7700 20.0000 1000.0 MATA MATA +WA005266790 -25.3200 16.3800 1260.0 BETTA +WA005270170 -25.2800 16.5200 1460.0 DUWISIB +WA005274300 -25.1700 16.7500 1223.0 KLEINFONTEIN +WA005294280 -25.1300 17.7500 1010.0 GIBEON +WA005294520 -25.0300 17.7700 1060.0 GIBEON +WA005307000 -25.1700 18.4000 1158.0 WELVERDIEND +WA005310370 -25.1200 18.5300 1144.0 EENZAAMHEID +WA005318490 -25.1500 18.9800 1090.0 GRAUWATER +WA005321730 -25.3800 19.1000 1060.0 WEILENRODE +WA005656660 -24.6000 16.3800 1590.0 FRIEDLAND +WA005663090 -24.6500 16.6800 1186.0 DASSIESFONTEIN +WA005668600 -24.8300 16.9800 1340.0 MALTAHOHE +WA005680950 -24.5800 17.5700 1190.0 ALT-HARIBES +WA005683070 -24.6200 17.6800 1191.0 DRIEFONTEIN +WA005688170 -24.6200 17.9700 1110.0 MARIENTAL +WA005700880 -24.9700 18.5500 1152.0 PANNETJIESVELD +WA005701860 -24.6000 18.6200 1158.0 BENALAY +WA005705310 -24.8500 18.8000 1125.0 GOCHAS +WA005706370 -24.6200 18.8700 1162.0 DUINEVELD +WA006083760 -24.2700 16.2200 1850.0 NAUKLUFT +WA006084880 -24.1300 16.2800 1870.0 BLASSKRANZ +WA006092700 -24.5000 16.6500 1380.0 URUSIS +WA006095670 -24.4500 16.8200 1320.0 NOMTSAS +WA006097340 -24.2300 16.9200 1320.0 ARUSIS +WA006108840 -24.2300 17.5000 1200.0 KUB +WA006111530 -24.0500 17.6000 1240.0 GANDINI +WA006112870 -24.2800 17.6700 1185.0 BISIPOORT +WA006118230 -24.2200 17.9700 1235.0 TWILIGHT +WA006125020 -24.3700 18.2800 1188.0 EDELWEIS +WA006127330 -24.2200 18.4200 1196.0 GIRUP +WA006127710 -24.3500 18.4300 1174.0 BRISMARK +WA006128970 -24.4500 18.5000 1165.0 WITKRANS +WA006133750 -24.2500 18.7200 1196.0 KAMEELBOOM +WA006141880 -24.1300 19.1200 1185.0 ARANOS +WA006144060 -24.2700 19.2300 1140.0 KAMEELDRAAI +WA006150210 -24.3500 19.5200 1153.0 TOEVLUG +WA006156670 -24.1200 19.8800 1178.0 GOEDEHOOD +WA006490640 -23.5670 15.0500 400.0 GOBABEB GSN 68106 +WA006508360 -23.9300 15.9700 985.0 CONSTANTIA +WA006511920 -23.7000 16.1200 1100.0 MIDDELPLAAS +WA006515490 -23.6500 16.3200 1826.0 NAUCHAS +WA006538810 -23.6800 17.5000 1250.0 WILDERNIS +WA006546460 -23.7700 17.8700 1300.0 MBELA +WA006548020 -23.8700 17.9500 1800.0 BITTERWASSER +WA006548420 -23.5300 17.9800 1300.0 RHEINPFALZ +WA006552550 -23.7500 18.1500 1276.0 JA DENNOCH +WA006553970 -23.6200 18.2300 1296.0 KILDARE +WA006555030 -23.8800 18.2800 1267.0 GOMCHANAS +WA006560280 -23.9700 18.5200 1250.0 STRATE +WA006564570 -23.6200 18.7700 1260.0 REITZ +WA006565410 -23.5200 18.8200 1273.0 LEONARDVILLE +WA006565820 -23.7000 18.8300 1230.0 CILLIERS +WA006567710 -23.8500 18.9300 1220.0 MANIE +WA006570360 -23.6000 19.0300 1266.0 UITKOMS +WA006961830 -23.0500 16.6200 1750.0 MAHONDA +WA006964920 -23.2000 16.7800 1650.0 NAOS +WA006981140 -23.4000 17.5700 1400.0 KOUS +WA006987780 -23.4700 17.9300 1350.0 BEENBRECK +WA006990520 -23.3700 18.0300 1356.0 DORNENPFANNE +WA007010240 -23.4000 19.0200 1332.0 MONICA +WA007347730 -22.8800 14.4300 1.0 PELICAN POINT +WA007350110 -22.6800 14.5300 12.0 SWAKOPMUND +WA007372370 -22.9500 15.6300 1110.0 SKILERKOP +WA007375270 -22.7800 15.8000 1240.0 DONKERHUK +WA007376930 -22.5500 15.9000 1032.0 KALTENHAUSEN +WA007384350 -22.7500 16.2500 1400.0 TSAWISIS +WA007385190 -22.6500 16.3000 1320.0 GANAMS +WA007386470 -22.7800 16.3700 1665.0 TERDA ROSSA +WA007387890 -22.6500 16.4500 1600.0 AANDRUS +WA007393660 -22.6000 16.7200 1740.0 NEUHEUSIS +WA007394840 -22.5700 16.7800 1820.0 HOCHFELS AIRY +WA007398130 -22.5500 16.9700 1650.0 DAAN VILJOEN WILDTUIN +WA007400630 -22.5500 17.0500 1640.0 WINDHOEK +WA007401240 -22.5700 17.0800 1660.0 WINDHOEK +WA007401350 -22.7500 17.0800 1840.0 KRUMHUK +WA007401540 -22.5670 17.1000 1700.0 WINDHOEK GSN 68110 +WA007401850 -22.5800 17.1200 1740.0 WINDHOEK +WA007405750 -22.5800 17.3300 1680.0 VOIGTLAND +WA007406770 -22.7800 17.3800 1725.0 BINSENHEIM +WA007407110 -22.8500 17.4000 1820.0 GAUCHAB +WA007407920 -22.7000 17.4500 1780.0 HOHENHAU +WA007413260 -22.9300 17.6800 1600.0 DORDABIS +WA007423480 -22.8000 18.2000 1458.0 DOREEN +WA007424150 -22.9200 18.2300 1407.0 OLIVE +WA007431170 -22.9500 18.5700 1350.0 STYRIA +WA007433700 -22.6700 18.7200 1418.0 SCHELLENBERG +WA007436670 -22.6200 18.8800 1437.0 BEXHAGEN +WA007444190 -22.9800 19.2300 1417.0 ROSENDAL +WA007444590 -22.6500 19.2700 1456.0 GAUS +WA007810860 -22.4300 15.5500 968.0 MARMOR +WA007813090 -22.1500 15.6800 1190.0 NARUBIS +WA007815220 -22.2000 15.8000 1084.0 GOAS +WA007818150 -22.0800 15.9700 1294.0 OKONGAVA +WA007821460 -22.4300 16.0800 925.0 GANACHAS +WA007822320 -22.3700 16.1300 910.0 OTJIMBINGWE NORD +WA007827040 -22.2300 16.4000 1180.0 KAIKOP +WA007828730 -22.0500 16.5000 1320.0 ONGOMBOMBERO +WA007833550 -22.4200 16.7000 1545.0 KALIBER +WA007835340 -22.4000 16.8000 1600.0 OKARIRO +WA007835770 -22.1200 16.8300 1260.0 OSONA +WA007837030 -22.2200 16.9000 1420.0 DAVISDREHE +WA007837680 -22.3000 16.9300 1380.0 GROSSE MASSIV +WA007841360 -22.2700 17.0800 1660.0 GUSINDE +WA007843280 -22.4700 17.1800 1020.0 HOFFNUNG +WA007844480 -22.4700 17.2500 2000.0 LUDWIGKOP +WA007845980 -22.4700 17.3300 1860.0 NEUDAMM +WA007846300 -22.5000 17.3500 1780.0 NEUDAMM +WA007847200 -22.5000 17.4000 1740.0 ONDEKAREMBA +WA007847230 -22.0500 17.4200 1620.0 OTJOZONJATI +WA007848260 -22.2700 17.4700 1755.0 OTJITUBZU OST +WA007848390 -22.4830 17.4670 1700.0 HOSEA KUTAKO INTL A 68112 +WA007851770 -22.4500 17.6000 1620.0 SEEIS +WA007851830 -22.0500 17.6200 1764.0 OTJIKUNDUA +WA007852200 -22.1700 17.6300 1720.0 MECKLENBURG +WA007854900 -22.1700 17.7800 1653.0 OKAHUA +WA007860970 -22.1200 18.0700 1633.0 KANONSCHOOT +WA007862830 -22.2200 18.1700 1583.0 OMATEVA +WA007868650 -22.4200 18.4800 1450.0 WITVLEI +WA007872630 -22.3800 18.6500 1484.0 NINETTE +WA007877120 -22.3700 18.9000 1474.0 KARLSRUH +WA007878380 -22.5000 18.9670 1400.0 GOBABIS 68116 +WA007897980 -22.3000 19.9500 1290.0 SANDFONTEIN +WA008227940 -21.7300 13.9800 5.0 CAPE CROSS BAY +WA008261490 -21.9800 15.5800 873.0 USAKOS +WA008275650 -21.9200 16.3200 1341.0 WILHELMSTAL +WA008278480 -21.6300 16.4800 1450.0 OTJOMBUINDJA +WA008286550 -21.9200 16.8700 1400.0 OKAKANGO +WA008292250 -21.7500 17.1300 1550.0 OTJOMBALI +WA008298550 -21.7500 17.4800 1500.0 VOORUITGAAN +WA008304520 -21.5300 17.7700 1550.0 OKAJURA +WA008305800 -21.6700 17.8300 1500.0 ONDUNDUWAZIRAPI +WA008314390 -21.8200 18.2500 1653.0 STEINHAUSEN +WA008326850 -21.9200 18.8800 1556.0 OWINGI +WA008332220 -21.7000 19.1300 1461.0 EPUKIRO +WA008337530 -21.5500 19.4300 1428.0 OTJITETEWE +WA008698420 -21.0300 15.4800 1205.0 OMATJETE +WA008704030 -21.2200 15.7300 1240.0 ETENDERD +WA008706200 -21.3300 15.8500 1350.0 KOMPANENO +WA008707750 -21.4170 15.9330 1217.0 OMARURU 68114 +WA008712590 -21.3200 16.1500 1200.0 OMBURO N.W.II +WA008712780 -21.1300 16.1700 1500.0 EHERATENGUA +WA008713630 -21.0500 16.2200 1500.0 OMBONA +WA008714110 -21.3500 16.2300 1400.0 OMBURO SUID +WA008727100 -21.3300 16.9000 1400.0 DUNROAMIN +WA008730930 -21.0500 17.0700 1400.0 FALMOUTH +WA008731170 -21.4500 17.0700 1400.0 OKANDJOSE +WA008733220 -21.3700 17.1800 1400.0 OKAKUYA +WA008734510 -21.0200 17.2700 1400.0 ONDEKAREMBA NORD +WA008746490 -21.3200 17.8700 1450.0 OMANTUMBA +WA008746590 -21.4800 17.8700 1550.0 HOCHFELD +WA008751070 -21.2800 18.0700 1520.0 KALIDONA +WA008752040 -21.4000 18.1200 1574.0 RODENBECK +WA008754450 -21.4200 18.2500 1625.0 AMATOLA +WA008756290 -21.4800 18.3500 1592.0 DWESSA +WA008760370 -21.1200 18.5300 1445.0 OTJOZONDJOU +WA008763260 -21.4300 18.6800 1535.0 OKOSONDANA +WA008765760 -21.1000 18.8300 1425.0 EPATA +WA009151670 -20.7800 15.6000 1220.0 OKAKOMBO +WA009154460 -20.9300 15.7500 1325.0 EREMUTUA +WA009156230 -20.8800 15.8500 1355.0 EREMUTUA NOORD OOS +WA009157810 -20.5200 15.9500 1203.0 OTJITOROA WES +WA009158370 -20.9500 15.9700 1450.0 OTJERIWANGA +WA009163230 -20.8800 16.1800 1512.0 EISENBERG +WA009166980 -20.6300 16.4000 1425.0 HILLENHOF +WA009174330 -20.7200 16.7500 1580.0 ETEKERO +WA009174420 -20.8700 16.7500 1516.0 OMUSEMA-UAREI +WA009181280 -20.6300 17.0800 1485.0 OKOSONGOMINGO +WA009195050 -20.9200 17.7800 1338.0 LA PALOMA +WA009585120 -20.0300 14.8000 1002.0 EHOBIB +WA009588330 -20.3800 14.9700 945.0 KHORIXAS +WA009601210 -20.0200 15.5800 1338.0 CAUAS NORD +WA009612470 -20.1200 16.1500 1260.0 DUTJO +WA009637850 -20.0800 17.4500 1448.0 GUTWEIDE +WA009647830 -20.0500 17.9500 1310.0 OMAMBONDE +WA010026470 -19.7800 14.3700 1500.0 GROOTBERG +WA010035580 -19.8000 14.8200 1200.0 ONDJOU +WA010036080 -19.6300 14.8500 1200.0 KAMANJAB +WA010040140 -19.7300 15.0200 1100.0 URIEIS EKANGO +WA010041550 -19.5800 15.1000 1300.0 SENDELING +WA010043170 -19.7800 15.1800 1198.0 OTJITAMBI +WA010050800 -19.8300 15.5500 1200.0 NAMATANGA +WA010063530 -19.8800 16.2000 1300.0 IMPERIAL RANCH +WA010066250 -19.9200 16.3500 1200.0 NETTLETON +WA010066890 -19.9800 16.3800 1200.0 GAMKARAB +WA010082900 -19.8300 17.1700 1450.0 CONRADIE +WA010085780 -19.6300 17.3300 1420.0 OTAVI +WA010086600 -20.0000 17.3700 1450.0 UNA +WA010094670 -19.7800 17.7700 1500.0 RIETFONTEIN +WA010095930 -19.8800 17.8300 1400.0 GAI KAISA +WA010096390 -19.6500 17.8700 1550.0 AWAGOBIBTAL +WA010098500 -19.6700 17.9800 1480.0 UITKOMST +WA010098520 -19.7000 17.9800 1475.0 OTJIRUKAKU +WA010101180 -19.9700 18.0700 1300.0 GABASIS +WA010101860 -19.6000 18.1170 1400.0 GROOTFONTEIN GSN 68014 +WA010107010 -19.6800 18.4000 1250.0 EINDRUS +WA010111300 -19.6700 18.5800 1215.0 OTJITUO +WA010117880 -19.6300 18.9500 1100.0 OWOESTENY +WA010150350 -19.5800 20.5300 1000.0 TSUMKWE +WA010472480 -19.1300 13.6500 577.0 SESFONTEIN +WA010517310 -19.1500 15.9120 1100.0 OKAUKUEJO 68010 +WA010518000 -19.3300 15.9500 1050.0 OMBIKA +WA010526410 -19.1800 16.3700 1050.0 HALALI +WA010542310 -19.3500 17.1300 1200.0 SOAVIS +WA010543290 -19.4800 17.1800 1300.0 HUTTENHOF +WA010543500 -19.3300 17.2000 1250.0 SISSEKAB +WA010553740 -19.2300 17.7200 1311.0 TSUMEB - POL +WA010554470 -19.4500 17.7500 1400.0 GAUB +WA010558090 -19.4800 17.9500 1450.0 TOGGENBURG +WA010574650 -19.2500 18.7700 1200.0 ABENDRUHE +WA010576160 -19.2700 18.8500 1200.0 MAROELABOOM +WA010577230 -19.0500 18.9200 1000.0 SONOP +WA011018280 -18.8000 16.9700 1100.0 NAMUTONI +WA011021610 -18.6800 17.1000 1100.0 ONGUMA +WA011037970 -18.7800 17.9500 1100.0 TSINTSABIS +WA011042020 -18.8700 18.1200 1450.0 CHOANTSAS +WA011045350 -18.9200 18.3000 900.0 KOUKUAS +WA011592110 -18.0200 20.6300 1075.0 NJANGANA +WA011986750 -17.7500 14.8800 1000.0 TSHANDI +WA011990010 -17.5200 15.0200 1000.0 OMBALANTU +WA011991430 -17.8800 15.0800 1030.0 REHOBOTH +WA011998200 -17.6700 15.4700 1050.0 OSHIKUKU +WA012003750 -17.7500 15.7200 1050.0 OKATANA +WA012011470 -17.9500 16.0800 1100.0 ONIIPA +WA012064960 -17.7700 18.7800 1100.0 TONDORO +WA012076210 -17.8500 19.3500 1050.0 SAMBUSU +WA012084750 -17.9170 19.7670 1100.0 RUNDU 68018 +WA012505070 -17.4500 14.7800 1105.0 MAHANENE NAVORSINGSTAS +WAM00068006 -17.9330 15.9830 1100.0 ONDANGWA 68006 +WAM00068098 -22.9830 14.6500 88.0 WALVIS BAY AIRPORT 68098 +WF000917530 -13.2330 -176.1670 27.0 HIHIFO (ILE WALLIS) GSN 91753 +WFM00091754 -14.3170 -178.1170 36.0 FUTUNA ISL/MAOPOOPO 91754 +WIM00060096 23.7000 -15.8670 10.0 VILLA CISNEROS(MIL) 60096 +WQW00041606 19.2833 166.6500 4.3 UM WAKE ISLAND 91246 +WZ004094600 -27.1700 31.2700 983.0 DWALENI +WZ004451000 -26.6700 31.0700 1030.0 MANKAYANE +WZ004455110 -26.5330 31.3000 641.0 MANZINI/MATSAPA AIR 68396 +WZ004467410 -26.8500 31.9200 100.0 BIG BEND(WISSEL RODE) +WZ004822290 -26.3200 31.1300 1219.0 MBABANE +WZ004834260 -26.1000 31.7500 250.0 SWAZILAND RANCH-HOMEST +ZA000067403 -9.8000 29.0830 1324.0 KAWAMBWA 67403 +ZA000067441 -11.7500 24.4330 1363.0 MWINILUNGA GSN 67441 +ZA000067475 -10.2170 31.1330 1384.0 KASAMA GSN 67475 +ZA000067531 -13.5330 23.1170 1078.0 ZAMBEZI 67531 +ZA000067541 -13.5330 25.8500 1234.0 KASEMPA 67541 +ZA000067543 -13.6000 24.2000 1075.0 KABOMPO 67543 +ZA000067551 -12.1830 26.3830 1386.0 SOLWEZI 67551 +ZA000067561 -13.0000 28.6500 1270.0 NDOLA 67561 +ZA000067571 -13.2330 30.2170 1384.0 SERENJE 67571 +ZA000067581 -13.5500 32.5830 1032.0 CHIPATA GSN 67581 +ZA000067583 -12.2830 33.2000 1143.0 LUNDAZI 67583 +ZA000067633 -15.2500 23.1500 1053.0 MONGU GSN 67633 +ZA000067641 -14.8000 24.8000 1213.0 KAOMA 67641 +ZA000067659 -15.7670 27.9170 978.0 KAFUE POLDER 67659 +ZA000067667 -15.5500 28.2500 1213.0 MOUNT MAKULU 67667 +ZA000067741 -17.4670 24.3000 951.0 SESHEKE 67741 +ZA000067743 -17.8170 25.8170 986.0 LIVINGSTONE GSN 67743 +ZA000067753 -16.8330 27.0670 1278.0 CHOMA 67753 +ZAM00067663 -14.4500 28.4670 1207.0 KABWE/MILLIKEN 67663 +ZI000067755 -17.6170 27.3330 617.0 BINGA 67755 +ZI000067761 -16.5170 28.8830 518.0 KARIBA 67761 +ZI000067765 -16.8330 29.6170 1344.0 KAROI 67765 +ZI000067775 -17.9170 31.1330 1480.0 HARARE (KUTSAGA) GSN 67775 +ZI000067779 -16.7830 31.5830 966.0 MOUNT DARWIN 67779 +ZI000067781 -17.4170 32.2170 1244.0 MUTOKO 67781 +ZI000067789 -17.0330 30.8500 1480.0 MVURWI 67789 +ZI000067843 -18.1000 25.8500 1062.0 VICTORIA FALLS 67843 +ZI000067853 -18.6330 27.0000 1077.0 HWANGE NATIONAL PAR 67853 +ZI000067861 -18.2170 28.9330 1282.0 GOKWE 67861 +ZI000067865 -18.9330 29.8330 1215.0 KWEKWE 67865 +ZI000067867 -19.4500 29.8500 1429.0 GWERU 67867 +ZI000067889 -18.2830 32.7500 1880.0 WYANGA 67889 +ZI000067964 -20.1500 28.6170 1344.0 BULAWAYO (GOETZ OBS GSN 67964 +ZI000067965 -20.0170 28.6170 1326.0 BULAWAYO AIRPORT 67965 +ZI000067969 -21.0500 29.3670 861.0 WEST NICHOLSON 67969 +ZI000067975 -20.0670 30.8670 1095.0 MASVINGO 67975 +ZI000067977 -21.0170 31.5830 430.0 BUFFALO RANGE 67977 +ZI000067983 -20.2000 32.6160 1132.0 CHIPINGE GSN 67983 +ZI000067991 -22.2170 30.0000 457.0 BEITBRIDGE 67991 diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/getweather.py b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/getweather.py new file mode 100755 index 000000000..6c3bb0372 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/getweather.py @@ -0,0 +1,186 @@ + +import os +import urllib +import functools + +import numpy as np +import pandas as pd + +# if we don't have the stations file locally, download it +if not os.path.isfile('stations.txt'): + urllib.request.urlretrieve('https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/ghcnd-stations.txt', + 'stations.txt') + + +# FORMAT OF "ghcnd-stations.txt" +# ------------------------------ +# Variable Columns Type +# ------------------------------ +# ID 1-11 Character +# LATITUDE 13-20 Real +# LONGITUDE 22-30 Real +# ELEVATION 32-37 Real +# STATE 39-40 Character +# NAME 42-71 Character +# GSN FLAG 73-75 Character +# HCN/CRN FLAG 77-79 Character +# WMO ID 81-85 Character +# ------------------------------ + + +# parse the stations.txt file as described in video 05_02 +allstations = np.genfromtxt('stations.txt', delimiter=[11,9,10,7,3,31,4,4,6], + usecols=[0,1,2,3,4,5,6,7,8], + names=['id','latitude','longitude','elevation','state','name','gsn','hcn','wmo'], + dtype=['U11','d','d','d','U3','U31','U4','U4','U6'], + autostrip=True) + +def getfile(station_name): + """Download the dly file for station_name, and return the local filename. + + If station_name is not in the list, find a station that _begins_ + with station_name, but give precedence to HCN and GSN stations.""" + + # name of the local file + station_file = f'{station_name}.dly' + + # if we don't have the file locally... + if not os.path.isfile(station_file): + # figure out the station id from the stations.txt file + + # start with all the station with names that begin as requested + stations = allstations[np.char.find(allstations['name'], station_name) == 0] + + if len(stations) == 0: + raise IOError("Station not available.") + + # we prefer GSN stations if available, then HCN, then we default to the first match + if np.any(stations['gsn'] != ''): + station = stations[stations['gsn'] != ''][0] + elif np.any(stations['hcn'] != ''): + station = stations[stations['hcn'] != ''][0] + else: + station = stations[0] + + print(f"Using {station}.") + + # compose the URL at which we expect to find the data + url = f'https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/all/{station["id"]}.dly' + + print(f'Downloading {url}...') + + # download it to the local file + urllib.request.urlretrieve(url, station_file) + + return station_file + + +# FORMAT OF "*.dly" files +# ------------------------------ +# Variable Columns Type +# ------------------------------ +# ID 1-11 Character +# YEAR 12-15 Integer +# MONTH 16-17 Integer +# ELEMENT 18-21 Character +# VALUE1 22-26 Integer +# MFLAG1 27-27 Character +# QFLAG1 28-28 Character +# SFLAG1 29-29 Character +# VALUE2 30-34 Integer +# MFLAG2 35-35 Character +# QFLAG2 36-36 Character +# SFLAG2 37-37 Character +# . . . +# . . . +# . . . +# VALUE31 262-266 Integer +# MFLAG31 267-267 Character +# QFLAG31 268-268 Character +# SFLAG31 269-269 Character +# ------------------------------ + + +# cache the results of this call so we do the work only once +@functools.lru_cache() +def getdata(station_name): + """Make a pandas DataFrame with clean weather data for station_name. + + If station_name cannot be found, find a station that _begins_ + with station_name, but give precedence to HCN and GSN stations.""" + + station_file = getfile(station_name) + + # load the fixed-width file following its definition in readme.txt + # note that there are 31 sequences of values + flags, one of each day of the month + # (some will be undefined for some months) + w = np.genfromtxt(station_file, + delimiter=[11,4,2,4] + [5,1,1,1]*31, + # we will not use the daily flags, so this list becomes + # 0, 1, 2, 3, 4, 8, 12, 16, 20, 24... + usecols=[0,1,2,3] + list(range(4,4*32,4)), + # the names of the daily observations will be day1, day2, day3, ... + names=['id','year','month','element'] + [f'day{i}' for i in range(1,32)], + dtype=['U11','i','i','U4'] + ['d']*31, + autostrip=True) + + # convert the numpy record array to a pandas DataFrame, a more powerful object + # for cleaning and restructuring data + pw = pd.DataFrame(w) + + # "melt" the daily observations into one record per daily observation, + # storing the column name in 'day' + pw = pd.melt(pw, id_vars=['id','year','month','element'], var_name='day', value_name='value') + + # throw away null observations + pw = pw[pw.value != -9999] + + # keep only min/max temperatures, precipitation, and snow + pw = pw[pw.element.isin(['TMAX','TMIN','PRCP','SNOW'])] + + # convert 'day1', 'day2', etc. to the number of the day + pw['day'] = pw.day.apply(lambda x: int(x[3:])) + + # make a date out of year, month, day + pw['date'] = pd.to_datetime(pw[['year','month','day']]) + + # keep only data, element, and value + pw = pw[['date','element','value']] + + # restructure the DataFrame so that different elements for the same day appear in the same row + # (basically the opposite of melt) + pw = pw.pivot(index='date', columns='element')['value'] + pw.columns.name = None + pw = pw[['TMIN','TMAX','PRCP','SNOW']] + + # last, convert temperatures to degrees + pw['TMIN'] /= 10.0 + pw['TMAX'] /= 10.0 + + # wow, all done + return pw + + +def getyear(station_name, elements, year): + """Make a NumPy record array of length 365, containing weather data + at station_name for the list of requested elements (TMIN/TMAX/PRCP/SNOW), + restricted to year. + + If station_name is not in the list, find a station that _begins_ + with station_name, but give precedence to HCN and GSN stations. + """ + + alldata = getdata(station_name) + + # select data by year, and get rid of the extra day in leap years + # then pick out the "element" column + yeardata = alldata[(alldata.index.year == year) & (alldata.index.dayofyear < 366)] + + # make an empty record array full of nans + empty = np.full(365, np.nan, dtype=[(element, np.float64) for element in elements]) + + for element in elements: + # fill it with values, using day of the year (1 to 365) as index + empty[element][yeardata.index.dayofyear - 1] = yeardata[element].values + + return empty diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/nytimes.png b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/nytimes.png new file mode 100755 index 000000000..48e5766d7 Binary files /dev/null and b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/nytimes.png differ diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/nytimes.txt b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/nytimes.txt new file mode 100755 index 000000000..2c7af63d4 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter5/nytimes.txt @@ -0,0 +1 @@ +Image captured from https://www.nytimes.com/interactive/2019/01/28/world/year-in-weather.html on 2020-01-25. diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/.ipynb_checkpoints/06_02_dataframes-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/.ipynb_checkpoints/06_02_dataframes-checkpoint.ipynb new file mode 100755 index 000000000..f2095da5f --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/.ipynb_checkpoints/06_02_dataframes-checkpoint.ipynb @@ -0,0 +1,304 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 06_02: Pandas DataFrames and Series" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.options.display.max_rows = 16" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels = pd.read_csv('nobels.csv', names=['year','discipline','nobelist'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.info()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.head()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.tail()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(nobels)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.columns" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.index" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels['discipline']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.nobelist" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.discipline.values[:50]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.discipline.unique()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.nobelist.value_counts()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# select rows by building a Boolean mask, and using it as fancy index\n", + "nobels[nobels.discipline == 'Physics']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# select rows by the string-expression-based query interface\n", + "nobels.query('discipline == \"Chemistry\"')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels['Curie' in nobels.nobelist]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# Series.str methods perform operations on Series values as strings;\n", + "# \"contains\" tests if a pattern is contained in each element;\n", + "# so we select the rows in which the field \"nobelist\" contains \"Curie\"\n", + "\n", + "nobels[nobels.nobelist.str.contains('Curie')]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "disco = np.load('discography.npy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "disco" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "disco_df = pd.DataFrame(disco)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "disco_df" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "disco_df.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.DataFrame([{'title': 'David Bowie', 'year': 1969},\n", + " {'title': 'The Man Who Sold the World', 'year': 1970},\n", + " {'title': 'Hunky Dory', 'year': 1971}])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.DataFrame([('Ziggy Stardust', 1), ('Aladdin Sane', 1), ('Pin Ups', 1)], columns=['title','toprank'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "disco['title'], disco['release']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.DataFrame({'title': ['David Bowie', 'The Man Who Sold the World', 'Hunky Dory',\n", + " 'Ziggy Stardust', 'Aladdin Sane', 'Pin Ups', 'Diamond Dogs',\n", + " 'Young Americans', 'Station To Station', 'Low', 'Heroes', 'Lodger'],\n", + " 'release': ['1969-11-14', '1970-11-04', '1971-12-17', '1972-06-16',\n", + " '1973-04-13', '1973-10-19', '1974-05-24', '1975-03-07',\n", + " '1976-01-23', '1977-01-14', '1977-10-14', '1979-05-18']})" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/.ipynb_checkpoints/06_03_indexing-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/.ipynb_checkpoints/06_03_indexing-checkpoint.ipynb new file mode 100755 index 000000000..ab1e4bee1 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/.ipynb_checkpoints/06_03_indexing-checkpoint.ipynb @@ -0,0 +1,287 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 06_03: Pandas DataFrame Indexing" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.options.display.max_rows = 16" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels = pd.read_csv('nobels.csv', names=['year','discipline','nobelist'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.index" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_year = nobels.set_index('year')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_year" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_year.index" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_year.loc[1901]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_year.loc[1901, 'nobelist']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_year.loc[1914:1918]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_discipline = nobels.set_index('discipline').sort_index()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_discipline.head()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_discipline.loc['Physics']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_discipline.loc['Medicine':'Peace']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_year.iloc[0:10]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi = nobels.set_index(['year','discipline'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi.index" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi.index.get_level_values(0)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi.index.get_level_values(1)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi.loc[(2017, 'Physics')]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi.loc[(1901:1910, 'Chemistry')]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi.loc[(slice(1901,1910), 'Chemistry')]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# to avoid multi-indexing ambiguity, we specify a range of columns (here \":\" for all of them)\n", + "nobels_multi.loc[(slice(1901,1910), 'Chemistry'), :]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# slice(None) is longhand for the end-to-end slice \":\"\n", + "nobels_multi.loc[(slice(None), ['Chemistry','Physics']), :]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# make three Boolean masks based on year and discipline values;\n", + "# combine them element-by-element with logical AND; use result as fancy index\n", + "\n", + "nobels[(nobels.year >= 1901) & (nobels.year <= 1910) & (nobels.discipline == 'Chemistry')]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.query('year >= 1901 and year <= 1910 and discipline == \"Chemistry\"')" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/.ipynb_checkpoints/06_04_plotting-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/.ipynb_checkpoints/06_04_plotting-checkpoint.ipynb new file mode 100755 index 000000000..2fb0b495a --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/.ipynb_checkpoints/06_04_plotting-checkpoint.ipynb @@ -0,0 +1,249 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 06_04: Plotting with Pandas" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.options.display.max_rows = 16" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder = pd.read_csv('gapminder.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder.head()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder.describe()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# create a new Series by doing numpy math on a DataFrame column;\n", + "# use dict-like syntax to assign the new Series to a new column in the DataFrame\n", + "gapminder['log_gdp_per_day'] = np.log10(gapminder['gdp_per_capita'] / 365.25)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder.head()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder_by_year = gapminder.set_index('year').sort_index()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder_by_country = gapminder.set_index('country').sort_index()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder_by_year.loc[1960].plot.scatter('log_gdp_per_day', 'life_expectancy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# to superimpose multiple Pandas plots, save the axes object returned by the first,\n", + "# pass it as \"ax\" to further plots\n", + "\n", + "axes = gapminder_by_year.loc[1960].plot.scatter('log_gdp_per_day', 'life_expectancy', label=1960)\n", + "gapminder_by_year.loc[2015].plot.scatter('log_gdp_per_day', 'life_expectancy', label=2015, color='C1', ax=axes)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "axes = gapminder_by_year.loc[1960].plot.scatter('log_gdp_per_day', 'age5_surviving', label=1960)\n", + "gapminder_by_year.loc[2015].plot.scatter('log_gdp_per_day', 'age5_surviving', label=2015, color='C1', ax=axes)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder_by_country.loc['Italy'].plot('year', 'life_expectancy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder_by_country.loc['Italy'].sort_values('year').plot('year', 'life_expectancy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "axes = gapminder_by_country.loc['Italy'].sort_values('year').plot('year', 'life_expectancy', label='Italy')\n", + "gapminder_by_country.loc['China'].sort_values('year').plot('year', 'life_expectancy', label='China', ax=axes)\n", + "gapminder_by_country.loc['United States'].sort_values('year').plot('year', 'life_expectancy', label='USA', ax=axes)\n", + "\n", + "pp.axis(xmin=1900)\n", + "pp.ylabel('life expectancy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder.babies_per_woman.mean()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# compute all-countries mean of babies_per_woman after segmenting data by year;\n", + "# result is Series indexed by year\n", + "gapminder.groupby('year').babies_per_woman.mean()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder.groupby('year').babies_per_woman.mean().plot()\n", + "pp.ylabel('babies per woman')\n", + "\n", + "# with secondary_y = True, the second plot generate a second set of axis labels\n", + "gapminder.groupby('year').age5_surviving.mean().plot(secondary_y=True)\n", + "pp.ylabel('age 5 survival [%]')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# pivot table: segment babies_per_woman data by both year and region, then take mean \n", + "gapminder.pivot_table('babies_per_woman', 'year', 'region')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder.pivot_table('babies_per_woman', 'year', 'region').plot()\n", + "pp.title('babies per woman')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder.pivot_table('age5_surviving', 'year', 'region').plot()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/06_02_dataframes.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/06_02_dataframes.ipynb new file mode 100755 index 000000000..f2095da5f --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/06_02_dataframes.ipynb @@ -0,0 +1,304 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 06_02: Pandas DataFrames and Series" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.options.display.max_rows = 16" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels = pd.read_csv('nobels.csv', names=['year','discipline','nobelist'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.info()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.head()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.tail()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "len(nobels)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.columns" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.index" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels['discipline']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.nobelist" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.discipline.values[:50]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.discipline.unique()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.nobelist.value_counts()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# select rows by building a Boolean mask, and using it as fancy index\n", + "nobels[nobels.discipline == 'Physics']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# select rows by the string-expression-based query interface\n", + "nobels.query('discipline == \"Chemistry\"')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels['Curie' in nobels.nobelist]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# Series.str methods perform operations on Series values as strings;\n", + "# \"contains\" tests if a pattern is contained in each element;\n", + "# so we select the rows in which the field \"nobelist\" contains \"Curie\"\n", + "\n", + "nobels[nobels.nobelist.str.contains('Curie')]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "disco = np.load('discography.npy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "disco" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "disco_df = pd.DataFrame(disco)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "disco_df" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "disco_df.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.DataFrame([{'title': 'David Bowie', 'year': 1969},\n", + " {'title': 'The Man Who Sold the World', 'year': 1970},\n", + " {'title': 'Hunky Dory', 'year': 1971}])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.DataFrame([('Ziggy Stardust', 1), ('Aladdin Sane', 1), ('Pin Ups', 1)], columns=['title','toprank'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "disco['title'], disco['release']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.DataFrame({'title': ['David Bowie', 'The Man Who Sold the World', 'Hunky Dory',\n", + " 'Ziggy Stardust', 'Aladdin Sane', 'Pin Ups', 'Diamond Dogs',\n", + " 'Young Americans', 'Station To Station', 'Low', 'Heroes', 'Lodger'],\n", + " 'release': ['1969-11-14', '1970-11-04', '1971-12-17', '1972-06-16',\n", + " '1973-04-13', '1973-10-19', '1974-05-24', '1975-03-07',\n", + " '1976-01-23', '1977-01-14', '1977-10-14', '1979-05-18']})" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/06_03_indexing.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/06_03_indexing.ipynb new file mode 100755 index 000000000..ab1e4bee1 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/06_03_indexing.ipynb @@ -0,0 +1,287 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 06_03: Pandas DataFrame Indexing" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.options.display.max_rows = 16" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels = pd.read_csv('nobels.csv', names=['year','discipline','nobelist'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.index" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_year = nobels.set_index('year')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_year" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_year.index" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_year.loc[1901]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_year.loc[1901, 'nobelist']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_year.loc[1914:1918]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_discipline = nobels.set_index('discipline').sort_index()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_discipline.head()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_discipline.loc['Physics']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_discipline.loc['Medicine':'Peace']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_by_year.iloc[0:10]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi = nobels.set_index(['year','discipline'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi.index" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi.index.get_level_values(0)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi.index.get_level_values(1)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi.loc[(2017, 'Physics')]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi.loc[(1901:1910, 'Chemistry')]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels_multi.loc[(slice(1901,1910), 'Chemistry')]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# to avoid multi-indexing ambiguity, we specify a range of columns (here \":\" for all of them)\n", + "nobels_multi.loc[(slice(1901,1910), 'Chemistry'), :]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# slice(None) is longhand for the end-to-end slice \":\"\n", + "nobels_multi.loc[(slice(None), ['Chemistry','Physics']), :]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# make three Boolean masks based on year and discipline values;\n", + "# combine them element-by-element with logical AND; use result as fancy index\n", + "\n", + "nobels[(nobels.year >= 1901) & (nobels.year <= 1910) & (nobels.discipline == 'Chemistry')]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "nobels.query('year >= 1901 and year <= 1910 and discipline == \"Chemistry\"')" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/06_04_plotting.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/06_04_plotting.ipynb new file mode 100755 index 000000000..2fb0b495a --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/06_04_plotting.ipynb @@ -0,0 +1,249 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 06_04: Plotting with Pandas" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.options.display.max_rows = 16" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder = pd.read_csv('gapminder.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder.head()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder.describe()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# create a new Series by doing numpy math on a DataFrame column;\n", + "# use dict-like syntax to assign the new Series to a new column in the DataFrame\n", + "gapminder['log_gdp_per_day'] = np.log10(gapminder['gdp_per_capita'] / 365.25)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder.head()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder_by_year = gapminder.set_index('year').sort_index()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder_by_country = gapminder.set_index('country').sort_index()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder_by_year.loc[1960].plot.scatter('log_gdp_per_day', 'life_expectancy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# to superimpose multiple Pandas plots, save the axes object returned by the first,\n", + "# pass it as \"ax\" to further plots\n", + "\n", + "axes = gapminder_by_year.loc[1960].plot.scatter('log_gdp_per_day', 'life_expectancy', label=1960)\n", + "gapminder_by_year.loc[2015].plot.scatter('log_gdp_per_day', 'life_expectancy', label=2015, color='C1', ax=axes)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "axes = gapminder_by_year.loc[1960].plot.scatter('log_gdp_per_day', 'age5_surviving', label=1960)\n", + "gapminder_by_year.loc[2015].plot.scatter('log_gdp_per_day', 'age5_surviving', label=2015, color='C1', ax=axes)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder_by_country.loc['Italy'].plot('year', 'life_expectancy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder_by_country.loc['Italy'].sort_values('year').plot('year', 'life_expectancy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "axes = gapminder_by_country.loc['Italy'].sort_values('year').plot('year', 'life_expectancy', label='Italy')\n", + "gapminder_by_country.loc['China'].sort_values('year').plot('year', 'life_expectancy', label='China', ax=axes)\n", + "gapminder_by_country.loc['United States'].sort_values('year').plot('year', 'life_expectancy', label='USA', ax=axes)\n", + "\n", + "pp.axis(xmin=1900)\n", + "pp.ylabel('life expectancy')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder.babies_per_woman.mean()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# compute all-countries mean of babies_per_woman after segmenting data by year;\n", + "# result is Series indexed by year\n", + "gapminder.groupby('year').babies_per_woman.mean()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder.groupby('year').babies_per_woman.mean().plot()\n", + "pp.ylabel('babies per woman')\n", + "\n", + "# with secondary_y = True, the second plot generate a second set of axis labels\n", + "gapminder.groupby('year').age5_surviving.mean().plot(secondary_y=True)\n", + "pp.ylabel('age 5 survival [%]')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# pivot table: segment babies_per_woman data by both year and region, then take mean \n", + "gapminder.pivot_table('babies_per_woman', 'year', 'region')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder.pivot_table('babies_per_woman', 'year', 'region').plot()\n", + "pp.title('babies per woman')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "gapminder.pivot_table('age5_surviving', 'year', 'region').plot()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/discography.npy b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/discography.npy new file mode 100755 index 000000000..c3dfe5ed9 Binary files /dev/null and b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/discography.npy differ diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/gapminder.csv b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/gapminder.csv new file mode 100755 index 000000000..290391845 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/gapminder.csv @@ -0,0 +1,14741 @@ +country,year,region,population,life_expectancy,age5_surviving,babies_per_woman,gdp_per_capita +Afghanistan,1800,Asia,3280000.0,28.21,53.142,7.0,603.0 +Afghanistan,1810,Asia,3280000.0,28.11,53.001999999999995,7.0,604.0 +Afghanistan,1820,Asia,3323519.0,28.01,52.861999999999995,7.0,604.0 +Afghanistan,1830,Asia,3448982.0,27.9,52.71900000000001,7.0,625.0 +Afghanistan,1840,Asia,3625022.0,27.8,52.576,7.0,647.0 +Afghanistan,1850,Asia,3810047.0,27.7,52.43299999999999,7.0,669.0 +Afghanistan,1860,Asia,3973968.0,27.6,52.28999999999999,7.0,692.0 +Afghanistan,1870,Asia,4169690.0,27.49,52.14700000000001,7.0,716.0 +Afghanistan,1880,Asia,4419695.0,27.39,52.00400000000001,7.0,741.0 +Afghanistan,1890,Asia,4710171.0,27.29,51.861000000000004,7.0,767.0 +Afghanistan,1900,Asia,5021241.0,27.19,51.82299999999999,7.0,793.0 +Afghanistan,1910,Asia,5351413.0,27.08,52.432,7.0,820.0 +Afghanistan,1920,Asia,5813814.0,26.98,53.386,7.0,857.0 +Afghanistan,1930,Asia,6394908.0,26.88,54.26,7.14,913.0 +Afghanistan,1940,Asia,7034081.0,26.78,55.145,7.4,973.0 +Afghanistan,1950,Asia,7752118.0,26.85,56.044,7.67,1035.0 +Afghanistan,1951,Asia,7839426.0,27.13,56.41,7.67,1050.0 +Afghanistan,1952,Asia,7934798.0,27.67,57.389,7.67,1069.0 +Afghanistan,1953,Asia,8038312.0,28.19,58.345,7.67,1116.0 +Afghanistan,1954,Asia,8150037.0,28.73,59.28,7.67,1122.0 +Afghanistan,1955,Asia,8270024.0,29.27,60.19300000000001,7.67,1125.0 +Afghanistan,1956,Asia,8398309.0,29.8,61.087,7.67,1155.0 +Afghanistan,1957,Asia,8534913.0,30.34,61.96,7.67,1134.0 +Afghanistan,1958,Asia,8679848.0,30.86,62.58999999999999,7.67,1176.0 +Afghanistan,1959,Asia,8833127.0,31.4,63.18999999999999,7.67,1187.0 +Afghanistan,1960,Asia,8994793.0,31.94,63.75999999999999,7.67,1206.0 +Afghanistan,1961,Asia,9164945.0,32.47,64.35,7.67,1192.0 +Afghanistan,1962,Asia,9343772.0,33.01,64.94,7.67,1188.0 +Afghanistan,1963,Asia,9531555.0,33.53,65.5,7.67,1185.0 +Afghanistan,1964,Asia,9728645.0,34.07,66.03,7.67,1182.0 +Afghanistan,1965,Asia,9935358.0,34.6,66.58999999999999,7.67,1182.0 +Afghanistan,1966,Asia,10148841.0,35.13,67.13,7.67,1168.0 +Afghanistan,1967,Asia,10368600.0,35.66,67.67,7.67,1173.0 +Afghanistan,1968,Asia,10599790.0,36.17,68.19,7.67,1187.0 +Afghanistan,1969,Asia,10849510.0,36.69,68.7,7.67,1178.0 +Afghanistan,1970,Asia,11121097.0,37.2,69.22,7.67,1174.0 +Afghanistan,1971,Asia,11412821.0,37.7,69.78999999999999,7.67,1092.0 +Afghanistan,1972,Asia,11716896.0,38.19,70.36,7.67,1046.0 +Afghanistan,1973,Asia,12022514.0,38.67,70.92,7.67,1137.0 +Afghanistan,1974,Asia,12315553.0,39.14,71.51,7.67,1170.0 +Afghanistan,1975,Asia,12582954.0,39.61,72.06,7.67,1201.0 +Afghanistan,1976,Asia,12831361.0,40.07,72.63999999999999,7.67,1231.0 +Afghanistan,1977,Asia,13056499.0,40.53,73.22,7.67,1119.0 +Afghanistan,1978,Asia,13222547.0,40.98,73.83999999999997,7.67,1179.0 +Afghanistan,1979,Asia,13283279.0,41.46,74.44999999999997,7.67,1155.0 +Afghanistan,1980,Asia,13211412.0,41.96,75.09,7.67,1158.0 +Afghanistan,1981,Asia,12996923.0,42.51,75.73,7.67,1284.0 +Afghanistan,1982,Asia,12667001.0,43.11,76.38000000000002,7.67,1402.0 +Afghanistan,1983,Asia,12279095.0,43.75,77.03,7.67,1454.0 +Afghanistan,1984,Asia,11912510.0,44.45,77.71000000000002,7.68,1429.0 +Afghanistan,1985,Asia,11630498.0,45.21,78.4,7.68,1384.0 +Afghanistan,1986,Asia,11438949.0,46.02,79.08,7.68,1486.0 +Afghanistan,1987,Asia,11337932.0,46.87,79.79,7.68,1230.0 +Afghanistan,1988,Asia,11375768.0,47.74,80.5,7.68,1113.0 +Afghanistan,1989,Asia,11608351.0,48.62,81.22,7.68,1087.0 +Afghanistan,1990,Asia,12067570.0,49.5,81.89999999999998,7.69,1028.0 +Afghanistan,1991,Asia,12789374.0,49.3,82.58,7.7,1022.0 +Afghanistan,1992,Asia,13745630.0,49.4,83.22,7.73,941.0 +Afghanistan,1993,Asia,14824371.0,49.5,83.8,7.76,810.0 +Afghanistan,1994,Asia,15869967.0,48.9,84.32,7.8,725.0 +Afghanistan,1995,Asia,16772522.0,49.4,84.77,7.83,872.0 +Afghanistan,1996,Asia,17481800.0,49.7,85.14,7.86,895.0 +Afghanistan,1997,Asia,18034130.0,49.5,85.45,7.87,921.0 +Afghanistan,1998,Asia,18511480.0,48.6,85.74,7.85,947.0 +Afghanistan,1999,Asia,19038420.0,50.0,86.00999999999998,7.81,972.0 +Afghanistan,2000,Asia,19701940.0,50.1,86.3,7.73,962.0 +Afghanistan,2001,Asia,20531160.0,50.4,86.61999999999998,7.62,862.0 +Afghanistan,2002,Asia,21487079.0,51.0,86.97,7.48,1053.0 +Afghanistan,2003,Asia,22507368.0,51.4,87.32,7.32,1097.0 +Afghanistan,2004,Asia,23499850.0,51.8,87.68,7.14,1067.0 +Afghanistan,2005,Asia,24399948.0,52.0,88.03999999999998,6.93,1146.0 +Afghanistan,2006,Asia,25183615.0,52.1,88.37,6.7,1173.0 +Afghanistan,2007,Asia,25877544.0,52.4,88.68,6.46,1298.0 +Afghanistan,2008,Asia,26528741.0,52.8,88.96,6.2,1311.0 +Afghanistan,2009,Asia,27207291.0,53.3,89.24,5.93,1548.0 +Afghanistan,2010,Asia,27962207.0,53.6,89.5,5.66,1637.0 +Afghanistan,2011,Asia,28809167.0,54.0,89.77,5.4,1695.0 +Afghanistan,2012,Asia,29726803.0,54.4,90.05,5.14,1893.0 +Afghanistan,2013,Asia,30682500.0,54.8,90.33,4.9,1884.0 +Afghanistan,2014,Asia,31627506.0,54.9,90.61,4.68,1877.0 +Afghanistan,2015,Asia,32526562.0,53.8,90.89,4.47,1925.0 +Albania,1800,Europe,410445.0,35.4,62.48,4.6,667.0 +Albania,1810,Europe,423591.0,35.4,62.48,4.6,668.0 +Albania,1820,Europe,438671.0,35.4,62.48,4.6,669.0 +Albania,1830,Europe,457234.0,35.4,62.48,4.6,685.0 +Albania,1840,Europe,478227.0,35.4,62.48,4.6,701.0 +Albania,1850,Europe,506889.0,35.4,62.48,4.6,717.0 +Albania,1860,Europe,552800.0,35.4,62.48,4.6,733.0 +Albania,1870,Europe,610036.0,35.4,62.48,4.6,750.0 +Albania,1880,Europe,672544.0,35.4,62.48,4.6,870.0 +Albania,1890,Europe,741688.0,35.4,62.48,4.6,1008.0 +Albania,1900,Europe,819950.0,35.4,62.56100000000001,4.6,1157.0 +Albania,1910,Europe,901122.0,35.4,63.144,4.6,1320.0 +Albania,1920,Europe,963956.0,35.4,64.021,4.6,1516.0 +Albania,1930,Europe,1015991.0,36.29,65.903,3.72,1696.0 +Albania,1940,Europe,1123210.0,42.0,75.539,4.19,1797.0 +Albania,1950,Europe,1263171.0,54.48,83.48299999999998,5.8,1883.0 +Albania,1951,Europe,1287499.0,54.72,83.83,5.9,1965.0 +Albania,1952,Europe,1316086.0,55.23,84.17,6.07,1968.0 +Albania,1953,Europe,1348097.0,55.85,84.50299999999999,6.21,2048.0 +Albania,1954,Europe,1382881.0,56.59,84.829,6.31,2108.0 +Albania,1955,Europe,1419969.0,57.45,85.148,6.37,2222.0 +Albania,1956,Europe,1459089.0,58.42,85.46000000000002,6.4,2244.0 +Albania,1957,Europe,1500152.0,59.48,85.76599999999998,6.39,2387.0 +Albania,1958,Europe,1543224.0,60.6,86.065,6.35,2493.0 +Albania,1959,Europe,1588478.0,61.75,86.35799999999998,6.28,2594.0 +Albania,1960,Europe,1636054.0,62.87,86.645,6.19,2724.0 +Albania,1961,Europe,1685901.0,63.92,86.92599999999999,6.08,2744.0 +Albania,1962,Europe,1737645.0,64.84,87.20100000000002,5.96,2832.0 +Albania,1963,Europe,1790533.0,65.6,87.47,5.83,2926.0 +Albania,1964,Europe,1843596.0,66.18,87.73299999999998,5.71,3023.0 +Albania,1965,Europe,1896125.0,66.59,87.991,5.59,3129.0 +Albania,1966,Europe,1947786.0,66.88,88.244,5.48,3242.0 +Albania,1967,Europe,1998695.0,67.11,88.491,5.38,3359.0 +Albania,1968,Europe,2049147.0,67.32,88.73299999999998,5.27,3475.0 +Albania,1969,Europe,2099657.0,67.55,88.97,5.16,3587.0 +Albania,1970,Europe,2150602.0,67.83,89.20200000000001,5.05,3712.0 +Albania,1971,Europe,2202040.0,68.16,89.429,4.93,3849.0 +Albania,1972,Europe,2253842.0,68.53,89.65100000000002,4.81,3988.0 +Albania,1973,Europe,2305999.0,68.93,89.869,4.68,4174.0 +Albania,1974,Europe,2358467.0,69.35,90.082,4.54,4177.0 +Albania,1975,Europe,2411229.0,69.77,90.29,4.39,4178.0 +Albania,1976,Europe,2464338.0,70.17,90.494,4.24,4182.0 +Albania,1977,Europe,2517869.0,70.54,90.694,4.09,4188.0 +Albania,1978,Europe,2571845.0,70.86,90.89,3.95,4194.0 +Albania,1979,Europe,2626290.0,71.14,91.53,3.81,4201.0 +Albania,1980,Europe,2681245.0,71.39,92.14,3.68,4218.0 +Albania,1981,Europe,2735329.0,71.63,92.7,3.56,4227.0 +Albania,1982,Europe,2788315.0,71.88,93.22,3.46,4237.0 +Albania,1983,Europe,2842620.0,72.15,93.72,3.37,4248.0 +Albania,1984,Europe,2901590.0,72.42,94.17,3.3,4259.0 +Albania,1985,Europe,2966799.0,72.71,94.57,3.23,4267.0 +Albania,1986,Europe,3041003.0,72.96,94.93,3.18,4281.0 +Albania,1987,Europe,3121336.0,73.14,95.24,3.13,4294.0 +Albania,1988,Europe,3197064.0,73.25,95.51,3.08,4307.0 +Albania,1989,Europe,3253659.0,73.3,95.75,3.02,4325.0 +Albania,1990,Europe,3281453.0,73.3,95.94,2.97,4350.0 +Albania,1991,Europe,3275438.0,73.4,96.12,2.92,3081.0 +Albania,1992,Europe,3240613.0,73.6,96.27,2.87,2877.0 +Albania,1993,Europe,3189623.0,73.6,96.4,2.82,3172.0 +Albania,1994,Europe,3140634.0,73.6,96.54,2.77,3457.0 +Albania,1995,Europe,3106727.0,73.7,96.68,2.72,3941.0 +Albania,1996,Europe,3092034.0,73.8,96.82,2.67,4326.0 +Albania,1997,Europe,3092471.0,74.1,96.97,2.61,3909.0 +Albania,1998,Europe,3102898.0,74.2,97.11,2.54,4434.0 +Albania,1999,Europe,3114851.0,74.2,97.25,2.47,4912.0 +Albania,2000,Europe,3121965.0,74.7,97.38,2.38,5305.0 +Albania,2001,Europe,3124093.0,75.1,97.51,2.29,5730.0 +Albania,2002,Europe,3123112.0,75.5,97.64,2.2,5913.0 +Albania,2003,Europe,3117045.0,75.7,97.75,2.1,6274.0 +Albania,2004,Europe,3103758.0,75.9,97.85,2.0,6672.0 +Albania,2005,Europe,3082172.0,76.2,97.95,1.92,7075.0 +Albania,2006,Europe,3050741.0,76.4,98.05,1.85,7476.0 +Albania,2007,Europe,3010849.0,76.6,98.13,1.8,7977.0 +Albania,2008,Europe,2968026.0,76.8,98.21,1.76,8644.0 +Albania,2009,Europe,2929886.0,77.0,98.27,1.74,8994.0 +Albania,2010,Europe,2901883.0,77.2,98.34,1.74,9374.0 +Albania,2011,Europe,2886010.0,77.4,98.4,1.75,9640.0 +Albania,2012,Europe,2880667.0,77.5,98.45,1.76,9811.0 +Albania,2013,Europe,2883281.0,77.7,98.51,1.77,9961.0 +Albania,2014,Europe,2889676.0,77.9,98.56,1.78,10160.0 +Albania,2015,Europe,2896679.0,78.0,98.6,1.78,10620.0 +Algeria,1800,Africa,2503218.0,28.82,53.979,6.99,716.0 +Algeria,1810,Africa,2595056.0,28.82,53.979,6.99,725.0 +Algeria,1820,Africa,2713079.0,28.82,53.979,6.99,735.0 +Algeria,1830,Africa,2880355.0,28.82,53.979,6.99,819.0 +Algeria,1840,Africa,3082721.0,28.82,53.979,6.99,913.0 +Algeria,1850,Africa,3299305.0,15.0,53.979,6.99,1017.0 +Algeria,1860,Africa,3536468.0,28.82,53.979,6.99,1134.0 +Algeria,1870,Africa,3811028.0,22.0,53.979,6.99,1264.0 +Algeria,1880,Africa,4143163.0,28.82,53.979,6.99,1409.0 +Algeria,1890,Africa,4525691.0,28.82,53.979,6.99,1570.0 +Algeria,1900,Africa,4946166.0,28.86,54.07899999999999,6.99,1750.0 +Algeria,1910,Africa,5404045.0,30.79,54.794,6.99,1950.0 +Algeria,1920,Africa,6063800.0,27.5,55.755,6.99,2358.0 +Algeria,1930,Africa,6876190.0,31.14,58.825,7.12,2942.0 +Algeria,1940,Africa,7797418.0,33.72,63.139,7.39,3486.0 +Algeria,1950,Africa,8872247.0,42.77,70.78699999999998,7.65,3980.0 +Algeria,1951,Africa,9039913.0,43.03,71.81299999999997,7.65,3957.0 +Algeria,1952,Africa,9216395.0,43.5,72.803,7.65,4070.0 +Algeria,1953,Africa,9405445.0,43.96,73.758,7.65,4077.0 +Algeria,1954,Africa,9609507.0,44.44,74.68,7.65,4307.0 +Algeria,1955,Africa,9829717.0,44.93,74.83999999999997,7.65,4359.0 +Algeria,1956,Africa,10065829.0,45.44,74.99,7.65,4712.0 +Algeria,1957,Africa,10316288.0,45.94,75.1,7.65,5166.0 +Algeria,1958,Africa,10578453.0,46.45,75.22999999999998,7.65,5273.0 +Algeria,1959,Africa,10848971.0,46.97,75.36,7.65,6147.0 +Algeria,1960,Africa,11124892.0,47.5,75.42999999999998,7.65,6470.0 +Algeria,1961,Africa,11404859.0,48.02,75.41,7.65,5602.0 +Algeria,1962,Africa,11690152.0,48.55,75.37,7.65,4481.0 +Algeria,1963,Africa,11985130.0,49.07,75.33000000000001,7.65,5551.0 +Algeria,1964,Africa,12295973.0,49.58,75.27,7.65,5693.0 +Algeria,1965,Africa,12626953.0,50.09,75.18,7.66,5916.0 +Algeria,1966,Africa,12980269.0,50.58,75.11,7.66,5478.0 +Algeria,1967,Africa,13354197.0,51.05,75.11,7.66,5811.0 +Algeria,1968,Africa,13744383.0,51.49,75.2,7.66,6319.0 +Algeria,1969,Africa,14144437.0,51.95,75.42,7.65,6747.0 +Algeria,1970,Africa,14550033.0,52.41,75.78,7.64,7227.0 +Algeria,1971,Africa,14960111.0,52.88,76.27,7.62,6427.0 +Algeria,1972,Africa,15377095.0,53.38,76.91,7.59,7556.0 +Algeria,1973,Africa,15804428.0,53.91,77.66,7.55,7581.0 +Algeria,1974,Africa,16247113.0,54.52,78.51,7.49,7812.0 +Algeria,1975,Africa,16709098.0,55.24,79.45,7.42,8119.0 +Algeria,1976,Africa,17190236.0,56.11,80.43,7.34,8400.0 +Algeria,1977,Africa,17690184.0,57.13,81.49,7.24,8888.0 +Algeria,1978,Africa,18212331.0,58.28,82.61,7.14,9730.0 +Algeria,1979,Africa,18760761.0,59.56,83.83,7.02,10293.0 +Algeria,1980,Africa,19337723.0,60.92,85.2,6.89,10166.0 +Algeria,1981,Africa,19943667.0,62.31,86.74,6.74,10160.0 +Algeria,1982,Africa,20575701.0,63.69,88.41,6.58,10477.0 +Algeria,1983,Africa,21228288.0,64.97,90.11,6.39,10696.0 +Algeria,1984,Africa,21893857.0,66.15,91.64,6.19,10947.0 +Algeria,1985,Africa,22565908.0,67.18,92.88,5.98,11030.0 +Algeria,1986,Africa,23241276.0,68.04,93.81,5.75,10722.0 +Algeria,1987,Africa,23917889.0,68.75,94.47,5.51,10378.0 +Algeria,1988,Africa,24591493.0,69.33,94.88,5.26,9888.0 +Algeria,1989,Africa,25257671.0,69.81,95.14,5.01,10115.0 +Algeria,1990,Africa,25912364.0,70.2,95.31,4.76,10113.0 +Algeria,1991,Africa,26554277.0,70.5,95.42,4.5,9748.0 +Algeria,1992,Africa,27180921.0,70.9,95.5,4.24,9693.0 +Algeria,1993,Africa,27785977.0,71.2,95.58,3.97,9279.0 +Algeria,1994,Africa,28362015.0,71.4,95.65,3.71,9006.0 +Algeria,1995,Africa,28904300.0,71.6,95.74,3.45,9168.0 +Algeria,1996,Africa,29411839.0,72.1,95.82,3.21,9375.0 +Algeria,1997,Africa,29887717.0,72.4,95.88,2.99,9322.0 +Algeria,1998,Africa,30336880.0,72.6,95.93,2.79,9646.0 +Algeria,1999,Africa,30766551.0,73.0,95.98,2.63,9810.0 +Algeria,2000,Africa,31183658.0,73.3,96.03,2.51,9885.0 +Algeria,2001,Africa,31590320.0,73.5,96.11,2.44,10203.0 +Algeria,2002,Africa,31990387.0,73.8,96.22,2.41,10634.0 +Algeria,2003,Africa,32394886.0,73.9,96.35,2.41,11251.0 +Algeria,2004,Africa,32817225.0,74.4,96.49,2.45,11575.0 +Algeria,2005,Africa,33267887.0,74.8,96.64,2.51,12077.0 +Algeria,2006,Africa,33749328.0,75.0,96.79,2.58,12088.0 +Algeria,2007,Africa,34261971.0,75.3,96.93,2.66,12289.0 +Algeria,2008,Africa,34811059.0,75.5,97.05,2.73,12314.0 +Algeria,2009,Africa,35401790.0,75.7,97.16,2.78,12285.0 +Algeria,2010,Africa,36036159.0,76.0,97.26,2.82,12494.0 +Algeria,2011,Africa,36717132.0,76.1,97.34,2.83,12606.0 +Algeria,2012,Africa,37439427.0,76.2,97.42,2.82,12779.0 +Algeria,2013,Africa,38186135.0,76.3,97.48,2.8,12893.0 +Algeria,2014,Africa,38934334.0,76.3,97.54,2.76,13179.0 +Algeria,2015,Africa,39666519.0,76.4,97.6,2.71,13434.0 +Angola,1800,Africa,1567028.0,26.98,51.432,6.93,618.0 +Angola,1810,Africa,1567028.0,26.98,51.432,6.94,645.0 +Angola,1820,Africa,1597530.0,26.98,51.432,6.94,674.0 +Angola,1830,Africa,1686390.0,26.98,51.432,6.95,704.0 +Angola,1840,Africa,1813100.0,26.98,51.432,6.96,736.0 +Angola,1850,Africa,1949329.0,26.98,51.432,6.97,769.0 +Angola,1860,Africa,2110747.0,26.98,51.432,6.97,804.0 +Angola,1870,Africa,2285417.0,26.98,51.432,6.98,840.0 +Angola,1880,Africa,2473597.0,26.98,51.432,6.99,878.0 +Angola,1890,Africa,2677047.0,26.98,51.432,6.99,917.0 +Angola,1900,Africa,2898155.0,26.98,51.537,7.0,958.0 +Angola,1910,Africa,3136718.0,26.98,52.292,7.01,1001.0 +Angola,1920,Africa,3387663.0,26.98,53.426,7.02,1245.0 +Angola,1930,Africa,3642200.0,26.98,54.566,7.0,1693.0 +Angola,1940,Africa,3920011.0,26.98,55.706,6.96,2301.0 +Angola,1950,Africa,4354882.0,30.7,59.508,6.93,3125.0 +Angola,1951,Africa,4439705.0,31.05,59.84700000000001,6.94,3202.0 +Angola,1952,Africa,4529381.0,31.59,60.42799999999999,6.98,3281.0 +Angola,1953,Africa,4621691.0,32.14,61.05199999999999,7.02,3359.0 +Angola,1954,Africa,4714970.0,32.69,61.717,7.06,3225.0 +Angola,1955,Africa,4808114.0,33.24,62.428,7.1,3437.0 +Angola,1956,Africa,4900594.0,33.78,63.17,7.14,3326.0 +Angola,1957,Africa,4992439.0,34.33,63.95500000000001,7.19,3592.0 +Angola,1958,Africa,5084166.0,34.88,64.775,7.23,3728.0 +Angola,1959,Africa,5176662.0,35.43,65.58200000000001,7.28,3687.0 +Angola,1960,Africa,5270844.0,35.98,66.38199999999999,7.32,3775.0 +Angola,1961,Africa,5367287.0,36.53,67.166,7.35,4212.0 +Angola,1962,Africa,5465905.0,37.08,67.944,7.39,4034.0 +Angola,1963,Africa,5565808.0,37.63,68.71499999999999,7.41,4176.0 +Angola,1964,Africa,5665701.0,38.18,69.48,7.43,4573.0 +Angola,1965,Africa,5765025.0,38.74,70.245,7.43,4840.0 +Angola,1966,Africa,5863568.0,39.28,71.001,7.42,5043.0 +Angola,1967,Africa,5962831.0,39.84,71.76,7.4,5253.0 +Angola,1968,Africa,6066094.0,40.39,72.47200000000002,7.38,5093.0 +Angola,1969,Africa,6177703.0,40.95,73.141,7.34,5158.0 +Angola,1970,Africa,6300969.0,41.5,73.771,7.3,5397.0 +Angola,1971,Africa,6437645.0,42.06,74.068,7.26,5614.0 +Angola,1972,Africa,6587647.0,42.62,74.361,7.23,5511.0 +Angola,1973,Africa,6750215.0,43.17,74.65100000000002,7.21,5831.0 +Angola,1974,Africa,6923749.0,43.71,74.937,7.19,5880.0 +Angola,1975,Africa,7107334.0,44.22,75.221,7.19,5454.0 +Angola,1976,Africa,7299508.0,44.68,75.50099999999998,7.19,5044.0 +Angola,1977,Africa,7501320.0,45.12,75.778,7.19,4956.0 +Angola,1978,Africa,7717139.0,45.5,76.05199999999998,7.19,4572.0 +Angola,1979,Africa,7952882.0,45.84,76.322,7.2,4458.0 +Angola,1980,Africa,8211950.0,46.14,76.59,7.2,4443.0 +Angola,1981,Africa,8497950.0,46.42,76.72,7.2,4110.0 +Angola,1982,Africa,8807511.0,46.69,76.85,7.2,3970.0 +Angola,1983,Africa,9128655.0,46.96,76.98,7.21,3996.0 +Angola,1984,Africa,9444918.0,47.23,77.09,7.21,4099.0 +Angola,1985,Africa,9745209.0,47.5,77.17,7.21,4117.0 +Angola,1986,Africa,10023700.0,47.75,77.25,7.21,4135.0 +Angola,1987,Africa,10285712.0,47.99,77.31,7.2,4319.0 +Angola,1988,Africa,10544904.0,48.2,77.35,7.19,4455.0 +Angola,1989,Africa,10820992.0,48.4,77.38000000000002,7.18,4365.0 +Angola,1990,Africa,11127870.0,48.6,77.4,7.17,4232.0 +Angola,1991,Africa,11472173.0,49.3,77.41,7.14,4056.0 +Angola,1992,Africa,11848971.0,49.6,77.4,7.12,3656.0 +Angola,1993,Africa,12246786.0,48.4,77.42,7.09,2663.0 +Angola,1994,Africa,12648483.0,50.0,77.45,7.05,2669.0 +Angola,1995,Africa,13042666.0,50.9,77.52,7.02,2859.0 +Angola,1996,Africa,13424813.0,51.3,77.60000000000002,6.98,3091.0 +Angola,1997,Africa,13801868.0,51.7,77.74,6.95,3246.0 +Angola,1998,Africa,14187710.0,51.8,77.92,6.91,3376.0 +Angola,1999,Africa,14601983.0,51.8,78.11,6.88,3389.0 +Angola,2000,Africa,15058638.0,52.3,78.33,6.84,3387.0 +Angola,2001,Africa,15562791.0,52.5,78.59,6.81,3417.0 +Angola,2002,Africa,16109696.0,53.3,78.83,6.78,3759.0 +Angola,2003,Africa,16691395.0,53.9,79.08,6.74,3819.0 +Angola,2004,Africa,17295500.0,54.5,79.33,6.7,4087.0 +Angola,2005,Africa,17912942.0,55.2,79.61,6.66,4667.0 +Angola,2006,Africa,18541467.0,55.7,79.95,6.6,5445.0 +Angola,2007,Africa,19183907.0,56.2,80.36,6.52,6453.0 +Angola,2008,Africa,19842251.0,56.7,80.80000000000003,6.43,7103.0 +Angola,2009,Africa,20520103.0,57.1,81.27,6.33,7039.0 +Angola,2010,Africa,21219954.0,57.6,81.75,6.22,7047.0 +Angola,2011,Africa,21942296.0,58.1,82.27,6.1,7094.0 +Angola,2012,Africa,22685632.0,58.5,82.78,5.98,7230.0 +Angola,2013,Africa,23448202.0,58.8,83.28999999999998,5.86,7488.0 +Angola,2014,Africa,24227524.0,59.2,83.78,5.75,7546.0 +Angola,2015,Africa,25021974.0,59.6,84.31,5.65,7615.0 +Antigua and Barbuda,1800,America,37000.0,33.54,52.64,5.0,757.0 +Antigua and Barbuda,1810,America,37000.0,33.54,56.333,4.96,758.0 +Antigua and Barbuda,1820,America,37000.0,33.54,59.738,4.93,759.0 +Antigua and Barbuda,1830,America,37000.0,33.54,62.87799999999999,4.89,812.0 +Antigua and Barbuda,1840,America,37000.0,33.54,65.77300000000001,4.85,868.0 +Antigua and Barbuda,1850,America,37000.0,33.54,68.44200000000001,4.82,929.0 +Antigua and Barbuda,1860,America,36532.0,33.54,70.903,4.78,994.0 +Antigua and Barbuda,1870,America,35546.0,33.54,73.172,4.74,1063.0 +Antigua and Barbuda,1880,America,35222.0,33.54,75.264,4.7,1137.0 +Antigua and Barbuda,1890,America,36286.0,33.54,77.193,4.67,1216.0 +Antigua and Barbuda,1900,America,34925.0,33.54,78.972,4.63,1301.0 +Antigua and Barbuda,1910,America,32119.0,33.54,80.612,4.59,1391.0 +Antigua and Barbuda,1920,America,30000.0,33.54,82.124,4.56,1684.0 +Antigua and Barbuda,1930,America,33647.0,40.98,83.51799999999999,4.52,2159.0 +Antigua and Barbuda,1940,America,38495.0,49.26,84.80300000000003,4.48,2767.0 +Antigua and Barbuda,1950,America,46301.0,57.97,86.95299999999997,4.45,3544.0 +Antigua and Barbuda,1951,America,48306.0,58.26,87.28,4.46,3633.0 +Antigua and Barbuda,1952,America,49887.0,58.8,87.729,4.5,3723.0 +Antigua and Barbuda,1953,America,51092.0,59.34,88.182,4.52,3817.0 +Antigua and Barbuda,1954,America,51979.0,59.87,88.64,4.53,3912.0 +Antigua and Barbuda,1955,America,52611.0,60.41,89.1,4.53,4010.0 +Antigua and Barbuda,1956,America,53062.0,60.93,89.50299999999999,4.53,4110.0 +Antigua and Barbuda,1957,America,53411.0,61.45,89.96600000000002,4.51,4213.0 +Antigua and Barbuda,1958,America,53744.0,61.97,90.428,4.49,4319.0 +Antigua and Barbuda,1959,America,54143.0,62.48,90.874,4.46,4427.0 +Antigua and Barbuda,1960,America,54681.0,62.97,91.255,4.43,4537.0 +Antigua and Barbuda,1961,America,55403.0,63.46,91.675,4.39,4651.0 +Antigua and Barbuda,1962,America,56311.0,63.93,92.035,4.34,4767.0 +Antigua and Barbuda,1963,America,57368.0,64.38,92.382,4.3,4886.0 +Antigua and Barbuda,1964,America,58500.0,64.81,92.72200000000001,4.25,5008.0 +Antigua and Barbuda,1965,America,59653.0,65.23,93.009,4.19,5133.0 +Antigua and Barbuda,1966,America,60818.0,65.63,93.331,4.13,5262.0 +Antigua and Barbuda,1967,America,62002.0,66.03,93.647,4.04,5393.0 +Antigua and Barbuda,1968,America,63176.0,66.41,93.903,3.94,5528.0 +Antigua and Barbuda,1969,America,64307.0,66.81,94.184,3.82,5666.0 +Antigua and Barbuda,1970,America,65369.0,67.19,94.413,3.68,5807.0 +Antigua and Barbuda,1971,America,66338.0,67.56,94.627,3.52,6088.0 +Antigua and Barbuda,1972,America,67205.0,67.94,94.865,3.33,6378.0 +Antigua and Barbuda,1973,America,67972.0,68.3,95.056,3.12,6770.0 +Antigua and Barbuda,1974,America,68655.0,68.64,95.242,2.91,6888.0 +Antigua and Barbuda,1975,America,69253.0,68.99,95.423,2.7,6458.0 +Antigua and Barbuda,1976,America,69782.0,69.32,95.602,2.51,5885.0 +Antigua and Barbuda,1977,America,70223.0,69.64,95.77799999999999,2.36,6371.0 +Antigua and Barbuda,1978,America,70508.0,69.96,95.917,2.24,6691.0 +Antigua and Barbuda,1979,America,70553.0,70.28,96.084,2.16,7536.0 +Antigua and Barbuda,1980,America,70301.0,70.59,96.247,2.12,8169.0 +Antigua and Barbuda,1981,America,69750.0,70.9,96.399,2.1,8689.0 +Antigua and Barbuda,1982,America,68950.0,71.22,96.545,2.1,8827.0 +Antigua and Barbuda,1983,America,67958.0,71.52,96.684,2.1,9540.0 +Antigua and Barbuda,1984,America,66863.0,71.82,96.817,2.1,10388.0 +Antigua and Barbuda,1985,America,65744.0,72.13,96.946,2.09,11383.0 +Antigua and Barbuda,1986,America,64605.0,72.42,97.068,2.08,12600.0 +Antigua and Barbuda,1987,America,63484.0,72.7,97.186,2.07,14027.0 +Antigua and Barbuda,1988,America,62538.0,72.97,97.299,2.06,15441.0 +Antigua and Barbuda,1989,America,61967.0,73.24,97.407,2.06,16611.0 +Antigua and Barbuda,1990,America,61906.0,73.5,97.45,2.06,17154.0 +Antigua and Barbuda,1991,America,62412.0,73.6,97.58,2.07,17361.0 +Antigua and Barbuda,1992,America,63434.0,73.5,97.69,2.1,17226.0 +Antigua and Barbuda,1993,America,64868.0,73.4,97.81,2.13,17753.0 +Antigua and Barbuda,1994,America,66550.0,73.4,97.92,2.17,18400.0 +Antigua and Barbuda,1995,America,68349.0,73.5,98.03,2.21,17167.0 +Antigua and Barbuda,1996,America,70245.0,73.5,98.12,2.25,17830.0 +Antigua and Barbuda,1997,America,72232.0,73.9,98.21,2.28,18186.0 +Antigua and Barbuda,1998,America,74206.0,74.1,98.3,2.3,18483.0 +Antigua and Barbuda,1999,America,76041.0,74.0,98.38,2.32,18780.0 +Antigua and Barbuda,2000,America,77648.0,73.8,98.45,2.32,19319.0 +Antigua and Barbuda,2001,America,78972.0,74.1,98.52,2.31,18388.0 +Antigua and Barbuda,2002,America,80030.0,74.3,98.59,2.29,18676.0 +Antigua and Barbuda,2003,America,80904.0,74.5,98.65,2.27,19566.0 +Antigua and Barbuda,2004,America,81718.0,74.6,98.71,2.25,20395.0 +Antigua and Barbuda,2005,America,82565.0,74.9,98.76,2.22,21414.0 +Antigua and Barbuda,2006,America,83467.0,74.9,98.82,2.2,24016.0 +Antigua and Barbuda,2007,America,84397.0,75.3,98.87,2.18,26008.0 +Antigua and Barbuda,2008,America,85350.0,75.5,98.91,2.16,25736.0 +Antigua and Barbuda,2009,America,86300.0,75.7,98.96,2.15,22389.0 +Antigua and Barbuda,2010,America,87233.0,75.8,99.01,2.13,20567.0 +Antigua and Barbuda,2011,America,88152.0,75.9,99.05,2.12,19988.0 +Antigua and Barbuda,2012,America,89069.0,76.1,99.09,2.1,20577.0 +Antigua and Barbuda,2013,America,89985.0,76.2,99.13,2.09,20353.0 +Antigua and Barbuda,2014,America,90900.0,76.3,99.16,2.08,20797.0 +Antigua and Barbuda,2015,America,91818.0,76.4,99.19,2.06,21049.0 +Argentina,1800,America,534000.0,33.2,59.78099999999999,6.8,1507.0 +Argentina,1810,America,534000.0,33.2,59.78099999999999,6.8,1510.0 +Argentina,1820,America,570719.0,33.2,59.78099999999999,6.8,1512.0 +Argentina,1830,America,686703.0,33.2,59.78099999999999,6.8,1742.0 +Argentina,1840,America,873747.0,33.2,59.78099999999999,6.8,2008.0 +Argentina,1850,America,1113189.0,33.2,59.78099999999999,6.8,2313.0 +Argentina,1860,America,1421333.0,33.2,59.78099999999999,6.8,2666.0 +Argentina,1870,America,1856886.0,33.2,59.78099999999999,6.73,3072.0 +Argentina,1880,America,2493156.0,33.1,59.65600000000001,6.56,3097.0 +Argentina,1890,America,3402273.0,34.0,60.779,5.99,5228.0 +Argentina,1900,America,4756635.0,36.8,64.215,5.95,6002.0 +Argentina,1910,America,6852668.0,43.5,75.18299999999998,5.41,8495.0 +Argentina,1920,America,8884894.0,50.2,80.027,4.86,7002.0 +Argentina,1930,America,11898249.0,54.3,85.07400000000001,4.07,7439.0 +Argentina,1940,America,14200813.0,59.1,86.88600000000002,3.43,6859.0 +Argentina,1950,America,17150335.0,61.61,90.647,3.16,7540.0 +Argentina,1951,America,17507132.0,61.93,90.80799999999999,3.16,7612.0 +Argentina,1952,America,17866097.0,62.54,91.128,3.16,7019.0 +Argentina,1953,America,18224150.0,63.1,91.434,3.15,7198.0 +Argentina,1954,America,18579041.0,63.59,91.885,3.15,7305.0 +Argentina,1955,America,18929350.0,64.03,91.583,3.14,7631.0 +Argentina,1956,America,19274526.0,64.41,92.35,3.14,7652.0 +Argentina,1957,America,19614848.0,64.73,90.649,3.13,7863.0 +Argentina,1958,America,19951326.0,65.0,91.735,3.12,8157.0 +Argentina,1959,America,20285530.0,65.22,92.22200000000001,3.12,7449.0 +Argentina,1960,America,20619075.0,65.39,92.68,3.11,7868.0 +Argentina,1961,America,20953079.0,65.53,93.11,3.1,8254.0 +Argentina,1962,America,21287682.0,65.64,93.516,3.09,7950.0 +Argentina,1963,America,21621845.0,65.74,93.898,3.08,7600.0 +Argentina,1964,America,21953926.0,65.84,94.257,3.07,8227.0 +Argentina,1965,America,22283389.0,65.95,94.257,3.06,8818.0 +Argentina,1966,America,22608747.0,66.08,94.137,3.05,8709.0 +Argentina,1967,America,22932201.0,66.26,94.148,3.05,8782.0 +Argentina,1968,America,23261273.0,66.47,94.16799999999999,3.05,9003.0 +Argentina,1969,America,23605992.0,66.72,92.68,3.06,9610.0 +Argentina,1970,America,23973062.0,67.01,92.76,3.07,9951.0 +Argentina,1971,America,24366442.0,67.32,92.85,3.1,10167.0 +Argentina,1972,America,24782950.0,67.64,92.96,3.15,10209.0 +Argentina,1973,America,25213388.0,67.96,93.12,3.2,10419.0 +Argentina,1974,America,25644505.0,68.28,93.34,3.26,10809.0 +Argentina,1975,America,26066975.0,68.6,93.62,3.32,10571.0 +Argentina,1976,America,26477153.0,68.92,93.98,3.37,10408.0 +Argentina,1977,America,26878567.0,69.24,94.41,3.39,10918.0 +Argentina,1978,America,27277742.0,69.57,94.86,3.39,10406.0 +Argentina,1979,America,27684530.0,69.89,95.3,3.37,10976.0 +Argentina,1980,America,28105889.0,70.2,95.69,3.33,10982.0 +Argentina,1981,America,28543366.0,70.51,96.0,3.27,10221.0 +Argentina,1982,America,28993989.0,70.78,96.24,3.21,9765.0 +Argentina,1983,America,29454739.0,71.04,96.42,3.16,10030.0 +Argentina,1984,America,29920907.0,71.26,96.56,3.12,10102.0 +Argentina,1985,America,30388781.0,71.46,96.69,3.09,9262.0 +Argentina,1986,America,30857242.0,71.66,96.81,3.07,9810.0 +Argentina,1987,America,31326473.0,71.84,96.92,3.06,9936.0 +Argentina,1988,America,31795515.0,72.05,97.03,3.04,9620.0 +Argentina,1989,America,32263559.0,72.26,97.14,3.02,8820.0 +Argentina,1990,America,32729740.0,72.5,97.24,2.99,8539.0 +Argentina,1991,America,33193920.0,72.7,97.34,2.96,9333.0 +Argentina,1992,America,33655149.0,72.8,97.43,2.92,10130.0 +Argentina,1993,America,34110912.0,73.1,97.52,2.88,10602.0 +Argentina,1994,America,34558114.0,73.4,97.59,2.83,11108.0 +Argentina,1995,America,34994818.0,73.5,97.66,2.77,10673.0 +Argentina,1996,America,35419683.0,73.5,97.73,2.72,11150.0 +Argentina,1997,America,35833965.0,73.6,97.8,2.66,11935.0 +Argentina,1998,America,36241578.0,73.8,97.86,2.6,12268.0 +Argentina,1999,America,36648054.0,73.9,97.92,2.54,11722.0 +Argentina,2000,America,37057453.0,74.2,97.98,2.48,11504.0 +Argentina,2001,America,37471535.0,74.3,98.03,2.42,10875.0 +Argentina,2002,America,37889443.0,74.3,98.08,2.38,9574.0 +Argentina,2003,America,38309475.0,74.5,98.14,2.34,10318.0 +Argentina,2004,America,38728778.0,75.0,98.21,2.31,11135.0 +Argentina,2005,America,39145491.0,75.3,98.29,2.29,12039.0 +Argentina,2006,America,39558750.0,75.3,98.36,2.27,12913.0 +Argentina,2007,America,39969903.0,75.2,98.42,2.25,13873.0 +Argentina,2008,America,40381860.0,75.4,98.46,2.24,14646.0 +Argentina,2009,America,40798641.0,75.6,98.5,2.23,14605.0 +Argentina,2010,America,41222875.0,75.8,98.54,2.22,15765.0 +Argentina,2011,America,41655616.0,76.0,98.58,2.2,16972.0 +Argentina,2012,America,42095224.0,76.1,98.62,2.19,17101.0 +Argentina,2013,America,42538304.0,76.2,98.67,2.18,17629.0 +Argentina,2014,America,42980026.0,76.3,98.71,2.16,17519.0 +Argentina,2015,America,43416755.0,76.5,98.75,2.15,17344.0 +Armenia,1800,Europe,413326.0,34.0,62.88,7.8,514.0 +Armenia,1810,Europe,413326.0,34.0,63.36200000000001,7.83,514.0 +Armenia,1820,Europe,423527.0,34.0,63.838,7.86,515.0 +Armenia,1830,Europe,453507.0,34.0,64.30799999999999,7.89,535.0 +Armenia,1840,Europe,496835.0,34.0,64.77199999999999,7.93,556.0 +Armenia,1850,Europe,544302.0,34.0,65.23,7.96,578.0 +Armenia,1860,Europe,595928.0,34.0,65.682,7.99,601.0 +Armenia,1870,Europe,652450.0,31.46,66.128,8.02,625.0 +Armenia,1880,Europe,713957.0,33.0,66.56800000000001,8.05,649.0 +Armenia,1890,Europe,781218.0,35.0,67.00200000000001,8.08,656.0 +Armenia,1900,Europe,855313.0,35.9,67.431,8.05,886.0 +Armenia,1910,Europe,936124.0,38.4,71.102,7.95,979.0 +Armenia,1920,Europe,1025070.0,28.0,74.36,7.85,531.0 +Armenia,1930,Europe,1123006.0,43.58,77.25,7.04,1002.0 +Armenia,1940,Europe,1230298.0,49.8,84.209,5.52,1444.0 +Armenia,1950,Europe,1353506.0,62.41,89.03999999999998,4.53,1862.0 +Armenia,1951,Europe,1382982.0,62.67,89.196,4.51,1834.0 +Armenia,1952,Europe,1419913.0,63.13,89.47800000000002,4.49,1914.0 +Armenia,1953,Europe,1463017.0,63.6,89.773,4.48,1958.0 +Armenia,1954,Europe,1511188.0,64.07,90.072,4.48,2013.0 +Armenia,1955,Europe,1563508.0,64.54,90.443,4.49,2141.0 +Armenia,1956,Europe,1619242.0,65.0,90.757,4.51,2299.0 +Armenia,1957,Europe,1677837.0,65.45,91.078,4.53,2299.0 +Armenia,1958,Europe,1738902.0,65.92,91.405,4.55,2421.0 +Armenia,1959,Europe,1802171.0,66.39,91.72200000000001,4.56,2345.0 +Armenia,1960,Europe,1867396.0,66.86,92.09,4.55,2515.0 +Armenia,1961,Europe,1934239.0,67.33,92.392,4.51,2611.0 +Armenia,1962,Europe,2002170.0,67.82,92.689,4.44,2636.0 +Armenia,1963,Europe,2070427.0,68.3,93.031,4.32,2536.0 +Armenia,1964,Europe,2138133.0,68.78,93.315,4.16,2823.0 +Armenia,1965,Europe,2204650.0,69.26,93.642,3.98,2945.0 +Armenia,1966,Europe,2269475.0,69.74,93.914,3.79,3051.0 +Armenia,1967,Europe,2332624.0,70.22,93.687,3.61,3151.0 +Armenia,1968,Europe,2394635.0,70.67,93.451,3.45,3300.0 +Armenia,1969,Europe,2456370.0,71.1,93.207,3.31,3313.0 +Armenia,1970,Europe,2518408.0,71.47,92.953,3.21,3533.0 +Armenia,1971,Europe,2580894.0,71.79,92.69,3.12,3589.0 +Armenia,1972,Europe,2643464.0,72.02,92.417,3.03,3571.0 +Armenia,1973,Europe,2705584.0,72.19,92.134,2.94,3832.0 +Armenia,1974,Europe,2766495.0,72.28,91.841,2.85,3871.0 +Armenia,1975,Europe,2825650.0,72.33,91.536,2.75,3810.0 +Armenia,1976,Europe,2882831.0,72.38,91.22,2.65,3917.0 +Armenia,1977,Europe,2938181.0,72.44,91.57,2.56,3937.0 +Armenia,1978,Europe,2991954.0,72.53,91.9,2.48,3964.0 +Armenia,1979,Europe,3044564.0,72.63,92.22,2.42,3877.0 +Armenia,1980,Europe,3096298.0,72.72,92.52,2.39,3815.0 +Armenia,1981,Europe,3145885.0,72.73,92.82,2.37,3783.0 +Armenia,1982,Europe,3192877.0,72.64,93.09,2.38,3809.0 +Armenia,1983,Europe,3239212.0,72.43,93.36,2.41,3862.0 +Armenia,1984,Europe,3287588.0,72.1,93.62,2.44,3840.0 +Armenia,1985,Europe,3339147.0,71.7,93.86,2.48,3805.0 +Armenia,1986,Europe,3396511.0,71.24,94.1,2.52,3890.0 +Armenia,1987,Europe,3457054.0,70.82,94.34,2.55,3872.0 +Armenia,1988,Europe,3510439.0,70.46,91.84,2.57,3886.0 +Armenia,1989,Europe,3542720.0,70.22,94.8,2.57,3889.0 +Armenia,1990,Europe,3544695.0,70.1,95.03,2.54,3736.0 +Armenia,1991,Europe,3511912.0,69.7,95.26,2.48,3329.0 +Armenia,1992,Europe,3449497.0,68.8,95.49,2.4,1973.0 +Armenia,1993,Europe,3369673.0,68.3,95.72,2.3,1842.0 +Armenia,1994,Europe,3289943.0,68.6,95.94,2.18,1988.0 +Armenia,1995,Europe,3223173.0,69.1,96.14,1.8,2169.0 +Armenia,1996,Europe,3173425.0,69.4,96.33,1.8,2333.0 +Armenia,1997,Europe,3137652.0,70.0,96.51,1.7,2438.0 +Armenia,1998,Europe,3112958.0,70.5,96.68,1.5,2636.0 +Armenia,1999,Europe,3093820.0,70.8,96.84,1.4,2740.0 +Armenia,2000,Europe,3076098.0,71.3,96.99,1.3,2919.0 +Armenia,2001,Europe,3060036.0,71.4,97.14,1.2,3214.0 +Armenia,2002,Europe,3047249.0,71.6,97.28,1.2,3654.0 +Armenia,2003,Europe,3036420.0,71.5,97.41,1.4,4182.0 +Armenia,2004,Europe,3025982.0,71.8,97.54,1.4,4635.0 +Armenia,2005,Europe,3014917.0,71.8,97.67,1.4,5297.0 +Armenia,2006,Europe,3002161.0,71.7,97.78,1.3,6020.0 +Armenia,2007,Europe,2988117.0,72.3,97.89,1.4,6877.0 +Armenia,2008,Europe,2975029.0,72.3,98.0,1.4,7383.0 +Armenia,2009,Europe,2966108.0,72.6,98.1,1.6,6358.0 +Armenia,2010,Europe,2963496.0,73.0,98.2,1.55,6508.0 +Armenia,2011,Europe,2967984.0,73.5,98.28,1.5,6812.0 +Armenia,2012,Europe,2978339.0,73.9,98.37,1.47,7291.0 +Armenia,2013,Europe,2992192.0,74.3,98.45,1.44,7527.0 +Armenia,2014,Europe,3006154.0,74.5,98.51,1.42,7763.0 +Armenia,2015,Europe,3017712.0,74.7,98.58,1.41,7763.0 +Australia,1800,Asia,351014.0,34.05,60.901,6.5,815.0 +Australia,1810,Asia,342440.0,34.05,60.901,6.3,834.0 +Australia,1820,Asia,334002.0,34.05,60.901,6.1,853.0 +Australia,1830,Asia,348143.0,34.05,60.901,5.79,1399.0 +Australia,1840,Asia,434095.0,34.05,60.901,5.37,2269.0 +Australia,1850,Asia,742619.0,34.05,60.901,4.94,3267.0 +Australia,1860,Asia,1256048.0,34.05,60.901,5.71,4795.0 +Australia,1870,Asia,1724213.0,34.05,83.03200000000002,5.19,5431.0 +Australia,1880,Asia,2253007.0,39.34,81.907,4.73,7120.0 +Australia,1890,Asia,3088808.0,44.63,83.77799999999998,4.69,7418.0 +Australia,1900,Asia,3743708.0,49.93,85.073,3.66,6688.0 +Australia,1910,Asia,4408209.0,55.22,89.47399999999998,3.35,8695.0 +Australia,1920,Asia,5345428.0,60.51,90.419,3.07,7867.0 +Australia,1930,Asia,6473803.0,64.96,93.54899999999999,2.58,7714.0 +Australia,1940,Asia,7052012.0,66.26,94.898,2.26,10057.0 +Australia,1950,Asia,8177344.0,69.01,96.84,3.07,12073.0 +Australia,1951,Asia,8417640.0,68.71,96.9,3.06,12229.0 +Australia,1952,Asia,8627052.0,69.11,96.97,3.18,12084.0 +Australia,1953,Asia,8821938.0,69.69,97.05,3.19,12228.0 +Australia,1954,Asia,9014508.0,69.84,97.13,3.19,12694.0 +Australia,1955,Asia,9212824.0,70.16,97.2,3.28,13082.0 +Australia,1956,Asia,9420602.0,70.03,97.27,3.33,13217.0 +Australia,1957,Asia,9637408.0,70.31,97.34,3.42,13191.0 +Australia,1958,Asia,9859257.0,70.86,97.4,3.42,13545.0 +Australia,1959,Asia,10079604.0,70.43,97.46,3.44,14076.0 +Australia,1960,Asia,10292328.0,70.87,97.52,3.45,14346.0 +Australia,1961,Asia,10494911.0,71.14,97.57,3.55,14126.0 +Australia,1962,Asia,10691220.0,70.91,97.63,3.43,14742.0 +Australia,1963,Asia,10892700.0,70.97,97.68,3.34,15357.0 +Australia,1964,Asia,11114995.0,70.63,97.73,3.15,16098.0 +Australia,1965,Asia,11368011.0,70.96,97.76,2.97,16601.0 +Australia,1966,Asia,11657281.0,70.79,97.79,2.89,16756.0 +Australia,1967,Asia,11975795.0,71.07,97.8,2.85,17570.0 +Australia,1968,Asia,12305530.0,70.7,97.81,2.89,18261.0 +Australia,1969,Asia,12621240.0,71.11,97.83,2.89,18949.0 +Australia,1970,Asia,12904760.0,70.78,97.86,2.86,19719.0 +Australia,1971,Asia,13150591.0,71.38,97.91,2.95,20176.0 +Australia,1972,Asia,13364238.0,71.9,97.98,2.74,20385.0 +Australia,1973,Asia,13552190.0,72.11,98.06,2.49,21185.0 +Australia,1974,Asia,13725400.0,71.86,98.16,2.32,21383.0 +Australia,1975,Asia,13892674.0,72.81,98.27,2.15,21708.0 +Australia,1976,Asia,14054956.0,72.84,98.38,2.06,22372.0 +Australia,1977,Asia,14211657.0,73.45,98.47,2.01,22373.0 +Australia,1978,Asia,14368543.0,73.84,98.56,1.95,22763.0 +Australia,1979,Asia,14532401.0,74.4,98.64,1.91,23697.0 +Australia,1980,Asia,14708323.0,74.56,98.7,1.89,23872.0 +Australia,1981,Asia,14898019.0,74.92,98.75,1.94,24308.0 +Australia,1982,Asia,15101227.0,74.7,98.78,1.93,23884.0 +Australia,1983,Asia,15318254.0,75.51,98.81,1.92,23584.0 +Australia,1984,Asia,15548591.0,75.98,98.84,1.84,24934.0 +Australia,1985,Asia,15791043.0,75.41,98.87,1.92,25875.0 +Australia,1986,Asia,16047026.0,76.08,98.9,1.87,26057.0 +Australia,1987,Asia,16314778.0,76.27,98.94,1.85,26969.0 +Australia,1988,Asia,16585905.0,76.3,98.98,1.83,27757.0 +Australia,1989,Asia,16849253.0,76.4,99.03,1.84,28556.0 +Australia,1990,Asia,17096869.0,77.0,99.08,1.9,28604.0 +Australia,1991,Asia,17325818.0,77.4,99.14,1.85,28122.0 +Australia,1992,Asia,17538387.0,77.6,99.19,1.89,27895.0 +Australia,1993,Asia,17738428.0,77.9,99.23,1.86,28732.0 +Australia,1994,Asia,17932214.0,78.1,99.27,1.84,29580.0 +Australia,1995,Asia,18124770.0,78.3,99.3,1.82,30359.0 +Australia,1996,Asia,18318340.0,78.5,99.32,1.8,31145.0 +Australia,1997,Asia,18512971.0,78.8,99.34,1.78,32013.0 +Australia,1998,Asia,18709175.0,79.2,99.35,1.76,33085.0 +Australia,1999,Asia,18906936.0,79.4,99.36,1.76,34346.0 +Australia,2000,Asia,19107251.0,79.8,99.38,1.76,35253.0 +Australia,2001,Asia,19308681.0,80.1,99.39,1.73,35452.0 +Australia,2002,Asia,19514385.0,80.3,99.4,1.76,36375.0 +Australia,2003,Asia,19735255.0,80.6,99.41,1.75,37035.0 +Australia,2004,Asia,19985475.0,80.9,99.41,1.76,38130.0 +Australia,2005,Asia,20274282.0,81.2,99.43,1.79,38840.0 +Australia,2006,Asia,20606228.0,81.4,99.44,1.82,39416.0 +Australia,2007,Asia,20975949.0,81.5,99.46,1.92,40643.0 +Australia,2008,Asia,21370348.0,81.6,99.48,1.96,41312.0 +Australia,2009,Asia,21770690.0,81.8,99.5,1.9,41170.0 +Australia,2010,Asia,22162863.0,82.0,99.52,1.89,41330.0 +Australia,2011,Asia,22542371.0,82.2,99.55,1.88,41706.0 +Australia,2012,Asia,22911375.0,82.4,99.58,1.89,42522.0 +Australia,2013,Asia,23270465.0,82.4,99.6,1.88,42840.0 +Australia,2014,Asia,23622353.0,82.3,99.63,1.88,43219.0 +Australia,2015,Asia,23968973.0,82.3,99.65,1.88,44056.0 +Austria,1800,Europe,3205587.0,34.4,61.268,5.1,1848.0 +Austria,1810,Europe,3286650.0,34.4,69.757,5.1,1924.0 +Austria,1820,Europe,3391206.0,34.4,70.085,5.1,2003.0 +Austria,1830,Europe,3538286.0,34.4,61.487,5.1,2353.0 +Austria,1840,Europe,3728381.0,34.4,60.358000000000004,5.1,2608.0 +Austria,1850,Europe,3962619.0,34.4,59.228,5.1,2909.0 +Austria,1860,Europe,4235926.0,34.4,61.487,5.1,3206.0 +Austria,1870,Europe,4556658.0,34.4,58.90600000000001,4.69,3439.0 +Austria,1880,Europe,4947026.0,34.95,59.389,4.62,3928.0 +Austria,1890,Europe,5408503.0,37.07,57.93899999999999,4.24,4725.0 +Austria,1900,Europe,5979725.0,41.53,62.46100000000001,4.33,5704.0 +Austria,1910,Europe,6608155.0,44.48,69.266,3.69,6665.0 +Austria,1920,Europe,6459401.0,50.21,74.676,3.14,4804.0 +Austria,1930,Europe,6684058.0,55.88,84.33500000000002,2.32,6957.0 +Austria,1940,Europe,6700724.0,57.8,89.647,2.7,7518.0 +Austria,1950,Europe,6936445.0,64.87,92.46799999999999,1.87,6919.0 +Austria,1951,Europe,6930348.0,65.24,93.01899999999999,2.02,7382.0 +Austria,1952,Europe,6929289.0,66.78,94.046,2.06,7386.0 +Austria,1953,Europe,6932427.0,67.27,94.343,2.09,7692.0 +Austria,1954,Europe,6939230.0,67.3,94.51,2.16,8458.0 +Austria,1955,Europe,6949482.0,67.58,94.67,2.29,9373.0 +Austria,1956,Europe,6963298.0,67.7,94.83,2.49,9998.0 +Austria,1957,Europe,6981105.0,67.46,95.01,2.57,10578.0 +Austria,1958,Europe,7003575.0,68.46,95.22,2.6,10919.0 +Austria,1959,Europe,7031513.0,68.39,95.45,2.69,11175.0 +Austria,1960,Europe,7065525.0,68.75,95.71,2.7,12027.0 +Austria,1961,Europe,7105654.0,69.72,95.98,2.79,12584.0 +Austria,1962,Europe,7151077.0,69.51,96.21,2.8,12800.0 +Austria,1963,Europe,7199962.0,69.64,96.41,2.82,13225.0 +Austria,1964,Europe,7249855.0,70.13,96.58,2.8,13915.0 +Austria,1965,Europe,7298794.0,69.92,96.73,2.7,14213.0 +Austria,1966,Europe,7345865.0,70.22,96.85,2.66,14898.0 +Austria,1967,Europe,7390853.0,70.1,96.95,2.62,15228.0 +Austria,1968,Europe,7433328.0,70.25,97.02,2.59,15814.0 +Austria,1969,Europe,7473058.0,70.02,97.07,2.49,16743.0 +Austria,1970,Europe,7509746.0,70.07,97.1,2.29,17865.0 +Austria,1971,Europe,7543451.0,70.27,97.13,2.2,18698.0 +Austria,1972,Europe,7573660.0,70.59,97.2,2.09,19747.0 +Austria,1973,Europe,7598925.0,71.16,97.32,1.94,20602.0 +Austria,1974,Europe,7617432.0,71.15,97.49,1.91,21381.0 +Austria,1975,Europe,7628138.0,71.28,97.69,1.83,21364.0 +Austria,1976,Europe,7630536.0,71.77,97.89,1.69,22385.0 +Austria,1977,Europe,7625724.0,72.12,98.06,1.63,23427.0 +Austria,1978,Europe,7616309.0,72.2,98.19,1.6,23364.0 +Austria,1979,Europe,7605888.0,72.51,98.29,1.6,24684.0 +Austria,1980,Europe,7597269.0,72.64,98.37,1.65,25259.0 +Austria,1981,Europe,7591618.0,72.96,98.45,1.67,25187.0 +Austria,1982,Europe,7588957.0,73.12,98.52,1.66,25637.0 +Austria,1983,Europe,7589573.0,73.19,98.59,1.56,26435.0 +Austria,1984,Europe,7593397.0,73.73,98.67,1.52,26522.0 +Austria,1985,Europe,7600514.0,73.95,98.74,1.47,27100.0 +Austria,1986,Europe,7610435.0,74.43,98.82,1.45,27707.0 +Austria,1987,Europe,7623700.0,74.86,98.89,1.43,28136.0 +Austria,1988,Europe,7642479.0,75.34,98.95,1.45,28951.0 +Austria,1989,Europe,7669601.0,75.43,99.0,1.45,30067.0 +Austria,1990,Europe,7706571.0,75.7,99.05,1.46,31053.0 +Austria,1991,Europe,7755143.0,75.8,99.1,1.51,31802.0 +Austria,1992,Europe,7813393.0,76.0,99.15,1.51,32113.0 +Austria,1993,Europe,7874675.0,76.2,99.2,1.5,32017.0 +Austria,1994,Europe,7929911.0,76.5,99.26,1.47,32660.0 +Austria,1995,Europe,7972833.0,76.8,99.32,1.42,33480.0 +Austria,1996,Europe,8000453.0,77.1,99.36,1.45,34237.0 +Austria,1997,Europe,8015256.0,77.6,99.4,1.39,34952.0 +Austria,1998,Europe,8023166.0,77.8,99.42,1.37,36157.0 +Austria,1999,Europe,8032953.0,78.0,99.44,1.34,37382.0 +Austria,2000,Europe,8050884.0,78.2,99.45,1.37,38548.0 +Austria,2001,Europe,8078877.0,78.6,99.46,1.33,38919.0 +Austria,2002,Europe,8114698.0,78.8,99.47,1.39,39370.0 +Austria,2003,Europe,8155466.0,79.0,99.48,1.38,39475.0 +Austria,2004,Europe,8196624.0,79.4,99.5,1.42,40292.0 +Austria,2005,Europe,8234858.0,79.5,99.51,1.41,40875.0 +Austria,2006,Europe,8269372.0,80.0,99.52,1.41,42036.0 +Austria,2007,Europe,8301290.0,80.1,99.54,1.38,43418.0 +Austria,2008,Europe,8331465.0,80.4,99.54,1.41,43952.0 +Austria,2009,Europe,8361362.0,80.3,99.55,1.39,42171.0 +Austria,2010,Europe,8391986.0,80.5,99.56,1.44,42861.0 +Austria,2011,Europe,8423559.0,80.7,99.58,1.44,44029.0 +Austria,2012,Europe,8455477.0,80.9,99.6,1.46,44216.0 +Austria,2013,Europe,8486962.0,81.1,99.61,1.47,44059.0 +Austria,2014,Europe,8516916.0,81.2,99.63,1.48,43906.0 +Austria,2015,Europe,8544586.0,81.3,99.65,1.5,44401.0 +Azerbaijan,1800,Europe,879960.0,29.17,61.6,8.1,775.0 +Azerbaijan,1810,Europe,879960.0,29.17,62.378,8.1,777.0 +Azerbaijan,1820,Europe,901772.0,29.17,63.13999999999999,8.1,779.0 +Azerbaijan,1830,Europe,965887.0,29.17,63.88700000000001,8.1,823.0 +Azerbaijan,1840,Europe,1058574.0,29.17,64.619,8.1,870.0 +Azerbaijan,1850,Europe,1160156.0,29.17,65.336,8.1,919.0 +Azerbaijan,1860,Europe,1270556.0,29.17,66.038,8.1,971.0 +Azerbaijan,1870,Europe,1391460.0,26.63,66.726,8.1,1026.0 +Azerbaijan,1880,Europe,1523060.0,28.17,67.39999999999999,8.1,1084.0 +Azerbaijan,1890,Europe,1667011.0,30.17,68.06099999999999,8.1,1112.0 +Azerbaijan,1900,Europe,1825639.0,31.07,68.708,7.95,1522.0 +Azerbaijan,1910,Europe,1998690.0,33.57,71.61800000000002,7.65,1703.0 +Azerbaijan,1920,Europe,2189291.0,30.0,74.25699999999998,7.35,721.0 +Azerbaijan,1930,Europe,2399377.0,38.75,76.65100000000002,6.89,1830.0 +Azerbaijan,1940,Europe,2629623.0,44.97,81.73,6.27,2727.0 +Azerbaijan,1950,Europe,2895997.0,57.29,85.68799999999997,5.64,3638.0 +Azerbaijan,1951,Europe,2965338.0,57.5,85.866,5.59,3595.0 +Azerbaijan,1952,Europe,3045429.0,57.93,86.25500000000002,5.51,3765.0 +Azerbaijan,1953,Europe,3133703.0,58.36,86.58600000000001,5.44,3864.0 +Azerbaijan,1954,Europe,3228233.0,58.79,86.92999999999998,5.41,3987.0 +Azerbaijan,1955,Europe,3327733.0,59.21,87.287,5.39,4254.0 +Azerbaijan,1956,Europe,3431597.0,59.63,87.652,5.4,4583.0 +Azerbaijan,1957,Europe,3539858.0,60.05,88.029,5.43,4597.0 +Azerbaijan,1958,Europe,3653083.0,60.48,88.414,5.48,4859.0 +Azerbaijan,1959,Europe,3772187.0,60.9,88.791,5.53,4723.0 +Azerbaijan,1960,Europe,3897889.0,61.33,89.164,5.57,5081.0 +Azerbaijan,1961,Europe,4030130.0,61.76,89.52600000000002,5.6,5285.0 +Azerbaijan,1962,Europe,4167558.0,62.2,89.944,5.59,5348.0 +Azerbaijan,1963,Europe,4307315.0,62.62,90.294,5.55,5155.0 +Azerbaijan,1964,Europe,4445653.0,63.06,90.639,5.47,5751.0 +Azerbaijan,1965,Europe,4579759.0,63.49,90.98,5.35,6012.0 +Azerbaijan,1966,Europe,4708485.0,63.91,91.314,5.21,6241.0 +Azerbaijan,1967,Europe,4832098.0,64.35,91.646,5.06,6458.0 +Azerbaijan,1968,Europe,4950977.0,64.75,91.959,4.9,6778.0 +Azerbaijan,1969,Europe,5066080.0,65.14,92.256,4.75,6819.0 +Azerbaijan,1970,Europe,5178160.0,65.48,92.489,4.61,7285.0 +Azerbaijan,1971,Europe,5287272.0,65.75,92.707,4.48,7416.0 +Azerbaijan,1972,Europe,5393176.0,65.93,92.864,4.35,7395.0 +Azerbaijan,1973,Europe,5496061.0,66.04,92.561,4.22,7952.0 +Azerbaijan,1974,Europe,5596160.0,66.05,92.245,4.08,8076.0 +Azerbaijan,1975,Europe,5693796.0,66.02,91.915,3.95,7994.0 +Azerbaijan,1976,Europe,5789050.0,65.92,91.571,3.81,8263.0 +Azerbaijan,1977,Europe,5882395.0,65.8,91.213,3.68,8351.0 +Azerbaijan,1978,Europe,5975045.0,65.68,90.84,3.54,8456.0 +Azerbaijan,1979,Europe,6068531.0,65.6,90.45,3.41,8315.0 +Azerbaijan,1980,Europe,6163990.0,65.55,87.914,3.29,8228.0 +Azerbaijan,1981,Europe,6261942.0,65.61,87.946,3.18,8205.0 +Azerbaijan,1982,Europe,6362289.0,65.73,89.18,3.09,8307.0 +Azerbaijan,1983,Europe,6464775.0,65.92,89.42999999999998,3.03,8469.0 +Azerbaijan,1984,Europe,6568857.0,66.15,89.67,2.98,8466.0 +Azerbaijan,1985,Europe,6674107.0,66.37,89.89,2.95,8435.0 +Azerbaijan,1986,Europe,6779970.0,66.48,90.1,2.95,8673.0 +Azerbaijan,1987,Europe,6886428.0,66.46,90.28,2.95,8679.0 +Azerbaijan,1988,Europe,6994139.0,66.28,90.42,2.96,8760.0 +Azerbaijan,1989,Europe,7104058.0,65.98,90.51,2.97,8814.0 +Azerbaijan,1990,Europe,7216503.0,65.6,90.53,2.97,8513.0 +Azerbaijan,1991,Europe,7332519.0,65.3,90.5,2.94,8323.0 +Azerbaijan,1992,Europe,7450920.0,63.7,90.46,2.88,6346.0 +Azerbaijan,1993,Europe,7567156.0,64.0,90.43,2.8,4806.0 +Azerbaijan,1994,Europe,7675128.0,63.5,90.45,2.69,3808.0 +Azerbaijan,1995,Europe,7770806.0,64.6,90.57,2.56,3320.0 +Azerbaijan,1996,Europe,7852287.0,65.0,90.79,2.43,3329.0 +Azerbaijan,1997,Europe,7921789.0,65.3,91.14,2.3,3488.0 +Azerbaijan,1998,Europe,7984531.0,65.6,91.58,2.19,3801.0 +Azerbaijan,1999,Europe,8047997.0,65.9,92.07,2.11,4047.0 +Azerbaijan,2000,Europe,8117742.0,66.5,92.6,2.05,4459.0 +Azerbaijan,2001,Europe,8195648.0,67.2,93.12,2.01,4863.0 +Azerbaijan,2002,Europe,8280599.0,67.6,93.62,2.0,5338.0 +Azerbaijan,2003,Europe,8371536.0,67.6,94.07,1.99,5891.0 +Azerbaijan,2004,Europe,8466304.0,67.8,94.48,1.99,6435.0 +Azerbaijan,2005,Europe,8563398.0,68.2,94.83,1.99,8052.0 +Azerbaijan,2006,Europe,8662137.0,68.7,95.14,1.99,10711.0 +Azerbaijan,2007,Europe,8763359.0,69.1,95.42,1.99,13243.0 +Azerbaijan,2008,Europe,8868713.0,69.2,95.67,1.99,14365.0 +Azerbaijan,2009,Europe,8980488.0,69.7,95.9,1.98,15394.0 +Azerbaijan,2010,Europe,9099893.0,70.1,96.1,1.97,15950.0 +Azerbaijan,2011,Europe,9227512.0,70.8,96.27,1.96,15754.0 +Azerbaijan,2012,Europe,9361477.0,71.5,96.43,1.94,15888.0 +Azerbaijan,2013,Europe,9497496.0,72.1,96.58,1.92,16593.0 +Azerbaijan,2014,Europe,9629779.0,72.5,96.71,1.91,16710.0 +Azerbaijan,2015,Europe,9753968.0,72.9,96.83,1.89,16986.0 +Bahamas,1800,America,27350.0,35.18,52.896,5.9,1445.0 +Bahamas,1810,America,27350.0,35.18,56.809,5.9,1447.0 +Bahamas,1820,America,27404.0,35.18,60.397,5.9,1449.0 +Bahamas,1830,America,27558.0,35.18,63.68700000000001,5.9,1550.0 +Bahamas,1840,America,27768.0,35.18,66.70400000000001,5.9,1658.0 +Bahamas,1850,America,29372.0,35.18,69.47,5.9,1774.0 +Bahamas,1860,America,33625.0,35.18,72.00599999999999,5.9,1897.0 +Bahamas,1870,America,38787.0,35.18,74.332,5.9,2030.0 +Bahamas,1880,America,43344.0,35.18,76.464,5.9,2171.0 +Bahamas,1890,America,47817.0,35.18,78.42,5.9,2322.0 +Bahamas,1900,America,53102.0,35.18,80.21300000000002,5.9,2484.0 +Bahamas,1910,America,55829.0,35.18,81.85600000000002,5.9,2657.0 +Bahamas,1920,America,53436.0,35.18,83.36399999999998,5.9,3476.0 +Bahamas,1930,America,59422.0,42.63,84.74600000000002,5.52,4999.0 +Bahamas,1940,America,66812.0,50.9,86.01299999999998,4.75,7186.0 +Bahamas,1950,America,79088.0,58.74,87.175,3.98,10324.0 +Bahamas,1951,America,79984.0,58.91,87.344,3.99,10705.0 +Bahamas,1952,America,81428.0,59.29,87.649,4.02,11100.0 +Bahamas,1953,America,83371.0,59.67,87.965,4.06,11509.0 +Bahamas,1954,America,85776.0,60.03,88.292,4.12,11933.0 +Bahamas,1955,America,88619.0,60.39,88.631,4.18,12373.0 +Bahamas,1956,America,91893.0,60.72,88.97500000000002,4.25,12829.0 +Bahamas,1957,America,95604.0,61.06,89.33,4.32,13302.0 +Bahamas,1958,America,99767.0,61.38,89.691,4.4,13792.0 +Bahamas,1959,America,104406.0,61.69,90.90700000000001,4.46,14300.0 +Bahamas,1960,America,109526.0,62.0,91.979,4.5,14826.0 +Bahamas,1961,America,115108.0,62.29,92.925,4.5,15618.0 +Bahamas,1962,America,121083.0,62.58,93.759,4.45,16405.0 +Bahamas,1963,America,127331.0,62.85,94.495,4.36,17248.0 +Bahamas,1964,America,133697.0,63.13,95.14399999999999,4.22,18160.0 +Bahamas,1965,America,140049.0,63.4,95.71600000000001,4.06,19156.0 +Bahamas,1966,America,146364.0,63.65,96.221,3.89,20007.0 +Bahamas,1967,America,152607.0,63.91,96.667,3.75,21048.0 +Bahamas,1968,America,158629.0,64.14,97.06,3.64,21975.0 +Bahamas,1969,America,164250.0,64.39,97.0,3.57,23154.0 +Bahamas,1970,America,169356.0,64.61,96.94,3.53,21210.0 +Bahamas,1971,America,173867.0,64.85,96.88,3.5,21018.0 +Bahamas,1972,America,177844.0,65.08,96.83,3.47,19856.0 +Bahamas,1973,America,181489.0,65.3,96.79,3.41,20957.0 +Bahamas,1974,America,185097.0,65.53,96.78,3.33,17127.0 +Bahamas,1975,America,188882.0,65.74,96.78,3.23,14320.0 +Bahamas,1976,America,192905.0,65.96,96.81,3.14,14767.0 +Bahamas,1977,America,197118.0,66.16,96.85,3.06,15790.0 +Bahamas,1978,America,201511.0,66.37,96.9,3.01,17660.0 +Bahamas,1979,America,206038.0,66.57,96.95,2.99,21812.0 +Bahamas,1980,America,210660.0,66.75,97.01,2.99,22747.0 +Bahamas,1981,America,215404.0,66.95,97.06,2.99,21634.0 +Bahamas,1982,America,220275.0,67.12,97.11,2.99,22519.0 +Bahamas,1983,America,225185.0,67.31,97.14,2.97,23560.0 +Bahamas,1984,America,230016.0,67.5,97.18,2.92,23646.0 +Bahamas,1985,America,234684.0,67.67,97.21,2.86,24154.0 +Bahamas,1986,America,239132.0,67.86,97.27,2.79,24343.0 +Bahamas,1987,America,243391.0,68.02,97.35,2.73,24818.0 +Bahamas,1988,America,247576.0,68.2,97.44,2.68,24959.0 +Bahamas,1989,America,251855.0,68.35,97.54,2.65,25109.0 +Bahamas,1990,America,256338.0,68.5,97.65,2.64,24281.0 +Bahamas,1991,America,261117.0,68.9,97.75,2.63,22841.0 +Bahamas,1992,America,266133.0,69.2,97.84,2.62,21555.0 +Bahamas,1993,America,271165.0,69.7,97.94,2.6,21222.0 +Bahamas,1994,America,275903.0,69.5,98.04,2.57,21516.0 +Bahamas,1995,America,280151.0,69.7,98.13,2.51,22119.0 +Bahamas,1996,America,283792.0,70.0,98.22,2.44,22758.0 +Bahamas,1997,America,286968.0,70.2,98.3,2.36,22971.0 +Bahamas,1998,America,290054.0,70.1,98.36,2.26,23799.0 +Bahamas,1999,America,293572.0,70.1,98.41,2.17,25193.0 +Bahamas,2000,America,297891.0,70.2,98.43,2.07,25858.0 +Bahamas,2001,America,303138.0,70.3,98.45,1.99,26078.0 +Bahamas,2002,America,309170.0,70.4,98.45,1.92,26260.0 +Bahamas,2003,America,315757.0,71.1,98.46,1.88,25387.0 +Bahamas,2004,America,322539.0,71.7,98.46,1.86,25073.0 +Bahamas,2005,America,329243.0,71.7,98.47,1.85,25397.0 +Bahamas,2006,America,335801.0,72.0,98.49,1.86,25530.0 +Bahamas,2007,America,342259.0,71.8,98.52,1.88,25412.0 +Bahamas,2008,America,348587.0,72.2,98.55,1.89,24373.0 +Bahamas,2009,America,354780.0,72.7,98.58,1.9,22950.0 +Bahamas,2010,America,360830.0,72.7,98.61,1.9,22915.0 +Bahamas,2011,America,366711.0,72.6,98.65,1.9,22689.0 +Bahamas,2012,America,372388.0,72.7,98.68,1.89,22841.0 +Bahamas,2013,America,377841.0,72.9,98.72,1.89,22518.0 +Bahamas,2014,America,383054.0,73.5,98.76,1.88,22439.0 +Bahamas,2015,America,388019.0,73.7,98.79,1.88,22818.0 +Bahrain,1800,Asia,64474.0,30.3,56.021,7.03,1235.0 +Bahrain,1810,Asia,64474.0,30.3,56.021,7.03,1289.0 +Bahrain,1820,Asia,64474.0,30.3,56.021,7.02,1346.0 +Bahrain,1830,Asia,64474.0,30.3,56.021,7.02,1405.0 +Bahrain,1840,Asia,64474.0,30.3,56.021,7.01,1467.0 +Bahrain,1850,Asia,64474.0,30.3,56.021,7.01,1531.0 +Bahrain,1860,Asia,64469.0,30.3,56.021,7.0,1715.0 +Bahrain,1870,Asia,65422.0,30.3,56.021,7.0,1921.0 +Bahrain,1880,Asia,68170.0,30.3,56.021,6.99,2152.0 +Bahrain,1890,Asia,72045.0,30.3,56.021,6.99,2410.0 +Bahrain,1900,Asia,76158.0,30.3,56.11600000000002,6.98,2700.0 +Bahrain,1910,Asia,80495.0,30.3,56.799,6.98,2717.0 +Bahrain,1920,Asia,87364.0,30.3,57.839,6.97,2733.0 +Bahrain,1930,Asia,95901.0,30.3,58.89400000000001,6.98,2883.0 +Bahrain,1940,Asia,105272.0,33.92,64.168,7.01,5557.0 +Bahrain,1950,Asia,115614.0,41.04,69.405,7.03,16007.0 +Bahrain,1951,Asia,116919.0,41.45,69.406,7.01,16689.0 +Bahrain,1952,Asia,119689.0,42.32,69.407,6.97,17391.0 +Bahrain,1953,Asia,123593.0,43.26,69.408,6.95,18107.0 +Bahrain,1954,Asia,128333.0,44.27,69.40899999999999,6.94,18839.0 +Bahrain,1955,Asia,133653.0,45.35,69.41000000000001,6.94,19556.0 +Bahrain,1956,Asia,139332.0,46.49,71.86,6.95,20266.0 +Bahrain,1957,Asia,145185.0,47.7,74.14,6.97,20938.0 +Bahrain,1958,Asia,151067.0,48.97,76.22,7.01,21541.0 +Bahrain,1959,Asia,156865.0,50.29,78.17,7.05,22078.0 +Bahrain,1960,Asia,162501.0,51.64,80.0,7.09,22540.0 +Bahrain,1961,Asia,167924.0,52.99,81.69,7.13,22941.0 +Bahrain,1962,Asia,173107.0,54.33,83.28,7.17,23418.0 +Bahrain,1963,Asia,178048.0,55.64,84.74000000000002,7.19,24022.0 +Bahrain,1964,Asia,182774.0,56.9,86.11,7.19,24751.0 +Bahrain,1965,Asia,187348.0,58.1,87.37,7.17,25662.0 +Bahrain,1966,Asia,191782.0,59.23,88.53,7.1,26651.0 +Bahrain,1967,Asia,196203.0,60.29,89.60000000000002,7.0,27726.0 +Bahrain,1968,Asia,200953.0,61.29,90.59,6.86,28802.0 +Bahrain,1969,Asia,206469.0,62.22,91.5,6.69,29943.0 +Bahrain,1970,Asia,213102.0,63.1,92.32,6.5,31232.0 +Bahrain,1971,Asia,220808.0,63.92,93.07,6.29,31102.0 +Bahrain,1972,Asia,229588.0,64.67,93.73,6.09,33824.0 +Bahrain,1973,Asia,239860.0,65.38,94.31,5.9,35688.0 +Bahrain,1974,Asia,252139.0,66.03,94.82,5.72,36456.0 +Bahrain,1975,Asia,266686.0,66.63,95.26,5.56,33509.0 +Bahrain,1976,Asia,283843.0,67.2,95.64,5.41,41062.0 +Bahrain,1977,Asia,303236.0,67.72,95.98,5.28,40589.0 +Bahrain,1978,Asia,323511.0,68.21,96.28,5.16,36597.0 +Bahrain,1979,Asia,342829.0,68.67,96.54,5.04,40292.0 +Bahrain,1980,Asia,359902.0,69.09,96.77,4.92,44996.0 +Bahrain,1981,Asia,374125.0,69.47,96.97,4.8,42034.0 +Bahrain,1982,Asia,385950.0,69.83,97.14,4.69,38841.0 +Bahrain,1983,Asia,396447.0,70.16,97.28,4.58,38395.0 +Bahrain,1984,Asia,407223.0,70.46,97.41,4.47,41099.0 +Bahrain,1985,Asia,419425.0,70.73,97.51,4.36,32131.0 +Bahrain,1986,Asia,433487.0,70.98,97.58,4.25,29586.0 +Bahrain,1987,Asia,448994.0,71.2,97.64,4.13,28401.0 +Bahrain,1988,Asia,465235.0,71.41,97.67,4.0,31346.0 +Bahrain,1989,Asia,481126.0,71.61,97.68,3.87,32515.0 +Bahrain,1990,Asia,495944.0,71.8,97.7,3.74,35398.0 +Bahrain,1991,Asia,509654.0,72.0,97.73,3.6,38315.0 +Bahrain,1992,Asia,522748.0,72.1,97.8,3.47,39854.0 +Bahrain,1993,Asia,535692.0,72.5,97.9,3.34,43894.0 +Bahrain,1994,Asia,549151.0,72.9,98.04,3.21,42712.0 +Bahrain,1995,Asia,563730.0,73.0,98.19,3.1,43244.0 +Bahrain,1996,Asia,579855.0,73.4,98.34,3.01,43781.0 +Bahrain,1997,Asia,597834.0,73.8,98.48,2.93,43798.0 +Bahrain,1998,Asia,618054.0,74.0,98.59,2.86,44399.0 +Bahrain,1999,Asia,640904.0,74.2,98.68,2.81,44619.0 +Bahrain,2000,Asia,666855.0,73.7,98.74,2.77,45063.0 +Bahrain,2001,Asia,694893.0,74.3,98.79,2.72,44169.0 +Bahrain,2002,Asia,725365.0,74.8,98.82,2.67,43654.0 +Bahrain,2003,Asia,761595.0,75.3,98.85,2.6,43914.0 +Bahrain,2004,Asia,807989.0,75.7,98.88,2.53,44206.0 +Bahrain,2005,Asia,867014.0,76.1,98.91,2.45,44031.0 +Bahrain,2006,Asia,940808.0,76.3,98.95,2.37,43358.0 +Bahrain,2007,Asia,1026568.0,77.0,99.0,2.29,43251.0 +Bahrain,2008,Asia,1115777.0,77.6,99.06,2.23,42507.0 +Bahrain,2009,Asia,1196774.0,78.2,99.12,2.18,40825.0 +Bahrain,2010,Asia,1261319.0,78.7,99.17,2.14,40553.0 +Bahrain,2011,Asia,1306014.0,78.8,99.22,2.12,40083.0 +Bahrain,2012,Asia,1333577.0,79.0,99.27,2.09,40732.0 +Bahrain,2013,Asia,1349427.0,79.1,99.31,2.08,42444.0 +Bahrain,2014,Asia,1361930.0,79.1,99.35,2.05,43963.0 +Bahrain,2015,Asia,1377237.0,79.1,99.38,2.03,44138.0 +Bangladesh,1800,Asia,19227358.0,25.5,49.212,6.7,876.0 +Bangladesh,1810,Asia,19611269.0,25.5,49.212,6.7,875.0 +Bangladesh,1820,Asia,20122865.0,25.5,49.212,6.7,874.0 +Bangladesh,1830,Asia,20872777.0,25.5,49.212,6.7,876.0 +Bangladesh,1840,Asia,21776468.0,25.5,49.212,6.7,877.0 +Bangladesh,1850,Asia,22719284.0,25.5,49.212,6.7,878.0 +Bangladesh,1860,Asia,23665237.0,25.5,49.212,6.7,880.0 +Bangladesh,1870,Asia,24757994.0,25.5,49.212,6.7,881.0 +Bangladesh,1880,Asia,26094931.0,24.58,47.84,6.7,903.0 +Bangladesh,1890,Asia,27615079.0,22.72,44.828,6.7,968.0 +Bangladesh,1900,Asia,29230699.0,21.77,43.465,6.7,995.0 +Bangladesh,1910,Asia,30936532.0,22.18,44.999,6.7,1158.0 +Bangladesh,1920,Asia,32566951.0,23.88,48.90600000000001,6.7,1057.0 +Bangladesh,1930,Asia,34357412.0,27.89,55.714,6.61,1225.0 +Bangladesh,1940,Asia,37445667.0,35.37,65.71600000000001,6.42,1174.0 +Bangladesh,1950,Asia,37894680.0,42.46,64.67,6.23,1027.0 +Bangladesh,1951,Asia,38706927.0,42.58,65.71000000000001,6.27,1031.0 +Bangladesh,1952,Asia,39493326.0,42.87,66.73,6.33,1046.0 +Bangladesh,1953,Asia,40302266.0,43.19,67.71000000000001,6.39,1045.0 +Bangladesh,1954,Asia,41170306.0,43.54,68.69,6.45,1046.0 +Bangladesh,1955,Asia,42122171.0,43.91,69.59,6.5,972.0 +Bangladesh,1956,Asia,43170261.0,44.3,70.46,6.56,1056.0 +Bangladesh,1957,Asia,44315145.0,44.73,71.28999999999998,6.6,1017.0 +Bangladesh,1958,Asia,45547037.0,45.19,72.09,6.65,979.0 +Bangladesh,1959,Asia,46848270.0,45.68,72.85,6.69,1011.0 +Bangladesh,1960,Asia,48200702.0,46.2,73.57000000000002,6.73,1048.0 +Bangladesh,1961,Asia,49593610.0,46.73,74.25,6.76,1087.0 +Bangladesh,1962,Asia,51030604.0,47.28,74.86999999999998,6.79,1062.0 +Bangladesh,1963,Asia,52532595.0,47.81,75.44,6.83,1147.0 +Bangladesh,1964,Asia,54129390.0,48.29,75.96000000000002,6.85,1138.0 +Bangladesh,1965,Asia,55835020.0,48.6,76.4,6.88,1177.0 +Bangladesh,1966,Asia,57675529.0,48.63,76.77000000000002,6.9,1169.0 +Bangladesh,1967,Asia,59625294.0,48.37,77.06,6.92,1122.0 +Bangladesh,1968,Asia,61585520.0,47.83,77.29,6.94,1202.0 +Bangladesh,1969,Asia,63422570.0,47.09,77.46,6.95,1195.0 +Bangladesh,1970,Asia,65048701.0,46.31,77.59,6.95,1226.0 +Bangladesh,1971,Asia,66417450.0,45.74,77.7,6.94,1142.0 +Bangladesh,1972,Asia,67578486.0,45.52,77.8,6.93,986.0 +Bangladesh,1973,Asia,68658472.0,45.77,77.92999999999998,6.9,971.0 +Bangladesh,1974,Asia,69837960.0,46.49,78.09,6.87,1069.0 +Bangladesh,1975,Asia,71247153.0,47.58,78.29,6.82,1035.0 +Bangladesh,1976,Asia,72930206.0,48.92,78.55,6.76,1059.0 +Bangladesh,1977,Asia,74848466.0,50.27,78.88,6.68,1038.0 +Bangladesh,1978,Asia,76948378.0,51.47,79.25999999999998,6.59,1082.0 +Bangladesh,1979,Asia,79141947.0,52.44,79.67,6.48,1101.0 +Bangladesh,1980,Asia,81364176.0,53.18,80.11,6.36,1079.0 +Bangladesh,1981,Asia,83599582.0,53.72,80.58000000000001,6.22,1085.0 +Bangladesh,1982,Asia,85868228.0,54.15,81.06,6.06,1071.0 +Bangladesh,1983,Asia,88181211.0,54.57,81.56,5.89,1097.0 +Bangladesh,1984,Asia,90559540.0,55.0,82.09,5.71,1131.0 +Bangladesh,1985,Asia,93015182.0,55.47,82.65,5.52,1142.0 +Bangladesh,1986,Asia,95550798.0,55.96,83.23,5.33,1169.0 +Bangladesh,1987,Asia,98149262.0,56.46,83.82000000000002,5.13,1196.0 +Bangladesh,1988,Asia,100779551.0,56.94,84.42,4.93,1208.0 +Bangladesh,1989,Asia,103400571.0,57.42,85.03,4.74,1216.0 +Bangladesh,1990,Asia,105983136.0,57.9,85.63000000000002,4.55,1274.0 +Bangladesh,1991,Asia,108509679.0,56.4,86.23,4.37,1287.0 +Bangladesh,1992,Asia,110987459.0,59.7,86.83000000000001,4.2,1327.0 +Bangladesh,1993,Asia,113442354.0,60.5,87.42,4.03,1360.0 +Bangladesh,1994,Asia,115913710.0,61.2,88.01,3.88,1383.0 +Bangladesh,1995,Asia,118427768.0,61.6,88.58,3.73,1424.0 +Bangladesh,1996,Asia,120987124.0,62.4,89.14,3.6,1457.0 +Bangladesh,1997,Asia,123574107.0,63.2,89.68,3.47,1492.0 +Bangladesh,1998,Asia,126169583.0,63.9,90.21,3.35,1538.0 +Bangladesh,1999,Asia,128746273.0,64.6,90.72,3.23,1579.0 +Bangladesh,2000,Asia,131280739.0,64.9,91.2,3.12,1632.0 +Bangladesh,2001,Asia,133776064.0,65.4,91.65,3.01,1685.0 +Bangladesh,2002,Asia,136228456.0,65.8,92.1,2.91,1721.0 +Bangladesh,2003,Asia,138600174.0,66.3,92.52,2.8,1774.0 +Bangladesh,2004,Asia,140843786.0,66.8,92.93,2.7,1840.0 +Bangladesh,2005,Asia,142929979.0,67.1,93.32,2.61,1934.0 +Bangladesh,2006,Asia,144839238.0,67.5,93.7,2.52,2038.0 +Bangladesh,2007,Asia,146592687.0,67.7,94.06,2.44,2158.0 +Bangladesh,2008,Asia,148252473.0,68.3,94.41,2.38,2265.0 +Bangladesh,2009,Asia,149905836.0,68.6,94.74,2.32,2355.0 +Bangladesh,2010,Asia,151616777.0,68.8,95.04,2.28,2459.0 +Bangladesh,2011,Asia,153405612.0,69.3,95.33,2.24,2589.0 +Bangladesh,2012,Asia,155257387.0,69.4,95.6,2.21,2725.0 +Bangladesh,2013,Asia,157157394.0,69.8,95.84,2.18,2853.0 +Bangladesh,2014,Asia,159077513.0,70.1,96.05,2.15,2991.0 +Bangladesh,2015,Asia,160995642.0,70.4,96.24,2.12,3161.0 +Barbados,1800,America,81729.0,32.12,53.024,4.96,913.0 +Barbados,1810,America,81729.0,32.12,51.342,4.68,915.0 +Barbados,1820,America,85456.0,32.12,49.6,4.58,916.0 +Barbados,1830,America,96798.0,32.12,47.79500000000001,5.21,980.0 +Barbados,1840,America,114080.0,32.12,45.925,5.37,1048.0 +Barbados,1850,America,132965.0,32.12,43.989,5.32,1121.0 +Barbados,1860,America,149452.0,32.12,41.984,5.27,1199.0 +Barbados,1870,America,161206.0,32.12,39.906,5.22,1283.0 +Barbados,1880,America,171072.0,32.12,37.754,5.16,1372.0 +Barbados,1890,America,181966.0,32.12,35.525,5.11,1468.0 +Barbados,1900,America,191121.0,32.12,33.217,5.06,1570.0 +Barbados,1910,America,174352.0,32.12,56.477,5.01,1680.0 +Barbados,1920,America,158370.0,32.12,56.105,5.03,1903.0 +Barbados,1930,America,169353.0,39.57,62.353,4.38,2215.0 +Barbados,1940,America,184312.0,47.85,70.604,4.34,2577.0 +Barbados,1950,America,210995.0,56.5,80.277,4.52,2996.0 +Barbados,1951,America,215704.0,56.82,78.19800000000002,4.49,3149.0 +Barbados,1952,America,219636.0,57.41,76.509,4.43,3310.0 +Barbados,1953,America,222808.0,57.99,77.625,4.39,3478.0 +Barbados,1954,America,225263.0,58.56,83.11999999999998,4.36,3656.0 +Barbados,1955,America,227076.0,59.13,85.45,4.34,3842.0 +Barbados,1956,America,228349.0,59.67,87.36,4.33,4038.0 +Barbados,1957,America,229214.0,60.22,88.88000000000002,4.33,4243.0 +Barbados,1958,America,229826.0,60.76,90.05,4.33,4459.0 +Barbados,1959,America,230350.0,61.28,90.94,4.34,4687.0 +Barbados,1960,America,230934.0,61.8,91.64,4.33,4925.0 +Barbados,1961,America,231674.0,62.31,92.2,4.31,5289.0 +Barbados,1962,America,232584.0,62.79,92.68,4.27,5747.0 +Barbados,1963,America,233587.0,63.27,93.13,4.2,5432.0 +Barbados,1964,America,234547.0,63.74,93.53,4.09,5681.0 +Barbados,1965,America,235373.0,64.2,93.87,3.96,6309.0 +Barbados,1966,America,236043.0,64.64,94.18,3.81,6544.0 +Barbados,1967,America,236620.0,65.08,94.45,3.64,7223.0 +Barbados,1968,America,237199.0,65.5,94.7,3.46,7705.0 +Barbados,1969,America,237911.0,65.91,94.95,3.28,8261.0 +Barbados,1970,America,238847.0,66.31,95.19,3.11,9013.0 +Barbados,1971,America,240038.0,66.71,95.42,2.95,9109.0 +Barbados,1972,America,241441.0,67.09,95.66,2.79,9148.0 +Barbados,1973,America,242980.0,67.47,95.89,2.65,9277.0 +Barbados,1974,America,244539.0,67.83,96.11,2.51,10465.0 +Barbados,1975,America,246033.0,68.17,96.33,2.39,10203.0 +Barbados,1976,America,247444.0,68.53,96.54,2.29,10605.0 +Barbados,1977,America,248785.0,68.87,96.74,2.2,10981.0 +Barbados,1978,America,250035.0,69.22,96.94,2.12,11501.0 +Barbados,1979,America,251176.0,69.57,97.11,2.06,12364.0 +Barbados,1980,America,252197.0,69.91,97.28,2.0,12885.0 +Barbados,1981,America,253080.0,70.25,97.42,1.96,12557.0 +Barbados,1982,America,253836.0,70.58,97.54,1.92,11845.0 +Barbados,1983,America,254515.0,70.91,97.64,1.89,11793.0 +Barbados,1984,America,255195.0,71.23,97.72,1.86,12097.0 +Barbados,1985,America,255929.0,71.54,97.8,1.83,12115.0 +Barbados,1986,America,256738.0,71.85,97.88,1.81,12619.0 +Barbados,1987,America,257609.0,72.14,97.96,1.78,12828.0 +Barbados,1988,America,258524.0,72.43,98.05,1.77,13162.0 +Barbados,1989,America,259454.0,72.72,98.13,1.75,13524.0 +Barbados,1990,America,260374.0,73.0,98.21,1.74,12992.0 +Barbados,1991,America,261281.0,73.2,98.28,1.73,12573.0 +Barbados,1992,America,262184.0,73.2,98.34,1.73,11911.0 +Barbados,1993,America,263091.0,73.1,98.39,1.73,11995.0 +Barbados,1994,America,264015.0,73.0,98.43,1.72,12437.0 +Barbados,1995,America,264962.0,73.3,98.45,1.73,12587.0 +Barbados,1996,America,265940.0,73.7,98.46,1.73,12783.0 +Barbados,1997,America,266944.0,73.9,98.45,1.74,13564.0 +Barbados,1998,America,267949.0,74.1,98.43,1.75,14081.0 +Barbados,1999,America,268920.0,74.2,98.4,1.76,14400.0 +Barbados,2000,America,269838.0,74.0,98.37,1.77,14677.0 +Barbados,2001,America,270686.0,74.4,98.34,1.78,14244.0 +Barbados,2002,America,271479.0,74.6,98.32,1.79,14275.0 +Barbados,2003,America,272261.0,74.8,98.32,1.8,14485.0 +Barbados,2004,America,273091.0,74.9,98.33,1.81,14620.0 +Barbados,2005,America,274013.0,75.0,98.35,1.82,15128.0 +Barbados,2006,America,275040.0,75.0,98.38,1.82,15913.0 +Barbados,2007,America,276154.0,75.1,98.42,1.83,16099.0 +Barbados,2008,America,277315.0,75.3,98.46,1.83,16075.0 +Barbados,2009,America,278466.0,75.3,98.49,1.84,15334.0 +Barbados,2010,America,279566.0,75.2,98.53,1.84,15297.0 +Barbados,2011,America,280602.0,75.2,98.56,1.84,15336.0 +Barbados,2012,America,281580.0,75.4,98.59,1.85,15261.0 +Barbados,2013,America,282503.0,75.5,98.63,1.85,12867.0 +Barbados,2014,America,283380.0,75.6,98.67,1.85,12829.0 +Barbados,2015,America,284215.0,75.7,98.7,1.86,12984.0 +Belarus,1800,Europe,2355081.0,36.2,63.43300000000001,7.0,608.0 +Belarus,1810,Europe,2355081.0,36.2,63.43300000000001,7.0,611.0 +Belarus,1820,Europe,2413420.0,36.2,63.43300000000001,7.0,614.0 +Belarus,1830,Europe,2584900.0,36.2,63.43300000000001,7.0,651.0 +Belarus,1840,Europe,2832789.0,36.2,63.43300000000001,7.0,690.0 +Belarus,1850,Europe,3104450.0,36.2,63.43300000000001,7.0,731.0 +Belarus,1860,Europe,3404323.0,36.2,63.43300000000001,7.0,775.0 +Belarus,1870,Europe,3733161.0,36.2,63.43300000000001,7.0,822.0 +Belarus,1880,Europe,4091588.0,36.2,63.43300000000001,7.0,871.0 +Belarus,1890,Europe,4484175.0,36.2,63.43300000000001,6.46,895.0 +Belarus,1900,Europe,4917314.0,36.2,63.512,5.99,1229.0 +Belarus,1910,Europe,5390481.0,42.31,70.44800000000002,5.67,1380.0 +Belarus,1920,Europe,5909582.0,30.42,76.645,5.35,585.0 +Belarus,1930,Europe,6476304.0,47.07,82.14200000000002,4.71,1462.0 +Belarus,1940,Europe,7097374.0,52.27,86.90599999999998,3.59,2146.0 +Belarus,1950,Europe,7745003.0,64.89,90.89399999999999,2.53,2819.0 +Belarus,1951,Europe,7717708.0,65.11,91.254,2.55,2781.0 +Belarus,1952,Europe,7711027.0,65.54,91.6,2.6,2908.0 +Belarus,1953,Europe,7724108.0,65.96,91.93299999999999,2.63,2981.0 +Belarus,1954,Europe,7755576.0,66.37,92.252,2.67,3070.0 +Belarus,1955,Europe,7803537.0,66.77,92.55799999999999,2.69,3271.0 +Belarus,1956,Europe,7865540.0,67.16,92.853,2.72,3518.0 +Belarus,1957,Europe,7938612.0,67.52,93.136,2.73,3524.0 +Belarus,1958,Europe,8019377.0,67.88,93.407,2.75,3719.0 +Belarus,1959,Europe,8104252.0,68.82,93.66799999999999,2.75,3610.0 +Belarus,1960,Europe,8190027.0,71.59,95.358,2.74,3878.0 +Belarus,1961,Europe,8274486.0,72.3,96.04700000000001,2.73,4026.0 +Belarus,1962,Europe,8356956.0,71.01,95.976,2.7,4066.0 +Belarus,1963,Europe,8438535.0,71.66,95.936,2.65,3913.0 +Belarus,1964,Europe,8521433.0,73.17,96.658,2.6,4357.0 +Belarus,1965,Europe,8607031.0,72.7,97.023,2.54,4547.0 +Belarus,1966,Europe,8695433.0,73.05,97.109,2.48,4712.0 +Belarus,1967,Europe,8785138.0,72.78,97.272,2.43,4866.0 +Belarus,1968,Europe,8874070.0,72.88,97.318,2.38,5099.0 +Belarus,1969,Europe,8959483.0,72.47,97.415,2.34,5120.0 +Belarus,1970,Europe,9039436.0,71.94,97.212,2.3,5461.0 +Belarus,1971,Europe,9113278.0,72.56,97.649,2.28,5549.0 +Belarus,1972,Europe,9181643.0,72.26,97.685,2.25,5523.0 +Belarus,1973,Europe,9245514.0,72.29,97.694,2.22,5929.0 +Belarus,1974,Europe,9306472.0,72.57,97.728,2.19,6108.0 +Belarus,1975,Europe,9365830.0,71.63,97.459,2.16,6132.0 +Belarus,1976,Europe,9423421.0,71.46,97.536,2.13,6429.0 +Belarus,1977,Europe,9479262.0,71.39,97.62100000000001,2.11,6591.0 +Belarus,1978,Europe,9535069.0,71.23,97.562,2.09,6769.0 +Belarus,1979,Europe,9593007.0,70.82,97.727,2.08,6752.0 +Belarus,1980,Europe,9654455.0,70.57,97.67,2.08,6776.0 +Belarus,1981,Europe,9719634.0,70.84,97.78,2.08,6855.0 +Belarus,1982,Europe,9787558.0,70.95,97.87,2.09,7039.0 +Belarus,1983,Europe,9856780.0,70.73,97.94,2.1,7279.0 +Belarus,1984,Europe,9925227.0,70.09,98.0,2.1,7381.0 +Belarus,1985,Europe,9990966.0,70.28,98.06,2.09,7459.0 +Belarus,1986,Europe,10053975.0,71.66,98.12,2.08,7780.0 +Belarus,1987,Europe,10113451.0,71.55,98.19,2.05,7896.0 +Belarus,1988,Europe,10165746.0,71.28,98.26,2.01,8084.0 +Belarus,1989,Europe,10206300.0,71.05,98.31,1.95,8251.0 +Belarus,1990,Europe,10231983.0,70.5,98.34,1.89,8084.0 +Belarus,1991,Europe,10241137.0,70.1,98.34,1.81,7983.0 +Belarus,1992,Europe,10234863.0,69.6,98.32,1.72,7201.0 +Belarus,1993,Europe,10216281.0,68.9,98.29,1.64,6639.0 +Belarus,1994,Europe,10190064.0,68.6,98.25,1.55,5869.0 +Belarus,1995,Europe,10159731.0,68.2,98.21,1.47,5275.0 +Belarus,1996,Europe,10126941.0,68.1,98.2,1.4,5441.0 +Belarus,1997,Europe,10091181.0,68.0,98.22,1.34,6087.0 +Belarus,1998,Europe,10051298.0,67.9,98.3,1.29,6630.0 +Belarus,1999,Europe,10005259.0,67.7,98.42,1.25,6879.0 +Belarus,2000,Europe,9952055.0,68.1,98.56,1.23,7300.0 +Belarus,2001,Europe,9891535.0,68.0,98.7,1.22,7704.0 +Belarus,2002,Europe,9825802.0,67.9,98.82,1.23,8144.0 +Belarus,2003,Europe,9758817.0,68.2,98.91,1.25,8778.0 +Belarus,2004,Europe,9695791.0,68.5,98.99,1.28,9851.0 +Belarus,2005,Europe,9640616.0,68.7,99.06,1.32,10851.0 +Belarus,2006,Europe,9594233.0,69.1,99.13,1.35,12010.0 +Belarus,2007,Europe,9556061.0,69.7,99.21,1.39,13103.0 +Belarus,2008,Europe,9526453.0,70.0,99.28,1.42,14488.0 +Belarus,2009,Europe,9505319.0,70.1,99.34,1.44,14549.0 +Belarus,2010,Europe,9492122.0,70.2,99.39,1.46,15703.0 +Belarus,2011,Europe,9487674.0,70.3,99.44,1.47,16603.0 +Belarus,2012,Europe,9490962.0,70.4,99.48,1.48,16907.0 +Belarus,2013,Europe,9497294.0,70.6,99.51,1.49,17085.0 +Belarus,2014,Europe,9500422.0,70.7,99.54,1.5,17349.0 +Belarus,2015,Europe,9495826.0,71.0,99.56,1.51,17415.0 +Belgium,1800,Europe,3138137.0,40.0,67.75999999999999,4.85,2412.0 +Belgium,1810,Europe,3283959.0,40.08,67.869,4.81,2416.0 +Belgium,1820,Europe,3475782.0,40.16,67.97800000000001,4.76,2420.0 +Belgium,1830,Europe,3751571.0,40.24,68.458,4.72,2488.0 +Belgium,1840,Europe,4087429.0,40.32,70.411,5.0,2866.0 +Belgium,1850,Europe,4426000.0,42.28,75.631,4.38,3406.0 +Belgium,1860,Europe,4753088.0,45.12,77.604,4.56,4240.0 +Belgium,1870,Europe,5110891.0,40.92,72.49799999999998,4.8,4990.0 +Belgium,1880,Europe,5572208.0,42.48,72.52799999999998,4.71,5697.0 +Belgium,1890,Europe,6125406.0,44.14,74.378,4.25,6387.0 +Belgium,1900,Europe,6761724.0,46.59,76.546,3.84,6967.0 +Belgium,1910,Europe,7492872.0,51.37,80.619,3.31,7606.0 +Belgium,1920,Europe,7554691.0,53.66,83.98200000000001,2.78,7395.0 +Belgium,1930,Europe,8070904.0,57.17,87.071,2.25,9737.0 +Belgium,1940,Europe,8330676.0,55.96,89.32600000000002,1.84,7097.0 +Belgium,1950,Europe,8628489.0,66.32,94.068,2.3,10309.0 +Belgium,1951,Europe,8673691.0,66.77,94.406,2.31,10790.0 +Belgium,1952,Europe,8721192.0,67.97,94.875,2.33,10688.0 +Belgium,1953,Europe,8770196.0,68.33,94.88,2.35,11038.0 +Belgium,1954,Europe,8820161.0,68.59,95.17,2.38,11390.0 +Belgium,1955,Europe,8870792.0,68.54,95.45,2.42,11728.0 +Belgium,1956,Europe,8922069.0,68.83,95.72,2.45,12053.0 +Belgium,1957,Europe,8974221.0,69.19,95.99,2.49,12252.0 +Belgium,1958,Europe,9027679.0,69.88,96.23,2.53,11919.0 +Belgium,1959,Europe,9082991.0,70.28,96.44,2.57,12137.0 +Belgium,1960,Europe,9140563.0,69.59,96.61,2.6,12608.0 +Belgium,1961,Europe,9200393.0,70.46,96.76,2.63,13122.0 +Belgium,1962,Europe,9261828.0,70.19,96.89,2.63,13689.0 +Belgium,1963,Europe,9323467.0,70.0,97.0,2.63,14163.0 +Belgium,1964,Europe,9383443.0,70.66,97.11,2.6,14995.0 +Belgium,1965,Europe,9440279.0,70.51,97.21,2.56,15360.0 +Belgium,1966,Europe,9493656.0,70.58,97.3,2.5,15721.0 +Belgium,1967,Europe,9543533.0,70.86,97.38,2.43,16225.0 +Belgium,1968,Europe,9589107.0,70.55,97.45,2.36,16816.0 +Belgium,1969,Europe,9629528.0,70.63,97.52,2.28,17868.0 +Belgium,1970,Europe,9664320.0,70.89,97.6,2.21,18903.0 +Belgium,1971,Europe,9692900.0,71.01,97.7,2.13,19548.0 +Belgium,1972,Europe,9715673.0,71.35,97.81,2.05,20504.0 +Belgium,1973,Europe,9734412.0,71.56,97.92,1.98,21700.0 +Belgium,1974,Europe,9751592.0,71.91,98.04,1.91,22550.0 +Belgium,1975,Europe,9769006.0,71.9,98.14,1.84,22196.0 +Belgium,1976,Europe,9787576.0,72.05,98.24,1.78,23418.0 +Belgium,1977,Europe,9806885.0,72.7,98.33,1.73,23546.0 +Belgium,1978,Europe,9825779.0,72.64,98.41,1.69,24202.0 +Belgium,1979,Europe,9842453.0,73.13,98.48,1.66,24756.0 +Belgium,1980,Europe,9855747.0,73.18,98.55,1.63,25847.0 +Belgium,1981,Europe,9865512.0,73.59,98.61,1.61,25517.0 +Belgium,1982,Europe,9872709.0,73.81,98.67,1.59,25873.0 +Belgium,1983,Europe,9878636.0,73.81,98.73,1.58,25879.0 +Belgium,1984,Europe,9885088.0,74.31,98.78,1.57,26527.0 +Belgium,1985,Europe,9893499.0,74.41,98.82,1.56,26792.0 +Belgium,1986,Europe,9903895.0,74.61,98.86,1.56,27189.0 +Belgium,1987,Europe,9916261.0,75.22,98.9,1.56,27813.0 +Belgium,1988,Europe,9931873.0,75.53,98.93,1.57,29092.0 +Belgium,1989,Europe,9952253.0,75.59,98.97,1.57,29980.0 +Belgium,1990,Europe,9978241.0,76.0,99.0,1.58,30798.0 +Belgium,1991,Europe,10011217.0,76.2,99.04,1.59,31247.0 +Belgium,1992,Europe,10050405.0,76.3,99.08,1.6,31596.0 +Belgium,1993,Europe,10091889.0,76.5,99.13,1.6,31170.0 +Belgium,1994,Europe,10130251.0,76.6,99.18,1.61,32077.0 +Belgium,1995,Europe,10161914.0,76.9,99.24,1.61,32774.0 +Belgium,1996,Europe,10185077.0,77.2,99.29,1.61,33217.0 +Belgium,1997,Europe,10201758.0,77.4,99.33,1.61,34377.0 +Belgium,1998,Europe,10216867.0,77.5,99.37,1.61,34992.0 +Belgium,1999,Europe,10237402.0,77.7,99.4,1.62,36209.0 +Belgium,2000,Europe,10268380.0,77.8,99.42,1.63,37404.0 +Belgium,2001,Europe,10311331.0,78.0,99.44,1.65,37620.0 +Belgium,2002,Europe,10364613.0,78.2,99.46,1.68,38036.0 +Belgium,2003,Europe,10426169.0,78.5,99.48,1.7,38214.0 +Belgium,2004,Europe,10492643.0,79.0,99.49,1.73,39356.0 +Belgium,2005,Europe,10561436.0,79.1,99.5,1.75,39881.0 +Belgium,2006,Europe,10632032.0,79.5,99.51,1.78,40661.0 +Belgium,2007,Europe,10704830.0,79.5,99.52,1.8,41575.0 +Belgium,2008,Europe,10779155.0,79.6,99.53,1.82,41641.0 +Belgium,2009,Europe,10854388.0,79.8,99.54,1.83,40225.0 +Belgium,2010,Europe,10929978.0,80.1,99.55,1.84,40764.0 +Belgium,2011,Europe,11005175.0,80.2,99.56,1.85,40946.0 +Belgium,2012,Europe,11079521.0,80.3,99.56,1.85,40687.0 +Belgium,2013,Europe,11153122.0,80.4,99.57,1.85,40607.0 +Belgium,2014,Europe,11226322.0,80.5,99.58,1.86,40885.0 +Belgium,2015,Europe,11299192.0,80.5,99.59,1.86,41240.0 +Belize,1800,America,25526.0,26.5,53.28,6.69,579.0 +Belize,1810,America,25526.0,26.5,56.505,6.69,580.0 +Belize,1820,America,25556.0,26.5,59.508,6.68,580.0 +Belize,1830,America,25641.0,26.5,62.303,6.68,621.0 +Belize,1840,America,25756.0,26.5,64.905,6.68,664.0 +Belize,1850,America,25872.0,26.5,67.328,6.67,710.0 +Belize,1860,America,25755.0,26.5,69.583,6.67,760.0 +Belize,1870,America,25745.0,26.5,71.68299999999998,6.67,813.0 +Belize,1880,America,27123.0,26.5,73.638,6.66,869.0 +Belize,1890,America,30754.0,26.5,75.458,6.66,930.0 +Belize,1900,America,36114.0,26.5,77.152,6.66,995.0 +Belize,1910,America,39793.0,26.5,78.729,6.65,1064.0 +Belize,1920,America,44561.0,32.13,80.19800000000002,6.65,1205.0 +Belize,1930,America,50465.0,37.75,81.547,6.66,1395.0 +Belize,1940,America,55768.0,45.55,82.765,6.67,1613.0 +Belize,1950,America,68918.0,54.86,83.90299999999998,6.69,1865.0 +Belize,1951,America,71243.0,55.15,84.165,6.68,1879.0 +Belize,1952,America,73428.0,55.7,84.573,6.66,1892.0 +Belize,1953,America,75554.0,56.27,85.068,6.64,1906.0 +Belize,1954,America,77686.0,56.82,85.50200000000002,6.62,1920.0 +Belize,1955,America,79872.0,57.37,86.01799999999999,6.6,1934.0 +Belize,1956,America,82140.0,57.91,86.473,6.58,1949.0 +Belize,1957,America,84503.0,58.46,87.00299999999999,6.56,1963.0 +Belize,1958,America,86956.0,58.99,87.47500000000002,6.54,1977.0 +Belize,1959,America,89483.0,59.54,87.934,6.52,1992.0 +Belize,1960,America,92068.0,60.08,88.44800000000002,6.5,2006.0 +Belize,1961,America,94701.0,60.64,88.53,6.48,2032.0 +Belize,1962,America,97389.0,61.2,88.61200000000002,6.46,2056.0 +Belize,1963,America,100166.0,61.78,88.69200000000002,6.44,2082.0 +Belize,1964,America,103070.0,62.36,88.773,6.42,2114.0 +Belize,1965,America,106121.0,62.95,88.852,6.4,2153.0 +Belize,1966,America,109344.0,63.53,88.93100000000004,6.38,2196.0 +Belize,1967,America,112699.0,64.11,89.01,6.36,2248.0 +Belize,1968,America,116061.0,64.67,89.45,6.34,2362.0 +Belize,1969,America,119260.0,65.21,89.87,6.32,2435.0 +Belize,1970,America,122179.0,65.72,90.27,6.3,2509.0 +Belize,1971,America,124792.0,66.21,90.65,6.29,2570.0 +Belize,1972,America,127148.0,66.66,91.03,6.28,2797.0 +Belize,1973,America,129294.0,67.11,91.37,6.29,2911.0 +Belize,1974,America,131306.0,67.52,91.7,6.29,3259.0 +Belize,1975,America,133261.0,67.93,92.01,6.28,3315.0 +Belize,1976,America,135145.0,68.32,92.3,6.25,3244.0 +Belize,1977,America,136991.0,68.7,92.58,6.2,3370.0 +Belize,1978,America,138972.0,69.06,92.86,6.11,3539.0 +Belize,1979,America,141308.0,69.43,93.11,5.99,3701.0 +Belize,1980,America,144151.0,69.78,93.36,5.85,4148.0 +Belize,1981,America,147566.0,70.13,93.61,5.68,4091.0 +Belize,1982,America,151498.0,70.47,93.86,5.51,3973.0 +Belize,1983,America,155820.0,70.8,94.11,5.34,3809.0 +Belize,1984,America,160342.0,71.09,94.38,5.17,3763.0 +Belize,1985,America,164916.0,71.34,94.65,5.02,3705.0 +Belize,1986,America,169570.0,71.51,94.94,4.89,3777.0 +Belize,1987,America,174326.0,71.6,95.23,4.77,4083.0 +Belize,1988,America,179025.0,71.61,95.51,4.67,4344.0 +Belize,1989,America,183470.0,71.54,95.78,4.58,4820.0 +Belize,1990,America,187552.0,71.4,96.04,4.51,5166.0 +Belize,1991,America,191127.0,71.2,96.28,4.44,5594.0 +Belize,1992,America,194321.0,71.1,96.5,4.36,6154.0 +Belize,1993,America,197615.0,70.8,96.69,4.29,6424.0 +Belize,1994,America,201678.0,70.6,96.85,4.2,6310.0 +Belize,1995,America,206962.0,70.5,96.99,4.11,6209.0 +Belize,1996,America,213674.0,70.4,97.12,4.01,6137.0 +Belize,1997,America,221608.0,69.7,97.22,3.91,6177.0 +Belize,1998,America,230289.0,69.5,97.33,3.8,6220.0 +Belize,1999,America,239024.0,69.3,97.42,3.7,6568.0 +Belize,2000,America,247312.0,69.0,97.5,3.59,7215.0 +Belize,2001,America,254989.0,68.8,97.58,3.49,7373.0 +Belize,2002,America,262202.0,69.3,97.65,3.4,7548.0 +Belize,2003,America,269132.0,69.6,97.72,3.3,8042.0 +Belize,2004,America,276085.0,69.9,97.78,3.21,8203.0 +Belize,2005,America,283279.0,70.0,97.83,3.12,8202.0 +Belize,2006,America,290751.0,70.3,97.88,3.04,8360.0 +Belize,2007,America,298403.0,70.6,97.94,2.97,8240.0 +Belize,2008,America,306165.0,70.7,97.99,2.91,8293.0 +Belize,2009,America,313925.0,70.9,98.05,2.85,8145.0 +Belize,2010,America,321609.0,71.2,98.1,2.8,8209.0 +Belize,2011,America,329193.0,71.2,98.15,2.76,8178.0 +Belize,2012,America,336707.0,71.3,98.2,2.72,8287.0 +Belize,2013,America,344193.0,71.3,98.25,2.68,8215.0 +Belize,2014,America,351706.0,71.5,98.3,2.64,8418.0 +Belize,2015,America,359287.0,71.7,98.35,2.6,8501.0 +Benin,1800,Africa,636559.0,31.0,56.95400000000001,5.55,597.0 +Benin,1810,Africa,636559.0,31.0,56.95400000000001,5.56,598.0 +Benin,1820,Africa,653348.0,31.0,56.95400000000001,5.57,598.0 +Benin,1830,Africa,702829.0,31.0,56.95400000000001,5.58,628.0 +Benin,1840,Africa,774654.0,31.0,56.95400000000001,5.59,659.0 +Benin,1850,Africa,853818.0,31.0,56.95400000000001,5.59,692.0 +Benin,1860,Africa,941469.0,31.0,56.95400000000001,5.6,726.0 +Benin,1870,Africa,1038118.0,31.0,56.95400000000001,5.61,762.0 +Benin,1880,Africa,1144003.0,31.0,56.95400000000001,5.62,799.0 +Benin,1890,Africa,1260608.0,31.0,56.95400000000001,5.63,839.0 +Benin,1900,Africa,1390018.0,31.0,57.047,5.64,880.0 +Benin,1910,Africa,1532133.0,31.0,57.716,5.65,924.0 +Benin,1920,Africa,1689073.0,31.0,58.56600000000001,5.66,985.0 +Benin,1930,Africa,1861685.0,31.0,59.427,5.68,1066.0 +Benin,1940,Africa,2051937.0,31.0,60.29599999999999,5.71,1154.0 +Benin,1950,Africa,2255221.0,33.22,65.17999999999999,5.75,1248.0 +Benin,1951,Africa,2258049.0,33.53,65.49000000000001,5.78,1226.0 +Benin,1952,Africa,2264378.0,34.09,65.78999999999999,5.83,1203.0 +Benin,1953,Africa,2274130.0,34.64,66.10000000000001,5.88,1148.0 +Benin,1954,Africa,2287225.0,35.19,66.41,5.94,1159.0 +Benin,1955,Africa,2303585.0,35.72,66.73,5.99,1136.0 +Benin,1956,Africa,2323131.0,36.25,67.05,6.05,1114.0 +Benin,1957,Africa,2345782.0,36.77,67.38,6.11,1092.0 +Benin,1958,Africa,2371461.0,37.28,67.75,6.17,1109.0 +Benin,1959,Africa,2400094.0,37.79,68.16,6.23,1127.0 +Benin,1960,Africa,2431620.0,38.29,68.6,6.28,1137.0 +Benin,1961,Africa,2466002.0,38.8,69.08000000000001,6.34,1149.0 +Benin,1962,Africa,2503232.0,39.32,69.61,6.39,1085.0 +Benin,1963,Africa,2543335.0,39.85,70.17999999999999,6.45,1110.0 +Benin,1964,Africa,2586362.0,40.38,70.75,6.5,1159.0 +Benin,1965,Africa,2632360.0,40.93,71.31,6.54,1191.0 +Benin,1966,Africa,2681382.0,41.5,71.86,6.59,1206.0 +Benin,1967,Africa,2733450.0,42.09,72.31,6.63,1189.0 +Benin,1968,Africa,2788551.0,42.69,72.72000000000001,6.67,1204.0 +Benin,1969,Africa,2846652.0,43.31,73.1,6.71,1210.0 +Benin,1970,Africa,2907769.0,43.93,73.44999999999997,6.75,1205.0 +Benin,1971,Africa,2971941.0,44.55,73.82,6.79,1180.0 +Benin,1972,Africa,3039300.0,45.16,74.22,6.82,1251.0 +Benin,1973,Africa,3110074.0,45.77,74.66,6.86,1248.0 +Benin,1974,Africa,3184547.0,46.36,75.17,6.9,1124.0 +Benin,1975,Africa,3262959.0,46.93,75.73,6.93,1141.0 +Benin,1976,Africa,3345501.0,47.46,76.3,6.96,1158.0 +Benin,1977,Africa,3432262.0,47.96,76.86999999999998,6.98,1191.0 +Benin,1978,Africa,3523270.0,48.43,77.39,7.0,1195.0 +Benin,1979,Africa,3618509.0,48.88,77.85,7.02,1255.0 +Benin,1980,Africa,3718024.0,49.34,78.25999999999998,7.03,1338.0 +Benin,1981,Africa,3822206.0,49.84,78.63,7.03,1377.0 +Benin,1982,Africa,3931355.0,50.38,78.98,7.02,1484.0 +Benin,1983,Africa,4045352.0,50.97,79.32000000000002,7.01,1380.0 +Benin,1984,Africa,4163968.0,51.62,79.67,6.99,1447.0 +Benin,1985,Africa,4287263.0,52.33,80.03,6.97,1510.0 +Benin,1986,Africa,4414450.0,53.09,80.39,6.94,1497.0 +Benin,1987,Africa,4546136.0,53.89,80.78,6.9,1429.0 +Benin,1988,Africa,4685375.0,54.67,81.19000000000003,6.86,1427.0 +Benin,1989,Africa,4836240.0,55.42,81.61,6.81,1352.0 +Benin,1990,Africa,5001271.0,56.1,82.05,6.74,1362.0 +Benin,1991,Africa,5182525.0,56.3,82.5,6.68,1370.0 +Benin,1992,Africa,5378226.0,56.6,82.96,6.6,1359.0 +Benin,1993,Africa,5582420.0,56.9,83.38,6.53,1386.0 +Benin,1994,Africa,5786794.0,56.8,83.76,6.45,1364.0 +Benin,1995,Africa,5985658.0,56.7,84.09,6.37,1398.0 +Benin,1996,Africa,6176318.0,56.6,84.38,6.28,1414.0 +Benin,1997,Africa,6361301.0,56.9,84.64,6.21,1451.0 +Benin,1998,Africa,6546493.0,57.0,84.91,6.13,1466.0 +Benin,1999,Africa,6740491.0,57.1,85.21,6.05,1500.0 +Benin,2000,Africa,6949366.0,57.2,85.53,5.98,1525.0 +Benin,2001,Africa,7174911.0,57.4,85.89,5.9,1570.0 +Benin,2002,Africa,7414744.0,57.7,86.29,5.82,1586.0 +Benin,2003,Africa,7665681.0,57.9,86.69,5.73,1594.0 +Benin,2004,Africa,7922796.0,58.2,87.08,5.65,1590.0 +Benin,2005,Africa,8182362.0,58.6,87.45,5.55,1584.0 +Benin,2006,Africa,8443717.0,58.9,87.79,5.46,1592.0 +Benin,2007,Africa,8707637.0,59.2,88.1,5.37,1616.0 +Benin,2008,Africa,8973525.0,59.7,88.37,5.27,1646.0 +Benin,2009,Africa,9240982.0,60.4,88.61,5.18,1641.0 +Benin,2010,Africa,9509798.0,60.8,88.84,5.1,1637.0 +Benin,2011,Africa,9779391.0,61.1,89.07000000000002,5.01,1643.0 +Benin,2012,Africa,10049792.0,61.4,89.3,4.93,1685.0 +Benin,2013,Africa,10322232.0,61.7,89.52,4.85,1733.0 +Benin,2014,Africa,10598482.0,62.0,89.79,4.77,1779.0 +Benin,2015,Africa,10879829.0,62.3,90.05,4.69,1830.0 +Bhutan,1800,Asia,89989.0,28.8,53.664,6.67,629.0 +Bhutan,1810,Asia,89989.0,28.8,54.049,6.67,630.0 +Bhutan,1820,Asia,91144.0,28.8,54.43,6.67,631.0 +Bhutan,1830,Asia,94472.0,28.8,54.808,6.67,644.0 +Bhutan,1840,Asia,99137.0,28.8,55.18300000000001,6.67,657.0 +Bhutan,1850,Asia,104032.0,28.8,55.555,6.67,670.0 +Bhutan,1860,Asia,109811.0,28.8,55.92399999999999,6.67,683.0 +Bhutan,1870,Asia,115908.0,28.8,56.28999999999999,6.67,697.0 +Bhutan,1880,Asia,122321.0,28.8,56.653,6.67,710.0 +Bhutan,1890,Asia,129082.0,28.8,57.01199999999999,6.67,724.0 +Bhutan,1900,Asia,136235.0,28.8,57.369,6.67,739.0 +Bhutan,1910,Asia,143766.0,28.8,57.723,6.67,754.0 +Bhutan,1920,Asia,151434.0,28.8,58.07400000000001,6.67,769.0 +Bhutan,1930,Asia,158911.0,28.8,58.44100000000001,6.67,795.0 +Bhutan,1940,Asia,166757.0,28.8,58.882,6.67,822.0 +Bhutan,1950,Asia,176795.0,30.59,59.319,6.67,849.0 +Bhutan,1951,Asia,181489.0,30.94,59.682,6.67,859.0 +Bhutan,1952,Asia,186160.0,31.47,60.158,6.67,869.0 +Bhutan,1953,Asia,190810.0,32.01,60.801,6.67,879.0 +Bhutan,1954,Asia,195449.0,32.56,61.49,6.67,889.0 +Bhutan,1955,Asia,200089.0,33.12,62.1,6.67,899.0 +Bhutan,1956,Asia,204748.0,33.68,62.869,6.67,910.0 +Bhutan,1957,Asia,209449.0,34.25,63.673,6.67,920.0 +Bhutan,1958,Asia,214221.0,34.81,64.513,6.67,931.0 +Bhutan,1959,Asia,219095.0,35.38,65.27000000000001,6.67,941.0 +Bhutan,1960,Asia,224108.0,35.94,66.01100000000001,6.67,952.0 +Bhutan,1961,Asia,229297.0,36.49,66.737,6.67,963.0 +Bhutan,1962,Asia,234703.0,37.04,67.447,6.67,974.0 +Bhutan,1963,Asia,240364.0,37.57,68.142,6.67,985.0 +Bhutan,1964,Asia,246324.0,38.12,68.822,6.67,997.0 +Bhutan,1965,Asia,252629.0,38.68,69.487,6.67,1008.0 +Bhutan,1966,Asia,259270.0,39.28,70.139,6.67,1020.0 +Bhutan,1967,Asia,266293.0,39.94,70.77600000000002,6.67,1031.0 +Bhutan,1968,Asia,273868.0,40.66,71.39999999999998,6.67,1043.0 +Bhutan,1969,Asia,282210.0,41.45,72.14,6.67,1055.0 +Bhutan,1970,Asia,291457.0,42.31,72.85,6.67,1067.0 +Bhutan,1971,Asia,301653.0,43.23,73.58,6.67,1059.0 +Bhutan,1972,Asia,312712.0,44.2,74.33000000000001,6.68,1034.0 +Bhutan,1973,Asia,324465.0,45.18,75.05,6.69,1011.0 +Bhutan,1974,Asia,336677.0,46.2,75.76,6.69,1026.0 +Bhutan,1975,Asia,349146.0,47.21,76.44999999999997,6.69,957.0 +Bhutan,1976,Asia,361862.0,48.22,77.16000000000003,6.69,1008.0 +Bhutan,1977,Asia,374801.0,49.22,77.86999999999998,6.67,1051.0 +Bhutan,1978,Asia,387731.0,50.21,78.59,6.64,1090.0 +Bhutan,1979,Asia,400378.0,51.18,79.31,6.6,1108.0 +Bhutan,1980,Asia,412561.0,52.12,80.02,6.55,1131.0 +Bhutan,1981,Asia,423887.0,53.05,80.69999999999997,6.5,1228.0 +Bhutan,1982,Asia,434385.0,53.96,81.41000000000003,6.46,1227.0 +Bhutan,1983,Asia,444789.0,54.87,82.11,6.41,1297.0 +Bhutan,1984,Asia,456135.0,55.78,82.78999999999998,6.36,1345.0 +Bhutan,1985,Asia,469010.0,56.69,83.48,6.31,1385.0 +Bhutan,1986,Asia,484151.0,57.61,84.11999999999998,6.23,1534.0 +Bhutan,1987,Asia,500952.0,58.54,84.78,6.13,1948.0 +Bhutan,1988,Asia,517068.0,59.48,85.41,5.99,2004.0 +Bhutan,1989,Asia,529284.0,60.44,86.02,5.83,2111.0 +Bhutan,1990,Asia,535505.0,61.4,86.63000000000002,5.64,2332.0 +Bhutan,1991,Asia,534678.0,61.9,87.22,5.43,2326.0 +Bhutan,1992,Asia,528085.0,62.4,87.8,5.22,2463.0 +Bhutan,1993,Asia,518847.0,62.8,88.36,5.0,2557.0 +Bhutan,1994,Asia,511382.0,63.1,88.92,4.8,2723.0 +Bhutan,1995,Asia,508897.0,63.8,89.47,4.6,2930.0 +Bhutan,1996,Asia,512377.0,64.7,90.02,4.4,3072.0 +Bhutan,1997,Asia,520917.0,65.1,90.55,4.21,3184.0 +Bhutan,1998,Asia,533506.0,65.6,91.06,4.01,3292.0 +Bhutan,1999,Asia,548387.0,66.5,91.56,3.81,3459.0 +Bhutan,2000,Asia,564187.0,65.9,92.04,3.61,3596.0 +Bhutan,2001,Asia,580784.0,67.5,92.5,3.42,3780.0 +Bhutan,2002,Asia,598421.0,68.1,92.94,3.24,4062.0 +Bhutan,2003,Asia,616474.0,68.5,93.36,3.07,4247.0 +Bhutan,2004,Asia,634235.0,68.9,93.77,2.92,4373.0 +Bhutan,2005,Asia,651163.0,69.3,94.15,2.79,4565.0 +Bhutan,2006,Asia,666920.0,69.8,94.52,2.68,4767.0 +Bhutan,2007,Asia,681471.0,70.3,94.87,2.59,5507.0 +Bhutan,2008,Asia,694990.0,70.7,95.19,2.51,5663.0 +Bhutan,2009,Asia,707830.0,70.9,95.49,2.44,5934.0 +Bhutan,2010,Asia,720246.0,71.4,95.77,2.38,6516.0 +Bhutan,2011,Asia,732246.0,71.7,96.01,2.32,6909.0 +Bhutan,2012,Asia,743711.0,71.9,96.22,2.28,7138.0 +Bhutan,2013,Asia,754637.0,72.2,96.4,2.23,7167.0 +Bhutan,2014,Asia,765008.0,72.4,96.56,2.19,7500.0 +Bhutan,2015,Asia,774830.0,72.7,96.71,2.15,7983.0 +Bolivia,1800,America,1100000.0,33.0,59.53100000000001,6.48,854.0 +Bolivia,1810,America,1100000.0,33.0,59.53100000000001,6.48,855.0 +Bolivia,1820,America,1121924.0,33.0,59.53100000000001,6.48,856.0 +Bolivia,1830,America,1185846.0,33.0,59.53100000000001,6.48,941.0 +Bolivia,1840,America,1277104.0,33.0,59.53100000000001,6.48,1035.0 +Bolivia,1850,America,1363412.0,33.0,59.53100000000001,6.48,1137.0 +Bolivia,1860,America,1454100.0,33.0,59.53100000000001,6.48,1250.0 +Bolivia,1870,America,1538001.0,33.0,59.53100000000001,6.48,1374.0 +Bolivia,1880,America,1626132.0,33.0,59.53100000000001,6.48,1511.0 +Bolivia,1890,America,1718906.0,33.0,59.53100000000001,6.48,1661.0 +Bolivia,1900,America,1826432.0,33.0,59.619,6.48,1826.0 +Bolivia,1910,America,1993676.0,33.0,60.24800000000001,6.48,2007.0 +Bolivia,1920,America,2333955.0,33.0,61.19300000000001,6.48,2206.0 +Bolivia,1930,America,2624832.0,33.0,62.49800000000001,6.48,2436.0 +Bolivia,1940,America,2945272.0,33.0,63.785,6.6,2689.0 +Bolivia,1950,America,3089649.0,40.41,69.173,6.72,3216.0 +Bolivia,1951,America,3140342.0,40.6,69.39200000000001,6.73,3374.0 +Bolivia,1952,America,3193287.0,40.94,69.609,6.75,3405.0 +Bolivia,1953,America,3248462.0,41.28,69.824,6.76,3020.0 +Bolivia,1954,America,3305835.0,41.64,70.038,6.77,3019.0 +Bolivia,1955,America,3365363.0,41.98,70.25,6.77,3113.0 +Bolivia,1956,America,3426999.0,42.34,70.461,6.77,2866.0 +Bolivia,1957,America,3490685.0,42.7,70.67,6.75,2713.0 +Bolivia,1958,America,3556361.0,43.05,70.878,6.74,2717.0 +Bolivia,1959,America,3623964.0,43.41,71.085,6.72,2650.0 +Bolivia,1960,America,3693451.0,43.77,71.28999999999998,6.7,2703.0 +Bolivia,1961,America,3764815.0,44.14,71.86,6.67,2699.0 +Bolivia,1962,America,3838096.0,44.5,72.39,6.65,2787.0 +Bolivia,1963,America,3913397.0,44.88,72.92,6.63,2899.0 +Bolivia,1964,America,3990855.0,45.24,73.46000000000002,6.61,2971.0 +Bolivia,1965,America,4070590.0,45.62,73.99,6.59,3046.0 +Bolivia,1966,America,4152665.0,45.99,74.55000000000003,6.59,3191.0 +Bolivia,1967,America,4237126.0,46.34,75.12,6.59,3312.0 +Bolivia,1968,America,4324066.0,46.69,75.7,6.59,3510.0 +Bolivia,1969,America,4413584.0,47.05,76.29,6.59,3581.0 +Bolivia,1970,America,4505774.0,47.44,76.86999999999998,6.58,3678.0 +Bolivia,1971,America,4600596.0,47.86,77.47,6.55,3727.0 +Bolivia,1972,America,4698090.0,48.34,78.09,6.5,3823.0 +Bolivia,1973,America,4798510.0,48.89,78.72,6.42,3988.0 +Bolivia,1974,America,4902173.0,49.5,79.36,6.31,4093.0 +Bolivia,1975,America,5009259.0,50.19,79.99000000000002,6.18,4260.0 +Bolivia,1976,America,5119833.0,50.93,80.61,6.04,4484.0 +Bolivia,1977,America,5233677.0,51.73,81.21000000000002,5.9,4560.0 +Bolivia,1978,America,5350320.0,52.54,81.79,5.76,4602.0 +Bolivia,1979,America,5469123.0,53.38,82.34,5.63,4496.0 +Bolivia,1980,America,5589572.0,54.21,82.84,5.52,4363.0 +Bolivia,1981,America,5711598.0,55.04,83.32,5.42,4322.0 +Bolivia,1982,America,5835186.0,55.87,83.77,5.34,4064.0 +Bolivia,1983,America,5959962.0,56.67,84.22,5.26,3819.0 +Bolivia,1984,America,6085499.0,57.47,84.68,5.19,3795.0 +Bolivia,1985,America,6211549.0,58.22,85.15,5.13,3706.0 +Bolivia,1986,America,6337893.0,58.96,85.61999999999998,5.07,3525.0 +Bolivia,1987,America,6464736.0,59.65,86.11,5.03,3551.0 +Bolivia,1988,America,6592787.0,60.33,86.6,4.99,3613.0 +Bolivia,1989,America,6723046.0,60.98,87.08,4.95,3638.0 +Bolivia,1990,America,6856246.0,61.6,87.55999999999996,4.91,3740.0 +Bolivia,1991,America,6992521.0,62.2,88.03,4.87,3845.0 +Bolivia,1992,America,7131699.0,62.7,88.48,4.81,3817.0 +Bolivia,1993,America,7273824.0,63.2,88.92999999999998,4.74,3887.0 +Bolivia,1994,America,7418864.0,63.8,89.38000000000002,4.66,3975.0 +Bolivia,1995,America,7566716.0,64.4,89.82,4.58,4068.0 +Bolivia,1996,America,7717445.0,65.1,90.25,4.48,4152.0 +Bolivia,1997,America,7870860.0,65.6,90.69,4.39,4264.0 +Bolivia,1998,America,8026257.0,66.3,91.13,4.3,4384.0 +Bolivia,1999,America,8182710.0,66.9,91.56,4.22,4312.0 +Bolivia,2000,America,8339512.0,67.6,91.98,4.14,4330.0 +Bolivia,2001,America,8496378.0,68.3,92.38,4.06,4315.0 +Bolivia,2002,America,8653343.0,68.7,92.78,3.98,4335.0 +Bolivia,2003,America,8810420.0,69.3,93.15,3.9,4367.0 +Bolivia,2004,America,8967740.0,69.8,93.52,3.81,4464.0 +Bolivia,2005,America,9125405.0,70.2,93.86,3.72,4578.0 +Bolivia,2006,America,9283345.0,70.6,94.19,3.63,4716.0 +Bolivia,2007,America,9441482.0,70.9,94.51,3.55,4850.0 +Bolivia,2008,America,9599916.0,71.2,94.8,3.48,5066.0 +Bolivia,2009,America,9758799.0,71.6,95.07,3.41,5152.0 +Bolivia,2010,America,9918245.0,71.8,95.3,3.36,5279.0 +Bolivia,2011,America,10078238.0,72.1,95.51,3.31,5462.0 +Bolivia,2012,America,10238762.0,72.4,95.69,3.26,5650.0 +Bolivia,2013,America,10399931.0,72.7,95.87,3.22,5934.0 +Bolivia,2014,America,10561887.0,72.9,96.02,3.18,6153.0 +Bolivia,2015,America,10724705.0,73.2,96.16,3.14,6295.0 +Bosnia and Herzegovina,1800,Europe,851806.0,35.1,62.12,5.91,669.0 +Bosnia and Herzegovina,1810,Europe,851806.0,35.1,62.12,5.91,670.0 +Bosnia and Herzegovina,1820,Europe,871970.0,35.1,62.12,5.91,671.0 +Bosnia and Herzegovina,1830,Europe,931129.0,35.1,62.12,5.91,706.0 +Bosnia and Herzegovina,1840,Europe,1016407.0,35.1,62.12,5.91,742.0 +Bosnia and Herzegovina,1850,Europe,1109495.0,35.1,62.12,5.91,781.0 +Bosnia and Herzegovina,1860,Europe,1210294.0,35.1,62.12,5.49,786.0 +Bosnia and Herzegovina,1870,Europe,1320249.0,35.1,62.12,5.37,790.0 +Bosnia and Herzegovina,1880,Europe,1439493.0,35.1,62.12,5.33,906.0 +Bosnia and Herzegovina,1890,Europe,1569427.0,35.1,62.12,5.28,1039.0 +Bosnia and Herzegovina,1900,Europe,1712007.0,35.1,62.202,5.24,1072.0 +Bosnia and Herzegovina,1910,Europe,1866966.0,35.1,62.791,5.2,1209.0 +Bosnia and Herzegovina,1920,Europe,2036931.0,35.1,63.676,5.17,1135.0 +Bosnia and Herzegovina,1930,Europe,2223485.0,40.54,70.35,5.13,1326.0 +Bosnia and Herzegovina,1940,Europe,2427124.0,45.98,76.286,5.1,1280.0 +Bosnia and Herzegovina,1950,Europe,2661293.0,52.52,81.609,5.06,1284.0 +Bosnia and Herzegovina,1951,Europe,2709913.0,53.22,81.931,5.0,1304.0 +Bosnia and Herzegovina,1952,Europe,2763298.0,54.49,82.24700000000001,4.88,1174.0 +Bosnia and Herzegovina,1953,Europe,2819107.0,55.7,82.55799999999998,4.76,1318.0 +Bosnia and Herzegovina,1954,Europe,2875641.0,56.85,82.86399999999998,4.64,1360.0 +Bosnia and Herzegovina,1955,Europe,2931849.0,57.94,83.16399999999999,4.54,1412.0 +Bosnia and Herzegovina,1956,Europe,2987354.0,58.97,83.45899999999997,4.43,1354.0 +Bosnia and Herzegovina,1957,Europe,3042428.0,59.95,83.74900000000002,4.34,1550.0 +Bosnia and Herzegovina,1958,Europe,3097882.0,60.87,84.03299999999999,4.24,1583.0 +Bosnia and Herzegovina,1959,Europe,3154899.0,61.74,84.31299999999997,4.15,1742.0 +Bosnia and Herzegovina,1960,Europe,3214520.0,62.56,84.588,4.05,1815.0 +Bosnia and Herzegovina,1961,Europe,3277096.0,63.34,85.60900000000002,3.95,1858.0 +Bosnia and Herzegovina,1962,Europe,3341809.0,64.07,86.56200000000004,3.85,1853.0 +Bosnia and Herzegovina,1963,Europe,3406466.0,64.78,87.45299999999997,3.74,2004.0 +Bosnia and Herzegovina,1964,Europe,3468083.0,65.46,88.28399999999998,3.62,2152.0 +Bosnia and Herzegovina,1965,Europe,3524596.0,66.14,89.05999999999996,3.5,2164.0 +Bosnia and Herzegovina,1966,Europe,3574972.0,66.81,89.785,3.37,2234.0 +Bosnia and Herzegovina,1967,Europe,3619997.0,67.47,90.462,3.24,2227.0 +Bosnia and Herzegovina,1968,Europe,3661642.0,68.14,91.094,3.11,2229.0 +Bosnia and Herzegovina,1969,Europe,3702834.0,68.82,91.684,2.99,2431.0 +Bosnia and Herzegovina,1970,Europe,3745637.0,69.49,92.235,2.88,2500.0 +Bosnia and Herzegovina,1971,Europe,3790948.0,70.17,92.813,2.78,2732.0 +Bosnia and Herzegovina,1972,Europe,3838002.0,70.84,93.348,2.68,2768.0 +Bosnia and Herzegovina,1973,Europe,3885229.0,71.49,93.842,2.58,2803.0 +Bosnia and Herzegovina,1974,Europe,3930283.0,72.12,94.301,2.49,3100.0 +Bosnia and Herzegovina,1975,Europe,3971608.0,72.71,94.725,2.41,3036.0 +Bosnia and Herzegovina,1976,Europe,4008411.0,73.24,95.117,2.34,3064.0 +Bosnia and Herzegovina,1977,Europe,4041623.0,73.71,95.48,2.27,3217.0 +Bosnia and Herzegovina,1978,Europe,4073480.0,74.12,95.817,2.2,3325.0 +Bosnia and Herzegovina,1979,Europe,4107135.0,74.48,96.128,2.14,3480.0 +Bosnia and Herzegovina,1980,Europe,4144726.0,74.82,96.557,2.09,3582.0 +Bosnia and Herzegovina,1981,Europe,4185074.0,75.2,96.758,2.05,3579.0 +Bosnia and Herzegovina,1982,Europe,4226663.0,75.65,96.958,2.02,3538.0 +Bosnia and Herzegovina,1983,Europe,4270598.0,76.15,97.158,1.99,3504.0 +Bosnia and Herzegovina,1984,Europe,4318301.0,76.63,97.06,1.97,3528.0 +Bosnia and Herzegovina,1985,Europe,4369527.0,76.95,97.29,1.95,3494.0 +Bosnia and Herzegovina,1986,Europe,4428460.0,76.89,97.51,1.93,3572.0 +Bosnia and Herzegovina,1987,Europe,4491745.0,76.37,97.7,1.89,3471.0 +Bosnia and Herzegovina,1988,Europe,4542757.0,75.39,97.88,1.84,3363.0 +Bosnia and Herzegovina,1989,Europe,4559256.0,74.07,98.03,1.78,3263.0 +Bosnia and Herzegovina,1990,Europe,4526996.0,72.7,98.17,1.71,2974.0 +Bosnia and Herzegovina,1991,Europe,4437898.0,72.7,98.29,1.65,2613.0 +Bosnia and Herzegovina,1992,Europe,4301169.0,68.0,98.16,1.59,1970.0 +Bosnia and Herzegovina,1993,Europe,4141167.0,68.3,98.16,1.56,1466.0 +Bosnia and Herzegovina,1994,Europe,3992256.0,71.1,98.44,1.54,1574.0 +Bosnia and Herzegovina,1995,Europe,3879278.0,67.0,98.48,1.53,1976.0 +Bosnia and Herzegovina,1996,Europe,3810649.0,73.8,98.75,1.52,3771.0 +Bosnia and Herzegovina,1997,Europe,3779354.0,74.4,98.84,1.5,4996.0 +Bosnia and Herzegovina,1998,Europe,3775898.0,74.8,98.93,1.47,5609.0 +Bosnia and Herzegovina,1999,Europe,3784389.0,75.3,99.01,1.43,5965.0 +Bosnia and Herzegovina,2000,Europe,3792878.0,75.7,99.09,1.38,6158.0 +Bosnia and Herzegovina,2001,Europe,3799747.0,76.2,99.14,1.33,6354.0 +Bosnia and Herzegovina,2002,Europe,3808347.0,76.4,99.17,1.28,6660.0 +Bosnia and Herzegovina,2003,Europe,3817313.0,76.7,99.19,1.24,6929.0 +Bosnia and Herzegovina,2004,Europe,3825872.0,76.9,99.19,1.21,7369.0 +Bosnia and Herzegovina,2005,Europe,3833377.0,77.0,99.18,1.2,7751.0 +Bosnia and Herzegovina,2006,Europe,3838504.0,77.1,99.17,1.2,8242.0 +Bosnia and Herzegovina,2007,Europe,3840418.0,77.3,99.18,1.21,8820.0 +Bosnia and Herzegovina,2008,Europe,3839749.0,77.5,99.19,1.22,9316.0 +Bosnia and Herzegovina,2009,Europe,3837732.0,77.7,99.22,1.23,9063.0 +Bosnia and Herzegovina,2010,Europe,3835258.0,77.9,99.25,1.24,9145.0 +Bosnia and Herzegovina,2011,Europe,3832310.0,78.2,99.28,1.26,9248.0 +Bosnia and Herzegovina,2012,Europe,3828419.0,78.4,99.31,1.27,9149.0 +Bosnia and Herzegovina,2013,Europe,3823533.0,78.6,99.34,1.28,9387.0 +Bosnia and Herzegovina,2014,Europe,3817554.0,78.7,99.37,1.3,9516.0 +Bosnia and Herzegovina,2015,Europe,3810416.0,78.9,99.4,1.32,9833.0 +Botswana,1800,Africa,121000.0,33.6,60.28,6.47,397.0 +Botswana,1810,Africa,121000.0,33.6,60.28,6.47,398.0 +Botswana,1820,Africa,121000.0,33.6,60.28,6.47,398.0 +Botswana,1830,Africa,121000.0,33.6,60.28,6.48,418.0 +Botswana,1840,Africa,121000.0,33.6,60.28,6.48,439.0 +Botswana,1850,Africa,121000.0,33.6,60.28,6.48,460.0 +Botswana,1860,Africa,121300.0,33.6,60.28,6.49,483.0 +Botswana,1870,Africa,121600.0,33.6,60.28,6.49,507.0 +Botswana,1880,Africa,121900.0,33.6,60.28,6.49,532.0 +Botswana,1890,Africa,122200.0,33.6,60.28,6.49,559.0 +Botswana,1900,Africa,122551.0,33.6,60.36600000000001,6.5,586.0 +Botswana,1910,Africa,126674.0,33.6,60.983,6.5,615.0 +Botswana,1920,Africa,152437.0,33.6,62.076,6.5,658.0 +Botswana,1930,Africa,216830.0,33.6,63.27199999999999,6.5,712.0 +Botswana,1940,Africa,282215.0,33.6,64.455,6.48,771.0 +Botswana,1950,Africa,412533.0,46.68,74.82600000000002,6.47,835.0 +Botswana,1951,Africa,425270.0,46.87,76.18,6.48,851.0 +Botswana,1952,Africa,437182.0,47.27,77.461,6.49,862.0 +Botswana,1953,Africa,448437.0,47.66,78.67299999999999,6.51,877.0 +Botswana,1954,Africa,459206.0,48.05,79.82000000000002,6.52,893.0 +Botswana,1955,Africa,469671.0,48.45,80.39,6.54,907.0 +Botswana,1956,Africa,480016.0,48.84,80.91,6.55,920.0 +Botswana,1957,Africa,490433.0,49.23,81.45,6.57,933.0 +Botswana,1958,Africa,501117.0,49.61,81.94,6.58,944.0 +Botswana,1959,Africa,512256.0,49.99,82.46,6.6,960.0 +Botswana,1960,Africa,524029.0,50.34,82.94,6.62,970.0 +Botswana,1961,Africa,536576.0,50.7,83.43,6.63,989.0 +Botswana,1962,Africa,549990.0,51.02,83.87,6.65,1002.0 +Botswana,1963,Africa,564316.0,51.35,84.3,6.67,1019.0 +Botswana,1964,Africa,579560.0,51.67,84.72,6.68,1038.0 +Botswana,1965,Africa,595741.0,52.0,85.13,6.69,1055.0 +Botswana,1966,Africa,612950.0,52.36,85.53,6.7,1142.0 +Botswana,1967,Africa,631276.0,52.77,85.94,6.7,1240.0 +Botswana,1968,Africa,650730.0,53.23,86.35,6.69,1347.0 +Botswana,1969,Africa,671305.0,53.73,86.78,6.67,1455.0 +Botswana,1970,Africa,693021.0,54.3,87.22999999999998,6.64,1567.0 +Botswana,1971,Africa,715811.0,54.9,87.69,6.61,1810.0 +Botswana,1972,Africa,739754.0,55.54,88.19,6.58,2317.0 +Botswana,1973,Africa,765177.0,56.18,88.69,6.55,2722.0 +Botswana,1974,Africa,792513.0,56.82,89.22,6.51,3152.0 +Botswana,1975,Africa,822029.0,57.45,89.75999999999998,6.48,2969.0 +Botswana,1976,Africa,853860.0,58.07,90.31,6.44,3354.0 +Botswana,1977,Africa,887793.0,58.65,90.88,6.4,3298.0 +Botswana,1978,Africa,923305.0,59.21,91.42,6.35,3736.0 +Botswana,1979,Africa,959666.0,59.74,91.95,6.29,3920.0 +Botswana,1980,Africa,996331.0,60.24,92.45,6.22,4292.0 +Botswana,1981,Africa,1033073.0,60.73,92.92,6.13,4520.0 +Botswana,1982,Africa,1069962.0,61.21,93.34,6.01,4679.0 +Botswana,1983,Africa,1107103.0,61.67,93.72,5.88,5224.0 +Botswana,1984,Africa,1144716.0,62.08,94.07,5.73,5608.0 +Botswana,1985,Africa,1182942.0,62.44,94.36,5.57,5822.0 +Botswana,1986,Africa,1221668.0,62.7,94.6,5.39,6065.0 +Botswana,1987,Africa,1260720.0,62.85,94.8,5.21,6393.0 +Botswana,1988,Africa,1300097.0,62.85,94.92,5.04,7173.0 +Botswana,1989,Africa,1339813.0,62.69,94.97,4.86,7856.0 +Botswana,1990,Africa,1379814.0,62.3,94.93,4.7,8075.0 +Botswana,1991,Africa,1420098.0,62.0,94.82,4.54,8430.0 +Botswana,1992,Africa,1460453.0,61.2,94.67,4.39,8436.0 +Botswana,1993,Africa,1500356.0,60.1,94.46,4.25,8368.0 +Botswana,1994,Africa,1539135.0,58.6,94.21,4.12,8449.0 +Botswana,1995,Africa,1576291.0,56.8,93.94,3.99,8823.0 +Botswana,1996,Africa,1611827.0,54.8,93.68,3.87,9121.0 +Botswana,1997,Africa,1645846.0,52.9,93.45,3.75,9637.0 +Botswana,1998,Africa,1678111.0,50.9,93.23,3.63,9507.0 +Botswana,1999,Africa,1708368.0,49.2,92.96,3.52,10228.0 +Botswana,2000,Africa,1736579.0,47.6,92.85,3.41,10250.0 +Botswana,2001,Africa,1762531.0,46.5,92.89,3.32,10115.0 +Botswana,2002,Africa,1786672.0,45.6,92.96,3.23,10577.0 +Botswana,2003,Africa,1810438.0,45.7,92.97,3.15,10923.0 +Botswana,2004,Africa,1835750.0,46.9,93.01,3.08,11085.0 +Botswana,2005,Africa,1864003.0,49.3,93.44,3.02,11460.0 +Botswana,2006,Africa,1895671.0,51.2,93.73,2.96,12241.0 +Botswana,2007,Africa,1930431.0,52.4,93.6,2.91,13170.0 +Botswana,2008,Africa,1967866.0,53.2,93.62,2.86,13858.0 +Botswana,2009,Africa,2007212.0,54.3,93.79,2.81,12680.0 +Botswana,2010,Africa,2047831.0,55.6,93.97,2.76,13642.0 +Botswana,2011,Africa,2089706.0,56.5,94.04,2.71,14341.0 +Botswana,2012,Africa,2132822.0,56.5,94.24,2.67,14905.0 +Botswana,2013,Africa,2176510.0,56.9,94.45,2.62,16155.0 +Botswana,2014,Africa,2219937.0,57.3,94.54,2.58,16725.0 +Botswana,2015,Africa,2262485.0,58.7,94.67,2.54,17196.0 +Brazil,1800,America,3639636.0,32.0,58.256,6.26,1109.0 +Brazil,1810,America,4058652.0,32.0,58.256,6.26,1110.0 +Brazil,1820,America,4582325.0,32.0,58.256,6.26,1112.0 +Brazil,1830,America,5301068.0,31.99,58.256,6.26,1136.0 +Brazil,1840,America,6206694.0,31.99,58.256,6.26,1160.0 +Brazil,1850,America,7254194.0,31.99,58.256,6.26,1185.0 +Brazil,1860,America,8466005.0,31.99,58.256,6.26,1358.0 +Brazil,1870,America,9964419.0,31.99,58.256,6.26,1488.0 +Brazil,1880,America,11893392.0,31.98,58.256,6.29,1455.0 +Brazil,1890,America,14410738.0,31.98,58.256,6.21,1492.0 +Brazil,1900,America,18103489.0,31.98,58.347,5.88,1201.0 +Brazil,1910,America,22414074.0,31.98,58.995,5.9,1487.0 +Brazil,1920,America,27660862.0,31.98,60.08,5.9,1722.0 +Brazil,1930,America,33888997.0,32.0,61.268,5.9,1998.0 +Brazil,1940,America,41545129.0,36.64,67.52600000000001,5.9,2308.0 +Brazil,1950,America,53974726.0,50.33,77.14699999999998,6.18,3030.0 +Brazil,1951,America,55605541.0,50.59,77.791,6.17,3074.0 +Brazil,1952,America,57304772.0,51.1,78.416,6.15,3191.0 +Brazil,1953,America,59053267.0,51.62,79.025,6.14,3228.0 +Brazil,1954,America,60838782.0,52.14,79.616,6.14,3366.0 +Brazil,1955,America,62655984.0,52.66,80.19000000000003,6.14,3543.0 +Brazil,1956,America,64506874.0,53.19,80.75,6.16,3521.0 +Brazil,1957,America,66400362.0,53.71,81.3,6.18,3668.0 +Brazil,1958,America,68351012.0,54.23,81.83,6.2,3935.0 +Brazil,1959,America,70376952.0,54.75,82.33,6.21,4184.0 +Brazil,1960,America,72493585.0,55.27,82.82000000000002,6.21,4433.0 +Brazil,1961,America,74706888.0,55.78,83.28999999999998,6.19,4663.0 +Brazil,1962,America,77007549.0,56.27,83.75,6.14,4823.0 +Brazil,1963,America,79368453.0,56.75,84.17999999999998,6.06,4697.0 +Brazil,1964,America,81751802.0,57.21,84.58,5.95,4707.0 +Brazil,1965,America,84130061.0,57.66,84.94,5.82,4671.0 +Brazil,1966,America,86494987.0,58.07,85.28,5.66,4836.0 +Brazil,1967,America,88853679.0,58.49,85.61,5.49,4888.0 +Brazil,1968,America,91213009.0,58.91,85.92999999999998,5.33,5215.0 +Brazil,1969,America,93585746.0,59.31,86.27,5.17,5550.0 +Brazil,1970,America,95982453.0,59.73,86.63000000000002,5.02,5930.0 +Brazil,1971,America,98402200.0,60.14,86.99,4.9,6463.0 +Brazil,1972,America,100844391.0,60.56,87.36,4.78,7082.0 +Brazil,1973,America,103320787.0,60.98,87.72999999999998,4.68,7904.0 +Brazil,1974,America,105846274.0,61.41,88.09,4.59,8362.0 +Brazil,1975,America,108431284.0,61.84,88.44,4.5,8595.0 +Brazil,1976,America,111076063.0,62.27,88.81,4.42,9274.0 +Brazil,1977,America,113776467.0,62.68,89.18,4.34,9512.0 +Brazil,1978,America,116532153.0,63.07,89.58,4.26,9759.0 +Brazil,1979,America,119341444.0,63.45,90.0,4.17,10187.0 +Brazil,1980,America,122199721.0,63.81,90.44,4.07,10922.0 +Brazil,1981,America,125107382.0,64.18,90.89,3.97,10224.0 +Brazil,1982,America,128054757.0,64.55,91.32,3.85,10094.0 +Brazil,1983,America,131014337.0,64.94,91.74,3.72,9590.0 +Brazil,1984,America,133950551.0,65.34,92.12,3.59,9913.0 +Brazil,1985,America,136836428.0,65.76,92.47,3.45,10495.0 +Brazil,1986,America,139664639.0,66.18,92.79,3.31,11079.0 +Brazil,1987,America,142437479.0,66.6,93.09,3.17,11267.0 +Brazil,1988,America,145150468.0,67.04,93.37,3.04,11062.0 +Brazil,1989,America,147801816.0,67.47,93.63,2.92,11226.0 +Brazil,1990,America,150393143.0,67.9,93.89,2.81,10331.0 +Brazil,1991,America,152916852.0,68.1,94.15,2.72,10315.0 +Brazil,1992,America,155379009.0,68.3,94.43,2.64,10104.0 +Brazil,1993,America,157812220.0,68.5,94.72,2.58,10413.0 +Brazil,1994,America,160260508.0,68.8,95.02,2.54,10802.0 +Brazil,1995,America,162755054.0,69.0,95.33,2.5,11108.0 +Brazil,1996,America,165303155.0,69.3,95.64,2.47,11178.0 +Brazil,1997,America,167893835.0,69.6,95.94,2.45,11382.0 +Brazil,1998,America,170516482.0,69.9,96.23,2.43,11250.0 +Brazil,1999,America,173153066.0,70.3,96.5,2.4,11139.0 +Brazil,2000,America,175786441.0,70.7,96.76,2.36,11461.0 +Brazil,2001,America,178419396.0,71.1,96.99,2.32,11446.0 +Brazil,2002,America,181045592.0,71.4,97.21,2.26,11638.0 +Brazil,2003,America,183627339.0,71.7,97.41,2.2,11627.0 +Brazil,2004,America,186116363.0,72.0,97.59,2.14,12135.0 +Brazil,2005,America,188479240.0,72.4,97.75,2.07,12373.0 +Brazil,2006,America,190698241.0,72.7,97.9,2.0,12732.0 +Brazil,2007,America,192784521.0,73.0,98.03,1.94,13364.0 +Brazil,2008,America,194769696.0,73.2,98.14,1.9,13906.0 +Brazil,2009,America,196701298.0,73.4,98.24,1.86,13749.0 +Brazil,2010,America,198614208.0,73.6,98.33,1.84,14660.0 +Brazil,2011,America,200517584.0,73.8,98.41,1.82,15101.0 +Brazil,2012,America,202401584.0,74.0,98.49,1.81,15234.0 +Brazil,2013,America,204259377.0,74.1,98.56,1.8,15518.0 +Brazil,2014,America,206077898.0,74.3,98.62,1.79,15412.0 +Brazil,2015,America,207847528.0,74.4,98.67,1.78,15441.0 +Brunei,1800,Asia,2128.0,29.2,54.53100000000001,7.06,1512.0 +Brunei,1810,Asia,2128.0,29.2,54.53100000000001,7.06,1514.0 +Brunei,1820,Asia,2251.0,29.2,54.53100000000001,7.06,1516.0 +Brunei,1830,Asia,2632.0,29.2,54.53100000000001,7.06,1569.0 +Brunei,1840,Asia,3231.0,29.2,54.53100000000001,7.06,1623.0 +Brunei,1850,Asia,3966.0,29.2,54.53100000000001,7.06,1679.0 +Brunei,1860,Asia,4866.0,29.2,54.53100000000001,7.06,1737.0 +Brunei,1870,Asia,6184.0,29.2,54.53100000000001,7.06,1797.0 +Brunei,1880,Asia,8250.0,29.2,54.53100000000001,7.06,1859.0 +Brunei,1890,Asia,11271.0,29.2,54.53100000000001,7.06,1923.0 +Brunei,1900,Asia,15507.0,29.2,54.62899999999999,7.06,1989.0 +Brunei,1910,Asia,21180.0,29.2,55.33600000000001,7.06,2057.0 +Brunei,1920,Asia,25463.0,35.53,64.13600000000001,7.06,2128.0 +Brunei,1930,Asia,29451.0,42.56,72.44500000000002,7.15,2557.0 +Brunei,1940,Asia,35616.0,49.6,79.415,7.33,11782.0 +Brunei,1950,Asia,48001.0,56.68,85.325,7.52,54271.0 +Brunei,1951,Asia,50971.0,56.99,85.57799999999997,7.36,55126.0 +Brunei,1952,Asia,53932.0,57.6,86.04,7.07,55994.0 +Brunei,1953,Asia,56958.0,58.22,86.515,6.84,56876.0 +Brunei,1954,Asia,60104.0,58.83,87.065,6.66,57771.0 +Brunei,1955,Asia,63401.0,59.45,87.55199999999998,6.54,58680.0 +Brunei,1956,Asia,66859.0,60.07,88.04700000000003,6.47,59604.0 +Brunei,1957,Asia,70465.0,60.7,88.545,6.44,60541.0 +Brunei,1958,Asia,74189.0,61.31,89.046,6.44,61493.0 +Brunei,1959,Asia,77989.0,61.93,89.53399999999998,6.47,62460.0 +Brunei,1960,Asia,81825.0,62.52,90.009,6.49,63442.0 +Brunei,1961,Asia,85687.0,63.11,90.475,6.49,64439.0 +Brunei,1962,Asia,89603.0,63.67,90.925,6.45,65451.0 +Brunei,1963,Asia,93650.0,64.21,91.311,6.36,66479.0 +Brunei,1964,Asia,97933.0,64.72,91.688,6.23,67522.0 +Brunei,1965,Asia,102525.0,65.21,92.05799999999999,6.07,68582.0 +Brunei,1966,Asia,107450.0,65.67,92.367,5.92,69658.0 +Brunei,1967,Asia,112680.0,66.12,92.725,5.8,70751.0 +Brunei,1968,Asia,118176.0,66.54,93.012,5.74,71861.0 +Brunei,1969,Asia,123875.0,66.97,93.286,5.73,72988.0 +Brunei,1970,Asia,129729.0,67.38,93.545,5.75,74132.0 +Brunei,1971,Asia,135716.0,67.79,93.79,5.77,78230.0 +Brunei,1972,Asia,141836.0,68.19,94.025,5.76,82612.0 +Brunei,1973,Asia,148067.0,68.58,94.787,5.69,86923.0 +Brunei,1974,Asia,154395.0,68.95,95.452,5.56,93231.0 +Brunei,1975,Asia,160799.0,69.32,96.032,5.37,89842.0 +Brunei,1976,Asia,167283.0,69.67,96.538,5.13,103744.0 +Brunei,1977,Asia,173826.0,70.01,96.98,4.88,110729.0 +Brunei,1978,Asia,180357.0,70.33,97.365,4.65,113988.0 +Brunei,1979,Asia,186786.0,70.65,97.70100000000001,4.43,134864.0 +Brunei,1980,Asia,193057.0,70.95,97.191,4.25,121356.0 +Brunei,1981,Asia,199136.0,71.25,98.25,4.1,94314.0 +Brunei,1982,Asia,205061.0,71.54,98.32,3.99,95207.0 +Brunei,1983,Asia,210933.0,71.84,98.39,3.91,93016.0 +Brunei,1984,Asia,216893.0,72.12,98.46,3.84,90992.0 +Brunei,1985,Asia,223049.0,72.41,98.52,3.79,87154.0 +Brunei,1986,Asia,229418.0,72.69,98.59,3.76,82425.0 +Brunei,1987,Asia,235980.0,72.98,98.65,3.72,81711.0 +Brunei,1988,Asia,242750.0,73.26,98.7,3.67,80275.0 +Brunei,1989,Asia,249738.0,73.54,98.74,3.61,77184.0 +Brunei,1990,Asia,256939.0,73.8,98.78,3.53,77076.0 +Brunei,1991,Asia,264365.0,73.8,98.81,3.44,77275.0 +Brunei,1992,Asia,271989.0,74.0,98.84,3.32,78688.0 +Brunei,1993,Asia,279717.0,74.2,98.87,3.2,76750.0 +Brunei,1994,Asia,287423.0,74.4,98.91,3.06,77038.0 +Brunei,1995,Asia,295010.0,74.7,98.94,2.93,78406.0 +Brunei,1996,Asia,302449.0,74.9,98.97,2.8,78661.0 +Brunei,1997,Asia,309746.0,75.2,99.0,2.68,75654.0 +Brunei,1998,Asia,316873.0,75.6,99.02,2.57,73498.0 +Brunei,1999,Asia,323812.0,75.8,99.04,2.48,74041.0 +Brunei,2000,Asia,330554.0,75.9,99.05,2.4,74475.0 +Brunei,2001,Asia,337074.0,76.1,99.07,2.34,74868.0 +Brunei,2002,Asia,343383.0,76.3,99.07,2.29,76130.0 +Brunei,2003,Asia,349557.0,76.5,99.08,2.25,76737.0 +Brunei,2004,Asia,355700.0,76.7,99.09,2.21,75596.0 +Brunei,2005,Asia,361889.0,76.7,99.1,2.18,74441.0 +Brunei,2006,Asia,368150.0,76.8,99.1,2.15,76287.0 +Brunei,2007,Asia,374459.0,76.8,99.1,2.12,75054.0 +Brunei,2008,Asia,380786.0,76.9,99.1,2.1,72351.0 +Brunei,2009,Asia,387080.0,77.0,99.09,2.07,69924.0 +Brunei,2010,Asia,393302.0,77.1,99.07,2.05,70636.0 +Brunei,2011,Asia,399443.0,76.9,99.05,2.03,71991.0 +Brunei,2012,Asia,405512.0,76.9,99.02,2.01,71664.0 +Brunei,2013,Asia,411499.0,76.9,99.0,1.99,69474.0 +Brunei,2014,Asia,417394.0,77.1,98.98,1.98,72219.0 +Brunei,2015,Asia,423188.0,77.1,98.97,1.96,73003.0 +Bulgaria,1800,Europe,1992320.0,35.8,62.958999999999996,5.16,1089.0 +Bulgaria,1810,Europe,2088223.0,36.24,63.43300000000001,5.16,1091.0 +Bulgaria,1820,Europe,2186672.0,36.68,64.02,5.16,1092.0 +Bulgaria,1830,Europe,2287551.0,37.12,64.48700000000001,5.16,1147.0 +Bulgaria,1840,Europe,2391853.0,37.56,65.063,5.16,1205.0 +Bulgaria,1850,Europe,2482395.0,38.0,65.523,5.16,1266.0 +Bulgaria,1860,Europe,2543199.0,38.44,65.97500000000001,5.16,1330.0 +Bulgaria,1870,Europe,2677708.0,38.88,66.53999999999999,5.16,1397.0 +Bulgaria,1880,Europe,2993642.0,39.32,66.985,4.62,1624.0 +Bulgaria,1890,Europe,3453830.0,39.76,67.53899999999999,4.7,1887.0 +Bulgaria,1900,Europe,3992259.0,40.2,68.047,5.67,2044.0 +Bulgaria,1910,Europe,4531387.0,43.66,72.18599999999998,5.55,2437.0 +Bulgaria,1920,Europe,5085764.0,44.38,73.531,5.35,1840.0 +Bulgaria,1930,Europe,6034446.0,48.3,77.749,4.21,2149.0 +Bulgaria,1940,Europe,6672496.0,52.48,80.294,2.97,2590.0 +Bulgaria,1950,Europe,7250999.0,61.41,85.182,2.66,2761.0 +Bulgaria,1951,Europe,7303773.0,60.65,84.42399999999998,2.62,3325.0 +Bulgaria,1952,Europe,7359997.0,59.62,84.387,2.55,3165.0 +Bulgaria,1953,Europe,7418765.0,64.16,87.89,2.49,3486.0 +Bulgaria,1954,Europe,7479367.0,64.43,87.44000000000004,2.43,3385.0 +Bulgaria,1955,Europe,7541295.0,64.84,87.306,2.39,3590.0 +Bulgaria,1956,Europe,7604251.0,65.24,89.083,2.35,3557.0 +Bulgaria,1957,Europe,7668139.0,66.64,89.99000000000002,2.31,3895.0 +Bulgaria,1958,Europe,7733026.0,68.74,92.073,2.29,4192.0 +Bulgaria,1959,Europe,7799095.0,66.6,91.683,2.26,4485.0 +Bulgaria,1960,Europe,7866472.0,69.22,93.32,2.25,4866.0 +Bulgaria,1961,Europe,7935058.0,70.26,94.46600000000001,2.23,5133.0 +Bulgaria,1962,Europe,8004367.0,69.55,94.68799999999999,2.21,5506.0 +Bulgaria,1963,Europe,8073469.0,70.38,95.36,2.2,5711.0 +Bulgaria,1964,Europe,8141171.0,71.18,95.44,2.18,6110.0 +Bulgaria,1965,Europe,8206564.0,71.35,95.5,2.17,6432.0 +Bulgaria,1966,Europe,8269118.0,71.28,95.55,2.15,6891.0 +Bulgaria,1967,Europe,8328838.0,70.47,95.62,2.14,7216.0 +Bulgaria,1968,Europe,8386016.0,71.3,95.74,2.13,7296.0 +Bulgaria,1969,Europe,8441214.0,70.48,95.91,2.13,7592.0 +Bulgaria,1970,Europe,8494765.0,71.32,96.11,2.14,7971.0 +Bulgaria,1971,Europe,8546810.0,70.93,96.27,2.14,8186.0 +Bulgaria,1972,Europe,8596962.0,70.96,96.38,2.16,8534.0 +Bulgaria,1973,Europe,8644419.0,71.4,96.44,2.17,8824.0 +Bulgaria,1974,Europe,8688112.0,71.26,96.5,2.18,9040.0 +Bulgaria,1975,Europe,8727332.0,71.11,96.57,2.19,9736.0 +Bulgaria,1976,Europe,8761231.0,71.44,96.65,2.19,9987.0 +Bulgaria,1977,Europe,8790072.0,70.88,96.75,2.18,9844.0 +Bulgaria,1978,Europe,8815565.0,71.24,96.88,2.17,10048.0 +Bulgaria,1979,Europe,8840131.0,71.34,97.0,2.14,10425.0 +Bulgaria,1980,Europe,8865235.0,71.17,97.13,2.11,10088.0 +Bulgaria,1981,Europe,8891245.0,71.56,97.24,2.08,10325.0 +Bulgaria,1982,Europe,8916713.0,71.16,97.34,2.06,10631.0 +Bulgaria,1983,Europe,8939007.0,71.33,97.43,2.03,10408.0 +Bulgaria,1984,Europe,8954518.0,71.43,97.53,2.02,10730.0 +Bulgaria,1985,Europe,8960387.0,71.15,97.64,2.0,10388.0 +Bulgaria,1986,Europe,8956741.0,71.63,97.75,1.98,10643.0 +Bulgaria,1987,Europe,8943721.0,71.42,97.82,1.94,10646.0 +Bulgaria,1988,Europe,8918660.0,71.49,97.86,1.9,10567.0 +Bulgaria,1989,Europe,8878348.0,71.55,97.85,1.84,10367.0 +Bulgaria,1990,Europe,8821111.0,71.4,97.79,1.77,9333.0 +Bulgaria,1991,Europe,8745408.0,71.3,97.74,1.69,8630.0 +Bulgaria,1992,Europe,8653527.0,71.2,97.71,1.6,8089.0 +Bulgaria,1993,Europe,8552429.0,71.1,97.7,1.51,8033.0 +Bulgaria,1994,Europe,8451626.0,70.9,97.69,1.42,8207.0 +Bulgaria,1995,Europe,8358116.0,71.0,97.68,1.34,8479.0 +Bulgaria,1996,Europe,8274662.0,70.9,97.68,1.28,8659.0 +Bulgaria,1997,Europe,8199923.0,70.6,97.69,1.23,8617.0 +Bulgaria,1998,Europe,8131743.0,71.0,97.73,1.2,8976.0 +Bulgaria,1999,Europe,8066219.0,71.4,97.8,1.18,8516.0 +Bulgaria,2000,Europe,8000510.0,71.6,97.89,1.18,9075.0 +Bulgaria,2001,Europe,7934389.0,71.8,97.99,1.2,9596.0 +Bulgaria,2002,Europe,7869124.0,72.1,98.09,1.22,10220.0 +Bulgaria,2003,Europe,7805041.0,72.3,98.19,1.25,10829.0 +Bulgaria,2004,Europe,7742740.0,72.5,98.3,1.29,11602.0 +Bulgaria,2005,Europe,7682614.0,72.6,98.41,1.33,12359.0 +Bulgaria,2006,Europe,7624611.0,72.7,98.5,1.37,13228.0 +Bulgaria,2007,Europe,7568378.0,72.9,98.57,1.4,14430.0 +Bulgaria,2008,Europe,7513646.0,73.2,98.63,1.43,15368.0 +Bulgaria,2009,Europe,7460057.0,73.5,98.67,1.46,14692.0 +Bulgaria,2010,Europe,7407297.0,73.7,98.7,1.49,14886.0 +Bulgaria,2011,Europe,7355231.0,74.2,98.74,1.51,15278.0 +Bulgaria,2012,Europe,7303741.0,74.5,98.79,1.52,15443.0 +Bulgaria,2013,Europe,7252539.0,74.6,98.84,1.54,15695.0 +Bulgaria,2014,Europe,7201308.0,74.7,98.89,1.56,16048.0 +Bulgaria,2015,Europe,7149787.0,74.8,98.93,1.57,16371.0 +Burkina Faso,1800,Africa,1665421.0,29.2,54.53100000000001,6.03,480.0 +Burkina Faso,1810,Africa,1665421.0,29.2,54.53100000000001,6.04,480.0 +Burkina Faso,1820,Africa,1697947.0,29.2,54.53100000000001,6.04,481.0 +Burkina Faso,1830,Africa,1792717.0,29.2,54.53100000000001,6.05,486.0 +Burkina Faso,1840,Africa,1927874.0,29.2,54.53100000000001,6.06,492.0 +Burkina Faso,1850,Africa,2073222.0,29.2,54.53100000000001,6.06,498.0 +Burkina Faso,1860,Africa,2229242.0,29.2,54.53100000000001,6.07,503.0 +Burkina Faso,1870,Africa,2397003.0,29.2,54.53100000000001,6.07,509.0 +Burkina Faso,1880,Africa,2576527.0,29.2,54.53100000000001,6.08,515.0 +Burkina Faso,1890,Africa,2769399.0,29.2,54.53100000000001,6.09,520.0 +Burkina Faso,1900,Africa,2977810.0,29.2,54.62899999999999,6.09,526.0 +Burkina Faso,1910,Africa,3201227.0,29.2,55.33600000000001,6.1,532.0 +Burkina Faso,1920,Africa,3442161.0,29.2,56.347,6.11,538.0 +Burkina Faso,1930,Africa,3701674.0,29.2,57.36600000000001,6.09,534.0 +Burkina Faso,1940,Africa,3980754.0,29.2,58.38800000000001,6.06,529.0 +Burkina Faso,1950,Africa,4284457.0,30.37,61.03000000000001,6.03,524.0 +Burkina Faso,1951,Africa,4324493.0,30.65,61.3,6.05,537.0 +Burkina Faso,1952,Africa,4367137.0,31.18,61.59,6.09,550.0 +Burkina Faso,1953,Africa,4413203.0,31.69,61.96,6.12,563.0 +Burkina Faso,1954,Africa,4463165.0,32.21,62.35,6.15,576.0 +Burkina Faso,1955,Africa,4517155.0,32.72,62.77,6.18,590.0 +Burkina Faso,1956,Africa,4574942.0,33.21,63.25000000000001,6.21,605.0 +Burkina Faso,1957,Africa,4635954.0,33.71,63.69000000000001,6.23,619.0 +Burkina Faso,1958,Africa,4699342.0,34.21,64.2,6.25,634.0 +Burkina Faso,1959,Africa,4764080.0,34.71,64.77,6.27,649.0 +Burkina Faso,1960,Africa,4829291.0,35.21,65.24,6.29,659.0 +Burkina Faso,1961,Africa,4894578.0,35.72,65.69,6.32,681.0 +Burkina Faso,1962,Africa,4960325.0,36.23,66.13,6.34,717.0 +Burkina Faso,1963,Africa,5027818.0,36.75,66.55,6.38,702.0 +Burkina Faso,1964,Africa,5098892.0,37.27,66.9,6.41,711.0 +Burkina Faso,1965,Africa,5174869.0,37.8,67.19999999999999,6.45,731.0 +Burkina Faso,1966,Africa,5256363.0,38.3,67.48,6.49,726.0 +Burkina Faso,1967,Africa,5343020.0,38.8,67.71000000000001,6.53,781.0 +Burkina Faso,1968,Africa,5434040.0,39.3,67.86000000000001,6.56,794.0 +Burkina Faso,1969,Africa,5528172.0,39.78,67.99,6.59,799.0 +Burkina Faso,1970,Africa,5624597.0,40.27,68.08999999999999,6.62,790.0 +Burkina Faso,1971,Africa,5723379.0,40.75,68.27,6.66,810.0 +Burkina Faso,1972,Africa,5825171.0,41.25,68.61,6.7,830.0 +Burkina Faso,1973,Africa,5930487.0,41.78,69.21000000000001,6.74,774.0 +Burkina Faso,1974,Africa,6040044.0,42.36,70.08000000000001,6.8,747.0 +Burkina Faso,1975,Africa,6154548.0,43.0,71.15,6.86,703.0 +Burkina Faso,1976,Africa,6274037.0,43.74,72.3,6.92,683.0 +Burkina Faso,1977,Africa,6398937.0,44.61,73.42999999999998,6.98,714.0 +Burkina Faso,1978,Africa,6530820.0,45.56,74.42,7.04,778.0 +Burkina Faso,1979,Africa,6671659.0,46.58,75.22,7.09,766.0 +Burkina Faso,1980,Africa,6822840.0,47.61,75.88000000000002,7.13,759.0 +Burkina Faso,1981,Africa,6985158.0,48.58,76.39,7.15,771.0 +Burkina Faso,1982,Africa,7158256.0,49.45,76.82,7.17,767.0 +Burkina Faso,1983,Africa,7340907.0,50.17,77.22,7.17,738.0 +Burkina Faso,1984,Africa,7531244.0,50.71,77.63,7.16,729.0 +Burkina Faso,1985,Africa,7727912.0,51.08,78.08,7.14,801.0 +Burkina Faso,1986,Africa,7930690.0,51.28,78.56,7.12,900.0 +Burkina Faso,1987,Africa,8140076.0,51.38,79.03999999999998,7.09,857.0 +Burkina Faso,1988,Africa,8356306.0,51.42,79.42,7.06,898.0 +Burkina Faso,1989,Africa,8579825.0,51.42,79.66,7.04,858.0 +Burkina Faso,1990,Africa,8811033.0,51.4,79.78,7.01,821.0 +Burkina Faso,1991,Africa,9050090.0,51.4,79.82000000000002,6.98,872.0 +Burkina Faso,1992,Africa,9297116.0,51.3,79.79,6.95,851.0 +Burkina Faso,1993,Africa,9552473.0,51.3,79.80000000000003,6.92,857.0 +Burkina Faso,1994,Africa,9816586.0,51.3,79.89,6.88,845.0 +Burkina Faso,1995,Africa,10089876.0,51.3,80.06,6.84,869.0 +Burkina Faso,1996,Africa,10372809.0,51.5,80.3,6.8,938.0 +Burkina Faso,1997,Africa,10665781.0,51.6,80.60000000000002,6.75,970.0 +Burkina Faso,1998,Africa,10969093.0,51.8,80.87,6.7,1012.0 +Burkina Faso,1999,Africa,11283016.0,52.2,81.15,6.65,1057.0 +Burkina Faso,2000,Africa,11607944.0,52.6,81.43,6.59,1046.0 +Burkina Faso,2001,Africa,11943740.0,53.2,81.76,6.53,1084.0 +Burkina Faso,2002,Africa,12290984.0,53.8,82.17,6.47,1099.0 +Burkina Faso,2003,Africa,12651596.0,54.5,82.69,6.4,1150.0 +Burkina Faso,2004,Africa,13028039.0,55.1,83.37,6.34,1167.0 +Burkina Faso,2005,Africa,13421929.0,55.9,84.17,6.27,1232.0 +Burkina Faso,2006,Africa,13834195.0,56.6,85.06,6.19,1271.0 +Burkina Faso,2007,Africa,14264002.0,57.4,86.00999999999998,6.12,1304.0 +Burkina Faso,2008,Africa,14709011.0,58.0,86.96,6.04,1358.0 +Burkina Faso,2009,Africa,15165856.0,58.5,87.86,5.95,1358.0 +Burkina Faso,2010,Africa,15632066.0,59.0,88.64999999999998,5.87,1431.0 +Burkina Faso,2011,Africa,16106851.0,59.5,89.31,5.78,1481.0 +Burkina Faso,2012,Africa,16590813.0,59.9,89.86,5.69,1532.0 +Burkina Faso,2013,Africa,17084554.0,60.3,90.34,5.61,1588.0 +Burkina Faso,2014,Africa,17589198.0,60.6,90.76,5.52,1606.0 +Burkina Faso,2015,Africa,18105570.0,60.9,91.14,5.43,1654.0 +Burundi,1800,Africa,899097.0,31.5,57.605,6.8,418.0 +Burundi,1810,Africa,899097.0,31.5,57.605,6.8,422.0 +Burundi,1820,Africa,917804.0,31.5,57.605,6.8,426.0 +Burundi,1830,Africa,972428.0,31.5,57.605,6.8,430.0 +Burundi,1840,Africa,1050588.0,31.5,57.605,6.8,434.0 +Burundi,1850,Africa,1135030.0,31.5,57.605,6.8,438.0 +Burundi,1860,Africa,1214527.0,31.5,57.605,6.8,442.0 +Burundi,1870,Africa,1299471.0,31.5,57.605,6.81,446.0 +Burundi,1880,Africa,1389698.0,31.5,57.605,6.81,450.0 +Burundi,1890,Africa,1485986.0,31.5,57.605,6.81,454.0 +Burundi,1900,Africa,1589452.0,31.5,57.696999999999996,6.81,459.0 +Burundi,1910,Africa,1699545.0,31.5,58.35600000000001,6.81,463.0 +Burundi,1920,Africa,1823651.0,31.5,59.346,6.81,467.0 +Burundi,1930,Africa,1970229.0,31.5,60.466,6.81,480.0 +Burundi,1940,Africa,2128589.0,31.5,61.66199999999999,6.82,492.0 +Burundi,1950,Africa,2308923.0,38.07,69.429,6.82,505.0 +Burundi,1951,Africa,2359234.0,38.19,70.163,6.81,525.0 +Burundi,1952,Africa,2403777.0,38.45,70.87899999999998,6.8,533.0 +Burundi,1953,Africa,2445836.0,38.72,71.577,6.79,546.0 +Burundi,1954,Africa,2487929.0,38.98,72.259,6.79,567.0 +Burundi,1955,Africa,2531800.0,39.25,72.925,6.8,576.0 +Burundi,1956,Africa,2578393.0,39.51,73.575,6.82,588.0 +Burundi,1957,Africa,2627880.0,39.77,74.20899999999997,6.85,601.0 +Burundi,1958,Africa,2679765.0,40.04,74.827,6.88,608.0 +Burundi,1959,Africa,2733050.0,40.3,75.431,6.91,633.0 +Burundi,1960,Africa,2786740.0,40.58,75.543,6.95,632.0 +Burundi,1961,Africa,2840375.0,40.85,75.64399999999998,7.0,531.0 +Burundi,1962,Africa,2894510.0,41.13,75.74499999999998,7.05,567.0 +Burundi,1963,Africa,2950903.0,41.41,75.81700000000002,7.09,582.0 +Burundi,1964,Africa,3011957.0,41.69,75.84,7.14,603.0 +Burundi,1965,Africa,3079034.0,41.95,75.7,7.18,610.0 +Burundi,1966,Africa,3153879.0,42.18,75.55000000000003,7.22,623.0 +Burundi,1967,Africa,3235125.0,42.37,75.42,7.25,665.0 +Burundi,1968,Africa,3317315.0,42.52,75.33000000000001,7.27,645.0 +Burundi,1969,Africa,3392949.0,42.65,75.27,7.29,627.0 +Burundi,1970,Africa,3457113.0,42.76,75.24,7.31,782.0 +Burundi,1971,Africa,3507593.0,42.91,75.25,7.33,827.0 +Burundi,1972,Africa,3547335.0,43.1,75.27,7.35,753.0 +Burundi,1973,Africa,3582952.0,43.35,75.29,7.37,806.0 +Burundi,1974,Africa,3623853.0,43.66,75.31,7.4,788.0 +Burundi,1975,Africa,3676991.0,44.02,75.35000000000002,7.42,780.0 +Burundi,1976,Africa,3744696.0,44.43,75.5,7.44,826.0 +Burundi,1977,Africa,3825484.0,44.84,75.8,7.45,909.0 +Burundi,1978,Africa,3917866.0,45.24,76.31,7.46,879.0 +Burundi,1979,Africa,4018927.0,45.6,76.98,7.46,856.0 +Burundi,1980,Africa,4126544.0,45.93,77.82,7.45,887.0 +Burundi,1981,Africa,4239673.0,46.22,78.77,7.45,945.0 +Burundi,1982,Africa,4359122.0,46.49,79.77,7.45,922.0 +Burundi,1983,Africa,4486613.0,46.75,80.74,7.47,929.0 +Burundi,1984,Africa,4624617.0,46.95,81.58000000000001,7.49,908.0 +Burundi,1985,Africa,4774258.0,47.08,82.25,7.52,994.0 +Burundi,1986,Africa,4936429.0,47.05,82.71,7.55,1014.0 +Burundi,1987,Africa,5108581.0,46.88,82.94,7.57,1032.0 +Burundi,1988,Africa,5284173.0,46.54,82.99,7.57,1044.0 +Burundi,1989,Africa,5454475.0,46.1,82.93,7.56,1037.0 +Burundi,1990,Africa,5613141.0,45.6,82.82000000000002,7.54,1051.0 +Burundi,1991,Africa,5759429.0,45.4,82.71,7.51,1075.0 +Burundi,1992,Africa,5895131.0,45.3,82.65,7.47,1062.0 +Burundi,1993,Africa,6019901.0,45.1,82.65,7.42,975.0 +Burundi,1994,Africa,6134041.0,45.0,82.75,7.37,921.0 +Burundi,1995,Africa,6239030.0,44.5,82.95,7.32,835.0 +Burundi,1996,Africa,6333415.0,44.3,83.23,7.27,758.0 +Burundi,1997,Africa,6420397.0,45.0,83.56,7.22,737.0 +Burundi,1998,Africa,6511920.0,45.5,83.95,7.17,763.0 +Burundi,1999,Africa,6623707.0,46.3,84.36,7.11,744.0 +Burundi,2000,Africa,6767073.0,46.7,84.78,7.06,723.0 +Burundi,2001,Africa,6946720.0,48.4,85.22,7.0,720.0 +Burundi,2002,Africa,7159918.0,49.8,85.68,6.94,731.0 +Burundi,2003,Africa,7401215.0,51.3,86.17,6.87,700.0 +Burundi,2004,Africa,7661613.0,53.0,86.7,6.8,709.0 +Burundi,2005,Africa,7934213.0,54.7,87.29,6.73,692.0 +Burundi,2006,Africa,8218070.0,56.4,87.91,6.65,704.0 +Burundi,2007,Africa,8514578.0,57.9,88.55,6.57,713.0 +Burundi,2008,Africa,8821795.0,59.1,89.14,6.48,723.0 +Burundi,2009,Africa,9137786.0,60.0,89.64999999999998,6.39,723.0 +Burundi,2010,Africa,9461117.0,60.4,90.12,6.3,725.0 +Burundi,2011,Africa,9790151.0,60.8,90.51,6.21,731.0 +Burundi,2012,Africa,10124572.0,61.1,90.88,6.12,737.0 +Burundi,2013,Africa,10465959.0,61.3,91.22,6.03,747.0 +Burundi,2014,Africa,10816860.0,61.4,91.54,5.94,758.0 +Burundi,2015,Africa,11178921.0,61.4,91.83,5.85,777.0 +Cambodia,1800,Asia,2090000.0,35.0,62.00100000000001,6.95,903.0 +Cambodia,1810,Asia,2090000.0,35.0,62.00100000000001,6.95,905.0 +Cambodia,1820,Asia,2102468.0,35.0,62.00100000000001,6.95,906.0 +Cambodia,1830,Asia,2137966.0,35.0,62.00100000000001,6.95,920.0 +Cambodia,1840,Asia,2186829.0,35.0,62.00100000000001,6.95,933.0 +Cambodia,1850,Asia,2236808.0,35.0,62.00100000000001,6.95,947.0 +Cambodia,1860,Asia,2292897.0,35.0,62.00100000000001,6.95,961.0 +Cambodia,1870,Asia,2376103.0,35.0,62.00100000000001,6.95,976.0 +Cambodia,1880,Asia,2509963.0,35.0,62.00100000000001,6.95,990.0 +Cambodia,1890,Asia,2678588.0,35.0,62.00100000000001,6.95,1005.0 +Cambodia,1900,Asia,2859326.0,35.0,62.083,6.95,1020.0 +Cambodia,1910,Asia,3051759.0,35.0,62.673,6.95,1035.0 +Cambodia,1920,Asia,3326194.0,35.0,63.56100000000001,6.95,1050.0 +Cambodia,1930,Asia,3653758.0,35.0,64.453,6.95,1068.0 +Cambodia,1940,Asia,4013581.0,34.0,65.331,6.95,1086.0 +Cambodia,1950,Asia,4432716.0,40.32,71.122,6.95,1104.0 +Cambodia,1951,Asia,4539656.0,40.5,71.294,6.95,1114.0 +Cambodia,1952,Asia,4658653.0,40.81,71.65899999999998,6.95,1156.0 +Cambodia,1953,Asia,4784792.0,41.08,71.96000000000002,6.95,1140.0 +Cambodia,1954,Asia,4914447.0,41.32,72.296,6.95,1242.0 +Cambodia,1955,Asia,5045284.0,41.52,72.57300000000002,6.95,1187.0 +Cambodia,1956,Asia,5176326.0,41.7,72.88399999999999,6.95,1311.0 +Cambodia,1957,Asia,5307886.0,41.86,73.229,6.96,1363.0 +Cambodia,1958,Asia,5441365.0,41.99,73.61,6.96,1394.0 +Cambodia,1959,Asia,5578905.0,42.14,73.98700000000002,6.97,1491.0 +Cambodia,1960,Asia,5722370.0,42.29,74.362,6.97,1539.0 +Cambodia,1961,Asia,5872247.0,42.47,74.73899999999998,6.96,1484.0 +Cambodia,1962,Asia,6026696.0,42.7,75.203,6.96,1562.0 +Cambodia,1963,Asia,6181137.0,42.95,75.667,6.94,1634.0 +Cambodia,1964,Asia,6329411.0,43.2,76.13300000000002,6.91,1548.0 +Cambodia,1965,Asia,6467196.0,43.45,76.59899999999998,6.87,1579.0 +Cambodia,1966,Asia,6588993.0,43.73,76.76899999999998,6.82,1608.0 +Cambodia,1967,Asia,6695460.0,44.0,76.93799999999997,6.75,1647.0 +Cambodia,1968,Asia,6795514.0,44.13,77.105,6.67,1678.0 +Cambodia,1969,Asia,6902025.0,44.03,77.271,6.58,1660.0 +Cambodia,1970,Asia,7022185.0,43.28,77.436,6.48,1643.0 +Cambodia,1971,Asia,7167716.0,41.67,75.956,6.34,1539.0 +Cambodia,1972,Asia,7331162.0,39.73,74.37899999999998,6.17,1440.0 +Cambodia,1973,Asia,7478147.0,37.58,72.699,5.99,1161.0 +Cambodia,1974,Asia,7561583.0,34.94,70.90799999999999,5.8,1101.0 +Cambodia,1975,Asia,7551988.0,21.69,69.0,5.62,1096.0 +Cambodia,1976,Asia,7431505.0,19.04,71.44,5.5,1116.0 +Cambodia,1977,Asia,7222050.0,18.1,73.81,5.44,976.0 +Cambodia,1978,Asia,6982522.0,19.55,76.41,5.46,1003.0 +Cambodia,1979,Asia,6795102.0,21.91,79.22,5.55,891.0 +Cambodia,1980,Asia,6718241.0,28.16,81.86,5.69,839.0 +Cambodia,1981,Asia,6774509.0,38.0,84.09,5.85,822.0 +Cambodia,1982,Asia,6945053.0,44.24,85.8,6.01,792.0 +Cambodia,1983,Asia,7196139.0,49.43,86.96,6.13,791.0 +Cambodia,1984,Asia,7475011.0,53.22,87.59,6.2,790.0 +Cambodia,1985,Asia,7743065.0,55.5,87.88,6.21,787.0 +Cambodia,1986,Asia,7990133.0,56.49,88.03999999999998,6.16,792.0 +Cambodia,1987,Asia,8228268.0,56.82,88.16,6.07,920.0 +Cambodia,1988,Asia,8467109.0,56.99,88.24,5.94,993.0 +Cambodia,1989,Asia,8723550.0,57.22,88.26,5.79,1025.0 +Cambodia,1990,Asia,9008856.0,57.6,88.27000000000002,5.62,996.0 +Cambodia,1991,Asia,9323607.0,57.9,88.26,5.44,1055.0 +Cambodia,1992,Asia,9659238.0,58.2,88.22,5.24,1096.0 +Cambodia,1993,Asia,10007092.0,58.1,88.14,5.03,1004.0 +Cambodia,1994,Asia,10355253.0,58.0,88.0,4.83,1058.0 +Cambodia,1995,Asia,10694459.0,58.1,87.85000000000002,4.62,1091.0 +Cambodia,1996,Asia,11022162.0,58.3,87.74,4.42,1117.0 +Cambodia,1997,Asia,11338733.0,58.7,87.75,4.24,1148.0 +Cambodia,1998,Asia,11641509.0,59.0,87.96,4.06,1176.0 +Cambodia,1999,Asia,11928306.0,59.5,88.42999999999998,3.9,1285.0 +Cambodia,2000,Asia,12197905.0,60.0,89.17,3.75,1368.0 +Cambodia,2001,Asia,12448881.0,60.8,90.13,3.62,1448.0 +Cambodia,2002,Asia,12681984.0,61.6,91.17,3.5,1516.0 +Cambodia,2003,Asia,12901217.0,62.4,92.12,3.4,1617.0 +Cambodia,2004,Asia,13112334.0,63.2,92.87,3.31,1755.0 +Cambodia,2005,Asia,13320058.0,64.0,93.46,3.23,1957.0 +Cambodia,2006,Asia,13525360.0,64.8,93.96,3.16,2136.0 +Cambodia,2007,Asia,13728700.0,65.4,94.42,3.1,2321.0 +Cambodia,2008,Asia,13933660.0,66.1,94.85,3.05,2442.0 +Cambodia,2009,Asia,14144337.0,66.6,95.27,3.01,2409.0 +Cambodia,2010,Asia,14363586.0,67.0,95.69,2.97,2513.0 +Cambodia,2011,Asia,14593099.0,67.6,96.07,2.93,2646.0 +Cambodia,2012,Asia,14832255.0,68.2,96.42,2.89,2790.0 +Cambodia,2013,Asia,15078564.0,68.7,96.71,2.86,2942.0 +Cambodia,2014,Asia,15328136.0,69.1,96.94,2.83,3093.0 +Cambodia,2015,Asia,15577899.0,69.4,97.13,2.8,3267.0 +Cameroon,1800,Africa,1860054.0,28.75,53.979,5.54,626.0 +Cameroon,1810,Africa,1860054.0,28.75,53.979,5.54,627.0 +Cameroon,1820,Africa,1874663.0,28.75,53.979,5.54,628.0 +Cameroon,1830,Africa,1916391.0,28.75,53.979,5.54,659.0 +Cameroon,1840,Africa,1974115.0,28.75,53.979,5.54,692.0 +Cameroon,1850,Africa,2033578.0,28.75,53.979,5.54,726.0 +Cameroon,1860,Africa,2095258.0,28.75,53.979,5.54,762.0 +Cameroon,1870,Africa,2158809.0,28.75,53.979,5.54,799.0 +Cameroon,1880,Africa,2224163.0,28.75,53.979,5.54,839.0 +Cameroon,1890,Africa,2291482.0,28.75,53.979,5.54,880.0 +Cameroon,1900,Africa,2360984.0,28.75,54.07899999999999,5.54,924.0 +Cameroon,1910,Africa,2432509.0,28.75,54.794,5.54,970.0 +Cameroon,1920,Africa,2506103.0,28.75,55.81100000000001,5.54,1049.0 +Cameroon,1930,Africa,2926419.0,28.75,56.812,5.54,1167.0 +Cameroon,1940,Africa,3557999.0,28.75,57.81700000000001,5.54,1298.0 +Cameroon,1950,Africa,4466498.0,38.83,61.888999999999996,5.54,1442.0 +Cameroon,1951,Africa,4544218.0,39.08,62.468,5.52,1479.0 +Cameroon,1952,Africa,4623471.0,39.51,63.038,5.49,1517.0 +Cameroon,1953,Africa,4704556.0,39.94,63.6,5.47,1554.0 +Cameroon,1954,Africa,4787832.0,40.41,65.03999999999999,5.47,1592.0 +Cameroon,1955,Africa,4873726.0,40.87,66.44,5.47,1632.0 +Cameroon,1956,Africa,4962726.0,41.37,67.72,5.49,1671.0 +Cameroon,1957,Africa,5055386.0,41.88,68.94,5.51,1710.0 +Cameroon,1958,Africa,5152307.0,42.39,70.05,5.55,1750.0 +Cameroon,1959,Africa,5254110.0,42.93,71.02,5.59,1790.0 +Cameroon,1960,Africa,5361367.0,43.46,71.81,5.65,1813.0 +Cameroon,1961,Africa,5474509.0,44.0,72.44,5.71,1808.0 +Cameroon,1962,Africa,5593768.0,44.53,72.93,5.77,1836.0 +Cameroon,1963,Africa,5719135.0,45.07,73.3,5.83,1874.0 +Cameroon,1964,Africa,5850454.0,45.59,73.72,5.89,1910.0 +Cameroon,1965,Africa,5987671.0,46.13,74.24,5.95,1917.0 +Cameroon,1966,Africa,6130990.0,46.67,74.93,6.01,1973.0 +Cameroon,1967,Africa,6280743.0,47.22,75.79,6.06,1992.0 +Cameroon,1968,Africa,6437157.0,47.79,76.76,6.11,2084.0 +Cameroon,1969,Africa,6600479.0,48.37,77.75999999999998,6.16,2146.0 +Cameroon,1970,Africa,6770967.0,48.97,78.72,6.21,2169.0 +Cameroon,1971,Africa,6948847.0,49.59,79.55,6.25,2190.0 +Cameroon,1972,Africa,7134374.0,50.22,80.18,6.29,2238.0 +Cameroon,1973,Africa,7327874.0,50.85,80.60000000000002,6.32,2224.0 +Cameroon,1974,Africa,7529704.0,51.49,80.81,6.36,2274.0 +Cameroon,1975,Africa,7740196.0,52.13,80.89999999999998,6.39,2338.0 +Cameroon,1976,Africa,7959500.0,52.74,80.93,6.43,2324.0 +Cameroon,1977,Africa,8187840.0,53.36,80.99000000000002,6.47,2386.0 +Cameroon,1978,Africa,8425707.0,53.95,81.14,6.52,2444.0 +Cameroon,1979,Africa,8673666.0,54.52,81.42,6.56,2505.0 +Cameroon,1980,Africa,8932121.0,55.06,81.81,6.61,2671.0 +Cameroon,1981,Africa,9201146.0,55.56,82.35,6.65,3034.0 +Cameroon,1982,Africa,9480638.0,56.03,82.98,6.68,3188.0 +Cameroon,1983,Africa,9770555.0,56.45,83.66,6.7,3319.0 +Cameroon,1984,Africa,10070779.0,56.83,84.36,6.71,3476.0 +Cameroon,1985,Africa,10381098.0,57.17,85.02,6.7,3675.0 +Cameroon,1986,Africa,10701458.0,57.48,85.58,6.67,3821.0 +Cameroon,1987,Africa,11031515.0,57.75,86.02,6.63,3526.0 +Cameroon,1988,Africa,11370394.0,58.01,86.31,6.57,3271.0 +Cameroon,1989,Africa,11716975.0,58.22,86.42,6.51,2895.0 +Cameroon,1990,Africa,12070359.0,58.4,86.38,6.43,2768.0 +Cameroon,1991,Africa,12430311.0,58.2,86.18,6.35,2586.0 +Cameroon,1992,Africa,12796739.0,57.9,85.91,6.26,2434.0 +Cameroon,1993,Africa,13169100.0,57.4,85.6,6.17,2177.0 +Cameroon,1994,Africa,13546823.0,57.0,85.28999999999998,6.08,2160.0 +Cameroon,1995,Africa,13929575.0,56.5,85.0,5.99,2188.0 +Cameroon,1996,Africa,14317191.0,56.2,84.78,5.9,2233.0 +Cameroon,1997,Africa,14709961.0,55.5,84.65,5.82,2289.0 +Cameroon,1998,Africa,15108630.0,55.0,84.64,5.75,2338.0 +Cameroon,1999,Africa,15514249.0,54.7,84.77,5.68,2369.0 +Cameroon,2000,Africa,15927713.0,54.3,85.08,5.62,2404.0 +Cameroon,2001,Africa,16349364.0,54.2,85.50999999999998,5.57,2447.0 +Cameroon,2002,Africa,16779434.0,54.2,86.02,5.52,2480.0 +Cameroon,2003,Africa,17218591.0,54.3,86.53,5.46,2514.0 +Cameroon,2004,Africa,17667576.0,54.4,87.03,5.41,2540.0 +Cameroon,2005,Africa,18126999.0,54.9,87.47,5.36,2532.0 +Cameroon,2006,Africa,18597109.0,55.4,87.88,5.3,2547.0 +Cameroon,2007,Africa,19078100.0,55.7,88.24,5.24,2564.0 +Cameroon,2008,Africa,19570418.0,56.6,88.62,5.17,2571.0 +Cameroon,2009,Africa,20074522.0,57.3,89.01,5.09,2554.0 +Cameroon,2010,Africa,20590666.0,57.8,89.4,5.02,2571.0 +Cameroon,2011,Africa,21119065.0,58.1,89.78,4.94,2610.0 +Cameroon,2012,Africa,21659488.0,58.5,90.13,4.86,2661.0 +Cameroon,2013,Africa,22211166.0,59.0,90.48,4.78,2739.0 +Cameroon,2014,Africa,22773014.0,59.1,90.83,4.7,2829.0 +Cameroon,2015,Africa,23344179.0,59.4,91.13,4.63,2897.0 +Canada,1800,America,645526.0,39.0,66.65299999999999,5.72,1314.0 +Canada,1810,America,727603.0,39.01,66.65299999999999,5.72,1400.0 +Canada,1820,America,879432.0,39.03,66.65299999999999,5.72,1491.0 +Canada,1830,America,1202146.0,39.04,66.65299999999999,5.72,1651.0 +Canada,1840,America,1745604.0,40.19,67.97800000000001,5.72,1922.0 +Canada,1850,America,2487811.0,40.99,68.848,5.72,2202.0 +Canada,1860,America,3231465.0,41.54,69.382,5.72,2406.0 +Canada,1870,America,3817167.0,42.46,70.44,4.89,2815.0 +Canada,1880,America,4360348.0,44.51,72.499,4.58,3021.0 +Canada,1890,America,4908078.0,45.13,73.10300000000002,4.24,3963.0 +Canada,1900,America,5530806.0,48.29,69.59200000000001,4.04,4858.0 +Canada,1910,America,7181200.0,52.12,71.738,4.05,6794.0 +Canada,1920,America,8764205.0,56.57,73.57400000000001,3.58,6430.0 +Canada,1930,America,10450983.0,58.95,87.613,3.28,7976.0 +Canada,1940,America,11655920.0,64.01,92.29899999999999,2.76,8871.0 +Canada,1950,America,13736997.0,68.26,95.13,3.43,12022.0 +Canada,1951,America,14099994.0,68.53,95.38,3.47,12419.0 +Canada,1952,America,14481497.0,68.72,95.61,3.62,12911.0 +Canada,1953,America,14882050.0,69.1,95.82,3.7,13158.0 +Canada,1954,America,15300472.0,69.96,96.01,3.81,12687.0 +Canada,1955,America,15733858.0,70.02,96.17,3.81,13513.0 +Canada,1956,America,16177451.0,70.0,96.3,3.84,14253.0 +Canada,1957,America,16624767.0,69.92,96.42,3.93,14177.0 +Canada,1958,America,17067983.0,70.58,96.53,3.89,14056.0 +Canada,1959,America,17498573.0,70.62,96.63,3.94,14289.0 +Canada,1960,America,17909232.0,71.0,96.74,3.91,14414.0 +Canada,1961,America,18295922.0,71.22,96.84,3.85,14545.0 +Canada,1962,America,18659663.0,71.25,96.95,3.77,15276.0 +Canada,1963,America,19007305.0,71.26,97.06,3.68,15752.0 +Canada,1964,America,19349346.0,71.64,97.18,3.51,16464.0 +Canada,1965,America,19693538.0,71.74,97.29,3.15,17243.0 +Canada,1966,America,20041006.0,71.86,97.4,2.81,18022.0 +Canada,1967,America,20389445.0,72.07,97.5,2.6,18240.0 +Canada,1968,America,20739031.0,72.23,97.61,2.46,18900.0 +Canada,1969,America,21089228.0,72.39,97.7,2.41,19614.0 +Canada,1970,America,21439200.0,72.58,97.8,2.31,19842.0 +Canada,1971,America,21790338.0,72.91,97.9,2.14,20688.0 +Canada,1972,America,22141998.0,72.81,98.01,1.97,21532.0 +Canada,1973,America,22488744.0,73.04,98.1,1.88,22797.0 +Canada,1974,America,22823272.0,73.12,98.2,1.83,23405.0 +Canada,1975,America,23140609.0,73.41,98.3,1.83,23593.0 +Canada,1976,America,23439940.0,73.84,98.4,1.78,24563.0 +Canada,1977,America,23723801.0,74.13,98.49,1.75,25095.0 +Canada,1978,America,23994948.0,74.46,98.58,1.7,25853.0 +Canada,1979,America,24257594.0,74.81,98.67,1.7,26665.0 +Canada,1980,America,24515788.0,75.05,98.75,1.68,26678.0 +Canada,1981,America,24768525.0,75.46,98.82,1.65,27171.0 +Canada,1982,America,25017501.0,75.67,98.88,1.64,26031.0 +Canada,1983,America,25272656.0,76.04,98.94,1.62,26525.0 +Canada,1984,America,25546736.0,76.33,98.99,1.62,27781.0 +Canada,1985,America,25848173.0,76.31,99.03,1.61,29016.0 +Canada,1986,America,26181342.0,76.46,99.06,1.59,29482.0 +Canada,1987,America,26541981.0,76.76,99.09,1.58,30288.0 +Canada,1988,America,26919036.0,76.82,99.12,1.6,31356.0 +Canada,1989,America,27296517.0,77.09,99.14,1.66,31550.0 +Canada,1990,America,27662440.0,77.4,99.17,1.72,31163.0 +Canada,1991,America,28014102.0,77.6,99.2,1.71,30090.0 +Canada,1992,America,28353843.0,77.7,99.23,1.71,29977.0 +Canada,1993,America,28680921.0,77.8,99.26,1.68,30424.0 +Canada,1994,America,28995822.0,77.9,99.28,1.69,31505.0 +Canada,1995,America,29299478.0,78.0,99.31,1.67,32101.0 +Canada,1996,America,29590952.0,78.3,99.33,1.63,32290.0 +Canada,1997,America,29871092.0,78.6,99.35,1.57,33310.0 +Canada,1998,America,30145148.0,78.8,99.36,1.56,34389.0 +Canada,1999,America,30420216.0,79.0,99.37,1.54,35810.0 +Canada,2000,America,30701903.0,79.2,99.38,1.51,37314.0 +Canada,2001,America,30991344.0,79.5,99.38,1.54,37563.0 +Canada,2002,America,31288572.0,79.6,99.38,1.51,38270.0 +Canada,2003,America,31596593.0,79.8,99.39,1.54,38621.0 +Canada,2004,America,31918582.0,80.1,99.39,1.55,39436.0 +Canada,2005,America,32256333.0,80.2,99.39,1.57,40284.0 +Canada,2006,America,32611436.0,80.5,99.4,1.61,41012.0 +Canada,2007,America,32982275.0,80.6,99.41,1.66,41432.0 +Canada,2008,America,33363256.0,80.8,99.42,1.68,41468.0 +Canada,2009,America,33746559.0,81.1,99.43,1.67,39884.0 +Canada,2010,America,34126173.0,81.3,99.44,1.63,40773.0 +Canada,2011,America,34499905.0,81.6,99.46,1.61,41567.0 +Canada,2012,America,34868151.0,81.6,99.47,1.66,41865.0 +Canada,2013,America,35230612.0,81.6,99.48,1.67,42213.0 +Canada,2014,America,35587793.0,81.7,99.5,1.68,42817.0 +Canada,2015,America,35939927.0,81.7,99.51,1.68,43294.0 +Cape Verde,1800,Africa,55716.0,33.8,60.528999999999996,6.43,529.0 +Cape Verde,1810,Africa,55716.0,33.8,60.528999999999996,6.45,530.0 +Cape Verde,1820,Africa,57062.0,33.8,60.528999999999996,6.46,531.0 +Cape Verde,1830,Africa,61014.0,33.8,60.528999999999996,6.48,554.0 +Cape Verde,1840,Africa,66718.0,33.8,60.528999999999996,6.49,578.0 +Cape Verde,1850,Africa,72956.0,33.8,60.528999999999996,6.51,603.0 +Cape Verde,1860,Africa,79725.0,33.8,60.528999999999996,6.52,629.0 +Cape Verde,1870,Africa,87122.0,33.8,60.528999999999996,6.54,657.0 +Cape Verde,1880,Africa,95157.0,33.8,60.528999999999996,6.55,685.0 +Cape Verde,1890,Africa,103928.0,33.8,60.528999999999996,6.57,715.0 +Cape Verde,1900,Africa,113570.0,33.8,60.615,6.58,746.0 +Cape Verde,1910,Africa,124067.0,33.8,61.228,6.6,779.0 +Cape Verde,1920,Africa,135600.0,33.8,62.14999999999999,6.61,812.0 +Cape Verde,1930,Africa,148278.0,33.8,63.05700000000001,6.6,804.0 +Cape Verde,1940,Africa,162140.0,38.47,68.88799999999999,6.55,793.0 +Cape Verde,1950,Africa,178066.0,48.32,78.199,6.5,779.0 +Cape Verde,1951,Africa,186124.0,48.45,78.33099999999997,6.51,784.0 +Cape Verde,1952,Africa,191521.0,48.63,78.46300000000002,6.55,790.0 +Cape Verde,1953,Africa,194839.0,48.81,78.62100000000002,6.58,795.0 +Cape Verde,1954,Africa,196632.0,49.0,78.889,6.62,779.0 +Cape Verde,1955,Africa,197422.0,49.19,79.101,6.66,778.0 +Cape Verde,1956,Africa,197702.0,49.38,79.339,6.71,782.0 +Cape Verde,1957,Africa,197933.0,49.57,79.685,6.75,751.0 +Cape Verde,1958,Africa,198541.0,49.76,79.976,6.8,740.0 +Cape Verde,1959,Africa,199903.0,49.95,80.265,6.84,797.0 +Cape Verde,1960,Africa,202316.0,50.12,80.45599999999997,6.89,826.0 +Cape Verde,1961,Africa,205958.0,50.27,80.64399999999998,6.92,849.0 +Cape Verde,1962,Africa,210866.0,50.43,80.831,6.95,867.0 +Cape Verde,1963,Africa,216913.0,50.59,81.016,6.98,882.0 +Cape Verde,1964,Africa,223854.0,50.77,81.2,6.99,895.0 +Cape Verde,1965,Africa,231427.0,51.0,81.381,6.99,905.0 +Cape Verde,1966,Africa,239765.0,51.32,81.56099999999998,6.99,915.0 +Cape Verde,1967,Africa,248733.0,51.75,81.73899999999998,6.98,923.0 +Cape Verde,1968,Africa,257478.0,52.32,81.915,6.97,930.0 +Cape Verde,1969,Africa,264885.0,53.0,82.09,6.95,936.0 +Cape Verde,1970,Africa,270197.0,53.78,83.57,6.94,942.0 +Cape Verde,1971,Africa,273053.0,54.65,84.92999999999998,6.91,856.0 +Cape Verde,1972,Africa,273788.0,55.57,86.14999999999998,6.89,805.0 +Cape Verde,1973,Africa,273211.0,56.5,87.24000000000002,6.86,788.0 +Cape Verde,1974,Africa,272509.0,57.41,88.2,6.82,757.0 +Cape Verde,1975,Africa,272575.0,58.3,89.05,6.77,771.0 +Cape Verde,1976,Africa,273625.0,59.16,89.77,6.71,759.0 +Cape Verde,1977,Africa,275479.0,60.0,90.37,6.65,749.0 +Cape Verde,1978,Africa,278152.0,60.82,90.86,6.56,814.0 +Cape Verde,1979,Africa,281555.0,61.62,91.23,6.47,886.0 +Cape Verde,1980,Africa,285599.0,62.41,91.48,6.38,1189.0 +Cape Verde,1981,Africa,290428.0,63.19,91.63,6.27,1269.0 +Cape Verde,1982,Africa,296071.0,63.95,91.74,6.17,1276.0 +Cape Verde,1983,Africa,302174.0,64.69,91.84,6.08,1366.0 +Cape Verde,1984,Africa,308251.0,65.43,91.98,5.98,1385.0 +Cape Verde,1985,Africa,313976.0,66.12,92.2,5.88,1469.0 +Cape Verde,1986,Africa,319161.0,66.75,92.49,5.78,1474.0 +Cape Verde,1987,Africa,323972.0,67.33,92.82,5.68,1538.0 +Cape Verde,1988,Africa,328861.0,67.85,93.18,5.57,1546.0 +Cape Verde,1989,Africa,334473.0,68.3,93.49,5.44,1589.0 +Cape Verde,1990,Africa,341256.0,68.7,93.72,5.31,1609.0 +Cape Verde,1991,Africa,349326.0,68.6,93.88,5.16,1597.0 +Cape Verde,1992,Africa,358473.0,68.6,93.97,5.02,1728.0 +Cape Verde,1993,Africa,368423.0,68.4,94.04,4.86,1827.0 +Cape Verde,1994,Africa,378763.0,68.3,94.14,4.71,2120.0 +Cape Verde,1995,Africa,389156.0,68.3,94.34,4.55,2361.0 +Cape Verde,1996,Africa,399508.0,68.2,94.65,4.39,2568.0 +Cape Verde,1997,Africa,409805.0,68.2,95.07,4.22,2794.0 +Cape Verde,1998,Africa,419884.0,68.2,95.57,4.05,3082.0 +Cape Verde,1999,Africa,429576.0,68.2,96.06,3.88,3363.0 +Cape Verde,2000,Africa,438737.0,68.4,96.48,3.7,3772.0 +Cape Verde,2001,Africa,447357.0,68.6,96.82,3.53,3784.0 +Cape Verde,2002,Africa,455396.0,68.7,97.05,3.36,3910.0 +Cape Verde,2003,Africa,462675.0,68.9,97.17,3.19,4006.0 +Cape Verde,2004,Africa,468985.0,69.1,97.23,3.04,4352.0 +Cape Verde,2005,Africa,474224.0,69.3,97.23,2.9,4604.0 +Cape Verde,2006,Africa,478265.0,69.6,97.2,2.77,4937.0 +Cape Verde,2007,Africa,481278.0,69.6,97.17,2.66,5666.0 +Cape Verde,2008,Africa,483824.0,70.4,97.16,2.57,6031.0 +Cape Verde,2009,Africa,486673.0,70.7,97.17,2.49,5941.0 +Cape Verde,2010,Africa,490379.0,71.1,97.21,2.43,6005.0 +Cape Verde,2011,Africa,495159.0,71.4,97.27,2.38,6206.0 +Cape Verde,2012,Africa,500870.0,71.9,97.34,2.33,6224.0 +Cape Verde,2013,Africa,507258.0,72.3,97.41,2.29,6232.0 +Cape Verde,2014,Africa,513906.0,72.7,97.49,2.26,6343.0 +Cape Verde,2015,Africa,520502.0,72.9,97.57,2.22,6514.0 +Central African Republic,1800,Africa,479444.0,30.0,55.621,6.51,424.0 +Central African Republic,1810,Africa,479444.0,30.0,55.621,6.51,425.0 +Central African Republic,1820,Africa,485538.0,30.0,55.621,6.51,425.0 +Central African Republic,1830,Africa,503090.0,30.0,55.621,6.51,446.0 +Central African Republic,1840,Africa,527682.0,30.0,55.621,6.51,468.0 +Central African Republic,1850,Africa,553476.0,30.0,55.621,6.51,492.0 +Central African Republic,1860,Africa,581194.0,30.0,55.621,6.51,516.0 +Central African Republic,1870,Africa,610299.0,30.0,55.621,6.51,541.0 +Central African Republic,1880,Africa,640769.0,30.0,55.621,6.51,568.0 +Central African Republic,1890,Africa,672749.0,30.0,55.621,6.51,596.0 +Central African Republic,1900,Africa,706436.0,30.0,55.71699999999999,6.51,626.0 +Central African Republic,1910,Africa,741742.0,30.0,56.40700000000001,6.51,657.0 +Central African Republic,1920,Africa,778576.0,30.0,57.363,6.51,754.0 +Central African Republic,1930,Africa,816635.0,30.0,57.63,6.29,885.0 +Central African Republic,1940,Africa,959880.0,30.0,57.934,5.85,1039.0 +Central African Republic,1950,Africa,1326653.0,33.08,61.878,5.4,1218.0 +Central African Republic,1951,Africa,1339842.0,33.34,63.0,5.43,1245.0 +Central African Republic,1952,Africa,1353470.0,33.79,64.089,5.49,1272.0 +Central African Republic,1953,Africa,1367805.0,34.26,65.14699999999999,5.55,1299.0 +Central African Republic,1954,Africa,1383078.0,34.72,66.173,5.6,1325.0 +Central African Republic,1955,Africa,1399493.0,35.18,67.169,5.65,1352.0 +Central African Republic,1956,Africa,1417218.0,35.62,68.13600000000001,5.69,1377.0 +Central African Republic,1957,Africa,1436392.0,36.07,69.075,5.73,1403.0 +Central African Republic,1958,Africa,1457118.0,36.53,69.986,5.77,1428.0 +Central African Republic,1959,Africa,1479472.0,36.97,70.87,5.81,1452.0 +Central African Republic,1960,Africa,1503501.0,37.43,71.41999999999999,5.84,1436.0 +Central African Republic,1961,Africa,1529229.0,37.89,71.98,5.87,1461.0 +Central African Republic,1962,Africa,1556656.0,38.36,72.59,5.89,1393.0 +Central African Republic,1963,Africa,1585765.0,38.85,73.2,5.91,1360.0 +Central African Republic,1964,Africa,1616515.0,39.36,73.83999999999997,5.93,1353.0 +Central African Republic,1965,Africa,1648830.0,39.92,74.53,5.94,1332.0 +Central African Republic,1966,Africa,1682874.0,40.5,75.22999999999998,5.95,1294.0 +Central African Republic,1967,Africa,1718558.0,41.15,75.92,5.95,1315.0 +Central African Republic,1968,Africa,1755260.0,41.84,76.58,5.95,1297.0 +Central African Republic,1969,Africa,1792150.0,42.57,77.19,5.95,1332.0 +Central African Republic,1970,Africa,1828710.0,43.36,77.77000000000002,5.95,1358.0 +Central African Republic,1971,Africa,1864757.0,44.19,78.33,5.95,1285.0 +Central African Republic,1972,Africa,1900702.0,45.04,78.83,5.95,1227.0 +Central African Republic,1973,Africa,1937383.0,45.91,79.28999999999998,5.95,1256.0 +Central African Republic,1974,Africa,1975968.0,46.77,79.69999999999997,5.95,1192.0 +Central African Republic,1975,Africa,2017379.0,47.6,80.08999999999997,5.95,1181.0 +Central African Republic,1976,Africa,2061552.0,48.36,80.45,5.95,1199.0 +Central African Republic,1977,Africa,2108417.0,49.07,80.79,5.95,1261.0 +Central African Republic,1978,Africa,2158844.0,49.7,81.13,5.95,1248.0 +Central African Republic,1979,Africa,2213888.0,50.21,81.42,5.95,1145.0 +Central African Republic,1980,Africa,2274095.0,50.61,81.67,5.95,1103.0 +Central African Republic,1981,Africa,2340259.0,50.86,81.89,5.96,1088.0 +Central African Republic,1982,Africa,2411693.0,50.96,82.04,5.96,1077.0 +Central African Republic,1983,Africa,2485666.0,50.95,82.15,5.96,984.0 +Central African Republic,1984,Africa,2558432.0,50.81,82.22,5.95,1019.0 +Central African Republic,1985,Africa,2627424.0,50.57,82.26,5.94,998.0 +Central African Republic,1986,Africa,2691312.0,50.21,82.28,5.93,991.0 +Central African Republic,1987,Africa,2751163.0,49.8,82.30999999999997,5.9,942.0 +Central African Republic,1988,Africa,2809720.0,49.34,82.33,5.87,933.0 +Central African Republic,1989,Africa,2871005.0,48.86,82.35,5.83,939.0 +Central African Republic,1990,Africa,2937832.0,48.4,82.37,5.78,944.0 +Central African Republic,1991,Africa,3010950.0,48.1,82.41000000000003,5.73,918.0 +Central African Republic,1992,Africa,3089141.0,48.0,82.42,5.69,839.0 +Central African Republic,1993,Africa,3170848.0,47.5,82.41000000000003,5.65,821.0 +Central African Republic,1994,Africa,3253698.0,47.2,82.38,5.62,841.0 +Central African Republic,1995,Africa,3335840.0,46.7,82.34,5.6,881.0 +Central African Republic,1996,Africa,3417163.0,46.3,82.3,5.57,827.0 +Central African Republic,1997,Africa,3497910.0,45.9,82.30999999999997,5.55,852.0 +Central African Republic,1998,Africa,3577028.0,45.7,82.36,5.52,873.0 +Central African Republic,1999,Africa,3653310.0,45.5,82.43,5.49,887.0 +Central African Republic,2000,Africa,3726048.0,45.3,82.52,5.45,848.0 +Central African Republic,2001,Africa,3794677.0,45.2,82.66,5.39,870.0 +Central African Republic,2002,Africa,3859784.0,45.2,82.80000000000003,5.33,887.0 +Central African Republic,2003,Africa,3923294.0,45.2,82.95,5.26,825.0 +Central African Republic,2004,Africa,3987896.0,45.4,83.15,5.18,860.0 +Central African Republic,2005,Africa,4055608.0,45.5,83.35000000000002,5.09,853.0 +Central African Republic,2006,Africa,4127112.0,45.8,83.58,5.0,869.0 +Central African Republic,2007,Africa,4202104.0,46.2,83.83,4.9,892.0 +Central African Republic,2008,Africa,4280405.0,46.8,84.11999999999998,4.81,894.0 +Central African Republic,2009,Africa,4361492.0,47.6,84.5,4.72,892.0 +Central African Republic,2010,Africa,4444973.0,47.9,84.91,4.63,901.0 +Central African Republic,2011,Africa,4530903.0,48.1,85.33999999999997,4.54,913.0 +Central African Republic,2012,Africa,4619500.0,48.5,85.77,4.45,932.0 +Central African Republic,2013,Africa,4710678.0,47.8,86.14,4.37,584.0 +Central African Republic,2014,Africa,4804316.0,48.2,86.55999999999996,4.28,578.0 +Central African Republic,2015,Africa,4900274.0,49.6,86.94999999999996,4.2,599.0 +Chad,1800,Africa,1432000.0,30.9,56.82100000000001,6.06,418.0 +Chad,1810,Africa,1432000.0,30.9,56.82100000000001,6.06,419.0 +Chad,1820,Africa,1432000.0,30.9,56.82100000000001,6.06,419.0 +Chad,1830,Africa,1432000.0,30.9,56.82100000000001,6.06,440.0 +Chad,1840,Africa,1432000.0,30.9,56.82100000000001,6.06,462.0 +Chad,1850,Africa,1432000.0,30.9,56.82100000000001,6.06,485.0 +Chad,1860,Africa,1439871.0,30.9,56.82100000000001,6.06,509.0 +Chad,1870,Africa,1447743.0,30.9,56.82100000000001,6.06,534.0 +Chad,1880,Africa,1455614.0,30.9,56.82100000000001,6.06,560.0 +Chad,1890,Africa,1463486.0,30.9,56.82100000000001,6.06,588.0 +Chad,1900,Africa,1471357.0,30.9,56.914,6.06,617.0 +Chad,1910,Africa,1479229.0,30.9,57.585,6.06,648.0 +Chad,1920,Africa,1484476.0,30.9,58.594,6.06,737.0 +Chad,1930,Africa,1484476.0,30.9,59.607,6.06,873.0 +Chad,1940,Africa,1727303.0,30.9,61.0,6.06,1035.0 +Chad,1950,Africa,2502314.0,37.02,67.595,6.06,1225.0 +Chad,1951,Africa,2544102.0,37.29,67.82300000000001,6.07,1254.0 +Chad,1952,Africa,2589278.0,37.69,68.155,6.09,1282.0 +Chad,1953,Africa,2636785.0,38.09,68.625,6.11,1310.0 +Chad,1954,Africa,2685842.0,38.49,69.02900000000001,6.13,1339.0 +Chad,1955,Africa,2735936.0,38.9,69.57,6.15,1369.0 +Chad,1956,Africa,2786844.0,39.31,70.146,6.17,1398.0 +Chad,1957,Africa,2838612.0,39.72,70.654,6.19,1428.0 +Chad,1958,Africa,2891526.0,40.14,71.28999999999998,6.21,1459.0 +Chad,1959,Africa,2946040.0,40.54,71.92,6.23,1488.0 +Chad,1960,Africa,3002596.0,40.95,72.098,6.25,1475.0 +Chad,1961,Africa,3061423.0,41.35,72.275,6.27,1470.0 +Chad,1962,Africa,3122357.0,41.76,72.45100000000002,6.29,1522.0 +Chad,1963,Africa,3184775.0,42.17,72.625,6.3,1474.0 +Chad,1964,Africa,3247798.0,42.58,72.79899999999998,6.32,1409.0 +Chad,1965,Africa,3310921.0,43.01,72.97200000000002,6.34,1387.0 +Chad,1966,Africa,3373563.0,43.48,73.143,6.36,1334.0 +Chad,1967,Africa,3436227.0,43.98,73.31400000000002,6.39,1315.0 +Chad,1968,Africa,3500778.0,44.54,73.483,6.43,1281.0 +Chad,1969,Africa,3569778.0,45.12,73.652,6.48,1341.0 +Chad,1970,Africa,3644911.0,45.72,74.03800000000003,6.53,1338.0 +Chad,1971,Africa,3727382.0,46.33,74.404,6.58,1334.0 +Chad,1972,Africa,3816299.0,46.91,74.77000000000002,6.64,1216.0 +Chad,1973,Africa,3908729.0,47.47,74.9,6.69,1131.0 +Chad,1974,Africa,4000511.0,47.98,75.05,6.74,1258.0 +Chad,1975,Africa,4088858.0,48.45,75.19,6.78,1441.0 +Chad,1976,Africa,4173070.0,48.89,75.33000000000001,6.82,1387.0 +Chad,1977,Africa,4254770.0,49.31,75.47,6.86,1253.0 +Chad,1978,Africa,4336389.0,49.72,75.63,6.89,1217.0 +Chad,1979,Africa,4421448.0,50.14,75.8,6.93,946.0 +Chad,1980,Africa,4512795.0,50.56,75.99000000000002,6.96,891.0 +Chad,1981,Africa,4610964.0,50.97,76.19,6.99,880.0 +Chad,1982,Africa,4716073.0,51.38,76.4,7.02,884.0 +Chad,1983,Africa,4830055.0,51.78,76.64999999999998,7.06,983.0 +Chad,1984,Africa,4955088.0,52.15,76.91,7.09,994.0 +Chad,1985,Africa,5092650.0,52.51,77.18,7.12,1202.0 +Chad,1986,Africa,5244158.0,52.81,77.45,7.16,1122.0 +Chad,1987,Africa,5409275.0,53.09,77.72,7.2,1058.0 +Chad,1988,Africa,5585528.0,53.33,77.99000000000002,7.24,1185.0 +Chad,1989,Africa,5769273.0,53.52,78.27,7.28,1221.0 +Chad,1990,Africa,5958022.0,53.7,78.53999999999998,7.31,1111.0 +Chad,1991,Africa,6151213.0,54.3,78.8,7.35,1169.0 +Chad,1992,Africa,6350174.0,53.9,79.06,7.38,1223.0 +Chad,1993,Africa,6556628.0,54.0,79.3,7.4,999.0 +Chad,1994,Africa,6773104.0,53.6,79.52,7.42,1066.0 +Chad,1995,Africa,7001634.0,53.6,79.73,7.43,1044.0 +Chad,1996,Africa,7242018.0,53.0,79.94,7.43,1032.0 +Chad,1997,Africa,7494143.0,52.5,80.17,7.42,1054.0 +Chad,1998,Africa,7760157.0,52.1,80.42,7.41,1090.0 +Chad,1999,Africa,8042713.0,51.7,80.69999999999997,7.38,1045.0 +Chad,2000,Africa,8343321.0,51.5,80.98,7.35,998.0 +Chad,2001,Africa,8663599.0,51.7,81.27,7.32,1073.0 +Chad,2002,Africa,9002102.0,51.9,81.54,7.27,1120.0 +Chad,2003,Africa,9353516.0,52.1,81.81,7.21,1237.0 +Chad,2004,Africa,9710498.0,52.6,82.06,7.15,1592.0 +Chad,2005,Africa,10067932.0,53.0,82.3,7.07,1803.0 +Chad,2006,Africa,10423616.0,53.1,82.54,6.99,1755.0 +Chad,2007,Africa,10779504.0,54.0,82.85,6.9,1755.0 +Chad,2008,Africa,11139740.0,54.3,83.2,6.81,1753.0 +Chad,2009,Africa,11510535.0,55.2,83.6,6.7,1772.0 +Chad,2010,Africa,11896380.0,55.8,83.99,6.6,1953.0 +Chad,2011,Africa,12298512.0,56.1,84.39999999999998,6.49,1896.0 +Chad,2012,Africa,12715465.0,56.3,84.84,6.38,2003.0 +Chad,2013,Africa,13145788.0,56.6,85.28999999999998,6.26,2055.0 +Chad,2014,Africa,13587053.0,56.8,85.71,6.15,2141.0 +Chad,2015,Africa,14037472.0,57.4,86.13,6.04,2191.0 +Chile,1800,America,771447.0,32.0,58.256,5.98,1026.0 +Chile,1810,America,771447.0,32.0,58.256,5.98,1028.0 +Chile,1820,America,820889.0,32.0,58.256,5.98,1029.0 +Chile,1830,America,969062.0,32.0,58.256,5.98,986.0 +Chile,1840,America,1183151.0,32.0,58.256,5.98,1117.0 +Chile,1850,America,1413837.0,32.0,58.256,6.2,1389.0 +Chile,1860,America,1669298.0,32.0,58.256,6.38,1632.0 +Chile,1870,America,1957051.0,32.0,58.256,5.67,1929.0 +Chile,1880,America,2277245.0,32.0,58.256,5.12,2605.0 +Chile,1890,America,2623814.0,32.0,58.256,5.04,2948.0 +Chile,1900,America,2981489.0,32.0,46.30700000000001,5.11,3295.0 +Chile,1910,America,3347597.0,31.34,56.64,6.15,4512.0 +Chile,1920,America,3760459.0,31.84,57.287,5.71,4092.0 +Chile,1930,America,4309478.0,38.02,61.95500000000001,5.5,4145.0 +Chile,1940,America,5108117.0,42.04,64.68599999999999,4.89,4625.0 +Chile,1950,America,6142899.0,54.25,76.13300000000002,4.62,5196.0 +Chile,1951,America,6278346.0,54.35,77.02199999999998,4.71,5279.0 +Chile,1952,America,6417543.0,54.56,77.903,4.88,5505.0 +Chile,1953,America,6561033.0,54.79,78.73,5.04,5811.0 +Chile,1954,America,6709188.0,55.03,79.52799999999998,5.18,5519.0 +Chile,1955,America,6862211.0,55.29,80.296,5.3,5613.0 +Chile,1956,America,7020125.0,55.57,81.035,5.41,5584.0 +Chile,1957,America,7182786.0,55.86,81.74600000000002,5.49,6016.0 +Chile,1958,America,7349892.0,56.16,82.431,5.55,6194.0 +Chile,1959,America,7521016.0,56.5,83.09,5.58,5699.0 +Chile,1960,America,7695692.0,56.85,84.27,5.58,6020.0 +Chile,1961,America,7873504.0,57.23,85.15,5.54,6155.0 +Chile,1962,America,8054166.0,57.63,85.77,5.46,6293.0 +Chile,1963,America,8237555.0,58.07,86.42,5.34,6538.0 +Chile,1964,America,8423614.0,58.54,87.32,5.19,6537.0 +Chile,1965,America,8612074.0,59.03,88.41,5.0,6451.0 +Chile,1966,America,8802926.0,59.54,89.55,4.8,7026.0 +Chile,1967,America,8995410.0,60.07,90.59,4.59,7114.0 +Chile,1968,America,9187592.0,60.61,91.38,4.39,7231.0 +Chile,1969,America,9377005.0,61.17,91.83,4.2,7364.0 +Chile,1970,America,9561868.0,61.74,92.04,4.02,7382.0 +Chile,1971,America,9741579.0,62.34,92.16,3.85,7906.0 +Chile,1972,America,9916558.0,62.98,92.3,3.68,7674.0 +Chile,1973,America,10087377.0,63.63,92.54,3.5,7123.0 +Chile,1974,America,10255074.0,64.31,92.94,3.33,7070.0 +Chile,1975,America,10420590.0,65.02,93.53,3.16,6058.0 +Chile,1976,America,10584237.0,65.75,94.29,3.01,6168.0 +Chile,1977,America,10746328.0,66.5,95.12,2.89,6675.0 +Chile,1978,America,10907901.0,67.25,95.83,2.79,7122.0 +Chile,1979,America,11070198.0,67.99,96.32,2.72,7603.0 +Chile,1980,America,11234340.0,68.7,96.68,2.68,8088.0 +Chile,1981,America,11400489.0,69.36,96.99,2.66,8454.0 +Chile,1982,America,11569135.0,69.97,97.3,2.65,7182.0 +Chile,1983,America,11742057.0,70.51,97.54,2.65,6867.0 +Chile,1984,America,11921407.0,71.0,97.69,2.66,7160.0 +Chile,1985,America,12108576.0,71.42,97.76,2.66,7193.0 +Chile,1986,America,12304203.0,71.8,97.79,2.66,7483.0 +Chile,1987,America,12507488.0,72.14,97.81,2.65,7851.0 +Chile,1988,America,12716508.0,72.47,97.86,2.65,8288.0 +Chile,1989,America,12928491.0,72.79,97.96,2.64,9016.0 +Chile,1990,America,13141202.0,73.1,98.09,2.62,9193.0 +Chile,1991,America,13354054.0,74.1,98.23,2.6,9747.0 +Chile,1992,America,13566942.0,75.0,98.36,2.56,10744.0 +Chile,1993,America,13778676.0,75.2,98.49,2.51,11287.0 +Chile,1994,America,13987999.0,75.3,98.6,2.45,11725.0 +Chile,1995,America,14193986.0,75.4,98.69,2.39,12759.0 +Chile,1996,America,14396020.0,75.7,98.75,2.32,13498.0 +Chile,1997,America,14594070.0,76.2,98.78,2.25,14186.0 +Chile,1998,America,14788609.0,76.6,98.8,2.19,14450.0 +Chile,1999,America,14980484.0,76.9,98.85,2.14,14159.0 +Chile,2000,America,15170387.0,77.3,98.91,2.09,14614.0 +Chile,2001,America,15358418.0,77.4,98.97,2.05,14925.0 +Chile,2002,America,15544554.0,77.7,99.02,2.01,15075.0 +Chile,2003,America,15729268.0,77.8,99.05,1.99,15499.0 +Chile,2004,America,15913119.0,78.0,99.07,1.96,16260.0 +Chile,2005,America,16096571.0,78.2,99.09,1.94,16985.0 +Chile,2006,America,16279728.0,78.2,99.1,1.92,17554.0 +Chile,2007,America,16462701.0,78.3,99.11,1.9,18278.0 +Chile,2008,America,16645940.0,78.5,99.11,1.89,18698.0 +Chile,2009,America,16829957.0,78.5,99.12,1.87,18329.0 +Chile,2010,America,17015048.0,78.5,99.12,1.86,19204.0 +Chile,2011,America,17201305.0,78.9,99.13,1.84,20141.0 +Chile,2012,America,17388437.0,79.1,99.14,1.83,21050.0 +Chile,2013,America,17575833.0,79.1,99.16,1.82,21746.0 +Chile,2014,America,17762647.0,79.2,99.17,1.81,21967.0 +Chile,2015,America,17948141.0,79.4,99.19,1.8,22465.0 +China,1800,Asia,321675013.0,32.0,58.256,5.5,985.0 +China,1810,Asia,350542958.0,32.0,58.256,5.5,985.0 +China,1820,Asia,380055273.0,32.0,58.256,5.5,985.0 +China,1830,Asia,402373519.0,32.0,58.256,5.5,986.0 +China,1840,Asia,411213424.0,32.0,58.256,5.5,986.0 +China,1850,Asia,402711280.0,32.0,58.256,5.5,985.0 +China,1860,Asia,380047548.0,28.85,53.56100000000001,5.5,1023.0 +China,1870,Asia,363661158.0,31.96,58.12600000000001,5.5,1099.0 +China,1880,Asia,365544192.0,32.0,58.256,5.5,1015.0 +China,1890,Asia,377135349.0,32.0,58.256,5.5,918.0 +China,1900,Asia,395184556.0,32.0,58.347,5.5,894.0 +China,1910,Asia,417830774.0,32.0,58.995,5.5,991.0 +China,1920,Asia,462750597.0,32.0,59.971,5.5,1012.0 +China,1930,Asia,481222579.0,33.8,60.95,5.5,1055.0 +China,1940,Asia,509858820.0,34.36,66.75800000000001,5.25,841.0 +China,1950,Asia,544112923.0,41.04,68.28699999999999,5.29,535.0 +China,1951,Asia,558820362.0,41.98,68.82900000000001,5.26,582.0 +China,1952,Asia,570764965.0,42.91,69.361,5.97,631.0 +China,1953,Asia,580886559.0,43.85,69.88399999999999,5.67,692.0 +China,1954,Asia,589955812.0,45.7,70.39800000000002,5.96,694.0 +China,1955,Asia,598574241.0,47.2,70.904,5.98,706.0 +China,1956,Asia,607167524.0,49.57,72.968,5.61,736.0 +China,1957,Asia,615992182.0,49.62,74.88600000000002,6.21,780.0 +China,1958,Asia,625155626.0,49.17,76.668,5.5,889.0 +China,1959,Asia,634649557.0,37.36,73.155,4.27,958.0 +China,1960,Asia,644450173.0,30.53,69.101,3.99,889.0 +China,1961,Asia,654625069.0,32.95,73.81400000000002,3.28,558.0 +China,1962,Asia,665426760.0,43.29,83.21799999999998,5.97,567.0 +China,1963,Asia,677332765.0,50.64,85.186,7.41,635.0 +China,1964,Asia,690932043.0,52.0,86.92299999999999,6.12,713.0 +China,1965,Asia,706590947.0,54.28,88.45700000000002,6.02,772.0 +China,1966,Asia,724490033.0,55.37,87.92,6.21,826.0 +China,1967,Asia,744365635.0,56.9,87.35799999999998,5.25,719.0 +China,1968,Asia,765570668.0,57.87,86.77,6.37,669.0 +China,1969,Asia,787191243.0,59.38,88.09,5.67,732.0 +China,1970,Asia,808510713.0,61.0,88.67,5.75,848.0 +China,1971,Asia,829367784.0,62.04,89.23,5.4,876.0 +China,1972,Asia,849787991.0,61.36,89.79,4.92,843.0 +China,1973,Asia,869474823.0,60.97,90.35,4.51,894.0 +China,1974,Asia,888132761.0,60.63,90.91,4.15,888.0 +China,1975,Asia,905580445.0,60.78,91.48,3.58,920.0 +China,1976,Asia,921688199.0,60.46,92.02,3.25,891.0 +China,1977,Asia,936554514.0,61.94,92.54,2.87,904.0 +China,1978,Asia,950537317.0,62.15,93.0,2.74,1016.0 +China,1979,Asia,964155176.0,62.95,93.41,2.8,1059.0 +China,1980,Asia,977837433.0,63.92,93.76,2.32,1073.0 +China,1981,Asia,991553829.0,64.2,94.04,2.71,1099.0 +China,1982,Asia,1005328574.0,65.28,94.26,2.62,1175.0 +China,1983,Asia,1019698475.0,65.49,94.43,2.56,1229.0 +China,1984,Asia,1035328572.0,65.68,94.54,2.6,1456.0 +China,1985,Asia,1052622410.0,65.87,94.6,2.65,1557.0 +China,1986,Asia,1071834975.0,66.05,94.63,2.68,1604.0 +China,1987,Asia,1092646739.0,66.23,94.63,2.68,1652.0 +China,1988,Asia,1114162025.0,66.39,94.61,2.63,1597.0 +China,1989,Asia,1135128009.0,66.56,94.6,2.55,1474.0 +China,1990,Asia,1154605773.0,66.7,94.62,2.43,1516.0 +China,1991,Asia,1172327831.0,67.0,94.67,2.28,1634.0 +China,1992,Asia,1188450231.0,67.2,94.76,2.11,1845.0 +China,1993,Asia,1202982955.0,67.5,94.9,1.95,2078.0 +China,1994,Asia,1216067023.0,67.9,95.07,1.81,2323.0 +China,1995,Asia,1227841281.0,68.4,95.25,1.68,2551.0 +China,1996,Asia,1238234851.0,68.8,95.44,1.59,2775.0 +China,1997,Asia,1247259143.0,69.1,95.64,1.52,3000.0 +China,1998,Asia,1255262566.0,69.4,95.85,1.48,3205.0 +China,1999,Asia,1262713651.0,69.6,96.07,1.45,3419.0 +China,2000,Asia,1269974572.0,69.8,96.31,1.45,3678.0 +China,2001,Asia,1277188787.0,70.0,96.57,1.46,3955.0 +China,2002,Asia,1284349938.0,70.2,96.84,1.47,4285.0 +China,2003,Asia,1291485488.0,70.9,97.11,1.49,4685.0 +China,2004,Asia,1298573031.0,71.4,97.37,1.5,5127.0 +China,2005,Asia,1305600630.0,71.9,97.6,1.51,5675.0 +China,2006,Asia,1312600877.0,72.6,97.81,1.52,6360.0 +China,2007,Asia,1319625197.0,73.1,97.99,1.53,7225.0 +China,2008,Asia,1326690636.0,73.4,98.15,1.53,7880.0 +China,2009,Asia,1333807063.0,73.9,98.3,1.54,8565.0 +China,2010,Asia,1340968737.0,74.3,98.43,1.54,9430.0 +China,2011,Asia,1348174478.0,74.9,98.55,1.54,10274.0 +China,2012,Asia,1355386952.0,75.3,98.66,1.55,11017.0 +China,2013,Asia,1362514260.0,75.7,98.77,1.56,11805.0 +China,2014,Asia,1369435670.0,75.9,98.86,1.56,12609.0 +China,2015,Asia,1376048943.0,76.2,98.93,1.57,13334.0 +Colombia,1800,America,1206000.0,32.0,58.256,6.19,963.0 +Colombia,1810,America,1206000.0,32.0,58.256,6.19,964.0 +Colombia,1820,America,1266351.0,32.0,58.256,6.19,966.0 +Colombia,1830,America,1451312.0,32.0,58.256,6.19,991.0 +Colombia,1840,America,1736274.0,32.0,58.256,6.19,1017.0 +Colombia,1850,America,2014645.0,32.0,58.256,6.19,1043.0 +Colombia,1860,America,2234376.0,32.0,58.256,6.19,1071.0 +Colombia,1870,America,2482542.0,32.0,58.256,6.19,1099.0 +Colombia,1880,America,2885962.0,32.0,58.256,6.19,1127.0 +Colombia,1890,America,3432631.0,32.0,58.256,6.19,1157.0 +Colombia,1900,America,4109030.0,32.0,58.347,6.19,1187.0 +Colombia,1910,America,5019920.0,32.0,58.995,6.34,1405.0 +Colombia,1920,America,6394596.0,32.0,71.292,6.39,1782.0 +Colombia,1930,America,8144252.0,32.0,83.95299999999997,6.33,2329.0 +Colombia,1940,America,9442173.0,38.35,77.19500000000002,6.12,2842.0 +Colombia,1950,America,12340899.0,49.03,80.55600000000003,6.78,3177.0 +Colombia,1951,America,12699949.0,49.7,81.308,6.77,3151.0 +Colombia,1952,America,13064689.0,50.93,83.0,6.76,3238.0 +Colombia,1953,America,13438645.0,52.08,81.306,6.75,3287.0 +Colombia,1954,America,13824721.0,53.16,82.404,6.75,3404.0 +Colombia,1955,America,14225197.0,54.15,83.43799999999997,6.76,3418.0 +Colombia,1956,America,14641718.0,55.07,84.411,6.77,3459.0 +Colombia,1957,America,15075304.0,55.91,85.32700000000001,6.78,3452.0 +Colombia,1958,America,15526391.0,56.69,86.18900000000002,6.79,3396.0 +Colombia,1959,America,15994891.0,57.39,87.0,6.8,3519.0 +Colombia,1960,America,16480384.0,58.03,87.27000000000002,6.81,3535.0 +Colombia,1961,America,16982313.0,58.63,87.53999999999998,6.8,3592.0 +Colombia,1962,America,17500166.0,59.18,87.8,6.78,3655.0 +Colombia,1963,America,18033548.0,59.71,88.06,6.73,3650.0 +Colombia,1964,America,18581972.0,60.21,88.33,6.66,3749.0 +Colombia,1965,America,19144220.0,60.7,88.6,6.56,3777.0 +Colombia,1966,America,19721464.0,61.16,88.89,6.42,3868.0 +Colombia,1967,America,20311369.0,61.6,89.2,6.25,3893.0 +Colombia,1968,America,20905061.0,62.03,89.53999999999998,6.05,4021.0 +Colombia,1969,America,21490948.0,62.43,89.89,5.83,4162.0 +Colombia,1970,America,22061214.0,62.83,90.24,5.6,4325.0 +Colombia,1971,America,22611988.0,63.23,90.6,5.37,4484.0 +Colombia,1972,America,23146803.0,63.64,90.96,5.15,4731.0 +Colombia,1973,America,23674505.0,64.08,91.33,4.96,4952.0 +Colombia,1974,America,24208022.0,64.53,91.72,4.78,5161.0 +Colombia,1975,America,24756969.0,65.04,92.13,4.63,5208.0 +Colombia,1976,America,25323412.0,65.58,92.57,4.5,5382.0 +Colombia,1977,America,25905124.0,66.17,93.01,4.37,5544.0 +Colombia,1978,America,26502172.0,66.79,93.45,4.25,5953.0 +Colombia,1979,America,27113510.0,67.43,93.87,4.12,6200.0 +Colombia,1980,America,27737905.0,68.07,94.26,3.99,6373.0 +Colombia,1981,America,28375995.0,68.67,94.63,3.87,6441.0 +Colombia,1982,America,29027158.0,69.24,94.97,3.74,6405.0 +Colombia,1983,America,29687096.0,69.72,95.27,3.63,6421.0 +Colombia,1984,America,30350082.0,70.13,95.54,3.53,6518.0 +Colombia,1985,America,31011686.0,70.48,95.77,3.43,6613.0 +Colombia,1986,America,31669780.0,70.74,95.97,3.35,6887.0 +Colombia,1987,America,32324326.0,70.96,96.13,3.28,7158.0 +Colombia,1988,America,32975533.0,71.14,96.26,3.21,7371.0 +Colombia,1989,America,33624442.0,71.32,96.38,3.16,7519.0 +Colombia,1990,America,34271563.0,71.5,96.49,3.1,7752.0 +Colombia,1991,America,34916770.0,71.1,96.59,3.06,7776.0 +Colombia,1992,America,35558683.0,71.1,96.69,3.01,8014.0 +Colombia,1993,America,36195170.0,71.4,96.79,2.97,8052.0 +Colombia,1994,America,36823539.0,71.6,96.9,2.92,8366.0 +Colombia,1995,America,37441980.0,72.0,97.0,2.87,8643.0 +Colombia,1996,America,38049040.0,72.2,97.11,2.82,8664.0 +Colombia,1997,America,38645409.0,72.8,97.21,2.78,8804.0 +Colombia,1998,America,39234059.0,73.1,97.31,2.73,8701.0 +Colombia,1999,America,39819279.0,73.2,97.4,2.68,8194.0 +Colombia,2000,America,40403959.0,73.3,97.49,2.64,8414.0 +Colombia,2001,America,40988909.0,73.5,97.57,2.6,8415.0 +Colombia,2002,America,41572493.0,73.7,97.64,2.57,8488.0 +Colombia,2003,America,42152147.0,74.5,97.71,2.54,8683.0 +Colombia,2004,America,42724157.0,74.7,97.78,2.52,9005.0 +Colombia,2005,America,43285636.0,75.1,97.85,2.5,9286.0 +Colombia,2006,America,43835744.0,75.3,97.91,2.48,9759.0 +Colombia,2007,America,44374647.0,75.9,97.97,2.45,10278.0 +Colombia,2008,America,44901660.0,76.2,98.03,2.43,10489.0 +Colombia,2009,America,45416276.0,76.2,98.09,2.41,10511.0 +Colombia,2010,America,45918101.0,76.4,98.15,2.38,10777.0 +Colombia,2011,America,46406446.0,77.0,98.2,2.35,11332.0 +Colombia,2012,America,46881018.0,77.3,98.26,2.32,11636.0 +Colombia,2013,America,47342363.0,77.5,98.31,2.29,12054.0 +Colombia,2014,America,47791393.0,77.8,98.36,2.26,12447.0 +Colombia,2015,America,48228704.0,78.0,98.41,2.23,12761.0 +Comoros,1800,Africa,56346.0,32.1,58.38399999999999,6.01,696.0 +Comoros,1810,Africa,56346.0,32.1,58.38399999999999,6.01,703.0 +Comoros,1820,Africa,57537.0,32.1,58.38399999999999,6.01,710.0 +Comoros,1830,Africa,61016.0,32.1,58.38399999999999,6.01,718.0 +Comoros,1840,Africa,65999.0,32.1,58.38399999999999,6.01,725.0 +Comoros,1850,Africa,71389.0,32.1,58.38399999999999,6.01,732.0 +Comoros,1860,Africa,77147.0,32.1,58.38399999999999,6.01,740.0 +Comoros,1870,Africa,83370.0,32.1,58.38399999999999,6.01,747.0 +Comoros,1880,Africa,90059.0,32.1,58.38399999999999,6.01,755.0 +Comoros,1890,Africa,97281.0,32.1,58.38399999999999,6.01,763.0 +Comoros,1900,Africa,105128.0,32.1,58.474,6.01,770.0 +Comoros,1910,Africa,113579.0,32.1,59.121,6.01,778.0 +Comoros,1920,Africa,122773.0,32.1,60.093,6.01,786.0 +Comoros,1930,Africa,132799.0,32.1,61.068999999999996,5.95,794.0 +Comoros,1940,Africa,143644.0,32.1,62.008,5.82,801.0 +Comoros,1950,Africa,156334.0,40.4,71.39399999999998,5.69,807.0 +Comoros,1951,Africa,160083.0,40.58,71.016,5.77,837.0 +Comoros,1952,Africa,163553.0,40.91,70.632,5.93,846.0 +Comoros,1953,Africa,166839.0,41.25,70.244,6.09,862.0 +Comoros,1954,Africa,170019.0,41.61,69.85,6.22,892.0 +Comoros,1955,Africa,173149.0,41.99,69.452,6.35,901.0 +Comoros,1956,Africa,176265.0,42.38,69.047,6.46,915.0 +Comoros,1957,Africa,179386.0,42.78,68.638,6.56,929.0 +Comoros,1958,Africa,182512.0,43.19,68.223,6.65,935.0 +Comoros,1959,Africa,185629.0,43.61,67.803,6.73,967.0 +Comoros,1960,Africa,188732.0,44.04,67.377,6.79,1026.0 +Comoros,1961,Africa,191828.0,44.47,68.68,6.85,1013.0 +Comoros,1962,Africa,194960.0,44.89,69.93,6.9,1079.0 +Comoros,1963,Africa,198205.0,45.32,71.131,6.94,1278.0 +Comoros,1964,Africa,201665.0,45.75,72.28399999999998,6.98,1342.0 +Comoros,1965,Africa,205412.0,46.18,73.39,7.0,1308.0 +Comoros,1966,Africa,209536.0,46.63,74.453,7.03,1416.0 +Comoros,1967,Africa,214038.0,47.1,75.473,7.04,1530.0 +Comoros,1968,Africa,218794.0,47.58,76.452,7.06,1494.0 +Comoros,1969,Africa,223629.0,48.09,77.393,7.06,1425.0 +Comoros,1970,Africa,228443.0,48.61,77.29,7.06,1425.0 +Comoros,1971,Africa,233125.0,49.12,77.82,7.06,1453.0 +Comoros,1972,Africa,237797.0,49.63,78.29,7.06,1452.0 +Comoros,1973,Africa,242875.0,50.12,78.75999999999998,7.06,1522.0 +Comoros,1974,Africa,248921.0,50.59,79.23,7.05,1525.0 +Comoros,1975,Africa,256309.0,51.03,79.73,7.05,1575.0 +Comoros,1976,Africa,265234.0,51.46,80.23,7.07,1523.0 +Comoros,1977,Africa,275496.0,51.89,80.77,7.08,1522.0 +Comoros,1978,Africa,286583.0,52.3,81.32,7.11,1504.0 +Comoros,1979,Africa,297765.0,52.72,81.89,7.13,1583.0 +Comoros,1980,Africa,308518.0,53.15,82.47,7.13,1636.0 +Comoros,1981,Africa,318659.0,53.59,83.06,7.1,1640.0 +Comoros,1982,Africa,328355.0,54.03,83.64,7.03,1686.0 +Comoros,1983,Africa,337853.0,54.48,84.21,6.92,1712.0 +Comoros,1984,Africa,347548.0,54.93,84.76,6.77,1730.0 +Comoros,1985,Africa,357729.0,55.36,85.28,6.58,1719.0 +Comoros,1986,Africa,368443.0,55.77,85.78,6.36,1703.0 +Comoros,1987,Africa,379589.0,56.15,86.24000000000002,6.14,1687.0 +Comoros,1988,Africa,391133.0,56.5,86.68,5.93,1689.0 +Comoros,1989,Africa,403003.0,56.81,87.09,5.74,1621.0 +Comoros,1990,Africa,415144.0,57.1,87.49,5.57,1595.0 +Comoros,1991,Africa,427556.0,57.4,87.88,5.45,1473.0 +Comoros,1992,Africa,440252.0,57.8,88.28,5.36,1561.0 +Comoros,1993,Africa,453188.0,58.2,88.64,5.29,1569.0 +Comoros,1994,Africa,466309.0,58.5,88.94999999999996,5.26,1451.0 +Comoros,1995,Africa,479574.0,58.9,89.22,5.25,1467.0 +Comoros,1996,Africa,492979.0,58.4,89.44,5.25,1413.0 +Comoros,1997,Africa,506525.0,59.4,89.60000000000002,5.27,1434.0 +Comoros,1998,Africa,520180.0,60.0,89.73,5.29,1416.0 +Comoros,1999,Africa,533909.0,61.4,89.82,5.31,1407.0 +Comoros,2000,Africa,547696.0,62.1,89.89,5.32,1391.0 +Comoros,2001,Africa,561525.0,63.0,89.92,5.31,1517.0 +Comoros,2002,Africa,575428.0,63.8,89.92,5.3,1513.0 +Comoros,2003,Africa,589500.0,64.8,89.96,5.28,1505.0 +Comoros,2004,Africa,603869.0,65.5,90.06,5.25,1495.0 +Comoros,2005,Africa,618632.0,66.0,90.22,5.22,1498.0 +Comoros,2006,Africa,633814.0,66.3,90.43,5.17,1499.0 +Comoros,2007,Africa,649404.0,66.6,90.65,5.11,1472.0 +Comoros,2008,Africa,665414.0,67.1,90.88,5.05,1440.0 +Comoros,2009,Africa,681845.0,66.7,91.15,4.99,1431.0 +Comoros,2010,Africa,698695.0,67.7,91.4,4.92,1426.0 +Comoros,2011,Africa,715972.0,67.2,91.67,4.85,1427.0 +Comoros,2012,Africa,733661.0,67.6,91.91,4.78,1435.0 +Comoros,2013,Africa,751697.0,67.8,92.17,4.71,1450.0 +Comoros,2014,Africa,769991.0,68.0,92.41,4.65,1459.0 +Comoros,2015,Africa,788474.0,68.1,92.65,4.58,1472.0 +"Congo, Dem. Rep.",1800,Africa,5163819.0,31.6,57.735,5.99,485.0 +"Congo, Dem. Rep.",1810,Africa,5163819.0,31.6,57.735,5.99,505.0 +"Congo, Dem. Rep.",1820,Africa,5255223.0,31.6,57.735,5.99,526.0 +"Congo, Dem. Rep.",1830,Africa,5520718.0,31.6,57.735,5.99,548.0 +"Congo, Dem. Rep.",1840,Africa,5897569.0,31.6,57.735,5.99,572.0 +"Congo, Dem. Rep.",1850,Africa,6300144.0,31.6,57.735,5.99,596.0 +"Congo, Dem. Rep.",1860,Africa,6725315.0,31.6,57.735,5.99,621.0 +"Congo, Dem. Rep.",1870,Africa,7179175.0,31.6,57.735,5.99,647.0 +"Congo, Dem. Rep.",1880,Africa,7661544.0,31.6,57.735,5.99,674.0 +"Congo, Dem. Rep.",1890,Africa,8176082.0,31.6,57.735,5.99,703.0 +"Congo, Dem. Rep.",1900,Africa,8727834.0,31.6,57.82700000000001,5.99,732.0 +"Congo, Dem. Rep.",1910,Africa,9315190.0,31.6,58.484,5.99,763.0 +"Congo, Dem. Rep.",1920,Africa,9945931.0,31.6,59.471,5.99,885.0 +"Congo, Dem. Rep.",1930,Africa,10624852.0,31.6,60.538000000000004,5.99,1070.0 +"Congo, Dem. Rep.",1940,Africa,11350117.0,31.6,62.263999999999996,5.99,1293.0 +"Congo, Dem. Rep.",1950,Africa,12183661.0,39.74,70.883,5.99,1562.0 +"Congo, Dem. Rep.",1951,Africa,12428829.0,40.07,71.14399999999998,5.99,1756.0 +"Congo, Dem. Rep.",1952,Africa,12680934.0,40.58,71.404,5.98,1845.0 +"Congo, Dem. Rep.",1953,Africa,12944393.0,41.06,71.661,5.98,1994.0 +"Congo, Dem. Rep.",1954,Africa,13222519.0,41.53,71.916,5.97,2041.0 +"Congo, Dem. Rep.",1955,Africa,13517519.0,41.97,72.169,5.97,2128.0 +"Congo, Dem. Rep.",1956,Africa,13830444.0,42.39,72.42,5.97,2202.0 +"Congo, Dem. Rep.",1957,Africa,14161242.0,42.79,72.668,5.98,2177.0 +"Congo, Dem. Rep.",1958,Africa,14508911.0,43.17,72.91499999999998,5.98,2085.0 +"Congo, Dem. Rep.",1959,Africa,14871771.0,43.54,73.15899999999998,5.99,2084.0 +"Congo, Dem. Rep.",1960,Africa,15248246.0,43.9,73.40100000000002,6.0,2225.0 +"Congo, Dem. Rep.",1961,Africa,15637715.0,44.25,73.564,6.02,1948.0 +"Congo, Dem. Rep.",1962,Africa,16041247.0,44.61,73.725,6.03,2158.0 +"Congo, Dem. Rep.",1963,Africa,16461914.0,44.98,73.885,6.05,2147.0 +"Congo, Dem. Rep.",1964,Africa,16903899.0,45.36,74.045,6.07,2108.0 +"Congo, Dem. Rep.",1965,Africa,17369859.0,45.77,74.20400000000002,6.09,2016.0 +"Congo, Dem. Rep.",1966,Africa,17861860.0,46.2,74.362,6.11,2085.0 +"Congo, Dem. Rep.",1967,Africa,18378189.0,46.66,74.51899999999998,6.14,1999.0 +"Congo, Dem. Rep.",1968,Africa,18913177.0,47.14,74.675,6.16,2062.0 +"Congo, Dem. Rep.",1969,Africa,19458874.0,47.63,74.83,6.19,2160.0 +"Congo, Dem. Rep.",1970,Africa,20009902.0,48.13,75.19,6.21,2094.0 +"Congo, Dem. Rep.",1971,Africa,20563111.0,48.6,75.52,6.24,2194.0 +"Congo, Dem. Rep.",1972,Africa,21120996.0,49.05,75.86,6.27,2145.0 +"Congo, Dem. Rep.",1973,Africa,21690604.0,49.46,76.23,6.3,2253.0 +"Congo, Dem. Rep.",1974,Africa,22282079.0,49.83,76.58,6.33,2323.0 +"Congo, Dem. Rep.",1975,Africa,22902275.0,50.17,76.97,6.37,2032.0 +"Congo, Dem. Rep.",1976,Africa,23556784.0,50.49,77.36,6.4,1840.0 +"Congo, Dem. Rep.",1977,Africa,24242643.0,50.8,77.73,6.44,1772.0 +"Congo, Dem. Rep.",1978,Africa,24948113.0,51.11,78.10000000000002,6.49,1628.0 +"Congo, Dem. Rep.",1979,Africa,25656486.0,51.43,78.46,6.54,1575.0 +"Congo, Dem. Rep.",1980,Africa,26357407.0,51.76,78.8,6.59,1567.0 +"Congo, Dem. Rep.",1981,Africa,27049145.0,52.09,79.12,6.64,1567.0 +"Congo, Dem. Rep.",1982,Africa,27741104.0,52.41,79.43,6.69,1517.0 +"Congo, Dem. Rep.",1983,Africa,28448122.0,52.72,79.72,6.74,1496.0 +"Congo, Dem. Rep.",1984,Africa,29190679.0,53.0,79.99000000000002,6.79,1535.0 +"Congo, Dem. Rep.",1985,Africa,29985665.0,53.28,80.23,6.85,1498.0 +"Congo, Dem. Rep.",1986,Africa,30829103.0,53.55,80.47,6.9,1523.0 +"Congo, Dem. Rep.",1987,Africa,31721541.0,53.81,80.69999999999997,6.96,1517.0 +"Congo, Dem. Rep.",1988,Africa,32688708.0,54.07,80.91999999999999,7.02,1478.0 +"Congo, Dem. Rep.",1989,Africa,33763056.0,54.31,81.15,7.08,1410.0 +"Congo, Dem. Rep.",1990,Africa,34962676.0,54.5,81.35,7.13,1270.0 +"Congo, Dem. Rep.",1991,Africa,36309209.0,54.4,81.57,7.18,1120.0 +"Congo, Dem. Rep.",1992,Africa,37783835.0,54.3,81.77,7.22,963.0 +"Congo, Dem. Rep.",1993,Africa,39314955.0,54.3,81.97,7.25,801.0 +"Congo, Dem. Rep.",1994,Africa,40804011.0,54.3,82.17,7.27,742.0 +"Congo, Dem. Rep.",1995,Africa,42183620.0,54.0,82.36,7.27,724.0 +"Congo, Dem. Rep.",1996,Africa,43424997.0,51.8,82.59,7.25,698.0 +"Congo, Dem. Rep.",1997,Africa,44558347.0,53.2,82.85,7.23,645.0 +"Congo, Dem. Rep.",1998,Africa,45647949.0,53.5,83.16,7.19,622.0 +"Congo, Dem. Rep.",1999,Africa,46788238.0,54.0,83.50999999999998,7.14,583.0 +"Congo, Dem. Rep.",2000,Africa,48048664.0,54.3,83.89999999999998,7.09,531.0 +"Congo, Dem. Rep.",2001,Africa,49449015.0,54.5,84.32,7.03,506.0 +"Congo, Dem. Rep.",2002,Africa,50971407.0,54.7,84.76,6.96,507.0 +"Congo, Dem. Rep.",2003,Africa,52602208.0,54.9,85.22,6.89,520.0 +"Congo, Dem. Rep.",2004,Africa,54314855.0,55.9,85.68,6.81,539.0 +"Congo, Dem. Rep.",2005,Africa,56089536.0,56.4,86.16,6.73,556.0 +"Congo, Dem. Rep.",2006,Africa,57926840.0,56.8,86.65,6.64,569.0 +"Congo, Dem. Rep.",2007,Africa,59834875.0,57.1,87.11,6.55,588.0 +"Congo, Dem. Rep.",2008,Africa,61809278.0,57.5,87.55,6.45,607.0 +"Congo, Dem. Rep.",2009,Africa,63845097.0,57.9,87.99,6.35,607.0 +"Congo, Dem. Rep.",2010,Africa,65938712.0,58.4,88.39,6.25,632.0 +"Congo, Dem. Rep.",2011,Africa,68087376.0,58.8,88.78,6.15,657.0 +"Congo, Dem. Rep.",2012,Africa,70291160.0,59.1,89.14999999999998,6.04,685.0 +"Congo, Dem. Rep.",2013,Africa,72552861.0,59.6,89.52,5.93,724.0 +"Congo, Dem. Rep.",2014,Africa,74877030.0,60.1,89.83,5.83,768.0 +"Congo, Dem. Rep.",2015,Africa,77266814.0,60.8,90.17,5.72,809.0 +"Congo, Rep.",1800,Africa,314465.0,32.7,59.14900000000001,5.67,575.0 +"Congo, Rep.",1810,Africa,314465.0,32.7,59.14900000000001,5.67,591.0 +"Congo, Rep.",1820,Africa,320596.0,32.7,59.14900000000001,5.67,608.0 +"Congo, Rep.",1830,Africa,338459.0,32.7,59.14900000000001,5.67,626.0 +"Congo, Rep.",1840,Africa,363933.0,32.7,59.14900000000001,5.67,644.0 +"Congo, Rep.",1850,Africa,391323.0,32.7,59.14900000000001,5.67,662.0 +"Congo, Rep.",1860,Africa,420500.0,32.7,59.14900000000001,5.67,681.0 +"Congo, Rep.",1870,Africa,451853.0,32.7,59.14900000000001,5.67,701.0 +"Congo, Rep.",1880,Africa,485381.0,32.7,59.14900000000001,5.67,721.0 +"Congo, Rep.",1890,Africa,521378.0,32.7,59.14900000000001,5.67,741.0 +"Congo, Rep.",1900,Africa,560251.0,32.7,59.23700000000001,5.67,763.0 +"Congo, Rep.",1910,Africa,601896.0,32.7,59.872,5.67,784.0 +"Congo, Rep.",1920,Africa,646890.0,32.7,60.77200000000001,5.67,923.0 +"Congo, Rep.",1930,Africa,695577.0,32.7,61.472,5.67,1163.0 +"Congo, Rep.",1940,Africa,747928.0,32.7,62.183,5.67,1464.0 +"Congo, Rep.",1950,Africa,807726.0,41.45,71.60300000000002,5.67,1842.0 +"Congo, Rep.",1951,Africa,824129.0,41.81,72.96199999999997,5.67,1880.0 +"Congo, Rep.",1952,Africa,841473.0,42.56,74.25699999999998,5.68,1918.0 +"Congo, Rep.",1953,Africa,859714.0,43.32,75.48899999999998,5.69,1954.0 +"Congo, Rep.",1954,Africa,878834.0,44.05,76.66199999999998,5.7,1991.0 +"Congo, Rep.",1955,Africa,898832.0,44.78,77.779,5.72,2028.0 +"Congo, Rep.",1956,Africa,919735.0,45.5,78.84299999999998,5.74,2063.0 +"Congo, Rep.",1957,Africa,941590.0,46.21,79.85600000000002,5.77,2099.0 +"Congo, Rep.",1958,Africa,964461.0,46.92,80.82000000000002,5.8,2135.0 +"Congo, Rep.",1959,Africa,988433.0,47.6,81.17,5.84,2170.0 +"Congo, Rep.",1960,Africa,1013581.0,48.25,81.56,5.88,2198.0 +"Congo, Rep.",1961,Africa,1039966.0,48.88,81.98,5.92,2535.0 +"Congo, Rep.",1962,Africa,1067611.0,49.47,82.4,5.97,2435.0 +"Congo, Rep.",1963,Africa,1096502.0,50.04,82.77,6.01,2263.0 +"Congo, Rep.",1964,Africa,1126602.0,50.55,83.17,6.06,2282.0 +"Congo, Rep.",1965,Africa,1157905.0,51.02,83.61,6.1,2329.0 +"Congo, Rep.",1966,Africa,1190361.0,51.45,84.06,6.14,2411.0 +"Congo, Rep.",1967,Africa,1224041.0,51.84,84.5,6.17,2642.0 +"Congo, Rep.",1968,Africa,1259190.0,52.21,84.91,6.21,2825.0 +"Congo, Rep.",1969,Africa,1296137.0,52.54,85.3,6.24,3057.0 +"Congo, Rep.",1970,Africa,1335090.0,52.85,85.69,6.26,3348.0 +"Congo, Rep.",1971,Africa,1376189.0,53.14,86.05000000000004,6.28,3545.0 +"Congo, Rep.",1972,Africa,1419305.0,53.42,86.43,6.3,3584.0 +"Congo, Rep.",1973,Africa,1464052.0,53.69,86.78,6.31,4082.0 +"Congo, Rep.",1974,Africa,1509880.0,53.94,87.07000000000002,6.32,3930.0 +"Congo, Rep.",1975,Africa,1556406.0,54.2,87.37,6.33,3784.0 +"Congo, Rep.",1976,Africa,1603446.0,54.45,87.67,6.32,3852.0 +"Congo, Rep.",1977,Africa,1651134.0,54.71,87.94999999999996,6.3,3469.0 +"Congo, Rep.",1978,Africa,1699781.0,54.97,88.23,6.27,3576.0 +"Congo, Rep.",1979,Africa,1749859.0,55.22,88.53,6.23,3869.0 +"Congo, Rep.",1980,Africa,1801688.0,55.45,88.81,6.18,4238.0 +"Congo, Rep.",1981,Africa,1855391.0,55.65,89.09,6.11,4993.0 +"Congo, Rep.",1982,Africa,1910800.0,55.81,89.38000000000002,6.04,5995.0 +"Congo, Rep.",1983,Africa,1967596.0,55.93,89.68,5.95,6153.0 +"Congo, Rep.",1984,Africa,2025320.0,55.98,89.98,5.86,6414.0 +"Congo, Rep.",1985,Africa,2083648.0,55.94,90.25,5.77,6166.0 +"Congo, Rep.",1986,Africa,2142529.0,55.79,90.47,5.68,5586.0 +"Congo, Rep.",1987,Africa,2202106.0,55.54,90.63,5.59,5448.0 +"Congo, Rep.",1988,Africa,2262496.0,55.21,90.72,5.5,5398.0 +"Congo, Rep.",1989,Africa,2323890.0,54.78,90.72,5.42,5350.0 +"Congo, Rep.",1990,Africa,2386467.0,54.3,90.64,5.35,5264.0 +"Congo, Rep.",1991,Africa,2450125.0,54.4,90.48,5.29,5249.0 +"Congo, Rep.",1992,Africa,2514907.0,54.4,90.26,5.24,5248.0 +"Congo, Rep.",1993,Africa,2581306.0,53.5,89.98,5.2,5062.0 +"Congo, Rep.",1994,Africa,2649964.0,53.2,89.62,5.17,4659.0 +"Congo, Rep.",1995,Africa,2721277.0,52.6,89.23,5.15,4715.0 +"Congo, Rep.",1996,Africa,2795903.0,52.2,88.81,5.15,4782.0 +"Congo, Rep.",1997,Africa,2873638.0,46.3,88.4,5.14,4618.0 +"Congo, Rep.",1998,Africa,2953011.0,49.9,88.07000000000002,5.14,4657.0 +"Congo, Rep.",1999,Africa,3031969.0,51.6,87.86,5.14,4413.0 +"Congo, Rep.",2000,Africa,3109269.0,52.5,87.83999999999996,5.13,4623.0 +"Congo, Rep.",2001,Africa,3183883.0,53.5,88.03,5.13,4680.0 +"Congo, Rep.",2002,Africa,3256867.0,54.3,88.44,5.13,4778.0 +"Congo, Rep.",2003,Africa,3331564.0,55.0,89.02,5.13,4702.0 +"Congo, Rep.",2004,Africa,3412592.0,55.8,89.71000000000002,5.12,4745.0 +"Congo, Rep.",2005,Africa,3503086.0,56.7,90.47,5.12,4978.0 +"Congo, Rep.",2006,Africa,3604595.0,57.8,91.26,5.11,5138.0 +"Congo, Rep.",2007,Africa,3715665.0,58.3,92.01,5.11,4905.0 +"Congo, Rep.",2008,Africa,3832771.0,58.8,92.74,5.1,5022.0 +"Congo, Rep.",2009,Africa,3950786.0,59.8,93.39,5.09,5236.0 +"Congo, Rep.",2010,Africa,4066078.0,60.4,93.94,5.07,5533.0 +"Congo, Rep.",2011,Africa,4177435.0,60.9,94.39,5.05,5569.0 +"Congo, Rep.",2012,Africa,4286188.0,61.3,94.74,5.01,5631.0 +"Congo, Rep.",2013,Africa,4394334.0,61.5,95.04,4.97,5680.0 +"Congo, Rep.",2014,Africa,4504962.0,61.5,95.29,4.92,5905.0 +"Congo, Rep.",2015,Africa,4620330.0,61.5,95.5,4.86,6220.0 +Costa Rica,1800,America,51987.0,30.21,55.88800000000001,6.93,775.0 +Costa Rica,1810,America,57584.0,30.21,55.88800000000001,6.93,776.0 +Costa Rica,1820,America,63375.0,30.21,55.88800000000001,6.93,777.0 +Costa Rica,1830,America,72046.0,30.21,55.88800000000001,6.93,869.0 +Costa Rica,1840,America,85915.0,30.21,55.88800000000001,6.93,972.0 +Costa Rica,1850,America,100882.0,30.21,55.88800000000001,6.93,1087.0 +Costa Rica,1860,America,115687.0,30.21,55.88800000000001,6.93,1215.0 +Costa Rica,1870,America,138409.0,30.21,55.88800000000001,6.93,1359.0 +Costa Rica,1880,America,172749.0,30.21,55.88800000000001,6.93,1520.0 +Costa Rica,1890,America,227054.0,30.61,56.42100000000001,6.91,1699.0 +Costa Rica,1900,America,297910.0,34.7,61.717,7.02,1900.0 +Costa Rica,1910,America,359202.0,35.1,62.791,7.29,2125.0 +Costa Rica,1920,America,420818.0,35.1,63.676,6.72,2376.0 +Costa Rica,1930,America,550462.0,42.2,72.1,6.79,2401.0 +Costa Rica,1940,America,726617.0,46.9,77.202,6.8,2626.0 +Costa Rica,1950,America,959489.0,56.29,85.10700000000001,6.55,2948.0 +Costa Rica,1951,America,986159.0,56.6,85.366,6.59,2933.0 +Costa Rica,1952,America,1015875.0,57.19,85.83800000000002,6.68,3179.0 +Costa Rica,1953,America,1048222.0,57.79,86.24700000000001,6.77,3542.0 +Costa Rica,1954,America,1082879.0,58.38,86.738,6.86,3449.0 +Costa Rica,1955,America,1119619.0,58.98,87.235,6.95,3709.0 +Costa Rica,1956,America,1158318.0,59.57,87.69,7.05,3472.0 +Costa Rica,1957,America,1198946.0,60.17,88.12899999999998,7.14,3633.0 +Costa Rica,1958,America,1241550.0,60.77,88.55199999999998,7.22,3936.0 +Costa Rica,1959,America,1286229.0,61.37,88.96,7.28,3929.0 +Costa Rica,1960,America,1333042.0,61.97,89.35300000000002,7.31,4110.0 +Costa Rica,1961,America,1381920.0,62.56,89.73299999999998,7.3,4123.0 +Costa Rica,1962,America,1432583.0,63.13,90.09899999999999,7.22,4221.0 +Costa Rica,1963,America,1484512.0,63.7,90.45100000000001,7.09,4427.0 +Costa Rica,1964,America,1537035.0,64.26,90.792,6.89,4495.0 +Costa Rica,1965,America,1589625.0,64.8,91.12,6.63,4749.0 +Costa Rica,1966,America,1642189.0,65.33,91.5,6.33,4953.0 +Costa Rica,1967,America,1694711.0,65.85,91.77,6.0,5094.0 +Costa Rica,1968,America,1746870.0,66.35,91.96,5.66,5324.0 +Costa Rica,1969,America,1798315.0,66.84,92.12,5.32,5518.0 +Costa Rica,1970,America,1848873.0,67.34,92.36,5.01,5723.0 +Costa Rica,1971,America,1898366.0,67.86,92.82,4.73,5933.0 +Costa Rica,1972,America,1947048.0,68.4,93.51,4.49,6287.0 +Costa Rica,1973,America,1995744.0,68.95,94.22,4.28,6597.0 +Costa Rica,1974,America,2045580.0,69.53,94.82,4.11,6772.0 +Costa Rica,1975,America,2097410.0,70.12,95.37,3.97,6725.0 +Costa Rica,1976,America,2151492.0,70.75,95.97,3.86,6898.0 +Costa Rica,1977,America,2207727.0,71.38,96.6,3.78,7305.0 +Costa Rica,1978,America,2266153.0,72.0,97.11,3.72,7465.0 +Costa Rica,1979,America,2326708.0,72.62,97.44,3.67,7607.0 +Costa Rica,1980,America,2389309.0,73.2,97.62,3.62,7537.0 +Costa Rica,1981,America,2454127.0,73.73,97.69,3.58,7190.0 +Costa Rica,1982,America,2521163.0,74.22,97.71,3.54,6508.0 +Costa Rica,1983,America,2589932.0,74.66,97.72,3.52,6505.0 +Costa Rica,1984,America,2659772.0,75.04,97.76,3.49,6820.0 +Costa Rica,1985,America,2730231.0,75.37,97.84,3.46,6683.0 +Costa Rica,1986,America,2800986.0,75.66,97.95,3.43,6851.0 +Costa Rica,1987,America,2872214.0,75.9,98.07,3.38,6984.0 +Costa Rica,1988,America,2944560.0,76.14,98.17,3.32,7036.0 +Costa Rica,1989,America,3018953.0,76.37,98.25,3.25,7253.0 +Costa Rica,1990,America,3095994.0,76.6,98.31,3.18,7333.0 +Costa Rica,1991,America,3175654.0,76.5,98.35,3.09,7337.0 +Costa Rica,1992,America,3257463.0,76.6,98.39,3.0,7816.0 +Costa Rica,1993,America,3341005.0,76.6,98.42,2.92,8196.0 +Costa Rica,1994,America,3425692.0,76.7,98.45,2.84,8378.0 +Costa Rica,1995,America,3510925.0,76.8,98.48,2.76,8495.0 +Costa Rica,1996,America,3596733.0,76.8,98.5,2.69,8357.0 +Costa Rica,1997,America,3682725.0,77.0,98.52,2.62,8603.0 +Costa Rica,1998,America,3767369.0,77.2,98.56,2.55,9095.0 +Costa Rica,1999,America,3848725.0,77.5,98.62,2.48,9610.0 +Costa Rica,2000,America,3925450.0,77.7,98.7,2.41,9564.0 +Costa Rica,2001,America,3996800.0,78.0,98.78,2.35,9465.0 +Costa Rica,2002,America,4063208.0,78.2,98.84,2.28,9548.0 +Costa Rica,2003,America,4125970.0,78.4,98.9,2.2,9972.0 +Costa Rica,2004,America,4187039.0,78.7,98.93,2.13,10212.0 +Costa Rica,2005,America,4247843.0,79.0,98.96,2.07,10629.0 +Costa Rica,2006,America,4308790.0,79.3,98.97,2.01,11371.0 +Costa Rica,2007,America,4369465.0,79.6,98.97,1.95,12079.0 +Costa Rica,2008,America,4429506.0,79.8,98.97,1.91,12219.0 +Costa Rica,2009,America,4488261.0,79.8,98.98,1.87,11914.0 +Costa Rica,2010,America,4545273.0,79.8,98.98,1.85,12322.0 +Costa Rica,2011,America,4600487.0,79.9,98.99,1.83,12694.0 +Costa Rica,2012,America,4654148.0,80.0,98.99,1.81,13162.0 +Costa Rica,2013,America,4706433.0,80.1,99.0,1.8,13427.0 +Costa Rica,2014,America,4757606.0,80.2,99.01,1.78,13713.0 +Costa Rica,2015,America,4807850.0,80.3,99.03,1.77,14132.0 +Cote d'Ivoire,1800,Africa,1088530.0,31.16,57.214,6.78,812.0 +Cote d'Ivoire,1810,Africa,1088530.0,31.16,57.214,6.78,845.0 +Cote d'Ivoire,1820,Africa,1108345.0,31.16,57.214,6.78,880.0 +Cote d'Ivoire,1830,Africa,1165948.0,31.16,57.214,6.78,916.0 +Cote d'Ivoire,1840,Africa,1247818.0,31.16,57.214,6.78,953.0 +Cote d'Ivoire,1850,Africa,1335437.0,31.16,57.214,6.78,992.0 +Cote d'Ivoire,1860,Africa,1427565.0,31.16,57.214,6.78,1033.0 +Cote d'Ivoire,1870,Africa,1526047.0,31.16,57.214,6.78,1075.0 +Cote d'Ivoire,1880,Africa,1630846.0,31.16,57.214,6.78,1119.0 +Cote d'Ivoire,1890,Africa,1742785.0,31.16,57.214,6.78,1164.0 +Cote d'Ivoire,1900,Africa,1863006.0,31.16,57.306999999999995,6.78,1212.0 +Cote d'Ivoire,1910,Africa,1991150.0,31.16,57.972,6.78,1261.0 +Cote d'Ivoire,1920,Africa,2129255.0,31.16,59.00300000000001,6.78,1394.0 +Cote d'Ivoire,1930,Africa,2278766.0,31.16,60.068999999999996,6.75,1591.0 +Cote d'Ivoire,1940,Africa,2438775.0,31.16,61.131,6.69,1814.0 +Cote d'Ivoire,1950,Africa,2630131.0,31.72,63.212,6.62,2067.0 +Cote d'Ivoire,1951,Africa,2692657.0,32.0,63.56399999999999,6.66,2102.0 +Cote d'Ivoire,1952,Africa,2758455.0,32.54,63.913,6.74,2138.0 +Cote d'Ivoire,1953,Africa,2827844.0,33.1,64.259,6.81,2173.0 +Cote d'Ivoire,1954,Africa,2901307.0,33.71,64.601,6.89,2209.0 +Cote d'Ivoire,1955,Africa,2979491.0,34.36,64.94,6.97,2245.0 +Cote d'Ivoire,1956,Africa,3063218.0,35.03,65.75999999999999,7.04,2281.0 +Cote d'Ivoire,1957,Africa,3153472.0,35.75,66.56,7.12,2317.0 +Cote d'Ivoire,1958,Africa,3251367.0,36.49,67.36999999999999,7.2,2353.0 +Cote d'Ivoire,1959,Africa,3358089.0,37.24,68.15,7.27,2377.0 +Cote d'Ivoire,1960,Africa,3474724.0,38.0,68.94,7.35,2510.0 +Cote d'Ivoire,1961,Africa,3602075.0,38.74,69.71000000000001,7.43,2751.0 +Cote d'Ivoire,1962,Africa,3740503.0,39.46,70.46,7.5,2651.0 +Cote d'Ivoire,1963,Africa,3889859.0,40.17,71.19,7.57,2901.0 +Cote d'Ivoire,1964,Africa,4049675.0,40.84,71.91000000000003,7.64,3312.0 +Cote d'Ivoire,1965,Africa,4219739.0,41.51,72.6,7.7,3091.0 +Cote d'Ivoire,1966,Africa,4400054.0,42.21,73.27,7.76,3291.0 +Cote d'Ivoire,1967,Africa,4591238.0,42.93,73.94000000000003,7.81,3261.0 +Cote d'Ivoire,1968,Africa,4794399.0,43.7,74.61,7.85,3565.0 +Cote d'Ivoire,1969,Africa,5010962.0,44.53,75.27,7.88,3645.0 +Cote d'Ivoire,1970,Africa,5241914.0,45.38,75.94000000000003,7.91,3798.0 +Cote d'Ivoire,1971,Africa,5487594.0,46.27,76.64,7.93,3983.0 +Cote d'Ivoire,1972,Africa,5747633.0,47.15,77.41,7.94,3975.0 +Cote d'Ivoire,1973,Africa,6021405.0,48.02,78.24,7.94,4029.0 +Cote d'Ivoire,1974,Africa,6307936.0,48.85,79.08999999999997,7.93,4020.0 +Cote d'Ivoire,1975,Africa,6606395.0,49.63,79.97,7.92,4159.0 +Cote d'Ivoire,1976,Africa,6916302.0,50.37,80.82000000000002,7.88,4488.0 +Cote d'Ivoire,1977,Africa,7237451.0,51.06,81.60000000000002,7.84,4602.0 +Cote d'Ivoire,1978,Africa,7569558.0,51.7,82.3,7.77,4878.0 +Cote d'Ivoire,1979,Africa,7912390.0,52.31,82.89999999999998,7.7,4776.0 +Cote d'Ivoire,1980,Africa,8265549.0,52.87,83.39,7.6,4068.0 +Cote d'Ivoire,1981,Africa,8629121.0,53.38,83.78,7.5,4030.0 +Cote d'Ivoire,1982,Africa,9002400.0,53.87,84.11,7.38,3868.0 +Cote d'Ivoire,1983,Africa,9383289.0,54.31,84.37,7.26,3564.0 +Cote d'Ivoire,1984,Africa,9769105.0,54.69,84.57000000000002,7.14,3330.0 +Cote d'Ivoire,1985,Africa,10158033.0,55.02,84.72999999999998,7.01,3347.0 +Cote d'Ivoire,1986,Africa,10548148.0,55.26,84.83000000000001,6.88,3330.0 +Cote d'Ivoire,1987,Africa,10939987.0,55.43,84.89999999999998,6.75,3203.0 +Cote d'Ivoire,1988,Africa,11337122.0,55.5,84.95,6.62,3129.0 +Cote d'Ivoire,1989,Africa,11744698.0,55.46,84.98,6.49,3385.0 +Cote d'Ivoire,1990,Africa,12165909.0,55.3,85.0,6.36,3234.0 +Cote d'Ivoire,1991,Africa,12600967.0,54.9,85.0,6.23,3128.0 +Cote d'Ivoire,1992,Africa,13046907.0,54.4,85.02,6.11,3019.0 +Cote d'Ivoire,1993,Africa,13499696.0,53.7,85.04,6.01,2918.0 +Cote d'Ivoire,1994,Africa,13953779.0,53.2,85.07000000000002,5.9,2851.0 +Cote d'Ivoire,1995,Africa,14404340.0,52.5,85.11,5.81,2964.0 +Cote d'Ivoire,1996,Africa,14852193.0,52.3,85.17,5.72,3103.0 +Cote d'Ivoire,1997,Africa,15296390.0,52.3,85.27,5.63,3131.0 +Cote d'Ivoire,1998,Africa,15728482.0,52.2,85.39999999999998,5.55,3202.0 +Cote d'Ivoire,1999,Africa,16137824.0,52.2,85.57000000000002,5.46,3178.0 +Cote d'Ivoire,2000,Africa,16517948.0,52.0,85.77,5.38,3049.0 +Cote d'Ivoire,2001,Africa,16865376.0,52.1,86.02,5.29,2999.0 +Cote d'Ivoire,2002,Africa,17185421.0,52.3,86.28,5.21,2904.0 +Cote d'Ivoire,2003,Africa,17491539.0,52.6,86.55999999999996,5.13,2825.0 +Cote d'Ivoire,2004,Africa,17802516.0,52.8,86.87,5.06,2820.0 +Cote d'Ivoire,2005,Africa,18132702.0,53.4,87.2,5.0,2828.0 +Cote d'Ivoire,2006,Africa,18486392.0,54.1,87.53,4.96,2827.0 +Cote d'Ivoire,2007,Africa,18862172.0,54.9,87.87,4.93,2831.0 +Cote d'Ivoire,2008,Africa,19261647.0,55.4,88.31,4.91,2854.0 +Cote d'Ivoire,2009,Africa,19684909.0,56.0,88.64999999999998,4.91,2892.0 +Cote d'Ivoire,2010,Africa,20131707.0,56.6,88.99000000000002,4.91,2892.0 +Cote d'Ivoire,2011,Africa,20604172.0,57.0,89.28,4.91,2706.0 +Cote d'Ivoire,2012,Africa,21102641.0,57.5,89.58,4.89,2928.0 +Cote d'Ivoire,2013,Africa,21622490.0,58.1,89.92999999999998,4.87,3123.0 +Cote d'Ivoire,2014,Africa,22157107.0,58.5,90.28,4.82,3324.0 +Cote d'Ivoire,2015,Africa,22701556.0,59.1,90.56,4.76,3491.0 +Croatia,1820,Europe,1257048.0,36.1,63.316,5.75,1350.0 +Croatia,1830,Europe,1342619.0,36.1,63.316,5.75,1465.0 +Croatia,1840,Europe,1465995.0,36.1,63.316,5.75,1590.0 +Croatia,1850,Europe,1600709.0,36.1,63.316,5.75,1725.0 +Croatia,1860,Europe,1747990.0,36.1,63.316,5.75,1794.0 +Croatia,1870,Europe,1908823.0,36.1,63.316,5.75,1865.0 +Croatia,1880,Europe,2083435.0,36.1,63.316,5.75,2216.0 +Croatia,1890,Europe,2273902.0,36.1,63.316,5.31,2633.0 +Croatia,1900,Europe,2483124.0,36.1,63.395,5.45,2821.0 +Croatia,1910,Europe,2710758.0,36.1,63.965,5.06,3310.0 +Croatia,1920,Europe,2959916.0,36.1,64.822,5.31,3235.0 +Croatia,1930,Europe,3231909.0,44.15,73.99,4.47,4139.0 +Croatia,1940,Europe,3528895.0,52.2,81.55399999999999,3.45,4395.0 +Croatia,1950,Europe,3850295.0,60.3,88.22,2.95,4871.0 +Croatia,1951,Europe,3886222.0,60.57,88.507,2.9,4997.0 +Croatia,1952,Europe,3922675.0,61.08,88.786,2.8,4549.0 +Croatia,1953,Europe,3959119.0,61.6,89.059,2.71,5159.0 +Croatia,1954,Europe,3995136.0,62.1,89.325,2.63,5376.0 +Croatia,1955,Europe,4030418.0,62.58,89.58500000000002,2.56,5644.0 +Croatia,1956,Europe,4064774.0,63.06,89.839,2.5,5469.0 +Croatia,1957,Europe,4098126.0,63.52,90.086,2.45,6325.0 +Croatia,1958,Europe,4130493.0,63.98,90.328,2.4,6531.0 +Croatia,1959,Europe,4161966.0,64.41,90.564,2.37,7264.0 +Croatia,1960,Europe,4192634.0,64.85,90.794,2.33,7651.0 +Croatia,1961,Europe,4222502.0,65.26,91.539,2.3,7916.0 +Croatia,1962,Europe,4251421.0,65.66,92.22399999999999,2.27,7984.0 +Croatia,1963,Europe,4279058.0,66.05,92.854,2.24,8730.0 +Croatia,1964,Europe,4304984.0,66.43,93.43299999999999,2.21,9476.0 +Croatia,1965,Europe,4328920.0,66.8,93.965,2.18,9636.0 +Croatia,1966,Europe,4350815.0,67.16,94.454,2.14,10057.0 +Croatia,1967,Europe,4370856.0,67.52,94.903,2.1,10141.0 +Croatia,1968,Europe,4389321.0,67.87,95.316,2.07,10267.0 +Croatia,1969,Europe,4406607.0,68.22,95.696,2.04,11324.0 +Croatia,1970,Europe,4423073.0,68.54,96.045,2.01,11777.0 +Croatia,1971,Europe,4438818.0,68.86,96.257,1.99,13019.0 +Croatia,1972,Europe,4453985.0,69.14,96.458,1.98,13345.0 +Croatia,1973,Europe,4469035.0,69.4,96.648,1.97,13674.0 +Croatia,1974,Europe,4484521.0,69.63,96.827,1.98,15299.0 +Croatia,1975,Europe,4500868.0,69.83,96.99799999999999,1.99,15162.0 +Croatia,1976,Europe,4518103.0,70.0,97.15899999999999,2.0,15482.0 +Croatia,1977,Europe,4536198.0,70.16,97.311,2.01,16453.0 +Croatia,1978,Europe,4555413.0,70.3,97.456,2.01,17208.0 +Croatia,1979,Europe,4576030.0,70.42,97.592,2.01,18232.0 +Croatia,1980,Europe,4598126.0,70.56,97.722,2.0,18996.0 +Croatia,1981,Europe,4621418.0,70.71,97.81,1.99,19215.0 +Croatia,1982,Europe,4645409.0,70.89,97.9,1.98,19228.0 +Croatia,1983,Europe,4669614.0,71.08,98.0,1.96,19282.0 +Croatia,1984,Europe,4693432.0,71.31,98.09,1.94,19659.0 +Croatia,1985,Europe,4716117.0,71.54,98.2,1.92,19711.0 +Croatia,1986,Europe,4737949.0,71.78,98.3,1.89,20412.0 +Croatia,1987,Europe,4758152.0,72.0,98.42,1.84,20085.0 +Croatia,1988,Europe,4773683.0,72.22,98.52,1.79,19712.0 +Croatia,1989,Europe,4780627.0,72.4,98.63,1.73,19374.0 +Croatia,1990,Europe,4776374.0,72.6,98.71,1.67,17890.0 +Croatia,1991,Europe,4760003.0,71.9,98.79,1.62,14020.0 +Croatia,1992,Europe,4732864.0,72.3,98.86,1.57,12269.0 +Croatia,1993,Europe,4697536.0,72.9,98.91,1.54,11182.0 +Croatia,1994,Europe,4657799.0,73.4,98.96,1.52,11764.0 +Croatia,1995,Europe,4616762.0,73.0,99.0,1.52,12543.0 +Croatia,1996,Europe,4574853.0,73.4,99.04,1.51,13797.0 +Croatia,1997,Europe,4532298.0,73.4,99.07,1.51,14463.0 +Croatia,1998,Europe,4491742.0,73.5,99.11,1.49,14965.0 +Croatia,1999,Europe,4456298.0,73.8,99.14,1.47,14652.0 +Croatia,2000,Europe,4428069.0,74.2,99.17,1.44,15644.0 +Croatia,2001,Europe,4408458.0,74.6,99.2,1.42,16130.0 +Croatia,2002,Europe,4396765.0,74.9,99.23,1.39,16977.0 +Croatia,2003,Europe,4390291.0,75.1,99.26,1.38,17920.0 +Croatia,2004,Europe,4385045.0,75.3,99.29,1.37,18656.0 +Croatia,2005,Europe,4378056.0,75.7,99.32,1.38,19420.0 +Croatia,2006,Europe,4368518.0,75.9,99.35,1.4,20358.0 +Croatia,2007,Europe,4357114.0,76.0,99.38,1.41,21426.0 +Croatia,2008,Europe,4344151.0,76.2,99.41,1.43,21873.0 +Croatia,2009,Europe,4330399.0,76.4,99.44,1.45,20283.0 +Croatia,2010,Europe,4316425.0,76.7,99.46,1.47,19989.0 +Croatia,2011,Europe,4302073.0,77.1,99.49,1.48,20571.0 +Croatia,2012,Europe,4287015.0,77.4,99.51,1.49,20183.0 +Croatia,2013,Europe,4271497.0,77.6,99.53,1.5,20049.0 +Croatia,2014,Europe,4255853.0,77.8,99.55,1.51,20060.0 +Croatia,2015,Europe,4240317.0,77.8,99.57,1.52,20260.0 +Cuba,1800,America,345043.0,32.2,58.511,5.78,864.0 +Cuba,1810,America,470176.0,33.64,60.28,5.78,970.0 +Cuba,1820,America,607664.0,35.04,62.00100000000001,5.78,1090.0 +Cuba,1830,America,772812.0,35.74,62.839,5.78,1224.0 +Cuba,1840,America,975565.0,36.48,63.785,5.78,1374.0 +Cuba,1850,America,1181650.0,36.26,63.551,5.78,1543.0 +Cuba,1860,America,1324000.0,36.24,63.43300000000001,5.78,1733.0 +Cuba,1870,America,1424672.0,29.66,55.211999999999996,5.78,1946.0 +Cuba,1880,America,1555081.0,36.84,64.137,5.78,2185.0 +Cuba,1890,America,1658274.0,39.54,67.207,5.78,2454.0 +Cuba,1900,America,1762227.0,33.11,59.743,4.55,2756.0 +Cuba,1910,America,2268558.0,35.22,62.90899999999999,5.81,3095.0 +Cuba,1920,America,3067116.0,37.38,66.277,5.67,4042.0 +Cuba,1930,America,3918827.0,41.5,80.27499999999998,4.61,5027.0 +Cuba,1940,America,4672303.0,47.47,88.971,4.13,4631.0 +Cuba,1950,America,5919997.0,58.24,95.589,4.76,8630.0 +Cuba,1951,America,6051290.0,58.53,95.033,4.56,9245.0 +Cuba,1952,America,6180031.0,59.12,95.174,4.22,9446.0 +Cuba,1953,America,6304524.0,59.71,95.174,3.96,8192.0 +Cuba,1954,America,6424173.0,60.29,95.861,3.78,8492.0 +Cuba,1955,America,6539470.0,60.89,95.451,3.68,8757.0 +Cuba,1956,America,6652086.0,61.48,95.726,3.67,9424.0 +Cuba,1957,America,6764787.0,62.07,95.313,3.72,10636.0 +Cuba,1958,America,6881209.0,62.66,95.243,3.84,10501.0 +Cuba,1959,America,7005486.0,63.25,95.171,4.0,9234.0 +Cuba,1960,America,7141129.0,63.85,95.098,4.18,9213.0 +Cuba,1961,America,7289828.0,64.47,95.025,4.36,9248.0 +Cuba,1962,America,7450404.0,65.09,94.95,4.51,9273.0 +Cuba,1963,America,7618359.0,65.71,95.27,4.61,9244.0 +Cuba,1964,America,7787149.0,66.35,95.41,4.64,9179.0 +Cuba,1965,America,7951928.0,66.99,95.5,4.62,9116.0 +Cuba,1966,America,8110428.0,67.6,95.53,4.54,9436.0 +Cuba,1967,America,8263547.0,68.2,95.5,4.43,10372.0 +Cuba,1968,America,8413329.0,68.78,95.47,4.31,9626.0 +Cuba,1969,America,8563191.0,69.32,95.52,4.18,9377.0 +Cuba,1970,America,8715123.0,69.84,95.69,4.03,8918.0 +Cuba,1971,America,8869961.0,70.34,96.01,3.86,9471.0 +Cuba,1972,America,9025299.0,70.82,96.41,3.65,9745.0 +Cuba,1973,America,9176051.0,71.29,96.76,3.4,10439.0 +Cuba,1974,America,9315371.0,71.74,96.96,3.13,10805.0 +Cuba,1975,America,9438445.0,72.18,97.09,2.84,11176.0 +Cuba,1976,America,9544268.0,72.59,97.27,2.57,11334.0 +Cuba,1977,America,9634677.0,72.96,97.53,2.33,11712.0 +Cuba,1978,America,9711393.0,73.3,97.77,2.13,12312.0 +Cuba,1979,America,9777287.0,73.59,97.92,1.99,12519.0 +Cuba,1980,America,9835177.0,73.84,97.99,1.89,12284.0 +Cuba,1981,America,9884219.0,74.05,98.01,1.84,13224.0 +Cuba,1982,America,9925618.0,74.22,98.03,1.83,13421.0 +Cuba,1983,America,9966733.0,74.36,98.04,1.83,13669.0 +Cuba,1984,America,10017061.0,74.48,98.09,1.83,14019.0 +Cuba,1985,America,10082990.0,74.57,98.16,1.84,14135.0 +Cuba,1986,America,10167998.0,74.62,98.26,1.84,14025.0 +Cuba,1987,America,10269276.0,74.65,98.36,1.83,13805.0 +Cuba,1988,America,10379080.0,74.67,98.48,1.81,13925.0 +Cuba,1989,America,10486110.0,74.67,98.58,1.79,13829.0 +Cuba,1990,America,10582082.0,74.7,98.67,1.75,13670.0 +Cuba,1991,America,10664577.0,74.8,98.76,1.72,12113.0 +Cuba,1992,America,10735775.0,74.7,98.83,1.68,10637.0 +Cuba,1993,America,10797556.0,74.7,98.88,1.65,9001.0 +Cuba,1994,America,10853435.0,74.8,98.91,1.63,9018.0 +Cuba,1995,America,10906048.0,75.0,98.92,1.61,9195.0 +Cuba,1996,America,10955372.0,75.2,98.95,1.61,9871.0 +Cuba,1997,America,11000431.0,75.4,99.0,1.61,10106.0 +Cuba,1998,America,11041893.0,75.6,99.06,1.62,10086.0 +Cuba,1999,America,11080506.0,75.8,99.11,1.62,10674.0 +Cuba,2000,America,11116787.0,76.2,99.16,1.63,11268.0 +Cuba,2001,America,11151472.0,76.4,99.2,1.63,11588.0 +Cuba,2002,America,11184540.0,76.8,99.23,1.62,11715.0 +Cuba,2003,America,11214837.0,76.9,99.26,1.61,12123.0 +Cuba,2004,America,11240680.0,77.0,99.29,1.59,12791.0 +Cuba,2005,America,11261052.0,77.1,99.32,1.57,14200.0 +Cuba,2006,America,11275199.0,77.3,99.35,1.55,15901.0 +Cuba,2007,America,11284043.0,77.5,99.36,1.52,17055.0 +Cuba,2008,America,11290239.0,77.6,99.37,1.5,17765.0 +Cuba,2009,America,11297442.0,77.7,99.36,1.48,18035.0 +Cuba,2010,America,11308133.0,77.8,99.34,1.47,18477.0 +Cuba,2011,America,11323570.0,77.9,99.34,1.46,19005.0 +Cuba,2012,America,11342631.0,78.0,99.36,1.45,19586.0 +Cuba,2013,America,11362505.0,78.0,99.39,1.45,20122.0 +Cuba,2014,America,11379111.0,78.1,99.42,1.45,20704.0 +Cuba,2015,America,11389562.0,78.2,99.44,1.45,21291.0 +Cyprus,1800,Europe,184392.0,38.5,66.08800000000001,6.03,853.0 +Cyprus,1810,Europe,184590.0,38.5,66.08800000000001,6.03,855.0 +Cyprus,1820,Europe,184788.0,38.5,66.08800000000001,6.03,856.0 +Cyprus,1830,Europe,184986.0,38.5,66.08800000000001,6.03,963.0 +Cyprus,1840,Europe,185184.0,38.51,66.08800000000001,6.03,1084.0 +Cyprus,1850,Europe,185383.0,38.51,66.08800000000001,6.03,1220.0 +Cyprus,1860,Europe,185677.0,38.51,66.08800000000001,6.03,1373.0 +Cyprus,1870,Europe,185971.0,38.51,66.08800000000001,6.03,1546.0 +Cyprus,1880,Europe,189916.0,38.51,66.08800000000001,5.66,1740.0 +Cyprus,1890,Europe,207321.0,38.51,66.08800000000001,4.92,1958.0 +Cyprus,1900,Europe,235257.0,41.76,69.768,4.17,2203.0 +Cyprus,1910,Europe,270836.0,46.23,74.64999999999998,4.3,2480.0 +Cyprus,1920,Europe,308148.0,47.96,76.92,4.01,2737.0 +Cyprus,1930,Europe,345296.0,48.46,77.926,4.3,3040.0 +Cyprus,1940,Europe,407453.0,50.96,80.581,4.44,3376.0 +Cyprus,1950,Europe,494014.0,65.89,91.382,3.85,3745.0 +Cyprus,1951,Europe,500378.0,66.13,92.074,3.81,3899.0 +Cyprus,1952,Europe,506627.0,66.58,92.71,3.73,4058.0 +Cyprus,1953,Europe,513435.0,67.03,93.295,3.66,4224.0 +Cyprus,1954,Europe,521187.0,67.45,93.834,3.61,4397.0 +Cyprus,1955,Europe,529971.0,67.87,94.329,3.57,4577.0 +Cyprus,1956,Europe,539566.0,68.26,94.784,3.55,4764.0 +Cyprus,1957,Europe,549459.0,68.65,95.203,3.53,4959.0 +Cyprus,1958,Europe,558895.0,69.01,95.588,3.52,5161.0 +Cyprus,1959,Europe,566977.0,69.38,95.94200000000001,3.51,5372.0 +Cyprus,1960,Europe,572929.0,69.72,96.268,3.5,5592.0 +Cyprus,1961,Europe,576395.0,70.06,96.282,3.47,5820.0 +Cyprus,1962,Europe,577691.0,70.38,96.295,3.42,6058.0 +Cyprus,1963,Europe,577912.0,70.71,96.309,3.35,6306.0 +Cyprus,1964,Europe,578629.0,71.02,96.323,3.25,6563.0 +Cyprus,1965,Europe,580971.0,71.33,96.336,3.13,6831.0 +Cyprus,1966,Europe,585311.0,71.62,96.35,3.01,7110.0 +Cyprus,1967,Europe,591304.0,71.92,96.363,2.89,7400.0 +Cyprus,1968,Europe,598491.0,72.19,96.376,2.78,7702.0 +Cyprus,1969,Europe,606117.0,72.47,96.39,2.69,8017.0 +Cyprus,1970,Europe,613619.0,72.73,96.40299999999999,2.61,8344.0 +Cyprus,1971,Europe,620860.0,72.99,96.553,2.55,9415.0 +Cyprus,1972,Europe,628000.0,73.23,96.696,2.49,10088.0 +Cyprus,1973,Europe,635109.0,73.47,96.834,2.44,10394.0 +Cyprus,1974,Europe,642335.0,73.7,96.965,2.39,10200.0 +Cyprus,1975,Europe,649755.0,73.93,97.092,2.35,8574.0 +Cyprus,1976,Europe,657526.0,74.15,97.213,2.32,10217.0 +Cyprus,1977,Europe,665528.0,74.37,97.329,2.31,11852.0 +Cyprus,1978,Europe,673252.0,74.58,97.44,2.31,12722.0 +Cyprus,1979,Europe,680013.0,74.79,97.75,2.33,13897.0 +Cyprus,1980,Europe,685406.0,74.99,97.92,2.35,14582.0 +Cyprus,1981,Europe,689173.0,75.19,98.08,2.39,14858.0 +Cyprus,1982,Europe,691711.0,75.38,98.23,2.42,15638.0 +Cyprus,1983,Europe,694074.0,75.58,98.39,2.44,16279.0 +Cyprus,1984,Europe,697717.0,75.76,98.53,2.45,17500.0 +Cyprus,1985,Europe,703693.0,75.95,98.66,2.46,18130.0 +Cyprus,1986,Europe,712340.0,76.12,98.76,2.46,18626.0 +Cyprus,1987,Europe,723380.0,76.3,98.82,2.45,19748.0 +Cyprus,1988,Europe,736477.0,76.47,98.86,2.44,21185.0 +Cyprus,1989,Europe,751047.0,76.64,98.88,2.43,22598.0 +Cyprus,1990,Europe,766611.0,76.8,98.89,2.41,23802.0 +Cyprus,1991,Europe,783138.0,76.4,98.91,2.38,23366.0 +Cyprus,1992,Europe,800660.0,76.7,98.95,2.34,24891.0 +Cyprus,1993,Europe,818814.0,76.8,98.99,2.28,24467.0 +Cyprus,1994,Europe,837166.0,76.4,99.04,2.21,25380.0 +Cyprus,1995,Europe,855389.0,76.7,99.1,2.12,26445.0 +Cyprus,1996,Europe,873246.0,77.1,99.15,2.04,26450.0 +Cyprus,1997,Europe,890733.0,77.1,99.2,1.95,26704.0 +Cyprus,1998,Europe,908040.0,77.1,99.25,1.86,27721.0 +Cyprus,1999,Europe,925491.0,77.5,99.3,1.78,28698.0 +Cyprus,2000,Europe,943287.0,77.7,99.35,1.71,30005.0 +Cyprus,2001,Europe,961482.0,78.5,99.39,1.66,30745.0 +Cyprus,2002,Europe,979883.0,78.7,99.43,1.61,31373.0 +Cyprus,2003,Europe,998150.0,79.0,99.46,1.58,31858.0 +Cyprus,2004,Europe,1015827.0,79.1,99.49,1.55,32812.0 +Cyprus,2005,Europe,1032586.0,79.0,99.52,1.53,33592.0 +Cyprus,2006,Europe,1048293.0,79.5,99.54,1.51,34528.0 +Cyprus,2007,Europe,1063040.0,79.8,99.56,1.5,35455.0 +Cyprus,2008,Europe,1077010.0,80.0,99.58,1.49,35828.0 +Cyprus,2009,Europe,1090486.0,80.3,99.6,1.49,34166.0 +Cyprus,2010,Europe,1103685.0,80.6,99.61,1.48,33747.0 +Cyprus,2011,Europe,1116644.0,81.1,99.62,1.47,32983.0 +Cyprus,2012,Europe,1129303.0,81.5,99.63,1.47,31710.0 +Cyprus,2013,Europe,1141652.0,81.7,99.64,1.46,30081.0 +Cyprus,2014,Europe,1153658.0,81.7,99.65,1.46,29673.0 +Cyprus,2015,Europe,1165300.0,81.8,99.66,1.46,29797.0 +Czech Republic,1800,Europe,5516349.0,34.95,62.00100000000001,5.33,1915.0 +Czech Republic,1810,Europe,5516349.0,34.95,62.00100000000001,5.25,1918.0 +Czech Republic,1820,Europe,5569896.0,34.95,62.00100000000001,5.18,1921.0 +Czech Republic,1830,Europe,5723332.0,34.95,62.00100000000001,5.14,2084.0 +Czech Republic,1840,Europe,5936625.0,34.95,62.00100000000001,5.14,2261.0 +Czech Republic,1850,Europe,6157866.0,34.95,62.00100000000001,5.15,2452.0 +Czech Republic,1860,Europe,6388450.0,34.95,62.00100000000001,5.07,2551.0 +Czech Republic,1870,Europe,6627668.0,34.95,62.00100000000001,5.14,2653.0 +Czech Republic,1880,Europe,6875261.0,34.97,62.00100000000001,5.06,3022.0 +Czech Republic,1890,Europe,7132039.0,34.99,62.00100000000001,4.92,3441.0 +Czech Republic,1900,Europe,7399101.0,40.27,68.15599999999999,4.85,3959.0 +Czech Republic,1910,Europe,7675752.0,44.31,72.78699999999998,4.03,4566.0 +Czech Republic,1920,Europe,7962646.0,49.93,78.622,2.96,4440.0 +Czech Republic,1930,Europe,8259391.0,55.55,83.80199999999998,2.15,6742.0 +Czech Republic,1940,Europe,8567195.0,59.0,87.255,2.21,6786.0 +Czech Republic,1950,Europe,8902619.0,64.49,91.462,2.85,8110.0 +Czech Republic,1951,Europe,9005036.0,65.32,92.385,2.8,8166.0 +Czech Republic,1952,Europe,9106227.0,66.94,94.08,2.71,8339.0 +Czech Republic,1953,Europe,9200240.0,67.64,95.25399999999999,2.63,8217.0 +Czech Republic,1954,Europe,9283156.0,68.14,95.948,2.56,8468.0 +Czech Republic,1955,Europe,9353086.0,69.06,96.284,2.5,9096.0 +Czech Republic,1956,Europe,9410282.0,69.47,96.59,2.45,9535.0 +Czech Republic,1957,Europe,9457027.0,69.14,96.677,2.4,10023.0 +Czech Republic,1958,Europe,9497307.0,70.05,96.894,2.37,10699.0 +Czech Republic,1959,Europe,9536268.0,70.04,97.237,2.34,11095.0 +Czech Republic,1960,Europe,9578587.0,70.58,97.36,2.3,11860.0 +Czech Republic,1961,Europe,9626727.0,70.77,97.425,2.27,12223.0 +Czech Republic,1962,Europe,9679416.0,70.04,97.225,2.23,12318.0 +Czech Republic,1963,Europe,9730996.0,70.56,97.312,2.18,12009.0 +Czech Republic,1964,Europe,9773266.0,70.73,97.476,2.12,12482.0 +Czech Republic,1965,Europe,9800931.0,70.43,97.095,2.07,12857.0 +Czech Republic,1966,Europe,9811540.0,70.65,97.3,2.03,13342.0 +Czech Republic,1967,Europe,9808728.0,70.55,97.32600000000001,2.0,13864.0 +Czech Republic,1968,Europe,9800665.0,70.11,97.372,1.99,14467.0 +Czech Republic,1969,Europe,9798793.0,69.62,97.262,2.01,14774.0 +Czech Republic,1970,Europe,9811291.0,69.72,97.478,2.05,15038.0 +Czech Republic,1971,Europe,9840280.0,69.96,97.469,2.1,15487.0 +Czech Republic,1972,Europe,9882993.0,70.49,97.599,2.15,15954.0 +Czech Republic,1973,Europe,9936604.0,70.33,97.565,2.21,16382.0 +Czech Republic,1974,Europe,9996356.0,70.42,97.65,2.26,16853.0 +Czech Republic,1975,Europe,10058165.0,70.77,97.743,2.29,17220.0 +Czech Republic,1976,Europe,10122450.0,70.88,97.795,2.31,17366.0 +Czech Republic,1977,Europe,10188839.0,70.94,97.844,2.3,18025.0 +Czech Republic,1978,Europe,10251436.0,71.02,98.022,2.28,18127.0 +Czech Republic,1979,Europe,10302778.0,71.13,98.182,2.23,18171.0 +Czech Republic,1980,Europe,10337827.0,70.67,98.145,2.18,18586.0 +Czech Republic,1981,Europe,10353750.0,71.11,98.16,2.12,18426.0 +Czech Republic,1982,Europe,10352607.0,71.22,98.2,2.07,18738.0 +Czech Republic,1983,Europe,10340397.0,71.0,98.24,2.02,18977.0 +Czech Republic,1984,Europe,10325923.0,71.26,98.27,1.99,19380.0 +Czech Republic,1985,Europe,10315676.0,71.48,98.3,1.97,19492.0 +Czech Republic,1986,Europe,10311350.0,71.42,98.34,1.95,19820.0 +Czech Republic,1987,Europe,10311293.0,71.87,98.38,1.93,19884.0 +Czech Republic,1988,Europe,10314591.0,72.08,98.44,1.91,20293.0 +Czech Republic,1989,Europe,10319255.0,72.13,98.49,1.87,20432.0 +Czech Republic,1990,Europe,10323701.0,71.8,98.55,1.82,19839.0 +Czech Republic,1991,Europe,10328440.0,72.0,98.6,1.76,17577.0 +Czech Republic,1992,Europe,10333930.0,72.3,98.68,1.68,17470.0 +Czech Republic,1993,Europe,10338381.0,72.7,98.77,1.59,17462.0 +Czech Republic,1994,Europe,10339439.0,73.0,98.88,1.49,17964.0 +Czech Republic,1995,Europe,10335556.0,73.4,98.98,1.39,19093.0 +Czech Republic,1996,Europe,10326682.0,73.8,99.08,1.31,19934.0 +Czech Republic,1997,Europe,10313836.0,74.2,99.16,1.23,19821.0 +Czech Republic,1998,Europe,10297977.0,74.5,99.24,1.18,19777.0 +Czech Republic,1999,Europe,10280525.0,74.7,99.3,1.14,20082.0 +Czech Republic,2000,Europe,10263010.0,75.0,99.34,1.13,21003.0 +Czech Republic,2001,Europe,10244261.0,75.3,99.38,1.14,21726.0 +Czech Republic,2002,Europe,10225198.0,75.4,99.4,1.17,22126.0 +Czech Republic,2003,Europe,10211846.0,75.6,99.43,1.2,22930.0 +Czech Republic,2004,Europe,10212088.0,75.9,99.45,1.25,24057.0 +Czech Republic,2005,Europe,10230877.0,76.2,99.48,1.3,25571.0 +Czech Republic,2006,Europe,10271476.0,76.5,99.5,1.35,27256.0 +Czech Republic,2007,Europe,10330487.0,76.8,99.53,1.39,28595.0 +Czech Republic,2008,Europe,10397984.0,77.1,99.55,1.43,29128.0 +Czech Republic,2009,Europe,10460022.0,77.3,99.57,1.47,27560.0 +Czech Republic,2010,Europe,10506617.0,77.5,99.59,1.5,28111.0 +Czech Republic,2011,Europe,10533985.0,77.8,99.61,1.53,28603.0 +Czech Republic,2012,Europe,10545161.0,78.1,99.62,1.55,28333.0 +Czech Republic,2013,Europe,10545314.0,78.3,99.64,1.57,28124.0 +Czech Republic,2014,Europe,10542666.0,78.6,99.65,1.58,28695.0 +Czech Republic,2015,Europe,10543186.0,78.8,99.66,1.6,29437.0 +Denmark,1800,Europe,1062514.0,37.41,62.00100000000001,4.04,2013.0 +Denmark,1810,Europe,1108146.0,41.71,63.19900000000001,4.09,2050.0 +Denmark,1820,Europe,1177749.0,43.14,64.255,4.18,2089.0 +Denmark,1830,Europe,1264714.0,34.11,67.55799999999999,3.9,2214.0 +Denmark,1840,Europe,1368238.0,41.06,72.93499999999997,4.1,2412.0 +Denmark,1850,Europe,1511190.0,43.5,75.71600000000002,4.24,3029.0 +Denmark,1860,Europe,1694397.0,45.11,78.24799999999998,4.4,3029.0 +Denmark,1870,Europe,1887120.0,46.06,78.74300000000002,4.1,3536.0 +Denmark,1880,Europe,2081766.0,44.86,76.86,4.28,3908.0 +Denmark,1890,Europe,2291557.0,47.3,79.42699999999998,4.11,4587.0 +Denmark,1900,Europe,2557581.0,51.95,83.66,4.07,5566.0 +Denmark,1910,Europe,2880479.0,58.09,87.785,3.67,6937.0 +Denmark,1920,Europe,3242599.0,57.55,88.0,3.29,7359.0 +Denmark,1930,Europe,3542561.0,62.31,90.605,2.3,9571.0 +Denmark,1940,Europe,3832859.0,66.27,94.102,2.22,8977.0 +Denmark,1950,Europe,4268270.0,70.37,96.59,2.58,12025.0 +Denmark,1951,Europe,4308324.0,70.97,96.66,2.5,12004.0 +Denmark,1952,Europe,4345218.0,70.82,96.74,2.54,12027.0 +Denmark,1953,Europe,4379141.0,71.2,96.84,2.6,12601.0 +Denmark,1954,Europe,4410435.0,71.4,96.95,2.54,12732.0 +Denmark,1955,Europe,4439594.0,71.97,97.07,2.58,12767.0 +Denmark,1956,Europe,4467279.0,72.11,97.19,2.59,12837.0 +Denmark,1957,Europe,4494306.0,71.87,97.29,2.56,13741.0 +Denmark,1958,Europe,4521598.0,72.3,97.38,2.54,13963.0 +Denmark,1959,Europe,4550129.0,72.29,97.45,2.49,14896.0 +Denmark,1960,Europe,4580708.0,72.28,97.5,2.54,15198.0 +Denmark,1961,Europe,4613769.0,72.55,97.55,2.55,16061.0 +Denmark,1962,Europe,4649179.0,72.43,97.62,2.54,16815.0 +Denmark,1963,Europe,4686155.0,72.52,97.7,2.64,16793.0 +Denmark,1964,Europe,4723496.0,72.61,97.79,2.6,18228.0 +Denmark,1965,Europe,4760262.0,72.49,97.89,2.61,18917.0 +Denmark,1966,Europe,4796157.0,72.57,97.99,2.62,19284.0 +Denmark,1967,Europe,4831242.0,73.06,98.09,2.35,19775.0 +Denmark,1968,Europe,4865343.0,73.27,98.19,2.12,20482.0 +Denmark,1969,Europe,4898350.0,73.36,98.26,2.0,21701.0 +Denmark,1970,Europe,4930118.0,73.49,98.34,1.95,21990.0 +Denmark,1971,Europe,4960476.0,73.55,98.42,2.04,22464.0 +Denmark,1972,Europe,4989146.0,73.59,98.51,2.03,23562.0 +Denmark,1973,Europe,5015766.0,73.83,98.61,1.92,24318.0 +Denmark,1974,Europe,5039920.0,73.96,98.69,1.9,24027.0 +Denmark,1975,Europe,5061289.0,74.24,98.77,1.92,23846.0 +Denmark,1976,Europe,5079962.0,73.91,98.84,1.75,25376.0 +Denmark,1977,Europe,5095956.0,74.82,98.89,1.66,25758.0 +Denmark,1978,Europe,5108836.0,74.59,98.94,1.67,26108.0 +Denmark,1979,Europe,5118065.0,74.41,98.97,1.6,27020.0 +Denmark,1980,Europe,5123435.0,74.3,99.0,1.55,26921.0 +Denmark,1981,Europe,5124807.0,74.44,99.03,1.44,26741.0 +Denmark,1982,Europe,5122810.0,74.78,99.04,1.43,27622.0 +Denmark,1983,Europe,5118966.0,74.65,99.04,1.38,28392.0 +Denmark,1984,Europe,5115308.0,74.81,99.04,1.4,29711.0 +Denmark,1985,Europe,5113408.0,74.68,99.03,1.45,31032.0 +Denmark,1986,Europe,5113767.0,74.86,99.03,1.48,32181.0 +Denmark,1987,Europe,5116351.0,74.97,99.03,1.5,32297.0 +Denmark,1988,Europe,5121511.0,75.06,99.04,1.56,32720.0 +Denmark,1989,Europe,5129472.0,75.1,99.07,1.62,32849.0 +Denmark,1990,Europe,5140332.0,75.1,99.11,1.67,33256.0 +Denmark,1991,Europe,5154309.0,75.4,99.16,1.68,33601.0 +Denmark,1992,Europe,5171304.0,75.4,99.21,1.76,34152.0 +Denmark,1993,Europe,5190631.0,75.4,99.26,1.75,34008.0 +Denmark,1994,Europe,5211321.0,75.4,99.31,1.81,35766.0 +Denmark,1995,Europe,5232582.0,75.6,99.35,1.81,36670.0 +Denmark,1996,Europe,5254383.0,75.9,99.38,1.75,37521.0 +Denmark,1997,Europe,5276683.0,76.2,99.4,1.75,38584.0 +Denmark,1998,Europe,5298680.0,76.7,99.42,1.72,39297.0 +Denmark,1999,Europe,5319410.0,76.3,99.43,1.74,40321.0 +Denmark,2000,Europe,5338283.0,77.1,99.44,1.77,41693.0 +Denmark,2001,Europe,5354704.0,77.2,99.45,1.75,41886.0 +Denmark,2002,Europe,5369058.0,77.2,99.46,1.72,41947.0 +Denmark,2003,Europe,5382953.0,77.6,99.47,1.76,41996.0 +Denmark,2004,Europe,5398645.0,77.8,99.49,1.78,42993.0 +Denmark,2005,Europe,5417692.0,78.3,99.51,1.8,43919.0 +Denmark,2006,Europe,5440696.0,78.3,99.53,1.85,45437.0 +Denmark,2007,Europe,5466988.0,78.4,99.55,1.85,45609.0 +Denmark,2008,Europe,5495302.0,78.9,99.57,1.89,45017.0 +Denmark,2009,Europe,5523755.0,79.1,99.58,1.84,42498.0 +Denmark,2010,Europe,5550959.0,79.4,99.6,1.88,42997.0 +Denmark,2011,Europe,5576577.0,79.9,99.61,1.76,43314.0 +Denmark,2012,Europe,5600972.0,80.3,99.62,1.73,42869.0 +Denmark,2013,Europe,5624293.0,80.3,99.63,1.88,42483.0 +Denmark,2014,Europe,5646899.0,80.3,99.64,1.88,42777.0 +Denmark,2015,Europe,5669081.0,80.4,99.65,1.89,43495.0 +Djibouti,1800,Africa,22848.0,29.9,55.48500000000001,6.3,752.0 +Djibouti,1810,Africa,22848.0,29.9,55.48500000000001,6.3,776.0 +Djibouti,1820,Africa,23320.0,29.9,55.48500000000001,6.3,801.0 +Djibouti,1830,Africa,24698.0,29.9,55.48500000000001,6.3,827.0 +Djibouti,1840,Africa,26670.0,29.9,55.48500000000001,6.3,853.0 +Djibouti,1850,Africa,28798.0,29.9,55.48500000000001,6.3,881.0 +Djibouti,1860,Africa,31072.0,29.9,55.48500000000001,6.3,909.0 +Djibouti,1870,Africa,33526.0,29.9,55.48500000000001,6.3,938.0 +Djibouti,1880,Africa,36159.0,29.9,55.48500000000001,6.3,969.0 +Djibouti,1890,Africa,38998.0,29.9,55.48500000000001,6.3,1000.0 +Djibouti,1900,Africa,42078.0,29.9,55.581,6.3,1032.0 +Djibouti,1910,Africa,45389.0,29.9,56.273,6.3,1065.0 +Djibouti,1920,Africa,48984.0,29.9,57.31299999999999,6.3,1317.0 +Djibouti,1930,Africa,52894.0,29.9,58.35699999999999,6.3,1762.0 +Djibouti,1940,Africa,57116.0,29.9,59.364,6.3,2357.0 +Djibouti,1950,Africa,62001.0,41.24,71.649,6.3,3151.0 +Djibouti,1951,Africa,63309.0,41.48,71.814,6.3,3248.0 +Djibouti,1952,Africa,64748.0,41.89,72.26899999999998,6.31,3267.0 +Djibouti,1953,Africa,66273.0,42.31,72.657,6.31,3311.0 +Djibouti,1954,Africa,67877.0,42.77,73.17,6.32,3411.0 +Djibouti,1955,Africa,69594.0,43.23,73.62100000000002,6.34,3432.0 +Djibouti,1956,Africa,71498.0,43.71,74.191,6.35,3473.0 +Djibouti,1957,Africa,73703.0,44.21,74.788,6.38,3508.0 +Djibouti,1958,Africa,76354.0,44.73,75.498,6.4,3502.0 +Djibouti,1959,Africa,79617.0,45.24,76.10600000000002,6.43,3601.0 +Djibouti,1960,Africa,83636.0,45.77,76.71,6.46,3727.0 +Djibouti,1961,Africa,88499.0,46.28,77.38499999999998,6.49,3752.0 +Djibouti,1962,Africa,94200.0,46.79,77.97,6.53,3701.0 +Djibouti,1963,Africa,100622.0,47.3,78.54899999999998,6.56,3734.0 +Djibouti,1964,Africa,107584.0,47.8,79.122,6.6,3700.0 +Djibouti,1965,Africa,114963.0,48.33,79.77,6.63,3693.0 +Djibouti,1966,Africa,122868.0,48.9,80.411,6.67,3708.0 +Djibouti,1967,Africa,131403.0,49.53,80.638,6.7,3701.0 +Djibouti,1968,Africa,140461.0,50.23,80.863,6.74,3676.0 +Djibouti,1969,Africa,149891.0,50.99,81.085,6.77,3668.0 +Djibouti,1970,Africa,159667.0,51.75,81.305,6.8,4357.0 +Djibouti,1971,Africa,169370.0,52.51,81.52199999999998,6.83,4510.0 +Djibouti,1972,Africa,179212.0,53.2,81.736,6.84,4529.0 +Djibouti,1973,Africa,190536.0,53.83,81.94900000000001,6.83,4602.0 +Djibouti,1974,Africa,205157.0,54.38,82.15799999999999,6.82,4381.0 +Djibouti,1975,Africa,224182.0,54.85,82.365,6.78,4350.0 +Djibouti,1976,Africa,248619.0,55.29,82.57,6.73,4538.0 +Djibouti,1977,Africa,277622.0,55.71,83.06,6.67,3779.0 +Djibouti,1978,Africa,308213.0,56.15,83.53,6.6,3632.0 +Djibouti,1979,Africa,336254.0,56.61,83.99,6.52,3555.0 +Djibouti,1980,Africa,358960.0,57.1,84.42,6.44,3500.0 +Djibouti,1981,Africa,374683.0,57.59,84.83000000000001,6.37,3526.0 +Djibouti,1982,Africa,384743.0,58.08,85.26,6.32,3531.0 +Djibouti,1983,Africa,392908.0,58.55,85.67,6.27,3461.0 +Djibouti,1984,Africa,404589.0,58.97,86.07000000000002,6.24,3795.0 +Djibouti,1985,Africa,423470.0,59.38,86.47,6.22,3704.0 +Djibouti,1986,Africa,451068.0,59.74,86.83000000000001,6.21,3616.0 +Djibouti,1987,Africa,485565.0,60.09,87.16999999999999,6.19,3532.0 +Djibouti,1988,Africa,523266.0,60.42,87.49,6.17,3364.0 +Djibouti,1989,Africa,558810.0,60.72,87.8,6.14,3165.0 +Djibouti,1990,Africa,588356.0,61.0,88.06,6.09,3050.0 +Djibouti,1991,Africa,610679.0,60.7,88.3,6.0,2811.0 +Djibouti,1992,Africa,627063.0,60.4,88.5,5.88,2736.0 +Djibouti,1993,Africa,639215.0,60.7,88.68,5.73,2505.0 +Djibouti,1994,Africa,649878.0,60.0,88.85,5.55,2440.0 +Djibouti,1995,Africa,661076.0,60.4,88.98,5.35,2315.0 +Djibouti,1996,Africa,673202.0,60.3,89.14999999999998,5.15,2181.0 +Djibouti,1997,Africa,685644.0,60.1,89.32,4.95,2127.0 +Djibouti,1998,Africa,698256.0,60.0,89.51,4.77,2092.0 +Djibouti,1999,Africa,710652.0,59.9,89.71000000000002,4.61,2103.0 +Djibouti,2000,Africa,722562.0,60.0,89.92,4.47,2079.0 +Djibouti,2001,Africa,734088.0,60.1,90.16,4.35,2090.0 +Djibouti,2002,Africa,745459.0,60.2,90.4,4.25,2114.0 +Djibouti,2003,Africa,756656.0,60.3,90.65,4.16,2150.0 +Djibouti,2004,Africa,767644.0,60.4,90.9,4.07,2202.0 +Djibouti,2005,Africa,778406.0,60.7,91.15,3.99,2240.0 +Djibouti,2006,Africa,788941.0,60.7,91.4,3.91,2315.0 +Djibouti,2007,Africa,799309.0,61.5,91.65,3.83,2399.0 +Djibouti,2008,Africa,809639.0,61.8,91.9,3.76,2502.0 +Djibouti,2009,Africa,820097.0,62.1,92.15,3.68,2590.0 +Djibouti,2010,Africa,830802.0,62.3,92.39,3.6,2665.0 +Djibouti,2011,Africa,841802.0,62.5,92.61,3.53,2767.0 +Djibouti,2012,Africa,853069.0,62.8,92.83,3.46,2807.0 +Djibouti,2013,Africa,864554.0,63.1,93.05,3.39,2903.0 +Djibouti,2014,Africa,876174.0,63.1,93.26,3.32,3016.0 +Djibouti,2015,Africa,887861.0,63.8,93.47,3.26,3139.0 +Dominican Republic,1800,America,89000.0,29.9,55.48500000000001,6.16,667.0 +Dominican Republic,1810,America,89000.0,29.9,55.48500000000001,6.16,668.0 +Dominican Republic,1820,America,93078.0,29.9,55.48500000000001,6.16,669.0 +Dominican Republic,1830,America,105490.0,29.9,55.48500000000001,6.16,706.0 +Dominican Republic,1840,America,124412.0,29.9,55.48500000000001,6.16,746.0 +Dominican Republic,1850,America,150616.0,29.9,55.48500000000001,6.16,787.0 +Dominican Republic,1860,America,190922.0,29.9,55.48500000000001,6.16,831.0 +Dominican Republic,1870,America,246693.0,29.9,55.48500000000001,6.16,877.0 +Dominican Republic,1880,America,317340.0,29.9,55.48500000000001,6.16,926.0 +Dominican Republic,1890,America,407957.0,29.9,55.48500000000001,6.16,978.0 +Dominican Republic,1900,America,529755.0,29.9,55.581,6.16,1032.0 +Dominican Republic,1910,America,704604.0,29.9,56.273,6.16,1090.0 +Dominican Republic,1920,America,906435.0,29.9,58.35900000000001,6.16,1234.0 +Dominican Republic,1930,America,1289191.0,29.9,60.398,6.16,1464.0 +Dominican Republic,1940,America,1718123.0,34.7,67.582,6.61,1737.0 +Dominican Republic,1950,America,2364650.0,45.1,84.45,7.51,2058.0 +Dominican Republic,1951,America,2438412.0,45.6,84.49,7.54,2242.0 +Dominican Republic,1952,America,2517258.0,46.5,84.52,7.59,2358.0 +Dominican Republic,1953,America,2600801.0,47.39,84.58,7.63,2262.0 +Dominican Republic,1954,America,2688701.0,48.27,84.61999999999998,7.66,2321.0 +Dominican Republic,1955,America,2780660.0,49.15,84.67,7.67,2390.0 +Dominican Republic,1956,America,2876431.0,50.01,84.74000000000002,7.68,2550.0 +Dominican Republic,1957,America,2975809.0,50.87,84.82,7.67,2627.0 +Dominican Republic,1958,America,3078629.0,51.71,84.92999999999998,7.64,2681.0 +Dominican Republic,1959,America,3184754.0,52.54,85.05,7.61,2612.0 +Dominican Republic,1960,America,3294039.0,53.37,85.22,7.56,2655.0 +Dominican Republic,1961,America,3406299.0,54.17,85.39999999999998,7.49,2514.0 +Dominican Republic,1962,America,3521276.0,54.97,85.61,7.4,2851.0 +Dominican Republic,1963,America,3638628.0,55.75,85.86,7.3,2943.0 +Dominican Republic,1964,America,3757962.0,56.52,86.11999999999998,7.19,3044.0 +Dominican Republic,1965,America,3878952.0,57.28,86.4,7.05,2586.0 +Dominican Republic,1966,America,4001377.0,58.02,86.68,6.9,2848.0 +Dominican Republic,1967,America,4125107.0,58.75,86.97,6.74,2859.0 +Dominican Republic,1968,America,4250026.0,59.47,87.25,6.56,2784.0 +Dominican Republic,1969,America,4376056.0,60.16,87.53,6.38,3004.0 +Dominican Republic,1970,America,4503114.0,60.83,87.82,6.18,3234.0 +Dominican Republic,1971,America,4631114.0,61.47,88.13,5.98,3484.0 +Dominican Republic,1972,America,4759935.0,62.09,88.46000000000002,5.78,3816.0 +Dominican Republic,1973,America,4889437.0,62.67,88.82,5.58,4172.0 +Dominican Republic,1974,America,5019471.0,63.23,89.18,5.38,4306.0 +Dominican Republic,1975,America,5149934.0,63.75,89.55,5.19,4407.0 +Dominican Republic,1976,America,5280727.0,64.25,89.91,5.01,4595.0 +Dominican Republic,1977,America,5411867.0,64.73,90.26,4.85,4710.0 +Dominican Republic,1978,America,5543520.0,65.19,90.6,4.69,4712.0 +Dominican Republic,1979,America,5675930.0,65.65,90.93,4.55,4807.0 +Dominican Republic,1980,America,5809271.0,66.12,91.25,4.42,4988.0 +Dominican Republic,1981,America,5943591.0,66.6,91.57,4.3,5081.0 +Dominican Republic,1982,America,6078816.0,67.11,91.87,4.19,5062.0 +Dominican Republic,1983,America,6214857.0,67.63,92.17,4.08,5176.0 +Dominican Republic,1984,America,6351572.0,68.18,92.45,3.98,5085.0 +Dominican Republic,1985,America,6488857.0,68.75,92.73,3.88,4857.0 +Dominican Republic,1986,America,6626544.0,69.34,92.99,3.78,4903.0 +Dominican Republic,1987,America,6764623.0,69.96,93.25,3.7,5169.0 +Dominican Republic,1988,America,6903314.0,70.58,93.5,3.61,5104.0 +Dominican Republic,1989,America,7042940.0,71.2,93.74,3.54,5645.0 +Dominican Republic,1990,America,7183646.0,71.8,93.98,3.47,5278.0 +Dominican Republic,1991,America,7325622.0,72.2,94.22,3.4,5222.0 +Dominican Republic,1992,America,7468551.0,72.5,94.45,3.33,5657.0 +Dominican Republic,1993,America,7611463.0,72.5,94.67,3.26,5949.0 +Dominican Republic,1994,America,7753052.0,72.5,94.88,3.2,5973.0 +Dominican Republic,1995,America,7892420.0,72.6,95.08,3.13,6188.0 +Dominican Republic,1996,America,8029114.0,72.6,95.27,3.07,6514.0 +Dominican Republic,1997,America,8163474.0,72.9,95.44,3.01,6918.0 +Dominican Republic,1998,America,8296375.0,72.9,95.6,2.97,7283.0 +Dominican Republic,1999,America,8429116.0,73.2,95.75,2.93,7649.0 +Dominican Republic,2000,America,8562623.0,73.3,95.87,2.89,7955.0 +Dominican Republic,2001,America,8697127.0,73.4,95.99,2.86,7974.0 +Dominican Republic,2002,America,8832286.0,73.5,96.09,2.84,8307.0 +Dominican Republic,2003,America,8967759.0,73.5,96.17,2.81,8162.0 +Dominican Republic,2004,America,9102997.0,73.1,96.25,2.78,8147.0 +Dominican Republic,2005,America,9237565.0,73.3,96.32,2.75,8772.0 +Dominican Republic,2006,America,9371333.0,73.5,96.39,2.72,9568.0 +Dominican Republic,2007,America,9504336.0,73.7,96.45,2.69,10233.0 +Dominican Republic,2008,America,9636491.0,74.1,96.5,2.65,10408.0 +Dominican Republic,2009,America,9767737.0,74.3,96.56,2.62,10363.0 +Dominican Republic,2010,America,9897983.0,74.4,96.61,2.58,11075.0 +Dominican Republic,2011,America,10027140.0,74.6,96.66,2.55,11241.0 +Dominican Republic,2012,America,10155036.0,74.7,96.71,2.52,11391.0 +Dominican Republic,2013,America,10281408.0,74.9,96.77,2.48,11790.0 +Dominican Republic,2014,America,10405943.0,75.1,96.84,2.45,12505.0 +Dominican Republic,2015,America,10528391.0,75.3,96.91,2.42,12837.0 +Ecuador,1800,America,500000.0,32.9,59.404,6.98,529.0 +Ecuador,1810,America,500000.0,32.9,59.404,6.98,530.0 +Ecuador,1820,America,522656.0,32.9,59.404,6.99,531.0 +Ecuador,1830,America,591558.0,32.9,59.404,6.99,566.0 +Ecuador,1840,America,696472.0,32.9,59.404,6.99,603.0 +Ecuador,1850,America,807027.0,32.9,59.404,6.99,643.0 +Ecuador,1860,America,917213.0,32.9,59.404,7.0,685.0 +Ecuador,1870,America,1028649.0,32.9,59.404,7.0,731.0 +Ecuador,1880,America,1152573.0,32.9,59.404,7.0,779.0 +Ecuador,1890,America,1291183.0,32.9,59.404,7.01,830.0 +Ecuador,1900,America,1455093.0,32.9,59.49100000000001,7.01,885.0 +Ecuador,1910,America,1682404.0,32.9,60.12200000000001,6.88,943.0 +Ecuador,1920,America,1869330.0,32.9,61.026,6.89,1260.0 +Ecuador,1930,America,2042719.0,32.9,61.892,7.12,1723.0 +Ecuador,1940,America,2583081.0,34.21,64.24799999999999,6.82,2237.0 +Ecuador,1950,America,3470162.0,47.75,75.649,6.69,3416.0 +Ecuador,1951,America,3561154.0,48.06,76.40899999999998,6.69,3393.0 +Ecuador,1952,America,3655012.0,48.64,77.146,6.71,3742.0 +Ecuador,1953,America,3752131.0,49.23,77.859,6.72,3750.0 +Ecuador,1954,America,3852857.0,49.87,78.55,6.72,3975.0 +Ecuador,1955,America,3957482.0,50.54,79.22,6.72,3997.0 +Ecuador,1956,America,4066240.0,51.23,79.83,6.72,4058.0 +Ecuador,1957,America,4179314.0,51.93,80.42,6.72,4151.0 +Ecuador,1958,America,4296835.0,52.65,80.99000000000002,6.71,4178.0 +Ecuador,1959,America,4418892.0,53.38,81.55,6.7,4302.0 +Ecuador,1960,America,4545548.0,54.09,82.08,6.69,4473.0 +Ecuador,1961,America,4676858.0,54.77,82.59,6.67,4474.0 +Ecuador,1962,America,4812892.0,55.42,83.08,6.65,4594.0 +Ecuador,1963,America,4953735.0,56.01,83.57,6.62,4590.0 +Ecuador,1964,America,5099470.0,56.53,84.00999999999998,6.59,4786.0 +Ecuador,1965,America,5250120.0,57.02,84.44,6.55,5108.0 +Ecuador,1966,America,5405692.0,57.47,84.82,6.49,5102.0 +Ecuador,1967,America,5566057.0,57.89,85.18,6.42,5226.0 +Ecuador,1968,America,5730908.0,58.32,85.50999999999998,6.34,5364.0 +Ecuador,1969,America,5899842.0,58.76,85.86,6.24,5501.0 +Ecuador,1970,America,6072520.0,59.21,86.2,6.13,5723.0 +Ecuador,1971,America,6248831.0,59.67,86.57000000000002,6.01,5866.0 +Ecuador,1972,America,6428707.0,60.16,86.97,5.87,6035.0 +Ecuador,1973,America,6611916.0,60.67,87.4,5.74,6580.0 +Ecuador,1974,America,6798205.0,61.18,87.87,5.59,6752.0 +Ecuador,1975,America,6987393.0,61.73,88.34,5.45,6891.0 +Ecuador,1976,America,7179399.0,62.3,88.82,5.3,7330.0 +Ecuador,1977,America,7374235.0,62.9,89.28,5.16,7560.0 +Ecuador,1978,America,7571953.0,63.51,89.74,5.02,7844.0 +Ecuador,1979,America,7772652.0,64.16,90.17,4.88,8023.0 +Ecuador,1980,America,7976449.0,64.82,90.61,4.74,8145.0 +Ecuador,1981,America,8183194.0,65.49,91.05,4.62,8231.0 +Ecuador,1982,America,8392935.0,66.17,91.5,4.51,8083.0 +Ecuador,1983,America,8606214.0,66.85,91.93,4.4,7689.0 +Ecuador,1984,America,8823746.0,67.53,92.34,4.31,7777.0 +Ecuador,1985,America,9045977.0,68.18,92.73,4.22,7880.0 +Ecuador,1986,America,9272905.0,68.83,93.09,4.13,7887.0 +Ecuador,1987,America,9504132.0,69.46,93.43,4.04,7189.0 +Ecuador,1988,America,9739179.0,70.06,93.74,3.96,7739.0 +Ecuador,1989,America,9977380.0,70.64,94.03,3.86,7540.0 +Ecuador,1990,America,10218085.0,71.2,94.31,3.77,7542.0 +Ecuador,1991,America,10460988.0,71.4,94.59,3.67,7685.0 +Ecuador,1992,America,10705670.0,71.7,94.85,3.58,7672.0 +Ecuador,1993,America,10951200.0,71.8,95.12,3.49,7652.0 +Ecuador,1994,America,11196476.0,72.2,95.37,3.41,7805.0 +Ecuador,1995,America,11440576.0,72.3,95.61,3.34,7811.0 +Ecuador,1996,America,11683480.0,72.5,95.84,3.27,7781.0 +Ecuador,1997,America,11924991.0,72.7,96.04,3.21,7951.0 +Ecuador,1998,America,12163887.0,72.8,96.23,3.16,8045.0 +Ecuador,1999,America,12398691.0,73.1,96.41,3.11,7511.0 +Ecuador,2000,America,12628596.0,73.2,96.56,3.07,7444.0 +Ecuador,2001,America,12852753.0,73.4,96.69,3.03,7593.0 +Ecuador,2002,America,13072056.0,73.6,96.81,2.98,7753.0 +Ecuador,2003,America,13289600.0,73.7,96.91,2.94,7814.0 +Ecuador,2004,America,13509645.0,73.9,97.0,2.9,8300.0 +Ecuador,2005,America,13735232.0,74.1,97.09,2.85,8582.0 +Ecuador,2006,America,13967490.0,74.3,97.17,2.81,8802.0 +Ecuador,2007,America,14205479.0,74.5,97.25,2.77,8840.0 +Ecuador,2008,America,14447600.0,74.7,97.32,2.73,9244.0 +Ecuador,2009,America,14691310.0,74.9,97.4,2.69,9143.0 +Ecuador,2010,America,14934692.0,75.1,97.48,2.66,9311.0 +Ecuador,2011,America,15177280.0,75.3,97.55,2.62,9882.0 +Ecuador,2012,America,15419493.0,75.5,97.63,2.59,10233.0 +Ecuador,2013,America,15661312.0,75.6,97.7,2.56,10541.0 +Ecuador,2014,America,15902916.0,75.8,97.77,2.53,10774.0 +Ecuador,2015,America,16144363.0,75.9,97.84,2.5,10996.0 +Egypt,1800,Africa,4243515.0,33.0,59.53100000000001,6.06,791.0 +Egypt,1810,Africa,4218711.0,33.0,59.53100000000001,6.06,792.0 +Egypt,1820,Africa,4318788.0,33.0,59.53100000000001,6.05,793.0 +Egypt,1830,Africa,4662153.0,33.0,59.53100000000001,6.05,831.0 +Egypt,1840,Africa,5172331.0,33.0,59.53100000000001,6.05,870.0 +Egypt,1850,Africa,5738339.0,33.0,59.53100000000001,6.04,911.0 +Egypt,1860,Africa,6335975.0,33.0,59.53100000000001,6.04,954.0 +Egypt,1870,Africa,7040615.0,33.0,59.53100000000001,6.04,999.0 +Egypt,1880,Africa,7900451.0,33.0,59.53100000000001,6.03,960.0 +Egypt,1890,Africa,8912535.0,33.0,59.53100000000001,6.03,1166.0 +Egypt,1900,Africa,10065298.0,33.0,59.619,6.03,1295.0 +Egypt,1910,Africa,11359618.0,33.0,60.24800000000001,6.02,1365.0 +Egypt,1920,Africa,13103160.0,33.0,61.07599999999999,6.08,1254.0 +Egypt,1930,Africa,15293269.0,35.4,64.58299999999998,6.51,1513.0 +Egypt,1940,Africa,17849440.0,34.4,64.143,5.87,1642.0 +Egypt,1950,Africa,20897237.0,38.59,63.03099999999999,6.59,1736.0 +Egypt,1951,Africa,21383393.0,39.32,63.217,6.6,1738.0 +Egypt,1952,Africa,21904478.0,40.72,63.402,6.62,1818.0 +Egypt,1953,Africa,22458402.0,42.03,63.585,6.64,1868.0 +Egypt,1954,Africa,23043035.0,43.22,63.768,6.65,1781.0 +Egypt,1955,Africa,23656216.0,44.3,63.95,6.66,1741.0 +Egypt,1956,Africa,24295746.0,45.29,64.92,6.66,1736.0 +Egypt,1957,Africa,24959391.0,46.17,65.87,6.66,1780.0 +Egypt,1958,Africa,25644891.0,46.97,66.83,6.66,1908.0 +Egypt,1959,Africa,26349973.0,47.68,67.78,6.65,1947.0 +Egypt,1960,Africa,27072397.0,48.31,68.72,6.63,2052.0 +Egypt,1961,Africa,27810001.0,48.89,69.71000000000001,6.61,2105.0 +Egypt,1962,Africa,28560741.0,49.43,70.69,6.57,2103.0 +Egypt,1963,Africa,29322709.0,49.94,71.65,6.53,2128.0 +Egypt,1964,Africa,30094082.0,50.42,72.52000000000002,6.47,2443.0 +Egypt,1965,Africa,30872982.0,50.88,73.31,6.41,2509.0 +Egypt,1966,Africa,31660914.0,51.29,73.97,6.33,2447.0 +Egypt,1967,Africa,32456565.0,51.65,74.52,6.24,2377.0 +Egypt,1968,Africa,33252275.0,51.97,74.98,6.14,2460.0 +Egypt,1969,Africa,34038147.0,52.25,75.36,6.04,2614.0 +Egypt,1970,Africa,34808599.0,52.54,75.71,5.94,3055.0 +Egypt,1971,Africa,35561087.0,52.88,76.05999999999997,5.85,3090.0 +Egypt,1972,Africa,36302154.0,53.31,76.48,5.76,3140.0 +Egypt,1973,Africa,37046807.0,53.84,77.03,5.69,3095.0 +Egypt,1974,Africa,37815578.0,54.46,77.71000000000002,5.63,3105.0 +Egypt,1975,Africa,38624410.0,55.17,78.53,5.59,3193.0 +Egypt,1976,Africa,39478585.0,55.93,79.43,5.55,3552.0 +Egypt,1977,Africa,40377668.0,56.69,80.38000000000002,5.51,3745.0 +Egypt,1978,Africa,41324806.0,57.45,81.34,5.47,3953.0 +Egypt,1979,Africa,42321740.0,58.16,82.3,5.42,4262.0 +Egypt,1980,Africa,43369552.0,58.85,83.24000000000002,5.37,4580.0 +Egypt,1981,Africa,44465918.0,59.52,84.19,5.31,4553.0 +Egypt,1982,Africa,45610430.0,60.21,85.16,5.25,4757.0 +Egypt,1983,Africa,46807221.0,60.93,86.14999999999998,5.19,5044.0 +Egypt,1984,Africa,48061546.0,61.65,87.14999999999998,5.12,5303.0 +Egypt,1985,Africa,49373806.0,62.38,88.12,5.05,5539.0 +Egypt,1986,Africa,50748187.0,63.07,88.99000000000002,4.95,5658.0 +Egypt,1987,Africa,52173840.0,63.7,89.75,4.83,5774.0 +Egypt,1988,Africa,53617678.0,64.27,90.4,4.68,5886.0 +Egypt,1989,Africa,55035937.0,64.76,90.94,4.52,5933.0 +Egypt,1990,Africa,56397273.0,65.2,91.41,4.35,6020.0 +Egypt,1991,Africa,57689828.0,65.4,91.83,4.18,5974.0 +Egypt,1992,Africa,58922018.0,66.1,92.25,4.02,6134.0 +Egypt,1993,Africa,60108373.0,66.4,92.67,3.88,6212.0 +Egypt,1994,Africa,61272847.0,66.7,93.11,3.76,6360.0 +Egypt,1995,Africa,62434527.0,67.4,93.54,3.66,6553.0 +Egypt,1996,Africa,63595629.0,67.9,93.96,3.58,6774.0 +Egypt,1997,Africa,64754566.0,68.2,94.35,3.51,7036.0 +Egypt,1998,Africa,65922626.0,68.6,94.72,3.44,7207.0 +Egypt,1999,Africa,67112877.0,69.0,95.05,3.37,7528.0 +Egypt,2000,Africa,68334905.0,69.7,95.35,3.31,7807.0 +Egypt,2001,Africa,69599945.0,69.7,95.62,3.24,7955.0 +Egypt,2002,Africa,70908710.0,69.8,95.86,3.18,8013.0 +Egypt,2003,Africa,72247626.0,69.8,96.08,3.13,8134.0 +Egypt,2004,Africa,73596068.0,69.9,96.27,3.09,8328.0 +Egypt,2005,Africa,74942115.0,70.1,96.44,3.05,8556.0 +Egypt,2006,Africa,76274285.0,70.1,96.59,3.02,8990.0 +Egypt,2007,Africa,77605327.0,70.3,96.73,2.99,9467.0 +Egypt,2008,Africa,78976122.0,70.2,96.86,2.95,9974.0 +Egypt,2009,Africa,80442443.0,70.1,96.98,2.92,10267.0 +Egypt,2010,Africa,82040994.0,70.1,97.1,2.88,10615.0 +Egypt,2011,Africa,83787634.0,70.4,97.21,2.85,10629.0 +Egypt,2012,Africa,85660902.0,70.5,97.32,2.81,10683.0 +Egypt,2013,Africa,87613909.0,71.0,97.42,2.77,10731.0 +Egypt,2014,Africa,89579670.0,71.3,97.52,2.73,10792.0 +Egypt,2015,Africa,91508084.0,71.5,97.6,2.7,11031.0 +El Salvador,1800,America,248000.0,28.7,53.84,5.9,974.0 +El Salvador,1810,America,248000.0,28.7,53.84,5.9,976.0 +El Salvador,1820,America,256823.0,28.7,53.84,5.9,977.0 +El Salvador,1830,America,283227.0,28.7,53.84,5.9,1063.0 +El Salvador,1840,America,322461.0,28.7,53.84,5.9,1156.0 +El Salvador,1850,America,369053.0,28.7,53.84,5.9,1257.0 +El Salvador,1860,America,426145.0,28.7,53.84,5.9,1367.0 +El Salvador,1870,America,494137.0,28.7,53.84,5.9,1487.0 +El Salvador,1880,America,572093.0,28.7,53.84,5.9,1617.0 +El Salvador,1890,America,662195.0,28.7,53.84,5.9,1758.0 +El Salvador,1900,America,774733.0,28.7,53.94,5.9,1912.0 +El Salvador,1910,America,947617.0,28.7,54.657,5.93,2080.0 +El Salvador,1920,America,1171634.0,28.7,55.74800000000001,6.05,2262.0 +El Salvador,1930,America,1446357.0,28.7,56.858,6.26,2490.0 +El Salvador,1940,America,1785176.0,35.98,66.48700000000001,6.07,2598.0 +El Salvador,1950,America,2199897.0,43.62,75.266,6.16,3414.0 +El Salvador,1951,America,2236577.0,44.11,76.101,6.19,3387.0 +El Salvador,1952,America,2278305.0,45.06,76.908,6.27,3540.0 +El Salvador,1953,America,2324558.0,45.99,77.688,6.33,3683.0 +El Salvador,1954,America,2374972.0,46.9,78.44200000000002,6.4,3616.0 +El Salvador,1955,America,2429331.0,47.8,79.17,6.47,3688.0 +El Salvador,1956,America,2487582.0,48.68,79.60000000000002,6.53,3855.0 +El Salvador,1957,America,2549823.0,49.55,80.05,6.59,3933.0 +El Salvador,1958,America,2616276.0,50.39,80.49,6.65,3891.0 +El Salvador,1959,America,2687229.0,51.22,80.89999999999998,6.69,3935.0 +El Salvador,1960,America,2762897.0,52.02,81.30999999999997,6.73,3963.0 +El Salvador,1961,America,2843246.0,52.77,81.67,6.75,3966.0 +El Salvador,1962,America,2927861.0,53.5,82.04,6.75,4297.0 +El Salvador,1963,America,3015885.0,54.18,82.4,6.74,4333.0 +El Salvador,1964,America,3106186.0,54.81,82.73,6.7,4585.0 +El Salvador,1965,America,3197865.0,55.4,83.05,6.64,4671.0 +El Salvador,1966,America,3290397.0,55.93,83.36,6.57,4819.0 +El Salvador,1967,America,3383674.0,56.41,83.65,6.49,4906.0 +El Salvador,1968,America,3477702.0,56.84,83.93,6.4,4882.0 +El Salvador,1969,America,3572667.0,57.24,84.2,6.3,4863.0 +El Salvador,1970,America,3668592.0,57.57,84.49,6.2,4810.0 +El Salvador,1971,America,3765252.0,57.85,84.78999999999998,6.11,4878.0 +El Salvador,1972,America,3862132.0,58.07,85.11,6.01,5033.0 +El Salvador,1973,America,3958616.0,58.22,85.45,5.91,5119.0 +El Salvador,1974,America,4053958.0,58.33,85.83000000000001,5.82,5312.0 +El Salvador,1975,America,4147525.0,58.36,86.26,5.72,5448.0 +El Salvador,1976,America,4239205.0,58.33,86.72999999999998,5.62,5498.0 +El Salvador,1977,America,4328817.0,58.22,87.22,5.51,5659.0 +El Salvador,1978,America,4415625.0,58.09,87.75999999999998,5.39,5867.0 +El Salvador,1979,America,4498757.0,57.98,88.33,5.27,5618.0 +El Salvador,1980,America,4577683.0,57.96,88.92999999999998,5.14,5064.0 +El Salvador,1981,America,4652058.0,58.13,89.55,5.0,4692.0 +El Salvador,1982,America,4722272.0,58.53,90.18,4.87,4463.0 +El Salvador,1983,America,4789472.0,59.19,90.8,4.74,4436.0 +El Salvador,1984,America,4855280.0,60.11,91.4,4.61,4459.0 +El Salvador,1985,America,4920932.0,61.24,91.96,4.49,4478.0 +El Salvador,1986,America,4986528.0,62.54,92.48,4.37,4434.0 +El Salvador,1987,America,5051885.0,63.91,92.94,4.26,4457.0 +El Salvador,1988,America,5117577.0,65.28,93.35,4.15,4449.0 +El Salvador,1989,America,5184221.0,66.55,93.72,4.05,4408.0 +El Salvador,1990,America,5252082.0,67.7,94.06,3.95,4454.0 +El Salvador,1991,America,5321576.0,68.1,94.37,3.86,4545.0 +El Salvador,1992,America,5392142.0,68.9,94.68,3.78,4811.0 +El Salvador,1993,America,5461834.0,69.3,94.97,3.7,5086.0 +El Salvador,1994,America,5528012.0,69.6,95.26,3.61,5318.0 +El Salvador,1995,America,5588743.0,70.0,95.55,3.53,5589.0 +El Salvador,1996,America,5643363.0,70.3,95.83,3.43,5626.0 +El Salvador,1997,America,5692300.0,70.8,96.09,3.32,5817.0 +El Salvador,1998,America,5736075.0,71.0,96.34,3.2,5994.0 +El Salvador,1999,America,5775660.0,71.6,96.56,3.07,6165.0 +El Salvador,2000,America,5811836.0,71.9,96.76,2.93,6266.0 +El Salvador,2001,America,5844738.0,71.7,96.94,2.8,6345.0 +El Salvador,2002,America,5874301.0,72.5,97.1,2.68,6469.0 +El Salvador,2003,America,5900929.0,72.6,97.25,2.58,6595.0 +El Salvador,2004,America,5925089.0,72.8,97.39,2.5,6693.0 +El Salvador,2005,America,5947206.0,73.0,97.52,2.43,6907.0 +El Salvador,2006,America,5967556.0,73.3,97.64,2.39,7148.0 +El Salvador,2007,America,5986414.0,73.5,97.74,2.35,7391.0 +El Salvador,2008,America,6004199.0,73.7,97.84,2.32,7450.0 +El Salvador,2009,America,6021368.0,73.8,97.92,2.29,7180.0 +El Salvador,2010,America,6038306.0,74.1,98.0,2.26,7237.0 +El Salvador,2011,America,6055208.0,74.3,98.07,2.24,7352.0 +El Salvador,2012,America,6072233.0,74.5,98.14,2.21,7442.0 +El Salvador,2013,America,6089644.0,74.6,98.2,2.18,7515.0 +El Salvador,2014,America,6107706.0,74.8,98.26,2.16,7613.0 +El Salvador,2015,America,6126583.0,74.9,98.32,2.14,7776.0 +Equatorial Guinea,1800,Africa,80377.0,29.8,55.349,5.51,356.0 +Equatorial Guinea,1810,Africa,80377.0,29.8,55.349,5.51,360.0 +Equatorial Guinea,1820,Africa,81084.0,29.8,55.349,5.51,365.0 +Equatorial Guinea,1830,Africa,83105.0,29.8,55.349,5.51,370.0 +Equatorial Guinea,1840,Africa,85909.0,29.8,55.349,5.51,375.0 +Equatorial Guinea,1850,Africa,88807.0,29.8,55.349,5.51,380.0 +Equatorial Guinea,1860,Africa,91867.0,29.8,55.349,5.51,385.0 +Equatorial Guinea,1870,Africa,95032.0,29.8,55.349,5.51,390.0 +Equatorial Guinea,1880,Africa,98300.0,29.8,55.349,5.51,395.0 +Equatorial Guinea,1890,Africa,101679.0,29.8,55.349,5.51,401.0 +Equatorial Guinea,1900,Africa,105183.0,29.8,55.445,5.51,406.0 +Equatorial Guinea,1910,Africa,108802.0,29.8,56.139,5.51,420.0 +Equatorial Guinea,1920,Africa,113669.0,29.8,57.182,5.51,435.0 +Equatorial Guinea,1930,Africa,157032.0,29.8,58.23,5.51,453.0 +Equatorial Guinea,1940,Africa,170989.0,29.8,59.278,5.51,470.0 +Equatorial Guinea,1950,Africa,225536.0,34.35,64.964,5.51,488.0 +Equatorial Guinea,1951,Africa,230057.0,34.55,65.157,5.5,507.0 +Equatorial Guinea,1952,Africa,232757.0,34.9,65.565,5.5,517.0 +Equatorial Guinea,1953,Africa,234512.0,35.25,66.015,5.5,531.0 +Equatorial Guinea,1954,Africa,235993.0,35.59,66.507,5.5,553.0 +Equatorial Guinea,1955,Africa,237676.0,35.95,67.036,5.5,562.0 +Equatorial Guinea,1956,Africa,239826.0,36.3,67.60199999999999,5.5,577.0 +Equatorial Guinea,1957,Africa,242509.0,36.65,68.206,5.5,588.0 +Equatorial Guinea,1958,Africa,245617.0,36.99,68.845,5.5,598.0 +Equatorial Guinea,1959,Africa,248905.0,37.34,69.47399999999999,5.5,624.0 +Equatorial Guinea,1960,Africa,252115.0,37.69,70.09899999999999,5.51,678.0 +Equatorial Guinea,1961,Africa,255100.0,38.04,70.72,5.52,732.0 +Equatorial Guinea,1962,Africa,257940.0,38.38,71.331,5.53,806.0 +Equatorial Guinea,1963,Africa,260990.0,38.73,71.943,5.55,915.0 +Equatorial Guinea,1964,Africa,264743.0,39.08,72.554,5.57,1041.0 +Equatorial Guinea,1965,Africa,269427.0,39.44,73.163,5.6,1169.0 +Equatorial Guinea,1966,Africa,275470.0,39.78,73.77199999999998,5.62,1203.0 +Equatorial Guinea,1967,Africa,282445.0,40.13,74.384,5.64,1268.0 +Equatorial Guinea,1968,Africa,288701.0,40.48,74.959,5.66,1296.0 +Equatorial Guinea,1969,Africa,292014.0,40.82,75.579,5.67,1242.0 +Equatorial Guinea,1970,Africa,290905.0,41.17,76.08200000000002,5.68,1193.0 +Equatorial Guinea,1971,Africa,284915.0,41.52,76.54899999999998,5.68,1081.0 +Equatorial Guinea,1972,Africa,274906.0,41.87,76.982,5.68,933.0 +Equatorial Guinea,1973,Africa,262399.0,42.21,77.067,5.68,971.0 +Equatorial Guinea,1974,Africa,249587.0,42.56,77.152,5.68,1029.0 +Equatorial Guinea,1975,Africa,238240.0,42.91,77.236,5.67,1181.0 +Equatorial Guinea,1976,Africa,228491.0,43.28,77.321,5.68,1325.0 +Equatorial Guinea,1977,Africa,220352.0,43.65,77.405,5.68,1331.0 +Equatorial Guinea,1978,Africa,215284.0,44.04,77.488,5.69,1436.0 +Equatorial Guinea,1979,Africa,215014.0,44.44,77.572,5.71,1407.0 +Equatorial Guinea,1980,Africa,220605.0,44.85,76.52199999999998,5.73,1349.0 +Equatorial Guinea,1981,Africa,232934.0,45.26,77.126,5.75,1301.0 +Equatorial Guinea,1982,Africa,251301.0,45.69,77.82,5.78,1290.0 +Equatorial Guinea,1983,Africa,273199.0,46.11,78.25,5.8,1248.0 +Equatorial Guinea,1984,Africa,295090.0,46.52,78.69,5.83,1169.0 +Equatorial Guinea,1985,Africa,314407.0,46.92,79.08999999999997,5.85,1240.0 +Equatorial Guinea,1986,Africa,330247.0,47.33,79.49,5.87,1154.0 +Equatorial Guinea,1987,Africa,343290.0,47.73,79.86,5.88,1161.0 +Equatorial Guinea,1988,Africa,354488.0,48.14,80.25,5.89,1155.0 +Equatorial Guinea,1989,Africa,365451.0,48.52,80.64,5.9,1108.0 +Equatorial Guinea,1990,Africa,377363.0,48.9,81.05,5.9,1050.0 +Equatorial Guinea,1991,Africa,390381.0,48.7,81.42,5.9,1005.0 +Equatorial Guinea,1992,Africa,404081.0,48.7,81.80000000000003,5.9,1310.0 +Equatorial Guinea,1993,Africa,418409.0,48.6,82.17,5.9,1406.0 +Equatorial Guinea,1994,Africa,433197.0,48.5,82.54,5.9,1586.0 +Equatorial Guinea,1995,Africa,448332.0,48.5,82.88,5.9,1803.0 +Equatorial Guinea,1996,Africa,463844.0,48.9,83.24000000000002,5.89,2907.0 +Equatorial Guinea,1997,Africa,479836.0,50.3,83.61,5.87,7037.0 +Equatorial Guinea,1998,Africa,496330.0,51.2,83.99,5.85,8437.0 +Equatorial Guinea,1999,Africa,513347.0,52.0,84.39,5.81,10273.0 +Equatorial Guinea,2000,Africa,530896.0,52.9,84.78999999999998,5.77,11768.0 +Equatorial Guinea,2001,Africa,549007.0,54.0,85.21,5.73,18637.0 +Equatorial Guinea,2002,Africa,567664.0,54.9,85.61999999999998,5.68,21586.0 +Equatorial Guinea,2003,Africa,586772.0,55.3,86.04,5.63,23856.0 +Equatorial Guinea,2004,Africa,606201.0,55.9,86.46000000000002,5.57,31942.0 +Equatorial Guinea,2005,Africa,625866.0,56.0,86.88,5.52,36200.0 +Equatorial Guinea,2006,Africa,645718.0,56.8,87.31,5.46,33468.0 +Equatorial Guinea,2007,Africa,665798.0,57.1,87.72999999999998,5.39,36788.0 +Equatorial Guinea,2008,Africa,686223.0,57.5,88.16,5.31,40143.0 +Equatorial Guinea,2009,Africa,707155.0,58.0,88.53999999999998,5.23,35880.0 +Equatorial Guinea,2010,Africa,728710.0,58.6,88.91,5.14,34431.0 +Equatorial Guinea,2011,Africa,750918.0,58.7,89.27000000000002,5.04,35150.0 +Equatorial Guinea,2012,Africa,773729.0,59.4,89.63,4.95,35282.0 +Equatorial Guinea,2013,Africa,797082.0,60.5,89.97,4.85,32654.0 +Equatorial Guinea,2014,Africa,820885.0,61.0,90.26,4.75,30783.0 +Equatorial Guinea,2015,Africa,845060.0,61.0,90.59,4.65,31087.0 +Eritrea,1800,Africa,205010.0,30.2,55.88800000000001,6.96,532.0 +Eritrea,1810,Africa,205010.0,30.2,55.88800000000001,6.96,533.0 +Eritrea,1820,Africa,212440.0,30.2,55.88800000000001,6.96,534.0 +Eritrea,1830,Africa,234703.0,30.2,55.88800000000001,6.96,547.0 +Eritrea,1840,Africa,267839.0,30.2,55.88800000000001,6.96,561.0 +Eritrea,1850,Africa,305654.0,30.2,55.88800000000001,6.96,576.0 +Eritrea,1860,Africa,348752.0,30.2,55.88800000000001,6.96,591.0 +Eritrea,1870,Africa,397927.0,30.2,55.88800000000001,6.96,606.0 +Eritrea,1880,Africa,453535.0,30.2,55.88800000000001,6.96,622.0 +Eritrea,1890,Africa,516854.0,30.2,55.88800000000001,6.96,638.0 +Eritrea,1900,Africa,589732.0,30.2,55.983000000000004,6.96,654.0 +Eritrea,1910,Africa,672417.0,30.2,56.66899999999999,6.96,671.0 +Eritrea,1920,Africa,767181.0,30.2,57.699,6.96,699.0 +Eritrea,1930,Africa,875495.0,30.2,58.733999999999995,6.95,728.0 +Eritrea,1940,Africa,999101.0,30.2,59.63,6.94,758.0 +Eritrea,1950,Africa,1142150.0,36.29,66.462,6.92,789.0 +Eritrea,1951,Africa,1162658.0,36.47,66.63799999999999,6.94,798.0 +Eritrea,1952,Africa,1184694.0,36.75,66.815,6.96,806.0 +Eritrea,1953,Africa,1208141.0,37.02,67.141,6.98,838.0 +Eritrea,1954,Africa,1232905.0,37.29,67.506,6.99,823.0 +Eritrea,1955,Africa,1258926.0,37.58,67.90899999999999,6.99,851.0 +Eritrea,1956,Africa,1286171.0,37.86,68.35300000000001,6.98,863.0 +Eritrea,1957,Africa,1314633.0,38.14,68.83500000000001,6.97,841.0 +Eritrea,1958,Africa,1344338.0,38.42,69.35600000000001,6.95,852.0 +Eritrea,1959,Africa,1375321.0,38.73,69.873,6.93,858.0 +Eritrea,1960,Africa,1407631.0,39.03,70.765,6.9,885.0 +Eritrea,1961,Africa,1441297.0,39.35,71.63,6.87,899.0 +Eritrea,1962,Africa,1476321.0,39.69,72.46900000000002,6.84,912.0 +Eritrea,1963,Africa,1512671.0,40.04,73.283,6.81,927.0 +Eritrea,1964,Africa,1550297.0,40.41,74.074,6.78,937.0 +Eritrea,1965,Africa,1589187.0,40.81,74.84100000000002,6.75,974.0 +Eritrea,1966,Africa,1629333.0,41.22,75.58500000000002,6.73,998.0 +Eritrea,1967,Africa,1670821.0,41.66,76.30799999999998,6.71,1039.0 +Eritrea,1968,Africa,1713846.0,42.1,77.009,6.69,1068.0 +Eritrea,1969,Africa,1758668.0,42.56,77.689,6.67,1080.0 +Eritrea,1970,Africa,1805480.0,43.02,77.86,6.65,1037.0 +Eritrea,1971,Africa,1854395.0,43.47,78.05199999999998,6.64,1054.0 +Eritrea,1972,Africa,1905406.0,43.92,78.23400000000002,6.63,1068.0 +Eritrea,1973,Africa,1958444.0,44.35,78.446,6.62,1061.0 +Eritrea,1974,Africa,2013382.0,44.75,78.69,6.62,1035.0 +Eritrea,1975,Africa,2070145.0,45.14,79.12,6.61,965.0 +Eritrea,1976,Africa,2128597.0,45.49,79.53,6.62,948.0 +Eritrea,1977,Africa,2188806.0,45.8,79.92,6.62,931.0 +Eritrea,1978,Africa,2251129.0,46.09,80.28999999999998,6.62,864.0 +Eritrea,1979,Africa,2316054.0,46.38,80.61,6.63,940.0 +Eritrea,1980,Africa,2383858.0,46.66,80.89999999999998,6.63,942.0 +Eritrea,1981,Africa,2453689.0,46.97,81.18,6.63,943.0 +Eritrea,1982,Africa,2525005.0,47.33,81.47,6.62,925.0 +Eritrea,1983,Africa,2598626.0,47.74,81.77,6.61,966.0 +Eritrea,1984,Africa,2675717.0,48.21,82.09,6.59,913.0 +Eritrea,1985,Africa,2756493.0,48.77,82.43,6.57,783.0 +Eritrea,1986,Africa,2843141.0,49.38,82.82000000000002,6.55,831.0 +Eritrea,1987,Africa,2933871.0,50.06,83.25,6.54,915.0 +Eritrea,1988,Africa,3020278.0,50.8,83.73,6.52,891.0 +Eritrea,1989,Africa,3091083.0,51.58,84.27,6.5,858.0 +Eritrea,1990,Africa,3139083.0,52.4,84.86,6.49,850.0 +Eritrea,1991,Africa,3160644.0,53.4,85.5,6.47,939.0 +Eritrea,1992,Africa,3160617.0,54.9,86.18,6.44,1040.0 +Eritrea,1993,Africa,3150811.0,56.2,86.88,6.4,1175.0 +Eritrea,1994,Africa,3147871.0,57.0,87.59,6.35,1416.0 +Eritrea,1995,Africa,3164095.0,57.8,88.27000000000002,6.29,1438.0 +Eritrea,1996,Africa,3202598.0,58.4,88.92,6.23,1542.0 +Eritrea,1997,Africa,3260612.0,59.0,89.52,6.16,1623.0 +Eritrea,1998,Africa,3337227.0,58.8,90.08,6.09,1603.0 +Eritrea,1999,Africa,3429656.0,52.2,90.6,6.02,1550.0 +Eritrea,2000,Africa,3535156.0,37.6,91.09,5.94,1446.0 +Eritrea,2001,Africa,3655006.0,59.9,91.54,5.86,1511.0 +Eritrea,2002,Africa,3788532.0,60.0,91.96,5.77,1491.0 +Eritrea,2003,Africa,3928408.0,59.9,92.35,5.68,1389.0 +Eritrea,2004,Africa,4064958.0,60.0,92.71,5.58,1351.0 +Eritrea,2005,Africa,4191273.0,59.9,93.05,5.48,1332.0 +Eritrea,2006,Africa,4304440.0,60.0,93.37,5.37,1272.0 +Eritrea,2007,Africa,4406299.0,60.1,93.68,5.27,1246.0 +Eritrea,2008,Africa,4500638.0,60.1,93.96,5.16,1088.0 +Eritrea,2009,Africa,4593549.0,60.1,94.21,5.06,1095.0 +Eritrea,2010,Africa,4689664.0,60.1,94.44,4.97,1083.0 +Eritrea,2011,Africa,4789568.0,60.2,94.65,4.88,1139.0 +Eritrea,2012,Africa,4892233.0,60.3,94.84,4.79,1180.0 +Eritrea,2013,Africa,4998824.0,60.4,95.03,4.7,1157.0 +Eritrea,2014,Africa,5110444.0,60.6,95.19,4.61,1140.0 +Eritrea,2015,Africa,5227791.0,60.7,95.35,4.52,1129.0 +Estonia,1800,Europe,334136.0,36.14,63.785,5.59,938.0 +Estonia,1810,Europe,334136.0,34.86,63.785,4.99,949.0 +Estonia,1820,Europe,342427.0,43.39,63.785,5.01,960.0 +Estonia,1830,Europe,366799.0,35.38,63.785,5.0,1024.0 +Estonia,1840,Europe,402035.0,36.89,63.785,4.48,1093.0 +Estonia,1850,Europe,440656.0,34.02,63.785,4.46,1166.0 +Estonia,1860,Europe,482924.0,39.0,63.785,4.93,1243.0 +Estonia,1870,Europe,529246.0,41.25,65.862,4.36,1326.0 +Estonia,1880,Europe,579703.0,40.09,67.75999999999999,4.16,1415.0 +Estonia,1890,Europe,634935.0,42.27,69.702,3.87,1464.0 +Estonia,1900,Europe,695838.0,43.15,71.12899999999998,3.88,2024.0 +Estonia,1910,Europe,762326.0,47.04,75.416,3.43,2286.0 +Estonia,1920,Europe,835438.0,46.36,79.494,2.57,1762.0 +Estonia,1930,Europe,915693.0,54.81,82.941,2.33,3053.0 +Estonia,1940,Europe,1003658.0,56.8,86.696,2.16,3703.0 +Estonia,1950,Europe,1100998.0,58.67,90.89399999999999,2.09,4926.0 +Estonia,1951,Europe,1113247.0,59.91,91.583,2.08,4866.0 +Estonia,1952,Europe,1125245.0,61.13,92.219,2.07,5094.0 +Estonia,1953,Europe,1136906.0,63.7,92.807,2.05,5228.0 +Estonia,1954,Europe,1148217.0,65.05,93.35,2.04,5392.0 +Estonia,1955,Europe,1159238.0,65.73,93.853,2.02,5752.0 +Estonia,1956,Europe,1170105.0,67.36,94.318,2.01,6195.0 +Estonia,1957,Europe,1181025.0,67.84,94.747,1.99,6213.0 +Estonia,1958,Europe,1192265.0,68.29,95.14399999999999,1.98,6565.0 +Estonia,1959,Europe,1204117.0,68.72,95.511,1.96,6379.0 +Estonia,1960,Europe,1216831.0,69.42,95.494,1.95,6861.0 +Estonia,1961,Europe,1230521.0,69.74,96.013,1.95,7128.0 +Estonia,1962,Europe,1245098.0,69.93,96.412,1.94,7204.0 +Estonia,1963,Europe,1260239.0,69.99,96.44200000000001,1.95,6936.0 +Estonia,1964,Europe,1275471.0,70.74,96.378,1.95,7728.0 +Estonia,1965,Europe,1290437.0,70.81,97.002,1.97,8069.0 +Estonia,1966,Europe,1305025.0,70.78,97.124,1.99,8368.0 +Estonia,1967,Europe,1319284.0,71.08,97.218,2.01,8647.0 +Estonia,1968,Europe,1333213.0,70.7,97.2,2.04,9066.0 +Estonia,1969,Europe,1346854.0,70.4,97.407,2.07,9109.0 +Estonia,1970,Europe,1360236.0,70.51,97.284,2.1,9721.0 +Estonia,1971,Europe,1373336.0,70.71,97.369,2.12,9885.0 +Estonia,1972,Europe,1386099.0,70.48,97.586,2.13,9844.0 +Estonia,1973,Europe,1398497.0,70.83,97.56700000000001,2.13,10573.0 +Estonia,1974,Europe,1410492.0,70.94,97.332,2.13,10839.0 +Estonia,1975,Europe,1422070.0,70.26,97.378,2.11,10829.0 +Estonia,1976,Europe,1433207.0,69.88,97.356,2.1,11297.0 +Estonia,1977,Europe,1443926.0,70.01,97.28,2.08,11525.0 +Estonia,1978,Europe,1454309.0,69.87,97.448,2.07,11778.0 +Estonia,1979,Europe,1464468.0,69.66,97.231,2.06,11690.0 +Estonia,1980,Europe,1474487.0,69.75,97.29,2.06,11676.0 +Estonia,1981,Europe,1483938.0,69.62,97.38,2.08,11753.0 +Estonia,1982,Europe,1492704.0,70.03,97.47,2.1,12010.0 +Estonia,1983,Europe,1501490.0,69.95,97.55,2.13,12358.0 +Estonia,1984,Europe,1511272.0,69.83,97.62,2.17,12470.0 +Estonia,1985,Europe,1522477.0,69.97,97.69,2.19,12540.0 +Estonia,1986,Europe,1536112.0,71.11,97.74,2.19,13014.0 +Estonia,1987,Europe,1551288.0,71.13,97.8,2.17,13144.0 +Estonia,1988,Europe,1564278.0,71.17,97.85,2.12,13392.0 +Estonia,1989,Europe,1570051.0,70.73,97.91,2.04,13601.0 +Estonia,1990,Europe,1565320.0,70.1,97.98,1.94,13260.0 +Estonia,1991,Europe,1548287.0,69.6,98.05,1.83,12008.0 +Estonia,1992,Europe,1520879.0,69.3,98.13,1.71,10523.0 +Estonia,1993,Europe,1488120.0,68.2,98.22,1.6,9870.0 +Estonia,1994,Europe,1457145.0,66.3,98.32,1.51,9870.0 +Estonia,1995,Europe,1433076.0,67.7,98.42,1.43,10464.0 +Estonia,1996,Europe,1417786.0,69.8,98.52,1.38,11245.0 +Estonia,1997,Europe,1409718.0,70.0,98.62,1.34,12709.0 +Estonia,1998,Europe,1406388.0,69.5,98.72,1.32,13705.0 +Estonia,1999,Europe,1403821.0,70.2,98.81,1.31,13723.0 +Estonia,2000,Europe,1399145.0,70.4,98.9,1.32,14877.0 +Estonia,2001,Europe,1391754.0,70.0,98.98,1.34,15894.0 +Estonia,2002,Europe,1382735.0,70.9,99.06,1.38,16974.0 +Estonia,2003,Europe,1372890.0,71.5,99.14,1.42,18359.0 +Estonia,2004,Europe,1363549.0,72.0,99.21,1.47,19665.0 +Estonia,2005,Europe,1355662.0,72.5,99.27,1.52,21651.0 +Estonia,2006,Europe,1349369.0,72.9,99.33,1.57,24047.0 +Estonia,2007,Europe,1344233.0,73.0,99.39,1.6,26066.0 +Estonia,2008,Europe,1339941.0,74.2,99.45,1.62,24743.0 +Estonia,2009,Europe,1336013.0,74.9,99.5,1.63,21137.0 +Estonia,2010,Europe,1332089.0,76.4,99.55,1.63,21710.0 +Estonia,2011,Europe,1328068.0,76.3,99.59,1.62,23576.0 +Estonia,2012,Europe,1324040.0,76.7,99.63,1.61,24761.0 +Estonia,2013,Europe,1320050.0,77.5,99.66,1.6,25254.0 +Estonia,2014,Europe,1316203.0,77.6,99.68,1.61,25865.0 +Estonia,2015,Europe,1312558.0,77.8,99.7,1.62,26812.0 +Ethiopia,1800,Africa,2948990.0,29.7,55.211999999999996,7.17,523.0 +Ethiopia,1810,Africa,2948990.0,29.7,55.211999999999996,7.17,523.0 +Ethiopia,1820,Africa,3063453.0,29.7,55.211999999999996,7.17,524.0 +Ethiopia,1830,Africa,3407854.0,26.0,55.211999999999996,7.17,526.0 +Ethiopia,1840,Africa,3923805.0,29.7,55.211999999999996,7.17,528.0 +Ethiopia,1850,Africa,4517871.0,29.7,55.211999999999996,7.17,530.0 +Ethiopia,1860,Africa,5187597.0,29.7,55.211999999999996,7.17,531.0 +Ethiopia,1870,Africa,5956559.0,29.7,55.211999999999996,7.17,533.0 +Ethiopia,1880,Africa,6830859.0,27.0,55.211999999999996,7.17,535.0 +Ethiopia,1890,Africa,7832385.0,4.0,55.211999999999996,7.17,537.0 +Ethiopia,1900,Africa,8993179.0,29.7,55.309,7.17,539.0 +Ethiopia,1910,Africa,10317724.0,29.7,56.005,7.17,541.0 +Ethiopia,1920,Africa,11856154.0,29.7,57.05199999999999,7.17,547.0 +Ethiopia,1930,Africa,13651181.0,29.7,58.08599999999999,7.21,558.0 +Ethiopia,1940,Africa,15717976.0,28.0,59.1,7.28,569.0 +Ethiopia,1950,Africa,18128034.0,32.95,64.29499999999999,7.35,579.0 +Ethiopia,1951,Africa,18466918.0,33.09,64.608,7.3,586.0 +Ethiopia,1952,Africa,18819634.0,33.41,65.029,7.2,593.0 +Ethiopia,1953,Africa,19184239.0,33.8,65.601,7.12,617.0 +Ethiopia,1954,Africa,19559974.0,34.23,66.315,7.05,607.0 +Ethiopia,1955,Africa,19947265.0,34.72,67.06400000000001,6.99,629.0 +Ethiopia,1956,Africa,20347793.0,35.25,67.947,6.95,638.0 +Ethiopia,1957,Africa,20764427.0,32.41,68.83500000000001,6.92,622.0 +Ethiopia,1958,Africa,21200998.0,30.37,69.699,6.9,631.0 +Ethiopia,1959,Africa,21661944.0,37.08,70.538,6.89,636.0 +Ethiopia,1960,Africa,22151218.0,37.72,71.355,6.88,657.0 +Ethiopia,1961,Africa,22671131.0,38.35,72.149,6.88,668.0 +Ethiopia,1962,Africa,23221331.0,38.94,72.92099999999998,6.88,678.0 +Ethiopia,1963,Africa,23798378.0,39.49,73.67099999999998,6.87,690.0 +Ethiopia,1964,Africa,24396965.0,39.36,74.40100000000002,6.87,698.0 +Ethiopia,1965,Africa,25013551.0,38.13,75.11,6.86,727.0 +Ethiopia,1966,Africa,25641176.0,39.09,75.8,6.87,746.0 +Ethiopia,1967,Africa,26280771.0,41.09,75.85,6.88,777.0 +Ethiopia,1968,Africa,26945459.0,41.38,75.9,6.9,800.0 +Ethiopia,1969,Africa,27653622.0,41.65,75.88000000000002,6.94,810.0 +Ethiopia,1970,Africa,28414999.0,41.9,75.89,6.98,778.0 +Ethiopia,1971,Africa,29246170.0,42.14,75.88000000000002,7.02,792.0 +Ethiopia,1972,Africa,30135007.0,41.98,75.89,7.06,803.0 +Ethiopia,1973,Africa,31028728.0,39.85,75.9,7.09,799.0 +Ethiopia,1974,Africa,31855294.0,37.71,75.9,7.12,780.0 +Ethiopia,1975,Africa,32568539.0,38.78,75.85,7.14,729.0 +Ethiopia,1976,Africa,33144537.0,42.86,75.79,7.17,716.0 +Ethiopia,1977,Africa,33614153.0,42.41,75.73,7.2,704.0 +Ethiopia,1978,Africa,34053431.0,42.07,75.7,7.23,655.0 +Ethiopia,1979,Africa,34569428.0,42.74,75.72,7.27,713.0 +Ethiopia,1980,Africa,35239974.0,42.8,75.84,7.32,715.0 +Ethiopia,1981,Africa,36093319.0,42.87,76.07,7.36,717.0 +Ethiopia,1982,Africa,37109517.0,42.93,76.4,7.4,704.0 +Ethiopia,1983,Africa,38259376.0,42.5,76.8,7.42,736.0 +Ethiopia,1984,Africa,39493503.0,39.46,77.24,7.44,696.0 +Ethiopia,1985,Africa,40775997.0,35.43,77.66,7.44,597.0 +Ethiopia,1986,Africa,42097111.0,41.39,78.07,7.42,635.0 +Ethiopia,1987,Africa,43470219.0,43.95,78.45,7.39,700.0 +Ethiopia,1988,Africa,44908705.0,44.4,78.8,7.35,682.0 +Ethiopia,1989,Africa,46433604.0,44.82,79.16,7.3,657.0 +Ethiopia,1990,Africa,48057094.0,45.2,79.54,7.25,653.0 +Ethiopia,1991,Africa,49784987.0,46.9,79.98,7.19,585.0 +Ethiopia,1992,Africa,51602776.0,47.8,80.5,7.14,516.0 +Ethiopia,1993,Africa,53477944.0,48.4,81.11,7.09,564.0 +Ethiopia,1994,Africa,55366517.0,48.8,81.80000000000003,7.05,562.0 +Ethiopia,1995,Africa,57237226.0,49.2,82.5,7.0,578.0 +Ethiopia,1996,Africa,59076414.0,50.0,83.17,6.94,630.0 +Ethiopia,1997,Africa,60893264.0,50.6,83.8,6.86,630.0 +Ethiopia,1998,Africa,62707547.0,51.1,84.38,6.77,591.0 +Ethiopia,1999,Africa,64550161.0,50.6,84.92,6.66,604.0 +Ethiopia,2000,Africa,66443603.0,52.1,85.49,6.53,623.0 +Ethiopia,2001,Africa,68393128.0,52.7,86.1,6.38,656.0 +Ethiopia,2002,Africa,70391170.0,53.6,86.78,6.22,647.0 +Ethiopia,2003,Africa,72432290.0,54.3,87.52,6.05,615.0 +Ethiopia,2004,Africa,74506974.0,55.2,88.3,5.87,679.0 +Ethiopia,2005,Africa,76608431.0,56.1,89.09,5.69,738.0 +Ethiopia,2006,Africa,78735675.0,57.2,89.87,5.52,796.0 +Ethiopia,2007,Africa,80891968.0,58.6,90.62,5.35,863.0 +Ethiopia,2008,Africa,83079608.0,60.0,91.31,5.19,931.0 +Ethiopia,2009,Africa,85302099.0,61.2,91.92,5.04,986.0 +Ethiopia,2010,Africa,87561814.0,62.1,92.43,4.9,1081.0 +Ethiopia,2011,Africa,89858696.0,62.9,92.87,4.77,1171.0 +Ethiopia,2012,Africa,92191211.0,63.6,93.23,4.64,1240.0 +Ethiopia,2013,Africa,94558374.0,64.2,93.54,4.52,1336.0 +Ethiopia,2014,Africa,96958732.0,64.7,93.82,4.4,1432.0 +Ethiopia,2015,Africa,99390750.0,65.2,94.08,4.28,1520.0 +Fiji,1800,Asia,130533.0,26.1,50.112,6.45,785.0 +Fiji,1810,Asia,132682.0,26.1,50.112,6.45,786.0 +Fiji,1820,Asia,134860.0,26.1,50.112,6.45,787.0 +Fiji,1830,Asia,137074.0,26.1,50.112,6.45,814.0 +Fiji,1840,Asia,138446.0,26.1,50.112,6.45,842.0 +Fiji,1850,Asia,137063.0,26.1,50.112,6.45,872.0 +Fiji,1860,Asia,133713.0,26.1,50.112,6.45,902.0 +Fiji,1870,Asia,130491.0,26.1,50.112,6.45,933.0 +Fiji,1880,Asia,126850.0,26.1,50.112,6.45,965.0 +Fiji,1890,Asia,122056.0,26.1,50.112,6.45,998.0 +Fiji,1900,Asia,121907.0,26.1,50.22,6.45,1033.0 +Fiji,1910,Asia,137826.0,26.1,50.99500000000001,5.89,1068.0 +Fiji,1920,Asia,155276.0,26.1,50.596,5.34,1284.0 +Fiji,1930,Asia,180533.0,31.1,57.22799999999999,4.78,1651.0 +Fiji,1940,Asia,220933.0,41.11,68.90899999999999,5.17,2123.0 +Fiji,1950,Asia,288993.0,51.03,86.43,6.3,2729.0 +Fiji,1951,Asia,296206.0,51.3,87.41,6.4,2798.0 +Fiji,1952,Asia,304813.0,51.85,88.31,6.59,2869.0 +Fiji,1953,Asia,314352.0,52.38,89.13,6.73,2942.0 +Fiji,1954,Asia,324480.0,52.9,89.87,6.82,3016.0 +Fiji,1955,Asia,334976.0,53.4,90.52,6.87,3093.0 +Fiji,1956,Asia,345746.0,53.89,91.1,6.87,3171.0 +Fiji,1957,Asia,356817.0,54.36,91.63,6.83,3252.0 +Fiji,1958,Asia,368320.0,54.81,92.08,6.74,3334.0 +Fiji,1959,Asia,380452.0,55.26,92.48,6.62,3419.0 +Fiji,1960,Asia,393383.0,55.7,92.82,6.46,3505.0 +Fiji,1961,Asia,407152.0,56.12,93.13,6.28,3508.0 +Fiji,1962,Asia,421576.0,56.54,93.4,6.09,3513.0 +Fiji,1963,Asia,436208.0,56.94,93.62,5.88,3613.0 +Fiji,1964,Asia,450452.0,57.35,93.83,5.68,3671.0 +Fiji,1965,Asia,463884.0,57.75,94.0,5.48,3471.0 +Fiji,1966,Asia,476329.0,58.14,94.15,5.28,3382.0 +Fiji,1967,Asia,487911.0,58.52,94.27,5.08,3744.0 +Fiji,1968,Asia,498887.0,58.89,94.36,4.89,3953.0 +Fiji,1969,Asia,509659.0,59.26,94.42,4.71,3971.0 +Fiji,1970,Asia,520529.0,59.61,94.47,4.54,4384.0 +Fiji,1971,Asia,531601.0,59.96,94.51,4.4,4590.0 +Fiji,1972,Asia,542811.0,60.29,94.54,4.28,4834.0 +Fiji,1973,Asia,554109.0,60.6,94.58,4.18,5287.0 +Fiji,1974,Asia,565386.0,60.91,94.64,4.11,5319.0 +Fiji,1975,Asia,576592.0,61.21,94.72,4.05,5245.0 +Fiji,1976,Asia,587523.0,61.5,94.84,4.02,5291.0 +Fiji,1977,Asia,598258.0,61.8,95.0,3.99,5506.0 +Fiji,1978,Asia,609348.0,62.09,95.18,3.97,5510.0 +Fiji,1979,Asia,621541.0,62.37,95.39,3.94,6066.0 +Fiji,1980,Asia,635256.0,62.65,95.6,3.91,5843.0 +Fiji,1981,Asia,650957.0,62.92,95.8,3.86,6066.0 +Fiji,1982,Asia,668196.0,63.2,96.0,3.81,5560.0 +Fiji,1983,Asia,685389.0,63.46,96.17,3.76,5208.0 +Fiji,1984,Asia,700366.0,63.71,96.32,3.69,5528.0 +Fiji,1985,Asia,711663.0,63.96,96.46,3.63,5193.0 +Fiji,1986,Asia,718548.0,64.2,96.59,3.57,5545.0 +Fiji,1987,Asia,721725.0,64.43,96.7,3.51,5160.0 +Fiji,1988,Asia,722918.0,64.66,96.82,3.47,5204.0 +Fiji,1989,Asia,724624.0,64.88,96.92,3.43,5583.0 +Fiji,1990,Asia,728626.0,65.1,97.02,3.4,5694.0 +Fiji,1991,Asia,735469.0,65.1,97.12,3.37,5488.0 +Fiji,1992,Asia,744534.0,65.0,97.2,3.35,5751.0 +Fiji,1993,Asia,755024.0,64.8,97.28,3.33,5792.0 +Fiji,1994,Asia,765666.0,64.7,97.34,3.31,6002.0 +Fiji,1995,Asia,775498.0,64.5,97.38,3.28,6073.0 +Fiji,1996,Asia,784479.0,64.3,97.42,3.24,6291.0 +Fiji,1997,Asia,792859.0,64.1,97.46,3.21,6087.0 +Fiji,1998,Asia,800314.0,64.2,97.49,3.17,6108.0 +Fiji,1999,Asia,806494.0,64.1,97.52,3.13,6594.0 +Fiji,2000,Asia,811223.0,64.2,97.55,3.09,6444.0 +Fiji,2001,Asia,814215.0,64.4,97.58,3.05,6548.0 +Fiji,2002,Asia,815691.0,64.5,97.61,3.0,6745.0 +Fiji,2003,Asia,816626.0,64.6,97.63,2.95,6804.0 +Fiji,2004,Asia,818355.0,64.7,97.63,2.91,7149.0 +Fiji,2005,Asia,821820.0,64.8,97.63,2.86,7169.0 +Fiji,2006,Asia,827390.0,64.8,97.62,2.82,7253.0 +Fiji,2007,Asia,834729.0,64.9,97.61,2.77,7128.0 +Fiji,2008,Asia,843206.0,64.9,97.6,2.74,7129.0 +Fiji,2009,Asia,851854.0,64.9,97.6,2.7,6959.0 +Fiji,2010,Asia,859952.0,65.2,97.61,2.67,7098.0 +Fiji,2011,Asia,867327.0,65.3,97.63,2.64,7228.0 +Fiji,2012,Asia,874158.0,65.4,97.65,2.62,7303.0 +Fiji,2013,Asia,880487.0,65.6,97.68,2.59,7502.0 +Fiji,2014,Asia,886450.0,65.7,97.71,2.56,7735.0 +Fiji,2015,Asia,892145.0,65.8,97.76,2.54,7925.0 +Finland,1800,Europe,977662.0,36.57,57.996,4.92,1244.0 +Finland,1810,Europe,1070625.0,36.95,60.528999999999996,5.1,1267.0 +Finland,1820,Europe,1190807.0,37.29,64.48700000000001,4.55,1290.0 +Finland,1830,Europe,1327905.0,36.3,63.785,4.85,1360.0 +Finland,1840,Europe,1467238.0,41.47,64.94800000000001,4.59,1434.0 +Finland,1850,Europe,1607810.0,37.35,65.178,4.78,1512.0 +Finland,1860,Europe,1734254.0,38.15,62.902,4.84,1594.0 +Finland,1870,Europe,1847468.0,45.66,78.154,4.86,1897.0 +Finland,1880,Europe,2047577.0,39.67,71.194,5.01,1925.0 +Finland,1890,Europe,2358344.0,44.61,76.163,4.83,2305.0 +Finland,1900,Europe,2633389.0,41.8,73.03999999999998,4.83,2789.0 +Finland,1910,Europe,2930441.0,48.53,80.87899999999998,4.6,3192.0 +Finland,1920,Europe,3140763.0,47.55,81.956,3.76,3097.0 +Finland,1930,Europe,3450505.0,54.47,89.36399999999998,2.75,4489.0 +Finland,1940,Europe,3696232.0,46.65,88.55,2.15,5439.0 +Finland,1950,Europe,4008299.0,64.25,94.904,3.16,7198.0 +Finland,1951,Europe,4049689.0,65.68,95.8,3.01,7738.0 +Finland,1952,Europe,4095130.0,66.56,95.95,3.06,7914.0 +Finland,1953,Europe,4142353.0,66.63,96.11,2.96,7877.0 +Finland,1954,Europe,4189559.0,67.59,96.27,2.93,8470.0 +Finland,1955,Europe,4235423.0,67.39,96.43,2.93,8802.0 +Finland,1956,Europe,4279108.0,68.01,96.6,2.91,8971.0 +Finland,1957,Europe,4320250.0,67.51,96.77,2.86,9302.0 +Finland,1958,Europe,4358901.0,68.65,96.96,2.68,9276.0 +Finland,1959,Europe,4395427.0,68.83,97.14,2.75,9751.0 +Finland,1960,Europe,4430228.0,69.03,97.32,2.71,10560.0 +Finland,1961,Europe,4463432.0,69.07,97.48,2.65,11286.0 +Finland,1962,Europe,4494623.0,68.78,97.62,2.66,11560.0 +Finland,1963,Europe,4522727.0,69.19,97.75,2.66,11858.0 +Finland,1964,Europe,4546343.0,69.4,97.87,2.58,12389.0 +Finland,1965,Europe,4564690.0,69.16,97.98,2.46,13006.0 +Finland,1966,Europe,4577033.0,69.68,98.07,2.41,13269.0 +Finland,1967,Europe,4584264.0,69.86,98.16,2.32,13477.0 +Finland,1968,Europe,4589226.0,69.82,98.24,2.15,13726.0 +Finland,1969,Europe,4595807.0,69.7,98.31,1.94,15058.0 +Finland,1970,Europe,4606740.0,70.4,98.39,1.83,16245.0 +Finland,1971,Europe,4623389.0,70.22,98.46,1.7,16564.0 +Finland,1972,Europe,4644847.0,70.91,98.54,1.59,17722.0 +Finland,1973,Europe,4668813.0,71.42,98.62,1.5,18804.0 +Finland,1974,Europe,4691818.0,71.34,98.69,1.62,19273.0 +Finland,1975,Europe,4711459.0,71.89,98.78,1.69,19409.0 +Finland,1976,Europe,4726803.0,72.04,98.86,1.72,19268.0 +Finland,1977,Europe,4738949.0,72.56,98.94,1.69,19261.0 +Finland,1978,Europe,4749940.0,73.13,99.01,1.65,19608.0 +Finland,1979,Europe,4762758.0,73.42,99.08,1.64,20918.0 +Finland,1980,Europe,4779454.0,73.71,99.13,1.63,21965.0 +Finland,1981,Europe,4800899.0,74.03,99.18,1.65,22279.0 +Finland,1982,Europe,4826135.0,74.6,99.21,1.72,22873.0 +Finland,1983,Europe,4853196.0,74.51,99.24,1.74,23351.0 +Finland,1984,Europe,4879222.0,74.82,99.26,1.7,23926.0 +Finland,1985,Europe,4902219.0,74.49,99.27,1.64,24630.0 +Finland,1986,Europe,4921293.0,74.86,99.27,1.6,25133.0 +Finland,1987,Europe,4937259.0,74.89,99.28,1.59,26086.0 +Finland,1988,Europe,4951886.0,74.85,99.29,1.7,27282.0 +Finland,1989,Europe,4967776.0,75.07,99.31,1.71,28735.0 +Finland,1990,Europe,4986705.0,75.1,99.33,1.79,28599.0 +Finland,1991,Europe,5009381.0,75.4,99.36,1.8,26761.0 +Finland,1992,Europe,5034898.0,75.7,99.39,1.85,25726.0 +Finland,1993,Europe,5061465.0,76.0,99.42,1.81,25414.0 +Finland,1994,Europe,5086499.0,76.4,99.45,1.85,26301.0 +Finland,1995,Europe,5108176.0,76.7,99.48,1.81,27303.0 +Finland,1996,Europe,5126021.0,76.8,99.51,1.76,28210.0 +Finland,1997,Europe,5140755.0,77.1,99.53,1.75,29884.0 +Finland,1998,Europe,5153229.0,77.3,99.54,1.71,31423.0 +Finland,1999,Europe,5164780.0,77.5,99.56,1.73,32743.0 +Finland,2000,Europe,5176482.0,77.8,99.57,1.73,34517.0 +Finland,2001,Europe,5188446.0,78.1,99.58,1.73,35327.0 +Finland,2002,Europe,5200632.0,78.3,99.59,1.72,35834.0 +Finland,2003,Europe,5213800.0,78.5,99.6,1.76,36461.0 +Finland,2004,Europe,5228842.0,78.8,99.61,1.8,37783.0 +Finland,2005,Europe,5246368.0,79.0,99.62,1.8,38700.0 +Finland,2006,Europe,5266600.0,79.2,99.64,1.84,40115.0 +Finland,2007,Europe,5289333.0,79.4,99.65,1.83,42016.0 +Finland,2008,Europe,5314170.0,79.6,99.67,1.85,42122.0 +Finland,2009,Europe,5340485.0,79.8,99.68,1.86,38455.0 +Finland,2010,Europe,5367693.0,80.0,99.7,1.87,39425.0 +Finland,2011,Europe,5395816.0,80.3,99.71,1.83,40251.0 +Finland,2012,Europe,5424644.0,80.5,99.73,1.8,39489.0 +Finland,2013,Europe,5453061.0,80.8,99.74,1.85,38788.0 +Finland,2014,Europe,5479660.0,80.9,99.76,1.85,38569.0 +Finland,2015,Europe,5503457.0,80.9,99.77,1.86,38923.0 +France,1800,Europe,29355111.0,33.97,58.76600000000001,4.41,1803.0 +France,1810,Europe,30293172.0,37.4,66.699,3.9,1839.0 +France,1820,Europe,31549988.0,39.21,71.516,3.84,1876.0 +France,1830,Europe,33174810.0,39.56,71.709,3.72,1799.0 +France,1840,Europe,34854476.0,40.37,73.926,3.56,2184.0 +France,1850,Europe,36277905.0,43.28,76.18599999999998,3.49,2146.0 +France,1860,Europe,37461341.0,43.33,75.67399999999998,3.4,3086.0 +France,1870,Europe,38170355.0,36.41,69.969,3.44,3297.0 +France,1880,Europe,39014053.0,42.73,74.3,3.36,3555.0 +France,1890,Europe,40015501.0,43.36,74.936,2.95,3639.0 +France,1900,Europe,40628638.0,45.08,77.602,2.8,4314.0 +France,1910,Europe,41294572.0,51.37,84.038,2.57,4542.0 +France,1920,Europe,39069937.0,51.6,83.821,2.69,4550.0 +France,1930,Europe,41662571.0,56.87,89.807,2.3,6835.0 +France,1940,Europe,40927546.0,49.45,89.632,2.0,4821.0 +France,1950,Europe,41879607.0,66.43,94.29,2.83,7914.0 +France,1951,Europe,42071027.0,66.17,94.66,2.81,8301.0 +France,1952,Europe,42365756.0,67.46,95.03,2.76,8446.0 +France,1953,Europe,42724452.0,67.4,95.37,2.72,8622.0 +France,1954,Europe,43118110.0,68.27,95.69,2.7,9006.0 +France,1955,Europe,43528065.0,68.54,95.98,2.68,9453.0 +France,1956,Europe,43946534.0,68.57,96.26,2.69,9907.0 +France,1957,Europe,44376073.0,69.0,96.52,2.7,10442.0 +France,1958,Europe,44827950.0,70.24,96.76,2.72,10681.0 +France,1959,Europe,45319442.0,70.27,96.97,2.74,10911.0 +France,1960,Europe,45865699.0,70.49,97.15,2.77,11642.0 +France,1961,Europe,46471083.0,71.07,97.3,2.8,12168.0 +France,1962,Europe,47121575.0,70.61,97.43,2.81,12767.0 +France,1963,Europe,47781535.0,70.46,97.55,2.81,13235.0 +France,1964,Europe,48402900.0,71.43,97.66,2.8,13969.0 +France,1965,Europe,48952283.0,71.26,97.77,2.77,14514.0 +France,1966,Europe,49411342.0,71.67,97.86,2.73,15158.0 +France,1967,Europe,49791771.0,71.67,97.94,2.68,15759.0 +France,1968,Europe,50126895.0,71.66,98.01,2.62,16321.0 +France,1969,Europe,50466183.0,71.4,98.09,2.56,17339.0 +France,1970,Europe,50843830.0,72.29,98.18,2.49,18185.0 +France,1971,Europe,51273975.0,72.27,98.26,2.41,18891.0 +France,1972,Europe,51741044.0,72.52,98.34,2.33,19570.0 +France,1973,Europe,52214014.0,72.69,98.41,2.24,20486.0 +France,1974,Europe,52647616.0,73.04,98.46,2.14,20997.0 +France,1975,Europe,53010727.0,73.13,98.5,2.06,20851.0 +France,1976,Europe,53293030.0,73.38,98.55,1.98,21661.0 +France,1977,Europe,53509578.0,73.99,98.61,1.92,22270.0 +France,1978,Europe,53685486.0,74.12,98.67,1.87,22928.0 +France,1979,Europe,53857610.0,74.43,98.72,1.85,23647.0 +France,1980,Europe,54053224.0,74.53,98.76,1.83,23962.0 +France,1981,Europe,54279038.0,74.69,98.81,1.84,24186.0 +France,1982,Europe,54528408.0,75.07,98.85,1.84,24753.0 +France,1983,Europe,54799049.0,75.06,98.89,1.85,25188.0 +France,1984,Europe,55084677.0,75.56,98.93,1.85,25497.0 +France,1985,Europe,55379923.0,75.67,98.97,1.84,25917.0 +France,1986,Europe,55686610.0,75.95,99.0,1.83,26453.0 +France,1987,Europe,56005443.0,76.55,99.02,1.81,26963.0 +France,1988,Europe,56328053.0,76.78,99.04,1.79,28101.0 +France,1989,Europe,56643349.0,76.91,99.07,1.77,28942.0 +France,1990,Europe,56943299.0,77.2,99.1,1.75,29476.0 +France,1991,Europe,57226524.0,77.3,99.14,1.74,29707.0 +France,1992,Europe,57495252.0,77.6,99.19,1.72,30033.0 +France,1993,Europe,57749881.0,77.7,99.24,1.72,29719.0 +France,1994,Europe,57991973.0,78.0,99.3,1.72,30303.0 +France,1995,Europe,58224051.0,78.2,99.35,1.72,30823.0 +France,1996,Europe,58443318.0,78.4,99.39,1.74,31141.0 +France,1997,Europe,58652709.0,78.7,99.42,1.75,31756.0 +France,1998,Europe,58867465.0,78.7,99.44,1.77,32764.0 +France,1999,Europe,59107738.0,78.8,99.45,1.8,33707.0 +France,2000,Europe,59387183.0,79.1,99.46,1.82,34774.0 +France,2001,Europe,59711914.0,79.2,99.47,1.84,35197.0 +France,2002,Europe,60075783.0,79.4,99.49,1.87,35333.0 +France,2003,Europe,60464857.0,79.6,99.51,1.89,35371.0 +France,2004,Europe,60858654.0,80.2,99.53,1.92,36090.0 +France,2005,Europe,61241700.0,80.4,99.54,1.94,36395.0 +France,2006,Europe,61609991.0,80.7,99.55,1.95,37001.0 +France,2007,Europe,61966193.0,81.0,99.56,1.96,37641.0 +France,2008,Europe,62309529.0,81.1,99.57,1.97,37505.0 +France,2009,Europe,62640901.0,81.2,99.57,1.98,36215.0 +France,2010,Europe,62961136.0,81.4,99.57,1.98,36745.0 +France,2011,Europe,63268405.0,81.6,99.57,1.98,37328.0 +France,2012,Europe,63561798.0,81.6,99.57,1.98,37227.0 +France,2013,Europe,63844529.0,81.7,99.56,1.98,37309.0 +France,2014,Europe,64121249.0,81.7,99.56,1.98,37218.0 +France,2015,Europe,64395345.0,81.8,99.57,1.98,37599.0 +Gabon,1800,Africa,158227.0,30.6,56.42100000000001,6.5,390.0 +Gabon,1810,Africa,158227.0,30.6,56.42100000000001,6.5,391.0 +Gabon,1820,Africa,161794.0,30.6,56.42100000000001,6.5,391.0 +Gabon,1830,Africa,172241.0,30.6,56.42100000000001,6.5,392.0 +Gabon,1840,Africa,187256.0,30.6,56.42100000000001,6.5,393.0 +Gabon,1850,Africa,203580.0,30.6,56.42100000000001,6.5,393.0 +Gabon,1860,Africa,221711.0,30.6,56.42100000000001,6.5,394.0 +Gabon,1870,Africa,241457.0,30.6,56.42100000000001,6.5,394.0 +Gabon,1880,Africa,262844.0,30.6,56.42100000000001,6.5,395.0 +Gabon,1890,Africa,286111.0,30.6,56.42100000000001,6.5,396.0 +Gabon,1900,Africa,311589.0,30.6,56.515,6.5,396.0 +Gabon,1910,Africa,339240.0,30.6,57.192,6.5,413.0 +Gabon,1920,Africa,369219.0,30.6,58.21000000000001,6.5,430.0 +Gabon,1930,Africa,401405.0,30.6,59.233000000000004,5.99,501.0 +Gabon,1940,Africa,436398.0,30.6,60.24,4.97,577.0 +Gabon,1950,Africa,473300.0,35.59,67.22200000000001,3.95,658.0 +Gabon,1951,Africa,475864.0,35.84,67.51,3.95,711.0 +Gabon,1952,Africa,477711.0,36.34,68.214,3.97,769.0 +Gabon,1953,Africa,479237.0,36.8,68.845,3.99,831.0 +Gabon,1954,Africa,480768.0,37.19,69.408,4.03,899.0 +Gabon,1955,Africa,482558.0,37.54,70.00500000000001,4.07,971.0 +Gabon,1956,Africa,484780.0,37.83,70.533,4.12,1050.0 +Gabon,1957,Africa,487537.0,38.1,71.09400000000002,4.17,1134.0 +Gabon,1958,Africa,490867.0,38.33,71.68900000000002,4.24,1226.0 +Gabon,1959,Africa,494759.0,38.56,72.27199999999998,4.31,1324.0 +Gabon,1960,Africa,499189.0,38.83,72.85300000000002,4.38,1431.0 +Gabon,1961,Africa,504174.0,39.15,73.428,4.46,1638.0 +Gabon,1962,Africa,509806.0,39.56,74.17399999999998,4.54,1874.0 +Gabon,1963,Africa,516270.0,40.07,74.91300000000003,4.62,2144.0 +Gabon,1964,Africa,523793.0,40.7,75.81,4.69,2454.0 +Gabon,1965,Africa,532512.0,41.42,76.69399999999997,4.77,2807.0 +Gabon,1966,Africa,542562.0,42.21,77.723,4.83,2679.0 +Gabon,1967,Africa,553829.0,43.06,78.73,4.9,3219.0 +Gabon,1968,Africa,565878.0,43.9,79.607,4.96,3423.0 +Gabon,1969,Africa,578114.0,44.74,80.575,5.02,3836.0 +Gabon,1970,Africa,590119.0,45.55,81.497,5.08,4656.0 +Gabon,1971,Africa,601734.0,46.35,82.375,5.14,5793.0 +Gabon,1972,Africa,613129.0,47.13,83.212,5.21,6180.0 +Gabon,1973,Africa,624625.0,47.9,84.00800000000002,5.28,8349.0 +Gabon,1974,Africa,636702.0,48.68,84.76700000000002,5.34,18287.0 +Gabon,1975,Africa,649719.0,49.45,85.49,5.41,18169.0 +Gabon,1976,Africa,663774.0,50.23,86.179,5.48,21774.0 +Gabon,1977,Africa,678786.0,51.01,86.835,5.54,20699.0 +Gabon,1978,Africa,694734.0,51.81,87.46000000000002,5.6,22649.0 +Gabon,1979,Africa,711544.0,52.61,87.89,5.65,24502.0 +Gabon,1980,Africa,729165.0,53.42,88.32,5.68,27736.0 +Gabon,1981,Africa,747593.0,54.24,88.73,5.71,27631.0 +Gabon,1982,Africa,766867.0,55.07,89.12,5.72,24800.0 +Gabon,1983,Africa,787017.0,55.88,89.46,5.72,26740.0 +Gabon,1984,Africa,808088.0,56.66,89.77,5.71,25707.0 +Gabon,1985,Africa,830091.0,57.4,90.03999999999998,5.69,23142.0 +Gabon,1986,Africa,853039.0,58.04,90.26,5.65,18203.0 +Gabon,1987,Africa,876877.0,58.58,90.43,5.61,16383.0 +Gabon,1988,Africa,901473.0,59.0,90.58,5.55,15076.0 +Gabon,1989,Africa,926648.0,59.32,90.69,5.49,19870.0 +Gabon,1990,Africa,952269.0,59.5,90.78,5.42,19358.0 +Gabon,1991,Africa,978252.0,59.8,90.87,5.34,19995.0 +Gabon,1992,Africa,1004598.0,60.2,90.96,5.26,18868.0 +Gabon,1993,Africa,1031358.0,60.1,91.05,5.17,19101.0 +Gabon,1994,Africa,1058625.0,59.9,91.14,5.08,19298.0 +Gabon,1995,Africa,1086449.0,59.8,91.22,4.99,19738.0 +Gabon,1996,Africa,1114879.0,59.6,91.3,4.9,19933.0 +Gabon,1997,Africa,1143838.0,59.9,91.38,4.81,20545.0 +Gabon,1998,Africa,1173114.0,60.0,91.46,4.74,20729.0 +Gabon,1999,Africa,1202412.0,59.7,91.54,4.66,18413.0 +Gabon,2000,Africa,1231548.0,59.3,91.64,4.6,17630.0 +Gabon,2001,Africa,1260435.0,59.0,91.77,4.54,17579.0 +Gabon,2002,Africa,1289192.0,59.4,91.92,4.49,17126.0 +Gabon,2003,Africa,1318093.0,59.4,92.08,4.45,17105.0 +Gabon,2004,Africa,1347524.0,59.4,92.27,4.41,16822.0 +Gabon,2005,Africa,1377777.0,60.1,92.47,4.37,17069.0 +Gabon,2006,Africa,1408920.0,60.9,92.68,4.34,16059.0 +Gabon,2007,Africa,1440902.0,61.6,92.93,4.3,16693.0 +Gabon,2008,Africa,1473741.0,61.7,93.2,4.28,15800.0 +Gabon,2009,Africa,1507428.0,62.1,93.45,4.25,15238.0 +Gabon,2010,Africa,1541936.0,63.0,93.7,4.21,15982.0 +Gabon,2011,Africa,1577298.0,63.3,93.95,4.18,16590.0 +Gabon,2012,Africa,1613489.0,63.9,94.21,4.14,17252.0 +Gabon,2013,Africa,1650351.0,64.4,94.39,4.09,17580.0 +Gabon,2014,Africa,1687673.0,65.0,94.61,4.03,17912.0 +Gabon,2015,Africa,1725292.0,65.9,94.78,3.97,18627.0 +Gambia,1800,Africa,103274.0,28.8,53.979,6.51,813.0 +Gambia,1810,Africa,103274.0,28.8,53.979,6.51,818.0 +Gambia,1820,Africa,105337.0,28.8,53.979,6.51,823.0 +Gambia,1830,Africa,111354.0,28.8,53.979,6.51,828.0 +Gambia,1840,Africa,119945.0,28.8,53.979,6.51,833.0 +Gambia,1850,Africa,129198.0,28.8,53.979,6.51,838.0 +Gambia,1860,Africa,139176.0,28.8,53.979,6.51,843.0 +Gambia,1870,Africa,149924.0,28.8,53.979,6.51,848.0 +Gambia,1880,Africa,161446.0,28.8,53.979,6.51,853.0 +Gambia,1890,Africa,173847.0,28.8,53.979,6.51,859.0 +Gambia,1900,Africa,187273.0,28.8,54.07899999999999,6.51,864.0 +Gambia,1910,Africa,201692.0,28.8,54.794,6.51,880.0 +Gambia,1920,Africa,217254.0,28.8,55.881,6.51,896.0 +Gambia,1930,Africa,234015.0,28.8,56.99100000000001,6.26,927.0 +Gambia,1940,Africa,252069.0,28.8,58.1,5.74,959.0 +Gambia,1950,Africa,271372.0,31.52,59.86600000000001,5.23,991.0 +Gambia,1951,Africa,272719.0,31.85,60.07599999999999,5.24,1025.0 +Gambia,1952,Africa,276771.0,32.33,60.285,5.27,1034.0 +Gambia,1953,Africa,283502.0,32.78,60.493,5.3,1050.0 +Gambia,1954,Africa,292713.0,33.22,60.7,5.33,1084.0 +Gambia,1955,Africa,304033.0,33.65,60.90500000000001,5.37,1092.0 +Gambia,1956,Africa,316906.0,34.06,61.11,5.4,1106.0 +Gambia,1957,Africa,330603.0,34.46,61.79,5.44,1119.0 +Gambia,1958,Africa,344265.0,34.86,62.45,5.48,1120.0 +Gambia,1959,Africa,356966.0,35.27,63.13999999999999,5.53,1154.0 +Gambia,1960,Africa,367929.0,35.7,63.75999999999999,5.57,1196.0 +Gambia,1961,Africa,376736.0,36.16,64.36999999999999,5.62,1353.0 +Gambia,1962,Africa,383525.0,36.68,64.97,5.67,1298.0 +Gambia,1963,Africa,389070.0,37.26,65.58999999999999,5.72,1268.0 +Gambia,1964,Africa,394552.0,37.91,66.17,5.78,1312.0 +Gambia,1965,Africa,400865.0,38.66,66.75999999999999,5.83,1412.0 +Gambia,1966,Africa,408182.0,39.47,67.35,5.88,1597.0 +Gambia,1967,Africa,416342.0,40.36,67.95,5.94,1602.0 +Gambia,1968,Africa,425509.0,41.3,68.54,5.99,1575.0 +Gambia,1969,Africa,435800.0,42.3,69.12,6.04,1691.0 +Gambia,1970,Africa,447283.0,43.31,69.74000000000001,6.09,1478.0 +Gambia,1971,Africa,460193.0,44.36,70.36,6.14,1597.0 +Gambia,1972,Africa,474538.0,45.42,71.0,6.19,1660.0 +Gambia,1973,Africa,489860.0,46.47,71.65,6.23,1684.0 +Gambia,1974,Africa,505512.0,47.51,72.31,6.26,1956.0 +Gambia,1975,Africa,521070.0,48.56,72.96000000000002,6.29,1778.0 +Gambia,1976,Africa,536409.0,49.58,73.61,6.32,1923.0 +Gambia,1977,Africa,551823.0,50.6,74.25,6.33,1957.0 +Gambia,1978,Africa,567828.0,51.61,74.88,6.34,1799.0 +Gambia,1979,Africa,585155.0,52.62,75.51,6.34,2028.0 +Gambia,1980,Africa,604371.0,53.61,76.15,6.34,1772.0 +Gambia,1981,Africa,625413.0,54.59,76.81,6.32,1703.0 +Gambia,1982,Africa,648202.0,55.55,77.47,6.3,1861.0 +Gambia,1983,Africa,673230.0,56.48,78.17,6.28,1586.0 +Gambia,1984,Africa,701097.0,57.37,78.88,6.25,1494.0 +Gambia,1985,Africa,732092.0,58.21,79.60000000000002,6.22,1323.0 +Gambia,1986,Africa,766598.0,58.97,80.32000000000002,6.19,1347.0 +Gambia,1987,Africa,804134.0,59.65,81.01,6.16,1371.0 +Gambia,1988,Africa,843060.0,60.26,81.69,6.14,1463.0 +Gambia,1989,Africa,881146.0,60.81,82.34,6.12,1510.0 +Gambia,1990,Africa,916811.0,61.3,82.98,6.11,1517.0 +Gambia,1991,Africa,949490.0,61.5,83.58,6.1,1510.0 +Gambia,1992,Africa,979701.0,61.5,84.15,6.08,1513.0 +Gambia,1993,Africa,1008296.0,62.0,84.71,6.07,1515.0 +Gambia,1994,Africa,1036627.0,62.3,85.25,6.06,1475.0 +Gambia,1995,Africa,1065746.0,62.6,85.76,6.04,1448.0 +Gambia,1996,Africa,1095839.0,62.8,86.26,6.02,1439.0 +Gambia,1997,Africa,1126786.0,63.1,86.75,6.0,1468.0 +Gambia,1998,Africa,1159001.0,63.4,87.21,5.97,1477.0 +Gambia,1999,Africa,1192920.0,63.4,87.68,5.94,1527.0 +Gambia,2000,Africa,1228863.0,63.6,88.12,5.92,1564.0 +Gambia,2001,Africa,1267103.0,63.9,88.55,5.89,1606.0 +Gambia,2002,Africa,1307674.0,63.8,88.98,5.87,1506.0 +Gambia,2003,Africa,1350345.0,64.4,89.4,5.85,1559.0 +Gambia,2004,Africa,1394727.0,64.7,89.81,5.83,1617.0 +Gambia,2005,Africa,1440542.0,64.9,90.21,5.81,1552.0 +Gambia,2006,Africa,1487731.0,65.2,90.58,5.8,1521.0 +Gambia,2007,Africa,1536424.0,65.3,90.94,5.8,1528.0 +Gambia,2008,Africa,1586749.0,65.7,91.26,5.8,1566.0 +Gambia,2009,Africa,1638899.0,66.0,91.57,5.8,1615.0 +Gambia,2010,Africa,1693002.0,66.5,91.86,5.8,1667.0 +Gambia,2011,Africa,1749099.0,67.1,92.14,5.79,1545.0 +Gambia,2012,Africa,1807108.0,67.5,92.39,5.78,1584.0 +Gambia,2013,Africa,1866878.0,67.8,92.64,5.75,1608.0 +Gambia,2014,Africa,1928201.0,68.0,92.89,5.72,1555.0 +Gambia,2015,Africa,1990924.0,68.1,93.11,5.67,1644.0 +Georgia,1800,Europe,1072178.0,31.87,60.31999999999999,7.8,543.0 +Georgia,1810,Europe,1072178.0,31.87,61.14200000000001,7.8,544.0 +Georgia,1820,Europe,1098744.0,31.87,61.946999999999996,7.8,545.0 +Georgia,1830,Europe,1176832.0,31.87,62.73500000000001,7.8,571.0 +Georgia,1840,Europe,1289717.0,31.87,63.50700000000001,7.8,599.0 +Georgia,1850,Europe,1413431.0,31.87,64.263,7.8,628.0 +Georgia,1860,Europe,1548450.0,31.87,65.003,7.8,658.0 +Georgia,1870,Europe,1696367.0,29.34,65.72800000000001,7.8,690.0 +Georgia,1880,Europe,1857427.0,30.87,66.438,7.8,724.0 +Georgia,1890,Europe,2033664.0,32.87,67.133,7.8,737.0 +Georgia,1900,Europe,2227930.0,33.77,67.814,7.8,1003.0 +Georgia,1910,Europe,2439935.0,36.27,70.83500000000002,7.03,1115.0 +Georgia,1920,Europe,2673184.0,37.0,73.572,6.27,520.0 +Georgia,1930,Europe,2929603.0,41.46,76.05199999999998,5.5,1188.0 +Georgia,1940,Europe,3210619.0,47.67,82.74000000000002,3.67,1766.0 +Georgia,1950,Europe,3527004.0,59.77,87.54899999999998,3.1,2349.0 +Georgia,1951,Europe,3584698.0,59.96,87.71600000000002,3.07,2320.0 +Georgia,1952,Europe,3646321.0,60.36,88.01299999999998,3.01,2429.0 +Georgia,1953,Europe,3710132.0,60.75,88.324,2.97,2493.0 +Georgia,1954,Europe,3774810.0,61.15,88.64399999999998,2.94,2571.0 +Georgia,1955,Europe,3839464.0,61.54,88.97399999999998,2.92,2743.0 +Georgia,1956,Europe,3903647.0,61.93,89.31400000000002,2.92,2954.0 +Georgia,1957,Europe,3967337.0,62.32,89.65899999999998,2.93,2962.0 +Georgia,1958,Europe,4030874.0,62.72,90.01299999999998,2.94,3130.0 +Georgia,1959,Europe,4094846.0,63.11,90.36,2.95,3041.0 +Georgia,1960,Europe,4159769.0,63.5,90.757,2.96,3271.0 +Georgia,1961,Europe,4225733.0,63.9,90.939,2.97,3404.0 +Georgia,1962,Europe,4292101.0,64.31,91.117,2.95,3445.0 +Georgia,1963,Europe,4357379.0,64.71,91.292,2.92,3322.0 +Georgia,1964,Europe,4419583.0,65.11,91.463,2.86,3707.0 +Georgia,1965,Europe,4477328.0,65.52,91.631,2.8,3877.0 +Georgia,1966,Europe,4529961.0,65.9,91.796,2.74,4128.0 +Georgia,1967,Europe,4577953.0,66.26,91.958,2.68,4347.0 +Georgia,1968,Europe,4622441.0,66.6,92.116,2.64,4505.0 +Georgia,1969,Europe,4665146.0,66.93,92.271,2.61,4685.0 +Georgia,1970,Europe,4707327.0,67.24,92.423,2.6,5212.0 +Georgia,1971,Europe,4749544.0,67.54,92.572,2.59,5303.0 +Georgia,1972,Europe,4791480.0,67.85,92.718,2.58,5415.0 +Georgia,1973,Europe,4832510.0,68.17,92.862,2.56,5727.0 +Georgia,1974,Europe,4871634.0,68.47,93.002,2.54,6192.0 +Georgia,1975,Europe,4908265.0,68.76,93.14,2.5,6611.0 +Georgia,1976,Europe,4942018.0,69.0,93.37,2.46,6979.0 +Georgia,1977,Europe,4973542.0,69.19,93.57,2.42,7425.0 +Georgia,1978,Europe,5004521.0,69.31,93.77,2.38,7941.0 +Georgia,1979,Europe,5037237.0,69.37,93.98,2.34,8485.0 +Georgia,1980,Europe,5073241.0,69.4,94.17,2.32,8825.0 +Georgia,1981,Europe,5111792.0,69.42,94.35,2.3,9236.0 +Georgia,1982,Europe,5151850.0,69.46,94.53,2.28,9363.0 +Georgia,1983,Europe,5194091.0,69.52,94.68,2.28,9703.0 +Georgia,1984,Europe,5239352.0,69.62,94.82,2.28,10158.0 +Georgia,1985,Europe,5287328.0,69.75,94.93,2.27,10580.0 +Georgia,1986,Europe,5340061.0,69.86,95.02,2.27,9633.0 +Georgia,1987,Europe,5394998.0,69.94,95.09,2.26,9670.0 +Georgia,1988,Europe,5441772.0,69.96,95.14,2.24,10135.0 +Georgia,1989,Europe,5466610.0,69.95,95.19,2.22,9379.0 +Georgia,1990,Europe,5460309.0,69.9,95.23,2.18,8018.0 +Georgia,1991,Europe,5418449.0,69.9,95.28,2.13,6282.0 +Georgia,1992,Europe,5345624.0,69.4,95.34,2.08,3435.0 +Georgia,1993,Europe,5252850.0,69.2,95.4,2.01,2410.0 +Georgia,1994,Europe,5156079.0,70.2,95.48,1.95,2181.0 +Georgia,1995,Europe,5067143.0,70.7,95.57,1.88,2298.0 +Georgia,1996,Europe,4989723.0,71.2,95.7,1.81,2621.0 +Georgia,1997,Europe,4921287.0,71.3,95.85,1.75,2951.0 +Georgia,1998,Europe,4859954.0,71.4,96.02,1.69,3072.0 +Georgia,1999,Europe,4801695.0,71.4,96.22,1.64,3185.0 +Georgia,2000,Europe,4743591.0,71.4,96.43,1.61,3269.0 +Georgia,2001,Europe,4685769.0,71.7,96.66,1.59,3451.0 +Georgia,2002,Europe,4629853.0,71.6,96.89,1.59,3664.0 +Georgia,2003,Europe,4575993.0,71.7,97.11,1.61,4096.0 +Georgia,2004,Europe,4524444.0,71.5,97.33,1.64,4346.0 +Georgia,2005,Europe,4475273.0,71.8,97.54,1.68,4716.0 +Georgia,2006,Europe,4429186.0,71.9,97.73,1.72,5116.0 +Georgia,2007,Europe,4385885.0,72.1,97.91,1.76,5760.0 +Georgia,2008,Europe,4343290.0,71.8,98.07,1.79,5900.0 +Georgia,2009,Europe,4298591.0,72.1,98.21,1.81,5642.0 +Georgia,2010,Europe,4250132.0,72.2,98.34,1.82,5938.0 +Georgia,2011,Europe,4196401.0,72.2,98.45,1.82,6322.0 +Georgia,2012,Europe,4138920.0,72.4,98.56,1.82,6702.0 +Georgia,2013,Europe,4082727.0,72.5,98.66,1.82,6930.0 +Georgia,2014,Europe,4034774.0,72.6,98.74,1.82,7233.0 +Georgia,2015,Europe,3999812.0,72.9,98.81,1.81,7474.0 +Germany,1800,Europe,22886919.0,38.37,65.97500000000001,5.4,1639.0 +Germany,1810,Europe,23882461.0,38.37,65.97500000000001,5.35,1759.0 +Germany,1820,Europe,25507768.0,38.37,65.97500000000001,5.37,1887.0 +Germany,1830,Europe,28016571.0,38.37,61.144,4.78,2024.0 +Germany,1840,Europe,31016143.0,38.37,51.44300000000001,4.9,2102.0 +Germany,1850,Europe,33663143.0,38.37,51.768,5.01,2182.0 +Germany,1860,Europe,36383150.0,38.37,57.776,4.9,2509.0 +Germany,1870,Europe,39702235.0,38.37,51.605,5.18,2819.0 +Germany,1880,Europe,43577358.0,38.91,61.00400000000001,5.06,3057.0 +Germany,1890,Europe,48211294.0,40.91,63.268,5.2,3733.0 +Germany,1900,Europe,55293434.0,43.92,62.783,4.93,4596.0 +Germany,1910,Europe,64064129.0,48.41,73.646,4.01,5162.0 +Germany,1920,Europe,62277173.0,53.5,79.277,2.4,4482.0 +Germany,1930,Europe,66439556.0,59.46,87.76100000000002,1.88,6791.0 +Germany,1940,Europe,71244059.0,60.66,91.271,2.4,9711.0 +Germany,1950,Europe,69786246.0,66.91,93.883,2.07,7251.0 +Germany,1951,Europe,70111671.0,67.08,94.097,2.08,7884.0 +Germany,1952,Europe,70421462.0,67.4,94.303,2.11,8561.0 +Germany,1953,Europe,70720721.0,67.7,94.502,2.14,9252.0 +Germany,1954,Europe,71015688.0,68.0,94.694,2.17,9926.0 +Germany,1955,Europe,71313740.0,68.28,94.879,2.21,10998.0 +Germany,1956,Europe,71623569.0,68.57,95.05799999999999,2.25,11751.0 +Germany,1957,Europe,71955005.0,68.49,95.231,2.29,12385.0 +Germany,1958,Europe,72318498.0,69.23,95.397,2.33,12884.0 +Germany,1959,Europe,72724260.0,69.34,95.55799999999999,2.37,13759.0 +Germany,1960,Europe,73179665.0,69.26,95.713,2.41,14808.0 +Germany,1961,Europe,73686490.0,69.85,95.94,2.44,15317.0 +Germany,1962,Europe,74238494.0,70.01,96.155,2.47,15872.0 +Germany,1963,Europe,74820389.0,70.1,96.358,2.49,16221.0 +Germany,1964,Europe,75410766.0,70.66,96.551,2.49,17100.0 +Germany,1965,Europe,75990737.0,70.65,96.733,2.48,17838.0 +Germany,1966,Europe,76558016.0,70.77,96.906,2.44,18262.0 +Germany,1967,Europe,77106876.0,70.99,97.069,2.37,18311.0 +Germany,1968,Europe,77611000.0,70.64,97.28,2.28,19254.0 +Germany,1969,Europe,78038271.0,70.48,97.36,2.17,20409.0 +Germany,1970,Europe,78366605.0,70.72,97.43,2.04,21218.0 +Germany,1971,Europe,78584779.0,70.94,97.51,1.92,21695.0 +Germany,1972,Europe,78700104.0,71.16,97.6,1.8,22497.0 +Germany,1973,Europe,78732884.0,71.41,97.69,1.7,23461.0 +Germany,1974,Europe,78713928.0,71.71,97.8,1.62,23662.0 +Germany,1975,Europe,78667327.0,71.56,97.92,1.56,23630.0 +Germany,1976,Europe,78604473.0,72.02,98.05,1.53,24904.0 +Germany,1977,Europe,78524727.0,72.63,98.17,1.5,25678.0 +Germany,1978,Europe,78426715.0,72.6,98.29,1.49,26444.0 +Germany,1979,Europe,78305017.0,72.96,98.4,1.48,27515.0 +Germany,1980,Europe,78159527.0,73.14,98.5,1.47,27765.0 +Germany,1981,Europe,77990369.0,73.37,98.59,1.47,27846.0 +Germany,1982,Europe,77812348.0,73.69,98.68,1.46,27645.0 +Germany,1983,Europe,77657451.0,73.97,98.75,1.46,28227.0 +Germany,1984,Europe,77566776.0,74.44,98.82,1.46,29135.0 +Germany,1985,Europe,77570009.0,74.55,98.89,1.45,29851.0 +Germany,1986,Europe,77671877.0,74.75,98.94,1.44,30514.0 +Germany,1987,Europe,77864381.0,75.15,98.99,1.43,30986.0 +Germany,1988,Europe,78146938.0,75.33,99.05,1.41,31906.0 +Germany,1989,Europe,78514790.0,75.51,99.1,1.38,32706.0 +Germany,1990,Europe,78958237.0,75.4,99.15,1.36,31476.0 +Germany,1991,Europe,79483739.0,75.6,99.2,1.34,32844.0 +Germany,1992,Europe,80075940.0,76.0,99.24,1.32,33221.0 +Germany,1993,Europe,80675999.0,76.1,99.28,1.31,32689.0 +Germany,1994,Europe,81206786.0,76.4,99.32,1.31,33375.0 +Germany,1995,Europe,81612900.0,76.6,99.35,1.31,33843.0 +Germany,1996,Europe,81870772.0,76.9,99.38,1.32,34008.0 +Germany,1997,Europe,81993831.0,77.3,99.41,1.33,34578.0 +Germany,1998,Europe,82010184.0,77.6,99.43,1.34,35254.0 +Germany,1999,Europe,81965830.0,77.8,99.45,1.35,35931.0 +Germany,2000,Europe,81895925.0,78.1,99.46,1.35,36953.0 +Germany,2001,Europe,81809438.0,78.4,99.48,1.35,37517.0 +Germany,2002,Europe,81699829.0,78.6,99.49,1.35,37458.0 +Germany,2003,Europe,81569481.0,78.8,99.5,1.35,37167.0 +Germany,2004,Europe,81417791.0,79.2,99.51,1.35,37614.0 +Germany,2005,Europe,81246801.0,79.4,99.53,1.35,37901.0 +Germany,2006,Europe,81055904.0,79.7,99.54,1.36,39352.0 +Germany,2007,Europe,80854515.0,79.9,99.55,1.36,40693.0 +Germany,2008,Europe,80665906.0,80.0,99.56,1.37,41199.0 +Germany,2009,Europe,80519685.0,80.1,99.57,1.38,38975.0 +Germany,2010,Europe,80435307.0,80.3,99.58,1.39,40632.0 +Germany,2011,Europe,80424665.0,80.5,99.59,1.4,42080.0 +Germany,2012,Europe,80477952.0,80.6,99.6,1.41,42959.0 +Germany,2013,Europe,80565861.0,80.7,99.61,1.42,42887.0 +Germany,2014,Europe,80646262.0,80.7,99.62,1.43,43444.0 +Germany,2015,Europe,80688545.0,80.8,99.63,1.44,44053.0 +Ghana,1800,Africa,2016034.0,28.0,52.861999999999995,6.43,696.0 +Ghana,1810,Africa,2016034.0,28.0,52.861999999999995,6.43,701.0 +Ghana,1820,Africa,1990667.0,28.0,52.861999999999995,6.43,707.0 +Ghana,1830,Africa,1920723.0,28.0,52.861999999999995,6.43,713.0 +Ghana,1840,Africa,1829118.0,28.0,52.861999999999995,6.43,718.0 +Ghana,1850,Africa,1741881.0,28.0,52.861999999999995,6.43,724.0 +Ghana,1860,Africa,1658980.0,28.0,52.861999999999995,6.43,730.0 +Ghana,1870,Africa,1625206.0,28.0,52.861999999999995,6.43,736.0 +Ghana,1880,Africa,1677747.0,28.0,52.861999999999995,6.43,752.0 +Ghana,1890,Africa,1781078.0,28.0,52.861999999999995,6.43,769.0 +Ghana,1900,Africa,1891249.0,28.0,53.461999999999996,6.43,725.0 +Ghana,1910,Africa,2007947.0,28.0,54.801,6.43,952.0 +Ghana,1920,Africa,2420362.0,28.0,56.475,6.43,1570.0 +Ghana,1930,Africa,3079535.0,30.62,61.285,6.42,1763.0 +Ghana,1940,Africa,3918230.0,35.87,68.19,6.39,1861.0 +Ghana,1950,Africa,4980878.0,41.37,74.33000000000001,6.37,1682.0 +Ghana,1951,Africa,5068433.0,41.66,74.92,6.39,1704.0 +Ghana,1952,Africa,5191221.0,42.22,75.51,6.42,1634.0 +Ghana,1953,Africa,5339179.0,42.76,76.05,6.46,1816.0 +Ghana,1954,Africa,5504255.0,43.3,76.56,6.5,1996.0 +Ghana,1955,Africa,5680406.0,43.83,77.05,6.54,1822.0 +Ghana,1956,Africa,5863686.0,44.36,77.5,6.58,2167.0 +Ghana,1957,Africa,6052159.0,44.87,77.91,6.62,1936.0 +Ghana,1958,Africa,6245642.0,45.37,78.27,6.67,2092.0 +Ghana,1959,Africa,6445283.0,45.86,78.61,6.71,2145.0 +Ghana,1960,Africa,6652285.0,46.34,78.91,6.75,2246.0 +Ghana,1961,Africa,6866545.0,46.8,79.14,6.79,2267.0 +Ghana,1962,Africa,7085463.0,47.25,79.33,6.83,2316.0 +Ghana,1963,Africa,7303432.0,47.66,79.5,6.86,2334.0 +Ghana,1964,Africa,7513286.0,48.07,79.62,6.89,2322.0 +Ghana,1965,Africa,7710547.0,48.44,79.69,6.92,2290.0 +Ghana,1966,Africa,7890992.0,48.8,79.71000000000002,6.94,2230.0 +Ghana,1967,Africa,8057442.0,49.14,79.73,6.95,2208.0 +Ghana,1968,Africa,8221021.0,49.46,79.72,6.96,2177.0 +Ghana,1969,Africa,8397346.0,49.78,79.75,6.96,2240.0 +Ghana,1970,Africa,8596977.0,50.08,79.81,6.95,2455.0 +Ghana,1971,Africa,8827273.0,50.39,79.93,6.94,2527.0 +Ghana,1972,Africa,9083575.0,50.7,80.15,6.92,2396.0 +Ghana,1973,Africa,9350111.0,51.02,80.47,6.89,2458.0 +Ghana,1974,Africa,9604280.0,51.35,80.89999999999998,6.86,2559.0 +Ghana,1975,Africa,9831409.0,51.68,81.41000000000003,6.82,2190.0 +Ghana,1976,Africa,10023471.0,52.0,81.93,6.77,2072.0 +Ghana,1977,Africa,10189889.0,52.33,82.42,6.72,2085.0 +Ghana,1978,Africa,10354490.0,52.63,82.84,6.67,2226.0 +Ghana,1979,Africa,10550770.0,52.95,83.16,6.61,2130.0 +Ghana,1980,Africa,10802025.0,53.26,83.38,6.54,2090.0 +Ghana,1981,Africa,11117608.0,53.6,83.54,6.47,1960.0 +Ghana,1982,Africa,11488112.0,53.95,83.69,6.39,1766.0 +Ghana,1983,Africa,11895130.0,54.34,83.87,6.31,1628.0 +Ghana,1984,Africa,12311166.0,54.76,84.15,6.22,1710.0 +Ghana,1985,Africa,12716238.0,55.23,84.54,6.13,1740.0 +Ghana,1986,Africa,13103975.0,55.75,85.03,6.04,1778.0 +Ghana,1987,Africa,13480381.0,56.31,85.59,5.94,1813.0 +Ghana,1988,Africa,13852597.0,56.89,86.18,5.83,1865.0 +Ghana,1989,Africa,14232493.0,57.47,86.74,5.73,1909.0 +Ghana,1990,Africa,14628260.0,58.0,87.26,5.62,1920.0 +Ghana,1991,Africa,15042736.0,58.4,87.69,5.51,1965.0 +Ghana,1992,Africa,15471527.0,58.7,88.03,5.39,1985.0 +Ghana,1993,Africa,15907244.0,59.5,88.29,5.28,2024.0 +Ghana,1994,Africa,16339344.0,59.6,88.49000000000002,5.17,2036.0 +Ghana,1995,Africa,16760991.0,60.0,88.66000000000004,5.06,2066.0 +Ghana,1996,Africa,17169214.0,60.1,88.84,4.96,2110.0 +Ghana,1997,Africa,17568583.0,59.8,89.05,4.87,2148.0 +Ghana,1998,Africa,17969006.0,60.1,89.31,4.79,2199.0 +Ghana,1999,Africa,18384426.0,60.1,89.60000000000002,4.73,2244.0 +Ghana,2000,Africa,18824994.0,60.0,89.92999999999998,4.67,2273.0 +Ghana,2001,Africa,19293804.0,59.9,90.27,4.62,2306.0 +Ghana,2002,Africa,19788181.0,60.0,90.58,4.57,2350.0 +Ghana,2003,Africa,20305396.0,60.2,90.87,4.51,2409.0 +Ghana,2004,Africa,20840493.0,60.5,91.13,4.46,2479.0 +Ghana,2005,Africa,21389514.0,60.8,91.35,4.39,2558.0 +Ghana,2006,Africa,21951891.0,61.2,91.56,4.33,2652.0 +Ghana,2007,Africa,22528041.0,61.6,91.78,4.26,2751.0 +Ghana,2008,Africa,23115919.0,62.0,92.01,4.19,2907.0 +Ghana,2009,Africa,23713164.0,62.4,92.26,4.12,2934.0 +Ghana,2010,Africa,24317734.0,62.9,92.53,4.05,3091.0 +Ghana,2011,Africa,24928503.0,63.5,92.81,3.99,3446.0 +Ghana,2012,Africa,25544565.0,64.1,93.08,3.92,3685.0 +Ghana,2013,Africa,26164432.0,64.5,93.35,3.86,3873.0 +Ghana,2014,Africa,26786598.0,64.8,93.6,3.8,3953.0 +Ghana,2015,Africa,27409893.0,65.3,93.84,3.74,4099.0 +Greece,1800,Europe,2151155.0,36.6,63.903,6.03,1371.0 +Greece,1810,Europe,2230659.0,36.6,63.903,6.03,1395.0 +Greece,1820,Europe,2347727.0,36.6,63.903,6.03,1420.0 +Greece,1830,Europe,2537857.0,36.6,63.903,6.03,1541.0 +Greece,1840,Europe,2781619.0,36.6,63.903,6.03,1672.0 +Greece,1850,Europe,3048571.0,36.6,63.903,6.03,1815.0 +Greece,1860,Europe,3333279.0,36.6,63.903,3.81,1888.0 +Greece,1870,Europe,3655056.0,36.6,63.903,3.77,1963.0 +Greece,1880,Europe,4024333.0,36.9,64.255,3.27,2275.0 +Greece,1890,Europe,4441125.0,38.18,65.749,4.73,2636.0 +Greece,1900,Europe,4882706.0,40.0,67.83,5.47,3028.0 +Greece,1910,Europe,5241874.0,42.0,70.44800000000002,4.22,3440.0 +Greece,1920,Europe,5640215.0,44.65,89.515,2.97,4081.0 +Greece,1930,Europe,6253203.0,50.15,85.26599999999998,4.19,4723.0 +Greece,1940,Europe,7149235.0,54.34,85.455,3.29,4510.0 +Greece,1950,Europe,7566002.0,65.5,95.595,2.27,3811.0 +Greece,1951,Europe,7635277.0,65.57,94.322,2.28,4098.0 +Greece,1952,Europe,7706022.0,65.72,93.732,2.29,4076.0 +Greece,1953,Europe,7779457.0,65.92,94.175,2.3,4581.0 +Greece,1954,Europe,7856029.0,66.16,93.69,2.3,4673.0 +Greece,1955,Europe,7935409.0,66.46,94.02,2.29,4978.0 +Greece,1956,Europe,8016443.0,66.79,94.04,2.28,5355.0 +Greece,1957,Europe,8097202.0,67.16,94.09,2.27,5656.0 +Greece,1958,Europe,8175140.0,67.57,94.17,2.25,5860.0 +Greece,1959,Europe,8247359.0,67.99,94.29,2.23,6011.0 +Greece,1960,Europe,8311386.0,68.41,94.42,2.22,6219.0 +Greece,1961,Europe,8366020.0,68.8,94.57,2.22,6708.0 +Greece,1962,Europe,8412059.0,69.14,94.73,2.22,6920.0 +Greece,1963,Europe,8452617.0,69.44,94.89,2.23,7598.0 +Greece,1964,Europe,8492232.0,69.69,95.06,2.26,8197.0 +Greece,1965,Europe,8534252.0,69.91,95.23,2.29,8931.0 +Greece,1966,Europe,8580600.0,70.12,95.38,2.32,9414.0 +Greece,1967,Europe,8630672.0,70.34,95.54,2.35,9822.0 +Greece,1968,Europe,8682351.0,70.59,95.73,2.36,10458.0 +Greece,1969,Europe,8732308.0,70.88,95.99,2.37,11466.0 +Greece,1970,Europe,8778676.0,71.2,96.25,2.36,12366.0 +Greece,1971,Europe,8819206.0,71.53,96.46,2.36,13227.0 +Greece,1972,Europe,8856097.0,71.85,96.59,2.35,14818.0 +Greece,1973,Europe,8897126.0,72.13,96.68,2.35,15373.0 +Greece,1974,Europe,8952862.0,72.39,96.76,2.35,14801.0 +Greece,1975,Europe,9030080.0,72.62,96.86,2.34,15594.0 +Greece,1976,Europe,9132531.0,72.85,96.99,2.34,16413.0 +Greece,1977,Europe,9255749.0,73.1,97.14,2.32,16765.0 +Greece,1978,Europe,9388188.0,73.38,97.32,2.28,17707.0 +Greece,1979,Europe,9513594.0,73.68,97.49,2.24,18184.0 +Greece,1980,Europe,9620274.0,74.01,97.66,2.17,18373.0 +Greece,1981,Europe,9704947.0,74.33,97.81,2.09,18270.0 +Greece,1982,Europe,9771250.0,74.64,97.94,2.01,18286.0 +Greece,1983,Europe,9822999.0,74.94,98.05,1.91,18309.0 +Greece,1984,Europe,9866725.0,75.21,98.16,1.82,18776.0 +Greece,1985,Europe,9907831.0,75.47,98.26,1.73,19345.0 +Greece,1986,Europe,9945576.0,75.73,98.36,1.65,19657.0 +Greece,1987,Europe,9979755.0,76.01,98.47,1.58,19575.0 +Greece,1988,Europe,10017036.0,76.32,98.57,1.51,20486.0 +Greece,1989,Europe,10065859.0,76.66,98.67,1.46,21229.0 +Greece,1990,Europe,10131737.0,77.0,98.75,1.42,21085.0 +Greece,1991,Europe,10217782.0,77.1,98.81,1.39,21528.0 +Greece,1992,Europe,10321044.0,77.1,98.86,1.37,21442.0 +Greece,1993,Europe,10433351.0,77.5,98.91,1.35,20906.0 +Greece,1994,Europe,10542970.0,77.7,98.95,1.34,21147.0 +Greece,1995,Europe,10641169.0,77.8,98.99,1.32,21426.0 +Greece,1996,Europe,10725634.0,77.9,99.03,1.31,21905.0 +Greece,1997,Europe,10798190.0,78.1,99.07,1.29,22739.0 +Greece,1998,Europe,10859311.0,78.2,99.12,1.28,23535.0 +Greece,1999,Europe,10910741.0,78.3,99.17,1.27,24152.0 +Greece,2000,Europe,10954032.0,78.6,99.22,1.27,25030.0 +Greece,2001,Europe,10987715.0,78.9,99.27,1.27,25884.0 +Greece,2002,Europe,11011490.0,79.1,99.32,1.28,26625.0 +Greece,2003,Europe,11029587.0,79.3,99.37,1.3,28303.0 +Greece,2004,Europe,11047739.0,79.4,99.41,1.33,29604.0 +Greece,2005,Europe,11069662.0,79.6,99.45,1.36,29768.0 +Greece,2006,Europe,11098212.0,80.0,99.48,1.4,31399.0 +Greece,2007,Europe,11131302.0,79.8,99.5,1.43,32408.0 +Greece,2008,Europe,11161755.0,80.2,99.51,1.46,32197.0 +Greece,2009,Europe,11179425.0,80.2,99.52,1.48,30780.0 +Greece,2010,Europe,11177509.0,80.4,99.53,1.5,29190.0 +Greece,2011,Europe,11153047.0,80.5,99.54,1.51,26675.0 +Greece,2012,Europe,11109662.0,80.6,99.55,1.52,24991.0 +Greece,2013,Europe,11055164.0,81.0,99.57,1.53,24159.0 +Greece,2014,Europe,11000777.0,81.0,99.58,1.54,24502.0 +Greece,2015,Europe,10954617.0,81.0,99.59,1.55,25430.0 +Grenada,1800,America,29409.0,31.4,52.768,5.81,959.0 +Grenada,1810,America,29409.0,31.4,56.11600000000002,5.81,960.0 +Grenada,1820,America,29699.0,31.4,59.226000000000006,5.81,961.0 +Grenada,1830,America,30530.0,31.4,62.11600000000001,5.81,1003.0 +Grenada,1840,America,31686.0,33.37,64.801,5.81,1046.0 +Grenada,1850,America,32404.0,37.3,67.296,5.81,1092.0 +Grenada,1860,America,33575.0,37.3,69.61399999999999,5.81,1139.0 +Grenada,1870,America,37009.0,37.3,71.767,5.81,1188.0 +Grenada,1880,America,42734.0,37.3,73.768,5.81,1240.0 +Grenada,1890,America,51785.0,37.3,75.627,5.81,1294.0 +Grenada,1900,America,61605.0,37.3,77.35499999999998,5.81,1350.0 +Grenada,1910,America,66816.0,37.3,78.96,5.81,1408.0 +Grenada,1920,America,66462.0,37.3,80.45100000000002,5.81,1469.0 +Grenada,1930,America,68474.0,43.51,81.837,5.68,1537.0 +Grenada,1940,America,70899.0,49.48,83.124,5.43,1607.0 +Grenada,1950,America,76676.0,55.49,84.165,5.18,1679.0 +Grenada,1951,America,76626.0,55.81,84.404,5.36,1718.0 +Grenada,1952,America,77135.0,56.39,84.865,5.69,1758.0 +Grenada,1953,America,78103.0,56.97,85.264,5.97,1799.0 +Grenada,1954,America,79432.0,57.52,85.75,6.22,1841.0 +Grenada,1955,America,81028.0,58.07,86.175,6.43,1884.0 +Grenada,1956,America,82797.0,58.61,86.611,6.59,1927.0 +Grenada,1957,America,84647.0,59.12,87.05799999999998,6.71,1972.0 +Grenada,1958,America,86495.0,59.63,87.51400000000002,6.78,2018.0 +Grenada,1959,America,88256.0,60.11,87.89299999999999,6.79,2065.0 +Grenada,1960,America,89861.0,60.59,88.33200000000002,6.74,2113.0 +Grenada,1961,America,91260.0,61.05,88.699,6.63,2162.0 +Grenada,1962,America,92424.0,61.49,89.06200000000003,6.44,2212.0 +Grenada,1963,America,93354.0,61.93,89.41900000000004,6.2,2263.0 +Grenada,1964,America,94066.0,62.35,89.77199999999998,5.91,2316.0 +Grenada,1965,America,94579.0,62.76,90.121,5.6,2370.0 +Grenada,1966,America,94878.0,63.16,90.465,5.3,2425.0 +Grenada,1967,America,94962.0,63.54,90.75,5.04,2481.0 +Grenada,1968,America,94875.0,63.91,91.075,4.84,2539.0 +Grenada,1969,America,94682.0,64.27,91.329,4.69,2597.0 +Grenada,1970,America,94430.0,64.62,91.569,4.6,2658.0 +Grenada,1971,America,94180.0,64.97,91.848,4.56,2852.0 +Grenada,1972,America,93937.0,65.29,92.06,4.54,3074.0 +Grenada,1973,America,93629.0,65.62,92.259,4.51,3354.0 +Grenada,1974,America,93151.0,65.92,92.41,4.48,3588.0 +Grenada,1975,America,92453.0,66.22,93.142,4.44,3724.0 +Grenada,1976,America,91435.0,66.52,93.804,4.39,4106.0 +Grenada,1977,America,90187.0,66.79,94.402,4.34,4401.0 +Grenada,1978,America,89070.0,67.07,94.943,4.3,4820.0 +Grenada,1979,America,88571.0,67.33,95.431,4.27,4964.0 +Grenada,1980,America,89004.0,67.6,95.98100000000001,4.25,4949.0 +Grenada,1981,America,90575.0,67.86,96.128,4.24,4945.0 +Grenada,1982,America,93091.0,68.1,96.269,4.24,4959.0 +Grenada,1983,America,95981.0,68.35,96.405,4.25,4888.0 +Grenada,1984,America,98440.0,68.59,97.25,4.24,5019.0 +Grenada,1985,America,99907.0,68.83,97.3,4.23,5253.0 +Grenada,1986,America,100146.0,69.06,97.35,4.2,5756.0 +Grenada,1987,America,99381.0,69.28,97.41,4.15,6341.0 +Grenada,1988,America,98063.0,69.5,97.48,4.07,6583.0 +Grenada,1989,America,96871.0,69.7,97.57,3.97,7057.0 +Grenada,1990,America,96286.0,69.9,97.67,3.84,7488.0 +Grenada,1991,America,96455.0,70.2,97.77,3.7,7646.0 +Grenada,1992,America,97201.0,70.2,97.88,3.55,7565.0 +Grenada,1993,America,98302.0,70.0,97.98,3.4,7283.0 +Grenada,1994,America,99403.0,70.4,98.07,3.25,7401.0 +Grenada,1995,America,100253.0,70.7,98.15,3.12,7522.0 +Grenada,1996,America,100796.0,70.8,98.21,2.99,7785.0 +Grenada,1997,America,101125.0,70.8,98.27,2.87,8117.0 +Grenada,1998,America,101302.0,70.6,98.32,2.76,8633.0 +Grenada,1999,America,101441.0,70.6,98.36,2.67,9489.0 +Grenada,2000,America,101620.0,70.5,98.4,2.58,9650.0 +Grenada,2001,America,101849.0,70.3,98.44,2.51,9433.0 +Grenada,2002,America,102100.0,70.2,98.48,2.46,9734.0 +Grenada,2003,America,102371.0,70.2,98.51,2.41,10627.0 +Grenada,2004,America,102657.0,69.3,98.55,2.37,10529.0 +Grenada,2005,America,102951.0,70.3,98.58,2.34,11892.0 +Grenada,2006,America,103259.0,70.5,98.6,2.32,11380.0 +Grenada,2007,America,103587.0,70.7,98.63,2.3,12042.0 +Grenada,2008,America,103934.0,70.8,98.65,2.28,12116.0 +Grenada,2009,America,104298.0,70.9,98.66,2.26,11273.0 +Grenada,2010,America,104677.0,71.0,98.68,2.24,11178.0 +Grenada,2011,America,105070.0,71.0,98.7,2.22,11219.0 +Grenada,2012,America,105476.0,71.1,98.73,2.19,11046.0 +Grenada,2013,America,105902.0,71.2,98.75,2.17,11273.0 +Grenada,2014,America,106349.0,71.4,98.78,2.15,11400.0 +Grenada,2015,America,106825.0,71.5,98.82,2.13,11593.0 +Guatemala,1800,America,458965.0,25.8,49.663999999999994,6.45,857.0 +Guatemala,1810,America,524190.0,25.8,49.663999999999994,6.45,858.0 +Guatemala,1820,America,594985.0,25.8,49.663999999999994,6.45,860.0 +Guatemala,1830,America,671855.0,25.8,49.663999999999994,6.45,932.0 +Guatemala,1840,America,756676.0,25.81,49.663999999999994,6.45,1011.0 +Guatemala,1850,America,852410.0,25.81,49.663999999999994,6.45,1097.0 +Guatemala,1860,America,963300.0,25.81,49.663999999999994,6.45,1190.0 +Guatemala,1870,America,1077038.0,25.81,49.663999999999994,6.45,1291.0 +Guatemala,1880,America,1181901.0,25.81,49.663999999999994,6.45,1400.0 +Guatemala,1890,America,1284688.0,25.81,49.663999999999994,6.45,1519.0 +Guatemala,1900,America,1401387.0,25.82,49.773,6.45,1648.0 +Guatemala,1910,America,1552284.0,25.82,50.55499999999999,6.31,1787.0 +Guatemala,1920,America,1723811.0,25.82,51.803,6.43,1939.0 +Guatemala,1930,America,1918783.0,25.81,53.21499999999999,6.59,2694.0 +Guatemala,1940,America,2374197.0,30.35,60.468,6.23,4140.0 +Guatemala,1950,America,3146073.0,41.86,72.00999999999998,7.25,3131.0 +Guatemala,1951,America,3237922.0,42.06,72.74600000000002,7.18,3083.0 +Guatemala,1952,America,3330548.0,42.44,73.462,7.05,3055.0 +Guatemala,1953,America,3424050.0,42.83,74.15899999999998,6.93,3075.0 +Guatemala,1954,America,3518608.0,43.27,74.83800000000002,6.83,3041.0 +Guatemala,1955,America,3614477.0,43.73,75.49900000000002,6.75,3024.0 +Guatemala,1956,America,3711995.0,44.23,76.143,6.68,3202.0 +Guatemala,1957,America,3811577.0,44.77,76.77000000000002,6.63,3284.0 +Guatemala,1958,America,3913698.0,45.32,77.24,6.59,3336.0 +Guatemala,1959,America,4018870.0,45.91,77.7,6.56,3397.0 +Guatemala,1960,America,4127555.0,46.51,78.14999999999998,6.53,3377.0 +Guatemala,1961,America,4240084.0,47.12,78.59,6.51,3421.0 +Guatemala,1962,America,4356579.0,47.76,79.01,6.49,3441.0 +Guatemala,1963,America,4476923.0,48.4,79.43,6.46,3661.0 +Guatemala,1964,America,4600846.0,49.05,79.85,6.43,3722.0 +Guatemala,1965,America,4728203.0,49.73,80.28999999999998,6.4,3815.0 +Guatemala,1966,America,4858880.0,50.43,80.72,6.36,3955.0 +Guatemala,1967,America,4993104.0,51.16,81.17,6.32,4044.0 +Guatemala,1968,America,5131461.0,51.93,81.62,6.29,4320.0 +Guatemala,1969,America,5274726.0,52.72,82.1,6.26,4441.0 +Guatemala,1970,America,5423384.0,53.5,82.59,6.24,4606.0 +Guatemala,1971,America,5577824.0,54.27,83.1,6.22,4766.0 +Guatemala,1972,America,5737720.0,55.0,83.6,6.21,5012.0 +Guatemala,1973,America,5901980.0,55.67,84.1,6.2,5242.0 +Guatemala,1974,America,6069077.0,56.28,84.6,6.2,5460.0 +Guatemala,1975,America,6237963.0,56.82,85.1,6.2,5450.0 +Guatemala,1976,America,6408029.0,57.32,85.59,6.2,5730.0 +Guatemala,1977,America,6579710.0,57.78,86.08,6.2,6047.0 +Guatemala,1978,America,6754258.0,58.22,86.55999999999996,6.2,6215.0 +Guatemala,1979,America,6933492.0,58.66,87.04,6.2,6373.0 +Guatemala,1980,America,7118628.0,59.12,87.52,6.18,6475.0 +Guatemala,1981,America,7310397.0,59.6,87.99,6.15,6361.0 +Guatemala,1982,America,7508161.0,60.1,88.44999999999996,6.11,5953.0 +Guatemala,1983,America,7710142.0,60.62,88.91,6.05,5662.0 +Guatemala,1984,America,7913814.0,61.16,89.35,5.99,5534.0 +Guatemala,1985,America,8117499.0,61.72,89.8,5.91,5345.0 +Guatemala,1986,America,8320498.0,62.28,90.24,5.84,5198.0 +Guatemala,1987,America,8523785.0,62.86,90.67,5.76,5225.0 +Guatemala,1988,America,8729406.0,63.45,91.1,5.7,5269.0 +Guatemala,1989,America,8940285.0,64.02,91.51,5.64,5314.0 +Guatemala,1990,America,9158547.0,64.6,91.91,5.58,5315.0 +Guatemala,1991,America,9385000.0,64.0,92.3,5.53,5383.0 +Guatemala,1992,America,9619113.0,63.8,92.67,5.47,5514.0 +Guatemala,1993,America,9860063.0,64.2,93.03,5.4,5598.0 +Guatemala,1994,America,10106463.0,64.6,93.36,5.32,5691.0 +Guatemala,1995,America,10357354.0,66.9,93.67,5.24,5836.0 +Guatemala,1996,America,10612300.0,68.1,93.96,5.15,5873.0 +Guatemala,1997,America,10871786.0,67.7,94.23,5.06,5992.0 +Guatemala,1998,America,11136814.0,67.7,94.49,4.97,6149.0 +Guatemala,1999,America,11408815.0,68.8,94.72,4.88,6239.0 +Guatemala,2000,America,11688660.0,68.8,94.94,4.8,6313.0 +Guatemala,2001,America,11976725.0,69.3,95.14,4.72,6305.0 +Guatemala,2002,America,12272208.0,70.0,95.34,4.63,6389.0 +Guatemala,2003,America,12573346.0,70.1,95.52,4.55,6390.0 +Guatemala,2004,America,12877711.0,70.2,95.69,4.46,6429.0 +Guatemala,2005,America,13183505.0,69.8,95.86,4.37,6475.0 +Guatemala,2006,America,13490041.0,70.2,96.01,4.28,6658.0 +Guatemala,2007,America,13797629.0,71.0,96.16,4.2,6906.0 +Guatemala,2008,America,14106687.0,71.2,96.31,4.12,6960.0 +Guatemala,2009,America,14418033.0,70.9,96.43,4.04,6826.0 +Guatemala,2010,America,14732261.0,71.2,96.55,3.97,6849.0 +Guatemala,2011,America,15049280.0,71.6,96.67,3.91,6957.0 +Guatemala,2012,America,15368759.0,72.1,96.79,3.84,6985.0 +Guatemala,2013,America,15690793.0,72.3,96.89,3.78,7063.0 +Guatemala,2014,America,16015494.0,72.4,96.99,3.72,7181.0 +Guatemala,2015,America,16342897.0,72.6,97.09,3.66,7279.0 +Guinea,1800,Africa,983959.0,29.5,54.94,6.11,450.0 +Guinea,1810,Africa,983959.0,29.6,55.07599999999999,6.11,451.0 +Guinea,1820,Africa,1007384.0,29.71,55.211999999999996,6.11,452.0 +Guinea,1830,Africa,1076128.0,29.81,55.349,6.11,461.0 +Guinea,1840,Africa,1175256.0,29.91,55.48500000000001,6.11,470.0 +Guinea,1850,Africa,1283517.0,30.02,55.621,6.11,480.0 +Guinea,1860,Africa,1401319.0,30.12,55.75400000000001,6.11,490.0 +Guinea,1870,Africa,1529932.0,30.22,55.88800000000001,6.11,500.0 +Guinea,1880,Africa,1669530.0,30.33,56.021,6.11,510.0 +Guinea,1890,Africa,1821769.0,30.43,56.154,6.11,521.0 +Guinea,1900,Africa,1988972.0,30.53,56.708999999999996,6.11,532.0 +Guinea,1910,Africa,2170846.0,30.64,58.582,6.11,543.0 +Guinea,1920,Africa,2370207.0,30.74,60.731,6.11,554.0 +Guinea,1930,Africa,2588541.0,30.84,62.82099999999999,6.08,574.0 +Guinea,1940,Africa,2826987.0,30.95,64.09,6.03,594.0 +Guinea,1950,Africa,3093651.0,32.95,63.69000000000001,5.98,615.0 +Guinea,1951,Africa,3141548.0,33.12,63.72,5.98,643.0 +Guinea,1952,Africa,3185537.0,33.44,63.72,5.99,654.0 +Guinea,1953,Africa,3228112.0,33.74,63.73,6.01,669.0 +Guinea,1954,Africa,3271196.0,34.04,63.78999999999999,6.02,699.0 +Guinea,1955,Africa,3316142.0,34.35,63.88,6.03,713.0 +Guinea,1956,Africa,3363711.0,34.64,64.0,6.05,730.0 +Guinea,1957,Africa,3414094.0,34.92,64.11,6.06,745.0 +Guinea,1958,Africa,3466979.0,35.2,64.29,6.08,755.0 +Guinea,1959,Africa,3521668.0,35.46,64.47,6.09,786.0 +Guinea,1960,Africa,3577413.0,35.71,64.67,6.1,806.0 +Guinea,1961,Africa,3633778.0,35.95,64.87,6.11,846.0 +Guinea,1962,Africa,3690960.0,36.17,65.10000000000001,6.12,893.0 +Guinea,1963,Africa,3749920.0,36.37,65.32,6.13,831.0 +Guinea,1964,Africa,3812004.0,36.57,65.57,6.13,870.0 +Guinea,1965,Africa,3877804.0,36.77,65.81,6.14,914.0 +Guinea,1966,Africa,3948206.0,36.96,66.10000000000001,6.14,917.0 +Guinea,1967,Africa,4021880.0,37.16,66.38,6.15,929.0 +Guinea,1968,Africa,4094528.0,37.37,66.67,6.16,940.0 +Guinea,1969,Africa,4160375.0,37.61,66.97999999999999,6.17,950.0 +Guinea,1970,Africa,4215442.0,37.89,67.28,6.2,966.0 +Guinea,1971,Africa,4259102.0,38.2,67.58999999999999,6.22,977.0 +Guinea,1972,Africa,4293208.0,38.57,67.92,6.25,979.0 +Guinea,1973,Africa,4319502.0,38.97,68.25,6.28,1003.0 +Guinea,1974,Africa,4340748.0,39.43,68.61,6.32,1053.0 +Guinea,1975,Africa,4359735.0,39.94,68.99,6.35,1076.0 +Guinea,1976,Africa,4376768.0,40.47,69.41000000000001,6.39,1159.0 +Guinea,1977,Africa,4393551.0,41.04,69.86,6.43,1162.0 +Guinea,1978,Africa,4416074.0,41.63,70.33,6.47,1170.0 +Guinea,1979,Africa,4451872.0,42.25,70.81,6.5,1149.0 +Guinea,1980,Africa,4506559.0,42.92,71.31,6.53,1166.0 +Guinea,1981,Africa,4584305.0,43.66,71.78,6.56,1149.0 +Guinea,1982,Africa,4684992.0,44.47,72.26,6.59,1147.0 +Guinea,1983,Africa,4804740.0,45.37,72.74000000000002,6.61,1137.0 +Guinea,1984,Africa,4937230.0,46.32,73.22,6.63,1117.0 +Guinea,1985,Africa,5078689.0,47.33,73.69,6.64,1085.0 +Guinea,1986,Africa,5223553.0,48.35,74.16,6.65,1077.0 +Guinea,1987,Africa,5375058.0,49.37,74.64,6.64,1085.0 +Guinea,1988,Africa,5548270.0,50.33,75.12,6.63,1122.0 +Guinea,1989,Africa,5763843.0,51.22,75.63,6.61,1139.0 +Guinea,1990,Africa,6034082.0,52.0,76.18,6.58,1128.0 +Guinea,1991,Africa,6367110.0,52.3,76.76,6.54,1097.0 +Guinea,1992,Africa,6751394.0,52.5,77.38000000000002,6.49,1068.0 +Guinea,1993,Africa,7155564.0,53.0,78.03,6.44,1059.0 +Guinea,1994,Africa,7536389.0,53.1,78.71000000000002,6.38,1046.0 +Guinea,1995,Africa,7863033.0,53.4,79.41,6.31,1049.0 +Guinea,1996,Africa,8124799.0,53.8,80.1,6.24,1061.0 +Guinea,1997,Africa,8331366.0,54.0,80.80000000000003,6.16,1089.0 +Guinea,1998,Africa,8497582.0,54.0,81.52,6.09,1107.0 +Guinea,1999,Africa,8647336.0,54.0,82.25,6.01,1130.0 +Guinea,2000,Africa,8799165.0,54.2,82.98,5.94,1139.0 +Guinea,2001,Africa,8955756.0,54.4,83.71,5.87,1161.0 +Guinea,2002,Africa,9114287.0,54.7,84.42,5.79,1200.0 +Guinea,2003,Africa,9281572.0,55.1,85.1,5.72,1194.0 +Guinea,2004,Africa,9464771.0,55.6,85.72999999999998,5.65,1200.0 +Guinea,2005,Africa,9669023.0,56.0,86.33,5.58,1210.0 +Guinea,2006,Africa,9898301.0,56.4,86.88,5.5,1212.0 +Guinea,2007,Africa,10152521.0,56.8,87.41,5.42,1203.0 +Guinea,2008,Africa,10427356.0,57.1,87.9,5.34,1230.0 +Guinea,2009,Africa,10715770.0,57.5,88.37,5.26,1194.0 +Guinea,2010,Africa,11012406.0,57.9,88.81,5.17,1185.0 +Guinea,2011,Africa,11316351.0,58.2,89.23,5.09,1200.0 +Guinea,2012,Africa,11628767.0,58.5,89.60000000000002,5.0,1216.0 +Guinea,2013,Africa,11948726.0,58.8,89.96,4.92,1213.0 +Guinea,2014,Africa,12275527.0,58.6,90.3,4.83,1179.0 +Guinea,2015,Africa,12608590.0,59.1,90.63,4.75,1225.0 +Guinea-Bissau,1800,Africa,218167.0,32.0,58.256,7.25,777.0 +Guinea-Bissau,1810,Africa,218167.0,32.0,58.256,7.25,778.0 +Guinea-Bissau,1820,Africa,222059.0,32.0,58.256,7.25,779.0 +Guinea-Bissau,1830,Africa,233367.0,32.0,58.256,7.25,786.0 +Guinea-Bissau,1840,Africa,249424.0,32.0,58.256,7.25,792.0 +Guinea-Bissau,1850,Africa,266586.0,32.0,58.256,7.25,799.0 +Guinea-Bissau,1860,Africa,286188.0,32.0,58.256,7.25,805.0 +Guinea-Bissau,1870,Africa,307224.0,32.0,58.256,7.25,812.0 +Guinea-Bissau,1880,Africa,329708.0,32.0,58.256,7.25,818.0 +Guinea-Bissau,1890,Africa,353821.0,32.0,58.256,7.25,825.0 +Guinea-Bissau,1900,Africa,379807.0,32.0,58.347,7.25,832.0 +Guinea-Bissau,1910,Africa,407622.0,32.0,58.995,7.25,838.0 +Guinea-Bissau,1920,Africa,436906.0,32.0,59.971,7.25,845.0 +Guinea-Bissau,1930,Africa,466967.0,32.0,60.95,7.51,842.0 +Guinea-Bissau,1940,Africa,499097.0,35.39,65.78200000000001,8.01,839.0 +Guinea-Bissau,1950,Africa,535429.0,39.26,71.77799999999998,8.51,835.0 +Guinea-Bissau,1951,Africa,544103.0,39.65,71.807,8.19,867.0 +Guinea-Bissau,1952,Africa,552032.0,40.03,71.827,7.59,900.0 +Guinea-Bissau,1953,Africa,559688.0,40.42,71.846,7.09,935.0 +Guinea-Bissau,1954,Africa,567406.0,40.81,71.855,6.68,1096.0 +Guinea-Bissau,1955,Africa,575377.0,41.2,71.865,6.36,1027.0 +Guinea-Bissau,1956,Africa,583648.0,41.58,71.914,6.14,1140.0 +Guinea-Bissau,1957,Africa,592124.0,41.97,71.953,5.99,1184.0 +Guinea-Bissau,1958,Africa,600595.0,42.36,72.01100000000002,5.91,1190.0 +Guinea-Bissau,1959,Africa,608773.0,42.75,72.07000000000002,5.86,1175.0 +Guinea-Bissau,1960,Africa,616407.0,43.14,72.12799999999999,5.83,1208.0 +Guinea-Bissau,1961,Africa,623413.0,43.39,72.20599999999997,5.77,1260.0 +Guinea-Bissau,1962,Africa,629973.0,43.64,72.303,5.67,1308.0 +Guinea-Bissau,1963,Africa,636593.0,43.89,72.40899999999998,5.52,1332.0 +Guinea-Bissau,1964,Africa,643962.0,44.15,72.57400000000001,5.32,1440.0 +Guinea-Bissau,1965,Africa,652566.0,44.39,72.69,5.14,1511.0 +Guinea-Bissau,1966,Africa,662597.0,44.63,72.805,5.05,1577.0 +Guinea-Bissau,1967,Africa,673893.0,44.86,72.93,5.09,1639.0 +Guinea-Bissau,1968,Africa,686155.0,45.09,73.093,5.3,1659.0 +Guinea-Bissau,1969,Africa,698917.0,45.29,73.256,5.64,1708.0 +Guinea-Bissau,1970,Africa,711828.0,45.5,73.447,6.07,1756.0 +Guinea-Bissau,1971,Africa,724863.0,45.71,73.648,6.49,1676.0 +Guinea-Bissau,1972,Africa,738117.0,45.91,73.86699999999998,6.81,1775.0 +Guinea-Bissau,1973,Africa,751512.0,46.12,74.066,6.98,1770.0 +Guinea-Bissau,1974,Africa,764974.0,46.33,74.28399999999998,6.99,1829.0 +Guinea-Bissau,1975,Africa,778482.0,46.54,74.512,6.87,1852.0 +Guinea-Bissau,1976,Africa,791959.0,46.77,74.738,6.66,1803.0 +Guinea-Bissau,1977,Africa,805481.0,47.02,74.97399999999998,6.46,1644.0 +Guinea-Bissau,1978,Africa,819371.0,47.27,75.218,6.33,1825.0 +Guinea-Bissau,1979,Africa,834068.0,47.54,75.509,6.28,1827.0 +Guinea-Bissau,1980,Africa,849886.0,47.83,75.809,6.32,1500.0 +Guinea-Bissau,1981,Africa,866947.0,48.13,76.21900000000002,6.42,1730.0 +Guinea-Bissau,1982,Africa,885166.0,48.45,76.60600000000002,6.54,1790.0 +Guinea-Bissau,1983,Africa,904391.0,48.78,76.971,6.64,1605.0 +Guinea-Bissau,1984,Africa,924378.0,49.13,77.318,6.71,1631.0 +Guinea-Bissau,1985,Africa,944941.0,49.49,77.649,6.74,1679.0 +Guinea-Bissau,1986,Africa,966039.0,49.87,75.33000000000001,6.74,1626.0 +Guinea-Bissau,1987,Africa,987718.0,50.26,75.78,6.73,1562.0 +Guinea-Bissau,1988,Africa,1009967.0,50.67,76.25,6.71,1585.0 +Guinea-Bissau,1989,Africa,1032797.0,51.09,76.66999999999999,6.68,1553.0 +Guinea-Bissau,1990,Africa,1056208.0,51.5,77.07,6.65,1564.0 +Guinea-Bissau,1991,Africa,1080191.0,51.7,77.51,6.61,1607.0 +Guinea-Bissau,1992,Africa,1104708.0,51.8,77.97,6.55,1588.0 +Guinea-Bissau,1993,Africa,1129706.0,52.0,78.45,6.49,1585.0 +Guinea-Bissau,1994,Africa,1155111.0,52.2,78.96,6.4,1599.0 +Guinea-Bissau,1995,Africa,1180877.0,52.3,79.45,6.31,1632.0 +Guinea-Bissau,1996,Africa,1207006.0,52.6,79.99000000000002,6.21,1781.0 +Guinea-Bissau,1997,Africa,1233520.0,52.8,80.54,6.12,1855.0 +Guinea-Bissau,1998,Africa,1260424.0,51.7,81.11,6.02,1305.0 +Guinea-Bissau,1999,Africa,1287727.0,52.5,81.67,5.93,1289.0 +Guinea-Bissau,2000,Africa,1315455.0,52.8,82.25,5.85,1330.0 +Guinea-Bissau,2001,Africa,1343646.0,52.7,82.85,5.77,1329.0 +Guinea-Bissau,2002,Africa,1372367.0,52.7,83.47,5.69,1287.0 +Guinea-Bissau,2003,Africa,1401716.0,52.8,84.1,5.61,1266.0 +Guinea-Bissau,2004,Africa,1431816.0,52.8,84.74000000000002,5.54,1273.0 +Guinea-Bissau,2005,Africa,1462784.0,52.9,85.38,5.46,1299.0 +Guinea-Bissau,2006,Africa,1494603.0,53.0,86.00999999999998,5.39,1300.0 +Guinea-Bissau,2007,Africa,1527342.0,53.2,86.64,5.32,1313.0 +Guinea-Bissau,2008,Africa,1561293.0,53.6,87.24000000000002,5.25,1326.0 +Guinea-Bissau,2009,Africa,1596832.0,53.9,87.83999999999996,5.18,1340.0 +Guinea-Bissau,2010,Africa,1634196.0,54.3,88.41,5.12,1368.0 +Guinea-Bissau,2011,Africa,1673509.0,54.5,88.96,5.05,1457.0 +Guinea-Bissau,2012,Africa,1714620.0,54.8,89.48,4.99,1391.0 +Guinea-Bissau,2013,Africa,1757138.0,55.1,89.95,4.93,1362.0 +Guinea-Bissau,2014,Africa,1800513.0,55.3,90.38,4.87,1363.0 +Guinea-Bissau,2015,Africa,1844325.0,55.6,90.75,4.8,1386.0 +Guyana,1800,America,166034.0,31.12,57.084,5.01,1214.0 +Guyana,1810,America,166034.0,31.12,57.084,5.01,1216.0 +Guyana,1820,America,169103.0,31.12,57.084,5.01,1218.0 +Guyana,1830,America,178030.0,31.12,57.084,5.01,1302.0 +Guyana,1840,America,190726.0,31.12,57.084,5.01,1393.0 +Guyana,1850,America,204328.0,31.12,57.084,5.01,1490.0 +Guyana,1860,America,218524.0,31.12,57.084,5.01,1594.0 +Guyana,1870,America,233706.0,31.12,57.084,5.01,1705.0 +Guyana,1880,America,249866.0,31.12,57.084,5.01,1824.0 +Guyana,1890,America,267135.0,31.12,57.084,4.2,1951.0 +Guyana,1900,America,285691.0,31.12,64.03699999999999,5.69,2087.0 +Guyana,1910,America,305477.0,31.12,61.434,5.21,2232.0 +Guyana,1920,America,326874.0,34.27,73.516,4.63,2529.0 +Guyana,1930,America,350185.0,41.42,71.59400000000002,5.01,3025.0 +Guyana,1940,America,375159.0,49.19,79.52600000000002,5.22,3615.0 +Guyana,1950,America,406562.0,57.39,84.23,5.31,4314.0 +Guyana,1951,America,420290.0,57.51,84.98,5.41,4207.0 +Guyana,1952,America,435850.0,57.68,85.7,5.58,4103.0 +Guyana,1953,America,452260.0,57.85,86.41,5.71,4001.0 +Guyana,1954,America,468805.0,58.04,87.12,5.81,3902.0 +Guyana,1955,America,485041.0,58.21,87.82,5.86,3805.0 +Guyana,1956,America,500809.0,58.38,88.48,5.88,3711.0 +Guyana,1957,America,516218.0,58.56,89.11,5.87,3619.0 +Guyana,1958,America,531605.0,58.73,89.68,5.83,3529.0 +Guyana,1959,America,547461.0,58.9,90.2,5.76,3442.0 +Guyana,1960,America,564222.0,59.08,90.67,5.67,3356.0 +Guyana,1961,America,582034.0,59.24,91.08,5.58,3426.0 +Guyana,1962,America,600559.0,59.41,91.43,5.49,3383.0 +Guyana,1963,America,618887.0,59.58,91.72,5.4,2902.0 +Guyana,1964,America,635778.0,59.75,91.96,5.33,3164.0 +Guyana,1965,America,650379.0,59.92,92.15,5.27,3427.0 +Guyana,1966,America,662332.0,60.09,92.3,5.23,3535.0 +Guyana,1967,America,671986.0,60.25,92.41,5.19,3618.0 +Guyana,1968,America,680068.0,60.43,92.51,5.15,3593.0 +Guyana,1969,America,687658.0,60.59,92.57,5.11,3788.0 +Guyana,1970,America,695561.0,60.75,92.61,5.07,3905.0 +Guyana,1971,America,703811.0,60.92,92.64,5.02,3996.0 +Guyana,1972,America,712188.0,61.08,92.66,4.97,3846.0 +Guyana,1973,America,720919.0,61.24,92.68,4.92,3883.0 +Guyana,1974,America,730227.0,61.4,92.7,4.85,4172.0 +Guyana,1975,America,740167.0,61.56,92.73,4.76,4509.0 +Guyana,1976,America,751008.0,61.72,92.76,4.62,4556.0 +Guyana,1977,America,762445.0,61.88,92.8,4.44,4409.0 +Guyana,1978,America,773227.0,62.03,92.85,4.2,4304.0 +Guyana,1979,America,781677.0,62.18,92.9,3.94,4206.0 +Guyana,1980,America,786614.0,62.34,92.96,3.65,4270.0 +Guyana,1981,America,787728.0,62.5,93.02,3.36,4337.0 +Guyana,1982,America,785466.0,62.67,93.08,3.1,3775.0 +Guyana,1983,America,780367.0,62.85,93.15,2.88,3535.0 +Guyana,1984,America,773302.0,63.02,93.23,2.71,3378.0 +Guyana,1985,America,765043.0,63.21,93.32,2.6,3485.0 +Guyana,1986,America,755598.0,63.41,93.42,2.53,3485.0 +Guyana,1987,America,745149.0,63.61,93.53,2.5,3551.0 +Guyana,1988,America,734872.0,63.8,93.67,2.48,3454.0 +Guyana,1989,America,726237.0,64.01,93.81,2.47,3312.0 +Guyana,1990,America,720282.0,64.2,93.96,2.47,3231.0 +Guyana,1991,America,717502.0,64.3,94.12,2.47,3432.0 +Guyana,1992,America,717621.0,64.5,94.28,2.47,3703.0 +Guyana,1993,America,719910.0,64.4,94.44,2.47,4001.0 +Guyana,1994,America,723230.0,64.5,94.59,2.48,4331.0 +Guyana,1995,America,726695.0,64.4,94.73,2.49,4533.0 +Guyana,1996,America,730193.0,64.3,94.86,2.51,4872.0 +Guyana,1997,America,733854.0,64.3,94.98,2.52,5153.0 +Guyana,1998,America,737316.0,64.3,95.1,2.54,5041.0 +Guyana,1999,America,740189.0,64.3,95.22,2.56,5166.0 +Guyana,2000,America,742218.0,64.2,95.33,2.59,5071.0 +Guyana,2001,America,743163.0,63.9,95.44,2.61,5163.0 +Guyana,2002,America,743107.0,63.5,95.52,2.65,5197.0 +Guyana,2003,America,742537.0,63.7,95.6,2.68,5124.0 +Guyana,2004,America,742162.0,64.2,95.66,2.71,5270.0 +Guyana,2005,America,742495.0,64.4,95.72,2.74,5140.0 +Guyana,2006,America,743705.0,64.8,95.76,2.75,4837.0 +Guyana,2007,America,745638.0,64.9,95.79,2.75,5143.0 +Guyana,2008,America,748096.0,65.0,95.81,2.74,5208.0 +Guyana,2009,America,750749.0,65.3,95.83,2.72,5344.0 +Guyana,2010,America,753362.0,65.5,95.85,2.68,5542.0 +Guyana,2011,America,755883.0,65.6,95.86,2.64,5808.0 +Guyana,2012,America,758410.0,65.9,95.88,2.59,6054.0 +Guyana,2013,America,761033.0,66.2,95.92,2.55,6336.0 +Guyana,2014,America,763893.0,66.4,95.98,2.5,6545.0 +Guyana,2015,America,767085.0,66.8,96.06,2.47,6816.0 +Haiti,1800,America,723000.0,29.0,51.36000000000001,6.31,633.0 +Haiti,1810,America,723000.0,29.0,51.371,6.31,634.0 +Haiti,1820,America,739943.0,29.0,51.381,6.31,635.0 +Haiti,1830,America,789634.0,29.0,51.392,6.31,703.0 +Haiti,1840,America,861220.0,29.0,51.402,6.31,779.0 +Haiti,1850,America,943260.0,29.0,51.413,6.31,862.0 +Haiti,1860,America,1042297.0,29.0,51.42400000000001,6.31,954.0 +Haiti,1870,America,1155908.0,29.0,51.43400000000001,6.31,1056.0 +Haiti,1880,America,1280914.0,29.0,51.44499999999999,6.31,1170.0 +Haiti,1890,America,1419252.0,29.0,51.45500000000001,6.31,1295.0 +Haiti,1900,America,1584083.0,29.0,51.466,6.31,1434.0 +Haiti,1910,America,1827086.0,29.0,52.49900000000001,6.31,1587.0 +Haiti,1920,America,2144973.0,29.0,53.68999999999999,6.31,1757.0 +Haiti,1930,America,2448268.0,29.0,55.11699999999999,6.31,1946.0 +Haiti,1940,America,2781219.0,29.0,60.97699999999999,6.31,2155.0 +Haiti,1950,America,3221277.0,36.24,66.07499999999999,6.31,2281.0 +Haiti,1951,America,3275368.0,36.56,66.547,6.31,2278.0 +Haiti,1952,America,3331582.0,37.22,67.012,6.3,2367.0 +Haiti,1953,America,3390047.0,37.87,67.47099999999999,6.3,2252.0 +Haiti,1954,America,3450856.0,38.5,67.92399999999999,6.3,2394.0 +Haiti,1955,America,3514072.0,39.12,68.37,6.3,2256.0 +Haiti,1956,America,3579723.0,39.74,68.81,6.3,2408.0 +Haiti,1957,America,3647806.0,40.34,69.33,6.31,2222.0 +Haiti,1958,America,3718286.0,40.93,69.86,6.32,2351.0 +Haiti,1959,America,3791099.0,41.52,70.37,6.32,2196.0 +Haiti,1960,America,3866160.0,42.1,70.86,6.32,2292.0 +Haiti,1961,America,3943363.0,42.68,71.34,6.32,2154.0 +Haiti,1962,America,4022596.0,43.26,71.81,6.3,2312.0 +Haiti,1963,America,4103732.0,43.82,72.27,6.27,2116.0 +Haiti,1964,America,4186636.0,44.38,72.7,6.23,2024.0 +Haiti,1965,America,4271133.0,44.93,73.15,6.18,2003.0 +Haiti,1966,America,4357482.0,45.43,73.61,6.11,1949.0 +Haiti,1967,America,4445531.0,45.9,74.08,6.03,1869.0 +Haiti,1968,America,4534233.0,46.33,74.54,5.94,1902.0 +Haiti,1969,America,4622209.0,46.73,75.01,5.85,1922.0 +Haiti,1970,America,4708639.0,47.1,75.49,5.76,1970.0 +Haiti,1971,America,4793157.0,47.45,75.99000000000002,5.69,2076.0 +Haiti,1972,America,4876558.0,47.81,76.52,5.64,2130.0 +Haiti,1973,America,4960655.0,48.17,77.06,5.62,2204.0 +Haiti,1974,America,5047948.0,48.53,77.60000000000002,5.62,2322.0 +Haiti,1975,America,5140357.0,48.9,78.16,5.64,2249.0 +Haiti,1976,America,5238242.0,49.28,78.7,5.7,2421.0 +Haiti,1977,America,5341418.0,49.63,79.25,5.78,2412.0 +Haiti,1978,America,5450550.0,49.97,79.78,5.87,2507.0 +Haiti,1979,America,5566265.0,50.3,80.30999999999997,5.97,2666.0 +Haiti,1980,America,5688832.0,50.62,80.81,6.06,2848.0 +Haiti,1981,America,5818673.0,50.94,81.30999999999997,6.12,2727.0 +Haiti,1982,America,5955265.0,51.29,81.81,6.15,2588.0 +Haiti,1983,America,6096690.0,51.64,82.3,6.15,2559.0 +Haiti,1984,America,6240330.0,52.02,82.78,6.11,2515.0 +Haiti,1985,America,6384196.0,52.42,83.24000000000002,6.03,2469.0 +Haiti,1986,America,6527545.0,52.81,83.7,5.92,2414.0 +Haiti,1987,America,6670566.0,53.21,84.15,5.8,2346.0 +Haiti,1988,America,6813344.0,53.59,84.58,5.67,2314.0 +Haiti,1989,America,6956301.0,53.95,85.0,5.55,2290.0 +Haiti,1990,America,7099733.0,54.3,85.42,5.43,2242.0 +Haiti,1991,America,7243391.0,54.4,85.83000000000001,5.32,2208.0 +Haiti,1992,America,7386974.0,54.9,86.24000000000002,5.21,1873.0 +Haiti,1993,America,7530703.0,54.7,86.67,5.1,1799.0 +Haiti,1994,America,7674911.0,55.4,87.09,5.0,1621.0 +Haiti,1995,America,7819806.0,56.2,87.51,4.89,1672.0 +Haiti,1996,America,7965548.0,56.7,87.92999999999998,4.78,1710.0 +Haiti,1997,America,8111954.0,57.0,88.35,4.67,1726.0 +Haiti,1998,America,8258484.0,57.5,88.75999999999998,4.55,1733.0 +Haiti,1999,America,8404396.0,58.0,89.14999999999998,4.43,1748.0 +Haiti,2000,America,8549202.0,58.7,89.52,4.3,1734.0 +Haiti,2001,America,8692564.0,59.2,89.87,4.18,1688.0 +Haiti,2002,America,8834739.0,59.6,90.19,4.07,1657.0 +Haiti,2003,America,8976555.0,59.7,90.49,3.95,1637.0 +Haiti,2004,America,9119182.0,58.6,90.76,3.85,1557.0 +Haiti,2005,America,9263409.0,60.0,91.0,3.75,1562.0 +Haiti,2006,America,9409479.0,60.3,91.23,3.66,1576.0 +Haiti,2007,America,9556958.0,60.8,91.45,3.58,1607.0 +Haiti,2008,America,9705130.0,61.0,91.67,3.5,1600.0 +Haiti,2009,America,9852953.0,61.7,91.88,3.42,1628.0 +Haiti,2010,America,9999617.0,32.2,79.12,3.35,1518.0 +Haiti,2011,America,10144890.0,62.4,92.28,3.28,1580.0 +Haiti,2012,America,10288828.0,62.9,92.48,3.21,1603.0 +Haiti,2013,America,10431249.0,63.4,92.69,3.15,1648.0 +Haiti,2014,America,10572029.0,63.8,92.9,3.09,1670.0 +Haiti,2015,America,10711067.0,64.3,93.1,3.03,1710.0 +Honduras,1800,America,126118.0,33.9,60.65400000000001,6.05,675.0 +Honduras,1810,America,132182.0,33.9,60.65400000000001,6.07,676.0 +Honduras,1820,America,146889.0,33.9,60.65400000000001,6.09,677.0 +Honduras,1830,America,188905.0,33.9,60.65400000000001,6.12,769.0 +Honduras,1840,America,259511.0,33.9,60.65400000000001,6.14,873.0 +Honduras,1850,America,330619.0,33.9,60.65400000000001,6.16,992.0 +Honduras,1860,America,377151.0,33.9,60.65400000000001,6.18,1127.0 +Honduras,1870,America,405947.0,33.9,60.65400000000001,6.2,1281.0 +Honduras,1880,America,436660.0,33.9,60.65400000000001,6.22,1455.0 +Honduras,1890,America,469600.0,33.9,60.65400000000001,6.25,1653.0 +Honduras,1900,America,515578.0,33.9,60.739,6.27,1878.0 +Honduras,1910,America,626739.0,33.9,61.351000000000006,6.29,2134.0 +Honduras,1920,America,733457.0,33.9,62.315,6.23,2424.0 +Honduras,1930,America,962852.0,33.9,63.347,6.17,2940.0 +Honduras,1940,America,1162179.0,37.37,68.157,6.2,2154.0 +Honduras,1950,America,1487235.0,41.57,73.00399999999998,7.47,2407.0 +Honduras,1951,America,1524974.0,41.86,73.524,7.48,2460.0 +Honduras,1952,America,1568424.0,42.39,74.03500000000003,7.5,2478.0 +Honduras,1953,America,1615739.0,42.95,74.535,7.51,2593.0 +Honduras,1954,America,1665566.0,43.54,75.02600000000002,7.51,2369.0 +Honduras,1955,America,1717045.0,44.16,75.508,7.51,2353.0 +Honduras,1956,America,1769834.0,44.83,75.98,7.51,2460.0 +Honduras,1957,America,1824081.0,45.52,76.77000000000002,7.5,2490.0 +Honduras,1958,America,1880356.0,46.23,77.53999999999998,7.49,2483.0 +Honduras,1959,America,1939516.0,46.97,78.28,7.47,2461.0 +Honduras,1960,America,2002333.0,47.71,78.98,7.46,2526.0 +Honduras,1961,America,2069085.0,48.47,79.66,7.45,2501.0 +Honduras,1962,America,2139208.0,49.21,80.32000000000002,7.44,2551.0 +Honduras,1963,America,2211144.0,49.94,80.97,7.44,2549.0 +Honduras,1964,America,2282764.0,50.65,81.58000000000001,7.44,2583.0 +Honduras,1965,America,2352637.0,51.35,82.22,7.44,2703.0 +Honduras,1966,America,2420234.0,52.02,82.84,7.44,2756.0 +Honduras,1967,America,2486288.0,52.68,83.44,7.42,2805.0 +Honduras,1968,America,2552200.0,53.34,84.04,7.38,2864.0 +Honduras,1969,America,2620014.0,54.0,84.63000000000002,7.33,2781.0 +Honduras,1970,America,2691309.0,54.68,85.21,7.27,2771.0 +Honduras,1971,America,2766444.0,55.37,85.78,7.2,2778.0 +Honduras,1972,America,2845260.0,56.07,86.33999999999996,7.11,2775.0 +Honduras,1973,America,2928190.0,56.8,86.88,7.03,2803.0 +Honduras,1974,America,3015606.0,57.56,87.42999999999998,6.94,3089.0 +Honduras,1975,America,3107735.0,58.34,87.94999999999996,6.84,3061.0 +Honduras,1976,America,3204883.0,59.15,88.47,6.75,3266.0 +Honduras,1977,America,3306988.0,59.97,88.97,6.65,3488.0 +Honduras,1978,America,3413426.0,60.8,89.47,6.54,3700.0 +Honduras,1979,America,3523283.0,61.65,89.96,6.43,3738.0 +Honduras,1980,America,3635862.0,62.5,90.43,6.31,3616.0 +Honduras,1981,America,3750843.0,63.36,90.89,6.19,3557.0 +Honduras,1982,America,3868296.0,64.24,91.33,6.06,3373.0 +Honduras,1983,America,3988371.0,65.12,91.75,5.93,3233.0 +Honduras,1984,America,4111369.0,66.01,92.16,5.8,3241.0 +Honduras,1985,America,4237436.0,66.86,92.54,5.68,3261.0 +Honduras,1986,America,4366401.0,67.67,92.91,5.55,3170.0 +Honduras,1987,America,4497875.0,68.42,93.26,5.44,3240.0 +Honduras,1988,America,4631491.0,69.11,93.58,5.34,3288.0 +Honduras,1989,America,4766802.0,69.73,93.89,5.24,3304.0 +Honduras,1990,America,4903363.0,70.3,94.18,5.14,3205.0 +Honduras,1991,America,5041050.0,70.3,94.45,5.05,3219.0 +Honduras,1992,America,5179557.0,70.1,94.71,4.95,3308.0 +Honduras,1993,America,5318042.0,69.9,94.94,4.85,3423.0 +Honduras,1994,America,5455481.0,70.1,95.16,4.74,3293.0 +Honduras,1995,America,5591136.0,70.1,95.36,4.62,3344.0 +Honduras,1996,America,5724587.0,70.1,95.56,4.49,3385.0 +Honduras,1997,America,5855946.0,70.2,95.74,4.37,3475.0 +Honduras,1998,America,5985675.0,63.9,94.0,4.24,3500.0 +Honduras,1999,America,6114534.0,70.3,96.09,4.12,3362.0 +Honduras,2000,America,6243080.0,70.5,96.26,4.0,3483.0 +Honduras,2001,America,6371304.0,70.6,96.42,3.88,3505.0 +Honduras,2002,America,6499001.0,70.7,96.58,3.78,3563.0 +Honduras,2003,America,6626304.0,70.8,96.73,3.67,3651.0 +Honduras,2004,America,6753352.0,71.0,96.87,3.58,3801.0 +Honduras,2005,America,6880181.0,71.2,97.0,3.49,3952.0 +Honduras,2006,America,7007029.0,71.4,97.12,3.41,4128.0 +Honduras,2007,America,7133737.0,71.6,97.24,3.34,4297.0 +Honduras,2008,America,7259470.0,71.8,97.35,3.27,4391.0 +Honduras,2009,America,7383098.0,71.9,97.46,3.21,4200.0 +Honduras,2010,America,7503875.0,72.0,97.56,3.15,4270.0 +Honduras,2011,America,7621414.0,72.2,97.65,3.1,4345.0 +Honduras,2012,America,7736131.0,72.3,97.74,3.05,4131.0 +Honduras,2013,America,7849059.0,72.6,97.82,3.0,4154.0 +Honduras,2014,America,7961680.0,72.8,97.89,2.95,4214.0 +Honduras,2015,America,8075060.0,73.0,97.96,2.91,4270.0 +Hungary,1800,Europe,3499771.0,36.0,63.19900000000001,5.18,1249.0 +Hungary,1810,Europe,3814221.0,36.0,63.19900000000001,5.18,1251.0 +Hungary,1820,Europe,4137998.0,36.0,63.19900000000001,5.18,1253.0 +Hungary,1830,Europe,4464317.0,36.0,63.19900000000001,5.18,1354.0 +Hungary,1840,Europe,4802380.0,36.0,63.19900000000001,5.18,1464.0 +Hungary,1850,Europe,5159444.0,36.0,62.867,5.18,1583.0 +Hungary,1860,Europe,5529257.0,36.0,59.328,4.88,1711.0 +Hungary,1870,Europe,5899196.0,36.0,62.56600000000001,5.14,1849.0 +Hungary,1880,Europe,6256649.0,36.0,60.43000000000001,5.23,2151.0 +Hungary,1890,Europe,6631452.0,36.0,58.172,4.93,2502.0 +Hungary,1900,Europe,7115393.0,37.34,63.75299999999999,5.28,2863.0 +Hungary,1910,Europe,7638063.0,39.76,68.28699999999999,4.67,3409.0 +Hungary,1920,Europe,7956033.0,42.06,68.19,3.84,3120.0 +Hungary,1930,Europe,8635353.0,50.21,75.344,2.84,4913.0 +Hungary,1940,Europe,9268490.0,57.0,79.64699999999998,2.49,5850.0 +Hungary,1950,Europe,9337723.0,62.09,88.37200000000001,2.79,5893.0 +Hungary,1951,Europe,9478110.0,62.48,89.708,2.77,6439.0 +Hungary,1952,Europe,9595219.0,64.05,90.892,2.72,6633.0 +Hungary,1953,Europe,9691114.0,63.89,91.939,2.67,6724.0 +Hungary,1954,Europe,9768149.0,65.46,92.78,2.6,6914.0 +Hungary,1955,Europe,9828971.0,66.91,92.75,2.52,7483.0 +Hungary,1956,Europe,9876547.0,66.07,92.77,2.43,7115.0 +Hungary,1957,Europe,9914136.0,66.44,92.95,2.34,7795.0 +Hungary,1958,Europe,9945194.0,67.45,93.31,2.24,8317.0 +Hungary,1959,Europe,9973216.0,67.35,93.71,2.14,8641.0 +Hungary,1960,Europe,10001270.0,68.13,94.06,2.05,9087.0 +Hungary,1961,Europe,10031496.0,69.06,94.34,1.97,9539.0 +Hungary,1962,Europe,10064667.0,68.0,94.57,1.92,9939.0 +Hungary,1963,Europe,10099999.0,69.02,94.77,1.89,10492.0 +Hungary,1964,Europe,10135688.0,69.52,94.94,1.88,11083.0 +Hungary,1965,Europe,10170472.0,69.22,95.1,1.89,11173.0 +Hungary,1966,Europe,10204575.0,69.98,95.24,1.92,11809.0 +Hungary,1967,Europe,10238930.0,69.55,95.38,1.95,12475.0 +Hungary,1968,Europe,10273730.0,69.38,95.5,1.98,12612.0 +Hungary,1969,Europe,10309211.0,69.45,95.62,2.01,12973.0 +Hungary,1970,Europe,10345553.0,69.29,95.73,2.03,12917.0 +Hungary,1971,Europe,10381705.0,69.19,95.79,2.05,13471.0 +Hungary,1972,Europe,10417419.0,69.82,95.8,2.07,13736.0 +Hungary,1973,Europe,10454502.0,69.69,95.78,2.09,14420.0 +Hungary,1974,Europe,10495442.0,69.41,95.84,2.11,14746.0 +Hungary,1975,Europe,10541344.0,69.46,96.09,2.12,14991.0 +Hungary,1976,Europe,10593989.0,69.75,96.45,2.12,14970.0 +Hungary,1977,Europe,10650975.0,70.02,96.79,2.11,15853.0 +Hungary,1978,Europe,10704187.0,69.56,97.03,2.08,16199.0 +Hungary,1979,Europe,10742694.0,69.77,97.23,2.03,16209.0 +Hungary,1980,Europe,10759022.0,69.18,97.39,1.98,16369.0 +Hungary,1981,Europe,10750270.0,69.24,97.52,1.93,16500.0 +Hungary,1982,Europe,10719749.0,69.47,97.58,1.88,17122.0 +Hungary,1983,Europe,10673963.0,69.03,97.58,1.85,16989.0 +Hungary,1984,Europe,10622559.0,69.07,97.58,1.83,17485.0 +Hungary,1985,Europe,10572975.0,69.01,97.63,1.83,17103.0 +Hungary,1986,Europe,10526561.0,69.22,97.72,1.83,17493.0 +Hungary,1987,Europe,10482364.0,69.69,97.84,1.84,17811.0 +Hungary,1988,Europe,10442721.0,70.09,97.95,1.85,18395.0 +Hungary,1989,Europe,10409854.0,69.53,98.04,1.84,18077.0 +Hungary,1990,Europe,10385061.0,69.5,98.11,1.83,16930.0 +Hungary,1991,Europe,10370223.0,69.2,98.18,1.8,14926.0 +Hungary,1992,Europe,10364661.0,69.1,98.27,1.75,14474.0 +Hungary,1993,Europe,10363797.0,69.2,98.4,1.69,14407.0 +Hungary,1994,Europe,10361134.0,69.5,98.53,1.63,14852.0 +Hungary,1995,Europe,10351994.0,70.1,98.62,1.56,15095.0 +Hungary,1996,Europe,10334876.0,70.5,98.69,1.49,15126.0 +Hungary,1997,Europe,10311227.0,70.9,98.73,1.43,15667.0 +Hungary,1998,Europe,10282937.0,71.1,98.78,1.37,16365.0 +Hungary,1999,Europe,10253110.0,71.3,98.83,1.33,16943.0 +Hungary,2000,Europe,10224113.0,71.8,98.88,1.31,17707.0 +Hungary,2001,Europe,10195978.0,72.3,98.95,1.29,18411.0 +Hungary,2002,Europe,10168101.0,72.6,99.01,1.29,19292.0 +Hungary,2003,Europe,10141471.0,72.7,99.07,1.29,20079.0 +Hungary,2004,Europe,10117213.0,72.9,99.13,1.29,21087.0 +Hungary,2005,Europe,10095964.0,73.1,99.17,1.3,22029.0 +Hungary,2006,Europe,10078461.0,73.3,99.21,1.31,22938.0 +Hungary,2007,Europe,10064138.0,73.6,99.25,1.32,23091.0 +Hungary,2008,Europe,10050699.0,73.9,99.28,1.33,23334.0 +Hungary,2009,Europe,10034951.0,74.3,99.32,1.35,21839.0 +Hungary,2010,Europe,10014633.0,74.6,99.34,1.36,22062.0 +Hungary,2011,Europe,9988846.0,75.0,99.36,1.38,22524.0 +Hungary,2012,Europe,9958334.0,75.5,99.37,1.4,22306.0 +Hungary,2013,Europe,9924507.0,76.1,99.37,1.41,22708.0 +Hungary,2014,Europe,9889540.0,76.5,99.38,1.43,23609.0 +Hungary,2015,Europe,9855023.0,76.7,99.38,1.44,24200.0 +Iceland,1800,Europe,61428.0,42.85,58.76600000000001,4.88,926.0 +Iceland,1810,Europe,61428.0,43.14,58.76600000000001,4.88,928.0 +Iceland,1820,Europe,62498.0,36.56,58.76600000000001,4.88,929.0 +Iceland,1830,Europe,65604.0,40.5,59.36600000000001,4.88,1036.0 +Iceland,1840,Europe,70010.0,31.97,58.553,4.88,1155.0 +Iceland,1850,Europe,74711.0,36.61,59.50500000000001,4.88,1287.0 +Iceland,1860,Europe,79662.0,19.76,46.96399999999999,4.8,1435.0 +Iceland,1870,Europe,84941.0,38.37,71.237,4.2,1599.0 +Iceland,1880,Europe,90546.0,42.32,73.13499999999998,3.81,2035.0 +Iceland,1890,Europe,96517.0,36.58,65.93299999999999,3.86,2009.0 +Iceland,1900,Europe,102913.0,46.64,83.17999999999998,4.08,2352.0 +Iceland,1910,Europe,109714.0,52.67,85.84200000000001,3.69,3012.0 +Iceland,1920,Europe,117013.0,54.58,86.445,3.87,2514.0 +Iceland,1930,Europe,124871.0,60.23,93.595,3.49,4444.0 +Iceland,1940,Europe,133257.0,65.79,94.973,2.79,5373.0 +Iceland,1950,Europe,142656.0,71.07,96.93,3.62,8670.0 +Iceland,1951,Europe,144928.0,71.12,97.08,3.69,8350.0 +Iceland,1952,Europe,147681.0,72.57,97.22,3.82,8120.0 +Iceland,1953,Europe,150779.0,72.39,97.35,3.93,9169.0 +Iceland,1954,Europe,154110.0,73.45,97.47,4.02,9821.0 +Iceland,1955,Europe,157584.0,73.4,97.56,4.1,10548.0 +Iceland,1956,Europe,161136.0,73.08,97.64,4.15,10575.0 +Iceland,1957,Europe,164721.0,73.58,97.71,4.18,10295.0 +Iceland,1958,Europe,168318.0,73.55,97.77,4.19,10896.0 +Iceland,1959,Europe,171919.0,72.78,97.82,4.17,10865.0 +Iceland,1960,Europe,175520.0,74.22,97.86,4.13,10993.0 +Iceland,1961,Europe,179106.0,73.6,97.89,4.07,10801.0 +Iceland,1962,Europe,182640.0,73.82,97.93,3.98,11489.0 +Iceland,1963,Europe,186056.0,73.13,97.98,3.86,12447.0 +Iceland,1964,Europe,189276.0,73.72,98.03,3.74,13450.0 +Iceland,1965,Europe,192251.0,74.0,98.09,3.6,14173.0 +Iceland,1966,Europe,194935.0,73.4,98.15,3.46,15166.0 +Iceland,1967,Europe,197356.0,73.9,98.22,3.34,14734.0 +Iceland,1968,Europe,199634.0,74.12,98.29,3.22,13752.0 +Iceland,1969,Europe,201941.0,73.9,98.35,3.12,13983.0 +Iceland,1970,Europe,204392.0,74.0,98.42,3.03,14937.0 +Iceland,1971,Europe,207050.0,73.75,98.48,2.95,16687.0 +Iceland,1972,Europe,209868.0,74.66,98.54,2.88,17413.0 +Iceland,1973,Europe,212731.0,74.52,98.6,2.8,18360.0 +Iceland,1974,Europe,215465.0,74.59,98.66,2.73,19123.0 +Iceland,1975,Europe,217958.0,75.57,98.72,2.65,19023.0 +Iceland,1976,Europe,220162.0,76.94,98.78,2.57,19978.0 +Iceland,1977,Europe,222142.0,76.35,98.85,2.49,21583.0 +Iceland,1978,Europe,224019.0,76.66,98.91,2.42,22659.0 +Iceland,1979,Europe,225972.0,76.88,98.97,2.36,23523.0 +Iceland,1980,Europe,228127.0,76.92,99.02,2.31,24580.0 +Iceland,1981,Europe,230525.0,76.61,99.08,2.27,25312.0 +Iceland,1982,Europe,233121.0,77.26,99.12,2.23,25455.0 +Iceland,1983,Europe,235860.0,76.91,99.16,2.2,24594.0 +Iceland,1984,Europe,238647.0,77.71,99.2,2.17,25356.0 +Iceland,1985,Europe,241411.0,77.85,99.23,2.15,25997.0 +Iceland,1986,Europe,244145.0,78.38,99.26,2.14,27379.0 +Iceland,1987,Europe,246867.0,77.53,99.29,2.13,29335.0 +Iceland,1988,Europe,249563.0,77.39,99.31,2.14,28780.0 +Iceland,1989,Europe,252219.0,78.46,99.34,2.15,28629.0 +Iceland,1990,Europe,254830.0,78.3,99.36,2.16,28666.0 +Iceland,1991,Europe,257387.0,78.4,99.38,2.17,28272.0 +Iceland,1992,Europe,259895.0,78.6,99.41,2.17,26977.0 +Iceland,1993,Europe,262383.0,78.8,99.43,2.17,27055.0 +Iceland,1994,Europe,264893.0,79.1,99.45,2.15,27789.0 +Iceland,1995,Europe,267454.0,78.9,99.48,2.13,27671.0 +Iceland,1996,Europe,270089.0,79.4,99.5,2.1,28839.0 +Iceland,1997,Europe,272798.0,79.6,99.53,2.07,30009.0 +Iceland,1998,Europe,275568.0,79.9,99.55,2.05,31601.0 +Iceland,1999,Europe,278376.0,80.2,99.58,2.02,32521.0 +Iceland,2000,Europe,281214.0,80.5,99.6,2.01,33599.0 +Iceland,2001,Europe,284037.0,80.8,99.62,2.0,34403.0 +Iceland,2002,Europe,286865.0,81.0,99.64,2.0,34252.0 +Iceland,2003,Europe,289824.0,81.3,99.66,2.02,34938.0 +Iceland,2004,Europe,293084.0,81.5,99.67,2.04,37482.0 +Iceland,2005,Europe,296745.0,81.7,99.69,2.06,39108.0 +Iceland,2006,Europe,300887.0,81.8,99.71,2.09,39818.0 +Iceland,2007,Europe,305415.0,82.1,99.72,2.11,42598.0 +Iceland,2008,Europe,310033.0,82.4,99.73,2.12,42294.0 +Iceland,2009,Europe,314336.0,82.5,99.75,2.12,39979.0 +Iceland,2010,Europe,318042.0,82.8,99.76,2.12,38809.0 +Iceland,2011,Europe,321030.0,82.9,99.77,2.11,39619.0 +Iceland,2012,Europe,323407.0,83.1,99.78,2.1,39925.0 +Iceland,2013,Europe,325392.0,83.2,99.79,2.08,40958.0 +Iceland,2014,Europe,327318.0,83.3,99.79,2.07,41237.0 +Iceland,2015,Europe,329425.0,83.3,99.8,2.06,42182.0 +India,1800,Asia,168574895.0,25.44,49.06100000000001,5.95,1052.0 +India,1810,Asia,171940819.0,25.44,49.06100000000001,5.95,1051.0 +India,1820,Asia,176225709.0,25.44,49.06100000000001,5.95,1050.0 +India,1830,Asia,182214537.0,25.44,49.06100000000001,5.95,1052.0 +India,1840,Asia,189298397.0,25.44,49.06100000000001,5.95,1053.0 +India,1850,Asia,196657653.0,25.44,49.06100000000001,5.95,1055.0 +India,1860,Asia,204966302.0,23.0,49.06100000000001,5.95,1056.0 +India,1870,Asia,213725049.0,25.44,49.06100000000001,5.95,1058.0 +India,1880,Asia,223020377.0,25.44,49.06100000000001,5.95,1084.0 +India,1890,Asia,232819584.0,24.38,47.53,5.75,1163.0 +India,1900,Asia,243073946.0,18.35,46.39099999999999,5.73,1194.0 +India,1910,Asia,253761202.0,23.18,65.03099999999999,5.71,1391.0 +India,1920,Asia,267795301.0,24.72,68.267,5.74,1197.0 +India,1930,Asia,285470839.0,28.87,70.531,5.86,1244.0 +India,1940,Asia,324372335.0,32.26,73.92,5.92,1081.0 +India,1950,Asia,376325205.0,34.77,73.22800000000002,5.89,908.0 +India,1951,Asia,382231042.0,35.1,72.84100000000002,5.89,908.0 +India,1952,Asia,388515758.0,35.76,72.44800000000002,5.9,912.0 +India,1953,Asia,395137696.0,36.44,72.05,5.91,947.0 +India,1954,Asia,402065915.0,37.11,72.55,5.91,962.0 +India,1955,Asia,409280196.0,37.79,73.05,5.91,963.0 +India,1956,Asia,416771502.0,38.48,73.51,5.91,993.0 +India,1957,Asia,424541513.0,39.16,73.96000000000002,5.9,959.0 +India,1958,Asia,432601236.0,39.85,74.4,5.89,1005.0 +India,1959,Asia,440968677.0,40.56,74.82,5.88,1002.0 +India,1960,Asia,449661874.0,41.26,75.22999999999998,5.87,1048.0 +India,1961,Asia,458691457.0,41.99,75.63,5.86,1051.0 +India,1962,Asia,468054145.0,42.72,76.0,5.84,1046.0 +India,1963,Asia,477729958.0,43.46,76.37,5.83,1071.0 +India,1964,Asia,487690114.0,44.23,76.71,5.81,1125.0 +India,1965,Asia,497920270.0,44.98,77.03999999999998,5.78,1053.0 +India,1966,Asia,508402908.0,45.73,77.37,5.75,1037.0 +India,1967,Asia,519162069.0,46.49,77.69,5.7,1096.0 +India,1968,Asia,530274729.0,47.21,78.02,5.64,1095.0 +India,1969,Asia,541844848.0,47.93,78.34,5.57,1141.0 +India,1970,Asia,553943226.0,48.65,78.67,5.49,1170.0 +India,1971,Asia,566605402.0,49.35,79.01,5.41,1154.0 +India,1972,Asia,579800632.0,50.08,79.39,5.32,1125.0 +India,1973,Asia,593451889.0,50.81,79.78,5.24,1151.0 +India,1974,Asia,607446519.0,51.53,80.21000000000002,5.16,1139.0 +India,1975,Asia,621703641.0,52.25,80.66,5.08,1212.0 +India,1976,Asia,636182810.0,52.93,81.14,5.0,1201.0 +India,1977,Asia,650907559.0,53.56,81.66,4.92,1266.0 +India,1978,Asia,665936435.0,54.14,82.17999999999998,4.84,1305.0 +India,1979,Asia,681358553.0,54.65,82.72,4.76,1211.0 +India,1980,Asia,697229745.0,55.1,83.24000000000002,4.68,1270.0 +India,1981,Asia,713561406.0,55.51,83.74000000000002,4.6,1322.0 +India,1982,Asia,730303461.0,55.86,84.21,4.52,1334.0 +India,1983,Asia,747374856.0,56.19,84.65,4.44,1412.0 +India,1984,Asia,764664278.0,56.51,85.08,4.36,1436.0 +India,1985,Asia,782085127.0,56.81,85.48,4.28,1462.0 +India,1986,Asia,799607235.0,57.11,85.88,4.2,1493.0 +India,1987,Asia,817232241.0,57.39,86.27,4.13,1525.0 +India,1988,Asia,834944397.0,57.65,86.66,4.04,1649.0 +India,1989,Asia,852736160.0,57.93,87.05000000000004,3.96,1723.0 +India,1990,Asia,870601776.0,58.2,87.42,3.88,1777.0 +India,1991,Asia,888513869.0,58.5,87.78,3.79,1760.0 +India,1992,Asia,906461358.0,58.8,88.12,3.71,1821.0 +India,1993,Asia,924475633.0,59.1,88.46000000000002,3.63,1871.0 +India,1994,Asia,942604211.0,59.5,88.79,3.55,1959.0 +India,1995,Asia,960874982.0,59.9,89.13,3.47,2069.0 +India,1996,Asia,979290432.0,60.2,89.47,3.4,2186.0 +India,1997,Asia,997817250.0,60.5,89.81,3.33,2235.0 +India,1998,Asia,1016402907.0,60.8,90.17,3.27,2332.0 +India,1999,Asia,1034976626.0,61.2,90.52,3.21,2496.0 +India,2000,Asia,1053481072.0,61.5,90.88,3.15,2548.0 +India,2001,Asia,1071888190.0,61.9,91.23,3.08,2628.0 +India,2002,Asia,1090189358.0,62.3,91.57,3.02,2684.0 +India,2003,Asia,1108369577.0,62.8,91.9,2.95,2850.0 +India,2004,Asia,1126419321.0,63.2,92.23,2.88,3029.0 +India,2005,Asia,1144326293.0,63.6,92.54,2.82,3262.0 +India,2006,Asia,1162088305.0,63.9,92.85,2.75,3514.0 +India,2007,Asia,1179685631.0,64.3,93.15,2.69,3806.0 +India,2008,Asia,1197070109.0,64.7,93.44,2.64,3901.0 +India,2009,Asia,1214182182.0,65.0,93.73,2.6,4177.0 +India,2010,Asia,1230984504.0,65.4,94.01,2.56,4547.0 +India,2011,Asia,1247446011.0,65.7,94.28,2.53,4787.0 +India,2012,Asia,1263589639.0,66.1,94.55,2.51,4967.0 +India,2013,Asia,1279498874.0,66.5,94.79,2.48,5244.0 +India,2014,Asia,1295291543.0,66.9,95.02,2.45,5565.0 +India,2015,Asia,1311050527.0,67.2,95.23,2.43,5903.0 +Indonesia,1800,Asia,16108545.0,30.0,55.621,6.07,994.0 +Indonesia,1810,Asia,16537268.0,30.0,55.621,6.07,996.0 +Indonesia,1820,Asia,17236636.0,30.0,55.621,6.07,997.0 +Indonesia,1830,Asia,18460171.0,30.0,55.621,6.07,1012.0 +Indonesia,1840,Asia,20052305.0,30.0,55.621,6.07,1027.0 +Indonesia,1850,Asia,21979198.0,30.0,55.621,6.07,1043.0 +Indonesia,1860,Asia,24209376.0,30.0,55.621,6.07,1058.0 +Indonesia,1870,Asia,27062539.0,30.0,55.621,6.07,1075.0 +Indonesia,1880,Asia,30212871.0,30.0,55.621,6.07,1088.0 +Indonesia,1890,Asia,33747355.0,30.0,55.621,6.07,1077.0 +Indonesia,1900,Asia,38159334.0,30.0,55.71699999999999,6.05,1198.0 +Indonesia,1910,Asia,42771824.0,30.0,56.40700000000001,6.17,1313.0 +Indonesia,1920,Asia,47287780.0,30.0,57.57400000000001,5.48,1460.0 +Indonesia,1930,Asia,53403726.0,31.5,60.599,5.44,1795.0 +Indonesia,1940,Asia,61821588.0,36.13,60.53,5.39,2053.0 +Indonesia,1950,Asia,69543319.0,36.51,70.18900000000001,5.35,1443.0 +Indonesia,1951,Asia,70869608.0,36.99,71.24,5.39,1527.0 +Indonesia,1952,Asia,72309902.0,37.93,72.06,5.46,1541.0 +Indonesia,1953,Asia,73866520.0,38.86,72.85,5.53,1587.0 +Indonesia,1954,Asia,75539738.0,39.78,73.63,5.58,1665.0 +Indonesia,1955,Asia,77327799.0,40.68,74.39,5.62,1701.0 +Indonesia,1956,Asia,79226787.0,41.57,75.12,5.65,1664.0 +Indonesia,1957,Asia,81230749.0,42.45,75.83,5.67,1779.0 +Indonesia,1958,Asia,83332054.0,43.32,76.51,5.67,1643.0 +Indonesia,1959,Asia,85521981.0,44.17,77.14999999999998,5.67,1696.0 +Indonesia,1960,Asia,87792512.0,45.01,77.75999999999998,5.67,1737.0 +Indonesia,1961,Asia,90138235.0,45.83,78.35,5.66,1791.0 +Indonesia,1962,Asia,92558006.0,46.65,78.93,5.65,1772.0 +Indonesia,1963,Asia,95055669.0,47.45,79.49,5.63,1668.0 +Indonesia,1964,Asia,97638027.0,48.24,80.05,5.62,1694.0 +Indonesia,1965,Asia,100308896.0,43.77,80.61,5.61,1682.0 +Indonesia,1966,Asia,103067352.0,44.18,81.18,5.6,1666.0 +Indonesia,1967,Asia,105907403.0,50.54,81.75,5.58,1602.0 +Indonesia,1968,Asia,108821565.0,51.27,82.32,5.56,1741.0 +Indonesia,1969,Asia,111800090.0,52.0,82.89,5.52,1920.0 +Indonesia,1970,Asia,114834781.0,52.71,83.44,5.47,2082.0 +Indonesia,1971,Asia,117921994.0,53.4,83.97,5.41,2162.0 +Indonesia,1972,Asia,121059511.0,54.09,84.49,5.34,2351.0 +Indonesia,1973,Asia,124242299.0,54.75,84.99,5.25,2637.0 +Indonesia,1974,Asia,127465232.0,55.41,85.47,5.15,2679.0 +Indonesia,1975,Asia,130724118.0,56.04,85.92,5.04,2612.0 +Indonesia,1976,Asia,134010695.0,56.67,86.35,4.93,2797.0 +Indonesia,1977,Asia,137322122.0,57.27,86.75999999999998,4.81,2946.0 +Indonesia,1978,Asia,140665859.0,57.87,87.14999999999998,4.68,3026.0 +Indonesia,1979,Asia,144053516.0,58.45,87.52,4.56,3111.0 +Indonesia,1980,Asia,147490366.0,59.01,87.89,4.43,3314.0 +Indonesia,1981,Asia,150978841.0,59.57,88.25,4.3,3445.0 +Indonesia,1982,Asia,154506266.0,60.12,88.61,4.17,3254.0 +Indonesia,1983,Asia,158044343.0,60.64,88.97,4.03,3294.0 +Indonesia,1984,Asia,161555584.0,61.16,89.33,3.89,3461.0 +Indonesia,1985,Asia,165012195.0,61.66,89.69,3.75,3489.0 +Indonesia,1986,Asia,168402027.0,62.15,90.05,3.61,3646.0 +Indonesia,1987,Asia,171728916.0,62.63,90.41,3.47,3775.0 +Indonesia,1988,Asia,175000919.0,63.1,90.78,3.35,3940.0 +Indonesia,1989,Asia,178233231.0,63.55,91.16,3.23,4234.0 +Indonesia,1990,Asia,181436821.0,64.0,91.53,3.12,4548.0 +Indonesia,1991,Asia,184614740.0,64.5,91.91,3.02,4868.0 +Indonesia,1992,Asia,187762097.0,64.9,92.29,2.93,5131.0 +Indonesia,1993,Asia,190873248.0,65.3,92.64,2.84,5412.0 +Indonesia,1994,Asia,193939912.0,65.7,92.99,2.76,5727.0 +Indonesia,1995,Asia,196957845.0,66.1,93.33,2.69,6111.0 +Indonesia,1996,Asia,199926615.0,66.4,93.64,2.63,6478.0 +Indonesia,1997,Asia,202853850.0,66.7,93.95,2.58,6683.0 +Indonesia,1998,Asia,205753493.0,67.0,94.24,2.53,5721.0 +Indonesia,1999,Asia,208644079.0,67.2,94.51,2.5,5684.0 +Indonesia,2000,Asia,211540428.0,67.5,94.77,2.48,5878.0 +Indonesia,2001,Asia,214448301.0,67.8,95.02,2.48,6005.0 +Indonesia,2002,Asia,217369087.0,68.0,95.24,2.47,6186.0 +Indonesia,2003,Asia,220307809.0,68.2,95.46,2.48,6389.0 +Indonesia,2004,Asia,223268606.0,66.7,95.07,2.49,6615.0 +Indonesia,2005,Asia,226254703.0,68.7,95.86,2.49,6892.0 +Indonesia,2006,Asia,229263980.0,68.9,96.04,2.5,7168.0 +Indonesia,2007,Asia,232296830.0,69.2,96.21,2.49,7516.0 +Indonesia,2008,Asia,235360765.0,69.4,96.38,2.48,7856.0 +Indonesia,2009,Asia,238465165.0,69.6,96.53,2.46,8108.0 +Indonesia,2010,Asia,241613126.0,69.8,96.69,2.43,8498.0 +Indonesia,2011,Asia,244808254.0,70.1,96.83,2.4,8907.0 +Indonesia,2012,Asia,248037853.0,70.3,96.96,2.37,9327.0 +Indonesia,2013,Asia,251268276.0,70.6,97.07,2.34,9729.0 +Indonesia,2014,Asia,254454778.0,70.8,97.18,2.31,10099.0 +Indonesia,2015,Asia,257563815.0,71.1,97.28,2.28,10504.0 +Iran,1800,Asia,6269721.0,25.6,49.36200000000001,7.08,977.0 +Iran,1810,Asia,6413820.0,25.6,49.36200000000001,7.08,979.0 +Iran,1820,Asia,6608508.0,25.6,49.36200000000001,7.08,980.0 +Iran,1830,Asia,6898130.0,25.6,49.36200000000001,7.08,999.0 +Iran,1840,Asia,7250391.0,25.6,49.36200000000001,7.08,1018.0 +Iran,1850,Asia,7620641.0,25.6,49.36200000000001,7.08,1037.0 +Iran,1860,Asia,7986219.0,25.6,49.36200000000001,7.08,1057.0 +Iran,1870,Asia,8397441.0,25.6,49.36200000000001,7.08,1077.0 +Iran,1880,Asia,8879809.0,25.6,49.36200000000001,7.08,1153.0 +Iran,1890,Asia,9418782.0,25.6,49.36200000000001,7.08,1235.0 +Iran,1900,Asia,9993084.0,25.6,49.47200000000001,7.08,1322.0 +Iran,1910,Asia,10600670.0,25.6,50.25899999999999,7.08,1416.0 +Iran,1920,Asia,11758739.0,25.6,51.442,7.08,1733.0 +Iran,1930,Asia,13315170.0,25.6,52.63,7.05,2317.0 +Iran,1940,Asia,15077617.0,25.6,54.993,6.98,3051.0 +Iran,1950,Asia,17119263.0,39.94,69.262,6.92,3968.0 +Iran,1951,Asia,17516578.0,40.29,69.18900000000001,6.91,3881.0 +Iran,1952,Asia,17933356.0,40.92,69.117,6.91,3796.0 +Iran,1953,Asia,18368896.0,41.56,69.044,6.91,3717.0 +Iran,1954,Asia,18822605.0,42.19,68.972,6.91,3635.0 +Iran,1955,Asia,19293998.0,42.84,68.9,6.91,3554.0 +Iran,1956,Asia,19782699.0,43.47,68.828,6.91,3783.0 +Iran,1957,Asia,20288440.0,44.11,68.756,6.92,4211.0 +Iran,1958,Asia,20811062.0,44.74,68.685,6.92,4591.0 +Iran,1959,Asia,21350524.0,45.38,69.343,6.93,4863.0 +Iran,1960,Asia,21906905.0,46.0,69.987,6.93,5203.0 +Iran,1961,Asia,22480420.0,46.61,70.61800000000002,6.92,5505.0 +Iran,1962,Asia,23071426.0,47.22,71.236,6.91,5472.0 +Iran,1963,Asia,23680433.0,47.83,71.84200000000001,6.9,5921.0 +Iran,1964,Asia,24308080.0,48.43,72.435,6.87,6188.0 +Iran,1965,Asia,24955116.0,49.04,73.015,6.83,6768.0 +Iran,1966,Asia,25624650.0,49.66,73.584,6.77,7252.0 +Iran,1967,Asia,26318116.0,50.3,74.141,6.7,7862.0 +Iran,1968,Asia,27032944.0,50.98,76.17399999999998,6.62,8816.0 +Iran,1969,Asia,27765239.0,51.67,78.05199999999998,6.53,9709.0 +Iran,1970,Asia,28514011.0,52.43,79.777,6.44,10467.0 +Iran,1971,Asia,29281130.0,53.28,81.34,6.36,11475.0 +Iran,1972,Asia,30073845.0,54.24,82.17999999999998,6.29,13019.0 +Iran,1973,Asia,30903565.0,55.24,82.98,6.24,13782.0 +Iran,1974,Asia,31784896.0,56.24,83.8,6.21,14316.0 +Iran,1975,Asia,32730555.0,57.1,84.63000000000002,6.21,14690.0 +Iran,1976,Asia,33739231.0,57.64,85.48,6.24,16697.0 +Iran,1977,Asia,34814231.0,57.78,86.36,6.29,16033.0 +Iran,1978,Asia,35977589.0,57.52,87.26,6.35,13827.0 +Iran,1979,Asia,37256771.0,56.95,88.14999999999998,6.42,12312.0 +Iran,1980,Asia,38668222.0,56.24,89.01,6.48,10366.0 +Iran,1981,Asia,40209077.0,55.62,89.81,6.52,9691.0 +Iran,1982,Asia,41862373.0,55.32,90.54,6.52,10715.0 +Iran,1983,Asia,43610506.0,55.49,91.18,6.47,11655.0 +Iran,1984,Asia,45429019.0,56.19,91.75,6.37,11274.0 +Iran,1985,Asia,47290793.0,57.39,92.26,6.22,11047.0 +Iran,1986,Asia,49205577.0,59.01,92.72,6.02,9675.0 +Iran,1987,Asia,51152122.0,60.83,93.15,5.76,9335.0 +Iran,1988,Asia,53035939.0,62.67,93.55,5.47,8626.0 +Iran,1989,Asia,54735239.0,64.43,93.92,5.15,8753.0 +Iran,1990,Asia,56169196.0,66.0,94.25,4.82,9511.0 +Iran,1991,Asia,57288039.0,67.8,94.55,4.48,10502.0 +Iran,1992,Asia,58130099.0,68.5,94.81,4.14,10792.0 +Iran,1993,Asia,58811858.0,69.1,95.04,3.81,10500.0 +Iran,1994,Asia,59501292.0,69.6,95.26,3.49,10344.0 +Iran,1995,Asia,60318632.0,69.9,95.47,3.2,10477.0 +Iran,1996,Asia,61306632.0,69.8,95.68,2.95,11043.0 +Iran,1997,Asia,62426086.0,70.3,95.89,2.72,11216.0 +Iran,1998,Asia,63616065.0,70.8,96.11,2.51,11311.0 +Iran,1999,Asia,64780362.0,71.3,96.32,2.34,11327.0 +Iran,2000,Asia,65850062.0,71.4,96.53,2.19,11719.0 +Iran,2001,Asia,66812736.0,71.3,96.73,2.08,11977.0 +Iran,2002,Asia,67696677.0,71.3,96.92,1.99,12712.0 +Iran,2003,Asia,68522074.0,70.1,97.1,1.93,13454.0 +Iran,2004,Asia,69321953.0,71.5,97.27,1.9,13975.0 +Iran,2005,Asia,70122115.0,71.9,97.43,1.87,14452.0 +Iran,2006,Asia,70923164.0,72.4,97.58,1.87,15127.0 +Iran,2007,Asia,71720859.0,72.8,97.72,1.87,15903.0 +Iran,2008,Asia,72530693.0,73.1,97.86,1.88,15955.0 +Iran,2009,Asia,73370982.0,73.4,97.98,1.89,16123.0 +Iran,2010,Asia,74253373.0,73.7,98.08,1.9,16980.0 +Iran,2011,Asia,75184322.0,74.1,98.17,1.91,17425.0 +Iran,2012,Asia,76156975.0,74.3,98.25,1.92,16068.0 +Iran,2013,Asia,77152445.0,74.5,98.32,1.92,15552.0 +Iran,2014,Asia,78143644.0,74.6,98.39,1.92,15573.0 +Iran,2015,Asia,79109272.0,74.6,98.45,1.91,15573.0 +Iraq,1800,Asia,1076920.0,31.2,57.214,7.13,970.0 +Iraq,1810,Asia,1084941.0,31.2,57.214,7.13,971.0 +Iraq,1820,Asia,1112536.0,31.2,57.214,7.13,973.0 +Iraq,1830,Asia,1177768.0,31.2,57.214,7.13,1013.0 +Iraq,1840,Asia,1267848.0,31.2,57.214,7.13,1055.0 +Iraq,1850,Asia,1364818.0,31.2,57.214,7.13,1099.0 +Iraq,1860,Asia,1468222.0,31.2,57.214,7.13,1145.0 +Iraq,1870,Asia,1598592.0,31.2,57.214,7.13,1193.0 +Iraq,1880,Asia,1775449.0,31.2,57.214,7.13,1290.0 +Iraq,1890,Asia,1992559.0,31.2,57.214,7.13,1396.0 +Iraq,1900,Asia,2238359.0,31.2,57.306999999999995,7.13,1510.0 +Iraq,1910,Asia,2513104.0,31.2,57.972,7.13,1633.0 +Iraq,1920,Asia,3017350.0,31.2,58.979000000000006,7.13,1878.0 +Iraq,1930,Asia,3728811.0,31.2,59.99099999999999,7.33,2200.0 +Iraq,1940,Asia,4608028.0,31.2,61.00299999999999,7.72,2572.0 +Iraq,1950,Asia,5719191.0,34.34,63.56999999999999,8.11,3001.0 +Iraq,1951,Asia,5901507.0,35.08,65.69,7.88,3178.0 +Iraq,1952,Asia,6065012.0,36.58,67.75999999999999,7.44,3423.0 +Iraq,1953,Asia,6216130.0,38.04,69.69,7.07,4678.0 +Iraq,1954,Asia,6360435.0,39.45,71.55,6.76,5410.0 +Iraq,1955,Asia,6502655.0,40.81,73.3,6.52,5045.0 +Iraq,1956,Asia,6646641.0,42.11,74.94000000000003,6.34,5242.0 +Iraq,1957,Asia,6795399.0,43.38,76.47,6.23,5045.0 +Iraq,1958,Asia,6951160.0,44.61,77.89,6.18,5465.0 +Iraq,1959,Asia,7115509.0,45.79,79.21000000000002,6.19,5528.0 +Iraq,1960,Asia,7289759.0,46.96,80.43,6.25,5989.0 +Iraq,1961,Asia,7475354.0,48.11,81.55,6.36,6480.0 +Iraq,1962,Asia,7674220.0,49.24,82.58,6.51,6599.0 +Iraq,1963,Asia,7888914.0,50.36,83.54,6.69,6278.0 +Iraq,1964,Asia,8122200.0,51.46,84.42,6.87,6805.0 +Iraq,1965,Asia,8375791.0,52.52,85.23,7.04,7178.0 +Iraq,1966,Asia,8651167.0,53.51,85.99,7.19,7306.0 +Iraq,1967,Asia,8947399.0,54.42,86.68,7.3,6898.0 +Iraq,1968,Asia,9260685.0,55.24,87.33,7.36,7852.0 +Iraq,1969,Asia,9585576.0,55.96,87.94,7.38,7846.0 +Iraq,1970,Asia,9917982.0,56.61,88.5,7.36,7555.0 +Iraq,1971,Asia,10255904.0,57.21,89.03,7.31,7785.0 +Iraq,1972,Asia,10599846.0,57.77,89.53,7.23,7354.0 +Iraq,1973,Asia,10951169.0,58.31,90.02,7.15,8648.0 +Iraq,1974,Asia,11312304.0,58.81,90.48,7.07,9508.0 +Iraq,1975,Asia,11684585.0,59.19,90.92,6.99,10522.0 +Iraq,1976,Asia,12068195.0,59.35,91.32,6.92,11920.0 +Iraq,1977,Asia,12460997.0,59.26,91.7,6.83,11575.0 +Iraq,1978,Asia,12859226.0,58.94,92.05,6.75,13210.0 +Iraq,1979,Asia,13257910.0,58.44,92.37,6.66,16718.0 +Iraq,1980,Asia,13653358.0,57.91,92.67,6.57,16614.0 +Iraq,1981,Asia,14046273.0,57.52,92.94,6.49,13478.0 +Iraq,1982,Asia,14437661.0,57.41,93.2,6.41,12681.0 +Iraq,1983,Asia,14824876.0,57.68,93.43,6.34,10779.0 +Iraq,1984,Asia,15204746.0,58.34,93.64,6.28,10666.0 +Iraq,1985,Asia,15576396.0,59.36,93.84,6.22,10711.0 +Iraq,1986,Asia,15937864.0,60.65,94.03,6.16,11057.0 +Iraq,1987,Asia,16293719.0,62.05,94.19,6.11,13010.0 +Iraq,1988,Asia,16657708.0,63.41,94.34,6.04,13153.0 +Iraq,1989,Asia,17048167.0,64.65,94.47,5.97,11519.0 +Iraq,1990,Asia,17478455.0,65.7,94.59,5.88,11212.0 +Iraq,1991,Asia,17952909.0,63.9,94.7,5.79,3921.0 +Iraq,1992,Asia,18468521.0,65.4,94.81,5.7,5048.0 +Iraq,1993,Asia,19021967.0,65.4,94.9,5.61,6379.0 +Iraq,1994,Asia,19606895.0,65.4,95.0,5.51,6420.0 +Iraq,1995,Asia,20217759.0,65.3,95.09,5.42,6353.0 +Iraq,1996,Asia,20855408.0,65.3,95.18,5.32,6834.0 +Iraq,1997,Asia,21519356.0,65.2,95.26,5.23,8027.0 +Iraq,1998,Asia,22200835.0,65.7,95.35,5.14,10490.0 +Iraq,1999,Asia,22888600.0,65.9,95.44,5.05,11958.0 +Iraq,2000,Asia,23574751.0,65.8,95.53,4.97,11764.0 +Iraq,2001,Asia,24258794.0,66.4,95.62,4.88,11684.0 +Iraq,2002,Asia,24943793.0,66.1,95.7,4.8,10567.0 +Iraq,2003,Asia,25630426.0,66.1,95.77,4.71,6873.0 +Iraq,2004,Asia,26320530.0,66.3,95.85,4.63,10311.0 +Iraq,2005,Asia,27017712.0,65.7,95.93,4.56,10489.0 +Iraq,2006,Asia,27716983.0,65.1,96.01,4.48,11271.0 +Iraq,2007,Asia,28423538.0,65.3,96.09,4.41,11157.0 +Iraq,2008,Asia,29163327.0,66.6,96.17,4.34,11616.0 +Iraq,2009,Asia,29970634.0,67.1,96.25,4.28,11992.0 +Iraq,2010,Asia,30868156.0,67.3,96.34,4.21,12330.0 +Iraq,2011,Asia,31867758.0,67.7,96.43,4.15,13248.0 +Iraq,2012,Asia,32957622.0,68.1,96.52,4.09,14545.0 +Iraq,2013,Asia,34107366.0,68.3,96.61,4.03,15368.0 +Iraq,2014,Asia,35273293.0,67.7,96.71,3.97,14018.0 +Iraq,2015,Asia,36423395.0,67.4,96.8,3.91,14646.0 +Ireland,1800,Europe,4064749.0,38.3,65.178,4.2,1447.0 +Ireland,1810,Europe,4541676.0,38.3,65.178,4.2,1449.0 +Ireland,1820,Europe,5052432.0,38.3,65.178,4.2,1451.0 +Ireland,1830,Europe,5537192.0,38.3,65.178,4.2,1673.0 +Ireland,1840,Europe,5751940.0,38.3,65.178,4.2,1930.0 +Ireland,1850,Europe,5071239.0,31.2,62.00100000000001,4.2,1800.0 +Ireland,1860,Europe,4174177.0,38.56,79.363,3.51,2565.0 +Ireland,1870,Europe,3875492.0,41.21,85.984,3.71,2958.0 +Ireland,1880,Europe,3641634.0,43.85,82.845,3.31,3276.0 +Ireland,1890,Europe,3349404.0,46.49,85.984,2.99,3628.0 +Ireland,1900,Europe,3163836.0,49.14,83.405,3.04,4018.0 +Ireland,1910,Europe,3093322.0,53.36,85.985,3.12,4450.0 +Ireland,1920,Europe,3071970.0,56.08,88.116,3.2,4325.0 +Ireland,1930,Europe,2907196.0,58.12,90.649,2.67,5025.0 +Ireland,1940,Europe,2936278.0,59.78,90.972,2.56,5412.0 +Ireland,1950,Europe,2913093.0,65.87,94.58,3.48,6241.0 +Ireland,1951,Europe,2921278.0,65.07,94.81,3.45,6417.0 +Ireland,1952,Europe,2924222.0,67.52,95.05,3.41,6607.0 +Ireland,1953,Europe,2921360.0,68.3,95.29,3.39,6808.0 +Ireland,1954,Europe,2912747.0,68.44,95.51,3.4,6905.0 +Ireland,1955,Europe,2899055.0,68.46,95.7,3.44,7147.0 +Ireland,1956,Europe,2881612.0,69.43,95.87,3.5,7116.0 +Ireland,1957,Europe,2862366.0,69.51,96.03,3.57,7159.0 +Ireland,1958,Europe,2843755.0,69.84,96.18,3.67,7089.0 +Ireland,1959,Europe,2828515.0,69.99,96.32,3.76,7409.0 +Ireland,1960,Europe,2819059.0,70.76,96.47,3.86,7869.0 +Ireland,1961,Europe,2816832.0,70.24,96.61,3.93,8297.0 +Ireland,1962,Europe,2821742.0,70.57,96.75,3.98,8544.0 +Ireland,1963,Europe,2831911.0,70.85,96.87,4.0,8899.0 +Ireland,1964,Europe,2844373.0,71.12,96.99,3.99,9215.0 +Ireland,1965,Europe,2857104.0,71.35,97.14,3.95,9350.0 +Ireland,1966,Europe,2869311.0,70.89,97.3,3.9,9416.0 +Ireland,1967,Europe,2882095.0,71.95,97.45,3.86,9933.0 +Ireland,1968,Europe,2897541.0,71.67,97.59,3.83,10722.0 +Ireland,1969,Europe,2918626.0,71.62,97.7,3.82,11331.0 +Ireland,1970,Europe,2947339.0,71.68,97.78,3.81,11551.0 +Ireland,1971,Europe,2984044.0,72.5,97.83,3.81,11850.0 +Ireland,1972,Europe,3027538.0,71.86,97.86,3.79,12440.0 +Ireland,1973,Europe,3076273.0,72.11,97.89,3.74,12834.0 +Ireland,1974,Europe,3128000.0,72.08,97.94,3.67,13176.0 +Ireland,1975,Europe,3180805.0,72.68,98.0,3.57,13703.0 +Ireland,1976,Europe,3234153.0,72.81,98.09,3.46,13691.0 +Ireland,1977,Europe,3287620.0,72.98,98.2,3.34,14631.0 +Ireland,1978,Europe,3339499.0,72.98,98.32,3.22,15499.0 +Ireland,1979,Europe,3387822.0,73.28,98.45,3.11,15734.0 +Ireland,1980,Europe,3431078.0,73.66,98.57,3.0,16078.0 +Ireland,1981,Europe,3468884.0,74.04,98.67,2.9,16425.0 +Ireland,1982,Europe,3501213.0,74.34,98.76,2.79,16640.0 +Ireland,1983,Europe,3527472.0,74.4,98.83,2.68,16502.0 +Ireland,1984,Europe,3547157.0,74.87,98.89,2.56,17116.0 +Ireland,1985,Europe,3560225.0,74.84,98.93,2.45,17606.0 +Ireland,1986,Europe,3566327.0,74.93,98.96,2.34,17546.0 +Ireland,1987,Europe,3566416.0,75.76,98.99,2.23,18385.0 +Ireland,1988,Europe,3563438.0,75.82,99.01,2.14,19420.0 +Ireland,1989,Europe,3561331.0,75.87,99.04,2.06,20665.0 +Ireland,1990,Europe,3563106.0,76.3,99.08,2.0,22468.0 +Ireland,1991,Europe,3570140.0,76.7,99.14,1.95,22770.0 +Ireland,1992,Europe,3582342.0,76.8,99.19,1.92,23371.0 +Ireland,1993,Europe,3599451.0,76.9,99.23,1.9,23881.0 +Ireland,1994,Europe,3620616.0,77.3,99.26,1.9,25156.0 +Ireland,1995,Europe,3645333.0,77.1,99.27,1.9,27439.0 +Ireland,1996,Europe,3673553.0,77.5,99.27,1.91,29695.0 +Ireland,1997,Europe,3706032.0,77.4,99.27,1.92,32568.0 +Ireland,1998,Europe,3743948.0,77.6,99.27,1.93,34985.0 +Ireland,1999,Europe,3788816.0,77.7,99.27,1.94,38122.0 +Ireland,2000,Europe,3841574.0,77.8,99.29,1.95,41198.0 +Ireland,2001,Europe,3901688.0,78.4,99.31,1.96,42686.0 +Ireland,2002,Europe,3968213.0,78.8,99.35,1.97,44423.0 +Ireland,2003,Europe,4040986.0,79.1,99.39,1.97,44998.0 +Ireland,2004,Europe,4119773.0,79.3,99.44,1.98,46205.0 +Ireland,2005,Europe,4203700.0,79.7,99.48,1.99,47775.0 +Ireland,2006,Europe,4293942.0,79.8,99.51,1.99,49048.0 +Ireland,2007,Europe,4388612.0,80.1,99.54,2.0,50001.0 +Ireland,2008,Europe,4480145.0,80.1,99.55,2.0,47713.0 +Ireland,2009,Europe,4558603.0,80.3,99.57,2.0,44222.0 +Ireland,2010,Europe,4617334.0,81.0,99.58,2.0,43860.0 +Ireland,2011,Europe,4652714.0,80.6,99.59,2.0,44913.0 +Ireland,2012,Europe,4667868.0,81.1,99.6,2.0,44673.0 +Ireland,2013,Europe,4671263.0,81.5,99.62,2.0,44640.0 +Ireland,2014,Europe,4675164.0,81.6,99.63,2.0,46633.0 +Ireland,2015,Europe,4688465.0,81.7,99.64,1.99,47758.0 +Israel,1800,Asia,209954.0,32.0,55.2,6.0,879.0 +Israel,1810,Asia,209954.0,32.0,55.21,5.87,881.0 +Israel,1820,Asia,209954.0,32.0,55.218999999999994,5.74,882.0 +Israel,1830,Asia,209954.0,32.0,55.22899999999999,5.61,883.0 +Israel,1840,Asia,209954.0,32.0,55.23899999999999,5.48,885.0 +Israel,1850,Asia,214587.0,32.0,55.249,5.35,886.0 +Israel,1860,Asia,229141.0,32.0,55.258,5.22,887.0 +Israel,1870,Asia,252622.0,32.0,55.26800000000001,5.09,889.0 +Israel,1880,Asia,281441.0,32.0,55.27800000000001,4.96,940.0 +Israel,1890,Asia,316448.0,32.0,55.287,4.83,994.0 +Israel,1900,Asia,359084.0,32.0,55.297,4.71,1051.0 +Israel,1910,Asia,413270.0,32.0,66.85600000000001,4.58,1111.0 +Israel,1920,Asia,430747.0,32.0,75.42599999999999,4.45,1032.0 +Israel,1930,Asia,564900.0,32.0,90.476,4.42,1961.0 +Israel,1940,Asia,877043.0,42.72,92.02799999999999,3.15,2064.0 +Israel,1950,Asia,1257971.0,64.09,93.863,4.52,3961.0 +Israel,1951,Asia,1354097.0,64.42,94.73899999999999,4.45,4435.0 +Israel,1952,Asia,1451493.0,65.04,94.449,4.32,4247.0 +Israel,1953,Asia,1546239.0,65.62,94.883,4.21,4075.0 +Israel,1954,Asia,1635786.0,66.15,95.024,4.11,4718.0 +Israel,1955,Asia,1718955.0,66.65,95.305,4.03,5167.0 +Israel,1956,Asia,1796009.0,67.1,94.881,3.96,5382.0 +Israel,1957,Asia,1868581.0,67.51,95.023,3.92,5557.0 +Israel,1958,Asia,1939449.0,67.89,95.58,3.88,5712.0 +Israel,1959,Asia,2012158.0,68.24,95.985,3.86,6249.0 +Israel,1960,Asia,2089891.0,68.55,95.985,3.84,6464.0 +Israel,1961,Asia,2174271.0,68.85,96.108,3.84,6915.0 +Israel,1962,Asia,2264304.0,69.13,96.227,3.83,7279.0 +Israel,1963,Asia,2355929.0,69.41,96.342,3.82,7719.0 +Israel,1964,Asia,2443297.0,69.68,96.454,3.82,8152.0 +Israel,1965,Asia,2522530.0,69.93,96.563,3.81,8630.0 +Israel,1966,Asia,2591594.0,70.17,96.66799999999999,3.8,8504.0 +Israel,1967,Asia,2652697.0,70.39,96.77,3.8,8535.0 +Israel,1968,Asia,2711303.0,70.6,96.868,3.81,9634.0 +Israel,1969,Asia,2775162.0,70.78,96.964,3.81,10562.0 +Israel,1970,Asia,2849623.0,70.96,97.057,3.82,11062.0 +Israel,1971,Asia,2936668.0,71.13,97.068,3.81,11878.0 +Israel,1972,Asia,3033919.0,71.33,97.079,3.8,12903.0 +Israel,1973,Asia,3137029.0,71.54,97.09,3.77,13110.0 +Israel,1974,Asia,3239561.0,71.78,97.08,3.72,13606.0 +Israel,1975,Asia,3336760.0,72.04,97.38,3.66,13751.0 +Israel,1976,Asia,3427662.0,72.33,97.62,3.59,13626.0 +Israel,1977,Asia,3513516.0,72.62,97.82,3.51,13324.0 +Israel,1978,Asia,3594470.0,72.9,97.98,3.43,13656.0 +Israel,1979,Asia,3671264.0,73.19,98.1,3.35,14159.0 +Israel,1980,Asia,3744667.0,73.47,98.2,3.28,14768.0 +Israel,1981,Asia,3815270.0,73.74,98.27,3.22,15245.0 +Israel,1982,Asia,3883547.0,73.99,98.34,3.17,15265.0 +Israel,1983,Asia,3950241.0,74.49,98.4,3.13,15501.0 +Israel,1984,Asia,4016229.0,74.78,98.48,3.11,15310.0 +Israel,1985,Asia,4082781.0,75.1,98.56,3.09,15542.0 +Israel,1986,Asia,4148764.0,74.92,98.63,3.07,16015.0 +Israel,1987,Asia,4215756.0,75.29,98.69,3.06,16871.0 +Israel,1988,Asia,4290860.0,75.65,98.75,3.04,16906.0 +Israel,1989,Asia,4383341.0,76.24,98.79,3.02,16743.0 +Israel,1990,Asia,4499161.0,76.7,98.84,3.0,17152.0 +Israel,1991,Asia,4641600.0,76.5,98.89,2.97,17394.0 +Israel,1992,Asia,4806983.0,76.3,98.95,2.95,17749.0 +Israel,1993,Asia,4985652.0,76.9,99.01,2.94,18244.0 +Israel,1994,Asia,5163901.0,77.1,99.08,2.93,19010.0 +Israel,1995,Asia,5331622.0,77.4,99.13,2.92,22550.0 +Israel,1996,Asia,5486219.0,77.7,99.18,2.92,23240.0 +Israel,1997,Asia,5630066.0,77.9,99.22,2.93,23544.0 +Israel,1998,Asia,5764197.0,78.1,99.25,2.93,24009.0 +Israel,1999,Asia,5891263.0,78.5,99.28,2.92,24263.0 +Israel,2000,Asia,6013711.0,78.6,99.31,2.92,25739.0 +Israel,2001,Asia,6129980.0,78.8,99.34,2.92,25167.0 +Israel,2002,Asia,6240215.0,78.6,99.36,2.91,24650.0 +Israel,2003,Asia,6350762.0,79.1,99.39,2.91,24470.0 +Israel,2004,Asia,6470045.0,79.5,99.42,2.91,25256.0 +Israel,2005,Asia,6603677.0,79.7,99.44,2.91,25891.0 +Israel,2006,Asia,6754836.0,79.6,99.47,2.91,26908.0 +Israel,2007,Asia,6920762.0,80.3,99.49,2.91,28091.0 +Israel,2008,Asia,7093808.0,80.6,99.51,2.92,28562.0 +Israel,2009,Asia,7262964.0,81.0,99.53,2.92,28419.0 +Israel,2010,Asia,7420368.0,81.6,99.54,2.92,29509.0 +Israel,2011,Asia,7563334.0,81.6,99.56,2.92,30183.0 +Israel,2012,Asia,7694507.0,82.1,99.57,2.91,30518.0 +Israel,2013,Asia,7817818.0,82.0,99.58,2.9,30927.0 +Israel,2014,Asia,7939483.0,81.3,99.59,2.88,31180.0 +Israel,2015,Asia,8064036.0,82.1,99.6,2.86,31590.0 +Italy,1800,Europe,18822234.0,29.69,54.25899999999999,5.47,2225.0 +Italy,1810,Europe,19491674.0,29.69,54.395,5.47,2371.0 +Italy,1820,Europe,20341608.0,29.69,54.53100000000001,5.47,2474.0 +Italy,1830,Europe,21529667.0,29.69,54.667,5.47,2471.0 +Italy,1840,Europe,22956667.0,29.69,54.80400000000001,5.47,2524.0 +Italy,1850,Europe,24478190.0,29.69,54.94,5.47,2435.0 +Italy,1860,Europe,26127905.0,29.69,55.07599999999999,5.01,2403.0 +Italy,1870,Europe,27845334.0,29.69,55.413999999999994,4.9,2643.0 +Italy,1880,Europe,29621532.0,32.74,61.35,4.98,2849.0 +Italy,1890,Europe,31665125.0,38.5,66.708,4.95,3141.0 +Italy,1900,Europe,33736335.0,41.66,70.336,4.53,3528.0 +Italy,1910,Europe,36529017.0,46.75,75.656,4.39,4386.0 +Italy,1920,Europe,37422220.0,45.51,75.654,3.41,5181.0 +Italy,1930,Europe,40771062.0,55.2,83.406,3.38,5608.0 +Italy,1940,Europe,44284798.0,56.95,85.794,3.07,6619.0 +Italy,1950,Europe,46598602.0,65.76,91.09,2.45,6381.0 +Italy,1951,Europe,47014137.0,65.3,91.82,2.42,6736.0 +Italy,1952,Europe,47398599.0,65.93,92.46,2.37,7023.0 +Italy,1953,Europe,47748689.0,66.56,93.02,2.33,7421.0 +Italy,1954,Europe,48064766.0,67.88,93.48,2.3,7710.0 +Italy,1955,Europe,48350847.0,68.23,93.83,2.28,8117.0 +Italy,1956,Europe,48614865.0,67.62,94.07,2.28,8420.0 +Italy,1957,Europe,48868412.0,67.79,94.25,2.29,8816.0 +Italy,1958,Europe,49125959.0,68.85,94.42,2.31,9182.0 +Italy,1959,Europe,49403558.0,69.3,94.61,2.34,9686.0 +Italy,1960,Europe,49714962.0,69.19,94.8,2.37,10276.0 +Italy,1961,Europe,50067464.0,69.82,95.01,2.41,10973.0 +Italy,1962,Europe,50458277.0,69.21,95.23,2.44,11555.0 +Italy,1963,Europe,50872976.0,69.32,95.46,2.47,12094.0 +Italy,1964,Europe,51289904.0,70.37,95.69,2.5,12343.0 +Italy,1965,Europe,51693136.0,70.24,95.9,2.52,12599.0 +Italy,1966,Europe,52076758.0,70.99,96.07,2.52,13279.0 +Italy,1967,Europe,52444751.0,71.03,96.22,2.52,13997.0 +Italy,1968,Europe,52802703.0,70.85,96.36,2.52,14929.0 +Italy,1969,Europe,53160056.0,70.87,96.49,2.5,15735.0 +Italy,1970,Europe,53522670.0,71.62,96.64,2.47,16450.0 +Italy,1971,Europe,53891946.0,71.87,96.81,2.43,16680.0 +Italy,1972,Europe,54262086.0,72.15,97.01,2.38,17160.0 +Italy,1973,Europe,54623207.0,72.09,97.24,2.32,18390.0 +Italy,1974,Europe,54961926.0,72.81,97.47,2.24,19085.0 +Italy,1975,Europe,55268549.0,72.72,97.69,2.17,18469.0 +Italy,1976,Europe,55539118.0,73.07,97.89,2.08,19699.0 +Italy,1977,Europe,55775934.0,73.44,98.05,1.99,20050.0 +Italy,1978,Europe,55983298.0,73.78,98.19,1.9,20882.0 +Italy,1979,Europe,56168376.0,74.11,98.3,1.81,22146.0 +Italy,1980,Europe,56336446.0,74.07,98.39,1.72,22861.0 +Italy,1981,Europe,56489623.0,74.46,98.48,1.64,23113.0 +Italy,1982,Europe,56626403.0,74.93,98.57,1.57,23385.0 +Italy,1983,Europe,56744400.0,74.75,98.65,1.51,23664.0 +Italy,1984,Europe,56839859.0,75.51,98.73,1.46,24842.0 +Italy,1985,Europe,56910888.0,75.62,98.8,1.41,25646.0 +Italy,1986,Europe,56956635.0,75.94,98.87,1.38,26242.0 +Italy,1987,Europe,56980621.0,76.36,98.92,1.35,27304.0 +Italy,1988,Europe,56990645.0,76.54,98.96,1.33,28879.0 +Italy,1989,Europe,56997093.0,76.94,99.0,1.31,30152.0 +Italy,1990,Europe,57007577.0,77.0,99.04,1.3,30746.0 +Italy,1991,Europe,57029614.0,77.0,99.07,1.29,31198.0 +Italy,1992,Europe,57062760.0,77.3,99.11,1.28,31437.0 +Italy,1993,Europe,57097411.0,77.6,99.15,1.26,31149.0 +Italy,1994,Europe,57119163.0,77.8,99.2,1.25,31813.0 +Italy,1995,Europe,57120136.0,78.1,99.25,1.24,32731.0 +Italy,1996,Europe,57091906.0,78.3,99.3,1.23,33143.0 +Italy,1997,Europe,57044614.0,78.7,99.34,1.22,33733.0 +Italy,1998,Europe,57010940.0,78.9,99.38,1.22,34269.0 +Italy,1999,Europe,57035249.0,79.3,99.41,1.21,34798.0 +Italy,2000,Europe,57147081.0,79.6,99.45,1.22,36073.0 +Italy,2001,Europe,57359179.0,79.8,99.48,1.23,36692.0 +Italy,2002,Europe,57655677.0,80.1,99.5,1.25,36729.0 +Italy,2003,Europe,58002003.0,80.1,99.53,1.27,36622.0 +Italy,2004,Europe,58348332.0,80.9,99.55,1.29,36962.0 +Italy,2005,Europe,58657355.0,81.1,99.56,1.32,37130.0 +Italy,2006,Europe,58918471.0,81.2,99.57,1.34,37761.0 +Italy,2007,Europe,59138599.0,81.3,99.58,1.37,38125.0 +Italy,2008,Europe,59319234.0,81.5,99.59,1.39,37475.0 +Italy,2009,Europe,59467196.0,81.6,99.59,1.42,35260.0 +Italy,2010,Europe,59588007.0,81.9,99.6,1.44,35753.0 +Italy,2011,Europe,59678993.0,82.0,99.61,1.45,35901.0 +Italy,2012,Europe,59737717.0,82.0,99.63,1.47,34813.0 +Italy,2013,Europe,59771094.0,82.1,99.64,1.49,33827.0 +Italy,2014,Europe,59788667.0,82.1,99.65,1.5,33078.0 +Italy,2015,Europe,59797685.0,82.2,99.66,1.52,33297.0 +Jamaica,1800,America,401000.0,34.2,61.023,5.13,1170.0 +Jamaica,1810,America,401000.0,34.2,61.023,5.13,1172.0 +Jamaica,1820,America,400825.0,34.2,61.023,5.13,1174.0 +Jamaica,1830,America,400332.0,34.2,61.023,5.13,1080.0 +Jamaica,1840,America,399666.0,34.2,61.023,5.13,994.0 +Jamaica,1850,America,411331.0,34.2,61.023,5.13,915.0 +Jamaica,1860,America,447153.0,34.2,61.023,5.13,909.0 +Jamaica,1870,America,501444.0,34.2,62.495,5.13,903.0 +Jamaica,1880,America,564583.0,34.2,67.96300000000001,5.13,932.0 +Jamaica,1890,America,637199.0,34.3,69.429,5.17,961.0 +Jamaica,1900,America,719180.0,37.8,71.729,4.78,992.0 +Jamaica,1910,America,807550.0,36.7,71.068,5.16,1023.0 +Jamaica,1920,America,854667.0,35.4,72.044,5.64,1245.0 +Jamaica,1930,America,1009819.0,45.3,77.681,5.03,1591.0 +Jamaica,1940,America,1209585.0,47.6,83.16799999999998,4.13,1923.0 +Jamaica,1950,America,1402896.0,57.45,86.309,3.8,2693.0 +Jamaica,1951,America,1436851.0,58.02,87.029,3.91,2872.0 +Jamaica,1952,America,1468361.0,59.06,87.7,4.13,3064.0 +Jamaica,1953,America,1496629.0,60.07,88.26,4.33,3449.0 +Jamaica,1954,America,1521312.0,61.03,88.79,4.52,3795.0 +Jamaica,1955,America,1542523.0,61.95,89.32,4.7,4132.0 +Jamaica,1956,America,1560858.0,62.83,89.82,4.87,4483.0 +Jamaica,1957,America,1577372.0,63.66,90.29,5.02,5057.0 +Jamaica,1958,America,1593488.0,64.47,90.74,5.17,5041.0 +Jamaica,1959,America,1610852.0,65.21,91.17,5.3,5214.0 +Jamaica,1960,America,1630914.0,65.91,91.56,5.42,5447.0 +Jamaica,1961,America,1654461.0,66.57,91.92,5.53,5549.0 +Jamaica,1962,America,1681222.0,67.17,92.25,5.63,5591.0 +Jamaica,1963,America,1709690.0,67.74,92.55,5.71,5663.0 +Jamaica,1964,America,1737616.0,68.25,92.82,5.78,5965.0 +Jamaica,1965,America,1763436.0,68.73,93.08,5.82,6304.0 +Jamaica,1966,America,1786547.0,69.17,93.32,5.82,6424.0 +Jamaica,1967,America,1807640.0,69.58,93.55,5.79,6522.0 +Jamaica,1968,America,1827989.0,69.99,93.77,5.72,6734.0 +Jamaica,1969,America,1849463.0,70.36,94.0,5.62,7132.0 +Jamaica,1970,America,1873353.0,70.72,94.22,5.48,7880.0 +Jamaica,1971,America,1900243.0,71.06,94.45,5.31,7769.0 +Jamaica,1972,America,1929556.0,71.39,94.67,5.11,7862.0 +Jamaica,1973,America,1960043.0,71.71,94.88,4.9,8398.0 +Jamaica,1974,America,1989880.0,72.0,95.07,4.69,7929.0 +Jamaica,1975,America,2017830.0,72.29,95.24,4.48,7782.0 +Jamaica,1976,America,2043097.0,72.58,95.4,4.29,7196.0 +Jamaica,1977,America,2066247.0,72.89,95.55,4.12,6952.0 +Jamaica,1978,America,2089015.0,73.21,95.69,3.97,6912.0 +Jamaica,1979,America,2113880.0,73.52,95.81,3.84,6688.0 +Jamaica,1980,America,2142438.0,73.82,95.93,3.73,6243.0 +Jamaica,1981,America,2175634.0,74.1,96.05,3.64,6310.0 +Jamaica,1982,America,2212400.0,74.34,96.16,3.56,6268.0 +Jamaica,1983,America,2249890.0,74.55,96.27,3.48,6375.0 +Jamaica,1984,America,2284118.0,74.7,96.37,3.39,6288.0 +Jamaica,1985,America,2312337.0,74.79,96.47,3.31,5969.0 +Jamaica,1986,America,2333427.0,74.84,96.57,3.22,6041.0 +Jamaica,1987,America,2348572.0,74.85,96.67,3.14,6481.0 +Jamaica,1988,America,2360159.0,74.85,96.76,3.07,6641.0 +Jamaica,1989,America,2371713.0,74.83,96.85,3.01,7056.0 +Jamaica,1990,America,2385806.0,74.8,96.94,2.95,7391.0 +Jamaica,1991,America,2403082.0,74.9,97.04,2.9,7697.0 +Jamaica,1992,America,2422783.0,74.9,97.13,2.86,7792.0 +Jamaica,1993,America,2444388.0,74.8,97.22,2.82,8463.0 +Jamaica,1994,America,2466903.0,74.8,97.31,2.78,8514.0 +Jamaica,1995,America,2489540.0,74.7,97.4,2.74,8644.0 +Jamaica,1996,America,2512340.0,74.5,97.49,2.71,8531.0 +Jamaica,1997,America,2535443.0,74.4,97.57,2.68,8354.0 +Jamaica,1998,America,2558241.0,74.5,97.66,2.66,8086.0 +Jamaica,1999,America,2579973.0,74.6,97.73,2.63,8115.0 +Jamaica,2000,America,2600095.0,74.4,97.8,2.6,8139.0 +Jamaica,2001,America,2618325.0,74.2,97.86,2.58,8197.0 +Jamaica,2002,America,2634779.0,74.5,97.91,2.55,8349.0 +Jamaica,2003,America,2649825.0,74.8,97.96,2.53,8500.0 +Jamaica,2004,America,2664049.0,75.0,98.0,2.5,8651.0 +Jamaica,2005,America,2677888.0,75.4,98.03,2.47,8803.0 +Jamaica,2006,America,2691444.0,75.5,98.05,2.44,8954.0 +Jamaica,2007,America,2704606.0,75.3,98.08,2.41,9047.0 +Jamaica,2008,America,2717344.0,75.1,98.11,2.39,8951.0 +Jamaica,2009,America,2729575.0,74.8,98.15,2.36,8526.0 +Jamaica,2010,America,2741253.0,74.8,98.19,2.33,8370.0 +Jamaica,2011,America,2752358.0,74.6,98.24,2.31,8485.0 +Jamaica,2012,America,2762965.0,74.7,98.28,2.28,8521.0 +Jamaica,2013,America,2773215.0,74.8,98.33,2.26,8607.0 +Jamaica,2014,America,2783301.0,74.8,98.38,2.24,8462.0 +Jamaica,2015,America,2793335.0,75.0,98.43,2.21,8606.0 +Japan,1800,Asia,30294378.0,36.4,63.668,4.08,1050.0 +Japan,1810,Asia,30645903.0,36.4,63.668,4.37,1064.0 +Japan,1820,Asia,30993147.0,36.41,63.668,4.46,1079.0 +Japan,1830,Asia,31330455.0,36.41,63.668,4.51,1094.0 +Japan,1840,Asia,31663783.0,36.42,63.668,4.56,1110.0 +Japan,1850,Asia,32223184.0,36.42,63.668,4.68,1125.0 +Japan,1860,Asia,33176900.0,36.42,63.668,4.8,1168.0 +Japan,1870,Asia,34638021.0,36.59,63.903,3.84,1213.0 +Japan,1880,Asia,36826469.0,37.04,64.37200000000001,3.59,1395.0 +Japan,1890,Asia,39878734.0,37.68,65.178,4.18,1606.0 +Japan,1900,Asia,44040263.0,38.6,66.274,4.69,1840.0 +Japan,1910,Asia,49314848.0,39.97,68.325,5.01,1998.0 +Japan,1920,Asia,55545937.0,42.04,72.94,5.35,2496.0 +Japan,1930,Asia,63863524.0,46.63,80.32600000000002,4.82,2592.0 +Japan,1940,Asia,72709185.0,49.0,86.80499999999998,4.14,3888.0 +Japan,1950,Asia,82199470.0,59.29,90.86,3.51,2549.0 +Japan,1951,Asia,83794452.0,60.98,91.74,3.37,2728.0 +Japan,1952,Asia,85174909.0,63.02,92.51,3.1,3015.0 +Japan,1953,Asia,86378004.0,63.36,93.17,2.86,3168.0 +Japan,1954,Asia,87438747.0,64.6,93.73,2.65,3280.0 +Japan,1955,Asia,88389994.0,65.76,94.19,2.47,3464.0 +Japan,1956,Asia,89262489.0,65.62,94.6,2.32,3646.0 +Japan,1957,Asia,90084818.0,65.49,94.97,2.2,3843.0 +Japan,1958,Asia,90883290.0,67.11,95.32,2.11,3996.0 +Japan,1959,Asia,91681713.0,67.49,95.67,2.04,4288.0 +Japan,1960,Asia,92500754.0,67.78,96.03,2.0,4756.0 +Japan,1961,Asia,93357259.0,68.43,96.38,1.98,5276.0 +Japan,1962,Asia,94263646.0,68.71,96.71,1.97,5686.0 +Japan,1963,Asia,95227653.0,69.79,97.02,1.97,6106.0 +Japan,1964,Asia,96253064.0,70.26,97.3,1.97,6741.0 +Japan,1965,Asia,97341852.0,70.31,97.54,1.98,7048.0 +Japan,1966,Asia,98494630.0,71.12,97.74,2.0,7724.0 +Japan,1967,Asia,99711082.0,71.41,97.9,2.02,8454.0 +Japan,1968,Asia,100988866.0,71.73,98.04,2.05,9439.0 +Japan,1969,Asia,102323674.0,71.96,98.15,2.08,10548.0 +Japan,1970,Asia,103707537.0,72.05,98.25,2.1,14203.0 +Japan,1971,Asia,105142875.0,72.87,98.35,2.11,14673.0 +Japan,1972,Asia,106616535.0,73.39,98.43,2.11,15694.0 +Japan,1973,Asia,108085729.0,73.45,98.51,2.09,16731.0 +Japan,1974,Asia,109495053.0,73.88,98.59,2.05,16320.0 +Japan,1975,Asia,110804519.0,74.38,98.67,2.0,16632.0 +Japan,1976,Asia,111992858.0,74.78,98.75,1.94,17117.0 +Japan,1977,Asia,113067848.0,75.35,98.82,1.89,17705.0 +Japan,1978,Asia,114054587.0,75.67,98.89,1.84,18484.0 +Japan,1979,Asia,114993274.0,76.18,98.95,1.8,19346.0 +Japan,1980,Asia,115912104.0,76.16,99.01,1.78,19741.0 +Japan,1981,Asia,116821569.0,76.57,99.07,1.76,20413.0 +Japan,1982,Asia,117708919.0,77.08,99.12,1.75,20951.0 +Japan,1983,Asia,118552097.0,77.11,99.17,1.74,21446.0 +Japan,1984,Asia,119318921.0,77.5,99.21,1.73,22268.0 +Japan,1985,Asia,119988663.0,77.8,99.25,1.72,23554.0 +Japan,1986,Asia,120551455.0,78.22,99.29,1.7,24116.0 +Japan,1987,Asia,121021830.0,78.63,99.32,1.67,25018.0 +Japan,1988,Asia,121432942.0,78.54,99.34,1.64,26724.0 +Japan,1989,Asia,121831143.0,78.97,99.36,1.61,28077.0 +Japan,1990,Asia,122249285.0,79.0,99.37,1.57,29550.0 +Japan,1991,Asia,122702527.0,79.1,99.38,1.54,30437.0 +Japan,1992,Asia,123180357.0,79.3,99.39,1.5,30610.0 +Japan,1993,Asia,123658854.0,79.4,99.4,1.47,30587.0 +Japan,1994,Asia,124101546.0,79.8,99.41,1.44,30746.0 +Japan,1995,Asia,124483305.0,79.7,99.43,1.41,31224.0 +Japan,1996,Asia,124794817.0,80.2,99.45,1.39,31958.0 +Japan,1997,Asia,125048424.0,80.4,99.48,1.37,32391.0 +Japan,1998,Asia,125266403.0,80.5,99.5,1.35,31656.0 +Japan,1999,Asia,125481050.0,80.6,99.53,1.34,31535.0 +Japan,2000,Asia,125714674.0,81.0,99.55,1.32,32193.0 +Japan,2001,Asia,125974298.0,81.3,99.57,1.31,32230.0 +Japan,2002,Asia,126249509.0,81.6,99.59,1.3,32248.0 +Japan,2003,Asia,126523884.0,81.7,99.6,1.3,32721.0 +Japan,2004,Asia,126773081.0,81.9,99.61,1.3,33483.0 +Japan,2005,Asia,126978754.0,82.0,99.63,1.31,33916.0 +Japan,2006,Asia,127136576.0,82.2,99.64,1.32,34468.0 +Japan,2007,Asia,127250015.0,82.4,99.65,1.33,35183.0 +Japan,2008,Asia,127317900.0,82.5,99.66,1.34,34800.0 +Japan,2009,Asia,127340884.0,82.7,99.67,1.36,32880.0 +Japan,2010,Asia,127319802.0,82.7,99.68,1.37,34404.0 +Japan,2011,Asia,127252900.0,82.6,99.66,1.39,34316.0 +Japan,2012,Asia,127139821.0,82.9,99.7,1.41,34988.0 +Japan,2013,Asia,126984964.0,83.0,99.71,1.42,35614.0 +Japan,2014,Asia,126794564.0,83.1,99.72,1.43,35635.0 +Japan,2015,Asia,126573481.0,83.2,99.73,1.45,36162.0 +Jordan,1800,Asia,217000.0,31.7,57.86599999999999,6.97,976.0 +Jordan,1810,Asia,217000.0,31.7,57.86599999999999,6.97,978.0 +Jordan,1820,Asia,219348.0,31.7,57.86599999999999,6.97,979.0 +Jordan,1830,Asia,226087.0,31.7,57.86599999999999,6.97,1020.0 +Jordan,1840,Asia,235484.0,31.7,57.86599999999999,6.97,1062.0 +Jordan,1850,Asia,245270.0,31.7,57.86599999999999,6.97,1107.0 +Jordan,1860,Asia,254044.0,31.7,57.86599999999999,6.97,1153.0 +Jordan,1870,Asia,264678.0,31.7,57.86599999999999,6.97,1201.0 +Jordan,1880,Asia,278561.0,31.7,57.86599999999999,6.97,1299.0 +Jordan,1890,Asia,294766.0,31.7,57.86599999999999,6.97,1405.0 +Jordan,1900,Asia,311990.0,31.7,57.957,6.97,1520.0 +Jordan,1910,Asia,330157.0,31.7,58.611999999999995,6.97,1644.0 +Jordan,1920,Asia,351638.0,31.7,59.651,6.97,1890.0 +Jordan,1930,Asia,376677.0,31.7,60.692,7.09,2232.0 +Jordan,1940,Asia,403500.0,36.05,66.68,7.33,2620.0 +Jordan,1950,Asia,448861.0,45.09,72.49,7.56,3056.0 +Jordan,1951,Asia,503116.0,45.56,73.91000000000003,7.5,3120.0 +Jordan,1952,Asia,542123.0,46.45,75.27,7.39,3180.0 +Jordan,1953,Asia,574887.0,47.34,76.57000000000002,7.32,3241.0 +Jordan,1954,Asia,608017.0,48.23,77.83,7.28,3301.0 +Jordan,1955,Asia,645724.0,49.09,79.03,7.28,3005.0 +Jordan,1956,Asia,689705.0,49.95,80.2,7.31,3961.0 +Jordan,1957,Asia,739263.0,50.8,81.34,7.37,3900.0 +Jordan,1958,Asia,791658.0,51.65,82.4,7.46,4119.0 +Jordan,1959,Asia,842721.0,52.48,83.41000000000003,7.57,4247.0 +Jordan,1960,Asia,888632.0,53.3,84.36,7.69,4330.0 +Jordan,1961,Asia,927850.0,54.12,85.27,7.8,4994.0 +Jordan,1962,Asia,962783.0,54.94,86.11999999999998,7.9,4876.0 +Jordan,1963,Asia,1000506.0,55.75,86.9,7.98,4935.0 +Jordan,1964,Asia,1050725.0,56.55,87.62,8.03,5556.0 +Jordan,1965,Asia,1119798.0,57.35,88.29,8.06,5937.0 +Jordan,1966,Asia,1210948.0,58.13,88.91,8.05,5855.0 +Jordan,1967,Asia,1320414.0,58.9,89.49000000000002,8.03,5711.0 +Jordan,1968,Asia,1438986.0,59.66,90.03,8.0,4994.0 +Jordan,1969,Asia,1553585.0,60.42,90.53,7.97,5182.0 +Jordan,1970,Asia,1654769.0,61.15,90.99,7.93,4478.0 +Jordan,1971,Asia,1739903.0,61.87,91.43,7.88,4421.0 +Jordan,1972,Asia,1811870.0,62.59,91.84,7.82,4401.0 +Jordan,1973,Asia,1873548.0,63.3,92.23,7.75,4462.0 +Jordan,1974,Asia,1929939.0,63.98,92.59,7.68,4681.0 +Jordan,1975,Asia,1985121.0,64.64,92.94,7.6,4824.0 +Jordan,1976,Asia,2039114.0,65.28,93.27,7.52,5781.0 +Jordan,1977,Asia,2091716.0,65.89,93.58,7.46,5941.0 +Jordan,1978,Asia,2146662.0,66.46,93.87,7.39,6939.0 +Jordan,1979,Asia,2208562.0,67.0,94.15,7.33,7313.0 +Jordan,1980,Asia,2280670.0,67.51,94.41,7.26,8357.0 +Jordan,1981,Asia,2365665.0,68.0,94.66,7.18,8397.0 +Jordan,1982,Asia,2462968.0,68.45,94.9,7.07,8657.0 +Jordan,1983,Asia,2568582.0,68.9,95.13,6.94,8493.0 +Jordan,1984,Asia,2676515.0,69.33,95.34,6.77,8884.0 +Jordan,1985,Asia,2782885.0,69.75,95.54,6.58,8859.0 +Jordan,1986,Asia,2884065.0,70.15,95.73,6.37,9318.0 +Jordan,1987,Asia,2982349.0,70.52,95.91,6.16,9244.0 +Jordan,1988,Asia,3086664.0,70.87,96.07,5.94,8844.0 +Jordan,1989,Asia,3209466.0,71.2,96.21,5.73,7637.0 +Jordan,1990,Asia,3358453.0,71.5,96.34,5.54,7057.0 +Jordan,1991,Asia,3538663.0,71.9,96.46,5.35,6426.0 +Jordan,1992,Asia,3743944.0,72.2,96.57,5.17,7242.0 +Jordan,1993,Asia,3957221.0,72.2,96.67,5.0,7242.0 +Jordan,1994,Asia,4154813.0,72.4,96.76,4.83,7312.0 +Jordan,1995,Asia,4320158.0,72.5,96.85,4.68,7516.0 +Jordan,1996,Asia,4448113.0,72.6,96.93,4.53,7443.0 +Jordan,1997,Asia,4545248.0,72.8,97.01,4.4,7481.0 +Jordan,1998,Asia,4621329.0,73.0,97.09,4.27,7503.0 +Jordan,1999,Asia,4691402.0,73.2,97.16,4.16,7566.0 +Jordan,2000,Asia,4767476.0,73.4,97.23,4.05,7695.0 +Jordan,2001,Asia,4850227.0,73.6,97.31,3.97,7903.0 +Jordan,2002,Asia,4938935.0,73.8,97.38,3.89,8160.0 +Jordan,2003,Asia,5042538.0,74.0,97.45,3.83,8292.0 +Jordan,2004,Asia,5171633.0,74.1,97.52,3.78,8788.0 +Jordan,2005,Asia,5332982.0,74.5,97.59,3.73,9293.0 +Jordan,2006,Asia,5530218.0,75.5,97.66,3.69,9818.0 +Jordan,2007,Asia,5759424.0,76.3,97.73,3.64,10386.0 +Jordan,2008,Asia,6010035.0,76.9,97.79,3.59,10897.0 +Jordan,2009,Asia,6266865.0,77.5,97.85,3.53,11243.0 +Jordan,2010,Asia,6517912.0,77.9,97.92,3.46,11256.0 +Jordan,2011,Asia,6760371.0,78.1,97.98,3.39,11292.0 +Jordan,2012,Asia,6994451.0,78.2,98.04,3.31,11340.0 +Jordan,2013,Asia,7214832.0,78.3,98.1,3.24,11405.0 +Jordan,2014,Asia,7416083.0,78.4,98.15,3.18,11496.0 +Jordan,2015,Asia,7594547.0,78.5,98.21,3.12,11752.0 +Kazakhstan,1800,Asia,2041282.0,26.2,50.25899999999999,6.45,1140.0 +Kazakhstan,1810,Asia,2041282.0,26.2,50.25899999999999,6.45,1153.0 +Kazakhstan,1820,Asia,2091782.0,26.2,50.25899999999999,6.45,1167.0 +Kazakhstan,1830,Asia,2240213.0,26.2,50.25899999999999,6.45,1245.0 +Kazakhstan,1840,Asia,2454764.0,26.2,50.25899999999999,6.45,1328.0 +Kazakhstan,1850,Asia,2689863.0,26.2,50.25899999999999,6.45,1417.0 +Kazakhstan,1860,Asia,2946007.0,26.2,50.25899999999999,6.45,1511.0 +Kazakhstan,1870,Asia,3226542.0,23.67,46.43400000000001,6.45,1612.0 +Kazakhstan,1880,Asia,3531920.0,25.2,48.76000000000001,6.45,1720.0 +Kazakhstan,1890,Asia,3865983.0,27.2,51.718,6.45,1780.0 +Kazakhstan,1900,Asia,4234119.0,28.1,53.104,6.42,2461.0 +Kazakhstan,1910,Asia,4635760.0,30.6,57.192,6.35,2779.0 +Kazakhstan,1920,Asia,5077760.0,18.97,62.975,6.28,1187.0 +Kazakhstan,1930,Asia,5564071.0,35.79,69.012,6.0,3011.0 +Kazakhstan,1940,Asia,6096956.0,42.0,75.736,5.51,4485.0 +Kazakhstan,1950,Asia,6702996.0,54.41,83.56200000000003,4.3,5982.0 +Kazakhstan,1951,Asia,6831158.0,54.67,83.75399999999998,4.33,5910.0 +Kazakhstan,1952,Asia,7041605.0,55.15,84.17099999999998,4.39,6189.0 +Kazakhstan,1953,Asia,7315507.0,55.63,84.527,4.43,6353.0 +Kazakhstan,1954,Asia,7636765.0,56.11,84.97200000000002,4.48,6554.0 +Kazakhstan,1955,Asia,7992002.0,56.58,85.35799999999998,4.52,6994.0 +Kazakhstan,1956,Asia,8370674.0,57.05,85.82600000000002,4.55,7533.0 +Kazakhstan,1957,Asia,8764961.0,57.51,86.235,4.57,7558.0 +Kazakhstan,1958,Asia,9169484.0,57.98,86.654,4.59,7988.0 +Kazakhstan,1959,Asia,9580809.0,58.44,87.13499999999998,4.59,7763.0 +Kazakhstan,1960,Asia,9995997.0,58.91,87.53699999999998,4.56,8353.0 +Kazakhstan,1961,Asia,10411040.0,59.38,87.99799999999998,4.51,8680.0 +Kazakhstan,1962,Asia,10819503.0,59.85,88.412,4.44,8775.0 +Kazakhstan,1963,Asia,11211938.0,60.31,88.81200000000003,4.33,8450.0 +Kazakhstan,1964,Asia,11577537.0,60.79,89.197,4.2,9418.0 +Kazakhstan,1965,Asia,11909001.0,61.24,89.57,4.06,9836.0 +Kazakhstan,1966,Asia,12200891.0,61.69,89.92999999999998,3.92,10202.0 +Kazakhstan,1967,Asia,12455366.0,62.12,90.277,3.79,10546.0 +Kazakhstan,1968,Asia,12682452.0,62.53,90.61200000000001,3.68,11059.0 +Kazakhstan,1969,Asia,12897025.0,62.92,90.936,3.6,11115.0 +Kazakhstan,1970,Asia,13109992.0,63.27,91.24799999999999,3.54,11864.0 +Kazakhstan,1971,Asia,13325342.0,63.6,91.55,3.49,12067.0 +Kazakhstan,1972,Asia,13540301.0,63.89,91.74,3.44,12021.0 +Kazakhstan,1973,Asia,13751019.0,64.16,91.92,3.39,12914.0 +Kazakhstan,1974,Asia,13950987.0,64.4,92.07,3.32,13052.0 +Kazakhstan,1975,Asia,14136006.0,64.64,92.22,3.25,12857.0 +Kazakhstan,1976,Asia,14304946.0,64.88,92.36,3.18,13224.0 +Kazakhstan,1977,Asia,14461278.0,65.13,92.5,3.11,13301.0 +Kazakhstan,1978,Asia,14610810.0,65.41,92.64,3.05,13402.0 +Kazakhstan,1979,Asia,14761509.0,65.71,92.8,3.0,13115.0 +Kazakhstan,1980,Asia,14918991.0,66.05,92.98,2.97,12914.0 +Kazakhstan,1981,Asia,15082185.0,66.43,93.19,2.97,12816.0 +Kazakhstan,1982,Asia,15248458.0,66.84,93.41,2.97,12913.0 +Kazakhstan,1983,Asia,15419452.0,67.28,93.64,2.99,13100.0 +Kazakhstan,1984,Asia,15596920.0,67.7,93.85,3.01,13032.0 +Kazakhstan,1985,Asia,15780002.0,68.07,94.06,3.02,12922.0 +Kazakhstan,1986,Asia,15972360.0,68.34,94.25,3.03,13222.0 +Kazakhstan,1987,Asia,16167926.0,68.48,94.42,3.02,13166.0 +Kazakhstan,1988,Asia,16344308.0,68.47,94.56,2.98,13225.0 +Kazakhstan,1989,Asia,16471843.0,68.31,94.67,2.92,13242.0 +Kazakhstan,1990,Asia,16530027.0,68.0,94.74,2.84,12729.0 +Kazakhstan,1991,Asia,16514269.0,67.6,94.76,2.73,11258.0 +Kazakhstan,1992,Asia,16433379.0,67.1,94.73,2.61,10669.0 +Kazakhstan,1993,Asia,16297681.0,65.3,94.71,2.48,9751.0 +Kazakhstan,1994,Asia,16123445.0,64.6,94.69,2.36,8647.0 +Kazakhstan,1995,Asia,15925913.0,63.6,94.73,2.24,8079.0 +Kazakhstan,1996,Asia,15704673.0,63.5,94.82,2.13,8243.0 +Kazakhstan,1997,Asia,15465649.0,63.9,94.99,2.05,8517.0 +Kazakhstan,1998,Asia,15238339.0,64.2,95.19,1.98,8500.0 +Kazakhstan,1999,Asia,15059994.0,65.0,95.41,1.94,8813.0 +Kazakhstan,2000,Asia,14956769.0,64.9,95.64,1.92,9706.0 +Kazakhstan,2001,Asia,14942788.0,65.1,95.88,1.94,11035.0 +Kazakhstan,2002,Asia,15010919.0,65.4,96.1,2.0,12116.0 +Kazakhstan,2003,Asia,15139324.0,65.3,96.32,2.08,13198.0 +Kazakhstan,2004,Asia,15294474.0,65.3,96.53,2.18,14365.0 +Kazakhstan,2005,Asia,15451752.0,65.3,96.75,2.28,15619.0 +Kazakhstan,2006,Asia,15603072.0,65.3,96.97,2.38,17109.0 +Kazakhstan,2007,Asia,15755242.0,65.8,97.19,2.46,18419.0 +Kazakhstan,2008,Asia,15915966.0,67.1,97.41,2.51,18797.0 +Kazakhstan,2009,Asia,16098356.0,68.2,97.63,2.54,18527.0 +Kazakhstan,2010,Asia,16310624.0,68.5,97.84,2.54,19601.0 +Kazakhstan,2011,Asia,16554305.0,69.1,98.04,2.52,20772.0 +Kazakhstan,2012,Asia,16821455.0,69.7,98.21,2.49,21506.0 +Kazakhstan,2013,Asia,17099546.0,70.0,98.36,2.46,22470.0 +Kazakhstan,2014,Asia,17371621.0,70.2,98.49,2.43,23092.0 +Kazakhstan,2015,Asia,17625226.0,70.2,98.59,2.4,23468.0 +Kenya,1800,Africa,2574000.0,25.5,49.212,6.91,854.0 +Kenya,1810,Africa,2574000.0,25.5,49.212,6.91,881.0 +Kenya,1820,Africa,2574000.0,25.5,49.212,6.91,909.0 +Kenya,1830,Africa,2574000.0,25.5,49.212,6.91,938.0 +Kenya,1840,Africa,2574000.0,25.5,49.212,6.91,967.0 +Kenya,1850,Africa,2574000.0,25.5,49.212,6.91,998.0 +Kenya,1860,Africa,2585052.0,25.5,49.212,6.91,1030.0 +Kenya,1870,Africa,2596105.0,25.5,49.212,6.91,1063.0 +Kenya,1880,Africa,2607157.0,25.5,49.212,6.91,1096.0 +Kenya,1890,Africa,2618210.0,25.5,49.212,6.91,1131.0 +Kenya,1900,Africa,2629262.0,25.5,49.322,6.91,1167.0 +Kenya,1910,Africa,2640315.0,25.5,50.111,6.91,1271.0 +Kenya,1920,Africa,2647683.0,25.5,50.89900000000001,6.91,1383.0 +Kenya,1930,Africa,3076616.0,24.66,50.457,7.0,1508.0 +Kenya,1940,Africa,4172070.0,27.29,54.843,7.18,1643.0 +Kenya,1950,Africa,6076757.0,42.13,66.78,7.36,1790.0 +Kenya,1951,Africa,6240177.0,42.33,68.245,7.39,2046.0 +Kenya,1952,Africa,6412380.0,42.71,69.65,7.45,1877.0 +Kenya,1953,Africa,6593123.0,43.16,71.31,7.51,1745.0 +Kenya,1954,Africa,6782300.0,43.64,72.92,7.57,1838.0 +Kenya,1955,Africa,6979939.0,44.17,74.39,7.64,1892.0 +Kenya,1956,Africa,7186212.0,44.75,75.77000000000002,7.7,1934.0 +Kenya,1957,Africa,7401422.0,45.37,77.01,7.76,1963.0 +Kenya,1958,Africa,7626000.0,46.03,78.17,7.83,1913.0 +Kenya,1959,Africa,7860480.0,46.72,79.2,7.89,1797.0 +Kenya,1960,Africa,8105440.0,47.42,80.14,7.95,1887.0 +Kenya,1961,Africa,8361442.0,48.13,80.99000000000002,8.0,1765.0 +Kenya,1962,Africa,8628973.0,48.82,81.75,8.04,1852.0 +Kenya,1963,Africa,8908425.0,49.48,82.39,8.08,1872.0 +Kenya,1964,Africa,9200158.0,50.13,82.94,8.1,1922.0 +Kenya,1965,Africa,9504702.0,50.75,83.42,8.12,1952.0 +Kenya,1966,Africa,9822505.0,51.35,83.82000000000002,8.13,2114.0 +Kenya,1967,Africa,10154489.0,51.96,84.17,8.13,2133.0 +Kenya,1968,Africa,10502250.0,52.57,84.53,8.12,2064.0 +Kenya,1969,Africa,10867717.0,53.19,84.89,8.1,2124.0 +Kenya,1970,Africa,11252466.0,53.83,85.26,8.08,1948.0 +Kenya,1971,Africa,11657479.0,54.45,85.61999999999998,8.05,2002.0 +Kenya,1972,Africa,12083165.0,55.08,85.99,8.01,2029.0 +Kenya,1973,Africa,12529810.0,55.69,86.37,7.96,2059.0 +Kenya,1974,Africa,12997447.0,56.29,86.77,7.91,2082.0 +Kenya,1975,Africa,13486241.0,56.89,87.19,7.84,2000.0 +Kenya,1976,Africa,13995974.0,57.49,87.62,7.77,2004.0 +Kenya,1977,Africa,14527187.0,58.1,88.03999999999998,7.7,2109.0 +Kenya,1978,Africa,15081598.0,58.74,88.48,7.62,2214.0 +Kenya,1979,Africa,15661414.0,59.36,88.91,7.54,2212.0 +Kenya,1980,Africa,16267906.0,59.96,89.27000000000002,7.46,2249.0 +Kenya,1981,Africa,16901181.0,60.52,89.63,7.37,2246.0 +Kenya,1982,Africa,17559778.0,61.02,89.96,7.27,2242.0 +Kenya,1983,Africa,18241331.0,61.42,90.25,7.17,2188.0 +Kenya,1984,Africa,18942599.0,61.74,90.46,7.05,2144.0 +Kenya,1985,Africa,19660713.0,61.96,90.59,6.92,2155.0 +Kenya,1986,Africa,20393724.0,62.09,90.66,6.77,2226.0 +Kenya,1987,Africa,21140344.0,62.13,90.65,6.6,2275.0 +Kenya,1988,Africa,21899004.0,62.1,90.56,6.42,2332.0 +Kenya,1989,Africa,22668238.0,62.0,90.42,6.23,2359.0 +Kenya,1990,Africa,23446229.0,61.8,90.23,6.04,2376.0 +Kenya,1991,Africa,24234087.0,61.1,90.02,5.85,2332.0 +Kenya,1992,Africa,25029754.0,60.3,89.79,5.67,2239.0 +Kenya,1993,Africa,25824736.0,59.5,89.59,5.51,2177.0 +Kenya,1994,Africa,26608089.0,58.7,89.42,5.37,2168.0 +Kenya,1995,Africa,27373035.0,58.1,89.31,5.25,2199.0 +Kenya,1996,Africa,28116027.0,57.4,89.25999999999998,5.17,2227.0 +Kenya,1997,Africa,28842245.0,56.7,89.29,5.1,2179.0 +Kenya,1998,Africa,29564614.0,56.1,89.38000000000002,5.06,2194.0 +Kenya,1999,Africa,30301240.0,55.8,89.53,5.03,2187.0 +Kenya,2000,Africa,31065820.0,55.6,89.75,5.01,2143.0 +Kenya,2001,Africa,31863280.0,55.6,90.03,5.0,2166.0 +Kenya,2002,Africa,32691980.0,55.7,90.36,4.99,2120.0 +Kenya,2003,Africa,33551079.0,55.8,90.73,4.98,2124.0 +Kenya,2004,Africa,34437460.0,56.2,91.12,4.96,2173.0 +Kenya,2005,Africa,35349040.0,57.2,91.55,4.92,2240.0 +Kenya,2006,Africa,36286015.0,58.4,91.96,4.88,2319.0 +Kenya,2007,Africa,37250540.0,59.8,92.36,4.82,2416.0 +Kenya,2008,Africa,38244442.0,60.8,92.9,4.76,2358.0 +Kenya,2009,Africa,39269988.0,61.9,93.28,4.69,2371.0 +Kenya,2010,Africa,40328313.0,62.9,93.64,4.62,2503.0 +Kenya,2011,Africa,41419954.0,63.7,94.02,4.54,2585.0 +Kenya,2012,Africa,42542978.0,64.3,94.29,4.46,2631.0 +Kenya,2013,Africa,43692881.0,64.8,94.55,4.38,2706.0 +Kenya,2014,Africa,44863583.0,65.0,94.77,4.31,2776.0 +Kenya,2015,Africa,46050302.0,65.1,94.94,4.24,2898.0 +Kiribati,1800,Asia,17876.0,24.9,54.688,5.67,551.0 +Kiribati,1810,Asia,17876.0,24.9,56.31600000000001,5.67,556.0 +Kiribati,1820,Asia,18014.0,24.9,57.886,5.67,561.0 +Kiribati,1830,Asia,18407.0,24.9,59.399,5.67,566.0 +Kiribati,1840,Asia,18951.0,24.9,60.858000000000004,5.67,571.0 +Kiribati,1850,Asia,19511.0,24.9,62.263999999999996,5.67,576.0 +Kiribati,1860,Asia,20867.0,24.9,63.62,5.67,581.0 +Kiribati,1870,Asia,22287.0,24.9,64.92699999999999,5.67,586.0 +Kiribati,1880,Asia,23771.0,24.9,66.187,5.67,591.0 +Kiribati,1890,Asia,25323.0,8.0,67.402,5.67,596.0 +Kiribati,1900,Asia,26948.0,24.9,68.574,5.67,602.0 +Kiribati,1910,Asia,28645.0,24.9,69.703,5.67,607.0 +Kiribati,1920,Asia,30111.0,24.9,70.791,5.67,743.0 +Kiribati,1930,Asia,31000.0,24.9,71.852,5.67,991.0 +Kiribati,1940,Asia,31916.0,31.54,72.878,5.67,1323.0 +Kiribati,1950,Asia,33050.0,42.08,73.86699999999998,5.67,1765.0 +Kiribati,1951,Asia,33627.0,42.25,74.123,5.79,1816.0 +Kiribati,1952,Asia,34283.0,42.65,74.65100000000002,6.02,1869.0 +Kiribati,1953,Asia,35004.0,43.05,75.113,6.22,1924.0 +Kiribati,1954,Asia,35778.0,43.44,75.9,6.4,1980.0 +Kiribati,1955,Asia,36597.0,43.85,76.66199999999998,6.54,2038.0 +Kiribati,1956,Asia,37454.0,44.25,77.399,6.66,2097.0 +Kiribati,1957,Asia,38348.0,44.64,78.11399999999998,6.76,2158.0 +Kiribati,1958,Asia,39276.0,45.04,78.806,6.83,2221.0 +Kiribati,1959,Asia,40237.0,45.45,79.47500000000002,6.9,2286.0 +Kiribati,1960,Asia,41234.0,45.84,80.124,6.95,2353.0 +Kiribati,1961,Asia,42261.0,46.24,80.752,7.01,2422.0 +Kiribati,1962,Asia,43312.0,46.64,81.36099999999998,7.08,2492.0 +Kiribati,1963,Asia,44372.0,47.03,81.95,7.14,2565.0 +Kiribati,1964,Asia,45424.0,47.44,82.65,7.2,2639.0 +Kiribati,1965,Asia,46455.0,47.84,83.3,7.22,2716.0 +Kiribati,1966,Asia,47461.0,48.23,83.93,7.17,2796.0 +Kiribati,1967,Asia,48440.0,48.63,84.52,7.01,2877.0 +Kiribati,1968,Asia,49389.0,49.02,85.05,6.76,2961.0 +Kiribati,1969,Asia,50303.0,49.42,85.56,6.43,3047.0 +Kiribati,1970,Asia,51181.0,49.82,86.0,6.05,3136.0 +Kiribati,1971,Asia,52020.0,50.21,86.4,5.67,2998.0 +Kiribati,1972,Asia,52823.0,50.61,86.75,5.35,3295.0 +Kiribati,1973,Asia,53605.0,51.02,87.02,5.1,3913.0 +Kiribati,1974,Asia,54382.0,51.41,87.22999999999998,4.96,5582.0 +Kiribati,1975,Asia,55169.0,51.81,87.4,4.9,5764.0 +Kiribati,1976,Asia,55980.0,52.2,87.52,4.93,4131.0 +Kiribati,1977,Asia,56815.0,52.58,87.6,4.98,3850.0 +Kiribati,1978,Asia,57664.0,52.97,87.67,5.03,3798.0 +Kiribati,1979,Asia,58509.0,53.36,87.71,5.06,3275.0 +Kiribati,1980,Asia,59340.0,53.75,87.77000000000002,5.07,1774.0 +Kiribati,1981,Asia,60137.0,54.17,87.83,5.05,1669.0 +Kiribati,1982,Asia,60918.0,54.62,87.92999999999998,5.02,1792.0 +Kiribati,1983,Asia,61760.0,55.08,88.07000000000002,4.97,1574.0 +Kiribati,1984,Asia,62768.0,55.56,88.26,4.91,1651.0 +Kiribati,1985,Asia,64006.0,56.04,88.51,4.86,1531.0 +Kiribati,1986,Asia,65519.0,56.5,88.81,4.8,1510.0 +Kiribati,1987,Asia,67262.0,56.93,89.17,4.75,1421.0 +Kiribati,1988,Asia,69104.0,57.33,89.57,4.7,1633.0 +Kiribati,1989,Asia,70863.0,57.68,89.99000000000002,4.67,1455.0 +Kiribati,1990,Asia,72411.0,58.0,90.4,4.63,1453.0 +Kiribati,1991,Asia,73698.0,58.2,90.78,4.6,1365.0 +Kiribati,1992,Asia,74773.0,58.4,91.1,4.57,1388.0 +Kiribati,1993,Asia,75722.0,58.4,91.38,4.53,1418.0 +Kiribati,1994,Asia,76674.0,58.7,91.62,4.48,1468.0 +Kiribati,1995,Asia,77727.0,58.9,91.84,4.41,1434.0 +Kiribati,1996,Asia,78907.0,59.2,92.06,4.33,1500.0 +Kiribati,1997,Asia,80190.0,59.4,92.27,4.24,1559.0 +Kiribati,1998,Asia,81556.0,59.5,92.49,4.13,1702.0 +Kiribati,1999,Asia,82969.0,59.6,92.72,4.01,1676.0 +Kiribati,2000,Asia,84406.0,59.8,92.94,3.88,1804.0 +Kiribati,2001,Asia,85858.0,60.1,93.15,3.75,1785.0 +Kiribati,2002,Asia,87343.0,60.2,93.31,3.63,1763.0 +Kiribati,2003,Asia,88892.0,60.4,93.43,3.52,1801.0 +Kiribati,2004,Asia,90545.0,60.6,93.49,3.41,1826.0 +Kiribati,2005,Asia,92329.0,60.8,93.52,3.32,1792.0 +Kiribati,2006,Asia,94257.0,61.0,93.52,3.25,1683.0 +Kiribati,2007,Asia,96310.0,61.2,93.52,3.19,1782.0 +Kiribati,2008,Asia,98437.0,61.5,93.55,3.13,1803.0 +Kiribati,2009,Asia,100566.0,61.7,93.61,3.09,1765.0 +Kiribati,2010,Asia,102648.0,61.9,93.71,3.05,1729.0 +Kiribati,2011,Asia,104662.0,62.1,93.83,3.01,1750.0 +Kiribati,2012,Asia,106620.0,62.3,93.96,2.98,1772.0 +Kiribati,2013,Asia,108544.0,62.6,94.11,2.95,1796.0 +Kiribati,2014,Asia,110470.0,62.8,94.26,2.92,1822.0 +Kiribati,2015,Asia,112423.0,63.0,94.41,2.89,1824.0 +North Korea,1800,Asia,4345000.0,26.0,49.96499999999999,6.1,579.0 +North Korea,1810,Asia,4345000.0,26.0,49.96499999999999,6.1,573.0 +North Korea,1820,Asia,4353556.0,26.0,49.96499999999999,6.1,567.0 +North Korea,1830,Asia,4377749.0,26.0,49.96499999999999,6.1,561.0 +North Korea,1840,Asia,4410700.0,26.0,49.96499999999999,6.1,556.0 +North Korea,1850,Asia,4443898.0,26.0,49.96499999999999,6.1,550.0 +North Korea,1860,Asia,4542395.0,26.0,49.96499999999999,6.1,545.0 +North Korea,1870,Asia,4656353.0,26.0,49.96499999999999,6.1,539.0 +North Korea,1880,Asia,4798574.0,26.0,49.96499999999999,6.1,534.0 +North Korea,1890,Asia,4959044.0,26.0,49.96499999999999,6.1,528.0 +North Korea,1900,Asia,5124044.0,26.0,50.074,6.1,523.0 +North Korea,1910,Asia,5293486.0,24.1,48.00299999999999,6.12,544.0 +North Korea,1920,Asia,6117873.0,28.0,54.798,6.14,779.0 +North Korea,1930,Asia,7366694.0,35.12,64.56500000000001,5.96,829.0 +North Korea,1940,Asia,8870433.0,43.73,74.176,6.12,1418.0 +North Korea,1950,Asia,10549469.0,35.8,59.404,1.95,868.0 +North Korea,1951,Asia,10248496.0,26.78,63.849,2.41,729.0 +North Korea,1952,Asia,10049026.0,24.76,67.80699999999999,3.25,784.0 +North Korea,1953,Asia,9957244.0,31.74,71.332,3.92,1018.0 +North Korea,1954,Asia,9972437.0,42.66,74.471,4.44,1080.0 +North Korea,1955,Asia,10086993.0,46.7,77.267,4.79,1146.0 +North Korea,1956,Asia,10285936.0,48.18,79.756,4.98,1208.0 +North Korea,1957,Asia,10547389.0,49.16,81.973,5.03,1322.0 +North Korea,1958,Asia,10843979.0,49.73,83.94699999999997,4.96,1498.0 +North Korea,1959,Asia,11145152.0,50.43,85.705,4.79,1452.0 +North Korea,1960,Asia,11424179.0,50.9,87.271,4.58,1544.0 +North Korea,1961,Asia,11665593.0,51.25,87.834,4.36,1624.0 +North Korea,1962,Asia,11871720.0,51.64,88.42399999999998,4.17,1592.0 +North Korea,1963,Asia,12065470.0,52.15,88.979,4.06,1577.0 +North Korea,1964,Asia,12282421.0,52.86,89.52799999999998,4.02,1592.0 +North Korea,1965,Asia,12547524.0,53.76,90.07000000000002,4.06,1630.0 +North Korea,1966,Asia,12864683.0,54.84,90.628,4.16,1616.0 +North Korea,1967,Asia,13221826.0,55.97,91.133,4.26,1646.0 +North Korea,1968,Asia,13608611.0,57.07,91.64,4.34,1673.0 +North Korea,1969,Asia,14009168.0,58.1,92.184,4.36,1643.0 +North Korea,1970,Asia,14410400.0,59.06,92.702,4.33,1697.0 +North Korea,1971,Asia,14812363.0,59.93,93.011,4.21,1699.0 +North Korea,1972,Asia,15214615.0,60.74,93.318,4.04,1730.0 +North Korea,1973,Asia,15603001.0,61.5,93.622,3.82,1751.0 +North Korea,1974,Asia,15960127.0,62.22,93.92399999999999,3.56,1782.0 +North Korea,1975,Asia,16274740.0,62.88,94.22399999999999,3.31,1844.0 +North Korea,1976,Asia,16539029.0,63.49,94.521,3.08,1851.0 +North Korea,1977,Asia,16758826.0,64.04,94.815,2.89,1884.0 +North Korea,1978,Asia,16953621.0,64.53,95.103,2.76,1809.0 +North Korea,1979,Asia,17151321.0,64.98,95.391,2.69,2015.0 +North Korea,1980,Asia,17372167.0,65.39,95.672,2.68,1887.0 +North Korea,1981,Asia,17623335.0,65.75,95.845,2.69,2073.0 +North Korea,1982,Asia,17899236.0,66.08,96.022,2.7,2180.0 +North Korea,1983,Asia,18191881.0,66.4,96.198,2.69,2138.0 +North Korea,1984,Asia,18487997.0,66.69,96.359,2.65,2205.0 +North Korea,1985,Asia,18778101.0,67.0,96.49,2.59,2121.0 +North Korea,1986,Asia,19058988.0,67.36,96.53,2.52,2106.0 +North Korea,1987,Asia,19334550.0,67.78,96.48,2.44,2142.0 +North Korea,1988,Asia,19610512.0,68.22,96.32,2.37,2198.0 +North Korea,1989,Asia,19895390.0,68.63,96.05,2.33,2257.0 +North Korea,1990,Asia,20194354.0,68.9,95.66,2.29,2076.0 +North Korea,1991,Asia,20510208.0,69.2,95.14,2.26,1973.0 +North Korea,1992,Asia,20838082.0,69.4,94.52,2.24,1745.0 +North Korea,1993,Asia,21166230.0,69.6,93.87,2.2,1619.0 +North Korea,1994,Asia,21478544.0,69.7,93.23,2.16,1605.0 +North Korea,1995,Asia,21763670.0,58.6,92.72,2.12,1442.0 +North Korea,1996,Asia,22016510.0,58.7,92.43,2.08,1393.0 +North Korea,1997,Asia,22240826.0,58.8,92.43,2.04,1230.0 +North Korea,1998,Asia,22444986.0,58.9,92.71,2.02,1267.0 +North Korea,1999,Asia,22641747.0,59.0,93.26,2.0,1377.0 +North Korea,2000,Asia,22840218.0,59.1,94.0,1.99,1287.0 +North Korea,2001,Asia,23043441.0,59.2,94.8,1.99,1368.0 +North Korea,2002,Asia,23248053.0,59.3,95.54,2.0,1375.0 +North Korea,2003,Asia,23449173.0,69.9,96.13,2.0,1405.0 +North Korea,2004,Asia,23639296.0,70.0,96.53,2.0,1410.0 +North Korea,2005,Asia,23813324.0,70.2,96.73,2.01,1464.0 +North Korea,2006,Asia,23969897.0,70.4,96.78,2.01,1461.0 +North Korea,2007,Asia,24111945.0,70.6,96.76,2.01,1392.0 +North Korea,2008,Asia,24243829.0,70.9,96.76,2.01,1427.0 +North Korea,2009,Asia,24371806.0,71.0,96.79,2.0,1407.0 +North Korea,2010,Asia,24500506.0,71.2,96.87,2.0,1393.0 +North Korea,2011,Asia,24631359.0,71.4,96.99,2.0,1397.0 +North Korea,2012,Asia,24763353.0,71.6,97.13,2.0,1393.0 +North Korea,2013,Asia,24895705.0,71.8,97.26,1.99,1392.0 +North Korea,2014,Asia,25026772.0,71.9,97.39,1.98,1391.0 +North Korea,2015,Asia,25155317.0,72.1,97.51,1.97,1390.0 +South Korea,1800,Asia,9395000.0,25.8,49.663999999999994,6.0,576.0 +South Korea,1810,Asia,9395000.0,25.8,49.663999999999994,6.0,570.0 +South Korea,1820,Asia,9408016.0,25.8,49.663999999999994,6.0,564.0 +South Korea,1830,Asia,9444785.0,25.8,49.663999999999994,6.0,559.0 +South Korea,1840,Asia,9494784.0,25.8,49.663999999999994,6.0,553.0 +South Korea,1850,Asia,9558873.0,25.8,49.663999999999994,6.0,547.0 +South Korea,1860,Asia,9650608.0,25.8,49.663999999999994,6.0,542.0 +South Korea,1870,Asia,9741935.0,25.8,49.663999999999994,6.0,536.0 +South Korea,1880,Asia,9806394.0,25.8,49.663999999999994,6.0,531.0 +South Korea,1890,Asia,9856047.0,25.8,49.663999999999994,6.0,526.0 +South Korea,1900,Asia,9926633.0,25.8,49.773,6.0,520.0 +South Korea,1910,Asia,10193929.0,24.1,48.00299999999999,5.96,538.0 +South Korea,1920,Asia,11839704.0,28.0,53.433,5.94,756.0 +South Korea,1930,Asia,13929869.0,35.12,62.425,5.93,784.0 +South Korea,1940,Asia,15684579.0,43.73,71.83699999999997,6.14,1322.0 +South Korea,1950,Asia,19211386.0,43.02,60.92999999999999,4.02,807.0 +South Korea,1951,Asia,19304737.0,40.52,67.0,4.33,753.0 +South Korea,1952,Asia,19566860.0,40.02,72.05,4.89,809.0 +South Korea,1953,Asia,19979069.0,45.02,76.17,5.35,1051.0 +South Korea,1954,Asia,20520601.0,48.02,79.47999999999998,5.73,1070.0 +South Korea,1955,Asia,21168611.0,49.55,82.1,6.01,1139.0 +South Korea,1956,Asia,21897911.0,50.22,84.15,6.2,1130.0 +South Korea,1957,Asia,22681233.0,50.9,85.72999999999998,6.31,1226.0 +South Korea,1958,Asia,23490027.0,51.6,86.96,6.33,1233.0 +South Korea,1959,Asia,24295786.0,52.3,87.92,6.27,1212.0 +South Korea,1960,Asia,25074028.0,53.02,88.7,6.16,1178.0 +South Korea,1961,Asia,25808542.0,53.75,89.35,5.99,1201.0 +South Korea,1962,Asia,26495107.0,54.51,89.94,5.79,1182.0 +South Korea,1963,Asia,27143075.0,55.27,90.49,5.57,1305.0 +South Korea,1964,Asia,27770874.0,56.04,91.05,5.36,1380.0 +South Korea,1965,Asia,28392722.0,56.84,91.63,5.16,1416.0 +South Korea,1966,Asia,29006181.0,57.67,92.23,4.99,1563.0 +South Korea,1967,Asia,29606633.0,58.54,92.84,4.85,1621.0 +South Korea,1968,Asia,30204127.0,59.44,93.47,4.73,1774.0 +South Korea,1969,Asia,30811523.0,60.35,94.1,4.62,1998.0 +South Korea,1970,Asia,31437141.0,61.22,94.72,4.53,2142.0 +South Korea,1971,Asia,32087884.0,62.02,95.33,4.41,2427.0 +South Korea,1972,Asia,32759447.0,62.73,95.9,4.27,2760.0 +South Korea,1973,Asia,33435268.0,63.34,96.42,4.09,3326.0 +South Korea,1974,Asia,34091816.0,63.84,96.89,3.87,3673.0 +South Korea,1975,Asia,34713078.0,64.26,97.3,3.62,4108.0 +South Korea,1976,Asia,35290737.0,64.62,97.65,3.36,4614.0 +South Korea,1977,Asia,35832213.0,64.95,97.96,3.11,4964.0 +South Korea,1978,Asia,36356187.0,65.31,98.21,2.88,5373.0 +South Korea,1979,Asia,36889651.0,65.7,98.41,2.69,5505.0 +South Korea,1980,Asia,37451085.0,66.15,98.57,2.52,4899.0 +South Korea,1981,Asia,38046253.0,66.66,98.69,2.38,5159.0 +South Korea,1982,Asia,38665964.0,67.21,98.78,2.24,5483.0 +South Korea,1983,Asia,39295418.0,67.78,98.86,2.11,6078.0 +South Korea,1984,Asia,39912900.0,68.37,98.94,1.98,6612.0 +South Korea,1985,Asia,40501917.0,68.98,99.01,1.86,6970.0 +South Korea,1986,Asia,41059473.0,69.58,99.07,1.75,7996.0 +South Korea,1987,Asia,41588374.0,70.18,99.14,1.67,9096.0 +South Korea,1988,Asia,42085050.0,70.75,99.2,1.63,10233.0 +South Korea,1989,Asia,42546704.0,71.29,99.25,1.61,11002.0 +South Korea,1990,Asia,42972254.0,71.8,99.29,1.61,12087.0 +South Korea,1991,Asia,43358716.0,72.2,99.32,1.63,13130.0 +South Korea,1992,Asia,43708170.0,72.7,99.36,1.65,13744.0 +South Korea,1993,Asia,44031222.0,73.1,99.39,1.66,14466.0 +South Korea,1994,Asia,44342530.0,73.6,99.42,1.65,15577.0 +South Korea,1995,Asia,44652994.0,74.0,99.45,1.63,16798.0 +South Korea,1996,Asia,44967346.0,74.5,99.47,1.59,17835.0 +South Korea,1997,Asia,45283939.0,74.9,99.47,1.54,18687.0 +South Korea,1998,Asia,45599569.0,75.4,99.46,1.48,17493.0 +South Korea,1999,Asia,45908307.0,75.8,99.43,1.41,19233.0 +South Korea,2000,Asia,46206271.0,76.3,99.39,1.35,20757.0 +South Korea,2001,Asia,46492324.0,76.7,99.36,1.3,21536.0 +South Korea,2002,Asia,46769579.0,77.1,99.35,1.25,23008.0 +South Korea,2003,Asia,47043251.0,77.7,99.36,1.22,23566.0 +South Korea,2004,Asia,47320454.0,78.2,99.4,1.2,24628.0 +South Korea,2005,Asia,47605863.0,78.7,99.44,1.2,25541.0 +South Korea,2006,Asia,47901643.0,79.1,99.48,1.2,26734.0 +South Korea,2007,Asia,48205062.0,79.4,99.52,1.21,28063.0 +South Korea,2008,Asia,48509842.0,79.8,99.55,1.23,28650.0 +South Korea,2009,Asia,48807036.0,80.1,99.57,1.25,28716.0 +South Korea,2010,Asia,49090041.0,80.4,99.59,1.27,30440.0 +South Korea,2011,Asia,49356692.0,80.6,99.6,1.29,31327.0 +South Korea,2012,Asia,49608451.0,80.7,99.61,1.3,31901.0 +South Korea,2013,Asia,49846756.0,80.9,99.63,1.32,32684.0 +South Korea,2014,Asia,50074401.0,80.9,99.64,1.34,33629.0 +South Korea,2015,Asia,50293439.0,81.0,99.65,1.36,34644.0 +Kuwait,1800,Asia,81280.0,26.0,49.96499999999999,6.87,1097.0 +Kuwait,1810,Asia,81280.0,26.0,49.96499999999999,6.87,1139.0 +Kuwait,1820,Asia,81280.0,26.0,49.96499999999999,6.87,1182.0 +Kuwait,1830,Asia,81280.0,26.0,49.96499999999999,6.87,1228.0 +Kuwait,1840,Asia,81280.0,26.0,49.96499999999999,6.87,1274.0 +Kuwait,1850,Asia,81280.0,26.0,49.96499999999999,6.87,1323.0 +Kuwait,1860,Asia,81014.0,26.0,49.96499999999999,6.87,1373.0 +Kuwait,1870,Asia,81947.0,26.0,49.96499999999999,6.87,1426.0 +Kuwait,1880,Asia,85115.0,26.0,49.96499999999999,6.87,1648.0 +Kuwait,1890,Asia,89663.0,26.0,49.96499999999999,6.87,1904.0 +Kuwait,1900,Asia,94474.0,26.0,50.074,6.87,2201.0 +Kuwait,1910,Asia,99530.0,26.0,50.851000000000006,6.87,2544.0 +Kuwait,1920,Asia,108683.0,26.0,52.0,6.87,2353.0 +Kuwait,1930,Asia,120719.0,26.0,52.978,6.94,1867.0 +Kuwait,1940,Asia,134088.0,28.3,57.01700000000001,7.08,1538.0 +Kuwait,1950,Asia,152250.0,52.29,79.712,7.23,4462.0 +Kuwait,1951,Asia,163632.0,52.95,80.271,7.22,5745.0 +Kuwait,1952,Asia,173622.0,54.13,80.814,7.21,7395.0 +Kuwait,1953,Asia,181957.0,55.27,81.342,7.2,9521.0 +Kuwait,1954,Asia,188811.0,56.36,81.85600000000002,7.2,10545.0 +Kuwait,1955,Asia,194795.0,57.43,82.35600000000002,7.19,11679.0 +Kuwait,1956,Asia,200988.0,58.45,82.84100000000002,7.2,12935.0 +Kuwait,1957,Asia,208907.0,59.44,83.314,7.2,14325.0 +Kuwait,1958,Asia,220405.0,60.38,83.773,7.21,15866.0 +Kuwait,1959,Asia,237516.0,61.29,84.22,7.23,17572.0 +Kuwait,1960,Asia,261962.0,62.15,85.31,7.25,19461.0 +Kuwait,1961,Asia,294639.0,62.98,86.33999999999996,7.28,21554.0 +Kuwait,1962,Asia,335161.0,63.77,87.31,7.31,23871.0 +Kuwait,1963,Asia,381665.0,64.53,88.21,7.35,26437.0 +Kuwait,1964,Asia,431366.0,65.24,89.09,7.38,29279.0 +Kuwait,1965,Asia,482173.0,65.92,89.89,7.41,32427.0 +Kuwait,1966,Asia,533521.0,66.58,90.63,7.42,35912.0 +Kuwait,1967,Asia,585831.0,67.2,91.3,7.41,39772.0 +Kuwait,1968,Asia,639170.0,67.8,91.89,7.38,44047.0 +Kuwait,1969,Asia,693876.0,68.38,92.42,7.33,48781.0 +Kuwait,1970,Asia,750184.0,68.93,92.91,7.24,54023.0 +Kuwait,1971,Asia,807900.0,69.46,93.35,7.12,63583.0 +Kuwait,1972,Asia,866747.0,69.97,93.77,6.98,62371.0 +Kuwait,1973,Asia,926817.0,70.46,94.16,6.81,59388.0 +Kuwait,1974,Asia,988267.0,70.93,94.52,6.62,115159.0 +Kuwait,1975,Asia,1051187.0,71.39,94.86,6.43,91796.0 +Kuwait,1976,Asia,1115463.0,71.85,95.18,6.23,92442.0 +Kuwait,1977,Asia,1180939.0,72.29,95.49,6.05,87987.0 +Kuwait,1978,Asia,1247597.0,72.72,95.79,5.87,81146.0 +Kuwait,1979,Asia,1315428.0,73.14,96.09,5.7,109863.0 +Kuwait,1980,Asia,1384342.0,73.58,96.39,5.52,108146.0 +Kuwait,1981,Asia,1452383.0,74.0,96.68,5.32,85525.0 +Kuwait,1982,Asia,1518855.0,74.41,96.98,5.08,67708.0 +Kuwait,1983,Asia,1586205.0,74.81,97.26,4.79,65168.0 +Kuwait,1984,Asia,1657920.0,75.22,97.5,4.46,63619.0 +Kuwait,1985,Asia,1735320.0,75.59,97.69,4.09,58143.0 +Kuwait,1986,Asia,1823201.0,75.95,97.83,3.7,42858.0 +Kuwait,1987,Asia,1917950.0,76.29,97.94,3.31,47974.0 +Kuwait,1988,Asia,2002645.0,76.62,98.04,2.94,40807.0 +Kuwait,1989,Asia,2054443.0,76.92,98.12,2.62,46363.0 +Kuwait,1990,Asia,2058832.0,77.2,98.21,2.36,37521.0 +Kuwait,1991,Asia,2007110.0,64.4,98.01,2.2,18820.0 +Kuwait,1992,Asia,1909096.0,80.0,98.37,2.14,50924.0 +Kuwait,1993,Asia,1791511.0,78.7,98.43,2.18,69683.0 +Kuwait,1994,Asia,1691891.0,77.6,98.48,2.3,75577.0 +Kuwait,1995,Asia,1637031.0,76.5,98.53,2.47,82268.0 +Kuwait,1996,Asia,1637906.0,76.0,98.58,2.64,82811.0 +Kuwait,1997,Asia,1686256.0,76.2,98.62,2.79,82227.0 +Kuwait,1998,Asia,1766247.0,76.3,98.67,2.88,80971.0 +Kuwait,1999,Asia,1853152.0,77.3,98.71,2.9,75316.0 +Kuwait,2000,Asia,1929470.0,77.7,98.73,2.87,75219.0 +Kuwait,2001,Asia,1990022.0,77.6,98.75,2.8,72922.0 +Kuwait,2002,Asia,2042215.0,78.2,98.77,2.72,72630.0 +Kuwait,2003,Asia,2095993.0,78.5,98.79,2.66,82466.0 +Kuwait,2004,Asia,2166344.0,78.1,98.81,2.63,88010.0 +Kuwait,2005,Asia,2263604.0,77.7,98.83,2.63,92665.0 +Kuwait,2006,Asia,2389498.0,77.7,98.84,2.65,94642.0 +Kuwait,2007,Asia,2538591.0,77.7,98.85,2.67,94915.0 +Kuwait,2008,Asia,2705290.0,77.3,98.87,2.68,91966.0 +Kuwait,2009,Asia,2881243.0,77.4,98.89,2.68,81025.0 +Kuwait,2010,Asia,3059473.0,78.5,98.92,2.67,75365.0 +Kuwait,2011,Asia,3239181.0,79.0,98.97,2.65,79102.0 +Kuwait,2012,Asia,3419581.0,79.1,99.01,2.63,81080.0 +Kuwait,2013,Asia,3593689.0,79.7,99.06,2.6,79395.0 +Kuwait,2014,Asia,3753121.0,80.2,99.1,2.58,83394.0 +Kuwait,2015,Asia,3892115.0,80.3,99.14,2.55,82633.0 +Kyrgyz Republic,1800,Asia,530343.0,23.94,61.72800000000001,6.58,508.0 +Kyrgyz Republic,1810,Asia,530343.0,23.94,61.801,6.58,509.0 +Kyrgyz Republic,1820,Asia,543453.0,23.94,61.87400000000001,6.58,510.0 +Kyrgyz Republic,1830,Asia,581987.0,23.94,61.94599999999999,6.58,556.0 +Kyrgyz Republic,1840,Asia,637683.0,23.94,62.018,6.58,607.0 +Kyrgyz Republic,1850,Asia,698710.0,23.94,62.09100000000001,6.58,663.0 +Kyrgyz Republic,1860,Asia,765414.0,23.94,62.163000000000004,6.58,724.0 +Kyrgyz Republic,1870,Asia,838486.0,21.41,62.235,6.58,790.0 +Kyrgyz Republic,1880,Asia,918049.0,22.94,62.307,6.58,862.0 +Kyrgyz Republic,1890,Asia,1005105.0,24.94,62.378,6.58,941.0 +Kyrgyz Republic,1900,Asia,1101060.0,25.84,62.45,6.58,1028.0 +Kyrgyz Republic,1910,Asia,1205772.0,28.34,65.58200000000001,6.58,1122.0 +Kyrgyz Republic,1920,Asia,1320904.0,16.71,68.453,6.58,1309.0 +Kyrgyz Republic,1930,Asia,1447315.0,33.53,71.08399999999997,5.86,1578.0 +Kyrgyz Republic,1940,Asia,1585823.0,39.74,76.815,4.42,1902.0 +Kyrgyz Republic,1950,Asia,1740000.0,51.84,81.638,4.48,2290.0 +Kyrgyz Republic,1951,Asia,1763226.0,52.07,81.834,4.47,2335.0 +Kyrgyz Republic,1952,Asia,1791952.0,52.52,82.265,4.48,2381.0 +Kyrgyz Republic,1953,Asia,1825123.0,52.96,82.71600000000002,4.51,2428.0 +Kyrgyz Republic,1954,Asia,1862068.0,53.41,83.103,4.56,2476.0 +Kyrgyz Republic,1955,Asia,1902499.0,53.86,83.585,4.63,2524.0 +Kyrgyz Republic,1956,Asia,1946540.0,54.31,84.00200000000002,4.72,2574.0 +Kyrgyz Republic,1957,Asia,1994697.0,54.75,84.509,4.82,2624.0 +Kyrgyz Republic,1958,Asia,2047784.0,55.2,84.954,4.94,2676.0 +Kyrgyz Republic,1959,Asia,2106792.0,55.64,85.463,5.06,2728.0 +Kyrgyz Republic,1960,Asia,2172500.0,56.09,85.89299999999999,5.17,2782.0 +Kyrgyz Republic,1961,Asia,2245062.0,56.54,86.088,5.26,2836.0 +Kyrgyz Republic,1962,Asia,2323642.0,56.99,86.28099999999998,5.31,2892.0 +Kyrgyz Republic,1963,Asia,2406263.0,57.44,86.471,5.34,2948.0 +Kyrgyz Republic,1964,Asia,2490244.0,57.9,86.65899999999998,5.32,3006.0 +Kyrgyz Republic,1965,Asia,2573494.0,58.34,86.844,5.27,3065.0 +Kyrgyz Republic,1966,Asia,2655349.0,58.76,87.02600000000002,5.19,3125.0 +Kyrgyz Republic,1967,Asia,2735838.0,59.19,87.206,5.11,3186.0 +Kyrgyz Republic,1968,Asia,2814423.0,59.58,87.384,5.03,3249.0 +Kyrgyz Republic,1969,Asia,2890720.0,59.95,87.55799999999998,4.96,3312.0 +Kyrgyz Republic,1970,Asia,2964499.0,60.3,87.73100000000002,4.89,3377.0 +Kyrgyz Republic,1971,Asia,3035474.0,60.61,87.969,4.82,3443.0 +Kyrgyz Republic,1972,Asia,3103694.0,60.88,88.18700000000003,4.72,3510.0 +Kyrgyz Republic,1973,Asia,3169771.0,61.14,88.375,4.62,3579.0 +Kyrgyz Republic,1974,Asia,3234611.0,61.38,88.55199999999998,4.49,3573.0 +Kyrgyz Republic,1975,Asia,3299001.0,61.6,88.74,4.37,3567.0 +Kyrgyz Republic,1976,Asia,3362961.0,61.83,89.0,4.25,3561.0 +Kyrgyz Republic,1977,Asia,3426646.0,62.05,89.24,4.15,3555.0 +Kyrgyz Republic,1978,Asia,3491143.0,62.3,89.48,4.08,3549.0 +Kyrgyz Republic,1979,Asia,3557793.0,62.57,89.75999999999998,4.04,3542.0 +Kyrgyz Republic,1980,Asia,3627499.0,62.89,90.05,4.04,3536.0 +Kyrgyz Republic,1981,Asia,3700312.0,63.23,90.4,4.05,3530.0 +Kyrgyz Republic,1982,Asia,3775764.0,63.62,90.78,4.07,3524.0 +Kyrgyz Republic,1983,Asia,3853514.0,64.04,91.21,4.09,3518.0 +Kyrgyz Republic,1984,Asia,3933002.0,64.45,91.65,4.1,3512.0 +Kyrgyz Republic,1985,Asia,4013498.0,64.86,92.09,4.09,3506.0 +Kyrgyz Republic,1986,Asia,4095873.0,65.23,92.5,4.07,3499.0 +Kyrgyz Republic,1987,Asia,4179484.0,65.54,92.86,4.04,3493.0 +Kyrgyz Republic,1988,Asia,4260325.0,65.77,93.16,3.99,3487.0 +Kyrgyz Republic,1989,Asia,4333114.0,65.93,93.38,3.93,3481.0 +Kyrgyz Republic,1990,Asia,4394502.0,66.0,93.5,3.86,3475.0 +Kyrgyz Republic,1991,Asia,4441780.0,65.9,93.53,3.77,3150.0 +Kyrgyz Republic,1992,Asia,4477038.0,65.6,93.55,3.66,2681.0 +Kyrgyz Republic,1993,Asia,4507565.0,65.3,93.59,3.55,2266.0 +Kyrgyz Republic,1994,Asia,4543602.0,65.0,93.7,3.43,1812.0 +Kyrgyz Republic,1995,Asia,4592135.0,65.1,93.87,3.3,1696.0 +Kyrgyz Republic,1996,Asia,4656894.0,65.2,94.11,3.17,1790.0 +Kyrgyz Republic,1997,Asia,4734761.0,65.3,94.37,3.04,1939.0 +Kyrgyz Republic,1998,Asia,4817608.0,65.6,94.63,2.9,1950.0 +Kyrgyz Republic,1999,Asia,4893658.0,65.8,94.89,2.78,1991.0 +Kyrgyz Republic,2000,Asia,4954850.0,65.9,95.13,2.67,2075.0 +Kyrgyz Republic,2001,Asia,4998286.0,66.0,95.36,2.59,2164.0 +Kyrgyz Republic,2002,Asia,5027919.0,65.9,95.56,2.54,2144.0 +Kyrgyz Republic,2003,Asia,5050867.0,66.0,95.75,2.53,2271.0 +Kyrgyz Republic,2004,Asia,5077515.0,66.2,95.92,2.54,2401.0 +Kyrgyz Republic,2005,Asia,5115470.0,66.5,96.07,2.58,2370.0 +Kyrgyz Republic,2006,Asia,5166644.0,66.7,96.21,2.65,2418.0 +Kyrgyz Republic,2007,Asia,5228937.0,67.0,96.37,2.73,2599.0 +Kyrgyz Republic,2008,Asia,5301038.0,67.3,96.56,2.82,2791.0 +Kyrgyz Republic,2009,Asia,5380310.0,67.7,96.77,2.9,2837.0 +Kyrgyz Republic,2010,Asia,5464567.0,67.9,97.0,2.97,2790.0 +Kyrgyz Republic,2011,Asia,5553827.0,68.5,97.22,3.03,2921.0 +Kyrgyz Republic,2012,Asia,5648230.0,69.0,97.43,3.06,2870.0 +Kyrgyz Republic,2013,Asia,5745698.0,69.4,97.6,3.08,3121.0 +Kyrgyz Republic,2014,Asia,5843617.0,69.6,97.74,3.07,3169.0 +Kyrgyz Republic,2015,Asia,5939962.0,69.8,97.87,3.04,3245.0 +Lao,1800,Asia,470000.0,31.9,58.12600000000001,6.13,864.0 +Lao,1810,Asia,470000.0,31.9,58.12600000000001,6.13,866.0 +Lao,1820,Asia,482066.0,31.9,58.12600000000001,6.13,867.0 +Lao,1830,Asia,517587.0,31.9,58.12600000000001,6.13,888.0 +Lao,1840,Asia,569053.0,31.9,58.12600000000001,6.13,909.0 +Lao,1850,Asia,625637.0,31.9,58.12600000000001,6.13,931.0 +Lao,1860,Asia,687183.0,31.9,58.12600000000001,6.13,954.0 +Lao,1870,Asia,764785.0,31.9,58.12600000000001,6.13,977.0 +Lao,1880,Asia,869267.0,31.9,58.12600000000001,6.13,1000.0 +Lao,1890,Asia,998964.0,31.9,58.12600000000001,6.13,1024.0 +Lao,1900,Asia,1149619.0,31.9,58.21700000000001,6.13,1049.0 +Lao,1910,Asia,1321934.0,31.9,58.868,6.13,1074.0 +Lao,1920,Asia,1429428.0,31.9,59.846,6.13,1100.0 +Lao,1930,Asia,1506126.0,31.9,60.828,6.09,1112.0 +Lao,1940,Asia,1586939.0,31.5,61.82099999999999,6.01,1123.0 +Lao,1950,Asia,1682916.0,39.8,71.68900000000002,5.94,1134.0 +Lao,1951,Asia,1723050.0,39.88,72.03,5.94,1146.0 +Lao,1952,Asia,1763791.0,40.13,72.368,5.94,1158.0 +Lao,1953,Asia,1805210.0,40.37,72.70100000000002,5.94,1170.0 +Lao,1954,Asia,1847377.0,40.62,73.031,5.95,1181.0 +Lao,1955,Asia,1890363.0,40.86,73.35600000000002,5.95,1192.0 +Lao,1956,Asia,1934235.0,41.11,73.678,5.95,1201.0 +Lao,1957,Asia,1979060.0,41.37,73.995,5.95,1211.0 +Lao,1958,Asia,2024907.0,41.62,74.309,5.96,1221.0 +Lao,1959,Asia,2071844.0,41.87,74.619,5.96,1230.0 +Lao,1960,Asia,2119944.0,42.13,74.926,5.96,1239.0 +Lao,1961,Asia,2169287.0,42.38,75.18299999999998,5.96,1249.0 +Lao,1962,Asia,2219964.0,42.64,75.437,5.97,1259.0 +Lao,1963,Asia,2272078.0,42.89,75.689,5.97,1269.0 +Lao,1964,Asia,2325742.0,43.13,75.93799999999997,5.97,1280.0 +Lao,1965,Asia,2381063.0,43.39,76.185,5.97,1290.0 +Lao,1966,Asia,2437527.0,43.64,76.429,5.97,1301.0 +Lao,1967,Asia,2495093.0,43.89,76.66999999999999,5.97,1312.0 +Lao,1968,Asia,2554843.0,44.15,76.90899999999998,5.97,1323.0 +Lao,1969,Asia,2618246.0,44.41,77.146,5.97,1334.0 +Lao,1970,Asia,2686025.0,44.66,77.38000000000002,5.97,1346.0 +Lao,1971,Asia,2759634.0,44.91,77.61200000000002,5.98,1357.0 +Lao,1972,Asia,2837967.0,45.16,77.842,5.99,1369.0 +Lao,1973,Asia,2916148.0,45.39,78.069,6.01,1380.0 +Lao,1974,Asia,2987544.0,45.62,78.294,6.03,1390.0 +Lao,1975,Asia,3047864.0,45.85,78.51599999999998,6.06,1400.0 +Lao,1976,Asia,3094940.0,46.05,78.736,6.1,1435.0 +Lao,1977,Asia,3131492.0,46.26,78.95400000000002,6.14,1462.0 +Lao,1978,Asia,3164146.0,46.47,79.17,6.19,1486.0 +Lao,1979,Asia,3202270.0,46.69,79.58000000000001,6.23,1521.0 +Lao,1980,Asia,3252701.0,46.91,79.97,6.28,1553.0 +Lao,1981,Asia,3317570.0,47.17,80.34,6.32,1578.0 +Lao,1982,Asia,3395113.0,47.45,80.71,6.35,1589.0 +Lao,1983,Asia,3483492.0,47.76,81.08,6.36,1597.0 +Lao,1984,Asia,3579370.0,48.12,81.45,6.37,1605.0 +Lao,1985,Asia,3680145.0,48.54,81.82000000000002,6.36,1616.0 +Lao,1986,Asia,3785230.0,49.02,82.19000000000003,6.34,1618.0 +Lao,1987,Asia,3895066.0,49.56,82.57,6.31,1619.0 +Lao,1988,Asia,4009121.0,50.16,82.95,6.27,1620.0 +Lao,1989,Asia,4126935.0,50.8,83.36,6.22,1621.0 +Lao,1990,Asia,4247839.0,51.5,83.76,6.15,1622.0 +Lao,1991,Asia,4371549.0,52.0,84.17999999999998,6.06,1644.0 +Lao,1992,Asia,4496971.0,52.4,84.61999999999998,5.93,1686.0 +Lao,1993,Asia,4621685.0,52.8,85.07000000000002,5.78,1736.0 +Lao,1994,Asia,4742685.0,53.2,85.53,5.6,1828.0 +Lao,1995,Asia,4857774.0,53.6,85.99,5.4,1908.0 +Lao,1996,Asia,4966303.0,54.0,86.45,5.17,1993.0 +Lao,1997,Asia,5068658.0,54.4,86.91,4.92,2084.0 +Lao,1998,Asia,5165072.0,54.9,87.36,4.67,2123.0 +Lao,1999,Asia,5256207.0,55.5,87.8,4.42,2237.0 +Lao,2000,Asia,5342879.0,56.1,88.23,4.19,2327.0 +Lao,2001,Asia,5424701.0,56.6,88.66000000000004,3.99,2424.0 +Lao,2002,Asia,5502340.0,57.6,89.08,3.83,2533.0 +Lao,2003,Asia,5579003.0,58.4,89.49000000000002,3.71,2651.0 +Lao,2004,Asia,5658894.0,59.3,89.89,3.62,2780.0 +Lao,2005,Asia,5745012.0,60.1,90.28,3.56,2930.0 +Lao,2006,Asia,5838837.0,60.8,90.65,3.52,3126.0 +Lao,2007,Asia,5939634.0,61.7,91.02,3.48,3298.0 +Lao,2008,Asia,6045439.0,62.5,91.38,3.43,3483.0 +Lao,2009,Asia,6153153.0,63.3,91.72,3.37,3668.0 +Lao,2010,Asia,6260544.0,64.1,92.03,3.29,3901.0 +Lao,2011,Asia,6366909.0,65.0,92.33,3.2,4133.0 +Lao,2012,Asia,6473050.0,65.6,92.6,3.11,4381.0 +Lao,2013,Asia,6579985.0,66.1,92.87,3.02,4667.0 +Lao,2014,Asia,6689300.0,66.6,93.09,2.94,4925.0 +Lao,2015,Asia,6802023.0,67.1,93.33,2.87,5212.0 +Latvia,1800,Europe,590588.0,33.0,59.53100000000001,5.2,751.0 +Latvia,1810,Europe,590588.0,33.0,59.53100000000001,5.12,760.0 +Latvia,1820,Europe,605262.0,33.0,59.53100000000001,5.04,769.0 +Latvia,1830,Europe,648400.0,33.0,59.53100000000001,4.96,820.0 +Latvia,1840,Europe,710771.0,33.0,59.53100000000001,4.88,875.0 +Latvia,1850,Europe,779141.0,33.0,59.53100000000001,4.8,933.0 +Latvia,1860,Europe,854350.0,33.0,59.53100000000001,4.54,996.0 +Latvia,1870,Europe,936818.0,36.32,63.551,4.27,1062.0 +Latvia,1880,Europe,1026699.0,39.64,67.31700000000001,4.01,1133.0 +Latvia,1890,Europe,1125139.0,42.96,70.964,3.74,1173.0 +Latvia,1900,Europe,1233746.0,46.2,74.249,3.5,1621.0 +Latvia,1910,Europe,1352379.0,49.33,77.556,3.29,1831.0 +Latvia,1920,Europe,1482686.0,47.71,80.85900000000002,3.08,1411.0 +Latvia,1930,Europe,1625309.0,56.02,84.18900000000002,2.65,2440.0 +Latvia,1940,Europe,1781651.0,52.0,86.411,2.49,2954.0 +Latvia,1950,Europe,1949000.0,59.75,88.639,2.01,3921.0 +Latvia,1951,Europe,1954829.0,60.48,89.744,2.01,3872.0 +Latvia,1952,Europe,1965114.0,61.88,90.742,2.0,4053.0 +Latvia,1953,Europe,1979028.0,63.19,91.643,2.0,4158.0 +Latvia,1954,Europe,1995859.0,64.38,92.456,1.99,4288.0 +Latvia,1955,Europe,2015009.0,65.46,93.19,1.98,4574.0 +Latvia,1956,Europe,2035996.0,66.44,93.853,1.97,4924.0 +Latvia,1957,Europe,2058457.0,67.31,94.451,1.96,4938.0 +Latvia,1958,Europe,2082127.0,68.07,94.991,1.94,5217.0 +Latvia,1959,Europe,2106821.0,69.53,95.478,1.92,5068.0 +Latvia,1960,Europe,2132368.0,70.37,96.097,1.9,5450.0 +Latvia,1961,Europe,2158546.0,70.6,96.535,1.88,5661.0 +Latvia,1962,Europe,2185016.0,69.97,96.35,1.86,5720.0 +Latvia,1963,Europe,2211297.0,70.36,96.303,1.84,5506.0 +Latvia,1964,Europe,2236844.0,71.62,96.788,1.82,6134.0 +Latvia,1965,Europe,2261259.0,71.29,97.182,1.81,6403.0 +Latvia,1966,Europe,2284214.0,71.26,97.338,1.81,6639.0 +Latvia,1967,Europe,2305718.0,70.94,97.26,1.82,6859.0 +Latvia,1968,Europe,2326128.0,70.56,97.137,1.85,7190.0 +Latvia,1969,Europe,2346012.0,70.29,97.305,1.88,7222.0 +Latvia,1970,Europe,2365753.0,70.31,97.286,1.91,7706.0 +Latvia,1971,Europe,2385561.0,70.66,97.62,1.94,7834.0 +Latvia,1972,Europe,2405212.0,70.35,97.66,1.96,7801.0 +Latvia,1973,Europe,2424149.0,70.29,97.67,1.96,8376.0 +Latvia,1974,Europe,2441588.0,70.22,97.285,1.96,8712.0 +Latvia,1975,Europe,2457027.0,69.37,97.065,1.94,9235.0 +Latvia,1976,Europe,2470263.0,69.48,97.09,1.92,9629.0 +Latvia,1977,Europe,2481660.0,69.56,97.398,1.91,9810.0 +Latvia,1978,Europe,2491980.0,69.45,97.311,1.9,10003.0 +Latvia,1979,Europe,2502294.0,68.93,97.5,1.91,10481.0 +Latvia,1980,Europe,2513397.0,69.23,97.51,1.94,10844.0 +Latvia,1981,Europe,2524843.0,69.18,97.53,1.97,11237.0 +Latvia,1982,Europe,2536340.0,69.75,97.57,2.02,11434.0 +Latvia,1983,Europe,2548941.0,69.51,97.64,2.06,11957.0 +Latvia,1984,Europe,2564006.0,69.56,97.76,2.1,12572.0 +Latvia,1985,Europe,2582079.0,69.72,97.9,2.13,12448.0 +Latvia,1986,Europe,2604484.0,71.09,98.04,2.14,12959.0 +Latvia,1987,Europe,2629831.0,71.14,98.14,2.12,13182.0 +Latvia,1988,Europe,2652684.0,71.05,98.17,2.08,13770.0 +Latvia,1989,Europe,2665711.0,70.55,98.1,2.01,14466.0 +Latvia,1990,Europe,2663985.0,69.6,97.96,1.92,13383.0 +Latvia,1991,Europe,2645056.0,69.1,97.8,1.82,11735.0 +Latvia,1992,Europe,2611306.0,68.4,97.68,1.7,8057.0 +Latvia,1993,Europe,2568603.0,66.7,97.62,1.58,7792.0 +Latvia,1994,Europe,2525444.0,65.7,97.6,1.46,8081.0 +Latvia,1995,Europe,2487988.0,66.5,97.63,1.36,8110.0 +Latvia,1996,Europe,2458305.0,68.6,97.71,1.28,8408.0 +Latvia,1997,Europe,2434628.0,69.3,97.84,1.22,9238.0 +Latvia,1998,Europe,2414650.0,69.0,97.99,1.18,9912.0 +Latvia,1999,Europe,2394521.0,70.0,98.14,1.17,10208.0 +Latvia,2000,Europe,2371481.0,70.5,98.28,1.18,10859.0 +Latvia,2001,Europe,2345145.0,70.0,98.4,1.21,11787.0 +Latvia,2002,Europe,2316731.0,70.4,98.49,1.25,12782.0 +Latvia,2003,Europe,2286946.0,70.8,98.57,1.29,14020.0 +Latvia,2004,Europe,2256935.0,71.2,98.66,1.34,15437.0 +Latvia,2005,Europe,2227559.0,71.1,98.75,1.39,17192.0 +Latvia,2006,Europe,2199105.0,70.8,98.82,1.43,19367.0 +Latvia,2007,Europe,2171378.0,71.3,98.89,1.47,21438.0 +Latvia,2008,Europe,2144215.0,72.4,98.95,1.5,20977.0 +Latvia,2009,Europe,2117307.0,73.3,99.01,1.53,18300.0 +Latvia,2010,Europe,2090519.0,73.9,99.06,1.55,18148.0 +Latvia,2011,Europe,2063661.0,74.6,99.1,1.57,19405.0 +Latvia,2012,Europe,2037090.0,75.1,99.13,1.59,20597.0 +Latvia,2013,Europe,2011857.0,75.0,99.16,1.61,21699.0 +Latvia,2014,Europe,1989354.0,75.2,99.18,1.62,22460.0 +Latvia,2015,Europe,1970503.0,75.4,99.21,1.64,23282.0 +Lebanon,1800,Asia,332000.0,29.7,55.211999999999996,5.74,1081.0 +Lebanon,1810,Asia,332000.0,29.7,55.211999999999996,5.74,1090.0 +Lebanon,1820,Asia,338427.0,29.7,55.211999999999996,5.74,1099.0 +Lebanon,1830,Asia,357145.0,29.7,55.211999999999996,5.74,1177.0 +Lebanon,1840,Asia,383830.0,29.7,55.211999999999996,5.74,1260.0 +Lebanon,1850,Asia,412508.0,29.7,55.211999999999996,5.74,1350.0 +Lebanon,1860,Asia,438438.0,29.7,55.211999999999996,5.74,1445.0 +Lebanon,1870,Asia,465945.0,29.7,55.211999999999996,5.74,1547.0 +Lebanon,1880,Asia,494961.0,29.7,55.211999999999996,5.74,1710.0 +Lebanon,1890,Asia,525702.0,29.7,55.211999999999996,5.74,1889.0 +Lebanon,1900,Asia,558481.0,29.7,55.309,5.74,2088.0 +Lebanon,1910,Asia,593100.0,29.7,56.005,5.74,2307.0 +Lebanon,1920,Asia,699479.0,29.7,57.057,5.74,2430.0 +Lebanon,1930,Asia,868061.0,29.7,58.119,5.74,3932.0 +Lebanon,1940,Asia,1077273.0,29.7,59.181,5.75,5669.0 +Lebanon,1950,Asia,1334618.0,59.41,84.777,5.76,7842.0 +Lebanon,1951,Asia,1358220.0,59.61,86.10600000000002,5.75,6946.0 +Lebanon,1952,Asia,1392725.0,60.04,87.319,5.74,7284.0 +Lebanon,1953,Asia,1434845.0,60.45,88.426,5.73,8274.0 +Lebanon,1954,Asia,1481960.0,60.85,89.436,5.73,9368.0 +Lebanon,1955,Asia,1532111.0,61.23,90.358,5.73,9980.0 +Lebanon,1956,Asia,1584034.0,61.6,91.2,5.73,9610.0 +Lebanon,1957,Asia,1637126.0,61.95,91.46,5.74,9638.0 +Lebanon,1958,Asia,1691366.0,62.28,91.73,5.74,8150.0 +Lebanon,1959,Asia,1747163.0,62.6,92.0,5.74,8710.0 +Lebanon,1960,Asia,1804927.0,62.9,92.26,5.74,8805.0 +Lebanon,1961,Asia,1864605.0,63.19,92.49,5.72,9242.0 +Lebanon,1962,Asia,1925276.0,63.47,92.71,5.69,9446.0 +Lebanon,1963,Asia,1984982.0,63.74,92.91,5.65,9370.0 +Lebanon,1964,Asia,2041212.0,64.0,93.09,5.58,9767.0 +Lebanon,1965,Asia,2092354.0,64.25,93.24,5.5,10545.0 +Lebanon,1966,Asia,2136640.0,64.5,93.37,5.4,11047.0 +Lebanon,1967,Asia,2174850.0,64.76,93.48,5.3,10320.0 +Lebanon,1968,Asia,2210965.0,65.01,93.58,5.18,11391.0 +Lebanon,1969,Asia,2250609.0,65.27,93.66,5.06,11422.0 +Lebanon,1970,Asia,2297403.0,65.52,93.73,4.95,11978.0 +Lebanon,1971,Asia,2353569.0,65.75,93.81,4.84,12871.0 +Lebanon,1972,Asia,2416743.0,65.98,93.88,4.73,14207.0 +Lebanon,1973,Asia,2480426.0,66.18,93.95,4.63,14597.0 +Lebanon,1974,Asia,2535503.0,66.37,94.04,4.53,14773.0 +Lebanon,1975,Asia,2575693.0,66.54,94.14,4.44,10242.0 +Lebanon,1976,Asia,2598362.0,66.69,94.26,4.36,4303.0 +Lebanon,1977,Asia,2606224.0,66.83,94.4,4.27,7403.0 +Lebanon,1978,Asia,2604875.0,66.96,94.55,4.18,7589.0 +Lebanon,1979,Asia,2602573.0,67.08,94.71,4.09,8585.0 +Lebanon,1980,Asia,2605294.0,67.21,94.88,4.0,9098.0 +Lebanon,1981,Asia,2615753.0,67.36,95.06,3.9,9165.0 +Lebanon,1982,Asia,2632281.0,67.52,95.25,3.8,5811.0 +Lebanon,1983,Asia,2651295.0,67.68,95.44,3.69,7026.0 +Lebanon,1984,Asia,2667229.0,67.87,95.64,3.59,10182.0 +Lebanon,1985,Asia,2676593.0,68.07,95.84,3.48,12739.0 +Lebanon,1986,Asia,2677290.0,68.29,96.04,3.38,12021.0 +Lebanon,1987,Asia,2672182.0,68.53,96.23,3.28,14077.0 +Lebanon,1988,Asia,2668593.0,68.78,96.41,3.18,10186.0 +Lebanon,1989,Asia,2676615.0,69.03,96.59,3.09,5891.0 +Lebanon,1990,Asia,2703019.0,69.3,96.75,3.0,7734.0 +Lebanon,1991,Asia,2752473.0,71.9,96.9,2.92,10497.0 +Lebanon,1992,Asia,2821868.0,72.2,97.04,2.84,10699.0 +Lebanon,1993,Asia,2900862.0,72.5,97.17,2.77,11136.0 +Lebanon,1994,Asia,2974647.0,73.0,97.3,2.69,11729.0 +Lebanon,1995,Asia,3033406.0,73.4,97.42,2.62,12254.0 +Lebanon,1996,Asia,3070974.0,74.0,97.54,2.54,12726.0 +Lebanon,1997,Asia,3092684.0,74.4,97.65,2.47,12347.0 +Lebanon,1998,Asia,3113960.0,74.9,97.77,2.39,12703.0 +Lebanon,1999,Asia,3156661.0,75.6,97.88,2.31,12475.0 +Lebanon,2000,Asia,3235380.0,75.9,98.0,2.23,12335.0 +Lebanon,2001,Asia,3359875.0,76.3,98.12,2.14,12356.0 +Lebanon,2002,Asia,3522842.0,76.6,98.24,2.04,12199.0 +Lebanon,2003,Asia,3701464.0,76.9,98.36,1.95,11998.0 +Lebanon,2004,Asia,3863271.0,77.1,98.48,1.85,12348.0 +Lebanon,2005,Asia,3986865.0,77.3,98.59,1.77,12258.0 +Lebanon,2006,Asia,4057041.0,77.4,98.7,1.69,12171.0 +Lebanon,2007,Asia,4085426.0,77.5,98.79,1.62,13122.0 +Lebanon,2008,Asia,4109389.0,77.8,98.87,1.57,14158.0 +Lebanon,2009,Asia,4181742.0,77.9,98.93,1.54,15393.0 +Lebanon,2010,Asia,4337156.0,78.1,98.99,1.51,16263.0 +Lebanon,2011,Asia,4591698.0,76.6,99.03,1.5,16431.0 +Lebanon,2012,Asia,4924257.0,78.5,99.07,1.5,16633.0 +Lebanon,2013,Asia,5286990.0,78.6,99.11,1.5,16623.0 +Lebanon,2014,Asia,5612096.0,78.7,99.14,1.49,16794.0 +Lebanon,2015,Asia,5850743.0,78.9,99.17,1.49,17050.0 +Lesotho,1800,Africa,276361.0,32.8,59.276,5.84,393.0 +Lesotho,1810,Africa,276361.0,32.8,59.276,5.84,395.0 +Lesotho,1820,Africa,281945.0,32.8,59.276,5.84,398.0 +Lesotho,1830,Africa,298233.0,32.8,59.276,5.84,400.0 +Lesotho,1840,Africa,321503.0,32.8,59.276,5.84,402.0 +Lesotho,1850,Africa,346589.0,32.8,59.276,5.84,404.0 +Lesotho,1860,Africa,373508.0,32.8,59.276,5.84,407.0 +Lesotho,1870,Africa,402517.0,32.8,59.276,5.84,409.0 +Lesotho,1880,Africa,433624.0,32.8,59.276,5.84,411.0 +Lesotho,1890,Africa,467118.0,32.8,59.276,5.84,413.0 +Lesotho,1900,Africa,503398.0,32.8,59.364,5.84,416.0 +Lesotho,1910,Africa,542372.0,32.8,59.997,5.84,418.0 +Lesotho,1920,Africa,584540.0,32.8,61.354,5.84,420.0 +Lesotho,1930,Africa,630150.0,32.8,62.79600000000001,5.83,422.0 +Lesotho,1940,Africa,679318.0,32.8,64.212,5.82,423.0 +Lesotho,1950,Africa,733942.0,41.23,74.41,5.81,424.0 +Lesotho,1951,Africa,744320.0,41.53,75.565,5.82,442.0 +Lesotho,1952,Africa,754849.0,42.11,76.66999999999999,5.84,448.0 +Lesotho,1953,Africa,765564.0,42.72,77.38000000000002,5.85,458.0 +Lesotho,1954,Africa,776514.0,43.33,78.06,5.86,476.0 +Lesotho,1955,Africa,787760.0,43.96,78.71000000000002,5.86,483.0 +Lesotho,1956,Africa,799377.0,44.59,79.31,5.86,493.0 +Lesotho,1957,Africa,811453.0,45.22,79.85,5.86,503.0 +Lesotho,1958,Africa,824086.0,45.85,80.28,5.86,513.0 +Lesotho,1959,Africa,837375.0,46.46,80.62,5.85,518.0 +Lesotho,1960,Africa,851412.0,47.02,80.85,5.84,546.0 +Lesotho,1961,Africa,866253.0,47.54,80.98,5.83,541.0 +Lesotho,1962,Africa,881910.0,47.97,81.03,5.82,613.0 +Lesotho,1963,Africa,898342.0,48.32,81.03,5.81,669.0 +Lesotho,1964,Africa,915473.0,48.59,81.03,5.81,711.0 +Lesotho,1965,Africa,933251.0,48.79,81.05,5.8,708.0 +Lesotho,1966,Africa,951736.0,48.95,81.11999999999998,5.8,707.0 +Lesotho,1967,Africa,970972.0,49.09,81.28999999999998,5.8,767.0 +Lesotho,1968,Africa,990869.0,49.24,81.55,5.81,748.0 +Lesotho,1969,Africa,1011308.0,49.43,81.89999999999998,5.81,741.0 +Lesotho,1970,Africa,1032240.0,49.67,82.3,5.81,742.0 +Lesotho,1971,Africa,1053524.0,49.96,82.71,5.81,659.0 +Lesotho,1972,Africa,1075281.0,50.31,83.15,5.8,768.0 +Lesotho,1973,Africa,1098033.0,50.7,83.61,5.79,949.0 +Lesotho,1974,Africa,1122484.0,51.14,84.11999999999998,5.78,984.0 +Lesotho,1975,Africa,1149090.0,51.63,84.67,5.76,882.0 +Lesotho,1976,Africa,1177975.0,52.17,85.26,5.74,1002.0 +Lesotho,1977,Africa,1208836.0,52.75,85.88,5.71,1149.0 +Lesotho,1978,Africa,1241159.0,53.38,86.5,5.67,1339.0 +Lesotho,1979,Africa,1274216.0,54.01,87.13,5.63,1162.0 +Lesotho,1980,Africa,1307403.0,54.65,87.74,5.59,1100.0 +Lesotho,1981,Africa,1340694.0,55.25,88.33,5.54,1081.0 +Lesotho,1982,Africa,1374044.0,55.82,88.89,5.49,1090.0 +Lesotho,1983,Africa,1406818.0,56.34,89.41,5.44,1079.0 +Lesotho,1984,Africa,1438248.0,56.83,89.87,5.38,1101.0 +Lesotho,1985,Africa,1467856.0,57.31,90.28,5.31,1113.0 +Lesotho,1986,Africa,1495101.0,57.88,90.64,5.24,1144.0 +Lesotho,1987,Africa,1520244.0,58.51,90.96,5.17,1124.0 +Lesotho,1988,Africa,1544580.0,59.21,91.23,5.09,1202.0 +Lesotho,1989,Africa,1569936.0,59.92,91.46,5.0,1248.0 +Lesotho,1990,Africa,1597534.0,60.5,91.63,4.92,1301.0 +Lesotho,1991,Africa,1627900.0,60.6,91.72,4.84,1326.0 +Lesotho,1992,Africa,1660360.0,60.4,91.71,4.76,1395.0 +Lesotho,1993,Africa,1693459.0,60.1,91.6,4.69,1413.0 +Lesotho,1994,Africa,1725118.0,59.2,91.36,4.62,1461.0 +Lesotho,1995,Africa,1753824.0,58.7,91.04,4.55,1466.0 +Lesotho,1996,Africa,1779201.0,57.9,90.7,4.48,1520.0 +Lesotho,1997,Africa,1801695.0,56.6,90.36,4.39,1563.0 +Lesotho,1998,Africa,1821632.0,54.6,90.02,4.3,1572.0 +Lesotho,1999,Africa,1839631.0,52.9,89.71000000000002,4.2,1563.0 +Lesotho,2000,Africa,1856225.0,50.7,89.4,4.09,1629.0 +Lesotho,2001,Africa,1871489.0,48.9,89.14,3.98,1684.0 +Lesotho,2002,Africa,1885488.0,47.0,88.88000000000002,3.86,1680.0 +Lesotho,2003,Africa,1898778.0,45.4,88.62,3.75,1747.0 +Lesotho,2004,Africa,1912042.0,44.2,88.42,3.65,1775.0 +Lesotho,2005,Africa,1925844.0,43.1,88.27000000000002,3.56,1810.0 +Lesotho,2006,Africa,1940345.0,43.1,88.17,3.48,1873.0 +Lesotho,2007,Africa,1955656.0,43.3,88.44,3.41,1947.0 +Lesotho,2008,Africa,1972194.0,44.5,88.58,3.34,2041.0 +Lesotho,2009,Africa,1990413.0,45.5,89.42999999999998,3.27,2091.0 +Lesotho,2010,Africa,2010586.0,46.4,89.85,3.21,2235.0 +Lesotho,2011,Africa,2032950.0,46.7,90.15,3.15,2301.0 +Lesotho,2012,Africa,2057331.0,46.1,90.25,3.09,2390.0 +Lesotho,2013,Africa,2083061.0,45.6,90.11,3.04,2473.0 +Lesotho,2014,Africa,2109197.0,45.4,90.16,2.99,2494.0 +Lesotho,2015,Africa,2135022.0,47.1,90.29,2.94,2598.0 +Liberia,1800,Africa,313543.0,31.1,57.084,6.19,797.0 +Liberia,1810,Africa,313543.0,31.1,57.084,6.19,798.0 +Liberia,1820,Africa,320479.0,31.1,57.084,6.19,799.0 +Liberia,1830,Africa,340777.0,31.1,57.084,6.19,821.0 +Liberia,1840,Africa,369920.0,31.1,57.084,6.19,843.0 +Liberia,1850,Africa,401556.0,31.1,57.084,6.19,866.0 +Liberia,1860,Africa,437090.0,31.1,57.084,6.19,890.0 +Liberia,1870,Africa,475766.0,31.1,57.084,6.19,914.0 +Liberia,1880,Africa,517639.0,31.1,57.084,6.19,939.0 +Liberia,1890,Africa,563168.0,31.1,57.084,6.19,964.0 +Liberia,1900,Africa,612987.0,31.1,57.177,6.19,991.0 +Liberia,1910,Africa,667027.0,31.1,57.84400000000001,6.19,1017.0 +Liberia,1920,Africa,725339.0,31.1,59.427,6.19,1045.0 +Liberia,1930,Africa,787369.0,31.1,61.36200000000001,6.2,1048.0 +Liberia,1940,Africa,854704.0,31.1,63.249,6.23,1131.0 +Liberia,1950,Africa,930026.0,32.97,66.868,6.25,1215.0 +Liberia,1951,Africa,943241.0,33.11,67.393,6.26,1247.0 +Liberia,1952,Africa,957864.0,33.36,67.91,6.26,1247.0 +Liberia,1953,Africa,973896.0,33.6,68.41900000000001,6.28,1257.0 +Liberia,1954,Africa,991312.0,33.84,68.92,6.29,1287.0 +Liberia,1955,Africa,1010064.0,34.07,68.86000000000001,6.3,1288.0 +Liberia,1956,Africa,1030070.0,34.28,68.68,6.32,1294.0 +Liberia,1957,Africa,1051225.0,34.51,68.58999999999999,6.34,1301.0 +Liberia,1958,Africa,1073402.0,34.73,68.5,6.36,1295.0 +Liberia,1959,Africa,1096468.0,34.98,68.43,6.38,1326.0 +Liberia,1960,Africa,1120314.0,35.24,68.37,6.41,1323.0 +Liberia,1961,Africa,1144896.0,35.54,68.36,6.43,1310.0 +Liberia,1962,Africa,1170267.0,35.88,68.46000000000001,6.45,1282.0 +Liberia,1963,Africa,1196588.0,36.28,68.6,6.48,1268.0 +Liberia,1964,Africa,1224094.0,36.73,68.83,6.5,1287.0 +Liberia,1965,Africa,1252968.0,37.23,69.12,6.52,1298.0 +Liberia,1966,Africa,1283304.0,37.77,69.44,6.55,1348.0 +Liberia,1967,Africa,1315119.0,38.33,69.86,6.58,1386.0 +Liberia,1968,Africa,1348448.0,38.91,70.32000000000001,6.62,1399.0 +Liberia,1969,Africa,1383305.0,39.49,70.83999999999997,6.66,1446.0 +Liberia,1970,Africa,1419728.0,40.1,71.37,6.7,1486.0 +Liberia,1971,Africa,1457714.0,40.75,71.88,6.74,1507.0 +Liberia,1972,Africa,1497356.0,41.43,72.38,6.78,1507.0 +Liberia,1973,Africa,1538882.0,42.16,72.87,6.82,1510.0 +Liberia,1974,Africa,1582584.0,42.91,73.39,6.85,1505.0 +Liberia,1975,Africa,1628656.0,43.68,73.88,6.88,1394.0 +Liberia,1976,Africa,1676016.0,44.45,74.32,6.91,1408.0 +Liberia,1977,Africa,1724313.0,45.21,74.77000000000002,6.93,1370.0 +Liberia,1978,Africa,1775200.0,45.92,75.16000000000003,6.95,1397.0 +Liberia,1979,Africa,1830963.0,46.57,75.54,6.96,1408.0 +Liberia,1980,Africa,1892529.0,47.14,75.89,6.97,1268.0 +Liberia,1981,Africa,1961795.0,47.6,76.2,6.97,1168.0 +Liberia,1982,Africa,2036325.0,47.97,76.44,6.96,1138.0 +Liberia,1983,Africa,2107523.0,48.25,76.6,6.95,1055.0 +Liberia,1984,Africa,2163835.0,48.46,76.63,6.92,1015.0 +Liberia,1985,Africa,2197442.0,48.58,76.5,6.88,971.0 +Liberia,1986,Africa,2206867.0,48.62,76.22,6.82,947.0 +Liberia,1987,Africa,2196204.0,48.59,75.79,6.75,959.0 +Liberia,1988,Africa,2170426.0,48.55,75.31,6.67,988.0 +Liberia,1989,Africa,2137018.0,48.53,74.85,6.59,1020.0 +Liberia,1990,Africa,2102877.0,48.6,74.5,6.5,503.0 +Liberia,1991,Africa,2066060.0,51.5,74.33000000000001,6.41,439.0 +Liberia,1992,Africa,2028672.0,51.8,74.46,6.34,290.0 +Liberia,1993,Africa,2006349.0,50.1,74.83999999999997,6.27,197.0 +Liberia,1994,Africa,2019148.0,48.9,75.44999999999997,6.21,153.0 +Liberia,1995,Africa,2079921.0,50.9,76.25999999999998,6.16,142.0 +Liberia,1996,Africa,2197801.0,50.4,77.23,6.11,151.0 +Liberia,1997,Africa,2365290.0,53.8,78.29,6.06,289.0 +Liberia,1998,Africa,2558085.0,54.4,79.42,6.01,346.0 +Liberia,1999,Africa,2741755.0,55.2,80.61,5.95,397.0 +Liberia,2000,Africa,2891968.0,55.8,81.82000000000002,5.88,473.0 +Liberia,2001,Africa,2998770.0,56.3,83.03,5.8,557.0 +Liberia,2002,Africa,3070673.0,55.4,84.24000000000002,5.72,718.0 +Liberia,2003,Africa,3124222.0,55.2,85.41,5.64,474.0 +Liberia,2004,Africa,3184643.0,57.9,86.52,5.55,441.0 +Liberia,2005,Africa,3269786.0,58.4,87.53,5.46,470.0 +Liberia,2006,Africa,3384804.0,58.8,88.42999999999998,5.37,499.0 +Liberia,2007,Africa,3522337.0,59.3,89.22,5.28,555.0 +Liberia,2008,Africa,3672782.0,59.9,89.91,5.19,588.0 +Liberia,2009,Africa,3821498.0,60.3,90.53,5.11,643.0 +Liberia,2010,Africa,3957990.0,60.8,91.07,5.02,689.0 +Liberia,2011,Africa,4079574.0,61.5,91.55,4.95,729.0 +Liberia,2012,Africa,4190155.0,62.3,91.97,4.87,782.0 +Liberia,2013,Africa,4293692.0,62.9,92.37,4.79,875.0 +Liberia,2014,Africa,4396554.0,61.8,92.71,4.72,934.0 +Liberia,2015,Africa,4503438.0,63.2,93.01,4.64,958.0 +Libya,1800,Africa,531472.0,33.1,59.53100000000001,7.2,1050.0 +Libya,1810,Africa,534730.0,33.1,59.53100000000001,7.2,1051.0 +Libya,1820,Africa,544295.0,33.1,59.53100000000001,7.2,1053.0 +Libya,1830,Africa,565776.0,33.1,59.53100000000001,7.2,1190.0 +Libya,1840,Africa,594715.0,33.1,59.53100000000001,7.2,1345.0 +Libya,1850,Africa,625135.0,33.1,59.53100000000001,7.2,1521.0 +Libya,1860,Africa,665152.0,33.1,59.53100000000001,7.2,1719.0 +Libya,1870,Africa,707627.0,33.1,59.53100000000001,7.2,1943.0 +Libya,1880,Africa,752589.0,33.1,59.53100000000001,7.2,2196.0 +Libya,1890,Africa,800283.0,33.1,59.53100000000001,7.2,2483.0 +Libya,1900,Africa,851032.0,33.1,59.619,7.2,2806.0 +Libya,1910,Africa,904788.0,33.1,60.24800000000001,7.2,3172.0 +Libya,1920,Africa,958280.0,33.1,61.219,7.2,3586.0 +Libya,1930,Africa,1007296.0,33.1,62.233000000000004,7.2,4062.0 +Libya,1940,Africa,1058818.0,32.8,63.243,7.2,4599.0 +Libya,1950,Africa,1113382.0,38.26,63.44800000000001,7.2,5205.0 +Libya,1951,Africa,1131590.0,38.07,63.468,7.22,5671.0 +Libya,1952,Africa,1152277.0,37.73,63.488,7.25,5965.0 +Libya,1953,Africa,1175887.0,37.66,63.50899999999999,7.29,5936.0 +Libya,1954,Africa,1202737.0,37.89,63.529,7.32,5783.0 +Libya,1955,Africa,1233025.0,38.39,63.55,7.36,7113.0 +Libya,1956,Africa,1266813.0,39.18,63.56999999999999,7.39,8467.0 +Libya,1957,Africa,1304045.0,40.22,65.83,7.43,8625.0 +Libya,1958,Africa,1344561.0,41.5,67.97,7.46,9271.0 +Libya,1959,Africa,1388133.0,42.97,69.97,7.5,9764.0 +Libya,1960,Africa,1434576.0,44.59,71.85000000000002,7.54,12271.0 +Libya,1961,Africa,1483856.0,46.28,73.66,7.57,13113.0 +Libya,1962,Africa,1536196.0,48.0,75.33000000000001,7.61,16919.0 +Libya,1963,Africa,1592111.0,49.69,76.92999999999998,7.64,22194.0 +Libya,1964,Africa,1652294.0,51.28,78.47999999999998,7.68,30463.0 +Libya,1965,Africa,1717255.0,52.77,79.94,7.71,37902.0 +Libya,1966,Africa,1787080.0,54.15,81.34,7.74,43467.0 +Libya,1967,Africa,1861661.0,55.45,82.67999999999998,7.78,47050.0 +Libya,1968,Africa,1941056.0,56.69,83.95,7.81,60948.0 +Libya,1969,Africa,2025282.0,57.88,85.13,7.84,66299.0 +Libya,1970,Africa,2114264.0,59.01,86.22,7.87,67491.0 +Libya,1971,Africa,2208125.0,60.11,87.24000000000002,7.9,61707.0 +Libya,1972,Africa,2306668.0,61.16,88.17,7.93,52706.0 +Libya,1973,Africa,2409101.0,62.16,89.01,7.96,50828.0 +Libya,1974,Africa,2514373.0,63.13,89.77,7.98,41433.0 +Libya,1975,Africa,2621730.0,64.06,90.45,7.99,42903.0 +Libya,1976,Africa,2730373.0,64.95,91.06,7.99,51382.0 +Libya,1977,Africa,2840378.0,65.81,91.6,7.98,55104.0 +Libya,1978,Africa,2952877.0,66.62,92.09,7.94,56017.0 +Libya,1979,Africa,3069540.0,67.4,92.52,7.87,61213.0 +Libya,1980,Africa,3191304.0,68.13,92.92,7.77,59420.0 +Libya,1981,Africa,3318560.0,68.82,93.28,7.62,45426.0 +Libya,1982,Africa,3450078.0,69.46,93.63,7.42,44043.0 +Libya,1983,Africa,3583183.0,70.04,93.95,7.18,40280.0 +Libya,1984,Africa,3714264.0,70.58,94.27,6.9,35408.0 +Libya,1985,Africa,3840635.0,71.09,94.56,6.58,35825.0 +Libya,1986,Africa,3961363.0,71.56,94.84,6.25,30572.0 +Libya,1987,Africa,4076888.0,72.03,95.11,5.91,25010.0 +Libya,1988,Africa,4187631.0,72.48,95.37,5.58,23850.0 +Libya,1989,Africa,4294547.0,72.94,95.61,5.26,24458.0 +Libya,1990,Africa,4398419.0,73.4,95.84,4.97,26928.0 +Libya,1991,Africa,4499210.0,73.7,96.05,4.69,30431.0 +Libya,1992,Africa,4596811.0,73.8,96.24,4.43,28944.0 +Libya,1993,Africa,4691934.0,74.2,96.41,4.18,27251.0 +Libya,1994,Africa,4785488.0,74.4,96.56,3.95,27202.0 +Libya,1995,Africa,4878202.0,74.6,96.69,3.73,23363.0 +Libya,1996,Africa,4970391.0,74.6,96.81,3.54,23533.0 +Libya,1997,Africa,5062160.0,74.8,96.92,3.38,22977.0 +Libya,1998,Africa,5153764.0,74.8,97.01,3.25,22502.0 +Libya,1999,Africa,5245414.0,74.9,97.1,3.14,22235.0 +Libya,2000,Africa,5337264.0,74.8,97.19,3.05,22682.0 +Libya,2001,Africa,5428303.0,75.0,97.27,2.98,21933.0 +Libya,2002,Africa,5518341.0,75.0,97.35,2.93,21390.0 +Libya,2003,Africa,5609166.0,75.1,97.45,2.88,23808.0 +Libya,2004,Africa,5703224.0,75.2,97.56,2.84,24489.0 +Libya,2005,Africa,5801543.0,75.4,97.69,2.79,26967.0 +Libya,2006,Africa,5907149.0,75.5,97.83,2.74,28256.0 +Libya,2007,Africa,6017794.0,75.5,97.98,2.69,29553.0 +Libya,2008,Africa,6123022.0,75.6,98.12,2.64,29853.0 +Libya,2009,Africa,6208680.0,75.7,98.24,2.58,29182.0 +Libya,2010,Africa,6265697.0,75.9,98.34,2.53,30261.0 +Libya,2011,Africa,6288652.0,60.5,98.24,2.47,11358.0 +Libya,2012,Africa,6283403.0,75.5,98.49,2.41,23032.0 +Libya,2013,Africa,6265987.0,75.8,98.55,2.36,19760.0 +Libya,2014,Africa,6258984.0,75.0,98.61,2.3,14887.0 +Libya,2015,Africa,6278438.0,74.1,98.66,2.26,17261.0 +Lithuania,1800,Europe,778655.0,28.9,54.11900000000001,5.76,1270.0 +Lithuania,1810,Europe,778655.0,28.9,54.11900000000001,5.7,1285.0 +Lithuania,1820,Europe,797987.0,28.9,54.11900000000001,5.63,1300.0 +Lithuania,1830,Europe,854817.0,28.9,54.11900000000001,5.56,1387.0 +Lithuania,1840,Europe,936981.0,28.9,54.11900000000001,5.49,1480.0 +Lithuania,1850,Europe,1027042.0,28.9,54.11900000000001,5.43,1579.0 +Lithuania,1860,Europe,1126227.0,28.9,54.11900000000001,5.36,1684.0 +Lithuania,1870,Europe,1234990.0,28.9,54.11900000000001,5.29,1796.0 +Lithuania,1880,Europe,1353535.0,33.17,59.78099999999999,5.23,1916.0 +Lithuania,1890,Europe,1483375.0,37.43,64.833,5.16,1983.0 +Lithuania,1900,Europe,1626629.0,41.7,69.661,4.96,2741.0 +Lithuania,1910,Europe,1783115.0,45.22,73.67699999999998,4.45,3096.0 +Lithuania,1920,Europe,1954935.0,43.0,77.55300000000003,3.94,2387.0 +Lithuania,1930,Europe,2142841.0,53.11,81.82000000000002,3.67,4159.0 +Lithuania,1940,Europe,2348809.0,51.0,86.19600000000001,3.08,5073.0 +Lithuania,1950,Europe,2567402.0,63.59,90.093,2.68,6786.0 +Lithuania,1951,Europe,2569877.0,63.9,90.517,2.69,6707.0 +Lithuania,1952,Europe,2578522.0,64.52,90.923,2.71,7025.0 +Lithuania,1953,Europe,2591999.0,65.14,91.311,2.72,7213.0 +Lithuania,1954,Europe,2609264.0,65.77,91.683,2.72,7444.0 +Lithuania,1955,Europe,2629571.0,66.38,92.039,2.72,7946.0 +Lithuania,1956,Europe,2652489.0,66.99,92.38,2.7,8561.0 +Lithuania,1957,Europe,2677885.0,67.59,92.706,2.67,8591.0 +Lithuania,1958,Europe,2705875.0,68.19,93.018,2.64,9083.0 +Lithuania,1959,Europe,2736748.0,67.73,93.31700000000001,2.59,8831.0 +Lithuania,1960,Europe,2770737.0,70.33,95.146,2.55,9503.0 +Lithuania,1961,Europe,2807763.0,70.52,95.47,2.5,9879.0 +Lithuania,1962,Europe,2847221.0,69.46,95.475,2.46,9989.0 +Lithuania,1963,Europe,2887887.0,70.64,95.658,2.42,9623.0 +Lithuania,1964,Europe,2928182.0,72.0,96.27799999999999,2.38,10728.0 +Lithuania,1965,Europe,2966947.0,71.76,96.772,2.35,11208.0 +Lithuania,1966,Europe,3003571.0,71.92,96.967,2.33,11628.0 +Lithuania,1967,Europe,3038216.0,71.99,97.01,2.32,12024.0 +Lithuania,1968,Europe,3071465.0,71.68,97.11,2.31,12613.0 +Lithuania,1969,Europe,3104292.0,71.3,97.26,2.31,12679.0 +Lithuania,1970,Europe,3137373.0,71.16,97.46,2.31,13539.0 +Lithuania,1971,Europe,3170887.0,72.1,97.65,2.3,13774.0 +Lithuania,1972,Europe,3204466.0,71.34,97.72,2.29,13725.0 +Lithuania,1973,Europe,3237597.0,71.7,97.65,2.27,14749.0 +Lithuania,1974,Europe,3269546.0,71.63,97.54,2.24,15047.0 +Lithuania,1975,Europe,3299819.0,71.24,97.49,2.21,14961.0 +Lithuania,1976,Europe,3328245.0,71.38,97.51,2.17,15533.0 +Lithuania,1977,Europe,3355098.0,71.14,97.56,2.13,15770.0 +Lithuania,1978,Europe,3380879.0,70.93,97.61,2.1,16039.0 +Lithuania,1979,Europe,3406311.0,70.8,97.67,2.07,15843.0 +Lithuania,1980,Europe,3431933.0,70.78,97.75,2.06,15747.0 +Lithuania,1981,Europe,3457365.0,70.77,97.82,2.05,15774.0 +Lithuania,1982,Europe,3482390.0,71.17,97.88,2.05,16042.0 +Lithuania,1983,Europe,3507839.0,71.09,97.94,2.05,16428.0 +Lithuania,1984,Europe,3534804.0,70.6,98.0,2.06,16497.0 +Lithuania,1985,Europe,3563741.0,70.78,98.09,2.06,16510.0 +Lithuania,1986,Europe,3595362.0,72.45,98.2,2.06,17052.0 +Lithuania,1987,Europe,3628532.0,72.26,98.32,2.05,17140.0 +Lithuania,1988,Europe,3659613.0,72.1,98.42,2.03,17378.0 +Lithuania,1989,Europe,3683711.0,71.79,98.45,2.0,17564.0 +Lithuania,1990,Europe,3697393.0,71.5,98.35,1.96,17041.0 +Lithuania,1991,Europe,3699352.0,70.5,98.16,1.91,16038.0 +Lithuania,1992,Europe,3690788.0,70.3,98.02,1.85,12629.0 +Lithuania,1993,Europe,3673906.0,69.1,98.03,1.78,10615.0 +Lithuania,1994,Europe,3652120.0,68.7,98.16,1.71,9599.0 +Lithuania,1995,Europe,3628079.0,69.0,98.34,1.64,10115.0 +Lithuania,1996,Europe,3602164.0,70.2,98.52,1.57,10606.0 +Lithuania,1997,Europe,3574014.0,71.1,98.65,1.5,11360.0 +Lithuania,1998,Europe,3544668.0,71.3,98.72,1.44,12200.0 +Lithuania,1999,Europe,3515218.0,71.8,98.77,1.38,12002.0 +Lithuania,2000,Europe,3486373.0,72.1,98.82,1.34,12484.0 +Lithuania,2001,Europe,3458923.0,71.6,98.87,1.31,13314.0 +Lithuania,2002,Europe,3432663.0,72.1,98.91,1.29,14268.0 +Lithuania,2003,Europe,3406030.0,72.1,98.94,1.29,15709.0 +Lithuania,2004,Europe,3376761.0,72.2,98.97,1.3,16913.0 +Lithuania,2005,Europe,3343268.0,71.7,99.01,1.33,18256.0 +Lithuania,2006,Europe,3305529.0,71.5,99.06,1.35,19923.0 +Lithuania,2007,Europe,3264304.0,71.4,99.12,1.39,22396.0 +Lithuania,2008,Europe,3219802.0,72.1,99.18,1.42,23223.0 +Lithuania,2009,Europe,3172436.0,73.6,99.26,1.45,20003.0 +Lithuania,2010,Europe,3122835.0,73.9,99.32,1.47,20758.0 +Lithuania,2011,Europe,3070593.0,74.3,99.39,1.49,22530.0 +Lithuania,2012,Europe,3016496.0,74.7,99.45,1.5,23711.0 +Lithuania,2013,Europe,2963810.0,74.9,99.51,1.52,24732.0 +Lithuania,2014,Europe,2916798.0,75.0,99.56,1.53,25708.0 +Lithuania,2015,Europe,2878405.0,75.2,99.6,1.55,26665.0 +Luxembourg,1800,Europe,127030.0,36.9,64.255,4.78,1453.0 +Luxembourg,1810,Europe,127030.0,36.9,64.255,4.75,1455.0 +Luxembourg,1820,Europe,129245.0,36.9,64.255,4.73,1457.0 +Luxembourg,1830,Europe,135676.0,36.9,64.255,4.7,1640.0 +Luxembourg,1840,Europe,144799.0,36.9,64.255,4.64,1846.0 +Luxembourg,1850,Europe,154534.0,36.9,64.255,4.57,2077.0 +Luxembourg,1860,Europe,164944.0,36.9,64.255,4.53,2338.0 +Luxembourg,1870,Europe,176056.0,36.9,64.255,4.43,2631.0 +Luxembourg,1880,Europe,187865.0,37.4,64.833,4.26,2961.0 +Luxembourg,1890,Europe,200461.0,42.44,70.33500000000001,3.78,3333.0 +Luxembourg,1900,Europe,213965.0,47.47,75.506,4.04,3751.0 +Luxembourg,1910,Europe,228340.0,49.66,77.91900000000003,3.92,4221.0 +Luxembourg,1920,Europe,243705.0,54.62,82.594,2.83,5731.0 +Luxembourg,1930,Europe,260091.0,56.8,84.72999999999998,2.71,8519.0 +Luxembourg,1940,Europe,277578.0,61.95,88.698,1.72,12656.0 +Luxembourg,1950,Europe,296001.0,65.21,91.047,1.87,18793.0 +Luxembourg,1951,Europe,297588.0,65.38,91.796,1.9,17504.0 +Luxembourg,1952,Europe,299499.0,65.71,92.483,1.95,18535.0 +Luxembourg,1953,Europe,301505.0,66.04,93.112,2.01,19082.0 +Luxembourg,1954,Europe,303452.0,66.37,93.688,2.06,18757.0 +Luxembourg,1955,Europe,305265.0,66.67,94.216,2.12,19501.0 +Luxembourg,1956,Europe,306943.0,66.98,94.7,2.17,20392.0 +Luxembourg,1957,Europe,308562.0,67.27,95.14399999999999,2.22,21516.0 +Luxembourg,1958,Europe,310260.0,67.55,95.55,2.27,21591.0 +Luxembourg,1959,Europe,312216.0,67.83,95.922,2.31,21558.0 +Luxembourg,1960,Europe,314586.0,68.99,96.264,2.35,22285.0 +Luxembourg,1961,Europe,317442.0,69.49,96.787,2.38,23005.0 +Luxembourg,1962,Europe,320704.0,68.59,96.418,2.39,23148.0 +Luxembourg,1963,Europe,324127.0,68.8,96.65700000000001,2.39,23269.0 +Luxembourg,1964,Europe,327361.0,68.98,97.08,2.37,25235.0 +Luxembourg,1965,Europe,330164.0,69.31,97.19,2.34,25359.0 +Luxembourg,1966,Europe,332421.0,69.21,97.3,2.29,25371.0 +Luxembourg,1967,Europe,334231.0,69.59,97.41,2.22,25163.0 +Luxembourg,1968,Europe,335831.0,70.17,97.53,2.14,26273.0 +Luxembourg,1969,Europe,337565.0,69.73,97.64,2.05,29081.0 +Luxembourg,1970,Europe,339673.0,69.47,97.76,1.96,29363.0 +Luxembourg,1971,Europe,342224.0,69.35,97.89,1.87,29877.0 +Luxembourg,1972,Europe,345108.0,70.59,98.0,1.78,31508.0 +Luxembourg,1973,Europe,348173.0,70.34,98.12,1.7,33777.0 +Luxembourg,1974,Europe,351190.0,70.42,98.23,1.63,34948.0 +Luxembourg,1975,Europe,353984.0,70.37,98.33,1.57,32351.0 +Luxembourg,1976,Europe,356563.0,70.31,98.42,1.53,32993.0 +Luxembourg,1977,Europe,358961.0,71.61,98.49,1.5,33506.0 +Luxembourg,1978,Europe,361078.0,71.57,98.56,1.48,34756.0 +Luxembourg,1979,Europe,362791.0,72.25,98.62,1.46,35697.0 +Luxembourg,1980,Europe,364044.0,72.42,98.67,1.46,35908.0 +Luxembourg,1981,Europe,364779.0,72.22,98.71,1.45,35680.0 +Luxembourg,1982,Europe,365098.0,72.31,98.75,1.45,36047.0 +Luxembourg,1983,Europe,365301.0,73.19,98.8,1.45,37142.0 +Luxembourg,1984,Europe,365795.0,72.94,98.84,1.45,39480.0 +Luxembourg,1985,Europe,366884.0,73.51,98.88,1.45,40621.0 +Luxembourg,1986,Europe,368662.0,74.44,98.93,1.46,44557.0 +Luxembourg,1987,Europe,371079.0,73.97,98.98,1.47,46150.0 +Luxembourg,1988,Europe,374117.0,74.57,99.02,1.5,50010.0 +Luxembourg,1989,Europe,377708.0,74.49,99.07,1.53,54556.0 +Luxembourg,1990,Europe,381787.0,75.2,99.12,1.56,56922.0 +Luxembourg,1991,Europe,386355.0,75.5,99.17,1.6,61019.0 +Luxembourg,1992,Europe,391400.0,75.8,99.23,1.64,61310.0 +Luxembourg,1993,Europe,396807.0,76.2,99.27,1.67,63033.0 +Luxembourg,1994,Europe,402431.0,76.5,99.32,1.69,64557.0 +Luxembourg,1995,Europe,408148.0,76.9,99.36,1.71,64568.0 +Luxembourg,1996,Europe,414000.0,77.1,99.4,1.72,64660.0 +Luxembourg,1997,Europe,419974.0,77.4,99.43,1.72,67646.0 +Luxembourg,1998,Europe,425830.0,77.7,99.46,1.72,71147.0 +Luxembourg,1999,Europe,431264.0,78.1,99.49,1.71,76102.0 +Luxembourg,2000,Europe,436107.0,78.5,99.52,1.7,81425.0 +Luxembourg,2001,Europe,440198.0,78.7,99.54,1.68,82071.0 +Luxembourg,2002,Europe,443729.0,79.0,99.57,1.67,83876.0 +Luxembourg,2003,Europe,447321.0,79.1,99.59,1.65,83849.0 +Luxembourg,2004,Europe,451826.0,79.5,99.62,1.64,86738.0 +Luxembourg,2005,Europe,457847.0,80.0,99.65,1.63,88944.0 +Luxembourg,2006,Europe,465546.0,80.3,99.67,1.62,91810.0 +Luxembourg,2007,Europe,474705.0,80.6,99.7,1.62,96245.0 +Luxembourg,2008,Europe,485079.0,81.0,99.72,1.63,95001.0 +Luxembourg,2009,Europe,496257.0,81.2,99.74,1.63,88284.0 +Luxembourg,2010,Europe,507889.0,81.3,99.76,1.64,91147.0 +Luxembourg,2011,Europe,519981.0,81.5,99.77,1.65,91469.0 +Luxembourg,2012,Europe,532479.0,81.7,99.79,1.66,89153.0 +Luxembourg,2013,Europe,544885.0,81.9,99.8,1.67,88850.0 +Luxembourg,2014,Europe,556573.0,82.1,99.8,1.68,88203.0 +Luxembourg,2015,Europe,567110.0,82.2,99.81,1.69,88314.0 +"Macedonia, FYR",1800,Europe,391865.0,36.1,60.31999999999999,5.9,690.0 +"Macedonia, FYR",1810,Europe,391865.0,36.1,60.472,5.9,691.0 +"Macedonia, FYR",1820,Europe,401178.0,36.1,60.62300000000001,5.9,692.0 +"Macedonia, FYR",1830,Europe,428506.0,36.1,60.773,5.9,751.0 +"Macedonia, FYR",1840,Europe,467910.0,36.1,60.923,5.9,815.0 +"Macedonia, FYR",1850,Europe,510936.0,36.1,61.073,5.9,884.0 +"Macedonia, FYR",1860,Europe,558999.0,36.1,61.22099999999999,5.51,919.0 +"Macedonia, FYR",1870,Europe,611581.0,36.1,61.36999999999999,6.0,956.0 +"Macedonia, FYR",1880,Europe,668778.0,36.1,61.516999999999996,5.45,1136.0 +"Macedonia, FYR",1890,Europe,731284.0,36.1,61.663999999999994,5.4,1349.0 +"Macedonia, FYR",1900,Europe,800063.0,36.1,61.81099999999999,5.68,1446.0 +"Macedonia, FYR",1910,Europe,875036.0,36.1,65.0,5.23,1697.0 +"Macedonia, FYR",1920,Europe,956669.0,36.1,67.923,4.94,1658.0 +"Macedonia, FYR",1930,Europe,1044639.0,41.38,70.602,4.66,2134.0 +"Macedonia, FYR",1940,Europe,1140699.0,46.66,77.208,4.37,2280.0 +"Macedonia, FYR",1950,Europe,1254444.0,53.15,82.662,4.09,2542.0 +"Macedonia, FYR",1951,Europe,1290413.0,53.65,82.536,4.07,2610.0 +"Macedonia, FYR",1952,Europe,1320984.0,54.61,82.40899999999998,4.03,2377.0 +"Macedonia, FYR",1953,Europe,1347465.0,55.53,82.281,3.99,2697.0 +"Macedonia, FYR",1954,Europe,1370978.0,56.4,82.152,3.95,2813.0 +"Macedonia, FYR",1955,Europe,1392450.0,57.25,82.02199999999998,3.92,2955.0 +"Macedonia, FYR",1956,Europe,1412614.0,58.04,81.891,3.88,2865.0 +"Macedonia, FYR",1957,Europe,1432014.0,58.79,81.76,3.84,3315.0 +"Macedonia, FYR",1958,Europe,1451017.0,59.51,81.62700000000002,3.81,3425.0 +"Macedonia, FYR",1959,Europe,1469848.0,60.2,81.49300000000002,3.77,3812.0 +"Macedonia, FYR",1960,Europe,1488664.0,60.85,81.35900000000002,3.72,4017.0 +"Macedonia, FYR",1961,Europe,1507653.0,61.49,82.12899999999998,3.67,4159.0 +"Macedonia, FYR",1962,Europe,1527105.0,62.11,82.868,3.6,4197.0 +"Macedonia, FYR",1963,Europe,1547445.0,62.72,83.57600000000002,3.53,4592.0 +"Macedonia, FYR",1964,Europe,1569143.0,63.32,84.255,3.45,4987.0 +"Macedonia, FYR",1965,Europe,1592434.0,63.92,84.906,3.36,5075.0 +"Macedonia, FYR",1966,Europe,1617797.0,64.51,85.53,3.27,5300.0 +"Macedonia, FYR",1967,Europe,1644944.0,65.08,86.12799999999999,3.19,5347.0 +"Macedonia, FYR",1968,Europe,1672401.0,65.62,86.70200000000001,3.11,5417.0 +"Macedonia, FYR",1969,Europe,1698140.0,66.14,87.25200000000002,3.04,5978.0 +"Macedonia, FYR",1970,Europe,1720798.0,66.63,87.779,2.98,6221.0 +"Macedonia, FYR",1971,Europe,1739525.0,67.08,88.60600000000002,2.93,6881.0 +"Macedonia, FYR",1972,Europe,1754954.0,67.48,89.37799999999999,2.88,7057.0 +"Macedonia, FYR",1973,Europe,1768996.0,67.83,90.098,2.83,7235.0 +"Macedonia, FYR",1974,Europe,1784395.0,68.14,90.768,2.79,8100.0 +"Macedonia, FYR",1975,Europe,1803009.0,68.41,91.39399999999999,2.75,8033.0 +"Macedonia, FYR",1976,Europe,1825554.0,68.61,91.977,2.7,8207.0 +"Macedonia, FYR",1977,Europe,1851068.0,68.76,92.52,2.67,8727.0 +"Macedonia, FYR",1978,Europe,1877687.0,68.88,93.027,2.63,9133.0 +"Macedonia, FYR",1979,Europe,1902718.0,68.98,93.499,2.6,9682.0 +"Macedonia, FYR",1980,Europe,1924194.0,69.08,93.801,2.57,10094.0 +"Macedonia, FYR",1981,Europe,1941445.0,69.21,94.35,2.54,10216.0 +"Macedonia, FYR",1982,Europe,1954990.0,69.4,94.5,2.51,10229.0 +"Macedonia, FYR",1983,Europe,1965488.0,69.63,94.7,2.47,10264.0 +"Macedonia, FYR",1984,Europe,1974069.0,69.92,94.92,2.44,10471.0 +"Macedonia, FYR",1985,Europe,1981532.0,70.26,95.05,2.4,10505.0 +"Macedonia, FYR",1986,Europe,1988401.0,70.6,95.12,2.37,10885.0 +"Macedonia, FYR",1987,Europe,1994368.0,70.93,95.27,2.34,10717.0 +"Macedonia, FYR",1988,Europe,1998471.0,71.23,95.61,2.31,10524.0 +"Macedonia, FYR",1989,Europe,1999338.0,71.48,96.03,2.28,10350.0 +"Macedonia, FYR",1990,Europe,1996227.0,71.7,96.34,2.24,9563.0 +"Macedonia, FYR",1991,Europe,1988458.0,71.7,96.5,2.21,8995.0 +"Macedonia, FYR",1992,Europe,1977033.0,71.6,96.65,2.16,8454.0 +"Macedonia, FYR",1993,Europe,1964924.0,71.5,96.89,2.11,7878.0 +"Macedonia, FYR",1994,Europe,1956165.0,71.7,97.22,2.05,7779.0 +"Macedonia, FYR",1995,Europe,1953544.0,71.8,97.54,1.99,7700.0 +"Macedonia, FYR",1996,Europe,1958303.0,72.1,97.82,1.92,7759.0 +"Macedonia, FYR",1997,Europe,1969345.0,72.3,98.04,1.85,7805.0 +"Macedonia, FYR",1998,Europe,1984242.0,72.4,98.19,1.79,7983.0 +"Macedonia, FYR",1999,Europe,1999362.0,72.6,98.31,1.73,8242.0 +"Macedonia, FYR",2000,Europe,2012051.0,72.9,98.4,1.68,8543.0 +"Macedonia, FYR",2001,Europe,2021585.0,73.0,98.48,1.64,8229.0 +"Macedonia, FYR",2002,Europe,2028706.0,73.3,98.55,1.6,8314.0 +"Macedonia, FYR",2003,Europe,2033974.0,73.4,98.58,1.57,8473.0 +"Macedonia, FYR",2004,Europe,2038444.0,73.6,98.6,1.54,8848.0 +"Macedonia, FYR",2005,Europe,2042894.0,73.8,98.63,1.52,9247.0 +"Macedonia, FYR",2006,Europe,2047330.0,74.1,98.68,1.5,9704.0 +"Macedonia, FYR",2007,Europe,2051427.0,74.3,98.75,1.49,10319.0 +"Macedonia, FYR",2008,Europe,2055266.0,74.5,98.82,1.47,10872.0 +"Macedonia, FYR",2009,Europe,2058920.0,74.7,98.9,1.46,10824.0 +"Macedonia, FYR",2010,Europe,2062443.0,75.2,99.01,1.45,11179.0 +"Macedonia, FYR",2011,Europe,2065888.0,75.6,99.14,1.44,11431.0 +"Macedonia, FYR",2012,Europe,2069270.0,75.8,99.26,1.44,11370.0 +"Macedonia, FYR",2013,Europe,2072543.0,76.0,99.34,1.43,11664.0 +"Macedonia, FYR",2014,Europe,2075625.0,76.2,99.4,1.43,12096.0 +"Macedonia, FYR",2015,Europe,2078453.0,76.5,99.45,1.43,12547.0 +Madagascar,1800,Africa,1543133.0,30.5,56.287,6.89,573.0 +Madagascar,1810,Africa,1612106.0,30.5,56.287,6.89,574.0 +Madagascar,1820,Africa,1694950.0,30.5,56.287,6.89,574.0 +Madagascar,1830,Africa,1803292.0,30.5,56.287,6.89,603.0 +Madagascar,1840,Africa,1930536.0,30.5,56.287,6.89,633.0 +Madagascar,1850,Africa,2066759.0,30.5,56.287,6.89,664.0 +Madagascar,1860,Africa,2211039.0,30.5,56.287,6.89,697.0 +Madagascar,1870,Africa,2365391.0,30.5,56.287,6.89,731.0 +Madagascar,1880,Africa,2529772.0,30.5,56.287,6.89,767.0 +Madagascar,1890,Africa,2705491.0,30.5,56.287,6.89,805.0 +Madagascar,1900,Africa,2894356.0,30.5,56.382,6.89,845.0 +Madagascar,1910,Africa,3095828.0,30.5,57.06100000000001,6.89,887.0 +Madagascar,1920,Africa,3312615.0,30.5,58.083,6.89,1033.0 +Madagascar,1930,Africa,3546360.0,30.5,59.414,6.97,1269.0 +Madagascar,1940,Africa,3796599.0,30.5,61.927,7.14,1559.0 +Madagascar,1950,Africa,4083554.0,36.35,69.313,7.3,1913.0 +Madagascar,1951,Africa,4167827.0,36.69,69.809,7.3,1956.0 +Madagascar,1952,Africa,4256120.0,37.28,70.49300000000002,7.3,1999.0 +Madagascar,1953,Africa,4348239.0,37.86,71.199,7.3,2041.0 +Madagascar,1954,Africa,4444061.0,38.45,71.84100000000002,7.3,2083.0 +Madagascar,1955,Africa,4543542.0,39.03,72.59299999999998,7.3,2126.0 +Madagascar,1956,Africa,4646714.0,39.62,73.94000000000003,7.3,2169.0 +Madagascar,1957,Africa,4753685.0,40.21,75.22,7.3,2211.0 +Madagascar,1958,Africa,4864631.0,40.79,76.43900000000002,7.3,2254.0 +Madagascar,1959,Africa,4979779.0,41.38,77.598,7.3,2295.0 +Madagascar,1960,Africa,5099371.0,41.96,78.7,7.3,2284.0 +Madagascar,1961,Africa,5223621.0,42.54,79.74799999999998,7.3,2288.0 +Madagascar,1962,Africa,5352674.0,43.12,80.745,7.3,2296.0 +Madagascar,1963,Africa,5486593.0,43.7,81.694,7.3,2230.0 +Madagascar,1964,Africa,5625401.0,44.28,82.596,7.3,2273.0 +Madagascar,1965,Africa,5769219.0,44.85,83.45299999999997,7.3,2218.0 +Madagascar,1966,Africa,5918060.0,45.43,84.023,7.3,2218.0 +Madagascar,1967,Africa,6072270.0,46.01,84.60499999999998,7.31,2293.0 +Madagascar,1968,Africa,6232704.0,46.6,85.14,7.32,2398.0 +Madagascar,1969,Africa,6400454.0,47.18,84.98,7.32,2436.0 +Madagascar,1970,Africa,6576301.0,47.77,84.81,7.33,2509.0 +Madagascar,1971,Africa,6760352.0,48.36,84.63000000000002,7.33,2551.0 +Madagascar,1972,Africa,6952383.0,48.94,84.43,7.32,2463.0 +Madagascar,1973,Africa,7152391.0,49.5,84.17999999999998,7.3,2346.0 +Madagascar,1974,Africa,7360271.0,50.06,83.89999999999998,7.27,2339.0 +Madagascar,1975,Africa,7575757.0,50.59,83.65,7.22,2314.0 +Madagascar,1976,Africa,7799642.0,51.12,83.41000000000003,7.13,2187.0 +Madagascar,1977,Africa,8031589.0,51.63,83.2,7.01,2184.0 +Madagascar,1978,Africa,8268902.0,52.12,82.99,6.86,2074.0 +Madagascar,1979,Africa,8507958.0,52.58,82.78,6.69,2218.0 +Madagascar,1980,Africa,8746516.0,53.01,82.54,6.51,2177.0 +Madagascar,1981,Africa,8983494.0,53.36,82.24000000000002,6.36,1936.0 +Madagascar,1982,Africa,9220693.0,53.64,81.97,6.24,1850.0 +Madagascar,1983,Africa,9462343.0,53.86,81.76,6.17,1814.0 +Madagascar,1984,Africa,9714342.0,54.03,81.69,6.14,1700.0 +Madagascar,1985,Africa,9981113.0,54.19,81.76,6.15,1691.0 +Madagascar,1986,Africa,10264368.0,54.38,81.99000000000002,6.18,1657.0 +Madagascar,1987,Africa,10563491.0,54.63,82.35,6.23,1646.0 +Madagascar,1988,Africa,10877757.0,54.98,82.83,6.26,1626.0 +Madagascar,1989,Africa,11205548.0,55.43,83.38,6.27,1645.0 +Madagascar,1990,Africa,11545782.0,56.0,83.93,6.26,1661.0 +Madagascar,1991,Africa,11898267.0,56.2,84.42,6.23,1510.0 +Madagascar,1992,Africa,12263899.0,56.4,84.87,6.18,1482.0 +Madagascar,1993,Africa,12643864.0,56.3,85.28999999999998,6.13,1468.0 +Madagascar,1994,Africa,13039754.0,56.8,85.71,6.07,1422.0 +Madagascar,1995,Africa,13452526.0,57.2,86.16,6.0,1402.0 +Madagascar,1996,Africa,13882646.0,57.6,86.66,5.92,1388.0 +Madagascar,1997,Africa,14329239.0,58.0,87.22999999999998,5.84,1394.0 +Madagascar,1998,Africa,14790245.0,58.3,87.83,5.75,1404.0 +Madagascar,1999,Africa,15262817.0,58.8,88.44999999999996,5.65,1424.0 +Madagascar,2000,Africa,15744811.0,59.1,89.08,5.55,1446.0 +Madagascar,2001,Africa,16235767.0,59.6,89.69,5.44,1487.0 +Madagascar,2002,Africa,16736029.0,59.8,90.28,5.34,1259.0 +Madagascar,2003,Africa,17245275.0,60.1,90.85,5.23,1342.0 +Madagascar,2004,Africa,17763367.0,60.6,91.41,5.13,1371.0 +Madagascar,2005,Africa,18290394.0,61.2,91.94,5.04,1393.0 +Madagascar,2006,Africa,18826129.0,61.7,92.46,4.95,1421.0 +Madagascar,2007,Africa,19371031.0,62.0,92.92,4.87,1468.0 +Madagascar,2008,Africa,19926798.0,62.2,93.33,4.79,1528.0 +Madagascar,2009,Africa,20495706.0,62.3,93.67,4.72,1426.0 +Madagascar,2010,Africa,21079532.0,62.4,93.97,4.65,1390.0 +Madagascar,2011,Africa,21678867.0,62.6,94.22,4.59,1372.0 +Madagascar,2012,Africa,22293720.0,62.8,94.45,4.53,1374.0 +Madagascar,2013,Africa,22924557.0,63.0,94.66,4.47,1369.0 +Madagascar,2014,Africa,23571713.0,63.3,94.85,4.41,1371.0 +Madagascar,2015,Africa,24235390.0,63.5,95.04,4.35,1400.0 +Malawi,1800,Africa,737000.0,30.3,56.021,6.78,350.0 +Malawi,1810,Africa,737000.0,30.3,56.021,6.78,350.0 +Malawi,1820,Africa,737000.0,30.3,56.021,6.78,351.0 +Malawi,1830,Africa,737000.0,30.3,56.021,6.78,351.0 +Malawi,1840,Africa,737000.0,30.3,56.021,6.78,352.0 +Malawi,1850,Africa,737000.0,30.3,56.021,6.78,353.0 +Malawi,1860,Africa,741675.0,30.3,56.021,6.78,353.0 +Malawi,1870,Africa,746350.0,30.3,56.021,6.78,354.0 +Malawi,1880,Africa,751025.0,30.3,56.021,6.78,354.0 +Malawi,1890,Africa,755700.0,30.3,56.021,6.78,355.0 +Malawi,1900,Africa,780171.0,30.3,56.11600000000002,6.78,355.0 +Malawi,1910,Africa,979129.0,30.3,56.799,6.78,356.0 +Malawi,1920,Africa,1226438.0,30.3,57.82700000000001,6.78,356.0 +Malawi,1930,Africa,1601481.0,30.3,59.219,6.78,356.0 +Malawi,1940,Africa,1957205.0,30.3,60.633,6.78,355.0 +Malawi,1950,Africa,2953871.0,36.35,62.24700000000001,6.79,355.0 +Malawi,1951,Africa,3008074.0,36.45,62.405,6.78,363.0 +Malawi,1952,Africa,3065030.0,36.62,62.56200000000001,6.78,371.0 +Malawi,1953,Africa,3124731.0,36.81,62.719,6.78,380.0 +Malawi,1954,Africa,3187172.0,37.02,62.87499999999999,6.79,388.0 +Malawi,1955,Africa,3252341.0,37.24,63.03000000000001,6.8,387.0 +Malawi,1956,Africa,3320222.0,37.48,63.185,6.81,410.0 +Malawi,1957,Africa,3390798.0,37.72,63.339,6.83,418.0 +Malawi,1958,Africa,3464050.0,37.99,63.493,6.86,424.0 +Malawi,1959,Africa,3539975.0,38.25,63.646,6.88,429.0 +Malawi,1960,Africa,3618604.0,38.51,63.798,6.91,430.0 +Malawi,1961,Africa,3700032.0,38.76,63.95,6.95,441.0 +Malawi,1962,Africa,3784444.0,39.02,64.13,6.98,429.0 +Malawi,1963,Africa,3872124.0,39.25,64.33,7.02,411.0 +Malawi,1964,Africa,3963424.0,39.49,64.48,7.06,391.0 +Malawi,1965,Africa,4058680.0,39.75,64.65,7.1,433.0 +Malawi,1966,Africa,4158132.0,40.03,64.86000000000001,7.14,464.0 +Malawi,1967,Africa,4262013.0,40.36,64.99,7.18,496.0 +Malawi,1968,Africa,4370664.0,40.73,65.16999999999999,7.22,477.0 +Malawi,1969,Africa,4484456.0,41.16,65.42,7.26,494.0 +Malawi,1970,Africa,4603739.0,41.62,65.8,7.3,489.0 +Malawi,1971,Africa,4728693.0,42.09,66.31,7.35,545.0 +Malawi,1972,Africa,4859569.0,42.55,66.97,7.39,585.0 +Malawi,1973,Africa,4996861.0,43.0,67.73,7.43,616.0 +Malawi,1974,Africa,5141138.0,43.41,68.55,7.48,639.0 +Malawi,1975,Africa,5292816.0,43.79,69.41999999999999,7.52,643.0 +Malawi,1976,Africa,5454839.0,44.16,70.36,7.56,649.0 +Malawi,1977,Africa,5627788.0,44.54,71.37,7.58,662.0 +Malawi,1978,Africa,5807170.0,44.92,72.41,7.61,703.0 +Malawi,1979,Africa,5986639.0,45.31,73.46000000000002,7.62,714.0 +Malawi,1980,Africa,6163225.0,45.72,74.33999999999997,7.62,698.0 +Malawi,1981,Africa,6327344.0,46.13,75.05999999999997,7.62,606.0 +Malawi,1982,Africa,6483571.0,46.53,75.5,7.61,600.0 +Malawi,1983,Africa,6659453.0,46.91,75.63,7.6,609.0 +Malawi,1984,Africa,6892527.0,47.26,75.48,7.58,612.0 +Malawi,1985,Africa,7205635.0,47.6,75.18,7.55,614.0 +Malawi,1986,Africa,7617137.0,47.9,74.96000000000002,7.49,594.0 +Malawi,1987,Africa,8108484.0,48.17,74.98,7.4,554.0 +Malawi,1988,Africa,8620942.0,48.42,75.25999999999998,7.29,540.0 +Malawi,1989,Africa,9073088.0,48.64,75.75,7.15,535.0 +Malawi,1990,Africa,9408998.0,48.8,76.41,7.0,540.0 +Malawi,1991,Africa,9604199.0,48.6,77.22,6.85,575.0 +Malawi,1992,Africa,9682918.0,48.3,78.03999999999998,6.72,527.0 +Malawi,1993,Africa,9697635.0,48.0,78.77,6.61,576.0 +Malawi,1994,Africa,9725612.0,47.4,79.36,6.54,514.0 +Malawi,1995,Africa,9822812.0,46.9,79.81,6.48,593.0 +Malawi,1996,Africa,10006767.0,46.3,80.18,6.45,625.0 +Malawi,1997,Africa,10260421.0,45.8,80.54,6.41,633.0 +Malawi,1998,Africa,10563554.0,45.3,81.01,6.37,639.0 +Malawi,1999,Africa,10882543.0,45.1,81.73,6.32,640.0 +Malawi,2000,Africa,11193230.0,45.4,82.72,6.25,632.0 +Malawi,2001,Africa,11491824.0,45.9,83.93,6.19,585.0 +Malawi,2002,Africa,11788731.0,46.4,85.25,6.12,580.0 +Malawi,2003,Africa,12090476.0,47.0,86.50999999999998,6.06,596.0 +Malawi,2004,Africa,12407618.0,47.5,87.55,6.0,609.0 +Malawi,2005,Africa,12747846.0,48.5,88.35,5.95,609.0 +Malawi,2006,Africa,13112383.0,49.6,88.94999999999996,5.9,604.0 +Malawi,2007,Africa,13498377.0,51.0,89.42,5.84,641.0 +Malawi,2008,Africa,13904671.0,52.4,89.89,5.78,674.0 +Malawi,2009,Africa,14329056.0,53.9,90.35,5.71,713.0 +Malawi,2010,Africa,14769824.0,55.4,90.8,5.64,737.0 +Malawi,2011,Africa,15226813.0,56.6,91.43,5.55,747.0 +Malawi,2012,Africa,15700436.0,58.0,92.14,5.47,740.0 +Malawi,2013,Africa,16190126.0,59.3,92.74,5.39,757.0 +Malawi,2014,Africa,16695253.0,60.1,93.18,5.31,778.0 +Malawi,2015,Africa,17215232.0,60.5,93.46,5.23,799.0 +Malaysia,1800,Asia,287000.0,30.6,56.42100000000001,5.45,997.0 +Malaysia,1810,Asia,287000.0,30.6,56.42100000000001,5.45,999.0 +Malaysia,1820,Asia,303530.0,30.6,56.42100000000001,5.45,1000.0 +Malaysia,1830,Asia,354816.0,30.6,56.42100000000001,5.45,1021.0 +Malaysia,1840,Asia,435313.0,30.6,56.42100000000001,5.45,1042.0 +Malaysia,1850,Asia,534296.0,30.6,56.42100000000001,5.45,1063.0 +Malaysia,1860,Asia,655673.0,30.6,56.42100000000001,5.45,1085.0 +Malaysia,1870,Asia,839427.0,30.6,56.42100000000001,5.45,1108.0 +Malaysia,1880,Asia,1139039.0,30.6,56.42100000000001,5.45,1162.0 +Malaysia,1890,Asia,1589037.0,30.6,56.42100000000001,5.45,1218.0 +Malaysia,1900,Asia,2204405.0,30.6,56.515,5.45,1278.0 +Malaysia,1910,Asia,2875649.0,30.6,57.192,5.45,1340.0 +Malaysia,1920,Asia,3525501.0,30.6,58.214,5.45,1902.0 +Malaysia,1930,Asia,4389308.0,30.6,59.24499999999999,4.94,2908.0 +Malaysia,1940,Asia,5404596.0,42.04,72.577,5.45,2344.0 +Malaysia,1950,Asia,6109907.0,53.7,83.49799999999998,6.2,2933.0 +Malaysia,1951,Asia,6261916.0,54.05,84.43299999999998,6.21,2715.0 +Malaysia,1952,Asia,6433161.0,54.72,85.31500000000003,6.23,2780.0 +Malaysia,1953,Asia,6618274.0,55.39,86.14699999999998,6.24,2726.0 +Malaysia,1954,Asia,6813378.0,56.06,86.931,6.25,2827.0 +Malaysia,1955,Asia,7016097.0,56.72,87.67200000000003,6.26,2776.0 +Malaysia,1956,Asia,7225624.0,57.37,88.37,6.26,2868.0 +Malaysia,1957,Asia,7442649.0,58.01,89.0,6.26,2776.0 +Malaysia,1958,Asia,7669106.0,58.65,89.60000000000002,6.25,2702.0 +Malaysia,1959,Asia,7907762.0,59.27,90.17,6.23,2811.0 +Malaysia,1960,Asia,8160975.0,59.89,90.72,6.19,2937.0 +Malaysia,1961,Asia,8429369.0,60.48,91.22,6.14,3061.0 +Malaysia,1962,Asia,8710678.0,61.07,91.69,6.05,3152.0 +Malaysia,1963,Asia,8999247.0,61.63,92.12,5.94,3220.0 +Malaysia,1964,Asia,9287442.0,62.17,92.53,5.81,3338.0 +Malaysia,1965,Asia,9569784.0,62.71,92.9,5.66,3491.0 +Malaysia,1966,Asia,9844116.0,63.21,93.25,5.49,3578.0 +Malaysia,1967,Asia,10111920.0,63.7,93.57,5.33,3552.0 +Malaysia,1968,Asia,10375877.0,64.17,93.87,5.17,3774.0 +Malaysia,1969,Asia,10640347.0,64.63,94.15,5.01,3902.0 +Malaysia,1970,Asia,10908634.0,65.08,94.42,4.87,4051.0 +Malaysia,1971,Asia,11182078.0,65.51,94.69,4.74,4252.0 +Malaysia,1972,Asia,11460080.0,65.93,94.95,4.6,4468.0 +Malaysia,1973,Asia,11741849.0,66.34,95.22,4.47,5000.0 +Malaysia,1974,Asia,12025930.0,66.73,95.48,4.34,5255.0 +Malaysia,1975,Asia,12311782.0,67.13,95.75,4.21,5182.0 +Malaysia,1976,Asia,12599655.0,67.5,96.0,4.09,5699.0 +Malaysia,1977,Asia,12891715.0,67.86,96.26,3.99,6028.0 +Malaysia,1978,Asia,13191699.0,68.21,96.5,3.91,6414.0 +Malaysia,1979,Asia,13504433.0,68.56,96.73,3.84,6785.0 +Malaysia,1980,Asia,13833739.0,68.89,96.95,3.79,7183.0 +Malaysia,1981,Asia,14180093.0,69.22,97.15,3.75,7517.0 +Malaysia,1982,Asia,14543585.0,69.53,97.34,3.73,7779.0 +Malaysia,1983,Asia,14926976.0,69.84,97.52,3.7,8065.0 +Malaysia,1984,Asia,15333369.0,70.14,97.68,3.68,8488.0 +Malaysia,1985,Asia,15764340.0,70.45,97.82,3.66,8198.0 +Malaysia,1986,Asia,16221767.0,70.73,97.95,3.63,8101.0 +Malaysia,1987,Asia,16703500.0,71.01,98.06,3.6,8333.0 +Malaysia,1988,Asia,17202032.0,71.28,98.16,3.58,8860.0 +Malaysia,1989,Asia,17707064.0,71.54,98.26,3.55,9476.0 +Malaysia,1990,Asia,18211097.0,71.8,98.34,3.52,10159.0 +Malaysia,1991,Asia,18709835.0,72.0,98.42,3.49,10832.0 +Malaysia,1992,Asia,19204700.0,72.2,98.49,3.45,11491.0 +Malaysia,1993,Asia,19700762.0,72.4,98.56,3.42,12309.0 +Malaysia,1994,Asia,20205992.0,72.4,98.62,3.39,13107.0 +Malaysia,1995,Asia,20725374.0,72.4,98.67,3.34,14035.0 +Malaysia,1996,Asia,21260881.0,72.5,98.71,3.28,15051.0 +Malaysia,1997,Asia,21808125.0,72.8,98.76,3.19,15749.0 +Malaysia,1998,Asia,22358128.0,73.0,98.83,3.09,14231.0 +Malaysia,1999,Asia,22898579.0,73.1,98.9,2.96,14748.0 +Malaysia,2000,Asia,23420751.0,73.3,98.98,2.83,15695.0 +Malaysia,2001,Asia,23920963.0,73.6,99.05,2.68,15443.0 +Malaysia,2002,Asia,24401977.0,73.8,99.11,2.54,15950.0 +Malaysia,2003,Asia,24869423.0,73.9,99.15,2.42,16550.0 +Malaysia,2004,Asia,25332026.0,74.0,99.17,2.31,17342.0 +Malaysia,2005,Asia,25796124.0,74.3,99.19,2.22,17929.0 +Malaysia,2006,Asia,26263048.0,74.5,99.2,2.15,18582.0 +Malaysia,2007,Asia,26730607.0,74.5,99.2,2.09,19394.0 +Malaysia,2008,Asia,27197419.0,74.5,99.2,2.05,19968.0 +Malaysia,2009,Asia,27661017.0,74.3,99.19,2.02,19320.0 +Malaysia,2010,Asia,28119500.0,74.4,99.17,2.0,20398.0 +Malaysia,2011,Asia,28572970.0,74.6,99.16,1.99,21096.0 +Malaysia,2012,Asia,29021940.0,74.7,99.16,1.98,21920.0 +Malaysia,2013,Asia,29465372.0,74.9,99.16,1.96,22589.0 +Malaysia,2014,Asia,29901997.0,75.1,99.16,1.95,23579.0 +Malaysia,2015,Asia,30331007.0,75.3,99.18,1.94,24320.0 +Maldives,1800,Asia,42378.0,32.65,54.176,5.98,842.0 +Maldives,1810,Asia,42378.0,32.65,54.87299999999999,5.98,844.0 +Maldives,1820,Asia,43038.0,32.65,55.56000000000001,5.98,845.0 +Maldives,1830,Asia,44948.0,32.65,56.236,5.98,844.0 +Maldives,1840,Asia,47643.0,32.65,56.901,5.98,843.0 +Maldives,1850,Asia,50501.0,32.65,57.55699999999999,5.98,842.0 +Maldives,1860,Asia,52965.0,32.65,58.203,5.98,842.0 +Maldives,1870,Asia,55543.0,32.65,58.838,5.98,841.0 +Maldives,1880,Asia,58228.0,32.65,59.46499999999999,5.98,840.0 +Maldives,1890,Asia,61033.0,32.65,60.081,5.98,839.0 +Maldives,1900,Asia,63982.0,32.65,60.68899999999999,5.98,838.0 +Maldives,1910,Asia,66938.0,32.65,61.287000000000006,5.98,837.0 +Maldives,1920,Asia,65262.0,32.65,61.875,5.98,836.0 +Maldives,1930,Asia,72566.0,32.65,62.536,5.9,853.0 +Maldives,1940,Asia,75107.0,32.65,63.205,5.75,868.0 +Maldives,1950,Asia,73715.0,33.72,63.861999999999995,5.6,883.0 +Maldives,1951,Asia,74224.0,33.9,64.079,5.72,904.0 +Maldives,1952,Asia,75189.0,34.18,64.407,5.94,925.0 +Maldives,1953,Asia,76483.0,34.49,64.778,6.15,947.0 +Maldives,1954,Asia,78013.0,34.86,64.99900000000001,6.34,969.0 +Maldives,1955,Asia,79704.0,35.27,65.21900000000001,6.5,992.0 +Maldives,1956,Asia,81513.0,35.72,65.437,6.64,1016.0 +Maldives,1957,Asia,83423.0,36.22,65.654,6.76,1039.0 +Maldives,1958,Asia,85437.0,36.78,65.87,6.87,1064.0 +Maldives,1959,Asia,87580.0,37.39,66.08500000000001,6.95,1089.0 +Maldives,1960,Asia,89875.0,38.07,66.298,7.02,1114.0 +Maldives,1961,Asia,92327.0,38.82,66.51,7.08,1140.0 +Maldives,1962,Asia,94909.0,39.64,66.72,7.12,1167.0 +Maldives,1963,Asia,97556.0,40.54,67.65,7.15,1194.0 +Maldives,1964,Asia,100177.0,41.48,68.5,7.18,1222.0 +Maldives,1965,Asia,102723.0,42.47,69.34,7.2,1251.0 +Maldives,1966,Asia,105145.0,43.48,70.21,7.22,1280.0 +Maldives,1967,Asia,107488.0,44.49,71.10000000000002,7.23,1310.0 +Maldives,1968,Asia,109901.0,45.48,72.02,7.24,1341.0 +Maldives,1969,Asia,112591.0,46.44,72.95,7.24,1372.0 +Maldives,1970,Asia,115703.0,47.37,73.91000000000003,7.23,1404.0 +Maldives,1971,Asia,119315.0,48.25,74.95,7.2,1446.0 +Maldives,1972,Asia,123372.0,49.12,76.05,7.16,1449.0 +Maldives,1973,Asia,127717.0,49.98,77.21000000000002,7.1,1439.0 +Maldives,1974,Asia,132122.0,50.82,78.41,7.04,1486.0 +Maldives,1975,Asia,136434.0,51.69,79.56,6.98,1334.0 +Maldives,1976,Asia,140582.0,52.59,80.66,6.94,1309.0 +Maldives,1977,Asia,144645.0,53.53,81.69999999999997,6.93,1418.0 +Maldives,1978,Asia,148797.0,54.51,82.67999999999998,6.95,1584.0 +Maldives,1979,Asia,153285.0,55.53,83.61,7.0,1706.0 +Maldives,1980,Asia,158282.0,56.58,84.47,7.07,1968.0 +Maldives,1981,Asia,163834.0,57.62,85.27,7.15,2141.0 +Maldives,1982,Asia,169861.0,58.64,86.0,7.21,2020.0 +Maldives,1983,Asia,176258.0,59.64,86.69,7.25,2284.0 +Maldives,1984,Asia,182864.0,60.6,87.33999999999996,7.24,2817.0 +Maldives,1985,Asia,189551.0,61.51,87.97,7.18,3091.0 +Maldives,1986,Asia,196283.0,62.41,88.55,7.06,3279.0 +Maldives,1987,Asia,203059.0,63.3,89.11,6.89,3461.0 +Maldives,1988,Asia,209832.0,64.19,89.63,6.66,3648.0 +Maldives,1989,Asia,216553.0,65.08,90.12,6.4,3866.0 +Maldives,1990,Asia,223179.0,66.0,90.59,6.1,4363.0 +Maldives,1991,Asia,229686.0,66.7,91.05,5.78,4555.0 +Maldives,1992,Asia,236053.0,67.3,91.49,5.46,4699.0 +Maldives,1993,Asia,242252.0,67.9,91.96,5.15,4850.0 +Maldives,1994,Asia,248263.0,68.6,92.43,4.85,5037.0 +Maldives,1995,Asia,254070.0,69.3,92.92,4.56,5264.0 +Maldives,1996,Asia,259668.0,70.0,93.42,4.29,5602.0 +Maldives,1997,Asia,265067.0,70.8,93.95,4.02,6120.0 +Maldives,1998,Asia,270292.0,71.7,94.48,3.76,6564.0 +Maldives,1999,Asia,275385.0,72.3,95.02,3.51,6950.0 +Maldives,2000,Asia,280384.0,73.0,95.56,3.27,7134.0 +Maldives,2001,Asia,285298.0,73.7,96.08,3.06,7247.0 +Maldives,2002,Asia,290147.0,74.4,96.57,2.87,7540.0 +Maldives,2003,Asia,294996.0,75.3,97.01,2.72,8452.0 +Maldives,2004,Asia,299917.0,74.7,97.12,2.6,9511.0 +Maldives,2005,Asia,304968.0,76.9,97.72,2.51,8619.0 +Maldives,2006,Asia,310168.0,77.5,97.99,2.45,10157.0 +Maldives,2007,Asia,315515.0,78.1,98.22,2.41,11040.0 +Maldives,2008,Asia,321026.0,78.5,98.4,2.38,12029.0 +Maldives,2009,Asia,326713.0,78.9,98.56,2.36,11096.0 +Maldives,2010,Asia,332575.0,79.2,98.7,2.34,11674.0 +Maldives,2011,Asia,338618.0,79.6,98.82,2.31,12694.0 +Maldives,2012,Asia,344817.0,79.8,98.93,2.29,12637.0 +Maldives,2013,Asia,351111.0,79.9,99.01,2.26,13353.0 +Maldives,2014,Asia,357415.0,80.0,99.08,2.22,14095.0 +Maldives,2015,Asia,363657.0,80.0,99.14,2.18,14408.0 +Mali,1800,Africa,1403398.0,26.41,50.552,6.23,603.0 +Mali,1810,Africa,1403398.0,26.41,50.552,6.23,603.0 +Mali,1820,Africa,1438308.0,26.41,50.552,6.23,604.0 +Mali,1830,Africa,1540940.0,26.41,50.552,6.23,606.0 +Mali,1840,Africa,1689342.0,26.41,50.552,6.23,608.0 +Mali,1850,Africa,1852037.0,26.41,50.552,6.23,611.0 +Mali,1860,Africa,2034750.0,26.41,50.552,6.23,613.0 +Mali,1870,Africa,2235477.0,26.41,50.552,6.23,615.0 +Mali,1880,Africa,2454682.0,26.41,50.552,6.23,617.0 +Mali,1890,Africa,2695216.0,26.41,50.552,6.23,619.0 +Mali,1900,Africa,2961059.0,26.41,50.659,6.23,621.0 +Mali,1910,Africa,3252008.0,26.41,51.427,6.23,623.0 +Mali,1920,Africa,3570023.0,26.41,52.583,6.23,625.0 +Mali,1930,Africa,3913839.0,26.41,57.246,6.26,633.0 +Mali,1940,Africa,4290767.0,26.41,55.474,6.33,641.0 +Mali,1950,Africa,4708425.0,27.12,53.63200000000001,6.4,649.0 +Mali,1951,Africa,4759039.0,27.34,53.444,6.42,660.0 +Mali,1952,Africa,4811198.0,27.71,53.25500000000001,6.47,672.0 +Mali,1953,Africa,4864754.0,28.04,53.065,6.51,684.0 +Mali,1954,Africa,4919547.0,28.34,52.87500000000001,6.54,695.0 +Mali,1955,Africa,4975401.0,28.6,52.684,6.57,707.0 +Mali,1956,Africa,5032124.0,28.84,52.492,6.6,719.0 +Mali,1957,Africa,5089507.0,29.04,52.29900000000001,6.63,732.0 +Mali,1958,Africa,5147344.0,29.23,52.10600000000001,6.66,744.0 +Mali,1959,Africa,5205448.0,29.42,51.912000000000006,6.68,757.0 +Mali,1960,Africa,5263730.0,29.61,51.717,6.7,764.0 +Mali,1961,Africa,5322267.0,29.83,53.05599999999999,6.73,754.0 +Mali,1962,Africa,5381369.0,30.08,54.354,6.75,744.0 +Mali,1963,Africa,5441611.0,30.4,55.65,6.77,779.0 +Mali,1964,Africa,5503748.0,30.79,56.42,6.79,799.0 +Mali,1965,Africa,5568485.0,31.26,57.15,6.82,795.0 +Mali,1966,Africa,5635859.0,31.8,57.82000000000001,6.84,811.0 +Mali,1967,Africa,5706198.0,32.41,58.46,6.86,821.0 +Mali,1968,Africa,5780834.0,33.07,59.02,6.88,834.0 +Mali,1969,Africa,5861411.0,33.77,59.53999999999999,6.89,813.0 +Mali,1970,Africa,5949043.0,34.51,60.0,6.9,844.0 +Mali,1971,Africa,6044532.0,35.27,60.46,6.91,855.0 +Mali,1972,Africa,6147459.0,36.04,60.96999999999999,6.92,880.0 +Mali,1973,Africa,6256192.0,36.82,61.6,6.94,839.0 +Mali,1974,Africa,6368351.0,37.61,62.34,6.95,801.0 +Mali,1975,Africa,6482276.0,38.39,63.17,6.97,891.0 +Mali,1976,Africa,6596817.0,39.18,64.06,6.98,990.0 +Mali,1977,Africa,6712545.0,39.97,64.96,7.0,1043.0 +Mali,1978,Africa,6831530.0,40.79,65.86000000000001,7.02,1003.0 +Mali,1979,Africa,6956779.0,41.61,66.71000000000001,7.03,1227.0 +Mali,1980,Africa,7090125.0,42.45,67.53,7.05,1068.0 +Mali,1981,Africa,7233877.0,43.3,68.30000000000001,7.06,1016.0 +Mali,1982,Africa,7386669.0,44.17,69.11,7.07,943.0 +Mali,1983,Africa,7542377.0,45.02,69.93,7.08,969.0 +Mali,1984,Africa,7692537.0,45.86,70.74000000000002,7.09,996.0 +Mali,1985,Africa,7831891.0,46.68,71.50000000000001,7.09,1001.0 +Mali,1986,Africa,7957390.0,47.45,72.21,7.1,1047.0 +Mali,1987,Africa,8073178.0,48.18,72.87,7.09,1048.0 +Mali,1988,Africa,8189984.0,48.86,73.48,7.09,1028.0 +Mali,1989,Africa,8322726.0,49.47,74.05,7.08,1113.0 +Mali,1990,Africa,8482075.0,50.0,74.56,7.06,1100.0 +Mali,1991,Africa,8672581.0,50.5,75.0,7.04,1095.0 +Mali,1992,Africa,8891141.0,50.8,75.34,7.02,1159.0 +Mali,1993,Africa,9131449.0,51.2,75.61,7.0,1106.0 +Mali,1994,Africa,9383608.0,51.2,75.8,6.97,1087.0 +Mali,1995,Africa,9640643.0,51.4,76.0,6.95,1126.0 +Mali,1996,Africa,9901045.0,51.8,76.21,6.92,1132.0 +Mali,1997,Africa,10168000.0,52.2,76.47,6.9,1178.0 +Mali,1998,Africa,10444822.0,50.9,76.83,6.87,1217.0 +Mali,1999,Africa,10736542.0,53.5,77.36,6.85,1265.0 +Mali,2000,Africa,11046926.0,53.5,78.03999999999998,6.84,1269.0 +Mali,2001,Africa,11376094.0,54.1,78.88,6.82,1382.0 +Mali,2002,Africa,11723017.0,54.6,79.82000000000002,6.81,1397.0 +Mali,2003,Africa,12088867.0,55.5,80.82000000000002,6.8,1456.0 +Mali,2004,Africa,12474857.0,56.2,81.83,6.8,1442.0 +Mali,2005,Africa,12881384.0,56.9,82.82000000000002,6.8,1483.0 +Mali,2006,Africa,13309942.0,57.4,83.71,6.8,1560.0 +Mali,2007,Africa,13759226.0,58.0,84.49,6.81,1576.0 +Mali,2008,Africa,14223403.0,58.5,85.17,6.82,1602.0 +Mali,2009,Africa,14694565.0,58.9,85.8,6.83,1622.0 +Mali,2010,Africa,15167286.0,59.2,86.33999999999996,6.84,1664.0 +Mali,2011,Africa,15639115.0,59.6,86.83000000000001,6.85,1658.0 +Mali,2012,Africa,16112333.0,59.8,87.3,6.85,1603.0 +Mali,2013,Africa,16592097.0,59.8,87.72999999999998,6.85,1589.0 +Mali,2014,Africa,17086022.0,60.0,88.17,6.83,1653.0 +Mali,2015,Africa,17599694.0,60.2,88.53,6.81,1684.0 +Malta,1800,Europe,134072.0,28.7,54.04800000000001,5.49,781.0 +Malta,1810,Europe,134072.0,28.7,59.868,5.49,783.0 +Malta,1820,Europe,136406.0,28.7,64.95,5.49,784.0 +Malta,1830,Europe,143183.0,28.7,69.389,5.49,859.0 +Malta,1840,Europe,152794.0,28.7,73.266,5.49,941.0 +Malta,1850,Europe,163051.0,28.7,76.652,5.49,1032.0 +Malta,1860,Europe,174027.0,28.7,79.609,5.49,1131.0 +Malta,1870,Europe,185742.0,28.7,82.191,5.49,1239.0 +Malta,1880,Europe,198192.0,32.48,84.447,5.49,1358.0 +Malta,1890,Europe,211471.0,37.21,86.416,5.36,1488.0 +Malta,1900,Europe,225706.0,41.94,88.137,5.23,1631.0 +Malta,1910,Europe,240859.0,46.66,89.639,4.84,1788.0 +Malta,1920,Europe,257050.0,51.39,90.95100000000001,4.62,1959.0 +Malta,1930,Europe,274305.0,56.12,92.097,4.58,2149.0 +Malta,1940,Europe,292719.0,57.5,93.098,4.36,2356.0 +Malta,1950,Europe,311997.0,65.93,93.972,4.21,2582.0 +Malta,1951,Europe,312725.0,66.02,94.053,4.2,2605.0 +Malta,1952,Europe,313192.0,66.17,94.133,4.16,2629.0 +Malta,1953,Europe,313505.0,66.35,94.212,4.12,2653.0 +Malta,1954,Europe,313735.0,66.55,94.29,4.07,2678.0 +Malta,1955,Europe,313914.0,66.79,94.63,4.01,2702.0 +Malta,1956,Europe,314037.0,67.06,94.94,3.94,2727.0 +Malta,1957,Europe,314063.0,67.34,95.23,3.86,2752.0 +Malta,1958,Europe,313920.0,67.65,95.5,3.77,2777.0 +Malta,1959,Europe,313520.0,67.97,95.74,3.66,2803.0 +Malta,1960,Europe,312788.0,68.32,95.93,3.53,2828.0 +Malta,1961,Europe,311702.0,68.67,96.09,3.38,2860.0 +Malta,1962,Europe,310325.0,69.02,96.23,3.2,2767.0 +Malta,1963,Europe,308815.0,69.37,96.35,3.01,2773.0 +Malta,1964,Europe,307389.0,69.7,96.46,2.8,2830.0 +Malta,1965,Europe,306212.0,70.03,96.57,2.59,3015.0 +Malta,1966,Europe,305357.0,70.36,96.69,2.4,3325.0 +Malta,1967,Europe,304805.0,70.67,96.82,2.24,3541.0 +Malta,1968,Europe,304514.0,70.98,96.95,2.11,3885.0 +Malta,1969,Europe,304401.0,71.29,97.08,2.02,4121.0 +Malta,1970,Europe,304414.0,71.6,97.22,1.98,4631.0 +Malta,1971,Europe,304546.0,71.9,97.35,1.96,4780.0 +Malta,1972,Europe,304850.0,72.2,97.49,1.98,5080.0 +Malta,1973,Europe,305398.0,72.49,97.62,2.0,5574.0 +Malta,1974,Europe,306291.0,72.78,97.74,2.03,6092.0 +Malta,1975,Europe,307597.0,73.07,97.86,2.06,7201.0 +Malta,1976,Europe,309328.0,73.36,97.98,2.08,8275.0 +Malta,1977,Europe,311455.0,73.63,98.08,2.09,9040.0 +Malta,1978,Europe,313953.0,73.92,98.17,2.1,9767.0 +Malta,1979,Europe,316781.0,74.19,98.24,2.1,10563.0 +Malta,1980,Europe,319898.0,74.47,98.31,2.09,11200.0 +Malta,1981,Europe,323298.0,74.74,98.37,2.08,11566.0 +Malta,1982,Europe,326953.0,75.01,98.43,2.06,11912.0 +Malta,1983,Europe,330761.0,75.28,98.49,2.06,11996.0 +Malta,1984,Europe,334592.0,75.54,98.55,2.05,12324.0 +Malta,1985,Europe,338348.0,75.81,98.61,2.06,12888.0 +Malta,1986,Europe,341978.0,76.08,98.67,2.06,13253.0 +Malta,1987,Europe,345490.0,76.33,98.72,2.06,13660.0 +Malta,1988,Europe,348912.0,76.59,98.77,2.07,14683.0 +Malta,1989,Europe,352304.0,76.84,98.82,2.06,15750.0 +Malta,1990,Europe,355707.0,77.1,98.86,2.05,16596.0 +Malta,1991,Europe,359113.0,77.3,98.9,2.04,17459.0 +Malta,1992,Europe,362492.0,77.5,98.94,2.02,18100.0 +Malta,1993,Europe,365838.0,77.9,98.98,2.0,18732.0 +Malta,1994,Europe,369142.0,78.2,99.01,1.97,19616.0 +Malta,1995,Europe,372391.0,78.4,99.05,1.93,20720.0 +Malta,1996,Europe,375610.0,78.5,99.09,1.88,21373.0 +Malta,1997,Europe,378789.0,78.8,99.13,1.82,22344.0 +Malta,1998,Europe,381844.0,78.9,99.16,1.75,23347.0 +Malta,1999,Europe,384663.0,79.0,99.19,1.67,24330.0 +Malta,2000,Europe,387180.0,79.2,99.22,1.59,25841.0 +Malta,2001,Europe,389323.0,79.4,99.25,1.52,24685.0 +Malta,2002,Europe,391148.0,79.8,99.27,1.46,25191.0 +Malta,2003,Europe,392870.0,80.1,99.29,1.42,25059.0 +Malta,2004,Europe,394786.0,80.3,99.3,1.39,24766.0 +Malta,2005,Europe,397094.0,80.7,99.31,1.38,25510.0 +Malta,2006,Europe,399892.0,81.0,99.32,1.37,25983.0 +Malta,2007,Europe,403076.0,80.9,99.33,1.38,27001.0 +Malta,2008,Europe,406392.0,80.7,99.34,1.38,27872.0 +Malta,2009,Europe,409475.0,81.2,99.35,1.38,26888.0 +Malta,2010,Europe,412064.0,81.3,99.36,1.37,27906.0 +Malta,2011,Europe,414075.0,81.3,99.36,1.37,28178.0 +Malta,2012,Europe,415596.0,81.6,99.37,1.36,28271.0 +Malta,2013,Europe,416747.0,81.7,99.39,1.36,28822.0 +Malta,2014,Europe,417723.0,82.0,99.4,1.35,29508.0 +Malta,2015,Europe,418670.0,82.1,99.41,1.35,30265.0 +Mauritania,1800,Africa,382696.0,32.0,58.256,6.34,527.0 +Mauritania,1810,Africa,382696.0,32.0,58.256,6.34,528.0 +Mauritania,1820,Africa,386926.0,32.0,58.256,6.34,529.0 +Mauritania,1830,Africa,399076.0,32.0,58.256,6.34,555.0 +Mauritania,1840,Africa,416025.0,32.0,58.256,6.34,583.0 +Mauritania,1850,Africa,433694.0,32.0,58.256,6.34,611.0 +Mauritania,1860,Africa,452032.0,32.0,58.256,6.34,642.0 +Mauritania,1870,Africa,471145.0,32.0,58.256,6.34,673.0 +Mauritania,1880,Africa,491013.0,32.0,58.256,6.34,707.0 +Mauritania,1890,Africa,511712.0,32.0,58.256,6.34,742.0 +Mauritania,1900,Africa,533349.0,32.0,58.347,6.34,778.0 +Mauritania,1910,Africa,555862.0,32.0,59.77600000000001,6.34,817.0 +Mauritania,1920,Africa,579393.0,32.0,61.496,6.34,861.0 +Mauritania,1930,Africa,604001.0,32.0,63.181,6.3,960.0 +Mauritania,1940,Africa,629653.0,32.0,64.83,6.21,1068.0 +Mauritania,1950,Africa,660491.0,37.66,68.36,6.12,1184.0 +Mauritania,1951,Africa,675594.0,37.95,68.86000000000001,6.18,1224.0 +Mauritania,1952,Africa,691807.0,38.53,69.37,6.3,1264.0 +Mauritania,1953,Africa,709098.0,39.14,69.93,6.4,1304.0 +Mauritania,1954,Africa,727440.0,39.77,70.52000000000002,6.49,1345.0 +Mauritania,1955,Africa,746804.0,40.42,71.12,6.57,1388.0 +Mauritania,1956,Africa,767166.0,41.09,71.73,6.63,1431.0 +Mauritania,1957,Africa,788504.0,41.78,72.38,6.69,1474.0 +Mauritania,1958,Africa,810796.0,42.48,73.03999999999998,6.73,1516.0 +Mauritania,1959,Africa,834024.0,43.2,73.72,6.76,1561.0 +Mauritania,1960,Africa,858170.0,43.91,74.41,6.78,1672.0 +Mauritania,1961,Africa,883223.0,44.62,75.1,6.79,1941.0 +Mauritania,1962,Africa,909172.0,45.31,75.8,6.79,1882.0 +Mauritania,1963,Africa,936014.0,45.96,76.48,6.8,1752.0 +Mauritania,1964,Africa,963746.0,46.59,77.14999999999998,6.8,2254.0 +Mauritania,1965,Africa,992368.0,47.18,77.8,6.8,2542.0 +Mauritania,1966,Africa,1021880.0,47.73,78.45,6.8,2531.0 +Mauritania,1967,Africa,1052285.0,48.26,79.12,6.8,2592.0 +Mauritania,1968,Africa,1083586.0,48.78,79.74,6.8,2791.0 +Mauritania,1969,Africa,1115790.0,49.27,80.25,6.79,2717.0 +Mauritania,1970,Africa,1148908.0,49.77,80.61,6.78,2964.0 +Mauritania,1971,Africa,1182945.0,50.25,80.85,6.77,2957.0 +Mauritania,1972,Africa,1217912.0,50.73,80.98,6.76,2958.0 +Mauritania,1973,Africa,1253839.0,51.2,81.07,6.74,2739.0 +Mauritania,1974,Africa,1290755.0,51.69,81.2,6.71,2981.0 +Mauritania,1975,Africa,1328687.0,52.19,81.45,6.68,2753.0 +Mauritania,1976,Africa,1367640.0,52.73,81.80000000000003,6.64,2932.0 +Mauritania,1977,Africa,1407621.0,53.29,82.2,6.59,2852.0 +Mauritania,1978,Africa,1448664.0,53.89,82.66,6.54,2797.0 +Mauritania,1979,Africa,1490811.0,54.51,83.14,6.48,2879.0 +Mauritania,1980,Africa,1534085.0,55.13,83.59,6.43,2942.0 +Mauritania,1981,Africa,1578585.0,55.75,84.05,6.37,2998.0 +Mauritania,1982,Africa,1624310.0,56.34,84.50999999999998,6.31,2881.0 +Mauritania,1983,Africa,1671080.0,56.9,85.0,6.26,2962.0 +Mauritania,1984,Africa,1718641.0,57.41,85.52,6.22,2692.0 +Mauritania,1985,Africa,1766855.0,57.86,86.08,6.18,2710.0 +Mauritania,1986,Africa,1815692.0,58.28,86.63000000000002,6.14,2800.0 +Mauritania,1987,Africa,1865356.0,58.64,87.14,6.1,2822.0 +Mauritania,1988,Africa,1916240.0,58.96,87.57000000000002,6.07,2861.0 +Mauritania,1989,Africa,1968870.0,59.25,87.92999999999998,6.02,2899.0 +Mauritania,1990,Africa,2023665.0,59.5,88.19,5.98,2800.0 +Mauritania,1991,Africa,2080782.0,60.2,88.38000000000002,5.93,2772.0 +Mauritania,1992,Africa,2140250.0,60.4,88.51,5.88,2745.0 +Mauritania,1993,Africa,2202201.0,60.7,88.57000000000002,5.82,2824.0 +Mauritania,1994,Africa,2266745.0,60.7,88.61,5.76,2660.0 +Mauritania,1995,Africa,2333966.0,61.2,88.62,5.7,2838.0 +Mauritania,1996,Africa,2403779.0,61.5,88.61,5.63,2916.0 +Mauritania,1997,Africa,2476188.0,62.0,88.61,5.57,2717.0 +Mauritania,1998,Africa,2551429.0,62.5,88.61,5.51,2711.0 +Mauritania,1999,Africa,2629806.0,63.2,88.64,5.44,2834.0 +Mauritania,2000,Africa,2711421.0,63.8,88.64999999999998,5.38,2738.0 +Mauritania,2001,Africa,2796502.0,64.2,88.69,5.32,2709.0 +Mauritania,2002,Africa,2884672.0,64.9,88.71,5.26,2646.0 +Mauritania,2003,Africa,2974686.0,65.5,88.75999999999998,5.21,2721.0 +Mauritania,2004,Africa,3064882.0,65.9,88.86,5.15,2792.0 +Mauritania,2005,Africa,3154087.0,66.3,89.02,5.1,2955.0 +Mauritania,2006,Africa,3241762.0,67.0,89.21,5.04,3413.0 +Mauritania,2007,Africa,3328285.0,67.5,89.45,4.99,3412.0 +Mauritania,2008,Africa,3414552.0,67.9,89.7,4.94,3356.0 +Mauritania,2009,Africa,3501927.0,68.2,89.96,4.89,3233.0 +Mauritania,2010,Africa,3591400.0,68.6,90.22,4.84,3299.0 +Mauritania,2011,Africa,3683221.0,68.8,90.46,4.78,3357.0 +Mauritania,2012,Africa,3777067.0,69.1,90.73,4.73,3470.0 +Mauritania,2013,Africa,3872684.0,69.3,90.98,4.67,3579.0 +Mauritania,2014,Africa,3969625.0,69.6,91.25,4.61,3718.0 +Mauritania,2015,Africa,4067564.0,69.7,91.53,4.55,3877.0 +Mauritius,1800,Africa,62865.0,28.7,57.214,5.03,940.0 +Mauritius,1810,Africa,78310.0,28.7,57.214,5.03,941.0 +Mauritius,1820,Africa,96755.0,28.7,57.214,5.03,943.0 +Mauritius,1830,Africa,119544.0,33.41,57.214,5.03,989.0 +Mauritius,1840,Africa,147700.0,32.53,57.214,5.03,1038.0 +Mauritius,1850,Africa,201362.0,31.13,57.214,5.03,1090.0 +Mauritius,1860,Africa,279009.0,30.96,57.214,5.03,1144.0 +Mauritius,1870,Africa,332456.0,39.29,78.082,5.03,1200.0 +Mauritius,1880,Africa,353740.0,34.12,78.34100000000002,5.03,1259.0 +Mauritius,1890,Africa,368896.0,28.16,71.563,4.81,1322.0 +Mauritius,1900,Africa,370835.0,26.29,66.986,5.17,1387.0 +Mauritius,1910,Africa,369399.0,28.93,74.676,4.61,1456.0 +Mauritius,1920,Africa,375318.0,31.19,68.51100000000001,4.7,1610.0 +Mauritius,1930,Africa,391293.0,27.66,67.809,4.23,1857.0 +Mauritius,1940,Africa,410851.0,37.23,73.658,3.9,2140.0 +Mauritius,1950,Africa,493254.0,48.05,89.318,6.05,2464.0 +Mauritius,1951,Africa,506431.0,48.57,87.944,5.99,2519.0 +Mauritius,1952,Africa,521190.0,49.61,88.465,5.9,2512.0 +Mauritius,1953,Africa,537048.0,50.68,86.17299999999999,5.84,2518.0 +Mauritius,1954,Africa,553623.0,51.78,88.465,5.82,2579.0 +Mauritius,1955,Africa,570645.0,52.92,87.10900000000002,5.83,2584.0 +Mauritius,1956,Africa,587949.0,54.09,86.46000000000002,5.87,2596.0 +Mauritius,1957,Africa,605482.0,55.28,87.89,5.94,2620.0 +Mauritius,1958,Africa,623275.0,56.46,88.83,6.03,2621.0 +Mauritius,1959,Africa,641427.0,57.63,89.42,6.11,2702.0 +Mauritius,1960,Africa,660023.0,58.74,89.79,6.17,2800.0 +Mauritius,1961,Africa,679045.0,59.75,90.14,6.18,3352.0 +Mauritius,1962,Africa,698307.0,60.64,90.66,6.12,3288.0 +Mauritius,1963,Africa,717413.0,61.38,91.3,5.99,3679.0 +Mauritius,1964,Africa,735860.0,61.97,91.64,5.79,3334.0 +Mauritius,1965,Africa,753285.0,62.4,91.36,5.51,3359.0 +Mauritius,1966,Africa,769556.0,62.67,90.73,5.19,3168.0 +Mauritius,1967,Africa,784777.0,62.85,90.39,4.85,3247.0 +Mauritius,1968,Africa,799139.0,62.97,90.73,4.52,2973.0 +Mauritius,1969,Africa,812944.0,63.05,91.31,4.21,3080.0 +Mauritius,1970,Africa,826447.0,63.14,91.71,3.95,3023.0 +Mauritius,1971,Africa,839600.0,63.27,91.9,3.74,3133.0 +Mauritius,1972,Africa,852397.0,63.45,92.06,3.58,3408.0 +Mauritius,1973,Africa,865173.0,63.68,92.31,3.44,3797.0 +Mauritius,1974,Africa,878355.0,63.99,92.77,3.34,4155.0 +Mauritius,1975,Africa,892208.0,64.37,93.48,3.26,4110.0 +Mauritius,1976,Africa,906926.0,64.83,94.26,3.17,4720.0 +Mauritius,1977,Africa,922325.0,65.34,94.92,3.07,4954.0 +Mauritius,1978,Africa,937820.0,65.87,95.38,2.95,5061.0 +Mauritius,1979,Africa,952587.0,66.41,95.71,2.82,5153.0 +Mauritius,1980,Africa,966036.0,66.92,95.97,2.67,4560.0 +Mauritius,1981,Africa,978067.0,67.34,96.23,2.53,4760.0 +Mauritius,1982,Africa,988890.0,67.7,96.53,2.41,4965.0 +Mauritius,1983,Africa,998625.0,67.96,96.87,2.33,4942.0 +Mauritius,1984,Africa,1007503.0,68.14,97.11,2.27,5132.0 +Mauritius,1985,Africa,1015763.0,68.26,97.16,2.25,5447.0 +Mauritius,1986,Africa,1023278.0,68.38,97.1,2.26,5944.0 +Mauritius,1987,Africa,1030175.0,68.53,97.12,2.27,6493.0 +Mauritius,1988,Africa,1037260.0,68.74,97.29,2.29,6883.0 +Mauritius,1989,Africa,1045588.0,68.99,97.51,2.3,7128.0 +Mauritius,1990,Africa,1055865.0,69.3,97.69,2.29,7568.0 +Mauritius,1991,Africa,1068435.0,69.6,97.82,2.28,7819.0 +Mauritius,1992,Africa,1082958.0,69.7,97.88,2.25,8219.0 +Mauritius,1993,Africa,1098598.0,69.8,97.88,2.22,8535.0 +Mauritius,1994,Africa,1114140.0,70.0,97.84,2.18,8764.0 +Mauritius,1995,Africa,1128676.0,70.3,97.78,2.14,9062.0 +Mauritius,1996,Africa,1141949.0,70.5,97.73,2.11,9471.0 +Mauritius,1997,Africa,1154137.0,70.7,97.74,2.07,9885.0 +Mauritius,1998,Africa,1165288.0,71.0,97.84,2.04,10375.0 +Mauritius,1999,Africa,1175577.0,71.2,97.98,2.02,10512.0 +Mauritius,2000,Africa,1185143.0,71.4,98.14,1.99,11349.0 +Mauritius,2001,Africa,1193950.0,71.6,98.29,1.97,11549.0 +Mauritius,2002,Africa,1201931.0,71.7,98.39,1.93,11711.0 +Mauritius,2003,Africa,1209182.0,71.9,98.44,1.88,12052.0 +Mauritius,2004,Africa,1215835.0,72.1,98.44,1.82,12665.0 +Mauritius,2005,Africa,1222006.0,72.4,98.43,1.75,12747.0 +Mauritius,2006,Africa,1227714.0,72.5,98.41,1.69,13188.0 +Mauritius,2007,Africa,1232997.0,72.7,98.4,1.63,13901.0 +Mauritius,2008,Africa,1238013.0,72.9,98.42,1.58,14615.0 +Mauritius,2009,Africa,1242954.0,73.2,98.45,1.54,15020.0 +Mauritius,2010,Africa,1247951.0,73.4,98.48,1.52,15599.0 +Mauritius,2011,Africa,1253089.0,73.7,98.51,1.51,16179.0 +Mauritius,2012,Africa,1258335.0,74.1,98.54,1.5,16651.0 +Mauritius,2013,Africa,1263560.0,74.2,98.57,1.5,17146.0 +Mauritius,2014,Africa,1268567.0,74.3,98.61,1.5,17731.0 +Mauritius,2015,Africa,1273212.0,74.5,98.65,1.5,18350.0 +Mexico,1800,America,6181708.0,26.9,51.285,6.8,1379.0 +Mexico,1810,America,6382317.0,26.9,51.285,6.8,1381.0 +Mexico,1820,America,6621314.0,26.9,51.285,6.8,1383.0 +Mexico,1830,America,6930661.0,26.9,51.285,6.8,1353.0 +Mexico,1840,America,7288858.0,26.9,51.285,6.8,1323.0 +Mexico,1850,America,7754411.0,26.9,51.285,6.8,1294.0 +Mexico,1860,America,8432207.0,26.9,51.285,6.8,1265.0 +Mexico,1870,America,9338206.0,26.9,51.285,6.8,1237.0 +Mexico,1880,America,10470582.0,26.9,51.285,6.8,1518.0 +Mexico,1890,America,11868744.0,26.9,51.285,6.8,1862.0 +Mexico,1900,America,13662640.0,27.58,52.39400000000001,6.8,2164.0 +Mexico,1910,America,15115185.0,27.41,52.854,5.94,2665.0 +Mexico,1920,America,15072751.0,31.74,59.596000000000004,5.82,3059.0 +Mexico,1930,America,17373870.0,36.2,65.95899999999999,5.96,2721.0 +Mexico,1940,America,20699956.0,39.2,70.145,5.92,3165.0 +Mexico,1950,America,28012558.0,48.69,78.06299999999997,6.62,4392.0 +Mexico,1951,America,28836111.0,49.27,79.00399999999998,6.64,4601.0 +Mexico,1952,America,29711632.0,50.37,79.905,6.69,4647.0 +Mexico,1953,America,30634216.0,51.42,80.768,6.73,4522.0 +Mexico,1954,America,31599804.0,52.43,81.593,6.76,4840.0 +Mexico,1955,America,32605178.0,53.39,82.38300000000002,6.78,5107.0 +Mexico,1956,America,33647986.0,54.29,83.139,6.79,5305.0 +Mexico,1957,America,34726719.0,55.14,83.863,6.8,5549.0 +Mexico,1958,America,35840645.0,55.94,84.556,6.8,5678.0 +Mexico,1959,America,36989692.0,56.67,85.21799999999998,6.79,5679.0 +Mexico,1960,America,38174114.0,57.34,85.70599999999997,6.78,5970.0 +Mexico,1961,America,39394125.0,57.95,86.17399999999998,6.78,6082.0 +Mexico,1962,America,40649590.0,58.49,86.62200000000001,6.77,6181.0 +Mexico,1963,America,41939880.0,58.96,87.03,6.77,6486.0 +Mexico,1964,America,43264267.0,59.4,87.27000000000002,6.77,7045.0 +Mexico,1965,America,44623041.0,59.78,87.53999999999998,6.77,7283.0 +Mexico,1966,America,46010959.0,60.15,87.8,6.77,7559.0 +Mexico,1967,America,47429553.0,60.53,88.09,6.78,7795.0 +Mexico,1968,America,48893607.0,60.91,88.42,6.78,8183.0 +Mexico,1969,America,50423127.0,61.32,88.77000000000002,6.76,8441.0 +Mexico,1970,America,52029859.0,61.77,89.14,6.72,8757.0 +Mexico,1971,America,53719547.0,62.25,89.51,6.64,8810.0 +Mexico,1972,America,55480125.0,62.75,89.89,6.53,9253.0 +Mexico,1973,America,57283361.0,63.29,90.23,6.36,9694.0 +Mexico,1974,America,59090495.0,63.83,90.55,6.16,9960.0 +Mexico,1975,America,60872399.0,64.39,90.85,5.93,10234.0 +Mexico,1976,America,62620087.0,64.95,91.14,5.68,10391.0 +Mexico,1977,America,64337694.0,65.51,91.44,5.42,10456.0 +Mexico,1978,America,66025613.0,66.05,91.76,5.16,11118.0 +Mexico,1979,America,67688533.0,66.58,92.12,4.92,11912.0 +Mexico,1980,America,69330974.0,67.09,92.49,4.71,12716.0 +Mexico,1981,America,70950741.0,67.58,92.87,4.51,13501.0 +Mexico,1982,America,72547995.0,68.05,93.24,4.33,13126.0 +Mexico,1983,America,74133377.0,68.52,93.57,4.17,12384.0 +Mexico,1984,America,75721210.0,68.97,93.86,4.03,12546.0 +Mexico,1985,America,77322643.0,69.4,94.13,3.9,12562.0 +Mexico,1986,America,78939441.0,69.84,94.38,3.78,11923.0 +Mexico,1987,America,80571067.0,70.26,94.62,3.67,11894.0 +Mexico,1988,America,82223153.0,70.67,94.86,3.57,11817.0 +Mexico,1989,America,83901643.0,71.09,95.1,3.47,12079.0 +Mexico,1990,America,85609404.0,71.5,95.34,3.38,12479.0 +Mexico,1991,America,87347208.0,71.9,95.59,3.29,12738.0 +Mexico,1992,America,89110043.0,72.1,95.83,3.2,12925.0 +Mexico,1993,America,90887097.0,72.4,96.06,3.12,13172.0 +Mexico,1994,America,92663664.0,72.7,96.28,3.04,13516.0 +Mexico,1995,America,94426946.0,73.0,96.5,2.97,12491.0 +Mexico,1996,America,96181710.0,73.3,96.7,2.9,12979.0 +Mexico,1997,America,97925825.0,73.6,96.9,2.83,13634.0 +Mexico,1998,America,99632299.0,73.7,97.09,2.77,14033.0 +Mexico,1999,America,101266570.0,74.1,97.27,2.71,14177.0 +Mexico,2000,America,102808590.0,74.6,97.44,2.66,14704.0 +Mexico,2001,America,104239563.0,74.9,97.59,2.61,14411.0 +Mexico,2002,America,105578297.0,74.9,97.74,2.57,14243.0 +Mexico,2003,America,106888418.0,74.9,97.86,2.52,14268.0 +Mexico,2004,America,108257822.0,75.2,97.96,2.48,14700.0 +Mexico,2005,America,109747906.0,75.1,98.05,2.45,14961.0 +Mexico,2006,America,111382857.0,75.4,98.11,2.41,15516.0 +Mexico,2007,America,113139374.0,75.6,98.16,2.38,15805.0 +Mexico,2008,America,114972821.0,75.4,98.21,2.35,15826.0 +Mexico,2009,America,116815612.0,75.3,98.26,2.31,14893.0 +Mexico,2010,America,118617542.0,75.4,98.32,2.28,15460.0 +Mexico,2011,America,120365271.0,75.7,98.4,2.25,15887.0 +Mexico,2012,America,122070963.0,75.7,98.47,2.22,16320.0 +Mexico,2013,America,123740109.0,75.4,98.55,2.19,16346.0 +Mexico,2014,America,125385833.0,75.6,98.62,2.16,16496.0 +Mexico,2015,America,127017224.0,75.9,98.68,2.13,16850.0 +"Micronesia, Fed. Sts.",1800,Asia,16416.0,26.7,54.943999999999996,6.02,518.0 +"Micronesia, Fed. Sts.",1810,Asia,16416.0,26.7,57.823,6.02,521.0 +"Micronesia, Fed. Sts.",1820,Asia,16641.0,26.7,60.519,6.02,524.0 +"Micronesia, Fed. Sts.",1830,Asia,17289.0,26.7,63.042,6.02,528.0 +"Micronesia, Fed. Sts.",1840,Asia,18200.0,26.7,65.404,6.02,531.0 +"Micronesia, Fed. Sts.",1850,Asia,19159.0,26.7,67.61399999999999,6.02,534.0 +"Micronesia, Fed. Sts.",1860,Asia,20130.0,26.7,69.684,6.02,537.0 +"Micronesia, Fed. Sts.",1870,Asia,21150.0,26.7,71.62100000000002,6.02,541.0 +"Micronesia, Fed. Sts.",1880,Asia,22218.0,26.7,73.435,6.02,544.0 +"Micronesia, Fed. Sts.",1890,Asia,23340.0,26.7,75.13300000000002,6.02,548.0 +"Micronesia, Fed. Sts.",1900,Asia,24523.0,26.7,76.72200000000002,6.02,551.0 +"Micronesia, Fed. Sts.",1910,Asia,25762.0,26.7,78.20899999999997,6.02,554.0 +"Micronesia, Fed. Sts.",1920,Asia,27084.0,26.7,79.60199999999998,6.02,638.0 +"Micronesia, Fed. Sts.",1930,Asia,28511.0,32.12,80.905,6.28,780.0 +"Micronesia, Fed. Sts.",1940,Asia,30013.0,42.95,82.126,6.79,954.0 +"Micronesia, Fed. Sts.",1950,Asia,32000.0,53.4,83.275,7.3,1165.0 +"Micronesia, Fed. Sts.",1951,Asia,33400.0,53.56,83.47200000000002,7.28,1189.0 +"Micronesia, Fed. Sts.",1952,Asia,34596.0,53.92,83.815,7.22,1213.0 +"Micronesia, Fed. Sts.",1953,Asia,35694.0,54.28,84.177,7.17,1238.0 +"Micronesia, Fed. Sts.",1954,Asia,36774.0,54.65,84.555,7.13,1263.0 +"Micronesia, Fed. Sts.",1955,Asia,37896.0,55.01,84.94699999999997,7.09,1288.0 +"Micronesia, Fed. Sts.",1956,Asia,39092.0,55.37,85.355,7.05,1314.0 +"Micronesia, Fed. Sts.",1957,Asia,40372.0,55.73,85.771,7.01,1341.0 +"Micronesia, Fed. Sts.",1958,Asia,41725.0,56.09,86.2,6.98,1368.0 +"Micronesia, Fed. Sts.",1959,Asia,43123.0,56.45,86.62200000000001,6.96,1395.0 +"Micronesia, Fed. Sts.",1960,Asia,44539.0,56.82,87.036,6.93,1424.0 +"Micronesia, Fed. Sts.",1961,Asia,45956.0,57.18,87.444,6.92,1452.0 +"Micronesia, Fed. Sts.",1962,Asia,47387.0,57.54,87.84299999999998,6.91,1482.0 +"Micronesia, Fed. Sts.",1963,Asia,48875.0,57.9,88.238,6.9,1512.0 +"Micronesia, Fed. Sts.",1964,Asia,50483.0,58.26,88.62700000000002,6.89,1542.0 +"Micronesia, Fed. Sts.",1965,Asia,52238.0,58.63,89.012,6.89,1573.0 +"Micronesia, Fed. Sts.",1966,Asia,54201.0,58.99,89.39299999999999,6.9,1605.0 +"Micronesia, Fed. Sts.",1967,Asia,56324.0,59.36,89.766,6.91,1637.0 +"Micronesia, Fed. Sts.",1968,Asia,58404.0,59.73,90.122,6.92,1670.0 +"Micronesia, Fed. Sts.",1969,Asia,60167.0,60.1,90.459,6.94,1704.0 +"Micronesia, Fed. Sts.",1970,Asia,61433.0,60.48,90.777,6.94,1738.0 +"Micronesia, Fed. Sts.",1971,Asia,62107.0,60.89,91.132,6.93,1760.0 +"Micronesia, Fed. Sts.",1972,Asia,62298.0,61.3,91.512,6.89,1774.0 +"Micronesia, Fed. Sts.",1973,Asia,62289.0,61.71,91.876,6.84,2377.0 +"Micronesia, Fed. Sts.",1974,Asia,62477.0,62.12,92.225,6.77,2735.0 +"Micronesia, Fed. Sts.",1975,Asia,63146.0,62.5,92.55799999999999,6.68,2709.0 +"Micronesia, Fed. Sts.",1976,Asia,64386.0,62.85,92.878,6.59,2667.0 +"Micronesia, Fed. Sts.",1977,Asia,66110.0,63.14,93.18299999999999,6.49,2662.0 +"Micronesia, Fed. Sts.",1978,Asia,68221.0,63.37,93.476,6.4,2726.0 +"Micronesia, Fed. Sts.",1979,Asia,70550.0,63.53,93.756,6.31,2692.0 +"Micronesia, Fed. Sts.",1980,Asia,72967.0,63.64,93.841,6.22,2417.0 +"Micronesia, Fed. Sts.",1981,Asia,75462.0,63.71,94.28,6.13,2565.0 +"Micronesia, Fed. Sts.",1982,Asia,78057.0,63.77,94.2,6.02,2418.0 +"Micronesia, Fed. Sts.",1983,Asia,80678.0,63.81,94.13,5.89,2392.0 +"Micronesia, Fed. Sts.",1984,Asia,83242.0,63.86,94.1,5.75,2229.0 +"Micronesia, Fed. Sts.",1985,Asia,85689.0,63.92,94.1,5.6,2529.0 +"Micronesia, Fed. Sts.",1986,Asia,87948.0,63.99,94.14,5.45,2663.0 +"Micronesia, Fed. Sts.",1987,Asia,90024.0,64.07,94.2,5.3,2656.0 +"Micronesia, Fed. Sts.",1988,Asia,92020.0,64.15,94.29,5.17,2756.0 +"Micronesia, Fed. Sts.",1989,Asia,94091.0,64.23,94.37,5.05,2715.0 +"Micronesia, Fed. Sts.",1990,Asia,96331.0,64.3,94.44,4.96,2763.0 +"Micronesia, Fed. Sts.",1991,Asia,98800.0,64.5,94.48,4.88,2894.0 +"Micronesia, Fed. Sts.",1992,Asia,101412.0,64.7,94.5,4.82,2933.0 +"Micronesia, Fed. Sts.",1993,Asia,103937.0,64.9,94.49,4.77,3094.0 +"Micronesia, Fed. Sts.",1994,Asia,106057.0,65.1,94.47,4.72,3016.0 +"Micronesia, Fed. Sts.",1995,Asia,107556.0,65.4,94.44,4.66,3185.0 +"Micronesia, Fed. Sts.",1996,Asia,108342.0,65.7,94.41,4.61,3063.0 +"Micronesia, Fed. Sts.",1997,Asia,108506.0,65.9,94.4,4.54,2873.0 +"Micronesia, Fed. Sts.",1998,Asia,108236.0,66.1,94.44,4.47,2966.0 +"Micronesia, Fed. Sts.",1999,Asia,107808.0,66.3,94.51,4.39,3018.0 +"Micronesia, Fed. Sts.",2000,Asia,107430.0,66.6,94.61,4.3,3167.0 +"Micronesia, Fed. Sts.",2001,Asia,107170.0,66.8,94.72,4.2,3230.0 +"Micronesia, Fed. Sts.",2002,Asia,106983.0,66.0,94.84,4.11,3256.0 +"Micronesia, Fed. Sts.",2003,Asia,106816.0,67.3,94.98,4.01,3320.0 +"Micronesia, Fed. Sts.",2004,Asia,106575.0,67.4,95.12,3.91,3220.0 +"Micronesia, Fed. Sts.",2005,Asia,106198.0,67.6,95.26,3.82,3301.0 +"Micronesia, Fed. Sts.",2006,Asia,105680.0,67.7,95.41,3.74,3312.0 +"Micronesia, Fed. Sts.",2007,Asia,105080.0,67.9,95.54,3.66,3262.0 +"Micronesia, Fed. Sts.",2008,Asia,104472.0,68.0,95.69,3.59,3197.0 +"Micronesia, Fed. Sts.",2009,Asia,103961.0,68.1,95.8,3.52,3243.0 +"Micronesia, Fed. Sts.",2010,Asia,103619.0,68.3,95.93,3.46,3337.0 +"Micronesia, Fed. Sts.",2011,Asia,103476.0,68.4,96.06,3.4,3412.0 +"Micronesia, Fed. Sts.",2012,Asia,103516.0,68.6,96.18,3.35,3428.0 +"Micronesia, Fed. Sts.",2013,Asia,103718.0,68.7,96.3,3.29,3286.0 +"Micronesia, Fed. Sts.",2014,Asia,104044.0,68.8,96.42,3.24,3475.0 +"Micronesia, Fed. Sts.",2015,Asia,104460.0,68.9,96.53,3.19,3510.0 +Moldova,1800,Europe,712558.0,33.15,60.31999999999999,6.39,621.0 +Moldova,1810,Europe,712558.0,33.15,61.05,6.39,622.0 +Moldova,1820,Europe,730194.0,33.15,61.766999999999996,6.39,623.0 +Moldova,1830,Europe,782030.0,33.15,62.471,6.39,658.0 +Moldova,1840,Europe,856960.0,33.15,63.162000000000006,6.39,694.0 +Moldova,1850,Europe,939070.0,33.15,63.84,6.39,733.0 +Moldova,1860,Europe,1028627.0,33.15,64.506,6.39,774.0 +Moldova,1870,Europe,1126725.0,33.15,65.15899999999999,6.39,817.0 +Moldova,1880,Europe,1233524.0,33.15,65.801,6.39,862.0 +Moldova,1890,Europe,1350371.0,33.15,66.43,6.39,883.0 +Moldova,1900,Europe,1479152.0,33.15,67.048,6.31,1209.0 +Moldova,1910,Europe,1619672.0,33.15,71.134,6.03,1351.0 +Moldova,1920,Europe,1774278.0,33.15,74.71300000000002,5.74,571.0 +Moldova,1930,Europe,1944279.0,38.02,77.84899999999998,4.95,1419.0 +Moldova,1940,Europe,2130570.0,47.51,82.596,3.38,2072.0 +Moldova,1950,Europe,2341003.0,58.26,86.321,3.48,2708.0 +Moldova,1951,Europe,2381443.0,58.5,86.56200000000004,3.49,2670.0 +Moldova,1952,Europe,2432096.0,58.96,86.87200000000001,3.5,2791.0 +Moldova,1953,Europe,2491068.0,59.42,87.262,3.51,2859.0 +Moldova,1954,Europe,2556588.0,59.85,87.59599999999998,3.51,2943.0 +Moldova,1955,Europe,2627007.0,60.27,87.94200000000002,3.5,3134.0 +Moldova,1956,Europe,2700796.0,60.68,88.295,3.49,3369.0 +Moldova,1957,Europe,2776552.0,61.07,88.66000000000004,3.46,3373.0 +Moldova,1958,Europe,2852995.0,61.46,89.03200000000002,3.43,3558.0 +Moldova,1959,Europe,2928987.0,61.84,89.334,3.38,3451.0 +Moldova,1960,Europe,3003557.0,62.22,89.69500000000002,3.33,3706.0 +Moldova,1961,Europe,3075927.0,62.61,90.045,3.26,3847.0 +Moldova,1962,Europe,3145546.0,62.99,90.465,3.18,3885.0 +Moldova,1963,Europe,3212094.0,63.38,90.867,3.09,3738.0 +Moldova,1964,Europe,3275457.0,63.77,91.252,2.99,4162.0 +Moldova,1965,Europe,3335625.0,64.14,91.621,2.89,4342.0 +Moldova,1966,Europe,3392084.0,64.48,91.974,2.8,4499.0 +Moldova,1967,Europe,3444850.0,64.78,92.313,2.72,4646.0 +Moldova,1968,Europe,3495134.0,65.03,92.637,2.66,4868.0 +Moldova,1969,Europe,3544635.0,65.23,92.948,2.61,4887.0 +Moldova,1970,Europe,3594516.0,65.39,93.245,2.58,5212.0 +Moldova,1971,Europe,3645515.0,65.48,93.53,2.56,5295.0 +Moldova,1972,Europe,3697153.0,65.55,93.71,2.54,5270.0 +Moldova,1973,Europe,3747925.0,65.58,93.87,2.52,5656.0 +Moldova,1974,Europe,3795653.0,65.6,94.05,2.5,5765.0 +Moldova,1975,Europe,3838911.0,65.6,94.23,2.48,5727.0 +Moldova,1976,Europe,3876947.0,65.57,94.39,2.47,5941.0 +Moldova,1977,Europe,3910636.0,65.52,94.55,2.46,6027.0 +Moldova,1978,Europe,3942141.0,65.47,94.69,2.45,6124.0 +Moldova,1979,Europe,3974506.0,65.41,94.83,2.46,6044.0 +Moldova,1980,Europe,4009843.0,65.4,94.97,2.48,6002.0 +Moldova,1981,Europe,4048617.0,65.48,95.11,2.51,6008.0 +Moldova,1982,Europe,4089860.0,65.68,95.28,2.55,6104.0 +Moldova,1983,Europe,4132440.0,65.98,95.48,2.59,6246.0 +Moldova,1984,Europe,4174621.0,66.38,95.69,2.62,6266.0 +Moldova,1985,Europe,4214911.0,66.83,95.91,2.64,6266.0 +Moldova,1986,Europe,4253162.0,67.29,96.12,2.65,6466.0 +Moldova,1987,Europe,4289099.0,67.69,96.33,2.63,6494.0 +Moldova,1988,Europe,4320927.0,67.98,96.51,2.58,6578.0 +Moldova,1989,Europe,4346449.0,68.16,96.64,2.51,6643.0 +Moldova,1990,Europe,4364114.0,68.2,96.69,2.41,6440.0 +Moldova,1991,Europe,4373582.0,67.4,96.67,2.31,5395.0 +Moldova,1992,Europe,4375312.0,67.6,96.58,2.19,3822.0 +Moldova,1993,Europe,4369649.0,67.4,96.44,2.08,3780.0 +Moldova,1994,Europe,4357283.0,65.8,96.3,1.98,2620.0 +Moldova,1995,Europe,4339082.0,65.4,96.18,1.88,2596.0 +Moldova,1996,Europe,4314693.0,66.1,96.15,1.8,2466.0 +Moldova,1997,Europe,4284931.0,67.9,96.2,1.73,2515.0 +Moldova,1998,Europe,4253280.0,68.5,96.34,1.67,2353.0 +Moldova,1999,Europe,4224270.0,68.4,96.57,1.61,2276.0 +Moldova,2000,Europe,4201088.0,68.6,96.86,1.57,2329.0 +Moldova,2001,Europe,4185513.0,69.2,97.16,1.54,2476.0 +Moldova,2002,Europe,4176647.0,69.6,97.46,1.51,2676.0 +Moldova,2003,Europe,4171686.0,69.9,97.71,1.5,2860.0 +Moldova,2004,Europe,4166371.0,70.2,97.91,1.49,3080.0 +Moldova,2005,Europe,4157707.0,69.5,98.05,1.49,3318.0 +Moldova,2006,Europe,4144651.0,69.8,98.14,1.49,3487.0 +Moldova,2007,Europe,4128459.0,70.0,98.2,1.49,3603.0 +Moldova,2008,Europe,4111168.0,70.4,98.24,1.49,3890.0 +Moldova,2009,Europe,4095813.0,70.6,98.27,1.48,3661.0 +Moldova,2010,Europe,4084483.0,70.5,98.29,1.48,3925.0 +Moldova,2011,Europe,4077811.0,72.3,98.31,1.47,4179.0 +Moldova,2012,Europe,4074754.0,72.4,98.33,1.46,4151.0 +Moldova,2013,Europe,4073714.0,73.3,98.36,1.46,4542.0 +Moldova,2014,Europe,4072340.0,73.6,98.39,1.45,4754.0 +Moldova,2015,Europe,4068897.0,73.9,98.42,1.45,4896.0 +Mongolia,1800,Asia,619000.0,31.8,57.996,5.94,592.0 +Mongolia,1810,Asia,619000.0,31.8,57.996,5.94,593.0 +Mongolia,1820,Asia,621483.0,31.8,57.996,5.94,594.0 +Mongolia,1830,Asia,628530.0,31.8,57.996,5.94,604.0 +Mongolia,1840,Asia,638180.0,31.8,57.996,5.94,614.0 +Mongolia,1850,Asia,647979.0,31.8,57.996,5.94,625.0 +Mongolia,1860,Asia,657420.0,31.8,57.996,5.94,635.0 +Mongolia,1870,Asia,667671.0,31.8,57.996,5.94,646.0 +Mongolia,1880,Asia,679296.0,31.8,57.996,5.94,657.0 +Mongolia,1890,Asia,691803.0,31.8,57.996,5.94,668.0 +Mongolia,1900,Asia,704557.0,31.8,58.087,5.94,680.0 +Mongolia,1910,Asia,717536.0,31.8,58.74,5.94,691.0 +Mongolia,1920,Asia,731355.0,31.8,59.721000000000004,5.94,703.0 +Mongolia,1930,Asia,746004.0,31.8,60.707,5.85,753.0 +Mongolia,1940,Asia,760947.0,31.8,61.669,5.67,805.0 +Mongolia,1950,Asia,780200.0,42.93,73.64200000000002,5.5,858.0 +Mongolia,1951,Asia,793537.0,43.09,73.99900000000002,5.5,886.0 +Mongolia,1952,Asia,807926.0,43.41,74.351,5.54,919.0 +Mongolia,1953,Asia,823060.0,43.83,74.699,5.61,950.0 +Mongolia,1954,Asia,838787.0,44.34,75.042,5.71,984.0 +Mongolia,1955,Asia,855101.0,44.96,75.38,5.86,1018.0 +Mongolia,1956,Asia,872162.0,45.66,75.71300000000002,6.04,1053.0 +Mongolia,1957,Asia,890279.0,46.46,76.042,6.25,1091.0 +Mongolia,1958,Asia,909885.0,47.33,76.36699999999998,6.48,1128.0 +Mongolia,1959,Asia,931485.0,48.25,76.687,6.72,1167.0 +Mongolia,1960,Asia,955514.0,49.2,77.003,6.95,1208.0 +Mongolia,1961,Asia,982180.0,50.15,77.314,7.17,1249.0 +Mongolia,1962,Asia,1011328.0,51.08,77.622,7.35,1291.0 +Mongolia,1963,Asia,1042383.0,51.94,77.925,7.48,1337.0 +Mongolia,1964,Asia,1074517.0,52.74,78.22399999999998,7.56,1383.0 +Mongolia,1965,Asia,1107125.0,53.48,78.51899999999998,7.59,1431.0 +Mongolia,1966,Asia,1139960.0,54.16,78.81,7.6,1479.0 +Mongolia,1967,Asia,1173186.0,54.8,79.097,7.59,1532.0 +Mongolia,1968,Asia,1207108.0,55.43,79.38000000000002,7.58,1584.0 +Mongolia,1969,Asia,1242213.0,56.02,79.66,7.58,1637.0 +Mongolia,1970,Asia,1278825.0,56.58,79.935,7.57,1695.0 +Mongolia,1971,Asia,1317049.0,57.08,80.20700000000002,7.55,1731.0 +Mongolia,1972,Asia,1356669.0,57.49,80.476,7.5,1748.0 +Mongolia,1973,Asia,1397305.0,57.82,80.74,7.41,1854.0 +Mongolia,1974,Asia,1438423.0,58.06,81.001,7.29,1886.0 +Mongolia,1975,Asia,1479650.0,58.22,81.25800000000002,7.14,1949.0 +Mongolia,1976,Asia,1520865.0,58.31,81.512,6.97,1975.0 +Mongolia,1977,Asia,1562212.0,58.36,81.76299999999998,6.78,2121.0 +Mongolia,1978,Asia,1603908.0,58.4,82.01,6.59,2167.0 +Mongolia,1979,Asia,1646291.0,58.46,82.73,6.4,2211.0 +Mongolia,1980,Asia,1689622.0,58.56,83.41000000000003,6.21,2502.0 +Mongolia,1981,Asia,1733479.0,58.73,84.06,6.03,2223.0 +Mongolia,1982,Asia,1777727.0,59.0,84.67,5.86,2587.0 +Mongolia,1983,Asia,1823215.0,59.34,85.26,5.7,2911.0 +Mongolia,1984,Asia,1871087.0,59.76,85.85000000000002,5.53,3256.0 +Mongolia,1985,Asia,1921885.0,60.22,86.42,5.35,3188.0 +Mongolia,1986,Asia,1976311.0,60.71,87.0,5.14,3359.0 +Mongolia,1987,Asia,2033345.0,61.18,87.58,4.91,3573.0 +Mongolia,1988,Asia,2089716.0,61.61,88.14999999999998,4.64,3694.0 +Mongolia,1989,Asia,2141006.0,61.98,88.69,4.36,3609.0 +Mongolia,1990,Asia,2184145.0,62.3,89.22,4.05,5122.0 +Mongolia,1991,Asia,2217920.0,62.3,89.72,3.75,4606.0 +Mongolia,1992,Asia,2243506.0,62.2,90.2,3.45,4132.0 +Mongolia,1993,Asia,2263204.0,62.0,90.66,3.18,3966.0 +Mongolia,1994,Asia,2280495.0,62.0,91.1,2.94,4020.0 +Mongolia,1995,Asia,2298038.0,61.7,91.54,2.74,4244.0 +Mongolia,1996,Asia,2316571.0,61.7,91.97,2.57,4304.0 +Mongolia,1997,Asia,2335694.0,61.9,92.41,2.43,4435.0 +Mongolia,1998,Asia,2355588.0,62.1,92.85,2.31,4544.0 +Mongolia,1999,Asia,2376165.0,62.3,93.29,2.22,4643.0 +Mongolia,2000,Asia,2397438.0,62.5,93.73,2.14,4655.0 +Mongolia,2001,Asia,2419729.0,62.7,94.16,2.1,4748.0 +Mongolia,2002,Asia,2443503.0,62.9,94.57,2.09,4925.0 +Mongolia,2003,Asia,2469045.0,63.1,94.96,2.1,5216.0 +Mongolia,2004,Asia,2496621.0,63.4,95.32,2.14,5706.0 +Mongolia,2005,Asia,2526447.0,63.6,95.66,2.19,6047.0 +Mongolia,2006,Asia,2558484.0,64.0,95.97,2.25,6480.0 +Mongolia,2007,Asia,2592776.0,64.4,96.26,2.32,7046.0 +Mongolia,2008,Asia,2629666.0,64.8,96.52,2.37,7563.0 +Mongolia,2009,Asia,2669572.0,65.0,96.77,2.41,7357.0 +Mongolia,2010,Asia,2712657.0,65.2,97.0,2.44,7708.0 +Mongolia,2011,Asia,2759074.0,65.6,97.2,2.45,8905.0 +Mongolia,2012,Asia,2808339.0,66.0,97.38,2.45,9851.0 +Mongolia,2013,Asia,2859174.0,66.4,97.53,2.44,10833.0 +Mongolia,2014,Asia,2909871.0,66.8,97.65,2.42,11509.0 +Mongolia,2015,Asia,2959134.0,67.1,97.76,2.4,11819.0 +Montenegro,1800,Europe,126582.0,35.4,62.48,5.9,1057.0 +Montenegro,1810,Europe,126582.0,35.4,62.48,5.9,1059.0 +Montenegro,1820,Europe,129599.0,35.4,62.48,5.9,1061.0 +Montenegro,1830,Europe,138454.0,35.4,62.48,5.9,1151.0 +Montenegro,1840,Europe,151224.0,35.4,62.48,5.9,1249.0 +Montenegro,1850,Europe,165172.0,35.4,62.48,5.9,1355.0 +Montenegro,1860,Europe,180155.0,35.4,62.48,5.48,1409.0 +Montenegro,1870,Europe,196497.0,35.4,62.48,5.37,1465.0 +Montenegro,1880,Europe,214216.0,35.4,62.48,5.33,1740.0 +Montenegro,1890,Europe,233519.0,35.4,62.48,5.28,2068.0 +Montenegro,1900,Europe,254700.0,35.4,62.56100000000001,5.24,2216.0 +Montenegro,1910,Europe,277715.0,35.4,63.144,5.2,2600.0 +Montenegro,1920,Europe,303030.0,35.4,64.021,4.92,2541.0 +Montenegro,1930,Europe,330979.0,43.33,73.126,4.64,3320.0 +Montenegro,1940,Europe,361506.0,51.25,80.82400000000001,4.36,3598.0 +Montenegro,1950,Europe,394738.0,59.2,87.16799999999998,4.08,4068.0 +Montenegro,1951,Europe,400876.0,59.32,87.26799999999999,4.07,4182.0 +Montenegro,1952,Europe,410511.0,59.59,87.50399999999998,4.05,3814.0 +Montenegro,1953,Europe,421735.0,59.91,87.75500000000002,4.02,4334.0 +Montenegro,1954,Europe,433135.0,60.31,88.083,3.98,4526.0 +Montenegro,1955,Europe,443796.0,60.78,88.42299999999999,3.93,4761.0 +Montenegro,1956,Europe,453322.0,61.3,88.9,3.86,4622.0 +Montenegro,1957,Europe,461811.0,61.87,89.31700000000002,3.79,5356.0 +Montenegro,1958,Europe,469786.0,62.5,89.86,3.71,5541.0 +Montenegro,1959,Europe,478069.0,63.17,90.329,3.62,6176.0 +Montenegro,1960,Europe,487416.0,63.86,90.84299999999999,3.52,6517.0 +Montenegro,1961,Europe,498128.0,64.54,91.34100000000001,3.42,6756.0 +Montenegro,1962,Europe,509708.0,65.21,91.825,3.31,6828.0 +Montenegro,1963,Europe,520714.0,65.86,92.242,3.2,7479.0 +Montenegro,1964,Europe,529176.0,66.47,92.647,3.09,8135.0 +Montenegro,1965,Europe,533815.0,67.05,93.04299999999999,2.99,8288.0 +Montenegro,1966,Europe,533909.0,67.62,93.426,2.91,8667.0 +Montenegro,1967,Europe,530234.0,68.19,93.753,2.83,8756.0 +Montenegro,1968,Europe,524844.0,68.78,94.107,2.77,8882.0 +Montenegro,1969,Europe,520644.0,69.36,94.443,2.73,9816.0 +Montenegro,1970,Europe,519697.0,69.94,94.762,2.69,10228.0 +Montenegro,1971,Europe,522783.0,70.48,95.017,2.66,11328.0 +Montenegro,1972,Europe,529209.0,70.99,95.261,2.63,11634.0 +Montenegro,1973,Europe,537764.0,71.41,95.45,2.59,11943.0 +Montenegro,1974,Europe,546569.0,71.78,95.637,2.55,13388.0 +Montenegro,1975,Europe,554262.0,72.07,95.843,2.5,13294.0 +Montenegro,1976,Europe,560424.0,72.33,96.039,2.45,13601.0 +Montenegro,1977,Europe,565509.0,72.55,96.226,2.4,14481.0 +Montenegro,1978,Europe,570062.0,72.75,96.404,2.35,15175.0 +Montenegro,1979,Europe,574953.0,72.95,96.574,2.31,16108.0 +Montenegro,1980,Europe,580755.0,73.16,96.975,2.27,16814.0 +Montenegro,1981,Europe,587689.0,73.35,97.032,2.23,17041.0 +Montenegro,1982,Europe,595353.0,73.52,97.097,2.19,17085.0 +Montenegro,1983,Europe,602964.0,73.68,97.169,2.15,17165.0 +Montenegro,1984,Europe,609433.0,73.83,97.31,2.1,17534.0 +Montenegro,1985,Europe,614011.0,73.96,97.54,2.06,17613.0 +Montenegro,1986,Europe,616357.0,74.08,97.76,2.02,18274.0 +Montenegro,1987,Europe,616796.0,74.21,97.95,1.98,18015.0 +Montenegro,1988,Europe,616055.0,74.35,98.11,1.94,17714.0 +Montenegro,1989,Europe,615201.0,74.47,98.24,1.9,17442.0 +Montenegro,1990,Europe,614999.0,74.6,98.34,1.87,16136.0 +Montenegro,1991,Europe,615743.0,74.4,98.4,1.84,14269.0 +Montenegro,1992,Europe,617174.0,74.2,98.44,1.83,10808.0 +Montenegro,1993,Europe,618851.0,73.9,98.47,1.82,6780.0 +Montenegro,1994,Europe,620088.0,73.7,98.48,1.81,6788.0 +Montenegro,1995,Europe,620415.0,73.5,98.49,1.82,7635.0 +Montenegro,1996,Europe,619696.0,73.4,98.5,1.82,9559.0 +Montenegro,1997,Europe,618192.0,73.3,98.51,1.82,9978.0 +Montenegro,1998,Europe,616308.0,73.1,98.54,1.83,10482.0 +Montenegro,1999,Europe,614623.0,73.0,98.57,1.82,9506.0 +Montenegro,2000,Europe,613557.0,73.3,98.62,1.82,9803.0 +Montenegro,2001,Europe,613239.0,73.5,98.68,1.8,9871.0 +Montenegro,2002,Europe,613543.0,74.0,98.74,1.79,10019.0 +Montenegro,2003,Europe,614322.0,74.5,98.81,1.78,10228.0 +Montenegro,2004,Europe,615332.0,74.8,98.89,1.77,10659.0 +Montenegro,2005,Europe,616389.0,75.0,98.96,1.76,11090.0 +Montenegro,2006,Europe,617462.0,75.2,99.04,1.75,12025.0 +Montenegro,2007,Europe,618592.0,75.6,99.11,1.73,13288.0 +Montenegro,2008,Europe,619740.0,76.0,99.19,1.72,14183.0 +Montenegro,2009,Europe,620870.0,76.3,99.26,1.71,13352.0 +Montenegro,2010,Europe,621952.0,76.5,99.32,1.7,13656.0 +Montenegro,2011,Europe,622957.0,76.7,99.38,1.69,14082.0 +Montenegro,2012,Europe,623864.0,76.8,99.43,1.68,13712.0 +Montenegro,2013,Europe,624648.0,76.9,99.47,1.67,14156.0 +Montenegro,2014,Europe,625292.0,77.1,99.5,1.66,14358.0 +Montenegro,2015,Europe,625781.0,77.2,99.53,1.65,14833.0 +Morocco,1800,Africa,2503218.0,33.1,59.65600000000001,6.5,715.0 +Morocco,1810,Africa,2595056.0,33.1,59.65600000000001,6.5,716.0 +Morocco,1820,Africa,2713079.0,33.1,59.65600000000001,6.5,717.0 +Morocco,1830,Africa,2880355.0,33.1,59.65600000000001,6.5,730.0 +Morocco,1840,Africa,3082721.0,33.1,59.65600000000001,6.5,742.0 +Morocco,1850,Africa,3299305.0,33.1,59.65600000000001,6.5,755.0 +Morocco,1860,Africa,3531477.0,33.1,59.65600000000001,6.5,769.0 +Morocco,1870,Africa,3782586.0,33.1,59.65600000000001,6.5,782.0 +Morocco,1880,Africa,4055109.0,33.1,59.65600000000001,6.5,796.0 +Morocco,1890,Africa,4349836.0,33.1,59.65600000000001,6.5,810.0 +Morocco,1900,Africa,4667602.0,33.1,59.743,6.5,824.0 +Morocco,1910,Africa,5007589.0,33.1,60.37000000000001,6.5,839.0 +Morocco,1920,Africa,5687271.0,33.1,61.37200000000001,6.5,1003.0 +Morocco,1930,Africa,6617663.0,33.1,62.458999999999996,6.5,1294.0 +Morocco,1940,Africa,7700259.0,33.1,63.541000000000004,6.5,1649.0 +Morocco,1950,Africa,8985990.0,45.63,71.434,6.5,2077.0 +Morocco,1951,Africa,9243680.0,45.84,71.804,6.53,2088.0 +Morocco,1952,Africa,9529540.0,46.21,72.17,6.58,2097.0 +Morocco,1953,Africa,9837752.0,46.58,72.53,6.63,2115.0 +Morocco,1954,Africa,10163437.0,46.98,72.88600000000002,6.69,2132.0 +Morocco,1955,Africa,10502663.0,47.39,73.468,6.76,2148.0 +Morocco,1956,Africa,10852482.0,47.81,74.03,6.82,2108.0 +Morocco,1957,Africa,11210889.0,48.25,74.56,6.89,2067.0 +Morocco,1958,Africa,11576713.0,48.7,75.07,6.95,2027.0 +Morocco,1959,Africa,11949418.0,49.17,75.57000000000002,7.01,1987.0 +Morocco,1960,Africa,12328534.0,49.64,76.05999999999997,7.07,1948.0 +Morocco,1961,Africa,12713043.0,50.11,76.55000000000003,7.11,1971.0 +Morocco,1962,Africa,13100843.0,50.6,77.03999999999998,7.13,1994.0 +Morocco,1963,Africa,13488517.0,51.09,77.55,7.14,2017.0 +Morocco,1964,Africa,13871988.0,51.58,78.07,7.12,2040.0 +Morocco,1965,Africa,14248426.0,52.06,78.59,7.08,2064.0 +Morocco,1966,Africa,14617077.0,52.54,79.13,7.02,2130.0 +Morocco,1967,Africa,14978905.0,53.0,79.66,6.95,2198.0 +Morocco,1968,Africa,15335173.0,53.46,80.19000000000003,6.87,2267.0 +Morocco,1969,Africa,15687996.0,53.91,80.67999999999998,6.78,2338.0 +Morocco,1970,Africa,16039600.0,54.34,81.13,6.69,2411.0 +Morocco,1971,Africa,16389949.0,54.77,81.56,6.59,2484.0 +Morocco,1972,Africa,16740525.0,55.19,81.96,6.49,2492.0 +Morocco,1973,Africa,17097003.0,55.62,82.39,6.38,2530.0 +Morocco,1974,Africa,17466606.0,56.08,82.86,6.27,2616.0 +Morocco,1975,Africa,17854614.0,56.56,83.38,6.17,2737.0 +Morocco,1976,Africa,18262366.0,57.11,83.96000000000002,6.07,2979.0 +Morocco,1977,Africa,18688782.0,57.72,84.59,5.97,3066.0 +Morocco,1978,Africa,19133462.0,58.39,85.26,5.88,3096.0 +Morocco,1979,Africa,19595092.0,59.13,85.94,5.78,3176.0 +Morocco,1980,Africa,20071902.0,59.93,86.61999999999998,5.68,3402.0 +Morocco,1981,Africa,20564359.0,60.77,87.28,5.57,3250.0 +Morocco,1982,Africa,21070647.0,61.63,87.92,5.44,3502.0 +Morocco,1983,Africa,21583746.0,62.49,88.53999999999998,5.29,3392.0 +Morocco,1984,Africa,22094516.0,63.33,89.14,5.12,3443.0 +Morocco,1985,Africa,22596133.0,64.14,89.7,4.94,3566.0 +Morocco,1986,Africa,23084731.0,64.91,90.23,4.75,3750.0 +Morocco,1987,Africa,23560825.0,65.66,90.73,4.57,3576.0 +Morocco,1988,Africa,24027330.0,66.38,91.19,4.39,3849.0 +Morocco,1989,Africa,24489354.0,67.06,91.6,4.22,3845.0 +Morocco,1990,Africa,24950128.0,67.7,91.99,4.06,3901.0 +Morocco,1991,Africa,25410178.0,68.1,92.35,3.91,4119.0 +Morocco,1992,Africa,25866445.0,68.4,92.7,3.76,3930.0 +Morocco,1993,Africa,26314339.0,68.6,93.03,3.61,3825.0 +Morocco,1994,Africa,26747660.0,69.1,93.36,3.46,4197.0 +Morocco,1995,Africa,27161889.0,69.5,93.67,3.31,3870.0 +Morocco,1996,Africa,27556892.0,70.0,93.97,3.17,4325.0 +Morocco,1997,Africa,27934014.0,70.4,94.25,3.03,4177.0 +Morocco,1998,Africa,28292299.0,70.8,94.52,2.91,4448.0 +Morocco,1999,Africa,28630973.0,71.1,94.77,2.8,4414.0 +Morocco,2000,Africa,28950553.0,71.5,95.0,2.7,4430.0 +Morocco,2001,Africa,29250983.0,71.8,95.21,2.61,4710.0 +Morocco,2002,Africa,29535591.0,72.0,95.42,2.54,4815.0 +Morocco,2003,Africa,29812685.0,72.3,95.61,2.47,5067.0 +Morocco,2004,Africa,30093109.0,72.5,95.79,2.42,5259.0 +Morocco,2005,Africa,30385479.0,72.7,95.96,2.39,5363.0 +Morocco,2006,Africa,30691434.0,72.9,96.12,2.38,5725.0 +Morocco,2007,Africa,31011322.0,73.1,96.27,2.4,5825.0 +Morocco,2008,Africa,31350544.0,73.3,96.42,2.44,6091.0 +Morocco,2009,Africa,31714958.0,73.5,96.55,2.51,6313.0 +Morocco,2010,Africa,32107739.0,73.7,96.69,2.58,6466.0 +Morocco,2011,Africa,32531964.0,73.9,96.81,2.65,6698.0 +Morocco,2012,Africa,32984190.0,74.1,96.93,2.71,6777.0 +Morocco,2013,Africa,33452686.0,74.3,97.03,2.74,6967.0 +Morocco,2014,Africa,33921203.0,74.4,97.14,2.74,7040.0 +Morocco,2015,Africa,34377511.0,74.6,97.24,2.71,7319.0 +Mozambique,1800,Africa,1982324.0,30.28,56.021,6.63,390.0 +Mozambique,1810,Africa,2038660.0,30.28,56.021,6.63,393.0 +Mozambique,1820,Africa,2129723.0,30.28,56.021,6.63,395.0 +Mozambique,1830,Africa,2288209.0,30.28,56.021,6.63,397.0 +Mozambique,1840,Africa,2494631.0,30.28,56.021,6.63,400.0 +Mozambique,1850,Africa,2719675.0,30.28,56.021,6.63,402.0 +Mozambique,1860,Africa,2955262.0,30.28,56.021,6.63,404.0 +Mozambique,1870,Africa,3211221.0,30.28,56.021,6.63,407.0 +Mozambique,1880,Africa,3487663.0,30.28,56.021,6.63,409.0 +Mozambique,1890,Africa,3787673.0,30.28,56.021,6.63,411.0 +Mozambique,1900,Africa,4115592.0,30.28,56.11600000000002,6.63,414.0 +Mozambique,1910,Africa,4470516.0,30.28,56.799,6.63,416.0 +Mozambique,1920,Africa,4862656.0,30.28,57.82700000000001,6.63,419.0 +Mozambique,1930,Africa,5301322.0,30.28,58.812,6.62,427.0 +Mozambique,1940,Africa,5779561.0,30.28,59.788,6.61,436.0 +Mozambique,1950,Africa,6313290.0,31.85,60.767,6.6,445.0 +Mozambique,1951,Africa,6405068.0,32.26,61.101000000000006,6.6,454.0 +Mozambique,1952,Africa,6503106.0,32.92,61.791,6.6,464.0 +Mozambique,1953,Africa,6607094.0,33.58,62.51300000000001,6.6,473.0 +Mozambique,1954,Africa,6716811.0,34.25,63.27799999999999,6.6,476.0 +Mozambique,1955,Africa,6832115.0,34.91,64.47800000000001,6.6,497.0 +Mozambique,1956,Africa,6952955.0,35.58,65.63900000000001,6.6,492.0 +Mozambique,1957,Africa,7079363.0,36.23,66.762,6.6,494.0 +Mozambique,1958,Africa,7211446.0,36.89,67.848,6.6,508.0 +Mozambique,1959,Africa,7349365.0,37.54,68.899,6.6,526.0 +Mozambique,1960,Africa,7493278.0,38.17,69.916,6.6,528.0 +Mozambique,1961,Africa,7643290.0,38.79,70.899,6.6,533.0 +Mozambique,1962,Africa,7799396.0,39.4,71.85000000000002,6.6,559.0 +Mozambique,1963,Africa,7961458.0,39.98,71.92,6.6,528.0 +Mozambique,1964,Africa,8129268.0,40.54,72.02,6.6,540.0 +Mozambique,1965,Africa,8302736.0,41.1,72.11000000000001,6.6,542.0 +Mozambique,1966,Africa,8482373.0,41.66,72.19,6.6,548.0 +Mozambique,1967,Africa,8668529.0,42.21,72.28999999999998,6.6,573.0 +Mozambique,1968,Africa,8860823.0,42.78,72.38,6.6,623.0 +Mozambique,1969,Africa,9058691.0,43.37,72.49,6.6,682.0 +Mozambique,1970,Africa,9262078.0,43.97,72.61999999999998,6.59,703.0 +Mozambique,1971,Africa,9468836.0,44.58,72.73,6.59,734.0 +Mozambique,1972,Africa,9679753.0,45.21,72.83999999999997,6.58,738.0 +Mozambique,1973,Africa,9901052.0,45.85,73.0,6.57,759.0 +Mozambique,1974,Africa,10141147.0,46.46,73.14,6.56,683.0 +Mozambique,1975,Africa,10405000.0,47.06,73.26,6.55,570.0 +Mozambique,1976,Africa,10693688.0,47.61,73.4,6.54,527.0 +Mozambique,1977,Africa,11001909.0,48.1,73.5,6.53,515.0 +Mozambique,1978,Africa,11320103.0,48.52,73.61,6.52,504.0 +Mozambique,1979,Africa,11635174.0,48.88,73.69,6.51,496.0 +Mozambique,1980,Africa,11936379.0,49.17,73.75,6.49,499.0 +Mozambique,1981,Africa,12228508.0,49.4,73.85,6.47,498.0 +Mozambique,1982,Africa,12511864.0,49.57,73.96000000000002,6.46,477.0 +Mozambique,1983,Africa,12766859.0,49.72,74.11999999999998,6.44,437.0 +Mozambique,1984,Africa,12968335.0,49.87,74.32,6.42,420.0 +Mozambique,1985,Africa,13102982.0,50.02,74.59,6.4,379.0 +Mozambique,1986,Africa,13155271.0,50.21,74.89,6.37,383.0 +Mozambique,1987,Africa,13142516.0,50.45,75.22,6.35,405.0 +Mozambique,1988,Africa,13124285.0,50.74,75.55000000000003,6.31,441.0 +Mozambique,1989,Africa,13181941.0,51.08,75.88000000000002,6.28,461.0 +Mozambique,1990,Africa,13371971.0,51.5,76.21,6.24,462.0 +Mozambique,1991,Africa,13719853.0,51.7,76.59,6.19,473.0 +Mozambique,1992,Africa,14203987.0,52.1,77.02,6.14,435.0 +Mozambique,1993,Africa,14775877.0,52.3,77.53999999999998,6.09,455.0 +Mozambique,1994,Africa,15363065.0,52.6,78.14999999999998,6.03,468.0 +Mozambique,1995,Africa,15913101.0,52.7,78.86,5.98,465.0 +Mozambique,1996,Africa,16410777.0,52.6,79.66,5.93,485.0 +Mozambique,1997,Africa,16872896.0,52.5,80.54,5.88,520.0 +Mozambique,1998,Africa,17317376.0,52.6,81.45,5.84,562.0 +Mozambique,1999,Africa,17774066.0,52.6,82.35,5.81,592.0 +Mozambique,2000,Africa,18264536.0,52.3,83.2,5.78,583.0 +Mozambique,2001,Africa,18792357.0,52.8,84.0,5.76,634.0 +Mozambique,2002,Africa,19348715.0,52.7,84.72999999999998,5.74,671.0 +Mozambique,2003,Africa,19928496.0,52.9,85.39999999999998,5.72,692.0 +Mozambique,2004,Africa,20523159.0,53.0,86.03,5.7,732.0 +Mozambique,2005,Africa,21126676.0,52.9,86.63000000000002,5.67,774.0 +Mozambique,2006,Africa,21737860.0,53.0,87.2,5.63,801.0 +Mozambique,2007,Africa,22359637.0,53.2,87.91,5.59,835.0 +Mozambique,2008,Africa,22994867.0,54.0,88.55999999999996,5.54,864.0 +Mozambique,2009,Africa,23647815.0,54.4,89.13,5.48,893.0 +Mozambique,2010,Africa,24321457.0,54.4,89.62,5.41,930.0 +Mozambique,2011,Africa,25016921.0,54.5,90.11,5.34,974.0 +Mozambique,2012,Africa,25732928.0,54.5,90.7,5.26,1017.0 +Mozambique,2013,Africa,26467180.0,54.8,91.28,5.19,1064.0 +Mozambique,2014,Africa,27216276.0,56.1,91.66,5.11,1115.0 +Mozambique,2015,Africa,27977863.0,57.1,91.94,5.04,1176.0 +Myanmar,1800,Asia,3506000.0,30.8,56.687,6.03,840.0 +Myanmar,1810,Asia,3506000.0,30.8,56.687,6.03,841.0 +Myanmar,1820,Asia,3541573.0,30.8,56.687,6.03,843.0 +Myanmar,1830,Asia,3643584.0,30.8,56.687,6.03,844.0 +Myanmar,1840,Asia,3785553.0,30.8,56.687,6.03,845.0 +Myanmar,1850,Asia,3933130.0,30.8,56.687,6.03,846.0 +Myanmar,1860,Asia,4096564.0,30.8,56.687,6.03,848.0 +Myanmar,1870,Asia,4574586.0,30.8,56.687,6.03,849.0 +Myanmar,1880,Asia,5734636.0,30.8,56.687,6.03,945.0 +Myanmar,1890,Asia,7618454.0,30.8,56.687,6.03,1051.0 +Myanmar,1900,Asia,10178295.0,30.8,56.78099999999999,6.03,1170.0 +Myanmar,1910,Asia,12104689.0,30.8,57.45400000000001,6.03,1014.0 +Myanmar,1920,Asia,13279350.0,30.8,58.466,6.03,1301.0 +Myanmar,1930,Asia,14751220.0,30.8,59.463,6.03,1696.0 +Myanmar,1940,Asia,16865022.0,30.8,60.39099999999999,6.03,1357.0 +Myanmar,1950,Asia,17527243.0,33.05,64.196,6.03,842.0 +Myanmar,1951,Asia,17850068.0,33.8,65.10600000000001,6.02,954.0 +Myanmar,1952,Asia,18182312.0,35.24,65.994,6.0,963.0 +Myanmar,1953,Asia,18529495.0,36.53,66.85900000000001,5.99,977.0 +Myanmar,1954,Asia,18895417.0,37.69,67.702,5.99,905.0 +Myanmar,1955,Asia,19282172.0,38.71,68.523,5.99,1011.0 +Myanmar,1956,Asia,19690046.0,39.6,69.32400000000001,5.99,1064.0 +Myanmar,1957,Asia,20117611.0,40.36,70.104,6.0,1112.0 +Myanmar,1958,Asia,20562006.0,41.03,70.865,6.01,1067.0 +Myanmar,1959,Asia,21019408.0,41.65,71.60600000000002,6.03,1215.0 +Myanmar,1960,Asia,21486424.0,42.25,72.32799999999997,6.05,1238.0 +Myanmar,1961,Asia,21961594.0,42.9,73.64200000000002,6.07,1250.0 +Myanmar,1962,Asia,22446690.0,43.64,74.89399999999998,6.1,1339.0 +Myanmar,1963,Asia,22947286.0,44.47,76.086,6.12,1356.0 +Myanmar,1964,Asia,23471163.0,45.4,77.22200000000002,6.13,1358.0 +Myanmar,1965,Asia,24023640.0,46.4,78.303,6.14,1371.0 +Myanmar,1966,Asia,24606863.0,47.39,79.33399999999997,6.13,1292.0 +Myanmar,1967,Asia,25218375.0,48.31,80.315,6.11,1306.0 +Myanmar,1968,Asia,25853248.0,49.11,81.25,6.07,1369.0 +Myanmar,1969,Asia,26504247.0,49.78,81.67,6.02,1401.0 +Myanmar,1970,Asia,27166045.0,50.31,82.08,5.96,1438.0 +Myanmar,1971,Asia,27836648.0,50.72,82.48,5.88,1458.0 +Myanmar,1972,Asia,28517289.0,51.09,82.88,5.79,1441.0 +Myanmar,1973,Asia,29209686.0,51.44,83.28999999999998,5.69,1409.0 +Myanmar,1974,Asia,29916827.0,51.78,83.67999999999998,5.59,1456.0 +Myanmar,1975,Asia,30640635.0,52.15,84.09,5.49,1490.0 +Myanmar,1976,Asia,31379308.0,52.54,84.47,5.39,1554.0 +Myanmar,1977,Asia,32130696.0,52.93,84.88,5.29,1620.0 +Myanmar,1978,Asia,32895739.0,53.31,85.27,5.19,1700.0 +Myanmar,1979,Asia,33675835.0,53.69,85.64,5.1,1751.0 +Myanmar,1980,Asia,34470694.0,54.07,86.0,5.0,1864.0 +Myanmar,1981,Asia,35279907.0,54.44,86.33,4.89,1935.0 +Myanmar,1982,Asia,36098908.0,54.8,86.66,4.76,2002.0 +Myanmar,1983,Asia,36917980.0,55.16,86.97,4.62,2050.0 +Myanmar,1984,Asia,37724581.0,55.52,87.28,4.46,2110.0 +Myanmar,1985,Asia,38508821.0,55.87,87.57000000000002,4.28,2131.0 +Myanmar,1986,Asia,39269143.0,56.23,87.87,4.09,2072.0 +Myanmar,1987,Asia,40005369.0,56.58,88.14999999999998,3.91,1956.0 +Myanmar,1988,Asia,40711172.0,56.93,88.44,3.73,1709.0 +Myanmar,1989,Asia,41379635.0,57.26,88.73,3.57,1749.0 +Myanmar,1990,Asia,42007309.0,57.6,89.01,3.42,1775.0 +Myanmar,1991,Asia,42588029.0,57.8,89.3,3.28,1741.0 +Myanmar,1992,Asia,43126260.0,58.1,89.59,3.16,1784.0 +Myanmar,1993,Asia,43642311.0,58.4,89.89,3.05,1809.0 +Myanmar,1994,Asia,44164109.0,58.8,90.18,2.95,1839.0 +Myanmar,1995,Asia,44710931.0,59.0,90.46,2.85,1868.0 +Myanmar,1996,Asia,45290888.0,59.4,90.73,2.76,1895.0 +Myanmar,1997,Asia,45895991.0,59.7,91.0,2.68,1919.0 +Myanmar,1998,Asia,46509586.0,60.1,91.26,2.59,1944.0 +Myanmar,1999,Asia,47106923.0,60.4,91.52,2.51,1998.0 +Myanmar,2000,Asia,47669791.0,60.8,91.77,2.43,2069.0 +Myanmar,2001,Asia,48195684.0,61.3,92.01,2.35,2129.0 +Myanmar,2002,Asia,48689952.0,61.7,92.25,2.29,2196.0 +Myanmar,2003,Asia,49151958.0,62.3,92.48,2.23,2276.0 +Myanmar,2004,Asia,49582751.0,62.8,92.72,2.18,2351.0 +Myanmar,2005,Asia,49984704.0,63.4,92.95,2.14,2339.0 +Myanmar,2006,Asia,50355559.0,64.0,93.19,2.1,2593.0 +Myanmar,2007,Asia,50698814.0,64.6,93.42,2.08,2846.0 +Myanmar,2008,Asia,51030006.0,59.4,91.28,2.05,2891.0 +Myanmar,2009,Asia,51369725.0,65.6,93.86,2.03,2979.0 +Myanmar,2010,Asia,51733013.0,66.0,94.07,2.0,3077.0 +Myanmar,2011,Asia,52125411.0,66.4,94.28,1.98,3181.0 +Myanmar,2012,Asia,52543841.0,66.8,94.47,1.96,3346.0 +Myanmar,2013,Asia,52983829.0,67.2,94.65,1.94,3526.0 +Myanmar,2014,Asia,53437159.0,67.6,94.83,1.92,3727.0 +Myanmar,2015,Asia,53897154.0,68.0,95.0,1.9,4012.0 +Namibia,1800,Africa,229000.0,32.4,58.76600000000001,5.96,540.0 +Namibia,1810,Africa,229000.0,32.4,58.76600000000001,5.96,541.0 +Namibia,1820,Africa,229000.0,32.4,58.76600000000001,5.96,542.0 +Namibia,1830,Africa,229000.0,32.4,58.76600000000001,5.96,629.0 +Namibia,1840,Africa,229000.0,32.4,58.76600000000001,5.96,730.0 +Namibia,1850,Africa,229000.0,32.4,58.76600000000001,5.96,848.0 +Namibia,1860,Africa,229599.0,32.4,58.76600000000001,5.96,984.0 +Namibia,1870,Africa,230198.0,32.4,58.76600000000001,5.96,1142.0 +Namibia,1880,Africa,230797.0,32.4,58.76600000000001,5.96,1326.0 +Namibia,1890,Africa,231395.0,32.4,58.76600000000001,5.96,1540.0 +Namibia,1900,Africa,231994.0,32.4,58.856,5.96,1788.0 +Namibia,1910,Africa,232593.0,32.4,59.496,5.96,2075.0 +Namibia,1920,Africa,232992.0,32.4,60.46,5.96,2409.0 +Namibia,1930,Africa,274780.0,32.4,61.49800000000001,5.96,2815.0 +Namibia,1940,Africa,330015.0,32.4,62.69600000000001,5.96,3289.0 +Namibia,1950,Africa,485274.0,40.33,72.04599999999998,5.96,3839.0 +Namibia,1951,Africa,494611.0,40.72,73.736,5.97,3871.0 +Namibia,1952,Africa,504552.0,41.49,75.32300000000002,5.99,3901.0 +Namibia,1953,Africa,515040.0,42.23,76.815,6.01,3960.0 +Namibia,1954,Africa,526036.0,42.96,78.217,6.03,4086.0 +Namibia,1955,Africa,537519.0,43.69,79.53399999999998,6.05,4121.0 +Namibia,1956,Africa,549482.0,44.39,80.771,6.07,4175.0 +Namibia,1957,Africa,561936.0,45.09,81.93299999999998,6.09,4233.0 +Namibia,1958,Africa,574907.0,45.76,83.02600000000002,6.11,4247.0 +Namibia,1959,Africa,588430.0,46.42,84.052,6.13,4384.0 +Namibia,1960,Africa,602545.0,47.07,85.016,6.15,4682.0 +Namibia,1961,Africa,617282.0,47.7,85.96000000000002,6.17,4618.0 +Namibia,1962,Africa,632658.0,48.31,86.845,6.18,5141.0 +Namibia,1963,Africa,648668.0,48.9,87.67399999999998,6.2,5516.0 +Namibia,1964,Africa,665297.0,49.48,88.45100000000002,6.22,6254.0 +Namibia,1965,Africa,682553.0,50.05,89.179,6.24,6509.0 +Namibia,1966,Africa,700316.0,50.61,89.861,6.26,6590.0 +Namibia,1967,Africa,718622.0,51.17,90.5,6.3,6165.0 +Namibia,1968,Africa,737802.0,51.71,90.44,6.35,6060.0 +Namibia,1969,Africa,758305.0,52.26,90.39,6.4,6112.0 +Namibia,1970,Africa,780386.0,52.81,90.34,6.46,5981.0 +Namibia,1971,Africa,804309.0,53.36,90.28,6.52,5972.0 +Namibia,1972,Africa,829806.0,53.91,90.22,6.57,6106.0 +Namibia,1973,Africa,855965.0,54.44,90.16,6.61,6136.0 +Namibia,1974,Africa,881530.0,54.98,90.11,6.64,6182.0 +Namibia,1975,Africa,905647.0,55.51,90.06,6.65,6022.0 +Namibia,1976,Africa,928228.0,56.04,90.01,6.65,6124.0 +Namibia,1977,Africa,949734.0,56.56,89.99000000000002,6.62,6337.0 +Namibia,1978,Africa,970569.0,57.07,89.99000000000002,6.58,6619.0 +Namibia,1979,Africa,991365.0,57.57,90.03,6.52,6703.0 +Namibia,1980,Africa,1012761.0,58.06,90.13,6.45,6824.0 +Namibia,1981,Africa,1034446.0,58.54,90.29,6.36,6933.0 +Namibia,1982,Africa,1056758.0,59.01,90.51,6.26,6871.0 +Namibia,1983,Africa,1081740.0,59.45,90.77,6.15,6491.0 +Namibia,1984,Africa,1112044.0,59.87,91.08,6.02,6219.0 +Namibia,1985,Africa,1149389.0,60.27,91.42,5.89,6069.0 +Namibia,1986,Africa,1194769.0,60.65,91.76,5.76,6077.0 +Namibia,1987,Africa,1247186.0,61.0,92.09,5.63,6072.0 +Namibia,1988,Africa,1303879.0,61.3,92.4,5.49,5961.0 +Namibia,1989,Africa,1360921.0,61.54,92.7,5.36,6120.0 +Namibia,1990,Africa,1415447.0,61.7,92.96,5.23,5717.0 +Namibia,1991,Africa,1466152.0,61.9,93.19,5.1,5970.0 +Namibia,1992,Africa,1513689.0,62.0,93.37,4.97,6198.0 +Namibia,1993,Africa,1559480.0,62.0,93.48,4.84,5921.0 +Namibia,1994,Africa,1605828.0,61.5,93.51,4.72,5850.0 +Namibia,1995,Africa,1654214.0,60.5,93.48,4.59,5900.0 +Namibia,1996,Africa,1705349.0,59.3,93.4,4.47,5906.0 +Namibia,1997,Africa,1758097.0,58.1,93.27,4.35,5971.0 +Namibia,1998,Africa,1809920.0,56.7,93.13,4.24,5991.0 +Namibia,1999,Africa,1857320.0,55.4,92.99,4.13,6035.0 +Namibia,2000,Africa,1897953.0,54.0,92.86,4.03,6111.0 +Namibia,2001,Africa,1931005.0,53.4,92.79,3.94,6076.0 +Namibia,2002,Africa,1957749.0,52.7,92.76,3.85,6279.0 +Namibia,2003,Africa,1980531.0,52.4,92.76,3.76,6470.0 +Namibia,2004,Africa,2002745.0,52.5,92.83,3.67,7184.0 +Namibia,2005,Africa,2027026.0,53.1,92.93,3.59,7279.0 +Namibia,2006,Africa,2053915.0,54.9,93.13,3.51,7696.0 +Namibia,2007,Africa,2083174.0,57.5,93.48,3.44,8095.0 +Namibia,2008,Africa,2115703.0,59.1,93.78,3.36,8169.0 +Namibia,2009,Africa,2152357.0,60.3,94.14,3.3,8090.0 +Namibia,2010,Africa,2193643.0,61.4,94.46,3.23,8433.0 +Namibia,2011,Africa,2240161.0,62.6,94.64,3.17,8715.0 +Namibia,2012,Africa,2291645.0,63.6,94.81,3.11,8995.0 +Namibia,2013,Africa,2346592.0,63.9,95.05,3.05,9275.0 +Namibia,2014,Africa,2402858.0,64.1,95.23,3.0,9506.0 +Namibia,2015,Africa,2458830.0,64.2,95.33,2.95,10040.0 +Nepal,1800,Asia,3881000.0,32.8,59.276,6.15,654.0 +Nepal,1810,Asia,3881000.0,32.8,59.276,6.15,655.0 +Nepal,1820,Asia,3920333.0,32.8,59.276,6.15,656.0 +Nepal,1830,Asia,4033123.0,32.8,59.276,6.15,657.0 +Nepal,1840,Asia,4190089.0,32.8,59.276,6.15,658.0 +Nepal,1850,Asia,4353245.0,32.8,59.276,6.15,659.0 +Nepal,1860,Asia,4542078.0,32.8,59.276,6.15,660.0 +Nepal,1870,Asia,4754129.0,32.8,59.276,6.15,661.0 +Nepal,1880,Asia,5003138.0,32.8,59.276,6.15,711.0 +Nepal,1890,Asia,5256924.0,32.8,59.276,6.15,764.0 +Nepal,1900,Asia,5419483.0,32.8,59.364,6.15,822.0 +Nepal,1910,Asia,5696204.0,32.8,59.997,6.15,883.0 +Nepal,1920,Asia,6228667.0,32.8,61.044,6.15,892.0 +Nepal,1930,Asia,6899013.0,32.8,62.09200000000001,6.12,864.0 +Nepal,1940,Asia,7641505.0,32.8,63.13500000000001,6.06,836.0 +Nepal,1950,Asia,8483321.0,35.26,65.94,5.99,808.0 +Nepal,1951,Asia,8657577.0,35.53,66.01,5.99,822.0 +Nepal,1952,Asia,8823022.0,36.0,66.07000000000001,5.99,840.0 +Nepal,1953,Asia,8982216.0,36.48,66.14,5.99,881.0 +Nepal,1954,Asia,9137336.0,36.96,66.22,5.99,889.0 +Nepal,1955,Asia,9290174.0,37.43,66.33,5.99,896.0 +Nepal,1956,Asia,9442123.0,37.9,66.42,5.99,925.0 +Nepal,1957,Asia,9594192.0,38.38,66.57,5.99,914.0 +Nepal,1958,Asia,9747060.0,38.85,66.71000000000001,5.99,954.0 +Nepal,1959,Asia,9901161.0,39.32,66.96,5.99,968.0 +Nepal,1960,Asia,10056945.0,39.8,67.29,5.99,976.0 +Nepal,1961,Asia,10215153.0,40.26,67.7,5.99,984.0 +Nepal,1962,Asia,10377061.0,40.74,68.19,6.0,991.0 +Nepal,1963,Asia,10544586.0,41.21,68.74,6.0,997.0 +Nepal,1964,Asia,10719988.0,41.67,69.35,6.0,1002.0 +Nepal,1965,Asia,10905006.0,42.14,70.0,6.0,1007.0 +Nepal,1966,Asia,11100672.0,42.6,70.69,6.0,1057.0 +Nepal,1967,Asia,11307139.0,43.05,71.37,5.99,1020.0 +Nepal,1968,Asia,11524132.0,43.51,72.02,5.99,1007.0 +Nepal,1969,Asia,11750914.0,43.97,72.63999999999999,5.98,1031.0 +Nepal,1970,Asia,11986974.0,44.43,73.24,5.97,1036.0 +Nepal,1971,Asia,12232454.0,44.91,73.82,5.96,1002.0 +Nepal,1972,Asia,12487785.0,45.41,74.38,5.95,1010.0 +Nepal,1973,Asia,12753028.0,45.92,74.92,5.93,982.0 +Nepal,1974,Asia,13028248.0,46.47,75.47,5.91,1019.0 +Nepal,1975,Asia,13313487.0,47.05,76.02,5.89,1009.0 +Nepal,1976,Asia,13608670.0,47.64,76.58,5.87,1027.0 +Nepal,1977,Asia,13913775.0,48.28,77.17,5.85,1031.0 +Nepal,1978,Asia,14228941.0,48.94,77.78,5.82,1049.0 +Nepal,1979,Asia,14554356.0,49.63,78.42,5.8,1045.0 +Nepal,1980,Asia,14890080.0,50.32,79.06,5.76,994.0 +Nepal,1981,Asia,15237302.0,51.06,79.71000000000002,5.72,967.0 +Nepal,1982,Asia,15596012.0,51.81,80.36999999999998,5.68,1059.0 +Nepal,1983,Asia,15963746.0,52.57,81.02000000000002,5.63,1000.0 +Nepal,1984,Asia,16337117.0,53.36,81.67999999999998,5.57,1068.0 +Nepal,1985,Asia,16714335.0,54.17,82.35,5.51,1104.0 +Nepal,1986,Asia,17091959.0,54.98,83.05,5.44,1120.0 +Nepal,1987,Asia,17472138.0,55.83,83.77,5.38,1134.0 +Nepal,1988,Asia,17865238.0,56.68,84.49,5.31,1190.0 +Nepal,1989,Asia,18285434.0,57.53,85.21,5.24,1186.0 +Nepal,1990,Asia,18741688.0,58.4,85.92999999999998,5.17,1240.0 +Nepal,1991,Asia,19237322.0,59.1,86.64,5.09,1287.0 +Nepal,1992,Asia,19765570.0,60.0,87.33,5.0,1306.0 +Nepal,1993,Asia,20312687.0,60.2,88.0,4.91,1321.0 +Nepal,1994,Asia,20859421.0,61.0,88.63,4.82,1393.0 +Nepal,1995,Asia,21390905.0,61.7,89.23,4.71,1405.0 +Nepal,1996,Asia,21902534.0,62.5,89.82,4.6,1443.0 +Nepal,1997,Asia,22395247.0,63.4,90.37,4.47,1478.0 +Nepal,1998,Asia,22866496.0,63.9,90.92,4.34,1487.0 +Nepal,1999,Asia,23315053.0,64.6,91.44,4.21,1517.0 +Nepal,2000,Asia,23740145.0,65.2,91.94,4.07,1577.0 +Nepal,2001,Asia,24140941.0,65.9,92.41,3.92,1619.0 +Nepal,2002,Asia,24516969.0,65.9,92.85,3.78,1591.0 +Nepal,2003,Asia,24868900.0,66.8,93.26,3.63,1626.0 +Nepal,2004,Asia,25198130.0,67.0,93.65,3.49,1675.0 +Nepal,2005,Asia,25506847.0,67.4,94.0,3.34,1708.0 +Nepal,2006,Asia,25794344.0,67.8,94.34,3.19,1741.0 +Nepal,2007,Asia,26063619.0,68.1,94.64,3.05,1779.0 +Nepal,2008,Asia,26325183.0,68.4,94.93,2.9,1866.0 +Nepal,2009,Asia,26592666.0,68.7,95.2,2.76,1929.0 +Nepal,2010,Asia,26875910.0,69.0,95.46,2.62,1999.0 +Nepal,2011,Asia,27179237.0,69.3,95.69,2.5,2044.0 +Nepal,2012,Asia,27500515.0,69.7,95.91,2.39,2118.0 +Nepal,2013,Asia,27834981.0,69.9,96.1,2.3,2173.0 +Nepal,2014,Asia,28174724.0,70.2,96.26,2.23,2265.0 +Nepal,2015,Asia,28513700.0,69.7,96.42,2.18,2352.0 +Netherlands,1800,Europe,2254522.0,39.86,67.65,5.11,4235.0 +Netherlands,1810,Europe,2293548.0,39.86,67.65,5.11,3927.0 +Netherlands,1820,Europe,2407847.0,39.86,67.65,5.11,3900.0 +Netherlands,1830,Europe,2619333.0,39.86,67.65,5.11,3867.0 +Netherlands,1840,Europe,2880190.0,39.86,73.317,5.11,4534.0 +Netherlands,1850,Europe,3122714.0,39.86,70.633,4.89,4647.0 +Netherlands,1860,Europe,3342346.0,36.91,68.252,4.75,4642.0 +Netherlands,1870,Europe,3622598.0,37.34,67.238,5.12,5262.0 +Netherlands,1880,Europe,4024595.0,40.39,68.577,5.35,5500.0 +Netherlands,1890,Europe,4529873.0,44.4,74.083,5.07,5895.0 +Netherlands,1900,Europe,5153030.0,48.4,77.86999999999998,4.45,6063.0 +Netherlands,1910,Europe,5915422.0,55.14,83.86399999999998,3.94,6793.0 +Netherlands,1920,Europe,6846453.0,57.84,87.617,3.89,6652.0 +Netherlands,1930,Europe,7875051.0,64.73,92.971,3.03,9140.0 +Netherlands,1940,Europe,8860722.0,65.4,94.794,2.67,7840.0 +Netherlands,1950,Europe,10027047.0,71.44,96.81,3.1,9516.0 +Netherlands,1951,Europe,10148714.0,71.5,96.96,3.05,9593.0 +Netherlands,1952,Europe,10275701.0,72.12,97.1,3.09,9639.0 +Netherlands,1953,Europe,10407107.0,71.7,97.24,3.03,10340.0 +Netherlands,1954,Europe,10542244.0,72.39,97.37,3.03,10930.0 +Netherlands,1955,Europe,10680632.0,72.51,97.49,3.03,11566.0 +Netherlands,1956,Europe,10822018.0,72.52,97.6,3.05,11939.0 +Netherlands,1957,Europe,10966358.0,72.97,97.69,3.08,12151.0 +Netherlands,1958,Europe,11113776.0,73.13,97.78,3.11,11859.0 +Netherlands,1959,Europe,11264501.0,73.17,97.85,3.17,12256.0 +Netherlands,1960,Europe,11418652.0,73.35,97.92,3.12,13223.0 +Netherlands,1961,Europe,11576024.0,73.54,97.97,3.22,13448.0 +Netherlands,1962,Europe,11735896.0,73.21,98.03,3.18,13854.0 +Netherlands,1963,Europe,11896942.0,73.33,98.07,3.19,14148.0 +Netherlands,1964,Europe,12057475.0,73.71,98.12,3.17,15204.0 +Netherlands,1965,Europe,12216122.0,73.58,98.17,3.04,15834.0 +Netherlands,1966,Europe,12372136.0,73.52,98.21,2.9,16109.0 +Netherlands,1967,Europe,12525253.0,73.79,98.26,2.81,16824.0 +Netherlands,1968,Europe,12675176.0,73.6,98.31,2.72,17827.0 +Netherlands,1969,Europe,12821786.0,73.51,98.36,2.75,18892.0 +Netherlands,1970,Europe,12964880.0,73.57,98.42,2.57,19800.0 +Netherlands,1971,Europe,13104216.0,73.81,98.47,2.36,20555.0 +Netherlands,1972,Europe,13239283.0,73.72,98.53,2.15,21024.0 +Netherlands,1973,Europe,13369326.0,74.17,98.59,1.9,22010.0 +Netherlands,1974,Europe,13493460.0,74.56,98.64,1.77,22873.0 +Netherlands,1975,Europe,13611064.0,74.49,98.69,1.66,22849.0 +Netherlands,1976,Europe,13722272.0,74.61,98.74,1.63,23837.0 +Netherlands,1977,Europe,13827329.0,75.2,98.79,1.58,24436.0 +Netherlands,1978,Europe,13925970.0,75.11,98.84,1.58,25044.0 +Netherlands,1979,Europe,14017909.0,75.59,98.88,1.56,25473.0 +Netherlands,1980,Europe,14103279.0,75.72,98.91,1.6,25857.0 +Netherlands,1981,Europe,14181967.0,75.93,98.94,1.56,25704.0 +Netherlands,1982,Europe,14255051.0,76.01,98.96,1.5,25403.0 +Netherlands,1983,Europe,14325363.0,76.21,98.98,1.47,25919.0 +Netherlands,1984,Europe,14396606.0,76.28,99.01,1.49,26781.0 +Netherlands,1985,Europe,14471591.0,76.34,99.03,1.51,27544.0 +Netherlands,1986,Europe,14551065.0,76.31,99.05,1.55,28417.0 +Netherlands,1987,Europe,14634787.0,76.78,99.08,1.56,28937.0 +Netherlands,1988,Europe,14723266.0,76.98,99.11,1.55,29915.0 +Netherlands,1989,Europe,14816751.0,76.82,99.14,1.55,31240.0 +Netherlands,1990,Europe,14915139.0,77.0,99.17,1.62,32534.0 +Netherlands,1991,Europe,15019184.0,77.2,99.2,1.61,33066.0 +Netherlands,1992,Europe,15128288.0,77.3,99.23,1.59,33377.0 +Netherlands,1993,Europe,15239262.0,77.2,99.26,1.57,33562.0 +Netherlands,1994,Europe,15347792.0,77.5,99.29,1.57,34348.0 +Netherlands,1995,Europe,15450803.0,77.6,99.31,1.53,35244.0 +Netherlands,1996,Europe,15546647.0,77.6,99.33,1.53,36152.0 +Netherlands,1997,Europe,15636131.0,77.9,99.35,1.56,37414.0 +Netherlands,1998,Europe,15721627.0,78.1,99.36,1.63,38816.0 +Netherlands,1999,Europe,15806771.0,78.0,99.37,1.65,40306.0 +Netherlands,2000,Europe,15894016.0,78.1,99.38,1.72,41771.0 +Netherlands,2001,Europe,15984365.0,78.3,99.39,1.71,42130.0 +Netherlands,2002,Europe,16076427.0,78.5,99.41,1.73,41848.0 +Netherlands,2003,Europe,16167421.0,78.7,99.43,1.75,41761.0 +Netherlands,2004,Europe,16253397.0,79.1,99.44,1.73,42389.0 +Netherlands,2005,Europe,16331646.0,79.6,99.46,1.71,43243.0 +Netherlands,2006,Europe,16401105.0,79.9,99.48,1.72,44823.0 +Netherlands,2007,Europe,16463031.0,80.2,99.5,1.72,46605.0 +Netherlands,2008,Europe,16519862.0,80.3,99.52,1.77,47388.0 +Netherlands,2009,Europe,16575173.0,80.6,99.54,1.79,45590.0 +Netherlands,2010,Europe,16631571.0,80.8,99.56,1.8,45843.0 +Netherlands,2011,Europe,16689863.0,80.9,99.57,1.76,46388.0 +Netherlands,2012,Europe,16749318.0,81.0,99.58,1.76,45484.0 +Netherlands,2013,Europe,16809157.0,81.2,99.6,1.77,45021.0 +Netherlands,2014,Europe,16868020.0,81.3,99.61,1.78,45281.0 +Netherlands,2015,Europe,16924929.0,81.3,99.62,1.78,45784.0 +New Zealand,1800,Asia,100000.0,34.05,60.901,5.25,658.0 +New Zealand,1810,Asia,100000.0,34.05,60.901,5.25,659.0 +New Zealand,1820,Asia,100000.0,34.05,60.901,5.25,660.0 +New Zealand,1830,Asia,91723.0,34.05,60.901,5.25,661.0 +New Zealand,1840,Asia,82479.0,34.05,60.901,5.25,662.0 +New Zealand,1850,Asia,94934.0,34.05,60.901,5.25,1898.0 +New Zealand,1860,Asia,157114.0,34.05,85.26700000000002,5.06,3674.0 +New Zealand,1870,Asia,301045.0,34.05,86.344,5.67,5156.0 +New Zealand,1880,Asia,505065.0,38.51,86.344,5.46,6241.0 +New Zealand,1890,Asia,669985.0,42.98,88.8,3.94,6265.0 +New Zealand,1900,Asia,815519.0,47.44,89.48,3.43,7181.0 +New Zealand,1910,Asia,1044340.0,51.9,90.656,3.51,8896.0 +New Zealand,1920,Asia,1236395.0,56.36,93.396,3.36,9453.0 +New Zealand,1930,Asia,1491937.0,60.83,95.34700000000001,2.52,8359.0 +New Zealand,1940,Asia,1629869.0,65.29,95.561,3.03,10673.0 +New Zealand,1950,Asia,1908001.0,69.3,96.45,3.47,14391.0 +New Zealand,1951,Asia,1947802.0,69.17,96.52,3.27,13032.0 +New Zealand,1952,Asia,1992619.0,69.4,96.61,3.32,13281.0 +New Zealand,1953,Asia,2040015.0,70.25,96.7,3.39,13388.0 +New Zealand,1954,Asia,2088194.0,70.36,96.79,3.46,14907.0 +New Zealand,1955,Asia,2136000.0,70.49,96.87,3.49,14883.0 +New Zealand,1956,Asia,2182943.0,70.75,96.93,3.47,15358.0 +New Zealand,1957,Asia,2229176.0,70.27,96.99,3.51,15441.0 +New Zealand,1958,Asia,2275392.0,70.9,97.05,3.56,15688.0 +New Zealand,1959,Asia,2322669.0,70.82,97.12,3.55,16454.0 +New Zealand,1960,Asia,2371999.0,71.28,97.21,3.54,16179.0 +New Zealand,1961,Asia,2423769.0,71.0,97.32,3.61,16664.0 +New Zealand,1962,Asia,2477328.0,71.26,97.42,3.51,16646.0 +New Zealand,1963,Asia,2530791.0,71.33,97.53,3.41,17340.0 +New Zealand,1964,Asia,2581578.0,71.37,97.62,3.22,17837.0 +New Zealand,1965,Asia,2628003.0,71.3,97.69,3.05,18632.0 +New Zealand,1966,Asia,2668590.0,71.16,97.75,3.13,19467.0 +New Zealand,1967,Asia,2704205.0,71.54,97.8,3.0,18309.0 +New Zealand,1968,Asia,2738283.0,71.2,97.84,3.02,18082.0 +New Zealand,1969,Asia,2775684.0,71.57,97.88,3.01,19745.0 +New Zealand,1970,Asia,2819548.0,71.35,97.92,2.95,19200.0 +New Zealand,1971,Asia,2871810.0,71.8,97.97,3.02,19871.0 +New Zealand,1972,Asia,2930469.0,71.92,98.01,2.9,20349.0 +New Zealand,1973,Asia,2989985.0,71.78,98.06,2.73,21342.0 +New Zealand,1974,Asia,3042573.0,72.03,98.11,2.61,22131.0 +New Zealand,1975,Asia,3082883.0,72.3,98.17,2.46,21467.0 +New Zealand,1976,Asia,3108745.0,72.5,98.23,2.37,21749.0 +New Zealand,1977,Asia,3122551.0,72.25,98.29,2.32,20623.0 +New Zealand,1978,Asia,3129098.0,73.14,98.34,2.19,20707.0 +New Zealand,1979,Asia,3135453.0,73.18,98.39,2.24,21144.0 +New Zealand,1980,Asia,3146771.0,72.98,98.44,2.15,21259.0 +New Zealand,1981,Asia,3164965.0,73.77,98.48,2.16,22191.0 +New Zealand,1982,Asia,3188664.0,73.87,98.52,2.1,22436.0 +New Zealand,1983,Asia,3215826.0,73.97,98.55,2.1,22808.0 +New Zealand,1984,Asia,3243078.0,74.53,98.58,2.12,23698.0 +New Zealand,1985,Asia,3268192.0,74.03,98.62,2.14,23750.0 +New Zealand,1986,Asia,3290132.0,74.28,98.66,2.16,24180.0 +New Zealand,1987,Asia,3310408.0,74.36,98.71,2.24,24222.0 +New Zealand,1988,Asia,3332297.0,74.64,98.76,2.32,24060.0 +New Zealand,1989,Asia,3360350.0,75.05,98.82,2.33,24206.0 +New Zealand,1990,Asia,3397534.0,75.6,98.88,2.4,24021.0 +New Zealand,1991,Asia,3445596.0,75.9,98.94,2.36,22636.0 +New Zealand,1992,Asia,3502765.0,76.2,99.0,2.31,22651.0 +New Zealand,1993,Asia,3564227.0,76.5,99.05,2.22,23830.0 +New Zealand,1994,Asia,3623181.0,76.7,99.09,2.13,24716.0 +New Zealand,1995,Asia,3674886.0,77.0,99.13,2.11,25476.0 +New Zealand,1996,Asia,3717239.0,77.3,99.16,2.07,25984.0 +New Zealand,1997,Asia,3752102.0,77.6,99.19,2.05,26152.0 +New Zealand,1998,Asia,3783516.0,78.0,99.22,1.96,26077.0 +New Zealand,1999,Asia,3817489.0,78.2,99.24,2.0,27371.0 +New Zealand,2000,Asia,3858234.0,78.4,99.26,1.98,27963.0 +New Zealand,2001,Asia,3906911.0,78.6,99.28,1.96,28752.0 +New Zealand,2002,Asia,3961695.0,78.9,99.3,1.95,29637.0 +New Zealand,2003,Asia,4020195.0,79.1,99.31,1.98,30404.0 +New Zealand,2004,Asia,4078779.0,79.4,99.33,2.02,31098.0 +New Zealand,2005,Asia,4134699.0,79.8,99.34,2.05,31798.0 +New Zealand,2006,Asia,4187584.0,79.9,99.35,2.09,32281.0 +New Zealand,2007,Asia,4238021.0,80.1,99.36,2.11,32928.0 +New Zealand,2008,Asia,4285380.0,80.3,99.36,2.12,32122.0 +New Zealand,2009,Asia,4329124.0,80.5,99.37,2.13,31723.0 +New Zealand,2010,Asia,4369027.0,80.8,99.38,2.12,31824.0 +New Zealand,2011,Asia,4404483.0,80.8,99.39,2.1,32283.0 +New Zealand,2012,Asia,4435883.0,81.1,99.4,2.07,32806.0 +New Zealand,2013,Asia,4465276.0,81.4,99.41,2.05,33360.0 +New Zealand,2014,Asia,4495482.0,81.4,99.42,2.03,33538.0 +New Zealand,2015,Asia,4528526.0,81.4,99.43,2.02,34186.0 +Nicaragua,1800,America,219387.0,25.4,49.06100000000001,6.16,973.0 +Nicaragua,1810,America,219387.0,25.4,49.06100000000001,6.16,975.0 +Nicaragua,1820,America,229075.0,25.4,49.06100000000001,6.16,976.0 +Nicaragua,1830,America,258484.0,25.4,49.06100000000001,6.16,1085.0 +Nicaragua,1840,America,303135.0,25.4,49.06100000000001,6.16,1207.0 +Nicaragua,1850,America,345374.0,25.4,49.06100000000001,6.16,1342.0 +Nicaragua,1860,America,375911.0,25.4,49.06100000000001,6.16,1492.0 +Nicaragua,1870,America,405582.0,25.4,49.06100000000001,6.16,1659.0 +Nicaragua,1880,America,449633.0,25.4,49.06100000000001,6.16,1845.0 +Nicaragua,1890,America,505573.0,25.4,49.06100000000001,6.16,2052.0 +Nicaragua,1900,America,571352.0,25.4,49.17100000000001,6.16,2282.0 +Nicaragua,1910,America,659199.0,25.4,49.963,6.16,2537.0 +Nicaragua,1920,America,759914.0,24.56,49.94,6.16,2821.0 +Nicaragua,1930,America,815187.0,29.14,57.231,6.16,3136.0 +Nicaragua,1940,America,986178.0,34.47,64.64,6.4,3019.0 +Nicaragua,1950,America,1294993.0,42.88,74.259,6.88,3527.0 +Nicaragua,1951,America,1331740.0,43.38,75.263,6.98,3651.0 +Nicaragua,1952,America,1371525.0,44.18,76.227,7.16,4140.0 +Nicaragua,1953,America,1414276.0,44.98,77.154,7.3,4110.0 +Nicaragua,1954,America,1459850.0,45.78,78.044,7.4,4356.0 +Nicaragua,1955,America,1508020.0,46.59,78.9,7.47,4503.0 +Nicaragua,1956,America,1558473.0,47.4,79.16,7.5,4360.0 +Nicaragua,1957,America,1610819.0,48.22,79.42,7.5,4580.0 +Nicaragua,1958,America,1664607.0,49.04,79.63,7.46,4450.0 +Nicaragua,1959,America,1719364.0,49.86,79.85,7.41,4373.0 +Nicaragua,1960,America,1774696.0,50.69,80.07,7.34,4292.0 +Nicaragua,1961,America,1830400.0,51.53,80.3,7.26,4466.0 +Nicaragua,1962,America,1886560.0,52.36,80.52,7.18,4793.0 +Nicaragua,1963,America,1943591.0,53.19,80.75,7.11,5143.0 +Nicaragua,1964,America,2002119.0,54.04,81.0,7.05,5559.0 +Nicaragua,1965,America,2062633.0,54.88,81.24,7.01,5892.0 +Nicaragua,1966,America,2125233.0,55.74,81.50999999999998,6.98,5890.0 +Nicaragua,1967,America,2189880.0,56.6,81.80000000000003,6.96,6097.0 +Nicaragua,1968,America,2256779.0,57.47,82.11999999999998,6.94,5981.0 +Nicaragua,1969,America,2326136.0,58.33,82.48,6.92,6173.0 +Nicaragua,1970,America,2398095.0,59.18,82.86,6.89,6031.0 +Nicaragua,1971,America,2472656.0,60.01,83.28,6.86,6120.0 +Nicaragua,1972,America,2549779.0,60.8,83.76,6.81,6128.0 +Nicaragua,1973,America,2629503.0,61.56,84.28999999999998,6.75,6249.0 +Nicaragua,1974,America,2711847.0,62.28,84.89,6.68,6914.0 +Nicaragua,1975,America,2796748.0,62.95,85.53,6.6,6680.0 +Nicaragua,1976,America,2884156.0,63.59,86.22,6.51,6796.0 +Nicaragua,1977,America,2973805.0,64.17,86.94999999999996,6.42,7137.0 +Nicaragua,1978,America,3065118.0,64.73,87.68,6.33,6433.0 +Nicaragua,1979,America,3157356.0,65.28,88.4,6.23,4575.0 +Nicaragua,1980,America,3249910.0,65.83,89.09,6.13,4577.0 +Nicaragua,1981,America,3342666.0,66.38,89.73,6.02,4658.0 +Nicaragua,1982,America,3435527.0,66.95,90.32,5.89,4493.0 +Nicaragua,1983,America,3527935.0,67.56,90.85,5.75,4593.0 +Nicaragua,1984,America,3619252.0,68.2,91.32,5.59,4390.0 +Nicaragua,1985,America,3709091.0,68.89,91.73,5.43,4112.0 +Nicaragua,1986,America,3796914.0,69.67,92.11,5.27,3934.0 +Nicaragua,1987,America,3882940.0,70.51,92.44,5.12,3808.0 +Nicaragua,1988,America,3968453.0,71.4,92.74,4.99,3295.0 +Nicaragua,1989,America,4055262.0,72.35,93.03,4.87,3159.0 +Nicaragua,1990,America,4144564.0,73.3,93.31,4.75,3025.0 +Nicaragua,1991,America,4236805.0,73.7,93.6,4.64,2948.0 +Nicaragua,1992,America,4331273.0,73.6,93.88,4.52,2888.0 +Nicaragua,1993,America,4426577.0,73.9,94.17,4.38,2807.0 +Nicaragua,1994,America,4520727.0,74.1,94.45,4.23,2833.0 +Nicaragua,1995,America,4612229.0,74.4,94.73,4.06,2934.0 +Nicaragua,1996,America,4700777.0,74.7,95.0,3.88,3057.0 +Nicaragua,1997,America,4786641.0,75.0,95.26,3.7,3117.0 +Nicaragua,1998,America,4869627.0,73.2,94.97,3.54,3175.0 +Nicaragua,1999,America,4949661.0,75.6,95.75,3.38,3342.0 +Nicaragua,2000,America,5026792.0,76.0,95.97,3.25,3424.0 +Nicaragua,2001,America,5100750.0,76.2,96.17,3.14,3474.0 +Nicaragua,2002,America,5171736.0,76.3,96.36,3.05,3452.0 +Nicaragua,2003,America,5240876.0,76.3,96.53,2.97,3493.0 +Nicaragua,2004,America,5309703.0,76.4,96.68,2.9,3632.0 +Nicaragua,2005,America,5379327.0,76.6,96.83,2.85,3740.0 +Nicaragua,2006,America,5450217.0,76.7,96.96,2.8,3846.0 +Nicaragua,2007,America,5522119.0,76.8,97.08,2.76,3998.0 +Nicaragua,2008,America,5594524.0,77.0,97.19,2.72,4060.0 +Nicaragua,2009,America,5666595.0,77.1,97.29,2.68,3896.0 +Nicaragua,2010,America,5737722.0,77.2,97.39,2.63,3966.0 +Nicaragua,2011,America,5807787.0,77.4,97.48,2.59,4154.0 +Nicaragua,2012,America,5877034.0,77.5,97.56,2.54,4304.0 +Nicaragua,2013,America,5945646.0,77.6,97.65,2.5,4432.0 +Nicaragua,2014,America,6013913.0,77.8,97.72,2.46,4574.0 +Nicaragua,2015,America,6082032.0,78.0,97.79,2.42,4712.0 +Niger,1800,Africa,1244861.0,30.8,56.687,6.83,446.0 +Niger,1810,Africa,1244861.0,30.8,56.687,6.83,447.0 +Niger,1820,Africa,1262280.0,30.8,56.687,6.83,447.0 +Niger,1830,Africa,1312557.0,30.8,56.687,6.83,470.0 +Niger,1840,Africa,1383237.0,30.8,56.687,6.83,493.0 +Niger,1850,Africa,1457723.0,30.8,56.687,6.83,517.0 +Niger,1860,Africa,1543423.0,30.8,56.687,6.83,543.0 +Niger,1870,Africa,1634127.0,30.8,56.687,6.83,569.0 +Niger,1880,Africa,1729822.0,30.8,56.687,6.83,598.0 +Niger,1890,Africa,1831048.0,30.8,56.687,6.83,627.0 +Niger,1900,Africa,1938530.0,30.8,56.78099999999999,6.83,658.0 +Niger,1910,Africa,2052052.0,30.8,57.45400000000001,6.83,691.0 +Niger,1920,Africa,2169089.0,30.8,58.466,6.83,735.0 +Niger,1930,Africa,2285892.0,30.8,59.456,6.84,806.0 +Niger,1940,Africa,2408985.0,30.8,60.38800000000001,6.85,883.0 +Niger,1950,Africa,2559703.0,35.53,65.96,6.86,967.0 +Niger,1951,Africa,2637582.0,35.61,66.042,6.87,989.0 +Niger,1952,Africa,2717047.0,35.72,66.125,6.88,1011.0 +Niger,1953,Africa,2797435.0,35.83,66.359,6.89,1032.0 +Niger,1954,Africa,2878395.0,35.95,66.53,6.91,1054.0 +Niger,1955,Africa,2959896.0,36.08,66.85,6.93,1077.0 +Niger,1956,Africa,3042231.0,36.22,67.212,6.95,1099.0 +Niger,1957,Africa,3126010.0,36.37,67.61500000000001,6.97,1121.0 +Niger,1958,Africa,3212101.0,36.51,67.70400000000001,7.0,1144.0 +Niger,1959,Africa,3301531.0,36.67,67.792,7.02,1167.0 +Niger,1960,Africa,3395212.0,36.82,67.88000000000001,7.05,1220.0 +Niger,1961,Africa,3493636.0,36.97,67.968,7.08,1248.0 +Niger,1962,Africa,3596613.0,37.1,68.05600000000001,7.12,1355.0 +Niger,1963,Africa,3703159.0,37.24,68.143,7.15,1461.0 +Niger,1964,Africa,3811813.0,37.36,68.23,7.19,1437.0 +Niger,1965,Africa,3921581.0,37.49,68.31700000000001,7.22,1517.0 +Niger,1966,Africa,4032210.0,37.61,68.404,7.26,1469.0 +Niger,1967,Africa,4144238.0,37.73,68.49,7.3,1448.0 +Niger,1968,Africa,4258415.0,37.88,68.12,7.34,1432.0 +Niger,1969,Africa,4375837.0,38.05,67.71000000000001,7.38,1362.0 +Niger,1970,Africa,4497355.0,38.24,67.30000000000001,7.42,1376.0 +Niger,1971,Africa,4623121.0,38.45,66.91,7.46,1426.0 +Niger,1972,Africa,4753054.0,38.69,66.57,7.5,1325.0 +Niger,1973,Africa,4887484.0,38.95,66.3,7.53,1077.0 +Niger,1974,Africa,5026744.0,39.25,66.19999999999999,7.55,1148.0 +Niger,1975,Africa,5171029.0,39.57,66.29,7.58,1093.0 +Niger,1976,Africa,5320869.0,39.97,66.53999999999999,7.6,1077.0 +Niger,1977,Africa,5476206.0,40.4,66.95,7.63,1135.0 +Niger,1978,Africa,5635954.0,40.9,67.39999999999999,7.65,1260.0 +Niger,1979,Africa,5798584.0,41.44,67.8,7.68,1320.0 +Niger,1980,Africa,5963159.0,42.0,68.04,7.71,1353.0 +Niger,1981,Africa,6129762.0,42.58,68.08999999999999,7.73,1337.0 +Niger,1982,Africa,6299343.0,43.13,67.9,7.75,1291.0 +Niger,1983,Africa,6472971.0,43.66,67.55,7.76,1237.0 +Niger,1984,Africa,6652110.0,44.15,67.11,7.77,1004.0 +Niger,1985,Africa,6838170.0,44.63,66.71000000000001,7.78,997.0 +Niger,1986,Africa,7031675.0,45.09,66.42,7.77,1018.0 +Niger,1987,Africa,7233482.0,45.57,66.31,7.77,958.0 +Niger,1988,Africa,7445788.0,46.07,66.43,7.77,988.0 +Niger,1989,Africa,7671233.0,46.62,66.71000000000001,7.76,965.0 +Niger,1990,Africa,7911884.0,47.2,67.17999999999999,7.76,924.0 +Niger,1991,Africa,8168834.0,47.9,67.81,7.76,918.0 +Niger,1992,Africa,8442330.0,48.2,68.63,7.77,830.0 +Niger,1993,Africa,8732500.0,48.6,69.61999999999999,7.77,814.0 +Niger,1994,Africa,9039088.0,49.1,70.78,7.77,818.0 +Niger,1995,Africa,9361912.0,49.5,72.05,7.77,811.0 +Niger,1996,Africa,9701730.0,50.2,73.29,7.77,809.0 +Niger,1997,Africa,10058960.0,50.6,74.41,7.77,802.0 +Niger,1998,Africa,10432657.0,51.2,75.42,7.76,854.0 +Niger,1999,Africa,10821434.0,51.8,76.36,7.74,819.0 +Niger,2000,Africa,11224523.0,52.4,77.27,7.73,778.0 +Niger,2001,Africa,11642308.0,52.9,78.24,7.7,804.0 +Niger,2002,Africa,12075991.0,53.7,79.3,7.68,798.0 +Niger,2003,Africa,12526725.0,54.4,80.43,7.66,811.0 +Niger,2004,Africa,12996012.0,55.2,81.59,7.64,782.0 +Niger,2005,Africa,13485436.0,55.9,82.73,7.62,788.0 +Niger,2006,Africa,13995530.0,56.6,83.82000000000002,7.6,804.0 +Niger,2007,Africa,14527631.0,57.3,84.87,7.59,799.0 +Niger,2008,Africa,15085130.0,58.0,85.87,7.59,843.0 +Niger,2009,Africa,15672194.0,58.6,86.79,7.59,806.0 +Niger,2010,Africa,16291990.0,59.2,87.64,7.58,841.0 +Niger,2011,Africa,16946485.0,59.6,88.39,7.58,828.0 +Niger,2012,Africa,17635782.0,60.0,89.03999999999998,7.57,891.0 +Niger,2013,Africa,18358863.0,60.4,89.59,7.56,897.0 +Niger,2014,Africa,19113728.0,60.7,90.03999999999998,7.54,923.0 +Niger,2015,Africa,19899120.0,61.0,90.45,7.51,943.0 +Nigeria,1800,Africa,12100855.0,30.4,56.154,6.55,851.0 +Nigeria,1810,Africa,12100855.0,30.4,56.154,6.55,867.0 +Nigeria,1820,Africa,12238319.0,30.4,56.154,6.55,882.0 +Nigeria,1830,Africa,12633330.0,30.4,56.154,6.55,923.0 +Nigeria,1840,Africa,13184823.0,30.4,56.154,6.55,966.0 +Nigeria,1850,Africa,13760390.0,30.4,56.154,6.55,1011.0 +Nigeria,1860,Africa,14374142.0,30.4,56.154,6.55,1058.0 +Nigeria,1870,Africa,15015256.0,30.4,56.154,6.55,1108.0 +Nigeria,1880,Africa,15683139.0,30.4,56.154,6.55,1159.0 +Nigeria,1890,Africa,16380516.0,30.4,56.154,6.55,1213.0 +Nigeria,1900,Africa,17111076.0,30.4,56.248999999999995,6.55,1269.0 +Nigeria,1910,Africa,17872899.0,30.4,56.93,6.55,1328.0 +Nigeria,1920,Africa,18664138.0,30.4,57.955,6.55,1529.0 +Nigeria,1930,Africa,19220499.0,30.4,58.618,6.51,1857.0 +Nigeria,1940,Africa,26625012.0,30.4,59.06,6.43,2254.0 +Nigeria,1950,Africa,37859745.0,34.93,62.997,6.36,2735.0 +Nigeria,1951,Africa,38431323.0,35.25,63.271,6.36,2843.0 +Nigeria,1952,Africa,39049831.0,35.74,63.66,6.35,2971.0 +Nigeria,1953,Africa,39707796.0,36.25,63.99800000000001,6.35,2981.0 +Nigeria,1954,Africa,40399771.0,36.79,64.332,6.35,3141.0 +Nigeria,1955,Africa,41122333.0,37.35,64.66300000000001,6.35,3106.0 +Nigeria,1956,Africa,41874186.0,37.93,64.991,6.35,2975.0 +Nigeria,1957,Africa,42656058.0,38.53,65.316,6.35,2975.0 +Nigeria,1958,Africa,43470429.0,39.14,65.63799999999999,6.36,3090.0 +Nigeria,1959,Africa,44321061.0,39.76,65.958,6.36,3151.0 +Nigeria,1960,Africa,45211614.0,40.39,66.274,6.35,3810.0 +Nigeria,1961,Africa,46144154.0,41.0,66.58800000000001,6.35,3551.0 +Nigeria,1962,Africa,47117859.0,41.61,66.898,6.35,3585.0 +Nigeria,1963,Africa,48128460.0,42.19,67.063,6.34,3788.0 +Nigeria,1964,Africa,49169819.0,42.75,67.25,6.34,3803.0 +Nigeria,1965,Africa,50238569.0,43.29,67.95,6.34,3524.0 +Nigeria,1966,Africa,51336375.0,43.81,68.61999999999999,6.34,3252.0 +Nigeria,1967,Africa,52468593.0,38.31,69.30000000000001,6.36,2666.0 +Nigeria,1968,Africa,53640547.0,33.47,70.0,6.39,2610.0 +Nigeria,1969,Africa,54859201.0,31.63,70.74000000000002,6.43,2988.0 +Nigeria,1970,Africa,56131844.0,41.79,71.51,6.47,3483.0 +Nigeria,1971,Africa,57453734.0,46.56,72.28999999999998,6.52,3889.0 +Nigeria,1972,Africa,58829319.0,47.16,73.11000000000001,6.58,3928.0 +Nigeria,1973,Africa,60285453.0,47.77,73.96000000000002,6.63,4042.0 +Nigeria,1974,Africa,61857023.0,48.38,74.77000000000002,6.67,4381.0 +Nigeria,1975,Africa,63565598.0,49.0,75.57000000000002,6.71,4044.0 +Nigeria,1976,Africa,65426976.0,49.62,76.32,6.74,4288.0 +Nigeria,1977,Africa,67425435.0,50.24,77.01,6.76,4415.0 +Nigeria,1978,Africa,69512233.0,50.84,77.62,6.77,4040.0 +Nigeria,1979,Africa,71619216.0,51.42,78.14,6.78,4192.0 +Nigeria,1980,Africa,73698096.0,51.95,78.56,6.78,4250.0 +Nigeria,1981,Africa,75729572.0,52.41,78.85,6.78,3598.0 +Nigeria,1982,Africa,77729802.0,52.8,79.03999999999998,6.77,3474.0 +Nigeria,1983,Africa,79729311.0,53.12,79.11,6.75,3221.0 +Nigeria,1984,Africa,81775215.0,53.36,79.12,6.73,3081.0 +Nigeria,1985,Africa,83901570.0,53.54,79.05,6.7,3258.0 +Nigeria,1986,Africa,86118043.0,53.67,78.94,6.66,2901.0 +Nigeria,1987,Africa,88412917.0,53.78,78.85,6.63,2526.0 +Nigeria,1988,Africa,90773613.0,53.88,78.78,6.58,2650.0 +Nigeria,1989,Africa,93179755.0,53.98,78.74,6.54,2753.0 +Nigeria,1990,Africa,95617345.0,54.1,78.75,6.49,3030.0 +Nigeria,1991,Africa,98085436.0,54.3,78.78,6.44,2936.0 +Nigeria,1992,Africa,100592458.0,54.4,78.83,6.4,2875.0 +Nigeria,1993,Africa,103145093.0,54.5,78.9,6.35,2863.0 +Nigeria,1994,Africa,105753088.0,54.9,79.03,6.3,2817.0 +Nigeria,1995,Africa,108424822.0,55.0,79.22,6.26,2740.0 +Nigeria,1996,Africa,111164651.0,55.0,79.49,6.22,2805.0 +Nigeria,1997,Africa,113975055.0,55.0,79.86,6.19,2813.0 +Nigeria,1998,Africa,116860691.0,55.1,80.3,6.15,2818.0 +Nigeria,1999,Africa,119826231.0,55.2,80.80000000000003,6.13,2761.0 +Nigeria,2000,Africa,122876723.0,55.2,81.32,6.1,2836.0 +Nigeria,2001,Africa,126014935.0,55.4,81.87,6.08,2888.0 +Nigeria,2002,Africa,129246283.0,55.3,82.44,6.06,2922.0 +Nigeria,2003,Africa,132581484.0,55.6,83.01,6.04,3144.0 +Nigeria,2004,Africa,136033321.0,56.1,83.59,6.03,4098.0 +Nigeria,2005,Africa,139611303.0,56.8,84.19,6.02,4130.0 +Nigeria,2006,Africa,143318011.0,57.4,84.78,6.02,4353.0 +Nigeria,2007,Africa,147152502.0,58.3,85.36,6.02,4528.0 +Nigeria,2008,Africa,151115683.0,59.2,85.91,6.02,4684.0 +Nigeria,2009,Africa,155207145.0,60.3,86.45,6.02,4874.0 +Nigeria,2010,Africa,159424742.0,61.2,86.97,6.02,5114.0 +Nigeria,2011,Africa,163770669.0,62.0,87.45,6.02,5217.0 +Nigeria,2012,Africa,168240403.0,62.6,87.91,6.0,5291.0 +Nigeria,2013,Africa,172816517.0,63.3,88.34,5.98,5423.0 +Nigeria,2014,Africa,177475986.0,63.7,88.75,5.94,5607.0 +Nigeria,2015,Africa,182201962.0,64.6,89.12,5.89,5727.0 +Norway,1800,Europe,868570.0,37.92,66.42699999999999,4.32,1278.0 +Norway,1810,Europe,918398.0,36.48,66.42699999999999,3.87,1299.0 +Norway,1820,Europe,995904.0,46.96,68.087,4.79,1320.0 +Norway,1830,Europe,1115667.0,45.75,73.859,4.65,1403.0 +Norway,1840,Europe,1252476.0,45.62,77.78,4.01,1604.0 +Norway,1850,Europe,1401619.0,49.53,83.163,4.45,1675.0 +Norway,1860,Europe,1580366.0,50.0,82.72399999999998,4.63,2033.0 +Norway,1870,Europe,1746718.0,50.86,83.774,4.26,2483.0 +Norway,1880,Europe,1883716.0,51.91,84.789,4.53,2827.0 +Norway,1890,Europe,2003954.0,48.6,82.21199999999997,4.43,3251.0 +Norway,1900,Europe,2214923.0,53.47,86.649,4.4,3643.0 +Norway,1910,Europe,2383631.0,57.99,90.645,3.82,4332.0 +Norway,1920,Europe,2634635.0,58.89,91.319,3.61,5483.0 +Norway,1930,Europe,2807922.0,64.11,94.074,2.19,7369.0 +Norway,1940,Europe,2971546.0,65.89,95.071,1.95,8349.0 +Norway,1950,Europe,3265278.0,71.64,96.71,2.52,11452.0 +Norway,1951,Europe,3300422.0,72.58,96.91,2.48,11986.0 +Norway,1952,Europe,3333895.0,72.72,97.09,2.61,12316.0 +Norway,1953,Europe,3366281.0,73.2,97.24,2.66,12707.0 +Norway,1954,Europe,3398028.0,73.28,97.34,2.7,13247.0 +Norway,1955,Europe,3429431.0,73.5,97.42,2.79,13438.0 +Norway,1956,Europe,3460640.0,73.55,97.48,2.86,14054.0 +Norway,1957,Europe,3491657.0,73.5,97.54,2.86,14379.0 +Norway,1958,Europe,3522361.0,73.5,97.61,2.89,14285.0 +Norway,1959,Europe,3552545.0,73.63,97.67,2.91,14797.0 +Norway,1960,Europe,3582016.0,73.66,97.74,2.88,15542.0 +Norway,1961,Europe,3610710.0,73.67,97.79,2.91,16425.0 +Norway,1962,Europe,3638791.0,73.55,97.85,2.89,16793.0 +Norway,1963,Europe,3666690.0,73.2,97.9,2.91,17347.0 +Norway,1964,Europe,3694987.0,73.7,97.96,2.96,18118.0 +Norway,1965,Europe,3724065.0,73.83,98.03,2.93,18980.0 +Norway,1966,Europe,3754010.0,74.11,98.1,2.89,19588.0 +Norway,1967,Europe,3784579.0,74.18,98.18,2.8,20686.0 +Norway,1968,Europe,3815399.0,74.07,98.25,2.75,21022.0 +Norway,1969,Europe,3845932.0,73.78,98.31,2.69,21845.0 +Norway,1970,Europe,3875719.0,74.19,98.38,2.5,22186.0 +Norway,1971,Europe,3904750.0,74.3,98.44,2.49,23239.0 +Norway,1972,Europe,3932945.0,74.46,98.5,2.38,24308.0 +Norway,1973,Europe,3959705.0,74.56,98.57,2.23,25278.0 +Norway,1974,Europe,3984291.0,74.88,98.64,2.13,26252.0 +Norway,1975,Europe,4006221.0,74.93,98.71,1.98,27553.0 +Norway,1976,Europe,4025297.0,75.17,98.78,1.86,29117.0 +Norway,1977,Europe,4041789.0,75.51,98.85,1.75,30319.0 +Norway,1978,Europe,4056280.0,75.54,98.91,1.77,31348.0 +Norway,1979,Europe,4069626.0,75.54,98.96,1.75,32737.0 +Norway,1980,Europe,4082525.0,75.8,98.99,1.72,34346.0 +Norway,1981,Europe,4095177.0,76.0,99.01,1.7,34659.0 +Norway,1982,Europe,4107655.0,76.13,99.01,1.71,34704.0 +Norway,1983,Europe,4120386.0,76.19,99.0,1.66,35932.0 +Norway,1984,Europe,4133833.0,76.36,98.99,1.66,38057.0 +Norway,1985,Europe,4148355.0,76.07,98.98,1.68,40031.0 +Norway,1986,Europe,4164166.0,76.21,98.97,1.71,41450.0 +Norway,1987,Europe,4181326.0,76.07,98.99,1.75,42225.0 +Norway,1988,Europe,4199817.0,76.17,99.02,1.84,42101.0 +Norway,1989,Europe,4219532.0,76.52,99.07,1.89,42449.0 +Norway,1990,Europe,4240375.0,76.6,99.13,1.93,43296.0 +Norway,1991,Europe,4262367.0,77.0,99.21,1.92,44419.0 +Norway,1992,Europe,4285504.0,77.1,99.28,1.88,45742.0 +Norway,1993,Europe,4309606.0,77.5,99.34,1.86,46765.0 +Norway,1994,Europe,4334434.0,77.7,99.39,1.87,48850.0 +Norway,1995,Europe,4359788.0,77.9,99.43,1.87,50616.0 +Norway,1996,Europe,4385951.0,78.2,99.46,1.89,52892.0 +Norway,1997,Europe,4412958.0,78.3,99.48,1.86,55386.0 +Norway,1998,Europe,4440109.0,78.3,99.49,1.81,56502.0 +Norway,1999,Europe,4466468.0,78.5,99.5,1.85,57246.0 +Norway,2000,Europe,4491572.0,78.6,99.51,1.85,58699.0 +Norway,2001,Europe,4514907.0,78.9,99.53,1.78,59620.0 +Norway,2002,Europe,4537240.0,79.1,99.55,1.75,60152.0 +Norway,2003,Europe,4560947.0,79.5,99.56,1.8,60351.0 +Norway,2004,Europe,4589241.0,79.8,99.58,1.83,62370.0 +Norway,2005,Europe,4624388.0,80.2,99.6,1.84,63573.0 +Norway,2006,Europe,4667105.0,80.4,99.61,1.9,64573.0 +Norway,2007,Europe,4716584.0,80.6,99.63,1.9,65781.0 +Norway,2008,Europe,4771633.0,80.8,99.64,1.96,65216.0 +Norway,2009,Europe,4830371.0,80.8,99.66,1.98,63354.0 +Norway,2010,Europe,4891251.0,81.1,99.68,1.95,62946.0 +Norway,2011,Europe,4953945.0,81.1,99.69,1.88,62737.0 +Norway,2012,Europe,5018367.0,81.6,99.71,1.85,63620.0 +Norway,2013,Europe,5083450.0,81.6,99.72,1.93,63322.0 +Norway,2014,Europe,5147970.0,82.0,99.73,1.93,64020.0 +Norway,2015,Europe,5210967.0,82.0,99.75,1.93,64304.0 +Oman,1800,Asia,318000.0,32.3,58.638999999999996,6.88,915.0 +Oman,1810,Asia,318000.0,32.3,58.638999999999996,6.88,917.0 +Oman,1820,Asia,320411.0,32.3,58.638999999999996,6.88,918.0 +Oman,1830,Asia,327296.0,32.3,58.638999999999996,6.88,957.0 +Oman,1840,Asia,336812.0,32.3,58.638999999999996,6.88,998.0 +Oman,1850,Asia,346606.0,32.3,58.638999999999996,6.88,1040.0 +Oman,1860,Asia,356413.0,32.3,58.638999999999996,6.88,1084.0 +Oman,1870,Asia,368037.0,32.3,58.638999999999996,6.88,1130.0 +Oman,1880,Asia,382837.0,32.3,58.638999999999996,6.88,1225.0 +Oman,1890,Asia,399816.0,32.3,58.638999999999996,6.88,1327.0 +Oman,1900,Asia,417606.0,32.3,58.728,6.88,1439.0 +Oman,1910,Asia,436152.0,32.3,58.948,6.88,1559.0 +Oman,1920,Asia,444064.0,32.3,59.179,6.88,1769.0 +Oman,1930,Asia,447387.0,32.3,59.51299999999999,6.95,2115.0 +Oman,1940,Asia,450735.0,32.3,59.846,7.1,2525.0 +Oman,1950,Asia,456418.0,35.17,60.175,7.25,3010.0 +Oman,1951,Asia,462257.0,35.74,60.208,7.25,3148.0 +Oman,1952,Asia,469350.0,36.78,60.24100000000001,7.25,3293.0 +Oman,1953,Asia,477437.0,37.81,60.27400000000001,7.25,3445.0 +Oman,1954,Asia,486310.0,38.82,60.30599999999999,7.25,3599.0 +Oman,1955,Asia,495824.0,39.82,60.339,7.25,3759.0 +Oman,1956,Asia,505889.0,40.8,60.372,7.25,3930.0 +Oman,1957,Asia,516473.0,41.78,60.405,7.25,4101.0 +Oman,1958,Asia,527598.0,42.75,60.43700000000001,7.25,4288.0 +Oman,1959,Asia,539327.0,43.7,60.47,7.25,4470.0 +Oman,1960,Asia,551737.0,44.64,62.32,7.25,4654.0 +Oman,1961,Asia,564895.0,45.57,64.09,7.25,4611.0 +Oman,1962,Asia,578825.0,46.47,65.85,7.25,5428.0 +Oman,1963,Asia,593504.0,47.37,67.41999999999999,7.26,5539.0 +Oman,1964,Asia,608889.0,48.26,68.96,7.26,5419.0 +Oman,1965,Asia,625007.0,49.13,70.45,7.27,5322.0 +Oman,1966,Asia,642005.0,49.97,71.87,7.28,5472.0 +Oman,1967,Asia,660117.0,50.8,73.25,7.28,8890.0 +Oman,1968,Asia,679593.0,51.62,74.61,7.29,15768.0 +Oman,1969,Asia,700729.0,52.43,75.95,7.29,19335.0 +Oman,1970,Asia,723850.0,53.26,77.24,7.31,19472.0 +Oman,1971,Asia,748971.0,54.14,78.49000000000002,7.35,19104.0 +Oman,1972,Asia,776379.0,55.07,79.73,7.41,20283.0 +Oman,1973,Asia,806989.0,56.06,80.91999999999999,7.5,16951.0 +Oman,1974,Asia,841947.0,57.11,82.1,7.62,18360.0 +Oman,1975,Asia,882044.0,58.2,83.26,7.75,22184.0 +Oman,1976,Asia,927439.0,59.32,84.42,7.89,23966.0 +Oman,1977,Asia,977806.0,60.45,85.56,8.02,22951.0 +Oman,1978,Asia,1032799.0,61.57,86.69,8.14,21418.0 +Oman,1979,Asia,1091855.0,62.65,87.78,8.23,21258.0 +Oman,1980,Asia,1154375.0,63.7,88.84,8.3,21463.0 +Oman,1981,Asia,1220548.0,64.69,89.86,8.34,23905.0 +Oman,1982,Asia,1290007.0,65.65,90.84,8.35,25439.0 +Oman,1983,Asia,1360921.0,66.59,91.76,8.34,28410.0 +Oman,1984,Asia,1430926.0,67.48,92.61,8.3,31842.0 +Oman,1985,Asia,1498416.0,68.35,93.39,8.22,34967.0 +Oman,1986,Asia,1561493.0,69.17,94.07,8.1,34510.0 +Oman,1987,Asia,1620573.0,69.95,94.67,7.93,36053.0 +Oman,1988,Asia,1679089.0,70.7,95.19,7.72,35924.0 +Oman,1989,Asia,1741965.0,71.41,95.64,7.46,36220.0 +Oman,1990,Asia,1812159.0,72.1,96.06,7.16,35076.0 +Oman,1991,Asia,1892345.0,72.5,96.43,6.83,35728.0 +Oman,1992,Asia,1979914.0,72.9,96.76,6.47,37147.0 +Oman,1993,Asia,2066264.0,73.3,97.06,6.1,37882.0 +Oman,1994,Asia,2139539.0,73.6,97.32,5.72,38131.0 +Oman,1995,Asia,2191864.0,73.9,97.55,5.35,39194.0 +Oman,1996,Asia,2219768.0,74.2,97.75,4.98,39990.0 +Oman,1997,Asia,2227596.0,74.5,97.92,4.63,42370.0 +Oman,1998,Asia,2224922.0,74.8,98.08,4.3,43621.0 +Oman,1999,Asia,2225481.0,75.1,98.22,3.99,43544.0 +Oman,2000,Asia,2239403.0,75.2,98.34,3.72,45472.0 +Oman,2001,Asia,2272547.0,75.4,98.45,3.49,46523.0 +Oman,2002,Asia,2323203.0,75.4,98.54,3.3,44628.0 +Oman,2003,Asia,2385075.0,75.6,98.62,3.14,41970.0 +Oman,2004,Asia,2448194.0,75.8,98.68,3.03,41220.0 +Oman,2005,Asia,2506891.0,76.0,98.73,2.95,41270.0 +Oman,2006,Asia,2553376.0,76.0,98.77,2.91,42933.0 +Oman,2007,Asia,2593750.0,76.0,98.79,2.89,44585.0 +Oman,2008,Asia,2652281.0,76.2,98.81,2.89,47799.0 +Oman,2009,Asia,2762073.0,76.2,98.83,2.89,49393.0 +Oman,2010,Asia,2943747.0,76.1,98.83,2.9,49188.0 +Oman,2011,Asia,3210003.0,76.3,98.84,2.9,45081.0 +Oman,2012,Asia,3545192.0,76.6,98.84,2.88,44060.0 +Oman,2013,Asia,3906912.0,76.8,98.83,2.85,41770.0 +Oman,2014,Asia,4236057.0,77.0,98.84,2.81,48201.0 +Oman,2015,Asia,4490541.0,77.2,98.84,2.75,48226.0 +Pakistan,1800,Asia,13123633.0,25.8,49.815,6.59,1021.0 +Pakistan,1810,Asia,13385672.0,25.8,49.815,6.59,1020.0 +Pakistan,1820,Asia,13699962.0,25.8,49.815,6.59,1019.0 +Pakistan,1830,Asia,14110059.0,25.8,49.815,6.59,1020.0 +Pakistan,1840,Asia,14581666.0,25.8,49.815,6.59,1022.0 +Pakistan,1850,Asia,15069036.0,25.8,49.815,6.59,1023.0 +Pakistan,1860,Asia,15586758.0,25.8,49.815,6.59,1025.0 +Pakistan,1870,Asia,16199658.0,25.8,49.815,6.59,1027.0 +Pakistan,1880,Asia,16977586.0,26.32,49.815,6.59,1052.0 +Pakistan,1890,Asia,17873100.0,25.54,49.815,6.59,1128.0 +Pakistan,1900,Asia,18819218.0,21.06,49.92300000000001,6.59,1159.0 +Pakistan,1910,Asia,19813366.0,22.44,50.703,6.59,1349.0 +Pakistan,1920,Asia,21317683.0,25.54,44.187,6.59,1232.0 +Pakistan,1930,Asia,23358708.0,28.84,52.19499999999999,6.59,1417.0 +Pakistan,1940,Asia,27847671.0,32.44,59.678,6.6,1349.0 +Pakistan,1950,Asia,37542380.0,36.23,59.29,6.6,1176.0 +Pakistan,1951,Asia,37976075.0,36.85,61.12,6.6,1112.0 +Pakistan,1952,Asia,38485341.0,38.07,62.85000000000001,6.6,1091.0 +Pakistan,1953,Asia,39065871.0,39.26,64.53,6.6,1167.0 +Pakistan,1954,Asia,39714074.0,40.42,66.11,6.6,1167.0 +Pakistan,1955,Asia,40427072.0,41.56,67.58999999999999,6.6,1166.0 +Pakistan,1956,Asia,41202729.0,42.67,68.99,6.6,1171.0 +Pakistan,1957,Asia,42039623.0,43.75,70.33,6.6,1193.0 +Pakistan,1958,Asia,42936961.0,44.8,71.56,6.6,1180.0 +Pakistan,1959,Asia,43894437.0,45.81,72.72000000000001,6.6,1164.0 +Pakistan,1960,Asia,44911810.0,46.79,73.81,6.6,1191.0 +Pakistan,1961,Asia,45988447.0,47.73,74.83999999999997,6.6,1231.0 +Pakistan,1962,Asia,47122931.0,48.63,75.81,6.6,1286.0 +Pakistan,1963,Asia,48312888.0,49.47,76.73,6.6,1332.0 +Pakistan,1964,Asia,49555472.0,50.27,77.57000000000002,6.6,1396.0 +Pakistan,1965,Asia,50848775.0,51.01,78.33,6.6,1421.0 +Pakistan,1966,Asia,52194629.0,51.7,79.02,6.6,1497.0 +Pakistan,1967,Asia,53594445.0,52.34,79.62,6.6,1513.0 +Pakistan,1968,Asia,55045897.0,52.95,80.17,6.6,1577.0 +Pakistan,1969,Asia,56545924.0,53.52,80.67,6.6,1636.0 +Pakistan,1970,Asia,58094239.0,54.06,81.11999999999998,6.6,1758.0 +Pakistan,1971,Asia,59690467.0,54.6,81.53,6.6,1721.0 +Pakistan,1972,Asia,61341255.0,55.12,81.89999999999998,6.61,1690.0 +Pakistan,1973,Asia,63062204.0,55.64,82.23,6.61,1765.0 +Pakistan,1974,Asia,64873705.0,56.16,82.54,6.61,1781.0 +Pakistan,1975,Asia,66791496.0,56.68,82.80000000000003,6.61,1811.0 +Pakistan,1976,Asia,68818471.0,57.17,83.04,6.61,1864.0 +Pakistan,1977,Asia,70953777.0,57.63,83.27,6.6,1897.0 +Pakistan,1978,Asia,73204087.0,58.05,83.47,6.58,2002.0 +Pakistan,1979,Asia,75575981.0,58.44,83.66,6.56,2018.0 +Pakistan,1980,Asia,78071984.0,58.79,83.85000000000002,6.54,2155.0 +Pakistan,1981,Asia,80691701.0,59.13,84.04,6.51,2242.0 +Pakistan,1982,Asia,83427522.0,59.45,84.23,6.48,2333.0 +Pakistan,1983,Asia,86264621.0,59.77,84.44,6.46,2421.0 +Pakistan,1984,Asia,89183159.0,60.09,84.66,6.44,2458.0 +Pakistan,1985,Asia,92165065.0,60.43,84.89,6.41,2603.0 +Pakistan,1986,Asia,95207133.0,60.77,85.13,6.37,2689.0 +Pakistan,1987,Asia,98301647.0,61.11,85.38,6.31,2761.0 +Pakistan,1988,Asia,101420791.0,61.45,85.64,6.23,2853.0 +Pakistan,1989,Asia,104530689.0,61.78,85.89,6.14,2908.0 +Pakistan,1990,Asia,107607639.0,62.1,86.14,6.02,2961.0 +Pakistan,1991,Asia,110634399.0,62.2,86.4,5.9,3026.0 +Pakistan,1992,Asia,113616165.0,62.1,86.65,5.77,3174.0 +Pakistan,1993,Asia,116579605.0,62.0,86.9,5.63,3148.0 +Pakistan,1994,Asia,119564925.0,61.9,87.16999999999999,5.5,3183.0 +Pakistan,1995,Asia,122599749.0,61.8,87.42999999999998,5.36,3255.0 +Pakistan,1996,Asia,125697651.0,61.9,87.7,5.21,3324.0 +Pakistan,1997,Asia,128845692.0,61.8,87.97,5.04,3270.0 +Pakistan,1998,Asia,132013680.0,62.0,88.24,4.86,3266.0 +Pakistan,1999,Asia,135158132.0,62.1,88.51,4.67,3303.0 +Pakistan,2000,Asia,138250487.0,62.3,88.77000000000002,4.47,3366.0 +Pakistan,2001,Asia,141282077.0,62.5,89.02,4.29,3362.0 +Pakistan,2002,Asia,144271586.0,62.6,89.25,4.13,3405.0 +Pakistan,2003,Asia,147251530.0,62.8,89.47,3.99,3506.0 +Pakistan,2004,Asia,150267989.0,63.1,89.68,3.87,3698.0 +Pakistan,2005,Asia,153356383.0,62.2,89.88000000000002,3.79,3910.0 +Pakistan,2006,Asia,156524189.0,63.7,90.07000000000002,3.71,4076.0 +Pakistan,2007,Asia,159767672.0,63.8,90.26,3.65,4194.0 +Pakistan,2008,Asia,163096985.0,64.1,90.45,3.58,4187.0 +Pakistan,2009,Asia,166520983.0,64.3,90.63,3.51,4227.0 +Pakistan,2010,Asia,170043918.0,64.5,90.82,3.43,4220.0 +Pakistan,2011,Asia,173669648.0,64.9,91.01,3.35,4261.0 +Pakistan,2012,Asia,177392252.0,65.1,91.22,3.26,4337.0 +Pakistan,2013,Asia,181192646.0,65.4,91.44,3.19,4454.0 +Pakistan,2014,Asia,185044286.0,65.6,91.67,3.11,4619.0 +Pakistan,2015,Asia,188924874.0,65.9,91.89,3.04,4743.0 +Panama,1800,America,78842.0,32.9,59.404,5.36,847.0 +Panama,1810,America,78842.0,32.9,59.404,5.36,848.0 +Panama,1820,America,82788.0,32.9,59.404,5.36,850.0 +Panama,1830,America,94879.0,32.9,59.404,5.36,951.0 +Panama,1840,America,113509.0,32.9,59.404,5.36,1064.0 +Panama,1850,America,133955.0,32.9,59.404,5.36,1191.0 +Panama,1860,America,154637.0,32.9,59.404,5.36,1333.0 +Panama,1870,America,176627.0,32.9,59.404,5.36,1492.0 +Panama,1880,America,201637.0,32.9,59.404,5.36,1670.0 +Panama,1890,America,230232.0,32.9,59.404,5.36,1870.0 +Panama,1900,America,266472.0,32.9,59.49100000000001,5.36,2093.0 +Panama,1910,America,326165.0,32.9,60.12200000000001,5.53,2342.0 +Panama,1920,America,479942.0,33.9,62.153999999999996,5.22,2622.0 +Panama,1930,America,515938.0,35.9,65.238,5.1,2941.0 +Panama,1940,America,690917.0,42.4,72.678,5.2,3299.0 +Panama,1950,America,859660.0,56.11,87.77000000000002,5.68,3172.0 +Panama,1951,America,881346.0,56.42,88.09,5.7,3066.0 +Panama,1952,America,904387.0,56.99,88.44,5.75,3149.0 +Panama,1953,America,928713.0,57.56,88.77000000000002,5.79,3264.0 +Panama,1954,America,954272.0,58.14,89.1,5.82,3303.0 +Panama,1955,America,981032.0,58.72,89.41,5.85,3407.0 +Panama,1956,America,1008979.0,59.31,89.7,5.87,3496.0 +Panama,1957,America,1038120.0,59.89,89.99000000000002,5.88,3766.0 +Panama,1958,America,1068473.0,60.47,90.26,5.89,3719.0 +Panama,1959,America,1100067.0,61.05,90.53,5.88,3853.0 +Panama,1960,America,1132924.0,61.62,90.79,5.87,3970.0 +Panama,1961,America,1167041.0,62.17,91.05,5.85,4274.0 +Panama,1962,America,1202372.0,62.71,91.32,5.81,4502.0 +Panama,1963,America,1238824.0,63.22,91.58,5.77,4788.0 +Panama,1964,America,1276274.0,63.72,91.82,5.71,4852.0 +Panama,1965,America,1314627.0,64.21,92.04,5.64,5128.0 +Panama,1966,America,1353805.0,64.7,92.26,5.56,5352.0 +Panama,1967,America,1393800.0,65.18,92.48,5.47,5634.0 +Panama,1968,America,1434660.0,65.65,92.71,5.38,5873.0 +Panama,1969,America,1476478.0,66.15,92.95,5.28,6153.0 +Panama,1970,America,1519293.0,66.66,93.23,5.17,6345.0 +Panama,1971,America,1563113.0,67.18,93.53,5.06,6676.0 +Panama,1972,America,1607835.0,67.72,93.84,4.94,6843.0 +Panama,1973,America,1653257.0,68.26,94.14,4.81,7076.0 +Panama,1974,America,1699114.0,68.81,94.43,4.68,7046.0 +Panama,1975,America,1745207.0,69.35,94.67,4.54,6992.0 +Panama,1976,America,1791459.0,69.88,94.88,4.4,6941.0 +Panama,1977,America,1837887.0,70.38,95.07,4.26,6833.0 +Panama,1978,America,1884512.0,70.85,95.23,4.13,7372.0 +Panama,1979,America,1931393.0,71.3,95.39,4.0,7529.0 +Panama,1980,America,1978575.0,71.72,95.54,3.88,8486.0 +Panama,1981,America,2026057.0,72.1,95.7,3.78,8659.0 +Panama,1982,America,2073826.0,72.47,95.86,3.67,8957.0 +Panama,1983,America,2121921.0,72.8,96.02,3.58,8839.0 +Panama,1984,America,2170390.0,73.13,96.18,3.49,8624.0 +Panama,1985,America,2219276.0,73.45,96.33,3.41,8847.0 +Panama,1986,America,2268619.0,73.76,96.46,3.33,8954.0 +Panama,1987,America,2318444.0,74.06,96.59,3.26,8995.0 +Panama,1988,America,2368772.0,74.34,96.71,3.2,7445.0 +Panama,1989,America,2419618.0,74.62,96.81,3.13,7272.0 +Panama,1990,America,2471010.0,74.9,96.91,3.08,7463.0 +Panama,1991,America,2522901.0,75.0,96.99,3.02,7997.0 +Panama,1992,America,2575330.0,75.0,97.06,2.98,8476.0 +Panama,1993,America,2628511.0,75.2,97.11,2.95,8757.0 +Panama,1994,America,2682720.0,75.2,97.16,2.92,8823.0 +Panama,1995,America,2738125.0,75.3,97.19,2.9,8795.0 +Panama,1996,America,2794845.0,75.4,97.23,2.88,8857.0 +Panama,1997,America,2852739.0,75.6,97.26,2.87,9237.0 +Panama,1998,America,2911383.0,75.8,97.3,2.86,9713.0 +Panama,1999,America,2970193.0,76.2,97.35,2.84,9889.0 +Panama,2000,America,3028751.0,76.5,97.4,2.82,9954.0 +Panama,2001,America,3086887.0,76.7,97.46,2.8,9814.0 +Panama,2002,America,3144728.0,76.9,97.52,2.78,9836.0 +Panama,2003,America,3202511.0,77.0,97.59,2.75,10053.0 +Panama,2004,America,3260611.0,77.1,97.65,2.72,10605.0 +Panama,2005,America,3319301.0,77.2,97.71,2.7,11156.0 +Panama,2006,America,3378600.0,77.2,97.77,2.67,11886.0 +Panama,2007,America,3438398.0,77.3,97.83,2.64,13087.0 +Panama,2008,America,3498679.0,77.3,97.9,2.61,14033.0 +Panama,2009,America,3559401.0,77.3,97.95,2.58,14339.0 +Panama,2010,America,3620506.0,77.3,98.02,2.55,14921.0 +Panama,2011,America,3681979.0,77.4,98.08,2.52,16254.0 +Panama,2012,America,3743761.0,77.5,98.13,2.49,17627.0 +Panama,2013,America,3805683.0,77.6,98.19,2.47,18793.0 +Panama,2014,America,3867535.0,77.9,98.24,2.44,19637.0 +Panama,2015,America,3929141.0,78.2,98.3,2.42,20485.0 +Papua New Guinea,1800,Asia,754894.0,31.5,57.605,6.23,546.0 +Papua New Guinea,1810,Asia,754894.0,31.5,57.605,6.23,547.0 +Papua New Guinea,1820,Asia,767591.0,31.5,57.605,6.23,548.0 +Papua New Guinea,1830,Asia,804416.0,31.5,57.605,6.23,567.0 +Papua New Guinea,1840,Asia,856568.0,31.5,57.605,6.23,586.0 +Papua New Guinea,1850,Asia,912100.0,31.5,57.605,6.23,607.0 +Papua New Guinea,1860,Asia,970939.0,31.5,57.605,6.23,627.0 +Papua New Guinea,1870,Asia,1033573.0,31.5,57.605,6.23,649.0 +Papua New Guinea,1880,Asia,1099972.0,31.5,57.605,6.23,671.0 +Papua New Guinea,1890,Asia,1170606.0,31.5,57.605,6.23,695.0 +Papua New Guinea,1900,Asia,1246120.0,31.5,57.696999999999996,6.23,719.0 +Papua New Guinea,1910,Asia,1326296.0,31.5,58.35600000000001,6.23,743.0 +Papua New Guinea,1920,Asia,1411959.0,31.5,59.35,6.23,784.0 +Papua New Guinea,1930,Asia,1503498.0,31.5,60.354,6.23,839.0 +Papua New Guinea,1940,Asia,1600972.0,31.5,61.35699999999999,6.23,898.0 +Papua New Guinea,1950,Asia,1708192.0,33.77,70.163,6.23,960.0 +Papua New Guinea,1951,Asia,1729254.0,34.02,71.59299999999998,6.23,975.0 +Papua New Guinea,1952,Asia,1750883.0,34.53,72.955,6.24,989.0 +Papua New Guinea,1953,Asia,1773331.0,35.04,74.251,6.24,1004.0 +Papua New Guinea,1954,Asia,1796808.0,35.54,75.485,6.24,1020.0 +Papua New Guinea,1955,Asia,1821496.0,36.03,76.66,6.25,1035.0 +Papua New Guinea,1956,Asia,1847534.0,36.53,77.37,6.25,1051.0 +Papua New Guinea,1957,Asia,1875027.0,37.02,78.06,6.26,1067.0 +Papua New Guinea,1958,Asia,1904053.0,37.51,78.72,6.27,1083.0 +Papua New Guinea,1959,Asia,1934670.0,38.04,79.35,6.27,1099.0 +Papua New Guinea,1960,Asia,1966957.0,38.6,79.98,6.28,1116.0 +Papua New Guinea,1961,Asia,2001048.0,39.2,80.60000000000002,6.28,1165.0 +Papua New Guinea,1962,Asia,2037165.0,39.87,81.2,6.28,1217.0 +Papua New Guinea,1963,Asia,2075630.0,40.6,81.79,6.28,1243.0 +Papua New Guinea,1964,Asia,2116832.0,41.39,82.37,6.27,1324.0 +Papua New Guinea,1965,Asia,2161103.0,42.22,82.94,6.26,1431.0 +Papua New Guinea,1966,Asia,2208422.0,43.07,83.5,6.24,1484.0 +Papua New Guinea,1967,Asia,2258877.0,43.92,84.03,6.23,1512.0 +Papua New Guinea,1968,Asia,2313017.0,44.74,84.56,6.21,1545.0 +Papua New Guinea,1969,Asia,2371515.0,45.53,85.07000000000002,6.19,1636.0 +Papua New Guinea,1970,Asia,2434755.0,46.27,85.56,6.16,1774.0 +Papua New Guinea,1971,Asia,2503074.0,46.97,86.02,6.14,1844.0 +Papua New Guinea,1972,Asia,2576093.0,47.63,86.46000000000002,6.11,1904.0 +Papua New Guinea,1973,Asia,2652586.0,48.27,86.88,6.08,1982.0 +Papua New Guinea,1974,Asia,2730859.0,48.9,87.28,6.04,1989.0 +Papua New Guinea,1975,Asia,2809692.0,49.54,87.65,6.0,1928.0 +Papua New Guinea,1976,Asia,2888509.0,50.21,88.01,5.95,1824.0 +Papua New Guinea,1977,Asia,2967620.0,50.91,88.34,5.9,1801.0 +Papua New Guinea,1978,Asia,3047769.0,51.65,88.64,5.84,1915.0 +Papua New Guinea,1979,Asia,3130125.0,52.4,88.92999999999998,5.77,1908.0 +Papua New Guinea,1980,Asia,3215483.0,53.11,89.19,5.69,1822.0 +Papua New Guinea,1981,Asia,3304188.0,53.74,89.44,5.61,1774.0 +Papua New Guinea,1982,Asia,3395798.0,54.26,89.68,5.52,1736.0 +Papua New Guinea,1983,Asia,3489402.0,54.65,89.89,5.42,1747.0 +Papua New Guinea,1984,Asia,3583707.0,54.92,90.1,5.31,1697.0 +Papua New Guinea,1985,Asia,3677854.0,55.08,90.28,5.21,1720.0 +Papua New Guinea,1986,Asia,3771578.0,55.19,90.45,5.11,1756.0 +Papua New Guinea,1987,Asia,3865402.0,55.3,90.61,5.02,1760.0 +Papua New Guinea,1988,Asia,3960243.0,55.47,90.76,4.93,1767.0 +Papua New Guinea,1989,Asia,4057406.0,55.7,90.91,4.86,1699.0 +Papua New Guinea,1990,Asia,4157903.0,56.0,91.06,4.8,1607.0 +Papua New Guinea,1991,Asia,4261933.0,56.0,91.2,4.76,1717.0 +Papua New Guinea,1992,Asia,4369407.0,56.2,91.34,4.72,1907.0 +Papua New Guinea,1993,Asia,4480689.0,56.4,91.47,4.7,2198.0 +Papua New Guinea,1994,Asia,4596131.0,56.7,91.59,4.69,2270.0 +Papua New Guinea,1995,Asia,4715929.0,56.9,91.7,4.67,2139.0 +Papua New Guinea,1996,Asia,4840311.0,57.0,91.8,4.65,2245.0 +Papua New Guinea,1997,Asia,4969116.0,57.2,91.9,4.63,2101.0 +Papua New Guinea,1998,Asia,5101633.0,56.5,91.98,4.6,1969.0 +Papua New Guinea,1999,Asia,5236863.0,57.4,92.07,4.56,1953.0 +Papua New Guinea,2000,Asia,5374051.0,57.5,92.15,4.51,1856.0 +Papua New Guinea,2001,Asia,5512835.0,57.6,92.23,4.45,1806.0 +Papua New Guinea,2002,Asia,5653284.0,57.6,92.3,4.39,1758.0 +Papua New Guinea,2003,Asia,5795571.0,57.7,92.39,4.34,1752.0 +Papua New Guinea,2004,Asia,5940048.0,57.7,92.48,4.28,1756.0 +Papua New Guinea,2005,Asia,6086905.0,57.9,92.58,4.23,1822.0 +Papua New Guinea,2006,Asia,6236158.0,58.0,92.71,4.17,1819.0 +Papua New Guinea,2007,Asia,6387470.0,58.2,92.85,4.12,1903.0 +Papua New Guinea,2008,Asia,6540267.0,58.6,93.03,4.07,1982.0 +Papua New Guinea,2009,Asia,6693799.0,58.8,93.21,4.01,2055.0 +Papua New Guinea,2010,Asia,6847517.0,59.1,93.39,3.95,2163.0 +Papua New Guinea,2011,Asia,7001172.0,59.4,93.57,3.9,2341.0 +Papua New Guinea,2012,Asia,7154870.0,59.7,93.75,3.84,2476.0 +Papua New Guinea,2013,Asia,7308864.0,60.2,93.91,3.78,2558.0 +Papua New Guinea,2014,Asia,7463577.0,60.5,94.09,3.73,2510.0 +Papua New Guinea,2015,Asia,7619321.0,60.9,94.27,3.67,2529.0 +Paraguay,1800,America,143000.0,35.5,62.6,6.49,835.0 +Paraguay,1810,America,143000.0,35.5,62.6,6.49,836.0 +Paraguay,1820,America,155438.0,35.5,62.6,6.49,838.0 +Paraguay,1830,America,195875.0,35.5,62.6,6.49,949.0 +Paraguay,1840,America,263971.0,35.5,62.6,6.49,1076.0 +Paraguay,1850,America,329615.0,35.5,62.6,6.49,1219.0 +Paraguay,1860,America,367617.0,35.5,62.6,6.49,1381.0 +Paraguay,1870,America,385864.0,35.5,62.6,6.49,1565.0 +Paraguay,1880,America,404774.0,35.5,62.6,6.49,1774.0 +Paraguay,1890,America,424496.0,35.5,62.6,6.49,2010.0 +Paraguay,1900,America,457181.0,35.5,62.681,6.49,2278.0 +Paraguay,1910,America,562257.0,35.5,63.26199999999999,6.49,2582.0 +Paraguay,1920,America,710007.0,35.5,64.12,6.49,2926.0 +Paraguay,1930,America,894195.0,35.5,64.958,6.49,3283.0 +Paraguay,1940,America,1128833.0,47.58,77.64,6.49,3364.0 +Paraguay,1950,America,1473245.0,63.93,89.836,6.49,3013.0 +Paraguay,1951,America,1511764.0,64.04,90.623,6.49,2988.0 +Paraguay,1952,America,1550763.0,64.16,90.703,6.5,2858.0 +Paraguay,1953,America,1590497.0,64.33,90.772,6.5,2861.0 +Paraguay,1954,America,1631186.0,64.52,90.851,6.51,2832.0 +Paraguay,1955,America,1673007.0,64.76,90.931,6.51,2882.0 +Paraguay,1956,America,1716105.0,65.03,91.01,6.51,2925.0 +Paraguay,1957,America,1760584.0,65.33,91.13,6.51,2981.0 +Paraguay,1958,America,1806515.0,65.65,91.25,6.51,3067.0 +Paraguay,1959,America,1853937.0,66.0,91.36,6.51,2979.0 +Paraguay,1960,America,1902871.0,66.35,91.47,6.5,2928.0 +Paraguay,1961,America,1953331.0,66.7,91.57,6.49,2987.0 +Paraguay,1962,America,2005337.0,67.03,91.66,6.47,3113.0 +Paraguay,1963,America,2058916.0,67.33,91.73,6.45,3114.0 +Paraguay,1964,America,2114095.0,67.61,91.8,6.41,3163.0 +Paraguay,1965,America,2170853.0,67.87,91.87,6.36,3256.0 +Paraguay,1966,America,2229373.0,68.11,91.94,6.28,3203.0 +Paraguay,1967,America,2289579.0,68.37,91.99,6.17,3315.0 +Paraguay,1968,America,2350900.0,68.63,92.06,6.04,3339.0 +Paraguay,1969,America,2412565.0,68.9,92.13,5.89,3375.0 +Paraguay,1970,America,2474102.0,69.2,92.2,5.74,3487.0 +Paraguay,1971,America,2535355.0,69.49,92.29,5.59,3539.0 +Paraguay,1972,America,2596741.0,69.78,92.39,5.46,3618.0 +Paraguay,1973,America,2659084.0,70.06,92.49,5.35,3785.0 +Paraguay,1974,America,2723523.0,70.32,92.62,5.27,3977.0 +Paraguay,1975,America,2790964.0,70.57,92.75,5.22,4113.0 +Paraguay,1976,America,2861582.0,70.81,92.89,5.2,4284.0 +Paraguay,1977,America,2935375.0,71.04,93.04,5.2,4632.0 +Paraguay,1978,America,3012833.0,71.28,93.2,5.2,5022.0 +Paraguay,1979,America,3094479.0,71.51,93.36,5.21,5449.0 +Paraguay,1980,America,3180628.0,71.73,93.53,5.22,6087.0 +Paraguay,1981,America,3271454.0,71.97,93.71,5.21,6437.0 +Paraguay,1982,America,3366726.0,72.19,93.9,5.19,6038.0 +Paraguay,1983,America,3465796.0,72.41,94.09,5.15,5686.0 +Paraguay,1984,America,3567750.0,72.64,94.28,5.09,5692.0 +Paraguay,1985,America,3671826.0,72.87,94.47,5.02,5743.0 +Paraguay,1986,America,3777764.0,73.11,94.65,4.93,5566.0 +Paraguay,1987,America,3885433.0,73.36,94.83,4.84,5637.0 +Paraguay,1988,America,3994328.0,73.62,95.01,4.74,5825.0 +Paraguay,1989,America,4103909.0,73.91,95.18,4.64,5983.0 +Paraguay,1990,America,4213740.0,74.2,95.35,4.54,5985.0 +Paraguay,1991,America,4323402.0,74.2,95.51,4.45,6037.0 +Paraguay,1992,America,4432738.0,74.1,95.67,4.36,5988.0 +Paraguay,1993,America,4541902.0,74.1,95.81,4.27,6132.0 +Paraguay,1994,America,4651222.0,74.0,95.95,4.18,6306.0 +Paraguay,1995,America,4760853.0,74.1,96.08,4.09,6582.0 +Paraguay,1996,America,4870695.0,74.1,96.21,4.01,6536.0 +Paraguay,1997,America,4980346.0,74.2,96.32,3.92,6665.0 +Paraguay,1998,America,5089306.0,74.2,96.43,3.84,6527.0 +Paraguay,1999,America,5196935.0,74.3,96.54,3.76,6303.0 +Paraguay,2000,America,5302703.0,74.2,96.65,3.68,6031.0 +Paraguay,2001,America,5406625.0,74.2,96.75,3.6,5860.0 +Paraguay,2002,America,5508615.0,74.1,96.85,3.51,5742.0 +Paraguay,2003,America,5607948.0,74.1,96.96,3.43,5873.0 +Paraguay,2004,America,5703742.0,73.8,97.06,3.35,5994.0 +Paraguay,2005,America,5795493.0,74.0,97.16,3.27,6007.0 +Paraguay,2006,America,5882797.0,74.0,97.25,3.19,6180.0 +Paraguay,2007,America,5966160.0,74.0,97.34,3.12,6398.0 +Paraguay,2008,America,6047131.0,74.0,97.43,3.06,6684.0 +Paraguay,2009,America,6127847.0,74.0,97.51,3.01,6306.0 +Paraguay,2010,America,6209877.0,74.0,97.59,2.97,7008.0 +Paraguay,2011,America,6293763.0,74.0,97.67,2.93,7186.0 +Paraguay,2012,America,6379162.0,74.1,97.74,2.9,6975.0 +Paraguay,2013,America,6465669.0,74.1,97.81,2.86,7833.0 +Paraguay,2014,America,6552518.0,74.3,97.88,2.83,8038.0 +Paraguay,2015,America,6639123.0,74.4,97.95,2.8,8219.0 +Peru,1800,America,1314151.0,35.7,62.839,6.82,1204.0 +Peru,1810,America,1315575.0,35.7,62.839,6.82,1206.0 +Peru,1820,America,1367155.0,35.7,62.839,6.82,1207.0 +Peru,1830,America,1519450.0,35.7,62.839,6.82,1240.0 +Peru,1840,America,1746788.0,35.7,62.839,6.82,1273.0 +Peru,1850,America,2003904.0,35.7,62.839,6.82,1307.0 +Peru,1860,America,2294268.0,35.7,62.839,6.82,1341.0 +Peru,1870,America,2616789.0,35.7,62.839,6.82,1377.0 +Peru,1880,America,2971643.0,35.7,62.839,6.82,1414.0 +Peru,1890,America,3337979.0,35.7,62.839,6.82,1452.0 +Peru,1900,America,3680342.0,35.7,62.92,6.82,1816.0 +Peru,1910,America,4174310.0,35.7,63.497,6.72,2601.0 +Peru,1920,America,4741538.0,35.7,64.42699999999999,6.62,3065.0 +Peru,1930,America,5536002.0,35.7,65.374,6.53,3760.0 +Peru,1940,America,6506528.0,35.7,66.316,6.69,3948.0 +Peru,1950,America,7727735.0,43.74,69.12700000000001,6.86,4419.0 +Peru,1951,America,7924206.0,43.99,69.25399999999999,6.86,4614.0 +Peru,1952,America,8128525.0,44.43,69.38,6.85,4701.0 +Peru,1953,America,8340379.0,44.91,70.7,6.85,4843.0 +Peru,1954,America,8559721.0,45.41,71.97,6.85,4821.0 +Peru,1955,America,8786753.0,45.95,73.15,6.85,5016.0 +Peru,1956,America,9021960.0,46.51,74.16,6.86,5076.0 +Peru,1957,America,9266078.0,47.1,75.1,6.86,5155.0 +Peru,1958,America,9520048.0,47.72,75.89,6.87,5007.0 +Peru,1959,America,9784909.0,48.34,76.6,6.88,4871.0 +Peru,1960,America,10061519.0,48.95,77.25999999999998,6.88,5366.0 +Peru,1961,America,10350239.0,49.56,77.92999999999998,6.87,5652.0 +Peru,1962,America,10650672.0,50.14,78.62,6.86,5875.0 +Peru,1963,America,10961539.0,50.7,79.34,6.84,5947.0 +Peru,1964,America,11281015.0,51.25,80.06,6.8,6155.0 +Peru,1965,America,11607684.0,51.79,80.77,6.75,6360.0 +Peru,1966,America,11941327.0,52.38,81.44,6.68,6681.0 +Peru,1967,America,12282081.0,53.03,82.05,6.61,6733.0 +Peru,1968,America,12629333.0,53.74,82.61,6.52,6459.0 +Peru,1969,America,12982444.0,54.52,83.11999999999998,6.42,6425.0 +Peru,1970,America,13341071.0,55.36,83.62,6.31,6719.0 +Peru,1971,America,13704333.0,56.2,84.1,6.19,6828.0 +Peru,1972,America,14072476.0,57.04,84.58,6.07,6853.0 +Peru,1973,America,14447649.0,57.85,85.05,5.95,7016.0 +Peru,1974,America,14832839.0,58.6,85.50999999999998,5.83,7186.0 +Peru,1975,America,15229951.0,59.31,85.94999999999996,5.7,7548.0 +Peru,1976,America,15639898.0,59.99,86.33,5.57,7452.0 +Peru,1977,America,16061327.0,60.63,86.67,5.44,7255.0 +Peru,1978,America,16491087.0,61.28,86.96,5.3,7067.0 +Peru,1979,America,16924758.0,61.93,87.22999999999998,5.15,7298.0 +Peru,1980,America,17359118.0,62.59,87.51,5.01,7443.0 +Peru,1981,America,17792551.0,63.25,87.82,4.87,7582.0 +Peru,1982,America,18225727.0,63.9,88.17,4.73,7437.0 +Peru,1983,America,18660443.0,64.55,88.59,4.6,6303.0 +Peru,1984,America,19099575.0,65.18,89.07000000000002,4.48,6449.0 +Peru,1985,America,19544950.0,65.8,89.58,4.36,6432.0 +Peru,1986,America,19996250.0,66.41,90.12,4.25,6923.0 +Peru,1987,America,20451712.0,66.99,90.65,4.14,7356.0 +Peru,1988,America,20909897.0,67.57,91.14,4.04,6609.0 +Peru,1989,America,21368856.0,68.14,91.6,3.93,5681.0 +Peru,1990,America,21826658.0,68.7,92.03,3.83,5280.0 +Peru,1991,America,22283130.0,69.2,92.46,3.72,5290.0 +Peru,1992,America,22737056.0,69.5,92.9,3.62,5160.0 +Peru,1993,America,23184222.0,70.0,93.35,3.51,5329.0 +Peru,1994,America,23619358.0,70.5,93.8,3.41,5875.0 +Peru,1995,America,24038761.0,71.1,94.25,3.32,6198.0 +Peru,1996,America,24441076.0,71.7,94.68,3.23,6260.0 +Peru,1997,America,24827409.0,72.4,95.09,3.14,6551.0 +Peru,1998,America,25199744.0,73.1,95.47,3.06,6418.0 +Peru,1999,America,25561297.0,73.9,95.82,2.99,6411.0 +Peru,2000,America,25914875.0,74.6,96.14,2.93,6485.0 +Peru,2001,America,26261363.0,75.2,96.42,2.87,6433.0 +Peru,2002,America,26601463.0,75.7,96.67,2.82,6693.0 +Peru,2003,America,26937737.0,76.2,96.89,2.77,6883.0 +Peru,2004,America,27273188.0,76.7,97.09,2.73,7137.0 +Peru,2005,America,27610406.0,77.2,97.26,2.69,7499.0 +Peru,2006,America,27949958.0,77.7,97.41,2.65,7975.0 +Peru,2007,America,28292768.0,77.9,97.55,2.61,8563.0 +Peru,2008,America,28642048.0,78.2,97.68,2.58,9249.0 +Peru,2009,America,29001563.0,78.2,97.79,2.55,9246.0 +Peru,2010,America,29373644.0,78.4,97.9,2.51,9915.0 +Peru,2011,America,29759891.0,78.5,98.0,2.48,10429.0 +Peru,2012,America,30158768.0,78.7,98.09,2.45,10913.0 +Peru,2013,America,30565461.0,79.1,98.17,2.42,11395.0 +Peru,2014,America,30973148.0,79.3,98.25,2.39,11514.0 +Peru,2015,America,31376670.0,79.5,98.31,2.36,11903.0 +Philippines,1800,Asia,1894389.0,30.9,56.82100000000001,6.45,962.0 +Philippines,1810,Asia,1894389.0,30.9,56.82100000000001,5.97,964.0 +Philippines,1820,Asia,1983383.0,30.9,56.82100000000001,6.85,965.0 +Philippines,1830,Asia,2254767.0,30.9,56.82100000000001,6.91,979.0 +Philippines,1840,Asia,2669713.0,30.9,56.82100000000001,5.9,994.0 +Philippines,1850,Asia,3160952.0,30.9,56.82100000000001,6.34,1008.0 +Philippines,1860,Asia,3746791.0,30.9,56.82100000000001,6.46,1023.0 +Philippines,1870,Asia,4382416.0,30.9,56.82100000000001,6.45,1039.0 +Philippines,1880,Asia,5011484.0,30.9,56.82100000000001,5.97,1065.0 +Philippines,1890,Asia,5668348.0,30.9,56.82100000000001,5.79,1092.0 +Philippines,1900,Asia,6480589.0,30.9,56.914,6.36,1119.0 +Philippines,1910,Asia,7771116.0,30.9,57.585,5.83,1464.0 +Philippines,1920,Asia,9410424.0,30.9,58.80799999999999,5.84,2165.0 +Philippines,1930,Asia,11577988.0,34.4,60.114,5.74,2351.0 +Philippines,1940,Asia,14552395.0,42.46,73.578,5.56,2595.0 +Philippines,1950,Asia,18580487.0,55.22,83.02600000000002,7.45,1864.0 +Philippines,1951,Asia,19246611.0,55.43,84.04,7.44,2006.0 +Philippines,1952,Asia,19945659.0,55.83,84.985,7.43,2069.0 +Philippines,1953,Asia,20670541.0,56.23,85.86,7.42,2190.0 +Philippines,1954,Asia,21416099.0,56.61,86.46000000000002,7.39,2287.0 +Philippines,1955,Asia,22179103.0,56.99,87.03,7.37,2376.0 +Philippines,1956,Asia,22958357.0,57.36,87.55999999999996,7.33,2470.0 +Philippines,1957,Asia,23754592.0,57.74,88.07000000000002,7.3,2529.0 +Philippines,1958,Asia,24570174.0,58.11,88.55,7.25,2542.0 +Philippines,1959,Asia,25408605.0,58.46,89.0,7.2,2637.0 +Philippines,1960,Asia,26273023.0,58.82,89.4,7.15,2597.0 +Philippines,1961,Asia,27164618.0,59.17,89.75999999999998,7.09,2663.0 +Philippines,1962,Asia,28081234.0,59.53,90.05,7.02,2708.0 +Philippines,1963,Asia,29016770.0,59.87,90.32,6.95,2814.0 +Philippines,1964,Asia,29962877.0,60.21,90.54,6.87,2825.0 +Philippines,1965,Asia,30913931.0,60.56,90.76,6.78,2886.0 +Philippines,1966,Asia,31867565.0,60.91,90.96,6.69,2926.0 +Philippines,1967,Asia,32826602.0,61.26,91.15,6.59,2992.0 +Philippines,1968,Asia,33797041.0,61.6,91.33,6.49,3051.0 +Philippines,1969,Asia,34787588.0,61.94,91.48,6.38,3104.0 +Philippines,1970,Asia,35804731.0,62.26,91.6,6.26,3132.0 +Philippines,1971,Asia,36851055.0,62.54,91.69,6.15,3212.0 +Philippines,1972,Asia,37925400.0,62.77,91.74,6.04,3296.0 +Philippines,1973,Asia,39026082.0,62.95,91.77,5.93,3494.0 +Philippines,1974,Asia,40149959.0,63.1,91.79,5.82,3524.0 +Philippines,1975,Asia,41295129.0,63.21,91.79,5.72,3624.0 +Philippines,1976,Asia,42461189.0,63.32,91.8,5.61,3840.0 +Philippines,1977,Asia,43650333.0,63.44,91.82,5.51,3947.0 +Philippines,1978,Asia,44866279.0,63.6,91.85,5.4,4041.0 +Philippines,1979,Asia,46113992.0,63.81,91.91,5.29,4154.0 +Philippines,1980,Asia,47396966.0,64.06,91.99,5.18,4251.0 +Philippines,1981,Asia,48715592.0,64.37,92.07,5.08,4295.0 +Philippines,1982,Asia,50068493.0,64.74,92.16,4.98,4347.0 +Philippines,1983,Asia,51455037.0,65.13,92.27,4.88,4333.0 +Philippines,1984,Asia,52873979.0,65.53,92.41,4.8,3928.0 +Philippines,1985,Asia,54323651.0,65.95,92.6,4.71,3559.0 +Philippines,1986,Asia,55803915.0,66.35,92.84,4.63,3598.0 +Philippines,1987,Asia,57312794.0,66.72,93.14,4.55,3670.0 +Philippines,1988,Asia,58844392.0,67.05,93.48,4.48,3834.0 +Philippines,1989,Asia,60391168.0,67.34,93.83,4.4,3982.0 +Philippines,1990,Asia,61947340.0,67.6,94.18,4.32,4010.0 +Philippines,1991,Asia,63509940.0,67.9,94.51,4.25,3891.0 +Philippines,1992,Asia,65078901.0,68.2,94.79,4.18,3813.0 +Philippines,1993,Asia,66654954.0,68.3,95.05,4.11,3804.0 +Philippines,1994,Asia,68240134.0,68.6,95.26,4.06,3882.0 +Philippines,1995,Asia,69835713.0,68.8,95.44,4.01,3973.0 +Philippines,1996,Asia,71437381.0,68.9,95.6,3.96,4112.0 +Philippines,1997,Asia,73042605.0,69.0,95.73,3.92,4230.0 +Philippines,1998,Asia,74656228.0,69.0,95.84,3.89,4115.0 +Philippines,1999,Asia,76285225.0,69.2,95.94,3.85,4151.0 +Philippines,2000,Asia,77932247.0,69.1,96.03,3.81,4243.0 +Philippines,2001,Asia,79604541.0,69.0,96.11,3.77,4275.0 +Philippines,2002,Asia,81294378.0,69.0,96.19,3.71,4340.0 +Philippines,2003,Asia,82971734.0,69.1,96.27,3.64,4465.0 +Philippines,2004,Asia,84596249.0,69.1,96.35,3.57,4672.0 +Philippines,2005,Asia,86141373.0,69.1,96.43,3.49,4804.0 +Philippines,2006,Asia,87592899.0,69.2,96.51,3.4,4967.0 +Philippines,2007,Asia,88965508.0,69.7,96.58,3.33,5205.0 +Philippines,2008,Asia,90297115.0,69.8,96.66,3.26,5332.0 +Philippines,2009,Asia,91641881.0,69.9,96.74,3.2,5304.0 +Philippines,2010,Asia,93038902.0,70.1,96.81,3.15,5614.0 +Philippines,2011,Asia,94501233.0,70.2,96.88,3.11,5721.0 +Philippines,2012,Asia,96017322.0,70.3,96.96,3.08,6005.0 +Philippines,2013,Asia,97571676.0,70.3,97.04,3.04,6326.0 +Philippines,2014,Asia,99138690.0,70.7,97.12,3.01,6598.0 +Philippines,2015,Asia,100699395.0,71.0,97.2,2.98,6876.0 +Poland,1800,Europe,9508747.0,35.9,63.07899999999999,6.28,1213.0 +Poland,1810,Europe,9960687.0,35.9,63.07899999999999,6.12,1260.0 +Poland,1820,Europe,10508375.0,35.9,63.07899999999999,6.03,1309.0 +Poland,1830,Europe,11232857.0,35.9,63.07899999999999,6.06,1360.0 +Poland,1840,Europe,12090161.0,35.9,63.07899999999999,6.57,1413.0 +Poland,1850,Europe,13219914.0,35.9,63.07899999999999,5.63,1468.0 +Poland,1860,Europe,14848599.0,35.9,63.07899999999999,6.57,1525.0 +Poland,1870,Europe,17013787.0,35.9,63.07899999999999,6.16,1584.0 +Poland,1880,Europe,19669587.0,35.9,63.07899999999999,5.23,1848.0 +Poland,1890,Europe,22618933.0,37.41,64.833,5.63,2156.0 +Poland,1900,Europe,24700965.0,40.43,68.264,5.49,2583.0 +Poland,1910,Europe,26493422.0,43.45,71.983,4.82,2846.0 +Poland,1920,Europe,24166006.0,46.48,69.882,4.69,3276.0 +Poland,1930,Europe,28169922.0,49.5,77.047,4.33,3591.0 +Poland,1940,Europe,30041062.0,44.7,78.82000000000002,3.21,3696.0 +Poland,1950,Europe,24824013.0,59.08,83.60799999999998,3.66,4670.0 +Poland,1951,Europe,25264029.0,59.68,82.29899999999998,3.66,4801.0 +Poland,1952,Europe,25738253.0,60.87,85.99799999999998,3.65,4832.0 +Poland,1953,Europe,26236679.0,61.96,87.24799999999998,3.62,5027.0 +Poland,1954,Europe,26750026.0,62.97,88.12299999999998,3.57,5224.0 +Poland,1955,Europe,27269745.0,63.9,88.47,3.51,5386.0 +Poland,1956,Europe,27787997.0,64.74,90.159,3.43,5530.0 +Poland,1957,Europe,28297669.0,65.5,90.892,3.33,5730.0 +Poland,1958,Europe,28792427.0,65.97,91.57,3.22,5923.0 +Poland,1959,Europe,29266789.0,65.59,92.72,3.1,6009.0 +Poland,1960,Europe,29716363.0,67.92,93.53,2.97,6248.0 +Poland,1961,Europe,30138099.0,68.04,94.06,2.85,6669.0 +Poland,1962,Europe,30530513.0,67.71,94.44,2.72,6511.0 +Poland,1963,Europe,30893775.0,68.64,94.75,2.6,6836.0 +Poland,1964,Europe,31229448.0,68.87,95.07,2.5,7078.0 +Poland,1965,Europe,31539695.0,69.58,95.41,2.41,7409.0 +Poland,1966,Europe,31824145.0,69.99,95.74,2.35,7818.0 +Poland,1967,Europe,32085011.0,69.69,95.98,2.3,8044.0 +Poland,1968,Europe,32330582.0,70.33,96.12,2.26,8473.0 +Poland,1969,Europe,32571673.0,69.83,96.23,2.24,8331.0 +Poland,1970,Europe,32816751.0,69.96,96.37,2.23,8705.0 +Poland,1971,Europe,33068997.0,69.76,96.55,2.23,9256.0 +Poland,1972,Europe,33328713.0,70.95,96.75,2.23,9854.0 +Poland,1973,Europe,33597810.0,70.95,96.96,2.24,10504.0 +Poland,1974,Europe,33877397.0,71.46,97.13,2.24,11020.0 +Poland,1975,Europe,34168112.0,70.88,97.23,2.25,11430.0 +Poland,1976,Europe,34468877.0,70.88,97.29,2.26,11605.0 +Poland,1977,Europe,34779313.0,70.78,97.36,2.27,11713.0 +Poland,1978,Europe,35100942.0,70.71,97.45,2.28,12033.0 +Poland,1979,Europe,35435627.0,71.05,97.54,2.3,11703.0 +Poland,1980,Europe,35782855.0,70.4,97.61,2.31,11307.0 +Poland,1981,Europe,36145211.0,71.38,97.67,2.32,10610.0 +Poland,1982,Europe,36517072.0,71.45,97.73,2.32,10420.0 +Poland,1983,Europe,36879742.0,71.29,97.8,2.31,10835.0 +Poland,1984,Europe,37208529.0,71.03,97.88,2.29,11138.0 +Poland,1985,Europe,37486105.0,70.78,97.97,2.27,11159.0 +Poland,1986,Europe,37703942.0,71.07,98.05,2.23,11429.0 +Poland,1987,Europe,37867481.0,71.12,98.11,2.19,11207.0 +Poland,1988,Europe,37990683.0,71.49,98.16,2.14,11418.0 +Poland,1989,Europe,38094812.0,71.25,98.21,2.09,11212.0 +Poland,1990,Europe,38195258.0,70.9,98.27,2.04,10088.0 +Poland,1991,Europe,38297549.0,70.7,98.32,1.98,9347.0 +Poland,1992,Europe,38396826.0,71.1,98.36,1.91,9553.0 +Poland,1993,Europe,38485892.0,71.7,98.4,1.84,9884.0 +Poland,1994,Europe,38553355.0,71.7,98.45,1.76,10386.0 +Poland,1995,Europe,38591860.0,71.9,98.55,1.68,11093.0 +Poland,1996,Europe,38599825.0,72.4,98.67,1.6,11776.0 +Poland,1997,Europe,38583109.0,72.7,98.8,1.52,12602.0 +Poland,1998,Europe,38550777.0,73.0,98.92,1.45,13225.0 +Poland,1999,Europe,38515359.0,73.1,99.01,1.39,13824.0 +Poland,2000,Europe,38486305.0,73.8,99.07,1.34,14565.0 +Poland,2001,Europe,38466543.0,74.2,99.12,1.3,14744.0 +Poland,2002,Europe,38454823.0,74.6,99.16,1.28,14964.0 +Poland,2003,Europe,38451227.0,74.9,99.19,1.27,15508.0 +Poland,2004,Europe,38454520.0,75.0,99.22,1.27,16314.0 +Poland,2005,Europe,38463514.0,75.1,99.24,1.28,16900.0 +Poland,2006,Europe,38478763.0,75.2,99.27,1.29,17959.0 +Poland,2007,Europe,38500356.0,75.2,99.3,1.31,19254.0 +Poland,2008,Europe,38525752.0,75.4,99.33,1.33,19996.0 +Poland,2009,Europe,38551489.0,75.7,99.38,1.35,20507.0 +Poland,2010,Europe,38574682.0,76.2,99.42,1.37,21328.0 +Poland,2011,Europe,38594217.0,76.5,99.45,1.39,22333.0 +Poland,2012,Europe,38609486.0,76.7,99.47,1.4,22740.0 +Poland,2013,Europe,38618698.0,77.3,99.48,1.42,23144.0 +Poland,2014,Europe,38619974.0,77.4,99.48,1.43,23952.0 +Poland,2015,Europe,38611794.0,77.6,99.48,1.44,24787.0 +Portugal,1800,Europe,3033454.0,35.6,62.719,4.5,1685.0 +Portugal,1810,Europe,3163489.0,35.6,62.719,4.5,1687.0 +Portugal,1820,Europe,3312025.0,35.6,62.719,4.5,1690.0 +Portugal,1830,Europe,3490333.0,35.6,62.719,4.5,1692.0 +Portugal,1840,Europe,3672238.0,35.6,62.719,4.5,1695.0 +Portugal,1850,Europe,3821571.0,35.6,62.719,4.5,1698.0 +Portugal,1860,Europe,4039181.0,35.6,62.719,4.21,1637.0 +Portugal,1870,Europe,4328374.0,35.6,62.719,4.16,1798.0 +Portugal,1880,Europe,4638209.0,35.6,62.719,4.22,1750.0 +Portugal,1890,Europe,5029810.0,35.6,62.719,4.24,2086.0 +Portugal,1900,Europe,5426480.0,35.6,62.8,3.97,2412.0 +Portugal,1910,Europe,5895516.0,35.6,78.715,4.12,2278.0 +Portugal,1920,Europe,6057815.0,35.6,73.317,4.37,2274.0 +Portugal,1930,Europe,6804302.0,40.88,76.85300000000002,3.86,2904.0 +Portugal,1940,Europe,7693201.0,51.43,79.72399999999998,3.22,2987.0 +Portugal,1950,Europe,8416969.0,58.52,85.685,3.1,3862.0 +Portugal,1951,Europe,8431207.0,58.71,86.198,3.1,4013.0 +Portugal,1952,Europe,8473628.0,59.81,85.63000000000002,3.1,4002.0 +Portugal,1953,Europe,8532193.0,61.11,86.36,3.1,4256.0 +Portugal,1954,Europe,8597225.0,62.25,86.94999999999996,3.1,4433.0 +Portugal,1955,Europe,8661418.0,61.42,87.28,3.1,4585.0 +Portugal,1956,Europe,8719914.0,61.22,87.57000000000002,3.11,4751.0 +Portugal,1957,Europe,8770221.0,61.49,87.82,3.12,4928.0 +Portugal,1958,Europe,8811959.0,63.79,88.05000000000004,3.13,4954.0 +Portugal,1959,Europe,8846425.0,62.97,88.26,3.15,5180.0 +Portugal,1960,Europe,8875311.0,64.23,88.53999999999998,3.16,5481.0 +Portugal,1961,Europe,8899331.0,62.85,88.97,3.18,5786.0 +Portugal,1962,Europe,8917020.0,64.37,89.57,3.19,6179.0 +Portugal,1963,Europe,8924221.0,65.0,90.24,3.19,6503.0 +Portugal,1964,Europe,8915539.0,65.22,90.9,3.19,6902.0 +Portugal,1965,Europe,8888635.0,66.17,91.48,3.18,7413.0 +Portugal,1966,Europe,8839831.0,65.67,91.92,3.16,7733.0 +Portugal,1967,Europe,8774391.0,66.57,92.23,3.13,8324.0 +Portugal,1968,Europe,8709805.0,66.88,92.49,3.09,9056.0 +Portugal,1969,Europe,8669641.0,66.49,92.8,3.05,9269.0 +Portugal,1970,Europe,8670352.0,67.14,93.18,2.99,10175.0 +Portugal,1971,Europe,8717871.0,66.91,93.66,2.94,10920.0 +Portugal,1972,Europe,8806016.0,69.23,94.2,2.88,11826.0 +Portugal,1973,Europe,8923928.0,68.63,94.74,2.83,13148.0 +Portugal,1974,Europe,9054924.0,69.18,95.22,2.77,13125.0 +Portugal,1975,Europe,9185876.0,68.9,95.65,2.71,12142.0 +Portugal,1976,Europe,9314301.0,69.12,96.05,2.65,12700.0 +Portugal,1977,Europe,9441167.0,70.37,96.44,2.57,13361.0 +Portugal,1978,Europe,9560753.0,70.83,96.77,2.49,13691.0 +Portugal,1979,Europe,9667021.0,71.64,97.03,2.39,14430.0 +Portugal,1980,Europe,9755635.0,71.71,97.24,2.29,15016.0 +Portugal,1981,Europe,9824239.0,71.9,97.42,2.18,15153.0 +Portugal,1982,Europe,9873144.0,72.73,97.58,2.07,15467.0 +Portugal,1983,Europe,9904444.0,72.65,97.72,1.96,15426.0 +Portugal,1984,Europe,9921895.0,72.94,97.84,1.87,15121.0 +Portugal,1985,Europe,9929014.0,73.22,97.96,1.78,15533.0 +Portugal,1986,Europe,9925410.0,73.61,98.07,1.71,16165.0 +Portugal,1987,Europe,9912208.0,74.0,98.18,1.65,17189.0 +Portugal,1988,Europe,9896416.0,74.02,98.3,1.6,18473.0 +Portugal,1989,Europe,9886997.0,74.58,98.41,1.56,19424.0 +Portugal,1990,Europe,9890319.0,74.2,98.53,1.54,20282.0 +Portugal,1991,Europe,9909574.0,74.2,98.64,1.52,21216.0 +Portugal,1992,Europe,9943197.0,74.6,98.75,1.5,21464.0 +Portugal,1993,Europe,9986828.0,74.7,98.86,1.49,21000.0 +Portugal,1994,Europe,10033600.0,75.5,98.95,1.49,21146.0 +Portugal,1995,Europe,10078431.0,75.5,99.03,1.48,21975.0 +Portugal,1996,Europe,10119985.0,75.5,99.09,1.48,22658.0 +Portugal,1997,Europe,10159662.0,75.8,99.14,1.48,23555.0 +Portugal,1998,Europe,10198310.0,76.1,99.18,1.47,24560.0 +Portugal,1999,Europe,10237593.0,76.4,99.23,1.47,25371.0 +Portugal,2000,Europe,10278542.0,76.8,99.28,1.47,26147.0 +Portugal,2001,Europe,10320463.0,76.8,99.33,1.46,26468.0 +Portugal,2002,Europe,10362028.0,77.3,99.39,1.45,26526.0 +Portugal,2003,Europe,10402836.0,77.6,99.44,1.44,26180.0 +Portugal,2004,Europe,10442446.0,78.2,99.49,1.43,26590.0 +Portugal,2005,Europe,10480085.0,78.4,99.53,1.41,26744.0 +Portugal,2006,Europe,10516559.0,79.0,99.56,1.39,27111.0 +Portugal,2007,Europe,10550695.0,79.2,99.58,1.37,27732.0 +Portugal,2008,Europe,10577458.0,79.4,99.59,1.36,27747.0 +Portugal,2009,Europe,10590260.0,79.6,99.6,1.34,26895.0 +Portugal,2010,Europe,10584837.0,79.9,99.61,1.33,27393.0 +Portugal,2011,Europe,10558909.0,80.2,99.62,1.33,26932.0 +Portugal,2012,Europe,10515016.0,80.4,99.62,1.32,25953.0 +Portugal,2013,Europe,10459716.0,80.7,99.62,1.32,25677.0 +Portugal,2014,Europe,10402343.0,80.7,99.63,1.31,26055.0 +Portugal,2015,Europe,10349803.0,80.8,99.64,1.31,26437.0 +Qatar,1800,Asia,14092.0,30.8,56.687,6.97,1097.0 +Qatar,1810,Asia,14092.0,30.8,56.687,6.97,1139.0 +Qatar,1820,Asia,14092.0,30.8,56.687,6.97,1182.0 +Qatar,1830,Asia,14092.0,30.8,56.687,6.97,1228.0 +Qatar,1840,Asia,14092.0,30.8,56.687,6.97,1274.0 +Qatar,1850,Asia,14092.0,30.8,56.687,6.97,1323.0 +Qatar,1860,Asia,14031.0,30.8,56.687,6.97,1373.0 +Qatar,1870,Asia,14177.0,30.8,56.687,6.97,1426.0 +Qatar,1880,Asia,14709.0,30.8,56.687,6.97,1648.0 +Qatar,1890,Asia,15478.0,30.8,56.687,6.97,1904.0 +Qatar,1900,Asia,16290.0,30.8,56.78099999999999,6.97,2201.0 +Qatar,1910,Asia,17143.0,30.8,57.45400000000001,6.97,2544.0 +Qatar,1920,Asia,18514.0,30.8,58.466,6.97,2301.0 +Qatar,1930,Asia,20264.0,30.8,59.468,6.97,1741.0 +Qatar,1940,Asia,22179.0,30.8,60.343999999999994,6.97,1097.0 +Qatar,1950,Asia,24999.0,53.47,82.988,6.97,1628.0 +Qatar,1951,Asia,27475.0,53.86,83.318,6.97,1973.0 +Qatar,1952,Asia,29843.0,54.67,83.641,6.97,2486.0 +Qatar,1953,Asia,32029.0,55.47,83.958,6.97,3132.0 +Qatar,1954,Asia,34016.0,56.26,84.26899999999998,6.97,3945.0 +Qatar,1955,Asia,35835.0,57.04,84.573,6.97,4970.0 +Qatar,1956,Asia,37581.0,57.81,84.87200000000001,6.97,6261.0 +Qatar,1957,Asia,39402.0,58.58,85.165,6.97,7888.0 +Qatar,1958,Asia,41487.0,59.33,85.45299999999997,6.97,9937.0 +Qatar,1959,Asia,44059.0,60.08,85.734,6.97,12518.0 +Qatar,1960,Asia,47309.0,60.82,86.01100000000002,6.97,15769.0 +Qatar,1961,Asia,51355.0,61.57,87.29899999999998,6.97,19865.0 +Qatar,1962,Asia,56187.0,62.31,88.469,6.98,25024.0 +Qatar,1963,Asia,61647.0,63.06,89.531,6.98,31524.0 +Qatar,1964,Asia,67487.0,63.79,90.495,6.99,39711.0 +Qatar,1965,Asia,73543.0,64.53,91.37,6.99,50024.0 +Qatar,1966,Asia,79735.0,65.25,92.165,6.99,63016.0 +Qatar,1967,Asia,86161.0,65.95,92.886,6.98,79381.0 +Qatar,1968,Asia,93043.0,66.64,93.541,6.97,99995.0 +Qatar,1969,Asia,100697.0,67.29,92.9,6.95,125963.0 +Qatar,1970,Asia,109329.0,67.91,93.38,6.92,158673.0 +Qatar,1971,Asia,119246.0,68.49,93.83,6.87,160147.0 +Qatar,1972,Asia,130377.0,69.03,94.24,6.79,162805.0 +Qatar,1973,Asia,142111.0,69.52,94.61,6.7,165564.0 +Qatar,1974,Asia,153593.0,69.98,94.95,6.6,162379.0 +Qatar,1975,Asia,164333.0,70.4,95.25,6.47,160783.0 +Qatar,1976,Asia,173759.0,70.79,95.53,6.34,164858.0 +Qatar,1977,Asia,182370.0,71.15,95.78,6.21,145688.0 +Qatar,1978,Asia,192018.0,71.49,96.0,6.08,150718.0 +Qatar,1979,Asia,205244.0,71.83,96.2,5.95,148451.0 +Qatar,1980,Asia,223715.0,72.14,96.38,5.81,134862.0 +Qatar,1981,Asia,248053.0,72.45,96.56,5.67,122762.0 +Qatar,1982,Asia,277242.0,72.75,96.72,5.5,102308.0 +Qatar,1983,Asia,309276.0,73.01,96.87,5.33,90054.0 +Qatar,1984,Asia,341286.0,73.27,97.02,5.13,85422.0 +Qatar,1985,Asia,371071.0,73.51,97.17,4.93,76910.0 +Qatar,1986,Asia,398326.0,73.74,97.33,4.72,75482.0 +Qatar,1987,Asia,423327.0,73.94,97.48,4.52,71067.0 +Qatar,1988,Asia,445203.0,74.14,97.63,4.33,71568.0 +Qatar,1989,Asia,463062.0,74.32,97.77,4.16,73074.0 +Qatar,1990,Asia,476478.0,74.5,97.92,4.02,73402.0 +Qatar,1991,Asia,485114.0,74.4,98.05,3.89,70806.0 +Qatar,1992,Asia,489668.0,74.5,98.18,3.8,77977.0 +Qatar,1993,Asia,492120.0,74.5,98.29,3.72,76440.0 +Qatar,1994,Asia,495179.0,74.4,98.39,3.65,76944.0 +Qatar,1995,Asia,501019.0,74.4,98.47,3.59,77809.0 +Qatar,1996,Asia,511864.0,74.5,98.54,3.53,79461.0 +Qatar,1997,Asia,528213.0,74.6,98.61,3.48,100111.0 +Qatar,1998,Asia,548618.0,74.6,98.66,3.41,107276.0 +Qatar,1999,Asia,570643.0,74.6,98.71,3.33,107741.0 +Qatar,2000,Asia,593453.0,74.7,98.76,3.24,112238.0 +Qatar,2001,Asia,613720.0,75.0,98.81,3.13,112539.0 +Qatar,2002,Asia,634388.0,75.0,98.85,3.0,117133.0 +Qatar,2003,Asia,668165.0,75.2,98.89,2.85,115622.0 +Qatar,2004,Asia,732096.0,75.8,98.93,2.7,126335.0 +Qatar,2005,Asia,836924.0,76.3,98.96,2.56,119134.0 +Qatar,2006,Asia,988448.0,76.7,98.99,2.42,127563.0 +Qatar,2007,Asia,1178955.0,77.3,99.02,2.3,126364.0 +Qatar,2008,Asia,1388962.0,77.9,99.05,2.2,126076.0 +Qatar,2009,Asia,1591151.0,78.5,99.08,2.13,122655.0 +Qatar,2010,Asia,1765513.0,79.2,99.1,2.09,127984.0 +Qatar,2011,Asia,1905437.0,79.7,99.13,2.06,133734.0 +Qatar,2012,Asia,2015624.0,79.9,99.16,2.04,130990.0 +Qatar,2013,Asia,2101288.0,79.9,99.18,2.02,131579.0 +Qatar,2014,Asia,2172065.0,79.8,99.21,2.0,133563.0 +Qatar,2015,Asia,2235355.0,79.7,99.23,1.98,132877.0 +Romania,1800,Europe,5464085.0,35.7,62.839,5.22,815.0 +Romania,1810,Europe,5915097.0,35.7,62.839,5.22,817.0 +Romania,1820,Europe,6390450.0,35.7,62.839,5.22,818.0 +Romania,1830,Europe,6893384.0,35.7,62.839,5.22,938.0 +Romania,1840,Europe,7429932.0,35.7,62.839,5.22,1075.0 +Romania,1850,Europe,7994544.0,35.7,62.839,5.22,1233.0 +Romania,1860,Europe,8568953.0,35.7,61.275,4.23,1413.0 +Romania,1870,Europe,9151343.0,35.7,74.15400000000002,4.61,1620.0 +Romania,1880,Europe,9735775.0,35.7,62.622,5.05,1877.0 +Romania,1890,Europe,10334053.0,35.7,65.688,5.16,2175.0 +Romania,1900,Europe,10978549.0,35.7,67.96300000000001,5.2,2474.0 +Romania,1910,Europe,11878502.0,35.7,62.4,5.27,2906.0 +Romania,1920,Europe,12320811.0,35.7,64.07400000000001,4.52,3012.0 +Romania,1930,Europe,14064439.0,40.96,71.405,4.69,3046.0 +Romania,1940,Europe,15715805.0,50.5,69.447,3.55,3254.0 +Romania,1950,Europe,16236292.0,61.2,81.92399999999998,3.58,3676.0 +Romania,1951,Europe,16512672.0,61.13,81.736,3.46,3933.0 +Romania,1952,Europe,16764920.0,61.07,84.16399999999999,3.34,4202.0 +Romania,1953,Europe,17005725.0,61.19,85.816,3.22,4475.0 +Romania,1954,Europe,17243807.0,61.47,87.071,3.1,4773.0 +Romania,1955,Europe,17483911.0,61.93,88.98299999999998,2.99,5062.0 +Romania,1956,Europe,17726584.0,62.54,88.29700000000003,2.87,5235.0 +Romania,1957,Europe,17968397.0,63.29,88.47,2.73,5417.0 +Romania,1958,Europe,18202623.0,64.14,90.48700000000001,2.58,5611.0 +Romania,1959,Europe,18420348.0,65.04,89.324,2.41,5829.0 +Romania,1960,Europe,18613835.0,65.92,90.488,2.32,6052.0 +Romania,1961,Europe,18780105.0,66.7,91.411,2.16,6429.0 +Romania,1962,Europe,18924068.0,67.32,92.34,2.02,6637.0 +Romania,1963,Europe,19059874.0,67.74,92.31,2.0,7087.0 +Romania,1964,Europe,19207098.0,67.96,92.28,1.95,7512.0 +Romania,1965,Europe,19379554.0,68.02,92.29,1.89,7959.0 +Romania,1966,Europe,19582342.0,67.98,92.36,1.89,8836.0 +Romania,1967,Europe,19810623.0,67.95,92.5,3.65,9190.0 +Romania,1968,Europe,20055983.0,68.01,92.73,3.61,9193.0 +Romania,1969,Europe,20305391.0,68.16,93.06,3.19,9492.0 +Romania,1970,Europe,20549016.0,68.41,93.44,2.87,9602.0 +Romania,1971,Europe,20783864.0,68.73,93.83,2.65,10824.0 +Romania,1972,Europe,21011826.0,69.06,94.18,2.53,11396.0 +Romania,1973,Europe,21233593.0,69.34,94.48,2.42,11648.0 +Romania,1974,Europe,21451256.0,69.58,94.74,2.71,12166.0 +Romania,1975,Europe,21665780.0,69.75,94.96,2.62,12563.0 +Romania,1976,Europe,21877548.0,69.87,95.15,2.57,13062.0 +Romania,1977,Europe,22083933.0,69.95,95.33,2.58,13207.0 +Romania,1978,Europe,22279485.0,70.01,95.49,2.51,13507.0 +Romania,1979,Europe,22457125.0,70.06,95.65,2.5,13769.0 +Romania,1980,Europe,22612149.0,70.1,95.8,2.44,13705.0 +Romania,1981,Europe,22739965.0,70.12,95.94,2.35,13523.0 +Romania,1982,Europe,22842426.0,70.11,96.06,2.16,13452.0 +Romania,1983,Europe,22928996.0,70.1,96.13,2.0,13281.0 +Romania,1984,Europe,23013190.0,70.08,96.14,2.18,13759.0 +Romania,1985,Europe,23103637.0,70.05,96.11,2.27,13673.0 +Romania,1986,Europe,23205267.0,70.02,96.06,2.37,13836.0 +Romania,1987,Europe,23312045.0,70.0,96.02,2.41,13471.0 +Romania,1988,Europe,23408397.0,69.98,96.02,2.3,13367.0 +Romania,1989,Europe,23472562.0,69.99,96.1,2.18,12872.0 +Romania,1990,Europe,23489361.0,70.0,96.23,1.81,11449.0 +Romania,1991,Europe,23454143.0,70.5,96.36,1.56,10059.0 +Romania,1992,Europe,23373155.0,70.0,96.49,1.49,9253.0 +Romania,1993,Europe,23255683.0,69.8,96.59,1.43,9406.0 +Romania,1994,Europe,23115921.0,69.5,96.68,1.42,9794.0 +Romania,1995,Europe,22965125.0,69.4,96.77,1.35,10516.0 +Romania,1996,Europe,22804526.0,69.1,96.86,1.32,10969.0 +Romania,1997,Europe,22633398.0,69.1,96.96,1.3,10329.0 +Romania,1998,Europe,22458737.0,69.8,97.08,1.29,9855.0 +Romania,1999,Europe,22288573.0,70.6,97.19,1.28,9752.0 +Romania,2000,Europe,22128139.0,71.1,97.31,1.27,9970.0 +Romania,2001,Europe,21983221.0,71.1,97.41,1.27,10684.0 +Romania,2002,Europe,21851988.0,71.2,97.51,1.27,11429.0 +Romania,2003,Europe,21722664.0,71.6,97.63,1.28,12105.0 +Romania,2004,Europe,21578318.0,72.0,97.76,1.29,13286.0 +Romania,2005,Europe,21407619.0,72.4,97.91,1.3,13941.0 +Romania,2006,Europe,21205977.0,72.8,98.08,1.31,15246.0 +Romania,2007,Europe,20979708.0,73.3,98.24,1.33,16442.0 +Romania,2008,Europe,20741669.0,73.2,98.39,1.34,18032.0 +Romania,2009,Europe,20510263.0,73.3,98.51,1.36,16947.0 +Romania,2010,Europe,20298838.0,73.7,98.61,1.37,16888.0 +Romania,2011,Europe,20111664.0,74.5,98.68,1.39,17363.0 +Romania,2012,Europe,19944954.0,74.7,98.75,1.4,17502.0 +Romania,2013,Europe,19794163.0,74.9,98.8,1.42,18182.0 +Romania,2014,Europe,19651554.0,75.1,98.85,1.43,18569.0 +Romania,2015,Europe,19511324.0,75.2,98.89,1.45,19203.0 +Russia,1800,Europe,31088398.0,29.57,58.12600000000001,7.0,1430.0 +Russia,1810,Europe,31088398.0,29.57,58.12600000000001,7.0,1447.0 +Russia,1820,Europe,31861526.0,29.57,58.12600000000001,7.0,1464.0 +Russia,1830,Europe,34134430.0,29.57,58.12600000000001,7.0,1562.0 +Russia,1840,Europe,37420913.0,29.57,58.12600000000001,7.0,1666.0 +Russia,1850,Europe,41023821.0,29.57,58.12600000000001,7.07,1778.0 +Russia,1860,Europe,44966686.0,29.57,58.858999999999995,6.95,1896.0 +Russia,1870,Europe,49288504.0,31.12,59.711999999999996,6.74,2023.0 +Russia,1880,Europe,53996807.0,30.2,53.554,6.8,2158.0 +Russia,1890,Europe,59151534.0,29.93,52.58000000000001,6.71,2233.0 +Russia,1900,Europe,64836675.0,30.75,59.067,7.36,3087.0 +Russia,1910,Europe,71044207.0,31.4,55.99,7.2,3487.0 +Russia,1920,Europe,77871987.0,20.5,72.53,6.72,1489.0 +Russia,1930,Europe,85369549.0,36.5,81.12899999999998,5.76,3779.0 +Russia,1940,Europe,93588981.0,41.2,87.07300000000002,4.2,5632.0 +Russia,1950,Europe,102798657.0,57.27,91.144,2.88,7514.0 +Russia,1951,Europe,104306354.0,57.76,91.473,2.88,7424.0 +Russia,1952,Europe,105969442.0,58.16,91.789,2.88,7775.0 +Russia,1953,Europe,107729541.0,58.96,92.094,2.72,7981.0 +Russia,1954,Europe,109537868.0,60.96,92.388,2.96,8234.0 +Russia,1955,Europe,111355224.0,63.35,92.67,2.8,8787.0 +Russia,1956,Europe,113152347.0,64.85,92.94200000000001,2.72,9465.0 +Russia,1957,Europe,114909562.0,63.95,93.204,2.76,9496.0 +Russia,1958,Europe,116615781.0,66.84,93.45700000000001,2.69,10037.0 +Russia,1959,Europe,118266807.0,67.59,93.7,2.58,9755.0 +Russia,1960,Europe,119860289.0,68.61,94.419,2.56,10496.0 +Russia,1961,Europe,121390327.0,68.85,95.055,2.46,10908.0 +Russia,1962,Europe,122842753.0,68.51,95.223,2.34,11027.0 +Russia,1963,Europe,124193114.0,68.98,95.474,2.28,10620.0 +Russia,1964,Europe,125412397.0,69.77,95.882,2.16,11836.0 +Russia,1965,Europe,126483874.0,69.36,96.123,2.09,12363.0 +Russia,1966,Europe,127396324.0,69.43,96.267,2.1,12823.0 +Russia,1967,Europe,128165823.0,69.21,96.315,2.01,13256.0 +Russia,1968,Europe,128837792.0,69.17,96.288,1.97,13902.0 +Russia,1969,Europe,129475269.0,68.65,96.396,1.98,13972.0 +Russia,1970,Europe,130126383.0,68.76,95.58,2.0,14915.0 +Russia,1971,Europe,130808492.0,69.02,95.76,2.02,15170.0 +Russia,1972,Europe,131517584.0,68.92,95.93,2.03,15113.0 +Russia,1973,Europe,132254362.0,68.89,96.08,1.96,16236.0 +Russia,1974,Europe,133012558.0,68.88,96.23,2.0,16594.0 +Russia,1975,Europe,133788113.0,68.24,96.34,1.97,16530.0 +Russia,1976,Europe,134583945.0,67.98,96.44,1.95,17192.0 +Russia,1977,Europe,135406786.0,67.85,96.52,1.92,17487.0 +Russia,1978,Europe,136259517.0,67.89,96.58,1.9,17818.0 +Russia,1979,Europe,137144808.0,67.61,96.64,1.87,17632.0 +Russia,1980,Europe,138063062.0,67.57,96.7,1.86,17557.0 +Russia,1981,Europe,139006739.0,67.79,96.75,1.88,17619.0 +Russia,1982,Europe,139969243.0,68.25,96.81,1.96,17951.0 +Russia,1983,Europe,140951400.0,68.01,96.87,2.09,18417.0 +Russia,1984,Europe,141955200.0,67.53,96.93,2.05,18527.0 +Russia,1985,Europe,142975753.0,68.19,97.0,2.05,18576.0 +Russia,1986,Europe,144016095.0,69.8,97.09,2.18,19221.0 +Russia,1987,Europe,145056221.0,69.81,97.19,2.23,19355.0 +Russia,1988,Europe,146040116.0,69.66,97.28,2.14,19660.0 +Russia,1989,Europe,146895053.0,69.57,97.36,2.02,19906.0 +Russia,1990,Europe,147568552.0,69.2,97.4,1.89,19349.0 +Russia,1991,Europe,148040354.0,69.1,97.41,1.73,18332.0 +Russia,1992,Europe,148322473.0,68.0,97.39,1.55,15661.0 +Russia,1993,Europe,148435811.0,65.2,97.37,1.37,14320.0 +Russia,1994,Europe,148416292.0,63.8,97.36,1.4,12535.0 +Russia,1995,Europe,148293265.0,64.4,97.36,1.34,12013.0 +Russia,1996,Europe,148078355.0,65.7,97.4,1.27,11597.0 +Russia,1997,Europe,147772805.0,67.0,97.44,1.22,11779.0 +Russia,1998,Europe,147385440.0,67.2,97.5,1.23,11173.0 +Russia,1999,Europe,146924174.0,65.9,97.58,1.16,11925.0 +Russia,2000,Europe,146400951.0,65.1,97.68,1.2,13173.0 +Russia,2001,Europe,145818121.0,65.1,97.8,1.22,13902.0 +Russia,2002,Europe,145195521.0,64.9,97.93,1.29,14629.0 +Russia,2003,Europe,144583147.0,64.7,98.07,1.33,15768.0 +Russia,2004,Europe,144043914.0,65.1,98.2,1.34,16967.0 +Russia,2005,Europe,143622566.0,65.1,98.33,1.29,18118.0 +Russia,2006,Europe,143338407.0,66.7,98.45,1.3,19660.0 +Russia,2007,Europe,143180249.0,67.7,98.56,1.41,21374.0 +Russia,2008,Europe,143123163.0,67.9,98.65,1.49,22506.0 +Russia,2009,Europe,143126660.0,68.8,98.73,1.54,20739.0 +Russia,2010,Europe,143158099.0,68.9,98.8,1.57,21664.0 +Russia,2011,Europe,143211476.0,69.8,98.86,1.58,22570.0 +Russia,2012,Europe,143287536.0,70.4,98.92,1.59,23299.0 +Russia,2013,Europe,143367341.0,70.8,98.96,1.6,23561.0 +Russia,2014,Europe,143429435.0,70.9,99.01,1.6,23293.0 +Russia,2015,Europe,143456918.0,71.0,99.04,1.61,23038.0 +Rwanda,1800,Africa,928368.0,31.8,57.996,7.07,431.0 +Rwanda,1810,Africa,928368.0,31.8,57.996,7.07,437.0 +Rwanda,1820,Africa,943716.0,31.8,57.996,7.07,442.0 +Rwanda,1830,Africa,988207.0,31.8,57.996,7.07,448.0 +Rwanda,1840,Africa,1051167.0,31.8,57.996,7.07,453.0 +Rwanda,1850,Africa,1118138.0,31.8,57.996,7.07,459.0 +Rwanda,1860,Africa,1197896.0,31.8,57.996,7.07,465.0 +Rwanda,1870,Africa,1283278.0,31.8,57.996,7.07,471.0 +Rwanda,1880,Africa,1374345.0,31.8,57.996,7.07,477.0 +Rwanda,1890,Africa,1471766.0,31.8,57.996,7.07,483.0 +Rwanda,1900,Africa,1576436.0,25.0,58.087,7.07,489.0 +Rwanda,1910,Africa,1688211.0,31.8,58.74,7.07,495.0 +Rwanda,1920,Africa,1803946.0,31.8,59.611000000000004,7.07,502.0 +Rwanda,1930,Africa,1918878.0,31.8,60.33299999999999,7.24,509.0 +Rwanda,1940,Africa,2041133.0,35.53,65.445,7.58,517.0 +Rwanda,1950,Africa,2186187.0,39.8,71.74100000000001,7.92,525.0 +Rwanda,1951,Africa,2250675.0,39.99,72.416,7.94,544.0 +Rwanda,1952,Africa,2313306.0,40.32,73.074,7.98,551.0 +Rwanda,1953,Africa,2378442.0,40.66,73.71600000000002,8.02,560.0 +Rwanda,1954,Africa,2448814.0,41.0,74.344,8.06,580.0 +Rwanda,1955,Africa,2525524.0,41.34,74.90100000000002,8.09,586.0 +Rwanda,1956,Africa,2607945.0,41.69,75.46,8.12,595.0 +Rwanda,1957,Africa,2693819.0,42.03,76.3,8.14,604.0 +Rwanda,1958,Africa,2779550.0,42.38,77.03999999999998,8.16,607.0 +Rwanda,1959,Africa,2860694.0,42.73,77.74,8.18,627.0 +Rwanda,1960,Africa,2933424.0,43.07,78.39,8.19,631.0 +Rwanda,1961,Africa,2996091.0,43.41,78.88,8.19,601.0 +Rwanda,1962,Africa,3050596.0,43.74,79.22,8.2,669.0 +Rwanda,1963,Africa,3102968.0,44.05,79.42,8.2,588.0 +Rwanda,1964,Africa,3161719.0,44.35,79.49,8.2,506.0 +Rwanda,1965,Africa,3232937.0,44.62,79.44,8.2,528.0 +Rwanda,1966,Africa,3319077.0,44.85,79.3,8.2,549.0 +Rwanda,1967,Africa,3418313.0,45.07,79.10000000000002,8.2,572.0 +Rwanda,1968,Africa,3527260.0,45.27,78.84,8.21,596.0 +Rwanda,1969,Africa,3640591.0,45.44,78.53,8.22,642.0 +Rwanda,1970,Africa,3754546.0,45.58,78.18,8.23,691.0 +Rwanda,1971,Africa,3868345.0,45.71,77.79,8.25,679.0 +Rwanda,1972,Africa,3983707.0,45.81,77.35,8.28,662.0 +Rwanda,1973,Africa,4102336.0,45.91,76.81,8.31,663.0 +Rwanda,1974,Africa,4226836.0,46.01,76.16000000000003,8.34,675.0 +Rwanda,1975,Africa,4359166.0,46.13,75.56,8.37,777.0 +Rwanda,1976,Africa,4499720.0,46.31,75.15,8.4,740.0 +Rwanda,1977,Africa,4648070.0,46.54,75.11,8.42,752.0 +Rwanda,1978,Africa,4804375.0,46.81,75.63,8.44,798.0 +Rwanda,1979,Africa,4968628.0,47.12,76.75,8.45,846.0 +Rwanda,1980,Africa,5140786.0,47.46,78.25999999999998,8.45,920.0 +Rwanda,1981,Africa,5313908.0,47.88,79.89,8.44,948.0 +Rwanda,1982,Africa,5486431.0,48.32,81.41000000000003,8.42,990.0 +Rwanda,1983,Africa,5669251.0,48.69,82.63000000000002,8.4,1014.0 +Rwanda,1984,Africa,5877556.0,48.88,83.48,8.36,945.0 +Rwanda,1985,Africa,6117966.0,49.15,84.08,8.28,962.0 +Rwanda,1986,Africa,6410594.0,49.42,84.59,8.17,989.0 +Rwanda,1987,Africa,6742390.0,49.69,84.99,8.0,953.0 +Rwanda,1988,Africa,7048075.0,49.96,85.24000000000002,7.79,892.0 +Rwanda,1989,Africa,7239097.0,50.23,85.3,7.54,884.0 +Rwanda,1990,Africa,7259740.0,50.5,85.11,7.27,856.0 +Rwanda,1991,Africa,7071393.0,49.3,84.6,7.01,863.0 +Rwanda,1992,Africa,6712924.0,48.0,83.81,6.77,973.0 +Rwanda,1993,Africa,6300358.0,46.7,81.93,6.57,965.0 +Rwanda,1994,Africa,5995987.0,13.2,70.61999999999998,6.42,509.0 +Rwanda,1995,Africa,5912755.0,43.8,73.85,6.31,695.0 +Rwanda,1996,Africa,6097688.0,44.6,80.4,6.23,749.0 +Rwanda,1997,Africa,6506118.0,44.0,78.41,6.16,781.0 +Rwanda,1998,Africa,7047196.0,45.6,77.25,6.09,768.0 +Rwanda,1999,Africa,7585143.0,47.2,80.50999999999998,6.0,754.0 +Rwanda,2000,Africa,8021875.0,49.2,82.1,5.9,764.0 +Rwanda,2001,Africa,8329113.0,51.0,83.37,5.79,796.0 +Rwanda,2002,Africa,8539029.0,53.5,84.82,5.67,880.0 +Rwanda,2003,Africa,8686469.0,55.5,86.29,5.57,879.0 +Rwanda,2004,Africa,8828956.0,57.6,87.72999999999998,5.46,928.0 +Rwanda,2005,Africa,9008230.0,59.6,89.03999999999998,5.37,973.0 +Rwanda,2006,Africa,9231041.0,61.6,90.21,5.27,1038.0 +Rwanda,2007,Africa,9481083.0,63.1,91.25,5.17,1087.0 +Rwanda,2008,Africa,9750314.0,64.1,92.17,5.06,1173.0 +Rwanda,2009,Africa,10024594.0,64.3,92.93,4.95,1210.0 +Rwanda,2010,Africa,10293669.0,65.1,93.58,4.84,1262.0 +Rwanda,2011,Africa,10556429.0,65.3,94.22,4.73,1324.0 +Rwanda,2012,Africa,10817350.0,65.5,94.77,4.62,1400.0 +Rwanda,2013,Africa,11078095.0,65.6,95.18,4.51,1426.0 +Rwanda,2014,Africa,11341544.0,65.7,95.52,4.4,1485.0 +Rwanda,2015,Africa,11609666.0,65.9,95.8,4.31,1549.0 +St. Lucia,1800,America,24000.0,28.01,54.04800000000001,5.53,874.0 +St. Lucia,1810,America,24000.0,28.01,56.81100000000001,5.53,876.0 +St. Lucia,1820,America,24000.0,28.01,59.408,5.53,877.0 +St. Lucia,1830,America,24000.0,28.01,61.848000000000006,5.53,906.0 +St. Lucia,1840,America,24000.0,28.01,64.142,5.53,937.0 +St. Lucia,1850,America,24629.0,28.01,66.298,5.53,968.0 +St. Lucia,1860,America,27133.0,28.01,68.325,5.53,1000.0 +St. Lucia,1870,America,31938.0,28.01,70.22900000000001,5.53,1034.0 +St. Lucia,1880,America,37722.0,28.01,72.01899999999998,5.53,1068.0 +St. Lucia,1890,America,42333.0,28.01,73.70100000000002,5.53,1104.0 +St. Lucia,1900,America,48642.0,28.01,75.283,5.53,1141.0 +St. Lucia,1910,America,49588.0,28.01,76.76899999999998,5.53,1179.0 +St. Lucia,1920,America,52172.0,28.01,78.166,5.53,1218.0 +St. Lucia,1930,America,58413.0,35.46,79.47800000000002,5.49,1279.0 +St. Lucia,1940,America,65788.0,43.73,80.706,5.41,1343.0 +St. Lucia,1950,America,82783.0,51.83,81.86,5.34,1408.0 +St. Lucia,1951,America,83875.0,51.89,81.985,5.53,1468.0 +St. Lucia,1952,America,84763.0,52.09,82.18900000000002,5.89,1530.0 +St. Lucia,1953,America,85493.0,52.4,82.492,6.19,1596.0 +St. Lucia,1954,America,86108.0,52.81,82.96700000000001,6.45,1663.0 +St. Lucia,1955,America,86655.0,53.32,83.455,6.65,1734.0 +St. Lucia,1956,America,87178.0,53.92,84.03,6.8,1808.0 +St. Lucia,1957,America,87722.0,54.6,84.68599999999998,6.9,1885.0 +St. Lucia,1958,America,88331.0,55.36,85.41499999999998,6.96,1965.0 +St. Lucia,1959,America,89047.0,56.15,86.124,6.98,2049.0 +St. Lucia,1960,America,89901.0,56.97,86.81400000000002,6.97,2136.0 +St. Lucia,1961,America,90913.0,57.75,87.529,6.93,2227.0 +St. Lucia,1962,America,92086.0,58.47,88.205,6.88,2321.0 +St. Lucia,1963,America,93397.0,59.11,88.845,6.82,2420.0 +St. Lucia,1964,America,94813.0,59.66,89.45,6.76,2523.0 +St. Lucia,1965,America,96303.0,60.15,90.022,6.69,2630.0 +St. Lucia,1966,America,97877.0,60.58,90.56299999999999,6.61,2742.0 +St. Lucia,1967,America,99526.0,61.0,91.075,6.51,2858.0 +St. Lucia,1968,America,101181.0,61.45,91.559,6.39,2979.0 +St. Lucia,1969,America,102747.0,61.94,92.01700000000001,6.25,3106.0 +St. Lucia,1970,America,104162.0,62.47,92.45,6.1,3238.0 +St. Lucia,1971,America,105389.0,63.04,93.13,5.95,3367.0 +St. Lucia,1972,America,106458.0,63.63,93.77,5.81,3425.0 +St. Lucia,1973,America,107461.0,64.22,94.35,5.69,3448.0 +St. Lucia,1974,America,108534.0,64.8,94.88,5.57,3613.0 +St. Lucia,1975,America,109770.0,65.38,95.35,5.46,3734.0 +St. Lucia,1976,America,111211.0,65.96,95.74,5.35,4381.0 +St. Lucia,1977,America,112826.0,66.54,96.06,5.22,4724.0 +St. Lucia,1978,America,114551.0,67.1,96.3,5.06,5010.0 +St. Lucia,1979,America,116292.0,67.64,96.49,4.89,5077.0 +St. Lucia,1980,America,117984.0,68.15,96.65,4.7,4728.0 +St. Lucia,1981,America,119593.0,68.6,96.78,4.51,4789.0 +St. Lucia,1982,America,121150.0,68.99,96.9,4.33,4873.0 +St. Lucia,1983,America,122738.0,69.29,97.02,4.16,5084.0 +St. Lucia,1984,America,124468.0,69.53,97.14,4.01,5365.0 +St. Lucia,1985,America,126416.0,69.7,97.27,3.89,5689.0 +St. Lucia,1986,America,128620.0,69.83,97.39,3.78,6545.0 +St. Lucia,1987,America,131032.0,69.93,97.51,3.68,6616.0 +St. Lucia,1988,America,133532.0,70.03,97.6,3.59,7436.0 +St. Lucia,1989,America,135954.0,70.12,97.68,3.5,7861.0 +St. Lucia,1990,America,138180.0,70.2,97.74,3.4,7979.0 +St. Lucia,1991,America,140159.0,70.4,97.79,3.3,8077.0 +St. Lucia,1992,America,141934.0,70.5,97.84,3.2,8536.0 +St. Lucia,1993,America,143592.0,70.7,97.88,3.09,8655.0 +St. Lucia,1994,America,145262.0,70.9,97.94,2.98,8677.0 +St. Lucia,1995,America,147040.0,71.1,97.99,2.87,8854.0 +St. Lucia,1996,America,148962.0,71.2,98.04,2.76,9213.0 +St. Lucia,1997,America,150994.0,71.5,98.1,2.64,9125.0 +St. Lucia,1998,America,153066.0,71.7,98.14,2.53,9574.0 +St. Lucia,1999,America,155073.0,71.8,98.18,2.42,9673.0 +St. Lucia,2000,America,156949.0,72.0,98.22,2.31,9980.0 +St. Lucia,2001,America,158650.0,72.1,98.24,2.22,9507.0 +St. Lucia,2002,America,160218.0,72.3,98.26,2.15,9413.0 +St. Lucia,2003,America,161767.0,72.5,98.27,2.1,9771.0 +St. Lucia,2004,America,163462.0,72.8,98.28,2.06,10455.0 +St. Lucia,2005,America,165407.0,73.1,98.29,2.04,10158.0 +St. Lucia,2006,America,167656.0,73.4,98.3,2.03,10858.0 +St. Lucia,2007,America,170146.0,73.7,98.32,2.02,10636.0 +St. Lucia,2008,America,172729.0,74.1,98.34,2.01,10843.0 +St. Lucia,2009,America,175196.0,74.3,98.37,2.0,10759.0 +St. Lucia,2010,America,177397.0,74.5,98.39,1.98,10515.0 +St. Lucia,2011,America,179278.0,74.6,98.42,1.96,10535.0 +St. Lucia,2012,America,180890.0,74.7,98.46,1.94,10275.0 +St. Lucia,2013,America,182305.0,74.7,98.49,1.91,10152.0 +St. Lucia,2014,America,183645.0,74.8,98.53,1.89,9917.0 +St. Lucia,2015,America,184999.0,74.8,98.57,1.87,9997.0 +St. Vincent and the Grenadines,1800,America,25781.0,25.99,53.664,6.54,838.0 +St. Vincent and the Grenadines,1810,America,25781.0,25.99,56.22799999999999,6.54,839.0 +St. Vincent and the Grenadines,1820,America,26117.0,25.99,58.651,6.54,840.0 +St. Vincent and the Grenadines,1830,America,27085.0,25.99,60.93899999999999,6.54,899.0 +St. Vincent and the Grenadines,1840,America,28442.0,25.99,63.101000000000006,6.54,962.0 +St. Vincent and the Grenadines,1850,America,29971.0,25.99,65.143,6.54,1029.0 +St. Vincent and the Grenadines,1860,America,32213.0,25.99,67.072,6.54,1100.0 +St. Vincent and the Grenadines,1870,America,35791.0,25.99,68.89399999999999,6.54,1177.0 +St. Vincent and the Grenadines,1880,America,39665.0,25.99,70.616,6.54,1259.0 +St. Vincent and the Grenadines,1890,America,41629.0,25.99,72.242,6.54,1347.0 +St. Vincent and the Grenadines,1900,America,46071.0,25.99,73.778,6.54,1440.0 +St. Vincent and the Grenadines,1910,America,42765.0,25.99,75.229,6.54,1541.0 +St. Vincent and the Grenadines,1920,America,43844.0,25.99,76.6,6.54,1683.0 +St. Vincent and the Grenadines,1930,America,47638.0,33.43,77.9,6.68,1829.0 +St. Vincent and the Grenadines,1940,America,56034.0,41.71,79.16799999999998,6.97,1988.0 +St. Vincent and the Grenadines,1950,America,67000.0,49.9,80.36399999999998,7.26,2158.0 +St. Vincent and the Grenadines,1951,America,68067.0,50.11,80.581,7.28,2229.0 +St. Vincent and the Grenadines,1952,America,69270.0,50.59,81.035,7.32,2301.0 +St. Vincent and the Grenadines,1953,America,70594.0,51.19,81.587,7.36,2376.0 +St. Vincent and the Grenadines,1954,America,72022.0,51.89,82.23100000000002,7.37,2454.0 +St. Vincent and the Grenadines,1955,America,73528.0,52.69,82.963,7.38,2534.0 +St. Vincent and the Grenadines,1956,America,75081.0,53.58,83.771,7.37,2616.0 +St. Vincent and the Grenadines,1957,America,76642.0,54.57,84.65,7.35,2701.0 +St. Vincent and the Grenadines,1958,America,78168.0,55.63,85.59100000000002,7.32,2789.0 +St. Vincent and the Grenadines,1959,America,79616.0,56.73,86.49900000000002,7.28,2880.0 +St. Vincent and the Grenadines,1960,America,80948.0,57.85,87.195,7.22,2974.0 +St. Vincent and the Grenadines,1961,America,82144.0,58.96,87.85600000000002,7.16,3059.0 +St. Vincent and the Grenadines,1962,America,83206.0,59.99,88.48200000000001,7.07,3127.0 +St. Vincent and the Grenadines,1963,America,84167.0,60.93,89.07600000000002,6.98,2893.0 +St. Vincent and the Grenadines,1964,America,85076.0,61.75,89.64,6.88,2963.0 +St. Vincent and the Grenadines,1965,America,85972.0,62.46,90.17399999999999,6.76,2953.0 +St. Vincent and the Grenadines,1966,America,86860.0,63.06,90.681,6.63,2919.0 +St. Vincent and the Grenadines,1967,America,87736.0,63.58,91.162,6.49,2611.0 +St. Vincent and the Grenadines,1968,America,88615.0,64.04,91.618,6.35,2749.0 +St. Vincent and the Grenadines,1969,America,89518.0,64.46,92.05,6.19,2795.0 +St. Vincent and the Grenadines,1970,America,90457.0,64.84,91.96,6.01,3059.0 +St. Vincent and the Grenadines,1971,America,91440.0,65.16,91.89,5.83,3112.0 +St. Vincent and the Grenadines,1972,America,92465.0,65.43,91.86,5.63,3867.0 +St. Vincent and the Grenadines,1973,America,93516.0,65.64,91.89,5.42,3394.0 +St. Vincent and the Grenadines,1974,America,94572.0,65.82,92.0,5.2,3056.0 +St. Vincent and the Grenadines,1975,America,95614.0,65.99,92.2,4.97,2789.0 +St. Vincent and the Grenadines,1976,America,96639.0,66.16,92.48,4.75,3041.0 +St. Vincent and the Grenadines,1977,America,97649.0,66.36,92.84,4.54,3090.0 +St. Vincent and the Grenadines,1978,America,98634.0,66.61,93.26,4.34,3419.0 +St. Vincent and the Grenadines,1979,America,99589.0,66.88,93.74,4.15,3495.0 +St. Vincent and the Grenadines,1980,America,100506.0,67.19,94.23,3.99,3529.0 +St. Vincent and the Grenadines,1981,America,101378.0,67.52,94.74,3.83,3710.0 +St. Vincent and the Grenadines,1982,America,102202.0,67.84,95.24,3.69,3853.0 +St. Vincent and the Grenadines,1983,America,102985.0,68.15,95.71,3.56,3988.0 +St. Vincent and the Grenadines,1984,America,103742.0,68.43,96.14,3.44,4185.0 +St. Vincent and the Grenadines,1985,America,104477.0,68.68,96.51,3.33,4397.0 +St. Vincent and the Grenadines,1986,America,105197.0,68.92,96.82,3.23,4640.0 +St. Vincent and the Grenadines,1987,America,105892.0,69.14,97.07,3.14,4796.0 +St. Vincent and the Grenadines,1988,America,106533.0,69.34,97.27,3.07,5434.0 +St. Vincent and the Grenadines,1989,America,107081.0,69.53,97.43,3.01,5507.0 +St. Vincent and the Grenadines,1990,America,107509.0,69.7,97.55,2.96,5726.0 +St. Vincent and the Grenadines,1991,America,107811.0,69.7,97.64,2.91,5745.0 +St. Vincent and the Grenadines,1992,America,108001.0,69.7,97.7,2.86,6166.0 +St. Vincent and the Grenadines,1993,America,108097.0,69.7,97.74,2.81,6170.0 +St. Vincent and the Grenadines,1994,America,108129.0,69.6,97.76,2.76,5983.0 +St. Vincent and the Grenadines,1995,America,108122.0,69.6,97.76,2.7,6044.0 +St. Vincent and the Grenadines,1996,America,108078.0,69.4,97.76,2.64,6127.0 +St. Vincent and the Grenadines,1997,America,108001.0,69.7,97.76,2.58,6945.0 +St. Vincent and the Grenadines,1998,America,107923.0,69.8,97.76,2.51,7310.0 +St. Vincent and the Grenadines,1999,America,107879.0,69.6,97.77,2.44,7635.0 +St. Vincent and the Grenadines,2000,America,107897.0,69.1,97.78,2.38,7571.0 +St. Vincent and the Grenadines,2001,America,107989.0,69.7,97.79,2.32,7693.0 +St. Vincent and the Grenadines,2002,America,108150.0,69.7,97.8,2.27,8168.0 +St. Vincent and the Grenadines,2003,America,108354.0,70.1,97.81,2.23,8779.0 +St. Vincent and the Grenadines,2004,America,108563.0,70.2,97.82,2.2,9126.0 +St. Vincent and the Grenadines,2005,America,108749.0,70.4,97.82,2.17,9337.0 +St. Vincent and the Grenadines,2006,America,108908.0,70.6,97.83,2.15,10038.0 +St. Vincent and the Grenadines,2007,America,109049.0,70.8,97.84,2.13,10357.0 +St. Vincent and the Grenadines,2008,America,109165.0,70.9,97.86,2.11,10517.0 +St. Vincent and the Grenadines,2009,America,109255.0,71.1,97.89,2.09,10287.0 +St. Vincent and the Grenadines,2010,America,109316.0,71.1,97.92,2.07,9935.0 +St. Vincent and the Grenadines,2011,America,109341.0,71.0,97.97,2.05,9883.0 +St. Vincent and the Grenadines,2012,America,109334.0,71.1,98.02,2.02,9997.0 +St. Vincent and the Grenadines,2013,America,109327.0,70.8,98.07,2.0,10177.0 +St. Vincent and the Grenadines,2014,America,109360.0,71.1,98.12,1.97,10131.0 +St. Vincent and the Grenadines,2015,America,109462.0,71.2,98.17,1.95,10435.0 +Samoa,1800,Asia,47300.0,25.4,52.896,6.98,1400.0 +Samoa,1810,Asia,47220.0,25.4,54.957,6.98,1402.0 +Samoa,1820,Asia,47139.0,25.4,56.928,6.98,1404.0 +Samoa,1830,Asia,47059.0,25.4,58.812,6.98,1453.0 +Samoa,1840,Asia,46979.0,25.4,60.615,6.98,1503.0 +Samoa,1850,Asia,46077.0,25.4,62.33800000000001,6.98,1555.0 +Samoa,1860,Asia,43781.0,25.4,63.98600000000001,6.98,1608.0 +Samoa,1870,Asia,40833.0,25.4,65.561,6.98,1664.0 +Samoa,1880,Asia,38071.0,25.4,67.068,6.98,1721.0 +Samoa,1890,Asia,35495.0,25.4,68.509,6.98,1781.0 +Samoa,1900,Asia,34310.0,25.4,69.887,6.98,1842.0 +Samoa,1910,Asia,37850.0,25.4,71.20500000000001,6.98,1905.0 +Samoa,1920,Asia,36337.0,25.4,72.464,6.98,2098.0 +Samoa,1930,Asia,45959.0,25.4,73.66900000000003,7.11,2358.0 +Samoa,1940,Asia,61296.0,32.71,74.821,7.38,2650.0 +Samoa,1950,Asia,82102.0,45.73,73.735,7.64,2976.0 +Samoa,1951,Asia,84439.0,46.08,74.92099999999998,7.64,3011.0 +Samoa,1952,Asia,86818.0,46.69,76.057,7.63,3046.0 +Samoa,1953,Asia,89235.0,47.3,77.14399999999998,7.63,3081.0 +Samoa,1954,Asia,91695.0,47.9,78.18499999999997,7.63,3117.0 +Samoa,1955,Asia,94209.0,48.5,79.181,7.63,3153.0 +Samoa,1956,Asia,96801.0,49.09,80.134,7.63,3190.0 +Samoa,1957,Asia,99503.0,49.69,81.04599999999998,7.64,3227.0 +Samoa,1958,Asia,102352.0,50.28,81.918,7.65,3264.0 +Samoa,1959,Asia,105391.0,50.87,82.75200000000002,7.65,3302.0 +Samoa,1960,Asia,108645.0,51.45,83.54899999999998,7.65,3341.0 +Samoa,1961,Asia,112121.0,52.04,83.833,7.65,3379.0 +Samoa,1962,Asia,115786.0,52.62,84.11399999999998,7.63,3419.0 +Samoa,1963,Asia,119564.0,53.21,84.39200000000002,7.6,3458.0 +Samoa,1964,Asia,123354.0,53.8,84.667,7.57,3498.0 +Samoa,1965,Asia,127068.0,54.39,84.93799999999997,7.52,3539.0 +Samoa,1966,Asia,130687.0,54.98,85.20700000000002,7.46,3580.0 +Samoa,1967,Asia,134194.0,55.57,85.471,7.4,3621.0 +Samoa,1968,Asia,137503.0,56.15,85.73299999999998,7.33,3663.0 +Samoa,1969,Asia,140520.0,56.75,85.991,7.27,3706.0 +Samoa,1970,Asia,143175.0,57.33,86.24600000000002,7.19,3748.0 +Samoa,1971,Asia,145437.0,57.92,86.99799999999998,7.12,3792.0 +Samoa,1972,Asia,147323.0,58.5,87.71,7.04,3836.0 +Samoa,1973,Asia,148889.0,59.09,88.384,6.95,3880.0 +Samoa,1974,Asia,150219.0,59.67,89.022,6.86,3433.0 +Samoa,1975,Asia,151383.0,60.26,89.626,6.76,3273.0 +Samoa,1976,Asia,152390.0,60.84,90.197,6.66,3548.0 +Samoa,1977,Asia,153244.0,61.44,90.738,6.55,3493.0 +Samoa,1978,Asia,154010.0,62.02,91.25,6.43,3686.0 +Samoa,1979,Asia,154763.0,62.62,91.734,6.32,4149.0 +Samoa,1980,Asia,155554.0,63.2,93.022,6.2,3879.0 +Samoa,1981,Asia,156435.0,63.79,93.152,6.09,3517.0 +Samoa,1982,Asia,157401.0,64.36,93.285,5.97,3471.0 +Samoa,1983,Asia,158383.0,64.94,93.42200000000001,5.85,3477.0 +Samoa,1984,Asia,159281.0,65.51,96.1,5.73,3512.0 +Samoa,1985,Asia,160030.0,66.1,96.27,5.62,3636.0 +Samoa,1986,Asia,160591.0,66.67,96.42,5.51,3818.0 +Samoa,1987,Asia,161014.0,67.27,96.55,5.4,3815.0 +Samoa,1988,Asia,161424.0,67.87,96.68,5.3,3736.0 +Samoa,1989,Asia,162001.0,68.49,96.79,5.21,3847.0 +Samoa,1990,Asia,162865.0,69.1,96.9,5.12,3649.0 +Samoa,1991,Asia,164073.0,69.1,97.0,5.03,3539.0 +Samoa,1992,Asia,165568.0,69.5,97.1,4.96,3500.0 +Samoa,1993,Asia,167206.0,69.7,97.21,4.88,3608.0 +Samoa,1994,Asia,168786.0,69.8,97.31,4.82,3483.0 +Samoa,1995,Asia,170158.0,70.0,97.41,4.75,3686.0 +Samoa,1996,Asia,171276.0,70.2,97.51,4.69,3925.0 +Samoa,1997,Asia,172191.0,70.4,97.59,4.64,3929.0 +Samoa,1998,Asia,172979.0,70.6,97.68,4.59,3997.0 +Samoa,1999,Asia,173758.0,70.7,97.76,4.54,4066.0 +Samoa,2000,Asia,174614.0,70.8,97.83,4.5,4326.0 +Samoa,2001,Asia,175567.0,71.0,97.9,4.48,4601.0 +Samoa,2002,Asia,176592.0,71.2,97.96,4.46,4773.0 +Samoa,2003,Asia,177677.0,71.4,98.0,4.45,4958.0 +Samoa,2004,Asia,178794.0,71.6,98.04,4.46,5155.0 +Samoa,2005,Asia,179928.0,71.8,98.07,4.46,5335.0 +Samoa,2006,Asia,181072.0,72.0,98.09,4.46,5406.0 +Samoa,2007,Asia,182238.0,72.1,98.11,4.45,5711.0 +Samoa,2008,Asia,183440.0,72.3,98.12,4.43,5731.0 +Samoa,2009,Asia,184700.0,70.4,97.59,4.39,5418.0 +Samoa,2010,Asia,186029.0,72.6,98.13,4.34,5405.0 +Samoa,2011,Asia,187434.0,72.7,98.14,4.28,5675.0 +Samoa,2012,Asia,188901.0,72.7,98.15,4.21,5654.0 +Samoa,2013,Asia,190390.0,73.0,98.18,4.15,5502.0 +Samoa,2014,Asia,191845.0,73.1,98.21,4.09,5525.0 +Samoa,2015,Asia,193228.0,73.2,98.25,4.03,5558.0 +Sao Tome and Principe,1800,Africa,22731.0,31.0,55.07200000000001,6.23,850.0 +Sao Tome and Principe,1810,Africa,22731.0,31.0,56.96600000000001,6.23,866.0 +Sao Tome and Principe,1820,Africa,23187.0,31.0,58.78099999999999,6.23,882.0 +Sao Tome and Principe,1830,Africa,24518.0,31.0,60.519,6.23,899.0 +Sao Tome and Principe,1840,Africa,26419.0,31.0,62.183,6.23,916.0 +Sao Tome and Principe,1850,Africa,28467.0,31.0,63.778,6.23,933.0 +Sao Tome and Principe,1860,Africa,30707.0,31.0,65.305,6.23,950.0 +Sao Tome and Principe,1870,Africa,33124.0,31.0,66.768,6.23,968.0 +Sao Tome and Principe,1880,Africa,35718.0,31.0,68.169,6.23,986.0 +Sao Tome and Principe,1890,Africa,38513.0,31.0,69.51100000000001,6.23,1005.0 +Sao Tome and Principe,1900,Africa,41544.0,31.0,70.79599999999998,6.23,1023.0 +Sao Tome and Principe,1910,Africa,44803.0,31.0,72.028,6.23,1043.0 +Sao Tome and Principe,1920,Africa,48309.0,31.0,73.207,6.23,1062.0 +Sao Tome and Principe,1930,Africa,52054.0,31.0,74.35600000000002,6.23,1107.0 +Sao Tome and Principe,1940,Africa,56089.0,35.85,75.47500000000002,6.23,1153.0 +Sao Tome and Principe,1950,Africa,60000.0,45.87,76.545,6.23,1199.0 +Sao Tome and Principe,1951,Africa,59203.0,46.1,76.786,6.22,1198.0 +Sao Tome and Principe,1952,Africa,58525.0,46.54,77.286,6.2,1199.0 +Sao Tome and Principe,1953,Africa,58163.0,47.01,77.72,6.19,1202.0 +Sao Tome and Principe,1954,Africa,58238.0,47.52,78.265,6.19,1254.0 +Sao Tome and Principe,1955,Africa,58782.0,48.05,78.828,6.18,1129.0 +Sao Tome and Principe,1956,Africa,59744.0,48.6,80.416,6.19,1194.0 +Sao Tome and Principe,1957,Africa,60990.0,49.18,81.884,6.2,1186.0 +Sao Tome and Principe,1958,Africa,62316.0,49.77,83.243,6.21,1302.0 +Sao Tome and Principe,1959,Africa,63476.0,50.38,84.5,6.22,1169.0 +Sao Tome and Principe,1960,Africa,64255.0,51.01,85.66199999999998,6.24,1296.0 +Sao Tome and Principe,1961,Africa,64549.0,51.62,86.73700000000002,6.26,1397.0 +Sao Tome and Principe,1962,Africa,64429.0,52.21,87.73200000000001,6.28,1493.0 +Sao Tome and Principe,1963,Africa,64181.0,52.79,88.652,6.31,1586.0 +Sao Tome and Principe,1964,Africa,64209.0,53.36,89.50299999999999,6.33,1675.0 +Sao Tome and Principe,1965,Africa,64797.0,53.92,90.29,6.35,1759.0 +Sao Tome and Principe,1966,Africa,66057.0,54.47,90.61,6.37,1865.0 +Sao Tome and Principe,1967,Africa,67874.0,55.03,90.89,6.39,1949.0 +Sao Tome and Principe,1968,Africa,70040.0,55.6,91.11,6.42,2031.0 +Sao Tome and Principe,1969,Africa,72240.0,56.19,91.25,6.44,2115.0 +Sao Tome and Principe,1970,Africa,74251.0,56.81,91.31,6.47,2196.0 +Sao Tome and Principe,1971,Africa,75989.0,57.47,91.3,6.49,2267.0 +Sao Tome and Principe,1972,Africa,77536.0,58.13,91.24,6.51,2276.0 +Sao Tome and Principe,1973,Africa,79026.0,58.81,91.15,6.53,2272.0 +Sao Tome and Principe,1974,Africa,80670.0,59.47,91.06,6.53,2354.0 +Sao Tome and Principe,1975,Africa,82607.0,60.09,90.99,6.54,2426.0 +Sao Tome and Principe,1976,Africa,84889.0,60.63,90.94,6.53,2403.0 +Sao Tome and Principe,1977,Africa,87436.0,61.08,90.9,6.51,2883.0 +Sao Tome and Principe,1978,Africa,90095.0,61.42,90.88,6.49,2883.0 +Sao Tome and Principe,1979,Africa,92652.0,61.67,90.81,6.46,3266.0 +Sao Tome and Principe,1980,Africa,94953.0,61.83,90.72,6.41,3157.0 +Sao Tome and Principe,1981,Africa,96947.0,61.93,90.59,6.35,2777.0 +Sao Tome and Principe,1982,Africa,98692.0,62.02,90.43,6.27,2817.0 +Sao Tome and Principe,1983,Africa,100285.0,62.12,90.21,6.18,2668.0 +Sao Tome and Principe,1984,Africa,101871.0,62.24,89.99000000000002,6.08,2469.0 +Sao Tome and Principe,1985,Africa,103557.0,62.4,89.74,5.97,2653.0 +Sao Tome and Principe,1986,Africa,105364.0,62.59,89.52,5.85,2451.0 +Sao Tome and Principe,1987,Africa,107264.0,62.79,89.31,5.73,2330.0 +Sao Tome and Principe,1988,Africa,109268.0,63.0,89.16,5.61,2327.0 +Sao Tome and Principe,1989,Africa,111373.0,63.2,89.02,5.5,2350.0 +Sao Tome and Principe,1990,Africa,113575.0,63.4,88.92999999999998,5.4,2254.0 +Sao Tome and Principe,1991,Africa,115900.0,63.5,88.88000000000002,5.3,2235.0 +Sao Tome and Principe,1992,Africa,118346.0,63.6,88.89,5.2,2207.0 +Sao Tome and Principe,1993,Africa,120849.0,63.7,88.98,5.12,2190.0 +Sao Tome and Principe,1994,Africa,123318.0,64.0,89.13,5.03,2196.0 +Sao Tome and Principe,1995,Africa,125694.0,64.1,89.35,4.96,2197.0 +Sao Tome and Principe,1996,Africa,127946.0,63.9,89.63,4.89,2186.0 +Sao Tome and Principe,1997,Africa,130110.0,63.9,89.95,4.83,2164.0 +Sao Tome and Principe,1998,Africa,132284.0,64.0,90.3,4.77,2174.0 +Sao Tome and Principe,1999,Africa,134602.0,64.4,90.68,4.73,2186.0 +Sao Tome and Principe,2000,Africa,137164.0,64.6,91.07,4.69,2157.0 +Sao Tome and Principe,2001,Africa,140003.0,64.9,91.46,4.65,2188.0 +Sao Tome and Principe,2002,Africa,143085.0,65.0,91.85,4.63,2191.0 +Sao Tome and Principe,2003,Africa,146357.0,65.3,92.24,4.6,2291.0 +Sao Tome and Principe,2004,Africa,149732.0,65.4,92.63,4.57,2341.0 +Sao Tome and Principe,2005,Africa,153146.0,65.5,92.99,4.54,2321.0 +Sao Tome and Principe,2006,Africa,156584.0,65.7,93.33,4.51,2546.0 +Sao Tome and Principe,2007,Africa,160064.0,65.7,93.64,4.46,2524.0 +Sao Tome and Principe,2008,Africa,163595.0,66.0,93.9,4.41,2673.0 +Sao Tome and Principe,2009,Africa,167196.0,66.7,94.15,4.35,2701.0 +Sao Tome and Principe,2010,Africa,170880.0,66.9,94.36,4.29,2743.0 +Sao Tome and Principe,2011,Africa,174646.0,67.2,94.56,4.22,2801.0 +Sao Tome and Principe,2012,Africa,178484.0,67.4,94.76,4.15,2837.0 +Sao Tome and Principe,2013,Africa,182386.0,67.6,94.92,4.08,2876.0 +Sao Tome and Principe,2014,Africa,186342.0,67.8,95.1,4.01,2923.0 +Sao Tome and Principe,2015,Africa,190344.0,68.0,95.27,3.94,3003.0 +Saudi Arabia,1800,Asia,2091000.0,32.1,58.38399999999999,6.86,846.0 +Saudi Arabia,1810,Asia,2091000.0,32.1,58.38399999999999,6.86,852.0 +Saudi Arabia,1820,Asia,2103325.0,32.1,58.38399999999999,6.86,858.0 +Saudi Arabia,1830,Asia,2138414.0,32.1,58.38399999999999,6.86,868.0 +Saudi Arabia,1840,Asia,2186704.0,32.1,58.38399999999999,6.86,879.0 +Saudi Arabia,1850,Asia,2236084.0,32.1,58.38399999999999,6.86,890.0 +Saudi Arabia,1860,Asia,2284384.0,32.1,58.38399999999999,6.86,901.0 +Saudi Arabia,1870,Asia,2339375.0,32.1,58.38399999999999,6.86,912.0 +Saudi Arabia,1880,Asia,2405921.0,32.1,58.38399999999999,6.86,935.0 +Saudi Arabia,1890,Asia,2480109.0,32.1,58.38399999999999,6.86,958.0 +Saudi Arabia,1900,Asia,2556758.0,32.1,58.474,6.86,982.0 +Saudi Arabia,1910,Asia,2635671.0,32.1,59.121,6.86,1007.0 +Saudi Arabia,1920,Asia,2737469.0,32.1,60.093,6.86,1036.0 +Saudi Arabia,1930,Asia,2853764.0,32.1,61.068999999999996,6.93,1034.0 +Saudi Arabia,1940,Asia,2974999.0,32.1,62.07,7.06,969.0 +Saudi Arabia,1950,Asia,3121336.0,41.96,72.359,7.2,2128.0 +Saudi Arabia,1951,Asia,3198551.0,42.31,72.72399999999998,7.19,2465.0 +Saudi Arabia,1952,Asia,3283299.0,42.89,73.085,7.18,2854.0 +Saudi Arabia,1953,Asia,3372617.0,43.47,73.441,7.17,3305.0 +Saudi Arabia,1954,Asia,3464554.0,44.05,73.792,7.16,3827.0 +Saudi Arabia,1955,Asia,3558164.0,44.64,74.139,7.16,4432.0 +Saudi Arabia,1956,Asia,3653563.0,45.23,74.48100000000002,7.17,5132.0 +Saudi Arabia,1957,Asia,3751876.0,45.82,74.81800000000001,7.17,5942.0 +Saudi Arabia,1958,Asia,3855089.0,46.42,75.152,7.19,6881.0 +Saudi Arabia,1959,Asia,3965811.0,47.02,75.48,7.2,7968.0 +Saudi Arabia,1960,Asia,4086539.0,47.62,75.805,7.22,9226.0 +Saudi Arabia,1961,Asia,4218879.0,48.22,76.48,7.23,10684.0 +Saudi Arabia,1962,Asia,4362863.0,48.84,77.137,7.24,12371.0 +Saudi Arabia,1963,Asia,4516663.0,49.48,77.77600000000002,7.25,14325.0 +Saudi Arabia,1964,Asia,4677409.0,50.15,78.396,7.26,16587.0 +Saudi Arabia,1965,Asia,4843635.0,50.88,79.0,7.26,19207.0 +Saudi Arabia,1966,Asia,5015672.0,51.68,79.586,7.26,22240.0 +Saudi Arabia,1967,Asia,5196349.0,52.55,80.156,7.26,25752.0 +Saudi Arabia,1968,Asia,5389848.0,53.51,80.71,7.27,29819.0 +Saudi Arabia,1969,Asia,5601649.0,54.55,81.24900000000002,7.27,34527.0 +Saudi Arabia,1970,Asia,5836394.0,55.65,81.773,7.28,39979.0 +Saudi Arabia,1971,Asia,6096106.0,56.82,82.932,7.29,47016.0 +Saudi Arabia,1972,Asia,6382106.0,58.04,83.89999999999998,7.3,52961.0 +Saudi Arabia,1973,Asia,6697486.0,59.26,84.91,7.31,56842.0 +Saudi Arabia,1974,Asia,7045477.0,60.48,85.81,7.31,89417.0 +Saudi Arabia,1975,Asia,7428705.0,61.67,86.66,7.31,68111.0 +Saudi Arabia,1976,Asia,7845300.0,62.83,87.44000000000004,7.31,80328.0 +Saudi Arabia,1977,Asia,8295384.0,63.95,88.2,7.3,77548.0 +Saudi Arabia,1978,Asia,8785326.0,65.01,88.89,7.28,71169.0 +Saudi Arabia,1979,Asia,9323290.0,66.03,89.56,7.25,69720.0 +Saudi Arabia,1980,Asia,9912917.0,66.99,90.2,7.21,72465.0 +Saudi Arabia,1981,Asia,10556936.0,67.89,90.81,7.14,67447.0 +Saudi Arabia,1982,Asia,11247085.0,68.74,91.4,7.05,55569.0 +Saudi Arabia,1983,Asia,11962244.0,69.54,91.97,6.94,49634.0 +Saudi Arabia,1984,Asia,12674089.0,70.3,92.53,6.81,44693.0 +Saudi Arabia,1985,Asia,13361284.0,71.01,93.09,6.66,36344.0 +Saudi Arabia,1986,Asia,14016569.0,71.66,93.63,6.5,35239.0 +Saudi Arabia,1987,Asia,14642354.0,72.28,94.16,6.33,32136.0 +Saudi Arabia,1988,Asia,15239174.0,72.85,94.67,6.17,32091.0 +Saudi Arabia,1989,Asia,15810980.0,73.39,95.14,6.0,32281.0 +Saudi Arabia,1990,Asia,16361453.0,73.9,95.57,5.84,35681.0 +Saudi Arabia,1991,Asia,16890555.0,74.3,95.95,5.69,37688.0 +Saudi Arabia,1992,Asia,17398523.0,74.6,96.29,5.52,38237.0 +Saudi Arabia,1993,Asia,17890529.0,74.9,96.58,5.35,37182.0 +Saudi Arabia,1994,Asia,18373412.0,75.1,96.82,5.17,36526.0 +Saudi Arabia,1995,Asia,18853670.0,75.5,97.03,4.99,35870.0 +Saudi Arabia,1996,Asia,19331311.0,75.8,97.22,4.8,36531.0 +Saudi Arabia,1997,Asia,19809633.0,76.0,97.37,4.59,37060.0 +Saudi Arabia,1998,Asia,20302193.0,76.3,97.5,4.39,37671.0 +Saudi Arabia,1999,Asia,20825955.0,76.6,97.62,4.19,36746.0 +Saudi Arabia,2000,Asia,21392273.0,76.8,97.71,3.99,37531.0 +Saudi Arabia,2001,Asia,22007937.0,77.1,97.8,3.8,36387.0 +Saudi Arabia,2002,Asia,22668102.0,77.2,97.87,3.63,34875.0 +Saudi Arabia,2003,Asia,23357887.0,77.4,97.93,3.48,35859.0 +Saudi Arabia,2004,Asia,24055573.0,77.5,97.99,3.35,37556.0 +Saudi Arabia,2005,Asia,24745230.0,77.8,98.03,3.23,38892.0 +Saudi Arabia,2006,Asia,25419994.0,77.9,98.08,3.14,39958.0 +Saudi Arabia,2007,Asia,26083522.0,78.2,98.13,3.05,41464.0 +Saudi Arabia,2008,Asia,26742842.0,78.3,98.19,2.97,44189.0 +Saudi Arabia,2009,Asia,27409491.0,78.5,98.24,2.9,44276.0 +Saudi Arabia,2010,Asia,28090647.0,78.7,98.3,2.83,45598.0 +Saudi Arabia,2011,Asia,28788438.0,78.9,98.35,2.76,49230.0 +Saudi Arabia,2012,Asia,29496047.0,79.2,98.4,2.7,50916.0 +Saudi Arabia,2013,Asia,30201051.0,79.3,98.45,2.64,51294.0 +Saudi Arabia,2014,Asia,30886545.0,79.4,98.5,2.59,52096.0 +Saudi Arabia,2015,Asia,31540372.0,79.5,98.55,2.54,52469.0 +Senegal,1800,Africa,1009886.0,25.2,48.76000000000001,5.7,497.0 +Senegal,1810,Africa,1009886.0,25.2,48.76000000000001,5.7,498.0 +Senegal,1820,Africa,1028060.0,25.2,48.76000000000001,5.7,499.0 +Senegal,1830,Africa,1080873.0,25.2,48.76000000000001,5.7,523.0 +Senegal,1840,Africa,1155896.0,25.2,48.76000000000001,5.7,549.0 +Senegal,1850,Africa,1236126.0,25.2,48.76000000000001,5.7,576.0 +Senegal,1860,Africa,1326001.0,25.2,48.76000000000001,5.7,605.0 +Senegal,1870,Africa,1422397.0,25.2,48.76000000000001,5.7,635.0 +Senegal,1880,Africa,1525351.0,25.2,48.76000000000001,5.7,666.0 +Senegal,1890,Africa,1635693.0,25.2,48.76000000000001,5.7,699.0 +Senegal,1900,Africa,1754554.0,25.2,48.87000000000001,5.7,734.0 +Senegal,1910,Africa,1881695.0,25.2,49.66700000000001,5.7,770.0 +Senegal,1920,Africa,2016303.0,25.2,50.843,5.7,904.0 +Senegal,1930,Africa,2156254.0,24.65,51.308,5.85,1127.0 +Senegal,1940,Africa,2305918.0,27.3,56.04,6.15,1405.0 +Senegal,1950,Africa,2476638.0,34.63,65.38,6.46,1750.0 +Senegal,1951,Africa,2529699.0,34.89,65.92,6.49,1784.0 +Senegal,1952,Africa,2586817.0,35.39,66.48,6.54,1816.0 +Senegal,1953,Africa,2647955.0,35.88,67.04,6.6,1848.0 +Senegal,1954,Africa,2713038.0,36.34,67.6,6.66,1880.0 +Senegal,1955,Africa,2781955.0,36.78,68.12,6.71,1912.0 +Senegal,1956,Africa,2854549.0,37.19,68.6,6.76,1943.0 +Senegal,1957,Africa,2930627.0,37.57,68.99,6.81,1975.0 +Senegal,1958,Africa,3009966.0,37.93,69.31,6.86,2005.0 +Senegal,1959,Africa,3092338.0,38.23,69.55,6.91,2035.0 +Senegal,1960,Africa,3177560.0,38.46,69.67,6.95,2032.0 +Senegal,1961,Africa,3265558.0,38.63,69.75,6.99,2076.0 +Senegal,1962,Africa,3356421.0,38.72,69.76,7.04,2096.0 +Senegal,1963,Africa,3450418.0,38.76,69.77,7.08,2127.0 +Senegal,1964,Africa,3547939.0,38.74,69.78,7.11,2118.0 +Senegal,1965,Africa,3649308.0,38.71,69.83999999999999,7.15,2137.0 +Senegal,1966,Africa,3754268.0,38.7,69.96,7.19,2135.0 +Senegal,1967,Africa,3862783.0,38.74,70.10000000000001,7.23,2054.0 +Senegal,1968,Africa,3975614.0,38.9,70.30000000000001,7.27,2127.0 +Senegal,1969,Africa,4093763.0,39.17,70.56,7.3,1934.0 +Senegal,1970,Africa,4217754.0,39.59,70.95,7.34,2041.0 +Senegal,1971,Africa,4348499.0,40.18,71.46000000000002,7.37,1979.0 +Senegal,1972,Africa,4485342.0,40.94,72.11000000000001,7.41,2046.0 +Senegal,1973,Africa,4625377.0,41.85,72.89,7.43,1876.0 +Senegal,1974,Africa,4764623.0,42.85,73.78,7.45,1899.0 +Senegal,1975,Africa,4900491.0,43.94,74.76,7.47,1996.0 +Senegal,1976,Africa,5031849.0,45.07,75.82,7.47,2129.0 +Senegal,1977,Africa,5160313.0,46.21,76.86999999999998,7.46,2011.0 +Senegal,1978,Africa,5289445.0,47.33,77.84,7.45,1874.0 +Senegal,1979,Africa,5424299.0,48.4,78.72,7.42,1946.0 +Senegal,1980,Africa,5568651.0,49.42,79.47999999999998,7.38,1826.0 +Senegal,1981,Africa,5723541.0,50.43,80.14,7.34,1758.0 +Senegal,1982,Africa,5888261.0,51.44,80.75,7.28,1965.0 +Senegal,1983,Africa,6062682.0,52.47,81.35,7.23,1955.0 +Senegal,1984,Africa,6246140.0,53.48,82.01,7.16,1810.0 +Senegal,1985,Africa,6438024.0,54.45,82.74000000000002,7.09,1823.0 +Senegal,1986,Africa,6638186.0,55.36,83.55,7.01,1855.0 +Senegal,1987,Africa,6846556.0,56.17,84.34,6.93,1875.0 +Senegal,1988,Africa,7062540.0,56.86,85.04,6.83,1914.0 +Senegal,1989,Africa,7285378.0,57.41,85.59,6.73,1828.0 +Senegal,1990,Africa,7514201.0,57.8,85.96000000000002,6.63,1856.0 +Senegal,1991,Africa,7749559.0,58.0,86.13,6.52,1846.0 +Senegal,1992,Africa,7990736.0,58.0,86.14999999999998,6.4,1813.0 +Senegal,1993,Africa,8234147.0,58.2,86.07000000000002,6.29,1782.0 +Senegal,1994,Africa,8475136.0,58.2,85.94,6.17,1731.0 +Senegal,1995,Africa,8710746.0,58.4,85.79,6.05,1774.0 +Senegal,1996,Africa,8939438.0,58.8,85.68,5.94,1764.0 +Senegal,1997,Africa,9163184.0,58.9,85.66,5.84,1774.0 +Senegal,1998,Africa,9386923.0,59.1,85.76,5.74,1834.0 +Senegal,1999,Africa,9617641.0,59.2,86.03,5.65,1904.0 +Senegal,2000,Africa,9860578.0,59.7,86.50999999999998,5.56,1916.0 +Senegal,2001,Africa,10118078.0,60.2,87.16,5.48,1953.0 +Senegal,2002,Africa,10389457.0,60.4,87.92999999999998,5.41,1915.0 +Senegal,2003,Africa,10673320.0,61.3,88.75,5.35,1988.0 +Senegal,2004,Africa,10967016.0,61.7,89.58,5.29,2049.0 +Senegal,2005,Africa,11268994.0,62.2,90.38,5.23,2106.0 +Senegal,2006,Africa,11578430.0,62.5,91.12,5.18,2099.0 +Senegal,2007,Africa,11897230.0,63.0,91.8,5.14,2143.0 +Senegal,2008,Africa,12229703.0,63.5,92.42,5.11,2162.0 +Senegal,2009,Africa,12581624.0,63.9,92.99,5.08,2153.0 +Senegal,2010,Africa,12956791.0,64.2,93.52,5.05,2182.0 +Senegal,2011,Africa,13357003.0,64.4,94.0,5.02,2163.0 +Senegal,2012,Africa,13780108.0,64.6,94.41,4.98,2174.0 +Senegal,2013,Africa,14221041.0,64.8,94.75,4.93,2185.0 +Senegal,2014,Africa,14672557.0,65.0,95.03,4.88,2206.0 +Senegal,2015,Africa,15129273.0,65.3,95.28,4.81,2251.0 +Serbia,1800,Europe,2147197.0,35.5,62.6,5.9,1358.0 +Serbia,1810,Europe,2147197.0,35.5,62.6,5.9,1360.0 +Serbia,1820,Europe,2198187.0,35.5,62.6,5.9,1362.0 +Serbia,1830,Europe,2347810.0,35.5,62.6,5.9,1478.0 +Serbia,1840,Europe,2563534.0,35.5,62.6,5.9,1604.0 +Serbia,1850,Europe,2799079.0,35.5,62.6,5.9,1740.0 +Serbia,1860,Europe,3055165.0,35.5,62.6,5.51,1809.0 +Serbia,1870,Europe,3334681.0,35.5,62.6,6.0,1881.0 +Serbia,1880,Europe,3637989.0,35.5,66.24300000000001,5.45,2235.0 +Serbia,1890,Europe,3968679.0,35.5,76.668,5.4,2655.0 +Serbia,1900,Europe,4331770.0,35.5,75.752,5.68,2845.0 +Serbia,1910,Europe,4726618.0,35.5,77.78,5.23,3339.0 +Serbia,1920,Europe,5159406.0,35.5,82.055,4.79,3262.0 +Serbia,1930,Europe,5633467.0,43.06,85.507,4.36,4056.0 +Serbia,1940,Europe,6151086.0,50.62,88.29599999999998,3.92,4182.0 +Serbia,1950,Europe,6732256.0,58.38,90.877,3.48,4496.0 +Serbia,1951,Europe,6853289.0,58.63,91.116,3.41,4598.0 +Serbia,1952,Europe,6963396.0,59.11,91.349,3.27,4173.0 +Serbia,1953,Europe,7063169.0,59.61,91.57600000000001,3.15,4718.0 +Serbia,1954,Europe,7153366.0,60.12,91.797,3.04,4901.0 +Serbia,1955,Europe,7234916.0,60.63,92.013,2.94,5129.0 +Serbia,1956,Europe,7308931.0,61.15,92.223,2.85,4955.0 +Serbia,1957,Europe,7376692.0,61.69,92.428,2.78,5712.0 +Serbia,1958,Europe,7439609.0,62.23,92.628,2.72,5879.0 +Serbia,1959,Europe,7499166.0,62.78,92.822,2.67,6518.0 +Serbia,1960,Europe,7556730.0,63.33,93.012,2.63,6843.0 +Serbia,1961,Europe,7613356.0,63.88,93.197,2.6,7057.0 +Serbia,1962,Europe,7669610.0,64.44,93.377,2.57,7096.0 +Serbia,1963,Europe,7725501.0,64.99,93.553,2.54,7733.0 +Serbia,1964,Europe,7780683.0,65.53,93.72399999999999,2.52,8367.0 +Serbia,1965,Europe,7835084.0,66.06,93.891,2.49,8481.0 +Serbia,1966,Europe,7888802.0,66.56,94.053,2.46,8823.0 +Serbia,1967,Europe,7942638.0,67.05,94.212,2.44,8867.0 +Serbia,1968,Europe,7998000.0,67.51,94.366,2.42,8948.0 +Serbia,1969,Europe,8056663.0,67.94,94.517,2.4,9837.0 +Serbia,1970,Europe,8119861.0,68.34,94.663,2.38,10197.0 +Serbia,1971,Europe,8187994.0,68.7,94.806,2.37,11234.0 +Serbia,1972,Europe,8260626.0,69.03,94.945,2.37,11477.0 +Serbia,1973,Europe,8337076.0,69.32,95.081,2.36,11721.0 +Serbia,1974,Europe,8416250.0,69.59,95.213,2.36,13070.0 +Serbia,1975,Europe,8497168.0,69.82,95.342,2.36,12910.0 +Serbia,1976,Europe,8579631.0,70.03,95.468,2.37,13138.0 +Serbia,1977,Europe,8663327.0,70.21,95.59,2.37,13914.0 +Serbia,1978,Europe,8746982.0,70.37,95.709,2.36,14503.0 +Serbia,1979,Europe,8829038.0,70.53,95.825,2.36,15313.0 +Serbia,1980,Europe,8908293.0,70.68,95.687,2.35,15900.0 +Serbia,1981,Europe,8984599.0,70.84,95.852,2.34,16028.0 +Serbia,1982,Europe,9057974.0,71.01,96.042,2.33,15983.0 +Serbia,1983,Europe,9127679.0,71.19,96.26,2.32,15972.0 +Serbia,1984,Europe,9192917.0,71.38,95.97,2.31,16228.0 +Serbia,1985,Europe,9253401.0,71.58,96.09,2.29,16214.0 +Serbia,1986,Europe,9306283.0,71.78,96.21,2.27,16732.0 +Serbia,1987,Europe,9351938.0,71.99,96.38,2.24,16406.0 +Serbia,1988,Europe,9396975.0,72.17,96.61,2.2,16043.0 +Serbia,1989,Europe,9450482.0,72.35,96.88,2.16,15712.0 +Serbia,1990,Europe,9517670.0,72.5,97.16,2.11,14457.0 +Serbia,1991,Europe,9603621.0,71.4,97.41,2.05,13278.0 +Serbia,1992,Europe,9702958.0,72.4,97.58,2.0,9531.0 +Serbia,1993,Europe,9797838.0,72.3,97.69,1.94,6622.0 +Serbia,1994,Europe,9863781.0,72.1,97.82,1.89,6786.0 +Serbia,1995,Europe,9884146.0,72.0,98.03,1.85,7167.0 +Serbia,1996,Europe,9851958.0,71.9,98.26,1.8,7348.0 +Serbia,1997,Europe,9775008.0,72.1,98.46,1.76,7899.0 +Serbia,1998,Europe,9669648.0,71.5,98.61,1.72,8121.0 +Serbia,1999,Europe,9559819.0,71.0,98.69,1.68,7161.0 +Serbia,2000,Europe,9463306.0,72.1,98.74,1.64,7741.0 +Serbia,2001,Europe,9384816.0,72.4,98.78,1.6,8141.0 +Serbia,2002,Europe,9320350.0,72.5,98.84,1.57,8725.0 +Serbia,2003,Europe,9268451.0,72.7,98.94,1.53,9134.0 +Serbia,2004,Europe,9225001.0,72.9,99.04,1.5,9983.0 +Serbia,2005,Europe,9186685.0,73.2,99.11,1.47,10568.0 +Serbia,2006,Europe,9154760.0,73.6,99.16,1.45,11130.0 +Serbia,2007,Europe,9130353.0,74.0,99.19,1.42,11833.0 +Serbia,2008,Europe,9109535.0,74.3,99.2,1.41,12522.0 +Serbia,2009,Europe,9087019.0,74.6,99.22,1.39,12180.0 +Serbia,2010,Europe,9059046.0,74.8,99.24,1.38,12301.0 +Serbia,2011,Europe,9023881.0,75.1,99.27,1.37,12572.0 +Serbia,2012,Europe,8982578.0,75.4,99.29,1.37,12505.0 +Serbia,2013,Europe,8937605.0,75.7,99.31,1.37,12889.0 +Serbia,2014,Europe,8892815.0,75.9,99.32,1.36,12717.0 +Serbia,2015,Europe,8850975.0,76.2,99.33,1.37,12908.0 +Seychelles,1800,Africa,12522.0,37.0,55.328,5.16,792.0 +Seychelles,1810,Africa,12522.0,37.0,59.11299999999999,5.16,824.0 +Seychelles,1820,Africa,12637.0,37.0,62.57699999999999,5.16,857.0 +Seychelles,1830,Africa,12965.0,37.0,65.747,5.16,891.0 +Seychelles,1840,Africa,13420.0,37.0,68.649,5.16,927.0 +Seychelles,1850,Africa,13891.0,37.0,71.30499999999998,5.16,965.0 +Seychelles,1860,Africa,14379.0,37.0,73.736,5.16,1004.0 +Seychelles,1870,Africa,14884.0,37.0,75.961,5.16,1044.0 +Seychelles,1880,Africa,15406.0,39.62,77.998,5.16,1087.0 +Seychelles,1890,Africa,16151.0,42.25,79.862,5.16,1131.0 +Seychelles,1900,Africa,18738.0,44.87,81.568,5.16,1176.0 +Seychelles,1910,Africa,22522.0,47.5,83.12899999999998,5.16,1224.0 +Seychelles,1920,Africa,24792.0,50.12,84.555,5.16,1600.0 +Seychelles,1930,Africa,26792.0,52.75,85.861,5.16,2314.0 +Seychelles,1940,Africa,31073.0,55.37,87.056,5.16,3346.0 +Seychelles,1950,Africa,36322.0,57.64,88.14999999999998,5.16,4836.0 +Seychelles,1951,Africa,36883.0,57.55,88.26,5.1,5106.0 +Seychelles,1952,Africa,37438.0,57.43,88.39,5.01,5186.0 +Seychelles,1953,Africa,37966.0,57.45,88.53999999999998,4.95,5275.0 +Seychelles,1954,Africa,38453.0,57.57,88.7,4.91,5503.0 +Seychelles,1955,Africa,38904.0,57.82,88.86,4.91,5482.0 +Seychelles,1956,Africa,39332.0,58.18,89.03,4.93,5428.0 +Seychelles,1957,Africa,39769.0,58.65,89.21,4.98,5540.0 +Seychelles,1958,Africa,40252.0,59.19,89.38000000000002,5.06,5576.0 +Seychelles,1959,Africa,40829.0,59.8,89.56,5.16,5715.0 +Seychelles,1960,Africa,41538.0,60.42,89.74,5.27,6003.0 +Seychelles,1961,Africa,42402.0,61.03,89.95,5.4,5520.0 +Seychelles,1962,Africa,43409.0,61.59,90.16,5.53,5851.0 +Seychelles,1963,Africa,44515.0,62.08,90.39,5.65,6240.0 +Seychelles,1964,Africa,45651.0,62.47,90.66,5.76,6318.0 +Seychelles,1965,Africa,46770.0,62.81,90.94,5.84,6184.0 +Seychelles,1966,Africa,47851.0,63.11,91.25,5.89,6185.0 +Seychelles,1967,Africa,48911.0,63.43,91.6,5.92,6051.0 +Seychelles,1968,Africa,49985.0,63.78,91.99,5.9,6410.0 +Seychelles,1969,Africa,51124.0,64.18,92.39,5.85,6242.0 +Seychelles,1970,Africa,52364.0,64.62,92.81,5.76,6536.0 +Seychelles,1971,Africa,53706.0,65.11,93.23,5.63,7402.0 +Seychelles,1972,Africa,55128.0,65.59,93.66,5.47,7665.0 +Seychelles,1973,Africa,56605.0,66.06,94.08,5.28,8204.0 +Seychelles,1974,Africa,58102.0,66.49,94.52,5.07,8154.0 +Seychelles,1975,Africa,59589.0,66.9,94.96,4.85,8277.0 +Seychelles,1976,Africa,61058.0,67.26,95.42,4.62,8930.0 +Seychelles,1977,Africa,62500.0,67.59,95.85,4.41,9401.0 +Seychelles,1978,Africa,63880.0,67.89,96.26,4.2,9898.0 +Seychelles,1979,Africa,65153.0,68.16,96.64,4.02,11366.0 +Seychelles,1980,Africa,66292.0,68.4,96.96,3.85,10894.0 +Seychelles,1981,Africa,67298.0,68.63,97.24,3.7,10311.0 +Seychelles,1982,Africa,68176.0,68.83,97.47,3.56,10099.0 +Seychelles,1983,Africa,68906.0,69.02,97.66,3.43,10039.0 +Seychelles,1984,Africa,69463.0,69.17,97.82,3.31,10411.0 +Seychelles,1985,Africa,69841.0,69.3,97.95,3.19,11392.0 +Seychelles,1986,Africa,70011.0,69.36,98.05,3.08,11409.0 +Seychelles,1987,Africa,70010.0,69.37,98.14,2.99,11470.0 +Seychelles,1988,Africa,69990.0,69.31,98.22,2.9,12038.0 +Seychelles,1989,Africa,70150.0,69.22,98.29,2.82,13200.0 +Seychelles,1990,Africa,70627.0,69.1,98.35,2.74,14116.0 +Seychelles,1991,Africa,71496.0,69.1,98.4,2.66,14351.0 +Seychelles,1992,Africa,72706.0,69.2,98.45,2.59,15185.0 +Seychelles,1993,Africa,74111.0,69.3,98.49,2.51,15893.0 +Seychelles,1994,Africa,75493.0,69.6,98.53,2.42,15507.0 +Seychelles,1995,Africa,76703.0,69.8,98.55,2.35,15097.0 +Seychelles,1996,Africa,77678.0,69.9,98.57,2.28,15609.0 +Seychelles,1997,Africa,78474.0,70.1,98.58,2.22,17272.0 +Seychelles,1998,Africa,79213.0,70.4,98.58,2.18,18361.0 +Seychelles,1999,Africa,80066.0,70.7,98.58,2.16,18341.0 +Seychelles,2000,Africa,81154.0,70.9,98.57,2.15,18453.0 +Seychelles,2001,Africa,82519.0,71.1,98.57,2.16,18018.0 +Seychelles,2002,Africa,84096.0,71.3,98.57,2.18,17693.0 +Seychelles,2003,Africa,85765.0,71.5,98.57,2.21,16832.0 +Seychelles,2004,Africa,87356.0,71.7,98.57,2.24,16412.0 +Seychelles,2005,Africa,88747.0,72.0,98.58,2.26,17803.0 +Seychelles,2006,Africa,89896.0,72.3,98.58,2.28,19086.0 +Seychelles,2007,Africa,90841.0,72.6,98.58,2.28,20968.0 +Seychelles,2008,Africa,91634.0,72.9,98.58,2.28,20065.0 +Seychelles,2009,Africa,92360.0,73.0,98.58,2.27,19765.0 +Seychelles,2010,Africa,93081.0,73.1,98.58,2.26,20364.0 +Seychelles,2011,Africa,93810.0,73.4,98.58,2.23,22556.0 +Seychelles,2012,Africa,94524.0,73.7,98.58,2.21,23685.0 +Seychelles,2013,Africa,95215.0,73.8,98.6,2.18,24805.0 +Seychelles,2014,Africa,95868.0,74.0,98.62,2.16,25038.0 +Seychelles,2015,Africa,96471.0,74.1,98.64,2.13,25684.0 +Sierra Leone,1800,Africa,794264.0,25.1,48.609,5.72,734.0 +Sierra Leone,1810,Africa,794264.0,25.1,48.609,5.72,735.0 +Sierra Leone,1820,Africa,808514.0,25.1,48.609,5.72,736.0 +Sierra Leone,1830,Africa,849920.0,25.1,48.609,5.72,772.0 +Sierra Leone,1840,Africa,908730.0,25.1,48.609,5.72,811.0 +Sierra Leone,1850,Africa,971609.0,25.1,48.609,5.72,851.0 +Sierra Leone,1860,Africa,1042482.0,25.1,48.609,5.72,893.0 +Sierra Leone,1870,Africa,1118510.0,25.1,48.609,5.72,937.0 +Sierra Leone,1880,Africa,1199729.0,25.1,48.609,5.72,983.0 +Sierra Leone,1890,Africa,1286792.0,25.1,48.609,5.72,1032.0 +Sierra Leone,1900,Africa,1380588.0,25.1,48.72000000000001,5.72,1083.0 +Sierra Leone,1910,Africa,1480939.0,25.1,49.51900000000001,5.72,1136.0 +Sierra Leone,1920,Africa,1586990.0,25.1,50.725,5.72,1166.0 +Sierra Leone,1930,Africa,1696801.0,24.62,51.22599999999999,5.72,1134.0 +Sierra Leone,1940,Africa,1814210.0,24.89,52.88699999999999,5.72,1100.0 +Sierra Leone,1950,Africa,1944001.0,31.27,56.61000000000001,5.72,1064.0 +Sierra Leone,1951,Africa,1962818.0,31.66,56.89200000000001,5.73,1105.0 +Sierra Leone,1952,Africa,1983321.0,32.13,57.17099999999999,5.74,1119.0 +Sierra Leone,1953,Africa,2005162.0,32.62,57.448,5.76,1140.0 +Sierra Leone,1954,Africa,2028070.0,33.1,57.724,5.79,1183.0 +Sierra Leone,1955,Africa,2051845.0,33.6,57.99799999999999,5.82,1202.0 +Sierra Leone,1956,Africa,2076362.0,34.09,58.27,5.85,1224.0 +Sierra Leone,1957,Africa,2101568.0,34.59,58.80000000000001,5.89,1246.0 +Sierra Leone,1958,Africa,2127479.0,35.08,59.35,5.93,1257.0 +Sierra Leone,1959,Africa,2154160.0,35.58,59.84,5.98,1303.0 +Sierra Leone,1960,Africa,2181701.0,36.07,60.4,6.03,1319.0 +Sierra Leone,1961,Africa,2210169.0,36.57,60.96999999999999,6.09,1317.0 +Sierra Leone,1962,Africa,2239581.0,37.06,61.53,6.16,1349.0 +Sierra Leone,1963,Africa,2269890.0,37.57,62.13,6.23,1345.0 +Sierra Leone,1964,Africa,2301023.0,38.1,62.74,6.3,1333.0 +Sierra Leone,1965,Africa,2332999.0,38.7,63.38,6.38,1399.0 +Sierra Leone,1966,Africa,2365801.0,39.38,64.02,6.45,1458.0 +Sierra Leone,1967,Africa,2399667.0,40.18,64.66000000000001,6.52,1419.0 +Sierra Leone,1968,Africa,2435197.0,41.08,65.34,6.58,1526.0 +Sierra Leone,1969,Africa,2473165.0,42.08,65.95,6.64,1630.0 +Sierra Leone,1970,Africa,2514151.0,43.15,66.53999999999999,6.7,1650.0 +Sierra Leone,1971,Africa,2558395.0,44.28,67.10000000000001,6.75,1601.0 +Sierra Leone,1972,Africa,2605837.0,45.39,67.64,6.8,1549.0 +Sierra Leone,1973,Africa,2656380.0,46.48,68.16,6.85,1563.0 +Sierra Leone,1974,Africa,2709797.0,47.5,68.66000000000001,6.89,1591.0 +Sierra Leone,1975,Africa,2765914.0,48.45,69.13,6.94,1600.0 +Sierra Leone,1976,Africa,2824827.0,49.31,69.58,6.98,1515.0 +Sierra Leone,1977,Africa,2886607.0,50.11,70.02,7.01,1500.0 +Sierra Leone,1978,Africa,2951001.0,50.83,70.43,7.04,1467.0 +Sierra Leone,1979,Africa,3017670.0,51.49,70.85000000000002,7.05,1513.0 +Sierra Leone,1980,Africa,3086406.0,52.04,71.24,7.06,1544.0 +Sierra Leone,1981,Africa,3155368.0,52.5,71.6,7.05,1598.0 +Sierra Leone,1982,Africa,3224346.0,52.83,71.91000000000003,7.03,1582.0 +Sierra Leone,1983,Africa,3296530.0,53.06,72.21,6.99,1518.0 +Sierra Leone,1984,Africa,3376371.0,53.16,72.48,6.95,1497.0 +Sierra Leone,1985,Africa,3466044.0,53.14,72.72000000000001,6.89,1415.0 +Sierra Leone,1986,Africa,3569102.0,52.98,72.95,6.82,1327.0 +Sierra Leone,1987,Africa,3681945.0,52.72,73.18,6.75,1356.0 +Sierra Leone,1988,Africa,3791078.0,52.36,73.33000000000001,6.68,1352.0 +Sierra Leone,1989,Africa,3878211.0,51.98,73.48,6.6,1341.0 +Sierra Leone,1990,Africa,3931208.0,51.6,73.57000000000002,6.53,1334.0 +Sierra Leone,1991,Africa,3945899.0,51.4,73.66,6.45,1361.0 +Sierra Leone,1992,Africa,3929182.0,51.9,73.74000000000002,6.39,1109.0 +Sierra Leone,1993,Africa,3893891.0,52.1,73.85,6.32,1135.0 +Sierra Leone,1994,Africa,3858559.0,51.6,74.00999999999998,6.26,1124.0 +Sierra Leone,1995,Africa,3837807.0,50.9,74.25,6.2,1041.0 +Sierra Leone,1996,Africa,3833053.0,51.9,74.56,6.15,1061.0 +Sierra Leone,1997,Africa,3843472.0,51.3,74.95,6.1,996.0 +Sierra Leone,1998,Africa,3878475.0,49.7,75.4,6.04,1006.0 +Sierra Leone,1999,Africa,3948800.0,49.2,75.89,5.99,969.0 +Sierra Leone,2000,Africa,4060709.0,51.5,76.42,5.92,1006.0 +Sierra Leone,2001,Africa,4220198.0,51.8,77.01,5.85,900.0 +Sierra Leone,2002,Africa,4422154.0,51.6,77.61,5.76,1087.0 +Sierra Leone,2003,Africa,4647701.0,51.7,78.25999999999998,5.66,1133.0 +Sierra Leone,2004,Africa,4870467.0,52.0,78.92,5.56,1154.0 +Sierra Leone,2005,Africa,5071271.0,52.3,79.63,5.45,1158.0 +Sierra Leone,2006,Africa,5243214.0,52.7,80.38000000000002,5.34,1185.0 +Sierra Leone,2007,Africa,5391108.0,53.0,81.2,5.23,1249.0 +Sierra Leone,2008,Africa,5521838.0,53.6,82.09,5.13,1289.0 +Sierra Leone,2009,Africa,5647194.0,54.2,83.01,5.03,1304.0 +Sierra Leone,2010,Africa,5775902.0,55.0,83.98,4.94,1347.0 +Sierra Leone,2011,Africa,5908908.0,55.6,84.94,4.86,1400.0 +Sierra Leone,2012,Africa,6043157.0,56.4,85.84,4.78,1582.0 +Sierra Leone,2013,Africa,6178859.0,57.1,86.66,4.71,1865.0 +Sierra Leone,2014,Africa,6315627.0,55.2,87.36,4.63,1959.0 +Sierra Leone,2015,Africa,6453184.0,57.1,87.96,4.55,2085.0 +Singapore,1800,Asia,30000.0,29.1,54.395,5.47,1021.0 +Singapore,1810,Asia,30000.0,29.1,54.395,5.43,1023.0 +Singapore,1820,Asia,31761.0,30.08,55.75400000000001,5.4,1024.0 +Singapore,1830,Asia,37232.0,34.0,60.779,5.36,1047.0 +Singapore,1840,Asia,45843.0,34.0,60.779,5.32,1071.0 +Singapore,1850,Asia,56355.0,34.0,60.779,5.29,1095.0 +Singapore,1860,Asia,69094.0,34.0,60.779,5.25,1120.0 +Singapore,1870,Asia,87515.0,34.0,60.779,5.21,1145.0 +Singapore,1880,Asia,116144.0,34.0,60.779,5.18,1509.0 +Singapore,1890,Asia,157724.0,34.0,60.779,5.69,1990.0 +Singapore,1900,Asia,215875.0,34.0,60.864,5.51,2624.0 +Singapore,1910,Asia,294092.0,34.0,61.473,5.39,3255.0 +Singapore,1920,Asia,395975.0,34.0,62.38999999999999,5.73,2385.0 +Singapore,1930,Asia,577478.0,42.13,65.203,6.76,3977.0 +Singapore,1940,Asia,748657.0,50.26,77.039,6.9,5284.0 +Singapore,1950,Asia,1022098.0,58.16,88.28399999999998,6.49,5027.0 +Singapore,1951,Asia,1067964.0,58.62,89.48,6.54,4753.0 +Singapore,1952,Asia,1120277.0,59.54,90.312,6.62,3312.0 +Singapore,1953,Asia,1178074.0,60.41,91.52,6.66,3963.0 +Singapore,1954,Asia,1240283.0,61.24,92.19,6.66,4553.0 +Singapore,1955,Asia,1305731.0,62.01,92.8,6.62,4198.0 +Singapore,1956,Asia,1373121.0,62.73,93.35,6.54,4629.0 +Singapore,1957,Asia,1441052.0,63.39,93.85,6.42,4116.0 +Singapore,1958,Asia,1508061.0,64.01,94.31,6.25,4134.0 +Singapore,1959,Asia,1572694.0,64.54,94.77,6.06,4656.0 +Singapore,1960,Asia,1633718.0,65.02,95.22,5.82,4990.0 +Singapore,1961,Asia,1690353.0,65.41,95.62,5.56,5520.0 +Singapore,1962,Asia,1742472.0,65.72,95.95,5.27,5372.0 +Singapore,1963,Asia,1790682.0,65.97,96.18,4.97,5722.0 +Singapore,1964,Asia,1836087.0,66.16,96.35,4.66,5613.0 +Singapore,1965,Asia,1879571.0,66.31,96.5,4.36,6141.0 +Singapore,1966,Asia,1921099.0,66.46,96.64,4.07,6659.0 +Singapore,1967,Asia,1960547.0,66.63,96.8,3.82,7331.0 +Singapore,1968,Asia,1998637.0,66.84,96.97,3.58,8209.0 +Singapore,1969,Asia,2036270.0,67.09,97.13,3.38,9207.0 +Singapore,1970,Asia,2074071.0,67.4,97.26,3.19,10336.0 +Singapore,1971,Asia,2112873.0,67.75,97.39,3.01,11389.0 +Singapore,1972,Asia,2152603.0,68.12,97.57,2.84,12711.0 +Singapore,1973,Asia,2191924.0,68.5,97.8,2.65,13889.0 +Singapore,1974,Asia,2228896.0,68.88,98.03,2.46,14499.0 +Singapore,1975,Asia,2262393.0,69.26,98.24,2.27,14743.0 +Singapore,1976,Asia,2291621.0,69.62,98.4,2.1,15590.0 +Singapore,1977,Asia,2317796.0,69.98,98.48,1.95,16589.0 +Singapore,1978,Asia,2344224.0,70.34,98.49,1.83,17799.0 +Singapore,1979,Asia,2375417.0,70.68,98.48,1.74,19252.0 +Singapore,1980,Asia,2414524.0,71.04,98.52,1.82,20882.0 +Singapore,1981,Asia,2463245.0,71.39,98.59,1.78,21889.0 +Singapore,1982,Asia,2520494.0,71.74,98.68,1.74,22467.0 +Singapore,1983,Asia,2583241.0,72.11,98.77,1.61,24095.0 +Singapore,1984,Asia,2646981.0,72.49,98.84,1.62,25649.0 +Singapore,1985,Asia,2708634.0,72.87,98.91,1.61,25245.0 +Singapore,1986,Asia,2766755.0,73.27,98.96,1.43,25812.0 +Singapore,1987,Asia,2822828.0,73.68,99.02,1.62,27957.0 +Singapore,1988,Asia,2880188.0,74.1,99.08,1.96,30453.0 +Singapore,1989,Asia,2943633.0,74.51,99.16,1.75,32597.0 +Singapore,1990,Asia,3016400.0,74.9,99.23,1.83,34316.0 +Singapore,1991,Asia,3100091.0,75.6,99.31,1.73,35583.0 +Singapore,1992,Asia,3193042.0,76.0,99.37,1.72,36978.0 +Singapore,1993,Asia,3291280.0,76.2,99.42,1.74,40213.0 +Singapore,1994,Asia,3389119.0,76.3,99.46,1.71,43231.0 +Singapore,1995,Asia,3482635.0,76.4,99.48,1.67,44884.0 +Singapore,1996,Asia,3570080.0,76.7,99.5,1.66,46342.0 +Singapore,1997,Asia,3653151.0,77.2,99.52,1.61,48528.0 +Singapore,1998,Asia,3735531.0,77.6,99.54,1.48,45863.0 +Singapore,1999,Asia,3822619.0,78.0,99.57,1.47,48271.0 +Singapore,2000,Asia,3918183.0,78.3,99.6,1.6,51663.0 +Singapore,2001,Asia,4023237.0,78.6,99.63,1.41,49809.0 +Singapore,2002,Asia,4136102.0,78.9,99.66,1.37,51435.0 +Singapore,2003,Asia,4254553.0,79.3,99.68,1.27,54515.0 +Singapore,2004,Asia,4375230.0,79.8,99.7,1.26,58977.0 +Singapore,2005,Asia,4495531.0,80.0,99.71,1.26,61921.0 +Singapore,2006,Asia,4614637.0,80.2,99.71,1.28,65331.0 +Singapore,2007,Asia,4732785.0,80.4,99.71,1.29,68375.0 +Singapore,2008,Asia,4849641.0,80.6,99.72,1.28,65991.0 +Singapore,2009,Asia,4965105.0,81.0,99.72,1.26,63644.0 +Singapore,2010,Asia,5078961.0,81.3,99.72,1.26,72056.0 +Singapore,2011,Asia,5190666.0,81.5,99.72,1.27,74949.0 +Singapore,2012,Asia,5299524.0,81.6,99.72,1.28,75630.0 +Singapore,2013,Asia,5405009.0,81.7,99.72,1.28,77721.0 +Singapore,2014,Asia,5506586.0,81.9,99.72,1.29,78958.0 +Singapore,2015,Asia,5603740.0,82.0,99.73,1.3,80794.0 +Slovak Republic,1800,Europe,2140651.0,36.4,63.668,5.94,1427.0 +Slovak Republic,1810,Europe,2140651.0,36.4,63.668,5.94,1429.0 +Slovak Republic,1820,Europe,2161328.0,36.4,63.668,5.94,1431.0 +Slovak Republic,1830,Europe,2220574.0,36.4,63.668,5.94,1552.0 +Slovak Republic,1840,Europe,2302921.0,36.4,63.668,5.94,1684.0 +Slovak Republic,1850,Europe,2388322.0,36.4,63.668,5.94,1827.0 +Slovak Republic,1860,Europe,2475264.0,36.4,63.668,5.94,1900.0 +Slovak Republic,1870,Europe,2565369.0,36.4,63.668,5.94,1976.0 +Slovak Republic,1880,Europe,2658530.0,36.4,63.668,5.83,2251.0 +Slovak Republic,1890,Europe,2755048.0,36.4,63.668,5.7,2563.0 +Slovak Republic,1900,Europe,2855334.0,37.9,65.483,5.31,2949.0 +Slovak Republic,1910,Europe,2959113.0,40.9,69.293,4.71,3401.0 +Slovak Republic,1920,Europe,3067472.0,43.9,73.045,4.25,3307.0 +Slovak Republic,1930,Europe,3181225.0,49.9,79.145,3.49,5002.0 +Slovak Republic,1940,Europe,3299197.0,54.0,83.75399999999998,2.87,5015.0 +Slovak Republic,1950,Europe,3436574.0,60.92,85.738,3.59,5969.0 +Slovak Republic,1951,Europe,3509957.0,61.35,86.146,3.57,6007.0 +Slovak Republic,1952,Europe,3585960.0,64.4,90.272,3.53,6132.0 +Slovak Republic,1953,Europe,3662707.0,65.7,91.713,3.48,6040.0 +Slovak Republic,1954,Europe,3738674.0,66.76,93.289,3.43,6222.0 +Slovak Republic,1955,Europe,3812696.0,67.89,94.064,3.38,6681.0 +Slovak Republic,1956,Europe,3883977.0,68.42,94.631,3.33,7000.0 +Slovak Republic,1957,Europe,3952080.0,67.51,93.984,3.27,7356.0 +Slovak Republic,1958,Europe,4016885.0,69.41,95.242,3.21,7849.0 +Slovak Republic,1959,Europe,4078531.0,69.09,95.692,3.15,8136.0 +Slovak Republic,1960,Europe,4137224.0,70.42,96.219,3.09,8693.0 +Slovak Republic,1961,Europe,4193035.0,70.86,96.445,3.01,8955.0 +Slovak Republic,1962,Europe,4245726.0,70.4,96.756,2.94,9022.0 +Slovak Republic,1963,Europe,4294673.0,70.79,96.602,2.86,8792.0 +Slovak Republic,1964,Europe,4339082.0,71.17,96.734,2.78,9135.0 +Slovak Republic,1965,Europe,4378613.0,70.39,96.381,2.7,9405.0 +Slovak Republic,1966,Europe,4412907.0,70.53,96.62,2.64,9756.0 +Slovak Republic,1967,Europe,4442799.0,71.07,96.90100000000001,2.58,10134.0 +Slovak Republic,1968,Europe,4470632.0,70.6,97.073,2.54,10570.0 +Slovak Republic,1969,Europe,4499554.0,69.91,96.798,2.51,10790.0 +Slovak Republic,1970,Europe,4531874.0,69.84,96.928,2.5,10978.0 +Slovak Republic,1971,Europe,4568274.0,69.99,97.088,2.5,11302.0 +Slovak Republic,1972,Europe,4608266.0,70.46,96.994,2.5,11638.0 +Slovak Republic,1973,Europe,4651493.0,70.16,96.97200000000001,2.5,11945.0 +Slovak Republic,1974,Europe,4697153.0,70.33,97.228,2.5,12284.0 +Slovak Republic,1975,Europe,4744482.0,70.45,97.223,2.5,12546.0 +Slovak Republic,1976,Europe,4793633.0,70.62,97.181,2.48,12647.0 +Slovak Republic,1977,Europe,4844392.0,70.58,97.53,2.47,13122.0 +Slovak Republic,1978,Europe,4895130.0,70.59,97.493,2.44,13191.0 +Slovak Republic,1979,Europe,4943732.0,70.92,97.634,2.41,13217.0 +Slovak Republic,1980,Europe,4988654.0,70.58,97.684,2.37,13514.0 +Slovak Republic,1981,Europe,5029208.0,70.82,97.41,2.34,13392.0 +Slovak Republic,1982,Europe,5065658.0,70.94,97.52,2.3,13613.0 +Slovak Republic,1983,Europe,5098607.0,70.64,97.62,2.27,13781.0 +Slovak Republic,1984,Europe,5129108.0,70.88,97.72,2.25,14068.0 +Slovak Republic,1985,Europe,5157959.0,70.89,97.82,2.22,14144.0 +Slovak Republic,1986,Europe,5185157.0,71.07,97.91,2.2,14376.0 +Slovak Republic,1987,Europe,5210451.0,71.24,98.0,2.17,14416.0 +Slovak Republic,1988,Europe,5234119.0,71.32,98.08,2.13,14707.0 +Slovak Republic,1989,Europe,5256475.0,71.12,98.16,2.09,14802.0 +Slovak Republic,1990,Europe,5277709.0,71.0,98.23,2.04,14366.0 +Slovak Republic,1991,Europe,5298080.0,71.1,98.3,1.97,12223.0 +Slovak Republic,1992,Europe,5317480.0,71.4,98.37,1.9,11364.0 +Slovak Republic,1993,Europe,5335292.0,71.9,98.44,1.81,11536.0 +Slovak Republic,1994,Europe,5350643.0,72.3,98.5,1.72,12204.0 +Slovak Republic,1995,Europe,5362950.0,72.4,98.56,1.63,12879.0 +Slovak Republic,1996,Europe,5372115.0,72.8,98.62,1.54,13720.0 +Slovak Republic,1997,Europe,5378490.0,72.8,98.67,1.46,14525.0 +Slovak Republic,1998,Europe,5382521.0,72.8,98.73,1.38,15085.0 +Slovak Republic,1999,Europe,5384857.0,73.0,98.78,1.32,15039.0 +Slovak Republic,2000,Europe,5386065.0,73.3,98.82,1.27,15242.0 +Slovak Republic,2001,Europe,5386224.0,73.6,98.86,1.24,15778.0 +Slovak Republic,2002,Europe,5385480.0,73.8,98.9,1.23,16528.0 +Slovak Republic,2003,Europe,5384533.0,73.9,98.94,1.22,17433.0 +Slovak Republic,2004,Europe,5384237.0,74.2,98.98,1.23,18351.0 +Slovak Republic,2005,Europe,5385192.0,74.3,99.02,1.24,19549.0 +Slovak Republic,2006,Europe,5387734.0,74.5,99.05,1.26,21162.0 +Slovak Republic,2007,Europe,5391728.0,74.6,99.09,1.29,23416.0 +Slovak Republic,2008,Europe,5396710.0,74.9,99.12,1.31,24670.0 +Slovak Republic,2009,Europe,5401951.0,75.2,99.16,1.33,23334.0 +Slovak Republic,2010,Europe,5406896.0,75.7,99.19,1.35,24438.0 +Slovak Republic,2011,Europe,5411377.0,76.1,99.22,1.37,25066.0 +Slovak Republic,2012,Europe,5415496.0,76.5,99.25,1.38,25424.0 +Slovak Republic,2013,Europe,5419288.0,77.0,99.28,1.4,25759.0 +Slovak Republic,2014,Europe,5422861.0,77.4,99.3,1.41,26355.0 +Slovak Republic,2015,Europe,5426258.0,77.6,99.33,1.43,27204.0 +Slovenia,1800,Europe,469664.0,36.6,63.903,4.93,1409.0 +Slovenia,1810,Europe,469664.0,36.6,63.903,4.82,1411.0 +Slovenia,1820,Europe,480821.0,36.6,63.903,4.72,1413.0 +Slovenia,1830,Europe,513559.0,36.6,63.903,4.61,1533.0 +Slovenia,1840,Europe,560762.0,36.6,63.903,4.51,1664.0 +Slovenia,1850,Europe,612303.0,36.6,63.903,4.4,1805.0 +Slovenia,1860,Europe,668599.0,36.6,63.903,3.93,1877.0 +Slovenia,1870,Europe,730072.0,36.6,63.903,4.59,1951.0 +Slovenia,1880,Europe,796806.0,36.6,63.903,4.55,2318.0 +Slovenia,1890,Europe,869595.0,36.6,63.903,4.26,2755.0 +Slovenia,1900,Europe,949547.0,36.6,63.981,4.49,2952.0 +Slovenia,1910,Europe,1036529.0,36.6,64.542,4.36,3464.0 +Slovenia,1920,Europe,1131761.0,36.6,65.385,3.54,3384.0 +Slovenia,1930,Europe,1235784.0,45.88,75.583,3.61,4345.0 +Slovenia,1940,Europe,1349369.0,55.17,83.905,2.82,4628.0 +Slovenia,1950,Europe,1473094.0,64.42,90.987,2.74,5147.0 +Slovenia,1951,Europe,1481637.0,64.71,91.628,2.69,5282.0 +Slovenia,1952,Europe,1491673.0,65.28,92.22399999999999,2.61,4809.0 +Slovenia,1953,Europe,1502837.0,65.83,92.777,2.54,5456.0 +Slovenia,1954,Europe,1514789.0,66.34,93.291,2.48,5687.0 +Slovenia,1955,Europe,1527205.0,66.81,93.769,2.43,5973.0 +Slovenia,1956,Europe,1539786.0,67.25,94.213,2.39,5790.0 +Slovenia,1957,Europe,1552255.0,67.66,94.625,2.36,6698.0 +Slovenia,1958,Europe,1564356.0,68.02,95.008,2.34,6918.0 +Slovenia,1959,Europe,1575871.0,68.34,95.364,2.33,7697.0 +Slovenia,1960,Europe,1586632.0,68.62,95.694,2.32,8110.0 +Slovenia,1961,Europe,1596554.0,68.82,95.892,2.33,8393.0 +Slovenia,1962,Europe,1605645.0,68.98,96.08,2.33,8469.0 +Slovenia,1963,Europe,1614022.0,69.08,96.26,2.34,9262.0 +Slovenia,1964,Europe,1621883.0,69.12,96.432,2.34,10057.0 +Slovenia,1965,Europe,1629434.0,69.14,96.596,2.34,10231.0 +Slovenia,1966,Europe,1636660.0,69.14,96.75200000000001,2.34,10681.0 +Slovenia,1967,Europe,1643697.0,69.14,96.90100000000001,2.33,10773.0 +Slovenia,1968,Europe,1651094.0,69.17,97.044,2.31,10911.0 +Slovenia,1969,Europe,1659553.0,69.23,97.18,2.29,12039.0 +Slovenia,1970,Europe,1669583.0,69.32,97.31,2.27,12524.0 +Slovenia,1971,Europe,1681426.0,69.47,97.443,2.26,13849.0 +Slovenia,1972,Europe,1694979.0,69.66,97.57,2.24,14200.0 +Slovenia,1973,Europe,1709974.0,69.86,97.691,2.23,14555.0 +Slovenia,1974,Europe,1725967.0,70.09,97.805,2.22,16290.0 +Slovenia,1975,Europe,1742626.0,70.32,97.914,2.21,16150.0 +Slovenia,1976,Europe,1759725.0,70.51,98.018,2.2,16496.0 +Slovenia,1977,Europe,1777316.0,70.66,98.117,2.17,17536.0 +Slovenia,1978,Europe,1795649.0,70.77,98.21,2.14,18347.0 +Slovenia,1979,Europe,1815101.0,70.85,98.299,2.09,19444.0 +Slovenia,1980,Europe,1835839.0,70.89,98.384,2.04,20265.0 +Slovenia,1981,Europe,1857854.0,70.94,98.2,1.98,20506.0 +Slovenia,1982,Europe,1880699.0,71.03,98.3,1.92,20527.0 +Slovenia,1983,Europe,1903548.0,70.74,98.39,1.85,20591.0 +Slovenia,1984,Europe,1925315.0,71.2,98.47,1.79,21000.0 +Slovenia,1985,Europe,1945136.0,71.63,98.56,1.74,21062.0 +Slovenia,1986,Europe,1962890.0,72.17,98.65,1.68,21819.0 +Slovenia,1987,Europe,1978541.0,72.1,98.73,1.63,21476.0 +Slovenia,1988,Europe,1991454.0,72.75,98.81,1.58,21084.0 +Slovenia,1989,Europe,2000910.0,73.19,98.89,1.52,20729.0 +Slovenia,1990,Europe,2006520.0,73.7,98.96,1.47,19147.0 +Slovenia,1991,Europe,2007918.0,73.6,99.03,1.43,17370.0 +Slovenia,1992,Europe,2005535.0,73.8,99.09,1.38,16351.0 +Slovenia,1993,Europe,2000783.0,73.9,99.15,1.34,16748.0 +Slovenia,1994,Europe,1995615.0,74.2,99.21,1.31,17576.0 +Slovenia,1995,Europe,1991487.0,74.6,99.26,1.29,18240.0 +Slovenia,1996,Europe,1989042.0,75.0,99.31,1.27,18894.0 +Slovenia,1997,Europe,1988077.0,75.2,99.35,1.25,19887.0 +Slovenia,1998,Europe,1988166.0,75.4,99.38,1.23,20585.0 +Slovenia,1999,Europe,1988527.0,75.7,99.42,1.22,21655.0 +Slovenia,2000,Europe,1988652.0,76.1,99.45,1.21,22488.0 +Slovenia,2001,Europe,1988287.0,76.3,99.48,1.22,23115.0 +Slovenia,2002,Europe,1987855.0,76.6,99.5,1.23,23972.0 +Slovenia,2003,Europe,1988304.0,76.8,99.53,1.25,24639.0 +Slovenia,2004,Europe,1990924.0,77.2,99.55,1.29,25694.0 +Slovenia,2005,Europe,1996522.0,77.6,99.57,1.32,26677.0 +Slovenia,2006,Europe,2005566.0,77.9,99.59,1.36,28096.0 +Slovenia,2007,Europe,2017452.0,78.2,99.61,1.4,29878.0 +Slovenia,2008,Europe,2030599.0,78.7,99.63,1.43,30816.0 +Slovenia,2009,Europe,2042804.0,79.1,99.65,1.46,28157.0 +Slovenia,2010,Europe,2052480.0,79.5,99.67,1.48,28377.0 +Slovenia,2011,Europe,2059023.0,79.9,99.68,1.49,28492.0 +Slovenia,2012,Europe,2062881.0,80.1,99.7,1.5,27682.0 +Slovenia,2013,Europe,2064819.0,80.3,99.71,1.51,27368.0 +Slovenia,2014,Europe,2066068.0,80.8,99.72,1.52,28059.0 +Slovenia,2015,Europe,2067526.0,80.9,99.73,1.53,28550.0 +Solomon Islands,1800,Asia,56998.0,25.1,49.51300000000001,6.42,363.0 +Solomon Islands,1810,Asia,56998.0,25.1,49.51300000000001,6.42,364.0 +Solomon Islands,1820,Asia,57682.0,25.1,49.51300000000001,6.42,364.0 +Solomon Islands,1830,Asia,59648.0,25.1,49.51300000000001,6.42,377.0 +Solomon Islands,1840,Asia,62398.0,25.1,49.51300000000001,6.42,391.0 +Solomon Islands,1850,Asia,65274.0,25.1,49.51300000000001,6.42,405.0 +Solomon Islands,1860,Asia,66648.0,25.1,49.51300000000001,6.42,419.0 +Solomon Islands,1870,Asia,68010.0,25.1,49.51300000000001,6.42,434.0 +Solomon Islands,1880,Asia,69346.0,25.1,49.51300000000001,6.42,450.0 +Solomon Islands,1890,Asia,70661.0,25.1,49.51300000000001,6.42,466.0 +Solomon Islands,1900,Asia,71961.0,25.1,49.622,6.42,482.0 +Solomon Islands,1910,Asia,73224.0,25.1,50.407,6.42,500.0 +Solomon Islands,1920,Asia,75170.0,25.1,51.58600000000001,6.42,568.0 +Solomon Islands,1930,Asia,78636.0,25.1,52.801,6.42,672.0 +Solomon Islands,1940,Asia,83859.0,32.33,54.01499999999999,6.41,796.0 +Solomon Islands,1950,Asia,89793.0,45.07,75.521,6.4,941.0 +Solomon Islands,1951,Asia,91808.0,45.39,76.05999999999997,6.4,957.0 +Solomon Islands,1952,Asia,94079.0,45.97,76.58800000000002,6.4,973.0 +Solomon Islands,1953,Asia,96561.0,46.53,77.104,6.4,990.0 +Solomon Islands,1954,Asia,99221.0,47.11,77.608,6.4,1006.0 +Solomon Islands,1955,Asia,102027.0,47.68,78.101,6.4,1023.0 +Solomon Islands,1956,Asia,104962.0,48.26,78.584,6.4,1041.0 +Solomon Islands,1957,Asia,108015.0,48.83,79.056,6.4,1058.0 +Solomon Islands,1958,Asia,111181.0,49.41,79.517,6.39,1076.0 +Solomon Islands,1959,Asia,114463.0,49.98,79.969,6.39,1094.0 +Solomon Islands,1960,Asia,117869.0,50.55,80.41,6.39,1113.0 +Solomon Islands,1961,Asia,121403.0,51.12,81.44,6.39,1132.0 +Solomon Islands,1962,Asia,125068.0,51.69,82.41000000000003,6.38,1151.0 +Solomon Islands,1963,Asia,128863.0,52.27,83.33,6.39,1170.0 +Solomon Islands,1964,Asia,132787.0,52.84,84.21,6.39,1190.0 +Solomon Islands,1965,Asia,136847.0,53.42,85.03,6.42,1210.0 +Solomon Islands,1966,Asia,141027.0,54.0,85.86,6.47,1230.0 +Solomon Islands,1967,Asia,145354.0,54.58,86.72,6.55,1251.0 +Solomon Islands,1968,Asia,149926.0,55.16,87.59,6.66,1270.0 +Solomon Islands,1969,Asia,154876.0,55.74,88.44,6.78,1195.0 +Solomon Islands,1970,Asia,160292.0,56.31,89.28,6.91,1215.0 +Solomon Islands,1971,Asia,166214.0,56.91,90.08,7.04,1200.0 +Solomon Islands,1972,Asia,172599.0,57.52,90.81,7.15,829.0 +Solomon Islands,1973,Asia,179354.0,58.13,91.48,7.22,892.0 +Solomon Islands,1974,Asia,186338.0,58.74,92.09,7.25,1086.0 +Solomon Islands,1975,Asia,193447.0,59.33,92.65,7.24,923.0 +Solomon Islands,1976,Asia,200642.0,59.9,93.16,7.18,1014.0 +Solomon Islands,1977,Asia,207942.0,60.43,93.61,7.1,1122.0 +Solomon Islands,1978,Asia,215353.0,60.89,94.01,6.99,1181.0 +Solomon Islands,1979,Asia,222905.0,61.27,94.36,6.87,1424.0 +Solomon Islands,1980,Asia,230614.0,61.53,94.65,6.75,1293.0 +Solomon Islands,1981,Asia,238488.0,61.59,94.89,6.63,1416.0 +Solomon Islands,1982,Asia,246502.0,61.46,95.1,6.53,1407.0 +Solomon Islands,1983,Asia,254602.0,61.16,95.27,6.43,1547.0 +Solomon Islands,1984,Asia,262719.0,60.74,95.42,6.35,1514.0 +Solomon Islands,1985,Asia,270809.0,60.26,95.55,6.28,1479.0 +Solomon Islands,1986,Asia,278846.0,59.84,95.67,6.21,1718.0 +Solomon Islands,1987,Asia,286868.0,59.58,95.77,6.14,1710.0 +Solomon Islands,1988,Asia,294962.0,59.52,95.86,6.06,1723.0 +Solomon Islands,1989,Asia,303258.0,59.7,95.94,5.96,1812.0 +Solomon Islands,1990,Asia,311849.0,60.1,96.03,5.85,1793.0 +Solomon Islands,1991,Asia,320764.0,60.0,96.11,5.73,1847.0 +Solomon Islands,1992,Asia,329984.0,60.4,96.21,5.6,2024.0 +Solomon Islands,1993,Asia,339490.0,60.6,96.3,5.46,2045.0 +Solomon Islands,1994,Asia,349250.0,60.9,96.38,5.33,2171.0 +Solomon Islands,1995,Asia,359236.0,61.1,96.46,5.2,2284.0 +Solomon Islands,1996,Asia,369438.0,61.4,96.52,5.08,2257.0 +Solomon Islands,1997,Asia,379859.0,61.5,96.57,4.97,2163.0 +Solomon Islands,1998,Asia,390489.0,61.6,96.61,4.87,2142.0 +Solomon Islands,1999,Asia,401319.0,61.7,96.65,4.79,2074.0 +Solomon Islands,2000,Asia,412336.0,61.7,96.69,4.72,1731.0 +Solomon Islands,2001,Asia,423535.0,61.7,96.71,4.67,1550.0 +Solomon Islands,2002,Asia,434893.0,61.7,96.72,4.62,1468.0 +Solomon Islands,2003,Asia,446352.0,61.7,96.71,4.58,1523.0 +Solomon Islands,2004,Asia,457841.0,61.7,96.69,4.54,1557.0 +Solomon Islands,2005,Asia,469306.0,61.8,96.68,4.5,1602.0 +Solomon Islands,2006,Asia,480716.0,61.9,96.66,4.46,1672.0 +Solomon Islands,2007,Asia,492075.0,61.9,96.67,4.41,1753.0 +Solomon Islands,2008,Asia,503410.0,62.3,96.69,4.36,1835.0 +Solomon Islands,2009,Asia,514767.0,62.4,96.74,4.3,1709.0 +Solomon Islands,2010,Asia,526177.0,62.7,96.79,4.24,1787.0 +Solomon Islands,2011,Asia,537648.0,63.0,96.86,4.17,1975.0 +Solomon Islands,2012,Asia,549162.0,63.3,96.93,4.1,2024.0 +Solomon Islands,2013,Asia,560685.0,63.5,97.01,4.03,2041.0 +Solomon Islands,2014,Asia,572171.0,63.6,97.11,3.97,2030.0 +Solomon Islands,2015,Asia,583591.0,64.0,97.19,3.91,2047.0 +Somalia,1800,Africa,991488.0,29.4,54.80400000000001,6.87,694.0 +Somalia,1810,Africa,995738.0,29.4,54.80400000000001,6.87,700.0 +Somalia,1820,Africa,1015714.0,29.4,54.80400000000001,6.87,707.0 +Somalia,1830,Africa,1065648.0,29.4,54.80400000000001,6.87,714.0 +Somalia,1840,Africa,1134784.0,29.4,54.80400000000001,6.87,721.0 +Somalia,1850,Africa,1208406.0,29.4,54.80400000000001,6.87,728.0 +Somalia,1860,Africa,1285806.0,29.4,54.80400000000001,6.87,735.0 +Somalia,1870,Africa,1368164.0,29.4,54.80400000000001,6.87,742.0 +Somalia,1880,Africa,1455432.0,29.4,54.80400000000001,6.87,749.0 +Somalia,1890,Africa,1548224.0,29.4,54.80400000000001,6.87,756.0 +Somalia,1900,Africa,1647387.0,29.4,54.901,6.87,763.0 +Somalia,1910,Africa,1752623.0,29.4,55.604000000000006,6.87,771.0 +Somalia,1920,Africa,1865310.0,29.4,56.66,6.87,809.0 +Somalia,1930,Africa,1986325.0,29.4,57.71999999999999,6.95,868.0 +Somalia,1940,Africa,2115192.0,29.4,58.78099999999999,7.1,930.0 +Somalia,1950,Africa,2264081.0,33.86,64.249,7.25,997.0 +Somalia,1951,Africa,2307576.0,34.13,64.56200000000001,7.25,1036.0 +Somalia,1952,Africa,2351811.0,34.6,65.096,7.25,1050.0 +Somalia,1953,Africa,2397067.0,35.07,65.667,7.25,1070.0 +Somalia,1954,Africa,2443576.0,35.54,66.27499999999999,7.25,1111.0 +Somalia,1955,Africa,2491530.0,36.01,66.922,7.25,1126.0 +Somalia,1956,Africa,2541067.0,36.47,67.598,7.25,1145.0 +Somalia,1957,Africa,2592278.0,36.94,68.31099999999999,7.25,1166.0 +Somalia,1958,Africa,2645219.0,37.41,69.054,7.25,1175.0 +Somalia,1959,Africa,2699912.0,37.87,69.78500000000001,7.25,1219.0 +Somalia,1960,Africa,2756380.0,38.34,70.508,7.25,1210.0 +Somalia,1961,Africa,2814683.0,38.8,71.218,7.25,1243.0 +Somalia,1962,Africa,2874944.0,39.26,71.923,7.26,1272.0 +Somalia,1963,Africa,2937360.0,39.74,72.62100000000002,7.26,1294.0 +Somalia,1964,Africa,3002173.0,40.21,73.312,7.26,1131.0 +Somalia,1965,Africa,3069558.0,40.68,74.003,7.26,1034.0 +Somalia,1966,Africa,3144244.0,41.14,74.686,7.26,1155.0 +Somalia,1967,Africa,3227245.0,41.61,75.369,7.25,1196.0 +Somalia,1968,Africa,3311111.0,42.08,76.012,7.23,1190.0 +Somalia,1969,Africa,3385414.0,42.54,76.617,7.21,1019.0 +Somalia,1970,Africa,3445420.0,42.99,77.18700000000003,7.18,1083.0 +Somalia,1971,Africa,3477568.0,43.44,77.641,7.15,1097.0 +Somalia,1972,Africa,3490295.0,43.9,78.14,7.12,1256.0 +Somalia,1973,Africa,3526527.0,44.35,78.43599999999998,7.09,1092.0 +Somalia,1974,Africa,3644572.0,44.8,78.729,7.06,1065.0 +Somalia,1975,Africa,3880955.0,45.24,79.01700000000002,7.03,1148.0 +Somalia,1976,Africa,4259636.0,45.7,79.30199999999998,7.02,1027.0 +Somalia,1977,Africa,4754149.0,46.15,79.582,7.01,1046.0 +Somalia,1978,Africa,5289049.0,46.6,79.85900000000002,7.0,995.0 +Somalia,1979,Africa,5758961.0,47.03,80.133,7.0,869.0 +Somalia,1980,Africa,6089707.0,47.46,77.587,7.01,837.0 +Somalia,1981,Africa,6251730.0,47.88,77.794,7.03,866.0 +Somalia,1982,Africa,6271538.0,48.28,80.93,7.05,888.0 +Somalia,1983,Africa,6199671.0,48.65,81.08999999999997,7.08,794.0 +Somalia,1984,Africa,6113252.0,48.98,81.28999999999998,7.11,832.0 +Somalia,1985,Africa,6068425.0,49.24,81.4,7.15,919.0 +Somalia,1986,Africa,6082723.0,49.36,81.46,7.19,897.0 +Somalia,1987,Africa,6138907.0,49.34,81.50999999999998,7.24,979.0 +Somalia,1988,Africa,6217331.0,49.19,81.59,7.29,962.0 +Somalia,1989,Africa,6285456.0,48.98,81.73,7.34,950.0 +Somalia,1990,Africa,6321615.0,48.8,81.98,7.4,930.0 +Somalia,1991,Africa,6319531.0,47.4,82.28,7.46,921.0 +Somalia,1992,Africa,6294017.0,48.4,82.47,7.51,813.0 +Somalia,1993,Africa,6269244.0,49.7,82.55,7.57,817.0 +Somalia,1994,Africa,6278911.0,49.7,82.56,7.62,644.0 +Somalia,1995,Africa,6346440.0,49.9,82.56,7.66,637.0 +Somalia,1996,Africa,6480888.0,49.9,82.56,7.68,648.0 +Somalia,1997,Africa,6672781.0,49.6,82.56,7.69,613.0 +Somalia,1998,Africa,6904231.0,50.3,82.56,7.68,607.0 +Somalia,1999,Africa,7148406.0,50.4,82.56,7.65,605.0 +Somalia,2000,Africa,7385416.0,50.7,82.56,7.61,603.0 +Somalia,2001,Africa,7610053.0,50.9,82.56,7.56,603.0 +Somalia,2002,Africa,7827203.0,51.1,82.56,7.5,607.0 +Somalia,2003,Africa,8039104.0,51.5,82.56,7.43,611.0 +Somalia,2004,Africa,8251054.0,51.6,82.56,7.36,614.0 +Somalia,2005,Africa,8466938.0,52.1,82.57,7.29,616.0 +Somalia,2006,Africa,8686939.0,52.2,82.63000000000002,7.22,615.0 +Somalia,2007,Africa,8909015.0,52.4,82.82000000000002,7.14,615.0 +Somalia,2008,Africa,9132589.0,52.6,83.15,7.06,615.0 +Somalia,2009,Africa,9356827.0,52.8,83.56,6.97,615.0 +Somalia,2010,Africa,9581714.0,51.6,83.98,6.87,614.0 +Somalia,2011,Africa,9806670.0,52.0,84.47,6.77,614.0 +Somalia,2012,Africa,10033630.0,53.4,84.94,6.67,616.0 +Somalia,2013,Africa,10268157.0,54.1,85.39,6.56,619.0 +Somalia,2014,Africa,10517569.0,54.3,85.88,6.46,621.0 +Somalia,2015,Africa,10787104.0,54.2,86.32,6.36,624.0 +South Africa,1800,Africa,1440820.0,33.5,60.155,6.47,1480.0 +South Africa,1810,Africa,1494779.0,33.5,60.155,6.47,1482.0 +South Africa,1820,Africa,1577125.0,33.5,60.155,6.47,1484.0 +South Africa,1830,Africa,1714970.0,33.5,60.155,6.47,1634.0 +South Africa,1840,Africa,1894070.0,33.5,60.155,6.47,1469.0 +South Africa,1850,Africa,2091873.0,33.5,60.155,6.47,1308.0 +South Africa,1860,Africa,2310179.0,33.5,60.155,6.47,1626.0 +South Africa,1870,Africa,2629836.0,33.5,60.155,6.47,1696.0 +South Africa,1880,Africa,3142066.0,33.5,60.155,6.47,3400.0 +South Africa,1890,Africa,3845849.0,33.5,60.155,6.47,3052.0 +South Africa,1900,Africa,4721134.0,33.5,60.24100000000001,6.47,2802.0 +South Africa,1910,Africa,5785887.0,33.5,60.86,6.47,5044.0 +South Africa,1920,Africa,7155299.0,33.5,61.791,6.47,4833.0 +South Africa,1930,Africa,8880522.0,33.5,62.72599999999999,6.45,4991.0 +South Africa,1940,Africa,11021715.0,38.52,68.93599999999999,6.4,6733.0 +South Africa,1950,Africa,13683162.0,43.53,74.362,6.35,7217.0 +South Africa,1951,Africa,13993888.0,43.92,74.78,6.34,7316.0 +South Africa,1952,Africa,14322409.0,44.67,75.554,6.31,7335.0 +South Africa,1953,Africa,14665139.0,45.37,76.259,6.29,7435.0 +South Africa,1954,Africa,15019626.0,46.03,76.983,6.26,7623.0 +South Africa,1955,Africa,15384557.0,46.63,77.637,6.25,7752.0 +South Africa,1956,Africa,15759812.0,47.19,78.22399999999998,6.23,7928.0 +South Africa,1957,Africa,16146410.0,47.71,78.83,6.22,7978.0 +South Africa,1958,Africa,16546324.0,48.17,79.45400000000002,6.21,7897.0 +South Africa,1959,Africa,16962183.0,48.6,79.985,6.19,8001.0 +South Africa,1960,Africa,17396367.0,49.01,80.51100000000002,6.17,8080.0 +South Africa,1961,Africa,17850045.0,49.4,81.028,6.14,8175.0 +South Africa,1962,Africa,18322335.0,49.78,81.539,6.1,8365.0 +South Africa,1963,Africa,18809939.0,50.14,82.04400000000003,6.05,8701.0 +South Africa,1964,Africa,19308166.0,50.52,82.545,5.98,9004.0 +South Africa,1965,Africa,19813947.0,50.91,83.04899999999998,5.91,9255.0 +South Africa,1966,Africa,20325230.0,51.3,83.539,5.84,9371.0 +South Africa,1967,Africa,20843785.0,51.68,84.015,5.77,9720.0 +South Africa,1968,Africa,21374931.0,52.04,84.476,5.7,9849.0 +South Africa,1969,Africa,21926165.0,52.41,84.92500000000003,5.64,10156.0 +South Africa,1970,Africa,22502502.0,52.77,85.36,5.59,10394.0 +South Africa,1971,Africa,23106806.0,53.11,85.78299999999999,5.54,10654.0 +South Africa,1972,Africa,23736489.0,53.44,86.19399999999996,5.48,10615.0 +South Africa,1973,Africa,24384538.0,53.77,86.59299999999998,5.42,10813.0 +South Africa,1974,Africa,25040940.0,54.11,86.98,5.34,11164.0 +South Africa,1975,Africa,25698856.0,54.47,87.69,5.25,11120.0 +South Africa,1976,Africa,26354140.0,54.86,88.33,5.16,11138.0 +South Africa,1977,Africa,27009755.0,55.3,88.96,5.06,10874.0 +South Africa,1978,Africa,27674446.0,55.77,89.53999999999998,4.97,10952.0 +South Africa,1979,Africa,28360820.0,56.29,90.09,4.88,11132.0 +South Africa,1980,Africa,29077143.0,56.85,90.62,4.79,11577.0 +South Africa,1981,Africa,29828874.0,57.44,91.1,4.7,11845.0 +South Africa,1982,Africa,30611206.0,58.04,91.54,4.6,11459.0 +South Africa,1983,Africa,31409913.0,58.64,91.94,4.5,10927.0 +South Africa,1984,Africa,32204952.0,59.22,92.31,4.4,11151.0 +South Africa,1985,Africa,32983013.0,59.78,92.65,4.29,10699.0 +South Africa,1986,Africa,33733547.0,60.32,92.95,4.18,10474.0 +South Africa,1987,Africa,34463077.0,60.83,93.23,4.05,10459.0 +South Africa,1988,Africa,35195598.0,61.29,93.47,3.92,10666.0 +South Africa,1989,Africa,35965131.0,61.69,93.68,3.79,10670.0 +South Africa,1990,Africa,36793490.0,62.0,93.85,3.66,10364.0 +South Africa,1991,Africa,37692367.0,62.5,93.97,3.53,10049.0 +South Africa,1992,Africa,38646788.0,62.4,94.02,3.41,9631.0 +South Africa,1993,Africa,39619539.0,63.0,93.99,3.3,9546.0 +South Africa,1994,Africa,40558495.0,62.8,93.9,3.2,9643.0 +South Africa,1995,Africa,41426810.0,62.7,93.74,3.11,9730.0 +South Africa,1996,Africa,42210216.0,61.6,93.53,3.04,9925.0 +South Africa,1997,Africa,42921506.0,60.0,93.27,2.98,9952.0 +South Africa,1998,Africa,43584030.0,58.9,93.02,2.94,9770.0 +South Africa,1999,Africa,44233730.0,57.9,92.79,2.9,9766.0 +South Africa,2000,Africa,44896856.0,56.4,92.6,2.87,9927.0 +South Africa,2001,Africa,45579161.0,55.9,92.45,2.83,9988.0 +South Africa,2002,Africa,46272223.0,54.8,92.37,2.8,10213.0 +South Africa,2003,Africa,46971250.0,53.7,92.2,2.76,10382.0 +South Africa,2004,Africa,47667150.0,52.8,92.31,2.72,10715.0 +South Africa,2005,Africa,48352951.0,52.7,92.48,2.68,11133.0 +South Africa,2006,Africa,49027805.0,52.5,92.72,2.63,11597.0 +South Africa,2007,Africa,49693580.0,53.0,92.99,2.58,12052.0 +South Africa,2008,Africa,50348811.0,53.4,93.39,2.54,12263.0 +South Africa,2009,Africa,50992034.0,53.9,93.82,2.5,11903.0 +South Africa,2010,Africa,51621594.0,54.9,94.56,2.47,12087.0 +South Africa,2011,Africa,52237272.0,56.6,94.94,2.44,12291.0 +South Africa,2012,Africa,52837274.0,59.0,95.22,2.41,12375.0 +South Africa,2013,Africa,53416609.0,60.7,95.49,2.39,12454.0 +South Africa,2014,Africa,53969054.0,61.2,95.67,2.36,12446.0 +South Africa,2015,Africa,54490406.0,61.3,95.79,2.34,12509.0 +Spain,1800,Europe,11549294.0,29.5,54.94,5.13,1518.0 +Spain,1810,Europe,11873298.0,29.5,54.94,5.13,1520.0 +Spain,1820,Europe,12333192.0,29.5,54.94,5.13,1522.0 +Spain,1830,Europe,13051762.0,29.5,54.94,5.13,1560.0 +Spain,1840,Europe,13948048.0,29.5,54.94,5.13,1598.0 +Spain,1850,Europe,14846857.0,29.5,58.90299999999999,5.13,1637.0 +Spain,1860,Europe,15609406.0,29.5,71.729,4.86,1878.0 +Spain,1870,Europe,16226123.0,29.5,66.986,4.84,1837.0 +Spain,1880,Europe,16921004.0,29.5,69.101,4.7,2509.0 +Spain,1890,Europe,17783792.0,31.58,69.565,4.55,2479.0 +Spain,1900,Europe,18652446.0,34.8,66.824,4.49,2730.0 +Spain,1910,Europe,19910849.0,40.92,70.08099999999999,4.43,2901.0 +Spain,1920,Europe,21308441.0,39.31,68.561,4.14,3420.0 +Spain,1930,Europe,23513708.0,49.34,78.41,3.68,4367.0 +Spain,1940,Europe,25828302.0,48.39,79.193,3.09,3643.0 +Spain,1950,Europe,28069737.0,61.85,88.44999999999996,2.45,3993.0 +Spain,1951,Europe,28237323.0,61.5,89.82,2.47,4369.0 +Spain,1952,Europe,28430442.0,64.92,90.9,2.51,4701.0 +Spain,1953,Europe,28641790.0,65.79,91.69,2.55,4660.0 +Spain,1954,Europe,28866150.0,66.98,92.19,2.59,4987.0 +Spain,1955,Europe,29100396.0,66.75,92.51,2.62,5158.0 +Spain,1956,Europe,29343602.0,66.79,92.81,2.66,5546.0 +Spain,1957,Europe,29596934.0,66.63,93.17,2.69,5692.0 +Spain,1958,Europe,29863304.0,68.82,93.57,2.72,5904.0 +Spain,1959,Europe,30146802.0,68.74,94.01,2.74,5735.0 +Spain,1960,Europe,30450994.0,69.23,94.44,2.77,5792.0 +Spain,1961,Europe,30777097.0,69.62,94.84,2.79,6498.0 +Spain,1962,Europe,31122390.0,69.65,95.18,2.8,7206.0 +Spain,1963,Europe,31479529.0,69.81,95.47,2.82,7896.0 +Spain,1964,Europe,31838485.0,70.54,95.71,2.83,8611.0 +Spain,1965,Europe,32192223.0,70.95,95.92,2.83,9106.0 +Spain,1966,Europe,32536637.0,71.2,96.12,2.84,9700.0 +Spain,1967,Europe,32873962.0,71.39,96.33,2.85,10252.0 +Spain,1968,Europe,33211168.0,71.68,96.56,2.86,10767.0 +Spain,1969,Europe,33558627.0,71.21,96.82,2.87,11650.0 +Spain,1970,Europe,33923240.0,72.19,97.08,2.87,12233.0 +Spain,1971,Europe,34305591.0,71.79,97.34,2.87,12834.0 +Spain,1972,Europe,34701025.0,73.0,97.56,2.86,13790.0 +Spain,1973,Europe,35104633.0,72.78,97.69,2.84,14908.0 +Spain,1974,Europe,35509391.0,73.16,97.7,2.8,15885.0 +Spain,1975,Europe,35909042.0,73.49,97.65,2.75,16296.0 +Spain,1976,Europe,36302392.0,73.81,97.64,2.68,16818.0 +Spain,1977,Europe,36687352.0,74.32,97.72,2.59,17305.0 +Spain,1978,Europe,37055640.0,74.51,97.87,2.48,17707.0 +Spain,1979,Europe,37397232.0,75.05,98.05,2.36,17825.0 +Spain,1980,Europe,37704867.0,75.53,98.22,2.22,18119.0 +Spain,1981,Europe,37976189.0,75.67,98.36,2.09,18116.0 +Spain,1982,Europe,38212556.0,76.22,98.46,1.96,18358.0 +Spain,1983,Europe,38415495.0,76.0,98.53,1.84,18754.0 +Spain,1984,Europe,38588238.0,76.38,98.6,1.73,18970.0 +Spain,1985,Europe,38734330.0,76.34,98.66,1.63,19300.0 +Spain,1986,Europe,38854360.0,76.59,98.72,1.55,19881.0 +Spain,1987,Europe,38950965.0,76.82,98.77,1.49,20953.0 +Spain,1988,Europe,39032625.0,76.82,98.81,1.43,22036.0 +Spain,1989,Europe,39110106.0,76.89,98.85,1.38,23141.0 +Spain,1990,Europe,39192055.0,76.9,98.9,1.34,24126.0 +Spain,1991,Europe,39287043.0,77.0,98.95,1.31,24684.0 +Spain,1992,Europe,39397403.0,77.4,98.99,1.28,24831.0 +Spain,1993,Europe,39518427.0,77.6,99.05,1.25,24498.0 +Spain,1994,Europe,39641740.0,77.8,99.11,1.23,25015.0 +Spain,1995,Europe,39764267.0,77.9,99.17,1.21,25645.0 +Spain,1996,Europe,39878881.0,78.1,99.23,1.2,26270.0 +Spain,1997,Europe,39996221.0,78.6,99.27,1.2,27167.0 +Spain,1998,Europe,40151723.0,78.8,99.3,1.2,28238.0 +Spain,1999,Europe,40392585.0,78.8,99.33,1.21,29353.0 +Spain,2000,Europe,40749800.0,79.2,99.35,1.22,30647.0 +Spain,2001,Europe,41230518.0,79.5,99.37,1.25,31488.0 +Spain,2002,Europe,41815486.0,79.6,99.38,1.27,31866.0 +Spain,2003,Europe,42475265.0,79.6,99.39,1.3,32293.0 +Spain,2004,Europe,43167276.0,80.0,99.41,1.33,32745.0 +Spain,2005,Europe,43854761.0,80.3,99.43,1.35,33396.0 +Spain,2006,Europe,44537926.0,80.7,99.45,1.38,34206.0 +Spain,2007,Europe,45209538.0,80.8,99.48,1.4,34845.0 +Spain,2008,Europe,45817016.0,81.1,99.5,1.42,34676.0 +Spain,2009,Europe,46295191.0,81.5,99.52,1.44,33142.0 +Spain,2010,Europe,46601492.0,81.8,99.54,1.46,32994.0 +Spain,2011,Europe,46708366.0,82.0,99.55,1.47,32674.0 +Spain,2012,Europe,46637082.0,82.2,99.56,1.49,31971.0 +Spain,2013,Europe,46455163.0,82.5,99.57,1.51,31681.0 +Spain,2014,Europe,46259716.0,82.5,99.58,1.52,32270.0 +Spain,2015,Europe,46121699.0,82.6,99.59,1.53,32979.0 +Sri Lanka,1800,Asia,1213000.0,32.6,59.021,5.68,898.0 +Sri Lanka,1810,Asia,1213000.0,32.6,59.021,5.68,899.0 +Sri Lanka,1820,Asia,1281602.0,32.6,59.021,5.68,901.0 +Sri Lanka,1830,Asia,1494084.0,32.6,59.021,5.68,910.0 +Sri Lanka,1840,Asia,1826740.0,32.6,59.021,5.68,919.0 +Sri Lanka,1850,Asia,2177134.0,32.6,59.021,5.68,928.0 +Sri Lanka,1860,Asia,2493854.0,32.6,59.021,5.68,1142.0 +Sri Lanka,1870,Asia,2775272.0,32.6,59.021,5.68,1405.0 +Sri Lanka,1880,Asia,3044220.0,32.6,59.021,5.68,1373.0 +Sri Lanka,1890,Asia,3387731.0,32.6,59.021,5.78,1730.0 +Sri Lanka,1900,Asia,3980125.0,32.6,59.11,5.79,2139.0 +Sri Lanka,1910,Asia,4692399.0,32.85,56.66899999999999,5.93,2005.0 +Sri Lanka,1920,Asia,5281322.0,31.09,59.773999999999994,5.55,1753.0 +Sri Lanka,1930,Asia,5748259.0,38.19,71.139,5.93,1928.0 +Sri Lanka,1940,Asia,6175921.0,44.02,75.665,5.44,1824.0 +Sri Lanka,1950,Asia,8075810.0,52.67,86.06099999999998,6.03,1764.0 +Sri Lanka,1951,Asia,8201505.0,53.25,86.5,6.05,1815.0 +Sri Lanka,1952,Asia,8338783.0,54.34,86.75,5.9,1838.0 +Sri Lanka,1953,Asia,8489249.0,55.32,87.02,5.86,1814.0 +Sri Lanka,1954,Asia,8653784.0,56.22,87.3,5.89,1807.0 +Sri Lanka,1955,Asia,8832541.0,57.01,87.65,5.9,1859.0 +Sri Lanka,1956,Asia,9024911.0,57.71,88.03,5.88,1821.0 +Sri Lanka,1957,Asia,9229560.0,58.32,88.47,5.83,1797.0 +Sri Lanka,1958,Asia,9444541.0,58.86,88.94,5.75,1799.0 +Sri Lanka,1959,Asia,9667485.0,59.32,89.42,5.65,1773.0 +Sri Lanka,1960,Asia,9896172.0,59.76,89.9,5.54,1785.0 +Sri Lanka,1961,Asia,10129134.0,60.18,90.36,5.42,1769.0 +Sri Lanka,1962,Asia,10366190.0,60.61,90.78,5.3,1782.0 +Sri Lanka,1963,Asia,10608672.0,61.06,91.17,5.18,1771.0 +Sri Lanka,1964,Asia,10858780.0,61.55,91.52,5.07,1809.0 +Sri Lanka,1965,Asia,11117685.0,62.07,91.84,4.96,1820.0 +Sri Lanka,1966,Asia,11385943.0,62.62,92.12,4.85,1755.0 +Sri Lanka,1967,Asia,11661660.0,63.17,92.36,4.73,1870.0 +Sri Lanka,1968,Asia,11940634.0,63.7,92.57,4.61,1961.0 +Sri Lanka,1969,Asia,12217248.0,64.21,92.75,4.48,1993.0 +Sri Lanka,1970,Asia,12487493.0,64.69,92.9,4.34,2044.0 +Sri Lanka,1971,Asia,12749209.0,65.15,93.03,4.21,1988.0 +Sri Lanka,1972,Asia,13003394.0,65.56,93.15,4.08,1994.0 +Sri Lanka,1973,Asia,13253063.0,65.97,93.29,3.97,2039.0 +Sri Lanka,1974,Asia,13502870.0,66.36,93.44,3.87,2074.0 +Sri Lanka,1975,Asia,13755990.0,66.76,93.62,3.78,2091.0 +Sri Lanka,1976,Asia,14013610.0,67.17,93.84,3.71,2118.0 +Sri Lanka,1977,Asia,14274023.0,67.6,94.09,3.63,2220.0 +Sri Lanka,1978,Asia,14534087.0,68.06,94.37,3.56,2318.0 +Sri Lanka,1979,Asia,14789300.0,68.52,94.68,3.49,2424.0 +Sri Lanka,1980,Asia,15036562.0,68.97,95.01,3.41,2514.0 +Sri Lanka,1981,Asia,15274137.0,69.35,95.37,3.32,2630.0 +Sri Lanka,1982,Asia,15503320.0,69.64,95.76,3.22,2718.0 +Sri Lanka,1983,Asia,15727670.0,69.83,96.17,3.12,2820.0 +Sri Lanka,1984,Asia,15952350.0,69.93,96.59,3.01,2924.0 +Sri Lanka,1985,Asia,16180776.0,69.97,96.98,2.9,3008.0 +Sri Lanka,1986,Asia,16413729.0,70.0,97.31,2.8,3115.0 +Sri Lanka,1987,Asia,16648992.0,70.05,97.58,2.7,3101.0 +Sri Lanka,1988,Asia,16883250.0,70.16,97.75,2.62,3138.0 +Sri Lanka,1989,Asia,17111785.0,70.32,97.84,2.54,3178.0 +Sri Lanka,1990,Asia,17330817.0,70.5,97.87,2.48,3340.0 +Sri Lanka,1991,Asia,17540762.0,71.3,97.88,2.43,3442.0 +Sri Lanka,1992,Asia,17741793.0,72.0,97.88,2.39,3561.0 +Sri Lanka,1993,Asia,17929772.0,72.9,97.89,2.35,3759.0 +Sri Lanka,1994,Asia,18099591.0,72.8,97.92,2.32,3915.0 +Sri Lanka,1995,Asia,18248435.0,71.7,97.98,2.29,4075.0 +Sri Lanka,1996,Asia,18373530.0,71.3,98.05,2.27,4184.0 +Sri Lanka,1997,Asia,18478024.0,71.4,98.13,2.25,4396.0 +Sri Lanka,1998,Asia,18572347.0,72.0,98.22,2.24,4550.0 +Sri Lanka,1999,Asia,18670843.0,72.4,98.3,2.24,4677.0 +Sri Lanka,2000,Asia,18783745.0,72.4,98.37,2.24,4946.0 +Sri Lanka,2001,Asia,18914866.0,73.3,98.42,2.24,4949.0 +Sri Lanka,2002,Asia,19061066.0,73.7,98.46,2.25,5111.0 +Sri Lanka,2003,Asia,19217032.0,74.0,98.5,2.26,5344.0 +Sri Lanka,2004,Asia,19374281.0,69.4,97.12,2.27,5559.0 +Sri Lanka,2005,Asia,19526406.0,73.9,98.59,2.29,5843.0 +Sri Lanka,2006,Asia,19672418.0,73.9,98.67,2.3,6223.0 +Sri Lanka,2007,Asia,19813816.0,74.4,98.75,2.31,6586.0 +Sri Lanka,2008,Asia,19949553.0,74.0,98.83,2.32,6907.0 +Sri Lanka,2009,Asia,20078873.0,74.1,98.89,2.34,7080.0 +Sri Lanka,2010,Asia,20201312.0,75.0,98.94,2.34,7572.0 +Sri Lanka,2011,Asia,20315673.0,76.4,98.99,2.35,8112.0 +Sri Lanka,2012,Asia,20421862.0,76.8,99.03,2.35,8856.0 +Sri Lanka,2013,Asia,20521959.0,77.1,99.06,2.34,9426.0 +Sri Lanka,2014,Asia,20618991.0,77.4,99.1,2.33,10043.0 +Sri Lanka,2015,Asia,20715010.0,77.6,99.13,2.31,10624.0 +Sudan,1800,Africa,3994154.0,31.4,57.475,6.64,518.0 +Sudan,1810,Africa,4047408.0,31.4,57.475,6.64,519.0 +Sudan,1820,Africa,4135488.0,31.4,57.475,6.64,520.0 +Sudan,1830,Africa,4289105.0,31.4,57.475,6.64,546.0 +Sudan,1840,Africa,4484092.0,31.4,57.475,6.64,573.0 +Sudan,1850,Africa,4687944.0,31.4,57.475,6.64,601.0 +Sudan,1860,Africa,4739424.0,31.4,57.475,6.64,631.0 +Sudan,1870,Africa,4785897.0,31.4,57.475,6.64,662.0 +Sudan,1880,Africa,4826197.0,31.4,57.475,6.64,694.0 +Sudan,1890,Africa,4860252.0,31.4,57.475,6.64,729.0 +Sudan,1900,Africa,4888158.0,31.4,57.567,6.64,765.0 +Sudan,1910,Africa,4908169.0,31.4,58.228,6.64,803.0 +Sudan,1920,Africa,4990580.0,31.4,59.18600000000001,6.64,936.0 +Sudan,1930,Africa,5217457.0,31.4,60.13500000000001,6.65,1164.0 +Sudan,1940,Africa,5454648.0,31.4,61.087,6.66,1448.0 +Sudan,1950,Africa,5733944.0,44.09,76.20400000000002,6.68,1799.0 +Sudan,1951,Africa,5883670.0,44.44,77.435,6.67,1838.0 +Sudan,1952,Africa,6039086.0,45.08,78.60300000000002,6.65,1881.0 +Sudan,1953,Africa,6200492.0,45.71,79.71000000000002,6.64,1920.0 +Sudan,1954,Africa,6368211.0,46.31,80.06,6.64,1963.0 +Sudan,1955,Africa,6542583.0,46.88,80.42,6.63,2007.0 +Sudan,1956,Africa,6723968.0,47.45,80.79,6.64,2164.0 +Sudan,1957,Africa,6912742.0,48.0,81.15,6.65,2081.0 +Sudan,1958,Africa,7109305.0,48.53,81.49,6.66,2112.0 +Sudan,1959,Africa,7314066.0,49.04,81.83,6.67,2303.0 +Sudan,1960,Africa,7527450.0,49.54,82.16,6.69,2287.0 +Sudan,1961,Africa,7749884.0,50.04,82.48,6.71,2230.0 +Sudan,1962,Africa,7981797.0,50.52,82.78,6.74,2325.0 +Sudan,1963,Africa,8223613.0,50.99,83.07,6.76,2202.0 +Sudan,1964,Africa,8475765.0,51.47,83.35000000000002,6.79,2126.0 +Sudan,1965,Africa,8738703.0,51.94,83.6,6.81,2220.0 +Sudan,1966,Africa,9013112.0,52.42,83.83,6.83,2140.0 +Sudan,1967,Africa,9299545.0,52.9,84.04,6.85,2022.0 +Sudan,1968,Africa,9598196.0,53.36,84.23,6.87,2093.0 +Sudan,1969,Africa,9909152.0,53.82,84.39999999999998,6.88,2167.0 +Sudan,1970,Africa,10232758.0,54.26,84.54,6.89,2022.0 +Sudan,1971,Africa,10568788.0,54.68,84.67,6.9,2106.0 +Sudan,1972,Africa,10918137.0,55.06,84.78999999999998,6.91,2006.0 +Sudan,1973,Africa,11283574.0,55.41,84.92,6.92,1785.0 +Sudan,1974,Africa,11668674.0,55.73,85.04,6.93,1910.0 +Sudan,1975,Africa,12075841.0,56.0,85.17,6.94,2091.0 +Sudan,1976,Africa,12506035.0,56.23,85.3,6.93,2403.0 +Sudan,1977,Africa,12958110.0,56.44,85.44,6.92,2687.0 +Sudan,1978,Africa,13429688.0,56.63,85.57000000000002,6.89,2559.0 +Sudan,1979,Africa,13917268.0,56.8,85.68,6.85,2213.0 +Sudan,1980,Africa,14418063.0,56.95,85.79,6.8,2159.0 +Sudan,1981,Africa,14935471.0,57.11,85.91,6.74,2137.0 +Sudan,1982,Africa,15470415.0,57.27,86.00999999999998,6.67,2332.0 +Sudan,1983,Africa,16015120.0,57.44,86.11999999999998,6.61,2233.0 +Sudan,1984,Africa,16559205.0,57.61,86.25,6.54,2050.0 +Sudan,1985,Africa,17097619.0,57.81,86.4,6.47,1850.0 +Sudan,1986,Africa,17618852.0,58.01,86.55,6.4,1869.0 +Sudan,1987,Africa,18130501.0,58.23,86.72,6.34,1871.0 +Sudan,1988,Africa,18669146.0,58.44,86.89,6.28,1858.0 +Sudan,1989,Africa,19284633.0,58.67,87.07000000000002,6.21,1961.0 +Sudan,1990,Africa,20008804.0,58.9,87.25,6.15,1753.0 +Sudan,1991,Africa,20861117.0,59.2,87.42999999999998,6.09,1830.0 +Sudan,1992,Africa,21820588.0,59.4,87.61,6.03,1892.0 +Sudan,1993,Africa,22829227.0,59.5,87.79,5.96,1918.0 +Sudan,1994,Africa,23805536.0,60.2,87.98,5.89,1879.0 +Sudan,1995,Africa,24691970.0,60.5,88.18,5.82,1934.0 +Sudan,1996,Africa,25466387.0,60.6,88.39,5.75,1992.0 +Sudan,1997,Africa,26149124.0,60.8,88.61,5.67,2142.0 +Sudan,1998,Africa,26777059.0,61.2,88.86,5.6,2175.0 +Sudan,1999,Africa,27406808.0,62.0,89.12,5.52,2183.0 +Sudan,2000,Africa,28079664.0,62.4,89.41,5.44,2258.0 +Sudan,2001,Africa,28805142.0,62.8,89.69,5.37,2338.0 +Sudan,2002,Africa,29569978.0,63.3,89.98,5.29,2419.0 +Sudan,2003,Africa,30365586.0,63.5,90.27,5.21,2533.0 +Sudan,2004,Africa,31176209.0,63.7,90.55,5.12,2557.0 +Sudan,2005,Africa,31990003.0,64.6,90.81,5.04,2672.0 +Sudan,2006,Africa,32809056.0,64.9,91.07,4.96,2858.0 +Sudan,2007,Africa,33637960.0,65.3,91.3,4.87,3097.0 +Sudan,2008,Africa,34470138.0,65.5,91.53,4.79,3246.0 +Sudan,2009,Africa,35297298.0,65.7,91.76,4.71,3259.0 +Sudan,2010,Africa,36114885.0,66.1,91.98,4.64,3282.0 +Sudan,2011,Africa,36918193.0,66.3,92.18,4.56,3524.0 +Sudan,2012,Africa,37712420.0,66.7,92.37,4.49,3856.0 +Sudan,2013,Africa,38515095.0,66.9,92.58,4.42,3903.0 +Sudan,2014,Africa,39350274.0,67.2,92.78,4.35,3940.0 +Sudan,2015,Africa,40234882.0,67.5,92.99,4.28,3975.0 +Suriname,1800,America,80721.0,32.9,59.404,6.58,1636.0 +Suriname,1810,America,80721.0,32.9,59.404,6.58,1639.0 +Suriname,1820,America,82357.0,32.9,59.404,6.58,1641.0 +Suriname,1830,America,87130.0,32.9,59.404,6.58,1756.0 +Suriname,1840,America,93949.0,32.9,59.404,6.58,1878.0 +Suriname,1850,America,101302.0,32.9,59.404,6.58,2009.0 +Suriname,1860,America,109079.0,32.9,59.404,6.58,2149.0 +Suriname,1870,America,117453.0,32.9,59.404,6.58,2298.0 +Suriname,1880,America,126424.0,32.9,59.404,6.58,2458.0 +Suriname,1890,America,136074.0,32.9,59.404,6.58,2630.0 +Suriname,1900,America,146519.0,32.9,59.49100000000001,6.58,2813.0 +Suriname,1910,America,157730.0,32.9,60.12200000000001,6.58,3009.0 +Suriname,1920,America,169910.0,32.9,61.07100000000001,6.58,3408.0 +Suriname,1930,America,183208.0,37.25,66.994,6.58,4009.0 +Suriname,1940,America,197548.0,45.96,76.286,6.58,4711.0 +Suriname,1950,America,214999.0,55.12,84.70299999999997,6.58,5534.0 +Suriname,1951,America,222679.0,55.52,85.051,6.57,5664.0 +Suriname,1952,America,229653.0,56.24,85.666,6.56,5797.0 +Suriname,1953,America,236348.0,56.93,86.219,6.55,5933.0 +Suriname,1954,America,243087.0,57.57,86.77600000000002,6.55,6071.0 +Suriname,1955,America,250094.0,58.16,87.33200000000002,6.56,6214.0 +Suriname,1956,America,257485.0,58.72,87.82900000000002,6.57,6359.0 +Suriname,1957,America,265273.0,59.24,88.265,6.58,6508.0 +Suriname,1958,America,273383.0,59.71,88.76700000000002,6.6,6660.0 +Suriname,1959,America,281669.0,60.16,89.19500000000002,6.61,6816.0 +Suriname,1960,America,289972.0,60.58,89.61200000000002,6.61,6975.0 +Suriname,1961,America,298190.0,61.0,89.964,6.59,7138.0 +Suriname,1962,America,306330.0,61.41,90.361,6.56,7305.0 +Suriname,1963,America,314530.0,61.81,90.697,6.5,7476.0 +Suriname,1964,America,322995.0,62.23,91.078,6.41,7650.0 +Suriname,1965,America,331799.0,62.65,91.449,6.3,7829.0 +Suriname,1966,America,341137.0,63.07,91.813,6.18,8012.0 +Suriname,1967,America,350755.0,63.49,92.121,6.05,8199.0 +Suriname,1968,America,359735.0,63.89,92.458,5.92,8390.0 +Suriname,1969,America,366845.0,64.28,92.733,5.79,8586.0 +Suriname,1970,America,371268.0,64.66,93.03399999999999,5.65,8786.0 +Suriname,1971,America,372619.0,65.0,93.277,5.5,9315.0 +Suriname,1972,America,371318.0,65.32,93.465,5.34,9776.0 +Suriname,1973,America,368342.0,65.62,93.57600000000001,5.15,10239.0 +Suriname,1974,America,365104.0,65.91,93.685,4.95,10609.0 +Suriname,1975,America,362651.0,66.19,93.792,4.74,9648.0 +Suriname,1976,America,361368.0,66.47,93.898,4.53,10622.0 +Suriname,1977,America,361053.0,66.76,94.003,4.34,11830.0 +Suriname,1978,America,361463.0,67.07,94.106,4.18,12569.0 +Suriname,1979,America,362137.0,67.39,94.207,4.04,11872.0 +Suriname,1980,America,362777.0,67.71,94.326,3.92,10836.0 +Suriname,1981,America,363309.0,68.02,94.42,3.82,11515.0 +Suriname,1982,America,363993.0,68.31,94.504,3.71,10888.0 +Suriname,1983,America,365242.0,68.57,94.3,3.59,10291.0 +Suriname,1984,America,367611.0,68.79,94.45,3.47,9935.0 +Suriname,1985,America,371469.0,68.98,94.59,3.34,11162.0 +Suriname,1986,America,376973.0,69.15,94.73,3.2,10842.0 +Suriname,1987,America,383916.0,69.29,94.86,3.06,9949.0 +Suriname,1988,America,391851.0,69.43,94.98,2.94,10724.0 +Suriname,1989,America,400133.0,69.57,95.11,2.82,11131.0 +Suriname,1990,America,408276.0,69.7,95.24,2.73,10625.0 +Suriname,1991,America,416068.0,69.9,95.37,2.67,10759.0 +Suriname,1992,America,423572.0,69.8,95.51,2.64,10588.0 +Suriname,1993,America,430901.0,69.7,95.65,2.63,9690.0 +Suriname,1994,America,438280.0,69.8,95.78,2.65,9873.0 +Suriname,1995,America,445830.0,70.1,95.91,2.68,9848.0 +Suriname,1996,America,453653.0,70.2,96.04,2.72,9839.0 +Suriname,1997,America,461569.0,70.2,96.17,2.75,10263.0 +Suriname,1998,America,469108.0,70.1,96.3,2.76,10283.0 +Suriname,1999,America,475637.0,69.9,96.43,2.76,10054.0 +Suriname,2000,America,480751.0,69.7,96.56,2.74,9908.0 +Suriname,2001,America,484210.0,69.5,96.67,2.7,10214.0 +Suriname,2002,America,486271.0,69.4,96.79,2.66,10502.0 +Suriname,2003,America,487641.0,69.5,96.89,2.61,10979.0 +Suriname,2004,America,489312.0,69.7,96.99,2.56,11836.0 +Suriname,2005,America,491999.0,69.9,97.08,2.52,12225.0 +Suriname,2006,America,495953.0,70.0,97.17,2.48,12553.0 +Suriname,2007,America,500953.0,70.1,97.26,2.44,13059.0 +Suriname,2008,America,506657.0,70.2,97.36,2.41,13470.0 +Suriname,2009,America,512522.0,70.5,97.44,2.37,13747.0 +Suriname,2010,America,518141.0,70.7,97.51,2.35,14325.0 +Suriname,2011,America,523439.0,71.0,97.59,2.32,14942.0 +Suriname,2012,America,528535.0,71.3,97.66,2.29,15254.0 +Suriname,2013,America,533450.0,71.6,97.74,2.27,15556.0 +Suriname,2014,America,538248.0,71.8,97.81,2.24,16649.0 +Suriname,2015,America,542975.0,72.0,97.87,2.22,17125.0 +Swaziland,1800,Africa,86000.0,32.3,58.638999999999996,6.71,490.0 +Swaziland,1810,Africa,86000.0,32.3,58.638999999999996,6.71,490.0 +Swaziland,1820,Africa,86000.0,32.3,58.638999999999996,6.71,491.0 +Swaziland,1830,Africa,86000.0,32.3,58.638999999999996,6.71,515.0 +Swaziland,1840,Africa,86000.0,32.3,58.638999999999996,6.71,541.0 +Swaziland,1850,Africa,86000.0,32.3,58.638999999999996,6.71,567.0 +Swaziland,1860,Africa,86296.0,32.3,58.638999999999996,6.71,596.0 +Swaziland,1870,Africa,86592.0,32.3,58.638999999999996,6.71,625.0 +Swaziland,1880,Africa,86887.0,32.3,58.638999999999996,6.71,656.0 +Swaziland,1890,Africa,87183.0,32.3,58.638999999999996,6.71,688.0 +Swaziland,1900,Africa,87753.0,32.3,58.728,6.71,722.0 +Swaziland,1910,Africa,106983.0,32.3,59.371,6.71,758.0 +Swaziland,1920,Africa,115176.0,32.3,60.456,6.71,853.0 +Swaziland,1930,Africa,140827.0,32.3,61.53999999999999,6.71,1001.0 +Swaziland,1940,Africa,172622.0,32.3,62.618,6.71,1174.0 +Swaziland,1950,Africa,273000.0,40.75,76.05999999999997,6.71,1376.0 +Swaziland,1951,Africa,278952.0,41.01,76.31,6.71,1424.0 +Swaziland,1952,Africa,285338.0,41.51,76.58,6.7,1437.0 +Swaziland,1953,Africa,292189.0,41.98,76.88000000000002,6.7,1460.0 +Swaziland,1954,Africa,299502.0,42.44,77.13,6.69,1508.0 +Swaziland,1955,Africa,307249.0,42.88,77.41,6.69,1522.0 +Swaziland,1956,Africa,315361.0,43.3,77.69,6.69,1544.0 +Swaziland,1957,Africa,323740.0,43.7,77.97,6.7,1566.0 +Swaziland,1958,Africa,332264.0,44.08,78.27,6.7,1573.0 +Swaziland,1959,Africa,340799.0,44.44,78.56,6.71,1625.0 +Swaziland,1960,Africa,349233.0,44.78,78.88,6.72,1804.0 +Swaziland,1961,Africa,357522.0,45.1,79.2,6.73,1986.0 +Swaziland,1962,Africa,365719.0,45.42,79.52,6.75,2348.0 +Swaziland,1963,Africa,373991.0,45.73,79.85,6.76,2424.0 +Swaziland,1964,Africa,382575.0,46.05,80.22,6.78,2713.0 +Swaziland,1965,Africa,391659.0,46.39,80.60000000000002,6.8,3059.0 +Swaziland,1966,Africa,401295.0,46.76,80.97,6.82,3112.0 +Swaziland,1967,Africa,411478.0,47.2,81.34,6.84,3324.0 +Swaziland,1968,Africa,422266.0,47.67,81.71,6.86,3092.0 +Swaziland,1969,Africa,433709.0,48.21,82.1,6.87,3142.0 +Swaziland,1970,Africa,445844.0,48.79,82.52,6.88,3971.0 +Swaziland,1971,Africa,458717.0,49.4,82.99,6.88,3934.0 +Swaziland,1972,Africa,472337.0,50.03,83.52,6.87,4302.0 +Swaziland,1973,Africa,486656.0,50.67,84.11,6.86,4417.0 +Swaziland,1974,Africa,501596.0,51.3,84.75,6.84,4786.0 +Swaziland,1975,Africa,517100.0,51.94,85.42,6.82,4827.0 +Swaziland,1976,Africa,533264.0,52.58,86.05000000000004,6.79,4851.0 +Swaziland,1977,Africa,550135.0,53.24,86.66,6.76,4859.0 +Swaziland,1978,Africa,567560.0,53.92,87.22,6.73,4842.0 +Swaziland,1979,Africa,585335.0,54.62,87.75999999999998,6.7,4766.0 +Swaziland,1980,Africa,603373.0,55.31,88.3,6.66,4723.0 +Swaziland,1981,Africa,621314.0,56.02,88.87,6.62,4894.0 +Swaziland,1982,Africa,639333.0,56.71,89.47,6.57,5031.0 +Swaziland,1983,Africa,658496.0,57.38,90.09,6.52,4890.0 +Swaziland,1984,Africa,680253.0,58.0,90.71,6.46,4821.0 +Swaziland,1985,Africa,705492.0,58.6,91.33,6.38,4945.0 +Swaziland,1986,Africa,734790.0,59.15,91.9,6.29,4943.0 +Swaziland,1987,Africa,767417.0,59.67,92.4,6.18,5171.0 +Swaziland,1988,Africa,801350.0,60.13,92.81,6.05,4823.0 +Swaziland,1989,Africa,833787.0,60.5,93.12,5.91,4924.0 +Swaziland,1990,Africa,862728.0,60.7,93.3,5.74,4844.0 +Swaziland,1991,Africa,887248.0,60.7,93.33,5.57,4793.0 +Swaziland,1992,Africa,907947.0,61.0,93.2,5.39,4835.0 +Swaziland,1993,Africa,926224.0,61.3,92.9,5.21,4887.0 +Swaziland,1994,Africa,944223.0,60.7,92.43,5.04,4909.0 +Swaziland,1995,Africa,963428.0,59.1,91.89,4.87,5043.0 +Swaziland,1996,Africa,984506.0,57.1,91.31,4.71,5125.0 +Swaziland,1997,Africa,1006760.0,55.8,90.74,4.56,5167.0 +Swaziland,1998,Africa,1028694.0,53.5,90.17,4.43,5189.0 +Swaziland,1999,Africa,1048151.0,51.4,89.61,4.31,5243.0 +Swaziland,2000,Africa,1063715.0,48.8,89.05,4.21,5257.0 +Swaziland,2001,Africa,1074765.0,46.6,88.62,4.12,5263.0 +Swaziland,2002,Africa,1082195.0,45.1,88.3,4.05,5320.0 +Swaziland,2003,Africa,1087949.0,44.0,88.05000000000004,3.98,5410.0 +Swaziland,2004,Africa,1094775.0,43.0,87.91,3.93,5533.0 +Swaziland,2005,Africa,1104642.0,42.5,87.92,3.87,5618.0 +Swaziland,2006,Africa,1118204.0,43.1,88.41,3.82,5733.0 +Swaziland,2007,Africa,1134853.0,44.3,88.7,3.76,5847.0 +Swaziland,2008,Africa,1153750.0,45.1,88.78,3.7,5887.0 +Swaziland,2009,Africa,1173529.0,45.9,89.49000000000002,3.63,5860.0 +Swaziland,2010,Africa,1193148.0,46.4,90.91,3.56,5862.0 +Swaziland,2011,Africa,1212458.0,48.0,91.64,3.48,5846.0 +Swaziland,2012,Africa,1231694.0,49.1,92.12,3.41,5910.0 +Swaziland,2013,Africa,1250641.0,49.4,92.51,3.33,5998.0 +Swaziland,2014,Africa,1269112.0,49.8,92.92,3.27,6058.0 +Swaziland,2015,Africa,1286970.0,51.8,93.04,3.2,6095.0 +Sweden,1800,Europe,2354189.0,32.16,61.888999999999996,4.07,1414.0 +Sweden,1810,Europe,2428185.0,31.99,65.399,4.67,1368.0 +Sweden,1820,Europe,2591521.0,40.23,73.916,4.68,1469.0 +Sweden,1830,Europe,2855774.0,40.97,74.51100000000002,4.67,1527.0 +Sweden,1840,Europe,3132892.0,43.98,77.926,4.46,1634.0 +Sweden,1850,Europe,3440593.0,44.69,78.20700000000002,4.45,1789.0 +Sweden,1860,Europe,3809535.0,48.47,80.345,4.71,2029.0 +Sweden,1870,Europe,4174365.0,45.01,77.94800000000002,4.11,2243.0 +Sweden,1880,Europe,4503095.0,47.62,79.60600000000002,4.36,2472.0 +Sweden,1890,Europe,4780109.0,50.48,82.236,4.15,2735.0 +Sweden,1900,Europe,5111095.0,52.27,84.48100000000002,4.0,3489.0 +Sweden,1910,Europe,5492757.0,57.8,89.17699999999998,3.55,4266.0 +Sweden,1920,Europe,5870418.0,58.81,90.05799999999998,3.19,5090.0 +Sweden,1930,Europe,6140566.0,63.19,92.82,1.93,7317.0 +Sweden,1940,Europe,6353381.0,66.74,95.08,1.82,8517.0 +Sweden,1950,Europe,7009913.0,71.13,97.29,2.28,11977.0 +Sweden,1951,Europe,7072080.0,71.35,97.43,2.21,11890.0 +Sweden,1952,Europe,7125539.0,71.84,97.56,2.24,12133.0 +Sweden,1953,Europe,7173121.0,71.88,97.68,2.27,12221.0 +Sweden,1954,Europe,7217176.0,72.34,97.77,2.2,12896.0 +Sweden,1955,Europe,7259579.0,72.58,97.84,2.27,13177.0 +Sweden,1956,Europe,7301708.0,72.64,97.89,2.31,13642.0 +Sweden,1957,Europe,7344466.0,72.47,97.94,2.3,13956.0 +Sweden,1958,Europe,7388317.0,73.11,97.97,2.28,14031.0 +Sweden,1959,Europe,7433373.0,73.34,98.01,2.26,14598.0 +Sweden,1960,Europe,7479602.0,73.01,98.04,2.2,15097.0 +Sweden,1961,Europe,7527081.0,73.47,98.08,2.23,15998.0 +Sweden,1962,Europe,7576192.0,73.34,98.14,2.26,16607.0 +Sweden,1963,Europe,7627722.0,73.53,98.21,2.33,17228.0 +Sweden,1964,Europe,7682603.0,73.7,98.29,2.48,18434.0 +Sweden,1965,Europe,7741167.0,73.85,98.37,2.41,19142.0 +Sweden,1966,Europe,7804200.0,74.09,98.45,2.36,19222.0 +Sweden,1967,Europe,7870642.0,74.12,98.51,2.27,19709.0 +Sweden,1968,Europe,7936726.0,73.99,98.56,2.07,20401.0 +Sweden,1969,Europe,7997380.0,74.11,98.61,1.92,21168.0 +Sweden,1970,Europe,8049049.0,74.66,98.66,1.92,22054.0 +Sweden,1971,Europe,8090044.0,74.58,98.71,1.96,22277.0 +Sweden,1972,Europe,8121560.0,74.68,98.77,1.91,22308.0 +Sweden,1973,Europe,8146472.0,74.83,98.84,1.87,23232.0 +Sweden,1974,Europe,8169141.0,74.94,98.91,1.88,25048.0 +Sweden,1975,Europe,8192693.0,74.95,98.97,1.77,25353.0 +Sweden,1976,Europe,8218630.0,74.96,99.02,1.68,25378.0 +Sweden,1977,Europe,8245975.0,75.39,99.06,1.65,24567.0 +Sweden,1978,Europe,8272499.0,75.48,99.1,1.6,24784.0 +Sweden,1979,Europe,8294832.0,75.52,99.13,1.66,25827.0 +Sweden,1980,Europe,8310915.0,75.74,99.15,1.68,26010.0 +Sweden,1981,Europe,8319810.0,76.04,99.18,1.64,25869.0 +Sweden,1982,Europe,8323466.0,76.36,99.2,1.63,26431.0 +Sweden,1983,Europe,8326196.0,76.6,99.22,1.61,26808.0 +Sweden,1984,Europe,8333904.0,76.86,99.23,1.66,27890.0 +Sweden,1985,Europe,8350814.0,76.72,99.24,1.74,28202.0 +Sweden,1986,Europe,8377863.0,76.98,99.25,1.8,29138.0 +Sweden,1987,Europe,8413658.0,77.12,99.26,1.84,29889.0 +Sweden,1988,Europe,8457108.0,77.01,99.27,1.97,30596.0 +Sweden,1989,Europe,8506236.0,77.67,99.28,2.02,31161.0 +Sweden,1990,Europe,8559107.0,77.6,99.31,2.14,30901.0 +Sweden,1991,Europe,8616535.0,77.7,99.34,2.11,30340.0 +Sweden,1992,Europe,8677787.0,78.1,99.39,2.08,29813.0 +Sweden,1993,Europe,8737500.0,78.3,99.43,1.98,29028.0 +Sweden,1994,Europe,8788696.0,78.5,99.48,1.88,30000.0 +Sweden,1995,Europe,8826720.0,78.9,99.52,1.73,31044.0 +Sweden,1996,Europe,8849420.0,79.1,99.55,1.6,31465.0 +Sweden,1997,Europe,8859106.0,79.4,99.57,1.53,32360.0 +Sweden,1998,Europe,8861204.0,79.5,99.58,1.52,33709.0 +Sweden,1999,Europe,8863595.0,79.5,99.59,1.51,35208.0 +Sweden,2000,Europe,8872284.0,79.7,99.59,1.56,36816.0 +Sweden,2001,Europe,8888675.0,79.8,99.59,1.58,37292.0 +Sweden,2002,Europe,8911899.0,80.0,99.6,1.67,37941.0 +Sweden,2003,Europe,8942926.0,80.2,99.61,1.73,38702.0 +Sweden,2004,Europe,8982282.0,80.2,99.63,1.77,40216.0 +Sweden,2005,Europe,9030163.0,80.6,99.64,1.79,41184.0 +Sweden,2006,Europe,9087251.0,80.8,99.66,1.87,42873.0 +Sweden,2007,Europe,9153316.0,80.9,99.67,1.89,44005.0 +Sweden,2008,Europe,9226333.0,81.1,99.68,1.92,43421.0 +Sweden,2009,Europe,9303432.0,81.2,99.69,1.94,40820.0 +Sweden,2010,Europe,9382297.0,81.6,99.69,1.99,42898.0 +Sweden,2011,Europe,9462352.0,81.7,99.7,1.9,43709.0 +Sweden,2012,Europe,9543457.0,81.8,99.7,1.91,43263.0 +Sweden,2013,Europe,9624247.0,81.9,99.7,1.93,43448.0 +Sweden,2014,Europe,9703247.0,82.1,99.7,1.93,44029.0 +Sweden,2015,Europe,9779426.0,82.1,99.7,1.93,44892.0 +Switzerland,1800,Europe,1826051.0,38.0,65.523,4.14,2701.0 +Switzerland,1810,Europe,1904962.0,38.0,65.523,4.14,2705.0 +Switzerland,1820,Europe,1994147.0,38.0,65.523,4.14,2709.0 +Switzerland,1830,Europe,2101048.0,38.0,65.523,4.14,3010.0 +Switzerland,1840,Europe,2229381.0,38.0,65.523,4.14,3344.0 +Switzerland,1850,Europe,2370905.0,38.0,65.523,4.14,3716.0 +Switzerland,1860,Europe,2511573.0,38.0,65.523,4.19,4362.0 +Switzerland,1870,Europe,2663904.0,38.0,68.456,3.99,5263.0 +Switzerland,1880,Europe,2822978.0,42.41,74.684,3.97,6143.0 +Switzerland,1890,Europe,2972442.0,44.95,79.18700000000003,3.56,7990.0 +Switzerland,1900,Europe,3297232.0,47.48,80.30199999999998,3.83,9640.0 +Switzerland,1910,Europe,3726392.0,52.91,85.92699999999998,3.1,10908.0 +Switzerland,1920,Europe,3865690.0,54.38,87.913,2.34,10604.0 +Switzerland,1930,Europe,4042310.0,61.43,93.26,1.99,14769.0 +Switzerland,1940,Europe,4219596.0,63.58,93.836,1.82,14639.0 +Switzerland,1950,Europe,4668088.0,68.95,96.15,2.33,20209.0 +Switzerland,1951,Europe,4726283.0,68.72,96.28,2.32,21545.0 +Switzerland,1952,Europe,4788958.0,69.63,96.42,2.3,21379.0 +Switzerland,1953,Europe,4851987.0,69.55,96.55,2.3,21800.0 +Switzerland,1954,Europe,4912885.0,70.02,96.69,2.31,22745.0 +Switzerland,1955,Europe,4970810.0,70.1,96.83,2.33,23981.0 +Switzerland,1956,Europe,5026664.0,70.23,96.97,2.36,25197.0 +Switzerland,1957,Europe,5082993.0,70.58,97.1,2.39,25738.0 +Switzerland,1958,Europe,5143672.0,71.32,97.21,2.43,24798.0 +Switzerland,1959,Europe,5213397.0,71.48,97.29,2.48,26014.0 +Switzerland,1960,Europe,5296120.0,71.46,97.35,2.52,27258.0 +Switzerland,1961,Europe,5393411.0,71.79,97.4,2.55,28621.0 +Switzerland,1962,Europe,5503000.0,71.35,97.46,2.58,29137.0 +Switzerland,1963,Europe,5618160.0,71.34,97.54,2.58,29877.0 +Switzerland,1964,Europe,5729465.0,72.23,97.64,2.56,30886.0 +Switzerland,1965,Europe,5829958.0,72.36,97.74,2.53,31531.0 +Switzerland,1966,Europe,5916911.0,72.5,97.84,2.47,31983.0 +Switzerland,1967,Europe,5991681.0,72.8,97.93,2.4,32566.0 +Switzerland,1968,Europe,6056358.0,72.75,98.01,2.31,33324.0 +Switzerland,1969,Europe,6114719.0,72.76,98.08,2.22,34719.0 +Switzerland,1970,Europe,6169357.0,73.18,98.16,2.12,36582.0 +Switzerland,1971,Europe,6221634.0,73.3,98.24,2.02,37621.0 +Switzerland,1972,Europe,6270112.0,73.82,98.33,1.92,38478.0 +Switzerland,1973,Europe,6311468.0,74.12,98.42,1.83,39412.0 +Switzerland,1974,Europe,6341051.0,74.47,98.52,1.74,39874.0 +Switzerland,1975,Europe,6356178.0,74.86,98.62,1.67,37301.0 +Switzerland,1976,Europe,6355245.0,74.98,98.71,1.61,37189.0 +Switzerland,1977,Europe,6341216.0,75.43,98.79,1.57,38201.0 +Switzerland,1978,Europe,6321583.0,75.39,98.86,1.54,38264.0 +Switzerland,1979,Europe,6306578.0,75.69,98.92,1.52,39109.0 +Switzerland,1980,Europe,6303608.0,75.69,98.96,1.51,40692.0 +Switzerland,1981,Europe,6315799.0,75.92,99.0,1.51,41080.0 +Switzerland,1982,Europe,6341369.0,76.26,99.03,1.52,40226.0 +Switzerland,1983,Europe,6376791.0,76.27,99.06,1.53,40229.0 +Switzerland,1984,Europe,6416275.0,76.87,99.08,1.54,41269.0 +Switzerland,1985,Europe,6455680.0,76.99,99.1,1.54,42462.0 +Switzerland,1986,Europe,6493442.0,77.17,99.11,1.54,42899.0 +Switzerland,1987,Europe,6531160.0,77.47,99.12,1.55,42914.0 +Switzerland,1988,Europe,6571461.0,77.49,99.14,1.55,43895.0 +Switzerland,1989,Europe,6618268.0,77.68,99.16,1.55,45400.0 +Switzerland,1990,Europe,6673920.0,77.5,99.18,1.55,46600.0 +Switzerland,1991,Europe,6739995.0,77.6,99.21,1.54,45599.0 +Switzerland,1992,Europe,6814186.0,77.9,99.25,1.54,45080.0 +Switzerland,1993,Europe,6890300.0,78.3,99.29,1.53,44615.0 +Switzerland,1994,Europe,6959860.0,78.4,99.33,1.53,44823.0 +Switzerland,1995,Europe,7017042.0,78.5,99.36,1.52,44738.0 +Switzerland,1996,Europe,7059633.0,79.1,99.39,1.5,44809.0 +Switzerland,1997,Europe,7090176.0,79.2,99.4,1.49,45734.0 +Switzerland,1998,Europe,7113505.0,79.5,99.42,1.47,46942.0 +Switzerland,1999,Europe,7136813.0,79.8,99.43,1.45,47486.0 +Switzerland,2000,Europe,7165581.0,79.8,99.44,1.44,49083.0 +Switzerland,2001,Europe,7200945.0,80.2,99.44,1.43,49479.0 +Switzerland,2002,Europe,7242034.0,80.4,99.45,1.42,49177.0 +Switzerland,2003,Europe,7289901.0,80.6,99.47,1.42,48837.0 +Switzerland,2004,Europe,7345299.0,81.0,99.48,1.42,49882.0 +Switzerland,2005,Europe,7408608.0,81.3,99.49,1.43,51069.0 +Switzerland,2006,Europe,7480317.0,81.5,99.5,1.44,52786.0 +Switzerland,2007,Europe,7560141.0,81.7,99.52,1.46,54483.0 +Switzerland,2008,Europe,7646542.0,82.0,99.53,1.47,55020.0 +Switzerland,2009,Europe,7737316.0,82.0,99.54,1.49,53179.0 +Switzerland,2010,Europe,7830534.0,82.3,99.55,1.5,54183.0 +Switzerland,2011,Europe,7925813.0,82.6,99.56,1.51,54551.0 +Switzerland,2012,Europe,8022628.0,82.7,99.57,1.52,54573.0 +Switzerland,2013,Europe,8118719.0,82.8,99.58,1.53,54983.0 +Switzerland,2014,Europe,8211383.0,82.9,99.6,1.54,55776.0 +Switzerland,2015,Europe,8298663.0,83.0,99.61,1.55,56118.0 +Syria,1800,Asia,1337000.0,31.1,57.084,6.85,1081.0 +Syria,1810,Asia,1337000.0,31.1,57.084,6.85,1083.0 +Syria,1820,Asia,1348924.0,31.1,57.084,6.85,1084.0 +Syria,1830,Asia,1383046.0,31.1,57.084,6.85,1098.0 +Syria,1840,Asia,1430381.0,31.1,57.084,6.85,1112.0 +Syria,1850,Asia,1479335.0,31.1,57.084,6.85,1126.0 +Syria,1860,Asia,1529203.0,31.1,57.084,6.85,1140.0 +Syria,1870,Asia,1589363.0,31.1,57.084,6.85,1154.0 +Syria,1880,Asia,1667572.0,31.1,57.084,6.85,1266.0 +Syria,1890,Asia,1758556.0,31.1,57.084,6.85,1388.0 +Syria,1900,Asia,1854880.0,31.1,57.177,6.85,1522.0 +Syria,1910,Asia,1956253.0,31.1,57.84400000000001,6.85,1669.0 +Syria,1920,Asia,2200281.0,31.1,58.699,6.85,1616.0 +Syria,1930,Asia,2544331.0,31.1,59.50299999999999,6.92,1675.0 +Syria,1940,Asia,2942179.0,36.57,66.622,7.05,1573.0 +Syria,1950,Asia,3413329.0,47.56,68.624,7.18,1794.0 +Syria,1951,Asia,3500650.0,47.87,70.22900000000001,7.19,1686.0 +Syria,1952,Asia,3595227.0,48.44,71.76400000000002,7.21,2074.0 +Syria,1953,Asia,3697041.0,49.02,73.22999999999998,7.24,2295.0 +Syria,1954,Asia,3805985.0,49.59,74.73,7.27,2569.0 +Syria,1955,Asia,3921864.0,50.15,76.14,7.3,2261.0 +Syria,1956,Asia,4044390.0,50.7,77.49000000000002,7.33,2609.0 +Syria,1957,Asia,4173185.0,51.25,78.73,7.37,2697.0 +Syria,1958,Asia,4307809.0,51.79,79.89999999999998,7.4,2260.0 +Syria,1959,Asia,4447797.0,52.33,80.99000000000002,7.43,2276.0 +Syria,1960,Asia,4592777.0,52.87,82.01,7.47,2247.0 +Syria,1961,Asia,4742596.0,53.43,82.96,7.5,2210.0 +Syria,1962,Asia,4897428.0,53.98,83.84,7.52,2932.0 +Syria,1963,Asia,5057825.0,54.56,84.67,7.54,2578.0 +Syria,1964,Asia,5224579.0,55.15,85.44,7.56,2894.0 +Syria,1965,Asia,5398333.0,55.77,86.18,7.56,2810.0 +Syria,1966,Asia,5579283.0,56.42,86.88,7.57,2503.0 +Syria,1967,Asia,5767478.0,57.12,87.55999999999996,7.57,2580.0 +Syria,1968,Asia,5963248.0,57.83,88.23,7.57,2598.0 +Syria,1969,Asia,6166933.0,58.57,88.87,7.57,3009.0 +Syria,1970,Asia,6378802.0,59.31,89.48,7.57,2582.0 +Syria,1971,Asia,6599366.0,60.08,90.03999999999998,7.57,2744.0 +Syria,1972,Asia,6828765.0,60.82,90.59,7.56,3317.0 +Syria,1973,Asia,7066474.0,61.56,91.09,7.54,2933.0 +Syria,1974,Asia,7311685.0,62.26,91.57,7.51,3521.0 +Syria,1975,Asia,7564000.0,62.95,92.02,7.47,4071.0 +Syria,1976,Asia,7822610.0,63.6,92.44,7.42,4372.0 +Syria,1977,Asia,8088148.0,64.24,92.84,7.36,4178.0 +Syria,1978,Asia,8363346.0,64.84,93.22,7.29,4398.0 +Syria,1979,Asia,8651904.0,65.44,93.58,7.2,4411.0 +Syria,1980,Asia,8956156.0,66.01,93.92,7.09,4777.0 +Syria,1981,Asia,9277263.0,66.56,94.23,6.98,5055.0 +Syria,1982,Asia,9613517.0,67.08,94.53,6.84,4987.0 +Syria,1983,Asia,9960833.0,67.58,94.8,6.7,4886.0 +Syria,1984,Asia,10313485.0,68.05,95.06,6.53,4531.0 +Syria,1985,Asia,10667245.0,68.51,95.3,6.36,4653.0 +Syria,1986,Asia,11020718.0,68.94,95.52,6.17,4284.0 +Syria,1987,Asia,11374772.0,69.35,95.73,5.96,4234.0 +Syria,1988,Asia,11730217.0,69.75,95.93,5.75,4654.0 +Syria,1989,Asia,12088714.0,70.14,96.11,5.53,3749.0 +Syria,1990,Asia,12451539.0,70.5,96.28,5.31,3809.0 +Syria,1991,Asia,12817578.0,71.0,96.45,5.11,3991.0 +Syria,1992,Asia,13186187.0,71.8,96.61,4.93,4399.0 +Syria,1993,Asia,13559642.0,72.0,96.76,4.76,4498.0 +Syria,1994,Asia,13941025.0,72.3,96.91,4.62,4693.0 +Syria,1995,Asia,14331962.0,72.7,97.05,4.5,4894.0 +Syria,1996,Asia,14736209.0,73.1,97.19,4.39,5246.0 +Syria,1997,Asia,15151962.0,73.4,97.32,4.28,5385.0 +Syria,1998,Asia,15568797.0,73.8,97.44,4.18,5620.0 +Syria,1999,Asia,15972430.0,74.1,97.56,4.07,5291.0 +Syria,2000,Asia,16354050.0,74.4,97.66,3.96,5188.0 +Syria,2001,Asia,16694414.0,74.6,97.77,3.84,5232.0 +Syria,2002,Asia,16997521.0,74.9,97.86,3.72,5474.0 +Syria,2003,Asia,17304339.0,75.1,97.95,3.61,5341.0 +Syria,2004,Asia,17671913.0,75.3,98.04,3.5,5546.0 +Syria,2005,Asia,18132842.0,75.5,98.12,3.4,5738.0 +Syria,2006,Asia,18728200.0,75.7,98.2,3.31,5888.0 +Syria,2007,Asia,19425597.0,75.9,98.27,3.24,6094.0 +Syria,2008,Asia,20097057.0,76.1,98.35,3.17,6246.0 +Syria,2009,Asia,20566871.0,76.3,98.41,3.12,6497.0 +Syria,2010,Asia,20720602.0,76.5,98.47,3.08,6603.0 +Syria,2011,Asia,20501167.0,75.1,98.5,3.04,6358.0 +Syria,2012,Asia,19978756.0,68.1,98.4,3.0,6432.0 +Syria,2013,Asia,19322593.0,69.0,98.47,2.96,5464.0 +Syria,2014,Asia,18772481.0,67.2,98.57,2.92,5105.0 +Syria,2015,Asia,18502413.0,68.2,98.71,2.88,4637.0 +Tajikistan,1800,Asia,466629.0,24.24,61.856,5.87,556.0 +Tajikistan,1810,Asia,466629.0,24.24,62.69100000000001,5.87,558.0 +Tajikistan,1820,Asia,478168.0,24.24,63.50700000000001,5.87,561.0 +Tajikistan,1830,Asia,512083.0,24.24,64.306,5.87,593.0 +Tajikistan,1840,Asia,561105.0,24.24,65.087,5.87,628.0 +Tajikistan,1850,Asia,614819.0,24.24,65.851,5.87,664.0 +Tajikistan,1860,Asia,672986.0,24.24,66.598,5.87,703.0 +Tajikistan,1870,Asia,736654.0,21.7,67.329,5.87,743.0 +Tajikistan,1880,Asia,805919.0,23.24,68.044,5.87,786.0 +Tajikistan,1890,Asia,881646.0,25.24,68.743,5.87,807.0 +Tajikistan,1900,Asia,965052.0,26.14,69.42699999999999,5.87,1107.0 +Tajikistan,1910,Asia,1055995.0,28.64,70.096,5.87,1240.0 +Tajikistan,1920,Asia,1156226.0,17.01,70.75099999999998,5.87,525.0 +Tajikistan,1930,Asia,1266911.0,33.82,71.391,5.87,1302.0 +Tajikistan,1940,Asia,1388192.0,40.04,75.11399999999998,5.87,1894.0 +Tajikistan,1950,Asia,1531502.0,52.68,78.632,5.87,2466.0 +Tajikistan,1951,Asia,1576454.0,52.94,78.955,5.91,2431.0 +Tajikistan,1952,Asia,1624542.0,53.4,79.274,5.97,2540.0 +Tajikistan,1953,Asia,1674117.0,53.87,79.587,6.03,2601.0 +Tajikistan,1954,Asia,1724204.0,54.33,79.896,6.08,2677.0 +Tajikistan,1955,Asia,1774504.0,54.79,80.2,6.12,2850.0 +Tajikistan,1956,Asia,1825437.0,55.26,80.5,6.15,3063.0 +Tajikistan,1957,Asia,1878098.0,55.72,80.79499999999999,6.17,3065.0 +Tajikistan,1958,Asia,1934134.0,56.17,81.085,6.19,3232.0 +Tajikistan,1959,Asia,1995539.0,56.64,81.37100000000002,6.21,3134.0 +Tajikistan,1960,Asia,2064035.0,57.1,81.65299999999998,6.24,3363.0 +Tajikistan,1961,Asia,2140413.0,57.57,81.931,6.27,3490.0 +Tajikistan,1962,Asia,2223956.0,58.03,82.204,6.31,3522.0 +Tajikistan,1963,Asia,2312193.0,58.51,82.473,6.37,3387.0 +Tajikistan,1964,Asia,2401598.0,58.98,82.738,6.43,3769.0 +Tajikistan,1965,Asia,2489648.0,59.45,82.999,6.51,3930.0 +Tajikistan,1966,Asia,2575335.0,59.9,83.257,6.6,4070.0 +Tajikistan,1967,Asia,2659452.0,60.34,83.50999999999998,6.69,4200.0 +Tajikistan,1968,Asia,2743461.0,60.77,83.759,6.78,4398.0 +Tajikistan,1969,Asia,2829641.0,61.17,84.005,6.84,4413.0 +Tajikistan,1970,Asia,2919586.0,61.55,84.24700000000001,6.88,4703.0 +Tajikistan,1971,Asia,3013956.0,61.9,84.485,6.87,4776.0 +Tajikistan,1972,Asia,3112041.0,62.23,84.72,6.81,4750.0 +Tajikistan,1973,Asia,3212446.0,62.53,85.18,6.71,5095.0 +Tajikistan,1974,Asia,3313144.0,62.81,85.66,6.57,5053.0 +Tajikistan,1975,Asia,3412819.0,63.08,86.06,6.4,4883.0 +Tajikistan,1976,Asia,3511050.0,63.34,86.4,6.22,4928.0 +Tajikistan,1977,Asia,3608761.0,63.57,86.65,6.04,4864.0 +Tajikistan,1978,Asia,3707624.0,63.81,86.82,5.89,4809.0 +Tajikistan,1979,Asia,3809991.0,64.04,86.92,5.76,4617.0 +Tajikistan,1980,Asia,3917642.0,64.28,86.94999999999996,5.66,4461.0 +Tajikistan,1981,Asia,4030104.0,64.53,86.96,5.6,4344.0 +Tajikistan,1982,Asia,4146923.0,64.8,87.01,5.56,4294.0 +Tajikistan,1983,Asia,4269775.0,65.07,87.14999999999998,5.53,4274.0 +Tajikistan,1984,Asia,4400743.0,65.34,87.39,5.51,4172.0 +Tajikistan,1985,Asia,4540688.0,65.55,87.74,5.49,4059.0 +Tajikistan,1986,Asia,4690913.0,65.69,88.17,5.45,4075.0 +Tajikistan,1987,Asia,4849253.0,65.73,88.64,5.41,3981.0 +Tajikistan,1988,Asia,5008827.0,65.67,89.01,5.35,3924.0 +Tajikistan,1989,Asia,5160375.0,65.5,89.19,5.27,3855.0 +Tajikistan,1990,Asia,5297286.0,65.3,89.16,5.18,3635.0 +Tajikistan,1991,Asia,5417554.0,65.3,88.88000000000002,5.07,3302.0 +Tajikistan,1992,Asia,5523207.0,62.6,88.42999999999998,4.95,2300.0 +Tajikistan,1993,Asia,5616797.0,64.2,88.01,4.83,1891.0 +Tajikistan,1994,Asia,5702611.0,64.1,87.86,4.71,1465.0 +Tajikistan,1995,Asia,5784330.0,64.1,88.02,4.59,1266.0 +Tajikistan,1996,Asia,5862224.0,63.3,88.38000000000002,4.46,1040.0 +Tajikistan,1997,Asia,5936780.0,64.8,88.87,4.33,1045.0 +Tajikistan,1998,Asia,6012308.0,64.9,89.44,4.2,1086.0 +Tajikistan,1999,Asia,6094126.0,65.5,90.06,4.08,1111.0 +Tajikistan,2000,Asia,6186152.0,65.8,90.7,3.95,1186.0 +Tajikistan,2001,Asia,6290413.0,66.1,91.34,3.85,1285.0 +Tajikistan,2002,Asia,6406518.0,66.5,91.96,3.76,1398.0 +Tajikistan,2003,Asia,6532871.0,66.9,92.54,3.7,1522.0 +Tajikistan,2004,Asia,6666628.0,67.5,93.05,3.65,1645.0 +Tajikistan,2005,Asia,6805655.0,68.0,93.48,3.64,1719.0 +Tajikistan,2006,Asia,6949566.0,68.7,93.85,3.64,1800.0 +Tajikistan,2007,Asia,7099021.0,69.2,94.14,3.67,1898.0 +Tajikistan,2008,Asia,7254072.0,69.6,94.38,3.7,2001.0 +Tajikistan,2009,Asia,7414960.0,70.0,94.57,3.74,2029.0 +Tajikistan,2010,Asia,7581696.0,70.1,94.74,3.78,2110.0 +Tajikistan,2011,Asia,7753925.0,70.1,94.91,3.81,2212.0 +Tajikistan,2012,Asia,7930929.0,70.8,95.07,3.82,2320.0 +Tajikistan,2013,Asia,8111894.0,71.4,95.22,3.82,2432.0 +Tajikistan,2014,Asia,8295840.0,71.9,95.37,3.79,2533.0 +Tajikistan,2015,Asia,8481855.0,72.4,95.52,3.75,2582.0 +Tanzania,1800,Africa,3019768.0,32.2,58.511,6.74,562.0 +Tanzania,1810,Africa,3019768.0,32.2,58.511,6.74,563.0 +Tanzania,1820,Africa,3048053.0,32.2,58.511,6.74,564.0 +Tanzania,1830,Africa,3129057.0,32.2,58.511,6.74,579.0 +Tanzania,1840,Africa,3241560.0,32.2,58.511,6.74,595.0 +Tanzania,1850,Africa,3358108.0,32.2,58.511,6.74,611.0 +Tanzania,1860,Africa,3473380.0,32.2,58.511,6.74,628.0 +Tanzania,1870,Africa,3592601.0,32.2,58.511,6.74,645.0 +Tanzania,1880,Africa,3715610.0,32.2,58.511,6.74,662.0 +Tanzania,1890,Africa,3842790.0,32.2,58.511,6.74,680.0 +Tanzania,1900,Africa,3974660.0,32.2,58.60099999999999,6.74,699.0 +Tanzania,1910,Africa,4110840.0,32.2,59.246,6.74,718.0 +Tanzania,1920,Africa,4254103.0,32.2,60.205,6.74,737.0 +Tanzania,1930,Africa,5137523.0,32.2,61.168,6.73,803.0 +Tanzania,1940,Africa,6409572.0,32.2,62.131,6.72,871.0 +Tanzania,1950,Africa,7649766.0,41.34,72.749,6.7,941.0 +Tanzania,1951,Africa,7847303.0,41.66,73.72,6.71,1040.0 +Tanzania,1952,Africa,8055911.0,42.19,73.97,6.73,1042.0 +Tanzania,1953,Africa,8274747.0,42.69,74.2,6.75,985.0 +Tanzania,1954,Africa,8503218.0,43.18,74.41,6.77,1044.0 +Tanzania,1955,Africa,8740984.0,43.63,74.63,6.78,1048.0 +Tanzania,1956,Africa,8987966.0,44.05,74.83,6.79,1038.0 +Tanzania,1957,Africa,9244340.0,44.46,75.03,6.8,1041.0 +Tanzania,1958,Africa,9510501.0,44.84,75.22,6.8,1027.0 +Tanzania,1959,Africa,9787019.0,45.22,75.42999999999998,6.81,1054.0 +Tanzania,1960,Africa,10074490.0,45.57,75.66,6.81,1072.0 +Tanzania,1961,Africa,10373380.0,45.91,75.86,6.81,1035.0 +Tanzania,1962,Africa,10683888.0,46.26,76.08,6.8,1102.0 +Tanzania,1963,Africa,11005882.0,46.62,76.33,6.8,1143.0 +Tanzania,1964,Africa,11339076.0,46.99,76.61,6.8,1176.0 +Tanzania,1965,Africa,11683511.0,47.37,76.91,6.8,1189.0 +Tanzania,1966,Africa,12038886.0,47.77,77.25,6.8,1307.0 +Tanzania,1967,Africa,12406040.0,48.19,77.59,6.79,1326.0 +Tanzania,1968,Africa,12787494.0,48.62,77.94,6.79,1360.0 +Tanzania,1969,Africa,13186560.0,49.07,78.29,6.78,1349.0 +Tanzania,1970,Africa,13605504.0,49.53,78.62,6.77,1391.0 +Tanzania,1971,Africa,14045757.0,50.03,78.97,6.77,1412.0 +Tanzania,1972,Africa,14506496.0,50.55,79.35,6.76,1465.0 +Tanzania,1973,Africa,14984973.0,51.09,79.73,6.76,1470.0 +Tanzania,1974,Africa,15477155.0,51.65,80.13,6.76,1464.0 +Tanzania,1975,Africa,15980265.0,52.19,80.55,6.75,1503.0 +Tanzania,1976,Africa,16493435.0,52.71,80.97,6.74,1571.0 +Tanzania,1977,Africa,17018013.0,53.19,81.39,6.73,1574.0 +Tanzania,1978,Africa,17556148.0,53.61,81.78,6.71,1579.0 +Tanzania,1979,Africa,18110990.0,53.98,82.09,6.69,1559.0 +Tanzania,1980,Africa,18684893.0,54.29,82.25,6.65,1534.0 +Tanzania,1981,Africa,19279543.0,54.56,82.35,6.62,1479.0 +Tanzania,1982,Africa,19894677.0,54.82,82.38,6.58,1461.0 +Tanzania,1983,Africa,20528465.0,55.05,82.39,6.54,1419.0 +Tanzania,1984,Africa,21178079.0,55.26,82.43,6.5,1418.0 +Tanzania,1985,Africa,21842087.0,55.44,82.52,6.47,1379.0 +Tanzania,1986,Africa,22516809.0,55.54,82.67,6.42,1389.0 +Tanzania,1987,Africa,23204186.0,55.58,82.89999999999998,6.38,1420.0 +Tanzania,1988,Africa,23914852.0,55.51,83.16,6.33,1442.0 +Tanzania,1989,Africa,24663284.0,55.39,83.41000000000003,6.27,1454.0 +Tanzania,1990,Africa,25458208.0,55.2,83.64,6.21,1471.0 +Tanzania,1991,Africa,26307482.0,55.1,83.83,6.15,1453.0 +Tanzania,1992,Africa,27203865.0,54.7,84.0,6.08,1413.0 +Tanzania,1993,Africa,28122799.0,54.5,84.17,6.01,1384.0 +Tanzania,1994,Africa,29030288.0,54.0,84.36,5.95,1362.0 +Tanzania,1995,Africa,29903329.0,53.9,84.58,5.88,1369.0 +Tanzania,1996,Africa,30733937.0,53.8,84.89,5.83,1392.0 +Tanzania,1997,Africa,31533781.0,53.8,85.3,5.78,1405.0 +Tanzania,1998,Africa,32323953.0,53.7,85.82,5.74,1421.0 +Tanzania,1999,Africa,33135281.0,53.8,86.44000000000004,5.71,1454.0 +Tanzania,2000,Africa,33991590.0,54.3,87.16,5.69,1488.0 +Tanzania,2001,Africa,34899062.0,54.8,87.94999999999996,5.68,1538.0 +Tanzania,2002,Africa,35855480.0,55.4,88.74,5.67,1607.0 +Tanzania,2003,Africa,36866228.0,55.9,89.52,5.66,1673.0 +Tanzania,2004,Africa,37935334.0,56.5,90.25,5.65,1756.0 +Tanzania,2005,Africa,39065600.0,57.1,90.94,5.64,1848.0 +Tanzania,2006,Africa,40260847.0,57.9,91.58,5.62,1880.0 +Tanzania,2007,Africa,41522004.0,59.1,92.19,5.59,1980.0 +Tanzania,2008,Africa,42844744.0,60.4,92.76,5.54,2030.0 +Tanzania,2009,Africa,44222113.0,60.8,93.27,5.49,2076.0 +Tanzania,2010,Africa,45648525.0,61.4,93.77,5.43,2143.0 +Tanzania,2011,Africa,47122998.0,61.7,94.18,5.36,2243.0 +Tanzania,2012,Africa,48645709.0,61.9,94.5,5.29,2288.0 +Tanzania,2013,Africa,50213457.0,62.7,94.74,5.21,2382.0 +Tanzania,2014,Africa,51822621.0,63.3,94.99,5.14,2472.0 +Tanzania,2015,Africa,53470420.0,64.1,95.16,5.07,2571.0 +Thailand,1800,Asia,4665000.0,30.4,56.154,6.35,931.0 +Thailand,1810,Asia,4665000.0,30.4,56.154,6.35,933.0 +Thailand,1820,Asia,4712187.0,30.4,56.154,6.35,934.0 +Thailand,1830,Asia,4847494.0,30.4,56.154,6.35,948.0 +Thailand,1840,Asia,5035786.0,30.4,56.154,6.35,962.0 +Thailand,1850,Asia,5247574.0,30.4,56.154,6.35,975.0 +Thailand,1860,Asia,5516868.0,30.4,56.154,6.35,990.0 +Thailand,1870,Asia,5852505.0,30.4,56.154,6.35,1004.0 +Thailand,1880,Asia,6273430.0,30.4,56.154,6.35,1142.0 +Thailand,1890,Asia,6782133.0,30.4,56.154,6.35,1298.0 +Thailand,1900,Asia,7482398.0,30.4,56.248999999999995,6.35,1340.0 +Thailand,1910,Asia,8488052.0,30.4,56.93,6.35,1384.0 +Thailand,1920,Asia,10024952.0,30.4,57.98000000000001,6.35,1321.0 +Thailand,1930,Asia,12675207.0,30.4,59.033,6.31,1224.0 +Thailand,1940,Asia,15865398.0,39.3,69.944,6.22,1215.0 +Thailand,1950,Asia,20710356.0,50.97,79.0,6.13,1164.0 +Thailand,1951,Asia,21263203.0,51.14,79.73,6.13,1206.0 +Thailand,1952,Asia,21837991.0,51.5,80.43,6.14,1232.0 +Thailand,1953,Asia,22436536.0,51.9,81.1,6.14,1322.0 +Thailand,1954,Asia,23060429.0,52.32,81.75,6.14,1266.0 +Thailand,1955,Asia,23711041.0,52.78,82.38,6.14,1329.0 +Thailand,1956,Asia,24389520.0,53.28,82.98,6.14,1304.0 +Thailand,1957,Asia,25096792.0,53.8,83.57,6.14,1274.0 +Thailand,1958,Asia,25833554.0,54.35,84.11999999999998,6.14,1276.0 +Thailand,1959,Asia,26600277.0,54.91,84.67,6.14,1383.0 +Thailand,1960,Asia,27397178.0,55.46,85.21,6.15,1500.0 +Thailand,1961,Asia,28224208.0,56.01,85.72999999999998,6.15,1527.0 +Thailand,1962,Asia,29081037.0,56.51,86.23,6.16,1593.0 +Thailand,1963,Asia,29967043.0,56.98,86.72,6.16,1667.0 +Thailand,1964,Asia,30881332.0,57.4,87.2,6.15,1725.0 +Thailand,1965,Asia,31822798.0,57.8,87.67,6.13,1804.0 +Thailand,1966,Asia,32789097.0,58.18,88.14,6.08,1945.0 +Thailand,1967,Asia,33778500.0,58.56,88.61,6.01,2044.0 +Thailand,1968,Asia,34790945.0,58.96,89.08,5.9,2145.0 +Thailand,1969,Asia,35826803.0,59.39,89.55,5.76,2246.0 +Thailand,1970,Asia,36884914.0,59.86,90.03,5.6,2323.0 +Thailand,1971,Asia,37964925.0,60.33,90.51,5.4,2365.0 +Thailand,1972,Asia,39061999.0,60.82,90.98,5.18,2398.0 +Thailand,1973,Asia,40164969.0,61.29,91.43,4.95,2570.0 +Thailand,1974,Asia,41259539.0,61.77,91.86,4.72,2621.0 +Thailand,1975,Asia,42334954.0,62.24,92.26,4.49,2688.0 +Thailand,1976,Asia,43386846.0,62.7,92.63,4.26,2870.0 +Thailand,1977,Asia,44416007.0,63.15,92.99,4.03,3088.0 +Thailand,1978,Asia,45423442.0,63.62,93.32,3.81,3325.0 +Thailand,1979,Asia,46412310.0,64.1,93.62,3.59,3427.0 +Thailand,1980,Asia,47385325.0,64.62,93.91,3.39,3508.0 +Thailand,1981,Asia,48336894.0,65.22,94.18,3.2,3645.0 +Thailand,1982,Asia,49265597.0,65.91,94.44,3.02,3770.0 +Thailand,1983,Asia,50183106.0,66.69,94.69,2.86,3912.0 +Thailand,1984,Asia,51105438.0,67.52,94.93,2.71,4068.0 +Thailand,1985,Asia,52041468.0,68.36,95.17,2.57,4191.0 +Thailand,1986,Asia,53002775.0,69.15,95.4,2.45,4356.0 +Thailand,1987,Asia,53979503.0,69.84,95.63,2.35,4701.0 +Thailand,1988,Asia,54933561.0,70.38,95.85,2.26,5250.0 +Thailand,1989,Asia,55812794.0,70.76,96.08,2.18,5808.0 +Thailand,1990,Asia,56582824.0,71.0,96.3,2.11,6369.0 +Thailand,1991,Asia,57225972.0,71.0,96.5,2.06,6841.0 +Thailand,1992,Asia,57761574.0,70.9,96.69,2.0,7333.0 +Thailand,1993,Asia,58237672.0,70.8,96.87,1.96,7882.0 +Thailand,1994,Asia,58722767.0,70.6,97.03,1.91,8529.0 +Thailand,1995,Asia,59266089.0,70.6,97.17,1.87,9239.0 +Thailand,1996,Asia,59878955.0,70.6,97.3,1.82,9689.0 +Thailand,1997,Asia,60544937.0,70.5,97.42,1.78,9454.0 +Thailand,1998,Asia,61250974.0,70.4,97.54,1.75,8363.0 +Thailand,1999,Asia,61973957.0,70.5,97.65,1.71,8633.0 +Thailand,2000,Asia,62693322.0,70.7,97.75,1.68,8939.0 +Thailand,2001,Asia,63415174.0,71.2,97.85,1.64,9028.0 +Thailand,2002,Asia,64136669.0,71.7,97.95,1.62,9399.0 +Thailand,2003,Asia,64817254.0,72.1,98.04,1.59,9962.0 +Thailand,2004,Asia,65404522.0,72.2,98.13,1.56,10497.0 +Thailand,2005,Asia,65863973.0,73.1,98.22,1.54,10901.0 +Thailand,2006,Asia,66174486.0,73.5,98.3,1.52,11400.0 +Thailand,2007,Asia,66353572.0,73.8,98.37,1.5,11940.0 +Thailand,2008,Asia,66453255.0,73.9,98.44,1.48,12216.0 +Thailand,2009,Asia,66548197.0,74.0,98.5,1.46,11915.0 +Thailand,2010,Asia,66692024.0,74.2,98.55,1.44,12822.0 +Thailand,2011,Asia,66902958.0,74.3,98.6,1.43,12798.0 +Thailand,2012,Asia,67164130.0,74.4,98.65,1.41,13586.0 +Thailand,2013,Asia,67451422.0,74.4,98.69,1.4,13932.0 +Thailand,2014,Asia,67725979.0,74.6,98.74,1.39,13986.0 +Thailand,2015,Asia,67959359.0,74.7,98.77,1.38,14512.0 +Timor-Leste,1800,Asia,137262.0,28.95,55.456,6.52,521.0 +Timor-Leste,1810,Asia,137262.0,28.95,55.31399999999999,6.52,531.0 +Timor-Leste,1820,Asia,141386.0,28.95,55.172,6.52,542.0 +Timor-Leste,1830,Asia,153614.0,28.95,55.03,6.52,553.0 +Timor-Leste,1840,Asia,171531.0,28.95,54.887,6.52,564.0 +Timor-Leste,1850,Asia,191539.0,28.95,54.74399999999999,6.52,575.0 +Timor-Leste,1860,Asia,213713.0,28.95,54.6,6.52,587.0 +Timor-Leste,1870,Asia,238455.0,28.95,54.456,6.52,598.0 +Timor-Leste,1880,Asia,265856.0,28.95,54.31100000000001,6.52,610.0 +Timor-Leste,1890,Asia,296381.0,28.95,54.166000000000004,6.52,622.0 +Timor-Leste,1900,Asia,330692.0,28.95,54.02,6.52,635.0 +Timor-Leste,1910,Asia,368796.0,28.95,54.998999999999995,6.52,647.0 +Timor-Leste,1920,Asia,411564.0,28.95,55.957,6.52,660.0 +Timor-Leste,1930,Asia,448017.0,28.95,56.894,6.52,670.0 +Timor-Leste,1940,Asia,449273.0,28.95,58.08,6.51,679.0 +Timor-Leste,1950,Asia,433398.0,30.96,58.033,6.51,688.0 +Timor-Leste,1951,Asia,438192.0,31.41,58.351000000000006,6.49,689.0 +Timor-Leste,1952,Asia,443346.0,32.12,58.917,6.45,690.0 +Timor-Leste,1953,Asia,448894.0,32.83,59.534,6.42,691.0 +Timor-Leste,1954,Asia,454860.0,33.54,60.195,6.4,692.0 +Timor-Leste,1955,Asia,461257.0,34.24,60.904,6.38,693.0 +Timor-Leste,1956,Asia,468089.0,34.94,61.65400000000001,6.37,693.0 +Timor-Leste,1957,Asia,475350.0,35.64,62.44700000000001,6.36,694.0 +Timor-Leste,1958,Asia,483024.0,36.34,63.278999999999996,6.37,695.0 +Timor-Leste,1959,Asia,491090.0,37.04,64.10199999999999,6.37,696.0 +Timor-Leste,1960,Asia,499525.0,37.74,64.915,6.37,697.0 +Timor-Leste,1961,Asia,508311.0,38.45,65.72200000000001,6.38,698.0 +Timor-Leste,1962,Asia,517446.0,39.15,66.52,6.38,699.0 +Timor-Leste,1963,Asia,526936.0,39.85,67.314,6.37,700.0 +Timor-Leste,1964,Asia,536798.0,40.55,68.10499999999999,6.35,701.0 +Timor-Leste,1965,Asia,547035.0,41.29,68.994,6.31,701.0 +Timor-Leste,1966,Asia,557252.0,42.12,69.88000000000001,6.27,702.0 +Timor-Leste,1967,Asia,567330.0,43.02,70.854,6.21,703.0 +Timor-Leste,1968,Asia,577824.0,43.96,71.77799999999998,6.13,704.0 +Timor-Leste,1969,Asia,589519.0,44.86,72.655,6.04,705.0 +Timor-Leste,1970,Asia,602737.0,45.56,73.29899999999998,5.92,706.0 +Timor-Leste,1971,Asia,618508.0,45.8,73.548,5.75,707.0 +Timor-Leste,1972,Asia,636100.0,45.51,73.232,5.54,707.0 +Timor-Leste,1973,Asia,652017.0,44.71,72.428,5.3,708.0 +Timor-Leste,1974,Asia,661528.0,43.49,72.471,5.04,725.0 +Timor-Leste,1975,Asia,661634.0,42.12,72.513,4.79,742.0 +Timor-Leste,1976,Asia,650490.0,40.94,72.556,4.61,759.0 +Timor-Leste,1977,Asia,630151.0,40.25,72.59899999999998,4.51,776.0 +Timor-Leste,1978,Asia,606295.0,40.27,72.64200000000002,4.51,794.0 +Timor-Leste,1979,Asia,586886.0,41.01,72.686,4.61,813.0 +Timor-Leste,1980,Asia,577580.0,42.45,66.90700000000001,4.77,832.0 +Timor-Leste,1981,Asia,580556.0,44.42,68.768,4.96,851.0 +Timor-Leste,1982,Asia,593937.0,46.61,70.85000000000002,5.13,871.0 +Timor-Leste,1983,Asia,614379.0,48.76,72.86399999999998,5.26,891.0 +Timor-Leste,1984,Asia,636670.0,50.76,74.668,5.32,912.0 +Timor-Leste,1985,Asia,657018.0,52.51,76.166,5.34,933.0 +Timor-Leste,1986,Asia,674128.0,53.99,79.0,5.31,955.0 +Timor-Leste,1987,Asia,689170.0,55.26,79.89999999999998,5.27,977.0 +Timor-Leste,1988,Asia,703696.0,56.41,80.79,5.26,999.0 +Timor-Leste,1989,Asia,720198.0,57.47,81.62,5.27,1022.0 +Timor-Leste,1990,Asia,740231.0,58.5,82.43,5.34,1046.0 +Timor-Leste,1991,Asia,764884.0,59.2,83.17999999999998,5.47,1121.0 +Timor-Leste,1992,Asia,792846.0,59.9,83.89999999999998,5.65,1195.0 +Timor-Leste,1993,Asia,820471.0,60.6,84.61,5.87,1273.0 +Timor-Leste,1994,Asia,842752.0,61.3,85.3,6.13,1365.0 +Timor-Leste,1995,Asia,856439.0,61.8,85.96000000000002,6.38,1477.0 +Timor-Leste,1996,Asia,859496.0,62.3,86.6,6.63,1644.0 +Timor-Leste,1997,Asia,853867.0,62.4,87.22,6.83,1741.0 +Timor-Leste,1998,Asia,845106.0,62.8,87.81,6.99,1738.0 +Timor-Leste,1999,Asia,841063.0,62.3,88.4,7.08,1132.0 +Timor-Leste,2000,Asia,847185.0,60.7,88.98,7.11,1322.0 +Timor-Leste,2001,Asia,865848.0,64.4,89.53999999999998,7.09,1507.0 +Timor-Leste,2002,Asia,894837.0,65.3,90.09,7.04,1363.0 +Timor-Leste,2003,Asia,929431.0,65.7,90.63,6.97,1283.0 +Timor-Leste,2004,Asia,962634.0,66.5,91.16,6.88,1244.0 +Timor-Leste,2005,Asia,989497.0,67.5,91.67,6.79,1301.0 +Timor-Leste,2006,Asia,1008389.0,68.5,92.15,6.7,1206.0 +Timor-Leste,2007,Asia,1021235.0,69.2,92.59,6.59,1323.0 +Timor-Leste,2008,Asia,1030915.0,69.9,92.98,6.48,1486.0 +Timor-Leste,2009,Asia,1041827.0,70.4,93.33,6.36,1652.0 +Timor-Leste,2010,Asia,1057122.0,70.8,93.62,6.24,1777.0 +Timor-Leste,2011,Asia,1077602.0,71.3,93.89,6.11,1940.0 +Timor-Leste,2012,Asia,1102076.0,71.7,94.13,5.98,2040.0 +Timor-Leste,2013,Asia,1129315.0,72.0,94.35,5.86,2093.0 +Timor-Leste,2014,Asia,1157360.0,72.3,94.55,5.73,2173.0 +Timor-Leste,2015,Asia,1184765.0,72.4,94.74,5.6,2086.0 +Togo,1800,Africa,445985.0,31.3,57.345,6.34,682.0 +Togo,1810,Africa,445985.0,31.3,57.345,6.34,683.0 +Togo,1820,Africa,456556.0,31.3,57.345,6.34,684.0 +Togo,1830,Africa,487574.0,31.3,57.345,6.34,718.0 +Togo,1840,Africa,532290.0,31.3,57.345,6.34,754.0 +Togo,1850,Africa,581106.0,31.3,57.345,6.34,791.0 +Togo,1860,Africa,633981.0,31.3,57.345,6.34,830.0 +Togo,1870,Africa,691667.0,31.3,57.345,6.34,871.0 +Togo,1880,Africa,754234.0,31.3,57.345,6.34,914.0 +Togo,1890,Africa,822418.0,31.3,57.345,6.34,960.0 +Togo,1900,Africa,897249.0,31.3,57.43700000000001,6.34,1007.0 +Togo,1910,Africa,978586.0,31.3,58.1,6.34,1057.0 +Togo,1920,Africa,1067807.0,31.3,59.09,6.34,1074.0 +Togo,1930,Africa,1165736.0,31.3,60.085,6.34,1062.0 +Togo,1940,Africa,1272646.0,31.3,61.08,6.34,1048.0 +Togo,1950,Africa,1395458.0,34.31,67.56,6.34,1034.0 +Togo,1951,Africa,1425482.0,34.69,68.08999999999999,6.33,1050.0 +Togo,1952,Africa,1441908.0,35.42,68.6,6.33,1066.0 +Togo,1953,Africa,1452091.0,36.15,69.10000000000001,6.33,1080.0 +Togo,1954,Africa,1461521.0,36.86,69.59,6.34,1095.0 +Togo,1955,Africa,1473839.0,37.57,70.08000000000001,6.36,1110.0 +Togo,1956,Africa,1490731.0,38.28,70.59,6.38,1125.0 +Togo,1957,Africa,1512025.0,38.98,71.08,6.4,1139.0 +Togo,1958,Africa,1535969.0,39.68,71.59,6.44,1152.0 +Togo,1959,Africa,1559679.0,40.38,72.08,6.48,1165.0 +Togo,1960,Africa,1580513.0,41.06,72.58,6.52,1238.0 +Togo,1961,Africa,1597528.0,41.74,73.08,6.57,1289.0 +Togo,1962,Africa,1612758.0,42.42,73.57000000000002,6.62,1303.0 +Togo,1963,Africa,1631763.0,43.1,74.06,6.68,1331.0 +Togo,1964,Africa,1662072.0,43.77,74.54,6.73,1483.0 +Togo,1965,Africa,1708632.0,44.43,75.02,6.79,1640.0 +Togo,1966,Africa,1774029.0,45.09,75.51,6.85,1742.0 +Togo,1967,Africa,1855445.0,45.75,76.01,6.91,1788.0 +Togo,1968,Africa,1945781.0,46.41,76.51,6.97,1827.0 +Togo,1969,Africa,2034909.0,47.07,77.02,7.03,1969.0 +Togo,1970,Africa,2115521.0,47.72,77.53,7.08,1878.0 +Togo,1971,Africa,2185661.0,48.36,78.02,7.14,1962.0 +Togo,1972,Africa,2247575.0,49.0,78.53,7.18,1980.0 +Togo,1973,Africa,2303345.0,49.63,79.03,7.22,1854.0 +Togo,1974,Africa,2356623.0,50.26,79.51,7.25,1885.0 +Togo,1975,Africa,2410446.0,50.88,79.98,7.28,1828.0 +Togo,1976,Africa,2464457.0,51.49,80.46,7.29,1774.0 +Togo,1977,Africa,2518566.0,52.09,80.93,7.28,1825.0 +Togo,1978,Africa,2576468.0,52.7,81.37,7.27,1960.0 +Togo,1979,Africa,2642845.0,53.29,81.82000000000002,7.24,2026.0 +Togo,1980,Africa,2720838.0,53.87,82.25,7.21,1882.0 +Togo,1981,Africa,2812071.0,54.43,82.66,7.16,1710.0 +Togo,1982,Africa,2915148.0,54.97,83.05,7.1,1587.0 +Togo,1983,Africa,3026378.0,55.48,83.43,7.03,1447.0 +Togo,1984,Africa,3140355.0,55.96,83.77,6.96,1436.0 +Togo,1985,Africa,3252995.0,56.39,84.1,6.87,1449.0 +Togo,1986,Africa,3363448.0,56.79,84.39,6.78,1440.0 +Togo,1987,Africa,3472459.0,57.14,84.67,6.68,1406.0 +Togo,1988,Africa,3579489.0,57.42,84.92,6.57,1415.0 +Togo,1989,Africa,3684309.0,57.65,85.15,6.45,1414.0 +Togo,1990,Africa,3786942.0,57.8,85.38,6.33,1350.0 +Togo,1991,Africa,3886858.0,57.8,85.59,6.21,1306.0 +Togo,1992,Africa,3984356.0,57.9,85.79,6.08,1223.0 +Togo,1993,Africa,4081398.0,57.8,86.0,5.96,1014.0 +Togo,1994,Africa,4180689.0,57.6,86.23,5.84,1138.0 +Togo,1995,Africa,4284286.0,57.6,86.46000000000002,5.73,1198.0 +Togo,1996,Africa,4392941.0,57.3,86.72999999999998,5.62,1272.0 +Togo,1997,Africa,4506465.0,56.9,87.01,5.52,1418.0 +Togo,1998,Africa,4624826.0,56.6,87.3,5.44,1351.0 +Togo,1999,Africa,4747665.0,56.8,87.61,5.36,1349.0 +Togo,2000,Africa,4874735.0,56.7,87.92,5.29,1305.0 +Togo,2001,Africa,5006223.0,56.7,88.24,5.22,1251.0 +Togo,2002,Africa,5142419.0,56.7,88.55999999999996,5.17,1207.0 +Togo,2003,Africa,5283246.0,56.4,88.88000000000002,5.11,1235.0 +Togo,2004,Africa,5428552.0,56.8,89.19,5.06,1228.0 +Togo,2005,Africa,5578219.0,56.8,89.49000000000002,5.01,1211.0 +Togo,2006,Africa,5732175.0,57.5,89.79,4.96,1228.0 +Togo,2007,Africa,5890414.0,57.5,90.08,4.92,1224.0 +Togo,2008,Africa,6052937.0,57.5,90.36,4.88,1219.0 +Togo,2009,Africa,6219761.0,58.0,90.64,4.84,1230.0 +Togo,2010,Africa,6390851.0,58.7,90.91,4.79,1246.0 +Togo,2011,Africa,6566179.0,59.6,91.17,4.75,1273.0 +Togo,2012,Africa,6745581.0,60.3,91.42,4.7,1314.0 +Togo,2013,Africa,6928719.0,60.7,91.67,4.64,1346.0 +Togo,2014,Africa,7115163.0,61.1,91.92,4.58,1387.0 +Togo,2015,Africa,7304578.0,61.5,92.16,4.51,1433.0 +Tonga,1800,Asia,18658.0,28.2,55.456,6.51,663.0 +Tonga,1810,Asia,18621.0,28.2,58.81799999999999,6.51,664.0 +Tonga,1820,Asia,18584.0,28.2,61.926,6.51,665.0 +Tonga,1830,Asia,18548.0,28.2,64.79899999999999,6.51,687.0 +Tonga,1840,Asia,18516.0,28.2,67.456,6.51,711.0 +Tonga,1850,Asia,18577.0,28.2,69.91199999999999,6.51,736.0 +Tonga,1860,Asia,18778.0,28.2,72.18299999999998,6.51,761.0 +Tonga,1870,Asia,19059.0,28.2,74.28200000000002,6.51,787.0 +Tonga,1880,Asia,19343.0,28.2,76.223,6.51,814.0 +Tonga,1890,Asia,19633.0,28.2,78.017,6.51,843.0 +Tonga,1900,Asia,20512.0,28.2,79.676,6.51,872.0 +Tonga,1910,Asia,22689.0,28.2,81.21000000000002,6.51,902.0 +Tonga,1920,Asia,24671.0,28.2,82.62799999999999,6.51,993.0 +Tonga,1930,Asia,28434.0,34.15,83.929,6.67,1109.0 +Tonga,1940,Asia,34868.0,46.04,85.12799999999999,7.0,1238.0 +Tonga,1950,Asia,47220.0,57.83,86.238,7.33,1382.0 +Tonga,1951,Asia,49311.0,58.0,86.41300000000004,7.32,1397.0 +Tonga,1952,Asia,51171.0,58.35,86.726,7.3,1413.0 +Tonga,1953,Asia,52784.0,58.7,86.984,7.29,1428.0 +Tonga,1954,Asia,54154.0,59.05,87.57300000000002,7.29,1444.0 +Tonga,1955,Asia,55324.0,59.41,88.13600000000002,7.29,1460.0 +Tonga,1956,Asia,56366.0,59.77,88.67299999999999,7.31,1476.0 +Tonga,1957,Asia,57386.0,60.12,89.18599999999998,7.33,1492.0 +Tonga,1958,Asia,58508.0,60.48,89.67500000000004,7.35,1508.0 +Tonga,1959,Asia,59874.0,60.84,90.143,7.36,1525.0 +Tonga,1960,Asia,61600.0,61.2,90.589,7.36,1541.0 +Tonga,1961,Asia,63740.0,61.56,91.015,7.35,1558.0 +Tonga,1962,Asia,66255.0,61.91,91.422,7.3,1575.0 +Tonga,1963,Asia,69000.0,62.26,91.81,7.23,1592.0 +Tonga,1964,Asia,71757.0,62.6,92.35,7.12,1610.0 +Tonga,1965,Asia,74363.0,62.94,92.85,6.97,1627.0 +Tonga,1966,Asia,76787.0,63.27,93.33,6.8,1645.0 +Tonga,1967,Asia,79048.0,63.61,93.78,6.59,1663.0 +Tonga,1968,Asia,81096.0,63.93,94.22,6.37,1681.0 +Tonga,1969,Asia,82879.0,64.26,94.62,6.15,1699.0 +Tonga,1970,Asia,84370.0,64.58,94.98,5.94,1718.0 +Tonga,1971,Asia,85520.0,64.88,95.31,5.76,1736.0 +Tonga,1972,Asia,86349.0,65.17,95.6,5.62,1755.0 +Tonga,1973,Asia,86985.0,65.44,95.85,5.51,1774.0 +Tonga,1974,Asia,87609.0,65.69,96.07,5.45,1849.0 +Tonga,1975,Asia,88347.0,65.93,96.28,5.43,1909.0 +Tonga,1976,Asia,89258.0,66.16,96.47,5.44,1920.0 +Tonga,1977,Asia,90296.0,66.39,96.64,5.47,1992.0 +Tonga,1978,Asia,91360.0,66.61,96.79,5.51,2002.0 +Tonga,1979,Asia,92299.0,66.84,96.93,5.54,2016.0 +Tonga,1980,Asia,93007.0,67.08,97.06,5.55,2324.0 +Tonga,1981,Asia,93452.0,67.32,97.17,5.53,2655.0 +Tonga,1982,Asia,93683.0,67.56,97.26,5.48,3072.0 +Tonga,1983,Asia,93775.0,67.8,97.34,5.39,3288.0 +Tonga,1984,Asia,93838.0,68.04,97.4,5.27,3379.0 +Tonga,1985,Asia,93953.0,68.27,97.46,5.13,3621.0 +Tonga,1986,Asia,94147.0,68.48,97.52,4.99,3698.0 +Tonga,1987,Asia,94399.0,68.67,97.59,4.86,3793.0 +Tonga,1988,Asia,94680.0,68.83,97.66,4.76,3695.0 +Tonga,1989,Asia,94943.0,68.98,97.73,4.69,3678.0 +Tonga,1990,Asia,95152.0,69.1,97.81,4.64,3572.0 +Tonga,1991,Asia,95304.0,69.3,97.89,4.61,3795.0 +Tonga,1992,Asia,95421.0,69.4,97.96,4.58,3800.0 +Tonga,1993,Asia,95532.0,69.5,98.02,4.55,3937.0 +Tonga,1994,Asia,95678.0,69.5,98.07,4.5,4125.0 +Tonga,1995,Asia,95889.0,69.6,98.11,4.45,4269.0 +Tonga,1996,Asia,96174.0,69.7,98.14,4.39,4256.0 +Tonga,1997,Asia,96526.0,69.7,98.16,4.34,4235.0 +Tonga,1998,Asia,96937.0,69.7,98.19,4.3,4331.0 +Tonga,1999,Asia,97398.0,69.6,98.21,4.27,4478.0 +Tonga,2000,Asia,97898.0,69.6,98.24,4.25,4605.0 +Tonga,2001,Asia,98434.0,69.6,98.27,4.24,4745.0 +Tonga,2002,Asia,99005.0,69.7,98.3,4.22,4878.0 +Tonga,2003,Asia,99606.0,69.6,98.32,4.2,4953.0 +Tonga,2004,Asia,100226.0,69.8,98.33,4.18,4959.0 +Tonga,2005,Asia,100858.0,70.0,98.33,4.14,5006.0 +Tonga,2006,Asia,101507.0,70.1,98.33,4.1,4920.0 +Tonga,2007,Asia,102169.0,70.2,98.32,4.06,4664.0 +Tonga,2008,Asia,102816.0,70.3,98.3,4.01,4748.0 +Tonga,2009,Asia,103416.0,68.6,98.28,3.96,4772.0 +Tonga,2010,Asia,103947.0,70.7,98.26,3.91,4945.0 +Tonga,2011,Asia,104392.0,70.8,98.25,3.86,5023.0 +Tonga,2012,Asia,104769.0,71.0,98.25,3.82,5032.0 +Tonga,2013,Asia,105139.0,71.2,98.27,3.77,4879.0 +Tonga,2014,Asia,105586.0,71.3,98.29,3.72,4962.0 +Tonga,2015,Asia,106170.0,71.5,98.33,3.68,5069.0 +Trinidad and Tobago,1800,America,60000.0,32.9,59.404,4.44,1230.0 +Trinidad and Tobago,1810,America,60000.0,32.9,59.404,4.44,1232.0 +Trinidad and Tobago,1820,America,61559.0,32.9,59.404,4.49,1234.0 +Trinidad and Tobago,1830,America,66150.0,32.9,60.65400000000001,4.56,1303.0 +Trinidad and Tobago,1840,America,72807.0,34.87,66.42699999999999,4.64,1375.0 +Trinidad and Tobago,1850,America,83021.0,38.8,66.42699999999999,4.71,1452.0 +Trinidad and Tobago,1860,America,100774.0,38.8,66.42699999999999,4.79,1533.0 +Trinidad and Tobago,1870,America,127290.0,38.8,66.42699999999999,4.86,1618.0 +Trinidad and Tobago,1880,America,163020.0,38.8,66.42699999999999,4.94,1708.0 +Trinidad and Tobago,1890,America,210414.0,38.8,66.42699999999999,4.29,1803.0 +Trinidad and Tobago,1900,America,270873.0,38.8,66.499,4.9,1904.0 +Trinidad and Tobago,1910,America,336841.0,38.8,69.47099999999999,4.33,2010.0 +Trinidad and Tobago,1920,America,387111.0,38.8,71.53500000000003,4.03,2380.0 +Trinidad and Tobago,1930,America,412941.0,45.01,79.979,4.04,3031.0 +Trinidad and Tobago,1940,America,487372.0,50.98,83.90100000000002,4.65,3857.0 +Trinidad and Tobago,1950,America,645628.0,57.11,89.285,5.28,4903.0 +Trinidad and Tobago,1951,America,658830.0,57.36,89.95400000000002,5.28,5209.0 +Trinidad and Tobago,1952,America,675742.0,57.85,90.582,5.29,5283.0 +Trinidad and Tobago,1953,America,695467.0,58.39,91.17,5.31,5313.0 +Trinidad and Tobago,1954,America,717161.0,58.98,91.48,5.32,5271.0 +Trinidad and Tobago,1955,America,740036.0,59.61,91.77,5.33,5825.0 +Trinidad and Tobago,1956,America,763355.0,60.27,92.06,5.34,6843.0 +Trinidad and Tobago,1957,America,786438.0,60.97,92.35,5.34,7246.0 +Trinidad and Tobago,1958,America,808663.0,61.68,92.63,5.34,7621.0 +Trinidad and Tobago,1959,America,829489.0,62.38,92.9,5.32,7820.0 +Trinidad and Tobago,1960,America,848481.0,63.07,93.15,5.26,8531.0 +Trinidad and Tobago,1961,America,865356.0,63.68,93.4,5.18,8714.0 +Trinidad and Tobago,1962,America,880019.0,64.2,93.63,5.05,8929.0 +Trinidad and Tobago,1963,America,892571.0,64.63,93.84,4.87,9229.0 +Trinidad and Tobago,1964,America,903272.0,64.94,94.03,4.66,9362.0 +Trinidad and Tobago,1965,America,912419.0,65.17,94.2,4.43,9699.0 +Trinidad and Tobago,1966,America,919902.0,65.31,94.34,4.2,10002.0 +Trinidad and Tobago,1967,America,925918.0,65.41,94.48,3.99,10152.0 +Trinidad and Tobago,1968,America,931466.0,65.5,94.61,3.8,10669.0 +Trinidad and Tobago,1969,America,937846.0,65.6,94.72,3.66,10988.0 +Trinidad and Tobago,1970,America,945996.0,65.73,94.84,3.55,11495.0 +Trinidad and Tobago,1971,America,956364.0,65.91,94.94,3.48,11558.0 +Trinidad and Tobago,1972,America,968742.0,66.11,95.05,3.43,12081.0 +Trinidad and Tobago,1973,America,982594.0,66.33,95.17,3.39,12187.0 +Trinidad and Tobago,1974,America,997052.0,66.57,95.28,3.35,12729.0 +Trinidad and Tobago,1975,America,1011487.0,66.83,95.4,3.31,12847.0 +Trinidad and Tobago,1976,America,1025655.0,67.08,95.53,3.29,13904.0 +Trinidad and Tobago,1977,America,1039757.0,67.33,95.66,3.27,14568.0 +Trinidad and Tobago,1978,America,1054109.0,67.54,95.8,3.27,16047.0 +Trinidad and Tobago,1979,America,1069199.0,67.73,95.93,3.28,16549.0 +Trinidad and Tobago,1980,America,1085308.0,67.89,96.05,3.28,17624.0 +Trinidad and Tobago,1981,America,1102562.0,68.03,96.17,3.28,18248.0 +Trinidad and Tobago,1982,America,1120610.0,68.16,96.3,3.26,16989.0 +Trinidad and Tobago,1983,America,1138673.0,68.28,96.41,3.22,15457.0 +Trinidad and Tobago,1984,America,1155701.0,68.39,96.51,3.15,16175.0 +Trinidad and Tobago,1985,America,1170935.0,68.5,96.6,3.06,15331.0 +Trinidad and Tobago,1986,America,1184053.0,68.62,96.69,2.95,14682.0 +Trinidad and Tobago,1987,America,1195243.0,68.74,96.77,2.83,13902.0 +Trinidad and Tobago,1988,America,1204890.0,68.87,96.84,2.7,13310.0 +Trinidad and Tobago,1989,America,1213625.0,68.98,96.9,2.57,13206.0 +Trinidad and Tobago,1990,America,1221904.0,69.1,96.95,2.45,13464.0 +Trinidad and Tobago,1991,America,1229906.0,69.3,97.0,2.34,13735.0 +Trinidad and Tobago,1992,America,1237486.0,69.2,97.03,2.23,13426.0 +Trinidad and Tobago,1993,America,1244410.0,69.3,97.06,2.13,13158.0 +Trinidad and Tobago,1994,America,1250316.0,69.2,97.08,2.04,13562.0 +Trinidad and Tobago,1995,America,1255001.0,69.3,97.1,1.96,14046.0 +Trinidad and Tobago,1996,America,1258365.0,69.3,97.11,1.9,14561.0 +Trinidad and Tobago,1997,America,1260677.0,69.4,97.12,1.84,14928.0 +Trinidad and Tobago,1998,America,1262544.0,69.6,97.12,1.8,16064.0 +Trinidad and Tobago,1999,America,1264781.0,69.3,97.13,1.77,16739.0 +Trinidad and Tobago,2000,America,1267980.0,69.5,97.13,1.75,17721.0 +Trinidad and Tobago,2001,America,1272383.0,69.8,97.14,1.74,18383.0 +Trinidad and Tobago,2002,America,1277840.0,69.9,97.17,1.74,19773.0 +Trinidad and Tobago,2003,America,1284052.0,70.4,97.2,1.75,22519.0 +Trinidad and Tobago,2004,America,1290535.0,70.9,97.25,1.76,24175.0 +Trinidad and Tobago,2005,America,1296933.0,71.1,97.31,1.77,25439.0 +Trinidad and Tobago,2006,America,1303141.0,71.3,97.37,1.78,28790.0 +Trinidad and Tobago,2007,America,1309260.0,71.5,97.44,1.79,30008.0 +Trinidad and Tobago,2008,America,1315372.0,71.7,97.51,1.8,30875.0 +Trinidad and Tobago,2009,America,1321624.0,71.8,97.57,1.8,29383.0 +Trinidad and Tobago,2010,America,1328095.0,71.8,97.64,1.8,29321.0 +Trinidad and Tobago,2011,America,1334790.0,71.9,97.71,1.8,28743.0 +Trinidad and Tobago,2012,America,1341579.0,72.0,97.78,1.8,29086.0 +Trinidad and Tobago,2013,America,1348240.0,72.1,97.85,1.8,29469.0 +Trinidad and Tobago,2014,America,1354483.0,72.3,97.91,1.8,29820.0 +Trinidad and Tobago,2015,America,1360088.0,72.4,97.96,1.79,30113.0 +Tunisia,1800,Africa,862029.0,28.8,53.979,6.4,716.0 +Tunisia,1810,Africa,868499.0,28.8,53.979,6.4,717.0 +Tunisia,1820,Africa,887129.0,6.5,53.979,6.4,718.0 +Tunisia,1830,Africa,928894.0,28.8,53.979,6.4,753.0 +Tunisia,1840,Africa,985476.0,28.8,53.979,6.4,790.0 +Tunisia,1850,Africa,1045505.0,14.0,53.979,6.4,829.0 +Tunisia,1860,Africa,1112651.0,28.8,53.979,6.4,870.0 +Tunisia,1870,Africa,1200115.0,28.8,53.979,6.4,912.0 +Tunisia,1880,Africa,1324052.0,28.8,53.979,6.4,957.0 +Tunisia,1890,Africa,1478214.0,28.8,53.979,6.4,1004.0 +Tunisia,1900,Africa,1651653.0,28.8,54.07899999999999,6.4,1053.0 +Tunisia,1910,Africa,1844566.0,28.8,54.794,6.4,1105.0 +Tunisia,1920,Africa,2152882.0,28.8,55.869,6.4,1223.0 +Tunisia,1930,Africa,2556135.0,30.49,59.175,6.4,1395.0 +Tunisia,1940,Africa,3034920.0,34.1,63.227,6.15,1567.0 +Tunisia,1950,Africa,3605310.0,38.86,69.83999999999999,6.74,1739.0 +Tunisia,1951,Africa,3696457.0,39.03,70.025,6.74,1732.0 +Tunisia,1952,Africa,3773357.0,39.33,70.219,6.73,1916.0 +Tunisia,1953,Africa,3838499.0,39.68,70.411,6.74,1959.0 +Tunisia,1954,Africa,3894386.0,40.06,70.602,6.75,1974.0 +Tunisia,1955,Africa,3943533.0,40.48,70.792,6.78,1845.0 +Tunisia,1956,Africa,3988481.0,40.94,70.98,6.82,1945.0 +Tunisia,1957,Africa,4031786.0,41.43,71.16799999999998,6.87,1848.0 +Tunisia,1958,Africa,4075967.0,41.97,71.35400000000001,6.93,2064.0 +Tunisia,1959,Africa,4123437.0,42.56,71.539,6.99,1950.0 +Tunisia,1960,Africa,4176266.0,43.2,71.722,7.04,2157.0 +Tunisia,1961,Africa,4235936.0,43.89,71.905,7.09,2312.0 +Tunisia,1962,Africa,4303130.0,44.65,73.22,7.12,2226.0 +Tunisia,1963,Africa,4377636.0,45.47,74.37,7.13,2516.0 +Tunisia,1964,Africa,4458609.0,46.35,75.53,7.11,2575.0 +Tunisia,1965,Africa,4545340.0,47.31,76.64999999999998,7.06,2683.0 +Tunisia,1966,Africa,4638271.0,48.33,77.77000000000002,6.98,2690.0 +Tunisia,1967,Africa,4737633.0,49.42,78.88,6.87,2615.0 +Tunisia,1968,Africa,4842166.0,50.56,79.94,6.74,2831.0 +Tunisia,1969,Africa,4950153.0,51.74,80.97,6.59,2876.0 +Tunisia,1970,Africa,5060393.0,52.94,81.94,6.44,2990.0 +Tunisia,1971,Africa,5172692.0,54.16,82.89,6.29,3246.0 +Tunisia,1972,Africa,5287548.0,55.37,83.78999999999998,6.16,3746.0 +Tunisia,1973,Africa,5405354.0,56.57,84.7,6.05,3639.0 +Tunisia,1974,Africa,5526768.0,57.75,85.59,5.95,3841.0 +Tunisia,1975,Africa,5652478.0,58.9,86.49,5.87,4011.0 +Tunisia,1976,Africa,5781793.0,60.03,87.37,5.79,4215.0 +Tunisia,1977,Africa,5915006.0,61.15,88.23,5.71,4255.0 +Tunisia,1978,Africa,6054914.0,62.27,89.03999999999998,5.61,4434.0 +Tunisia,1979,Africa,6205210.0,63.36,89.77,5.49,4618.0 +Tunisia,1980,Africa,6368169.0,64.41,90.43,5.35,4837.0 +Tunisia,1981,Africa,6545025.0,65.4,91.01,5.19,4980.0 +Tunisia,1982,Africa,6733958.0,66.31,91.54,5.02,4863.0 +Tunisia,1983,Africa,6930390.0,67.13,92.0,4.83,4999.0 +Tunisia,1984,Africa,7127943.0,67.87,92.44,4.65,5048.0 +Tunisia,1985,Africa,7321877.0,68.56,92.85,4.45,5205.0 +Tunisia,1986,Africa,7509750.0,69.2,93.21,4.27,5002.0 +Tunisia,1987,Africa,7692246.0,69.83,93.53,4.08,5214.0 +Tunisia,1988,Africa,7871460.0,70.48,93.81,3.89,5109.0 +Tunisia,1989,Africa,8050936.0,71.13,94.07,3.71,5196.0 +Tunisia,1990,Africa,8232797.0,71.8,94.3,3.54,5502.0 +Tunisia,1991,Africa,8417689.0,72.0,94.52,3.36,5604.0 +Tunisia,1992,Africa,8603226.0,72.2,94.75,3.19,5920.0 +Tunisia,1993,Africa,8784888.0,72.2,94.99,3.01,5991.0 +Tunisia,1994,Africa,8956590.0,72.5,95.25,2.84,6031.0 +Tunisia,1995,Africa,9113972.0,72.9,95.51,2.68,6055.0 +Tunisia,1996,Africa,9256036.0,73.4,95.79,2.52,6393.0 +Tunisia,1997,Africa,9384151.0,73.9,96.07,2.39,6649.0 +Tunisia,1998,Africa,9499387.0,74.3,96.35,2.28,6879.0 +Tunisia,1999,Africa,9603733.0,74.7,96.6,2.18,7201.0 +Tunisia,2000,Africa,9699192.0,75.0,96.83,2.11,7464.0 +Tunisia,2001,Africa,9785665.0,75.3,97.04,2.07,7699.0 +Tunisia,2002,Africa,9864207.0,75.5,97.22,2.04,7752.0 +Tunisia,2003,Africa,9939478.0,75.7,97.4,2.03,8094.0 +Tunisia,2004,Africa,10017439.0,76.0,97.55,2.02,8468.0 +Tunisia,2005,Africa,10102477.0,76.2,97.7,2.03,8707.0 +Tunisia,2006,Africa,10196441.0,76.4,97.83,2.03,9109.0 +Tunisia,2007,Africa,10298717.0,76.6,97.95,2.04,9585.0 +Tunisia,2008,Africa,10408091.0,76.8,98.06,2.04,9938.0 +Tunisia,2009,Africa,10522214.0,77.0,98.17,2.05,10187.0 +Tunisia,2010,Africa,10639194.0,77.1,98.26,2.04,10411.0 +Tunisia,2011,Africa,10758870.0,77.2,98.35,2.04,10235.0 +Tunisia,2012,Africa,10881450.0,77.4,98.42,2.02,10609.0 +Tunisia,2013,Africa,11005706.0,77.5,98.48,2.01,10768.0 +Tunisia,2014,Africa,11130154.0,77.6,98.54,1.99,10825.0 +Tunisia,2015,Africa,11253554.0,77.6,98.6,1.97,11126.0 +Turkey,1800,Europe,9773456.0,35.0,62.00100000000001,6.92,1221.0 +Turkey,1810,Europe,9923007.0,35.0,62.00100000000001,6.92,1223.0 +Turkey,1820,Europe,10118315.0,35.0,62.00100000000001,6.92,1225.0 +Turkey,1830,Europe,10398375.0,35.0,62.00100000000001,6.92,1292.0 +Turkey,1840,Europe,10731241.0,35.0,62.00100000000001,6.92,1362.0 +Turkey,1850,Europe,11074762.0,35.0,62.00100000000001,6.92,1436.0 +Turkey,1860,Europe,11428718.0,35.0,62.00100000000001,6.92,1514.0 +Turkey,1870,Europe,11871788.0,35.0,62.00100000000001,6.92,1597.0 +Turkey,1880,Europe,12474351.0,35.0,62.00100000000001,6.92,1535.0 +Turkey,1890,Europe,13188522.0,35.0,62.00100000000001,6.92,1838.0 +Turkey,1900,Europe,13946634.0,35.0,62.083,6.92,1985.0 +Turkey,1910,Europe,14746479.0,35.0,62.673,6.86,2144.0 +Turkey,1920,Europe,14200404.0,29.0,63.761,6.8,1525.0 +Turkey,1930,Europe,14930772.0,35.0,64.928,6.75,2323.0 +Turkey,1940,Europe,17777172.0,32.98,63.87499999999999,6.66,3163.0 +Turkey,1950,Europe,21238496.0,40.94,69.293,6.67,3103.0 +Turkey,1951,Europe,21806355.0,41.2,69.99499999999999,6.66,3701.0 +Turkey,1952,Europe,22393931.0,41.68,70.67999999999998,6.64,3963.0 +Turkey,1953,Europe,22999018.0,42.2,71.35000000000002,6.61,4361.0 +Turkey,1954,Europe,23619469.0,42.76,71.85000000000002,6.58,3892.0 +Turkey,1955,Europe,24253200.0,43.35,72.35000000000002,6.54,4156.0 +Turkey,1956,Europe,24898170.0,43.99,72.83999999999997,6.5,4122.0 +Turkey,1957,Europe,25552398.0,44.67,73.35000000000002,6.46,4943.0 +Turkey,1958,Europe,26214022.0,45.38,73.88,6.41,5252.0 +Turkey,1959,Europe,26881379.0,46.13,74.46,6.36,4869.0 +Turkey,1960,Europe,27553280.0,46.91,75.1,6.3,4735.0 +Turkey,1961,Europe,28229291.0,47.71,75.77000000000002,6.24,4691.0 +Turkey,1962,Europe,28909985.0,48.52,76.44999999999997,6.18,4849.0 +Turkey,1963,Europe,29597047.0,49.35,77.13,6.1,5188.0 +Turkey,1964,Europe,30292969.0,50.15,77.81,6.03,5296.0 +Turkey,1965,Europe,31000167.0,50.96,78.46,5.95,5309.0 +Turkey,1966,Europe,31718266.0,51.74,79.07,5.87,5906.0 +Turkey,1967,Europe,32448404.0,52.48,79.66,5.8,6020.0 +Turkey,1968,Europe,33196289.0,53.21,80.22,5.72,6295.0 +Turkey,1969,Europe,33969201.0,53.91,80.77,5.64,6470.0 +Turkey,1970,Europe,34772031.0,54.59,81.30999999999997,5.56,6740.0 +Turkey,1971,Europe,35608079.0,55.27,81.85,5.48,6765.0 +Turkey,1972,Europe,36475356.0,55.96,82.41000000000003,5.38,7186.0 +Turkey,1973,Europe,37366922.0,56.65,82.97,5.26,7442.0 +Turkey,1974,Europe,38272701.0,57.36,83.55,5.14,7991.0 +Turkey,1975,Europe,39185637.0,58.08,84.14,5.01,8381.0 +Turkey,1976,Europe,40100696.0,58.81,84.72999999999998,4.87,9142.0 +Turkey,1977,Europe,41020211.0,59.55,85.33,4.74,8863.0 +Turkey,1978,Europe,41953105.0,60.29,85.92999999999998,4.61,8400.0 +Turkey,1979,Europe,42912350.0,61.03,86.53,4.48,8160.0 +Turkey,1980,Europe,43905790.0,61.74,87.13,4.36,7828.0 +Turkey,1981,Europe,44936836.0,62.45,87.72999999999998,4.24,8518.0 +Turkey,1982,Europe,45997940.0,63.15,88.33,4.11,8323.0 +Turkey,1983,Europe,47072603.0,63.82,88.92999999999998,3.98,8535.0 +Turkey,1984,Europe,48138191.0,64.49,89.51,3.84,8798.0 +Turkey,1985,Europe,49178079.0,65.15,90.07000000000002,3.7,9163.0 +Turkey,1986,Europe,50187091.0,65.76,90.61,3.56,9556.0 +Turkey,1987,Europe,51168841.0,66.37,91.13,3.43,10351.0 +Turkey,1988,Europe,52126497.0,66.96,91.63,3.3,10421.0 +Turkey,1989,Europe,53066569.0,67.53,92.1,3.18,10103.0 +Turkey,1990,Europe,53994605.0,68.1,92.55,3.08,10670.0 +Turkey,1991,Europe,54909508.0,68.5,92.97,2.99,10568.0 +Turkey,1992,Europe,55811134.0,69.2,93.37,2.91,10920.0 +Turkey,1993,Europe,56707454.0,69.7,93.76,2.84,11569.0 +Turkey,1994,Europe,57608769.0,69.8,94.12,2.77,10857.0 +Turkey,1995,Europe,58522320.0,70.0,94.48,2.72,11530.0 +Turkey,1996,Europe,59451488.0,70.6,94.82,2.66,12190.0 +Turkey,1997,Europe,60394104.0,71.2,95.14,2.61,12911.0 +Turkey,1998,Europe,61344874.0,72.0,95.46,2.56,13008.0 +Turkey,1999,Europe,62295617.0,71.5,95.76,2.51,12381.0 +Turkey,2000,Europe,63240157.0,73.8,96.04,2.45,13025.0 +Turkey,2001,Europe,64182694.0,74.4,96.31,2.4,12106.0 +Turkey,2002,Europe,65125766.0,75.1,96.56,2.36,12669.0 +Turkey,2003,Europe,66060121.0,75.1,96.8,2.31,13151.0 +Turkey,2004,Europe,66973561.0,75.8,97.03,2.27,14187.0 +Turkey,2005,Europe,67860617.0,76.2,97.23,2.23,15176.0 +Turkey,2006,Europe,68704721.0,76.7,97.43,2.2,16013.0 +Turkey,2007,Europe,69515492.0,77.4,97.61,2.17,16551.0 +Turkey,2008,Europe,70344357.0,77.8,97.78,2.15,16454.0 +Turkey,2009,Europe,71261307.0,78.5,97.94,2.12,15467.0 +Turkey,2010,Europe,72310416.0,78.8,98.09,2.1,16674.0 +Turkey,2011,Europe,73517002.0,78.8,98.22,2.08,17908.0 +Turkey,2012,Europe,74849187.0,79.1,98.35,2.06,18057.0 +Turkey,2013,Europe,76223639.0,78.8,98.46,2.04,18579.0 +Turkey,2014,Europe,77523788.0,79.1,98.57,2.02,18884.0 +Turkey,2015,Europe,78665830.0,79.2,98.65,2.0,19360.0 +Turkmenistan,1800,Asia,367215.0,24.0,50.208,6.22,943.0 +Turkmenistan,1810,Asia,367215.0,24.0,50.468,6.22,954.0 +Turkmenistan,1820,Asia,376333.0,24.0,50.726000000000006,6.22,965.0 +Turkmenistan,1830,Asia,403139.0,24.0,50.98199999999999,6.22,1030.0 +Turkmenistan,1840,Asia,441894.0,24.0,51.23800000000001,6.22,1099.0 +Turkmenistan,1850,Asia,484374.0,24.0,51.492,6.22,1172.0 +Turkmenistan,1860,Asia,530801.0,24.0,51.745,6.22,1250.0 +Turkmenistan,1870,Asia,581677.0,19.92,51.996,6.22,1334.0 +Turkmenistan,1880,Asia,637089.0,21.46,52.247,6.22,1423.0 +Turkmenistan,1890,Asia,697742.0,23.46,52.49500000000001,6.22,1472.0 +Turkmenistan,1900,Asia,764619.0,24.36,52.74300000000001,6.22,2035.0 +Turkmenistan,1910,Asia,837623.0,26.86,59.35299999999999,6.22,2299.0 +Turkmenistan,1920,Asia,917936.0,15.23,65.039,6.22,981.0 +Turkmenistan,1930,Asia,1006180.0,32.04,69.929,6.22,2502.0 +Turkmenistan,1940,Asia,1102907.0,38.26,75.751,6.22,3745.0 +Turkmenistan,1950,Asia,1211000.0,50.66,80.57300000000002,6.22,5018.0 +Turkmenistan,1951,Asia,1228378.0,50.89,80.78399999999998,6.14,4961.0 +Turkmenistan,1952,Asia,1252660.0,51.34,81.23400000000002,6.0,5197.0 +Turkmenistan,1953,Asia,1282584.0,51.79,81.62,5.91,5337.0 +Turkmenistan,1954,Asia,1317126.0,52.25,82.02799999999998,5.87,5509.0 +Turkmenistan,1955,Asia,1355501.0,52.69,82.531,5.88,5881.0 +Turkmenistan,1956,Asia,1397172.0,53.14,82.97399999999998,5.93,6338.0 +Turkmenistan,1957,Asia,1441843.0,53.58,83.43,6.02,6361.0 +Turkmenistan,1958,Asia,1489418.0,54.03,83.90100000000002,6.14,6726.0 +Turkmenistan,1959,Asia,1539955.0,54.47,84.36399999999998,6.28,6540.0 +Turkmenistan,1960,Asia,1593501.0,54.91,84.88799999999998,6.42,7040.0 +Turkmenistan,1961,Asia,1649914.0,55.36,85.334,6.54,7319.0 +Turkmenistan,1962,Asia,1708711.0,55.82,85.774,6.63,7402.0 +Turkmenistan,1963,Asia,1769008.0,56.27,86.274,6.67,7132.0 +Turkmenistan,1964,Asia,1829697.0,56.72,86.70200000000001,6.66,7952.0 +Turkmenistan,1965,Asia,1890000.0,57.17,87.124,6.62,8309.0 +Turkmenistan,1966,Asia,1949425.0,57.61,87.54299999999998,6.55,8622.0 +Turkmenistan,1967,Asia,2008148.0,58.02,87.956,6.47,8916.0 +Turkmenistan,1968,Asia,2066889.0,58.42,87.78399999999998,6.4,9355.0 +Turkmenistan,1969,Asia,2126749.0,58.8,87.61,6.35,9406.0 +Turkmenistan,1970,Asia,2188499.0,59.15,87.43299999999998,6.3,10045.0 +Turkmenistan,1971,Asia,2252386.0,59.46,87.25299999999999,6.25,10221.0 +Turkmenistan,1972,Asia,2318070.0,59.74,87.071,6.18,10186.0 +Turkmenistan,1973,Asia,2385039.0,60.01,86.88600000000002,6.07,10948.0 +Turkmenistan,1974,Asia,2452528.0,60.25,86.699,5.94,10900.0 +Turkmenistan,1975,Asia,2520002.0,60.49,86.50800000000002,5.78,10576.0 +Turkmenistan,1976,Asia,2587417.0,60.73,86.31599999999996,5.61,10715.0 +Turkmenistan,1977,Asia,2655036.0,61.0,86.11999999999998,5.44,10617.0 +Turkmenistan,1978,Asia,2723006.0,61.28,86.61,5.28,10538.0 +Turkmenistan,1979,Asia,2791575.0,61.58,87.06,5.14,10158.0 +Turkmenistan,1980,Asia,2861000.0,61.9,87.52,5.01,9853.0 +Turkmenistan,1981,Asia,2931343.0,62.24,87.96,4.92,9632.0 +Turkmenistan,1982,Asia,3002785.0,62.57,88.4,4.84,9559.0 +Turkmenistan,1983,Asia,3075867.0,62.89,88.83,4.77,9553.0 +Turkmenistan,1984,Asia,3151262.0,63.18,89.24,4.72,9362.0 +Turkmenistan,1985,Asia,3229499.0,63.44,89.64,4.67,9143.0 +Turkmenistan,1986,Asia,3310059.0,63.63,90.0,4.62,9216.0 +Turkmenistan,1987,Asia,3392823.0,63.77,90.33,4.57,9040.0 +Turkmenistan,1988,Asia,3479088.0,63.85,90.6,4.51,8944.0 +Turkmenistan,1989,Asia,3570558.0,63.89,90.81,4.44,8822.0 +Turkmenistan,1990,Asia,3668000.0,63.9,90.95,4.35,8353.0 +Turkmenistan,1991,Asia,3772350.0,63.5,91.03,4.22,7748.0 +Turkmenistan,1992,Asia,3881973.0,63.5,91.04,4.07,6402.0 +Turkmenistan,1993,Asia,3991917.0,63.5,91.03,3.9,6320.0 +Turkmenistan,1994,Asia,4095512.0,63.4,91.04,3.71,5094.0 +Turkmenistan,1995,Asia,4188010.0,63.3,91.06,3.51,4623.0 +Turkmenistan,1996,Asia,4267690.0,63.2,91.13,3.33,4841.0 +Turkmenistan,1997,Asia,4335991.0,63.2,91.25,3.16,4221.0 +Turkmenistan,1998,Asia,4395293.0,63.3,91.42,3.02,4460.0 +Turkmenistan,1999,Asia,4449427.0,63.5,91.62,2.91,5132.0 +Turkmenistan,2000,Asia,4501419.0,63.7,91.84,2.84,5351.0 +Turkmenistan,2001,Asia,4551762.0,64.1,92.08,2.78,5521.0 +Turkmenistan,2002,Asia,4600172.0,64.4,92.31,2.74,5477.0 +Turkmenistan,2003,Asia,4648036.0,64.8,92.53,2.7,5598.0 +Turkmenistan,2004,Asia,4696876.0,65.3,92.76,2.66,5817.0 +Turkmenistan,2005,Asia,4747839.0,65.8,92.99,2.62,6505.0 +Turkmenistan,2006,Asia,4801594.0,66.3,93.2,2.57,7137.0 +Turkmenistan,2007,Asia,4858235.0,66.8,93.4,2.52,7834.0 +Turkmenistan,2008,Asia,4917541.0,67.2,93.61,2.48,8877.0 +Turkmenistan,2009,Asia,4978960.0,67.6,93.81,2.45,9303.0 +Turkmenistan,2010,Asia,5041995.0,68.1,93.99,2.41,10032.0 +Turkmenistan,2011,Asia,5106672.0,68.5,94.18,2.38,11361.0 +Turkmenistan,2012,Asia,5172941.0,68.9,94.35,2.35,12460.0 +Turkmenistan,2013,Asia,5240088.0,69.2,94.53,2.33,13555.0 +Turkmenistan,2014,Asia,5307188.0,69.6,94.69,2.3,14762.0 +Turkmenistan,2015,Asia,5373502.0,70.0,94.86,2.27,15865.0 +Uganda,1800,Africa,2101397.0,25.3,48.91,6.89,464.0 +Uganda,1810,Africa,2101397.0,25.3,48.91,6.89,464.0 +Uganda,1820,Africa,2119892.0,25.3,48.91,6.89,465.0 +Uganda,1830,Africa,2172807.0,25.3,48.91,6.89,488.0 +Uganda,1840,Africa,2246189.0,25.3,48.91,6.89,512.0 +Uganda,1850,Africa,2322049.0,25.3,48.91,6.89,538.0 +Uganda,1860,Africa,2399360.0,25.3,48.91,6.89,564.0 +Uganda,1870,Africa,2479244.0,25.3,48.91,6.89,592.0 +Uganda,1880,Africa,2561608.0,25.3,48.91,6.89,621.0 +Uganda,1890,Africa,2646689.0,25.3,48.91,6.89,652.0 +Uganda,1900,Africa,2734806.0,25.3,49.021,6.89,684.0 +Uganda,1910,Africa,2825381.0,25.3,49.815,6.89,718.0 +Uganda,1920,Africa,2904119.0,25.3,51.09200000000001,6.89,738.0 +Uganda,1930,Africa,3474656.0,24.65,51.552,6.89,767.0 +Uganda,1940,Africa,4226918.0,27.3,56.386,6.89,795.0 +Uganda,1950,Africa,5158193.0,39.63,69.279,6.89,824.0 +Uganda,1951,Africa,5308673.0,39.94,70.79299999999998,6.89,772.0 +Uganda,1952,Africa,5455540.0,40.51,72.23200000000001,6.9,800.0 +Uganda,1953,Africa,5601243.0,41.08,73.6,6.9,814.0 +Uganda,1954,Africa,5748208.0,41.65,74.21,6.91,783.0 +Uganda,1955,Africa,5898834.0,42.24,74.85,6.92,813.0 +Uganda,1956,Africa,6055517.0,42.82,75.44999999999997,6.93,837.0 +Uganda,1957,Africa,6220628.0,43.42,76.03,6.94,850.0 +Uganda,1958,Africa,6396454.0,44.03,76.59,6.96,834.0 +Uganda,1959,Africa,6585103.0,44.64,77.13,6.98,853.0 +Uganda,1960,Africa,6788211.0,45.27,77.66,7.0,871.0 +Uganda,1961,Africa,7006629.0,45.91,78.18,7.02,839.0 +Uganda,1962,Africa,7240155.0,46.56,78.64999999999998,7.04,850.0 +Uganda,1963,Africa,7487411.0,47.22,79.12,7.06,922.0 +Uganda,1964,Africa,7746181.0,47.86,79.57,7.08,965.0 +Uganda,1965,Africa,8014376.0,48.49,80.0,7.09,960.0 +Uganda,1966,Africa,8292747.0,49.07,80.42,7.11,991.0 +Uganda,1967,Africa,8580632.0,49.58,80.79,7.11,1015.0 +Uganda,1968,Africa,8872866.0,50.05,81.1,7.12,1012.0 +Uganda,1969,Africa,9162773.0,50.43,81.37,7.12,1092.0 +Uganda,1970,Africa,9446024.0,50.74,81.54,7.12,1079.0 +Uganda,1971,Africa,9720365.0,50.99,81.59,7.11,1084.0 +Uganda,1972,Africa,9988321.0,51.17,81.53,7.11,1071.0 +Uganda,1973,Africa,10256342.0,51.33,81.35,7.1,1046.0 +Uganda,1974,Africa,10533627.0,51.45,81.06,7.1,1027.0 +Uganda,1975,Africa,10827071.0,51.55,80.67999999999998,7.1,982.0 +Uganda,1976,Africa,11139772.0,51.65,80.25,7.1,967.0 +Uganda,1977,Africa,11470741.0,51.75,79.80000000000003,7.1,958.0 +Uganda,1978,Africa,11817951.0,51.83,79.4,7.1,884.0 +Uganda,1979,Africa,12177677.0,51.93,79.11,7.1,770.0 +Uganda,1980,Africa,12547754.0,52.01,78.97,7.1,729.0 +Uganda,1981,Africa,12927007.0,52.09,79.11,7.1,740.0 +Uganda,1982,Africa,13318149.0,52.14,79.56,7.1,781.0 +Uganda,1983,Africa,13727427.0,52.17,80.19000000000003,7.1,816.0 +Uganda,1984,Africa,14163214.0,52.16,80.83,7.1,724.0 +Uganda,1985,Africa,14631089.0,52.09,81.36,7.1,716.0 +Uganda,1986,Africa,15133740.0,51.94,81.77,7.1,695.0 +Uganda,1987,Africa,15668278.0,51.72,82.03,7.1,713.0 +Uganda,1988,Africa,16227778.0,51.42,82.22,7.1,736.0 +Uganda,1989,Africa,16802258.0,51.08,82.43,7.1,762.0 +Uganda,1990,Africa,17384369.0,50.7,82.69,7.09,767.0 +Uganda,1991,Africa,17973428.0,50.0,83.0,7.08,782.0 +Uganda,1992,Africa,18571527.0,49.6,83.34,7.07,781.0 +Uganda,1993,Africa,19177660.0,49.0,83.66,7.06,818.0 +Uganda,1994,Africa,19791266.0,48.5,83.89,7.04,842.0 +Uganda,1995,Africa,20412967.0,48.3,84.05,7.02,910.0 +Uganda,1996,Africa,21041468.0,48.2,84.17999999999998,6.99,961.0 +Uganda,1997,Africa,21679497.0,48.5,84.34,6.97,979.0 +Uganda,1998,Africa,22336812.0,48.7,84.59,6.94,996.0 +Uganda,1999,Africa,23026357.0,48.9,84.96000000000002,6.9,1043.0 +Uganda,2000,Africa,23757636.0,49.1,85.46000000000002,6.87,1042.0 +Uganda,2001,Africa,24534668.0,49.7,86.08,6.82,1060.0 +Uganda,2002,Africa,25355794.0,50.3,86.78,6.77,1115.0 +Uganda,2003,Africa,26217760.0,51.2,87.53999999999998,6.72,1147.0 +Uganda,2004,Africa,27114742.0,52.0,88.32,6.65,1184.0 +Uganda,2005,Africa,28042413.0,53.5,89.09,6.58,1217.0 +Uganda,2006,Africa,29000925.0,54.9,89.8,6.51,1304.0 +Uganda,2007,Africa,29991958.0,55.3,90.47,6.43,1367.0 +Uganda,2008,Africa,31014427.0,56.0,91.07,6.34,1437.0 +Uganda,2009,Africa,32067125.0,57.0,91.6,6.25,1490.0 +Uganda,2010,Africa,33149417.0,57.8,92.05,6.16,1515.0 +Uganda,2011,Africa,34260342.0,58.6,92.54,6.06,1607.0 +Uganda,2012,Africa,35400620.0,59.3,93.06,5.96,1622.0 +Uganda,2013,Africa,36573387.0,60.1,93.49,5.87,1621.0 +Uganda,2014,Africa,37782971.0,60.7,93.81,5.77,1638.0 +Uganda,2015,Africa,39032383.0,61.3,94.05,5.67,1680.0 +Ukraine,1800,Europe,11215490.0,36.6,63.903,7.5,763.0 +Ukraine,1810,Europe,11215490.0,36.6,63.903,7.5,772.0 +Ukraine,1820,Europe,11496004.0,36.6,63.903,7.5,781.0 +Ukraine,1830,Europe,12320877.0,36.6,63.903,7.5,833.0 +Ukraine,1840,Europe,13514033.0,36.6,63.903,7.5,889.0 +Ukraine,1850,Europe,14822733.0,36.6,63.903,7.5,948.0 +Ukraine,1860,Europe,16253669.0,36.6,63.903,7.5,1012.0 +Ukraine,1870,Europe,17822740.0,36.6,63.903,7.5,1079.0 +Ukraine,1880,Europe,19532717.0,36.6,63.903,7.5,1151.0 +Ukraine,1890,Europe,21405530.0,36.6,63.903,7.14,1192.0 +Ukraine,1900,Europe,23471939.0,36.6,63.981,6.69,1647.0 +Ukraine,1910,Europe,25729036.0,40.58,64.542,6.03,1860.0 +Ukraine,1920,Europe,28213816.0,28.05,65.385,5.37,794.0 +Ukraine,1930,Europe,30946045.0,44.7,77.395,4.45,2010.0 +Ukraine,1940,Europe,33942864.0,49.9,79.69,3.12,2988.0 +Ukraine,1950,Europe,37297652.0,62.56,90.588,2.72,3976.0 +Ukraine,1951,Europe,37815815.0,62.2,90.85799999999999,2.75,3927.0 +Ukraine,1952,Europe,38360511.0,62.94,91.415,2.81,4112.0 +Ukraine,1953,Europe,38916265.0,63.63,91.912,2.85,4220.0 +Ukraine,1954,Europe,39471682.0,64.42,92.35,2.85,4352.0 +Ukraine,1955,Europe,40019446.0,66.26,92.784,2.83,4643.0 +Ukraine,1956,Europe,40556528.0,67.15,93.212,2.79,5000.0 +Ukraine,1957,Europe,41083978.0,67.19,93.585,2.72,5015.0 +Ukraine,1958,Europe,41606286.0,68.88,93.905,2.63,5299.0 +Ukraine,1959,Europe,42130322.0,69.26,93.878,2.53,5149.0 +Ukraine,1960,Europe,42662150.0,70.88,94.734,2.42,5539.0 +Ukraine,1961,Europe,43203635.0,71.15,94.883,2.31,5755.0 +Ukraine,1962,Europe,43749469.0,70.56,95.09100000000001,2.21,5816.0 +Ukraine,1963,Europe,44285897.0,71.18,95.29,2.13,5600.0 +Ukraine,1964,Europe,44794325.0,71.97,95.482,2.07,6239.0 +Ukraine,1965,Europe,45261939.0,71.4,95.665,2.03,6515.0 +Ukraine,1966,Europe,45682314.0,71.66,95.841,2.02,6756.0 +Ukraine,1967,Europe,46060456.0,71.25,96.01,2.01,6982.0 +Ukraine,1968,Europe,46409007.0,71.33,96.172,2.02,7320.0 +Ukraine,1969,Europe,46746668.0,70.7,96.328,2.03,7355.0 +Ukraine,1970,Europe,47086758.0,70.59,96.477,2.05,7850.0 +Ukraine,1971,Europe,47433807.0,70.81,96.62,2.06,7982.0 +Ukraine,1972,Europe,47783013.0,70.57,96.74,2.06,7950.0 +Ukraine,1973,Europe,48127170.0,70.75,96.84,2.06,8538.0 +Ukraine,1974,Europe,48455120.0,70.63,96.93,2.05,8742.0 +Ukraine,1975,Europe,48758986.0,69.96,97.0,2.03,8724.0 +Ukraine,1976,Europe,49036202.0,70.01,97.06,2.01,9090.0 +Ukraine,1977,Europe,49290087.0,69.68,97.1,2.0,9262.0 +Ukraine,1978,Europe,49525597.0,69.63,97.15,1.99,9454.0 +Ukraine,1979,Europe,49750150.0,69.36,97.2,1.98,9372.0 +Ukraine,1980,Europe,49968811.0,69.33,97.26,1.98,9349.0 +Ukraine,1981,Europe,50181709.0,69.36,97.34,1.99,9400.0 +Ukraine,1982,Europe,50385836.0,69.51,97.43,2.01,9594.0 +Ukraine,1983,Europe,50579135.0,69.48,97.53,2.03,9860.0 +Ukraine,1984,Europe,50758512.0,69.17,97.62,2.04,9937.0 +Ukraine,1985,Europe,50920778.0,69.47,97.73,2.05,9981.0 +Ukraine,1986,Europe,51063970.0,70.82,97.82,2.05,10346.0 +Ukraine,1987,Europe,51185554.0,70.61,97.9,2.03,10437.0 +Ukraine,1988,Europe,51280766.0,70.49,97.97,1.99,10621.0 +Ukraine,1989,Europe,51343974.0,70.43,98.02,1.94,10773.0 +Ukraine,1990,Europe,51370009.0,70.0,98.05,1.87,10490.0 +Ukraine,1991,Europe,51360720.0,69.4,98.05,1.79,9588.0 +Ukraine,1992,Europe,51314080.0,68.8,98.03,1.69,8633.0 +Ukraine,1993,Europe,51216988.0,68.3,98.01,1.6,7401.0 +Ukraine,1994,Europe,51052752.0,67.5,97.98,1.5,5732.0 +Ukraine,1995,Europe,50811673.0,66.5,97.95,1.41,5073.0 +Ukraine,1996,Europe,50489566.0,66.7,97.95,1.33,4606.0 +Ukraine,1997,Europe,50096497.0,67.3,97.97,1.26,4509.0 +Ukraine,1998,Europe,49655175.0,68.1,98.01,1.2,4463.0 +Ukraine,1999,Europe,49196895.0,67.7,98.08,1.16,4496.0 +Ukraine,2000,Europe,48746269.0,67.3,98.15,1.14,4809.0 +Ukraine,2001,Europe,48310816.0,67.5,98.24,1.14,5305.0 +Ukraine,2002,Europe,47890647.0,67.5,98.33,1.15,5637.0 +Ukraine,2003,Europe,47493771.0,67.7,98.41,1.18,6217.0 +Ukraine,2004,Europe,47127110.0,67.5,98.49,1.21,7022.0 +Ukraine,2005,Europe,46795313.0,67.1,98.55,1.26,7265.0 +Ukraine,2006,Europe,46502718.0,67.9,98.6,1.3,7848.0 +Ukraine,2007,Europe,46249196.0,67.6,98.66,1.35,8519.0 +Ukraine,2008,Europe,46028476.0,67.8,98.71,1.38,8762.0 +Ukraine,2009,Europe,45830711.0,69.6,98.77,1.41,7498.0 +Ukraine,2010,Europe,45647497.0,70.5,98.82,1.44,7844.0 +Ukraine,2011,Europe,45477690.0,71.1,98.88,1.45,8282.0 +Ukraine,2012,Europe,45319949.0,71.2,98.94,1.46,8319.0 +Ukraine,2013,Europe,45165211.0,71.3,99.0,1.47,8338.0 +Ukraine,2014,Europe,45002497.0,71.3,99.05,1.48,8267.0 +Ukraine,2015,Europe,44823765.0,71.5,99.1,1.49,8449.0 +United Arab Emirates,1800,Asia,40153.0,30.7,56.554,6.94,998.0 +United Arab Emirates,1810,Asia,40153.0,30.7,56.554,6.94,1036.0 +United Arab Emirates,1820,Asia,40153.0,30.7,56.554,6.94,1075.0 +United Arab Emirates,1830,Asia,40153.0,30.7,56.554,6.94,1116.0 +United Arab Emirates,1840,Asia,40153.0,30.7,56.554,6.94,1158.0 +United Arab Emirates,1850,Asia,40153.0,30.7,56.554,6.94,1203.0 +United Arab Emirates,1860,Asia,40222.0,30.7,56.554,6.94,1248.0 +United Arab Emirates,1870,Asia,40889.0,30.7,56.554,6.94,1296.0 +United Arab Emirates,1880,Asia,42682.0,30.7,56.554,6.94,1498.0 +United Arab Emirates,1890,Asia,45189.0,30.7,56.554,6.94,1731.0 +United Arab Emirates,1900,Asia,47854.0,30.7,56.64800000000001,6.94,2001.0 +United Arab Emirates,1910,Asia,50669.0,30.7,57.323,6.94,2313.0 +United Arab Emirates,1920,Asia,54703.0,30.7,58.338,6.94,2092.0 +United Arab Emirates,1930,Asia,59498.0,30.7,59.338,6.94,1839.0 +United Arab Emirates,1940,Asia,64713.0,30.7,60.338,6.94,1246.0 +United Arab Emirates,1950,Asia,69590.0,41.23,72.66,6.94,1225.0 +United Arab Emirates,1951,Asia,67972.0,41.83,73.441,6.95,1233.0 +United Arab Emirates,1952,Asia,69813.0,43.04,74.2,6.97,1240.0 +United Arab Emirates,1953,Asia,73184.0,44.22,74.937,6.98,1247.0 +United Arab Emirates,1954,Asia,76708.0,45.37,75.653,6.99,1255.0 +United Arab Emirates,1955,Asia,79566.0,46.5,76.34899999999998,6.99,1262.0 +United Arab Emirates,1956,Asia,81515.0,47.62,77.025,6.98,1270.0 +United Arab Emirates,1957,Asia,82870.0,48.7,77.681,6.98,1278.0 +United Arab Emirates,1958,Asia,84420.0,49.77,78.319,6.96,1433.0 +United Arab Emirates,1959,Asia,87303.0,50.82,78.938,6.95,1606.0 +United Arab Emirates,1960,Asia,92612.0,51.85,79.54,6.93,1801.0 +United Arab Emirates,1961,Asia,100985.0,52.89,80.62,6.91,2019.0 +United Arab Emirates,1962,Asia,112240.0,53.91,81.67,6.89,2264.0 +United Arab Emirates,1963,Asia,125216.0,54.91,82.73,6.88,2954.0 +United Arab Emirates,1964,Asia,138220.0,55.9,83.78,6.86,5021.0 +United Arab Emirates,1965,Asia,150318.0,56.87,84.87,6.84,8534.0 +United Arab Emirates,1966,Asia,161077.0,57.81,85.96000000000002,6.82,14505.0 +United Arab Emirates,1967,Asia,171781.0,58.7,87.06,6.78,24652.0 +United Arab Emirates,1968,Asia,185312.0,59.54,88.14,6.74,29634.0 +United Arab Emirates,1969,Asia,205570.0,60.33,89.18,6.68,35623.0 +United Arab Emirates,1970,Asia,235434.0,61.08,90.16,6.61,42822.0 +United Arab Emirates,1971,Asia,275160.0,61.78,91.09,6.51,41464.0 +United Arab Emirates,1972,Asia,324069.0,62.45,91.94,6.4,39798.0 +United Arab Emirates,1973,Asia,382823.0,63.09,92.72,6.28,60948.0 +United Arab Emirates,1974,Asia,451948.0,63.7,93.42,6.15,149185.0 +United Arab Emirates,1975,Asia,531265.0,64.3,94.06,6.01,167748.0 +United Arab Emirates,1976,Asia,622051.0,64.87,94.65,5.87,165063.0 +United Arab Emirates,1977,Asia,722849.0,65.41,95.18,5.74,167326.0 +United Arab Emirates,1978,Asia,827394.0,65.93,95.66,5.62,143058.0 +United Arab Emirates,1979,Asia,927303.0,66.43,96.1,5.52,159226.0 +United Arab Emirates,1980,Asia,1016789.0,66.91,96.48,5.42,182668.0 +United Arab Emirates,1981,Asia,1093108.0,67.36,96.81,5.34,181228.0 +United Arab Emirates,1982,Asia,1158477.0,67.79,97.1,5.27,158177.0 +United Arab Emirates,1983,Asia,1218223.0,68.2,97.35,5.21,144955.0 +United Arab Emirates,1984,Asia,1280278.0,68.6,97.56,5.14,139882.0 +United Arab Emirates,1985,Asia,1350433.0,68.98,97.73,5.07,129469.0 +United Arab Emirates,1986,Asia,1430548.0,69.34,97.89,4.97,100191.0 +United Arab Emirates,1987,Asia,1518991.0,69.68,98.03,4.86,101308.0 +United Arab Emirates,1988,Asia,1613904.0,70.0,98.15,4.72,82687.0 +United Arab Emirates,1989,Asia,1712117.0,70.31,98.26,4.57,92115.0 +United Arab Emirates,1990,Asia,1811458.0,70.6,98.35,4.39,114832.0 +United Arab Emirates,1991,Asia,1913190.0,70.8,98.44,4.19,109658.0 +United Arab Emirates,1992,Asia,2019014.0,71.1,98.52,3.99,107416.0 +United Arab Emirates,1993,Asia,2127863.0,71.3,98.58,3.78,103224.0 +United Arab Emirates,1994,Asia,2238281.0,71.6,98.64,3.58,104855.0 +United Arab Emirates,1995,Asia,2350192.0,71.9,98.7,3.39,106425.0 +United Arab Emirates,1996,Asia,2467726.0,72.1,98.74,3.22,106923.0 +United Arab Emirates,1997,Asia,2595220.0,72.4,98.78,3.05,109553.0 +United Arab Emirates,1998,Asia,2733770.0,72.8,98.82,2.9,104107.0 +United Arab Emirates,1999,Asia,2884188.0,73.0,98.85,2.77,101940.0 +United Arab Emirates,2000,Asia,3050128.0,73.3,98.89,2.64,108048.0 +United Arab Emirates,2001,Asia,3217865.0,73.6,98.91,2.53,105860.0 +United Arab Emirates,2002,Asia,3394060.0,73.8,98.94,2.43,105346.0 +United Arab Emirates,2003,Asia,3625798.0,74.1,98.97,2.33,109675.0 +United Arab Emirates,2004,Asia,3975945.0,74.4,98.99,2.24,110662.0 +United Arab Emirates,2005,Asia,4481976.0,75.2,99.02,2.15,102324.0 +United Arab Emirates,2006,Asia,5171255.0,75.7,99.04,2.07,95637.0 +United Arab Emirates,2007,Asia,6010100.0,75.6,99.06,2.0,82993.0 +United Arab Emirates,2008,Asia,6900142.0,75.6,99.09,1.95,73029.0 +United Arab Emirates,2009,Asia,7705423.0,75.6,99.12,1.9,60955.0 +United Arab Emirates,2010,Asia,8329453.0,75.6,99.15,1.87,56644.0 +United Arab Emirates,2011,Asia,8734722.0,75.5,99.18,1.84,56192.0 +United Arab Emirates,2012,Asia,8952542.0,75.5,99.22,1.82,57028.0 +United Arab Emirates,2013,Asia,9039978.0,75.4,99.26,1.8,59092.0 +United Arab Emirates,2014,Asia,9086139.0,75.4,99.29,1.78,60578.0 +United Arab Emirates,2015,Asia,9156963.0,75.4,99.32,1.77,60749.0 +United Kingdom,1800,Europe,12327466.0,38.65,67.096,4.97,3431.0 +United Kingdom,1810,Europe,14106058.0,38.35,68.631,5.36,3575.0 +United Kingdom,1820,Europe,16221883.0,41.31,68.52199999999999,5.4,3403.0 +United Kingdom,1830,Europe,18533999.0,43.02,69.062,4.83,3661.0 +United Kingdom,1840,Europe,20737251.0,39.93,74.35199999999998,4.9,4149.0 +United Kingdom,1850,Europe,22623571.0,42.8,75.25999999999998,4.85,4480.0 +United Kingdom,1860,Europe,24783522.0,43.01,75.566,4.86,5268.0 +United Kingdom,1870,Europe,27651628.0,40.95,73.16199999999998,4.88,6046.0 +United Kingdom,1880,Europe,30849957.0,43.78,74.88600000000002,4.75,6553.0 +United Kingdom,1890,Europe,34215580.0,44.75,76.80199999999998,4.06,7169.0 +United Kingdom,1900,Europe,37995759.0,46.32,77.45400000000002,3.53,8013.0 +United Kingdom,1910,Europe,41804912.0,53.99,84.40700000000002,2.99,8305.0 +United Kingdom,1920,Europe,43825720.0,56.6,86.655,3.08,8316.0 +United Kingdom,1930,Europe,45957969.0,60.89,91.078,1.95,8722.0 +United Kingdom,1940,Europe,48235963.0,60.97,92.302,1.74,10935.0 +United Kingdom,1950,Europe,50616012.0,68.66,96.34,2.08,11135.0 +United Kingdom,1951,Europe,50620538.0,68.26,96.49,2.1,11416.0 +United Kingdom,1952,Europe,50683596.0,69.55,96.64,2.15,11367.0 +United Kingdom,1953,Europe,50792671.0,69.82,96.79,2.2,11751.0 +United Kingdom,1954,Europe,50938227.0,70.19,96.92,2.26,12173.0 +United Kingdom,1955,Europe,51113711.0,70.15,97.04,2.33,12531.0 +United Kingdom,1956,Europe,51315724.0,70.42,97.13,2.4,12572.0 +United Kingdom,1957,Europe,51543847.0,70.54,97.2,2.48,12702.0 +United Kingdom,1958,Europe,51800117.0,70.71,97.26,2.55,12672.0 +United Kingdom,1959,Europe,52088147.0,70.81,97.3,2.63,13122.0 +United Kingdom,1960,Europe,52410496.0,71.02,97.34,2.69,13697.0 +United Kingdom,1961,Europe,52765864.0,70.77,97.39,2.75,13887.0 +United Kingdom,1962,Europe,53146634.0,70.84,97.44,2.79,13897.0 +United Kingdom,1963,Europe,53537821.0,70.74,97.51,2.8,14393.0 +United Kingdom,1964,Europe,53920055.0,71.53,97.58,2.79,15067.0 +United Kingdom,1965,Europe,54278349.0,71.52,97.66,2.76,15292.0 +United Kingdom,1966,Europe,54606608.0,71.43,97.72,2.7,15494.0 +United Kingdom,1967,Europe,54904680.0,72.06,97.78,2.61,15777.0 +United Kingdom,1968,Europe,55171084.0,71.68,97.82,2.52,16357.0 +United Kingdom,1969,Europe,55406435.0,71.64,97.86,2.41,16616.0 +United Kingdom,1970,Europe,55611401.0,71.89,97.9,2.29,16933.0 +United Kingdom,1971,Europe,55785325.0,72.2,97.94,2.18,17207.0 +United Kingdom,1972,Europe,55927492.0,71.98,97.99,2.07,17793.0 +United Kingdom,1973,Europe,56039166.0,72.18,98.06,1.98,19043.0 +United Kingdom,1974,Europe,56122405.0,72.38,98.13,1.89,18801.0 +United Kingdom,1975,Europe,56179925.0,72.65,98.2,1.83,18699.0 +United Kingdom,1976,Europe,56212943.0,72.62,98.28,1.78,19207.0 +United Kingdom,1977,Europe,56224944.0,73.11,98.35,1.74,19684.0 +United Kingdom,1978,Europe,56223974.0,73.04,98.43,1.73,20337.0 +United Kingdom,1979,Europe,56220089.0,73.14,98.51,1.72,20871.0 +United Kingdom,1980,Europe,56221513.0,73.57,98.59,1.73,20417.0 +United Kingdom,1981,Europe,56231020.0,73.9,98.66,1.74,20149.0 +United Kingdom,1982,Europe,56250124.0,74.03,98.73,1.76,20607.0 +United Kingdom,1983,Europe,56283959.0,74.28,98.78,1.78,21357.0 +United Kingdom,1984,Europe,56337848.0,74.66,98.83,1.8,21904.0 +United Kingdom,1985,Europe,56415196.0,74.51,98.86,1.81,22648.0 +United Kingdom,1986,Europe,56519444.0,74.78,98.89,1.82,23516.0 +United Kingdom,1987,Europe,56649375.0,75.12,98.92,1.83,24551.0 +United Kingdom,1988,Europe,56797704.0,75.23,98.96,1.83,25750.0 +United Kingdom,1989,Europe,56953861.0,75.36,99.01,1.82,26279.0 +United Kingdom,1990,Europe,57110117.0,75.7,99.07,1.81,26424.0 +United Kingdom,1991,Europe,57264600.0,76.0,99.13,1.8,26017.0 +United Kingdom,1992,Europe,57419469.0,76.2,99.18,1.79,26062.0 +United Kingdom,1993,Europe,57575969.0,76.3,99.22,1.78,26688.0 +United Kingdom,1994,Europe,57736667.0,76.6,99.26,1.77,27691.0 +United Kingdom,1995,Europe,57903790.0,76.7,99.28,1.76,28317.0 +United Kingdom,1996,Europe,58079322.0,76.9,99.3,1.74,28998.0 +United Kingdom,1997,Europe,58263858.0,77.1,99.31,1.73,29662.0 +United Kingdom,1998,Europe,58456989.0,77.3,99.32,1.71,30614.0 +United Kingdom,1999,Europe,58657794.0,77.5,99.33,1.69,31474.0 +United Kingdom,2000,Europe,58867004.0,77.8,99.34,1.68,32543.0 +United Kingdom,2001,Europe,59080221.0,78.0,99.36,1.67,33282.0 +United Kingdom,2002,Europe,59301235.0,78.2,99.37,1.67,33954.0 +United Kingdom,2003,Europe,59548421.0,78.4,99.37,1.69,35250.0 +United Kingdom,2004,Europe,59846226.0,78.7,99.39,1.72,35910.0 +United Kingdom,2005,Europe,60210012.0,79.0,99.4,1.76,36665.0 +United Kingdom,2006,Europe,60648850.0,79.2,99.41,1.8,37504.0 +United Kingdom,2007,Europe,61151820.0,79.5,99.42,1.84,38164.0 +United Kingdom,2008,Europe,61689620.0,79.7,99.44,1.87,37739.0 +United Kingdom,2009,Europe,62221164.0,80.0,99.46,1.89,35840.0 +United Kingdom,2010,Europe,62716684.0,80.2,99.48,1.9,36240.0 +United Kingdom,2011,Europe,63164949.0,80.5,99.5,1.9,36549.0 +United Kingdom,2012,Europe,63573766.0,80.7,99.52,1.9,36535.0 +United Kingdom,2013,Europe,63955654.0,80.8,99.54,1.89,36908.0 +United Kingdom,2014,Europe,64331348.0,80.9,99.56,1.89,37614.0 +United Kingdom,2015,Europe,64715810.0,81.0,99.58,1.89,38225.0 +United States,1800,America,6801854.0,39.41,53.71100000000001,7.03,2128.0 +United States,1810,America,8294928.0,39.41,53.903999999999996,6.81,2283.0 +United States,1820,America,10361646.0,39.41,54.44300000000001,6.59,2242.0 +United States,1830,America,13480460.0,39.41,55.40600000000001,6.38,2552.0 +United States,1840,America,17942443.0,39.41,57.38300000000001,6.18,2792.0 +United States,1850,America,24136293.0,39.41,60.74500000000001,5.73,3059.0 +United States,1860,America,31936643.0,39.41,66.872,5.28,3714.0 +United States,1870,America,40821569.0,39.41,68.72,5.02,4058.0 +United States,1880,America,51256498.0,39.41,64.384,4.75,5292.0 +United States,1890,America,63810074.0,45.21,73.203,4.3,5646.0 +United States,1900,America,77415610.0,48.93,76.83,3.85,6819.0 +United States,1910,America,93559186.0,51.8,79.809,3.59,8287.0 +United States,1920,America,108441644.0,55.4,83.465,3.26,9181.0 +United States,1930,America,125055606.0,59.6,91.161,2.53,10139.0 +United States,1940,America,134354133.0,63.28,94.046,2.11,11320.0 +United States,1950,America,157813040.0,68.12,96.23,3.02,15319.0 +United States,1951,America,159880756.0,68.22,96.34,3.2,16198.0 +United States,1952,America,162280405.0,68.44,96.44,3.3,16508.0 +United States,1953,America,164941716.0,68.79,96.53,3.37,16974.0 +United States,1954,America,167800046.0,69.58,96.62,3.49,16558.0 +United States,1955,America,170796378.0,69.63,96.7,3.54,17409.0 +United States,1956,America,173877321.0,69.71,96.77,3.65,17428.0 +United States,1957,America,176995108.0,69.49,96.83,3.74,17430.0 +United States,1958,America,180107612.0,69.76,96.88,3.69,16961.0 +United States,1959,America,183178348.0,69.98,96.94,3.69,17909.0 +United States,1960,America,186176524.0,69.91,96.99,3.67,18059.0 +United States,1961,America,189077076.0,70.32,97.05,3.63,18170.0 +United States,1962,America,191860710.0,70.21,97.11,3.48,18966.0 +United States,1963,America,194513911.0,70.04,97.17,3.35,19497.0 +United States,1964,America,197028908.0,70.33,97.23,3.22,20338.0 +United States,1965,America,199403532.0,70.41,97.29,2.93,21361.0 +United States,1966,America,201629471.0,70.43,97.36,2.71,22495.0 +United States,1967,America,203713082.0,70.76,97.43,2.56,22803.0 +United States,1968,America,205687611.0,70.42,97.51,2.47,23647.0 +United States,1969,America,207599308.0,70.66,97.59,2.46,24147.0 +United States,1970,America,209485807.0,70.92,97.67,2.46,23908.0 +United States,1971,America,211357912.0,71.24,97.76,2.27,24350.0 +United States,1972,America,213219515.0,71.34,97.85,2.01,25374.0 +United States,1973,America,215092900.0,71.54,97.94,1.87,26567.0 +United States,1974,America,217001865.0,72.08,98.03,1.83,26258.0 +United States,1975,America,218963561.0,72.68,98.12,1.77,25934.0 +United States,1976,America,220993166.0,72.99,98.21,1.74,27041.0 +United States,1977,America,223090871.0,73.38,98.29,1.78,27990.0 +United States,1978,America,225239456.0,73.58,98.37,1.75,29281.0 +United States,1979,America,227411604.0,74.03,98.44,1.8,29951.0 +United States,1980,America,229588208.0,73.93,98.5,1.82,29619.0 +United States,1981,America,231765783.0,74.36,98.56,1.81,30070.0 +United States,1982,America,233953874.0,74.65,98.61,1.81,29230.0 +United States,1983,America,236161961.0,74.71,98.66,1.78,30185.0 +United States,1984,America,238404223.0,74.81,98.7,1.79,32110.0 +United States,1985,America,240691557.0,74.79,98.73,1.84,33065.0 +United States,1986,America,243032017.0,74.87,98.76,1.84,33899.0 +United States,1987,America,245425409.0,75.01,98.78,1.87,34787.0 +United States,1988,America,247865202.0,75.02,98.81,1.92,35929.0 +United States,1989,America,250340795.0,75.1,98.84,2.0,36830.0 +United States,1990,America,252847810.0,75.4,98.88,2.07,37062.0 +United States,1991,America,255367160.0,75.5,98.91,2.06,36543.0 +United States,1992,America,257908206.0,75.8,98.95,2.04,37321.0 +United States,1993,America,260527420.0,75.7,98.99,2.02,37844.0 +United States,1994,America,263301323.0,75.8,99.02,2.0,38892.0 +United States,1995,America,266275528.0,75.9,99.05,1.98,39476.0 +United States,1996,America,269483224.0,76.3,99.08,1.98,40501.0 +United States,1997,America,272882865.0,76.6,99.11,1.97,41812.0 +United States,1998,America,276354096.0,76.8,99.13,2.0,43166.0 +United States,1999,America,279730801.0,76.9,99.14,2.01,44673.0 +United States,2000,America,282895741.0,76.9,99.16,2.05,45986.0 +United States,2001,America,285796198.0,76.9,99.17,2.03,45978.0 +United States,2002,America,288470847.0,77.1,99.18,2.02,46367.0 +United States,2003,America,291005482.0,77.3,99.19,2.05,47260.0 +United States,2004,America,293530886.0,77.6,99.19,2.06,48597.0 +United States,2005,America,296139635.0,77.6,99.2,2.06,49762.0 +United States,2006,America,298860519.0,77.8,99.21,2.11,50599.0 +United States,2007,America,301655953.0,78.1,99.22,2.12,51011.0 +United States,2008,America,304473143.0,78.3,99.23,2.07,50384.0 +United States,2009,America,307231961.0,78.5,99.25,2.0,48558.0 +United States,2010,America,309876170.0,78.8,99.26,1.93,49373.0 +United States,2011,America,312390368.0,78.9,99.28,1.9,49781.0 +United States,2012,America,314799465.0,79.0,99.29,1.9,50549.0 +United States,2013,America,317135919.0,79.1,99.31,1.98,51282.0 +United States,2014,America,319448634.0,79.1,99.33,1.97,52118.0 +United States,2015,America,321773631.0,79.1,99.35,1.97,53354.0 +Uruguay,1800,America,55000.0,32.9,59.404,5.97,1758.0 +Uruguay,1810,America,55000.0,32.9,59.404,5.94,1761.0 +Uruguay,1820,America,59668.0,32.9,59.404,5.9,1763.0 +Uruguay,1830,America,74793.0,32.9,59.404,5.87,2229.0 +Uruguay,1840,America,100137.0,32.9,59.404,5.83,2818.0 +Uruguay,1850,America,142515.0,32.9,59.404,5.8,3563.0 +Uruguay,1860,America,221925.0,32.9,59.404,5.79,4505.0 +Uruguay,1870,America,337169.0,32.9,59.404,5.78,5695.0 +Uruguay,1880,America,480723.0,32.9,59.404,5.76,5445.0 +Uruguay,1890,America,682156.0,32.9,59.404,5.45,5624.0 +Uruguay,1900,America,904637.0,32.9,59.49100000000001,4.5,5820.0 +Uruguay,1910,America,1092482.0,32.9,60.12200000000001,4.38,8239.0 +Uruguay,1920,America,1377048.0,32.9,82.26,3.59,6551.0 +Uruguay,1930,America,1720139.0,39.48,85.083,3.13,9311.0 +Uruguay,1940,America,1973524.0,52.64,87.601,2.68,7065.0 +Uruguay,1950,America,2238506.0,65.89,93.338,2.69,8135.0 +Uruguay,1951,America,2261342.0,65.96,93.54299999999999,2.7,8573.0 +Uruguay,1952,America,2286264.0,66.11,93.741,2.72,8501.0 +Uruguay,1953,America,2313208.0,66.28,93.934,2.74,8738.0 +Uruguay,1954,America,2342044.0,66.47,94.12,2.76,9091.0 +Uruguay,1955,America,2372567.0,66.69,93.94,2.78,8952.0 +Uruguay,1956,America,2404500.0,66.93,93.77,2.81,8897.0 +Uruguay,1957,America,2437498.0,67.18,93.62,2.83,8784.0 +Uruguay,1958,America,2471152.0,67.43,93.54,2.85,8834.0 +Uruguay,1959,America,2505016.0,67.7,93.52,2.87,7890.0 +Uruguay,1960,America,2538651.0,67.95,93.6,2.88,7999.0 +Uruguay,1961,America,2571691.0,68.19,93.74,2.89,8068.0 +Uruguay,1962,America,2603887.0,68.39,93.9,2.89,7735.0 +Uruguay,1963,America,2635128.0,68.55,94.04,2.87,7627.0 +Uruguay,1964,America,2665387.0,68.67,94.14,2.86,7644.0 +Uruguay,1965,America,2694535.0,68.74,94.2,2.84,7606.0 +Uruguay,1966,America,2722874.0,68.78,94.24,2.83,7746.0 +Uruguay,1967,America,2750093.0,68.8,94.29,2.83,7315.0 +Uruguay,1968,America,2774771.0,68.82,94.37,2.84,7324.0 +Uruguay,1969,America,2795044.0,68.84,94.46,2.87,7668.0 +Uruguay,1970,America,2809799.0,68.88,94.57,2.9,7934.0 +Uruguay,1971,America,2818269.0,68.94,94.65,2.94,7849.0 +Uruguay,1972,America,2821437.0,69.01,94.65,2.97,7563.0 +Uruguay,1973,America,2822084.0,69.1,94.57,2.99,7606.0 +Uruguay,1974,America,2824069.0,69.23,94.48,2.99,7831.0 +Uruguay,1975,America,2830172.0,69.39,94.46,2.98,8284.0 +Uruguay,1976,America,2841436.0,69.58,94.55,2.95,8567.0 +Uruguay,1977,America,2857107.0,69.8,94.78,2.91,8612.0 +Uruguay,1978,America,2875970.0,70.05,95.14,2.85,9012.0 +Uruguay,1979,America,2896021.0,70.32,95.56,2.79,9513.0 +Uruguay,1980,America,2915775.0,70.6,96.0,2.72,10034.0 +Uruguay,1981,America,2935036.0,70.89,96.39,2.67,10169.0 +Uruguay,1982,America,2954281.0,71.17,96.68,2.61,9147.0 +Uruguay,1983,America,2973461.0,71.46,96.88,2.57,8556.0 +Uruguay,1984,America,2992648.0,71.72,97.02,2.55,8410.0 +Uruguay,1985,America,3011907.0,71.97,97.14,2.53,8478.0 +Uruguay,1986,America,3031032.0,72.2,97.25,2.52,9169.0 +Uruguay,1987,America,3049962.0,72.41,97.37,2.52,9833.0 +Uruguay,1988,America,3069094.0,72.61,97.49,2.52,9770.0 +Uruguay,1989,America,3088985.0,72.81,97.6,2.52,9827.0 +Uruguay,1990,America,3109987.0,73.0,97.69,2.52,9841.0 +Uruguay,1991,America,3132048.0,72.6,97.77,2.51,10118.0 +Uruguay,1992,America,3154853.0,73.2,97.82,2.49,10841.0 +Uruguay,1993,America,3178156.0,73.2,97.85,2.46,11048.0 +Uruguay,1994,America,3201604.0,73.3,97.89,2.43,11766.0 +Uruguay,1995,America,3224807.0,73.4,97.94,2.4,11513.0 +Uruguay,1996,America,3248039.0,73.5,98.0,2.36,12068.0 +Uruguay,1997,America,3271014.0,73.7,98.08,2.33,13007.0 +Uruguay,1998,America,3292134.0,74.0,98.17,2.3,13508.0 +Uruguay,1999,America,3309318.0,74.3,98.25,2.27,13177.0 +Uruguay,2000,America,3321242.0,74.6,98.32,2.24,12876.0 +Uruguay,2001,America,3327105.0,74.8,98.38,2.22,12359.0 +Uruguay,2002,America,3327770.0,75.0,98.42,2.21,11401.0 +Uruguay,2003,America,3325637.0,75.0,98.47,2.19,11500.0 +Uruguay,2004,America,3324096.0,75.3,98.52,2.17,12081.0 +Uruguay,2005,America,3325608.0,75.5,98.57,2.16,12978.0 +Uruguay,2006,America,3331041.0,75.7,98.62,2.14,13489.0 +Uruguay,2007,America,3339750.0,75.7,98.67,2.12,14336.0 +Uruguay,2008,America,3350832.0,76.0,98.7,2.11,15317.0 +Uruguay,2009,America,3362761.0,76.2,98.73,2.09,15912.0 +Uruguay,2010,America,3374414.0,76.2,98.77,2.08,17095.0 +Uruguay,2011,America,3385610.0,76.3,98.8,2.07,17916.0 +Uruguay,2012,America,3396753.0,76.3,98.84,2.06,18447.0 +Uruguay,2013,America,3407969.0,76.4,98.89,2.05,19321.0 +Uruguay,2014,America,3419516.0,76.6,98.94,2.04,19929.0 +Uruguay,2015,America,3431555.0,76.8,98.99,2.03,20438.0 +Uzbekistan,1800,Asia,1919159.0,26.93,61.856,5.71,502.0 +Uzbekistan,1810,Asia,1919159.0,26.93,61.877,5.71,503.0 +Uzbekistan,1820,Asia,1966716.0,26.93,61.89800000000001,5.71,504.0 +Uzbekistan,1830,Asia,2106508.0,26.93,61.919,5.71,519.0 +Uzbekistan,1840,Asia,2308592.0,26.93,61.941,5.71,536.0 +Uzbekistan,1850,Asia,2530062.0,26.93,61.962,5.71,552.0 +Uzbekistan,1860,Asia,2812219.0,26.93,61.983,5.71,570.0 +Uzbekistan,1870,Asia,3125228.0,24.39,62.00400000000001,5.71,587.0 +Uzbekistan,1880,Asia,3470567.0,25.93,62.025,5.71,606.0 +Uzbekistan,1890,Asia,3853133.0,27.93,62.04600000000001,5.71,608.0 +Uzbekistan,1900,Asia,4279608.0,28.83,62.06700000000001,5.71,816.0 +Uzbekistan,1910,Asia,4750852.0,31.33,65.252,5.71,896.0 +Uzbekistan,1920,Asia,5251813.0,19.7,68.169,5.71,550.0 +Uzbekistan,1930,Asia,5755637.0,36.51,70.84100000000002,5.71,917.0 +Uzbekistan,1940,Asia,6307794.0,42.73,75.221,5.71,1329.0 +Uzbekistan,1950,Asia,6945397.0,55.09,79.137,5.71,1722.0 +Uzbekistan,1951,Asia,7104056.0,55.32,79.49199999999998,5.78,1697.0 +Uzbekistan,1952,Asia,7265172.0,55.78,79.842,5.91,1772.0 +Uzbekistan,1953,Asia,7428993.0,56.23,80.186,6.04,1814.0 +Uzbekistan,1954,Asia,7596333.0,56.68,80.524,6.16,1866.0 +Uzbekistan,1955,Asia,7768581.0,57.13,80.85600000000002,6.27,1986.0 +Uzbekistan,1956,Asia,7947735.0,57.58,81.182,6.38,2133.0 +Uzbekistan,1957,Asia,8136364.0,58.02,81.503,6.47,2133.0 +Uzbekistan,1958,Asia,8337474.0,58.46,81.818,6.56,2248.0 +Uzbekistan,1959,Asia,8554271.0,58.91,82.12799999999999,6.64,2179.0 +Uzbekistan,1960,Asia,8789492.0,59.35,82.43299999999998,6.71,2338.0 +Uzbekistan,1961,Asia,9044671.0,59.8,82.73299999999998,6.76,2430.0 +Uzbekistan,1962,Asia,9319510.0,60.25,83.027,6.78,2456.0 +Uzbekistan,1963,Asia,9611601.0,60.7,83.31700000000002,6.79,2365.0 +Uzbekistan,1964,Asia,9917202.0,61.15,83.601,6.78,2636.0 +Uzbekistan,1965,Asia,10233502.0,61.59,83.881,6.75,2753.0 +Uzbekistan,1966,Asia,10559050.0,62.02,84.15599999999998,6.71,2856.0 +Uzbekistan,1967,Asia,10894306.0,62.43,84.426,6.66,2952.0 +Uzbekistan,1968,Asia,11240523.0,62.83,84.691,6.61,3096.0 +Uzbekistan,1969,Asia,11599763.0,63.2,84.95200000000001,6.55,3111.0 +Uzbekistan,1970,Asia,11972994.0,63.54,85.209,6.49,3321.0 +Uzbekistan,1971,Asia,12361237.0,63.86,85.461,6.42,3378.0 +Uzbekistan,1972,Asia,12762439.0,64.14,85.709,6.34,3365.0 +Uzbekistan,1973,Asia,13170848.0,64.4,85.95299999999997,6.24,3615.0 +Uzbekistan,1974,Asia,13578783.0,64.64,86.19200000000002,6.12,3619.0 +Uzbekistan,1975,Asia,13980997.0,64.87,86.428,5.98,3531.0 +Uzbekistan,1976,Asia,14374729.0,65.11,86.65899999999998,5.83,3598.0 +Uzbekistan,1977,Asia,14762133.0,65.37,86.887,5.66,3584.0 +Uzbekistan,1978,Asia,15148932.0,65.64,87.11,5.48,3577.0 +Uzbekistan,1979,Asia,15543520.0,65.94,87.33,5.3,3468.0 +Uzbekistan,1980,Asia,15951899.0,66.25,88.18,5.13,3382.0 +Uzbekistan,1981,Asia,16375135.0,66.59,88.98,4.97,3325.0 +Uzbekistan,1982,Asia,16810937.0,66.93,89.71000000000002,4.83,3318.0 +Uzbekistan,1983,Asia,17257774.0,67.27,90.36,4.71,3335.0 +Uzbekistan,1984,Asia,17712992.0,67.59,90.95,4.62,3286.0 +Uzbekistan,1985,Asia,18174143.0,67.85,91.47,4.54,3227.0 +Uzbekistan,1986,Asia,18640558.0,68.02,91.92,4.47,3271.0 +Uzbekistan,1987,Asia,19111312.0,68.09,92.27,4.41,3226.0 +Uzbekistan,1988,Asia,19583186.0,68.06,92.55,4.35,3210.0 +Uzbekistan,1989,Asia,20052259.0,67.96,92.75,4.27,3184.0 +Uzbekistan,1990,Asia,20515248.0,67.8,92.85,4.18,3032.0 +Uzbekistan,1991,Asia,20970307.0,67.6,92.89,4.06,2953.0 +Uzbekistan,1992,Asia,21416399.0,67.3,92.9,3.93,2561.0 +Uzbekistan,1993,Asia,21852080.0,67.0,92.94,3.78,2446.0 +Uzbekistan,1994,Asia,22276140.0,66.7,92.98,3.63,2274.0 +Uzbekistan,1995,Asia,22687456.0,66.6,93.05,3.46,2213.0 +Uzbekistan,1996,Asia,23087174.0,66.7,93.13,3.3,2208.0 +Uzbekistan,1997,Asia,23474760.0,66.9,93.23,3.14,2280.0 +Uzbekistan,1998,Asia,23845788.0,67.1,93.35,2.99,2340.0 +Uzbekistan,1999,Asia,24194543.0,67.4,93.5,2.86,2414.0 +Uzbekistan,2000,Asia,24518222.0,67.6,93.68,2.74,2471.0 +Uzbekistan,2001,Asia,24814629.0,67.8,93.86,2.65,2543.0 +Uzbekistan,2002,Asia,25088682.0,67.9,94.04,2.59,2612.0 +Uzbekistan,2003,Asia,25353547.0,68.1,94.22,2.54,2691.0 +Uzbekistan,2004,Asia,25627007.0,68.3,94.4,2.51,2865.0 +Uzbekistan,2005,Asia,25922239.0,68.5,94.58,2.49,3030.0 +Uzbekistan,2006,Asia,26242947.0,68.8,94.75,2.48,3211.0 +Uzbekistan,2007,Asia,26586701.0,69.2,94.92,2.47,3467.0 +Uzbekistan,2008,Asia,26952719.0,69.6,95.08,2.46,3733.0 +Uzbekistan,2009,Asia,27338109.0,69.9,95.24,2.44,3968.0 +Uzbekistan,2010,Asia,27739764.0,70.2,95.39,2.41,4185.0 +Uzbekistan,2011,Asia,28158395.0,70.6,95.54,2.38,4412.0 +Uzbekistan,2012,Asia,28592451.0,70.9,95.68,2.34,4705.0 +Uzbekistan,2013,Asia,29033361.0,71.2,95.82,2.31,5002.0 +Uzbekistan,2014,Asia,29469913.0,71.5,95.96,2.28,5320.0 +Uzbekistan,2015,Asia,29893488.0,71.8,96.09,2.25,5598.0 +Vanuatu,1800,Asia,27791.0,24.3,57.37600000000001,6.6,585.0 +Vanuatu,1810,Asia,27791.0,24.3,59.70100000000001,6.6,586.0 +Vanuatu,1820,Asia,28098.0,24.3,61.9,6.6,587.0 +Vanuatu,1830,Asia,28979.0,24.3,63.978,6.6,607.0 +Vanuatu,1840,Asia,30208.0,24.3,65.943,6.6,628.0 +Vanuatu,1850,Asia,31490.0,24.3,67.801,6.6,650.0 +Vanuatu,1860,Asia,32791.0,24.3,69.557,6.6,672.0 +Vanuatu,1870,Asia,34145.0,24.3,71.218,6.6,696.0 +Vanuatu,1880,Asia,35552.0,24.3,72.788,6.6,720.0 +Vanuatu,1890,Asia,37016.0,24.3,74.27199999999998,6.6,744.0 +Vanuatu,1900,Asia,38544.0,24.3,75.676,6.6,770.0 +Vanuatu,1910,Asia,40134.0,24.3,77.003,6.6,797.0 +Vanuatu,1920,Asia,41806.0,24.3,78.23599999999998,6.6,875.0 +Vanuatu,1930,Asia,43579.0,24.3,79.398,6.82,998.0 +Vanuatu,1940,Asia,45428.0,30.47,80.497,7.25,1137.0 +Vanuatu,1950,Asia,47695.0,40.52,81.539,7.68,1295.0 +Vanuatu,1951,Asia,48919.0,40.79,81.64,7.66,1312.0 +Vanuatu,1952,Asia,50295.0,41.36,81.74,7.62,1329.0 +Vanuatu,1953,Asia,51774.0,41.94,82.06,7.58,1347.0 +Vanuatu,1954,Asia,53325.0,42.51,82.41000000000003,7.54,1364.0 +Vanuatu,1955,Asia,54924.0,43.09,82.76,7.49,1382.0 +Vanuatu,1956,Asia,56564.0,43.67,83.1,7.44,1400.0 +Vanuatu,1957,Asia,58246.0,44.24,83.42,7.39,1418.0 +Vanuatu,1958,Asia,59984.0,44.82,83.73,7.33,1437.0 +Vanuatu,1959,Asia,61796.0,45.4,84.11,7.27,1456.0 +Vanuatu,1960,Asia,63701.0,45.97,84.48,7.2,1475.0 +Vanuatu,1961,Asia,65708.0,46.55,84.89999999999998,7.12,1494.0 +Vanuatu,1962,Asia,67806.0,47.14,85.3,7.03,1513.0 +Vanuatu,1963,Asia,69962.0,47.71,85.76,6.94,1533.0 +Vanuatu,1964,Asia,72131.0,48.29,86.23,6.84,1553.0 +Vanuatu,1965,Asia,74287.0,48.87,86.71,6.73,1573.0 +Vanuatu,1966,Asia,76410.0,49.44,87.19,6.63,1593.0 +Vanuatu,1967,Asia,78518.0,50.01,87.7,6.53,1614.0 +Vanuatu,1968,Asia,80669.0,50.56,88.19,6.43,1635.0 +Vanuatu,1969,Asia,82941.0,51.12,88.68,6.35,1656.0 +Vanuatu,1970,Asia,85388.0,51.67,89.14,6.27,1678.0 +Vanuatu,1971,Asia,88023.0,52.21,89.58,6.2,1699.0 +Vanuatu,1972,Asia,90824.0,52.77,90.01,6.13,1721.0 +Vanuatu,1973,Asia,93761.0,53.33,90.41,6.07,1744.0 +Vanuatu,1974,Asia,96793.0,53.89,90.79,6.0,2274.0 +Vanuatu,1975,Asia,99879.0,54.46,91.15,5.93,2103.0 +Vanuatu,1976,Asia,103024.0,55.05,91.52,5.86,2080.0 +Vanuatu,1977,Asia,106223.0,55.64,91.89,5.79,1999.0 +Vanuatu,1978,Asia,109429.0,56.24,92.29,5.72,2283.0 +Vanuatu,1979,Asia,112579.0,56.83,92.7,5.65,2306.0 +Vanuatu,1980,Asia,115634.0,57.41,93.13,5.58,1989.0 +Vanuatu,1981,Asia,118578.0,57.97,93.57,5.5,2021.0 +Vanuatu,1982,Asia,121433.0,58.5,94.01,5.43,2186.0 +Vanuatu,1983,Asia,124248.0,58.98,94.44,5.36,2593.0 +Vanuatu,1984,Asia,127094.0,59.44,94.85,5.28,2710.0 +Vanuatu,1985,Asia,130028.0,59.87,95.22,5.21,2679.0 +Vanuatu,1986,Asia,133040.0,60.27,95.54,5.14,2566.0 +Vanuatu,1987,Asia,136129.0,60.67,95.83,5.08,2519.0 +Vanuatu,1988,Asia,139369.0,61.07,96.07,5.02,2475.0 +Vanuatu,1989,Asia,142852.0,61.48,96.27,4.97,2498.0 +Vanuatu,1990,Asia,146633.0,61.9,96.44,4.93,2550.0 +Vanuatu,1991,Asia,150779.0,62.0,96.59,4.89,2557.0 +Vanuatu,1992,Asia,155242.0,62.1,96.71,4.85,2548.0 +Vanuatu,1993,Asia,159814.0,62.2,96.81,4.81,2494.0 +Vanuatu,1994,Asia,164209.0,62.2,96.9,4.78,2647.0 +Vanuatu,1995,Asia,168236.0,62.3,96.96,4.73,2610.0 +Vanuatu,1996,Asia,171802.0,62.4,97.01,4.68,2615.0 +Vanuatu,1997,Asia,175004.0,61.2,96.59,4.61,2693.0 +Vanuatu,1998,Asia,178074.0,62.5,97.09,4.54,2761.0 +Vanuatu,1999,Asia,181346.0,62.0,97.12,4.46,2720.0 +Vanuatu,2000,Asia,185058.0,62.5,97.15,4.37,2823.0 +Vanuatu,2001,Asia,189288.0,62.5,97.18,4.27,2664.0 +Vanuatu,2002,Asia,193957.0,62.5,97.21,4.16,2467.0 +Vanuatu,2003,Asia,198963.0,62.5,97.21,4.06,2508.0 +Vanuatu,2004,Asia,204144.0,62.6,97.21,3.95,2542.0 +Vanuatu,2005,Asia,209375.0,62.7,97.21,3.85,2610.0 +Vanuatu,2006,Asia,214635.0,62.9,97.2,3.76,2761.0 +Vanuatu,2007,Asia,219956.0,63.2,97.18,3.68,2833.0 +Vanuatu,2008,Asia,225335.0,63.4,97.18,3.61,2944.0 +Vanuatu,2009,Asia,230782.0,63.6,97.16,3.55,2970.0 +Vanuatu,2010,Asia,236299.0,63.9,97.15,3.5,2948.0 +Vanuatu,2011,Asia,241876.0,64.1,97.14,3.46,2916.0 +Vanuatu,2012,Asia,247498.0,64.4,97.14,3.42,2902.0 +Vanuatu,2013,Asia,253165.0,64.6,97.16,3.38,2895.0 +Vanuatu,2014,Asia,258883.0,64.7,97.19,3.35,2837.0 +Vanuatu,2015,Asia,264652.0,64.9,97.25,3.31,2912.0 +Venezuela,1800,America,718000.0,32.2,58.511,5.63,682.0 +Venezuela,1810,America,718000.0,32.2,58.511,5.66,683.0 +Venezuela,1820,America,759249.0,32.2,58.511,5.7,684.0 +Venezuela,1830,America,887197.0,32.2,58.511,5.74,715.0 +Venezuela,1840,America,1087948.0,32.2,58.511,5.78,747.0 +Venezuela,1850,America,1298076.0,32.2,58.511,5.81,781.0 +Venezuela,1860,America,1500530.0,32.2,58.511,5.85,817.0 +Venezuela,1870,America,1719628.0,32.2,58.511,5.89,854.0 +Venezuela,1880,America,2015985.0,32.2,58.511,5.92,1138.0 +Venezuela,1890,America,2339881.0,32.2,58.511,6.04,1438.0 +Venezuela,1900,America,2695884.0,32.2,58.60099999999999,5.67,1237.0 +Venezuela,1910,America,3009466.0,32.2,59.246,5.91,1336.0 +Venezuela,1920,America,3230455.0,32.2,60.163,5.53,1754.0 +Venezuela,1930,America,3562393.0,32.88,75.685,5.52,4985.0 +Venezuela,1940,America,4082981.0,38.7,80.887,5.49,5651.0 +Venezuela,1950,America,5481977.0,54.33,89.25999999999998,6.54,11070.0 +Venezuela,1951,America,5735168.0,54.64,87.87,6.51,11268.0 +Venezuela,1952,America,5989555.0,55.24,88.44999999999996,6.46,11528.0 +Venezuela,1953,America,6244652.0,55.84,88.99000000000002,6.43,11582.0 +Venezuela,1954,America,6500642.0,56.43,89.5,6.41,12151.0 +Venezuela,1955,America,6758372.0,57.03,89.98,6.42,12555.0 +Venezuela,1956,America,7019406.0,57.64,90.42,6.44,13452.0 +Venezuela,1957,America,7285974.0,58.25,90.84,6.48,14657.0 +Venezuela,1958,America,7560821.0,58.86,91.23,6.53,13548.0 +Venezuela,1959,America,7846947.0,59.47,91.58,6.58,13493.0 +Venezuela,1960,America,8146845.0,60.08,91.89,6.62,13014.0 +Venezuela,1961,America,8461684.0,60.69,92.17,6.64,12405.0 +Venezuela,1962,America,8790590.0,61.3,92.41,6.63,12571.0 +Venezuela,1963,America,9130346.0,61.91,92.62,6.58,12468.0 +Venezuela,1964,America,9476255.0,62.51,92.8,6.5,13789.0 +Venezuela,1965,America,9824694.0,63.09,92.96,6.37,14056.0 +Venezuela,1966,America,10175143.0,63.66,93.11,6.2,13807.0 +Venezuela,1967,America,10528054.0,64.22,93.25,6.01,14225.0 +Venezuela,1968,America,10881995.0,64.77,93.4,5.81,14764.0 +Venezuela,1969,America,11235492.0,65.3,93.57,5.61,14753.0 +Venezuela,1970,America,11587758.0,65.8,93.74,5.4,15390.0 +Venezuela,1971,America,11937803.0,66.27,93.94,5.22,15549.0 +Venezuela,1972,America,12286434.0,66.72,94.12,5.05,15667.0 +Venezuela,1973,America,12636971.0,67.14,94.32,4.91,16369.0 +Venezuela,1974,America,12994025.0,67.53,94.5,4.78,17042.0 +Venezuela,1975,America,13360988.0,67.9,94.68,4.67,17710.0 +Venezuela,1976,America,13739142.0,68.23,94.86,4.57,18947.0 +Venezuela,1977,America,14127790.0,68.52,95.04,4.48,19632.0 +Venezuela,1978,America,14525929.0,68.79,95.23,4.39,19488.0 +Venezuela,1979,America,14931741.0,69.04,95.42,4.3,19140.0 +Venezuela,1980,America,15343917.0,69.3,95.61,4.2,18125.0 +Venezuela,1981,America,15761800.0,69.57,95.79,4.1,17539.0 +Venezuela,1982,America,16185895.0,69.85,95.97,4.01,16681.0 +Venezuela,1983,America,16617343.0,70.17,96.12,3.93,15025.0 +Venezuela,1984,America,17057786.0,70.53,96.26,3.86,14218.0 +Venezuela,1985,America,17508059.0,70.89,96.39,3.79,13874.0 +Venezuela,1986,America,17968530.0,71.27,96.52,3.73,14092.0 +Venezuela,1987,America,18437737.0,71.63,96.65,3.67,14802.0 +Venezuela,1988,America,18912431.0,71.95,96.79,3.6,15505.0 +Venezuela,1989,America,19388262.0,72.24,96.92,3.52,14125.0 +Venezuela,1990,America,19861959.0,72.5,97.04,3.45,14539.0 +Venezuela,1991,America,20332247.0,72.4,97.14,3.37,15577.0 +Venezuela,1992,America,20799471.0,72.4,97.22,3.29,16143.0 +Venezuela,1993,America,21263994.0,72.5,97.27,3.22,15829.0 +Venezuela,1994,America,21726808.0,72.4,97.32,3.15,15124.0 +Venezuela,1995,America,22188671.0,72.7,97.37,3.08,15390.0 +Venezuela,1996,America,22649212.0,73.1,97.45,3.02,15044.0 +Venezuela,1997,America,23108003.0,73.6,97.55,2.97,15680.0 +Venezuela,1998,America,23565734.0,73.6,97.65,2.92,15416.0 +Venezuela,1999,America,24023355.0,70.2,97.23,2.87,14216.0 +Venezuela,2000,America,24481477.0,73.8,97.83,2.82,14461.0 +Venezuela,2001,America,24940223.0,73.8,97.9,2.78,14673.0 +Venezuela,2002,America,25399143.0,73.8,97.96,2.74,13129.0 +Venezuela,2003,America,25857553.0,73.5,98.02,2.7,11894.0 +Venezuela,2004,America,26314483.0,74.3,98.08,2.66,13820.0 +Venezuela,2005,America,26769115.0,74.6,98.15,2.63,14981.0 +Venezuela,2006,America,27221228.0,74.5,98.21,2.6,16178.0 +Venezuela,2007,America,27670659.0,74.4,98.26,2.56,17298.0 +Venezuela,2008,America,28116716.0,74.2,98.29,2.53,17911.0 +Venezuela,2009,America,28558607.0,74.4,98.32,2.5,17056.0 +Venezuela,2010,America,28995745.0,74.9,98.34,2.47,16536.0 +Venezuela,2011,America,29427631.0,74.8,98.36,2.44,16960.0 +Venezuela,2012,America,29854238.0,74.6,98.39,2.42,17642.0 +Venezuela,2013,America,30276045.0,74.7,98.43,2.39,17614.0 +Venezuela,2014,America,30693827.0,74.8,98.47,2.36,16666.0 +Venezuela,2015,America,31108083.0,74.8,98.51,2.34,15753.0 +Vietnam,1800,Asia,6551000.0,32.0,58.256,4.7,861.0 +Vietnam,1810,Asia,6551000.0,32.0,58.256,4.7,862.0 +Vietnam,1820,Asia,6719340.0,32.0,58.256,4.7,864.0 +Vietnam,1830,Asia,7214925.0,32.0,58.256,4.7,858.0 +Vietnam,1840,Asia,7933037.0,32.0,58.256,4.7,852.0 +Vietnam,1850,Asia,8722624.0,32.0,58.256,4.7,846.0 +Vietnam,1860,Asia,9411019.0,32.0,58.256,4.7,840.0 +Vietnam,1870,Asia,10284238.0,32.0,58.256,4.7,834.0 +Vietnam,1880,Asia,11472739.0,32.0,58.256,4.7,909.0 +Vietnam,1890,Asia,12934886.0,32.0,58.256,4.7,991.0 +Vietnam,1900,Asia,14597795.0,32.0,58.347,4.7,1080.0 +Vietnam,1910,Asia,16454275.0,32.0,58.995,4.28,1177.0 +Vietnam,1920,Asia,18182468.0,32.0,59.971,4.15,1148.0 +Vietnam,1930,Asia,20146281.0,32.0,61.51800000000001,5.03,1073.0 +Vietnam,1940,Asia,22322198.0,36.0,70.172,5.02,1011.0 +Vietnam,1950,Asia,24809903.0,51.58,82.62700000000002,4.96,961.0 +Vietnam,1951,Asia,25364453.0,51.98,83.416,5.08,985.0 +Vietnam,1952,Asia,25976838.0,52.81,84.16900000000003,5.31,1009.0 +Vietnam,1953,Asia,26646172.0,53.6,84.889,5.52,1034.0 +Vietnam,1954,Asia,27370699.0,54.36,85.575,5.7,1061.0 +Vietnam,1955,Asia,28147785.0,55.11,86.23100000000002,5.86,1086.0 +Vietnam,1956,Asia,28973873.0,55.83,86.85700000000001,6.0,1104.0 +Vietnam,1957,Asia,29844533.0,56.52,87.455,6.12,1119.0 +Vietnam,1958,Asia,30754603.0,57.19,88.02499999999998,6.21,1132.0 +Vietnam,1959,Asia,31698436.0,57.86,88.57000000000002,6.29,1140.0 +Vietnam,1960,Asia,32670623.0,58.52,88.992,6.35,1150.0 +Vietnam,1961,Asia,33666768.0,59.17,89.395,6.39,1167.0 +Vietnam,1962,Asia,34684164.0,59.82,89.777,6.43,1272.0 +Vietnam,1963,Asia,35722092.0,60.42,90.139,6.45,1267.0 +Vietnam,1964,Asia,36780984.0,60.95,90.5,6.46,1285.0 +Vietnam,1965,Asia,37860014.0,61.32,90.67,6.48,1257.0 +Vietnam,1966,Asia,38959335.0,61.36,90.82,6.49,1232.0 +Vietnam,1967,Asia,40074695.0,61.06,90.97,6.49,1047.0 +Vietnam,1968,Asia,41195833.0,60.45,91.12,6.49,1002.0 +Vietnam,1969,Asia,42309662.0,59.63,91.27,6.49,1059.0 +Vietnam,1970,Asia,43407291.0,58.78,91.43,6.47,1053.0 +Vietnam,1971,Asia,44485910.0,58.17,91.58,6.42,1082.0 +Vietnam,1972,Asia,45549487.0,58.0,91.74,6.35,1152.0 +Vietnam,1973,Asia,46604726.0,58.35,91.9,6.25,1202.0 +Vietnam,1974,Asia,47661770.0,59.23,92.07,6.13,1128.0 +Vietnam,1975,Asia,48729397.0,60.54,92.24,5.97,1023.0 +Vietnam,1976,Asia,49808071.0,62.07,92.41,5.8,1168.0 +Vietnam,1977,Asia,50899504.0,63.58,92.59,5.61,1182.0 +Vietnam,1978,Asia,52015279.0,64.86,92.77,5.42,1165.0 +Vietnam,1979,Asia,53169674.0,65.84,92.95,5.23,1151.0 +Vietnam,1980,Asia,54372518.0,66.49,93.13,5.05,1097.0 +Vietnam,1981,Asia,55627743.0,66.86,93.31,4.87,1112.0 +Vietnam,1982,Asia,56931822.0,67.1,93.47,4.69,1178.0 +Vietnam,1983,Asia,58277391.0,67.3,93.64,4.52,1216.0 +Vietnam,1984,Asia,59653092.0,67.51,93.8,4.36,1297.0 +Vietnam,1985,Asia,61049370.0,67.77,93.97,4.21,1345.0 +Vietnam,1986,Asia,62459557.0,68.07,94.15,4.06,1354.0 +Vietnam,1987,Asia,63881296.0,68.38,94.33,3.93,1374.0 +Vietnam,1988,Asia,65313709.0,68.68,94.52,3.81,1427.0 +Vietnam,1989,Asia,66757401.0,69.0,94.72,3.68,1457.0 +Vietnam,1990,Asia,68209604.0,69.3,94.92,3.56,1501.0 +Vietnam,1991,Asia,69670620.0,69.6,95.12,3.42,1562.0 +Vietnam,1992,Asia,71129537.0,69.8,95.32,3.26,1667.0 +Vietnam,1993,Asia,72558986.0,70.1,95.52,3.07,1770.0 +Vietnam,1994,Asia,73923849.0,70.3,95.7,2.88,1895.0 +Vietnam,1995,Asia,75198975.0,70.6,95.88,2.68,2042.0 +Vietnam,1996,Asia,76375677.0,70.9,96.05,2.48,2197.0 +Vietnam,1997,Asia,77460429.0,71.1,96.2,2.31,2339.0 +Vietnam,1998,Asia,78462888.0,71.5,96.35,2.17,2437.0 +Vietnam,1999,Asia,79399708.0,71.7,96.49,2.06,2515.0 +Vietnam,2000,Asia,80285563.0,72.0,96.62,1.98,2650.0 +Vietnam,2001,Asia,81123685.0,72.2,96.75,1.94,2778.0 +Vietnam,2002,Asia,81917488.0,72.5,96.86,1.92,2920.0 +Vietnam,2003,Asia,82683039.0,72.8,96.96,1.91,3085.0 +Vietnam,2004,Asia,83439812.0,73.0,97.06,1.9,3278.0 +Vietnam,2005,Asia,84203817.0,73.3,97.15,1.9,3485.0 +Vietnam,2006,Asia,84979667.0,73.5,97.23,1.89,3687.0 +Vietnam,2007,Asia,85770717.0,73.8,97.31,1.88,3907.0 +Vietnam,2008,Asia,86589342.0,74.1,97.38,1.86,4085.0 +Vietnam,2009,Asia,87449021.0,74.3,97.45,1.84,4260.0 +Vietnam,2010,Asia,88357775.0,74.5,97.52,1.82,4486.0 +Vietnam,2011,Asia,89321903.0,74.7,97.58,1.79,4717.0 +Vietnam,2012,Asia,90335547.0,74.9,97.65,1.77,4912.0 +Vietnam,2013,Asia,91378752.0,75.0,97.71,1.74,5125.0 +Vietnam,2014,Asia,92423338.0,75.2,97.77,1.72,5370.0 +Vietnam,2015,Asia,93447601.0,75.4,97.83,1.7,5623.0 +Yemen,1800,Asia,2593000.0,23.39,45.956,6.88,877.0 +Yemen,1810,Asia,2593000.0,23.39,45.956,6.88,902.0 +Yemen,1820,Asia,2605438.0,23.39,45.956,6.88,928.0 +Yemen,1830,Asia,2640779.0,23.39,45.956,6.88,955.0 +Yemen,1840,Asia,2689275.0,23.39,45.956,6.88,982.0 +Yemen,1850,Asia,2738662.0,23.39,45.956,6.88,1010.0 +Yemen,1860,Asia,2796168.0,23.39,45.956,6.88,1039.0 +Yemen,1870,Asia,2866728.0,23.39,45.956,6.88,1069.0 +Yemen,1880,Asia,2960773.0,23.39,45.956,6.88,1100.0 +Yemen,1890,Asia,3070113.0,23.39,45.956,6.88,1131.0 +Yemen,1900,Asia,3183724.0,23.39,46.073,6.88,1164.0 +Yemen,1910,Asia,3301368.0,23.39,46.913000000000004,6.88,1197.0 +Yemen,1920,Asia,3517932.0,23.39,48.00599999999999,6.88,1231.0 +Yemen,1930,Asia,3787588.0,23.39,48.724,6.96,1273.0 +Yemen,1940,Asia,4077913.0,23.39,49.468999999999994,7.12,1315.0 +Yemen,1950,Asia,4402320.0,23.51,50.243,7.27,1357.0 +Yemen,1951,Asia,4474025.0,24.0,51.054,7.27,1367.0 +Yemen,1952,Asia,4546100.0,24.96,49.96100000000001,7.27,1377.0 +Yemen,1953,Asia,4618871.0,25.92,51.10399999999999,7.27,1388.0 +Yemen,1954,Asia,4692620.0,26.87,52.207,7.27,1397.0 +Yemen,1955,Asia,4767589.0,27.84,53.27200000000001,7.27,1406.0 +Yemen,1956,Asia,4843974.0,28.8,54.286,7.27,1414.0 +Yemen,1957,Asia,4921929.0,29.76,55.24,7.27,1421.0 +Yemen,1958,Asia,5001572.0,30.72,56.01000000000001,7.28,1428.0 +Yemen,1959,Asia,5082998.0,31.68,56.73999999999999,7.28,1435.0 +Yemen,1960,Asia,5166311.0,32.64,57.45,7.29,1443.0 +Yemen,1961,Asia,5251663.0,33.58,58.18,7.31,1452.0 +Yemen,1962,Asia,5339285.0,34.52,58.92999999999999,7.33,1461.0 +Yemen,1963,Asia,5429501.0,35.45,59.7,7.35,1475.0 +Yemen,1964,Asia,5522690.0,36.37,60.57,7.39,1483.0 +Yemen,1965,Asia,5619170.0,37.27,61.53,7.42,1495.0 +Yemen,1966,Asia,5720538.0,38.15,62.56999999999999,7.45,1512.0 +Yemen,1967,Asia,5827223.0,39.01,63.71,7.47,1530.0 +Yemen,1968,Asia,5937125.0,39.87,64.92,7.49,1544.0 +Yemen,1969,Asia,6047230.0,40.71,66.16,7.51,1563.0 +Yemen,1970,Asia,6156234.0,41.55,67.39999999999999,7.54,1849.0 +Yemen,1971,Asia,6262934.0,42.4,68.6,7.59,2126.0 +Yemen,1972,Asia,6370599.0,43.28,69.75,7.67,2249.0 +Yemen,1973,Asia,6487853.0,44.17,70.86,7.78,2469.0 +Yemen,1974,Asia,6626208.0,45.1,71.97,7.92,2554.0 +Yemen,1975,Asia,6793979.0,46.05,73.14,8.09,2687.0 +Yemen,1976,Asia,6994840.0,47.05,74.33999999999997,8.28,3018.0 +Yemen,1977,Asia,7226885.0,48.06,75.6,8.47,3259.0 +Yemen,1978,Asia,7485921.0,49.08,76.86999999999998,8.67,3440.0 +Yemen,1979,Asia,7765087.0,50.11,78.14999999999998,8.84,3533.0 +Yemen,1980,Asia,8059381.0,51.13,79.42,8.99,3457.0 +Yemen,1981,Asia,8369708.0,52.13,80.64,9.11,3568.0 +Yemen,1982,Asia,8698304.0,53.09,81.81,9.19,3529.0 +Yemen,1983,Asia,9043210.0,54.02,82.89,9.22,3627.0 +Yemen,1984,Asia,9402070.0,54.89,83.88,9.22,3661.0 +Yemen,1985,Asia,9774242.0,55.69,84.72999999999998,9.19,3526.0 +Yemen,1986,Asia,10153613.0,56.4,85.46000000000002,9.12,3495.0 +Yemen,1987,Asia,10542601.0,57.04,86.08,9.03,3524.0 +Yemen,1988,Asia,10958983.0,57.6,86.63000000000002,8.93,3558.0 +Yemen,1989,Asia,11426912.0,58.08,87.11,8.81,3562.0 +Yemen,1990,Asia,11961099.0,58.5,87.52,8.67,3441.0 +Yemen,1991,Asia,12571240.0,58.9,87.87,8.5,3482.0 +Yemen,1992,Asia,13245003.0,59.3,88.18,8.31,3578.0 +Yemen,1993,Asia,13948118.0,59.6,88.44,8.09,3536.0 +Yemen,1994,Asia,14633091.0,59.7,88.68,7.84,3598.0 +Yemen,1995,Asia,15266147.0,60.3,88.89,7.58,3644.0 +Yemen,1996,Asia,15834747.0,60.7,89.11,7.31,3676.0 +Yemen,1997,Asia,16349809.0,61.1,89.36,7.05,3746.0 +Yemen,1998,Asia,16829935.0,61.5,89.67,6.8,3857.0 +Yemen,1999,Asia,17304422.0,62.0,90.03,6.57,3892.0 +Yemen,2000,Asia,17795219.0,62.4,90.44,6.36,4017.0 +Yemen,2001,Asia,18306287.0,62.8,90.87,6.17,4053.0 +Yemen,2002,Asia,18832097.0,63.3,91.31,5.98,4094.0 +Yemen,2003,Asia,19374012.0,63.7,91.73,5.78,4129.0 +Yemen,2004,Asia,19931617.0,64.2,92.12,5.59,4177.0 +Yemen,2005,Asia,20504385.0,64.6,92.5,5.39,4295.0 +Yemen,2006,Asia,21093973.0,65.0,92.86,5.2,4320.0 +Yemen,2007,Asia,21701105.0,65.2,93.2,5.01,4354.0 +Yemen,2008,Asia,22322699.0,65.7,93.52,4.83,4420.0 +Yemen,2009,Asia,22954226.0,66.2,93.83,4.66,4494.0 +Yemen,2010,Asia,23591972.0,66.6,94.12,4.5,4534.0 +Yemen,2011,Asia,24234940.0,66.6,94.39,4.35,3761.0 +Yemen,2012,Asia,24882792.0,66.7,94.63,4.21,3765.0 +Yemen,2013,Asia,25533217.0,67.1,94.85,4.08,3832.0 +Yemen,2014,Asia,26183676.0,67.1,95.06,3.95,3866.0 +Yemen,2015,Asia,26832215.0,66.0,95.25,3.83,3887.0 +Zambia,1800,Africa,747000.0,32.6,59.021,6.71,663.0 +Zambia,1810,Africa,747000.0,32.6,59.021,6.71,680.0 +Zambia,1820,Africa,747000.0,32.6,59.021,6.71,696.0 +Zambia,1830,Africa,747000.0,32.6,59.021,6.71,713.0 +Zambia,1840,Africa,747000.0,32.6,59.021,6.71,731.0 +Zambia,1850,Africa,747000.0,32.6,59.021,6.71,748.0 +Zambia,1860,Africa,746052.0,32.6,59.021,6.71,767.0 +Zambia,1870,Africa,745105.0,32.6,59.021,6.71,786.0 +Zambia,1880,Africa,744157.0,32.6,59.021,6.71,805.0 +Zambia,1890,Africa,743210.0,32.6,59.021,6.71,824.0 +Zambia,1900,Africa,743191.0,32.6,59.11,6.71,845.0 +Zambia,1910,Africa,805537.0,32.6,59.74699999999999,6.71,865.0 +Zambia,1920,Africa,958388.0,32.6,60.583,6.71,1093.0 +Zambia,1930,Africa,1293013.0,32.6,61.4,6.71,1465.0 +Zambia,1940,Africa,1734228.0,32.6,62.224,6.71,1960.0 +Zambia,1950,Africa,2316950.0,42.85,72.859,6.71,2618.0 +Zambia,1951,Africa,2376075.0,43.22,74.27699999999999,6.72,2714.0 +Zambia,1952,Africa,2438575.0,43.79,75.62,6.74,2812.0 +Zambia,1953,Africa,2504147.0,44.38,76.05999999999997,6.76,2913.0 +Zambia,1954,Africa,2572608.0,44.95,76.51,6.78,3016.0 +Zambia,1955,Africa,2643906.0,45.53,77.0,6.81,2865.0 +Zambia,1956,Africa,2718118.0,46.1,77.45,6.84,3104.0 +Zambia,1957,Africa,2795451.0,46.67,77.91,6.88,3257.0 +Zambia,1958,Africa,2876213.0,47.24,78.35,6.92,2916.0 +Zambia,1959,Africa,2960799.0,47.79,78.82000000000002,6.97,3167.0 +Zambia,1960,Africa,3049586.0,48.34,79.27,7.02,3151.0 +Zambia,1961,Africa,3142848.0,48.89,79.69999999999997,7.07,3091.0 +Zambia,1962,Africa,3240664.0,49.42,80.11,7.13,3017.0 +Zambia,1963,Africa,3342894.0,49.94,80.47,7.18,3016.0 +Zambia,1964,Africa,3449266.0,50.44,80.77,7.24,3214.0 +Zambia,1965,Africa,3559687.0,50.96,81.02000000000002,7.29,3506.0 +Zambia,1966,Africa,3674088.0,51.49,81.18,7.34,3877.0 +Zambia,1967,Africa,3792864.0,52.05,81.28999999999998,7.38,4390.0 +Zambia,1968,Africa,3916928.0,52.64,81.4,7.41,4423.0 +Zambia,1969,Africa,4047479.0,53.25,81.63,7.43,3891.0 +Zambia,1970,Africa,4185378.0,53.88,82.0,7.44,3888.0 +Zambia,1971,Africa,4331002.0,54.51,82.49,7.44,3828.0 +Zambia,1972,Africa,4484141.0,55.13,83.07,7.45,4050.0 +Zambia,1973,Africa,4644329.0,55.71,83.63000000000002,7.45,3839.0 +Zambia,1974,Africa,4810810.0,56.24,84.11999999999998,7.44,3822.0 +Zambia,1975,Africa,4983017.0,56.7,84.5,7.44,3658.0 +Zambia,1976,Africa,5160570.0,57.07,84.7,7.41,3622.0 +Zambia,1977,Africa,5343550.0,57.36,84.72999999999998,7.38,3382.0 +Zambia,1978,Africa,5532350.0,57.57,84.67,7.33,3232.0 +Zambia,1979,Africa,5727577.0,57.66,84.61,7.26,2993.0 +Zambia,1980,Africa,5929497.0,57.62,84.48,7.18,2998.0 +Zambia,1981,Africa,6138069.0,57.45,84.39999999999998,7.1,2866.0 +Zambia,1982,Africa,6352561.0,57.14,84.26,7.02,2832.0 +Zambia,1983,Africa,6571673.0,56.71,84.05,6.94,2811.0 +Zambia,1984,Africa,6793708.0,56.17,83.73,6.87,2696.0 +Zambia,1985,Africa,7017292.0,55.54,83.3,6.8,2602.0 +Zambia,1986,Africa,7242496.0,54.85,82.88,6.74,2579.0 +Zambia,1987,Africa,7469270.0,54.09,82.5,6.67,2560.0 +Zambia,1988,Africa,7696070.0,53.33,82.2,6.61,2523.0 +Zambia,1989,Africa,7921028.0,52.59,82.0,6.54,2465.0 +Zambia,1990,Africa,8143142.0,51.9,81.89,6.47,2407.0 +Zambia,1991,Africa,8361381.0,50.7,81.86,6.4,2348.0 +Zambia,1992,Africa,8576987.0,49.6,81.88,6.34,2253.0 +Zambia,1993,Africa,8794061.0,48.6,81.98,6.29,2351.0 +Zambia,1994,Africa,9018229.0,47.7,82.23,6.25,2098.0 +Zambia,1995,Africa,9253527.0,46.9,82.53,6.21,2106.0 +Zambia,1996,Africa,9502346.0,46.3,82.78999999999998,6.18,2180.0 +Zambia,1997,Africa,9763742.0,45.9,82.98,6.15,2203.0 +Zambia,1998,Africa,10034412.0,45.4,83.17,6.13,2136.0 +Zambia,1999,Africa,10309310.0,45.0,83.48,6.1,2176.0 +Zambia,2000,Africa,10585220.0,44.8,84.0,6.07,2202.0 +Zambia,2001,Africa,10861238.0,44.9,84.84,6.04,2260.0 +Zambia,2002,Africa,11139978.0,45.1,85.92999999999998,6.02,2304.0 +Zambia,2003,Africa,11426006.0,45.3,87.06,6.0,2403.0 +Zambia,2004,Africa,11725635.0,46.3,88.08,5.97,2507.0 +Zambia,2005,Africa,12043591.0,47.1,88.89,5.95,2620.0 +Zambia,2006,Africa,12381509.0,47.9,89.53999999999998,5.93,2752.0 +Zambia,2007,Africa,12738676.0,49.0,90.11,5.91,2901.0 +Zambia,2008,Africa,13114579.0,51.1,90.51,5.88,3039.0 +Zambia,2009,Africa,13507849.0,52.3,90.99,5.85,3224.0 +Zambia,2010,Africa,13917439.0,53.1,91.52,5.81,3451.0 +Zambia,2011,Africa,14343526.0,53.7,91.86,5.77,3557.0 +Zambia,2012,Africa,14786581.0,54.7,92.23,5.73,3678.0 +Zambia,2013,Africa,15246086.0,55.6,92.72,5.69,3800.0 +Zambia,2014,Africa,15721343.0,56.3,92.98,5.64,3898.0 +Zambia,2015,Africa,16211767.0,56.7,93.22,5.59,4034.0 +Zimbabwe,1800,Africa,1085814.0,33.7,60.405,6.75,869.0 +Zimbabwe,1810,Africa,1085814.0,33.7,60.405,6.75,879.0 +Zimbabwe,1820,Africa,1106634.0,33.7,60.405,6.75,890.0 +Zimbabwe,1830,Africa,1167259.0,33.7,60.405,6.75,901.0 +Zimbabwe,1840,Africa,1253642.0,33.7,60.405,6.75,912.0 +Zimbabwe,1850,Africa,1346417.0,33.7,60.405,6.75,923.0 +Zimbabwe,1860,Africa,1444385.0,33.7,60.405,6.75,934.0 +Zimbabwe,1870,Africa,1549480.0,33.7,60.405,6.75,945.0 +Zimbabwe,1880,Africa,1661683.0,33.7,60.405,6.75,957.0 +Zimbabwe,1890,Africa,1781947.0,33.7,60.405,6.75,968.0 +Zimbabwe,1900,Africa,1911595.0,33.7,60.49,6.75,980.0 +Zimbabwe,1910,Africa,2050255.0,33.7,61.106,6.75,992.0 +Zimbabwe,1920,Africa,2200198.0,33.7,62.027,6.75,1004.0 +Zimbabwe,1930,Africa,2363023.0,33.7,62.951,6.75,1017.0 +Zimbabwe,1940,Africa,2537898.0,33.7,63.87600000000001,6.75,1221.0 +Zimbabwe,1950,Africa,2746854.0,48.46,78.648,6.75,1492.0 +Zimbabwe,1951,Africa,2830449.0,48.75,79.803,6.76,1537.0 +Zimbabwe,1952,Africa,2918424.0,49.25,80.896,6.78,1543.0 +Zimbabwe,1953,Africa,3010186.0,49.75,81.93,6.81,1618.0 +Zimbabwe,1954,Africa,3105346.0,50.25,82.37,6.84,1645.0 +Zimbabwe,1955,Africa,3203735.0,50.73,82.80000000000003,6.88,1719.0 +Zimbabwe,1956,Africa,3305403.0,51.22,83.2,6.93,1843.0 +Zimbabwe,1957,Africa,3410611.0,51.71,83.6,6.98,1941.0 +Zimbabwe,1958,Africa,3519806.0,52.17,84.05,7.04,1920.0 +Zimbabwe,1959,Africa,3633554.0,52.64,84.47,7.1,1962.0 +Zimbabwe,1960,Africa,3752390.0,53.11,84.92999999999998,7.16,1969.0 +Zimbabwe,1961,Africa,3876638.0,53.55,85.42,7.22,2024.0 +Zimbabwe,1962,Africa,4006262.0,53.99,85.91,7.27,2001.0 +Zimbabwe,1963,Africa,4140804.0,54.42,86.41,7.31,1973.0 +Zimbabwe,1964,Africa,4279561.0,54.83,86.89,7.35,1976.0 +Zimbabwe,1965,Africa,4422132.0,55.25,87.38,7.37,2054.0 +Zimbabwe,1966,Africa,4568320.0,55.65,87.81,7.39,1985.0 +Zimbabwe,1967,Africa,4718612.0,56.04,88.21,7.4,1926.0 +Zimbabwe,1968,Africa,4874113.0,56.43,88.53,7.41,1639.0 +Zimbabwe,1969,Africa,5036321.0,56.83,88.78,7.42,2121.0 +Zimbabwe,1970,Africa,5206311.0,57.22,88.96,7.42,2521.0 +Zimbabwe,1971,Africa,5385342.0,57.63,89.08,7.42,2651.0 +Zimbabwe,1972,Africa,5573312.0,58.05,89.17,7.42,2778.0 +Zimbabwe,1973,Africa,5768382.0,58.47,89.23,7.42,2765.0 +Zimbabwe,1974,Africa,5967861.0,58.92,89.25999999999998,7.41,2740.0 +Zimbabwe,1975,Africa,6170284.0,59.41,89.27000000000002,7.4,2674.0 +Zimbabwe,1976,Africa,6373956.0,59.94,89.28,7.37,2568.0 +Zimbabwe,1977,Africa,6580739.0,60.53,89.31,7.33,2332.0 +Zimbabwe,1978,Africa,6796946.0,61.17,89.39,7.27,2209.0 +Zimbabwe,1979,Africa,7031159.0,61.82,89.58,7.2,2217.0 +Zimbabwe,1980,Africa,7289083.0,62.48,89.88000000000002,7.1,2364.0 +Zimbabwe,1981,Africa,7571965.0,63.13,90.31,6.97,2561.0 +Zimbabwe,1982,Africa,7876414.0,63.73,90.8,6.81,2527.0 +Zimbabwe,1983,Africa,8197564.0,64.23,91.33,6.63,2467.0 +Zimbabwe,1984,Africa,8528328.0,64.63,91.85,6.44,2327.0 +Zimbabwe,1985,Africa,8862601.0,64.86,92.31,6.22,2395.0 +Zimbabwe,1986,Africa,9198874.0,64.9,92.72,6.0,2357.0 +Zimbabwe,1987,Africa,9535657.0,64.74,93.02,5.78,2299.0 +Zimbabwe,1988,Africa,9866776.0,64.39,93.2,5.57,2390.0 +Zimbabwe,1989,Africa,10184966.0,63.81,93.25,5.37,2436.0 +Zimbabwe,1990,Africa,10484771.0,63.0,93.17,5.18,2532.0 +Zimbabwe,1991,Africa,10763036.0,62.7,92.99,5.0,2604.0 +Zimbabwe,1992,Africa,11019717.0,61.4,92.71,4.84,2316.0 +Zimbabwe,1993,Africa,11256512.0,59.8,92.4,4.69,2292.0 +Zimbabwe,1994,Africa,11476807.0,58.2,92.08,4.55,2456.0 +Zimbabwe,1995,Africa,11683136.0,56.0,91.8,4.43,2416.0 +Zimbabwe,1996,Africa,11877664.0,54.4,91.58,4.33,2619.0 +Zimbabwe,1997,Africa,12059858.0,52.8,91.43,4.24,2645.0 +Zimbabwe,1998,Africa,12226742.0,50.9,91.32,4.17,2680.0 +Zimbabwe,1999,Africa,12374019.0,49.3,91.22,4.11,2625.0 +Zimbabwe,2000,Africa,12499981.0,47.9,91.13,4.07,2521.0 +Zimbabwe,2001,Africa,12603988.0,47.0,91.05,4.04,2540.0 +Zimbabwe,2002,Africa,12691431.0,45.9,90.94,4.02,2304.0 +Zimbabwe,2003,Africa,12774162.0,45.3,90.8,4.0,1908.0 +Zimbabwe,2004,Africa,12867828.0,44.7,90.59,3.99,1794.0 +Zimbabwe,2005,Africa,12984418.0,45.1,90.38,3.97,1689.0 +Zimbabwe,2006,Africa,13127942.0,45.5,90.21,3.94,1629.0 +Zimbabwe,2007,Africa,13297798.0,46.4,90.13,3.9,1568.0 +Zimbabwe,2008,Africa,13495462.0,47.3,90.17,3.85,1286.0 +Zimbabwe,2009,Africa,13720997.0,48.0,90.27,3.79,1352.0 +Zimbabwe,2010,Africa,13973897.0,49.1,90.49,3.72,1484.0 +Zimbabwe,2011,Africa,14255592.0,51.6,90.8,3.64,1626.0 +Zimbabwe,2012,Africa,14565482.0,54.2,91.33,3.56,1750.0 +Zimbabwe,2013,Africa,14898092.0,55.7,91.67,3.49,1773.0 +Zimbabwe,2014,Africa,15245855.0,57.0,91.9,3.41,1773.0 +Zimbabwe,2015,Africa,15602751.0,59.3,92.04,3.35,1801.0 diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/nobels.csv b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/nobels.csv new file mode 100755 index 000000000..239c27d95 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter6/nobels.csv @@ -0,0 +1,950 @@ +1901,Chemistry,Jacobus Henricus van 't Hoff +1901,Literature,Sully Prudhomme +1901,Medicine,Emil Adolf von Behring +1901,Peace,Frédéric Passy +1901,Peace,Henry Dunant +1901,Physics,Wilhelm Röntgen +1902,Chemistry,Hermann Emil Fischer +1902,Literature,Theodor Mommsen +1902,Medicine,Ronald Ross +1902,Peace,Charles Albert Gobat +1902,Peace,Élie Ducommun +1902,Physics,Hendrik Lorentz +1902,Physics,Pieter Zeeman +1903,Chemistry,Svante Arrhenius +1903,Literature,Bjørnstjerne Bjørnson +1903,Medicine,Niels Ryberg Finsen +1903,Peace,Randal Cremer +1903,Physics,Henri Becquerel +1903,Physics,Marie Curie +1903,Physics,Pierre Curie +1904,Chemistry,William Ramsay +1904,Literature,Frédéric Mistral +1904,Literature,José Echegaray +1904,Medicine,Ivan Pavlov +1904,Peace,Institut de Droit International +1904,Physics,Lord Rayleigh +1905,Chemistry,Adolf von Baeyer +1905,Literature,Henryk Sienkiewicz +1905,Medicine,Robert Koch +1905,Peace,Bertha von Suttner +1905,Physics,Philipp Lenard +1906,Chemistry,Henri Moissan +1906,Literature,Giosuè Carducci +1906,Medicine,Camillo Golgi +1906,Medicine,Santiago Ramón y Cajal +1906,Peace,Theodore Roosevelt +1906,Physics,J. J. Thomson +1907,Chemistry,Eduard Buchner +1907,Literature,Rudyard Kipling +1907,Medicine,Charles Louis Alphonse Laveran +1907,Peace,Ernesto Teodoro Moneta +1907,Peace,Louis Renault +1907,Physics,Albert Abraham Michelson +1908,Chemistry,Ernest Rutherford +1908,Literature,Rudolf Christoph Eucken +1908,Medicine,Paul Ehrlich +1908,Medicine,Élie Metchnikoff +1908,Peace,Fredrik Bajer +1908,Peace,Klas Pontus Arnoldson +1908,Physics,Gabriel Lippmann +1909,Chemistry,Wilhelm Ostwald +1909,Literature,Selma Lagerlöf +1909,Medicine,Emil Theodor Kocher +1909,Peace,Auguste Marie François Beernaert +1909,Peace,Paul-Henri-Benjamin d'Estournelles de Constant +1909,Physics,Guglielmo Marconi +1909,Physics,Karl Ferdinand Braun +1910,Chemistry,Otto Wallach +1910,Literature,Paul Heyse +1910,Medicine,Albrecht Kossel +1910,Peace,International Peace Bureau +1910,Physics,Johannes Diderik van der Waals +1911,Chemistry,Marie Curie +1911,Literature,Maurice Maeterlinck +1911,Medicine,Allvar Gullstrand +1911,Peace,Alfred Hermann Fried +1911,Peace,Tobias Asser +1911,Physics,Wilhelm Wien +1912,Chemistry,Paul Sabatier +1912,Chemistry,Victor Grignard +1912,Literature,Gerhart Hauptmann +1912,Medicine,Alexis Carrel +1912,Peace,Elihu Root +1912,Physics,Gustaf Dalén +1913,Chemistry,Alfred Werner +1913,Literature,Rabindranath Tagore +1913,Medicine,Charles Richet +1913,Peace,Henri La Fontaine +1913,Physics,Heike Kamerlingh Onnes +1914,Chemistry,Theodore William Richards +1914,Medicine,Robert Bárány +1914,Physics,Max von Laue +1915,Chemistry,Richard Willstätter +1915,Literature,Romain Rolland +1915,Physics,William Henry Bragg +1915,Physics,William Lawrence Bragg +1916,Literature,Verner von Heidenstam +1917,Literature,Henrik Pontoppidan +1917,Literature,Karl Adolph Gjellerup +1917,Peace,International Committee of the Red Cross +1917,Physics,Charles Glover Barkla +1918,Chemistry,Fritz Haber +1918,Physics,Max Planck +1919,Literature,Carl Spitteler +1919,Medicine,Jules Bordet +1919,Peace,Woodrow Wilson +1919,Physics,Johannes Stark +1920,Chemistry,Walther Nernst +1920,Literature,Knut Hamsun +1920,Medicine,August Krogh +1920,Peace,Léon Bourgeois +1920,Physics,Charles Édouard Guillaume +1921,Chemistry,Frederick Soddy +1921,Literature,Anatole France +1921,Peace,Christian Lous Lange +1921,Peace,Hjalmar Branting +1921,Physics,Albert Einstein +1922,Chemistry,Francis William Aston +1922,Literature,Jacinto Benavente +1922,Medicine,Archibald Hill +1922,Medicine,Otto Fritz Meyerhof +1922,Peace,Fridtjof Nansen +1922,Physics,Niels Bohr +1923,Chemistry,Fritz Pregl +1923,Literature,W. B. Yeats +1923,Medicine,Frederick Banting +1923,Medicine,John James Rickard Macleod +1923,Physics,Robert Andrews Millikan +1924,Literature,Władysław Reymont +1924,Medicine,Willem Einthoven +1924,Physics,Manne Siegbahn +1925,Chemistry,Richard Adolf Zsigmondy +1925,Literature,George Bernard Shaw +1925,Peace,Austen Chamberlain +1925,Peace,Charles G. Dawes +1925,Physics,Gustav Ludwig Hertz +1925,Physics,James Franck +1926,Chemistry,Theodor Svedberg +1926,Literature,Grazia Deledda +1926,Medicine,Johannes Fibiger +1926,Peace,Aristide Briand +1926,Peace,Gustav Stresemann +1926,Physics,Jean Baptiste Perrin +1927,Chemistry,Heinrich Otto Wieland +1927,Literature,Henri Bergson +1927,Medicine,Julius Wagner-Jauregg +1927,Peace,Ferdinand Buisson +1927,Peace,Ludwig Quidde +1927,Physics,Arthur Compton +1927,Physics,Charles Thomson Rees Wilson +1928,Chemistry,Adolf Otto Reinhold Windaus +1928,Literature,Sigrid Undset +1928,Medicine,Charles Nicolle +1928,Physics,Owen Willans Richardson +1929,Chemistry,Arthur Harden +1929,Chemistry,Hans von Euler-Chelpin +1929,Literature,Thomas Mann +1929,Medicine,Christiaan Eijkman +1929,Medicine,Frederick Gowland Hopkins +1929,Peace,Frank B. Kellogg +1929,Physics,Louis de Broglie +1930,Chemistry,Hans Fischer +1930,Literature,Sinclair Lewis +1930,Medicine,Karl Landsteiner +1930,Peace,Nathan Söderblom +1930,Physics,C. V. Raman +1931,Chemistry,Carl Bosch +1931,Chemistry,Friedrich Bergius +1931,Literature,Erik Axel Karlfeldt +1931,Medicine,Otto Heinrich Warburg +1931,Peace,Jane Addams +1931,Peace,Nicholas Murray Butler +1932,Chemistry,Irving Langmuir +1932,Literature,John Galsworthy +1932,Medicine,Charles Scott Sherrington +1932,Medicine,Edgar Adrian +1932,Physics,Werner Heisenberg +1933,Literature,Ivan Bunin +1933,Medicine,Thomas Hunt Morgan +1933,Peace,Norman Angell +1933,Physics,Erwin Schrödinger +1933,Physics,Paul Dirac +1934,Chemistry,Harold Urey +1934,Literature,Luigi Pirandello +1934,Medicine,George Minot +1934,Medicine,George Whipple +1934,Medicine,William P. Murphy +1934,Peace,Arthur Henderson +1935,Chemistry,Frédéric Joliot-Curie +1935,Chemistry,Irène Joliot-Curie +1935,Medicine,Hans Spemann +1935,Peace,Carl von Ossietzky +1935,Physics,James Chadwick +1936,Chemistry,Peter Debye +1936,Literature,Eugene O'Neill +1936,Medicine,Henry Hallett Dale +1936,Medicine,Otto Loewi +1936,Peace,Carlos Saavedra Lamas +1936,Physics,Carl David Anderson +1936,Physics,Victor Francis Hess +1937,Chemistry,Norman Haworth +1937,Chemistry,Paul Karrer +1937,Literature,Roger Martin du Gard +1937,Medicine,Albert Szent-Györgyi +1937,Peace,The Viscount Cecil of Chelwood +1937,Physics,Clinton Davisson +1937,Physics,George Paget Thomson +1938,Chemistry,Richard Kuhn +1938,Literature,Pearl S. Buck +1938,Medicine,Corneille Heymans +1938,Peace,Nansen International Office For Refugees +1938,Physics,Enrico Fermi +1939,Chemistry,Adolf Butenandt +1939,Chemistry,Leopold Ružička +1939,Literature,Frans Eemil Sillanpää +1939,Medicine,Gerhard Domagk +1939,Physics,Ernest Lawrence +1943,Chemistry,George de Hevesy +1943,Medicine,Edward Adelbert Doisy +1943,Medicine,Henrik Dam +1943,Physics,Otto Stern +1944,Chemistry,Otto Hahn +1944,Literature,Johannes Vilhelm Jensen +1944,Medicine,Herbert Spencer Gasser +1944,Medicine,Joseph Erlanger +1944,Peace,International Committee of the Red Cross +1944,Physics,Isidor Isaac Rabi +1945,Chemistry,Artturi Ilmari Virtanen +1945,Literature,Gabriela Mistral +1945,Medicine,Alexander Fleming +1945,Medicine,Ernst Boris Chain +1945,Medicine,Howard Florey +1945,Peace,Cordell Hull +1945,Physics,Wolfgang Pauli +1946,Chemistry,James B. Sumner +1946,Chemistry,John Howard Northrop +1946,Chemistry,Wendell Meredith Stanley +1946,Literature,Hermann Hesse +1946,Medicine,Hermann Joseph Muller +1946,Peace,Emily Greene Balch +1946,Peace,John Mott +1946,Physics,Percy Williams Bridgman +1947,Chemistry,Robert Robinson +1947,Literature,André Gide +1947,Medicine,Bernardo Houssay +1947,Medicine,Carl Ferdinand Cori +1947,Medicine,Gerty Cori +1947,Peace,American Friends Service Committee +1947,Peace,Friends Service Council +1947,Physics,Edward Victor Appleton +1948,Chemistry,Arne Tiselius +1948,Literature,T. S. Eliot +1948,Medicine,Paul Hermann Müller +1948,Physics,Patrick Blackett +1949,Chemistry,William Giauque +1949,Literature,William Faulkner +1949,Medicine,António Egas Moniz +1949,Medicine,Walter Rudolf Hess +1949,Peace,John Boyd Orr +1949,Physics,Hideki Yukawa +1950,Chemistry,Kurt Alder +1950,Chemistry,Otto Diels +1950,Literature,Bertrand Russell +1950,Medicine,Edward Calvin Kendall +1950,Medicine,Philip Showalter Hench +1950,Medicine,Tadeus Reichstein +1950,Peace,Ralph Bunche +1950,Physics,C. F. Powell +1951,Chemistry,Edwin McMillan +1951,Chemistry,Glenn T. Seaborg +1951,Literature,Pär Lagerkvist +1951,Medicine,Max Theiler +1951,Peace,Léon Jouhaux +1951,Physics,Ernest Walton +1951,Physics,John Cockcroft +1952,Chemistry,Archer John Porter Martin +1952,Chemistry,Richard Laurence Millington Synge +1952,Literature,François Mauriac +1952,Medicine,Selman Waksman +1952,Peace,Albert Schweitzer +1952,Physics,Edward Mills Purcell +1952,Physics,Felix Bloch +1953,Chemistry,Hermann Staudinger +1953,Literature,Winston Churchill +1953,Medicine,Fritz Albert Lipmann +1953,Medicine,Hans Adolf Krebs +1953,Peace,George Marshall +1953,Physics,Frits Zernike +1954,Chemistry,Linus Pauling +1954,Literature,Ernest Hemingway +1954,Medicine,Frederick Chapman Robbins +1954,Medicine,John Franklin Enders +1954,Medicine,Thomas Huckle Weller +1954,Peace,United Nations High Commissioner for Refugees +1954,Physics,Max Born +1954,Physics,Walther Bothe +1955,Chemistry,Vincent du Vigneaud +1955,Literature,Halldór Laxness +1955,Medicine,Hugo Theorell +1955,Physics,Polykarp Kusch +1955,Physics,Willis Lamb +1956,Chemistry,Cyril Norman Hinshelwood +1956,Chemistry,Nikolay Semyonov +1956,Literature,Juan Ramón Jiménez +1956,Medicine,André Frédéric Cournand +1956,Medicine,Dickinson W. Richards +1956,Medicine,Werner Forssmann +1956,Physics,John Bardeen +1956,Physics,Walter Houser Brattain +1956,Physics,William Shockley +1957,Chemistry,The Lord Todd +1957,Literature,Albert Camus +1957,Medicine,Daniel Bovet +1957,Peace,Lester B. Pearson +1957,Physics,Chen Ning Yang +1957,Physics,Tsung-Dao Lee +1958,Chemistry,Frederick Sanger +1958,Literature,Boris Pasternak +1958,Medicine,Edward Lawrie Tatum +1958,Medicine,George Wells Beadle +1958,Medicine,Joshua Lederberg +1958,Peace,Dominique Pire +1958,Physics,Igor Tamm +1958,Physics,Ilya Frank +1958,Physics,Pavel Cherenkov +1959,Chemistry,Jaroslav Heyrovský +1959,Literature,Salvatore Quasimodo +1959,Medicine,Arthur Kornberg +1959,Medicine,Severo Ochoa +1959,Peace,Philip Noel-Baker +1959,Physics,Emilio G. Segrè +1959,Physics,Owen Chamberlain +1960,Chemistry,Willard Libby +1960,Literature,Saint-John Perse +1960,Medicine,Frank Macfarlane Burnet +1960,Medicine,Peter Medawar +1960,Peace,Albert Lutuli +1960,Physics,Donald A. Glaser +1961,Chemistry,Melvin Calvin +1961,Literature,Ivo Andrić +1961,Medicine,Georg von Békésy +1961,Peace,Dag Hammarskjöld +1961,Physics,Robert Hofstadter +1961,Physics,Rudolf Mössbauer +1962,Chemistry,John Kendrew +1962,Chemistry,Max Perutz +1962,Literature,John Steinbeck +1962,Medicine,Francis Crick +1962,Medicine,James D. Watson +1962,Medicine,Maurice Wilkins +1962,Peace,Linus Pauling +1962,Physics,Lev Landau +1963,Chemistry,Giulio Natta +1963,Chemistry,Karl Ziegler +1963,Literature,Giorgos Seferis +1963,Medicine,Alan Lloyd Hodgkin +1963,Medicine,Andrew Huxley +1963,Medicine,John Eccles +1963,Peace,International Committee of the Red Cross +1963,Peace,League of Red Cross societies +1963,Physics,Eugene Wigner +1963,Physics,J. Hans D. Jensen +1963,Physics,Maria Goeppert-Mayer +1964,Chemistry,Dorothy Hodgkin +1964,Literature,Jean-Paul Sartre +1964,Medicine,Feodor Felix Konrad Lynen +1964,Medicine,Konrad Emil Bloch +1964,Peace,"Martin Luther King, Jr." +1964,Physics,Alexander Prokhorov +1964,Physics,Charles Hard Townes +1964,Physics,Nikolay Basov +1965,Chemistry,Robert Burns Woodward +1965,Literature,Mikhail Sholokhov +1965,Medicine,André Michel Lwoff +1965,Medicine,François Jacob +1965,Medicine,Jacques Monod +1965,Peace,United Nations International Children's Emergency Fund (UNICEF) +1965,Physics,Julian Schwinger +1965,Physics,Richard Feynman +1965,Physics,Sin-Itiro Tomonaga +1966,Chemistry,Robert S. Mulliken +1966,Literature,Nelly Sachs +1966,Literature,Shmuel Yosef Agnon +1966,Medicine,Charles Brenton Huggins +1966,Medicine,Francis Peyton Rous +1966,Physics,Alfred Kastler +1967,Chemistry,George Porter +1967,Chemistry,Manfred Eigen +1967,Chemistry,Ronald George Wreyford Norrish +1967,Literature,Miguel Ángel Asturias +1967,Medicine,George Wald +1967,Medicine,Haldan Keffer Hartline +1967,Medicine,Ragnar Granit +1967,Physics,Hans Bethe +1968,Chemistry,Lars Onsager +1968,Literature,Yasunari Kawabata +1968,Medicine,Har Gobind Khorana +1968,Medicine,Marshall Warren Nirenberg +1968,Medicine,Robert W. Holley +1968,Peace,René Cassin +1968,Physics,Luis Walter Alvarez +1969,Chemistry,Derek Barton +1969,Chemistry,Odd Hassel +1969,Economics,Jan Tinbergen +1969,Economics,Ragnar Frisch +1969,Literature,Samuel Beckett +1969,Medicine,Alfred Hershey +1969,Medicine,Max Delbrück +1969,Medicine,Salvador Luria +1969,Peace,International Labour Organization +1969,Physics,Murray Gell-Mann +1970,Chemistry,Luis Federico Leloir +1970,Economics,Paul Samuelson +1970,Literature,Aleksandr Solzhenitsyn +1970,Medicine,Bernard Katz +1970,Medicine,Julius Axelrod +1970,Medicine,Ulf von Euler +1970,Peace,Norman Borlaug +1970,Physics,Hannes Alfvén +1970,Physics,Louis Néel +1971,Chemistry,Gerhard Herzberg +1971,Economics,Simon Kuznets +1971,Literature,Pablo Neruda +1971,Medicine,"Earl Wilbur Sutherland, Jr." +1971,Peace,Willy Brandt +1971,Physics,Dennis Gabor +1972,Chemistry,Christian B. Anfinsen +1972,Chemistry,Stanford Moore +1972,Chemistry,William Howard Stein +1972,Economics,John Hicks +1972,Economics,Kenneth Arrow +1972,Literature,Heinrich Böll +1972,Medicine,Gerald Edelman +1972,Medicine,Rodney Robert Porter +1972,Physics,John Bardeen +1972,Physics,John Robert Schrieffer +1972,Physics,Leon Cooper +1973,Chemistry,Ernst Otto Fischer +1973,Chemistry,Geoffrey Wilkinson +1973,Economics,Wassily Leontief +1973,Literature,Patrick White +1973,Medicine,Karl von Frisch +1973,Medicine,Konrad Lorenz +1973,Medicine,Nikolaas Tinbergen +1973,Peace,Henry Kissinger +1973,Peace,Le Duc Tho +1973,Physics,Brian David Josephson +1973,Physics,Ivar Giaever +1973,Physics,Leo Esaki +1974,Chemistry,Paul Flory +1974,Economics,Friedrich Hayek +1974,Economics,Gunnar Myrdal +1974,Literature,Eyvind Johnson +1974,Literature,Harry Martinson +1974,Medicine,Albert Claude +1974,Medicine,Christian de Duve +1974,Medicine,George Emil Palade +1974,Peace,Eisaku Satō +1974,Peace,Seán MacBride +1974,Physics,Antony Hewish +1974,Physics,Martin Ryle +1975,Chemistry,John Cornforth +1975,Chemistry,Vladimir Prelog +1975,Economics,Leonid Kantorovich +1975,Economics,Tjalling Koopmans +1975,Literature,Eugenio Montale +1975,Medicine,David Baltimore +1975,Medicine,Howard Martin Temin +1975,Medicine,Renato Dulbecco +1975,Peace,Andrei Sakharov +1975,Physics,Aage Bohr +1975,Physics,Ben Roy Mottelson +1975,Physics,James Rainwater +1976,Chemistry,William Lipscomb +1976,Economics,Milton Friedman +1976,Literature,Saul Bellow +1976,Medicine,Baruch Samuel Blumberg +1976,Medicine,Daniel Carleton Gajdusek +1976,Peace,Betty Williams +1976,Peace,Mairead Maguire +1976,Physics,Burton Richter +1976,Physics,Samuel C. C. Ting +1977,Chemistry,Ilya Prigogine +1977,Economics,Bertil Ohlin +1977,Economics,James Meade +1977,Literature,Vicente Aleixandre +1977,Medicine,Andrew Schally +1977,Medicine,Roger Guillemin +1977,Medicine,Rosalyn Sussman Yalow +1977,Peace,Amnesty International +1977,Physics,John Hasbrouck Van Vleck +1977,Physics,Nevill Francis Mott +1977,Physics,Philip Warren Anderson +1978,Chemistry,Peter D. Mitchell +1978,Economics,Herbert A. Simon +1978,Literature,Isaac Bashevis Singer +1978,Medicine,Daniel Nathans +1978,Medicine,Hamilton O. Smith +1978,Medicine,Werner Arber +1978,Peace,Anwar Sadat +1978,Peace,Menachem Begin +1978,Physics,Arno Allan Penzias +1978,Physics,Pyotr Kapitsa +1978,Physics,Robert Woodrow Wilson +1979,Chemistry,Georg Wittig +1979,Chemistry,Herbert C. Brown +1979,Economics,Arthur Lewis +1979,Economics,Theodore Schultz +1979,Literature,Odysseas Elytis +1979,Medicine,Allan McLeod Cormack +1979,Medicine,Godfrey Hounsfield +1979,Peace,Mother Teresa +1979,Physics,Abdus Salam +1979,Physics,Sheldon Lee Glashow +1979,Physics,Steven Weinberg +1980,Chemistry,Frederick Sanger +1980,Chemistry,Paul Berg +1980,Chemistry,Walter Gilbert +1980,Economics,Lawrence Klein +1980,Literature,Czesław Miłosz +1980,Medicine,Baruj Benacerraf +1980,Medicine,George Davis Snell +1980,Medicine,Jean Dausset +1980,Peace,Adolfo Pérez Esquivel +1980,Physics,James Cronin +1980,Physics,Val Logsdon Fitch +1981,Chemistry,Kenichi Fukui +1981,Chemistry,Roald Hoffmann +1981,Economics,James Tobin +1981,Literature,Elias Canetti +1981,Medicine,David H. Hubel +1981,Medicine,Roger Wolcott Sperry +1981,Medicine,Torsten Wiesel +1981,Peace,United Nations High Commissioner for Refugees +1981,Physics,Arthur Leonard Schawlow +1981,Physics,Kai Siegbahn +1981,Physics,Nicolaas Bloembergen +1982,Chemistry,Aaron Klug +1982,Economics,George Stigler +1982,Literature,Gabriel García Márquez +1982,Medicine,Bengt I. Samuelsson +1982,Medicine,John Vane +1982,Medicine,Sune Bergström +1982,Peace,Alfonso García Robles +1982,Peace,Alva Myrdal +1982,Physics,Kenneth G. Wilson +1983,Chemistry,Henry Taube +1983,Economics,Gérard Debreu +1983,Literature,William Golding +1983,Medicine,Barbara McClintock +1983,Peace,Lech Wałęsa +1983,Physics,Subrahmanyan Chandrasekhar +1983,Physics,William Alfred Fowler +1984,Chemistry,Robert Bruce Merrifield +1984,Economics,Richard Stone +1984,Literature,Jaroslav Seifert +1984,Medicine,César Milstein +1984,Medicine,Georges J. F. Köhler +1984,Medicine,Niels Kaj Jerne +1984,Peace,Desmond Tutu +1984,Physics,Carlo Rubbia +1984,Physics,Simon van der Meer +1985,Chemistry,Herbert A. Hauptman +1985,Chemistry,Jerome Karle +1985,Economics,Franco Modigliani +1985,Literature,Claude Simon +1985,Medicine,Joseph L. Goldstein +1985,Medicine,Michael Stuart Brown +1985,Peace,International Physicians for the Prevention of Nuclear War +1985,Physics,Klaus von Klitzing +1986,Chemistry,Dudley R. Herschbach +1986,Chemistry,John Polanyi +1986,Chemistry,Yuan T. Lee +1986,Economics,James M. Buchanan +1986,Literature,Wole Soyinka +1986,Medicine,Rita Levi-Montalcini +1986,Medicine,Stanley Cohen +1986,Peace,Elie Wiesel +1986,Physics,Ernst Ruska +1986,Physics,Gerd Binnig +1986,Physics,Heinrich Rohrer +1987,Chemistry,Charles J. Pedersen +1987,Chemistry,Donald J. Cram +1987,Chemistry,Jean-Marie Lehn +1987,Economics,Robert Solow +1987,Literature,Joseph Brodsky +1987,Medicine,Susumu Tonegawa +1987,Peace,Óscar Arias +1987,Physics,Johannes Georg Bednorz +1987,Physics,Karl Alexander Müller +1988,Chemistry,Hartmut Michel +1988,Chemistry,Johann Deisenhofer +1988,Chemistry,Robert Huber +1988,Economics,Maurice Allais +1988,Literature,Naguib Mahfouz +1988,Medicine,George H. Hitchings +1988,Medicine,Gertrude B. Elion +1988,Medicine,James W. Black +1988,Peace,United Nations Peace-Keeping Forces +1988,Physics,Jack Steinberger +1988,Physics,Leon M. Lederman +1988,Physics,Melvin Schwartz +1989,Chemistry,Sidney Altman +1989,Chemistry,Thomas Cech +1989,Economics,Trygve Haavelmo +1989,Literature,Camilo José Cela +1989,Medicine,Harold E. Varmus +1989,Medicine,J. Michael Bishop +1989,Peace,Tenzin Gyatso (The 14th Dalai Lama) +1989,Physics,Hans Georg Dehmelt +1989,Physics,"Norman Foster Ramsey, Jr." +1989,Physics,Wolfgang Paul +1990,Chemistry,Elias James Corey +1990,Economics,Harry Markowitz +1990,Economics,Merton Miller +1990,Economics,William F. Sharpe +1990,Literature,Octavio Paz +1990,Medicine,E. Donnall Thomas +1990,Medicine,Joseph Murray +1990,Peace,Mikhail Gorbachev +1990,Physics,Henry Way Kendall +1990,Physics,Jerome Isaac Friedman +1990,Physics,Richard E. Taylor +1991,Chemistry,Richard R. Ernst +1991,Economics,Ronald Coase +1991,Literature,Nadine Gordimer +1991,Medicine,Bert Sakmann +1991,Medicine,Erwin Neher +1991,Peace,Aung San Suu Kyi +1991,Physics,Pierre-Gilles de Gennes +1992,Chemistry,Rudolph A. Marcus +1992,Economics,Gary Becker +1992,Literature,Derek Walcott +1992,Medicine,Edmond H. Fischer +1992,Medicine,Edwin G. Krebs +1992,Peace,Rigoberta Menchú +1992,Physics,Georges Charpak +1993,Chemistry,Kary Mullis +1993,Chemistry,Michael Smith +1993,Economics,Douglass North +1993,Economics,Robert Fogel +1993,Literature,Toni Morrison +1993,Medicine,Phillip Allen Sharp +1993,Medicine,Richard J. Roberts +1993,Peace,F. W. de Klerk +1993,Peace,Nelson Mandela +1993,Physics,"Joseph Hooton Taylor, Jr." +1993,Physics,Russell Alan Hulse +1994,Chemistry,George Andrew Olah +1994,Economics,"John Forbes Nash, Jr." +1994,Economics,John Harsanyi +1994,Economics,Reinhard Selten +1994,Literature,Kenzaburō Ōe +1994,Medicine,Alfred G. Gilman +1994,Medicine,Martin Rodbell +1994,Peace,Shimon Peres +1994,Peace,Yasser Arafat +1994,Peace,Yitzhak Rabin +1994,Physics,Bertram Brockhouse +1994,Physics,Clifford Shull +1995,Chemistry,Frank Sherwood Rowland +1995,Chemistry,Mario J. Molina +1995,Chemistry,Paul J. Crutzen +1995,Economics,"Robert Lucas, Jr." +1995,Literature,Seamus Heaney +1995,Medicine,Christiane Nüsslein-Volhard +1995,Medicine,Edward B. Lewis +1995,Medicine,Eric F. Wieschaus +1995,Peace,Joseph Rotblat +1995,Peace,Pugwash Conferences on Science and World Affairs +1995,Physics,Frederick Reines +1995,Physics,Martin Lewis Perl +1996,Chemistry,Harry Kroto +1996,Chemistry,Richard Smalley +1996,Chemistry,Robert F. Curl Jr. +1996,Economics,James Mirrlees +1996,Economics,William Vickrey +1996,Literature,Wisława Szymborska +1996,Medicine,Peter C. Doherty +1996,Medicine,Rolf M. Zinkernagel +1996,Peace,Carlos Filipe Ximenes Belo +1996,Peace,José Ramos-Horta +1996,Physics,David Lee +1996,Physics,Douglas Osheroff +1996,Physics,Robert Coleman Richardson +1997,Chemistry,Jens Christian Skou +1997,Chemistry,John E. Walker +1997,Chemistry,Paul D. Boyer +1997,Economics,Myron Scholes +1997,Economics,Robert C. Merton +1997,Literature,Dario Fo +1997,Medicine,Stanley B. Prusiner +1997,Peace,International Campaign to Ban Landmines +1997,Peace,Jody Williams +1997,Physics,Claude Cohen-Tannoudji +1997,Physics,Steven Chu +1997,Physics,William Daniel Phillips +1998,Chemistry,John Pople +1998,Chemistry,Walter Kohn +1998,Economics,Amartya Sen +1998,Literature,José Saramago +1998,Medicine,Ferid Murad +1998,Medicine,Louis Ignarro +1998,Medicine,Robert F. Furchgott +1998,Peace,David Trimble +1998,Peace,John Hume +1998,Physics,Daniel C. Tsui +1998,Physics,Horst Ludwig Störmer +1998,Physics,Robert B. Laughlin +1999,Chemistry,Ahmed Zewail +1999,Economics,Robert Mundell +1999,Literature,Günter Grass +1999,Medicine,Günter Blobel +1999,Peace,Médecins Sans Frontières +1999,Physics,Gerard 't Hooft +1999,Physics,Martinus J. G. Veltman +2000,Chemistry,Alan J. Heeger +2000,Chemistry,Alan MacDiarmid +2000,Chemistry,Hideki Shirakawa +2000,Economics,Daniel McFadden +2000,Economics,James Heckman +2000,Literature,Gao Xingjian +2000,Medicine,Arvid Carlsson +2000,Medicine,Eric Kandel +2000,Medicine,Paul Greengard +2000,Peace,Kim Dae-jung +2000,Physics,Herbert Kroemer +2000,Physics,Jack Kilby +2000,Physics,Zhores Alferov +2001,Chemistry,Karl Barry Sharpless +2001,Chemistry,Ryōji Noyori +2001,Chemistry,William Standish Knowles +2001,Economics,George Akerlof +2001,Economics,Joseph Stiglitz +2001,Economics,Michael Spence +2001,Literature,V. S. Naipaul +2001,Medicine,Leland H. Hartwell +2001,Medicine,Paul Nurse +2001,Medicine,Tim Hunt +2001,Peace,Kofi Annan +2001,Peace,United Nations +2001,Physics,Carl Wieman +2001,Physics,Eric Allin Cornell +2001,Physics,Wolfgang Ketterle +2002,Chemistry,John Fenn +2002,Chemistry,Koichi Tanaka +2002,Chemistry,Kurt Wüthrich +2002,Economics,Daniel Kahneman +2002,Economics,Vernon L. Smith +2002,Literature,Imre Kertész +2002,Medicine,H. Robert Horvitz +2002,Medicine,John Sulston +2002,Medicine,Sydney Brenner +2002,Peace,Jimmy Carter +2002,Physics,Masatoshi Koshiba +2002,Physics,"Raymond Davis, Jr." +2002,Physics,Riccardo Giacconi +2003,Chemistry,Peter Agre +2003,Chemistry,Roderick MacKinnon +2003,Economics,Clive Granger +2003,Economics,Robert F. Engle +2003,Literature,J. M. Coetzee +2003,Medicine,Paul Lauterbur +2003,Medicine,Peter Mansfield +2003,Peace,Shirin Ebadi +2003,Physics,Alexei Alexeyevich Abrikosov +2003,Physics,Anthony James Leggett +2003,Physics,Vitaly Ginzburg +2004,Chemistry,Aaron Ciechanover +2004,Chemistry,Avram Hershko +2004,Chemistry,Irwin Rose +2004,Economics,Edward C. Prescott +2004,Economics,Finn E. Kydland +2004,Literature,Elfriede Jelinek +2004,Medicine,Linda B. Buck +2004,Medicine,Richard Axel +2004,Peace,Wangari Maathai +2004,Physics,David Gross +2004,Physics,Frank Wilczek +2004,Physics,Hugh David Politzer +2005,Chemistry,Richard R. Schrock +2005,Chemistry,Robert H. Grubbs +2005,Chemistry,Yves Chauvin +2005,Economics,Robert Aumann +2005,Economics,Thomas Schelling +2005,Literature,Harold Pinter +2005,Medicine,Barry Marshall +2005,Medicine,Robin Warren +2005,Peace,International Atomic Energy Agency +2005,Peace,Mohamed ElBaradei +2005,Physics,John L. Hall +2005,Physics,Roy J. Glauber +2005,Physics,Theodor W. Hänsch +2006,Chemistry,Roger D. Kornberg +2006,Economics,Edmund Phelps +2006,Literature,Orhan Pamuk +2006,Medicine,Andrew Fire +2006,Medicine,Craig Mello +2006,Peace,Grameen Bank +2006,Peace,Muhammad Yunus +2006,Physics,George Smoot +2006,Physics,John C. Mather +2007,Chemistry,Gerhard Ertl +2007,Economics,Eric Maskin +2007,Economics,Leonid Hurwicz +2007,Economics,Roger Myerson +2007,Literature,Doris Lessing +2007,Medicine,Mario Capecchi +2007,Medicine,Martin Evans +2007,Medicine,Oliver Smithies +2007,Peace,Al Gore +2007,Peace,Intergovernmental Panel on Climate Change +2007,Physics,Albert Fert +2007,Physics,Peter Grünberg +2008,Chemistry,Martin Chalfie +2008,Chemistry,Osamu Shimomura +2008,Chemistry,Roger Y. Tsien +2008,Economics,Paul Krugman +2008,Literature,J. M. G. Le Clézio +2008,Medicine,Françoise Barré-Sinoussi +2008,Medicine,Harald zur Hausen +2008,Medicine,Luc Montagnier +2008,Peace,Martti Ahtisaari +2008,Physics,Makoto Kobayashi +2008,Physics,Toshihide Maskawa +2008,Physics,Yoichiro Nambu +2009,Chemistry,Ada Yonath +2009,Chemistry,Thomas A. Steitz +2009,Chemistry,Venkatraman Ramakrishnan +2009,Economics,Elinor Ostrom +2009,Economics,Oliver E. Williamson +2009,Literature,Herta Müller +2009,Medicine,Carol W. Greider +2009,Medicine,Elizabeth Blackburn +2009,Medicine,Jack W. Szostak +2009,Peace,Barack Obama +2009,Physics,Charles K. Kao +2009,Physics,George E. Smith +2009,Physics,Willard S. Boyle +2010,Chemistry,Akira Suzuki +2010,Chemistry,Ei-ichi Negishi +2010,Chemistry,Richard F. Heck +2010,Economics,Christopher A. Pissarides +2010,Economics,Dale T. Mortensen +2010,Economics,Peter A. Diamond +2010,Literature,Mario Vargas Llosa +2010,Medicine,Robert G. Edwards +2010,Peace,Liu Xiaobo +2010,Physics,Andre Geim +2010,Physics,Konstantin Novoselov +2011,Chemistry,Dan Shechtman +2011,Economics,Christopher A. Sims +2011,Economics,Thomas J. Sargent +2011,Literature,Tomas Tranströmer +2011,Medicine,Bruce Beutler +2011,Medicine,Jules A. Hoffmann +2011,Medicine,Ralph M. Steinman +2011,Peace,Ellen Johnson Sirleaf +2011,Peace,Leymah Gbowee +2011,Peace,Tawakel Karman +2011,Physics,Adam G. Riess +2011,Physics,Brian Schmidt +2011,Physics,Saul Perlmutter +2012,Chemistry,Brian K. Kobilka +2012,Chemistry,Robert J. Lefkowitz +2012,Economics,Alvin E. Roth +2012,Economics,Lloyd S. Shapley +2012,Literature,Mo Yan +2012,Medicine,John B. Gurdon +2012,Medicine,Shinya Yamanaka +2012,Peace,European Union +2012,Physics,David J. Wineland +2012,Physics,Serge Haroche +2013,Chemistry,Arieh Warshel +2013,Chemistry,Martin Karplus +2013,Chemistry,Michael Levitt +2013,Economics,Eugene F. Fama +2013,Economics,Lars Peter Hansen +2013,Economics,Robert J. Shiller +2013,Literature,Alice Munro +2013,Medicine,James E. Rothman +2013,Medicine,Randy W. Schekman +2013,Medicine,Thomas C. Südhof +2013,Peace,Organisation for the Prohibition of Chemical Weapons +2013,Physics,François Englert +2013,Physics,Peter W. Higgs +2014,Chemistry,Eric Betzig +2014,Chemistry,Stefan Hell +2014,Chemistry,William Moerner +2014,Economics,Jean Tirole +2014,Literature,Patrick Modiano +2014,Medicine,Edvard Moser +2014,Medicine,John O'Keefe +2014,Medicine,May-Britt Moser +2014,Peace,Kailash Satyarthi +2014,Peace,Malala Yousafzai +2014,Physics,Hiroshi Amano +2014,Physics,Isamu Akasaki +2014,Physics,Shuji Nakamura +2015,Chemistry,Aziz Sancar +2015,Chemistry,Paul L. Modrich +2015,Chemistry,Tomas Lindahl +2015,Economics,Angus Deaton +2015,Literature,Svetlana Alexievich +2015,Medicine,Satoshi Ōmura +2015,Medicine,Tu Youyou +2015,Medicine,William C. Campbell +2015,Peace,Tunisian National Dialogue Quartet +2015,Physics,Arthur B. McDonald +2015,Physics,Takaaki Kajita +2016,Chemistry,Ben Feringa +2016,Chemistry,Fraser Stoddart +2016,Chemistry,Jean-Pierre Sauvage +2016,Economics,Bengt R. Holmström +2016,Economics,Oliver Hart +2016,Literature,Bob Dylan +2016,Medicine,Yoshinori Ohsumi +2016,Peace,Juan Manuel Santos +2016,Physics,David J. Thouless +2016,Physics,Duncan Haldane +2016,Physics,John M. Kosterlitz +2017,Chemistry,Jacques Dubochet +2017,Chemistry,Joachim Frank +2017,Chemistry,Richard Henderson +2017,Economics,Richard Thaler +2017,Literature,Kazuo Ishiguro +2017,Medicine,Jeffrey C. Hall +2017,Medicine,Michael Rosbash +2017,Medicine,Michael W. Young +2017,Peace,International Campaign to Abolish Nuclear Weapons +2017,Physics,Barry Barish +2017,Physics,Kip Thorne +2017,Physics,Rainer Weiss +2018,Chemistry,Frances H. Arnold +2018,Chemistry,George P. Smith +2018,Chemistry,Greg Winter +2018,Economics,Paul Romer +2018,Economics,William Nordhaus +2018,Literature,Olga Tokarczuk[g] +2018,Medicine,James P. Allison +2018,Medicine,Tasuku Honjo +2018,Peace,Denis Mukwege +2018,Peace,Nadia Murad +2018,Physics,Arthur Ashkin +2018,Physics,Donna Strickland +2018,Physics,Gérard Mourou +2019,Chemistry,Akira Yoshino +2019,Chemistry,John B. Goodenough +2019,Chemistry,M. Stanley Whittingham +2019,Economics,Abhijit Banerjee +2019,Economics,Esther Duflo +2019,Economics,Michael Kremer +2019,Literature,Peter Handke +2019,Medicine,Gregg L. Semenza +2019,Medicine,Peter J. Ratcliffe +2019,Medicine,William Kaelin Jr. +2019,Peace,Abiy Ahmed +2019,Physics,Didier Queloz +2019,Physics,James Peebles +2019,Physics,Michel Mayor diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/.ipynb_checkpoints/07_02_loading-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/.ipynb_checkpoints/07_02_loading-checkpoint.ipynb new file mode 100755 index 000000000..00929f862 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/.ipynb_checkpoints/07_02_loading-checkpoint.ipynb @@ -0,0 +1,181 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 07_02: Loading Baby Names" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# note: this notebook requires Python 3.6 or higher" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.options.display.max_rows = 8" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import zipfile" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "zipfile.ZipFile('names.zip').extractall('.')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ls" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ls names" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "open('names/yob2011.txt','r').readlines()[:10]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.read_csv('names/yob2011.txt')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.read_csv('names/yob2011.txt', names=['name','sex','number'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# load CSV file as DataFrame, then create a new column \"year\" with all elements set to 2011\n", + "pd.read_csv('names/yob2011.txt', names=['name','sex','number']).assign(year=2011)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# for each year in 1880-2018, load the corresponding CSV file names/yobXXXX.txt\n", + "# as DataFrame, create new column \"year\" with all elements set to loop variable,\n", + "# then concatenate all DataFrames into a single one\n", + "allyears = pd.concat(pd.read_csv(f'names/yob{year}.txt',\n", + " names=['name','sex','number']).assign(year=year)\n", + " for year in range(1880, 2019))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears.info()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears.year.min(), allyears.year.max()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# save DataFrame to compressed CSV file, dropping uninteresting index\n", + "allyears.to_csv('allyears.csv.gz', index=False)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/.ipynb_checkpoints/07_03_popularity-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/.ipynb_checkpoints/07_03_popularity-checkpoint.ipynb new file mode 100755 index 000000000..4b0d3f01c --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/.ipynb_checkpoints/07_03_popularity-checkpoint.ipynb @@ -0,0 +1,240 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 07_03: Name Popularity" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.options.display.max_rows = 6" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears = pd.read_csv('allyears.csv.gz')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_indexed = allyears.set_index(['sex','name','year']).sort_index()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_indexed.loc[('F','Mary')]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(allyears_indexed.loc[('F','Mary')])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# normalize F/Mary time series by the total number of births each year\n", + "pp.plot(allyears_indexed.loc[('F','Mary')] / allyears.groupby('year').sum())" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# plot number of sex/name babies as a function of year\n", + "\n", + "def plotname(sex, name):\n", + " data = allyears_indexed.loc[(sex,name)]\n", + " \n", + " pp.plot(data.index, data.values, label=name)\n", + " pp.axis(xmin=1880, xmax=2018)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# combine several \"plotname()\" plots for given sex and list of names\n", + "\n", + "def comparenames(sex, names):\n", + " pp.figure(figsize=(12,2.5))\n", + "\n", + " for name in names:\n", + " plotname(sex, name)\n", + "\n", + " pp.legend()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "comparenames('M', ['Michael','John','David','Martin'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "comparenames('F', ['Emily','Anna','Claire','Elizabeth'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "claires = ['Claire','Clare','Clara','Chiara','Ciara']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "comparenames('F', claires)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_indexed.loc[('F',claires),:]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# \"pivot\" the third level of the multiindex (years) to create a row of columns;\n", + "# result is names (rows) x years (columns)\n", + "allyears_indexed.loc[('F',claires),:].unstack(level=2)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# \"pivot\" the third level of the multiindex (names) to create a row of columns\n", + "allyears_indexed.loc[('F',claires),:].unstack(level=1)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# make a stacked (cumulative) area plot using names x years table \n", + "\n", + "pp.figure(figsize=(12,2.5))\n", + "pp.stackplot(range(1880,2019),\n", + " allyears_indexed.loc[('F',claires),:].unstack(level=2));" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# fix stacked plot by filling NaNs with zeros, adding labels, setting axis range\n", + "\n", + "pp.figure(figsize=(12,2.5))\n", + "pp.stackplot(range(1880,2019),\n", + " allyears_indexed.loc[('F',claires),:].unstack(level=2).fillna(0),\n", + " labels=claires);\n", + "\n", + "pp.legend(loc='upper left')\n", + "pp.axis(xmin=1880, xmax=2018);" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/.ipynb_checkpoints/07_04_topten-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/.ipynb_checkpoints/07_04_topten-checkpoint.ipynb new file mode 100755 index 000000000..b3ed037cd --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/.ipynb_checkpoints/07_04_topten-checkpoint.ipynb @@ -0,0 +1,244 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 07_04: Yearly Top Ten Names" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.options.display.max_rows = 10" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears = pd.read_csv('allyears.csv.gz')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_byyear = allyears.set_index(['sex','year']).sort_index()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_byyear.loc['M',2018].sort_values('number', ascending=False)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_byyear.loc['M',2018].sort_values('number', ascending=False).head(10)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_byyear.loc['F',2018].sort_values('number', ascending=False).head(10)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_byyear.loc['F',2018].sort_values('number', ascending=False).head(10).reset_index().name" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# get the top ten names for sex and year\n", + "\n", + "def getyear(sex, year):\n", + " return (allyears_byyear.loc[sex, year] # select M/F, year\n", + " .sort_values('number', ascending=False) # sort by most common\n", + " .head(10) # only ten\n", + " .reset_index() # lose the index\n", + " .name) # return a name-only Series" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# create DataFrame with columns given by top ten name Series for range of years\n", + "pd.DataFrame({year: getyear('M',year) for year in range(2010,2019)})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.DataFrame({year: getyear('F',year) for year in range(2010,2019)})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# similar to plotname in 07_03_popularity, but using a query on unindexed data\n", + "def plotname(sex, name):\n", + " data = allyears.query('sex == @sex and name == @name')\n", + " \n", + " pp.plot(data.year, data.number, label=name)\n", + " pp.axis(xmin=1880, xmax=2018)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.figure(figsize=(12,2.5))\n", + "\n", + "for name in getyear('F',2018):\n", + " plotname('F', name)\n", + "\n", + "pp.legend()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.figure(figsize=(12,2.5))\n", + "\n", + "for name in getyear('M',2018):\n", + " plotname('M', name)\n", + "\n", + "pp.legend()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "list(getyear('M',2018))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.figure(figsize=(12,2.5))\n", + "\n", + "for name in ['Liam','Noah','Oliver','Benjamin','Elijah','Lucas','Mason','Logan']:\n", + " plotname('M', name)\n", + "\n", + "pp.legend()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# get all time favorites: select F, group by name, sum over years, sort, cap \n", + "alltime_f = allyears_byyear.loc['F'].groupby('name').sum().sort_values('number', ascending=False).head(10)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "alltime_f" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.figure(figsize=(12,2.5))\n", + "\n", + "for name in alltime_f.index:\n", + " plotname('F', name)\n", + "\n", + "pp.legend()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/.ipynb_checkpoints/07_06_solution-checkpoint.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/.ipynb_checkpoints/07_06_solution-checkpoint.ipynb new file mode 100755 index 000000000..9fb654c33 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/.ipynb_checkpoints/07_06_solution-checkpoint.ipynb @@ -0,0 +1,212 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 07_06: Unisex Name Solution" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.options.display.max_rows = 10" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears = pd.read_csv('allyears.csv.gz')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# total number across all years, grouped by sex and name\n", + "totals = allyears.groupby(['sex','name']).number.sum()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "totals" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# split into male and female totals\n", + "male, female = totals.loc['M'], totals.loc['F']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "male" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "female" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "totals.loc['M'] / totals.loc['F'] < 2" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# compute ratio of male and female totals (Pandas aligns axes automatically);\n", + "# drop NaNs that occur where only one Series has a value\n", + "ratios = (totals.loc['M'] / totals.loc['F']).dropna()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ratios[(ratios > 0.5) & (ratios < 2)]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# names that fit the unisex ratio constraint\n", + "unisex = ratios[(ratios > 0.5) & (ratios < 2)].index" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "unisex" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# sorted and capped M + F totals for unisex names;\n", + "# results in array of top ten unisex counts, indexed by name\n", + "common = (male.loc[unisex] + female.loc[unisex]).sort_values(ascending=False).head(10)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "common" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_indexed = allyears.set_index(['sex','name','year']).sort_index()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.figure(figsize=(9,9))\n", + "\n", + "# loop over top-ten unisex names\n", + "for i, name in enumerate(common.index):\n", + " pp.subplot(5,2,i+1)\n", + "\n", + " pp.plot(allyears_indexed.loc['M',name], label='M')\n", + " pp.plot(allyears_indexed.loc['F',name], label='F')\n", + " \n", + " pp.legend()\n", + " pp.title(name)\n", + "\n", + "# improve subplot spacing\n", + "pp.tight_layout()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/07_02_loading.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/07_02_loading.ipynb new file mode 100755 index 000000000..00929f862 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/07_02_loading.ipynb @@ -0,0 +1,181 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 07_02: Loading Baby Names" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# note: this notebook requires Python 3.6 or higher" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.options.display.max_rows = 8" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import zipfile" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "zipfile.ZipFile('names.zip').extractall('.')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ls" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ls names" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "open('names/yob2011.txt','r').readlines()[:10]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.read_csv('names/yob2011.txt')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.read_csv('names/yob2011.txt', names=['name','sex','number'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# load CSV file as DataFrame, then create a new column \"year\" with all elements set to 2011\n", + "pd.read_csv('names/yob2011.txt', names=['name','sex','number']).assign(year=2011)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# for each year in 1880-2018, load the corresponding CSV file names/yobXXXX.txt\n", + "# as DataFrame, create new column \"year\" with all elements set to loop variable,\n", + "# then concatenate all DataFrames into a single one\n", + "allyears = pd.concat(pd.read_csv(f'names/yob{year}.txt',\n", + " names=['name','sex','number']).assign(year=year)\n", + " for year in range(1880, 2019))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears.info()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears.year.min(), allyears.year.max()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# save DataFrame to compressed CSV file, dropping uninteresting index\n", + "allyears.to_csv('allyears.csv.gz', index=False)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/07_03_popularity.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/07_03_popularity.ipynb new file mode 100755 index 000000000..4b0d3f01c --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/07_03_popularity.ipynb @@ -0,0 +1,240 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 07_03: Name Popularity" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.options.display.max_rows = 6" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears = pd.read_csv('allyears.csv.gz')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_indexed = allyears.set_index(['sex','name','year']).sort_index()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_indexed.loc[('F','Mary')]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.plot(allyears_indexed.loc[('F','Mary')])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# normalize F/Mary time series by the total number of births each year\n", + "pp.plot(allyears_indexed.loc[('F','Mary')] / allyears.groupby('year').sum())" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# plot number of sex/name babies as a function of year\n", + "\n", + "def plotname(sex, name):\n", + " data = allyears_indexed.loc[(sex,name)]\n", + " \n", + " pp.plot(data.index, data.values, label=name)\n", + " pp.axis(xmin=1880, xmax=2018)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# combine several \"plotname()\" plots for given sex and list of names\n", + "\n", + "def comparenames(sex, names):\n", + " pp.figure(figsize=(12,2.5))\n", + "\n", + " for name in names:\n", + " plotname(sex, name)\n", + "\n", + " pp.legend()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "comparenames('M', ['Michael','John','David','Martin'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "comparenames('F', ['Emily','Anna','Claire','Elizabeth'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "claires = ['Claire','Clare','Clara','Chiara','Ciara']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "comparenames('F', claires)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_indexed.loc[('F',claires),:]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# \"pivot\" the third level of the multiindex (years) to create a row of columns;\n", + "# result is names (rows) x years (columns)\n", + "allyears_indexed.loc[('F',claires),:].unstack(level=2)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# \"pivot\" the third level of the multiindex (names) to create a row of columns\n", + "allyears_indexed.loc[('F',claires),:].unstack(level=1)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# make a stacked (cumulative) area plot using names x years table \n", + "\n", + "pp.figure(figsize=(12,2.5))\n", + "pp.stackplot(range(1880,2019),\n", + " allyears_indexed.loc[('F',claires),:].unstack(level=2));" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# fix stacked plot by filling NaNs with zeros, adding labels, setting axis range\n", + "\n", + "pp.figure(figsize=(12,2.5))\n", + "pp.stackplot(range(1880,2019),\n", + " allyears_indexed.loc[('F',claires),:].unstack(level=2).fillna(0),\n", + " labels=claires);\n", + "\n", + "pp.legend(loc='upper left')\n", + "pp.axis(xmin=1880, xmax=2018);" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/07_04_topten.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/07_04_topten.ipynb new file mode 100755 index 000000000..b3ed037cd --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/07_04_topten.ipynb @@ -0,0 +1,244 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 07_04: Yearly Top Ten Names" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.options.display.max_rows = 10" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears = pd.read_csv('allyears.csv.gz')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_byyear = allyears.set_index(['sex','year']).sort_index()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_byyear.loc['M',2018].sort_values('number', ascending=False)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_byyear.loc['M',2018].sort_values('number', ascending=False).head(10)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_byyear.loc['F',2018].sort_values('number', ascending=False).head(10)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_byyear.loc['F',2018].sort_values('number', ascending=False).head(10).reset_index().name" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# get the top ten names for sex and year\n", + "\n", + "def getyear(sex, year):\n", + " return (allyears_byyear.loc[sex, year] # select M/F, year\n", + " .sort_values('number', ascending=False) # sort by most common\n", + " .head(10) # only ten\n", + " .reset_index() # lose the index\n", + " .name) # return a name-only Series" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# create DataFrame with columns given by top ten name Series for range of years\n", + "pd.DataFrame({year: getyear('M',year) for year in range(2010,2019)})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.DataFrame({year: getyear('F',year) for year in range(2010,2019)})" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# similar to plotname in 07_03_popularity, but using a query on unindexed data\n", + "def plotname(sex, name):\n", + " data = allyears.query('sex == @sex and name == @name')\n", + " \n", + " pp.plot(data.year, data.number, label=name)\n", + " pp.axis(xmin=1880, xmax=2018)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.figure(figsize=(12,2.5))\n", + "\n", + "for name in getyear('F',2018):\n", + " plotname('F', name)\n", + "\n", + "pp.legend()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.figure(figsize=(12,2.5))\n", + "\n", + "for name in getyear('M',2018):\n", + " plotname('M', name)\n", + "\n", + "pp.legend()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "list(getyear('M',2018))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.figure(figsize=(12,2.5))\n", + "\n", + "for name in ['Liam','Noah','Oliver','Benjamin','Elijah','Lucas','Mason','Logan']:\n", + " plotname('M', name)\n", + "\n", + "pp.legend()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# get all time favorites: select F, group by name, sum over years, sort, cap \n", + "alltime_f = allyears_byyear.loc['F'].groupby('name').sum().sort_values('number', ascending=False).head(10)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "alltime_f" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.figure(figsize=(12,2.5))\n", + "\n", + "for name in alltime_f.index:\n", + " plotname('F', name)\n", + "\n", + "pp.legend()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/07_06_solution.ipynb b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/07_06_solution.ipynb new file mode 100755 index 000000000..9fb654c33 --- /dev/null +++ b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/07_06_solution.ipynb @@ -0,0 +1,212 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 07_06: Unisex Name Solution" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "import math\n", + "import collections\n", + "\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as pp\n", + "\n", + "%matplotlib inline" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pd.options.display.max_rows = 10" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears = pd.read_csv('allyears.csv.gz')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# total number across all years, grouped by sex and name\n", + "totals = allyears.groupby(['sex','name']).number.sum()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "totals" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# split into male and female totals\n", + "male, female = totals.loc['M'], totals.loc['F']" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "male" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "female" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "totals.loc['M'] / totals.loc['F'] < 2" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# compute ratio of male and female totals (Pandas aligns axes automatically);\n", + "# drop NaNs that occur where only one Series has a value\n", + "ratios = (totals.loc['M'] / totals.loc['F']).dropna()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "ratios[(ratios > 0.5) & (ratios < 2)]" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# names that fit the unisex ratio constraint\n", + "unisex = ratios[(ratios > 0.5) & (ratios < 2)].index" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "unisex" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# sorted and capped M + F totals for unisex names;\n", + "# results in array of top ten unisex counts, indexed by name\n", + "common = (male.loc[unisex] + female.loc[unisex]).sort_values(ascending=False).head(10)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "common" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "allyears_indexed = allyears.set_index(['sex','name','year']).sort_index()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "pp.figure(figsize=(9,9))\n", + "\n", + "# loop over top-ten unisex names\n", + "for i, name in enumerate(common.index):\n", + " pp.subplot(5,2,i+1)\n", + "\n", + " pp.plot(allyears_indexed.loc['M',name], label='M')\n", + " pp.plot(allyears_indexed.loc['F',name], label='F')\n", + " \n", + " pp.legend()\n", + " pp.title(name)\n", + "\n", + "# improve subplot spacing\n", + "pp.tight_layout()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/names.zip b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/names.zip new file mode 100755 index 000000000..c225f77fc Binary files /dev/null and b/LinkedIn/Ex_Files_Python_Data_Analysis/Exercise Files/chapter7/names.zip differ diff --git a/LinkedIn/francais.txt b/LinkedIn/francais.txt new file mode 100644 index 000000000..ecc7cb28e --- /dev/null +++ b/LinkedIn/francais.txt @@ -0,0 +1,208916 @@ + +a +ab +abaissa +abaissai +abaissaient +abaissais +abaissait +abaissant +abaissas +abaissasse +abaissassent +abaissasses +abaissassiez +abaissassions +abaissmes +abaisst +abaisstes +abaisse +abaissement +abaissements +abaissent +abaisser +abaissera +abaisserai +abaisseraient +abaisserais +abaisserait +abaisseras +abaisserez +abaisseriez +abaisserions +abaisserons +abaisseront +abaisses +abaisseur +abaisseurs +abaissez +abaiss +abaisse +abaisses +abaisss +abaissrent +abaissiez +abaissions +abaissons +abandon +abandonna +abandonnai +abandonnaient +abandonnais +abandonnait +abandonnant +abandonnas +abandonnasse +abandonnassent +abandonnasses +abandonnassiez +abandonnassions +abandonnmes +abandonnt +abandonntes +abandonne +abandonnent +abandonner +abandonnera +abandonnerai +abandonneraient +abandonnerais +abandonnerait +abandonneras +abandonnerez +abandonneriez +abandonnerions +abandonnerons +abandonneront +abandonnes +abandonnez +abandonn +abandonne +abandonnes +abandonns +abandonnrent +abandonniez +abandonnions +abandonnons +abandons +abaque +abaques +abasourdi +abasourdie +abasourdies +abasourdir +abasourdira +abasourdirai +abasourdiraient +abasourdirais +abasourdirait +abasourdiras +abasourdirent +abasourdirez +abasourdiriez +abasourdirions +abasourdirons +abasourdiront +abasourdis +abasourdissaient +abasourdissais +abasourdissait +abasourdissant +abasourdissante +abasourdissantes +abasourdissants +abasourdisse +abasourdissement +abasourdissements +abasourdissent +abasourdisses +abasourdissez +abasourdissiez +abasourdissions +abasourdissons +abasourdit +abasourdmes +abasourdt +abasourdtes +abat +abats +abattage +abattages +abattaient +abattais +abattait +abattant +abattants +abattement +abattements +abattez +abattiez +abattions +abattirent +abattis +abattisse +abattissent +abattisses +abattissiez +abattissions +abattit +abattmes +abattt +abatttes +abattoir +abattoirs +abattra +abattrai +abattraient +abattrais +abattrait +abattras +abattre +abattrez +abattriez +abattrions +abattrons +abattront +abattu +abattue +abattues +abattures +abattus +abtardi +abtardie +abtardies +abtardir +abtardira +abtardirai +abtardiraient +abtardirais +abtardirait +abtardiras +abtardirent +abtardirez +abtardiriez +abtardirions +abtardirons +abtardiront +abtardis +abtardisaient +abtardisais +abtardisait +abtardisant +abtardisse +abtardissement +abtardissements +abtardissent +abtardisses +abtardissez +abtardissiez +abtardissions +abtardissons +abtardit +abtardmes +abtardt +abtardtes +abbatial +abbatiale +abbatiales +abbatiaux +abbaye +abbayes +abbesse +abbesses +abb +abbs +abcs +abdication +abdications +abdiqua +abdiquai +abdiquaient +abdiquais +abdiquait +abdiquant +abdiquas +abdiquasse +abdiquassent +abdiquasses +abdiquassiez +abdiquassions +abdiqumes +abdiqut +abdiqutes +abdique +abdiquent +abdiquer +abdiquera +abdiquerai +abdiqueraient +abdiquerais +abdiquerait +abdiqueras +abdiquerez +abdiqueriez +abdiquerions +abdiquerons +abdiqueront +abdiques +abdiquez +abdiqu +abdique +abdiques +abdiqus +abdiqurent +abdiquiez +abdiquions +abdiquons +abdomen +abdomens +abdominal +abdominale +abdominales +abdominaux +abducteur +abducteurs +abduction +abductions +abeille +abeilles +aberrant +aberrante +aberrantes +aberrants +aberration +aberrations +abti +abtie +abties +abtir +abtira +abtirai +abtiraient +abtirais +abtirait +abtiras +abtirent +abtirez +abtiriez +abtirions +abtirons +abtiront +abtis +abtissaient +abtissais +abtissait +abtissant +abtissante +abtissantes +abtissants +abtissement +abtissements +abtissent +abtisses +abtissez +abtissiez +abtissions +abtissons +abtit +abtmes +abtt +abttes +abhorra +abhorrai +abhorraient +abhorrais +abhorrait +abhorrant +abhorras +abhorrasse +abhorrassent +abhorrasses +abhorrassiez +abhorrassions +abhorrmes +abhorrt +abhorrtes +abhorre +abhorrent +abhorrer +abhorrera +abhorrerai +abhorreraient +abhorrerais +abhorrerait +abhorreras +abhorrerez +abhorreriez +abhorrerions +abhorrerons +abhorreront +abhorres +abhorrez +abhorr +abhorre +abhorres +abhorrs +abhorrrent +abhorriez +abhorrions +abhorrons +abma +abmai +abmaient +abmais +abmait +abmant +abmas +abmasse +abmassent +abmasses +abmassiez +abmassions +abmmes +abmt +abmtes +abme +abment +abmer +abmera +abmerai +abmeraient +abmerais +abmerait +abmeras +abmerez +abmeriez +abmerions +abmerons +abmeront +abmes +abmez +abm +abme +abmes +abms +abmrent +abmiez +abmions +abmons +abject +abjecte +abjectes +abjection +abjections +abjects +abjura +abjurai +abjuraient +abjurais +abjurait +abjurant +abjuras +abjurasse +abjurassent +abjurasses +abjurassiez +abjurassions +abjuration +abjurations +abjurmes +abjurt +abjurtes +abjure +abjurent +abjurer +abjurera +abjurerai +abjureraient +abjurerais +abjurerait +abjureras +abjurerez +abjureriez +abjurerions +abjurerons +abjureront +abjures +abjurez +abjur +abjure +abjures +abjurs +abjurrent +abjuriez +abjurions +abjurons +ablatif +ablation +ablations +ablette +ablettes +ablution +ablutions +abngation +abngations +aboi +aboie +aboiement +aboiements +aboient +aboiera +aboierai +aboieraient +aboieraiez +aboieraions +aboierais +aboierait +aboieras +aboierez +aboierons +aboieront +aboies +abois +aboli +abolie +abolies +abolir +abolira +abolirai +aboliraient +abolirais +abolirait +aboliras +abolirent +abolirez +aboliriez +abolirions +abolirons +aboliront +abolis +abolissaient +abolissais +abolissait +abolissant +abolisse +abolissent +abolisses +abolissez +abolissiez +abolissions +abolissons +abolit +abolition +abolitionnisme +abolitionniste +abolitionnistes +abolitions +abolmes +abolt +aboltes +abomina +abominable +abominablement +abominables +abominai +abominaient +abominais +abominait +abominant +abominas +abominasse +abominassent +abominasses +abominassiez +abominassions +abomination +abominations +abominmes +abomint +abomintes +abomine +abominent +abominer +abominera +abominerai +abomineraient +abominerais +abominerait +abomineras +abominerez +abomineriez +abominerions +abominerons +abomineront +abomines +abominez +abomin +abomine +abomines +abomins +abominrent +abominiez +abominions +abominons +abonda +abondai +abondaient +abondais +abondait +abondamment +abondance +abondances +abondant +abondante +abondantes +abondants +abondas +abondasse +abondassent +abondasses +abondassiez +abondassions +abondmes +abondt +abondtes +abonde +abondent +abonder +abondera +abonderai +abonderaient +abonderais +abonderait +abonderas +abonderez +abonderiez +abonderions +abonderons +abonderont +abondes +abondez +abond +abonde +abondes +abonds +abondrent +abondiez +abondions +abondons +abonna +abonnai +abonnaient +abonnais +abonnait +abonnant +abonnas +abonnasse +abonnassent +abonnasses +abonnassiez +abonnassions +abonnmes +abonnt +abonntes +abonne +abonnement +abonnements +abonnent +abonner +abonnera +abonnerai +abonneraient +abonnerais +abonnerait +abonneras +abonnerez +abonneriez +abonnerions +abonnerons +abonneront +abonnes +abonnez +abonn +abonne +abonnes +abonns +abonnrent +abonni +abonnie +abonnies +abonniez +abonnions +abonnir +abonnira +abonnirai +abonniraient +abonnirais +abonnirait +abonniras +abonnirent +abonnirez +abonniriez +abonnirions +abonnirons +abonniront +abonnis +abonnissaient +abonnissais +abonnissait +abonnissant +abonnisse +abonnissent +abonnisses +abonnissez +abonnissiez +abonnissions +abonnissons +abonnit +abonnmes +abonnt +abonntes +abonnon +abonnons +abord +aborda +abordable +abordables +abordage +abordages +abordai +abordaient +abordais +abordait +abordant +abordas +abordasse +abordassent +abordasses +abordassiez +abordassions +abordmes +abordt +abordtes +aborde +abordent +aborder +abordera +aborderai +aborderaient +aborderais +aborderait +aborderas +aborderez +aborderiez +aborderions +aborderons +aborderont +abordes +abordez +abord +aborde +abordes +abords +abordrent +abordiez +abordions +abordons +abords +aborigne +aborignes +abortif +abortifs +abortive +abortives +aboucha +abouchai +abouchaient +abouchais +abouchait +abouchant +abouchas +abouchasse +abouchassent +abouchasses +abouchassiez +abouchassions +abouchmes +aboucht +abouchtes +abouche +abouchent +aboucher +abouchera +aboucherai +aboucheraient +aboucherais +aboucherait +aboucheras +aboucherez +aboucheriez +aboucherions +aboucherons +aboucheront +abouches +abouchez +abouch +abouche +abouches +abouchs +abouchrent +abouchiez +abouchions +abouchons +aboulie +aboulies +aboulique +abouliques +abouti +aboutie +abouties +aboutir +aboutira +aboutiraient +aboutirais +aboutirait +aboutiras +aboutirent +aboutirez +aboutiriez +aboutirions +aboutirons +aboutiront +aboutis +aboutissaient +aboutissais +aboutissait +aboutissant +aboutissants +aboutisse +aboutissement +aboutissements +aboutissent +aboutisses +aboutissez +aboutissiez +aboutissions +aboutissons +aboutit +aboutmes +aboutt +abouttes +aboya +aboyai +aboyaient +aboyais +aboyait +aboyant +aboyasse +aboyassent +aboyasses +aboyassiez +aboyassions +aboymes +aboyt +aboytes +aboyer +aboyeur +aboyeurs +aboyeuse +aboyeuses +aboyez +aboy +aboye +aboyes +aboys +aboyrent +aboyiez +aboyions +aboyons +abracadabrant +abracadabrante +abracadabrantes +abracadabrants +abrasif +abrasifs +abrasion +abrasions +abrasive +abrasives +abreuva +abreuvai +abreuvaient +abreuvais +abreuvait +abreuvant +abreuvas +abreuvasse +abreuvassent +abreuvasses +abreuvassiez +abreuvassions +abreuvmes +abreuvt +abreuvtes +abreuve +abreuvent +abreuver +abreuvera +abreuverai +abreuveraient +abreuverais +abreuverait +abreuveras +abreuverez +abreuveriez +abreuverions +abreuverons +abreuveront +abreuves +abreuvez +abreuv +abreuve +abreuves +abreuvs +abreuvrent +abreuviez +abreuvions +abreuvoir +abreuvoirs +abreuvons +abrge +abrgea +abrgeai +abrgeaient +abrgeais +abrgeait +abrgeant +abrgeas +abrgeasse +abrgeassent +abrgeasses +abrgeassiez +abrgeassions +abrgemes +abrget +abrgetes +abrgent +abrgeons +abrger +abrgera +abrgerai +abrgeraient +abrgerais +abrgerait +abrgeras +abrgerez +abrgeriez +abrgerions +abrgerons +abrgeront +abrges +abrgez +abrg +abrge +abrges +abrgs +abrgrent +abrgiez +abrgions +abrviatif +abrviatifs +abrviation +abrviations +abrviative +abrviatives +abrgement +abrgements +abri +abricot +abricotier +abricotiers +abricots +abris +abrita +abritai +abritaient +abritais +abritait +abritant +abritas +abritasse +abritassent +abritasses +abritassiez +abritassions +abritmes +abritt +abrittes +abrite +abritent +abriter +abritera +abriterai +abriteraient +abriterais +abriterait +abriteras +abriterez +abriteriez +abriterions +abriterons +abriteront +abrites +abritez +abrit +abrite +abrites +abrits +abritrent +abritiez +abritions +abritons +abrogation +abrogations +abroge +abrogea +abrogeai +abrogeaient +abrogeais +abrogeait +abrogeant +abrogeas +abrogeasse +abrogeassent +abrogeasses +abrogeassiez +abrogeassions +abrogemes +abroget +abrogetes +abrogent +abrogeons +abroger +abrogera +abrogerai +abrogeraient +abrogerais +abrogerait +abrogeras +abrogerez +abrogeriez +abrogerions +abrogerons +abrogeront +abroges +abrogez +abrog +abroge +abroges +abrogs +abrogrent +abrogiez +abrogions +abrupt +abrupte +abruptes +abrupts +abruti +abrutie +abruties +abrutir +abrutira +abrutirai +abrutiraient +abrutirais +abrutirait +abrutiras +abrutirent +abrutirez +abrutiriez +abrutirions +abrutirons +abrutiront +abrutis +abrutissaient +abrutissais +abrutissait +abrutissant +abrutissante +abrutissantes +abrutissants +abrutisse +abrutissement +abrutissements +abrutissent +abrutisses +abrutissez +abrutissiez +abrutissions +abrutissons +abrutit +abrutmes +abrutt +abruttes +abscisse +abscisses +absence +absences +absent +absenta +absentai +absentaient +absentais +absentait +absentant +absentas +absentasse +absentassent +absentasses +absentassiez +absentassions +absentmes +absentt +absenttes +absente +absentent +absenter +absentera +absenterai +absenteraient +absenterais +absenterait +absenteras +absenterez +absenteriez +absenterions +absenterons +absenteront +absentes +absentez +absent +absente +absentes +absentisme +absents +absentrent +absentiez +absentions +absentons +absents +abside +absides +absinthe +absolu +absolue +absolues +absolument +absolus +absolution +absolutions +absolutisme +absolutiste +absolutistes +absolvaient +absolvais +absolvait +absolvant +absolve +absolvent +absolves +absolvez +absolviez +absolvions +absolvons +absorba +absorbai +absorbaient +absorbais +absorbait +absorbant +absorbante +absorbantes +absorbants +absorbas +absorbasse +absorbassent +absorbasses +absorbassiez +absorbassions +absorbmes +absorbt +absorbtes +absorbe +absorbent +absorber +absorbera +absorberai +absorberaient +absorberais +absorberait +absorberas +absorberez +absorberiez +absorberions +absorberons +absorberont +absorbes +absorbez +absorb +absorbe +absorbes +absorbs +absorbrent +absorbiez +absorbions +absorbons +absorption +absorptions +absoudra +absoudrai +absoudraient +absoudrais +absoudrait +absoudras +absoudre +absoudrez +absoudriez +absoudrions +absoudrons +absoudront +absous +absout +absoute +absoutes +abstenaient +abstenais +abstenait +abstenant +abstenez +absteniez +abstenions +abstenir +abstenons +abstention +abstentionniste +abstentionnistes +abstentions +abstenu +abstenue +abstenues +abstenus +abstiendra +abstiendrai +abstiendraient +abstiendrais +abstiendrez +abstiendriez +abstiendrions +abstiendrons +abstiendront +abstienne +abstiennent +abstiennes +abstiens +abstient +abstinence +abstinences +abstinent +abstinente +abstinentes +abstinents +abstinrent +abstins +abstinsse +abstinssent +abstinsses +abstinssiez +abstinssions +abstint +abstnmes +abstnt +abstntes +abstraction +abstractions +abstraie +abstraient +abstraies +abstraira +abstrairai +abstrairaient +abstrairais +abstrairait +abstrairas +abstraire +abstrairez +abstrairiez +abstrairions +abstrairons +abstrairont +abstrais +abstrait +abstraite +abstraitement +abstraites +abstraits +abstrayaient +abstrayais +abstrayait +abstrayant +abstrayez +abstrayiez +abstrayions +abstrayons +absurde +absurdement +absurdes +absurdit +absurdits +abus +abusa +abusai +abusaient +abusais +abusait +abusant +abusas +abusasse +abusassent +abusasses +abusassiez +abusassions +abusmes +abust +abustes +abuse +abusent +abuser +abusera +abuserai +abuseraient +abuserais +abuserait +abuseras +abuserez +abuseriez +abuserions +abuserons +abuseront +abuses +abusez +abus +abuse +abuses +abuss +abusrent +abusiez +abusif +abusifs +abusions +abusive +abusivement +abusives +abusons +abyssal +abyssale +abyssales +abyssaux +abysse +abysses +abyssin +abyssine +abyssines +abyssinie +abyssins +acabit +acabits +acacia +acacias +acadmicien +acadmicienne +acadmiciennes +acadmiciens +acadmie +acadmies +acadmique +acadmiquement +acadmiques +acajou +acanthe +acanthes +acaritre +acaritres +accabla +accablai +accablaient +accablais +accablait +accablant +accablante +accablantes +accablants +accablas +accablasse +accablassent +accablasses +accablassiez +accablassions +accablmes +accablt +accabltes +accable +accablement +accablements +accablent +accabler +accablera +accablerai +accableraient +accablerais +accablerait +accableras +accablerez +accableriez +accablerions +accablerons +accableront +accables +accablez +accabl +accable +accables +accabls +accablrent +accabliez +accablions +accablons +accalmie +accalmies +accapara +accaparai +accaparaient +accaparais +accaparait +accaparant +accaparas +accaparasse +accaparassent +accaparasses +accaparassiez +accaparassions +accaparmes +accapart +accapartes +accapare +accaparement +accaparements +accaparent +accaparer +accaparera +accaparerai +accapareraient +accaparerais +accaparerait +accapareras +accaparerez +accapareriez +accaparerions +accaparerons +accapareront +accapares +accapareur +accapareurs +accapareuse +accapareuses +accaparez +accapar +accapare +accapares +accapars +accaparrent +accapariez +accaparions +accaparons +accastillage +accastillages +accent +accents +accentua +accentuai +accentuaient +accentuais +accentuait +accentuant +accentuas +accentuasse +accentuassent +accentuasses +accentuassiez +accentuassions +accentuation +accentuations +accentumes +accentut +accentutes +accentue +accentuent +accentuer +accentuera +accentuerai +accentueraient +accentuerais +accentuerait +accentueras +accentuerez +accentueriez +accentuerions +accentuerons +accentueront +accentues +accentuez +accentu +accentue +accentues +accentus +accenturent +accentuiez +accentuions +accentuons +accepta +acceptable +acceptables +acceptai +acceptaient +acceptais +acceptait +acceptant +acceptas +acceptasse +acceptassent +acceptasses +acceptassiez +acceptassions +acceptation +acceptations +acceptmes +acceptt +accepttes +accepte +acceptent +accepter +acceptera +accepterai +accepteraient +accepterais +accepterait +accepteras +accepterez +accepteriez +accepterions +accepterons +accepteront +acceptes +acceptez +accept +accepte +acceptes +accepts +acceptrent +acceptiez +acception +acceptions +acceptons +accessible +accessibles +accession +accessions +accessit +accessoire +accessoirement +accessoires +accessoiriste +accessoiristes +accda +accdai +accdaient +accdais +accdait +accdant +accdas +accdasse +accdassent +accdasses +accdassiez +accdassions +accdmes +accdt +accdtes +accde +accdent +accder +accdera +accderai +accderaient +accderais +accderait +accderas +accderez +accderiez +accderions +accderons +accderont +accdes +accdez +accd +accde +accdes +accds +accdrent +accdiez +accdions +accdons +acclra +acclrai +acclraient +acclrais +acclrait +acclrant +acclras +acclrasse +acclrassent +acclrasses +acclrassiez +acclrassions +acclrateur +acclrateurs +acclration +acclrations +acclratrice +acclratrices +acclrmes +acclrt +acclrtes +acclrer +acclrera +acclrerai +acclreraient +acclrerais +acclrerait +acclreras +acclrerez +acclreriez +acclrerions +acclrerons +acclreront +acclrez +acclr +acclre +acclres +acclrs +acclrrent +acclriez +acclrions +acclrons +acclre +acclrent +acclres +accde +accdent +accs +accident +accidenta +accidentai +accidentaient +accidentais +accidentait +accidentant +accidentas +accidentasse +accidentassent +accidentasses +accidentassiez +accidentassions +accidentmes +accidentt +accidenttes +accidente +accidentel +accidentelle +accidentellement +accidentelles +accidentels +accidentent +accidenter +accidentera +accidenterai +accidenteraient +accidenterais +accidenterait +accidenteras +accidenterez +accidenteriez +accidenterions +accidenterons +accidenteront +accidentes +accidentez +accident +accidente +accidentes +accidents +accidentrent +accidentiez +accidentions +accidentons +accidents +acclama +acclamai +acclamaient +acclamais +acclamait +acclamant +acclamas +acclamasse +acclamassent +acclamasses +acclamassiez +acclamassions +acclamation +acclamations +acclammes +acclamt +acclamtes +acclame +acclament +acclamer +acclamera +acclamerai +acclameraient +acclamerais +acclamerait +acclameras +acclamerez +acclameriez +acclamerions +acclamerons +acclameront +acclames +acclamez +acclam +acclame +acclames +acclams +acclamrent +acclamiez +acclamions +acclamons +acclimata +acclimatai +acclimataient +acclimatais +acclimatait +acclimatant +acclimatas +acclimatasse +acclimatassent +acclimatasses +acclimatassiez +acclimatassions +acclimatation +acclimatations +acclimatmes +acclimatt +acclimattes +acclimate +acclimatent +acclimater +acclimatera +acclimaterai +acclimateraient +acclimaterais +acclimaterait +acclimateras +acclimaterez +acclimateriez +acclimaterions +acclimaterons +acclimateront +acclimates +acclimatez +acclimat +acclimate +acclimates +acclimats +acclimatrent +acclimatiez +acclimations +acclimatons +accointa +accointai +accointaient +accointais +accointait +accointance +accointances +accointas +accointasse +accointassent +accointasses +accointassiez +accointassions +accointmes +accointt +accointtes +accointe +accointent +accointer +accointera +accointerai +accointeraient +accointerais +accointerait +accointeras +accointerez +accointeriez +accointerions +accointerons +accointeront +accointes +accointez +accoint +accointe +accointes +accoints +accointrent +accointiez +accointions +accointons +accola +accolade +accolades +accolai +accolaient +accolais +accolait +accolant +accolas +accolasse +accolassent +accolasses +accolassiez +accolassions +accolmes +accolt +accoltes +accole +accolent +accoler +accolera +accolerai +accoleraient +accolerais +accolerait +accoleras +accolerez +accoleriez +accolerions +accolerons +accoleront +accoles +accolez +accol +accole +accoles +accols +accolrent +accoliez +accolions +accolons +accommoda +accommodai +accommodaient +accommodais +accommodait +accommodant +accommodante +accommodantes +accommodants +accommodas +accommodasse +accommodassent +accommodasses +accommodassiez +accommodassions +accommodateur +accommodateure +accommodateures +accommodateurs +accommodation +accommodations +accommodmes +accommodt +accommodtes +accommode +accommodement +accommodements +accommodent +accommoder +accommodera +accommoderai +accommoderaient +accommoderais +accommoderait +accommoderas +accommoderez +accommoderiez +accommoderions +accommoderons +accommoderont +accommodes +accommodez +accommod +accommode +accommodes +accommods +accommodrent +accommodiez +accommodions +accommodons +accompagna +accompagnai +accompagnaient +accompagnais +accompagnait +accompagnant +accompagnas +accompagnasse +accompagnassent +accompagnasses +accompagnassiez +accompagnassions +accompagnateur +accompagnateurs +accompagnatrice +accompagnatrices +accompagnmes +accompagnt +accompagntes +accompagne +accompagnement +accompagnements +accompagnent +accompagner +accompagnera +accompagnerai +accompagneraient +accompagnerais +accompagnerait +accompagneras +accompagnerez +accompagneriez +accompagnerions +accompagnerons +accompagneront +accompagnes +accompagnez +accompagn +accompagne +accompagnes +accompagns +accompagnrent +accompagniez +accompagnions +accompagnons +accompli +accomplie +accomplies +accomplir +accomplira +accomplirai +accompliraient +accomplirais +accomplirait +accomplirant +accompliras +accomplirent +accomplirez +accompliriez +accomplirions +accomplirons +accompliront +accomplis +accomplissaient +accomplissais +accomplissait +accomplissant +accomplisse +accomplissement +accomplissements +accomplissent +accomplisses +accomplissez +accomplissiez +accomplissions +accomplissons +accomplit +accomplmes +accomplt +accompltes +accord +accorda +accordage +accordages +accordai +accordaient +accordais +accordait +accordant +accordas +accordasse +accordassent +accordasses +accordassiez +accordassions +accordmes +accordt +accordtes +accorde +accordent +accorder +accordera +accorderai +accorderaient +accorderais +accorderait +accorderas +accorderez +accorderiez +accorderions +accorderons +accorderont +accordes +accordeur +accordeurs +accordez +accord +accorde +accordes +accordon +accordoniste +accordonistes +accordons +accords +accordrent +accordiez +accordions +accordons +accords +accorte +accortes +accosta +accostage +accostages +accostai +accostaient +accostais +accostait +accostant +accostas +accostasse +accostassent +accostasses +accostassiez +accostassions +accostmes +accostt +accosttes +accoste +accostent +accoster +accostera +accosterai +accosteraient +accosterais +accosterait +accosteras +accosterez +accosteriez +accosterions +accosterons +accosteront +accostes +accostez +accost +accoste +accostes +accosts +accostrent +accostiez +accostions +accostons +accota +accotai +accotaient +accotais +accotait +accotant +accotas +accotasse +accotassent +accotasses +accotassiez +accotassions +accotmes +accott +accottes +accote +accotement +accotements +accotent +accoter +accotera +accoterai +accoteraient +accoterais +accoterait +accoteras +accoterez +accoteriez +accoterions +accoterons +accoteront +accotes +accotez +accot +accote +accotes +accots +accotrent +accotiez +accotions +accotons +accoucha +accouchai +accouchaient +accouchais +accouchait +accouchant +accouchas +accouchasse +accouchassent +accouchasses +accouchassiez +accouchassions +accouchmes +accoucht +accouchtes +accouche +accouchement +accouchements +accouchent +accoucher +accouchera +accoucherai +accoucheraient +accoucherais +accoucherait +accoucheras +accoucherez +accoucheriez +accoucherions +accoucherons +accoucheront +accouches +accoucheur +accoucheurs +accoucheuse +accoucheuses +accouchez +accouch +accouche +accouches +accouchs +accouchrent +accouchiez +accouchions +accouchons +accouda +accoudai +accoudaient +accoudais +accoudait +accoudant +accoudas +accoudasse +accoudassent +accoudasses +accoudassiez +accoudassions +accoudmes +accoudt +accoudtes +accoude +accoudent +accouder +accoudera +accouderai +accouderaient +accouderais +accouderait +accouderas +accouderez +accouderiez +accouderions +accouderons +accouderont +accoudes +accoudez +accoud +accoude +accoudes +accouds +accoudrent +accoudiez +accoudions +accoudoir +accoudoirs +accoudons +accoupla +accouplai +accouplaient +accouplais +accouplait +accouplant +accouplas +accouplasse +accouplassent +accouplasses +accouplassiez +accouplassions +accouplmes +accouplt +accoupltes +accouple +accouplement +accouplements +accouplent +accoupler +accouplera +accouplerai +accoupleraient +accouplerais +accouplerait +accoupleras +accouplerez +accoupleriez +accouplerions +accouplerons +accoupleront +accouples +accouplez +accoupl +accouple +accouples +accoupls +accouplrent +accoupliez +accouplions +accouplons +accouraient +accourais +accourait +accourant +accoure +accourent +accoures +accourez +accouriez +accourions +accourir +accourons +accourra +accourrai +accourraient +accourrais +accourrait +accourras +accourrez +accourriez +accourrions +accourrons +accourront +accours +accourt +accouru +accourue +accourues +accoururent +accourus +accourusse +accourussent +accourusses +accourussiez +accourussions +accourut +accourmes +accourt +accourtes +accoutra +accoutrai +accoutraient +accoutrais +accoutrait +accoutrant +accoutras +accoutrasse +accoutrassent +accoutrasses +accoutrassiez +accoutrassions +accoutrmes +accoutrt +accoutrtes +accoutre +accoutrement +accoutrements +accoutrent +accoutrer +accoutrera +accoutrerai +accoutreraient +accoutrerais +accoutrerait +accoutreras +accoutrerez +accoutreriez +accoutrerions +accoutrerons +accoutreront +accoutres +accoutrez +accoutr +accoutre +accoutres +accoutrs +accoutrrent +accoutriez +accoutrions +accoutrons +accoutuma +accoutumai +accoutumaient +accoutumais +accoutumait +accoutumance +accoutumances +accoutumant +accoutumas +accoutumasse +accoutumassent +accoutumasses +accoutumassiez +accoutumassions +accoutummes +accoutumt +accoutumtes +accoutume +accoutument +accoutumer +accoutumera +accoutumerai +accoutumeraient +accoutumerais +accoutumerait +accoutumeras +accoutumerez +accoutumeriez +accoutumerions +accoutumerons +accoutumeront +accoutumes +accoutumez +accoutum +accoutume +accoutumes +accoutums +accoutumrent +accoutumiez +accoutumions +accoutumons +accrdita +accrditai +accrditaient +accrditais +accrditait +accrditant +accrditas +accrditasse +accrditassent +accrditasses +accrditassiez +accrditassions +accrditmes +accrditt +accrdittes +accrdite +accrditent +accrditer +accrditera +accrditerai +accrditeraient +accrditerais +accrditerait +accrditeras +accrditerez +accrditeriez +accrditerions +accrditerons +accrditeront +accrdites +accrditez +accrdit +accrdite +accrdites +accrdits +accrditrent +accrditiez +accrditions +accrditons +accroc +accrocha +accrochage +accrochages +accrochai +accrochaient +accrochais +accrochait +accrochant +accrochas +accrochasse +accrochassent +accrochasses +accrochassiez +accrochassions +accrochmes +accrocht +accrochtes +accroche +accrochent +accrocher +accrochera +accrocherai +accrocheraient +accrocherais +accrocherait +accrocheras +accrocherez +accrocheriez +accrocherions +accrocherons +accrocheront +accroches +accrocheur +accrocheurs +accrocheuse +accrocheuses +accrochez +accroch +accroche +accroches +accrochs +accrochrent +accrochiez +accrochions +accrochons +accrocs +accroie +accroient +accroies +accroira +accroirai +accroiraient +accroirais +accroirait +accroiras +accroire +accroirez +accroiriez +accroirions +accroirons +accroiront +accrois +accroissaient +accroissais +accroissait +accroissant +accroisse +accroissement +accroissements +accroissent +accroisses +accroissez +accroissiez +accroissions +accroissons +accroit +accros +accrot +accrotra +accrotrai +accrotraient +accrotrais +accrotrait +accrotras +accrotre +accrotrez +accrotriez +accrotrions +accrotrons +accrotront +accroupi +accroupie +accroupies +accroupir +accroupira +accroupirai +accroupiraient +accroupirais +accroupirait +accroupiras +accroupirent +accroupirez +accroupiriez +accroupirions +accroupirons +accroupiront +accroupis +accroupissaient +accroupissais +accroupissait +accroupissant +accroupisse +accroupissement +accroupissements +accroupissent +accroupisses +accroupissez +accroupissiez +accroupissions +accroupissons +accroupit +accroupmes +accroupt +accrouptes +accroyaient +accroyais +accroyait +accroyant +accroyez +accroyiez +accroyions +accroyons +accru +accrue +accrues +accrurent +accrus +accrusse +accrussent +accrusses +accrussiez +accrussions +accrut +accrmes +accrs +accrt +accrtes +accu +accueil +accueillaient +accueillais +accueillait +accueillant +accueillante +accueillantes +accueillants +accueille +accueillent +accueilles +accueillez +accueilli +accueillie +accueillies +accueilliez +accueillions +accueillir +accueillira +accueillirai +accueilliraient +accueillirais +accueillirait +accueilliras +accueillirent +accueillirez +accueilliriez +accueillirions +accueillirons +accueilliront +accueillis +accueillisse +accueillissent +accueillisses +accueillissiez +accueillissions +accueillit +accueillmes +accueillt +accueilltes +accueillons +accueils +accula +acculai +acculaient +acculais +acculait +acculant +acculas +acculasse +acculassent +acculasses +acculassiez +acculassions +acculmes +accult +accultes +accule +acculent +acculer +acculera +acculerai +acculeraient +acculerais +acculerait +acculeras +acculerez +acculeriez +acculerions +acculerons +acculeront +accules +acculez +accul +accule +accules +acculs +acculrent +acculiez +acculions +acculons +accumula +accumulai +accumulaient +accumulais +accumulait +accumulant +accumulas +accumulasse +accumulassent +accumulasses +accumulassiez +accumulassions +accumulateur +accumulateurs +accumulation +accumulations +accumulatrice +accumulatrices +accumulmes +accumult +accumultes +accumule +accumulent +accumuler +accumulera +accumulerai +accumuleraient +accumulerais +accumulerait +accumuleras +accumulerez +accumuleriez +accumulerions +accumulerons +accumuleront +accumules +accumulez +accumul +accumule +accumules +accumuls +accumulrent +accumuliez +accumulions +accumulons +accus +accusa +accusai +accusaient +accusais +accusait +accusant +accusas +accusasse +accusassent +accusasses +accusassiez +accusassions +accusateur +accusateurs +accusatif +accusatifs +accusation +accusations +accusatoire +accusatoires +accusatrice +accusatrices +accusmes +accust +accustes +accuse +accusent +accuser +accusera +accuserai +accuseraient +accuserais +accuserait +accuseras +accuserez +accuseriez +accuserions +accuserons +accuseront +accuses +accusez +accus +accuse +accuses +accuss +accusrent +accusiez +accusions +accusons +acerbe +acerbes +acr +acrs +actate +actates +actique +actiques +actone +actylne +achaland +achalande +achalandes +achalands +acharna +acharnai +acharnaient +acharnais +acharnait +acharnant +acharnas +acharnasse +acharnassent +acharnasses +acharnassiez +acharnassions +acharnmes +acharnt +acharntes +acharne +acharnement +acharnements +acharnent +acharner +acharnera +acharnerai +acharneraient +acharnerais +acharnerait +acharneras +acharnerez +acharneriez +acharnerions +acharnerons +acharneront +acharnes +acharnez +acharn +acharne +acharnes +acharns +acharnrent +acharniez +acharnions +acharnons +achat +achats +achemina +acheminai +acheminaient +acheminais +acheminait +acheminant +acheminas +acheminasse +acheminassent +acheminasses +acheminassiez +acheminassions +acheminmes +achemint +achemintes +achemine +acheminement +acheminements +acheminent +acheminer +acheminera +acheminerai +achemineraient +acheminerais +acheminerait +achemineras +acheminerez +achemineriez +acheminerions +acheminerons +achemineront +achemines +acheminez +achemin +achemine +achemines +achemins +acheminrent +acheminiez +acheminions +acheminons +acheta +achetai +achetaient +achetais +achetait +achetant +achetas +achetasse +achetassent +achetasses +achetassiez +achetassions +achetmes +achett +achettes +acheter +acheteur +acheteurs +acheteuse +acheteuses +achetez +achet +achete +achetes +achets +achetrent +achetiez +achetions +achetons +acheva +achevai +achevais +achevait +achevant +achevas +achevasse +achevassent +achevasses +achevassiez +achevassions +achevmes +achevt +achevtes +achever +achevez +achev +acheve +acheves +achevs +achevrent +acheviez +achevions +achevons +achte +achtent +achtera +achterai +achteraient +achterais +achterait +achteras +achterez +achteriez +achterions +achterons +achteront +achtes +achve +achvement +achvements +achvent +achvera +achverai +achveraient +achverais +achverait +achverez +achveriez +achverions +achverons +achveront +achves +achille +achoppa +achoppai +achoppaient +achoppais +achoppait +achoppant +achoppas +achoppasse +achoppassent +achoppasses +achoppassiez +achoppassions +achoppmes +achoppt +achopptes +achoppe +achoppement +achoppements +achoppent +achopper +achoppera +achopperai +achopperaient +achopperais +achopperait +achopperas +achopperez +achopperiez +achopperions +achopperons +achopperont +achoppes +achoppez +achopp +achoppe +achoppes +achopps +achopprent +achoppiez +achoppions +achoppons +achromatique +achromatiques +acide +acides +acidifia +acidifiai +acidifiaient +acidifiais +acidifiait +acidifiant +acidifias +acidifiasse +acidifiassent +acidifiasses +acidifiassiez +acidifiassions +acidifimes +acidifit +acidifites +acidifie +acidifient +acidifier +acidifiera +acidifierai +acidifieraient +acidifierais +acidifierait +acidifieras +acidifierez +acidifieriez +acidifierions +acidifierons +acidifieront +acidifies +acidifiez +acidifi +acidifie +acidifies +acidifis +acidifirent +acidifiiez +acidifiions +acidifions +acidit +acidits +acidul +acidule +acidules +aciduls +acier +aciers +acira +acirage +acirages +acirai +aciraient +acirais +acirait +acirant +aciras +acirasse +acirassent +acirasses +acirassiez +acirassions +acirmes +acirt +acirtes +acire +acirent +acirer +acirera +acirerai +acireraient +acirerais +acirerait +acireras +acirerez +acireriez +acirerions +acirerons +acireront +acires +acirez +acir +acire +acires +acirs +acirrent +acirie +aciries +aciriez +acirions +acirons +acn +acolyte +acolytes +acompte +acomptes +aconit +aconits +acoquina +acoquinai +acoquinaient +acoquinais +acoquinait +acoquinas +acoquinasse +acoquinassent +acoquinasses +acoquinassiez +acoquinassions +acoquinmes +acoquint +acoquintes +acoquine +acoquinent +acoquiner +acoquinera +acoquinerai +acoquineraient +acoquinerais +acoquinerait +acoquineras +acoquinerez +acoquineriez +acoquinerions +acoquinerons +acoquineront +acoquines +acoquinez +acoquin +acoquine +acoquines +acoquins +acoquinrent +acoquiniez +acoquinions +acoquinons +acoustique +acoustiques +acquerra +acquerrai +acquerraient +acquerrais +acquerrait +acquerras +acquerrez +acquerriez +acquerrions +acquerrons +acquerront +acquraient +acqurais +acqurait +acqurant +acqureur +acqureurs +acqureuse +acqureuses +acqurez +acquriez +acqurions +acqurir +acqurirent +acqurons +acqut +acquts +acquiers +acquiert +acquiesce +acquiescement +acquiescements +acquiescent +acquiescer +acquiescera +acquiescerai +acquiesceraient +acquiescerais +acquiescerait +acquiesceras +acquiescerez +acquiesceriez +acquiescerions +acquiescerons +acquiesceront +acquiesces +acquiescez +acquiesc +acquiesce +acquiesces +acquiescs +acquiescrent +acquiesciez +acquiescions +acquiescons +acquiesa +acquiesai +acquiesaient +acquiesais +acquiesait +acquiesas +acquiesasse +acquiesassent +acquiesasses +acquiesassiez +acquiesassions +acquiesmes +acquiest +acquiestes +acquire +acquirent +acquires +acquirent +acquis +acquise +acquises +acquisition +acquisitions +acquisse +acquissent +acquisses +acquissiez +acquissions +acquit +acquits +acquitta +acquittai +acquittaient +acquittais +acquittait +acquittant +acquittas +acquittasse +acquittassent +acquittasses +acquittassiez +acquittassions +acquittmes +acquittt +acquitttes +acquitte +acquittement +acquittements +acquittent +acquitter +acquittera +acquitterai +acquitteraient +acquitterais +acquitterait +acquitteras +acquitterez +acquitteriez +acquitterions +acquitterons +acquitteront +acquittes +acquittez +acquitt +acquitte +acquittes +acquitts +acquittrent +acquittiez +acquittions +acquittons +acqumes +acqut +acqutes +acrimonie +acrimonies +acrimonieuse +acrimonieusement +acrimonieuses +acrimonieux +acrobate +acrobates +acrobatie +acrobaties +acrobatique +acrobatiques +acropole +acrostiche +acrostiches +acte +actes +acteur +acteurs +actif +actifs +actinie +actinies +action +actionna +actionnai +actionnaient +actionnaire +actionnaires +actionnais +actionnait +actionnas +actionnasse +actionnassent +actionnasses +actionnassiez +actionnassions +actionnmes +actionnt +actionntes +actionne +actionnent +actionner +actionnera +actionnerai +actionneraient +actionnerais +actionnerait +actionneras +actionnerez +actionneriez +actionnerions +actionnerons +actionneront +actionnes +actionnez +actionn +actionne +actionnes +actionns +actionnrent +actionniez +actionnions +actionnons +actions +activa +activai +activaient +activais +activait +activant +activas +activasse +activassent +activasses +activassiez +activassions +activateur +activateurs +activation +activations +activmes +activt +activtes +active +activement +activent +activer +activera +activerai +activeraient +activerais +activerait +activeras +activerez +activeriez +activerions +activerons +activeront +actives +activez +activ +active +actives +activs +activrent +activiez +activions +activisme +activismes +activiste +activistes +activit +activits +activons +actrice +actrices +actuaire +actuaires +actualisa +actualisai +actualisaient +actualisais +actualisait +actualisant +actualisas +actualisasse +actualisassent +actualisasses +actualisassiez +actualisassions +actualisation +actualisations +actualismes +actualist +actualistes +actualise +actualisent +actualiser +actualisera +actualiserai +actualiseraient +actualiserais +actualiserait +actualiseras +actualiserez +actualiseriez +actualiserions +actualiserons +actualiseront +actualises +actualisez +actualis +actualise +actualises +actualiss +actualisrent +actualisiez +actualisions +actualisons +actualit +actualits +actuel +actuelle +actuellement +actuelles +actuels +acuit +acuits +acuponcteur +acuponcteurs +acuponcture +acuponctures +acupuncteur +acupuncteurs +acupuncture +acupunctures +ad +adage +adages +adagio +adagios +adapta +adaptable +adaptables +adaptai +adaptaient +adaptais +adaptait +adaptant +adaptas +adaptasse +adaptassent +adaptasses +adaptassiez +adaptassions +adaptateur +adaptateurs +adaptation +adaptations +adaptmes +adaptt +adapttes +adapte +adaptent +adapter +adaptera +adapterai +adapteraient +adapterais +adapterait +adapteras +adapterez +adapteriez +adapterions +adapterons +adapteront +adaptes +adaptez +adapt +adapte +adaptes +adapts +adaptrent +adaptiez +adaptions +adaptons +addenda +additif +additifs +addition +additionna +additionnai +additionnaient +additionnais +additionnait +additionnant +additionnas +additionnasse +additionnassent +additionnasses +additionnassiez +additionnassions +additionnmes +additionnt +additionntes +additionne +additionnel +additionnelle +additionnelles +additionnels +additionnent +additionner +additionnera +additionnerai +additionneraient +additionnerais +additionnerait +additionneras +additionnerez +additionneriez +additionnerions +additionnerons +additionneront +additionnes +additionnez +additionn +additionne +additionnes +additionns +additionnrent +additionniez +additionnions +additionnons +additions +adduction +adductions +adepte +adeptes +adnode +adnodes +adquat +adquate +adquates +adquation +adquations +adquats +adhra +adhrai +adhraient +adhrais +adhrait +adhras +adhrasse +adhrassent +adhrasses +adhrassiez +adhrassions +adhrmes +adhrt +adhrtes +adhrence +adhrences +adhrent +adhrente +adhrentes +adhrents +adhrer +adhrez +adhr +adhre +adhres +adhrs +adhriez +adhrions +adhrons +adhsif +adhsifs +adhsion +adhsions +adhsive +adhsives +adhre +adhrent +adhrera +adhrerai +adhreraient +adhrerais +adhrerait +adhreras +adhrerez +adhreriez +adhrerions +adhrerons +adhres +adieu +adieux +adipeuse +adipeuses +adipeux +adjacent +adjacente +adjacentes +adjacents +adjectif +adjectifs +adjective +adjectivement +adjectives +adjoignaient +adjoignaiez +adjoignaions +adjoignait +adjoignant +adjoigne +adjoignent +adjoignes +adjoignez +adjoigniez +adjoignions +adjoignirent +adjoignis +adjoignit +adjoignmes +adjoigntes +adjoignons +adjoindisse +adjoindissent +adjoindisses +adjoindissiez +adjoindission +adjoindissions +adjoindt +adjoindra +adjoindrai +adjoindraient +adjoindrais +adjoindrait +adjoindras +adjoindre +adjoindrez +adjoindriez +adjoindrions +adjoindrons +adjoindront +adjoins +adjoint +adjointe +adjointes +adjoints +adjonction +adjonctions +adjudant +adjudants +adjudicataire +adjudicataires +adjudication +adjudications +adjuge +adjugea +adjugeai +adjugeaient +adjugeais +adjugeait +adjugeant +adjugeas +adjugeasse +adjugeassent +adjugeasses +adjugeassiez +adjugeassions +adjugemes +adjuget +adjugetes +adjugent +adjugeons +adjuger +adjugera +adjugerai +adjugeraient +adjugerais +adjugerait +adjugeras +adjugerez +adjugeriez +adjugerions +adjugerons +adjugeront +adjuges +adjugez +adjug +adjuge +adjuges +adjugs +adjugrent +adjugiez +adjugions +adjura +adjurai +adjuraient +adjurais +adjurait +adjurant +adjuras +adjurasse +adjurassent +adjurasses +adjurassiez +adjurassions +adjuration +adjurations +adjurmes +adjurt +adjurtes +adjure +adjurent +adjurer +adjurera +adjurerai +adjureraient +adjurerais +adjurerait +adjureras +adjurerez +adjureriez +adjurerions +adjurerons +adjureront +adjures +adjurez +adjur +adjure +adjures +adjurs +adjurrent +adjuriez +adjurions +adjurons +adjuvant +adjuvante +adjuvantes +adjuvants +admet +admets +admettaient +admettais +admettait +admettant +admette +admettent +admettes +admettez +admettiez +admettions +admettisse +admettissent +admettisses +admettissiez +admettissions +admettons +admettra +admettrai +admettraient +admettrais +admettrait +admettras +admettre +admettrez +admettriez +admettrions +admettrons +admettront +administra +administrai +administraient +administrais +administrait +administrant +administras +administrasse +administrassent +administrasses +administrassiez +administrassions +administrateur +administrateurs +administratif +administratifs +administration +administrations +administrative +administrativement +administratives +administratrice +administratrices +administrmes +administrt +administrtes +administre +administrent +administrer +administrera +administrerai +administreraient +administrerais +administrerait +administreras +administrerez +administreriez +administrerions +administrerons +administreront +administres +administrez +administr +administre +administres +administrs +administrrent +administriez +administrions +administrons +admira +admirable +admirablement +admirables +admirai +admiraient +admirais +admirait +admirant +admiras +admirasse +admirassent +admirasses +admirassiez +admirassions +admirateur +admirateurs +admiratif +admiratifs +admiration +admirations +admirative +admirativement +admiratives +admiratrice +admiratrices +admirmes +admirt +admirtes +admire +admirent +admirer +admirera +admirerai +admireraient +admirerais +admirerait +admireras +admirerez +admireriez +admirerions +admirerons +admireront +admires +admirez +admir +admire +admires +admirs +admirrent +admiriez +admirions +admirons +admis +admise +admises +admissibilit +admissibilits +admissible +admissibles +admission +admissions +admit +admmes +admt +admtes +admonesta +admonestai +admonestaient +admonestais +admonestait +admonestant +admonestas +admonestasse +admonestassent +admonestasses +admonestassiez +admonestassions +admonestation +admonestations +admonestmes +admonestt +admonesttes +admoneste +admonestent +admonester +admonestera +admonesterai +admonesteraient +admonesterais +admonesterait +admonesteras +admonesterez +admonesteriez +admonesterions +admonesterons +admonesteront +admonestes +admonestez +admonest +admoneste +admonestes +admonests +admonestrent +admonestiez +admonestions +admonestons +adolescence +adolescences +adolescent +adolescente +adolescentes +adolescents +adonis +adonna +adonnai +adonnaient +adonnais +adonnait +adonnant +adonnas +adonnasse +adonnassent +adonnasses +adonnassiez +adonnassions +adonnmes +adonnt +adonntes +adonne +adonnent +adonner +adonnera +adonnerai +adonneraient +adonnerais +adonnerait +adonneras +adonnerez +adonneriez +adonnerions +adonnerons +adonneront +adonnes +adonnez +adonn +adonne +adonnes +adonns +adonnrent +adonniez +adonnions +adonnons +adopta +adoptai +adoptaient +adoptais +adoptait +adoptant +adoptas +adoptasse +adoptassent +adoptasses +adoptassiez +adoptassions +adoptmes +adoptt +adopttes +adopte +adoptent +adopter +adoptera +adopterai +adopteraient +adopterais +adopterait +adopteras +adopterez +adopteriez +adopterions +adopterons +adopteront +adoptes +adoptez +adopt +adopte +adoptes +adopts +adoptrent +adoptiez +adoptif +adoptifs +adoption +adoptions +adoptive +adoptives +adoptons +adora +adorable +adorablement +adorables +adorai +adoraient +adorais +adorait +adorant +adoras +adorasse +adorassent +adorasses +adorassiez +adorassions +adorateur +adorateurs +adoration +adorations +adoratrice +adoratrices +adormes +adort +adortes +adore +adorent +adorer +adorera +adorerai +adoreraient +adorerais +adorerait +adoreras +adorerez +adoreriez +adorerions +adorerons +adoreront +adores +adorez +ador +adore +adores +adors +adorrent +adoriez +adorions +adorons +adossa +adossai +adossaient +adossais +adossait +adossant +adossas +adossasse +adossassent +adossasses +adossassiez +adossassions +adossmes +adosst +adosstes +adosse +adossent +adosser +adossera +adosserai +adosseraient +adosserais +adosserait +adosseras +adosserez +adosseriez +adosserions +adosserons +adosseront +adosses +adossez +adoss +adosse +adosses +adosss +adossrent +adossiez +adossions +adossons +adoubement +adouci +adoucie +adoucies +adoucir +adoucira +adoucirai +adouciraient +adoucirais +adoucirait +adouciras +adoucirent +adoucirez +adouciriez +adoucirions +adoucirons +adoucis +adoucissaient +adoucissais +adoucissait +adoucissant +adoucissante +adoucissantes +adoucissants +adoucisse +adoucissement +adoucissements +adoucissent +adoucisses +adoucisseur +adoucisseurs +adoucissez +adoucissiez +adoucissions +adoucissons +adoucit +adoucmes +adouct +adouctes +adressa +adressage +adressages +adressai +adressaient +adressais +adressait +adressant +adressas +adressasse +adressassent +adressasses +adressassiez +adressassions +adressmes +adresst +adresstes +adresse +adressent +adresser +adressera +adresserai +adresseraient +adresserais +adresserait +adresseras +adresserez +adresseriez +adresserions +adresserons +adresseront +adresses +adressez +adress +adresse +adresses +adresss +adressrent +adressiez +adressions +adressons +adrnaline +adroit +adroite +adroitement +adroites +adroits +adsorba +adsorbai +adsorbaient +adsorbais +adsorbait +adsorbant +adsorbants +adsorbas +adsorbasse +adsorbassent +adsorbasses +adsorbassiez +adsorbassions +adsorbmes +adsorbt +adsorbtes +adsorbe +adsorbent +adsorber +adsorbera +adsorberai +adsorberaient +adsorberais +adsorberait +adsorberas +adsorberez +adsorberiez +adsorberions +adsorberons +adsorberont +adsorbes +adsorbez +adsorb +adsorbe +adsorbes +adsorbs +adsorbrent +adsorbiez +adsorbions +adsorbons +adsorption +adsorptions +adula +adulai +adulaient +adulais +adulait +adulant +adulas +adulasse +adulassent +adulasses +adulassiez +adulassions +adulateur +adulateurs +adulation +adulations +adulatrice +adulatrices +adulmes +adult +adultes +adule +adulent +aduler +adulera +adulerai +aduleraient +adulerais +adulerait +aduleras +adulerez +aduleriez +adulerions +adulerons +aduleront +adules +adulez +adul +adule +adules +aduls +adulrent +aduliez +adulions +adulons +adulte +adultes +adultra +adultrai +adultraient +adultrais +adultrait +adultrant +adultras +adultrasse +adultrassent +adultrasses +adultrassiez +adultrassions +adultration +adultrations +adultrmes +adultrt +adultrtes +adultrer +adultrera +adultrerai +adultreraient +adultrerais +adultrerait +adultreras +adultrerez +adultreriez +adultrerions +adultrerons +adultreront +adultrez +adultr +adultre +adultres +adultrs +adultrrent +adultriez +adultrin +adultrine +adultrines +adultrins +adultrions +adultrons +adultre +adultrent +adultres +advenaient +advenait +advenant +advenez +advenir +advenisse +advenissent +adventice +adventices +adventif +adventifs +adventive +adventives +advenu +advenue +advenues +advenus +adverbe +adverbes +adverbial +adverbiale +adverbialement +adverbiales +adverbiaux +adversaire +adversaires +adverse +adverses +adversit +adversits +adviendra +adviendraient +adviendrait +adviendront +advienne +adviennent +advient +advint +advirent +aequo +ara +arai +araient +arais +arait +arant +aras +arasse +arassent +arasses +arassiez +arassions +aration +arations +armes +art +artes +arer +ares +arez +ar +are +ares +ars +arrent +arien +arienne +ariennes +ariens +ariez +arions +aro +arobie +arobies +arodrome +arodromes +arodynamique +arodynamiques +arodynamisme +arofrein +arofreins +arogare +arogares +aroglisseur +aroglisseurs +arolite +arolites +arolithe +arolithes +aronaute +aronautes +aronautique +aronautiques +aronaval +aronavale +aronavales +aronavals +aronef +arons +arophagie +arophagies +aroplane +aroplanes +aroport +aroport +aroporte +aroportes +aroports +aroports +aropostal +aropostale +aropostaux +arosol +arosols +arostat +arostation +arostations +arostatique +arostatiques +arostats +arostier +arostiers +arotrain +arotrains +ade +ades +are +arent +arera +arerai +areraient +arerais +arerait +areras +arerez +areriez +arerions +arerons +areront +ares +affabilit +affabilits +affable +affables +affabula +affabulai +affabulaient +affabulais +affabulait +affabulant +affabulas +affabulasse +affabulassent +affabulasses +affabulassiez +affabulassions +affabulation +affabulations +affabulmes +affabult +affabultes +affabule +affabulent +affabuler +affabulera +affabulerai +affabuleraient +affabulerais +affabulerait +affabuleras +affabulerez +affabuleriez +affabulerions +affabulerons +affabuleront +affabules +affabulez +affabul +affabule +affabules +affabuls +affabulrent +affabuliez +affabulions +affabulons +affadi +affadie +affadies +affadir +affadira +affadirai +affadiraient +affadirais +affadirait +affadiras +affadirent +affadirez +affadiriez +affadirions +affadirons +affadiront +affadis +affadissaient +affadissais +affadissait +affadissant +affadisse +affadissement +affadissements +affadissent +affadisses +affadissez +affadissiez +affadissions +affadissons +affadit +affadmes +affadt +affadtes +affaibli +affaiblie +affaiblies +affaiblir +affaiblira +affaiblirai +affaibliraient +affaiblirais +affaiblirait +affaibliras +affaiblirent +affaiblirez +affaibliriez +affaiblirions +affaiblirons +affaibliront +affaiblis +affaiblissaient +affaiblissais +affaiblissait +affaiblissant +affaiblissement +affaiblissements +affaiblisses +affaiblissez +affaiblissiez +affaiblissions +affaiblissons +affaiblit +affaiblmes +affaiblt +affaibltes +affaira +affairai +affairaient +affairais +affairait +affairant +affairas +affairasse +affairassent +affairasses +affairassiez +affairassions +affairmes +affairt +affairtes +affaire +affairement +affairements +affairent +affairer +affairera +affairerai +affaireraient +affairerais +affairerait +affaireras +affairerez +affaireriez +affairerions +affairerons +affaireront +affaires +affairez +affair +affaire +affaires +affairs +affairrent +affairiez +affairions +affairisme +affairiste +affairistes +affairons +affaissa +affaissai +affaissaient +affaissais +affaissait +affaissant +affaissas +affaissasse +affaissassent +affaissasses +affaissassiez +affaissassions +affaissmes +affaisst +affaisstes +affaisse +affaissement +affaissements +affaissent +affaisser +affaissera +affaisserai +affaisseraient +affaisserais +affaisserait +affaisseras +affaisserez +affaisseriez +affaisserions +affaisserons +affaisseront +affaisses +affaissez +affaiss +affaisse +affaisses +affaisss +affaissrent +affaissiez +affaissions +affaissons +affala +affalai +affalaient +affalais +affalait +affalant +affalas +affalasse +affalassent +affalasses +affalassiez +affalassions +affalmes +affalt +affaltes +affale +affalent +affaler +affalera +affalerai +affaleraient +affalerais +affalerait +affaleras +affalerez +affaleriez +affalerions +affalerons +affaleront +affales +affalez +affal +affale +affales +affals +affalrent +affaliez +affalions +affalons +affama +affamai +affamaient +affamais +affamait +affamant +affamas +affamasse +affamassent +affamasses +affamassiez +affamassions +affammes +affamt +affamtes +affame +affament +affamer +affamera +affamerai +affameraient +affamerais +affamerait +affameras +affamerez +affameriez +affamerions +affamerons +affameront +affames +affameur +affameurs +affameuse +affameuses +affamez +affam +affame +affames +affams +affamrent +affamiez +affamions +affamons +affecta +affectai +affectaient +affectais +affectait +affectant +affectas +affectasse +affectassent +affectasses +affectassiez +affectassions +affectation +affectations +affectmes +affectt +affecttes +affecte +affectent +affecter +affectera +affecterai +affecteraient +affecterais +affecterait +affecteras +affecterez +affecteriez +affecterions +affecterons +affecteront +affectes +affectez +affect +affecte +affectes +affects +affectrent +affectiez +affectif +affectifs +affection +affectionna +affectionnai +affectionnaient +affectionnais +affectionnait +affectionnant +affectionnas +affectionnasse +affectionnassent +affectionnasses +affectionnassiez +affectionnassions +affectionnmes +affectionnt +affectionntes +affectionne +affectionnent +affectionner +affectionnera +affectionnerai +affectionneraient +affectionnerais +affectionnerait +affectionneras +affectionnerez +affectionneriez +affectionnerions +affectionnerons +affectionneront +affectionnes +affectionnez +affectionn +affectionne +affectionnes +affectionns +affectionnrent +affectionniez +affectionnions +affectionnons +affections +affective +affectives +affectivit +affectivits +affectons +affectueuse +affectueusement +affectueuses +affectueux +afferma +affermage +affermages +affermai +affermaient +affermais +affermait +affermant +affermas +affermasse +affermassent +affermasses +affermassiez +affermassions +affermmes +affermt +affermtes +afferme +afferment +affermer +affermera +affermerai +affermeraient +affermerais +affermerait +affermeras +affermerez +affermeriez +affermerions +affermerons +affermeront +affermes +affermez +afferm +afferme +affermes +afferms +affermrent +affermi +affermie +affermies +affermiez +affermions +affermir +affermira +affermirai +affermiraient +affermirais +affermirait +affermiras +affermirent +affermirez +affermiriez +affermirions +affermirons +affermiront +affermis +affermissaient +affermissais +affermissait +affermissant +affermisse +affermissement +affermissements +affermissent +affermisses +affermissez +affermissiez +affermissions +affermissons +affermit +affermmes +affermt +affermtes +affermons +affrent +affrente +affrentes +affrents +affterie +affteries +afficha +affichable +affichables +affichage +affichages +affichai +affichaient +affichais +affichait +affichant +affichas +affichasse +affichassent +affichasses +affichassiez +affichassions +affichmes +afficht +affichtes +affiche +affichent +afficher +affichera +afficherai +afficheraient +afficherais +afficherait +afficheras +afficherez +afficheriez +afficherions +afficherons +afficheront +affiches +affichette +affichettes +afficheur +afficheurs +affichez +affich +affiche +affiches +affichs +affichrent +affichiez +affichions +affichiste +affichistes +affichons +affila +affilai +affilaient +affilais +affilait +affilant +affilas +affilasse +affilassent +affilasses +affilassiez +affilassions +affilmes +affilt +affiltes +affile +affilent +affiler +affilera +affilerai +affileraient +affilerais +affilerait +affileras +affilerez +affileriez +affilerions +affilerons +affileront +affiles +affilez +affil +affile +affiles +affils +affilrent +affilia +affiliai +affiliaient +affiliais +affiliait +affiliant +affilias +affiliasse +affiliassent +affiliasses +affiliassiez +affiliassions +affiliation +affiliations +affilimes +affilit +affilites +affilie +affilient +affilier +affiliera +affilierai +affilieraient +affilierais +affilierait +affilieras +affilierez +affilieriez +affilierions +affilierons +affilieront +affilies +affiliez +affili +affilie +affilies +affilis +affilirent +affiliiez +affiliions +affilions +affina +affinage +affinages +affinai +affinaient +affinais +affinait +affinant +affinas +affinasse +affinassent +affinasses +affinassiez +affinassions +affinmes +affint +affintes +affine +affinent +affiner +affinera +affinerai +affineraient +affinerais +affinerait +affineras +affinerez +affineriez +affinerions +affinerons +affineront +affines +affineur +affineurs +affinez +affin +affine +affines +affins +affinrent +affiniez +affinions +affinit +affinits +affinons +affirma +affirmai +affirmaient +affirmais +affirmait +affirmant +affirmas +affirmasse +affirmassent +affirmasses +affirmassiez +affirmassions +affirmatif +affirmatifs +affirmation +affirmations +affirmative +affirmativement +affirmatives +affirmmes +affirmt +affirmtes +affirme +affirment +affirmer +affirmera +affirmerai +affirmeraient +affirmerais +affirmerait +affirmeras +affirmerez +affirmeriez +affirmerions +affirmerons +affirmeront +affirmes +affirmez +affirm +affirme +affirmes +affirms +affirmrent +affirmiez +affirmions +affirmons +affleura +affleurai +affleuraient +affleurais +affleurait +affleurant +affleuras +affleurasse +affleurassent +affleurasses +affleurassiez +affleurassions +affleurmes +affleurt +affleurtes +affleure +affleurement +affleurements +affleurent +affleurer +affleurera +affleurerai +affleureraient +affleurerais +affleurerait +affleureras +affleurerez +affleureriez +affleurerions +affleurerons +affleureront +affleures +affleurez +affleur +affleure +affleures +affleurs +affleurrent +affleuriez +affleurions +affleurons +affliction +afflictions +afflige +affligea +affligeai +affligeaient +affligeais +affligeait +affligeant +affligeas +affligeasse +affligeassent +affligeasses +affligeassiez +affligeassions +affligemes +affliget +affligetes +affligent +affligeons +affliger +affligera +affligerai +affligeraient +affligerais +affligerait +affligeras +affligerez +affligeriez +affligerions +affligerons +affligeront +affliges +affligez +afflig +afflige +affliges +affligs +affligrent +affligiez +affligions +afflua +affluai +affluaient +affluais +affluait +affluant +affluas +affluasse +affluassent +affluasses +affluassiez +affluassions +afflumes +afflut +afflutes +afflue +affluence +affluences +affluent +affluente +affluentes +affluents +affluer +affluera +affluerai +afflueraient +affluerais +affluerait +afflueras +affluerez +afflueriez +affluerions +affluerons +afflueront +afflues +affluez +afflu +afflue +afflues +afflus +afflurent +affluiez +affluions +affluons +afflux +affola +affolai +affolaient +affolais +affolait +affolant +affolante +affolantes +affolants +affolas +affolasse +affolassent +affolasses +affolassiez +affolassions +affolmes +affolt +affoltes +affole +affolement +affolements +affolent +affoler +affolera +affolerai +affoleraient +affolerais +affolerait +affoleras +affolerez +affoleriez +affolerions +affolerons +affoleront +affoles +affolez +affol +affole +affoles +affols +affolrent +affoliez +affolions +affollent +affolons +affouage +affouages +affouilli +affouillie +affouillies +affouillir +affouillira +affouillirai +affouilliraient +affouillirais +affouillirait +affouilliras +affouillirent +affouillirez +affouilliriez +affouillirions +affouillirons +affouilliront +affouillis +affouillissaient +affouillissais +affouillissait +affouillissant +affouillisse +affouillissent +affouillisses +affouillissez +affouillissiez +affouillissions +affouillissons +affouillit +affouillmes +affouillt +affouilltes +affranchi +affranchie +affranchies +affranchir +affranchira +affranchirai +affranchiraient +affranchirais +affranchirait +affranchiras +affranchirent +affranchirez +affranchiriez +affranchirions +affranchirons +affranchiront +affranchis +affranchissaient +affranchissais +affranchissait +affranchissant +affranchisse +affranchissement +affranchissements +affranchisses +affranchissez +affranchissiez +affranchissions +affranchissons +affranchit +affranchmes +affrancht +affranchtes +affres +affreuse +affreusement +affreuses +affreux +affrta +affrtai +affrtaient +affrtais +affrtait +affrtas +affrtasse +affrtassent +affrtasses +affrtassiez +affrtassions +affrtmes +affrtt +affrttes +affrter +affrtera +affrterai +affrteraient +affrterais +affrterait +affrteras +affrteur +affrteurs +affrtez +affrt +affrte +affrtes +affrts +affrtrent +affrtiez +affrtions +affrtons +affrte +affrtement +affrtements +affrtent +affrterez +affrteriez +affrterions +affrterons +affrteront +affrtes +affrianda +affriandai +affriandaient +affriandais +affriandait +affriandant +affriandas +affriandasse +affriandassent +affriandasses +affriandassiez +affriandassions +affriandmes +affriandt +affriandtes +affriande +affriandent +affriander +affriandera +affrianderai +affrianderaient +affrianderais +affrianderait +affrianderas +affrianderez +affrianderiez +affrianderions +affrianderons +affrianderont +affriandes +affriandez +affriand +affriande +affriandes +affriands +affriandrent +affriandiez +affriandions +affriandons +affriola +affriolai +affriolaient +affriolais +affriolait +affriolant +affriolante +affriolantes +affriolants +affriolas +affriolasse +affriolassent +affriolasses +affriolassiez +affriolassions +affriolmes +affriolt +affrioltes +affriole +affriolent +affrioler +affriolera +affriolerai +affrioleraient +affriolerais +affriolerait +affrioleras +affriolerez +affrioleriez +affriolerions +affriolerons +affrioleront +affrioles +affriolez +affriol +affriole +affrioles +affriols +affriolrent +affrioliez +affriolions +affriolons +affront +affronta +affrontai +affrontaient +affrontais +affrontait +affrontant +affrontas +affrontasse +affrontassent +affrontasses +affrontassiez +affrontassions +affrontmes +affrontt +affronttes +affronte +affrontement +affrontements +affrontent +affronter +affrontera +affronterai +affronteraient +affronterais +affronterait +affronteras +affronterez +affronteriez +affronterions +affronterons +affronteront +affrontes +affrontez +affront +affronte +affrontes +affronts +affrontrent +affrontiez +affrontions +affrontons +affronts +affubla +affublai +affublaient +affublais +affublait +affublant +affublas +affublasse +affublassent +affublasses +affublassiez +affublassions +affublmes +affublt +affubltes +affuble +affublent +affubler +affublera +affublerai +affubleraient +affublerais +affublerait +affubleras +affublerez +affubleriez +affublerions +affublerons +affubleront +affubles +affublez +affubl +affuble +affubles +affubls +affublrent +affubliez +affublions +affublons +afft +affta +afftage +afftages +afftai +afftaient +afftais +afftait +afftant +afftas +afftasse +afftassent +afftasses +afftassiez +afftassions +afftmes +afftt +affttes +affte +afftent +affter +afftera +affterai +affteraient +affterais +affterait +affteras +affterez +affteriez +affterions +affterons +affteront +afftes +affteur +affteurs +afftez +afft +affte +afftes +affts +afftrent +afftiez +afftions +afftons +affts +afghan +afghane +afghanes +afghanistan +afghans +afin +africain +africaine +africaines +africains +africanisation +africanisations +afrique +agace +agacement +agacements +agacent +agacer +agacera +agacerai +agaceraient +agacerais +agacerait +agaceras +agacerez +agacerie +agaceries +agaceriez +agacerions +agacerons +agaceront +agaces +agacez +agac +agace +agaces +agacs +agacrent +agaciez +agacions +agaa +agaai +agaaient +agaais +agaait +agaant +agaante +agaantes +agaants +agaas +agaasse +agaassent +agaassiez +agaassions +agames +agat +agates +agaons +agapes +agar +agaric +agarics +agate +age timon +agence +agencement +agencements +agencent +agencer +agencera +agencerai +agenceraient +agencerais +agencerait +agenceras +agencerez +agenceriez +agencerions +agencerons +agenceront +agences +agencez +agenc +agence +agences +agencs +agencrent +agenciez +agencions +agena +agenai +agenaient +agenais +agenait +agenant +agenas +agenasse +agenassent +agenasses +agenassiez +agenassions +agenmes +agent +agentes +agenons +agenda +agendas +agenouilla +agenouillai +agenouillaient +agenouillais +agenouillait +agenouillant +agenouillas +agenouillasse +agenouillassent +agenouillasses +agenouillassiez +agenouillassions +agenouillmes +agenouillt +agenouilltes +agenouille +agenouillement +agenouillements +agenouillent +agenouiller +agenouillera +agenouillerai +agenouilleraient +agenouillerais +agenouillerait +agenouilleras +agenouillerez +agenouilleriez +agenouillerions +agenouillerons +agenouilleront +agenouilles +agenouillez +agenouill +agenouille +agenouilles +agenouills +agenouillrent +agenouilliez +agenouillions +agenouillons +agent +agents +ages timon +agglomra +agglomrai +agglomraient +agglomrais +agglomrait +agglomrant +agglomras +agglomrasse +agglomrassent +agglomrasses +agglomrassiez +agglomrassions +agglomrat +agglomration +agglomrations +agglomrats +agglomrmes +agglomrt +agglomrtes +agglomrer +agglomrera +agglomrerai +agglomreraient +agglomrerais +agglomrerait +agglomreras +agglomrerez +agglomreriez +agglomrerions +agglomrerons +agglomreront +agglomrez +agglomr +agglomrs +agglomriez +agglomrions +agglomrons +agglomre +agglomrent +agglomres +agglutina +agglutinai +agglutinaient +agglutinais +agglutinait +agglutinant +agglutinante +agglutinantes +agglutinants +agglutinas +agglutinasse +agglutinassent +agglutinasses +agglutinassiez +agglutinassions +agglutination +agglutinations +agglutinmes +agglutint +agglutintes +agglutine +agglutinent +agglutiner +agglutinera +agglutinerai +agglutineraient +agglutinerais +agglutinerait +agglutineras +agglutinerez +agglutineriez +agglutinerions +agglutineriont +agglutines +agglutinez +agglutin +agglutine +agglutines +agglutins +agglutinrent +agglutiniez +agglutinions +agglutinons +aggrava +aggravai +aggravaient +aggravais +aggravait +aggravant +aggravante +aggravantes +aggravants +aggravas +aggravasse +aggravassent +aggravasses +aggravassiez +aggravassions +aggravation +aggravations +aggravmes +aggravt +aggravtes +aggrave +aggravent +aggraver +aggravera +aggraverai +aggraveraient +aggraverais +aggraverait +aggraveras +aggraverez +aggraveriez +aggraverions +aggraverons +aggraveront +aggraves +aggravez +aggrav +aggrave +aggraves +aggravs +aggravrent +aggraviez +aggravions +aggravons +agi +agie +agies +agile +agilement +agiles +agilit +agilits +agio +agiota +agiotage +agiotages +agiotai +agiotaient +agiotais +agiotait +agiotant +agiotas +agiotasse +agiotassent +agiotasses +agiotassiez +agiotassions +agiotmes +agiott +agiottes +agiote +agiotent +agioter +agiotera +agioterai +agioteraient +agioterais +agioterait +agioteras +agioterez +agioteriez +agioterions +agioterons +agioteront +agiotes +agioteur +agioteurs +agioteuse +agioteuses +agiotez +agiot +agiote +agiotes +agiots +agiotrent +agiotiez +agiotions +agiotons +agir +agira +agirai +agiraient +agirais +agirait +agiras +agirent +agirez +agiriez +agirions +agirons +agiront +agis +agissaient +agissais +agissait +agissant +agisse +agissements +agissent +agisses +agissez +agissiez +agissions +agissons +agit +agita +agitai +agitaient +agitais +agitait +agitant +agitas +agitasse +agitassent +agitasses +agitassiez +agitassions +agitateur +agitateurs +agitation +agitations +agitatrice +agitatrices +agitmes +agitt +agittes +agite +agitent +agiter +agitera +agiterai +agiteraient +agiterais +agiterait +agiteras +agiterez +agiteriez +agiterions +agiterons +agiteront +agites +agitez +agit +agite +agites +agits +agitrent +agitiez +agitions +agitons +agmes +agt +agtes +agneau +agneaux +agnelet +agnelets +agnelle +agnelles +agnosticisme +agnostique +agnostiques +agoni +agonie +agonies +agonir +agonis +agonisa +agonisai +agonisaient +agonisais +agonisait +agonisant +agonisants +agonisas +agonisasse +agonisassent +agonisasses +agonisassiez +agonisassions +agonismes +agonist +agonistes +agonise +agonisent +agoniser +agonisera +agoniserai +agoniseraient +agoniserais +agoniserait +agoniseras +agoniserez +agoniseriez +agoniserions +agoniserons +agoniseront +agonises +agonisez +agonis +agonise +agonises +agoniss +agonisrent +agonisiez +agonisions +agonisons +agora +agoraphobie +agoraphobies +agoras +agrafa +agrafai +agrafaient +agrafais +agrafait +agrafant +agrafas +agrafasse +agrafassent +agrafasses +agrafassiez +agrafassions +agrafmes +agraft +agraftes +agrafe +agrafent +agrafer +agrafera +agraferai +agraferaient +agraferais +agraferait +agraferas +agraferez +agraferiez +agraferions +agraferons +agraferont +agrafes +agrafeuse +agrafeuses +agrafez +agraf +agrafe +agrafes +agrafs +agrafrent +agrafiez +agrafions +agrafons +agraire +agraires +agrandi +agrandie +agrandies +agrandir +agrandira +agrandirai +agrandiraient +agrandirais +agrandirait +agrandiras +agrandirent +agrandirez +agrandiriez +agrandirions +agrandirons +agrandirony +agrandis +agrandissaient +agrandissais +agrandissait +agrandissant +agrandisse +agrandissement +agrandissements +agrandissent +agrandisses +agrandisseur +agrandisseurs +agrandissez +agrandissiez +agrandissions +agrandissons +agrandit +agrandmes +agrandt +agrandtes +agressa +agressai +agressaient +agressais +agressait +agressant +agressas +agressasse +agressassent +agressasses +agressassiez +agressassions +agressmes +agresst +agresstes +agresse +agressent +agresser +agressera +agresserai +agresseraient +agresserais +agresserait +agresseras +agresserez +agresseriez +agresserions +agresserons +agresseront +agresses +agresseur +agresseurs +agresseuse +agresseuses +agressez +agress +agresse +agresses +agresss +agressrent +agressiez +agressif +agressifs +agression +agressions +agressive +agressivement +agressives +agressivit +agressivits +agressons +agreste +agrestes +agra +agrable +agrablement +agrables +agrai +agraient +agrais +agrait +agrant +agras +agrasse +agrasses +agrassiez +agrassions +agrmes +agrt +agrtes +agre +agrent +agrer +agrera +agrerai +agreraient +agrerais +agrerait +agreras +agrerez +agreriez +agrerions +agrerons +agreront +agres +agrez +agr +agre +agres +agrs +agrrent +agrgat +agrgation +agrgations +agrgats +agrgea +agrgeai +agrgeaient +agrgeais +agrgeait +agrgeant +agrgeas +agrgeasse +agrgeassent +agrgeasses +agrgeassiez +agrgeassions +agrgemes +agrget +agrgetes +agrgeons +agrger +agrgera +agrgerai +agrgeraient +agrgerais +agrgerait +agrgeras +agrgerez +agrgeriez +agrgerions +agrgerons +agrgeront +agrgez +agrg +agrge +agrges +agrgs +agrgrent +agrgiez +agrgions +agriez +agrions +agrment +agrmenta +agrmentai +agrmentaient +agrmentais +agrmentait +agrmentant +agrmentas +agrmentasse +agrmentassent +agrmentasses +agrmentassiez +agrmentassions +agrmentmes +agrmentt +agrmenttes +agrmente +agrmentent +agrmenter +agrmentera +agrmenterai +agrmenteraient +agrmenterais +agrmenterait +agrmenteras +agrmenterez +agrmenteriez +agrmenterions +agrmenterons +agrmenteront +agrmentes +agrmentez +agrment +agrmente +agrmentes +agrments +agrmentrent +agrmentiez +agrmentions +agrmentons +agrments +agrons +agrge +agrgent +agrges +agrs +agricole +agricoles +agriculteur +agriculteurs +agricultrice +agricultrices +agriculture +agrippa +agrippai +agrippaient +agrippais +agrippait +agrippant +agrippas +agrippasse +agrippassent +agrippasses +agrippassiez +agrippassions +agrippmes +agrippt +agripptes +agrippe +agrippent +agripper +agrippera +agripperai +agripperaient +agripperais +agripperait +agripperas +agripperez +agripperiez +agripperions +agripperons +agripperont +agrippes +agrippez +agripp +agrippe +agrippes +agripps +agripprent +agrippiez +agrippions +agrippons +agronome +agronomes +agronomie +agronomique +agronomiques +agrumes +aguerri +aguerrie +aguerries +aguerrir +aguerrira +aguerrirai +aguerriraient +aguerrirais +aguerrirait +aguerriras +aguerrirent +aguerrirez +aguerririez +aguerririons +aguerrirons +aguerriront +aguerris +aguerrissaient +aguerrissais +aguerrissait +aguerrissant +aguerrisse +aguerrissent +aguerrisses +aguerrissez +aguerrissiez +aguerrissions +aguerrissons +aguerrit +aguerrmes +aguerrt +aguerrtes +aguets +aguicha +aguichai +aguichaient +aguichais +aguichait +aguichant +aguichas +aguichasse +aguichassent +aguichasses +aguichassiez +aguichassions +aguichmes +aguicht +aguichtes +aguiche +aguichent +aguicher +aguichera +aguicherai +aguicheraient +aguicherais +aguicherait +aguicheras +aguicherez +aguicheriez +aguicherions +aguicherons +aguicheront +aguiches +aguichez +aguich +aguiche +aguiches +aguichs +aguichrent +aguichiez +aguichions +aguichons +ah +ahuri +ahurie +ahuries +ahurir +ahurira +ahurirai +ahuriraient +ahurirais +ahurirait +ahuriras +ahurirez +ahuririez +ahuririons +ahurirons +ahuriront +ahuris +ahurissaient +ahurissais +ahurissait +ahurissant +ahurissante +ahurissantes +ahurissants +ahurisse +ahurissement +ahurissements +ahurissent +ahurisses +ahurissez +ahurissiez +ahurissions +ahurissons +ahurit +ahurmes +ahurt +ahurtes +ai +aida +aidai +aidaient +aidais +aidait +aidant +aidas +aidasse +aidassent +aidasses +aidassiez +aidassions +aidmes +aidt +aidtes +aide +aident +aider +aidera +aiderai +aideraient +aiderais +aiderait +aideras +aiderez +aideriez +aiderions +aiderons +aideront +aides +aidez +aid +aide +aides +aids +aidrent +aidiez +aidions +aidons +aie +aient +aies +aieux +aigle +aiglefin +aiglefins +aigles +aiglon +aiglonne +aiglonnes +aiglons +aigre +aigrefin +aigrefins +aigrelet +aigrelets +aigrelette +aigrelettes +aigrement +aigres +aigrette +aigrettes +aigreur +aigreurs +aigri +aigrie +aigries +aigrir +aigrira +aigrirai +aigriraient +aigrirais +aigrirait +aigriras +aigrirent +aigrirez +aigririez +aigririons +aigrirons +aigriront +aigris +aigrissaient +aigrissais +aigrissait +aigrissant +aigrisse +aigrissent +aigrisses +aigrissez +aigrissiez +aigrissions +aigrissons +aigrit +aigrmes +aigrt +aigrtes +aigu +aigue marine +aigu adj +aigus +aiguire +aiguires +aiguilla +aiguillage +aiguillages +aiguillai +aiguillaient +aiguillais +aiguillait +aiguillant +aiguillas +aiguillasse +aiguillassent +aiguillasses +aiguillassiez +aiguillassions +aiguillmes +aiguillt +aiguilltes +aiguille +aiguillent +aiguiller +aiguillera +aiguillerai +aiguilleraient +aiguillerais +aiguillerait +aiguilleras +aiguillerez +aiguilleriez +aiguillerions +aiguillerons +aiguilleront +aiguilles +aiguillette +aiguillettes +aiguilleur +aiguilleurs +aiguillez +aiguill +aiguille +aiguilles +aiguills +aiguillrent +aiguilliez +aiguillions +aiguillon +aiguillonna +aiguillonnai +aiguillonnaient +aiguillonnais +aiguillonnait +aiguillonnant +aiguillonnas +aiguillonnasse +aiguillonnassent +aiguillonnasses +aiguillonnassiez +aiguillonnassions +aiguillonnmes +aiguillonnt +aiguillonntes +aiguillonne +aiguillonnent +aiguillonner +aiguillonnera +aiguillonnerai +aiguillonneraient +aiguillonnerais +aiguillonnerait +aiguillonneras +aiguillonnerez +aiguillonneriez +aiguillonnerions +aiguillonnerons +aiguillonneront +aiguillonnes +aiguillonnez +aiguillonn +aiguillonne +aiguillonnes +aiguillonns +aiguillonnrent +aiguillonniez +aiguillonnions +aiguillonnons +aiguillons +aiguisa +aiguisai +aiguisaient +aiguisais +aiguisait +aiguisant +aiguisas +aiguisasse +aiguisassent +aiguisasses +aiguisassiez +aiguisassions +aiguismes +aiguist +aiguistes +aiguise +aiguisent +aiguiser +aiguisera +aiguiserai +aiguiseraient +aiguiserais +aiguiserait +aiguiseras +aiguiserez +aiguiseriez +aiguiserions +aiguiserons +aiguiseront +aiguises +aiguisez +aiguis +aiguise +aiguises +aiguiss +aiguisrent +aiguisiez +aiguisions +aiguisoir +aiguisoirs +aiguisons +aigus +ail +aile +aileron +ailerons +ailes +ailette +ailettes +ail +aile +ailes +ails +ailier +ailiers +aille +aillent +ailles +ailleurs +aill +aille +ailles +aills +ailliez +aillions +ailloli +ails +aima +aimable +aimablement +aimables +aimai +aimaient +aimais +aimait +aimant +aimanta +aimantai +aimantaient +aimantais +aimantait +aimantant +aimantas +aimantasse +aimantassent +aimantasses +aimantassiez +aimantassions +aimantation +aimantations +aimantmes +aimantt +aimanttes +aimante +aimantent +aimanter +aimantera +aimanterai +aimanteraient +aimanterais +aimanterait +aimanteras +aimanterez +aimanteriez +aimanterions +aimanterons +aimanteront +aimantes +aimantez +aimant +aimante +aimantes +aimants +aimantrent +aimantiez +aimantions +aimantons +aimants +aimas +aimasse +aimassent +aimasses +aimassiez +aimassions +aimmes +aimt +aimtes +aime +aiment +aimer +aimera +aimerai +aimeraient +aimerais +aimerait +aimeras +aimerez +aimeriez +aimerions +aimerons +aimeront +aimes +aimez +aim +aime +aimes +aims +aimrent +aimiez +aimions +aimons +aine +aines +ainsi +air +airain +aire +airelle +airelles +aires +airs +ais +aisance +aisances +aise +aiselle +aiselles +aises +ais +aise +aises +aisment +aiss +ait +ae +aeul +aeule +aeules +aeuls +aeux +aoli +anesse +anesses +an +ane +anes +ans +ajonc +ajoncs +ajour +ajoura +ajourai +ajouraient +ajourais +ajourait +ajourant +ajouras +ajourasse +ajourassent +ajourasses +ajourassiez +ajourassions +ajourmes +ajourt +ajourtes +ajoure +ajourent +ajourer +ajourera +ajourerai +ajoureraient +ajourerais +ajourerait +ajoureras +ajourerez +ajoureriez +ajourerions +ajourerons +ajoureront +ajoures +ajourez +ajour +ajoure +ajoures +ajours +ajourrent +ajouriez +ajourions +ajourna +ajournai +ajournaient +ajournais +ajournait +ajournant +ajournas +ajournasse +ajournassent +ajournasses +ajournassiez +ajournassions +ajournmes +ajournt +ajourntes +ajourne +ajournement +ajournements +ajournent +ajourner +ajournera +ajournerai +ajourneraient +ajournerais +ajournerait +ajourneras +ajournerez +ajourneriez +ajournerions +ajournerons +ajourneront +ajournes +ajournez +ajourn +ajourne +ajournes +ajourns +ajournrent +ajourniez +ajournions +ajournons +ajourons +ajours +ajout +ajouta +ajoutai +ajoutaient +ajoutais +ajoutait +ajoutant +ajoutas +ajoutasse +ajoutassent +ajoutasses +ajoutassiez +ajoutassions +ajoutmes +ajoutt +ajouttes +ajoute +ajoutent +ajouter +ajoutera +ajouterai +ajouteraient +ajouterais +ajouterait +ajouteras +ajouterez +ajouteriez +ajouterions +ajouterons +ajouteront +ajoutes +ajoutez +ajout +ajoute +ajoutes +ajouts +ajoutrent +ajoutiez +ajoutions +ajoutons +ajouts +ajusta +ajustage +ajustages +ajustai +ajustaient +ajustais +ajustait +ajustant +ajustas +ajustasse +ajustassent +ajustasses +ajustassiez +ajustassions +ajustmes +ajustt +ajusttes +ajuste +ajustement +ajustements +ajustent +ajuster +ajustera +ajusterai +ajusteraient +ajusterais +ajusterait +ajusteras +ajusterez +ajusteriez +ajusterions +ajusterons +ajusteront +ajustes +ajusteur +ajusteurs +ajustez +ajust +ajuste +ajustes +ajusts +ajustrent +ajustiez +ajustions +ajustons +alaise +alaises +alambic +alambics +alambiqu +alambique +alambiques +alambiqus +alangui +alanguie +alanguies +alanguir +alanguira +alanguirai +alanguiraient +alanguirais +alanguirait +alanguiras +alanguirent +alanguirez +alanguiriez +alanguirions +alanguirons +alanguiront +alanguis +alanguissaient +alanguissais +alanguissait +alanguissant +alanguisse +alanguissement +alanguissements +alanguissent +alanguisses +alanguissez +alanguissiez +alanguissions +alanguissons +alanguit +alangumes +alangut +alangutes +alarma +alarmai +alarmaient +alarmais +alarmait +alarmant +alarmante +alarmantes +alarmants +alarmas +alarmasse +alarmassent +alarmasses +alarmassiez +alarmassions +alarmmes +alarmt +alarmtes +alarme +alarment +alarmer +alarmera +alarmerai +alarmeraient +alarmerais +alarmerait +alarmeras +alarmerez +alarmeriez +alarmerions +alarmerons +alarmeront +alarmes +alarmez +alarm +alarme +alarmes +alarms +alarmrent +alarmiez +alarmions +alarmiste +alarmistes +alarmons +albatros +albtre +albinisme +albinos +album +albumen +albumine +albuminode +albuminodes +albuminurie +albums +alcali +alcalin +alcaline +alcalines +alcalinit +alcalinits +alcalins +alcalis +alcalode +alcalodes +alchimie +alchimies +alchimiste +alchimistes +alcool +alcoolique +alcooliques +alcoolisant +alcoolisation +alcoolisations +alcoolis +alcoolise +alcoolises +alcooliss +alcoolisme +alcools +alcoomtre +alcoomtres +alcve +alcves +alentour +alentours +alerta +alertai +alertaient +alertais +alertait +alertant +alertas +alertasse +alertassent +alertasses +alertassiez +alertassions +alertmes +alertt +alerttes +alerte +alertement +alertent +alerter +alertera +alerterai +alerteraient +alerterais +alerterait +alerteras +alerterez +alerteriez +alerterions +alerterons +alerteront +alertes +alertez +alert +alerte +alertes +alerts +alertrent +alertiez +alertions +alertons +alevin +alevina +alevinage +alevinages +alevinai +alevinaient +alevinais +alevinait +alevinant +alevinas +alevinasse +alevinassent +alevinasses +alevinassiez +alevinassions +alevinmes +alevint +alevintes +alevine +alevinent +aleviner +alevinera +alevinerai +alevineraient +alevinerais +alevinerait +alevineras +alevinerez +alevineriez +alevinerions +alevinerons +alevines +alevinez +alevin +alevine +alevines +alevins +alevinrent +aleviniez +alevinions +alevinons +alevins +alexandrie +alexandrin +alexandrins +alezan +alezane +alezanes +alezans +ala +alas +alatoire +alatoirement +alatoires +alsa +alsage +alsages +alsai +alsaient +alsais +alsait +alsant +alsas +alsasse +alsassent +alsasses +alsassiez +alsassions +alsmes +alst +alstes +alser +alsera +alserai +alseraient +alserais +alserait +alseras +alserez +alseriez +alserions +alserons +alseront +alsez +als +alse +alses +alss +alsrent +alsiez +alsions +alsons +alse +alsent +alses +alne +alnes +alfa +algarade +algarades +algbre +algbrique +algbriquement +algbriques +algrie +algrien +algrienne +algriennes +algriens +algorithme +algorithmes +algue +algues +alias +alibi +alibis +alidate +alidates +alina +alinable +alinables +alinai +alinaient +alinais +alinait +alinant +alinas +alinasse +alinassent +alinasses +alinassiez +alinassions +alination +alinations +alinmes +alint +alintes +aline +alinee +alinees +alinent +aliner +alinera +alinerai +alineraient +alinerais +alinerait +alineras +alinerez +alineriez +alinerions +alinerons +alineront +alines +alinez +alin +aline +alines +alins +alinrent +aliniez +alinions +alinons +aligna +alignai +alignaient +alignais +alignait +alignant +alignas +alignasse +alignassent +alignasses +alignassiez +alignassions +alignmes +alignt +aligntes +aligne +alignement +alignements +alignent +aligner +alignera +alignerai +aligneraient +alignerais +alignerait +aligneras +alignerez +aligneriez +alignerions +alignerons +aligneront +alignes +alignez +align +aligne +alignes +aligns +alignrent +aligniez +alignions +alignons +aliment +alimenta +alimentai +alimentaient +alimentaire +alimentaires +alimentais +alimentait +alimentant +alimentas +alimentasse +alimentassent +alimentasses +alimentassiez +alimentassions +alimentation +alimentations +alimentmes +alimentt +alimenttes +alimente +alimentent +alimenter +alimentera +alimenterai +alimenteraient +alimenterais +alimenterait +alimenteras +alimenterez +alimenteriez +alimenterions +alimenterons +alimenteront +alimentes +alimentez +aliment +alimente +alimentes +aliments +alimentrent +alimentiez +alimentions +alimentons +aliments +alina +alinas +alise +alises +alisier +alisiers +alita +alitai +alitaient +alitais +alitait +alitant +alitas +alitasse +alitassent +alitasses +alitassiez +alitassions +alitmes +alitt +alittes +alite +alitement +alitements +alitent +aliter +alitera +aliterai +aliteraient +aliterais +aliterait +aliteras +aliterez +aliteriez +aliterions +aliterons +aliteront +alites +alitez +alit +alite +alites +alits +alitrent +alitiez +alitions +alitons +aliz +alize +alizes +alizs +alla +allah +allai +allaient +allais +allait +allaita +allaitai +allaitaient +allaitais +allaitait +allaitant +allaitantes +allaitas +allaitasse +allaitassent +allaitasses +allaitassiez +allaitassions +allaitmes +allaitt +allaittes +allaite +allaitement +allaitements +allaitent +allaiter +allaitera +allaiterai +allaiteraient +allaiterais +allaiterait +allaiteras +allaiterez +allaiteriez +allaiterions +allaiterons +allaiteront +allaites +allaitez +allait +allaite +allaites +allaits +allaitrent +allaitiez +allaitions +allaitons +allant +allants +allas +allasse +allassent +allasses +allassiez +allassions +allmes +allt +alltes +allemagne +allemand +allemande +allemandes +allemands +aller +allergie +allergies +allergique +allergiques +allers +allez +all +allcha +allchai +allchaient +allchais +allchait +allchant +allchante +allchantes +allchants +allchas +allchasse +allchassent +allchasses +allchassiez +allchassions +allchmes +allcht +allchtes +allcher +allchera +allcherai +allcheraient +allcherais +allcherait +allcheras +allcherez +allcheriez +allcherions +allcherons +allchez +allch +allche +allches +allchs +allchrent +allchiez +allchions +allchons +alle +alles +allgation +allgations +allgea +allgeai +allgeaient +allgeais +allgeait +allgeance +allgeances +allgeant +allgeas +allgeasse +allgeassent +allgeasses +allgeassiez +allgeassions +allgemes +allget +allgetes +allgement +allgements +allgeons +allger +allgera +allgerai +allgeraient +allgerais +allgerait +allgeras +allgerez +allgeriez +allgerions +allgerons +allgez +allg +allge +allges +allgs +allgrent +allgiez +allgions +allgorie +allgories +allgorique +allgoriquement +allgoriques +allgrement +allgresse +allgresses +allgro +allgros +allgua +allguai +allguaient +allguais +allguait +allguant +allguas +allguasse +allguassent +allguasses +allguassiez +allguassions +allgumes +allgut +allgutes +allguer +allguera +allguerai +allgueraient +allguerais +allguerait +allgueras +allguerez +allgueriez +allguerions +allguerons +allguez +allgu +allgue +allgues +allgus +allgurent +allguiez +allguions +allguons +allluia +allluias +alls +allche +allchent +allcheront +allches +allge +allgent +allgeront +allges +allgre +allgres +allgue +allguent +allgueront +allgues +allrent +allia +alliac +alliace +alliaces +alliacs +alliage +alliages +alliai +alliaient +alliais +alliait +alliance +alliances +alliant +allias +alliasse +alliassent +alliasses +alliassiez +alliassions +allimes +allit +allites +allie +allier +alliera +allierai +allieraient +allierais +allierait +allieras +allierez +allieriez +allierions +allierons +allieront +allies +alliez +alli +allie +allies +allis +allirent +alligator +alligators +alliiez +alliions +allions +allit +allitration +allitrations +allocataire +allocataires +allocation +allocations +allocution +allocutions +allonge +allongea +allongeai +allongeaient +allongeais +allongeait +allongeant +allongeas +allongeasse +allongeassent +allongeasses +allongeassiez +allongeassions +allongemes +allonget +allongetes +allongement +allongements +allongent +allongeons +allonger +allongera +allongerai +allongeraient +allongerais +allongerait +allongeras +allongerez +allongeriez +allongerions +allongerons +allongeront +allonges +allongez +allong +allonge +allonges +allongs +allongrent +allongiez +allongions +allons +allotropie +alloua +allouai +allouaient +allouais +allouait +allouant +allouas +allouasse +allouassent +allouasses +allouassiez +allouassions +alloumes +allout +alloutes +alloue +allouent +allouer +allouera +allouerai +alloueraient +allouerais +allouerait +alloueras +allouerez +alloueriez +allouerions +allouerons +alloueront +alloues +allouez +allou +alloue +alloues +allous +allourent +allouiez +allouions +allouons +all +alluma +allumage +allumages +allumai +allumaient +allumais +allumait +allumant +allumas +allumasse +allumassent +allumasses +allumassiez +allumassions +allummes +allumt +allumtes +allume +allument +allumer +allumera +allumerai +allumeraient +allumerais +allumerait +allumeras +allumerez +allumeriez +allumerions +allumerons +allumeront +allumes +allumette +allumettes +allumeur +allumeurs +allumeuse +allumeuses +allumez +allum +allume +allumes +allums +allumrent +allumiez +allumions +allumons +allure +allures +allusif +allusifs +allusion +allusions +allusive +allusives +alluvial +alluviale +alluviales +alluviaux +alluvionnaire +alluvionnaires +alluvions +almanach +almanachs +alos +aloi +alois +alors +alose +aloses +alouette +alouettes +alourdi +alourdie +alourdies +alourdir +alourdira +alourdirai +alourdiraient +alourdirais +alourdirait +alourdiras +alourdirent +alourdirez +alourdiriez +alourdirions +alourdirons +alourdiront +alourdis +alourdissaient +alourdissais +alourdissait +alourdissant +alourdisse +alourdissement +alourdissements +alourdissent +alourdisses +alourdissez +alourdissiez +alourdissions +alourdissons +alourdit +alourdmes +alourdt +alourdtes +aloyau +aloyaux +alpaga +alpagas +alpage +alpages +alpe +alpes +alpestre +alpestree +alpestrees +alpestres +alpha +alphabet +alphabets +alphabtique +alphabtiquement +alphabtiques +alphabtisa +alphabtisai +alphabtisaient +alphabtisais +alphabtisait +alphabtisant +alphabtisas +alphabtisasse +alphabtisassent +alphabtisasses +alphabtisassiez +alphabtisassions +alphabtisation +alphabtisations +alphabtismes +alphabtist +alphabtistes +alphabtise +alphabtisent +alphabtiser +alphabtisera +alphabtiserai +alphabtiseraient +alphabtiserais +alphabtiserait +alphabtiseras +alphabtiserez +alphabtiseriez +alphabtiserions +alphabtiserons +alphabtiseront +alphabtises +alphabtisez +alphabtis +alphabtise +alphabtises +alphabtiss +alphabtisrent +alphabtisiez +alphabtisions +alphabtisme +alphabtisons +alphanumrique +alphanumriques +alpin +alpine +alpines +alpinisme +alpiniste +alpinistes +alpins +alsace +alsacien +alsacienne +alsaciennes +alsaciens +altercation +altercations +alterna +alternai +alternaient +alternais +alternait +alternance +alternances +alternant +alternas +alternasse +alternassent +alternasses +alternassiez +alternassions +alternat +alternateur +alternateurs +alternatif +alternatifs +alternative +alternativement +alternatives +alternmes +alternt +alterntes +alterne +alternent +alterner +alternera +alternerai +alterneraient +alternerais +alternerait +alterneras +alternerez +alterneriez +alternerions +alternerons +alterneront +alternes +alternez +altern +alterne +alternes +alterns +alternrent +alterniez +alternions +alternons +altesse +altesses +altra +altrable +altrai +altraient +altrait +altrant +altras +altrasse +altrassent +altrasses +altrassiez +altrassions +altration +altrations +altrmes +altrt +altrtes +altrer +altrera +altrerai +altreraient +altrerais +altrerait +altreras +altrerez +altreriez +altrerions +altrerons +altrez +altr +altre +altres +altrs +altrrent +altriez +altrions +altrons +altre +altrent +altreront +altres +altier +altiers +altire +altires +altimtre +altimtres +altimtre +altitude +altitudes +alto +altos +altruisme +altruismes +altruiste +altruistes +alumine +aluminium +alun +alunissage +alunissages +alvolaire +alvolaires +alvole +alvoles +amabilit +amabilits +amadou +amadoua +amadouai +amadouaient +amadouais +amadouait +amadouant +amadouas +amadouasse +amadouassent +amadouasses +amadouassiez +amadouassions +amadoumes +amadout +amadoutes +amadoue +amadouent +amadouer +amadouera +amadouerai +amadoueraient +amadouerais +amadouerait +amadoueras +amadouerez +amadoueriez +amadouerions +amadouerons +amadoueront +amadoues +amadouez +amadou +amadoue +amadoues +amadous +amadourent +amadouiez +amadouions +amadouons +amadous +amadouvier +amadouviers +amaigri +amaigrie +amaigries +amaigrir +amaigrira +amaigrirai +amaigriraient +amaigrirais +amaigrirait +amaigriras +amaigrirent +amaigrirez +amaigririez +amaigririons +amaigrirons +amaigriront +amaigris +amaigrissaient +amaigrissais +amaigrissait +amaigrissant +amaigrissante +amaigrissantes +amaigrissants +amaigrisse +amaigrissement +amaigrissements +amaigrissent +amaigrisses +amaigrissez +amaigrissiez +amaigrissions +amaigrissons +amaigrit +amaigrmes +amaigrt +amaigrtes +amalgama +amalgamai +amalgamaient +amalgamais +amalgamait +amalgamant +amalgamas +amalgamasse +amalgamassent +amalgamasses +amalgamassiez +amalgamassions +amalgammes +amalgamt +amalgamtes +amalgame +amalgament +amalgamer +amalgamera +amalgamerai +amalgameraient +amalgamerais +amalgamerait +amalgameras +amalgamerez +amalgameriez +amalgamerions +amalgamerons +amalgameront +amalgames +amalgamez +amalgam +amalgame +amalgames +amalgams +amalgamrent +amalgamiez +amalgamions +amalgamons +aman +amande +amandes +amandier +amandiers +amans +amant +amante +amantes +amants +amarante +amarantes +amarra +amarrage +amarrages +amarrai +amarraient +amarrais +amarrait +amarrant +amarras +amarrasse +amarrassent +amarrasses +amarrassiez +amarrassions +amarrmes +amarrt +amarrtes +amarre +amarrent +amarrer +amarrera +amarrerai +amarreraient +amarrerais +amarrerait +amarreras +amarrerez +amarreriez +amarrerions +amarrerons +amarreront +amarres +amarrez +amarr +amarre +amarres +amarrs +amarrrent +amarriez +amarrions +amarrons +amaryllis +amas +amassa +amassai +amassaient +amassais +amassait +amassant +amassas +amassasse +amassassent +amassasses +amassassiez +amassassions +amassmes +amasst +amasstes +amasse +amassent +amasser +amassera +amasserai +amasseraient +amasserais +amasserait +amasseras +amasserez +amasseriez +amasserions +amasserons +amasseront +amasses +amassez +amass +amasse +amasses +amasss +amassrent +amassiez +amassions +amassons +amateur +amateurisme +amateurs +amazone +amazones +ambages +ambassade +ambassades +ambassadeur +ambassadeurs +ambassadrice +ambassadrices +ambiance +ambiances +ambiant +ambiante +ambiantes +ambiants +ambidextre +ambidextres +ambigu +ambigu +ambigus +ambiguit +ambiguits +ambigus +ambitieuse +ambitieusement +ambitieuses +ambitieux +ambition +ambitionna +ambitionnai +ambitionnaient +ambitionnais +ambitionnait +ambitionnant +ambitionnas +ambitionnasse +ambitionnassent +ambitionnasses +ambitionnassiez +ambitionnassions +ambitionnmes +ambitionnt +ambitionntes +ambitionne +ambitionnent +ambitionner +ambitionnera +ambitionnerai +ambitionneraient +ambitionnerais +ambitionnerait +ambitionneras +ambitionnerez +ambitionneriez +ambitionnerions +ambitionnerons +ambitionneront +ambitionnes +ambitionnez +ambitionn +ambitionne +ambitionnes +ambitionns +ambitionnrent +ambitionniez +ambitionnions +ambitionnons +ambitions +ambivalence +ambivalences +amble +ambles +ambon +ambons +ambra +ambrai +ambraient +ambrais +ambrait +ambrant +ambras +ambrasse +ambrassent +ambrasses +ambrassiez +ambrassions +ambrmes +ambrt +ambrtes +ambre +ambrer +ambrera +ambrerai +ambreraient +ambrerais +ambrerait +ambreras +ambrerez +ambreriez +ambrerions +ambrerons +ambreront +ambres +ambrez +ambr +ambre +ambres +ambrs +ambrrent +ambriez +ambrions +ambroisie +ambrons +ambulance +ambulances +ambulancier +ambulanciers +ambulancire +ambulancires +ambulant +ambulante +ambulantes +ambulants +ambulatoire +ambulatoires +amemer +amen +amena +amenai +amenaient +amenais +amenait +amenant +amenas +amenasse +amenassent +amenasses +amenassiez +amenassions +amenmes +ament +amentes +amenda +amendai +amendaient +amendais +amendait +amendant +amendas +amendasse +amendassent +amendasses +amendassiez +amendassions +amendmes +amendt +amendtes +amende +amendement +amendements +amendent +amender +amendera +amenderai +amenderaient +amenderais +amenderait +amenderas +amenderez +amenderiez +amenderions +amenderons +amenderont +amendes +amendez +amend +amende +amendes +amends +amendrent +amendiez +amendions +amendons +amener +amenez +amen +amene +amenes +amens +amenrent +ameniez +amenions +amenons +amens +amenuisa +amenuisai +amenuisaient +amenuisais +amenuisait +amenuisant +amenuisas +amenuisasse +amenuisassent +amenuisasses +amenuisassiez +amenuisassions +amenuismes +amenuist +amenuistes +amenuise +amenuisent +amenuiser +amenuisera +amenuiserai +amenuiseraient +amenuiserais +amenuiserait +amenuiseras +amenuiserez +amenuiseriez +amenuiserions +amenuiserons +amenuiseront +amenuises +amenuisez +amenuis +amenuise +amenuises +amenuiss +amenuisrent +amenuisiez +amenuisions +amenuisons +amer +amerri +amerrie +amerries +amerrir +amerrira +amerrirai +amerriraient +amerrirais +amerrirait +amerriras +amerrirent +amerrirez +amerririez +amerririons +amerrirons +amerriront +amerris +amerrissage +amerrissages +amerrissaient +amerrissais +amerrissait +amerrissant +amerrisse +amerrissent +amerrisses +amerrissez +amerrissiez +amerrissions +amerrissons +amerrit +amerrmes +amerrt +amerrtes +amers +amertume +amertumes +ameublement +ameublements +ameubli +ameublie +ameublies +ameublir +ameublira +ameublirai +ameubliraient +ameublirais +ameublirait +ameubliras +ameublirent +ameublirez +ameubliriez +ameublirions +ameublirons +ameubliront +ameublis +ameublissaient +ameublissais +ameublissait +ameublissant +ameublisse +ameublissement +ameublissements +ameublissent +ameublisses +ameublissiez +ameublissions +ameublissons +ameublit +ameublmes +ameublt +ameubltes +ameuta +ameutai +ameutaient +ameutais +ameutait +ameutant +ameutas +ameutasse +ameutassent +ameutasses +ameutassiez +ameutassions +ameutmes +ameutt +ameuttes +ameute +ameutent +ameuter +ameutera +ameuterai +ameuteraient +ameuterais +ameuterait +ameuteras +ameuterez +ameuteriez +ameuterions +ameuterons +ameuteront +ameutes +ameutez +ameut +ameute +ameutes +ameuts +ameutrent +ameutiez +ameutions +ameutons +amliora +amliorable +amliorables +amliorai +amlioraient +amliorais +amliorait +amliorant +amlioras +amliorasse +amliorassent +amliorasses +amliorassiez +amliorassions +amlioration +amliorations +amliormes +amliort +amliortes +amliore +amliorent +amliorer +amliorera +amliorerai +amlioreraient +amliorerais +amliorerait +amlioreras +amliorerez +amlioreriez +amliorerions +amliorerons +amlioreront +amliores +amliorez +amlior +amliore +amliores +amliors +amliorrent +amlioriez +amliorions +amliorons +amnage +amnagea +amnageai +amnageaient +amnageais +amnageait +amnageant +amnageas +amnageasse +amnageassent +amnageasses +amnageassiez +amnageassions +amnagemes +amnaget +amnagetes +amnagement +amnagements +amnagent +amnageons +amnager +amnagera +amnagerai +amnageraient +amnagerais +amnagerait +amnageras +amnagerez +amnageriez +amnagerions +amnagerons +amnageront +amnages +amnagez +amnag +amnage +amnages +amnags +amnagrent +amnagiez +amnagions +amnit +amricain +amricaine +amricaines +amricains +amricanisa +amricanisai +amricanisaient +amricanisais +amricanisait +amricanisant +amricanisas +amricanisasse +amricanisassent +amricanisasses +amricanisassiez +amricanisassions +amricanisation +amricanisations +amricanismes +amricanist +amricanistes +amricanise +amricanisent +amricaniser +amricanisera +amricaniserai +amricaniseraient +amricaniserais +amricaniserait +amricaniseras +amricaniserez +amricaniseriez +amricaniserions +amricaniserons +amricaniseront +amricanises +amricanisez +amricanis +amricanise +amricanises +amricaniss +amricanisrent +amricanisiez +amricanisions +amricanisme +amricanismes +amricanisons +amrique +amriques +amthyste +amthystes +amne +amnent +amnera +amnerai +amneraient +amnerais +amnerait +amneras +amnerez +amneriez +amnerions +amnerons +amneront +amnes +amre +amrement +amres +ami +amiable +amiablement +amiables +amiante +amibe +amibes +amical +amicale +amicalement +amicales +amicaux +amidon +amidonna +amidonnage +amidonnages +amidonnai +amidonnaient +amidonnais +amidonnait +amidonnant +amidonnas +amidonnasse +amidonnassent +amidonnasses +amidonnassiez +amidonnassions +amidonnmes +amidonnt +amidonntes +amidonne +amidonnent +amidonner +amidonnera +amidonnerai +amidonneraient +amidonnerais +amidonnerait +amidonneras +amidonnerez +amidonneriez +amidonnerions +amidonnerons +amidonneront +amidonnes +amidonnez +amidonn +amidonne +amidonnes +amidonns +amidonnrent +amidonniez +amidonnions +amidonnons +amie +amiens +amies +aminci +amincie +amincies +amincir +amincira +amincirai +aminciraient +amincirais +amincirait +aminciras +amincirent +amincirez +aminciriez +amincirions +amincirons +aminciront +amincis +amincissaient +amincissais +amincissait +amincissant +amincisse +amincissement +amincissements +amincissent +amincisses +amincissez +amincissiez +amincissions +amincissons +amincit +amincmes +aminct +aminctes +amins +amiral +amiraut +amiraux +amis +amiti +amitis +ammoniac +ammoniacal +ammoniacale +ammoniacales +ammoniacaux +ammoniaque +ammonite +amnsie +amnsies +amnsique +amnsiques +amnistia +amnistiai +amnistiaient +amnistiais +amnistiait +amnistiant +amnistias +amnistiasse +amnistiassent +amnistiasses +amnistiassiez +amnistiassions +amnistimes +amnistit +amnistites +amnistie +amnistient +amnistier +amnistiera +amnistierai +amnistieraient +amnistierais +amnistierait +amnistieras +amnistierez +amnistieriez +amnistierions +amnistierons +amnistieront +amnisties +amnistiez +amnisti +amnistie +amnisties +amnistis +amnistirent +amnistiiez +amnistiions +amnistions +amodia +amodiai +amodiaient +amodiais +amodiait +amodiant +amodias +amodiasse +amodiassent +amodiasses +amodiassiez +amodiassions +amodimes +amodit +amodites +amodie +amodient +amodier +amodiera +amodierai +amodieraient +amodierais +amodierait +amodieras +amodierez +amodieriez +amodierions +amodierons +amodieront +amodies +amodiez +amodi +amodie +amodies +amodis +amodirent +amodiiez +amodiions +amodions +amoindri +amoindrie +amoindries +amoindrir +amoindrira +amoindrirai +amoindriraient +amoindrirais +amoindrirait +amoindriras +amoindrirent +amoindrirez +amoindririez +amoindririons +amoindrirons +amoindriront +amoindris +amoindrissaient +amoindrissais +amoindrissait +amoindrissant +amoindrisse +amoindrissement +amoindrissements +amoindrissent +amoindrisses +amoindrissez +amoindrissiez +amoindrissions +amoindrissons +amoindrit +amoindrmes +amoindrt +amoindrtes +amolli +amollie +amollies +amollir +amollira +amollirai +amolliraient +amollirais +amollirait +amolliras +amollirent +amollirez +amolliriez +amollirions +amollirons +amolliront +amollis +amollissaient +amollissais +amollissait +amollissant +amollisse +amollissement +amollissements +amollissent +amollisses +amollissez +amollissiez +amollissions +amollissons +amollit +amollmes +amollt +amolltes +amoncela +amoncelai +amoncelaient +amoncelais +amoncelait +amoncelant +amoncelas +amoncelasse +amoncelassent +amoncelasses +amoncelassiez +amoncelassions +amoncelmes +amoncelt +amonceltes +amonceler +amoncelez +amoncel +amoncele +amonceles +amoncels +amoncelrent +amonceliez +amoncelions +amoncelle +amoncellement +amoncellements +amoncellent +amoncellera +amoncellerai +amoncelleraient +amoncellerais +amoncellerait +amoncelleras +amoncellerez +amoncelleriez +amoncellerions +amoncellerons +amoncelleront +amoncelles +amoncelons +amont +amoral +amorale +amorales +amoralisme +amoraux +amorce +amorcent +amorcer +amorcera +amorcerai +amorceraient +amorcerais +amorcerait +amorceras +amorcerez +amorceriez +amorcerions +amorcerons +amorceront +amorces +amorcez +amorc +amorce +amorces +amorcs +amorcrent +amorciez +amorcions +amora +amorage +amorages +amorai +amoraient +amorais +amorait +amorant +amoras +amorasse +amorassent +amorasses +amorassiez +amorassions +amormes +amort +amortes +amorons +amorphe +amorphes +amorti +amortie +amorties +amortir +amortira +amortirai +amortiraient +amortirais +amortirait +amortiras +amortirent +amortirez +amortiriez +amortirions +amortirons +amortiront +amortis +amortissaient +amortissais +amortissait +amortissant +amortisse +amortissement +amortissements +amortissent +amortisses +amortisseur +amortisseurs +amortissez +amortissiez +amortissions +amortissons +amortit +amortmes +amortt +amorttes +amour +amouracha +amourachai +amourachaient +amourachais +amourachait +amourachant +amourachas +amourachasse +amourachassent +amourachasses +amourachassiez +amourachassions +amourachmes +amouracht +amourachtes +amourache +amourachent +amouracher +amourachera +amouracherai +amouracheraient +amouracherais +amouracherait +amouracheras +amouracherez +amouracheriez +amouracherions +amouracherons +amouracheront +amouraches +amourachez +amourach +amourache +amouraches +amourachs +amourachrent +amourachiez +amourachions +amourachons +amourette +amourettes +amoureuse +amoureusement +amoureuses +amoureux +amours +amovible +amovibles +ampre +ampremtre +ampremtres +ampres +amphtamine +amphtamines +amphibie +amphibies +amphibologie +amphibologies +amphibologique +amphibologiquement +amphibologiques +amphigouri +amphigourique +amphigouriques +amphithtre +amphithtres +amphore +amphores +ample +amplement +amples +ampleur +ampleurs +ampli +ampliation +ampliations +amplifia +amplifiai +amplifiaient +amplifiais +amplifiait +amplifiant +amplifias +amplifiasse +amplifiassent +amplifiasses +amplifiassiez +amplifiassions +amplifimes +amplifit +amplifites +amplificateur +amplificateurs +amplification +amplifications +amplificatrice +amplificatrices +amplifie +amplifient +amplifier +amplifiera +amplifierai +amplifieraient +amplifierais +amplifierait +amplifieras +amplifierez +amplifieriez +amplifierions +amplifierons +amplifieront +amplifies +amplifiez +amplifi +amplifie +amplifies +amplifis +amplifirent +amplifiiez +amplifiions +amplifions +amplis +amplitude +amplitudes +ampoule +ampoules +ampoul +ampoule +ampoules +ampouls +amputa +amputai +amputaient +amputais +amputait +amputant +amputas +amputasse +amputassent +amputasses +amputassiez +amputassions +amputation +amputations +amputmes +amputt +amputtes +ampute +amputent +amputer +amputera +amputerai +amputeraient +amputerais +amputerait +amputeras +amputerez +amputeriez +amputerions +amputerons +amputeront +amputes +amputez +amput +ampute +amputes +amputs +amputrent +amputiez +amputions +amputons +amsterdam +amulette +amulettes +amusa +amusai +amusaient +amusais +amusait +amusant +amusante +amusantes +amusants +amusas +amusasse +amusassent +amusasses +amusassiez +amusassions +amusmes +amust +amustes +amuse +amusement +amusements +amusent +amuser +amusera +amuserai +amuseraient +amuserais +amuserait +amuseras +amuserez +amuseriez +amuserions +amuserons +amuseront +amuses +amusette +amusettes +amuseur +amuseurs +amuseuse +amuseuses +amusez +amus +amuse +amuses +amuss +amusrent +amusiez +amusions +amusons +amygdale +amygdales +amylac +amylace +amylaces +amylacs +an +ana +anachorte +anachortes +anachronique +anachroniques +anachronisme +anachronismes +anacoluthe +anacoluthes +anarobie +anarobiee +anarobiees +anarobies +anaglyphe +anaglyphes +anagramme +anagrammes +anal +anale +anales +analgsie +analgsique +analgsiques +analogie +analogies +analogique +analogiquement +analogue +analogues +analphabtisme +analphabte +analphabtee +analphabtees +analphabtes +analysa +analysable +analysables +analysai +analysaient +analysais +analysait +analysant +analysas +analysasse +analysassent +analysasses +analysassiez +analysassions +analysmes +analyst +analystes +analyse +analysent +analyser +analysera +analyserai +analyseraient +analyserais +analyserait +analyseras +analyserez +analyseriez +analyserions +analyserons +analyseront +analyses +analyseur +analyseurs +analysez +analys +analyse +analyses +analyss +analysrent +analysiez +analysions +analysons +analyste +analystes +analytique +analytiquement +analytiques +ananas +anaphylaxie +anarchie +anarchies +anarchique +anarchiquement +anarchiques +anarchiste +anarchistes +anas +anastigmat +anastigmate +anastigmates +anastigmatique +anastigmatiques +anastigmats +anathmatisa +anathmatisai +anathmatisaient +anathmatisais +anathmatisait +anathmatisant +anathmatisas +anathmatisasse +anathmatisassent +anathmatisasses +anathmatisassiez +anathmatisassions +anathmatismes +anathmatist +anathmatistes +anathmatise +anathmatisent +anathmatises +anathmatisez +anathmatis +anathmatise +anathmatises +anathmatiss +anathmatisrent +anathmatisiez +anathmatisions +anathmatisons +anathme +anathmes +anatomie +anatomies +anatomique +anatomiques +anatoxine +anatoxines +anaux +ancestral +ancestrale +ancestrales +ancestraux +anctre +anctres +anche +anches +anchois +ancien +ancienne +anciennement +anciennes +anciennet +anciennets +anciens +ancillaire +ancillairee +ancillairees +ancillaires +ancolie +ancolies +ancra +ancrage +ancrages +ancrai +ancraient +ancrais +ancrait +ancrant +ancras +ancrasse +ancrassent +ancrasses +ancrassiez +ancrassions +ancrmes +ancrt +ancrtes +ancre +ancrent +ancrer +ancrera +ancrerai +ancreraient +ancrerais +ancrerait +ancreras +ancrerez +ancreriez +ancrerions +ancrerons +ancreront +ancres +ancrez +ancr +ancre +ancres +ancrs +ancrrent +ancriez +ancrions +ancrons +andalou +andalous +andalouse +andalouses +andalousie +andante +andantes +andantino +andantinos +andouille +andouiller +andouillers +andouilles +andouillette +andouillettes +andrinople +androgyne +androgynes +andromaque +anecdote +anecdotes +anecdotique +anecdotiques +anesthsia +anesthsiai +anesthsiaient +anesthsiais +anesthsiait +anesthsiant +anesthsias +anesthsiasse +anesthsiassent +anesthsiasses +anesthsiassiez +anesthsiassions +anesthsimes +anesthsit +anesthsites +anesthsie +anesthsient +anesthsier +anesthsiera +anesthsierai +anesthsieraient +anesthsierais +anesthsierait +anesthsieras +anesthsierez +anesthsieriez +anesthsierions +anesthsierons +anesthsieront +anesthsies +anesthsiez +anesthsi +anesthsie +anesthsies +anesthsis +anesthsirent +anesthsiiez +anesthsiions +anesthsiologie +anesthsions +anesthsique +anesthsiques +anesthsiste +anesthsistes +ananti +anantie +ananties +anantir +anantira +anantirai +anantiraient +anantirais +anantirait +anantiras +anantirent +anantirez +anantiriez +anantirions +anantirons +anantiront +anantis +anantissaient +anantissais +anantissait +anantissant +anantisse +anantissement +anantissements +anantissent +anantisses +anantissiez +anantissions +anantissons +anantit +anantmes +anantt +ananttes +anmia +anmiai +anmiaient +anmiait +anmiant +anmiasse +anmiassent +anmit +anmie +anmient +anmier +anmiera +anmieraient +anmierait +anmieront +anmies +anmi +anmie +anmies +anmis +anmirent +anmique +anmiques +anmomtre +anmomtres +anmone +anmones +anvrisme +anvrismes +anfractuosit +anfractuosits +ange +angelot +angelots +anges +angevin +angevine +angevines +angevins +anglique +angliquement +angliques +anglus +angine +angines +angiome +angiomes +angiosperme +anglais +anglaise +anglaises +angle +angles +angleterre +anglican +anglicane +anglicanes +anglicanisme +anglicanismes +anglicans +anglicisa +anglicisai +anglicisaient +anglicisais +anglicisait +anglicisant +anglicisas +anglicisasse +anglicisassent +anglicisasses +anglicisassiez +anglicisassions +anglicismes +anglicist +anglicistes +anglicise +anglicisent +angliciser +anglicisera +angliciserai +angliciseraient +angliciserais +angliciserait +angliciseras +angliciserez +angliciseriez +angliciserions +angliciserons +angliciseront +anglicises +anglicisez +anglicis +anglicise +anglicises +angliciss +anglicisrent +anglicisiez +anglicisions +anglicisme +anglicismes +anglicisons +anglo +anglomanie +anglomanies +anglophile +anglophiles +anglophilie +anglophobe +anglophobes +anglophobie +anglophone +anglophones +angoissa +angoissai +angoissaient +angoissais +angoissait +angoissant +angoissante +angoissas +angoissasse +angoissassent +angoissasses +angoissassiez +angoissassions +angoissmes +angoisst +angoisstes +angoisse +angoissent +angoisser +angoissera +angoisserai +angoisseraient +angoisserais +angoisserait +angoisseras +angoisserez +angoisseriez +angoisserions +angoisserons +angoisseront +angoisses +angoissez +angoiss +angoisse +angoisses +angoisss +angoissrent +angoissiez +angoissions +angoissons +angora +angoras +anguille +anguilles +angulaire +angulaires +anguleuse +anguleuses +anguleux +anhydre +anhydree +anhydrees +anhydres +anhydride +anhydrides +anicroche +anicroches +aniline +anima +animai +animaient +animais +animait +animal +animalcule +animalcules +animale +animales +animalier +animaliers +animant +animas +animasse +animassent +animasses +animassiez +animassions +animateur +animateurs +animation +animations +animatrice +animatrices +animaux +animmes +animt +animtes +anime +animent +animer +animera +animerai +animeraient +animerais +animerait +animeras +animerez +animeriez +animerions +animerons +animeront +animes +animez +anim +anime +animes +anims +animrent +animiez +animions +animisme +animiste +animons +animosit +animosits +anis +anisette +anisettes +ankylosa +ankylosai +ankylosaient +ankylosais +ankylosait +ankylosant +ankylosas +ankylosasse +ankylosassent +ankylosasses +ankylosassiez +ankylosassions +ankylosmes +ankylost +ankylostes +ankylose +ankylosent +ankyloser +ankylosera +ankyloserai +ankyloseraient +ankyloserais +ankyloserait +ankyloseras +ankyloserez +ankyloseriez +ankyloserions +ankyloserons +ankyloseront +ankyloses +ankylosez +ankylos +ankylose +ankyloses +ankyloss +ankylosrent +ankylosiez +ankylosions +ankylosons +annales +annaliste +annalistes +annam +annamite +annamites +anneau +anneaux +annel +annele +anneles +annels +annexa +annexai +annexaient +annexais +annexait +annexant +annexas +annexasse +annexassent +annexasses +annexassiez +annexassions +annexmes +annext +annextes +annexe +annexent +annexer +annexera +annexerai +annexeraient +annexerais +annexerait +annexeras +annexerez +annexeriez +annexerions +annexerons +annexeront +annexes +annexez +annex +annexe +annexes +annexs +annexrent +annexiez +annexion +annexions +annexons +anne +annes +annlides +annihila +annihilai +annihilaient +annihilais +annihilait +annihilant +annihilas +annihilasse +annihilassent +annihilasses +annihilassiez +annihilassions +annihilation +annihilations +annihilmes +annihilt +annihiltes +annihile +annihilent +annihiler +annihilera +annihilerai +annihileraient +annihilerais +annihilerait +annihileras +annihilerez +annihileriez +annihilerions +annihilerons +annihileront +annihiles +annihilez +annihil +annihile +annihiles +annihils +annihilrent +annihiliez +annihilions +annihilons +anniversaire +anniversaires +annonce +annoncent +annoncer +annoncera +annoncerai +annonceraient +annoncerais +annoncerait +annonceras +annoncerez +annonceriez +annoncerions +annoncerons +annonceront +annonces +annonceur +annonceurs +annoncez +annonc +annonce +annonces +annoncs +annoncrent +annonciation +annonciations +annoncions +annona +annonai +annonaient +annonais +annonait +annonant +annonas +annonasse +annonassent +annonasses +annonassiez +annonassions +annonmes +annont +annontes +annonons +annota +annotai +annotaient +annotais +annotait +annotant +annotas +annotasse +annotassent +annotasses +annotassiez +annotassions +annotateur +annotateurs +annotation +annotations +annotatrice +annotatrices +annotmes +annott +annottes +annote +annotent +annoter +annotera +annoterai +annoteraient +annoterais +annoterait +annoteras +annoterez +annoteriez +annoterions +annoterons +annoteront +annotes +annotez +annot +annote +annotes +annots +annotrent +annotiez +annotions +annotons +annuaire +annuaires +annuel +annuelle +annuellement +annuelles +annuels +annuit +annuits +annula +annulai +annulaient +annulaire +annulaires +annulais +annulait +annulant +annulas +annulasse +annulassent +annulasses +annulassiez +annulassions +annulation +annulations +annulmes +annult +annultes +annule +annulent +annuler +annulera +annulerai +annuleraient +annulerais +annulerait +annuleras +annulerez +annuleriez +annulerions +annulerons +annuleront +annules +annulez +annul +annule +annules +annuls +annulrent +annuliez +annulions +annulons +anobli +anoblie +anoblies +anoblir +anoblira +anoblirai +anobliraient +anoblirais +anoblirait +anobliras +anoblirent +anoblirez +anobliriez +anoblirions +anoblirons +anobliront +anoblis +anoblissaient +anoblissais +anoblissait +anoblissant +anoblisse +anoblissement +anoblissements +anoblissent +anoblisses +anoblissez +anoblissiez +anoblissions +anoblissons +anoblit +anoblmes +anoblt +anobltes +anode +anodes +anodin +anodine +anodines +anodins +anomalie +anomalies +anonymat +anonyme +anonymement +anonymes +anophle +anophles +anorak +anoraks +anorexie +anorexies +anormal +anormale +anormalement +anormales +anormaux +ans +anse +anses +antagonisme +antagonismes +antagoniste +antagonistes +antan +antartique +antartiques +antenne +antennes +antcdent +antcdente +antcdentes +antcdents +antchrist +antdiluvien +antdiluvienne +antdiluviennes +antdiluviens +antrieur +antrieure +antrieurement +antrieures +antrieurs +antriorit +antriorits +anthre +anthres +anthridie +anthridies +anthrozode +anthrozodes +anthologie +anthologies +anthracite +anthrax +anthropode +anthropodee +anthropodees +anthropodes +anthropologie +anthropologiste +anthropologistes +anthropologue +anthropologues +anthropomtrie +anthropomtrique +anthropomtriques +anthropomorphe +anthropomorphes +anthropomorphisme +anthropophage +anthropophages +anthropophagie +anti +antiarien +antiarienne +antiariennes +antiariens +antialcoolique +antialcooliques +antiatomique +antiatomiques +antibactrien +antibactrienne +antibactriennes +antibactriens +antibiothrapie +antibiothrapies +antibiotique +antibiotiques +antibrouillard +antibrouillards +anticancreuse +anticancreuses +anticancreux +antichambre +antichambres +antichar +antichare +antichares +antichars +antichoc +antichocs +anticipa +anticipai +anticipaient +anticipais +anticipait +anticipant +anticipas +anticipasse +anticipassent +anticipasses +anticipassiez +anticipassions +anticipation +anticipations +anticipmes +anticipt +anticiptes +anticipe +anticipent +anticiper +anticipera +anticiperai +anticiperaient +anticiperais +anticiperait +anticiperas +anticiperez +anticiperiez +anticiperions +anticiperons +anticiperont +anticipes +anticipez +anticip +anticipe +anticipes +anticips +anticiprent +anticipiez +anticipions +anticipons +anticlrical +anticlricale +anticlricales +anticlricalisme +anticlricaux +anticlinal +anticlinals +anticoagulant +anticoagulante +anticoagulantes +anticoagulants +anticonceptionnel +anticonceptionnelle +anticonceptionnelles +anticonceptionnels +anticonformisme +anticonstitutionnel +anticonstitutionnelle +anticonstitutionnellement +anticonstitutionnelles +anticonstitutionnels +anticorps +anticyclone +anticyclones +antidata +antidatai +antidataient +antidatais +antidatait +antidatant +antidatas +antidatasse +antidatassent +antidatasses +antidatassiez +antidatassions +antidatmes +antidatt +antidattes +antidate +antidatent +antidater +antidatera +antidaterai +antidateraient +antidaterais +antidaterait +antidateras +antidaterez +antidateriez +antidaterions +antidaterons +antidateront +antidates +antidatez +antidat +antidate +antidates +antidats +antidatrent +antidatiez +antidations +antidatons +antidote +antidotes +antienne +antiennes +antigel +antigels +antigne +antignes +antigrippal +antigrippale +antigrippaux +antigrippe +antillais +antillaise +antillaises +antilles +antilope +antilopes +antimilitarisme +antimilitariste +antimilitaristes +antimite +antimoine +antinomie +antinomies +antinomique +antinomiques +antinuclaire +antinuclaires +antipathie +antipathies +antipathique +antipathiques +antiphrase +antiphrases +antipode +antipodes +antipyrine +antiquaille +antiquaire +antiquaires +antique +antiques +antiquit +antiquits +antirabique +antirabiques +antirouille +antirouilles +antiscorbutique +antiscorbutiques +antisepsie +antiseptique +antiseptiques +antismite +antismites +antismitisme +antisocial +antisociale +antisociaux +antithse +antithses +antitoxine +antitoxines +antiviraux +antivirus +antivol +antivols +antonyme +antonymes +antre +antres +anurie +anuries +anus +anvers +anxieuse +anxieusement +anxieuses +anxieux +anxit +anxits +aoriste +aorte +aortes +aortite +aot +aotat +aots +apache +apaches +apaisa +apaisai +apaisaient +apaisais +apaisait +apaisant +apaisas +apaisasse +apaisassent +apaisasses +apaisassiez +apaisassions +apaismes +apaist +apaistes +apaise +apaisement +apaisements +apaisent +apaiser +apaisera +apaiserai +apaiseraient +apaiserais +apaiserait +apaiseras +apaiserez +apaiseriez +apaiserions +apaiserons +apaiseront +apaises +apaisez +apais +apaise +apaises +apaiss +apaisrent +apaisiez +apaisions +apaisons +apanage +apanages +apart +aparts +apartheid +apathie +apathies +apathique +apathiques +apatride +apatrides +apens +apercevais +apercevait +apercevant +apercevez +aperceviez +apercevions +apercevisse +apercevissent +apercevisses +apercevissez +apercevissions +apercevoir +apercevons +apercevra +apercevrai +apercevraient +apercevrais +apercevrait +apercevras +apercevrez +apercevriez +apercevrions +apercevrons +apercevront +aperois +aperoit +aperoive +aperoivent +aperoives +aperu +aperue +aperues +aperurent +aperus +aperut +apermes +apert +apertes +apesanteur +apeur +apeure +apeures +apeurs +apritif +apritifs +apritive +apritives +aptale +aptalee +aptalees +aptales +aphasie +aphasies +aphasique +aphasiques +aphlie +aphone +aphones +aphonie +aphorisme +aphorismes +aphrodisiaque +aphrodisiaques +aphrodite +aphte +aphtes +aphteuse +aphteuses +aphteux +api +apiculteur +apiculteurs +apicultrice +apicultrices +apiculture +apitoie +apitoiement +apitoient +apitoies +apitoya +apitoyai +apitoyaient +apitoyais +apitoyait +apitoyant +apitoyas +apitoyasse +apitoyassent +apitoyasses +apitoyassiez +apitoyassions +apitoymes +apitoyt +apitoytes +apitoyer +apitoyera +apitoyerai +apitoyeraient +apitoyerais +apitoyerait +apitoyeras +apitoyerez +apitoyeriez +apitoyerions +apitoyerons +apitoyeront +apitoyez +apitoy +apitoye +apitoyes +apitoyrent +apitoyiez +apitoyions +apitoyons +aplani +aplanie +aplanies +aplanir +aplanira +aplanirai +aplaniraient +aplanirais +aplanirait +aplaniras +aplanirent +aplanirez +aplaniriez +aplanirions +aplanirons +aplaniront +aplanis +aplanissaient +aplanissais +aplanissait +aplanissant +aplanisse +aplanissent +aplanisses +aplanissez +aplanissiez +aplanissions +aplanissons +aplanit +aplanmes +aplant +aplantes +aplasie +aplat +aplati +aplatie +aplaties +aplatir +aplatira +aplatirai +aplatiraient +aplatirais +aplatirait +aplatiras +aplatirent +aplatirez +aplatiriez +aplatirions +aplatirons +aplatiront +aplatis +aplatissaient +aplatissais +aplatissait +aplatissant +aplatisse +aplatissement +aplatissements +aplatissent +aplatisses +aplatissez +aplatissiez +aplatissions +aplatissons +aplatit +aplatmes +aplatt +aplattes +aplats +aplomb +apne +apocalypse +apocalypses +apocalyptique +apocalyptiques +apocope +apocopes +apocryphe +apocryphes +apode +apodee +apodees +apodes +apoge +apoges +apologtique +apologtiques +apologie +apologies +apologiste +apologistes +apologue +apologues +apophtegme +apophtegmes +apophyse +apophyses +apoplectique +apoplectiques +apoplexie +apoplexies +aposta +apostai +apostaient +apostais +apostait +apostant +apostas +apostasia +apostasiai +apostasiaient +apostasiais +apostasiait +apostasiant +apostasias +apostasiasse +apostasiassent +apostasiasses +apostasiassiez +apostasiassion +apostasiassions +apostasimes +apostasit +apostasites +apostasie +apostasient +apostasier +apostasiera +apostasierai +apostasieraient +apostasierais +apostasierait +apostasieras +apostasierez +apostasieriez +apostasierions +apostasierons +apostasieront +apostasies +apostasiez +apostasi +apostasie +apostasies +apostasis +apostasirent +apostasiiez +apostasiions +apostasions +apostasse +apostassent +apostasses +apostassiez +apostassions +apostat +apostats +apostmes +apostt +aposttes +aposte +apostent +aposter +apostera +aposterai +aposteraient +aposterais +aposterait +aposteras +aposterez +aposteriez +aposterions +aposterons +aposteront +apostes +apostez +apost +aposte +apostes +aposts +apostrent +apostiez +apostilla +apostillai +apostillaient +apostillais +apostillait +apostillant +apostillas +apostillasse +apostillassent +apostillasses +apostillassiez +apostillassions +apostillmes +apostillt +apostilltes +apostille +apostillent +apostiller +apostillera +apostillerai +apostilleraient +apostillerais +apostillerait +apostilleras +apostillerez +apostilleriez +apostillerions +apostillerons +apostilleront +apostilles +apostillez +apostill +apostille +apostilles +apostills +apostillrent +apostilliez +apostillions +apostillons +apostions +apostolat +apostolats +apostolique +apostoliques +apostons +apostropha +apostrophai +apostrophaient +apostrophais +apostrophait +apostrophant +apostrophas +apostrophasse +apostrophassent +apostrophasses +apostrophassiez +apostrophassions +apostrophmes +apostropht +apostrophtes +apostrophe +apostrophent +apostropher +apostrophera +apostropherai +apostropheraient +apostropherais +apostropherait +apostropheras +apostropherez +apostropheriez +apostropherions +apostropherons +apostropheront +apostrophes +apostrophez +apostroph +apostrophe +apostrophes +apostrophs +apostrophrent +apostrophiez +apostrophions +apostrophons +apothose +apothoses +apothme +apothmes +apothicaire +apothicaires +aptre +aptres +apparat +apparatera +apparatra +apparatraient +apparatre +apparatront +apparat +apparats +appareil +appareilla +appareillage +appareillages +appareillai +appareillaient +appareillais +appareillait +appareillant +appareillas +appareillasse +appareillassent +appareillasses +appareillassiez +appareillassions +appareillmes +appareillt +appareilltes +appareille +appareillent +appareiller +appareillera +appareillerai +appareilleraient +appareillerais +appareillerait +appareilleras +appareillerez +appareilleriez +appareillerions +appareillerons +appareilleront +appareilles +appareillez +appareill +appareille +appareilles +appareills +appareillrent +appareilliez +appareillions +appareillons +appareils +apparemment +apparence +apparences +apparent +apparenta +apparentai +apparentaient +apparentais +apparentait +apparentant +apparentas +apparentasse +apparentassent +apparentasses +apparentassiez +apparentassions +apparentmes +apparentt +apparenttes +apparente +apparentement +apparentent +apparenter +apparentera +apparenterai +apparenteraient +apparenterais +apparenterait +apparenteras +apparenterez +apparenteriez +apparenterions +apparenterons +apparenteront +apparentes +apparentez +apparent +apparente +apparentes +apparents +apparentrent +apparentiez +apparentions +apparentons +apparents +apparia +appariai +appariaient +appariais +appariait +appariant +apparias +appariasse +appariassent +appariasses +appariassiez +appariassions +apparimes +apparit +apparites +apparie +apparient +apparier +appariera +apparierai +apparieraient +apparierais +apparierait +apparieras +apparierez +apparieriez +apparierions +apparierons +apparieront +apparies +appariez +appari +apparie +apparies +apparis +apparirent +appariiez +appariions +apparions +appariteur +appariteurs +appariteuse +appariteuses +apparition +apparitions +appartement +appartements +appartenaient +appartenais +appartenait +appartenance +appartenances +appartenant +apparteniez +appartenions +appartenir +appartenisse +appartenissent +appartenisses +appartenissiez +appartenissions +appartent +appartenu +appartenue +appartenues +appartenus +appartienda +appartiendai +appartiendaient +appartiendais +appartiendait +appartiendas +appartiendez +appartiendiez +appartiendions +appartiendons +appartiendont +appartienent +appartiennent +appartiens +appartient +appartinirent +appartins +appartint +appartnmes +appartntes +apparu +apparue +apparues +apparurent +apparus +apparut +appas +appauvri +appauvrie +appauvries +appauvrir +appauvrira +appauvrirai +appauvriraient +appauvrirais +appauvrirait +appauvriras +appauvrirent +appauvrirez +appauvririez +appauvririons +appauvrirons +appauvriront +appauvris +appauvrissaient +appauvrissais +appauvrissait +appauvrissant +appauvrisse +appauvrissement +appauvrissements +appauvrissent +appauvrisses +appauvrissez +appauvrissiez +appauvrissions +appauvrissons +appauvrit +appauvrmes +appauvrt +appauvrtes +appt +appta +apptai +apptaient +apptais +apptait +apptant +apptas +apptasse +apptassent +apptasses +apptassiez +apptassions +apptmes +apptt +appttes +appte +apptent +appter +apptera +appterai +appteraient +appterais +appterait +appteras +appterez +appteriez +appterions +appterons +appteront +apptes +apptez +appt +appte +apptes +appts +apptrent +apptiez +apptions +apptons +appts +appeau +appeaux +appel +appela +appelable +appelai +appelaient +appelais +appelait +appelant +appelante +appelantes +appelants +appelas +appelasse +appelassent +appelasses +appelassiez +appelassions +appelmes +appelt +appeltes +appeler +appelez +appel +appele +appeles +appels +appeliez +appelions +appellation +appellations +appelle +appellent +appellera +appellerai +appelleraient +appellerais +appellerait +appelleras +appellerez +appelleriez +appellerions +appellerons +appelleront +appelles +appelles +appelons +appels +appendice +appendices +appendicite +appendicites +appendix +appentis +apperoit +apperut +appert +appesanti +appesantie +appesanties +appesantir +appesantira +appesantirai +appesantiraient +appesantirais +appesantirait +appesantiras +appesantirent +appesantirez +appesantiriez +appesantirions +appesantirons +appesantiront +appesantis +appesantissaient +appesantissais +appesantissait +appesantissant +appesantisse +appesantissement +appesantissements +appesantissent +appesantisses +appesantissez +appesantissiez +appesantissions +appesantissons +appesantit +appesantmes +appesantt +appesanttes +apptissant +apptissante +apptissantes +apptissants +apptit +apptits +applaudi +applaudie +applaudies +applaudir +applaudira +applaudirai +applaudiraient +applaudirais +applaudirait +applaudiras +applaudirent +applaudirez +applaudiriez +applaudirions +applaudirons +applaudiront +applaudis +applaudissaient +applaudissais +applaudissait +applaudissant +applaudisse +applaudissement +applaudissements +applaudissent +applaudisses +applaudissez +applaudissiez +applaudissions +applaudissons +applaudit +applaudmes +applaudt +applaudtes +applicable +applicables +applicateur +applicateurs +application +applications +appliqua +appliquai +appliquaient +appliquais +appliquait +appliquant +appliquas +appliquasse +appliquassent +appliquasses +appliquassiez +appliquassions +appliqumes +appliqut +appliqutes +applique +appliquent +appliquer +appliquera +appliquerai +appliqueraient +appliquerais +appliquerait +appliqueras +appliquerez +appliqueriez +appliquerions +appliquerons +appliqueront +appliques +appliquez +appliqu +applique +appliques +appliqus +appliqurent +appliquiez +appliquions +appliquons +appoint +appointa +appointai +appointaient +appointais +appointait +appointant +appointas +appointasse +appointassent +appointasses +appointassiez +appointassions +appointmes +appointt +appointtes +appointe +appointements +appointent +appointes +appointez +appoint +appointe +appointes +appoints +appointrent +appointiez +appointions +appointons +appoints +apponta +appontai +appontaient +appontais +appontait +appontant +appontas +appontasse +appontassent +appontasses +appontassiez +appontassions +appontmes +appontt +apponttes +apponte +appontement +appontements +appontent +apponter +appontera +apponterai +apponteraient +apponterais +apponterait +apponteras +apponterez +apponteriez +apponterions +apponterons +apponteront +appontes +appontez +appont +apponte +appontes +apponts +appontrent +appontiez +appontions +appontons +apport +apporta +apportai +apportaient +apportais +apportait +apportant +apportas +apportasse +apportassent +apportasses +apportassiez +apportassions +apportmes +apportt +apporttes +apporte +apportent +apporter +apportera +apporterai +apporteraient +apporterais +apporterait +apporteras +apporterez +apporteriez +apporterions +apporterons +apporteront +apportes +apportez +apport +apporte +apportes +apports +apportrent +apportiez +apportions +apportons +apports +apposa +apposai +apposaient +apposais +apposait +apposant +apposas +apposasse +apposassent +apposasses +apposassiez +apposassions +apposmes +appost +appostes +appose +apposent +apposer +apposera +apposerai +apposeraient +apposerais +apposerait +apposeras +apposerez +apposeriez +apposerions +apposerons +apposeront +apposes +apposez +appos +appose +apposes +apposs +apposrent +apposiez +apposions +apposition +appositions +apposons +apprenaient +apprenais +apprenait +apprenant +apprend +apprendisse +apprendissent +apprendisses +apprendissiez +apprendissions +apprendra +apprendrai +apprendraient +apprendrais +apprendrait +apprendras +apprendre +apprendrez +apprendriez +apprendrions +apprendrons +apprendront +apprends +apprenez +appreniez +apprenions +apprenne +apprennent +apprennes +apprenons +apprenti +apprentie +apprenties +apprentis +apprentissage +apprentissages +apprcia +apprciable +apprciables +apprciai +apprciaient +apprciais +apprciait +apprciant +apprcias +apprciasse +apprciassent +apprciasses +apprciassiez +apprciassions +apprciation +apprciations +apprcimes +apprcit +apprcites +apprcie +apprcient +apprcier +apprciera +apprcierai +apprcieraient +apprcierais +apprcierait +apprcieras +apprcierez +apprcieriez +apprcierions +apprcierons +apprcieront +apprcies +apprciez +apprci +apprcie +apprcies +apprcis +apprcirent +apprciiez +apprciions +apprcions +apprhenda +apprhendai +apprhendaient +apprhendais +apprhendait +apprhendant +apprhendas +apprhendasse +apprhendassent +apprhendasses +apprhendassiez +apprhendassions +apprhendmes +apprhendt +apprhendtes +apprhende +apprhendent +apprhender +apprhendera +apprhenderai +apprhenderaient +apprhenderais +apprhenderait +apprhenderas +apprhenderez +apprhenderiez +apprhenderions +apprhenderons +apprhenderont +apprhendes +apprhendez +apprhend +apprhende +apprhendes +apprhends +apprhendrent +apprhendiez +apprhendions +apprhendons +apprhension +apprhensions +apprt +apprta +apprtai +apprtaient +apprtais +apprtait +apprtant +apprtas +apprtasse +apprtassent +apprtasses +apprtassiez +apprtassions +apprtmes +apprtt +apprttes +apprte +apprtent +apprter +apprtera +apprterai +apprteraient +apprterais +apprterait +apprteras +apprterez +apprteriez +apprterions +apprterons +apprteront +apprtes +apprtez +apprt +apprte +apprtes +apprts +apprtrent +apprtiez +apprtions +apprtons +apprts +apprirent +appris +apprise +apprises +apprit +apprivoisa +apprivoisai +apprivoisaient +apprivoisais +apprivoisait +apprivoisant +apprivoisas +apprivoisasse +apprivoisassent +apprivoisasses +apprivoisassiez +apprivoisassions +apprivoismes +apprivoist +apprivoistes +apprivoise +apprivoisent +apprivoiser +apprivoisera +apprivoiserai +apprivoiseraient +apprivoiserais +apprivoiserait +apprivoiseras +apprivoiserez +apprivoiseriez +apprivoiserions +apprivoiserons +apprivoiseront +apprivoises +apprivoisez +apprivois +apprivoise +apprivoises +apprivoiss +apprivoisrent +apprivoisiez +apprivoisions +apprivoisons +apprmes +apprt +apprtes +approbateur +approbateurs +approbatif +approbatifs +approbation +approbations +approbative +approbativement +approbatives +approbatrice +approbatrices +approcha +approchai +approchaient +approchais +approchait +approchant +approchante +approchantes +approchants +approchas +approchasse +approchassent +approchasses +approchassiez +approchassions +approchmes +approcht +approchtes +approche +approchent +approcher +approchera +approcherai +approcheraient +approcherais +approcherait +approcheras +approcherez +approcheriez +approcherions +approcherons +approcheront +approches +approchez +approch +approche +approches +approchs +approchrent +approchiez +approchions +approchons +approfondi +approfondie +approfondies +approfondir +approfondira +approfondirai +approfondiraient +approfondirais +approfondirait +approfondiras +approfondirent +approfondirez +approfondiriez +approfondirions +approfondirons +approfondiront +approfondis +approfondissaient +approfondissais +approfondissait +approfondissant +approfondisse +approfondissement +approfondissements +approfondissent +approfondisses +approfondissez +approfondissiez +approfondissions +approfondissons +approfondit +approfondmes +approfondt +approfondtes +appropria +appropriai +appropriaient +appropriais +appropriait +appropriant +approprias +appropriasse +appropriassent +appropriasses +appropriassiez +appropriassions +appropriation +appropriations +approprimes +approprit +approprites +approprie +approprient +approprier +appropriera +approprierai +approprieraient +approprierais +approprierait +approprieras +approprierez +approprieriez +approprierions +approprierons +approprieront +appropries +appropriez +appropri +approprie +appropries +appropris +approprirent +appropriiez +appropriions +approprions +approuva +approuvai +approuvaient +approuvais +approuvait +approuvant +approuvas +approuvasse +approuvassent +approuvasses +approuvassiez +approuvassions +approuvmes +approuvt +approuvtes +approuve +approuvent +approuver +approuvera +approuverai +approuveraient +approuverais +approuverait +approuveras +approuverez +approuveriez +approuverions +approuverons +approuveront +approuves +approuvez +approuv +approuve +approuves +approuvs +approuvrent +approuviez +approuvions +approuvons +approvisionna +approvisionnai +approvisionnaient +approvisionnais +approvisionnait +approvisionnant +approvisionnas +approvisionnasse +approvisionnassent +approvisionnasses +approvisionnassiez +approvisionnassions +approvisionnmes +approvisionnt +approvisionntes +approvisionne +approvisionnement +approvisionnements +approvisionnent +approvisionner +approvisionnera +approvisionnerai +approvisionneraient +approvisionnerais +approvisionnerait +approvisionneras +approvisionnerez +approvisionneriez +approvisionnerions +approvisionnerons +approvisionneront +approvisionnes +approvisionnez +approvisionn +approvisionne +approvisionnes +approvisionns +approvisionnrent +approvisionniez +approvisionnions +approvisionnons +approximatif +approximatifs +approximation +approximations +approximative +approximativement +approximatives +appui +appuie +appuient +appuies +appuis +appuya +appuyai +appuyaient +appuyais +appuyait +appuyant +appuyas +appuyasse +appuyassent +appuyasses +appuyassiez +appuyassions +appuymes +appuyt +appuytes +appuyer +appuyera +appuyerai +appuyeraient +appuyerais +appuyerait +appuyeras +appuyerez +appuyeriez +appuyerions +appuyerons +appuyeront +appuyez +appuy +appuye +appuyes +appuys +appuyrent +appuyiez +appuyions +appuyons +aprs +apte +aptes +aptre +aptres +aptitude +aptitudes +apura +apurai +apuraient +apurais +apurait +apurant +apuras +apurasse +apurassent +apurasses +apurassiez +apurassions +apurmes +apurt +apurtes +apure +apurement +apurements +apurent +apurer +apurera +apurerai +apureraient +apurerais +apurerait +apureras +apurerez +apureriez +apurerions +apurerons +apureront +apures +apurez +apur +apure +apures +apurs +apurrent +apuriez +apurions +apurons +aquafortiste +aquafortistes +aquarelle +aquarelles +aquarelliste +aquarellistes +aquarium +aquariums +aquatique +aquatiques +aqueduc +aqueducs +aqueuse +aqueuses +aqueux +aquifre +aquifree +aquifrees +aquifres +aquilin +aquiline +aquilines +aquilins +aquilon +aquilons +aquitaine +ara +arabe +arabes +arabesque +arabesques +arabie +arabisant +arabisante +arabisantes +arabisants +arable +arables +arachide +arachides +arachnen +arachnenne +arachnennes +arachnens +arachnides +araigne +araignes +araire +araires +aras +arasa +arasai +arasaient +arasais +arasait +arasant +arasas +arasasse +arasassent +arasasses +arasassiez +arasassions +arasmes +arast +arastes +arase +arasement +arasements +arasent +araser +arasera +araserai +araseraient +araserais +araserait +araseras +araserez +araseriez +araserions +araserons +araseront +arases +arasez +aras +arase +arases +arass +arasrent +arasiez +arasions +arasons +aratoire +aratoires +arbaltrier +arbaltriers +arbalte +arbaltes +arbitra +arbitrage +arbitrages +arbitrai +arbitraient +arbitraire +arbitrairement +arbitraires +arbitrais +arbitrait +arbitral +arbitrale +arbitralement +arbitrales +arbitrals +arbitrant +arbitras +arbitrasse +arbitrassent +arbitrasses +arbitrassiez +arbitrassions +arbitrmes +arbitrt +arbitrtes +arbitre +arbitrent +arbitrer +arbitrera +arbitrerai +arbitreraient +arbitrerais +arbitrerait +arbitreras +arbitrerez +arbitreriez +arbitrerions +arbitrerons +arbitreront +arbitres +arbitrez +arbitr +arbitre +arbitres +arbitrs +arbitrrent +arbitriez +arbitrions +arbitrons +arbora +arborai +arboraient +arborais +arborait +arborant +arboras +arborasse +arborassent +arborasses +arborassiez +arborassions +arbormes +arbort +arbortes +arbore +arborent +arborer +arborera +arborerai +arboreraient +arborerais +arborerait +arboreras +arborerez +arboreriez +arborerions +arborerons +arboreront +arbores +arborescent +arborescente +arborescentes +arborescents +arboretum +arboretums +arborez +arbor +arbore +arbores +arbors +arborrent +arboriculture +arboriez +arborions +arborisation +arborisations +arborons +arbouse +arbouses +arbousier +arbousiers +arbre +arbres +arbrisseau +arbrisseaux +arbuste +arbustes +arbustif +arbustifs +arbustive +arbustives +arc +arcade +arcades +arcane +arcanes +arcature +arcatures +arceau +arceaux +archaque +archaques +archasme +archasmes +archange +archanges +arche +archer +archers +arches +archet +archets +archevch +archevchs +archevque +archevques +archologie +archologique +archologiques +archologue +archologues +archtype +archtypes +archidiacre +archidiacres +archiduc +archiduchesse +archiduchesses +archiduch +archiduchs +archiducs +archipiscopal +archipiscopale +archipiscopales +archipiscopals +archipel +archipels +archiprtre +archiprtres +architecte +architectes +architectronique +architectural +architecturale +architecturaux +architecture +architectures +architrave +architraves +archiva +archivage +archivages +archivai +archivaient +archivais +archivait +archivant +archivas +archivasse +archivassent +archivasses +archivassiez +archivassions +archivmes +archivt +archivtes +archive +archivent +archiver +archivera +archiverai +archiveraient +archiverais +archiverait +archiveras +archiverez +archiveriez +archiverions +archiverons +archiveront +archives +archivez +archiv +archive +archives +archivs +archivrent +archiviez +archivions +archiviste +archivistes +archivolte +archivoltes +archivons +archonte +archontes +arcs +arctique +arctiques +aron +arons +ardemment +ardennes +ardent +ardente +ardentes +ardents +ardeur +ardeurs +ardche +ardillion +ardillions +ardoise +ardoises +ardois +ardoise +ardoises +ardoiss +ardoisire +ardoisires +ardu +ardue +ardues +ardus +are +ares +arique +ariques +arnicole +arnicoles +arole +aroles +aromtre +aromtres +aropage +aropages +arne +arnes +arte +artes +artier +artiers +argent +argenta +argentai +argentaient +argentais +argentait +argentan +argentant +argentas +argentasse +argentassent +argentasses +argentassiez +argentassions +argentmes +argentt +argenttes +argente +argentent +argenter +argentera +argenterai +argenteraient +argenterais +argenterait +argenteras +argenterez +argenterie +argenteriez +argenterions +argenterons +argenteront +argentes +argentez +argent +argente +argentes +argents +argentrent +argentier +argentiers +argentiez +argentifre +argentifres +argentin +argentine +argentines +argentins +argentions +argentons +argents +argenture +argentures +argile +argiles +argileuse +argileuses +argileux +argon +argonaute +argonautes +argot +argotique +argotiques +argots +argousin +argousins +argua +arguai +arguaient +arguais +arguait +arguant +arguas +arguasse +arguassent +arguasses +arguassiez +arguassions +argumes +argut +argutes +argue +arguent +arguer +arguera +arguerai +argueraient +arguerais +arguerait +argueras +arguerez +argueriez +arguerions +arguerons +argueront +argues +arguez +argu +argue +argues +argus +argurent +arguiez +arguions +argument +argumenta +argumentai +argumentaient +argumentaire +argumentaires +argumentais +argumentait +argumentant +argumentas +argumentasse +argumentassent +argumentasses +argumentassiez +argumentassions +argumentateur +argumentation +argumentations +argumentmes +argumentt +argumenttes +argumente +argumentent +argumenter +argumentera +argumenterai +argumenteraient +argumenterais +argumenterait +argumenteras +argumenterez +argumenteriez +argumenterions +argumenterons +argumenteront +argumentes +argumentez +argument +argumente +argumentes +arguments +argumentrent +argumentiez +argumentions +argumentons +arguments +arguons +argus +argutie +arguties +aria +ariane +arias +aride +arides +aridit +aridits +ariette +ariettes +aristocrate +aristocrates +aristocratie +aristocraties +aristocratique +aristocratiquement +aristocratiques +aristotlicien +aristotlicienne +aristotliciennes +aristotliciens +arithmticien +arithmticienne +arithmticiennes +arithmticiens +arithmtique +arithmtiques +arlequin +arlequinade +arlequinades +arlequins +arma +armagnac +armagnacs +armai +armaient +armais +armait +armant +armas +armasse +armassent +armasses +armassiez +armassions +armateur +armateurs +armature +armatures +armmes +armt +armtes +arme +armement +armements +arment +armer +armera +armerai +armeraient +armerais +armerait +armeras +armerez +armeriez +armerions +armerons +armeront +armes +armez +arm +arme +armes +armnien +armnienne +armniennes +armniens +arms +armrent +armiez +armions +armistice +armistices +armoire +armoires +armoiries +armoise +armoises +armons +armorial +armorials +armoricain +armoricaine +armoricaines +armoricains +armorique +armure +armurerie +armureries +armures +armurier +armuriers +arnica +aromate +aromates +aromatique +aromatiques +aromatisa +aromatisai +aromatisaient +aromatisais +aromatisait +aromatisant +aromatisas +aromatisasse +aromatisassent +aromatisasses +aromatisassiez +aromatisassions +aromatismes +aromatist +aromatistes +aromatise +aromatisent +aromatiser +aromatisera +aromatiserai +aromatiseraient +aromatiserais +aromatiserait +aromatiseras +aromatiserez +aromatiseriez +aromatiserions +aromatiserons +aromatiseront +aromatises +aromatisez +aromatis +aromatise +aromatises +aromatiss +aromatisrent +aromatisiez +aromatisions +aromatisons +arme +armes +arpent +arpenta +arpentage +arpentages +arpentai +arpentaient +arpentais +arpentait +arpentant +arpentas +arpentasse +arpentassent +arpentasses +arpentassiez +arpentassions +arpentmes +arpentt +arpenttes +arpente +arpentent +arpenter +arpentera +arpenterai +arpenteraient +arpenterais +arpenterait +arpenteras +arpenterez +arpenteriez +arpenterions +arpenterons +arpenteront +arpentes +arpenteur +arpenteurs +arpentez +arpent +arpente +arpentes +arpents +arpentrent +arpentiez +arpentions +arpentons +arpge +arpges +arpte +arptes +arqua +arquai +arquaient +arquais +arquait +arquant +arquas +arquasse +arquassent +arquasses +arquassiez +arquassions +arqumes +arqut +arqutes +arque +arquebuse +arquebuses +arquebusier +arquebusiers +arquent +arquer +arquera +arquerai +arqueraient +arquerais +arquerait +arqueras +arquerez +arqueriez +arquerions +arquerons +arqueront +arques +arquez +arqu +arque +arques +arqus +arqurent +arquiez +arquions +arquons +arracha +arrachage +arrachages +arrachai +arrachaient +arrachais +arrachait +arrachant +arrachas +arrachasse +arrachassent +arrachasses +arrachassiez +arrachassions +arrachmes +arracht +arrachtes +arrache +arrachement +arrachements +arrachent +arracher +arrachera +arracherai +arracheraient +arracherais +arracherait +arracheras +arracherez +arracheriez +arracherions +arracherons +arracheront +arraches +arrachez +arrach +arrache +arraches +arrachs +arrachrent +arrachiez +arrachions +arrachons +arraisonna +arraisonnai +arraisonnaient +arraisonnais +arraisonnait +arraisonnant +arraisonnas +arraisonnasse +arraisonnassent +arraisonnasses +arraisonnassiez +arraisonnassions +arraisonnmes +arraisonnt +arraisonntes +arraisonne +arraisonnement +arraisonnements +arraisonnent +arraisonner +arraisonnera +arraisonnerai +arraisonneraient +arraisonnerais +arraisonnerait +arraisonneras +arraisonnerez +arraisonneriez +arraisonnerions +arraisonnerons +arraisonneront +arraisonnes +arraisonnez +arraisonn +arraisonne +arraisonnes +arraisonns +arraisonnrent +arraisonniez +arraisonnions +arraisonnons +arrange +arrangea +arrangeai +arrangeaient +arrangeais +arrangeait +arrangeant +arrangeante +arrangeantes +arrangeants +arrangeas +arrangeasse +arrangeassent +arrangeasses +arrangeassiez +arrangeassions +arrangemes +arranget +arrangetes +arrangement +arrangements +arrangent +arrangeons +arranger +arrangera +arrangerai +arrangeraient +arrangerais +arrangerait +arrangeras +arrangerez +arrangeriez +arrangerions +arrangerons +arrangeront +arranges +arrangez +arrang +arrange +arranges +arrangs +arrangrent +arrangiez +arrangions +arrestation +arrestations +arrrages +arrt +arrta +arrtai +arrtaient +arrtais +arrtait +arrtant +arrtas +arrtasse +arrtassent +arrtasses +arrtassiez +arrtassions +arrtmes +arrtt +arrttes +arrte +arrtent +arrter +arrtera +arrterai +arrteraient +arrterais +arrterait +arrteras +arrterez +arrteriez +arrterions +arrterons +arrteront +arrtes +arrtez +arrt +arrte +arrtes +arrts +arrtrent +arrtiez +arrtions +arrtoir +arrtoirs +arrtons +arrts +arrhes +arriration +arrirations +arrir +arrire +arrires +arrirs +arrire +arrires +arrima +arrimage +arrimages +arrimai +arrimaient +arrimais +arrimait +arrimant +arrimas +arrimasse +arrimassent +arrimasses +arrimassiez +arrimassions +arrimmes +arrimt +arrimtes +arrime +arriment +arrimer +arrimera +arrimerai +arrimeraient +arrimerais +arrimerait +arrimeras +arrimerez +arrimeriez +arrimerions +arrimerons +arrimeront +arrimes +arrimeur +arrimeurs +arrimez +arrim +arrime +arrimes +arrims +arrimrent +arrimiez +arrimions +arrimons +arriva +arrivage +arrivages +arrivai +arrivaient +arrivais +arrivait +arrivant +arrivante +arrivantes +arrivants +arrivas +arrivasse +arrivassent +arrivasses +arrivassiez +arrivassions +arrivmes +arrivt +arrivtes +arrive +arrivent +arriver +arrivera +arriverai +arriveraient +arriverais +arriverait +arriveras +arriverez +arriveriez +arriverions +arriverons +arriveront +arrives +arrivez +arriv +arrive +arrives +arrivs +arrivrent +arriviez +arrivions +arrivisme +arriviste +arrivistes +arrivons +arrogamment +arrogance +arrogances +arrogant +arrogante +arrogantes +arrogants +arroge +arrogea +arrogeai +arrogeaient +arrogeais +arrogeait +arrogeant +arrogeas +arrogeasse +arrogeassent +arrogeasses +arrogeassiez +arrogeassions +arrogemes +arroget +arrogetes +arrogent +arrogeons +arroger +arrogera +arrogerai +arrogeraient +arrogerais +arrogerait +arrogeras +arrogerez +arrogeriez +arrogerions +arrogerons +arrogeront +arroges +arrogez +arrog +arroge +arroges +arrogs +arrogrent +arrogiez +arrogions +arrondi +arrondie +arrondies +arrondir +arrondira +arrondirai +arrondiraient +arrondirais +arrondirait +arrondiras +arrondirent +arrondirez +arrondiriez +arrondirions +arrondirons +arrondiront +arrondis +arrondissaient +arrondissais +arrondissait +arrondissant +arrondisse +arrondissement +arrondissements +arrondissent +arrondisses +arrondissez +arrondissiez +arrondissions +arrondissons +arrondit +arrondmes +arrondt +arrondtes +arrosa +arrosage +arrosages +arrosai +arrosaient +arrosais +arrosait +arrosant +arrosas +arrosasse +arrosassent +arrosasses +arrosassiez +arrosassions +arrosmes +arrost +arrostes +arrose +arrosent +arroser +arrosera +arroserai +arroseraient +arroserais +arroserait +arroseras +arroserez +arroseriez +arroserions +arroserons +arroseront +arroses +arroseur +arroseurs +arroseuse +arroseuses +arrosez +arros +arrose +arroses +arross +arrosrent +arrosiez +arrosions +arrosoir +arrosoirs +arrosons +arrow +arsenal +arsenaux +arsenic +arsniate +arsniates +arsnieux +arsnique +arsniques +arsouille +arsouilles +art +artefact +artefacts +artriel +artrielle +artrielles +artriels +artriole +artrioles +artriosclrose +artriosclroses +artrite +artsien +artsienne +artsiennes +artsiens +artre +artres +arthrite +arthrites +arthritique +arthritiques +arthritisme +arthropodes +arthrose +arthroses +artichaut +artichauts +article +articles +articula +articulai +articulaient +articulaire +articulaires +articulais +articulait +articulant +articulas +articulasse +articulassent +articulasses +articulassiez +articulassions +articulateur +articulation +articulations +articulmes +articult +articultes +articule +articulent +articuler +articulera +articulerai +articuleraient +articulerais +articulerait +articuleras +articulerez +articuleriez +articulerions +articulerons +articuleront +articules +articulez +articul +articule +articules +articuls +articulrent +articuliez +articulions +articulons +artifice +artifices +artificiel +artificielle +artificiellement +artificielles +artificiels +artificier +artificiers +artificieuse +artificieusement +artificieuses +artificieux +artillerie +artilleur +artilleurs +artimon +artimons +artisan +artisanal +artisanale +artisanales +artisanat +artisanats +artisanaux +artisane +artisanes +artisans +artiste +artistement +artistes +artistique +artistiquement +artistiques +arts +arum +arums +aryen +aryenne +aryennes +aryens +arythmie +as +ascendance +ascendances +ascendant +ascendante +ascendantes +ascendants +ascenseur +ascenseurs +ascension +ascensionnel +ascensionnelle +ascensionnelles +ascensionnels +ascensions +asctique +asctiques +asctisme +ascte +asctes +ascidie +ascidies +asepsie +aseptique +aseptiques +aseptisa +aseptisai +aseptisaient +aseptisais +aseptisait +aseptisant +aseptisas +aseptisasse +aseptisassent +aseptisasses +aseptisassiez +aseptisassions +aseptismes +aseptist +aseptistes +aseptise +aseptisent +aseptiser +aseptisera +aseptiserai +aseptiseraient +aseptiserais +aseptiserait +aseptiseras +aseptiserez +aseptiseriez +aseptiserions +aseptiserons +aseptiseront +aseptises +aseptisez +aseptis +aseptise +aseptises +aseptiss +aseptisrent +aseptisiez +aseptisions +aseptisons +asexu +asexue +asexues +asexus +asiatique +asiatiques +asie +asile +asiles +aspect +aspects +asperge +aspergea +aspergeai +aspergeaient +aspergeais +aspergeait +aspergeant +aspergeas +aspergeasse +aspergeassent +aspergeasses +aspergeassiez +aspergeassions +aspergemes +asperget +aspergetes +aspergent +aspergeons +asperger +aspergera +aspergerai +aspergeraient +aspergerais +aspergerait +aspergeras +aspergerez +aspergeriez +aspergerions +aspergerons +aspergeront +asperges +aspergez +asperg +asperge +asperges +aspergs +aspergrent +aspergiez +aspergions +aspersion +aspersions +asprit +asprits +asphalta +asphaltai +asphaltaient +asphaltais +asphaltait +asphaltant +asphaltas +asphaltasse +asphaltassent +asphaltasses +asphaltassiez +asphaltassions +asphaltmes +asphaltt +asphalttes +asphalte +asphaltent +asphalter +asphaltera +asphalterai +asphalteraient +asphalterais +asphalterait +asphalteras +asphalterez +asphalteriez +asphalterions +asphalterons +asphalteront +asphaltes +asphaltez +asphalt +asphalte +asphaltes +asphalts +asphaltrent +asphaltiez +asphaltions +asphaltons +asphodle +asphodles +asphyxia +asphyxiai +asphyxiaient +asphyxiais +asphyxiait +asphyxiant +asphyxias +asphyxiasse +asphyxiassent +asphyxiasses +asphyxiassiez +asphyxiassions +asphyximes +asphyxit +asphyxites +asphyxie +asphyxient +asphyxier +asphyxiera +asphyxierai +asphyxieraient +asphyxierais +asphyxierait +asphyxieras +asphyxierez +asphyxieriez +asphyxierions +asphyxierons +asphyxieront +asphyxies +asphyxiez +asphyxi +asphyxie +asphyxies +asphyxis +asphyxirent +asphyxiiez +asphyxiions +asphyxions +aspic +aspics +aspira +aspirai +aspiraient +aspirais +aspirait +aspirant +aspirants +aspiras +aspirasse +aspirassent +aspirasses +aspirassiez +aspirassions +aspirateur +aspirateurs +aspiration +aspirations +aspirator +aspirmes +aspirt +aspirtes +aspire +aspirent +aspirer +aspirera +aspirerai +aspireraient +aspirerais +aspirerait +aspireras +aspirerez +aspireriez +aspirerions +aspirerons +aspireront +aspires +aspirez +aspir +aspire +aspires +aspirs +aspirrent +aspiriez +aspirine +aspirines +aspirions +aspirons +assagi +assagie +assagies +assagir +assagira +assagirai +assagiraient +assagirais +assagirait +assagiras +assagirent +assagirez +assagiriez +assagirions +assagirons +assagiront +assagis +assagissaient +assagissais +assagissait +assagissant +assagisse +assagissent +assagisses +assagissez +assagissiez +assagissions +assagissons +assagit +assagmes +assagt +assagtes +assaillaient +assaillais +assaillait +assaillant +assaillante +assaillantes +assaillants +assaille +assaillent +assailles +assaillez +assailli +assaillie +assaillies +assailliez +assaillions +assaillir +assaillira +assaillirai +assailliraient +assaillirais +assaillirait +assailliras +assaillirent +assaillirez +assailliriez +assaillirions +assaillirons +assailliront +assaillis +assaillit +assaillmes +assaillt +assailltes +assaillons +assaini +assainie +assainies +assainir +assainira +assainirai +assainiraient +assainirais +assainirait +assainiras +assainirent +assainirez +assainiriez +assainirions +assainirons +assainiront +assainis +assainissaient +assainissais +assainissait +assainissant +assainisse +assainissement +assainissements +assainissent +assainisses +assainissez +assainissiez +assainissions +assainissons +assainit +assainmes +assaint +assaintes +assaisonna +assaisonnai +assaisonnaient +assaisonnais +assaisonnait +assaisonnant +assaisonnas +assaisonnasse +assaisonnassent +assaisonnasses +assaisonnassiez +assaisonnassions +assaisonnmes +assaisonnt +assaisonntes +assaisonne +assaisonnement +assaisonnements +assaisonnent +assaisonner +assaisonnera +assaisonnerai +assaisonneraient +assaisonnerais +assaisonnerait +assaisonneras +assaisonnerez +assaisonneriez +assaisonnerions +assaisonnerons +assaisonneront +assaisonnes +assaisonnez +assaisonn +assaisonne +assaisonnes +assaisonns +assaisonnrent +assaisonniez +assaisonnions +assaisonnons +assassin +assassina +assassinai +assassinaient +assassinais +assassinait +assassinant +assassinas +assassinasse +assassinassent +assassinasses +assassinassiez +assassinassions +assassinat +assassinats +assassinmes +assassint +assassintes +assassine +assassinent +assassiner +assassinera +assassinerai +assassineraient +assassinerais +assassinerait +assassineras +assassinerez +assassineriez +assassinerions +assassinerons +assassineront +assassines +assassinez +assassin +assassine +assassines +assassins +assassinrent +assassiniez +assassinions +assassinons +assassins +assaut +assauts +assembla +assemblage +assemblages +assemblai +assemblaient +assemblais +assemblait +assemblant +assemblas +assemblasse +assemblassent +assemblasses +assemblassiez +assemblassions +assemblmes +assemblt +assembltes +assemble +assemblent +assembler +assemblera +assemblerai +assembleraient +assemblerais +assemblerait +assembleras +assemblerez +assembleriez +assemblerions +assemblerons +assembleront +assembles +assembleur +assembleurs +assemblez +assembl +assemble +assembles +assembls +assemblrent +assembliez +assemblions +assemblons +assena +assenai +assenaient +assenais +assenait +assenant +assenas +assenasse +assenassent +assenasses +assenassiez +assenassions +assenmes +assent +assentes +assener +assenez +assen +assene +assenes +assens +assenrent +asseniez +assenions +assenons +assentiment +assentiments +asseoir +asserment +assermente +assermentes +asserments +assertion +assertions +asservi +asservie +asservies +asservir +asservira +asservirai +asserviraient +asservirais +asservirait +asserviras +asservirent +asservirez +asserviriez +asservirions +asservirons +asserviront +asservis +asservissaient +asservissais +asservissait +asservissant +asservisse +asservissement +asservissements +asservissent +asservisses +asservisseur +asservisseurs +asservissez +asservissiez +asservissions +asservissons +asservit +asservmes +asservt +asservtes +assesseur +assesseurs +asseyaient +asseyais +asseyait +asseyant +asseye +asseyent +asseyera +asseyerai +asseyeraient +asseyerais +asseyerait +asseyeras +asseyerez +asseyeriez +asseyerions +asseyerons +asseyeront +asseyes +asseyez +asseyiez +asseyions +asseyons +assez +asscha +asschai +asschaient +asschais +asschait +asschant +asschas +asschasse +asschassent +asschasses +asschassiez +asschassions +asschmes +asscht +asschtes +asschement +asschements +asscher +asschera +asscherai +asscheraient +asscherais +asscherait +asscheras +asscherez +asscheriez +asscherions +asscherons +asscheront +asschez +assch +assche +assches +asschs +asschrent +asschiez +asschions +asschons +assna +assnai +assnaient +assnais +assnait +assnant +assnas +assnasse +assnassent +assnasses +assnassiez +assnassions +assnmes +assnt +assntes +assner +assnera +assnerai +assneraient +assnerais +assnerait +assneras +assnerez +assneriez +assnerions +assnerons +assneront +assnez +assn +assne +assnes +assns +assnrent +assniez +assnions +assnons +assche +asschement +asschements +asschent +assches +assne +assnent +assnera +assnerai +assneraient +assnerais +assnerait +assneras +assnerez +assneriez +assnerions +assnerons +assneront +assnes +assidu +assidue +assidues +assiduit +assidus +assidment +assied +assieds +assiette +assiettes +assiette +assiettes +assigea +assigeai +assigeaient +assigeais +assigeait +assigeas +assigeasse +assigeassent +assigeasses +assigeassiez +assigeassions +assigemes +assiget +assigetes +assigeons +assiger +assigera +assigerai +assigeraient +assigerais +assigerait +assigeras +assigerez +assigeriez +assigerions +assigerons +assigeront +assigez +assig +assige +assiges +assigs +assigrent +assigiez +assigions +assige +assigent +assiges +assigna +assignai +assignaient +assignais +assignait +assignant +assignas +assignasse +assignassent +assignasses +assignassiez +assignassions +assignat +assignation +assignations +assignmes +assignt +assigntes +assigne +assignent +assigner +assignera +assignerai +assigneraient +assignerais +assignerait +assigneras +assignerez +assigneriez +assignerions +assignerons +assigneront +assignes +assignez +assign +assigne +assignes +assigns +assignrent +assigniez +assignions +assignons +assimila +assimilai +assimilaient +assimilais +assimilait +assimilant +assimilas +assimilasse +assimilassent +assimilasses +assimilassiez +assimilassions +assimilation +assimilations +assimilmes +assimilt +assimiltes +assimile +assimilent +assimiler +assimilera +assimilerai +assimileraient +assimilerais +assimilerait +assimileras +assimilerez +assimileriez +assimilerions +assimilerons +assimileront +assimiles +assimilez +assimil +assimile +assimiles +assimils +assimilrent +assimiliez +assimilions +assimilons +assirent +assis +assise +assises +assista +assistai +assistaient +assistais +assistait +assistance +assistances +assistant +assistante +assistantes +assistants +assistas +assistasse +assistassent +assistasses +assistassiez +assistassions +assistmes +assistt +assisttes +assiste +assistent +assister +assistera +assisterai +assisteraient +assisterais +assisterait +assisteras +assisterez +assisteriez +assisterions +assisterons +assisteront +assistes +assistez +assist +assiste +assistes +assists +assistrent +assistiez +assistions +assistons +assmes +asst +asstes +associa +associai +associaient +associais +associait +associant +associas +associasse +associassent +associasses +associassiez +associassions +associatif +associatifs +association +associations +associative +associatives +associmes +associt +assocites +associe +associent +associer +associera +associerai +associeraient +associerais +associerait +associeras +associerez +associeriez +associerions +associerons +associeront +associes +associez +associ +associe +associes +associs +associrent +associiez +associions +associons +assoie +assoient +assoiffa +assoiffai +assoiffaient +assoiffais +assoiffait +assoiffant +assoiffas +assoiffasse +assoiffassent +assoiffasses +assoiffassiez +assoiffassions +assoiffmes +assoifft +assoifftes +assoiffe +assoiffent +assoiffes +assoiffez +assoiff +assoiffe +assoiffes +assoiffs +assoiffrent +assoiffiez +assoiffions +assoiffons +assoira +assoirai +assoiraient +assoirais +assoirait +assoiras +assoirez +assoiriez +assoirions +assoirons +assoiront +assois +assoit +assola +assolai +assolaient +assolais +assolait +assolant +assolas +assolasse +assolassent +assolasses +assolassiez +assolassions +assolmes +assolt +assoltes +assole +assolement +assolent +assoler +assolera +assolerai +assoleraient +assolerais +assolerait +assoleras +assolerez +assoleriez +assolerions +assolerons +assoleront +assoles +assolez +assol +assole +assoles +assols +assolrent +assoliez +assolions +assolons +assombri +assombrie +assombries +assombrir +assombrira +assombrirai +assombriraient +assombrirais +assombrirait +assombriras +assombrirent +assombrirez +assombririez +assombririons +assombrirons +assombriront +assombris +assombrissaient +assombrissais +assombrissait +assombrissant +assombrisse +assombrissent +assombrisses +assombrissez +assombrissiez +assombrissions +assombrissons +assombrit +assombrmes +assombrt +assombrtes +assomma +assommai +assommaient +assommais +assommait +assommant +assommante +assommantes +assommants +assommas +assommasse +assommassent +assommasses +assommassiez +assommassions +assommmes +assommt +assommtes +assomme +assomment +assommer +assommera +assommerai +assommeraient +assommerais +assommerait +assommeras +assommerez +assommeriez +assommerions +assommerons +assommeront +assommes +assommez +assomm +assomme +assommes +assomms +assommrent +assommiez +assommions +assommoir +assommoirs +assommons +assomption +assonance +assonances +assorti +assortie +assorties +assortiment +assortiments +assortir +assortira +assortirai +assortiraient +assortirais +assortirait +assortiras +assortirent +assortirez +assortiriez +assortirions +assortirons +assortiront +assortis +assortissaient +assortissais +assortissait +assortissant +assortisse +assortissent +assortisses +assortissez +assortissiez +assortissions +assortissons +assortit +assortmes +assortt +assorttes +assoupi +assoupie +assoupies +assoupir +assoupira +assoupirai +assoupiraient +assoupirais +assoupirait +assoupiras +assoupirent +assoupirez +assoupiriez +assoupirions +assoupirons +assoupiront +assoupis +assoupissaient +assoupissais +assoupissait +assoupissant +assoupisse +assoupissement +assoupissements +assoupissent +assoupisses +assoupissez +assoupissiez +assoupissions +assoupissons +assoupit +assoupmes +assoupt +assouptes +assoupli +assouplie +assouplies +assouplir +assouplira +assouplirai +assoupliraient +assouplirais +assouplirait +assoupliras +assouplirent +assouplirez +assoupliriez +assouplirions +assouplirons +assoupliront +assouplis +assouplissaient +assouplissais +assouplissait +assouplissant +assouplisse +assouplissement +assouplissements +assouplissent +assouplisses +assouplissez +assouplissiez +assouplissions +assouplissons +assouplit +assouplmes +assouplt +assoupltes +assourdi +assourdie +assourdies +assourdir +assourdira +assourdirai +assourdiraient +assourdirais +assourdirait +assourdiras +assourdirent +assourdirez +assourdiriez +assourdirions +assourdirons +assourdirony +assourdis +assourdissaient +assourdissais +assourdissait +assourdissant +assourdisse +assourdissement +assourdissements +assourdissent +assourdisses +assourdissez +assourdissiez +assourdissions +assourdissons +assourdit +assourdmes +assourdt +assourdtes +assouvi +assouvie +assouvies +assouvir +assouvira +assouvirai +assouviraient +assouvirais +assouvirait +assouviras +assouvirent +assouvires +assouvirez +assouviriez +assouvirions +assouvirons +assouviront +assouvis +assouvissaient +assouvissais +assouvissait +assouvissant +assouvisse +assouvissement +assouvissements +assouvissent +assouvisses +assouvissez +assouvissiez +assouvissions +assouvissons +assouvit +assouvmes +assouvt +assouvtes +assoyant +assoyez +assoyiez +assoyions +assoyons +assujetti +assujettie +assujetties +assujettir +assujettira +assujettirai +assujettiraient +assujettirais +assujettirait +assujettiras +assujettirent +assujettirez +assujettiriez +assujettirions +assujettirons +assujettiront +assujettis +assujettissaient +assujettissais +assujettissait +assujettissant +assujettisse +assujettissement +assujettissements +assujettissent +assujettisses +assujettissez +assujettissiez +assujettissions +assujettissons +assujettit +assujettmes +assujettt +assujetttes +assuma +assumai +assumaient +assumais +assumait +assumant +assumas +assumasse +assumassent +assumasses +assumassiez +assumassions +assummes +assumt +assumtes +assume +assument +assumer +assumera +assumerai +assumeraient +assumerais +assumerait +assumeras +assumerez +assumeriez +assumerions +assumerons +assumeront +assumes +assumez +assum +assume +assumes +assums +assumrent +assumiez +assumions +assumons +assura +assurai +assuraient +assurais +assurait +assurance +assurances +assurant +assuras +assurasse +assurassent +assurasses +assurassiez +assurassions +assurmes +assurt +assurtes +assure +assurement +assurent +assurer +assurera +assurerai +assureraient +assurerais +assurerait +assureras +assurerez +assureriez +assurerions +assurerons +assureront +assures +assureur +assureurs +assurez +assur +assure +assures +assurment +assurs +assurrent +assuriez +assurions +assurons +assyrie +assyrien +assyrienne +assyriennes +assyriens +assyriologue +assyriologues +aster +asters +astrie +astries +astrisque +astrisques +astrode +astrodes +asthnie +asthnique +asthniques +asthmatique +asthmatiques +asthme +asthmes +asticot +asticota +asticotai +asticotaient +asticotais +asticotait +asticotant +asticotas +asticotasse +asticotassent +asticotasses +asticotassiez +asticotassions +asticotmes +asticott +asticottes +asticote +asticotent +asticoter +asticotera +asticoterai +asticoteraient +asticoterais +asticoterait +asticoteras +asticoterez +asticoteriez +asticoterions +asticoterons +asticoteront +asticotes +asticotez +asticot +asticote +asticotes +asticots +asticotrent +asticotiez +asticotions +asticotons +asticots +astigmate +astigmates +astigmatisme +astiqua +astiquai +astiquaient +astiquais +astiquait +astiquant +astiquas +astiquasse +astiquassent +astiquasses +astiquassiez +astiquassions +astiqumes +astiqut +astiqutes +astique +astiquent +astiquer +astiquera +astiquerai +astiqueraient +astiquerais +astiquerait +astiqueras +astiquerez +astiqueriez +astiquerions +astiquerons +astiqueront +astiques +astiquez +astiqu +astique +astiques +astiqus +astiqurent +astiquiez +astiquions +astiquons +astrakan +astral +astrale +astrales +astraux +astre +astreignaient +astreignais +astreignait +astreignant +astreigne +astreignent +astreignes +astreignez +astreigniez +astreignions +astreignis +astreignissaient +astreignissais +astreignissait +astreignisse +astreignisses +astreignissez +astreignissiez +astreignissions +astreignissons +astreignit +astreignmes +astreignt +astreigntes +astreignons +astreindra +astreindrai +astreindraient +astreindrais +astreindrait +astreindras +astreindre +astreindrez +astreindriez +astreindrions +astreindrons +astreindront +astreins +astreint +astreinte +astreintes +astreints +astres +astringence +astringences +astringent +astringente +astringentes +astringents +astrolabe +astrolabes +astrologie +astrologiques +astrologue +astrologues +astronaute +astronautes +astronautique +astronautiques +astronef +astronefs +astronome +astronomes +astronomie +astronomique +astronomiquement +astronomiques +astrophysique +astuce +astuces +astucieuse +astucieusement +astucieuses +astucieux +asymtrie +asymtrique +asymtriques +asymptomatique +asymptomatiques +asynchrone +asynchrones +atavique +ataviques +atavisme +atelier +ateliers +atemporalit +atermoie +atermoiements +atermoient +atermoiera +atermoierai +atermoieraient +atermoierait +atermoieras +atermoierez +atermoieriez +atermoierions +atermoierons +atermoieront +atermoies +atermoya +atermoyai +atermoyaient +atermoyais +atermoyait +atermoyant +atermoyas +atermoyasse +atermoyassent +atermoyasses +atermoyassiez +atermoyassions +atermoymes +atermoyt +atermoytes +atermoyer +atermoyez +atermoy +atermoye +atermoyes +atermoys +atermoyrent +atermoyiez +atermoyions +atermoyons +athe +athes +athisme +athnes +athltique +athltiques +athltisme +athlte +athltes +atlantique +atlantiques +atlas +atmosphrique +atmosphriques +atmosphre +atmosphres +atoll +atolls +atome +atomes +atomique +atomiques +atomisa +atomisai +atomisaient +atomisais +atomisait +atomisant +atomisas +atomisasse +atomisassent +atomisasses +atomisassiez +atomisassions +atomismes +atomist +atomistes +atomise +atomisent +atomiser +atomisera +atomiserai +atomiseraient +atomiserais +atomiserait +atomiseras +atomiserez +atomiseriez +atomiserions +atomiserons +atomiseront +atomises +atomiseur +atomiseurs +atomisez +atomis +atomise +atomises +atomiss +atomisrent +atomisiez +atomisions +atomisons +atomiste +atomistes +atonal +atonale +atonales +atonalit +atonalits +atonaux +atone +atones +atonie +atopie +atopique +atours +atout +atouts +atroce +atrocement +atroces +atrocit +atrocits +atrophia +atrophiai +atrophiaient +atrophiais +atrophiait +atrophiant +atrophias +atrophiasse +atrophiassent +atrophiasses +atrophiassiez +atrophiassions +atrophimes +atrophit +atrophites +atrophie +atrophient +atrophier +atrophiera +atrophierai +atrophieraient +atrophierais +atrophierait +atrophieras +atrophierez +atrophieriez +atrophierions +atrophierons +atrophieront +atrophies +atrophiez +atrophi +atrophie +atrophies +atrophis +atrophirent +atrophiiez +atrophiions +atrophions +atropine +attabla +attablai +attablaient +attablais +attablait +attablant +attablas +attablasse +attablassent +attablasses +attablassiez +attablassions +attablmes +attablt +attabltes +attable +attablent +attabler +attablera +attablerai +attableraient +attablerais +attablerait +attableras +attablerez +attableriez +attablerions +attablerons +attableront +attables +attablez +attabl +attable +attables +attabls +attablrent +attabliez +attablions +attablons +attacha +attachai +attachaient +attachais +attachait +attachant +attachante +attachas +attachasse +attachassent +attachasses +attachassiez +attachassions +attachmes +attacht +attachtes +attache +attachement +attachements +attachent +attacher +attachera +attacherai +attacheraient +attacherais +attacherait +attacheras +attacherez +attacheriez +attacherions +attacherons +attacheront +attaches +attachez +attach +attache +attaches +attachs +attachrent +attachiez +attachions +attachons +attaqua +attaquai +attaquaient +attaquais +attaquait +attaquant +attaquas +attaquasse +attaquassent +attaquasses +attaquassiez +attaquassions +attaqumes +attaqut +attaqutes +attaque +attaquent +attaquer +attaquera +attaquerai +attaqueraient +attaquerais +attaquerait +attaqueras +attaquerez +attaqueriez +attaquerions +attaquerons +attaqueront +attaques +attaquez +attaqu +attaque +attaques +attaqus +attaqurent +attaquiez +attaquions +attaquons +attarda +attardai +attardaient +attardais +attardait +attardant +attardas +attardasse +attardassent +attardasses +attardassiez +attardassions +attardmes +attardt +attardtes +attarde +attardent +attarder +attardera +attarderai +attarderaient +attarderais +attarderait +attarderas +attarderez +attarderiez +attarderions +attarderons +attarderont +attardes +attardez +attard +attarde +attardes +attards +attardrent +attardiez +attardions +attardons +atteignait +atteignant +atteigne +atteignent +atteignirent +atteignit +atteindraient +atteindrait +atteindre +atteint +atteinte +atteintes +atteints +attela +attelage +attelages +attelai +attelaient +attelais +attelait +attelant +attelas +attelasse +attelassent +attelasses +attelassiez +attelassions +attelmes +attelt +atteltes +atteler +attelez +attel +attele +atteles +attels +attelrent +atteliez +attelions +attelle +attellent +attellera +attellerai +attelleraient +attellerais +attellerait +attelleras +attellerez +attelleriez +attellerions +attellerons +attelleront +attelles +attelons +attenant +attenante +attenantes +attenants +attend +attendaient +attendais +attendait +attendant +attendante +attendantes +attendants +attendent +attendez +attendions +attendis +attendit +attendons +attendra +attendrai +attendraient +attendrais +attendrait +attendras +attendre +attendrent +attendrez +attendri +attendrie +attendries +attendriez +attendrions +attendrir +attendrira +attendrirai +attendriraient +attendrirais +attendrirait +attendriras +attendrirent +attendrirez +attendririez +attendririons +attendrirons +attendriront +attendris +attendrissaient +attendrissais +attendrissait +attendrissant +attendrissante +attendrissantes +attendrissants +attendrisse +attendrissement +attendrissements +attendrissent +attendrisses +attendrisseur +attendrisseurs +attendrissez +attendrissiez +attendrissions +attendrissons +attendrit +attendrmes +attendrt +attendrtes +attendrons +attends +attendu +attendue +attendues +attendus +attenta +attentai +attentaient +attentais +attentait +attentant +attentas +attentasse +attentassent +attentasses +attentassiez +attentassions +attentat +attentats +attentmes +attentt +attenttes +attente +attentent +attenter +attentera +attenterai +attenteraient +attenterais +attenterait +attenteras +attenterez +attenteriez +attenterions +attenterons +attenteront +attentes +attentez +attent +attente +attentes +attents +attentrent +attentiez +attentif +attentifs +attention +attentionn +attentionne +attentionnes +attentionns +attentions +attentiste +attentistes +attentive +attentivement +attentives +attentons +atterra +atterrai +atterraient +atterrais +atterrait +atterrant +atterras +atterrasse +atterrassent +atterrasses +atterrassiez +atterrassions +atterrmes +atterrt +atterrtes +atterre +atterrent +atterrer +atterrera +atterrerai +atterreraient +atterrerais +atterrerait +atterreras +atterrerez +atterreriez +atterrerions +atterrerons +atterreront +atterres +atterrez +atterr +atterre +atterres +atterrs +atterrrent +atterri +atterrie +atterries +atterriez +atterrions +atterrir +atterrira +atterrirai +atterriraient +atterrirais +atterrirait +atterriras +atterrirent +atterrirez +atterririez +atterririons +atterrirons +atterriront +atterris +atterrissage +atterrissages +atterrissaient +atterrissais +atterrissait +atterrissant +atterrisse +atterrissement +atterrissements +atterrissent +atterrisses +atterrissez +atterrissiez +atterrissions +atterrissons +atterrit +atterrmes +atterrt +atterrtes +atterrons +attesta +attestai +attestaient +attestais +attestait +attestant +attestas +attestasse +attestassent +attestasses +attestassiez +attestassions +attestation +attestations +attestmes +attestt +attesttes +atteste +attestent +attester +attestera +attesterai +attesteraient +attesterais +attesterait +attesteras +attesterez +attesteriez +attesterions +attesterons +attesteront +attestes +attestez +attest +atteste +attestes +attests +attestrent +attestiez +attestions +attestons +attnua +attnuai +attnuaient +attnuais +attnuait +attnuant +attnuante +attnuantes +attnuants +attnuas +attnuasse +attnuassent +attnuasses +attnuassiez +attnuassions +attnuation +attnuations +attnumes +attnut +attnutes +attnue +attnuent +attnuer +attnuera +attnuerai +attnueraient +attnuerais +attnuerait +attnueras +attnuerez +attnueriez +attnuerions +attnuerons +attnueront +attnues +attnuez +attnu +attnue +attnues +attnus +attnurent +attnuiez +attnuions +attnuons +attifa +attifai +attifaient +attifais +attifait +attifant +attifas +attifasse +attifassent +attifasses +attifassiez +attifassions +attifmes +attift +attiftes +attife +attifent +attifer +attifera +attiferai +attiferaient +attiferais +attiferait +attiferas +attiferez +attiferiez +attiferions +attiferons +attiferont +attifes +attifez +attif +attife +attifes +attifs +attifrent +attifiez +attifions +attifons +attique +attiques +attira +attirai +attiraient +attirail +attirais +attirait +attirance +attirant +attirante +attirantes +attirants +attiras +attirasse +attirassent +attirasses +attirassiez +attirassions +attirmes +attirt +attirtes +attire +attirent +attirer +attirera +attirerai +attireraient +attirerais +attirerait +attireras +attirerez +attireriez +attirerions +attirerons +attireront +attires +attirez +attir +attire +attires +attirs +attirrent +attiriez +attirions +attirons +attisa +attisai +attisaient +attisais +attisait +attisant +attisas +attisasse +attisassent +attisasses +attisassiez +attisassions +attismes +attist +attistes +attise +attisent +attiser +attisera +attiserai +attiseraient +attiserais +attiserait +attiseras +attiserez +attiseriez +attiserions +attiserons +attiseront +attises +attisez +attis +attise +attises +attiss +attisrent +attisiez +attisions +attisons +attitr +attitre +attitres +attitrs +attitude +attitudes +attouchement +attouchements +attractif +attractifs +attraction +attractions +attractive +attractives +attrait +attraits +attrapa +attrapai +attrapaient +attrapais +attrapait +attrapant +attrapas +attrapasse +attrapassent +attrapasses +attrapassiez +attrapassions +attrapmes +attrapt +attraptes +attrape +attrapent +attraper +attrapera +attraperai +attraperaient +attraperais +attraperait +attraperas +attraperez +attraperiez +attraperions +attraperons +attraperont +attrapes +attrapez +attrap +attrape +attrapes +attraps +attraprent +attrapiez +attrapions +attrapons +attrayant +attrayante +attrayantes +attrayants +attribua +attribuai +attribuaient +attribuais +attribuait +attribuant +attribuas +attribuasse +attribuassent +attribuasses +attribuassiez +attribuassions +attribumes +attribut +attributes +attribue +attribuent +attribuer +attribuera +attribuerai +attribueraient +attribuerais +attribuerait +attribueras +attribuerez +attribueriez +attribuerions +attribuerons +attribueront +attribues +attribuez +attribu +attribue +attribues +attribus +attriburent +attribuiez +attribuions +attribuons +attribut +attribution +attributions +attributs +attrista +attristai +attristaient +attristais +attristait +attristant +attristas +attristasse +attristassent +attristasses +attristassiez +attristassions +attristmes +attristt +attristtes +attriste +attristent +attrister +attristera +attristerai +attristeraient +attristerais +attristerait +attristeras +attristerez +attristeriez +attristerions +attristerons +attristeront +attristes +attristez +attrist +attriste +attristes +attrists +attristrent +attristiez +attristions +attristons +attroupa +attroupai +attroupaient +attroupais +attroupait +attroupant +attroupas +attroupasse +attroupassent +attroupasses +attroupassiez +attroupassions +attroupmes +attroupt +attrouptes +attroupe +attroupement +attroupements +attroupent +attrouper +attroupera +attrouperai +attrouperaient +attrouperais +attrouperait +attrouperas +attrouperez +attrouperiez +attrouperions +attrouperons +attrouperont +attroupes +attroupez +attroup +attroupe +attroupes +attroups +attrouprent +attroupiez +attroupions +attroupons +atypique +atypiques +au +aubade +aubades +aubaine +aubaines +aube +auberge +auberges +aubergine +aubergines +aubergiste +aubergistes +aubes +aubpine +aubpines +aubier +auburn +aucun +aucune +aucunement +audace +audaces +audacieuse +audacieusement +audacieuses +audacieux +audible +audibles +audience +audiences +audio +audiovisuel +audiovisuelle +audiovisuelles +audiovisuels +auditeur +auditeurs +auditif +auditifs +audition +auditionna +auditionnai +auditionnaient +auditionnais +auditionnait +auditionnant +auditionnas +auditionnasse +auditionnassent +auditionnasses +auditionnassiez +auditionnassions +auditionnmes +auditionnt +auditionntes +auditionne +auditionnent +auditionner +auditionnera +auditionnerai +auditionneraient +auditionnerais +auditionnerait +auditionneras +auditionnerez +auditionneriez +auditionnerions +auditionnerons +auditionneront +auditionnes +auditionnez +auditionn +auditionne +auditionnes +auditionns +auditionnrent +auditionniez +auditionnions +auditionnons +auditions +auditive +auditives +auditoire +auditoires +auditorium +auditoriums +auditrice +auditrices +auge +auges +augmenta +augmentai +augmentaient +augmentais +augmentait +augmentant +augmentas +augmentasse +augmentassent +augmentasses +augmentassiez +augmentassions +augmentation +augmentations +augmentmes +augmentt +augmenttes +augmente +augmentent +augmenter +augmentera +augmenterai +augmenteraient +augmenterais +augmenterait +augmenteras +augmenterez +augmenteriez +augmenterions +augmenterons +augmenteront +augmentes +augmentez +augment +augmente +augmentes +augments +augmentrent +augmentiez +augmentions +augmentons +augura +augurai +auguraient +augurais +augurait +augurant +auguras +augurasse +augurassent +augurasses +augurassiez +augurassions +augurmes +augurt +augurtes +augure +augurent +augurer +augurera +augurerai +augureraient +augurerais +augurerait +augureras +augurerez +augureriez +augurerions +augurerons +augureront +augures +augurez +augur +augure +augures +augurs +augurrent +auguriez +augurions +augurons +auguste +augustes +augustin +augustine +augustines +augustinien +augustinienne +augustiniennes +augustiniens +augustins +aujourd +aulne +aulnes +aulx +aumne +aumnes +aumnier +aumniers +aumnire +aumnires +aune +aunes +aune +aunes +auparavant +auprs +auquel +auquelle +aura +aurai +auraient +aurais +aurait +auras +aurez +aurola +aurolai +aurolaient +aurolais +aurolait +aurolant +aurolas +aurolasse +aurolassent +aurolasses +aurolassiez +aurolassions +aurolmes +aurolt +auroltes +aurole +aurolent +auroler +aurolera +aurolerai +auroleraient +aurolerais +aurolerait +auroleras +aurolerez +auroleriez +aurolerions +aurolerons +auroleront +auroles +aurolez +aurol +aurole +auroles +aurols +aurolrent +auroliez +aurolions +aurolons +auriculaire +auriculaires +auriez +aurifre +aurifres +aurifia +aurifiai +aurifiaient +aurifiais +aurifiait +aurifiant +aurifias +aurifiasse +aurifiassent +aurifiasses +aurifiassiez +aurifiassions +aurifimes +aurifit +aurifites +aurifie +aurifient +aurifier +aurifiera +aurifierai +aurifieraient +aurifierait +aurifieras +aurifierez +aurifieriez +aurifierions +aurifierons +aurifieront +aurifies +aurifiez +aurifi +aurifie +aurifies +aurifis +aurifirent +aurifiiez +aurifiions +aurifions +aurige +auriges +aurions +aurochs +aurons +auront +aurore +aurores +ausculta +auscultai +auscultaient +auscultais +auscultait +auscultant +auscultas +auscultasse +auscultassent +auscultasses +auscultassiez +auscultassions +auscultation +auscultations +auscultmes +auscultt +ausculttes +ausculte +auscultent +ausculter +auscultera +ausculterai +ausculteraient +ausculterais +ausculterait +ausculteras +ausculterez +ausculteriez +ausculterions +ausculterons +ausculteront +auscultes +auscultez +auscult +ausculte +auscultes +auscults +auscultrent +auscultiez +auscultions +auscultons +auspices +aussi +aussitt +austerlitz +austrit +austrits +austre +austrement +austres +austral +australe +australes +australie +australien +australienne +australiennes +australiens +australs +austraux +autan +autans +autant +autarcie +autarcies +autel +autels +auteur +auteurs +authenticit +authenticits +authentifia +authentifiai +authentifiaient +authentifiais +authentifiait +authentifiant +authentifias +authentifiasse +authentifiassent +authentifiasses +authentifiassiez +authentifiassions +authentifimes +authentifit +authentifites +authentifie +authentifient +authentifier +authentifiera +authentifierai +authentifieraient +authentifierais +authentifierait +authentifieras +authentifierez +authentifieriez +authentifierions +authentifierons +authentifieront +authentifies +authentifiez +authentifi +authentifie +authentifies +authentifis +authentifirent +authentifiiez +authentifiions +authentifions +authentiqua +authentiquai +authentiquaient +authentiquais +authentiquait +authentiquant +authentiquas +authentiquasse +authentiquassent +authentiquasses +authentiquassiez +authentiquassions +authentiqumes +authentiqut +authentiqutes +authentique +authentiquement +authentiquent +authentiquer +authentiquera +authentiquerai +authentiqueraient +authentiquerais +authentiquerait +authentiqueras +authentiquerez +authentiqueriez +authentiquerions +authentiquerons +authentiqueront +authentiques +authentiquez +authentiqu +authentique +authentiques +authentiqus +authentiqurent +authentiquiez +authentiquions +authentiquons +autisme +autismes +auto +autobiographie +autobiographies +autobus +autocar +autocars +autochenille +autochenilles +autochtone +autochtones +autoclave +autoclaves +autocollant +autocollante +autocollantes +autocollants +autocrate +autocrates +autocratie +autocratique +autocratiquement +autocratiques +autodaf +autodtermination +autodterminations +autodidacte +autodidactes +autogestion +autogestions +autogr +autogre +autogres +autogrs +autogne +autognes +autographe +autographes +automate +automates +automation +automations +automatique +automatiquement +automatiques +automatisa +automatisai +automatisaient +automatisais +automatisait +automatisant +automatisas +automatisasse +automatisassent +automatisasses +automatisassiez +automatisassions +automatisation +automatisations +automatismes +automatist +automatistes +automatise +automatisent +automatiser +automatisera +automatiserai +automatiseraient +automatiserais +automatiserait +automatiseras +automatiserez +automatiseriez +automatiserions +automatiserons +automatiseront +automatises +automatisez +automatis +automatise +automatises +automatiss +automatisrent +automatisiez +automatisions +automatisme +automatisons +automitrailleuse +automitrailleuses +automnal +automnale +automnales +automnaux +automne +automnes +automobile +automobiles +automobiliste +automobilistes +automoteur +automoteurs +automotrice +automotrices +autonome +autonomes +autonomie +autonomies +autoportrait +autoportraits +autoprogrammation +autoprogrammations +autopropulsion +autopropulsions +autopsie +autopsies +autorail +autorails +autorisa +autorisai +autorisaient +autorisais +autorisait +autorisant +autorisas +autorisasse +autorisassent +autorisasses +autorisassiez +autorisassions +autorisation +autorisations +autorismes +autorist +autoristes +autorise +autorisent +autoriser +autorisera +autoriserai +autoriseraient +autoriserais +autoriserait +autoriseras +autoriserez +autoriseriez +autoriserions +autoriserons +autoriseront +autorises +autorisez +autoris +autorise +autorises +autoriss +autorisrent +autorisiez +autorisions +autorisons +autoritaire +autoritaires +autoritarisme +autorit +autorits +autoroute +autoroutes +autoroutire +autoroutires +autos +autosuggestion +autosuggestions +autour +autours +autre +autrefois +autrement +autres +autriche +autrichien +autrichienne +autrichiennes +autrichiens +autruche +autruches +autrui +auvent +auvents +auvergnat +auvergnate +auvergnates +auvergnats +aux +auxiliaire +auxiliairement +auxiliaires +auxquelles +auxquels +avachi +avachie +avachies +avachir +avachira +avachirai +avachiraient +avachirais +avachirait +avachiras +avachirent +avachirez +avachiriez +avachirions +avachirons +avachiront +avachis +avachissaient +avachissais +avachissait +avachissant +avachisse +avachissement +avachissements +avachissent +avachisses +avachissez +avachissiez +avachissions +avachissons +avachit +avachmes +avacht +avachtes +avaient +avaiente +avais +avait +aval +avala +avalai +avalaient +avalais +avalait +avalanche +avalanches +avalant +avalas +avalasse +avalassent +avalasses +avalassiez +avalassions +avalmes +avalt +avaltes +avale +avalent +avaler +avalera +avalerai +avaleraient +avalerais +avalerait +avaleras +avalerez +avaleriez +avalerions +avalerons +avaleront +avales +avalez +aval +avale +avales +avals +avalrent +avaliez +avalions +avalisa +avalisai +avalisaient +avalisais +avalisait +avalisant +avalisas +avalisasse +avalisassent +avalisasses +avalisassiez +avalisassions +avalismes +avalist +avalistes +avalise +avalisent +avaliser +avalisera +avaliserai +avaliseraient +avaliserais +avaliserait +avaliseras +avaliserez +avaliseriez +avaliserions +avaliserons +avaliseront +avalises +avalisez +avalis +avalise +avalises +avaliss +avalisrent +avalisiez +avalisions +avalisons +avalons +avals +avance +avancement +avancements +avancent +avancer +avancera +avancerai +avanceraient +avancerais +avancerait +avanceras +avancerez +avanceriez +avancerions +avancerons +avanceront +avances +avancez +avanc +avance +avances +avancs +avancrent +avanciez +avancions +avana +avanai +avanaient +avanais +avanait +avanant +avanas +avanasse +avanassent +avanasses +avanassiez +avanassions +avanmes +avant +avantes +avanons +avanie +avanies +avant +avantage +avantagea +avantageai +avantageaient +avantageais +avantageait +avantageant +avantageas +avantageasse +avantageassent +avantageasses +avantageassez +avantageassiez +avantageassions +avantageassons +avantagemes +avantaget +avantagetes +avantagent +avantageons +avantager +avantagera +avantagerai +avantageraient +avantagerais +avantagerait +avantageras +avantagerez +avantageriez +avantagerions +avantagerons +avantageront +avantages +avantageuse +avantageuses +avantageux +avantagez +avantag +avantage +avantages +avantags +avantagrent +avantagiez +avantagions +avants +avare +avarement +avares +avaria +avariai +avariaient +avariais +avariait +avariant +avarias +avariasse +avariassent +avariasses +avariassiez +avariassions +avarimes +avarit +avarites +avarice +avaricieuse +avaricieusement +avaricieuses +avaricieux +avarie +avarient +avarier +avariera +avarierai +avarieraient +avarierais +avarierait +avarieras +avarierez +avarieriez +avarierions +avarierons +avarieront +avaries +avariez +avari +avarie +avaries +avaris +avarirent +avariiez +avariions +avarions +avatar +avatars +ave +avec +aven +avenant +avenante +avenantes +avenants +avenir +avenirs +avens +avent +aventura +aventurai +aventuraient +aventurais +aventurait +aventurant +aventuras +aventurasse +aventurassent +aventurasses +aventurassiez +aventurassions +aventurmes +aventurt +aventurtes +aventure +aventurent +aventurer +aventurera +aventurerai +aventureraient +aventurerais +aventurerait +aventureras +aventurerez +aventureriez +aventurerions +aventurerons +aventureront +aventures +aventureuse +aventureusement +aventureuses +aventureux +aventurez +aventur +aventure +aventures +aventurs +aventurrent +aventurier +aventuriers +aventuriez +aventurire +aventurires +aventurions +aventurisme +aventurons +avenu +avenue +avenues +avenus +avers +averse +averses +aversion +aversions +averti +avertie +averties +avertir +avertira +avertirai +avertiraient +avertirais +avertirait +avertiras +avertirent +avertirez +avertiriez +avertirions +avertirons +avertiront +avertis +avertissaient +avertissais +avertissait +avertissant +avertisse +avertissement +avertissements +avertissent +avertisses +avertisseur +avertisseurs +avertissez +avertissiez +avertissions +avertissons +avertit +avertmes +avertt +averttes +aveu +aveugla +aveuglai +aveuglaient +aveuglais +aveuglait +aveuglant +aveuglante +aveuglantes +aveuglants +aveuglas +aveuglasse +aveuglassent +aveuglasses +aveuglassiez +aveuglassions +aveuglmes +aveuglt +aveugltes +aveugle +aveuglement nom +aveuglent +aveugler +aveuglera +aveuglerai +aveugleraient +aveuglerais +aveuglerait +aveugleras +aveuglerez +aveugleriez +aveuglerions +aveuglerons +aveugleront +aveugles +aveuglette +aveuglez +aveugl +aveugle +aveugles +aveuglment +aveugls +aveuglrent +aveugliez +aveuglions +aveuglons +aveux +avez +av +avra +avrai +avraient +avrais +avrait +avras +avrasse +avrassent +avrasses +avrassiez +avrassions +avrmes +avrt +avrtes +avrer +avrera +avrerai +avreraient +avrerais +avrerait +avreras +avrerez +avreriez +avrerions +avrerons +avreront +avrez +avr +avre +avres +avrs +avrrent +avriez +avrions +avrons +avnement +avnements +avre +avrent +avres +aviateur +aviateurs +aviation +aviations +aviatrice +aviatrices +aviculteur +aviculteurs +aviculture +avide +avidement +avides +avidit +avidits +aviez +avignon +avili +avilie +avilies +avilir +avilira +avilirai +aviliraient +avilirais +avilirait +aviliras +avilirent +avilirez +aviliriez +avilirions +avilirons +aviliront +avilis +avilissaient +avilissais +avilissait +avilissant +avilissante +avilissantes +avilissants +avilisse +avilissement +avilissements +avilissent +avilisses +avilissez +avilissiez +avilissions +avilissons +avilit +avilmes +avilt +aviltes +avin +avine +avines +avins +avion +avions +aviron +avirons +avis +avisa +avisai +avisaient +avisais +avisait +avisant +avisas +avisasse +avisassent +avisasses +avisassiez +avisassions +avismes +avist +avistes +avise +avisent +aviser +avisera +aviserai +aviseraient +aviserais +aviserait +aviseras +aviserez +aviseriez +aviserions +aviserons +aviseront +avises +avisez +avis +avise +avises +aviss +avisrent +avisiez +avisions +aviso +avisons +avisos +avitaminose +aviva +avivai +avivaient +avivais +avivait +avivaminose +avivant +avivas +avivasse +avivassent +avivasses +avivassiez +avivassions +avivmes +avivt +avivtes +avive +avivent +aviver +avivera +aviverai +aviveraient +aviverais +aviverait +aviveras +aviverez +aviveriez +aviverions +aviverons +aviveront +avives +avivez +aviv +avive +avives +avivs +avivrent +aviviez +avivions +avivons +avocat +avocate +avocates +avocatier +avocatiers +avocats +avoine +avoir +avoirs +avoisina +avoisinai +avoisinaient +avoisinais +avoisinait +avoisinant +avoisinante +avoisinantes +avoisinants +avoisinas +avoisinasse +avoisinassent +avoisinasses +avoisinassiez +avoisinassions +avoisinmes +avoisint +avoisintes +avoisine +avoisinent +avoisiner +avoisinera +avoisinerai +avoisineraient +avoisinerais +avoisinerait +avoisineras +avoisinerez +avoisineriez +avoisinerions +avoisinerons +avoisineront +avoisines +avoisinez +avoisin +avoisine +avoisines +avoisins +avoisinrent +avoisiniez +avoisinions +avoisinons +avons +avorta +avortai +avortaient +avortais +avortait +avortant +avortas +avortasse +avortassent +avortasses +avortassiez +avortassions +avortmes +avortt +avorttes +avorte +avortement +avortements +avortent +avorter +avortera +avorterai +avorteraient +avorterais +avorterait +avorteras +avorterez +avorteriez +avorterions +avorterons +avorteront +avortes +avortez +avort +avorte +avortes +avorts +avortrent +avortiez +avortions +avorton +avortons +avoua +avouable +avouables +avouai +avouaient +avouais +avouait +avouant +avouas +avouasse +avouassent +avouasses +avouassiez +avouassions +avoumes +avout +avoutes +avoue +avouent +avouer +avouera +avouerai +avoueraient +avouerais +avouerait +avoueras +avouerez +avoueriez +avouerions +avouerons +avoueront +avoues +avouez +avou +avoue +avoues +avous +avourent +avouiez +avouions +avouons +avril +avrils +axa +axai +axaient +axais +axait +axant +axas +axasse +axassent +axasses +axassiez +axassions +axmes +axt +axtes +axe +axent +axer +axera +axerai +axeraient +axerais +axerait +axeras +axerez +axeriez +axerions +axerons +axeront +axes +axez +ax +axe +axes +axs +axrent +axial +axiez +axiomatique +axiomatiques +axiome +axiomes +axions +axonge +axons +ayant +ayatollah +ayatollahs +ayez +ayons +azale +azales +azimut +azimuts +azotate +azote +azot +azote +azotes +azots +azotique +azur +azur +azure +azures +azurs +azyme +azymes +b +baba +babas +babeurre +babil +babilla +babillage +babillai +babillaient +babillais +babillait +babillant +babillard +babillards +babillas +babillasse +babillassent +babillasses +babillassiez +babillassions +babillmes +babillt +babilltes +babille +babillent +babiller +babillera +babillerai +babilleraient +babillerais +babillerait +babilleras +babillerez +babilleriez +babillerions +babillerons +babilleront +babilles +babillez +babill +babille +babilles +babills +babillrent +babilliez +babillions +babillons +babines +babiole +babioles +babouche +babouches +babouin +babouins +baby +babylone +babylonien +babylonienne +babyloniennes +babyloniens +bac +baccalaurat +baccalaurats +baccara +baccarat +bacchanale +bacchanales +bacchante +bacchantes +bach +bachelier +bacheliers +bachelire +bachelires +bachique +bachiques +bachot +bachotage +bachotages +bachotai +bachotaient +bachotais +bachotait +bachotant +bachotas +bachotasse +bachotassent +bachotasses +bachotassiez +bachotassions +bachotmes +bachott +bachottes +bachote +bachotent +bachoter +bachotera +bachoterai +bachoteraient +bachoterais +bachoterait +bachoteras +bachoterez +bachoteriez +bachoterions +bachoterons +bachoteront +bachotes +bachotez +bachot +bachote +bachotes +bachots +bachotrent +bachotiez +bachotions +bachotons +bachots +bacillaire +bacillaires +bacille +bacilles +bacs +bactricide +bactricides +bactrie +bactrien +bactrienne +bactriennes +bactriens +bactries +bactriologie +bactriologique +bactriologiques +bactriologiste +bactriologistes +bactriophage +badaud +badauda +badaudai +badaudaient +badaudais +badaudait +badaudant +badaudas +badaudasse +badaudassent +badaudasses +badaudassiez +badaudassions +badaudmes +badaudt +badaudtes +badaude +badaudent +badauder +badaudera +badauderai +badauderaient +badauderais +badauderait +badauderas +badauderez +badauderie +badauderies +badauderiez +badauderions +badauderons +badauderont +badaudes +badaudez +badaud +badaude +badaudes +badauds +badaudrent +badaudiez +badaudions +badaudons +badauds +baderne +badernes +badge +badges +badiane +badigeon +badigeonna +badigeonnage +badigeonnages +badigeonnai +badigeonnaient +badigeonnais +badigeonnait +badigeonnant +badigeonnas +badigeonnasse +badigeonnassent +badigeonnasses +badigeonnassiez +badigeonnassions +badigeonnmes +badigeonnt +badigeonntes +badigeonne +badigeonnent +badigeonner +badigeonnera +badigeonnerai +badigeonneraient +badigeonnerais +badigeonnerait +badigeonneras +badigeonnerez +badigeonneriez +badigeonnerions +badigeonnerons +badigeonneront +badigeonnes +badigeonnez +badigeonn +badigeonne +badigeonnes +badigeonns +badigeonnrent +badigeonniez +badigeonnions +badigeonnons +badin +badina +badinage +badinages +badinai +badinaient +badinais +badinait +badinant +badinas +badinasse +badinassent +badinasses +badinassiez +badinassions +badinmes +badint +badintes +badine +badinent +badiner +badinera +badinerai +badineraient +badinerais +badinerait +badineras +badinerez +badinerie +badineries +badineriez +badinerions +badinerons +badineront +badines +badinez +badin +badine +badines +badins +badinrent +badiniez +badinions +badinons +badins +bafoua +bafouai +bafouaient +bafouais +bafouait +bafouant +bafouas +bafouasse +bafouassent +bafouasses +bafouassiez +bafouassions +bafoumes +bafout +bafoutes +bafoue +bafouent +bafouer +bafouera +bafouerai +bafoueraient +bafouerais +bafouerait +bafoueras +bafouerez +bafoueriez +bafouerions +bafouerons +bafoueront +bafoues +bafouez +bafou +bafoue +bafoues +bafous +bafourent +bafouiez +bafouilla +bafouillage +bafouillages +bafouillai +bafouillaient +bafouillais +bafouillait +bafouillant +bafouillas +bafouillasse +bafouillassent +bafouillasses +bafouillassiez +bafouillassions +bafouillmes +bafouillt +bafouilltes +bafouille +bafouillent +bafouiller +bafouillera +bafouillerai +bafouilleraient +bafouillerais +bafouillerait +bafouilleras +bafouillerez +bafouilleriez +bafouillerions +bafouillerons +bafouilleront +bafouilles +bafouilleur +bafouilleurs +bafouilleuse +bafouilleuses +bafouillez +bafouill +bafouille +bafouilles +bafouills +bafouillrent +bafouilliez +bafouillions +bafouillons +bafouions +bafouons +bagage +bagages +bagagiste +bagagistes +bagarra +bagarrai +bagarraient +bagarrais +bagarrait +bagarrant +bagarras +bagarrasse +bagarrassent +bagarrasses +bagarrassiez +bagarrassions +bagarrmes +bagarrt +bagarrtes +bagarre +bagarrent +bagarrer +bagarrera +bagarrerai +bagarreraient +bagarrerais +bagarrerait +bagarreras +bagarrerez +bagarreriez +bagarrerions +bagarrerons +bagarreront +bagarres +bagarrez +bagarr +bagarre +bagarres +bagarrs +bagarrrent +bagarriez +bagarrions +bagarrons +bagatelle +bagatelles +bagnard +bagnards +bagne +bagnes +bagnole +bagnoles +bagou +bagout +bagua +baguai +baguaient +baguais +baguait +baguant +baguas +baguasse +baguassent +baguasses +baguassiez +baguassions +bagumes +bagut +bagutes +bague +baguenauda +baguenaudai +baguenaudaient +baguenaudais +baguenaudait +baguenaudant +baguenaudas +baguenaudasse +baguenaudassent +baguenaudasses +baguenaudassiez +baguenaudassions +baguenaudmes +baguenaudt +baguenaudtes +baguenaude +baguenaudent +baguenauder +baguenaudera +baguenauderai +baguenauderaient +baguenauderais +baguenauderait +baguenauderas +baguenauderez +baguenauderiez +baguenauderions +baguenauderons +baguenauderont +baguenaudes +baguenaudez +baguenaud +baguenaude +baguenaudes +baguenauds +baguenaudrent +baguenaudiez +baguenaudions +baguenaudons +baguent +baguer +baguera +baguerai +bagueraient +baguerais +baguerait +bagueras +baguerez +bagueriez +baguerions +baguerons +bagueront +bagues +baguette +baguettes +baguez +bagu +bague +bagues +bagus +bagurent +baguiez +baguions +baguons +bah +bahut +bahuts +bai +baie +baient +baiera +baierai +baieraient +baierais +baierait +baieras +baierez +baieriez +baierions +baierons +baieront +baies +baigna +baignade +baignades +baignai +baignaient +baignais +baignait +baignant +baignas +baignasse +baignassent +baignasses +baignassiez +baignassions +baignmes +baignt +baigntes +baigne +baignent +baigner +baignera +baignerai +baigneraient +baignerais +baignerait +baigneras +baignerez +baigneriez +baignerions +baignerons +baigneront +baignes +baigneur +baigneurs +baigneuse +baigneuses +baignez +baign +baigne +baignes +baigns +baignrent +baigniez +baignions +baignoire +baignoires +baignons +bail +bailleresse +bailleresses +bailleur +bailleurs +bailli +baillis +baillons +bails +bain +bains +bais +baisa +baisai +baisaient +baisais +baisait +baisant +baisas +baisasse +baisassent +baisasses +baisassiez +baisassions +baismes +baist +baistes +baise +baisemain +baisemains +baisent +baiser +baisera +baiserai +baiseraient +baiserais +baiserait +baiseras +baiserez +baiseriez +baiserions +baiserons +baiseront +baisers +baises +baisez +bais +baise +baises +baiss +baisrent +baisiez +baisions +baisons +baissa +baissai +baissaient +baissais +baissait +baissant +baissas +baissasse +baissassent +baissasses +baissassiez +baissassions +baissmes +baisst +baisstes +baisse +baissemain +baissemains +baissent +baisser +baissera +baisserai +baisseraient +baisserais +baisserait +baisseras +baisserez +baisseriez +baisserions +baisserons +baisseront +baisses +baissez +baiss +baisse +baisses +baisss +baissrent +baissiez +baissions +baissons +baonnette +baonnettes +bajoue +bajoues +baklite +bal +balada +baladai +baladaient +baladais +baladait +baladant +baladas +baladasse +baladassent +baladasses +baladassiez +baladassions +baladmes +baladt +baladtes +balade +baladent +balader +baladera +baladerai +baladeraient +baladerais +baladerait +baladeras +baladerez +baladeriez +baladerions +baladerons +baladeront +balades +baladeur +baladeurs +baladeuse +baladeuses +baladez +balad +balade +balades +balads +baladrent +baladiez +baladin +baladine +baladines +baladins +baladions +baladons +balaent +balafon +balafons +balafra +balafrai +balafraient +balafrais +balafrait +balafrant +balafras +balafrasse +balafrassent +balafrasses +balafrassiez +balafrassions +balafrmes +balafrt +balafrtes +balafre +balafrent +balafrer +balafrera +balafrerai +balafreraient +balafrerais +balafrerait +balafreras +balafrerez +balafreriez +balafrerions +balafrerons +balafreront +balafres +balafrez +balafr +balafre +balafres +balafrs +balafrrent +balafriez +balafrions +balafrons +balai +balaie +balaiera +balaierai +balaieraient +balaierais +balaierait +balaieras +balaierez +balaieriez +balaierions +balaierons +balaieront +balaies +balais +balance +balancement +balancements +balancent +balancer +balancera +balancerai +balanceraient +balancerais +balancerait +balanceras +balancerez +balanceriez +balancerions +balancerons +balanceront +balances +balancez +balanc +balance +balances +balancs +balancrent +balancier +balanciers +balanciez +balancions +balana +balanai +balanaient +balanais +balanait +balanant +balanas +balanasse +balanassent +balanasses +balanassiez +balanassions +balanmes +balant +balantes +balanoire +balanoires +balanons +balaya +balayage +balayages +balayai +balayaient +balayais +balayait +balayant +balayas +balayasse +balayassent +balayasses +balayassiez +balayassions +balaymes +balayt +balaytes +balaye +balayent +balayer +balayera +balayerai +balayeraient +balayerais +balayerait +balayeras +balayerez +balayeriez +balayerions +balayerons +balayeront +balayes +balayette +balayettes +balayeur +balayeurs +balayeuse +balayeuses +balayez +balay +balaye +balayes +balays +balayrent +balayiez +balayions +balayons +balayures +balbutia +balbutiai +balbutiaient +balbutiais +balbutiait +balbutiant +balbutias +balbutiasse +balbutiassent +balbutiasses +balbutiassiez +balbutiassions +balbutimes +balbutit +balbutites +balbutie +balbutiement +balbutiements +balbutient +balbutier +balbutiera +balbutierai +balbutieraient +balbutierais +balbutierait +balbutieras +balbutierez +balbutieriez +balbutierions +balbutierons +balbutieront +balbuties +balbutiez +balbuti +balbutie +balbuties +balbutis +balbutirent +balbutiiez +balbutiions +balbutions +balcon +balcons +baldaquin +baldaquins +baleine +baleines +balein +baleine +baleines +baleins +baleinier +baleiniers +baleinire +baleinires +balisa +balisage +balisages +balisai +balisaient +balisais +balisait +balisant +balisas +balisasse +balisassent +balisasses +balisassiez +balisassions +balismes +balist +balistes +balise +balisent +baliser +balisera +baliserai +baliseraient +baliserais +baliserait +baliseras +baliserez +baliseriez +baliserions +baliserons +baliseront +balises +balisez +balis +balise +balises +baliss +balisrent +balisiez +balisions +balisons +balistique +balistiques +baliveau +baliveaux +baliverne +balivernes +balkanique +balkaniques +balkans +ball +ballade +ballades +ballant +ballante +ballantes +ballants +ballast +ballasts +balle +ballerine +ballerines +balles +ballet +ballets +ballon +ballonnement +ballonnements +ballonnet +ballonnets +ballonn +ballonne +ballonnes +ballonns +ballons +ballot +ballotin +ballotins +ballots +ballotta +ballottage +ballottages +ballottai +ballottaient +ballottais +ballottait +ballottant +ballottas +ballottasse +ballottassent +ballottasses +ballottassiez +ballottassions +ballottmes +ballottt +ballotttes +ballotte +ballottement +ballottements +ballottent +ballotter +ballottera +ballotterai +ballotteraient +ballotterais +ballotterait +ballotteras +ballotterez +ballotteriez +ballotterions +ballotterons +ballotteront +ballottes +ballottez +ballott +ballotte +ballottes +ballotts +ballottrent +ballottiez +ballottine +ballottines +ballottions +ballottons +balluchon +balluchons +balnaire +balnaires +balourd +balourde +balourdes +balourdise +balourdises +balourds +balsa +balsamine +balsamique +balsamiques +balte +baltes +baluchon +baluchons +balustrade +balustrades +bambin +bambine +bambines +bambins +bambocha +bambochai +bambochaient +bambochais +bambochait +bambochant +bambochard +bambocharde +bambochardes +bambochards +bambochas +bambochasse +bambochassent +bambochasses +bambochassiez +bambochassions +bambochmes +bambocht +bambochtes +bamboche +bambochent +bambocher +bambochera +bambocherai +bambocheraient +bambocherais +bambocherait +bambocheras +bambocherez +bambocheriez +bambocherions +bambocherons +bambocheront +bamboches +bambocheur +bambocheurs +bambocheuse +bambocheuses +bambochez +bamboch +bamboche +bamboches +bambochs +bambochrent +bambochiez +bambochions +bambochons +bambou +bambous +ban +banal +banale +banalement +banales +banalisa +banalisai +banalisaient +banalisais +banalisait +banalisant +banalisas +banalisasse +banalisassent +banalisasses +banalisassiez +banalisassions +banalisation +banalismes +banalist +banalistes +banalise +banalisent +banaliser +banalisera +banaliserai +banaliseraient +banaliserais +banaliserait +banaliseras +banaliserez +banaliseriez +banaliserions +banaliserons +banaliseront +banalises +banalisez +banalis +banalise +banalises +banaliss +banalisrent +banalisiez +banalisions +banalisons +banalit +banalits +banals +banane +bananes +bananier +bananiers +banaux vieillot +banc +bancaire +bancaires +bancal +bancale +bancales +bancals +bancs +banda +bandage +bandages +bandagiste +bandagistes +bandai +bandaient +bandais +bandait +bandant +bandas +bandasse +bandassent +bandasses +bandassiez +bandassions +bandmes +bandt +bandtes +bande +bandeau +bandeaux +bandelette +bandelettes +bandent +bander +bandera +banderai +banderaient +banderais +banderait +banderas +banderez +banderiez +banderille +banderilles +banderions +banderole +banderoles +banderons +banderont +bandes +bandez +band +bande +bandes +bands +bandrent +bandiez +bandions +bandit +banditisme +bandits +bandons +bandoulire +bandoulires +banjo +banjos +banlieue +banlieues +banlieusard +banlieusards +banna +bannai +bannaient +bannais +bannait +bannant +bannas +bannasse +bannassent +bannasses +bannassiez +bannassions +bannmes +bannt +banntes +banne +bannent +banner +bannera +bannerai +banneraient +bannerais +bannerait +banneras +bannerez +banneriez +bannerions +bannerons +banneront +bannes +bannez +bann +banne +bannes +banns +bannrent +banni +bannie +bannies +bannire +bannires +bannions +bannir +bannira +bannirai +banniraient +bannirais +bannirait +banniras +bannirent +bannirez +banniriez +bannirions +bannirons +banniront +bannis +bannissaient +bannissais +bannissait +bannissant +bannisse +bannissement +bannissements +bannissent +bannisses +bannissez +bannissiez +bannissions +bannissons +bannit +bannmes +bannt +banntes +banque +banqueroute +banqueroutes +banques +banquet +banqueta +banquetai +banquetaient +banquetais +banquetait +banquetant +banquetas +banquetasse +banquetassent +banquetasses +banquetassiez +banquetassions +banquetmes +banquett +banquettes +banquetent +banqueter +banquetez +banquet +banquete +banquetes +banquets +banquetrent +banquetiez +banquetions +banquetons +banquets +banquette +banquettera +banquetterai +banquetteraient +banquetterais +banquetterait +banquetteras +banquetterez +banquetteriez +banquetterions +banquetterons +banquetteront +banquettes +banquier +banquiers +banquire +banquires +banquise +bans +bantou +bantous +baobab +baobabs +baptme +baptmes +baptisa +baptisai +baptisaient +baptisais +baptisait +baptisant +baptisas +baptisasse +baptisassent +baptisasses +baptisassiez +baptisassions +baptismes +baptist +baptistes +baptise +baptisent +baptiser +baptisera +baptiserai +baptiseraient +baptiserais +baptiserait +baptiseras +baptiserez +baptiseriez +baptiserions +baptiserons +baptiseront +baptises +baptiseur +baptisez +baptis +baptise +baptises +baptiss +baptisrent +baptisiez +baptisions +baptisite +baptismal +baptismale +baptismales +baptismaux +baptisons +baptiste +baptistes +baptistre +baptistres +baquet +baquets +bar +barabbas +baragouin +baragouina +baragouinai +baragouinaient +baragouinais +baragouinait +baragouinant +baragouinas +baragouinasse +baragouinassent +baragouinasses +baragouinassiez +baragouinassions +baragouinmes +baragouint +baragouintes +baragouine +baragouinent +baragouiner +baragouinera +baragouinerai +baragouineraient +baragouinerais +baragouinerait +baragouineras +baragouinerez +baragouineriez +baragouinerions +baragouinerons +baragouineront +baragouines +baragouinez +baragouin +baragouine +baragouines +baragouins +baragouinrent +baragouiniez +baragouinions +baragouinons +baragouins +baraque +baraquement +baraquements +baraques +baraqu +baraque +baraques +baraqus +baratin +baratina +baratinai +baratinaient +baratinais +baratinait +baratinant +baratinas +baratinasse +baratinassent +baratinasses +baratinassiez +baratinassions +baratinmes +baratint +baratintes +baratine +baratinent +baratiner +baratinera +baratinerai +baratineraient +baratinerais +baratinerait +baratineras +baratinerez +baratineriez +baratinerions +baratinerons +baratineront +baratines +baratinez +baratin +baratine +baratines +baratins +baratinrent +baratiniez +baratinions +baratinons +baratins +baratta +barattai +barattaient +barattais +barattait +barattant +barattas +barattasse +barattassent +barattasses +barattassiez +barattassions +barattmes +barattt +baratttes +baratte +barattent +baratter +barattera +baratterai +baratteraient +baratterais +baratterait +baratteras +baratterez +baratteriez +baratterions +baratterons +baratteront +barattes +barattez +baratt +baratte +barattes +baratts +barattrent +barattiez +barattions +barattons +barba +barbai +barbaient +barbais +barbait +barbant +barbante +barbantes +barbants +barbare +barbarement +barbares +barbarie +barbaries +barbarisme +barbarismes +barbas +barbasse +barbassent +barbasses +barbassiez +barbassions +barbmes +barbt +barbtes +barbe +barbeau +barbeaux +barbel +barbele +barbeles +barbels +barbent +barber +barbera +barberai +barberaient +barberais +barberait +barberas +barberez +barberiez +barberions +barberons +barberont +barbes +barbet +barbets +barbette +barbettes +barbez +barb +barbe +barbes +barbs +barbrent +barbiche +barbiches +barbier +barbiers +barbiez +barbillon +barbillons +barbions +barbiturique +barbituriques +barbon +barbons +barbota +barbotage +barbotages +barbotai +barbotaient +barbotais +barbotait +barbotant +barbotas +barbotasse +barbotassent +barbotasses +barbotassiez +barbotassions +barbotmes +barbott +barbottes +barbote +barboter +barbotera +barboterai +barboteraient +barboterais +barboterait +barboteras +barboterez +barboteriez +barboterions +barboterons +barboteront +barbotes +barboteuse +barboteuses +barbotez +barbot +barbote +barbotes +barbots +barbotrent +barbotiez +barbotions +barbotons +barbouilla +barbouillage +barbouillages +barbouillai +barbouillaient +barbouillais +barbouillait +barbouillant +barbouillas +barbouillasse +barbouillassent +barbouillasses +barbouillassiez +barbouillassions +barbouillmes +barbouillt +barbouilltes +barbouille +barbouillent +barbouiller +barbouillera +barbouillerai +barbouilleraient +barbouillerais +barbouillerait +barbouilleras +barbouillerez +barbouilleriez +barbouillerions +barbouillerons +barbouilleront +barbouilles +barbouilleur +barbouilleurs +barbouilleuse +barbouilleuses +barbouillez +barbouill +barbouille +barbouilles +barbouills +barbouillrent +barbouilliez +barbouillions +barbouillis +barbouillons +barbouze +barbouzes +barbu +barbue +barbues +barbus +barcarolle +barcarolles +barcelone +barda +bardai +bardaient +bardais +bardait +bardant +bardas +bardasse +bardassent +bardasses +bardassiez +bardassions +bardmes +bardt +bardtes +barde +bardeau +bardeaux +bardent +barder +bardera +barderai +barderaient +barderais +barderait +barderas +barderez +barderiez +barderions +barderons +barderont +bardes +bardez +bard +barde +bardes +bards +bardrent +bardiez +bardions +bardons +barme +barmes +baril +barillet +barillets +barils +bariola +bariolage +bariolages +bariolai +bariolaient +bariolais +bariolait +bariolant +bariolas +bariolasse +bariolassent +bariolasses +bariolassiez +bariolassions +bariolmes +bariolt +barioltes +bariole +bariolent +barioler +bariolera +bariolerai +barioleraient +bariolerais +bariolerait +barioleras +bariolerez +barioleriez +bariolerions +bariolerons +barioleront +barioles +bariolez +bariol +bariole +barioles +bariols +bariolrent +barioliez +bariolions +bariolons +barman +barmans +barmen +baromtrique +baromtriques +baromtre +baromtres +baron +baronne +baronnes +barons +baroque +baroques +barouf +baroufs +barque +barques +barquette +barquettes +barra +barrabas +barrage +barrages +barrai +barraient +barrais +barrait +barrant +barras +barrasse +barrassent +barrasses +barrassiez +barrassions +barrmes +barrt +barrtes +barre +barreau +barreaux +barrent +barrer +barrera +barrerai +barreraient +barrerais +barrerait +barreras +barrerez +barreriez +barrerions +barrerons +barreront +barres +barrette +barrettes +barreur +barreurs +barrez +barr +barre +barres +barrs +barrrent +barri +barricada +barricadai +barricadaient +barricadais +barricadait +barricadant +barricadas +barricadasse +barricadassent +barricadasses +barricadassiez +barricadassions +barricadmes +barricadt +barricadtes +barricade +barricadent +barricader +barricadera +barricaderai +barricaderaient +barricaderais +barricaderait +barricaderas +barricaderez +barricaderiez +barricaderions +barricaderons +barricaderont +barricades +barricadez +barricad +barricade +barricades +barricads +barricadrent +barricadiez +barricadions +barricadons +barrie +barries +barriez +barrire +barrires +barrions +barrique +barriques +barrir +barrira +barriraient +barrirait +barrirent +barriront +barris +barrissaient +barrissait +barrissant +barrisse +barrissement +barrissements +barrissent +barrit +barrt +barrons +bars +barthlmy +baryton +barytons +baryum +bas +basa +basai +basaient +basais +basait +basalte +basaltique +basaltiques +basane +basan +basane +basanes +basans +basant +basas +basasse +basassent +basasses +basassiez +basassions +basmes +bast +bastes +bascula +basculai +basculaient +basculais +basculait +basculant +basculas +basculasse +basculassent +basculasses +basculassiez +basculassions +basculmes +bascult +bascultes +bascule +basculement +basculent +basculer +basculera +basculerai +basculeraient +basculerais +basculerait +basculeras +basculerez +basculeriez +basculerions +basculerons +basculeront +bascules +basculez +bascul +bascule +bascules +basculs +basculrent +basculiez +basculions +basculons +base +basent +baser +basera +baserai +baseraient +baserais +baserait +baseras +baserez +baseriez +baserions +baserons +baseront +bases +basez +bas +base +bases +bass +basrent +basic +basiez +basilic +basilique +basiliques +basions +basique +basiques +basket +basoche +basons +basque +basques +basse +bassement +basses +bassesse +bassesses +basset +bassets +bassin +bassina +bassinai +bassinaient +bassinais +bassinait +bassinant +bassinas +bassinasse +bassinassent +bassinasses +bassinassiez +bassinassions +bassinmes +bassint +bassintes +bassine +bassinent +bassiner +bassinera +bassinerai +bassineraient +bassinerais +bassinerait +bassineras +bassinerez +bassineriez +bassinerions +bassinerons +bassineront +bassines +bassinet +bassinets +bassinez +bassin +bassine +bassines +bassins +bassinrent +bassiniez +bassinions +bassinoire +bassinoires +bassinons +bassins +basson +bassons +bastide +bastides +bastille +bastilles +bastinage +bastinages +bastion +bastions +bastonnade +bastonnades +bastringue +bastringues +bat questre +bataclan +batailla +bataillai +bataillaient +bataillais +bataillait +bataillant +bataillas +bataillasse +bataillassent +bataillasses +bataillassiez +bataillassions +bataillmes +bataillt +batailltes +bataille +bataillent +batailler +bataillera +bataillerai +batailleraient +bataillerais +bataillerait +batailleras +bataillerez +batailleriez +bataillerions +bataillerons +batailleront +batailles +batailleur +batailleurs +batailleuse +batailleuses +bataillez +bataill +bataille +batailles +bataills +bataillrent +batailliez +bataillions +bataillon +bataillons +batardeau +batardeaux +bateau +bateaux +bateleur +bateleurs +bateleuse +bateleuses +batelier +bateliers +batelire +batelires +batellerie +bate +bates +bathymtrie +bathyscaphe +bathyscaphes +batifola +batifolai +batifolaient +batifolais +batifolait +batifolant +batifolas +batifolasse +batifolassent +batifolasses +batifolassiez +batifolassions +batifolmes +batifolt +batifoltes +batifole +batifolent +batifoler +batifolera +batifolerai +batifoleraient +batifolerais +batifolerait +batifoleras +batifolerez +batifoleriez +batifolerions +batifolerons +batifoleront +batifoles +batifolez +batifol +batifole +batifoles +batifols +batifolrent +batifoliez +batifolions +batifolons +batiste +batraciens +bats +battage +battages +battaient +battais +battait +battant +battante +battantes +battants +batte +battement +battements +battent +batterie +batteries +battes +batteur +batteurs +batteuse +batteuses +battez +battiez +battions +battirent +battis +battisse +battissent +battisses +battissiez +battissions +battit +battmes +battt +batttes +battoir +battoirs +battons +battra +battrai +battraient +battrais +battrait +battras +battre +battrez +battriez +battrions +battrons +battront +battu +battue +battues +battus +baud +baudet +baudets +baudrier +baudriers +baudruche +baudruches +bauds +bauge +bauges +baume +baumes +baux +bauxite +bava +bavai +bavaient +bavais +bavait +bavant +bavard +bavarda +bavardage +bavardages +bavardai +bavardaient +bavardais +bavardait +bavardant +bavardas +bavardasse +bavardassent +bavardasses +bavardassiez +bavardassions +bavardmes +bavardt +bavardtes +bavarde +bavardent +bavarder +bavardera +bavarderai +bavarderaient +bavarderais +bavarderait +bavarderas +bavarderez +bavarderiez +bavarderions +bavarderons +bavarderont +bavardes +bavardez +bavard +bavarde +bavardes +bavards +bavardrent +bavardiez +bavardions +bavardons +bavards +bavas +bavasse +bavassent +bavasses +bavassiez +bavassions +bavmes +bavt +bavtes +bave +bavent +baver +bavera +baverai +baveraient +baverais +baverait +baveras +baverez +baveriez +baverions +baverons +baveront +baves +bavette +bavettes +baveuse +baveuses +baveux +bavez +bav +bave +baves +bavs +bavrent +baviez +bavire +bavions +bavoir +bavoirs +bavons +bavure +bavures +baya +bayai +bayaient +bayais +bayait +bayant +bayas +bayasse +bayassent +bayasses +bayassiez +bayassions +baymes +bayt +baytes +baye +bayent +bayer +bayera +bayerai +bayeraient +bayerais +bayerait +bayeras +bayerez +bayeriez +bayerions +bayerons +bayeront +bayes +bayez +bay +baye +bayes +bays +bayrent +bayiez +bayions +bayonne +bayons +bazar +bazarda +bazardai +bazardaient +bazardais +bazardait +bazardant +bazardas +bazardasse +bazardassent +bazardasses +bazardassiez +bazardassions +bazardmes +bazardt +bazardtes +bazarde +bazardent +bazarder +bazardera +bazarderai +bazarderaient +bazarderais +bazarderait +bazarderas +bazarderez +bazarderiez +bazarderions +bazarderons +bazarderont +bazardes +bazardez +bazard +bazarde +bazardes +bazards +bazardrent +bazardiez +bazardions +bazardons +bazars +bbord +bcha +bchai +bchaient +bchais +bchait +bchant +bchas +bchasse +bchassent +bchasses +bchassiez +bchassions +bchmes +bcht +bchtes +bche +bchent +bcher +bchera +bcherai +bcheraient +bcherais +bcherait +bcheras +bcherez +bcheriez +bcherions +bcherons +bcheront +bches +bchez +bch +bche +bches +bchs +bchrent +bchiez +bchions +bchons +bcla +bclage +bclages +bclai +bclaient +bclais +bclait +bclant +bclas +bclasse +bclassent +bclasses +bclassiez +bclassions +bclmes +bclt +bcltes +bcle +bclent +bcler +bclera +bclerai +bcleraient +bclerais +bclerait +bcleras +bclerez +bcleriez +bclerions +bclerons +bcleront +bcles +bclez +bcl +bcle +bcles +bcls +bclrent +bcliez +bclions +bclons +bfra +bfrai +bfraient +bfrais +bfrait +bfrant +bfras +bfrasse +bfrassent +bfrasses +bfrassiez +bfrassions +bfrmes +bfrt +bfrtes +bfre +bfrent +bfrer +bfrera +bfrerai +bfreraient +bfrerais +bfrerait +bfreras +bfrerez +bfreriez +bfrerions +bfrerons +bfreront +bfres +bfrez +bfr +bfre +bfres +bfrs +bfrrent +bfriez +bfrions +bfrons +billa +billai +billaient +billais +billait +billant +billas +billasse +billassent +billasses +billassiez +billassions +billmes +billt +billtes +bille +billement +billements +billent +biller +billera +billerai +billeraient +billerais +billerait +billeras +billerez +billeriez +billerions +billerons +billeront +billes +billez +bill +bille +billes +bills +billrent +billiez +billions +billon +billonna +billonnai +billonnaient +billonnais +billonnait +billonnant +billonnas +billonnasse +billonnassent +billonnasses +billonnassiez +billonnassions +billonnmes +billonnt +billonntes +billonne +billonnement +billonnements +billonnent +billonner +billonnera +billonnerai +billonneraient +billonnerais +billonnerait +billonneras +billonnerez +billonneriez +billonnerions +billonnerons +billonneront +billonnes +billonnez +billonn +billonne +billonnes +billonns +billonnrent +billonniez +billonnions +billonnons +billons +ble +bt +bta +btai +btaient +btais +btait +btant +btard +btarde +btardes +btardise +btards +btas +btasse +btassent +btasses +btassiez +btassions +btmes +btt +bttes +bte +bteau +bteaux +btent +bter +btera +bterai +bteraient +bterais +bterait +bteras +bterez +bteriez +bterions +bterons +bteront +btes +btez +bt +bte +btes +bts +btrent +bti +btie +bties +btiment +btiments +btir +btira +btirai +btiraient +btirais +btirait +btiras +btirent +btirez +btiriez +btirions +btirons +btiront +btis +btissaient +btissais +btissait +btissant +btisse +btissent +btisses +btisseur +btisseurs +btissez +btissiez +btissions +btissons +btit +btmes +btt +bttes +bton +btonna +btonnai +btonnaient +btonnais +btonnait +btonnant +btonnas +btonnasse +btonnassent +btonnasses +btonnassiez +btonnassions +btonnmes +btonnt +btonntes +btonne +btonnent +btonner +btonnera +btonnerai +btonneraient +btonnerais +btonnerait +btonneras +btonnerez +btonneriez +btonnerions +btonnerons +btonneront +btonnes +btonnet +btonnets +btonnez +btonn +btonne +btonnes +btonns +btonnrent +btonnier +btonniers +btonniez +btonnions +btonnons +btons +bts +beau +beaucoup +beaujolais +beaupr +beauprs +beaut +beauts +beaux +bec +becqueta +becquetai +becquetaient +becquetais +becquetait +becquetant +becquetas +becquetasse +becquetassent +becquetasses +becquetassiez +becquetassions +becquetmes +becquett +becquettes +becqueter +becquetez +becquet +becquete +becquetes +becquets +becquetrent +becquetiez +becquetions +becquetons +becquette +becquettent +becquettera +becquetterai +becquetteraient +becquetterais +becquetterait +becquetteras +becquetterez +becquetteriez +becquetterions +becquetterons +becquetteront +becquettes +becque +becques +becs +bedaine +bedaines +bedeau +bedeaux +bedon +bedonna +bedonnai +bedonnaient +bedonnais +bedonnait +bedonnant +bedonnante +bedonnantes +bedonnants +bedonnas +bedonnasse +bedonnassent +bedonnasses +bedonnassiez +bedonnassions +bedonnmes +bedonnt +bedonntes +bedonne +bedonnent +bedonner +bedonnera +bedonnerai +bedonneraient +bedonnerais +bedonnerait +bedonneras +bedonnerez +bedonneriez +bedonnerions +bedonnerons +bedonneront +bedonnes +bedonnez +bedonn +bedonne +bedonnes +bedonns +bedonnrent +bedonniez +bedonnions +bedonnons +bedons +beffroi +beffrois +beige +beiges +beignet +beignets +bel +belette +belettes +belge +belges +belgique +belladone +belladones +belltre +belltres +belle +bellement +belles +bellicisme +belliciste +bellicistes +belligrance +belligrances +belligrant +belligrante +belligrantes +belligrants +belliqueuse +belliqueuses +belliqueux +belluaire +belluaires +belon +belons +belote +belvdre +belvdres +bene +bent +bents +bengale +bengali +bengalie +bengalies +bengalis +benjamin +benjamine +benjamines +benjamins +benjoin +benne +bennes +benot +benote +benotes +benots +benzne +benzine +benzol +bercail +berce +berceau +berceaux +bercement +bercements +bercent +bercer +bercera +bercerai +berceraient +bercerais +bercerait +berceras +bercerez +berceriez +bercerions +bercerons +berceront +berces +berceuse +berceuses +bercez +berc +berce +berces +bercs +bercrent +berciez +bercions +bera +berai +beraient +berais +berait +berant +beras +berasse +berassent +berassiez +berassions +bermes +bert +bertes +berons +bergamote +bergamotes +berge +berger +bergerie +bergeries +bergeronnette +bergeronnettes +bergers +berges +bergre +bergres +berlin +berline +berlines +berlingot +berlingots +berlue +berlues +berna +bernai +bernaient +bernais +bernait +bernanos +bernant +bernard +bernards +bernas +bernasse +bernassent +bernasses +bernassiez +bernassions +bernmes +bernt +berntes +berne +bernent +berner +bernera +bernerai +berneraient +bernerais +bernerait +berneras +bernerez +berneriez +bernerions +bernerons +berneront +bernes +bernez +bern +berne +bernes +berns +bernrent +berniez +bernions +bernique +berniques +bernois +bernoise +bernoises +bernons +berrichon +berrichonne +berrichonnes +berrichons +besace +besaces +besogna +besognai +besognaient +besognais +besognait +besognant +besognas +besognasse +besognassent +besognasses +besognassiez +besognassions +besognmes +besognt +besogntes +besogne +besognent +besogner +besognera +besognerai +besogneraient +besognerais +besognerait +besogneras +besognerez +besogneriez +besognerions +besognerons +besogneront +besognes +besogneuse +besogneuses +besogneux +besognez +besogn +besogne +besognes +besogns +besognrent +besogniez +besognions +besognons +besoin +besoins +best +bestiaire +bestiaires +bestial +bestiale +bestialement +bestiales +bestialit +bestialits +bestiaux +bestiole +bestioles +bette +betterave +betteraves +betteravier +betteraviers +betteravire +betteravires +bettes +beugla +beuglai +beuglaient +beuglais +beuglait +beuglant +beuglas +beuglasse +beuglassent +beuglasses +beuglassiez +beuglassions +beuglmes +beuglt +beugltes +beugle +beuglement +beuglements +beuglent +beugler +beuglera +beuglerai +beugleraient +beuglerais +beuglerait +beugleras +beuglerez +beugleriez +beuglerions +beuglerons +beugleront +beugles +beuglez +beugl +beugle +beugles +beugls +beuglrent +beugliez +beuglions +beuglons +beurra +beurrai +beurraient +beurrais +beurrait +beurrant +beurras +beurrasse +beurrassent +beurrasses +beurrassiez +beurrassions +beurrmes +beurrt +beurrtes +beurre +beurrent +beurrer +beurrera +beurrerai +beurreraient +beurrerais +beurrerait +beurreras +beurrerez +beurreriez +beurrerions +beurrerons +beurreront +beurres +beurrez +beurr +beurre +beurres +beurrs +beurrrent +beurrier +beurriers +beurriez +beurrions +beurrons +beuverie +beuveries +bant +bante +bantes +bants +barnaise +bat +bate +bates +batifia +batifiai +batifiaient +batifiais +batifiait +batifiant +batifias +batifiasse +batifiassent +batifiasses +batifiassiez +batifiassions +batifimes +batifit +batifites +batification +batifications +batifie +batifient +batifier +batifiera +batifierai +batifieraient +batifierais +batifierait +batifieras +batifierez +batifieriez +batifierions +batifierons +batifieront +batifies +batifiez +batifi +batifie +batifies +batifis +batifirent +batifiiez +batifiions +batifions +batitude +batitudes +bats +bb +bbs +bcane +bcanes +bcarre +bcarres +bcasse +bcasses +bcassine +bcassines +bchamel +bchamels +bcot +bcota +bcotai +bcotaient +bcotais +bcotait +bcotant +bcotas +bcotasse +bcotassent +bcotasses +bcotassiez +bcotassions +bcotmes +bcott +bcottes +bcote +bcotent +bcoter +bcotera +bcoterai +bcoteraient +bcoterais +bcoterait +bcoteras +bcoterez +bcoteriez +bcoterions +bcoterons +bcoteront +bcotes +bcotez +bcot +bcote +bcotes +bcots +bcotrent +bcotiez +bcotions +bcotons +bcots +bdane +bdanes +bdouin +bdouine +bdouines +bdouins +be +bes +bgaie +bgaiement +bgaiements +bgaient +bgaiera +bgaierai +bgaieraient +bgaierais +bgaierait +bgaieras +bgaierez +bgaieriez +bgaierions +bgaierons +bgaieront +bgaies +bgaya +bgayai +bgayaient +bgayais +bgayait +bgayant +bgayas +bgayasse +bgayassent +bgayasses +bgayassiez +bgayassions +bgaymes +bgayt +bgaytes +bgayer +bgayez +bgay +bgaye +bgayes +bgays +bgayrent +bgayiez +bgayions +bgayons +bgonia +bgonias +bgueule +bgueulerie +bgueuleries +bgueules +bguin +bguinage +bguinages +bguinal +bguinale +bguinales +bguinals +bguine +bguines +bguins +bjaune +bjaunes +blier +bliers +blire +blires +bmol +bndictin +bndictine +bndictines +bndictins +bndiction +bndictions +bnfice +bnfices +bnficia +bnficiai +bnficiaient +bnficiaire +bnficiaires +bnficiais +bnficiait +bnficiant +bnficias +bnficiasse +bnficiassent +bnficiasses +bnficiassiez +bnficiassions +bnficimes +bnficit +bnficites +bnficie +bnficient +bnficier +bnficiera +bnficierai +bnficieraient +bnficierais +bnficierait +bnficieras +bnficierez +bnficieriez +bnficierions +bnficierons +bnficieront +bnficies +bnficiez +bnfici +bnficie +bnficies +bnficis +bnficirent +bnficiiez +bnficiions +bnficions +bnfique +bnfiques +bnvole +bnvolement +bnvoles +bni +bnie +bnies +bnigne +bnignes +bnin +bnins +bnir +bnira +bnirai +bniraient +bnirais +bnirait +bniras +bnirent +bnirez +bniriez +bnirions +bnirons +bniront +bnis +bnissaient +bnissais +bnissait +bnissant +bnissas +bnisseur +bnisseurs +bnisseuse +bnisseuses +bnissez +bnissiez +bnissions +bnissons +bnit +bnite +bnitier +bnitiers +bnmes +bnt +bntes +bnts +bquille +bquilles +bret +brets +bribri +bryl +btail +bton +btonna +btonnai +btonnaient +btonnais +btonnait +btonnant +btonnas +btonnasse +btonnassent +btonnasses +btonnassiez +btonnassions +btonnmes +btonnt +btonntes +btonne +btonnent +btonner +btonnera +btonnerai +btonneraient +btonnerais +btonnerait +btonneras +btonnerez +btonneriez +btonnerions +btonnerons +btonneront +btonnes +btonnez +btonn +btonne +btonnes +btonns +btonnrent +btonniez +btonnire +btonnires +btonnions +btonnons +bvue +bvues +bzef +bgue +bgues +bcha +bchai +bchaient +bchais +bchait +bchant +bchas +bchasse +bchassent +bchasses +bchassiez +bchassions +bchmes +bcht +bchtes +bche +bchent +bcher +bchera +bcherai +bcheraient +bcherais +bcherait +bcheras +bcherez +bcheriez +bcherions +bcherons +bcheront +bches +bcheur +bcheurs +bcheuse +bcheuses +bchez +bch +bche +bches +bchs +bchrent +bchiez +bchions +bchons +bla +blai +blaient +blais +blait +blant +blas +blasse +blassent +blasses +blassiez +blassions +blmes +blt +bltes +ble +blement +blements +blent +bler +blera +blerai +bleraient +blerais +blerait +bleras +blerez +bleriez +blerions +blerons +bleront +bles +blez +bl +ble +bles +bls +blrent +bliez +blions +blons +bta +btas +btasse +btasses +bte +btement +btes +btifia +btifiai +btifiaient +btifiais +btifiait +btifiant +btifias +btifiasse +btifiassent +btifiasses +btifiassiez +btifiassions +btifimes +btifit +btifites +btifie +btifient +btifier +btifiera +btifierai +btifieraient +btifierais +btifierait +btifieras +btifierez +btifieriez +btifierions +btifierons +btifieront +btifies +btifiez +btifi +btifie +btifies +btifis +btifirent +btifiiez +btifiions +btifions +btise +btises +bi +biais +biaisa +biaisai +biaisaient +biaisais +biaisait +biaisant +biaisas +biaisasse +biaisassent +biaisasses +biaisassiez +biaisassions +biaismes +biaist +biaistes +biaise +biaisent +biaiser +biaisera +biaiserai +biaiseraient +biaiserais +biaiserait +biaiseras +biaiserez +biaiseriez +biaiserions +biaiserons +biaiseront +biaises +biaisez +biais +biaise +biaises +biaiss +biaisrent +biaisiez +biaisions +biaisons +bibelot +bibelots +biberon +biberons +bible +bibles +bibliobus +bibliographe +bibliographes +bibliographie +bibliographies +bibliographique +bibliographiques +bibliophile +bibliophiles +bibliophilie +bibliothcaire +bibliothcaires +bibliothque +bibliothques +biblique +bibliques +bicarbonate +bicarbonates +bicentenaire +biceps +bicphale +bicphales +bicphalisme +bicphate +bicphates +biche +biches +bichon +bichonna +bichonnai +bichonnaient +bichonnais +bichonnait +bichonnant +bichonnas +bichonnasse +bichonnassent +bichonnasses +bichonnassiez +bichonnassions +bichonnmes +bichonnt +bichonntes +bichonne +bichonnent +bichonner +bichonnera +bichonnerai +bichonneraient +bichonnerais +bichonnerait +bichonneras +bichonnerez +bichonneriez +bichonnerions +bichonnerons +bichonneront +bichonnes +bichonnez +bichonn +bichonne +bichonnes +bichonns +bichonnrent +bichonniez +bichonnions +bichonnons +bichons +bicoque +bicoques +bicorne +bicornes +bicyclette +bicyclettes +bidet +bidets +bidimensionnelle +bidimensionnellement +bidimensionnelles +bidoche +bidon +bidonna +bidonnai +bidonnaient +bidonnais +bidonnait +bidonnant +bidonnas +bidonnasse +bidonnassent +bidonnasses +bidonnassiez +bidonnassions +bidonnmes +bidonnt +bidonntes +bidonne +bidonnent +bidonner +bidonnera +bidonnerai +bidonneraient +bidonnerais +bidonnerait +bidonneras +bidonnerez +bidonneriez +bidonnerions +bidonnerons +bidonneront +bidonnes +bidonnez +bidonn +bidonne +bidonnes +bidonns +bidonnrent +bidonniez +bidonnions +bidonnons +bidons +bidonville +bidonvilles +bief +biefs +bielle +bielles +bien +bienfaisance +bienfaisances +bienfaisant +bienfaisante +bienfaisantes +bienfaisants +bienfait +bienfaiteur +bienfaiteurs +bienfaitrice +bienfaitrices +bienfaits +bienheureuse +bienheureuses +bienheureux +biennal +biennale +biennales +biennaux +biens +biensance +biensances +biensant +biensante +biensantes +biensants +bientt +bienveillance +bienveillances +bienveillant +bienveillante +bienveillantes +bienveillants +bienvenu +bienvenue +bienvenues +bienvenus +bire +bires +biffa +biffai +biffaient +biffais +biffait +biffant +biffas +biffasse +biffassent +biffasses +biffassiez +biffassions +biffmes +bifft +bifftes +biffe +biffent +biffer +biffera +bifferai +bifferaient +bifferais +bifferait +bifferas +bifferez +bifferiez +bifferions +bifferons +bifferont +biffes +biffez +biff +biffe +biffes +biffs +biffrent +biffiez +biffions +biffons +bifteck +biftecks +bifurcation +bifurcations +bifurqua +bifurquai +bifurquaient +bifurquais +bifurquait +bifurquant +bifurquas +bifurquasse +bifurquassent +bifurquasses +bifurquassiez +bifurquassions +bifurqumes +bifurqut +bifurqutes +bifurque +bifurquent +bifurquer +bifurquera +bifurquerai +bifurqueraient +bifurquerais +bifurquerait +bifurqueras +bifurquerez +bifurqueriez +bifurquerions +bifurquerons +bifurqueront +bifurques +bifurquez +bifurqu +bifurque +bifurques +bifurqus +bifurqurent +bifurquiez +bifurquions +bifurquons +bigame +bigames +bigamie +bigamies +bigarra +bigarrai +bigarraient +bigarrais +bigarrait +bigarrant +bigarras +bigarrasse +bigarrassent +bigarrasses +bigarrassiez +bigarrassions +bigarrmes +bigarrt +bigarrtes +bigarre +bigarreau +bigarreaux +bigarrent +bigarrer +bigarrera +bigarrerai +bigarreraient +bigarrerais +bigarrerait +bigarreras +bigarrerez +bigarreriez +bigarrerions +bigarrerons +bigarreront +bigarres +bigarrez +bigarr +bigarre +bigarres +bigarrs +bigarrrent +bigarriez +bigarrions +bigarrons +bigarrure +bigleuse +bigleuses +bigleux +bigorna +bigornai +bigornaient +bigornais +bigornait +bigornant +bigornas +bigornasse +bigornassent +bigornasses +bigornassiez +bigornassions +bigornmes +bigornt +bigorntes +bigorne +bigorneau +bigorneaux +bigornent +bigorner +bigornera +bigornerai +bigorneraient +bigornerais +bigornerait +bigorneras +bigornerez +bigorneriez +bigornerions +bigornerons +bigorneront +bigornes +bigornez +bigorn +bigorne +bigornes +bigorns +bigornrent +bigorniez +bigornions +bigornons +bigot +bigote +bigoterie +bigoteries +bigotes +bigots +bigoudi +bigoudis +bigre +bigrement +bihebdomadaire +bijou +bijouterie +bijouteries +bijoutier +bijoutiers +bijoutire +bijoutires +bijoux +bilan +bilans +bilatral +bilatrale +bilatralement +bilatrales +bilatraux +bilboquet +bilboquets +bile +bilharziose +bilharzioses +biliaire +biliaires +bilieuse +bilieuses +bilieux +bilingue +bilingues +bilinguisme +billard +billards +bille +billes +billet +billets +billevese +billeveses +billion +billions +billot +billots +bimbeloterie +bimbeloteries +bimensuel +bimensuelle +bimensuellement +bimensuelles +bimensuels +bimestriel +bimestrielle +bimestriellement +bimestrielles +bimestriels +bimtallisme +bimoteur +bimoteure +bimoteures +bimoteurs +bina +binage +binages +binai +binaient +binaire +binaires +binais +binait +binant +binas +binasse +binassent +binasses +binassiez +binassions +binmes +bint +bintes +bine +binent +biner +binera +binerai +bineraient +binerais +binerait +bineras +binerez +bineriez +binerions +binerons +bineront +bines +binette +binettes +binez +bin +bine +bines +bins +binrent +biniez +binions +biniou +binious +binocle +binocles +binoculaire +binoculaires +binons +binme +binmes +biochimie +biochimique +biochimiques +biodgradable +biodgradables +biographe +biographes +biographie +biographies +biographique +biographiques +biologie +biologies +biologique +biologiquement +biologiques +biologiste +biologistes +biologue +biologues +biomcanique +biomcaniques +biomtrie +biomtries +bionique +bioniques +biopsie +biopsies +biorythme +biorythmes +biorythmique +biorythmiques +biotopes +biotransformation +biotransformations +biparti +bipartie +biparties +bipartis +bipartite +bipartites +bipartition +bipartitions +bipde +bipdes +biplan +biplans +bipolaire +bipolaires +bique +biques +biquet +biquets +biquette +biquettes +bis +bisaeul +bisaeule +bisaeules +bisaeuls +bisannuel +bisannuelle +bisannuelles +bisannuels +bisbille +bisbilles +biscornu +biscornue +biscornues +biscornus +biscotte +biscottes +biscuit +biscuita +biscuitai +biscuitaient +biscuitais +biscuitait +biscuitant +biscuitas +biscuitasse +biscuitassent +biscuitasses +biscuitassiez +biscuitassions +biscuitmes +biscuitt +biscuittes +biscuite +biscuitent +biscuiter +biscuitera +biscuiterai +biscuiteraient +biscuiterais +biscuiterait +biscuiteras +biscuiterez +biscuiterie +biscuiteries +biscuiteriez +biscuiterions +biscuiterons +biscuiteront +biscuites +biscuitez +biscuit +biscuite +biscuites +biscuits +biscuitrent +biscuitiez +biscuitions +biscuitons +biscuits +bise +biseau +biseauta +biseautage +biseautages +biseautai +biseautaient +biseautais +biseautait +biseautant +biseautas +biseautasse +biseautassent +biseautassiez +biseautassions +biseautmes +biseautt +biseauttes +biseaute +biseautent +biseauter +biseautera +biseauterai +biseauteraient +biseauterais +biseauterait +biseauteras +biseauterez +biseauteriez +biseauterions +biseauterons +biseauteront +biseautes +biseautez +biseaut +biseaute +biseautes +biseauts +biseautrent +biseautiez +biseautions +biseautons +biseaux +bises +bismuth +bismuthique +bison +bisons +bisontin +bisontine +bisontines +bisontins +bisqua +bisquai +bisquaient +bisquais +bisquait +bisquant +bisquas +bisquasse +bisquassent +bisquasses +bisquassiez +bisquassions +bisqumes +bisqut +bisqutes +bisque +bisquent +bisquer +bisquera +bisquerai +bisqueraient +bisquerais +bisquerait +bisqueras +bisquerez +bisqueriez +bisquerions +bisquerons +bisqueront +bisques +bisquez +bisqu +bisque +bisques +bisqus +bisqurent +bisquiez +bisquions +bisquons +bissa +bissai +bissaient +bissais +bissait +bissant +bissas +bissasse +bissassent +bissasses +bissassiez +bissassions +bissmes +bisst +bisstes +bisse +bissent +bisser +bissera +bisserai +bisseraient +bisserais +bisserait +bisseras +bisserez +bisseriez +bisserions +bisserons +bisseront +bissextile +bissextiles +bissexuel +bissexuelle +bissexuelles +bissexuels +bissexu +bissexue +bissexues +bissexus +bissez +biss +bisse +bisses +bisss +bissrent +bissiez +bissions +bissons +bistouri +bistouris +bistre +bistro +bistros +bistrot +bistrots +bisulfite +bisulfites +bit +bite +bites +bits +bitte +bittes +bituma +bitumai +bitumaient +bitumais +bitumait +bitumant +bitumas +bitumasse +bitumassent +bitumasses +bitumassiez +bitumassions +bitummes +bitumt +bitumtes +bitume +bitument +bitumer +bitumera +bitumerai +bitumeraient +bitumerais +bitumerait +bitumeras +bitumerez +bitumeriez +bitumerions +bitumerons +bitumeront +bitumes +bitumez +bitum +bitume +bitumes +bitums +bitumrent +bitumiez +bitumineuse +bitumineuses +bitumineux +bitumions +bitumons +bivalents +bivalve +bivalves +bivouac +bivouacs +bivouaqua +bivouaquai +bivouaquaient +bivouaquais +bivouaquait +bivouaquant +bivouaquas +bivouaquasse +bivouaquassent +bivouaquasses +bivouaquassiez +bivouaquassions +bivouaqumes +bivouaqut +bivouaqutes +bivouaque +bivouaquent +bivouaquer +bivouaquera +bivouaquerai +bivouaqueraient +bivouaquerais +bivouaquerait +bivouaqueras +bivouaquerez +bivouaqueriez +bivouaquerions +bivouaquerons +bivouaqueront +bivouaques +bivouaquez +bivouaqu +bivouaque +bivouaques +bivouaqus +bivouaqurent +bivouaquiez +bivouaquions +bivouaquons +bizarre +bizarrement +bizarrerie +bizarreries +bizarres +bizut +bizuth +bizuths +bizuts +blackboula +blackboulai +blackboulaient +blackboulais +blackboulait +blackboulant +blackboulas +blackboulasse +blackboulassent +blackboulasses +blackboulassiez +blackboulassions +blackboulmes +blackboult +blackboultes +blackboule +blackboulent +blackbouler +blackboulera +blackboulerai +blackbouleraient +blackboulerais +blackboulerait +blackbouleras +blackboulerez +blackbouleriez +blackboulerions +blackboulerons +blackbouleront +blackboules +blackboulez +blackboul +blackboule +blackboules +blackbouls +blackboulrent +blackbouliez +blackboulions +blackboulons +blafard +blafarde +blafardes +blafards +blagua +blaguai +blaguaient +blaguais +blaguait +blaguant +blaguas +blaguasse +blaguassent +blaguasses +blaguassiez +blaguassions +blagumes +blagut +blagutes +blague +blaguent +blaguer +blaguera +blaguerai +blagueraient +blaguerais +blaguerait +blagueras +blaguerez +blagueriez +blaguerions +blaguerons +blagueront +blagues +blagueur +blagueurs +blagueuse +blagueuses +blaguez +blagu +blague +blagues +blagus +blagurent +blaguiez +blaguions +blaguons +blaireau +blaireaux +blaisois +blaisoise +blaisoises +blanc +blanchtre +blanchtres +blanche +blanches +blancheur +blanchi +blanchie +blanchies +blanchiment +blanchiments +blanchir +blanchira +blanchirai +blanchiraient +blanchirais +blanchirait +blanchiras +blanchirent +blanchirez +blanchiriez +blanchirions +blanchirons +blanchiront +blanchis +blanchissage +blanchissages +blanchissaient +blanchissais +blanchissait +blanchissant +blanchisse +blanchissent +blanchisserie +blanchisseries +blanchisses +blanchisseur +blanchisseurs +blanchisseuse +blanchisseuses +blanchissez +blanchissiez +blanchissions +blanchissons +blanchit +blanchmes +blancht +blanchtes +blancs +blanquette +blanquettes +blasa +blasai +blasaient +blasais +blasait +blasant +blasas +blasasse +blasassent +blasasses +blasassiez +blasassions +blasmes +blast +blastes +blase +blasent +blaser +blasera +blaserai +blaseraient +blaserais +blaserait +blaseras +blaserez +blaseriez +blaserions +blaserons +blaseront +blases +blasez +blas +blase +blases +blass +blasrent +blasiez +blasions +blason +blasonna +blasonnai +blasonnaient +blasonnais +blasonnait +blasonnant +blasonnas +blasonnasse +blasonnassent +blasonnasses +blasonnassiez +blasonnassions +blasonnmes +blasonnt +blasonntes +blasonne +blasonnent +blasonner +blasonnera +blasonnerai +blasonneraient +blasonnerais +blasonnerait +blasonneras +blasonnerez +blasonneriez +blasonnerions +blasonnerons +blasonneront +blasonnes +blasonnez +blasonn +blasonne +blasonnes +blasonns +blasonnrent +blasonniez +blasonnions +blasonnons +blasons +blasphma +blasphmai +blasphmaient +blasphmais +blasphmait +blasphmant +blasphmas +blasphmasse +blasphmassent +blasphmasses +blasphmassiez +blasphmassions +blasphmateur +blasphmateurs +blasphmatoire +blasphmatoires +blasphmatrice +blasphmatrices +blasphmmes +blasphmt +blasphmtes +blasphmer +blasphmera +blasphmerai +blasphmeraient +blasphmerais +blasphmerait +blasphmeras +blasphmerez +blasphmeriez +blasphmerions +blasphmerons +blasphmeront +blasphmez +blasphm +blasphme +blasphmes +blasphms +blasphmrent +blasphmiez +blasphmions +blasphmons +blasphme +blasphment +blasphmes +blatte +blattes +blazer +blma +blmable +blmables +blmai +blmaient +blmais +blmait +blmant +blmas +blmasse +blmassent +blmasses +blmassiez +blmassions +blmmes +blmt +blmtes +blme +blment +blmer +blmera +blmerai +blmeraient +blmerais +blmerait +blmeras +blmerez +blmeriez +blmerions +blmerons +blmeront +blmes +blmez +blm +blme +blmes +blms +blmrent +blmiez +blmions +blmons +bled +bleds +blende +blessa +blessai +blessaient +blessais +blessait +blessant +blessas +blessasse +blessassent +blessasses +blessassiez +blessassions +blessmes +blesst +blesstes +blesse +blessent +blesser +blessera +blesserai +blesseraient +blesserais +blesserait +blesseras +blesserez +blesseriez +blesserions +blesserons +blesseront +blesses +blessez +bless +blesse +blesses +blesss +blessrent +blessiez +blessions +blessons +blessure +blessures +blet +blets +blette +blettes +bletti +blettie +bletties +blettir +blettira +blettirai +blettiraient +blettirais +blettirait +blettiras +blettirent +blettirez +blettiriez +blettirions +blettirons +blettiront +blettis +blettissaient +blettissais +blettissait +blettissant +blettisse +blettissent +blettisses +blettissez +blettissiez +blettissions +blettissons +blettit +blettmes +blettt +bletttes +bleu +bleutre +bleutres +bleue +bleues +bleuet +bleuets +bleui +bleuie +bleuies +bleuir +bleuira +bleuirai +bleuiraient +bleuirais +bleuirait +bleuiras +bleuirent +bleuirez +bleuiriez +bleuirions +bleuirons +bleuiront +bleuis +bleuissaient +bleuissais +bleuissait +bleuissant +bleuisse +bleuissent +bleuisses +bleuissez +bleuissiez +bleuissions +bleuissons +bleuit +bleumes +bleut +bleutes +bleus +bleut +bleute +bleutes +bleuts +bl +bls +blsa +blsai +blsaient +blsais +blsait +blsant +blsas +blsasse +blsassent +blsasses +blsassiez +blsassions +blsmes +blst +blstes +blser +blsera +blserai +blseraient +blserais +blserait +blseras +blserez +blseriez +blserions +blserons +blseront +blsez +bls +blse +blses +blss +blsrent +blsiez +blsions +blsois +blsoise +blsoises +blsons +blse +blsent +blses +blme +blmes +blmi +blmie +blmies +blmir +blmira +blmirai +blmiraient +blmirais +blmirait +blmiras +blmirent +blmirez +blmiriez +blmirions +blmirons +blmiront +blmis +blmissaient +blmissais +blmissait +blmissant +blmisse +blmissent +blmisses +blmissiez +blmissions +blmissons +blmit +blmmes +blmt +blmtes +blinda +blindage +blindages +blindai +blindaient +blindais +blindait +blindant +blindas +blindasse +blindassent +blindasses +blindassiez +blindassions +blindmes +blindt +blindtes +blinde +blindent +blinder +blindera +blinderai +blinderaient +blinderais +blinderait +blinderas +blinderez +blinderiez +blinderions +blinderons +blinderont +blindes +blindez +blind +blinde +blindes +blinds +blindrent +blindiez +blindions +blindons +blizzard +blizzards +bloc +blocage +blocages +blochaus +blocs +blocus +blond +blondasse +blondasses +blonde +blondes +blondeur +blondeurs +blondi +blondie +blondies +blondin +blondine +blondines +blondins +blondir +blondira +blondirai +blondiraient +blondirais +blondirait +blondiras +blondirent +blondirez +blondiriez +blondirions +blondirons +blondiront +blondis +blondissaient +blondissais +blondissait +blondissant +blondisse +blondissent +blondisses +blondissiez +blondissions +blondissons +blondit +blondmes +blondt +blondtes +blonds +bloqua +bloquai +bloquaient +bloquais +bloquait +bloquant +bloquants +bloquas +bloquasse +bloquassent +bloquasses +bloquassiez +bloquassions +bloqumes +bloqut +bloqutes +bloque +bloquent +bloquer +bloquera +bloquerai +bloqueraient +bloquerais +bloquerait +bloqueras +bloquerez +bloqueriez +bloquerions +bloquerons +bloqueront +bloques +bloqueurs +bloquez +bloqu +bloque +bloques +bloqus +bloqurent +bloquiez +bloquions +bloquons +blotti +blottie +blotties +blottir +blottira +blottirai +blottiraient +blottirais +blottirait +blottiras +blottirent +blottirez +blottiriez +blottirions +blottirons +blottiront +blottis +blottissaient +blottissais +blottissait +blottissant +blottisse +blottissent +blottisses +blottissez +blottissiez +blottissions +blottissons +blottit +blottmes +blottt +blotttes +blousa +blousai +blousaient +blousais +blousait +blousant +blousas +blousasse +blousassent +blousasses +blousassiez +blousassions +blousmes +bloust +bloustes +blouse +blousent +blouser +blousera +blouserai +blouseraient +blouserais +blouserait +blouseras +blouserez +blouseriez +blouserions +blouserons +blouseront +blouses +blousez +blous +blouse +blouses +blouss +blousrent +blousiez +blousions +blouson +blousons +blues +bluette +bluettes +bluff +bluffa +bluffai +bluffaient +bluffais +bluffait +bluffant +bluffas +bluffasse +bluffassent +bluffasses +bluffassiez +bluffassions +bluffmes +blufft +blufftes +bluffe +bluffent +bluffer +bluffera +blufferai +blufferaient +blufferais +blufferait +blufferas +blufferez +blufferiez +blufferions +blufferons +blufferont +bluffes +bluffeur +bluffeurs +bluffeuse +bluffeuses +bluffez +bluff +bluffe +bluffes +bluffs +bluffrent +bluffiez +bluffions +bluffons +bluffs +bluta +blutage +blutages +blutai +blutaient +blutais +blutait +blutant +blutas +blutasse +blutassent +blutasses +blutassiez +blutassions +blutmes +blutt +bluttes +blute +blutent +bluter +blutera +bluterai +bluteraient +bluterais +bluterait +bluteras +bluterez +bluteriez +bluterions +bluterons +bluteront +blutes +blutez +blut +blute +blutes +bluts +blutrent +blutiez +blutions +blutoir +blutoirs +blutons +boa +boas +bobard +bobards +bobche +bobches +bobina +bobinage +bobinages +bobinai +bobinaient +bobinais +bobinait +bobinant +bobinas +bobinasse +bobinassent +bobinasses +bobinassiez +bobinassions +bobinmes +bobint +bobintes +bobine +bobinent +bobiner +bobinera +bobinerai +bobineraient +bobinerais +bobinerait +bobineras +bobinerez +bobineriez +bobinerions +bobinerons +bobineront +bobines +bobinez +bobin +bobine +bobines +bobins +bobinrent +bobiniez +bobinions +bobinons +bobo +bobos +bocage +bocager +bocagers +bocages +bocagre +bocagres +bocal +bocaux +boche +boches +bock +bocks +boeuf +boeufs +boggie +boggies +bogie +bogies +bogue +bogues +bohmien +bohmienne +bohmiennes +bohmiens +bohme +bohmes +bohu +boira +boirai +boiraient +boirais +boirait +boiras +boire +boirez +boiriez +boirions +boirons +boiront +bois +boisa +boisage +boisages +boisai +boisaient +boisais +boisait +boisant +boisas +boisasse +boisassent +boisasses +boisassiez +boisassions +boismes +boist +boistes +boise +boisent +boiser +boisera +boiserai +boiseraient +boiserais +boiserait +boiseras +boiserez +boiserie +boiseries +boiseriez +boiserions +boiserons +boiseront +boises +boisez +bois +boise +boises +boiss +boisrent +boisiez +boisions +boisons +boisseau +boisseaux +boisson +boissons +boit +boita +boitai +boitaient +boitais +boitait +boitant +boitas +boitasse +boitassent +boitasses +boitassiez +boitassions +boitmes +boitt +boittes +boite +boitent +boiter +boitera +boiterai +boiteraient +boiterais +boiterait +boiteras +boiterez +boiterie +boiteries +boiteriez +boiterions +boiterons +boiteront +boites +boiteuse +boiteuses +boiteux +boitez +boit +boite +boites +boits +boitrent +boitier +boitiers +boitiez +boitions +boitons +boive +boivent +boives +bote +botes +botier +botiers +bol +bolchevik +bolcheviks +bolchevique +bolcheviques +bolchevisme +bolet +bolets +bole +boles +bolro +bolros +bolide +bolides +bolivie +bolivien +bolivienne +boliviennes +boliviens +bols +bomba +bombai +bombaient +bombais +bombait +bombance +bombances +bombant +bombarda +bombardai +bombardaient +bombardais +bombardait +bombardant +bombardas +bombardasse +bombardassent +bombardasses +bombardassiez +bombardassions +bombardmes +bombardt +bombardtes +bombarde +bombardement +bombardements +bombardent +bombarder +bombardera +bombarderai +bombarderaient +bombarderais +bombarderait +bombarderas +bombarderez +bombarderiez +bombarderions +bombarderons +bombarderont +bombardes +bombardez +bombard +bombarde +bombardes +bombards +bombardrent +bombardier +bombardiers +bombardiez +bombardions +bombardons +bombas +bombasse +bombassent +bombasses +bombassiez +bombassions +bombmes +bombt +bombtes +bombe +bombement +bombent +bomber +bombera +bomberai +bomberaient +bomberais +bomberait +bomberas +bomberez +bomberiez +bomberions +bomberons +bomberont +bombes +bombez +bomb +bombe +bombes +bombs +bombrent +bombiez +bombions +bombonne +bombonnes +bombons +bombyx +bon +bonapartiste +bonapartistes +bonasse +bonasses +bonbon +bonbonne +bonbonnes +bonbonnire +bonbonnires +bonbons +bond +bonde +bondes +bond +bonde +bondes +bonds +bondi +bondie +bondies +bondir +bondira +bondirai +bondiraient +bondirais +bondirait +bondiras +bondirent +bondirez +bondiriez +bondirions +bondirons +bondiront +bondis +bondissaient +bondissais +bondissait +bondissas +bondissez +bondissiez +bondissions +bondissons +bondit +bondmes +bondt +bondtes +bonds +bonheur +bonheurs +bonhomie +bonhomme +bonhommes +boni +bonifia +bonifiai +bonifiaient +bonifiais +bonifiait +bonifiant +bonifias +bonifiasse +bonifiassent +bonifiasses +bonifiassiez +bonifiassions +bonifimes +bonifit +bonifites +bonification +bonifications +bonifie +bonifient +bonifier +bonifiera +bonifierai +bonifieraient +bonifierais +bonifierait +bonifieras +bonifierez +bonifieriez +bonifierions +bonifierons +bonifieront +bonifies +bonifiez +bonifi +bonifie +bonifies +bonifis +bonifirent +bonifiiez +bonifiions +bonifions +boniment +boniments +bonis +bonjour +bonjours +bonne +bonnement +bonnes +bonnet +bonneteau +bonneteaux +bonneterie +bonnetier +bonnetiers +bonnetire +bonnetires +bonnets +bonnette +bonnettes +bonniche +bonniches +bons +bonshommes +bonsoir +bonsoirs +bont +bonts +bonus +bonze +bonzes +bonzesse +bonzesses +boomerang +boomerangs +boqueteau +boqueteaux +borax +borborygme +borborygmes +bord +borda +bordage +bordages +bordai +bordaient +bordais +bordait +bordant +bordante +bordas +bordasse +bordassent +bordasses +bordassiez +bordassions +bordmes +bordt +bordtes +borde +bordeaux +bordel +bordelais +bordelaise +bordelaises +bordels +bordent +border +bordera +borderai +borderaient +borderais +borderait +borderas +bordereau +bordereaux +borderez +borderiez +borderions +borderons +borderont +bordes +bordez +bord +borde +bordes +bords +bordrent +bordiez +bordions +bordons +bords +bordure +bordures +bore +bores +boral +borale +borales +boraux +borgne +borgnes +borique +boriques +boriqu +borique +boriques +boriqus +borna +bornage +bornages +bornai +bornaient +bornais +bornait +bornant +bornas +bornasse +bornassent +bornasses +bornassiez +bornassions +bornmes +bornt +borntes +borne +bornent +borner +bornera +bornerai +borneraient +bornerais +bornerait +borneras +bornerez +borneriez +bornerions +bornerons +borneront +bornes +bornez +born +borne +bornes +borns +bornrent +borniez +bornions +bornons +bosquet +bosquets +bossa +bossage +bossages +bossai +bossaient +bossais +bossait +bossant +bossas +bossasse +bossassent +bossasses +bossassiez +bossassions +bossmes +bosst +bosstes +bosse +bossela +bosselage +bosselages +bosselai +bosselaient +bosselais +bosselait +bosselant +bosselasse +bosselassent +bosselasses +bosselassiez +bosselassions +bosselmes +bosselt +bosseltes +bosseler +bosselez +bossel +bossele +bosseles +bossels +bosseliez +bosselions +bosselle +bossellement +bossellements +bossellent +bossellera +bossellerai +bosselleraient +bossellerais +bossellerait +bosselleras +bossellerez +bosselleriez +bossellerions +bossellerons +bosselleront +bosselles +bosselons +bossent +bosser +bossera +bosserai +bosseraient +bosserais +bosserait +bosseras +bosserez +bosseriez +bosserions +bosserons +bosseront +bosses +bossette +bossettes +bossez +boss +bosse +bosses +bosss +bossrent +bossiez +bossions +bossoir +bossoirs +bossons +bossu +bossue +bossues +bossus +bot +botanique +botaniques +botaniste +botanistes +bote +botes +bots +botta +bottai +bottaient +bottais +bottait +bottant +bottas +bottasse +bottassent +bottasses +bottassiez +bottassions +bottmes +bottt +botttes +botte +bottel +bottele +botteles +bottels +bottent +botter +bottera +botterai +botteraient +botterais +botterait +botteras +botterez +botteriez +botterions +botterons +botteront +bottes +bottez +bott +botte +bottes +botts +bottrent +bottier +bottiers +bottiez +bottillon +bottillons +bottin +bottine +bottines +bottins +bottions +bottons +botulisme +boubou +boubous +bouc +boucan +boucanier +boucaniers +boucans +boucha +bouchage +bouchages +bouchai +bouchaient +bouchais +bouchait +bouchant +bouchas +bouchasse +bouchassent +bouchasses +bouchassiez +bouchassions +bouchmes +boucht +bouchtes +bouche +bouchent +boucher +bouchera +boucherai +boucheraient +boucherais +boucherait +boucheras +boucherez +boucherie +boucheries +boucheriez +boucherions +boucherons +boucheront +bouchers +bouches +bouchez +bouch +bouche +bouches +bouchs +bouchre +bouchrent +bouchres +bouchiez +bouchions +bouchon +bouchonna +bouchonnai +bouchonnaient +bouchonnais +bouchonnait +bouchonnant +bouchonnas +bouchonnasse +bouchonnassent +bouchonnasses +bouchonnassiez +bouchonnassions +bouchonnmes +bouchonnt +bouchonntes +bouchonne +bouchonnent +bouchonner +bouchonnera +bouchonnerai +bouchonneraient +bouchonnerais +bouchonnerait +bouchonneras +bouchonnerez +bouchonneriez +bouchonnerions +bouchonnerons +bouchonneront +bouchonnes +bouchonnez +bouchonn +bouchonne +bouchonnes +bouchonns +bouchonnrent +bouchonniez +bouchonnions +bouchonnons +bouchons +boucla +bouclai +bouclaient +bouclais +bouclait +bouclant +bouclas +bouclasse +bouclassent +bouclasses +bouclassiez +bouclassions +bouclmes +bouclt +boucltes +boucle +bouclent +boucler +bouclera +bouclerai +boucleraient +bouclerais +bouclerait +boucleras +bouclerez +boucleriez +bouclerions +bouclerons +boucleront +boucles +bouclette +bouclettes +bouclez +boucl +boucle +boucles +boucls +bouclrent +bouclier +boucliers +boucliez +bouclions +bouclons +boucs +bouda +boudai +boudaient +boudais +boudait +boudant +boudas +boudasse +boudassent +boudasses +boudassiez +boudassions +boudmes +boudt +boudtes +bouddha +bouddhique +bouddhiques +bouddhisme +bouddhiste +bouddhistes +boude +boudent +bouder +boudera +bouderai +bouderaient +bouderais +bouderait +bouderas +bouderez +bouderie +bouderies +bouderiez +bouderions +bouderons +bouderont +boudes +boudeur +boudeurs +boudeuse +boudeuses +boudez +boud +boude +boudes +bouds +boudrent +boudiez +boudin +boudin +boudine +boudines +boudins +boudins +boudions +boudoir +boudoirs +boudons +boue +boues +boueuse +boueuses +boueux +boue +boues +bouffa +bouffai +bouffaient +bouffais +bouffait +bouffant +bouffarde +bouffardes +bouffas +bouffasse +bouffassent +bouffasses +bouffassiez +bouffassions +bouffmes +boufft +boufftes +bouffe +bouffent +bouffer +bouffera +boufferai +boufferaient +boufferais +boufferait +boufferas +boufferez +boufferiez +boufferions +boufferons +boufferont +bouffes +bouffez +bouff +bouffe +bouffes +bouffs +bouffrent +bouffi +bouffie +bouffies +bouffiez +bouffions +bouffir +bouffira +bouffirai +bouffiraient +bouffirais +bouffirait +bouffiras +bouffirent +bouffirez +bouffiriez +bouffirions +bouffirons +bouffiront +bouffis +bouffissaient +bouffissais +bouffissait +bouffissant +bouffisse +bouffissent +bouffisses +bouffissez +bouffissiez +bouffissions +bouffissons +bouffissure +bouffissures +bouffit +bouffmes +boufft +boufftes +bouffon +bouffona +bouffonai +bouffonaient +bouffonais +bouffonait +bouffonant +bouffonas +bouffonasse +bouffonassent +bouffonasses +bouffonassiez +bouffonassions +bouffonmes +bouffont +bouffontes +bouffone +bouffonent +bouffoner +bouffonera +bouffonerai +bouffoneraient +bouffonerais +bouffonerait +bouffoneras +bouffonerez +bouffoneriez +bouffonerions +bouffonerons +bouffoneront +bouffones +bouffonez +bouffon +bouffone +bouffones +bouffons +bouffonrent +bouffoniez +bouffonions +bouffonne +bouffonnerie +bouffonneries +bouffonnes +bouffonons +bouffons +bouge +bougea +bougeai +bougeaient +bougeais +bougeait +bougeant +bougeas +bougeasse +bougeassent +bougeasses +bougeassiez +bougeassions +bougemes +bouget +bougetes +bougent +bougeoir +bougeoirs +bougeons +bougeotte +bougeottes +bouger +bougera +bougerai +bougeraient +bougerais +bougerait +bougeras +bougerez +bougeriez +bougerions +bougerons +bougeront +bouges +bougez +boug +bouge +bouges +bougs +bougrent +bougie +bougies +bougiez +bougions +bougon +bougonna +bougonnai +bougonnaient +bougonnais +bougonnait +bougonnant +bougonnas +bougonnasse +bougonnassent +bougonnasses +bougonnassiez +bougonnassions +bougonnmes +bougonnt +bougonntes +bougonne +bougonnent +bougonner +bougonnera +bougonnerai +bougonneraient +bougonnerais +bougonnerait +bougonneras +bougonnerez +bougonneriez +bougonnerions +bougonnerons +bougonneront +bougonnes +bougonnez +bougonn +bougonne +bougonnes +bougonns +bougonnrent +bougonniez +bougonnions +bougonnons +bougons +bougre +bougrement +bougres +bougresse +bougresses +boui +bouillabaisse +bouillabaisses +bouillaient +bouillais +bouillait +bouillant +bouillas +bouille +bouillent +bouilles +bouilleur +bouilleurs +bouillez +bouilli +bouillie +bouillies +bouilliez +bouillions +bouillir +bouillira +bouillirai +bouilliraient +bouillirait +bouilliras +bouillirent +bouillirez +bouilliriez +bouillirions +bouillirons +bouilliront +bouillis +bouillisse +bouillissent +bouillisses +bouillissiez +bouillissions +bouillit +bouillmes +bouilltes +bouilloire +bouilloires +bouillon +bouillonna +bouillonnai +bouillonnaient +bouillonnais +bouillonnait +bouillonnant +bouillonnas +bouillonnasse +bouillonnassent +bouillonnasses +bouillonnassiez +bouillonnassions +bouillonnmes +bouillonnt +bouillonntes +bouillonne +bouillonnement +bouillonnent +bouillonner +bouillonnera +bouillonnerai +bouillonneraient +bouillonnerais +bouillonnerait +bouillonneras +bouillonnerez +bouillonneriez +bouillonnerions +bouillonnerons +bouillonneront +bouillonnes +bouillonnez +bouillonn +bouillonne +bouillonnes +bouillonns +bouillonnrent +bouillonniez +bouillonnions +bouillonnons +bouillons +bouillotte +bouillottes +boula +boulai +boulaient +boulais +boulait +boulanger +boulangerie +boulangeries +boulangers +boulangre +boulangres +boulant +boulas +boulasse +boulassent +boulasses +boulassiez +boulassions +boulmes +boult +boultes +boule +bouleau +bouleaux +bouledogue +bouledogues +boulent +bouler +boulera +boulerai +bouleraient +boulerais +boulerait +bouleras +boulerez +bouleriez +boulerions +boulerons +bouleront +boules +boulet +boulets +boulette +boulettes +boulevard +boulevards +bouleversa +bouleversai +bouleversaient +bouleversais +bouleversait +bouleversant +bouleversas +bouleversasse +bouleversassent +bouleversasses +bouleversassiez +bouleversassions +bouleversmes +bouleverst +bouleverstes +bouleverse +bouleversement +bouleversements +bouleversent +bouleverser +bouleversera +bouleverserai +bouleverseraient +bouleverserais +bouleverserait +bouleverseras +bouleverserez +bouleverseriez +bouleverserions +bouleverserons +bouleverseront +bouleverses +bouleversez +boulevers +bouleverse +bouleverses +bouleverss +bouleversrent +bouleversiez +bouleversions +bouleversons +boulez +boul +boule +boules +bouls +boulrent +boulier +bouliers +bouliez +boulimie +boulimies +boulions +bouliste +boulistes +boulogne +boulon +boulonna +boulonnai +boulonnaient +boulonnais +boulonnait +boulonnant +boulonnas +boulonnasse +boulonnassent +boulonnasses +boulonnassiez +boulonnassions +boulonnmes +boulonnt +boulonntes +boulonne +boulonnent +boulonner +boulonnera +boulonnerai +boulonneraient +boulonnerais +boulonnerait +boulonneras +boulonnerez +boulonneriez +boulonnerions +boulonnerons +boulonneront +boulonnes +boulonnez +boulonn +boulonne +boulonnes +boulonns +boulonnrent +boulonniez +boulonnions +boulonnons +boulons +boulot +boulots +boulotta +boulottai +boulottaient +boulottais +boulottait +boulottant +boulottas +boulottasse +boulottassent +boulottasses +boulottassiez +boulottassions +boulottmes +boulottt +boulotttes +boulotte +boulottent +boulotter +boulottera +boulotterai +boulotteraient +boulotterais +boulotterait +boulotteras +boulotterez +boulotteriez +boulotterions +boulotterons +boulotteront +boulottes +boulottez +boulott +boulotte +boulottes +boulotts +boulottrent +boulottiez +boulottions +boulottons +bouquet +bouquetire +bouquetires +bouquetin +bouquetins +bouquets +bouquin +bouquina +bouquinai +bouquinaient +bouquinais +bouquinait +bouquinant +bouquinas +bouquinasse +bouquinassent +bouquinasses +bouquinassiez +bouquinassions +bouquinmes +bouquint +bouquintes +bouquine +bouquinent +bouquiner +bouquinera +bouquinerai +bouquineraient +bouquinerais +bouquinerait +bouquineras +bouquinerez +bouquineriez +bouquinerions +bouquinerons +bouquineront +bouquines +bouquinez +bouquin +bouquine +bouquines +bouquins +bouquinrent +bouquiniez +bouquinions +bouquiniste +bouquinistes +bouquinons +bouquins +bourbe +bourbes +bourbeuse +bourbeuses +bourbeux +bourbier +bourbiers +bourbillon +bourbillons +bourde +bourdes +bourdon +bourdonna +bourdonnai +bourdonnaient +bourdonnais +bourdonnait +bourdonnant +bourdonnas +bourdonnasse +bourdonnassent +bourdonnasses +bourdonnassiez +bourdonnassions +bourdonnmes +bourdonnt +bourdonntes +bourdonne +bourdonnement +bourdonnements +bourdonnent +bourdonner +bourdonnera +bourdonnerai +bourdonneraient +bourdonnerais +bourdonnerait +bourdonneras +bourdonnerez +bourdonneriez +bourdonnerions +bourdonnerons +bourdonneront +bourdonnes +bourdonnez +bourdonn +bourdonne +bourdonnes +bourdonns +bourdonnrent +bourdonniez +bourdonnions +bourdonnons +bourdons +bourg +bourgade +bourgades +bourgeois +bourgeoise +bourgeoises +bourgeoisie +bourgeoisies +bourgeon +bourgeonna +bourgeonnai +bourgeonnaient +bourgeonnais +bourgeonnait +bourgeonnant +bourgeonnas +bourgeonnasse +bourgeonnassent +bourgeonnasses +bourgeonnassiez +bourgeonnassions +bourgeonnmes +bourgeonnt +bourgeonntes +bourgeonne +bourgeonnement +bourgeonnements +bourgeonnent +bourgeonner +bourgeonnera +bourgeonnerai +bourgeonneraient +bourgeonnerais +bourgeonnerait +bourgeonneras +bourgeonnerez +bourgeonneriez +bourgeonnerions +bourgeonnerons +bourgeonneront +bourgeonnes +bourgeonnez +bourgeonn +bourgeonne +bourgeonnes +bourgeonns +bourgeonnrent +bourgeonniez +bourgeonnions +bourgeonnons +bourgeons +bourgeron +bourgerons +bourgmestre +bourgmestres +bourgs +bourguignon +bourguignonne +bourguignonnes +bourguignons +bourlingua +bourlinguai +bourlinguaient +bourlinguais +bourlinguait +bourlinguant +bourlinguas +bourlinguasse +bourlinguassent +bourlinguasses +bourlinguassiez +bourlinguassions +bourlingumes +bourlingut +bourlingutes +bourlingue +bourlinguent +bourlinguer +bourlinguera +bourlinguerai +bourlingueraient +bourlinguerais +bourlinguerait +bourlingueras +bourlinguerez +bourlingueriez +bourlinguerions +bourlinguerons +bourlingueront +bourlingues +bourlinguez +bourlingu +bourlingue +bourlingues +bourlingus +bourlingurent +bourlinguiez +bourlinguions +bourlinguons +bourra +bourrache +bourraches +bourrade +bourrades +bourrage +bourrages +bourrai +bourraient +bourrais +bourrait +bourrant +bourras +bourrasque +bourrasques +bourrasse +bourrassent +bourrasses +bourrassiez +bourrassions +bourratif +bourrmes +bourrt +bourrtes +bourre +bourreau +bourreaux +bourrelet +bourrelets +bourrel +bourrele +bourreles +bourrels +bourrelier +bourreliers +bourrellerie +bourrelleries +bourrent +bourrer +bourrera +bourrerai +bourreraient +bourrerais +bourrerait +bourreras +bourrerez +bourreriez +bourrerions +bourrerons +bourreront +bourres +bourrette +bourrez +bourr +bourre +bourres +bourrs +bourrrent +bourriche +bourriches +bourricot +bourricots +bourriez +bourrions +bourrique +bourriques +bourrons +bourru +bourrue +bourrues +bourrus +bourse +bourses +boursicota +boursicotai +boursicotaient +boursicotais +boursicotait +boursicotant +boursicotas +boursicotasse +boursicotassent +boursicotasses +boursicotassiez +boursicotassions +boursicotmes +boursicott +boursicottes +boursicote +boursicotent +boursicoter +boursicotera +boursicoterai +boursicoteraient +boursicoterais +boursicoterait +boursicoteras +boursicoterez +boursicoteriez +boursicoterions +boursicoterons +boursicoteront +boursicotes +boursicotez +boursicot +boursicote +boursicotes +boursicots +boursicotrent +boursicotiez +boursicotions +boursicotons +boursier +boursiers +boursire +boursires +boursoufiez +boursoufla +boursouflai +boursouflaient +boursouflais +boursouflait +boursouflant +boursouflas +boursouflasse +boursouflassent +boursouflasses +boursouflassiez +boursouflassions +boursouflmes +boursouflt +boursoufltes +boursoufle +boursouflement +boursouflements +boursouflent +boursoufler +boursouflera +boursouflerai +boursoufleraient +boursouflerais +boursouflerait +boursoufleras +boursouflerez +boursoufleriez +boursouflerions +boursouflerons +boursoufleront +boursoufles +boursouflez +boursoufl +boursoufle +boursoufles +boursoufls +boursouflrent +boursoufliez +boursouflions +boursouflons +boursouflure +boursouflures +bous +bouscula +bousculade +bousculades +bousculai +bousculaient +bousculais +bousculait +bousculant +bousculas +bousculasse +bousculassent +bousculasses +bousculassiez +bousculassions +bousculmes +bouscult +bouscultes +bouscule +bousculent +bousculer +bousculera +bousculerai +bousculeraient +bousculerais +bousculerait +bousculeras +bousculerez +bousculeriez +bousculerions +bousculerons +bousculeront +bouscules +bousculez +bouscul +bouscule +bouscules +bousculs +bousculrent +bousculiez +bousculions +bousculons +bouse +bouses +bousier +bousiers +bousilla +bousillai +bousillaient +bousillais +bousillait +bousillant +bousillas +bousillasse +bousillassent +bousillasses +bousillassiez +bousillassions +bousillmes +bousillt +bousilltes +bousille +bousillent +bousiller +bousillera +bousillerai +bousilleraient +bousillerais +bousillerait +bousilleras +bousillerez +bousilleriez +bousillerions +bousillerons +bousilleront +bousilles +bousilleur +bousilleurs +bousilleuse +bousilleuses +bousillez +bousill +bousille +bousilles +bousills +bousillrent +bousilliez +bousillions +bousillons +boussole +boussoles +boustifaille +bout +bouta +boutade +boutades +boutaient +boutait +boutant +boutasse +boutassent +boutt +boute +bouteille +bouteilles +boutent +bouter +boutera +bouteraient +bouterait +bouteront +boutes +bouteur +bouteurs +bout +boute +boutes +bouts +boutrent +boutique +boutiques +boutiquier +boutiquiers +boutiquire +boutiquires +boutoir +boutoirs +bouton +boutonna +boutonnai +boutonnaient +boutonnais +boutonnait +boutonnant +boutonnas +boutonnasse +boutonnassent +boutonnasses +boutonnassiez +boutonnassions +boutonnmes +boutonnt +boutonntes +boutonne +boutonnent +boutonner +boutonnera +boutonnerai +boutonneraient +boutonnerais +boutonnerait +boutonneras +boutonnerez +boutonneriez +boutonnerions +boutonnerons +boutonneront +boutonnes +boutonneuse +boutonneuses +boutonneux +boutonnez +boutonn +boutonne +boutonnes +boutonns +boutonnrent +boutonniez +boutonnire +boutonnires +boutonnions +boutonnons +bouts +boutura +bouturage +bouturages +bouturai +bouturaient +bouturais +bouturait +bouturant +bouturas +bouturasse +bouturassent +bouturasses +bouturassiez +bouturassions +bouturmes +bouturt +bouturtes +bouture +bouturent +bouturer +bouturera +bouturerai +boutureraient +bouturerais +bouturerait +boutureras +bouturerez +boutureriez +bouturerions +bouturerons +boutureront +boutures +bouturez +boutur +bouture +boutures +bouturs +bouturrent +bouturiez +bouturions +bouturons +bouvier +bouviers +bouvire +bouvires +bouvillon +bouvillons +bouvreuil +bouvreuils +bovin +bovine +bovines +bovins +bow +box +boxa +boxai +boxaient +boxais +boxait +boxant +boxas +boxasse +boxassent +boxasses +boxassiez +boxassions +boxmes +boxt +boxtes +boxe +boxent +boxer +boxera +boxerai +boxeraient +boxerais +boxerait +boxeras +boxerez +boxeriez +boxerions +boxerons +boxeront +boxers +boxes +boxeur +boxeurs +boxez +box +boxe +boxes +boxs +boxrent +boxiez +boxions +boxons +boy +boyau +boyaux +boycott +boycotta +boycottage +boycottages +boycottai +boycottaient +boycottais +boycottait +boycottant +boycottas +boycottasse +boycottassent +boycottasses +boycottassiez +boycottassions +boycottmes +boycottt +boycotttes +boycotte +boycottent +boycotter +boycottera +boycotterai +boycotteraient +boycotterais +boycotterait +boycotteras +boycotterez +boycotteriez +boycotterions +boycotterons +boycotteront +boycottes +boycottez +boycott +boycotte +boycottes +boycotts +boycottrent +boycottiez +boycottions +boycottons +boycotts +boys +brabonon +brabononne +brabononnes +brabonons +brac +bracelet +bracelets +brachial +brachiale +brachiales +brachiaux +brachycphale +brachycphales +braconna +braconnage +braconnages +braconnai +braconnaient +braconnais +braconnait +braconnant +braconnas +braconnasse +braconnassent +braconnasses +braconnassiez +braconnassions +braconnmes +braconnt +braconntes +braconne +braconnent +braconner +braconnera +braconnerai +braconneraient +braconnerais +braconnerait +braconneras +braconnerez +braconneriez +braconnerions +braconnerons +braconneront +braconnes +braconnez +braconn +braconne +braconnes +braconns +braconnrent +braconnier +braconniers +braconniez +braconnire +braconnires +braconnions +braconnons +brada +bradai +bradaient +bradais +bradait +bradant +bradas +bradasse +bradassent +bradasses +bradassiez +bradassions +bradmes +bradt +bradtes +brade +bradent +brader +bradera +braderai +braderaient +braderais +braderait +braderas +braderez +braderie +braderies +braderiez +braderions +braderons +braderont +brades +bradez +brad +brade +brades +brads +bradrent +bradiez +bradions +bradons +braguette +braguettes +brahmane +brahmanes +brahmanisme +brai +braie +braient +braies +brailla +braillai +braillaient +braillais +braillait +braillant +braillard +braillarde +braillardes +braillards +braillas +braillasse +braillassent +braillasses +braillassiez +braillassions +braillmes +braillt +brailltes +braille +braillement +braillent +brailler +braillera +braillerai +brailleraient +braillerais +braillerait +brailleras +braillerez +brailleriez +braillerions +braillerons +brailleront +brailles +braillez +braill +braille +brailles +braills +braillrent +brailliez +braillions +braillons +braiment +braiments +braira +brairaient +brairait +braire +brairont +braisa +braisai +braisaient +braisais +braisait +braisant +braisas +braisasse +braisassent +braisasses +braisassiez +braisassions +braismes +braist +braistes +braise +braisent +braiser +braisera +braiserai +braiseraient +braiserais +braiserait +braiseras +braiserez +braiseriez +braiserions +braiserons +braiseront +braises +braisez +brais +braise +braises +braiss +braisrent +braisiez +braisions +braisons +brait +braite +braites +braits +brama +bramai +bramaient +bramais +bramait +bramant +bramas +bramasse +bramassent +bramasses +bramassiez +bramassions +brammes +bramt +bramtes +brame +brament +bramer +bramera +bramerai +brameraient +bramerais +bramerait +brameras +bramerez +brameriez +bramerions +bramerons +brameront +brames +bramez +bram +brame +brames +brams +bramrent +bramiez +bramions +bramons +brancard +brancarda +brancardai +brancardaient +brancardais +brancardait +brancardant +brancardas +brancardasse +brancardassent +brancardasses +brancardassiez +brancardassions +brancardmes +brancardt +brancardtes +brancarde +brancardent +brancarder +brancardera +brancarderai +brancarderaient +brancarderais +brancarderait +brancarderas +brancarderez +brancarderiez +brancarderions +brancarderons +brancarderont +brancardes +brancardez +brancard +brancarde +brancardes +brancards +brancardrent +brancardier +brancardiers +brancardiez +brancardions +brancardons +brancards +brancha +branchage +branchages +branchai +branchaient +branchais +branchait +branchant +branchas +branchasse +branchassent +branchasses +branchassiez +branchassions +branchmes +brancht +branchtes +branche +branchement +branchements +branchent +brancher +branchera +brancherai +brancheraient +brancherais +brancherait +brancheras +brancherez +brancheriez +brancherions +brancherons +brancheront +branches +branchette +branchettes +branchez +branch +branche +branches +branchs +branchrent +branchies +branchiez +branchions +branchons +branchu +branchue +branchues +branchus +brandade +brandades +brandebourg +brandebourgs +brandi +brandie +brandies +brandir +brandira +brandirai +brandiraient +brandirais +brandirait +brandiras +brandirent +brandirez +brandiriez +brandirions +brandirons +brandiront +brandis +brandissaient +brandissais +brandissait +brandissant +brandisse +brandissent +brandisses +brandissez +brandissiez +brandissions +brandissons +brandit +brandmes +brandt +brandtes +brandon +brandons +branla +branlai +branlaient +branlais +branlait +branlant +branlas +branlasse +branlassent +branlasses +branlassiez +branlassions +branlmes +branlt +branltes +branle +branlent +branler +branlera +branlerai +branleraient +branlerais +branlerait +branleras +branlerez +branleriez +branlerions +branlerons +branleront +branles +branlette +branlez +branl +branle +branles +branls +branlrent +branliez +branlions +branlons +braqua +braquai +braquaient +braquais +braquait +braquant +braquas +braquasse +braquassent +braquasses +braquassiez +braquassions +braqumes +braqut +braqutes +braque +braquent +braquer +braquera +braquerai +braqueraient +braquerais +braquerait +braqueras +braquerez +braqueriez +braquerions +braquerons +braqueront +braques +braquez +braqu +braque +braques +braqus +braqurent +braquiez +braquions +braquons +bras +brasa +brasai +brasaient +brasais +brasait +brasant +brasas +brasasse +brasassent +brasasses +brasassiez +brasassions +brasmes +brast +brastes +brase +brasent +braser +brasera +braserai +braseraient +braserais +braserait +braseras +braserez +braseriez +braserions +brasero +braserons +braseront +braseros +brases +brasez +bras +brase +brases +brass +brasrent +brasier +brasiers +brasions +brasons +brassa +brassage +brassages +brassai +brassaient +brassais +brassait +brassant +brassard +brassards +brassas +brassasse +brassassent +brassasses +brassassiez +brassassions +brassmes +brasst +brasstes +brasse +brassent +brasser +brassera +brasserai +brasseraient +brasserais +brasserait +brasseras +brasserez +brasserie +brasseries +brasseriez +brasserions +brasserons +brasseront +brasses +brasseur +brasseurs +brasseuse +brasseuses +brassez +brass +brasse +brasses +brasss +brassrent +brassiez +brassire +brassires +brassions +brassons +brava +bravache +bravaches +bravade +bravades +bravai +bravaient +bravais +bravait +bravant +bravas +bravasse +bravassent +bravasses +bravassiez +bravassions +bravmes +bravt +bravtes +brave +bravement +bravent +braver +bravera +braverai +braveraient +braverais +braverait +braveras +braverez +braveriez +braverions +braverons +braveront +braves +bravez +brav +brave +braves +bravs +bravrent +braviez +bravions +bravo +bravons +bravoure +bravoures +brayaient +brayait +brayant +brebis +bredouilla +bredouillage +bredouillages +bredouillai +bredouillaient +bredouillais +bredouillait +bredouillant +bredouillas +bredouillasse +bredouillassent +bredouillasses +bredouillassiez +bredouillassions +bredouillmes +bredouillt +bredouilltes +bredouille +bredouillement +bredouillements +bredouillent +bredouiller +bredouillera +bredouillerai +bredouilleraient +bredouillerais +bredouillerait +bredouilleras +bredouillerez +bredouilleriez +bredouillerions +bredouillerons +bredouilleront +bredouilles +bredouilleur +bredouilleurs +bredouilleuse +bredouilleuses +bredouillez +bredouill +bredouille +bredouilles +bredouills +bredouillrent +bredouilliez +bredouillions +bredouillons +bref +brefs +brelan +brelans +breloque +breloques +bressan +bressane +bressanes +bressans +bretelle +bretelles +breton +bretonnant +bretonnante +bretonnantes +bretonnants +bretonne +bretonnes +bretons +breuvage +breuvages +brevet +breveta +brevetai +brevetaient +brevetais +brevetait +brevetant +brevetas +brevetasse +brevetassent +brevetasses +brevetassiez +brevetassions +brevetmes +brevett +brevettes +breveter +brevetez +brevet +brevete +brevetes +brevets +brevetrent +brevetiez +brevetions +brevetons +brevets +brevette +brevettent +brevettera +brevetterai +brevetteraient +brevetterais +brevetterait +brevetteras +brevetterez +brevetteriez +brevetterions +brevetterons +brevetteront +brevettes +brchet +brchets +brsil +brsilien +brsilienne +brsiliennes +brsiliens +brviaire +brviaires +brche +brches +brme +brmes +brve +brves +bribes +bric +brick +bricks +bricola +bricolage +bricolages +bricolai +bricolaient +bricolais +bricolait +bricolant +bricolas +bricolasse +bricolassent +bricolasses +bricolassiez +bricolassions +bricolmes +bricolt +bricoltes +bricole +bricolent +bricoler +bricolera +bricolerai +bricoleraient +bricolerais +bricolerait +bricoleras +bricolerez +bricoleriez +bricolerions +bricolerons +bricoleront +bricoles +bricoleur +bricoleurs +bricoleuse +bricoleuses +bricolez +bricol +bricole +bricoles +bricols +bricolrent +bricoliez +bricolions +bricolons +brida +bridai +bridaient +bridais +bridait +bridant +bridas +bridasse +bridassent +bridasses +bridassiez +bridassions +bridmes +bridt +bridtes +bride +brident +brider +bridera +briderai +brideraient +briderais +briderait +brideras +briderez +brideriez +briderions +briderons +brideront +brides +bridez +brid +bride +brides +brids +bridrent +bridge +bridges +bridiez +bridions +bridons +brie +bries +brivement +brivet +brigade +brigades +brigadier +brigadiers +brigand +brigandage +brigandages +brigands +brigua +briguai +briguaient +briguais +briguait +briguant +briguas +briguasse +briguassent +briguasses +briguassiez +briguassions +brigumes +brigut +brigutes +brigue +briguent +briguer +briguera +briguerai +brigueraient +briguerais +briguerait +brigueras +briguerez +brigueriez +briguerions +briguerons +brigueront +brigues +briguez +brigu +brigue +brigues +brigus +brigurent +briguiez +briguions +briguons +brilla +brillai +brillaient +brillais +brillait +brillamment +brillance +brillances +brillant +brillante +brillantes +brillantine +brillantines +brillants +brillas +brillasse +brillassent +brillasses +brillassiez +brillassions +brillmes +brillt +brilltes +brille +brillent +briller +brillera +brillerai +brilleraient +brillerais +brillerait +brilleras +brillerez +brilleriez +brillerions +brillerons +brilleront +brilles +brillez +brill +brille +brilles +brills +brillrent +brilliez +brillions +brillons +brima +brimade +brimades +brimai +brimaient +brimais +brimait +brimant +brimas +brimasse +brimassent +brimasses +brimassiez +brimassions +brimmes +brimt +brimtes +brimbala +brimbalai +brimbalaient +brimbalais +brimbalait +brimbalant +brimbalas +brimbalasse +brimbalassent +brimbalasses +brimbalassiez +brimbalassions +brimbalmes +brimbalt +brimbaltes +brimbale +brimbalent +brimbaler +brimbalera +brimbalerai +brimbaleraient +brimbalerais +brimbalerait +brimbaleras +brimbalerez +brimbaleriez +brimbalerions +brimbalerons +brimbaleront +brimbales +brimbalez +brimbal +brimbale +brimbales +brimbals +brimbalrent +brimbaliez +brimbalions +brimbalons +brimborion +brimborions +brime +briment +brimer +brimera +brimerai +brimeraient +brimerais +brimerait +brimeras +brimerez +brimeriez +brimerions +brimerons +brimeront +brimes +brimez +brim +brime +brimes +brims +brimrent +brimiez +brimions +brimons +brin +brindille +brindilles +bringuebala +bringuebalai +bringuebalaient +bringuebalais +bringuebalait +bringuebalant +bringuebalas +bringuebalasse +bringuebalassent +bringuebalasses +bringuebalassiez +bringuebalassions +bringuebalmes +bringuebalt +bringuebaltes +bringuebale +bringuebalent +bringuebaler +bringuebalera +bringuebalerai +bringuebaleraient +bringuebalerais +bringuebalerait +bringuebaleras +bringuebalerez +bringuebaleriez +bringuebalerions +bringuebalerons +bringuebaleront +bringuebales +bringuebalez +bringuebal +bringuebale +bringuebales +bringuebals +bringuebalrent +bringuebaliez +bringuebalions +bringuebalons +brinquebala +brinquebalai +brinquebalaient +brinquebalais +brinquebalait +brinquebalant +brinquebalas +brinquebalasse +brinquebalassent +brinquebalasses +brinquebalassiez +brinquebalassions +brinquebalmes +brinquebalt +brinquebaltes +brinquebale +brinquebalent +brinquebaler +brinquebalera +brinquebalerai +brinquebaleraient +brinquebalerais +brinquebalerait +brinquebaleras +brinquebalerez +brinquebaleriez +brinquebalerions +brinquebalerons +brinquebaleront +brinquebales +brinquebalez +brinquebal +brinquebale +brinquebales +brinquebals +brinquebalrent +brinquebaliez +brinquebalions +brinquebalons +brins +brio +brioche +brioches +brique +briques +briquet +briqueta +briquetai +briquetaient +briquetais +briquetait +briquetant +briquetas +briquetasse +briquetassent +briquetasses +briquetassiez +briquetassions +briquetmes +briquett +briquettes +briqueter +briqueterie +briqueteries +briquetez +briquet +briquete +briquetes +briquets +briquetrent +briquetiez +briquetions +briquetons +briquets +briquette +briquettent +briquettera +briquetterai +briquetteraient +briquetterais +briquetterait +briquetteras +briquetterez +briquetteriez +briquetterions +briquetterons +briquetteront +briquettes +bris +brisa +brisai +brisaient +brisais +brisait +brisant +brisants +brisas +brisasse +brisassent +brisasses +brisassiez +brisassions +brisat +brismes +brist +bristes +brise +brisent +briser +brisera +briserai +briseraient +briserais +briserait +briseras +briserez +briseriez +briserions +briserons +briseront +brises +briseur +briseurs +briseuse +briseuses +brisez +bris +brise +brises +briss +brisrent +brisiez +brisions +brisons +bristol +brisure +brisures +britannique +britanniques +broc +brocanta +brocantai +brocantaient +brocantais +brocantait +brocantant +brocantas +brocantasse +brocantassent +brocantasses +brocantassiez +brocantassions +brocantmes +brocantt +brocanttes +brocante +brocantent +brocanter +brocantera +brocanterai +brocanteraient +brocanterais +brocanterait +brocanteras +brocanterez +brocanteriez +brocanterions +brocanterons +brocanteront +brocantes +brocanteur +brocanteurs +brocanteuse +brocanteuses +brocantez +brocant +brocante +brocantes +brocants +brocantrent +brocantiez +brocantions +brocantons +brocard +brocards +brocart +brocatelle +brocha +brochage +brochages +brochai +brochaient +brochais +brochait +brochant +brochas +brochasse +brochassent +brochasses +brochassiez +brochassions +brochmes +brocht +brochtes +broche +brochent +brocher +brochera +brocherai +brocheraient +brocherais +brocherait +brocheras +brocherez +brocheriez +brocherions +brocherons +brocheront +broches +brochet +brochets +brochette +brochettes +brocheur +brocheurs +brocheuse +brocheuses +brochez +broch +broche +broches +brochs +brochrent +brochiez +brochions +brochons +brochure +brochures +brocs +broda +brodai +brodaient +brodais +brodait +brodant +brodas +brodasse +brodassent +brodasses +brodassiez +brodassions +brodmes +brodt +brodtes +brode +brodent +brodequin +brodequins +broder +brodera +broderai +broderaient +broderais +broderait +broderas +broderez +broderie +broderies +broderiez +broderions +broderons +broderont +brodes +brodeur +brodeurs +brodeuse +brodeuses +brodez +brod +brode +brodes +brods +brodrent +brodiez +brodions +brodons +broie +broient +broiera +broierai +broieraient +broierais +broierait +broieras +broierez +broieriez +broierions +broierons +broieront +broies +brome +bromure +bromures +broncha +bronchai +bronchaient +bronchais +bronchait +bronchant +bronchas +bronchasse +bronchassent +bronchasses +bronchassiez +bronchassions +bronchmes +broncht +bronchtes +bronche +bronchent +broncher +bronchera +broncherai +broncheraient +broncherais +broncherait +broncheras +broncherez +broncheriez +broncherions +broncherons +broncheront +bronches +bronchez +bronch +bronche +bronches +bronchs +bronchrent +bronchiez +bronchiole +bronchioles +bronchions +bronchite +bronchites +broncho +bronchons +bronza +bronzage +bronzages +bronzai +bronzaient +bronzais +bronzait +bronzant +bronzas +bronzasse +bronzassent +bronzasses +bronzassiez +bronzassions +bronzmes +bronzt +bronztes +bronze +bronzent +bronzer +bronzera +bronzerai +bronzeraient +bronzerais +bronzerait +bronzeras +bronzerez +bronzeriez +bronzerions +bronzerons +bronzeront +bronzes +bronzez +bronz +bronze +bronzes +bronzs +bronzrent +bronziez +bronzions +bronzons +brossa +brossai +brossaient +brossais +brossait +brossant +brossas +brossasse +brossassent +brossasses +brossassiez +brossassions +brossmes +brosst +brosstes +brosse +brossent +brosser +brossera +brosserai +brosseraient +brosserais +brosserait +brosseras +brosserez +brosserie +brosseries +brosseriez +brosserions +brosserons +brosseront +brosses +brossez +bross +brosse +brosses +brosss +brossrent +brossiez +brossions +brossons +brou +brouetta +brouettai +brouettaient +brouettais +brouettait +brouettant +brouettas +brouettasse +brouettassent +brouettasses +brouettassiez +brouettassions +brouettmes +brouettt +brouetttes +brouette +brouettent +brouetter +brouettera +brouetterai +brouetteraient +brouetterais +brouetterait +brouetteras +brouetterez +brouetteriez +brouetterions +brouetterons +brouetteront +brouettes +brouettez +brouett +brouette +brouettes +brouetts +brouettrent +brouettiez +brouettions +brouettons +brouhaha +brouilla +brouillage +brouillages +brouillai +brouillaient +brouillais +brouillait +brouillamini +brouillaminis +brouillant +brouillard +brouillards +brouillas +brouillassa +brouillassait +brouillassant +brouillasse +brouillasser +brouillassera +brouillasserait +brouillass +brouillasse +brouillasses +brouillasss +brouillmes +brouillt +brouilltes +brouille +brouillent +brouiller +brouillera +brouillerai +brouilleraient +brouillerais +brouillerait +brouilleras +brouillerez +brouillerie +brouilleries +brouilleriez +brouillerions +brouillerons +brouilleront +brouilles +brouillez +brouill +brouille +brouilles +brouills +brouillrent +brouilliez +brouillions +brouillon +brouillonne +brouillonnes +brouillons +brous +broussaille +broussailles +broussailleuse +broussailleuses +broussailleux +brousse +brousses +brouta +broutai +broutaient +broutais +broutait +broutant +broutas +broutasse +broutassent +broutasses +broutassiez +broutassions +broutmes +broutt +brouttes +broute +broutent +brouter +broutera +brouterai +brouteraient +brouterais +brouterait +brouteras +brouterez +brouteriez +brouterions +brouterons +brouteront +broutes +broutez +brout +broute +broutes +brouts +broutrent +broutiez +broutille +broutilles +broutions +broutons +broya +broyage +broyages +broyai +broyaient +broyais +broyait +broyant +broyas +broyasse +broyassent +broyasses +broyassiez +broyassions +broymes +broyt +broytes +broyer +broyeur +broyeurs +broyeuse +broyeuses +broyez +broy +broye +broyes +broys +broyrent +broyiez +broyions +broyons +brrr +bru +bruges +brugnon +brugnons +bruina +bruinait +bruine +bruiner +bruinera +bruinerait +bruin +bruissaient +bruissait +bruissant +bruissement +bruissements +bruissent +bruit +bruita +bruitage +bruitages +bruitai +bruitaient +bruitais +bruitait +bruitant +bruitas +bruitasse +bruitassent +bruitasses +bruitassiez +bruitassions +bruitmes +bruitt +bruittes +bruite +bruitent +bruiter +bruitera +bruiterai +bruiteraient +bruiterais +bruiterait +bruiteras +bruiterez +bruiteriez +bruiterions +bruiterons +bruiteront +bruites +bruiteur +bruiteurs +bruitez +bruit +bruite +bruites +bruits +bruitrent +bruitiez +bruitions +bruitons +bruits +brumaire +brume +brumes +brumeuse +brumeuses +brumeux +brun +bruntre +bruntres +brune +brunes +brunette +brunettes +bruni +brunie +brunies +brunir +brunira +brunirai +bruniraient +brunirais +brunirait +bruniras +brunirent +brunirez +bruniriez +brunirions +brunirons +bruniront +brunis +brunissage +brunissages +brunissaient +brunissais +brunissait +brunissant +brunisse +brunissent +brunisses +brunisseur +brunisseurs +brunisseuse +brunisseuses +brunissez +brunissiez +brunissions +brunissons +brunit +brunmes +brunt +bruntes +bruns +brus +brusqua +brusquai +brusquaient +brusquais +brusquait +brusquant +brusquas +brusquasse +brusquassent +brusquasses +brusquassiez +brusquassions +brusqumes +brusqut +brusqutes +brusque +brusquement +brusquent +brusquer +brusquera +brusquerai +brusqueraient +brusquerais +brusquerait +brusqueras +brusquerez +brusquerie +brusqueries +brusqueriez +brusquerions +brusquerons +brusqueront +brusques +brusquez +brusqu +brusque +brusques +brusqus +brusqurent +brusquiez +brusquions +brusquons +brut +brutal +brutale +brutalement +brutales +brutalisa +brutalisai +brutalisaient +brutalisais +brutalisait +brutalisant +brutalisas +brutalisasse +brutalisassent +brutalisasses +brutalisassiez +brutalisassions +brutalismes +brutalist +brutalistes +brutalise +brutalisent +brutaliser +brutalisera +brutaliserai +brutaliseraient +brutaliserais +brutaliserait +brutaliseras +brutaliserez +brutaliseriez +brutaliserions +brutaliserons +brutaliseront +brutalises +brutalisez +brutalis +brutalise +brutalises +brutaliss +brutalisrent +brutalisiez +brutalisions +brutalisons +brutalit +brutalits +brutaux +brute +brutes +bruts +bruyamment +bruyant +bruyante +bruyantes +bruyants +bruyre +bruyres +brla +brlage +brlages +brlai +brlaient +brlais +brlait +brlant +brlante +brlantes +brlants +brlantw +brlas +brlasse +brlassent +brlasses +brlassiez +brlassions +brlmes +brlt +brltes +brle +brlent +brler +brlera +brlerai +brleraient +brlerais +brlerait +brleras +brlerez +brleriez +brlerions +brlerons +brleront +brles +brleur +brleurs +brleuse +brleuses +brlez +brl +brle +brles +brls +brlrent +brliez +brlions +brloir +brloirs +brlons +brlot +brlots +brlure +brlures +bu +buanderie +buanderies +bubon +bubonique +bubons +bubonss +buccal +buccale +buccales +buccaux +bucolique +bucoliques +budget +budgets +budgtaire +budgtaires +bue +bues +bue +bues +buffet +buffets +buffle +buffles +bugle +building +buildings +buis +buisson +buissonneuse +buissonneuses +buissonneux +buissonnire +buissonnires +buissons +bulbe +bulbes +bulbeuse +bulbeuses +bulbeux +bulgare +bulgares +bulgarie +bulldozer +bulldozers +bulle +bulles +bulletin +bulletins +bungalow +bungalows +buraliste +buralistes +bure +bureau +bureaucrate +bureaucrates +bureaucratie +bureaucraties +bureaucratique +bureaucratiquement +bureaucratiques +bureaux +burent +burette +burettes +burin +burina +burinai +burinaient +burinais +burinait +burinant +burinas +burinasse +burinassent +burinasses +burinassiez +burinassions +burinmes +burint +burintes +burine +burinent +buriner +burinera +burinerai +burineraient +burinerais +burinerait +burineras +burinerez +burineriez +burinerions +burinerons +burineront +burines +burinez +burin +burine +burines +burins +burinrent +buriniez +burinions +burinons +burins +burlesque +burlesques +burnous +bus +buse +buses +busqu +busque +busques +busqus +busse +bussent +busses +bussiez +bussions +buste +bustes +but +buta +butai +butaient +butais +butait +butane +butant +butas +butasse +butassent +butasses +butassiez +butassions +butmes +butt +buttes +bute +butent +buter +butera +buterai +buteraient +buterais +buterait +buteras +buterez +buteriez +buterions +buterons +buteront +butes +butez +but +bute +butes +buts +butrent +butiez +butin +butina +butinai +butinaient +butinais +butinait +butinant +butinas +butinasse +butinassent +butinasses +butinassiez +butinassions +butinmes +butint +butintes +butine +butinent +butiner +butinera +butinerai +butineraient +butinerais +butinerait +butineras +butinerez +butineriez +butinerions +butinerons +butineront +butines +butinez +butin +butine +butines +butins +butinrent +butiniez +butinions +butinons +butins +butions +butoir +butoirs +butons +butor +butors +buts +butta +buttai +buttaient +buttais +buttait +buttant +buttas +buttasse +buttassent +buttasses +buttassiez +buttassions +buttmes +buttt +butttes +butte +buttent +butter +buttera +butterai +butteraient +butterais +butterait +butteras +butterez +butteriez +butterions +butterons +butteront +buttes +butteur +buttez +butt +butte +buttes +butts +buttrent +buttiez +buttions +buttons +buvaient +buvais +buvait +buvant +buvard +buvards +buvetier +buvetiers +buvetire +buvetires +buvette +buvettes +buveur +buveurs +buveuse +buveuses +buvez +buviez +buvions +buvons +bcha +bchai +bchaient +bchais +bchait +bchant +bchas +bchasse +bchassent +bchasses +bchassiez +bchassions +bchmes +bcht +bchtes +bche +bchent +bcher +bchera +bcherai +bcheraient +bcherais +bcherait +bcheras +bcherez +bcheriez +bcherions +bcheron +bcheronne +bcheronnes +bcherons +bcheront +bchers +bches +bchette +bchettes +bcheur +bcheurs +bcheuse +bcheuses +bchez +bch +bche +bches +bchs +bchrent +bchiez +bchions +bchons +bmes +bt +btes +byzance +byzantin +byzantine +byzantines +byzantins +c +ca +cabale +cabales +cabaliste +cabalistes +cabalistique +cabalistiques +caban +cabane +cabanes +cabanon +cabanons +cabans +cabaret +cabaretier +cabaretiers +cabaretire +cabaretires +cabarets +cabas +cabestan +cabestans +cabillau +cabillaud +cabillauds +cabillaus +cabine +cabines +cabinet +cabinets +cabochard +cabocharde +cabochardes +cabochards +caboche +caboches +cabochon +cabochons +cabossa +cabossai +cabossaient +cabossais +cabossait +cabossant +cabossas +cabossasse +cabossassent +cabossasses +cabossassiez +cabossassions +cabossmes +cabosst +cabosstes +cabosse +cabossent +cabosser +cabossera +cabosserai +cabosseraient +cabosserais +cabosserait +cabosseras +cabosserez +cabosseriez +cabosserions +cabosserons +cabosseront +cabosses +cabossez +caboss +cabosse +cabosses +cabosss +cabossrent +cabossiez +cabossions +cabossons +cabot +cabotage +cabotages +caboteur +caboteure +caboteures +caboteurs +cabotin +cabotinage +cabotinages +cabotine +cabotines +cabotins +cabots +caboulot +caboulots +cabra +cabrai +cabraient +cabrais +cabrait +cabrant +cabras +cabrasse +cabrassent +cabrasses +cabrassiez +cabrassions +cabrmes +cabrt +cabrtes +cabre +cabrent +cabrer +cabrera +cabrerai +cabreraient +cabrerais +cabrerait +cabreras +cabrerez +cabreriez +cabrerions +cabrerons +cabreront +cabres +cabrez +cabr +cabre +cabres +cabrs +cabrrent +cabri +cabriez +cabriola +cabriolai +cabriolaient +cabriolais +cabriolait +cabriolant +cabriolas +cabriolasse +cabriolassent +cabriolasses +cabriolassiez +cabriolassions +cabriolmes +cabriolt +cabrioltes +cabriole +cabriolent +cabrioler +cabriolera +cabriolerai +cabrioleraient +cabriolerais +cabriolerait +cabrioleras +cabriolerez +cabrioleriez +cabriolerions +cabriolerons +cabrioleront +cabrioles +cabriolet +cabriolets +cabriolez +cabriol +cabriole +cabrioles +cabriols +cabriolrent +cabrioliez +cabriolions +cabriolons +cabrions +cabris +cabrons +caca +cacahoute +cacahoutes +cacahute +cacahutes +cacao +cacaoyer +cacaoyers +cacha +cachai +cachaient +cachais +cachait +cachalot +cachalots +cachant +cachas +cachasse +cachassent +cachasses +cachassiez +cachassions +cachmes +cacht +cachtes +cache +cachemire +cachent +cacher +cachera +cacherai +cacheraient +cacherais +cacherait +cacheras +cacherez +cacheriez +cacherions +cacherons +cacheront +caches +cachet +cacheta +cachetai +cachetaient +cachetais +cachetait +cachetant +cachetas +cachetasse +cachetassent +cachetasses +cachetassiez +cachetassions +cachetmes +cachett +cachettes +cacheter +cachetez +cachet +cachete +cachetes +cachets +cachetrent +cachetiez +cachetions +cachetons +cachets +cachette +cachettent +cachettera +cachetterai +cachetteraient +cachetterais +cachetterait +cachetteras +cachetterez +cachetteriez +cachetterions +cachetterons +cachetteront +cachettes +cachez +cach +cache +caches +cachs +cachrent +cachiez +cachions +cachons +cachot +cachots +cachotterie +cachotteries +cachottier +cachottiers +cachottire +cachottires +cachou +cacique +caciques +cacophonie +cacophonies +cacophonique +cacophoniques +cactus +cadastral +cadastrale +cadastrales +cadastraux +cadastre +cadastres +cadavre +cadavres +cadavrreuse +cadavrreuses +cadavrreux +cadavrrique +cadavrriques +cadeau +cadeaux +cadenas +cadenassa +cadenassai +cadenassaient +cadenassais +cadenassait +cadenassant +cadenassas +cadenassasse +cadenassassent +cadenassasses +cadenassassiez +cadenassassions +cadenassmes +cadenasst +cadenasstes +cadenasse +cadenassent +cadenasser +cadenassera +cadenasserai +cadenasseraient +cadenasserais +cadenasserait +cadenasseras +cadenasserez +cadenasseriez +cadenasserions +cadenasserons +cadenasseront +cadenasses +cadenassez +cadenass +cadenasse +cadenasses +cadenasss +cadenassrent +cadenassiez +cadenassions +cadenassons +cadence +cadencea +cadenceai +cadenceaient +cadenceais +cadenceait +cadenceant +cadenceas +cadenceasse +cadenceassent +cadenceasses +cadenceassiez +cadenceassions +cadencemes +cadencet +cadencetes +cadencent +cadenceons +cadencer +cadencera +cadencerai +cadenceraient +cadencerais +cadencerait +cadenceras +cadencerez +cadenceriez +cadencerions +cadencerons +cadenceront +cadences +cadencez +cadenc +cadence +cadences +cadencs +cadencrent +cadenciez +cadencions +cadet +cadets +cadette +cadettes +cadmium +cadra +cadrage +cadrages +cadrai +cadraient +cadrais +cadrait +cadran +cadrans +cadrant +cadras +cadrasse +cadrassent +cadrasses +cadrassiez +cadrassions +cadrmes +cadrt +cadrtes +cadre +cadrent +cadrer +cadrera +cadrerai +cadreraient +cadrerais +cadrerait +cadreras +cadrerez +cadreriez +cadrerions +cadrerons +cadreront +cadres +cadreur +cadreurs +cadrez +cadr +cadre +cadres +cadrs +cadrrent +cadriez +cadrions +cadrons +caduc +caduce +caducit +caducits +caducs +caduque +caduques +caecum +caetera +cafard +cafarda +cafardai +cafardaient +cafardais +cafardait +cafardant +cafardas +cafardasse +cafardassent +cafardasses +cafardassiez +cafardassions +cafardmes +cafardt +cafardtes +cafarde +cafardent +cafarder +cafardera +cafarderai +cafarderaient +cafarderais +cafarderait +cafarderas +cafarderez +cafarderiez +cafarderions +cafarderons +cafarderont +cafardes +cafardez +cafard +cafarde +cafardes +cafards +cafardrent +cafardiez +cafardions +cafardons +cafards +cafetan +cafetans +cafetier +cafetiers +cafetire +cafetires +caf +cafier +cafiers +cafine +cafs +caftria +caftrias +cafouilla +cafouillai +cafouillaient +cafouillais +cafouillait +cafouillant +cafouillas +cafouillasse +cafouillassent +cafouillasses +cafouillassiez +cafouillassions +cafouillmes +cafouillt +cafouilltes +cafouille +cafouillent +cafouiller +cafouillera +cafouillerai +cafouilleraient +cafouillerais +cafouillerait +cafouilleras +cafouillerez +cafouilleriez +cafouillerions +cafouillerons +cafouilleront +cafouilles +cafouillez +cafouill +cafouille +cafouilles +cafouills +cafouillrent +cafouilliez +cafouillions +cafouillons +cage +cageot +cageots +cages +cagneuse +cagneuses +cagneux +cagnotte +cagnottes +cagoule +cagoules +caha +cahier +cahiers +cahin +cahors +cahot +cahota +cahotai +cahotaient +cahotais +cahotait +cahotant +cahotas +cahotasse +cahotassent +cahotasses +cahotassiez +cahotassions +cahotmes +cahott +cahottes +cahote +cahotement +cahotements +cahotent +cahoter +cahotera +cahoterai +cahoteraient +cahoterais +cahoterait +cahoteras +cahoterez +cahoteriez +cahoterions +cahoterons +cahoteront +cahotes +cahoteuse +cahoteuses +cahoteux +cahotez +cahot +cahote +cahotes +cahots +cahotrent +cahotiez +cahotions +cahotons +cahots +cahute +cahutes +cailla +caillai +caillaient +caillais +caillait +caillant +caillas +caillasse +caillassent +caillasses +caillassiez +caillassions +caillmes +caillt +cailltes +caille +caillebotis +caillent +cailler +caillera +caillerai +cailleraient +caillerais +caillerait +cailleras +caillerez +cailleriez +caillerions +caillerons +cailleront +cailles +caillette +caillettes +caillez +caill +caille +cailles +caills +caillrent +cailliez +caillions +caillons +caillot +caillots +caillou +caillouteuse +caillouteuses +caillouteux +cailloutis +cailloux +caisse +caisses +caissette +caissettes +caissier +caissiers +caissire +caissires +caisson +caissons +cad +cads +caman +camans +cajola +cajolai +cajolaient +cajolais +cajolait +cajolant +cajolas +cajolasse +cajolassent +cajolasses +cajolassiez +cajolassions +cajolmes +cajolt +cajoltes +cajole +cajolent +cajoler +cajolera +cajolerai +cajoleraient +cajolerais +cajolerait +cajoleras +cajolerez +cajolerie +cajoleries +cajoleriez +cajolerions +cajolerons +cajoleront +cajoles +cajoleur +cajoleurs +cajoleuse +cajoleuses +cajolez +cajol +cajole +cajoles +cajols +cajolrent +cajoliez +cajolions +cajolons +cake +cakes +cal +cala +calage +calages +calai +calaient +calais +calait +calamine +calamiteuse +calamiteuses +calamiteux +calamit +calamits +calandre +calandres +calanque +calanques +calant +calas +calasse +calassent +calasses +calassiez +calassions +calmes +calt +caltes +calcaire +calcaires +calcdoine +calcification +calcifications +calcina +calcinai +calcinaient +calcinais +calcinait +calcinant +calcinas +calcinasse +calcinassent +calcinasses +calcinassiez +calcinassions +calcinmes +calcint +calcintes +calcine +calcinent +calciner +calcinera +calcinerai +calcineraient +calcinerais +calcinerait +calcineras +calcinerez +calcineriez +calcinerions +calcinerons +calcineront +calcines +calcinez +calcin +calcine +calcines +calcins +calcinrent +calciniez +calcinions +calcinons +calcique +calciques +calcium +calcul +calcula +calculables +calculai +calculaient +calculais +calculait +calculant +calculas +calculasse +calculassent +calculasses +calculassiez +calculassions +calculateur +calculateurs +calculatrice +calculatrices +calculmes +calcult +calcultes +calcule +calculent +calculer +calculera +calculerai +calculeraient +calculerais +calculerait +calculeras +calculerez +calculeriez +calculerions +calculerons +calculeront +calcules +calculette +calculez +calcul +calcule +calcules +calculs +calculrent +calculiez +calculions +calculons +calculs +cale +calebasse +calebasses +caleon +caleons +calembour +calembours +calembredaine +calembredaines +calendrier +calendriers +calent +calepin +calepins +caler +calera +calerai +caleraient +calerais +calerait +caleras +calerez +caleriez +calerions +calerons +caleront +cales +calez +cal +caldonie +caldonien +caldonienne +caldoniennes +caldoniens +cale +cales +cals +calche +calches +calrent +calfat +calfata +calfatage +calfatages +calfatai +calfataient +calfatais +calfatait +calfatant +calfatas +calfatasse +calfatassent +calfatasses +calfatassiez +calfatassions +calfatmes +calfatt +calfattes +calfate +calfatent +calfater +calfatera +calfaterai +calfateraient +calfaterais +calfaterait +calfateras +calfaterez +calfateriez +calfaterions +calfaterons +calfateront +calfates +calfatez +calfat +calfate +calfates +calfats +calfatrent +calfatiez +calfations +calfatons +calfats +calfeutra +calfeutrage +calfeutrages +calfeutrai +calfeutraient +calfeutrais +calfeutrait +calfeutrant +calfeutras +calfeutrasse +calfeutrassent +calfeutrasses +calfeutrassiez +calfeutrassions +calfeutrmes +calfeutrt +calfeutrtes +calfeutre +calfeutrement +calfeutrements +calfeutrent +calfeutrer +calfeutrera +calfeutrerai +calfeutreraient +calfeutrerais +calfeutrerait +calfeutreras +calfeutrerez +calfeutreriez +calfeutrerions +calfeutrerons +calfeutreront +calfeutres +calfeutrez +calfeutr +calfeutre +calfeutres +calfeutrs +calfeutrrent +calfeutriez +calfeutrions +calfeutrons +calibra +calibrage +calibrages +calibrai +calibraient +calibrais +calibrait +calibrant +calibras +calibrasse +calibrassent +calibrasses +calibrassiez +calibrassions +calibration +calibrations +calibrmes +calibrt +calibrtes +calibre +calibrent +calibrer +calibrera +calibrerai +calibreraient +calibrerais +calibrerait +calibreras +calibrerez +calibreriez +calibrerions +calibrerons +calibreront +calibres +calibrez +calibr +calibre +calibres +calibrs +calibrrent +calibriez +calibrions +calibrons +calice +calices +calicot +caliez +califat +califats +calife +califes +californie +califourchon +caligula +calions +calisson +calissons +calleuse +calleuses +calleux +callosit +callosits +calma +calmai +calmaient +calmais +calmait +calmant +calmante +calmantes +calmants +calmar +calmars +calmas +calmasse +calmassent +calmasses +calmassiez +calmassions +calmmes +calmt +calmtes +calme +calmement +calment +calmer +calmera +calmerai +calmeraient +calmerais +calmerait +calmeras +calmerez +calmeriez +calmerions +calmerons +calmeront +calmes +calmez +calm +calme +calmes +calms +calmrent +calmiez +calmions +calmons +calomnia +calomniai +calomniaient +calomniais +calomniait +calomniant +calomnias +calomniasse +calomniassent +calomniasses +calomniassiez +calomniassions +calomniateur +calomniateurs +calomniatrice +calomniatrices +calomnimes +calomnit +calomnites +calomnie +calomnient +calomnier +calomniera +calomnierai +calomnieraient +calomnierais +calomnierait +calomnieras +calomnierez +calomnieriez +calomnierions +calomnierons +calomnieront +calomniers +calomnies +calomnieuse +calomnieuses +calomnieux +calomniez +calomni +calomnie +calomnies +calomnis +calomnirent +calomniiez +calomniions +calomnions +calons +calorie +calories +calorifre +calorifres +calorifique +calorifiques +calorifuge +calorifugea +calorifugeai +calorifugeaient +calorifugeais +calorifugeait +calorifugeant +calorifugeas +calorifugeasse +calorifugeassent +calorifugeasses +calorifugeassiez +calorifugeassions +calorifugemes +calorifuget +calorifugetes +calorifugent +calorifugeons +calorifuges +calorifugez +calorifug +calorifuge +calorifuges +calorifugs +calorifugrent +calorifugiez +calorifugions +calorimtrie +calorimtrique +calorimtriques +calorimtre +calorimtres +calot +calotin +calotins +calots +calotta +calottai +calottaient +calottais +calottait +calottant +calottas +calottasse +calottassent +calottasses +calottassiez +calottassions +calottmes +calottt +calotttes +calotte +calottent +calotter +calottera +calotterai +calotteraient +calotterais +calotterait +calotteras +calotterez +calotteriez +calotterions +calotterons +calotteront +calottes +calottez +calott +calotte +calottes +calotts +calottrent +calottiez +calottions +calottons +calqua +calquai +calquaient +calquais +calquait +calquant +calquas +calquasse +calquassent +calquasses +calquassiez +calquassions +calqumes +calqut +calqutes +calque +calquent +calquer +calquera +calquerai +calqueraient +calquerais +calquerait +calqueras +calquerez +calqueriez +calquerions +calquerons +calqueront +calques +calquez +calqu +calque +calques +calqus +calqurent +calquiez +calquions +calquons +cals +calumet +calumets +calvados +calvaire +calvaires +calvin +calvinisme +calviniste +calvinistes +calvitie +calvities +camarade +camaraderie +camaraderies +camarades +camard +camarde +camardes +camards +camargue +cambodge +cambodgien +cambodgienne +cambodgiennes +cambodgiens +cambouis +cambra +cambrai +cambraient +cambrais +cambrait +cambrant +cambras +cambrasse +cambrassent +cambrasses +cambrassiez +cambrassions +cambrmes +cambrt +cambrtes +cambre +cambrent +cambrer +cambrera +cambrerai +cambreraient +cambrerais +cambrerait +cambreras +cambrerez +cambreriez +cambrerions +cambrerons +cambreront +cambres +cambrez +cambr +cambre +cambres +cambrs +cambrrent +cambridge +cambriez +cambriola +cambriolage +cambriolages +cambriolai +cambriolaient +cambriolais +cambriolait +cambriolant +cambriolas +cambriolasse +cambriolassent +cambriolasses +cambriolassiez +cambriolassions +cambriolmes +cambriolt +cambrioltes +cambriole +cambriolent +cambrioler +cambriolera +cambriolerai +cambrioleraient +cambriolerais +cambriolerait +cambrioleras +cambriolerez +cambrioleriez +cambriolerions +cambriolerons +cambrioleront +cambrioles +cambrioleur +cambrioleurs +cambrioleuse +cambrioleuses +cambriolez +cambriol +cambriole +cambrioles +cambriols +cambriolrent +cambrioliez +cambriolions +cambriolons +cambrions +cambrons +cambrure +cambrures +cambuse +cambuses +came +camelot +camelote +camelotes +camelots +camembert +cameraman +cameramans +cames +cam +came +cames +camlon +camlons +camlia +camlias +camra +camras +cams +camion +camionnage +camionnages +camionnette +camionnettes +camionneur +camionneurs +camions +camisole +camisoles +camomille +camomilles +camoufla +camouflage +camouflages +camouflai +camouflaient +camouflais +camouflait +camouflant +camouflas +camouflasse +camouflassent +camouflasses +camouflassiez +camouflassions +camouflmes +camouflt +camoufltes +camoufle +camouflent +camoufler +camouflera +camouflerai +camoufleraient +camouflerais +camouflerait +camoufleras +camouflerez +camoufleriez +camouflerions +camouflerons +camoufleront +camoufles +camouflet +camouflets +camouflez +camoufl +camoufle +camoufles +camoufls +camouflrent +camoufliez +camouflions +camouflons +camp +campa +campagnard +campagnarde +campagnardes +campagnards +campagne +campagnes +campagnol +campagnols +campai +campaient +campais +campait +campanile +campaniles +campant +campanule +campanules +campas +campasse +campassent +campasses +campassiez +campassions +campmes +campt +camptes +campe +campement +campements +campent +camper +campera +camperai +camperaient +camperais +camperait +camperas +camperez +camperiez +camperions +camperons +camperont +campes +campeur +campeurs +campeuse +campeuses +campez +camp +campe +campes +camps +camprent +camphre +camphr +camphre +camphres +camphrs +camphrier +camphriers +campiez +camping +campings +campions +campons +camps +camus +camuse +camuses +cana +canada +canadien +canadienne +canadiennes +canadiens +canai +canaient +canaille +canaillerie +canailleries +canailles +canais +canait +canal +canalisa +canalisable +canalisables +canalisai +canalisaient +canalisais +canalisait +canalisant +canalisas +canalisasse +canalisassent +canalisasses +canalisassiez +canalisassions +canalisation +canalisations +canalismes +canalist +canalistes +canalise +canalisent +canaliser +canalisera +canaliserai +canaliseraient +canaliserais +canaliserait +canaliseras +canaliserez +canaliseriez +canaliserions +canaliserons +canaliseront +canalises +canalisez +canalis +canalise +canalises +canaliss +canalisrent +canalisiez +canalisions +canalisons +canant +canap +canaps +canaque +canaques +canard +canarda +canardai +canardaient +canardais +canardait +canardant +canardas +canardasse +canardassent +canardasses +canardassiez +canardassions +canardmes +canardt +canardtes +canarde +canardent +canarder +canardera +canarderai +canarderaient +canarderais +canarderait +canarderas +canarderez +canarderiez +canarderions +canarderons +canarderont +canardes +canardez +canard +canarde +canardes +canards +canardrent +canardiez +canardire +canardires +canardions +canardons +canards +canari +canaris +canas +canasse +canassent +canasses +canassiez +canassions +canasta +canaux +canmes +cant +cantes +cancan +cancana +cancanai +cancanaient +cancanais +cancanait +cancanant +cancanas +cancanasse +cancanassent +cancanasses +cancanassiez +cancanassions +cancanmes +cancant +cancantes +cancane +cancanent +cancaner +cancanera +cancanerai +cancaneraient +cancanerais +cancanerait +cancaneras +cancanerez +cancaneriez +cancanerions +cancanerons +cancaneront +cancanes +cancanez +cancan +cancane +cancanes +cancans +cancanrent +cancanier +cancaniers +cancaniez +cancanire +cancanires +cancanions +cancanons +cancans +cancer +cancers +cancreuse +cancreuses +cancreux +cancrigne +cancrignes +cancre +cancrelat +cancrelats +cancres +candeur +candeurs +candlabre +candlabres +candi +candidat +candidate +candidates +candidats +candidature +candidatures +candide +candidement +candides +candie +candies +candir +candira +candiraient +candirait +candirent +candiront +candis +candissaient +candissait +candissant +candisse +candissent +candit +candt +cane +canent +caner +canera +canerai +caneraient +canerais +canerait +caneras +canerez +caneriez +canerions +canerons +caneront +canes +caneton +canetons +canette +canettes +canevas +canez +can +cane +canes +cans +canrent +caniche +caniches +caniculaire +caniculaires +canicule +canicules +caniez +canif +canifs +canin +canine +canines +canins +canions +caniveau +caniveaux +canna +cannage +cannages +cannai +cannaient +cannais +cannait +cannant +cannas +cannasse +cannassent +cannasses +cannassiez +cannassions +cannmes +cannt +canntes +canne +cannel +cannele +canneles +cannels +cannelle +cannelles +cannelure +cannelures +cannent +canner +cannera +cannerai +canneraient +cannerais +cannerait +canneras +cannerez +canneriez +cannerions +cannerons +canneront +cannes +cannez +cann +canne +cannes +canns +cannrent +cannibale +cannibales +cannibalisme +canniez +cannions +cannons +cano +canos +canon +canonial +canoniale +canoniales +canoniaux +canonique +canoniques +canonisa +canonisai +canonisaient +canonisais +canonisait +canonisant +canonisas +canonisasse +canonisassent +canonisasses +canonisassiez +canonisassions +canonisation +canonisations +canonismes +canonist +canonistes +canonise +canonisent +canoniser +canonisera +canoniserai +canoniseraient +canoniserais +canoniserait +canoniseras +canoniserez +canoniseriez +canoniserions +canoniserons +canoniseront +canonises +canonisez +canonis +canonise +canonises +canoniss +canonisrent +canonisiez +canonisions +canonisons +canonna +canonnade +canonnades +canonnai +canonnaient +canonnais +canonnait +canonnant +canonnas +canonnasse +canonnassent +canonnasses +canonnassiez +canonnassions +canonnmes +canonnt +canonntes +canonne +canonnent +canonner +canonnera +canonnerai +canonneraient +canonnerais +canonnerait +canonneras +canonnerez +canonneriez +canonnerions +canonnerons +canonneront +canonnes +canonnez +canonn +canonne +canonnes +canonns +canonnrent +canonnier +canonniers +canonniez +canonnire +canonnires +canonnions +canonnons +canons +canot +canota +canotage +canotages +canotai +canotaient +canotais +canotait +canotant +canotas +canotasse +canotassent +canotasses +canotassiez +canotassions +canotmes +canott +canottes +canote +canotent +canoter +canotera +canoterai +canoteraient +canoterais +canoterait +canoteras +canoterez +canoteriez +canoterions +canoterons +canoteront +canotes +canotez +canot +canote +canotes +canots +canotrent +canotier +canotiers +canotiez +canotions +canotons +canots +cantaloup +cantaloups +cantate +cantates +cantatrice +cantatrices +cantine +cantines +cantinier +cantiniers +cantinire +cantinires +cantique +cantiques +canton +cantonade +cantonal +cantonale +cantonales +cantonaux +cantonna +cantonnai +cantonnaient +cantonnais +cantonnait +cantonnant +cantonnas +cantonnasse +cantonnassent +cantonnasses +cantonnassiez +cantonnassions +cantonnmes +cantonnt +cantonntes +cantonne +cantonnement +cantonnements +cantonnent +cantonner +cantonnera +cantonnerai +cantonneraient +cantonnerais +cantonnerait +cantonneras +cantonnerez +cantonneriez +cantonnerions +cantonnerons +cantonneront +cantonnes +cantonnez +cantonn +cantonne +cantonnes +cantonns +cantonnrent +cantonnier +cantonniers +cantonniez +cantonnions +cantonnons +cantons +canular +canulars +canule +canules +canyon +canyons +caon +caons +caoutchouc +caoutchouta +caoutchoutai +caoutchoutaient +caoutchoutais +caoutchoutait +caoutchoutant +caoutchoutas +caoutchoutasse +caoutchoutassent +caoutchoutasses +caoutchoutassiez +caoutchoutassions +caoutchoutmes +caoutchoutt +caoutchouttes +caoutchoute +caoutchoutent +caoutchouter +caoutchoutera +caoutchouterai +caoutchouteraient +caoutchouterais +caoutchouterait +caoutchouteras +caoutchouterez +caoutchouteriez +caoutchouterions +caoutchouterons +caoutchouteront +caoutchoutes +caoutchoutez +caoutchout +caoutchoute +caoutchoutes +caoutchouts +caoutchoutrent +caoutchoutiez +caoutchoutions +caoutchoutons +cap +capable +capables +capacit +capacits +caparaon +caparaonna +caparaonnai +caparaonnaient +caparaonnais +caparaonnait +caparaonnant +caparaonnas +caparaonnasse +caparaonnassent +caparaonnasses +caparaonnassiez +caparaonnassions +caparaonnmes +caparaonnt +caparaonntes +caparaonne +caparaonnent +caparaonner +caparaonnera +caparaonnerai +caparaonneraient +caparaonnerais +caparaonnerait +caparaonneras +caparaonnerez +caparaonneriez +caparaonnerions +caparaonnerons +caparaonneront +caparaonnes +caparaonnez +caparaonn +caparaonne +caparaonnes +caparaonns +caparaonnrent +caparaonniez +caparaonnions +caparaonnons +caparaons +cape +capeline +capelines +capes +capharnam +capharnams +capillaire +capillaires +capillarit +capillarits +capilotade +capilotades +capitaine +capitaines +capital +capitale +capitales +capitalisa +capitalisai +capitalisaient +capitalisais +capitalisait +capitalisant +capitalisas +capitalisasse +capitalisassent +capitalisasses +capitalisassiez +capitalisassions +capitalisation +capitalisations +capitalismes +capitalist +capitalistes +capitalise +capitalisent +capitaliser +capitalisera +capitaliserai +capitaliseraient +capitaliserais +capitaliserait +capitaliseras +capitaliserez +capitaliseriez +capitaliserions +capitaliserons +capitaliseront +capitalises +capitalisez +capitalis +capitalise +capitalises +capitaliss +capitalisrent +capitalisiez +capitalisions +capitalisme +capitalisons +capitaliste +capitalistes +capitaux +capiteuse +capiteuses +capiteux enivrant +capitonna +capitonnage +capitonnages +capitonnai +capitonnaient +capitonnais +capitonnait +capitonnant +capitonnas +capitonnasse +capitonnassent +capitonnasses +capitonnassiez +capitonnassions +capitonnmes +capitonnt +capitonntes +capitonne +capitonnent +capitonner +capitonnera +capitonnerai +capitonneraient +capitonnerais +capitonnerait +capitonneras +capitonnerez +capitonneriez +capitonnerions +capitonnerons +capitonneront +capitonnes +capitonnez +capitonn +capitonne +capitonnes +capitonns +capitonnrent +capitonniez +capitonnions +capitonnons +capitula +capitulai +capitulaient +capitulais +capitulait +capitulant +capitulas +capitulasse +capitulassent +capitulasses +capitulassiez +capitulassions +capitulation +capitulations +capitulmes +capitult +capitultes +capitule +capitulent +capituler +capitulera +capitulerai +capituleraient +capitulerais +capitulerait +capituleras +capitulerez +capituleriez +capitulerions +capitulerons +capituleront +capitules +capitulez +capitul +capitule +capitules +capituls +capitulrent +capituliez +capitulions +capitulons +caporal +caporaux +capot +capota +capotage +capotages +capotai +capotaient +capotais +capotait +capotant +capotas +capotasse +capotassent +capotasses +capotassiez +capotassions +capotmes +capott +capottes +capote +capotent +capoter +capotera +capoterai +capoteraient +capoterais +capoterait +capoteras +capoterez +capoteriez +capoterions +capoterons +capoteront +capotes +capotez +capot +capote +capotes +capots +capotrent +capotiez +capotions +capotons +capots +caprice +caprices +capricieuse +capricieusement +capricieuses +capricieux +caps +capsule +capsules +capta +captai +captaient +captais +captait +captant +captas +captasse +captassent +captasses +captassiez +captassions +captation +captations +captmes +captt +capttes +capte +captent +capter +captera +capterai +capteraient +capterais +capterait +capteras +capterez +capteriez +capterions +capterons +capteront +captes +capteur +capteurs +captez +capt +capte +captes +capts +captrent +captieuse +captieusement +captieuses +captieux +captiez +captif +captifs +captions +captiva +captivai +captivaient +captivais +captivait +captivant +captivante +captivantes +captivas +captivasse +captivassent +captivasses +captivassiez +captivassions +captivmes +captivt +captivtes +captive +captivent +captiver +captivera +captiverai +captiveraient +captiverais +captiverait +captiveras +captiverez +captiveriez +captiverions +captiverons +captiveront +captives +captivez +captiv +captive +captives +captivs +captivrent +captiviez +captivions +captivit +captivits +captivons +captons +captura +capturai +capturaient +capturais +capturait +capturant +capturas +capturasse +capturassent +capturasses +capturassiez +capturassions +capturmes +capturt +capturtes +capture +capturent +capturer +capturera +capturerai +captureraient +capturerais +capturerait +captureras +capturerez +captureriez +capturerions +capturerons +captureront +captures +capturez +captur +capture +captures +capturs +capturrent +capturiez +capturions +capturons +capuche +capuches +capuchon +capuchonn +capuchonne +capuchonnes +capuchonns +capuchons +capucin +capucine +capucines +capucins +caque +caques +caquet +caqueta +caquetage +caquetages +caquetai +caquetaient +caquetais +caquetait +caquetant +caquetas +caquetasse +caquetassent +caquetasses +caquetassiez +caquetassions +caquetmes +caquett +caquettes +caqueter +caquetez +caquet +caquete +caquetes +caquets +caquetrent +caquetiez +caquetions +caquetons +caquets +caquette +caquettent +caquettera +caquetterai +caquetteraient +caquetterais +caquetterait +caquetteras +caquetterez +caquetteriez +caquetterions +caquetterons +caquetteront +caquettes +car +carabin +carabine +carabines +carabin +carabine +carabines +carabins +carabinier +carabiniers +carabins +caraco +caracola +caracolai +caracolaient +caracolais +caracolait +caracolant +caracolas +caracolasse +caracolassent +caracolasses +caracolassiez +caracolassions +caracolmes +caracolt +caracoltes +caracole +caracolent +caracoler +caracolera +caracolerai +caracoleraient +caracolerais +caracolerait +caracoleras +caracolerez +caracoleriez +caracolerions +caracolerons +caracoleront +caracoles +caracolez +caracol +caracole +caracoles +caracols +caracolrent +caracoliez +caracolions +caracolons +caracos +caractriel +caractrielle +caractrielles +caractriels +caractrisa +caractrisai +caractrisaient +caractrisais +caractrisait +caractrisant +caractrisas +caractrisasse +caractrisassent +caractrisasses +caractrisassiez +caractrisassions +caractrismes +caractrist +caractristes +caractrise +caractrisent +caractriser +caractrisera +caractriserai +caractriseraient +caractriserais +caractriserait +caractriseras +caractriserez +caractriseriez +caractriserions +caractriserons +caractriseront +caractrises +caractrisez +caractris +caractrise +caractrises +caractriss +caractrisrent +caractrisiez +caractrisions +caractrisons +caractristique +caractristiques +caractre +caractres +carafe +carafes +carafon +carafons +carambola +carambolage +carambolages +carambolai +carambolaient +carambolais +carambolait +carambolant +carambolas +carambolasse +carambolassent +carambolasses +carambolassiez +carambolassions +carambolmes +carambolt +caramboltes +carambole +carambolent +caramboler +carambolera +carambolerai +caramboleraient +carambolerais +carambolerait +caramboleras +carambolerez +caramboleriez +carambolerions +carambolerons +caramboleront +caramboles +carambolez +carambol +carambole +caramboles +carambols +carambolrent +caramboliez +carambolions +carambolons +carambouilleur +carambouilleurs +caramel +caramels +caramlisa +caramlisai +caramlisaient +caramlisais +caramlisait +caramlisant +caramlisas +caramlisasse +caramlisassent +caramlisasses +caramlisassiez +caramlisassions +caramlismes +caramlist +caramlistes +caramlise +caramlisent +caramliser +caramlisera +caramliserai +caramliseraient +caramliserais +caramliserait +caramliseras +caramliserez +caramliseriez +caramliserions +caramliserons +caramliseront +caramlises +caramlisez +caramlis +caramlise +caramlises +caramliss +caramlisrent +caramlisiez +caramlisions +caramlisons +carapace +carapaces +carapata +carapatai +carapataient +carapatais +carapatait +carapatant +carapatas +carapatasse +carapatassent +carapatasses +carapatassiez +carapatassions +carapatmes +carapatt +carapattes +carapate +carapatent +carapater +carapatera +carapaterai +carapateraient +carapaterais +carapaterait +carapateras +carapaterez +carapateriez +carapaterions +carapaterons +carapateront +carapates +carapatez +carapat +carapate +carapates +carapats +carapatrent +carapatiez +carapations +carapatons +carat +carats +caravane +caravanes +caravanier +caravaniers +caravansrail +caravansrails +caravelle +caravelles +carbochimie +carbonate +carbonates +carbone +carbonifre +carbonifres +carbonique +carboniques +carbonisa +carbonisai +carbonisaient +carbonisais +carbonisait +carbonisant +carbonisas +carbonisasse +carbonisassent +carbonisasses +carbonisassiez +carbonisassions +carbonismes +carbonist +carbonistes +carbonise +carbonisent +carboniser +carbonisera +carboniserai +carboniseraient +carboniserais +carboniserait +carboniseras +carboniserez +carboniseriez +carboniserions +carboniserons +carboniseront +carbonises +carbonisez +carbonis +carbonise +carbonises +carboniss +carbonisrent +carbonisiez +carbonisions +carbonisons +carburant +carburante +carburantes +carburants +carburateur +carburateurs +carburation +carburations +carbure +carbures +carcan +carcans +carcasse +carcasses +carcral +carcrale +carcrales +carcraux +carcinogne +carcinognes +carda +cardage +cardages +cardai +cardaient +cardais +cardait +cardan +cardans +cardant +cardas +cardasse +cardassent +cardasses +cardassiez +cardassions +cardmes +cardt +cardtes +carde +cardent +carder +cardera +carderai +carderaient +carderais +carderait +carderas +carderez +carderiez +carderions +carderons +carderont +cardes +cardeur +cardeurs +cardeuse +cardeuses +cardez +card +carde +cardes +cards +cardrent +cardiaque +cardiaques +cardiez +cardinal +cardinalat +cardinalats +cardinale +cardinales +cardinaux +cardiologie +cardiologique +cardiologiques +cardiologue +cardiologues +cardions +cardiovasculaire +cardiovasculaires +cardons +carence +carences +caressa +caressai +caressaient +caressais +caressait +caressant +caressas +caressasse +caressassent +caressasses +caressassiez +caressassions +caressmes +caresst +caresstes +caresse +caressent +caresser +caressera +caresserai +caresseraient +caresserais +caresserait +caresseras +caresserez +caresseriez +caresserions +caresserons +caresseront +caresses +caressez +caress +caresse +caresses +caresss +caressrent +caressiez +caressions +caressons +carna +carnai +carnaient +carnais +carnait +carnant +carnas +carnasse +carnassent +carnasses +carnassiez +carnassions +carnmes +carnt +carntes +carner +carnera +carnerai +carneraient +carnerais +carnerait +carneras +carnerez +carneriez +carnerions +carnerons +carneront +carnez +carn +carne +carnes +carns +carnrent +carniez +carnions +carnons +carne +carnent +carnes +carme +carmes +cargaison +cargaisons +cargo +cargos +cargua +carguai +carguaient +carguais +carguait +carguant +carguas +carguasse +carguassent +carguasses +carguassiez +carguassions +cargumes +cargut +cargutes +cargue +carguent +carguer +carguera +carguerai +cargueraient +carguerais +carguerait +cargueras +carguerez +cargueriez +carguerions +carguerons +cargueront +cargues +carguez +cargu +cargue +cargues +cargus +cargurent +carguiez +carguions +carguons +caria +cariai +cariaient +cariais +cariait +cariant +carias +cariasse +cariassent +cariasses +cariassiez +cariassions +cariatide +cariatides +carimes +carit +carites +caribou +caribous +caricatura +caricaturai +caricaturaient +caricaturais +caricaturait +caricatural +caricaturale +caricaturales +caricaturant +caricaturas +caricaturasse +caricaturassent +caricaturasses +caricaturassiez +caricaturassions +caricaturaux +caricaturmes +caricaturt +caricaturtes +caricature +caricaturent +caricaturer +caricaturera +caricaturerai +caricatureraient +caricaturerais +caricaturerait +caricatureras +caricaturerez +caricatureriez +caricaturerions +caricaturerons +caricatureront +caricatures +caricaturez +caricatur +caricature +caricatures +caricaturs +caricaturrent +caricaturiez +caricaturions +caricaturiste +caricaturistes +caricaturons +carie +carient +carier +cariera +carierai +carieraient +carierais +carierait +carieras +carierez +carieriez +carierions +carierons +carieront +caries +cariez +cari +carie +caries +caris +carirent +cariiez +cariions +carillon +carillonna +carillonnai +carillonnaient +carillonnais +carillonnait +carillonnant +carillonnas +carillonnasse +carillonnassent +carillonnasses +carillonnassiez +carillonnassions +carillonnmes +carillonnt +carillonntes +carillonne +carillonnent +carillonner +carillonnera +carillonnerai +carillonneraient +carillonnerais +carillonnerait +carillonneras +carillonnerez +carillonneriez +carillonnerions +carillonnerons +carillonneront +carillonnes +carillonnez +carillonn +carillonne +carillonnes +carillonns +carillonnrent +carillonniez +carillonnions +carillonnons +carillons +carions +cariste +caristes +carlingue +carlingues +carmagnole +carmagnoles +carmlite +carmlites +carmin +carmin +carmine +carmines +carmins +carnage +carnages +carnassier +carnassiers +carnassire +carnassires +carnation +carnations +carnaval +carnavalesque +carnavalesques +carnavals +carne +carnes +carnet +carnets +carn +carne +carnes +carns +carnier +carniers +carnivore +carnivores +carolingien +carolingienne +carolingiennes +carolingiens +caroncule +caroncules +carotide +carotides +carotta +carottai +carottaient +carottais +carottait +carottant +carottas +carottasse +carottassent +carottasses +carottassiez +carottassions +carottmes +carottt +carotttes +carotte +carottent +carotter +carottera +carotterai +carotteraient +carotterais +carotterait +carotteras +carotterez +carotteriez +carotterions +carotterons +carotteront +carottes +carotteur +carotteurs +carotteuse +carotteuses +carottez +carott +carotte +carottes +carotts +carottrent +carottiez +carottions +carottons +carpe +carpes +carpette +carpettes +carquois +carra +carrai +carraient +carrais +carrait +carrant +carras +carrasse +carrassent +carrasses +carrassiez +carrassions +carrmes +carrt +carrtes +carre +carreau +carreaux +carrefour +carrefours +carrela +carrelage +carrelages +carrelai +carrelaient +carrelais +carrelait +carrelant +carrelas +carrelasse +carrelassent +carrelasses +carrelassiez +carrelassions +carrelmes +carrelt +carreltes +carreler +carreleur +carreleurs +carrelez +carrel +carrele +carreles +carrels +carrelrent +carreliez +carrelions +carrelle +carrellent +carrellera +carrellerai +carrelleraient +carrellerais +carrellerait +carrelleras +carrellerez +carrelleriez +carrellerions +carrellerons +carrelleront +carrelles +carrelons +carrent +carrer +carrera +carrerai +carreraient +carrerais +carrerait +carreras +carrerez +carreriez +carrerions +carrerons +carreront +carres +carrez +carr +carre +carres +carrment +carrs +carrrent +carrier +carriers +carriez +carrire +carrires +carriole +carrioles +carrions +carrons +carrossa +carrossable +carrossables +carrossai +carrossaient +carrossais +carrossait +carrossant +carrossas +carrossasse +carrossassent +carrossasses +carrossassiez +carrossassions +carrossmes +carrosst +carrosstes +carrosse +carrossent +carrosser +carrossera +carrosserai +carrosseraient +carrosserais +carrosserait +carrosseras +carrosserez +carrosserie +carrosserier +carrosseriers +carrosseries +carrosseriez +carrosserions +carrosserons +carrosseront +carrosses +carrossez +carross +carrosse +carrosses +carrosss +carrossrent +carrossiez +carrossions +carrossons +carrousel +carrousels +carrure +carrures +cars +cartable +cartables +carte +cartel +cartels +carter +carters +cartes +cartsanisme +cartsien +cartsienne +cartsiennes +cartsiens +cartilage +cartilages +cartilagineuse +cartilagineuses +cartilagineux +cartographe +cartographes +cartographique +cartographiques +cartomancie +cartomancien +cartomancienne +cartomanciennes +cartomanciens +carton +cartonna +cartonnage +cartonnages +cartonnai +cartonnaient +cartonnais +cartonnait +cartonnant +cartonnas +cartonnasse +cartonnassent +cartonnasses +cartonnassiez +cartonnassions +cartonnmes +cartonnt +cartonntes +cartonne +cartonnent +cartonner +cartonnera +cartonnerai +cartonneraient +cartonnerais +cartonnerait +cartonneras +cartonnerez +cartonnerie +cartonnerier +cartonneriers +cartonneries +cartonneriez +cartonnerire +cartonnerires +cartonnerions +cartonnerons +cartonneront +cartonnes +cartonnez +cartonn +cartonne +cartonnes +cartonns +cartonnrent +cartonniez +cartonnions +cartonnons +cartons +cartouche +cartoucherie +cartoucheries +cartoucherire +cartoucherires +cartouches +caryatide +caryatides +cas +casa +casai +casaient +casais +casait +casanier +casaniers +casanire +casanires +casant +casaque +casaques +casas +casasse +casassent +casasses +casassiez +casassions +casmes +cast +castes +cascada +cascadai +cascadaient +cascadais +cascadait +cascadant +cascadas +cascadasse +cascadassent +cascadasses +cascadassiez +cascadassions +cascadmes +cascadt +cascadtes +cascade +cascadent +cascader +cascadera +cascaderai +cascaderaient +cascaderais +cascaderait +cascaderas +cascaderez +cascaderiez +cascaderions +cascaderons +cascaderont +cascades +cascadeur +cascadeurs +cascadez +cascad +cascade +cascades +cascads +cascadrent +cascadiez +cascadions +cascadons +cascatelle +cascatelles +case +casemate +casemates +casent +caser +casera +caserai +caseraient +caserais +caserait +caseras +caserez +caseriez +caserions +caserna +casernai +casernaient +casernais +casernait +casernant +casernas +casernasse +casernassent +casernasses +casernassiez +casernassions +casernmes +casernt +caserntes +caserne +casernement +casernements +casernent +caserner +casernera +casernerai +caserneraient +casernerais +casernerait +caserneras +casernerez +caserneriez +casernerions +casernerons +caserneront +casernes +casernez +casern +caserne +casernes +caserns +casernrent +caserniez +casernions +casernons +caserons +caseront +cases +casez +cas +case +cases +casine +cass +casrent +cash +casier +casiers +casiez +casino +casinos +casions +casons +casqua +casquai +casquaient +casquais +casquait +casquant +casquas +casquasse +casquassent +casquasses +casquassiez +casquassions +casqumes +casqut +casqutes +casque +casquent +casquer +casquera +casquerai +casqueraient +casquerais +casquerait +casqueras +casquerez +casqueriez +casquerions +casquerons +casqueront +casques +casquette +casquettes +casquez +casqu +casque +casques +casqus +casqurent +casquiez +casquions +casquons +cassa +cassai +cassaient +cassais +cassait +cassant +cassante +cassantes +cassants +cassas +cassasse +cassassent +cassasses +cassassiez +cassassions +cassation +cassations +cassmes +casst +casstes +casse +cassent +casser +cassera +casserai +casseraient +casserais +casserait +casseras +casserez +casseriez +casserions +casserole +casseroles +casserons +casseront +casses +cassette +cassettes +casseur +casseurs +casseuse +casseuses +cassez +cass +casse +casses +casss +cassrent +cassier +cassiers +cassiez +cassions +cassis +cassolette +cassolettes +cassonade +cassonades +cassons +cassoulet +cassoulets +cassure +cassures +castagnettes +caste +castes +castor +castors +castra +castrai +castraient +castrais +castrait +castrant +castras +castrasse +castrassent +castrasses +castrassiez +castrassions +castrateur +castration +castrations +castrmes +castrt +castrtes +castre +castrent +castrer +castrera +castrerai +castreraient +castrerais +castrerait +castreras +castrerez +castreriez +castrerions +castrerons +castreront +castres +castrez +castr +castre +castres +castrs +castrrent +castriez +castrions +castrons +casuel +casuels +casuistique +casuistiques +cataclysme +cataclysmes +catacombes +catadioptre +catadioptres +catadioptrique +catadioptriques +catafalque +catafalques +catalan +catalane +catalanes +catalans +catalepsie +catalogua +cataloguai +cataloguaient +cataloguais +cataloguait +cataloguant +cataloguas +cataloguasse +cataloguassent +cataloguasses +cataloguassiez +cataloguassions +catalogumes +catalogut +catalogutes +catalogue +cataloguent +cataloguer +cataloguera +cataloguerai +catalogueraient +cataloguerais +cataloguerait +catalogueras +cataloguerez +catalogueriez +cataloguerions +cataloguerons +catalogueront +catalogues +cataloguez +catalogu +catalogue +catalogues +catalogus +catalogurent +cataloguiez +cataloguions +cataloguons +catalysa +catalysai +catalysaient +catalysais +catalysait +catalysant +catalysas +catalysasse +catalysassent +catalysasses +catalysassiez +catalysassions +catalysmes +catalyst +catalystes +catalyse +catalysent +catalyser +catalysera +catalyserai +catalyseraient +catalyserais +catalyserait +catalyseras +catalyserez +catalyseriez +catalyserions +catalyserons +catalyseront +catalyses +catalysez +catalys +catalyse +catalyses +catalyss +catalysrent +catalysiez +catalysions +catalysons +catalytique +catalytiques +cataplasme +cataplasmes +catapulta +catapultai +catapultaient +catapultais +catapultait +catapultant +catapultas +catapultasse +catapultassent +catapultasses +catapultassiez +catapultassions +catapultmes +catapultt +catapulttes +catapulte +catapultent +catapulter +catapultera +catapulterai +catapulteraient +catapulterais +catapulterait +catapulteras +catapulterez +catapulteriez +catapulterions +catapulterons +catapulteront +catapultes +catapultez +catapult +catapulte +catapultes +catapults +catapultrent +catapultiez +catapultions +catapultons +cataracte +cataractes +catarrhe +catarrhes +catastrophe +catastrophes +catastroph +catastrophe +catastrophes +catastrophs +catastrophique +catastrophiques +catch +catcheur +catcheurs +catcheuse +catcheuses +catchisa +catchisai +catchisaient +catchisais +catchisait +catchisant +catchisas +catchisasse +catchisassent +catchisasses +catchisassiez +catchisassions +catchismes +catchist +catchistes +catchise +catchisent +catchiser +catchisera +catchiserai +catchiseraient +catchiserais +catchiserait +catchiseras +catchiserez +catchiseriez +catchiserions +catchiserons +catchiseront +catchises +catchisez +catchis +catchise +catchises +catchiss +catchisrent +catchisiez +catchisions +catchisme +catchismes +catchisons +catchumne +catchumnes +catgorie +catgories +catgorique +catgoriquement +catgoriques +catnaire +catnaires +cathare +cathares +catharisme +cathdrale +cathdrales +cathter +cathters +cathode +cathodes +cathodique +cathodiques +catholicisme +catholicit +catholicits +catholique +catholiques +catimini +cauchemar +cauchemars +caudal +caudale +caudales +caudaux +causa +causai +causaient +causais +causait +causal +causale +causales +causalit +causalits +causals +causant +causas +causasse +causassent +causasses +causassiez +causassions +causmes +caust +caustes +cause +causent +causer +causera +causerai +causeraient +causerais +causerait +causeras +causerez +causerie +causeries +causeriez +causerions +causerons +causeront +causes +causette +causettes +causeur +causeurs +causeuse +causeuses +causez +caus +cause +causes +causs +causrent +causiez +causions +causons +causse +causticit +causticits +caustique +caustiques +cauteleuse +cauteleuses +cauteleux +cautrisa +cautrisai +cautrisaient +cautrisais +cautrisait +cautrisant +cautrisas +cautrisasse +cautrisassent +cautrisasses +cautrisassiez +cautrisassions +cautrisation +cautrisations +cautrismes +cautrist +cautristes +cautrise +cautrisent +cautriser +cautrisera +cautriserai +cautriseraient +cautriserais +cautriserait +cautriseras +cautriserez +cautriseriez +cautriserions +cautriserons +cautriseront +cautrises +cautrisez +cautris +cautrise +cautrises +cautriss +cautrisrent +cautrisiez +cautrisions +cautrisons +caution +cautionna +cautionnai +cautionnaient +cautionnais +cautionnait +cautionnant +cautionnas +cautionnasse +cautionnassent +cautionnasses +cautionnassiez +cautionnassions +cautionnmes +cautionnt +cautionntes +cautionne +cautionnement +cautionnements +cautionnent +cautionner +cautionnera +cautionnerai +cautionneraient +cautionnerais +cautionnerait +cautionneras +cautionnerez +cautionneriez +cautionnerions +cautionnerons +cautionneront +cautionnes +cautionnez +cautionn +cautionne +cautionnes +cautionns +cautionnrent +cautionniez +cautionnions +cautionnons +cautions +cavalcada +cavalcadai +cavalcadaient +cavalcadais +cavalcadait +cavalcadant +cavalcadasse +cavalcadassent +cavalcadasses +cavalcadassiez +cavalcadassions +cavalcadmes +cavalcadt +cavalcadtes +cavalcade +cavalcadent +cavalcader +cavalcadera +cavalcaderai +cavalcaderaient +cavalcaderais +cavalcaderait +cavalcaderas +cavalcaderez +cavalcaderiez +cavalcaderions +cavalcaderons +cavalcaderont +cavalcades +cavalcadez +cavalcad +cavalcade +cavalcades +cavalcads +cavalcadrent +cavalcadiez +cavalcadions +cavalcadons +cavale +cavalerie +cavaleries +cavales +cavalier +cavaliers +cavaliez +cavalire +cavalirement +cavalires +cave +caveau +caveaux +caverne +cavernes +caverneuse +caverneuses +caverneux +caves +caviar +cavit +cavits +cacum +cbla +cblage +cblai +cblaient +cblais +cblait +cblant +cblas +cblasse +cblassent +cblasses +cblassiez +cblassions +cblmes +cblt +cbltes +cble +cblent +cbler +cblera +cblerai +cbleraient +cblerais +cblerait +cbleras +cblerez +cbleriez +cblerions +cblerons +cbleront +cbles +cblez +cbl +cble +cbles +cbls +cblrent +cbliez +cblions +cblogramme +cblogrammes +cblons +clin +clina +clinai +clinaient +clinais +clinait +clinant +clinas +clinasse +clinassent +clinasses +clinassiez +clinassions +clinmes +clint +clintes +cline +clinement +clinent +cliner +clinera +clinerai +clineraient +clinerais +clinerait +clineras +clinerez +clinerie +clineries +clineriez +clinerions +clinerons +clineront +clines +clinez +clin +cline +clines +clins +clinrent +cliniez +clinions +clinons +clins +cpre +cpres +cprier +cpriers +ce +ceci +ceignaient +ceignais +ceignait +ceignant +ceigne +ceignent +ceignes +ceignez +ceigniez +ceignions +ceignirent +ceignis +ceignisse +ceignissent +ceignisses +ceignissiez +ceignissions +ceignit +ceignmes +ceignt +ceigntes +ceignons +ceindra +ceindrai +ceindraient +ceindrais +ceindrait +ceindras +ceindre +ceindrez +ceindriez +ceindrions +ceindrons +ceindront +ceins +ceint +ceinte +ceintes +ceints +ceintura +ceinturai +ceinturaient +ceinturais +ceinturait +ceinturant +ceinturas +ceinturasse +ceinturassent +ceinturasses +ceinturassiez +ceinturassions +ceinturmes +ceinturt +ceinturtes +ceinture +ceinturent +ceinturer +ceinturera +ceinturerai +ceintureraient +ceinturerais +ceinturerait +ceintureras +ceinturerez +ceintureriez +ceinturerions +ceinturerons +ceintureront +ceintures +ceinturez +ceintur +ceinture +ceintures +ceinturs +ceinturrent +ceinturiez +ceinturions +ceinturon +ceinturons +cela +celai +celaient +celais +celait +celant +celas +celasse +celassent +celasses +celassiez +celassions +celmes +celt +celtes +celer +celez +cel +cele +celes +cels +celrent +celiez +celions +celle +celles +cellier +celliers +cellulaire +cellulaires +cellule +cellules +cellulod +cellulose +celons +celui +cendre +cendres +cendr +cendre +cendres +cendrs +cendrier +cendriers +cendrillon +cendrillons +cengers +cens +censeur +censeurs +cens +cense +censes +censment +censs +censura +censurai +censuraient +censurais +censurait +censurant +censuras +censurasse +censurassent +censurasses +censurassiez +censurassions +censurmes +censurt +censurtes +censure +censurent +censurer +censurera +censurerai +censureraient +censurerais +censurerait +censureras +censurerez +censureriez +censurerions +censurerons +censureront +censures +censurez +censur +censure +censures +censurs +censurrent +censuriez +censurions +censurons +cent +centaine +centaines +centaure +centaures +centenaire +centenaires +centsimal +centsimale +centsimales +centsimaux +centi +centime +centimes +centigrade +centigrades +centime +centimes +centimtre +centimtres +centra +centrage +centrages +centrai +centraient +centrais +centrait +central +centrale +centrales +centralisa +centralisai +centralisaient +centralisais +centralisait +centralisant +centralisas +centralisasse +centralisassent +centralisasses +centralisassiez +centralisassions +centralisateur +centralisateurs +centralisation +centralisations +centralisatrice +centralisatrices +centralismes +centralist +centralistes +centralise +centralisent +centraliser +centralisera +centraliserai +centraliseraient +centraliserais +centraliserait +centraliseras +centraliserez +centraliseriez +centraliserions +centraliserons +centraliseront +centralises +centralisez +centralis +centralise +centralises +centraliss +centralisrent +centralisiez +centralisions +centralisme +centralisons +centrant +centras +centrasse +centrassent +centrasses +centrassiez +centrassions +centraux +centrmes +centrt +centrtes +centre +centrent +centrer +centrera +centrerai +centreraient +centrerais +centrerait +centreras +centrerez +centreriez +centrerions +centrerons +centreront +centres +centrez +centr +centre +centres +centrs +centrrent +centriez +centrifugation +centrifugations +centrifuge +centrifuges +centrifugeur +centrifugeurs +centrifugeuse +centrifugeuses +centrions +centripte +centriptes +centrons +cents +centupla +centuplai +centuplaient +centuplais +centuplait +centuplant +centuplas +centuplasse +centuplassent +centuplasses +centuplassiez +centuplassions +centuplmes +centuplt +centupltes +centuple +centuplent +centupler +centuplera +centuplerai +centupleraient +centuplerais +centuplerait +centupleras +centuplerez +centupleriez +centuplerions +centuplerons +centupleront +centuples +centuplez +centupl +centuple +centuples +centupls +centuplrent +centupliez +centuplions +centuplons +centurion +cep +cependant +ceps +cerbre +cerbres +cerceau +cerceaux +cercla +cerclage +cerclages +cerclai +cerclaient +cerclais +cerclait +cerclant +cerclas +cerclasse +cerclassent +cerclasses +cerclassiez +cerclassions +cerclmes +cerclt +cercltes +cercle +cerclent +cercler +cerclera +cerclerai +cercleraient +cerclerais +cerclerait +cercleras +cerclerez +cercleriez +cerclerions +cerclerons +cercleront +cercles +cerclez +cercl +cercle +cercles +cercls +cerclrent +cercliez +cerclions +cerclons +cercueil +cercueils +cerf +cerfeuil +cerfs +cerise +cerises +cerisier +cerisiers +cerna +cernai +cernaient +cernais +cernait +cernant +cernas +cernasse +cernassent +cernasses +cernassiez +cernassions +cernmes +cernt +cerntes +cerne +cernent +cerner +cernera +cernerai +cerneraient +cernerais +cernerait +cerneras +cernerez +cerneriez +cernerions +cernerons +cerneront +cernes +cernez +cern +cerne +cernes +cerns +cernrent +cerniez +cernions +cernons +certain +certaine +certainement +certaines +certains +certes +certifia +certifiai +certifiaient +certifiais +certifiait +certifiant +certifias +certifiasse +certifiassent +certifiasses +certifiassiez +certifiassions +certifimes +certifit +certifites +certificat +certificats +certifie +certifient +certifier +certifiera +certifierai +certifieraient +certifierais +certifierait +certifieras +certifierez +certifieriez +certifierions +certifierons +certifieront +certifies +certifiez +certifi +certifie +certifies +certifis +certifirent +certifiiez +certifiions +certifions +certitude +certitudes +cervantes +cerveau +cerveaux +cervelas +cervelet +cervelets +cervelle +cervical +cervicale +cervicales +cervicaux +cervids +cervier +cerviers +ces +cessa +cessai +cessaient +cessais +cessait +cessant +cessas +cessasse +cessassent +cessasses +cessassiez +cessassions +cessation +cessations +cessmes +cesst +cesstes +cesse +cessent +cesser +cessera +cesserai +cesseraient +cesserais +cesserait +cesseras +cesserez +cesseriez +cesserions +cesserons +cesseront +cesses +cessez +cess +cesse +cesses +cesss +cessrent +cessiez +cession +cessions +cessons +cesssion +cet +cetera +cette +ceux +cans +ccit +ccits +cda +cdai +cdaient +cdais +cdait +cdant +cdas +cdasse +cdassent +cdasses +cdassiez +cdassions +cdmes +cdt +cdtes +cder +cdera +cderai +cderaient +cderais +cderait +cderas +cderez +cderiez +cderions +cderons +cderont +cdez +cd +cde +cdes +cds +cdrent +cdiez +cdille +cdilles +cdions +cdons +cdrat +cdratier +cdratiers +cdrats +cleri +cleris +clerit +clerits +cleste +clestes +clestin +clbra +clbrai +clbraient +clbrais +clbrait +clbrant +clbrants +clbras +clbrasse +clbrassent +clbrasses +clbrassiez +clbrassions +clbration +clbrations +clbrmes +clbrt +clbrtes +clbrer +clbrera +clbrerai +clbreraient +clbrerais +clbrerait +clbreras +clbrerez +clbreriez +clbrerions +clbrerons +clbreront +clbrez +clbr +clbre +clbres +clbrs +clbrrent +clbriez +clbrions +clbrit +clbrits +clbrons +clbre +clbrent +clbres +clibat +clibataire +clibataires +cment +cmenta +cmentai +cmentaient +cmentais +cmentait +cmentant +cmentas +cmentasse +cmentassent +cmentasses +cmentassiez +cmentassions +cmentmes +cmentt +cmenttes +cmente +cmentent +cmenter +cmentera +cmenterai +cmenteraient +cmenterais +cmenterait +cmenteras +cmenterez +cmenteriez +cmenterions +cmenterons +cmenteront +cmentes +cmentez +cment +cmente +cmentes +cments +cmentrent +cmentiez +cmentions +cmentons +cnacle +cnacles +cnobite +cnobites +cnopathe +cnopathes +cpage +cpages +cphalopodes +cramique +cramiques +cramiste +cramistes +crale +crales +crbral +crbrale +crbrales +crbraux +crbro +crmonial +crmonials +crmonie +crmonies +crmonieuse +crmonieusement +crmonieuses +crmonieux +crumen +cruse +csar +csarienne +csariennes +csium +csure +csures +ctacs +ctoine +ctoines +cvanol +cvanole +cvanoles +cvanols +cde +cdent +cdes +cdre +cdres +cle +clent +clera +clerai +cleraient +clerais +clerait +cleras +clerez +cleriez +clerions +clerons +cleront +cles +cne +cpe +cpes +cf +chacal +chacals +chacun +chacune +chafouin +chafouine +chafouines +chafouins +chagrin +chagrina +chagrinai +chagrinaient +chagrinais +chagrinait +chagrinant +chagrinas +chagrinasse +chagrinassent +chagrinasses +chagrinassiez +chagrinassions +chagrinmes +chagrint +chagrintes +chagrine +chagrinent +chagriner +chagrinera +chagrinerai +chagrineraient +chagrinerais +chagrinerait +chagrineras +chagrinerez +chagrineriez +chagrinerions +chagrinerons +chagrineront +chagrines +chagrinez +chagrin +chagrine +chagrines +chagrins +chagrinrent +chagriniez +chagrinions +chagrinons +chagrins +chahut +chahuta +chahutai +chahutaient +chahutais +chahutait +chahutant +chahutas +chahutasse +chahutassent +chahutasses +chahutassiez +chahutassions +chahutmes +chahutt +chahuttes +chahute +chahutent +chahuter +chahutera +chahuterai +chahuteraient +chahuterais +chahuterait +chahuteras +chahuterez +chahuteriez +chahuterions +chahuterons +chahuteront +chahutes +chahutez +chahut +chahute +chahutes +chahuts +chahutrent +chahutiez +chahutions +chahutons +chahuts +chai +chair +chaire sige +chaires sige +chairs +chaise +chaises +chaisier +chaisiers +chaisire +chaisires +chaix +chane +chanes +chanette +chanettes +chanon +chanons +chaland +chalande +chalandes +chalands +chalcographie +chalde +chalden +chaldenne +chaldennes +chaldens +chalet +chalets +chaleur +chaleureuse +chaleureusement +chaleureuses +chaleureux +chaleurs +challenge +challenges +chaloupe +chaloupes +chalumeau +chalumeaux +chalut +chalutier +chalutiers +chaluts +chamade +chamades +chamailla +chamaillai +chamaillaient +chamaillais +chamaillait +chamaillant +chamaillas +chamaillasse +chamaillassent +chamaillasses +chamaillassiez +chamaillassions +chamaillmes +chamaillt +chamailltes +chamaille +chamaillent +chamailler +chamaillera +chamaillerai +chamailleraient +chamaillerais +chamaillerait +chamailleras +chamaillerez +chamaillerie +chamailleries +chamailleriez +chamaillerions +chamaillerons +chamailleront +chamailles +chamaillez +chamaill +chamaille +chamailles +chamaills +chamaillrent +chamailliez +chamaillions +chamaillons +chamarra +chamarrai +chamarraient +chamarrais +chamarrait +chamarrant +chamarras +chamarrasse +chamarrassent +chamarrasses +chamarrassiez +chamarrassions +chamarrmes +chamarrt +chamarrtes +chamarre +chamarrent +chamarrer +chamarrera +chamarrerai +chamarreraient +chamarrerais +chamarrerait +chamarreras +chamarrerez +chamarreriez +chamarrerions +chamarrerons +chamarreront +chamarres +chamarrez +chamarr +chamarre +chamarres +chamarrs +chamarrrent +chamarriez +chamarrions +chamarrons +chamarrure +chamarrures +chambard +chambarda +chambardai +chambardaient +chambardais +chambardait +chambardant +chambardas +chambardasse +chambardassent +chambardasses +chambardassiez +chambardassions +chambardmes +chambardt +chambardtes +chambarde +chambardement +chambardent +chambarder +chambardera +chambarderai +chambarderaient +chambarderais +chambarderait +chambarderas +chambarderez +chambarderiez +chambarderions +chambarderons +chambarderont +chambardes +chambardez +chambard +chambarde +chambardes +chambards +chambardrent +chambardiez +chambardions +chambardons +chambards +chamboula +chamboulai +chamboulaient +chamboulais +chamboulait +chamboulant +chamboulas +chamboulasse +chamboulassent +chamboulasses +chamboulassiez +chamboulassions +chamboulmes +chamboult +chamboultes +chamboule +chamboulement +chamboulements +chamboulent +chambouler +chamboulera +chamboulerai +chambouleraient +chamboulerais +chamboulerait +chambouleras +chamboulerez +chambouleriez +chamboulerions +chamboulerons +chambouleront +chamboules +chamboulez +chamboul +chamboule +chamboules +chambouls +chamboulrent +chambouliez +chamboulions +chamboulons +chambra +chambrai +chambraient +chambrais +chambrait +chambranle +chambranles +chambrant +chambras +chambrasse +chambrassent +chambrasses +chambrassiez +chambrassions +chambrmes +chambrt +chambrtes +chambre +chambrent +chambrer +chambrera +chambrerai +chambreraient +chambrerais +chambrerait +chambreras +chambrerez +chambreriez +chambrerions +chambrerons +chambreront +chambres +chambrez +chambr +chambre +chambres +chambrs +chambrrent +chambriez +chambrions +chambrons +chameau +chameaux +chamelier +chameliers +chamelle +chamelles +chamois +champ +champagne +champagnes +champagnisa +champagnisai +champagnisaient +champagnisais +champagnisait +champagnisant +champagnisas +champagnisasse +champagnisassent +champagnisasses +champagnisassiez +champagnisassions +champagnismes +champagnist +champagnistes +champagnisent +champagniser +champagnisera +champagniserai +champagniseraient +champagniserais +champagniserait +champagniseras +champagniserez +champagniseriez +champagniserions +champagniserons +champagniseront +champagnises +champagnisez +champagnis +champagnise +champagnises +champagniss +champagnisrent +champagnisiez +champagnisions +champagnisons +champenois +champenoise +champenoises +champtre +champtres +champignon +champignonnire +champignonnires +champignons +champion +championnat +championnats +champions +champs +chance +chancela +chancelai +chancelaient +chancelais +chancelait +chancelant +chancelas +chancelasse +chancelassent +chancelasses +chancelassiez +chancelassions +chancelmes +chancelt +chanceltes +chanceler +chancelez +chancel +chancele +chanceles +chancels +chancelrent +chancelier +chanceliers +chanceliez +chancelire +chancelires +chancelions +chancelle +chancellent +chancellera +chancellerai +chancelleraient +chancellerais +chancellerait +chancelleras +chancellerez +chancellerie +chancelleries +chancelleriez +chancellerions +chancellerons +chancelleront +chancelles +chancelons +chances +chanceuse +chanceuses +chanceux +chancre +chancres +chandail +chandails +chandelier +chandeliers +chandelle +chandelles +chanfrein +chanfreina +chanfreinai +chanfreinaient +chanfreinais +chanfreinait +chanfreinant +chanfreinas +chanfreinasse +chanfreinassent +chanfreinasses +chanfreinassiez +chanfreinassions +chanfreinmes +chanfreint +chanfreintes +chanfreine +chanfreinent +chanfreiner +chanfreinera +chanfreinerai +chanfreineraient +chanfreinerais +chanfreinerait +chanfreineras +chanfreinerez +chanfreineriez +chanfreinerions +chanfreinerons +chanfreineront +chanfreines +chanfreinez +chanfrein +chanfreine +chanfreines +chanfreins +chanfreinrent +chanfreiniez +chanfreinions +chanfreinons +chanfreins +change +changea +changeable +changeables +changeai +changeaient +changeais +changeait +changeant +changeante +changement +changements +changent +changer +changera +changeraient +changerait +changes +changeur +changeurs +changeuse +changeuses +changez +chang +change +changes +changs +chanoine +chanoines +chanoinesse +chanoinesses +chanson +chansonnette +chansonnettes +chansonnier +chansonniers +chansonnire +chansonnires +chansons +chant +chanta +chantage +chantages +chantai +chantaient +chantais +chantait +chantant +chantas +chantasse +chantassent +chantasses +chantassiez +chantassions +chantmes +chantt +chanttes +chante +chantent +chanter +chantera +chanterai +chanteraient +chanterais +chanterait +chanteras +chanterelle +chanterelles +chanterez +chanteriez +chanterions +chanterons +chanteront +chantes +chanteur +chanteurs +chanteuse +chanteuses +chantez +chant +chante +chantes +chants +chantrent +chantier +chantiers +chantiez +chantions +chantonna +chantonnai +chantonnaient +chantonnais +chantonnait +chantonnant +chantonnas +chantonnasse +chantonnassent +chantonnasses +chantonnassiez +chantonnassions +chantonnmes +chantonnt +chantonntes +chantonne +chantonnent +chantonner +chantonnera +chantonnerai +chantonneraient +chantonnerais +chantonnerait +chantonneras +chantonnerez +chantonneriez +chantonnerions +chantonnerons +chantonneront +chantonnes +chantonnez +chantonn +chantonne +chantonnes +chantonns +chantonnrent +chantonniez +chantonnions +chantonnons +chantons +chantourna +chantournai +chantournaient +chantournais +chantournait +chantournant +chantournas +chantournasse +chantournassent +chantournasses +chantournassiez +chantournassions +chantournmes +chantournt +chantourntes +chantourne +chantournent +chantourner +chantournera +chantournerai +chantourneraient +chantournerais +chantournerait +chantourneras +chantournerez +chantourneriez +chantournerions +chantournerons +chantourneront +chantournes +chantournez +chantourn +chantourne +chantournes +chantourns +chantournrent +chantourniez +chantournions +chantournons +chantre +chantres +chants +chanvre +chaos +chaotique +chaotiques +chaparda +chapardai +chapardaient +chapardais +chapardait +chapardant +chapardas +chapardasse +chapardassent +chapardasses +chapardassiez +chapardassions +chapardmes +chapardt +chapardtes +chaparde +chapardent +chaparder +chapardera +chaparderai +chaparderaient +chaparderais +chaparderait +chaparderas +chaparderez +chaparderiez +chaparderions +chaparderons +chaparderont +chapardes +chapardez +chapard +chaparde +chapardes +chapards +chapardrent +chapardiez +chapardions +chapardons +chape +chapeau +chapeauta +chapeautai +chapeautaient +chapeautais +chapeautait +chapeautant +chapeautas +chapeautasse +chapeautassent +chapeautasses +chapeautassiez +chapeautassions +chapeautmes +chapeautt +chapeauttes +chapeaute +chapeautent +chapeauter +chapeautera +chapeauterai +chapeauteraient +chapeauterais +chapeauterait +chapeauteras +chapeauterez +chapeauteriez +chapeauterions +chapeauterons +chapeauteront +chapeautes +chapeautez +chapeaut +chapeaute +chapeautes +chapeauts +chapeautrent +chapeautiez +chapeautions +chapeautons +chapeaux +chapelain +chapelains +chapelet +chapelets +chapelier +chapeliers +chapelire +chapelires +chapelle +chapellerie +chapelleries +chapelles +chapelure +chapelures +chaperon +chaperonna +chaperonnai +chaperonnaient +chaperonnais +chaperonnait +chaperonnant +chaperonnas +chaperonnasse +chaperonnassent +chaperonnasses +chaperonnassiez +chaperonnassions +chaperonnmes +chaperonnt +chaperonntes +chaperonne +chaperonnent +chaperonner +chaperonnera +chaperonnerai +chaperonneraient +chaperonnerais +chaperonnerait +chaperonneras +chaperonnerez +chaperonneriez +chaperonnerions +chaperonnerons +chaperonneront +chaperonnes +chaperonnez +chaperonn +chaperonne +chaperonnes +chaperonns +chaperonniez +chaperonnions +chaperonnons +chaperons +chapes +chapiteau +chapiteaux +chapitra +chapitrai +chapitraient +chapitrais +chapitrait +chapitrant +chapitras +chapitrasse +chapitrassent +chapitrasses +chapitrassiez +chapitrassions +chapitrmes +chapitrt +chapitrtes +chapitre +chapitrent +chapitrer +chapitrera +chapitrerai +chapitreraient +chapitrerais +chapitrerait +chapitreras +chapitrerez +chapitreriez +chapitrerions +chapitrerons +chapitreront +chapitres +chapitrez +chapitr +chapitre +chapitres +chapitrs +chapitrrent +chapitriez +chapitrions +chapitrons +chapon +chapons +chaque +char +charabia +charabias +charade +charades +charanon +charanons +charbon +charbonna +charbonnage +charbonnages +charbonnai +charbonnaient +charbonnais +charbonnait +charbonnant +charbonnas +charbonnasse +charbonnassent +charbonnasses +charbonnassiez +charbonnassions +charbonnmes +charbonnt +charbonntes +charbonne +charbonnent +charbonner +charbonnera +charbonnerai +charbonneraient +charbonnerais +charbonnerait +charbonneras +charbonnerez +charbonneriez +charbonnerions +charbonnerons +charbonneront +charbonnes +charbonnez +charbonn +charbonne +charbonnes +charbonns +charbonnrent +charbonnier +charbonniers +charbonniez +charbonnire +charbonnires +charbonnions +charbonnons +charbons +charcuta +charcutage +charcutai +charcutaient +charcutais +charcutait +charcutant +charcutas +charcutasse +charcutassent +charcutasses +charcutassiez +charcutassions +charcutmes +charcutt +charcuttes +charcute +charcutent +charcuter +charcutera +charcuterai +charcuteraient +charcuterais +charcuterait +charcuteras +charcuterez +charcuterie +charcuteries +charcuteriez +charcuterions +charcuterons +charcuteront +charcutes +charcutez +charcut +charcute +charcutes +charcuts +charcutrent +charcutier +charcutiers +charcutiez +charcutire +charcutires +charcutions +charcutons +chardon +chardonneret +chardonnerets +chardons +charge +chargea +chargeai +chargeaient +chargeais +chargeait +chargeant +chargeas +chargeasse +chargeassent +chargeasses +chargeassiez +chargeassions +chargemes +charget +chargetes +chargement +chargements +chargent +chargeons +charger +chargera +chargerai +chargeraient +chargerais +chargerait +chargeras +chargerez +chargeriez +chargerions +chargerons +chargeront +charges +chargeur +chargeurs +chargez +charg +charge +charges +chargs +chargrent +chargiez +chargions +chariot +chariots +charisme +charitable +charitablement +charitables +charit +charivari +charivaris +charlatan +charlatanesque +charlatanesques +charlatanisme +charlatans +charlemagne +charles +charma +charmai +charmaient +charmais +charmait +charmant +charmante +charmantes +charmants +charmas +charmasse +charmassent +charmasses +charmassiez +charmassions +charmmes +charmt +charmtes +charme +charment +charmer +charmera +charmerai +charmeraient +charmerais +charmerait +charmeras +charmerez +charmeriez +charmerions +charmerons +charmeront +charmes +charmeur +charmeurs +charmeuse +charmeuses +charmez +charm +charme +charmes +charms +charmrent +charmiez +charmille +charmilles +charmions +charmons +charnel +charnelle +charnellement +charnelles +charnels +charnier +charniers +charnire +charnires +charnu +charnue +charnues +charnus +charogne +charognes +charolaise +charolaises +charpenta +charpentai +charpentaient +charpentais +charpentait +charpentant +charpentas +charpentasse +charpentassent +charpentasses +charpentassiez +charpentassions +charpentmes +charpentt +charpenttes +charpente +charpentent +charpenter +charpentera +charpenterai +charpenteraient +charpenterais +charpenterait +charpenteras +charpenterez +charpenteriez +charpenterions +charpenterons +charpenteront +charpentes +charpentez +charpent +charpente +charpentes +charpents +charpentrent +charpentier +charpentiers +charpentiez +charpentions +charpentons +charpie +charpies +charrete +charretes +charretier +charretiers +charretire +charretires +charrette +charrettes +charria +charriai +charriaient +charriais +charriait +charriant +charrias +charriasse +charriassent +charriasses +charriassiez +charriassions +charrimes +charrit +charrites +charrie +charrient +charrier +charriera +charrierai +charrieraient +charrierais +charrierait +charrieras +charrierez +charrieriez +charrierions +charrierons +charrieront +charries +charriez +charri +charrie +charries +charris +charrirent +charriiez +charriions +charrions +charroi +charrois +charron +charrons +charrue +charrues +chars +charte +chartes +chartiste +chartistes +chartreuse +chartreuses +chas +chassa +chassai +chassaient +chassais +chassait +chassant +chassas +chassasse +chassassent +chassasses +chassassiez +chassassions +chassmes +chasst +chasstes +chasse +chasselas +chassent +chasser +chassera +chasserai +chasseraient +chasserais +chasserait +chasseras +chasserez +chasseriez +chasserions +chasserons +chasseront +chasses +chasseur +chasseurs +chasseuse +chasseuses +chassez +chass +chasse +chasses +chasss +chassrent +chassie +chassieuse +chassieuses +chassieux +chassiez +chassions +chassis verbe +chassons +chaste +chastement +chastes +chastet +chastets +chasuble +chasubles +chat +chateaubriand +chateaubriands +chatoie +chatoiement +chatoiements +chatoient +chatoiera +chatoierai +chatoieraient +chatoierais +chatoierait +chatoieras +chatoierez +chatoieriez +chatoierions +chatoierons +chatoieront +chatoies +chaton +chatons +chatouilla +chatouillai +chatouillaient +chatouillais +chatouillait +chatouillant +chatouillas +chatouillasse +chatouillassent +chatouillasses +chatouillassiez +chatouillassions +chatouillmes +chatouillt +chatouilltes +chatouille +chatouillement +chatouillements +chatouillent +chatouiller +chatouillera +chatouillerai +chatouilleraient +chatouillerais +chatouillerait +chatouilleras +chatouillerez +chatouilleriez +chatouillerions +chatouillerons +chatouilleront +chatouilles +chatouilleuse +chatouilleuses +chatouilleux +chatouillez +chatouill +chatouille +chatouilles +chatouills +chatouillrent +chatouilliez +chatouillions +chatouillons +chatoya +chatoyai +chatoyaient +chatoyais +chatoyait +chatoyant +chatoyas +chatoyasse +chatoyassent +chatoyassiez +chatoyassions +chatoymes +chatoyt +chatoytes +chatoyer +chatoyez +chatoy +chatoye +chatoyes +chatoys +chatoyrent +chatoyiez +chatoyions +chatoyons +chats +chatte +chatterie +chatteries +chatterton +chattertons +chattes +chaud +chaude +chaudes +chaudire +chaudires +chaudron +chaudronnerie +chaudronnier +chaudronniers +chaudronnire +chaudronnires +chaudrons +chauds +chauffa +chauffage +chauffages +chauffai +chauffaient +chauffais +chauffait +chauffant +chauffas +chauffasse +chauffassent +chauffasses +chauffassiez +chauffassions +chauffmes +chaufft +chaufftes +chauffe +chauffent +chauffer +chauffera +chaufferai +chaufferaient +chaufferais +chaufferait +chaufferas +chaufferette +chaufferettes +chaufferez +chaufferie +chaufferies +chaufferiez +chaufferions +chaufferons +chaufferont +chauffes +chauffeur +chauffeurs +chauffez +chauff +chauffe +chauffes +chauffs +chauffrent +chauffiez +chauffions +chauffons +chaufournier +chaufourniers +chaula +chaulai +chaulaient +chaulais +chaulait +chaulant +chaulas +chaulasse +chaulassent +chaulasses +chaulassiez +chaulassions +chaulmes +chault +chaultes +chaule +chaulent +chauler +chaulera +chaulerai +chauleraient +chaulerais +chaulerait +chauleras +chaulerez +chauleriez +chaulerions +chaulerons +chauleront +chaules +chaulez +chaul +chaule +chaules +chauls +chaulrent +chauliez +chaulions +chaulons +chaume +chaumes +chaumire +chaumires +chaussa +chaussai +chaussaient +chaussais +chaussait +chaussant +chaussas +chaussasse +chaussassent +chaussasses +chaussassiez +chaussassions +chaussmes +chausst +chausstes +chausse +chaussent +chausser +chaussera +chausserai +chausseraient +chausserais +chausserait +chausseras +chausserez +chausseriez +chausserions +chausserons +chausseront +chausses +chaussette +chaussettes +chaussez +chauss +chausse +chausses +chausss +chaussrent +chaussiez +chaussions +chausson +chaussons +chaussure +chaussures +chaut +chauve +chauves +chauvin +chauvine +chauvines +chauvinisme +chauvinismes +chauvins +chaux +chavira +chavirai +chaviraient +chavirais +chavirait +chavirant +chaviras +chavirasse +chavirassent +chavirasses +chavirassiez +chavirassions +chavirmes +chavirt +chavirtes +chavire +chavirement +chavirent +chavirer +chavirera +chavirerai +chavireraient +chavirerais +chavirerait +chavireras +chavirerez +chavireriez +chavirerions +chavirerons +chavireront +chavires +chavirez +chavir +chavire +chavires +chavirs +chavirrent +chaviriez +chavirions +chavirons +chh +chhs +chle +chles +chlit +chlits +chsse +chsses +chssis +chtaigne +chtaigneraie +chtaigneraies +chtaignes +chtaignier +chtaigniers +chtain +chtaine +chtaines +chtains +chteau +chteaubriant +chteaubriants +chteaux +chtelain +chtelaine +chtelaines +chtelains +chtia +chtiai +chtiaient +chtiais +chtiait +chtiant +chtias +chtiasse +chtiassent +chtiasses +chtiassiez +chtiassions +chtimes +chtit +chtites +chtie +chtient +chtier +chtiera +chtierai +chtieraient +chtierais +chtierait +chtieras +chtierez +chtieriez +chtierions +chtierons +chtieront +chties +chtiez +chti +chtie +chties +chtis +chtire +chtirent +chtires +chtiiez +chtiions +chtiment +chtiments +chtions +chtra +chtrai +chtraient +chtrais +chtrait +chtrant +chtras +chtrasse +chtrassent +chtrasses +chtrassiez +chtrassions +chtrmes +chtrt +chtrtes +chtre +chtrent +chtrer +chtrera +chtrerai +chtreraient +chtrerais +chtrerait +chtreras +chtrerez +chtreriez +chtrerions +chtrerons +chtreront +chtres +chtrez +chtr +chtre +chtres +chtrs +chtrrent +chtriez +chtrions +chtrons +cheddite +chef +chefferie +chefferies +chefs +cheikh +cheikhs +chelem +chelems +chemin +chemina +cheminai +cheminaient +cheminais +cheminait +cheminant +cheminas +cheminasse +cheminassent +cheminasses +cheminassiez +cheminassions +cheminmes +chemint +chemintes +chemine +chemineau +chemineaux +cheminement +cheminements +cheminent +cheminer +cheminera +cheminerai +chemineraient +cheminerais +cheminerait +chemineras +cheminerez +chemineriez +cheminerions +cheminerons +chemineront +chemines +cheminez +chemin +chemine +chemines +chemins +cheminrent +cheminiez +cheminions +cheminons +cheminot +cheminots +chemins +chemise +chemiserie +chemiseries +chemises +chemisette +chemisettes +chemisier +chemisiers +chemisire +chemisires +chenal +chenapan +chenapans +chenaux +chenet +chenets +chenil +chenille +chenilles +chenils +chenu +chenue +chenues +chenus +cheptel +cher +chercha +cherchai +cherchaient +cherchais +cherchait +cherchant +cherchas +cherchasse +cherchassent +cherchasses +cherchassiez +cherchassions +cherchmes +chercht +cherchtes +cherche +cherchent +chercher +cherchera +chercherai +chercheraient +chercherais +chercherait +chercheras +chercherez +chercheriez +chercherions +chercherons +chercheront +cherches +chercheur +chercheurs +chercheuse +chercheuses +cherchez +cherch +cherche +cherches +cherchs +cherchrent +cherchiez +cherchions +cherchons +chers +chert +cheval +chevaleresque +chevaleresquement +chevaleresques +chevalerie +chevalet +chevalets +chevalier +chevaliers +chevalire +chevalires +chevalin +chevaline +chevalines +chevalins +chevaucha +chevauchai +chevauchaient +chevauchais +chevauchait +chevauchant +chevauchas +chevauchasse +chevauchassent +chevauchasses +chevauchassiez +chevauchassions +chevauchmes +chevaucht +chevauchtes +chevauche +chevauchement +chevauchements +chevauchent +chevaucher +chevauchera +chevaucherai +chevaucheraient +chevaucherais +chevaucherait +chevaucheras +chevaucherez +chevaucheriez +chevaucherions +chevaucherons +chevaucheront +chevauches +chevauchez +chevauch +chevauche +chevauches +chevauchs +chevauchrent +chevauchiez +chevauchions +chevauchons +chevaux +chevelu +chevelue +chevelues +chevelure +chevelures +chevelus +chevet +chevets +cheveu +cheveux +chevilla +chevillai +chevillaient +chevillais +chevillait +chevillant +chevillas +chevillasse +chevillassent +chevillasses +chevillassiez +chevillassions +chevillmes +chevillt +chevilltes +cheville +chevillent +cheviller +chevillera +chevillerai +chevilleraient +chevillerais +chevillerait +chevilleras +chevillerez +chevilleriez +chevillerions +chevillerons +chevilleront +chevilles +chevillez +chevill +cheville +chevilles +chevills +chevillrent +chevilliez +chevillions +chevillons +cheviotte +chevreau +chevreaux +chevrette +chevrettes +chevreuil +chevreuils +chevrier +chevriers +chevrire +chevrires +chevron +chevronn +chevronne +chevronnes +chevronns +chevrons +chevrota +chevrotai +chevrotaient +chevrotain +chevrotains +chevrotais +chevrotait +chevrotant +chevrotas +chevrotasse +chevrotassent +chevrotasses +chevrotassiez +chevrotassions +chevrotmes +chevrott +chevrottes +chevrote +chevrotement +chevrotements +chevrotent +chevroter +chevrotera +chevroterai +chevroteraient +chevroterais +chevroterait +chevroteras +chevroterez +chevroteriez +chevroterions +chevroterons +chevroteront +chevrotes +chevrotez +chevrot +chevrote +chevrotes +chevrots +chevrotrent +chevrotiez +chevrotine +chevrotines +chevrotions +chevrotons +chewing +chez +chchia +chchias +chneau +chneaux +chquier +chquiers +chri +chrie +chries +chrif +chrifs +chrir +chrira +chrirai +chriraient +chrirais +chrirait +chriras +chrirent +chrirez +chririez +chririons +chrirons +chriront +chris +chrissaient +chrissais +chrissait +chrissant +chrissas +chrissez +chrissiez +chrissions +chrissons +chrissont +chrit +chrmes +chrt +chrtes +chrubin +chrubins +chtif +chtifs +chtive +chtivement +chtives +chque +chques +chquier +chquiers +chre +chrement +chres +chvre +chvrefeuille +chvrefeuilles +chvres +chne +chneau +chneaux +chnes +chiala +chialai +chialaient +chialais +chialait +chialant +chialas +chialasse +chialassent +chialasses +chialassiez +chialassions +chialmes +chialt +chialtes +chiale +chialent +chialer +chialera +chialerai +chialeraient +chialerais +chialerait +chialeras +chialerez +chialeriez +chialerions +chialerons +chialeront +chiales +chialez +chial +chiale +chiales +chials +chialrent +chialiez +chialions +chialons +chiant +chic +chicana +chicanai +chicanaient +chicanais +chicanait +chicanant +chicanas +chicanasse +chicanassent +chicanasses +chicanassiez +chicanassions +chicanmes +chicant +chicantes +chicane +chicanent +chicaner +chicanera +chicanerai +chicaneraient +chicanerais +chicanerait +chicaneras +chicanerez +chicanerie +chicaneries +chicaneriez +chicanerions +chicanerons +chicaneront +chicanes +chicaneur +chicaneurs +chicaneuse +chicaneuses +chicanez +chican +chicane +chicanes +chicans +chicanrent +chicanier +chicaniers +chicaniez +chicanire +chicanires +chicanions +chicanons +chiche +chichement +chiches +chichi +chichis +chicore +chicores +chicot +chicots +chics +chien +chiendent +chiendents +chienne +chiennes +chiens +chiffe +chiffes +chiffon +chiffonna +chiffonnai +chiffonnaient +chiffonnais +chiffonnait +chiffonnant +chiffonnas +chiffonnasse +chiffonnassent +chiffonnasses +chiffonnassiez +chiffonnassions +chiffonnmes +chiffonnt +chiffonntes +chiffonne +chiffonnent +chiffonner +chiffonnera +chiffonnerai +chiffonneraient +chiffonnerais +chiffonnerait +chiffonneras +chiffonnerez +chiffonneriez +chiffonnerions +chiffonnerons +chiffonneront +chiffonnes +chiffonnez +chiffonn +chiffonne +chiffonnes +chiffonns +chiffonnrent +chiffonnier +chiffonniers +chiffonniez +chiffonnire +chiffonnires +chiffonnions +chiffonnons +chiffons +chiffra +chiffrage +chiffrages +chiffrai +chiffraient +chiffrais +chiffrait +chiffrant +chiffras +chiffrasse +chiffrassent +chiffrasses +chiffrassiez +chiffrassions +chiffrmes +chiffrt +chiffrtes +chiffre +chiffrent +chiffrer +chiffrera +chiffrerai +chiffreraient +chiffrerais +chiffrerait +chiffreras +chiffrerez +chiffreriez +chiffrerions +chiffrerons +chiffreront +chiffres +chiffrez +chiffr +chiffre +chiffres +chiffrs +chiffrrent +chiffriez +chiffrions +chiffrons +chignole +chignoles +chignon +chignons +chimrique +chimriques +chimre +chimres +chimie +chimiothrapie +chimiothrapies +chimiothrapique +chimiothrapiques +chimique +chimiquement +chimiques +chimiste +chimistes +chimpanz +chimpanzs +china +chinai +chinaient +chinais +chinait +chinant +chinas +chinasse +chinassent +chinasses +chinassiez +chinassions +chinmes +chint +chintes +chinchilla +chinchillas +chine +chinent +chiner +chinera +chinerai +chineraient +chinerais +chinerait +chineras +chinerez +chineriez +chinerions +chinerons +chineront +chines +chineur +chineurs +chineuse +chineuses +chinez +chin +chine +chines +chins +chinrent +chiniez +chinions +chinois +chinoise +chinoiserie +chinoiseries +chinoises +chinons +chiot +chiots +chiourme +chipa +chipai +chipaient +chipais +chipait +chipant +chipas +chipasse +chipassent +chipasses +chipassiez +chipassions +chipmes +chipt +chiptes +chipe +chipent +chiper +chipera +chiperai +chiperaient +chiperais +chiperait +chiperas +chiperez +chiperiez +chiperions +chiperons +chiperont +chipes +chipez +chip +chipe +chipes +chips +chiprent +chipie +chipies +chipiez +chipions +chipons +chipota +chipotai +chipotaient +chipotais +chipotait +chipotant +chipotas +chipotasse +chipotassent +chipotasses +chipotassiez +chipotassions +chipotmes +chipott +chipottes +chipote +chipotent +chipoter +chipotera +chipoterai +chipoteraient +chipoterais +chipoterait +chipoteras +chipoterez +chipoteriez +chipoterions +chipoterons +chipoteront +chipotes +chipotez +chipot +chipote +chipotes +chipots +chipotrent +chipotiez +chipotions +chipotons +chiqua +chiquai +chiquaient +chiquais +chiquait +chiquant +chiquas +chiquasse +chiquassent +chiquasses +chiquassiez +chiquassions +chiqumes +chiqut +chiqutes +chique +chiquenaude +chiquenaudes +chiquent +chiquer +chiquera +chiquerai +chiqueraient +chiquerais +chiquerait +chiqueras +chiquerez +chiqueriez +chiquerions +chiquerons +chiqueront +chiques +chiquez +chiqu +chique +chiques +chiqus +chiqurent +chiquiez +chiquions +chiquons +chiromancie +chiromancien +chiromancienne +chiromanciennes +chiromanciens +chiropractie +chiropraxie +chirurgical +chirurgicale +chirurgicales +chirurgicaux +chirurgie +chirurgien +chirurgiens +chirurgies +chitine +chiure +chiures +chlorate +chlorates +chlore +chlor +chlore +chlores +chlors +chlorhydrique +chlorhydriques +chloroforma +chloroformai +chloroformaient +chloroformais +chloroformait +chloroformant +chloroformas +chloroformasse +chloroformassent +chloroformasses +chloroformassiez +chloroformassions +chloroformmes +chloroformt +chloroformtes +chloroforme +chloroforment +chloroformer +chloroformera +chloroformerai +chloroformeraient +chloroformerais +chloroformerait +chloroformeras +chloroformerez +chloroformeriez +chloroformerions +chloroformerons +chloroformeront +chloroformes +chloroformez +chloroform +chloroforme +chloroformes +chloroforms +chloroformrent +chloroformiez +chloroformions +chloroformons +chlorophylle +chlorure +choc +chocante +chocolat +chocolatier +chocolatiers +chocolatire +chocolatires +chocolats +chocs +choeur +choeurs +choie +choient +choiera +choierai +choieraient +choierais +choierait +choieras +choierez +choieriez +choierions +choierons +choieront +choies +choir +choira +choirai +choirais +choirait +chois +choisi +choisie +choisies +choisir +choisira +choisirai +choisiraient +choisirais +choisirait +choisiras +choisirent +choisirez +choisiriez +choisirions +choisirons +choisiront +choisis +choisissaient +choisissais +choisissait +choisissant +choisissas +choisissez +choisissiez +choisissions +choisissons +choisit +choismes +choist +choistes +choit +choix +cholestrol +cholra +cholrique +cholriques +chope +chopes +chopine +chopines +choqua +choquai +choquaient +choquais +choquait +choquant +choquas +choquasse +choquassent +choquasses +choquassiez +choquassions +choqumes +choqut +choqutes +choque +choquent +choquer +choquera +choquerai +choqueraient +choquerais +choquerait +choqueras +choquerez +choqueriez +choquerions +choquerons +choqueront +choques +choquez +choqu +choque +choques +choqus +choqurent +choquiez +choquions +choquons +choral +chorale +chorales +chorals +chorographe +chorographes +chorographie +chorographies +choriste +choristes +chorus +chose +choses +chou +chouan +chouannerie +chouanneries +chouans +choucas +chouchou +chouchous +chouchouta +chouchoutai +chouchoutaient +chouchoutais +chouchoutait +chouchoutant +chouchoutas +chouchoutasse +chouchoutassent +chouchoutasses +chouchoutassiez +chouchoutassions +chouchoutmes +chouchoutt +chouchouttes +chouchoute +chouchoutent +chouchouter +chouchoutera +chouchouterai +chouchouteraient +chouchouterais +chouchouterait +chouchouteras +chouchouterez +chouchouteriez +chouchouterions +chouchouterons +chouchouteront +chouchoutes +chouchoutez +chouchout +chouchoute +chouchoutes +chouchouts +chouchoutrent +chouchoutiez +chouchoutions +chouchoutons +choucroute +choucroutes +chouette +chouettes +choux +choya +choyai +choyaient +choyais +choyait +choyant +choyas +choyasse +choyassent +choyasses +choyassiez +choyassions +choymes +choyt +choytes +choyer +choyez +choy +choye +choyes +choys +choyrent +choyiez +choyions +choyons +chma +chmage +chmages +chmai +chmaient +chmais +chmait +chmant +chmas +chmasse +chmassent +chmasses +chmassiez +chmassions +chmmes +chmt +chmtes +chme +chment +chmer +chmera +chmerai +chmeraient +chmerais +chmerait +chmeras +chmerez +chmeriez +chmerions +chmerons +chmeront +chmes +chmeur +chmeurs +chmeuse +chmeuses +chmez +chm +chme +chmes +chms +chmrent +chmiez +chmions +chmons +chrtien +chrtienne +chrtiennement +chrtiennes +chrtiens +chrtient +chrme +chrmes +christ +christianisa +christianisai +christianisaient +christianisais +christianisait +christianisant +christianisas +christianisasse +christianisassent +christianisasses +christianisassiez +christianisassions +christianismes +christianist +christianistes +christianise +christianisent +christianiser +christianisera +christianiserai +christianiseraient +christianiserais +christianiserait +christianiseras +christianiserez +christianiseriez +christianiserions +christianiserons +christianiseront +christianises +christianisez +christianis +christianise +christianises +christianiss +christianisrent +christianisiez +christianisions +christianisme +christianisons +christophe +chroma +chromai +chromaient +chromais +chromait +chromant +chromas +chromasse +chromassent +chromasses +chromassiez +chromassions +chromatique +chromatiques +chromatographie +chromatographies +chrommes +chromt +chromtes +chrome +chroment +chromer +chromera +chromerai +chromeraient +chromerais +chromerait +chromeras +chromerez +chromeriez +chromerions +chromerons +chromeront +chromes +chromez +chrom +chrome +chromes +chroms +chromrent +chromiez +chromions +chromo +chromolithographie +chromons +chronique +chroniquement +chroniques +chroniqueur +chroniqueurs +chroniqueuse +chroniqueuses +chronographe +chronographes +chronologie +chronologies +chronologique +chronologiquement +chronologiques +chronomtra +chronomtrai +chronomtraient +chronomtrais +chronomtrait +chronomtrant +chronomtras +chronomtrasse +chronomtrassent +chronomtrasses +chronomtrassiez +chronomtrassions +chronomtrmes +chronomtrt +chronomtrtes +chronomtrer +chronomtrera +chronomtrerai +chronomtreraient +chronomtrerais +chronomtrerait +chronomtreras +chronomtrerez +chronomtreriez +chronomtrerions +chronomtrerons +chronomtreront +chronomtrez +chronomtr +chronomtre +chronomtres +chronomtrs +chronomtrrent +chronomtriez +chronomtrions +chronomtrons +chronomtre +chronomtrent +chronomtres +chrysalide +chrysalides +chrysanthme +chrysanthmes +chu +chuchota +chuchotai +chuchotaient +chuchotais +chuchotait +chuchotant +chuchotas +chuchotasse +chuchotassent +chuchotasses +chuchotassiez +chuchotassions +chuchotmes +chuchott +chuchottes +chuchote +chuchotement +chuchotements +chuchotent +chuchoter +chuchotera +chuchoterai +chuchoteraient +chuchoterais +chuchoterait +chuchoteras +chuchoterez +chuchoterie +chuchoteries +chuchoteriez +chuchoterions +chuchoterons +chuchoteront +chuchotes +chuchoteur +chuchoteurs +chuchoteuse +chuchoteuses +chuchotez +chuchot +chuchote +chuchotes +chuchots +chuchotrent +chuchotiez +chuchotions +chuchotons +chue +chues +chuinta +chuintai +chuintaient +chuintais +chuintait +chuintant +chuintante +chuintantes +chuintants +chuintas +chuintasse +chuintassent +chuintasses +chuintassiez +chuintassions +chuintmes +chuintt +chuinttes +chuinte +chuintement +chuintements +chuintent +chuinter +chuintera +chuinterai +chuinteraient +chuinterais +chuinterait +chuinteras +chuinterez +chuinteriez +chuinterions +chuinterons +chuinteront +chuintes +chuintez +chuint +chuinte +chuintes +chuints +chuintrent +chuintiez +chuintions +chuintons +chus +chut +chuta +chutai +chutaient +chutais +chutait +chutant +chutas +chutasse +chutassent +chutasses +chutassiez +chutassions +chutmes +chutt +chuttes +chute +chutent +chuter +chutera +chuterai +chuteraient +chuterais +chuterait +chuteras +chuterez +chuteriez +chuterions +chuterons +chuteront +chutes +chutez +chut +chute +chutes +chuts +chutrent +chutiez +chutions +chutons +chyle +chylifre +chylifres +chyme +chypre +ci +cible +cibles +ciboire +ciboires +ciboule +ciboules +ciboulette +ciboulettes +cicatrice +cicatrices +cicatrisa +cicatrisai +cicatrisaient +cicatrisais +cicatrisait +cicatrisant +cicatrisas +cicatrisasse +cicatrisassent +cicatrisasses +cicatrisassiez +cicatrisassions +cicatrisation +cicatrisations +cicatrismes +cicatrist +cicatristes +cicatrise +cicatrisent +cicatriser +cicatrisera +cicatriserai +cicatriseraient +cicatriserais +cicatriserait +cicatriseras +cicatriserez +cicatriseriez +cicatriserions +cicatriserons +cicatriseront +cicatrises +cicatrisez +cicatris +cicatrise +cicatrises +cicatriss +cicatrisrent +cicatrisiez +cicatrisions +cicatrisons +cicrone +cicrones +cid +cidre +cidres +ciel +ciels +cierge +cierges +cieux +cigale +cigales +cigare +cigares +cigarette +cigarettes +cigogne +cigognes +cigu +cigus +cil +ciliaire +ciliaires +cilice +cilices +cilla +cillai +cillaient +cillais +cillait +cillant +cillas +cillasse +cillassent +cillasses +cillassiez +cillassions +cillmes +cillt +cilltes +cille +cillent +ciller +cillera +cillerai +cilleraient +cillerais +cillerait +cilleras +cillerez +cilleriez +cillerions +cillerons +cilleront +cilles +cillez +cill +cille +cilles +cills +cillrent +cilliez +cillions +cillons +cils +cimaise +cimaises +cime +ciment +cimenta +cimentai +cimentaient +cimentais +cimentait +cimentant +cimentas +cimentasse +cimentassent +cimentasses +cimentassiez +cimentassions +cimentmes +cimentt +cimenttes +cimente +cimentent +cimenter +cimentera +cimenterai +cimenteraient +cimenterais +cimenterait +cimenteras +cimenterez +cimenterie +cimenteries +cimenteriez +cimenterions +cimenterons +cimenteront +cimentes +cimentez +ciment +cimente +cimentes +ciments +cimentrent +cimentier +cimentiers +cimentiez +cimentions +cimentons +cimes +cimeterre +cimeterres +cimetire +cimetires +cin +cinaste +cinastes +cinma +cinmas +cinmascope +cinmathque +cinmathques +cinmatique +cinmatiques +cinmatographe +cinmatographes +cinmatographique +cinmatographiques +cinphile +cinphiles +cinraire +cinraires +cintique +cintiques +cingalais +cingalaise +cingalaises +cinghalais +cinghalaise +cinghalaises +cingla +cinglai +cinglaient +cinglais +cinglait +cinglant +cinglante +cinglantes +cinglants +cinglas +cinglasse +cinglassent +cinglasses +cinglassiez +cinglassions +cinglmes +cinglt +cingltes +cingle +cinglent +cingler +cinglera +cinglerai +cingleraient +cinglerais +cinglerait +cingleras +cinglerez +cingleriez +cinglerions +cinglerons +cingleront +cingles +cinglez +cingl +cingle +cingles +cingls +cinglrent +cingliez +cinglions +cinglons +cinq +cinquantaine +cinquantaines +cinquante +cinquantenaire +cinquantenaires +cinquantime +cinquantimes +cinquime +cinquimes +cintra +cintrage +cintrages +cintrai +cintraient +cintrais +cintrait +cintrant +cintras +cintrasse +cintrassent +cintrasses +cintrassiez +cintrassions +cintrmes +cintrt +cintrtes +cintre +cintrent +cintrer +cintrera +cintrerai +cintreraient +cintrerais +cintrerait +cintreras +cintrerez +cintreriez +cintrerions +cintrerons +cintreront +cintres +cintrez +cintr +cintre +cintres +cintrs +cintrrent +cintriez +cintrions +cintrons +cira +cirage +cirages +cirai +ciraient +cirais +cirait +cirant +ciras +cirasse +cirassent +cirasses +cirassiez +cirassions +cirmes +cirt +cirtes +circoncient +circonciez +circoncions +circoncira +circoncirai +circonciraient +circoncirais +circoncirait +circonciras +circoncire +circoncirez +circonciriez +circoncirions +circoncirons +circonciront +circoncis +circoncisaient +circoncisais +circoncisait +circoncisant +circoncise +circoncisent +circoncises +circoncisiez +circoncision +circoncisions +circoncit +circoncits +circoncmes +circonct +circonctes +circonfrence +circonfrences +circonflexe +circonflexes +circonlocution +circonlocutions +circonscription +circonscriptions +circonscrira +circonscrirai +circonscriraient +circonscrirais +circonscrirait +circonscriras +circonscrire +circonscrirez +circonscririez +circonscririons +circonscrirons +circonscriront +circonscris +circonscrisse +circonscrissent +circonscrisses +circonscrissiez +circonscrissions +circonscrit +circonscrite +circonscrites +circonscrits +circonscrivaient +circonscrivais +circonscrivait +circonscrivant +circonscrive +circonscrivent +circonscrives +circonscrivez +circonscriviez +circonscrivions +circonscrivirent +circonscrivis +circonscrivit +circonscrivmes +circonscrivt +circonscrivtes +circonscrivons +circonspect +circonspecte +circonspectes +circonspection +circonspections +circonspects +circonstance +circonstances +circonstanciel +circonstancielle +circonstancielles +circonstanciels +circonstanci +circonstancie +circonstancies +circonstancis +circonvenaient +circonvenais +circonvenait +circonvenant +circonvenas +circonvenez +circonveniez +circonvenions +circonvenons +circonvenu +circonvenue +circonvenues +circonvenus +circonviendra +circonviendrai +circonviendraient +circonviendrais +circonviendrait +circonviendras +circonviendrez +circonviendriez +circonviendrions +circonviendrons +circonviendront +circonvienne +circonviennent +circonviennes +circonviens +circonvient +circonvins +circonvinsse +circonvinssent +circonvinsses +circonvinssiez +circonvinssions +circonvint +circonvirent +circonvmes +circonvt +circonvtes +circonvolution +circonvolutions +circuit +circuits +circula +circulai +circulaient +circulaire +circulairement +circulaires +circulais +circulait +circulant +circulas +circulasse +circulassent +circulasses +circulassiez +circulassions +circulation +circulations +circulatoire +circulatoires +circulmes +circult +circultes +circule +circulent +circuler +circulera +circulerai +circuleraient +circulerais +circulerait +circuleras +circulerez +circuleriez +circulerions +circulerons +circuleront +circules +circulez +circul +circule +circules +circuls +circulrent +circuliez +circulions +circulons +cire +cirent +cirer +cirera +cirerai +cireraient +cirerais +cirerait +cireras +cirerez +cireriez +cirerions +cirerons +cireront +cires +cireur +cireurs +cireuse +cireuses +cireux +cirez +cir +cire +cires +cirs +cirrent +ciriez +cirions +cirons +cirque +cirques +cirrhose +cirrhoses +cirrus +cisailla +cisaillai +cisaillaient +cisaillais +cisaillait +cisaillant +cisaillas +cisaillasse +cisaillassent +cisaillasses +cisaillassiez +cisaillassions +cisaillmes +cisaillt +cisailltes +cisaille +cisaillement +cisaillements +cisaillent +cisailler +cisaillera +cisaillerai +cisailleraient +cisaillerais +cisaillerait +cisailleras +cisaillerez +cisailleriez +cisaillerions +cisaillerons +cisailleront +cisailles +cisaillez +cisaill +cisaille +cisailles +cisaills +cisaillrent +cisailliez +cisaillions +cisaillons +ciseau +ciseaux +cisela +ciselai +ciselaient +ciselais +ciselait +ciselant +ciselas +ciselasse +ciselassent +ciselasses +ciselassiez +ciselassions +ciselmes +ciselt +ciseltes +ciseler +ciselet +ciselets +ciseleur +ciseleurs +ciselez +cisel +cisele +ciseles +cisels +ciselrent +ciseliez +ciselions +ciselle +cisellent +cisellera +cisellerai +ciselleraient +cisellerais +cisellerait +ciselleras +cisellerez +ciselleriez +cisellerions +cisellerons +ciselleront +ciselles +ciselons +ciselure +ciselures +ciste +cistercien +cistercienne +cisterciennes +cisterciens +cistes +cita +citadelle +citadelles +citadin +citadine +citadines +citadins +citai +citaient +citais +citait +citant +citas +citasse +citassent +citasses +citassiez +citassions +citation +citations +citmes +citt +cittes +cite +citeaux +citent +citer +citera +citerai +citeraient +citerais +citerait +citeras +citerez +citeriez +citerions +citerne +citernes +citerons +citeront +cites +citez +cit +cite +cites +cits +citrent +cithare +cithares +citiez +citions +citons +citoyen +citoyenne +citoyennes +citoyens +citrate +citrates +citrique +citriques +citron +citronnade +citronnades +citronnelle +citronnier +citronniers +citrons +citrouille +citrouilles +civet +civets +civette +civettes +civire +civires +civil +civile +civilement +civiles +civilisa +civilisai +civilisaient +civilisais +civilisait +civilisant +civilisas +civilisasse +civilisassent +civilisasses +civilisassiez +civilisassions +civilisateur +civilisateurs +civilisation +civilisations +civilisatrice +civilisatrices +civilismes +civilist +civilistes +civilise +civilisent +civiliser +civilisera +civiliserai +civiliseraient +civiliserais +civiliserait +civiliseras +civiliserez +civiliseriez +civiliserions +civiliserons +civiliseront +civilises +civilisez +civilis +civilise +civilises +civiliss +civilisrent +civilisiez +civilisions +civilisons +civilit +civilits +civils +civique +civiques +civisme +clabauda +clabaudage +clabaudages +clabaudai +clabaudaient +clabaudais +clabaudait +clabaudant +clabaudas +clabaudasse +clabaudassent +clabaudasses +clabaudassiez +clabaudassions +clabaudmes +clabaudt +clabaudtes +clabaude +clabaudent +clabauder +clabaudera +clabauderai +clabauderaient +clabauderais +clabauderait +clabauderas +clabauderez +clabauderiez +clabauderions +clabauderons +clabauderont +clabaudes +clabaudez +clabaud +clabaude +clabaudes +clabauds +clabaudrent +clabaudiez +clabaudions +clabaudons +clac +clafoutis +claie +claies +clair +claire +clairement +claires +clairet +clairets +clairire +clairires +clairon +claironna +claironnai +claironnaient +claironnais +claironnait +claironnant +claironnas +claironnasse +claironnassent +claironnasses +claironnassiez +claironnassions +claironnmes +claironnt +claironntes +claironne +claironnent +claironner +claironnera +claironnerai +claironneraient +claironnerais +claironnerait +claironneras +claironnerez +claironneriez +claironnerions +claironnerons +claironneront +claironnes +claironnez +claironn +claironne +claironnes +claironns +claironnrent +claironniez +claironnions +claironnons +clairons +clairs +clairsem +clairseme +clairsemes +clairsems +clairvoyance +clairvoyances +clairvoyant +clairvoyante +clairvoyants +clama +clamai +clamaient +clamais +clamait +clamant +clamas +clamasse +clamassent +clamasses +clamassiez +clamassions +clammes +clamt +clamtes +clame +clament +clamer +clamera +clamerai +clameraient +clamerais +clamerait +clameras +clamerez +clameriez +clamerions +clamerons +clameront +clames +clameur +clameurs +clamez +clam +clame +clames +clams +clamrent +clamiez +clamions +clamons +clan +clandestin +clandestine +clandestinement +clandestines +clandestinit +clandestinits +clandestins +clans +clapet +clapets +clapier +clapiers +clapota +clapotai +clapotaient +clapotais +clapotait +clapotant +clapotas +clapotasse +clapotassent +clapotasses +clapotassiez +clapotassions +clapotmes +clapott +clapottes +clapote +clapotement +clapotements +clapotent +clapoter +clapotera +clapoterai +clapoteraient +clapoterais +clapoterait +clapoteras +clapoterez +clapoteriez +clapoterions +clapoterons +clapoteront +clapotes +clapotez +clapot +clapote +clapotes +clapots +clapotrent +clapotiez +clapotions +clapotis +clapotons +claqua +claquai +claquaient +claquais +claquait +claquant +claquas +claquasse +claquassent +claquasses +claquassiez +claquassions +claqumes +claqut +claqutes +claque +claquement +claquements +claquemura +claquemurai +claquemuraient +claquemurais +claquemurait +claquemurant +claquemuras +claquemurasse +claquemurassent +claquemurasses +claquemurassiez +claquemurassions +claquemurmes +claquemurt +claquemurtes +claquemure +claquemurent +claquemurer +claquemurera +claquemurerai +claquemureraient +claquemurerais +claquemurerait +claquemureras +claquemurerez +claquemureriez +claquemurerions +claquemurerons +claquemureront +claquemures +claquemurez +claquemur +claquemure +claquemures +claquemurs +claquemurrent +claquemuriez +claquemurions +claquemurons +claquent +claquer +claquera +claquerai +claqueraient +claquerais +claquerait +claqueras +claquerez +claqueriez +claquerions +claquerons +claqueront +claques +claquettes +claquez +claqu +claque +claques +claqus +claqurent +claquiez +claquions +claquons +clarifia +clarifiai +clarifiaient +clarifiais +clarifiait +clarifiant +clarifias +clarifiasse +clarifiassent +clarifiasses +clarifiassiez +clarifiassions +clarifimes +clarifit +clarifites +clarification +clarifications +clarifie +clarifient +clarifier +clarifiera +clarifierai +clarifieraient +clarifierais +clarifierait +clarifieras +clarifierez +clarifieriez +clarifierions +clarifierons +clarifieront +clarifies +clarifiez +clarifi +clarifie +clarifies +clarifis +clarifirent +clarifiiez +clarifiions +clarifions +clarine +clarines +clarinette +clarinettes +clarinettiste +clarinettistes +clart +clarts +classa +classai +classaient +classais +classait +classant +classas +classasse +classassent +classasses +classassiez +classassions +classmes +classt +classtes +classe +classement +classements +classent +classer +classera +classerai +classeraient +classerais +classerait +classeras +classerez +classeriez +classerions +classerons +classeront +classes +classeur +classeurs +classez +class +classe +classes +classs +classrent +classicisme +classiez +classife +classifia +classifiai +classifiaient +classifiais +classifiait +classifiant +classifias +classifiasse +classifiassent +classifiasses +classifiassiez +classifiassions +classifimes +classifit +classifites +classification +classifications +classifie +classifient +classifier +classifiera +classifierai +classifieraient +classifierais +classifierait +classifieras +classifierez +classifieriez +classifierions +classifierons +classifieront +classifies +classifiez +classifi +classifie +classifies +classifis +classifirent +classifiiez +classifiions +classifions +classions +classique +classiques +classons +claudication +claudications +clause +clauses +claustral +claustrale +claustrales +claustration +claustrations +claustraux +claustr +claustre +claustres +claustrs +claustrophobie +clavecin +clavecins +clavette +clavettes +clavicule +clavicules +clavier +claviers +clayonnage +clayonnages +clef +clefs +clenche +clenches +cleptomane +cleptomanes +cleptomanie +clerc +clercs +clerg +clergs +cl +clmatite +clmatites +clmence +clmences +clment +clmente +clmentes +clmentine +clmentines +clments +clrical +clricale +clricales +clricalisme +clricaux +cls +clic +clicha +clichage +clichages +clichai +clichaient +clichais +clichait +clichant +clichas +clichasse +clichassent +clichasses +clichassiez +clichassions +clichmes +clicht +clichtes +cliche +clichent +clicher +clichera +clicherai +clicheraient +clicherais +clicherait +clicheras +clicherez +clicherie +clicheries +clicheriez +clicherions +clicherons +clicheront +cliches +clichez +clich +cliche +cliches +clichs +clichrent +clichiez +clichions +clichons +client +cliente +clientes +clientle +clientles +clients +cligna +clignai +clignaient +clignais +clignait +clignant +clignas +clignasse +clignassent +clignasses +clignassiez +clignassions +clignmes +clignt +cligntes +cligne +clignement +clignements +clignent +cligner +clignera +clignerai +cligneraient +clignerais +clignerait +cligneras +clignerez +cligneriez +clignerions +clignerons +cligneront +clignes +clignez +clign +cligne +clignes +cligns +clignrent +cligniez +clignions +clignons +clignota +clignotai +clignotaient +clignotais +clignotait +clignotant +clignotante +clignotantes +clignotants +clignotas +clignotasse +clignotassent +clignotasses +clignotassiez +clignotassions +clignotmes +clignott +clignottes +clignote +clignotement +clignotent +clignoter +clignotera +clignoterai +clignoteraient +clignoterais +clignoterait +clignoteras +clignoterez +clignoteriez +clignoterions +clignoterons +clignoteront +clignotes +clignotez +clignot +clignote +clignotes +clignots +clignotrent +clignotiez +clignotions +clignotons +climat +climatique +climatiques +climatisa +climatisai +climatisaient +climatisais +climatisait +climatisant +climatisas +climatisasse +climatisassent +climatisasses +climatisassiez +climatisassions +climatisation +climatisations +climatismes +climatist +climatistes +climatise +climatisent +climatiser +climatisera +climatiserai +climatiseraient +climatiserais +climatiserait +climatiseras +climatiserez +climatiseriez +climatiserions +climatiserons +climatiseront +climatises +climatisez +climatis +climatise +climatises +climatiss +climatisrent +climatisiez +climatisions +climatisons +climatologie +climatologique +climatologiques +climats +clin +clinicien +clinicienne +cliniciennes +cliniciens +clinique +cliniquement +cliniques +clinquant +clinquante +clinquantes +clinquants +clins +cliquant +clique +cliques +cliquet +cliqueta +cliquetai +cliquetaient +cliquetais +cliquetait +cliquetant +cliquetas +cliquetasse +cliquetassent +cliquetasses +cliquetassiez +cliquetassions +cliquetmes +cliquett +cliquettes +cliqueter +cliquetez +cliquet +cliquete +cliquetes +cliquets +cliquetrent +cliquetiez +cliquetions +cliquetis +cliquetons +cliquets +cliquette +cliquettent +cliquettera +cliquetterai +cliquetteraient +cliquetterais +cliquetterait +cliquetteras +cliquetterez +cliquetteriez +cliquetterions +cliquetterons +cliquetteront +cliquettes +clisse +clisses +clitoris +cliva +clivage +clivages +clivai +clivaient +clivais +clivait +clivant +clivas +clivasse +clivassent +clivasses +clivassiez +clivassions +clivmes +clivt +clivtes +clive +clivent +cliver +clivera +cliverai +cliveraient +cliverais +cliverait +cliveras +cliverez +cliveriez +cliverions +cliverons +cliveront +clives +clivez +cliv +clive +clives +clivs +clivrent +cliviez +clivions +clivons +cloaque +cloaques +clocha +clochai +clochaient +clochais +clochait +clochard +clocharde +clochardes +clochards +clochas +clochasse +clochassent +clochasses +clochassiez +clochassions +clochmes +clocht +clochtes +cloche +clochent +clocher +clochera +clocherai +clocheraient +clocherais +clocherait +clocheras +clocherez +clocheriez +clocherions +clocherons +clocheront +clochers +cloches +clocheton +clochetons +clochette +clochettes +clochez +cloch +cloche +cloches +clochs +clochrent +clochiez +clochions +clochons +cloison +cloisonna +cloisonnai +cloisonnaient +cloisonnais +cloisonnait +cloisonnant +cloisonnas +cloisonnasse +cloisonnassent +cloisonnasses +cloisonnassiez +cloisonnassions +cloisonnmes +cloisonnt +cloisonntes +cloisonne +cloisonnent +cloisonner +cloisonnera +cloisonnerai +cloisonneraient +cloisonnerais +cloisonnerait +cloisonneras +cloisonnerez +cloisonneriez +cloisonnerions +cloisonnerons +cloisonneront +cloisonnes +cloisonnez +cloisonn +cloisonne +cloisonnes +cloisonns +cloisonnrent +cloisonniez +cloisonnions +cloisonnons +cloisons +clotra +clotrai +clotraient +clotrais +clotrait +clotrant +clotras +clotrasse +clotrassent +clotrasses +clotrassiez +clotrassions +clotrmes +clotrt +clotrtes +clotre +clotrent +clotrer +clotrera +clotrerai +clotreraient +clotrerais +clotrerait +clotreras +clotrerez +clotreriez +clotrerions +clotrerons +clotreront +clotres +clotrez +clotr +clotre +clotres +clotrs +clotrrent +clotriez +clotrions +clotrons +clopant +clopin +clopina +clopinai +clopinaient +clopinais +clopinait +clopinant +clopinas +clopinasse +clopinassent +clopinasses +clopinassiez +clopinassions +clopinmes +clopint +clopintes +clopine +clopinent +clopiner +clopinera +clopinerai +clopineraient +clopinerais +clopinerait +clopineras +clopinerez +clopineriez +clopinerions +clopinerons +clopineront +clopines +clopinez +clopin +clopine +clopines +clopins +clopinrent +clopiniez +clopinions +clopinons +cloporte +cloportes +cloqua +cloquai +cloquaient +cloquais +cloquait +cloquant +cloquas +cloquasse +cloquassent +cloquasses +cloquassiez +cloquassions +cloqumes +cloqut +cloqutes +cloque +cloquent +cloquer +cloquera +cloquerai +cloqueraient +cloquerais +cloquerait +cloqueras +cloquerez +cloqueriez +cloquerions +cloquerons +cloqueront +cloques +cloquez +cloqu +cloque +cloques +cloqus +cloqurent +cloquiez +cloquions +cloquons +clora +clorai +clorais +clorait +clore +clos +close +closent +closes +closet +closets +closiez +closions +clou +cloua +clouai +clouaient +clouais +clouait +clouant +clouas +clouasse +clouassent +clouasses +clouassiez +clouassions +cloumes +clout +cloutes +cloue +clouent +clouer +clouera +clouerai +cloueraient +clouerais +clouerait +cloueras +clouerez +cloueriez +clouerions +clouerons +cloueront +cloues +clouez +clou +cloue +cloues +clous +clourent +clouiez +clouions +clouons +clous +clouta +cloutai +cloutaient +cloutais +cloutait +cloutant +cloutas +cloutasse +cloutassent +cloutasses +cloutassiez +cloutassions +cloutmes +cloutt +clouttes +cloute +cloutent +clouter +cloutera +clouterai +clouteraient +clouterais +clouterait +clouteras +clouterez +clouteriez +clouterions +clouterons +clouteront +cloutes +cloutez +clout +cloute +cloutes +clouts +cloutrent +cloutiez +cloutions +cloutons +clown +clownerie +clowneries +clowns +clt +cltura +clturai +clturaient +clturais +clturait +clturant +clturas +clturasse +clturassent +clturasses +clturassiez +clturassions +clturmes +clturt +clturtes +clture +clturent +clturer +clturera +clturerai +cltureraient +clturerais +clturerait +cltureras +clturerez +cltureriez +clturerions +clturerons +cltureront +cltures +clturez +cltur +clture +cltures +clturs +clturrent +clturiez +clturions +clturons +club +clubs +coagula +coagulai +coagulaient +coagulais +coagulait +coagulant +coagulants +coagulas +coagulasse +coagulassent +coagulasses +coagulassiez +coagulassions +coagulation +coagulations +coagulmes +coagult +coagultes +coagule +coagulent +coaguler +coagulera +coagulerai +coaguleraient +coagulerais +coagulerait +coaguleras +coagulerez +coaguleriez +coagulerions +coagulerons +coaguleront +coagules +coagulez +coagul +coagule +coagules +coaguls +coagulrent +coaguliez +coagulions +coagulons +coalisa +coalisaient +coalisait +coalisant +coalisent +coaliser +coalisera +coaliseraient +coaliserait +coaliseront +coalis +coalise +coalises +coaliss +coalisrent +coalissent +coalit +coalition +coalitions +coalt +coassa +coassaient +coassait +coassant +coassasse +coassassent +coasst +coasse +coassement +coassements +coassent +coasser +coassera +coasseraient +coasserait +coasseront +coass +coasse +coasses +coasss +coassrent +coat +coats +coaxial +coaxiale +coaxiales +coaxiaux +cobalt +cobaye +cobayes +cobra +cobras +coca +cocagne +cocane +cocanomane +cocanomanes +cocarde +cocardes +cocardier +cocardiers +cocardire +cocardires +cocas +cocasse +cocasses +coccinelle +coccinelles +coccyx +cocha +cochai +cochaient +cochais +cochait +cochant +cochas +cochasse +cochassent +cochasses +cochassiez +cochassions +cochmes +cocht +cochtes +coche +cochenille +cochenilles +cochent +cocher +cochera +cocherai +cocheraient +cocherais +cocherait +cocheras +cocherez +cocheriez +cocherions +cocherons +cocheront +coches +cochez +coch +coche +coches +cochs +cochre +cochrent +cochres +cochiez +cochions +cochon +cochonna +cochonnai +cochonnaient +cochonnais +cochonnait +cochonnant +cochonnas +cochonnasse +cochonnassent +cochonnasses +cochonnassiez +cochonnassions +cochonnassons +cochonnmes +cochonnt +cochonntes +cochonne +cochonnent +cochonner +cochonnera +cochonnerai +cochonneraient +cochonnerais +cochonnerait +cochonneras +cochonnerez +cochonnerie +cochonneries +cochonneriez +cochonnerions +cochonnerons +cochonneront +cochonnes +cochonnet +cochonnets +cochonnez +cochonn +cochonne +cochonnes +cochonns +cochonnrent +cochonniez +cochonnions +cochonnons +cochons +cockpit +cockpits +cocktail +cocktails +coco +cocon +cocons +cocorico +cocos +cocotier +cocotiers +cocotte +cocottes +cocu +cocus +coda +codage +codages +codai +codaient +codais +codait +codant +codas +codasse +codassent +codasses +codassiez +codassions +codmes +codt +codtes +code +codent +coder +codera +coderai +coderaient +coderais +coderait +coderas +coderez +coderiez +coderions +coderons +coderont +codes +codeur +codeurs +codex +codez +cod +code +codes +cods +codtenu +codtenue +codtenues +codtenus +codrent +codicille +codicilles +codiez +codifia +codifiai +codifiaient +codifiais +codifiait +codifiant +codifias +codifiasse +codifiassent +codifiasses +codifiassiez +codifiassions +codifimes +codifit +codifites +codification +codifications +codifie +codifient +codifier +codifiera +codifierai +codifieraient +codifierais +codifierait +codifieras +codifierez +codifieriez +codifierions +codifierons +codifieront +codifies +codifiez +codifi +codifie +codifies +codifis +codifirent +codifiiez +codifiions +codifions +codions +codons +coefficient +coefficients +coercitif +coercitifs +coercition +coercitions +coercitive +coercitives +coeur +coeurs +coexista +coexistai +coexistaient +coexistais +coexistait +coexistant +coexistas +coexistasse +coexistassent +coexistasses +coexistassiez +coexistassions +coexistmes +coexistt +coexisttes +coexiste +coexistence +coexistences +coexistent +coexister +coexistera +coexisterai +coexisteraient +coexisterais +coexisterait +coexisteras +coexisterez +coexisteriez +coexisterions +coexisterons +coexisteront +coexistes +coexistez +coexist +coexiste +coexistes +coexists +coexistrent +coexistiez +coexistions +coexistons +coffra +coffrage +coffrages +coffrai +coffraient +coffrais +coffrait +coffrant +coffras +coffrasse +coffrassent +coffrasses +coffrassiez +coffrassions +coffrmes +coffrt +coffrtes +coffre +coffrent +coffrer +coffrera +coffrerai +coffreraient +coffrerais +coffrerait +coffreras +coffrerez +coffreriez +coffrerions +coffrerons +coffreront +coffres +coffret +coffrets +coffrez +coffr +coffre +coffres +coffrs +coffrrent +coffriez +coffrions +coffrons +cogestion +cogestions +cogna +cognac +cognacs +cognai +cognaient +cognais +cognait +cognant +cognas +cognasse +cognassent +cognasses +cognassier +cognassiers +cognassiez +cognassions +cognmes +cognt +cogntes +cogne +cognent +cogner +cognera +cognerai +cogneraient +cognerais +cognerait +cogneras +cognerez +cogneriez +cognerions +cognerons +cogneront +cognes +cogneur +cognez +cogn +cogne +cognes +cogns +cognrent +cogniez +cognions +cognitif +cognitifs +cognitive +cognitives +cognons +cohabita +cohabitai +cohabitaient +cohabitais +cohabitait +cohabitant +cohabitas +cohabitasse +cohabitassent +cohabitasses +cohabitassiez +cohabitassions +cohabitation +cohabitations +cohabitmes +cohabitt +cohabittes +cohabite +cohabitent +cohabiter +cohabitera +cohabiterai +cohabiteraient +cohabiterais +cohabiterait +cohabiteras +cohabiterez +cohabiteriez +cohabiterions +cohabiterons +cohabiteront +cohabites +cohabitez +cohabit +cohabite +cohabites +cohabits +cohabitrent +cohabitiez +cohabitions +cohabitons +cohrence +cohrences +cohrent +cohrente +cohrentes +cohrents +cohsion +cohsions +cohorte +cohortes +cohue +cohues +coi +coiffa +coiffai +coiffaient +coiffais +coiffait +coiffant +coiffas +coiffasse +coiffassent +coiffasses +coiffassiez +coiffassions +coiffmes +coifft +coifftes +coiffe +coiffent +coiffer +coiffera +coifferai +coifferaient +coifferais +coifferait +coifferas +coifferez +coifferiez +coifferions +coifferons +coifferont +coiffes +coiffeur +coiffeurs +coiffeuse +coiffeuses +coiffez +coiff +coiffe +coiffes +coiffs +coiffrent +coiffiez +coiffions +coiffons +coiffure +coiffures +coin +coince +coincement +coincements +coincent +coincer +coincera +coincerai +coinceraient +coincerais +coincerait +coinceras +coincerez +coinceriez +coincerions +coincerons +coinceront +coinces +coincez +coinc +coince +coinces +coincs +coincrent +coinciez +coincions +coina +coinai +coinaient +coinais +coinait +coinant +coinas +coinasse +coinassent +coinasses +coinassiez +coinassions +coinmes +coint +cointes +coinons +coing +coings +coins +cois +coite +coites +concida +concidai +concidaient +concidais +concidait +concidant part +concidas +concidasse +concidassent +concidasses +concidassiez +concidassions +concidmes +concidt +concidtes +concide +concidence +concidences +concident adj +concidente +concidentes +concidents +concider +concidera +conciderai +concideraient +conciderais +conciderait +concideras +conciderez +concideriez +conciderions +conciderons +concideront +concides +concidez +concid +concide +concides +concids +concidrent +concidiez +concidions +concidons +cot +cots +coke +cokerie +cokeries +col +colchique +colchiques +colette +coloptres +colreuse +colreuses +colreux +colrique +colriques +colre +colres +colibacille +colibacilles +colibri +colibris +colifichet +colifichets +colimaon +colin +colins +colique +coliques +colis +colla +collabora +collaborai +collaboraient +collaborais +collaborait +collaborant +collaboras +collaborasse +collaborassent +collaborasses +collaborassiez +collaborassions +collaborateur +collaborateurs +collaboration +collaborations +collaboratrice +collaboratrices +collabormes +collabort +collabortes +collabore +collaborent +collaborer +collaborera +collaborerai +collaboreraient +collaborerais +collaborerait +collaboreras +collaborerez +collaboreriez +collaborerions +collaborerons +collaboreront +collabores +collaborez +collabor +collabore +collabores +collabors +collaborrent +collaboriez +collaborions +collaborons +collage +collages +collai +collaient +collais +collait +collant +collante +collantes +collants +collas +collasse +collassent +collasses +collassiez +collassions +collatral +collatrale +collatrales +collatraux +collation +collationna +collationnai +collationnaient +collationnais +collationnait +collationnant +collationnas +collationnasse +collationnassent +collationnasses +collationnassiez +collationnassions +collationnmes +collationnt +collationntes +collationne +collationnent +collationner +collationnera +collationnerai +collationneraient +collationnerais +collationnerait +collationneras +collationnerez +collationneriez +collationnerions +collationnerons +collationneront +collationnes +collationnez +collationn +collationne +collationnes +collationns +collationnrent +collationniez +collationnions +collationnons +collations +collmes +collt +colltes +colle +collecta +collectai +collectaient +collectais +collectait +collectant +collectas +collectasse +collectassent +collectasses +collectassiez +collectassions +collectmes +collectt +collecttes +collecte +collectent +collecter +collectera +collecterai +collecteraient +collecterais +collecterait +collecteras +collecterez +collecteriez +collecterions +collecterons +collecteront +collectes +collecteur +collecteurs +collectez +collect +collecte +collectes +collects +collectrent +collectiez +collectif +collectifs +collection +collectionna +collectionnai +collectionnaient +collectionnais +collectionnait +collectionnant +collectionnas +collectionnasse +collectionnassent +collectionnasses +collectionnassiez +collectionnassions +collectionnmes +collectionnt +collectionntes +collectionne +collectionnent +collectionner +collectionnera +collectionnerai +collectionneraient +collectionnerais +collectionnerait +collectionneras +collectionnerez +collectionneriez +collectionnerions +collectionnerons +collectionneront +collectionnes +collectionneur +collectionneurs +collectionneuse +collectionneuses +collectionnez +collectionn +collectionne +collectionnes +collectionns +collectionnrent +collectionniez +collectionnions +collectionnons +collections +collective +collectivement +collectives +collectivisme +collectiviste +collectivistes +collectivit +collectivits +collectons +collent +coller +collera +collerai +colleraient +collerais +collerait +colleras +collerette +collerettes +collerez +colleriez +collerions +collerons +colleront +colles +collet +colleta +colletai +colletaient +colletais +colletait +colletant +colletas +colletasse +colletassent +colletasses +colletassiez +colletassions +colletmes +collett +collettes +colleter +colletez +collet +collete +colletes +collets +colletrent +colletiez +colletions +colletons +collets +collette +collettent +collettera +colletterai +colletteraient +colletterais +colletterait +colletteras +colletterez +colletteriez +colletterions +colletterons +colletteront +collettes +colleur +colleurs +colleuse +colleuses +collez +coll +colle +colles +collgial +collgiale +collgiales +collgiaux +collgien +collgienne +collgiennes +collgiens +colls +collge +collges +collgue +collgues +collrent +collier +colliers +colliez +collimateur +collimateurs +colline +collines +collions +collision +collisions +collodion +collodal +collodale +collodales +collodaux +collode +collodes +collons +colloque +colloques +collusion +collusions +collyre +colmata +colmatage +colmatages +colmatai +colmataient +colmatais +colmatait +colmatant +colmatas +colmatasse +colmatassent +colmatasses +colmatassiez +colmatassions +colmatmes +colmatt +colmattes +colmate +colmatent +colmater +colmatera +colmaterai +colmateraient +colmaterais +colmaterait +colmateras +colmaterez +colmateriez +colmaterions +colmaterons +colmateront +colmates +colmatez +colmat +colmate +colmates +colmats +colmatrent +colmatiez +colmations +colmatons +cologne +colombe +colombes +colombier +colombiers +colombophile +colombophiles +colombophilie +colon personne +colonel +colonels +colonial +coloniale +coloniales +colonialisme +coloniaux +colonie +colonies +colonisa +colonisai +colonisaient +colonisais +colonisait +colonisant +colonisas +colonisasse +colonisassent +colonisasses +colonisassiez +colonisassions +colonisateur +colonisateurs +colonisation +colonisations +colonisatrice +colonisatrices +colonismes +colonist +colonistes +colonise +colonisent +coloniser +colonisera +coloniserai +coloniseraient +coloniserais +coloniserait +coloniseras +coloniserez +coloniseriez +coloniserions +coloniserons +coloniseront +colonises +colonisez +colonis +colonise +colonises +coloniss +colonisrent +colonisiez +colonisions +colonisons +colonnade +colonnades +colonne +colonnes +colonnette +colonnettes +colons personne +colophane +coloquinte +coloquintes +colora +colorado +colorai +coloraient +colorais +colorait +colorant +coloras +colorasse +colorassent +colorasses +colorassiez +colorassions +coloration +colorations +colormes +colort +colortes +colore +colorent +colorer +colorera +colorerai +coloreraient +colorerais +colorerait +coloreras +colorerez +coloreriez +colorerions +colorerons +coloreront +colores +colorez +color +colore +colores +colors +colorrent +coloria +coloriage +coloriages +coloriai +coloriaient +coloriais +coloriait +coloriant +colorias +coloriasse +coloriassent +coloriasses +coloriassiez +coloriassions +colorimes +colorit +colorites +colorie +colorient +colorier +coloriera +colorierai +colorieraient +colorierais +colorierait +colorieras +colorierez +colorieriez +colorierions +colorierons +colorieront +colories +coloriez +colori +colorie +colories +coloris +colorirent +coloriiez +coloriions +colorions +coloris +coloriste +coloristes +colorons +colossal +colossale +colossales +colossaux +colosse +colosses +colporta +colportage +colportages +colportai +colportaient +colportais +colportait +colportant +colportas +colportasse +colportassent +colportasses +colportassiez +colportassions +colportmes +colportt +colporttes +colporte +colportent +colporter +colportera +colporterai +colporteraient +colporterais +colporterait +colporteras +colporterez +colporteriez +colporterions +colporterons +colporteront +colportes +colporteur +colporteurs +colporteuse +colporteuses +colportez +colport +colporte +colportes +colports +colportrent +colportiez +colportions +colportons +cols +coltina +coltinai +coltinaient +coltinais +coltinait +coltinant +coltinas +coltinasse +coltinassent +coltinasses +coltinassiez +coltinassions +coltinmes +coltint +coltintes +coltine +coltinent +coltiner +coltinera +coltinerai +coltineraient +coltinerais +coltinerait +coltineras +coltinerez +coltineriez +coltinerions +coltinerons +coltineront +coltines +coltinez +coltin +coltine +coltines +coltins +coltinrent +coltiniez +coltinions +coltinons +columbarium +columbariums +colza +coma +comas +comateuse +comateuses +comateux +combat +combatif +combatifs +combative +combatives +combativit +combativits +combats +combattaient +combattais +combattait +combattant +combattante +combattantes +combattants +combatte +combattent +combattes +combattez +combattiez +combattions +combattirent +combattis +combattisse +combattissent +combattisses +combattissiez +combattissions +combattit +combattmes +combattt +combatttes +combattons +combattra +combattrai +combattraient +combattrais +combattrait +combattras +combattre +combattrez +combattriez +combattrions +combattrons +combattront +combattu +combattue +combattues +combattus +combe +combes +combien +combina +combinai +combinaient +combinais +combinaison +combinaisons +combinait +combinant +combinas +combinasse +combinassent +combinasses +combinassiez +combinassions +combinat +combinats +combinmes +combint +combintes +combine +combinent +combiner +combinera +combinerai +combineraient +combinerais +combinerait +combineras +combinerez +combineriez +combinerions +combinerons +combineront +combines +combinez +combin +combine +combines +combins +combinrent +combiniez +combinions +combinons +combla +comblai +comblaient +comblais +comblait +comblant +comblas +comblasse +comblassent +comblasses +comblassiez +comblassions +comblmes +comblt +combltes +comble +comblement +comblements +comblent +combler +comblera +comblerai +combleraient +comblerais +comblerait +combleras +comblerez +combleriez +comblerions +comblerons +combleront +combles +comblez +combl +comble +combles +combls +comblrent +combliez +comblions +comblons +combustibilit +combustibilits +combustible +combustibles +combustion +combustions +comestible +comestibles +comdie +comdien +comdienne +comdiennes +comdiens +comdies +comte +comtes +comice +comices +comique +comiques +comit +comits +commanda +commandai +commandaient +commandais +commandait +commandant +commandants +commandas +commandasse +commandassent +commandasses +commandassiez +commandassions +commandmes +commandt +commandtes +commande +commandement +commandements +commandent +commander +commandera +commanderai +commanderaient +commanderais +commanderait +commanderas +commanderez +commanderiez +commanderions +commanderons +commanderont +commandes +commandeur +commandeurs +commandez +command +commande +commandes +commands +commandrent +commandiez +commandions +commandita +commanditai +commanditaient +commanditaire +commanditaires +commanditais +commanditait +commanditant +commanditas +commanditasse +commanditassent +commanditasses +commanditassiez +commanditassions +commanditmes +commanditt +commandittes +commandite +commanditent +commanditer +commanditera +commanditerai +commanditeraient +commanditerais +commanditerait +commanditeras +commanditerez +commanditeriez +commanditerions +commanditerons +commanditeront +commandites +commanditez +commandit +commandite +commandites +commandits +commanditrent +commanditiez +commanditions +commanditons +commando +commandons +commandos +comme +commence +commencement +commencements +commencent +commencer +commencera +commencerai +commenceraient +commencerais +commencerait +commenceras +commencerez +commenceriez +commencerions +commencerons +commenceront +commences +commencez +commenc +commence +commencs +commencrent +commenciez +commencions +commena +commenai +commenaient +commenais +commenait +commenant +commenas +commenasse +commenassent +commenasses +commenassiez +commenassions +commenmes +comment +commentes +commenrent +commenons +commensal +commensale +commensaux +comment +commenta +commentai +commentaient +commentaire +commentaires +commentais +commentait +commentant +commentas +commentasse +commentassent +commentasses +commentassiez +commentassions +commentateur +commentateurs +commentatrice +commentatrices +commentmes +commentt +commenttes +commente +commentent +commenter +commentera +commenterai +commenteraient +commenterais +commenterait +commenteras +commenterez +commenteriez +commenterions +commenterons +commenteront +commentes +commentez +comment +commente +commentes +comments +commentrent +commentiez +commentions +commentons +commerce +commercent +commercer +commercera +commercerai +commerceraient +commercerais +commercerait +commerceras +commercerez +commerceriez +commercerions +commercerons +commerceront +commerces +commercez +commerc +commerce +commerces +commercs +commercrent +commercial +commerciale +commercialement +commerciales +commercialisa +commercialisai +commercialisaient +commercialisais +commercialisait +commercialisant +commercialisas +commercialisasse +commercialisassent +commercialisasses +commercialisassiez +commercialisassions +commercialisation +commercialismes +commercialist +commercialistes +commercialise +commercialisent +commercialiser +commercialisera +commercialiserai +commercialiseraient +commercialiserais +commercialiserait +commercialiseras +commercialiserez +commercialiseriez +commercialiserions +commercialiserons +commercialiseront +commercialises +commercialisez +commercialis +commercialise +commercialises +commercialiss +commercialisrent +commercialisiez +commercialisions +commercialisons +commerciaux +commerciez +commercions +commera +commerai +commeraient +commerais +commerait +commerant +commerante +commerantes +commerants +commeras +commerasse +commerassent +commerasses +commerassiez +commerassions +commermes +commert +commertes +commerons +commet +commets +commettaient +commettais +commettait +commettant +commette +commettent +commettes +commettez +commettiez +commettions +commettons +commettra +commettrai +commettraient +commettrais +commettrait +commettras +commettre +commettrez +commettriez +commettrions +commettrons +commettront +commmora +commmorai +commmoraient +commmorais +commmorait +commmorant +commmoras +commmorasse +commmorassent +commmorasses +commmorassiez +commmorassions +commmoratif +commmoratifs +commmoration +commmorations +commmorative +commmoratives +commmormes +commmort +commmortes +commmore +commmorent +commmorer +commmorera +commmorerai +commmoreraient +commmorerais +commmorerait +commmoreras +commmorerez +commmoreriez +commmorerions +commmorerons +commmoreront +commmores +commmorez +commmor +commmore +commmores +commmors +commmorrent +commmoriez +commmorions +commmorons +commrage +commrages +commre +commres +comminatoire +comminatoires +commirent +commis +commise +commises +commisration +commisrations +commissaire +commissaires +commissariat +commissariats +commisse +commissent +commisses +commissiez +commission +commissionna +commissionnai +commissionnaient +commissionnaire +commissionnaires +commissionnais +commissionnait +commissionnant +commissionnas +commissionnasse +commissionnassent +commissionnasses +commissionnassiez +commissionnassions +commissionnmes +commissionne +commissionnent +commissionner +commissionnera +commissionnerai +commissionneraient +commissionnerais +commissionnerait +commissionneras +commissionnerez +commissionneriez +commissionnerions +commissionnerons +commissionneront +commissionnes +commissionnez +commissionn +commissionne +commissionnes +commissionns +commissionnrent +commissionniez +commissionnions +commissionnons +commissions +commissure +commissures +commit +commmes +commt +commtes +commode +commodes +commodment +commodit +commodits +commotion +commotionna +commotionnai +commotionnaient +commotionnais +commotionnait +commotionnant +commotionnas +commotionnasse +commotionnassent +commotionnasses +commotionnassiez +commotionnassions +commotionnmes +commotionnt +commotionntes +commotionne +commotionnent +commotionner +commotionnera +commotionnerai +commotionneraient +commotionnerais +commotionnerait +commotionneras +commotionnerez +commotionneriez +commotionnerions +commotionnerons +commotionneront +commotionnes +commotionnez +commotionn +commotionne +commotionnes +commotionns +commotionnrent +commotionniez +commotionnions +commotionnons +commotions +commua +commuai +commuaient +commuais +commuait +commuant +commuas +commuasse +commuassent +commuasses +commuassiez +commuassions +commumes +commut +commutes +commue +commuent +commuer +commuera +commuerai +commueraient +commuerais +commuerait +commueras +commuerez +commueriez +commuerions +commuerons +commueront +commues +commuez +commu +commue +commues +commus +commurent +commuiez +commuions +commun +communal +communale +communales +communard +communarde +communardes +communards +communautaire +communautaires +communaut +communauts +communaux +commune +communes +communment +communia +communiai +communiaient +communiais +communiait +communiant +communias +communiasse +communiassent +communiasses +communiassiez +communiassions +communimes +communit +communites +communicant +communicante +communicantes +communicants +communicatif +communicatifs +communication +communications +communicative +communicatives +communie +communient +communier +communiera +communierai +communieraient +communierais +communierait +communieras +communierez +communieriez +communierions +communierons +communieront +communies +communiez +communi +communie +communies +communis +communirent +communiiez +communiions +communion +communions +communiqua +communiquai +communiquaient +communiquais +communiquait +communiquant +communiquants +communiquas +communiquasse +communiquassent +communiquasses +communiquassiez +communiquassions +communiqumes +communiqut +communiqutes +communique +communiquent +communiquer +communiquera +communiquerai +communiqueraient +communiquerais +communiquerait +communiqueras +communiquerez +communiqueriez +communiquerions +communiquerons +communiqueront +communiques +communiquez +communiqu +communique +communiques +communiqus +communiqurent +communiquiez +communiquions +communiquons +communisme +communiste +communistes +communs +commuons +commutable +commutables +commutateur +commutateurs +commutation +commutations +compacit +compacits +compact +compactage +compactages +compacte +compacter +compactes +compact +compacte +compactes +compacts +compacts +compagne +compagnes +compagnie +compagnies +compagnon +compagnonnage +compagnonnages +compagnons +compara +comparable +comparables +comparai +comparaient +comparais +comparaison +comparaisons +comparaissaient +comparaissais +comparaissait +comparaissant +comparaisse +comparaissent +comparaisses +comparaissez +comparaissiez +comparaissions +comparaissons +comparait +comparat +comparatra +comparatrai +comparatraient +comparatrais +comparatrait +comparatras +comparatre +comparatrez +comparatriez +comparatrions +comparatrons +comparatront +comparant +comparas +comparasse +comparassent +comparasses +comparassiez +comparassions +comparatif +comparatifs +comparative +comparativement +comparatives +comparmes +compart +compartes +compare +comparent +comparer +comparera +comparerai +compareraient +comparerais +comparerait +compareras +comparerez +compareriez +comparerions +comparerons +compareront +compares +comparez +compar +compare +compares +compars +comparrent +compariez +comparions +comparons +comparse +comparses +compartiment +compartiments +comparu +comparue +comparues +comparurent +comparus +comparusse +comparussent +comparusses +comparussiez +comparussions +comparut +comparution +comparutions +comparmes +compart +compartes +compas +compass +compasse +compasses +compasss +compassion +compassions +compati +compatibilit +compatibilits +compatible +compatibles +compatie +compaties +compatir +compatira +compatirai +compatiraient +compatirais +compatirait +compatiras +compatirent +compatirez +compatiriez +compatirions +compatirons +compatiront +compatis +compatissaient +compatissais +compatissait +compatissant +compatisse +compatissent +compatisses +compatissez +compatissiez +compatissions +compatissons +compatit +compatmes +compatt +compattes +compatriote +compatriotes +compensa +compensai +compensaient +compensais +compensait +compensant +compensas +compensasse +compensassent +compensasses +compensassiez +compensassions +compensateur +compensateurs +compensation +compensations +compensatoire +compensatrice +compensatrices +compensmes +compenst +compenstes +compense +compensent +compenser +compensera +compenserai +compenseraient +compenserais +compenserait +compenseras +compenserez +compenseriez +compenserions +compenserons +compenseront +compenses +compensez +compens +compense +compenses +compenss +compensrent +compensiez +compensions +compensons +comptence +comptences +comptent +comptente +comptentes +comptents +comptiteur +comptiteurs +comptitif +comptitifs +comptition +comptitions +comptitive +comptitives +comptitrice +comptitrices +compre +compres +compila +compilai +compilaient +compilais +compilait +compilant +compilas +compilasse +compilassent +compilasses +compilassiez +compilassions +compilateur +compilateurs +compilation +compilations +compilatrice +compilatrices +compilmes +compilt +compiltes +compile +compilent +compiler +compilera +compilerai +compileraient +compilerais +compilerait +compileras +compilerez +compileriez +compilerions +compilerons +compileront +compiles +compilez +compil +compile +compiles +compils +compilrent +compiliez +compilions +compilons +complainte +complaintes +complaira +complairai +complairaient +complairais +complairait +complairas +complaire +complairez +complairiez +complairions +complairons +complairont +complais +complaisaient +complaisais +complaisait +complaisance +complaisances +complaisant +complaise +complaisent +complaises +complaisez +complaisiez +complaisions +complaisons +complait +complet +complets +complexe +complexes +complexion +complexions +complexit +complexits +complment +complmentaire +complmentaires +complments +complta +compltai +compltaient +compltais +compltait +compltant +compltas +compltasse +compltassent +compltasses +compltassiez +compltassions +compltmes +compltt +complttes +complter +compltera +complterai +complteraient +complterais +complterait +complteras +complterez +complteriez +complterions +complterons +complteront +compltez +complt +complte +compltes +complts +complte +compltement +compltent +compltes +complication +complications +complice +complices +complicit +complicits +compliment +complimenta +complimentai +complimentaient +complimentais +complimentait +complimentant +complimentas +complimentasse +complimentassent +complimentasses +complimentassiez +complimentassions +complimentmes +complimentt +complimenttes +complimente +complimentent +complimenter +complimentera +complimenterai +complimenteraient +complimenterais +complimenterait +complimenteras +complimenterez +complimenteriez +complimenterions +complimenterons +complimenteront +complimentes +complimenteur +complimenteurs +complimenteuse +complimenteuses +complimentez +compliment +complimente +complimentes +compliments +complimentrent +complimentiez +complimentions +complimentons +compliments +compliqua +compliquai +compliquaient +compliquais +compliquait +compliquant +compliquas +compliquasse +compliquassent +compliquasses +compliquassiez +compliquassions +compliqumes +compliqut +compliqutes +complique +compliquent +compliquer +compliquera +compliquerai +compliqueraient +compliquerais +compliquerait +compliqueras +compliquerez +compliqueriez +compliquerions +compliquerons +compliqueront +compliques +compliquez +compliqu +complique +compliques +compliqus +compliqurent +compliquiez +compliquions +compliquons +complot +complota +complotai +complotaient +complotais +complotait +complotant +complotas +complotasse +complotassent +complotasses +complotassiez +complotassions +complotmes +complott +complottes +complote +complotent +comploter +complotera +comploterai +comploteraient +comploterais +comploterait +comploteras +comploterez +comploteriez +comploterions +comploterons +comploteront +complotes +comploteur +comploteurs +complotez +complot +complote +complotes +complots +complotrent +complotiez +complotions +complotons +complots +complu +complue +complues +complurent +complus +complusse +complussent +complusses +complussiez +complussions +complut +complmes +complt +compltes +comporta +comportai +comportaient +comportais +comportait +comportant +comportas +comportasse +comportassent +comportasses +comportassiez +comportassions +comportmes +comportt +comporttes +comporte +comportement +comportements +comportent +comporter +comportera +comporterai +comporteraient +comporterais +comporterait +comporteras +comporterez +comporteriez +comporterions +comporterons +comporteront +comportes +comportez +comport +comporte +comportes +comports +comportrent +comportiez +comportions +comportons +composa +composai +composaient +composais +composait +composant +composante +composantes +composants +composas +composasse +composassent +composasses +composassiez +composassions +composmes +compost +compostes +compose +composent +composer +composera +composerai +composeraient +composerais +composerait +composeras +composerez +composeriez +composerions +composerons +composeront +composes +composez +compos +compose +composes +composs +composrent +composiez +composions +composite +composites +compositeur +compositeurs +composition +compositions +compositrice +compositrices +composons +compost +composteur +composteurs +composts +compote +compotes +compotier +compotiers +comprenaient +comprenais +comprenait +comprenant +comprend +comprendisse +comprendissent +comprendisses +comprendissiez +comprendissions +comprendra +comprendrai +comprendraient +comprendrais +comprendrait +comprendras +comprendre +comprendriez +comprendrions +comprendrons +comprendront +comprends +comprenez +compreniez +comprenions +comprenne +comprennent +comprennes +comprenons +compressant +compresse +compresser +compresses +compresseur +compresseurs +compressible +compressibles +compression +compressions +comprhensible +comprhensibles +comprhensif +comprhensifs +comprhension +comprhensions +comprhensive +comprhensives +comprima +comprimai +comprimaient +comprimais +comprimait +comprimant +comprimas +comprimasse +comprimassent +comprimasses +comprimassiez +comprimassions +comprimmes +comprimt +comprimtes +comprime +compriment +comprimer +comprimera +comprimerai +comprimeraient +comprimerais +comprimerait +comprimeras +comprimerez +comprimeriez +comprimerions +comprimerons +comprimeront +comprimes +comprimez +comprim +comprime +comprimes +comprims +comprimrent +comprimiez +comprimions +comprimons +comprirent +compris +comprise +comprises +comprit +comprmes +comprt +comprtes +compromet +compromets +compromettaient +compromettais +compromettait +compromettant +compromette +compromettent +compromettes +compromettez +compromettiez +compromettions +compromettons +compromettra +compromettrai +compromettraient +compromettrais +compromettrait +compromettras +compromettre +compromettrez +compromettriez +compromettrions +compromettrons +compromettront +compromirent +compromis +compromise +compromises +compromisse +compromissent +compromisses +compromissiez +compromission +compromissions +compromit +comprommes +compromt +compromtes +compta +comptabilisa +comptabilisai +comptabilisaient +comptabilisais +comptabilisait +comptabilisant +comptabilisas +comptabilisasse +comptabilisassent +comptabilisasses +comptabilisassiez +comptabilisassions +comptabilismes +comptabilist +comptabilistes +comptabilise +comptabilisent +comptabiliser +comptabilisera +comptabiliserai +comptabiliseraient +comptabiliserais +comptabiliserait +comptabiliseras +comptabiliserez +comptabiliseriez +comptabiliserions +comptabiliserons +comptabiliseront +comptabilises +comptabilisez +comptabilis +comptabilise +comptabilises +comptabiliss +comptabilisrent +comptabilisiez +comptabilisions +comptabilisons +comptabilit +comptable +comptables +comptai +comptaient +comptais +comptait +comptant +comptas +comptasse +comptassent +comptasses +comptassiez +comptassions +comptmes +comptt +compttes +compte +comptent +compter +comptera +compterai +compteraient +compterais +compterait +compteras +compterez +compteriez +compterions +compterons +compteront +comptes +compteur +compteurs +comptez +compt +compte +comptes +compts +comptrent +comptiez +comptine +comptines +comptions +comptoir +comptoirs +comptons +compulsa +compulsai +compulsaient +compulsais +compulsait +compulsant +compulsas +compulsasse +compulsassent +compulsasses +compulsassiez +compulsassions +compulsmes +compulst +compulstes +compulse +compulsent +compulser +compulsera +compulserai +compulseraient +compulserais +compulserait +compulseras +compulserez +compulseriez +compulserions +compulserons +compulseront +compulses +compulsez +compuls +compulse +compulses +compulss +compulsrent +compulsiez +compulsif +compulsion +compulsions +compulsive +compulsives +compulsons +comte +comtes +comtesse +comtesses +comt +comts +con +concassa +concassai +concassaient +concassais +concassait +concassant +concassas +concassasse +concassassent +concassasses +concassassiez +concassassions +concassmes +concasst +concasstes +concasse +concassent +concasser +concassera +concasserai +concasseraient +concasserais +concasserait +concasseras +concasserez +concasseriez +concasserions +concasserons +concasseront +concasses +concasseur +concasseurs +concassez +concass +concasse +concasses +concasss +concassrent +concassiez +concassions +concassons +concatna +concatnai +concatnaient +concatnais +concatnait +concatnant +concatnas +concatnasse +concatnassent +concatnasses +concatnassiez +concatnassions +concatnmes +concatnt +concatntes +concatner +concatnera +concatnerai +concatneraient +concatnerais +concatnerait +concatneras +concatnerez +concatneriez +concatnerions +concatnerons +concatneront +concatnez +concatn +concatne +concatnes +concatns +concatnrent +concatniez +concatnions +concatnons +concatne +concatnent +concatnes +concave +concaves +concavit +concentra +concentrai +concentraient +concentrais +concentrait +concentrant +concentras +concentrasse +concentrassent +concentrasses +concentrassiez +concentrassions +concentration +concentrationnaire +concentrationnaires +concentrations +concentrmes +concentrt +concentrtes +concentre +concentrent +concentrer +concentrera +concentrerai +concentreraient +concentrerais +concentrerait +concentreras +concentrerez +concentreriez +concentrerions +concentrerons +concentreront +concentres +concentrez +concentr +concentre +concentres +concentrs +concentrrent +concentriez +concentrions +concentrique +concentriques +concentrons +concept +conception +conceptions +concepts +conceptuel +conceptuelle +conceptuelles +conceptuels +concerna +concernai +concernaient +concernais +concernait +concernant +concernas +concernasse +concernassent +concernasses +concernassiez +concernassions +concernmes +concernt +concerntes +concerne +concernent +concerner +concernera +concernerai +concerneraient +concernerais +concernerait +concerneras +concernerez +concerneriez +concernerions +concernerons +concerneront +concernes +concernez +concern +concerne +concernes +concerns +concernrent +concerniez +concernions +concernons +concert +concerta +concertai +concertaient +concertais +concertait +concertant +concertas +concertasse +concertassent +concertasses +concertassiez +concertassions +concertation +concertations +concertmes +concertt +concerttes +concerte +concertent +concerter +concertera +concerterai +concerteraient +concerterais +concerterait +concerteras +concerterez +concerteriez +concerterions +concerterons +concerteront +concertes +concertez +concert +concerte +concertes +concerts +concertrent +concertiez +concertions +concerto +concertons +concertos +concerts +concession +concessionnaire +concessionnaires +concessions +concevable +concevables +concevaient +concevais +concevait +concevant +concevez +conceviez +concevions +concevoir +concevons +concevra +concevrai +concevraient +concevrais +concevrait +concevras +concevriez +concevrions +concevrons +concevront +concda +concdai +concdaient +concdais +concdait +concdant +concdas +concdasse +concdassent +concdasses +concdassiez +concdassions +concdmes +concdt +concdtes +concder +concdera +concderai +concderaient +concderais +concderait +concderas +concderez +concderiez +concderions +concderons +concderont +concdez +concd +concde +concdes +concds +concdrent +concdiez +concdions +concdons +concde +concdent +concdes +concierge +conciergerie +conciergeries +concierges +concile +conciles +concilia +conciliabule +conciliabules +conciliai +conciliaient +conciliais +conciliait +conciliant +conciliante +conciliantes +conciliants +concilias +conciliasse +conciliassent +conciliasses +conciliassiez +conciliassions +conciliateur +conciliateurs +conciliation +conciliations +conciliatrice +conciliatrices +concilimes +concilit +concilites +concilie +concilient +concilier +conciliera +concilierai +concilieraient +concilierais +concilierait +concilieras +concilierez +concilieriez +concilierions +concilierons +concilieront +concilies +conciliez +concili +concilie +concilies +concilis +concilirent +conciliiez +conciliions +concilions +concis +concise +concises +concision +concitoyen +concitoyenne +concitoyennes +concitoyens +conclave +conclaves +conclu +concluaient +concluais +concluait +concluant +concluante +conclue +concluent +conclues +concluez +concluiez +concluions +concluons +conclura +conclurai +concluraient +conclurais +conclurait +concluras +conclure +conclurent +conclurez +concluriez +conclurions +conclurons +concluront +conclus +conclusion +conclusions +conclusse +conclussent +conclusses +conclussiez +conclussions +conclut +conclmes +conclt +concltes +concombre +concombres +concomitance +concomitant +concomitante +concomitantes +concomitants +concorda +concordai +concordaient +concordais +concordait +concordance +concordances +concordant +concordante +concordantes +concordants +concordas +concordasse +concordassent +concordasses +concordassiez +concordassions +concordat +concordataire +concordataires +concordats +concordmes +concordt +concordtes +concorde +concordent +concorder +concordera +concorderai +concorderaient +concorderais +concorderait +concorderas +concorderez +concorderiez +concorderions +concorderons +concorderont +concordes +concordez +concord +concorde +concordes +concords +concordrent +concordiez +concordions +concordons +concouraient +concourais +concourait +concoure +concourent +concoures +concourez +concouriez +concourions +concourir +concourons +concourra +concourrai +concourraient +concourrais +concourrait +concourrant +concourras +concourrez +concourriez +concourrions +concourrir +concourrons +concourront +concours +concourt +concouru +concourue +concourues +concoururent +concourus +concourusse +concourussent +concourusses +concourussiez +concourussions +concourut +concourmes +concourt +concourtes +concret +concrets +concrtion +concrtions +concrtisa +concrtisai +concrtisaient +concrtisais +concrtisait +concrtisant +concrtisas +concrtisasse +concrtisassent +concrtisasses +concrtisassiez +concrtisassions +concrtismes +concrtist +concrtistes +concrtise +concrtisent +concrtiser +concrtisera +concrtiserai +concrtiseraient +concrtiserais +concrtiserait +concrtiseras +concrtiserez +concrtiseriez +concrtiserions +concrtiserons +concrtiseront +concrtises +concrtisez +concrtis +concrtise +concrtises +concrtiss +concrtisrent +concrtisiez +concrtisions +concrtisons +concrte +concrtement +concrtes +concubin +concubinage +concubinages +concubine +concubines +concubins +concupiscence +concupiscences +concurremment +concurrence +concurrencent +concurrencer +concurrencera +concurrencerai +concurrenceraient +concurrencerais +concurrencerait +concurrenceras +concurrencerez +concurrenceriez +concurrencerions +concurrencerons +concurrenceront +concurrences +concurrencez +concurrenc +concurrence +concurrences +concurrencs +concurrencrent +concurrenciez +concurrencions +concurrena +concurrenai +concurrenaient +concurrenais +concurrenait +concurrenant +concurrenas +concurrenasse +concurrenassent +concurrenasses +concurrenassiez +concurrenassions +concurrenmes +concurrent +concurrentes +concurrenons +concurrent +concurrente +concurrentes +concurrents +concussion +concussions +conois +conoit +conoive +conoivent +conoives +conu +conue +conues +conurent +conus +conusse +conussent +conusses +conussiez +conussions +conut +conmes +cont +contes +condamna +condamnable +condamnables +condamnai +condamnaient +condamnais +condamnait +condamnant +condamnas +condamnasse +condamnassent +condamnasses +condamnassiez +condamnassions +condamnation +condamnations +condamnmes +condamnt +condamntes +condamne +condamnent +condamner +condamnera +condamnerai +condamneraient +condamnerais +condamnerait +condamneras +condamnerez +condamneriez +condamnerions +condamnerons +condamneront +condamnes +condamnez +condamn +condamne +condamnes +condamns +condamnrent +condamniez +condamnions +condamnons +condensa +condensai +condensaient +condensais +condensait +condensant +condensas +condensasse +condensassent +condensasses +condensassiez +condensassions +condensateur +condensateurs +condensation +condensations +condensmes +condenst +condenstes +condense +condensed +condensent +condenser +condensera +condenserai +condenseraient +condenserais +condenserait +condenseras +condenserez +condenseriez +condenserions +condenserons +condenseront +condenses +condenseur +condenseurs +condensez +condens +condense +condenses +condenss +condensrent +condensiez +condensions +condensons +condescend +condescendaient +condescendais +condescendait +condescendance +condescendances +condescendant +condescende +condescendent +condescendes +condescendez +condescendiez +condescendions +condescendirent +condescendis +condescendisse +condescendissent +condescendisses +condescendissiez +condescendissions +condescendit +condescendmes +condescendt +condescendtes +condescendons +condescendra +condescendrai +condescendraient +condescendrais +condescendrait +condescendras +condescendre +condescendrez +condescendriez +condescendrions +condescendrons +condescendront +condescends +condescendu +condescendue +condescendues +condescendus +condiment +condiments +condisciple +condisciples +condition +conditionna +conditionnai +conditionnaient +conditionnais +conditionnait +conditionnant +conditionnas +conditionnasse +conditionnassent +conditionnasses +conditionnassiez +conditionnassions +conditionnmes +conditionnt +conditionntes +conditionne +conditionnel +conditionnelle +conditionnelles +conditionnels +conditionnement +conditionnements +conditionnent +conditionner +conditionnera +conditionnerai +conditionneraient +conditionnerais +conditionnerait +conditionneras +conditionnerez +conditionneriez +conditionnerions +conditionnerons +conditionneront +conditionnes +conditionnez +conditionn +conditionne +conditionnes +conditionns +conditionnrent +conditionniez +conditionnions +conditionnn +conditionnons +conditions +condolances +condor +condors +conducteur +conducteurs +conductibilit +conductibilits +conductrice +conductrices +conduira +conduirai +conduiraient +conduirais +conduirait +conduiras +conduire +conduirez +conduiriez +conduirions +conduirons +conduiront +conduis +conduisaient +conduisais +conduisait +conduisant +conduisas +conduise +conduisent +conduises +conduisez +conduisiez +conduisions +conduisirent +conduisis +conduisisse +conduisissent +conduisisses +conduisissiez +conduisissions +conduisit +conduismes +conduist +conduistes +conduisons +conduit +conduite +conduites +conduits +confection +confectionna +confectionnai +confectionnaient +confectionnais +confectionnait +confectionnant +confectionnas +confectionnasse +confectionnassent +confectionnasses +confectionnassiez +confectionnassions +confectionnmes +confectionnt +confectionntes +confectionne +confectionnent +confectionner +confectionnera +confectionnerai +confectionneraient +confectionnerais +confectionnerait +confectionneras +confectionnerez +confectionneriez +confectionnerions +confectionnerons +confectionneront +confectionnes +confectionneur +confectionneurs +confectionneuse +confectionneuses +confectionnez +confectionn +confectionne +confectionnes +confectionns +confectionnrent +confectionniez +confectionnions +confectionnons +confections +confessa +confessai +confessaient +confessais +confessait +confessant +confessas +confessasse +confessassent +confessasses +confessassiez +confessassions +confessmes +confesst +confesstes +confesse +confessent +confesser +confessera +confesserai +confesseraient +confesserais +confesserait +confesseras +confesserez +confesseriez +confesserions +confesserons +confesseront +confesses +confesseur +confesseurs +confessez +confess +confesse +confesses +confesss +confessrent +confessiez +confession +confessional +confessionel +confessionelle +confessionelles +confessionels +confessionnaux +confessions +confessons +confdra +confdrai +confdraient +confdrais +confdrait +confdrant +confdras +confdrasse +confdrassent +confdrasses +confdrassiez +confdrassions +confdration +confdrations +confdrmes +confdrt +confdrtes +confdrer +confdrera +confdrerai +confdreraient +confdrerais +confdrerait +confdreras +confdrerez +confdreriez +confdrerions +confdrerons +confdreront +confdrez +confdr +confdre +confdres +confdrs +confdrrent +confdriez +confdrions +confdrons +confdre +confdrent +confdres +confra +confrai +confraient +confrais +confrait +confrant +confras +confrasse +confrassent +confrasses +confrassiez +confrassions +confrmes +confrt +confrtes +confrence +confrences +confrencier +confrenciers +confrencire +confrencires +confrer +confrera +confrerai +confreraient +confrerais +confrerait +confreras +confrerez +confreriez +confrerions +confrerons +confreront +confrez +confr +confre +confres +confrs +confrrent +confriez +confrions +confrons +confre +confrent +confres +confi +confia +confiai +confiaient +confiais +confiait +confiance +confiances +confiant +confiante +confiantes +confiants +confias +confiasse +confiassent +confiasses +confiassiez +confiassions +confimes +confit +confites +confidence +confidences +confident +confidente +confidentes +confidentialit +confidentiel +confidentielle +confidentiellement +confidentielles +confidentiels +confidents +confie +confient +confier +confiera +confierai +confieraient +confierais +confierait +confieras +confierez +confieriez +confierions +confierons +confieront +confies +confiez +confi +confie +confies +confis +confirent +config +configura +configurable +configurables +configurai +configuraient +configurais +configurait +configurant +configuras +configurasse +configurassent +configurasses +configurassiez +configurassions +configurateur +configurateurs +configuration +configurations +configurmes +configurt +configurtes +configure +configurent +configurer +configurera +configurerai +configureraient +configurerais +configurerait +configureras +configurerez +configureriez +configurerions +configurerons +configureront +configures +configurez +configur +configure +configures +configurs +configurrent +configuriez +configurions +configurons +confiiez +confiions +confina +confinai +confinaient +confinais +confinait +confinant +confinas +confinasse +confinassent +confinasses +confinassiez +confinassions +confinmes +confint +confintes +confine +confinent +confiner +confinera +confinerai +confineraient +confinerais +confinerait +confineras +confinerez +confineriez +confinerions +confinerons +confineront +confines +confinez +confin +confine +confines +confins +confinrent +confiniez +confinions +confinons +confins +confions +confira +confirai +confiraient +confirais +confirait +confiras +confire +confirez +confiriez +confirions +confirma +confirmai +confirmaient +confirmais +confirmait +confirmant +confirmas +confirmasse +confirmassent +confirmasses +confirmassiez +confirmassions +confirmation +confirmations +confirmmes +confirmt +confirmtes +confirme +confirment +confirmer +confirmera +confirmerai +confirmeraient +confirmerais +confirmerait +confirmeras +confirmerez +confirmeriez +confirmerions +confirmerons +confirmeront +confirmes +confirmez +confirm +confirme +confirmes +confirms +confirmrent +confirmiez +confirmions +confirmons +confirons +confiront +confis +confisaient +confisais +confisait +confisas +confiscation +confiscations +confisent +confiserie +confiseries +confiseur +confiseurs +confiseuse +confiseuses +confisez +confisiez +confisons +confisqua +confisquai +confisquaient +confisquais +confisquait +confisquant +confisquas +confisquasse +confisquassent +confisquasses +confisquassiez +confisquassions +confisqumes +confisqut +confisqutes +confisque +confisquent +confisquer +confisquera +confisquerai +confisqueraient +confisquerais +confisquerait +confisqueras +confisquerez +confisqueriez +confisquerions +confisquerons +confisqueront +confisques +confisquez +confisqu +confisque +confisques +confisqus +confisqurent +confisquiez +confisquions +confisquons +confisse +confissent +confisses +confissiez +confissions +confit +confite +confites +confits +confiture +confitures +conflagration +conflagrations +conflit +conflits +confluaient +confluant +confluassent +confluence +confluences +confluent +confluents +confluer +conflueront +conflu +conflue +conflues +conflus +conflurent +confond +confondaient +confondais +confondait +confondant +confonde +confondent +confondes +confondez +confondiez +confondions +confondons +confondra +confondrai +confondraient +confondrais +confondrait +confondras +confondre +confondrez +confondriez +confondrions +confondrons +confondront +confonds +confondu +confondue +confondues +confondurent +confondus +confondusse +confondussent +confondusses +confondussiez +confondussions +confondut +confondmes +confondt +confondtes +conforma +conformai +conformaient +conformais +conformait +conformant +conformas +conformasse +conformassent +conformasses +conformassiez +conformassions +conformation +conformations +conformmes +conformt +conformtes +conforme +conforment +conformer +conformera +conformerai +conformeraient +conformerais +conformerait +conformeras +conformerez +conformeriez +conformerions +conformerons +conformeront +conformes +conformez +conform +conforme +conformes +conformment +conforms +conformrent +conformiez +conformions +conformisme +conformiste +conformit +conformits +conformons +confort +conforta +confortable +confortablement +confortables +conforts +confrrie +confrries +confrre +confrres +confronta +confrontai +confrontaient +confrontais +confrontait +confrontant +confrontas +confrontasse +confrontassent +confrontasses +confrontassiez +confrontassions +confrontation +confrontations +confrontmes +confrontt +confronttes +confronte +confrontent +confronter +confrontera +confronterai +confronteraient +confronterais +confronterait +confronteras +confronterez +confronteriez +confronterions +confronterons +confronteront +confrontes +confrontez +confront +confronte +confrontes +confronts +confrontrent +confrontiez +confrontions +confrontons +confucianisme +confus +confuse +confuses +confusment +confusion +confusions +congela +congelai +congelaient +congelais +congelait +congelant +congelas +congelasse +congelassent +congelasses +congelassiez +congelassions +congelmes +congelt +congeltes +congeler +congelez +congel +congele +congeles +congels +congelrent +congeliez +congelions +congelons +congestion +congestionna +congestionnai +congestionnaient +congestionnais +congestionnait +congestionnant +congestionnas +congestionnasse +congestionnassent +congestionnasses +congestionnassiez +congestionnassions +congestionnmes +congestionnt +congestionntes +congestionne +congestionnent +congestionner +congestionnera +congestionnerai +congestionneraient +congestionnerais +congestionnerait +congestionneras +congestionnerez +congestionneriez +congestionnerions +congestionnerons +congestionneront +congestionnes +congestionnez +congestionn +congestionne +congestionnes +congestionns +congestionnrent +congestionniez +congestionnions +congestionnons +congestions +cong +congdia +congdiai +congdiaient +congdiais +congdiait +congdiant +congdias +congdiasse +congdiassent +congdiasses +congdiassiez +congdiassions +congdimes +congdit +congdites +congdie +congdiement +congdiements +congdient +congdier +congdiera +congdierai +congdieraient +congdierais +congdierait +congdieras +congdierez +congdieriez +congdierions +congdierons +congdieront +congdies +congdiez +congdi +congdie +congdies +congdirent +congdiiez +congdiions +congdions +conglateur +conglateurs +conglation +conglations +congnre +congnres +congnital +congnitale +congnitales +congnitaux +congs +congle +conglent +conglera +conglerai +congleraient +conglerais +conglerait +congleras +conglerez +congleriez +conglerions +conglerons +congleront +congles +congre +congres +conglomrat +conglomrats +congratula +congratulai +congratulaient +congratulais +congratulait +congratulant +congratulas +congratulasse +congratulassent +congratulasses +congratulassiez +congratulassions +congratulations +congratulmes +congratult +congratultes +congratule +congratulent +congratuler +congratulera +congratulerai +congratuleraient +congratulerais +congratulerait +congratuleras +congratulerez +congratuleriez +congratulerions +congratulerons +congratuleront +congratules +congratulez +congratul +congratule +congratules +congratuls +congratulrent +congratuliez +congratulions +congratulons +congre +congres +congressiste +congressistes +congrganiste +congrganistes +congrgation +congrgations +congrs +congru +congrue +congrues +congrus +conifre +conifres +conique +coniques +conjectura +conjecturai +conjecturaient +conjecturais +conjecturait +conjectural +conjecturale +conjecturalement +conjecturales +conjecturant +conjecturas +conjecturasse +conjecturassent +conjecturasses +conjecturassiez +conjecturassions +conjecturaux +conjecturmes +conjecturt +conjecturtes +conjecture +conjecturer +conjecturera +conjecturerai +conjectureraient +conjecturerais +conjecturerait +conjectureras +conjecturerez +conjectureriez +conjecturerions +conjecturerons +conjectureront +conjectures +conjecturez +conjectur +conjecture +conjectures +conjecturs +conjecturrent +conjecturiez +conjecturions +conjecturons +conjoint +conjointe +conjointement +conjointes +conjoints +conjonctif +conjonctifs +conjonction +conjonctions +conjonctive +conjonctives +conjonctivite +conjonctivites +conjoncture +conjonctures +conjugaison +conjugaisons +conjugal +conjugale +conjugalement +conjugales +conjugaux +conjugua +conjuguai +conjuguaient +conjuguais +conjuguait +conjuguant +conjuguas +conjuguasse +conjuguassent +conjuguasses +conjuguassiez +conjuguassions +conjugumes +conjugut +conjugutes +conjugue +conjuguent +conjuguer +conjuguera +conjuguerai +conjugueraient +conjuguerais +conjuguerait +conjugueras +conjuguerez +conjugueriez +conjuguerions +conjuguerons +conjugueront +conjugues +conjuguez +conjugu +conjugue +conjugues +conjugus +conjugurent +conjuguiez +conjuguions +conjuguons +conjura +conjurai +conjuraient +conjurais +conjurait +conjurant +conjuras +conjurasse +conjurassent +conjurasses +conjurassiez +conjurassions +conjuration +conjurations +conjurmes +conjurt +conjurtes +conjure +conjurent +conjurer +conjurera +conjurerai +conjureraient +conjurerais +conjurerait +conjureras +conjurerez +conjureriez +conjurerions +conjurerons +conjureront +conjures +conjurez +conjur +conjure +conjures +conjurs +conjurrent +conjuriez +conjurions +conjurons +connais +connaissaient +connaissais +connaissait +connaissance +connaissances +connaissant +connaisse +connaissement +connaissements +connaissent +connaisses +connaisseur +connaisseurs +connaisseuse +connaisseuses +connaissez +connaissiez +connaissions +connaissons +connait +connat +connatra +connatrai +connatraient +connatrais +connatrait +connatras +connatre +connatrez +connatriez +connatrions +connatrons +connatront +connecta +connectai +connectaient +connectais +connectait +connectant +connectas +connectasse +connectassent +connectasses +connectassiez +connectassions +connectmes +connectt +connecttes +connecte +connectent +connecter +connectera +connecterai +connecteraient +connecterais +connecterait +connecteras +connecterez +connecteriez +connecterions +connecterons +connecteront +connectes +connecteur +connecteurs +connectez +connect +connecte +connectes +connects +connectrent +connectiez +connections +connectivit +connectivits +connectons +connerie +conneries +connes +connexe +connexes +connexion +connexions +connivence +connivences +connu +connue +connues +connurent +connus +connusse +connussent +connusses +connussiez +connussions +connut +connmes +connt +conntes +conque +conquerra +conquerrai +conquerraient +conquerrais +conquerrait +conquerras +conquerrez +conquerriez +conquerrions +conquerrons +conquerront +conques +conquraient +conqurais +conqurait +conqurant +conqurante +conqurantes +conqurants +conqurez +conquriez +conqurions +conqurir +conqurons +conqute +conqutes +conquiers +conquiert +conquire +conquirent +conquires +conquirent +conquis +conquise +conquises +conquisse +conquissent +conquisses +conquissiez +conquissions +conquit +conqumes +conqut +conqutes +consacra +consacrai +consacraient +consacrais +consacrait +consacrant +consacras +consacrasse +consacrassent +consacrasses +consacrassiez +consacrassions +consacrmes +consacrt +consacrtes +consacre +consacrent +consacrer +consacrera +consacrerai +consacreraient +consacrerais +consacrerait +consacreras +consacrerez +consacreriez +consacrerions +consacrerons +consacreront +consacres +consacrez +consacr +consacre +consacres +consacrs +consacrrent +consacriez +consacrions +consacrons +consanguin +consanguine +consanguines +consanguinit +consanguinits +consanguins +consciemment +conscience +consciences +consciencieuse +consciencieusement +consciencieuses +consciencieux +conscient +consciente +conscientes +conscients +conscription +conscrit +conscrits +conseil +conseilla +conseillai +conseillaient +conseillais +conseillait +conseillant +conseillas +conseillasse +conseillassent +conseillasses +conseillassiez +conseillassions +conseillmes +conseillt +conseilltes +conseille +conseillent +conseiller +conseillera +conseillerai +conseilleraient +conseillerais +conseillerait +conseilleras +conseillerez +conseilleriez +conseillerions +conseillerons +conseilleront +conseillers +conseilles +conseilleur +conseilleurs +conseilleuse +conseilleuses +conseillez +conseill +conseille +conseilles +conseills +conseillre +conseillrent +conseillres +conseilliez +conseillions +conseillons +conseils +consens +consensus +consent +consentaient +consentais +consentait +consentant +consente +consentement +consentements +consentent +consentes +consentez +consenti +consentie +consenties +consentiez +consentions +consentir +consentira +consentirai +consentiraient +consentirais +consentirait +consentiras +consentirent +consentirez +consentiriez +consentirions +consentirons +consentiront +consentis +consentisse +consentissent +consentisses +consentissiez +consentissions +consentit +consentmes +consentt +consenttes +consentons +conserva +conservai +conservaient +conservais +conservait +conservant +conservas +conservasse +conservassent +conservasses +conservassiez +conservassions +conservateur +conservateurs +conservation +conservations +conservatisme +conservatoire +conservatoires +conservatrice +conservatrices +conservmes +conservt +conservtes +conserve +conservent +conserver +conservera +conserverai +conserveraient +conserverais +conserverait +conserveras +conserverez +conserverie +conserveries +conserveriez +conserverions +conserverons +conserveront +conserves +conservez +conserv +conserve +conserves +conservs +conservrent +conserviez +conservions +conservons +conscration +conscrations +conscutif +conscutifs +conscutive +conscutivement +conscutives +consquemment +consquence +consquences +consquent +consquente +consquentes +consquents +considra +considrable +considrablement +considrables +considraient +considrait +considrant +considration +considrations +considrer +considrez +considr +considre +considres +considrs +considrrent +considrons +considre +considrent +consigna +consignai +consignaient +consignais +consignait +consignant +consignas +consignasse +consignassent +consignasses +consignassiez +consignassions +consignation +consignations +consignmes +consignt +consigntes +consigne +consignent +consigner +consignera +consignerai +consigneraient +consignerais +consignerait +consigneras +consignerez +consigneriez +consignerions +consignerons +consigneront +consignes +consignez +consign +consigne +consignes +consigns +consignrent +consigniez +consignions +consignons +consista +consistai +consistaient +consistais +consistait +consistance +consistances +consistant +consistante +consistantes +consistants +consistas +consistasse +consistassent +consistasses +consistassiez +consistassions +consistmes +consistt +consisttes +consiste +consistent +consister +consistera +consisterai +consisteraient +consisterais +consisterait +consisteras +consisterez +consisteriez +consisterions +consisterons +consisteront +consistes +consistez +consist +consiste +consistes +consists +consistrent +consistiez +consistions +consistoire +consistoires +consistons +consola +consolai +consolaient +consolais +consolait +consolant +consolas +consolasse +consolassent +consolasses +consolassiez +consolassions +consolateur +consolateurs +consolation +consolations +consolatrice +consolatrices +consolmes +consolt +consoltes +console +consolent +consoler +consolera +consolerai +consoleraient +consolerais +consolerait +consoleras +consolerez +consoleriez +consolerions +consolerons +consoleront +consoles +consolez +consol +console +consoles +consols +consolrent +consolida +consolidai +consolidaient +consolidais +consolidait +consolidant +consolidas +consolidasse +consolidassent +consolidasses +consolidassiez +consolidassions +consolidation +consolidations +consolidmes +consolidt +consolidtes +consolide +consolident +consolider +consolidera +consoliderai +consolideraient +consoliderais +consoliderait +consolideras +consoliderez +consolideriez +consoliderions +consoliderons +consolideront +consolides +consolidez +consolid +consolide +consolides +consolids +consolidrent +consolidiez +consolidions +consolidons +consoliez +consolions +consolons +consomma +consommai +consommaient +consommais +consommait +consommant +consommas +consommasse +consommassent +consommasses +consommassiez +consommassions +consommateur +consommateurs +consommation +consommations +consommatrice +consommatrices +consommmes +consommt +consommtes +consomme +consomment +consommer +consommera +consommerai +consommeraient +consommerais +consommerait +consommeras +consommerez +consommeriez +consommerions +consommerons +consommeront +consommes +consommez +consomm +consomme +consommes +consomms +consommrent +consommiez +consommions +consommons +consonance +consonances +consonne +consonnes +consort +consorte +consortes +consortium +consortiums +consorts +conspira +conspirai +conspiraient +conspirais +conspirait +conspirant +conspiras +conspirasse +conspirassent +conspirasses +conspirassiez +conspirassions +conspirateur +conspirateurs +conspiration +conspirations +conspiratrice +conspiratrices +conspirmes +conspirt +conspirtes +conspire +conspirent +conspirer +conspirera +conspirerai +conspireraient +conspirerais +conspirerait +conspireras +conspirerez +conspireriez +conspirerions +conspirerons +conspireront +conspires +conspirez +conspir +conspire +conspires +conspirs +conspirrent +conspiriez +conspirions +conspirons +conspua +conspuai +conspuaient +conspuais +conspuait +conspuant +conspuas +conspuasse +conspuassent +conspuasses +conspuassiez +conspuassions +conspumes +consput +consputes +conspue +conspuent +conspuer +conspuera +conspuerai +conspueraient +conspuerais +conspuerait +conspueras +conspuerez +conspueriez +conspuerions +conspuerons +conspueront +conspues +conspuez +conspu +conspue +conspues +conspus +conspurent +conspuiez +conspuions +conspuons +constamment +constance +constant +constante +constantes +constants +constat +constata +constatai +constataient +constatais +constatait +constatant +constatas +constatasse +constatassent +constatasses +constatassiez +constatassions +constatation +constatations +constatmes +constatt +constattes +constate +constatent +constater +constatera +constaterai +constateraient +constaterais +constaterait +constateras +constaterez +constateriez +constaterions +constaterons +constateront +constates +constatez +constat +constate +constates +constats +constatrent +constatiez +constations +constatons +constats +constella +constellai +constellaient +constellais +constellait +constellant +constellas +constellasse +constellassent +constellasses +constellassiez +constellassions +constellation +constellations +constellmes +constellt +constelltes +constelle +constellent +consteller +constellera +constellerai +constelleraient +constellerais +constellerait +constelleras +constellerez +constelleriez +constellerions +constellerons +constelleront +constelles +constellez +constell +constelle +constelles +constells +constellrent +constelliez +constellions +constellons +consterna +consternai +consternaient +consternais +consternait +consternant +consternas +consternasse +consternassent +consternasses +consternassiez +consternassions +consternation +consternations +consternmes +consternt +consterntes +consterne +consternent +consterner +consternera +consternerai +consterneraient +consternerais +consternerait +consterneras +consternerez +consterneriez +consternerions +consternerons +consterneront +consternes +consternez +constern +consterne +consternes +consterns +consternrent +consterniez +consternions +consternons +constipa +constipai +constipaient +constipais +constipait +constipant +constipas +constipasse +constipassent +constipasses +constipassiez +constipassions +constipation +constipations +constipmes +constipt +constiptes +constipe +constipent +constiper +constipera +constiperai +constiperaient +constiperais +constiperait +constiperas +constiperez +constiperiez +constiperions +constiperons +constiperont +constipes +constipez +constip +constipe +constipes +constips +constiprent +constipiez +constipions +constipons +constitua +constituai +constituaient +constituais +constituait +constituant +constituante +constituants +constituas +constituasse +constituassent +constituasses +constituassiez +constituassions +constitumes +constitut +constitutes +constitue +constituent +constituer +constituera +constituerai +constitueraient +constituerais +constituerait +constitueras +constituerez +constitueriez +constituerions +constituerons +constitueront +constitues +constituez +constitu +constitue +constitues +constitus +constiturent +constituiez +constituions +constituons +constitutif +constitutifs +constitution +constitutionnel +constitutionnelle +constitutionnellement +constitutionnelles +constitutionnels +constitutions +constitutive +constitutives +constricteur +constricteurs +constructeur +constructeurs +constructible +constructibles +constructif +constructifs +construction +constructions +constructive +constructivement +constructives +constructrice +constructrices +construira +construirai +construiraient +construirais +construirait +construiras +construire +construirez +construiriez +construirions +construirons +construiront +construis +construisaient +construisais +construisait +construisant +construise +construisent +construises +construisez +construisiez +construisions +construisirent +construisis +construisit +construismes +construist +construistes +construisons +construisse +construissent +construisses +construissiez +construissions +construit +construite +construites +construits +consul +consulaire +consulaires +consulat +consulats +consuls +consulta +consultai +consultaient +consultais +consultait +consultant +consultante +consultantes +consultants +consultas +consultasse +consultassent +consultasses +consultassiez +consultassions +consultatif +consultatifs +consultation +consultations +consultative +consultatives +consultmes +consultt +consulttes +consulte +consultent +consulter +consultera +consulterai +consulteraient +consulterais +consulterait +consulteras +consulterez +consulteriez +consulterions +consulterons +consulteront +consultes +consultez +consult +consulte +consultes +consults +consultrent +consultiez +consultions +consultons +consuma +consumai +consumaient +consumais +consumait +consumant +consumas +consumasse +consumassent +consumasses +consumassiez +consumassions +consummes +consumt +consumtes +consume +consument +consumer +consumera +consumerai +consumeraient +consumerais +consumerait +consumeras +consumerez +consumeriez +consumerions +consumerons +consumeront +consumes +consumez +consum +consume +consumes +consums +consumrent +consumiez +consumions +consumons +conta +contact +contacta +contactai +contactaient +contactais +contactait +contactant +contactas +contactasse +contactassent +contactasses +contactassiez +contactassions +contactmes +contactt +contacttes +contacte +contactent +contacter +contactera +contacterai +contacteraient +contacterais +contacterait +contacteras +contacterez +contacteriez +contacterions +contacterons +contacteront +contactes +contactez +contact +contacte +contactes +contacts +contactrent +contactiez +contactions +contactons +contacts +contagieuse +contagieuses +contagieux +contagion +contagions +contai +contaient +container +containers +contais +contait +contamina +contaminai +contaminaient +contaminais +contaminait +contaminant +contaminas +contaminasse +contaminassent +contaminasses +contaminassiez +contaminassions +contamination +contaminations +contaminmes +contamint +contamintes +contamine +contaminent +contaminer +contaminera +contaminerai +contamineraient +contaminerais +contaminerait +contamineras +contaminerez +contamineriez +contaminerions +contaminerons +contamineront +contamines +contaminez +contamin +contamine +contamines +contamins +contaminrent +contaminiez +contaminions +contaminons +contant +contas +contasse +contassent +contasses +contassiez +contassions +contmes +contt +conttes +conte +contempla +contemplai +contemplaient +contemplais +contemplait +contemplant +contemplas +contemplasse +contemplassent +contemplasses +contemplassiez +contemplassions +contemplateur +contemplateurs +contemplatif +contemplatifs +contemplation +contemplations +contemplative +contemplatives +contemplatrice +contemplatrices +contemplmes +contemplt +contempltes +contemple +contemplent +contempler +contemplera +contemplerai +contempleraient +contemplerais +contemplerait +contempleras +contemplerez +contempleriez +contemplerions +contemplerons +contempleront +contemples +contemplez +contempl +contemple +contemples +contempls +contemplrent +contempliez +contemplions +contemplons +contemporain +contemporaine +contemporaines +contemporains +contempteur +contempteurs +contenaient +contenais +contenait +contenance +contenances +contenant +contenante +contenantes +contenants +contendra +contendrai +contendraient +contendrais +contendrait +contendras +contendrez +contendriez +contendrions +contendrons +contendront +conteneur +conteneurs +contenez +conteniez +contenions +contenir +contenons +content +contenta +contentai +contentaient +contentais +contentait +contentant +contentas +contentasse +contentassent +contentasses +contentassiez +contentassions +contentmes +contentt +contenttes +contente +contentement +contentements +contentent +contenter +contentera +contenterai +contenteraient +contenterais +contenterait +contenteras +contenterez +contenteriez +contenterions +contenterons +contenteront +contentes +contentez +content +contente +contentes +contents +contentrent +contentieuse +contentieuses +contentieux +contentiez +contention +contentions +contentons +contents +contenu +contenue +contenues +contenus +conter +contera +conterai +conteraient +conterais +conterait +conteras +conterez +conteriez +conterions +conterons +conteront +contes +contesta +contestai +contestaient +contestais +contestait +contestant +contestas +contestasse +contestassent +contestasses +contestassiez +contestassions +contestataire +contestataires +contestation +contestations +contestmes +contestt +contesttes +conteste +contestent +contester +contestera +contesterai +contesteraient +contesterais +contesterait +contesteras +contesterez +contesteriez +contesterions +contesterons +contesteront +contestes +contestez +contest +conteste +contestes +contests +contestrent +contestiez +contestions +contestons +conteur +conteurs +conteuse +conteuses +contexte +contextes +contexture +contextures +contez +cont +conte +contes +conts +contrent +contiendra +contiendraient +contiendrais +contiendrait +contiendront +contienne +contiennent +contiennes +contiens +contient +contiez +contigu +contigu +contigus +contigut +contiguts +contigus +continence +continent +continental +continentale +continentales +continentaux +continente +continentes +continents +contingences +contingent +contingenta +contingentai +contingentaient +contingentais +contingentait +contingentant +contingentas +contingentasse +contingentassent +contingentasses +contingentassiez +contingentassions +contingentmes +contingentt +contingenttes +contingente +contingentement +contingentements +contingentent +contingenter +contingentera +contingenterai +contingenteraient +contingenterais +contingenterait +contingenteras +contingenterez +contingenteriez +contingenterions +contingenterons +contingenteront +contingentes +contingentez +contingent +contingente +contingentes +contingents +contingentrent +contingentiez +contingentions +contingentons +contingents +continisse +continissent +continisses +continissiez +continissions +continrent +contins +contint +continu +continua +continuai +continuaient +continuais +continuait +continuant +continuas +continuasse +continuassent +continuasses +continuassiez +continuassions +continuateur +continuateurs +continuation +continuations +continuatrice +continuatrices +continumes +continut +continutes +continue +continuel +continuelle +continuellement +continuelles +continuels +continuent +continuer +continuera +continuerai +continueraient +continuerais +continuerait +continueras +continuerez +continueriez +continuerions +continuerons +continueront +continues +continuez +continu +continue +continues +continus +continurent +continuiez +continuions +continuit +continuits +continuons +continus +contions +contnmes +contnt +contntes +contondant +contondante +contondantes +contondants +contons +contorsion +contorsions +contour +contourna +contournai +contournaient +contournais +contournait +contournant +contournas +contournasse +contournassent +contournasses +contournassiez +contournassions +contournmes +contournt +contourntes +contourne +contournent +contourner +contournera +contournerai +contourneraient +contournerais +contournerait +contourneras +contournerez +contourneriez +contournerions +contournerons +contourneront +contournes +contournez +contourn +contourne +contournes +contourns +contournrent +contourniez +contournions +contournons +contours +contra +contraceptif +contraceptifs +contraception +contraceptions +contraceptive +contraceptives +contracta +contractai +contractaient +contractais +contractait +contractant +contractante +contractantes +contractants +contractas +contractasse +contractassent +contractasses +contractassiez +contractassions +contractmes +contractt +contracttes +contracte +contractent +contracter +contractera +contracterai +contracteraient +contracterais +contracterait +contracteras +contracterez +contracteriez +contracterions +contracterons +contracteront +contractes +contractez +contract +contracte +contractes +contracts +contractrent +contractiez +contractile +contractiles +contraction +contractions +contractons +contractuel +contractuelle +contractuelles +contractuels +contradicteur +contradicteurs +contradiction +contradictions +contradictoire +contradictoirement +contradictoires +contrai +contraient +contraignaient +contraignais +contraignait +contraignant +contraigne +contraignent +contraignes +contraignez +contraigniez +contraignions +contraignirent +contraignis +contraignisse +contraignissent +contraignisses +contraignissiez +contraignissions +contraignit +contraignmes +contraignt +contraigntes +contraignons +contraindra +contraindrai +contraindraient +contraindrais +contraindrait +contraindras +contraindre +contraindrez +contraindriez +contraindrions +contraindrons +contraindront +contrains +contraint +contrainte +contraintes +contraints +contraire +contrairement +contraires +contrais +contrait +contralto +contraltos +contrant +contraria +contrariai +contrariaient +contrariais +contrariait +contrariant +contrarias +contrariasse +contrariassent +contrariasses +contrariassiez +contrariassions +contrarimes +contrarit +contrarites +contrarie +contrarient +contrarier +contrariera +contrarierai +contrarieraient +contrarierais +contrarierait +contrarieras +contrarierez +contrarieriez +contrarierions +contrarierons +contrarieront +contraries +contrariez +contrari +contrarie +contraries +contraris +contrarit +contrarits +contrarirent +contrariiez +contrariions +contrarions +contras +contrasse +contrassent +contrasses +contrassiez +contrassions +contrasta +contrastai +contrastaient +contrastais +contrastait +contrastant +contrastas +contrastasse +contrastassent +contrastasses +contrastassiez +contrastassions +contrastmes +contrastt +contrasttes +contraste +contrastent +contraster +contrastera +contrasterai +contrasteraient +contrasterais +contrasterait +contrasteras +contrasterez +contrasteriez +contrasterions +contrasterons +contrasteront +contrastes +contrastez +contrast +contraste +contrastes +contrasts +contrastrent +contrastiez +contrastions +contrastons +contrat +contrats +contravention +contraventions +contrmes +contrt +contrtes +contre +contrebalance +contrebalancent +contrebalancer +contrebalancera +contrebalancerai +contrebalanceraient +contrebalancerais +contrebalancerait +contrebalanceras +contrebalancerez +contrebalanceriez +contrebalancerions +contrebalancerons +contrebalanceront +contrebalances +contrebalancez +contrebalanc +contrebalance +contrebalances +contrebalancs +contrebalancrent +contrebalanciez +contrebalancions +contrebalana +contrebalanai +contrebalanaient +contrebalanais +contrebalanait +contrebalanant +contrebalanas +contrebalanasse +contrebalanassent +contrebalanasses +contrebalanassiez +contrebalanassions +contrebalanmes +contrebalant +contrebalantes +contrebalanons +contrebande +contrebandier +contrebandiers +contrebandire +contrebandires +contrebas +contrebasse +contrebasses +contrecarra +contrecarrai +contrecarraient +contrecarrais +contrecarrait +contrecarrant +contrecarras +contrecarrasse +contrecarrassent +contrecarrasses +contrecarrassiez +contrecarrassions +contrecarrmes +contrecarrt +contrecarrtes +contrecarre +contrecarrent +contrecarrer +contrecarrera +contrecarrerai +contrecarreraient +contrecarrerais +contrecarrerait +contrecarreras +contrecarrerez +contrecarreriez +contrecarrerions +contrecarrerons +contrecarreront +contrecarres +contrecarrez +contrecarr +contrecarre +contrecarres +contrecarrs +contrecarrrent +contrecarriez +contrecarrions +contrecarrons +contrecoeur +contrecoup +contrecoups +contredira +contredirai +contrediraient +contredirais +contredirait +contrediras +contredire +contredirent +contredirez +contrediriez +contredirions +contredirons +contrediront +contredis +contredisaient +contredisais +contredisait +contredisant +contredise +contredisent +contredises +contredisez +contredisiez +contredisions +contredisons +contredisse +contredissent +contredisses +contredissiez +contredissions +contredit +contredite +contredites +contredits +contredmes +contredt +contredtes +contrefacteur +contrefacteurs +contrefaon +contrefaons +contrefaire +contrefais +contrefaisaient +contrefaisais +contrefaisait +contrefaisant +contrefaisez +contrefaisiez +contrefaisions +contrefaisons +contrefait +contrefaite +contrefaites +contrefaits +contrefasse +contrefassent +contrefasses +contrefassiez +contrefassions +contrefera +contreferai +contreferaient +contreferais +contreferait +contreferas +contreferez +contreferiez +contreferions +contreferons +contreferont +contrefirent +contrefis +contrefisse +contrefissent +contrefisses +contrefissiez +contrefissions +contrefit +contrefmes +contreft +contreftes +contrefont +contrefort +contreforts +contrematre +contrematres +contrematresse +contrematresses +contremarque +contremarques +contrent +contrepartie +contreparties +contrepoids +contrepoint +contrepoison +contrepoisons +contreprojet +contreprojets +contrer +contrera +contrerai +contreraient +contrerais +contrerait +contreras +contrerez +contreriez +contrerions +contrerons +contreront +contres +contrescarpe +contrescarpes +contresens +contresigna +contresignai +contresignaient +contresignais +contresignait +contresignant +contresignas +contresignasse +contresignassent +contresignasses +contresignassiez +contresignassions +contresignmes +contresignt +contresigntes +contresigne +contresignent +contresigner +contresignera +contresignerai +contresigneraient +contresignerais +contresignerait +contresigneras +contresignerez +contresigneriez +contresignerions +contresignerons +contresigneront +contresignes +contresignez +contresign +contresigne +contresignes +contresigns +contresignrent +contresigniez +contresignions +contresignons +contretemps +contretype +contretypes +contrevenaient +contrevenais +contrevenait +contrevenant +contrevenez +contreveniez +contrevenions +contrevenir +contrevenons +contrevent +contrevents +contrevenu +contrevenue +contrevenues +contrevenus +contrevrit +contrevrits +contreviendra +contreviendrai +contreviendraient +contreviendrais +contreviendrait +contreviendras +contreviendrez +contreviendriez +contreviendrions +contreviendrons +contreviendront +contrevienne +contreviennent +contreviennes +contreviens +contrevient +contrevinrent +contrevins +contrevinsse +contrevinssent +contrevinsses +contrevinssiez +contrevinssions +contrevint +contrevnmes +contrevnt +contrevntes +contrez +contr +contre +contres +contrs +contrrent +contribua +contribuable +contribuables +contribuai +contribuaient +contribuais +contribuait +contribuant +contribuas +contribuasse +contribuassent +contribuasses +contribuassiez +contribuassions +contribumes +contribut +contributes +contribue +contribuent +contribuer +contribuera +contribuerai +contribueraient +contribuerais +contribuerait +contribueras +contribuerez +contribueriez +contribuerions +contribuerons +contribueront +contribues +contribuez +contribu +contribue +contribues +contribus +contriburent +contribuiez +contribuions +contribuons +contribution +contributions +contriez +contrions +contrit +contrite +contrites +contrition +contritions +contrits +controns +contrordre +contrordres +controuv +controuve +controuves +controuvs +controverse +controverses +controvers +controverse +controverses +controverss +contrla +contrlai +contrlaient +contrlais +contrlait +contrlant +contrlas +contrlasse +contrlassent +contrlasses +contrlassiez +contrlassions +contrlmes +contrlt +contrltes +contrle +contrlent +contrler +contrlera +contrlerai +contrleraient +contrlerais +contrlerait +contrleras +contrlerez +contrleriez +contrlerions +contrlerons +contrleront +contrles +contrleur +contrleurs +contrleuse +contrleuses +contrlez +contrl +contrle +contrles +contrls +contrlrent +contrliez +contrlions +contrlons +contumace +contumaces +contusion +contusionna +contusionnai +contusionnaient +contusionnais +contusionnait +contusionnant +contusionnas +contusionnasse +contusionnassent +contusionnasses +contusionnassiez +contusionnassions +contusionnmes +contusionnt +contusionntes +contusionne +contusionnent +contusionner +contusionnera +contusionnerai +contusionneraient +contusionnerais +contusionnerait +contusionneras +contusionnerez +contusionneriez +contusionnerions +contusionnerons +contusionneront +contusionnes +contusionnez +contusionn +contusionne +contusionnes +contusionns +contusionnrent +contusionniez +contusionnions +contusionnons +contusions +convaincant +convaincante +convaincantes +convaincants +convaincra +convaincrai +convaincraient +convaincrais +convaincrait +convaincras +convaincre +convaincrez +convaincriez +convaincrions +convaincrons +convaincront +convaincs +convainct +convaincu +convaincue +convaincues +convaincus +convainquaient +convainquais +convainquait +convainquant +convainque +convainquent +convainques +convainquez +convainquiez +convainquions +convainquirent +convainquis +convainquisse +convainquissent +convainquisses +convainquissiez +convainquissions +convainquisst +convainquit +convainqumes +convainqutes +convainquons +convalescence +convalescences +convalescent +convalescente +convalescentes +convalescents +convecteur +convecteurs +convection +convenable +convenablement +convenables +convenaient +convenais +convenait +convenance +convenances +convenant +convenez +conveniez +convenions +convenir +convention +conventionnel +conventionnelle +conventionnelles +conventionnels +conventionn +conventionne +conventionnes +conventionns +conventions +conventuel +conventuelle +conventuelles +conventuels +convenu +convenue +convenues +convenus +converga +convergai +convergaient +convergais +convergait +convergas +convergasse +convergassent +convergasses +convergassiez +convergassions +convergmes +convergt +convergtes +converge +convergence +convergences +convergent +convergente +convergentes +convergents +converger +convergera +convergerai +convergeraient +convergerais +convergerait +convergeras +convergerez +convergeriez +convergerions +convergerons +convergeront +converges +convergez +converg +converge +converges +convergs +convergrent +convergiez +convergions +convergons +conversa +conversai +conversaient +conversais +conversait +conversant +conversas +conversasse +conversassent +conversasses +conversassiez +conversassions +conversation +conversations +conversmes +converst +converstes +converse +conversent +converser +conversera +converserai +converseraient +converserais +converserait +converseras +converserez +converseriez +converserions +converserons +converseront +converses +conversez +convers +converse +converses +converss +conversrent +conversiez +conversion +conversions +conversons +converti +convertibilit +convertibilits +convertible +convertibles +convertie +converties +convertir +convertira +convertirai +convertiraient +convertirais +convertirait +convertiras +convertirent +convertirez +convertiriez +convertirions +convertirons +convertiront +convertis +convertissaient +convertissais +convertissait +convertissant +convertisse +convertissent +convertisses +convertisseur +convertisseurs +convertissez +convertissiez +convertissions +convertissons +convertit +convertmes +convertt +converttes +convexe +convexes +convexit +convexits +convia +conviai +conviaient +conviais +conviait +conviant +convias +conviasse +conviassent +conviasses +conviassiez +conviassions +convimes +convit +convites +conviction +convictions +convie +conviendra +conviendrai +conviendraient +conviendrais +conviendrait +conviendras +conviendrez +conviendriez +conviendrions +conviendrons +conviendront +convienne +conviennent +conviennes +conviens +convient +convier +conviera +convierai +convieraient +convierais +convierait +convieras +convierez +convieriez +convierions +convierons +convieront +convies +conviez +convi +convie +convies +convis +convirent +conviiez +conviions +convins +convinsse +convinssent +convinsses +convinssiez +convint +convions +convirent +convive +convives +convivial +conviviale +conviviales +convivialit +convivialits +conviviaux +convnmes +convnt +convntes +convocation +convocations +convoi +convoie +convoient +convoiera +convoierai +convoieraient +convoierais +convoierait +convoieras +convoierez +convoieriez +convoierions +convoierons +convoieront +convoies +convois +convoita +convoitai +convoitaient +convoitais +convoitait +convoitant +convoitas +convoitasse +convoitassent +convoitasses +convoitassiez +convoitassions +convoitmes +convoitt +convoittes +convoite +convoitent +convoiter +convoitera +convoiterai +convoiteraient +convoiterais +convoiterait +convoiteras +convoiterez +convoiteriez +convoiterions +convoiterons +convoiteront +convoites +convoitez +convoit +convoite +convoites +convoits +convoitrent +convoitiez +convoitions +convoitise +convoitises +convoitons +convol +convola +convolai +convolaient +convolais +convolait +convolant +convolas +convolasse +convolassent +convolasses +convolassiez +convolassions +convolmes +convolt +convoltes +convole +convolent +convoler +convolera +convolerai +convoleraient +convolerais +convolerait +convoleras +convolerez +convoleriez +convolerions +convolerons +convoleront +convoles +convolez +convol +convole +convoles +convols +convolrent +convoliez +convolions +convolons +convoqua +convoquai +convoquaient +convoquais +convoquait +convoquant +convoquas +convoquasse +convoquassent +convoquasses +convoquassiez +convoquassions +convoqumes +convoqut +convoqutes +convoque +convoquent +convoquer +convoquera +convoquerai +convoqueraient +convoquerais +convoquerait +convoqueras +convoquerez +convoqueriez +convoquerions +convoquerons +convoqueront +convoques +convoquez +convoqu +convoque +convoques +convoqus +convoqurent +convoquiez +convoquions +convoquons +convoya +convoyai +convoyaient +convoyais +convoyait +convoyant +convoyas +convoyasse +convoyassent +convoyasses +convoyassiez +convoyassions +convoymes +convoyt +convoytes +convoyer +convoyeur +convoyeurs +convoyez +convoy +convoye +convoyes +convoys +convoyrent +convoyiez +convoyions +convoyons +convuls +convulse +convulses +convulss +convulsif +convulsifs +convulsion +convulsions +convulsive +convulsivement +convulsives +coopra +cooprai +coopraient +cooprais +cooprait +cooprant +cooprants +coopras +cooprasse +cooprassent +cooprasses +cooprassiez +cooprassions +cooprateur +cooprateurs +coopratif +coopratifs +coopration +cooprations +cooprative +coopratives +coopratrice +coopratrices +cooprmes +cooprt +cooprtes +cooprer +cooprera +cooprerai +coopreraient +cooprerais +cooprerait +coopreras +cooprerez +coopreriez +cooprerions +cooprerons +coopreront +cooprez +coopr +coopre +coopres +cooprs +cooprrent +coopriez +cooprions +cooprons +coopre +cooprent +coopres +coopts +coordination +coordinations +coordonna +coordonnai +coordonnaient +coordonnais +coordonnait +coordonnant +coordonnas +coordonnasse +coordonnassent +coordonnasses +coordonnassiez +coordonnassions +coordonnmes +coordonnt +coordonntes +coordonne +coordonnent +coordonner +coordonnera +coordonnerai +coordonneraient +coordonnerais +coordonnerait +coordonneras +coordonnerez +coordonneriez +coordonnerions +coordonnerons +coordonneront +coordonnes +coordonnez +coordonn +coordonne +coordonnes +coordonns +coordonnrent +coordonniez +coordonnions +coordonnons +copain +copains +copeau +copeaux +copia +copiai +copiaient +copiais +copiait +copiant +copias +copiasse +copiassent +copiasses +copiassiez +copiassions +copimes +copit +copites +copie +copient +copier +copiera +copierai +copieraient +copierais +copierait +copieras +copierez +copieriez +copierions +copierons +copieront +copies +copieur +copieurs +copieuse +copieusement +copieuses +copieux +copiez +copi +copie +copies +copis +copirent +copiiez +copiions +copine +copines +copions +copiste +copistes +copropritaire +copropritaires +coproprit +coproprits +copte +coptes +copulation +copulations +coq +coqs +coque +coquelicot +coquelicots +coqueluche +coqueluches +coques +coquet +coquetier +coquetiers +coquets +coquette +coquetterie +coquetteries +coquettes +coquillage +coquillages +coquille +coquilles +coquin +coquine +coquinerie +coquineries +coquines +coquins +cor +corail +corallien +corallienne +coralliennes +coralliens +coraux +corbeau +corbeaux +corbeille +corbeilles +corbillard +corbillards +corda +cordage +cordages +cordai +cordaient +cordais +cordait +cordant +cordas +cordasse +cordassent +cordasses +cordassiez +cordassions +cordmes +cordt +cordtes +corde +cordeau +cordeaux +cordelette +cordelettes +cordelire +cordelires +cordent +corder +cordera +corderai +corderaient +corderais +corderait +corderas +corderez +corderiez +corderions +corderons +corderont +cordes +cordez +cord +corde +cordes +cords +cordrent +cordial +cordiale +cordialement +cordiales +cordialit +cordialits +cordiaux +cordiez +cordions +cordon +cordonnerie +cordonneries +cordonnet +cordonnets +cordonnier +cordonniers +cordonnire +cordonnires +cordons +coreligionnaire +coreligionnaires +coriace +coriaces +coriandre +corinthe +corinthiens +cormoran +cormorans +corna +cornac +cornacs +cornai +cornaient +cornais +cornait +cornant +cornas +cornasse +cornassent +cornasses +cornassiez +cornassions +cornmes +cornt +corntes +corne +corned +corneille +corneilles +cornemuse +cornemuses +cornent +corner +cornera +cornerai +corneraient +cornerais +cornerait +corneras +cornerez +corneriez +cornerions +cornerons +corneront +corners +cornes +cornet +cornets +cornette +cornettes +cornez +corn +corne +cornes +cornlien +cornlienne +cornliennes +cornliens +corns +cornrent +corniche +corniches +cornichon +cornichons +corniez +cornions +cornons +cornouiller +cornouillers +cornue +cornues +corollaire +corollaires +corolle +corolles +coron +coronaire +coronaires +corons +corozo +corporatif +corporatifs +corporation +corporations +corporative +corporatives +corporel +corporelle +corporellement +corporelles +corporels +corps +corpulence +corpulent +corpulente +corpulentes +corpulents +corpusculaire +corpusculaires +corpuscule +corpuscules +correct +correcte +correctement +correctes +correcteur +correcteurs +correctif +correctifs +correction +correctionnel +correctionnelle +correctionnellement +correctionnelles +correctionnels +corrections +corrective +correctives +correctrice +correctrices +corrects +correspond +correspondaient +correspondais +correspondait +correspondance +correspondances +correspondant +correspondante +correspondantes +correspondants +corresponde +correspondent +correspondes +correspondez +correspondiez +correspondions +correspondirent +correspondis +correspondisse +correspondissent +correspondisses +correspondissiez +correspondissions +correspondit +correspondmes +correspondt +correspondtes +correspondons +correspondra +correspondrai +correspondraient +correspondrais +correspondrait +correspondras +correspondre +correspondrez +correspondriez +correspondrions +correspondrons +correspondront +corresponds +correspondu +correspondue +correspondues +correspondus +corrlatif +corrlatifs +corrlation +corrlations +corrlative +corrlativement +corrlatives +corrida +corridas +corridor +corridors +corrige +corrigea +corrigeai +corrigeaient +corrigeais +corrigeait +corrigeant +corrigeas +corrigeasse +corrigeassent +corrigeasses +corrigeassiez +corrigeassions +corrigemes +corriget +corrigetes +corrigent +corrigeons +corriger +corrigera +corrigerai +corrigeraient +corrigerais +corrigerait +corrigeras +corrigerez +corrigeriez +corrigerions +corrigerons +corrigeront +corriges +corrig +corrige +corriges +corrigs +corrigrent +corrigiez +corrigions +corrobora +corroborai +corroboraient +corroborais +corroborait +corroborant +corroboras +corroborasse +corroborassent +corroborasses +corroborassiez +corroborassions +corrobormes +corrobort +corrobortes +corrobore +corroborent +corroborer +corroborera +corroborerai +corroboreraient +corroborerais +corroborerait +corroboreras +corroborerez +corroboreriez +corroborerions +corroborerons +corroboreront +corrobores +corroborez +corrobor +corrobore +corrobores +corrobors +corroborrent +corroboriez +corroborions +corroborons +corroda +corrodaient +corrodait +corrodant +corrodasse +corrodassent +corrode +corrodent +corroder +corrodera +corroderaient +corroderait +corroderont +corrod +corrode +corrodes +corrods +corrodrent +corromp +corrompaient +corrompais +corrompait +corrompant +corrompas +corrompe +corrompent +corrompes +corrompez +corrompiez +corrompions +corrompirent +corrompis +corrompisse +corrompissent +corrompisses +corrompissiez +corrompissions +corrompit +corrompmes +corrompt +corromptes +corrompons +corrompra +corromprai +corrompraient +corromprais +corromprait +corrompras +corrompre +corromprez +corrompriez +corromprions +corromprons +corrompront +corromps +corrompt +corrompu +corrompue +corrompues +corrompus +corrosif +corrosifs +corrosion +corrosions +corrosive +corrosives +corroyeur +corroyeurs +corrupteur +corrupteurs +corruption +corruptions +corruptrice +corruptrices +cors +corsa +corsage +corsages +corsai +corsaient +corsaire +corsaires +corsais +corsait +corsant +corsas +corsasse +corsassent +corsasses +corsassiez +corsassions +corsmes +corst +corstes +corse +corselet +corselets +corsent +corser +corsera +corserai +corseraient +corserais +corserait +corseras +corserez +corseriez +corserions +corserons +corseront +corses +corset +corsets +corsez +cors +corse +corses +corss +corsrent +corsiez +corsions +corsons +cortge +cortges +corticode +corticodes +cortisone +corvette +corvettes +corve +corves +coryphe +coryphes +coryza +cosaque +cosaques +cosmtique +cosmtiques +cosmique +cosmiques +cosmogonie +cosmographe +cosmographes +cosmographie +cosmologie +cosmonaute +cosmonautes +cosmopolite +cosmopolites +cosmopolitisme +cosmos +cosse +cosses +cossu +cossue +cossues +cossus +costuma +costumai +costumaient +costumais +costumait +costumant +costumas +costumasse +costumassent +costumasses +costumassiez +costumassions +costummes +costumt +costumtes +costume +costument +costumer +costumera +costumerai +costumeraient +costumerais +costumerait +costumeras +costumerez +costumeriez +costumerions +costumerons +costumeront +costumes +costumez +costum +costume +costumes +costums +costumrent +costumier +costumiers +costumiez +costumire +costumires +costumions +costumons +cota +cotai +cotaient +cotais +cotait +cotant +cotas +cotasse +cotassent +cotasses +cotassiez +cotassions +cotation +cotations +cotmes +cott +cottes +cote +coteau +coteaux +cotent +coter +cotera +coterai +coteraient +coterais +coterait +coteras +coterez +coterie +coteries +coteriez +coterions +coterons +coteront +cotes +cotez +cot +cote +cotes +cots +cotrent +cothurne +cothurnes +cotiez +cotillon +cotillons +cotions +cotisa +cotisai +cotisaient +cotisais +cotisait +cotisant +cotisas +cotisasse +cotisassent +cotisasses +cotisassiez +cotisassions +cotisation +cotisations +cotismes +cotist +cotistes +cotise +cotisent +cotiser +cotisera +cotiserai +cotiseraient +cotiserais +cotiserait +cotiseras +cotiserez +cotiseriez +cotiserions +cotiserons +cotiseront +cotises +cotisez +cotis +cotise +cotises +cotiss +cotisrent +cotisiez +cotisions +cotisons +coton +cotonnade +cotonneuse +cotonneuses +cotonneux +cotonnier +cotonniers +cotonnire +cotonnires +cotons +cottage +cottages +cotte +cottes +cotyldon +cotyldons +cou +couac +couacs +couard +couarde +couardes +couardise +couardises +couards +coucha +couchage +couchages +couchai +couchaient +couchais +couchait +couchant +couchante +couchantes +couchants +couchas +couchasse +couchassent +couchasses +couchassiez +couchassions +couchmes +coucht +couchtes +couche +couchent +coucher +couchera +coucherai +coucheraient +coucherais +coucherait +coucheras +coucherez +coucheriez +coucherions +coucherons +coucheront +couches +couchette +couchettes +coucheur +coucheurs +coucheuse +coucheuses +couchez +couch +couche +couches +couchs +couchrent +couchiez +couchions +couchons +couci +coucou +coucous +coua +coud +couda +coudai +coudaient +coudais +coudait +coudant +coudas +coudasse +coudassent +coudasses +coudassiez +coudassions +coudmes +coudt +coudtes +coude +coudent +couder +coudera +couderai +couderaient +couderais +couderait +couderas +couderez +couderiez +couderions +couderons +couderont +coudes +coudez +coud +coude +coudes +couds +coudrent +coudiez +coudions +coudoie +coudoiement +coudoiements +coudoient +coudoiera +coudoierai +coudoieraient +coudoierais +coudoierait +coudoieras +coudoierez +coudoieriez +coudoierions +coudoierons +coudoieront +coudoies +coudons +coudoya +coudoyai +coudoyaient +coudoyais +coudoyait +coudoyant +coudoyas +coudoyasse +coudoyassent +coudoyasses +coudoyassiez +coudoyassions +coudoymes +coudoyt +coudoytes +coudoyer +coudoyez +coudoy +coudoye +coudoyes +coudoys +coudoyrent +coudoyiez +coudoyions +coudoyons +coudra +coudrai +coudraient +coudrais +coudrait +coudras +coudre +coudrez +coudrier +coudriers +coudriez +coudrions +coudrons +coudront +couds +couenne +couette +couettes +couffin +couffins +couina +couinai +couinaient +couinais +couinait +couinant +couinas +couinasse +couinassent +couinasses +couinassiez +couinassions +couinmes +couint +couintes +couine +couinent +couiner +couinera +couinerai +couineraient +couinerais +couinerait +couineras +couinerez +couineriez +couinerions +couinerons +couineront +couines +couinez +couin +couine +couines +couins +couinrent +couiniez +couinions +couinons +coula +coulage +coulages +coulai +coulaient +coulais +coulait +coulant +coulante +coulantes +coulants +coulas +coulasse +coulassent +coulasses +coulassiez +coulassions +coulmes +coult +coultes +coule +coulent +couler +coulera +coulerai +couleraient +coulerais +coulerait +couleras +coulerez +couleriez +coulerions +coulerons +couleront +coules +couleur +couleurs +couleuvre +couleuvres +coulez +coul +coule +coules +couls +coulrent +couliez +coulions +coulis +coulissa +coulissai +coulissaient +coulissais +coulissait +coulissant +coulissante +coulissantes +coulissants +coulissas +coulissasse +coulissassent +coulissasses +coulissassiez +coulissassions +coulissmes +coulisst +coulisstes +coulisse +coulisseau +coulisseaux +coulissent +coulisser +coulissera +coulisserai +coulisseraient +coulisserais +coulisserait +coulisseras +coulisserez +coulisseriez +coulisserions +coulisserons +coulisseront +coulisses +coulissez +couliss +coulisse +coulisses +coulisss +coulissrent +coulissiez +coulissions +coulissons +couloir +couloirs +coulomb +coulombs +coulons +coup +coupa +coupable +coupables +coupage +coupages +coupai +coupaient +coupais +coupait +coupant +coupas +coupasse +coupassent +coupasses +coupassiez +coupassions +coupmes +coupt +couptes +coupe +coupelle +coupelles +coupent +couper +coupera +couperai +couperaient +couperais +couperait +couperas +couperet +couperets +couperez +couperiez +couperions +couperons +couperont +couperose +couperos +couperose +couperoses +coupeross +coupes +coupeur +coupeurs +coupeuse +coupeuses +coupez +coup +coupe +coupes +coups +couprent +coupiez +coupions +coupla +couplage +couplages +couplai +couplaient +couplais +couplait +couplant +couplas +couplasse +couplassent +couplasses +couplassiez +couplassions +couplmes +couplt +coupltes +couple +couplent +coupler +couplera +couplerai +coupleraient +couplerais +couplerait +coupleras +couplerez +coupleriez +couplerions +couplerons +coupleront +couples +couplet +couplets +couplez +coupl +couple +couples +coupls +couplrent +coupliez +couplions +couplons +coupole +coupoles +coupon +coupons +coups +coupure +coupures +cour +courage +courages +courageuse +courageusement +courageuses +courageux +couraient +courais +courait +couramment +courant +courante +courantes +courants +courba +courbai +courbaient +courbais +courbait +courbant +courbas +courbasse +courbassent +courbasses +courbassiez +courbassions +courbatura +courbaturai +courbaturaient +courbaturais +courbaturait +courbaturant +courbaturas +courbaturasse +courbaturassent +courbaturasses +courbaturassiez +courbaturassions +courbaturmes +courbaturt +courbaturtes +courbature +courbaturent +courbaturer +courbaturera +courbaturerai +courbatureraient +courbaturerais +courbaturerait +courbatureras +courbaturerez +courbatureriez +courbaturerions +courbaturerons +courbatureront +courbatures +courbaturez +courbatur +courbature +courbatures +courbaturs +courbaturrent +courbaturiez +courbaturions +courbaturons +courbmes +courbt +courbtes +courbe +courbent +courber +courbera +courberai +courberaient +courberais +courberait +courberas +courberez +courberiez +courberions +courberons +courberont +courbes +courbette +courbettes +courbez +courb +courbe +courbes +courbs +courbrent +courbiez +courbions +courbons +courbure +courbures +coure +courent +coures +coureur +coureurs +coureuse +coureuses +courez +courge +courges +couriez +courions +courir +couronna +couronnai +couronnaient +couronnais +couronnait +couronnant +couronnas +couronnasse +couronnassent +couronnasses +couronnassiez +couronnassions +couronnmes +couronnt +couronntes +couronne +couronnement +couronnements +couronnent +couronner +couronnera +couronnerai +couronneraient +couronnerais +couronnerait +couronneras +couronnerez +couronneriez +couronnerions +couronnerons +couronneront +couronnes +couronnez +couronn +couronne +couronnes +couronns +couronnrent +couronniez +couronnions +couronnons +courons +courra +courrai +courraient +courrais +courrait +courras +courrez +courrier +courriers +courriez +courririste +courriristes +courrions +courroie +courroies +courrons +courront +courrouce +courroucent +courroucer +courroucera +courroucerai +courrouceraient +courroucerais +courroucerait +courrouceras +courroucerez +courrouceriez +courroucerions +courroucerons +courrouceront +courrouces +courroucez +courrouc +courrouce +courrouces +courroucs +courroucrent +courrouciez +courroucions +courroua +courrouai +courrouaient +courrouais +courrouait +courrouant +courrouas +courrouasse +courrouassent +courrouasses +courrouassiez +courrouassions +courroumes +courrout +courroutes +courrouons +courroux +cours +course +courses +coursier +coursiers +coursive +coursives +court +courtage +courtages +courtaud +courtaude +courtaudes +courtauds +courte +courtepointe +courtepointes +courtes +courtier +courtiers +courtire +courtires +courtilire +courtilires +courtisa +courtisai +courtisaient +courtisais +courtisait +courtisan +courtisane +courtisanes +courtisans +courtisant +courtisas +courtisasse +courtisassent +courtisasses +courtisassiez +courtisassions +courtismes +courtist +courtistes +courtise +courtisent +courtiser +courtisera +courtiserai +courtiseraient +courtiserais +courtiserait +courtiseras +courtiserez +courtiseriez +courtiserions +courtiserons +courtiseront +courtises +courtisez +courtis +courtise +courtises +courtiss +courtisrent +courtisiez +courtisions +courtisons +courtois +courtoise +courtoisement +courtoises +courtoisie +courtoisies +courts +couru +courue +courues +coururent +courus +courusse +courussent +courusses +courussiez +courussions +courut +courmes +court +courtes +cous +cousaient +cousais +cousait +cousant +couscous +couse +cousent +couses +cousez +cousiez +cousin +cousine +cousines +cousins +cousions +cousirent +cousis +cousisse +cousissent +cousisses +cousissiez +cousissions +cousit +cousmes +coust +coustes +cousons +coussin +coussinet +coussinets +coussins +cousu +cousue +cousues +cousus +couteau +couteaux +coutelas +coutellerie +coutelleries +coutil +coutume +coutumes +coutumier +coutumiers +coutumire +coutumires +couture +coutures +coutur +couture +coutures +couturs +couturier +couturiers +couturire +couturires +couva +couvai +couvaient +couvais +couvaison +couvaisons +couvait +couvant +couvas +couvasse +couvassent +couvasses +couvassiez +couvassions +couvmes +couvt +couvtes +couve +couvent +couvents +couver +couvera +couverai +couveraient +couverais +couverait +couveras +couvercle +couvercles +couveriez +couverions +couverons +couveront +couvert +couverte +couvertes +couverts +couverture +couvertures +couves +couveuse +couveuses +couvez +couv +couve +couves +couvs +couvrent +couviez +couvions +couvons +couvraient +couvrais +couvrait +couvrant +couvrants +couvre +couvrent +couvres +couvreur +couvreurs +couvrez +couvriez +couvrions +couvrir +couvrira +couvrirai +couvriraient +couvrirais +couvrirait +couvriras +couvrirent +couvrirez +couvririez +couvririons +couvrirons +couvriront +couvris +couvrisse +couvrissent +couvrisses +couvrissiez +couvrissions +couvrit +couvrmes +couvrt +couvrtes +couvrons +cot +cota +cotaient +cotait +cotant +cotassent +cott +cote +cotent +coter +cotera +coteraient +coterait +coteront +coteuse +coteusement +coteuses +coteux +cot +cote +cotes +cots +cotrent +cots +cow +coxalgie +clon +clons +cne +cnes +cte +ctelette +ctelettes +ctel +ctele +cteles +ctels +ctes +ct +cts +ctier +ctiers +ctire +ctires +ctoie +ctoient +ctoiera +ctoierai +ctoieraient +ctoierais +ctoierait +ctoieras +ctoierez +ctoieriez +ctoierions +ctoierons +ctoieront +ctoies +ctoya +ctoyai +ctoyaient +ctoyais +ctoyait +ctoyant +ctoyas +ctoyasse +ctoyassent +ctoyasses +ctoyassiez +ctoyassions +ctoymes +ctoyt +ctoytes +ctoyez +ctoy +ctoye +ctoyes +ctoys +ctoyrent +ctoyiez +ctoyions +ctoyons +crabe +crabes +crac +cracha +crachai +crachaient +crachais +crachait +crachant +crachas +crachasse +crachassent +crachasses +crachassiez +crachassions +crachat +crachmes +cracht +crachtes +crache +crachement +crachements +crachent +cracher +crachera +cracherai +cracheraient +cracherais +cracherait +cracheras +cracherez +cracheriez +cracherions +cracherons +cracheront +craches +crachez +crach +crache +craches +crachs +crachrent +crachiez +crachions +crachoir +crachoirs +crachons +crachota +crachotai +crachotaient +crachotais +crachotait +crachotant +crachotas +crachotasse +crachotassent +crachotasses +crachotassiez +crachotassions +crachotmes +crachott +crachottes +crachote +crachotent +crachoter +crachotera +crachoterai +crachoteraient +crachoterais +crachoterait +crachoteras +crachoterez +crachoteriez +crachoterions +crachoterons +crachoteront +crachotes +crachotez +crachot +crachote +crachotes +crachots +crachotrent +crachotiez +crachotions +crachotons +cracking +crackings +craie +craignaient +craignais +craignait +craignant +craigne +craignent +craignes +craignez +craigniez +craignions +craignirent +craignis +craignisse +craignissent +craignisses +craignissiez +craignissions +craignit +craignmes +craignt +craigntes +craignons +craindra +craindrai +craindraient +craindrais +craindrait +craindras +craindre +craindrez +craindriez +craindrions +craindrons +craindront +crains +craint +crainte +craintes +craintif +craintifs +craintive +craintivement +craintives +craints +cramoisi +cramoisie +cramoisies +cramoisis +crampe +crampes +crampon +cramponna +cramponnai +cramponnaient +cramponnais +cramponnait +cramponnant +cramponnas +cramponnasse +cramponnassent +cramponnasses +cramponnassiez +cramponnassions +cramponnmes +cramponnt +cramponntes +cramponne +cramponnent +cramponner +cramponnera +cramponnerai +cramponneraient +cramponnerais +cramponnerait +cramponneras +cramponnerez +cramponneriez +cramponnerions +cramponnerons +cramponneront +cramponnes +cramponnez +cramponn +cramponne +cramponnes +cramponns +cramponnrent +cramponniez +cramponnions +cramponnons +crampons +cran +crans +crapaud +crapauds +crapule +crapules +crapuleuse +crapuleusement +crapuleuses +crapuleux +craqua +craquage +craquages +craquai +craquaient +craquais +craquait +craquant +craquas +craquasse +craquassent +craquasses +craquassiez +craquassions +craqumes +craqut +craqutes +craque +craquela +craquelai +craquelaient +craquelais +craquelait +craquelant +craquelas +craquelasse +craquelassent +craquelasses +craquelassiez +craquelassions +craquelmes +craquelt +craqueltes +craqueler +craquelez +craquel +craquele +craqueles +craquels +craquelrent +craqueliez +craquelions +craquelle +craquellent +craquellera +craquellerai +craquelleraient +craquellerais +craquellerait +craquelleras +craquellerez +craquelleriez +craquellerions +craquellerons +craquelleront +craquelles +craquelons +craquelure +craquelures +craquement +craquements +craquent +craquer +craquera +craquerai +craqueraient +craquerais +craquerait +craqueras +craquerez +craqueriez +craquerions +craquerons +craqueront +craques +craquez +craqu +craque +craques +craqus +craqurent +craquiez +craquions +craquons +crasse +crasses +crasseuse +crasseuses +crasseux +cratre +cratres +cravacha +cravachai +cravachaient +cravachais +cravachait +cravachant +cravachas +cravachasse +cravachassent +cravachasses +cravachassiez +cravachassions +cravachmes +cravacht +cravachtes +cravache +cravachent +cravacher +cravachera +cravacherai +cravacheraient +cravacherais +cravacherait +cravacheras +cravacherez +cravacheriez +cravacherions +cravacherons +cravacheront +cravaches +cravachez +cravach +cravache +cravaches +cravachs +cravachrent +cravachiez +cravachions +cravachons +cravata +cravatai +cravataient +cravatais +cravatait +cravatant +cravatas +cravatasse +cravatassent +cravatasses +cravatassiez +cravatassions +cravatmes +cravatt +cravattes +cravate +cravatent +cravater +cravatera +cravaterai +cravateraient +cravaterais +cravaterait +cravateras +cravaterez +cravateriez +cravaterions +cravaterons +cravateront +cravates +cravatez +cravat +cravate +cravates +cravats +cravatrent +cravatiez +cravations +cravatons +crawl +crayeuse +crayeuses +crayeux +crayon +crayonna +crayonnai +crayonnaient +crayonnais +crayonnait +crayonnant +crayonnas +crayonnasse +crayonnassent +crayonnasses +crayonnassiez +crayonnassions +crayonnmes +crayonnt +crayonntes +crayonne +crayonnent +crayonner +crayonnera +crayonnerai +crayonneraient +crayonnerais +crayonnerait +crayonneras +crayonnerez +crayonneriez +crayonnerions +crayonnerons +crayonneront +crayonnes +crayonnez +crayonn +crayonne +crayonnes +crayonns +crayonnrent +crayonniez +crayonnions +crayonnons +crayons +crna +crnai +crnaient +crnais +crnait +crnant +crnas +crnasse +crnassent +crnasses +crnassiez +crnassions +crnmes +crnt +crntes +crne +crnement +crnent +crner +crnera +crnerai +crneraient +crnerais +crnerait +crneras +crnerez +crnerie +crneries +crneriez +crnerions +crnerons +crneront +crnes +crneur +crneurs +crneuse +crneuses +crnez +crn +crne +crnes +crnrent +crnien +crnienne +crniennes +crniens +crniez +crnions +crnons +cresson +cressonnire +cressonnires +cretonne +cretonnes +creusa +creusage +creusages +creusai +creusaient +creusais +creusait +creusant +creusas +creusasse +creusassent +creusasses +creusassiez +creusassions +creusmes +creust +creuste +creuse +creusement +creusements +creusent +creuser +creusera +creuserai +creuseraient +creuserais +creuserait +creuseras +creuserez +creuseriez +creuserions +creuserons +creuseront +creuses +creuset +creusets +creusez +creus +creuse +creuses +creuss +creusrent +creusiez +creusions +creusons +creux +creva +crevai +crevaient +crevais +crevaison +crevaisons +crevait +crevant +crevas +crevasse +crevassent +crevasses +crevassiez +crevassions +crevmes +crevt +crevtes +creve +crevent +crever +crevera +creverai +creveraient +creverais +creverait +creveras +creverez +creveriez +creverions +creverons +creveront +creves +crevette +crevettes +crevez +crev +creve +creves +crevs +crevrent +creviez +crevions +crevons +cra +crai +craient +crais +crait +crance +crances +crancier +cranciers +crancire +crancires +crant +cras +crasse +crassent +crasses +crassiez +crassions +crateur +crateurs +cratif +cratifs +cration +crations +crative +cratives +crativit +crativits +cratrice +cratrices +crature +cratures +crmes +crt +crtes +crcelle +crcelles +crcerelle +crcerelles +crdance +crdances +crdibilit +crdibilits +crdit +crdita +crditai +crditaient +crditais +crditait +crditant +crditas +crditasse +crditassent +crditassiez +crditassions +crditmes +crditt +crdittes +crdite +crditent +crditer +crditera +crditerai +crditeraient +crditerais +crditerait +crditeras +crditerez +crditeriez +crditerions +crditerons +crditeront +crdites +crditeur +crditeurs +crditez +crdit +crdite +crdites +crdits +crditrent +crditiez +crditions +crditons +crdits +crdule +crdules +crdulit +crdulits +cre +crent +crer +crera +crerai +creraient +crerais +crerait +creras +crerez +creriez +crerions +crerons +creront +cres +crez +cr +cre +cres +crs +crrent +criez +crions +crmaillre +crmaillres +crmation +crmations +crmatoire +crmatoires +crmerie +crmeries +crmeuse +crmeuses +crmeux +crmier +crmiers +crmire +crmires +crmone +crmones +crneau +crneaux +crnela +crnelai +crnelaient +crnelais +crnelait +crnelant +crnelas +crnelasse +crnelassent +crnelasses +crnelassiez +crnelassions +crnelmes +crnelt +crneltes +crneler +crnelez +crnel +crnele +crneles +crnels +crnelrent +crneliez +crnelions +crnelle +crnellent +crnellera +crnellerai +crnelleraient +crnellerais +crnellerait +crnelleras +crnellerez +crnelleriez +crnellerions +crnellerons +crnelleront +crnelles +crnelons +crole +croles +crons +crosote +crpel +crpele +crpeles +crpels +crpelu +crpelue +crpelues +crpelus +crpi +crpie +crpies +crpine +crpines +crpir +crpira +crpirai +crpiraient +crpirais +crpirait +crpiras +crpirent +crpirez +crpiriez +crpirions +crpirons +crpiront +crpis +crpissage +crpissages +crpissaient +crpissais +crpissait +crpissant +crpisse +crpissent +crpisses +crpissez +crpissiez +crpissions +crpissons +crpissont +crpit +crpita +crpitai +crpitaient +crpitais +crpitait +crpitant +crpitas +crpitasse +crpitassent +crpitassiez +crpitassions +crpitmes +crpitt +crpittes +crpite +crpitement +crpitements +crpitent +crpiter +crpitera +crpiterai +crpiteraient +crpiterais +crpiterait +crpiteras +crpiterez +crpiteriez +crpiterions +crpiterons +crpiteront +crpites +crpitez +crpit +crpite +crpites +crpits +crpitrent +crpitiez +crpitions +crpitons +crpmes +crpt +crptes +crpu +crpue +crpues +crpus +crpusculaire +crpusculaires +crpuscule +crpuscules +crsyl +crtin +crtine +crtines +crtinisme +crtins +crche +crches +crme +crmes +crve +crves +crche +crches +crpa +crpage +crpages +crpai +crpaient +crpais +crpait +crpant +crpas +crpasse +crpassent +crpasses +crpassiez +crpassions +crpmes +crpt +crptes +crpe +crpent +crper +crpera +crperai +crperaient +crperais +crperait +crperas +crperez +crperiez +crperions +crperons +crperont +crpes +crpez +crp +crpe +crpes +crps +crprent +crpiez +crpions +crpons +crte +crtes +cri +cria +criai +criaient +criailla +criaillai +criaillaient +criaillais +criaillait +criaillant +criaillas +criaillasse +criaillassent +criaillasses +criaillassiez +criaillassions +criaillmes +criaillt +criailltes +criaille +criaillent +criailler +criaillera +criaillerai +criailleraient +criaillerais +criaillerait +criailleras +criaillerez +criaillerie +criailleries +criailleriez +criaillerions +criaillerons +criailleront +criailles +criaillez +criaill +criaille +criailles +criaills +criaillrent +criailliez +criaillions +criaillons +criais +criait +criant +criard +criarde +criardes +criards +crias +criasse +criassent +criasses +criassiez +criassions +crimes +crit +crites +cribla +criblage +criblages +criblai +criblaient +criblais +criblait +criblant +criblas +criblasse +criblassent +criblasses +criblassiez +criblassions +criblmes +criblt +cribltes +crible +criblent +cribler +criblera +criblerai +cribleraient +criblerais +criblerait +cribleras +criblerez +cribleriez +criblerions +criblerons +cribleront +cribles +criblez +cribl +crible +cribles +cribls +criblrent +cribliez +criblions +criblons +cric +cricket +cricri +cricris +crics +crie +crient +crier +criera +crierai +crieraient +crierais +crierait +crieras +crierez +crieriez +crierions +crierons +crieront +cries +crieur +crieurs +crieuse +crieuses +criez +cri +crie +cries +cris +crirent +criiez +criions +crime +crimes +criminalit +criminalits +criminel +criminelle +criminellement +criminelles +criminels +crin +crincrin +crincrins +crinire +crinires +crinoline +crinolines +crins +crions +crique +criques +criquet +criquets +cris +crise +crises +crispa +crispai +crispaient +crispais +crispait +crispant +crispas +crispasse +crispassent +crispasses +crispassiez +crispassions +crispation +crispations +crispmes +crispt +crisptes +crispe +crispent +crisper +crispera +crisperai +crisperaient +crisperais +crisperait +crisperas +crisperez +crisperiez +crisperions +crisperons +crisperont +crispes +crispez +crisp +crispe +crispes +crisps +crisprent +crispiez +crispions +crispons +crissa +crissai +crissaient +crissais +crissait +crissant +crissas +crissasse +crissassent +crissassiez +crissassions +crissmes +crisst +crisstes +crisse +crissement +crissements +crissent +crisser +crissera +crisserai +crisseraient +crisserais +crisserait +crisseras +crisserez +crisseriez +crisserions +crisserons +crisseront +crisses +crissez +criss +crisse +crisses +crisss +crissrent +crissiez +crissions +crissons +cristal +cristallerie +cristalleries +cristallin +cristalline +cristallines +cristallins +cristallisa +cristallisable +cristallisables +cristallisaient +cristallisait +cristallisant +cristallisasse +cristallisassent +cristallisation +cristallisations +cristallist +cristallise +cristallisent +cristalliser +cristallisera +cristalliseraient +cristalliserait +cristalliseront +cristallis +cristallise +cristallises +cristalliss +cristallisrent +cristallographie +cristaux +critre +critres +critiqua +critiquable +critiquables +critiquai +critiquaient +critiquais +critiquait +critiquant +critiquas +critiquasse +critiquassent +critiquasses +critiquassiez +critiquassions +critiqumes +critiqut +critiqutes +critique +critiquent +critiquer +critiquera +critiquerai +critiqueraient +critiquerais +critiquerait +critiqueras +critiquerez +critiqueriez +critiquerions +critiquerons +critiqueront +critiques +critiquez +critiqu +critique +critiques +critiqus +critiqurent +critiquiez +critiquions +critiquons +croassa +croassaient +croassait +croassant +croassasse +croassassent +croasst +croasse +croassement +croassements +croassent +croasser +croassera +croasseraient +croasserait +croasseront +croass +croasse +croasses +croasss +croassrent +croate +croates +croatie +croc +croche +croches +crochet +crocheta +crochetai +crochetaient +crochetais +crochetait +crochetant +crochetas +crochetasse +crochetassent +crochetasses +crochetassiez +crochetassions +crochetmes +crochett +crochettes +crocheter +crochetez +crochet +crochete +crochetes +crochets +crochetrent +crochetiez +crochetions +crochetons +crochets +crochette +crochettent +crochettera +crochetterai +crochetteraient +crochetterais +crochetterait +crochetteras +crochetterez +crochetteriez +crochetterions +crochetterons +crochetteront +crochettes +crochu +crochue +crochues +crochus +crocodile +crocodiles +crocs +crocus +croie +croient +croies +croira +croirai +croiraient +croirais +croirait +croiras +croire +croirez +croiriez +croirions +croirons +croiront +crois +croisa +croisade +croisades +croisai +croisaient +croisais +croisait +croisant +croisas +croisasse +croisassent +croisasses +croisassiez +croisassions +croismes +croist +croistes +croise +croisement +croisements +croisent +croiser +croisera +croiserai +croiseraient +croiserais +croiserait +croiseras +croiserez +croiseriez +croiserions +croiserons +croiseront +croises +croiseur +croiseurs +croisez +crois +croise +croises +croiss +croisrent +croisiez +croisire +croisires +croisillon +croisillons +croisions +croisons +croissaient +croissais +croissait +croissance +croissances +croissant +croissante +croissantes +croissants +croisse +croissent +croisses +croissez +croissiez +croissions +croissons +croit +croix +crot +crotra +crotrai +crotraient +crotrais +crotrait +crotras +crotre +crotrez +crotriez +crotrions +crotrons +crotront +cromlech +cromlechs +croqua +croquai +croquaient +croquais +croquait +croquant +croquants +croquas +croquasse +croquassent +croquasses +croquassiez +croquassions +croqumes +croqut +croqutes +croque +croquent +croquer +croquera +croquerai +croqueraient +croquerais +croquerait +croqueras +croquerez +croqueriez +croquerions +croquerons +croqueront +croques +croquet +croquette +croquettes +croquez +croqu +croque +croques +croqus +croqurent +croquiez +croquions +croquis +croquons +crosne +crosnes +crosse +crosses +crotte +crottes +crott +crotte +crottes +crotts +crottin +crottins +croula +croulai +croulaient +croulais +croulait +croulant +croulas +croulasse +croulassent +croulasses +croulassiez +croulassions +croulmes +croult +croultes +croule +croulent +crouler +croulera +croulerai +crouleraient +croulerais +croulerait +crouleras +croulerez +crouleriez +croulerions +croulerons +crouleront +croules +croulez +croul +croule +croules +crouls +croulrent +crouliez +croulions +croulons +croup maladie +croupe +croupes +croupetons +croupi +croupie +croupier +croupiers +croupies +croupion +croupions +croupir +croupira +croupirai +croupiraient +croupirais +croupirait +croupiras +croupirent +croupirez +croupiriez +croupirions +croupirons +croupiront +croupis +croupissaient +croupissais +croupissait +croupissant +croupissante +croupissantes +croupissants +croupisse +croupissent +croupisses +croupissez +croupissiez +croupissions +croupissons +croupit +croupmes +croupt +crouptes +croustade +croustades +croustilla +croustillai +croustillaient +croustillais +croustillait +croustillant +croustillante +croustillantes +croustillants +croustillas +croustillasse +croustillassent +croustillasses +croustillassiez +croustillassions +croustillmes +croustillt +croustilltes +croustille +croustillent +croustiller +croustillera +croustillerai +croustilleraient +croustillerais +croustillerait +croustilleras +croustillerez +croustilleriez +croustillerions +croustillerons +croustilleront +croustilles +croustillez +croustill +croustille +croustilles +croustills +croustillrent +croustilliez +croustillions +croustillons +crote +crotes +croton +crotons +croyaient +croyais +croyait +croyance +croyances +croyant +croyante +croyantes +croyants +croyez +croyiez +croyions +croyons +cru +cruaut +cruauts +cruche +cruches +cruchon +cruchons +crucial +cruciale +cruciales +cruciaux +crucifres +crucifia +crucifiai +crucifiaient +crucifiais +crucifiait +crucifiant +crucifias +crucifiasse +crucifiassent +crucifiasses +crucifiassiez +crucifiassions +crucifimes +crucifit +crucifites +crucifie +crucifiement +crucifient +crucifier +crucifiera +crucifierai +crucifieraient +crucifierais +crucifierait +crucifieras +crucifierez +crucifieriez +crucifierions +crucifierons +crucifieront +crucifies +crucifiez +crucifi +crucifie +crucifies +crucifis +crucifirent +crucifiiez +crucifiions +crucifions +crucifix +crucifixion +crucifixions +crudit +crudits +crue +cruel +cruelle +cruellement +cruelles +cruels +crues +crurent +crus +crusse +crussent +crusses +crussiez +crussions +crustacs +crut +cr +cre +cres +crment +crmes +crrent +crs +crsse +crssent +crsses +crssiez +crssions +crt +crtes +cryptage +cryptages +cryptant +crypte +crypter +cryptes +crypt +crypte +cryptes +crypts +cryptogame +cryptogames +cryptogramme +cryptogrammes +cryptographie +cu +cub +cuba +cubage +cubages +cubai +cubaient +cubais +cubait +cubant +cubas +cubasse +cubassent +cubasses +cubassiez +cubassions +cubmes +cubt +cubtes +cube +cubent +cuber +cubera +cuberai +cuberaient +cuberais +cuberait +cuberas +cuberez +cuberiez +cuberions +cuberons +cuberont +cubes +cubez +cub +cube +cubes +cubs +cubrent +cubiez +cubions +cubique +cubiques +cubisme +cubitus +cubons +cubs +cueillaient +cueillais +cueillait +cueillant +cueille +cueillent +cueillera +cueillerai +cueilleraient +cueillerais +cueillerait +cueilleras +cueillerez +cueilleriez +cueillerions +cueillerons +cueilleront +cueilles +cueillette +cueillettes +cueillez +cueilli +cueillie +cueillies +cueilliez +cueillions +cueillir +cueillirent +cueillis +cueillisse +cueillissent +cueillisses +cueillissiez +cueillissions +cueillit +cueillmes +cueillt +cueilltes +cueillons +cui +cuiller +cuillere +cuilleres +cuillers +cuillre +cuillres +cuir +cuira +cuirai +cuiraient +cuirais +cuirait +cuiras +cuirassa +cuirassai +cuirassaient +cuirassais +cuirassait +cuirassant +cuirassas +cuirassasse +cuirassassent +cuirassasses +cuirassassiez +cuirassassions +cuirassmes +cuirasst +cuirasstes +cuirasse +cuirassement +cuirassements +cuirassent +cuirasser +cuirassera +cuirasserai +cuirasseraient +cuirasserais +cuirasserait +cuirasseras +cuirasserez +cuirasseriez +cuirasserions +cuirasserons +cuirasseront +cuirasses +cuirassez +cuirass +cuirasse +cuirasses +cuirasss +cuirassrent +cuirassier +cuirassiers +cuirassions +cuirassons +cuire +cuirez +cuiriez +cuirions +cuirons +cuiront +cuirs +cuis +cuisaient +cuisais +cuisait +cuisant +cuisante +cuisantes +cuisants +cuise +cuisent +cuises +cuisez +cuisiez +cuisina +cuisinai +cuisinaient +cuisinais +cuisinait +cuisinant +cuisinas +cuisinasse +cuisinassent +cuisinasses +cuisinassiez +cuisinassions +cuisinmes +cuisint +cuisintes +cuisine +cuisinent +cuisiner +cuisinera +cuisinerai +cuisineraient +cuisinerais +cuisinerait +cuisineras +cuisinerez +cuisineriez +cuisinerions +cuisinerons +cuisineront +cuisines +cuisinez +cuisin +cuisine +cuisines +cuisins +cuisinrent +cuisinier +cuisiniers +cuisiniez +cuisinire +cuisinires +cuisinions +cuisinons +cuisions +cuisirent +cuisis +cuisisse +cuisissent +cuisisses +cuisissiez +cuisissions +cuisit +cuismes +cuist +cuistes +cuisons +cuisse +cuisseau +cuisseaux +cuisses +cuisson +cuissons +cuissot +cuissots +cuistre +cuistrerie +cuistreries +cuistres +cuit +cuite +cuites +cuits +cuivra +cuivrage +cuivrages +cuivrai +cuivraient +cuivrais +cuivrait +cuivrant +cuivras +cuivrasse +cuivrassent +cuivrasses +cuivrassiez +cuivrassions +cuivrmes +cuivrt +cuivrtes +cuivre +cuivrent +cuivrer +cuivrera +cuivrerai +cuivreraient +cuivrerais +cuivrerait +cuivreras +cuivrerez +cuivreriez +cuivrerions +cuivrerons +cuivreront +cuivres +cuivrez +cuivr +cuivre +cuivres +cuivrs +cuivrrent +cuivriez +cuivrions +cuivrons +cul +culasse +culasses +culbuta +culbutai +culbutaient +culbutais +culbutait +culbutant +culbutas +culbutasse +culbutassent +culbutasses +culbutassiez +culbutassions +culbutmes +culbutt +culbuttes +culbute +culbutent +culbuter +culbutera +culbuterai +culbuteraient +culbuterais +culbuterait +culbuteras +culbuterez +culbuteriez +culbuterions +culbuterons +culbuteront +culbutes +culbuteur +culbuteurs +culbutez +culbut +culbute +culbutes +culbuts +culbutrent +culbutiez +culbutions +culbutons +cule +cules +culinaire +culinaires +culmina +culminai +culminaient +culminais +culminait +culminant +culminante +culminantes +culminants +culminas +culminasse +culminassent +culminasses +culminassiez +culminassions +culminmes +culmint +culmintes +culmine +culminent +culminer +culminera +culminerai +culmineraient +culminerais +culminerait +culmineras +culminerez +culmineriez +culminerions +culminerons +culmineront +culmines +culminez +culmin +culmine +culmines +culmins +culminrent +culminiez +culminions +culminons +culot +culots +culotta +culottai +culottaient +culottais +culottait +culottant +culottas +culottasse +culottassent +culottasses +culottassiez +culottassions +culottmes +culottt +culotttes +culotte +culottent +culotter +culottera +culotterai +culotteraient +culotterais +culotterait +culotteras +culotterez +culotteriez +culotterions +culotterons +culotteront +culottes +culottez +culott +culotte +culottes +culotts +culottrent +culottiez +culottions +culottons +culpa +culpabilit +culpabilits +culs +culte +cultes +cultiva +cultivai +cultivaient +cultivais +cultivait +cultivant +cultivas +cultivasse +cultivassent +cultivasses +cultivassiez +cultivassions +cultivateur +cultivateurs +cultivatrice +cultivatrices +cultivmes +cultivt +cultivtes +cultive +cultivent +cultiver +cultivera +cultiverai +cultiveraient +cultiverais +cultiverait +cultiveras +cultiverez +cultiveriez +cultiverions +cultiverons +cultiveront +cultives +cultivez +cultiv +cultive +cultives +cultivs +cultivrent +cultiviez +cultivions +cultivons +cultuel +cultuelle +cultuelles +cultuels +culture +culturel +culturelle +culturelles +culturels +cultures +cumin +cumul +cumula +cumulai +cumulaient +cumulais +cumulait +cumulant +cumulas +cumulasse +cumulassent +cumulasses +cumulassiez +cumulassions +cumulmes +cumult +cumultes +cumule +cumulent +cumuler +cumulera +cumulerai +cumuleraient +cumulerais +cumulerait +cumuleras +cumulerez +cumuleriez +cumulerions +cumulerons +cumuleront +cumules +cumulez +cumul +cumule +cumules +cumuls +cumulrent +cumuliez +cumulions +cumulons +cumuls +cumulus +cupide +cupides +cupidit +cupidits +cuprifre +cuprifres +cura +curable +curables +curaao +curage +curages +curai +curaient +curais +curait +curant +curare +curas +curasse +curassent +curasses +curassiez +curassions +curatelle +curatelles +curateur +curateurs +curatif +curatifs +curative +curatives +curatrice +curatrices +curmes +curt +curtes +cure +curent +curer +curera +curerai +cureraient +curerais +curerait +cureras +curerez +cureriez +curerions +curerons +cureront +cures +curetage +curetages +curette +curettes +curez +cur +cure +cures +curs +current +curie +curies +curieuse +curieusement +curieuses +curieux +curiez +curions +curiosit +curiosits +curiste +curistes +curons +curriculum +curseur +curseurs +cursif +cursifs +cursive +cursivement +cursives +curvimtre +curvimtres +cutan +cutane +cutanes +cutans +cuticule +cuticules +cuva +cuvai +cuvaient +cuvais +cuvait +cuvant +cuvas +cuvasse +cuvassent +cuvasses +cuvassiez +cuvassions +cuvmes +cuvt +cuvtes +cuve +cuveau +cuveaux +cuvent +cuver +cuvera +cuverai +cuveraient +cuverais +cuverait +cuveras +cuverez +cuveriez +cuverions +cuverons +cuveront +cuves +cuvette +cuvettes +cuvez +cuv +cuve +cuves +cuvs +cuvrent +cuviez +cuvions +cuvons +cyanhydrique +cyanhydriques +cyanose +cyanure +cyanures +cyberntique +cyberntiques +cycle +cycles +cyclique +cycliques +cyclisme +cycliste +cyclistes +cyclode +cyclodes +cyclomoteur +cyclomoteurs +cyclone +cyclones +cyclopen +cyclopenne +cyclopennes +cyclopens +cyclotron +cyclotrons +cygne +cygnes +cylindre +cylindres +cylindre +cylindrique +cylindriques +cymaise +cymaises +cymbale +cymbales +cyngtique +cyngtiques +cynique +cyniquement +cyniques +cynisme +cynismes +cyprs +cyrien +cyriens +cystite +cytise +cytologie +d +dactylo +dactylographia +dactylographiai +dactylographiaient +dactylographiais +dactylographiait +dactylographiant +dactylographias +dactylographiasse +dactylographiassent +dactylographiasses +dactylographiassiez +dactylographiassions +dactylographimes +dactylographit +dactylographites +dactylographie +dactylographient +dactylographier +dactylographiera +dactylographierai +dactylographieraient +dactylographierais +dactylographierait +dactylographieras +dactylographierez +dactylographieriez +dactylographierions +dactylographierons +dactylographieront +dactylographies +dactylographiez +dactylographi +dactylographie +dactylographies +dactylographis +dactylographirent +dactylographiiez +dactylographiions +dactylographions +dactylos +dada +dadais +dadas +dague +dagues +dahlia +dahlias +daigna +daignai +daignaient +daignais +daignait +daignant +daignas +daignasse +daignassent +daignasses +daignassiez +daignassions +daignmes +daignt +daigntes +daigne +daignent +daigner +daignera +daignerai +daigneraient +daignerais +daignerait +daigneras +daignerez +daigneriez +daignerions +daignerons +daigneront +daignes +daignez +daign +daigne +daignes +daigns +daignrent +daigniez +daignions +daignons +daim +daims +dais +dalla +dallage +dallages +dallai +dallaient +dallais +dallait +dallant +dallas +dallasse +dallassent +dallasses +dallassiez +dallassions +dallmes +dallt +dalltes +dalle +dallent +daller +dallera +dallerai +dalleraient +dallerais +dallerait +dalleras +dallerez +dalleriez +dallerions +dallerons +dalleront +dalles +dallez +dall +dalle +dalles +dalls +dallrent +dalliez +dallions +dallons +daltonien +daltonienne +daltoniennes +daltoniens +daltonisme +dama +damai +damaient +damais +damait +damant +damas +damasquina +damasquinage +damasquinai +damasquinaient +damasquinais +damasquinait +damasquinant +damasquinas +damasquinasse +damasquinassent +damasquinasses +damasquinassiez +damasquinassions +damasquinmes +damasquint +damasquintes +damasquine +damasquinent +damasquiner +damasquinera +damasquinerai +damasquineraient +damasquinerais +damasquinerait +damasquineras +damasquinerez +damasquineriez +damasquinerions +damasquinerons +damasquineront +damasquines +damasquinez +damasquin +damasquine +damasquines +damasquins +damasquinrent +damasquiniez +damasquinions +damasquinons +damasse +damassent +damasses +damass +damasse +damasses +damasss +damassiez +damassions +dammes +damt +damtes +dame +dament +damer +damera +damerai +dameraient +damerais +damerait +dameras +damerez +dameriez +damerions +damerons +dameront +dames +damez +dam +dame +dames +dams +damrent +damier +damiers +damiez +damions +damna +damnable +damnables +damnai +damnaient +damnais +damnait +damnant +damnas +damnasse +damnassent +damnasses +damnassiez +damnassions +damnation +damnations +damnmes +damnt +damntes +damne +damnent +damner +damnera +damnerai +damneraient +damnerais +damnerait +damneras +damnerez +damneriez +damnerions +damnerons +damneront +damnes +damnez +damn +damne +damnes +damns +damnrent +damniez +damnions +damnons +damons +dancing +dancings +dandina +dandinai +dandinaient +dandinais +dandinait +dandinant +dandinas +dandinasse +dandinassent +dandinasses +dandinassiez +dandinassions +dandinmes +dandint +dandintes +dandine +dandinement +dandinent +dandiner +dandinera +dandinerai +dandineraient +dandinerais +dandinerait +dandineras +dandinerez +dandineriez +dandinerions +dandinerons +dandineront +dandines +dandinez +dandin +dandine +dandines +dandins +dandinrent +dandiniez +dandinions +dandinons +dandy +danemark +danger +dangereuse +dangereusement +dangereuses +dangereux +dangers +danois +danoise +danoises +dans +dansa +dansai +dansaient +dansais +dansait +dansant +dansante +dansantes +dansants +dansas +dansasse +dansassent +dansasses +dansassiez +dansassions +dansmes +danst +danstes +danse +dansent +danser +dansera +danserai +danseraient +danserais +danserait +danseras +danserez +danseriez +danserions +danserons +danseront +danses +danseur +danseurs +danseuse +danseuses +dansez +dans +danse +danses +danss +dansrent +dansiez +dansions +dansons +dard +darda +dardai +dardaient +dardais +dardait +dardant +dardas +dardasse +dardassent +dardasses +dardassiez +dardassions +dardmes +dardt +dardtes +darde +dardent +darder +dardera +darderai +darderaient +darderais +darderait +darderas +darderez +darderiez +darderions +darderons +darderont +dardes +dardez +dard +darde +dardes +dards +dardrent +dardiez +dardions +dardons +dards +dare +darse +darses +dartre +dartres +data +datai +dataient +datais +datait +datant +datas +datasse +datassent +datasses +datassiez +datassions +datation +datations +datmes +datt +dattes +date +datent +dater +datera +daterai +dateraient +daterais +daterait +dateras +daterez +dateriez +daterions +daterons +dateront +dates +dateur +datez +dat +date +dates +dats +datrent +datiez +datif +datifs +dation +dations +datons +datte +dattes +dattier +dattiers +dauba +daubai +daubaient +daubais +daubait +daubant +daubas +daubasse +daubassent +daubasses +daubassiez +daubassions +daubmes +daubt +daubtes +daube +daubent +dauber +daubera +dauberai +dauberaient +dauberais +dauberait +dauberas +dauberez +dauberiez +dauberions +dauberons +dauberont +daubes +daubez +daub +daube +daubes +daubs +daubrent +daubiez +daubions +daubons +dauphin +dauphin +dauphins +daurade +daurades +davantage +de +debout +dea +dedans +degr +degrs +dehors +del +delta +demain +demains +demanda +demandai +demandaient +demandais +demandait +demandant +demande +demandent +demander +demandera +demanderaient +demanderais +demanderait +demanderesse +demanderesses +demanderez +demanderons +demanderont +demandes +demandeur +demandeurs +demandez +demand +demande +demandes +demands +demandrent +demandiez +demandons +demendent +demeura +demeurai +demeuraient +demeurais +demeurait +demeurant +demeuras +demeurasse +demeurassent +demeurasses +demeurassiez +demeurassions +demeurmes +demeurt +demeurtes +demeure +demeurent +demeurer +demeurera +demeurerai +demeureraient +demeurerais +demeurerait +demeureras +demeurerez +demeureriez +demeurerions +demeurerons +demeureront +demeures +demeurez +demeur +demeure +demeures +demeurs +demeurrent +demeuriez +demeurions +demeurons +demi +demie +demies +demis +demoiselle +demoiselles +denier +deniers +denre +denres +dense +denses +densimtre +densimtres +densit +densits +dent +denta +dentai +dentaient +dentaire +dentaires +dentais +dentait +dental +dentale +dentales +dentals +dentas +dentasse +dentassent +dentasses +dentassiez +dentassions +dentmes +dentt +denttes +dente +dentela +dentelai +dentelaient +dentelais +dentelait +dentelant +dentelas +dentelasse +dentelassent +dentelasses +dentelassiez +dentelassions +dentelmes +dentelt +denteltes +denteler +dentelez +dentel +dentele +denteles +dentels +dentelrent +denteliez +dentelions +dentelle +dentellent +dentellera +dentellerai +dentelleraient +dentellerais +dentellerait +dentelleras +dentellerez +dentelleriez +dentellerions +dentellerons +dentelleront +dentelles +dentellire +dentellires +dentelons +dentelure +dentelures +dentent +denter +dentera +denterai +denteraient +denterais +denterait +denteras +denterez +denteriez +denterions +denterons +denteront +dentes +dentez +dent +dente +dentes +dents +dentrent +dentier +dentiers +dentiez +dentifrice +dentifrices +dentions +dentiste +dentistes +dentition +dentitions +dentons +dents +denture +depuis +der +dermatologie +dermatologiste +dermatologistes +dermatologue +dermatologues +dermatose +derme +dermes +dernier +derniers +dernire +dernirement +dernires +derrick +derricks +derrire +derrires +derviche +derviches +des +descella +descellai +descellaient +descellais +descellait +descellant +descellas +descellasse +descellassent +descellasses +descellassiez +descellassions +descellmes +descellt +descelltes +descelle +descellement +descellements +descellent +desceller +descellera +descellerai +descelleraient +descellerais +descellerait +descelleras +descellerez +descelleriez +descellerions +descellerons +descelleront +descelles +descellez +descell +descelle +descelles +descells +descellrent +descelliez +descellions +descellons +descend +descendaient +descendais +descendait +descendance +descendances +descendant +descendante +descendantes +descendants +descende +descendent +descendents +descendes +descendez +descendiez +descendions +descendirent +descendis +descendisse +descendissent +descendisses +descendissiez +descendissions +descendit +descendmes +descendt +descendtes +descendons +descendra +descendrai +descendraient +descendrais +descendrait +descendras +descendre +descendrez +descendriez +descendrions +descendrons +descendront +descends +descendu +descendue +descendues +descendus +descente +descentes +descriptif +descriptifs +description +descriptions +descriptive +descriptives +desiderata +design +designer nom +designers +designs +despote +despotes +despotique +despotiquement +despotiques +despotisme +desquamation +desquamations +desquelles +desquels +dessaisi +dessaisie +dessaisies +dessaisir +dessaisira +dessaisirai +dessaisiraient +dessaisirais +dessaisirait +dessaisiras +dessaisirent +dessaisirez +dessaisiriez +dessaisirions +dessaisirons +dessaisiront +dessaisis +dessaisissaient +dessaisissais +dessaisissait +dessaisissant +dessaisisse +dessaisissement +dessaisissements +dessaisissent +dessaisisses +dessaisissiez +dessaisissions +dessaisissons +dessaisit +dessaismes +dessaist +dessaistes +dessala +dessalai +dessalaient +dessalais +dessalait +dessalant +dessalas +dessalasse +dessalassent +dessalasses +dessalassiez +dessalassions +dessalmes +dessaltes +dessale +dessalent +dessaler +dessalera +dessalerai +dessaleraient +dessalerais +dessalerait +dessaleras +dessalerez +dessaleriez +dessalerions +dessalerons +dessaleront +dessales +dessalez +dessal +dessale +dessales +dessals +dessalrent +dessaliez +dessalions +dessalons +dessangla +dessanglai +dessanglaient +dessanglais +dessanglait +dessanglant +dessanglas +dessanglasse +dessanglassent +dessanglasses +dessanglassiez +dessanglassions +dessanglmes +dessanglt +dessangltes +dessangle +dessanglent +dessangler +dessanglera +dessanglerai +dessangleraient +dessanglerais +dessanglerait +dessangleras +dessanglerez +dessangleriez +dessanglerions +dessanglerons +dessangleront +dessangles +dessanglez +dessangl +dessangle +dessangles +dessangls +dessanglrent +dessangliez +dessanglions +dessanglons +dessein +desseins +dessella +dessellai +dessellaient +dessellais +dessellait +dessellant +dessellas +dessellasse +dessellassent +dessellasses +dessellassiez +dessellassions +dessellmes +dessellt +desselltes +desselle +dessellent +desseller +dessellera +dessellerai +desselleraient +dessellerais +dessellerait +desselleras +dessellerez +desselleriez +dessellerions +dessellerons +desselleront +desselles +dessellez +dessell +desselle +desselles +dessells +dessellrent +desselliez +dessellions +dessellons +desserra +desserrage +desserrages +desserrai +desserraient +desserrais +desserrait +desserrant +desserras +desserrasse +desserrassent +desserrasses +desserrassiez +desserrassions +desserrmes +desserrt +desserrtes +desserre +desserrent +desserrer +desserrera +desserrerai +desserreraient +desserrerais +desserrerait +desserreras +desserrerez +desserreriez +desserrerions +desserrerons +desserreront +desserres +desserrez +desserr +desserre +desserres +desserrs +desserrrent +desserriez +desserrions +desserrons +dessers +dessert +desserte +dessertes +desserti +dessertie +desserties +dessertir +dessertira +dessertirai +dessertiraient +dessertirais +dessertirait +dessertiras +dessertirez +dessertiriez +dessertirions +dessertirons +dessertiront +dessertis +dessertissaient +dessertissais +dessertissait +dessertissant +dessertisse +dessertissent +dessertisses +dessertissiez +dessertissions +dessertissons +dessertit +dessertmes +dessertt +desserttes +desserts repas +desservaient +desservais +desservait +desservant +desservants +desserve +desservent +desserves +desservez +desservi +desservie +desservies +desserviez +desservions +desservir +desservira +desservirai +desserviraient +desservirais +desservirait +desserviras +desservirent +desservirez +desserviriez +desservirions +desservirons +desserviront +desservis +desservisse +desservissent +desservisses +desservissiez +desservissions +desservit +desservmes +desservt +desservtes +desservons +desscha +desschai +desschaient +desschais +desschait +desschant +desschas +desschasse +desschassent +desschasses +desschassiez +desschassions +desschmes +desscher +desschera +desscherai +desscheraient +desscherais +desscherait +desscheras +desscherez +desscheriez +desscherions +desscherons +desscheront +desschez +dessch +dessche +dessches +desschs +desschrent +desschiez +desschions +desschons +dessche +desschement +desschements +desschent +dessches +dessiccation +dessiccations +dessilla +dessillai +dessillaient +dessillais +dessillait +dessillant +dessillas +dessillasse +dessillassent +dessillasses +dessillassiez +dessillassions +dessillmes +dessillt +dessilltes +dessille +dessillent +dessiller +dessillera +dessillerai +dessilleraient +dessillerais +dessillerait +dessilleras +dessillerez +dessilleriez +dessillerions +dessillerons +dessilleront +dessilles +dessillez +dessill +dessille +dessilles +dessills +dessillrent +dessilliez +dessillions +dessillons +dessin +dessina +dessinai +dessinaient +dessinais +dessinait +dessinant +dessinas +dessinasse +dessinassent +dessinasses +dessinassiez +dessinassions +dessinateur +dessinateurs +dessinatrice +dessinatrices +dessinmes +dessint +dessintes +dessine +dessinent +dessiner +dessinera +dessinerai +dessineraient +dessinerais +dessinerait +dessineras +dessinerez +dessineriez +dessinerions +dessinerons +dessineront +dessines +dessinez +dessin +dessine +dessines +dessins +dessinrent +dessiniez +dessinions +dessinons +dessins +dessous +dessola +dessolai +dessolaient +dessolais +dessolait +dessolant +dessolas +dessolasse +dessolassent +dessolasses +dessolassiez +dessolassions +dessolmes +dessolt +dessoltes +dessole +dessolent +dessoler +dessolera +dessolerai +dessoleraient +dessolerais +dessolerait +dessoleras +dessolerez +dessoleriez +dessolerions +dessolerons +dessoleront +dessoles +dessolez +dessol +dessole +dessoles +dessols +dessolrent +dessoliez +dessolions +dessolons +dessus +destin +destina +destinai +destinaient +destinais +destinait +destinant +destinas +destinasse +destinassent +destinasses +destinassiez +destinassions +destinataire +destinataires +destination +destinations +destinmes +destint +destintes +destine +destinent +destiner +destinera +destinerai +destineraient +destinerais +destinerait +destineras +destinerez +destineriez +destinerions +destinerons +destineront +destines +destinez +destin +destine +destines +destins +destinrent +destiniez +destinions +destinons +destitua +destituai +destituaient +destituais +destituait +destituant +destituas +destituasse +destituassent +destituasses +destituassiez +destituassions +destitumes +destitut +destitutes +destitue +destituent +destituer +destituera +destituerai +destitueraient +destituerais +destituerait +destitueras +destituerez +destitueriez +destituerions +destituerons +destitueront +destitues +destituez +destitu +destitue +destitues +destitus +destiturent +destituiez +destituions +destituons +destitution +destitutions +destroyer +destroyers +destructeur +destructeurs +destructif +destructifs +destruction +destructions +destructive +destructives +destructrice +destructrices +dette +dettes +deuil +deuils +deum +deums +deux +deuxime +deuximement +deuximes +devaient +devais +devait +devance +devancement +devancements +devancent +devancer +devancera +devancerai +devanceraient +devancerais +devancerait +devanceras +devancerez +devanceriez +devancerions +devancerons +devances +devancez +devanc +devance +devances +devancs +devancrent +devancier +devanciers +devanciez +devancire +devancires +devancions +devana +devanai +devanaient +devanais +devanait +devanant +devanas +devanasse +devanassent +devanasses +devanassiez +devanassions +devanmes +devant +devantes +devanons +devant +devanture +devantures +devenaient +devenais +devenait +devenant +devenez +deveniez +devenions +devenir +devenons +devenu +devenue +devenues +devenus +devers loc +devez +device +deviendra +deviendrai +deviendraient +deviendrais +deviendrait +deviendras +deviendrez +deviendriez +deviendrions +deviendrons +deviendront +devienne +deviennent +deviennes +deviennt +deviens +devient +deviez +devin +devina +devinai +devinaient +devinais +devinait +devinant +devinas +devinasse +devinassent +devinasses +devinassiez +devinassions +devinmes +devint +devintes +devine +devinent +deviner +devinera +devinerai +devineraient +devinerais +devinerait +devineras +devineresse +devineresses +devinerez +devineriez +devinerions +devinerons +devineront +devines +devinette +devinettes +devinez +devin +devine +devines +devins +devinrent +deviniez +devinions +devinons +devinrent +devins +devinsse +devinssent +devinsses +devinssiez +devinssions +devint +devions +devis +devisa +devisai +devisaient +devisais +devisait +devisant +devisas +devisasse +devisassent +devisasses +devisassiez +devisassions +devismes +devist +devistes +devise +devisent +deviser +devisera +deviserai +deviseraient +deviserais +deviserait +deviseras +deviserez +deviseriez +deviserions +deviserons +deviseront +devises +devisez +devis +devise +devises +deviss +devisrent +devisiez +devisions +devisons +devnmes +devnrent +devnt +devntes +devoir +devoirs +devons +devra +devrai +devraient +devrais +devrait +devras +devrez +devriez +devrions +devrons +devront +dextrit +dextrits +dextrine +d +dambula +dambulai +dambulaient +dambulais +dambulait +dambulant +dambulas +dambulasse +dambulassent +dambulasses +dambulassiez +dambulassions +dambulatoire +dambulatoires +dambulmes +dambult +dambultes +dambule +dambulent +dambuler +dambulera +dambulerai +dambuleraient +dambulerais +dambulerait +dambuleras +dambulerez +dambuleriez +dambulerions +dambulerons +dambuleront +dambules +dambulez +dambul +dambule +dambules +dambuls +dambulrent +dambuliez +dambulions +dambulons +dballa +dballage +dballages +dballai +dballaient +dballais +dballait +dballant +dballas +dballasse +dballassent +dballasses +dballassiez +dballassions +dballmes +dballt +dballtes +dballe +dballent +dballer +dballera +dballerai +dballeraient +dballerais +dballerait +dballeras +dballerez +dballeriez +dballerions +dballerons +dballeront +dballes +dballez +dball +dballe +dballes +dballs +dballrent +dballiez +dballions +dballons +dbanda +dbandade +dbandades +dbandai +dbandaient +dbandais +dbandait +dbandant +dbandas +dbandasse +dbandassent +dbandasses +dbandassiez +dbandassions +dbandmes +dbandt +dbandtes +dbande +dbandent +dbander +dbandera +dbanderai +dbanderaient +dbanderais +dbanderait +dbanderas +dbanderez +dbanderiez +dbanderions +dbanderons +dbanderont +dbandes +dbandez +dband +dbande +dbandes +dbands +dbandrent +dbandiez +dbandions +dbandons +dbaptisa +dbaptisai +dbaptisaient +dbaptisais +dbaptisait +dbaptisant +dbaptisas +dbaptisasse +dbaptisassent +dbaptisasses +dbaptisassiez +dbaptisassions +dbaptismes +dbaptist +dbaptistes +dbaptise +dbaptisent +dbaptiser +dbaptisera +dbaptiserai +dbaptiseraient +dbaptiserais +dbaptiserait +dbaptiseras +dbaptiserez +dbaptiseriez +dbaptiserions +dbaptiserons +dbaptiseront +dbaptises +dbaptisez +dbaptis +dbaptise +dbaptises +dbaptiss +dbaptisrent +dbaptisiez +dbaptisions +dbaptisons +dbarbouilla +dbarbouillage +dbarbouillages +dbarbouillai +dbarbouillaient +dbarbouillais +dbarbouillait +dbarbouillant +dbarbouillas +dbarbouillasse +dbarbouillassent +dbarbouillasses +dbarbouillassiez +dbarbouillassions +dbarbouillmes +dbarbouillt +dbarbouilltes +dbarbouille +dbarbouillent +dbarbouiller +dbarbouillera +dbarbouillerai +dbarbouilleraient +dbarbouillerais +dbarbouillerait +dbarbouilleras +dbarbouillerez +dbarbouilleriez +dbarbouillerions +dbarbouillerons +dbarbouilleront +dbarbouilles +dbarbouillez +dbarbouill +dbarbouille +dbarbouilles +dbarbouills +dbarbouillrent +dbarbouilliez +dbarbouillions +dbarbouillons +dbarcadre +dbarcadres +dbardeur +dbardeurs +dbarqua +dbarquai +dbarquaient +dbarquais +dbarquait +dbarquant +dbarquas +dbarquasse +dbarquassent +dbarquasses +dbarquassiez +dbarquassions +dbarqumes +dbarqut +dbarqutes +dbarque +dbarquement +dbarquements +dbarquent +dbarquer +dbarquera +dbarquerai +dbarqueraient +dbarquerais +dbarquerait +dbarqueras +dbarquerez +dbarqueriez +dbarquerions +dbarquerons +dbarqueront +dbarques +dbarquez +dbarqu +dbarque +dbarques +dbarqus +dbarqurent +dbarquiez +dbarquions +dbarquons +dbarras +dbarrassa +dbarrassai +dbarrassaient +dbarrassais +dbarrassait +dbarrassant +dbarrassas +dbarrassasse +dbarrassassent +dbarrassasses +dbarrassassiez +dbarrassassions +dbarrassmes +dbarrasst +dbarrasstes +dbarrasse +dbarrassent +dbarrasser +dbarrassera +dbarrasserai +dbarrasseraient +dbarrasserais +dbarrasserait +dbarrasseras +dbarrasserez +dbarrasseriez +dbarrasserions +dbarrasserons +dbarrasseront +dbarrasses +dbarrassez +dbarrass +dbarrasse +dbarrasses +dbarrasss +dbarrassrent +dbarrassiez +dbarrassions +dbarrassons +dbat +dbats +dbattaient +dbattais +dbattait +dbattant +dbatte +dbattent +dbattes +dbattez +dbattiez +dbattions +dbattirent +dbattis +dbattisse +dbattissent +dbattisses +dbattissiez +dbattissions +dbattit +dbattmes +dbattt +dbatttes +dbattons +dbattra +dbattrai +dbattraient +dbattrais +dbattrait +dbattras +dbattre +dbattrez +dbattriez +dbattrions +dbattrons +dbattront +dbattu +dbattue +dbattues +dbattus +dbaucha +dbauchage +dbauchages +dbauchai +dbauchaient +dbauchais +dbauchait +dbauchant +dbauchas +dbauchasse +dbauchassent +dbauchasses +dbauchassiez +dbauchassions +dbauchmes +dbaucht +dbauchtes +dbauche +dbauchent +dbaucher +dbauchera +dbaucherai +dbaucheraient +dbaucherais +dbaucherait +dbaucheras +dbaucherez +dbaucheriez +dbaucherions +dbaucherons +dbaucheront +dbauches +dbauchez +dbauch +dbauche +dbauches +dbauchs +dbauchrent +dbauchiez +dbauchions +dbauchons +dbcle +dbcles +dbile +dbilement +dbiles +dbilita +dbilitai +dbilitaient +dbilitais +dbilitait +dbilitant +dbilitas +dbilitasse +dbilitassent +dbilitasses +dbilitassiez +dbilitassions +dbilitmes +dbilitt +dbilittes +dbilite +dbilitent +dbiliter +dbilitera +dbiliterai +dbiliteraient +dbiliterais +dbiliterait +dbiliteras +dbiliterez +dbiliteriez +dbiliterions +dbiliterons +dbiliteront +dbilites +dbilitez +dbilit +dbilite +dbilites +dbilits +dbilitrent +dbilitiez +dbilitions +dbilitons +dbina +dbinai +dbinaient +dbinais +dbinait +dbinant +dbinas +dbinasse +dbinassent +dbinasses +dbinassiez +dbinassions +dbinmes +dbint +dbintes +dbine +dbinent +dbiner +dbinera +dbinerai +dbineraient +dbinerais +dbinerait +dbineras +dbinerez +dbineriez +dbinerions +dbinerons +dbineront +dbines +dbinez +dbin +dbine +dbines +dbins +dbinrent +dbiniez +dbinions +dbinons +dbit +dbita +dbitai +dbitaient +dbitais +dbitait +dbitant +dbitante +dbitantes +dbitants +dbitas +dbitasse +dbitassent +dbitasses +dbitassiez +dbitassions +dbitmes +dbitt +dbittes +dbite +dbitent +dbiter +dbitera +dbiterai +dbiteraient +dbiterais +dbiterait +dbiteras +dbiterez +dbiteriez +dbiterions +dbiterons +dbiteront +dbites +dbiteur +dbiteurs +dbitez +dbit +dbite +dbites +dbits +dbitrent +dbitiez +dbitions +dbitons +dbitrice +dbitrices +dbits +dblai +dblaie +dblaiement +dblaient +dblaiera +dblaierai +dblaieraient +dblaierais +dblaierait +dblaieras +dblaierez +dblaieriez +dblaierions +dblaierons +dblaieront +dblaies +dblais +dblatra +dblatrai +dblatraient +dblatrais +dblatrait +dblatrant +dblatras +dblatrasse +dblatrassent +dblatrasses +dblatrassiez +dblatrassions +dblatrmes +dblatrt +dblatrtes +dblatrer +dblatrera +dblatrerai +dblatreraient +dblatrerais +dblatrerait +dblatreras +dblatrerez +dblatreriez +dblatrerions +dblatrerons +dblatreront +dblatrez +dblatr +dblatre +dblatres +dblatrs +dblatrrent +dblatriez +dblatrions +dblatrons +dblatre +dblatrent +dblatres +dblaya +dblayai +dblayaient +dblayais +dblayait +dblayant +dblayas +dblayasse +dblayassent +dblayasses +dblayassiez +dblayassions +dblaymes +dblayt +dblaytes +dblayer +dblayez +dblay +dblaye +dblayes +dblays +dblayrent +dblayiez +dblayions +dblayons +dbloqua +dbloquai +dbloquaient +dbloquais +dbloquait +dbloquant +dbloquas +dbloquasse +dbloquassent +dbloquasses +dbloquassiez +dbloquassions +dbloqumes +dbloqut +dbloqutes +dbloque +dbloquent +dbloquer +dbloquera +dbloquerai +dbloqueraient +dbloquerais +dbloquerait +dbloqueras +dbloquerez +dbloqueriez +dbloquerions +dbloquerons +dbloqueront +dbloques +dbloquez +dbloqu +dbloque +dbloques +dbloqus +dbloqurent +dbloquiez +dbloquions +dbloquons +dboires +dboisa +dboisai +dboisaient +dboisais +dboisait +dboisant +dboisas +dboisasse +dboisassent +dboisasses +dboisassiez +dboisassions +dboismes +dboist +dboistes +dboise +dboisement +dboisements +dboisent +dboiser +dboisera +dboiserai +dboiseraient +dboiserais +dboiserait +dboiseras +dboiserez +dboiseriez +dboiserions +dboiserons +dboiseront +dboises +dboisez +dbois +dboise +dboises +dboiss +dboisrent +dboisiez +dboisions +dboisons +dbota +dbotai +dbotaient +dbotais +dbotait +dbotant +dbotas +dbotasse +dbotassent +dbotasses +dbotassiez +dbotassions +dbotmes +dbott +dbottes +dbote +dbotement +dbotements +dbotent +dboter +dbotera +dboterai +dboteraient +dboterais +dboterait +dboteras +dboterez +dboteriez +dboterions +dboterons +dboteront +dbotes +dbotez +dbot +dbote +dbotes +dbots +dbotrent +dbotiez +dbotions +dbotons +dbonnaire +dbonnaires +dborda +dbordai +dbordaient +dbordais +dbordait +dbordant +dbordante +dbordantes +dbordants +dbordas +dbordasse +dbordassent +dbordasses +dbordassiez +dbordassions +dbordmes +dbordt +dbordtes +dborde +dbordement +dbordements +dbordent +dborder +dbordera +dborderai +dborderaient +dborderais +dborderait +dborderas +dborderez +dborderiez +dborderions +dborderons +dborderont +dbordes +dbordez +dbord +dborde +dbordes +dbords +dbordrent +dbordiez +dbordions +dbordons +dboucha +dbouchai +dbouchaient +dbouchais +dbouchait +dbouchant +dbouchas +dbouchasse +dbouchassent +dbouchasses +dbouchassiez +dbouchassions +dbouchmes +dboucht +dbouchtes +dbouche +dbouchent +dboucher +dbouchera +dboucherai +dboucheraient +dboucherais +dboucherait +dboucheras +dboucherez +dboucheriez +dboucherions +dboucherons +dboucheront +dbouches +dbouchez +dbouch +dbouche +dbouches +dbouchs +dbouchrent +dbouchiez +dbouchions +dbouchons +dboucla +dbouclai +dbouclaient +dbouclais +dbouclait +dbouclant +dbouclas +dbouclasse +dbouclassent +dbouclasses +dbouclassiez +dbouclassions +dbouclmes +dbouclt +dboucltes +dboucle +dbouclent +dboucler +dbouclera +dbouclerai +dboucleraient +dbouclerais +dbouclerait +dboucleras +dbouclerez +dboucleriez +dbouclerions +dbouclerons +dboucleront +dboucles +dbouclez +dboucl +dboucle +dboucles +dboucls +dbouclrent +dboucliez +dbouclions +dbouclons +dboula +dboulai +dboulaient +dboulais +dboulait +dboulant +dboulas +dboulasse +dboulassent +dboulasses +dboulassiez +dboulassions +dboulmes +dboult +dboultes +dboule +dboulent +dbouler +dboulera +dboulerai +dbouleraient +dboulerais +dboulerait +dbouleras +dboulerez +dbouleriez +dboulerions +dboulerons +dbouleront +dboules +dboulez +dboul +dboule +dboules +dbouls +dboulrent +dbouliez +dboulions +dboulonna +dboulonnai +dboulonnaient +dboulonnais +dboulonnait +dboulonnant +dboulonnas +dboulonnasse +dboulonnassent +dboulonnasses +dboulonnassiez +dboulonnassions +dboulonnmes +dboulonnt +dboulonntes +dboulonne +dboulonnent +dboulonner +dboulonnera +dboulonnerai +dboulonneraient +dboulonnerais +dboulonnerait +dboulonneras +dboulonnerez +dboulonneriez +dboulonnerions +dboulonnerons +dboulonneront +dboulonnes +dboulonnez +dboulonn +dboulonne +dboulonnes +dboulonns +dboulonnrent +dboulonniez +dboulonnions +dboulonnons +dboulons +dbourra +dbourrage +dbourrages +dbourrai +dbourraient +dbourrais +dbourrait +dbourrant +dbourras +dbourrasse +dbourrassent +dbourrasses +dbourrassiez +dbourrassions +dbourrmes +dbourrt +dbourrtes +dbourre +dbourrent +dbourrer +dbourrera +dbourrerai +dbourreraient +dbourrerais +dbourrerait +dbourreras +dbourrerez +dbourreriez +dbourrerions +dbourrerons +dbourreront +dbourres +dbourrez +dbourr +dbourre +dbourres +dbourrs +dbourrrent +dbourriez +dbourrions +dbourrons +dbours +dboursa +dboursai +dboursaient +dboursais +dboursait +dboursant +dboursas +dboursasse +dboursassent +dboursasses +dboursassiez +dboursassions +dboursmes +dbourst +dbourstes +dbourse +dboursement +dboursements +dboursent +dbourser +dboursera +dbourserai +dbourseraient +dbourserais +dbourserait +dbourseras +dbourserez +dbourseriez +dbourserions +dbourserons +dbourseront +dbourses +dboursez +dbours +dbourse +dbourses +dbourss +dboursrent +dboursiez +dboursions +dboursons +dboussola +dboussolai +dboussolaient +dboussolais +dboussolait +dboussolant +dboussolas +dboussolasse +dboussolassent +dboussolasses +dboussolassiez +dboussolassions +dboussolmes +dboussolt +dboussoltes +dboussole +dboussolent +dboussoler +dboussolera +dboussolerai +dboussoleraient +dboussolerais +dboussolerait +dboussoleras +dboussolerez +dboussoleriez +dboussolerions +dboussolerons +dboussoleront +dboussoles +dboussolez +dboussol +dboussole +dboussoles +dboussols +dboussolrent +dboussoliez +dboussolions +dboussolons +dbout +dbouta +dboutai +dboutaient +dboutais +dboutait +dboutant +dboutas +dboutasse +dboutassent +dboutasses +dboutassiez +dboutassions +dboutmes +dboutt +dbouttes +dboute +dboutent +dbouter +dboutera +dbouterai +dbouteraient +dbouterais +dbouterait +dbouteras +dbouterez +dbouteriez +dbouterions +dbouterons +dbouteront +dboutes +dboutez +dbout +dboute +dboutes +dbouts +dboutrent +dboutiez +dboutions +dboutonna +dboutonnai +dboutonnaient +dboutonnais +dboutonnait +dboutonnant +dboutonnas +dboutonnasse +dboutonnassent +dboutonnasses +dboutonnassiez +dboutonnassions +dboutonnmes +dboutonnt +dboutonntes +dboutonne +dboutonnent +dboutonner +dboutonnera +dboutonnerai +dboutonneraient +dboutonnerais +dboutonnerait +dboutonneras +dboutonnerez +dboutonneriez +dboutonnerions +dboutonnerons +dboutonneront +dboutonnes +dboutonnez +dboutonn +dboutonne +dboutonnes +dboutonns +dboutonnrent +dboutonniez +dboutonnions +dboutonnons +dboutons +dbraie +dbraient +dbraiera +dbraierai +dbraieraient +dbraierais +dbraierait +dbraieras +dbraierez +dbraieriez +dbraierions +dbraierons +dbraieront +dbraies +dbraill +dbraille +dbrailles +dbraills +dbrancha +dbranchai +dbranchaient +dbranchais +dbranchait +dbranchant +dbranchas +dbranchasse +dbranchassent +dbranchasses +dbranchassiez +dbranchassions +dbranchmes +dbrancht +dbranchtes +dbranche +dbranchement +dbranchements +dbranchent +dbrancher +dbranchera +dbrancherai +dbrancheraient +dbrancherais +dbrancherait +dbrancheras +dbrancherez +dbrancheriez +dbrancherions +dbrancherons +dbrancheront +dbranches +dbranchez +dbranch +dbranche +dbranches +dbranchs +dbranchrent +dbranchiez +dbranchions +dbranchons +dbraya +dbrayage +dbrayages +dbrayai +dbrayaient +dbrayais +dbrayait +dbrayant +dbrayas +dbrayasse +dbrayassent +dbrayasses +dbrayassiez +dbrayassions +dbraymes +dbrayt +dbraytes +dbraye +dbrayent +dbrayer +dbrayera +dbrayerai +dbrayeraient +dbrayerais +dbrayerait +dbrayeras +dbrayerez +dbrayeriez +dbrayerions +dbrayerons +dbrayeront +dbrayes +dbrayez +dbray +dbraye +dbrayes +dbrays +dbrayrent +dbrayiez +dbrayions +dbrayons +dbrida +dbridai +dbridaient +dbridais +dbridait +dbridant +dbridas +dbridasse +dbridassent +dbridasses +dbridassiez +dbridassions +dbridmes +dbridt +dbridtes +dbride +dbridement +dbridements +dbrident +dbrider +dbridera +dbriderai +dbrideraient +dbriderais +dbriderait +dbrideras +dbriderez +dbrideriez +dbriderions +dbriderons +dbrideront +dbrides +dbridez +dbrid +dbride +dbrides +dbrids +dbridrent +dbridiez +dbridions +dbridons +dbris +dbrouilla +dbrouillai +dbrouillaient +dbrouillais +dbrouillait +dbrouillant +dbrouillard +dbrouillarde +dbrouillardes +dbrouillards +dbrouillas +dbrouillasse +dbrouillassent +dbrouillasses +dbrouillassiez +dbrouillassions +dbrouillmes +dbrouillt +dbrouilltes +dbrouille +dbrouillent +dbrouiller +dbrouillera +dbrouillerai +dbrouilleraient +dbrouillerais +dbrouillerait +dbrouilleras +dbrouillerez +dbrouilleriez +dbrouillerions +dbrouillerons +dbrouilleront +dbrouilles +dbrouillez +dbrouill +dbrouille +dbrouilles +dbrouills +dbrouillrent +dbrouilliez +dbrouillions +dbrouillons +dbroussailla +dbroussaillai +dbroussaillaient +dbroussaillais +dbroussaillait +dbroussaillant +dbroussaillas +dbroussaillasse +dbroussaillassent +dbroussaillasses +dbroussaillassiez +dbroussaillassions +dbroussaillmes +dbroussaillt +dbroussailltes +dbroussaille +dbroussaillent +dbroussailler +dbroussaillera +dbroussaillerai +dbroussailleraient +dbroussaillerais +dbroussaillerait +dbroussailleras +dbroussaillerez +dbroussailleriez +dbroussaillerions +dbroussaillerons +dbroussailleront +dbroussailles +dbroussaillez +dbroussaill +dbroussaille +dbroussailles +dbroussaills +dbroussaillrent +dbroussailliez +dbroussaillions +dbroussaillons +dbucha +dbuchaient +dbuchait +dbuchant +dbuchasse +dbuchassent +dbucht +dbuche +dbuchent +dbucher +dbuchera +dbucheraient +dbucherait +dbucheront +dbuch +dbuche +dbuches +dbuchs +dbuchrent +dbusqua +dbusquai +dbusquaient +dbusquais +dbusquait +dbusquant +dbusquas +dbusquasse +dbusquassent +dbusquasses +dbusquassiez +dbusquassions +dbusqumes +dbusqut +dbusqutes +dbusque +dbusquent +dbusquer +dbusquera +dbusquerai +dbusqueraient +dbusquerais +dbusquerait +dbusqueras +dbusquerez +dbusqueriez +dbusquerions +dbusquerons +dbusqueront +dbusques +dbusquez +dbusqu +dbusque +dbusques +dbusqus +dbusqurent +dbusquiez +dbusquions +dbusquons +dbut +dbuta +dbutai +dbutaient +dbutais +dbutait +dbutant +dbutante +dbutantes +dbutants +dbutas +dbutasse +dbutassent +dbutasses +dbutassiez +dbutassions +dbutmes +dbutt +dbuttes +dbute +dbutent +dbuter +dbutera +dbuterai +dbuteraient +dbuterais +dbuterait +dbuteras +dbuterez +dbuteriez +dbuterions +dbuterons +dbuteront +dbutes +dbutez +dbut +dbute +dbutes +dbuts +dbutrent +dbutiez +dbutions +dbutons +dbuts +dca +dcacheta +dcachetai +dcachetaient +dcachetais +dcachetait +dcachetant +dcachetas +dcachetasse +dcachetassent +dcachetasses +dcachetassiez +dcachetassions +dcachetmes +dcachett +dcachettes +dcacheter +dcachetez +dcachet +dcachete +dcachetes +dcachets +dcachetrent +dcachetiez +dcachetions +dcachetons +dcachette +dcachettent +dcachettera +dcachetterai +dcachetteraient +dcachetterais +dcachetterait +dcachetteras +dcachetterez +dcachetteriez +dcachetterions +dcachetterons +dcachetteront +dcachettes +dcade +dcadence +dcadences +dcadent +dcadente +dcadentes +dcadents +dcades +dcafin +dcafine +dcafines +dcafins +dcaissa +dcaissai +dcaissaient +dcaissais +dcaissait +dcaissant +dcaissas +dcaissasse +dcaissassent +dcaissasses +dcaissassiez +dcaissassions +dcaissmes +dcaisst +dcaisstes +dcaisse +dcaissent +dcaisser +dcaissera +dcaisserai +dcaisseraient +dcaisserais +dcaisserait +dcaisseras +dcaisserez +dcaisseriez +dcaisserions +dcaisserons +dcaisseront +dcaisses +dcaissez +dcaiss +dcaisse +dcaisses +dcaisss +dcaissrent +dcaissiez +dcaissions +dcaissons +dcala +dcalage +dcalages +dcalai +dcalaient +dcalais +dcalait +dcalant +dcalas +dcalasse +dcalassent +dcalasses +dcalassiez +dcalassions +dcalmes +dcalt +dcaltes +dcalcification +dcalcomanie +dcale +dcalent +dcaler +dcalera +dcalerai +dcaleraient +dcalerais +dcalerait +dcaleras +dcalerez +dcaleriez +dcalerions +dcalerons +dcaleront +dcales +dcalez +dcal +dcale +dcales +dcals +dcalrent +dcaliez +dcalions +dcalitre +dcalitres +dcalogue +dcalons +dcalqua +dcalquage +dcalquages +dcalquai +dcalquaient +dcalquais +dcalquait +dcalquant +dcalquas +dcalquasse +dcalquassent +dcalquasses +dcalquassiez +dcalquassions +dcalqumes +dcalqut +dcalqutes +dcalque +dcalquent +dcalquer +dcalquera +dcalquerai +dcalqueraient +dcalquerais +dcalquerait +dcalqueras +dcalquerez +dcalqueriez +dcalquerions +dcalquerons +dcalqueront +dcalques +dcalquez +dcalqu +dcalque +dcalques +dcalqus +dcalqurent +dcalquiez +dcalquions +dcalquons +dcamtre +dcamtres +dcampa +dcampai +dcampaient +dcampais +dcampait +dcampant +dcampas +dcampasse +dcampassent +dcampasses +dcampassiez +dcampassions +dcampmes +dcampt +dcamptes +dcampe +dcampent +dcamper +dcampera +dcamperai +dcamperaient +dcamperais +dcamperait +dcamperas +dcamperez +dcamperiez +dcamperions +dcamperons +dcamperont +dcampes +dcampez +dcamp +dcampe +dcampes +dcamps +dcamprent +dcampiez +dcampions +dcampons +dcan +dcans +dcanta +dcantai +dcantaient +dcantais +dcantait +dcantant +dcantas +dcantasse +dcantassent +dcantasses +dcantassiez +dcantassions +dcantation +dcantations +dcantmes +dcantt +dcanttes +dcante +dcantent +dcanter +dcantera +dcanterai +dcanteraient +dcanterais +dcanterait +dcanteras +dcanterez +dcanteriez +dcanterions +dcanterons +dcanteront +dcantes +dcantez +dcant +dcante +dcantes +dcants +dcantrent +dcantiez +dcantions +dcantons +dcapa +dcapage +dcapages +dcapai +dcapaient +dcapais +dcapait +dcapant +dcapas +dcapasse +dcapassent +dcapasses +dcapassiez +dcapassions +dcapmes +dcapt +dcaptes +dcape +dcapent +dcaper +dcapera +dcaperai +dcaperaient +dcaperais +dcaperait +dcaperas +dcaperez +dcaperiez +dcaperions +dcaperons +dcaperont +dcapes +dcapez +dcap +dcape +dcapes +dcaps +dcaprent +dcapiez +dcapions +dcapita +dcapitai +dcapitaient +dcapitais +dcapitait +dcapitant +dcapitas +dcapitasse +dcapitassent +dcapitasses +dcapitassiez +dcapitassions +dcapitation +dcapitations +dcapitmes +dcapitt +dcapittes +dcapite +dcapitent +dcapiter +dcapitera +dcapiterai +dcapiteraient +dcapiterais +dcapiterait +dcapiteras +dcapiterez +dcapiteriez +dcapiterions +dcapiterons +dcapiteront +dcapites +dcapitez +dcapit +dcapite +dcapites +dcapits +dcapitrent +dcapitiez +dcapitions +dcapitons +dcapole +dcapons +dcapota +dcapotable +dcapotables +dcapotai +dcapotaient +dcapotais +dcapotait +dcapotant +dcapotas +dcapotasse +dcapotassent +dcapotasses +dcapotassiez +dcapotassions +dcapotmes +dcapott +dcapottes +dcapote +dcapotent +dcapoter +dcapotera +dcapoterai +dcapoteraient +dcapoterais +dcapoterait +dcapoteras +dcapoterez +dcapoteriez +dcapoterions +dcapoterons +dcapoteront +dcapotes +dcapotez +dcapot +dcapote +dcapotes +dcapots +dcapotrent +dcapotiez +dcapotions +dcapotons +dcapsula +dcapsulai +dcapsulaient +dcapsulais +dcapsulait +dcapsulant +dcapsulas +dcapsulasse +dcapsulassent +dcapsulasses +dcapsulassiez +dcapsulassions +dcapsulmes +dcapsult +dcapsultes +dcapsule +dcapsulent +dcapsuler +dcapsulera +dcapsulerai +dcapsuleraient +dcapsulerais +dcapsulerait +dcapsuleras +dcapsulerez +dcapsuleriez +dcapsulerions +dcapsulerons +dcapsuleront +dcapsules +dcapsuleur +dcapsuleurs +dcapsulez +dcapsul +dcapsule +dcapsules +dcapsuls +dcapsulrent +dcapsuliez +dcapsulions +dcapsulons +dcarcassa +dcarcassai +dcarcassaient +dcarcassais +dcarcassait +dcarcassant +dcarcassas +dcarcassasse +dcarcassassent +dcarcassasses +dcarcassassiez +dcarcassassions +dcarcassmes +dcarcasst +dcarcasstes +dcarcasse +dcarcassent +dcarcasser +dcarcassera +dcarcasserai +dcarcasseraient +dcarcasserais +dcarcasserait +dcarcasseras +dcarcasserez +dcarcasseriez +dcarcasserions +dcarcasserons +dcarcasseront +dcarcasses +dcarcassez +dcarcass +dcarcasse +dcarcasses +dcarcasss +dcarcassrent +dcarcassiez +dcarcassions +dcarcassons +dcasyllabe +dcasyllabes +dcasyllabique +dcasyllabiques +dcati +dcatie +dcaties +dcatir +dcatira +dcatirai +dcatiraient +dcatirais +dcatirait +dcatiras +dcatirent +dcatirez +dcatiriez +dcatirions +dcatirons +dcatiront +dcatis +dcatissaient +dcatissais +dcatissait +dcatissant +dcatisse +dcatissent +dcatisses +dcatissiez +dcatissions +dcatissons +dcatit +dcatmes +dcatt +dcattes +dcav +dcave +dcaves +dcavs +dcela +dcelable +dcelables +dcelai +dcelaient +dcelais +dcelait +dcelant +dcelas +dcelasse +dcelassent +dcelasses +dcelassiez +dcelassions +dcelmes +dcelt +dceltes +dceler +dcelez +dcel +dcele +dceles +dcels +dcelrent +dceliez +dcelions +dcelons +dcembre +dcembres +dcemment +dcence +dcennal +dcennale +dcennales +dcennaux +dcennie +dcennies +dcent +dcente +dcentes +dcentra +dcentrai +dcentraient +dcentrais +dcentrait +dcentralisa +dcentralisai +dcentralisaient +dcentralisais +dcentralisait +dcentralisant +dcentralisas +dcentralisasse +dcentralisassent +dcentralisasses +dcentralisassiez +dcentralisassions +dcentralisation +dcentralisations +dcentralismes +dcentralist +dcentralistes +dcentralise +dcentralisent +dcentraliser +dcentralisera +dcentraliserai +dcentraliseraient +dcentraliserais +dcentraliserait +dcentraliseras +dcentraliserez +dcentraliseriez +dcentraliserions +dcentraliserons +dcentraliseront +dcentralises +dcentralisez +dcentralis +dcentralise +dcentralises +dcentraliss +dcentralisrent +dcentralisiez +dcentralisions +dcentralisons +dcentrant +dcentras +dcentrasse +dcentrassent +dcentrasses +dcentrassiez +dcentrassions +dcentrmes +dcentrt +dcentrtes +dcentre +dcentrent +dcentrer +dcentrera +dcentrerai +dcentreraient +dcentrerais +dcentrerait +dcentreras +dcentrerez +dcentreriez +dcentrerions +dcentrerons +dcentreront +dcentres +dcentrez +dcentr +dcentre +dcentres +dcentrs +dcentrrent +dcentriez +dcentrions +dcentrons +dcents +dception +dceptions +dcerna +dcernai +dcernaient +dcernais +dcernait +dcernant +dcernas +dcernasse +dcernassent +dcernasses +dcernassiez +dcernassions +dcernmes +dcernt +dcerntes +dcerne +dcernent +dcerner +dcernera +dcernerai +dcerneraient +dcernerais +dcernerait +dcerneras +dcernerez +dcerneriez +dcernerions +dcernerons +dcerneront +dcernes +dcernez +dcern +dcerne +dcernes +dcerns +dcernrent +dcerniez +dcernions +dcernons +dcevaient +dcevais +dcevait +dcevant +dcevante +dcevantes +dcevants +dcevez +dceviez +dcevions +dcevoir +dcevons +dcevra +dcevrai +dcevraient +dcevrais +dcevrait +dcevras +dcevrez +dcevriez +dcevrions +dcevrons +dcevront +dcda +dcdai +dcdaient +dcdais +dcdait +dcdant +dcdas +dcdasse +dcdassent +dcdasses +dcdassiez +dcdassions +dcdmes +dcdt +dcdtes +dcder +dcdera +dcderai +dcderaient +dcderais +dcderait +dcderas +dcderez +dcderiez +dcderions +dcderons +dcderont +dcdez +dcd +dcde +dcdes +dcds +dcdrent +dcdiez +dcdions +dcdons +dclration +dclrations +dcde +dcdent +dcdes +dcle +dclent +dclera +dclerai +dcleraient +dclerais +dcleras +dclerez +dcleriez +dclerions +dclerons +dcleront +dcles +dcs +dchana +dchanai +dchanaient +dchanais +dchanait +dchanant +dchanas +dchanasse +dchanassent +dchanasses +dchanassiez +dchanassions +dchanmes +dchant +dchantes +dchane +dchanement +dchanements +dchanent +dchaner +dchanera +dchanerai +dchaneraient +dchanerais +dchanerait +dchaneras +dchanerez +dchaneriez +dchanerions +dchanerons +dchaneront +dchanes +dchanez +dchan +dchane +dchanes +dchans +dchanrent +dchaniez +dchanions +dchanons +dchanta +dchantai +dchantaient +dchantais +dchantait +dchantant +dchantas +dchantasse +dchantassent +dchantasses +dchantassiez +dchantassions +dchantmes +dchantt +dchanttes +dchante +dchantent +dchanter +dchantera +dchanterai +dchanteraient +dchanterais +dchanterait +dchanteras +dchanterez +dchanteriez +dchanterions +dchanterons +dchanteront +dchantes +dchantez +dchant +dchante +dchantes +dchants +dchantrent +dchantiez +dchantions +dchantons +dcharge +dchargea +dchargeai +dchargeaient +dchargeais +dchargeait +dchargeant +dchargeas +dchargeasse +dchargeassent +dchargeasses +dchargeassiez +dchargeassions +dchargemes +dcharget +dchargetes +dchargement +dchargements +dchargent +dchargeons +dcharger +dchargera +dchargerai +dchargeraient +dchargerais +dchargerait +dchargeras +dchargerez +dchargeriez +dchargerions +dchargerons +dchargeront +dcharges +dchargez +dcharg +dcharge +dcharges +dchargs +dchargrent +dchargiez +dchargions +dchargons +dcharn +dcharne +dcharnes +dcharns +dchaussa +dchaussai +dchaussaient +dchaussais +dchaussait +dchaussant +dchaussas +dchaussasse +dchaussassent +dchaussasses +dchaussassiez +dchaussassions +dchaussmes +dchausst +dchausstes +dchausse +dchaussement +dchaussements +dchaussent +dchausser +dchaussera +dchausserai +dchausseraient +dchausserais +dchausserait +dchausseras +dchausserez +dchausseriez +dchausserions +dchausserons +dchausseront +dchausses +dchaussez +dchauss +dchausse +dchausses +dchausss +dchaussrent +dchaussiez +dchaussions +dchaussons +dchet +dchets +dchance +dchances +dchiffra +dchiffrage +dchiffrages +dchiffrai +dchiffraient +dchiffrais +dchiffrait +dchiffrant +dchiffras +dchiffrasse +dchiffrassent +dchiffrasses +dchiffrassiez +dchiffrassions +dchiffrmes +dchiffrt +dchiffrtes +dchiffre +dchiffrement +dchiffrements +dchiffrent +dchiffrer +dchiffrera +dchiffrerai +dchiffreraient +dchiffrerais +dchiffrerait +dchiffreras +dchiffrerez +dchiffreriez +dchiffrerions +dchiffrerons +dchiffreront +dchiffres +dchiffreur +dchiffreure +dchiffreuse +dchiffreuses +dchiffrez +dchiffr +dchiffre +dchiffres +dchiffrs +dchiffrrent +dchiffriez +dchiffrions +dchiffrons +dchiqueta +dchiquetai +dchiquetaient +dchiquetais +dchiquetait +dchiquetant +dchiquetas +dchiquetasse +dchiquetassent +dchiquetasses +dchiquetassiez +dchiquetassions +dchiquetmes +dchiquett +dchiquettes +dchiqueter +dchiquetez +dchiquet +dchiquete +dchiquetes +dchiquets +dchiquetrent +dchiquetiez +dchiquetions +dchiquetons +dchiquette +dchiquettent +dchiquettera +dchiquetterai +dchiquetteraient +dchiquetterais +dchiquetterait +dchiquetteras +dchiquetterez +dchiquetteriez +dchiquetterions +dchiquetterons +dchiquetteront +dchiquettes +dchira +dchirai +dchiraient +dchirais +dchirait +dchirant +dchirante +dchirantes +dchirants +dchiras +dchirasse +dchirassent +dchirasses +dchirassiez +dchirassions +dchirmes +dchirt +dchirtes +dchire +dchirement +dchirements +dchirent +dchirer +dchirera +dchirerai +dchireraient +dchirerais +dchirerait +dchireras +dchirerez +dchireriez +dchirerions +dchirerons +dchireront +dchires +dchirez +dchir +dchire +dchires +dchirs +dchirrent +dchiriez +dchirions +dchirons +dchirure +dchirures +dchoie +dchoient +dchoies +dchoir +dchois +dchoit +dchu +dchue +dchues +dchurent +dchus +dchusse +dchussent +dchut +dcida +dcidai +dcidaient +dcidais +dcidait +dcidant +dcidas +dcidasse +dcidassent +dcidasses +dcidassiez +dcidassions +dcidmes +dcidt +dcidtes +dcide +dcident +dcider +dcidera +dciderai +dcideraient +dciderais +dciderait +dcideras +dciderez +dcideriez +dciderions +dciderons +dcideront +dcides +dcideurs +dcidez +dcid +dcide +dcides +dcidment +dcids +dcidrent +dcidiez +dcidions +dcidons +dcilitre +dcilitres +dcima +dcimai +dcimaient +dcimais +dcimait +dcimal +dcimale +dcimales +dcimant +dcimas +dcimasse +dcimassent +dcimasses +dcimassiez +dcimassions +dcimaux +dcimmes +dcimt +dcimtes +dcime +dciment +dcimer +dcimera +dcimerai +dcimeraient +dcimerais +dcimerait +dcimeras +dcimerez +dcimeriez +dcimerions +dcimerons +dcimeront +dcimes +dcimez +dcim +dcime +dcimes +dcims +dcimrent +dcimtre +dcimtres +dcimiez +dcimions +dcimons +dcintra +dcintrai +dcintraient +dcintrais +dcintrait +dcintrant +dcintras +dcintrasse +dcintrassent +dcintrasses +dcintrassiez +dcintrassions +dcintrmes +dcintrt +dcintrtes +dcintre +dcintrent +dcintrer +dcintrera +dcintrerai +dcintreraient +dcintrerais +dcintrerait +dcintreras +dcintrerez +dcintreriez +dcintrerions +dcintrerons +dcintreront +dcintres +dcintrez +dcintr +dcintre +dcintres +dcintrs +dcintrrent +dcintriez +dcintrions +dcintrons +dcisif +dcisifs +dcision +dcisions +dcisive +dcisives +dclama +dclamai +dclamaient +dclamais +dclamait +dclamant +dclamas +dclamasse +dclamassent +dclamasses +dclamassiez +dclamassions +dclamation +dclamations +dclamatoire +dclamatoirement +dclamatoires +dclammes +dclamt +dclamtes +dclame +dclament +dclamer +dclamera +dclamerai +dclameraient +dclamerais +dclamerait +dclameras +dclamerez +dclameriez +dclamerions +dclamerons +dclameront +dclames +dclamez +dclam +dclame +dclames +dclams +dclamrent +dclamiez +dclamions +dclamons +dclara +dclarai +dclaraient +dclarais +dclarait +dclarant +dclaras +dclarasse +dclarassent +dclarasses +dclarassiez +dclarassions +dclaration +dclarations +dclarmes +dclart +dclartes +dclare +dclarent +dclarer +dclarera +dclarerai +dclareraient +dclarerais +dclarerait +dclareras +dclarerez +dclareriez +dclarerions +dclarerons +dclareront +dclares +dclarez +dclar +dclare +dclares +dclars +dclarrent +dclariez +dclarions +dclarons +dclassa +dclassai +dclassaient +dclassais +dclassait +dclassant +dclassas +dclassasse +dclassassent +dclassasses +dclassassiez +dclassassions +dclassmes +dclasst +dclasstes +dclasse +dclassement +dclassements +dclassent +dclasser +dclassera +dclasserai +dclasseraient +dclasserais +dclasserait +dclasseras +dclasserez +dclasseriez +dclasserions +dclasserons +dclasseront +dclasses +dclassez +dclass +dclasse +dclasses +dclasss +dclassrent +dclassiez +dclassions +dclassons +dclencha +dclenchai +dclenchaient +dclenchais +dclenchait +dclenchant +dclenchas +dclenchasse +dclenchassent +dclenchasses +dclenchassiez +dclenchassions +dclenchmes +dclencht +dclenchtes +dclenche +dclenchement +dclenchements +dclenchent +dclencher +dclenchera +dclencherai +dclencheraient +dclencherais +dclencherait +dclencheras +dclencherez +dclencheriez +dclencherions +dclencherons +dclencheront +dclenches +dclencheur +dclenchez +dclench +dclenche +dclenches +dclenchs +dclenchrent +dclenchiez +dclenchions +dclenchons +dclerait +dclic +dclics +dclin +dclina +dclinable +dclinables +dclinai +dclinaient +dclinais +dclinaison +dclinaisons +dclinait +dclinant +dclinas +dclinasse +dclinassent +dclinasses +dclinassiez +dclinassions +dclinmes +dclint +dclintes +dcline +dclinent +dcliner +dclinera +dclinerai +dclineraient +dclinerais +dclinerait +dclineras +dclinerez +dclineriez +dclinerions +dclinerons +dclineront +dclines +dclinez +dclin +dcline +dclines +dclins +dclinrent +dcliniez +dclinions +dclinons +dclins +dclivit +dclivits +dcloisonna +dcloisonnai +dcloisonnaient +dcloisonnais +dcloisonnait +dcloisonnant +dcloisonnas +dcloisonnasse +dcloisonnassent +dcloisonnasses +dcloisonnassiez +dcloisonnassions +dcloisonnmes +dcloisonnt +dcloisonntes +dcloisonne +dcloisonnent +dcloisonner +dcloisonnera +dcloisonnerai +dcloisonneraient +dcloisonnerais +dcloisonnerait +dcloisonneras +dcloisonnerez +dcloisonneriez +dcloisonnerions +dcloisonnerons +dcloisonneront +dcloisonnes +dcloisonnez +dcloisonn +dcloisonne +dcloisonnes +dcloisonns +dcloisonnrent +dcloisonnniez +dcloisonnnions +dcloisonnnons +dcloua +dclouai +dclouaient +dclouais +dclouait +dclouant +dclouas +dclouasse +dclouassent +dclouasses +dclouassiez +dclouassions +dcloumes +dclout +dcloutes +dcloue +dclouent +dclouer +dclouera +dclouerai +dcloueraient +dclouerais +dclouerait +dcloueras +dclouerez +dcloueriez +dclouerions +dclouerons +dcloueront +dcloues +dclouez +dclou +dcloue +dcloues +dclous +dclourent +dclouiez +dclouions +dclouons +dcocha +dcochai +dcochaient +dcochais +dcochait +dcochant +dcochas +dcochasse +dcochassent +dcochasses +dcochassiez +dcochassions +dcochmes +dcocht +dcochtes +dcoche +dcochent +dcocher +dcochera +dcocherai +dcocheraient +dcocherais +dcocherait +dcocheras +dcocherez +dcocheriez +dcocherions +dcocherons +dcocheront +dcoches +dcochez +dcoch +dcoche +dcoches +dcochs +dcochrent +dcochiez +dcochions +dcochons +dcoction +dcoctions +dcoda +dcodage +dcodages +dcodai +dcodaient +dcodais +dcodait +dcodant +dcodas +dcodasse +dcodassent +dcodasses +dcodassiez +dcodassions +dcodmes +dcodt +dcodtes +dcode +dcodent +dcoder +dcodera +dcoderai +dcoderaient +dcoderais +dcoderait +dcoderas +dcoderez +dcoderiez +dcoderions +dcoderons +dcoderont +dcodes +dcodez +dcod +dcode +dcodes +dcods +dcodrent +dcodiez +dcodions +dcodons +dcoiffa +dcoiffai +dcoiffaient +dcoiffais +dcoiffait +dcoiffant +dcoiffas +dcoiffasse +dcoiffassent +dcoiffasses +dcoiffassiez +dcoiffassions +dcoiffmes +dcoifft +dcoifftes +dcoiffe +dcoiffent +dcoiffer +dcoiffera +dcoifferai +dcoifferaient +dcoifferais +dcoifferait +dcoifferas +dcoifferez +dcoifferiez +dcoifferions +dcoifferons +dcoifferont +dcoiffes +dcoiffez +dcoiff +dcoiffe +dcoiffes +dcoiffs +dcoiffrent +dcoiffiez +dcoiffions +dcoiffons +dcolra +dcolrai +dcolraient +dcolrais +dcolrait +dcolrant +dcolras +dcolrasse +dcolrassent +dcolrasses +dcolrassiez +dcolrassions +dcolrmes +dcolrt +dcolrtes +dcolrer +dcolrera +dcolrerai +dcolreraient +dcolrerais +dcolrerait +dcolreras +dcolrerez +dcolreriez +dcolrerions +dcolrerons +dcolreront +dcolrez +dcolr +dcolre +dcolres +dcolrs +dcolrrent +dcolriez +dcolrions +dcolrons +dcolre +dcolrent +dcolres +dcolla +dcollage +dcollages +dcollai +dcollaient +dcollais +dcollait +dcollant +dcollas +dcollasse +dcollassent +dcollasses +dcollassiez +dcollassions +dcollmes +dcollt +dcolltes +dcolle +dcollement +dcollements +dcollent +dcoller +dcollera +dcollerai +dcolleraient +dcollerais +dcollerait +dcolleras +dcollerez +dcolleriez +dcollerions +dcollerons +dcolleront +dcolles +dcolleta +dcolletage +dcolletages +dcolletai +dcolletaient +dcolletais +dcolletait +dcolletant +dcolletas +dcolletasse +dcolletassent +dcolletasses +dcolletassiez +dcolletassions +dcolletmes +dcollett +dcollettes +dcolleter +dcolletez +dcollet +dcollete +dcolletes +dcollets +dcolletrent +dcolletiez +dcolletions +dcolletons +dcollette +dcollettent +dcollettera +dcolletterai +dcolletteraient +dcolletterais +dcolletterait +dcolletteras +dcolletterez +dcolletteriez +dcolletterions +dcolletterons +dcolletteront +dcollettes +dcollez +dcoll +dcolle +dcolles +dcolls +dcollrent +dcolliez +dcollions +dcollons +dcolonisation +dcolonisations +dcolonis +dcolonise +dcolonises +dcoloniss +dcolora +dcolorai +dcoloraient +dcolorais +dcolorait +dcolorant +dcoloras +dcolorasse +dcolorassent +dcolorasses +dcolorassiez +dcolorassions +dcoloration +dcolorations +dcolormes +dcolort +dcolortes +dcolore +dcolorent +dcolorer +dcolorera +dcolorerai +dcoloreraient +dcolorerais +dcolorerait +dcoloreras +dcolorerez +dcoloreriez +dcolorerions +dcolorerons +dcoloreront +dcolores +dcolorez +dcolor +dcolore +dcolores +dcolors +dcolorrent +dcoloriez +dcolorions +dcolorons +dcombres +dcommanda +dcommandai +dcommandaient +dcommandais +dcommandait +dcommandant +dcommandas +dcommandasse +dcommandassent +dcommandasses +dcommandassiez +dcommandassions +dcommandmes +dcommandt +dcommandtes +dcommande +dcommandent +dcommander +dcommandera +dcommanderai +dcommanderaient +dcommanderais +dcommanderait +dcommanderas +dcommanderez +dcommanderiez +dcommanderions +dcommanderons +dcommanderont +dcommandes +dcommandez +dcommand +dcommande +dcommandes +dcommands +dcommandrent +dcommandiez +dcommandions +dcommandons +dcomposa +dcomposai +dcomposaient +dcomposais +dcomposait +dcomposant +dcomposas +dcomposasse +dcomposassent +dcomposasses +dcomposassiez +dcomposassions +dcomposmes +dcompost +dcompostes +dcompose +dcomposent +dcomposer +dcomposera +dcomposerai +dcomposeraient +dcomposerais +dcomposerait +dcomposeras +dcomposerez +dcomposeriez +dcomposerions +dcomposerons +dcomposeront +dcomposes +dcomposez +dcompos +dcompose +dcomposes +dcomposs +dcomposrent +dcomposiez +dcomposions +dcomposition +dcompositions +dcomposons +dcompression +dcompressions +dcomprima +dcomprimai +dcomprimaient +dcomprimais +dcomprimait +dcomprimant +dcomprimas +dcomprimasse +dcomprimassent +dcomprimasses +dcomprimassiez +dcomprimassions +dcomprimmes +dcomprimt +dcomprimtes +dcomprime +dcompriment +dcomprimer +dcomprimera +dcomprimerai +dcomprimeraient +dcomprimerais +dcomprimerait +dcomprimeras +dcomprimerez +dcomprimeriez +dcomprimerions +dcomprimerons +dcomprimeront +dcomprimes +dcomprimez +dcomprim +dcomprime +dcomprimes +dcomprims +dcomprimrent +dcomprimiez +dcomprimions +dcomprimons +dcompta +dcomptai +dcomptaient +dcomptais +dcomptait +dcomptant +dcomptas +dcomptasse +dcomptassent +dcomptasses +dcomptassiez +dcomptassions +dcomptmes +dcomptt +dcompttes +dcompte +dcomptent +dcompter +dcomptera +dcompterai +dcompteraient +dcompterais +dcompterait +dcompteras +dcompterez +dcompteriez +dcompterions +dcompterons +dcompteront +dcomptes +dcomptez +dcompt +dcompte +dcomptes +dcompts +dcomptrent +dcomptiez +dcomptions +dcomptons +dconcerta +dconcertai +dconcertaient +dconcertais +dconcertait +dconcertant +dconcertas +dconcertasse +dconcertassent +dconcertasses +dconcertassiez +dconcertassions +dconcertmes +dconcertt +dconcerttes +dconcerte +dconcertent +dconcerter +dconcertera +dconcerterai +dconcerteraient +dconcerterais +dconcerterait +dconcerteras +dconcerterez +dconcerteriez +dconcerterions +dconcerterons +dconcerteront +dconcertes +dconcertez +dconcert +dconcerte +dconcertes +dconcerts +dconcertrent +dconcertiez +dconcertions +dconcertons +dconfit +dconfite +dconfites +dconfits +dconfiture +dconfitures +dcongela +dcongelai +dcongelaient +dcongelais +dcongelait +dcongelant +dcongelas +dcongelasse +dcongelassent +dcongelasses +dcongelassiez +dcongelassions +dcongelmes +dcongelt +dcongeltes +dcongelez +dcongel +dcongele +dcongeles +dcongels +dcongelrent +dcongeliez +dcongelions +dcongelons +dcongle +dconglent +dconglera +dconglerai +dcongleraient +dconglerais +dconglerait +dcongleras +dconglerez +dcongleriez +dconglerions +dconglerons +dcongleront +dcongles +dconnecta +dconnectai +dconnectaient +dconnectais +dconnectait +dconnectant +dconnectas +dconnectasse +dconnectassent +dconnectasses +dconnectassiez +dconnectassions +dconnectmes +dconnectt +dconnecttes +dconnecte +dconnectent +dconnecter +dconnectera +dconnecterai +dconnecteraient +dconnecterais +dconnecterait +dconnecteras +dconnecterez +dconnecteriez +dconnecterions +dconnecterons +dconnecteront +dconnectes +dconnectez +dconnect +dconnecte +dconnectes +dconnects +dconnectrent +dconnectiez +dconnections +dconnectons +dconseilla +dconseillai +dconseillaient +dconseillais +dconseillait +dconseillant +dconseillas +dconseillasse +dconseillassent +dconseillasses +dconseillassiez +dconseillassions +dconseillmes +dconseillt +dconseilltes +dconseille +dconseillent +dconseiller +dconseillera +dconseillerai +dconseilleraient +dconseillerais +dconseillerait +dconseilleras +dconseillerez +dconseilleriez +dconseillerions +dconseillerons +dconseilleront +dconseilles +dconseillez +dconseill +dconseille +dconseilles +dconseills +dconseillrent +dconseilliez +dconseillions +dconseillons +dconsidra +dconsidrai +dconsidraient +dconsidrais +dconsidrait +dconsidrant +dconsidras +dconsidrasse +dconsidrassent +dconsidrasses +dconsidrassiez +dconsidrassions +dconsidrmes +dconsidrt +dconsidrtes +dconsidrer +dconsidrera +dconsidrerai +dconsidreraient +dconsidrerais +dconsidrerait +dconsidreras +dconsidreration +dconsidrerations +dconsidrerez +dconsidreriez +dconsidrerions +dconsidrerons +dconsidreront +dconsidrez +dconsidr +dconsidre +dconsidres +dconsidrs +dconsidrrent +dconsidriez +dconsidrions +dconsidrons +dconsidre +dconsidrent +dconsidres +dcontamina +dcontaminai +dcontaminaient +dcontaminais +dcontaminait +dcontaminant +dcontaminas +dcontaminasse +dcontaminassent +dcontaminasses +dcontaminassiez +dcontaminassions +dcontaminmes +dcontamint +dcontamintes +dcontamine +dcontaminent +dcontaminer +dcontaminera +dcontaminerai +dcontamineraient +dcontaminerais +dcontaminerait +dcontamineras +dcontaminerez +dcontamineriez +dcontaminerions +dcontaminerons +dcontamineront +dcontamines +dcontaminez +dcontamin +dcontamine +dcontamines +dcontamins +dcontaminrent +dcontaminiez +dcontaminions +dcontaminons +dcontenance +dcontenancent +dcontenancer +dcontenancera +dcontenancerai +dcontenanceraient +dcontenancerais +dcontenancerait +dcontenancerant +dcontenanceras +dcontenancerasse +dcontenancerassent +dcontenancerasses +dcontenancerassiez +dcontenancerassions +dcontenancermes +dcontenancert +dcontenancertes +dcontenances +dcontenancez +dcontenanc +dcontenance +dcontenances +dcontenancs +dcontenancrent +dcontenanciez +dcontenancions +dcontenana +dcontenanai +dcontenanaient +dcontenanais +dcontenanait +dcontenanant +dcontenanas +dcontenanasse +dcontenanassent +dcontenanasses +dcontenanassiez +dcontenanassions +dcontenanmes +dcontenant +dcontenantes +dcontenanons +dcontracta +dcontractant +dcontractante +dcontractantes +dcontractants +dcontract +dcontracte +dcontractes +dcontracts +dconvenue +dconvenues +dcor +dcora +dcorai +dcoraient +dcorais +dcorait +dcorant +dcoras +dcorasse +dcorassent +dcorasses +dcorassiez +dcorassions +dcorateur +dcorateurs +dcoratif +dcoratifs +dcoration +dcorations +dcorative +dcorativement +dcoratives +dcoratrice +dcoratrices +dcormes +dcort +dcortes +dcore +dcorent +dcorer +dcorera +dcorerai +dcoreraient +dcorerais +dcorerait +dcoreras +dcorerez +dcoreriez +dcorerions +dcorerons +dcoreront +dcores +dcorez +dcor +dcore +dcores +dcors +dcorrent +dcoriez +dcorions +dcorons +dcors +dcorticage +dcorticages +dcortiqua +dcortiquai +dcortiquaient +dcortiquais +dcortiquait +dcortiquant +dcortiquas +dcortiquasse +dcortiquassent +dcortiquasses +dcortiquassiez +dcortiquassions +dcortiqumes +dcortiqut +dcortiqutes +dcortique +dcortiquent +dcortiquer +dcortiquera +dcortiquerai +dcortiqueraient +dcortiquerais +dcortiquerait +dcortiqueras +dcortiquerez +dcortiqueriez +dcortiquerions +dcortiquerons +dcortiqueront +dcortiques +dcortiquez +dcortiqu +dcortique +dcortiques +dcortiqus +dcortiqurent +dcortiquiez +dcortiquions +dcortiquons +dcorum +dcoucha +dcouchai +dcouchaient +dcouchais +dcouchait +dcouchant +dcouchas +dcouchasse +dcouchassent +dcouchasses +dcouchassiez +dcouchassions +dcouchmes +dcoucht +dcouchtes +dcouche +dcouchent +dcoucher +dcouchera +dcoucherai +dcoucheraient +dcoucherais +dcoucherait +dcoucheras +dcoucherez +dcoucheriez +dcoucherions +dcoucherons +dcoucheront +dcouches +dcouchez +dcouch +dcouche +dcouches +dcouchs +dcouchrent +dcouchiez +dcouchions +dcouchons +dcoud +dcoudra +dcoudrai +dcoudraient +dcoudrais +dcoudrait +dcoudras +dcoudre +dcoudrez +dcoudriez +dcoudrions +dcoudrons +dcoudront +dcouds +dcoula +dcoulai +dcoulaient +dcoulais +dcoulait +dcoulant +dcoulas +dcoulasse +dcoulassent +dcoulasses +dcoulassiez +dcoulassions +dcoulmes +dcoult +dcoultes +dcoule +dcoulent +dcouler +dcoulera +dcoulerai +dcouleraient +dcoulerais +dcoulerait +dcouleras +dcoulerez +dcouleriez +dcoulerions +dcoulerons +dcouleront +dcoules +dcoulez +dcoul +dcoule +dcoules +dcouls +dcoulrent +dcouliez +dcoulions +dcoulons +dcoupa +dcoupage +dcoupages +dcoupai +dcoupaient +dcoupais +dcoupait +dcoupant +dcoupas +dcoupasse +dcoupassent +dcoupasses +dcoupassiez +dcoupassions +dcoupmes +dcoupt +dcouptes +dcoupe +dcoupent +dcouper +dcoupera +dcouperai +dcouperaient +dcouperais +dcouperait +dcouperas +dcouperez +dcouperiez +dcouperions +dcouperons +dcouperont +dcoupes +dcoupez +dcoup +dcoupe +dcoupes +dcoups +dcouprent +dcoupiez +dcoupions +dcoupl +dcouple +dcouples +dcoupls +dcoupons +dcoupure +dcoupures +dcourage +dcouragea +dcourageai +dcourageaient +dcourageais +dcourageait +dcourageant +dcourageas +dcourageasse +dcourageassent +dcourageasses +dcourageassiez +dcourageassions +dcouragemes +dcouraget +dcouragetes +dcouragement +dcouragements +dcouragent +dcourageons +dcourager +dcouragera +dcouragerai +dcourageraient +dcouragerais +dcouragerait +dcourageras +dcouragerez +dcourageriez +dcouragerions +dcouragerons +dcourageront +dcourages +dcouragez +dcourag +dcourage +dcourages +dcourags +dcouragrent +dcouragiez +dcouragions +dcouronna +dcouronnai +dcouronnaient +dcouronnais +dcouronnait +dcouronnant +dcouronnas +dcouronnasse +dcouronnassent +dcouronnasses +dcouronnassiez +dcouronnassions +dcouronnmes +dcouronnt +dcouronntes +dcouronne +dcouronnent +dcouronner +dcouronnera +dcouronnerai +dcouronneraient +dcouronnerais +dcouronnerait +dcouronneras +dcouronnerez +dcouronneriez +dcouronnerions +dcouronnerons +dcouronneront +dcouronnes +dcouronnez +dcouronn +dcouronne +dcouronnes +dcouronns +dcouronnrent +dcouronniez +dcouronnions +dcouronnons +dcousaient +dcousais +dcousait +dcousant +dcouse +dcousent +dcouses +dcousez +dcousiez +dcousions +dcousirent +dcousis +dcousisse +dcousissent +dcousisses +dcousissiez +dcousissions +dcousit +dcousmes +dcoust +dcoustes +dcousons +dcousu +dcousue +dcousues +dcousus +dcouvert +dcouverte +dcouvertes +dcouverts +dcouvraient +dcouvrais +dcouvrait +dcouvrant +dcouvre +dcouvrent +dcouvres +dcouvreur +dcouvrez +dcouvriez +dcouvrions +dcouvrir +dcouvrira +dcouvrirai +dcouvriraient +dcouvrirais +dcouvrirait +dcouvriras +dcouvrirent +dcouvrirez +dcouvririez +dcouvririons +dcouvrirons +dcouvriront +dcouvris +dcouvrisse +dcouvrissent +dcouvrisses +dcouvrissiez +dcouvrissions +dcouvrit +dcouvrmes +dcouvrt +dcouvrtes +dcouvrons +dcrassa +dcrassage +dcrassages +dcrassai +dcrassaient +dcrassais +dcrassait +dcrassant +dcrassas +dcrassasse +dcrassassent +dcrassasses +dcrassassiez +dcrassassions +dcrassmes +dcrasst +dcrasstes +dcrasse +dcrassent +dcrasser +dcrassera +dcrasserai +dcrasseraient +dcrasserais +dcrasserait +dcrasseras +dcrasserez +dcrasseriez +dcrasserions +dcrasserons +dcrasseront +dcrasses +dcrassez +dcrass +dcrasse +dcrasses +dcrasss +dcrassrent +dcrassiez +dcrassions +dcrassons +dcret +dcrets +dcrpit +dcrpite +dcrpites +dcrpits +dcrpitude +dcrpitudes +dcrta +dcrtai +dcrtaient +dcrtais +dcrtait +dcrtant +dcrtas +dcrtasse +dcrtassent +dcrtasses +dcrtassiez +dcrtassions +dcrtmes +dcrtt +dcrttes +dcrter +dcrtera +dcrterai +dcrteraient +dcrterais +dcrterait +dcrteras +dcrterez +dcrteriez +dcrterions +dcrterons +dcrteront +dcrtez +dcrt +dcrte +dcrtes +dcrts +dcrtrent +dcrtiez +dcrtions +dcrtons +dcrte +dcrtent +dcrtes +dcria +dcriai +dcriaient +dcriais +dcriait +dcriant +dcrias +dcriasse +dcriassent +dcriasses +dcriassiez +dcriassions +dcrimes +dcrit +dcrites +dcrie +dcrient +dcrier +dcriera +dcrierai +dcrieraient +dcrierais +dcrierait +dcrieras +dcrierez +dcrieriez +dcrierions +dcrierons +dcrieront +dcries +dcriez +dcri +dcrie +dcries +dcris +dcrirent +dcriiez +dcriions +dcrions +dcrirai +dcrire +dcris +dcrit +dcrite +dcrites +dcrits +dcrivaient +dcrivais +dcrivait +dcrivant +dcrivants +dcrive +dcrivent +dcrives +dcrivez +dcriviez +dcrivions +dcrivirent +dcrivis +dcrivisse +dcrivissent +dcrivisses +dcrivissiez +dcrivissions +dcrivit +dcrivmes +dcrivt +dcrivtes +dcrivons +dcrocha +dcrochage +dcrochai +dcrochaient +dcrochais +dcrochait +dcrochant +dcrochas +dcrochasse +dcrochassent +dcrochasses +dcrochassiez +dcrochassions +dcrochmes +dcrocht +dcrochtes +dcroche +dcrochent +dcrocher +dcrochera +dcrocherai +dcrocheraient +dcrocherais +dcrocherait +dcrocheras +dcrocherez +dcrocheriez +dcrocherions +dcrocherons +dcrocheront +dcroches +dcrochez +dcroch +dcroche +dcroches +dcrochs +dcrochrent +dcrochiez +dcrochions +dcrochons +dcrois +dcroisa +dcroisai +dcroisaient +dcroisais +dcroisait +dcroisant +dcroisas +dcroisasse +dcroisassent +dcroisasses +dcroisassiez +dcroisassions +dcroismes +dcroist +dcroistes +dcroise +dcroisent +dcroiser +dcroisera +dcroiserai +dcroiseraient +dcroiserais +dcroiserait +dcroiseras +dcroiserez +dcroiseriez +dcroiserions +dcroiserons +dcroiseront +dcroises +dcroisez +dcrois +dcroise +dcroises +dcroiss +dcroisrent +dcroisiez +dcroisions +dcroisons +dcroissaient +dcroissais +dcroissait +dcroissance +dcroissant +dcroissante +dcroissantes +dcroisse +dcroissent +dcroisses +dcroissez +dcroissiez +dcroissions +dcroissons +dcroit +dcrotra +dcrotrai +dcrotraient +dcrotrais +dcrotrait +dcrotras +dcrotre +dcrotrez +dcrotriez +dcrotrions +dcrotrons +dcrotront +dcrotta +dcrottage +dcrottages +dcrottai +dcrottaient +dcrottais +dcrottait +dcrottant +dcrottas +dcrottasse +dcrottassent +dcrottasses +dcrottassiez +dcrottassions +dcrottmes +dcrottt +dcrotttes +dcrotte +dcrottent +dcrotter +dcrottera +dcrotterai +dcrotteraient +dcrotterais +dcrotterait +dcrotteras +dcrotterez +dcrotteriez +dcrotterons +dcrotteront +dcrottes +dcrottez +dcrott +dcrotte +dcrottes +dcrotts +dcrottrent +dcrottiez +dcrottions +dcrottoir +dcrottoirs +dcrottons +dcrue +dcrues +dcr +dcre +dcres +dcrmes +dcrrent +dcrs +dcrsse +dcrssent +dcrsses +dcrssiez +dcrssions +dcrt +dcrtes +dcrypta +dcryptai +dcryptaient +dcryptais +dcryptait +dcryptant +dcryptas +dcryptasse +dcryptassent +dcryptasses +dcryptassiez +dcryptassions +dcryptmes +dcryptt +dcrypttes +dcrypte +dcryptent +dcrypter +dcryptera +dcrypterai +dcrypteraient +dcrypterais +dcrypterait +dcrypteras +dcrypterez +dcrypteriez +dcrypterions +dcrypterons +dcrypteront +dcryptes +dcryptez +dcrypt +dcrypte +dcryptes +dcrypts +dcryptrent +dcryptiez +dcryptions +dcryptons +dculotta +dculottai +dculottaient +dculottais +dculottait +dculottant +dculottas +dculottasse +dculottassent +dculottasses +dculottassiez +dculottassions +dculottmes +dculottt +dculotttes +dculotte +dculottent +dculotter +dculottera +dculotterai +dculotteraient +dculotterais +dculotterait +dculotteras +dculotterez +dculotteriez +dculotterions +dculotterons +dculotteront +dculottes +dculottez +dculott +dculottes +dculotts +dculottrent +dculottiez +dculottions +dculottons +dcupla +dcuplai +dcuplaient +dcuplais +dcuplait +dcuplant +dcuplas +dcuplasse +dcuplassent +dcuplasses +dcuplassiez +dcuplassions +dcuplmes +dcuplt +dcupltes +dcuple +dcuplent +dcupler +dcuplera +dcuplerai +dcupleraient +dcuplerais +dcuplerait +dcupleras +dcuplerez +dcupleriez +dcuplerions +dcuplerons +dcupleront +dcuples +dcuplez +dcupl +dcuple +dcuples +dcupls +dcuplrent +dcupliez +dcuplions +dcuplons +d +dois +doit +doive +doivent +doives +du +due +dues +durent +dus +dusse +dussent +dusses +dussiez +dussions +dut +dmes +dt +dtes +ddaigna +ddaignai +ddaignaient +ddaignais +ddaignait +ddaignant +ddaignas +ddaignasse +ddaignassent +ddaignasses +ddaignassiez +ddaignassions +ddaignmes +ddaignt +ddaigntes +ddaigne +ddaignent +ddaigner +ddaignera +ddaignerai +ddaigneraient +ddaignerais +ddaignerait +ddaigneras +ddaignerez +ddaigneriez +ddaignerions +ddaignerons +ddaigneront +ddaignes +ddaigneuse +ddaigneusement +ddaigneuses +ddaigneux +ddaignez +ddaign +ddaigne +ddaignes +ddaigns +ddaignrent +ddaigniez +ddaignions +ddaignons +ddain +ddains +ddale +ddales +ddia +ddiai +ddiaient +ddiais +ddiait +ddiant +ddias +ddiasse +ddiassent +ddiasses +ddiassiez +ddiassions +ddimes +ddit +ddites +ddicace +ddicacent +ddicacer +ddicacera +ddicacerai +ddicaceraient +ddicacerais +ddicacerait +ddicaceras +ddicacerez +ddicaceriez +ddicacerions +ddicacerons +ddicaceront +ddicaces +ddicacez +ddicac +ddicace +ddicaces +ddicacs +ddicacrent +ddicaciez +ddicacions +ddicaa +ddicaai +ddicaaient +ddicaais +ddicaait +ddicaant +ddicaas +ddicaasse +ddicaassent +ddicaasses +ddicaassiez +ddicaassions +ddicames +ddicat +ddicates +ddicaons +ddicatoire +ddicatoires +ddie +ddient +ddier +ddiera +ddierai +ddieraient +ddierais +ddierait +ddieras +ddierez +ddieriez +ddierions +ddierons +ddieront +ddies +ddiez +ddi +ddie +ddies +ddis +ddirent +ddiiez +ddiions +ddions +ddira +ddirai +ddiraient +ddirais +ddirait +ddiras +ddire +ddirent +ddirez +ddiriez +ddirions +ddirons +ddiront +ddis +ddisaient +ddisais +ddisait +ddisant +ddise +ddisent +ddises +ddisez +ddisiez +ddisions +ddisons +ddisse +ddissent +ddisses +ddissiez +ddissions +ddit +ddite +ddites +ddits +ddmes +ddt +ddtes +ddommage +ddommagea +ddommageai +ddommageaient +ddommageais +ddommageait +ddommageant +ddommageas +ddommageasse +ddommageassent +ddommageasses +ddommageassiez +ddommageassions +ddommagemes +ddommaget +ddommagetes +ddommagement +ddommagements +ddommagent +ddommageons +ddommager +ddommagera +ddommagerai +ddommageraient +ddommagerais +ddommagerait +ddommageras +ddommagerez +ddommageriez +ddommagerions +ddommagerons +ddommageront +ddommages +ddommagez +ddommag +ddommage +ddommages +ddommags +ddommagrent +ddommagiez +ddommagions +ddora +ddorai +ddoraient +ddorais +ddorait +ddorant +ddoras +ddorasse +ddorassent +ddorasses +ddorassiez +ddorassions +ddormes +ddort +ddortes +ddore +ddorent +ddorer +ddorera +ddorerai +ddoreraient +ddorerais +ddorerait +ddoreras +ddorerez +ddoreriez +ddorerions +ddorerons +ddoreront +ddores +ddorez +ddor +ddore +ddores +ddors +ddorrent +ddoriez +ddorions +ddorons +ddouana +ddouanai +ddouanaient +ddouanais +ddouanait +ddouanant +ddouanas +ddouanasse +ddouanassent +ddouanasses +ddouanassiez +ddouanassions +ddouanmes +ddouant +ddouantes +ddouane +ddouanement +ddouanements +ddouanent +ddouaner +ddouanera +ddouanerai +ddouaneraient +ddouanerais +ddouanerait +ddouaneras +ddouanerez +ddouaneriez +ddouanerions +ddouanerons +ddouaneront +ddouanes +ddouanez +ddouan +ddouane +ddouanes +ddouans +ddouanrent +ddouaniez +ddouanions +ddouanons +ddoubla +ddoublai +ddoublaient +ddoublais +ddoublait +ddoublant +ddoublas +ddoublasse +ddoublassent +ddoublasses +ddoublassiez +ddoublassions +ddoublmes +ddoublt +ddoubltes +ddouble +ddoublement +ddoublements +ddoublent +ddoubler +ddoublera +ddoublerai +ddoubleraient +ddoublerais +ddoublerait +ddoubleras +ddoublerez +ddoubleriez +ddoublerions +ddoublerons +ddoubleront +ddoubles +ddoublez +ddoubl +ddouble +ddoubles +ddoubls +ddoublrent +ddoubliez +ddoublions +ddoublons +dductible +dductibles +dductif +dductifs +dduction +dductions +dductive +dductives +dduira +dduirai +dduiraient +dduirais +dduirait +dduiras +dduire +dduirez +dduiriez +dduirions +dduirons +dduiront +dduis +dduisaient +dduisais +dduisait +dduisant +dduise +dduisent +dduises +dduisez +dduisiez +dduisions +dduisirent +dduisis +dduisisse +dduisissent +dduisisses +dduisissiez +dduisissions +dduisit +dduismes +dduist +dduistes +dduisons +dduit +dduite +dduites +dduits +desse +desses +dfaillaient +dfaillais +dfaillait +dfaillance +dfaillances +dfaillant +dfaillante +dfaillantes +dfaillants +dfaille +dfaillent +dfailles +dfaillez +dfailli +dfaillie +dfaillies +dfailliez +dfaillions +dfaillir +dfaillira +dfaillirai +dfailliraient +dfaillirais +dfaillirait +dfailliras +dfaillirent +dfaillirez +dfailliriez +dfaillirions +dfaillirons +dfailliront +dfaillis +dfaillisse +dfaillissent +dfaillisses +dfaillissiez +dfaillissions +dfaillit +dfaillmes +dfaillt +dfailltes +dfaillons +dfaire +dfais +dfaisaient +dfaisais +dfaisait +dfaisant +dfaisez +dfaisiez +dfaisions +dfaisons +dfait +dfaite +dfaites +dfaitisme +dfaitiste +dfaitistes +dfaits +dfalcation +dfalcations +dfalqua +dfalquai +dfalquaient +dfalquais +dfalquait +dfalquant +dfalquas +dfalquasse +dfalquassent +dfalquasses +dfalquassiez +dfalquassions +dfalqumes +dfalqut +dfalqutes +dfalque +dfalquent +dfalquer +dfalquera +dfalquerai +dfalqueraient +dfalquerais +dfalquerait +dfalqueras +dfalquerez +dfalqueriez +dfalquerions +dfalquerons +dfalqueront +dfalques +dfalquez +dfalqu +dfalque +dfalques +dfalqus +dfasse +dfassent +dfasses +dfassiez +dfassions +dfaussa +dfaussai +dfaussaient +dfaussais +dfaussait +dfaussant +dfaussas +dfaussasse +dfaussassent +dfaussasses +dfaussassiez +dfaussassions +dfaussmes +dfausst +dfausstes +dfausse +dfaussent +dfausser +dfaussera +dfausserai +dfausseraient +dfausserais +dfausserait +dfausseras +dfausserez +dfausseriez +dfausserions +dfausserons +dfausseront +dfausses +dfaussez +dfauss +dfausse +dfausses +dfausss +dfaussrent +dfaussiez +dfaussions +dfaussons +dfaut +dfauts +dfaveur +dfaveurs +dfavorable +dfavorablement +dfavorables +dfavorisa +dfavorisai +dfavorisaient +dfavorisais +dfavorisait +dfavorisant +dfavorisas +dfavorisasse +dfavorisassent +dfavorisasses +dfavorisassiez +dfavorisassions +dfavorismes +dfavorist +dfavoristes +dfavorise +dfavorisent +dfavoriser +dfavorisera +dfavoriserai +dfavoriseraient +dfavoriserais +dfavoriserait +dfavoriseras +dfavoriserez +dfavoriseriez +dfavoriserions +dfavoriserons +dfavoriseront +dfavorises +dfavorisez +dfavoris +dfavorise +dfavorises +dfavoriss +dfavorisrent +dfavorisiez +dfavorisions +dfavorisons +dfectif +dfectifs +dfection +dfections +dfective +dfectives +dfectueuse +dfectueuses +dfectueux +dfectuosit +dfectuosits +dfend +dfendable +dfendaient +dfendais +dfendait +dfendant +dfende +dfendent +dfenderesse +dfenderesses +dfendes +dfendeur +dfendeurs +dfendez +dfendiez +dfendions +dfendirent +dfendis +dfendisse +dfendissent +dfendisses +dfendissiez +dfendissions +dfendit +dfendmes +dfendt +dfendtes +dfendons +dfendra +dfendrai +dfendraient +dfendrais +dfendrait +dfendras +dfendre +dfendrez +dfendriez +dfendrions +dfendrons +dfendront +dfends +dfendu +dfendue +dfendues +dfendus +dfense +dfenses +dfenseur +dfenseurs +dfensif +dfensifs +dfensive +dfensivement +dfensives +dfera +dferai +dferaient +dferais +dferait +dferas +dferez +dferiez +dferions +dferla +dferlai +dferlaient +dferlais +dferlait +dferlant +dferlas +dferlasse +dferlassent +dferlasses +dferlassiez +dferlassions +dferlmes +dferlt +dferltes +dferle +dferlement +dferlent +dferler +dferlera +dferlerai +dferleraient +dferlerais +dferlerait +dferleras +dferlerez +dferleriez +dferlerions +dferlerons +dferleront +dferles +dferlez +dferl +dferle +dferles +dferls +dferlrent +dferliez +dferlions +dferlons +dferons +dferont +dfcation +dfcations +dfqua +dfquai +dfquaient +dfquais +dfquait +dfquant +dfquas +dfquasse +dfquassent +dfquasses +dfquassiez +dfquassions +dfqumes +dfqut +dfqutes +dfque +dfquent +dfquer +dfquera +dfquerai +dfqueraient +dfquerais +dfquerait +dfqueras +dfquerez +dfqueriez +dfquerions +dfquerons +dfqueront +dfques +dfquez +dfqu +dfque +dfques +dfqus +dfqurent +dfquiez +dfquions +dfquons +dfra +dfrai +dfraient +dfrais +dfrait +dfrant +dfras +dfrasse +dfrassent +dfrasses +dfrassiez +dfrassions +dfrmes +dfrt +dfrtes +dfrence +dfrences +dfrent +dfrente +dfrentes +dfrents +dfrer +dfrera +dfrerai +dfreraient +dfrerais +dfrerait +dfreras +dfrerez +dfreriez +dfrerions +dfrerons +dfreront +dfrez +dfr +dfre +dfres +dfrs +dfrrent +dfriez +dfrions +dfrons +dfre +dfrent +dfres +dfi +dfia +dfiai +dfiaient +dfiais +dfiait +dfiance +dfiances +dfiant +dfiante +dfiantes +dfiants +dfias +dfiasse +dfiassent +dfiasses +dfiassiez +dfiassions +dfimes +dfit +dfites +dficience +dficiences +dficient +dficiente +dficientes +dficients +dficit +dficitaire +dficitaires +dficits +dfie +dfient +dfier +dfiera +dfierai +dfieraient +dfierais +dfierait +dfieras +dfierez +dfieriez +dfierions +dfierons +dfieront +dfies +dfiez +dfi +dfie +dfies +dfis +dfirent +dfigura +dfigurai +dfiguraient +dfigurais +dfigurait +dfigurant +dfiguras +dfigurasse +dfigurassent +dfigurasses +dfigurassiez +dfigurassions +dfigurmes +dfigurt +dfigurtes +dfigure +dfigurent +dfigurer +dfigurera +dfigurerai +dfigureraient +dfigurerais +dfigurerait +dfigureras +dfigurerez +dfigureriez +dfigurerions +dfigurerons +dfigureront +dfigures +dfigurez +dfigur +dfigure +dfigures +dfigurs +dfigurrent +dfiguriez +dfigurions +dfigurons +dfiiez +dfiions +dfila +dfilai +dfilaient +dfilais +dfilait +dfilant +dfilas +dfilasse +dfilassent +dfilasses +dfilassiez +dfilassions +dfilmes +dfilt +dfiltes +dfile +dfilement +dfilements +dfilent +dfiler +dfilera +dfilerai +dfileraient +dfilerais +dfilerait +dfileras +dfilerez +dfileriez +dfilerions +dfilerons +dfileront +dfiles +dfilez +dfil +dfile +dfiles +dfils +dfilrent +dfiliez +dfilions +dfilons +dfini +dfinie +dfinies +dfinir +dfinira +dfinirai +dfiniraient +dfinirais +dfinirait +dfiniras +dfinirent +dfinirez +dfiniriez +dfinirions +dfinirons +dfiniront +dfinis +dfinissaient +dfinissais +dfinissait +dfinissant +dfinisse +dfinissent +dfinisses +dfinissez +dfinissiez +dfinissions +dfinissons +dfinit +dfinitif +dfinitifs +dfinition +dfinitions +dfinitive +dfinitivement +dfinitives +dfinmes +dfint +dfintes +dfions +dfirent +dfis +dfisse +dfissent +dfisses +dfissiez +dfissions +dfit +dfmes +dft +dftes +dflagra +dflagraient +dflagrait +dflagrant +dflagrasse +dflagrassent +dflagration +dflagrations +dflagrt +dflagre +dflagrent +dflagrer +dflagrera +dflagreraient +dflagrerait +dflagreront +dflagr +dflagre +dflagres +dflagrs +dflagrrent +dflation +dflations +dflecteur +dflecteurs +dfleuri +dfleurie +dfleuries +dfleurir +dfleurira +dfleurirai +dfleuriraient +dfleurirais +dfleurirait +dfleuriras +dfleurirent +dfleurirez +dfleuririez +dfleuririons +dfleurirons +dfleuriront +dfleuris +dfleurissaient +dfleurissais +dfleurissait +dfleurissant +dfleurisse +dfleurissent +dfleurisses +dfleurissiez +dfleurissions +dfleurit +dfleurmes +dfleurt +dfleurtes +dflora +dflorai +dfloraient +dflorais +dfloraison +dfloraisons +dflorait +dflorant +dfloras +dflorasse +dflorassent +dflorasses +dflorassiez +dflorassions +dflormes +dflort +dflortes +dflore +dflorent +dflorer +dflorera +dflorerai +dfloreraient +dflorerais +dflorerait +dfloreras +dflorerez +dfloreriez +dflorerions +dflorerons +dfloreront +dflores +dflorez +dflor +dflore +dflores +dflors +dflorrent +dfloriez +dflorions +dflorons +dfoliant +dfoliante +dfoliantes +dfoliants +dfonce +dfoncement +dfoncements +dfoncent +dfoncer +dfoncera +dfoncerai +dfonceraient +dfoncerais +dfoncerait +dfonceras +dfoncerez +dfonceriez +dfoncerions +dfoncerons +dfonceront +dfonces +dfoncez +dfonc +dfonce +dfonces +dfoncs +dfona +dfonage +dfonages +dfonai +dfonaient +dfonais +dfonait +dfonant +dfonas +dfonasse +dfonassent +dfonasses +dfonassiez +dfonassions +dfonmes +dfont +dfontes +dfont +dforma +dformai +dformaient +dformais +dformait +dformant +dformas +dformasse +dformassent +dformasses +dformassiez +dformassions +dformation +dformations +dformmes +dformt +dformtes +dforme +dforment +dformer +dformera +dformerai +dformeraient +dformerais +dformerait +dformeras +dformerez +dformeriez +dformerions +dformerons +dformeront +dformes +dformez +dform +dforme +dformes +dforms +dformrent +dformiez +dformions +dformons +dfoula +dfoulai +dfoulaient +dfoulais +dfoulait +dfoulant +dfoulas +dfoulasse +dfoulassent +dfoulasses +dfoulassiez +dfoulassions +dfoulmes +dfoult +dfoultes +dfoule +dfoulement +dfoulements +dfoulent +dfouler +dfoulera +dfoulerai +dfouleraient +dfoulerais +dfoulerait +dfouleras +dfoulerez +dfouleriez +dfoulerions +dfoulerons +dfouleront +dfoules +dfoulez +dfoul +dfoule +dfoules +dfouls +dfoulrent +dfouliez +dfoulions +dfoulons +dfraie +dfraient +dfraiera +dfraierai +dfraieraient +dfraierais +dfraierait +dfraieras +dfraierez +dfraieriez +dfraierions +dfraierons +dfraieront +dfraies +dfrachi +dfrachie +dfrachies +dfrachir +dfrachira +dfrachirai +dfrachiraient +dfrachirais +dfrachirait +dfrachiras +dfrachirent +dfrachirez +dfrachiriez +dfrachirions +dfrachirons +dfrachiront +dfrachis +dfrachissaient +dfrachissais +dfrachissait +dfrachissant +dfrachissas +dfrachissez +dfrachissiez +dfrachissions +dfrachissons +dfrachissont +dfrachit +dfrachmes +dfracht +dfrachtes +dfraya +dfrayai +dfrayaient +dfrayais +dfrayait +dfrayant +dfrayas +dfrayasse +dfrayassent +dfrayasses +dfrayassiez +dfrayassions +dfraymes +dfrayt +dfraytes +dfraye +dfrayent +dfrayer +dfrayera +dfrayerai +dfrayeraient +dfrayerais +dfrayerait +dfrayeras +dfrayerez +dfrayeriez +dfrayerions +dfrayerons +dfrayeront +dfrayes +dfrayez +dfray +dfraye +dfrayes +dfrays +dfrayrent +dfrayiez +dfrayions +dfrayons +dfricha +dfrichage +dfrichages +dfrichai +dfrichaient +dfrichais +dfrichait +dfrichant +dfrichas +dfrichasse +dfrichassent +dfrichasses +dfrichassiez +dfrichassions +dfrichmes +dfricht +dfrichtes +dfriche +dfrichement +dfrichements +dfrichent +dfricher +dfrichera +dfricherai +dfricheraient +dfricherais +dfricherait +dfricheras +dfricherez +dfricheriez +dfricherions +dfricherons +dfricheront +dfriches +dfrichez +dfrich +dfriche +dfriches +dfrichs +dfrichrent +dfrichiez +dfrichions +dfrichons +dfrisa +dfrisai +dfrisaient +dfrisais +dfrisait +dfrisant +dfrisas +dfrisasse +dfrisassent +dfrisasses +dfrisassiez +dfrisassions +dfrismes +dfrist +dfristes +dfrise +dfrisent +dfriser +dfrisera +dfriserai +dfriseraient +dfriserais +dfriserait +dfriseras +dfriserez +dfriseriez +dfriserions +dfriserons +dfriseront +dfrises +dfrisez +dfris +dfrise +dfrises +dfriss +dfrisrent +dfrisiez +dfrisions +dfrisons +dfroissa +dfroissai +dfroissaient +dfroissais +dfroissait +dfroissant +dfroissas +dfroissasse +dfroissassent +dfroissasses +dfroissassiez +dfroissassions +dfroissmes +dfroisst +dfroisstes +dfroisse +dfroissent +dfroisser +dfroissera +dfroisserai +dfroisseraient +dfroisserais +dfroisserait +dfroisseras +dfroisserez +dfroisseriez +dfroisserions +dfroisserons +dfroisseront +dfroisses +dfroissez +dfroiss +dfroisse +dfroisses +dfroisss +dfroissrent +dfroissiez +dfroissions +dfroissons +dfroqua +dfroquai +dfroquaient +dfroquais +dfroquait +dfroquant +dfroquas +dfroquasse +dfroquassent +dfroquasses +dfroquassiez +dfroquassions +dfroqumes +dfroqut +dfroqutes +dfroque +dfroquent +dfroquer +dfroquera +dfroquerai +dfroqueraient +dfroquerais +dfroquerait +dfroqueras +dfroquerez +dfroqueriez +dfroquerions +dfroquerons +dfroqueront +dfroques +dfroquez +dfroqu +dfroque +dfroques +dfroqus +dfroqurent +dfroquiez +dfroquions +dfroquons +dfunt +dfunte +dfuntes +dfunts +dgage +dgagea +dgageai +dgageaient +dgageais +dgageait +dgageant +dgageas +dgageasse +dgageassent +dgageasses +dgageassiez +dgageassions +dgagemes +dgaget +dgagetes +dgagement +dgagements +dgagent +dgageons +dgager +dgagera +dgagerai +dgageraient +dgagerais +dgagerait +dgageras +dgagerez +dgageriez +dgagerions +dgagerons +dgageront +dgages +dgagez +dgag +dgage +dgages +dgags +dgagrent +dgagiez +dgagions +dgaina +dgainai +dgainaient +dgainais +dgainait +dgainant +dgainas +dgainasse +dgainassent +dgainasses +dgainassiez +dgainassions +dgainmes +dgaint +dgaintes +dgaine +dgainent +dgainer +dgainera +dgainerai +dgaineraient +dgainerais +dgainerait +dgaineras +dgainerez +dgaineriez +dgainerions +dgainerons +dgaineront +dgaines +dgainez +dgain +dgaine +dgaines +dgains +dgainrent +dgainiez +dgainions +dgainons +dgarni +dgarnie +dgarnies +dgarnir +dgarnira +dgarnirai +dgarniraient +dgarnirais +dgarnirait +dgarniras +dgarnirent +dgarnirez +dgarniriez +dgarnirions +dgarnirons +dgarniront +dgarnis +dgarnissaient +dgarnissais +dgarnissait +dgarnissant +dgarnissas +dgarnissez +dgarnissiez +dgarnissions +dgarnissons +dgarnissont +dgarnit +dgarnmes +dgarnt +dgarntes +dgauchi +dgauchie +dgauchies +dgauchir +dgauchira +dgauchirai +dgauchiraient +dgauchirais +dgauchirait +dgauchiras +dgauchirent +dgauchirez +dgauchiriez +dgauchirions +dgauchirons +dgauchiront +dgauchis +dgauchissaient +dgauchissais +dgauchissait +dgauchissant +dgauchissas +dgauchissez +dgauchissiez +dgauchissions +dgauchissons +dgauchit +dgauchmes +dgaucht +dgauchtes +dgaza +dgazai +dgazaient +dgazais +dgazait +dgazant +dgazas +dgazasse +dgazassent +dgazasses +dgazassiez +dgazassions +dgazmes +dgazt +dgaztes +dgaze +dgazent +dgazer +dgazera +dgazerai +dgazeraient +dgazerais +dgazerait +dgazeras +dgazerez +dgazeriez +dgazerions +dgazerons +dgazeront +dgazes +dgazez +dgaz +dgaze +dgazes +dgazs +dgazrent +dgaziez +dgazions +dgazons +dgt +dgts +dgel +dgela +dgelai +dgelaient +dgelais +dgelait +dgelant +dgelas +dgelasse +dgelassent +dgelasses +dgelassiez +dgelassions +dgelmes +dgelt +dgeltes +dgeler +dgelez +dgel +dgele +dgeles +dgels +dgelrent +dgeliez +dgelions +dgelons +dgels +dgnra +dgnrai +dgnraient +dgnrais +dgnrait +dgnrant +dgnras +dgnrasse +dgnrassent +dgnrasses +dgnrassiez +dgnrassions +dgnratif +dgnratifs +dgnrative +dgnratives +dgnrmes +dgnrt +dgnrtes +dgnrer +dgnrera +dgnrerai +dgnreraient +dgnrerais +dgnrerait +dgnreras +dgnrerez +dgnreriez +dgnrerions +dgnrerons +dgnreront +dgnrescence +dgnrescences +dgnrez +dgnr +dgnre +dgnres +dgnrs +dgnrrent +dgnriez +dgnrions +dgnrons +dgnre +dgnrent +dgnres +dgle +dglent +dglera +dglerai +dgleraient +dglerais +dglerait +dgleras +dglerez +dgleriez +dglerions +dglerons +dgleront +dgles +dgingand +dgingande +dgingandes +dgingands +dgivra +dgivrai +dgivraient +dgivrais +dgivrait +dgivrant +dgivras +dgivrasse +dgivrassent +dgivrasses +dgivrassiez +dgivrassions +dgivrmes +dgivrt +dgivrtes +dgivre +dgivrent +dgivrer +dgivrera +dgivrerai +dgivreraient +dgivrerais +dgivrerait +dgivreras +dgivrerez +dgivreriez +dgivrerions +dgivrerons +dgivreront +dgivres +dgivrez +dgivr +dgivre +dgivres +dgivrs +dgivrrent +dgivriez +dgivrions +dgivrons +dglace +dglacent +dglacer +dglacera +dglacerai +dglaceraient +dglacerais +dglacerait +dglaceras +dglacerez +dglaceriez +dglacerions +dglacerons +dglaceront +dglaces +dglacez +dglac +dglace +dglaces +dglacs +dglacrent +dglaciez +dglacions +dglaa +dglaai +dglaaient +dglaais +dglaait +dglaant +dglaas +dglaasse +dglaassent +dglaasses +dglaassiez +dglaassions +dglames +dglat +dglates +dglaons +dglingua +dglinguai +dglinguaient +dglinguais +dglinguait +dglinguant +dglinguas +dglinguasse +dglinguassent +dglinguasses +dglinguassiez +dglinguassions +dglingumes +dglingut +dglingutes +dglingue +dglinguent +dglinguer +dglinguera +dglinguerai +dglingueraient +dglinguerais +dglinguerait +dglingueras +dglinguerez +dglingueriez +dglinguerions +dglinguerons +dglingueront +dglingues +dglinguez +dglingu +dglingue +dglingues +dglingus +dglingurent +dglinguiez +dglinguions +dglinguons +dgluti +dglutie +dgluties +dglutir +dglutira +dglutirai +dglutiraient +dglutirais +dglutirait +dglutiras +dglutirent +dglutirez +dglutiriez +dglutirions +dglutirons +dglutiront +dglutis +dglutissaient +dglutissais +dglutissait +dglutissant +dglutisse +dglutissent +dglutisses +dglutissiez +dglutissions +dglutissons +dglutit +dglutition +dglutitions +dglutmes +dglutt +dgluttes +dgomma +dgommai +dgommaient +dgommais +dgommait +dgommant +dgommas +dgommasse +dgommassent +dgommasses +dgommassiez +dgommassions +dgommmes +dgommt +dgommtes +dgomme +dgomment +dgommer +dgommera +dgommerai +dgommeraient +dgommerais +dgommerait +dgommeras +dgommerez +dgommeriez +dgommerions +dgommerons +dgommeront +dgommes +dgommez +dgomm +dgomme +dgommes +dgomms +dgommrent +dgommiez +dgommions +dgommons +dgonfla +dgonflai +dgonflaient +dgonflais +dgonflait +dgonflant +dgonflas +dgonflasse +dgonflassent +dgonflasses +dgonflassiez +dgonflassions +dgonflmes +dgonflt +dgonfltes +dgonfle +dgonflement +dgonflements +dgonflent +dgonfler +dgonflera +dgonflerai +dgonfleraient +dgonflerais +dgonflerait +dgonfleras +dgonflerez +dgonfleriez +dgonflerions +dgonflerons +dgonfleront +dgonfles +dgonflez +dgonfl +dgonfle +dgonfles +dgonfls +dgonflrent +dgonfliez +dgonflions +dgonflons +dgorge +dgorgea +dgorgeai +dgorgeaient +dgorgeais +dgorgeait +dgorgeant +dgorgeas +dgorgeasse +dgorgeassent +dgorgeasses +dgorgeassiez +dgorgeassions +dgorgemes +dgorget +dgorgetes +dgorgement +dgorgements +dgorgent +dgorgeons +dgorger +dgorgera +dgorgerai +dgorgeraient +dgorgerais +dgorgerait +dgorgeras +dgorgerez +dgorgeriez +dgorgerions +dgorgerons +dgorgeront +dgorges +dgorgez +dgorg +dgorge +dgorges +dgorgs +dgorgrent +dgorgiez +dgorgions +dgott +dgotte +dgottes +dgotts +dgoulina +dgoulinaient +dgoulinait +dgoulinant +dgoulinasse +dgoulinassent +dgoulint +dgouline +dgoulinent +dgouliner +dgoulinera +dgoulineraient +dgoulinerait +dgoulineront +dgoulin +dgouline +dgoulines +dgoulins +dgoulinrent +dgourdi +dgourdie +dgourdies +dgourdir +dgourdira +dgourdirai +dgourdiraient +dgourdirais +dgourdirait +dgourdirant +dgourdiras +dgourdirent +dgourdirez +dgourdiriez +dgourdirions +dgourdirons +dgourdiront +dgourdis +dgourdissaient +dgourdissais +dgourdissait +dgourdissant +dgourdisse +dgourdissement +dgourdissements +dgourdissent +dgourdisses +dgourdissez +dgourdissiez +dgourdissions +dgourdissons +dgourdit +dgourdmes +dgourdt +dgourdtes +dgoutta +dgouttaient +dgouttait +dgouttant +dgouttante +dgouttantes +dgouttants +dgouttasse +dgouttassent +dgouttt +dgoutte +dgouttent +dgoutter +dgouttera +dgoutteraient +dgoutterait +dgoutteront +dgoutt +dgoutte +dgouttes +dgoutts +dgouttrent +dgot +dgota +dgotai +dgotaient +dgotais +dgotait +dgotant +dgotante +dgotantes +dgotants +dgotas +dgotasse +dgotassent +dgotasses +dgotassiez +dgotassions +dgotmes +dgott +dgottes +dgote +dgotent +dgoter +dgotera +dgoterai +dgoteraient +dgoterais +dgoterait +dgoteras +dgoterez +dgoteriez +dgoterions +dgoterons +dgoteront +dgotes +dgotez +dgot +dgote +dgotes +dgots +dgotrent +dgotiez +dgotions +dgotons +dgots +dgrada +dgradai +dgradaient +dgradais +dgradait +dgradant +dgradante +dgradantes +dgradants +dgradasse +dgradassent +dgradasses +dgradassiez +dgradassions +dgradation +dgradations +dgradmes +dgradt +dgradtes +dgrade +dgradent +dgrader +dgradera +dgraderai +dgraderaient +dgraderais +dgraderait +dgraderas +dgraderez +dgraderiez +dgraderions +dgraderons +dgraderont +dgrades +dgradez +dgrad +dgrade +dgrades +dgrads +dgradrent +dgradiez +dgradions +dgradons +dgrafa +dgrafage +dgrafages +dgrafai +dgrafaient +dgrafais +dgrafait +dgrafant +dgrafas +dgrafasse +dgrafassent +dgrafasses +dgrafassiez +dgrafassions +dgrafmes +dgraft +dgraftes +dgrafe +dgrafent +dgrafer +dgrafera +dgraferai +dgraferaient +dgraferais +dgraferait +dgraferas +dgraferez +dgraferiez +dgraferions +dgraferons +dgraferont +dgrafes +dgrafez +dgraf +dgrafe +dgrafes +dgrafs +dgrafrent +dgrafiez +dgrafions +dgrafons +dgraissa +dgraissage +dgraissages +dgraissai +dgraissaient +dgraissais +dgraissait +dgraissant +dgraissas +dgraissasse +dgraissassent +dgraissasses +dgraissassiez +dgraissassions +dgraissmes +dgraisst +dgraisstes +dgraisse +dgraissent +dgraisser +dgraissera +dgraisserai +dgraisseraient +dgraisserais +dgraisserait +dgraisseras +dgraisserez +dgraisseriez +dgraisserions +dgraisserons +dgraisseront +dgraisses +dgraissez +dgraiss +dgraisse +dgraisses +dgraisss +dgraissrent +dgraissiez +dgraissions +dgraissons +dgressif +dgressifs +dgressive +dgressives +dgreva +dgrevai +dgrevaient +dgrevais +dgrevait +dgrevant +dgrevas +dgrevasse +dgrevassent +dgrevasses +dgrevassiez +dgrevassions +dgrevmes +dgrevt +dgrevtes +dgrever +dgrevez +dgrev +dgreve +dgreves +dgrevs +dgrevrent +dgreviez +dgrevions +dgrevons +dgrve +dgrvement +dgrvements +dgrvent +dgrvera +dgrverai +dgrveraient +dgrverais +dgrverait +dgrveras +dgrverez +dgrveriez +dgrverions +dgrverons +dgrveront +dgrves +dgringola +dgringolade +dgringolades +dgringolai +dgringolaient +dgringolais +dgringolait +dgringolant +dgringolas +dgringolasse +dgringolassent +dgringolasses +dgringolassiez +dgringolassions +dgringolmes +dgringolt +dgringoltes +dgringole +dgringolent +dgringoler +dgringolera +dgringolerai +dgringoleraient +dgringolerais +dgringolerait +dgringoleras +dgringolerez +dgringoleriez +dgringolerions +dgringolerons +dgringoleront +dgringoles +dgringolez +dgringol +dgringole +dgringoles +dgringols +dgringolrent +dgringoliez +dgringolions +dgringolons +dgrisa +dgrisai +dgrisaient +dgrisais +dgrisait +dgrisant +dgrisas +dgrisasse +dgrisassent +dgrisasses +dgrisassiez +dgrisassions +dgrismes +dgrist +dgristes +dgrise +dgrisement +dgrisements +dgrisent +dgriser +dgrisera +dgriserai +dgriseraient +dgriserais +dgriserait +dgriseras +dgriserez +dgriseriez +dgriserions +dgriserons +dgriseront +dgrises +dgrisez +dgris +dgrise +dgrises +dgriss +dgrisrent +dgrisiez +dgrisions +dgrisons +dgrossi +dgrossie +dgrossies +dgrossir +dgrossira +dgrossirai +dgrossiraient +dgrossirais +dgrossirait +dgrossiras +dgrossirent +dgrossirez +dgrossiriez +dgrossirions +dgrossirons +dgrossiront +dgrossis +dgrossissage +dgrossissages +dgrossissaient +dgrossissais +dgrossissait +dgrossissant +dgrossisse +dgrossissent +dgrossisses +dgrossissez +dgrossissiez +dgrossissions +dgrossissons +dgrossit +dgrossmes +dgrosst +dgrosstes +dguenill +dguenille +dguenilles +dguenills +dguerpi +dguerpie +dguerpies +dguerpir +dguerpira +dguerpirai +dguerpiraient +dguerpirais +dguerpirait +dguerpiras +dguerpirent +dguerpirez +dguerpiriez +dguerpirions +dguerpirons +dguerpiront +dguerpis +dguerpissaient +dguerpissais +dguerpissait +dguerpissant +dguerpisse +dguerpissent +dguerpisses +dguerpissiez +dguerpissions +dguerpit +dguerpmes +dguerpt +dguerptes +dguisa +dguisai +dguisaient +dguisais +dguisait +dguisant +dguisas +dguisasse +dguisassent +dguisasses +dguisassiez +dguisassions +dguismes +dguist +dguistes +dguise +dguisement +dguisements +dguisent +dguiser +dguisera +dguiserai +dguiseraient +dguiserais +dguiserait +dguiseras +dguiserez +dguiseriez +dguiserions +dguiserons +dguiseront +dguises +dguisez +dguis +dguise +dguises +dguiss +dguisrent +dguisiez +dguisions +dguisons +dgusta +dgustai +dgustaient +dgustais +dgustait +dgustant +dgustas +dgustasse +dgustassent +dgustasses +dgustassiez +dgustassions +dgustateur +dgustateurs +dgustation +dgustations +dgustatrice +dgustatrices +dgustmes +dgustt +dgusttes +dguste +dgustent +dguster +dgustera +dgusterai +dgusteraient +dgusterais +dgusterait +dgusteras +dgusterez +dgusteriez +dgusterions +dgusterons +dgusteront +dgustes +dgustez +dgust +dguste +dgustes +dgusts +dgustrent +dgustiez +dgustions +dgustons +dhancha +dhanchai +dhanchaient +dhanchais +dhanchait +dhanchant +dhanchas +dhanchasse +dhanchassent +dhanchasses +dhanchassiez +dhanchassions +dhanchmes +dhancht +dhanchtes +dhanche +dhanchement +dhanchements +dhanchent +dhancher +dhanchera +dhancherai +dhancheraient +dhancherais +dhancherait +dhancheras +dhancherez +dhancheriez +dhancherions +dhancherons +dhancheront +dhanches +dhanchez +dhanch +dhanche +dhanches +dhanchs +dhanchrent +dhanchiez +dhanchions +dhanchons +dharancha +dharanchai +dharanchaient +dharanchais +dharanchait +dharanchant +dharanchas +dharanchasse +dharanchassent +dharanchasses +dharanchassiez +dharanchassions +dharanchmes +dharancht +dharanchtes +dharanche +dharanchent +dharancher +dharanchera +dharancherai +dharancheraient +dharancherais +dharancherait +dharancheras +dharancherez +dharancheriez +dharancherions +dharancherons +dharancheront +dharanches +dharanchez +dharanch +dharanche +dharanches +dharanchs +dharanchrent +dharanchiez +dharanchions +dharanchons +difia +difiai +difiaient +difiais +difiait +difiant +difias +difiasse +difiassent +difiasses +difiassiez +difiassions +difimes +difit +difites +dification +difications +difie +difient +difier +difiera +difierai +difieraient +difierais +difierait +difieras +difierez +difieriez +difierions +difierons +difieront +difies +difiez +difi +difie +difies +difis +difirent +difiiez +difiions +difions +disme +diste +distes +dit +dits +dj +djection +djections +djeta +djetai +djetaient +djetais +djetait +djetant +djetas +djetasse +djetassent +djetasses +djetassiez +djetassions +djetmes +djett +djettes +djeter +djetez +djet +djete +djetes +djets +djetrent +djetiez +djetons +djette +djettent +djettera +djetterai +djetteraient +djetterais +djetterait +djetteras +djetterez +djetteriez +djetterions +djetterons +djetteront +djettes +djeuna +djeunai +djeunaient +djeunais +djeunait +djeunant +djeunas +djeunasse +djeunassent +djeunasses +djeunassiez +djeunassions +djeunmes +djeunt +djeuntes +djeune +djeunent +djeuner +djeunera +djeunerai +djeuneraient +djeunerais +djeunerait +djeuneras +djeunerez +djeuneriez +djeunerions +djeunerons +djeuneront +djeuners +djeunes +djeunez +djeun +djeune +djeunes +djeuns +djeunrent +djeuniez +djeunions +djeunons +djoua +djouai +djouaient +djouais +djouait +djouant +djouas +djouasse +djouassent +djouasses +djouassiez +djouassions +djoumes +djout +djoutes +djoue +djouent +djouer +djouera +djouerai +djoueraient +djouerais +djouerait +djoueras +djouerez +djoueriez +djouerions +djouerons +djoueront +djoues +djouez +djou +djoue +djoues +djous +djourent +djouiez +djouions +djouons +djuge +djugea +djugeai +djugeaient +djugeais +djugeait +djugeant +djugeas +djugeasse +djugeassent +djugeasses +djugeassiez +djugeassions +djugemes +djuget +djugetes +djugent +djugeons +djuger +djugera +djugerai +djugeraient +djugerais +djugerait +djugeras +djugerez +djugeriez +djugerions +djugerons +djugeront +djuges +djugez +djug +djuge +djuges +djugs +djugrent +djugiez +djugions +dlabra +dlabrai +dlabraient +dlabrais +dlabrait +dlabrant +dlabras +dlabrasse +dlabrassent +dlabrasses +dlabrassiez +dlabrassions +dlabrmes +dlabrt +dlabrtes +dlabre +dlabrement +dlabrements +dlabrent +dlabrer +dlabrera +dlabrerai +dlabreraient +dlabrerais +dlabrerait +dlabreras +dlabrerez +dlabreriez +dlabrerions +dlabrerons +dlabreront +dlabres +dlabrez +dlabr +dlabre +dlabres +dlabrs +dlabrrent +dlabriez +dlabrions +dlabrons +dlace +dlacent +dlacer +dlacera +dlacerai +dlaceraient +dlacerais +dlacerait +dlaceras +dlacerez +dlaceriez +dlacerions +dlacerons +dlaceront +dlaces +dlacez +dlac +dlace +dlaces +dlacs +dlacrent +dlaciez +dlacions +dlaa +dlaai +dlaaient +dlaais +dlaait +dlaant +dlaas +dlaasse +dlaassent +dlaasses +dlaassiez +dlaassions +dlames +dlat +dlates +dlaons +dlai +dlaie +dlaient +dlaiera +dlaierai +dlaieraient +dlaierais +dlaierait +dlaieras +dlaierez +dlaieriez +dlaierions +dlaierons +dlaieront +dlaies +dlais +dlaissa +dlaissai +dlaissaient +dlaissais +dlaissait +dlaissant +dlaissas +dlaissasse +dlaissassent +dlaissasses +dlaissassiez +dlaissassions +dlaissmes +dlaisst +dlaisstes +dlaisse +dlaissement +dlaissements +dlaissent +dlaisser +dlaissera +dlaisserai +dlaisseraient +dlaisserais +dlaisserait +dlaisseras +dlaisserez +dlaisseriez +dlaisserions +dlaisserons +dlaisseront +dlaisses +dlaissez +dlaiss +dlaisse +dlaisses +dlaisss +dlaissrent +dlaissiez +dlaissions +dlaissons +dlassa +dlassai +dlassaient +dlassais +dlassait +dlassant +dlassas +dlassasse +dlassassent +dlassasses +dlassassiez +dlassassions +dlassmes +dlasst +dlasstes +dlasse +dlassement +dlassements +dlassent +dlasser +dlassera +dlasserai +dlasseraient +dlasserais +dlasserait +dlasseras +dlasserez +dlasseriez +dlasserions +dlasserons +dlasseront +dlasses +dlassez +dlass +dlasse +dlasses +dlasss +dlassrent +dlassiez +dlassions +dlassons +dlateur +dlateurs +dlation +dlations +dlatrice +dlatrices +dlava +dlavai +dlavaient +dlavais +dlavait +dlavant +dlavas +dlavasse +dlavassent +dlavasses +dlavassiez +dlavassions +dlavmes +dlavt +dlavtes +dlave +dlavent +dlaver +dlavera +dlaverai +dlaveraient +dlaverais +dlaverait +dlaveras +dlaverez +dlaveriez +dlaverions +dlaverons +dlaveront +dlaves +dlavez +dlav +dlave +dlaves +dlavs +dlavrent +dlaviez +dlavions +dlavons +dlaya +dlayage +dlayages +dlayai +dlayaient +dlayais +dlayait +dlayant +dlayas +dlayasse +dlayassent +dlayasses +dlayassiez +dlayassions +dlaymes +dlayt +dlaytes +dlayer +dlayez +dlay +dlaye +dlayes +dlays +dlayrent +dlayiez +dlayions +dlayons +dleatur +dleaturs +dlecta +dlectable +dlectables +dlectai +dlectaient +dlectais +dlectait +dlectant +dlectas +dlectasse +dlectassent +dlectasses +dlectassiez +dlectassions +dlectation +dlectations +dlectmes +dlectt +dlecttes +dlecte +dlectent +dlecter +dlectera +dlecterai +dlecteraient +dlecterais +dlecterait +dlecteras +dlecterez +dlecteriez +dlecterions +dlecterons +dlecteront +dlectes +dlectez +dlect +dlecte +dlectes +dlects +dlectrent +dlectiez +dlections +dlectons +dlesta +dlestai +dlestaient +dlestais +dlestait +dlestant +dlestas +dlestasse +dlestassent +dlestasses +dlestassiez +dlestassions +dlestmes +dlestt +dlesttes +dlester +dlestez +dlest +dleste +dlestes +dlests +dlestrent +dlestiez +dlestions +dlestons +dlestte +dlesttent +dlesttera +dlestterai +dlestteraient +dlestterais +dlestterait +dlestteras +dlestterez +dlestteriez +dlestterions +dlestterons +dlestteront +dlesttes +dlga +dlgai +dlgaient +dlgais +dlgait +dlgas +dlgasse +dlgassent +dlgasses +dlgassiez +dlgassions +dlgation +dlgations +dlgmes +dlgt +dlgtes +dlguer +dlguera +dlguerai +dlgueraient +dlguerais +dlguerait +dlgueras +dlguerez +dlgueriez +dlguerions +dlguerons +dlgueront +dlguez +dlgu +dlgue +dlgues +dlgus +dltre +dltres +dlgue +dlguent +dlgues +dli +dlia +dliai +dliaient +dliais +dliait +dliant +dlias +dliasse +dliassent +dliasses +dliassiez +dliassions +dlimes +dlit +dlites +dlibra +dlibrai +dlibraient +dlibrais +dlibrait +dlibrant +dlibras +dlibrasse +dlibrassent +dlibrasses +dlibrassiez +dlibrassions +dlibratif +dlibratifs +dlibration +dlibrations +dlibrative +dlibratives +dlibrmes +dlibrt +dlibrtes +dlibrer +dlibrera +dlibrerai +dlibreraient +dlibrerais +dlibrerait +dlibreras +dlibrerez +dlibreriez +dlibrerions +dlibrerons +dlibreront +dlibrez +dlibr +dlibre +dlibres +dlibrment +dlibrs +dlibrrent +dlibriez +dlibrions +dlibrons +dlibre +dlibrent +dlibres +dlicat +dlicate +dlicatement +dlicates +dlicatesse +dlicats +dlice +dlices +dlicieuse +dlicieusement +dlicieuses +dlicieux +dlictueuse +dlictueuses +dlictueux +dlie +dlient +dlier +dliera +dlierai +dlieraient +dlierais +dlierait +dlieras +dlierez +dlieriez +dlierions +dlierons +dlieront +dlies +dliez +dli +dlie +dlies +dlis +dlirent +dliiez +dliions +dlimita +dlimitai +dlimitaient +dlimitais +dlimitait +dlimitant +dlimitas +dlimitasse +dlimitassent +dlimitasses +dlimitassiez +dlimitassions +dlimitation +dlimitations +dlimitmes +dlimitt +dlimittes +dlimite +dlimitent +dlimiter +dlimitera +dlimiterai +dlimiteraient +dlimiterais +dlimiterait +dlimiteras +dlimiterez +dlimiteriez +dlimiterions +dlimiterons +dlimiteront +dlimites +dlimitez +dlimite +dlimites +dlimits +dlimitrent +dlimitiez +dlimitions +dlimitons +dlinquant +dlinquante +dlinquantes +dlinquants +dlions +dliquescence +dliquescent +dliquescente +dliquescentes +dliquescents +dlira +dlirai +dliraient +dlirais +dlirait +dlirant +dlirante +dlirantes +dlirants +dliras +dlirasse +dlirassent +dlirasses +dlirassiez +dlirassions +dlirmes +dlirt +dlirtes +dlire +dlirent +dlirer +dlirera +dlirerai +dlireraient +dlirerais +dlirerait +dlireras +dlirerez +dlireriez +dlirerions +dlirerons +dlireront +dlires +dlirez +dlir +dlire +dlires +dlirs +dlirium +dlit +dlita +dlitai +dlitaient +dlitais +dlitait +dlitant +dlitas +dlitasse +dlitassent +dlitasses +dlitassiez +dlitassions +dlitmes +dlitt +dlittes +dlite +dlitent +dliter +dlitera +dliterai +dliteraient +dliterais +dliterait +dliteras +dliterez +dliteriez +dliterions +dliterons +dliteront +dlites +dlitez +dlit +dlite +dlites +dlits +dlitrent +dlitiez +dlitions +dlitons +dlits +dlivra +dlivrai +dlivraient +dlivrais +dlivrait +dlivrance +dlivrances +dlivrant +dlivras +dlivrasse +dlivrassent +dlivrasses +dlivrassiez +dlivrassions +dlivrmes +dlivrt +dlivrtes +dlivre +dlivrent +dlivrer +dlivrera +dlivrerai +dlivreraient +dlivrerais +dlivrerait +dlivreras +dlivrerez +dlivreriez +dlivrerions +dlivrerons +dlivreront +dlivres +dlivrez +dlivr +dlivre +dlivres +dlivrs +dlivrrent +dlivriez +dlivrions +dlivrons +dloge +dlogea +dlogeai +dlogeaient +dlogeais +dlogeait +dlogeant +dlogeas +dlogeasse +dlogeassent +dlogeasses +dlogeassiez +dlogeassions +dlogemes +dloget +dlogetes +dlogent +dlogeons +dloger +dlogera +dlogerai +dlogeraient +dlogerais +dlogerait +dlogeras +dlogerez +dlogeriez +dlogerions +dlogerons +dlogeront +dloges +dlogez +dlog +dloge +dloges +dlogs +dlogrent +dlogiez +dlogions +dloyal +dloyale +dloyalement +dloyales +dloyaut +dloyauts +dloyaux +dlta +dltas +dluge +dluges +dlur +dlure +dlures +dlurs +dmagogie +dmagogies +dmagogique +dmagogiques +dmagogue +dmagogues +dmailla +dmaillai +dmaillaient +dmaillais +dmaillait +dmaillant +dmaillas +dmaillasse +dmaillassent +dmaillasses +dmaillassiez +dmaillassions +dmaillmes +dmaillt +dmailltes +dmaille +dmaillent +dmailler +dmaillera +dmaillerai +dmailleraient +dmaillerais +dmaillerait +dmailleras +dmaillerez +dmailleriez +dmaillerions +dmaillerons +dmailleront +dmailles +dmaillez +dmaill +dmaille +dmailles +dmaills +dmaillrent +dmailliez +dmaillions +dmaillons +dmange +dmangea +dmangeaient +dmangeaison +dmangeaisons +dmangeait +dmangeant +dmangeasse +dmangeassent +dmangent +dmanger +dmangera +dmangeraient +dmangerait +dmangeront +dmang +dmange +dmanges +dmangs +dmangrent +dmantela +dmantelai +dmantelaient +dmantelais +dmantelait +dmantelant +dmantelas +dmantelasse +dmantelassent +dmantelasses +dmantelassiez +dmantelassions +dmantelmes +dmantelt +dmanteltes +dmanteler +dmantelez +dmantel +dmantele +dmanteles +dmantels +dmantelrent +dmanteliez +dmantelions +dmantelons +dmantle +dmantlement +dmantlements +dmantlent +dmantra +dmantrai +dmantraient +dmantrais +dmantrait +dmantras +dmantrez +dmantriez +dmantrions +dmantrons +dmantront +dmants +dmantibula +dmantibulai +dmantibulaient +dmantibulais +dmantibulait +dmantibulant +dmantibulas +dmantibulasse +dmantibulassent +dmantibulasses +dmantibulassiez +dmantibulassions +dmantibulmes +dmantibult +dmantibultes +dmantibule +dmantibulent +dmantibuler +dmantibulera +dmantibulerai +dmantibuleraient +dmantibulerais +dmantibulerait +dmantibuleras +dmantibulerez +dmantibuleriez +dmantibulerions +dmantibulerons +dmantibuleront +dmantibules +dmantibulez +dmantibul +dmantibule +dmantibules +dmantibuls +dmantibulrent +dmantibuliez +dmantibulions +dmantibulons +dmaquillai +dmaquillaient +dmaquillais +dmaquillait +dmaquillant +dmaquillas +dmaquillasse +dmaquillassent +dmaquillasses +dmaquillassiez +dmaquillassions +dmaquillmes +dmaquillt +dmaquilltes +dmaquille +dmaquillent +dmaquiller +dmaquillera +dmaquillerai +dmaquilleraient +dmaquillerais +dmaquillerait +dmaquilleras +dmaquillerez +dmaquilleriez +dmaquillerions +dmaquillerons +dmaquilleront +dmaquilles +dmaquillez +dmaquill +dmaquille +dmaquilles +dmaquills +dmaquillrent +dmaquilliez +dmaquillions +dmaquillons +dmarcation +dmarcations +dmarche +dmarches +dmarcheur +dmarcheurs +dmarcheuse +dmarcheuses +dmarch +dmarche +dmarches +dmarchs +dmarqua +dmarquage +dmarquages +dmarquai +dmarquaient +dmarquais +dmarquait +dmarquant +dmarquas +dmarquasse +dmarquassent +dmarquasses +dmarquassiez +dmarquassions +dmarqumes +dmarqut +dmarqutes +dmarque +dmarquent +dmarquer +dmarquera +dmarquerai +dmarqueraient +dmarquerais +dmarquerait +dmarqueras +dmarquerez +dmarqueriez +dmarquerions +dmarquerons +dmarqueront +dmarques +dmarquez +dmarqu +dmarque +dmarques +dmarqus +dmarqurent +dmarquiez +dmarquions +dmarquons +dmarra +dmarrage +dmarrages +dmarrai +dmarraient +dmarrais +dmarrait +dmarrant +dmarras +dmarrasse +dmarrassent +dmarrasses +dmarrassiez +dmarrassions +dmarrmes +dmarrt +dmarrtes +dmarre +dmarrent +dmarrer +dmarrera +dmarrerai +dmarreraient +dmarrerais +dmarrerait +dmarreras +dmarrerez +dmarreriez +dmarrerions +dmarrerons +dmarreront +dmarres +dmarreur +dmarreurs +dmarrez +dmarr +dmarre +dmarres +dmarrs +dmarrrent +dmarriez +dmarrions +dmarrons +dmasclage +dmasclages +dmasqua +dmasquai +dmasquaient +dmasquais +dmasquait +dmasquant +dmasquas +dmasquasse +dmasquassent +dmasquasses +dmasquassiez +dmasquassions +dmasqumes +dmasqut +dmasqutes +dmasque +dmasquent +dmasquer +dmasquera +dmasquerai +dmasqueraient +dmasquerais +dmasquerait +dmasqueras +dmasquerez +dmasqueriez +dmasquerions +dmasquerons +dmasqueront +dmasques +dmasquez +dmasqu +dmasque +dmasques +dmasqus +dmasqurent +dmasquiez +dmasquions +dmasquons +dmembra +dmembrai +dmembraient +dmembrais +dmembrait +dmembrant +dmembras +dmembrasse +dmembrassent +dmembrasses +dmembrassiez +dmembrassions +dmembrmes +dmembrt +dmembrtes +dmembre +dmembrement +dmembrements +dmembrent +dmembrer +dmembrera +dmembrerai +dmembreraient +dmembrerais +dmembrerait +dmembreras +dmembrerez +dmembreriez +dmembrerions +dmembrerons +dmembreront +dmembres +dmembrez +dmembr +dmembre +dmembres +dmembrs +dmembrrent +dmembriez +dmembrions +dmembrons +dmena +dmenai +dmenaient +dmenais +dmenait +dmenant +dmenas +dmenasse +dmenassent +dmenasses +dmenassiez +dmenassions +dmenmes +dment +dmentes +dmence +dmences +dmener +dmenez +dmen +dmene +dmenes +dmens +dmenrent +dmeniez +dmenions +dmenons +dmens +dment +dmentaient +dmentais +dmentait +dmentant +dmente +dmentent +dmentes +dmentez +dmenti +dmentie +dmentiel +dmentielle +dmentielles +dmentiels +dmenties +dmentiez +dmentions +dmentir +dmentira +dmentirai +dmentiraient +dmentirais +dmentirait +dmentiras +dmentirent +dmentirez +dmentiriez +dmentirions +dmentirons +dmentiront +dmentis +dmentisse +dmentissent +dmentisses +dmentissiez +dmentissions +dmentit +dmentmes +dmentt +dmenttes +dmentons +dments +dmerita +dmeritai +dmeritaient +dmeritais +dmeritait +dmeritant +dmeritas +dmeritasse +dmeritassent +dmeritasses +dmeritassiez +dmeritassions +dmeritmes +dmeritt +dmerittes +dmerite +dmeritent +dmeriter +dmeritera +dmeriterai +dmeriteraient +dmeriterais +dmeriterait +dmeriteras +dmeriterez +dmeriteriez +dmeriterions +dmeriterons +dmeriteront +dmerites +dmeritez +dmerit +dmerite +dmerites +dmerits +dmeritrent +dmeritiez +dmeritions +dmeritons +dmesur +dmesure +dmesures +dmesurment +dmesurs +dmet +dmets +dmettaient +dmettais +dmettait +dmettant +dmette +dmettent +dmettes +dmettez +dmettiez +dmettions +dmettons +dmettra +dmettrai +dmettraient +dmettrais +dmettrait +dmettras +dmettre +dmettrez +dmettriez +dmettrions +dmettrons +dmettront +dmnage +dmnagea +dmnageai +dmnageaient +dmnageais +dmnageait +dmnageant +dmnageas +dmnageasse +dmnageassent +dmnageasses +dmnageassiez +dmnageassions +dmnagemes +dmnaget +dmnagetes +dmnagement +dmnagements +dmnagent +dmnageons +dmnager +dmnagera +dmnagerai +dmnageraient +dmnagerais +dmnagerait +dmnageras +dmnagerez +dmnageriez +dmnagerions +dmnagerons +dmnageront +dmnages +dmnageur +dmnageurs +dmnagez +dmnag +dmnage +dmnages +dmnags +dmnagrent +dmnagiez +dmnagions +dmne +dmnent +dmnera +dmnerai +dmneraient +dmnerais +dmnerait +dmneras +dmnerez +dmneriez +dmnerions +dmnerons +dmneront +dmnes +dmla +dmlai +dmlaient +dmlais +dmlait +dmlant +dmlas +dmlasse +dmlassent +dmlasses +dmlassiez +dmlassions +dmlmes +dmlt +dmltes +dmle +dmlent +dmler +dmlera +dmlerai +dmleraient +dmlerais +dmlerait +dmleras +dmlerez +dmleriez +dmlerions +dmlerons +dmleront +dmles +dmlez +dml +dmle +dmles +dmls +dmlrent +dmliez +dmlions +dmloir +dmloirs +dmlons +dmilitarisa +dmilitarisai +dmilitarisaient +dmilitarisais +dmilitarisait +dmilitarisant +dmilitarisas +dmilitarisasse +dmilitarisassent +dmilitarisassiez +dmilitarisassions +dmilitarismes +dmilitarist +dmilitaristes +dmilitarise +dmilitarisent +dmilitariser +dmilitarisera +dmilitariserai +dmilitariseraient +dmilitariserais +dmilitariserait +dmilitariseras +dmilitariserez +dmilitariseriez +dmilitariserions +dmilitariserons +dmilitariseront +dmilitarises +dmilitarisez +dmilitaris +dmilitarise +dmilitarises +dmilitariss +dmilitarisrent +dmilitarisiez +dmilitarisions +dmilitarisons +dmina +dminai +dminaient +dminais +dminait +dminant +dminas +dminasse +dminassent +dminassiez +dminassions +dminmes +dmint +dmintes +dminer +dminera +dminerai +dmineraient +dminerais +dminerait +dmineras +dminerez +dmineriez +dminerions +dminerons +dmineront +dmines +dminez +dmin +dmine +dmines +dminralisa +dminralisai +dminralisaient +dminralisais +dminralisait +dminralisant +dminralisas +dminralisasse +dminralisassent +dminralisasses +dminralisassiez +dminralisassions +dminralisation +dminralisations +dminralismes +dminralist +dminralistes +dminralise +dminralisent +dminraliser +dminralisera +dminraliserai +dminraliseraient +dminraliserais +dminraliserait +dminraliseras +dminraliserez +dminraliseriez +dminraliserions +dminraliserons +dminraliseront +dminralises +dminralisez +dminralis +dminralise +dminralises +dminraliss +dminralisrent +dminralisiez +dminralisions +dminralisons +dmins +dminrent +dminiez +dminions +dminons +dmirent +dmis +dmise +dmises +dmisse +dmissent +dmisses +dmissiez +dmission +dmissionna +dmissionnai +dmissionnaient +dmissionnaire +dmissionnaires +dmissionnais +dmissionnait +dmissionnant +dmissionnas +dmissionnasse +dmissionnassent +dmissionnasses +dmissionnassiez +dmissionnassions +dmissionnmes +dmissionnt +dmissionntes +dmissionne +dmissionnent +dmissionner +dmissionnera +dmissionnerai +dmissionneraient +dmissionnerais +dmissionnerait +dmissionneras +dmissionnerez +dmissionneriez +dmissionnerions +dmissionnerons +dmissionneront +dmissionnes +dmissionnez +dmissionn +dmissionne +dmissionnes +dmissionns +dmissionnrent +dmissionniez +dmissionnions +dmissionnons +dmissions +dmit +dmiurge +dmiurges +dmmes +dmt +dmtes +dmobilisa +dmobilisai +dmobilisaient +dmobilisais +dmobilisait +dmobilisant +dmobilisas +dmobilisasse +dmobilisassent +dmobilisasses +dmobilisassiez +dmobilisassions +dmobilisation +dmobilisations +dmobilismes +dmobilist +dmobilistes +dmobilise +dmobilisent +dmobiliser +dmobilisera +dmobiliserai +dmobiliseraient +dmobiliserais +dmobiliserait +dmobiliseras +dmobiliserez +dmobiliseriez +dmobiliserions +dmobiliserons +dmobiliseront +dmobilises +dmobilisez +dmobilis +dmobilise +dmobilises +dmobiliss +dmobilisrent +dmobilisiez +dmobilisions +dmobilisons +dmocrate +dmocrates +dmocratie +dmocraties +dmocratique +dmocratiquement +dmocratiques +dmocratisa +dmocratisai +dmocratisaient +dmocratisais +dmocratisait +dmocratisant +dmocratisas +dmocratisasse +dmocratisassent +dmocratisasses +dmocratisassiez +dmocratisassions +dmocratisation +dmocratisations +dmocratismes +dmocratist +dmocratistes +dmocratise +dmocratisent +dmocratiser +dmocratisera +dmocratiserai +dmocratiseraient +dmocratiserais +dmocratiserait +dmocratiseras +dmocratiserez +dmocratiseriez +dmocratiserions +dmocratiserons +dmocratiseront +dmocratises +dmocratisez +dmocratis +dmocratise +dmocratises +dmocratiss +dmocratisrent +dmocratisiez +dmocratisions +dmocratisons +dmoda +dmodai +dmodaient +dmodais +dmodait +dmodant +dmodas +dmodasse +dmodassent +dmodasses +dmodassiez +dmodassions +dmodmes +dmodt +dmodtes +dmode +dmodent +dmoder +dmodera +dmoderai +dmoderaient +dmoderais +dmoderait +dmoderas +dmoderez +dmoderiez +dmoderions +dmoderons +dmoderont +dmodes +dmodez +dmod +dmode +dmodes +dmods +dmodrent +dmodiez +dmodions +dmodons +dmographie +dmographique +dmographiques +dmoli +dmolie +dmolies +dmolir +dmolira +dmolirai +dmoliraient +dmolirais +dmolirait +dmoliras +dmolirent +dmolirez +dmoliriez +dmolirions +dmolirons +dmoliront +dmolis +dmolissaient +dmolissais +dmolissait +dmolissant +dmolisse +dmolissent +dmolisses +dmolisseur +dmolisseurs +dmolisseuse +dmolisseuses +dmolissez +dmolissiez +dmolissions +dmolissons +dmolit +dmolition +dmolitions +dmolmes +dmolt +dmoltes +dmon +dmontisation +dmontisations +dmontis +dmontise +dmontises +dmontiss +dmoniaque +dmoniaques +dmons +dmonstrateur +dmonstrateurs +dmonstration +dmonstrations +dmonstratrice +dmonstratrices +dmonstratrif +dmonstratrifs +dmonstratrive +dmonstratrives +dmonta +dmontable +dmontables +dmontage +dmontages +dmontai +dmontaient +dmontais +dmontait +dmontant +dmontas +dmontasse +dmontassent +dmontasses +dmontassiez +dmontassions +dmontmes +dmontt +dmonttes +dmonte +dmontent +dmonter +dmontera +dmonterai +dmonteraient +dmonterais +dmonterait +dmonteras +dmonterez +dmonteriez +dmonterions +dmonterons +dmonteront +dmontes +dmontez +dmont +dmonte +dmontes +dmonts +dmontrent +dmontiez +dmontions +dmontons +dmontra +dmontrai +dmontraient +dmontrais +dmontrait +dmontrant +dmontras +dmontrasse +dmontrassent +dmontrasses +dmontrassiez +dmontrassions +dmontrmes +dmontrt +dmontrtes +dmontre +dmontrent +dmontrer +dmontrera +dmontrerai +dmontreraient +dmontrerais +dmontrerait +dmontreras +dmontrerez +dmontreriez +dmontrerions +dmontrerons +dmontreront +dmontres +dmontrez +dmontr +dmontre +dmontres +dmontrs +dmontrrent +dmontriez +dmontrions +dmontrons +dmoralisa +dmoralisai +dmoralisaient +dmoralisais +dmoralisait +dmoralisant +dmoralisas +dmoralisasse +dmoralisassent +dmoralisasses +dmoralisassiez +dmoralisassions +dmoralisateur +dmoralisateurs +dmoralisation +dmoralisations +dmoralisatrice +dmoralisatrices +dmoralismes +dmoralist +dmoralistes +dmoralise +dmoralisent +dmoraliser +dmoralisera +dmoraliserai +dmoraliseraient +dmoraliserais +dmoraliserait +dmoraliseras +dmoraliserez +dmoraliseriez +dmoraliserions +dmoraliserons +dmoraliseront +dmoralises +dmoralisez +dmoralis +dmoralise +dmoralises +dmoraliss +dmoralisrent +dmoralisiez +dmoralisions +dmoralisons +dmord +dmordaient +dmordais +dmordait +dmordant +dmorde +dmordent +dmordes +dmordez +dmordiez +dmordions +dmordirent +dmordis +dmordisse +dmordissent +dmordisses +dmordissiez +dmordissions +dmordit +dmordmes +dmordt +dmordtes +dmordons +dmordra +dmordrai +dmordraient +dmordrais +dmordrait +dmordras +dmordre +dmordrez +dmordriez +dmordrions +dmordrons +dmordront +dmords +dmordu +dmordue +dmordues +dmordus +dmoula +dmoulai +dmoulaient +dmoulais +dmoulait +dmoulant +dmoulas +dmoulasse +dmoulassent +dmoulasses +dmoulassiez +dmoulassions +dmoulmes +dmoult +dmoultes +dmoule +dmoulent +dmouler +dmoulera +dmoulerai +dmouleraient +dmoulerais +dmoulerait +dmouleras +dmoulerez +dmouleriez +dmoulerions +dmoulerons +dmouleront +dmoules +dmoulez +dmoul +dmoule +dmoules +dmouls +dmoulrent +dmouliez +dmoulions +dmoulons +dmuni +dmunie +dmunies +dmunir +dmunira +dmunirai +dmuniraient +dmunirais +dmunirait +dmuniras +dmunirent +dmunirez +dmuniriez +dmunirions +dmunirons +dmuniront +dmunis +dmunissaient +dmunissais +dmunissait +dmunissant +dmunisse +dmunissent +dmunisses +dmunissez +dmunissiez +dmunissions +dmunissons +dmunit +dmunmes +dmuntes +dnationalisa +dnationalisai +dnationalisaient +dnationalisais +dnationalisait +dnationalisant +dnationalisas +dnationalisasse +dnationalisassent +dnationalisasses +dnationalisassiez +dnationalisassions +dnationalismes +dnationalist +dnationalistes +dnationalise +dnationalisent +dnationaliser +dnationalisera +dnationaliserai +dnationaliseraient +dnationaliserais +dnationaliserait +dnationaliseras +dnationaliserez +dnationaliseriez +dnationaliserions +dnationaliserons +dnationaliseront +dnationalises +dnationalisez +dnationalis +dnationalise +dnationalises +dnationaliss +dnationalisrent +dnationalisiez +dnationalisions +dnationalismes +dnatura +dnaturai +dnaturaient +dnaturais +dnaturait +dnaturant +dnaturas +dnaturasse +dnaturassent +dnaturasses +dnaturassiez +dnaturassions +dnaturmes +dnaturt +dnaturtes +dnature +dnaturent +dnaturer +dnaturera +dnaturerai +dnatureraient +dnaturerais +dnaturerait +dnatureras +dnaturerez +dnatureriez +dnaturerions +dnaturerons +dnatureront +dnatures +dnaturez +dnatur +dnature +dnatures +dnaturs +dnaturrent +dnaturiez +dnaturions +dnaturons +dnegation +dnegations +dni +dniai +dniaient +dniais +dniaisa +dniaisai +dniaisaient +dniaisais +dniaisait +dniaisant +dniaisas +dniaisasse +dniaisassent +dniaisasses +dniaisassiez +dniaisassions +dniaismes +dniaist +dniaistes +dniaise +dniaisent +dniaiser +dniaisera +dniaiserai +dniaiseraient +dniaiserais +dniaiserait +dniaiseras +dniaiserez +dniaiseriez +dniaiserions +dniaiserons +dniaiseront +dniaises +dniaisez +dniais +dniaise +dniaises +dniaiss +dniaisrent +dniaisiez +dniaisions +dniaisons +dniait +dniant +dnias +dniasse +dniassent +dniasses +dniassiez +dniassions +dnimes +dnit +dnites +dnicha +dnichai +dnichaient +dnichais +dnichait +dnichant +dnichas +dnichassent +dnichasses +dnichassiez +dnichassions +dnichmes +dnicht +dnichtes +dniche +dnichent +dnicher +dnichera +dnicherai +dnicheraient +dnicherais +dnicherait +dnicheras +dnicherez +dnicheriez +dnicherions +dnicherons +dnicheront +dniches +dnichez +dnich +dniche +dniches +dnichs +dnichrent +dnichiez +dnichions +dnichons +dnie +dnient +dnier +dniera +dnierai +dnieraient +dnierais +dnierait +dnieras +dnierez +dnieriez +dnierions +dnierons +dnieront +dnies +dniez +dni +dnie +dnies +dnis +dnirent +dnigra +dnigrai +dnigraient +dnigrais +dnigrait +dnigrant +dnigras +dnigrasse +dnigrassent +dnigrasses +dnigrassiez +dnigrassions +dnigrmes +dnigrt +dnigrtes +dnigre +dnigrement +dnigrements +dnigrent +dnigrer +dnigrera +dnigrerai +dnigreraient +dnigrerais +dnigrerait +dnigreras +dnigrerez +dnigreriez +dnigrerions +dnigrerons +dnigreront +dnigres +dnigrez +dnigr +dnigre +dnigres +dnigrs +dnigrrent +dnigriez +dnigrions +dnigrons +dniiez +dniions +dnions +dnis +dnivela +dnivelai +dnivelaient +dnivelais +dnivelait +dnivelant +dnivelas +dnivelasse +dnivelassent +dnivelasses +dnivelassiez +dnivelassions +dnivelmes +dnivelt +dniveltes +dniveler +dnivelez +dnivel +dnivele +dniveles +dnivels +dnivelrent +dniveliez +dnivelions +dnivellation +dnivellations +dnivelle +dnivellent +dnivellera +dnivellerai +dnivelleraient +dnivellerais +dnivellerait +dnivelleras +dnivellerez +dnivelleriez +dnivellerions +dnivellerons +dnivelleront +dnivelles +dnivelons +dnombra +dnombrai +dnombraient +dnombrais +dnombrait +dnombrant +dnombras +dnombrasse +dnombrassent +dnombrasses +dnombrassiez +dnombrassions +dnombrmes +dnombrt +dnombrtes +dnombre +dnombrement +dnombrements +dnombrent +dnombrer +dnombrera +dnombrerai +dnombreraient +dnombrerais +dnombrerait +dnombreras +dnombrerez +dnombreriez +dnombrerions +dnombrerons +dnombreront +dnombres +dnombrez +dnombr +dnombre +dnombres +dnombrs +dnombrrent +dnombriez +dnombrions +dnombrons +dnominateur +dnominateurs +dnominatif +dnominatifs +dnomination +dnominations +dnominative +dnominatives +dnomma +dnommai +dnommaient +dnommais +dnommait +dnommant +dnommas +dnommasse +dnommassent +dnommasses +dnommassiez +dnommassions +dnommmes +dnommt +dnommtes +dnomme +dnomment +dnommer +dnommera +dnommerai +dnommeraient +dnommerais +dnommerait +dnommeras +dnommerez +dnommeriez +dnommerions +dnommerons +dnommeront +dnommes +dnommez +dnomm +dnomme +dnommes +dnomms +dnommrent +dnommiez +dnommions +dnommons +dnonce +dnoncent +dnoncer +dnoncera +dnoncerai +dnonceraient +dnoncerais +dnoncerait +dnonceras +dnoncerez +dnonceriez +dnoncerions +dnoncerons +dnonceront +dnonces +dnoncez +dnonc +dnonce +dnonces +dnoncs +dnoncrent +dnonciateur +dnonciateurs +dnonciation +dnonciations +dnonciatrice +dnonciatrices +dnonciez +dnoncions +dnona +dnonai +dnonaient +dnonais +dnonait +dnonant +dnonas +dnonasse +dnonassent +dnonasses +dnonassiez +dnonassions +dnonmes +dnont +dnontes +dnonons +dnota +dnotai +dnotaient +dnotais +dnotait +dnotant +dnotas +dnotasse +dnotassent +dnotasses +dnotassiez +dnotassions +dnotmes +dnott +dnottes +dnote +dnotent +dnoter +dnotera +dnoterai +dnoteraient +dnoterais +dnoterait +dnoteras +dnoterez +dnoteriez +dnoterions +dnoterons +dnoteront +dnotes +dnotez +dnot +dnote +dnotes +dnots +dnotrent +dnotiez +dnotions +dnotons +dnoua +dnouai +dnouaient +dnouais +dnouait +dnouant +dnouas +dnouasse +dnouassent +dnouasses +dnouassiez +dnouassions +dnoumes +dnout +dnoutes +dnoue +dnouement +dnouements +dnouent +dnouer +dnouera +dnouerai +dnoueraient +dnouerais +dnouerait +dnoueras +dnouerez +dnoueriez +dnouerions +dnouerons +dnoueront +dnoues +dnouez +dnou +dnoue +dnoues +dnous +dnourent +dnouiez +dnouions +dnouons +dnuda +dnudai +dnudaient +dnudais +dnudait +dnudas +dnudasse +dnudassent +dnudasses +dnudassiez +dnudassions +dnudation +dnudations +dnudmes +dnudt +dnudtes +dnude +dnudent +dnuder +dnudera +dnuderai +dnuderaient +dnuderais +dnuderait +dnuderas +dnuderez +dnuderiez +dnuderions +dnuderons +dnuderont +dnudes +dnudez +dnud +dnude +dnudes +dnuds +dnudrent +dnudiez +dnudions +dnudons +dnuement +dnuements +dnu +dnue +dnues +dnus +dnutrition +dontologie +dpanna +dpannage +dpannages +dpannai +dpannaient +dpannais +dpannait +dpannant +dpannas +dpannasse +dpannassent +dpannasses +dpannassiez +dpannassions +dpannmes +dpannt +dpanntes +dpanne +dpannent +dpanner +dpannera +dpannerai +dpanneraient +dpannerais +dpannerait +dpanneras +dpannerez +dpanneriez +dpannerions +dpannerons +dpanneront +dpannes +dpanneur +dpanneurs +dpanneuse +dpanneuses +dpannez +dpann +dpanne +dpannes +dpanns +dpannrent +dpanniez +dpannions +dpannons +dpaqueta +dpaquetai +dpaquetaient +dpaquetais +dpaquetait +dpaquetant +dpaquetas +dpaquetasse +dpaquetassent +dpaquetasses +dpaquetassiez +dpaquetassions +dpaquetmes +dpaquett +dpaquettes +dpaqueter +dpaquetez +dpaquet +dpaquete +dpaquetes +dpaquets +dpaquetrent +dpaquetiez +dpaquetions +dpaquetons +dpaquette +dpaquettent +dpaquettera +dpaquetterai +dpaquetteraient +dpaquetterais +dpaquetterait +dpaquetteras +dpaquetterez +dpaquetteriez +dpaquetterions +dpaquetterons +dpaquetteront +dpaquettes +dpara +dparai +dparaient +dparais +dparait +dparant +dparas +dparasse +dparassent +dparasses +dparassiez +dparassions +dparmes +dpart +dpartes +dpare +dpareilla +dpareillai +dpareillaient +dpareillais +dpareillait +dpareillant +dpareillas +dpareillasse +dpareillassent +dpareillasses +dpareillassiez +dpareillassions +dpareillmes +dpareillt +dpareilltes +dpareille +dpareillent +dpareiller +dpareillera +dpareilleraient +dpareillerais +dpareillerait +dpareilleras +dpareillerez +dpareilleriez +dpareillerions +dpareillerons +dpareilleront +dpareilles +dpareillez +dpareill +dpareille +dpareilles +dpareills +dpareillrent +dpareilliez +dpareillions +dpareillons +dparent +dparer +dparera +dparerai +dpareraient +dparerais +dparerait +dpareras +dparerez +dpareriez +dparerions +dparerons +dpareront +dpares +dparez +dpar +dpare +dpares +dpars +dparrent +dpariez +dparions +dparons +dpars +dpart +dpartage +dpartagea +dpartageai +dpartageaient +dpartageais +dpartageait +dpartageant +dpartageas +dpartageasse +dpartageassent +dpartageasses +dpartageassiez +dpartageassions +dpartagemes +dpartaget +dpartagetes +dpartagent +dpartageons +dpartager +dpartagera +dpartagerai +dpartageraient +dpartagerais +dpartagerait +dpartageras +dpartagerez +dpartageriez +dpartagerions +dpartagerons +dpartageront +dpartages +dpartagez +dpartag +dpartage +dpartages +dpartags +dpartagrent +dpartagiez +dpartagions +dpartaient +dpartais +dpartait +dpartant +dparte +dpartement +dpartemental +dpartementale +dpartementales +dpartementaux +dpartements +dpartent +dpartes +dpartez +dparti +dpartie +dparties +dpartiez +dpartions +dpartir +dpartira +dpartirai +dpartiraient +dpartirais +dpartirait +dpartiras +dpartirent +dpartirez +dpartiriez +dpartirions +dpartirons +dpartiront +dpartis +dpartisse +dpartissent +dpartisses +dpartissiez +dpartissions +dpartit +dpartmes +dpartt +dparttes +dpartons +dparts +dpassa +dpassai +dpassaient +dpassais +dpassait +dpassant +dpassas +dpassasse +dpassassent +dpassasses +dpassassiez +dpassassions +dpassmes +dpasst +dpasstes +dpasse +dpassement +dpassements +dpassent +dpasser +dpassera +dpasserai +dpasseraient +dpasserais +dpasserait +dpasseras +dpasserez +dpasseriez +dpasserions +dpasserons +dpasseront +dpasses +dpassez +dpass +dpasse +dpasses +dpasss +dpassrent +dpassiez +dpassions +dpassons +dpava +dpavage +dpavages +dpavai +dpavaient +dpavais +dpavait +dpavant +dpavas +dpavasse +dpavassent +dpavasses +dpavassiez +dpavassions +dpavmes +dpavt +dpavtes +dpave +dpavent +dpaver +dpavera +dpaverai +dpaveraient +dpaverais +dpaverait +dpaveras +dpaverez +dpaveriez +dpaverions +dpaverons +dpaveront +dpaves +dpavez +dpav +dpave +dpaves +dpavs +dpavrent +dpaviez +dpavions +dpavons +dpaysa +dpaysai +dpaysaient +dpaysais +dpaysait +dpaysant +dpaysas +dpaysasse +dpaysassent +dpaysasses +dpaysassiez +dpaysassions +dpaysmes +dpayst +dpaystes +dpayse +dpaysement +dpaysements +dpaysent +dpayser +dpaysera +dpayserai +dpayseraient +dpayserais +dpayserait +dpayseras +dpayserez +dpayseriez +dpayserions +dpayserons +dpayseront +dpayses +dpaysez +dpays +dpayse +dpayses +dpayss +dpaysrent +dpaysiez +dpaysions +dpaysons +dpecer +dpecez +dpec +dpece +dpeces +dpecs +dpecrent +dpeciez +dpecions +dpea +dpeage +dpeages +dpeai +dpeaient +dpeais +dpeait +dpeant +dpeas +dpeasse +dpeassent +dpeasses +dpeassiez +dpeassions +dpemes +dpet +dpetes +dpeons +dpeigna +dpeignai +dpeignaient +dpeignais +dpeignait +dpeignant +dpeignas +dpeignasse +dpeignassent +dpeignasses +dpeignassiez +dpeignassions +dpeignmes +dpeignt +dpeigntes +dpeigne +dpeignent +dpeigner +dpeignera +dpeignerai +dpeigneraient +dpeignerais +dpeignerait +dpeigneras +dpeignerez +dpeigneriez +dpeignerions +dpeignerons +dpeigneront +dpeignes +dpeignez +dpeign +dpeigne +dpeignes +dpeigns +dpeignrent +dpeigniez +dpeignions +dpeignirent +dpeignis +dpeignisse +dpeignissent +dpeignisses +dpeignissiez +dpeignissions +dpeignit +dpeignmes +dpeignt +dpeigntes +dpeignons +dpeindra +dpeindrai +dpeindraient +dpeindrais +dpeindrait +dpeindras +dpeindre +dpeindrez +dpeindriez +dpeindrions +dpeindrons +dpeindront +dpeins +dpeint +dpeinte +dpeintes +dpeints +dpenaill +dpenaille +dpenailles +dpenaills +dpend +dpendaient +dpendais +dpendait +dpendance +dpendances +dpendant +dpendante +dpendantes +dpende +dpendent +dpendes +dpendez +dpendiez +dpendions +dpendirent +dpendis +dpendisse +dpendissent +dpendisses +dpendissiez +dpendissions +dpendit +dpendmes +dpendt +dpendtes +dpendons +dpendra +dpendrai +dpendraient +dpendrais +dpendrait +dpendras +dpendre +dpendrez +dpendriez +dpendrions +dpendrons +dpendront +dpends +dpendu +dpendue +dpendues +dpendus +dpens +dpensa +dpensai +dpensaient +dpensais +dpensait +dpensant +dpensas +dpensasse +dpensassent +dpensasses +dpensassiez +dpensassions +dpensmes +dpenst +dpenstes +dpense +dpensent +dpenser +dpensera +dpenserai +dpenseraient +dpenserais +dpenserait +dpenseras +dpenserez +dpenseriez +dpenserions +dpenserons +dpenseront +dpenses +dpensez +dpens +dpense +dpenses +dpenss +dpensrent +dpensier +dpensiers +dpensiez +dpensire +dpensires +dpensions +dpensons +dperdition +dperditions +dpeupla +dpeuplai +dpeuplaient +dpeuplais +dpeuplait +dpeuplant +dpeuplas +dpeuplasse +dpeuplassent +dpeuplasses +dpeuplassiez +dpeuplassions +dpeuplmes +dpeuplt +dpeupltes +dpeuple +dpeuplement +dpeuplements +dpeuplent +dpeupler +dpeuplera +dpeuplerai +dpeupleraient +dpeuplerais +dpeuplerait +dpeupleras +dpeuplerez +dpeupleriez +dpeuplerions +dpeuplerons +dpeupleront +dpeuples +dpeuplez +dpeupl +dpeuple +dpeuples +dpeupls +dpeuplrent +dpeupliez +dpeuplions +dpeuplons +dpri +dprie +dpries +dprir +dprira +dprirai +dpriraient +dprirais +dprirait +dpriras +dprirent +dprirez +dpririez +dpririons +dprirons +dpriront +dpris +dprissaient +dprissais +dprissait +dprissant +dprisse +dprissement +dprissements +dprissent +dprisses +dprissez +dprissiez +dprissions +dprissons +dprissont +dprit +dprmes +dprt +dprtes +dpce +dpcement +dpcements +dpcent +dpcera +dpcerai +dpceraient +dpcerais +dpcerait +dpceras +dpcerez +dpceriez +dpcerions +dpcerons +dpceront +dpces +dpcha +dpchai +dpchaient +dpchais +dpchait +dpchant +dpchas +dpchasse +dpchassent +dpchasses +dpchassiez +dpchassions +dpchmes +dpcht +dpchtes +dpche +dpchent +dpcher +dpchera +dpcherai +dpcheraient +dpcherais +dpcherait +dpcheras +dpcherez +dpcheriez +dpcherions +dpcherons +dpcheront +dpches +dpchez +dpch +dpche +dpches +dpchs +dpchrent +dpchiez +dpchions +dpchons +dptra +dptrai +dptraient +dptrais +dptrait +dptrant +dptras +dptrasse +dptrassent +dptrasses +dptrassiez +dptrassions +dptrmes +dptrt +dptrtes +dptre +dptrent +dptrer +dptrera +dptrerai +dptreraient +dptrerais +dptrerait +dptreras +dptrerez +dptreriez +dptrerions +dptrerons +dptreront +dptres +dptrez +dptr +dptre +dptres +dptrs +dptrrent +dptriez +dptrions +dptrons +dphasa +dphasai +dphasaient +dphasais +dphasait +dphasant +dphasas +dphasasse +dphasassent +dphasasses +dphasassiez +dphasassions +dphasmes +dphast +dphastes +dphase +dphasent +dphaser +dphasera +dphaserai +dphaseraient +dphaserais +dphaserait +dphaseras +dphaserez +dphaseriez +dphaserions +dphaserons +dphaseront +dphases +dphasez +dphas +dphase +dphases +dphass +dphasrent +dphasiez +dphasions +dphasons +dpista +dpistage +dpistages +dpistai +dpistaient +dpistais +dpistait +dpistant +dpistas +dpistasse +dpistassent +dpistasses +dpistassiez +dpistassions +dpistmes +dpistt +dpisttes +dpiste +dpistent +dpister +dpistera +dpisterai +dpisteraient +dpisterais +dpisterait +dpisteras +dpisterez +dpisteriez +dpisterions +dpisterons +dpisteront +dpistes +dpistez +dpist +dpiste +dpistes +dpists +dpistrent +dpistiez +dpistions +dpistons +dpit +dpita +dpitai +dpitaient +dpitais +dpitait +dpitant +dpitas +dpitasse +dpitassent +dpitasses +dpitassiez +dpitassions +dpitmes +dpitt +dpittes +dpite +dpitent +dpiter +dpitera +dpiterai +dpiteraient +dpiterais +dpiterait +dpiteras +dpiterez +dpiteriez +dpiterions +dpiterons +dpiteront +dpites +dpitez +dpit +dpite +dpites +dpits +dpitrent +dpitiez +dpitions +dpitons +dpits +dplace +dplacement +dplacements +dplacent +dplacer +dplacera +dplacerai +dplaceraient +dplacerais +dplacerait +dplaceras +dplacerez +dplaceriez +dplacerions +dplacerons +dplaceront +dplaces +dplacez +dplac +dplace +dplaces +dplacs +dplacrent +dplaciez +dplacions +dplaa +dplaai +dplaaient +dplaais +dplaait +dplaant +dplaas +dplaasse +dplaassent +dplaasses +dplaassiez +dplaassions +dplames +dplat +dplates +dplaons +dplafonnement +dplafonnements +dplaira +dplairai +dplairaient +dplairais +dplairait +dplairas +dplaire +dplairez +dplairiez +dplairions +dplairons +dplairont +dplais +dplaisaient +dplaisais +dplaisait +dplaisant +dplaise +dplaisent +dplaises +dplaisez +dplaisiez +dplaisions +dplaisir +dplaisirs +dplaisons +dplait +dplat +dplanta +dplantai +dplantaient +dplantais +dplantait +dplantant +dplantas +dplantasse +dplantassent +dplantasses +dplantassiez +dplantassions +dplantmes +dplantt +dplanttes +dplante +dplantent +dplanter +dplantera +dplanterai +dplanteraient +dplanterais +dplanterait +dplanteras +dplanterez +dplanteriez +dplanterions +dplanterons +dplanteront +dplantes +dplantez +dplant +dplante +dplantes +dplants +dplantrent +dplantiez +dplantions +dplantons +dplia +dpliai +dpliaient +dpliais +dpliait +dpliant +dpliants +dplias +dpliasse +dpliassent +dpliasses +dpliassiez +dpliassions +dplimes +dplit +dplites +dplie +dplient +dplier +dpliera +dplierai +dplieraient +dplierais +dplierait +dplieras +dplierez +dplieriez +dplierions +dplierons +dplieront +dplies +dpliez +dpli +dplie +dplies +dplis +dplirent +dpliiez +dpliions +dplions +dplissa +dplissai +dplissaient +dplissais +dplissait +dplissant +dplissas +dplissasse +dplissassent +dplissasses +dplissassiez +dplissassions +dplissmes +dplisst +dplisstes +dplisse +dplissent +dplisser +dplissera +dplisserai +dplisseraient +dplisserais +dplisserait +dplisseras +dplisserez +dplisseriez +dplisserions +dplisserons +dplisseront +dplisses +dplissez +dpliss +dplisse +dplisses +dplisss +dplissrent +dplissiez +dplissions +dplissons +dploie +dploiement +dploiements +dploient +dploiera +dploierai +dploieraient +dploierais +dploierait +dploieras +dploierez +dploieriez +dploierions +dploierons +dploieront +dploies +dplora +dplorable +dplorablement +dplorables +dplorai +dploraient +dplorais +dplorait +dplorant +dploras +dplorasse +dplorassent +dplorasses +dplorassiez +dplorassions +dplormes +dplort +dplortes +dplore +dplorent +dplorer +dplorera +dplorerai +dploreraient +dplorerais +dplorerait +dploreras +dplorerez +dploreriez +dplorerions +dplorerons +dploreront +dplores +dplorez +dplor +dplore +dplores +dplors +dplorrent +dploriez +dplorions +dplorons +dploya +dployai +dployaient +dployais +dployait +dployant +dployas +dployasse +dployassent +dployasses +dployassiez +dployassions +dploymes +dployt +dploytes +dployer +dployez +dploy +dploye +dployes +dploys +dployrent +dployiez +dployions +dployons +dplu +dplue +dplues +dplum +dplume +dplumes +dplums +dplus +dplusse +dplussent +dplusses +dplussiez +dplussions +dplut +dplrent +dplmes +dplt +dpltes +dpoli +dpolie +dpolies +dpolir +dpolira +dpolirai +dpoliraient +dpolirais +dpolirait +dpoliras +dpolirent +dpolirez +dpoliriez +dpolirions +dpolirons +dpoliront +dpolis +dpolissaient +dpolissais +dpolissait +dpolissant +dpolisse +dpolissent +dpolisses +dpolissez +dpolissiez +dpolissions +dpolissons +dpolit +dpolmes +dpolt +dpoltes +dporta +dportai +dportaient +dportais +dportait +dportant +dportas +dportasse +dportassent +dportasses +dportassiez +dportassions +dportation +dportations +dportmes +dportt +dporttes +dporte +dportements +dportent +dporter +dportera +dporterai +dporteraient +dporterais +dporterait +dporteras +dporterez +dporteriez +dporterions +dporterons +dporteront +dportes +dportez +dport +dporte +dportes +dports +dportrent +dportiez +dportions +dportons +dposa +dposai +dposaient +dposais +dposait +dposant +dposante +dposantes +dposants +dposas +dposasse +dposassent +dposasses +dposassiez +dposassions +dposmes +dpost +dpostes +dpose +dposent +dposer +dposera +dposerai +dposeraient +dposerais +dposerait +dposeras +dposerez +dposeriez +dposerions +dposerons +dposeront +dposes +dposez +dpos +dpose +dposes +dposs +dpositaire +dpositaires +dposition +dpositions +dpossda +dpossdai +dpossdaient +dpossdais +dpossdait +dpossdant +dpossdas +dpossdasse +dpossdassent +dpossdasses +dpossdassiez +dpossdassions +dpossdmes +dpossdt +dpossdtes +dpossder +dpossdera +dpossderai +dpossderaient +dpossderais +dpossderait +dpossderas +dpossderez +dpossderiez +dpossderions +dpossderons +dpossderont +dpossdez +dpossd +dpossde +dpossdes +dpossds +dpossdrent +dpossdiez +dpossdions +dpossdons +dpossde +dpossdent +dpossdes +dpota +dpotai +dpotaient +dpotais +dpotait +dpotant +dpotas +dpotasse +dpotassent +dpotasses +dpotassiez +dpotassions +dpotmes +dpott +dpottes +dpote +dpotent +dpoter +dpotera +dpoterai +dpoteraient +dpoterais +dpoterait +dpoteras +dpoterez +dpoteriez +dpoterions +dpoterons +dpoteront +dpotes +dpotez +dpot +dpote +dpotes +dpots +dpotrent +dpotiez +dpotions +dpotoir +dpotoirs +dpotons +dpouilla +dpouillai +dpouillaient +dpouillais +dpouillait +dpouillant +dpouillas +dpouillasse +dpouillassent +dpouillasses +dpouillassiez +dpouillassions +dpouillmes +dpouillt +dpouilltes +dpouille +dpouillement +dpouillements +dpouillent +dpouiller +dpouillera +dpouillerai +dpouilleraient +dpouillerais +dpouillerait +dpouilleras +dpouillerez +dpouilleriez +dpouillerions +dpouillerons +dpouilleront +dpouilles +dpouillez +dpouill +dpouille +dpouilles +dpouills +dpouillrent +dpouilliez +dpouillions +dpouillons +dpourvu +dpourvue +dpourvues +dpourvus +dpoussirage +dpoussirages +dpt +dpts +dprava +dpravai +dpravaient +dpravais +dpravait +dpravant +dpravas +dpravasse +dpravassent +dpravasses +dpravassiez +dpravassions +dpravation +dpravations +dpravmes +dpravt +dpravtes +dprave +dpravent +dpraver +dpravera +dpraverai +dpraveraient +dpraverais +dpraverait +dpraveras +dpraverez +dpraveriez +dpraverions +dpraverons +dpraveront +dpraves +dpravez +dprav +dprave +dpraves +dpravs +dpravrent +dpraviez +dpravions +dpravons +dprenaient +dprenais +dprenait +dprenant +dprend +dprendra +dprendrai +dprendraient +dprendrais +dprendrait +dprendras +dprendre +dprendrez +dprendriez +dprendrions +dprendrons +dprendront +dprends +dprenez +dpreniez +dprenions +dprenne +dprennent +dprennes +dprenons +dpression +dpressions +dprcia +dprciai +dprciaient +dprciais +dprciait +dprciant +dprcias +dprciasse +dprciassent +dprciasses +dprciassiez +dprciasssions +dprciation +dprciations +dprcimes +dprcit +dprcites +dprcie +dprcient +dprcier +dprciera +dprcierai +dprcieraient +dprcierais +dprcierait +dprcieras +dprcierez +dprcieriez +dprcierions +dprcierons +dprcieront +dprcies +dprciez +dprci +dprcie +dprcies +dprcis +dprcirent +dprciiez +dprciions +dprcions +dprdation +dprdations +dprima +dprimai +dprimaient +dprimais +dprimait +dprimant +dprimas +dprimasse +dprimassent +dprimasses +dprimassiez +dprimassions +dprimmes +dprimt +dprimtes +dprime +dpriment +dprimer +dprimera +dprimerai +dprimeraient +dprimerais +dprimerait +dprimeras +dprimeriez +dprimerions +dprimerons +dprimeront +dprimes +dprimez +dprim +dprime +dprimes +dprims +dprimrent +dprimiez +dprimions +dprimons +dprirent +dpris +dprise +dprises +dprisse +dprissent +dprisses +dprissiez +dprissions +dprit +dprmes +dprt +dprtes +dpuratif +dpuratifs +dpurative +dpuratives +dputa +dputai +dputaient +dputais +dputait +dputant +dputas +dputasse +dputassent +dputasses +dputassiez +dputassions +dputation +dputations +dputmes +dputt +dputtes +dpute +dputent +dputer +dputera +dputerai +dputeraient +dputerais +dputerait +dputeras +dputerez +dputeriez +dputerions +dputerons +dputeront +dputes +dputez +dput +dpute +dputes +dputs +dputrent +dputiez +dputions +dputons +dracina +dracinai +dracinaient +dracinais +dracinait +dracinant +dracinas +dracinasse +dracinassent +dracinasses +dracinassiez +dracinassions +dracinmes +dracint +dracintes +dracine +dracinent +draciner +dracinera +dracinerai +dracineraient +dracinerais +dracinerait +dracineras +dracinerez +dracineriez +dracinerions +dracinerons +dracineront +dracines +dracinez +dracin +dracine +dracines +dracins +dracinrent +draciniez +dracinions +dracinons +drailla +draillai +draillaient +draillais +draillait +draillant +draillas +draillasse +draillassent +draillasses +draillassiez +draillassions +draillmes +draillt +drailltes +draille +draillement +draillements +draillent +drailler +draillera +draillerai +drailleraient +draillerais +draillerait +drailleras +draillerez +drailleriez +draillerions +draillerons +drailleront +drailles +draillez +draill +draille +drailles +draills +draillrent +drailliez +draillions +draillons +draison +draisonna +draisonnable +draisonnablement +draisonnables +draisonnai +draisonnaient +draisonnais +draisonnait +draisonnant +draisonnas +draisonnasse +draisonnassent +draisonnasses +draisonnassiez +draisonnassions +draisonnmes +draisonnt +draisonntes +draisonne +draisonnent +draisonner +draisonnera +draisonnerai +draisonneraient +draisonnerais +draisonnerait +draisonneras +draisonnerez +draisonneriez +draisonnerions +draisonnerons +draisonneront +draisonnes +draisonnez +draisonn +draisonne +draisonnes +draisonns +draisonnrent +draisonniez +draisonnions +draisonnons +draisons +drange +drangea +drangeai +drangeaient +drangeais +drangeant +drangeas +drangeasse +drangeassent +drangeasses +drangeassiez +drangeassions +drangemes +dranget +drangetes +drangement +drangements +drangent +drangeons +dranger +drangera +drangerai +drangeraient +drangerais +drangerait +drangeras +drangerez +drangeriez +drangerions +drangerons +drangeront +dranges +drangez +drang +drange +dranges +drangs +drangrent +drangiez +drangions +drapa +drapage +drapages +drapai +drapaient +drapais +drapait +drapant +drapas +drapasse +drapassent +drapasses +drapassiez +drapassions +drapmes +drapt +draptes +drape +drapent +draper +drapera +draperai +draperaient +draperais +draperait +draperas +draperez +draperiez +draperions +draperons +draperont +drapes +drapez +drap +drape +drapes +draps +draprent +drapiez +drapions +drapons +drat +drate +drates +drats +dratisa +dratisai +dratisaient +dratisais +dratisait +dratisant +dratisas +dratisasse +dratisassent +dratisasses +dratisassiez +dratisassions +dratismes +dratist +dratistes +dratise +dratisent +dratiser +dratisera +dratiserai +dratiseraient +dratiserais +dratiserait +dratiseras +dratiserez +dratiseriez +dratiserions +dratiserons +dratiseront +dratises +dratisez +dratis +dratise +dratises +dratiss +dratisrent +dratisiez +dratisions +dratisons +drgla +drglai +drglaient +drglais +drglait +drglant +drglas +drglasse +drglassent +drglasses +drglassiez +drglassions +drglmes +drgler +drglera +drglerai +drgleraient +drglerais +drglerait +drgleras +drglerez +drgleriez +drglerions +drglerons +drgleront +drglez +drgl +drgle +drgles +drgls +drglrent +drgliez +drglions +drglons +drgle +drglement +drglements +drglent +drgles +drida +dridai +dridaient +dridais +dridait +dridant +dridas +dridasse +dridassent +dridasses +dridassiez +dridassions +dridmes +dridt +dridtes +dride +drident +drider +dridera +driderai +drideraient +driderais +driderait +drideras +driderez +drideriez +driderions +driderons +drideront +drides +dridez +drid +dride +drides +drids +dridrent +dridiez +dridions +dridons +drision +drisions +drisoire +drisoires +driva +drivai +drivaient +drivais +drivait +drivant +drivas +drivasse +drivassent +drivasses +drivassiez +drivassions +drivatif +drivatifs +drivation +drivations +drivative +drivatives +drivmes +drivt +drivtes +drive +drivent +driver +drivera +driverai +driveraient +driverais +driverait +driveras +driverez +driveriez +driverions +driverons +driveront +drives +driveur +driveurs +drivez +driv +drive +drives +drivs +drivrent +driviez +drivions +drivons +droba +drobade +drobades +drobai +drobaient +drobais +drobait +drobant +drobas +drobasse +drobassent +drobasses +drobassiez +drobassions +drobmes +drobt +drobtes +drobe +drobent +drober +drobera +droberai +droberaient +droberais +droberait +droberas +droberez +droberiez +droberions +droberons +droberont +drobes +drobez +drob +drobe +drobes +drobs +drobrent +drobiez +drobions +drobons +drogation +drogations +droge +drogea +drogeai +drogeaient +drogeais +drogeait +drogeas +drogeasse +drogeassent +drogeasses +drogeassiez +drogeassions +drogemes +droget +drogetes +drogent +drogeons +droger +drogera +drogerai +drogeraient +drogerais +drogerait +drogeras +drogerez +drogeriez +drogerions +drogerons +drogeront +droges +drogez +drog +droge +droges +drogs +drogrent +drogiez +drogions +drouilla +drouillai +drouillaient +drouillais +drouillait +drouillant +drouillas +drouillasse +drouillassent +drouillasses +drouillassiez +drouillassions +drouillmes +drouillt +drouilltes +drouille +drouillent +drouiller +drouillera +drouillerai +drouilleraient +drouillerais +drouillerait +drouilleras +drouillerez +drouilleriez +drouillerions +drouillerons +drouilleront +drouilles +drouillez +drouill +drouille +drouilles +drouills +drouillrent +drouilliez +drouillions +drouillons +droula +droulai +droulaient +droulais +droulait +droulant +droulants +droulas +droulasse +droulassent +droulasses +droulassiez +droulassions +droulmes +droult +droultes +droule +droulement +droulements +droulent +drouler +droulera +droulerai +drouleraient +droulerais +droulerait +drouleras +droulerez +drouleriez +droulerions +droulerons +drouleront +droules +droulez +droul +droule +droules +drouls +droulrent +drouliez +droulions +droulons +drouta +droutai +droutaient +droutais +droutait +droutant +droutas +droutasse +droutassent +droutasses +droutassiez +droutassions +droutmes +droutt +drouttes +droute +droutent +drouter +droutera +drouterai +drouteraient +drouterais +drouterait +drouteras +drouterez +drouteriez +drouterions +drouterons +drouteront +droutes +droutez +drout +droute +droutes +drouts +droutrent +droutiez +droutions +droutons +ds +dsabonna +dsabonnai +dsabonnaient +dsabonnais +dsabonnait +dsabonnant +dsabonnas +dsabonnasse +dsabonnassent +dsabonnasses +dsabonnassiez +dsabonnassions +dsabonnmes +dsabonnt +dsabonntes +dsabonne +dsabonnent +dsabonner +dsabonnera +dsabonnerai +dsabonneraient +dsabonnerais +dsabonnerait +dsabonneras +dsabonnerez +dsabonneriez +dsabonnerions +dsabonnerons +dsabonneront +dsabonnes +dsabonnez +dsabonn +dsabonne +dsabonnes +dsabonns +dsabonnrent +dsabonniez +dsabonnions +dsabonnons +dsabusa +dsabusai +dsabusaient +dsabusais +dsabusait +dsabusant +dsabusas +dsabusasse +dsabusassent +dsabusasses +dsabusassiez +dsabusassions +dsabusmes +dsabust +dsabustes +dsabuse +dsabusent +dsabuser +dsabusera +dsabuserai +dsabuseraient +dsabuserais +dsabuserait +dsabuseras +dsabuserez +dsabuseriez +dsabuserions +dsabuserons +dsabuseront +dsabuses +dsabusez +dsabus +dsabuse +dsabuses +dsabuss +dsabusrent +dsabusiez +dsabusions +dsabusons +dsaccord +dsaccorda +dsaccordai +dsaccordaient +dsaccordais +dsaccordait +dsaccordant +dsaccordas +dsaccordasse +dsaccordassent +dsaccordasses +dsaccordassiez +dsaccordassions +dsaccordmes +dsaccordt +dsaccordtes +dsaccorde +dsaccordent +dsaccorder +dsaccordera +dsaccorderai +dsaccorderaient +dsaccorderais +dsaccorderait +dsaccorderas +dsaccorderez +dsaccorderiez +dsaccorderions +dsaccorderons +dsaccorderont +dsaccordes +dsaccordez +dsaccord +dsaccorde +dsaccordes +dsaccords +dsaccordrent +dsaccordiez +dsaccordions +dsaccordons +dsaccords +dsaccoutuma +dsaccoutumai +dsaccoutumaient +dsaccoutumais +dsaccoutumait +dsaccoutumant +dsaccoutumas +dsaccoutumasse +dsaccoutumassent +dsaccoutumasses +dsaccoutumassiez +dsaccoutumassions +dsaccoutummes +dsaccoutumt +dsaccoutumtes +dsaccoutume +dsaccoutument +dsaccoutumer +dsaccoutumerai +dsaccoutumeraient +dsaccoutumerais +dsaccoutumerait +dsaccoutumeras +dsaccoutumerez +dsaccoutumeriez +dsaccoutumerions +dsaccoutumerons +dsaccoutumeront +dsaccoutumes +dsaccoutumez +dsaccoutum +dsaccoutume +dsaccoutumes +dsaccoutums +dsaccoutumrent +dsaccoutumiez +dsaccoutumions +dsaccoutumons +dsaffecta +dsaffectai +dsaffectaient +dsaffectais +dsaffectait +dsaffectant +dsaffectas +dsaffectasse +dsaffectassent +dsaffectasses +dsaffectassiez +dsaffectassions +dsaffectation +dsaffectations +dsaffectmes +dsaffectt +dsaffecttes +dsaffecte +dsaffectent +dsaffecter +dsaffectera +dsaffecterai +dsaffecteraient +dsaffecterais +dsaffecterait +dsaffecteras +dsaffecterez +dsaffecteriez +dsaffecterions +dsaffecterons +dsaffecteront +dsaffectes +dsaffectez +dsaffect +dsaffecte +dsaffectes +dsaffects +dsaffectrent +dsaffectiez +dsaffections +dsaffectons +dsagrable +dsagrablement +dsagrables +dsagrgation +dsagrgations +dsagrgea +dsagrgeai +dsagrgeaient +dsagrgeais +dsagrgeait +dsagrgeant +dsagrgeas +dsagrgeasse +dsagrgeassent +dsagrgeasses +dsagrgeassiez +dsagrgeassions +dsagrgemes +dsagrget +dsagrgetes +dsagrgeons +dsagrger +dsagrgera +dsagrgerai +dsagrgeraient +dsagrgerais +dsagrgerait +dsagrgeras +dsagrgerez +dsagrgeriez +dsagrgerions +dsagrgerons +dsagrgeront +dsagrgez +dsagrg +dsagrge +dsagrges +dsagrgs +dsagrgrent +dsagrgiez +dsagrgions +dsagrment +dsagrments +dsagrge +dsagrgent +dsagrges +dsaltra +dsaltrai +dsaltraient +dsaltrais +dsaltrait +dsaltrant +dsaltras +dsaltrasse +dsaltrassent +dsaltrasses +dsaltrassiez +dsaltrassions +dsaltrmes +dsaltrt +dsaltrtes +dsaltrer +dsaltrera +dsaltrerai +dsaltreraient +dsaltrerais +dsaltrerait +dsaltreras +dsaltrerez +dsaltreriez +dsaltrerions +dsaltrerons +dsaltreront +dsaltrez +dsaltr +dsaltre +dsaltres +dsaltrs +dsaltrrent +dsaltriez +dsaltrions +dsaltrons +dsaltre +dsaltrent +dsaltres +dsamorce +dsamorcent +dsamorcer +dsamorcera +dsamorcerai +dsamorceraient +dsamorcerais +dsamorcerait +dsamorceras +dsamorcerez +dsamorceriez +dsamorcerions +dsamorcerons +dsamorceront +dsamorces +dsamorcez +dsamorc +dsamorce +dsamorces +dsamorcs +dsamorcrent +dsamorciez +dsamorcions +dsamora +dsamorai +dsamoraient +dsamorais +dsamorait +dsamorant +dsamoras +dsamorasse +dsamorassent +dsamorasses +dsamorassiez +dsamorassions +dsamormes +dsamort +dsamortes +dsamorons +dsappointa +dsappointai +dsappointaient +dsappointais +dsappointait +dsappointant +dsappointas +dsappointasse +dsappointassent +dsappointasses +dsappointassiez +dsappointassions +dsappointmes +dsappointt +dsappointtes +dsappointe +dsappointement +dsappointements +dsappointent +dsappointer +dsappointera +dsappointerai +dsappointeraient +dsappointerais +dsappointerait +dsappointeras +dsappointerez +dsappointeriez +dsappointerions +dsappointerons +dsappointeront +dsappointes +dsappointez +dsappoint +dsappointe +dsappointes +dsappoints +dsappointrent +dsappointiez +dsappointions +dsappointons +dsapprenaient +dsapprenais +dsapprenait +dsapprenant +dsapprend +dsapprendra +dsapprendrai +dsapprendraient +dsapprendrais +dsapprendrait +dsapprendras +dsapprendre +dsapprendrez +dsapprendriez +dsapprendrions +dsapprendrons +dsapprendront +dsapprends +dsapprenez +dsappreniez +dsapprenions +dsapprenne +dsapprennent +dsapprennes +dsapprenons +dsapprirent +dsappris +dsapprise +dsapprises +dsapprisse +dsapprissent +dsapprisses +dsapprissiez +dsapprissions +dsapprit +dsapprmes +dsapprt +dsapprtes +dsapprobateur +dsapprobateurs +dsapprobation +dsapprobations +dsapprobatrice +dsapprobatrices +dsapprouva +dsapprouvai +dsapprouvaient +dsapprouvais +dsapprouvait +dsapprouvant +dsapprouvas +dsapprouvasse +dsapprouvassent +dsapprouvasses +dsapprouvassiez +dsapprouvassions +dsapprouvmes +dsapprouvt +dsapprouvtes +dsapprouve +dsapprouvent +dsapprouver +dsapprouvera +dsapprouverai +dsapprouveraient +dsapprouverais +dsapprouverait +dsapprouveras +dsapprouverez +dsapprouveriez +dsapprouverions +dsapprouverons +dsapprouveront +dsapprouves +dsapprouvez +dsapprouv +dsapprouve +dsapprouves +dsapprouvs +dsapprouvrent +dsapprouviez +dsapprouvions +dsapprouvons +dsaronna +dsaronnai +dsaronnaient +dsaronnais +dsaronnait +dsaronnant +dsaronnas +dsaronnasse +dsaronnassent +dsaronnasses +dsaronnassiez +dsaronnassions +dsaronnmes +dsaronnt +dsaronntes +dsaronne +dsaronnent +dsaronner +dsaronnera +dsaronnerai +dsaronneraient +dsaronnerais +dsaronnerait +dsaronneras +dsaronnerez +dsaronneriez +dsaronnerions +dsaronnerons +dsaronneront +dsaronnes +dsaronnez +dsaronn +dsaronne +dsaronnes +dsaronns +dsaronnrent +dsaronniez +dsaronnions +dsaronnons +dsargent +dsargente +dsargentes +dsargents +dsarma +dsarmai +dsarmaient +dsarmais +dsarmait +dsarmant +dsarmas +dsarmasse +dsarmassent +dsarmasses +dsarmassiez +dsarmassions +dsarmmes +dsarmt +dsarmtes +dsarme +dsarmement +dsarment +dsarmer +dsarmera +dsarmerai +dsarmeraient +dsarmerais +dsarmerait +dsarmeras +dsarmerez +dsarmeriez +dsarmerions +dsarmerons +dsarmeront +dsarmes +dsarmez +dsarm +dsarme +dsarmes +dsarms +dsarmrent +dsarmiez +dsarmions +dsarmons +dsarroi +dsarrois +dsarticula +dsarticulai +dsarticulaient +dsarticulais +dsarticulait +dsarticulant +dsarticulas +dsarticulasse +dsarticulassent +dsarticulasses +dsarticulassiez +dsarticulassions +dsarticulmes +dsarticult +dsarticultes +dsarticule +dsarticulent +dsarticuler +dsarticulera +dsarticulerai +dsarticuleraient +dsarticulerais +dsarticulerait +dsarticuleras +dsarticulerez +dsarticuleriez +dsarticulerions +dsarticulerons +dsarticuleront +dsarticules +dsarticulez +dsarticul +dsarticule +dsarticules +dsarticuls +dsarticulrent +dsarticuliez +dsarticulions +dsarticulons +dsassorti +dsassortie +dsassorties +dsassortis +dsastre +dsastres +dsastreuse +dsastreusement +dsastreuses +dsastreux +dsavantage +dsavantagea +dsavantageai +dsavantageaient +dsavantageais +dsavantageait +dsavantageant +dsavantageas +dsavantageasse +dsavantageassent +dsavantageasses +dsavantageassiez +dsavantageassions +dsavantagemes +dsavantagent +dsavantageons +dsavantager +dsavantagera +dsavantagerai +dsavantageraient +dsavantagerais +dsavantagerait +dsavantageras +dsavantagerez +dsavantageriez +dsavantagerions +dsavantagerons +dsavantageront +dsavantages +dsavantageuse +dsavantageusement +dsavantageuses +dsavantageux +dsavantagez +dsavantag +dsavantage +dsavantages +dsavantags +dsavantagrent +dsavantagiez +dsavantagions +dsaveu +dsaveux +dsavoua +dsavouai +dsavouaient +dsavouais +dsavouait +dsavouas +dsavouasse +dsavouassent +dsavouasses +dsavouassiez +dsavouassions +dsavoumes +dsavout +dsavoutes +dsavoue +dsavouent +dsavouer +dsavouera +dsavouerai +dsavoueraient +dsavouerais +dsavouerait +dsavoueras +dsavouerez +dsavoueriez +dsavouerions +dsavouerons +dsavoueront +dsavoues +dsavouez +dsavou +dsavoue +dsavoues +dsavous +dsavourent +dsavouiez +dsavouions +dsavouons +dsaxa +dsaxai +dsaxaient +dsaxais +dsaxait +dsaxant +dsaxas +dsaxasse +dsaxassent +dsaxasses +dsaxassiez +dsaxassions +dsaxmes +dsaxt +dsaxtes +dsaxe +dsaxent +dsaxer +dsaxera +dsaxerai +dsaxeraient +dsaxerais +dsaxerait +dsaxeras +dsaxerez +dsaxeriez +dsaxerions +dsaxerons +dsaxeront +dsaxes +dsaxez +dsax +dsaxe +dsaxes +dsaxs +dsaxrent +dsaxiez +dsaxions +dsaxons +dsempara +dsemparai +dsemparaient +dsemparais +dsemparait +dsemparant +dsemparas +dsemparasse +dsemparassent +dsemparasses +dsemparassiez +dsemparassions +dsemparmes +dsempart +dsempartes +dsempare +dsemparent +dsemparer +dsemparera +dsemparerai +dsempareraient +dsemparerais +dsemparerait +dsempareras +dsemparerez +dsempareriez +dsemparerions +dsemparerons +dsempareront +dsempares +dsemparez +dsempar +dsempare +dsempares +dsempars +dsemparrent +dsempariez +dsemparions +dsemparons +dsempli +dsemplie +dsemplies +dsemplir +dsemplira +dsemplirai +dsempliraient +dsemplirais +dsemplirait +dsempliras +dsemplirent +dsemplirez +dsempliriez +dsemplirions +dsemplirons +dsempliront +dsemplis +dsemplissaient +dsemplissais +dsemplissait +dsemplissant +dsemplisse +dsemplissent +dsemplisses +dsemplissez +dsemplissiez +dsemplissions +dsemplissons +dsemplit +dsemplmes +dsemplt +dsempltes +dsenchanta +dsenchantai +dsenchantaient +dsenchantais +dsenchantait +dsenchantant +dsenchantas +dsenchantasse +dsenchantassent +dsenchantasses +dsenchantassiez +dsenchantassions +dsenchantmes +dsenchantt +dsenchanttes +dsenchante +dsenchantement +dsenchantements +dsenchantent +dsenchanter +dsenchantera +dsenchanterai +dsenchanteraient +dsenchanterais +dsenchanterait +dsenchanteras +dsenchanterez +dsenchanteriez +dsenchanterions +dsenchanterons +dsenchanteront +dsenchantes +dsenchantez +dsenchant +dsenchante +dsenchantes +dsenchants +dsenchantrent +dsenchantiez +dsenchantions +dsenchantons +dsenclava +dsenclavai +dsenclavaient +dsenclavais +dsenclavait +dsenclavant +dsenclavas +dsenclavasse +dsenclavassent +dsenclavasses +dsenclavassiez +dsenclavassions +dsenclavmes +dsenclavt +dsenclavtes +dsenclave +dsenclavent +dsenclaver +dsenclavera +dsenclaverai +dsenclaveraient +dsenclaverais +dsenclaverait +dsenclaveras +dsenclaverez +dsenclaveriez +dsenclaverions +dsenclaverons +dsenclaveront +dsenclaves +dsenclavez +dsenclav +dsenclave +dsenclaves +dsenclavs +dsenclavrent +dsenclaviez +dsenclavions +dsenclavons +dsenfla +dsenflai +dsenflaient +dsenflais +dsenflait +dsenflant +dsenflas +dsenflasse +dsenflassent +dsenflasses +dsenflassiez +dsenflassions +dsenflmes +dsenflt +dsenfltes +dsenfle +dsenflent +dsenfler +dsenflera +dsenflerai +dsenfleraient +dsenflerais +dsenflerait +dsenfleras +dsenflerez +dsenfleriez +dsenflerions +dsenflerons +dsenfleront +dsenfles +dsenflez +dsenfl +dsenfle +dsenfles +dsenfls +dsenflrent +dsenfliez +dsenflions +dsenflons +dsennuie +dsennuient +dsennuiera +dsennuierai +dsennuieraient +dsennuierais +dsennuierait +dsennuieras +dsennuierez +dsennuieriez +dsennuierions +dsennuierons +dsennuieront +dsennuies +dsennuya +dsennuyai +dsennuyaient +dsennuyais +dsennuyait +dsennuyant +dsennuyas +dsennuyasse +dsennuyassent +dsennuyasses +dsennuyassiez +dsennuyassions +dsennuymes +dsennuyer +dsennuyez +dsennuy +dsennuye +dsennuyes +dsennuys +dsennuyrent +dsennuyiez +dsennuyions +dsennuyons +dsensabla +dsensablai +dsensablaient +dsensablais +dsensablait +dsensablant +dsensablas +dsensablasse +dsensablassent +dsensablasses +dsensablassiez +dsensablassions +dsensablmes +dsensablt +dsensabltes +dsensable +dsensablement +dsensablements +dsensablent +dsensabler +dsensablera +dsensablerai +dsensableraient +dsensablerais +dsensablerait +dsensableras +dsensablerez +dsensableriez +dsensablerions +dsensablerons +dsensableront +dsensables +dsensablez +dsensabl +dsensable +dsensables +dsensabls +dsensablrent +dsensabliez +dsensablions +dsensablons +dsensorcela +dsensorcelai +dsensorcelaient +dsensorcelais +dsensorcelait +dsensorcelant +dsensorcelas +dsensorcelasse +dsensorcelassent +dsensorcelasses +dsensorcelassiez +dsensorcelassions +dsensorcelmes +dsensorcelt +dsensorceltes +dsensorceler +dsensorcelez +dsensorcel +dsensorcele +dsensorceles +dsensorcels +dsensorcelrent +dsensorceliez +dsensorcelions +dsensorcelle +dsensorcellent +dsensorcellera +dsensorcellerai +dsensorcelleraient +dsensorcellerais +dsensorcellerait +dsensorcelleras +dsensorcellerez +dsensorcelleriez +dsensorcellerions +dsensorcellerons +dsensorcelleront +dsensorcelles +dsensorcelons +dsentortilla +dsentortillai +dsentortillaient +dsentortillais +dsentortillait +dsentortillant +dsentortillas +dsentortillasse +dsentortillassent +dsentortillasses +dsentortillassiez +dsentortillassions +dsentortillmes +dsentortillt +dsentortilltes +dsentortille +dsentortillent +dsentortiller +dsentortillera +dsentortillerai +dsentortilleraient +dsentortillerais +dsentortillerait +dsentortilleras +dsentortillerez +dsentortilleriez +dsentortillerions +dsentortillerons +dsentortilleront +dsentortilles +dsentortillez +dsentortill +dsentortille +dsentortilles +dsentortills +dsentortillrent +dsentortilliez +dsentortillions +dsentortillons +dsert +dserta +dsertai +dsertaient +dsertais +dsertait +dsertant +dsertas +dsertasse +dsertassent +dsertasses +dsertassiez +dsertassions +dsertmes +dsertt +dserttes +dserte +dsertent +dserter +dsertera +dserterai +dserteraient +dserterais +dserterait +dserteras +dserterez +dserteriez +dserterions +dserterons +dserteront +dsertes +dserteur +dserteurs +dsertez +dsert +dserte +dsertes +dserts +dsertrent +dsertiez +dsertion +dsertions +dsertique +dsertiques +dsertons +dserts +dsespra +dsesprai +dsespraient +dsesprais +dsesprait +dsesprant +dsespras +dsesprasse +dsesprassent +dsesprasses +dsesprassiez +dsesprassions +dsesprmes +dsesprt +dsesprtes +dsesprer +dsesprera +dsesprerai +dsespreraient +dsesprerais +dsesprerait +dsespreras +dsesprerez +dsespreriez +dsesprerions +dsesprerons +dsespreront +dsesprez +dsespr +dsespre +dsespres +dsesprment +dsesprs +dsesprrent +dsespriez +dsesprions +dsesprons +dsespre +dsesprent +dsespres +dsespoir +dsespoirs +dsquilibra +dsquilibrai +dsquilibraient +dsquilibrais +dsquilibrait +dsquilibrant +dsquilibras +dsquilibrasse +dsquilibrassent +dsquilibrasses +dsquilibrassiez +dsquilibrassions +dsquilibrmes +dsquilibrt +dsquilibrtes +dsquilibre +dsquilibrent +dsquilibrer +dsquilibrera +dsquilibrerai +dsquilibreraient +dsquilibrerais +dsquilibrerait +dsquilibreras +dsquilibrerez +dsquilibreriez +dsquilibrerions +dsquilibrerons +dsquilibreront +dsquilibres +dsquilibrez +dsquilibr +dsquilibre +dsquilibres +dsquilibrs +dsquilibrrent +dsquilibriez +dsquilibrions +dsquilibrons +dshabilla +dshabillai +dshabillaient +dshabillais +dshabillait +dshabillant +dshabillas +dshabillasse +dshabillassent +dshabillasses +dshabillassiez +dshabillassions +dshabillmes +dshabillt +dshabilltes +dshabille +dshabillent +dshabiller +dshabillera +dshabillerai +dshabilleraient +dshabillerais +dshabillerait +dshabilleras +dshabillerez +dshabilleriez +dshabillerions +dshabillerons +dshabilleront +dshabilles +dshabillez +dshabill +dshabille +dshabilles +dshabills +dshabillrent +dshabilliez +dshabillions +dshabillons +dshabitua +dshabituai +dshabituaient +dshabituais +dshabituait +dshabituant +dshabituas +dshabituasse +dshabituassent +dshabituasses +dshabituassiez +dshabituassions +dshabitumes +dshabitut +dshabitutes +dshabitue +dshabituent +dshabituer +dshabituera +dshabituerai +dshabitueraient +dshabituerais +dshabituerait +dshabitueras +dshabituerez +dshabitueriez +dshabituerions +dshabituerons +dshabitueront +dshabitues +dshabituez +dshabitu +dshabitue +dshabitues +dshabitus +dshabiturent +dshabituiez +dshabituions +dshabituons +dsherba +dsherbai +dsherbaient +dsherbais +dsherbait +dsherbant +dsherbas +dsherbasse +dsherbassent +dsherbasses +dsherbassiez +dsherbassions +dsherbmes +dsherbt +dsherbtes +dsherbe +dsherbent +dsherber +dsherbera +dsherberai +dsherberaient +dsherberais +dsherberait +dsherberas +dsherberez +dsherberiez +dsherberions +dsherberons +dsherberont +dsherbes +dsherbez +dsherb +dsherbe +dsherbes +dsherbs +dsherbrent +dsherbiez +dsherbions +dsherbons +dshrence +dshrences +dshrita +dshritai +dshritaient +dshritais +dshritait +dshritant +dshritas +dshritasse +dshritassent +dshritasses +dshritassiez +dshritassions +dshritmes +dshritt +dshrittes +dshrite +dshritent +dshriter +dshritera +dshriterai +dshriteraient +dshriterais +dshriterait +dshriteras +dshriterez +dshriteriez +dshriterions +dshriterons +dshriteront +dshrites +dshritez +dshrit +dshrite +dshrites +dshrits +dshritrent +dshritiez +dshritions +dshritons +dshonnte +dshonntes +dshonora +dshonorai +dshonoraient +dshonorais +dshonorait +dshonorant +dshonoras +dshonorasse +dshonorassent +dshonorasses +dshonorassiez +dshonorassions +dshonormes +dshonort +dshonortes +dshonore +dshonorent +dshonorer +dshonorera +dshonorerai +dshonoreraient +dshonorerais +dshonorerait +dshonoreras +dshonorerez +dshonoreriez +dshonorerions +dshonorerons +dshonoreront +dshonores +dshonoreur +dshonoreurs +dshonorez +dshonor +dshonore +dshonores +dshonors +dshonorrent +dshonoriez +dshonorions +dshonorons +dshydrata +dshydratai +dshydrataient +dshydratais +dshydratait +dshydratant +dshydratas +dshydratasse +dshydratassent +dshydratasses +dshydratassiez +dshydratassions +dshydratmes +dshydratt +dshydrattes +dshydrate +dshydratent +dshydrater +dshydratera +dshydraterai +dshydrateraient +dshydraterais +dshydraterait +dshydrateras +dshydraterez +dshydrateriez +dshydraterions +dshydraterons +dshydrateront +dshydrates +dshydratez +dshydrat +dshydrate +dshydrates +dshydrats +dshydratrent +dshydratiez +dshydrations +dshydratons +dsigna +dsignai +dsignaient +dsignais +dsignait +dsignant +dsignas +dsignasse +dsignassent +dsignasses +dsignassiez +dsignassions +dsignation +dsignations +dsignmes +dsignt +dsigntes +dsigne +dsignent +dsigner +dsignera +dsignerai +dsigneraient +dsignerais +dsignerait +dsigneras +dsignerez +dsigneriez +dsignerions +dsignerons +dsigneront +dsignes +dsignez +dsign +dsigne +dsignes +dsigns +dsignrent +dsigniez +dsignions +dsignons +dsillusion +dsillusionna +dsillusionnai +dsillusionnaient +dsillusionnais +dsillusionnait +dsillusionnant +dsillusionnas +dsillusionnasse +dsillusionnassent +dsillusionnasses +dsillusionnassiez +dsillusionnassions +dsillusionnmes +dsillusionnt +dsillusionntes +dsillusionne +dsillusionnent +dsillusionner +dsillusionnera +dsillusionnerai +dsillusionneraient +dsillusionnerais +dsillusionnerait +dsillusionnerant +dsillusionneras +dsillusionnerez +dsillusionneriez +dsillusionnerions +dsillusionnerons +dsillusionneront +dsillusionnes +dsillusionnez +dsillusionn +dsillusionne +dsillusionnes +dsillusionns +dsillusionnrent +dsillusionniez +dsillusionnions +dsillusionnons +dsillusions +dsinence +dsinences +dsinfecta +dsinfectai +dsinfectaient +dsinfectais +dsinfectait +dsinfectant +dsinfectante +dsinfectantes +dsinfectants +dsinfectas +dsinfectasse +dsinfectassent +dsinfectasses +dsinfectassiez +dsinfectassions +dsinfectmes +dsinfectt +dsinfecttes +dsinfecte +dsinfectent +dsinfecter +dsinfectera +dsinfecterai +dsinfecteraient +dsinfecterais +dsinfecterait +dsinfecteras +dsinfecterez +dsinfecteriez +dsinfecterions +dsinfecterons +dsinfecteront +dsinfectes +dsinfectez +dsinfect +dsinfecte +dsinfectes +dsinfects +dsinfectrent +dsinfectiez +dsinfection +dsinfections +dsinfectons +dsintgra +dsintgrai +dsintgraient +dsintgrais +dsintgrait +dsintgrant +dsintgras +dsintgrasse +dsintgrassent +dsintgrasses +dsintgrassiez +dsintgrassions +dsintgration +dsintgrations +dsintgrmes +dsintgrt +dsintgrtes +dsintgrer +dsintgrera +dsintgrerai +dsintgreraient +dsintgrerais +dsintgrerait +dsintgreras +dsintgrerez +dsintgreriez +dsintgrerions +dsintgrerons +dsintgreront +dsintgrez +dsintgr +dsintgre +dsintgres +dsintgrs +dsintgrrent +dsintgriez +dsintgrions +dsintgrons +dsintressa +dsintressai +dsintressaient +dsintressais +dsintressait +dsintressant +dsintressas +dsintressasse +dsintressassent +dsintressasses +dsintressassiez +dsintressassions +dsintressmes +dsintresst +dsintresstes +dsintresse +dsintressement +dsintressements +dsintressent +dsintresser +dsintressera +dsintresserai +dsintresseraient +dsintresserais +dsintresserait +dsintresseras +dsintresserez +dsintresseriez +dsintresserions +dsintresserons +dsintresseront +dsintresses +dsintressez +dsintress +dsintresse +dsintresses +dsintresss +dsintressrent +dsintressiez +dsintressions +dsintressons +dsintgre +dsintgrent +dsintgres +dsintoxiqua +dsintoxiquai +dsintoxiquaient +dsintoxiquais +dsintoxiquait +dsintoxiquant +dsintoxiquas +dsintoxiquasse +dsintoxiquassent +dsintoxiquasses +dsintoxiquassiez +dsintoxiquassions +dsintoxiqumes +dsintoxiqut +dsintoxiqutes +dsintoxique +dsintoxiquent +dsintoxiquer +dsintoxiquera +dsintoxiquerai +dsintoxiqueraient +dsintoxiquerais +dsintoxiquerait +dsintoxiqueras +dsintoxiquerez +dsintoxiqueriez +dsintoxiquerions +dsintoxiquerons +dsintoxiqueront +dsintoxiques +dsintoxiquez +dsintoxiqu +dsintoxique +dsintoxiques +dsintoxiqus +dsintoxiqurent +dsintoxiquiez +dsintoxiquions +dsintoxiquons +dsinvolte +dsinvoltes +dsinvolture +dsinvoltures +dsir +dsira +dsirable +dsirables +dsirai +dsiraient +dsirais +dsirait +dsirant +dsiras +dsirasse +dsirassent +dsirasses +dsirassiez +dsirassions +dsirmes +dsirt +dsirtes +dsire +dsirent +dsirer +dsirera +dsirerai +dsireraient +dsirerais +dsirerait +dsireras +dsirerez +dsireriez +dsirerions +dsirerons +dsireront +dsires +dsireuse +dsireuses +dsireux +dsirez +dsir +dsire +dsires +dsirs +dsirrent +dsiriez +dsirions +dsirons +dsirs +dsista +dsistai +dsistaient +dsistais +dsistait +dsistant +dsistas +dsistasse +dsistassent +dsistasses +dsistassiez +dsistassions +dsistmes +dsistt +dsisttes +dsiste +dsistement +dsistements +dsistent +dsister +dsistera +dsisterai +dsisteraient +dsisterais +dsisterait +dsisteras +dsisterez +dsisteriez +dsisterions +dsisterons +dsisteront +dsistes +dsistez +dsist +dsiste +dsistes +dsists +dsistrent +dsistiez +dsistions +dsistons +dsobi +dsobie +dsobies +dsobir +dsobira +dsobirai +dsobiraient +dsobirais +dsobirait +dsobiras +dsobirent +dsobirez +dsobiriez +dsobirions +dsobirons +dsobiront +dsobis +dsobissaient +dsobissais +dsobissait +dsobissance +dsobissances +dsobissant +dsobisse +dsobissent +dsobisses +dsobissiez +dsobissions +dsobissons +dsobit +dsobmes +dsobt +dsobtes +dsobligmes +dsoblige +dsobligea +dsobligeai +dsobligeaient +dsobligeais +dsobligeait +dsobligeant +dsobligeas +dsobligeasse +dsobligeassent +dsobligeasses +dsobligeassiez +dsobligeassions +dsobligemes +dsobliget +dsobligetes +dsobligent +dsobligeons +dsobliger +dsobligera +dsobligerai +dsobligeraient +dsobligerais +dsobligerait +dsobligeras +dsobligerez +dsobligeriez +dsobligerions +dsobligerons +dsobligeront +dsobliges +dsobligez +dsoblig +dsoblige +dsobliges +dsobligs +dsobligrent +dsobligiez +dsobligions +dsodorisa +dsodorisai +dsodorisaient +dsodorisais +dsodorisait +dsodorisant +dsodorisas +dsodorisasse +dsodorisassent +dsodorisasses +dsodorisassiez +dsodorisassions +dsodorismes +dsodorist +dsodoristes +dsodorise +dsodorisent +dsodoriser +dsodorisera +dsodoriserai +dsodoriseraient +dsodoriserais +dsodoriserait +dsodoriseras +dsodoriserez +dsodoriseriez +dsodoriserions +dsodoriserons +dsodoriseront +dsodorises +dsodorisez +dsodoris +dsodorise +dsodorises +dsodoriss +dsodorisrent +dsodorisiez +dsodorisions +dsodorisons +dsoeuvrement +dsoeuvrements +dsoeuvr +dsoeuvre +dsoeuvres +dsoeuvrs +dsola +dsolai +dsolaient +dsolais +dsolait +dsolant +dsolas +dsolasse +dsolassent +dsolasses +dsolassiez +dsolassions +dsolation +dsolations +dsolmes +dsolt +dsoltes +dsole +dsolent +dsoler +dsolera +dsolerai +dsoleraient +dsolerais +dsolerait +dsoleras +dsolerez +dsoleriez +dsolerions +dsolerons +dsoleront +dsoles +dsolez +dsol +dsole +dsoles +dsols +dsolrent +dsolidarisa +dsolidarisai +dsolidarisaient +dsolidarisais +dsolidarisait +dsolidarisant +dsolidarisas +dsolidarisasse +dsolidarisassent +dsolidarisasses +dsolidarisassiez +dsolidarisassions +dsolidarismes +dsolidarist +dsolidaristes +dsolidarise +dsolidarisent +dsolidariser +dsolidarisera +dsolidariserai +dsolidariseraient +dsolidariserais +dsolidariserait +dsolidariseras +dsolidariserez +dsolidariseriez +dsolidariserions +dsolidariserons +dsolidariseront +dsolidarises +dsolidarisez +dsolidaris +dsolidarise +dsolidarises +dsolidariss +dsolidarisrent +dsolidarisiez +dsolidarisions +dsolidarisons +dsoliez +dsolions +dsolons +dsopilant +dsopilante +dsopilantes +dsopilants +dsordonn +dsordonne +dsordonnes +dsordonns +dsordre +dsordres +dsorganisa +dsorganisai +dsorganisaient +dsorganisais +dsorganisait +dsorganisant +dsorganisas +dsorganisasse +dsorganisassent +dsorganisasses +dsorganisassiez +dsorganisassions +dsorganisation +dsorganisations +dsorganismes +dsorganist +dsorganistes +dsorganise +dsorganisent +dsorganiser +dsorganisera +dsorganiserai +dsorganiseraient +dsorganiserais +dsorganiserait +dsorganiseras +dsorganiserez +dsorganiseriez +dsorganiserions +dsorganiserons +dsorganiseront +dsorganises +dsorganisez +dsorganis +dsorganise +dsorganises +dsorganiss +dsorganisrent +dsorganisiez +dsorganisions +dsorganisons +dsorienta +dsorientai +dsorientaient +dsorientais +dsorientait +dsorientant +dsorientas +dsorientasse +dsorientassent +dsorientasses +dsorientassiez +dsorientassions +dsorientation +dsorientations +dsorientmes +dsorientt +dsorienttes +dsoriente +dsorientent +dsorienter +dsorientera +dsorienterai +dsorienteraient +dsorienterais +dsorienterait +dsorienteras +dsorienterez +dsorienteriez +dsorienterions +dsorienterons +dsorienteront +dsorientes +dsorientez +dsorient +dsoriente +dsorientes +dsorients +dsorientrent +dsorientiez +dsorientions +dsorientons +dsormais +dsossa +dsossai +dsossaient +dsossais +dsossait +dsossant +dsossas +dsossasse +dsossassent +dsossasses +dsossassiez +dsossassions +dsossmes +dsosst +dsosstes +dsosse +dsossent +dsosser +dsossera +dsosserai +dsosseraient +dsosserais +dsosserait +dsosseras +dsosserez +dsosseriez +dsosserions +dsosserons +dsosseront +dsosses +dsossez +dsoss +dsosse +dsosses +dsosss +dsossrent +dsossiez +dsossions +dsossons +dsuet +dsuets +dsutude +dsutudes +dsute +dsutes +dsuni +dsunie +dsunies +dsunion +dsunions +dsunir +dsunira +dsunirai +dsuniraient +dsunirais +dsunirait +dsuniras +dsunirent +dsunirez +dsuniriez +dsunirions +dsunirons +dsuniront +dsunis +dsunissaient +dsunissais +dsunissait +dsunissant +dsunisse +dsunissent +dsunisses +dsunissez +dsunissiez +dsunissions +dsunissons +dsunit +dsunmes +dsunt +dsuntes +dtacha +dtachage +dtachages +dtachai +dtachaient +dtachais +dtachait +dtachant +dtachante +dtachantes +dtachants +dtachas +dtachasse +dtachassent +dtachasses +dtachassiez +dtachassions +dtachmes +dtacht +dtachtes +dtache +dtachement +dtachements +dtachent +dtacher +dtachera +dtacherai +dtacheraient +dtacherais +dtacherait +dtacheras +dtacherez +dtacheriez +dtacherions +dtacherons +dtacheront +dtaches +dtachez +dtach +dtache +dtaches +dtachs +dtachrent +dtachiez +dtachions +dtachons +dtail +dtailla +dtaillai +dtaillaient +dtaillais +dtaillait +dtaillant +dtaillante +dtaillantes +dtaillants +dtaillas +dtaillasse +dtaillassent +dtaillasses +dtaillassiez +dtaillassions +dtaillmes +dtaillt +dtailltes +dtaille +dtaillent +dtailler +dtaillera +dtaillerai +dtailleraient +dtaillerais +dtaillerait +dtailleras +dtaillerez +dtailleriez +dtaillerions +dtaillerons +dtailleront +dtailles +dtaillez +dtaill +dtaille +dtailles +dtaills +dtaillrent +dtailliez +dtaillions +dtaillons +dtails +dtala +dtalai +dtalaient +dtalais +dtalait +dtalant +dtalas +dtalasse +dtalassent +dtalasses +dtalassiez +dtalassions +dtalmes +dtalt +dtaltes +dtale +dtalent +dtaler +dtalera +dtalerai +dtaleraient +dtalerais +dtalerait +dtaleras +dtalerez +dtaleriez +dtalerions +dtalerons +dtaleront +dtales +dtalez +dtal +dtale +dtales +dtals +dtalrent +dtaliez +dtalions +dtalons +dtartra +dtartrai +dtartraient +dtartrais +dtartrait +dtartrant +dtartras +dtartrasse +dtartrassent +dtartrasses +dtartrassiez +dtartrassions +dtartrmes +dtartrt +dtartrtes +dtartre +dtartrent +dtartrer +dtartrera +dtartrerai +dtartreraient +dtartrerais +dtartrerait +dtartreras +dtartrerez +dtartreriez +dtartrerions +dtartrerons +dtartreront +dtartres +dtartrez +dtartr +dtartre +dtartres +dtartrs +dtartrrent +dtartriez +dtartrions +dtartrons +dtaxa +dtaxai +dtaxaient +dtaxais +dtaxait +dtaxant +dtaxas +dtaxasse +dtaxassent +dtaxasses +dtaxassiez +dtaxassions +dtaxmes +dtaxt +dtaxtes +dtaxe +dtaxent +dtaxer +dtaxera +dtaxerai +dtaxeraient +dtaxerais +dtaxerait +dtaxeras +dtaxerez +dtaxeriez +dtaxerions +dtaxerons +dtaxeront +dtaxes +dtaxez +dtax +dtaxe +dtaxes +dtaxs +dtaxrent +dtaxiez +dtaxions +dtaxons +dtecta +dtectai +dtectaient +dtectais +dtectait +dtectant +dtectas +dtectasse +dtectassent +dtectasses +dtectassiez +dtectassions +dtectmes +dtectt +dtecttes +dtecte +dtectent +dtecter +dtectera +dtecterai +dtecteraient +dtecterais +dtecterait +dtecteras +dtecterez +dtecteriez +dtecterions +dtecterons +dtecteront +dtectes +dtecteur +dtecteurs +dtectez +dtect +dtecte +dtectes +dtects +dtectrent +dtectiez +dtection +dtections +dtective +dtectives +dtectons +dteignaient +dteignais +dteignait +dteignant +dteigne +dteignent +dteignes +dteignez +dteigniez +dteignions +dteignirent +dteignis +dteignisse +dteignissent +dteignisses +dteignissiez +dteignissions +dteignit +dteignmes +dteignt +dteigntes +dteignons +dteindra +dteindrai +dteindraient +dteindrais +dteindrait +dteindras +dteindre +dteindrez +dteindriez +dteindrions +dteindrons +dteindront +dteins +dteint +dteinte +dteintes +dteints +dtela +dtelai +dtelaient +dtelais +dtelait +dtelant +dtelas +dtelasse +dtelassent +dtelasses +dtelassiez +dtelassions +dtelmes +dtelt +dteltes +dteler +dtelez +dtel +dtele +dteles +dtels +dtelrent +dteliez +dtelions +dtelle +dtellent +dtellera +dtellerai +dtelleraient +dtellerais +dtellerait +dtelleras +dtellerez +dtelleriez +dtellerions +dtellerons +dtelleront +dtelles +dtelons +dtenaientt +dtenais +dtenait +dtenant +dtend +dtendaient +dtendais +dtendait +dtendant +dtende +dtendent +dtendes +dtendez +dtendiez +dtendions +dtendirent +dtendis +dtendisse +dtendissent +dtendisses +dtendissiez +dtendissions +dtendit +dtendmes +dtendt +dtendtes +dtendons +dtendra +dtendrai +dtendraient +dtendrais +dtendrait +dtendras +dtendre +dtendrez +dtendriez +dtendrions +dtendrons +dtendront +dtends +dtendu +dtendue +dtendues +dtendus +dtenez +dteniez +dtenions +dtenir +dtenons +dtente +dtentes +dtenteur +dtenteurs +dtention +dtentions +dtentrice +dtentrices +dtenu +dtenue +dtenues +dtenus +dtergent +dtergente +dtergentes +dtergents +dteriora +dteriorai +dterioraient +dteriorais +dteriorait +dteriorant +dterioras +dteriorasse +dteriorassent +dteriorasses +dteriorassiez +dteriorassions +dterioration +dteriorations +dteriormes +dteriort +dteriortes +dteriore +dteriorent +dteriorer +dteriorera +dteriorerai +dterioreraient +dteriorerais +dteriorerait +dterioreras +dteriorerez +dterioreriez +dteriorerions +dteriorerons +dterioreront +dteriores +dteriorez +dterior +dteriore +dteriores +dteriors +dteriorrent +dterioriez +dteriorions +dteriorons +dtermina +dterminai +dterminaient +dterminais +dterminait +dterminant +dterminas +dterminasse +dterminassent +dterminasses +dterminassiez +dterminassions +dterminatif +dterminatifs +dtermination +dterminations +dterminative +dterminatives +dterminmes +dtermint +dtermintes +dtermine +dterminent +dterminer +dterminera +dterminerai +dtermineraient +dterminerais +dterminerait +dtermineras +dterminerez +dtermineriez +dterminerions +dterminerons +dtermineront +dtermines +dterminez +dtermin +dtermine +dtermines +dtermins +dtermins +dterminrent +dterminiez +dterminions +dterminisme +dterministe +dterministes +dterminons +dterra +dterrai +dterraient +dterrais +dterrait +dterrant +dterras +dterrasse +dterrassent +dterrasses +dterrassiez +dterrassions +dterrmes +dterrt +dterrtes +dterre +dterrent +dterrer +dterrera +dterrerai +dterreraient +dterrerais +dterrerait +dterreras +dterrerez +dterreriez +dterrerions +dterrerons +dterreront +dterres +dterrez +dterr +dterre +dterres +dterrs +dterrrent +dterriez +dterrions +dterrons +dtersif +dtersifs +dtersive +dtersives +dtesta +dtestable +dtestablement +dtestables +dtestai +dtestaient +dtestais +dtestait +dtestant +dtestas +dtestasse +dtestassent +dtestasses +dtestassiez +dtestassions +dtestmes +dtestt +dtesttes +dteste +dtestent +dtester +dtestera +dtesterai +dtesteraient +dtesterais +dtesterait +dtesteras +dtesterez +dtesteriez +dtesterions +dtesterons +dtesteront +dtestes +dtestez +dtest +dteste +dtestes +dtests +dtestrent +dtestiez +dtestions +dtestons +dtriora +dtriorai +dtrioraient +dtriorais +dtriorait +dtriorant +dtrioras +dtriorasse +dtriorassent +dtriorasses +dtriorassiez +dtriorassions +dtrioration +dtriorations +dtriormes +dtriort +dtriortes +dtriore +dtriorent +dtriorer +dtriorera +dtriorerai +dtrioreraient +dtriorerais +dtriorerait +dtrioreras +dtriorerez +dtrioreriez +dtriorerions +dtriorerons +dtrioreront +dtriores +dtriorez +dtrior +dtriore +dtriores +dtriors +dtriorrent +dtrioriez +dtriorions +dtriorons +dtiendrait +dtienne +dtiennent +dtiennes +dtiens +dtient +dtins +dtinsse +dtinssent +dtinsses +dtinssiez +dtinssions +dtint +dtirent +dtmes +dtnt +dttes +dtona +dtonai +dtonaient +dtonais +dtonait +dtonant +dtonante +dtonantes +dtonants +dtonas +dtonasse +dtonassent +dtonasses +dtonassiez +dtonassions +dtonateur +dtonateurs +dtonation +dtonations +dtonmes +dtont +dtontes +dtone +dtonent +dtoner +dtonera +dtonerai +dtoneraient +dtonerais +dtonerait +dtoneras +dtonerez +dtoneriez +dtonerions +dtonerons +dtoneront +dtones +dtonez +dton +dtone +dtones +dtons +dtonrent +dtoniez +dtonions +dtonna +dtonnai +dtonnaient +dtonnais +dtonnait +dtonnant +dtonnas +dtonnasse +dtonnassent +dtonnasses +dtonnassiez +dtonnassions +dtonnmes +dtonnt +dtonntes +dtonne +dtonnent +dtonner +dtonnera +dtonnerai +dtonneraient +dtonnerais +dtonnerait +dtonneras +dtonnerez +dtonneriez +dtonnerions +dtonnerons +dtonneront +dtonnes +dtonnez +dtonn +dtonne +dtonnes +dtonns +dtonnrent +dtonniez +dtonnions +dtonnons +dtonons +dtord +dtordaient +dtordais +dtordait +dtordant +dtorde +dtordent +dtordes +dtordez +dtordiez +dtordions +dtordirent +dtordis +dtordisse +dtordissent +dtordisses +dtordissiez +dtordissions +dtordit +dtordmes +dtordt +dtordtes +dtordons +dtordra +dtordrai +dtordraient +dtordrais +dtordrait +dtordras +dtordre +dtordrez +dtordriez +dtordrions +dtordrons +dtordront +dtords +dtordu +dtordue +dtordues +dtordus +dtour +dtourna +dtournai +dtournaient +dtournais +dtournait +dtournant +dtournas +dtournasse +dtournassent +dtournasses +dtournassiez +dtournassions +dtournmes +dtournt +dtourntes +dtourne +dtournement +dtournements +dtournent +dtourner +dtournera +dtournerai +dtourneraient +dtournerais +dtournerait +dtourneras +dtournerez +dtourneriez +dtournerions +dtournerons +dtourneront +dtournes +dtournez +dtourn +dtourne +dtournes +dtourns +dtournrent +dtourniez +dtournions +dtournons +dtours +dtracteur +dtracteurs +dtractrice +dtractrices +dtraqua +dtraquai +dtraquaient +dtraquais +dtraquait +dtraquant +dtraquas +dtraquasse +dtraquassent +dtraquasses +dtraquassiez +dtraquassions +dtraqumes +dtraqut +dtraqutes +dtraque +dtraquement +dtraquements +dtraquent +dtraquer +dtraquera +dtraquerai +dtraqueraient +dtraquerais +dtraquerait +dtraqueras +dtraquerez +dtraqueriez +dtraquerions +dtraquerons +dtraqueront +dtraques +dtraquez +dtraqu +dtraque +dtraques +dtraqus +dtraqurent +dtraquiez +dtraquions +dtraquons +dtrempa +dtrempai +dtrempaient +dtrempais +dtrempait +dtrempant +dtrempas +dtrempasse +dtrempassent +dtrempasses +dtrempassiez +dtrempassions +dtrempmes +dtrempt +dtremptes +dtrempe +dtrempent +dtremper +dtrempera +dtremperai +dtremperaient +dtremperais +dtremperait +dtremperas +dtremperez +dtremperiez +dtremperions +dtremperons +dtremperont +dtrempes +dtrempez +dtremp +dtrempe +dtrempes +dtremps +dtremprent +dtrempiez +dtrempions +dtrempons +dtresse +dtresses +dtriment +dtriments +dtritus +dtroit +dtroits +dtrompa +dtrompai +dtrompaient +dtrompais +dtrompait +dtrompant +dtrompas +dtrompasse +dtrompassent +dtrompasses +dtrompassiez +dtrompassions +dtrompmes +dtrompt +dtromptes +dtrompe +dtrompent +dtromper +dtrompera +dtromperai +dtromperaient +dtromperais +dtromperait +dtromperas +dtromperez +dtromperiez +dtromperions +dtromperons +dtromperont +dtrompes +dtrompeur +dtrompeurs +dtrompez +dtromp +dtrompe +dtrompes +dtromps +dtromprent +dtrompiez +dtrompions +dtrompons +dtroussa +dtroussai +dtroussaient +dtroussais +dtroussait +dtroussant +dtroussas +dtroussasse +dtroussassent +dtroussasses +dtroussassiez +dtroussassions +dtroussmes +dtrousst +dtrousstes +dtrousse +dtroussent +dtrousser +dtroussera +dtrousserai +dtrousseraient +dtrousserais +dtrousserait +dtrousseras +dtrousserez +dtrousseriez +dtrousserions +dtrousserons +dtrousseront +dtrousses +dtrousseurs +dtroussez +dtrouss +dtrousse +dtrousses +dtrousss +dtroussrent +dtroussiez +dtroussions +dtroussons +dtrna +dtrnai +dtrnaient +dtrnais +dtrnait +dtrnant +dtrnas +dtrnasse +dtrnassent +dtrnasses +dtrnassiez +dtrnassions +dtrnmes +dtrnt +dtrntes +dtrne +dtrnent +dtrner +dtrnera +dtrnerai +dtrneraient +dtrnerais +dtrnerait +dtrneras +dtrnerez +dtrneriez +dtrnerions +dtrnerons +dtrneront +dtrnes +dtrnez +dtrn +dtrne +dtrnes +dtrns +dtrnrent +dtrniez +dtrnions +dtrnons +dtruira +dtruirai +dtruiraient +dtruirais +dtruirait +dtruiras +dtruire +dtruirez +dtruiriez +dtruirions +dtruirons +dtruiront +dtruis +dtruisaient +dtruisais +dtruisait +dtruisant +dtruise +dtruisent +dtruises +dtruisez +dtruisiez +dtruisions +dtruisirent +dtruisis +dtruisisse +dtruisissent +dtruisisses +dtruisissiez +dtruisissions +dtruisit +dtruismes +dtruist +dtruistes +dtruisons +dtruit +dtruite +dtruites +dtruits +dvala +dvalai +dvalaient +dvalais +dvalait +dvalant +dvalas +dvalasse +dvalassent +dvalasses +dvalassiez +dvalassions +dvalmes +dvalt +dvaltes +dvale +dvalent +dvaler +dvalera +dvalerai +dvaleraient +dvalerais +dvalerait +dvaleras +dvalerez +dvaleriez +dvalerions +dvalerons +dvaleront +dvales +dvalez +dval +dvale +dvales +dvals +dvalrent +dvaliez +dvalions +dvalisa +dvalisai +dvalisaient +dvalisais +dvalisait +dvalisant +dvalisas +dvalisasse +dvalisassent +dvalisasses +dvalisassiez +dvalisassions +dvalismes +dvalist +dvalistes +dvalise +dvalisent +dvaliser +dvalisera +dvaliserai +dvaliseraient +dvaliserais +dvaliserait +dvaliseras +dvaliserez +dvaliseriez +dvaliserions +dvaliserons +dvaliseront +dvalises +dvaliseurs +dvalisez +dvalis +dvalise +dvalises +dvaliss +dvalisrent +dvalisiez +dvalisions +dvalisons +dvalons +dvalorisa +dvalorisai +dvalorisaient +dvalorisais +dvalorisait +dvalorisant +dvalorisas +dvalorisasse +dvalorisassent +dvalorisasses +dvalorisassiez +dvalorisassions +dvalorismes +dvalorist +dvaloristes +dvalorise +dvalorisent +dvaloriser +dvalorisera +dvaloriserai +dvaloriseraient +dvaloriserais +dvaloriserait +dvaloriseras +dvaloriserez +dvaloriseriez +dvaloriserions +dvaloriserons +dvaloriseront +dvalorises +dvalorisez +dvaloris +dvalorise +dvalorises +dvaloriss +dvalorisrent +dvalorisiez +dvalorisions +dvalorisons +dvalua +dvaluai +dvaluaient +dvaluais +dvaluait +dvaluant +dvaluas +dvaluasse +dvaluassent +dvaluasses +dvaluassiez +dvaluassions +dvaluation +dvaluations +dvalumes +dvalut +dvalutes +dvalue +dvaluent +dvaluer +dvaluera +dvaluerai +dvalueraient +dvaluerais +dvaluerait +dvalueras +dvaluerez +dvalueriez +dvaluerions +dvaluerons +dvalueront +dvalues +dvaluez +dvalu +dvalue +dvalues +dvalus +dvalurent +dvaluiez +dvaluions +dvaluons +dvasta +dvastai +dvastaient +dvastais +dvastait +dvastant +dvastas +dvastasse +dvastassent +dvastasses +dvastassiez +dvastassions +dvastateur +dvastateurs +dvastation +dvastations +dvastatrice +dvastatrices +dvastmes +dvastt +dvasttes +dvaste +dvastent +dvaster +dvastera +dvasterai +dvasteraient +dvasterais +dvasterait +dvasteras +dvasterez +dvasteriez +dvasterions +dvasterons +dvasteront +dvastes +dvastez +dvast +dvaste +dvastes +dvasts +dvastrent +dvastiez +dvastions +dvastons +dveine +dveines +dveloppa +dveloppai +dveloppaient +dveloppais +dveloppait +dveloppant +dveloppas +dveloppasse +dveloppassent +dveloppasses +dveloppassiez +dveloppassions +dveloppmes +dveloppt +dvelopptes +dveloppe +dveloppement +dveloppements +dveloppent +dvelopper +dveloppera +dvelopperai +dvelopperaient +dvelopperais +dvelopperait +dvelopperas +dvelopperez +dvelopperiez +dvelopperions +dvelopperons +dvelopperont +dveloppes +dveloppez +dvelopp +dveloppe +dveloppes +dvelopps +dvelopprent +dveloppiez +dveloppions +dveloppons +dvergonda +dvergondage +dvergondages +dvergondai +dvergondaient +dvergondais +dvergondait +dvergondant +dvergondas +dvergondasse +dvergondassent +dvergondasses +dvergondassiez +dvergondassions +dvergondmes +dvergondt +dvergondtes +dvergonde +dvergondent +dvergonder +dvergondera +dvergonderai +dvergonderaient +dvergonderais +dvergonderait +dvergonderas +dvergonderez +dvergonderiez +dvergonderions +dvergonderons +dvergonderont +dvergondes +dvergondez +dvergond +dvergonde +dvergondes +dvergonds +dvergondrent +dvergondiez +dvergondions +dvergondons +dverrouilla +dverrouillage +dverrouillages +dverrouillai +dverrouillaient +dverrouillais +dverrouillait +dverrouillant +dverrouillas +dverrouillasse +dverrouillassent +dverrouillasses +dverrouillassiez +dverrouillassions +dverrouillmes +dverrouillt +dverrouilltes +dverrouille +dverrouillent +dverrouiller +dverrouillera +dverrouillerai +dverrouilleraient +dverrouillerais +dverrouillerait +dverrouilleras +dverrouillerez +dverrouilleriez +dverrouillerions +dverrouillerons +dverrouilleront +dverrouilles +dverrouillez +dverrouill +dverrouille +dverrouilles +dverrouills +dverrouillrent +dverrouilliez +dverrouillions +dverrouillons +dvers +dversa +dversai +dversaient +dversais +dversait +dversant +dversas +dversasse +dversassent +dversasses +dversassiez +dversassions +dversmes +dverst +dverstes +dverse +dversement +dversements +dversent +dverser +dversera +dverserai +dverseraient +dverserais +dverserait +dverseras +dverserez +dverseriez +dverserions +dverserons +dverseront +dverses +dversez +dvers +dverse +dverses +dverss +dversrent +dversiez +dversions +dversoir +dversoirs +dversons +dvt +dvtaient +dvtais +dvtait +dvtant +dvte +dvtent +dvtes +dvtez +dvtiez +dvtions +dvtir +dvtira +dvtirai +dvtiraient +dvtirais +dvtirait +dvtiras +dvtirent +dvtirez +dvtiriez +dvtirions +dvtirons +dvtiront +dvtis +dvtisse +dvtissent +dvtisses +dvtissiez +dvtissions +dvtit +dvtmes +dvtt +dvttes +dvtons +dvts +dvtu +dvtue +dvtues +dvtus +dvia +dviai +dviaient +dviais +dviait +dviant +dvias +dviasse +dviassent +dviasses +dviassiez +dviassions +dviation +dviationnisme +dviations +dvimes +dvit +dvites +dvida +dvidage +dvidages +dvidai +dvidaient +dvidais +dvidait +dvidant +dvidas +dvidasse +dvidassent +dvidasses +dvidassiez +dvidassions +dvidmes +dvidt +dvidtes +dvide +dvident +dvider +dvidera +dviderai +dvideraient +dviderais +dviderait +dvideras +dviderez +dvideriez +dviderions +dviderons +dvideront +dvides +dvidez +dvid +dvide +dvides +dvids +dvidrent +dvidiez +dvidions +dvidoir +dvidoirs +dvidons +dvie +dvient +dvier +dviera +dvierai +dvieraient +dvierais +dvierait +dvieras +dvierez +dvieriez +dvierions +dvierons +dvieront +dvies +dviez +dvi +dvie +dvies +dvis +dvirent +dviiez +dviions +dvions +dvisa +dvisage +dvisagea +dvisageai +dvisageaient +dvisageais +dvisageait +dvisageant +dvisageas +dvisageasse +dvisageassent +dvisageasses +dvisageassiez +dvisageassions +dvisagemes +dvisaget +dvisagetes +dvisagent +dvisageons +dvisager +dvisagera +dvisagerai +dvisageraient +dvisagerais +dvisagerait +dvisageras +dvisagerez +dvisageriez +dvisagerions +dvisagerons +dvisageront +dvisages +dvisagez +dvisag +dvisage +dvisages +dvisags +dvisagrent +dvisagiez +dvisagions +dvissa +dvissai +dvissaient +dvissais +dvissait +dvissant +dvissas +dvissasse +dvissassent +dvissasses +dvissassiez +dvissassions +dvissmes +dvisst +dvisstes +dvisse +dvissent +dvisser +dvissera +dvisserai +dvisseraient +dvisserais +dvisserait +dvisseras +dvisserez +dvisseriez +dvisserions +dvisserons +dvisseront +dvisses +dvissez +dviss +dvisse +dvisses +dvisss +dvissrent +dvissiez +dvissions +dvissons +dvoie +dvoient +dvoiera +dvoierai +dvoieraient +dvoierais +dvoierait +dvoieras +dvoierez +dvoieriez +dvoierions +dvoierons +dvoieront +dvoies +dvoila +dvoilai +dvoilaient +dvoilais +dvoilait +dvoilant +dvoilas +dvoilasse +dvoilassent +dvoilasses +dvoilassiez +dvoilassions +dvoilmes +dvoilt +dvoiltes +dvoile +dvoilent +dvoiler +dvoilera +dvoilerai +dvoileraient +dvoilerais +dvoilerait +dvoileras +dvoilerez +dvoileriez +dvoilerions +dvoilerons +dvoileront +dvoiles +dvoilez +dvoil +dvoile +dvoiles +dvoils +dvoilrent +dvoiliez +dvoilions +dvoilons +dvolu +dvolue +dvolues +dvolus +dvolution +dvolutions +dvora +dvorai +dvoraient +dvorais +dvorait +dvorant +dvoras +dvorasse +dvorassent +dvorasses +dvorassiez +dvorassions +dvormes +dvort +dvortes +dvore +dvorent +dvorer +dvorera +dvorerai +dvoreraient +dvorerais +dvorerait +dvoreras +dvorerez +dvoreriez +dvorerions +dvorerons +dvoreront +dvores +dvorez +dvor +dvore +dvores +dvors +dvorrent +dvoriez +dvorions +dvorons +dvot +dvote +dvotement +dvotes +dvotion +dvotions +dvots +dvoua +dvouai +dvouaient +dvouais +dvouait +dvouant +dvouas +dvouasse +dvouassent +dvouasses +dvouassiez +dvouassions +dvoumes +dvout +dvoutes +dvoue +dvouement +dvouements +dvouent +dvouer +dvouera +dvouerai +dvoueraient +dvouerais +dvouerait +dvoueras +dvouerez +dvoueriez +dvouerions +dvouerons +dvoueront +dvoues +dvouez +dvou +dvoue +dvoues +dvous +dvourent +dvouiez +dvouions +dvouons +dvoya +dvoyai +dvoyaient +dvoyais +dvoyait +dvoyant +dvoyas +dvoyasse +dvoyassent +dvoyasses +dvoyassiez +dvoyassions +dvoymes +dvoyt +dvoytes +dvoyer +dvoyez +dvoy +dvoye +dvoyes +dvoys +dvoyrent +dvoyiez +dvoyions +dvoyons +ds +diabtique +diabtiques +diabte +diabtes +diable +diablement +diablerie +diableries +diables +diablesse +diablesses +diablotin +diablotins +diabolique +diaboliquement +diaboliques +diaconesse +diaconesses +diacre +diacres +diadme +diadmes +diagnostic +diagnostics +diagnostiqua +diagnostiquai +diagnostiquaient +diagnostiquais +diagnostiquait +diagnostiquant +diagnostiquas +diagnostiquasse +diagnostiquassent +diagnostiquasses +diagnostiquassiez +diagnostiquassions +diagnostiqumes +diagnostiqut +diagnostiqutes +diagnostique +diagnostiquent +diagnostiquer +diagnostiquera +diagnostiquerai +diagnostiqueraient +diagnostiquerais +diagnostiquerait +diagnostiqueras +diagnostiquerez +diagnostiqueriez +diagnostiquerions +diagnostiquerons +diagnostiqueront +diagnostiques +diagnostiquez +diagnostiqu +diagnostique +diagnostiques +diagnostiqus +diagnostiqurent +diagnostiquiez +diagnostiquions +diagnostiquons +diagonal +diagonale +diagonalement +diagonales +diagonaux +diagramme +diagrammes +dialectal +dialectale +dialectalement +dialectales +dialectaux +dialecte +dialectes +dialectique +dialectiques +dialogua +dialoguai +dialoguaient +dialoguais +dialoguait +dialoguant +dialoguas +dialoguasse +dialoguassent +dialoguasses +dialoguassiez +dialoguassions +dialogumes +dialogut +dialogutes +dialogue +dialoguent +dialoguer +dialoguera +dialoguerai +dialogueraient +dialoguerais +dialoguerait +dialogueras +dialoguerez +dialogueriez +dialoguerions +dialoguerons +dialogueront +dialogues +dialoguez +dialogu +dialogue +dialogues +dialogus +dialogurent +dialoguiez +dialoguions +dialoguons +diamant +diamantaire +diamantaires +diamant +diamante +diamantes +diamants +diamantier +diamantiers +diamantifre +diamantifres +diamants +diamtralement +diamtre +diamtres +diane +dianes +diantre +diapason +diapasons +diaphane +diaphanes +diaphragme +diaphragmes +diapositive +diapositives +diapra +diaprai +diapraient +diaprais +diaprait +diaprant +diapras +diaprasse +diaprassent +diaprasses +diaprassiez +diaprassions +diaprmes +diaprt +diaprtes +diapre +diaprent +diaprer +diaprera +diaprerai +diapreraient +diaprerais +diaprerait +diapreras +diaprerez +diapreriez +diaprerions +diaprerons +diapreront +diapres +diaprez +diapr +diapre +diapres +diaprs +diaprrent +diapriez +diaprions +diaprons +diarrhe +diarrhes +diaspora +diastase +diastole +diastoles +diastolique +diastoliques +diathermie +diathermies +diatribe +diatribes +dichotomie +dichotomies +dichotomique +dichotomiques +dicotyldones +dicta +dictai +dictaient +dictais +dictait +dictant +dictaphone +dictaphones +dictas +dictasse +dictassent +dictasses +dictassiez +dictassions +dictateur +dictateurs +dictatorial +dictatoriale +dictatoriales +dictatoriaux +dictature +dictatures +dictmes +dictt +dicttes +dicte +dictent +dicter +dictera +dicterai +dicteraient +dicterais +dicterait +dicteras +dicterez +dicteriez +dicterions +dicterons +dicteront +dictes +dictez +dict +dicte +dictes +dicts +dictrent +dictiez +diction +dictionnaire +dictionnaires +dictions +dicton +dictons +didactique +didactiquement +didactiques +diesel +dieu +dieux +dittique +dittiques +didre +didres +dise +dises +dite +dites +diffama +diffamai +diffamaient +diffamais +diffamait +diffamant +diffamas +diffamasse +diffamassent +diffamasses +diffamassiez +diffamassions +diffamateur +diffamateurs +diffamation +diffamations +diffamatoire +diffamatoires +diffamatrice +diffamatrices +diffammes +diffamt +diffamtes +diffame +diffament +diffamer +diffamera +diffamerai +diffameraient +diffamerais +diffamerait +diffameras +diffamerez +diffameriez +diffamerions +diffamerons +diffameront +diffames +diffamez +diffam +diffame +diffames +diffams +diffamrent +diffamiez +diffamions +diffamons +differents +diffra +diffrai +diffraient +diffrais +diffrait +diffrancia +diffranciai +diffranciaient +diffranciais +diffranciait +diffranciant +diffrancias +diffranciasse +diffranciassent +diffranciasses +diffranciassiez +diffranciassions +diffrancimes +diffrancit +diffrancites +diffrancie +diffrancient +diffrancier +diffranciera +diffrancierai +diffrancieraient +diffrancierais +diffrancierait +diffrancieras +diffrancierez +diffrancieriez +diffrancierions +diffrancierons +diffrancieront +diffrancies +diffranciez +diffranci +diffrancie +diffrancies +diffrancis +diffrancirent +diffranciiez +diffranciions +diffrancions +diffrant +diffras +diffrasse +diffrassent +diffrasses +diffrassiez +diffrassions +diffrmes +diffrt +diffrtes +diffremment +diffrence +diffrencer +diffrences +diffrencia +diffrenciai +diffrenciaient +diffrenciais +diffrenciait +diffrenciant +diffrencias +diffrenciasse +diffrenciassent +diffrenciasses +diffrenciassiez +diffrenciassions +diffrenciation +diffrencimes +diffrencit +diffrencites +diffrencie +diffrencient +diffrencier +diffrenciera +diffrencierai +diffrencieraient +diffrencierais +diffrencierait +diffrencieras +diffrencierez +diffrencieriez +diffrencierions +diffrencierons +diffrencieront +diffrencies +diffrenciez +diffrenci +diffrencie +diffrencies +diffrencis +diffrencirent +diffrenciiez +diffrenciions +diffrencions +diffrend +diffrends +diffrent +diffrente +diffrentes +diffrentiation +diffrentiations +diffrentiel +diffrentielle +diffrentielles +diffrentiels +diffrentier +diffrents +diffrer +diffrera +diffrerai +diffreraient +diffrerais +diffrerait +diffreras +diffrerez +diffreriez +diffrerions +diffrerons +diffreront +diffrez +diffr +diffre +diffres +diffrs +diffrrent +diffriez +diffrions +diffrons +diffre +diffrent +diffres +difficile +difficilement +difficiles +difficult +difficults +difficultueuse +difficultueuses +difficultueux +difforme +difformes +difformit +difformits +diffraction +diffractions +diffus +diffusa +diffusai +diffusaient +diffusais +diffusait +diffusant +diffusas +diffusasse +diffusassent +diffusasses +diffusassiez +diffusassions +diffusmes +diffust +diffustes +diffuse +diffusent +diffuser +diffusera +diffuserai +diffuseraient +diffuserais +diffuserait +diffuseras +diffuserez +diffuseriez +diffuserions +diffuserons +diffuseront +diffuses +diffuseur +diffuseurs +diffusez +diffus +diffuse +diffuses +diffuss +diffusrent +diffusiez +diffusion +diffusions +diffusons +digestible +digestibles +digestif +digestifs +digestion +digestions +digestive +digestives +digra +digrai +digraient +digrais +digrait +digrant +digras +digrasse +digrassent +digrassiez +digrassions +digrmes +digrt +digrtes +digrer +digrera +digrerai +digreraient +digrerais +digrerait +digreras +digrerez +digreriez +digrerions +digrerons +digreront +digrez +digr +digre +digres +digrs +digrrent +digriez +digrions +digrons +digre +digrent +digres +digital +digitale +digitales +digitaline +digitalisation +digitalisations +digitaux +digne +dignement +dignes +dignitaire +dignitaires +dignit +dignits +digression +digressions +digue +digues +dilapida +dilapidai +dilapidaient +dilapidais +dilapidait +dilapidant +dilapidas +dilapidasse +dilapidassent +dilapidasses +dilapidassiez +dilapidassions +dilapidation +dilapidations +dilapidmes +dilapidt +dilapidtes +dilapide +dilapident +dilapider +dilapidera +dilapiderai +dilapideraient +dilapiderais +dilapiderait +dilapideras +dilapiderez +dilapideriez +dilapiderions +dilapiderons +dilapideront +dilapides +dilapidez +dilapid +dilapide +dilapides +dilapids +dilapidrent +dilapidiez +dilapidions +dilapidons +dilata +dilatable +dilatables +dilatai +dilataient +dilatais +dilatait +dilatant +dilatas +dilatasse +dilatassent +dilatasses +dilatassiez +dilatassions +dilatateur +dilatateurs +dilatation +dilatations +dilatmes +dilatt +dilattes +dilate +dilatent +dilater +dilatera +dilaterai +dilateraient +dilaterais +dilaterait +dilateras +dilaterez +dilateriez +dilaterions +dilaterons +dilateront +dilates +dilatez +dilat +dilate +dilates +dilats +dilatrent +dilatiez +dilations +dilatoire +dilatoires +dilatons +dilemme +dilemmes +dilettante +dilettantes +dilettantisme +diligemment +diligence +diligences +diligent +diligente +diligentes +diligents +dilua +diluai +diluaient +diluais +diluait +diluant +diluas +diluasse +diluassent +diluasses +diluassiez +diluassions +dilumes +dilut +dilutes +dilue +diluent +diluer +diluera +diluerai +dilueraient +diluerais +diluerait +dilueras +diluerez +dilueriez +diluerions +diluerons +dilueront +dilues +diluez +dilu +dilue +dilues +dilus +dilurent +diluiez +diluions +diluons +dilution +dilutions +diluvien +diluvienne +diluviennes +diluviens +dimanche +dimanches +dimension +dimensions +diminua +diminuai +diminuaient +diminuais +diminuait +diminuant +diminuas +diminuasse +diminuassent +diminuasses +diminuassiez +diminuassions +diminumes +diminut +diminutes +diminue +diminuent +diminuer +diminuera +diminuerai +diminueraient +diminuerais +diminuerait +diminueras +diminuerez +diminueriez +diminuerions +diminuerons +diminueront +diminues +diminuez +diminu +diminue +diminues +diminus +diminurent +diminuiez +diminuions +diminuons +diminutif +diminutifs +diminution +diminutions +dinar +dinars +dinde +dindes +dindon +dindonneau +dindonneaux +dindons +dingo +dingos +dingue +dinguement +dingues +dinosaures +dinosauriens +diocse +diocses +diode +diodes +dioptrie +dioptries +dioptrique +dioptriques +diorama +dioramas +dioxyde +dioxydes +diphtrie +diphtrique +diphtriques +diphtongue +diphtongues +diplodocus +diplomate +diplomates +diplomatie +diplomaties +diplomatique +diplomatiquement +diplomatiques +diplme +diplmes +diplm +diplme +diplmes +diplms +diptyque +diptyques +dira +dirai +diraient +dirais +dirait +dirant +diras +dire +direct +directe +directement +directes +directeur +directeurs +directif +directifs +direction +directionnel +directionnelle +directionnelles +directionnels +directions +directive +directives +directoire +directoires +directorial +directoriale +directoriales +directoriaux +directrice +directrices +directs +dirent +dires +direz +diriez +dirige +dirigea +dirigeable +dirigeables +dirigeai +dirigeaient +dirigeais +dirigeait +dirigeant +dirigeants +dirigeas +dirigeasse +dirigeassent +dirigeasses +dirigeassiez +dirigeassions +dirigemes +diriget +dirigetes +dirigent +dirigeons +diriger +dirigera +dirigerai +dirigeraient +dirigerais +dirigerait +dirigerez +dirigeriez +dirigerions +dirigeriont +diriges +dirigez +dirig +dirige +diriges +dirigs +dirigrent +dirigiez +dirigions +dirigisme +dirimant +dirimante +dirimantes +dirimants +dirions +dirons +diront +dis +disaient +disais +disait +disant +disante +disantes +disants +discerna +discernai +discernaient +discernais +discernait +discernant +discernas +discernasse +discernassent +discernasses +discernassiez +discernassions +discernmes +discernt +discerntes +discerne +discernement +discernements +discernent +discerner +discernera +discernerai +discerneraient +discernerais +discernerait +discerneras +discernerez +discerneriez +discernerions +discernerons +discerneront +discernes +discernez +discern +discerne +discernes +discerns +discernrent +discerniez +discernions +discernons +disciple +disciples +disciplina +disciplinai +disciplinaient +disciplinaire +disciplinaires +disciplinais +disciplinait +disciplinant +disciplinas +disciplinasse +disciplinassent +disciplinasses +disciplinassiez +disciplinassions +disciplinmes +disciplint +disciplintes +discipline +disciplinent +discipliner +disciplinera +disciplinerai +disciplineraient +disciplinerais +disciplinerait +disciplineras +disciplinerez +disciplineriez +disciplinerions +disciplinerons +disciplineront +disciplines +disciplinez +disciplin +discipline +disciplines +disciplins +disciplinrent +discipliniez +disciplinions +disciplinons +disco +discontinu +discontinua +discontinuai +discontinuaient +discontinuais +discontinuait +discontinuant +discontinuas +discontinuasse +discontinuassent +discontinuasses +discontinuassiez +discontinuassions +discontinumes +discontinut +discontinutes +discontinue +discontinuent +discontinuer +discontinuera +discontinuerai +discontinueraient +discontinuerais +discontinuerait +discontinueras +discontinuerez +discontinueriez +discontinuerions +discontinuerons +discontinueront +discontinues +discontinuez +discontinu +discontinue +discontinues +discontinus +discontinurent +discontinuiez +discontinuions +discontinuit +discontinuits +discontinuons +discontinus +disconvenaient +disconvenais +disconvenait +disconvenant +disconvendra +disconvendrai +disconvendraient +disconvendrais +disconvendrait +disconvendras +disconvendrez +disconvendriez +disconvendrions +disconvendrons +disconvendront +disconveniez +disconvenions +disconvenir +disconvenons +disconvenu +disconvenue +disconvenues +disconvenus +disconviennent +disconviens +disconvient +disconvins +disconvint +disconvirent +disconvnmes +disconvntes +discordance +discordances +discordant +discordante +discordantes +discordants +discorde +discordes +discothque +discothques +discouraient +discourais +discourait +discoure +discourent +discoures +discoureur +discoureurs +discoureuse +discoureuses +discourez +discouriez +discourions +discourir +discourons +discourra +discourrai +discourraient +discourrais +discourrait +discourrant +discourras +discourrez +discourriez +discourrions +discourrons +discourront +discours +discourt +discourtois +discourtoise +discourtoises +discouru +discourue +discourues +discoururent +discourus +discourusse +discourussent +discourusses +discourussiez +discourussions +discourut +discourmes +discourt +discourtes +discret +discrets +discrdit +discrdita +discrditai +discrditaient +discrditais +discrditait +discrditant +discrditas +discrditasse +discrditassent +discrditasses +discrditassiez +discrditassions +discrditmes +discrditt +discrdittes +discrdite +discrditent +discrditer +discrditera +discrditerai +discrditeraient +discrditerais +discrditerait +discrditeras +discrditerez +discrditeriez +discrditerions +discrditerons +discrditeront +discrdites +discrditez +discrdit +discrdite +discrdites +discrdits +discrditrent +discrditiez +discrditions +discrditons +discrdits +discrtion +discrtionnaire +discrtionnaires +discrtions +discrte +discrtement +discrtes +discrimina +discriminai +discriminaient +discriminais +discriminait +discriminant +discriminas +discriminasse +discriminassent +discriminasses +discriminassiez +discriminassions +discrimination +discriminations +discriminatoire +discriminatoires +discriminmes +discrimint +discrimintes +discrimine +discriminent +discriminer +discriminera +discriminerai +discrimineraient +discriminerais +discriminerait +discrimineras +discriminerez +discrimineriez +discriminerions +discriminerons +discrimineront +discrimines +discriminez +discrimin +discrimine +discrimines +discrimins +discriminrent +discriminiez +discriminions +discriminons +disculpa +disculpai +disculpaient +disculpais +disculpait +disculpant +disculpas +disculpasse +disculpassent +disculpasses +disculpassiez +disculpassions +disculpation +disculpations +disculpmes +disculpt +disculptes +disculpe +disculpent +disculper +disculpera +disculperai +disculperaient +disculperais +disculperait +disculperas +disculperez +disculperiez +disculperions +disculperons +disculperont +disculpes +disculpez +disculp +disculpe +disculpes +disculps +disculprent +disculpiez +disculpions +disculpons +discursif +discursifs +discursive +discursives +discussion +discussions +discuta +discutable +discutables +discutai +discutaient +discutais +discutait +discutant +discutas +discutasse +discutassent +discutasses +discutassiez +discutassions +discutmes +discutt +discuttes +discute +discutent +discuter +discutera +discuterai +discuteraient +discuterais +discuterait +discuteras +discuterez +discuteriez +discuterions +discuterons +discuteront +discutes +discutez +discut +discute +discutes +discuts +discutrent +discutiez +discutions +discutons +dise +disent +disert +diserte +disertes +diserts +dises +disette +disettes +diseur +diseurs +diseuse +diseuses +disez +disgracia +disgraciai +disgraciaient +disgraciais +disgraciait +disgraciant +disgracias +disgraciasse +disgraciassent +disgraciasses +disgraciassiez +disgraciassions +disgracimes +disgracit +disgracites +disgracie +disgracient +disgracier +disgraciera +disgracierai +disgracieraient +disgracierais +disgracierait +disgracieras +disgracierez +disgracieriez +disgracierions +disgracierons +disgracieront +disgracies +disgracieuse +disgracieuses +disgracieux +disgraciez +disgraci +disgracie +disgracies +disgracis +disgracirent +disgraciiez +disgraciions +disgracions +disgrce +disgrces +disiez +disions +disjoignaient +disjoignais +disjoignait +disjoignant +disjoigne +disjoignent +disjoignes +disjoignez +disjoigniez +disjoignions +disjoignirent +disjoignis +disjoignisse +disjoignissent +disjoignisses +disjoignissiez +disjoignissions +disjoignit +disjoignmes +disjoignt +disjoigntes +disjoignons +disjoindra +disjoindrai +disjoindraient +disjoindrais +disjoindrait +disjoindras +disjoindre +disjoindrez +disjoindriez +disjoindrions +disjoindrons +disjoindront +disjoins +disjoint +disjointe +disjointes +disjoints +disjoncteur +disjoncteurs +disjonction +disjonctions +dislocation +dislocations +disloqua +disloquai +disloquaient +disloquais +disloquait +disloquant +disloquas +disloquasse +disloquassent +disloquasses +disloquassiez +disloquassions +disloqumes +disloqut +disloqutes +disloque +disloquent +disloquer +disloquera +disloquerai +disloqueraient +disloquerais +disloquerait +disloqueras +disloquerez +disloqueriez +disloquerions +disloquerons +disloqueront +disloques +disloquez +disloqu +disloque +disloques +disloqus +disloqurent +disloquiez +disloquions +disloquons +disons +disparais +disparaissaient +disparaissais +disparaissait +disparaissant +disparaisse +disparaissent +disparaisses +disparaissez +disparaissiez +disparaissions +disparaissons +disparait +disparaitraient +disparat +disparatra +disparatrai +disparatraient +disparatrais +disparatrait +disparatras +disparatre +disparatrez +disparatriez +disparatrions +disparatrons +disparatront +disparate +disparates +disparit +disparits +disparition +disparitions +disparu +disparue +disparues +disparurent +disparus +disparusse +disparussent +disparusses +disparussiez +disparussions +disparut +disparmes +dispart +dispartes +dispendieuse +dispendieuses +dispendieux +dispensa +dispensai +dispensaient +dispensaire +dispensaires +dispensais +dispensait +dispensant +dispensas +dispensasse +dispensassent +dispensasses +dispensassiez +dispensassions +dispensateur +dispensateurs +dispensatrice +dispensatrices +dispensmes +dispenst +dispenstes +dispense +dispensent +dispenser +dispensera +dispenserai +dispenseraient +dispenserais +dispenserait +dispenseras +dispenserez +dispenseriez +dispenserions +dispenserons +dispenseront +dispenses +dispensez +dispens +dispense +dispenses +dispenss +dispensrent +dispensiez +dispensions +dispensons +dispersa +dispersai +dispersaient +dispersais +dispersait +dispersant +dispersas +dispersasse +dispersassent +dispersasses +dispersassiez +dispersassions +dispersmes +disperst +disperstes +disperse +dispersent +disperser +dispersera +disperserai +disperseraient +disperserais +disperserait +disperseras +disperserez +disperseriez +disperserions +disperserons +disperseront +disperses +dispersez +dispers +disperse +disperses +disperss +dispersrent +dispersiez +dispersion +dispersions +dispersons +disponibilit +disponibilits +disponible +disponibles +dispos +disposa +disposai +disposaient +disposais +disposait +disposant +disposas +disposasse +disposassent +disposasses +disposassiez +disposassions +disposmes +dispost +dispostes +dispose +disposent +disposer +disposera +disposerai +disposeraient +disposerais +disposerait +disposeras +disposerez +disposeriez +disposerions +disposerons +disposeront +disposes +disposez +dispos +dispose +disposes +disposs +disposrent +disposiez +disposions +dispositif +dispositifs +disposition +dispositions +disposons +disproportion +disproportionn +disproportionne +disproportionnes +disproportionns +disproportions +disputa +disputai +disputaient +disputailla +disputaillai +disputaillaient +disputaillais +disputaillait +disputaillant +disputaillas +disputaillasse +disputaillassent +disputaillasses +disputaillassiez +disputaillassions +disputaillmes +disputaillt +disputailltes +disputaille +disputaillent +disputailler +disputaillera +disputaillerai +disputailleraient +disputaillerais +disputaillerait +disputailleras +disputaillerez +disputailleriez +disputaillerions +disputaillerons +disputailleront +disputailles +disputaillez +disputaill +disputaille +disputailles +disputaills +disputaillrent +disputailliez +disputaillions +disputaillons +disputais +disputait +disputant +disputas +disputasse +disputassent +disputasses +disputassiez +disputassions +disputmes +disputt +disputtes +dispute +disputent +disputer +disputera +disputerai +disputeraient +disputerais +disputerait +disputeras +disputerez +disputeriez +disputerions +disputerons +disputeront +disputes +disputez +disput +dispute +disputes +disputs +disputrent +disputiez +disputions +disputons +disquaire +disquaires +disqualifia +disqualifiai +disqualifiaient +disqualifiais +disqualifiait +disqualifiant +disqualifias +disqualifiasse +disqualifiassent +disqualifiasses +disqualifiassiez +disqualifiassions +disqualifimes +disqualifit +disqualifites +disqualification +disqualifications +disqualifie +disqualifient +disqualifier +disqualifiera +disqualifierai +disqualifieraient +disqualifierais +disqualifierait +disqualifieras +disqualifierez +disqualifieriez +disqualifierions +disqualifierons +disqualifieront +disqualifies +disqualifiez +disqualifi +disqualifie +disqualifies +disqualifis +disqualifirent +disqualifiiez +disqualifiions +disqualifions +disque +disques +disquette +disquettes +disse +dissection +dissections +dissemblable +dissemblables +dissemblance +dissemblances +dissension +dissensions +dissent +dissentiment +dissentiments +disserta +dissertai +dissertaient +dissertaion +dissertais +dissertait +dissertant +dissertas +dissertasse +dissertassent +dissertasses +dissertassiez +dissertassions +dissertation +dissertations +dissertmes +dissertt +disserttes +disserte +dissertent +disserter +dissertera +disserterai +disserteraient +disserterais +disserterait +disserteras +disserterez +disserteriez +disserterions +disserterons +disserteront +dissertes +dissertez +dissert +disserte +dissertes +disserts +dissertrent +dissertiez +dissertions +dissertons +disses +dissmina +dissminai +dissminaient +dissminais +dissminait +dissminant +dissminas +dissminasse +dissminassent +dissminasses +dissminassiez +dissminassions +dissmination +dissminations +dissminmes +dissmint +dissmintes +dissmine +dissminent +dissminer +dissminera +dissminerai +dissmineraient +dissminerais +dissminerait +dissmineras +dissminerez +dissmineriez +dissminerions +dissminerons +dissmineront +dissmines +dissminez +dissmin +dissmine +dissmines +dissmins +dissminrent +dissminiez +dissminions +dissminons +dissqua +dissquai +dissquaient +dissquais +dissquait +dissquant +dissquas +dissquasse +dissquassent +dissquasses +dissquassiez +dissquassions +dissqumes +dissqut +dissqutes +dissque +dissquent +dissquer +dissquera +dissquerai +dissqueraient +dissquerais +dissquerait +dissqueras +dissquerez +dissqueriez +dissquerions +dissquerons +dissqueront +dissques +dissquez +dissqu +dissque +dissques +dissqus +dissqurent +dissquiez +dissquions +dissquons +dissidence +dissidences +dissident +dissidente +dissidentes +dissidents +dissiez +dissimula +dissimulai +dissimulaient +dissimulais +dissimulait +dissimulant +dissimulas +dissimulasse +dissimulassent +dissimulasses +dissimulassiez +dissimulassions +dissimulateur +dissimulateurs +dissimulation +dissimulations +dissimulatrice +dissimulatrices +dissimulmes +dissimult +dissimultes +dissimule +dissimulent +dissimuler +dissimulera +dissimulerai +dissimuleraient +dissimulerais +dissimulerait +dissimuleras +dissimulerez +dissimuleriez +dissimulerions +dissimulerons +dissimuleront +dissimules +dissimulez +dissimul +dissimule +dissimules +dissimuls +dissimulrent +dissimuliez +dissimulions +dissimulons +dissions +dissipa +dissipai +dissipaient +dissipais +dissipait +dissipant +dissipas +dissipasse +dissipassent +dissipasses +dissipassiez +dissipassions +dissipateur +dissipateurs +dissipation +dissipations +dissipatrice +dissipatrices +dissipmes +dissipt +dissiptes +dissipe +dissipent +dissiper +dissipera +dissiperai +dissiperaient +dissiperais +dissiperait +dissiperas +dissiperez +dissiperiez +dissiperions +dissiperons +dissiperont +dissipes +dissipez +dissip +dissipe +dissipes +dissips +dissiprent +dissipiez +dissipions +dissipons +dissocia +dissociai +dissociaient +dissociais +dissociait +dissociant +dissocias +dissociasse +dissociassent +dissociasses +dissociassiez +dissociassions +dissociation +dissociations +dissocimes +dissocit +dissocites +dissocie +dissocient +dissocier +dissociera +dissocierai +dissocieraient +dissocierais +dissocierait +dissocieras +dissocierez +dissocieriez +dissocierions +dissocierons +dissocieront +dissocies +dissociez +dissoci +dissocie +dissocies +dissocis +dissocirent +dissociiez +dissociions +dissocions +dissolu +dissolue +dissolues +dissolus +dissolution +dissolutions +dissolvaient +dissolvais +dissolvait +dissolvant +dissolve +dissolvent +dissolves +dissolvez +dissolviez +dissolvions +dissolvons +dissonance +dissonances +dissonant +dissonante +dissonantes +dissonants +dissoudra +dissoudrai +dissoudraient +dissoudrais +dissoudrait +dissoudras +dissoudre +dissoudrez +dissoudriez +dissoudrions +dissoudrons +dissoudront +dissous +dissout +dissoute +dissoutes +dissuada +dissuadai +dissuadaient +dissuadais +dissuadait +dissuadant +dissuadas +dissuadasse +dissuadassent +dissuadasses +dissuadassiez +dissuadassions +dissuadmes +dissuadt +dissuadtes +dissuade +dissuadent +dissuader +dissuadera +dissuaderai +dissuaderaient +dissuaderais +dissuaderait +dissuaderas +dissuaderez +dissuaderiez +dissuaderions +dissuaderons +dissuaderont +dissuades +dissuadez +dissuad +dissuade +dissuades +dissuads +dissuadrent +dissuadiez +dissuadions +dissuadons +dissuasif +dissuasifs +dissuasion +dissuasions +dissuasive +dissuasives +dissymtrie +dissymtrique +dissymtriques +distance +distancent +distancer +distancera +distancerai +distanceraient +distancerais +distancerait +distanceras +distancerez +distanceriez +distancerions +distancerons +distanceront +distances +distancez +distanc +distance +distances +distancs +distancrent +distanciez +distancions +distana +distanai +distanaient +distanais +distanait +distanant +distanas +distanasse +distanassent +distanasses +distanassiez +distanassions +distanmes +distant +distantes +distanons +distant +distante +distantes +distants +distend +distendais +distendait +distendant +distende +distendent +distendes +distendez +distendiez +distendions +distendirent +distendis +distendisse +distendissent +distendisses +distendissiez +distendissions +distendit +distendmes +distendt +distendtes +distendons +distendra +distendrai +distendraient +distendrais +distendrait +distendras +distendre +distendrez +distendriez +distendrions +distendrons +distendront +distends +distendu +distendue +distendues +distendus +distension +distensions +distilla +distillai +distillaient +distillais +distillait +distillant +distillas +distillasse +distillassent +distillasses +distillassiez +distillassions +distillateur +distillateurs +distillation +distillations +distillmes +distillt +distilltes +distille +distillent +distiller +distillera +distillerai +distilleraient +distillerais +distillerait +distilleras +distillerez +distillerie +distilleries +distilleriez +distillerions +distillerons +distilleront +distilles +distillez +distill +distille +distilles +distills +distillrent +distilliez +distillions +distillons +distinct +distincte +distinctement +distinctes +distinctif +distinctifs +distinction +distinctions +distinctive +distinctives +distincts +distingua +distinguai +distinguaient +distinguais +distinguait +distinguant +distinguas +distinguasse +distinguassent +distinguasses +distinguassiez +distinguassions +distingumes +distingut +distingutes +distingue +distinguent +distinguer +distinguera +distinguerai +distingueraient +distinguerais +distinguerait +distingueras +distinguerez +distingueriez +distinguerions +distinguerons +distingueront +distingues +distinguez +distingu +distingue +distingues +distingus +distingurent +distinguiez +distinguions +distinguons +distique +distiques +distord +distordaient +distordais +distordait +distordant +distorde +distordent +distordes +distordez +distordiez +distordions +distordirent +distordis +distordisse +distordissent +distordisses +distordissiez +distordissions +distordit +distordmes +distordt +distordtes +distordons +distordra +distordrai +distordraient +distordrais +distordrait +distordras +distordre +distordrez +distordriez +distordrions +distordrons +distordront +distords +distordu +distordue +distordues +distordus +distorsion +distorsions +distraction +distractions +distraie +distraient +distraies +distraira +distrairai +distrairaient +distrairais +distrairait +distrairas +distraire +distrairez +distrairiez +distrairions +distrairons +distrairont +distrais +distrait +distraite +distraites +distraits +distrayaient +distrayais +distrayait +distrayant +distrayez +distrayiez +distrayions +distrayons +distribua +distribuai +distribuaient +distribuais +distribuait +distribuant +distribuas +distribuasse +distribuassent +distribuasses +distribuassiez +distribuassions +distribumes +distribut +distributes +distribue +distribuent +distribuer +distribuera +distribuerai +distribueraient +distribuerais +distribuerait +distribueras +distribuerez +distribueriez +distribuerions +distribuerons +distribueront +distribues +distribuez +distribu +distribue +distribues +distribus +distriburent +distribuiez +distribuions +distribuons +distributeur +distributeurs +distribution +distributions +distributrice +distributrices +district +districts +dit +dite +dites +dithyrambe +dithyrambes +dithyrambique +dithyrambiques +dits +diurtique +diurtiques +diurne +diurnes +divagation +divagations +divagua +divaguai +divaguaient +divaguais +divaguait +divaguant +divaguas +divaguasse +divaguassent +divaguasses +divaguassiez +divaguassions +divagumes +divagut +divagutes +divague +divaguent +divaguer +divaguera +divaguerai +divagueraient +divaguerais +divaguerait +divagueras +divaguerez +divagueriez +divaguerions +divaguerons +divagueront +divagues +divaguez +divagu +divague +divagues +divagus +divagurent +divaguiez +divaguions +divaguons +divan +divans +diverge +divergea +divergeai +divergeaient +divergeais +divergeait +divergeant +divergeas +divergeasse +divergeassent +divergeasses +divergeassiez +divergeassions +divergemes +diverget +divergetes +divergence +divergences +divergent +divergente +divergentes +divergents +divergeons +diverger +divergera +divergerai +divergeraient +divergerais +divergerait +divergeras +divergerez +divergeriez +divergerions +divergerons +divergeront +diverges +divergez +diverg +diverge +diverges +divergs +divergrent +divergiez +divergions +divers +diverse +diversement +diverses +diversifia +diversifiai +diversifiaient +diversifiais +diversifiait +diversifiant +diversifias +diversifiasse +diversifiassent +diversifiasses +diversifiassiez +diversifiassions +diversifimes +diversifit +diversifites +diversification +diversifications +diversifie +diversifient +diversifier +diversifiera +diversifierai +diversifieraient +diversifierais +diversifierait +diversifieras +diversifierez +diversifieriez +diversifierions +diversifierons +diversifieront +diversifies +diversifiez +diversifi +diversifie +diversifies +diversifis +diversifirent +diversifiiez +diversifiions +diversifions +diversion +diversions +diversit +diversits +diverti +divertie +diverties +divertir +divertira +divertirai +divertiraient +divertirais +divertirait +divertiras +divertirent +divertirez +divertiriez +divertirions +divertirons +divertiront +divertis +divertissaient +divertissais +divertissait +divertissant +divertisse +divertissement +divertissements +divertissent +divertisses +divertissez +divertissiez +divertissions +divertissons +divertit +divertmes +divertt +diverttes +dividence +dividences +dividende +dividendes +divin +divinateur +divinateurs +divination +divinations +divinatoire +divinatoires +divinatrice +divinatrices +divine +divinement +divines +divinisa +divinisai +divinisaient +divinisais +divinisait +divinisant +divinisas +divinisasse +divinisassent +divinisasses +divinisassiez +divinisassions +divinisation +divinisations +divinismes +divinist +divinistes +divinise +divinisent +diviniser +divinisera +diviniserai +diviniseraient +diviniserais +diviniserait +diviniseras +diviniserez +diviniseriez +diviniserions +diviniserons +diviniseront +divinises +divinisez +divinis +divinise +divinises +diviniss +divinisrent +divinisiez +divinisions +divinisons +divinit +divinits +divins +divisa +divisai +divisaient +divisais +divisait +divisant +divisas +divisasse +divisassent +divisasses +divisassiez +divisassions +divismes +divist +divistes +divise +divisent +diviser +divisera +diviserai +diviseraient +diviserais +diviserait +diviseras +diviserez +diviseriez +diviserions +diviserons +diviseront +divises +diviseur +diviseurs +divisez +divis +divise +divises +diviss +divisrent +divisible +divisibles +divisiez +division +divisionnaire +divisionnaires +divisions +divisons +divorce +divorcent +divorcer +divorcera +divorcerai +divorceraient +divorcerais +divorcerait +divorceras +divorcerez +divorceriez +divorcerions +divorcerons +divorceront +divorces +divorcez +divorc +divorce +divorces +divorcs +divorcrent +divorciez +divorcions +divora +divorai +divoraient +divorais +divorait +divorant +divoras +divorasse +divorassent +divorasses +divorassiez +divorassions +divormes +divort +divortes +divorons +divulgation +divulgations +divulgua +divulguai +divulguaient +divulguais +divulguait +divulguant +divulguas +divulguasse +divulguassent +divulguasses +divulguassiez +divulguassions +divulgumes +divulgut +divulgutes +divulgue +divulguent +divulguer +divulguera +divulguerai +divulgueraient +divulguerais +divulguerait +divulgueras +divulguerez +divulgueriez +divulguerions +divulguerons +divulgueront +divulgues +divulguez +divulgu +divulgue +divulgues +divulgus +divulgurent +divulguiez +divulguions +divulguons +dix +dixime +diximement +diximes +dizaine +dizaines +dme +dmes +dna +dnai +dnaient +dnais +dnait +dnant +dnas +dnasse +dnassent +dnasses +dnassiez +dnassions +dnmes +dnt +dntes +dne +dnent +dner +dnera +dnerai +dneraient +dnerais +dnerait +dneras +dnerez +dneriez +dnerions +dnerons +dneront +dners +dnes +dnette +dnettes +dnez +dn +dne +dnes +dns +dnrent +dniez +dnions +dnons +dt +dtes +do +docile +docilement +dociles +docilit +docilits +dock +docker +dockers +docks +docte +doctement +doctes +docteur +docteurs +doctoral +doctorale +doctorales +doctorat +doctorats +doctoraux +doctorauxment +doctoresse +doctoresses +doctrinal +doctrinale +doctrinales +doctrinaux +doctrine +doctrines +document +documenta +documentai +documentaient +documentaire +documentaires +documentais +documentait +documentant +documentas +documentasse +documentassent +documentasses +documentassiez +documentassions +documentation +documentations +documentmes +documentt +documenttes +documente +documentent +documenter +documentera +documenterai +documenteraient +documenterais +documenterait +documenteras +documenterez +documenteriez +documenterions +documenterons +documenteront +documentes +documentez +document +documente +documentes +documents +documentrent +documentiez +documentions +documentons +documents +dodelina +dodelinai +dodelinaient +dodelinais +dodelinait +dodelinant +dodelinas +dodelinasse +dodelinassent +dodelinasses +dodelinassiez +dodelinassions +dodelinmes +dodelint +dodelintes +dodeline +dodelinent +dodeliner +dodelinera +dodelinerai +dodelineraient +dodelinerais +dodelinerait +dodelineras +dodelinerez +dodelineriez +dodelinerions +dodelinerons +dodelineront +dodelines +dodelinez +dodelin +dodeline +dodelines +dodelins +dodelinrent +dodeliniez +dodelinions +dodelinons +dodcaphonisme +dodo +dodos +dodu +dodue +dodues +dodus +dog hotdog +doge +doges +dogmatique +dogmatiquement +dogmatiques +dogmatisa +dogmatisai +dogmatisaient +dogmatisais +dogmatisait +dogmatisant +dogmatisas +dogmatisasse +dogmatisassent +dogmatisasses +dogmatisassiez +dogmatisassions +dogmatismes +dogmatist +dogmatistes +dogmatise +dogmatisent +dogmatiser +dogmatisera +dogmatiserai +dogmatiseraient +dogmatiserais +dogmatiserait +dogmatiseras +dogmatiserez +dogmatiseriez +dogmatiserions +dogmatiserons +dogmatiseront +dogmatises +dogmatisez +dogmatis +dogmatise +dogmatises +dogmatiss +dogmatisrent +dogmatisiez +dogmatisions +dogmatisme +dogmatismes +dogmatisons +dogme +dogmes +dogs hotdog +dogue +dogues +doigt +doigt +doigte +doigtes +doigts +doigtier +doigtiers +doigts +dois +doit +doits +doive +doivent +doives +dolent +dolente +dolentes +dolents +dolances +dolichocphale +dolichocphales +doline +dolines +dollar +dollars +dolman veste +dolmans veste +dolmen +dolmens +dolomie +dolomites +domaine +domaines +domanial +domaniale +domaniales +domaniaux +domestication +domestications +domesticit +domesticits +domestiqua +domestiquai +domestiquaient +domestiquais +domestiquait +domestiquant +domestiquas +domestiquasse +domestiquassent +domestiquasses +domestiquassiez +domestiquassions +domestiqumes +domestiqut +domestiqutes +domestique +domestiquent +domestiquer +domestiquera +domestiquerai +domestiqueraient +domestiquerais +domestiquerait +domestiqueras +domestiquerez +domestiqueriez +domestiquerions +domestiquerons +domestiqueront +domestiques +domestiquez +domestiqu +domestique +domestiques +domestiqus +domestiqurent +domestiquiez +domestiquions +domestiquons +domicile +domiciles +domicilia +domiciliai +domiciliaient +domiciliaire +domiciliaires +domiciliais +domiciliait +domiciliant +domicilias +domiciliasse +domiciliassent +domiciliasses +domiciliassiez +domiciliassions +domicilimes +domicilit +domicilites +domicilie +domicilient +domicilier +domiciliera +domicilierai +domicilieraient +domicilierais +domicilierait +domicilieras +domicilierez +domicilieriez +domicilierions +domicilierons +domicilieront +domicilies +domiciliez +domicili +domicilie +domicilies +domicilis +domicilirent +domiciliiez +domiciliions +domicilions +domina +dominai +dominaient +dominais +dominait +dominance +dominant +dominante +dominantes +dominants +dominas +dominasse +dominassent +dominasses +dominassiez +dominassions +dominateur +dominateurs +domination +dominations +dominatrice +dominatrices +dominmes +domint +domintes +domine +dominent +dominer +dominera +dominerai +domineraient +dominerais +dominerait +domineras +dominerez +domineriez +dominerions +dominerons +domineront +domines +dominez +domin +domine +domines +domins +dominrent +dominicain +dominicaine +dominicaines +dominicains +dominical +dominicale +dominicales +dominicaux +dominiez +dominions +domino +dominons +dominos +dommage +dommageable +dommageables +dommages +dompta +domptai +domptaient +domptais +domptait +domptant +domptas +domptasse +domptassent +domptasses +domptassiez +domptassions +domptmes +domptt +dompttes +dompte +domptent +dompter +domptera +dompterai +dompteraient +dompterais +dompterait +dompteras +dompterez +dompteriez +dompterions +dompterons +dompteront +domptes +dompteur +dompteurs +dompteuse +dompteuses +domptez +dompt +dompte +domptes +dompts +domptrent +domptiez +domptions +domptons +don +donataire +donataires +donateur +donateurs +donation +donations +donatrice +donatrices +donc +dondon +dondons +donjon +donjons +donna +donnai +donnaient +donnais +donnait +donnant +donnas +donnasse +donnassent +donnasses +donnassiez +donnassions +donnmes +donnt +donntes +donne +donnees +donnent +donner +donnera +donnerai +donneraient +donnerais +donnerait +donneras +donnerez +donneriez +donnerions +donnerons +donneront +donnes +donneur +donneurs +donneuse +donneuses +donnez +donn +donne +donnes +donns +donnrent +donniez +donnions +donnons +dons +dont +dopa +dopage +dopages +dopai +dopaient +dopais +dopait +dopant +dopas +dopasse +dopassent +dopasses +dopassiez +dopassions +dopmes +dopt +doptes +dope +dopent +doper +dopera +doperai +doperaient +doperais +doperait +doperas +doperez +doperiez +doperions +doperons +doperont +dopes +dopez +dop +dope +dopes +dops +doprent +dopiez +doping +dopings +dopions +dopons +doppler +dora +dorade +dorades +dorai +doraient +dorais +dorait +dorant +doras +dorasse +dorassent +dorasses +dorassiez +dorassions +dormes +dort +dortes +dore +dorent +dorer +dorera +dorerai +doreraient +dorerais +dorerait +doreras +dorerez +doreriez +dorerions +dorerons +doreront +dores +doreur +doreurs +doreuse +doreuses +dorez +dor +dore +dores +dornavant +dors +dorrent +doriez +dorions +dorique +doriques +dorlota +dorlotai +dorlotaient +dorlotais +dorlotait +dorlotant +dorlotas +dorlotasse +dorlotassent +dorlotasses +dorlotassiez +dorlotassions +dorlotmes +dorlott +dorlottes +dorlote +dorlotent +dorloter +dorlotera +dorloterai +dorloteraient +dorloterais +dorloterait +dorloteras +dorloterez +dorloteriez +dorloterions +dorloterons +dorloteront +dorlotes +dorlotez +dorlot +dorlote +dorlotes +dorlots +dorlotrent +dorlotiez +dorlotions +dorlotons +dormaient +dormais +dormait +dormant +dorme +dorment +dormes +dormeur +dormeurs +dormeuse +dormeuses +dormez +dormi +dormie +dormies +dormiez +dormions +dormir +dormira +dormirai +dormiraient +dormirais +dormirait +dormiras +dormirent +dormirez +dormiriez +dormirions +dormiriont +dormis +dormisse +dormissent +dormisses +dormissiez +dormissions +dormit +dormmes +dormt +dormtes +dormons +dorons +dors +dorsal +dorsale +dorsales +dorsaux +dort +dortoir +dortoirs +dorure +dorures +doryphore +doryphores +dos +dosa +dosage +dosages +dosai +dosaient +dosais +dosait +dosant +dosas +dosasse +dosassent +dosasses +dosassiez +dosassions +dosmes +dost +dostes +dose +dosent +doser +dosera +doserai +doseraient +doserais +doserait +doseras +doserez +doseriez +doserions +doserons +doseront +doses +dosez +dos +dose +doses +doss +dosrent +dosiez +dosions +dosons +dossard +dossards +dossier +dossiers +dot +dota +dotai +dotaient +dotais +dotait +dotal +dotale +dotales +dotant +dotas +dotasse +dotassent +dotasses +dotassiez +dotassions +dotation +dotations +dotaux +dotmes +dott +dottes +dote +dotent +doter +dotera +doterai +doteraient +doterais +doterait +doteras +doterez +doteriez +doterions +doterons +doteront +dotes +dotez +dot +dote +dotes +dots +dotrent +dotiez +dotions +dotons +dots +doua +douai +douaient +douairire +douairires +douais +douait +douane +douanes +douanier +douaniers +douanire +douanires +douant +douas +douasse +douassent +douasses +douassiez +douassions +doumes +doutes +doubla +doublage +doublages +doublai +doublaient +doublais +doublait +doublant +doublas +doublasse +doublassent +doublasses +doublassiez +doublassions +doublmes +doublt +doubltes +double +doublement +doublements +doublent +doubler +doublera +doublerai +doubleraient +doublerais +doublerait +doubleras +doublerez +doubleriez +doublerions +doublerons +doubleront +doubles +doublet +doublets +doublez +doubl +double +doubles +doubls +doublrent +doubliez +doublions +doublons +doublure +doublures +douce +doucetre +doucetres +doucement +doucereuse +doucereusement +doucereuses +doucereux +douces +doucettement +douceur +douceurs +doucha +douchai +douchaient +douchais +douchait +douchant +douchas +douchasse +douchassent +douchasses +douchassiez +douchassions +douchmes +doucht +douchtes +douche +douchent +doucher +douchera +doucherai +doucheraient +doucherais +doucherait +doucheras +doucherez +doucheriez +doucherions +doucherons +doucheront +douches +douchez +douch +douche +douches +douchs +douchrent +douchiez +douchions +douchons +doue +douent +douer +douera +douerai +doueraient +douerais +douerait +doueras +douerez +doueriez +douerions +douerons +doueront +doues +douez +dou +doue +doues +dous +dourent +douiez +douille +douilles +douillet +douillets +douillette +douillettement +douillettes +douions +douleur +douleurs +douloureuse +douloureusement +douloureuses +douloureux +douons +douta +doutai +doutaient +doutais +doutait +doutant +doutas +doutasse +doutassent +doutasses +doutassiez +doutassions +doutmes +doutt +douttes +doute +doutent +douter +doutera +douterai +douteraient +douterais +douterait +douteras +douterez +douteriez +douterions +douterons +douteront +doutes +douteuse +douteuses +douteux +doutez +dout +doute +doutes +douts +doutrent +doutiez +doutions +doutons +douve +douves +doux +douzaine +douzaines +douze +douzime +douzimement +douzimes +doyen +doyenne +doyennes +doyens +dme +dmes +draconnien +draconnienne +draconniennes +draconniens +dragage +dragages +drageon +drageons +drage +drages +dragon +dragonne +dragonnes +dragons +dragua +draguai +draguaient +draguais +draguait +draguant +draguas +draguasse +draguassent +draguasses +draguassiez +draguassions +dragumes +dragut +dragutes +drague +draguent +draguer +draguera +draguerai +dragueraient +draguerais +draguerait +dragueras +draguerez +dragueriez +draguerions +draguerons +dragueront +dragues +dragueur +dragueurs +dragueuse +dragueuses +draguez +dragu +drague +dragues +dragus +dragurent +draguiez +draguions +draguons +drain +draina +drainage +drainages +drainai +drainaient +drainais +drainait +drainant +drainas +drainasse +drainassent +drainasses +drainassiez +drainassions +drainmes +draint +draintes +draine +drainent +drainer +drainera +drainerai +draineraient +drainerais +drainerait +draineras +drainerez +draineriez +drainerions +drainerons +draineront +draines +drainez +drain +draine +draines +drains +drainrent +drainiez +drainions +drainons +drains +dramatique +dramatiquement +dramatiques +dramatisa +dramatisai +dramatisaient +dramatisais +dramatisait +dramatisant +dramatisas +dramatisasse +dramatisassent +dramatisasses +dramatisassiez +dramatisassions +dramatismes +dramatist +dramatistes +dramatise +dramatisent +dramatiser +dramatisera +dramatiserai +dramatiseraient +dramatiserais +dramatiserait +dramatiseras +dramatiserez +dramatiseriez +dramatiserions +dramatiserons +dramatiseront +dramatises +dramatisez +dramatis +dramatise +dramatises +dramatiss +dramatisrent +dramatisiez +dramatisions +dramatisons +dramaturge +dramaturges +dramaturgie +drame +drames +drap +drapa +drapai +drapaient +drapais +drapait +drapant +drapas +drapasse +drapassent +drapasses +drapassiez +drapassions +drapmes +drapt +draptes +drape +drapeau +drapeaux +drapent +draper +drapera +draperai +draperaient +draperais +draperait +draperas +draperez +draperie +draperies +draperiez +draperions +draperons +draperont +drapes +drapez +drap +drape +drapes +draps +draprent +drapier +drapiers +drapiez +drapions +drapons +draps +dressa +dressage +dressages +dressai +dressaient +dressais +dressait +dressant +dressas +dressasse +dressassent +dressasses +dressassiez +dressassions +dressmes +dresst +dresstes +dresse +dressent +dresser +dressera +dresserai +dresseraient +dresserais +dresserait +dresseras +dresserez +dresseriez +dresserions +dresserons +dresseront +dresses +dressez +dress +dresse +dresses +dresss +dressrent +dressiez +dressions +dressoir +dressoirs +dressons +drve +drves +dribbla +dribblai +dribblaient +dribblais +dribblait +dribblant +dribblas +dribblasse +dribblassent +dribblasses +dribblassiez +dribblassions +dribblmes +dribblt +dribbltes +dribble +dribblent +dribbler +dribblera +dribblerai +dribbleraient +dribblerais +dribblerait +dribbleras +dribblerez +dribbleriez +dribblerions +dribblerons +dribbleront +dribbles +dribblez +dribbl +dribble +dribbles +dribbls +dribblrent +dribbliez +dribblions +dribblons +drille +drilles +drisse +drisses +drogua +droguai +droguaient +droguais +droguait +droguant +droguas +droguasse +droguassent +droguasses +droguassiez +droguassions +drogumes +drogut +drogutes +drogue +droguent +droguer +droguera +droguerai +drogueraient +droguerais +droguerait +drogueras +droguerez +droguerie +drogueries +drogueriez +droguerions +droguerons +drogueront +drogues +droguez +drogu +drogue +drogues +drogus +drogurent +droguiez +droguions +droguiste +droguistes +droguons +droit +droite +droites +droitier +droitiers +droitire +droitires +droits +droiture +droitures +drolatique +drolatiquement +drolatiques +dromadaire +dromadaires +drle +drlement +drlerie +drleries +drles +drlesse +drlesses +dru +drue +drues +drugstore +drugstores +druide +druides +druidique +druidiques +drupe +drupes +drus +du +dualisme +dualismes +dualiste +dualistes +dualit +dualits +dubitatif +dubitatifs +dubitative +dubitatives +duc +ducal +ducale +ducales +ducat +ducats +ducaux +duchesse +duchesses +duch +duchs +ducs +ductile +ductiles +due +duel +duelliste +duellistes +duels +dues +duettiste +duettistes +dugne +dugnes +dulcine +dulcines +dumping +dumpings +dune +dunes +dunette +dunettes +duo +duodcimal +duodcimale +duodcimales +duodcimaux +duodnum +duodnums +duos +dupa +dupai +dupaient +dupais +dupait +dupant +dupas +dupasse +dupassent +dupasses +dupassiez +dupassions +dupmes +dupt +duptes +dupe +dupent +duper +dupera +duperai +duperaient +duperais +duperait +duperas +duperez +duperie +duperies +duperiez +duperions +duperons +duperont +dupes +dupeur +dupeurs +dupeuse +dupeuses +dupez +dup +dupe +dupes +dups +duprent +dupiez +dupions +duplex +duplicata +duplicateur +duplicateurs +duplication +duplications +duplicit +duplicits +dupons +duquel +duquelle +duquelles +duquels +dur +dura +durable +durablement +durables +durai +duraient +durais +durait +durant +duras +durasse +durassent +durasses +durassiez +durassions +duratif +durmes +durt +durtes +durci +durcie +durcies +durcir +durcira +durcirai +durciraient +durcirais +durcirait +durciras +durcirent +durcirez +durciriez +durcirions +durcirons +durciront +durcis +durcissaient +durcissais +durcissait +durcissant +durcisse +durcissement +durcissements +durcissent +durcisses +durcissez +durcissiez +durcissions +durcissons +durcit +durcmes +durct +durctes +dure +durement +durent +dureont +durer +durera +durerai +dureraient +durerais +durerait +dureras +durerez +dureriez +durerions +durerons +dureront +dures +duret +durets +durez +dur +dure +dures +durs +durrent +durieux +duriez +durillon +durillons +durions +durons +durs +dus +dusse +dussent +dusses +dussiez +dussions +dut +duvet +duveteuse +duveteuses +duveteux +duvets +d +dment +dmes +ds +dt +dtes +dynamique +dynamiques +dynamisme +dynamita +dynamitage +dynamitages +dynamitai +dynamitaient +dynamitais +dynamitait +dynamitant +dynamitas +dynamitasse +dynamitassent +dynamitasses +dynamitassiez +dynamitassions +dynamitmes +dynamitt +dynamittes +dynamite +dynamitent +dynamiter +dynamitera +dynamiterai +dynamiteraient +dynamiterais +dynamiterait +dynamiteras +dynamiterez +dynamiteriez +dynamiterions +dynamiterons +dynamiteront +dynamites +dynamiteur +dynamiteurs +dynamiteuse +dynamiteuses +dynamitez +dynamit +dynamite +dynamites +dynamits +dynamitrent +dynamitiez +dynamitions +dynamitons +dynamo +dynamomtre +dynamomtres +dynamos +dynastie +dynasties +dynastique +dynastiques +dysenterie +dysentrique +dysentriques +dysfonction +dyslexie +dyspesie +e +eau +eaux +ecchymose +ecchymoses +ecclsiastique +ecclsiastiques +ectoplasme +eczma +eczmateuse +eczmateuses +eczmateux +edelweiss +efface +effacement +effacements +effacent +effacer +effacera +effacerai +effaceraient +effacerais +effacerait +effaceras +effacerez +effaceriez +effacerions +effacerons +effaceront +effaces +effacez +effac +efface +effaces +effacs +effacrent +effaciez +effacions +effaa +effaai +effaaient +effaais +effaait +effaant +effaas +effaasse +effaassent +effaasses +effaassiez +effaassions +effames +effat +effates +effaons +effana +effanai +effanaient +effanais +effanait +effanant +effanas +effanasse +effanassent +effanasses +effanassiez +effanassions +effanmes +effant +effantes +effane +effanent +effaner +effanera +effanerai +effaneraient +effanerais +effanerait +effaneras +effanerez +effaneriez +effanerions +effanerons +effaneront +effanes +effanez +effan +effane +effanes +effans +effanrent +effaniez +effanions +effanons +effara +effarai +effaraient +effarais +effarait +effarant +effarante +effarantes +effarants +effaras +effarasse +effarassent +effarasses +effarassiez +effarassions +effarmes +effart +effartes +effare +effarement +effarements +effarent +effarer +effarera +effarerai +effareraient +effarerais +effarerait +effareras +effarerez +effareriez +effarerions +effarerons +effareront +effares +effarez +effar +effare +effares +effars +effarrent +effariez +effarions +effarons +effaroucha +effarouchai +effarouchaient +effarouchais +effarouchait +effarouchant +effarouchas +effarouchasse +effarouchassent +effarouchasses +effarouchassiez +effarouchassions +effarouchmes +effaroucht +effarouchtes +effarouche +effarouchent +effaroucher +effarouchera +effaroucherai +effaroucheraient +effaroucherais +effaroucherait +effaroucheras +effaroucherez +effaroucheriez +effaroucherions +effaroucherons +effaroucheront +effarouches +effarouchez +effarouch +effarouche +effarouches +effarouchs +effarouchrent +effarouchiez +effarouchions +effarouchons +effectif +effectifs +effective +effectivement +effectives +effectua +effectuai +effectuaient +effectuais +effectuait +effectuant +effectuas +effectuasse +effectuassent +effectuasses +effectuassiez +effectuassions +effectumes +effectut +effectutes +effectue +effectuent +effectuer +effectuera +effectuerai +effectueraient +effectuerais +effectuerait +effectueras +effectuerez +effectueriez +effectuerions +effectuerons +effectueront +effectues +effectuez +effectu +effectue +effectues +effectus +effecturent +effectuiez +effectuions +effectuons +effervescence +effervescences +effervescent +effervescente +effervescentes +effervescents +effet +effets +effeuilla +effeuillai +effeuillaient +effeuillais +effeuillait +effeuillant +effeuillas +effeuillasse +effeuillassent +effeuillasses +effeuillassiez +effeuillassions +effeuillmes +effeuillt +effeuilltes +effeuille +effeuillent +effeuiller +effeuillera +effeuillerai +effeuilleraient +effeuillerais +effeuillerait +effeuilleras +effeuillerez +effeuilleriez +effeuillerions +effeuillerons +effeuilleront +effeuilles +effeuillez +effeuill +effeuille +effeuilles +effeuills +effeuillrent +effeuilliez +effeuillions +effeuillons +effmin +effmine +effmines +effmins +efficace +efficacement +efficaces +efficacit +efficient +efficiente +efficientes +efficients +effigie +effigies +effila +effilai +effilaient +effilais +effilait +effilant +effilas +effilasse +effilassent +effilasses +effilassiez +effilassions +effilmes +effilt +effiltes +effile +effilent +effiler +effilera +effilerai +effileraient +effilerais +effilerait +effileras +effilerez +effileriez +effilerions +effilerons +effileront +effiles +effilez +effil +effile +effiles +effils +effilrent +effiliez +effilions +effilocha +effilochage +effilochages +effilochai +effilochaient +effilochais +effilochait +effilochant +effilochas +effilochasse +effilochassent +effilochasses +effilochassiez +effilochassions +effilochmes +effilocht +effilochtes +effiloche +effilochent +effilocher +effilochera +effilocherai +effilocheraient +effilocherais +effilocherait +effilocheras +effilocherez +effilocheriez +effilocherions +effilocherons +effilocheront +effiloches +effilochez +effiloch +effiloche +effiloches +effilochs +effilochrent +effilochiez +effilochions +effilochons +effilons +efflanqu +efflanque +efflanques +efflanqus +effleura +effleurai +effleuraient +effleurais +effleurait +effleurant +effleuras +effleurasse +effleurassent +effleurasses +effleurassiez +effleurassions +effleurmes +effleurt +effleurtes +effleure +effleurement +effleurements +effleurent +effleurer +effleurera +effleurerai +effleureraient +effleurerais +effleurerait +effleureras +effleurerez +effleureriez +effleurerions +effleurerons +effleureront +effleures +effleurez +effleur +effleure +effleures +effleurs +effleurrent +effleuriez +effleurions +effleurons +efflorescence +efflorescences +effluent +effluents +effluve +effluves +effondra +effondrai +effondraient +effondrais +effondrait +effondrant +effondras +effondrasse +effondrassent +effondrasses +effondrassiez +effondrassions +effondrmes +effondrt +effondrtes +effondre +effondrement +effondrements +effondrent +effondrer +effondrera +effondrerai +effondreraient +effondrerais +effondrerait +effondreras +effondrerez +effondreriez +effondrerions +effondrerons +effondreront +effondres +effondrez +effondr +effondre +effondres +effondrs +effondrrent +effondriez +effondrions +effondrons +efforce +efforcent +efforcer +efforcera +efforcerai +efforceraient +efforcerais +efforcerait +efforceras +efforcerez +efforceriez +efforcerions +efforcerons +efforceront +efforces +efforcez +efforc +efforce +efforces +efforcs +efforcrent +efforciez +efforcions +effora +efforai +efforaient +efforais +efforait +efforant +efforas +efforasse +efforassent +efforasses +efforassiez +efforassions +efformes +effort +effortes +efforons +effort +efforts +effraction +effractions +effraie +effraient +effraiera +effraierai +effraieraient +effraierais +effraierait +effraieras +effraierez +effraieriez +effraierions +effraierons +effraieront +effraies +effrange +effrangea +effrangeai +effrangeaient +effrangeais +effrangeait +effrangeant +effrangeas +effrangeasse +effrangeassent +effrangeasses +effrangeassiez +effrangeassions +effrangemes +effranget +effrangetes +effrangent +effrangeons +effranger +effrangera +effrangerai +effrangeraient +effrangerais +effrangerait +effrangeras +effrangerez +effrangeriez +effrangerions +effrangerons +effrangeront +effranges +effrangez +effrang +effrange +effranges +effrangs +effrangrent +effrangiez +effrangions +effraya +effrayai +effrayaient +effrayais +effrayait +effrayant +effrayante +effrayantes +effrayants +effrayas +effrayasse +effrayassent +effrayasses +effrayassiez +effrayassions +effraymes +effrayt +effraytes +effraye +effrayent +effrayer +effrayera +effrayerai +effrayeraient +effrayerais +effrayerait +effrayeras +effrayerez +effrayeriez +effrayerions +effrayerons +effrayeront +effrayes +effrayez +effray +effraye +effrayes +effrays +effrayrent +effrayiez +effrayions +effrayons +effrn +effrne +effrnes +effrns +effrita +effritai +effritaient +effritais +effritait +effritant +effritas +effritasse +effritassent +effritasses +effritassiez +effritassions +effritmes +effritt +effrittes +effrite +effritement +effritements +effritent +effriter +effritera +effriterai +effriteraient +effriterais +effriterait +effriteras +effriterez +effriteriez +effriterions +effriterons +effriteront +effrites +effritez +effrit +effrite +effrites +effrits +effritrent +effritiez +effritions +effritons +effroi +effrois +effronterie +effronteries +effront +effrontment +effronts +effroyable +effroyablement +effroyables +effusion +effusions +eh +eldorado +elfe +elfes +elle +elles +ellipse +ellipses +ellipsodal +ellipsodale +ellipsodales +ellipsodaux +ellipsode +ellipsodes +elliptique +elliptiquement +elliptiques +emballa +emballage +emballages +emballai +emballaient +emballais +emballait +emballant +emballas +emballasse +emballassent +emballasses +emballassiez +emballassions +emballmes +emballt +emballtes +emballe +emballement +emballements +emballent +emballer +emballera +emballerai +emballeraient +emballerais +emballerait +emballeras +emballerez +emballeriez +emballerions +emballerons +emballeront +emballes +emballeur +emballeurs +emballeuse +emballeuses +emballez +emball +emballe +emballes +emballs +emballrent +emballiez +emballions +emballons +embarcadre +embarcadres +embarcation +embarcations +embarde +embardes +embargo +embargos +embarqua +embarquai +embarquaient +embarquais +embarquait +embarquant +embarquas +embarquasse +embarquassent +embarquasses +embarquassiez +embarquassions +embarqumes +embarqut +embarqutes +embarque +embarquement +embarquements +embarquent +embarquer +embarquera +embarquerai +embarqueraient +embarquerais +embarquerait +embarqueras +embarquerez +embarqueriez +embarquerions +embarquerons +embarqueront +embarques +embarquez +embarqu +embarque +embarques +embarqus +embarqurent +embarquiez +embarquions +embarquons +embarras +embarrassa +embarrassai +embarrassaient +embarrassais +embarrassait +embarrassant +embarrassas +embarrassasse +embarrassassent +embarrassasses +embarrassassiez +embarrassassions +embarrassmes +embarrasst +embarrasstes +embarrasse +embarrassent +embarrasser +embarrassera +embarrasserai +embarrasseraient +embarrasserais +embarrasserait +embarrasseras +embarrasserez +embarrasseriez +embarrasserions +embarrasserons +embarrasseront +embarrasses +embarrassez +embarrass +embarrasse +embarrasses +embarrasss +embarrassrent +embarrassiez +embarrassions +embarrassons +embaucha +embauchage +embauchages +embauchai +embauchaient +embauchais +embauchait +embauchant +embauchas +embauchasse +embauchassent +embauchasses +embauchassiez +embauchassions +embauchmes +embaucht +embauchtes +embauche +embauchent +embaucher +embauchera +embaucherai +embaucheraient +embaucherais +embaucherait +embaucheras +embaucherez +embaucheriez +embaucherions +embaucherons +embaucheront +embauches +embauchez +embauch +embauche +embauches +embauchs +embauchrent +embauchiez +embauchions +embauchoir +embauchoirs +embauchons +embauma +embaumai +embaumaient +embaumais +embaumait +embaumant +embaumas +embaumasse +embaumassent +embaumasses +embaumassiez +embaumassions +embaummes +embaumt +embaumtes +embaume +embaumement +embaumements +embaument +embaumer +embaumera +embaumerai +embaumeraient +embaumerais +embaumerait +embaumeras +embaumerez +embaumeriez +embaumerions +embaumerons +embaumeront +embaumes +embaumeur +embaumeurs +embaumez +embaum +embaume +embaumes +embaums +embaumrent +embaumiez +embaumions +embaumons +embelli +embellie +embellies +embellir +embellira +embellirai +embelliraient +embellirais +embellirait +embelliras +embellirent +embellirez +embelliriez +embellirions +embelliriont +embellis +embellissaient +embellissais +embellissait +embellissant +embellisse +embellissement +embellissements +embellissent +embellisses +embellissiez +embellissions +embellissons +embellit +embellmes +embellt +embelltes +emberlificota +emberlificotai +emberlificotaient +emberlificotais +emberlificotait +emberlificotant +emberlificotas +emberlificotasse +emberlificotassent +emberlificotasses +emberlificotassiez +emberlificotassions +emberlificotmes +emberlificott +emberlificottes +emberlificote +emberlificotent +emberlificoter +emberlificotera +emberlificoterai +emberlificoteraient +emberlificoterais +emberlificoterait +emberlificoteras +emberlificoterez +emberlificoteriez +emberlificoterions +emberlificoterons +emberlificoteront +emberlificotes +emberlificotez +emberlificot +emberlificote +emberlificotes +emberlificots +emberlificotrent +emberlificotiez +emberlificotions +emberlificotons +embguina +embguinai +embguinaient +embguinais +embguinait +embguinant +embguinas +embguinasse +embguinassent +embguinasses +embguinassiez +embguinassions +embguinmes +embguint +embguintes +embguine +embguinent +embguiner +embguinera +embguinerai +embguineraient +embguinerais +embguinerait +embguineras +embguinerez +embguineriez +embguinerions +embguinerons +embguineront +embguines +embguinez +embguin +embguine +embguines +embguins +embguinrent +embguiniez +embguinions +embguinons +embta +embtai +embtaient +embtais +embtait +embtant +embtante +embtantes +embtants +embtas +embtasse +embtassent +embtasses +embtassiez +embtassions +embtmes +embtt +embttes +embte +embtement +embtements +embtent +embter +embtera +embterai +embteraient +embterais +embterait +embteras +embterez +embteriez +embterions +embterons +embteront +embtes +embtez +embt +embte +embtes +embts +embtrent +embtiez +embtions +embtons +emblava +emblavai +emblavaient +emblavais +emblavait +emblavant +emblavas +emblavasse +emblavassent +emblavasses +emblavassiez +emblavassions +emblavmes +emblavt +emblavtes +emblave +emblavent +emblaver +emblavera +emblaverai +emblaveraient +emblaverais +emblaverait +emblaveras +emblaverez +emblaveriez +emblaverions +emblaverons +emblaveront +emblaves +emblavez +emblav +emblave +emblaves +emblavs +emblavrent +emblaviez +emblavions +emblavons +emblavure +emblavures +emble +emblmatique +emblmatiques +emblme +emblmes +embobina +embobinai +embobinaient +embobinais +embobinait +embobinant +embobinas +embobinasse +embobinassent +embobinasses +embobinassiez +embobinassions +embobinmes +embobint +embobintes +embobine +embobinent +embobiner +embobinera +embobinerai +embobineraient +embobinerais +embobinerait +embobineras +embobinerez +embobineriez +embobinerions +embobinerons +embobineront +embobines +embobinez +embobin +embobine +embobines +embobins +embobinrent +embobiniez +embobinions +embobinons +embobions +embobons +embota +embotage +embotages +embotai +embotaient +embotais +embotait +embotant +embotas +embotasse +embotassent +embotasses +embotassiez +embotassions +embotmes +embott +embottes +embote +embotement +embotements +embotent +emboter +embotera +emboterai +emboteraient +emboterais +emboterait +emboteras +emboterez +emboteriez +emboterions +emboterons +emboteront +embotes +embotez +embot +embote +embotes +embots +embotrent +embotiez +embotions +embotons +embolie +embolies +emboliques +embolisme +embolismes +embonpoint +embonpoints +emboucha +embouchai +embouchaient +embouchais +embouchait +embouchant +embouchas +embouchasse +embouchassent +embouchasses +embouchassiez +embouchassions +embouchmes +emboucht +embouchtes +embouche +embouchent +emboucher +embouchera +emboucherai +emboucheraient +emboucherais +emboucherait +emboucheras +emboucherez +emboucheriez +emboucherions +emboucherons +emboucheront +embouches +embouchez +embouch +embouche +embouches +embouchs +embouchrent +embouchiez +embouchions +embouchons +embouchure +embouchures +embouqua +embouquai +embouquaient +embouquais +embouquait +embouquant +embouquas +embouquasse +embouquassent +embouquasses +embouquassiez +embouquassions +embouqumes +embouqut +embouqutes +embouque +embouquent +embouquer +embouquera +embouquerai +embouqueraient +embouquerais +embouquerait +embouqueras +embouquerez +embouqueriez +embouquerions +embouquerons +embouqueront +embouques +embouquez +embouqu +embouque +embouques +embouqus +embouqurent +embouquiez +embouquions +embouquons +embourba +embourbai +embourbaient +embourbais +embourbait +embourbant +embourbas +embourbasse +embourbassent +embourbasses +embourbassiez +embourbassions +embourbmes +embourbt +embourbtes +embourbe +embourbent +embourber +embourbera +embourberai +embourberaient +embourberais +embourberait +embourberas +embourberez +embourberiez +embourberions +embourberons +embourberont +embourbes +embourbez +embourb +embourbe +embourbes +embourbs +embourbrent +embourbiez +embourbions +embourbons +embourgeoisa +embourgeoisai +embourgeoisaient +embourgeoisais +embourgeoisait +embourgeoisant +embourgeoisas +embourgeoisasse +embourgeoisassent +embourgeoisasses +embourgeoisassiez +embourgeoisassions +embourgeoismes +embourgeoist +embourgeoistes +embourgeoise +embourgeoisent +embourgeoiser +embourgeoisera +embourgeoiserai +embourgeoiseraient +embourgeoiserais +embourgeoiserait +embourgeoiseras +embourgeoiserez +embourgeoiseriez +embourgeoiserions +embourgeoiserons +embourgeoiseront +embourgeoises +embourgeoisez +embourgeois +embourgeoise +embourgeoises +embourgeoiss +embourgeoisrent +embourgeoisiez +embourgeoisions +embourgeoisons +embout +embouteilla +embouteillage +embouteillages +embouteillai +embouteillaient +embouteillais +embouteillait +embouteillant +embouteillas +embouteillasse +embouteillassent +embouteillasses +embouteillassiez +embouteillassions +embouteillmes +embouteillt +embouteilltes +embouteille +embouteillent +embouteiller +embouteillera +embouteillerai +embouteilleraient +embouteillerais +embouteillerait +embouteilleras +embouteillerez +embouteilleriez +embouteillerions +embouteillerons +embouteilleront +embouteilles +embouteillez +embouteill +embouteille +embouteilles +embouteills +embouteillrent +embouteilliez +embouteillions +embouteillons +embouti +emboutie +embouties +emboutir +emboutira +emboutirai +emboutiraient +emboutirais +emboutirait +emboutiras +emboutirent +emboutirez +emboutiriez +emboutirions +emboutirons +emboutiront +emboutis +emboutissage +emboutissages +emboutissaient +emboutissais +emboutissait +emboutissant +emboutisse +emboutissent +emboutisses +emboutissiez +emboutissions +emboutit +emboutmes +emboutt +embouttes +embouts +embraie +embraient +embraiera +embraierai +embraieraient +embraierais +embraierait +embraieras +embraierez +embraieriez +embraierions +embraierons +embraieront +embraies +embrancha +embranchai +embranchaient +embranchais +embranchait +embranchant +embranchas +embranchasse +embranchassent +embranchasses +embranchassiez +embranchassions +embranchmes +embrancht +embranchtes +embranche +embranchement +embranchements +embranchent +embrancher +embranchera +embrancherai +embrancheraient +embrancherais +embrancherait +embrancheras +embrancherez +embrancheriez +embrancherions +embrancherons +embrancheront +embranches +embranchez +embranch +embranche +embranches +embranchs +embranchrent +embranchiez +embranchions +embranchons +embrasa +embrasai +embrasaient +embrasais +embrasait +embrasant +embrasas +embrasasse +embrasassent +embrasasses +embrasassiez +embrasassions +embrasmes +embrast +embrastes +embrase +embrasement +embrasements +embrasent +embraser +embrasera +embraserai +embraseraient +embraserais +embraserait +embraseras +embraserez +embraseriez +embraserions +embraserons +embraseront +embrases +embrasez +embras +embrase +embrases +embrass +embrasrent +embrasiez +embrasions +embrasons +embrassa +embrassade +embrassades +embrassai +embrassaient +embrassais +embrassait +embrassant +embrassas +embrassasse +embrassassent +embrassasses +embrassassiez +embrassassions +embrassmes +embrasst +embrasstes +embrasse +embrassement +embrassements +embrassent +embrasser +embrassera +embrasserai +embrasseraient +embrasserais +embrasserait +embrasseras +embrasserez +embrasseriez +embrasserions +embrasserons +embrasseront +embrasses +embrassez +embrass +embrasse +embrasses +embrasss +embrassrent +embrassiez +embrassions +embrassons +embrasure +embrasures +embraya +embrayage +embrayages +embrayai +embrayaient +embrayais +embrayait +embrayant +embrayas +embrayasse +embrayassent +embrayasses +embrayassiez +embrayassions +embraymes +embrayt +embraytes +embraye +embrayent +embrayer +embrayera +embrayerai +embrayeraient +embrayerais +embrayerait +embrayeras +embrayerez +embrayeriez +embrayerions +embrayerons +embrayeront +embrayes +embrayez +embray +embraye +embrayes +embrays +embrayrent +embrayiez +embrayions +embrayons +embrigada +embrigadai +embrigadaient +embrigadais +embrigadait +embrigadant +embrigadas +embrigadasse +embrigadassent +embrigadasses +embrigadassiez +embrigadassions +embrigadmes +embrigadt +embrigadtes +embrigade +embrigadent +embrigader +embrigadera +embrigaderai +embrigaderaient +embrigaderais +embrigaderait +embrigaderas +embrigaderez +embrigaderiez +embrigaderions +embrigaderons +embrigaderont +embrigades +embrigadez +embrigad +embrigade +embrigades +embrigads +embrigadrent +embrigadiez +embrigadions +embrigadons +embrocha +embrochai +embrochaient +embrochais +embrochait +embrochant +embrochas +embrochasse +embrochassent +embrochasses +embrochassiez +embrochassions +embrochmes +embrocht +embrochtes +embroche +embrochent +embrocher +embrochera +embrocherai +embrocheraient +embrocherais +embrocherait +embrocheras +embrocherez +embrocheriez +embrocherions +embrocherons +embrocheront +embroches +embrochez +embroch +embroche +embroches +embrochs +embrochrent +embrochiez +embrochions +embrochons +embrouilla +embrouillai +embrouillaient +embrouillais +embrouillait +embrouillamini +embrouillaminis +embrouillant +embrouillas +embrouillasse +embrouillassent +embrouillasses +embrouillassiez +embrouillassions +embrouillmes +embrouillt +embrouilltes +embrouille +embrouillement +embrouillements +embrouillent +embrouiller +embrouillera +embrouillerai +embrouilleraient +embrouillerais +embrouillerait +embrouilleras +embrouillerez +embrouilleriez +embrouillerions +embrouillerons +embrouilleront +embrouilles +embrouillez +embrouill +embrouille +embrouilles +embrouills +embrouillrent +embrouilliez +embrouillions +embrouillons +embroussaill +embroussaille +embroussailles +embroussaills +embruma +embrumai +embrumaient +embrumais +embrumait +embrumant +embrumas +embrumasse +embrumassent +embrumasses +embrumassiez +embrumassions +embrummes +embrumt +embrumtes +embrume +embrument +embrumer +embrumera +embrumerai +embrumeraient +embrumerais +embrumerait +embrumeras +embrumerez +embrumeriez +embrumerions +embrumerons +embrumeront +embrumes +embrumez +embrum +embrume +embrumes +embrums +embrumrent +embrumiez +embrumions +embrumons +embruns +embryognie +embryologie +embryon +embryonnaire +embryonnaires +embryons +embua +embuai +embuaient +embuais +embuait +embuant +embuas +embuasse +embuassent +embuasses +embuassiez +embuassions +embumes +embut +embutes +embue +embuent +embuer +embuera +embuerai +embueraient +embuerais +embuerait +embueras +embuerez +embueriez +embuerions +embuerons +embueront +embues +embuez +embu +embue +embues +embus +emburent +embuiez +embuions +embuons +embuscade +embuscades +embusqua +embusquai +embusquaient +embusquais +embusquait +embusquant +embusquas +embusquasse +embusquassent +embusquasses +embusquassiez +embusquassions +embusqumes +embusqut +embusqutes +embusque +embusquent +embusquer +embusquera +embusquerai +embusqueraient +embusquerais +embusquerait +embusqueras +embusquerez +embusqueriez +embusquerions +embusquerons +embusqueront +embusques +embusquez +embusqu +embusque +embusques +embusqus +embusqurent +embusquiez +embusquions +embusquons +embche +embches +emmagasina +emmagasinage +emmagasinages +emmagasinai +emmagasinaient +emmagasinais +emmagasinait +emmagasinant +emmagasinas +emmagasinasse +emmagasinassent +emmagasinasses +emmagasinassiez +emmagasinassions +emmagasinmes +emmagasint +emmagasintes +emmagasine +emmagasinent +emmagasiner +emmagasinera +emmagasinerai +emmagasineraient +emmagasinerais +emmagasinerait +emmagasineras +emmagasinerez +emmagasineriez +emmagasinerions +emmagasinerons +emmagasineront +emmagasines +emmagasinez +emmagasin +emmagasine +emmagasines +emmagasins +emmagasinrent +emmagasiniez +emmagasinions +emmagasinons +emmaillota +emmaillotai +emmaillotaient +emmaillotais +emmaillotait +emmaillotant +emmaillotas +emmaillotasse +emmaillotassent +emmaillotasses +emmaillotassiez +emmaillotassions +emmaillotmes +emmaillott +emmaillottes +emmaillote +emmaillotement +emmaillotements +emmaillotent +emmailloter +emmaillotera +emmailloterai +emmailloteraient +emmailloterais +emmailloterait +emmailloteras +emmailloterez +emmailloteriez +emmailloterions +emmailloterons +emmailloteront +emmaillotes +emmaillotez +emmaillot +emmaillote +emmaillotes +emmaillots +emmaillotrent +emmaillotiez +emmaillotions +emmaillotons +emmancha +emmanchai +emmanchaient +emmanchais +emmanchait +emmanchant +emmanchas +emmanchasse +emmanchassent +emmanchasses +emmanchassiez +emmanchassions +emmanchmes +emmancht +emmanchtes +emmanche +emmanchement +emmanchements +emmanchent +emmancher +emmanchera +emmancherai +emmancheraient +emmancherais +emmancherait +emmancheras +emmancherez +emmancheriez +emmancherions +emmancherons +emmancheront +emmanches +emmanchez +emmanch +emmanche +emmanches +emmanchs +emmanchrent +emmanchiez +emmanchions +emmanchons +emmanchure +emmanchures +emmena +emmenai +emmenaient +emmenais +emmenait +emmenant +emmenas +emmenasse +emmenassent +emmenasses +emmenassiez +emmenassions +emmenmes +emment +emmentes +emmener +emmenez +emmen +emmene +emmenes +emmens +emmenrent +emmeniez +emmenions +emmenons +emmenthal +emmerda +emmerdai +emmerdaient +emmerdais +emmerdait +emmerdant +emmerdas +emmerdasse +emmerdassent +emmerdasses +emmerdassiez +emmerdassions +emmerdmes +emmerdt +emmerdtes +emmerde +emmerdent +emmerder +emmerdera +emmerderai +emmerderaient +emmerderais +emmerderait +emmerderas +emmerderez +emmerderiez +emmerderions +emmerderons +emmerderont +emmerdes +emmerdez +emmerd +emmerde +emmerdes +emmerds +emmerdrent +emmerdiez +emmerdions +emmerdons +emmnage +emmnagea +emmnageai +emmnageaient +emmnageais +emmnageait +emmnageant +emmnageas +emmnageasse +emmnageassent +emmnageasses +emmnageassiez +emmnageassions +emmnagemes +emmnaget +emmnagetes +emmnagement +emmnagements +emmnagent +emmnageons +emmnager +emmnagera +emmnagerai +emmnageraient +emmnagerais +emmnagerait +emmnageras +emmnagerez +emmnageriez +emmnagerions +emmnagerons +emmnageront +emmnages +emmnagez +emmnag +emmnage +emmnages +emmnags +emmnagrent +emmnagiez +emmnagions +emmne +emmnent +emmnera +emmnerai +emmneraient +emmnerais +emmnerait +emmneras +emmnerez +emmneriez +emmnerions +emmnerons +emmneront +emmnes +emmla +emmlai +emmlaient +emmlais +emmlait +emmlant +emmlas +emmlasse +emmlassent +emmlasses +emmlassiez +emmlassions +emmlmes +emmlt +emmltes +emmle +emmlement +emmlements +emmlent +emmler +emmlera +emmlerai +emmleraient +emmlerais +emmlerait +emmleras +emmlerez +emmleriez +emmlerions +emmlerons +emmleront +emmles +emmlez +emml +emmle +emmles +emmls +emmlrent +emmliez +emmlions +emmlons +emmiella +emmiellai +emmiellaient +emmiellais +emmiellait +emmiellant +emmiellas +emmiellasse +emmiellassent +emmiellasses +emmiellassiez +emmiellassions +emmiellmes +emmiellt +emmielltes +emmielle +emmiellent +emmieller +emmiellera +emmiellerai +emmielleraient +emmiellerais +emmiellerait +emmielleras +emmiellerez +emmielleriez +emmiellerions +emmiellerons +emmielleront +emmielles +emmiellez +emmiell +emmielle +emmielles +emmiells +emmiellrent +emmielliez +emmiellions +emmiellons +emmitoufla +emmitouflai +emmitouflaient +emmitouflais +emmitouflait +emmitouflant +emmitouflas +emmitouflasse +emmitouflassent +emmitouflasses +emmitouflassiez +emmitouflassions +emmitouflmes +emmitouflt +emmitoufltes +emmitoufle +emmitouflent +emmitoufler +emmitouflera +emmitouflerai +emmitoufleraient +emmitouflerais +emmitouflerait +emmitoufleras +emmitouflerez +emmitoufleriez +emmitouflerions +emmitouflerons +emmitoufleront +emmitoufles +emmitouflez +emmitoufl +emmitoufle +emmitoufles +emmitoufls +emmitouflrent +emmitoufliez +emmitouflions +emmitouflons +emmura +emmurai +emmuraient +emmurais +emmurait +emmurant +emmuras +emmurasse +emmurassent +emmurasses +emmurassiez +emmurassions +emmurmes +emmurt +emmurtes +emmure +emmurent +emmurer +emmurera +emmurerai +emmureraient +emmurerais +emmurerait +emmureras +emmurerez +emmureriez +emmurerions +emmurerons +emmureront +emmures +emmurez +emmur +emmure +emmures +emmurs +emmurrent +emmuriez +emmurions +emmurons +empailla +empaillage +empaillages +empaillai +empaillaient +empaillais +empaillait +empaillant +empaillas +empaillasse +empaillassent +empaillasses +empaillassiez +empaillassions +empaillmes +empaillt +empailltes +empaille +empaillent +empailler +empaillera +empaillerai +empailleraient +empaillerais +empaillerait +empailleras +empaillerez +empailleriez +empaillerions +empaillerons +empailleront +empailles +empailleur +empailleurs +empailleuse +empailleuses +empaillez +empaill +empaille +empailles +empaills +empaillrent +empailliez +empaillions +empaillons +empala +empalai +empalaient +empalais +empalait +empalant +empalas +empalasse +empalassent +empalasses +empalassiez +empalassions +empalmes +empalt +empaltes +empale +empalent +empaler +empalera +empalerai +empaleraient +empalerais +empalerait +empaleras +empalerez +empaleriez +empalerions +empalerons +empaleront +empales +empalez +empal +empale +empales +empals +empalrent +empaliez +empalions +empalons +empan +empanacha +empanachai +empanachaient +empanachais +empanachait +empanachant +empanachas +empanachasse +empanachassent +empanachasses +empanachassiez +empanachassions +empanachmes +empanacht +empanachtes +empanache +empanachent +empanacher +empanachera +empanacherai +empanacheraient +empanacherais +empanacherait +empanacheras +empanacherez +empanacheriez +empanacherions +empanacherons +empanacheront +empanaches +empanachez +empanach +empanache +empanaches +empanachs +empanachrent +empanachiez +empanachions +empanachons +empans +empaqueta +empaquetage +empaquetages +empaquetai +empaquetaient +empaquetais +empaquetait +empaquetant +empaquetas +empaquetasse +empaquetassent +empaquetasses +empaquetassiez +empaquetassions +empaquetmes +empaquett +empaquettes +empaqueter +empaquetez +empaquet +empaquete +empaquetes +empaquets +empaquetrent +empaquetiez +empaquetions +empaquetons +empaquette +empaquettent +empaquettera +empaquetterai +empaquetteraient +empaquetterais +empaquetterait +empaquetteras +empaquetterez +empaquetteriez +empaquetterions +empaquetterons +empaquetteront +empaquettes +empara +emparai +emparaient +emparais +emparait +emparant +emparas +emparasse +emparassent +emparasses +emparassiez +emparassions +emparmes +empart +empartes +empare +emparent +emparer +emparera +emparerai +empareraient +emparerais +emparerait +empareras +emparerez +empareriez +emparerions +emparerons +empareront +empares +emparez +empar +empare +empares +empars +emparrent +empariez +emparions +emparons +empattement mcanique +empattements mcanique +empauma +empaumai +empaumaient +empaumais +empaumait +empaumant +empaumas +empaumasse +empaumassent +empaumasses +empaumassiez +empaumassions +empaummes +empaumt +empaumtes +empaume +empaument +empaumer +empaumera +empaumerai +empaumeraient +empaumerais +empaumerait +empaumeras +empaumerez +empaumeriez +empaumerions +empaumerons +empaumeront +empaumes +empaumez +empaum +empaume +empaumes +empaums +empaumrent +empaumiez +empaumions +empaumons +empta +emptai +emptaient +emptais +emptait +emptant +emptas +emptasse +emptassent +emptasses +emptassiez +emptassions +emptmes +emptt +empttes +empte +emptement +emptements +emptent +empter +emptera +empterai +empteraient +empterais +empterait +empteras +empterez +empteriez +empterions +empterons +empteront +emptes +emptez +empt +empte +emptes +empts +emptrent +emptiez +emptions +emptons +empeigne +empeignes +empennage +empennages +empenn +empenne +empennes +empenns +empereur +empereurs +empesa +empesage +empesages +empesai +empesaient +empesais +empesait +empesant +empesas +empesasse +empesassent +empesasses +empesassiez +empesassions +empesmes +empest +empestes +empeser +empesez +empes +empese +empeses +empess +empesrent +empesiez +empesions +empesons +empesta +empestai +empestaient +empestais +empestait +empestant +empestas +empestasse +empestassent +empestasses +empestassiez +empestassions +empestmes +empestt +empesttes +empeste +empestent +empester +empestera +empesterai +empesteraient +empesterais +empesterait +empesteras +empesterez +empesteriez +empesterions +empesterons +empesteront +empestes +empestez +empest +empeste +empestes +empests +empestrent +empestiez +empestions +empestons +empse +empsent +empser +empsera +empserai +empseraient +empserais +empserait +empseras +empserez +empseriez +empserions +empserons +empseront +empses +empcha +empchai +empchaient +empchais +empchait +empchant +empchas +empchasse +empchassent +empchasses +empchassiez +empchassions +empchmes +empcht +empchtes +empche +empchement +empchements +empchent +empcher +empchera +empcherai +empcheraient +empcherais +empcherait +empcheras +empcherez +empcheriez +empcherions +empcherons +empcheront +empches +empcheur +empcheurs +empchez +empch +empche +empches +empchs +empchrent +empchiez +empchions +empchons +emptra +emptrai +emptraient +emptrais +emptrait +emptrant +emptras +emptrasse +emptrassent +emptrasses +emptrassiez +emptrassions +emptrmes +emptrt +emptrtes +emptre +emptrent +emptrer +emptrera +emptrerai +emptreraient +emptrerais +emptrerait +emptreras +emptrerez +emptreriez +emptrerions +emptrerons +emptreront +emptres +emptrez +emptr +emptre +emptres +emptrs +emptrrent +emptriez +emptrions +emptrons +emphase +emphases +emphatique +emphatiquement +emphatiques +emphysme +emphytotique +emphytotiques +empierra +empierrai +empierraient +empierrais +empierrait +empierrant +empierras +empierrasse +empierrassent +empierrasses +empierrassiez +empierrassions +empierrmes +empierrt +empierrtes +empierre +empierrement +empierrements +empierrent +empierrer +empierrera +empierrerai +empierreraient +empierrerais +empierrerait +empierreras +empierrerez +empierreriez +empierrerions +empierrerons +empierreront +empierres +empierrez +empierr +empierre +empierres +empierrs +empierrrent +empierriez +empierrions +empierrons +empicement +empicements +empita +empitai +empitaient +empitais +empitait +empitant +empitas +empitasse +empitassent +empitasses +empitassiez +empitassions +empitmes +empitt +empittes +empitement +empitements +empiter +empitera +empiterai +empiteraient +empiterais +empiterait +empiteras +empiterez +empiteriez +empiterions +empiterons +empiteront +empitez +empit +empite +empites +empits +empitrent +empitiez +empitions +empitons +empicement +empicements +empite +empitement +empitent +empites +empiffra +empiffrai +empiffraient +empiffrais +empiffrait +empiffrant +empiffras +empiffrasse +empiffrassent +empiffrasses +empiffrassiez +empiffrassions +empiffrmes +empiffrt +empiffrtes +empiffre +empiffrent +empiffrer +empiffrera +empiffrerai +empiffreraient +empiffrerais +empiffrerait +empiffreras +empiffrerez +empiffreriez +empiffrerions +empiffrerons +empiffreront +empiffres +empiffrez +empiffr +empiffre +empiffres +empiffrs +empiffrrent +empiffriez +empiffrions +empiffrons +empila +empilai +empilaient +empilais +empilait +empilant +empilas +empilasse +empilassent +empilasses +empilassiez +empilassions +empilmes +empilt +empiltes +empile +empilement +empilements +empilent +empiler +empilera +empilerai +empileraient +empilerais +empilerait +empileras +empilerez +empileriez +empilerions +empilerons +empileront +empiles +empilez +empil +empile +empiles +empils +empilrent +empiliez +empilions +empilons +empira +empirai +empiraient +empirais +empirait +empirant +empiras +empirasse +empirassent +empirasses +empirassiez +empirassions +empirmes +empirt +empirtes +empire +empirent +empirer +empirera +empirerai +empireraient +empirerais +empirerait +empireras +empirerez +empireriez +empirerions +empirerons +empireront +empires +empirez +empir +empire +empires +empirs +empirrent +empiriez +empirions +empirique +empiriquement +empiriques +empirisme +empirons +emplacement +emplacements +empltre +empltres +emplette +emplettes +empli +emplie +emplies +emplir +emplira +emplirai +empliraient +emplirais +emplirait +empliras +emplirent +emplirez +empliriez +emplirions +emplirons +empliront +emplis +emplissa +emplissaient +emplissais +emplissait +emplissant +emplisse +emplissent +emplisses +emplissez +emplissiez +emplissions +emplissons +emplissont +emplit +emplmes +emplt +empltes +emploi +emploie +emploient +emploiera +emploierai +emploieraient +emploierais +emploierait +emploieras +emploierez +emploieriez +emploierions +emploierons +emploieront +emploies +emplois +emploit +employa +employai +employaient +employais +employait +employant +employas +employasse +employassent +employasses +employassiez +employassions +employmes +employt +employtes +employer +employeur +employeurs +employeuse +employeuses +employez +employ +employe +employes +employs +employrent +employiez +employions +employons +empluma +emplumai +emplumaient +emplumais +emplumait +emplumant +emplumas +emplumasse +emplumassent +emplumasses +emplumassiez +emplumassions +emplummes +emplumt +emplumtes +emplume +emplument +emplumer +emplumera +emplumerai +emplumeraient +emplumerais +emplumerait +emplumeras +emplumerez +emplumeriez +emplumerions +emplumerons +emplumeront +emplumes +emplumez +emplum +emplume +emplumes +emplums +emplumrent +emplumiez +emplumions +emplumons +empocha +empochai +empochaient +empochais +empochait +empochant +empochas +empochasse +empochassent +empochasses +empochassiez +empochassions +empochmes +empocht +empochtes +empoche +empochent +empocher +empochera +empocherai +empocheraient +empocherais +empocherait +empocheras +empocherez +empocheriez +empocherions +empocherons +empocheront +empoches +empochez +empoch +empoche +empoches +empochs +empochrent +empochiez +empochions +empochons +empoigna +empoignai +empoignaient +empoignais +empoignait +empoignant +empoignas +empoignasse +empoignassent +empoignasses +empoignassiez +empoignassions +empoignmes +empoignt +empoigntes +empoigne +empoignent +empoigner +empoignera +empoignerai +empoigneraient +empoignerais +empoignerait +empoigneras +empoignerez +empoigneriez +empoignerions +empoignerons +empoigneront +empoignes +empoignez +empoign +empoigne +empoignes +empoigns +empoignrent +empoigniez +empoignions +empoignons +empois +empoisonna +empoisonnai +empoisonnaient +empoisonnais +empoisonnait +empoisonnant +empoisonnante +empoisonnantes +empoisonnas +empoisonnasse +empoisonnassent +empoisonnasses +empoisonnassiez +empoisonnassions +empoisonnmes +empoisonnt +empoisonntes +empoisonne +empoisonnement +empoisonnements +empoisonnent +empoisonner +empoisonnera +empoisonnerai +empoisonneraient +empoisonnerais +empoisonnerait +empoisonneras +empoisonnerez +empoisonneriez +empoisonnerions +empoisonnerons +empoisonneront +empoisonnes +empoisonneur +empoisonneurs +empoisonneuse +empoisonneuses +empoisonnez +empoisonn +empoisonne +empoisonnes +empoisonns +empoisonnrent +empoisonniez +empoisonnions +empoisonnons +empoissonna +empoissonnai +empoissonnaient +empoissonnais +empoissonnait +empoissonnant +empoissonnas +empoissonnasse +empoissonnassent +empoissonnasses +empoissonnassiez +empoissonnassions +empoissonnmes +empoissonnt +empoissonntes +empoissonne +empoissonnement +empoissonnements +empoissonnent +empoissonner +empoissonnera +empoissonnerai +empoissonneraient +empoissonnerais +empoissonnerait +empoissonneras +empoissonnerez +empoissonneriez +empoissonnerions +empoissonnerons +empoissonneront +empoissonnes +empoissonnez +empoissonn +empoissonne +empoissonnes +empoissonns +empoissonnrent +empoissonniez +empoissonnions +empoissonnons +emporta +emportai +emportaient +emportais +emportait +emportant +emportas +emportasse +emportassent +emportasses +emportassiez +emportassions +emportmes +emportt +emporttes +emporte +emportement +emportements +emportent +emporter +emportera +emporterai +emporteraient +emporterais +emporterait +emporteras +emporterez +emporteriez +emporterions +emporterons +emporteront +emportes +emportez +emport +emporte +emportes +emports +emportrent +emportiez +emportions +emportons +empota +empotai +empotaient +empotais +empotait +empotant +empotas +empotasse +empotassent +empotasses +empotassiez +empotassions +empotmes +empott +empottes +empote +empotent +empoter +empotera +empoterai +empoteraient +empoterais +empoterait +empoteras +empoterez +empoteriez +empoterions +empoterons +empoteront +empotes +empotez +empot +empote +empotes +empots +empotrent +empotiez +empotions +empotons +empourpra +empourprai +empourpraient +empourprais +empourprait +empourprant +empourpras +empourprasse +empourprassent +empourprasses +empourprassiez +empourprassions +empourprmes +empourprt +empourprtes +empourpre +empourprent +empourprer +empourprera +empourprerai +empourpreraient +empourprerais +empourprerait +empourpreras +empourprerez +empourpreriez +empourprerions +empourprerons +empourpreront +empourpres +empourprez +empourpr +empourpre +empourpres +empourprs +empourprrent +empourpriez +empourprions +empourprons +empreignaient +empreignais +empreignait +empreignant +empreigne +empreignent +empreignes +empreignez +empreigniez +empreignions +empreignirent +empreignis +empreignisse +empreignissent +empreignisses +empreignissiez +empreignissions +empreignit +empreignmes +empreignt +empreigntes +empreignons +empreindra +empreindrai +empreindraient +empreindrais +empreindrait +empreindras +empreindre +empreindrez +empreindriez +empreindrions +empreindrons +empreindront +empreins +empreint +empreinte +empreintes +empreints +empressa +empressai +empressaient +empressais +empressait +empressant +empressas +empressasse +empressassent +empressasses +empressassiez +empressassions +empressmes +empresst +empresstes +empresse +empressement +empressements +empressent +empresser +empressera +empresserai +empresseraient +empresserais +empresserait +empresseras +empresserez +empresseriez +empresserions +empresserons +empresseront +empresses +empressez +empress +empresse +empresses +empresss +empressrent +empressiez +empressions +empressons +emprise +emprises +emprisonna +emprisonnai +emprisonnaient +emprisonnais +emprisonnait +emprisonnant +emprisonnas +emprisonnasse +emprisonnassent +emprisonnasses +emprisonnassiez +emprisonnassions +emprisonnmes +emprisonnt +emprisonntes +emprisonne +emprisonnement +emprisonnements +emprisonnent +emprisonner +emprisonnera +emprisonnerai +emprisonneraient +emprisonnerais +emprisonnerait +emprisonneras +emprisonnerez +emprisonneriez +emprisonnerions +emprisonnerons +emprisonneront +emprisonnes +emprisonnez +emprisonn +emprisonne +emprisonnes +emprisonns +emprisonnrent +emprisonniez +emprisonnions +emprisonnons +emprunt +emprunta +empruntai +empruntaient +empruntais +empruntait +empruntant +empruntas +empruntasse +empruntassent +empruntasses +empruntassiez +empruntassions +empruntmes +empruntt +emprunttes +emprunte +empruntent +emprunter +empruntera +emprunterai +emprunteraient +emprunterais +emprunterait +emprunteras +emprunterez +emprunteriez +emprunterions +emprunterons +emprunteront +empruntes +emprunteur +emprunteurs +emprunteuse +emprunteuses +empruntez +emprunt +emprunte +empruntes +emprunts +empruntrent +empruntiez +empruntions +empruntons +emprunts +empuanti +empuantie +empuanties +empuantir +empuantira +empuantirai +empuantiraient +empuantirais +empuantirait +empuantiras +empuantirent +empuantirez +empuantiriez +empuantirions +empuantirons +empuantiront +empuantis +empuantissaient +empuantissais +empuantissait +empuantissant +empuantisse +empuantissement +empuantissements +empuantissent +empuantisses +empuantissiez +empuantissions +empuantissons +empuantit +empuantmes +empuantt +empuanttes +en +enamoura +enamourai +enamouraient +enamourais +enamourait +enamourant +enamouras +enamourasse +enamourassent +enamourasses +enamourassiez +enamourassions +enamourmes +enamourt +enamourtes +enamoure +enamourent +enamourer +enamourera +enamourerai +enamoureraient +enamourerais +enamourerait +enamoureras +enamourerez +enamoureriez +enamourerions +enamourerons +enamoureront +enamoures +enamourez +enamour +enamoure +enamoures +enamours +enamourrent +enamouriez +enamourions +enamourons +encablure +encablures +encadra +encadrai +encadraient +encadrais +encadrait +encadrant +encadras +encadrasse +encadrassent +encadrasses +encadrassiez +encadrassions +encadrmes +encadrt +encadrtes +encadre +encadrement +encadrements +encadrent +encadrer +encadrera +encadrerai +encadreraient +encadrerais +encadrerait +encadreras +encadrerez +encadreriez +encadrerions +encadrerons +encadreront +encadres +encadreur +encadreurs +encadrez +encadr +encadre +encadres +encadrs +encadrrent +encadriez +encadrions +encadrons +encage +encagea +encageai +encageaient +encageais +encageait +encageant +encageas +encageasse +encageassent +encageasses +encageassiez +encageassions +encagemes +encaget +encagetes +encagent +encageons +encager +encagera +encagerai +encageraient +encagerais +encagerait +encageras +encagerez +encageriez +encagerions +encagerons +encageront +encages +encagez +encag +encage +encages +encags +encagrent +encagiez +encagions +encaissa +encaissai +encaissaient +encaissais +encaissait +encaissant +encaissas +encaissasse +encaissassent +encaissasses +encaissassiez +encaissassions +encaissmes +encaisst +encaisstes +encaisse +encaissement +encaissements +encaissent +encaisser +encaissera +encaisserai +encaisseraient +encaisserais +encaisserait +encaisseras +encaisserez +encaisseriez +encaisserions +encaisserons +encaisseront +encaisses +encaisseur +encaisseurs +encaissez +encaiss +encaisse +encaisses +encaisss +encaissrent +encaissiez +encaissions +encaissons +encan +encanailla +encanaillai +encanaillaient +encanaillais +encanaillait +encanaillant +encanaillas +encanaillasse +encanaillassent +encanaillasses +encanaillassiez +encanaillassions +encanaillmes +encanaillt +encanailltes +encanaille +encanaillent +encanailler +encanaillera +encanaillerai +encanailleraient +encanaillerais +encanaillerait +encanailleras +encanaillerez +encanailleriez +encanaillerions +encanaillerons +encanailleront +encanailles +encanaillez +encanaill +encanaille +encanailles +encanaills +encanaillrent +encanailliez +encanaillions +encanaillons +encans +encapuchonn +encapuchonne +encapuchonnes +encapuchonns +encart +encarta +encartai +encartaient +encartais +encartait +encartant +encartas +encartasse +encartassent +encartasses +encartassiez +encartassions +encartmes +encartt +encarttes +encarte +encartent +encarter +encartera +encarterai +encarteraient +encarterais +encarterait +encarteras +encarterez +encarteriez +encarterions +encarterons +encarteront +encartes +encartez +encart +encarte +encartes +encarts +encartrent +encartiez +encartions +encartons +encarts +encastra +encastrai +encastraient +encastrais +encastrait +encastrant +encastras +encastrasse +encastrassent +encastrasses +encastrassiez +encastrassions +encastrmes +encastrt +encastrtes +encastre +encastrement +encastrements +encastrent +encastrer +encastrera +encastrerai +encastreraient +encastrerais +encastrerait +encastreras +encastrerez +encastreriez +encastrerions +encastrerons +encastreront +encastres +encastrez +encastr +encastre +encastres +encastrs +encastrrent +encastriez +encastrions +encastrons +encaustiqua +encaustiquai +encaustiquaient +encaustiquais +encaustiquait +encaustiquant +encaustiquas +encaustiquasse +encaustiquassent +encaustiquasses +encaustiquassiez +encaustiquassions +encaustiqumes +encaustiqut +encaustiqutes +encaustique +encaustiquent +encaustiquer +encaustiquera +encaustiquerai +encaustiqueraient +encaustiquerais +encaustiquerait +encaustiqueras +encaustiquerez +encaustiqueriez +encaustiquerions +encaustiquerons +encaustiqueront +encaustiques +encaustiquez +encaustiqu +encaustique +encaustiques +encaustiqus +encaustiqurent +encaustiquiez +encaustiquions +encaustiquons +enceignaient +enceignais +enceignait +enceignant +enceigne +enceignent +enceignes +enceignez +enceigniez +enceignions +enceignis +enceignisse +enceignissent +enceignisses +enceignissiez +enceignissions +enceignit +enceignmes +enceignt +enceigntes +enceignons +enceindra +enceindrai +enceindraient +enceindrais +enceindrait +enceindras +enceindre +enceindrez +enceindriez +enceindrions +enceindrons +enceindront +enceins +enceint +enceinte +enceintes +enceints +encens +encensa +encensai +encensaient +encensais +encensait +encensant +encensas +encensasse +encensassent +encensasses +encensassiez +encensassions +encensmes +encenst +encenstes +encense +encensement +encensements +encensent +encenser +encensera +encenserai +encenseraient +encenserais +encenserait +encenseras +encenserez +encenseriez +encenserions +encenserons +encenseront +encenses +encenseur +encenseurs +encensez +encens +encense +encenses +encenss +encensrent +encensiez +encensions +encensoir +encensoirs +encensons +encercla +encerclai +encerclaient +encerclais +encerclait +encerclant +encerclas +encerclasse +encerclassent +encerclasses +encerclassiez +encerclassions +encerclmes +encerclt +encercltes +encercle +encerclement +encerclements +encerclent +encercler +encerclera +encerclerai +encercleraient +encerclerais +encerclerait +encercleras +encerclerez +encercleriez +encerclerions +encerclerons +encercleront +encercles +encerclez +encercl +encercle +encercles +encercls +encerclrent +encercliez +encerclions +encerclons +encphale +encphales +encphalique +encphaliques +encphalite +encphalites +enchana +enchanai +enchanaient +enchanais +enchanait +enchanant +enchanas +enchanasse +enchanassent +enchanasses +enchanassiez +enchanassions +enchanmes +enchant +enchantes +enchane +enchanement +enchanements +enchanent +enchaner +enchanera +enchanerai +enchaneraient +enchanerais +enchanerait +enchaneras +enchanerez +enchaneriez +enchanerions +enchanerons +enchaneront +enchanes +enchanez +enchan +enchane +enchanes +enchans +enchanrent +enchaniez +enchanions +enchanons +enchanta +enchantai +enchantaient +enchantais +enchantait +enchantant +enchantas +enchantasse +enchantassent +enchantasses +enchantassiez +enchantassions +enchantmes +enchantt +enchanttes +enchante +enchantement +enchantements +enchantent +enchanter +enchantera +enchanterai +enchanteraient +enchanterais +enchanterait +enchanteras +enchanteresse +enchanteresses +enchanterez +enchanteriez +enchanterions +enchanterons +enchanteront +enchantes +enchanteur +enchanteurs +enchantez +enchant +enchante +enchantes +enchants +enchantrent +enchantiez +enchantions +enchantons +enchaussa +enchaussai +enchaussaient +enchaussais +enchaussait +enchaussant +enchaussas +enchaussasse +enchaussassent +enchaussasses +enchaussassiez +enchaussassions +enchaussmes +enchausst +enchausstes +enchausse +enchaussent +enchausser +enchaussera +enchausserai +enchausseraient +enchausserais +enchausserait +enchausseras +enchausserez +enchausseriez +enchausserions +enchausserons +enchausseront +enchausses +enchaussez +enchauss +enchausse +enchausses +enchausss +enchaussrent +enchaussiez +enchaussions +enchaussons +enchssa +enchssai +enchssaient +enchssais +enchssait +enchssant +enchssas +enchssasse +enchssassent +enchssasses +enchssassiez +enchssassions +enchssmes +enchsst +enchsstes +enchsse +enchssent +enchsser +enchssera +enchsserai +enchsseraient +enchsserais +enchsserait +enchsseras +enchsserez +enchsseriez +enchsserions +enchsserons +enchsseront +enchsses +enchssez +enchss +enchsse +enchsses +enchsss +enchssrent +enchssiez +enchssions +enchssons +enchevauch +enchevauche +enchevauches +enchevauchs +enchevtra +enchevtrai +enchevtraient +enchevtrais +enchevtrait +enchevtrant +enchevtras +enchevtrasse +enchevtrassent +enchevtrasses +enchevtrassiez +enchevtrassions +enchevtrmes +enchevtrt +enchevtrtes +enchevtre +enchevtrement +enchevtrements +enchevtrent +enchevtrer +enchevtrera +enchevtrerai +enchevtreraient +enchevtrerais +enchevtrerait +enchevtreras +enchevtrerez +enchevtreriez +enchevtrerions +enchevtrerons +enchevtreront +enchevtres +enchevtrez +enchevtr +enchevtre +enchevtres +enchevtrs +enchevtrrent +enchevtriez +enchevtrions +enchevtrons +enchri +enchrie +enchries +enchrir +enchrira +enchrirai +enchriraient +enchrirais +enchrirait +enchriras +enchrirent +enchrirez +enchririez +enchririons +enchrirons +enchriront +enchris +enchrissaient +enchrissais +enchrissait +enchrissant +enchrisse +enchrissement +enchrissements +enchrisseur +enchrisseurs +enchrissez +enchrissiez +enchrissions +enchrissons +enchrissont +enchrit +enchrmes +enchrt +enchrtes +enchre +enchres +enchifren +enchifrene +enchifrenes +enchifrens +enclava +enclavai +enclavaient +enclavais +enclavait +enclavant +enclavas +enclavasse +enclavassent +enclavasses +enclavassiez +enclavassions +enclavmes +enclavt +enclavtes +enclave +enclavement +enclavements +enclavent +enclaver +enclavera +enclaverai +enclaveraient +enclaverais +enclaverait +enclaveras +enclaverez +enclaveriez +enclaverions +enclaverons +enclaveront +enclaves +enclavez +enclav +enclave +enclaves +enclavs +enclavrent +enclaviez +enclavions +enclavons +enclin +encline +enclines +enclins +enclora +enclorai +enclorais +enclorait +encloras +enclore +enclorez +enclorons +encloront +enclos +enclose +encloses +enclot +enclou +encloue +encloues +enclous +enclume +enclumes +encocha +encochai +encochaient +encochais +encochait +encochant +encochas +encochasse +encochassent +encochasses +encochassiez +encochassions +encochmes +encocht +encochtes +encoche +encochent +encocher +encochera +encocherai +encocheraient +encocherais +encocherait +encocheras +encocherez +encocheriez +encocherions +encocherons +encocheront +encoches +encochez +encoch +encoche +encoches +encochs +encochrent +encochiez +encochions +encochons +encod +encode +encodes +encods +encoignure +encoignures +encolla +encollage +encollages +encollai +encollaient +encollais +encollait +encollant +encollas +encollasse +encollassent +encollasses +encollassiez +encollassions +encollmes +encollt +encolltes +encolle +encollent +encoller +encollera +encollerai +encolleraient +encollerais +encollerait +encolleras +encollerez +encolleriez +encollerions +encollerons +encolleront +encolles +encollez +encoll +encolle +encolles +encolls +encollrent +encolliez +encollions +encollons +encolure +encolures +encombra +encombrai +encombraient +encombrais +encombrait +encombrant +encombrante +encombrantes +encombrants +encombras +encombrasse +encombrassent +encombrasses +encombrassiez +encombrassions +encombrmes +encombrt +encombrtes +encombre +encombrement +encombrements +encombrent +encombrer +encombrera +encombrerai +encombreraient +encombrerais +encombrerait +encombreras +encombrerez +encombreriez +encombrerions +encombrerons +encombreront +encombres +encombrez +encombr +encombre +encombres +encombrs +encombrrent +encombriez +encombrions +encombrons +encontre +encorbellement +encorbellements +encorda +encordai +encordaient +encordais +encordait +encordant +encordas +encordasse +encordassent +encordasses +encordassiez +encordassions +encordmes +encordt +encordtes +encorde +encordent +encorder +encordera +encorderai +encorderaient +encorderais +encorderait +encorderas +encorderez +encorderiez +encorderions +encorderons +encorderont +encordes +encordez +encord +encorde +encordes +encords +encordrent +encordiez +encordions +encordons +encore +encourage +encouragea +encourageai +encourageaient +encourageais +encourageait +encourageant +encourageante +encourageantes +encourageants +encourageas +encourageasse +encourageassent +encourageasses +encourageassiez +encourageassions +encouragemes +encouraget +encouragetes +encouragement +encouragements +encouragent +encourageons +encourager +encouragera +encouragerai +encourageraient +encouragerais +encouragerait +encourageras +encouragerez +encourageriez +encouragerions +encouragerons +encourageront +encourages +encouragez +encourag +encourage +encourages +encourags +encouragrent +encouragiez +encouragions +encouraient +encourais +encourait +encourant +encoure +encourent +encoures +encourez +encouriez +encourions +encourir +encourons +encourra +encourrai +encourraient +encourrais +encourrait +encourras +encourrez +encourriez +encourrions +encourrons +encourront +encours +encourt +encouru +encourue +encourues +encoururent +encourus +encourusse +encourussent +encourusses +encourussiez +encourussions +encourut +encourmes +encourt +encourtes +encra +encrage +encrages +encrai +encraient +encrais +encrait +encrant +encras +encrassa +encrassai +encrassaient +encrassais +encrassait +encrassant +encrassas +encrassasse +encrassassent +encrassasses +encrassassiez +encrassassions +encrassmes +encrasst +encrasstes +encrasse +encrassement +encrassements +encrassent +encrasser +encrassera +encrasserai +encrasseraient +encrasserais +encrasserait +encrasseras +encrasserez +encrasseriez +encrasserions +encrasserons +encrasseront +encrasses +encrassez +encrass +encrasse +encrasses +encrasss +encrassrent +encrassiez +encrassions +encrassons +encrmes +encrt +encrtes +encre +encrent +encrer +encrera +encrerai +encreraient +encrerais +encrerait +encreras +encrerez +encreriez +encrerions +encrerons +encreront +encres +encrez +encr +encre +encres +encrs +encrrent +encrier +encriers +encrons +encrota +encrotai +encrotaient +encrotais +encrotait +encrotant +encrotas +encrotasse +encrotassent +encrotasses +encrotassiez +encrotassions +encrotmes +encrott +encrottes +encrote +encrotement +encrotements +encrotent +encroter +encrotera +encroterai +encroteraient +encroterais +encroterait +encroteras +encroterez +encroteriez +encroterions +encroterons +encroteront +encrotes +encrotez +encrot +encrote +encrotes +encrots +encrotrent +encrotiez +encrotions +encrotons +encrypt +encrypts +encyclique +encycliques +encyclopdie +encyclopdies +encyclopdique +encyclopdiques +encyclopdiste +encyclopdistes +end +endetta +endettai +endettaient +endettais +endettait +endettant +endettas +endettasse +endettassent +endettasses +endettassiez +endettassions +endettmes +endettt +endetttes +endette +endettement +endettements +endettent +endetter +endettera +endetterai +endetteraient +endetterais +endetterait +endetteras +endetterez +endetteriez +endetterions +endetterons +endetteront +endettes +endettez +endett +endette +endettes +endetts +endettrent +endettiez +endettions +endettons +endeuilla +endeuillai +endeuillaient +endeuillais +endeuillait +endeuillant +endeuillas +endeuillasse +endeuillassent +endeuillasses +endeuillassiez +endeuillassions +endeuillmes +endeuillt +endeuilltes +endeuille +endeuillent +endeuiller +endeuillera +endeuillerai +endeuilleraient +endeuillerais +endeuillerait +endeuilleras +endeuillerez +endeuilleriez +endeuillerions +endeuillerons +endeuilleront +endeuilles +endeuillez +endeuill +endeuille +endeuilles +endeuills +endeuillrent +endeuilliez +endeuillions +endeuillons +endmique +endmiques +endiabl +endiable +endiables +endiabls +endigua +endiguai +endiguaient +endiguais +endiguait +endiguant +endiguas +endiguasse +endiguassent +endiguasses +endiguassiez +endiguassions +endigumes +endigut +endigutes +endigue +endiguent +endiguer +endiguera +endiguerai +endigueraient +endiguerais +endiguerait +endigueras +endiguerez +endigueriez +endiguerions +endiguerons +endigueront +endigues +endiguez +endigu +endigue +endigues +endigus +endigurent +endiguiez +endiguions +endiguons +endimancha +endimanchai +endimanchaient +endimanchais +endimanchait +endimanchant +endimanchas +endimanchasse +endimanchassent +endimanchasses +endimanchassiez +endimanchassions +endimanchmes +endimancht +endimanchtes +endimanche +endimanchent +endimancher +endimanchera +endimancherai +endimancheraient +endimancherais +endimancherait +endimancheras +endimancherez +endimancheriez +endimancherions +endimancherons +endimancheront +endimanches +endimanchez +endimanch +endimanche +endimanches +endimanchs +endimanchrent +endimanchiez +endimanchions +endimanchons +endive +endives +endocarde +endocardes +endocardite +endocardites +endocarpe +endocarpes +endocrine +endocrines +endocrinien +endocrinienne +endocriniennes +endocriniens +endocrinologie +endoctrina +endoctrinai +endoctrinaient +endoctrinais +endoctrinait +endoctrinant +endoctrinas +endoctrinasse +endoctrinassent +endoctrinasses +endoctrinassiez +endoctrinassions +endoctrinmes +endoctrint +endoctrintes +endoctrine +endoctrinent +endoctriner +endoctrinera +endoctrinerai +endoctrineraient +endoctrinerais +endoctrinerait +endoctrineras +endoctrinerez +endoctrineriez +endoctrinerions +endoctrinerons +endoctrineront +endoctrines +endoctrinez +endoctrin +endoctrine +endoctrines +endoctrins +endoctrinrent +endoctriniez +endoctrinions +endoctrinons +endogamie +endogamies +endolori +endolorie +endolories +endolorir +endolorira +endoloriraient +endolorirait +endolorirent +endoloriront +endoloris +endolorissaient +endolorissait +endolorissant +endolorisse +endolorissent +endolorit +endolort +endommage +endommagea +endommageai +endommageaient +endommageais +endommageait +endommageant +endommageas +endommageasse +endommageassent +endommageasses +endommageassiez +endommageassions +endommagemes +endommaget +endommagetes +endommagent +endommageons +endommager +endommagera +endommagerai +endommageraient +endommagerais +endommagerait +endommageras +endommagerez +endommageriez +endommagerions +endommagerons +endommageront +endommages +endommagez +endommag +endommage +endommages +endommags +endommagrent +endommagiez +endommagions +endormaient +endormais +endormait +endormant +endorme +endorment +endormes +endormez +endormi +endormie +endormies +endormiez +endormions +endormir +endormira +endormirai +endormiraient +endormirais +endormirait +endormiras +endormirent +endormirez +endormiriez +endormirions +endormirons +endormiront +endormis +endormisse +endormissent +endormisses +endormissiez +endormissions +endormit +endormmes +endormt +endormtes +endormons +endors +endort +endos +endoscope +endoscopes +endosmose +endossa +endossai +endossaient +endossais +endossait +endossant +endossas +endossasse +endossassent +endossasses +endossassiez +endossassions +endossmes +endosst +endosstes +endosse +endossement +endossements +endossent +endosser +endossera +endosserai +endosseraient +endosserais +endosserait +endosseras +endosserez +endosseriez +endosserions +endosserons +endosseront +endosses +endosseur +endosseurs +endossez +endoss +endosse +endosses +endosss +endossrent +endossiez +endossions +endossons +endroit +endroits +ends +enduira +enduirai +enduiraient +enduirais +enduirait +enduiras +enduire +enduirez +enduiriez +enduirions +enduirons +enduiront +enduis +enduisaient +enduisais +enduisait +enduisant +enduise +enduisent +enduises +enduisez +enduisiez +enduisions +enduisirent +enduisis +enduisisse +enduisissent +enduisisses +enduisissiez +enduisissions +enduisit +enduismes +enduist +enduistes +enduisons +enduit +enduite +enduites +enduits +endura +endurai +enduraient +endurais +endurait +endurance +endurances +endurant +endurante +endurantes +endurants +enduras +endurasse +endurassent +endurasses +endurassiez +endurassions +endurmes +endurt +endurtes +endurci +endurcie +endurcies +endurcir +endurcira +endurcirai +endurciraient +endurcirais +endurcirait +endurciras +endurcirent +endurcirez +endurciriez +endurcirions +endurcirons +endurciront +endurcis +endurcissaient +endurcissais +endurcissait +endurcissant +endurcisse +endurcissement +endurcissements +endurcissent +endurcisses +endurcissez +endurcissiez +endurcissions +endurcissons +endurcit +endurcmes +endurct +endurctes +endure +endurent +endurer +endurera +endurerai +endureraient +endurerais +endurerait +endureras +endurerez +endureriez +endurerions +endurerons +endureront +endures +endurez +endur +endure +endures +endurs +endurrent +enduriez +endurions +endurons +enfata +enfatai +enfataient +enfatais +enfatait +enfatant +enfatas +enfatasse +enfatassent +enfatasses +enfatassiez +enfatassions +enfatmes +enfatt +enfattes +enfate +enfatent +enfater +enfatera +enfaterai +enfateraient +enfaterais +enfaterait +enfateras +enfaterez +enfateriez +enfaterions +enfaterons +enfateront +enfates +enfatez +enfat +enfate +enfates +enfats +enfatrent +enfatiez +enfations +enfatons +enfance +enfances +enfant +enfanta +enfantai +enfantaient +enfantais +enfantait +enfantant +enfantas +enfantasse +enfantassent +enfantasses +enfantassiez +enfantassions +enfantmes +enfantt +enfanttes +enfante +enfantement +enfantements +enfantent +enfanter +enfantera +enfanterai +enfanteraient +enfanterais +enfanterait +enfanteras +enfanterez +enfanteriez +enfanterions +enfanterons +enfanteront +enfantes +enfantez +enfant +enfante +enfantes +enfants +enfantrent +enfantiez +enfantillage +enfantillages +enfantin +enfantine +enfantines +enfantins +enfantions +enfantons +enfants +enfarin +enfarine +enfarines +enfarins +enfer +enferma +enfermai +enfermaient +enfermais +enfermait +enfermant +enfermas +enfermasse +enfermassent +enfermasses +enfermassiez +enfermassions +enfermmes +enfermt +enfermtes +enferme +enferment +enfermer +enfermera +enfermerai +enfermeraient +enfermerais +enfermerait +enfermeras +enfermerez +enfermeriez +enfermerions +enfermerons +enfermeront +enfermes +enfermez +enferm +enferme +enfermes +enferms +enfermrent +enfermiez +enfermions +enfermons +enferra +enferrai +enferraient +enferrais +enferrait +enferrant +enferras +enferrasse +enferrassent +enferrasses +enferrassiez +enferrassions +enferrmes +enferrt +enferrtes +enferre +enferrent +enferrer +enferrera +enferrerai +enferreraient +enferrerais +enferrerait +enferreras +enferrerez +enferreriez +enferrerions +enferrerons +enferreront +enferres +enferrez +enferr +enferre +enferres +enferrs +enferrrent +enferriez +enferrions +enferrons +enfers +enfivra +enfivrai +enfivraient +enfivrais +enfivrait +enfivrant +enfivras +enfivrasse +enfivrassent +enfivrasses +enfivrassiez +enfivrassions +enfivrmes +enfivrer +enfivrera +enfivrerai +enfivreraient +enfivrerais +enfivrerait +enfivreras +enfivrerez +enfivreriez +enfivrerions +enfivrerons +enfivreront +enfivrez +enfivr +enfivre +enfivres +enfivrs +enfivrrent +enfivriez +enfivrions +enfivrons +enfivre +enfivrent +enfivres +enfila +enfilade +enfilades +enfilai +enfilaient +enfilais +enfilait +enfilant +enfilas +enfilasse +enfilassent +enfilasses +enfilassiez +enfilassions +enfilmes +enfilt +enfiltes +enfile +enfilent +enfiler +enfilera +enfilerai +enfileraient +enfilerais +enfilerait +enfileras +enfilerez +enfileriez +enfilerions +enfilerons +enfileront +enfiles +enfilez +enfil +enfile +enfiles +enfils +enfilrent +enfiliez +enfilions +enfilons +enfin +enfla +enflai +enflaient +enflais +enflait +enflamma +enflammai +enflammaient +enflammais +enflammait +enflammant +enflammas +enflammasse +enflammassent +enflammasses +enflammassiez +enflammassions +enflammmes +enflammt +enflammtes +enflamme +enflamment +enflammer +enflammera +enflammerai +enflammeraient +enflammerais +enflammerait +enflammeras +enflammerez +enflammeriez +enflammerions +enflammerons +enflammeront +enflammes +enflammez +enflamm +enflamme +enflammes +enflamms +enflammrent +enflammiez +enflammions +enflammons +enflant +enflas +enflasse +enflassent +enflasses +enflassiez +enflassions +enflmes +enflt +enfltes +enfle +enflent +enfler +enflera +enflerai +enfleraient +enflerais +enflerait +enfleras +enflerez +enfleriez +enflerions +enflerons +enfleront +enfles +enflez +enfl +enfle +enfles +enfls +enflrent +enfliez +enflions +enflons +enflure +enflures +enfonce +enfoncement +enfoncements +enfoncent +enfoncer +enfoncera +enfoncerai +enfonceraient +enfoncerais +enfoncerait +enfonceras +enfoncerez +enfonceriez +enfoncerions +enfoncerons +enfonceront +enfonces +enfoncez +enfonc +enfonce +enfoncs +enfoncrent +enfonciez +enfoncions +enfona +enfonai +enfonaient +enfonais +enfonait +enfonant +enfonas +enfonasse +enfonassent +enfonasses +enfonassiez +enfonassions +enfonmes +enfont +enfontes +enfonons +enfoui +enfouie +enfouies +enfouir +enfouira +enfouirai +enfouiraient +enfouirais +enfouirait +enfouiras +enfouirent +enfouirez +enfouiriez +enfouirions +enfouirons +enfouiront +enfouis +enfouissaient +enfouissais +enfouissait +enfouissant +enfouisse +enfouissement +enfouissements +enfouissent +enfouisses +enfouissez +enfouissiez +enfouissions +enfouissons +enfouit +enfoumes +enfout +enfoutes +enfourcha +enfourchai +enfourchaient +enfourchais +enfourchait +enfourchant +enfourchas +enfourchasse +enfourchassent +enfourchasses +enfourchassiez +enfourchassions +enfourchmes +enfourcht +enfourchtes +enfourche +enfourchent +enfourcher +enfourchera +enfourcherai +enfourcheraient +enfourcherais +enfourcherait +enfourcheras +enfourcherez +enfourcheriez +enfourcherions +enfourcherons +enfourcheront +enfourches +enfourchez +enfourch +enfourche +enfourches +enfourchs +enfourchrent +enfourchiez +enfourchions +enfourchons +enfourna +enfournage +enfournages +enfournai +enfournaient +enfournais +enfournait +enfournant +enfournas +enfournasse +enfournassent +enfournasses +enfournassiez +enfournassions +enfournmes +enfournt +enfourntes +enfourne +enfournement +enfournements +enfournent +enfourner +enfournera +enfournerai +enfourneraient +enfournerais +enfournerait +enfourneras +enfournerez +enfourneriez +enfournerions +enfournerons +enfourneront +enfournes +enfournez +enfourn +enfourne +enfournes +enfourns +enfournrent +enfourniez +enfournions +enfournons +enfreignaient +enfreignais +enfreignait +enfreignant +enfreigne +enfreignent +enfreignes +enfreignez +enfreigniez +enfreignions +enfreignirent +enfreignis +enfreignisse +enfreignissent +enfreignisses +enfreignissiez +enfreignissions +enfreignit +enfreignmes +enfreignt +enfreigntes +enfreignons +enfreindra +enfreindrai +enfreindraient +enfreindrais +enfreindrait +enfreindras +enfreindre +enfreindrez +enfreindriez +enfreindrions +enfreindrons +enfreindront +enfreins +enfreint +enfreinte +enfreintes +enfreints +enfui +enfuie +enfuient +enfuies +enfuir +enfuira +enfuirai +enfuiraient +enfuirais +enfuirait +enfuiras +enfuirent +enfuirez +enfuiriez +enfuirions +enfuirons +enfuiront +enfuis +enfuisse +enfuissent +enfuisses +enfuissiez +enfuissions +enfuit +enfumes +enfut +enfutes +enfuma +enfumage +enfumages +enfumai +enfumaient +enfumais +enfumait +enfumant +enfumas +enfumasse +enfumassent +enfumasses +enfumassiez +enfumassions +enfummes +enfumt +enfumtes +enfume +enfument +enfumer +enfumera +enfumerai +enfumeraient +enfumerais +enfumerait +enfumeras +enfumerez +enfumeriez +enfumerions +enfumerons +enfumeront +enfumes +enfumez +enfum +enfume +enfumes +enfums +enfumrent +enfumiez +enfumions +enfumons +enfuyaient +enfuyais +enfuyait +enfuyant +enfuyez +enfuyiez +enfuyions +enfuyons +engage +engagea +engageai +engageaient +engageais +engageait +engageant +engageante +engageantes +engageants +engageas +engageasse +engageassent +engageasses +engageassiez +engageassions +engagemes +engaget +engagetes +engagement +engagements +engagent +engageons +engager +engagera +engagerai +engageraient +engagerais +engagerait +engageras +engagerez +engageriez +engagerions +engagerons +engages +engag +engage +engages +engags +engagrent +engagiez +engagions +engaina +engainai +engainaient +engainais +engainait +engainant +engainas +engainasse +engainassent +engainasses +engainassiez +engainassions +engainmes +engaint +engaintes +engaine +engainent +engainer +engainera +engainerai +engaineraient +engainerais +engainerait +engaineras +engainerez +engaineriez +engainerions +engainerons +engaineront +engaines +engainez +engain +engaine +engaines +engains +engainrent +engainiez +engainions +engainons +engeance +engeances +engelure +engelures +engenas +engendra +engendrai +engendraient +engendrais +engendrait +engendrant +engendras +engendrasse +engendrassent +engendrasses +engendrassiez +engendrassions +engendrmes +engendrt +engendrtes +engendre +engendrent +engendrer +engendrera +engendrerai +engendreraient +engendrerais +engendrerait +engendreras +engendrerez +engendreriez +engendrerions +engendrerons +engendreront +engendres +engendrez +engendr +engendre +engendres +engendrs +engendrrent +engendriez +engendrions +engendrons +engin +engineering +engins +engloba +englobai +englobaient +englobais +englobait +englobant +englobas +englobasse +englobassent +englobasses +englobassiez +englobassions +englobmes +englobt +englobtes +englobe +englobent +englober +englobera +engloberai +engloberaient +engloberais +engloberait +engloberas +engloberez +engloberiez +engloberions +engloberons +engloberont +englobes +englobez +englob +englobe +englobes +englobs +englobrent +englobiez +englobions +englobons +englouti +engloutie +englouties +engloutir +engloutira +engloutirai +engloutiraient +engloutirais +engloutirait +engloutiras +engloutirent +engloutirez +engloutiriez +engloutirions +engloutirons +engloutiront +engloutis +engloutissaient +engloutissais +engloutissait +engloutissant +engloutisse +engloutissement +engloutissements +engloutissent +engloutisses +engloutissez +engloutissiez +engloutissions +engloutissons +engloutit +engloutmes +engloutt +englouttes +englua +engluai +engluaient +engluais +engluait +engluant +engluas +engluasse +engluassent +engluasses +engluassiez +engluassions +englumes +englut +englutes +englue +engluent +engluer +engluera +engluerai +englueraient +engluerais +engluerait +englueras +engluerez +englueriez +engluerions +engluerons +englueront +englues +engluez +englu +englue +englues +englus +englurent +engluiez +engluions +engluons +engonce +engoncent +engoncer +engoncera +engoncerai +engonceraient +engoncerais +engoncerait +engonceras +engoncerez +engonceriez +engoncerions +engoncerons +engonceront +engonces +engoncez +engonc +engonce +engonces +engoncs +engoncrent +engonciez +engoncions +engona +engonai +engonaient +engonais +engonait +engonant +engonas +engonasse +engonassent +engonasses +engonassiez +engonassions +engonmes +engont +engontes +engonons +engorge +engorgea +engorgeai +engorgeaient +engorgeais +engorgeait +engorgeant +engorgeas +engorgeasse +engorgeassent +engorgeasses +engorgeassiez +engorgeassions +engorgemes +engorget +engorgetes +engorgement +engorgements +engorgent +engorgeons +engorger +engorgera +engorgerai +engorgeraient +engorgerais +engorgerait +engorgeras +engorgerez +engorgeriez +engorgerions +engorgerons +engorgeront +engorges +engorgez +engorg +engorge +engorges +engorgs +engorgrent +engorgiez +engorgions +engoua +engouai +engouaient +engouais +engouait +engouant +engouas +engouasse +engouassent +engouasses +engouassiez +engouassions +engoumes +engout +engoutes +engoue +engouement +engouements +engouent +engouer +engouera +engouerai +engoueraient +engouerais +engouerait +engoueras +engouerez +engoueriez +engouerions +engouerons +engoueront +engoues +engouez +engou +engoue +engoues +engous +engourent +engouffra +engouffrai +engouffraient +engouffrais +engouffrait +engouffrant +engouffras +engouffrasse +engouffrassent +engouffrasses +engouffrassiez +engouffrassions +engouffrmes +engouffrt +engouffrtes +engouffre +engouffrent +engouffrer +engouffrera +engouffrerai +engouffreraient +engouffrerais +engouffrerait +engouffreras +engouffrerez +engouffreriez +engouffrerions +engouffrerons +engouffreront +engouffres +engouffrez +engouffr +engouffre +engouffres +engouffrs +engouffrrent +engouffriez +engouffrions +engouffrons +engouiez +engouions +engouons +engourdi +engourdie +engourdies +engourdir +engourdira +engourdirai +engourdiraient +engourdirais +engourdirait +engourdiras +engourdirent +engourdirez +engourdiriez +engourdirions +engourdirons +engourdiront +engourdis +engourdissaient +engourdissais +engourdissait +engourdissant +engourdisse +engourdissement +engourdissements +engourdissent +engourdisses +engourdissez +engourdissiez +engourdissions +engourdissons +engourdit +engourdmes +engourdt +engourdtes +engrais +engraissa +engraissai +engraissaient +engraissais +engraissait +engraissant +engraissas +engraissasse +engraissassent +engraissasses +engraissassiez +engraissassions +engraissmes +engraisst +engraisstes +engraisse +engraissement +engraissements +engraissent +engraisser +engraissera +engraisserai +engraisseraient +engraisserais +engraisserait +engraisseras +engraisserez +engraisseriez +engraisserions +engraisserons +engraisseront +engraisses +engraissez +engraiss +engraisse +engraisses +engraisss +engraissrent +engraissiez +engraissions +engraissons +engrange +engrangea +engrangeai +engrangeaient +engrangeais +engrangeait +engrangeant +engrangeas +engrangeasse +engrangeassent +engrangeasses +engrangeassiez +engrangeassions +engrangemes +engranget +engrangetes +engrangent +engrangeons +engranger +engrangera +engrangerai +engrangeraient +engrangerais +engrangerait +engrangeras +engrangerez +engrangeriez +engrangerions +engrangerons +engrangeront +engranges +engrangez +engrang +engrange +engranges +engrangs +engrangrent +engrangiez +engrangions +engrena +engrenage +engrenages +engrenai +engrenaient +engrenais +engrenait +engrenant +engrenas +engrenasse +engrenassent +engrenasses +engrenassiez +engrenassions +engrenmes +engrent +engrentes +engrener +engrenez +engren +engrene +engrenes +engrens +engrenrent +engreniez +engrenions +engrenons +engrne +engrnent +engrnera +engrnerai +engrneraient +engrnerais +engrnerait +engrneras +engrnerez +engrneriez +engrnerions +engrnerons +engrneront +engrnes +engueula +engueulade +engueulades +engueulai +engueulaient +engueulais +engueulait +engueulant +engueulas +engueulasse +engueulassent +engueulasses +engueulassiez +engueulassions +engueulmes +engueult +engueultes +engueule +engueulent +engueuler +engueulera +engueulerai +engueuleraient +engueulerais +engueulerait +engueuleras +engueulerez +engueuleriez +engueulerions +engueulerons +engueuleront +engueules +engueulez +engueul +engueule +engueules +engueuls +engueulrent +engueuliez +engueulions +engueulons +enguirlanda +enguirlandai +enguirlandaient +enguirlandais +enguirlandait +enguirlandant +enguirlandas +enguirlandasse +enguirlandassent +enguirlandasses +enguirlandassiez +enguirlandassions +enguirlandmes +enguirlandt +enguirlandtes +enguirlande +enguirlandent +enguirlander +enguirlandera +enguirlanderai +enguirlanderaient +enguirlanderais +enguirlanderait +enguirlanderas +enguirlanderez +enguirlanderiez +enguirlanderions +enguirlanderons +enguirlanderont +enguirlandes +enguirlandez +enguirland +enguirlande +enguirlandes +enguirlands +enguirlandrent +enguirlandiez +enguirlandions +enguirlandons +enhardi +enhardie +enhardies +enhardir +enhardira +enhardirai +enhardiraient +enhardirais +enhardirait +enhardiras +enhardirent +enhardirez +enhardiriez +enhardirions +enhardirons +enhardiront +enhardis +enhardissaient +enhardissais +enhardissait +enhardissant +enhardisse +enhardissent +enhardisses +enhardissez +enhardissiez +enhardissions +enhardissons +enhardit +enhardmes +enhardt +enhardtes +enivra +enivrai +enivraient +enivrais +enivrait +enivrant +enivras +enivrasse +enivrassent +enivrasses +enivrassiez +enivrassions +enivrmes +enivrt +enivrtes +enivre +enivrement +enivrements +enivrent +enivrer +enivrera +enivrerai +enivreraient +enivrerais +enivrerait +enivreras +enivrerez +enivreriez +enivrerions +enivrerons +enivreront +enivres +enivrez +enivr +enivre +enivres +enivrs +enivrrent +enivriez +enivrions +enivrons +enjamba +enjambai +enjambaient +enjambais +enjambait +enjambant +enjambas +enjambasse +enjambassent +enjambasses +enjambassiez +enjambassions +enjambmes +enjambt +enjambtes +enjambe +enjambement +enjambements +enjambent +enjamber +enjambera +enjamberai +enjamberaient +enjamberais +enjamberait +enjamberas +enjamberez +enjamberiez +enjamberions +enjamberons +enjamberont +enjambes +enjambez +enjamb +enjambe +enjambes +enjambs +enjambrent +enjambiez +enjambions +enjambons +enjeu +enjeux +enjoignaient +enjoignais +enjoignait +enjoignant +enjoigne +enjoignent +enjoignes +enjoignez +enjoigniez +enjoignions +enjoignirent +enjoignis +enjoignisse +enjoignissent +enjoignisses +enjoignissiez +enjoignissions +enjoignit +enjoignmes +enjoignt +enjoigntes +enjoignons +enjoindra +enjoindrai +enjoindraient +enjoindrais +enjoindrait +enjoindras +enjoindre +enjoindrez +enjoindriez +enjoindrions +enjoindrons +enjoindront +enjoins +enjoint +enjointe +enjointes +enjoints +enjoliva +enjolivai +enjolivaient +enjolivais +enjolivait +enjolivant +enjolivas +enjolivasse +enjolivassent +enjolivasses +enjolivassiez +enjolivassions +enjolivmes +enjolivt +enjolivtes +enjolive +enjolivement +enjolivements +enjolivent +enjoliver +enjolivera +enjoliverai +enjoliveraient +enjoliverais +enjoliverait +enjoliveras +enjoliverez +enjoliveriez +enjoliverions +enjoliverons +enjoliveront +enjolives +enjoliveur +enjoliveurs +enjolivez +enjoliv +enjolive +enjolives +enjolivs +enjolivrent +enjoliviez +enjolivions +enjolivons +enjolivure +enjolivures +enjouement +enjouements +enjou +enjoue +enjoues +enjous +enjla +enjlai +enjlaient +enjlais +enjlait +enjlant +enjlas +enjlasse +enjlassent +enjlasses +enjlassiez +enjlassions +enjlmes +enjlt +enjltes +enjle +enjlent +enjler +enjlera +enjlerai +enjleraient +enjlerais +enjlerait +enjleras +enjlerez +enjleriez +enjlerions +enjlerons +enjleront +enjles +enjleur +enjleurs +enjleuse +enjleuses +enjlez +enjl +enjle +enjles +enjls +enjlrent +enjliez +enjlions +enjlons +enkysta +enkystai +enkystaient +enkystais +enkystait +enkystant +enkystas +enkystasse +enkystassent +enkystasses +enkystassiez +enkystassions +enkystmes +enkystt +enkysttes +enkyste +enkystent +enkyster +enkystera +enkysterai +enkysteraient +enkysterais +enkysterait +enkysteras +enkysterez +enkysteriez +enkysterions +enkysterons +enkysteront +enkystes +enkystez +enkyst +enkyste +enkystes +enkysts +enkystrent +enkystiez +enkystions +enkystons +enlace +enlacement +enlacements +enlacent +enlacer +enlacera +enlacerai +enlaceraient +enlacerais +enlacerait +enlaceras +enlacerez +enlaceriez +enlacerions +enlacerons +enlaceront +enlaces +enlacez +enlac +enlace +enlaces +enlacs +enlacrent +enlaciez +enlacions +enlaa +enlaai +enlaaient +enlaais +enlaait +enlaant +enlaas +enlaasse +enlaassent +enlaasses +enlaassiez +enlaassions +enlames +enlat +enlates +enlaons +enlaidi +enlaidie +enlaidies +enlaidir +enlaidira +enlaidirai +enlaidiraient +enlaidirais +enlaidirait +enlaidiras +enlaidirent +enlaidirez +enlaidiriez +enlaidirions +enlaidirons +enlaidiront +enlaidis +enlaidissaient +enlaidissais +enlaidissait +enlaidissant +enlaidisse +enlaidissement +enlaidissements +enlaidissent +enlaidisses +enlaidissiez +enlaidissions +enlaidissons +enlaidit +enlaidmes +enlaidt +enlaidtes +enleva +enlevai +enlevaient +enlevais +enlevait +enlevant +enlevas +enlevasse +enlevassent +enlevasses +enlevassiez +enlevassions +enlevmes +enlever +enlevez +enlev +enleve +enleves +enlevs +enlevrent +enleviez +enlevions +enlevons +enlve +enlvement +enlvements +enlvent +enlvera +enlverai +enlveraient +enlverais +enlverait +enlveras +enlverez +enlveriez +enlverions +enlverons +enlveront +enlves +enlisa +enlisai +enlisaient +enlisais +enlisait +enlisant +enlisas +enlisasse +enlisassent +enlisasses +enlisassiez +enlisassions +enlismes +enlist +enlistes +enlise +enlisement +enlisements +enlisent +enliser +enlisera +enliserai +enliseraient +enliserais +enliserait +enliseras +enliserez +enliseriez +enliserions +enliserons +enliseront +enlises +enlisez +enlis +enlise +enlises +enliss +enlisrent +enlisiez +enlisions +enlisons +enlumina +enluminai +enluminaient +enluminais +enluminait +enluminant +enluminas +enluminasse +enluminassent +enluminasses +enluminassiez +enluminassions +enluminmes +enlumint +enlumintes +enlumine +enluminent +enluminer +enluminera +enluminerai +enlumineraient +enluminerais +enluminerait +enlumineras +enluminerez +enlumineriez +enluminerions +enluminerons +enlumineront +enlumines +enlumineur +enlumineurs +enlumineuse +enlumineuses +enluminez +enlumin +enlumine +enlumines +enlumins +enluminrent +enluminiez +enluminions +enluminons +enluminure +enluminures +enneige +enneigea +enneigeai +enneigeaient +enneigeais +enneigeait +enneigeant +enneigeas +enneigeasse +enneigeassent +enneigeasses +enneigeassiez +enneigeassions +enneigemes +enneiget +enneigetes +enneigement +enneigements +enneigent +enneigeons +enneiger +enneigera +enneigerai +enneigeraient +enneigerais +enneigerait +enneigeras +enneigerez +enneigeriez +enneigerions +enneigerons +enneigeront +enneiges +enneigez +enneig +enneige +enneiges +enneigs +enneigrent +enneigiez +enneigions +ennemi +ennemie +ennemies +ennemis +ennobli +ennoblie +ennoblies +ennoblir +ennoblira +ennoblirai +ennobliraient +ennoblirais +ennoblirait +ennobliras +ennoblirent +ennoblirez +ennobliriez +ennoblirions +ennoblirons +ennobliront +ennoblis +ennoblissaient +ennoblissais +ennoblissait +ennoblissant +ennoblisse +ennoblissement +ennoblissements +ennoblissent +ennoblisses +ennoblissez +ennoblissiez +ennoblissions +ennoblissons +ennoblit +ennoblmes +ennoblt +ennobltes +ennui +ennuie +ennuient +ennuiera +ennuierai +ennuieraient +ennuierais +ennuierait +ennuieras +ennuierez +ennuieriez +ennuierions +ennuierons +ennuies +ennuis +ennuya +ennuyai +ennuyaient +ennuyais +ennuyait +ennuyant +ennuyante +ennuyantes +ennuyants +ennuyas +ennuyasse +ennuyassent +ennuyasses +ennuyassiez +ennuyassions +ennuymes +ennuyt +ennuytes +ennuyer +ennuyeuse +ennuyeusement +ennuyeuses +ennuyeux +ennuyez +ennuy +ennuye +ennuyes +ennuys +ennuyrent +ennuyiez +ennuyions +ennuyons +enorgueilli +enorgueillie +enorgueillies +enorgueillir +enorgueillira +enorgueillirai +enorgueilliraient +enorgueillirais +enorgueillirait +enorgueilliras +enorgueillirent +enorgueillirez +enorgueilliriez +enorgueillirions +enorgueillirons +enorgueilliront +enorgueillis +enorgueillissaient +enorgueillissais +enorgueillissait +enorgueillissant +enorgueillisse +enorgueillissent +enorgueillisses +enorgueillissiez +enorgueillissions +enorgueillissons +enorgueillit +enorgueillmes +enorgueillt +enorgueilltes +enquerra +enquerrai +enquerraient +enquerrais +enquerrait +enquerras +enquerrez +enquerriez +enquerrions +enquerrons +enquerront +enquraient +enqurais +enqurait +enqurant +enqurez +enquriez +enqurions +enqurir +enqurons +enquta +enqutai +enqutaient +enqutais +enqutait +enqutant +enqutas +enqutasse +enqutassent +enqutasses +enqutassiez +enqutassions +enqutmes +enqutt +enquttes +enqute +enqutent +enquter +enqutera +enquterai +enquteraient +enquterais +enquterait +enquteras +enquterez +enquteriez +enquterions +enquterons +enquteront +enqutes +enquteur +enquteurs +enquteuse +enquteuses +enqutez +enqut +enqute +enqutes +enquts +enqutrent +enqutiez +enqutions +enqutons +enquierent +enquiers +enquiert +enquire +enquirent +enquires +enquirent +enquis +enquise +enquises +enquisse +enquissent +enquisses +enquissiez +enquissions +enquit +enqumes +enqut +enqutes +enracina +enracinai +enracinaient +enracinais +enracinait +enracinant +enracinas +enracinasse +enracinassent +enracinasses +enracinassiez +enracinassions +enracinmes +enracint +enracintes +enracine +enracinement +enracinements +enracinent +enraciner +enracinera +enracinerai +enracineraient +enracinerais +enracinerait +enracineras +enracinerez +enracineriez +enracinerions +enracinerons +enracineront +enracines +enracinez +enracin +enracine +enracines +enracins +enracinrent +enraciniez +enracinions +enracinons +enrage +enragea +enrageai +enrageaient +enrageais +enrageait +enrageant +enrageas +enrageasse +enrageassent +enrageasses +enrageassiez +enrageassions +enragemes +enraget +enragetes +enragent +enrageons +enrager +enragera +enragerai +enrageraient +enragerais +enragerait +enrageras +enragerez +enrageriez +enragerions +enragerons +enrageront +enrages +enragez +enrag +enrage +enrages +enrags +enragrent +enragiez +enragions +enraie +enraient +enraiera +enraierai +enraieraient +enraierais +enraierait +enraieras +enraierez +enraieriez +enraierions +enraierons +enraieront +enraies +enraya +enrayage +enrayages +enrayai +enrayaient +enrayais +enrayait +enrayant +enrayas +enrayasse +enrayassent +enrayasses +enrayassiez +enrayassions +enraymes +enrayt +enraytes +enrayer +enrayez +enray +enraye +enrayes +enrays +enrayrent +enrayiez +enrayions +enrayons +enregistra +enregistrai +enregistraient +enregistrais +enregistrait +enregistrant +enregistras +enregistrasse +enregistrassent +enregistrasses +enregistrassiez +enregistrassions +enregistrmes +enregistrt +enregistrtes +enregistre +enregistrement +enregistrements +enregistrent +enregistrer +enregistrera +enregistrerai +enregistreraient +enregistrerais +enregistrerait +enregistreras +enregistrerez +enregistreriez +enregistrerions +enregistrerons +enregistreront +enregistres +enregistreur +enregistreurs +enregistrez +enregistr +enregistre +enregistres +enregistrs +enregistrrent +enregistriez +enregistrions +enregistrons +enrgimenta +enrgimentai +enrgimentaient +enrgimentais +enrgimentait +enrgimentant +enrgimentas +enrgimentasse +enrgimentassent +enrgimentasses +enrgimentassiez +enrgimentassions +enrgimentmes +enrgimentt +enrgimenttes +enrgimente +enrgimentent +enrgimenter +enrgimentera +enrgimenterai +enrgimenteraient +enrgimenterais +enrgimenterait +enrgimenteras +enrgimenterez +enrgimenteriez +enrgimenterions +enrgimenterons +enrgimenteront +enrgimentes +enrgimentez +enrgiment +enrgimente +enrgimentes +enrgiments +enrgimentrent +enrgimentiez +enrgimentions +enrgimentons +enrhuma +enrhumai +enrhumaient +enrhumais +enrhumait +enrhumant +enrhumas +enrhumasse +enrhumassent +enrhumasses +enrhumassiez +enrhumassions +enrhummes +enrhumt +enrhumtes +enrhume +enrhument +enrhumer +enrhumera +enrhumerai +enrhumeraient +enrhumerais +enrhumerait +enrhumeras +enrhumerez +enrhumeriez +enrhumerions +enrhumerons +enrhumeront +enrhumes +enrhumez +enrhum +enrhume +enrhumes +enrhums +enrhumrent +enrhumiez +enrhumions +enrhumons +enrichi +enrichie +enrichies +enrichir +enrichira +enrichirai +enrichiraient +enrichirais +enrichirait +enrichiras +enrichirent +enrichirez +enrichiriez +enrichirions +enrichirons +enrichiront +enrichis +enrichissaient +enrichissais +enrichissait +enrichissant +enrichissante +enrichissantes +enrichissants +enrichisse +enrichissement +enrichissements +enrichissent +enrichisses +enrichissez +enrichissiez +enrichissions +enrichissons +enrichit +enrichmes +enricht +enrichtes +enroba +enrobage +enrobages +enrobai +enrobaient +enrobais +enrobait +enrobant +enrobas +enrobasse +enrobassent +enrobasses +enrobassiez +enrobassions +enrobmes +enrobt +enrobtes +enrobe +enrobent +enrober +enrobera +enroberai +enroberaient +enroberais +enroberait +enroberas +enroberez +enroberiez +enroberions +enroberons +enroberont +enrobes +enrobez +enrob +enrobe +enrobes +enrobs +enrobrent +enrobiez +enrobions +enrobons +enroua +enrouai +enrouaient +enrouais +enrouait +enrouant +enrouas +enrouasse +enrouassent +enrouasses +enrouassiez +enrouassions +enroumes +enrout +enroutes +enroue +enrouement +enrouements +enrouent +enrouer +enrouera +enrouerai +enroueraient +enrouerais +enrouerait +enroueras +enrouerez +enroueriez +enrouerions +enrouerons +enroueront +enroues +enrouez +enrou +enroue +enroues +enrous +enrourent +enrouiez +enrouions +enroula +enroulai +enroulaient +enroulais +enroulait +enroulant +enroulas +enroulasse +enroulassent +enroulasses +enroulassiez +enroulassions +enroulmes +enroult +enroultes +enroule +enroulement +enroulements +enroulent +enrouler +enroulera +enroulerai +enrouleraient +enroulerais +enroulerait +enrouleras +enroulerez +enrouleriez +enroulerions +enroulerons +enrouleront +enroules +enroulez +enroul +enroule +enroules +enrouls +enroulrent +enrouliez +enroulions +enroulons +enrouons +enrla +enrlai +enrlaient +enrlais +enrlait +enrlant +enrlas +enrlasse +enrlassent +enrlasses +enrlassiez +enrlassions +enrlmes +enrlt +enrltes +enrle +enrlement +enrlements +enrlent +enrler +enrlera +enrlerai +enrleraient +enrlerais +enrlerait +enrleras +enrlerez +enrleriez +enrlerions +enrlerons +enrleront +enrles +enrlez +enrl +enrle +enrles +enrls +enrlrent +enrliez +enrlions +enrlons +enrubanna +enrubannai +enrubannaient +enrubannais +enrubannait +enrubannant +enrubannas +enrubannasse +enrubannassent +enrubannasses +enrubannassiez +enrubannassions +enrubannmes +enrubannt +enrubanntes +enrubanne +enrubannent +enrubanner +enrubannera +enrubannerai +enrubanneraient +enrubannerais +enrubannerait +enrubanneras +enrubannerez +enrubanneriez +enrubannerions +enrubannerons +enrubanneront +enrubannes +enrubannez +enrubann +enrubanne +enrubannes +enrubanns +enrubannrent +enrubanniez +enrubannions +enrubannons +ensabla +ensablai +ensablaient +ensablais +ensablait +ensablant +ensablas +ensablasse +ensablassent +ensablasses +ensablassiez +ensablassions +ensablmes +ensablt +ensabltes +ensable +ensablement +ensablements +ensablent +ensabler +ensablera +ensablerai +ensableraient +ensablerais +ensablerait +ensableras +ensablerez +ensableriez +ensablerions +ensablerons +ensableront +ensables +ensablez +ensabl +ensable +ensables +ensabls +ensablrent +ensabliez +ensablions +ensablons +ensacha +ensachai +ensachaient +ensachais +ensachait +ensachant +ensachas +ensachasse +ensachassent +ensachasses +ensachassiez +ensachassions +ensachmes +ensacht +ensachtes +ensache +ensachent +ensacher +ensachera +ensacherai +ensacheraient +ensacherais +ensacherait +ensacheras +ensacherez +ensacheriez +ensacherions +ensacherons +ensacheront +ensaches +ensachez +ensach +ensache +ensaches +ensachs +ensachrent +ensachiez +ensachions +ensachons +ensanglanta +ensanglantai +ensanglantaient +ensanglantais +ensanglantait +ensanglantant +ensanglantas +ensanglantasse +ensanglantassent +ensanglantasses +ensanglantassiez +ensanglantassions +ensanglantmes +ensanglantt +ensanglanttes +ensanglante +ensanglantent +ensanglanter +ensanglantera +ensanglanterai +ensanglanteraient +ensanglanterais +ensanglanterait +ensanglanteras +ensanglanterez +ensanglanteriez +ensanglanterions +ensanglanterons +ensanglanteront +ensanglantes +ensanglantez +ensanglant +ensanglante +ensanglantes +ensanglants +ensanglantrent +ensanglantiez +ensanglantions +ensanglantons +enseigna +enseignai +enseignaient +enseignais +enseignait +enseignant +enseignante +enseignantes +enseignants +enseignas +enseignasse +enseignassent +enseignasses +enseignassiez +enseignassions +enseignmes +enseignt +enseigntes +enseigne +enseignement +enseignements +enseignent +enseigner +enseignera +enseignerai +enseigneraient +enseignerais +enseignerait +enseigneras +enseignerez +enseigneriez +enseignerions +enseignerons +enseigneront +enseignes +enseignez +enseign +enseigne +enseignes +enseigns +enseignrent +enseigniez +enseignions +enseignons +ensemble +ensembles +ensemblier +ensembliers +ensemence +ensemencement +ensemencements +ensemencent +ensemencer +ensemencera +ensemencerai +ensemenceraient +ensemencerais +ensemencerait +ensemenceras +ensemencerez +ensemenceriez +ensemencerions +ensemencerons +ensemenceront +ensemences +ensemenc +ensemence +ensemences +ensemencrent +ensemenciez +ensemencions +ensemena +ensemenai +ensemenaient +ensemenais +ensemenait +ensemenant +ensemenas +ensemenasse +ensemenassent +ensemenasses +ensemenassiez +ensemenassions +ensemenmes +ensement +ensementes +ensemenons +enserra +enserrai +enserraient +enserrais +enserrait +enserrant +enserras +enserrasse +enserrassent +enserrasses +enserrassiez +enserrassions +enserrmes +enserrt +enserrtes +enserre +enserrent +enserrer +enserrera +enserrerai +enserreraient +enserrerais +enserrerait +enserreras +enserrerez +enserreriez +enserrerions +enserrerons +enserreront +enserres +enserrez +enserr +enserre +enserres +enserrs +enserrrent +enserriez +enserrions +enserrons +enseveli +ensevelie +ensevelies +ensevelir +ensevelira +ensevelirai +enseveliraient +ensevelirais +ensevelirait +enseveliras +ensevelirent +ensevelirez +enseveliriez +ensevelirions +ensevelirons +enseveliront +ensevelis +ensevelissaient +ensevelissais +ensevelissait +ensevelissant +ensevelisse +ensevelissement +ensevelissements +ensevelissent +ensevelisses +ensevelissiez +ensevelissions +ensevelit +ensevelmes +ensevelt +enseveltes +ensila +ensilage +ensilages +ensilai +ensilaient +ensilais +ensilait +ensilant +ensilas +ensilasse +ensilassent +ensilasses +ensilassiez +ensilassions +ensilmes +ensilt +ensiltes +ensile +ensilent +ensiler +ensilera +ensilerai +ensileraient +ensilerais +ensilerait +ensileras +ensilerez +ensileriez +ensilerions +ensilerons +ensileront +ensiles +ensilez +ensil +ensile +ensiles +ensils +ensilrent +ensiliez +ensilions +ensilons +ensoleillement +ensoleillements +ensoleill +ensoleille +ensoleilles +ensoleills +ensommeill +ensommeille +ensommeilles +ensommeills +ensorcela +ensorcelai +ensorcelaient +ensorcelais +ensorcelait +ensorcelant +ensorcelas +ensorcelasse +ensorcelassent +ensorcelasses +ensorcelassiez +ensorcelassions +ensorcelmes +ensorcelt +ensorceltes +ensorceler +ensorceleur +ensorceleurs +ensorceleuse +ensorceleuses +ensorcelez +ensorcel +ensorcele +ensorceles +ensorcels +ensorcelrent +ensorceliez +ensorcelions +ensorcelle +ensorcellement +ensorcellements +ensorcellent +ensorcellera +ensorcellerai +ensorcelleraient +ensorcellerais +ensorcellerait +ensorcelleras +ensorcellerez +ensorcelleriez +ensorcellerions +ensorcellerons +ensorcelleront +ensorcelles +ensorcelons +ensuis +ensuit +ensuite +ensuivaient +ensuivais +ensuivait +ensuivant +ensuive +ensuivent +ensuives +ensuivez +ensuivi +ensuivie +ensuivies +ensuiviez +ensuivions +ensuivirent +ensuivis +ensuivisse +ensuivissent +ensuivisses +ensuivissiez +ensuivissions +ensuivit +ensuivmes +ensuivt +ensuivtes +ensuivons +ensuivra +ensuivrai +ensuivraient +ensuivrais +ensuivrait +ensuivras +ensuivre +ensuivrez +ensuivriez +ensuivrions +ensuivrons +ensuivront +enta +entablement +entablements +entacha +entachai +entachaient +entachais +entachait +entachant +entachas +entachasse +entachassent +entachasses +entachassiez +entachassions +entachmes +entacht +entachtes +entache +entachent +entacher +entachera +entacherai +entacheraient +entacherais +entacherait +entacheras +entacherez +entacheriez +entacherions +entacherons +entacheront +entaches +entachez +entach +entache +entaches +entachs +entachrent +entachiez +entachions +entachons +entai +entaient +entailla +entaillai +entaillaient +entaillais +entaillait +entaillant +entaillas +entaillasse +entaillassent +entaillasses +entaillassiez +entaillassions +entaillmes +entaillt +entailltes +entaille +entaillent +entailler +entaillera +entaillerai +entailleraient +entaillerais +entaillerait +entailleras +entaillerez +entailleriez +entaillerions +entaillerons +entailleront +entailles +entaillez +entaill +entaille +entailles +entaills +entaillrent +entailliez +entaillions +entaillons +entais +entait +entama +entamai +entamaient +entamais +entamait +entamant +entamas +entamasse +entamassent +entamasses +entamassiez +entamassions +entammes +entamt +entamtes +entame +entament +entamer +entamera +entamerai +entameraient +entamerais +entamerait +entameras +entamerez +entameriez +entamerions +entamerons +entameront +entames +entamez +entam +entame +entames +entams +entamrent +entamiez +entamions +entamons +entant +entartra +entartrai +entartraient +entartrais +entartrait +entartrant +entartras +entartrasse +entartrassent +entartrasses +entartrassiez +entartrassions +entartrmes +entartrt +entartrtes +entartre +entartrent +entartrer +entartrera +entartrerai +entartreraient +entartrerais +entartrerait +entartreras +entartrerez +entartreriez +entartrerions +entartrerons +entartreront +entartres +entartrez +entartr +entartre +entartres +entartrs +entartrrent +entartriez +entartrions +entartrons +entas +entassa +entassai +entassaient +entassais +entassait +entassant +entassas +entassasse +entassassent +entassasses +entassassiez +entassassions +entassmes +entasst +entasstes +entasse +entassement +entassements +entassent +entasser +entassera +entasserai +entasseraient +entasserais +entasserait +entasseras +entasserez +entasseriez +entasserions +entasserons +entasseront +entasses +entassez +entass +entasse +entasses +entasss +entassrent +entassiez +entassions +entassons +entmes +entt +enttes +ente +entend +entendaient +entendais +entendait +entendant +entende +entendement +entendements +entendent +entenderez +entendes +entendeur +entendez +entendiez +entendions +entendirent +entendis +entendisse +entendissent +entendisses +entendissiez +entendissions +entendit +entendmes +entendt +entendtes +entendons +entendra +entendrai +entendraient +entendrais +entendrait +entendras +entendre +entendrez +entendriez +entendrions +entendrons +entendront +entends +entendu +entendue +entendues +entendus +entent +entente +ententes +enter +entera greffer +enterai greffer +enteraient greffer +enterais greffer +enterait greffer +enteras greffer +enterez greffer +enteriez greffer +enterions greffer +enterons greffer +enteront greffer +enterra +enterrai +enterraient +enterrais +enterrait +enterrant +enterras +enterrasse +enterrassent +enterrasses +enterrassiez +enterrassions +enterrmes +enterrt +enterrtes +enterre +enterrement +enterrements +enterrent +enterrer +enterrera +enterrerai +enterreraient +enterrerais +enterrerait +enterreras +enterrerez +enterreriez +enterrerions +enterrerons +enterreront +enterres +enterrez +enterr +enterre +enterres +enterrs +enterrrent +enterriez +enterrions +enterrons +entes +entez +ent +ente +entes +entrina +entrinai +entrinaient +entrinais +entrinait +entrinant +entrinas +entrinasse +entrinassent +entrinasses +entrinassiez +entrinassions +entrinmes +entrint +entrintes +entrine +entrinent +entriner +entrinera +entrinerai +entrineraient +entrinerais +entrinerait +entrineras +entrinerez +entrineriez +entrinerions +entrinerons +entrineront +entrines +entrinez +entrin +entrine +entrines +entrins +entrinrent +entriniez +entrinions +entrinons +entrite +entrites +ents +entrent gref +entta +enttai +enttaient +enttais +enttait +enttant +enttas +enttasse +enttassent +enttasses +enttassiez +enttassions +enttmes +enttt +entttes +entte +enttement +enttements +enttent +entter +enttera +entterai +entteraient +entterais +entterait +entteras +entterez +entteriez +entterions +entterons +entteront +enttes +enttez +entt +entte +enttes +entts +enttrent +enttiez +enttions +enttons +enthousiasma +enthousiasmai +enthousiasmaient +enthousiasmais +enthousiasmait +enthousiasmant +enthousiasmas +enthousiasmasse +enthousiasmassent +enthousiasmasses +enthousiasmassiez +enthousiasmassions +enthousiasmmes +enthousiasmt +enthousiasmtes +enthousiasme +enthousiasment +enthousiasmer +enthousiasmera +enthousiasmerai +enthousiasmeraient +enthousiasmerais +enthousiasmerait +enthousiasmeras +enthousiasmerez +enthousiasmeriez +enthousiasmerions +enthousiasmerons +enthousiasmeront +enthousiasmes +enthousiasmez +enthousiasm +enthousiasme +enthousiasmes +enthousiasms +enthousiasmrent +enthousiasmiez +enthousiasmions +enthousiasmons +enthousiaste +enthousiastes +enticha +entichai +entichaient +entichais +entichait +entichant +entichas +entichasse +entichassent +entichasses +entichassiez +entichassions +entichmes +enticht +entichtes +entiche +entichement +entichements +entichent +enticher +entichera +enticherai +enticheraient +enticherais +enticherait +enticheras +enticherez +enticheriez +enticherions +enticherons +enticheront +entiches +entichez +entich +entiche +entiches +entichs +entichrent +entichiez +entichions +entichons +entier +entiers +entiez gref +entire +entirement +entires +entions gref +entit +entits +entoila +entoilage +entoilages +entoilai +entoilaient +entoilais +entoilait +entoilant +entoilas +entoilasse +entoilassent +entoilasses +entoilassiez +entoilassions +entoilmes +entoilt +entoiltes +entoile +entoilent +entoiler +entoilera +entoilerai +entoileraient +entoilerais +entoilerait +entoileras +entoilerez +entoileriez +entoilerions +entoilerons +entoileront +entoiles +entoilez +entoil +entoile +entoiles +entoils +entoilrent +entoiliez +entoilions +entoilons +entomologie +entomologiste +entomologistes +entonna +entonnai +entonnaient +entonnais +entonnait +entonnant +entonnas +entonnasse +entonnassent +entonnasses +entonnassiez +entonnassions +entonnmes +entonnt +entonntes +entonne +entonnent +entonner +entonnera +entonnerai +entonneraient +entonnerais +entonnerait +entonneras +entonnerez +entonneriez +entonnerions +entonnerons +entonneront +entonnes +entonnez +entonn +entonne +entonnes +entonns +entonnrent +entonniez +entonnions +entonnoir +entonnoirs +entonnons +entons greffer +entorse +entorses +entortilla +entortillai +entortillaient +entortillais +entortillait +entortillant +entortillas +entortillasse +entortillassent +entortillasses +entortillassiez +entortillassions +entortillmes +entortillt +entortilltes +entortille +entortillement +entortillements +entortillent +entortiller +entortillera +entortillerai +entortilleraient +entortillerais +entortillerait +entortilleras +entortillerez +entortilleriez +entortillerions +entortillerons +entortilleront +entortilles +entortillez +entortill +entortille +entortilles +entortills +entortillrent +entortilliez +entortillions +entortillons +entour +entoura +entourage +entourages +entourai +entouraient +entourais +entourait +entourant +entouras +entourasse +entourassent +entourasses +entourassiez +entourassions +entourmes +entourt +entourtes +entoure +entourent +entourer +entourera +entourerai +entoureraient +entourerais +entourerait +entoureras +entourerez +entoureriez +entourerions +entourerons +entoureront +entoures +entourez +entour +entoure +entoures +entours +entourrent +entouriez +entourions +entournure +entournures +entourons +entra +entracte +entractes +entrai +entraida +entraidai +entraidaient +entraidais +entraidait +entraidant +entraidas +entraidasse +entraidassent +entraidasses +entraidassiez +entraidassions +entraidmes +entraidt +entraidtes +entraide +entraident +entraider +entraidera +entraiderai +entraideraient +entraiderais +entraiderait +entraideras +entraiderez +entraideriez +entraiderions +entraiderons +entraideront +entraides +entraidez +entraid +entraide +entraides +entraids +entraidrent +entraidiez +entraidions +entraidons +entraient +entrailles +entrain +entrains +entrais +entrait +entrana +entranai +entranaient +entranais +entranait +entranant +entranas +entranasse +entranassent +entranasses +entranassiez +entranassions +entranmes +entrant +entrantes +entrane +entranement +entranements +entranent +entraner +entranera +entranerai +entraneraient +entranerais +entranerait +entraneras +entranerez +entraneriez +entranerions +entranerons +entraneront +entranes +entraneur +entraneurs +entraneuse +entraneuses +entranez +entran +entrane +entranes +entrans +entranrent +entraniez +entranions +entranons +entrant +entrants +entras +entrasse +entrassent +entrasses +entrassiez +entrassions +entrava +entravai +entravaient +entravais +entravait +entravant +entravas +entravasse +entravassent +entravasses +entravassiez +entravassions +entravmes +entravt +entravtes +entrave +entravent +entraver +entravera +entraverai +entraveraient +entraverais +entraverait +entraveras +entraverez +entraveriez +entraverions +entraverons +entraveront +entraves +entravez +entrav +entrave +entraves +entravs +entravrent +entraviez +entravions +entravons +entrina +entrinai +entrinaient +entrinais +entrinait +entrinant +entrinas +entrinasse +entrinassent +entrinasses +entrinassiez +entrinassions +entrinmes +entrint +entrintes +entrine +entrinement +entrinements +entrinent +entriner +entrinera +entrinerai +entrineraient +entrinerais +entrinerait +entrineras +entrinerez +entrineriez +entrinerions +entrinerons +entrineront +entrines +entrineur +entrineurs +entrineuse +entrineuses +entrinez +entrin +entrines +entrins +entrinrent +entriniez +entrinions +entrinons +entrmes +entrt +entrtes +entre +entrebilla +entrebillai +entrebillaient +entrebillais +entrebillait +entrebillant +entrebillas +entrebillasse +entrebillassent +entrebillasses +entrebillassiez +entrebillassions +entrebillmes +entrebillt +entrebilltes +entrebille +entrebillement +entrebillements +entrebillent +entrebiller +entrebillera +entrebillerai +entrebilleraient +entrebillerais +entrebillerait +entrebilleras +entrebillerez +entrebilleriez +entrebillerions +entrebillerons +entrebilleront +entrebilles +entrebillez +entrebill +entrebille +entrebilles +entrebills +entrebillrent +entrebilliez +entrebillions +entrebillons +entrechat +entrechats +entrechoqua +entrechoquai +entrechoquaient +entrechoquais +entrechoquait +entrechoquant +entrechoquas +entrechoquasse +entrechoquassent +entrechoquasses +entrechoquassiez +entrechoquassions +entrechoqumes +entrechoqut +entrechoqutes +entrechoque +entrechoquent +entrechoquer +entrechoquera +entrechoquerai +entrechoqueraient +entrechoquerais +entrechoquerait +entrechoqueras +entrechoquerez +entrechoqueriez +entrechoquerions +entrechoquerons +entrechoqueront +entrechoques +entrechoquez +entrechoqu +entrechoque +entrechoques +entrechoqus +entrechoqurent +entrechoquiez +entrechoquions +entrechoquons +entrecoupa +entrecoupai +entrecoupaient +entrecoupais +entrecoupait +entrecoupant +entrecoupas +entrecoupasse +entrecoupassent +entrecoupasses +entrecoupassiez +entrecoupassions +entrecoupmes +entrecoupt +entrecouptes +entrecoupe +entrecoupent +entrecouper +entrecoupera +entrecouperai +entrecouperaient +entrecouperais +entrecouperait +entrecouperas +entrecouperez +entrecouperiez +entrecouperions +entrecouperons +entrecouperont +entrecoupes +entrecoupez +entrecoup +entrecoupe +entrecoupes +entrecoups +entrecouprent +entrecoupiez +entrecoupions +entrecoupons +entrecte +entrectes +entrecroisa +entrecroisai +entrecroisaient +entrecroisais +entrecroisait +entrecroisant +entrecroisas +entrecroisasse +entrecroisassent +entrecroisasses +entrecroisassiez +entrecroisassions +entrecroismes +entrecroist +entrecroistes +entrecroise +entrecroisement +entrecroisements +entrecroisent +entrecroiser +entrecroisera +entrecroiserai +entrecroiseraient +entrecroiserais +entrecroiserait +entrecroiseras +entrecroiserez +entrecroiseriez +entrecroiserions +entrecroiserons +entrecroiseront +entrecroises +entrecroisez +entrecrois +entrecroise +entrecroises +entrecroiss +entrecroisrent +entrecroisiez +entrecroisions +entrecroisons +entrefaite +entrefaites +entrefilet +entrefilets +entregent +entregents +entrejambe +entrejambes +entrelace +entrelacement +entrelacements +entrelacent +entrelacer +entrelacera +entrelacerai +entrelaceraient +entrelacerais +entrelacerait +entrelaceras +entrelacerez +entrelaceriez +entrelacerions +entrelacerons +entrelaceront +entrelaces +entrelacez +entrelac +entrelace +entrelaces +entrelacs +entrelacrent +entrelaciez +entrelacions +entrelacs +entrelaa +entrelaai +entrelaaient +entrelaais +entrelaait +entrelaant +entrelaas +entrelaasse +entrelaassent +entrelaasses +entrelaassiez +entrelaassions +entrelames +entrelat +entrelates +entrelaons +entrelarda +entrelardai +entrelardaient +entrelardais +entrelardait +entrelardant +entrelardas +entrelardasse +entrelardassent +entrelardasses +entrelardassiez +entrelardassions +entrelardmes +entrelardt +entrelardtes +entrelarde +entrelardent +entrelarder +entrelardera +entrelarderai +entrelarderaient +entrelarderais +entrelarderait +entrelarderas +entrelarderez +entrelarderiez +entrelarderions +entrelarderons +entrelarderont +entrelardes +entrelardez +entrelard +entrelarde +entrelardes +entrelards +entrelardrent +entrelardiez +entrelardions +entrelardons +entremet +entremets +entremettaient +entremettais +entremettait +entremettant +entremette +entremettent +entremettes +entremetteur +entremetteurs +entremetteuse +entremetteuses +entremettez +entremettiez +entremettions +entremettons +entremettra +entremettrai +entremettraient +entremettrais +entremettrait +entremettras +entremettre +entremettrez +entremettriez +entremettrions +entremettrons +entremettront +entremla +entremlai +entremlaient +entremlais +entremlait +entremlant +entremlas +entremlasse +entremlassent +entremlasses +entremlassiez +entremlassions +entremlmes +entremlt +entremltes +entremle +entremlent +entremler +entremlera +entremlerai +entremleraient +entremlerais +entremlerait +entremleras +entremlerez +entremleriez +entremlerions +entremlerons +entremleront +entremles +entremlez +entreml +entremle +entremles +entremls +entremlrent +entremliez +entremlions +entremlons +entremirent +entremis +entremise +entremises +entremisse +entremissent +entremisses +entremissiez +entremissions +entremit +entremmes +entremt +entremtes +entrent +entrepont +entreponts +entreposa +entreposai +entreposaient +entreposais +entreposait +entreposant +entreposas +entreposasse +entreposassent +entreposasses +entreposassiez +entreposassions +entreposmes +entrepost +entrepostes +entrepose +entreposent +entreposer +entreposera +entreposerai +entreposeraient +entreposerais +entreposerait +entreposeras +entreposerez +entreposeriez +entreposerions +entreposerons +entreposeront +entreposes +entreposez +entrepos +entrepose +entreposes +entreposs +entreposrent +entreposiez +entreposions +entreposons +entrept +entrepts +entreprenaient +entreprenais +entreprenait +entreprenant +entreprenante +entreprenantes +entreprenants +entreprend +entreprendra +entreprendrai +entreprendraient +entreprendrais +entreprendrait +entreprendras +entreprendre +entreprendrez +entreprendriez +entreprendrions +entreprendrons +entreprendront +entreprends +entrepreneur +entrepreneurs +entrepreneuse +entrepreneuses +entreprenez +entrepreniez +entreprenions +entreprenne +entreprennent +entreprennes +entreprenons +entreprirent +entrepris +entreprise +entreprises +entreprisse +entreprissent +entreprisses +entreprissiez +entreprissions +entreprit +entreprmes +entreprt +entreprtes +entrer +entrera +entrerai +entreraient +entrerais +entrerait +entreras +entrerez +entreriez +entrerions +entrerons +entreront +entres +entresol +entresols +entretailla +entretaillai +entretaillaient +entretaillais +entretaillait +entretaillant +entretaillas +entretaillasse +entretaillassent +entretaillasses +entretaillassiez +entretaillassions +entretaillmes +entretaillt +entretailltes +entretaille +entretaillent +entretailler +entretaillera +entretaillerai +entretailleraient +entretaillerais +entretaillerait +entretailleras +entretaillerez +entretailleriez +entretaillerions +entretaillerons +entretailleront +entretailles +entretaillez +entretaill +entretaille +entretailles +entretaills +entretaillrent +entretailliez +entretaillions +entretaillons +entretenaient +entretenais +entretenait +entretenant +entretenez +entreteniez +entretenions +entretenir +entretenons +entretenu +entretenue +entretenues +entretenus +entretien +entretiendra +entretiendrai +entretiendraient +entretiendrais +entretiendrait +entretiendras +entretiendrez +entretiendriez +entretiendrions +entretiendrons +entretiendront +entretienne +entretiennent +entretiennes +entretiens +entretient +entretins +entretinsse +entretinssent +entretinsses +entretinssiez +entretinssions +entretint +entretirent +entretnmes +entretnt +entretntes +entretoise +entretoises +entreverra +entreverrai +entreverraient +entreverrais +entreverrait +entreverras +entreverrez +entreverriez +entreverrions +entreverrons +entreverront +entrevirent +entrevis +entrevisse +entrevissent +entrevisses +entrevissiez +entrevissions +entrevit +entrevmes +entrevt +entrevtes +entrevoie +entrevoient +entrevoies +entrevoir +entrevois +entrevoit +entrevoyaient +entrevoyais +entrevoyait +entrevoyant +entrevoyez +entrevoyiez +entrevoyions +entrevoyons +entrevu +entrevue +entrevues +entrevus +entrez +entr +entre +entres +entrs +entrrent +entriez +entrions +entrons +entrouvert +entrouverte +entrouvertes +entrouverts +entrouvraient +entrouvrais +entrouvrait +entrouvrant +entrouvre +entrouvrent +entrouvres +entrouvrez +entrouvriez +entrouvrions +entrouvrir +entrouvrira +entrouvrirai +entrouvriraient +entrouvrirais +entrouvrirait +entrouvriras +entrouvrirent +entrouvrirez +entrouvririez +entrouvririons +entrouvrirons +entrouvriront +entrouvris +entrouvrisse +entrouvrissent +entrouvrisses +entrouvrissiez +entrouvrissions +entrouvrit +entrouvrmes +entrouvrt +entrouvrtes +entrouvrons +entub +entubs +envahi +envahie +envahies +envahir +envahira +envahirai +envahiraient +envahirais +envahirait +envahiras +envahirent +envahirez +envahiriez +envahirions +envahirons +envahiront +envahis +envahissaient +envahissais +envahissait +envahissant +envahisse +envahissement +envahissements +envahissent +envahisses +envahisseur +envahisseurs +envahissiez +envahissions +envahissons +envahit +envahmes +envaht +envahtes +envasa +envasai +envasaient +envasais +envasait +envasant +envasas +envasasse +envasassent +envasasses +envasassiez +envasassions +envasmes +envast +envastes +envase +envasement +envasements +envasent +envaser +envasera +envaserai +envaseraient +envaserais +envaserait +envaseras +envaserez +envaseriez +envaserions +envaserons +envaseront +envases +envasez +envas +envase +envases +envass +envasrent +envasiez +envasions +envasons +enveloppa +enveloppai +enveloppaient +enveloppais +enveloppait +enveloppant +enveloppas +enveloppasse +enveloppassent +enveloppasses +enveloppassiez +enveloppassions +enveloppmes +enveloppt +envelopptes +enveloppe +enveloppement +enveloppements +enveloppent +envelopper +enveloppera +envelopperai +envelopperaient +envelopperais +envelopperait +envelopperas +envelopperez +envelopperiez +envelopperions +envelopperons +envelopperont +enveloppes +enveloppez +envelopp +enveloppe +enveloppes +envelopps +envelopprent +enveloppiez +enveloppions +enveloppons +envenima +envenimai +envenimaient +envenimais +envenimait +envenimant +envenimas +envenimasse +envenimassent +envenimasses +envenimassiez +envenimassions +envenimmes +envenimt +envenimtes +envenime +enveniment +envenimer +envenimera +envenimerai +envenimeraient +envenimerais +envenimerait +envenimeras +envenimerez +envenimeriez +envenimerions +envenimerons +envenimeront +envenimes +envenimez +envenim +envenime +envenimes +envenims +envenimrent +envenimiez +envenimions +envenimons +envergure +envergures +enverra +enverrez +envers +envi +envia +enviable +enviables +enviai +enviaient +enviais +enviait +enviant +envias +enviasse +enviassent +enviasses +enviassiez +enviassions +envimes +envit +envites +envie +envient +envier +enviera +envierai +envieraient +envierais +envierait +envieras +envierez +envieriez +envierions +envierons +envieront +envies +envieuse +envieuses +envieux +enviez +envi +envie +envies +envis +envirent +enviiez +enviions +envila +envions +environ +environna +environnai +environnaient +environnais +environnait +environnant +environnante +environnantes +environnants +environnas +environnasse +environnassent +environnasses +environnassiez +environnassions +environnmes +environnt +environntes +environne +environnement +environnements +environnent +environner +environnera +environnerai +environneraient +environnerais +environnerait +environneras +environnerez +environneriez +environnerions +environnerons +environneront +environnes +environnez +environn +environne +environnes +environns +environnrent +environniez +environnions +environnons +environs +envisage +envisagea +envisageable +envisageai +envisageaient +envisageais +envisageait +envisageant +envisageas +envisageasse +envisageassent +envisageasses +envisageassiez +envisageassions +envisagemes +envisaget +envisagetes +envisagent +envisageons +envisager +envisagera +envisagerai +envisageraient +envisagerais +envisagerait +envisageras +envisagerez +envisageriez +envisagerions +envisagerons +envisageront +envisages +envisagez +envisag +envisage +envisages +envisags +envisagrent +envisagiez +envisagions +envoi +envoie +envoient +envoiera +envoierai +envoieraient +envoierais +envoierait +envoieras +envoierez +envoieriez +envoierions +envoierons +envoieront +envoies +envois +envoit +envol +envola +envolai +envolaient +envolais +envolait +envolant +envolas +envolasse +envolassent +envolasses +envolassiez +envolassions +envolmes +envolt +envoltes +envole +envolent +envoler +envolera +envolerai +envoleraient +envolerais +envolerait +envoleras +envolerez +envoleriez +envolerions +envolerons +envoleront +envoles +envolez +envol +envole +envoles +envols +envolrent +envoliez +envolions +envolons +envols +envota +envotai +envotaient +envotais +envotait +envotant +envotas +envotasse +envotassent +envotasses +envotassiez +envotassions +envotmes +envott +envottes +envote +envotement +envotements +envotent +envoter +envotera +envoterai +envoteraient +envoterais +envoterait +envoteras +envoterez +envoteriez +envoterions +envoterons +envoteront +envotes +envotez +envot +envote +envotes +envots +envotrent +envotiez +envotions +envotons +envoya +envoyai +envoyaient +envoyais +envoyait +envoyant +envoyas +envoyasse +envoyassent +envoyasses +envoyassiez +envoyassions +envoymes +envoyt +envoytes +envoyer +envoyeur +envoyeurs +envoyeuse +envoyeuses +envoyez +envoy +envoye +envoyes +envoys +envoyrent +envoyiez +envoyions +envoyons +enzymatique +enzymatiques +enzyme +enzymes +eprom +eproms +erg +ergonomie +ergonomies +ergonomique +ergonomiques +ergot +ergota +ergotai +ergotaient +ergotais +ergotait +ergotant +ergotas +ergotasse +ergotassent +ergotasses +ergotassiez +ergotassions +ergotmes +ergott +ergottes +ergote +ergotent +ergoter +ergotera +ergoterai +ergoteraient +ergoterais +ergoterait +ergoteras +ergoterez +ergoteriez +ergoterions +ergoterons +ergoteront +ergotes +ergoteur +ergoteurs +ergoteuse +ergoteuses +ergotez +ergot +ergote +ergotes +ergots +ergotrent +ergotiez +ergotions +ergotons +ergots +ergs +ermitage +ermitages +ermite +ermites +erra +errai +erraient +errais +errait +errant +errante +errantes +errants +erras +errasse +errassent +errasses +errassiez +errassions +errata +erratique +erratiques +errmes +errt +errtes +erre +errements +errent +errer +errera +errerai +erreraient +errerais +errerait +erreras +errerez +erreriez +errerions +errerons +erreront +erres +erreur +erreurs +errez +err +erre +erres +errs +errrent +erriez +errions +erron +errone +errones +errons +erronne +errons +ersatz +es +esbigna +esbignai +esbignaient +esbignais +esbignait +esbignant +esbignas +esbignasse +esbignassent +esbignasses +esbignassiez +esbignassions +esbignmes +esbignt +esbigntes +esbigne +esbignent +esbigner +esbignera +esbignerai +esbigneraient +esbignerais +esbignerait +esbigneras +esbignerez +esbigneriez +esbignerions +esbignerons +esbigneront +esbignes +esbignez +esbign +esbigne +esbignes +esbigns +esbignrent +esbigniez +esbignions +esbignons +esbroufa +esbroufai +esbroufaient +esbroufais +esbroufait +esbroufant +esbroufas +esbroufasse +esbroufassent +esbroufasses +esbroufassiez +esbroufassions +esbroufmes +esbrouft +esbrouftes +esbroufe +esbroufent +esbroufer +esbroufera +esbrouferai +esbrouferaient +esbrouferais +esbrouferait +esbrouferas +esbrouferez +esbrouferiez +esbrouferions +esbrouferons +esbrouferont +esbroufes +esbroufez +esbrouf +esbroufe +esbroufes +esbroufs +esbroufrent +esbroufiez +esbroufions +esbroufons +escabeau +escabeaux +escadre +escadres +escadrille +escadrilles +escadron +escadrons +escalada +escaladai +escaladaient +escaladais +escaladait +escaladant +escaladas +escaladasse +escaladassent +escaladasses +escaladassiez +escaladassions +escaladmes +escaladt +escaladtes +escalade +escaladent +escalader +escaladera +escaladerai +escaladeraient +escaladerais +escaladerait +escaladeras +escaladerez +escaladeriez +escaladerions +escaladerons +escaladeront +escalades +escaladez +escalad +escalade +escalades +escalads +escaladrent +escaladiez +escaladions +escaladons +escale +escales +escalier +escaliers +escalope +escalopes +escamota +escamotable +escamotables +escamotage +escamotages +escamotai +escamotaient +escamotais +escamotait +escamotant +escamotas +escamotasse +escamotassent +escamotasses +escamotassiez +escamotassions +escamotmes +escamott +escamottes +escamote +escamotent +escamoter +escamotera +escamoterai +escamoteraient +escamoterais +escamoterait +escamoteras +escamoterez +escamoteriez +escamoterions +escamoterons +escamoteront +escamotes +escamoteur +escamoteurs +escamoteuse +escamoteuses +escamotez +escamot +escamote +escamotes +escamots +escamotrent +escamotiez +escamotions +escamotons +escampette +escapade +escapades +escarbille +escarbilles +escarboucle +escarcelle +escarcelles +escargot +escargotire +escargotires +escargots +escarmouche +escarmouches +escarpe +escarpement +escarpements +escarpes +escarp +escarpe +escarpes +escarps +escarpin +escarpins +escarpolette +escarpolettes +escarre +escarres +esche +esches +escient +esclaffa +esclaffai +esclaffaient +esclaffais +esclaffait +esclaffant +esclaffas +esclaffasse +esclaffassent +esclaffasses +esclaffassiez +esclaffassions +esclaffmes +esclafft +esclafftes +esclaffe +esclaffent +esclaffer +esclaffera +esclafferai +esclafferaient +esclafferais +esclafferait +esclafferas +esclafferez +esclafferiez +esclafferions +esclafferons +esclafferont +esclaffes +esclaffez +esclaff +esclaffe +esclaffes +esclaffs +esclaffrent +esclaffiez +esclaffions +esclaffons +esclandre +esclandres +esclavage +esclavages +esclavagiste +esclavagistes +esclave +esclaves +escogriffe +escogriffes +escompta +escomptai +escomptaient +escomptais +escomptait +escomptant +escomptas +escomptasse +escomptassent +escomptasses +escomptassiez +escomptassions +escomptmes +escomptt +escompttes +escompte +escomptent +escompter +escomptera +escompterai +escompteraient +escompterais +escompterait +escompteras +escompterez +escompteriez +escompterions +escompterons +escompteront +escomptes +escompteur +escompteure +escompteures +escompteurs +escomptez +escompt +escompte +escomptes +escompts +escomptrent +escomptiez +escomptions +escomptons +escorta +escortai +escortaient +escortais +escortait +escortant +escortas +escortasse +escortassent +escortasses +escortassiez +escortassions +escortmes +escortt +escorttes +escorte +escortent +escorter +escortera +escorterai +escorteraient +escorterais +escorterait +escorteras +escorterez +escorteriez +escorterions +escorterons +escorteront +escortes +escortez +escort +escorte +escortes +escorts +escortrent +escortiez +escortions +escortons +escouade +escouades +escrima +escrimai +escrimaient +escrimais +escrimait +escrimant +escrimas +escrimasse +escrimassent +escrimasses +escrimassiez +escrimassions +escrimmes +escrimt +escrimtes +escrime +escriment +escrimer +escrimera +escrimerai +escrimeraient +escrimerais +escrimerait +escrimeras +escrimerez +escrimeriez +escrimerions +escrimerons +escrimeront +escrimes +escrimeur +escrimeurs +escrimeuse +escrimeuses +escrimez +escrim +escrime +escrimes +escrims +escrimrent +escrimiez +escrimions +escrimons +escroc +escrocs +escroqua +escroquai +escroquaient +escroquais +escroquait +escroquant +escroquas +escroquasse +escroquassent +escroquasses +escroquassiez +escroquassions +escroqumes +escroqut +escroqutes +escroque +escroquent +escroquer +escroquera +escroquerai +escroqueraient +escroquerais +escroquerait +escroqueras +escroquerez +escroquerie +escroqueries +escroqueriez +escroquerions +escroquerons +escroqueront +escroques +escroqueur +escroqueurs +escroqueuse +escroqueuses +escroquez +escroqu +escroque +escroques +escroqus +escroqurent +escroquiez +escroquions +escroquons +esotrique +esotriques +esotrisme +esotrismes +espace +espacement +espacements +espacent +espacer +espacera +espacerai +espaceraient +espacerais +espacerait +espaceras +espacerez +espaceriez +espacerions +espacerons +espaceront +espaces +espacez +espac +espace +espaces +espacs +espacrent +espaciez +espacions +espaa +espaai +espaaient +espaais +espaait +espaant +espaas +espaasse +espaassent +espaasses +espaassiez +espaassions +espames +espat +espates +espaons +espadrille +espadrilles +espagne +espagnol +espagnole +espagnoles +espagnolette +espagnolettes +espagnols +espalier +espaliers +espra +esprai +espraient +esprais +esprait +esprance +esprances +esprant +esprantiste +esprantistes +espranto +espras +esprasse +esprassent +esprasses +esprassiez +esprassions +esprmes +esprt +esprtes +esprer +esprera +esprerai +espreraient +esprerais +esprerait +espreras +esprerez +espreriez +esprerions +esprerons +espreront +esprez +espr +espre +espres +esprs +esprrent +espriez +esprions +esprons +espce +espces +espre +esprent +espres +espigle +espiglerie +espigleries +espigles +espion +espionna +espionnage +espionnages +espionnai +espionnaient +espionnais +espionnait +espionnant +espionnas +espionnasse +espionnassent +espionnasses +espionnassiez +espionnassions +espionnmes +espionnt +espionntes +espionne +espionnent +espionner +espionnera +espionnerai +espionneraient +espionnerais +espionnerait +espionneras +espionnerez +espionneriez +espionnerions +espionnerons +espionneront +espionnes +espionnez +espionn +espionne +espionnes +espionns +espionnrent +espionniez +espionnions +espionnons +espions +esplanade +esplanades +espoir +espoirs +esprit +esprits +esquif +esquifs +esquille +esquilles +esquinta +esquintai +esquintaient +esquintais +esquintait +esquintant +esquintas +esquintasse +esquintassent +esquintasses +esquintassiez +esquintassions +esquintmes +esquintt +esquinttes +esquinte +esquintent +esquinter +esquintera +esquinterai +esquinteraient +esquinterais +esquinterait +esquinteras +esquinterez +esquinteriez +esquinterions +esquinterons +esquinteront +esquintes +esquintez +esquint +esquinte +esquintes +esquints +esquintrent +esquintiez +esquintions +esquintons +esquissa +esquissai +esquissaient +esquissais +esquissait +esquissant +esquissas +esquissasse +esquissassent +esquissasses +esquissassiez +esquissassions +esquissmes +esquisst +esquisstes +esquisse +esquissent +esquisser +esquissera +esquisserai +esquisseraient +esquisserais +esquisserait +esquisseras +esquisserez +esquisseriez +esquisserions +esquisserons +esquisseront +esquisses +esquissez +esquiss +esquisse +esquisses +esquisss +esquissrent +esquissiez +esquissions +esquissons +esquiva +esquivai +esquivaient +esquivais +esquivait +esquivant +esquivas +esquivasse +esquivassent +esquivasses +esquivassiez +esquivassions +esquivmes +esquivt +esquivtes +esquive +esquivent +esquiver +esquivera +esquiverai +esquiveraient +esquiverais +esquiverait +esquiveras +esquiverez +esquiveriez +esquiverions +esquiverons +esquiveront +esquives +esquivez +esquiv +esquive +esquives +esquivs +esquivrent +esquiviez +esquivions +esquivons +essai +essaie +essaient +essaiera +essaierai +essaieraient +essaierais +essaierait +essaieras +essaierez +essaieriez +essaierions +essaierons +essaieront +essaies +essaim +essaima +essaimage +essaimages +essaimai +essaimaient +essaimais +essaimait +essaimant +essaimas +essaimasse +essaimassent +essaimasses +essaimassiez +essaimassions +essaimmes +essaimt +essaimtes +essaime +essaiment +essaimer +essaimera +essaimerai +essaimeraient +essaimerais +essaimerait +essaimeras +essaimerez +essaimeriez +essaimerions +essaimerons +essaimeront +essaimes +essaimez +essaim +essaime +essaimes +essaims +essaimrent +essaimiez +essaimions +essaimons +essaims +essais +essarta +essartai +essartaient +essartais +essartait +essartant +essartas +essartasse +essartassent +essartasses +essartassiez +essartassions +essartmes +essartt +essarttes +essarte +essartent +essarter +essartera +essarterai +essarteraient +essarterais +essarterait +essarteras +essarterez +essarteriez +essarterions +essarterons +essarteront +essartes +essartez +essart +essarte +essartes +essarts +essartrent +essartiez +essartions +essartons +essarts +essaya +essayage +essayages +essayai +essayaient +essayais +essayait +essayant +essayas +essayasse +essayassent +essayasses +essayassiez +essayassions +essaymes +essayt +essaytes +essaye +essayent +essayer +essayera +essayerai +essayerais +essayerait +essayeras +essayerez +essayeriez +essayerions +essayerons +essayeront +essayes +essayez +essay +essayes +essays +essayrent +essayiez +essayions +essayiste +essayistes +essayons +esse +essence +essences +essentiel +essentielle +essentiellement +essentielles +essentiels +esses +esseul +esseule +esseules +esseuls +essieu +essieux +essor +essora +essorage +essorages +essorai +essoraient +essorais +essorait +essorant +essoras +essorasse +essorassent +essorasses +essorassiez +essorassions +essormes +essort +essortes +essore +essorent +essorer +essorera +essorerai +essoreraient +essorerais +essorerait +essoreras +essorerez +essoreriez +essorerions +essorerons +essoreront +essores +essoreuse +essoreuses +essorez +essor +essore +essores +essors +essorrent +essoriez +essorilla +essorillai +essorillaient +essorillais +essorillait +essorillant +essorillas +essorillasse +essorillassent +essorillasses +essorillassiez +essorillassions +essorillmes +essorillt +essorilltes +essorille +essorillent +essoriller +essorillera +essorillerai +essorilleraient +essorillerais +essorillerait +essorilleras +essorillerez +essorilleriez +essorillerions +essorillerons +essorilleront +essorilles +essorillez +essorill +essorille +essorilles +essorills +essorillrent +essorilliez +essorillions +essorillons +essorions +essorons +essors +essouffla +essoufflai +essoufflaient +essoufflais +essoufflait +essoufflant +essoufflas +essoufflasse +essoufflassent +essoufflasses +essoufflassiez +essoufflassions +essoufflmes +essoufflt +essouffltes +essouffle +essoufflement +essoufflements +essoufflent +essouffler +essoufflera +essoufflerai +essouffleraient +essoufflerais +essoufflerait +essouffleras +essoufflerez +essouffleriez +essoufflerions +essoufflerons +essouffleront +essouffles +essoufflez +essouffl +essouffle +essouffles +essouffls +essoufflrent +essouffliez +essoufflions +essoufflons +essuie +essuient +essuiera +essuierai +essuieraient +essuierais +essuierait +essuieras +essuierez +essuieriez +essuierions +essuierons +essuieront +essuies +essuya +essuyage +essuyages +essuyai +essuyaient +essuyais +essuyait +essuyant +essuyas +essuyasse +essuyassent +essuyasses +essuyassiez +essuyassions +essuymes +essuyt +essuytes +essuyer +essuyez +essuy +essuye +essuyes +essuys +essuyrent +essuyiez +essuyions +essuyons +est +esta +estacade +estacades +estafette +estafettes +estafilade +estafilades +estai +estaient +estais +estait +estaminet +estaminets +estampa +estampage +estampages +estampai +estampaient +estampais +estampait +estampant +estampas +estampasse +estampassent +estampasses +estampassiez +estampassions +estampmes +estampt +estamptes +estampe +estampent +estamper +estampera +estamperai +estamperaient +estamperais +estamperait +estamperas +estamperez +estamperiez +estamperions +estamperons +estamperont +estampes +estampeur +estampeurs +estampez +estamp +estampe +estampes +estamps +estamprent +estampiez +estampilla +estampillage +estampillages +estampillai +estampillaient +estampillais +estampillait +estampillant +estampillas +estampillasse +estampillassent +estampillasses +estampillassiez +estampillassions +estampillmes +estampillt +estampilltes +estampille +estampillent +estampiller +estampillera +estampillerai +estampilleraient +estampillerais +estampillerait +estampilleras +estampillerez +estampilleriez +estampillerions +estampillerons +estampilleront +estampilles +estampillez +estampill +estampille +estampilles +estampills +estampillrent +estampilliez +estampillions +estampillons +estampions +estampons +estant +estas +estasse +estassent +estasses +estassiez +estassions +estmes +estt +esttes +este +estent +ester +estera +esterai +esteraient +esterais +esterait +esteras +esterez +esteriez +esterions +esterons +esteront +estes +estez +est +este +estes +ests +estrent +esthticienne +esthticiennes +esthtique +esthtiquement +esthtiques +esthte +esthtes +estiez +estima +estimable +estimables +estimai +estimaient +estimais +estimait +estimant +estimas +estimasse +estimassent +estimasses +estimassiez +estimassions +estimatif +estimatifs +estimation +estimations +estimative +estimatives +estimmes +estimt +estimtes +estime +estiment +estimer +estimera +estimerai +estimeraient +estimerais +estimerait +estimeras +estimerez +estimeriez +estimerions +estimerons +estimeront +estimes +estimez +estim +estime +estimes +estims +estimrent +estimiez +estimions +estimons +estions +estiva +estivai +estivaient +estivais +estivait +estival +estivale +estivales +estivant +estivante +estivantes +estivants +estivas +estivasse +estivassent +estivasses +estivassiez +estivassions +estivaux +estivmes +estivt +estivtes +estive +estivent +estiver +estivera +estiverai +estiveraient +estiverais +estiverait +estiveras +estiverez +estiveriez +estiverions +estiverons +estiveront +estives +estivez +estiv +estive +estives +estivs +estivrent +estiviez +estivions +estivons +estoc +estocade +estocades +estocs +estomac +estomacs +estomaqua +estomaquai +estomaquaient +estomaquais +estomaquait +estomaquant +estomaquas +estomaquasse +estomaquassent +estomaquasses +estomaquassiez +estomaquassions +estomaqumes +estomaqut +estomaqutes +estomaque +estomaquent +estomaquer +estomaquera +estomaquerai +estomaqueraient +estomaquerais +estomaquerait +estomaqueras +estomaquerez +estomaqueriez +estomaquerions +estomaquerons +estomaqueront +estomaques +estomaquez +estomaqu +estomaque +estomaques +estomaqus +estomaqurent +estomaquiez +estomaquions +estomaquons +estompa +estompai +estompaient +estompais +estompait +estompant +estompas +estompasse +estompassent +estompasses +estompassiez +estompassions +estompmes +estompt +estomptes +estompe +estompent +estomper +estompera +estomperai +estomperaient +estomperais +estomperait +estomperas +estomperez +estomperiez +estomperions +estomperons +estomperont +estompes +estompez +estomp +estompe +estompes +estomps +estomprent +estompiez +estompions +estompons +estons +estourbi +estourbie +estourbies +estourbir +estourbira +estourbirai +estourbiraient +estourbirais +estourbirait +estourbiras +estourbirent +estourbirez +estourbiriez +estourbirions +estourbirons +estourbiront +estourbis +estourbissaient +estourbissais +estourbissait +estourbissant +estourbisse +estourbissent +estourbisses +estourbissez +estourbissiez +estourbissions +estourbissons +estourbit +estourbmes +estourbt +estourbtes +estrade +estrades +estragon +estropia +estropiai +estropiaient +estropiais +estropiait +estropiant +estropias +estropiasse +estropiassent +estropiasses +estropiassiez +estropiassions +estropimes +estropit +estropites +estropie +estropient +estropier +estropiera +estropierai +estropieraient +estropierais +estropierait +estropieras +estropierez +estropieriez +estropierions +estropierons +estropieront +estropies +estropiez +estropi +estropie +estropies +estropis +estropirent +estropiiez +estropiions +estropions +estuaire +estuaires +estudiantin +estudiantine +estudiantines +estudiantins +esturgeon +esturgeons +et +etc +ethnie +ethnies +ethnique +ethniques +ethnographe +ethnographes +ethnographie +ethnographique +ethnographiques +ethnologie +ethnologique +ethnologiques +ethnologue +ethnologues +eu +eucalyptus +eucharistie +eucharisties +eucharistique +eucharistiques +euclidien +euclidienne +euclidiennes +euclidiens +eucumnique +eucumnisme +eue +eues +eugnisme +euh +eunuque +eunuques +euphmisme +euphmismes +euphonie +euphonies +euphonique +euphoniques +euphorbe +euphorbes +euphrate +eurasien +eurasienne +eurasiennee +eurasiens +eurent +europe +europen +europenne +europennes +europens +eus +eusse +eussent +eusses +eussiez +eussions +eut +euthanasie +euthanasies +eux +emes +et +etes +ex +exacerba +exacerbai +exacerbaient +exacerbais +exacerbait +exacerbant +exacerbas +exacerbasse +exacerbassent +exacerbasses +exacerbassiez +exacerbassions +exacerbation +exacerbations +exacerbmes +exacerbt +exacerbtes +exacerbe +exacerbent +exacerber +exacerbera +exacerberai +exacerberaient +exacerberais +exacerberait +exacerberas +exacerberez +exacerberiez +exacerberions +exacerberons +exacerberont +exacerbes +exacerbez +exacerb +exacerbe +exacerbes +exacerbs +exacerbrent +exacerbiez +exacerbions +exacerbons +exact +exacte +exactement +exactes +exaction +exactions +exactitude +exacts +exagra +exagrai +exagraient +exagrais +exagrait +exagrant +exagras +exagrasse +exagrassent +exagrasses +exagrassiez +exagrassions +exagration +exagrations +exagrmes +exagrt +exagrtes +exagrer +exagrera +exagrerai +exagreraient +exagrerais +exagrerait +exagreras +exagrerez +exagreriez +exagrerions +exagrerons +exagreront +exagrez +exagr +exagre +exagres +exagrs +exagrrent +exagriez +exagrions +exagrons +exagre +exagrent +exagres +exalta +exaltai +exaltaient +exaltais +exaltait +exaltant +exaltas +exaltasse +exaltassent +exaltasses +exaltassiez +exaltassions +exaltation +exaltations +exaltmes +exaltt +exalttes +exalte +exaltent +exalter +exaltera +exalterai +exalteraient +exalterais +exalterait +exalteras +exalterez +exalteriez +exalterions +exalterons +exalteront +exaltes +exaltez +exalt +exalte +exaltes +exalts +exaltrent +exaltiez +exaltions +exaltons +examen +examens +examina +examinai +examinaient +examinais +examinait +examinant +examinas +examinasse +examinassent +examinasses +examinassiez +examinassions +examinateur +examinateurs +examinatrice +examinatrices +examinmes +examint +examintes +examine +examinent +examiner +examinera +examinerai +examineraient +examinerais +examinerait +examineras +examinerez +examineriez +examinerions +examinerons +examineront +examines +examinez +examin +examine +examines +examins +examinrent +examiniez +examinions +examinons +exaspra +exasprai +exaspraient +exasprais +exasprait +exasprant +exaspras +exasprasse +exasprassent +exasprasses +exasprassiez +exasprassions +exaspration +exasprations +exasprmes +exasprt +exasprtes +exasprer +exasprera +exasprerai +exaspreraient +exasprerais +exasprerait +exaspreras +exasprerez +exaspreriez +exasprerions +exasprerons +exaspreront +exasprez +exaspr +exaspre +exaspres +exasprs +exasprrent +exaspriez +exasprions +exasprons +exaspre +exasprent +exaspres +exauce +exaucent +exaucer +exaucera +exaucerai +exauceraient +exaucerais +exaucerait +exauceras +exaucerez +exauceriez +exaucerions +exaucerons +exauceront +exauces +exaucez +exauc +exauce +exauces +exaucs +exaucrent +exauciez +exaucions +exaua +exauai +exauaient +exauais +exauait +exauant +exauas +exauasse +exauassent +exauasses +exauassiez +exauassions +exaumes +exaut +exautes +exauons +excava +excavai +excavaient +excavais +excavait +excavant +excavas +excavasse +excavassent +excavasses +excavassiez +excavassions +excavation +excavations +excavmes +excavt +excavtes +excave +excavent +excaver +excavera +excaverai +excaveraient +excaverais +excaverait +excaveras +excaverez +excaveriez +excaverions +excaverons +excaveront +excaves +excavez +excav +excave +excaves +excavs +excavrent +excaviez +excavions +excavons +excella +excellai +excellaient +excellais +excellait +excellant +excellas +excellasse +excellassent +excellasses +excellassiez +excellassions +excellmes +excellt +excelltes +excelle +excellemment +excellence +excellences +excellent +excellente +excellents +exceller +excellera +excellerai +excelleraient +excellerais +excellerait +excelleras +excellerez +excelleriez +excellerions +excellerons +excelleront +excelles +excellez +excell +excelle +excelles +excells +excellrent +excelliez +excellions +excellons +excentra +excentrai +excentraient +excentrais +excentrait +excentrant +excentras +excentrasse +excentrassent +excentrasses +excentrassiez +excentrassions +excentrmes +excentrt +excentrtes +excentre +excentrent +excentrer +excentrera +excentrerai +excentreraient +excentrerais +excentrerait +excentreras +excentrerez +excentreriez +excentrerions +excentrerons +excentreront +excentres +excentrez +excentr +excentre +excentres +excentrs +excentrrent +excentricit +excentricits +excentriez +excentrions +excentrique +excentriquement +excentriques +excentrons +excepta +exceptai +exceptaient +exceptais +exceptait +exceptant +exceptas +exceptasse +exceptassent +exceptasses +exceptassiez +exceptassions +exceptmes +exceptt +excepttes +excepte +exceptent +excepter +exceptera +excepterai +excepteraient +excepterais +excepterait +excepteras +excepterez +excepteriez +excepterions +excepterons +excepteront +exceptes +exceptez +except +excepte +exceptes +excepts +exceptrent +exceptiez +exception +exceptionnel +exceptionnelle +exceptionnellement +exceptionnelles +exceptionnels +exceptions +exceptons +excessif +excessifs +excessive +excessivement +excessives +excda +excdai +excdaient +excdais +excdait +excdant particple +excdas +excdasse +excdassent +excdasses +excdassiez +excdassions +excdmes +excdt +excdtes +excdent +excdentaire +excdents +excder +excdera +excderai +excderaient +excderais +excderait +excderas +excderez +excderiez +excderions +excderons +excderont +excdez +excd +excde +excdes +excds +excdrent +excdiez +excdions +excdons +excde +excdent +excdes +excs +excipa +excipai +excipaient +excipais +excipait +excipant +excipas +excipasse +excipassent +excipasses +excipassiez +excipassions +excipmes +excipt +exciptes +excipe +excipent +exciper +excipera +exciperai +exciperaient +exciperais +exciperait +exciperas +exciperez +exciperiez +exciperions +exciperons +exciperont +excipes +excipez +excip +excipe +excipes +excips +exciprent +excipient +excipients +excipiez +excipions +excipons +excisa +excisai +excisaient +excisais +excisait +excisant +excisas +excisasse +excisassent +excisasses +excisassiez +excisassions +excismes +excist +excistes +excise +excisent +exciser +excisera +exciserai +exciseraient +exciserais +exciserait +exciseras +exciserez +exciseriez +exciserions +exciserons +exciseront +excises +excisez +excis +excise +excises +exciss +excisrent +excisiez +excision +excisions +excisons +excita +excitabilit +excitabilits +excitable +excitables +excitai +excitaient +excitais +excitait +excitant +excitas +excitasse +excitassent +excitasses +excitassiez +excitassions +excitateur +excitateurs +excitation +excitations +excitatrice +excitatrices +excitmes +excitt +excittes +excite +excitent +exciter +excitera +exciterai +exciteraient +exciterais +exciterait +exciteras +exciterez +exciteriez +exciterions +exciterons +exciteront +excites +excitez +excit +excite +excites +excits +excitrent +excitiez +excitions +excitons +exclama +exclamai +exclamaient +exclamais +exclamait +exclamant +exclamas +exclamasse +exclamassent +exclamasses +exclamassiez +exclamassions +exclamatif +exclamatifs +exclamation +exclamations +exclamative +exclamatives +exclammes +exclamt +exclamtes +exclame +exclament +exclamer +exclamera +exclamerai +exclameraient +exclamerais +exclamerait +exclameras +exclamerez +exclameriez +exclamerions +exclamerons +exclameront +exclames +exclamez +exclam +exclame +exclames +exclams +exclamrent +exclamiez +exclamions +exclamons +exclu +excluaient +excluais +excluait +excluant +exclue +excluent +exclues +excluez +excluiez +excluions +excluons +exclura +exclurai +excluraient +exclurais +exclurait +excluras +exclure +exclurent +exclurez +excluriez +exclurions +exclurons +excluront +exclus +excluses +exclusif +exclusifs +exclusion +exclusions +exclusive +exclusivement +exclusives +exclusivisme +exclusivit +exclusivits +exclusse +exclussent +exclusses +exclussiez +exclussions +exclut +exclmes +exclt +excltes +excommunia +excommuniai +excommuniaient +excommuniais +excommuniait +excommuniant +excommunias +excommuniasse +excommuniassent +excommuniasses +excommuniassiez +excommuniassions +excommunimes +excommunit +excommunites +excommunication +excommunications +excommunie +excommunient +excommunier +excommuniera +excommunierai +excommunieraient +excommunierais +excommunierait +excommunieras +excommunierez +excommunieriez +excommunierions +excommunierons +excommunieront +excommunies +excommuniez +excommuni +excommunie +excommunies +excommunis +excommunirent +excommuniiez +excommuniions +excommunions +excoria +excoriai +excoriaient +excoriais +excoriait +excoriant +excorias +excoriasse +excoriassent +excoriasses +excoriassiez +excoriassions +excoriation +excoriations +excorimes +excorit +excorites +excorie +excorient +excorier +excoriera +excorierai +excorieraient +excorierais +excorierait +excorieras +excorierez +excorieriez +excorierions +excorierons +excorieront +excories +excoriez +excori +excorie +excories +excoris +excorirent +excoriiez +excoriions +excorions +excrment +excrmentiel +excrmentielle +excrmentielles +excrmentiels +excrments +excrta +excrtai +excrtaient +excrtais +excrtait +excrtant +excrtas +excrtasse +excrtassent +excrtasses +excrtassiez +excrtassions +excrtmes +excrtt +excrttes +excrter +excrtera +excrterai +excrteraient +excrterais +excrterait +excrteras +excrterez +excrteriez +excrterions +excrterons +excrteront +excrteur +excrteurs +excrtez +excrt +excrte +excrtes +excrts +excrtrent +excrtiez +excrtion +excrtions +excrtoire +excrtoires +excrtons +excrtrice +excrtrices +excrte +excrtent +excrtes +excroissance +excroissances +excursion +excursionniste +excursionnistes +excursions +excusa +excusable +excusables +excusai +excusaient +excusais +excusait +excusant +excusas +excusasse +excusassent +excusasses +excusassiez +excusassions +excusmes +excust +excustes +excuse +excusent +excuser +excusera +excuserai +excuseraient +excuserais +excuserait +excuseras +excuserez +excuseriez +excuserions +excuserons +excuseront +excuses +excusez +excus +excuse +excuses +excuss +excusrent +excusiez +excusions +excusons +exemplaire +exemplairement +exemplaires +exemple +exemples +exempt +exempta +exemptai +exemptaient +exemptais +exemptait +exemptant +exemptas +exemptasse +exemptassent +exemptasses +exemptassiez +exemptassions +exemptmes +exemptt +exempttes +exempte +exemptent +exempter +exemptera +exempterai +exempteraient +exempterais +exempterait +exempteras +exempterez +exempteriez +exempterions +exempterons +exempteront +exemptes +exemptez +exempt +exempte +exemptes +exempts +exemptrent +exemptiez +exemption +exemptions +exemptons +exempts +exerce +exercent +exercer +exercera +exercerai +exerceraient +exercerais +exercerait +exerceras +exercerez +exerceriez +exercerions +exercerons +exerceront +exerces +exercez +exerc +exerce +exerces +exercs +exercrent +exercice +exercices +exerciez +exercions +exera +exerai +exeraient +exerais +exerait +exerant +exeras +exerasse +exerassent +exerasses +exerassiez +exerassions +exermes +exert +exertes +exerons +exergue +exergues +excra +excrable +excrables +excrai +excraient +excrais +excrait +excrant +excras +excrasse +excrassent +excrasses +excrassiez +excrassions +excration +excrations +excrmes +excrt +excrtes +excrer +excrera +excrerai +excreraient +excrerais +excrerait +excreras +excrerez +excreriez +excrerions +excrerons +excreront +excrez +excr +excre +excres +excrs +excrrent +excriez +excrions +excrons +excuta +excutable +excutables +excutai +excutaient +excutais +excutait +excutant +excutante +excutantes +excutants +excutas +excutasse +excutassent +excutasses +excutassiez +excutassions +excutmes +excutt +excuttes +excute +excutent +excuter +excutera +excuterai +excuteraient +excuterais +excuterait +excuteras +excuterez +excuteriez +excuterions +excuterons +excuteront +excutes +excuteur +excuteurs +excutez +excut +excute +excutes +excuts +excutrent +excutiez +excutif +excutifs +excution +excutions +excutive +excutives +excutons +excutrice +excutrices +exgse +exgses +exgte +exgtes +excre +excrent +excres +exfolia +exfoliai +exfoliaient +exfoliais +exfoliait +exfoliant +exfolias +exfoliasse +exfoliassent +exfoliasses +exfoliassiez +exfoliassions +exfoliation +exfoliations +exfolimes +exfolit +exfolites +exfolie +exfolient +exfolier +exfoliera +exfolierai +exfolieraient +exfolierais +exfolierait +exfolieras +exfolierez +exfolieriez +exfolierions +exfolierons +exfolieront +exfolies +exfoliez +exfoli +exfolie +exfolies +exfolis +exfolirent +exfoliiez +exfoliions +exfolions +exhala +exhalai +exhalaient +exhalais +exhalaison +exhalaisons +exhalait +exhalant +exhalas +exhalasse +exhalassent +exhalasses +exhalassiez +exhalassions +exhalation +exhalations +exhalmes +exhalt +exhaltes +exhale +exhalent +exhaler +exhalera +exhalerai +exhaleraient +exhalerais +exhalerait +exhaleras +exhalerez +exhaleriez +exhalerions +exhalerons +exhaleront +exhales +exhalez +exhal +exhale +exhales +exhals +exhalrent +exhaliez +exhalions +exhalons +exhaussa +exhaussai +exhaussaient +exhaussais +exhaussait +exhaussant +exhaussas +exhaussasse +exhaussassent +exhaussasses +exhaussassiez +exhaussassions +exhaussmes +exhausst +exhausstes +exhausse +exhaussement +exhaussements +exhaussent +exhausser +exhaussera +exhausserai +exhausseraient +exhausserais +exhausserait +exhausseras +exhausserez +exhausseriez +exhausserions +exhausserons +exhausseront +exhausses +exhaussez +exhauss +exhausse +exhausses +exhausss +exhaussrent +exhaussiez +exhaussions +exhaussons +exhaustif +exhaustifs +exhaustive +exhaustives +exhiba +exhibai +exhibaient +exhibais +exhibait +exhibant +exhibas +exhibasse +exhibassent +exhibasses +exhibassiez +exhibassions +exhibmes +exhibt +exhibtes +exhibe +exhibent +exhiber +exhibera +exhiberai +exhiberaient +exhiberais +exhiberait +exhiberas +exhiberez +exhiberiez +exhiberions +exhiberons +exhiberont +exhibes +exhibez +exhib +exhibe +exhibes +exhibs +exhibrent +exhibiez +exhibions +exhibition +exhibitions +exhibons +exhorta +exhortai +exhortaient +exhortais +exhortait +exhortant +exhortas +exhortasse +exhortassent +exhortasses +exhortassiez +exhortassions +exhortation +exhortations +exhortmes +exhortt +exhorttes +exhorte +exhortent +exhorter +exhortera +exhorterai +exhorteraient +exhorterais +exhorterait +exhorteras +exhorterez +exhorteriez +exhorterions +exhorterons +exhorteront +exhortes +exhortez +exhort +exhorte +exhortes +exhorts +exhortrent +exhortiez +exhortions +exhortons +exhuma +exhumai +exhumaient +exhumais +exhumait +exhumant +exhumas +exhumasse +exhumassent +exhumasses +exhumassiez +exhumassions +exhumation +exhumations +exhummes +exhumt +exhumtes +exhume +exhument +exhumer +exhumera +exhumerai +exhumeraient +exhumerais +exhumerait +exhumeras +exhumerez +exhumeriez +exhumerions +exhumerons +exhumeront +exhumes +exhumez +exhum +exhume +exhumes +exhums +exhumrent +exhumiez +exhumions +exhumons +exige +exigea +exigeai +exigeaient +exigeais +exigeait +exigeant +exigeante +exigeantes +exigeants +exigeas +exigeasse +exigeassent +exigeasses +exigeassiez +exigeassions +exigemes +exiget +exigetes +exigence +exigences +exigent +exigeons +exiger +exigera +exigerai +exigeraient +exigerais +exigerait +exigeras +exigerez +exigeriez +exigerions +exigerons +exigeront +exiges +exigez +exig +exige +exiges +exigs +exigrent +exigibilit +exigibilits +exigible +exigibles +exigiez +exigions +exigu +exigu +exigus +exigut +exiguts +exigus +exil +exila +exilai +exilaient +exilais +exilait +exilant +exilas +exilasse +exilassent +exilasses +exilassiez +exilassions +exilmes +exilt +exiltes +exile +exilent +exiler +exilera +exilerai +exileraient +exilerais +exilerait +exileras +exilerez +exileriez +exilerions +exilerons +exileront +exiles +exilez +exil +exile +exiles +exils +exilrent +exiliez +exilions +exilons +exils +exista +existai +existaient +existais +existait +existant +existante +existantes +existants +existas +existasse +existassent +existasses +existassiez +existassions +existmes +existt +existtes +existe +existence +existences +existent +existentialisme +existentialiste +existentialistes +existentiel +existentielle +existentielles +existentiels +exister +existera +existerai +existeraient +existerais +existerait +existeras +existerez +existeriez +existerions +existerons +existeront +existes +existez +exist +existe +existes +exists +existrent +existiez +existions +existons +exit +exits +exode +exodes +exogamie +exogamies +exogamique +exogamiques +exonra +exonrai +exonraient +exonrais +exonrait +exonrant +exonras +exonrasse +exonrassent +exonrasses +exonrassiez +exonrassions +exonration +exonrations +exonrmes +exonrt +exonrtes +exonrer +exonrera +exonrerai +exonreraient +exonrerais +exonrerait +exonreras +exonrerez +exonreriez +exonrerions +exonrerons +exonreront +exonrez +exonr +exonre +exonres +exonrs +exonrrent +exonriez +exonrions +exonrons +exonre +exonrent +exonres +exorbitant +exorbitante +exorbitantes +exorbitants +exorcisa +exorcisai +exorcisaient +exorcisais +exorcisait +exorcisant +exorcisas +exorcisasse +exorcisassent +exorcisasses +exorcisassiez +exorcisassions +exorcismes +exorcist +exorcistes +exorcise +exorcisent +exorciser +exorcisera +exorciserai +exorciseraient +exorciserais +exorciserait +exorciseras +exorciserez +exorciseriez +exorciserions +exorciserons +exorciseront +exorcises +exorciseur +exorciseurs +exorcisez +exorcis +exorcise +exorcises +exorciss +exorcisrent +exorcisiez +exorcisions +exorcisme +exorcismes +exorcisons +exorde +exordes +exotique +exotiques +exotisme +expansible +expansibles +expansif +expansifs +expansion +expansionnisme +expansionniste +expansionnistes +expansions +expansive +expansives +expatria +expatriai +expatriaient +expatriais +expatriait +expatriant +expatrias +expatriasse +expatriassent +expatriasses +expatriassiez +expatriassions +expatriation +expatriations +expatrimes +expatrit +expatrites +expatrie +expatrient +expatrier +expatriera +expatrierai +expatrieraient +expatrierais +expatrierait +expatrieras +expatrierez +expatrieriez +expatrierions +expatrierons +expatrieront +expatries +expatriez +expatri +expatrie +expatries +expatris +expatrirent +expatriiez +expatriions +expatrions +expectative +expectatives +expectora +expectorai +expectoraient +expectorais +expectorait +expectorant +expectorante +expectorantes +expectorants +expectoras +expectorasse +expectorassent +expectorasses +expectorassiez +expectorassions +expectoration +expectorations +expectormes +expectort +expectortes +expectore +expectorent +expectorer +expectorera +expectorerai +expectoreraient +expectorerais +expectorerait +expectoreras +expectorerez +expectoreriez +expectorerions +expectorerons +expectoreront +expectores +expectorez +expector +expectore +expectores +expectors +expectorrent +expectoriez +expectorions +expectorons +expert +experte +expertes +expertisa +expertisai +expertisaient +expertisais +expertisait +expertisant +expertisas +expertisasse +expertisassent +expertisasses +expertisassiez +expertisassions +expertismes +expertist +expertistes +expertise +expertisent +expertiser +expertisera +expertiserai +expertiseraient +expertiserais +expertiserait +expertiseras +expertiserez +expertiseriez +expertiserions +expertiserons +expertiseront +expertises +expertisez +expertis +expertise +expertises +expertiss +expertisrent +expertisiez +expertisions +expertisons +experts +expdia +expdiai +expdiaient +expdiais +expdiait +expdiant particple +expdias +expdiasse +expdiassent +expdiasses +expdiassiez +expdiassions +expdimes +expdit +expdites +expdie +expdient +expdients +expdier +expdiera +expdierai +expdieraient +expdierais +expdierait +expdieras +expdierez +expdieriez +expdierions +expdierons +expdieront +expdies +expdiez +expdi +expdie +expdies +expdis +expdirent +expdiiez +expdiions +expdions +expditeur +expditeurs +expditif +expditifs +expdition +expditionnaire +expditionnaires +expditions +expditive +expditivement +expditives +expditrice +expditrices +exprience +expriences +exprimenta +exprimentai +exprimentaient +exprimentais +exprimentait +exprimental +exprimentale +exprimentalement +exprimentales +exprimentant +exprimentas +exprimentasse +exprimentassent +exprimentasses +exprimentassiez +exprimentassions +exprimentateur +exprimentateurs +exprimentation +exprimentations +exprimentatrice +exprimentatrices +exprimentaux +exprimentmes +exprimentt +exprimenttes +exprimente +exprimentent +exprimenter +exprimentera +exprimenterai +exprimenteraient +exprimenterais +exprimenterait +exprimenteras +exprimenterez +exprimenteriez +exprimenterions +exprimenterons +exprimenteront +exprimentes +exprimentez +expriment +exprimente +exprimentes +expriments +exprimentrent +exprimentiez +exprimentions +exprimentons +expia +expiai +expiaient +expiais +expiait +expiant +expias +expiasse +expiassent +expiasses +expiassiez +expiassions +expiation +expiations +expiatoire +expiatoires +expimes +expit +expites +expie +expient +expier +expiera +expierai +expieraient +expierais +expierait +expieras +expierez +expieriez +expierions +expierons +expieront +expies +expiez +expi +expie +expies +expis +expirent +expiiez +expiions +expions +expira +expirai +expiraient +expirais +expirait +expirant +expiras +expirasse +expirassent +expirasses +expirassiez +expirassions +expiration +expirations +expirmes +expirt +expirtes +expire +expirent +expirer +expirera +expirerai +expireraient +expirerais +expirerait +expireras +expirerez +expireriez +expirerions +expirerons +expireront +expires +expirez +expir +expire +expires +expirs +expirrent +expiriez +expirions +expirons +expltif +expltifs +expltive +expltivement +expltives +explicable +explicables +explicant +explicatif +explicatifs +explication +explications +explicative +explicatives +explicite +explicitement +explicites +expliqua +expliquai +expliquaient +expliquais +expliquait +expliquant +expliquas +expliquasse +expliquassent +expliquasses +expliquassiez +expliquassions +expliqumes +expliqut +expliqutes +explique +expliquent +expliquer +expliquera +expliquerai +expliqueraient +expliquerais +expliquerait +expliqueras +expliquerez +expliqueriez +expliquerions +expliquerons +expliqueront +expliques +expliquez +expliqu +explique +expliques +expliqus +expliqurent +expliquiez +expliquions +expliquons +exploit +exploita +exploitable +exploitables +exploitai +exploitaient +exploitais +exploitait +exploitant +exploitants +exploitas +exploitasse +exploitassent +exploitasses +exploitassiez +exploitassions +exploitation +exploitations +exploitmes +exploitt +exploittes +exploite +exploitent +exploiter +exploitera +exploiterai +exploiteraient +exploiterais +exploiterait +exploiteras +exploiterez +exploiteriez +exploiterions +exploiterons +exploiteront +exploites +exploiteur +exploiteurs +exploiteuse +exploiteuses +exploitez +exploit +exploite +exploites +exploits +exploitrent +exploitiez +exploitions +exploitons +exploits +explora +explorai +exploraient +explorais +explorait +explorant +exploras +explorasse +explorassent +explorasses +explorassiez +explorassions +explorateur +explorateurs +exploration +explorations +exploratrice +exploratrices +explormes +explort +explortes +explore +explorent +explorer +explorera +explorerai +exploreraient +explorerais +explorerait +exploreras +explorerez +exploreriez +explorerions +explorerons +exploreront +explores +explorez +explor +explore +explores +explors +explorrent +exploriez +explorions +explorons +explosa +explosai +explosaient +explosais +explosait +explosant +explosas +explosasse +explosassent +explosasses +explosassiez +explosassions +explosmes +explost +explostes +explose +explosent +exploser +explosera +exploserai +exploseraient +exploserais +exploserait +exploseras +exploserez +exploseriez +exploserions +exploserons +exploseront +exploses +explosez +explos +explose +exploses +exploss +explosrent +explosible +explosibles +explosiez +explosif +explosifs +explosion +explosions +explosive +explosives +explosons +export +exporta +exportable +exportai +exportaient +exportais +exportait +exportant +exportas +exportasse +exportassent +exportasses +exportassiez +exportassions +exportateur +exportateurs +exportation +exportations +exportatrice +exportatrices +exportmes +exportt +exporttes +exporte +exportent +exporter +exportera +exporterai +exporteraient +exporterais +exporterait +exporteras +exporterez +exporteriez +exporterions +exporterons +exporteront +exportes +exportez +export +exporte +exportes +exports +exportrent +exportiez +exportions +exportons +exposa +exposai +exposaient +exposais +exposait +exposant +exposante +exposantes +exposants +exposas +exposasse +exposassent +exposasses +exposassiez +exposassions +exposmes +expost +expostes +expose +exposent +exposer +exposera +exposerai +exposeraient +exposerais +exposerait +exposeras +exposerez +exposeriez +exposerions +exposerons +exposeront +exposes +exposez +expos +expose +exposes +exposs +exposrent +exposiez +exposions +exposition +expositions +exposons +express +expresse +expresses +expressment +expressif +expressifs +expression +expressionnisme +expressionniste +expressionnistes +expressions +expressive +expressivement +expressives +exprs +exprima +exprimai +exprimaient +exprimais +exprimait +exprimant +exprimas +exprimasse +exprimassent +exprimasses +exprimassiez +exprimassions +exprimmes +exprimt +exprimtes +exprime +expriment +exprimer +exprimera +exprimerai +exprimeraient +exprimerais +exprimerait +exprimeras +exprimerez +exprimeriez +exprimerions +exprimerons +exprimeront +exprimes +exprimez +exprim +exprime +exprimes +exprims +exprimrent +exprimiez +exprimions +exprimons +expropria +expropriai +expropriaient +expropriais +expropriait +expropriant +exproprias +expropriasse +expropriassent +expropriasses +expropriassiez +expropriassions +expropriation +expropriations +exproprimes +exproprit +exproprites +exproprie +exproprient +exproprier +expropriera +exproprierai +exproprieraient +exproprierais +exproprierait +exproprieras +exproprierez +exproprieriez +exproprierions +exproprierons +exproprieront +expropries +expropriez +expropri +exproprie +expropries +expropris +exproprirent +expropriiez +expropriions +exproprions +expulsa +expulsai +expulsaient +expulsais +expulsait +expulsant +expulsas +expulsasse +expulsassent +expulsasses +expulsassiez +expulsassions +expulsmes +expulst +expulstes +expulse +expulsent +expulser +expulsera +expulserai +expulseraient +expulserais +expulserait +expulseras +expulserez +expulseriez +expulserions +expulserons +expulseront +expulses +expulsez +expuls +expulse +expulses +expulss +expulsrent +expulsiez +expulsion +expulsions +expulsons +expurge +expurgea +expurgeai +expurgeaient +expurgeais +expurgeait +expurgeant +expurgeas +expurgeasse +expurgeassent +expurgeasses +expurgeassiez +expurgeassions +expurgemes +expurget +expurgetes +expurgent +expurgeons +expurger +expurgera +expurgerai +expurgeraient +expurgerais +expurgerait +expurgeras +expurgerez +expurgeriez +expurgerions +expurgerons +expurgeront +expurges +expurgez +expurg +expurge +expurges +expurgs +expurgrent +expurgiez +expurgions +exquis +exquise +exquises +exsangue +exsangues +extase +extases +extasia +extasiai +extasiaient +extasiais +extasiait +extasiant +extasias +extasiasse +extasiassent +extasiasses +extasiassiez +extasiassions +extasimes +extasit +extasites +extasie +extasient +extasier +extasiera +extasierai +extasieraient +extasierais +extasierait +extasieras +extasierez +extasieriez +extasierions +extasierons +extasieront +extasies +extasiez +extasi +extasie +extasies +extasis +extasirent +extasiiez +extasiions +extasions +extatique +extatiquement +extatiques +extenseur +extenseurs +extensibilit +extensibilits +extensible +extensibles +extensif +extensifs +extension +extensions +extensive +extensivement +extensives +extenso +exterioris +extermina +exterminai +exterminaient +exterminais +exterminait +exterminant +exterminas +exterminasse +exterminassent +exterminasses +exterminassiez +exterminassions +exterminateur +exterminateurs +extermination +exterminations +exterminatrice +exterminatrices +exterminmes +extermint +extermintes +extermine +exterminent +exterminer +exterminera +exterminerai +extermineraient +exterminerais +exterminerait +extermineras +exterminerez +extermineriez +exterminerions +exterminerons +extermineront +extermines +exterminez +extermin +extermine +extermines +extermins +exterminrent +exterminiez +exterminions +exterminons +externat +externats +externe +externes +exterritorialit +exterritorialits +extnua +extnuai +extnuaient +extnuais +extnuait +extnuant +extnuante +extnuantes +extnuants +extnuas +extnuasse +extnuassent +extnuasses +extnuassiez +extnuassions +extnumes +extnut +extnutes +extnue +extnuent +extnuer +extnuera +extnuerai +extnueraient +extnuerais +extnuerait +extnueras +extnuerez +extnueriez +extnuerions +extnuerons +extnueront +extnues +extnuez +extnu +extnue +extnues +extnus +extnurent +extnuiez +extnuions +extnuons +extrieur +extrieure +extrieurement +extrieures +extrieurs +extriorisa +extriorisai +extriorisaient +extriorisais +extriorisait +extriorisant +extriorisas +extriorisasse +extriorisassent +extriorisasses +extriorisassiez +extriorisassions +extriorisation +extriorisations +extriorismes +extriorist +extrioristes +extriorise +extriorisent +extrioriser +extriorisera +extrioriserai +extrioriseraient +extrioriserais +extrioriserait +extrioriseras +extrioriserez +extrioriseriez +extrioriserions +extrioriserons +extrioriseront +extriorises +extriorisez +extrioris +extriorise +extriorises +extrioriss +extriorisrent +extriorisiez +extriorisions +extriorisons +extincteur +extincteurs +extinction +extinctions +extinctrice +extinctrices +extirpa +extirpai +extirpaient +extirpais +extirpait +extirpant +extirpas +extirpasse +extirpassent +extirpasses +extirpassiez +extirpassions +extirpation +extirpations +extirpmes +extirpt +extirptes +extirpe +extirpent +extirper +extirpera +extirperai +extirperaient +extirperais +extirperait +extirperas +extirperez +extirperiez +extirperions +extirperons +extirperont +extirpes +extirpez +extirp +extirpe +extirpes +extirps +extirprent +extirpiez +extirpions +extirpons +extorqua +extorquai +extorquaient +extorquais +extorquait +extorquant +extorquas +extorquasse +extorquassent +extorquasses +extorquassiez +extorquassions +extorqumes +extorqut +extorqutes +extorque +extorquent +extorquer +extorquera +extorquerai +extorqueraient +extorquerais +extorquerait +extorqueras +extorquerez +extorqueriez +extorquerions +extorquerons +extorqueront +extorques +extorquez +extorqu +extorque +extorques +extorqus +extorqurent +extorquiez +extorquions +extorquons +extorsion +extorsions +extra +extraction +extractions +extrada +extradai +extradaient +extradais +extradait +extradant +extradas +extradasse +extradassent +extradasses +extradassiez +extradassions +extradmes +extradt +extradtes +extrade +extradent +extrader +extradera +extraderai +extraderaient +extraderais +extraderait +extraderas +extraderez +extraderiez +extraderions +extraderons +extraderont +extrades +extradez +extrad +extrade +extrades +extrads +extradrent +extradiez +extradion +extradions +extradons +extrados +extraie +extraient +extraies +extraira +extrairai +extrairaient +extrairais +extrairait +extraire +extrairez +extrairiez +extrairions +extrairons +extrairont +extrais +extrait +extraite +extraites +extraits +extralucide +extralucides +extraordinaire +extraordinairement +extraordinaires +extrapola +extrapolai +extrapolaient +extrapolais +extrapolait +extrapolant +extrapolas +extrapolasse +extrapolassent +extrapolasses +extrapolassiez +extrapolassions +extrapolation +extrapolations +extrapolmes +extrapolt +extrapoltes +extrapole +extrapolent +extrapoler +extrapolera +extrapolerai +extrapoleraient +extrapolerais +extrapolerait +extrapoleras +extrapolerez +extrapoleriez +extrapolerions +extrapolerons +extrapoleront +extrapoles +extrapolez +extrapol +extrapole +extrapoles +extrapols +extrapolrent +extrapoliez +extrapolions +extrapolons +extravagance +extravagances +extravagant +extravagante +extravagantes +extravagants +extrayais +extrayait +extrayant +extrayez +extrayiez +extrayions +extrayons +extremis +extrmisme +extrmiste +extrmistes +extrmit +extrmits +extrme +extrmement +extrmes +extrmisme +extrmiste +extrmistes +extrmit +extrmits +exubrance +exubrances +exubrant +exubrante +exubrantes +exubrants +exulta +exultai +exultaient +exultais +exultait +exultant +exultas +exultasse +exultassent +exultasses +exultassiez +exultassions +exultation +exultations +exultmes +exultt +exulttes +exulte +exultent +exulter +exultera +exulterai +exulteraient +exulterais +exulterait +exulteras +exulterez +exulteriez +exulterions +exulterons +exulteront +exultes +exultez +exult +exulte +exultes +exults +exultrent +exultiez +exultions +exultons +exutoire +exutoires +f +fa +fable +fables +fabliau +fabliaux +fabricant +fabricants +fabrication +fabrications +fabriqua +fabriquai +fabriquaient +fabriquais +fabriquait +fabriquant +fabriquas +fabriquasse +fabriquassent +fabriquasses +fabriquassiez +fabriquassions +fabriqumes +fabriqut +fabriqutes +fabrique +fabriquent +fabriquer +fabriquera +fabriquerai +fabriqueraient +fabriquerais +fabriquerait +fabriqueras +fabriquerez +fabriqueriez +fabriquerions +fabriquerons +fabriqueront +fabriques +fabriquez +fabriqu +fabrique +fabriques +fabriqus +fabriqurent +fabriquiez +fabriquions +fabriquons +fabula +fabulai +fabulaient +fabulais +fabulait +fabulant +fabulas +fabulasse +fabulassent +fabulasses +fabulassiez +fabulassions +fabulation +fabulations +fabulmes +fabult +fabultes +fabule +fabulent +fabuler +fabulera +fabulerai +fabuleraient +fabulerais +fabulerait +fabuleras +fabulerez +fabuleriez +fabulerions +fabulerons +fabuleront +fabules +fabuleuse +fabuleusement +fabuleuses +fabuleux +fabulez +fabul +fabule +fabules +fabuls +fabulrent +fabuliez +fabulions +fabuliste +fabulistes +fabulons +face +faces +facette +facettes +factie +facties +factieuse +factieusement +factieuses +factieux +facial +faciale +faciales +faciaux +facis +facile +facilement +faciles +facilita +facilitai +facilitaient +facilitais +facilitait +facilitant +facilitas +facilitasse +facilitassent +facilitasses +facilitassiez +facilitassions +facilitmes +facilitt +facilittes +facilite +facilitent +faciliter +facilitera +faciliterai +faciliteraient +faciliterais +faciliterait +faciliteras +faciliterez +faciliteriez +faciliterions +faciliterons +faciliteront +facilites +facilitez +facilit +facilite +facilites +facilits +facilitrent +facilitiez +facilitions +facilitons +faconde +facondes +facsimil +facsimils +facteur +facteurs +factice +factices +factieuse +factieuses +factieux +faction +factionnaire +factionnaires +factions +facto +factotum +factotums +factura +facturai +facturaient +facturais +facturait +facturant +facturas +facturasse +facturassent +facturasses +facturassiez +facturassions +facturation +facturmes +facturt +facturtes +facture +facturent +facturer +facturera +facturerai +factureraient +facturerais +facturerait +factureras +facturerez +factureriez +facturerions +facturerons +factureront +factures +facturez +factur +facture +factures +facturs +facturrent +facturiez +facturions +facturons +facultatif +facultatifs +facultative +facultativement +facultatives +facult +facults +faade +faades +faon +faonna +faonnage +faonnages +faonnai +faonnaient +faonnais +faonnait +faonnant +faonnas +faonnasse +faonnassent +faonnasses +faonnassiez +faonnassions +faonnmes +faonnt +faonntes +faonne +faonnent +faonner +faonnera +faonnerai +faonneraient +faonnerais +faonnerait +faonneras +faonnerez +faonneriez +faonnerions +faonnerons +faonneront +faonnes +faonnez +faonn +faonne +faonnes +faonns +faonnrent +faonnier +faonniers +faonniez +faonnire +faonnires +faonnions +faonnons +faons +fadaise +fadaises +fadasse +fadasses +fade +fades +fadeur +fadeurs +fading +fadings +fagot +fagota +fagotai +fagotaient +fagotais +fagotait +fagotant +fagotas +fagotasse +fagotassent +fagotasses +fagotassiez +fagotassions +fagotmes +fagott +fagottes +fagote +fagotent +fagoter +fagotera +fagoterai +fagoteraient +fagoterais +fagoterait +fagoteras +fagoterez +fagoteriez +fagoterions +fagoterons +fagoteront +fagotes +fagotez +fagot +fagote +fagotes +fagots +fagotrent +fagotiez +fagotions +fagotons +fagots +faiblard +faiblarde +faiblardes +faiblards +faible +faiblement +faibles +faiblesse +faiblesses +faibli +faiblie +faiblies +faiblir +faiblira +faiblirai +faibliraient +faiblirais +faiblirait +faibliras +faiblirent +faiblirez +faibliriez +faiblirions +faiblirons +faibliront +faiblis +faiblissaient +faiblissais +faiblissait +faiblissant +faiblisse +faiblissent +faiblisses +faiblissez +faiblissiez +faiblissions +faiblissons +faiblit +faiblmes +faiblt +faibltes +faille +failles +failli +faillible +faillibles +faillie +faillies +faillir +faillira +faillirai +failliraient +faillirais +faillirait +failliras +faillirent +faillirez +failliriez +faillirions +faillirons +failliront +faillis +faillit +faillite +faillites +faillmes +failltes +faim +faims +faine +faines +fainant +fainanta +fainantai +fainantaient +fainantais +fainantait +fainantant +fainantas +fainantasse +fainantassent +fainantasses +fainantassiez +fainantassions +fainantmes +fainantt +fainanttes +fainante +fainantent +fainanter +fainantera +fainanterai +fainanteraient +fainanterais +fainanterait +fainanteras +fainanterez +fainanteriez +fainanterions +fainanterons +fainanteront +fainantes +fainantez +fainant +fainante +fainantes +fainants +fainantrent +fainantiez +fainantions +fainantise +fainantises +fainantons +fainants +faire +fais +faisable +faisables +faisaient +faisais +faisait +faisan +faisanda +faisandai +faisandaient +faisandais +faisandait +faisandant +faisandas +faisandasse +faisandassent +faisandasses +faisandassiez +faisandassions +faisandmes +faisandt +faisandtes +faisande +faisandent +faisander +faisandera +faisanderai +faisanderaient +faisanderais +faisanderait +faisanderas +faisanderez +faisanderiez +faisanderions +faisanderons +faisanderont +faisandes +faisandez +faisand +faisande +faisandes +faisands +faisandrent +faisandiez +faisandions +faisandons +faisane +faisanes +faisans +faisant +faisceau +faisceaux +faiseur +faiseurs +faiseuse +faiseuses +faisez +faisiez +faisions +faisons +fait +faite +faites +faits +faix +faence +faencerie +faences +fatage +fatages +fate +fates +fakir +fakirs +falaise +falaises +fallacieuse +fallacieusement +fallacieuses +fallacieux +fallait +falloir +fallu +fallue +fallues +fallus +fallut +fallt +falot +falote +falotes +falots +falsifia +falsifiai +falsifiaient +falsifiais +falsifiait +falsifiant +falsifias +falsifiasse +falsifiassent +falsifiasses +falsifiassiez +falsifiassions +falsifimes +falsifit +falsifites +falsificateur +falsificateurs +falsification +falsifications +falsificatrice +falsificatrices +falsifie +falsifient +falsifier +falsifiera +falsifierai +falsifieraient +falsifierais +falsifierait +falsifieras +falsifierez +falsifieriez +falsifierions +falsifierons +falsifieront +falsifies +falsifiez +falsifi +falsifie +falsifies +falsifis +falsifirent +falsifiiez +falsifiions +falsifions +fameuse +fameusement +fameuses +fameux +fam +fame +fames +famlique +famliques +fams +familial +familiale +familiales +familiarisa +familiarisai +familiarisaient +familiarisais +familiarisait +familiarisant +familiarisas +familiarisasse +familiarisassent +familiarisasses +familiarisassiez +familiarisassions +familiarismes +familiarist +familiaristes +familiarise +familiarisent +familiariser +familiarisera +familiariserai +familiariseraient +familiariserais +familiariserait +familiariseras +familiariserez +familiariseriez +familiariserions +familiariserons +familiariseront +familiarises +familiarisez +familiaris +familiarise +familiarises +familiariss +familiarisrent +familiarisiez +familiarisions +familiarisons +familiarit +familiarits +familiaux +familier +familiers +familire +familires +famille +familles +famine +famines +fana +fanai +fanaient +fanais +fanait +fanal +fanals +fanant +fanas +fanasse +fanassent +fanasses +fanassiez +fanassions +fanatique +fanatiquement +fanatiques +fanatisa +fanatisai +fanatisaient +fanatisais +fanatisait +fanatisant +fanatisas +fanatisasse +fanatisassent +fanatisasses +fanatisassiez +fanatisassions +fanatismes +fanatist +fanatistes +fanatise +fanatisent +fanatiser +fanatisera +fanatiserai +fanatiseraient +fanatiserais +fanatiserait +fanatiseras +fanatiserez +fanatiseriez +fanatiserions +fanatiserons +fanatiseront +fanatises +fanatisez +fanatis +fanatise +fanatises +fanatiss +fanatisrent +fanatisiez +fanatisions +fanatisme +fanatisons +fanmes +fant +fantes +fane +fanent +faner +fanera +fanerai +faneraient +fanerais +fanerait +faneras +fanerez +faneriez +fanerions +fanerons +faneront +fanes +faneur +faneurs +faneuse +faneuses +fanez +fan +fane +fanes +fans +fanrent +fanfare +fanfares +fanfaron +fanfaronnade +fanfaronnades +fanfaronne +fanfaronnes +fanfarons +fanfreluche +fanfreluches +fange +fangeuse +fangeuses +fangeux +faniez +fanion +fanions +fanon +fanons +fantaisie +fantaisies +fantaisiste +fantaisistes +fantasmagorie +fantasmagories +fantasmagorique +fantasmagoriques +fantasmatique +fantasmatiques +fantasme +fantasmes +fantasque +fantasques +fantassin +fantassins +fantastique +fantastiquement +fantastiques +fantouche +fantouches +fantme +fantmes +faon +faons +farad +farads +faramineuse +faramineuses +faramineux +farandole +farandoles +faraud +faraude +faraudes +farauds +farce +farces +farceur +farceurs +farceuse +farceuses +farci +farcie +farcies +farcir +farcira +farcirai +farciraient +farcirais +farcirait +farciras +farcirent +farcirez +farciriez +farcirions +farcirons +farciront +farcis +farcissaient +farcissais +farcissait +farcissant +farcisse +farcissent +farcisses +farcissiez +farcissions +farcissons +farcit +farcmes +farct +farctes +fard +farda +fardai +fardaient +fardais +fardait +fardant +fardas +fardasse +fardassent +fardasses +fardassiez +fardassions +fardmes +fardt +fardtes +farde +fardeau +fardeaux +fardent +farder +fardera +farderai +farderaient +farderais +farderait +farderas +farderez +farderiez +farderions +farderons +farderont +fardes +fardez +fard +farde +fardes +fards +fardrent +fardiez +fardions +fardons +fards +farfadet +farfadets +farfelu +farfelue +farfelues +farfelus +farfouilla +farfouillai +farfouillaient +farfouillais +farfouillait +farfouillant +farfouillas +farfouillasse +farfouillassent +farfouillasses +farfouillassiez +farfouillassions +farfouillmes +farfouillt +farfouilltes +farfouille +farfouillent +farfouiller +farfouillera +farfouillerai +farfouilleraient +farfouillerais +farfouillerait +farfouilleras +farfouillerez +farfouilleriez +farfouillerions +farfouillerons +farfouilleront +farfouilles +farfouillez +farfouill +farfouille +farfouilles +farfouills +farfouillrent +farfouilliez +farfouillions +farfouillons +faribole +fariboles +farine +farines +farineuse +farineuses +farineux +farouche +farouchement +farouches +fart +farts +fascicule +fascicules +fascina +fascinai +fascinaient +fascinais +fascinait +fascinant +fascinante +fascinantes +fascinants +fascinas +fascinasse +fascinassent +fascinasses +fascinassiez +fascinassions +fascinateur +fascinateurs +fascination +fascinations +fascinatrice +fascinatrices +fascinmes +fascint +fascintes +fascine +fascinent +fasciner +fascinera +fascinerai +fascineraient +fascinerais +fascinerait +fascineras +fascinerez +fascineriez +fascinerions +fascinerons +fascineront +fascines +fascinez +fascin +fascine +fascines +fascins +fascinrent +fasciniez +fascinions +fascinons +fascisme +fasciste +fascistes +fasse +fassent +fasses +fassiez +fassions +faste +fastes +fastidieuse +fastidieusement +fastidieuses +fastidieux +fastueuse +fastueusement +fastueuses +fastueux +fat +fatal +fatale +fatalement +fatales +fatalisme +fataliste +fatalistes +fatalit +fatalits +fatals +fate +fates +fatidique +fatidiques +fatigant +fatigante +fatigantes +fatigants +fatigua +fatiguai +fatiguaient +fatiguais +fatiguait +fatiguant +fatiguas +fatiguasse +fatiguassent +fatiguasses +fatiguassiez +fatiguassions +fatigumes +fatigut +fatigutes +fatigue +fatiguent +fatiguer +fatiguera +fatiguerai +fatigueraient +fatiguerais +fatiguerait +fatigueras +fatiguerez +fatigueriez +fatiguerions +fatiguerons +fatigueront +fatigues +fatiguez +fatigu +fatigue +fatigues +fatigus +fatigurent +fatiguiez +fatiguions +fatiguons +fatras +fats +fatuit +fatuits +faubourg +faubourgs +faubourien +faubourienne +faubouriennes +faubouriens +faucha +fauchage +fauchages +fauchai +fauchaient +fauchais +fauchaison +fauchaisons +fauchait +fauchant +fauchas +fauchasse +fauchassent +fauchasses +fauchassiez +fauchassions +fauchmes +faucht +fauchtes +fauche +fauchent +faucher +fauchera +faucherai +faucheraient +faucherais +faucherait +faucheras +faucherez +faucheriez +faucherions +faucherons +faucheront +fauches +faucheur +faucheurs +faucheuse +faucheuses +faucheux +fauchez +fauch +fauche +fauches +fauchs +fauchrent +fauchiez +fauchions +fauchons +faucille +faucilles +faucon +fauconnerie +faucons +faudra +faudrait +faufila +faufilai +faufilaient +faufilais +faufilait +faufilant +faufilas +faufilasse +faufilassent +faufilasses +faufilassiez +faufilassions +faufilmes +faufilt +faufiltes +faufile +faufilent +faufiler +faufilera +faufilerai +faufileraient +faufilerais +faufilerait +faufileras +faufilerez +faufileriez +faufilerions +faufilerons +faufileront +faufiles +faufilez +faufil +faufile +faufiles +faufils +faufilrent +faufiliez +faufilions +faufilons +faune +faunes +faussa +faussai +faussaient +faussaire +faussaires +faussais +faussait +faussant +faussas +faussasse +faussassent +faussasses +faussassiez +faussassions +faussmes +fausst +fausstes +fausse +faussement +faussent +fausser +faussera +fausserai +fausseraient +fausserais +fausserait +fausseras +fausserez +fausseriez +fausserions +fausserons +fausseront +fausses +fausset +fausset +faussets +faussets +faussez +fauss +fausse +fausses +fausss +faussrent +faussiez +faussions +faussons +faut +fauta +fautai +fautaient +fautais +fautait +fautant +fautas +fautasse +fautassent +fautasses +fautassiez +fautassions +fautmes +fautt +fauttes +faute +fautent +fauter +fautera +fauterai +fauteraient +fauterais +fauterait +fauteras +fauterez +fauteriez +fauterions +fauterons +fauteront +fautes +fauteuil +fauteuils +fauteur +fauteurs +fautez +faut +faute +fautes +fauts +fautrent +fautiez +fautif +fautifs +fautive +fautivement +fautives +fautons +fautrice +fautrices +fauve +fauves +fauvette +fauvettes +fauvisme +faux +faveur +faveurs +favorable +favorablement +favorables +favori +favoris +favorisa +favorisai +favorisaient +favorisais +favorisait +favorisant +favorisas +favorisasse +favorisassent +favorisasses +favorisassiez +favorisassions +favorismes +favorist +favoristes +favorise +favorisent +favoriser +favorisera +favoriserai +favoriseraient +favoriserais +favoriserait +favoriseras +favoriserez +favoriseriez +favoriserions +favoriserons +favoriseront +favorises +favorisez +favoris +favorise +favorises +favoriss +favorisrent +favorisiez +favorisions +favorisons +favorite +favorites +favoritisme +favoritismes +fax +fayot +fayots +fcha +fchai +fchaient +fchais +fchait +fchant +fchas +fchasse +fchassent +fchasses +fchassiez +fchassions +fchmes +fcht +fchtes +fche +fchent +fcher +fchera +fcherai +fcheraient +fcherais +fcherait +fcheras +fcherez +fcherie +fcheries +fcheriez +fcherions +fcherons +fcheront +fches +fcheuse +fcheusement +fcheuses +fcheux +fchez +fch +fche +fches +fchs +fchrent +fchiez +fchions +fchons +feignaient +feignais +feignait +feignant +feigne +feignent +feignes +feignez +feigniez +feignions +feignirent +feignis +feignisse +feignissent +feignisses +feignissiez +feignissions +feignit +feignmes +feignt +feigntes +feignons +feindra +feindrai +feindraient +feindrais +feindrait +feindras +feindre +feindrez +feindriez +feindrions +feindrons +feindront +feins +feint +feinta +feintai +feintaient +feintais +feintait +feintant +feintas +feintasse +feintassent +feintasses +feintassiez +feintassions +feintmes +feintt +feinttes +feinte +feintent +feinter +feintera +feinterai +feinteraient +feinterais +feinterait +feinteras +feinterez +feinteriez +feinterions +feinterons +feinteront +feintes +feintez +feint +feinte +feintes +feints +feintrent +feintiez +feintions +feintons +feints +fellah +fellahs +femelle +femelles +femme +femmelette +femmelettes +femmes +fenaison +fenaisons +fend +fendaient +fendais +fendait +fendant +fende +fendent +fendes +fendez +fendiez +fendilla +fendillai +fendillaient +fendillais +fendillait +fendillant +fendillas +fendillasse +fendillassent +fendillasses +fendillassiez +fendillassions +fendillmes +fendillt +fendilltes +fendille +fendillent +fendiller +fendillera +fendillerai +fendilleraient +fendillerais +fendillerait +fendilleras +fendillerez +fendilleriez +fendillerions +fendillerons +fendilleront +fendilles +fendillez +fendill +fendille +fendilles +fendills +fendillrent +fendilliez +fendillions +fendillons +fendions +fendirent +fendis +fendisse +fendissent +fendisses +fendissiez +fendissions +fendit +fendmes +fendt +fendtes +fendons +fendra +fendrai +fendraient +fendrais +fendrait +fendras +fendre +fendrez +fendriez +fendrions +fendrons +fendront +fends +fendu +fendue +fendues +fendus +fentre +fentres +fenouil +fenouils +fente +fentes +fer +fera +ferai +feraient +ferais +ferait +feras +ferblanterie +ferblantier +ferblantiers +ferez +feriez +ferions +ferla +ferlai +ferlaient +ferlais +ferlait +ferlant +ferlas +ferlasse +ferlassent +ferlasses +ferlassiez +ferlassions +ferlmes +ferlt +ferltes +ferle +ferlent +ferler +ferlera +ferlerai +ferleraient +ferlerais +ferlerait +ferleras +ferlerez +ferleriez +ferlerions +ferlerons +ferleront +ferles +ferlez +ferl +ferle +ferles +ferls +ferlrent +ferliez +ferlions +ferlons +ferma +fermage +fermages +fermai +fermaient +fermais +fermait +fermant +fermas +fermasse +fermassent +fermasses +fermassiez +fermassions +fermmes +fermt +fermtes +ferme +fermement +ferment +fermenta +fermentai +fermentaient +fermentais +fermentait +fermentant +fermentas +fermentasse +fermentassent +fermentasses +fermentassiez +fermentassions +fermentation +fermentations +fermentmes +fermentt +fermenttes +fermente +fermentent +fermenter +fermentera +fermenterai +fermenteraient +fermenterais +fermenterait +fermenteras +fermenterez +fermenteriez +fermenterions +fermenterons +fermenteront +fermentes +fermentez +ferment +fermente +fermentes +ferments +fermentrent +fermentiez +fermentions +fermentons +ferments +fermer +fermera +fermerai +fermeraient +fermerais +fermerait +fermeras +fermerez +fermeriez +fermerions +fermerons +fermeront +fermes +fermet +fermets +fermette +fermettes +fermeture +fermetures +fermez +ferm +ferme +fermes +ferms +fermrent +fermier +fermiers +fermiez +fermire +fermires +fermions +fermoir +fermoirs +fermons +ferons +feront +ferra +ferrai +ferraient +ferrailla +ferraillage +ferraillages +ferraillai +ferraillaient +ferraillais +ferraillait +ferraillant +ferraillas +ferraillasse +ferraillassent +ferraillasses +ferraillassiez +ferraillassions +ferraillmes +ferraillt +ferrailltes +ferraille +ferraillent +ferrailler +ferraillera +ferraillerai +ferrailleraient +ferraillerais +ferraillerait +ferrailleras +ferraillerez +ferrailleriez +ferraillerions +ferraillerons +ferrailleront +ferrailles +ferrailleur +ferrailleurs +ferraillez +ferraill +ferraille +ferrailles +ferraills +ferraillrent +ferrailliez +ferraillions +ferraillons +ferrais +ferrait +ferrant +ferras +ferrasse +ferrassent +ferrasses +ferrassiez +ferrassions +ferrmes +ferrt +ferrtes +ferre +ferrent +ferrer +ferrera +ferrerai +ferreraient +ferrerais +ferrerait +ferreras +ferrerez +ferreriez +ferrerions +ferrerons +ferreront +ferres +ferreux +ferrez +ferr +ferre +ferres +ferrs +ferrrent +ferriez +ferrions +ferronnerie +ferronneries +ferronnier +ferronniers +ferronnire +ferronnires +ferrons +ferroviaire +ferroviaires +ferrugineuse +ferrugineuses +ferrugineux +ferrure +ferrures +ferry +fers +fertile +fertilement +fertiles +fertilisa +fertilisai +fertilisaient +fertilisais +fertilisait +fertilisant +fertilisas +fertilisasse +fertilisassent +fertilisasses +fertilisassiez +fertilisassions +fertilisation +fertilisations +fertilismes +fertilist +fertilistes +fertilise +fertilisent +fertiliser +fertilisera +fertiliserai +fertiliseraient +fertiliserais +fertiliserait +fertiliseras +fertiliserez +fertiliseriez +fertiliserions +fertiliserons +fertiliseront +fertilises +fertilisez +fertilis +fertilise +fertilises +fertiliss +fertilisrent +fertilisiez +fertilisions +fertilisons +fertilit +fertilits +fervent +fervente +ferventes +fervents +ferveur +ferveurs +fessa +fessai +fessaient +fessais +fessait +fessant +fessas +fessasse +fessassent +fessasses +fessassiez +fessassions +fessmes +fesst +fesstes +fesse +fessent +fesser +fessera +fesserai +fesseraient +fesserais +fesserait +fesseras +fesserez +fesseriez +fesserions +fesserons +fesseront +fesses +fessez +fess +fesse +fesses +fesss +fessrent +fessier +fessiers +fessiez +fessions +fessons +festin +festins +festival +festivals +festivits +festoie +festoient +festoiera +festoierai +festoieraient +festoierais +festoierait +festoieras +festoierez +festoieriez +festoierions +festoierons +festoieront +festoies +feston +festonna +festonnai +festonnaient +festonnais +festonnait +festonnant +festonnas +festonnasse +festonnassent +festonnasses +festonnassiez +festonnassions +festonnmes +festonnt +festonntes +festonne +festonnent +festonner +festonnera +festonnerai +festonneraient +festonnerais +festonnerait +festonneras +festonnerez +festonneriez +festonnerions +festonnerons +festonneront +festonnes +festonnez +festonn +festonne +festonnes +festonns +festonnrent +festonniez +festonnions +festonnons +festons +festoya +festoyai +festoyaient +festoyais +festoyait +festoyant +festoyas +festoyasse +festoyassent +festoyasses +festoyassiez +festoyassions +festoymes +festoyt +festoytes +festoyer +festoyez +festoy +festoye +festoyes +festoys +festoyrent +festoyiez +festoyions +festoyons +feu +feue +feues +feuillage +feuillages +feuille +feuilles +feuillet +feuilleta +feuilletai +feuilletaient +feuilletais +feuilletait +feuilletant +feuilletas +feuilletasse +feuilletassent +feuilletasses +feuilletassiez +feuilletassions +feuilletmes +feuillett +feuillettes +feuilleter +feuilletez +feuillet +feuillete +feuilletes +feuillets +feuilletrent +feuilletiez +feuilletions +feuilleton +feuilletoniste +feuilletonistes +feuilletons +feuillets +feuillette +feuillettent +feuillettera +feuilletterai +feuilletteraient +feuilletterais +feuilletterait +feuilletteras +feuilletterez +feuilletteriez +feuilletterions +feuilletterons +feuilletteront +feuillettes +feuill +feuille +feuilles +feuills +feuillu +feuillue +feuillues +feuillus +feutra +feutrage +feutrages +feutrai +feutraient +feutrais +feutrait +feutrant +feutras +feutrasse +feutrassent +feutrasses +feutrassiez +feutrassions +feutrmes +feutrt +feutrtes +feutre +feutrent +feutrer +feutrera +feutrerai +feutreraient +feutrerais +feutrerait +feutreras +feutrerez +feutreriez +feutrerions +feutrerons +feutreront +feutres +feutrez +feutr +feutre +feutres +feutrs +feutrrent +feutriez +feutrions +feutrons +feux +fez +fbrifuge +fbrifuges +fbrile +fbriles +fbrilit +fbrilits +fcal +fcale +fcales +fcaux +fcond +fconda +fcondai +fcondaient +fcondais +fcondait +fcondant +fcondas +fcondasse +fcondassent +fcondasses +fcondassiez +fcondassions +fcondation +fcondations +fcondmes +fcondt +fcondtes +fconde +fcondent +fconder +fcondera +fconderai +fconderaient +fconderais +fconderait +fconderas +fconderez +fconderiez +fconderions +fconderons +fconderont +fcondes +fcondez +fcond +fconde +fcondes +fconds +fcondrent +fcondiez +fcondions +fcondit +fcondits +fcondons +fconds +fcule +fculent +fculents +fcules +fdra +fdrai +fdraient +fdrais +fdrait +fdral +fdrale +fdrales +fdralisme +fdraliste +fdralistes +fdrant +fdras +fdrasse +fdrassent +fdrasses +fdrassiez +fdrassions +fdratif +fdratifs +fdration +fdrations +fdrative +fdratives +fdraux +fdrmes +fdrt +fdrtes +fdrer +fdrera +fdrerai +fdreraient +fdrerais +fdrerait +fdreras +fdrerez +fdreriez +fdrerions +fdrerons +fdreront +fdrez +fdr +fdre +fdres +fdrs +fdrrent +fdriez +fdrions +fdrons +fdre +fdrent +fdres +fe +ferie +feries +ferique +feriques +fes +flicita +flicitai +flicitaient +flicitais +flicitait +flicitant +flicitas +flicitasse +flicitassent +flicitasses +flicitassiez +flicitassions +flicitation +flicitations +flicitmes +flicitt +flicittes +flicite +flicitent +fliciter +flicitera +fliciterai +fliciteraient +fliciterais +fliciterait +fliciteras +fliciterez +fliciteriez +fliciterions +fliciterons +fliciteront +flicites +flicitez +flicit +flicite +flicites +flicits +flicitrent +flicitiez +flicitions +flicitons +flin +fline +flines +flins +flon +flonie +flonies +flonne +flonnes +flons +fminin +fminine +fminines +fminins +fminisa +fminisai +fminisaient +fminisais +fminisait +fminisant +fminisas +fminisasse +fminisassent +fminisasses +fminisassiez +fminisassions +fminismes +fminist +fministes +fminise +fminisent +fminiser +fminisera +fminiserai +fminiseraient +fminiserais +fminiserait +fminiseras +fminiserez +fminiseriez +fminiserions +fminiserons +fminiseront +fminises +fminisez +fminis +fminise +fminises +fminiss +fminisrent +fminisiez +fminisions +fminisme +fminisons +fministe +fministes +fminit +fminits +fmoral +fmorale +fmorales +fmoraux +fmur +fmurs +fodal +fodale +fodales +fodalit +fodaux +fri +frie +fries +fris +frir +froce +frocement +froces +frocit +frocits +fru +frue +frues +frule +frules +frus +ftiche +ftiches +ftichisme +ftichiste +ftichistes +ftide +ftides +ftidit +ftidits +ftu +ftus +fvrier +fvriers +fve +fves +fla +flai +flaient +flais +flait +flant +flas +flasse +flassent +flasses +flassiez +flassioos +flmes +flt +fltes +fle +flent +fler +flera +flerai +fleraient +flerais +flerait +fleras +flerez +fleriez +flerions +flerons +fleront +fles +flez +fl +fle +fles +fls +flrent +fliez +flions +flons +flure +flures +fta +ftai +ftaient +ftais +ftait +ftant +ftas +ftasse +ftassent +ftasses +ftassiez +ftassions +ftmes +ftt +fttes +fte +ftent +fter +ftera +fterai +fteraient +fterais +fterait +fteras +fterez +fteriez +fterions +fterons +fteront +ftes +ftez +ft +fte +ftes +fts +ftrent +ftiez +ftions +ftons +fi +fia +fiabilit +fiabilits +fiable +fiables +fiacre +fiacres +fiai +fiaient +fiais +fiait +fiance +fiancent +fiancer +fiancera +fiancerai +fianceraient +fiancerais +fiancerait +fianceras +fiancerez +fianceriez +fiancerions +fiancerons +fianceront +fiances +fiancez +fianc +fiance +fiances +fiancs +fiancrent +fianciez +fiancions +fiana +fianai +fianaient +fianailles +fianais +fianait +fianant +fianas +fianasse +fianassent +fianasses +fianassiez +fianassions +fianmes +fiant +fiantes +fianons +fiant +fias +fiasco +fiascos +fiasse +fiassent +fiasses +fiassiez +fiassions +fimes +fit +fites +fibranne +fibre +fibres +fibreuse +fibreuses +fibreux +fibrillation +fibrille +fibrilles +fibrine +fibrome +fibromes +ficela +ficelai +ficelaient +ficelais +ficelait +ficelant +ficelas +ficelasse +ficelassent +ficelasses +ficelassiez +ficelassions +ficelmes +ficelt +ficeltes +ficeler +ficelez +ficel +ficele +ficeles +ficels +ficelrent +ficeliez +ficelions +ficelle +ficellent +ficellera +ficellerai +ficelleraient +ficellerais +ficellerait +ficelleras +ficellerez +ficelleriez +ficellerions +ficellerons +ficelleront +ficelles +ficelons +ficha +fichai +fichaient +fichais +fichait +fichant +fichas +fichasse +fichassent +fichasses +fichassiez +fichassions +fichmes +ficht +fichtes +fiche +fichent +ficher +fichera +ficherai +ficheraient +ficherais +ficherait +ficheras +ficherez +ficheriez +ficherions +ficherons +ficheront +fiches +fichez +fich +fiche +fiches +fichs +fichrent +fichier +fichiers +fichiez +fichions +fichons +fichtre +fichu +fichue +fichues +fichus +fictif +fictifs +fiction +fictions +fictive +fictivement +fictives +fidlit +fidlits +fidle +fidlement +fidles +fiduciaire +fiduciairement +fiduciaires +fie +fief +fieff +fieffe +fieffes +fieffs +fiefs +fiel +fielleuse +fielleusement +fielleuses +fielleux +fiels +fient +fiente +fientes +fier +fiera +fierai +fieraient +fierais +fierait +fieras +fierez +fieriez +fierions +fierons +fieront +fiers +fiert +fierts +fies +fiez +fi +fie +fies +fis +fivreuse +fivreusement +fivreuses +fivreux +fire +firement +firent +fires +fivre +fivres +fifre +fifres +fige +figea +figeai +figeaient +figeais +figeait +figeant +figeas +figeasse +figeassent +figeasses +figeassiez +figeassions +figemes +figet +figetes +figent +figeons +figer +figera +figerai +figeraient +figerais +figerait +figeras +figerez +figeriez +figerions +figerons +figeront +figes +figez +fig +fige +figes +figs +figrent +figiez +figions +fignola +fignolage +fignolages +fignolai +fignolaient +fignolais +fignolait +fignolant +fignolas +fignolasse +fignolassent +fignolasses +fignolassiez +fignolassions +fignolmes +fignolt +fignoltes +fignole +fignolent +fignoler +fignolera +fignolerai +fignoleraient +fignolerais +fignolerait +fignoleras +fignolerez +fignoleriez +fignolerions +fignolerons +fignoleront +fignoles +fignolez +fignol +fignole +fignoles +fignols +fignolrent +fignoliez +fignolions +fignolons +figue +figues +figuier +figuiers +figura +figurai +figuraient +figurais +figurait +figurant +figurante +figurantes +figurants +figuras +figurasse +figurassent +figurasses +figurassiez +figurassions +figuratif +figuratifs +figuration +figurations +figurative +figurativement +figuratives +figurmes +figurt +figurtes +figure +figurent +figurer +figurera +figurerai +figureraient +figurerais +figurerait +figureras +figurerez +figureriez +figurerions +figurerons +figureront +figures +figurez +figur +figure +figures +figurs +figurrent +figuriez +figurine +figurines +figurions +figurons +fiiez +fiions +fil +fila +filai +filaient +filais +filait +filament +filamenteuse +filamenteuses +filamenteux +filaments +filandre +filandres +filandreuse +filandreuses +filandreux +filant +filas +filasse +filassent +filasses +filassiez +filassions +filateur +filateurs +filature +filatures +filmes +filt +filtes +file +filent +filer +filera +filerai +fileraient +filerais +filerait +fileras +filerez +fileriez +filerions +filerons +fileront +files +filet +fileta +filetage +filetages +filetai +filetaient +filetais +filetait +filetant +filetas +filetasse +filetassent +filetasses +filetassiez +filetassions +filetmes +filett +filettes +fileter +filetez +filet +filete +filetes +filets +filetrent +filetiez +filetions +filetons +filets +fileur +fileurs +fileuse +fileuses +filez +fil +file +files +fils +filrent +filte +filtent +filtera +filterai +filterais +filterait +filteras +filterez +filteriez +filterions +filterons +filteront +filtes +filial +filiale +filialement +filiales +filiation +filiations +filiaux +filiez +filire +filires +filiforme +filiformes +filigrane +filigranes +filin +filins +filions +filiste +filistes +fille +filles +fillette +fillettes +filleul +filleule +filleules +filleuls +film +filma +filmai +filmaient +filmais +filmait +filmant +filmas +filmasse +filmassent +filmasses +filmassiez +filmassions +filmmes +filmt +filmtes +filme +filment +filmer +filmera +filmerai +filmeraient +filmerais +filmerait +filmeras +filmerez +filmeriez +filmerions +filmerons +filmeront +filmes +filmez +film +filme +filmes +films +filmrent +filmiez +filmions +filmologie +filmons +films +filon +filons +filou +filous +filouta +filoutai +filoutaient +filoutais +filoutait +filoutant +filoutas +filoutasse +filoutassent +filoutasses +filoutassiez +filoutassions +filoutmes +filoutt +filouttes +filoute +filoutent +filouter +filoutera +filouterai +filouteraient +filouterais +filouterait +filouteras +filouterez +filouterie +filouteries +filouteriez +filouterions +filouterons +filouteront +filoutes +filoutez +filout +filoute +filoutes +filouts +filoutrent +filoutiez +filoutions +filoutons +fils +filtra +filtrage +filtrages +filtrai +filtraient +filtrais +filtrait +filtrant +filtras +filtrasse +filtrassent +filtrasses +filtrassiez +filtrassions +filtration +filtrmes +filtrt +filtrtes +filtre +filtrent +filtrer +filtrera +filtrerai +filtreraient +filtrerais +filtrerait +filtreras +filtrerez +filtreriez +filtrerions +filtrerons +filtreront +filtres +filtrez +filtr +filtre +filtres +filtrs +filtrrent +filtriez +filtrions +filtrons +fin +final +finale +finalement +finales +finaliste +finalistes +finalit +finalits +finance +financement +financements +financent +financer +financera +financerai +financeraient +financerais +financerait +financeras +financerez +financeriez +financerions +financerons +financeront +finances +financez +financ +finance +finances +financs +financrent +financier +financiers +financiez +financire +financirement +financires +financions +finana +finanai +finanaient +finanais +finanait +finanant +finanas +finanasse +finanassent +finanasses +finanassiez +finanassions +finanmes +finant +finantes +finanons +finassa +finassai +finassaient +finassais +finassait +finassant +finassas +finassasse +finassassent +finassasses +finassassiez +finassassions +finassmes +finasst +finasstes +finasse +finassent +finasser +finassera +finasserai +finasseraient +finasserais +finasserait +finasseras +finasserez +finasserie +finasseries +finasseriez +finasserions +finasserons +finasseront +finasses +finassez +finass +finasse +finasses +finasss +finassrent +finassier +finassiers +finassiez +finassire +finassires +finassions +finassons +finaud +finaude +finaudes +finauds +fine +finement +fines +finesse +fini +finie +finies +finir +finira +finirai +finiraient +finirais +finirait +finiras +finirent +finirez +finiriez +finirions +finirons +finiront +finis +finissage +finissages +finissaient +finissais +finissait +finissant +finisse +finissent +finisses +finissez +finissiez +finissions +finissons +finit +finition +finitions +finmes +fint +fintes +finlandais +finlandaise +finlandaises +finlande +finnois +finnoise +finnoises +fins +fiole +fioles +fions +fioriture +fioritures +firent +firmament +firme +firmes +fis +fisc +fiscal +fiscale +fiscales +fiscalit +fiscalits +fiscaux +fissa +fisse +fissent +fisses +fissiez +fissile +fissiles +fission +fissionna +fissionnai +fissionnaient +fissionnais +fissionnait +fissionnant +fissionnas +fissionnasse +fissionnassent +fissionnasses +fissionnassiez +fissionnassions +fissionnmes +fissionnt +fissionntes +fissionne +fissionnent +fissionner +fissionnera +fissionnerai +fissionneraient +fissionnerais +fissionnerait +fissionneras +fissionnerez +fissionneriez +fissionnerions +fissionnerons +fissionneront +fissionnes +fissionnez +fissionn +fissionne +fissionnes +fissionns +fissionnrent +fissionniez +fissionnions +fissionnons +fissions +fissura +fissurai +fissuraient +fissurais +fissurait +fissurant +fissuras +fissurasse +fissurassent +fissurasses +fissurassiez +fissurassions +fissurmes +fissurt +fissurtes +fissure +fissurent +fissurer +fissurera +fissurerai +fissureraient +fissurerais +fissurerait +fissureras +fissurerez +fissureriez +fissurerions +fissurerons +fissureront +fissures +fissurez +fissur +fissure +fissures +fissurs +fissurrent +fissuriez +fissurions +fissurons +fiston +fistons +fistule +fistules +fit +fixa +fixage +fixages +fixai +fixaient +fixais +fixait +fixant +fixas +fixasse +fixassent +fixasses +fixassiez +fixassions +fixateur +fixateurs +fixatif +fixatifs +fixation +fixations +fixative +fixatives +fixatrice +fixatrices +fixmes +fixt +fixtes +fixe +fixement +fixent +fixer +fixera +fixerai +fixeraient +fixerais +fixerait +fixeras +fixerez +fixeriez +fixerions +fixerons +fixeront +fixes +fixez +fix +fixe +fixes +fixs +fixrent +fixiez +fixions +fixit +fixits +fixons +fmes +ft +ftes +fjord +fjords +flac +flacon +flacons +flagella +flagellai +flagellaient +flagellais +flagellait +flagellant +flagellas +flagellasse +flagellassent +flagellasses +flagellassiez +flagellassions +flagellation +flagellations +flagellmes +flagellt +flagelltes +flagelle +flagellent +flageller +flagellera +flagellerai +flagelleraient +flagellerais +flagellerait +flagelleras +flagellerez +flagelleriez +flagellerions +flagellerons +flagelleront +flagelles +flagellez +flagell +flagelle +flagelles +flagells +flagellrent +flagelliez +flagellions +flagellons +flageola +flageolai +flageolaient +flageolais +flageolait +flageolant +flageolas +flageolasse +flageolassent +flageolasses +flageolassiez +flageolassions +flageolmes +flageolt +flageoltes +flageole +flageolent +flageoler +flageolera +flageolerai +flageoleraient +flageolerais +flageolerait +flageoleras +flageolerez +flageoleriez +flageolerions +flageolerons +flageoleront +flageoles +flageolet +flageolets +flageolez +flageol +flageole +flageoles +flageols +flageolrent +flageoliez +flageolions +flageolons +flagorna +flagornai +flagornaient +flagornais +flagornait +flagornant +flagornas +flagornasse +flagornassent +flagornasses +flagornassiez +flagornassions +flagornmes +flagornt +flagorntes +flagorne +flagornent +flagorner +flagornera +flagornerai +flagorneraient +flagornerais +flagornerait +flagorneras +flagornerez +flagornerie +flagorneries +flagorneriez +flagornerions +flagornerons +flagorneront +flagornes +flagorneur +flagorneurs +flagorneuse +flagorneuses +flagornez +flagorn +flagorne +flagornes +flagorns +flagornrent +flagorniez +flagornions +flagornons +flagrant +flagrante +flagrantes +flagrants +flair +flaira +flairai +flairaient +flairais +flairait +flairant +flairas +flairasse +flairassent +flairasses +flairassiez +flairassions +flairmes +flairt +flairtes +flaire +flairent +flairer +flairera +flairerai +flaireraient +flairerais +flairerait +flaireras +flairerez +flaireriez +flairerions +flairerons +flaireront +flaires +flairez +flair +flaire +flaires +flairs +flairrent +flairiez +flairions +flairons +flairs +flamand +flamande +flamandes +flamands +flamant +flamants +flamba +flambage +flambages +flambai +flambaient +flambais +flambait +flambant +flambante +flambantes +flambants +flambas +flambasse +flambassent +flambasses +flambassiez +flambassions +flambmes +flambt +flambtes +flambe +flambeau +flambeaux +flambent +flamber +flambera +flamberai +flamberaient +flamberais +flamberait +flamberas +flamberez +flamberiez +flamberions +flamberons +flamberont +flambes +flambez +flamb +flambe +flambes +flambs +flambrent +flambiez +flambions +flamboie +flamboiement +flamboiements +flamboient +flamboiera +flamboierai +flamboieraient +flamboierais +flamboierait +flamboieras +flamboierez +flamboieriez +flamboierions +flamboierons +flamboieront +flamboies +flambons +flamboya +flamboyai +flamboyaient +flamboyais +flamboyait +flamboyant +flamboyante +flamboyantee +flamboyantes +flamboyas +flamboyasse +flamboyassent +flamboyasses +flamboyassiez +flamboyassions +flamboymes +flamboyer +flamboyez +flamboy +flamboye +flamboyes +flamboys +flamboyrent +flamboyiez +flamboyions +flamboyons +flamenca +flamencas +flamenco +flamencos +flamingant +flamingante +flamingantes +flamingants +flamme +flammes +flammche +flammches +flan +flanc +flancha +flanchai +flanchaient +flanchais +flanchait +flanchant +flanchas +flanchasse +flanchassent +flanchasses +flanchassiez +flanchassions +flanchmes +flancht +flanchtes +flanche +flanchent +flancher +flanchera +flancherai +flancheraient +flancherais +flancherait +flancheras +flancherez +flancheriez +flancherions +flancherons +flancheront +flanches +flanchez +flanch +flanche +flanches +flanchs +flanchrent +flanchiez +flanchions +flanchons +flancs +flandres +flanelle +flanqua +flanquai +flanquaient +flanquais +flanquait +flanquant +flanquas +flanquasse +flanquassent +flanquasses +flanquassiez +flanquassions +flanqumes +flanqut +flanqutes +flanque +flanquent +flanquer +flanquera +flanquerai +flanqueraient +flanquerais +flanquerait +flanqueras +flanquerez +flanqueriez +flanquerions +flanquerons +flanqueront +flanques +flanquez +flanqu +flanque +flanques +flanqus +flanqurent +flanquiez +flanquions +flanquons +flans +flaque +flaques +flash +flashs +flasque +flasques +flatta +flattai +flattaient +flattais +flattait +flattant +flattas +flattasse +flattassent +flattasses +flattassiez +flattassions +flattmes +flattt +flatttes +flatte +flattent +flatter +flattera +flatterai +flatteraient +flatterais +flatterait +flatteras +flatterez +flatterie +flatteries +flatteriez +flatterions +flatterons +flatteront +flattes +flatteur +flatteurs +flatteuse +flatteusement +flatteuses +flattez +flatt +flatte +flattes +flatts +flattrent +flattiez +flattions +flattons +flatulence +flatulences +flatuosit +flatuosits +flna +flnai +flnaient +flnais +flnait +flnant +flnas +flnasse +flnassent +flnasses +flnassiez +flnassions +flnmes +flnt +flntes +flne +flnent +flner +flnera +flnerai +flneraient +flnerais +flnerait +flneras +flnerez +flnerie +flneries +flneriez +flnerions +flnerons +flneront +flnes +flneur +flneurs +flneuse +flneuses +flnez +fln +flne +flnes +flns +flnrent +flniez +flnions +flnons +flegmatique +flegmatiquement +flegmatiques +flegme +flemmard +flemmarde +flemmardes +flemmards +fleur +fleura +fleurai +fleuraient +fleurais +fleurait +fleurant +fleuras +fleurasse +fleurassent +fleurasses +fleurassiez +fleurassions +fleurmes +fleurt +fleurtes +fleure +fleurent +fleurer +fleurera +fleurerai +fleureraient +fleurerais +fleurerait +fleureras +fleurerez +fleureriez +fleurerions +fleurerons +fleureront +fleures +fleuret +fleurets +fleurette +fleurettes +fleurez +fleur +fleure +fleures +fleurs +fleurrent +fleuri +fleurie +fleuries +fleuriez +fleurions +fleurir +fleurira +fleurirai +fleuriraient +fleurirais +fleurirait +fleuriras +fleurirent +fleurirez +fleuririez +fleuririons +fleuririont +fleuris +fleurissaient +fleurissais +fleurissait +fleurissant +fleurisse +fleurissent +fleurisses +fleurissez +fleurissiez +fleurissions +fleurissons +fleuriste +fleuristes +fleurit +fleurmes +fleurt +fleurtes +fleuron +fleurons +fleurs +fleuve +fleuves +flexibilit +flexibilits +flexible +flexibles +flexion +flexions +flau +flaux +flcha +flchai +flchaient +flchais +flchait +flchant +flchas +flchasse +flchassent +flchasses +flchassiez +flchassions +flchmes +flcht +flchtes +flcher +flchera +flcherai +flcheraient +flcherais +flcherait +flcheras +flcherez +flcheriez +flcherions +flcherons +flcheront +flches +flch +flche +flches +flchs +flchrent +flchi +flchie +flchies +flchiez +flchions +flchir +flchira +flchirai +flchiraient +flchirais +flchirait +flchiras +flchirent +flchirez +flchiriez +flchirions +flchirons +flchiront +flchis +flchissaient +flchissais +flchissait +flchissant +flchisse +flchissement +flchissements +flchissent +flchisses +flchissez +flchissiez +flchissions +flchissons +flchit +flchmes +flcht +flchtes +flchons +fltri +fltrie +fltries +fltrir +fltrira +fltrirai +fltriraient +fltrirais +fltrirait +fltriras +fltrirent +fltrirez +fltririez +fltririons +fltrirons +fltriront +fltris +fltrissaient +fltrissais +fltrissait +fltrissant +fltrisse +fltrissent +fltrisses +fltrissez +fltrissiez +fltrissions +fltrissons +fltrissure +fltrissures +fltrit +fltrmes +fltrt +fltrtes +flche +flchent +flches +flchette +flchettes +flibusta +flibustai +flibustaient +flibustais +flibustait +flibustant +flibustas +flibustasse +flibustassent +flibustasses +flibustassiez +flibustassions +flibustmes +flibustt +flibusttes +flibuste +flibustent +flibuster +flibustera +flibusterai +flibusteraient +flibusterais +flibusterait +flibusteras +flibusterez +flibusteriez +flibusterions +flibusterons +flibusteront +flibustes +flibustez +flibust +flibuste +flibustes +flibusts +flibustrent +flibustier +flibustiers +flibustiez +flibustions +flibustons +flic +flics +flirt +flirta +flirtai +flirtaient +flirtais +flirtait +flirtant +flirtas +flirtasse +flirtassent +flirtasses +flirtassiez +flirtassions +flirtmes +flirtt +flirttes +flirte +flirtent +flirter +flirtera +flirterai +flirteraient +flirterais +flirterait +flirteras +flirterez +flirteriez +flirterions +flirterons +flirteront +flirtes +flirtez +flirt +flirte +flirtes +flirts +flirtrent +flirtiez +flirtions +flirtons +flirts +flocon +floconneuse +floconneuses +floconneux +flocons +floculant +floculants +floculation +floculations +flonflon +flonflons +floraison +floraisons +floral +florale +florales +floralies +floraux +flore +flores +floral +florilge +florilges +florin +florins +florissant +florissante +florissantes +florissants +flot +flots +flotta +flottage +flottages +flottai +flottaient +flottais +flottaison +flottaisons +flottait +flottant +flottante +flottantes +flottants +flottas +flottasse +flottassent +flottasses +flottassiez +flottassions +flottmes +flottt +flotttes +flotte +flottement +flottements +flottent +flotter +flottera +flotterai +flotteraient +flotterais +flotterait +flotteras +flotterez +flotteriez +flotterions +flotterons +flotteront +flottes +flotteur +flotteurs +flottez +flott +flotte +flottes +flotts +flottrent +flottiez +flottille +flottilles +flottions +flottons +flou +floua +flouai +flouaient +flouais +flouait +flouant +flouas +flouasse +flouassent +flouasses +flouassiez +flouassions +floumes +flout +floutes +floue +flouent +flouer +flouera +flouerai +floueraient +flouerais +flouerait +floueras +flouerez +floueriez +flouerions +flouerons +floueront +floues +flouez +flou +floue +floues +flous +flourent +flouiez +flouions +flouons +flous +fluctua +fluctuai +fluctuaient +fluctuais +fluctuait +fluctuant +fluctuante +fluctuas +fluctuasse +fluctuassent +fluctuasses +fluctuassiez +fluctuassions +fluctuation +fluctuations +fluctumes +fluctut +fluctutes +fluctue +fluctuent +fluctuer +fluctuera +fluctuerai +fluctueraient +fluctuerais +fluctuerait +fluctueras +fluctuerez +fluctueriez +fluctuerions +fluctuerons +fluctueront +fluctues +fluctuez +fluctu +fluctue +fluctues +fluctus +flucturent +fluctuiez +fluctuions +fluctuons +fluet +fluets +fluette +fluettes +fluide +fluides +fluidit +fluidits +fluor +fluorescence +fluorescences +fluorescent +fluorescente +fluorescentes +fluorescents +fluvial +fluviale +fluviales +fluviaux +flux +fluxion +fluxions +flta +fltai +fltaient +fltais +fltait +fltant +fltas +fltasse +fltassent +fltasses +fltassiez +fltassions +fltmes +fltt +flttes +flte +fltent +flter +fltera +flterai +flteraient +flterais +flterait +flteras +flterez +flteriez +flterions +flterons +flteront +fltes +fltez +flt +flte +fltes +flts +fltrent +fltiez +fltions +fltiste +fltistes +fltons +foc +focal +focale +focales +focaux +focs +foehn +foehns +foetal +foetale +foetales +foetaux +foetus +foi +foie +foies +foin +foins +foira +foirai +foiraient +foirail +foirails +foirais +foirait +foirant +foiras +foirasse +foirassent +foirasses +foirassiez +foirassions +foirmes +foirt +foirtes +foire +foirent +foirer +foirera +foirerai +foireraient +foirerais +foirerait +foireras +foirerez +foireriez +foirerions +foirerons +foireront +foires +foirez +foir +foire +foires +foirs +foirrent +foiriez +foirions +foirons +fois +foison +foisonna +foisonnai +foisonnaient +foisonnais +foisonnait +foisonnant +foisonnas +foisonnasse +foisonnassent +foisonnasses +foisonnassiez +foisonnassions +foisonnmes +foisonnt +foisonntes +foisonne +foisonnement +foisonnements +foisonnent +foisonner +foisonnera +foisonnerai +foisonneraient +foisonnerais +foisonnerait +foisonneras +foisonnerez +foisonneriez +foisonnerions +foisonnerons +foisonneront +foisonnes +foisonnez +foisonn +foisonne +foisonnes +foisonns +foisonnrent +foisonniez +foisonnions +foisonnons +foisons +fol +foltra +foltrai +foltraient +foltrais +foltrait +foltrant +foltras +foltrasse +foltrassent +foltrasses +foltrassiez +foltrassions +foltrmes +foltrt +foltrtes +foltre +foltrent +foltrer +foltrera +foltrerai +foltreraient +foltrerais +foltrerait +foltreras +foltrerez +foltreriez +foltrerions +foltrerons +foltreront +foltres +foltrez +foltr +foltre +foltres +foltrs +foltrrent +foltriez +foltrions +foltrons +folichon +folichonne +folichonnes +folichons +folie +folies +folio +foliole +folioles +folios +foliota +foliotai +foliotaient +foliotais +foliotait +foliotant +foliotas +foliotasse +foliotassent +foliotasses +foliotassiez +foliotassions +foliotmes +foliott +foliottes +foliote +foliotent +folioter +foliotera +folioterai +folioteraient +folioterais +folioterait +folioteras +folioterez +folioteriez +folioterions +folioterons +folioteront +foliotes +foliotez +foliot +foliote +foliotes +foliots +foliotrent +foliotiez +foliotions +foliotons +folklore +folklores +folle +follement +folles +follicule +follicules +folliculine +folliculines +fols +fomenta +fomentai +fomentaient +fomentais +fomentait +fomentant +fomentas +fomentasse +fomentassent +fomentasses +fomentassiez +fomentassions +fomentateur +fomentmes +fomentt +fomenttes +fomente +fomentent +fomenter +fomentera +fomenterai +fomenteraient +fomenterais +fomenterait +fomenteras +fomenterez +fomenteriez +fomenterions +fomenterons +fomenteront +fomentes +fomentez +foment +fomente +fomentes +foments +fomentrent +fomentiez +fomentions +fomentons +fonce +foncent +foncer +foncera +foncerai +fonceraient +foncerais +foncerait +fonceras +foncerez +fonceriez +foncerions +foncerons +fonceront +fonces +foncez +fonc +fonce +fonces +foncs +foncrent +foncier +fonciers +fonciez +foncire +foncirement +foncires +foncions +fonction +fonctionna +fonctionnai +fonctionnaient +fonctionnaire +fonctionnaires +fonctionnais +fonctionnait +fonctionnalit +fonctionnalits +fonctionnant +fonctionnas +fonctionnasse +fonctionnassent +fonctionnasses +fonctionnassiez +fonctionnassions +fonctionnmes +fonctionnt +fonctionntes +fonctionne +fonctionnel +fonctionnelle +fonctionnellement +fonctionnelles +fonctionnels +fonctionnement +fonctionnements +fonctionnent +fonctionner +fonctionnera +fonctionnerai +fonctionneraient +fonctionnerais +fonctionnerait +fonctionneras +fonctionnerez +fonctionneriez +fonctionnerions +fonctionnerons +fonctionneront +fonctionnes +fonctionnez +fonctionn +fonctionne +fonctionnes +fonctionns +fonctionnrent +fonctionniez +fonctionnions +fonctionnne +fonctionnons +fonctions +fona +fonai +fonaient +fonais +fonait +fonant +fonas +fonasse +fonassent +fonasses +fonassiez +fonassions +fonmes +font +fontes +fonons +fond +fonda +fondai +fondaient +fondais +fondait +fondamental +fondamentale +fondamentalement +fondamentales +fondamentaliste +fondamentalistes +fondamentaux +fondant +fondante +fondantes +fondants +fondas +fondasse +fondassent +fondasses +fondassiez +fondassions +fondateur +fondateurs +fondation +fondations +fondatrice +fondatrices +fondmes +fondt +fondtes +fonde +fondement +fondements +fondent +fonder +fondera +fonderai +fonderaient +fonderais +fonderait +fonderas +fonderez +fonderie +fonderies +fonderiez +fonderions +fonderons +fonderont +fondes +fondeur +fondeurs +fondez +fond +fonde +fondes +fonds +fondrent +fondiez +fondions +fondirent +fondis +fondisse +fondissent +fondisses +fondissiez +fondissions +fondit +fondmes +fondt +fondtes +fondons +fondra +fondrai +fondraient +fondrais +fondrait +fondras +fondre +fondrez +fondriez +fondrire +fondrires +fondrions +fondrons +fondront +fonds +fondu +fondue +fondues +fondus +fongueuse +fongueuses +fongueux +font +fontaine +fontaines +fontanelle +fontanelles +fonte +fontes +fonts +football +for +fora +forage +forages +forai +foraient +forain +foraine +foraines +forains +forais +forait +foraminifres +forant +forasse +forassent +forasses +forassiez +forassions +formes +fort +fortes +force +forcement nom +forcements +forcent +forceps +forcer +forcera +forcerai +forceraient +forcerais +forcerait +forceras +forcerez +forcerie +forceries +forceriez +forcerions +forcerons +forceront +forces +forcez +forc +force +forces +forcment +forcn +forcne +forcnes +forcns +forcs +forcrent +forci +forcie +forcies +forciez +forcions +forcir +forcira +forcirai +forciraient +forcirais +forcirait +forciras +forcirent +forcirez +forciriez +forcirions +forcirons +forciront +forcis +forcissaient +forcissais +forcissait +forcissant +forcisse +forcissent +forcisses +forcissez +forcissiez +forcissions +forcissons +forcit +forcmes +forct +forctes +forclos +forclose +forcloses +forclusion +forclusions +fora +forai +foraient +forais +forait +forant +foras +forasse +forassent +forasses +forassiez +forassions +forat +forats +formes +fort +fortes +forons +fore +forent +forer +forera +forerai +foreraient +forerais +forerait +foreras +forerez +foreriez +forerions +forerons +foreront +fores +forestier +forestiers +forestire +forestires +foret instrument +forets instrument +forez +for +fore +fores +fors +forrent +fort +forts +forfaire +forfais +forfait +forfaitaire +forfaitaires +forfaite +forfaites +forfaits +forfaiture +forfaitures +forfanterie +forfanteries +forge +forgea +forgeai +forgeaient +forgeais +forgeait +forgeant +forgeas +forgeasse +forgeassent +forgeasses +forgeassiez +forgeassions +forgemes +forget +forgetes +forgent +forgeons +forger +forgera +forgerai +forgeraient +forgerais +forgerait +forgeras +forgerez +forgeriez +forgerions +forgeron +forgerons +forgeront +forges +forgez +forg +forge +forges +forgs +forgrent +forgiez +forgions +foriez +forions +forma +formai +formaient +formais +formait +formalisa +formalisai +formalisaient +formalisais +formalisait +formalisant +formalisas +formalisasse +formalisassent +formalisasses +formalisassiez +formalisassions +formalismes +formalist +formalistes +formalise +formalisent +formaliser +formalisera +formaliserai +formaliseraient +formaliserais +formaliserait +formaliseras +formaliserez +formaliseriez +formaliserions +formaliserons +formaliseront +formalises +formalisez +formalis +formalise +formalises +formaliss +formalisrent +formalisiez +formalisions +formalisme +formalisons +formaliste +formalistes +formalit +formalits +formant +formas +formasse +formassent +formasses +formassiez +formassions +format +formateur +formateurs +formation +formations +formats +formmes +formt +formtes +forme +formel +formelle +formellement +formelles +formels +forment +former +formera +formerai +formeraient +formerais +formerait +formeras +formerez +formeriez +formerions +formerons +formeront +formes +formez +form +forme +formes +forms +formrent +formidable +formidablement +formidables +formiez +formions +formique +formiques +formol +formons +formula +formulai +formulaient +formulaire +formulaires +formulais +formulait +formulant +formulas +formulasse +formulassent +formulasses +formulassiez +formulassions +formulation +formulations +formulmes +formult +formultes +formule +formulent +formuler +formulera +formulerai +formuleraient +formulerais +formulerait +formuleras +formulerez +formuleriez +formulerions +formulerons +formuleront +formules +formulez +formul +formule +formules +formuls +formulrent +formuliez +formulions +formulons +fornication +fornications +forniqua +forniquai +forniquaient +forniquais +forniquait +forniquant +forniquas +forniquasse +forniquassent +forniquasses +forniquassiez +forniquassions +forniqumes +forniqut +forniqutes +fornique +forniquent +forniquer +forniquera +forniquerai +forniqueraient +forniquerais +forniquerait +forniqueras +forniquerez +forniqueriez +forniquerions +forniquerons +forniqueront +forniques +forniquez +forniqu +fornique +forniques +forniqus +forniqurent +forniquiez +forniquions +forniquons +forons +fors +forsythia +fort +forte +fortement +forteresse +forteresses +fortes +fortifia +fortifiai +fortifiaient +fortifiais +fortifiait +fortifiant +fortifias +fortifiasse +fortifiassent +fortifiasses +fortifiassiez +fortifiassions +fortifimes +fortifit +fortifites +fortification +fortifications +fortifie +fortifient +fortifier +fortifiera +fortifierai +fortifieraient +fortifierais +fortifierait +fortifieras +fortifierez +fortifieriez +fortifierions +fortifierons +fortifieront +fortifies +fortifiez +fortifi +fortifie +fortifies +fortifis +fortifirent +fortifiiez +fortifiions +fortifions +fortin +fortins +fortiori +forts +fortuit +fortuite +fortuitement +fortuites +fortuits +fortune +fortunes +fortun +fortune +fortunes +fortuns +forum +forums +fosse +fosses +fossette +fossettes +foss +fosss +fossile +fossiles +fossilisa +fossilisai +fossilisaient +fossilisais +fossilisait +fossilisant +fossilisas +fossilisasse +fossilisassent +fossilisasses +fossilisassiez +fossilisassions +fossilismes +fossilist +fossilistes +fossilise +fossilisent +fossiliser +fossilisera +fossiliserai +fossiliseraient +fossiliserais +fossiliserait +fossiliseras +fossiliserez +fossiliseriez +fossiliserions +fossiliserons +fossiliseront +fossilises +fossilisez +fossilis +fossilise +fossilises +fossiliss +fossilisrent +fossilisiez +fossilisions +fossilisons +fossoyeur +fossoyeurs +fou +fouace +fouaces +fouailla +fouaillai +fouaillaient +fouaillais +fouaillait +fouaillant +fouaillas +fouaillasse +fouaillassent +fouaillasses +fouaillassiez +fouaillassions +fouaillmes +fouaillt +fouailltes +fouaille +fouaillent +fouailler +fouaillera +fouaillerai +fouailleraient +fouaillerais +fouaillerait +fouailleras +fouaillerez +fouailleriez +fouaillerions +fouaillerons +fouailleront +fouailles +fouaillez +fouaill +fouaille +fouailles +fouaills +fouaillrent +fouailliez +fouaillions +fouaillons +foucade +foucades +foudre +foudres +foudroie +foudroiement +foudroiements +foudroient +foudroiera +foudroierai +foudroieraient +foudroierais +foudroierait +foudroieras +foudroierez +foudroieriez +foudroierions +foudroierons +foudroieront +foudroies +foudroya +foudroyai +foudroyaient +foudroyais +foudroyait +foudroyant +foudroyante +foudroyantes +foudroyants +foudroyas +foudroyasse +foudroyassent +foudroyasses +foudroyassiez +foudroyassions +foudroymes +foudroyer +foudroyez +foudroy +foudroye +foudroyes +foudroys +foudroyrent +foudroyiez +foudroyions +foudroyons +fouet +fouets +fouetta +fouettai +fouettaient +fouettais +fouettait +fouettant +fouettas +fouettasse +fouettassent +fouettasses +fouettassiez +fouettassions +fouettmes +fouettt +fouetttes +fouette +fouettent +fouetter +fouettera +fouetterai +fouetteraient +fouetterais +fouetterait +fouetteras +fouetterez +fouetteriez +fouetterions +fouetterons +fouetteront +fouettes +fouettez +fouett +fouette +fouettes +fouetts +fouettrent +fouettiez +fouettions +fouettons +fougre +fougres +fougue +fougues +fougueuse +fougueusement +fougueuses +fougueux +foui +fouie +fouies +fouilla +fouillai +fouillaient +fouillais +fouillait +fouillant +fouillas +fouillasse +fouillassent +fouillasses +fouillassiez +fouillassions +fouillmes +fouillt +fouilltes +fouille +fouillent +fouiller +fouillera +fouillerai +fouilleraient +fouillerais +fouillerait +fouilleras +fouillerez +fouilleriez +fouillerions +fouillerons +fouilleront +fouilles +fouilleur +fouilleurs +fouilleuse +fouilleuses +fouillez +fouill +fouille +fouilles +fouills +fouillrent +fouilliez +fouillions +fouillis +fouillons +fouina +fouinai +fouinaient +fouinais +fouinait +fouinant +fouinard +fouinarde +fouinardes +fouinards +fouinas +fouinasse +fouinassent +fouinasses +fouinassiez +fouinassions +fouinmes +fouint +fouintes +fouine +fouinent +fouiner +fouinera +fouinerai +fouineraient +fouinerais +fouinerait +fouineras +fouinerez +fouineriez +fouinerions +fouinerons +fouineront +fouines +fouinez +fouin +fouine +fouines +fouins +fouinrent +fouiniez +fouinions +fouinons +fouir +fouira +fouirai +fouiraient +fouirais +fouirait +fouiras +fouirent +fouirez +fouiriez +fouirions +fouirons +fouiront +fouis +fouissaient +fouissais +fouissait +fouissant +fouisse +fouissent +fouisses +fouisseur +fouisseurs +fouisseuse +fouisseuses +fouissez +fouissiez +fouissions +fouissons +fouissont +fouit +foumes +fout +foutes +foula +foulage +foulages +foulai +foulaient +foulais +foulait +foulant +foulante +foulantes +foulants +foulard +foulards +foulas +foulasse +foulassent +foulasses +foulassiez +foulassions +foulmes +foult +foultes +foule +foulent +fouler +foulera +foulerai +fouleraient +foulerais +foulerait +fouleras +foulerez +fouleriez +foulerions +foulerons +fouleront +foules +foulez +foul +foule +foules +fouls +foulrent +fouliez +foulions +foulon +foulons +foulure +foulures +four +fourbe +fourberie +fourberies +fourbes +fourbi +fourbie +fourbies +fourbir +fourbira +fourbirai +fourbiraient +fourbirais +fourbirait +fourbiras +fourbirez +fourbiriez +fourbirions +fourbirons +fourbiront +fourbis +fourbissage +fourbissages +fourbissaient +fourbissais +fourbissait +fourbissant +fourbisse +fourbissent +fourbisses +fourbissez +fourbissiez +fourbissions +fourbissons +fourbit +fourbmes +fourbt +fourbtes +fourbu +fourbue +fourbues +fourbus +fourcha +fourchai +fourchaient +fourchais +fourchait +fourchant +fourchas +fourchasse +fourchassent +fourchasses +fourchassiez +fourchassions +fourchmes +fourcht +fourchtes +fourche +fourchent +fourcher +fourchera +fourcherai +fourcheraient +fourcherais +fourcherait +fourcheras +fourcherez +fourcheriez +fourcherions +fourcherons +fourcheront +fourches +fourchette +fourchettes +fourchez +fourch +fourche +fourches +fourchs +fourchrent +fourchiez +fourchions +fourchons +fourchu +fourchue +fourchues +fourchus +fourgon +fourgonna +fourgonnai +fourgonnaient +fourgonnais +fourgonnait +fourgonnant +fourgonnas +fourgonnasse +fourgonnassent +fourgonnasses +fourgonnassiez +fourgonnassions +fourgonnmes +fourgonnt +fourgonntes +fourgonne +fourgonnent +fourgonner +fourgonnera +fourgonnerai +fourgonneraient +fourgonnerais +fourgonnerait +fourgonneras +fourgonnerez +fourgonneriez +fourgonnerions +fourgonnerons +fourgonneront +fourgonnes +fourgonnette +fourgonnettes +fourgonnez +fourgonn +fourgonne +fourgonnes +fourgonns +fourgonnrent +fourgonniez +fourgonnions +fourgonnons +fourgons +fourmi +fourmilier +fourmiliers +fourmilire +fourmilires +fourmilla +fourmillai +fourmillaient +fourmillais +fourmillait +fourmillant +fourmillas +fourmillasse +fourmillassent +fourmillasses +fourmillassiez +fourmillassions +fourmillmes +fourmillt +fourmilltes +fourmille +fourmillement +fourmillements +fourmillent +fourmiller +fourmillera +fourmillerai +fourmilleraient +fourmillerais +fourmillerait +fourmilleras +fourmillerez +fourmilleriez +fourmillerions +fourmillerons +fourmilleront +fourmilles +fourmillez +fourmill +fourmille +fourmilles +fourmills +fourmillre +fourmillrent +fourmillres +fourmilliez +fourmillions +fourmillons +fourmis +fournaise +fournaises +fourneau +fourneaux +fourne +fournes +fourni +fournie +fournies +fournil +fournils +fourniment +fourniments +fournir +fournira +fournirai +fourniraient +fournirais +fournirait +fourniras +fournirent +fournirez +fourniriez +fournirions +fournirons +fourniront +fournis +fournissaient +fournissais +fournissait +fournissant +fournisse +fournissent +fournisses +fournisseur +fournisseurs +fournissez +fournissiez +fournissions +fournissons +fournit +fourniture +fournitures +fournmes +fournt +fourntes +fourra +fourrage +fourragea +fourrageai +fourrageaient +fourrageais +fourrageait +fourrageant +fourrageas +fourrageasse +fourrageassent +fourrageasses +fourrageassiez +fourrageassions +fourragemes +fourraget +fourragetes +fourragent +fourrageons +fourrager +fourragera +fourragerai +fourrageraient +fourragerais +fourragerait +fourrageras +fourragerez +fourrageriez +fourragerions +fourragerons +fourrageront +fourrages +fourragez +fourrag +fourrage +fourrages +fourrags +fourragre +fourragrent +fourragres +fourragiez +fourragions +fourrai +fourraient +fourrais +fourrait +fourrant +fourras +fourrasse +fourrassent +fourrasses +fourrassiez +fourrassions +fourrmes +fourrt +fourrtes +fourre +fourreau +fourreaux +fourrent +fourrer +fourrera +fourrerai +fourreraient +fourrerais +fourrerait +fourreras +fourrerez +fourreriez +fourrerions +fourrerons +fourreront +fourres +fourreur +fourreurs +fourreuse +fourreuses +fourrez +fourr +fourre +fourres +fourrs +fourrrent +fourrier +fourriers +fourriez +fourrire +fourrires +fourrions +fourrons +fourrure +fourrures +fours +fourvoie +fourvoient +fourvoiera +fourvoierai +fourvoieraient +fourvoierais +fourvoierait +fourvoieras +fourvoierez +fourvoieriez +fourvoierions +fourvoierons +fourvoieront +fourvoies +fourvoya +fourvoyai +fourvoyaient +fourvoyais +fourvoyait +fourvoyant +fourvoyas +fourvoyasse +fourvoyassent +fourvoyasses +fourvoyassiez +fourvoyassions +fourvoymes +fourvoyt +fourvoytes +fourvoyer +fourvoyez +fourvoy +fourvoye +fourvoyes +fourvoys +fourvoyrent +fourvoyiez +fourvoyions +fourvoyons +fous +fout +foutaient +foutais +foutait +foutant +foute +foutent +foutes +foutez +foutiez +foutions +foutis +foutisse +foutissent +foutisses +foutissiez +foutissions +foutit +foutmes +foutt +fouttes +foutons +foutra +foutrai +foutraient +foutrais +foutrait +foutras +foutre +foutrez +foutriez +foutrions +foutrons +foutront +fouts +foutu +foutue +foutues +foutus +fox +foyer +foyers +fhn +fhns +frac +fracas +fracassa +fracassai +fracassaient +fracassais +fracassait +fracassant +fracassante +fracassantes +fracassants +fracassas +fracassasse +fracassassent +fracassasses +fracassassiez +fracassassions +fracassmes +fracasst +fracasstes +fracasse +fracassent +fracasser +fracassera +fracasserai +fracasseraient +fracasserais +fracasserait +fracasseras +fracasserez +fracasseriez +fracasserions +fracasserons +fracasseront +fracasses +fracassez +fracass +fracasse +fracasses +fracasss +fracassrent +fracassiez +fracassions +fracassons +fracs +fraction +fractionna +fractionnai +fractionnaient +fractionnaire +fractionnaires +fractionnais +fractionnait +fractionnant +fractionnas +fractionnasse +fractionnassent +fractionnasses +fractionnassiez +fractionnassions +fractionnmes +fractionnt +fractionntes +fractionne +fractionnel +fractionnelle +fractionnelles +fractionnels +fractionnent +fractionner +fractionnera +fractionnerai +fractionneraient +fractionnerais +fractionnerait +fractionneras +fractionnerez +fractionneriez +fractionnerions +fractionnerons +fractionneront +fractionnes +fractionnez +fractionn +fractionne +fractionnes +fractionns +fractionnrent +fractionniez +fractionnions +fractionnons +fractions +fractura +fracturai +fracturaient +fracturais +fracturait +fracturant +fracturas +fracturasse +fracturassent +fracturasses +fracturassiez +fracturassions +fracturmes +fracturt +fracturtes +fracture +fracturent +fracturer +fracturera +fracturerai +fractureraient +fracturerais +fracturerait +fractureras +fracturerez +fractureriez +fracturerions +fracturerons +fractureront +fractures +fracturez +fractur +fracture +fractures +fracturs +fracturrent +fracturiez +fracturions +fracturons +fraeraient +fragile +fragiles +fragilit +fragment +fragmenta +fragmentai +fragmentaient +fragmentaire +fragmentairement +fragmentais +fragmentait +fragmentant +fragmentas +fragmentasse +fragmentassent +fragmentasses +fragmentassiez +fragmentassions +fragmentation +fragmentations +fragmentmes +fragmentt +fragmenttes +fragmente +fragmentent +fragmenter +fragmentera +fragmenterai +fragmenteraient +fragmenterais +fragmenterait +fragmenteras +fragmenterez +fragmenteriez +fragmenterions +fragmenterons +fragmenteront +fragmentes +fragmentez +fragment +fragmente +fragmentes +fragments +fragmentrent +fragmentiez +fragmentions +fragmentons +fragments +frai +fraie +fraient +fraiera +fraierai +fraieraient +fraierais +fraierait +fraieras +fraierez +fraieriez +fraieront +fraies +frais +fraisa +fraisage +fraisages +fraisai +fraisaient +fraisais +fraisait +fraisant +fraisas +fraisasse +fraisassent +fraisasses +fraisassiez +fraisassions +fraismes +fraist +fraistes +fraise +fraisent +fraiser +fraisera +fraiserai +fraiseraient +fraiserais +fraiserait +fraiseras +fraiserez +fraiseriez +fraiserions +fraiserons +fraiseront +fraises +fraiseur +fraiseurs +fraiseuse +fraiseuses +fraisez +frais +fraise +fraises +fraiss +fraisrent +fraisier +fraisiers +fraisiez +fraisions +fraisons +frache +frachement +fraches +fracheur +fracheurs +frachi +frachie +frachies +frachir +frachira +frachirai +frachiraient +frachirais +frachirait +frachiras +frachirent +frachirez +frachiriez +frachirions +frachirons +frachiront +frachis +frachissaient +frachissais +frachissait +frachissas +frachissez +frachissiez +frachissions +frachissons +frachissont +frachit +frachmes +fracht +frachtes +framboise +framboises +framboisier +framboisiers +franc +france +franche +franchement +franches +franchi +franchie +franchies +franchir +franchira +franchirai +franchiraient +franchirais +franchirait +franchiras +franchirent +franchirez +franchiriez +franchirions +franchirons +franchiront +franchis +franchise +franchises +franchissaient +franchissais +franchissait +franchissant +franchisse +franchissement +franchissements +franchissent +franchisses +franchissez +franchissiez +franchissions +franchissons +franchit +franchmes +francht +franchtes +francisa +francisai +francisaient +francisais +francisait +francisant +francisas +francisasse +francisassent +francisasses +francisassiez +francisassions +francisation +francisations +francismes +francist +francistes +franciscain +franciscaine +franciscaines +franciscains +francise +francisent +franciser +francisera +franciserai +franciseraient +franciserais +franciserait +franciseras +franciserez +franciseriez +franciserions +franciserons +franciseront +francises +francisez +francis +francise +francises +franciss +francisrent +francisiez +francisions +franciso +francisons +francisque +francisques +franco +francophile +francophiles +francophobe +francophobes +francophone +francophones +francophonie +francs +franais +franaise +franaises +franois +frange +frangea +frangeai +frangeaient +frangeais +frangeait +frangeant +frangeas +frangeasse +frangeassent +frangeasses +frangeassiez +frangeassions +frangemes +franget +frangetes +frangent +frangeons +franger +frangera +frangerai +frangeraient +frangerais +frangerait +frangeras +frangerez +frangeriez +frangerions +frangerons +frangeront +franges +frangez +frang +frange +franges +frangs +frangrent +frangiez +frangions +frangipane +frangipanes +franquette +franquiste +franquistes +frappa +frappai +frappaient +frappais +frappait +frappant +frappante +frappas +frappasse +frappassent +frappasses +frappassiez +frappassions +frappmes +frappt +frapptes +frappe +frappent +frapper +frappera +frapperai +frapperaient +frapperais +frapperait +frapperas +frapperez +frapperiez +frapperions +frapperons +frapperont +frappes +frappeur +frappeurs +frappeuse +frappeuses +frappez +frapp +frappe +frappes +frapps +frapprent +frappiez +frappions +frappons +frasque +frasques +fraternel +fraternelle +fraternellement +fraternelles +fraternels +fraternisa +fraternisai +fraternisaient +fraternisais +fraternisait +fraternisant +fraternisas +fraternisasse +fraternisassent +fraternisasses +fraternisassiez +fraternisassions +fraternismes +fraternist +fraternistes +fraternise +fraternisent +fraterniser +fraternisera +fraterniserai +fraterniseraient +fraterniserais +fraterniserait +fraterniseras +fraterniserez +fraterniseriez +fraterniserions +fraterniserons +fraterniseront +fraternises +fraternisez +fraternis +fraternise +fraternises +fraterniss +fraternisrent +fraternisiez +fraternisions +fraternisons +fraternit +fraternits +fratricide +fratricides +frauda +fraudai +fraudaient +fraudais +fraudait +fraudant +fraudas +fraudasse +fraudassent +fraudasses +fraudassiez +fraudassions +fraudmes +fraudt +fraudtes +fraude +fraudent +frauder +fraudera +frauderai +frauderaient +frauderais +frauderait +frauderas +frauderez +frauderiez +frauderions +frauderons +frauderont +fraudes +fraudeur +fraudeurs +fraudeuse +fraudeuses +fraudez +fraud +fraude +fraudes +frauds +fraudrent +fraudiez +fraudions +fraudons +frauduleuse +frauduleusement +frauduleuses +frauduleux +fraya +frayai +frayaient +frayais +frayait +frayant +frayas +frayasse +frayassent +frayasses +frayassiez +frayassions +fraymes +frayt +fraytes +fraye +frayent +frayer +frayera +frayerai +frayeraient +frayerais +frayerons +frayes +frayeur +frayeurs +frayez +fray +fraye +frayes +frays +frayrent +frayiez +frayions +frayons +fredaine +fredaines +fredonna +fredonnai +fredonnaient +fredonnais +fredonnait +fredonnant +fredonnas +fredonnasse +fredonnassent +fredonnasses +fredonnassiez +fredonnassions +fredonnmes +fredonnt +fredonntes +fredonne +fredonnement +fredonnements +fredonnent +fredonner +fredonnera +fredonnerai +fredonneraient +fredonnerais +fredonnerait +fredonneras +fredonnerez +fredonneriez +fredonnerions +fredonnerons +fredonneront +fredonnes +fredonnez +fredonn +fredonne +fredonnes +fredonns +fredonnrent +fredonniez +fredonnions +fredonnons +frein +freina +freinage +freinages +freinai +freinaient +freinais +freinait +freinant +freinas +freinasse +freinassent +freinasses +freinassiez +freinassions +freinmes +freint +freintes +freine +freinent +freiner +freinera +freinerai +freineraient +freinerais +freinerait +freineras +freinerez +freineriez +freinerions +freinerons +freineront +freines +freinez +frein +freine +freines +freins +freinrent +freiniez +freinions +freinons +freins +frelata +frelatai +frelataient +frelatais +frelatait +frelatant +frelatas +frelatasse +frelatassent +frelatasses +frelatassiez +frelatassions +frelatmes +frelatt +frelattes +frelate +frelatent +frelater +frelatera +frelaterai +frelateraient +frelaterais +frelaterait +frelateras +frelaterez +frelateriez +frelaterions +frelaterons +frelateront +frelates +frelatez +frelat +frelate +frelates +frelats +frelatrent +frelatiez +frelations +frelatons +frelon +frelons +freluquet +freluquets +fresque +fresques +fressure +fressures +fret +fretin +fretins +frets +fretta +frettai +frettaient +frettais +frettait +frettant +frettas +frettasse +frettassent +frettasses +frettassiez +frettassions +frettmes +frettt +fretttes +frette +frettent +fretter +frettera +fretterai +fretteraient +fretterais +fretterait +fretteras +fretterez +fretteriez +fretterions +fretterons +fretteront +frettes +frettez +frett +frette +frettes +fretts +frettrent +frettiez +frettions +frettons +freudien +freudienne +freudiennes +freudiens +freudisme +frgate +frgates +frmi +frmie +frmies +frmir +frmira +frmirai +frmiraient +frmirais +frmirait +frmiras +frmirent +frmirez +frmiriez +frmirions +frmirons +frmiront +frmis +frmissaient +frmissais +frmissait +frmissant +frmisse +frmissement +frmissements +frmissent +frmisses +frmissiez +frmissions +frmit +frmmes +frmt +frmtes +frnsie +frnsies +frntique +frntiquement +frntiques +frquemment +frquence +frquences +frquent +frquenta +frquentai +frquentaient +frquentais +frquentait +frquentant +frquentas +frquentasse +frquentassent +frquentasses +frquentassiez +frquentassions +frquentation +frquentations +frquentmes +frquentt +frquenttes +frquente +frquentent +frquenter +frquentera +frquenterai +frquenteraient +frquenterais +frquenterait +frquenteras +frquenterez +frquenteriez +frquenterions +frquenterons +frquenteront +frquentes +frquentez +frquent +frquente +frquentes +frquents +frquentrent +frquentiez +frquentions +frquentons +frquents +frta +frtai +frtaient +frtais +frtait +frtant +frtas +frtasse +frtassent +frtasses +frtassiez +frtassions +frtmes +frtt +frttes +frter +frtera +frterai +frteraient +frterais +frterait +frteras +frterez +frteriez +frterions +frterons +frteront +frteur +frteurs +frtez +frt +frte +frtes +frts +frtrent +frtiez +frtilla +frtillai +frtillaient +frtillais +frtillait +frtillant +frtillas +frtillasse +frtillassent +frtillasses +frtillassiez +frtillassions +frtillmes +frtillt +frtilltes +frtille +frtillement +frtillements +frtillent +frtiller +frtillera +frtillerai +frtilleraient +frtillerais +frtillerait +frtilleras +frtillerez +frtilleriez +frtillerions +frtillerons +frtilleront +frtilles +frtillez +frtill +frtille +frtilles +frtills +frtillrent +frtilliez +frtillions +frtillons +frtions +frtons +frre +frres +frte +frtent +frtes +frle +frles +frne +frnes +friabilit +friabilits +friable +friables +friand +friande +friandes +friandise +friandises +friands +fric +fricandeau +fricandeaux +fricassa +fricassai +fricassaient +fricassais +fricassait +fricassant +fricassas +fricassasse +fricassassent +fricassasses +fricassassiez +fricassassions +fricassmes +fricasst +fricasstes +fricasse +fricassent +fricasser +fricassera +fricasserai +fricasseraient +fricasserais +fricasserait +fricasseras +fricasserez +fricasseriez +fricasserions +fricasserons +fricasseront +fricasses +fricassez +fricass +fricasse +fricasses +fricasss +fricassrent +fricassiez +fricassions +fricassons +friche +friches +fricot +fricota +fricotai +fricotaient +fricotais +fricotait +fricotant +fricotas +fricotasse +fricotassent +fricotasses +fricotassiez +fricotassions +fricotmes +fricott +fricottes +fricote +fricotent +fricoter +fricotera +fricoterai +fricoteraient +fricoterais +fricoterait +fricoteras +fricoterez +fricoteriez +fricoterions +fricoterons +fricoteront +fricotes +fricotez +fricot +fricote +fricotes +fricots +fricotrent +fricotiez +fricotions +fricotons +fricots +friction +frictionna +frictionnai +frictionnaient +frictionnais +frictionnait +frictionnant +frictionnas +frictionnasse +frictionnassent +frictionnasses +frictionnassiez +frictionnassions +frictionnmes +frictionnt +frictionntes +frictionne +frictionnent +frictionner +frictionnera +frictionnerai +frictionneraient +frictionnerais +frictionnerait +frictionneras +frictionnerez +frictionneriez +frictionnerions +frictionnerons +frictionneront +frictionnes +frictionnez +frictionn +frictionne +frictionnes +frictionns +frictionnrent +frictionniez +frictionnions +frictionnons +frictions +frigidaire +frigide +frigides +frigidit +frigidits +frigo +frigorifia +frigorifiai +frigorifiaient +frigorifiais +frigorifiait +frigorifiant +frigorifias +frigorifiasse +frigorifiassent +frigorifiasses +frigorifiassiez +frigorifiassions +frigorifimes +frigorifit +frigorifites +frigorifie +frigorifient +frigorifier +frigorifiera +frigorifierai +frigorifieraient +frigorifierais +frigorifierait +frigorifieras +frigorifierez +frigorifieriez +frigorifierions +frigorifierons +frigorifieront +frigorifies +frigorifiez +frigorifi +frigorifie +frigorifies +frigorifis +frigorifirent +frigorifiiez +frigorifiions +frigorifions +frigorifique +frigorifiques +frigos +frileuse +frileusement +frileuses +frileux +frimaire +frimas +frime +frimes +frimousse +frimousses +fringale +fringales +fringant +fringante +fringantes +fringants +fripa +fripai +fripaient +fripais +fripait +fripant +fripas +fripasse +fripassent +fripasses +fripassiez +fripassions +fripmes +fript +friptes +fripe +fripent +friper +fripera +friperai +friperaient +friperais +friperait +friperas +friperez +friperie +friperies +friperiez +friperions +friperons +friperont +fripes +fripez +frip +fripe +fripes +frips +friprent +fripier +fripiers +fripiez +fripire +fripires +fripions +fripon +friponne +friponnerie +friponneries +friponnes +fripons +frira +frirai +friraient +frirais +frirait +friras +frire +frirez +fririez +fririons +frirons +friront +fris +frisa +frisai +frisaient +frisais +frisait +frisant +frisas +frisasse +frisassent +frisasses +frisassiez +frisassions +frismes +frist +fristes +frise +frisent +friser +frisera +friserai +friseraient +friserais +friserait +friseras +friserez +friseriez +friserions +friserons +friseront +frises +frisette +frisettes +frisez +fris +frise +frises +friss +frisrent +frisiez +frisions +frisons +frisotta +frisottai +frisottaient +frisottais +frisottait +frisottant +frisottas +frisottasse +frisottassent +frisottasses +frisottassiez +frisottassions +frisottmes +frisottt +frisotttes +frisotte +frisottent +frisotter +frisottera +frisotterai +frisotteraient +frisotterais +frisotterait +frisotteras +frisotterez +frisotteriez +frisotterions +frisotterons +frisotteront +frisottes +frisottez +frisott +frisotte +frisottes +frisotts +frisottrent +frisottiez +frisottions +frisottons +frisquet +frisquets +frisquette +frisquettes +frisson +frissonna +frissonnai +frissonnaient +frissonnais +frissonnait +frissonnant +frissonnas +frissonnasse +frissonnassent +frissonnasses +frissonnassiez +frissonnassions +frissonnmes +frissonnt +frissonntes +frissonne +frissonnement +frissonnements +frissonnent +frissonner +frissonnera +frissonnerai +frissonneraient +frissonnerais +frissonnerait +frissonneras +frissonnerez +frissonneriez +frissonnerions +frissonnerons +frissonneront +frissonnes +frissonnez +frissonn +frissonne +frissonnes +frissonns +frissonnrent +frissonniez +frissonnions +frissonnons +frissons +frisure +frisures +frit +frite +frites +frits +friture +fritures +frivole +frivolement +frivoles +frivolit +frivolits +froc +frocs +froid +froide +froidement +froides +froideur +froideurs +froids +froidure +froidures +froissa +froissai +froissaient +froissais +froissait +froissant +froissas +froissasse +froissassent +froissasses +froissassiez +froissassions +froissmes +froisst +froisstes +froisse +froissement +froissements +froissent +froisser +froissera +froisserai +froisseraient +froisserais +froisserait +froisseras +froisserez +froisseriez +froisserions +froisserons +froisseront +froisses +froissez +froiss +froisse +froisses +froisss +froissrent +froissiez +froissions +froissons +fromage +fromager +fromagerie +fromageries +fromagers +fromages +fromagre +fromagres +froment +fronce +froncent +froncer +froncera +froncerai +fronceraient +froncerais +froncerait +fronceras +froncerez +fronceriez +froncerions +froncerons +fronceront +fronces +froncez +fronc +fronce +fronces +froncs +froncrent +fronciez +froncions +frona +fronai +fronaient +fronais de froncer +fronait +fronant +fronas +fronasse +fronassent +fronasses +fronassiez +fronassions +fronmes +front +frontes +fronons +fronda +frondai +frondaient +frondais +frondaison +frondaisons +frondait +frondant +frondas +frondasse +frondassent +frondasses +frondassiez +frondassions +frondmes +frondt +frondtes +fronde +frondent +fronder +frondera +fronderai +fronderaient +fronderais +fronderait +fronderas +fronderez +fronderiez +fronderions +fronderons +fronderont +frondes +frondeur +frondeurs +frondeuse +frondeuses +frondez +frond +fronde +frondes +fronds +frondrent +frondiez +frondions +frondons +front +frontal +frontale +frontales +frontalier +frontaliers +frontalire +frontalires +frontaux +frontire +frontires +frontispice +frontispices +fronton +frontons +fronts +frotta +frottai +frottaient +frottais +frottait +frottant +frottas +frottasse +frottassent +frottasses +frottassiez +frottassions +frottmes +frottt +frotttes +frotte +frottement +frottements +frottent +frotter +frottera +frotterai +frotteraient +frotterais +frotterait +frotteras +frotterez +frotteriez +frotterions +frotterons +frotteront +frottes +frottez +frott +frotte +frottes +frotts +frottrent +frottiez +frottions +frottis +frottoir +frottoirs +frottons +frou +frous +frla +frlai +frlaient +frlais +frlait +frlant +frlas +frlasse +frlassent +frlasses +frlassiez +frlassions +frlmes +frlt +frltes +frle +frlement +frlements +frlent +frler +frlera +frlerai +frleraient +frlerais +frlerait +frleras +frlerez +frleriez +frlerions +frlerons +frleront +frles +frlez +frl +frle +frles +frls +frlrent +frliez +frlions +frlons +fructeuses +fructidor +fructifia +fructifiai +fructifiaient +fructifiais +fructifiait +fructifiant +fructifias +fructifiasse +fructifiassent +fructifiasses +fructifiassiez +fructifiassions +fructifimes +fructifit +fructifites +fructification +fructifications +fructifie +fructifient +fructifier +fructifiera +fructifierai +fructifieraient +fructifierais +fructifierait +fructifieras +fructifierez +fructifieriez +fructifierions +fructifierons +fructifieront +fructifies +fructifiez +fructifi +fructifie +fructifies +fructifis +fructifirent +fructifiiez +fructifiions +fructifions +fructueuse +fructueusement +fructueuses +fructueux +frugal +frugale +frugalement +frugales +frugalit +frugalits +frugaux +fruit +fruiterie +fruiteries +fruit +fruite +fruites +fruits +fruitier +fruitiers +fruitire +fruitires +fruits +frusques +frusquin +fruste +frustes +frustra +frustrai +frustraient +frustrais +frustrait +frustrant +frustras +frustrasse +frustrassent +frustrasses +frustrassiez +frustrassions +frustration +frustrations +frustrmes +frustrt +frustrtes +frustre +frustrent +frustrer +frustrera +frustrerai +frustreraient +frustrerais +frustrerait +frustreras +frustrerez +frustreriez +frustrerions +frustrerons +frustreront +frustres +frustrez +frustr +frustre +frustres +frustrs +frustrrent +frustriez +frustrions +frustrons +fuchsia +fuchsias +fuchsine +fuel +fuels +fugace +fugaces +fugacit +fugacits +fugitif +fugitifs +fugitive +fugitivement +fugitives +fugue +fugues +fui +fuie +fuient +fuies +fuir +fuira +fuirai +fuiraient +fuirais +fuirait +fuiras +fuirent +fuirez +fuiriez +fuirions +fuirons +fuiront +fuis +fuisse +fuissent +fuisses +fuissiez +fuissions +fuit +fuite +fuites +fumes +fut +futes +fulgura +fulgurai +fulguraient +fulgurais +fulgurait +fulgurant +fulgurante +fulgurantes +fulgurants +fulguras +fulgurasse +fulgurassent +fulgurasses +fulgurassiez +fulgurassions +fulgurmes +fulgurt +fulgurtes +fulgure +fulgurent +fulgurer +fulgurera +fulgurerai +fulgureraient +fulgurerais +fulgurerait +fulgureras +fulgurerez +fulgureriez +fulgurerions +fulgurerons +fulgureront +fulgures +fulgurez +fulgur +fulgure +fulgures +fulgurs +fulgurrent +fulguriez +fulgurions +fulgurons +fuligineuse +fuligineuses +fuligineux +fulmina +fulminai +fulminaient +fulminais +fulminait +fulminant +fulminas +fulminasse +fulminassent +fulminasses +fulminassiez +fulminassions +fulminmes +fulmint +fulmintes +fulmine +fulminent +fulminer +fulminera +fulminerai +fulmineraient +fulminerais +fulminerait +fulmineras +fulminerez +fulmineriez +fulminerions +fulminerons +fulmineront +fulmines +fulminez +fulmin +fulmine +fulmines +fulmins +fulminrent +fulminiez +fulminions +fulminons +fuma +fumage +fumages +fumai +fumaient +fumais +fumait +fumant +fumas +fumasse +fumassent +fumasses +fumassiez +fumassions +fummes +fumt +fumtes +fume +fument +fumer +fumera +fumerai +fumeraient +fumerais +fumerait +fumeras +fumerez +fumerie +fumeries +fumeriez +fumerions +fumerolle +fumerolles +fumerons +fumeront +fumes +fumet +fumets +fumeur +fumeurs +fumeuse +fumeuses +fumeux +fumez +fum +fume +fumes +fums +fumrent +fumier +fumiers +fumiez +fumigateur +fumigateurs +fumigation +fumigations +fumigne +fumignes +fumions +fumiste +fumisterie +fumistes +fumoir +fumoirs +fumons +fumure +fumures +funambule +funambules +funambulesque +funambulesques +funeste +funestes +funrailles +funraire +funraires +funbre +funbres +funiculaire +funiculaires +fur +furent +furet +fureta +furetai +furetaient +furetais +furetait +furetant +furetas +furetasse +furetassent +furetasses +furetassiez +furetassions +furetmes +furett +furettes +fureter +fureteur +fureteurs +fureteuse +fureteuses +furetez +furet +furete +furetes +furets +furetrent +furetiez +furetions +furetons +furets +fureur +fureurs +furte +furtent +furtera +furterai +furteraient +furterais +furterait +furteras +furterez +furteriez +furterions +furterons +furteront +furtes +furibond +furibonde +furibondes +furibonds +furie +furies +furieuse +furieusement +furieuses +furieux +furoncle +furoncles +furonculose +furonculoses +furtif +furtifs +furtive +furtivement +furtives +fus +fusa +fusai +fusaient +fusain +fusains +fusais +fusait +fusant +fusas +fusasse +fusassent +fusasses +fusassiez +fusassions +fusmes +fust +fustes +fuse +fuseau +fuseaux +fuselage +fuselages +fusel +fusele +fuseles +fusels +fusement +fusements +fusent +fuser +fusera +fuserai +fuseraient +fuserais +fuserait +fuseras +fuserez +fuseriez +fuserions +fuserons +fuseront +fuses +fusez +fus +fuse +fuses +fuss +fusrent +fusibilit +fusibilits +fusible +fusibles +fusiez +fusiforme +fusiformes +fusil +fusilla +fusillade +fusillades +fusillai +fusillaient +fusillais +fusillait +fusillant +fusillas +fusillasse +fusillassent +fusillasses +fusillassiez +fusillassions +fusillmes +fusillt +fusilltes +fusille +fusillent +fusiller +fusillera +fusillerai +fusilleraient +fusillerais +fusillerait +fusilleras +fusillerez +fusilleriez +fusillerions +fusillerons +fusilleront +fusilles +fusillez +fusill +fusille +fusilles +fusills +fusillrent +fusilliez +fusillions +fusillons +fusils +fusion +fusionna +fusionnai +fusionnaient +fusionnais +fusionnait +fusionnant +fusionnas +fusionnasse +fusionnassent +fusionnasses +fusionnassiez +fusionnassions +fusionnmes +fusionnt +fusionntes +fusionne +fusionnement +fusionnements +fusionnent +fusionner +fusionnera +fusionnerai +fusionneraient +fusionnerais +fusionnerait +fusionneras +fusionnerez +fusionneriez +fusionnerions +fusionnerons +fusionneront +fusionnes +fusionnez +fusionn +fusionne +fusionnes +fusionns +fusionnrent +fusionniez +fusionnions +fusionnons +fusions +fusons +fusse +fussent +fusses +fussiez +fussions +fustige +fustigea +fustigeai +fustigeaient +fustigeais +fustigeait +fustigeant +fustigeas +fustigeasse +fustigeassent +fustigeasses +fustigeassiez +fustigeassions +fustigemes +fustiget +fustigetes +fustigent +fustiger +fustigera +fustigerai +fustigeraient +fustigerais +fustigerait +fustigeras +fustigerez +fustigeriez +fustigerions +fustigerons +fustigeront +fustiges +fustigez +fustig +fustige +fustiges +fustigs +fustigrent +fustigiez +fustigions +fustigons +fut +futaie +futaies +futaille +futailles +fut +fute +futes +futs +futile +futilement +futiles +futilit +futilits +futur +future +futures +futurisme +futuriste +futuristes +futurs +fuyaient +fuyais +fuyait +fuyant +fuyante +fuyantes +fuyants +fuyard +fuyarde +fuyardes +fuyards +fuyez +fuyiez +fuyions +fuyons +fmes +ft +ftes +fts +g +gabardine +gabardines +gabarit +gabarits +gabegie +gabegies +gabelle +gabier +gabiers +gabion +gabions +gable +gables +gabon +gadget +gadgets +gadoue +gaffa +gaffai +gaffaient +gaffais +gaffait +gaffant +gaffas +gaffasse +gaffassent +gaffasses +gaffassiez +gaffassions +gaffmes +gafft +gafftes +gaffe +gaffent +gaffer +gaffera +gafferai +gafferaient +gafferais +gafferait +gafferas +gafferez +gafferiez +gafferions +gafferons +gafferont +gaffes +gaffeur +gaffeurs +gaffeuse +gaffeuses +gaffez +gaff +gaffe +gaffes +gaffs +gaffrent +gaffiez +gaffions +gaffons +gag +gage +gagea +gageai +gageaient +gageais +gageait +gageant +gageas +gageasse +gageassent +gageasses +gageassiez +gageassions +gagemes +gaget +gagetes +gagent +gageons +gager +gagera +gagerai +gageraient +gagerais +gagerait +gageras +gagerez +gageriez +gagerions +gagerons +gageront +gages +gageure +gageures +gagez +gag +gage +gages +gags +gagrent +gagiez +gagions +gagna +gagnai +gagnaient +gagnais +gagnait +gagnant +gagnante +gagnants +gagnas +gagnasse +gagnassent +gagnasses +gagnassiez +gagnassions +gagnmes +gagnt +gagntes +gagne +gagnent +gagner +gagnera +gagnerai +gagneraient +gagnerais +gagnerait +gagneras +gagnerez +gagneriez +gagnerions +gagnerons +gagneront +gagnes +gagneur +gagneurs +gagnez +gagn +gagne +gagnes +gagns +gagnrent +gagniez +gagnions +gagnons +gags +gai +gaie +gaiement +gaies +gaiet +gaiets +gaillard +gaillarde +gaillardes +gaillardise +gaillardises +gaillards +gain +gaina +gainage +gainai +gainaient +gainais +gainait +gainant +gainas +gainasse +gainassent +gainasses +gainassiez +gainassions +gainmes +gaint +gaintes +gaine +gainent +gainer +gainera +gainerai +gaineraient +gainerais +gainerait +gaineras +gainerez +gaineriez +gainerions +gainerons +gaineront +gaines +gainez +gain +gaine +gaines +gains +gainrent +gainiez +gainions +gainons +gains +gais +gala +galactique +galactiques +galalithe +galamment +galant +galante +galanterie +galanteries +galantes +galantine +galantines +galants +galas +galaxie +galaxies +galba +galbai +galbaient +galbais +galbait +galbant +galbas +galbasse +galbassent +galbasses +galbassiez +galbassions +galbmes +galbt +galbtes +galbe +galbent +galber +galbera +galberai +galberaient +galberais +galberait +galberas +galberez +galberiez +galberions +galberons +galberont +galbes +galbez +galb +galbe +galbes +galbs +galbrent +galbiez +galbions +galbons +gale +galerie +galeries +gales +galet +galetas +galets +galette +galettes +galeuse +galeuses +galeux +galjade +galjades +galrien +galriens +galne +galre +galres +galile +galilen +galilenne +galilennes +galilens +galimatias +galion +galions +galipette +galipettes +galle +galles +gallican +gallicane +gallicanes +gallicanisme +gallicans +gallicisme +gallicismes +gallinacs +gallo +gallois +galloise +galloises +gallon +gallons +galoche +galoches +galon +galons +galop +galopa +galopade +galopades +galopai +galopaient +galopais +galopait +galopant +galopas +galopasse +galopassent +galopasses +galopassiez +galopassions +galopmes +galopt +galoptes +galope +galopent +galoper +galopera +galoperai +galoperaient +galoperais +galoperait +galoperas +galoperez +galoperiez +galoperions +galoperons +galoperont +galopes +galopez +galop +galope +galopes +galops +galoprent +galopiez +galopin +galopins +galopions +galopons +galops +galvanisa +galvanisai +galvanisaient +galvanisais +galvanisait +galvanisant +galvanisas +galvanisasse +galvanisassent +galvanisasses +galvanisassiez +galvanisassions +galvanisation +galvanisations +galvanismes +galvanist +galvanistes +galvanise +galvanisent +galvaniser +galvanisera +galvaniserai +galvaniseraient +galvaniserais +galvaniserait +galvaniseras +galvaniserez +galvaniseriez +galvaniserions +galvaniserons +galvaniseront +galvanises +galvanisez +galvanis +galvanise +galvanises +galvaniss +galvanisrent +galvanisiez +galvanisions +galvanisons +galvano +galvanomtre +galvanomtres +galvanoplastie +galvanos +galvauda +galvaudai +galvaudaient +galvaudais +galvaudait +galvaudant +galvaudas +galvaudasse +galvaudassent +galvaudasses +galvaudassiez +galvaudassions +galvaudmes +galvaudt +galvaudtes +galvaude +galvaudent +galvauder +galvaudera +galvauderai +galvauderaient +galvauderais +galvauderait +galvauderas +galvauderez +galvauderiez +galvauderions +galvauderons +galvauderont +galvaudes +galvaudez +galvaud +galvaude +galvaudes +galvauds +galvaudrent +galvaudiez +galvaudions +galvaudons +gambada +gambadai +gambadaient +gambadais +gambadait +gambadant +gambadas +gambadasse +gambadassent +gambadasses +gambadassiez +gambadassions +gambadmes +gambadt +gambadtes +gambade +gambadent +gambader +gambadera +gambaderai +gambaderaient +gambaderais +gambaderait +gambaderas +gambaderez +gambaderiez +gambaderions +gambaderons +gambaderont +gambades +gambadez +gambad +gambade +gambades +gambads +gambadrent +gambadiez +gambadions +gambadons +gamelle +gamelles +gamte +gamtes +gamin +gamine +gaminerie +gamineries +gamines +gamins +gamma +gamme +gammes +gamm +gamme +gammes +gamms +ganache +ganaches +gandin +gandins +gang +ganglion +ganglionnaire +ganglionnaires +ganglions +gangrena +gangrenai +gangrenaient +gangrenais +gangrenait +gangrenant +gangrenas +gangrenasse +gangrenassent +gangrenasses +gangrenassiez +gangrenassions +gangrenmes +gangrent +gangrentes +gangrener +gangrenez +gangren +gangrene +gangrenes +gangrens +gangrenrent +gangreniez +gangrenions +gangrenons +gangrne +gangrnent +gangrnera +gangrnerai +gangrneraient +gangrnerais +gangrnerait +gangrneras +gangrnerez +gangrneriez +gangrnerions +gangrnerons +gangrneront +gangrnes +gangs +gangster +gangsters +gangstrisme +gangue +gangues +ganse +ganses +gant +ganta +gantai +gantaient +gantais +gantait +gantant +gantas +gantasse +gantassent +gantasses +gantassiez +gantassions +gantmes +gantt +ganttes +gante +gantelet +gantelets +gantent +ganter +gantera +ganterai +ganteraient +ganterais +ganterait +ganteras +ganterez +ganterie +ganteries +ganteriez +ganterions +ganterons +ganteront +gantes +gantez +gant +gante +gantes +gants +gantrent +gantier +gantiers +gantiez +gantire +gantires +gantions +gantons +gants +gara +garage +garages +garagiste +garagistes +garai +garaient +garais +garait +garance +garances +garant +garante +garantes +garanti +garantie +garanties +garantir +garantira +garantirai +garantiraient +garantirais +garantirait +garantiras +garantirent +garantirez +garantiriez +garantirions +garantirons +garantiront +garantis +garantissaient +garantissais +garantissait +garantissant +garantisse +garantissent +garantisses +garantissez +garantissiez +garantissions +garantissons +garantit +garantmes +garantt +garanttes +garants +garas +garasse +garassent +garasses +garassiez +garassions +garmes +gart +gartes +garce +garces +garon +garonne +garonnes +garonnet +garonnets +garonnire +garonnires +garons +garda +gardai +gardaient +gardais +gardait +gardant +gardas +gardasse +gardassent +gardasses +gardassiez +gardassions +gardmes +gardt +gardtes +garde +gardent +garder +gardera +garderai +garderaient +garderais +garderait +garderas +garderez +garderie +garderies +garderiez +garderions +garderons +garderont +gardes +gardeur +gardeurs +gardeuse +gardeuses +gardez +gard +garde +gardes +gardnia +gardnias +gards +gardrent +gardian taurien +gardians taurien +gardien +gardiennage +gardiennages +gardienne +gardiennes +gardiens +gardiez +gardions +gardon +gardons +gare +garenne +garennes +garent +garer +garera +garerai +gareraient +garerais +garerait +gareras +garerez +gareriez +garerions +garerons +gareront +gares +garez +gar +gare +gares +gars +garrent +gargarisa +gargarisai +gargarisaient +gargarisais +gargarisait +gargarisant +gargarisas +gargarisasse +gargarisassent +gargarisasses +gargarisassiez +gargarisassions +gargarismes +gargarist +gargaristes +gargarise +gargarisent +gargariser +gargarisera +gargariserai +gargariseraient +gargariserais +gargariserait +gargariseras +gargariserez +gargariseriez +gargariserions +gargariserons +gargariseront +gargarises +gargarisez +gargaris +gargarise +gargarises +gargariss +gargarisrent +gargarisiez +gargarisions +gargarisme +gargarisons +gargote +gargotes +gargotier +gargotiers +gargotire +gargotires +gargouilla +gargouillai +gargouillaient +gargouillais +gargouillait +gargouillant +gargouillas +gargouillasse +gargouillassent +gargouillasses +gargouillassiez +gargouillassions +gargouillmes +gargouillt +gargouilltes +gargouille +gargouillement +gargouillements +gargouillent +gargouiller +gargouillera +gargouillerai +gargouilleraient +gargouillerais +gargouillerait +gargouilleras +gargouillerez +gargouilleriez +gargouillerions +gargouillerons +gargouilleront +gargouilles +gargouillez +gargouill +gargouille +gargouilles +gargouills +gargouillrent +gargouilliez +gargouillions +gargouillis +gargouillons +gargoulette +gargoulettes +gariez +garigue +garigues +garions +garnement +garnements +garni +garnie +garnies +garnir +garnira +garnirai +garniraient +garnirait +garniras +garnirent +garnirez +garniriez +garnirions +garnirons +garniront +garnis +garnison +garnisons +garnissage +garnissages +garnissaient +garnissais +garnissait +garnissant +garnisse +garnissent +garnisses +garnissiez +garnissions +garnissons +garnit +garniture +garnitures +garnmes +garnt +garntes +garons +garou +garrigue +garrigues +garrot +garrots +garrotta +garrottai +garrottaient +garrottais +garrottait +garrottant +garrottas +garrottasse +garrottassent +garrottasses +garrottassiez +garrottassions +garrottmes +garrottt +garrotttes +garrotte +garrottent +garrotter +garrottera +garrotterai +garrotteraient +garrotterais +garrotterait +garrotteras +garrotterez +garrotteriez +garrotterions +garrotterons +garrotteront +garrottes +garrottez +garrott +garrotte +garrottes +garrotts +garrottrent +garrottiez +garrottions +garrottons +gars +gas +gascon +gasconna +gasconnade +gasconnades +gasconnai +gasconnaient +gasconnais +gasconnait +gasconnant +gasconnas +gasconnasse +gasconnassent +gasconnasses +gasconnassiez +gasconnassions +gasconnmes +gasconnt +gasconntes +gasconne +gasconnent +gasconner +gasconnera +gasconnerai +gasconneraient +gasconnerais +gasconnerait +gasconneras +gasconnerez +gasconneriez +gasconnerions +gasconnerons +gasconneront +gasconnes +gasconnez +gasconn +gasconne +gasconnes +gasconns +gasconnrent +gasconniez +gasconnions +gasconnons +gascons +gasoil +gaspilla +gaspillage +gaspillages +gaspillai +gaspillaient +gaspillais +gaspillait +gaspillant +gaspillas +gaspillasse +gaspillassent +gaspillasses +gaspillassiez +gaspillassions +gaspillmes +gaspillt +gaspilltes +gaspille +gaspillent +gaspiller +gaspillera +gaspillerai +gaspilleraient +gaspillerais +gaspillerait +gaspilleras +gaspillerez +gaspilleriez +gaspillerions +gaspillerons +gaspilleront +gaspilles +gaspilleur +gaspilleurs +gaspilleuse +gaspilleuses +gaspillez +gaspill +gaspille +gaspilles +gaspills +gaspillrent +gaspilliez +gaspillions +gaspillons +gastropodes +gastralgie +gastrique +gastriques +gastrite +gastrites +gastro +gastronome +gastronomes +gastronomie +gastronomies +gauche +gauchement +gaucher +gaucherie +gaucheries +gauchers +gauches +gauchre +gauchres +gauchi +gauchie +gauchies +gauchir +gauchira +gauchirai +gauchiraient +gauchirais +gauchirait +gauchiras +gauchirent +gauchirez +gauchiriez +gauchirions +gauchirons +gauchiront +gauchis +gauchisant politique +gauchisante politique +gauchisantes politique +gauchisants politique +gauchisme +gauchissaient +gauchissais +gauchissait +gauchissant +gauchisse +gauchissement +gauchissements +gauchissent +gauchisses +gauchissez +gauchissiez +gauchissions +gauchissons +gauchiste +gauchistes +gauchit +gauchmes +gaucht +gauchtes +gaucho +gauchos +gaudriole +gaudrioles +gaufra +gaufrage +gaufrages +gaufrai +gaufraient +gaufrais +gaufrait +gaufrant +gaufras +gaufrasse +gaufrassent +gaufrasses +gaufrassiez +gaufrassions +gaufrmes +gaufrt +gaufrtes +gaufre +gaufrent +gaufrer +gaufrera +gaufrerai +gaufreraient +gaufrerais +gaufrerait +gaufreras +gaufrerez +gaufreriez +gaufrerions +gaufrerons +gaufreront +gaufres +gaufrette +gaufrettes +gaufrez +gaufr +gaufre +gaufres +gaufrs +gaufrrent +gaufrier +gaufriers +gaufriez +gaufrions +gaufrons +gaufrure +gaufrures +gaula +gaulage +gaulages +gaulai +gaulaient +gaulais +gaulait +gaulant +gaulas +gaulasse +gaulassent +gaulasses +gaulassiez +gaulassions +gaulmes +gault +gaultes +gaule +gaulent +gauler +gaulera +gaulerai +gauleraient +gaulerais +gaulerait +gauleras +gaulerez +gauleriez +gaulerions +gaulerons +gauleront +gaules +gaulez +gaul +gaule +gaules +gauls +gaulrent +gauliez +gaulions +gaulle +gaullisme +gaulliste +gaullistes +gaulois +gauloise +gauloiserie +gauloiseries +gauloises +gaulons +gaussa +gaussai +gaussaient +gaussais +gaussait +gaussant +gaussas +gaussasse +gaussassent +gaussasses +gaussassiez +gaussassions +gaussmes +gausst +gausstes +gausse +gaussent +gausser +gaussera +gausserai +gausseraient +gausserais +gausserait +gausseras +gausserez +gausseriez +gausserions +gausserons +gausseront +gausses +gaussez +gauss +gausse +gausses +gausss +gaussrent +gaussiez +gaussions +gaussons +gava +gavage +gavages +gavai +gavaient +gavais +gavait +gavant +gavas +gavasse +gavassent +gavasses +gavassiez +gavassions +gavmes +gavt +gavtes +gave +gavent +gaver +gavera +gaverai +gaveraient +gaverais +gaverait +gaveras +gaverez +gaveriez +gaverions +gaverons +gaveront +gaves +gavez +gav +gave +gaves +gavs +gavrent +gaviez +gavions +gavons +gaz +gaza +gazai +gazaient +gazais +gazait +gazant +gazas +gazasse +gazassent +gazasses +gazassiez +gazassions +gazmes +gazt +gaztes +gaze +gazelle +gazelles +gazent +gazer +gazera +gazerai +gazeraient +gazerais +gazerait +gazeras +gazerez +gazeriez +gazerions +gazerons +gazeront +gazes +gazette +gazettes +gazeuse +gazeuses +gazeux +gazez +gaz +gaze +gazes +gazifia +gazifiai +gazifiaient +gazifiais +gazifiait +gazifiant +gazifias +gazifiasse +gazifiassent +gazifiasses +gazifiassiez +gazifiassions +gazifimes +gazifit +gazifites +gazifie +gazifient +gazifier +gazifiera +gazifierai +gazifieraient +gazifierais +gazifierait +gazifieras +gazifierez +gazifieriez +gazifierions +gazifierons +gazifieront +gazifies +gazifiez +gazifi +gazifie +gazifies +gazifis +gazifirent +gazifiiez +gazifiions +gazifions +gaziforme +gaziformes +gazs +gazrent +gazier +gaziers +gaziez +gazions +gazogne +gazognes +gazomtre +gazomtres +gazon +gazonna +gazonnai +gazonnaient +gazonnais +gazonnait +gazonnant +gazonnas +gazonnasse +gazonnassent +gazonnasses +gazonnassiez +gazonnassions +gazonnmes +gazonnt +gazonntes +gazonne +gazonnent +gazonner +gazonnera +gazonnerai +gazonneraient +gazonnerais +gazonnerait +gazonneras +gazonnerez +gazonneriez +gazonnerions +gazonnerons +gazonneront +gazonnes +gazonnez +gazonn +gazonne +gazonnes +gazonns +gazonnrent +gazonniez +gazonnions +gazonnons +gazons +gazouilla +gazouillai +gazouillaient +gazouillais +gazouillait +gazouillant +gazouillas +gazouillasse +gazouillassent +gazouillasses +gazouillassiez +gazouillassions +gazouillmes +gazouillt +gazouilltes +gazouille +gazouillement +gazouillements +gazouillent +gazouiller +gazouillera +gazouillerai +gazouilleraient +gazouillerais +gazouillerait +gazouilleras +gazouillerez +gazouilleriez +gazouillerions +gazouillerons +gazouilleront +gazouilles +gazouillez +gazouill +gazouille +gazouilles +gazouills +gazouillrent +gazouilliez +gazouillions +gazouillis +gazouillons +gazpacho +gcha +gchage +gchages +gchai +gchaient +gchais +gchait +gchant +gchas +gchasse +gchassent +gchasses +gchassiez +gchassions +gchmes +gcht +gchtes +gche +gchent +gcher +gchera +gcherai +gcheraient +gcherais +gcherait +gcheras +gcherez +gcheriez +gcherions +gcherons +gcheront +gches +gchette +gchettes +gcheur +gcheurs +gchez +gch +gche +gches +gchs +gchrent +gchiez +gchions +gchis +gchons +gta +gtai +gtaient +gtais +gtait +gtant +gtas +gtasse +gtassent +gtasses +gtassiez +gtassions +gtmes +gtt +gttes +gte +gteau +gteaux +gtent +gter +gtera +gterai +gteraient +gterais +gterait +gteras +gterez +gterie +gteries +gteriez +gterions +gterons +gteront +gtes +gteuse +gteuses +gteux +gtez +gt +gte +gtes +gts +gtrent +gtiez +gtine +gtines +gtions +gtisme +gtons +geai +geais +geignaient +geignais +geignait +geignant +geignard +geignarde +geignardes +geignards +geigne +geignent +geignes +geignez +geigniez +geignions +geignirent +geignis +geignisse +geignissent +geignisses +geignissiez +geignissions +geignit +geignmes +geignt +geigntes +geignons +geindra +geindrai +geindraient +geindrais +geindrait +geindras +geindre +geindrez +geindriez +geindrions +geindrons +geindront +geinds +geint +geinte +geintes +geints +gel +gela +gelai +gelaient +gelais +gelait +gelant +gelas +gelasse +gelassent +gelasses +gelassiez +gelassions +gelmes +gelt +geltes +geler +gelez +gel +gele +geles +gels +gelrent +geliez +gelinotte +gelinottes +gelions +gelons +gels +gelure +gelures +gemma +gemmai +gemmaient +gemmais +gemmait +gemmant +gemmas +gemmasse +gemmassent +gemmasses +gemmassiez +gemmassions +gemmmes +gemmt +gemmtes +gemme +gemment +gemmer +gemmera +gemmerai +gemmeraient +gemmerais +gemmerait +gemmeras +gemmerez +gemmeriez +gemmerions +gemmerons +gemmeront +gemmes +gemmez +gemm +gemme +gemmes +gemms +gemmrent +gemmiez +gemmions +gemmons +gencive +gencives +gendarma +gendarmai +gendarmaient +gendarmais +gendarmait +gendarmant +gendarmas +gendarmasse +gendarmassent +gendarmasses +gendarmassiez +gendarmassions +gendarmmes +gendarmt +gendarmtes +gendarme +gendarment +gendarmer +gendarmera +gendarmerai +gendarmeraient +gendarmerais +gendarmerait +gendarmeras +gendarmerez +gendarmerie +gendarmeries +gendarmeriez +gendarmerions +gendarmerons +gendarmeront +gendarmes +gendarmez +gendarm +gendarme +gendarmes +gendarms +gendarmrent +gendarmiez +gendarmions +gendarmons +gendre +gendres +genevois +genevoise +genevoises +genvrier +genvriers +gense +genses +genve +gent +gents +genivre +genivres +genou +genouillre +genouillres +genoux +genre +genres +gens +gentiane +gentianes +gentil +gentilhomme +gentilhommire +gentilhommires +gentille +gentilles +gentillesse +gentillesses +gentillet +gentillets +gentillette +gentillettes +gentils +gentilshommes +gentiment +gentleman +gentlemen +gentry +gele +geles +gelier +geliers +gelire +gelires +gerba +gerbai +gerbaient +gerbais +gerbait +gerbant +gerbas +gerbasse +gerbassent +gerbasses +gerbassiez +gerbassions +gerbmes +gerbt +gerbtes +gerbe +gerbent +gerber +gerbera +gerberai +gerberaient +gerberais +gerberait +gerberas +gerberez +gerberiez +gerberions +gerberons +gerberont +gerbes +gerbez +gerb +gerbe +gerbes +gerbs +gerbrent +gerbiez +gerbions +gerboise +gerboises +gerbons +gerce +gercent +gercer +gercera +gercerai +gerceraient +gercerais +gercerait +gerceras +gercerez +gerceriez +gercerions +gercerons +gerceront +gerces +gercez +gerc +gerce +gerces +gercs +gercrent +gerciez +gercions +gera +gerai +geraient +gerais +gerait +gerant +geras +gerasse +gerassent +gerasses +gerassiez +gerassions +germes +gert +gertes +gerons +gerure +gerures +germa +germai +germaient +germain +germaine +germaines +germains +germais +germait +germanie +germanique +germaniques +germanisa +germanisai +germanisaient +germanisais +germanisait +germanisant +germanisas +germanisasse +germanisassent +germanisasses +germanisassiez +germanisassions +germanisation +germanisations +germanismes +germanist +germanistes +germanise +germanisent +germaniser +germanisera +germaniserai +germaniseraient +germaniserais +germaniserait +germaniseras +germaniserez +germaniseriez +germaniserions +germaniserons +germaniseront +germanises +germanisez +germanis +germanise +germanises +germaniss +germanisrent +germanisiez +germanisions +germanisons +germant +germas +germasse +germassent +germasses +germassiez +germassions +germmes +germt +germtes +germe +germent +germer +germera +germerai +germeraient +germerais +germerait +germeras +germerez +germeriez +germerions +germerons +germeront +germes +germez +germ +germe +germes +germs +germrent +germiez +germinal +germinatif +germinatifs +germination +germinations +germinative +germinatives +germions +germons +gestation +gestations +geste +gestes +gesticula +gesticulai +gesticulaient +gesticulais +gesticulait +gesticulant +gesticulas +gesticulasse +gesticulassent +gesticulasses +gesticulassiez +gesticulassions +gesticulation +gesticulations +gesticulmes +gesticult +gesticultes +gesticule +gesticulent +gesticuler +gesticulera +gesticulerai +gesticuleraient +gesticulerais +gesticulerait +gesticuleras +gesticulerez +gesticuleriez +gesticulerions +gesticulerons +gesticuleront +gesticules +gesticulez +gesticul +gesticule +gesticules +gesticuls +gesticulrent +gesticuliez +gesticulions +gesticulons +gestion +gestionnaire +gestionnaires +gestions +geyser +geysers +gant +gante +gantes +gants +ghenne +glatine +glatineuse +glatineuses +glatineux +glif +glifs +glive +glives +glule +glules +gmi +gmie +gmies +gmin +gmine +gmines +gmins +gmir +gmira +gmirai +gmiraient +gmirais +gmirait +gmiras +gmirent +gmirez +gmiriez +gmirions +gmirons +gmiront +gmis +gmissaient +gmissais +gmissait +gmissant +gmisse +gmissement +gmissements +gmissent +gmisses +gmissez +gmissiez +gmissions +gmissons +gmit +gmmes +gmtes +gnalogie +gnalogies +gnalogique +gnalogiquement +gnalogiques +gnalogiste +gnalogistes +gnra +gnrai +gnraient +gnrais +gnrait +gnral +gnrale +gnralement +gnrales +gnralisa +gnralisai +gnralisaient +gnralisais +gnralisait +gnralisant +gnralisas +gnralisasse +gnralisassent +gnralisasses +gnralisassiez +gnralisassions +gnralisation +gnralisations +gnralismes +gnralist +gnralistes +gnralise +gnralisent +gnraliser +gnralisera +gnraliserai +gnraliseraient +gnraliserais +gnraliserait +gnraliseras +gnraliserez +gnraliseriez +gnraliserions +gnraliserons +gnraliseront +gnralises +gnralisez +gnralis +gnralise +gnralises +gnraliss +gnralisrent +gnralisiez +gnralisions +gnralisons +gnralissime +gnralissimes +gnraliste +gnralistes +gnralit +gnralits +gnrant +gnras +gnrasse +gnrassent +gnrasses +gnrassiez +gnrassions +gnrateur +gnrateurs +gnration +gnrations +gnratrice +gnratrices +gnraux +gnrmes +gnrt +gnrtes +gnrer +gnrera +gnrerai +gnreraient +gnrerais +gnrerait +gnreras +gnrerez +gnreriez +gnrerions +gnrerons +gnreront +gnreuse +gnreusement +gnreuses +gnreux +gnrez +gnr +gnre +gnres +gnrs +gnrrent +gnriez +gnrions +gnrique +gnriques +gnrons +gnrosit +gnrosits +gntique +gntiques +gnre +gnrent +gnres +gnial +gniale +gnialement +gniales +gniaux +gnie +gnies +gnisse +gnisses +gnital +gnitale +gnitales +gnitaux +gniteur +gniteurs +gnitif +gnitifs +gnitrice +gnitrices +gnocide +gnocides +gnois +gnoise +gnoises +gnotypes +gnuflexion +gnuflexions +gode +godes +godsie +gographe +gographes +gographie +gographique +gographiquement +gographiques +gologie +gologique +gologiquement +gologiques +gologue +gologues +gomancie +gomtrie +gomtrique +gomtriquement +gomtriques +gomtre +gomtres +gophysique +gorgie +gorgien +gorgienne +gorgiennes +gorgiens +gosynclinal +gothermie +gotropisme +gra +grai +graient +grais +grait +grance +grances +granium +graniums +grant +grante +grantes +grants +gras +grasse +grassent +grasses +grassiez +grassions +grmes +grt +grtes +grer +grera +grerai +greraient +grerais +grerait +greras +grerez +greriez +grerions +grerons +greront +grez +gr +gre +gres +grs +grrent +griez +grions +grondif +grondifs +grons +grontologie +gsier +gsiers +gsir +gle +glent +glera +glerai +gleraient +glerais +glerait +gleras +glerez +gleriez +glerions +glerons +gleront +gles +gne hrdit +gnes hrdit +gre +grent +gres +gna +gnai +gnaient +gnais +gnait +gnant +gnants +gnas +gnasse +gnassent +gnasses +gnassiez +gnassions +gnmes +gnt +gntes +gne +gnent +gner +gnera +gnerai +gneraient +gnerais +gnerait +gneras +gnerez +gneriez +gnerions +gnerons +gneront +gnes +gneur +gneurs +gneuse +gneuses +gnez +gn +gne +gnes +gns +gnrent +gniez +gnions +gnons +ghetto +ghettos +gibbon +gibbons +gibbosit +gibbosits +gibecire +gibecires +gibelotte +gibelottes +giberne +gibernes +gibet +gibets +gibier +giboule +giboules +giboyeuse +giboyeuses +giboyeux +gibus +gicla +giclai +giclaient +giclais +giclait +giclant +giclas +giclasse +giclassent +giclasses +giclassiez +giclassions +giclmes +giclt +gicltes +gicle +giclent +gicler +giclera +giclerai +gicleraient +giclerais +giclerait +gicleras +giclerez +gicleriez +giclerions +giclerons +gicleront +gicles +gicleur +gicleurs +giclez +gicl +gicle +gicles +gicls +giclrent +gicliez +giclions +giclons +gifla +giflai +giflaient +giflais +giflait +giflant +giflas +giflasse +giflassent +giflasses +giflassiez +giflassions +giflmes +giflt +gifltes +gifle +giflent +gifler +giflera +giflerai +gifleraient +giflerais +giflerait +gifleras +giflerez +gifleriez +giflerions +giflerons +gifleront +gifles +giflez +gifl +gifle +gifles +gifls +giflrent +gifliez +giflions +giflons +gigantesque +gigantesques +gigantisme +gigogne +gigognes +gigolo +gigolos +gigot +gigota +gigotai +gigotaient +gigotais +gigotait +gigotant +gigotas +gigotasse +gigotassent +gigotasses +gigotassiez +gigotassions +gigotmes +gigott +gigottes +gigote +gigotent +gigoter +gigotera +gigoterai +gigoteraient +gigoterais +gigoterait +gigoteras +gigoterez +gigoteriez +gigoterions +gigoterons +gigoteront +gigotes +gigotez +gigot +gigote +gigotes +gigots +gigotrent +gigotiez +gigotions +gigotons +gigots +gigue +gigues +gilet +gilets +gin +gingembre +gingivite +girafe +girafes +girandole +girandoles +giration +girations +giratoire +giratoires +girofle +girofles +girofle +girofles +giroflier +girofliers +girolle +girolles +giron +girons +girouette +girouettes +gis +gisaient +gisais +gisait +gisant +gisante +gisantes +gisants +gisement +gisements +gisent +gisez +gisiez +gisions +gisons +gitan +gitane +gitanes +gitans +givrage +givrages +givre +givres +givr +givre +givres +givrs +gt +gta +gtai +gtaient +gtais +gtait +gtant +gtas +gtasse +gtassent +gtasses +gtassiez +gtassions +gtmes +gtt +gttes +gte +gtent +gter +gtera +gterai +gteraient +gterais +gterait +gteras +gterez +gteriez +gterions +gterons +gteront +gtes +gtez +gt +gte +gtes +gts +gtrent +gtiez +gtions +gtons +glabre +glabres +glace +glacent +glacer +glacera +glacerai +glaceraient +glacerais +glacerait +glaceras +glacerez +glaceriez +glacerions +glacerons +glaceront +glaces +glacez +glac +glace +glaces +glacs +glacrent +glaciaire +glaciaires +glacial +glaciale +glaciales +glacials +glacier +glaciers +glaciez +glacire +glacires +glacions +glacis +glaa +glaage +glaages +glaai +glaaient +glaais +glaait +glaas +glaasse +glaassent +glaasses +glaassiez +glaassions +glames +glat +glates +glaon +glaons +gladiateur +gladiateurs +gladiatorial +gladiatoriale +glaire +glaires +glaireuse +glaireuses +glaireux +glaise +glaises +glaiseuse +glaiseuses +glaiseux +glaive +glaives +glaeul +glaeuls +glana +glanai +glanaient +glanais +glanait +glanant +glanas +glanasse +glanassent +glanasses +glanassiez +glanassions +glanmes +glant +glantes +gland +glande +glandes +gland +glande +glandes +glands +glands +glandulaire +glandulaires +glane +glanent +glaner +glanera +glanerai +glaneraient +glanerais +glanerait +glaneras +glanerez +glaneriez +glanerions +glanerons +glaneront +glanes +glaneur +glaneurs +glaneuse +glaneuses +glanez +glan +glane +glanes +glans +glanrent +glaniez +glanions +glanons +glanure +glanures +glapi +glapie +glapies +glapir +glapira +glapirai +glapiraient +glapirais +glapirait +glapiras +glapirent +glapirez +glapiriez +glapirions +glapirons +glapiront +glapis +glapissaient +glapissais +glapissait +glapissant +glapisse +glapissement +glapissements +glapissent +glapisses +glapissez +glapissiez +glapissions +glapissons +glapit +glapmes +glapt +glaptes +glas +glauque +glauques +glbe +glbes +glinglin +glissa +glissade +glissades +glissai +glissaient +glissais +glissait +glissant +glissante +glissantes +glissants +glissas +glissasse +glissassent +glissasses +glissassiez +glissassions +glissmes +glisst +glisstes +glisse +glissement +glissements +glissent +glisser +glissera +glisserai +glisseraient +glisserais +glisserait +glisseras +glisserez +glisseriez +glisserions +glisserons +glisseront +glisses +glissez +gliss +glisse +glisses +glisss +glissrent +glissiez +glissire +glissires +glissions +glissons +global +globale +globalement +globales +globaux +globe +globes +globulaire +globulaires +globule +globules +globuleuse +globuleuses +globuleux +gloire +gloires +gloria +glorias +gloriette +gloriettes +glorieuse +glorieusement +glorieuses +glorieux +glorifia +glorifiai +glorifiaient +glorifiais +glorifiait +glorifiant +glorifias +glorifiasse +glorifiassent +glorifiasses +glorifiassiez +glorifiassions +glorifiation +glorifiations +glorifimes +glorifit +glorifites +glorifie +glorifient +glorifier +glorifiera +glorifierai +glorifieraient +glorifierais +glorifierait +glorifieras +glorifierez +glorifieriez +glorifierions +glorifierons +glorifieront +glorifies +glorifiez +glorifi +glorifie +glorifies +glorifis +glorifirent +glorifiiez +glorifiions +glorifions +gloriole +glorioles +glosa +glosai +glosaient +glosais +glosait +glosant +glosas +glosasse +glosassent +glosasses +glosassiez +glosassions +glosmes +glost +glostes +glose +glosent +gloser +glosera +gloserai +gloseraient +gloserais +gloserait +gloseras +gloserez +gloseriez +gloserions +gloserons +gloseront +gloses +glosez +glos +glose +gloses +gloss +glosrent +glosiez +glosions +glosons +glossaire +glossaires +glotte +glottes +glouglou +glouglous +glouglouta +glougloutai +glougloutaient +glougloutais +glougloutait +glougloutant +glougloutas +glougloutasse +glougloutassent +glougloutasses +glougloutassiez +glougloutassions +glougloutmes +glougloutt +glouglouttes +glougloute +glougloutent +glouglouter +glougloutera +glouglouterai +glouglouteraient +glouglouterais +glouglouterait +glouglouteras +glouglouterez +glouglouteriez +glouglouterions +glouglouterons +glouglouteront +glougloutes +glougloutez +glouglout +glougloute +glougloutes +glouglouts +glougloutrent +glougloutiez +glougloutions +glougloutons +gloussa +gloussai +gloussaient +gloussais +gloussait +gloussant +gloussas +gloussasse +gloussassent +gloussasses +gloussassiez +gloussassions +gloussmes +glousst +glousstes +glousse +gloussement +gloussements +gloussent +glousser +gloussera +glousserai +glousseraient +glousserais +glousserait +glousseras +glousserez +glousseriez +glousserions +glousserons +glousseront +glousses +gloussez +glouss +glousse +glousses +glousss +gloussrent +gloussiez +gloussions +gloussons +glouton +gloutonne +gloutonnement +gloutonnerie +gloutonneries +gloutonnes +gloutons +glu +gluant +gluante +gluantes +gluants +gluau +gluaux +glucide +glucose +glus +gluten +glycmie +glycmies +glycrine +glycine +glycines +glycogne +glycognes +glyptique +gnangnan +gneiss +gnocchi +gnome +gnomes +gnomon +gnomons +gnosticisme +gnostique +gnostiques +go +goal +goals +goba +gobai +gobaient +gobais +gobait +gobant +gobas +gobasse +gobassent +gobasses +gobassiez +gobassions +gobmes +gobt +gobtes +gobe +gobelet +gobelets +gobent +gober +gobera +goberai +goberaient +goberais +goberait +goberas +goberez +goberge +gobergea +gobergeai +gobergeaient +gobergeais +gobergeait +gobergeant +gobergeas +gobergeasse +gobergeassent +gobergeasses +gobergeassiez +gobergeassions +gobergemes +goberget +gobergetes +gobergent +goberger +gobergera +gobergerai +gobergeraient +gobergerais +gobergerait +gobergeras +gobergerez +gobergeriez +gobergerions +gobergerons +gobergeront +goberges +gobergez +goberg +goberge +goberges +gobergs +gobergrent +gobergiez +gobergions +gobergons +goberiez +goberions +goberons +goberont +gobes +gobeur +gobeurs +gobeuse +gobeuses +gobez +gob +gobe +gobes +gobs +gobrent +gobiez +gobions +gobons +goda +godai +godaient +godais +godait +godant +godas +godasse +godassent +godasses +godassiez +godassions +godmes +godt +godtes +gode +godelureau +godelureaux +godent +goder +godera +goderai +goderaient +goderais +goderait +goderas +goderez +goderiez +goderions +goderons +goderont +godes +godet +godets +godez +god +gode +godes +gods +godrent +godiche +godiches +godiez +godilla +godillai +godillaient +godillais +godillait +godillant +godillas +godillasse +godillassent +godillasses +godillassiez +godillassions +godillmes +godillt +godilltes +godille +godillent +godiller +godillera +godillerai +godilleraient +godillerais +godillerait +godilleras +godillerez +godilleriez +godillerions +godillerons +godilleront +godilles +godillez +godill +godille +godilles +godills +godillrent +godilliez +godillions +godillons +godillot +godillots +godions +godons +godron +godrons +goland +golands +golette +golettes +gomon +gomons +gogo +gogos +goguenard +goguenarde +goguenardes +goguenardise +goguenardises +goguenards +goguette +goguettes +goinfra +goinfrai +goinfraient +goinfrais +goinfrait +goinfrant +goinfras +goinfrasse +goinfrassent +goinfrasses +goinfrassiez +goinfrassions +goinfrmes +goinfrt +goinfrtes +goinfre +goinfrent +goinfrer +goinfrera +goinfrerai +goinfreraient +goinfrerais +goinfrerait +goinfreras +goinfrerez +goinfrerie +goinfreries +goinfreriez +goinfrerions +goinfrerons +goinfreront +goinfres +goinfrez +goinfr +goinfre +goinfres +goinfrs +goinfrrent +goinfriez +goinfrions +goinfrons +goitre +goitres +goitreuse +goitreuses +goitreux +golf sport +golfe +golfes +golfeur +golfeurs +gomma +gommage +gommages +gommai +gommaient +gommais +gommait +gommant +gommas +gommasse +gommassent +gommasses +gommassiez +gommassions +gommmes +gommt +gommtes +gomme +gomment +gommer +gommera +gommerai +gommeraient +gommerais +gommerait +gommeras +gommerez +gommeriez +gommerions +gommerons +gommeront +gommes +gommez +gomm +gomme +gommes +gomms +gommrent +gommier +gommiers +gommiez +gommions +gommons +gond +gondola +gondolage +gondolages +gondolai +gondolaient +gondolais +gondolait +gondolant +gondolas +gondolasse +gondolassent +gondolasses +gondolassiez +gondolassions +gondolmes +gondolt +gondoltes +gondole +gondolent +gondoler +gondolera +gondolerai +gondoleraient +gondolerais +gondolerait +gondoleras +gondolerez +gondoleriez +gondolerions +gondolerons +gondoleront +gondoles +gondolez +gondol +gondole +gondoles +gondols +gondolrent +gondolier +gondoliers +gondoliez +gondolions +gondolons +gonds +gonfla +gonflai +gonflaient +gonflais +gonflait +gonflant +gonflas +gonflasse +gonflassent +gonflasses +gonflassiez +gonflassions +gonflmes +gonflt +gonfltes +gonfle +gonflement +gonflements +gonflent +gonfler +gonflera +gonflerai +gonfleraient +gonflerais +gonflerait +gonfleras +gonflerez +gonfleriez +gonflerions +gonflerons +gonfleront +gonfles +gonfleur +gonfleurs +gonflez +gonfl +gonfle +gonfles +gonfls +gonflrent +gonfliez +gonflions +gonflons +gong +gongs +goniomtrie +goniomtre +goniomtres +gonocoque +gonocoques +gonorrhe +goret +gorets +gorge +gorgea +gorgeai +gorgeaient +gorgeais +gorgeait +gorgeant +gorgeas +gorgeasse +gorgeassent +gorgeasses +gorgeassiez +gorgeassions +gorgemes +gorget +gorgetes +gorgent +gorgeons +gorger +gorgera +gorgerai +gorgeraient +gorgerais +gorgerait +gorgeras +gorgerez +gorgeriez +gorgerions +gorgerons +gorgeront +gorges +gorgez +gorg +gorge +gorges +gorgs +gorgrent +gorgiez +gorgions +gorgonzola +gorille +gorilles +gosier +gosiers +gosse +gosses +gothique +gothiques +gouache +gouaches +gouailla +gouaillai +gouaillaient +gouaillais +gouaillait +gouaillant +gouaillas +gouaillasse +gouaillassent +gouaillasses +gouaillassiez +gouaillassions +gouaillmes +gouaillt +gouailltes +gouaille +gouaillent +gouailler +gouaillera +gouaillerai +gouailleraient +gouaillerais +gouaillerait +gouailleras +gouaillerez +gouaillerie +gouailleries +gouailleriez +gouaillerions +gouaillerons +gouailleront +gouailles +gouailleur +gouailleurs +gouailleuse +gouailleuses +gouaillez +gouaill +gouaille +gouailles +gouaills +gouaillrent +gouailliez +gouaillions +gouaillons +goudron +goudronna +goudronnage +goudronnages +goudronnai +goudronnaient +goudronnais +goudronnait +goudronnant +goudronnas +goudronnasse +goudronnassent +goudronnasses +goudronnassiez +goudronnassions +goudronnmes +goudronnt +goudronntes +goudronne +goudronnent +goudronner +goudronnera +goudronnerai +goudronneraient +goudronnerais +goudronnerait +goudronneras +goudronnerez +goudronneriez +goudronnerions +goudronnerons +goudronneront +goudronnes +goudronnez +goudronn +goudronne +goudronnes +goudronns +goudronnrent +goudronniez +goudronnions +goudronnons +gouffre +gouffres +gouge +gouges +goujat +goujaterie +goujateries +goujats +goujon +goujons +goulag +goule +goules +goulet +goulets +goule +goules +goulot +goulots +goulu +goulue +goulues +goulus +goulment +goum +goupil +goupilla +goupillai +goupillaient +goupillais +goupillait +goupillant +goupillas +goupillasse +goupillassent +goupillasses +goupillassiez +goupillassions +goupillmes +goupillt +goupilltes +goupille +goupillent +goupiller +goupillera +goupillerai +goupilleraient +goupillerais +goupillerait +goupilleras +goupillerez +goupilleriez +goupillerions +goupillerons +goupilleront +goupilles +goupillez +goupill +goupille +goupilles +goupills +goupillrent +goupilliez +goupillions +goupillon +goupillons +goupils +goura +gourai +gouraient +gourais +gourait +gourant +gouras +gourasse +gourassent +gourasses +gourassiez +gourassions +gourmes +gourt +gourtes +gourbi +gourbis +gourd +gourde +gourdes +gourdin +gourdins +gourds +goure +gourent +gourer +gourera +gourerai +goureraient +gourerais +gourerait +goureras +gourerez +goureriez +gourerions +gourerons +goureront +goures +gourez +gour +goure +goures +gours +gourrent +gouriez +gourions +gourmand +gourmanda +gourmandai +gourmandaient +gourmandais +gourmandait +gourmandant +gourmandas +gourmandasse +gourmandassent +gourmandasses +gourmandassiez +gourmandassions +gourmandmes +gourmandt +gourmandtes +gourmande +gourmandent +gourmander +gourmandera +gourmanderai +gourmanderaient +gourmanderais +gourmanderait +gourmanderas +gourmanderez +gourmanderiez +gourmanderions +gourmanderons +gourmanderont +gourmandes +gourmandez +gourmand +gourmande +gourmandes +gourmands +gourmandrent +gourmandiez +gourmandions +gourmandise +gourmandises +gourmandons +gourmands +gourme +gourmes +gourmet +gourmets +gourmette +gourmettes +gourm +gourme +gourmes +gourms +gourons +gourou +gousse +gousses +gousset +goussets +goutta +gouttai +gouttaient +gouttais +gouttait +gouttant +gouttas +gouttasse +gouttassent +gouttasses +gouttassiez +gouttassions +gouttmes +gouttt +goutttes +goutte +gouttelette +gouttelettes +gouttent +goutter +gouttera +goutterai +goutteraient +goutterais +goutterait +goutteras +goutterez +goutteriez +goutterions +goutterons +goutteront +gouttes +goutteuse +goutteuses +goutteux +gouttez +goutt +goutte +gouttes +goutts +gouttrent +gouttiez +gouttire +gouttires +gouttions +gouttons +gouverna +gouvernable +gouvernables +gouvernai +gouvernaient +gouvernail +gouvernails +gouvernais +gouvernait +gouvernant +gouvernante +gouvernantes +gouvernants +gouvernas +gouvernasse +gouvernassent +gouvernasses +gouvernassiez +gouvernassions +gouvernmes +gouvernt +gouverntes +gouverne +gouvernement +gouvernemental +gouvernementale +gouvernementales +gouvernementaux +gouvernements +gouvernent +gouverner +gouvernera +gouvernerai +gouverneraient +gouvernerais +gouvernerait +gouverneras +gouvernerez +gouverneriez +gouvernerions +gouvernerons +gouverneront +gouvernes +gouverneur +gouverneurs +gouvernez +gouvern +gouverne +gouvernes +gouverns +gouvernrent +gouverniez +gouvernions +gouvernons +got +gota +gotai +gotaient +gotais +gotait +gotant +gotas +gotasse +gotassent +gotasses +gotassiez +gotassions +gotmes +gott +gottes +gote +gotent +goter +gotera +goterai +goteraient +goterais +goterait +goteras +goterez +goteriez +goterions +goterons +goteront +goters +gotes +gotez +got +gote +gotes +gots +gotrent +gotiez +gotions +gotons +gots +grabat +grabataire +grabataires +grabats +grabuge +grabuges +gracia +graciai +graciaient +graciais +graciait +graciant +gracias +graciasse +graciassent +graciasses +graciassiez +graciassions +gracimes +gracit +gracites +gracie +gracient +gracier +graciera +gracierai +gracieraient +gracierais +gracierait +gracieras +gracierez +gracieriez +gracierions +gracierons +gracieront +gracies +gracieuse +gracieusement +gracieuses +gracieusset +gracieussets +gracieux +graciez +graci +gracie +gracies +gracis +gracirent +graciiez +graciions +gracile +graciles +gracilit +gracilits +gracions +gradation +gradations +grade +grades +grad +grade +grades +grads +gradin +gradins +gradua +graduai +graduaient +graduais +graduait +graduant +graduas +graduasse +graduassent +graduasses +graduassiez +graduassions +graduation +graduations +gradumes +gradut +gradutes +gradue +graduel +graduelle +graduellement +graduelles +graduels +graduent +graduer +graduera +graduerai +gradueraient +graduerais +graduerait +gradueras +graduerez +gradueriez +graduerions +graduerons +gradueront +gradues +graduez +gradu +gradue +gradues +gradus +gradurent +graduiez +graduions +graduons +graffiti +graillon +graillons +grain +graine +graines +graineterie +graineteries +grainetier +grainetiers +grainetire +grainetires +grains +graissa +graissage +graissages +graissai +graissaient +graissais +graissait +graissant +graissas +graissasse +graissassent +graissasses +graissassiez +graissassions +graissmes +graisst +graisstes +graisse +graissent +graisser +graissera +graisserai +graisseraient +graisserais +graisserait +graisseras +graisserez +graisseriez +graisserions +graisserons +graisseront +graisses +graisseur +graisseurs +graisseuse +graisseuses +graisseux +graissez +graiss +graisse +graisses +graisss +graissrent +graissiez +graissions +graissons +graminaces +gramines +grammaire +grammaires +grammairien +grammairienne +grammairiennes +grammairiens +grammatical +grammaticale +grammaticalement +grammaticales +grammaticaux +gramme +grammes +grand +grande +grandement +grandes +grandeur +grandeurs +grandi +grandie +grandies +grandiloquence +grandiloquences +grandiloquent +grandiloquente +grandiloquentes +grandiloquents +grandiose +grandiosement +grandioses +grandir +grandira +grandirai +grandiraient +grandirais +grandirait +grandiras +grandirent +grandirez +grandiriez +grandirions +grandirons +grandiront +grandis +grandissaient +grandissais +grandissait +grandissant +grandissante +grandissantes +grandissants +grandisse +grandissent +grandisses +grandissez +grandissiez +grandissime +grandissimes +grandissions +grandissons +grandit +grandmes +grandt +grandtes +grands +grange +granges +granit +granita +granitai +granitaient +granitais +granitait +granitant +granitas +granitasse +granitassent +granitasses +granitassiez +granitassions +granitmes +granitt +granittes +granite +granitent +graniter +granitera +graniterai +graniteraient +graniterais +graniterait +graniteras +graniterez +graniteriez +graniterions +graniterons +graniteront +granites +granitez +granit +granite +granites +granits +granitrent +granitiez +granitions +granitique +granitiques +granitons +granulaire +granulaires +granularit +granularits +granulation +granulations +granule +granules +granuleuse +granuleuses +granuleux +granul +granule +granules +granuls +graphie +graphies +graphique +graphiquement +graphiques +graphisme +graphismes +graphiste +graphistes +graphite +graphologie +graphologue +graphologues +grappe +grappes +grappilla +grappillage +grappillages +grappillai +grappillaient +grappillais +grappillait +grappillant +grappillas +grappillasse +grappillassent +grappillasses +grappillassiez +grappillassions +grappillmes +grappillt +grappilltes +grappille +grappillent +grappiller +grappillera +grappillerai +grappilleraient +grappillerais +grappillerait +grappilleras +grappillerez +grappilleriez +grappillerions +grappillerons +grappilleront +grappilles +grappillez +grappill +grappille +grappilles +grappills +grappillrent +grappilliez +grappillions +grappillons +grappin +grappins +gras +grass dans ray grass +grasse +grassement +grasses +grasseya +grasseyai +grasseyaient +grasseyais +grasseyait +grasseyant +grasseyas +grasseyasse +grasseyassent +grasseyasses +grasseyassiez +grasseyassions +grasseymes +grasseyt +grasseytes +grasseye +grasseyement +grasseyements +grasseyent +grasseyer +grasseyera +grasseyerai +grasseyeraient +grasseyerais +grasseyerait +grasseyeras +grasseyerez +grasseyeriez +grasseyerions +grasseyerons +grasseyeront +grasseyes +grasseyez +grassey +grasseye +grasseyes +grasseys +grasseyrent +grasseyiez +grasseyions +grasseyons +grassouillet +grassouillets +grassouillette +grassouillettes +gratifia +gratifiai +gratifiaient +gratifiais +gratifiait +gratifiant +gratifias +gratifiasse +gratifiassent +gratifiasses +gratifiassiez +gratifiassions +gratifimes +gratifit +gratifites +gratification +gratifications +gratifie +gratifient +gratifier +gratifiera +gratifierai +gratifierais +gratifierait +gratifieras +gratifierez +gratifieriez +gratifierions +gratifierons +gratifieront +gratifies +gratifiez +gratifi +gratifie +gratifies +gratifis +gratifirent +gratifiiez +gratifiions +gratifions +gratin +gratina +gratinai +gratinaient +gratinais +gratinait +gratinant +gratinas +gratinasse +gratinassent +gratinasses +gratinassiez +gratinassions +gratinmes +gratint +gratintes +gratine +gratinent +gratiner +gratinera +gratinerai +gratineraient +gratinerais +gratinerait +gratineras +gratinerez +gratineriez +gratinerions +gratinerons +gratineront +gratines +gratinez +gratin +gratine +gratines +gratins +gratinrent +gratiniez +gratinions +gratinons +gratins +gratis +gratitude +gratitudes +gratta +grattage +grattages +grattai +grattaient +grattais +grattait +grattant +grattas +grattasse +grattassent +grattasses +grattassiez +grattassions +grattmes +grattt +gratttes +gratte +grattent +gratter +grattera +gratterai +gratteraient +gratterais +gratterait +gratteras +gratterez +gratteriez +gratterions +gratterons +gratteront +grattes +grattez +gratt +gratte +grattes +gratts +grattrent +grattiez +grattions +grattoir +grattoirs +grattons +gratuit +gratuite +gratuitement +gratuites +gratuit +gratuits +gratuits +grava +gravai +gravaient +gravais +gravait +gravant +gravas +gravasse +gravassent +gravasses +gravassiez +gravassions +gravats dbris +gravmes +gravt +gravtes +grave +graveleuse +graveleuses +graveleux +gravelle +gravement +gravent +graver +gravera +graverai +graveraient +graverais +graverait +graveras +graverez +graveriez +graverions +graverons +graveront +graves +graveur +graveurs +gravez +grav +grave +graves +gravs +gravrent +gravi +gravie +gravier +graviers +gravies +graviez +gravions +gravir +gravira +gravirai +graviraient +gravirais +gravirait +graviras +gravirent +gravirez +graviriez +gravirions +gravirons +graviront +gravis +gravissaient +gravissais +gravissait +gravissant +gravisse +gravissent +gravisses +gravissez +gravissiez +gravissions +gravissons +gravit +gravita +gravitai +gravitaient +gravitais +gravitait +gravitant +gravitas +gravitasse +gravitassent +gravitasses +gravitassiez +gravitassions +gravitation +gravitations +gravitmes +gravitt +gravittes +gravite +gravitent +graviter +gravitera +graviterai +graviteraient +graviterais +graviterait +graviteras +graviterez +graviteriez +graviterions +graviterons +graviteront +gravites +gravitez +gravit +gravite +gravites +gravits +gravitrent +gravitiez +gravitions +gravitons +gravmes +gravt +gravtes +gravons +gravure +gravures +grce +grces +grec +grecque +grecques +grecs +gredin adj +gredine +gredines +gredins adj +greffa +greffage +greffages +greffai +greffaient +greffais +greffait +greffant +greffas +greffasse +greffassent +greffasses +greffassiez +greffassions +greffmes +grefft +grefftes +greffe +greffent +greffer +greffera +grefferai +grefferaient +grefferais +grefferait +grefferas +grefferez +grefferiez +grefferions +grefferons +grefferont +greffes +greffez +greff +greffe +greffes +greffs +greffrent +greffier +greffiers +greffiez +greffions +greffoir +greffoirs +greffon +greffons +grelot +grelots +grelotta +grelottai +grelottaient +grelottais +grelottait +grelottant +grelottas +grelottasse +grelottassent +grelottasses +grelottassiez +grelottassions +grelottmes +grelottt +grelotttes +grelotte +grelottent +grelotter +grelottera +grelotterai +grelotteraient +grelotterais +grelotterait +grelotteras +grelotterez +grelotteriez +grelotterions +grelotterons +grelotteront +grelottes +grelottez +grelott +grelotte +grelottes +grelotts +grelottrent +grelottiez +grelottions +grelottons +grenache +grenade +grenades +grenadier +grenadiers +grenadine +grenaille +grenailles +grenat +gren +grene +grenes +grens +grenier +greniers +grenouille +grenouilles +grenouillre +grenouillres +grenu +grenue +grenues +grenus +greva +grevai +grevaient +grevais +grevait +grevant +grevas +grevasse +grevassent +grevasses +grevassiez +grevassions +grevmes +grevt +grevtes +grever +grevez +grev +greve +greves +grevs +grevrent +greviez +grevions +grevons +gr +gra +grai +graient +grais +grait +grant +gras +grasse +grassent +grasses +grassiez +grassions +grmes +grt +grtes +grcisa +grcisai +grcisaient +grcisais +grcisait +grcisant +grcisas +grcisasse +grcisassent +grcisasses +grcisassiez +grcisassions +grcismes +grcist +grcistes +grcise +grcisent +grciser +grcisera +grciserai +grciseraient +grciserais +grciserait +grciseras +grciserez +grciseriez +grciserions +grciserons +grciseront +grcises +grcisez +grcis +grcise +grcises +grciss +grcisrent +grcisiez +grcisions +grcisons +grco +gre +grement +grent +grer +grera +grerai +greraient +grerais +grerait +greras +grerez +greriez +grerions +grerons +greront +gres +grez +gr +gre +gres +grs +grgaire +grgaires +grgorien +grgorienne +grgoriennes +grgoriens +grseuse +grseuses +grseux +grsil +grsilla +grsillai +grsillaient +grsillais +grsillait +grsillant +grsillas +grsillasse +grsillassent +grsillasses +grsillassiez +grsillassions +grsillmes +grsillt +grsilltes +grsille +grsillement +grsillements +grsillent +grsiller +grsillera +grsillerai +grsilleraient +grsillerais +grsillerait +grsilleras +grsillerez +grsilleriez +grsillerions +grsillerons +grsilleront +grsilles +grsillez +grsill +grsille +grsilles +grsills +grsillrent +grsilliez +grsillions +grsillons +grsils +grviste +grvistes +grce +grge +grges +grnetis +grs +grve +grvent +grvera +grverai +grveraient +grverais +grverait +grveras +grverez +grveriez +grverions +grverons +grveront +grves +grla +grlaient +grlait +grlant +grlasse +grlassent +grlt +grle +grlent +grler +grlera +grleraient +grlerait +grleront +grles +grl +grle +grles +grls +grlrent +grlon +grlons +gri +gribouilla +gribouillage +gribouillages +gribouillai +gribouillaient +gribouillais +gribouillait +gribouillant +gribouillas +gribouillasse +gribouillassent +gribouillasses +gribouillassiez +gribouillassions +gribouillmes +gribouillt +gribouilltes +gribouille +gribouillent +gribouiller +gribouillera +gribouillerai +gribouilleraient +gribouillerais +gribouillerait +gribouilleras +gribouillerez +gribouilleriez +gribouillerions +gribouillerons +gribouilleront +gribouilles +gribouilleur +gribouilleurs +gribouilleuse +gribouilleuses +gribouillez +gribouill +gribouille +gribouilles +gribouills +gribouillrent +gribouilliez +gribouillions +gribouillis +gribouillons +grief +griefs +griche +griches +grivement +griffa +griffai +griffaient +griffais +griffait +griffant +griffas +griffasse +griffassent +griffasses +griffassiez +griffassions +griffmes +grifft +grifftes +griffe +griffent +griffer +griffera +grifferai +grifferaient +grifferais +grifferait +grifferas +grifferez +grifferiez +grifferions +grifferons +grifferont +griffes +griffez +griff +griffe +griffes +griffs +griffrent +griffiez +griffions +griffon +griffonna +griffonnage +griffonnages +griffonnai +griffonnaient +griffonnais +griffonnait +griffonnant +griffonnas +griffonnasse +griffonnassent +griffonnasses +griffonnassiez +griffonnassions +griffonnmes +griffonnt +griffonntes +griffonne +griffonnent +griffonner +griffonnera +griffonnerai +griffonneraient +griffonnerais +griffonnerait +griffonneras +griffonnerez +griffonneriez +griffonnerions +griffonnerons +griffonneront +griffonnes +griffonnez +griffonn +griffonne +griffonnes +griffonns +griffonnrent +griffonniez +griffonnions +griffonnons +griffons +griffure +griffures +grignota +grignotai +grignotaient +grignotais +grignotait +grignotant +grignotas +grignotasse +grignotassent +grignotasses +grignotassiez +grignotassions +grignotmes +grignott +grignottes +grignote +grignotent +grignoter +grignotera +grignoterai +grignoteraient +grignoterais +grignoterait +grignoteras +grignoterez +grignoteriez +grignoterions +grignoterons +grignoteront +grignotes +grignotez +grignot +grignote +grignotes +grignots +grignotrent +grignotiez +grignotions +grignotons +grigou +grigoue +grigoues +grigous +gril +grill room +grilla +grillade +grillades +grillage +grillagea +grillageai +grillageaient +grillageais +grillageait +grillageant +grillageas +grillageasse +grillageassent +grillageasses +grillageassiez +grillageassions +grillagemes +grillaget +grillagetes +grillagent +grillageons +grillager +grillagera +grillagerai +grillageraient +grillagerais +grillagerait +grillageras +grillagerez +grillageriez +grillagerions +grillagerons +grillageront +grillages +grillag +grillage +grillages +grillags +grillagrent +grillagiez +grillagions +grillai +grillaient +grillais +grillait +grillant +grillas +grillasse +grillassent +grillasses +grillassiez +grillassions +grillmes +grillt +grilltes +grille +grillent +griller +grillera +grillerai +grilleraient +grillerais +grillerait +grilleras +grillerez +grilleriez +grillerions +grillerons +grilleront +grilles +grillez +grill +grille +grilles +grills +grillrent +grilliez +grillions +grillon +grillons +grils +grima +grimace +grimacea +grimaceai +grimaceaient +grimaceais +grimaceait +grimaceant +grimaceas +grimaceasse +grimaceassent +grimaceasses +grimaceassiez +grimaceassions +grimacemes +grimacet +grimacetes +grimacent +grimaceons +grimacer +grimacera +grimacerai +grimaceraient +grimacerais +grimacerait +grimaceras +grimacerez +grimaceriez +grimacerions +grimacerons +grimaceront +grimaces +grimacez +grimac +grimace +grimaces +grimacs +grimacrent +grimacier +grimaciers +grimaciez +grimacire +grimacires +grimacions +grimai +grimaient +grimais +grimait +grimant +grimas +grimasse +grimassent +grimasses +grimassiez +grimassions +grimmes +grimt +grimtes +grime +griment +grimer +grimera +grimerai +grimeraient +grimerais +grimerait +grimeras +grimerez +grimeriez +grimerions +grimerons +grimeront +grimes +grimez +grim +grime +grimes +grims +grimrent +grimiez +grimions +grimoire +grimoires +grimons +grimpa +grimpai +grimpaient +grimpais +grimpait +grimpant +grimpas +grimpasse +grimpassent +grimpasses +grimpassiez +grimpassions +grimpmes +grimpt +grimptes +grimpe +grimpent +grimper +grimpera +grimperai +grimperaient +grimperais +grimperait +grimperas +grimperez +grimperiez +grimperions +grimperons +grimperont +grimpes +grimpette +grimpettes +grimpeur +grimpeurs +grimpeuse +grimpeuses +grimpez +grimp +grimpe +grimpes +grimps +grimprent +grimpiez +grimpions +grimpons +grince +grincement +grincements +grincent +grincer +grincera +grincerai +grinceraient +grincerais +grincerait +grinceras +grincerez +grinceriez +grincerions +grincerons +grinceront +grinces +grincez +grinc +grince +grinces +grincs +grincrent +grincheuse +grincheuses +grincheux +grinciez +grincions +grina +grinai +grinaient +grinais +grinait +grinant +grinas +grinasse +grinassent +grinasses +grinassiez +grinassions +grinmes +grint +grintes +grinons +gringalet +gringalets +griotte +griottes +grippa +grippage +grippages +grippai +grippaient +grippais +grippait +grippal +grippale +grippales +grippant +grippas +grippasse +grippassent +grippasses +grippassiez +grippassions +grippaux +grippmes +grippt +gripptes +grippe +grippement +grippements +grippent +gripper +grippera +gripperai +gripperaient +gripperais +gripperait +gripperas +gripperez +gripperiez +gripperions +gripperons +gripperont +grippes +grippez +gripp +grippe +grippes +gripps +gripprent +grippiez +grippions +grippons +gris +grisa +grisage +grisages +grisai +grisaient +grisaille +grisailles +grisais +grisait +grisant +grisante +grisantes +grisants +grisas +grisasse +grisassent +grisasses +grisassiez +grisassions +grismes +grist +gristes +gristre +gristres +grise +grisent +griser +grisera +griserai +griseraient +griserais +griserait +griseras +griserez +griserie +griseries +griseriez +griserions +griserons +griseront +grises +grisez +gris +grise +grises +griss +grisrent +grisiez +grisions +grisonna +grisonnai +grisonnaient +grisonnais +grisonnait +grisonnant +grisonnas +grisonnasse +grisonnassent +grisonnasses +grisonnassiez +grisonnassions +grisonnmes +grisonnt +grisonntes +grisonne +grisonnent +grisonner +grisonnera +grisonnerai +grisonneraient +grisonnerais +grisonnerait +grisonneras +grisonnerez +grisonneriez +grisonnerions +grisonnerons +grisonneront +grisonnes +grisonnez +grisonn +grisonne +grisonnes +grisonns +grisonnrent +grisonniez +grisonnions +grisonnons +grisons +grisou +grive +grives +grivlerie +grivleries +grivois +grivoise +grivoiserie +grivoiseries +grivoises +grog +groggy +grogna +grognai +grognaient +grognais +grognait +grognant +grognard +grognards +grognas +grognasse +grognassent +grognasses +grognassiez +grognassions +grognmes +grognt +grogntes +grogne +grognement +grognements +grognent +grogner +grognera +grognerai +grogneraient +grognerais +grognerait +grogneras +grognerez +grogneriez +grognerions +grognerons +grogneront +grognes +grognez +grogn +grogne +grognes +grogns +grognrent +grogniez +grognions +grognon +grognonne +grognonnes +grognons +grogs +groin +groins +grommela +grommelai +grommelaient +grommelais +grommelait +grommelant +grommelas +grommelasse +grommelassent +grommelasses +grommelassiez +grommelassions +grommelmes +grommeler +grommelez +grommel +grommele +grommeles +grommels +grommelrent +grommeliez +grommelions +grommelle +grommellent +grommellera +grommellerai +grommelleraient +grommellerais +grommellerait +grommelleras +grommellerez +grommelleriez +grommellerions +grommellerons +grommelleront +grommelles +grommelons +gronda +grondai +grondaient +grondais +grondait +grondant +grondas +grondasse +grondassent +grondasses +grondassiez +grondassions +grondmes +grondt +grondtes +gronde +grondement +grondements +grondent +gronder +grondera +gronderai +gronderaient +gronderais +gronderait +gronderas +gronderez +gronderie +gronderies +gronderiez +gronderions +gronderons +gronderont +grondes +grondeur +grondeurs +grondeuse +grondeuses +grondez +grond +gronde +grondes +gronds +grondrent +grondiez +grondions +grondons +groom +grooms +gros +groseille +groseilles +groseillier +groseilliers +grosse +grosses +grossesse +grossesses +grosseur +grosseurs +grossi +grossie +grossier +grossiers +grossies +grossire +grossirement +grossires +grossiret +grossirets +grossir +grossira +grossirai +grossiraient +grossirais +grossirait +grossiras +grossirent +grossirez +grossiriez +grossirions +grossirons +grossiront +grossis +grossissaient +grossissais +grossissait +grossissant +grossissante +grossissantes +grossissants +grossisse +grossissement +grossissements +grossissent +grossisses +grossissez +grossissiez +grossissions +grossissons +grossiste +grossistes +grossit +grossmes +grosst +grosstes +grosso +grotesque +grotesques +grotte +grottes +grouilla +grouillai +grouillaient +grouillais +grouillait +grouillant +grouillas +grouillasse +grouillassent +grouillasses +grouillassiez +grouillassions +grouillmes +grouillt +grouilltes +grouille +grouillement +grouillements +grouillent +grouiller +grouillera +grouillerai +grouilleraient +grouillerais +grouillerait +grouilleras +grouillerez +grouilleriez +grouillerions +grouillerons +grouilleront +grouilles +grouillez +grouill +grouille +grouilles +grouills +grouillrent +grouilliez +grouillions +grouillons +groupa +groupage +groupages +groupai +groupaient +groupais +groupait +groupant +groupas +groupasse +groupassent +groupasses +groupassiez +groupassions +groupmes +groupt +grouptes +groupe +groupement +groupements +groupent +grouper +groupera +grouperai +grouperaient +grouperais +grouperait +grouperas +grouperez +grouperiez +grouperions +grouperons +grouperont +groupes +groupez +group +groupe +groupes +groups +grouprent +groupiez +groupions +groupons +groupuscule +groupuscules +gruau +gruaux +grue +grues +gruge +grugea +grugeai +grugeaient +grugeais +grugeait +grugeant +grugeas +grugeasse +grugeassent +grugeasses +grugeassiez +grugeassions +grugemes +gruget +grugetes +grugent +grugeons +gruger +grugera +grugerai +grugeraient +grugerais +grugerait +grugeras +grugerez +grugeriez +grugerions +grugerons +grugeront +gruges +grugez +grug +gruge +gruges +grugs +grugrent +grugiez +grugions +grume +grumeau +grumeaux +grumeleuse +grumeleuses +grumeleux +grumes +grutier +grutiers +gruyre +gruyres +guano +guelte +gueltes +guenille +guenilles +guenon +guenons +guerre +guerres +guerrier +guerriers +guerrire +guerrires +guerroie +guerroient +guerroiera +guerroierai +guerroieraient +guerroierais +guerroierait +guerroieras +guerroierez +guerroieriez +guerroierions +guerroierons +guerroieront +guerroies +guerroya +guerroyai +guerroyais +guerroyait +guerroyant +guerroyas +guerroyasse +guerroyassent +guerroyasses +guerroyassiez +guerroyassions +guerroymes +guerroyt +guerroytes +guerroyer +guerroyez +guerroy +guerroye +guerroyes +guerroys +guerroyrent +guerroyiez +guerroyions +guerroyons +guet +guets +guetta +guettai +guettaient +guettais +guettait +guettant +guettas +guettasse +guettassent +guettasses +guettassiez +guettassions +guettmes +guettt +guetttes +guette +guettent +guetter +guettera +guetterai +guetteraient +guetterais +guetterait +guetteras +guetterez +guetteriez +guetterions +guetterons +guetteront +guettes +guetteur +guetteurs +guettez +guett +guette +guettes +guetts +guettrent +guettiez +guettions +guettons +gueula +gueulai +gueulaient +gueulais +gueulait +gueulant +gueulantes +gueulard +gueularde +gueulardes +gueulards +gueulas +gueulasse +gueulassent +gueulasses +gueulassiez +gueulassions +gueulmes +gueult +gueultes +gueule +gueulent +gueuler +gueulera +gueulerai +gueuleraient +gueulerais +gueulerait +gueuleras +gueulerez +gueuleriez +gueulerions +gueulerons +gueuleront +gueules +gueuleton +gueuletons +gueulez +gueul +gueule +gueules +gueuls +gueulrent +gueuliez +gueulions +gueulons +gueuse +gueuses +gueux +gu +gupard +gupards +guri +guridon +guridons +gurie +guries +gurilla +gurillas +gurillero +gurilleros +gurir +gurira +gurirai +guriraient +gurirais +gurirait +guriras +gurirent +gurirez +guririez +guririons +gurirons +guriront +guris +gurison +gurisons +gurissable +gurissables +gurissaient +gurissais +gurissait +gurissant +gurisse +gurissent +gurisses +gurisseur +gurisseurs +gurisseuse +gurisseuses +gurissez +gurissiez +gurissions +gurissons +gurit +gurite +gurites +gurmes +gurt +gurtes +gus +gure +gupe +gupes +gupier +gupiers +gutre +gutres +gui +guibolle +guibolles +guiche +guiches +guichet +guichetier +guichetiers +guichetire +guichetires +guichets +guida +guidage +guidages +guidai +guidaient +guidais +guidait +guidant +guidas +guidasse +guidassent +guidasses +guidassiez +guidassions +guidmes +guidt +guidtes +guide +guident +guider +guidera +guiderai +guideraient +guiderais +guiderait +guideras +guiderez +guideriez +guiderions +guiderons +guideront +guides +guidez +guid +guide +guides +guids +guidrent +guidiez +guidions +guidon +guidons +guigna +guignai +guignaient +guignais +guignait +guignant +guignas +guignasse +guignassent +guignasses +guignassiez +guignassions +guignmes +guignt +guigntes +guigne +guignent +guigner +guignera +guignerai +guigneraient +guignerais +guignerait +guigneras +guignerez +guigneriez +guignerions +guignerons +guigneront +guignes +guignez +guign +guigne +guignes +guigns +guignrent +guigniez +guignions +guignol +guignolet +guignols +guignon +guignons +guilledou +guilledous +guillemet +guillemets +guilleret +guillerets +guillerette +guillerettes +guillocha +guillochage +guillochages +guillochai +guillochaient +guillochais +guillochait +guillochant +guillochas +guillochasse +guillochassent +guillochasses +guillochassiez +guillochassions +guillochmes +guillocht +guillochtes +guilloche +guillochent +guillocher +guillochera +guillocherai +guillocheraient +guillocherais +guillocherait +guillocheras +guillocherez +guillocheriez +guillocherions +guillocherons +guillocheront +guilloches +guillochez +guilloch +guilloche +guilloches +guillochs +guillochrent +guillochiez +guillochions +guillochis +guillochons +guillotina +guillotinai +guillotinaient +guillotinais +guillotinait +guillotinant +guillotinas +guillotinasse +guillotinassent +guillotinasses +guillotinassiez +guillotinassions +guillotinmes +guillotint +guillotintes +guillotine +guillotinent +guillotiner +guillotinera +guillotinerai +guillotineraient +guillotinerais +guillotinerait +guillotineras +guillotinerez +guillotineriez +guillotinerions +guillotinerons +guillotineront +guillotines +guillotinez +guillotin +guillotine +guillotines +guillotins +guillotinrent +guillotiniez +guillotinions +guillotinons +guimauve +guimauves +guimbarde +guimbardes +guimpe +guimpes +guind +guinde +guindes +guinds +guine +guines +guingois +guinguette +guinguettes +guipure +guipures +guirlande +guirlandes +guise +guises +guitare +guitares +guitariste +guitaristes +gum +gus +gustatif +gustatifs +gustation +gustations +gustative +gustatives +gutta +guttural +gutturale +gutturales +gutturaux +guyane +gymnase +gymnases +gymnaste +gymnastes +gymnastique +gymnastiques +gymnique +gymnnospermes +gynce +gynces +gyncologie +gyncologique +gyncologiques +gyncologue +gyncologues +gypate +gypates +gypse +gypseuse +gypseuses +gypseux +gyroscope +gyroscopes +h +ha aspir +habens +habile +habilement +habiles +habilet +habilets +habilita +habilitai +habilitaient +habilitais +habilitait +habilitant +habilitas +habilitasse +habilitassent +habilitasses +habilitassiez +habilitassions +habilitation +habilitations +habilitmes +habilitt +habilittes +habilite +habilitent +habiliter +habilitera +habiliterai +habiliteraient +habiliterais +habiliterait +habiliteras +habiliterez +habiliteriez +habiliterions +habiliterons +habiliteront +habilites +habilitez +habilit +habilite +habilites +habilits +habilitrent +habilitiez +habilitions +habilitons +habilla +habillage +habillages +habillai +habillaient +habillais +habillait +habillant +habillas +habillasse +habillassent +habillasses +habillassiez +habillassions +habillmes +habillt +habilltes +habille +habillement +habillements +habillent +habiller +habillera +habillerai +habilleraient +habillerais +habillerait +habilleras +habillerez +habilleriez +habillerions +habillerons +habilleront +habilles +habilleur +habilleurs +habilleuse +habilleuses +habillez +habill +habille +habilles +habills +habillrent +habilliez +habillions +habillons +habit +habita +habitable +habitables +habitacle +habitacles +habitai +habitaient +habitais +habitait +habitant +habitante +habitantes +habitants +habitas +habitasse +habitassent +habitasses +habitassiez +habitassions +habitat nom +habitation +habitations +habitats +habitmes +habitt +habittes +habite +habitent +habiter +habitera +habiterai +habiteraient +habiterais +habiterait +habiteras +habiterez +habiteriez +habiterions +habiterons +habiteront +habites +habitez +habit +habite +habites +habits +habitrent +habitiez +habitions +habitons +habits +habitua +habituai +habituaient +habituais +habituait +habituant +habituas +habituasse +habituassent +habituasses +habituassiez +habituassions +habitumes +habitut +habitutes +habitude +habitudes +habitue +habituel +habituelle +habituellement +habituelles +habituels +habituent +habituer +habituera +habituerai +habitueraient +habituerais +habituerait +habitueras +habituerez +habitueriez +habituerions +habituerons +habitueront +habitues +habituez +habitu +habitue +habitues +habitus +habiturent +habituiez +habituions +habituons +hacha aspir +hachage aspir +hachages aspir +hachai aspir +hachaient aspir +hachais aspir +hachait aspir +hachant aspir +hachas aspir +hachasse aspir +hachassent aspir +hachasses aspir +hachassiez aspir +hachassions aspir +hachmes aspir +hacht aspir +hachtes aspir +hache aspir +hachent aspir +hacher aspir +hachera aspir +hacherai aspir +hacheraient aspir +hacherais aspir +hacherait aspir +hacheras aspir +hacherez aspir +hacheriez aspir +hacherions aspir +hacherons aspir +hacheront aspir +haches aspir +hachette aspir +hachettes aspir +hachez aspir +hach aspir +hache aspir +haches aspir +hachs aspir +hachrent aspir +hachich aspir +hachiez aspir +hachions aspir +hachis aspir +hachisch aspir +hachoir aspir +hachoirs aspir +hachons aspir +hachura aspir +hachurai aspir +hachuraient aspir +hachurais aspir +hachurait aspir +hachurant aspir +hachuras aspir +hachurasse aspir +hachurassent aspir +hachurasses aspir +hachurassiez aspir +hachurassions aspir +hachurmes aspir +hachurt aspir +hachurtes aspir +hachure aspir +hachurent aspir +hachurer aspir +hachurera aspir +hachurerai aspir +hachureraient aspir +hachurerais aspir +hachurerait aspir +hachureras aspir +hachurerez aspir +hachureriez aspir +hachurerions aspir +hachurerons aspir +hachureront aspir +hachures aspir +hachurez aspir +hachur aspir +hachure aspir +hachures aspir +hachurs aspir +hachurrent aspir +hachuriez aspir +hachurions aspir +hachurons aspir +hacienda +haciendas +haddock aspir +haddocks aspir +hagard aspir +hagarde aspir +hagardes aspir +hagards aspir +hagiographie +hagiographies +haie aspir +haies aspir +haillon aspir +haillons aspir +haine aspir +haines aspir +haineuse aspir +haineuses aspir +haineux aspir +hais aspir +hait aspir +ha aspir +hae aspir +haes aspir +har aspir +hara aspir +harai aspir +haraient aspir +harais aspir +harait aspir +haras aspir +harent aspir +harez aspir +hariez aspir +harions aspir +harons aspir +haront aspir +has aspir +hassable aspir +hassables aspir +hassaient aspir +hassais aspir +hassait aspir +hassant aspir +hasse aspir +hassent aspir +hasses aspir +hassez aspir +hassiez aspir +hassions aspir +hassons aspir +hat aspir +hati +hatien +hatienne +hatiennes +hatiens +hames aspir +hat aspir +hates aspir +hala aspir +halage aspir +halages aspir +halai aspir +halaient aspir +halais aspir +halait aspir +halant aspir +halas aspir +halasse aspir +halassent aspir +halasses aspir +halassiez aspir +halassions aspir +halmes aspir +halt aspir +haltes aspir +hale aspir +haleine +haleines +halent aspir +haler aspir +halera aspir +halerai aspir +haleraient aspir +halerais aspir +halerait aspir +haleras aspir +halerez aspir +haleriez aspir +halerions aspir +halerons aspir +haleront aspir +hales aspir +haleta aspir +haletai aspir +haletaient aspir +haletais aspir +haletait aspir +haletant aspir +haletante aspir +haletantes aspir +haletants aspir +haletas aspir +haletasse aspir +haletassent aspir +haletasses aspir +haletassiez aspir +haletassions aspir +haletmes aspir +halett aspir +halettes aspir +haleter aspir +haletez aspir +halet aspir +halete aspir +haletes aspir +halets aspir +haletrent aspir +haletiez aspir +haletions aspir +haletons aspir +haleur aspir +haleurs aspir +haleuse aspir +haleuses aspir +halez aspir +hal aspir +hale aspir +hales aspir +hals aspir +halrent aspir +halte aspir +haltement aspir +haltements aspir +haltent aspir +haltera aspir +halterai aspir +halteraient aspir +halterais aspir +halterait aspir +halteras aspir +halterez aspir +halteriez aspir +halterions aspir +halterons aspir +halteront aspir +haliez aspir +halions aspir +hall aspir +hallali +halle aspir +hallebarde aspir +hallebardes aspir +hallebardier aspir +hallebardiers aspir +halles aspir +hallier aspir +halliers aspir +halls aspir +hallucina +hallucinai +hallucinaient +hallucinais +hallucinait +hallucinant +hallucinante +hallucinantes +hallucinants +hallucinas +hallucinasse +hallucinassent +hallucinasses +hallucinassiez +hallucinassions +hallucination +hallucinations +hallucinatoire +hallucinatoires +hallucinmes +hallucint +hallucintes +hallucine +hallucinent +halluciner +hallucinera +hallucinerai +hallucineraient +hallucinerais +hallucinerait +hallucineras +hallucinerez +hallucineriez +hallucinerions +hallucinerons +hallucineront +hallucines +hallucinez +hallucin +hallucine +hallucines +hallucins +hallucinrent +halluciniez +hallucinions +hallucinons +halo aspir +halons +halos aspir +halte aspir +haltes aspir +haltrophile +haltrophiles +haltrophilie +haltre +haltres +hamac aspir +hamacs aspir +hamburger aspir +hamburgers aspir +hameau aspir +hameaux aspir +hameon +hameons +hammam aspir +hammams aspir +hampe aspir +hampes aspir +hamster aspir +hamsters aspir +han aspir +hanap aspir +hanaps aspir +hanche aspir +hanches aspir +handball aspir +handicap aspir +handicapa aspir +handicapai aspir +handicapaient aspir +handicapais aspir +handicapait aspir +handicapant aspir +handicapas aspir +handicapasse aspir +handicapassent aspir +handicapasses aspir +handicapassiez aspir +handicapassions aspir +handicapmes aspir +handicapt aspir +handicaptes aspir +handicape aspir +handicapent aspir +handicaper aspir +handicapera aspir +handicaperai aspir +handicaperaient aspir +handicaperais aspir +handicaperait aspir +handicaperas aspir +handicaperez aspir +handicaperiez aspir +handicaperions aspir +handicaperons aspir +handicaperont aspir +handicapes aspir +handicapez aspir +handicap aspir +handicape aspir +handicapes aspir +handicaps aspir +handicaprent aspir +handicapiez aspir +handicapions aspir +handicapons aspir +handicaps aspir +hangar aspir +hangars aspir +hanneton aspir +hannetons aspir +hans aspir +hanse aspir +hanses aspir +hansatique +hansatiques +hanta aspir +hantai aspir +hantaient aspir +hantais aspir +hantait aspir +hantant aspir +hantas aspir +hantasse aspir +hantassent aspir +hantasses aspir +hantassiez aspir +hantassions aspir +hantmes aspir +hantt aspir +hanttes aspir +hante aspir +hantent aspir +hanter aspir +hantera aspir +hanterai aspir +hanteraient aspir +hanterais aspir +hanterait aspir +hanteras aspir +hanterez aspir +hanteriez aspir +hanterions aspir +hanterons aspir +hanteront aspir +hantes aspir +hantez aspir +hant aspir +hante aspir +hantes aspir +hants aspir +hantrent aspir +hantiez aspir +hantions aspir +hantise aspir +hantises aspir +hantons aspir +happa aspir +happai aspir +happaient aspir +happais aspir +happait aspir +happant aspir +happas aspir +happasse aspir +happassent aspir +happasses aspir +happassiez aspir +happassions aspir +happmes aspir +happt aspir +happtes aspir +happe aspir +happening aspir +happenings aspir +happent aspir +happer aspir +happera aspir +happerai aspir +happeraient aspir +happerais aspir +happerait aspir +happeras aspir +happerez aspir +happeriez aspir +happerions aspir +happerons aspir +happeront aspir +happes aspir +happez aspir +happ aspir +happe aspir +happes aspir +happs aspir +happrent aspir +happiez aspir +happions aspir +happons aspir +hara +harangua aspir +haranguai aspir +haranguaient aspir +haranguais aspir +haranguait aspir +haranguant aspir +haranguas aspir +haranguasse aspir +haranguassent aspir +haranguasses aspir +haranguassiez aspir +haranguassions aspir +harangumes aspir +harangut aspir +harangutes aspir +harangue aspir +haranguent aspir +haranguer aspir +haranguera aspir +haranguerai aspir +harangueraient aspir +haranguerais aspir +haranguerait aspir +harangueras aspir +haranguerez aspir +harangueriez aspir +haranguerions aspir +haranguerons aspir +harangueront aspir +harangues aspir +harangueur aspir +harangueurs aspir +harangueuse aspir +harangueuses aspir +haranguez aspir +harangu aspir +harangue aspir +harangues aspir +harangus aspir +harangurent aspir +haranguiez aspir +haranguions aspir +haranguons aspir +haras aspir +harassa aspir +harassai aspir +harassaient aspir +harassais aspir +harassait aspir +harassant aspir +harassante aspir +harassantes aspir +harassants aspir +harassas aspir +harassasse aspir +harassassent aspir +harassasses aspir +harassassiez aspir +harassassions aspir +harassmes aspir +harasst aspir +harasstes aspir +harasse aspir +harassement aspir +harassements aspir +harassent aspir +harasser aspir +harassera aspir +harasserai aspir +harasseraient aspir +harasserais aspir +harasserait aspir +harasseras aspir +harasserez aspir +harasseriez aspir +harasserions aspir +harasserons aspir +harasseront aspir +harasses aspir +harassez aspir +harass aspir +harasse aspir +harasses aspir +harasss aspir +harassrent aspir +harassiez aspir +harassions aspir +harassons aspir +harcela aspir +harcelai aspir +harcelaient aspir +harcelais aspir +harcelait aspir +harcelant aspir +harcelas aspir +harcelasse aspir +harcelassent aspir +harcelasses aspir +harcelassiez aspir +harcelassions aspir +harcelmes aspir +harcelt aspir +harceltes aspir +harceler aspir +harcelez aspir +harcel aspir +harcele aspir +harceles aspir +harcels aspir +harcelrent aspir +harceliez aspir +harcelions aspir +harcelle aspir +harcellent aspir +harcellera aspir +harcellerai aspir +harcelleraient aspir +harcellerais aspir +harcellerait aspir +harcelleras aspir +harcellerez aspir +harcelleriez aspir +harcellerions aspir +harcellerons aspir +harcelleront aspir +harcelles aspir +harcelons aspir +harclement aspir +harclements aspir +harde aspir +hardes aspir +hardi aspir +hardie aspir +hardies aspir +hardiesse aspir +hardiesses aspir +hardiment aspir +hardis aspir +harem aspir +hareng aspir +harengre aspir +harengres aspir +harengs aspir +hargne aspir +hargnes aspir +hargneuse aspir +hargneuses aspir +hargneux aspir +haricot aspir +haricots aspir +haridelle aspir +haridelles aspir +harmonica +harmonicas +harmonie +harmonies +harmonieuse +harmonieusement +harmonieuses +harmonieux +harmonique +harmoniquement +harmoniques +harmonisa +harmonisai +harmonisaient +harmonisais +harmonisait +harmonisant +harmonisas +harmonisasse +harmonisassent +harmonisasses +harmonisassiez +harmonisassions +harmonisation +harmonisations +harmonismes +harmonist +harmonistes +harmonise +harmonisent +harmoniser +harmonisera +harmoniserai +harmoniseraient +harmoniserais +harmoniserait +harmoniseras +harmoniserez +harmoniseriez +harmoniserions +harmoniserons +harmoniseront +harmonises +harmonisez +harmonis +harmonise +harmonises +harmoniss +harmonisrent +harmonisiez +harmonisions +harmonisons +harmonium +harmoniums +harnacha aspir +harnachai aspir +harnachaient aspir +harnachais aspir +harnachait aspir +harnachant aspir +harnachas aspir +harnachasse aspir +harnachassent aspir +harnachasses aspir +harnachassiez aspir +harnachassions aspir +harnachmes aspir +harnacht aspir +harnachtes aspir +harnache aspir +harnachement aspir +harnachements aspir +harnachent aspir +harnacher aspir +harnachera aspir +harnacherai aspir +harnacheraient aspir +harnacherais aspir +harnacherait aspir +harnacheras aspir +harnacherez aspir +harnacheriez aspir +harnacherions aspir +harnacherons aspir +harnacheront aspir +harnaches aspir +harnachez aspir +harnach aspir +harnache aspir +harnaches aspir +harnachs aspir +harnachrent aspir +harnachiez aspir +harnachions aspir +harnachons aspir +harnais aspir +haro aspir +harpe aspir +harpes aspir +harpie aspir +harpies aspir +harpiste aspir +harpistes aspir +harpon aspir +harponna aspir +harponnage aspir +harponnages aspir +harponnai aspir +harponnaient aspir +harponnais aspir +harponnait aspir +harponnant aspir +harponnas aspir +harponnasse aspir +harponnassent aspir +harponnasses aspir +harponnassiez aspir +harponnassions aspir +harponnmes aspir +harponnt aspir +harponntes aspir +harponne aspir +harponnement aspir +harponnements aspir +harponnent aspir +harponner aspir +harponnera aspir +harponnerai aspir +harponneraient aspir +harponnerais aspir +harponnerait aspir +harponneras aspir +harponnerez aspir +harponneriez aspir +harponnerions aspir +harponnerons aspir +harponneront aspir +harponnes aspir +harponneur aspir +harponneurs aspir +harponnez aspir +harponn aspir +harponne aspir +harponnes aspir +harponns aspir +harponnrent aspir +harponniez aspir +harponnions aspir +harponnons aspir +harpons aspir +hasard aspir +hasarda aspir +hasardai aspir +hasardaient aspir +hasardais aspir +hasardait aspir +hasardant aspir +hasardas aspir +hasardasse aspir +hasardassent aspir +hasardasses aspir +hasardassiez aspir +hasardassions aspir +hasardmes aspir +hasardt aspir +hasardtes aspir +hasarde aspir +hasardent aspir +hasarder aspir +hasardera aspir +hasarderai aspir +hasarderaient aspir +hasarderais aspir +hasarderait aspir +hasarderas aspir +hasarderez aspir +hasarderiez aspir +hasarderions aspir +hasarderons asspir +hasarderont aspir +hasardes aspir +hasardeuse aspir +hasardeuses aspir +hasardeux aspir +hasardez aspir +hasard aspir +hasarde aspir +hasardes aspir +hasards aspir +hasardrent aspir +hasardiez aspir +hasardions aspir +hasardons aspir +hasards aspir +haschisch aspir +hase aspir +hases aspir +hauban aspir +haubana aspir +haubanai aspir +haubanaient aspir +haubanais aspir +haubanait aspir +haubanant aspir +haubanas aspir +haubanasse aspir +haubanassent aspir +haubanasses aspir +haubanassiez aspir +haubanassions aspir +haubanmes aspir +haubant aspir +haubantes aspir +haubane aspir +haubanent aspir +haubaner aspir +haubanera aspir +haubanerai aspir +haubaneraient aspir +haubanerais aspir +haubanerait aspir +haubaneras aspir +haubanerez aspir +haubaneriez aspir +haubanerions aspir +haubanerons aspir +haubaneront aspir +haubanes aspir +haubanez aspir +hauban aspir +haubane aspir +haubanes aspir +haubans aspir +haubanrent aspir +haubaniez aspir +haubanions aspir +haubanons aspir +haubans aspir +haubert aspir +hauberts aspir +haussa aspir +haussai aspir +haussaient aspir +haussais aspir +haussait aspir +haussant aspir +haussas aspir +haussasse aspir +haussassent aspir +haussasses aspir +haussassiez aspir +haussassions aspir +haussmes aspir +hausst aspir +hausstes aspir +hausse aspir +haussement aspir +haussements aspir +haussent aspir +hausser aspir +haussera aspir +hausserai aspir +hausseraient aspir +hausserais aspir +hausserait aspir +hausseras aspir +hausserez aspir +hausseriez aspir +hausserions aspir +hausserons aspir +hausseront aspir +hausses aspir +haussez aspir +hauss aspir +hausse aspir +hausses aspir +hausss aspir +haussrent aspir +haussiez aspir +haussions aspir +haussons aspir +haut aspir +hautain aspir +hautaine aspir +hautainement aspir +hautaines aspir +hautains aspir +hautbois aspir +hautboste aspir +hautbostes aspir +haute aspir +hautement aspir +hautes aspir +hauteur aspir +hauteurs aspir +hauts aspir +hauturier aspir +hauturiers aspir +hauturire aspir +hauturires aspir +havage aspir +havages aspir +havane aspir +havaneau aspir +havaneaux aspir +havanes aspir +haveur aspir +haveurs aspir +havre aspir +havres aspir +havresac aspir +havresacs aspir +hblerie aspir +hbleries aspir +hbleur aspir +hbleurs aspir +hbleuse aspir +hbleuses aspir +hla aspir peau +hlai aspir peau +hlaient aspir peau +hlais aspir peau +hlait aspir peau +hlant aspir peau +hlas aspir peau +hlasse aspir peau +hlassent aspir peau +hlasses aspir peau +hlassiez aspir peau +hlassions aspir peau +hlmes aspir peau +hlt aspir peau +hltes aspir peau +hle aspir peau +hlent aspir peau +hler aspir peau +hlera aspir peau +hlerai aspir peau +hleraient aspir peau +hlerais aspir peau +hlerait aspir peau +hleras aspir peau +hlerez aspir peau +hleriez aspir peau +hlerions aspir peau +hlerons aspir peau +hleront aspir peau +hles aspir peau +hlez aspir peau +hl aspir peau +hle aspir peau +hles aspir peau +hls aspir peau +hlrent aspir peau +hliez aspir peau +hlions aspir peau +hlons aspir peau +hta aspir +htai aspir +htaient aspir +htais aspir +htait aspir +htant aspir +htas aspir +htasse aspir +htassent aspir +htasses aspir +htassiez aspir +htassions aspir +htmes aspir +htt aspir +httes aspir +hte aspir +htent aspir +hter aspir +htera aspir +hterai aspir +hteraient aspir +hterais aspir +hterait aspir +hteras aspir +hterez aspir +hteriez aspir +hterions aspir +hterons aspir +hteront aspir +htes aspir +htez aspir +ht aspir +hte aspir +htes aspir +hts aspir +htrent aspir +htiez aspir +htif aspir +htifs aspir +htions aspir +htive aspir +htivement aspir +htives aspir +htons aspir +hve aspir +hvee aspir +hvees aspir +hves aspir +heaume aspir +heaumes aspir +hebdomadaire +hebdomadairement +hebdomadaires +hectare +hectares +hectogramme +hectogrammes +hectolitre +hectolitres +hectomtre +hectomtres +hectomtrique +hectomtriques +hein aspir +hellnique +hellniques +hellnisa +hellnisai +hellnisaient +hellnisais +hellnisait +hellnisant +hellnisas +hellnisasse +hellnisassent +hellnisasses +hellnisassiez +hellnisassions +hellnismes +hellnist +hellnistes +hellnise +hellnisent +hellniser +hellnisera +hellniserai +hellniseraient +hellniserais +hellniserait +hellniseras +hellniserez +hellniseriez +hellniserions +hellniserons +hellniseront +hellnises +hellnisez +hellnis +hellnise +hellnises +hellniss +hellnisrent +hellnisiez +hellnisions +hellnisme +hellnisons +hellniste +hellnistes +hellne +hellnes +helminthe +helminthes +helsinki +helvtique +helvtiques +hem aspir +henn aspir +henns aspir +henni aspir +hennie aspir +hennies aspir +hennin aspir +hennins aspir +hennir aspir +hennira aspir +hennirai aspir +henniraient aspir +hennirais aspir +hennirait aspir +henniras aspir +hennirent aspir +hennirez aspir +henniriez aspir +hennirions aspir +hennirons aspir +henniront aspir +hennis aspir +hennissaient aspir +hennissais aspir +hennissait aspir +hennissant aspir +hennisse aspir +hennissent aspir +hennisses aspir +hennissez aspir +hennissiez aspir +hennissions aspir +hennissons aspir +hennit aspir +hennmes aspir +hennt aspir +henntes aspir +heptagone +heptagones +herbac +herbace +herbaces +herbacs +herbage +herbager +herbagers +herbages +herbagre +herbagres +herbe +herbes +herbeuse +herbeuses +herbeux +herbier +herbiers +herbivore +herbivores +herborisa +herborisai +herborisaient +herborisais +herborisait +herborisant +herborisas +herborisasse +herborisassent +herborisasses +herborisassiez +herborisassions +herborisation +herborisations +herborismes +herborist +herboristes +herborise +herborisent +herboriser +herborisera +herboriserai +herboriseraient +herboriserais +herboriserait +herboriseras +herboriserez +herboriseriez +herboriserions +herboriserons +herboriseront +herborises +herborisez +herboris +herborise +herborises +herboriss +herborisrent +herborisiez +herborisions +herborisons +herboriste +herboristerie +herboristeries +herboristes +herbu +herbue +herbues +herbus +hercule +hercules +herculen +herculenne +herculennes +herculens +hermaphrodisme +hermaphrodite +hermaphrodites +hermtique +hermtiquement +hermtiques +hermtisme +hermine +hermines +herminette +herminettes +herniaire aspir +herniaires aspir +hernie aspir +hernies aspir +herps +hersa aspir +hersage aspir +hersages aspir +hersai aspir +hersaient aspir +hersais aspir +hersait aspir +hersant aspir +hersas aspir +hersasse aspir +hersassent aspir +hersasses aspir +hersassiez aspir +hersassions aspir +hersmes aspir +herst aspir +herstes aspir +herse aspir +hersent aspir +herser aspir +hersera aspir +herserai aspir +herseraient aspir +herserais aspir +herserait aspir +herseras aspir +herserez aspir +herseriez aspir +herserions aspir +herserons aspir +herseront aspir +herses aspir +hersez aspir +hers aspir +herse aspir +herses aspir +herss aspir +hersrent aspir +hersiez aspir +hersions aspir +hersons aspir +hertz +hertzien +hertzienne +hertziennes +hertziens +heu aspir +heure +heures +heureuse +heureusement +heureuses +heureux +heurt aspir +heurta aspir +heurtai aspir +heurtaient aspir +heurtais aspir +heurtait aspir +heurtant aspir +heurtas aspir +heurtasse aspir +heurtassent aspir +heurtasses aspir +heurtassiez aspir +heurtassions aspir +heurtmes aspir +heurtt aspir +heurttes aspir +heurte aspir +heurtent aspir +heurter aspir +heurtera aspir +heurterai aspir +heurteraient aspir +heurterais aspir +heurterait aspir +heurteras aspir +heurterez aspir +heurteriez aspir +heurterions aspir +heurterons aspir +heurteront aspir +heurtes aspir +heurtez aspir +heurt aspir +heurte aspir +heurtes aspir +heurts aspir +heurtrent aspir +heurtiez aspir +heurtions aspir +heurtoir aspir +heurtoirs aspir +heurtons aspir +heurts aspir +hexadcimal +hexadcimale +hexadcimaux +hexagonal +hexagonale +hexagonales +hexagonaux +hexagone +hexagones +hexamtre +hexamtres +h aspir +hberge +hbergea +hbergeai +hbergeaient +hbergeais +hbergeait +hbergeant +hbergeas +hbergeassent +hbergeasses +hbergeassiez +hbergeassions +hbergemes +hberget +hbergetes +hbergement +hbergements +hbergent +hbergeons +hberger +hbergera +hbergerai +hbergeraient +hbergerais +hbergerait +hbergeras +hbergerez +hbergeriez +hbergerions +hbergerons +hbergeront +hberges +hbergez +hberg +hberge +hberges +hbergs +hbergrent +hbergiez +hbergions +hbta +hbtai +hbtaient +hbtais +hbtait +hbtant +hbtas +hbtasse +hbtassent +hbtasses +hbtassiez +hbtassions +hbtmes +hbtt +hbttes +hbtement +hbtements +hbter +hbtera +hbterai +hbteraient +hbterais +hbterait +hbteras +hbterez +hbteriez +hbterions +hbterons +hbteront +hbtez +hbt +hbte +hbtes +hbts +hbtrent +hbtiez +hbtions +hbtons +hbtude +hbtudes +hbte +hbtent +hbtes +hbraque +hbraques +hbrasant +hbrasante +hbrasantes +hbrasants +hbreu +hbreux +hcatombe +hcatombes +hdonisme +hglien +hglienne +hgliennes +hgliens +hgmonie +hgmonies +hgire +hla aspir +hlai aspir +hlaient aspir +hlais aspir +hlait aspir +hlas aspir comme verbe +hlasse aspir +hlassent aspir +hlasses aspir +hlassiez aspir +hlassions aspir +hlmes aspir +hlt aspir +hltes aspir +hler aspir +hlera aspir +hlerai aspir +hleraient aspir +hlerais aspir +hlerait aspir +hleras aspir +hlerez aspir +hleriez aspir +hlerions aspir +hlerons aspir +hleront aspir +hlez aspir +hl aspir +hle aspir +hles aspir +hls aspir +hlrent aspir +hlianthe +hlianthes +hlice +hlices +hlicodal +hlicodale +hlicodales +hlicodaux +hlicoptre +hlicoptres +hliez aspir +hliogravure +hliogravures +hlions aspir +hliothrapie +hliotrope +hliotropes +hliotropisme +hliport +hliporte +hliportes +hliports +hlium +hlix +hlons aspir +hmatie +hmaties +hmatite +hmatologie +hmatome +hmatomes +hmatopose +hmatoposes +hmaturie +hmaturies +hmicycle +hmicycles +hmiplgie +hmiplgies +hmiplgique +hmiplgiques +hmiptre +hmiptres +hmisphrique +hmisphriques +hmisphre +hmisphres +hmistiche +hmistiches +hmoglobine +hmolyse +hmolyses +hmophilie +hmoptysie +hmorragie +hmorragies +hmorragique +hmorragiques +hmorrodes +hmostase +hmostases +hmostatique +hmostatiques +hpatique +hpatiques +hraclite +hraldique +hraldiques +hraldiste +hraldistes +hraut aspir homme +hrauts aspir homme +hrditaire +hrditairement +hrditaires +hrdit +hrdits +hrsiarque +hrsiarques +hrsie +hrsies +hrtique +hrtiques +hrissa aspir +hrissai aspir +hrissaient aspir +hrissais aspir +hrissait aspir +hrissant aspir +hrissas aspir +hrissasse aspir +hrissassent aspir +hrissasses aspir +hrissassiez aspir +hrissassions aspir +hrissmes aspir +hrisst aspir +hrisstes aspir +hrisse aspir +hrissement aspir +hrissements aspir +hrissent aspir +hrisser aspir +hrissera aspir +hrisserai aspir +hrisseraient aspir +hrisserais aspir +hrisserait aspir +hrisseras aspir +hrisserez aspir +hrisseriez aspir +hrisserions aspir +hrisserons aspir +hrisseront aspir +hrisses aspir +hrissez aspir +hriss aspir +hrisse aspir +hrisses aspir +hrisss aspir +hrissrent aspir +hrissiez aspir +hrissions aspir +hrisson aspir +hrissons aspir +hrita +hritage +hritages +hritai +hritaient +hritais +hritait +hritant +hritas +hritasse +hritassent +hritasses +hritassiez +hritassions +hritmes +hritt +hrittes +hrite +hritent +hriter +hritera +hriterai +hriteraient +hriterais +hriterait +hriteras +hriterez +hriteriez +hriterions +hriterons +hriteront +hrites +hritez +hrit +hrite +hrites +hrits +hritrent +hritier +hritiers +hritiez +hritire +hritires +hritions +hritons +hro +hro +hrone +hrones +hronomane +hronomanes +hroque +hroquement +hroques +hrosme +hrosmes +hron aspir +hrons aspir +hros aspir +hsita +hsitai +hsitaient +hsitais +hsitait +hsitant +hsitante +hsitas +hsitasse +hsitassent +hsitasses +hsitassiez +hsitassions +hsitation +hsitations +hsitmes +hsitt +hsittes +hsite +hsitent +hsiter +hsitera +hsiterai +hsiteraient +hsiterais +hsiterait +hsiteras +hsiterez +hsiteriez +hsiterions +hsiterons +hsiteront +hsites +hsitez +hsit +hsite +hsites +hsits +hsitrent +hsitiez +hsitions +hsitons +htare +htares +htro +htroclite +htroclites +htrodoxe +htrodoxes +htrodoxie +htrodoxies +htrodyne +htrodynes +htrognit +htrognits +htrogne +htrognes +htrosexuel +htrosexuelle +htrosexuelles +htrosexuels +hva +hvas +hle aspir +hlent aspir +hles aspir +hre aspir +hres aspir +htraie aspir +htraies aspir +htre aspir +htres aspir +hiatus +hiberna +hibernai +hibernaient +hibernais +hibernait +hibernal +hibernale +hibernales +hibernant +hibernas +hibernasse +hibernassent +hibernasses +hibernassiez +hibernassions +hibernation +hibernations +hibernaux +hibernmes +hibernt +hiberntes +hiberne +hibernent +hiberner +hibernera +hibernerai +hiberneraient +hibernerais +hibernerait +hiberneras +hibernerez +hiberneriez +hibernerions +hibernerons +hiberneront +hibernes +hibernez +hibern +hiberne +hibernes +hiberns +hibernrent +hiberniez +hibernions +hibernons +hibiscus +hibou aspir +hiboux aspir +hic aspir +hidalgo +hidalgos +hideuse aspir +hideusement aspir +hideuses aspir +hideux aspir +hie aspir +hier +hies aspir +hirarchie aspir +hirarchies aspir +hirarchique aspir +hirarchiquement aspir +hirarchiques aspir +hirarchisa aspir +hirarchisai aspir +hirarchisaient aspir +hirarchisais aspir +hirarchisait aspir +hirarchisant aspir +hirarchisas aspir +hirarchisasse aspir +hirarchisassent aspir +hirarchisasses aspir +hirarchisassiez aspir +hirarchisassions aspir +hirarchismes aspir +hirarchist aspir +hirarchistes aspir +hirarchise aspir +hirarchisent aspir +hirarchiser aspir +hirarchisera aspir +hirarchiserai aspir +hirarchiseraient aspir +hirarchiserais aspir +hirarchiserait aspir +hirarchiseras aspir +hirarchiserez aspir +hirarchiseriez aspir +hirarchiserions aspir +hirarchiserons aspir +hirarchiseront aspir +hirarchises aspir +hirarchisez aspir +hirarchis aspir +hirarchise aspir +hirarchises aspir +hirarchiss aspir +hirarchisrent aspir +hirarchisiez aspir +hirarchisions aspir +hirarchisons aspir +hiratique +hiratiquement +hiratiques +hiroglyphe +hiroglyphes +hiroglyphique +hiroglyphiques +hilarant +hilarante +hilarantes +hilarants +hilare +hilares +hilarit +hilarits +hile aspir +hiles aspir +hindou +hindoue +hindoues +hindouisme +hindous +hippique +hippiques +hippisme +hippocampe +hippocampes +hippodrome +hippodromes +hippogriffe +hippogriffes +hippomobile +hippomobiles +hippophagique +hippophagiques +hippopotame +hippopotames +hirondelle +hirondelles +hirsute +hirsutes +hispanique +hispaniques +hispanisant +hispanisante +hispanisantes +hispanisants +hispano +hissa aspir +hissai aspir +hissaient aspir +hissais aspir +hissait aspir +hissant aspir +hissas aspir +hissasse aspir +hissassent aspir +hissasses aspir +hissassiez aspir +hissassions aspir +hissmes aspir +hisst aspir +hisstes aspir +hisse aspir +hissent aspir +hisser aspir +hissera aspir +hisserai aspir +hisseraient aspir +hisserais aspir +hisserait aspir +hisseras aspir +hisserez aspir +hisseriez aspir +hisserions aspir +hisserons aspir +hisseront aspir +hisses aspir +hissez aspir +hiss aspir +hisse aspir +hisses aspir +hisss aspir +hissrent aspir +hissiez aspir +hissions aspir +hissons aspir +histamine +histoire +histoires +histologie +historicit +historicits +historien +historienne +historiennes +historiens +historiette +historiettes +histori +historie +histories +historis +historiographe +historiographes +historiographie +historique +historiquement +historiques +histrion +histrions +hit +hitler +hitlrien +hitlrienne +hitlriennes +hitlriens +hiver +hiverna +hivernage +hivernages +hivernai +hivernaient +hivernais +hivernait +hivernal +hivernale +hivernales +hivernant +hivernas +hivernasse +hivernassent +hivernasses +hivernassiez +hivernassions +hivernaux +hivernmes +hivernt +hiverntes +hiverne +hivernent +hiverner +hivernera +hivernerai +hiverneraient +hivernerais +hivernerait +hiverneras +hivernerez +hiverneriez +hivernerions +hivernerons +hiverneront +hivernes +hivernez +hivern +hiverne +hivernes +hiverns +hivernrent +hiverniez +hivernions +hivernons +hivers +hlm +ho aspir +hobby aspir +hobbys aspir +hobereau aspir +hobereaux aspir +hocha aspir +hochai aspir +hochaient aspir +hochais aspir +hochait aspir +hochant aspir +hochas aspir +hochasse aspir +hochassent aspir +hochasses aspir +hochassiez aspir +hochassions aspir +hochmes aspir +hocht aspir +hochtes aspir +hoche aspir +hochement aspir +hochements aspir +hochent aspir +hochequeue aspir +hochequeues aspir +hocher aspir +hochera aspir +hocherai aspir +hocheraient aspir +hocherais aspir +hocherait aspir +hocheras aspir +hocherez aspir +hocheriez aspir +hocherions aspir +hocherons aspir +hocheront aspir +hoches aspir +hochet aspir +hochets aspir +hochez aspir +hoch aspir +hoche aspir +hoches aspir +hochs aspir +hochrent aspir +hochiez aspir +hochions aspir +hochons aspir +hockey aspir +hol aspir +hold aspir +holding aspir +holdings aspir +hollandais aspir +hollandaise aspir +hollandaises aspir +hollande aspir +holocauste +holocaustes +homard aspir +homards aspir +home aspir +homes aspir +homlie +homlies +homopathe +homopathes +homopathie +homopathique +homopathiques +homrique +homriques +homicide +homicides +hominiens +hommage +hommages +hommasse +hommasses +homme +hommes +homognisa +homognisai +homognisaient +homognisais +homognisait +homognisant +homognisas +homognisasse +homognisassent +homognisasses +homognisassiez +homognisassions +homognisation +homognisations +homognismes +homognist +homognistes +homognise +homognisent +homogniser +homognisera +homogniserai +homogniseraient +homogniserais +homogniserait +homogniseras +homogniserez +homogniseriez +homogniserions +homogniserons +homogniseront +homognises +homognisez +homognis +homognise +homognises +homogniss +homognisrent +homognisiez +homognisions +homognisons +homognit +homognits +homogne +homognes +homologation +homologations +homologua +homologuai +homologuaient +homologuais +homologuait +homologuant +homologuas +homologuasse +homologuassent +homologuasses +homologuassiez +homologuassions +homologumes +homologut +homologutes +homologue +homologuent +homologuer +homologuera +homologuerai +homologueraient +homologuerais +homologuerait +homologueras +homologuerez +homologueriez +homologuerions +homologuerons +homologueront +homologues +homologuez +homologu +homologue +homologues +homologus +homologurent +homologuiez +homologuions +homologuons +homoncule +homoncules +homonyme +homonymes +homonymie +homophone +homophones +homosexualit +homosexuel +homosexuelle +homosexuelles +homosexuels +homuncule +homuncules +hongre aspir +hongres aspir +hongrie aspir +hongroise aspir +hongroises aspir +honneur +honneurs +honnte +honntement +honntes +honntet +honni aspir +honnie aspir +honnies aspir +honnir aspir +honnira aspir +honnirai aspir +honniraient aspir +honnirais aspir +honnirait aspir +honniras aspir +honnirent aspir +honnirez aspir +honniriez aspir +honnirions aspir +honnirons aspir +honniront aspir +honnis aspir +honnissaient aspir +honnissais aspir +honnissait aspir +honnissant aspir +honnisse aspir +honnissent aspir +honnisses aspir +honnissez aspir +honnissiez aspir +honnissions aspir +honnissons aspir +honnit aspir +honnmes aspir +honnt aspir +honntes aspir +honora +honorabilit +honorabilits +honorable +honorablement +honorables +honorai +honoraient +honoraire +honoraires +honorais +honorait +honorant +honorariat +honorariats +honoras +honorasse +honorassent +honorasses +honorassiez +honorassions +honormes +honort +honortes +honore +honorent +honorer +honorera +honorerai +honoreraient +honorerais +honorerait +honoreras +honorerez +honoreriez +honorerions +honorerons +honoreront +honores +honorez +honor +honore +honores +honors +honorrent +honoriez +honorifique +honorifiques +honorions +honorons +honte aspir +hontes aspir +honteuse aspir +honteusement aspir +honteuses aspir +honteux aspir +hop aspir +hoquet aspir +hoqueta aspir +hoquetai aspir +hoquetaient aspir +hoquetais aspir +hoquetait aspir +hoquetant aspir +hoquetas aspir +hoquetasse aspir +hoquetassent aspir +hoquetasses aspir +hoquetassiez aspir +hoquetassions aspir +hoquetmes aspir +hoquett aspir +hoquettes aspir +hoquete aspir +hoqueter aspir +hoquetez aspir +hoquet aspir +hoquete aspir +hoquetes aspir +hoquets aspir +hoquetrent aspir +hoquetiez aspir +hoquetions aspir +hoquetons aspir +hoquets aspir +hoqute aspir +hoqutent aspir +hoqutera aspir +hoquterai aspir +hoquteraient aspir +hoquterais aspir +hoquterait aspir +hoquteras aspir +hoquterez aspir +hoquteriez aspir +hoquterions aspir +hoquterons aspir +hoquteront aspir +hoqutes aspir +horaire +horaires +horde aspir +hordes aspir +horion aspir +horions aspir +horizon +horizons +horizontal +horizontale +horizontalement +horizontales +horizontalit +horizontalits +horizontaux +horloge +horloger +horlogerie +horlogers +horloges +horlogre +horlogres +hormis +hormonal +hormonale +hormonales +hormonaux +hormone +hormones +horoscope +horoscopes +horreur +horreurs +horrible +horriblement +horribles +horrifia +horrifiai +horrifiaient +horrifiais +horrifiait +horrifiant +horrifiante +horrifiantes +horrifiants +horrifias +horrifiasse +horrifiassent +horrifiasses +horrifiassiez +horrifiassions +horrifimes +horrifit +horrifites +horrifie +horrifient +horrifier +horrifiera +horrifierai +horrifieraient +horrifierais +horrifierait +horrifieras +horrifierez +horrifieriez +horrifierions +horrifierons +horrifieront +horrifies +horrifiez +horrifi +horrifie +horrifies +horrifis +horrifirent +horrifiiez +horrifiions +horrifions +horrifique +horrifiques +horripila +horripilai +horripilaient +horripilais +horripilait +horripilant +horripilante +horripilantes +horripilants +horripilas +horripilasse +horripilassent +horripilasses +horripilassiez +horripilassions +horripilation +horripilations +horripilmes +horripilt +horripiltes +horripile +horripilent +horripiler +horripilera +horripilerai +horripileraient +horripilerais +horripilerait +horripileras +horripilerez +horripileriez +horripilerions +horripilerons +horripileront +horripiles +horripilez +horripil +horripile +horripiles +horripils +horripilrent +horripiliez +horripilions +horripilons +hors aspir +hortensia +hortensias +horticole +horticoles +horticulteur +horticulteurs +horticulture +hortillonage +hortillonages +hospice +hospices +hospitalier +hospitaliers +hospitalire +hospitalirement +hospitalires +hospitalisa +hospitalisai +hospitalisaient +hospitalisais +hospitalisait +hospitalisant +hospitalisas +hospitalisasse +hospitalisassent +hospitalisasses +hospitalisassiez +hospitalisassions +hospitalisation +hospitalisations +hospitalismes +hospitalist +hospitalistes +hospitalise +hospitalisent +hospitaliser +hospitalisera +hospitaliserai +hospitaliseraient +hospitaliserais +hospitaliserait +hospitaliseras +hospitaliserez +hospitaliseriez +hospitaliserions +hospitaliserons +hospitaliseront +hospitalises +hospitalisez +hospitalis +hospitalise +hospitalises +hospitaliss +hospitalisrent +hospitalisiez +hospitalisions +hospitalisons +hospitalit +hospitalits +hostie +hosties +hostile +hostiles +hostilit +hostilits +hot +hotte aspir +hottes aspir +hotte aspir +hottes aspir +hou aspir +houblon aspir +houblonnire aspir +houblonnires aspir +houblons aspir +houe aspir +houes aspir +houille aspir +houiller aspir +houillers aspir +houillre aspir +houillres aspir +houle aspir +houles aspir +houlette aspir +houlettes aspir +houleuse aspir +houleuses aspir +houleux aspir +houppe aspir +houppelande aspir +houppelandes aspir +houppes aspir +houppette aspir +houppettes aspir +hourdage aspir +hourdages aspir +hourdi aspir +hourdis aspir +hourra aspir +hourras aspir +hourvari aspir +hourvaris aspir +houspilla aspir +houspillai aspir +houspillaient aspir +houspillais aspir +houspillait aspir +houspillant aspir +houspillas aspir +houspillasse aspir +houspillassent aspir +houspillasses aspir +houspillassiez aspir +houspillassions aspir +houspillmes aspir +houspillt aspir +houspilltes aspir +houspille aspir +houspillent aspir +houspiller aspir +houspillera aspir +houspillerai aspir +houspilleraient aspir +houspillerais aspir +houspillerait aspir +houspilleras aspir +houspillerez aspir +houspilleriez aspir +houspillerions +houspillerons aspir +houspilleront aspir +houspilles aspir +houspillez aspir +houspill aspir +houspille aspir +houspilles aspir +houspills aspir +houspillrent aspir +houspilliez aspir +houspillions aspir +houspillons aspir +housse aspir +housses aspir +houx aspir +hovercraft +hovercrafts +hpital +hpitaux +hte +htel +htelier +hteliers +htelire +htelires +htellerie +htelleries +htels +htes +htesse +htesses +hua aspir +huai aspir +huaient aspir +huais aspir +huait aspir +huant aspir +huas aspir +huasse aspir +huassent aspir +huasses aspir +huassiez aspir +huassions aspir +humes aspir +hut aspir +hutes aspir +hublot aspir +hublots aspir +huche aspir +huches aspir +hue aspir +huent aspir +huer aspir +huera aspir +huerai aspir +hueraient aspir +huerais aspir +huerait aspir +hueras aspir +huerez aspir +hueriez aspir +huerions aspir +huerons aspir +hueront aspir +hues aspir +huez aspir +hu aspir +hue aspir +hues aspir +hus aspir +hurent aspir +huguenot aspir +huguenote aspir +huguenotes aspir +huguenots aspir +hui +huiez aspir +huila +huilage +huilages +huilai +huilaient +huilais +huilait +huilant +huilas +huilasse +huilassent +huilasses +huilassiez +huilassions +huilmes +huilt +huiltes +huile +huilent +huiler +huilera +huilerai +huileraient +huilerais +huilerait +huileras +huilerez +huilerie +huileries +huileriez +huilerions +huilerons +huileront +huiles +huileuse +huileuses +huileux +huilez +huil +huile +huiles +huils +huilrent +huilier +huiliers +huiliez +huilions +huilons +huions aspir +huis +huisserie +huisseries +huissier +huissiers +huit aspir +huitaine aspir +huitaines aspir +huitime aspir +huitimement aspir +huitimes aspir +hutre +hutres +hulotte aspir +hulottes aspir +hum aspir +huma aspir +humai aspir +humaient aspir +humain +humaine +humainement +humaines +humains +humais aspir +humait aspir +humanisa +humanisai +humanisaient +humanisais +humanisait +humanisant +humanisas +humanisasse +humanisassent +humanisasses +humanisassiez +humanisassions +humanismes +humanist +humanistes +humanise +humanisent +humaniser +humanisera +humaniserai +humaniseraient +humaniserais +humaniserait +humaniseras +humaniserez +humaniseriez +humaniserions +humaniserons +humaniseront +humanises +humanisez +humanis +humanise +humanises +humaniss +humanisrent +humanisiez +humanisions +humanisme +humanisons +humaniste +humanistes +humanitaire +humanitaires +humanitarisme +humanit +humanode +humanodes +humant aspir +humas aspir +humasse aspir +humassent aspir +humasses aspir +humassiez aspir +humassions aspir +hummes aspir +humt aspir +humtes aspir +humble +humblement +humbles +hume aspir +humecta +humectage +humectages +humectai +humectaient +humectais +humectait +humectant +humectas +humectasse +humectassent +humectasses +humectassiez +humectassions +humectmes +humectt +humecttes +humecte +humectent +humecter +humectera +humecterai +humecteraient +humecterais +humecterait +humecteras +humecterez +humecteriez +humecterions +humecterons +humecteront +humectes +humectez +humect +humecte +humectes +humects +humectrent +humectiez +humections +humectons +hument aspir +humer aspir +humera aspir +humerai aspir +humeraient aspir +humerais aspir +humerait aspir +humeras aspir +humerez aspir +humeriez aspir +humerions aspir +humerons aspir +humeront aspir +humes aspir +humeur +humeurs +humez aspir +hum aspir +hume aspir +humes aspir +humral +humrale +humrales +humraux +humrus +hums aspir +humrent aspir +humide +humides +humidifia +humidifiai +humidifiaient +humidifiais +humidifiait +humidifiant +humidifias +humidifiasse +humidifiassent +humidifiasses +humidifiassiez +humidifiassions +humidifimes +humidifit +humidifites +humidification +humidifications +humidifie +humidifient +humidifier +humidifiera +humidifierai +humidifieraient +humidifierais +humidifierait +humidifieras +humidifierez +humidifieriez +humidifierions +humidifierons +humidifieront +humidifies +humidifiez +humidifi +humidifie +humidifies +humidifis +humidifirent +humidifiiez +humidifiions +humidifions +humidit +humidits +humiez aspir +humilia +humiliai +humiliaient +humiliais +humiliait +humiliant +humilias +humiliasse +humiliassent +humiliasses +humiliassiez +humiliassions +humiliation +humiliations +humilimes +humilites +humilie +humilient +humilier +humiliera +humilierai +humilieraient +humilierais +humilierait +humilieras +humilierez +humilieriez +humilierions +humilierons +humilieront +humilies +humiliez +humili +humilie +humilies +humilis +humilirent +humiliiez +humiliions +humilions +humilit +humilits +humions aspir +humons aspir +humoriste +humoristes +humoristique +humoristiquement +humoristiques +humour +humours +humus +hune aspir +hunes aspir +hunier aspir +huniers aspir +huons aspir +huppe aspir +huppes aspir +hupp aspir +huppe aspir +huppes aspir +hupps aspir +hure aspir +hures aspir +hurla aspir +hurlai aspir +hurlaient aspir +hurlais aspir +hurlait aspir +hurlant aspir +hurlas aspir +hurlasse aspir +hurlassent aspir +hurlasses aspir +hurlassiez aspir +hurlassions aspir +hurlmes aspir +hurlt aspir +hurltes aspir +hurle aspir +hurlement aspir +hurlements aspir +hurlent aspir +hurler aspir +hurlera aspir +hurlerai aspir +hurleraient aspir +hurlerais aspir +hurlerait aspir +hurleras aspir +hurlerez aspir +hurleriez aspir +hurlerions aspir +hurlerons aspir +hurleront aspir +hurles aspir +hurlez aspir +hurl aspir +hurle aspir +hurles aspir +hurls aspir +hurlrent aspir +hurliez aspir +hurlions aspir +hurlons aspir +hurluberlu +hussard aspir +hussarde aspir +hussardes aspir +hussards aspir +hutte aspir +huttes aspir +hyacinthe +hyacinthes +hybridation +hybridations +hybride +hybrides +hydratation +hydratations +hydrate +hydrates +hydrat +hydrate +hydrates +hydrats +hydraulicien +hydrauliciens +hydraulique +hydrauliques +hydravion +hydravions +hydre +hydres +hydrique +hydriques +hydro +hydrocarbure +hydrocarbures +hydrocphale +hydrocphales +hydrocution +hydrocutions +hydrodynamique +hydrodynamiques +hydrogna +hydrognai +hydrognaient +hydrognais +hydrognait +hydrognant +hydrognas +hydrognasse +hydrognassent +hydrognasses +hydrognassiez +hydrognassions +hydrognmes +hydrognt +hydrogntes +hydrogner +hydrognera +hydrognerai +hydrogneraient +hydrognerais +hydrognerait +hydrogneras +hydrognerez +hydrogneriez +hydrognerions +hydrognerons +hydrogneront +hydrognez +hydrogn +hydrogne +hydrognes +hydrogns +hydrognrent +hydrogniez +hydrognions +hydrognons +hydrogne +hydrognent +hydrognes +hydroglisseur +hydroglisseurs +hydrographie +hydrolyse +hydrolyses +hydrolys +hydrolyse +hydrolyses +hydrolyss +hydromel +hydromtrie +hydrominral +hydrominrale +hydrominraux +hydrophile +hydrophiles +hydrophobe +hydrophobes +hydrophobie +hydrophobies +hydropique +hydropiques +hydropisie +hydrosphre +hydrosphres +hydrostatique +hydrostatiques +hydrothrapie +hydrothrapique +hydrothrapiques +hyne +hynes +hyginique +hyginiques +hyginiste +hyginistes +hygine +hygines +hygromtrie +hygromtre +hygromtres +hygroscope +hygroscopes +hymen +hymens +hymnoptres +hymne +hymnes +hyper +hyperactif +hyperactifs +hyperactive +hyperactives +hyperbole +hyperboles +hyperbolique +hyperboliquement +hyperboliques +hypermtrope +hypermtropes +hypermtropie +hypersensible +hypersensibles +hypertension +hypertensions +hypertrophia +hypertrophiai +hypertrophiaient +hypertrophiais +hypertrophiait +hypertrophiant +hypertrophias +hypertrophiasse +hypertrophiassent +hypertrophiasses +hypertrophiassiez +hypertrophiassions +hypertrophimes +hypertrophit +hypertrophites +hypertrophie +hypertrophient +hypertrophier +hypertrophierai +hypertrophieraient +hypertrophierais +hypertrophierait +hypertrophieras +hypertrophierez +hypertrophieriez +hypertrophierions +hypertrophierons +hypertrophieront +hypertrophies +hypertrophiez +hypertrophi +hypertrophie +hypertrophies +hypertrophis +hypertrophirent +hypertrophiiez +hypertrophiions +hypertrophions +hypnose +hypnoses +hypnotique +hypnotiques +hypnotisa +hypnotisai +hypnotisaient +hypnotisais +hypnotisait +hypnotisant +hypnotisas +hypnotisasse +hypnotisassent +hypnotisasses +hypnotisassiez +hypnotisassions +hypnotismes +hypnotist +hypnotistes +hypnotise +hypnotisent +hypnotiser +hypnotisera +hypnotiserai +hypnotiseraient +hypnotiserais +hypnotiserait +hypnotiseras +hypnotiserez +hypnotiseriez +hypnotiserions +hypnotiserons +hypnotiseront +hypnotises +hypnotiseur +hypnotiseurs +hypnotisez +hypnotis +hypnotise +hypnotises +hypnotiss +hypnotisrent +hypnotisiez +hypnotisions +hypnotisme +hypnotisons +hypocondriaque +hypocondriaques +hypocondrie +hypocrisie +hypocrisies +hypocrite +hypocritement +hypocrites +hypoderme +hypodermes +hypogastre +hypogastres +hypoge +hypoges +hypophyse +hypophyses +hypostyle +hypostyles +hypotension +hypotensions +hypotnuse +hypotnuses +hypothalamus +hypothcaire +hypothcairement +hypothcaires +hypothqua +hypothquai +hypothquaient +hypothquais +hypothquait +hypothquant +hypothquas +hypothquasse +hypothquassent +hypothquasses +hypothquassiez +hypothquassions +hypothqumes +hypothqut +hypothqutes +hypothque +hypothquent +hypothquer +hypothquera +hypothquerai +hypothqueraient +hypothquerais +hypothquerait +hypothqueras +hypothquerez +hypothqueriez +hypothquerions +hypothquerons +hypothqueront +hypothques +hypothqu +hypothque +hypothques +hypothqus +hypothqurent +hypothquiez +hypothquions +hypothquons +hypothtique +hypothtiquement +hypothtiques +hypothque +hypothques +hypothse +hypothses +hypsomtrie +hystrie +hystries +hystrique +hystriquement +hystriques +i +ibrique +ibriques +ibid +ibidem +ibis +iceberg +icebergs +ichytologie +ici +iconoclaste +iconoclastes +iconographie +icne +icnes +ictre +ictus +id +idem +identifia +identifiai +identifiaient +identifiais +identifiait +identifiant +identifiante +identifiantes +identifiants +identifias +identifiasse +identifiassent +identifiasses +identifiassiez +identifiassions +identifimes +identifit +identifites +identificateur +identificateurs +identification +identifications +identifie +identifient +identifier +identifiera +identifierai +identifieraient +identifierais +identifierait +identifieras +identifierez +identifieriez +identifierions +identifierons +identifieront +identifies +identifiez +identifi +identifie +identifies +identifis +identifirent +identifiiez +identifiions +identifions +identique +identiquement +identiques +identit +identits +ides +idal +idale +idalement +idales +idalisa +idalisai +idalisaient +idalisais +idalisait +idalisant +idalisas +idalisasse +idalisassent +idalisasses +idalisassiez +idalisassions +idalisation +idalisations +idalismes +idalist +idalistes +idalise +idalisent +idaliser +idalisera +idaliserai +idaliseraient +idaliserais +idaliserait +idaliseras +idaliserez +idaliseriez +idaliserions +idaliserons +idaliseront +idalises +idalisez +idalis +idalise +idalises +idaliss +idalisrent +idalisiez +idalisions +idalisme +idalisons +idaliste +idalistes +idaux +ide +ides +idogramme +idogrammes +idographie +idographique +idographiques +idologie +idologies +idologique +idologiquement +idologiques +idologue +idologues +idiomatique +idiomatiques +idiome +idiomes +idiosyncrasie +idiosyncrasies +idiot +idiote +idiotes +idiotie +idiotisme +idiots +idoine +idoines +idoltra +idoltrai +idoltraient +idoltrais +idoltrait +idoltrant +idoltras +idoltrasse +idoltrassent +idoltrasses +idoltrassiez +idoltrassions +idoltrmes +idoltrt +idoltrtes +idoltre +idoltrent +idoltrer +idoltreraa +idoltreraai +idoltreraient +idoltrerais +idoltrerait +idoltreras +idoltrerez +idoltreriez +idoltrerions +idoltrerons +idoltreront +idoltres +idoltrez +idoltr +idoltre +idoltres +idoltrs +idoltrrent +idoltrie +idoltries +idoltriez +idoltrions +idoltrique +idoltriques +idoltrons +idole +idoles +idylle +idylles +idyllique +idylliques +if +ifs +igloo +igloos +igname +ignames +ignare +ignares +ign +igne +ignes +igns +ignifuge +ignifugea +ignifugeai +ignifugeaient +ignifugeais +ignifugeait +ignifugeant +ignifugeas +ignifugeasse +ignifugeassent +ignifugeasses +ignifugeassiez +ignifugeassions +ignifugemes +ignifuget +ignifugetes +ignifugent +ignifugeons +ignifuger +ignifugera +ignifugerai +ignifugeraient +ignifugerais +ignifugerait +ignifugeras +ignifugerez +ignifugeriez +ignifugerions +ignifugerons +ignifugeront +ignifuges +ignifugez +ignifug +ignifuge +ignifuges +ignifugs +ignifugrent +ignifugiez +ignifugions +ignition +ignitions +ignoble +ignoblement +ignobles +ignominie +ignominies +ignominieuse +ignominieusement +ignominieuses +ignominieux +ignora +ignorai +ignoraient +ignorais +ignorait +ignorance +ignorances +ignorant +ignorante +ignorantes +ignorants +ignoras +ignorasse +ignorassent +ignorasses +ignorassiez +ignorassions +ignormes +ignort +ignortes +ignore +ignorent +ignorer +ignorera +ignorerai +ignoreraient +ignorerais +ignorerait +ignoreras +ignorerez +ignoreriez +ignorerions +ignorerons +ignoreront +ignores +ignorez +ignor +ignore +ignores +ignors +ignorrent +ignoriez +ignorions +ignorons +iguane +iguanes +il +iliaque +iliaques +illettr +illettre +illettres +illettrs +illgal +illgale +illgales +illgalit +illgalits +illgaux +illgitime +illgitimes +illgitimit +illgitimits +illicite +illicitement +illicites +illico +illimit +illimite +illimites +illimits +illisible +illisiblement +illisibles +illogique +illogiquement +illogiques +illogisme +illogismes +illumina +illuminai +illuminaient +illuminais +illuminait +illuminant +illuminas +illuminasse +illuminassent +illuminasses +illuminassiez +illuminassions +illumination +illuminations +illuminmes +illumint +illumintes +illumine +illuminent +illuminer +illuminera +illuminerai +illumineraient +illuminerais +illuminerait +illumineras +illuminerez +illumineriez +illuminerions +illuminerons +illumineront +illumines +illuminez +illumin +illumine +illumines +illumins +illuminrent +illuminiez +illuminions +illuminons +illusion +illusionna +illusionnai +illusionnaient +illusionnais +illusionnait +illusionnant +illusionnas +illusionnasse +illusionnassent +illusionnasses +illusionnassiez +illusionnassions +illusionnmes +illusionnt +illusionntes +illusionne +illusionnent +illusionner +illusionnera +illusionnerai +illusionneraient +illusionnerais +illusionnerait +illusionneras +illusionnerez +illusionneriez +illusionnerions +illusionnerons +illusionneront +illusionnes +illusionnez +illusionn +illusionne +illusionnes +illusionns +illusionnrent +illusionniez +illusionnions +illusionniste +illusionnistes +illusionnons +illusions +illusoire +illusoirement +illusoires +illustra +illustrai +illustraient +illustrais +illustrait +illustrant +illustras +illustrasse +illustrassent +illustrasses +illustrassiez +illustrassions +illustrateur +illustrateurs +illustration +illustrations +illustrmes +illustrt +illustrtes +illustre +illustrement +illustrent +illustrer +illustrera +illustrerai +illustreraient +illustrerais +illustrerait +illustreras +illustrerez +illustreriez +illustrerions +illustrerons +illustreront +illustres +illustrez +illustr +illustre +illustres +illustrs +illustrrent +illustriez +illustrions +illustrons +ilote +ilotes +ils +image +imagea +imageames +imageai +imageaient +imageais +imageait +imageant +imageas +imageasse +imageassent +imageasses +imageassiez +imageassions +imagemes +imaget +imagetes +imagent +imager +imagera +imagerai +imageraient +imagerais +imagerait +imageras +imagerez +imagerie +imageries +imageriez +imagerions +imagerons +imageront +images +imagez +imag +image +images +imags +imagrent +imagier +imagiers +imagiez +imagina +imaginai +imaginaient +imaginaire +imaginaires +imaginais +imaginait +imaginant +imaginas +imaginasse +imaginassent +imaginasses +imaginassiez +imaginassions +imaginatif +imaginatifs +imagination +imaginations +imaginative +imaginatives +imaginmes +imagint +imagintes +imagine +imaginent +imaginer +imaginera +imaginerai +imagineraient +imaginerais +imaginerait +imagineras +imaginerez +imagineriez +imaginerions +imaginerons +imagineront +imagines +imaginez +imagin +imagine +imagines +imagins +imaginrent +imaginiez +imaginions +imaginons +imagions +imagons +iman +imans +imbattable +imbattables +imberbe +imberbes +imbcile +imbcilement +imbciles +imbcillit +imbcillits +imbiba +imbibai +imbibaient +imbibais +imbibait +imbibant +imbibas +imbibasse +imbibassent +imbibasses +imbibassiez +imbibassions +imbibmes +imbibt +imbibtes +imbibe +imbibent +imbiber +imbibera +imbiberai +imbiberaient +imbiberais +imbiberait +imbiberas +imbiberez +imbiberiez +imbiberions +imbiberons +imbiberont +imbibes +imbibez +imbib +imbibe +imbibes +imbibs +imbibrent +imbibiez +imbibions +imbibons +imbrication +imbrications +imbriqua +imbriquai +imbriquaient +imbriquais +imbriquait +imbriquant +imbriquas +imbriquasse +imbriquassent +imbriquasses +imbriquassiez +imbriquassions +imbriqumes +imbriqut +imbriqutes +imbrique +imbriquent +imbriquer +imbriquera +imbriquerai +imbriqueraient +imbriquerais +imbriquerait +imbriqueras +imbriquerez +imbriqueriez +imbriquerions +imbriquerons +imbriqueront +imbriques +imbriquez +imbriqu +imbrique +imbriques +imbriqus +imbriqurent +imbriquiez +imbriquions +imbriquons +imbroglio +imbroglios +imbu +imbue +imbues +imbus +imbuvable +imbuvables +imita +imitai +imitaient +imitais +imitait +imitant +imitas +imitasse +imitassent +imitasses +imitassiez +imitassions +imitateur +imitateurs +imitatif +imitatifs +imitation +imitations +imitative +imitatives +imitatrice +imitatrices +imitmes +imitt +imittes +imite +imitent +imiter +imitera +imiterai +imiteraient +imiterais +imiterait +imiteras +imiterez +imiteriez +imiterions +imiterons +imiteront +imites +imitez +imit +imite +imites +imits +imitrent +imitiez +imitions +imitons +immacul +immacule +immacules +immaculs +immanent +immanente +immanentes +immanents +immangeable +immangeables +immanquable +immanquablement +immanquables +immatriel +immatrielle +immatrielles +immatriels +immatricula +immatriculai +immatriculaient +immatriculais +immatriculait +immatriculant +immatriculas +immatriculasse +immatriculassent +immatriculasses +immatriculassiez +immatriculassions +immatriculation +immatriculations +immatriculmes +immatricult +immatricultes +immatricule +immatriculent +immatriculer +immatriculera +immatriculerai +immatriculeraient +immatriculerais +immatriculerait +immatriculeras +immatriculerez +immatriculeriez +immatriculerions +immatriculerons +immatriculeront +immatricules +immatriculez +immatricul +immatricule +immatricules +immatriculs +immatriculrent +immatriculiez +immatriculions +immatriculons +immaturit +immaturits +immense +immenses +immensment +immensit +immensits +immerge +immergea +immergeai +immergeaient +immergeais +immergeait +immergeant +immergeas +immergeasse +immergeassent +immergeasses +immergeassiez +immergeassions +immergemes +immerget +immergetes +immergent +immergeons +immerger +immergera +immergerai +immergeraient +immergerais +immergerait +immergeras +immergerez +immergeriez +immergerions +immergerons +immergeront +immerges +immergez +immerg +immerge +immerges +immergs +immergrent +immergiez +immergions +immersion +immersions +immeuble +immeubles +immdiat +immdiate +immdiatement +immdiates +immdiats +immmorial +immmoriale +immmoriales +immmoriaux +immrit +immrite +immrites +immrits +immigra +immigrai +immigraient +immigrais +immigrait +immigrant +immigrante +immigrantes +immigrants +immigras +immigrasse +immigrassent +immigrasses +immigrassiez +immigrassions +immigration +immigrations +immigrmes +immigrt +immigrtes +immigre +immigrent +immigrer +immigrera +immigrerai +immigreraient +immigrerais +immigrerait +immigreras +immigrerez +immigreriez +immigrerions +immigrerons +immigreront +immigres +immigrez +immigr +immigre +immigres +immigrs +immigrrent +immigriez +immigrions +immigrons +imminence +imminences +imminent +imminente +imminentes +imminents +immisce +immiscent +immiscer +immiscera +immiscerai +immisceraient +immiscerais +immiscerait +immisceras +immiscerez +immisceriez +immiscerions +immiscerons +immisceront +immisces +immiscez +immisc +immisce +immisces +immiscs +immiscrent +immisciez +immiscions +immisa +immisai +immisaient +immisais +immisait +immisant +immisas +immisasse +immisassent +immisasses +immisassiez +immisassions +immismes +immist +immistes +immisons +immixtion +immixtions +immobile +immobiles +immobilier +immobiliers +immobilire +immobilires +immobilisa +immobilisai +immobilisaient +immobilisais +immobilisait +immobilisant +immobilisas +immobilisasse +immobilisassent +immobilisasses +immobilisassiez +immobilisassions +immobilisation +immobilisations +immobilismes +immobilist +immobilistes +immobilise +immobilisent +immobiliser +immobilisera +immobiliserai +immobiliseraient +immobiliserais +immobiliserait +immobiliseras +immobiliserez +immobiliseriez +immobiliserions +immobiliserons +immobiliseront +immobilises +immobilisez +immobilis +immobilise +immobilises +immobiliss +immobilisrent +immobilisiez +immobilisions +immobilisme +immobilisons +immobilit +immobilits +immodeste +immodestement +immodestes +immodestie +immodesties +immodr +immodrment +immodrs +immola +immolai +immolaient +immolais +immolait +immolant +immolas +immolasse +immolassent +immolasses +immolassiez +immolassions +immolation +immolations +immolmes +immolt +immoltes +immole +immolent +immoler +immolera +immolerai +immoleraient +immolerais +immolerait +immoleras +immolerez +immoleriez +immolerions +immolerons +immoleront +immoles +immolez +immol +immole +immoles +immols +immolrent +immoliez +immolions +immolons +immonde +immondes +immondice +immondices +immoral +immorale +immorales +immoralit +immoralits +immoraux +immortalisa +immortalisai +immortalisaient +immortalisais +immortalisait +immortalisant +immortalisas +immortalisasse +immortalisassent +immortalisasses +immortalisassiez +immortalisassions +immortalismes +immortalist +immortalistes +immortalise +immortalisent +immortaliser +immortalisera +immortaliserai +immortaliseraient +immortaliserais +immortaliserait +immortaliseras +immortaliserez +immortaliseriez +immortaliserions +immortaliserons +immortaliseront +immortalises +immortalisez +immortalis +immortalise +immortalises +immortaliss +immortalisrent +immortalisiez +immortalisions +immortalisons +immortalit +immortalits +immortel +immortelle +immortellement +immortelles +immortels +immotiv +immotive +immotives +immotivs +immuabilit +immuabilits +immuable +immuablement +immuables +immunisa +immunisai +immunisais +immunisait +immunisant +immunisas +immunisasse +immunisassent +immunisassiez +immunisassions +immunisation +immunisations +immunismes +immunist +immunistes +immunise +immunisent +immuniser +immunisera +immuniserai +immuniseraient +immuniserais +immuniserait +immuniseras +immuniserez +immuniseriez +immuniserions +immuniserons +immuniseront +immunises +immunisez +immunis +immunise +immunises +immuniss +immunisrent +immunisiez +immunisions +immunisons +immunitaire +immunitaires +immunit +immunits +immunologie +immunologies +immutabilit +immutabilits +impact +impacts +impair +impaire +impaires +impairs +impalpable +impalpables +impardonnable +impardonnables +imparfait +imparfaite +imparfaitement +imparfaites +imparfaits +impars +impart +impartaient +impartais +impartait +impartant +imparte +impartent +impartes +impartez +imparti +impartial +impartiale +impartialement +impartiales +impartialit +impartialits +impartiaux +impartie +imparties +impartiez +impartions +impartir +impartira +impartirai +impartiraient +impartirais +impartirait +impartiras +impartirent +impartirez +impartiriez +impartirions +impartirons +impartiront +impartis +impartisse +impartissent +impartisses +impartissiez +impartit +impartmes +impartt +imparttes +impartons +impasse +impasses +impassibilit +impassibilits +impassible +impassiblement +impassibles +impatiemment +impatience +impatiences +impatient +impatienta +impatientai +impatientaient +impatientais +impatientait +impatientant +impatientas +impatientasse +impatientassent +impatientasses +impatientassiez +impatientassions +impatientmes +impatientt +impatienttes +impatiente +impatientent +impatienter +impatientera +impatienterai +impatienteraient +impatienterais +impatienterait +impatienteras +impatienterez +impatienteriez +impatienterions +impatienterons +impatienteront +impatientes +impatientez +impatient +impatiente +impatientes +impatients +impatientrent +impatientiez +impatientions +impatientons +impatients +impavide +impavides +impayable +impayables +impay +impaye +impayes +impays +impeccable +impeccables +impedimenta +impensable +imperceptible +imperceptiblement +imperceptibles +imperfectible +imperfectiblement +imperfectibles +imperfection +imperfections +impermabilisa +impermabilisai +impermabilisaient +impermabilisais +impermabilisait +impermabilisant +impermabilisas +impermabilisasse +impermabilisassent +impermabilisasses +impermabilisassiez +impermabilisassions +impermabilismes +impermabilist +impermabilistes +impermabilise +impermabilisent +impermabiliser +impermabilisera +impermabiliserai +impermabiliseraient +impermabiliserais +impermabiliserait +impermabiliseras +impermabiliserez +impermabiliseriez +impermabiliserions +impermabiliserons +impermabiliseront +impermabilises +impermabilisez +impermabilis +impermabilise +impermabiliss +impermabilisrent +impermabilisiez +impermabilisions +impermabilisons +impermabilit +impermabilits +impermable +impermables +impersonel +impersonelle +impersonellement +impersonelles +impersonels +impertinemment +impertinence +impertinences +impertinent +impertinente +impertinentes +impertinents +imperturbabilit +imperturbabilits +imperturbable +imperturbablement +imperturbables +impdance +impdances +impntrable +impntrables +impnitent +impnitente +impnitentes +impnitents +impratif +impratifs +imprative +imprativement +impratives +impratrice +impratrices +imprial +impriale +impriales +imprialisme +imprialismes +imprialiste +imprialistes +impriaux +imprieuse +imprieusement +imprieuses +imprieux +imprissable +imprissablement +imprissables +impritie +imprities +imptigo +imptigos +imptrant +imptrante +imptrantes +imptrants +imptueuse +imptueusement +imptueuses +imptueux +imptuosit +imptuosits +impie +impies +impit +impits +impis +impitoyable +impitoyablement +impitoyables +implacable +implacablement +implacables +implanta +implantai +implantaient +implantais +implantait +implantant +implantas +implantasse +implantassent +implantasses +implantassiez +implantassions +implantation +implantations +implantmes +implantt +implanttes +implante +implantent +implanter +implantera +implanterai +implanteraient +implanterais +implanterait +implanteras +implanterez +implanteriez +implanterions +implanterons +implanteront +implantes +implantez +implant +implante +implantes +implants +implantrent +implantiez +implantions +implantons +implmentent +implmenter +implment +implmente +implmentes +implments +implication +implications +implicite +implicitement +implicites +impliqua +impliquai +impliquaient +impliquais +impliquait +impliquant +impliquas +impliquasse +impliquassent +impliquasses +impliquassiez +impliquassions +impliqumes +impliqut +impliqutes +implique +impliquent +impliquer +impliquera +impliquerai +impliqueraient +impliquerais +impliquerait +impliqueras +impliquerez +impliqueriez +impliquerions +impliquerons +impliqueront +impliques +impliquez +impliqu +implique +impliques +impliqus +impliqurent +impliquiez +impliquions +impliquons +implora +implorai +imploraient +implorais +implorait +implorant +imploras +implorasse +implorassent +implorasses +implorassiez +implorassions +implormes +implort +implortes +implore +implorent +implorer +implorera +implorerai +imploreraient +implorerais +implorerait +imploreras +implorerez +imploreriez +implorerions +implorerons +imploreront +implores +implorez +implor +implore +implores +implors +implorrent +imploriez +implorions +implorons +implosion +implosions +impluvium +impoli +impolie +impoliement +impolies +impolis +impolitesse +impolitesses +impondrable +impondrables +impopulaire +impopulaires +impopularit +impopularits +importa +importable +importables +importai +importaient +importais +importait +importance +importances +important +importante +importantes +importants +importas +importasse +importassent +importasses +importassiez +importassions +importateur +importateurs +importation +importations +importatrice +importatrices +importmes +importt +importtes +importe +importent +importer +importera +importerai +importeraient +importerais +importerait +importeras +importerez +importeriez +importerions +importerons +importeront +importes +importez +import +importe +importes +imports +importrent +importiez +importions +importons +importun +importuna +importunai +importunaient +importunais +importunait +importunant +importunas +importunasse +importunassent +importunasses +importunassiez +importunassions +importunmes +importunt +importuntes +importune +importunent +importuner +importunera +importunerai +importuneraient +importunerais +importunerait +importuneras +importunerez +importuneriez +importunerions +importunerons +importuneront +importunes +importunez +importun +importune +importunes +importuns +importunrent +importuniez +importunions +importunit +importunits +importunons +importuns +imposa +imposable +imposables +imposai +imposaient +imposais +imposait +imposant +imposante +imposantes +imposants +imposas +imposasse +imposassent +imposasses +imposassiez +imposassions +imposmes +impost +impostes +impose +imposent +imposer +imposera +imposerai +imposeraient +imposerais +imposerait +imposeras +imposerez +imposeriez +imposerions +imposerons +imposeront +imposes +imposez +impos +impose +imposes +imposs +imposrent +imposiez +imposions +imposition +impositions +imposons +impossibilit +impossibilits +impossible +impossibles +imposte +impostes +imposteur +imposteurs +imposture +impostures +impotent +impotente +impotentes +impotents +impt +impts +impracticable +impracticables +imprenable +imprenables +imprescriptible +imprescriptibles +impression +impressionna +impressionnabilit +impressionnabilits +impressionnable +impressionnables +impressionnai +impressionnaient +impressionnais +impressionnait +impressionnant +impressionnante +impressionnantes +impressionnants +impressionnas +impressionnasse +impressionnassent +impressionnasses +impressionnassiez +impressionnassions +impressionnmes +impressionnt +impressionntes +impressionne +impressionnent +impressionner +impressionnera +impressionnerai +impressionneraient +impressionnerais +impressionnerait +impressionneras +impressionnerez +impressionneriez +impressionnerions +impressionnerons +impressionneront +impressionnes +impressionnez +impressionn +impressionne +impressionnes +impressionns +impressionnrent +impressionniez +impressionnions +impressionnisme +impressionniste +impressionnistes +impressionnons +impressions +imprcation +imprcations +imprcatoire +imprcatoires +imprcis +imprcise +imprcises +imprcision +imprcisions +imprgna +imprgnai +imprgnaient +imprgnais +imprgnait +imprgnant +imprgnas +imprgnasse +imprgnassent +imprgnasses +imprgnassiez +imprgnassions +imprgnation +imprgnations +imprgnmes +imprgnt +imprgntes +imprgner +imprgnera +imprgnerai +imprgneraient +imprgnerais +imprgnerait +imprgneras +imprgnerez +imprgneriez +imprgnerions +imprgnerons +imprgneront +imprgnes +imprgnez +imprgn +imprgne +imprgnes +imprgns +imprgnrent +imprgniez +imprgnions +imprgnons +imprsario +imprsarios +imprvisible +imprvisibles +imprvoyance +imprvoyances +imprvoyant +imprvoyante +imprvoyantes +imprvoyants +imprvu +imprvue +imprvues +imprvus +imprgne +imprgnent +imprgnes +imprima +imprimai +imprimaient +imprimais +imprimait +imprimant +imprimante +imprimantes +imprimants +imprimas +imprimasse +imprimassent +imprimasses +imprimassiez +imprimassions +imprimatur +imprimmes +imprimt +imprimtes +imprime +impriment +imprimer +imprimera +imprimerai +imprimeraient +imprimerais +imprimerait +imprimeras +imprimerez +imprimerie +imprimeries +imprimeriez +imprimerions +imprimerons +imprimeront +imprimes +imprimeur +imprimeurs +imprimez +imprim +imprime +imprimes +imprims +imprimrent +imprimiez +imprimions +imprimons +improbabilit +improbabilits +improbable +improbables +improductif +improductifs +improductive +improductivement +improductives +impromptu +imprononable +imprononables +impropre +improprement +impropres +improprit +improprits +improuvable +improvisa +improvisai +improvisaient +improvisais +improvisait +improvisant +improvisas +improvisasse +improvisassent +improvisasses +improvisassiez +improvisassions +improvisateur +improvisateurs +improvisation +improvisations +improvisatrice +improvisatrices +improvismes +improvist +improvistes +improvise +improvisent +improviser +improvisera +improviserai +improviseraient +improviserais +improviserait +improviseras +improviserez +improviseriez +improviserions +improviserons +improviseront +improvises +improvisez +improvis +improvise +improvises +improviss +improvisrent +improvisiez +improvisions +improvisons +improviste +imprudemment +imprudence +imprudences +imprudent +imprudente +imprudentes +imprudents +impubre +impubres +impudemment +impudence +impudences +impudent +impudente +impudentes +impudents +impudeur +impudeurs +impudicit +impudicits +impudique +impudiquement +impudiques +impuissance +impuissances +impuissant +impuissante +impuissantes +impuissants +impulsa +impulsai +impulsaient +impulsais +impulsait +impulsant +impulsas +impulsasse +impulsassent +impulsasses +impulsassiez +impulsassions +impulsmes +impulst +impulstes +impulse +impulsent +impulser +impulsera +impulserai +impulseraient +impulserais +impulserait +impulseras +impulserez +impulseriez +impulserions +impulserons +impulseront +impulses +impulsez +impuls +impulse +impulses +impulss +impulsrent +impulsiez +impulsif +impulsifs +impulsion +impulsions +impulsive +impulsivement +impulsives +impulsons +impunment +impuni +impunie +impunies +impunis +impur +impure +impurement +impures +impuret +impurets +impurs +imputa +imputable +imputablent +imputables +imputai +imputaient +imputais +imputait +imputant +imputas +imputasse +imputassent +imputasses +imputassiez +imputassions +imputation +imputations +imputmes +imputt +imputtes +impute +imputent +imputer +imputera +imputerai +imputeraient +imputerais +imputerait +imputeras +imputerez +imputeriez +imputerions +imputerons +imputeront +imputes +imputez +imput +impute +imputes +imputs +imputrent +imputiez +imputions +imputons +imputrescibilit +imputrescibilits +imputrescible +imputrescibles +in +inabordable +inabordables +inacceptable +inacceptables +inaccessible +inaccessibles +inaccomplissement +inaccomplissements +inaccoutum +inaccoutume +inaccoutumes +inaccoutums +inachev +inacheve +inacheves +inachevs +inachvement +inachvements +inactif +inactifs +inaction +inactions +inactive +inactives +inactiv +inactive +inactives +inactivs +inactivit +inactivits +inadapt +inadapte +inadaptes +inadapts +inadmissible +inadmissibles +inadvertance +inadvertances +inalinable +inalinables +inaltrabilit +inaltrabilits +inaltrable +inaltrables +inaltr +inaltre +inaltres +inaltrs +inamical +inamicale +inamicales +inamicaux +inamovibilit +inamovibilits +inamovible +inamovibles +inanim +inanime +inanimes +inanims +inanit +inanits +inanition +inanitions +inapaisable +inapaisables +inapais +inapaise +inapaises +inapaiss +inaperu +inaperue +inaperues +inaperus +inapparent +inapparente +inapparentes +inapparents +inapplicable +inapplicables +inapplication +inapplications +inappliqu +inapplique +inappliques +inappliqus +inapprciable +inapprciables +inapte +inaptes +inaptitude +inaptitudes +inarticul +inarticule +inarticules +inarticuls +inassouvi +inassouvie +inassouvies +inassouvis +inattaquable +inattaquables +inattendu +inattendue +inattendues +inattendus +inattentif +inattentifs +inattention +inattentions +inattentive +inattentives +inaudible +inaudibles +inaugura +inaugurai +inauguraient +inaugurais +inaugurait +inaugural +inaugurale +inaugurales +inaugurant +inauguras +inaugurasse +inaugurassent +inaugurasses +inaugurassiez +inaugurassions +inauguration +inaugurations +inauguraux +inaugurmes +inaugurt +inaugurtes +inaugure +inaugurent +inaugurer +inaugurera +inaugurerai +inaugureraient +inaugurerais +inaugurerait +inaugureras +inaugurerez +inaugureriez +inaugurerions +inaugurerons +inaugureront +inaugures +inaugurez +inaugur +inaugure +inaugures +inaugurs +inaugurrent +inauguriez +inaugurions +inaugurons +inavouable +inavouables +inavou +inavoue +inavoues +inavous +incalculable +incalculables +incandescence +incandescences +incandescent +incandescente +incandescentes +incandescents +incantation +incantations +incantatoire +incantatoires +incapable +incapables +incapacit +incapacits +incarcra +incarcrai +incarcraient +incarcrais +incarcrait +incarcrant +incarcras +incarcrasse +incarcrassent +incarcrasses +incarcrassiez +incarcrassions +incarcration +incarcrations +incarcrmes +incarcrt +incarcrtes +incarcrer +incarcrera +incarcrerai +incarcreraient +incarcrerais +incarcrerait +incarcreras +incarcrerez +incarcreriez +incarcrerions +incarcrerons +incarcreront +incarcres +incarcrez +incarcr +incarcre +incarcres +incarcrs +incarcrrent +incarcriez +incarcrions +incarcrons +incarcre +incarcrent +incarcres +incarna +incarnai +incarnaient +incarnais +incarnait +incarnant +incarnas +incarnasse +incarnassent +incarnasses +incarnassiez +incarnassions +incarnat +incarnate +incarnates +incarnation +incarnations +incarnats +incarnmes +incarnt +incarntes +incarne +incarnent +incarner +incarnera +incarnerai +incarneraient +incarnerais +incarnerait +incarneras +incarnerez +incarneriez +incarnerions +incarnerons +incarneront +incarnes +incarnez +incarn +incarne +incarnes +incarns +incarnrent +incarniez +incarnions +incarnons +incartade +incartades +incassable +incassables +incendia +incendiai +incendiaient +incendiaire +incendiaires +incendiais +incendiait +incendiant +incendias +incendiasse +incendiassent +incendiasses +incendiassiez +incendiassions +incendimes +incendit +incendites +incendie +incendient +incendier +incendiera +incendierai +incendieraient +incendierais +incendierait +incendieras +incendierez +incendieriez +incendierions +incendierons +incendieront +incendies +incendiez +incendi +incendie +incendies +incendis +incendirent +incendiiez +incendiions +incendions +incertain +incertaine +incertaines +incertains +incertitude +incertitudes +incessamment +incessant +incessante +incessantes +incessants +incessibilit +incessibilits +incessible +incessibles +inceste +incestes +incestueuse +incestueusement +incestueuses +incestueux +inchang +inchange +inchanges +inchangs +inchoatif +inchoatifs +inchoative +inchoatives +incidemment +incidence +incidences +incident +incidente +incidentes +incidents +incinra +incinrai +incinraient +incinrais +incinrait +incinrant +incinras +incinrasse +incinrassent +incinrasses +incinrassiez +incinrassions +incinration +incinrations +incinrmes +incinrt +incinrtes +incinrer +incinrera +incinrerai +incinreraient +incinrerais +incinrerait +incinreras +incinrerez +incinreriez +incinrerions +incinrerons +incinreront +incinrez +incinr +incinre +incinres +incinrs +incinrrent +incinriez +incinrions +incinrons +incinre +incinrent +incinres +incisa +incisai +incisaient +incisais +incisait +incisant +incisas +incisasse +incisassent +incisasses +incisassiez +incisassions +incismes +incist +incistes +incise +incisent +inciser +incisera +inciserai +inciseraient +inciserais +inciserait +inciseras +inciserez +inciseriez +inciserions +inciserons +inciseront +incises +incisez +incis +incise +incises +inciss +incisrent +incisiez +incisif +incisifs +incision +incisions +incisive +incisives +incisons +incita +incitai +incitaient +incitais +incitait +incitant +incitas +incitasse +incitassent +incitasses +incitassiez +incitassions +incitation +incitations +incitmes +incitt +incittes +incite +incitent +inciter +incitera +inciterai +inciteraient +inciterais +inciterait +inciteras +inciterez +inciteriez +inciterions +inciterons +inciteront +incites +incitez +incit +incite +incites +incits +incitrent +incitiez +incitions +incitons +inclassable +inclassables +inclmence +inclmences +inclment +inclmente +inclmentes +inclments +inclina +inclinai +inclinaient +inclinais +inclinaison +inclinaisons +inclinait +inclinant +inclinas +inclinasse +inclinassent +inclinasses +inclinassiez +inclinassions +inclination +inclinations +inclinmes +inclint +inclintes +incline +inclinent +incliner +inclinera +inclinerai +inclineraient +inclinerais +inclinerait +inclineras +inclinerez +inclineriez +inclinerions +inclinerons +inclineront +inclines +inclinez +inclin +incline +inclines +inclins +inclinrent +incliniez +inclinions +inclinons +inclu +incluaient +incluais +incluait +incluant +inclue +incluent +incluerais +inclues +incluez +incluiez +incluions +incluons +inclura +inclurai +incluraient +inclurais +inclurait +incluras +inclure +inclurent +inclurez +incluriez +inclurions +inclurons +incluront +inclus +incluse +incluses +inclusion +inclusivement +inclusse +inclussent +inclusses +inclussiez +inclussions +inclut +inclmes +inclt +incltes +incoercible +incoercibles +incognito +incohrence +incohrences +incohrent +incohrente +incohrentes +incohrents +incolore +incolores +incomba +incombai +incombaient +incombais +incombait +incombant +incombas +incombasse +incombassent +incombasses +incombassiez +incombassions +incombmes +incombt +incombtes +incombe +incombent +incomber +incombera +incomberai +incomberaient +incomberais +incomberait +incomberas +incomberez +incomberiez +incomberions +incomberons +incomberont +incombes +incombez +incomb +incombe +incombes +incombs +incombrent +incombiez +incombions +incombons +incombustibilit +incombustibilits +incombustible +incombustibles +incommensurable +incommensurables +incommoda +incommodai +incommodaient +incommodais +incommodait +incommodant +incommodante +incommodantes +incommodants +incommodas +incommodasse +incommodassent +incommodasses +incommodassiez +incommodassions +incommodmes +incommodt +incommodtes +incommode +incommodent +incommoder +incommodera +incommoderai +incommoderaient +incommoderais +incommoderait +incommoderas +incommoderez +incommoderiez +incommoderions +incommoderons +incommoderont +incommodes +incommodez +incommod +incommode +incommodes +incommodment +incommods +incommodrent +incommodiez +incommodions +incommodit +incommodits +incommodons +incomparable +incomparablement +incomparables +incompatibilit +incompatibilits +incompatible +incompatiblement +incompatibles +incomptence +incomptences +incomptent +incomptente +incomptentes +incomptents +incomplet +incomplets +incomplte +incompltement +incompltes +incompressible +incompressibles +incomprhensible +incomprhensibles +incomprhension +incomprhensions +incompris +incomprise +incomprises +inconcevable +inconcevablement +inconcevables +inconciliable +inconciliables +inconditionnel +inconditionnelle +inconditionnellement +inconditionnelles +inconditionnels +inconduite +inconduites +inconfort +inconfortable +inconfortablement +inconfortables +inconforts +incongru +incongrue +incongrues +incongruit +incongruits +incongrus +inconnaisable +inconnaisables +inconnu +inconnue +inconnues +inconnus +inconsciemment +inconscience +inconsciences +inconscient +inconsciente +inconscientes +inconscients +inconsquence +inconsquences +inconsquent +inconsquente +inconsquentes +inconsquents +inconsidr +inconsidre +inconsidres +inconsidrment +inconsidrs +inconsistance +inconsistances +inconsistant +inconsistante +inconsistantes +inconsistants +inconsolable +inconsolables +inconstance +inconstances +inconstant +inconstante +inconstantes +inconstants +inconstitutionnel +inconstitutionnelle +inconstitutionnellement +inconstitutionnelles +inconstitutionnels +incontestable +incontestablement +incontestables +incontest +inconteste +incontestes +incontests +incontinence +incontinences +incontinent +incontinente +incontinentes +incontinents +incontrlable +incontrlables +inconvenance +inconvenances +inconvenant +inconvenante +inconvenantes +inconvenants +inconvertible +inconvertibles +inconvnient +inconvnients +incorpora +incorporai +incorporaient +incorporais +incorporait +incorporant +incorporas +incorporasse +incorporassent +incorporasses +incorporassiez +incorporassions +incorporation +incorporations +incorpormes +incorport +incorportes +incorpore +incorporel +incorporelle +incorporelles +incorporels +incorporent +incorporer +incorporera +incorporerai +incorporeraient +incorporerais +incorporerait +incorporeras +incorporerez +incorporeriez +incorporerions +incorporerons +incorporeront +incorpores +incorporez +incorpor +incorpore +incorpores +incorpors +incorporrent +incorporiez +incorporions +incorporons +incorrect +incorrecte +incorrectement +incorrectes +incorrection +incorrections +incorrects +incorrigible +incorrigiblement +incorrigibles +incorruptibilit +incorruptibilits +incorruptible +incorruptibles +increvable +increvables +incrdule +incrdules +incrdulit +incrdulits +incrimina +incriminai +incriminaient +incriminais +incriminait +incriminant +incriminas +incriminasse +incriminassent +incriminasses +incriminassiez +incriminassions +incrimination +incriminations +incriminmes +incrimint +incrimintes +incrimine +incriminent +incriminer +incriminera +incriminerai +incrimineraient +incriminerais +incriminerait +incrimineras +incriminerez +incrimineriez +incriminerions +incriminerons +incrimineront +incrimines +incriminez +incrimin +incrimine +incrimines +incrimins +incriminrent +incriminiez +incriminions +incriminons +incroyable +incroyablement +incroyables +incroyant +incroyante +incroyantes +incroyants +incrusta +incrustai +incrustaient +incrustais +incrustait +incrustant +incrustas +incrustasse +incrustassent +incrustasses +incrustassiez +incrustassions +incrustation +incrustations +incrustmes +incrustt +incrusttes +incruste +incrustent +incruster +incrustera +incrusterai +incrusteraient +incrusterais +incrusterait +incrusteras +incrusterez +incrusteriez +incrusterions +incrusterons +incrusteront +incrustes +incrustez +incrust +incruste +incrustes +incrusts +incrustrent +incrustiez +incrustions +incrustons +incuba +incubai +incubaient +incubais +incubait +incubant +incubas +incubasse +incubassent +incubasses +incubassiez +incubassions +incubateur +incubateurs +incubation +incubations +incubmes +incubt +incubtes +incube +incubent +incuber +incubera +incuberai +incuberaient +incuberais +incuberait +incuberas +incuberez +incuberiez +incuberions +incuberons +incuberont +incubes +incubez +incub +incube +incubes +incubs +incubrent +incubiez +incubions +incubons +inculpa +inculpai +inculpaient +inculpais +inculpait +inculpant +inculpas +inculpasse +inculpassent +inculpasses +inculpassiez +inculpassions +inculpation +inculpations +inculpmes +inculpt +inculptes +inculpe +inculpent +inculper +inculpera +inculperai +inculperaient +inculperais +inculperait +inculperas +inculperez +inculperiez +inculperions +inculperons +inculperont +inculpes +inculpez +inculp +inculpe +inculpes +inculps +inculprent +inculpiez +inculpions +inculpons +inculqua +inculquai +inculquaient +inculquais +inculquait +inculquant +inculquas +inculquasse +inculquassent +inculquasses +inculquassiez +inculquassions +inculqumes +inculqut +inculqutes +inculque +inculquent +inculquer +inculquera +inculquerai +inculqueraient +inculquerais +inculquerait +inculqueras +inculquerez +inculqueriez +inculquerions +inculquerons +inculqueront +inculques +inculquez +inculqu +inculque +inculques +inculqus +inculqurent +inculquiez +inculquions +inculquons +inculte +incultes +incunable +incunables +incurable +incurablement +incurables +incurie +incuries +incursion +incursions +incurva +incurvai +incurvaient +incurvais +incurvait +incurvant +incurvas +incurvasse +incurvassent +incurvasses +incurvassiez +incurvassions +incurvation +incurvations +incurvmes +incurvt +incurvtes +incurve +incurvent +incurver +incurvera +incurverai +incurverais +incurverait +incurveras +incurverez +incurveriez +incurverions +incurverons +incurveront +incurves +incurvez +incurv +incurve +incurves +incurvs +incurvrent +incurviez +incurvions +incurvons +inde +indemne +indemnes +indemnisa +indemnisai +indemnisaient +indemnisais +indemnisait +indemnisant +indemnisas +indemnisasse +indemnisassent +indemnisasses +indemnisassiez +indemnisassions +indemnisation +indemnisations +indemnismes +indemnist +indemnistes +indemnise +indemnisent +indemniser +indemnisera +indemniserai +indemniseraient +indemniserais +indemniserait +indemniseras +indemniserez +indemniseriez +indemniserions +indemniserons +indemniseront +indemnises +indemnisez +indemnis +indemnise +indemnises +indemniss +indemnisrent +indemnisiez +indemnisions +indemnisons +indemnit +indemnits +indentation +indentations +indent +indente +indentes +indents +indes +indescriptible +indescriptibles +indestructible +indestructiblement +indestructibles +index +indexa +indexai +indexaient +indexais +indexait +indexant +indexas +indexasse +indexassent +indexasses +indexassiez +indexassions +indexation +indexations +indexmes +indext +indextes +indexe +indexent +indexer +indexera +indexerai +indexeraient +indexerais +indexerait +indexeras +indexerez +indexeriez +indexerions +indexerons +indexeront +indexes +indexez +index +indexe +indexes +indexs +indexrent +indexiez +indexions +indexons +indcemment +indcence +indcences +indcent +indcente +indcentes +indcents +indchiffrable +indchiffrables +indchirable +indchirables +indcis +indcise +indcises +indcision +indcisions +indclinable +indclinables +indcomposable +indcomposables +indcrottable +indcrottables +indfectible +indfectiblement +indfectibles +indfendable +indfendables +indfini +indfinie +indfinies +indfiniment +indfinis +indfinissable +indfinissables +indformable +indformables +indfrisable +indfrisables +indlbile +indlbiles +indlicat +indlicate +indlicatement +indlicates +indlicatesse +indlicatesses +indlicats +indmaillable +indmaillables +indmontrable +indmontrables +indniable +indniablement +indniables +indpendamment +indpendance +indpendances +indpendant +indpendante +indpendantes +indpendants +indracinable +indracinables +indsirable +indsirables +indterminable +indterminables +indtermination +indterminations +indtermin +indtermine +indtermines +indtermins +indicateur +indicateurs +indicatif +indicatifs +indication +indications +indicative +indicatives +indicatrice +indicatrices +indice +indices +indicible +indiciblement +indicibles +indien +indienne +indiennes +indiens +indiffra +indiffrai +indiffraient +indiffrais +indiffrait +indiffrant +indiffras +indiffrasse +indiffrassent +indiffrasses +indiffrassiez +indiffrassions +indiffrmes +indiffrt +indiffrtes +indiffremment +indiffrence +indiffrences +indiffrenci +indiffrencie +indiffrencies +indiffrencis +indiffrent +indiffrente +indiffrentes +indiffrents +indiffrer +indiffrera +indiffrerai +indiffreraient +indiffrerais +indiffrerait +indiffreras +indiffrerez +indiffreriez +indiffrerions +indiffrerons +indiffreront +indiffrez +indiffr +indiffre +indiffres +indiffrs +indiffrrent +indiffriez +indiffrions +indiffrons +indiffre +indiffrent +indiffres +indigence +indigences +indigent +indigente +indigentes +indigents +indigeste +indigestes +indigestion +indigestions +indigne +indignes +indigna +indignai +indignaient +indignais +indignait +indignant +indignas +indignasse +indignassent +indignasses +indignassiez +indignassions +indignation +indignations +indignmes +indignt +indigntes +indigne +indignement +indignent +indigner +indignera +indignerai +indigneraient +indignerais +indignerait +indigneras +indignerez +indigneriez +indignerions +indignerons +indigneront +indignes +indignez +indign +indigne +indignes +indigns +indignrent +indigniez +indignions +indignit +indignits +indignons +indigo +indiqua +indiquai +indiquaient +indiquais +indiquait +indiquant +indiquas +indiquasse +indiquassent +indiquasses +indiquassiez +indiquassions +indiqumes +indiqut +indiqutes +indique +indiquent +indiquer +indiquera +indiquerai +indiqueraient +indiquerais +indiquerait +indiqueras +indiquerez +indiqueriez +indiquerions +indiquerons +indiqueront +indiques +indiquez +indiqu +indique +indiques +indiqus +indiqurent +indiquiez +indiquions +indiquons +indirect +indirecte +indirectement +indirectes +indirects +indiscernable +indiscernables +indiscipline nom +indisciplines nom +indisciplin +indiscipline +indisciplines +indisciplins +indiscret +indiscrets +indiscrtion +indiscrtions +indiscrte +indiscrtement +indiscrtes +indiscutable +indiscutablement +indiscutables +indiscut +indiscute +indiscutes +indiscuts +indispensable +indispensablement +indispensables +indisponible +indisponibles +indisposa +indisposai +indisposaient +indisposais +indisposait +indisposant +indisposas +indisposasse +indisposassent +indisposasses +indisposassiez +indisposassions +indisposmes +indispost +indispostes +indispose +indisposent +indisposer +indisposera +indisposerai +indisposeraient +indisposerais +indisposerait +indisposeras +indisposerez +indisposeriez +indisposerions +indisposerons +indisposeront +indisposes +indisposez +indispos +indispose +indisposes +indisposs +indisposrent +indisposiez +indisposions +indisposition +indispositions +indisposons +indissociable +indissociablement +indissociables +indissoluble +indissolublement +indissolubles +indistinct +indistincte +indistinctement +indistinctes +indistincts +individu +individualisa +individualisai +individualisaient +individualisais +individualisait +individualisant +individualisas +individualisasse +individualisassent +individualisasses +individualisassiez +individualisassions +individualisation +individualisations +individualismes +individualist +individualistes +individualise +individualisent +individualiser +individualisera +individualiserai +individualiseraient +individualiserais +individualiserait +individualiseras +individualiserez +individualiseriez +individualiserions +individualiserons +individualiseront +individualises +individualisez +individualis +individualise +individualises +individualiss +individualisrent +individualisiez +individualisions +individualisme +individualisons +individualiste +individualistes +individualit +individualits +individuel +individuelle +individuellement +individuelles +individuels +individus +indivis +indivise +indivises +indivisment +indivisibilit +indivisibilits +indivisible +indivisiblement +indivisibles +indivision +indivisions +indo +indochine +indocile +indociles +indocilit +indocilits +indolemment +indolence +indolences +indolent +indolente +indolentes +indolents +indolore +indolores +indomptable +indomptablement +indomptables +indompt +indompte +indomptes +indompts +indu +indubitable +indubitablement +indubitables +inducteur +inducteurs +inductif +inductifs +induction +inductions +inductive +inductives +inductrice +inductrices +indue +indues +induira +induirai +induiraient +induirais +induirait +induiras +induire +induirez +induiriez +induirions +induirons +induiront +induis +induisaient +induisais +induisait +induisant +induise +induisent +induises +induisez +induisiez +induisions +induisirent +induisis +induisisse +induisissent +induisisses +induisissiez +induisissions +induisit +induismes +induist +induistes +induisons +induit +induite +induites +induits +indulgence +indulgences +indulgent +indulgente +indulgentes +indulgents +induration +indurations +indus +industrialisa +industrialisai +industrialisaient +industrialisais +industrialisait +industrialisant +industrialisas +industrialisasse +industrialisassent +industrialisasses +industrialisassiez +industrialisassions +industrialisation +industrialisations +industrialismes +industrialist +industrialistes +industrialise +industrialisent +industrialiser +industrialisera +industrialiserai +industrialiseraient +industrialiserais +industrialiserait +industrialiseras +industrialiserez +industrialiseriez +industrialiserions +industrialiserons +industrialiseront +industrialises +industrialisez +industrialis +industrialise +industrialises +industrialiss +industrialisrent +industrialisiez +industrialisions +industrialisons +industrie +industriel +industrielle +industriellement +industrielles +industriels +industries +industrieuse +industrieusement +industrieuses +industrieux +indment +ineffable +ineffablement +ineffables +ineffaable +ineffaables +inefficace +inefficacement +inefficaces +inemploy +inemploye +inemployes +inemploys +inepte +ineptes +ineptie +inepties +inerte +inertes +inertie +inerties +inespr +inespre +inespres +inesprs +inesthtique +inesthtiques +inestimable +inestimables +inexact +inexacte +inexactes +inexactitude +inexactitudes +inexacts +inexcusable +inexcusables +inexcutable +inexcutables +inexcution +inexcutions +inexistant +inexistante +inexistantes +inexistants +inexorable +inexorablement +inexorables +inexprience +inexpriences +inexpriment +inexprimente +inexprimentes +inexpriments +inexpiable +inexpiables +inexplicable +inexplicablement +inexplicables +inexpliqu +inexplique +inexpliques +inexpliqus +inexploit +inexploite +inexploites +inexploits +inexplor +inexplore +inexplores +inexplors +inexplosible +inexplosibles +inexpressif +inexpressifs +inexpressive +inexpressives +inexprimable +inexprimablement +inexprimables +inexprim +inexprime +inexprimes +inexprims +inexpugnable +inexpugnables +inextensible +inextensibles +inextinguible +inextinguibles +inextricable +inextricablement +inextricables +inbranlable +inbranlablement +inbranlables +indit +indite +indites +indits +ingal +ingale +ingalement +ingales +ingal +ingale +ingales +ingals +ingalitaire +ingalitaires +ingalit +ingalits +ingaux +inlgance +inlgances +inlgant +inlgante +inlgantes +inlgants +inligible +inligibles +inluctable +inluctablement +inluctables +innarrable +innarrables +inpuisable +inpuisablement +inpuisables +inquation +inquations +inquitable +inquitables +invitable +invitablement +invitables +infaillibilit +infaillibilits +infaillible +infailliblement +infaillibles +infaisable +infaisables +infamant +infamante +infamantes +infamants +infamie +infamies +infant +infante +infanterie +infanteries +infantes +infanticide +infanticides +infantile +infantiles +infantilisme +infants +infarctus +infatigable +infatigablement +infatigables +infatuation +infatuations +infatu +infatue +infatues +infatus +infme +infmes +infect +infecta +infectai +infectaient +infectais +infectait +infectant +infectas +infectasse +infectassent +infectasses +infectassiez +infectassions +infectmes +infectt +infecttes +infecte +infectent +infecter +infectera +infecterai +infecteraient +infecterais +infecterait +infecteras +infecterez +infecteriez +infecterions +infecterons +infecteront +infectes +infectez +infect +infecte +infectes +infects +infectrent +infectieuse +infectieuses +infectieux +infectiez +infection +infections +infectons +infects +infernal +infernale +infernalement +infernales +infernaux +infertile +infertiles +infertilit +infertilits +infesta +infestai +infestaient +infestais +infestait +infestant +infestas +infestasse +infestassent +infestasses +infestassiez +infestassions +infestmes +infestt +infesttes +infeste +infestent +infester +infestera +infesterai +infesteraient +infesterais +infesterait +infesteras +infesterez +infesteriez +infesterions +infesterons +infesteront +infestes +infestez +infest +infeste +infestes +infests +infestrent +infestiez +infestions +infestons +infcond +infconde +infcondes +infcondit +infcondits +infconds +infoda +infodai +infodaient +infodais +infodait +infodant +infodas +infodasse +infodassent +infodasses +infodassiez +infodassions +infodmes +infodt +infodtes +infode +infodent +infoder +infodera +infoderai +infoderaient +infoderais +infoderait +infoderas +infoderez +infoderiez +infoderions +infoderons +infoderont +infodes +infodez +infode +infodes +infods +infodrent +infodiez +infodions +infodons +infra +infrai +infraient +infrais +infrait +infrant +infras +infrasse +infrassent +infrasses +infrassiez +infrassions +infrmes +infrt +infrtes +infrence +infrences +infrer +infrera +infrerai +infreraient +infrerais +infrerait +infreras +infrerez +infreriez +infrerions +infrerons +infreront +infrez +infr +infre +infres +infrs +infrrent +infrieur +infrieure +infrieurement +infrieures +infrieurs +infriez +infrions +infriorit +infriorits +infrons +infre +infrent +infres +infidlit +infidlits +infidle +infidlement +infidles +infiltra +infiltrai +infiltraient +infiltrais +infiltrait +infiltrant +infiltras +infiltrasse +infiltrassent +infiltrassiez +infiltrassions +infiltration +infiltrations +infiltrmes +infiltrt +infiltrtes +infiltre +infiltrent +infiltrer +infiltrera +infiltrerai +infiltreraient +infiltrerais +infiltrerait +infiltreras +infiltrerez +infiltreriez +infiltrerions +infiltrerons +infiltreront +infiltres +infiltrez +infiltr +infiltre +infiltres +infiltrs +infiltrrent +infiltriez +infiltrions +infiltrons +infime +infimes +infini +infinie +infinies +infiniment +infinis +infinit +infinits +infinitsimal +infinitsimale +infinitsimales +infinitsimaux +infinitif +infinitifs +infinitive +infinitives +infirma +infirmai +infirmaient +infirmais +infirmait +infirmant +infirmasse +infirmassent +infirmasses +infirmassiez +infirmassions +infirmmes +infirmt +infirmtes +infirme +infirment +infirmer +infirmera +infirmerai +infirmeraient +infirmerais +infirmerait +infirmeras +infirmerez +infirmerie +infirmeries +infirmeriez +infirmerions +infirmerons +infirmeront +infirmes +infirmez +infirm +infirme +infirmes +infirms +infirmrent +infirmier +infirmiers +infirmiez +infirmire +infirmires +infirmions +infirmit +infirmits +infirmons +inflammable +inflammables +inflammation +inflammations +inflammatoire +inflammatoires +inflation +inflations +inflexibilit +inflexibilits +inflexible +inflexiblement +inflexibles +inflexion +inflexions +inflchi +inflchie +inflchies +inflchir +inflchira +inflchirai +inflchiraient +inflchirais +inflchirait +inflchiras +inflchirent +inflchirez +inflchiriez +inflchirions +inflchirons +inflchiront +inflchis +inflchissaient +inflchissais +inflchissait +inflchissant +inflchisse +inflchissent +inflchisses +inflchissez +inflchissiez +inflchissions +inflchissons +inflchit +inflchmes +inflcht +inflchtes +inflige +infligea +infligeai +infligeaient +infligeais +infligeait +infligeant +infligeas +infligeasse +infligeassent +infligeasses +infligeassiez +infligeassions +infligemes +infliget +infligetes +infligent +infligeons +infliger +infligera +infligerai +infligeraient +infligerais +infligerait +infligeras +infligerez +infligeriez +infligerions +infligerons +infligeront +infliges +infligez +inflig +inflige +infliges +infligs +infligrent +infligiez +infligions +inflorescence +inflorescences +influa +influai +influaient +influais +influait +influant +influas +influasse +influassent +influasses +influassiez +influassions +influmes +influt +influtes +influe +influence +influencent +influencer +influencera +influencerai +influenceraient +influencerais +influencerait +influenceras +influencerez +influenceriez +influencerions +influencerons +influenceront +influences +influencez +influenc +influence +influencs +influencrent +influenciez +influencions +influena +influenable +influenables +influenai +influenaient +influenais +influenait +influenant +influenas +influenasse +influenassent +influenasses +influenassiez +influenassions +influenmes +influent +influentes +influenons +influent +influente +influentes +influents +influer +influera +influerai +influeraient +influerais +influerait +influeras +influerez +influeriez +influerions +influerons +influeront +influes +influez +influ +influe +influes +influs +influrent +influiez +influions +influons +influx +informa +informai +informaient +informais +informait +informant +informas +informasse +informassent +informasses +informassiez +informassions +informateur +informateurs +informaticien +informaticienne +informaticiennes +informaticiens +information +informations +informatique +informatiques +informatis +informatise +informatises +informatiss +informatrice +informatrices +informmes +informt +informtes +informe +informent +informer +informera +informerai +informeraient +informerais +informerait +informeras +informerez +informeriez +informerions +informerons +informeront +informes +informez +inform +informe +informes +informs +informrent +informiez +informions +informons +infortune +infortunes +infortun +infortune +infortunes +infortuns +infraction +infractions +infranchissable +infranchissables +infrarouge +infrarouges +infrason +infrasons +infrastructure +infrastructures +infroissable +infroissables +infructueuse +infructueusement +infructueuses +infructueux +infus +infusa +infusai +infusaient +infusais +infusait +infusant +infusas +infusasse +infusassent +infusasses +infusassiez +infusassions +infusmes +infust +infustes +infuse +infusent +infuser +infusera +infuserai +infuseraient +infuserais +infuserait +infuseras +infuserez +infuseriez +infuserions +infuserons +infuseront +infuses +infusez +infus +infuse +infuses +infuss +infusrent +infusible +infusibles +infusiez +infusion +infusions +infusoires +infusons +ingambe +ingambes +ingestion +ingestions +ingnia +ingniaient +ingniais +ingniait +ingniant +ingnias +ingniasse +ingniassent +ingniasses +ingniassiez +ingniassions +ingnimes +ingnit +ingnites +ingnie +ingnient +ingnier +ingniera +ingnierai +ingnieraient +ingnierais +ingnierait +ingnieras +ingnierez +ingnierie +ingnieriez +ingnierions +ingnierons +ingnieront +ingnies +ingnieur +ingnieurs +ingnieuse +ingnieusement +ingnieuses +ingnieux +ingniez +ingni +ingnie +ingnies +ingnis +ingnirent +ingniiez +ingniions +ingnions +ingniosit +ingniosits +ingnu +ingnue +ingnues +ingnuit +ingnuits +ingnument +ingnus +ingra +ingrai +ingraient +ingrais +ingrait +ingrant +ingras +ingrasse +ingrassent +ingrasses +ingrassiez +ingrassions +ingrmes +ingrt +ingrtes +ingrence +ingrences +ingrer +ingrera +ingrerai +ingreraient +ingreras +ingrerez +ingreriez +ingrerions +ingrerons +ingreront +ingrez +ingr +ingre +ingres +ingrs +ingrrent +ingriez +ingrions +ingrons +ingre +ingrent +ingres +ingrat +ingrate +ingratement +ingrates +ingratitude +ingratitudes +ingrats +ingres +ingrdient +ingrdients +ingurissable +ingurissables +inguinal +inguinale +inguinales +inguinaux +ingurgita +ingurgitai +ingurgitaient +ingurgitais +ingurgitait +ingurgitant +ingurgitas +ingurgitasse +ingurgitassent +ingurgitasses +ingurgitassiez +ingurgitassions +ingurgitmes +ingurgitt +ingurgittes +ingurgite +ingurgitent +ingurgiter +ingurgitera +ingurgiterai +ingurgiteraient +ingurgiterais +ingurgiterait +ingurgiteras +ingurgiterez +ingurgiteriez +ingurgiterions +ingurgiterons +ingurgiteront +ingurgites +ingurgitez +ingurgit +ingurgite +ingurgites +ingurgits +ingurgitrent +ingurgitiez +ingurgitions +ingurgitons +inhabile +inhabilement +inhabiles +inhabilet +inhabilets +inhabilit droit +inhabilits droit +inhabitable +inhabitables +inhabit +inhabite +inhabites +inhabits +inhabituel +inhabituelle +inhabituelles +inhabituels +inhala +inhalai +inhalaient +inhalais +inhalait +inhalant +inhalas +inhalasse +inhalassent +inhalasses +inhalassiez +inhalassions +inhalateur +inhalateurs +inhalation +inhalations +inhalmes +inhalt +inhaltes +inhale +inhalent +inhaler +inhalera +inhalerai +inhaleraient +inhalerais +inhalerait +inhaleras +inhalerez +inhaleriez +inhalerions +inhalerons +inhaleront +inhales +inhalez +inhal +inhale +inhales +inhals +inhalrent +inhaliez +inhalions +inhalons +inhrent +inhrente +inhrentes +inhrents +inhibition +inhibitions +inhospitalier +inhospitaliers +inhospitalire +inhospitalires +inhuma +inhumai +inhumaient +inhumain +inhumaine +inhumainement +inhumaines +inhumains +inhumais +inhumait +inhumanit +inhumanits +inhumant +inhumas +inhumasse +inhumassent +inhumasses +inhumassiez +inhumassions +inhumation +inhumations +inhummes +inhumt +inhumtes +inhume +inhument +inhumer +inhumera +inhumerai +inhumeraient +inhumerais +inhumerait +inhumerez +inhumeriez +inhumerions +inhumerons +inhumeront +inhumes +inhumez +inhum +inhume +inhumes +inhums +inhumrent +inhumiez +inhumions +inhumons +inimaginable +inimaginables +inimitable +inimitables +inimiti +inimitie +inimities +inimitis +ininflammable +ininflammables +inintelligence +inintelligences +inintelligent +inintelligente +inintelligentes +inintelligents +inintelligible +inintelligibles +ininterrompu +ininterrompue +ininterrompues +ininterrompus +inique +iniquement +iniques +iniquit +iniquits +initia +initiai +initiaient +initiais +initiait +initial +initiale +initialement +initiales +initiant +initias +initiasse +initiassent +initiasses +initiassiez +initiassions +initiateur +initiateurs +initiation +initiations +initiative +initiatives +initiatrice +initiatrices +initiaux +initimes +initit +initites +initie +initient +initier +initiera +initierai +initieraient +initierais +initierait +initieras +initierez +initieriez +initierions +initierons +initieront +inities +initiez +initi +initie +inities +initis +initirent +initiiez +initiions +initions +injecta +injectable +injectables +injectai +injectaient +injectais +injectait +injectant +injectas +injectasse +injectassent +injectasses +injectassiez +injectassions +injectmes +injectt +injecttes +injecte +injectent +injecter +injectera +injecterai +injecteraient +injecterais +injecterait +injecteras +injecterez +injecteriez +injecterions +injecterons +injecteront +injectes +injecteur +injecteurs +injectez +inject +injecte +injectes +injects +injectrent +injectiez +injection +injections +injectons +injonction +injonctions +injouable +injouables +injure +injures +injuria +injuriai +injuriaient +injuriais +injuriait +injuriant +injurias +injuriasse +injuriassent +injuriasses +injuriassiez +injuriassions +injurimes +injurit +injurites +injurie +injurient +injurier +injuriera +injurierai +injurieraient +injurierais +injurierait +injurieras +injurierez +injurieriez +injurierions +injurierons +injurieront +injuries +injurieuse +injurieusement +injurieuses +injurieux +injuriez +injuri +injurie +injuries +injuris +injurirent +injuriiez +injuriions +injurions +injuste +injustement +injustes +injustice +injustices +injustifiable +injustifiables +injustifi +injustifie +injustifies +injustifis +inlassable +inlassablement +inlassables +innerva +innervai +innervaient +innervais +innervait +innervant +innervas +innervasse +innervassent +innervasses +innervassiez +innervassions +innervation +innervations +innervmes +innervt +innervtes +innerve +innervent +innerver +innervera +innerverai +innerveraient +innerverais +innerverait +innerveras +innerverez +innerveriez +innerverions +innerverons +innerveront +innerves +innervez +innerv +innerve +innerves +innervs +innervrent +innervions +innervons +inn +inne +innes +inns +innocemment +innocence +innocences +innocent +innocenta +innocentai +innocentaient +innocentais +innocentait +innocentant +innocentas +innocentasse +innocentassent +innocentasses +innocentassiez +innocentassions +innocentmes +innocentt +innocenttes +innocente +innocentent +innocenter +innocentera +innocenterai +innocenteraient +innocenterais +innocenterait +innocenteras +innocenterez +innocenteriez +innocenterions +innocenterons +innocenteront +innocentes +innocentez +innocent +innocente +innocentes +innocents +innocentrent +innocentiez +innocentions +innocentons +innocents +innocuit +innocuits +innombrable +innombrablement +innombrables +innommable +innommables +innova +innovai +innovaient +innovais +innovait +innovant +innovante +innovantes +innovanteur +innovanteurs +innovantrice +innovantrices +innovants +innovas +innovasse +innovassent +innovasses +innovassiez +innovassions +innovation +innovations +innovmes +innovt +innovtes +innove +innovent +innover +innovera +innoverai +innoveraient +innoverais +innoverait +innoveras +innoverez +innoveriez +innoverions +innoverons +innoveront +innoves +innovez +innov +innove +innoves +innovs +innovrent +innoviez +innovions +innovons +inobservable +inobservables +inobservation +inobservations +inoccup +inoccupe +inoccupes +inoccups +inocula +inoculable +inoculables +inoculai +inoculaient +inoculais +inoculait +inoculant +inoculas +inoculasse +inoculassent +inoculasses +inoculassiez +inoculassions +inoculation +inoculations +inoculmes +inocult +inocultes +inocule +inoculent +inoculer +inoculera +inoculerai +inoculeraient +inoculerais +inoculerait +inoculeras +inoculerez +inoculeriez +inoculerions +inoculerons +inoculeront +inocules +inoculez +inocul +inocule +inocules +inoculs +inoculrent +inoculiez +inoculions +inoculons +inodore +inodores +inoffensif +inoffensifs +inoffensive +inoffensivement +inoffensives +inonda +inondable +inondables +inondai +inondaient +inondais +inondait +inondant +inondas +inondasse +inondassent +inondasses +inondassiez +inondassions +inondation +inondations +inondmes +inondt +inondtes +inonde +inondent +inonder +inondera +inonderai +inonderaient +inonderais +inonderait +inonderas +inonderez +inonderiez +inonderions +inonderons +inonderont +inondes +inondez +inond +inonde +inondes +inonds +inondrent +inondiez +inondions +inondons +inoprable +inoprables +inoprant +inoprante +inoprantes +inoprants +inopin +inopinment +inopins +inopportun +inopportune +inopportunes +inopportunit +inopportunits +inopportuns +inorganique +inorganiques +inorganis +inorganise +inorganises +inorganiss +inoubliable +inoubliables +inou +inoue +inoues +inous +inox +inoxydable +inoxydables +inqualifiable +inqualifiables +inquiet +inquiets +inquita +inquitai +inquitaient +inquitais +inquitait +inquitant +inquitante +inquitantes +inquitants +inquitas +inquitasse +inquitassent +inquitasses +inquitassiez +inquitassions +inquitmes +inquitt +inquittes +inquite +inquiter +inquitera +inquiterai +inquiteraient +inquiterais +inquiterait +inquiteras +inquiterez +inquiteriez +inquiterions +inquiterons +inquiteront +inquitez +inquit +inquite +inquites +inquits +inquitrent +inquitiez +inquitions +inquitons +inquitude +inquitudes +inquite +inquitent +inquites +inquisiteur +inquisiteurs +inquisition +inquisitions +inquisitorial +inquisitoriale +inquisitoriales +inquisitoriaux +insaisissable +insaisissables +insalubre +insalubres +insalubrit +insalubrits +insanit +insanits +insatiable +insatiablement +insatiables +insatisfait +insatisfaite +insatisfaites +insatisfaits +inscription +inscriptions +inscrira +inscrirai +inscriraient +inscrirais +inscrirait +inscriras +inscrire +inscrirez +inscririez +inscririons +inscrirons +inscriront +inscris +inscrisse +inscrissent +inscrisses +inscrissiez +inscrissions +inscrit +inscrite +inscrites +inscrits +inscrivaient +inscrivais +inscrivait +inscrivant +inscrive +inscrivent +inscrives +inscrivez +inscriviez +inscrivions +inscrivirent +inscrivis +inscrivit +inscrivmes +inscrivtes +inscrivons +inscrt +insecte +insectes +insecticide +insecticides +insectivore +insectivores +insens +insense +insenses +insenss +insensibilisa +insensibilisai +insensibilisaient +insensibilisais +insensibilisait +insensibilisant +insensibilisas +insensibilisasse +insensibilisassent +insensibilisasses +insensibilisassiez +insensibilisassions +insensibilisation +insensibilisations +insensibilismes +insensibilist +insensibilistes +insensibilise +insensibilisent +insensibiliser +insensibilisera +insensibiliserai +insensibiliseraient +insensibiliserais +insensibiliserait +insensibiliseras +insensibiliserez +insensibiliseriez +insensibiliserions +insensibiliserons +insensibiliseront +insensibilises +insensibilisez +insensibilis +insensibilise +insensibilises +insensibiliss +insensibilisrent +insensibilisiez +insensibilisions +insensibilisons +insensibilit +insensibilits +insensible +insensiblement +insensibles +insertion +insertions +inscurit +inscurits +insmina +insminai +insminaient +insminais +insminait +insminant +insminas +insminasse +insminassent +insminasses +insminassiez +insminassions +insmination +insminations +insminmes +insmint +insmintes +insmine +insminent +insminer +insminera +insminerai +insmineraient +insminerais +insminerait +insmineras +insminerez +insmineriez +insminerions +insminerons +insmineront +insmines +insminez +insmin +insmine +insmines +insmins +insminrent +insminiez +insminions +insminons +insparable +insparablement +insparables +insra +insrai +insraient +insrais +insrait +insrant +insras +insrasse +insrassent +insrasses +insrassiez +insrassions +insrmes +insrt +insrtes +insrer +insrera +insrerai +insreraient +insrerais +insrerait +insreras +insrerez +insreriez +insrerions +insrerons +insreront +insres +insrez +insr +insre +insres +insrs +insrrent +insriez +insrions +insrons +insre +insrent +insres +insidieuse +insidieusement +insidieuses +insidieux +insigne +insignes +insignifiance +insignifiances +insignifiant +insignifiante +insignifiantes +insignifiants +insinua +insinuai +insinuaient +insinuait +insinuant +insinuante +insinuantes +insinuants +insinuas +insinuasse +insinuassent +insinuasses +insinuassiez +insinuassions +insinuation +insinuations +insinumes +insinut +insinutes +insinue +insinuent +insinuer +insinuera +insinuerai +insinueraient +insinuerais +insinuerait +insinueras +insinuerez +insinueriez +insinuerions +insinuerons +insinueront +insinues +insinuez +insinu +insinue +insinues +insinus +insinurent +insinuiez +insinuions +insinuons +insipide +insipidement +insipides +insipidit +insipidits +insista +insistai +insistaient +insistais +insistait +insistance +insistances +insistant +insistante +insistantes +insistants +insistas +insistasse +insistassent +insistasses +insistassiez +insistassions +insistmes +insistt +insisttes +insiste +insistent +insister +insistera +insisterai +insisteraient +insisterais +insisterait +insisteras +insisterez +insisteriez +insisterions +insisterons +insisteront +insistes +insistez +insist +insiste +insistes +insists +insistrent +insistiez +insistions +insistons +insociable +insociables +insolation +insolations +insolemment +insolence +insolences +insolent +insolente +insolentes +insolents +insolite +insolites +insolubilit +insolubilits +insoluble +insolubles +insolvabilit +insolvabilits +insolvable +insolvables +insomniaque +insomniaques +insomnie +insomnies +insondable +insondables +insonore +insonores +insonorisa +insonorisai +insonorisaient +insonorisais +insonorisait +insonorisant +insonorisas +insonorisasse +insonorisassent +insonorisasses +insonorisassiez +insonorisassions +insonorisation +insonorisations +insonorismes +insonorist +insonoristes +insonorise +insonorisent +insonoriser +insonorisera +insonoriserai +insonoriseraient +insonoriserais +insonoriserait +insonoriseras +insonoriserez +insonoriseriez +insonoriserions +insonoriserons +insonoriseront +insonorises +insonorisez +insonoris +insonorise +insonorises +insonoriss +insonorisrent +insonorisiez +insonorisions +insonorisons +insouciance +insouciances +insouciant +insouciante +insouciantes +insouciants +insoucieuse +insoucieuses +insoucieux +insoumis +insoumise +insoumises +insoumission +insoumissions +insouponnable +insouponnables +insouponn +insouponne +insouponnes +insouponns +insoutenable +insoutenables +inspecta +inspectai +inspectaient +inspectais +inspectait +inspectant +inspectas +inspectasse +inspectassent +inspectasses +inspectassiez +inspectassions +inspectmes +inspectt +inspecttes +inspecte +inspectent +inspecter +inspectera +inspecterai +inspecteraient +inspecterais +inspecterait +inspecteras +inspecterez +inspecteriez +inspecterions +inspecterons +inspecteront +inspectes +inspecteur +inspecteurs +inspectez +inspect +inspecte +inspectes +inspects +inspectrent +inspectiez +inspection +inspections +inspectons +inspectrice +inspectrices +inspira +inspirai +inspiraient +inspirais +inspirait +inspirant +inspiras +inspirasse +inspirassent +inspirasses +inspirassiez +inspirassions +inspirateur +inspirateurs +inspiration +inspirations +inspiratrice +inspiratrices +inspirmes +inspirt +inspirtes +inspire +inspirent +inspirer +inspirera +inspirerai +inspireraient +inspirerais +inspirerait +inspireras +inspirerez +inspireriez +inspirerions +inspirerons +inspireront +inspires +inspirez +inspir +inspire +inspires +inspirs +inspirrent +inspiriez +inspirions +inspirons +instabilit +instabilits +instable +instables +installa +installai +installaient +installais +installait +installant +installas +installasse +installassent +installasses +installassiez +installassions +installation +installations +installmes +installt +installtes +installe +installent +installer +installera +installerai +installeraient +installerais +installerait +installeras +installerez +installeriez +installerions +installerons +installeront +installes +installez +install +installe +installes +installs +installrent +installiez +installions +installons +instamment +instance +instances +instant +instantan +instantane +instantanes +instantanment +instantans +instante +instantes +instants +instar +instaura +instaurai +instauraient +instaurais +instaurait +instaurant +instauras +instaurasse +instaurassent +instaurasses +instaurassiez +instaurassions +instaurmes +instaurt +instaurtes +instaure +instaurent +instaurer +instaurera +instaurerai +instaureraient +instaurerais +instaurerait +instaureras +instaurerez +instaureriez +instaurerions +instaurerons +instaureront +instaures +instaurez +instaur +instaure +instaures +instaurs +instaurrent +instauriez +instaurions +instaurons +instigateur +instigateurs +instigation +instigations +instigatrice +instigatrices +instilla +instillai +instillaient +instillais +instillait +instillant +instillas +instillasse +instillassent +instillasses +instillassiez +instillassions +instillation +instillations +instillmes +instillt +instilltes +instille +instillent +instiller +instillera +instillerai +instilleraient +instillerais +instillerait +instilleras +instillerez +instilleriez +instillerions +instillerons +instilleront +instilles +instillez +instill +instille +instilles +instills +instillrent +instilliez +instillions +instillons +instinct +instinctif +instinctifs +instinctive +instinctivement +instinctives +instincts +institua +instituai +instituaient +instituais +instituait +instituant +instituas +instituasse +instituassent +instituasses +instituassiez +instituassions +institumes +institut +institute +institue +instituent +instituer +instituera +instituerai +institueraient +instituerais +instituerait +institueras +instituerez +institueriez +instituerions +instituerons +institueront +institues +instituez +institu +institue +institues +institus +institurent +instituiez +instituions +instituons +institut +instituteur +instituteurs +institution +institutions +institutrice +institutrices +instituts +instructif +instructifs +instruction +instructions +instructive +instructives +instruira +instruirai +instruiraient +instruirais +instruirait +instruiras +instruire +instruirez +instruiriez +instruirions +instruirons +instruiront +instruis +instruisaient +instruisais +instruisait +instruisant +instruise +instruisent +instruises +instruisez +instruisiez +instruisions +instruisirent +instruisis +instruisisse +instruisissent +instruisisses +instruisissiez +instruisissions +instruisit +instruismes +instruistes +instruisons +instruit +instruite +instruites +instruits +instrut +instrument +instrumenta +instrumentai +instrumentaient +instrumentais +instrumentait +instrumental +instrumentale +instrumentales +instrumentant +instrumentas +instrumentasse +instrumentassent +instrumentasses +instrumentassiez +instrumentassions +instrumentation +instrumentations +instrumentaux +instrumentmes +instrumentt +instrumenttes +instrumente +instrumentent +instrumenter +instrumentera +instrumenterai +instrumenteraient +instrumenterais +instrumenterait +instrumenteras +instrumenterez +instrumenteriez +instrumenterions +instrumenterons +instrumenteront +instrumentes +instrumentez +instrument +instrumente +instrumentes +instruments +instrumentrent +instrumentiez +instrumentions +instrumentiste +instrumentistes +instrumentons +instruments +insu +insubmersible +insubmersibles +insubordination +insubordinations +insuccs +insuffisamment +insuffisance +insuffisances +insuffisant +insuffisante +insuffisantes +insuffisants +insuffla +insufflai +insufflaient +insufflais +insufflait +insufflant +insufflas +insufflasse +insufflassent +insufflasses +insufflassiez +insufflassions +insufflmes +insufflt +insuffltes +insuffle +insufflent +insuffler +insufflera +insufflerai +insuffleraient +insufflerais +insufflerait +insuffleras +insufflerez +insuffleriez +insufflerions +insufflerons +insuffleront +insuffles +insufflez +insuffl +insuffle +insuffles +insuffls +insufflrent +insuffliez +insufflions +insufflons +insulaire +insulaires +insularit +insularits +insuline +insulta +insultai +insultaient +insultais +insultait +insultant +insultas +insultasse +insultassent +insultasses +insultassiez +insultassions +insultmes +insultt +insulttes +insulte +insultent +insulter +insultera +insulterai +insulteraient +insulterais +insulterait +insulteras +insulterez +insulteriez +insulterions +insulterons +insulteront +insultes +insulteur +insulteurs +insultez +insult +insulte +insultes +insults +insultrent +insultiez +insultions +insultons +insupportable +insupportablement +insupportables +insurge +insurgea +insurgeai +insurgeaient +insurgeais +insurgeait +insurgeant +insurgeas +insurgeasse +insurgeassent +insurgeasses +insurgeassiez +insurgeassions +insurgemes +insurgetes +insurgent +insurgeons +insurger +insurgera +insurgerai +insurgeraient +insurgerais +insurgerait +insurgeras +insurgerez +insurgeriez +insurgerions +insurgerons +insurgeront +insurges +insurgez +insurg +insurge +insurges +insurgs +insurgrent +insurgiez +insurgions +insurmontable +insurmontablement +insurmontables +insurrection +insurrectionel +insurrectionelle +insurrectionellement +insurrectionelles +insurrectionels +insurrections +insus +intact +intacte +intactes +intacts +intaille +intailles +intangible +intangibles +intarissable +intarissablement +intarissables +intellect +intellects +intellectuel +intellectuelle +intellectuellement +intellectuelles +intellectuels +intelligemment +intelligence +intelligences +intelligent +intelligente +intelligentes +intelligents +intelligibilit +intelligibilits +intelligible +intelligiblement +intelligibles +intempestif +intempestifs +intempestive +intempestivement +intempestives +intemprance +intemprances +intemprant +intemprante +intemprantes +intemprants +intemprie +intempries +intenable +intenables +intendance +intendances +intendant +intendante +intendantes +intendants +intense +intenses +intensment +intensif +intensifia +intensifiai +intensifiaient +intensifiais +intensifiait +intensifias +intensifiasse +intensifiassent +intensifiasses +intensifiassiez +intensifiassions +intensifimes +intensifit +intensifites +intensifie +intensifient +intensifier +intensifiera +intensifierai +intensifieraient +intensifierais +intensifierait +intensifieras +intensifierez +intensifieriez +intensifierions +intensifierons +intensifieront +intensifies +intensifiez +intensifi +intensifie +intensifies +intensifis +intensifirent +intensifiiez +intensifiions +intensifions +intensifs +intensit +intensits +intensive +intensivement +intensives +intenta +intentai +intentaient +intentais +intentait +intentant +intentas +intentasse +intentassent +intentasses +intentassiez +intentassions +intentmes +intentt +intenttes +intente +intentent +intenter +intentera +intenterai +intenteraient +intenterais +intenterait +intenteras +intenterez +intenteriez +intenterions +intenterons +intenteront +intentes +intentez +intent +intente +intentes +intents +intentrent +intentiez +intention +intentionnel +intentionnelle +intentionnellement +intentionnelles +intentionnels +intentionn +intentionne +intentionnes +intentionns +intentions +intentons +inter +interaction +interactions +interalli +interallie +interallies +interallis +interarmes +intercala +intercalai +intercalaient +intercalaire +intercalaires +intercalais +intercalait +intercalant +intercalas +intercalasse +intercalassent +intercalasses +intercalassiez +intercalassions +intercalation +intercalations +intercalmes +intercalt +intercaltes +intercale +intercalent +intercaler +intercalera +intercalerai +intercaleraient +intercalerais +intercalerait +intercaleras +intercalerez +intercaleriez +intercalerions +intercalerons +intercaleront +intercales +intercalez +intercal +intercale +intercales +intercals +intercalrent +intercaliez +intercalions +intercalons +intercepta +interceptai +interceptaient +interceptais +interceptait +interceptant +interceptas +interceptasse +interceptassent +interceptasses +interceptassiez +interceptassions +interceptmes +interceptt +intercepttes +intercepte +interceptent +intercepter +interceptera +intercepterai +intercepteraient +intercepterais +intercepterait +intercepteras +intercepterez +intercepteriez +intercepterions +intercepterons +intercepteront +interceptes +interceptez +intercept +intercepte +interceptes +intercepts +interceptrent +interceptiez +interception +interceptions +interceptons +intercesseur +intercesseurs +intercession +intercessions +intercda +intercdai +intercdaient +intercdais +intercdait +intercdant +intercdas +intercdasse +intercdassent +intercdasses +intercdassiez +intercdassions +intercdmes +intercdt +intercdtes +intercder +intercdera +intercderai +intercderaient +intercderais +intercderait +intercderas +intercderez +intercderiez +intercderions +intercderons +intercderont +intercdez +intercd +intercde +intercdes +intercds +intercdrent +intercdiez +intercdions +intercdons +intercde +intercdent +intercdes +interchangeable +interchangeables +intercontinental +intercontinentale +intercontinentales +intercontinentaux +intercostal +intercostale +intercostales +intercostaux +interdpendance +interdpendances +interdiction +interdictions +interdira +interdirai +interdiraient +interdirais +interdirait +interdiras +interdire +interdirent +interdirez +interdiriez +interdirions +interdirons +interdiront +interdis +interdisaient +interdisais +interdisait +interdisant +interdisciplinaire +interdise +interdisent +interdises +interdisez +interdisiez +interdisions +interdisons +interdisse +interdissent +interdisses +interdissiez +interdissions +interdit +interdite +interdites +interdits +interdmes +interdt +interdtes +interface +interfaces +interfaage +interfaages +interfrence +interfrences +interfrer +interfre +interjection +interjections +interligna +interlignai +interlignaient +interlignais +interlignait +interlignant +interlignas +interlignasse +interlignassent +interlignasses +interlignassiez +interlignassions +interlignmes +interlignt +interligntes +interligne +interlignent +interligner +interlignera +interlignerai +interligneraient +interlignerais +interlignerait +interligneras +interlignerez +interligneriez +interlignerions +interlignerons +interligneront +interlignes +interlignez +interlign +interligne +interlignes +interligns +interlignrent +interligniez +interlignions +interlignons +interlocuteur +interlocuteurs +interlocutrice +interlocutrices +interlope +interlopes +interloqua +interloquai +interloquaient +interloquais +interloquait +interloquant +interloquas +interloquasse +interloquassent +interloquassiez +interloquassions +interloqumes +interloqut +interloqutes +interloque +interloquent +interloquer +interloquera +interloquerai +interloqueraient +interloquerais +interloquerait +interloqueras +interloquerez +interloqueriez +interloquerions +interloquerons +interloqueront +interloques +interloquez +interloqu +interloque +interloques +interloqus +interloqurent +interloquiez +interloquions +interloquons +interlude +interludes +intermdiaire +intermdiaires +intermde +intermdes +interminable +interminablement +interminables +intermittence +intermittences +intermittent +intermittente +intermittentes +intermittents +interna +internai +internaient +internais +internait +internant +internas +internasse +internassent +internasses +internassiez +internassions +internat +international +internationale +internationalement +internationales +internationalisme +internationaliste +internationalistes +internationaux +internats +internmes +internt +interntes +interne +internement +internements +internent +interner +internera +internerai +interneraient +internerais +internerait +interneras +internerez +interneriez +internerions +internerons +interneront +internes +internez +intern +interne +internes +interns +internrent +interniez +internions +internons +interocanique +interocaniques +interpella +interpellai +interpellaient +interpellais +interpellait +interpellant +interpellas +interpellasse +interpellassent +interpellasses +interpellassiez +interpellassions +interpellateur +interpellateurs +interpellation +interpellations +interpellatrice +interpellatrices +interpellmes +interpellt +interpelltes +interpelle +interpellent +interpeller +interpellera +interpellerai +interpelleraient +interpellerais +interpellerait +interpelleras +interpellerez +interpelleriez +interpellerions +interpellerons +interpelleront +interpelles +interpellez +interpell +interpelle +interpelles +interpells +interpellrent +interpelliez +interpellions +interpellons +interphone +interphones +interplantaire +interplantaires +interpola +interpolai +interpolaient +interpolais +interpolait +interpolant +interpolas +interpolasse +interpolassent +interpolasses +interpolassiez +interpolassions +interpolation +interpolations +interpolmes +interpolt +interpoltes +interpole +interpolent +interpoler +interpolera +interpolerai +interpoleraient +interpolerais +interpolerait +interpoleras +interpolerez +interpoleriez +interpolerions +interpolerons +interpoleront +interpoles +interpolez +interpol +interpole +interpoles +interpols +interpolrent +interpoliez +interpolions +interpolons +interposa +interposai +interposaient +interposais +interposait +interposant +interposas +interposasse +interposassent +interposasses +interposassiez +interposassions +interposmes +interpost +interpostes +interpose +interposent +interposer +interposera +interposerai +interposeraient +interposerais +interposerait +interposeras +interposerez +interposeriez +interposerions +interposerons +interposeront +interposes +interposez +interpos +interpose +interposes +interposs +interposrent +interposiez +interposions +interposition +interpositions +interposons +interprta +interprtai +interprtaient +interprtais +interprtait +interprtant +interprtas +interprtasse +interprtassent +interprtasses +interprtassiez +interprtassions +interprtateur +interprtateurs +interprtatif +interprtatifs +interprtation +interprtations +interprtative +interprtatives +interprtatrice +interprtatrices +interprtmes +interprtt +interprttes +interprter +interprtera +interprterai +interprteraient +interprterais +interprterait +interprteras +interprterez +interprteriez +interprterions +interprterons +interprteront +interprtes +interprtez +interprt +interprte +interprtes +interprts +interprtrent +interprtiez +interprtions +interprtons +interprte +interprtent +interprtes +interrgne +interrgnes +interrogateur +interrogateurs +interrogatif +interrogatifs +interrogation +interrogations +interrogative +interrogatives +interrogatoire +interrogatoires +interrogatrice +interrogatrices +interroge +interrogea +interrogeai +interrogeaient +interrogeais +interrogeait +interrogeant +interrogeas +interrogeasse +interrogeassent +interrogeasses +interrogeassiez +interrogeassions +interrogemes +interroget +interrogetes +interrogent +interrogeons +interroger +interrogera +interrogerai +interrogeraient +interrogerais +interrogerait +interrogeras +interrogerez +interrogeriez +interrogerions +interrogerons +interrogeront +interroges +interrogez +interrog +interroge +interroges +interrogs +interrogrent +interrogiez +interrogions +interrompaient +interrompais +interrompait +interrompant +interrompe +interrompent +interrompes +interrompez +interrompiez +interrompions +interrompirent +interrompis +interrompisse +interrompissent +interrompisses +interrompissiez +interrompissions +interrompit +interrompmes +interrompt +interromptes +interrompons +interrompra +interromprai +interrompraient +interromprais +interromprait +interrompras +interrompre +interromprez +interrompriez +interromprions +interromprons +interrompront +interromps +interrompt +interrompu +interrompue +interrompues +interrompus +interrupteur +interrupteurs +interruption +interruptions +interruptrice +interruptrices +intersection +intersections +intersidral +intersidrale +intersidrales +intersidraux +interstellaire +interstellaires +interstice +interstices +interstitiel +interstitielle +interstitielles +interstitiels +intertropical +intertropicale +intertropicales +intertropicaux +interurbain +interurbaine +interurbaines +interurbains +intervalle +intervalles +intervenaient +intervenais +intervenait +intervenant +intervenants +intervenez +interveniez +intervenions +intervenir +intervenons +intervention +interventions +intervenu +intervenue +intervenues +intervenus +interversion +interversions +interverti +intervertie +interverties +intervertir +intervertira +intervertirai +intervertiraient +intervertirais +intervertirait +intervertiras +intervertirent +intervertirez +intervertiriez +intervertirions +intervertirons +intervertiront +intervertis +intervertissaient +intervertissais +intervertissait +intervertissant +intervertisse +intervertissent +intervertisses +intervertissez +intervertissiez +intervertissions +intervertissons +intervertit +intervertmes +interverttes +interviendra +interviendrai +interviendraient +interviendrais +interviendrait +interviendras +interviendrez +interviendriez +interviendrions +interviendrons +interviendront +intervienne +interviennent +interviennes +interviens +intervient +interview +interviewer +interviewers +interviews +intervinrent +intervins +intervint +intervinusse +intervinussent +intervinusses +intervinussiez +intervinussions +intervnmes +intervnt +intervntes +intestat +intestate +intestates +intestats +intestin +intestinal +intestinale +intestinales +intestinaux +intestine +intestines +intestins +intgra +intgrai +intgraient +intgrais +intgrait +intgral +intgrale +intgralement +intgrales +intgralit +intgralits +intgrant +intgrante +intgrantes +intgrants +intgras +intgrasse +intgrassent +intgrasses +intgrassiez +intgrassions +intgration +intgrations +intgraux adj +intgrmes +intgrt +intgrtes +intgrer +intgrera +intgrerai +intgreraient +intgrerais +intgrerait +intgreras +intgrerez +intgreriez +intgrerions +intgrerons +intgreront +intgres +intgrez +intgr +intgre +intgres +intgrs +intgrrent +intgriez +intgrions +intgrisme +intgriste +intgristes +intgrit +intgrits +intgrons +intressa +intressai +intressaient +intressais +intressait +intressant +intressante +intressantes +intressants +intressas +intressasse +intressassent +intressasses +intressassiez +intressassions +intressmes +intresst +intresstes +intresse +intressement +intressements +intressent +intresser +intressera +intresserai +intresseraient +intresserais +intresserait +intresseras +intresserez +intresseriez +intresserions +intresserons +intresseront +intresses +intressez +intress +intresse +intresses +intresss +intressrent +intressiez +intressions +intressons +intrt +intrts +intrieur +intrieure +intrieurement +intrieures +intrieurs +intrim +intrimaire +intrimaires +intrims +intrioris +intgre +intgrement +intgrent +intgres +intialis +intialise +intialises +intialiss +intima +intimai +intimaient +intimais +intimait +intimant +intimas +intimasse +intimassent +intimasses +intimassiez +intimassions +intimation +intimations +intimmes +intimt +intimtes +intime +intimement +intiment +intimer +intimera +intimerai +intimeraient +intimerais +intimerait +intimeras +intimerez +intimeriez +intimerions +intimerons +intimeront +intimes +intimez +intim +intimes +intims +intimrent +intimida +intimidai +intimidaient +intimidais +intimidait +intimidant +intimidante +intimidantes +intimidants +intimidas +intimidasse +intimidassent +intimidasses +intimidassiez +intimidassions +intimidation +intimidations +intimidmes +intimidt +intimidtes +intimide +intimident +intimider +intimidera +intimiderai +intimideraient +intimiderais +intimiderait +intimideras +intimiderez +intimideriez +intimiderions +intimiderons +intimideront +intimides +intimidez +intimid +intimide +intimides +intimids +intimidrent +intimidiez +intimidions +intimidons +intimiez +intimions +intimit +intimits +intimons +intitula +intitulai +intitulaient +intitulais +intitulait +intitulant +intitulas +intitulasse +intitulassent +intitulasses +intitulassiez +intitulassions +intitulmes +intitultes +intitule +intitulent +intituler +intitulera +intitulerai +intituleraient +intitulerais +intitulerait +intituleras +intitulerez +intituleriez +intitulerions +intitulerons +intituleront +intitules +intitulez +intitul +intitule +intitules +intituls +intitulrent +intituliez +intitulions +intitulons +intolrable +intolrablement +intolrables +intolrance +intolrances +intolrant +intolrante +intolrantes +intolrants +intonation +intonations +intouchable +intouchables +intoxication +intoxications +intoxiqua +intoxiquai +intoxiquaient +intoxiquais +intoxiquait +intoxiquant +intoxiquas +intoxiquasse +intoxiquassent +intoxiquasses +intoxiquassiez +intoxiquassions +intoxiqumes +intoxiqut +intoxiqutes +intoxique +intoxiquent +intoxiquer +intoxiquera +intoxiquerai +intoxiqueraient +intoxiquerais +intoxiquerait +intoxiqueras +intoxiquerez +intoxiqueriez +intoxiquerions +intoxiquerons +intoxiqueront +intoxiques +intoxiquez +intoxiqu +intoxique +intoxiques +intoxiqus +intoxiqurent +intoxiquiez +intoxiquions +intoxiquons +intra +intraduisable +intraduisables +intraitable +intraitables +intramusculaire +intramusculaires +intransigeance +intransigeances +intransigeant +intransigeante +intransigeantes +intransigeants +intransitif +intransitifs +intransitive +intransitivement +intransitives +intransportable +intransportables +intraveineuse +intraveineuses +intraveineux +intrpide +intrpidement +intrpides +intrpidit +intrpidits +intrigant +intrigante +intrigantes +intrigants +intrigua +intriguai +intriguaient +intriguais +intriguait +intriguant +intriguas +intriguasse +intriguassent +intriguasses +intriguassiez +intriguassions +intrigumes +intrigut +intrigutes +intrigue +intriguent +intriguer +intriguera +intriguerai +intrigueraient +intriguerais +intriguerait +intriguerez +intrigueriez +intriguerions +intriguerons +intrigueront +intrigues +intriguez +intrigu +intrigue +intrigues +intrigus +intrigurent +intriguiez +intriguions +intriguons +intrinsque +intrinsquement +intrinsques +introducteur +introducteurs +introductif +introduction +introductions +introductrice +introductrices +introduira +introduirai +introduiraient +introduirais +introduirait +introduiras +introduire +introduirez +introduiriez +introduirions +introduirons +introduiront +introduis +introduisaient +introduisais +introduisait +introduisant +introduise +introduisent +introduises +introduisez +introduisiez +introduisions +introduisirent +introduisis +introduisisse +introduisissent +introduisisses +introduisissiez +introduisissions +introduisit +introduismes +introduist +introduistes +introduisons +introduit +introduite +introduites +introduits +intronisa +intronisai +intronisaient +intronisais +intronisait +intronisant +intronisas +intronisasse +intronisassent +intronisassiez +intronisassions +intronisation +intronisations +intronismes +intronist +intronistes +intronise +intronisent +introniser +intronisera +introniserai +introniseraient +introniserais +introniserait +introniseras +introniserez +introniseriez +introniserions +introniserons +introniseront +intronises +intronisez +intronis +intronise +intronises +introniss +intronisrent +intronisiez +intronisions +intronisons +introspection +introspections +introuvable +introuvables +intrus +intruse +intruses +intrusion +intrusions +intuitif +intuitifs +intuition +intuitions +intuitive +intuitivement +intuitives +intumescence +intumescences +intumescent +intumescente +intumescentes +intumescents +inusable +inusables +inusit +inusite +inusites +inusits +inutile +inutilement +inutiles +inutilisa +inutilisable +inutilisables +inutilisai +inutilisaient +inutilisais +inutilisait +inutilisant +inutilisas +inutilisasse +inutilisassent +inutilisasses +inutilisassiez +inutilisassions +inutilismes +inutilist +inutilistes +inutilise +inutilisent +inutiliser +inutilisera +inutiliserai +inutiliseraient +inutiliserait +inutiliseras +inutiliserez +inutiliseriez +inutiliserions +inutiliserons +inutiliseront +inutilises +inutilisez +inutilis +inutilise +inutilises +inutiliss +inutilisrent +inutilisiez +inutilisions +inutilisons +inutilit +inutilits +invaincu +invaincue +invaincues +invaincus +invalida +invalidai +invalidaient +invalidais +invalidait +invalidant +invalidas +invalidasse +invalidassent +invalidasses +invalidassiez +invalidassions +invalidation +invalidations +invalidmes +invalidt +invalidtes +invalide +invalidement +invalident +invalider +invalidera +invaliderai +invalideraient +invaliderais +invaliderait +invalideras +invaliderez +invalideriez +invaliderions +invaliderons +invalideront +invalides +invalidez +invalid +invalide +invalides +invalids +invalidrent +invalidiez +invalidions +invalidit +invalidits +invalidons +invar +invariabilit +invariabilits +invariable +invariablement +invariables +invasion +invasions +invectiva +invectivai +invectivaient +invectivais +invectivait +invectivant +invectivas +invectivasse +invectivassent +invectivasses +invectivassiez +invectivassions +invectivmes +invectivt +invectivtes +invective +invectivent +invectiver +invectivera +invectiverai +invectiveraient +invectiverais +invectiverait +invectiveras +invectiverez +invectiveriez +invectiverions +invectiverons +invectiveront +invectives +invectivez +invectiv +invective +invectives +invectivs +invectivrent +invectiviez +invectivions +invectivons +invendable +invendables +invendu +invendue +invendues +invendus +inventa +inventai +inventaient +inventaire +inventaires +inventais +inventait +inventant +inventas +inventasse +inventassent +inventasses +inventassiez +inventassions +inventmes +inventt +inventtes +invente +inventent +inventer +inventera +inventerai +inventeraient +inventerais +inventerait +inventeras +inventerez +inventeriez +inventerions +inventerons +inventeront +inventes +inventeur +inventeurs +inventez +invent +invente +inventes +invents +inventrent +inventiez +inventif +inventifs +invention +inventions +inventive +inventives +inventons +inventoria +inventoriai +inventoriaient +inventoriais +inventoriait +inventoriant +inventorias +inventoriasse +inventoriassent +inventoriasses +inventoriassiez +inventoriassions +inventorimes +inventorit +inventorites +inventorie +inventorient +inventorier +inventoriera +inventorierai +inventorieraient +inventorierais +inventorierait +inventorieras +inventorierez +inventorieriez +inventorierions +inventorierons +inventorieront +inventories +inventoriez +inventori +inventorie +inventories +inventoris +inventorirent +inventoriiez +inventoriions +inventorions +inventrice +inventrices +inversa +inversai +inversaient +inversais +inversait +inversant +inversas +inversasse +inversassent +inversasses +inversassiez +inversassions +inversmes +inverst +inverstes +inverse +inversement +inversent +inverser +inversera +inverserai +inverseraient +inverserais +inverserait +inverseras +inverserez +inverseriez +inverserions +inverserons +inverseront +inverses +inverseur +inverseurs +inversez +invers +inverse +inverses +inverss +inversrent +inversiez +inversion +inversions +inversons +invertbr +invertbre +invertbres +invertbrs +inverti +invertie +inverties +invertir +invertira +invertirai +invertiraient +invertirais +invertirait +invertiras +invertirent +invertirez +invertiriez +invertirions +invertirons +invertiront +invertis +invertissaient +invertissais +invertissait +invertissant +invertisse +invertissent +invertisses +invertissez +invertissiez +invertissions +invertissons +invertit +invertmes +invertt +inverttes +investi +investie +investies +investigateur +investigateurs +investigation +investigations +investigatrice +investigatrices +investir +investira +investirai +investiraient +investirais +investirait +investiras +investirent +investirez +investiriez +investirions +investirons +investiront +investis +investissaient +investissais +investissait +investissant +investisse +investissement +investissements +investissent +investisses +investissez +investissiez +investissions +investissons +investit +investiture +investitures +investmes +investt +investtes +invrifiable +invtr +invtre +invtres +invtrs +invincible +invinciblement +invincibles +inviolabilit +inviolabilits +inviolable +inviolablement +inviolables +invisibilit +invisibilits +invisible +invisiblement +invisibles +invita +invitai +invitaient +invitais +invitait +invitant +invitas +invitasse +invitassent +invitasses +invitassiez +invitassions +invitation +invitations +invitmes +invitt +invittes +invite +invitent +inviter +invitera +inviterai +inviteraient +inviterais +inviterait +inviteras +inviterez +inviteriez +inviterions +inviterons +inviteront +invites +invitez +invit +invite +invites +invits +invitrent +invitiez +invitions +invitons +invivable +invivables +invocateur +invocateure +invocateures +invocateurs +invocation +invocations +involontaire +involontairement +involontaires +involution +involutions +invoqua +invoquai +invoquaient +invoquais +invoquait +invoquant +invoquas +invoquasse +invoquassent +invoquasses +invoquassiez +invoquassions +invoqumes +invoqut +invoqutes +invoque +invoquent +invoquer +invoquera +invoquerai +invoqueraient +invoquerais +invoquerait +invoqueras +invoquerez +invoqueriez +invoquerions +invoquerons +invoqueront +invoques +invoquez +invoqu +invoque +invoques +invoqus +invoqurent +invoquiez +invoquions +invoquons +invraisemblable +invraisemblablement +invraisemblables +invraisemblance +invraisemblances +invulnrable +invulnrablement +invulnrables +iode +iod +iode +iodes +iods +ion +ionie +ionien +ionienne +ioniennes +ioniens +ionisation +ionisations +ions +iota +ipso +ira +irai +iraient +irais +irait +irak +irakien +irakienne +irakiennes +irakiens +iran +iranien +iranienne +iraniennes +iraniens +iraqien +iraqienne +iraqiennes +iraqiens +iras +irascibilt +irascibilts +irascible +irascibles +irez +iridium +iriez +irions +iris +irisa +irisai +irisaient +irisais +irisait +irisant +irisas +irisasse +irisassent +irisasses +irisassiez +irisassions +irisation +irisations +irismes +irist +iristes +irise +irisent +iriser +irisera +iriserai +iriseraient +iriserais +iriserait +iriseras +iriserez +iriseriez +iriserions +iriserons +iriseront +irises +irisez +iris +irise +irises +iriss +irisrent +irisiez +irisions +irisons +irlandais +irlandaise +irlandaises +irlande +ironie +ironies +ironique +ironiquement +ironiques +ironisa +ironisai +ironisaient +ironisais +ironisait +ironisant +ironisas +ironisasse +ironisassent +ironisasses +ironisassiez +ironisassions +ironismes +ironist +ironistes +ironise +ironisent +ironiser +ironisera +ironiserai +ironiseraient +ironiserais +ironiserait +ironiseras +ironiserez +ironiseriez +ironiserions +ironiserons +ironiseront +ironises +ironisez +ironis +ironise +ironises +ironiss +ironisrent +ironisiez +ironisions +ironisons +ironiste +ironistes +irons +iront +irradia +irradiai +irradiaient +irradiais +irradiait +irradiant +irradias +irradiasse +irradiassent +irradiasses +irradiassiez +irradiassions +irradiation +irradiations +irradimes +irradit +irradites +irradie +irradient +irradier +irradiera +irradierai +irradieraient +irradierais +irradierait +irradieras +irradierez +irradieriez +irradierions +irradierons +irradieront +irradies +irradiez +irradi +irradie +irradies +irradis +irradirent +irradiiez +irradiions +irradions +irraisonn +irraisonne +irraisonnes +irraisonns +irrationnel +irrationnelle +irrationnellement +irrationnelles +irrationnels +irrecevabilit +irrecevabilits +irrecevable +irrecevables +irremplaable +irremplaables +irrespectueuse +irrespectueusement +irrespectueuses +irrespectueux +irrespirable +irrespirables +irresponsabilit +irresponsabilits +irresponsable +irresponsablement +irresponsables +irralisable +irralisables +irralit +irralits +irrconciliable +irrconciliables +irrcouvrable +irrcouvrables +irrcusable +irrcusables +irrductible +irrductibles +irrel +irrelle +irrelles +irrels +irrflexion +irrflexions +irrflchi +irrflchie +irrflchies +irrflchis +irrfragable +irrfragables +irrfutable +irrfutablement +irrfutables +irrgularit +irrgularits +irrgulier +irrguliers +irrgulire +irrgulires +irrligieuse +irrligieuses +irrligieux +irrligion +irrmdiable +irrmdiablement +irrmdiables +irrmissible +irrmissiblement +irrmissibles +irrparable +irrparablement +irrparables +irrprochable +irrprochablement +irrprochables +irrsistible +irrsistiblement +irrsistibles +irrsolu +irrsolue +irrsolues +irrsolument +irrsolus +irrsolution +irrsolutions +irrtrcissable +irrtrcissables +irrversible +irrversibles +irrvrence +irrvrences +irrvrencieuse +irrvrencieusement +irrvrencieuses +irrvrencieux +irrvocable +irrvocablement +irrvocables +irrigable +irrigables +irrigation +irrigations +irrigua +irriguai +irriguaient +irriguais +irriguait +irriguant +irriguasse +irriguassent +irriguassiez +irriguassions +irrigumes +irrigut +irrigutes +irrigue +irriguent +irriguer +irriguera +irriguerai +irrigueraient +irriguerais +irriguerait +irrigueras +irriguerez +irrigueriez +irriguerions +irriguerons +irrigueront +irrigues +irriguez +irrigu +irrigue +irrigues +irrigus +irrigurent +irriguiez +irriguions +irriguons +irrita +irritabilit +irritabilits +irritable +irritables +irritai +irritaient +irritais +irritait +irritant +irritante +irritantes +irritants +irritas +irritasse +irritassent +irritasses +irritassiez +irritassions +irritation +irritations +irritmes +irritt +irrittes +irrite +irritent +irriter +irritera +irriterai +irriteraient +irriterais +irriterait +irriteras +irriterez +irriteriez +irriterions +irriterons +irriteront +irrites +irritez +irrit +irrite +irrites +irrits +irritrent +irritiez +irritions +irritons +irruption +irruptions +isabelle +isard +isards +isba +isbas +islam +islamique +islamiques +islamisme +islandais +islandaise +islandaises +islande +isobare +isobares +isocle +isocles +isochrone +isochrones +isochronisme +isola +isolai +isolaient +isolais +isolait +isolant +isolante +isolantes +isolanteur +isolanteurs +isolantrice +isolantrices +isolants +isolas +isolasse +isolassent +isolasses +isolassiez +isolassions +isolation +isolationnisme +isolationniste +isolationnistes +isolations +isolmes +isolt +isoltes +isole +isolement nom +isolements +isolent +isoler +isolera +isolerai +isoleraient +isolerais +isolerait +isoleras +isolerez +isoleriez +isolerions +isolerons +isoleront +isoles +isolez +isol +isole +isoles +isolment +isols +isolrent +isoliez +isolions +isoloir +isoloirs +isolons +isomre +isomres +isomorphe +isomorphes +isotherme +isothermes +isotope +isotopes +isotopique +isotopiques +isral +isralien +isralienne +israliennes +israliens +isralite +isralites +issu +issue +issues +issus +isthme +isthmes +italianisant +italianisante +italianisantes +italianisants +italianisme +italianismes +italie +italien +italienne +italiennes +italiens +italique +italiques +item +itratif +itratifs +itration +itrations +itrative +itrativement +itratives +itinraire +itinraires +itinrant +itinrante +itinrantes +itinrants +ivoire +ivoires +ivraie +ivraies +ivre +ivres +ivresse +ivresses +ivrogne +ivrognerie +ivrogneries +ivrognes +ivrognesse +ivrognesses +j +jabot +jabota +jabotai +jabotaient +jabotais +jabotait +jabotant +jabotas +jabotasse +jabotassent +jabotasses +jabotassiez +jabotassions +jabotmes +jabott +jabottes +jabote +jabotent +jaboter +jabotera +jaboterai +jaboteraient +jaboterais +jaboterait +jaboteras +jaboterez +jaboteriez +jaboterions +jaboterons +jaboteront +jabotes +jabotez +jabot +jabote +jabotes +jabots +jabotrent +jabotiez +jabotions +jabotons +jabots +jacassa +jacassai +jacassaient +jacassais +jacassait +jacassant +jacassas +jacassasse +jacassassent +jacassasses +jacassassiez +jacassassions +jacassmes +jacasst +jacasstes +jacasse +jacassent +jacasser +jacassera +jacasserai +jacasseraient +jacasserais +jacasserait +jacasseras +jacasserez +jacasserie +jacasseries +jacasseriez +jacasserions +jacasserons +jacasseront +jacasses +jacassez +jacass +jacasse +jacasses +jacasss +jacassrent +jacassiez +jacassions +jacassons +jacent +jacente +jacentes +jacents +jachre +jachres +jacinthe +jacinthes +jacobin +jacobine +jacobines +jacobinisme +jacobins +jacquard +jacquards +jacquerie +jacquet +jactance +jactances +jade +jadis +jaguar +jaguars +jailli +jaillie +jaillies +jaillir +jaillira +jaillirai +jailliraient +jaillirais +jaillirait +jailliras +jaillirent +jaillirez +jailliriez +jaillirions +jaillirons +jailliront +jaillis +jaillissaient +jaillissais +jaillissait +jaillissant +jaillisse +jaillissement +jaillissements +jaillissent +jaillisses +jaillissez +jaillissiez +jaillissions +jaillissons +jaillit +jaillmes +jaillt +jailltes +jais +jalon +jalonna +jalonnai +jalonnaient +jalonnais +jalonnait +jalonnant +jalonnas +jalonnasse +jalonnassent +jalonnasses +jalonnassiez +jalonnassions +jalonnmes +jalonnt +jalonntes +jalonne +jalonnement +jalonnements +jalonnent +jalonner +jalonnera +jalonnerai +jalonneraient +jalonnerais +jalonnerait +jalonneras +jalonnerez +jalonneriez +jalonnerions +jalonnerons +jalonneront +jalonnes +jalonnez +jalonn +jalonne +jalonnes +jalonns +jalonnrent +jalonniez +jalonnions +jalonnons +jalons +jalousa +jalousai +jalousaient +jalousais +jalousait +jalousant +jalousas +jalousasse +jalousassent +jalousasses +jalousassiez +jalousassions +jalousmes +jaloust +jaloustes +jalouse +jalousement +jalousent +jalouser +jalousera +jalouserai +jalouseraient +jalouserais +jalouserait +jalouseras +jalouserez +jalouserie +jalouseries +jalouseriez +jalouserions +jalouserons +jalouseront +jalouses +jalousez +jalous +jalouse +jalouses +jalouss +jalousrent +jalousie +jalousies +jalousiez +jalousions +jalousons +jaloux +jamais +jambage +jambages +jambe +jambes +jambire +jambires +jambon +jambonneau +jambonneaux +jambons +janissaire +janissaires +jansnisme +jansniste +jansnistes +jante +jantes +janvier +janviers +japon +japonais +japonaise +japonaises +jappa +jappai +jappaient +jappais +jappait +jappant +jappas +jappasse +jappassent +jappasses +jappassiez +jappassions +jappmes +jappt +japptes +jappe +jappement +jappements +jappent +japper +jappera +japperai +japperaient +japperais +japperait +japperas +japperez +japperiez +japperions +japperons +japperont +jappes +jappez +japp +jappe +jappes +japps +japprent +jappiez +jappions +jappons +jaquemart +jaquemarts +jaquette +jaquettes +jardin +jardina +jardinage +jardinages +jardinai +jardinaient +jardinais +jardinait +jardinant +jardinas +jardinasse +jardinassent +jardinasses +jardinassiez +jardinassions +jardinmes +jardint +jardintes +jardine +jardinent +jardiner +jardinera +jardinerai +jardineraient +jardinerais +jardinerait +jardineras +jardinerez +jardineriez +jardinerions +jardinerons +jardineront +jardines +jardinet +jardinets +jardinez +jardin +jardine +jardines +jardins +jardinrent +jardinier +jardiniers +jardiniez +jardinire +jardinires +jardinions +jardinons +jardins +jargon +jargonna +jargonnai +jargonnaient +jargonnais +jargonnait +jargonnant +jargonnas +jargonnasse +jargonnassent +jargonnasses +jargonnassiez +jargonnassions +jargonnmes +jargonnt +jargonntes +jargonne +jargonnent +jargonner +jargonnera +jargonnerai +jargonneraient +jargonnerais +jargonnerait +jargonneras +jargonnerez +jargonneriez +jargonnerions +jargonnerons +jargonneront +jargonnes +jargonnez +jargonn +jargonne +jargonnes +jargonns +jargonnrent +jargonniez +jargonnions +jargonnons +jargons +jarre +jarres +jarret +jarretelle +jarretelles +jarretire +jarretires +jarrets +jars +jasa +jasai +jasaient +jasais +jasait +jasant +jasas +jasasse +jasassent +jasasses +jasassiez +jasassions +jasmes +jast +jastes +jase +jasent +jaser +jasera +jaserai +jaseraient +jaserais +jaserait +jaseras +jaserez +jaseriez +jaserions +jaserons +jaseront +jases +jaseur +jaseurs +jaseuse +jaseuses +jasez +jas +jase +jases +jass +jasrent +jasiez +jasions +jasmin +jasmins +jasons +jaspe +jatte +jattes +jauge +jaugea +jaugeage +jaugeages +jaugeai +jaugeaient +jaugeais +jaugeait +jaugeant +jaugeas +jaugeasse +jaugeassent +jaugeasses +jaugeassiez +jaugeassions +jaugemes +jauget +jaugetes +jaugent +jaugeons +jauger +jaugera +jaugerai +jaugeraient +jaugerais +jaugerait +jaugeras +jaugerez +jaugeriez +jaugerions +jaugerons +jaugeront +jauges +jaugez +jaug +jauge +jauges +jaugs +jaugrent +jaugiez +jaugions +jauntre +jauntres +jaune +jaunes +jauni +jaunie +jaunies +jaunir +jaunira +jaunirai +jauniraient +jaunirais +jaunirait +jaunirant +jaunirent +jaunirez +jauniriez +jaunirions +jaunirons +jauniront +jaunis +jaunissaient +jaunissais +jaunissait +jaunissant +jaunisse +jaunissement +jaunissements +jaunissent +jaunisses +jaunissez +jaunissiez +jaunissions +jaunissons +jaunit +jaunmes +jaunt +jauntes +java +javanais +javanaise +javanaises +javas +javel +javelle +javelles +javellisa +javellisai +javellisaient +javellisais +javellisait +javellisant +javellisas +javellisasse +javellisassent +javellisasses +javellisassiez +javellisassions +javellisation +javellisations +javellismes +javellist +javellistes +javellise +javellisent +javelliser +javelliserai +javelliseraient +javelliserais +javelliserait +javelliseras +javelliserez +javelliseriez +javelliserions +javelliserons +javelliseront +javellises +javellisez +javellis +javellise +javellises +javelliss +javellisrent +javellisiez +javellisions +javellisons +javelot +javelots +jazz +je +jean +jeanette +jeanettes +jeans +jeep +jeeps +jerez +jerrican +jerricane +jerricanes +jerricans +jersey +jerseys +jet +jeta +jetai +jetaient +jetais +jetait +jetant +jetas +jetasse +jetassent +jetasses +jetassiez +jetassions +jetmes +jett +jettes +jeter +jetez +jet +jete +jetes +jets +jetrent +jetiez +jetions +jeton +jetons +jets +jette +jettent +jettera +jetterai +jetteraient +jetterais +jetterait +jetteras +jetterez +jetteriez +jetterions +jetterons +jetteront +jettes +jeu +jeudi +jeudis +jeun +jeune +jeunes +jeunesse +jeunesses +jeunet +jeunets +jeunette +jeunettes +jeux +jena +jenai +jenaient +jenant +jenas +jenasse +jenassent +jenasses +jenassiez +jenassions +jenmes +jent +jentes +jene +jenent +jener +jenera +jenerai +jeneraient +jenerais +jenerait +jeneras +jenerez +jeneriez +jenerions +jenerons +jeneront +jenes +jeneur +jeneurs +jeneuse +jeneuses +jenez +jen +jene +jenes +jens +jenrent +jeniez +jenions +jenons +jhovah +jrmiades +jrme +jrusalem +jsuite +jsuites +jsuitique +jsuitiquement +jsuitiques +jsuitisme +jsus +jitsu +jiu +joaillerie +joailleries +joaillier +joailliers +joaillire +joaillires +jobard +jobarde +jobarderie +jobarderies +jobardes +jobardise +jobardises +jobards +jockey +jockeys +jocrisse +jocrisses +joie +joies +joignaient +joignais +joignait +joignant +joigne +joignent +joignes +joignez +joigniez +joignions +joignirent +joignis +joignisse +joignissent +joignisses +joignissiez +joignissions +joignit +joignmes +joignt +joigntes +joignons +joindra +joindrai +joindraient +joindrais +joindrait +joindras +joindre +joindrez +joindriez +joindrions +joindrons +joindront +joins +joint +jointe +jointes +jointif +jointifs +jointive +jointivement +jointives +jointoie +jointoient +jointoiera +jointoierai +jointoieraient +jointoierais +jointoierait +jointoieras +jointoierez +jointoieriez +jointoierions +jointoierons +jointoieront +jointoies +jointoya +jointoyai +jointoyaient +jointoyais +jointoyait +jointoyant +jointoyas +jointoyasse +jointoyassent +jointoyasses +jointoyassiez +jointoyassions +jointoymes +jointoyt +jointoytes +jointoyer +jointoyez +jointoy +jointoye +jointoyes +jointoys +jointoyrent +jointoyiez +jointoyions +jointoyons +joints +jointure +jointures +joli +jolie +jolies +joliesse +joliesses +joliment +jolis +jonc +joncha +jonchai +jonchaient +jonchais +jonchait +jonchant +jonchas +jonchasse +jonchassent +jonchasses +jonchassiez +jonchassions +jonchmes +joncht +jonchtes +jonche +jonchent +joncher +jonchera +joncherai +joncheraient +joncherais +joncherait +joncheras +joncherez +joncheriez +joncherions +joncherons +joncheront +jonches +jonchets +jonchez +jonch +jonche +jonches +jonchs +jonchrent +jonchiez +jonchions +jonchons +joncs +jonction +jonctions +jongla +jonglai +jonglaient +jonglais +jonglait +jonglant +jonglas +jonglasse +jonglassent +jonglasses +jonglassiez +jonglassions +jonglmes +jonglt +jongltes +jongle +jonglent +jongler +jonglera +jonglerai +jongleraient +jonglerais +jonglerait +jongleras +jonglerez +jonglerie +jongleries +jongleriez +jonglerions +jonglerons +jongleront +jongles +jongleur +jongleurs +jonglez +jongl +jongle +jongles +jongls +jonglrent +jongliez +jonglions +jonglons +jonque +jonques +jonquille +jonquilles +jordanie +joua +jouable +jouables +jouai +jouaient +jouais +jouait +jouant +jouas +jouasse +jouassent +jouasses +jouassiez +jouassions +joumes +jout +joutes +joubarbe +joubarbes +joue +jouent +jouer +jouera +jouerai +joueraient +jouerais +jouerait +joueras +jouerez +joueriez +jouerions +jouerons +joueront +joues +jouet +jouets +joueur +joueurs +joueuse +joueuses +jouez +jou +joue +joues +jous +jourent +joufflu +joufflue +joufflues +joufflus +joug +jougs +joui +jouie +jouies +jouiez +jouions +jouir +jouira +jouirai +jouiraient +jouirais +jouirait +jouiras +jouirent +jouirez +jouiriez +jouirions +jouirons +jouiront +jouis +jouissaient +jouissais +jouissait +jouissance +jouissances +jouissant +jouisse +jouissent +jouisses +jouisseur +jouisseurs +jouisseuse +jouisseuses +jouissez +jouissiez +jouissions +jouissons +jouit +joumes +jout +joutes +joujou +joujoux +joule +joules +jouons +jour +journal +journalier +journaliers +journalire +journalires +journalisme +journaliste +journalistes +journaux +journellement +journe +journes +jours +joute +joutes +jouteur +jouteurs +jouvence +jouvenceau +jouvenceaux +jouvencelle +jouvencelles +jouvences +jouxta +jouxtai +jouxtaient +jouxtais +jouxtait +jouxtant +jouxtas +jouxtasse +jouxtassent +jouxtasses +jouxtassiez +jouxtassions +jouxtmes +jouxtt +jouxttes +jouxte +jouxtent +jouxter +jouxtera +jouxterai +jouxteraient +jouxterais +jouxterait +jouxteras +jouxterez +jouxteriez +jouxterions +jouxterons +jouxteront +jouxtes +jouxtez +jouxt +jouxte +jouxtes +jouxts +jouxtrent +jouxtiez +jouxtions +jouxtons +jovial +joviale +jovialement +joviales +jovialit +jovialits +joviaux +joyau +joyaux +joyeuse +joyeusement +joyeuses +joyeux +jub +jubs +jubila +jubilai +jubilaient +jubilaire +jubilaires +jubilais +jubilait +jubilant +jubilas +jubilasse +jubilassent +jubilasses +jubilassiez +jubilassions +jubilation +jubilations +jubilmes +jubilt +jubiltes +jubile +jubilent +jubiler +jubilera +jubilerai +jubileraient +jubilerais +jubilerait +jubileras +jubilerez +jubileriez +jubilerions +jubilerons +jubileront +jubiles +jubilez +jubil +jubile +jubiles +jubils +jubilrent +jubiliez +jubilions +jubilons +jucha +juchai +juchaient +juchais +juchait +juchant +juchas +juchasse +juchassent +juchasses +juchassiez +juchassions +juchmes +jucht +juchtes +juche +juchent +jucher +juchera +jucherai +jucheraient +jucherais +jucherait +jucheras +jucherez +jucheriez +jucherions +jucherons +jucheront +juches +juchez +juch +juche +juches +juchs +juchrent +juchiez +juchions +juchoir +juchoirs +juchons +judaque +judaques +judasme +judas +judiciaire +judiciairement +judiciaires +judicieuse +judicieusement +judicieuses +judicieux +judo +judoka +judokas +juge +jugea +jugeai +jugeaient +jugeais +jugeait +jugeant +jugeas +jugeasse +jugeassent +jugeasses +jugeassiez +jugeassions +jugemes +juget +jugetes +jugement +jugements +jugent +jugeons +jugeote +jugeotes +juger +jugera +jugerai +jugeraient +jugerais +jugerait +jugeras +jugerez +jugeriez +jugerions +jugerons +jugeront +juges +jugez +jug +juge +juges +jugs +jugrent +jugiez +jugions +jugula +jugulai +jugulaient +jugulaire +jugulaires +jugulais +jugulait +jugulant +jugulas +jugulasse +jugulassent +jugulasses +jugulassiez +jugulassions +jugulmes +jugult +jugultes +jugule +jugulent +juguler +jugulera +jugulerai +juguleraient +jugulerais +jugulerait +juguleras +jugulerez +juguleriez +jugulerions +jugulerons +juguleront +jugules +jugulez +jugul +jugule +jugules +juguls +jugulrent +juguliez +jugulions +jugulons +juif +juifs +juillet +juillets +juin +juins +juive +juives +juke +julienne +juliennes +jumeau +jumeaux +jumela +jumelage +jumelages +jumelai +jumelaient +jumelais +jumelait +jumelant +jumelas +jumelasse +jumelassent +jumelasses +jumelassiez +jumelassions +jumelmes +jumelt +jumeltes +jumeler +jumelez +jumel +jumele +jumeles +jumels +jumelrent +jumeliez +jumelions +jumelle +jumellent +jumellera +jumellerai +jumelleraient +jumellerais +jumellerait +jumelleras +jumellerez +jumelleriez +jumellerions +jumellerons +jumelleront +jumelles +jumelons +jument +juments +jumping +jumpings +jungle +jungles +junior +juniors +junte +juntes +jupe +jupes +jupiter +jupon +jupons +jura +jurai +juraient +jurais +jurait +juras +jurasse +jurassent +jurasses +jurassien +jurassienne +jurassiennes +jurassiens +jurassiez +jurassions +jurassique +jurassiques +jurmes +jurt +jurtes +jure +jurement +jurements +jurent +jurer +jurera +jurerai +jureraient +jurerais +jurerait +jureras +jurerez +jureriez +jurerions +jurerons +jureront +jures +jurez +jur +jure +jures +jurs +jurrent +juridiction +juridictions +juridique +juridiquement +juridiques +juriez +jurions +jurisconsulte +jurisconsultes +jurisprudence +jurisprudences +juriste +juristes +juron +jurons +jury +jurys +jus +jusant +jusants +jusqu +jusque +justaucorps +juste +justement +justes +justesse +justesses +justice +justices +justicia +justiciable +justiciables +justiciai +justiciaient +justiciais +justiciait +justiciant +justicias +justiciasse +justiciassent +justiciasses +justiciassiez +justiciassions +justicimes +justicit +justicites +justicie +justicient +justicier +justiciera +justicierai +justicieraient +justicierais +justicierait +justicieras +justicierez +justicieriez +justicierions +justicierons +justicieront +justiciers +justicies +justiciez +justici +justicie +justicies +justicis +justicirent +justiciiez +justiciions +justicions +justifia +justifiable +justifiables +justifiai +justifiaient +justifiais +justifiait +justifiant +justifias +justifiasse +justifiassent +justifiasses +justifiassiez +justifiassions +justifimes +justifit +justifites +justificatif +justificatifs +justification +justifications +justificative +justificatives +justifie +justifient +justifier +justifiera +justifierai +justifieraient +justifierais +justifierait +justifieras +justifierez +justifieriez +justifierions +justifierons +justifieront +justifies +justifiez +justifi +justifie +justifies +justifis +justifirent +justifiiez +justifiions +justifions +juta +jutai +jutaient +jutais +jutait +jutant +jutas +jutasse +jutassent +jutasses +jutassiez +jutassions +jutmes +jutt +juttes +jute +jutent +juter +jutera +juterai +juteraient +juterais +juterait +juteras +juterez +juteriez +juterions +juterons +juteront +jutes +juteuse +juteuses +juteux +jutez +jut +jute +jutes +juts +jutrent +jutiez +jutions +jutons +juvnile +juvniles +juxtaposa +juxtaposai +juxtaposaient +juxtaposais +juxtaposait +juxtaposant +juxtaposas +juxtaposasse +juxtaposassent +juxtaposasses +juxtaposassiez +juxtaposassions +juxtaposmes +juxtapost +juxtapostes +juxtapose +juxtaposent +juxtaposer +juxtaposera +juxtaposerai +juxtaposeraient +juxtaposerais +juxtaposerait +juxtaposeras +juxtaposerez +juxtaposeriez +juxtaposerions +juxtaposerons +juxtaposeront +juxtaposes +juxtaposez +juxtapos +juxtapose +juxtaposes +juxtaposs +juxtaposrent +juxtaposiez +juxtaposions +juxtaposition +juxtapositions +juxtaposons +k +kabyle +kabyles +kafkaen +kaki +kalidoscope +kalidoscopes +kamikaze +kamikazes +kangourou +kangourous +kaolin +kapok +karat +karstique +karstiques +kart +karting +karts +kayak +kayaks +kermesse foire +kermesses +kerms +kpi +kpis +kratine +kratite +kg +khan +khdive +khdives +khmer +khmers +khmre +khmres +khl +khz +kibboutz +kidnappa +kidnappai +kidnappaient +kidnappais +kidnappait +kidnappant +kidnappas +kidnappasse +kidnappassent +kidnappasses +kidnappassiez +kidnappassions +kidnappmes +kidnappt +kidnapptes +kidnappe +kidnappent +kidnapper +kidnappera +kidnapperai +kidnapperaient +kidnapperais +kidnapperait +kidnapperas +kidnapperez +kidnapperiez +kidnapperions +kidnapperons +kidnapperont +kidnappes +kidnappez +kidnapp +kidnappe +kidnappes +kidnapps +kidnapprent +kidnappiez +kidnappions +kidnappons +kif +kilo +kilogramme +kilogrammes +kilohertz +kilomtra +kilomtrai +kilomtraient +kilomtrais +kilomtrait +kilomtrant +kilomtras +kilomtrasse +kilomtrassent +kilomtrasses +kilomtrassiez +kilomtrassions +kilomtrmes +kilomtrt +kilomtrtes +kilomtrera +kilomtrerai +kilomtreraient +kilomtrerais +kilomtrerait +kilomtreras +kilomtrerez +kilomtreriez +kilomtrerions +kilomtrerons +kilomtreront +kilomtrez +kilomtr +kilomtre +kilomtres +kilomtrs +kilomtrrent +kilomtriez +kilomtrions +kilomtrique +kilomtriques +kilomtrons +kilomtre +kilomtrent +kilomtres +kilos +kilowatt +kilowatts +kilt +kilts +kimono +kimonos +kinsithrapeute +kinsithrapeutes +kinsithrapie +kiosque +kiosques +kiri +kirsch +kiwi +kiwis +klaxon +klaxonna +klaxonnai +klaxonnaient +klaxonnais +klaxonnait +klaxonnant +klaxonnas +klaxonnasse +klaxonnassent +klaxonnasses +klaxonnassiez +klaxonnassions +klaxonnmes +klaxonnt +klaxonntes +klaxonne +klaxonnent +klaxonner +klaxonnera +klaxonnerai +klaxonneraient +klaxonnerais +klaxonnerait +klaxonneras +klaxonnerez +klaxonneriez +klaxonnerions +klaxonnerons +klaxonneront +klaxonnes +klaxonnez +klaxonn +klaxonne +klaxonnes +klaxonns +klaxonnrent +klaxonniez +klaxonnions +klaxonnons +klaxons +kleptomane +kleptomanes +kleptomanie +knock +knout +knouts +kola +kolas +kolkhoze +kolkhozes +kolkhozien +kolkhozienne +kolkhoziennes +kolkhoziens +konzern +konzerns +kopeck +kopecks +koulak +koulaks +krach +krachs +krypton +kummel +kyrie +kyrielle +kyrielles +kyries +kyste +kystes +l +la +label +labels +labeur +labeurs +labiaces +labial +labiale +labiales +labiaux +labile +labiles +laborantin +laborantine +laborantines +laborantins +laboratoire +laboratoires +laborieuse +laborieusement +laborieuses +laborieux +labour +laboura +labourable +labourables +labourai +labouraient +labourais +labourait +labourant +labouras +labourasse +labourassent +labourasses +labourassiez +labourassions +labourmes +labourt +labourtes +laboure +labourent +labourer +labourera +labourerai +laboureraient +labourerais +labourerait +laboureras +labourerez +laboureriez +labourerions +labourerons +laboureront +laboures +laboureur +laboureurs +labourez +labour +laboure +laboures +labours +labourrent +labouriez +labourions +labourons +labours +labyrinthe +labyrinthes +lac +lace +lacent +lacer +lacera +lacerai +laceraient +lacerais +lacerait +laceras +lacerez +laceriez +lacerions +lacerons +laceront +laces +lacet +lacets +lacez +lac +lacdmonien +lacdmonienne +lacdmoniennes +lacdmoniens +lace +laces +lacra +lacrai +lacraient +lacrais +lacrait +lacrant +lacras +lacrasse +lacrassent +lacrasses +lacrassiez +lacrassions +lacration +lacrations +lacrmes +lacrt +lacrtes +lacrer +lacrera +lacreraient +lacrerais +lacrerait +lacreras +lacrerez +lacreriez +lacrerions +lacrerons +lacreront +lacrez +lacr +lacre +lacres +lacrs +lacrrent +lacriez +lacrions +lacrons +lacs +lacre +lacrent +lacres +lach +laciez +lacions +lacis +laconique +laconiquement +laconiques +laconisme +lacrymal +lacrymale +lacrymales +lacrymaux +lacrymogne +lacrymognes +lacs +lactation +lactations +lactescence +lactescences +lactescent +lactescente +lactescentes +lactescents +lact +lacte +lactes +lacts +lactifre +lactifres +lactique +lactiques +lactose +lacunaire +lacunaires +lacune +lacunes +lacustre +lacustres +laa +laage +laages +laai +laaient +laais +laait +laas +laasse +laassent +laasses +laassiez +laassions +lames +lat +lates +laons +lad +ladit +ladite +ladites +ladits +ladre +ladrerie +ladreries +ladres +lads +lagon +lagons +lagune +lagunes +lai +laid +laide +laidement +laideron +laiderons +laides +laideur +laideurs +laids +laie +laies +lainage +lainages +laine +laines +laineuse +laineuses +laineux +lainier +lainiers +lainire +lainires +lais +laissa +laissai +laissaient +laissais +laissait +laissant +laissas +laissasse +laissassent +laissasses +laissassiez +laissassions +laissmes +laisst +laisstes +laisse +laissent +laisser +laissera +laisserai +laisseraient +laisserais +laisserait +laisseras +laisserez +laisseriez +laisserions +laisserons +laisseront +laisses +laissez +laiss +laisse +laisses +laisss +laissrent +laissiez +laissions +laissons +lait +laitage +laitages +laitance +laitances +laite +laiterie +laiteries +laiteron +laiterons +laites +laiteuse +laiteuses +laiteux +lait +laite +laites +laits +laitier +laitiers +laitire +laitires +laiton +laitons +laits +laitue +laitues +laize +laizes +lac +lacisa +lacisai +lacisaient +lacisais +lacisait +lacisant +lacisas +lacisasse +lacisassent +lacisasses +lacisassiez +lacisassions +lacisation +lacisations +lacismes +lacist +lacistes +lacise +lacisent +laciser +lacisera +laciserai +laciseraient +laciserais +laciserait +laciseras +laciserez +laciseriez +laciserions +laciserons +laciseront +lacises +lacisez +lacis +lacise +lacises +laciss +lacisrent +lacisiez +lacisions +lacisons +lacit +lacits +lacs +laque +laques +laus +lama +lamasme +lamantin +lamantins +lamas +lamaserie +lamaseries +lambeau +lambeaux +lambin +lambina +lambinai +lambinaient +lambinais +lambinait +lambinant +lambinas +lambinasse +lambinassent +lambinasses +lambinassiez +lambinassions +lambinmes +lambint +lambintes +lambine +lambinent +lambiner +lambinera +lambinerai +lambineraient +lambinerais +lambinerait +lambineras +lambinerez +lambineriez +lambinerions +lambinerons +lambineront +lambines +lambinez +lambin +lambine +lambines +lambins +lambinrent +lambiniez +lambinions +lambinons +lambins +lambourde +lambourdes +lambrequin +lambrequins +lambris +lambrissa +lambrissage +lambrissages +lambrissai +lambrissaient +lambrissais +lambrissait +lambrissant +lambrissas +lambrissasse +lambrissassent +lambrissasses +lambrissassiez +lambrissassions +lambrissassons +lambrissmes +lambrisst +lambrisstes +lambrisse +lambrissent +lambrisser +lambrissera +lambrisserai +lambrisseraient +lambrisserais +lambrisserait +lambrisseras +lambrisserez +lambrisseriez +lambrisserions +lambrisserons +lambrisseront +lambrisses +lambrissez +lambriss +lambrisse +lambrisses +lambrisss +lambrissrent +lambrissiez +lambrissions +lambrissons +lame +lamellaire +lamellaires +lamelle +lamelles +lamenta +lamentable +lamentablement +lamentables +lamentai +lamentaient +lamentais +lamentait +lamentant +lamentas +lamentasse +lamentassent +lamentasses +lamentassiez +lamentassions +lamentation +lamentations +lamentmes +lamentt +lamenttes +lamente +lamentent +lamenter +lamentera +lamenterai +lamenteraient +lamenterais +lamenterait +lamenteras +lamenterez +lamenteriez +lamenterions +lamenterons +lamenteront +lamentes +lamentez +lament +lamente +lamentes +laments +lamentrent +lamentiez +lamentions +lamentons +lames +lam +lame +lames +lams +lamina +laminage +laminages +laminai +laminaient +laminaire +laminaires +laminais +laminait +laminant +laminas +laminasse +laminassent +laminasses +laminassiez +laminassions +laminmes +lamint +lamintes +lamine +laminent +laminer +laminera +laminerai +lamineraient +laminerais +laminerait +lamineras +laminerez +lamineriez +laminerions +laminerons +lamineront +lamines +lamineur +lamineurs +laminez +lamin +lamine +lamines +lamins +laminrent +laminiez +laminions +laminoir +laminoirs +laminons +lampa +lampadaire +lampadaires +lampai +lampaient +lampais +lampait +lampant +lampas +lampasse +lampassent +lampasses +lampassiez +lampassions +lampmes +lampt +lamptes +lampe +lampent +lamper +lampera +lamperai +lamperaient +lamperais +lamperait +lamperas +lamperez +lamperiez +lamperions +lamperons +lamperont +lampes +lampez +lamp +lampe +lampes +lamps +lamprent +lampiez +lampion +lampions +lampiste +lampisterie +lampisteries +lampistes +lampons +lamproie +lamproies +lance +lancement +lancent +lancer +lancera +lancerai +lanceraient +lancerais +lancerait +lanceras +lancerez +lanceriez +lancerions +lancerons +lanceront +lances +lancette +lancettes +lanceur +lanceurs +lanceuse +lanceuses +lancez +lanc +lance +lances +lancol +lancole +lancoles +lancols +lancs +lancrent +lancier +lanciers +lanciez +lancina +lancinai +lancinaient +lancinais +lancinait +lancinant +lancinante +lancinantes +lancinants +lancinas +lancinasse +lancinassent +lancinasses +lancinassiez +lancinassions +lancinmes +lancint +lancintes +lancine +lancinent +lanciner +lancinera +lancinerai +lancineraient +lancinerais +lancinerait +lancineras +lancinerez +lancineriez +lancinerions +lancinerons +lancineront +lancines +lancinez +lancin +lancine +lancines +lancins +lancinrent +lanciniez +lancinions +lancinons +lancions +lana +lanai +lanaient +lanais +lanait +lanant +lanas +lanasse +lanassent +lanasses +lanassiez +lanassions +lanmes +lant +lantes +lanons +landais +landaise +landaises +landau +landaux +lande +landes +landgrave +landgraves +langage +langages +lange +langea +langeai +langeaient +langeais +langeait +langeant +langeas +langeasse +langeassent +langeasses +langeassiez +langeassions +langemes +langet +langetes +langent +langer +langera +langerai +langeraient +langerais +langerait +langeras +langerez +langeriez +langerions +langerons +langeront +langes +langez +lang +lange +langes +langs +langrent +langiez +langions +langons +langoureuse +langoureusement +langoureuses +langoureux +langouste +langoustes +langoustine +langoustines +langue +langues +languette +languettes +langueur +langueurs +langui +languie +languies +languir +languira +languirai +languiraient +languirais +languirait +languiras +languirent +languirez +languiriez +languirions +languirons +languiront +languis +languissaient +languissais +languissait +languissant +languisse +languissent +languisses +languissez +languissiez +languissions +languissons +languit +langumes +langut +langutes +lanire +lanires +lansquenet +lanterna +lanternai +lanternaient +lanternais +lanternait +lanternant +lanternas +lanternasse +lanternassent +lanternasses +lanternassiez +lanternassions +lanternmes +lanternt +lanterntes +lanterne +lanterneau +lanterneaux +lanternent +lanterner +lanternera +lanternerai +lanterneraient +lanternerais +lanternerait +lanterneras +lanternerez +lanterneriez +lanternerions +lanternerons +lanterneront +lanternes +lanternez +lantern +lanterne +lanternes +lanterns +lanternrent +lanterniez +lanternions +lanternon +lanternons +laos +laotien +laotienne +laotiennes +laotiens +lapa +lapai +lapaient +lapais +lapait +lapalissade +lapalissades +lapant +lapas +lapasse +lapassent +lapasses +lapassiez +lapassions +lapmes +lapt +laptes +lape +lapement +lapements +lapent +laper +lapera +laperaient +laperais +laperait +laperas +lapereau +lapereaux +laperez +laperiez +laperions +laperons +laperont +lapes +lapez +lap +lape +lapes +laps +laprent +lapida +lapidai +lapidaient +lapidaire +lapidaires +lapidais +lapidait +lapidant +lapidas +lapidasse +lapidassent +lapidasses +lapidassiez +lapidassions +lapidation +lapidations +lapidmes +lapidt +lapidtes +lapide +lapident +lapider +lapidera +lapiderai +lapideraient +lapiderais +lapiderait +lapideras +lapiderez +lapideriez +lapiderions +lapiderons +lapideront +lapides +lapidez +lapid +lapide +lapides +lapids +lapidrent +lapidiez +lapidions +lapidons +lapiez +lapin +lapine +lapines +lapins +lapions +lapis +lapons +laps +lapsus +laqua +laquage +laquages +laquai +laquaient +laquais +laquait +laquant +laquas +laquasse +laquassent +laquasses +laquassiez +laquassions +laquassons +laqumes +laqut +laqutes +laque +laquelle +laquent +laquer +laquera +laquerai +laqueraient +laquerais +laquerait +laqueras +laquerez +laqueriez +laquerions +laquerons +laqueront +laques +laquez +laqu +laque +laques +laqus +laqurent +laquiez +laquions +laquons +larbin +larbins +larcin +larcins +lard +larda +lardai +lardaient +lardais +lardait +lardant +lardas +lardasse +lardassent +lardasses +lardassiez +lardassions +lardmes +lardt +lardtes +larde +lardent +larder +lardera +larderai +larderaient +larderais +larderait +larderas +larderez +larderiez +larderions +larderons +larderont +lardes +lardez +lard +larde +lardes +lards +lardrent +lardiez +lardions +lardoire +lardoires +lardon +lardons +lare +lares +largage +largages +large +largement +larges +largesse +largesses +largeur +largeurs +largua +larguai +larguaient +larguais +larguait +larguant +larguas +larguasse +larguassent +larguasses +larguassiez +larguassions +largumes +largut +largutes +largue +larguent +larguer +larguera +larguerai +largueraient +larguerais +larguerait +largueras +larguerez +largueriez +larguerions +larguerons +largueront +largues +larguez +largu +largue +largues +largus +largurent +larguiez +larguions +larguons +larigot +larme +larmes +larmier +larmiers +larmoie +larmoiement +larmoiements +larmoient +larmoiera +larmoierai +larmoieraient +larmoierais +larmoierait +larmoieras +larmoierez +larmoieriez +larmoierions +larmoierons +larmoieront +larmoies +larmoya +larmoyai +larmoyaient +larmoyais +larmoyait +larmoyant +larmoyante +larmoyantes +larmoyants +larmoyas +larmoyasse +larmoyassent +larmoyasses +larmoyassiez +larmoyassions +larmoymes +larmoyt +larmoytes +larmoyer +larmoyez +larmoy +larmoye +larmoyes +larmoys +larmoyrent +larmoyiez +larmoyions +larmoyons +larron +larrons +larvaire +larvaires +larve +larves +larv +larve +larves +larvs +laryng +larynge +larynges +laryngs +laryngien +laryngienne +laryngiennes +laryngiens +laryngite +laryngites +laryngologie +laryngologiste +laryngologistes +laryngoscope +laryngoscopes +laryngotomie +laryngotomies +larynx +las +lascar +lascars +lascif +lascifs +lascive +lascivement +lascives +lascivit +lascivits +laser +lasers +lassa +lassai +lassaient +lassais +lassait +lassant +lassas +lassasse +lassassent +lassasses +lassassiez +lassassions +lassmes +lasst +lasstes +lasse +lassent +lasser +lassera +lasserai +lasseraient +lasserais +lasserait +lasseras +lasserez +lasseriez +lasserions +lasserons +lasseront +lasses +lassez +lass +lasse +lasses +lasss +lassrent +lassiez +lassions +lassitude +lassitudes +lasso +lassons +lassos +latent +latente +latentes +latents +latex +latral +latrale +latralement +latrales +latraux +latrite +latrites +latin +latine +latines +latinisa +latinisai +latinisaient +latinisais +latinisait +latinisant +latinisas +latinisasse +latinisassent +latinisasses +latinisassiez +latinisassions +latinismes +latinistes +latinise +latinisent +latiniser +latinisera +latiniserai +latiniseraient +latiniserais +latiniserait +latiniseras +latiniserez +latiniseriez +latiniserions +latiniserons +latiniseront +latinises +latinisez +latinis +latinise +latinises +latiniss +latinisrent +latinisiez +latinisions +latinisme +latinismes +latinisons +latiniste +latinistes +latinit +latins +latitude +latitudes +latrines +latte +lattes +lattis +laudanum +laudatif +laudatifs +laudative +laudatives +laurat +laurate +laurates +laurats +laurier +lauriers +lava +lavable +lavables +lavabo +lavabos +lavage +lavages +lavai +lavaient +lavais +lavait +lavallire +lavallires +lavande +lavandes +lavandire +lavandires +lavant +lavas +lavasse +lavassent +lavasses +lavassiez +lavassions +lavatories +lavatory +lavmes +lavt +lavtes +lave +lavement +lavements +lavent +laver +lavera +laverai +laveraient +laverais +laverait +laveras +laverez +laverie +laveries +laveriez +laverions +laverons +laveront +laves +lavette +lavettes +laveur +laveurs +laveuse +laveuses +lavez +lav +lave +laves +lavs +lavrent +laviez +lavions +lavis +lavoir +lavoirs +lavons +laxatif +laxatifs +laxatisme +laxatismes +laxative +laxatives +layette +layettes +layon +layons +lazare +lazuli +l +lcha +lchage +lchages +lchai +lchaient +lchais +lchait +lchant +lchas +lchasse +lchassent +lchasses +lchassiez +lchassions +lchassons +lchassont +lchmes +lcht +lchtes +lche +lchement +lchent +lcher +lchera +lcherai +lcheraient +lcherais +lcherait +lcheras +lcherez +lcheriez +lcherions +lcherons +lcheront +lches +lchet +lchets +lcheur +lcheurs +lcheuse +lcheuses +lchez +lch +lche +lches +lchs +lchrent +lchiez +lchions +lchons +le +leader +leaders +lecteur +lecteurs +lectrice +lectrices +lecture +lectures +leon +leons +ledit +legs +leitmotiv +leitmotivs +lendemain +lendemains +lent +lente +lentement +lentes +lenteur +lenteurs +lentille +lentilles +lentisque +lentisques +lents +lequel +les +lesdites +lesdits +lesquelles +lesquels +lessiva +lessivage +lessivages +lessivai +lessivaient +lessivais +lessivait +lessivant +lessivas +lessivasse +lessivassent +lessivasses +lessivassiez +lessivassions +lessivmes +lessivt +lessivtes +lessive +lessivent +lessiver +lessivera +lessiverai +lessiveraient +lessiverais +lessiverait +lessiveras +lessiverez +lessiveriez +lessiverions +lessiverons +lessiveront +lessives +lessiveuse +lessiveuses +lessivez +lessiv +lessive +lessives +lessivs +lessivrent +lessiviez +lessivions +lessivons +lest +lesta +lestage +lestages +lestai +lestaient +lestais +lestait +lestant +lestas +lestasse +lestassent +lestasses +lestassiez +lestassions +lestmes +lestt +lesttes +leste +lestement +lestent +lester +lestera +lesterai +lesteraient +lesterais +lesterait +lesteras +lesterez +lesteriez +lesterions +lesterons +lesteront +lestes +lestez +lest +leste +lestes +lests +lestrent +lestiez +lestions +lestons +lests +lettre +lettres +lettr +lettre +lettres +lettrs +lettrine caligraphie +lettrines caligraphie +leu +leucmie +leucmies +leucocyte +leucocytes +leur +leurra +leurrai +leurraient +leurrais +leurrait +leurrant +leurras +leurrasse +leurrassent +leurrasses +leurrassiez +leurrassions +leurrassons +leurrmes +leurrt +leurrtes +leurre +leurrent +leurrer +leurrera +leurrerai +leurreraient +leurrerais +leurrerait +leurreras +leurrerez +leurreriez +leurrerions +leurrerons +leurreront +leurres +leurrez +leurr +leurre +leurres +leurrs +leurrrent +leurriez +leurrions +leurrons +leurs +leva +levage +levages +levai +levaient +levain +levais +levait +levant +levantin +levantine +levantines +levantins +levas +levasse +levassent +levasses +levassiez +levassions +levmes +levt +levtes +lever +levez +lev +leve +leves +levs +levrent +levier +leviers +leviez +levions +levis +levons +levraut +levrauts +levrette +levrettes +levure +levures +lex +lexicographe +lexicographes +lexicographie +lexicologie +lexique +lexiques +lez +l +lcha +lchai +lchaient +lchais +lchait +lchant +lchas +lchasse +lchassent +lchasses +lchassiez +lchassions +lchmes +lcht +lchtes +lche +lchent +lcher +lchera +lcherai +lcheraient +lcherais +lcherait +lcheras +lcherez +lcheriez +lcherions +lcherons +lcheront +lches +lchez +lch +lche +lches +lchs +lchrent +lchiez +lchions +lchons +lgal +lgale +lgalement +lgales +lgalisa +lgalisai +lgalisaient +lgalisais +lgalisait +lgalisant +lgalisas +lgalisasse +lgalisassent +lgalisasses +lgalisassiez +lgalisassions +lgalisation +lgalisations +lgalismes +lgalist +lgalistez +lgalise +lgalisent +lgaliser +lgalisera +lgaliserai +lgaliseraient +lgaliserais +lgaliserait +lgaliseras +lgaliserez +lgaliseriez +lgaliserions +lgaliserons +lgaliseront +lgalises +lgalisez +lgalis +lgalise +lgalises +lgaliss +lgalisrent +lgalisiez +lgalisions +lgalisons +lgalit +lgalits +lgat +lgataire +lgataires +lgatation +lgatations +lgats +lgaux +lgendaire +lgendaires +lgende +lgendes +lger +lgers +lgre +lgrement +lgres +lgret +lgrets +lgifra +lgifrai +lgifraient +lgifrais +lgifrait +lgifrant +lgifras +lgifrasse +lgifrassent +lgifrasses +lgifrassiez +lgifrassions +lgifrmes +lgifrt +lgifrtes +lgifrer +lgifrera +lgifrerai +lgifreraient +lgifrerais +lgifrerait +lgifreras +lgifrerez +lgifreriez +lgifrerions +lgifrerons +lgifreront +lgifrez +lgifr +lgifre +lgifres +lgifrs +lgifrrent +lgifriez +lgifrions +lgifrons +lgifre +lgifrent +lgifres +lgion +lgionnaire +lgionnaires +lgions +lgislateur +lgislateurs +lgislatif +lgislatifs +lgislation +lgislations +lgislative +lgislatives +lgislatrice +lgislatrices +lgislature +lgislatures +lgiste +lgistes +lgitima +lgitimai +lgitimaient +lgitimais +lgitimait +lgitimant +lgitimas +lgitimasse +lgitimassent +lgitimasses +lgitimassiez +lgitimassions +lgitimation +lgitimations +lgitimmes +lgitimt +lgitimtes +lgitime +lgitimement +lgitiment +lgitimer +lgitimera +lgitimerai +lgitimeraient +lgitimerais +lgitimerait +lgitimeras +lgitimerez +lgitimeriez +lgitimerions +lgitimerons +lgitimeront +lgitimes +lgitimez +lgitim +lgitime +lgitimes +lgitims +lgitimrent +lgitimiez +lgitimions +lgitimiste +lgitimistes +lgitimit +lgitimits +lgitimons +lgua +lguai +lguaient +lguais +lguait +lguant +lguas +lguasse +lguassent +lguasses +lguassiez +lguassions +lgumes +lgut +lgutes +lguer +lguera +lguerai +lgueraient +lguerais +lguerait +lgueras +lguerez +lgueriez +lguerions +lguerons +lgueront +lguez +lgu +lgue +lgues +lgus +lgurent +lguiez +lguions +lgume +lgumes +lgumier +lgumiers +lgumineuses +lguons +lmuriens +lnifia +lnifiai +lnifiaient +lnifiais +lnifiait +lnifiant +lnifias +lnifiasse +lnifiassent +lnifiasses +lnifiassiez +lnifiassions +lnifimes +lnifit +lnifites +lnifie +lnifie +lnifient +lnifier +lnifiera +lnifierai +lnifieraient +lnifierais +lnifierait +lnifieras +lnifierez +lnifieriez +lnifierions +lnifierons +lnifieront +lnifies +lnifiez +lnifi +lnifie +lnifies +lnifis +lnifirent +lnifiiez +lnifiions +lnifions +lnine +lninisme +lnitif +lnitifs +lnitive +lnitives +lonin +lonine +lonines +lonins +lopard +lopards +lpidoptres +lpreuse +lpreuses +lpreux +lproserie +lproseries +ls +lsa +lsai +lsaient +lsais +lsait +lsant +lsas +lsasse +lsassent +lsasses +lsassiez +lsassions +lsmes +lst +lstes +lser +lsera +lserai +lseraient +lserais +lserait +lseras +lserez +lseriez +lserions +lserons +lseront +lses +lsez +ls +lse +lses +lss +lsrent +lsiez +lsina +lsinai +lsinaient +lsinais +lsinait +lsinant +lsinas +lsinasse +lsinassent +lsinasses +lsinassiez +lsinassions +lsinmes +lsint +lsintes +lsine +lsinent +lsineons +lsiner +lsinera +lsinerai +lsineraient +lsinerais +lsinerait +lsineras +lsinerez +lsinerie +lsineries +lsineriez +lsinerions +lsinerons +lsineront +lsines +lsinez +lsin +lsine +lsines +lsins +lsinrent +lsiniez +lsinions +lsinons +lsion +lsions +lsons +lthargie +lthargies +lthargique +lthargiques +lvite +lvites +lvrier +lvriers +lzard +lzarda +lzardai +lzardaient +lzardais +lzardait +lzardant +lzardas +lzardasse +lzardassent +lzardasses +lzardassiez +lzardassions +lzardmes +lzardt +lzardtes +lzarde +lzardent +lzarder +lzardera +lzarderai +lzarderaient +lzarderais +lzarderait +lzarderas +lzarderez +lzarderiez +lzarderions +lzarderons +lzarderont +lzardes +lzardez +lzard +lzarde +lzardes +lzards +lzardrent +lzardiez +lzardions +lzardons +lzards +lche +lches +lgue +lguent +lgues +lpre +lpres +ls +lse +lsent +lve +lvent +lvera +lverai +lveraient +lverais +lverait +lveras +lverez +lveriez +lverions +lverons +lveront +lves +lvre +lvres +lia +liai +liaient +liais +liaison +liaisons +liait +liane +lianes +liant +liante +liantes +liants +liard +liards +lias +liasse +liassent +liasses +liassiez +liassions +limes +lit +lites +liban +libanais +libanaise +libanaises +libation +libations +libella +libellai +libellaient +libellais +libellait +libellant +libellas +libellasse +libellassent +libellasses +libellassiez +libellassions +libellmes +libellt +libelltes +libelle +libellent +libeller +libellera +libellerai +libelleraient +libellerais +libellerait +libelleras +libellerez +libelleriez +libellerions +libellerons +libelleront +libelles +libellez +libell +libelle +libelles +libells +libellrent +libelliez +libellions +libellons +libellule +libellules +libertaire +libertaires +libert +liberts +libertin +libertinage +libertinages +libertine +libertines +libertins +libra +librable +librables +librai +libraient +librais +librait +libral +librale +libralement +librales +libralisation +libralisations +libralisme +libralit +libralits +librant +libras +librasse +librassent +librasses +librassiez +librassions +librateur +librateurs +libration +librations +libratoire +libratoires +libratrice +libratrices +libraux +librmes +librt +librtes +librer +librera +librerai +libreraient +librerais +librerait +libreras +librerez +libreriez +librerions +librerons +libreront +librez +libr +libre +libres +librs +librrent +libriez +librions +librons +libre +librent +libres +libidineuse +libidineuses +libidineux +libido +libidos +libraire +libraires +librairie +librairies +libre +librement +libres +librettiste +librettistes +lice +licence +licences +licencia +licenciai +licenciaient +licenciais +licenciait +licenciant +licencias +licenciasse +licenciassent +licenciasses +licenciassiez +licenciassions +licencimes +licencit +licencites +licencie +licenciement +licenciements +licencient +licencier +licenciera +licencierai +licencieraient +licencierais +licencierait +licencieras +licencierez +licencieriez +licencierions +licencierons +licencieront +licencies +licencieuse +licencieusement +licencieuses +licencieux +licenciez +licenci +licencie +licencies +licencis +licencirent +licenciiez +licenciions +licencions +lices +lichen +licita +licitai +licitaient +licitais +licitait +licitant +licitas +licitasse +licitassent +licitasses +licitassiez +licitassions +licitation +licitations +licitmes +licitt +licittes +licite +licitement +licitent +liciter +licitera +liciterai +liciteraient +liciterais +liciterait +liciteras +liciterez +liciteriez +liciterions +liciterons +liciteront +licites +licitez +licit +licite +licites +licits +licitrent +licitiez +licitions +licitons +licol +licols +licorne +licornes +licou +licous +licteur +licteurs +lie +lied +lieder +lien +liens +lient +lier +liera +lierai +lieraient +lierais +lierait +lieras +lierez +lieriez +lierions +lierons +lieront +lierre +lies +liesse +lieu +lieue +lieues +lieur +lieurs +lieuse +lieuses +lieutenant +lieutenants +lieux +liez +li +lie +lies +lis +lige +lirent +livre +livres +liftier +liftiers +ligament +ligaments +ligatura +ligaturai +ligaturaient +ligaturais +ligaturait +ligaturant +ligaturas +ligaturasse +ligaturassent +ligaturasses +ligaturassiez +ligaturassions +ligaturmes +ligaturt +ligaturtes +ligature +ligaturent +ligaturer +ligaturera +ligaturerai +ligatureraient +ligaturerais +ligaturerait +ligatureras +ligaturerez +ligatureriez +ligaturerions +ligaturerons +ligatureront +ligatures +ligaturez +ligatur +ligature +ligatures +ligaturs +ligaturrent +ligaturiez +ligaturions +ligaturons +lige +liges +lignage +lignages +ligne +lignes +ligneuse +ligneuses +ligneux +ligne +lignes +lignifia +lignifiai +lignifiaient +lignifiais +lignifiait +lignifiant +lignifias +lignifiasse +lignifiassent +lignifiasses +lignifiassiez +lignifiassions +lignifimes +lignifit +lignifites +lignifie +lignifient +lignifier +lignifiera +lignifierai +lignifieraient +lignifierais +lignifierait +lignifieras +lignifierez +lignifieriez +lignifierions +lignifierons +lignifieront +lignifies +lignifiez +lignifi +lignifie +lignifies +lignifis +lignifirent +lignifiiez +lignifiions +lignifions +lignite +ligota +ligotai +ligotaient +ligotais +ligotait +ligotant +ligotas +ligotasse +ligotassent +ligotasses +ligotassiez +ligotassions +ligotmes +ligott +ligottes +ligote +ligotent +ligoter +ligotera +ligoterai +ligoteraient +ligoterais +ligoterait +ligoteras +ligoterez +ligoteriez +ligoterions +ligoterons +ligoteront +ligotes +ligotez +ligot +ligote +ligotes +ligots +ligotrent +ligotiez +ligotions +ligotons +ligua +liguai +liguaient +liguais +liguait +liguant +liguas +liguasse +liguassent +liguasses +liguassiez +liguassions +ligumes +ligut +ligutes +ligue +liguent +liguer +liguera +liguerai +ligueraient +liguerais +liguerait +ligueras +liguerez +ligueriez +liguerions +liguerons +ligueront +ligues +ligueur +ligueurs +ligueuse +ligueuses +liguez +ligu +ligue +ligues +ligus +ligurent +liguiez +liguions +liguons +liiez +liions +lilas +lilliputien +lilliputienne +lilliputiennes +lilliputiens +lima +limace +limaces +limaon +limaons +limage +limages +limai +limaient +limaille +limais +limait +limande +limandes +limant +limas +limasse +limassent +limasses +limassiez +limassions +limmes +limt +limtes +limbe +lime +liment +limer +limera +limerai +limeraient +limerais +limerait +limeras +limerez +limeriez +limerions +limerons +limeront +limes +limez +lim +lime +limes +lims +limrent +limier +limiers +limiez +liminaire +liminaires +limions +limita +limitai +limitaient +limitais +limitait +limitant +limitas +limitasse +limitassent +limitasses +limitassiez +limitassions +limitatif +limitatifs +limitation +limitations +limitative +limitativement +limitatives +limitmes +limitt +limittes +limite +limitent +limiter +limitera +limiterai +limiteraient +limiterais +limiterait +limiteras +limiterez +limiteriez +limiterions +limiterons +limiteront +limites +limitez +limit +limite +limites +limits +limitrent +limitiez +limitions +limitons +limitrophe +limitrophes +limoge +limogea +limogeage +limogeages +limogeai +limogeaient +limogeais +limogeait +limogeant +limogeas +limogeasse +limogeassent +limogeasses +limogeassiez +limogeassions +limogemes +limoget +limogetes +limogent +limogeons +limoger +limogera +limogerai +limogeraient +limogerais +limogerait +limogeras +limogerez +limogeriez +limogerions +limogerons +limogeront +limoges +limogez +limog +limoge +limoges +limogs +limogrent +limogiez +limogions +limon +limonade +limonades +limonadier +limonadiers +limonadire +limonadires +limoneuse +limoneuses +limoneux +limonire +limonires +limons +limousin +limousine +limousines +limousins +limpide +limpides +limpidit +limpidits +lin +linceul +linceuls +line +lines +linaire +linaires +linament +linaments +linge +linger +lingerie +lingeries +lingers +linges +lingre +lingres +lingot +lingots +lingual +linguale +linguales +linguaux +linguiste +linguistes +linguistique +linguistiques +linier +liniers +linire +linires +liniment +liniments +linolum +linon +linotte +linottes +linotype +linotypes +lins +linteau +linteaux +lion +lionceau +lionceaux +lionne +lionnes +lions +lipide +lipides +lippe +lippes +lippu +lippue +lippues +lippus +liqueur +liqueurs +liqufaction +liqufactions +liqufia +liqufiable +liqufiables +liqufiai +liqufiaient +liqufiais +liqufiait +liqufiant +liqufias +liqufiasse +liqufiassent +liqufiasses +liqufiassiez +liqufiassions +liqufimes +liqufit +liqufites +liqufie +liqufient +liqufier +liqufiera +liqufierai +liqufieraient +liqufierais +liqufierait +liqufieras +liqufierez +liqufieriez +liqufierions +liqufierons +liqufieront +liqufies +liqufiez +liqufi +liqufie +liqufies +liqufis +liqufirent +liqufiiez +liqufiions +liqufions +liquida +liquidai +liquidaient +liquidais +liquidait +liquidant +liquidas +liquidasse +liquidassent +liquidasses +liquidassiez +liquidassions +liquidateur +liquidateure +liquidateures +liquidateurs +liquidation +liquidations +liquidmes +liquidt +liquidtes +liquide +liquident +liquider +liquidera +liquiderai +liquideraient +liquiderais +liquiderait +liquideras +liquiderez +liquideriez +liquiderions +liquiderons +liquideront +liquides +liquidez +liquid +liquide +liquides +liquids +liquidrent +liquidiez +liquidions +liquidons +liquoreuse +liquoreuses +liquoreux +lira +lirai +liraient +lirais +lirait +liras +lire +lirez +liriez +lirions +lirons +liront +lis +lisaient +lisais +lisait +lisant +lise +lisent +liseron +liserons plante +lises +liseur +liseurs +liseuse +liseuses +lisez +lisra +lisrai +lisraient +lisrais +lisrait +lisrant +lisras +lisrasse +lisrassent +lisrasses +lisrassiez +lisrassions +lisrmes +lisrt +lisrtes +lisrer +lisrera +lisreraient +lisrerais +lisrerait +lisreras +lisrerez +lisreriez +lisrerions +lisrerons +lisreront +lisres +lisrez +lisr +lisre +lisres +lisrs +lisrrent +lisriez +lisrions +lisrons +lisre +lisrent +lisres +lisibilit +lisibilits +lisible +lisiblement +lisibles +lisiez +lisire +lisires +lisions +lisons +lissa +lissage +lissages +lissai +lissaient +lissais +lissait +lissant +lissas +lissasse +lissassent +lissasses +lissassiez +lissassions +lissmes +lisst +lisstes +lisse +lissent +lisser +lissera +lisserai +lisseraient +lisserais +lisserait +lisseras +lisserez +lisseriez +lisserions +lisserons +lisseront +lisses +lissez +liss +lisse +lisses +lisss +lissrent +lissiez +lissions +lissoir +lissoirs +lissons +listant +liste +listes +lit +litanies +literie +lithiase +lithium +lithographie +lithographies +lithosphre +litire +litires +litige +litiges +litigieuse +litigieuses +litigieux +litote +litotes +litre +litres +lits +littraire +littrairement +littraires +littral +littrale +littralement +littrales +littrature +littratures +littraux +littoral +littorale +littorales +littoraux +lituanie +lituanien +lituanienne +lituaniennes +lituaniens +liturgie +liturgies +liturgique +liturgiques +livarot +livide +livides +lividit +lividits +living +livra +livrable +livrables +livrai +livraient +livrais +livraison +livraisons +livrait +livrant +livras +livrasse +livrassent +livrasses +livrassiez +livrassions +livrmes +livrt +livrtes +livre +livrent +livrer +livrera +livrerai +livreraient +livrerais +livrerait +livreras +livrerez +livreriez +livrerions +livrerons +livreront +livres +livresque +livresques +livret +livrets +livreur +livreurs +livreuse +livreuses +livrez +livr +livre +livres +livrs +livrrent +livriez +livrions +livrons +lobe +lobes +lob +lobe +lobes +lobs +lobule +lobules +local +locale +localement +locales +localisa +localisai +localisaient +localisais +localisait +localisant +localisas +localisasse +localisassent +localisasses +localisassiez +localisassions +localisation +localisations +localismes +localist +localistes +localise +localisent +localiser +localisera +localiserai +localiseraient +localiserais +localiserait +localiseras +localiserez +localiseriez +localiserions +localiserons +localiseront +localises +localisez +localis +localise +localises +localiss +localisrent +localisiez +localisions +localisons +localit +localits +locataire +locataires +locatif +locatifs +location +locations +locative +locatives +locaux +loch +loche +loches +lochs +lock +locomoteur +locomoteurs +locomotion +locomotions +locomotive +locomotives +locomotrice +locomotrices +locution +locutions +loess +lof +lofs +logarithme +logarithmes +logarithmique +logarithmiques +loge +logea +logeable +logeables +logeai +logeaient +logeais +logeait +logeant +logeas +logeasse +logeassent +logeasses +logeassiez +logeassions +logemes +loget +logetes +logement +logements +logent +logeons +loger +logera +logerai +logeraient +logerais +logerait +logeras +logerez +logeriez +logerions +logerons +logeront +loges +logeur +logeurs +logeuse +logeuses +logez +log +loge +loges +logs +logrent +logiciel +logicielle +logicielles +logiciels +logicien +logicienne +logiciennes +logiciens +logiez +logions +logique +logiquement +logiques +logis +logistique +logistiques +logo +loi +loin +lointain +lointaine +lointaines +lointains +loir +loirs +lois +loisible +loisibles +loisir +loisirs +lombago +lombaire +lombaires +lombes +lombric +lombrics +londonien +londonienne +londoniennes +londoniens +londres +long +longanimit +longanimits +longe +longea +longeai +longeaient +longeais +longeait +longeant +longeas +longeasse +longeassent +longeasses +longeassiez +longeassions +longemes +longet +longetes +longent +longeons +longer +longera +longerai +longeraient +longerais +longerait +longeras +longerez +longeriez +longerions +longeron +longerons +longeront +longes +longez +long +longe +longes +longs +longvit +longvits +longrent +longiez +longions +longitude +longitudes +longitudinal +longitudinale +longitudinalement +longitudinales +longitudinaux +longs +longtemps +longue +longuement +longues +longuette +longuettes +longueur +longueurs +looping +loopings +lopin +lopins +loquace +loquaces +loquacit +loquacits +loque +loques +loquet +loqueteau +loqueteaux +loqueteuse +loqueteuses +loqueteux +loquets +lord +lords +lorgna +lorgnai +lorgnaient +lorgnais +lorgnait +lorgnant +lorgnas +lorgnasse +lorgnassent +lorgnasses +lorgnassiez +lorgnassions +lorgnmes +lorgnt +lorgntes +lorgne +lorgnent +lorgner +lorgnera +lorgnerai +lorgneraient +lorgnerais +lorgnerait +lorgneras +lorgnerez +lorgneriez +lorgnerions +lorgnerons +lorgneront +lorgnes +lorgnette +lorgnettes +lorgnez +lorgn +lorgne +lorgnes +lorgns +lorgnrent +lorgniez +lorgnions +lorgnon +lorgnons +loriot +loriots +lorrain +lorraine +lorraines +lorrains +lors +lorsqu +lorsque +losange +losanges +lot +lote +loterie +loteries +lotes +loti +lotie +loties +lotion +lotions +lotir +lotira +lotirai +lotiraient +lotirais +lotirait +lotiras +lotirent +lotirez +lotiriez +lotirions +lotirons +lotiront +lotis +lotissaient +lotissais +lotissait +lotissant +lotisse +lotissement +lotissements +lotissent +lotisses +lotissiez +lotissions +lotissons +lotit +lotmes +lott +lottes +loto +lots +lotte +lottes +lotus +loua +louable +louablement +louables +louage +louages +louai +louaient +louais +louait +louange +louanges +louant +louas +louasse +louassent +louasses +louassiez +louassions +loumes +lout +loutes +loucha +louchai +louchaient +louchais +louchait +louchant +louchas +louchasse +louchassent +louchasses +louchassiez +louchassions +louchmes +loucht +louchtes +louche +louchent +loucher +louchera +loucherai +loucheraient +loucherais +loucherait +loucheras +loucherez +loucheriez +loucherions +loucherons +loucheront +louches +loucheur +loucheurs +loucheuse +loucheuses +louchez +louch +louche +louches +louchs +louchrent +louchiez +louchions +louchons +loue +louent +louer +louera +louerai +loueraient +louerais +louerait +loueras +louerez +loueriez +louerions +louerons +loueront +loues +loueur +loueurs +loueuse +loueuses +louez +lou +loue +loues +lous +lourent +loufoque +loufoques +louiez +louions +louis +loukoum +loulou +loulous +louons +loup +loupa +loupai +loupaient +loupais +loupait +loupant +loupas +loupasse +loupassent +loupasses +loupassiez +loupassions +loupmes +loupt +louptes +loupe +loupent +louper +loupera +louperai +louperaient +louperais +louperait +louperas +louperez +louperiez +louperions +louperons +louperont +loupes +loupez +loup +loupe +loupes +loups +louprent +loupiez +loupions +loupons +loups +lourd +lourdaud +lourdaude +lourdaudes +lourdauds +lourde +lourdement +lourdes +lourdeur +lourdeurs +lourds +loustic +loustics +loutre +loutres +louvain +louve +louves +louveteau +louveteaux +louveterie +louveteries +louvetier +louvetiers +louvoie +louvoient +louvoiera +louvoierai +louvoieraient +louvoierais +louvoierait +louvoieras +louvoierez +louvoieriez +louvoierions +louvoierons +louvoieront +louvoies +louvoya +louvoyai +louvoyaient +louvoyais +louvoyait +louvoyant +louvoyas +louvoyasse +louvoyassent +louvoyasses +louvoyassiez +louvoyassions +louvoymes +louvoyt +louvoytes +louvoyer +louvoyez +louvoy +louvoye +louvoyes +louvoys +louvoyrent +louvoyiez +louvoyions +louvoyons +louvre +lova +lovai +lovaient +lovais +lovait +lovant +lovas +lovasse +lovassent +lovasses +lovassiez +lovassions +lovmes +lovt +lovtes +love +lovent +lover +lovera +loverai +loveraient +loverais +loverait +loveras +loverez +loveriez +loverions +loverons +loveront +loves +lovez +lov +love +loves +lovs +lovrent +loviez +lovions +lovons +loyal +loyale +loyalement +loyales +loyalisme +loyaliste +loyalistes +loyaut +loyauts +loyaux +loyer +loyers +lu +lubie +lubies +lubricit +lubricits +lubrifia +lubrifiai +lubrifiaient +lubrifiais +lubrifiait +lubrifiant +lubrifiante +lubrifiantes +lubrifiants +lubrifias +lubrifiasse +lubrifiassent +lubrifiasses +lubrifiassiez +lubrifiassions +lubrifimes +lubrifit +lubrifites +lubrification +lubrifications +lubrifie +lubrifient +lubrifier +lubrifiera +lubrifierai +lubrifieraient +lubrifierais +lubrifierait +lubrifieras +lubrifierez +lubrifieriez +lubrifierions +lubrifierons +lubrifieront +lubrifies +lubrifiez +lubrifi +lubrifie +lubrifies +lubrifis +lubrifirent +lubrifiiez +lubrifiions +lubrifions +lubrique +lubriques +lucane insecte +lucanes insecte +lucarne +lucarnes +lucide +lucidement +lucides +lucidit +lucidits +lucifer +luciole +lucioles +lucratif +lucratifs +lucrative +lucrativement +lucratives +ludion +ludions +ludique +ludiques +lue +lues +luette +luettes +lueur +lueurs +luge +luges +lugubre +lugubrement +lugubres +lui +luie +luies +luira +luirai +luiraient +luirais +luirait +luiras +luire +luirez +luiriez +luirions +luirons +luiront +luis +luisaient +luisais +luisait +luisant +luise +luisent +luises +luisez +luisiez +luisions +luisis +luisisse +luisissent +luisisses +luisissiez +luisissions +luisit +luismes +luist +luistes +luisons +luit +lumbago +lumbagos +lumen +lumens +lumire +lumires +lumignon +lumignons +luminaire +luminaires +luminescence +luminescences +luminescent +luminescente +luminescentes +luminescents +lumineuse +lumineusement +lumineuses +lumineux +luminosit +luminosits +lunaire +lunaires +lunaison +lunaisons +lunatique +lunatiques +lunch +lunches +lunchs +lundi +lundis +lune +lunes +lunetier +lunetiers +lunette +lunetterie +lunetteries +lunettes +lun +lune +lunes +luns +lunule +lunules +lupin +lupins +lupus +lurent +lurette +lurettes +luron +luronne +luronnes +lurons +lus +lusse +lussent +lusses +lussiez +lussions +lustra +lustrage +lustrages +lustrai +lustraient +lustrais +lustrait +lustral +lustrale +lustrales +lustrant +lustras +lustrasse +lustrassent +lustrasses +lustrassiez +lustrassions +lustraux +lustrmes +lustrt +lustrtes +lustre +lustrent +lustrer +lustrera +lustrerai +lustreraient +lustrerais +lustrerait +lustreras +lustrerez +lustreriez +lustrerions +lustrerons +lustreront +lustres +lustrez +lustr +lustre +lustres +lustrs +lustrrent +lustriez +lustrine +lustrions +lustrons +lut +lutce +luth +lutherie +luthrianisme +luthrien +luthrienne +luthriennes +luthriens +luthier +luthiers +luths +lutin +lutina +lutinai +lutinaient +lutinais +lutinait +lutinant +lutinas +lutinasse +lutinassent +lutinasses +lutinassiez +lutinassions +lutinmes +lutint +lutintes +lutine +lutinent +lutiner +lutinera +lutinerai +lutineraient +lutinerais +lutinerait +lutineras +lutinerez +lutineriez +lutinerions +lutinerons +lutineront +lutines +lutinez +lutin +lutine +lutines +lutins +lutinrent +lutiniez +lutinions +lutinons +lutins +lutrin +lutrins +lutta +luttai +luttaient +luttais +luttait +luttant +luttas +luttasse +luttassent +luttasses +luttassiez +luttassions +luttmes +luttt +lutttes +lutte +luttent +lutter +luttera +lutterai +lutteraient +lutterais +lutterait +lutteras +lutterez +lutteriez +lutterions +lutterons +lutteront +luttes +lutteur +lutteurs +lutteuse +lutteuses +luttez +lutt +lutte +luttes +lutts +lux +luxa +luxai +luxaient +luxais +luxait +luxant +luxas +luxasse +luxassent +luxasses +luxassiez +luxassions +luxation +luxations +luxmes +luxt +luxtes +luxe +luxent +luxer +luxera +luxerai +luxerais +luxerait +luxeras +luxerez +luxeriez +luxerions +luxerons +luxeront +luxes +luxez +lux +luxe +luxes +luxs +luxrent +luxiez +luxions +luxons +luxueuse +luxueusement +luxueuses +luxueux +luxure +luxures +luxuriance +luxuriances +luxuriant +luxuriante +luxuriantes +luxuriants +luxurieuse +luxurieuses +luxurieux +luzerne +lmes +lt +ltes +lyce +lycen +lycenne +lycennes +lycens +lyces +lymphangite +lymphatique +lymphatiques +lymphatisme +lymphe +lyncha +lynchage +lynchages +lynchai +lynchaient +lynchais +lynchait +lynchant +lynchas +lynchasse +lynchassent +lynchasses +lynchassiez +lynchassions +lynchmes +lyncht +lynchtes +lynche +lynchent +lyncher +lynchera +lyncherai +lyncheraient +lyncherais +lyncherait +lyncheras +lyncherez +lyncheriez +lyncherions +lyncherons +lyncheront +lynches +lynchez +lynch +lynche +lynches +lynchs +lynchrent +lynchiez +lynchions +lynchons +lynx +lyon +lyonnais +lyonnaise +lyonnaises +lyre +lyres +lyrique +lyriques +lyrisme +lyrismes +lys +m +ma +macabre +macabres +macadam +macadamisa +macadamisai +macadamisaient +macadamisais +macadamisait +macadamisant +macadamisas +macadamisasse +macadamisassent +macadamisasses +macadamisassiez +macadamisassions +macadamismes +macadamist +macadamistes +macadamise +macadamisent +macadamiser +macadamisera +macadamiserai +macadamiseraient +macadamiserais +macadamiserait +macadamiseras +macadamiserez +macadamiseriez +macadamiserions +macadamiserons +macadamiseront +macadamises +macadamisez +macadamis +macadamise +macadamises +macadamiss +macadamisrent +macadamisiez +macadamisions +macadamisons +macaque +macaques +macareux +macaron +macaroni +macarons +macchabe +macchabes +macdoine +macdoines +macdonien +macdonienne +macdoniennes +macdoniens +macra +macrai +macraient +macrais +macrait +macrant +macras +macrasse +macrassent +macrasses +macrassiez +macrassions +macration +macrations +macrmes +macrt +macrtes +macrer +macrera +macrerai +macreraient +macrerais +macrerait +macreras +macrerez +macreriez +macrerions +macrerons +macreront +macres +macrez +macr +macre +macres +macrs +macrrent +macriez +macrions +macrons +macre +macrent +macres +machaon +machiavel +machiavlique +machiavliques +machiavlisme +machin +machina +machinai +machinaient +machinais +machinait +machinal +machinale +machinalement +machinales +machinant +machinas +machinasse +machinassent +machinasses +machinassiez +machinassions +machinateur +machinateurs +machination +machinations +machinaux +machinmes +machint +machintes +machine +machinent +machiner +machinera +machinerai +machineraient +machinerais +machinerait +machinerez +machinerie +machineries +machineriez +machinerions +machinerons +machineront +machines +machinez +machin +machine +machines +machins +machinrent +machiniez +machinions +machinisme +machiniste +machinistes +machinons +machins +machos +macle +macles +macram +macreuse +macreuses +macro +macrobiotique +macrobiotiques +macrocphale +macrocphales +macros +macula +maculai +maculaient +maculais +maculait +maculant +maculas +maculasse +maculassent +maculasses +maculassiez +maculassions +maculmes +macult +macultes +macule +maculent +maculer +maculera +maculerai +maculeraient +maculerais +maculerait +maculeras +maculerez +maculeriez +maculerions +maculerons +maculeront +macules +maculez +macul +macule +macules +maculs +maculrent +maculiez +maculions +maculons +maon +maonna +maonnage +maonnages +maonnai +maonnaient +maonnais +maonnait +maonnant +maonnas +maonnasse +maonnassent +maonnasses +maonnassiez +maonnassions +maonnmes +maonnt +maonntes +maonne +maonnent +maonner +maonnera +maonnerai +maonneraient +maonnerais +maonnerait +maonneras +maonnerez +maonnerie +maonneries +maonneriez +maonnerions +maonnerons +maonneront +maonnes +maonnez +maonn +maonne +maonnes +maonns +maonnrent +maonniez +maonnions +maonnique +maonniques +maonnons +maons +madagascar +madame +madeleine +madeleines +mademoiselle +madre +madone +madones +madras +madr +madre +madres +madrpores +madrs +madrid +madrier +madriers +madrigal +madrigaux +madrilne +madrilnee +madrilnees +madrilnes +maestria +maestro +maestros +maffia +maffias +mafflu +mafflue +mafflues +mafflus +mafia +mafias +mafiosi +magasin +magasinage +magasinages +magasinier +magasiniers +magasins +magazine +magazines +magdalnien +magdalnienne +magdalniennes +magdalniens +mage +mages +maghreb +magicien +magicienne +magiciennes +magiciens +magie +magique +magiquement +magiques +magistre +magistres +magistral +magistrale +magistralement +magistrales +magistrat +magistrats +magistrature +magistratures +magistraux +magma +magnanerie +magnaneries +magnanime +magnanimement +magnanimes +magnanimit +magnanimits +magnat +magnats +magnsie +magnsite +magnsium +magntique +magntiquement +magntiques +magntisa +magntisai +magntisaient +magntisais +magntisait +magntisant +magntisas +magntisasse +magntisassent +magntisasses +magntisassiez +magntisassions +magntismes +magntist +magntistes +magntise +magntisent +magntiser +magntisera +magntiserai +magntiseraient +magntiserais +magntiserait +magntiseras +magntiserez +magntiseriez +magntiserions +magntiserons +magntiseront +magntises +magntiseur +magntiseurs +magntiseuse +magntiseuses +magntisez +magntis +magntise +magntises +magntiss +magntisrent +magntisiez +magntisions +magntisme +magntisons +magnto +magntophone +magntophones +magntos +magntoscope +magntoscopes +magnifia +magnifiai +magnifiaient +magnifiais +magnifiait +magnifiant +magnifias +magnifiasse +magnifiassent +magnifiasses +magnifiassiez +magnifiassions +magnifimes +magnifit +magnifites +magnificat +magnificats +magnificence +magnifie +magnifient +magnifier +magnifiera +magnifierai +magnifieraient +magnifierais +magnifierait +magnifieras +magnifierez +magnifieriez +magnifierions +magnifierons +magnifieront +magnifies +magnifiez +magnifi +magnifie +magnifies +magnifis +magnifirent +magnifiiez +magnifiions +magnifions +magnifique +magnifiquement +magnifiques +magnitude +magnitudes +magnolia +magnolias +magnum +magnums +magot +magots +maharadjah +maharadjahs +maharaja +maharajas +mahomtan +mahomtane +mahomtanes +mahomtans +mai +maie +maies +maigre +maigrelet +maigrelets +maigrelette +maigrelettes +maigrement +maigres +maigreur +maigreurs +maigri +maigrichon +maigrichonne +maigrichonnes +maigrichons +maigrie +maigries +maigriot +maigriots +maigriotte +maigriottes +maigrir +maigrira +maigrirai +maigriraient +maigrirais +maigrirait +maigriras +maigrirent +maigrirez +maigririez +maigririons +maigrirons +maigriront +maigris +maigrissaient +maigrissais +maigrissait +maigrissant +maigrisse +maigrissent +maigrisses +maigrissez +maigrissiez +maigrissions +maigrissons +maigrit +maigrmes +maigrt +maigrtes +mail +mailla +maillage +maillages +maillai +maillaient +maillais +maillait +maillant +maillard +maillas +maillasse +maillassent +maillasses +maillassiez +maillassions +maillmes +maillt +mailltes +maille +maillechort +maillent +mailler +maillera +maillerai +mailleraient +maillerais +maillerait +mailleras +maillerez +mailleriez +maillerions +maillerons +mailleront +mailles +maillet +maillets +maillez +maill +maille +mailles +maills +maillrent +mailliez +maillions +mailloche +mailloches +maillon +maillons +maillot +maillots +mails +main +mainmise +mainmises +mainmorte +mains +maint +mainte +maintenaient +maintenais +maintenait +maintenant +maintenez +mainteniez +maintenions +maintenir +maintenons +maintenu +maintenue +maintenues +maintenus +maintes +maintien +maintiendra +maintiendrai +maintiendraient +maintiendrais +maintiendrait +maintiendras +maintiendrez +maintiendriez +maintiendrions +maintiendrons +maintiendront +maintienne +maintiennent +maintiennes +maintiens +maintient +maintins +maintinsse +maintinssent +maintinsses +maintinssiez +maintinssions +maintint +maintirent +maintnmes +maintnt +maintntes +maints +maire +maires +mairie +mairies +mais +maison +maisonette +maisonettes +maisonne +maisonnes +maisons +mas +matre +matres +matresse +matresses +matrisa +matrisable +matrisables +matrisai +matrisaient +matrisais +matrisait +matrisant +matrisas +matrisasse +matrisassent +matrisassiez +matrisassions +matrismes +matrist +matristes +matrise +matrisent +matriser +matrisera +matriserai +matriseraient +matriserais +matriserait +matriseras +matriserez +matriseriez +matriserions +matriserons +matriseront +matrises +matrisez +matris +matrise +matrises +matriss +matrisrent +matrisiez +matrisions +matrisons +majest +majests +majestueuse +majestueusement +majestueuses +majestueux +majeur +majeure +majeures +majeurs +major +majora +majorai +majoraient +majorais +majorait +majorant +majoras +majorasse +majorassent +majorasses +majorassiez +majorassions +majoration +majorations +majormes +majort +majortes +majordome +majordomes +majore +majorent +majorer +majorera +majorerai +majoreraient +majorerais +majorerait +majoreras +majorerez +majoreriez +majorerions +majorerons +majoreront +majores +majorette +majorettes +majorez +major +majore +majores +majors +majoriez +majorions +majoritaire +majoritairement +majoritaires +majorit +majorits +majorons +majors +majuscule +majuscules +mal +malachite +malade +malades +maladie +maladies +maladif +maladifs +maladive +maladivement +maladives +maladresse +maladresses +maladroit +maladroite +maladroitement +maladroites +maladroits +malaga +malais +malaise +malaises +malais +malaise +malaises +malaiss +malaisie +malandrin +malandrins +malappris +malapprise +malapprises +malaria +malavis +malavise +malavises +malaviss +malaxa +malaxage +malaxages +malaxai +malaxaient +malaxais +malaxait +malaxant +malaxas +malaxasse +malaxassent +malaxasses +malaxassiez +malaxassions +malaxmes +malaxt +malaxtes +malaxe +malaxent +malaxer +malaxera +malaxerai +malaxeraient +malaxerais +malaxerait +malaxeras +malaxerez +malaxeriez +malaxerions +malaxerons +malaxeront +malaxes +malaxeur +malaxeurs +malaxez +malax +malaxe +malaxes +malaxs +malaxrent +malaxiez +malaxions +malaxons +malbti +malbtie +malbties +malbtis +malchance +malchances +malchanceuse +malchanceuses +malchanceux +maldonne +maldonnes +male pas bien +malencontreuse +malencontreusement +malencontreuses +malencontreux +malentendu +malentendus +males pas bien +maldiction +maldictions +malfice +malfices +malfique +malfiques +malfaon +malfaons +malfaisant +malfaisante +malfaisantes +malfaisants +malfaiteur +malfaiteurs +malfam +malfame +malfames +malfams +malformation +malformations +malgache +malgaches +malgr +malhabile +malhabilement +malhabiles +malheur +malheureuse +malheureusement +malheureuses +malheureux +malheurs +malhonnte +malhonntement +malhonntes +malhonntet +malhonntets +malice +malices +malicieuse +malicieusement +malicieuses +malicieux +maligne +malignement +malignes +malignit +malignits +malin +maline +malines +malingre +malingres +malins +malintentionn +malintentionne +malintentionnes +malintentionns +malle +malles +mallette +mallettes +mallabilit +mallabilits +mallable +mallables +malmena +malmenai +malmenaient +malmenais +malmenait +malmenant +malmenas +malmenasse +malmenassent +malmenasses +malmenassiez +malmenassions +malmenmes +malment +malmentes +malmener +malmenez +malmen +malmene +malmenes +malmens +malmenrent +malmeniez +malmenions +malmenons +malmne +malmnent +malmnera +malmnerai +malmneraient +malmnerais +malmnerait +malmneras +malmnerez +malmneriez +malmnerions +malmnerons +malmneront +malmnes +malotru +malotrue +malotrues +malotrus +malouin +malouine +malouines +malouins +malpropre +malproprement +malpropres +malpropret +malproprets +malsain +malsaine +malsaines +malsains +malsant +malsante +malsantes +malsants +malsonnant +malsonnante +malsonnantes +malsonnants +malt +malterie +malteries +malthusianisme +malthusianismes +maltraita +maltraitai +maltraitaient +maltraitais +maltraitait +maltraitant +maltraitas +maltraitasse +maltraitassent +maltraitasses +maltraitassiez +maltraitassions +maltraitmes +maltraitt +maltraittes +maltraite +maltraitent +maltraiter +maltraitera +maltraiterai +maltraiteraient +maltraiterais +maltraiterait +maltraiteras +maltraiterez +maltraiteriez +maltraiterions +maltraiterons +maltraiteront +maltraites +maltraitez +maltrait +maltraite +maltraites +maltraits +maltraitrent +maltraitiez +maltraitions +maltraitons +malts +malveillance +malveillances +malveillant +malveillante +malveillantes +malveillants +malvenu +malvenue +malvenues +malvenus +malversation +malversations +malvoisie +maman +mamans +mamelle +mamelles +mamelon +mamelonn +mamelonne +mamelonnes +mamelonns +mamelons +mammaire +mammaires +mammifre +mammifres +mammouth +mammouths +manager +managers +manant +manants +mancenillier +mancenilliers +manche +mancheron +mancherons +manches +manchette +manchettes +manchon +manchons +manchot +manchote +manchotes +manchots +manda +mandai +mandaient +mandais +mandait +mandant +mandants +mandarin +mandarinat +mandarine +mandarines +mandarins +mandas +mandasse +mandassent +mandasses +mandassiez +mandassions +mandat +mandata +mandatai +mandataient +mandataire +mandataires +mandatais +mandatait +mandatant +mandatas +mandatasse +mandatassent +mandatasses +mandatassiez +mandatassions +mandatmes +mandatt +mandattes +mandate +mandatement +mandatements +mandatent +mandater +mandatera +mandaterai +mandateraient +mandaterais +mandaterait +mandateras +mandaterez +mandateriez +mandaterions +mandaterons +mandateront +mandates +mandatez +mandat +mandate +mandates +mandats +mandatrent +mandatiez +mandations +mandatons +mandats +mandmes +mandt +mandtes +mandchou +mandchoue +mandchoues +mandchourie +mandchous +mande +mandelbrot +mandent +mander +mandera +manderai +manderaient +manderais +manderait +manderas +manderez +manderiez +manderions +manderons +manderont +mandes +mandez +mand +mande +mandes +mands +mandrent +mandibule +mandibules +mandiez +mandions +mandoline +mandolines +mandons +mandragore +mandragores +mandrin +mandrins +manette +manettes +mancanterie +mancanteries +mange +manges +manganse +mange +mangea +mangeable +mangeables +mangeai +mangeaient +mangeaille +mangeailles +mangeais +mangeait +mangeant +mangeas +mangeasse +mangeassent +mangeasses +mangeassiez +mangeassions +mangemes +manget +mangetes +mangent +mangeoire +mangeoires +mangeons +manger +mangera +mangerai +mangeraient +mangerais +mangerait +mangeras +mangerez +mangeriez +mangerions +mangerons +mangeront +manges +mangeur +mangeurs +mangeuse +mangeuses +mangez +mang +mange +manges +mangs +mangrent +mangiez +mangions +mangouste +mangoustes +mangue +mangues +manguier +manguiers +mania +maniabilit +maniabilits +maniable +maniables +maniai +maniaient +maniais +maniait +maniant +maniaque +maniaques +manias +maniasse +maniassent +maniasses +maniassiez +maniassions +manimes +manit +manites +manie +maniement +maniements +manient +manier +maniera +manierai +manieraient +manierais +manierait +manieras +manierez +manieriez +manierions +manierons +manieront +manies +manieur +manieurs +maniez +mani +manie +manies +manir +manire +manires +manirs +manirisme +manirismes +manis +manire +manirent +manires +manifesta +manifestai +manifestaient +manifestais +manifestait +manifestant +manifestante +manifestantes +manifestants +manifestas +manifestasse +manifestassent +manifestasses +manifestassiez +manifestassions +manifestation +manifestations +manifestmes +manifestt +manifesttes +manifeste +manifestement +manifestent +manifester +manifestera +manifesterai +manifesteraient +manifesterais +manifesterait +manifesteras +manifesterez +manifesteriez +manifesterions +manifesterons +manifesteront +manifestes +manifestez +manifest +manifeste +manifestes +manifests +manifestrent +manifestiez +manifestions +manifestons +manigance +manigancea +maniganceai +maniganceaient +maniganceais +maniganceait +maniganceant +maniganceas +maniganceasse +maniganceassent +maniganceasses +maniganceassiez +maniganceassions +manigancemes +manigancet +manigancetes +manigancent +maniganceons +manigancer +manigancera +manigancerai +maniganceraient +manigancerais +manigancerait +maniganceras +manigancerez +maniganceriez +manigancerions +manigancerons +maniganceront +manigances +manigancez +maniganc +manigance +manigances +manigancs +manigancrent +maniganciez +manigancions +maniiez +maniions +manille +manilles +manillon +manillons +manioc +maniocs +manions +manipula +manipulai +manipulaient +manipulais +manipulait +manipulant +manipulas +manipulasse +manipulassent +manipulasses +manipulassiez +manipulassions +manipulateur +manipulateurs +manipulation +manipulations +manipulatrice +manipulatrices +manipulmes +manipult +manipultes +manipule +manipulent +manipuler +manipulera +manipulerai +manipuleraient +manipulerais +manipulerait +manipuleras +manipulerez +manipuleriez +manipulerions +manipulerons +manipuleront +manipules +manipulez +manipul +manipule +manipules +manipuls +manipulrent +manipuliez +manipulions +manipulons +manitou +manitous +manivelle +manivelles +manne +mannequin +mannequins +mannes +manoeuvra +manoeuvrai +manoeuvraient +manoeuvrais +manoeuvrait +manoeuvrant +manoeuvras +manoeuvrasse +manoeuvrassent +manoeuvrasses +manoeuvrassiez +manoeuvrassions +manoeuvrmes +manoeuvrt +manoeuvrtes +manoeuvre +manoeuvrent +manoeuvrer +manoeuvrera +manoeuvrerai +manoeuvreraient +manoeuvrerais +manoeuvrerait +manoeuvreras +manoeuvrerez +manoeuvreriez +manoeuvrerions +manoeuvrerons +manoeuvreront +manoeuvres +manoeuvrez +manoeuvr +manoeuvre +manoeuvres +manoeuvrs +manoeuvrrent +manoeuvrier +manoeuvriers +manoeuvriez +manoeuvrions +manoeuvrons +manoir +manoirs +manomtre +manomtres +manqua +manquai +manquaient +manquais +manquait +manquant +manquante +manquantes +manquants +manquas +manquasse +manquassent +manquasses +manquassiez +manquassions +manqumes +manqut +manqutes +manque +manquement +manquements +manquent +manquer +manquera +manquerai +manqueraient +manquerais +manquerait +manqueras +manquerez +manqueriez +manquerions +manquerons +manqueront +manques +manquez +manqu +manque +manques +manqus +manqurent +manquiez +manquions +manquons +mansarde +mansardes +mansard +mansarde +mansardes +mansards +mansutude +mansutudes +mante +manteau +manteaux +mantelet +mantelets +mantes +mantille +mantilles +manucure +manucures +manuel +manuelle +manuellement +manuelles +manuels +manufactura +manufacturai +manufacturaient +manufacturais +manufacturait +manufacturas +manufacturasse +manufacturassent +manufacturasses +manufacturassiez +manufacturassions +manufacturmes +manufacturt +manufacturtes +manufacture +manufacturent +manufacturer +manufacturera +manufacturerai +manufactureraient +manufacturerais +manufacturerait +manufactureras +manufacturerez +manufactureriez +manufacturerions +manufacturerons +manufactureront +manufactures +manufacturez +manufactur +manufacture +manufactures +manufacturs +manufacturrent +manufacturier +manufacturiers +manufacturiez +manufacturire +manufacturires +manufacturions +manufacturons +manuscrit +manuscrite +manuscrites +manuscrits +manutention +manutentionna +manutentionnai +manutentionnaient +manutentionnaire +manutentionnaires +manutentionnais +manutentionnait +manutentionnant +manutentionnas +manutentionnasse +manutentionnassent +manutentionnasses +manutentionnassiez +manutentionnassions +manutentionnmes +manutentionnt +manutentionntes +manutentionne +manutentionnent +manutentionner +manutentionnera +manutentionnerai +manutentionneraient +manutentionnerais +manutentionnerait +manutentionneras +manutentionnerez +manutentionneriez +manutentionnerions +manutentionnerons +manutentionneront +manutentionnes +manutentionnez +manutentionn +manutentionne +manutentionnes +manutentionns +manutentionnrent +manutentionniez +manutentionnions +manutentionnons +manutentions +maosme +maoste +maostes +mappemonde +mappemondes +maquereau +maquereaux +maquette +maquettes +maquignon +maquignonnage +maquignonnages +maquignons +maquilla +maquillage +maquillages +maquillai +maquillaient +maquillais +maquillait +maquillant +maquillas +maquillasse +maquillassent +maquillasses +maquillassiez +maquillassions +maquillmes +maquillt +maquilltes +maquille +maquillent +maquiller +maquillera +maquillerai +maquilleraient +maquillerais +maquillerait +maquilleras +maquillerez +maquilleriez +maquillerions +maquillerons +maquilleront +maquilles +maquillez +maquill +maquille +maquilles +maquills +maquillrent +maquilliez +maquillions +maquillons +maquis +maquisard +maquisards +marabout +marabouts +marais +maracher +marachers +marachre +marachres +marasme +marasquin +marauda +maraudage +maraudages +maraudai +maraudaient +maraudais +maraudait +maraudant +maraudas +maraudasse +maraudassent +maraudasses +maraudassiez +maraudassions +maraudmes +maraudt +maraudtes +maraude +maraudent +marauder +maraudera +marauderai +marauderaient +marauderais +marauderait +marauderas +marauderez +marauderiez +marauderions +marauderons +marauderont +maraudes +maraudeur +maraudeurs +maraudeuse +maraudeuses +maraudez +maraud +maraude +maraudes +marauds +maraudrent +maraudiez +maraudions +maraudons +martre +martres +marbra +marbrai +marbraient +marbrais +marbrait +marbrant +marbras +marbrasse +marbrassent +marbrasses +marbrassiez +marbrassions +marbrmes +marbrt +marbrtes +marbre +marbrent +marbrer +marbrera +marbrerai +marbreraient +marbrerais +marbrerait +marbreras +marbrerez +marbrerie +marbreries +marbreriez +marbrerions +marbrerons +marbreront +marbres +marbrez +marbr +marbre +marbres +marbrs +marbrrent +marbrier +marbriers +marbriez +marbrire +marbrires +marbrions +marbrons +marbrure +marbrures +marc +marcassin +marcassins +marcha +marchai +marchaient +marchais +marchait +marchand +marchanda +marchandage +marchandages +marchandai +marchandaient +marchandais +marchandait +marchandant +marchandas +marchandasse +marchandassent +marchandasses +marchandassiez +marchandassions +marchandmes +marchandt +marchandtes +marchande +marchandent +marchander +marchandera +marchanderai +marchanderaient +marchanderais +marchanderait +marchanderas +marchanderez +marchanderiez +marchanderions +marchanderons +marchanderont +marchandes +marchandeur +marchandeurs +marchandeuse +marchandeuses +marchandez +marchand +marchande +marchandes +marchands +marchandrent +marchandiez +marchandions +marchandise +marchandises +marchandons +marchands +marchant +marchas +marchasse +marchassent +marchasses +marchassiez +marchassions +marchmes +marcht +marchtes +marche +marchent +marchepied +marchepieds +marcher +marchera +marcherai +marcheraient +marcherais +marcherait +marcheras +marcherez +marcheriez +marcherions +marcherons +marcheront +marches +marcheur +marcheurs +marcheuse +marcheuses +marchez +march +marche +marches +marchs +marchrent +marchiez +marchions +marchons +marcotte +marcottes +marcs +mardi +mardis +mare +marelle +marengo +mares +mareyeur +mareyeurs +mareyeuse +mareyeuses +marcage +marcages +marcageuse +marcageuses +marcageux +marchal +marchalat +marchale +marchales +marchausse +marchausses +marchaux +mare +mares +marmoteur +marmoteurs +marmotrice +marmotrices +margarine +marge +margea +margeai +margeaient +margeais +margeait +margeant +margeas +margeasse +margeassent +margeasses +margeassiez +margeassions +margemes +marget +margetes +margelle +margelles +margent +margeons +marger +margera +margerai +margeraient +margerais +margerait +margeras +margerez +margeriez +margerions +margerons +margeront +marges +margeur +margeurs +margez +marg +marge +marges +margs +margrent +margiez +marginal +marginale +marginaux +margions +margoulin +margoulins +margrave +margraves +marguerite +marguerites +marguillier +marguilliers +mari +maria +mariable +mariables +mariage +mariages +mariai +mariaient +mariais +mariait +mariant +marias +mariasse +mariassent +mariasses +mariassiez +mariassions +marimes +marit +marites +marie +marient +marier +mariera +marierai +marieraient +marierais +marierait +marieras +marierez +marieriez +marierions +marierons +marieront +maries +marieur +marieurs +marieuse +marieuses +mariez +mari +marie +maries +maris +marirent +marigot +marigots +mariiez +mariions +marin +marina +marinade +marinades +marinai +marinaient +marinais +marinait +marinant +marinas +marinasse +marinassent +marinasses +marinassiez +marinassions +marinmes +marint +marintes +marine +marinent +mariner +marinera +marinerai +marineraient +marinerais +marinerait +marineras +marinerez +marineriez +marinerions +marinerons +marineront +marines +marinez +marin +marine +marines +marins +marinrent +marinier +mariniers +mariniez +marinire +marinires +marinions +marinons +marins +marionnette +marionnettes +marions +maris +marital +maritale +maritalement +maritales +maritaux +maritime +maritimes +marivauda +marivaudage +marivaudages +marivaudai +marivaudaient +marivaudais +marivaudait +marivaudant +marivaudas +marivaudasse +marivaudassent +marivaudasses +marivaudassiez +marivaudassions +marivaudmes +marivaudt +marivaudtes +marivaude +marivaudent +marivauder +marivaudera +marivauderai +marivauderaient +marivauderais +marivauderait +marivauderas +marivauderez +marivauderiez +marivauderions +marivauderons +marivauderont +marivaudes +marivaudez +marivaud +marivaude +marivaudes +marivauds +marivaudrent +marivaudiez +marivaudions +marivaudons +marjolaine +mark +marketing +marmaille +marmailles +marmelade +marmelades +marmite +marmites +marmite +marmites +marmiton +marmitons +marmonna +marmonnai +marmonnaient +marmonnais +marmonnait +marmonnant +marmonnas +marmonnasse +marmonnassent +marmonnasses +marmonnassiez +marmonnassions +marmonnmes +marmonnt +marmonntes +marmonne +marmonnent +marmonner +marmonnera +marmonnerai +marmonneraient +marmonnerais +marmonnerait +marmonneras +marmonnerez +marmonneriez +marmonnerions +marmonnerons +marmonneront +marmonnes +marmonnez +marmonn +marmonne +marmonnes +marmonns +marmonnrent +marmonniez +marmonnions +marmonnons +marmoren +marmorenne +marmorennes +marmorens +marmot +marmots +marmotta +marmottai +marmottaient +marmottais +marmottait +marmottant +marmottas +marmottasse +marmottassent +marmottasses +marmottassiez +marmottassions +marmottmes +marmottt +marmotttes +marmotte +marmottement +marmottements +marmottent +marmotter +marmottera +marmotterai +marmotteraient +marmotterais +marmotterait +marmotteras +marmotterez +marmotteriez +marmotterions +marmotterons +marmotteront +marmottes +marmotteur +marmotteurs +marmotteuse +marmotteuses +marmottez +marmott +marmotte +marmottes +marmotts +marmottrent +marmottiez +marmottions +marmottons +marmouset +marmousets +marna +marnage +marnages +marnai +marnaient +marnais +marnait +marnant +marnas +marnasse +marnassent +marnasses +marnassiez +marnassions +marnmes +marnt +marntes +marne +marnent +marner +marnera +marnerai +marneraient +marnerais +marnerait +marneras +marnerez +marneriez +marnerions +marnerons +marneront +marnes +marneuse +marneuses +marneux +marnez +marn +marne +marnes +marns +marnrent +marniez +marnions +marnons +maroc +marocain +marocaine +marocaines +marocains +maroilles +maronite +maronites +maroquin +maroquinerie +maroquineries +maroquinier +maroquiniers +maroquinire +maroquinires +maroquins +marotte +marottes +maroufla +marouflage +marouflages +marouflai +marouflaient +marouflais +marouflait +marouflant +marouflas +marouflasse +marouflassent +marouflasses +marouflassiez +marouflassions +marouflmes +marouflt +maroufltes +maroufle +marouflent +maroufler +marouflera +marouflerai +maroufleraient +marouflerais +marouflerait +maroufleras +marouflerez +maroufleriez +marouflerions +marouflerons +maroufleront +maroufles +marouflez +maroufl +maroufle +maroufles +maroufls +marouflrent +maroufliez +marouflions +marouflons +marqua +marquage +marquagea +marquages +marquai +marquaient +marquais +marquait +marquant +marquantes +marquants +marquas +marquasse +marquassent +marquasses +marquassiez +marquassions +marqumes +marqut +marqutes +marque +marquent +marquer +marquera +marquerai +marqueraient +marquerais +marquerait +marqueras +marquerez +marqueriez +marquerions +marquerons +marqueront +marques +marqueta +marquetai +marquetaient +marquetais +marquetait +marquetant +marquetas +marquetasse +marquetassent +marquetasses +marquetassiez +marquetassions +marquetmes +marquett +marquettes +marquete +marquetent +marqueter +marquetera +marqueterai +marqueteraient +marqueterais +marqueterait +marqueteras +marqueterez +marqueterie +marqueteries +marqueteriez +marqueterions +marqueterons +marqueteront +marquetes +marquetez +marquet +marquete +marquetes +marquets +marquetrent +marquetiez +marquetions +marquetons +marqueur +marqueurs +marqueuse +marqueuses +marquez +marqu +marque +marques +marqus +marqurent +marquiez +marquions +marquis +marquisat +marquise +marquises +marquoir +marquoirs +marquons +marra +marrai +marraient +marraine +marraines +marrais verbe +marrait +marrant +marrante +marrantes +marrants +marras +marrasse +marrassent +marrasses +marrassiez +marrassions +marrmes +marrt +marrtes +marre +marrent +marrer +marrera +marrerai +marreraient +marrerais +marrerait +marreras +marrerez +marreriez +marrerions +marrerons +marreront +marres +marrez +marr +marre +marres +marrs +marrrent +marri fach +marrie fach +marries fach +marriez rire +marrions rire +marris fach +marron +marronne +marronnes +marronnier +marronniers +marrons +mars +marseillais +marseillaise +marseillaises +marseille +marsouin +marsouins +marsupiaux +marteau +marteaux +martela +martelage +martelages +martelai +martelaient +martelais +martelait +martelant +martelas +martelasse +martelassent +martelasses +martelassiez +martelassions +martelmes +martelt +marteltes +marteler +martelez +martel +martele +marteles +martels +martelrent +marteliez +martelions +martelons +martle +martlement +martlements +martlent +martlera +martlerai +martleraient +martlerais +martlerait +martleras +martlerez +martleriez +martlerions +martlerons +martleront +martles +martial +martiale +martialement +martiales +martiaux +martien +martienne +martiennes +martiens +martin +martinet +martinets +martingale +martingales +martins +martre +martres +martyr +martyre +martyres +martyrisa +martyrisai +martyrisaient +martyrisais +martyrisait +martyrisant +martyrisas +martyrisasse +martyrisassent +martyrisasses +martyrisassiez +martyrisassions +martyrismes +martyrist +martyristes +martyrise +martyrisent +martyriser +martyrisera +martyriserai +martyriseraient +martyriserais +martyriserait +martyriseras +martyriserez +martyriseriez +martyriserions +martyriserons +martyriseront +martyrises +martyrisez +martyris +martyrise +martyrises +martyriss +martyrisrent +martyrisiez +martyrisions +martyrisons +martyrs +marx +marxisme +marxiste +marxistes +mas +mascarade +mascarades +mascaret +mascarets +mascaron +mascarons +mascotte +mascottes +masculin +masculine +masculines +masculinisa +masculinisai +masculinisaient +masculinisais +masculinisait +masculinisant +masculinisas +masculinisasse +masculinisassent +masculinisasses +masculinisassiez +masculinisassions +masculinismes +masculinist +masculinise +masculinisent +masculiniser +masculinisera +masculiniserai +masculiniseraient +masculiniserais +masculiniserait +masculiniseras +masculiniserez +masculiniseriez +masculiniserions +masculiniserons +masculiniseront +masculinises +masculinisez +masculinis +masculinise +masculinises +masculiniss +masculinisrent +masculinisiez +masculinisions +masculinisons +masculinit +masculinits +masculins +masochisme +masochiste +masochistes +masqua +masquai +masquaient +masquais +masquait +masquant +masquas +masquasse +masquassent +masquasses +masquassiez +masquassions +masqumes +masqut +masqutes +masque +masquent +masquer +masquera +masquerai +masqueraient +masquerais +masquerait +masqueras +masquerez +masqueriez +masquerions +masquerons +masqueront +masques +masquez +masqu +masque +masques +masqus +masqurent +masquiez +masquions +masquons +massa +massacra +massacrai +massacraient +massacrais +massacrait +massacrant +massacrante +massacrantes +massacrants +massacras +massacrasse +massacrassent +massacrasses +massacrassiez +massacrassions +massacrmes +massacrt +massacrtes +massacre +massacrent +massacrer +massacrera +massacrerai +massacreraient +massacrerais +massacrerait +massacreras +massacrerez +massacreriez +massacrerions +massacrerons +massacreront +massacres +massacrez +massacr +massacre +massacres +massacrs +massacrrent +massacriez +massacrions +massacrons +massage +massages +massai +massaient +massais +massait +massant +massas +massasse +massassent +massasses +massassiez +massassions +massmes +masst +masstes +masse +massent +massepain +massepains +masser +massera +masserai +masseraient +masserais +masserait +masseras +masserez +masseriez +masserions +masserons +masseront +masses +masseur +masseurs +masseuse +masseuses +massez +mass +masse +masses +masss +massrent +massicot +massicots +massier +massiers +massiez +massire +massires +massif +massifs +massions +massive +massivement +massives +massons +massue +massues +mastic +masticage +masticages +masticateur +masticateurs +mastication +mastications +masticatrice +masticatrices +mastics +mastiqua +mastiquai +mastiquaient +mastiquais +mastiquait +mastiquant +mastiquas +mastiquasse +mastiquassent +mastiquasses +mastiquassiez +mastiquassions +mastiqumes +mastiqut +mastiqutes +mastique +mastiquent +mastiquer +mastiquera +mastiquerai +mastiqueraient +mastiquerais +mastiquerait +mastiqueras +mastiquerez +mastiqueriez +mastiquerions +mastiquerons +mastiqueront +mastiques +mastiquez +mastiqu +mastique +mastiques +mastiqus +mastiqurent +mastiquiez +mastiquions +mastiquons +mastoc +mastocs +mastodonte +mastodontes +mastodien +mastodienne +mastodiennes +mastodiens +mastodite +mastoque +mastoques +mastroquet +mastroquets +masturba +masturbai +masturbaient +masturbais +masturbait +masturbant +masturbas +masturbasse +masturbassent +masturbasses +masturbassiez +masturbassions +masturbation +masturbations +masturbmes +masturbt +masturbtes +masturbe +masturbent +masturber +masturbera +masturberai +masturberaient +masturberais +masturberait +masturberas +masturberez +masturberiez +masturberions +masturberons +masturberont +masturbes +masturbez +masturb +masturbe +masturbes +masturbs +masturbrent +masturbiez +masturbions +masturbons +masure +masures +mat cheques ou non poli +mata +matador +matadors +matai +mataient +matais +matait +matamore +matamores +matant +matas +matasse +matassent +matasses +matassiez +matassions +matmes +matt +mattes +match +matches +matchs +mate +matelas +matelassa +matelassai +matelassaient +matelassais +matelassait +matelassant +matelassas +matelassasse +matelassassent +matelassasses +matelassassiez +matelassassions +matelassmes +matelasst +matelasstes +matelasse +matelassent +matelasser +matelassera +matelasserai +matelasseraient +matelasserais +matelasserait +matelasseras +matelasserez +matelasserier +matelasseriers +matelasseriez +matelasserire +matelasserires +matelasserions +matelasserons +matelasseront +matelasses +matelassez +matelass +matelasse +matelasses +matelasss +matelassrent +matelassiez +matelassions +matelassons +matelot +matelote +matelotes +matelots +matent +mater +matera +materai +materaient +materais +materait +materas +materez +materiez +materions +maternel +maternelle +maternellement +maternels +maternit +maternits +materons +materont +mates +matez +mat +mate +mates +matrialisa +matrialisai +matrialisaient +matrialisais +matrialisait +matrialisant +matrialisas +matrialisasse +matrialisassent +matrialisasses +matrialisassiez +matrialisassions +matrialisation +matrialisations +matrialismes +matrialist +matrialistes +matrialise +matrialisent +matrialiser +matrialisera +matrialiserai +matrialiseraient +matrialiserais +matrialiserait +matrialiseras +matrialiserez +matrialiseriez +matrialiserions +matrialiserons +matrialiseront +matrialises +matrialisez +matrialis +matrialise +matrialises +matrialiss +matrialisiez +matrialisions +matrialisme +matrialismes +matrialisons +matrialiste +matrialistes +matrialit +matrialits +matriau +matriaux +matriel +matrielle +matriellement +matrielles +matriels +mats +matrent +matheux +mathmaticien +mathmaticienne +mathmaticiennes +mathmaticiens +mathmatique +mathmatiquement +mathmatiques +matiez +matire +matires +matin jour +matinal +matinale +matinalement +matinales +matinals +matinaux +matines +matine temps +matines temps +matins jour +mations +matois +matoise +matoises +matons +matou +matous +matraquage +matraquages +matraque +matraques +matrice +matrices +matricielle +matricielles +matricule +matricules +matrimonial +matrimoniale +matrimonialement +matrimoniales +matrimoniaux +matrone +matrones +mats non poli +matte +maturation +maturations +maturit +maturits +maudir +maudira +maudirai +maudiraient +maudirais +maudirait +maudiras +maudire +maudirent +maudirez +maudiriez +maudirions +maudirons +maudiront +maudis +maudissaient +maudissais +maudissait +maudissant +maudisse +maudissent +maudisses +maudissez +maudissiez +maudissions +maudissons +maudit +maudite +maudites +maudits +maudmes +maudt +maudtes +maugra +maugrai +maugraient +maugrais +maugrait +maugrant +maugras +maugrasse +maugrassent +maugrasses +maugrassiez +maugrassions +maugrmes +maugrt +maugrtes +maugre +maugrent +maugrer +maugrera +maugrerai +maugreraient +maugrerais +maugrerait +maugreras +maugrerez +maugreriez +maugrerions +maugrerons +maugreront +maugres +maugrez +maugr +maugre +maugres +maugrs +maugrrent +maugriez +maugrions +maugrons +maure +maures +mauresque +mauresques +mauritanie +mausole +mausoles +maussade +maussadement +maussades +mauvais +mauvaise +mauvaises +mauve +mauves +mauviette +mauviettes +maux +maxi +maxillaire +maxillaires +maximal +maximale +maximales +maximaux +maxime +maximes +maximum +maximums +mayonnaise +mayonnaises +mazagran +mazagrans +mazdisme +mazette +mazout +mazouts +mazurka +mazurkas +mcha +mchai +mchaient +mchais +mchait +mchant +mchas +mchasse +mchassent +mchasses +mchassiez +mchassions +mchmes +mcht +mchtes +mche +mchefer +mchefers +mchent +mcher +mchera +mcherai +mcheraient +mcherais +mcherait +mcheras +mcherez +mcheriez +mcherions +mcherons +mcheront +mches +mchez +mch +mche +mches +mchs +mchrent +mchicoulis +mchiez +mchions +mchoire +mchoires +mchonna +mchonnai +mchonnaient +mchonnais +mchonnait +mchonnant +mchonnas +mchonnasse +mchonnassent +mchonnasses +mchonnassiez +mchonnassions +mchonnmes +mchonnt +mchonntes +mchonne +mchonnement +mchonnements +mchonnent +mchonner +mchonnera +mchonnerai +mchonneraient +mchonnerais +mchonnerait +mchonneras +mchonnerez +mchonneriez +mchonnerions +mchonnerons +mchonneront +mchonnes +mchonnez +mchonn +mchonne +mchonnes +mchonns +mchonnrent +mchonniez +mchonnions +mchonnons +mchons +mchure +mchures +mle +mles +mnes +mt +mta +mtai +mtaient +mtais +mtait +mtant +mtas +mtasse +mtassent +mtasses +mtassiez +mtassions +mtmes +mtt +mttes +mte +mtent +mter +mtera +mterai +mteraient +mterais +mterait +mteras +mterez +mteriez +mterions +mterons +mteront +mtes +mtez +mt +mte +mtes +mts +mtrent +mtiez +mtin +mtin +mtine +mtines +mtins +mtins +mtions +mtons +mts +mture +mtures +me +mea +mec +mecs +mecum +meeting +meetings +meilleur +meilleure +meilleures +meilleurs +melon +melons +membrane +membranes +membraneuse +membraneuses +membraneux +membre +membres +membrure +membrures +mena +menace +menacent +menacer +menacera +menacerai +menaceraient +menacerais +menacerait +menaceras +menacerez +menaceriez +menacerions +menacerons +menaceront +menaces +menacez +menac +menace +menaces +menacs +menacrent +menaciez +menacions +menaa +menaai +menaaient +menaais +menaait +menaant +menaas +menaasse +menaassent +menaasses +menaassiez +menaassions +menames +menat +menates +menaons +menai +menaient +menais +menait +menant +menas +menasse +menassent +menasses +menassiez +menassions +menmes +ment +mentes +mendia +mendiai +mendiaient +mendiais +mendiait +mendiant +mendiante +mendiantes +mendiants +mendias +mendiasse +mendiassent +mendiasses +mendiassiez +mendiassions +mendimes +mendit +mendites +mendicit +mendicits +mendie +mendient +mendier +mendiera +mendierai +mendieraient +mendierais +mendierait +mendieras +mendierez +mendieriez +mendierions +mendierons +mendieront +mendies +mendiez +mendi +mendie +mendies +mendis +mendirent +mendiiez +mendiions +mendions +meneau +meneaux +mener +meneur +meneurs +meneuse +meneuses +menez +men +mene +menes +mens +menrent +menhir +menhirs +meniez +menions +menons +menottes +mensonge +mensonger +mensongers +mensonges +mensongre +mensongrement +mensongres +menstruation +menstruations +menstruel +menstruelle +menstruelles +menstruels +menstrues +mensualit +mensualits +mensuel +mensuelle +mensuellement +mensuelles +mensuels +mensuration +mensurations +ment +mental +mentale +mentalement +mentales +mentalit +mentalits +mentaux +menterie +menteries +menteur +menteurs +menteuse +menteuses +mentez +menthe +menthol +menthol +menthole +mentholes +menthols +menti +mentie +menties +mention +mentionna +mentionnai +mentionnaient +mentionnais +mentionnait +mentionnant +mentionnas +mentionnasse +mentionnassent +mentionnasses +mentionnassiez +mentionnassions +mentionnmes +mentionnt +mentionntes +mentionne +mentionnent +mentionner +mentionnera +mentionnerai +mentionneraient +mentionnerais +mentionnerait +mentionneras +mentionnerez +mentionneriez +mentionnerions +mentionnerons +mentionneront +mentionnes +mentionnez +mentionn +mentionne +mentionnes +mentionns +mentionnrent +mentionniez +mentionnions +mentionnons +mentions +mentir +mentira +mentirai +mentiraient +mentirais +mentirait +mentiras +mentirent +mentirez +mentiriez +mentirions +mentirons +mentiront +mentis +mentissaient +mentissais +mentissait +mentissant +mentisse +mentisses +mentissez +mentissiez +mentissions +mentissons +mentit +mentmes +mentt +menttes +menton +mentonnet +mentonnets +mentonnire +mentonnires +mentons +mentor +mentors +menu +menue +menues +menuet +menuets +menuiserie +menuiseries +menuisier +menuisiers +menus +mer +mercanti +mercantile +mercantiles +mercantilisme +mercantis +mercenaire +mercenaires +mercerie +merceries +merci +mercier +merciers +mercire +mercires +mercis +mercredi +mercredis +mercure +mercuriale nom +mercuriales nom +mercuriel +mercurielle +mercurielles +mercuriels +merde +merdes +meringue +meringues +merisier +merisiers +merlan +merlans +merle +merles +merlin +merlins +merluche +merluches +mers +merveille +merveilles +merveilleuse +merveilleusement +merveilleuses +merveilleux +mes +mescaline +mesdames +mesdemoiselles +mesquin +mesquine +mesquinement +mesquinerie +mesquineries +mesquines +mesquins +mess militaire +message +messager +messagerie +messageries +messagers +messages +messagre +messagres +messe +messeigneurs +messes +messianique +messianiques +messianisme +messidor +messie +messies +messieurs +mesura +mesurable +mesurables +mesurai +mesuraient +mesurais +mesurait +mesurant +mesuras +mesurasse +mesurassent +mesurasses +mesurassiez +mesurassions +mesurmes +mesurt +mesurtes +mesure +mesurent +mesurer +mesurera +mesurerai +mesureraient +mesurerais +mesurerait +mesureras +mesurerez +mesureriez +mesurerions +mesurerons +mesureront +mesures +mesurez +mesur +mesure +mesures +mesurs +mesurrent +mesuriez +mesurions +mesurons +met +mets +mettable +mettables +mettaient +mettais +mettait +mettant +mette +mettent +mettes +metteur +metteurs +mettez +mettiez +mettions +mettons +mettra +mettrai +mettraient +mettrais +mettrait +mettras +mettre +mettrez +mettriez +mettrions +mettrons +mettront +meubla +meublai +meublaient +meublais +meublait +meublant +meublas +meublasse +meublassent +meublasses +meublassiez +meublassions +meublmes +meublt +meubltes +meuble +meublent +meubler +meublera +meublerai +meubleraient +meublerais +meublerait +meubleras +meublerez +meubleriez +meublerions +meublerons +meubleront +meubles +meublez +meubl +meuble +meubles +meubls +meublrent +meubliez +meublions +meublons +meugla +meuglai +meuglaient +meuglais +meuglait +meuglant +meuglas +meuglassse +meuglasssent +meuglassses +meuglasssiez +meuglasssions +meuglmes +meuglt +meugltes +meugle +meuglement +meuglements +meuglent +meugler +meuglera +meuglerai +meugleraient +meuglerais +meuglerait +meugleras +meuglerez +meugleriez +meuglerions +meuglerons +meugleront +meugles +meuglez +meugl +meugle +meugles +meugls +meuglrent +meugliez +meuglions +meuglons +meule +meules +meulire +meunerie +meuneries +meunier +meuniers +meunire +meunires +meure +meurent +meures +meurs +meurt +meurtre +meurtres +meurtri +meurtrie +meurtrier +meurtriers +meurtries +meurtrire +meurtrires +meurtrir +meurtrira +meurtrirai +meurtriraient +meurtrirais +meurtrirait +meurtriras +meurtrirent +meurtrirez +meurtririez +meurtririons +meurtrirons +meurtriront +meurtris +meurtrissaient +meurtrissais +meurtrissait +meurtrissant +meurtrisse +meurtrissent +meurtrisses +meurtrissez +meurtrissiez +meurtrissions +meurtrissons +meurtrissont +meurtrissure +meurtrissures +meurtrit +meurtrmes +meurtrt +meurtrtes +meus +meut +meute +meutes +meuvaient +meuvais +meuvait +meuve +meuvent +meuves +mexicain +mexicaine +mexicaines +mexicains +mexique +mezzanine +mezzanines +mandre +mandres +mat +mats +mcanicien +mcanicienne +mcaniciennes +mcaniciens +mcanique +mcaniquement +mcaniques +mcanisa +mcanisai +mcanisaient +mcanisais +mcanisait +mcanisant +mcanisas +mcanisasse +mcanisassent +mcanisasses +mcanisassiez +mcanisassions +mcanisation +mcanisations +mcanismes +mcanist +mcanistes +mcanise +mcanisent +mcaniser +mcanisera +mcaniserai +mcaniseraient +mcaniserais +mcaniserait +mcaniseras +mcaniserez +mcaniseriez +mcaniserions +mcaniserons +mcaniseront +mcanises +mcanisez +mcanis +mcanise +mcanises +mcaniss +mcanisrent +mcanisiez +mcanisions +mcanisme +mcanismes +mcanisons +mcanographie +mcanothrapie +mcanothrapies +mcnat +mcnats +mcne +mcnes +mchamment +mchancet +mchancets +mchant +mchante +mchantes +mchants +mchoui +mcompte +mcomptes +mconnais +mconnaisaient +mconnaisais +mconnaisait +mconnaisant +mconnaissable +mconnaissables +mconnaissance +mconnaissances +mconnaisse +mconnaissent +mconnaisses +mconnaissez +mconnaissiez +mconnaissions +mconnaissons +mconnat +mconnatra +mconnatrai +mconnatraient +mconnatrais +mconnatrait +mconnatras +mconnatre +mconnatrez +mconnatriez +mconnatrions +mconnatrons +mconnatront +mconnu +mconnue +mconnues +mconnurent +mconnus +mconnusse +mconnussent +mconnusses +mconnussiez +mconnussions +mconnut +mconnmes +mconnt +mconntes +mcontent +mcontenta +mcontentai +mcontentaient +mcontentais +mcontentait +mcontentant +mcontentas +mcontentasse +mcontentassent +mcontentasses +mcontentassiez +mcontentassions +mcontentmes +mcontentt +mcontenttes +mcontente +mcontentement +mcontentements +mcontentent +mcontenter +mcontentera +mcontenterai +mcontenteraient +mcontenterais +mcontenterait +mcontenteras +mcontenterez +mcontenteriez +mcontenterions +mcontenterons +mcontenteront +mcontentes +mcontentez +mcontent +mcontente +mcontentes +mcontents +mcontentrent +mcontentiez +mcontentions +mcontentons +mcontents +mcrant +mcrante +mcrantes +mcrants +mdaille +mdailles +mdaill +mdaille +mdailles +mdaills +mdaillier +mdailliers +mdaillon +mdaillons +mdecin +mdecine +mdecines +mdecins +mdia +mdian +mdiane +mdianes +mdians +mdias +mdiat +mdiate +mdiates +mdiateur +mdiateurs +mdiation +mdiations +mdiatique +mdiatrice +mdiatrices +mdiats +mdical +mdicale +mdicalement +mdicales +mdicament +mdicamenteuse +mdicamenteuses +mdicamenteux +mdicaments +mdication +mdications +mdicaux +mdicinal +mdicinale +mdicinales +mdicinaux +mdico +mdival +mdivale +mdivales +mdivaux +mdiviste +mdivistes +mdiocre +mdiocrement +mdiocres +mdiocrit +mdiocrits +mdira +mdirai +mdiraient +mdirais +mdirait +mdiras +mdire +mdirent +mdirez +mdiriez +mdirions +mdirons +mdiront +mdis +mdisaient +mdisais +mdisait +mdisance +mdisances +mdisant +mdisante +mdisantes +mdisants +mdise +mdisent +mdises +mdisez +mdisiez +mdisions +mdisons +mdisse +mdissent +mdisses +mdissiez +mdissions +mdit +mdita +mditai +mditaient +mditais +mditait +mditant +mditas +mditasse +mditassent +mditasses +mditassiez +mditassions +mditatif +mditatifs +mditation +mditations +mditative +mditatives +mditmes +mditt +mdittes +mdite +mditent +mditer +mditera +mditerai +mditeraient +mditerais +mditerait +mditeras +mditerez +mditeriez +mditerions +mditerons +mditeront +mditerrane +mditerranen +mditerranenne +mditerranennes +mditerranens +mdites +mditez +mdit +mdite +mdites +mdits +mditrent +mditiez +mditions +mditons +mdits +mdium +mdiums +mdius +mdmes +mdt +mdtes +mdoc +mdullaire +mdullaires +mdusa +mdusai +mdusaient +mdusais +mdusait +mdusant +mdusas +mdusasse +mdusassent +mdusasses +mdusassiez +mdusassions +mdusmes +mdust +mdustes +mduse +mdusent +mduser +mdusera +mduserai +mduseraient +mduserais +mduserait +mduseras +mduserez +mduseriez +mduserions +mduserons +mduseront +mduses +mdusez +mdus +mduse +mduses +mduss +mdusrent +mdusiez +mdusions +mdusons +mfait +mfaits +mfia +mfiai +mfiaient +mfiais +mfiait +mfiance +mfiances +mfiant +mfiante +mfiantes +mfiants +mfias +mfiasse +mfiassent +mfiasses +mfiassiez +mfiassions +mfimes +mfit +mfites +mfie +mfient +mfier +mfiera +mfierai +mfieraient +mfierais +mfierait +mfieras +mfierez +mfieriez +mfierions +mfierons +mfieront +mfies +mfiez +mfi +mfie +mfies +mfis +mfirent +mfiiez +mfiions +mfions +mgalithique +mgalithiques +mgalomane +mgalomanes +mgalomanie +mgalomanies +mgaphone +mgaphones +mgarde +mgatonne +mgatonnes +mgawatt +mgawatts +mgre +mgres +mgisserie +mgissier +mgissiers +mgot +mgots +mhara +mhari +mharis +mjuge +mjugea +mjugeai +mjugeaient +mjugeais +mjugeait +mjugeant +mjugeas +mjugeasse +mjugeassent +mjugeasses +mjugeassiez +mjugeassions +mjugemes +mjuget +mjugetes +mjugent +mjugeons +mjuger +mjugera +mjugerai +mjugeraient +mjugerais +mjugerait +mjugeras +mjugerez +mjugeriez +mjugerions +mjugerons +mjugeront +mjuges +mjugez +mjug +mjuge +mjuges +mjugs +mjugrent +mjugiez +mjugions +mlancolie +mlancolique +mlancoliquement +mlancoliques +mlange +mlangea +mlangeai +mlangeaient +mlangeais +mlangeait +mlangeant +mlangeas +mlangeasse +mlangeassent +mlangeasses +mlangeassiez +mlangeassions +mlangemes +mlanget +mlangetes +mlangent +mlangeons +mlanger +mlangera +mlangerai +mlangeraient +mlangerais +mlangerait +mlangeras +mlangerez +mlangeriez +mlangerions +mlangerons +mlangeront +mlanges +mlangeur +mlangeurs +mlangez +mlang +mlange +mlanges +mlangs +mlangrent +mlangiez +mlangions +mler +mlze +mlzes +mli +mliez +mlinite +mlions +mlisse +mlisses +mlo +mlodie +mlodies +mlodieuse +mlodieusement +mlodieuses +mlodieux +mlodique +mlodiques +mlodramatique +mlodramatiques +mlodrame +mlodrames +mlomane +mlomanes +mlope +mlopes +mmento +mmentos +mm +mms +mmre +mmres +mmoire +mmoires +mmorable +mmorablement +mmorables +mmorandum +mmorandums +mmorial +mmorialiste +mmorialistes +mmoriaux +mmorisa +mmorisai +mmorisaient +mmorisais +mmorisait +mmorisant +mmorisas +mmorisasse +mmorisassent +mmorisasses +mmorisassiez +mmorisassions +mmorismes +mmorist +mmoristes +mmorise +mmorisent +mmoriser +mmorisera +mmoriserai +mmoriseraient +mmoriserais +mmoriserait +mmoriseras +mmoriserez +mmoriseriez +mmoriserions +mmoriserons +mmoriseront +mmorises +mmorisez +mmoris +mmorise +mmorises +mmoriss +mmorisrent +mmorisiez +mmorisions +mmorisons +mnage +mnagea +mnageai +mnageaient +mnageais +mnageait +mnageant +mnageas +mnageasse +mnageassent +mnageasses +mnageassiez +mnageassions +mnagemes +mnaget +mnagetes +mnagement +mnagements +mnagent +mnageons +mnager +mnagera +mnagerai +mnageraient +mnagerais +mnagerait +mnageras +mnagerez +mnagerie +mnageries +mnageriez +mnagerions +mnagerons +mnageront +mnagers +mnages +mnagez +mnag +mnage +mnages +mnags +mnagre +mnagrent +mnagres +mnagiez +mnagions +mnestrel +mnestrels +mntrier +mntriers +mninge +mninges +mning +mninge +mninges +mnings +mningite +mnisque +mnisques +mnopause +mnopauses +mphitique +mphitiques +mplat +mplats +mprenaient +mprenais +mprenait +mprenant +mprend +mprendra +mprendrai +mprendraient +mprendrais +mprendrait +mprendras +mprendre +mprendrez +mprendriez +mprendrions +mprendrons +mprendront +mprends +mprenez +mpreniez +mprenions +mprenne +mprennent +mprennes +mprenons +mprirent +mpris +mprisa +mprisable +mprisables +mprisai +mprisaient +mprisais +mprisait +mprisant +mprisante +mprisantes +mprisants +mprisas +mprisasse +mprisassent +mprisasses +mprisassiez +mprisassions +mprismes +mprist +mpristes +mprise +mprisent +mpriser +mprisera +mpriserai +mpriseraient +mpriserais +mpriserait +mpriseras +mpriserez +mpriseriez +mpriserions +mpriserons +mpriseront +mprises +mprisez +mpris +mprise +mprises +mpriss +mprisrent +mprisiez +mprisions +mprisons +mprisse +mprissent +mprisses +mprissiez +mprissions +mprit +mprmes +mprt +mprtes +mridien +mridiens +mridional +mridionale +mridionales +mridionaux +mrinos +mrisier +mrisiers +mrita +mritai +mritaient +mritais +mritait +mritant +mritante +mritantes +mritants +mritas +mritasse +mritassent +mritasses +mritassiez +mritassions +mritmes +mritt +mrittes +mrite +mritent +mriter +mritera +mriterai +mriteraient +mriterais +mriterait +mriteras +mriterez +mriteriez +mriterions +mriterons +mriteront +mrites +mritez +mrit +mrite +mrites +mrits +mritrent +mritiez +mritions +mritoire +mritoirement +mritoires +mritons +mrovingien +mrovingienne +mrovingiennes +mrovingiens +msallia +msalliai +msalliaient +msalliais +msalliait +msalliance +msalliances +msalliant +msallias +msalliasse +msalliassent +msalliasses +msalliassiez +msalliassions +msallimes +msallit +msallites +msallie +msallient +msallier +msalliera +msallierai +msallieraient +msallierais +msallierait +msallieras +msallierez +msallieriez +msallierions +msallierons +msallieront +msallies +msalliez +msalli +msallie +msallies +msallis +msallirent +msalliiez +msalliions +msallions +msange +msanges +msaventure +msaventures +msentente +msententes +msestima +msestimai +msestimaient +msestimais +msestimait +msestimant +msestimas +msestimasse +msestimassent +msestimasses +msestimassiez +msestimassions +msestimmes +msestimt +msestimtes +msestime +msestiment +msestimer +msestimera +msestimerai +msestimeraient +msestimerais +msestimerait +msestimeras +msestimerez +msestimeriez +msestimerions +msestimerons +msestimeront +msestimes +msestimez +msestim +msestime +msestimes +msestims +msestimrent +msestimiez +msestimions +msestimons +msintelligence +msintelligences +msolithique +msolithiques +mtabolis +mtabolise +mtabolises +mtaboliss +mtabolisme +mtacarpe +mtacarpes +mtacarpien +mtacarpiene +mtacarpienes +mtacarpiens +mtairie +mtairies +mtal +mtalifre +mtalifres +mtallique +mtalliques +mtallisa +mtallisai +mtallisaient +mtallisais +mtallisait +mtallisant +mtallisas +mtallisasse +mtallisassent +mtallisasses +mtallisassiez +mtallisassions +mtallisation +mtallisations +mtallismes +mtallist +mtallistes +mtallise +mtallisent +mtalliser +mtallisera +mtalliserai +mtalliseraient +mtalliserais +mtalliserait +mtalliseras +mtalliserez +mtalliseriez +mtalliserions +mtalliserons +mtalliseront +mtallises +mtallisez +mtallis +mtallise +mtallises +mtalliss +mtallisrent +mtallisiez +mtallisions +mtallisons +mtallo +mtallographie +mtallode +mtallodes +mtallos +mtallurgie +mtallurgique +mtallurgiques +mtallurgiste +mtallurgistes +mtamorphique +mtamorphiques +mtamorphisme +mtamorphosa +mtamorphosai +mtamorphosaient +mtamorphosais +mtamorphosait +mtamorphosant +mtamorphosas +mtamorphosasse +mtamorphosassent +mtamorphosasses +mtamorphosassiez +mtamorphosassions +mtamorphosmes +mtamorphost +mtamorphostes +mtamorphose +mtamorphosent +mtamorphoser +mtamorphosera +mtamorphoserai +mtamorphoseraient +mtamorphoserais +mtamorphoserait +mtamorphoseras +mtamorphoserez +mtamorphoseriez +mtamorphoserions +mtamorphoserons +mtamorphoseront +mtamorphoses +mtamorphosez +mtamorphos +mtamorphose +mtamorphoses +mtamorphoss +mtamorphosrent +mtamorphosiez +mtamorphosions +mtamorphosons +mtaphore +mtaphores +mtaphorique +mtaphoriquement +mtaphoriques +mtapsychique +mtapsychiquement +mtapsychiques +mtastase +mtastases +mtatarse +mtatarses +mtathse +mtathses +mtaux +mtayage +mtayages +mtayer +mtayers +mtayre +mtayres +mtempsycose +mtempsycoses +mtore +mtores +mtorisme +mtorismes +mtorite +mtorites +mtorologie +mtorologique +mtorologiques +mtorologiste +mtorologistes +mtorologue +mtorologues +mtque +mtques +mthane +mthanol +mthode +mthodes +mthodique +mthodiquement +mthodiques +mthodisme +mthodiste +mthodistes +mthodologie +mthyle +mthylne +mthylique +mthyliques +mticuleuse +mticuleusement +mticuleuses +mticuleux +mtier +mtiers +mtis +mtissa +mtissage +mtissages +mtissai +mtissaient +mtissais +mtissait +mtissant +mtissas +mtissasse +mtissassent +mtissasses +mtissassiez +mtissassions +mtissmes +mtisst +mtisstes +mtisse +mtissent +mtisser +mtissera +mtisserai +mtisseraient +mtisserais +mtisserait +mtisseras +mtisserez +mtisseriez +mtisserions +mtisserons +mtisseront +mtisses +mtissez +mtiss +mtisse +mtisses +mtisss +mtissrent +mtissiez +mtissions +mtissons +mtonymie +mtra +mtrage +mtrages +mtrai +mtrais +mtrait +mtrant +mtras +mtrasse +mtrassent +mtrasses +mtrassiez +mtrassions +mtrmes +mtrt +mtrtes +mtrer +mtrera +mtrerai +mtreraient +mtrerais +mtrerait +mtreras +mtrerez +mtreriez +mtrerions +mtrerons +mtreront +mtreur +mtreurs +mtrez +mtr +mtre +mtres +mtrs +mtrrent +mtriez +mtrions +mtrique +mtriques +mtro +mtrologie +mtromanie +mtromone +mtromones +mtrons +mtropole +mtropoles +mtropolitain +mtropolitaine +mtropolitaines +mtropolitains +mtropolite +mtropolites +mtros +mvente +mventes +mche +mches +mle +mlent +mles +mne +mnent +mnera +mnerai +mneraient +mnerais +mnerait +mneras +mnerez +mneriez +mnerions +mnerons +mneront +mnes +mre +mres +mtre +mtrent +mtres +mche +mla +mlai +mlaient +mlais +mlait +mlant +mlas +mlasse +mlassent +mlasses +mlassiez +mlassions +mlmes +mlt +mltes +mle +mlent +mler +mlera +mlerai +mleraient +mlerais +mlerait +mleras +mlerez +mleriez +mlerions +mlerons +mleront +mles +mlez +ml +mle +mles +mls +mlrent +mliez +mlions +mlons +mme +mmes +mner +mg +mhz +mi +miaou +miaous +miasme +miasmes +miaula +miaulaient +miaulait +miaulant +miaulassent +miault +miaule +miaulement +miaulements +miaulent +miauler +miaulera +miauleraient +miaulerait +miauleront +miaul +miaule +miaules +miauls +miaulrent +mica +micaschiste +miche +micheline +michelines +miches +micmac +micmacs +micocoulier +micocouliers +micro +microbe +microbes +microbien +microbienne +microbiennes +microbiens +microbiologie +microcristalline +microcristallines +microfiche +microfiches +microfilm +microfilms +micromtrie +micron +microns +microphone +microphones +microphotographie +microprocesseur +microprocesseurs +micros +microscope +microscopes +microscopique +microscopiques +microseconde +microsecondes +microsillon +microsillons +midi +midinette +midinettes +mie +miel +mielleuse +mielleusement +mielleuses +mielleux +miels +mien +mienne +miennes +miens +mies +miette +miettes +mieux +mivre +mivrement +mivrerie +mivreries +mivres +mignard +mignarda +mignardai +mignardaient +mignardais +mignardait +mignardant +mignardas +mignardasse +mignardassent +mignardasses +mignardassiez +mignardassions +mignardmes +mignardt +mignardtes +mignarde +mignardent +mignarder +mignarderai +mignarderaient +mignarderais +mignarderait +mignarderas +mignarderez +mignarderiez +mignarderions +mignarderons +mignarderont +mignardes +mignardez +mignard +mignarde +mignardes +mignards +mignardrent +mignardiez +mignardions +mignardise +mignardises +mignardons +mignards +mignon +mignonne +mignonnes +mignons +migraine +migraines +migraineuse +migraineuses +migraineux +migrant +migrante +migrantes +migrants +migrateur +migrateurs +migration +migrations +migratoire +migratoires +migratrice +migratrices +mihrab +mihrabs +mijaure +mijaures +mijota +mijotai +mijotaient +mijotais +mijotait +mijotant +mijotas +mijotasse +mijotassent +mijotasses +mijotassiez +mijotassions +mijotmes +mijott +mijottes +mijote +mijotent +mijoter +mijotera +mijoterai +mijoteraient +mijoterais +mijoterait +mijoteras +mijoterez +mijoteriez +mijoterions +mijoterons +mijoteront +mijotes +mijotez +mijot +mijote +mijotes +mijots +mijotrent +mijotiez +mijotions +mijotons +mikado +mikados +mil +milan +milanais +milanaise +milanaises +milans +mildiou +mile +miles +milice +milices +milicien +miliciens +milieu +milieux +milita +militai +militaient +militaire +militairement +militaires +militais +militait +militant +militante +militantes +militantisme +militants +militari +militarisa +militarisai +militarisaient +militarisais +militarisait +militarisant +militarisas +militarisasse +militarisassent +militarisasses +militarisassiez +militarisassions +militarisation +militarisations +militarismes +militarist +militaristes +militarise +militarisent +militariser +militarisera +militariserai +militariseraient +militariserais +militariserait +militariseras +militariserez +militariseriez +militariserions +militariserons +militariseront +militarises +militarisez +militaris +militarise +militarises +militariss +militarisrent +militarisiez +militarisions +militarisme +militarisons +militariste +militaristes +militas +militasse +militassent +militasses +militassiez +militassions +militmes +militt +milittes +milite +militent +militer +militera +militerai +militeraient +militerais +militerait +militeras +militerez +militeriez +militerions +militerons +militeront +milites +militez +milit +milite +milites +milits +militrent +militiez +militions +militons +mille +milles +millet +millnaire +millnaires +millsime +millsimes +milli +milliard +milliardaire +milliardaires +milliards +millibar +millibars +millier +milliers +millime +millimes +milligramme +milligrammes +millilitre +millilitres +millimtre +millimtres +million +millionime +millionimes +millionnaire +millionnaires +millions +milliseconde +millisecondes +milord +mima +mimai +mimaient +mimais +mimait +mimant +mimas +mimasse +mimassent +mimasses +mimassiez +mimassions +mimmes +mimt +mimtes +mime +miment +mimer +mimera +mimerai +mimeraient +mimerais +mimerait +mimeras +mimerez +mimeriez +mimerions +mimerons +mimeront +mimes +mimez +mim +mime +mimes +mims +mimtisme +mimrent +mimiez +mimions +mimique +mimiques +mimodrame +mimodrames +mimons +mimosa +mimosas +mina +minable +minablement +minables +minai +minaient +minais +minait +minant +minaret +minarets +minas +minasse +minassent +minasses +minassiez +minassions +minauda +minaudai +minaudaient +minaudais +minaudait +minaudant +minaudas +minaudasse +minaudassent +minaudasses +minaudassiez +minaudassions +minaudmes +minaudt +minaudtes +minaude +minaudent +minauder +minaudera +minauderai +minauderaient +minauderais +minauderait +minauderas +minauderez +minauderie +minauderier +minauderiers +minauderies +minauderiez +minauderire +minauderires +minauderions +minauderons +minauderont +minaudes +minaudez +minaud +minaude +minaudes +minauds +minaudrent +minaudier +minaudiers +minaudiez +minaudire +minaudires +minaudions +minaudons +minmes +mint +mintes +mince +minces +minceur +minceurs +minceuse +minceuses +mine +minent +miner +minera +minerai +mineraient +minerais +minerait +mineras +minerez +mineriez +minerions +minerons +mineront +mines +minet +minets +minette +minettes +mineur +mineure +mineures +mineurs +minez +min +mine +mines +minral +minrale +minrales +minralisa +minralisai +minralisaient +minralisais +minralisait +minralisant +minralisas +minralisasse +minralisassent +minralisasses +minralisassiez +minralisassions +minralisation +minralisations +minralismes +minralist +minralistes +minralise +minralisent +minraliser +minralisera +minraliserai +minraliseraient +minraliserais +minraliserait +minraliseras +minraliserez +minraliseriez +minraliserions +minraliserons +minraliseront +minralises +minralisez +minralis +minralise +minralises +minraliss +minralisrent +minralisiez +minralisions +minralisons +minralogie +minralogique +minralogiques +minralogiste +minralogistes +minraux +mins +minrent +mini +miniature +miniatures +miniaturisa +miniaturisai +miniaturisaient +miniaturisais +miniaturisait +miniaturisant +miniaturisas +miniaturisasse +miniaturisassent +miniaturisasses +miniaturisassiez +miniaturisassions +miniaturismes +miniaturist +miniaturistes +miniaturise +miniaturisent +miniaturiser +miniaturisera +miniaturiserai +miniaturiseraient +miniaturiserais +miniaturiserait +miniaturiseras +miniaturiserez +miniaturiseriez +miniaturiserions +miniaturiserons +miniaturiseront +miniaturises +miniaturisez +miniaturis +miniaturise +miniaturises +miniaturiss +miniaturisrent +miniaturisiez +miniaturisions +miniaturisons +miniaturiste +miniaturistes +minier +miniers +miniez +minire +minires +minijupe +minijupes +minima +minimal +minimale +minimales +minimaux +minime +minimes +minimisa +minimisai +minimisaient +minimisais +minimisait +minimisant +minimisas +minimisasse +minimisassent +minimisasses +minimisassiez +minimisassions +minimismes +minimist +minimistes +minimise +minimisent +minimiser +minimisera +minimiserai +minimiseraient +minimiserais +minimiserait +minimiseras +minimiserez +minimiseriez +minimiserions +minimiserons +minimiseront +minimises +minimisez +minimis +minimise +minimises +minimiss +minimisrent +minimisiez +minimisions +minimisons +minimum +minimums +minions +ministriel +ministrielle +ministriellement +ministrielles +ministriels +ministre +ministres +ministre +ministres +minitel +minitels +minium +minois +minons +minoritaire +minoritaires +minorit +minorits +minoterie +minoteries +minotier +minotiers +minuit +minuits +minus habens +minuscule +minuscules +minuta +minutai +minutaient +minutais +minutait +minutant +minutas +minutasse +minutassent +minutasses +minutassiez +minutassions +minutmes +minutt +minuttes +minute +minutent +minuter +minutera +minuterai +minuteraient +minuterais +minuterait +minuteras +minuterez +minuterie +minuteries +minuteriez +minuterions +minuterons +minuteront +minutes +minutez +minut +minute +minutes +minuts +minutrent +minutie +minuties +minutieuse +minutieusement +minutieuses +minutieux +minutiez +minutions +minutons +mioche +mioches +mira +mirabelle +mirabelles +miracle +miracles +miraculeuse +miraculeusement +miraculeuses +miraculeux +miracul +miracule +miracules +miraculs +mirador +miradors +mirage +mirages +mirai +miraient +mirais +mirait +mirant +miras +mirasse +mirassent +mirasses +mirassiez +mirassions +mirmes +mirt +mirtes +mire +mirent +mirer +mirera +mirerai +mireraient +mirerais +mirerait +mireras +mirerez +mireriez +mirerions +mirerons +mireront +mires +mirez +mir +mire +mires +mirs +mirrent +miriez +mirifique +mirifiquement +mirifiques +mirions +mirliton +mirlitons +mirobolant +mirobolante +mirobolantes +mirobolants +miroir +miroirs +miroita +miroitai +miroitaient +miroitais +miroitait +miroitant +miroitante +miroitantes +miroitants +miroitas +miroitasse +miroitassent +miroitasses +miroitassiez +miroitassions +miroitmes +miroitt +miroittes +miroite +miroitement +miroitements +miroitent +miroiter +miroitera +miroiterai +miroiteraient +miroiterais +miroiterait +miroiteras +miroiterez +miroiterie +miroiteries +miroiteriez +miroiterions +miroiterons +miroiteront +miroites +miroitez +miroit +miroite +miroites +miroits +miroitrent +miroitier +miroitiers +miroitiez +miroitire +miroitires +miroitions +miroitons +mirons +miroton +mirotons +mis +misa +misai +misaient +misaine +misaines +misais +misait +misant +misanthrope +misanthropes +misanthropie +misanthropique +misanthropiques +misas +misasse +misassent +misasses +misassiez +misassions +mismes +mist +mistes +mise +misent +miser +misera +miserai +miseraient +miserais +miserait +miseras +miserez +miseriez +miserions +miserons +miseront +mises +misez +mis +mise +mises +misrable +misrablement +misrables +misreuse +misreuses +misreux +misricorde +misricordes +misricordieuse +misricordieusement +misricordieuses +misricordieux +miss +misre +misrent +misres +misiez +misions +misogyne +misogynes +misogynie +misons +miss +misse +missel +missels +missent +misses +missiez +missile +missiles +mission +missionnaire +missionnaires +missions +missive +missives +mistelle +mistelles +mistral +mistraux +mit +mitaine +mitaines +mite +mites +miteuse +miteuses +miteux +mit +mite +mites +mits +mitig +mitige +mitiges +mitigs +mitonna +mitonnai +mitonnaient +mitonnais +mitonnait +mitonnant +mitonnas +mitonnasse +mitonnassent +mitonnasses +mitonnassiez +mitonnassions +mitonnmes +mitonnt +mitonntes +mitonne +mitonnent +mitonner +mitonnera +mitonnerai +mitonneraient +mitonnerais +mitonnerait +mitonneras +mitonnerez +mitonneriez +mitonnerions +mitonnerons +mitonneront +mitonnes +mitonnez +mitonn +mitonne +mitonnes +mitonns +mitonnrent +mitonniez +mitonnions +mitonnons +mitoyen +mitoyenne +mitoyennes +mitoyennet +mitoyennets +mitoyens +mitrailla +mitraillage +mitraillages +mitraillai +mitraillaient +mitraillais +mitraillait +mitraillant +mitraillas +mitraillasse +mitraillassent +mitraillasses +mitraillassiez +mitraillassions +mitraillmes +mitraillt +mitrailltes +mitraille +mitraillent +mitrailler +mitraillera +mitraillerai +mitrailleraient +mitraillerais +mitraillerait +mitrailleras +mitraillerez +mitrailleriez +mitraillerions +mitraillerons +mitrailleront +mitrailles +mitraillette +mitraillettes +mitrailleur +mitrailleurs +mitrailleuse +mitrailleuses +mitraillez +mitraill +mitraille +mitrailles +mitraills +mitraillrent +mitrailliez +mitraillions +mitraillons +mitre +mitres +mitr +mitre +mitres +mitrs +mitron +mitrons +mixage +mixages +mixer +mixers +mixeur +mixeurs +mixit +mixits +mixte +mixtes +mixtion +mixtions +mixture +mixtures +mmes +mt +mtes +ml +mlle +mm +mme +mnmotechnie +mnmotechnique +mnmotechniques +mo +mobile +mobiles +mobilier +mobiliers +mobilire +mobilires +mobilisa +mobilisable +mobilisables +mobilisai +mobilisaient +mobilisais +mobilisait +mobilisant +mobilisas +mobilisasse +mobilisassent +mobilisasses +mobilisassiez +mobilisassions +mobilisation +mobilisations +mobilismes +mobilist +mobilistes +mobilise +mobilisent +mobiliser +mobilisera +mobiliserai +mobiliseraient +mobiliserais +mobiliserait +mobiliseras +mobiliserez +mobiliseriez +mobiliserions +mobiliserons +mobiliseront +mobilises +mobilisez +mobilis +mobilise +mobilises +mobiliss +mobilisrent +mobilisiez +mobilisions +mobilisons +mobilit +mobilits +mocassin +mocassins +moche +moches +modal +modale +modales +modalit +modalits +modaux +mode +modela +modelage +modelages +modelai +modelaient +modelais +modelait +modelant +modelas +modelasse +modelassent +modelasses +modelassiez +modelassions +modelmes +modelt +modeltes +modeler +modeleur +modeleure +modeleures +modeleurs +modelez +model +modele +modeles +models +modelrent +modeliez +modelions +modelons +modem +modems +modern +moderne +modernes +modernisa +modernisai +modernisaient +modernisais +modernisait +modernisant +modernisas +modernisasse +modernisassent +modernisasses +modernisassiez +modernisassions +modernisation +modernisations +modernismes +modernist +modernistes +modernise +modernisent +moderniser +modernisera +moderniserai +moderniseraient +moderniserais +moderniserait +moderniseras +moderniserez +moderniseriez +moderniserions +moderniserons +moderniseront +modernises +modernisez +modernis +modernise +modernises +moderniss +modernisrent +modernisiez +modernisions +modernisme +modernisons +moderniste +modernistes +modernit +modernits +modes +modeste +modestement +modestes +modestie +modesties +modlisation +modliser +modliste +modlistes +modra +modrai +modraient +modrais +modrait +modrant +modras +modrasse +modrassent +modrasses +modrassiez +modrassions +modrateur +modrateurs +modration +modrations +modratrice +modratrices +modrmes +modrt +modrtes +modrer +modrera +modrerai +modreraient +modrerais +modrerait +modreras +modrerez +modreriez +modrerions +modrerons +modreront +modrez +modr +modre +modres +modrment +modrs +modrrent +modriez +modrions +modrons +modle +modlent +modlera +modlerai +modleraient +modlerais +modlerait +modleras +modlerez +modleriez +modlerions +modlerons +modleront +modles +modre +modrent +modres +modicit +modicits +modifia +modifiai +modifiaient +modifiais +modifiait +modifiant +modifias +modifiasse +modifiassent +modifiasses +modifiassiez +modifiassions +modifimes +modifit +modifites +modification +modifications +modifie +modifient +modifier +modifiera +modifierai +modifieraient +modifierais +modifierait +modifieras +modifierez +modifieriez +modifierions +modifierons +modifieront +modifies +modifiez +modifi +modifie +modifies +modifis +modifirent +modifiiez +modifiions +modifions +modique +modiquement +modiques +modiste +modistes +modo +modula +modulai +modulaient +modulais +modulait +modulant +modulas +modulasse +modulassent +modulasses +modulassiez +modulassions +modulation +modulations +modulmes +modult +modultes +module +modulent +moduler +modulera +modulerai +moduleraient +modulerais +modulerait +moduleras +modulerez +moduleriez +modulerions +modulerons +moduleront +modules +modulez +modul +module +modules +moduls +modulrent +moduliez +modulions +modulons +modus +moelle +moelles +moelleuse +moelleusement +moelleuses +moelleux +moellon +moellons +moeurs +mofette +mohair +moi +moignon +moignons +moindre +moindrement +moindres +moine +moineau +moineaux +moines +moins +moira +moirai +moiraient +moirais +moirait +moirant +moiras +moirasse +moirassent +moirasses +moirassiez +moirassions +moirmes +moirt +moirtes +moire +moirent +moirer +moirera +moirerai +moireraient +moirerais +moirerait +moireras +moirerez +moireriez +moirerions +moirerons +moireront +moires +moirez +moir +moire +moires +moirs +moirrent +moiriez +moirions +moirons +mois +moisi +moisie +moisies +moisir +moisira +moisirai +moisiraient +moisirais +moisirait +moisiras +moisirent +moisirez +moisiriez +moisirions +moisirons +moisiront +moisis +moisissaient +moisissais +moisissait +moisissant +moisisse +moisissent +moisisses +moisissiez +moisissions +moisissure +moisissures +moisit +moismes +moist +moistes +moisson +moissonna +moissonnai +moissonnaient +moissonnais +moissonnait +moissonnant +moissonnas +moissonnasse +moissonnassent +moissonnasses +moissonnassiez +moissonnassions +moissonnmes +moissonnt +moissonntes +moissonne +moissonnent +moissonner +moissonnera +moissonnerai +moissonneraient +moissonnerais +moissonnerait +moissonneras +moissonnerez +moissonneriez +moissonnerions +moissonnerons +moissonneront +moissonnes +moissonneur +moissonneurs +moissonneuse +moissonneuses +moissonnez +moissonn +moissonne +moissonnes +moissonns +moissonnrent +moissonniez +moissonnions +moissonnons +moissons +moite +moites +moiteur +moiteurs +moiti +moitis +mose +moses +moka +mokas +mol +molaire +molaires +moleskin +molesta +molestai +molestaient +molestais +molestait +molestant +molestas +molestasse +molestassent +molestasses +molestassiez +molestassions +molestmes +molestt +molesttes +moleste +molestent +molester +molestera +molesterai +molesteraient +molesterais +molesterait +molesteras +molesterez +molesteriez +molesterions +molesterons +molesteront +molestes +molestez +molest +moleste +molestes +molests +molestrent +molestiez +molestions +molestons +molette +molettes +molculaire +molculaires +molcule +molcules +molire +mollasse +mollasses +molle +mollement +molles +mollesse +mollesses +mollet +molletire +molletires +molleton +molletonn +molletonne +molletonnes +molletonns +molletons +mollets +molli +mollie +mollies +mollir +mollira +mollirai +molliraient +mollirais +mollirait +molliras +mollirent +mollirez +molliriez +mollirions +mollirons +molliront +mollis +mollissaient +mollissais +mollissait +mollissant +mollisse +mollissent +mollisses +mollissez +mollissiez +mollissions +mollissons +mollit +mollmes +mollt +molltes +mollusques +molosse +molosses +molybdne +moment +momentan +momentane +momentanes +momentanment +momentans +moments +momeries +momie +momies +momifia +momifiai +momifiaient +momifiais +momifiait +momifiant +momifiasse +momifiassent +momifiasses +momifiassez +momifiassiez +momifiassions +momifimes +momifit +momifites +momifie +momifient +momifier +momifiera +momifierai +momifieraient +momifierais +momifierait +momifieras +momifierez +momifieriez +momifierions +momifierons +momifieront +momifies +momifiez +momifi +momifie +momifies +momifis +momifirent +momifiiez +momifiions +momifions +mon +monacal +monacale +monacalement +monacales +monacaux +monaco +monarchie +monarchies +monarchique +monarchiquement +monarchiques +monarchisme +monarchiste +monarchistes +monarque +monarques +monastre +monastres +monastique +monastiquement +monastiques +monceau +monceaux +monda +mondai +mondaient +mondain +mondaine +mondaines +mondains +mondais +mondait +mondanit +mondanits +mondant +mondas +mondasse +mondassent +mondasses +mondassiez +mondassions +mondmes +mondt +mondtes +monde +mondent +monder +mondera +monderai +monderaient +monderais +monderait +monderas +monderez +monderiez +monderions +monderons +monderont +mondes +mondez +mond +monde +mondes +monds +mondrent +mondial +mondiale +mondialement +mondiales +mondiaux +mondiez +mondions +mondons +mongasque +mongasques +montaire +montaires +montarisme +mongol +mongole +mongoles +mongolie +mongolien +mongolienne +mongoliennes +mongoliens +mongolique +mongoliques +mongolisme +mongols +moniale +moniales +moniteur +moniteurs +monitrice +monitrices +monnaie +monnaient +monnaiera +monnaierai +monnaieraient +monnaierais +monnaierait +monnaieras +monnaierez +monnaieriez +monnaierions +monnaierons +monnaieront +monnaies +monnaya +monnayage +monnayages +monnayai +monnayaient +monnayais +monnayait +monnayant +monnayas +monnayasse +monnayassent +monnayasses +monnayassiez +monnayassions +monnaymes +monnayt +monnaytes +monnaye +monnayent +monnayer +monnayera +monnayerai +monnayeraient +monnayerais +monnayerait +monnayeras +monnayerez +monnayeriez +monnayerions +monnayerons +monnayeront +monnayes +monnayez +monnay +monnaye +monnayes +monnays +monnayrent +monnayiez +monnayions +monnayons +mono +monochrome +monochromes +monocole +monocoles +monocoque +monocoques +monocorde +monocordes +monocotyldones +monoculture +monocultures +monogame +monogames +monogamie +monogramme +monogrammes +monographie +monographies +monolithe +monolithes +monolithique +monolithiques +monologua +monologuai +monologuaient +monologuais +monologuait +monologuant +monologuas +monologuasse +monologuassent +monologuasses +monologuassiez +monologuassions +monologumes +monologut +monologutes +monologue +monologuent +monologuer +monologuera +monologuerai +monologueraient +monologuerais +monologuerait +monologueras +monologuerez +monologueriez +monologuerions +monologuerons +monologueront +monologues +monologuez +monologu +monologue +monologues +monologus +monologurent +monologuiez +monologuions +monologuons +monoparental +monoparentale +monoparentales +monoparentals +monophas +monophase +monophases +monophass +monoplan +monoplans +monopole +monopoles +monopolisa +monopolisai +monopolisaient +monopolisais +monopolisait +monopolisant +monopolisas +monopolisasse +monopolisassent +monopolisasses +monopolisassiez +monopolisassions +monopolismes +monopolist +monopolistes +monopolise +monopolisent +monopoliser +monopolisera +monopoliserai +monopoliseraient +monopoliserais +monopoliserait +monopoliseras +monopoliserez +monopoliseriez +monopoliserions +monopoliserons +monopoliseront +monopolises +monopolisez +monopolis +monopolise +monopolises +monopoliss +monopolisrent +monopolisiez +monopolisions +monopolisons +monopoliste +monopolistes +monopolistique +monopolistiques +monosyllabe +monosyllabes +monosyllabique +monosyllabiques +monothisme +monothiste +monothistes +monotone +monotonement +monotones +monotonie +monotype +monovalent +monovalente +monovalentes +monovalents +monme +monmes +monseigneur +monsieur +monstre +monstres +monstrueuse +monstrueusement +monstrueuses +monstrueux +monstruosit +monstruosits +mont +monta +montage +montages +montagnard +montagnarde +montagnardes +montagnards +montagne +montagnes +montagneuse +montagneuses +montagneux +montai +montaient +montais +montait +montant +montante +montantes +montants +montas +montasse +montassent +montasses +montassiez +montassions +montmes +montt +monttes +monte +montent +monter +montera +monterai +monteraient +monterais +monterait +monteras +monterez +monteriez +monterions +monterons +monteront +montes +montesquieu +monteur +monteurs +monteuse +monteuses +montez +mont +monte +montes +monts +montrent +montgolfire +montgolfires +monticule +monticules +montiez +montions +montmartre +montoir +montoirs +montons +montpellier +montra +montrable +montrables +montrai +montraient +montrais +montrait +montrant +montras +montrasse +montrassent +montrasses +montrassiez +montrassions +montrmes +montrt +montrtes +montre +montrent +montrer +montrera +montrerai +montreraient +montrerais +montrerait +montreras +montrerez +montreriez +montrerions +montrerons +montreront +montres +montreur +montreurs +montreuse +montreuses +montrez +montr +montre +montres +montrs +montrrent +montriez +montrions +montrons +monts +montueuse +montueuses +montueux +monture +montures +monument +monumental +monumentale +monumentales +monumentaux +monuments +moqua +moquai +moquaient +moquais +moquait +moquant +moquas +moquasse +moquassent +moquasses +moquassiez +moquassions +moqumes +moqut +moqutes +moque +moquent +moquer +moquera +moquerai +moqueraient +moquerais +moquerait +moqueras +moquerez +moquerie +moqueries +moqueriez +moquerions +moquerons +moqueront +moques +moquette +moquettes +moqueur +moqueurs +moqueuse +moqueusement +moqueuses +moquez +moqu +moque +moques +moqus +moqurent +moquiez +moquions +moquons +moraine +moraines +moral +morale +moralement +morales +moralisa +moralisai +moralisaient +moralisais +moralisait +moralisant +moralisas +moralisasse +moralisassent +moralisasses +moralisassiez +moralisassions +moralisateur +moralisateurs +moralisatrice +moralisatrices +moralismes +moralist +moralistes +moralise +moralisent +moraliser +moraliserai +moraliseraient +moraliserais +moraliserait +moraliseras +moraliserez +moraliseriez +moraliserions +moraliserons +moraliseront +moralises +moralisez +moralis +moralise +moralises +moraliss +moralisrent +moralisiez +moralisions +moralisons +moraliste +moralistes +moralit +moralits +morasse +morasses +moratoire +moratoires +moraux +morbide +morbidement +morbides +morbidit +morbidits +morbleu +morceau +morceaux +morcela +morcelai +morcelaient +morcelais +morcelait +morcelant +morcelas +morcelasse +morcelassent +morcelasses +morcelassiez +morcelassions +morcelmes +morcelt +morceltes +morceler +morcelez +morcel +morceles +morcels +morcelrent +morceliez +morcelions +morcelle +morcellement +morcellements +morcellent +morcellera +morcellerai +morcelleraient +morcellerais +morcellerait +morcelleras +morcellerez +morcelleriez +morcellerions +morcellerons +morcelleront +morcelles +morcelons +mord +mordaient +mordais +mordait +mordant +mordante +mordantes +mordants +morde +mordent +mordes +mordez +mordicus +mordiez +mordilla +mordillai +mordillaient +mordillais +mordillait +mordillant +mordillas +mordillasse +mordillassent +mordillasses +mordillassiez +mordillassions +mordillmes +mordillt +mordilltes +mordille +mordillent +mordiller +mordillera +mordillerai +mordilleraient +mordillerais +mordillerait +mordilleras +mordillerez +mordilleriez +mordillerions +mordillerons +mordilleront +mordilles +mordillez +mordill +mordille +mordilles +mordills +mordillrent +mordilliez +mordillions +mordillons +mordions +mordis +mordisse +mordissent +mordisses +mordissiez +mordissions +mordit +mordmes +mordt +mordtes +mordons +mordora +mordorai +mordoraient +mordorais +mordorait +mordorant +mordoras +mordorasse +mordorassent +mordorasses +mordorassiez +mordorassions +mordormes +mordort +mordortes +mordore +mordorent +mordorer +mordorerai +mordoreraient +mordorerait +mordoreras +mordorerez +mordoreriez +mordorerions +mordorerons +mordoreront +mordores +mordorez +mordor +mordore +mordores +mordors +mordorrent +mordoriez +mordorions +mordorons +mordra +mordrai +mordraient +mordrais +mordrait +mordras +mordre +mordrez +mordriez +mordrions +mordrons +mordront +mords +mordu +mordue +mordues +mordus +morfil +morfils +morfond +morfondaient +morfondais +morfondait +morfondant +morfonde +morfondent +morfondes +morfondez +morfondiez +morfondions +morfondirent +morfondis +morfondisse +morfondissent +morfondisses +morfondissiez +morfondissions +morfondit +morfondmes +morfondt +morfondtes +morfondons +morfondra +morfondrai +morfondraient +morfondrais +morfondrait +morfondras +morfondre +morfondrez +morfondriez +morfondrions +morfondrons +morfondront +morfonds +morfondu +morfondue +morfondues +morfondus +morganatique +morganatiquement +morganatiques +morgue +morgues +moribond +moribonde +moribondes +moribonds +moricaud +moricaude +moricaudes +moricauds +morigna +morignai +morignaient +morignais +morignait +morignant +morignas +morignasse +morignassent +morignasses +morignassiez +morignassions +morignmes +morignt +morigntes +morigner +morignerai +morigneraient +morignerais +morignerait +morigneras +morignerez +morigneriez +morignerions +morignerons +morigneront +morignez +morign +morigne +morignes +morigns +morignrent +morigniez +morignions +morignons +morigne +morignent +morignes +morille +morilles +morion +morions +mormon +mormonne +mormonnes +mormons +morne +mornes +mornifle +mornifles +morose +moroses +morosit +morosits +morphine +morphinisme +morphinomane +morphinomanes +morphinomania +morphologie +morphologique +morphologiquement +morphologiques +mors +morse +morses +morsure +morsures +mort +mortadelle +mortadelles +mortaise +mortaises +mortalit +mortalits +morte +mortel +mortelle +mortellement +mortelles +mortels +mortes +mortier +mortiers +mortifia +mortifiai +mortifiaient +mortifiais +mortifiait +mortifiant +mortifiante +mortifiantes +mortifiants +mortifias +mortifiassse +mortifiasssent +mortifiassses +mortifiasssiez +mortifiasssions +mortifimes +mortifit +mortifites +mortification +mortifications +mortifie +mortifient +mortifier +mortifiera +mortifierai +mortifieraient +mortifierais +mortifierait +mortifieras +mortifierez +mortifieriez +mortifierions +mortifierons +mortifieront +mortifies +mortifiez +mortifi +mortifie +mortifies +mortifis +mortifirent +mortifiiez +mortifiions +mortifions +morts +mortuaire +mortuaires +morue +morues +morutier +morutiers +morve +morveuse +morveuses +morveux +mosaque +mosaques +moscou +moscovite +moscovites +mosque +mosques +mot +motard +motards +motet +motets +moteur +moteurs +motif +motifs +motion +motions +motiva +motivai +motivaient +motivais +motivait +motivas +motivasse +motivassent +motivasses +motivassiez +motivassions +motivation +motivations +motivmes +motivt +motivtes +motive +motivent +motiver +motivera +motiverai +motiveraient +motiverais +motiverait +motiveras +motiverez +motiveriez +motiverions +motiverons +motiveront +motives +motivez +motiv +motive +motives +motivs +motivrent +motiviez +motivions +motivons +moto +motocross +motoculteur +motoculteurs +motocycle +motocycles +motocyclette +motocyclettes +motocycliste +motocyclistes +motopompe +motopompes +motorisa +motorisai +motorisaient +motorisais +motorisait +motorisant +motorisas +motorisasse +motorisassent +motorisasses +motorisassiez +motorisassions +motorisation +motorisations +motorismes +motorist +motoristes +motorise +motorisent +motoriser +motorisera +motoriserai +motoriseraient +motoriserais +motoriserait +motoriseras +motoriserez +motoriseriez +motoriserions +motoriserons +motoriseront +motorises +motorisez +motoris +motorise +motorises +motoriss +motorisrent +motorisiez +motorisions +motorisons +motos +motrice +motrices +motricit +motricits +mots +motte +mottes +motus +mou +moucha +mouchai +mouchaient +mouchais +mouchait +mouchant +moucharabish +moucharabishs +mouchard +moucharda +mouchardage +mouchardai +mouchardaient +mouchardais +mouchardait +mouchardant +mouchardas +mouchardasse +mouchardassent +mouchardasses +mouchardassiez +mouchardassions +mouchardmes +mouchardt +mouchardtes +moucharde +mouchardent +moucharder +mouchardera +moucharderai +moucharderaient +moucharderais +moucharderait +moucharderas +moucharderez +moucharderiez +moucharderions +moucharderons +moucharderont +mouchardes +mouchardez +mouchard +moucharde +mouchardes +mouchards +mouchardrent +mouchardiez +mouchardions +mouchardons +mouchards +mouchas +mouchasse +mouchassent +mouchasses +mouchassiez +mouchassions +mouchmes +moucht +mouchtes +mouche +mouchent +moucher +mouchera +moucherai +moucheraient +moucherais +moucherait +moucheras +moucherez +moucheriez +moucherions +moucheron +moucherons +moucheront +mouches +moucheta +mouchetai +mouchetaient +mouchetais +mouchetait +mouchetant +mouchetas +mouchetasse +mouchetassent +mouchetasses +mouchetassiez +mouchetassions +mouchetmes +mouchett +mouchettes +moucheter +mouchetez +mouchet +mouchete +mouchetes +mouchets +mouchetrent +mouchetiez +mouchetions +mouchetons +mouchette +mouchettent +mouchettera +mouchetterai +mouchetteraient +mouchetterais +mouchetterait +mouchetteras +mouchetterez +mouchetteriez +mouchetterions +mouchetterons +mouchetteront +mouchettes +moucheture +mouchetures +mouchez +mouch +mouche +mouches +mouchs +mouchrent +mouchiez +mouchions +mouchoir +mouchoirs +mouchons +moud +moudra +moudrai +moudraient +moudrais +moudrait +moudras +moudre +moudrez +moudriez +moudrions +moudrons +moudront +mouds +moue +moues +mouette +mouettes +moufette +moufettes +moufle +moufles +mouflon +mouflons +mouilla +mouillage +mouillages +mouillai +mouillaient +mouillais +mouillait +mouillant +mouillas +mouillasse +mouillassent +mouillasses +mouillassiez +mouillassions +mouillmes +mouillt +mouilltes +mouille +mouillent +mouiller +mouillera +mouillerai +mouilleraient +mouillerais +mouillerait +mouilleras +mouillerez +mouilleriez +mouillerions +mouillerons +mouilleront +mouilles +mouillette +mouillettes +mouilleur +mouilleurs +mouillez +mouill +mouille +mouilles +mouills +mouillrent +mouilliez +mouillions +mouillons +mouillure +mouillures +moujik +moujiks +moula +moulage +moulages +moulai +moulaient +moulais +moulait +moulant +moulas +moulasse +moulassent +moulasses +moulassiez +moulassions +moulmes +moult +moultes +moule +moulent +mouler +moulera +moulerai +mouleraient +moulerais +moulerait +mouleras +moulerez +mouleriez +moulerions +moulerons +mouleront +moules +mouleur +mouleurs +moulez +moul +moule +moules +mouls +moulrent +mouliez +moulin +moulina +moulinage +moulinages +moulinai +moulinaient +moulinais +moulinait +moulinant +moulinas +moulinasse +moulinassent +moulinasses +moulinassiez +moulinassions +moulinmes +moulint +moulintes +mouline +moulinent +mouliner +moulinera +moulinerai +moulineraient +moulinerais +moulinerait +moulineras +moulinerez +moulineriez +moulinerions +moulinerons +moulineront +moulines +moulinet +moulinets +moulinez +moulin +mouline +moulines +moulins +moulinrent +mouliniez +moulinions +moulinons +moulins +moulions +moulons +moulu +moulue +moulues +moulure +moulurent +moulures +moulus +moulusse +moulussent +moulusses +moulussiez +moulussions +moulut +moulmes +moult +moultes +mouraient +mourais +mourait +mourant +mourante +mourantes +mourants +mourez +mouriez +mourions +mourir +mouron +mourons +mourra +mourrai +mourraient +mourrais +mourrait +mourras +mourrez +mourriez +mourrions +mourrons +mourront +moururent +mourus +mourusse +mourussent +mourusses +mourussiez +mourussions +mourut +mourmes +mourt +mourtes +mous +mousquet +mousquetaire +mousquetaires +mousqueton +mousquetons +mousquets +moussa +moussai +moussaient +moussaillon +moussaillons +moussais +moussait +moussant +moussante +moussantes +moussants +moussas +moussasse +moussassent +moussasses +moussassiez +moussassions +moussmes +mousst +mousstes +mousse +mousseline +mousselines +moussent +mousser +moussera +mousserai +mousseraient +mousserais +mousserait +mousseras +mousserez +mousseriez +mousserions +mousseron +mousserons +mousseront +mousses +mousseuse +mousseuses +mousseux +moussez +mouss +mousse +mousses +mousss +moussrent +moussiez +moussions +mousson +moussons +moussu +moussue +moussues +moussus +moustache +moustaches +moustachu +moustachue +moustachues +moustachus +moustiquaire +moustiquaires +moustique +moustiques +moutard garon +moutarde +moutardes +moutardier +moutardiers +moutards garon +mouton +moutonna +moutonnai +moutonnaient +moutonnais +moutonnait +moutonnant +moutonnas +moutonnasse +moutonnassent +moutonnasses +moutonnassiez +moutonnassions +moutonnmes +moutonnt +moutonntes +moutonne +moutonnement +moutonnements +moutonnent +moutonner +moutonnera +moutonnerai +moutonneraient +moutonnerais +moutonnerait +moutonneras +moutonnerez +moutonneriez +moutonnerions +moutonnerons +moutonneront +moutonnes +moutonneuse +moutonneuses +moutonneux +moutonnez +moutonn +moutonne +moutonnes +moutonns +moutonnrent +moutonnier +moutonniers +moutonniez +moutonnire +moutonnires +moutonnions +moutonnons +moutons +mouture +moutures +mouvant +mouvante +mouvantes +mouvants +mouvement +mouvement +mouvemente +mouvementes +mouvements +mouvements +mouvez +mouviez +mouvions +mouvoir +mouvons +mouvra +mouvrai +mouvraient +mouvrais +mouvrait +mouvras +mouvrez +mouvriez +mouvrions +mouvrons +mouvront +mot +mots +moyen +moyengeux +moyennant +moyenne +moyennement +moyennes +moyens +moyeu +moyeux +mozarabe +mozarabes +mle +mles +mme +mmes +mua +muai +muaient +muais +muait +muant +muas +muasse +muassent +muasses +muassiez +muassions +mumes +mut +mutes +mucilage +mucilages +mucosit +mucosits +mucus +mue +muent +muer +muera +muerai +mueraient +muerais +muerait +mueras +muerez +mueriez +muerions +muerons +mueront +mues +muet +muets +muette +muettes +muez +muezzin +muezzins +mu +mue +mues +mus +murent +mufle +muflerie +mufleries +mufles +muflier +mufliers +mufti +muftis +muge +muges +mugi +mugie +mugies +mugir +mugira +mugirai +mugiraient +mugirais +mugirait +mugiras +mugirent +mugirez +mugiriez +mugirions +mugirons +mugiront +mugis +mugissaient +mugissais +mugissait +mugissant +mugisse +mugissement +mugissements +mugissent +mugisses +mugissiez +mugissions +mugit +mugmes +mugt +mugtes +muguet +muguets +muid +muids +muiez +muions +multre +multres +multresse +multresses +mule +mules +mulet +muletier +muletiers +mulets +mulot +mulots +multicolore +multicolores +multidose +multidoses +multiforme +multiformes +multinational +multinationale +multinationales +multinationaux +multipare +multipares +multiple +multiples +multiplia +multipliai +multipliaient +multipliais +multipliait +multipliant +multiplias +multipliasse +multipliassent +multipliasses +multipliassiez +multipliassions +multiplimes +multiplit +multiplites +multiplicande +multiplicandes +multiplicateur +multiplicateurs +multiplicatif +multiplicatifs +multiplication +multiplications +multiplicative +multiplicatives +multiplicit +multiplicits +multiplie +multiplient +multiplier +multipliera +multiplierai +multiplieraient +multiplierais +multiplierait +multiplieras +multiplierez +multiplieriez +multiplierions +multiplierons +multiplieront +multiplies +multipliez +multipli +multiplie +multiplies +multiplis +multiplirent +multipliiez +multipliions +multiplions +multipolaire +multipolaires +multirisques +multitubulaire +multitubulaires +multitude +multitudes +muni +municipale +municipales +municipalit +municipalits +municipaux +munie +munies +munificence +munificences +munificent +munificente +munificentes +munificents +munir +munira +munirai +muniraient +munirais +munirait +muniras +munirent +munirez +muniriez +munirions +munirons +muniront +munis +munissaient +munissais +munissait +munissant +munisse +munissent +munisses +munissiez +munissions +munissons +munit +munitions +munmes +munt +muntes +muons +muphti +muphtis +muqueuse +muqueuses +muqueux +mur nom +mura +murage +murages +murai +muraient +muraille +murailles +murais +murait +mural +murale +murales +murant +muras +murasse +murassent +murasses +murassiez +murassions +muraux +murmes +murt +murtes +mure verbe +murent +murer +murera +murerai +mureraient +murerais +murerait +mureras +murerez +mureriez +murerions +murerons +mureront +mures verbe +murex +murez +mur +mure +mures +murs +murne +murnes +murrent +muriez +murions +murmura +murmurai +murmuraient +murmurais +murmurait +murmurant +murmuras +murmurasse +murmurassent +murmurasses +murmurassiez +murmurassions +murmurmes +murmurt +murmurtes +murmure +murmurent +murmurer +murmurera +murmurerai +murmureraient +murmurerais +murmurerait +murmureras +murmurerez +murmureriez +murmurerions +murmurerons +murmureront +murmures +murmurez +murmur +murmure +murmures +murmurs +murmurrent +murmuriez +murmurions +murmurons +murons +muros +murs nom +mus +musa +musai +musaient +musais +musait +musant +musaraigne +musaraignes +musarda +musardai +musardaient +musardais +musardait +musardant +musardas +musardasse +musardassent +musardasses +musardassiez +musardassions +musardmes +musardt +musardtes +musarde +musardent +musarder +musardera +musarderai +musarderaient +musarderais +musarderait +musarderas +musarderez +musarderiez +musarderions +musarderons +musarderont +musardes +musardez +musard +musarde +musardes +musards +musardrent +musardiez +musardions +musardise +musardises +musardons +musas +musasse +musassent +musasses +musassiez +musassions +musmes +must +mustes +musc +muscade +muscades +muscadet +muscadier +muscadiers +muscadin +muscadins +muscat +muscats +muscla +musclai +musclaient +musclais +musclait +musclant +musclas +musclasse +musclassent +musclasses +musclassiez +musclassions +musclmes +musclt +muscltes +muscle +musclent +muscler +musclerai +muscleraient +musclerais +musclerait +muscleras +musclerez +muscleriez +musclerions +musclerons +muscleront +muscles +musclez +muscl +muscle +muscles +muscls +musclrent +muscliez +musclions +musclons +musculaire +musculaires +musculation +musculature +musculatures +musculeuse +musculeuses +musculeux +muse +museau +museaux +musela +muselai +muselaient +muselais +muselait +muselant +muselas +muselasse +muselassent +muselasses +muselassiez +muselassions +muselmes +muselt +museltes +museler +muselez +musel +musele +museles +musels +muselrent +museliez +muselire +muselires +muselions +muselle +musellent +musellera +musellerai +muselleraient +musellerais +musellerait +muselleras +musellerez +muselleriez +musellerions +musellerons +muselleront +muselles +muselons +musent +muser +musera +muserai +museraient +muserais +muserait +museras +muserez +museriez +muserions +muserons +museront +muses +musette +musettes +musez +mus +muse +muses +muss +musum +musums +musrent +music +musical +musicale +musicalement +musicales +musicalit +musicalits +musicaux +musicien +musicienne +musiciennes +musiciens +musicologie +musiez +musions +musique +musiques +musons +musqu +musque +musques +musqus +musse +mussent +musses +mussiez +mussions +mustang +mustangs +musulman +musulmane +musulmanes +musulmans +mut +muta +mutai +mutaient +mutais +mutait +mutant +mutante +mutantes +mutants +mutas +mutasse +mutassent +mutasses +mutassiez +mutassions +mutation +mutations +mutmes +mutt +muttes +mute +mutent +muter +mutera +muterai +muteraient +muterais +muterait +muteras +muterez +muteriez +muterions +muterons +muteront +mutes +mutez +mut +mute +mutes +muts +mutrent +mutiez +mutila +mutilai +mutilaient +mutilais +mutilait +mutilant +mutilas +mutilasse +mutilassent +mutilasses +mutilassiez +mutilassions +mutilation +mutilations +mutilmes +mutilt +mutiltes +mutile +mutilent +mutiler +mutilera +mutilerai +mutileraient +mutilerais +mutilerait +mutileras +mutilerez +mutileriez +mutilerions +mutilerons +mutileront +mutiles +mutilez +mutil +mutile +mutiles +mutils +mutilrent +mutiliez +mutilions +mutilons +mutin +mutina +mutinai +mutinaient +mutinais +mutinait +mutinant +mutinas +mutinasse +mutinassent +mutinasses +mutinassiez +mutinassions +mutinmes +mutint +mutintes +mutine +mutinent +mutiner +mutinera +mutinerai +mutineraient +mutinerais +mutinerait +mutineras +mutinerez +mutinerie +mutineries +mutineriez +mutinerions +mutinerons +mutineront +mutines +mutinez +mutin +mutine +mutines +mutins +mutinrent +mutiniez +mutinions +mutinons +mutins +mutions +mutisme +mutit +mutits +mutons +mutualiste +mutualistes +mutualit +mutualits +mutuel +mutuelle +mutuellement +mutuelles +mutuels +m +mmes +mr +mre +mrement +mres +mri +mrie +mrier +mriers +mries +mrir +mrira +mrirai +mriraient +mrirais +mrirait +mriras +mrirent +mrirez +mririez +mririons +mrirons +mriront +mris +mrissaient +mrissais +mrissait +mrissant +mrisse +mrissent +mrisses +mrissez +mrissiez +mrissions +mrissons +mrit +mrmes +mrt +mrtes +mrs +mt +mtes +myclium +mycnien +mycnienne +mycniennes +mycniens +mycnes +mycologie +mycose +mycoses +mygale +mygales +myocarde +myocardes +myologie +myope +myopes +myopie +myopies +myosotis +myriade +myriades +myriapodes +myrrhe +myrte +myrtes +myrtille +myrtilles +mystrieuse +mystrieusement +mystrieuses +mystrieux +mystre +mystres +mysticisme +mysticismes +mysticit +mysticits +mystifia +mystifiai +mystifiaient +mystifiais +mystifiait +mystifiant +mystifias +mystifiasse +mystifiassent +mystifiasses +mystifiassiez +mystifiassions +mystifimes +mystifit +mystifites +mystificateur +mystificateurs +mystification +mystifications +mystificatrice +mystificatrices +mystifie +mystifient +mystifier +mystifiera +mystifierai +mystifieraient +mystifierais +mystifierait +mystifieras +mystifierez +mystifieriez +mystifierions +mystifierons +mystifieront +mystifies +mystifiez +mystifi +mystifie +mystifies +mystifis +mystifirent +mystifiiez +mystifiions +mystifions +mystique +mystiquement +mystiques +mythe +mythes +mythique +mythiques +mythologie +mythologique +mythologiques +mythologue +mythologues +mythomane +mythomanes +mytiliculture +mytilicultures +myxomatose +n +nabab +nababs +nabot +nabote +nabotes +nabots +nacelle +nacelles +nacra +nacrai +nacraient +nacrais +nacrait +nacrant +nacras +nacrasse +nacrassent +nacrasses +nacrassiez +nacrassions +nacrmes +nacrt +nacrtes +nacre +nacrent +nacrer +nacrera +nacrerai +nacreraient +nacrerais +nacrerait +nacreras +nacrerez +nacreriez +nacrerions +nacrerons +nacreront +nacres +nacrez +nacr +nacre +nacres +nacrs +nacrrent +nacriez +nacrions +nacrons +nadir +nadirs +naevus +nage +nagea +nageai +nageaient +nageais +nageait +nageant +nageas +nageasse +nageassent +nageasses +nageassiez +nageassions +nagemes +naget +nagetes +nagent +nageoire +nageoires +nageons +nager +nagera +nagerai +nageraient +nagerais +nagerait +nageras +nagerez +nageriez +nagerions +nagerons +nageront +nages +nageur +nageurs +nageuse +nageuses +nagez +nag +nage +nages +nags +nagrent +nagiez +nagions +nagure +nain +naine +naines +nains +nais +naissaient +naissais +naissait +naissance +naissances +naissant +naisse +naissent +naisses +naissez +naissiez +naissions +naissons +nait +naade +naades +naf +nafs +nave +navement +naves +navet +navets +nat +natra +natrai +natraient +natrais +natrait +natras +natre +natrez +natriez +natrions +natrons +natront +naja +najas +nanan +nanans +nandou +nandous +nanisme +nantes +nanti +nantie +nanties +nantir +nantira +nantirai +nantiraient +nantirais +nantirait +nantiras +nantirent +nantirez +nantiriez +nantirions +nantirons +nantiront +nantis +nantissaient +nantissais +nantissait +nantissant +nantisse +nantissement +nantissements +nantissent +nantisses +nantissez +nantissiez +nantissions +nantissons +nantit +nantmes +nantt +nanttes +napalm +naphta +naphtaline +naphte +napolon +napolonien +napolonienne +napoloniennes +napoloniens +napolitain +napolitaine +napolitaines +napolitains +nappe +napperon +napperons +nappes +naquirent +naquis +naquisse +naquissent +naquisses +naquissiez +naquissions +naquit +naqumes +naqut +naqutes +narcisse +narcisses +narcissisme +narcotique +narcotiques +nard +nards +narghil +narghils +nargua +narguai +narguaient +narguais +narguait +narguant +narguas +narguasse +narguassent +narguasses +narguassiez +narguassions +nargumes +nargut +nargutes +nargue +narguent +narguer +narguera +narguerai +nargueraient +narguerais +narguerait +nargueras +narguerez +nargueriez +narguerions +narguerons +nargueront +nargues +narguez +nargu +nargue +nargues +nargus +nargurent +narguiez +narguil +narguils +narguions +narguons +narine +narines +narquois +narquoise +narquoisement +narquoises +narra +narrai +narraient +narrais +narrait +narrant +narras +narrasse +narrassent +narrasses +narrassiez +narrassions +narrateur +narrateurs +narratif +narratifs +narration +narrations +narrative +narratives +narratrice +narratrices +narrmes +narrt +narrtes +narre +narrent +narrer +narrera +narrerai +narreraient +narrerais +narrerait +narreras +narrerez +narreriez +narrerions +narrerons +narreront +narres +narrez +narr +narre +narres +narrs +narrrent +narriez +narrions +narrons +narthex +narval +narvals +nasal +nasale +nasales +nasalisa +nasalisai +nasalisaient +nasalisais +nasalisait +nasalisant +nasalisas +nasalisasse +nasalisassent +nasalisasses +nasalisassiez +nasalisassions +nasalismes +nasalist +nasalistes +nasalise +nasalisent +nasaliser +nasalisera +nasaliserai +nasaliseraient +nasaliserais +nasaliserait +nasaliseras +nasaliserez +nasaliseriez +nasaliserions +nasaliserons +nasaliseront +nasalises +nasalisez +nasalis +nasalise +nasalises +nasaliss +nasalisrent +nasalisiez +nasalisions +nasalisons +nasaux +naseau +naseaux +nasilla +nasillai +nasillaient +nasillant +nasillard +nasillarde +nasillardes +nasillards +nasillas +nasillasse +nasillassent +nasillasses +nasillassiez +nasillassions +nasillmes +nasillt +nasilltes +nasille +nasillement +nasillements +nasillent +nasiller +nasillera +nasillerai +nasilleraient +nasillerais +nasillerait +nasilleras +nasillerez +nasilleriez +nasillerions +nasillerons +nasilleront +nasilles +nasillez +nasill +nasille +nasilles +nasills +nasillrent +nasilliez +nasillions +nasillons +nasse +nasses +natal +natale +natales +natalit +natalits +natals +natation +natatoire +natatoires +natif +natifs +nation +national +nationale +nationalement +nationales +nationalisa +nationalisai +nationalisaient +nationalisais +nationalisait +nationalisant +nationalisas +nationalisasse +nationalisassent +nationalisasses +nationalisassiez +nationalisassions +nationalisation +nationalisations +nationalismes +nationalist +nationalistes +nationalise +nationalisent +nationaliser +nationalisera +nationaliserai +nationaliseraient +nationaliserais +nationaliserait +nationaliseras +nationaliserez +nationaliseriez +nationaliserions +nationaliserons +nationaliseront +nationalises +nationalisez +nationalis +nationalise +nationalises +nationaliss +nationalisrent +nationalisiez +nationalisions +nationalisme +nationalismes +nationalisons +nationaliste +nationalistes +nationalit +nationalits +nationaux +nations +native +natives +nativit +nativits +natta +nattai +nattaient +nattais +nattait +nattant +nattas +nattasse +nattassent +nattasses +nattassiez +nattassions +nattmes +nattt +natttes +natte +nattent +natter +nattera +natterai +natteraient +natterais +natterait +natteras +natterez +natteriez +natterions +natterons +natteront +nattes +nattez +natt +natte +nattes +natts +nattrent +nattiez +nattions +nattons +naturalisa +naturalisai +naturalisaient +naturalisais +naturalisait +naturalisant +naturalisas +naturalisasse +naturalisassent +naturalisasses +naturalisassiez +naturalisassions +naturalisation +naturalisations +naturalismes +naturalist +naturalistes +naturalise +naturalisent +naturaliser +naturalisera +naturaliserai +naturaliseraient +naturaliserais +naturaliserait +naturaliseras +naturaliserez +naturaliseriez +naturaliserions +naturaliserons +naturaliseront +naturalises +naturalisez +naturalis +naturalise +naturalises +naturaliss +naturalisrent +naturalisiez +naturalisions +naturalisme +naturalismes +naturalisons +naturaliste +naturalistes +nature +naturel +naturelle +naturellement +naturelles +naturels +natures +naturisme +naturiste +naturistes +naufrage +naufragea +naufrageai +naufrageaient +naufrageais +naufrageait +naufrageant +naufrageas +naufrageasse +naufrageassent +naufrageasses +naufrageassiez +naufrageassions +naufragemes +naufraget +naufragetes +naufragent +naufrageons +naufrager +naufragera +naufragerai +naufrageraient +naufragerais +naufragerait +naufrageras +naufragerez +naufrageriez +naufragerions +naufragerons +naufrageront +naufrages +naufrageur +naufrageurs +naufrageuse +naufrageuses +naufragez +naufrag +naufrage +naufrages +naufrags +naufragrent +naufragiez +naufragions +naumachie +naumachies +nausabond +nausabonde +nausabondes +nausabonds +nause +nauses +nauseuse +nauseuses +nauseux +nautique +nautiques +nautisme +nautonier +nautoniers +nautonire +nautonires +naval +navale +navales +navals +navarin +navarins +navet +navets +navette +navettes +navigabilit +navigabilits +navigable +navigables +navigant +navigante +navigantes +navigants +navigateur +navigateurs +navigation +navigations +navigua +naviguai +naviguaient +naviguais +naviguait +naviguant +naviguas +naviguasse +naviguassent +naviguasses +naviguassiez +naviguassions +navigumes +navigut +navigutes +navigue +naviguent +naviguer +naviguera +naviguerai +navigueraient +naviguerais +naviguerait +navigueras +naviguerez +navigueriez +naviguerions +naviguerons +navigueront +navigues +naviguez +navigu +navigue +navigues +navigus +navigurent +naviguiez +naviguions +naviguons +navire +navires +navra +navrai +navraient +navrais +navrait +navrant +navrante +navrantes +navrants +navras +navrasse +navrassent +navrasses +navrassiez +navrassions +navrmes +navrt +navrtes +navre +navrent +navrer +navrera +navrerai +navreraient +navrerais +navrerait +navreras +navrerez +navreriez +navrerions +navrerons +navreront +navres +navrez +navr +navre +navres +navrs +navrrent +navriez +navrions +navrons +nazi +nazie +nazies +nazis +nazisme +ne +nec +nectaire +nectaires +nectar +nectars +nef +nefs +neige +neigea +neigeait +neigeant +neiget +neiger +neigera +neigerait +neiges +neigeuse +neigeuses +neigeux +neig +neige +neiges +neigs +nenni +neptune +nerf +nerfs +nerva +nervai +nervaient +nervais +nervait +nervant +nervas +nervasse +nervassent +nervasses +nervassiez +nervassions +nervmes +nervt +nervtes +nerve +nervent +nerver +nervera +nerverai +nerveraient +nerverais +nerverait +nerveras +nerverez +nerveriez +nerverions +nerverons +nerveront +nerves +nerveuse +nerveusement +nerveuses +nerveux +nervez +nerv +nerve +nerves +nervs +nervrent +nerviez +nervions +nervons +nervosit +nervosits +nervure +nervures +net +nets +nette +nettement +nettes +nettet +nettets +nettoie +nettoiement +nettoiements +nettoient +nettoiera +nettoierai +nettoieraient +nettoierais +nettoierait +nettoieras +nettoierez +nettoieriez +nettoierions +nettoierons +nettoieront +nettoies +nettoya +nettoyage +nettoyages +nettoyai +nettoyaient +nettoyais +nettoyait +nettoyant +nettoyas +nettoyasse +nettoyassent +nettoyasses +nettoyassiez +nettoyassions +nettoymes +nettoyt +nettoytes +nettoyer +nettoyeur +nettoyeurs +nettoyeuse +nettoyeuses +nettoyez +nettoy +nettoye +nettoyes +nettoys +nettoyrent +nettoyiez +nettoyions +nettoyons +neuf +neufs +neurasthnie +neurasthnique +neurasthniques +neuroleptique +neuroleptiques +neurologie +neurologique +neurologiques +neurologiste +neurologistes +neurologue +neurologues +neurone +neurones +neurovgtatif +neurovgtatifs +neurovgtative +neurovgtatives +neutralisa +neutralisai +neutralisaient +neutralisais +neutralisait +neutralisant +neutralisas +neutralisasse +neutralisassent +neutralisasses +neutralisassiez +neutralisassions +neutralisation +neutralisations +neutralismes +neutralist +neutralistes +neutralise +neutralisent +neutraliser +neutralisera +neutraliserai +neutraliseraient +neutraliserais +neutraliserait +neutraliseras +neutraliserez +neutraliseriez +neutraliserions +neutraliserons +neutraliseront +neutralises +neutralisez +neutralis +neutralise +neutralises +neutraliss +neutralisrent +neutralisiez +neutralisions +neutralisme +neutralisons +neutraliste +neutralistes +neutralit +neutralits +neutre +neutres +neutron +neutrons +neuvaine +neuvaines +neuvas +neuve +neuves +neuvime +neuvimement +neuvimes +nevers +neveu +neveux +newton +newtons +nez +n +nanmoins +nant +nants +nbuleuse +nbuleusement +nbuleuses +nbuleux +nbulosit +nbulosits +ncessaire +ncessairement +ncessaires +ncessita +ncessitai +ncessitaient +ncessitais +ncessitait +ncessitant +ncessitas +ncessitasse +ncessitassent +ncessitasses +ncessitassiez +ncessitassions +ncessitmes +ncessitt +ncessittes +ncessite +ncessitent +ncessiter +ncessitera +ncessiterai +ncessiteraient +ncessiterais +ncessiterait +ncessiteras +ncessiterez +ncessiteriez +ncessiterions +ncessiterons +ncessiteront +ncessites +ncessiteuse +ncessiteuses +ncessiteux +ncessitez +ncessit +ncessite +ncessites +ncessits +ncessitrent +ncessitiez +ncessitions +ncessitons +ncrologie +ncrologies +ncrologique +ncrologiques +ncromancie +ncromancien +ncromancienne +ncromanciennes +ncromanciens +ncrophage +ncrophages +ncropole +ncropoles +ncrosa +ncrosai +ncrosaient +ncrosais +ncrosait +ncrosant +ncrosas +ncrosasse +ncrosassent +ncrosasses +ncrosassiez +ncrosassions +ncrosmes +ncrost +ncrostes +ncrose +ncrosent +ncroser +ncrosera +ncroserai +ncroseraient +ncroserais +ncroserait +ncroseras +ncroserez +ncroseriez +ncroserions +ncroserons +ncroseront +ncroses +ncrosez +ncros +ncrose +ncroses +ncross +ncrosrent +ncrosiez +ncrosions +ncrosons +ne +nerlandais +nerlandaise +nerlandaises +nes +nfaste +nfastes +nflier +nfliers +ngateur +ngateurs +ngatif +ngatifs +ngation +ngations +ngative +ngativement +ngatives +ngativisme +ngativiste +ngatrice +ngatrices +nglige +ngligea +ngligeable +ngligeables +ngligeai +ngligeaient +ngligeais +ngligeait +ngligeant +ngligeas +ngligeasse +ngligeassent +ngligeasses +ngligeassiez +ngligeassions +ngligemes +ngliget +ngligetes +ngligemment +ngligence +ngligences +ngligent +ngligente +ngligentes +ngligents +ngligeons +ngliger +ngligera +ngligerai +ngligeraient +ngligerais +ngligerait +ngligeras +ngligerez +ngligeriez +ngligerions +ngligerons +ngligeront +ngliges +ngligez +nglig +nglige +ngliges +ngligs +ngligrent +ngligiez +ngligions +ngoce +ngoces +ngocia +ngociable +ngociables +ngociai +ngociaient +ngociais +ngociait +ngociant +ngociante +ngociantes +ngociants +ngocias +ngociasse +ngociassent +ngociasses +ngociassiez +ngociassions +ngociateur +ngociateurs +ngociation +ngociations +ngociatrice +ngociatrices +ngocimes +ngocit +ngocites +ngocie +ngocient +ngocier +ngociera +ngocierai +ngocieraient +ngocierais +ngocierait +ngocieras +ngocierez +ngocieriez +ngocierions +ngocierons +ngocieront +ngocies +ngociez +ngoci +ngocie +ngocies +ngocis +ngocirent +ngociiez +ngociions +ngocions +ngresse +ngresses +ngrier +ngriers +ngrillon +ngrillonne +ngrillonnes +ngrillons +ngritude +ngritudes +ngro +ngrode +ngrodes +nnuphar +nnuphars +no +nolithique +nolithiques +nologisme +nologismes +non +nophyte +nophytes +noplasme +noplasmes +nphrtique +nphrtiques +nphrite +nphrites +nphrologie +npotisme +npotismes +ns +nttoys +nv +nvs +nvralgie +nvralgies +nvralgique +nvralgiques +nvrite +nvrites +nvropathe +nvropathes +nvropathie +nvrose +nvroses +nvros +nvrose +nvroses +nvross +nfle +nfles +ngre +ngres +ni +nia +niai +niaient +niais +niaise +niaisement +niaiserie +niaiseries +niaises +niait +niant +nias +niase +niasement +niases +niasse +niassent +niasses +niassiez +niassions +nimes +nit +nites +nicha +nichai +nichaient +nichais +nichait +nichant +nichas +nichasse +nichassent +nichasses +nichassiez +nichassions +nichmes +nicht +nichtes +niche +nichent +nicher +nichera +nicherai +nicheraient +nicherais +nicherait +nicheras +nicherez +nicheriez +nicherions +nicherons +nicheront +niches +nichez +nich +niche +niches +nichs +nichrent +nichiez +nichions +nichons +nickel +nickela +nickelage +nickelages +nickelai +nickelaient +nickelais +nickelait +nickelant +nickelas +nickelasse +nickelassent +nickelasses +nickelassiez +nickelassions +nickelmes +nickelt +nickeltes +nickeler +nickelez +nickel +nickele +nickeles +nickels +nickelrent +nickeliez +nickelions +nickelle +nickellent +nickellera +nickellerai +nickelleraient +nickellerais +nickellerait +nickelleras +nickellerez +nickelleriez +nickellerions +nickellerons +nickelleront +nickelles +nickelons +nicotine +nid +nidifia +nidifiai +nidifiaient +nidifiais +nidifiait +nidifiant +nidifias +nidifiasse +nidifiassent +nidifiasses +nidifiassiez +nidifiassions +nidifimes +nidifit +nidifites +nidifie +nidifient +nidifier +nidifiera +nidifierai +nidifieraient +nidifierais +nidifierait +nidifieras +nidifierez +nidifieriez +nidifierions +nidifierons +nidifieront +nidifies +nidifiez +nidifi +nidifie +nidifies +nidifis +nidifirent +nidifiiez +nidifiions +nidifions +nids +nie +niella +niellage +niellages +niellai +niellaient +niellais +niellait +niellant +niellas +niellasse +niellassent +niellasses +niellassiez +niellassions +niellmes +niellt +nielltes +nielle +niellent +nieller +niellera +niellerai +nielleraient +niellerais +niellerait +nielleras +niellerez +nielleriez +niellerions +niellerons +nielleront +nielles +nielleur +nielleurs +niellez +niell +nielle +nielles +niells +niellrent +nielliez +niellions +niellons +niellure +niellures +nient +nier +niera +nierai +nieraient +nierais +nierait +nieras +nierez +nieriez +nierions +nierons +nieront +nies +niez +ni +nie +nies +nis +nice +nices +nimes +nirent +nigaud +nigaude +nigaudes +nigauds +nihilisme +nihiliste +nihilistes +niiez +niions +nimba +nimbai +nimbaient +nimbais +nimbait +nimbant +nimbas +nimbasse +nimbassent +nimbasses +nimbassiez +nimbassions +nimbmes +nimbt +nimbtes +nimbe +nimbent +nimber +nimbera +nimberai +nimberaient +nimberais +nimberait +nimberas +nimberez +nimberiez +nimberions +nimberons +nimberont +nimbes +nimbez +nimb +nimbe +nimbes +nimbs +nimbrent +nimbiez +nimbions +nimbons +nimbus +nions +nippa +nippai +nippaient +nippais +nippait +nippant +nippas +nippasse +nippassent +nippasses +nippassiez +nippassions +nippmes +nippt +nipptes +nippe +nippent +nipper +nippera +nipperai +nipperaient +nipperais +nipperait +nipperas +nipperez +nipperiez +nipperions +nipperons +nipperont +nippes +nippez +nipp +nippe +nippes +nipps +nipprent +nippiez +nippions +nippon +nipponne +nipponnes +nippons +nique +niques +niqueur +niqueurs +niqueuse +niqueuses +nirvna +nitouche +nitouches +nitrate +nitrates +nitre +nitreuse +nitreuses +nitreux +nitrique +nitriques +nitroglycrine +nival neige +nivale neige +nivales neige +nivaux neige +niveau +niveaux +nivela +nivelai +nivelaient +nivelais +nivelait +nivelant +nivelas +nivelasse +nivelassent +nivelasses +nivelassiez +nivelassions +nivelmes +nivelt +niveltes +niveler +nivelez +nivel +nivele +niveles +nivels +nivelrent +niveliez +nivelions +nivelle +nivellement +nivellements +nivellent +nivellera +nivellerai +nivelleraient +nivellerais +nivellerait +nivelleras +nivellerez +nivelleriez +nivellerions +nivellerons +nivelleront +nivelles +nivelons +nivernais +nivernaise +nivernaises +nivse +nobel prix +nobiliaire +nobiliaires +noble +noblement +nobles +noblesse +noblesses +noce +noces +noceur +noceurs +noceuse +noceuses +nocif +nocifs +nocive +nocives +nocivit +nocivits +noctambule +noctambules +nocturne +nocturnement +nocturnes +nodosit +nodosits +nodule +nodules +noeud +noeuds +nol +nols +noie +noient +noiera +noierai +noieraient +noierais +noierait +noieras +noierez +noieriez +noierions +noierons +noieront +noies +noir +noiraud +noiraude +noiraudes +noirauds +noirtre +noirtres +noirceur +noirceurs +noirci +noircie +noircies +noircir +noircira +noircirai +noirciraient +noircirais +noircirait +noirciras +noircirent +noircirez +noirciriez +noircirions +noircirons +noirciront +noircis +noircissaient +noircissais +noircissait +noircissant +noircisse +noircissement +noircissements +noircisses +noircissez +noircissiez +noircissions +noircissons +noircissont +noircissure +noircissures +noircit +noircmes +noirct +noirctes +noire +noires +noirs +noise +noises +noisetier +noisetiers +noisette +noisettes +noix +nolisa +nolisai +nolisaient +nolisais +nolisait +nolisant +nolisas +nolisasse +nolisassent +nolisasses +nolisassiez +nolisassions +nolismes +nolist +nolistes +nolise +nolisent +noliser +nolisera +noliserai +noliseraient +noliserais +noliseras +noliserez +noliseriez +noliserions +noliserons +noliseront +nolises +nolisez +nolis +nolise +nolises +noliss +nolisrent +nolisiez +nolisions +nolisons +nom +nomade +nomades +nomadisme +nombre +nombres +nombreuse +nombreuses +nombreux +nombril +nombrils +nomenclature +nomenclatures +nominal +nominale +nominalement +nominales +nominalistes +nominatif +nominatifs +nomination +nominations +nominative +nominativement +nominatives +nominaux +nomma +nommai +nommaient +nommais +nommant +nommas +nommasse +nommassent +nommasses +nommassiez +nommassions +nommmes +nommt +nommtes +nomme +nomment +nommer +nommera +nommerai +nommeraient +nommerais +nommerait +nommeras +nommerez +nommeriez +nommerions +nommerons +nommeront +nommes +nommez +nomm +nomme +nommes +nommment +nomms +nommrent +nommiez +nommions +nommons +noms +non +nonagnaire +nonagnaires +nonante +nonantes +nonce +nonces +nonchalamment +nonchalance +nonchalances +nonchalant +nonchalante +nonchalantes +nonchalants +nonciature +nonciatures +nonne +nonnes +nonobstant +nord +nordique +nordiques +noria +norias +normal +normale +normalement +normales +normalien +normalienne +normaliennes +normaliens +normalisa +normalisai +normalisaient +normalisais +normalisait +normalisant +normalisas +normalisasse +normalisassent +normalisasses +normalisassiez +normalisassions +normalisation +normalisations +normalismes +normalist +normalistes +normalise +normalisent +normaliser +normalisera +normaliserai +normaliseraient +normaliserais +normaliseras +normaliserez +normaliseriez +normaliserions +normaliserons +normaliseront +normalises +normalisez +normalis +normalise +normalises +normaliss +normalisrent +normalisiez +normalisions +normalisons +normalit +normalits +normand +normande +normandes +normandie +normands +normatif +normatifs +normative +normatives +normaux +norme +normes +norvgien +norvgienne +norvgiennes +norvgiens +norvge +nos +nosseigneurs +nostalgie +nostalgies +nostalgique +nostalgiques +nota +notabilit +notabilits +notable +notablement +notables +notai +notaient +notaire +notaires +notairesse +notairesses +notais +notait +notamment +notant +notarial +notariale +notariales +notariat +notariaux +notari +notarie +notaries +notaris +notas +notasse +notassent +notasses +notassiez +notassions +notation +notations +notmes +nott +nottes +note +notent +noter +notera +noterai +noteraient +noterais +noterait +noteras +noterez +noteriez +noterions +noterons +noteront +notes +notez +not +note +notes +nots +notrent +notice +notices +notiez +notifia +notifiai +notifiaient +notifiais +notifiait +notifiant +notifias +notifiasse +notifiassent +notifiasses +notifiassiez +notifiassions +notifimes +notifit +notifites +notification +notifications +notifie +notifient +notifier +notifiera +notifierai +notifieraient +notifierais +notifierait +notifieras +notifierez +notifieriez +notifierions +notifierons +notifieront +notifies +notifiez +notifi +notifie +notifies +notifis +notifirent +notifiiez +notifiions +notifions +notion +notions +notoire +notoirement +notoires +notons +notorit +notorits +notre adj +notule +notules +noua +nouai +nouaient +nouais +nouait +nouant +nouas +nouasse +nouassent +nouasses +nouassiez +nouassions +noumes +nout +noutes +nouba +noue +nouent +nouer +nouera +nouerai +noueraient +nouerais +nouerait +noueras +nouerez +noueriez +nouerions +nouerons +noueront +noues +noueuse +noueuses +noueux +nouez +nou +noue +noues +nous +nourent +nougat +nougats +nouiez +nouille +nouilles +nouions +nounours +nouons +nourri +nourrice +nourrices +nourricier +nourriciers +nourricire +nourricires +nourrie +nourries +nourrir +nourrira +nourrirai +nourriraient +nourrirais +nourrirait +nourriras +nourrirent +nourrirez +nourririez +nourririons +nourrirons +nourriront +nourris +nourrissaient +nourrissais +nourrissait +nourrissant +nourrissante +nourrissantes +nourrissants +nourrisse +nourrissent +nourrisses +nourrisseur +nourrisseurs +nourrissez +nourrissiez +nourrissions +nourrisson +nourrissons +nourrissont +nourrit +nourriture +nourritures +nourrmes +nourrt +nourrtes +nous +nouveau +nouveaut +nouveauts +nouveaux +nouvel +nouvelle +nouvelles +nouvelliste +nouvellistes +nova +novas +novateur +novateurs +novatrice +novatrices +novembre +novembres +novice +novices +noviciat +noviciats +noya +noyade +noyades +noyai +noyaient +noyais +noyait +noyant +noyas +noyasse +noyassent +noyasses +noyassiez +noyassions +noyau +noyauta +noyautage +noyautages +noyautai +noyautaient +noyautais +noyautait +noyautant +noyautas +noyautasse +noyautassent +noyautasses +noyautassiez +noyautassions +noyautmes +noyautt +noyauttes +noyaute +noyautent +noyauter +noyautera +noyauterai +noyauteraient +noyauterais +noyauterait +noyauteras +noyauterez +noyauteriez +noyauterions +noyauterons +noyauteront +noyautes +noyautez +noyaut +noyaute +noyautes +noyauts +noyautrent +noyautiez +noyautions +noyautons +noyaux +noymes +noyt +noytes +noyer +noyers +noyez +noy +noye +noyes +noys +noyrent +noyiez +noyions +noyons +ntre +ntres +nt +nu +nuage +nuages +nuageuse +nuageuses +nuageux +nuance +nuancent +nuancer +nuancera +nuancerai +nuanceraient +nuancerais +nuancerait +nuanceras +nuancerez +nuanceriez +nuancerions +nuancerons +nuanceront +nuances +nuancez +nuanc +nuance +nuances +nuancs +nuancrent +nuanciez +nuancions +nuana +nuanai +nuanaient +nuanais +nuanait +nuanant +nuanas +nuanasse +nuanassent +nuanasses +nuanassiez +nuanassions +nuanmes +nuant +nuantes +nuanons +nubile +nubiles +nubilit +nubilits +nuclaire +nuclaires +nudisme +nudiste +nudistes +nudit +nudits +nue +nues +nue +nues +nui +nuie +nuies +nuira +nuirai +nuiraient +nuirais +nuirait +nuiras +nuire +nuirez +nuiriez +nuirions +nuirons +nuiront +nuis +nuisaient +nuisais +nuisait +nuisance +nuisances +nuisant +nuise +nuisent +nuises +nuisez +nuisible +nuisibles +nuisiez +nuisions +nuisirent +nuisis +nuisisse +nuisissent +nuisisses +nuisissiez +nuisissions +nuisit +nuismes +nuist +nuistes +nuisons +nuit +nuitamment +nuite +nuites +nuits +nul +nulle +nullement +nulles +nullit +nullits +nuls +numraire +numraires +numral +numrale +numrales +numrateur +numrateurs +numration +numrations +numraux +numrique +numriquement +numriques +numro +numros +numrota +numrotage +numrotages +numrotai +numrotaient +numrotais +numrotait +numrotant +numrotas +numrotasse +numrotassent +numrotasses +numrotassiez +numrotassions +numrotation +numrotations +numrotmes +numrott +numrottes +numrote +numrotent +numroter +numrotera +numroterai +numroteraient +numroterais +numroterait +numroteras +numroterez +numroteriez +numroterions +numroterons +numroteront +numrotes +numroteur +numroteurs +numrotez +numrot +numrote +numrotes +numrots +numrotrent +numrotiez +numrotions +numrotons +numismate +numismates +numismatique +numismatiques +nuptial +nuptiale +nuptiales +nuptialit +nuptialits +nuptiaux +nuque +nuques +nurse +nurses +nus +nutritif +nutritifs +nutrition +nutritions +nutritive +nutritives +nylon +nymphe +nymphes +nympha +nymphas +nymphose +o +oasis +obdience +obdiences +obi +obie +obies +obir +obira +obirai +obiraient +obirais +obirait +obiras +obirent +obirez +obiriez +obirions +obirons +obiront +obis +obissaient +obissais +obissait +obissance +obissances +obissant +obissante +obissantes +obissants +obisse +obissent +obisses +obissez +obissiez +obissions +obissons +obit +obmes +obt +obtes +oblisque +oblisques +obra +obrai +obraient +obrais +obrait +obrant +obras +obrasse +obrassent +obrasses +obrassiez +obrassions +obrmes +obrt +obrtes +obrer +obrera +obrerai +obreraient +obrerais +obrerait +obreras +obrerez +obreriez +obrerions +obrerons +obreront +obrez +obr +obre +obres +obrs +obrrent +obriez +obrions +obrons +obsit +obre +obrent +obres +obse +obses +objecta +objectai +objectaient +objectais +objectait +objectant +objectas +objectasse +objectassent +objectasses +objectassiez +objectassions +objectmes +objectt +objecttes +objecte +objectent +objecter +objectera +objecterai +objecteraient +objecterais +objecterait +objecteras +objecterez +objecteriez +objecterions +objecterons +objecteront +objectes +objecteur +objecteurs +objectez +object +objecte +objectes +objects +objectrent +objectiez +objectif +objectifs +objection +objections +objectiva +objectivai +objectivaient +objectivais +objectivait +objectivant +objectivas +objectivasse +objectivassent +objectivasses +objectivassiez +objectivassions +objectivmes +objectivt +objectivtes +objective +objectivement +objectivent +objectiver +objectivera +objectiverai +objectiveraient +objectiverais +objectiverait +objectiveras +objectiverez +objectiveriez +objectiverions +objectiverons +objectiveront +objectives +objectivez +objectiv +objective +objectives +objectivs +objectivrent +objectiviez +objectivions +objectivit +objectivits +objectivons +objectons +objet +objets +objurgation +objurgations +oblat +oblate +oblates +oblation +oblations +oblats +obligataire +obligataires +obligation +obligations +obligatoire +obligatoirement +obligatoires +oblige +obligea +obligeai +obligeaient +obligeais +obligeait +obligeamment +obligeance +obligeances +obligeant +obligeas +obligeasse +obligeassent +obligeasses +obligeassiez +obligeassions +obligemes +obliget +obligetes +obligent +obligeons +obliger +obligera +obligerai +obligeraient +obligerais +obligerait +obligeras +obligerez +obligeriez +obligerions +obligerons +obligeront +obliges +obligez +oblig +oblige +obliges +obligs +obligrent +obligiez +obligions +obliqua +obliquai +obliquaient +obliquais +obliquait +obliquant +obliquas +obliquasse +obliquassent +obliquasses +obliquassiez +obliquassions +obliqumes +obliqut +obliqutes +oblique +obliquement +obliquent +obliquer +obliquera +obliquerai +obliqueraient +obliquerais +obliquerait +obliqueras +obliquerez +obliqueriez +obliquerions +obliquerons +obliqueront +obliques +obliquez +obliqu +oblique +obliques +obliqus +obliqurent +obliquiez +obliquions +obliquit +obliquits +obliquons +oblitra +oblitrai +oblitraient +oblitrais +oblitrait +oblitrant +oblitras +oblitrasse +oblitrassent +oblitrasses +oblitrassiez +oblitrassions +oblitration +oblitrations +oblitrmes +oblitrt +oblitrtes +oblitrer +oblitrera +oblitrerai +oblitreraient +oblitrerais +oblitrerait +oblitreras +oblitrerez +oblitreriez +oblitrerions +oblitrerons +oblitreront +oblitrez +oblitr +oblitre +oblitres +oblitrs +oblitrrent +oblitriez +oblitrions +oblitrons +oblitre +oblitrent +oblitres +oblong +oblongs +oblongue +oblongues +obnubila +obnubilai +obnubilaient +obnubilais +obnubilait +obnubilant +obnubilas +obnubilasse +obnubilassent +obnubilasses +obnubilassiez +obnubilassions +obnubilmes +obnubilt +obnubiltes +obnubile +obnubilent +obnubiler +obnubilera +obnubilerai +obnubileraient +obnubilerais +obnubilerait +obnubileras +obnubilerez +obnubileriez +obnubilerions +obnubilerons +obnubileront +obnubiles +obnubilez +obnubil +obnubile +obnubiles +obnubils +obnubilrent +obnubiliez +obnubilions +obnubilons +obole +oboles +obscnit +obscnits +obscne +obscnes +obscur +obscurantisme +obscurantiste +obscurantistes +obscurci +obscurcie +obscurcies +obscurcir +obscurcira +obscurcirai +obscurciraient +obscurcirais +obscurcirait +obscurciras +obscurcirent +obscurcirez +obscurciriez +obscurcirions +obscurcirons +obscurciront +obscurcis +obscurcissaient +obscurcissais +obscurcissait +obscurcissant +obscurcisse +obscurcissement +obscurcissements +obscurcissent +obscurcisses +obscurcissez +obscurcissiez +obscurcissions +obscurcissons +obscurcit +obscurcmes +obscurct +obscurctes +obscure +obscures +obscurment +obscurit +obscurits +obscurs +observa +observable +observables +observai +observaient +observais +observait +observance +observances +observant +observas +observasse +observassent +observasses +observassiez +observassions +observateur +observateurs +observation +observations +observatoire +observatoires +observatrice +observatrices +observmes +observt +observtes +observe +observent +observer +observera +observerai +observeraient +observerais +observerait +observeras +observerez +observeriez +observerions +observerons +observeront +observes +observez +observ +observe +observes +observs +observrent +observiez +observions +observons +obsession +obsessions +obsda +obsdai +obsdaient +obsdais +obsdait +obsdant +obsdante +obsdantes +obsdants +obsdas +obsdasse +obsdassent +obsdasses +obsdassiez +obsdassions +obsdmes +obsdt +obsdtes +obsder +obsdera +obsderai +obsderaient +obsderais +obsderait +obsderas +obsderez +obsderiez +obsderions +obsderons +obsderont +obsdez +obsd +obsde +obsdes +obsds +obsdrent +obsdiez +obsdions +obsdons +obsquieuse +obsquieusement +obsquieuses +obsquieux +obsquiosit +obsquiosits +obsde +obsdent +obsdes +obsques +obsidienne +obstacle +obstacles +obsttrique +obsttriques +obstina +obstinai +obstinaient +obstinais +obstinait +obstinant +obstinas +obstinasse +obstinassent +obstinasses +obstinassiez +obstinassions +obstination +obstinations +obstinmes +obstint +obstintes +obstine +obstinent +obstiner +obstinera +obstinerai +obstineraient +obstinerais +obstinerait +obstineras +obstinerez +obstineriez +obstinerions +obstinerons +obstineront +obstines +obstinez +obstin +obstine +obstines +obstinment +obstins +obstinrent +obstiniez +obstinions +obstinons +obstrua +obstruai +obstruaient +obstruais +obstruait +obstruant +obstruas +obstruasse +obstruassent +obstruasses +obstruassiez +obstruassions +obstrumes +obstrut +obstrutes +obstructif +obstructifs +obstruction +obstructions +obstructive +obstructives +obstrue +obstruent +obstruer +obstruera +obstruerai +obstrueraient +obstruerais +obstruerait +obstrueras +obstruerez +obstrueriez +obstruerions +obstruerons +obstrueront +obstrues +obstruez +obstru +obstrue +obstrues +obstrus +obstrurent +obstruiez +obstruions +obstruons +obtempra +obtemprai +obtempraient +obtemprais +obtemprait +obtemprant +obtempras +obtemprasse +obtemprassent +obtemprasses +obtemprassiez +obtemprassions +obtemprmes +obtemprt +obtemprtes +obtemprer +obtemprera +obtemprerai +obtempreraient +obtemprerais +obtemprerait +obtempreras +obtemprerez +obtempreriez +obtemprerions +obtemprerons +obtempreront +obtemprez +obtempr +obtempre +obtempres +obtemprs +obtemprrent +obtempriez +obtemprions +obtemprons +obtempre +obtemprent +obtempres +obtenaient +obtenais +obtenait +obtenant +obtenez +obteniez +obtenions +obtenir +obtenons +obtention +obtentions +obtenu +obtenue +obtenuees +obtenues +obtenus +obtiendra +obtiendrai +obtiendraient +obtiendrais +obtiendrait +obtiendras +obtiendrez +obtiendriez +obtiendrions +obtiendrons +obtiendront +obtienne +obtiennent +obtiennes +obtiens +obtient +obtinrent +obtins +obtinsse +obtinssent +obtinsses +obtinssiez +obtinssions +obtint +obtnmes +obtnt +obtntes +obtura +obturai +obturaient +obturais +obturait +obturant +obturas +obturasse +obturassent +obturasses +obturassiez +obturassions +obturateur +obturateurs +obturation +obturations +obturatrice +obturatrices +obturmes +obturt +obturtes +obture +obturent +obturer +obturera +obturerai +obtureraient +obturerais +obturerait +obtureras +obturerez +obtureriez +obturerions +obturerons +obtureront +obtures +obturez +obtur +obture +obtures +obturs +obturrent +obturiez +obturions +obturons +obtus +obtuse +obtuses +obus +obusier +obusiers +obvia +obviai +obviaient +obviais +obviait +obviant +obvias +obviasse +obviassent +obviasses +obviassiez +obviassions +obvimes +obvit +obvites +obvie +obvient +obvier +obviera +obvierai +obvieraient +obvierais +obvierait +obvieras +obvierez +obvieriez +obvierions +obvierons +obvieront +obvies +obviez +obvi +obvie +obvies +obvis +obvirent +obviiez +obviions +obvions +oc +ocarina +ocarinas +occasion +occasionna +occasionnai +occasionnaient +occasionnais +occasionnait +occasionnant +occasionnas +occasionnasse +occasionnassent +occasionnasses +occasionnassiez +occasionnassions +occasionnmes +occasionnt +occasionntes +occasionne +occasionnel +occasionnelle +occasionnellement +occasionnelles +occasionnels +occasionnent +occasionner +occasionnera +occasionnerai +occasionneraient +occasionnerais +occasionnerait +occasionneras +occasionnerez +occasionneriez +occasionnerions +occasionnerons +occasionneront +occasionnes +occasionnez +occasionn +occasionne +occasionnes +occasionns +occasionnrent +occasionniez +occasionnions +occasionnons +occasions +occident +occidental +occidentale +occidentales +occidentaux +occipital +occipitale +occipitales +occipitaux +occiput +occiputs +occira +occirai +occiraient +occirais +occirait +occiras +occire +occirez +occiriez +occirions +occirons +occiront +occis +occisaient +occisais +occisait +occisant +occise +occisent +occises +occisez +occisiez +occisions +occit +occitan +occitane +occitanes +occitans +occlusif +occlusifs +occlusion +occlusions +occlusive +occlusives +occu +occue +occues +occulta +occultai +occultaient +occultais +occultait +occultant +occultas +occultasse +occultassent +occultasses +occultassiez +occultassions +occultation +occultations +occultmes +occultt +occulttes +occulte +occultent +occulter +occultera +occulterai +occulteraient +occulterais +occulterait +occulteras +occulterez +occulteriez +occulterions +occulterons +occulteront +occultes +occultez +occult +occulte +occultes +occults +occultrent +occultiez +occultions +occultisme +occultismes +occultiste +occultistes +occultons +occupa +occupai +occupaient +occupais +occupait +occupant +occupante +occupantes +occupants +occupas +occupasse +occupassent +occupasses +occupassiez +occupassions +occupation +occupations +occupmes +occupt +occuptes +occupe +occupent +occuper +occupera +occuperai +occuperaient +occuperais +occuperait +occuperas +occuperez +occuperiez +occuperions +occuperons +occuperont +occupes +occupez +occup +occupe +occupes +occups +occuprent +occupiez +occupions +occupons +occurence +occurences +occurent +occus +occusse +occussent +occusses +occussiez +occussions +occut +occmes +occt +occtes +ocelle +ocelles +ocell +ocelle +ocelles +ocells +ocelot +ocelots +ocan +ocanide +ocanides +ocanie +ocanien +ocanienne +ocaniennes +ocaniens +ocanique +ocaniques +ocanographie +ocans +ocre +ocreuse +ocreuses +ocreux +octadre +octadres +octane +octave +octaves +octavo +octet +octets +octobre +octobres +octognaire +octognaires +octogonal +octogonale +octogonales +octogonaux +octogone +octogones +octosyllabe +octosyllabes +octosyllabique +octosyllabiques +octroi +octroie +octroient +octroiera +octroierai +octroieraient +octroierais +octroierait +octroieras +octroierez +octroieriez +octroierions +octroierons +octroieront +octroies +octrois +octroya +octroyai +octroyaient +octroyais +octroyait +octroyant +octroyas +octroyasse +octroyassent +octroyasses +octroyassiez +octroyassions +octroymes +octroyer +octroyez +octroy +octroye +octroyes +octroys +octroyrent +octroyiez +octroyions +octroyons +oculaire +oculaires +oculiste +oculistes +odalisque +odalisques +ode +odes +odeur +odeurs +odieuse +odieusement +odieuses +odieux +odontalgie +odontalgies +odontalgique +odontalgiques +odontologie +odorant +odorante +odorantes +odorants +odorat +odorats +odorifrant +odorifrante +odorifrantes +odorifrants +odysse +odysses +oecumnique +oecumniques +oecumnisme +oedme +oedmes +oedipe +oeil +oeillade +oeillades +oeillet +oeillets +oeillre +oeillres +oenologie +oesophage +oesophages +oeuf +oeufs +oeuvra +oeuvrai +oeuvraient +oeuvrais +oeuvrait +oeuvrant +oeuvras +oeuvrasse +oeuvrassent +oeuvrasses +oeuvrassiez +oeuvrassions +oeuvrmes +oeuvrt +oeuvrtes +oeuvre +oeuvrent +oeuvrer +oeuvrera +oeuvrerai +oeuvreraient +oeuvrerais +oeuvrerait +oeuvreras +oeuvrerez +oeuvreriez +oeuvrerions +oeuvrerons +oeuvreront +oeuvres +oeuvrez +oeuvr +oeuvre +oeuvres +oeuvrs +oeuvrrent +oeuvriez +oeuvrions +oeuvrons +offensa +offensai +offensaient +offensais +offensait +offensant +offensas +offensasse +offensassent +offensasses +offensassiez +offensassions +offensmes +offenst +offenstes +offense +offensent +offenser +offensera +offenserai +offenseraient +offenserais +offenserait +offenseras +offenserez +offenseriez +offenserions +offenserons +offenseront +offenses +offenseur +offenseurs +offensez +offens +offense +offenses +offenss +offensrent +offensiez +offensif +offensifs +offensions +offensive +offensivement +offensives +offensons +offert +offerte +offertes +offertoire +offertoires +offerts +office +offices +officia +officiai +officiaient +officiais +officiait +officialisa +officialisai +officialisaient +officialisais +officialisait +officialisant +officialisas +officialisasse +officialisassent +officialisasses +officialisassiez +officialisassions +officialismes +officialist +officialistes +officialise +officialisent +officialiser +officialisera +officialiserai +officialiseraient +officialiserais +officialiserait +officialiseras +officialiserez +officialiseriez +officialiserions +officialiserons +officialiseront +officialises +officialisez +officialis +officialise +officialises +officialiss +officialisrent +officialisiez +officialisions +officialisons +officialit +officialits +officiant +officiants +officias +officiasse +officiassent +officiasses +officiassiez +officiassions +officimes +officit +officites +officie +officiel +officielle +officiellement +officielles +officiels +officient +officier +officiera +officierai +officieraient +officierais +officierait +officieras +officierez +officieriez +officierions +officierons +officieront +officiers +officies +officieuse +officieusement +officieuses +officieux +officiez +offici +officie +officies +officis +officirent +officiiez +officiions +officinal +officinale +officinales +officinaux +officine +officines +officions +offraient +offrais +offrait +offrande +offrandes +offrant +offre +offrent +offres +offrez +offriez +offrions +offrir +offrira +offrirai +offriraient +offrirais +offrirait +offriras +offrirent +offrirez +offririez +offririons +offrirons +offriront +offris +offrisse +offrissent +offrisses +offrissiez +offrissions +offrit +offrmes +offrt +offrtes +offrons +offset +offusqua +offusquai +offusquaient +offusquais +offusquait +offusquant +offusquas +offusquasse +offusquassent +offusquasses +offusquassiez +offusquassions +offusqumes +offusqut +offusqutes +offusque +offusquent +offusquer +offusquera +offusquerai +offusqueraient +offusquerais +offusquerait +offusqueras +offusquerez +offusqueriez +offusquerions +offusquerons +offusqueront +offusques +offusquez +offusqu +offusque +offusques +offusqus +offusqurent +offusquiez +offusquions +offusquons +ogival +ogivale +ogivales +ogivaux +ogive +ogives +ogre +ogres +ogressse +ogressses +oh +oh +ohm +ohms +oie +oies +oignaient +oignais +oignait +oignant +oigne +oignent +oignes +oignez +oigniez +oignions +oignirent +oignis +oignisse +oignissent +oignisses +oignissiez +oignissions +oignit +oignmes +oignt +oigntes +oignon +oignons +oil +oindra +oindrai +oindraient +oindrais +oindrait +oindras +oindre +oindrez +oindriez +oindrions +oindrons +oindront +oins +oint +ointe +ointes +oints +oiseau +oiseaux +oiselet +oiselets +oiseleur +oiseleurs +oiselier +oiseliers +oisellerie +oiselleries +oiseuse +oiseusement +oiseuses +oiseux +oisif +oisifs +oisillon +oisillons +oisive +oisivement +oisives +oisivet +oisivets +oison +oisons +odium +ol +okoum +olagineuse +olagineusement +olagineuses +olagineux +oline +oloduc +oloducs +olfactif +olfactifs +olfaction +olfactions +olfactive +olfactives +olibrius +olifant +olifants +oligarchie +oligarchies +olivaie +olivaies +olivtre +olivtres +olive +oliveraie +oliveraies +olives +olivette +olivettes +olivier +oliviers +olographe +olographes +olympe +olympiade +olympiades +olympien +olympienne +olympiennes +olympiens +olympique +olympiques +ombelle +ombelles +ombellifres +ombilic +ombilical +ombilicale +ombilicales +ombilicaux +ombilics +omble +ombles +ombra +ombrage +ombragea +ombrageai +ombrageaient +ombrageais +ombrageait +ombrageant +ombrageas +ombrageasse +ombrageassent +ombrageasses +ombrageassiez +ombrageassions +ombragemes +ombraget +ombragetes +ombragent +ombrageons +ombrager +ombragera +ombragerai +ombrageraient +ombragerais +ombragerait +ombrageras +ombragerez +ombrageriez +ombragerions +ombragerons +ombrageront +ombrages +ombrageuse +ombrageusement +ombrageuses +ombrageux +ombragez +ombrag +ombrage +ombrages +ombrags +ombragrent +ombragiez +ombragions +ombrai +ombraient +ombrais +ombrait +ombrant +ombras +ombrasse +ombrassent +ombrasses +ombrassiez +ombrassions +ombrmes +ombrt +ombrtes +ombre +ombrelle +ombrelles +ombrent +ombrer +ombrera +ombrerai +ombreraient +ombrerais +ombrerait +ombreras +ombrerez +ombreriez +ombrerions +ombrerons +ombreront +ombres +ombreuse +ombreuses +ombreux +ombrez +ombr +ombre +ombres +ombrs +ombrrent +ombriez +ombrions +ombrons +omelette +omelettes +omet +omets +omettaient +omettais +omettait +omettant +omette +omettent +omettes +omettez +omettiez +omettions +omettons +omettra +omettrai +omettraient +omettrais +omettrait +omettras +omettre +omettrez +omettriez +omettrions +omettrons +omettront +omga +omicron +omirent +omis +omise +omises +omisse +omissent +omisses +omissiez +omission +omissions +omit +ommes +omt +omtes +omnibus +omnipotence +omnipotent +omnipotente +omnipotentes +omnipotents +omniscient +omnisciente +omniscientes +omniscients +omnivore +omnivores +omoplate +omoplates +on +onagre +onagres +onanisme +onanismes +once +onces +oncle +oncles +onction +onctions +onctueuse +onctueusement +onctueuses +onctueux +onctuosit +onctuosits +onde +ondes +ond +onde +ondes +onds +ondoie +ondoiement +ondoiements +ondoient +ondoiera +ondoierai +ondoieraient +ondoierais +ondoierait +ondoieras +ondoierez +ondoieriez +ondoierions +ondoierons +ondoieront +ondoies +ondoya +ondoyai +ondoyaient +ondoyais +ondoyait +ondoyant +ondoyas +ondoyasse +ondoyassent +ondoyasses +ondoyassiez +ondoyassions +ondoymes +ondoyt +ondoytes +ondoyer +ondoyez +ondoy +ondoye +ondoyes +ondoys +ondoyrent +ondoyiez +ondoyions +ondoyons +ondula +ondulai +ondulaient +ondulais +ondulait +ondulant +ondulas +ondulasse +ondulassent +ondulasses +ondulassez +ondulassiez +ondulassions +ondulation +ondulations +ondulatoire +ondulatoires +ondulmes +ondult +ondultes +ondule +ondulent +onduler +ondulera +ondulerai +onduleraient +ondulerais +ondulerait +onduleras +ondulerez +onduleriez +ondulerions +ondulerons +onduleront +ondules +onduleuse +onduleuses +onduleux +ondulez +ondul +ondule +ondulee +onduls +ondulrent +onduliez +ondulions +ondulons +onreuse +onreuses +onreux +ongle +ongles +onglet +onglets +ongle +ongles +ongue +onguent +onguents +ongues +ongul +ongule +ongules +onguls +onirique +oniriques +oniromacie +onomastique +onomastiques +onomatope +onomatopes +ont +ontogense +ontogenses +ontologie +ontologique +ontologiques +onyx +onze +onzime +onzimement +oosphre +oosphres +opacifia +opacifiai +opacifiaient +opacifiais +opacifiait +opacifiant +opacifias +opacifiasse +opacifiassent +opacifiasses +opacifiassiez +opacifiassions +opacifimes +opacifit +opacifites +opacifie +opacifient +opacifier +opacifiera +opacifierai +opacifieraient +opacifierais +opacifierait +opacifieras +opacifierez +opacifieriez +opacifierions +opacifierons +opacifieront +opacifies +opacifiez +opacifi +opacifie +opacifies +opacifis +opacifirent +opacifiiez +opacifiions +opacifions +opacit +opacits +opale +opales +opalescence +opalescences +opalescent +opalescente +opalescentes +opalescents +opalin +opaline +opalines +opalins +opaque +opaques +opercule +opercules +opra +oprable +oprables +oprai +opraient +oprais +oprait +oprande +oprandes +oprant +opras +oprasse +oprassent +oprasses +oprassiez +oprassions +oprateur +oprateurs +opration +oprationnel +oprationnelle +oprationnelles +oprationnels +oprations +opratoire +opratoires +oprmes +oprt +oprtes +oprer +oprera +oprerai +opreraient +oprerais +oprerait +opreras +oprerez +opreriez +oprerions +oprerons +opreront +oprette +oprettes +oprez +opr +opre +opres +oprs +oprrent +opriez +oprions +oprons +opre +oprent +opres +ophiclide +ophiclides +ophidiens +ophtalmie +ophtalmies +ophtalmique +ophtalmiques +ophtalmologie +ophtalmologique +ophtalmologiques +ophtalmologistes +ophtalmologue +ophtalmoscopie +opiac +opiace +opiaces +opiacs +opina +opinai +opinaient +opinais +opinait +opinant +opinas +opinasse +opinassent +opinasses +opinassiez +opinassions +opinmes +opint +opintes +opine +opinent +opiner +opinera +opinerai +opineraient +opinerais +opinerait +opineras +opinerez +opineriez +opinerions +opinerons +opineront +opines +opinez +opin +opine +opines +opins +opinrent +opinitra +opinitrai +opinitraient +opinitrais +opinitrait +opinitrant +opinitras +opinitrasse +opinitrassent +opinitrasses +opinitrassiez +opinitrassions +opinitrmes +opinitrt +opinitrtes +opinitre +opinitrement +opinitrent +opinitrer +opinitrera +opinitrerai +opinitreraient +opinitrerais +opinitrerait +opinitreras +opinitrerez +opinitreriez +opinitrerions +opinitrerons +opinitreront +opinitres +opinitret +opinitrets +opinitrez +opinitr +opinitre +opinitres +opinitrs +opinitrrent +opinitriez +opinitrions +opinitrons +opiniez +opinion +opinions +opinons +opiomane +opiomanes +opium +opopanax +opoponax +opossum +opossums +oppidum +opportun +opportune +opportunes +opportunment +opportunisme +opportuniste +opportunistes +opportunit +opportunits +opportuns +opposa +opposable +opposables +opposai +opposaient +opposais +opposait +opposant +opposante +opposantes +opposants +opposas +opposasse +opposassent +opposasses +opposassiez +opposassions +opposmes +oppost +oppostes +oppose +opposent +opposer +opposera +opposerai +opposeraient +opposerais +opposerait +opposeras +opposerez +opposeriez +opposerions +opposerons +opposeront +opposes +opposez +oppos +oppose +opposes +opposs +opposrent +opposiez +opposions +opposite +opposition +oppositions +opposons +oppressa +oppressai +oppressaient +oppressais +oppressait +oppressant +oppressas +oppressasse +oppressassent +oppressasses +oppressassiez +oppressassions +oppressmes +oppresst +oppresstes +oppresse +oppressent +oppresser +oppressera +oppresserai +oppresseraient +oppresserais +oppresserait +oppresseras +oppresserez +oppresseriez +oppresserions +oppresserons +oppresseront +oppresses +oppresseur +oppresseurs +oppressez +oppress +oppresse +oppresses +oppresss +oppressrent +oppressiez +oppressif +oppressifs +oppression +oppressions +oppressive +oppressives +oppressons +opprima +opprimai +opprimaient +opprimais +opprimait +opprimant +opprimas +opprimasse +opprimassent +opprimasses +opprimassiez +opprimassions +opprimmes +opprimt +opprimtes +opprime +oppriment +opprimer +opprimera +opprimerai +opprimeraient +opprimerais +opprimerait +opprimeras +opprimerez +opprimeriez +opprimerions +opprimerons +opprimeront +opprimes +opprimez +opprim +opprime +opprimes +opprims +opprimrent +opprimiez +opprimions +opprimons +opprobre +opprobres +opta +optai +optaient +optais +optait +optant +optas +optasse +optassent +optasses +optassiez +optassions +optatif +optatifs +optative +optatives +optmes +optt +opttes +opte +optent +opter +optera +opterai +opteraient +opterais +opterait +opteras +opterez +opteriez +opterions +opterons +opteront +optes +optez +opt +opte +optes +opts +optrent +opticien +opticiens +optiez +optimal +optimale +optimales +optimaux +optimisa +optimisai +optimisaient +optimisais +optimisait +optimisant +optimisas +optimisasse +optimisassent +optimisasses +optimisassiez +optimisassions +optimisation +optimisations +optimismes +optimist +optimistes +optimise +optimisent +optimiser +optimisera +optimiserai +optimiseraient +optimiserais +optimiserait +optimiseras +optimiserez +optimiseriez +optimiserions +optimiserons +optimiseront +optimises +optimisez +optimis +optimise +optimises +optimiss +optimisrent +optimisiez +optimisions +optimisme +optimisons +optimiste +optimistes +optimum +option +options +optique +optiques +optons +opulence +opulences +opulent +opulente +opulentes +opulents +opuntia +opuntias +opuscule +opuscules +or +oracle +oracles +orage +orages +orageuse +orageusement +orageuses +orageux +oraison +oraisons +oral +orale +oralement +orales +orang +orange +orangeade +orangeades +oranger +orangeraie +orangeraies +orangerie +orangeries +orangers +oranges +orang +orange +oranges +orangs +orateur +orateurs +oratoire +oratoires +oratorien +oratoriens +oratorio +oratorios +oratrice +oratrices +oraux +orbe +orbes +orbiculaire +orbiculairement +orbiculaires +orbitaire +orbitaires +orbital +orbitale +orbitales +orbitaux +orbite +orbites +orchestra +orchestrai +orchestraient +orchestrais +orchestrait +orchestral +orchestrale +orchestrales +orchestrant +orchestras +orchestrasse +orchestrassent +orchestrasses +orchestrassiez +orchestrassions +orchestration +orchestrations +orchestraux +orchestrmes +orchestrt +orchestrtes +orchestre +orchestrent +orchestrer +orchestrera +orchestrerai +orchestreraient +orchestrerais +orchestrerait +orchestreras +orchestrerez +orchestreriez +orchestrerions +orchestrerons +orchestreront +orchestres +orchestrez +orchestr +orchestre +orchestres +orchestrs +orchestrrent +orchestriez +orchestrions +orchestrons +orchidaces +orchide +orchides +ordinaire +ordinairement +ordinaires +ordinal +ordinale +ordinales +ordinateur +ordinateurs +ordination +ordinations +ordinaux +ordonna +ordonnai +ordonnaient +ordonnais +ordonnait +ordonnance +ordonnancement +ordonnancements +ordonnancent +ordonnancer +ordonnancera +ordonnancerai +ordonnanceraient +ordonnancerais +ordonnancerait +ordonnanceras +ordonnancerez +ordonnanceriez +ordonnancerions +ordonnancerons +ordonnanceront +ordonnances +ordonnancez +ordonnanc +ordonnance +ordonnances +ordonnancs +ordonnancrent +ordonnanciez +ordonnancions +ordonnana +ordonnanai +ordonnanaient +ordonnanais +ordonnanait +ordonnanant +ordonnanas +ordonnanasse +ordonnanassent +ordonnanasses +ordonnanassiez +ordonnanassions +ordonnanmes +ordonnant +ordonnantes +ordonnanons +ordonnant +ordonnas +ordonnasse +ordonnassent +ordonnasses +ordonnassiez +ordonnassions +ordonnateur +ordonnateurs +ordonnatrice +ordonnatrices +ordonnmes +ordonnt +ordonntes +ordonne +ordonnent +ordonner +ordonnera +ordonnerai +ordonneraient +ordonnerais +ordonnerait +ordonneras +ordonnerez +ordonneriez +ordonnerions +ordonnerons +ordonneront +ordonnes +ordonnez +ordonn +ordonne +ordonnes +ordonns +ordonnrent +ordonniez +ordonnions +ordonnons +ordre +ordres +ordure +ordures +ordurier +orduriers +ordurire +ordurires +oreille +oreiller +oreillers +oreilles +oreillette +oreillettes +oreillons +ores +ore +ores +orfvre +orfvrerie +orfvreries +orfvres +orfraie +orfraies +organdi +organe +organes +organigramme +organigrammes +organique +organiquement +organiques +organisa +organisai +organisaient +organisais +organisait +organisant +organisas +organisasse +organisassent +organisasses +organisassiez +organisassions +organisateur +organisateurs +organisation +organisations +organisatrice +organisatrices +organismes +organist +organistes +organise +organisent +organiser +organisera +organiserai +organiseraient +organiserais +organiserait +organiseras +organiserez +organiseriez +organiserions +organiserons +organiseront +organises +organisez +organis +organise +organises +organiss +organisrent +organisiez +organisions +organisme +organismes +organisons +organiste +organistes +orgasme +orgasmes +orge +orgeat +orgeats +orgelet +orgelets +orgiaque +orgiaques +orgie +orgies +orgue +orgueil +orgueilleuse +orgueilleusement +orgueilleuses +orgueilleux +orgueils +orgues +orient +orienta +orientable +orientables +orientai +orientaient +orientais +orientait +oriental +orientale +orientales +orientalisme +orientaliste +orientalistes +orientant +orientas +orientasse +orientassent +orientasses +orientassiez +orientassions +orientation +orientations +orientaux +orientmes +orientt +orienttes +oriente +orientent +orienter +orientera +orienterai +orienteraient +orienterais +orienterait +orienteras +orienterez +orienteriez +orienterions +orienterons +orienteront +orientes +orientez +orient +oriente +orientes +orients +orientrent +orientiez +orientions +orientons +orifice +orifices +oriflamme +oriflammes +originaire +originairement +originaires +original +originale +originalement +originales +originalit +originalits +originaux +origine +originel +originelle +originellement +originelles +originels +origines +orignal +orignaux +orin +orins +oripeau +oripeaux +orme +ormeau +ormeaux +ormes +orna +ornai +ornaient +ornais +ornait +ornant +ornas +ornasse +ornassent +ornasses +ornassiez +ornassions +ornmes +ornt +orntes +orne +ornemaniste +ornemanistes +ornement +ornementa +ornementai +ornementaient +ornementais +ornementait +ornemental +ornementale +ornementales +ornementant +ornementas +ornementasse +ornementassent +ornementasses +ornementassiez +ornementassions +ornementation +ornementations +ornementaux +ornementmes +ornementt +ornementtes +ornemente +ornementent +ornementer +ornementera +ornementerai +ornementeraient +ornementerais +ornementerait +ornementeras +ornementerez +ornementeriez +ornementerions +ornementerons +ornementeront +ornementes +ornementez +ornement +ornemente +ornementes +ornements +ornementrent +ornementiez +ornementions +ornementons +ornements +ornent +orner +ornera +ornerai +orneraient +ornerais +ornerait +orneras +ornerez +orneriez +ornerions +ornerons +orneront +ornes +ornez +orn +orne +ornes +orns +ornrent +orniez +ornire +ornires +ornions +ornithologie +ornithologiste +ornithologistes +ornithologue +ornithologues +ornithorynque +ornithorynques +ornons +orognie +orognique +orogniques +orographie +orographique +orographiques +oronge +oronges +orpailleur +orpailleurs +orphelin +orphelinat +orphelinats +orpheline +orphelines +orphelins +orphon +orphoniste +orphonistes +orphons +orphique +orphiques +orteil +orteils +orthodoxe +orthodoxes +orthodoxie +orthodromie +orthodromies +orthogonal +orthogonale +orthogonalement +orthogonales +orthogonalit +orthogonaux +orthographe +orthographes +orthographia +orthographiai +orthographiaient +orthographiais +orthographiait +orthographiant +orthographias +orthographiasse +orthographiassent +orthographiasses +orthographiassiez +orthographiassions +orthographimes +orthographit +orthographites +orthographie +orthographien +orthographient +orthographier +orthographiera +orthographierai +orthographieraient +orthographierais +orthographierait +orthographieras +orthographierez +orthographieriez +orthographierions +orthographierons +orthographieront +orthographies +orthographiez +orthographi +orthographie +orthographies +orthographis +orthographirent +orthographiiez +orthographiions +orthographions +orthographique +orthographiques +orthopdie +orthopdique +orthopdiques +orthopdiste +orthopdistes +orthophoniste +orthophonistes +orthoptres +ortie +orties +ortolan +ortolans +orvet +orvets +orvitan +orvitans +os +osa +osai +osaient +osais +osait +osant +osas +osasse +osassent +osasses +osassiez +osassions +osmes +ost +ostes +oscar +oscars +oscilla +oscillai +oscillaient +oscillais +oscillait +oscillant +oscillas +oscillasse +oscillassent +oscillasses +oscillassiez +oscillassions +oscillation +oscillations +oscillatoire +oscillatoires +oscillmes +oscillt +oscilltes +oscille +oscillent +osciller +oscillera +oscillerai +oscilleraient +oscillerais +oscillerait +oscilleras +oscillerez +oscilleriez +oscillerions +oscillerons +oscilleront +oscilles +oscillez +oscill +oscille +oscilles +oscills +oscillrent +oscilliez +oscillions +oscillographe +oscillographes +oscillons +osculateur +osculateurs +osculatrice +osculatrices +oscultaient +ose +oseille +oseilles +osent +oser +osera +oserai +oseraie +oseraient +oseraies +oserais +oserait +oseras +oserez +oseriez +oserions +oserons +oseront +oses +osez +os +ose +oses +oss +osrent +osier +osiers +osiez +osions +osmose +osons +ossature +ossatures +osselet +osselets +ossement +ossements +osseuse +osseuses +osseux +ossifia +ossifiai +ossifiaient +ossifiais +ossifiait +ossifiant +ossifias +ossifiasse +ossifiassent +ossifiasses +ossifiassiez +ossifiassions +ossifimes +ossifit +ossifites +ossification +ossifications +ossifie +ossifient +ossifier +ossifiera +ossifierai +ossifieraient +ossifierais +ossifierait +ossifieras +ossifierez +ossifieriez +ossifierions +ossifierons +ossifieront +ossifies +ossifiez +ossifi +ossifie +ossifies +ossifis +ossifirent +ossifiiez +ossifiions +ossifions +ossuaire +ossuaires +ostensible +ostensiblement +ostensibles +ostensoir +ostensoirs +ostentation +ostentations +ostologie +ostoplastie +ostoplasties +ostrite +ostrites +ostracisme +ostracismes +ostricole +ostricoles +ostriculteur +ostriculteurs +ostriculture +otage +otages +otalgie +otalgies +otarie +otaries +otite +otites +oto +ottoman +ottomane +ottomanes +ottomans +ou conj +ouailles +ouata +ouatai +ouataient +ouatais +ouatait +ouatant +ouatas +ouatasse +ouatassent +ouatasses +ouatassiez +ouatassions +ouatmes +ouatt +ouattes +ouate +ouatent +ouater +ouatera +ouaterai +ouateraient +ouaterais +ouaterait +ouateras +ouaterez +ouateriez +ouaterions +ouaterons +ouateront +ouates +ouatez +ouat +ouate +ouates +ouats +ouatrent +ouatiez +ouatine +ouatines +ouations +ouatons +oubli +oublia +oubliai +oubliaient +oubliais +oubliait +oubliant +oublias +oubliasse +oubliassent +oubliasses +oubliassiez +oubliassions +oublimes +oublit +oublites +oublie +oublient +oublier +oubliera +oublierai +oublieraient +oublierais +oublierait +oublieras +oublierez +oublieriez +oublierions +oublierons +oublieront +oublies +oubliette +oubliettes +oublieuse +oublieuses +oublieux +oubliez +oubli +oublie +oublies +oublis +oublirent +oubliiez +oubliions +oublions +oublis +oued +oueds +ouest +ouf +oui +ouistiti +ouistitis +ou +oue +oues +our +ous +oukase +oukases +ouragan +ouragans +ourdi +ourdie +ourdies +ourdir +ourdira +ourdirai +ourdiraient +ourdirais +ourdirait +ourdiras +ourdirent +ourdirez +ourdiriez +ourdirions +ourdirons +ourdiront +ourdis +ourdissage +ourdissages +ourdissaient +ourdissais +ourdissait +ourdissant +ourdissas +ourdissez +ourdissiez +ourdissions +ourdissons +ourdissont +ourdit +ourdmes +ourdt +ourdtes +ourla +ourlai +ourlaient +ourlais +ourlait +ourlant +ourlas +ourlasse +ourlassent +ourlasses +ourlassiez +ourlassions +ourlmes +ourlt +ourltes +ourle +ourlent +ourler +ourlera +ourlerai +ourleraient +ourlerais +ourlerait +ourleras +ourlerez +ourleriez +ourlerions +ourlerons +ourleront +ourles +ourlet +ourlets +ourlez +ourl +ourle +ourles +ourls +ourlrent +ourliez +ourlions +ourlons +ours +ourse +ourses +oursin +oursins +ourson +oursons +oust +ouste +out +outaient +outait +outan +outans +outarde +outardes +outer +out +oute +outes +outs +outil +outilla +outillage +outillages +outillai +outillaient +outillais +outillait +outillant +outillas +outillasse +outillassent +outillasses +outillassiez +outillassions +outillmes +outillt +outilltes +outille +outillent +outiller +outillera +outillerai +outilleraient +outillerais +outillerait +outilleras +outillerez +outilleriez +outillerions +outillerons +outilleront +outilles +outillez +outill +outille +outilles +outills +outillrent +outilliez +outillions +outillons +outils +outra +outrage +outragea +outrageai +outrageaient +outrageais +outrageait +outrageant +outrageas +outrageasse +outrageassent +outrageasses +outrageassiez +outrageassions +outragemes +outraget +outragetes +outragent +outrageons +outrager +outragera +outragerai +outrageraient +outragerais +outragerait +outrageras +outragerez +outrageriez +outragerions +outragerons +outrageront +outrages +outragez +outrag +outrage +outrages +outrags +outragrent +outragiez +outragions +outrai +outraient +outrais +outrait +outrance +outrances +outrancier +outranciers +outrancire +outrancires +outrant +outras +outrasse +outrassent +outrasses +outrassiez +outrassions +outrmes +outrt +outrtes +outre +outrecuidance +outrecuidances +outrecuidant +outrecuidante +outrecuidantes +outrecuidants +outremer minerale +outremers minerale +outrent +outrepassa +outrepassai +outrepassaient +outrepassais +outrepassait +outrepassant +outrepassas +outrepassasse +outrepassassent +outrepassasses +outrepassassiez +outrepassassions +outrepassmes +outrepasst +outrepasstes +outrepasse +outrepassent +outrepasser +outrepassera +outrepasserai +outrepasseraient +outrepasserais +outrepasserait +outrepasseras +outrepasserez +outrepasseriez +outrepasserions +outrepasserons +outrepasseront +outrepasses +outrepassez +outrepass +outrepasse +outrepasses +outrepasss +outrepassrent +outrepassiez +outrepassions +outrepassons +outrer +outrera +outrerai +outreraient +outrerais +outrerait +outreras +outrerez +outreriez +outrerions +outrerons +outreront +outres +outrez +outr +outre +outres +outrs +outrrent +outriez +outrions +outrons +outs +outsider +outsiders +ouvert +ouverte +ouvertement +ouvertes +ouverts +ouverture +ouvertures +ouvra +ouvrable +ouvrables +ouvrage +ouvragea +ouvrageai +ouvrageaient +ouvrageais +ouvrageait +ouvrageant +ouvrageas +ouvrageasse +ouvrageassent +ouvrageasses +ouvrageassiez +ouvrageassions +ouvragemes +ouvraget +ouvragetes +ouvragent +ouvrager +ouvragera +ouvragerai +ouvrageraient +ouvragerais +ouvragerait +ouvrageras +ouvragerez +ouvrageriez +ouvragerions +ouvragerons +ouvrageront +ouvrages +ouvragez +ouvrag +ouvrage +ouvrages +ouvrags +ouvragrent +ouvragiez +ouvragions +ouvragons +ouvrai +ouvraient +ouvrais +ouvrait +ouvrant +ouvras +ouvrasse +ouvrassent +ouvrasses +ouvrassiez +ouvrassions +ouvrmes +ouvrt +ouvrtes +ouvre +ouvrent +ouvrer +ouvrera +ouvrerai +ouvreraient +ouvrerais +ouvrerait +ouvreras +ouvrerez +ouvreriez +ouvrerions +ouvrerons +ouvreront +ouvres +ouvreur +ouvreurs +ouvreuse +ouvreuses +ouvrez +ouvr +ouvre +ouvres +ouvrs +ouvrrent +ouvrier +ouvriers +ouvriez +ouvrire +ouvrires +ouvrions +ouvrir +ouvrira +ouvrirai +ouvriraient +ouvrirais +ouvrirait +ouvriras +ouvrirent +ouvrirez +ouvririez +ouvririons +ouvrirons +ouvriront +ouvris +ouvrisse +ouvrissent +ouvrisses +ouvrissiez +ouvrissions +ouvrit +ouvrmes +ouvrt +ouvrtes +ouvroir +ouvroirs +ouvrons +o adverbe +ovaire +ovaires +ovale +ovales +ovalisa +ovalisai +ovalisaient +ovalisais +ovalisait +ovalisant +ovalisas +ovalisasse +ovalisassent +ovalisasses +ovalisassiez +ovalisassions +ovalismes +ovalist +ovalistes +ovalise +ovalisent +ovaliser +ovalisera +ovaliserai +ovaliseraient +ovaliserais +ovaliserait +ovaliseras +ovaliserez +ovaliseriez +ovaliserions +ovaliserons +ovaliseront +ovalises +ovalisez +ovalis +ovalise +ovalises +ovaliss +ovalisrent +ovalisiez +ovalisions +ovalisons +ovarien +ovarienne +ovariennes +ovariens +ovation +ovations +ove +over +oves +oviducte +oviductes +ovin +ovine +ovines +ovins +ovins +ovipare +ovipares +ovode +ovodes +ovulation +ovulations +ovule +ovules +oxhydrique +oxhydriques +oxyda +oxydai +oxydaient +oxydais +oxydait +oxydant +oxydas +oxydasse +oxydassent +oxydasses +oxydassiez +oxydassions +oxydation +oxydations +oxydmes +oxydt +oxydtes +oxyde +oxydent +oxyder +oxydera +oxyderai +oxyderaient +oxyderais +oxyderait +oxyderas +oxyderez +oxyderiez +oxyderions +oxyderons +oxyderont +oxydes +oxydez +oxyd +oxyde +oxydes +oxyds +oxydrent +oxydiez +oxydions +oxydons +oxygna +oxygnai +oxygnaient +oxygnais +oxygnait +oxygnant +oxygnas +oxygnasse +oxygnassent +oxygnasses +oxygnassiez +oxygnassions +oxygnation +oxygnations +oxygnmes +oxygnt +oxygntes +oxygner +oxygnera +oxygnerai +oxygneraient +oxygnerais +oxygnerait +oxygneras +oxygnerez +oxygneriez +oxygnerions +oxygnerons +oxygneront +oxygnez +oxygn +oxygne +oxygnes +oxygns +oxygnrent +oxygniez +oxygnions +oxygnons +oxygne +oxygnent +oxygnes +oxyure +oxyures +oyat +oyats +ozone +p +pacage +pacages +pacha +pachas +pachyderme +pachydermes +pacifia +pacifiai +pacifiaient +pacifiais +pacifiait +pacifiant +pacifias +pacifiasse +pacifiassent +pacifiasses +pacifiassiez +pacifiassions +pacifimes +pacifit +pacifites +pacificateur +pacificateurs +pacification +pacifications +pacificatrice +pacificatrices +pacifie +pacifient +pacifier +pacifiera +pacifierai +pacifieraient +pacifierais +pacifierait +pacifieras +pacifierez +pacifieriez +pacifierions +pacifierons +pacifieront +pacifies +pacifiez +pacifi +pacifie +pacifies +pacifis +pacifirent +pacifiiez +pacifiions +pacifions +pacifique +pacifiquement +pacifiques +pacifisme +pacifiste +pacifistes +pacotille +pacotilles +pacte +pactes +pactisa +pactisai +pactisaient +pactisais +pactisait +pactisant +pactisas +pactisasse +pactisassent +pactisasses +pactisassiez +pactisassions +pactismes +pactist +pactistes +pactise +pactisent +pactiser +pactisera +pactiserai +pactiseraient +pactiserais +pactiserait +pactiseras +pactiserez +pactiseriez +pactiserions +pactiserons +pactiseront +pactises +pactisez +pactis +pactise +pactises +pactiss +pactisrent +pactisiez +pactisions +pactisons +pactole +pactoles +paddock +paddocks +paddy +paella +paellas +paf +pagaie +pagaient +pagaiera +pagaierai +pagaieraient +pagaierais +pagaierait +pagaieras +pagaierez +pagaieriez +pagaierions +pagaierons +pagaieront +pagaies +pagaille +pagailles +paganisme +pagaya +pagayai +pagayaient +pagayais +pagayait +pagayant +pagayas +pagayasse +pagayassent +pagayasses +pagayassiez +pagayassions +pagaymes +pagayt +pagaytes +pagaye nom +pagayer +pagayes nom +pagayeur +pagayeurs +pagayeuse +pagayeuses +pagayez +pagay +pagaye +pagayes +pagays +pagayrent +pagayiez +pagayions +pagayons +page +pages +pagina +paginai +paginaient +paginais +paginait +paginant +paginas +paginasse +paginassent +paginasses +paginassiez +paginassions +pagination +paginations +paginmes +pagint +pagintes +pagine +paginent +paginer +paginera +paginerai +pagineraient +paginerais +paginerait +pagineras +paginerez +pagineriez +paginerions +paginerons +pagineront +pagines +paginez +pagin +pagine +pagines +pagins +paginrent +paginiez +paginions +paginons +pagne +pagnes +pagode +pagodes +pagure +pagures +paidologie +paie +paiement +paiements +paient +paiera +paierai +paieraient +paierais +paierait +paieras +paierez +paieriez +paierions +paierons +paieront +paies +paillard +paillarde +paillardes +paillardise +paillardises +paillards +paillasse +paillasses +paillasson +paillassons +paille +pailler +paillers +pailles +pailleta +pailletai +pailletaient +pailletais +pailletait +pailletant +pailletas +pailletasse +pailletassent +pailletasses +pailletassiez +pailletassions +pailletmes +paillett +paillettes +pailleter +pailletez +paillet +paillete +pailletes +paillets +pailletrent +pailletiez +pailletions +pailletons +paillette +paillettent +paillettera +pailletterai +pailletteraient +pailletterais +pailletterait +pailletteras +pailletterez +pailletteriez +pailletterions +pailletterons +pailletteront +paillettes +paillis +paillon +paillons +paillote +paillotes +pain +pains +pair +paire +paires +pairesse +pairesses +pairie +pairies +pairs +pais +paisible +paisiblement +paisibles +paissaient +paissais +paissait +paissant +paisse +paissent +paisses +paissez +paissiez +paissions +paissons +paix +paen +paenne +paennes +paens +pat +patra +patrai +patraient +patrais +patrait +patras +patre +patrez +patriez +patrions +patrons +patront +pal +palabra +palabrai +palabraient +palabrais +palabrait +palabrant +palabras +palabrasse +palabrassent +palabrasses +palabrassiez +palabrassions +palabrmes +palabrt +palabrtes +palabre +palabrent +palabrer +palabrera +palabrerai +palabreraient +palabrerais +palabrerait +palabreras +palabrerez +palabreriez +palabrerions +palabrerons +palabreront +palabres +palabrez +palabr +palabre +palabres +palabrs +palabrrent +palabriez +palabrions +palabrons +palace hotel +palaces hotel +paladin +paladins +palafitte +palafittes +palais +palan +palanquin +palanquins +palans +palatal +palatale +palatales +palataux +palatin +palatinat +palatine +palatines +palatins +pale aviron +palefrenier +palefreniers +pales aviron +palestine +palestinien +palestinienne +palestiniennes +palestiniens +palestre +palestres +palet +paletot +paletots +palets +palette +palettes +palographe +palographes +palographie +palolithique +palolithiques +palontologie +palontologiste +palontologistes +paltuvier +paltuviers +palier +paliers +palimpeste +palimpestes +palindrome +palindromes +palinodie +palinodies +palis nom +palissada +palissadai +palissadaient +palissadais +palissadait +palissadant +palissadas +palissadasse +palissadassent +palissadasses +palissadassiez +palissadassions +palissadmes +palissadt +palissadtes +palissade +palissadent +palissader +palissadera +palissaderai +palissaderaient +palissaderais +palissaderait +palissaderas +palissaderez +palissaderiez +palissaderions +palissaderons +palissaderont +palissades +palissadez +palissad +palissade +palissades +palissads +palissadrent +palissadiez +palissadions +palissadons +palissandre +palladium +pallia +palliai +palliaient +palliais +palliant +pallias +palliasse +palliassent +palliasses +palliassiez +palliassions +palliatif +palliatifs +palliative +palliatives +pallimes +pallit +pallites +pallie +pallient +pallier +palliera +pallierai +pallieraient +pallierais +pallierait +pallieras +pallierez +pallieriez +pallierions +pallierons +pallieront +pallies +palliez +palli +pallie +pallies +pallis +pallirent +palliiez +palliions +pallions +palmaire +palmaires +palmars +palme +palmer +palmeraie +palmeraies +palmers +palmes +palmette +palmettes +palm +palme +palmes +palms +palmier +palmiers +palmipdes +palmiste +palmistes +palois +paloise +paloises +palombe +palombes +palonnier +palonniers +palourde +palourdes +palpa +palpable +palpables +palpai +palpaient +palpais +palpait +palpant +palpas +palpasse +palpassent +palpasses +palpassiez +palpassions +palpation +palpations +palpmes +palpt +palptes +palpe +palpent +palper +palpera +palperai +palperaient +palperais +palperait +palperas +palperez +palperiez +palperions +palperons +palperont +palpes +palpez +palp +palpbral +palpbrale +palpbrales +palpbraux +palpe +palpes +palps +palprent +palpiez +palpions +palpita +palpitai +palpitaient +palpitais +palpitait +palpitant +palpitante +palpitantes +palpitants +palpitas +palpitasse +palpitassent +palpitasses +palpitassiez +palpitassions +palpitation +palpitations +palpitmes +palpitt +palpittes +palpite +palpitent +palpiter +palpitera +palpiterai +palpiteraient +palpiterais +palpiterait +palpiteras +palpiterez +palpiteriez +palpiterions +palpiterons +palpiteront +palpites +palpitez +palpit +palpite +palpites +palpits +palpitrent +palpitiez +palpitions +palpitons +palplanche +palplanches +palpons +pals +paltoquet +paltoquets +paluden +paludenne +paludennes +paludens +paludier +paludiers +paludisme +pampa +pampas +pamphlet +pamphlets +pamphltaire +pamphltaires +pamplemousse +pamplemousses +pampre +pampres +pan +pana +panace +panaces +panacha +panachai +panachaient +panachais +panachait +panachant +panachas +panachasse +panachassent +panachasses +panachassiez +panachassions +panachmes +panacht +panachtes +panache +panachent +panacher +panachera +panacherai +panacheraient +panacherais +panacherait +panacheras +panacherez +panacheriez +panacherions +panacherons +panacheront +panaches +panachez +panach +panache +panaches +panachs +panachrent +panachiez +panachions +panachons +panade +panades +panai +panaient +panais +panait +panama +panamas +panant +panard +panarde +panardes +panards +panaris +panas +panasse +panassent +panasses +panassiez +panassions +panmes +pant +pantes +pancarte +pancartes +panchromatique +panchromatiques +pancras +pancratique +pancratiques +pandmie +pane +panent +paner +panera +panerai +paneraient +panerais +panerait +paneras +panerez +paneriez +panerions +panerons +paneront +panes +panetire +panetires +paneton +panetons +panez +pan +pane +panes +pangyrique +pangyriques +pangyriste +pangyristes +pans +panrent +pangermanisme +pangermaniste +pangermanistes +pangolin +pangolins +panhellnisme +panier +paniers +paniez +panifia +panifiable +panifiables +panifiai +panifiaient +panifiais +panifiait +panifiant +panifias +panifiasse +panifiassent +panifiasses +panifiassiez +panifiassions +panifimes +panifit +panifites +panification +panifications +panifie +panifient +panifier +panifiera +panifierai +panifieraient +panifierais +panifierait +panifieras +panifierez +panifieriez +panifierions +panifierons +panifieront +panifies +panifiez +panifi +panifie +panifies +panifis +panifirent +panifiiez +panifiions +panifions +panions +panique +paniques +panne +panneau +panneaux +pannes +panneton +pannetons +panonceau +panonceaux +panons +panoplie +panorama +panoramas +panoramique +panoramiques +pans +pansa +pansage +pansages +pansai +pansaient +pansais +pansait +pansant +pansas +pansasse +pansassent +pansasses +pansassiez +pansassions +pansmes +panst +panstes +panse +pansement +pansements +pansent +panser +pansera +panserai +panseraient +panserais +panserait +panseras +panserez +panseriez +panserions +panserons +panseront +panses +pansez +pans +panse +panses +panss +pansrent +pansiez +pansions +pansons +pansu +pansue +pansues +pansus +pantagrulique +pantagruliques +pantalon +pantalonnade +pantalonnades +pantalons +pantelant +pantelante +pantelantes +pantelants +panthisme +panthiste +panthistes +panthon +panthons +panthre +panthres +pantire +pantires +pantin +pantins +pantographe +pantographes +pantois +pantoise +pantoises +pantomime +pantomimes +pantouffle +pantouffles +paon +paonne +paonnes +paons +papa +papal +papale +papales +papas +papaut +papaux +pape +papelard +papelarde +papelardes +papelards +paper +paperasse +paperasserie +paperasseries +paperasses +papes +papeterie +papeteries +papetier +papetiers +papetire +papetires +papier +papiers +papilionaces +papille +papilles +papillon +papillonna +papillonnai +papillonnaient +papillonnais +papillonnait +papillonnant +papillonnas +papillonnasse +papillonnassent +papillonnasses +papillonnassiez +papillonnassions +papillonnmes +papillonnt +papillonntes +papillonne +papillonnent +papillonner +papillonnera +papillonnerai +papillonneraient +papillonnerais +papillonnerait +papillonneras +papillonnerez +papillonneriez +papillonnerions +papillonnerons +papillonneront +papillonnes +papillonnez +papillonn +papillonne +papillonnes +papillonns +papillonnrent +papillonniez +papillonnions +papillonnons +papillons +papillota +papillotage +papillotages +papillotai +papillotaient +papillotais +papillotait +papillotant +papillotas +papillotasse +papillotassent +papillotasses +papillotassiez +papillotassions +papillotmes +papillote +papillotent +papilloter +papillotera +papilloterai +papilloteraient +papilloterais +papilloterait +papilloteras +papilloterez +papilloteriez +papilloterions +papilloterons +papilloteront +papillotes +papillotez +papillot +papillote +papillotes +papillots +papillotrent +papillotiez +papillotions +papillotons +papisme +papiste +papistes +papota +papotage +papotages +papotai +papotaient +papotais +papotait +papotant +papotas +papotasse +papotassent +papotasses +papotassiez +papotassions +papotmes +papott +papottes +papote +papotent +papoter +papotera +papoterai +papoteraient +papoterais +papoterait +papoteras +papoterez +papoteriez +papoterions +papoterons +papoteront +papotes +papot +papote +papotes +papots +papotrent +papotiez +papotions +papotons +paprika +papule +papules +papyrus +paquebot +paquebots +paquet +paquetage +paquetages +paquets +par +para +parabole +paraboles +parabolique +paraboliques +paracheva +parachevai +parachevaient +parachevais +parachevait +parachevant +parachevas +parachevasse +parachevassent +parachevasses +parachevassiez +parachevassions +parachevmes +parachevt +parachevtes +parachever +parachevez +parachev +paracheve +paracheves +parachevs +parachevrent +paracheviez +parachevions +parachevons +parachve +parachvement +parachvements +parachvent +parachvera +parachverai +parachveraient +parachverais +parachverait +parachveras +parachverez +parachveriez +parachverions +parachverons +parachveront +parachves +parachuta +parachutage +parachutages +parachutai +parachutaient +parachutais +parachutait +parachutant +parachutas +parachutasse +parachutassent +parachutasses +parachutassiez +parachutassions +parachutmes +parachutt +parachuttes +parachute +parachuter +parachutera +parachuterai +parachuteraient +parachuterais +parachuterait +parachuteras +parachuterez +parachuteriez +parachuterions +parachuterons +parachuteront +parachutes +parachutez +parachut +parachute +parachutes +parachuts +parachutrent +parachutiez +parachutions +parachutiste +parachutistes +parachutons +parada +paradai +paradaient +paradais +paradait +paradant +paradas +paradasse +paradassent +paradasses +paradassiez +paradassions +paradmes +paradt +paradtes +parade +paradent +parader +paradera +paraderai +paraderaient +paraderais +paraderait +paraderas +paraderez +paraderiez +paraderions +paraderons +paraderont +parades +paradez +parad +parade +parades +parads +paradrent +paradiez +paradigme +paradigmes +paradions +paradis +paradisiaque +paradisiaques +paradisier +paradisiers +paradons +paradoxal +paradoxale +paradoxalement +paradoxales +paradoxaux +paradoxe +paradoxes +parafa +parafai +parafaient +parafais +parafait +parafant +parafas +parafasse +parafassent +parafasses +parafassiez +parafassions +parafmes +paraft +paraftes +parafe +parafent +parafer +parafera +paraferai +paraferaient +paraferais +paraferait +paraferas +paraferez +paraferiez +paraferions +paraferons +paraferont +parafes +parafez +paraf +parafe +parafes +parafs +parafrent +paraffina +paraffinai +paraffinaient +paraffinais +paraffinait +paraffinant +paraffinas +paraffinasse +paraffinassent +paraffinasses +paraffinassiez +paraffinassions +paraffinmes +paraffint +paraffintes +paraffine +paraffinent +paraffiner +paraffinera +paraffinerai +paraffineraient +paraffinerais +paraffinerait +paraffineras +paraffinerez +paraffineriez +paraffinerions +paraffinerons +paraffineront +paraffines +paraffinez +paraffin +paraffine +paraffines +paraffins +paraffinrent +paraffiniez +paraffinions +paraffinons +parafiez +parafions +parafons +parafoudre +parafoudres +parages +paragraphe +paragraphes +paragrle +parai +paraient +parais +paraissaient +paraissais +paraissait +paraissant +paraisse +paraissent +paraisses +paraissez +paraissiez +paraissions +paraissons +parait parer +parat +paratra +paratrai +paratraient +paratrais +paratrait +paratras +paratre +paratrez +paratriez +paratrions +paratrons +paratront +parallaxe +parallaxes +paralllpipde +paralllpipdes +paralllisme +paralllogramme +paralllogrammes +parallle +paralllement +parallles +paralogisme +paralogismes +paralysa +paralysai +paralysaient +paralysais +paralysait +paralysant +paralysas +paralysasse +paralysassent +paralysasses +paralysassiez +paralysassions +paralysmes +paralyst +paralystes +paralyse +paralysent +paralyser +paralysera +paralyserai +paralyseraient +paralyserais +paralyserait +paralyseras +paralyserez +paralyseriez +paralyserions +paralyserons +paralyseront +paralyses +paralysez +paralys +paralyse +paralyses +paralyss +paralysrent +paralysie +paralysies +paralysiez +paralysions +paralysons +paralytique +paralytiques +paramdicale +paramtrage +paramtre +paramtres +parangon +parangons +paranoaque +paranoaques +parant +parapet +parapets +parapha +paraphai +paraphaient +paraphais +paraphait +paraphant +paraphas +paraphasse +paraphassent +paraphasses +paraphassiez +paraphassions +paraphmes +parapht +paraphtes +paraphe +paraphent +parapher +paraphera +parapherai +parapheraient +parapherais +parapherait +parapheras +parapherez +parapheriez +parapherions +parapherons +parapheront +paraphes +paraphez +paraph +paraphe +paraphes +paraphs +paraphrent +paraphiez +paraphions +paraphons +paraphrasa +paraphrasai +paraphrasaient +paraphrasais +paraphrasait +paraphrasant +paraphrasas +paraphrasasse +paraphrasassent +paraphrasasses +paraphrasassiez +paraphrasassions +paraphrasmes +paraphrast +paraphrastes +paraphrase +paraphrasent +paraphraser +paraphrasera +paraphraserai +paraphraseraient +paraphraserais +paraphraserait +paraphraseras +paraphraserez +paraphraseriez +paraphraserions +paraphraserons +paraphraseront +paraphrases +paraphrasez +paraphras +paraphrase +paraphrases +paraphrass +paraphrasrent +paraphrasiez +paraphrasions +paraphrasons +parapluie +parapluies +paras +parasita +parasitai +parasitaient +parasitaire +parasitaires +parasitais +parasitait +parasitant +parasitas +parasitasse +parasitassent +parasitasses +parasitassiez +parasitassions +parasitmes +parasitt +parasittes +parasite +parasitent +parasiter +parasitera +parasiterai +parasiteraient +parasiterais +parasiterait +parasiteras +parasiterez +parasiteriez +parasiterions +parasiterons +parasiteront +parasites +parasitez +parasit +parasite +parasites +parasits +parasitrent +parasitiez +parasitions +parasitisme +parasitons +parasol +parasols +parasse +parassent +parasses +parassiez +parassions +parasympathique +parasympathiques +paratonnerre +paratonnerres +paratyphode +paravent +paravents +parmes +part +partes +parbleu +parc +parcage +parcages +parce +parcella +parcellai +parcellaient +parcellaire +parcellaires +parcellais +parcellait +parcellant +parcellas +parcellasse +parcellassent +parcellasses +parcellassiez +parcellassions +parcellmes +parcellt +parcelltes +parcelle +parcellement +parcellements +parcellent +parceller +parcellera +parcellerai +parcelleraient +parcellerais +parcellerait +parcelleras +parcellerez +parcelleriez +parcellerions +parcellerons +parcelleront +parcelles +parcellez +parcell +parcelle +parcelles +parcells +parcellrent +parcelliez +parcellions +parcellons +parchemin +parchemin +parchemine +parchemines +parchemins +parchemins +parcimonie +parcimonieuse +parcimonieusement +parcimonieuses +parcimonieux +parcmtre +parcmtres +parcouraient +parcourais +parcourait +parcourant +parcoure +parcourent +parcoures +parcourez +parcouriez +parcourions +parcourir +parcourons +parcourra +parcourrai +parcourraient +parcourrais +parcourrait +parcourrant +parcourras +parcourrez +parcourriez +parcourrions +parcourrons +parcourront +parcours +parcourt +parcouru +parcourue +parcourues +parcoururent +parcourus +parcourusse +parcourussent +parcourusses +parcourussiez +parcourussions +parcourut +parcourmes +parcourt +parcourtes +parcs +pardessus +pardi +pardieu +pardon +pardonna +pardonnable +pardonnables +pardonnai +pardonnaient +pardonnais +pardonnait +pardonnant +pardonnas +pardonnasse +pardonnassent +pardonnasses +pardonnassiez +pardonnassions +pardonnmes +pardonnt +pardonntes +pardonne +pardonnent +pardonner +pardonnera +pardonnerai +pardonneraient +pardonnerais +pardonnerait +pardonneras +pardonnerez +pardonneriez +pardonnerions +pardonnerons +pardonneront +pardonnes +pardonnez +pardonn +pardonne +pardonnes +pardonns +pardonnrent +pardonniez +pardonnions +pardonnons +pardons +pare +pareil +pareille +pareillement +pareilles +pareils +parement +parenchyme +parenchymes +parent +parental +parentale +parentales +parentaux +parente +parentes +parent +parents +parenthse +parenthses +parents +parer +parera +parerai +pareraient +parerais +parerait +pareras +parerez +pareriez +parerions +parerons +pareront +pares +paressa +paressai +paressaient +paressais +paressait +paressant +paressas +paressasse +paressassent +paressasses +paressassiez +paressassions +paressmes +paresst +paresstes +paresse +paressent +paresser +paressera +paresserai +paresseraient +paresserais +paresserait +paresseras +paresserez +paresseriez +paresserions +paresserons +paresseront +paresses +paresseuse +paresseusement +paresseuses +paresseux +paressez +paress +paresse +paresses +paresss +paressrent +paressiez +paressions +paressons +parez +par +pare +pares +pargorique +pargoriques +paro +paros +pars +parrent +parfaire +parfais +parfaisaient +parfaisais +parfaisait +parfaisant +parfaisiez +parfaisions +parfaisons +parfait +parfaite +parfaitement +parfaites +parfaits +parfasse +parfassent +parfasses +parfassiez +parfassions +parfera +parferai +parferaient +parferais +parferait +parferas +parferez +parferiez +parferions +parferons +parferont +parfirent +parfis +parfisse +parfissent +parfisses +parfissiez +parfissions +parfit +parfmes +parft +parftes +parfois +parfont +parfum +parfuma +parfumai +parfumaient +parfumais +parfumait +parfumant +parfumas +parfumasse +parfumassent +parfumasses +parfumassiez +parfumassions +parfummes +parfumt +parfumtes +parfume +parfument +parfumer +parfumera +parfumerai +parfumeraient +parfumerais +parfumerait +parfumeras +parfumerez +parfumerie +parfumeries +parfumeriez +parfumerions +parfumerons +parfumeront +parfumes +parfumeur +parfumeurs +parfumeuse +parfumeuses +parfumez +parfum +parfume +parfumes +parfums +parfumrent +parfumiez +parfumions +parfumons +parfums +pari +paria +pariade +pariades +pariai +pariaient +pariais +pariait +pariant +parias +pariasse +pariassent +pariasses +pariassiez +pariassions +parimes +parit +parites +parie +parient +parier +pariera +parierai +parieraient +parierais +parierait +parieras +parierez +parieriez +parierions +parierons +parieront +paries +parieur +parieurs +parieuse +parieuses +pariez +pari +parie +paries +paris +paritaire +paritaires +parital +paritale +paritales +paritaux +parirent +pariiez +pariions +parions +paris +parisien +parisienne +parisiennes +parisiens +paritaire +paritaires +parit +parits +parjura +parjurai +parjuraient +parjurais +parjurait +parjurant +parjuras +parjurasse +parjurassent +parjurasses +parjurassiez +parjurassions +parjurmes +parjurt +parjurtes +parjure +parjurent +parjurer +parjurera +parjurerai +parjureraient +parjurerais +parjurerait +parjureras +parjurerez +parjureriez +parjurerions +parjurerons +parjureront +parjures +parjurez +parjur +parjure +parjures +parjurs +parjurrent +parjuriez +parjurions +parjurons +parking +parkings +parla +parlai +parlaient +parlais +parlait +parlant +parlante +parlantes +parlants +parlas +parlasse +parlassent +parlasses +parlassiez +parlassions +parlmes +parlt +parltes +parle +parlement +parlementa +parlementai +parlementaient +parlementaire +parlementairement +parlementaires +parlementais +parlementait +parlementant +parlementarisme +parlementas +parlementasse +parlementassent +parlementasses +parlementassiez +parlementassions +parlementmes +parlementt +parlementtes +parlemente +parlementent +parlementer +parlementera +parlementerai +parlementeraient +parlementerais +parlementerait +parlementeras +parlementerez +parlementeriez +parlementerions +parlementerons +parlementeront +parlementes +parlementez +parlement +parlemente +parlementes +parlements +parlementrent +parlementiez +parlementions +parlementons +parlements +parlent +parler +parlera +parlerai +parleraient +parlerais +parlerait +parleras +parlerez +parleriez +parlerions +parlerons +parleront +parles +parleur +parleurs +parleuse +parleuses +parlez +parl +parle +parles +parls +parlrent +parliez +parlions +parloir +parloirs +parlons +parlote +parlotes +parmesan +parmi +parnassien +parnassienne +parnassiennes +parnassiens +parodia +parodiai +parodiaient +parodiais +parodiait +parodiant +parodias +parodiasse +parodiassent +parodiasses +parodiassiez +parodiassions +parodimes +parodit +parodites +parodie +parodient +parodier +parodiera +parodierai +parodieraient +parodierais +parodierait +parodieras +parodierez +parodieriez +parodierions +parodierons +parodieront +parodies +parodiez +parodi +parodie +parodies +parodis +parodirent +parodiiez +parodiions +parodions +parodiste +parodistes +parodonte +paroi +parois +paroisse +paroisses +paroissial +paroissiale +paroissiales +paroissiaux +paroissien +paroissienne +paroissiennes +paroissiens +parole +paroles +parolier +paroliers +parolire +parolires +parons +paronyme +paronymes +parotide +parotides +paroxysme +paroxysmes +parpaillot +parpaillote +parpaillotes +parpaillots +parpaing +parpaings +parqua +parquai +parquaient +parquais +parquait +parquant +parquas +parquasse +parquassent +parquasses +parquassiez +parquassions +parqumes +parqut +parqutes +parque +parquent +parquer +parquera +parquerai +parqueraient +parquerais +parquerait +parqueras +parquerez +parqueriez +parquerions +parquerons +parqueront +parques +parquet +parqueta +parquetage +parquetages +parquetai +parquetaient +parquetais +parquetait +parquetant +parquetas +parquetasse +parquetassent +parquetasses +parquetassiez +parquetassions +parquetmes +parquett +parquettes +parqueter +parqueteur +parqueteurs +parquetez +parquet +parquete +parquetes +parquets +parquetrent +parquetiez +parquetions +parquetons +parquets +parquette +parquettent +parquettera +parquetterai +parquetteraient +parquetterais +parquetterait +parquetteras +parquetterez +parquetteriez +parquetterions +parquetterons +parquetteront +parquettes +parquez +parqu +parque +parques +parqus +parqurent +parquiez +parquions +parquons +parrain +parraina +parrainage +parrainages +parrainai +parrainaient +parrainais +parrainait +parrainant +parrainas +parrainasse +parrainassent +parrainasses +parrainassiez +parrainassions +parrainmes +parraint +parraintes +parraine +parrainent +parrainer +parrainera +parrainerai +parraineraient +parrainerais +parrainerait +parraineras +parrainerez +parraineriez +parrainerions +parrainerons +parraineront +parraines +parrainez +parrain +parraine +parraines +parrains +parrainrent +parrainiez +parrainions +parrainons +parrains +parricide +parricides +pars +parsema +parsemai +parsemaient +parsemais +parsemait +parsemant +parsemas +parsemasse +parsemassent +parsemasses +parsemassiez +parsemassions +parsemmes +parsemt +parsemtes +parsemer +parsemez +parsem +parseme +parsemes +parsems +parsemrent +parsemiez +parsemions +parsemons +parsme +parsmera +parsmerai +parsmeraient +parsmerais +parsmerait +parsmeras +parsmerez +parsmeriez +parsmerions +parsmerons +parsmeront +parsmes +part +partage +partagea +partageable +partageables +partageai +partageaient +partageais +partageait +partageant +partageas +partageasse +partageassent +partageasses +partageassiez +partageassions +partagemes +partaget +partagetes +partagent +partageons +partager +partagera +partagerai +partageraient +partagerais +partagerait +partageras +partagerez +partageriez +partagerions +partagerons +partageront +partages +partagez +partag +partage +partages +partags +partagrent +partagiez +partagions +partaient +partais +partait +partance +partant +partants +parte +partenaire +partenaires +partent +parterre +parterres +partes +partez +parthnogense +parthnogenses +parti +partial +partiale +partialement +partiales +partialit +partialits +partiaux +participa +participai +participaient +participais +participait +participant +participants +participas +participasse +participassent +participasses +participassiez +participassions +participation +participations +participmes +participt +participtes +participe +participent +participer +participera +participerai +participeraient +participerais +participerait +participeras +participerez +participeriez +participerions +participerons +participeront +participes +participez +particip +participe +participes +particips +participrent +participial +participiale +participiales +participiaux +participiez +participions +participons +particularisa +particularisai +particularisaient +particularisais +particularisait +particularisant +particularisas +particularisasse +particularisassent +particularisasses +particularisassiez +particularisassions +particularismes +particularist +particularistes +particularise +particularisent +particulariser +particularisera +particulariserai +particulariseraient +particulariserais +particulariserait +particulariseras +particulariserez +particulariseriez +particulariserions +particulariserons +particulariseront +particularises +particularisez +particularis +particularise +particularises +particulariss +particularisrent +particularisiez +particularisions +particularisme +particularismes +particularisons +particulariste +particularistes +particularit +particularits +particule +particules +particulier +particuliers +particulire +particulirement +particulires +partie +partiel +partielle +partiellement +partielles +partiels +parties +partiez +partions +partir +partira +partirai +partiraient +partirais +partirait +partiras +partirent +partirez +partiriez +partirions +partirons +partiront +partis +partisan +partisane +partisanes +partisans +partisse +partissent +partisses +partissiez +partissions +partit +partitif +partitifs +partition +partitions +partitive +partitives +partmes +partt +parttes +partons +partout +parts +parturition +parturitions +paru +parue +parues +parure +parurent +parures +parus +parusse +parussent +parusses +parussiez +parussions +parut +parution +parutions +parmes +part +partes +parvenaient +parvenais +parvenait +parvenant +parvenez +parveniez +parvenions +parvenir +parvenons +parvenu +parvenue +parvenues +parvenus +parviendra +parviendrai +parviendraient +parviendrais +parviendrait +parviendras +parviendrez +parviendriez +parviendrions +parviendrons +parviendront +parvienne +parviennent +parviennes +parviens +parvient +parvinrent +parvins +parvinsse +parvinssent +parvinsses +parvinssiez +parvinssions +parvint +parvis +parvnmes +parvnt +parvntes +pas +pascal +pascale +pascales +pascalien +pascalienne +pascaliennes +pascaliens +pascals +pascaux +passa +passable +passablement +passables +passade +passades +passage +passager +passagers +passages +passagre +passagrement +passagres +passai +passaient +passais +passait +passant +passante +passantes +passants +passas +passasse +passassent +passasses +passassiez +passassions +passation +passations +passavant +passavants +passmes +passt +passtes +passe +passement +passementerie +passementier +passementiers +passementire +passementires +passent +passepoil +passepoils +passeport +passeports +passer +passera +passerai +passeraient +passerais +passerait +passeras +passereau +passereaux +passerelle +passerelles +passerez +passeriez +passerions +passerons +passeront +passerose +passeroses +passes +passeur +passeurs +passeuse +passeuses +passez +pass +passe +passes +passs +passrent +passible +passibles +passiez +passif +passifs +passion +passionna +passionnai +passionnaient +passionnais +passionnait +passionnant +passionnante +passionnantes +passionnants +passionnas +passionnasse +passionnassent +passionnasses +passionnassiez +passionnassions +passionnmes +passionnt +passionntes +passionne +passionnel +passionnelle +passionnelles +passionnels +passionnent +passionner +passionnera +passionnerai +passionneraient +passionnerais +passionnerait +passionneras +passionnerez +passionneriez +passionnerions +passionnerons +passionneront +passionnes +passionnez +passionn +passionne +passionnes +passionnment +passionns +passionnrent +passionniez +passionnions +passionnistes +passionnistess +passionnons +passions +passive +passivement +passives +passivit +passivits +passoire +passoires +passons +pastel +pastelliste +pastellistes +pastels +pasteur +pasteurisa +pasteurisai +pasteurisaient +pasteurisais +pasteurisait +pasteurisant +pasteurisas +pasteurisasse +pasteurisassent +pasteurisasses +pasteurisassiez +pasteurisassions +pasteurisation +pasteurisations +pasteurismes +pasteurist +pasteuristes +pasteurise +pasteurisent +pasteuriser +pasteurisera +pasteuriserai +pasteuriseraient +pasteuriserais +pasteuriserait +pasteuriseras +pasteuriserez +pasteuriseriez +pasteuriserions +pasteuriserons +pasteuriseront +pasteurises +pasteurisez +pasteuris +pasteurise +pasteurises +pasteuriss +pasteurisrent +pasteurisiez +pasteurisions +pasteurisons +pasteurs +pastque +pastques +pasticha +pastichai +pastichaient +pastichais +pastichait +pastichant +pastichas +pastichasse +pastichassent +pastichasses +pastichassiez +pastichassions +pastichmes +pasticht +pastichtes +pastiche +pastichent +pasticher +pastichera +pasticherai +pasticheraient +pasticherais +pasticherait +pasticheras +pasticherez +pasticheriez +pasticherions +pasticherons +pasticheront +pastiches +pasticheur +pasticheurs +pasticheuse +pasticheuses +pastichez +pastich +pastiche +pastiches +pastichs +pastichrent +pastichiez +pastichions +pastichons +pastille +pastilles +pastoral +pastorale +pastorales +pastoraux +pastourelle +pastourelles +pat +patachon +patapouf +patapoufs +pataqus +patata +patate +patates +patati +patatras +pataud +pataude +pataudes +patauds +patauge +pataugea +pataugeai +pataugeaient +pataugeais +pataugeait +pataugeant +pataugeas +pataugeasse +pataugeassent +pataugeasses +pataugeassiez +pataugeassions +pataugemes +patauget +pataugetes +pataugent +pataugeons +patauger +pataugera +pataugerai +pataugeraient +pataugerais +pataugerait +pataugeras +pataugerez +pataugeriez +pataugerions +pataugerons +pataugeront +patauges +pataugez +pataug +patauge +patauges +pataugs +pataugrent +pataugiez +pataugions +patchouli +patchoulis +patchwork +patelin +pateline +patelines +patelins +patelle +patelles +patentre +patentres +patent +patenta +patentable +patentables +patentai +patentaient +patentais +patentait +patentas +patentasse +patentassent +patentasses +patentassiez +patentassions +patentmes +patentt +patenttes +patente +patentent +patenter +patentera +patenterai +patenteraient +patenterais +patenterait +patenteras +patenterez +patenteriez +patenterions +patenterons +patenteront +patentes +patentez +patent +patente +patentes +patents +patentrent +patentiez +patentions +patentons +patents +pater +paternalisme +paternaliste +paternalistes +paterne +paternel +paternelle +paternellement +paternelles +paternels +paternes +paternit +paternits +patne +patnes +patre +patres +pathtique +pathtiquement +pathtiques +pathogne +pathognes +pathologie +pathologique +pathologiquement +pathologiques +pathos +patibulaire +patibulaires +patiemment +patience +patiences +patient +patienta +patientai +patientaient +patientais +patientait +patientant +patientas +patientasse +patientassent +patientasses +patientassiez +patientassions +patientmes +patientt +patienttes +patiente +patientent +patienter +patientera +patienterai +patienteraient +patienterais +patienterait +patienteras +patienterez +patienteriez +patienterions +patienterons +patienteront +patientes +patientez +patient +patiente +patientes +patients +patientrent +patientiez +patientions +patientons +patients +patin +patina +patinage +patinai +patinaient +patinais +patinait +patinant +patinas +patinasse +patinassent +patinasses +patinassiez +patinassions +patinmes +patint +patintes +patine +patinent +patiner +patinera +patinerai +patineraient +patinerais +patinerait +patineras +patinerez +patineriez +patinerions +patinerons +patineront +patines +patinette +patinettes +patineur +patineurs +patineuse +patineuses +patinez +patin +patine +patines +patins +patinrent +patiniez +patinions +patinoire +patinoires +patinons +patins +patio +patios +patois +patoisa +patoisai +patoisaient +patoisais +patoisait +patoisant +patoisas +patoisasse +patoisassent +patoisasses +patoisassiez +patoisassions +patoismes +patoist +patoistes +patoise +patoisent +patoiser +patoisera +patoiserai +patoiseraient +patoiserais +patoiserait +patoiseras +patoiserez +patoiseriez +patoiserions +patoiserons +patoiseront +patoises +patoisez +patois +patoise +patoises +patoiss +patoisrent +patoisiez +patoisions +patoisons +patouilla +patouillai +patouillaient +patouillais +patouillait +patouillant +patouillas +patouillasse +patouillassent +patouillasses +patouillassiez +patouillassions +patouillmes +patouillt +patouilltes +patouille +patouillent +patouiller +patouillera +patouillerai +patouilleraient +patouillerais +patouillerait +patouilleras +patouillerez +patouilleriez +patouillerions +patouillerons +patouilleront +patouilles +patouillez +patouill +patouille +patouilles +patouills +patouillrent +patouilliez +patouillions +patouillons +patraque +patraques +patres +patriarcal +patriarcale +patriarcalement +patriarcales +patriarcat +patriarcats +patriarcaux +patriarche +patriarches +patricien +patricienne +patriciennes +patriciens +patrie +patries +patrimoine +patrimoines +patrimonial +patrimoniale +patrimoniales +patrimoniaux +patriote +patriotes +patriotique +patriotiquement +patriotiques +patriotisme +patrologie +patron +patronage +patronages +patronal +patronale +patronales +patronat +patronats +patronaux +patronna +patronnai +patronnaient +patronnais +patronnait +patronnant +patronnas +patronnasse +patronnassent +patronnasses +patronnassiez +patronnassions +patronnmes +patronnt +patronntes +patronne +patronnent +patronner +patronnera +patronnerai +patronneraient +patronnerais +patronnerait +patronneras +patronnerez +patronneriez +patronnerions +patronnerons +patronneront +patronnes +patronnesse +patronnesses +patronnez +patronn +patronne +patronnes +patronns +patronnrent +patronniez +patronnions +patronnons +patrons +patronymique +patronymiques +patrouilla +patrouillai +patrouillaient +patrouillais +patrouillait +patrouillant +patrouillas +patrouillasse +patrouillassent +patrouillasses +patrouillassiez +patrouillassions +patrouillmes +patrouillt +patrouilltes +patrouille +patrouillent +patrouiller +patrouillera +patrouillerai +patrouilleraient +patrouillerais +patrouillerait +patrouilleras +patrouillerez +patrouilleriez +patrouillerions +patrouillerons +patrouilleront +patrouilles +patrouilleur +patrouilleurs +patrouillez +patrouill +patrouille +patrouilles +patrouills +patrouillrent +patrouilliez +patrouillions +patrouillons +patte +pattes +pattu +pattue +pattues +pattus +paturon +paturons +paul +paulien +paulienne +pauliennes +pauliens +paulownia +paulownias +pauma +paumai +paumaient +paumais +paumait +paumant +paumas +paumasse +paumassent +paumasses +paumassiez +paumassions +paummes +paumt +paumtes +paume +paumelle +paumelles +paument +paumer +paumera +paumerai +paumeraient +paumerais +paumerait +paumeras +paumerez +paumeriez +paumerions +paumerons +paumeront +paumes +paumez +paum +paume +paumes +paums +paumrent +paumiez +paumions +paumons +pauprisation +pauprisations +pauprisme +paupiette +paupiettes +paupire +paupires +pausa +pausai +pausaient +pausais +pausait +pausant +pausas +pausasse +pausassent +pausasses +pausassiez +pausassions +pausmes +paust +paustes +pause +pausent +pauser +pausera +pauserai +pauseraient +pauserais +pauserait +pauseras +pauserez +pauseriez +pauserions +pauserons +pauseront +pauses +pausez +paus +pause +pauses +pauss +pausrent +pausiez +pausions +pausons +pauvre +pauvrement +pauvres +pauvresse +pauvresses +pauvret +pauvret +pauvrets +pauvrette +pauvrettes +pava +pavage +pavages +pavai +pavaient +pavais +pavait +pavana +pavanai +pavanaient +pavanais +pavanait +pavanant +pavanas +pavanasse +pavanassent +pavanasses +pavanassiez +pavanassions +pavanmes +pavant +pavantes +pavane +pavanent +pavaner +pavanera +pavanerai +pavaneraient +pavanerais +pavanerait +pavaneras +pavanerez +pavaneriez +pavanerions +pavanerons +pavaneront +pavanes +pavanez +pavan +pavane +pavanes +pavans +pavanrent +pavaniez +pavanions +pavanons +pavant +pavas +pavasse +pavassent +pavasses +pavassiez +pavassions +pavmes +pavt +pavtes +pave +pavement +pavements +pavent +paver +pavera +paverai +paveraient +paverais +paverait +paveras +paverez +paveriez +paverions +paverons +paveront +paves +paveur +paveurs +pavez +pav +pave +paves +pavs +pavrent +paviez +pavillon +pavillons +pavions +pavois +pavoisa +pavoisai +pavoisaient +pavoisais +pavoisait +pavoisant +pavoisas +pavoisasse +pavoisassent +pavoisasses +pavoisassiez +pavoisassions +pavoismes +pavoist +pavoistes +pavoise +pavoisement +pavoisements +pavoisent +pavoiser +pavoisera +pavoiserai +pavoiseraient +pavoiserais +pavoiserait +pavoiseras +pavoiserez +pavoiseriez +pavoiserions +pavoiserons +pavoiseront +pavoises +pavoisez +pavois +pavoise +pavoises +pavoiss +pavoisrent +pavoisiez +pavoisions +pavoisons +pavons +pavot +pavots +paya +payable +payables +payai +payaient +payais +payait +payant +payante +payantes +payants +payas +payasse +payassent +payasses +payassiez +payassions +paymes +payt +paytes +paye +payement +payements +payent +payer +payera +payerai +payeraient +payerais +payerait +payeras +payerez +payeriez +payerions +payerons +payeront +payes +payeur +payeurs +payeuse +payeuses +payez +pay +paye +payes +pays +payrent +payiez +payions +payons +pays +paysage +paysages +paysagiste +paysagistes +paysan +paysannat +paysanne +paysannerie +paysannes +paysans +payse +payses +ple +ples +pleur +pleurs +pli +plie +plies +plir +plira +plirai +pliraient +plirais +plirait +pliras +plirent +plirez +pliriez +plirions +plirons +pliront +plis +plissaient +plissais +plissait +plissant +plissas +plisse +plissent +plisses +plissez +plissiez +plissions +plissons +plit +plmes +plt +pltes +plot +plots +plotte +plottes +pmai +pmaient +pmais +pmait +pmant +pmas +pmasse +pmassent +pmasses +pmassiez +pmassions +pmmes +pmt +pmtes +pme +pment +pmer +pmera +pmerai +pmeraient +pmerais +pmerait +pmeras +pmerez +pmeriez +pmerions +pmerons +pmeront +pmes +pmez +pm +pme +pmes +pms +pmrent +pmiez +pmions +pmoison +pmoisons +pmons +pque +pquerette +pquerettes +pques +pte +ptes +pteuse +pteusement +pteuses +pteux +pt +pte +ptes +pts +pti +ptie +pties +ptir +ptira +ptirai +ptiraient +ptirais +ptirait +ptiras +ptirent +ptirez +ptiriez +ptirions +ptirons +ptiront +ptis +ptissaient +ptissais +ptissait +ptissant +ptisse +ptissent +ptisserie +ptisseries +ptisses +ptissez +ptissier +ptissiers +ptissiez +ptissire +ptissires +ptissions +ptissons +ptit +ptmes +ptt +pttes +ptre +ptres +ptura +pturage +pturages +pturai +pturaient +pturais +pturait +pturant +pturas +pturasse +pturassent +pturasses +pturassiez +pturassions +pturmes +pturt +pturtes +pture +pturent +pturer +pturera +pturerai +ptureraient +pturerais +pturerait +ptureras +pturerez +ptureriez +pturerions +pturerons +ptureront +ptures +pturez +ptur +pture +ptures +pturs +pturrent +pturiez +pturions +pturons +peau +peaufina +peaufinai +peaufinaient +peaufinais +peaufinait +peaufinant +peaufinas +peaufinasse +peaufinassent +peaufinasses +peaufinassiez +peaufinassions +peaufinmes +peaufint +peaufintes +peaufine +peaufinent +peaufiner +peaufinera +peaufinerai +peaufineraient +peaufinerais +peaufinerait +peaufineras +peaufinerez +peaufineriez +peaufinerions +peaufinerons +peaufineront +peaufines +peaufinez +peaufin +peaufine +peaufines +peaufins +peaufinrent +peaufiniez +peaufinions +peaufinons +peausserie +peausseries +peaussier +peaussiers +peaux +peccadille +peccadilles +pechblende +pectine +pectoral +pectorale +pectorales +pectoraux +peigna +peignage +peignages +peignai +peignaient +peignais +peignait +peignant +peignas +peignasse +peignassent +peignasses +peignassiez +peignassions +peignmes +peignt +peigntes +peigne +peignent +peigner +peignera +peignerai +peigneraient +peignerais +peignerait +peigneras +peignerez +peigneriez +peignerions +peignerons +peigneront +peignes +peigneur +peigneurs +peigneuse +peigneuses +peignez +peign +peigne +peignes +peigns +peignrent +peigniez +peignions +peignirent +peignis +peignisse +peignissent +peignisses +peignissiez +peignissions +peignit +peignmes +peignt +peigntes +peignoir +peignoirs +peignons +peina +peinai +peinaient +peinais +peinait +peinant +peinas +peinasse +peinassent +peinasses +peinassiez +peinassions +peinmes +peint +peintes +peindra +peindrai +peindraient +peindrais +peindrait +peindras +peindre +peindrez +peindriez +peindrions +peindrons +peindront +peine +peinent +peiner +peinera +peinerai +peineraient +peinerais +peinerait +peineras +peinerez +peineriez +peinerions +peinerons +peineront +peines +peinez +pein +peine +peines +peins +peinrent +peiniez +peinions +peinons +peins +peint +peinte +peintes +peintre +peintres +peints +peintura +peinturai +peinturaient +peinturais +peinturait +peinturant +peinturas +peinturasse +peinturassent +peinturasses +peinturassez +peinturassiez +peinturassions +peinturmes +peinturt +peinturtes +peinture +peinturent +peinturer +peinturera +peinturerai +peintureraient +peinturerais +peinturerait +peintureras +peinturerez +peintureriez +peinturerions +peinturerons +peintureront +peintures +peinturez +peintur +peinture +peintures +peinturs +peinturrent +peinturiez +peinturions +peinturlura +peinturlurai +peinturluraient +peinturlurais +peinturlurait +peinturlurant +peinturluras +peinturlurasse +peinturlurassent +peinturlurasses +peinturlurassiez +peinturlurassions +peinturlurmes +peinturlurt +peinturlurtes +peinturlure +peinturlurent +peinturlurer +peinturlurera +peinturlurerai +peinturlureraient +peinturlurerais +peinturlurerait +peinturlureras +peinturlurerez +peinturlureriez +peinturlurerions +peinturlurerons +peinturlureront +peinturlures +peinturlurez +peinturlur +peinturlure +peinturlures +peinturlurs +peinturlurrent +peinturluriez +peinturlurions +peinturlurons +peinturons +pela +pelade +pelage +pelages +pelai +pelaient +pelais +pelait +pelant +pelas +pelasse +pelassent +pelasses +pelassiez +pelassions +pelmes +pelt +peltes +peler +pelez +pel +pele +peles +pels +pelrent +peliez +pelions +pelisse +pelisses +pellagre +pelle +pelles +pelleta +pelletai +pelletaient +pelletais +pelletait +pelletant +pelletas +pelletasse +pelletassent +pelletasses +pelletassiez +pelletassions +pelletmes +pellett +pellettes +pelleter +pelleterie +pelleteries +pelleteur +pelleteurs +pelleteuse +pelleteuses +pelletez +pellet +pellete +pelletes +pellets +pelletrent +pelletier +pelletiers +pelletiez +pelletiezs +pelletire +pelletires +pelletions +pelletons +pellette +pellettent +pellettera +pelletterai +pelletteraient +pelletterais +pelletterait +pelletteras +pelletterez +pelletteriez +pelletterions +pelletterons +pelletteront +pellettes +pellicule +pellicules +pelons +pelota +pelotage +pelotages +pelotai +pelotaient +pelotais +pelotait +pelotant +pelotari +pelotas +pelotasse +pelotassent +pelotasses +pelotassiez +pelotassions +pelotmes +pelott +pelottes +pelote +pelotent +peloter +pelotera +peloterai +peloteraient +peloterais +peloterait +peloteras +peloterez +peloteriez +peloterions +peloterons +peloteront +pelotes +peloteur +peloteurs +peloteuse +peloteuses +pelotez +pelot +pelote +pelotes +pelots +pelotrent +pelotiez +pelotions +peloton +pelotonna +pelotonnai +pelotonnaient +pelotonnais +pelotonnait +pelotonnant +pelotonnas +pelotonnasse +pelotonnassent +pelotonnasses +pelotonnassiez +pelotonnassions +pelotonnmes +pelotonnt +pelotonntes +pelotonne +pelotonnement +pelotonnements +pelotonnent +pelotonner +pelotonnera +pelotonnerai +pelotonneraient +pelotonnerais +pelotonnerait +pelotonneras +pelotonnerez +pelotonneriez +pelotonnerions +pelotonnerons +pelotonneront +pelotonnes +pelotonnez +pelotonn +pelotonne +pelotonnes +pelotonns +pelotonnrent +pelotonniez +pelotonnions +pelotonnons +pelotons +pelouse +pelouses +pelucha +peluchai +peluchaient +peluchais +peluchait +peluchant +peluchas +peluchasse +peluchassent +peluchasses +peluchassiez +peluchassions +peluchmes +pelucht +peluchtes +peluche +peluchent +pelucher +peluchera +pelucherai +pelucheraient +pelucherais +pelucherait +pelucheras +pelucherez +pelucheriez +pelucherions +pelucherons +pelucheront +peluches +pelucheuse +pelucheuses +pelucheux +peluchez +peluch +peluche +peluches +peluchs +peluchrent +peluchiez +peluchions +peluchons +pelure +pelures +pelvien +pelvienne +pelviennes +pelviens +penalty football +penaltys +penaud +penaude +penaudes +penauds +pence +pencha +penchai +penchaient +penchais +penchait +penchant +penchante +penchantes +penchants +penchas +penchasse +penchassent +penchasses +penchassiez +penchassions +penchmes +pencht +penchtes +penche +penchent +pencher +penchera +pencherai +pencheraient +pencherais +pencherait +pencheras +pencherez +pencheriez +pencherions +pencherons +pencheront +penches +penchez +pench +penche +penches +penchs +penchrent +penchiez +penchions +penchons +pend +pendable +pendables +pendage +pendages +pendaient +pendais +pendaison +pendaisons +pendait +pendant +pendante +pendantes +pendants +pendard +pendarde +pendardes +pendards +pende +pendeloque +pendeloques +pendent +pendentif +pendentifs +penderie +penderies +pendes +pendez +pendiez +pendilla +pendillai +pendillaient +pendillais +pendillait +pendillant +pendillas +pendillasse +pendillassent +pendillasses +pendillassiez +pendillassions +pendillmes +pendillt +pendilltes +pendille +pendillent +pendiller +pendillera +pendillerai +pendilleraient +pendillerais +pendillerait +pendilleras +pendillerez +pendilleriez +pendillerions +pendillerons +pendilleront +pendilles +pendillez +pendill +pendille +pendilles +pendills +pendillrent +pendilliez +pendillions +pendillons +pendions +pendirent +pendis +pendisse +pendissent +pendisses +pendissiez +pendissions +pendit +pendmes +pendt +pendtes +pendons +pendra +pendrai +pendraient +pendrais +pendrait +pendras +pendre +pendrez +pendriez +pendrions +pendrons +pendront +pends +pendu +pendue +pendues +pendulaire +pendulaires +pendule +pendules +pendulette +pendulettes +pendus +penguin +penne +pennes +penn +penne +pennes +penns +pennies +pennon +pennons +penny +pensa +pensai +pensaient +pensais +pensait +pensant +pensante +pensantes +pensants +pensas +pensasse +pensassent +pensasses +pensassiez +pensassions +pensmes +penst +penstes +pense +pensent +penser +pensera +penserai +penseraient +penserais +penserait +penseras +penserez +penseriez +penserions +penserons +penseront +penses +penseur +penseurs +penseuse +penseuses +pensez +pens +pense +penses +penss +pensrent +pensiez +pensif +pensifs +pensine +pension +pensionna +pensionnai +pensionnaient +pensionnaire +pensionnaires +pensionnais +pensionnait +pensionnant +pensionnas +pensionnasse +pensionnassent +pensionnasses +pensionnassiez +pensionnassions +pensionnat +pensionnats +pensionnmes +pensionnt +pensionntes +pensionne +pensionnent +pensionner +pensionnera +pensionnerai +pensionneraient +pensionnerais +pensionnerait +pensionneras +pensionnerez +pensionneriez +pensionnerions +pensionnerons +pensionneront +pensionnes +pensionnez +pensionn +pensionne +pensionnes +pensionns +pensionnrent +pensionniez +pensionnions +pensionnons +pensions +pensive +pensivement +pensives +pensons +pensum +pensums +pentagonal +pentagonale +pentagonales +pentagonaux +pentagone +pentagones +pentathlon +pentathlons +pente +pentecte +pentes +penthotal +penture +pentures +pepsine +peptide +percale +percaline +perce +percement +percements +percent +percepteur +percepteurs +perceptible +perceptibles +perception +perceptions +percer +percera +percerai +perceraient +percerais +percerait +perceras +percerez +perceriez +percerions +percerons +perceront +perces +perceur +perceurs +perceuse +perceuses +percevable +percevables +percevaient +percevais +percevait +percevant +percevez +perceviez +percevions +percevoir +percevra +percevrai +percevraient +percevrais +percevrait +percevras +percevrez +percevriez +percevrions +percevrons +percevront +percez +perc +perce +perces +percs +percrent +percha +perchai +perchaient +perchais +perchait +perchant +perchas +perchasse +perchassent +perchasses +perchassiez +perchassions +perchmes +percht +perchtes +perche +perchent +percher +perchera +percherai +percheraient +percherais +percherait +percheras +percherez +percheriez +percherions +percheron +percheronne +percheronnes +percherons +percheront +perches +perchez +perch +perche +perches +perchs +perchrent +perchiez +perchions +perchoir +perchoirs +perchons +perciez +percions +perclus +percluse +percluses +percolateur +percolateurs +percussion +percussions +percuta +percutai +percutaient +percutais +percutait +percutant +percutante +percutantes +percutants +percutas +percutasse +percutassent +percutasses +percutassiez +percutassions +percutmes +percutt +percuttes +percute +percutent +percuter +percutera +percuterai +percuteraient +percuterais +percuterait +percuteras +percuterez +percuteriez +percuterions +percuterons +percuteront +percutes +percuteur +percuteurs +percutez +percut +percute +percutes +percuts +percutrent +percutiez +percutions +percutons +pera +perage +perages +perai +peraient +perais +perait +perant +perante +perantes +perants +peras +perasse +perassent +perasses +perassiez +perassions +permes +pert +pertes +peroir +peroirs +perois +peroit +peroive +peroivent +peroives +perons +peru +perue +perues +perurent +perus +perusse +perussent +perusses +perussiez +perussions +perut +permes +pert +pertes +perd +perdai +perdaient +perdais +perdait +perdant +perdante +perdantes +perdants +perde +perdent +perdes +perdez +perdiez +perdions +perdirent +perdis +perdisse +perdissent +perdisses +perdissiez +perdissions +perdit +perdition +perditions +perdmes +perdt +perdtes +perdons +perdra +perdrai +perdraient +perdrais +perdrait +perdras +perdre +perdreau +perdreaux +perdrez +perdriez +perdrions +perdrix +perdrons +perdront +perds +perdu +perdue +perdues +perdus +perfectibilit +perfectibilits +perfectible +perfectibles +perfection +perfectionna +perfectionnai +perfectionnaient +perfectionnais +perfectionnait +perfectionnant +perfectionnas +perfectionnasse +perfectionnassent +perfectionnasses +perfectionnassiez +perfectionnassions +perfectionnmes +perfectionnt +perfectionntes +perfectionne +perfectionnement +perfectionnements +perfectionnent +perfectionner +perfectionnera +perfectionnerai +perfectionneraient +perfectionnerais +perfectionnerait +perfectionneras +perfectionnerez +perfectionneriez +perfectionnerions +perfectionnerons +perfectionneront +perfectionnes +perfectionnez +perfectionn +perfectionne +perfectionnes +perfectionns +perfectionnrent +perfectionniez +perfectionnions +perfectionnons +perfections +perfide +perfidement +perfides +perfora +perforai +perforaient +perforais +perforait +perforant +perforas +perforasse +perforassent +perforasses +perforassiez +perforassions +perforation +perforations +perforatrice +perforatrices +performes +perfort +perfortes +perfore +perforent +perforer +perforera +perforerai +perforeraient +perforerais +perforerait +perforeras +perforerez +perforeriez +perforerions +perforerons +perforeront +perfores +perforez +perfor +perfore +perfores +perfors +perforrent +perforiez +perforions +performance +performances +performant +performante +performantes +performants +perforons +perfusion +perfusions +pergola +pergolas +perla +perlai +perlaient +perlais +perlait +perlant +perlas +perlasse +perlassent +perlasses +perlassiez +perlassions +perlmes +perlt +perltes +perle +perlent +perler +perlera +perlerai +perleraient +perlerais +perlerait +perleras +perlerez +perleriez +perlerions +perlerons +perleront +perles +perlez +perl +perle +perles +perls +perlrent +perlier +perliers +perliez +perlire +perlires +perlions +perlons +permanence +permanences +permanent +permanente +permanentes +permanents +permanganate +permet +permetaient +permetais +permetait +permetant +permets +permettaient +permettait +permettant +permette +permettent +permettes +permettez +permettiez +permettions +permettons +permettra +permettrai +permettraient +permettrais +permettrait +permettras +permettre +permettrez +permettriez +permettrions +permettrons +permettront +permabilit +permabilits +permable +permables +permirent +permis +permise +permises +permisse +permissent +permisses +permissiez +permission +permissionnaire +permissionnaires +permissions +permissivit +permit +permmes +permt +permtes +permuta +permutai +permutaient +permutais +permutait +permutant +permutas +permutasse +permutassent +permutasses +permutassiez +permutassions +permutation +permutations +permutmes +permutt +permuttes +permute +permutent +permuter +permutera +permuterai +permuteraient +permuterais +permuterait +permuteras +permuterez +permuteriez +permuterions +permuterons +permuteront +permutes +permutez +permut +permute +permutes +permuts +permutrent +permutiez +permutions +permutons +pernicieuse +pernicieusement +pernicieuses +pernicieux +peroxyde +peroxydes +perpendiculaire +perpendiculairement +perpendiculaires +perptra +perptrai +perptraient +perptrais +perptrait +perptrant +perptras +perptrasse +perptrassent +perptrasses +perptrassiez +perptrassions +perptration +perptrations +perptrmes +perptrt +perptrtes +perptrer +perptrera +perptrerai +perptreraient +perptrerais +perptrerait +perptreras +perptrerez +perptreriez +perptrerions +perptrerons +perptreront +perptrez +perptr +perptre +perptres +perptrs +perptrrent +perptriez +perptrions +perptrons +perptua +perptuai +perptuaient +perptuais +perptuait +perptuant +perptuas +perptuasse +perptuassent +perptuasses +perptuassiez +perptuassions +perptumes +perptut +perptutes +perptue +perptuel +perptuelle +perptuellement +perptuelles +perptuels +perptuent +perptuer +perptuera +perptuerai +perptueraient +perptuerais +perptuerait +perptueras +perptuerez +perptueriez +perptuerions +perptuerons +perptueront +perptues +perptuez +perptu +perptue +perptues +perptus +perpturent +perptuiez +perptuions +perptuit +perptuons +perptre +perptrent +perptres +perplexe +perplexes +perplexit +perplexits +perquisition +perquisitionna +perquisitionnai +perquisitionnaient +perquisitionnais +perquisitionnait +perquisitionnant +perquisitionnas +perquisitionnasse +perquisitionnassent +perquisitionnasses +perquisitionnassiez +perquisitionnassions +perquisitionnmes +perquisitionnt +perquisitionntes +perquisitionne +perquisitionnent +perquisitionner +perquisitionnera +perquisitionnerai +perquisitionneraient +perquisitionnerais +perquisitionnerait +perquisitionneras +perquisitionnerez +perquisitionneriez +perquisitionnerions +perquisitionnerons +perquisitionneront +perquisitionnes +perquisitionnez +perquisitionn +perquisitionne +perquisitionnes +perquisitionns +perquisitionnrent +perquisitionniez +perquisitionnions +perquisitionnons +perquisitions +perron +perrons +perroquet +perroquets +perruche +perruches +perruque +perruques +perruquier +perruquiers +pers +persan +persane +persanes +persans +perse +perses +perscuta +perscutai +perscutaient +perscutais +perscutait +perscutant +perscutas +perscutasse +perscutassent +perscutasses +perscutassiez +perscutassions +perscutmes +perscutt +perscuttes +perscute +perscutent +perscuter +perscutera +perscuterai +perscuteraient +perscuterais +perscuterait +perscuteras +perscuterez +perscuteriez +perscuterions +perscuterons +perscuteront +perscutes +perscuteur +perscuteurs +perscutez +perscut +perscute +perscutes +perscuts +perscutrent +perscutiez +perscution +perscutions +perscutons +perscutrice +perscutrices +persvra +persvrai +persvraient +persvrais +persvrait +persvrance +persvrances +persvrant +persvras +persvrasse +persvrassent +persvrasses +persvrassiez +persvrassions +persvrmes +persvrt +persvrtes +persvrer +persvrera +persvrerai +persvreraient +persvrerais +persvrerait +persvreras +persvrerez +persvreriez +persvrerions +persvrerons +persvreront +persvrez +persvr +persvre +persvres +persvrs +persvrrent +persvriez +persvrions +persvrons +persvre +persvrent +persvres +persienne +persiennes +persifla +persiflage +persiflages +persiflai +persiflaient +persiflais +persiflait +persiflant +persiflas +persiflasse +persiflassent +persiflasses +persiflassiez +persiflassions +persiflmes +persiflt +persifltes +persifle +persiflent +persifler +persiflera +persiflerai +persifleraient +persiflerais +persiflerait +persifleras +persiflerez +persifleriez +persiflerions +persiflerons +persifleront +persifles +persifleur +persifleurs +persifleuse +persifleuses +persiflez +persifl +persifle +persifles +persifls +persiflrent +persifliez +persiflions +persiflons +persil +persill +persille +persilles +persills +persista +persistai +persistaient +persistais +persistait +persistance +persistances +persistant +persistante +persistantes +persistants +persistas +persistasse +persistassent +persistasses +persistassiez +persistassions +persistmes +persistt +persisttes +persiste +persistent +persister +persistera +persisterai +persisteraient +persisterais +persisterait +persisteras +persisterez +persisteriez +persisterions +persisterons +persisteront +persistes +persistez +persist +persiste +persistes +persists +persistrent +persistiez +persistions +persistons +personnage +personnages +personnalisa +personnalisai +personnalisaient +personnalisais +personnalisait +personnalisant +personnalisas +personnalisasse +personnalisassent +personnalisasses +personnalisassiez +personnalisassions +personnalisation +personnalisations +personnalismes +personnalist +personnalistes +personnalise +personnalisent +personnaliser +personnalisera +personnaliserai +personnaliseraient +personnaliserais +personnaliserait +personnaliseras +personnaliserez +personnaliseriez +personnaliserions +personnaliserons +personnaliseront +personnalises +personnalisez +personnalis +personnalise +personnalises +personnaliss +personnalisrent +personnalisiez +personnalisions +personnalisons +personnalit +personnalits +personne +personnel +personnelle +personnellement +personnelles +personnels +personnes +personnifia +personnifiai +personnifiaient +personnifiais +personnifiait +personnifiant +personnifias +personnifiasse +personnifiassent +personnifiasses +personnifiassiez +personnifiassions +personnifimes +personnifit +personnifites +personnification +personnifications +personnifie +personnifient +personnifier +personnifiera +personnifierai +personnifieraient +personnifierais +personnifierait +personnifieras +personnifierez +personnifieriez +personnifierions +personnifierons +personnifieront +personnifies +personnifiez +personnifi +personnifie +personnifies +personnifis +personnifirent +personnifiiez +personnifiions +personnifions +perspective +perspectives +perspicace +perspicaces +perspicacit +perspicacits +persuada +persuadai +persuadaient +persuadais +persuadait +persuadant +persuadas +persuadasse +persuadassent +persuadasses +persuadassiez +persuadassions +persuadmes +persuadt +persuadtes +persuade +persuadent +persuader +persuadera +persuaderai +persuaderaient +persuaderais +persuaderait +persuaderas +persuaderez +persuaderiez +persuaderions +persuaderons +persuaderont +persuades +persuadez +persuad +persuade +persuades +persuads +persuadrent +persuadiez +persuadions +persuadons +persuasif +persuasifs +persuasion +persuasions +persuasive +persuasivement +persuasives +perte +pertes +pertinemment +pertinence +pertinences +pertinent +pertinente +pertinentes +pertinents +pertuis +perturba +perturbai +perturbaient +perturbais +perturbait +perturbant +perturbas +perturbasse +perturbassent +perturbasses +perturbassiez +perturbassions +perturbateur +perturbateurs +perturbation +perturbations +perturbatrice +perturbatrices +perturbmes +perturbt +perturbtes +perturbe +perturbent +perturber +perturbera +perturberai +perturberaient +perturberais +perturberait +perturberas +perturberez +perturberiez +perturberions +perturberons +perturberont +perturbes +perturbez +perturb +perturbe +perturbes +perturbs +perturbrent +perturbiez +perturbions +perturbons +pervenche +pervenches nom +pervers +perverse +perverses +perversion +perversions +perversit +perversits +perverti +pervertie +perverties +pervertir +pervertira +pervertirai +pervertiraient +pervertirais +pervertirait +pervertiras +pervertirent +pervertirez +pervertiriez +pervertirions +pervertirons +pervertiront +pervertis +pervertissaient +pervertissais +pervertissait +pervertissant +pervertisse +pervertissent +pervertisses +pervertissez +pervertissiez +pervertissions +pervertissons +pervertit +pervertmes +pervertt +perverttes +pesa +pesage +pesages +pesai +pesaient +pesais +pesait +pesamment +pesant +pesante +pesantes +pesanteur +pesanteurs +pesants +pesas +pesasse +pesassent +pesasses +pesassiez +pesassions +pesmes +pest +pestes +peser +peseta +pesetas +pesez +pes +pese +peses +pess +pesrent +pesiez +pesions +peson +pesons +pessimisme +pessimiste +pessimistes +pesta +pestai +pestaient +pestais +pestait +pestant +pestas +pestasse +pestassent +pestasses +pestassiez +pestassions +pestmes +pestt +pesttes +peste +pestent +pester +pestera +pesterai +pesteraient +pesterais +pesterait +pesteras +pesterez +pesteriez +pesterions +pesterons +pesteront +pestes +pesteuse +pesteuses +pesteux +pestez +pest +peste +pestes +pests +pestrent +pesticide +pesticides +pestiez +pestifr +pestifre +pestifres +pestifrs +pestilence +pestilences +pestilentiel +pestilentielle +pestilentielles +pestilentiels +pestions +pestons +pet +petiot +petiote +petiotes +petiots +petit +petite +petitement +petites +petitesse +petitesses +petits +peton +petons +pets +peu +peupla +peuplade +peuplades +peuplai +peuplaient +peuplais +peuplait +peuplant +peuplas +peuplasse +peuplassent +peuplasses +peuplassiez +peuplassions +peuplmes +peuplt +peupltes +peuple +peuplement +peuplements +peuplent +peupler +peuplera +peuplerai +peupleraient +peuplerais +peuplerait +peupleras +peuplerez +peupleriez +peuplerions +peuplerons +peupleront +peuples +peuplez +peupl +peuple +peuples +peupls +peuplrent +peuplier +peupliers +peupliez +peuplions +peuplons +peur +peureuse +peureusement +peureuses +peureux +peurs +peut +peuvent +peux +page +pages +pagiste +pagistes +pcari +pcaris +pcha +pchai +pchaient +pchais +pchait +pchant +pchas +pchasse +pchassent +pchasses +pchassiez +pchassions +pchassons +pchmes +pcht +pchtes +pcher +pchera +pcherai +pcheraient +pcherais +pcherait +pcheras +pcheresse +pcheresses +pcherez +pcheriez +pcherions +pcherons +pcheront +pches +pcheur +pcheurs +pchez +pch +pche +pches +pchs +pchrent +pchiez +pchions +pchons +pcore +pcores +pcule +pcules +pcuniaire +pcuniairement +pcuniaires +pdagogie +pdagogique +pdagogiques +pdagogue +pdagogues +pdala +pdalai +pdalaient +pdalais +pdalait +pdalant +pdalas +pdalasse +pdalassent +pdalasses +pdalassiez +pdalassions +pdalmes +pdalt +pdaltes +pdale +pdalent +pdaler +pdalera +pdalerai +pdaleraient +pdalerais +pdalerait +pdaleras +pdalerez +pdaleriez +pdalerions +pdalerons +pdaleront +pdales +pdalez +pdal +pdale +pdales +pdals +pdalrent +pdalier +pdaliers +pdaliez +pdalions +pdalons +pdant +pdante +pdanterie +pdantes +pdantesque +pdantesquement +pdantesques +pdantisme +pdants +pdestre +pdestrement +pdestres +pdrastie +pdrasties +pdiatre +pdiatres +pdiatrie +pdiatrique +pdiatriques +pdicule +pdicure +pdicures +pdigree +pdigrees +pdologie +pdoncule +pdoncules +pjoratif +pjoratifs +pjorative +pjorativement +pjoratives +pkin +pkin +pkine +pkines +pkins +pkinois +pkinoise +pkinoises +pkins +plagique +plagiques +plican +plicans +pnal +pnale +pnales +pnalisa +pnalisai +pnalisaient +pnalisais +pnalisait +pnalisant +pnalisas +pnalisasse +pnalisassent +pnalisasses +pnalisassiez +pnalisassions +pnalisation +pnalisations +pnalismes +pnalist +pnalistes +pnalise +pnalisent +pnaliser +pnalisera +pnaliserai +pnaliseraient +pnaliserais +pnaliserait +pnaliseras +pnaliserez +pnaliseriez +pnaliserions +pnaliserons +pnaliseront +pnalises +pnalisez +pnalis +pnalise +pnalises +pnaliss +pnalisrent +pnalisiez +pnalisions +pnalisons +pnalit +pnalits +pnates +pnaux +pnplaine +pnplaines +pntra +pntrable +pntrables +pntrai +pntraient +pntrais +pntrait +pntrant +pntrante +pntrantes +pntrants +pntras +pntrasse +pntrassent +pntrasses +pntrassiez +pntrassions +pntration +pntrations +pntrmes +pntrt +pntrtes +pntrer +pntrera +pntrerai +pntreraient +pntrerais +pntrerait +pntreras +pntrerez +pntreriez +pntrerions +pntrerons +pntreront +pntrez +pntr +pntre +pntres +pntrs +pntrrent +pntriez +pntrions +pntrons +pntre +pntrent +pntres +pnible +pniblement +pnibles +pniche +pniches +pnicilline +pninsulaire +pninsulaires +pninsule +pninsules +pnis +pnitence +pnitences +pnitencier +pnitenciers +pnitent +pnitente +pnitentes +pnitentiaire +pnitentiaires +pnitents +pnombre +pnombres +pnultime +pnultimes +pnurie +pnuries +ppia +ppiai +ppiaient +ppiais +ppiait +ppiant +ppias +ppiasse +ppiassent +ppiasses +ppiassiez +ppiassions +ppimes +ppit +ppites +ppie +ppiement +ppiements +ppient +ppier +ppiera +ppierai +ppieraient +ppierais +ppierait +ppieras +ppierez +ppieriez +ppierions +ppierons +ppieront +ppies +ppiez +ppi +ppie +ppies +ppis +ppirent +ppiiez +ppiions +ppin +ppiniriste +ppiniristes +ppinire +ppinires +ppins +ppions +ppite +pplum +pplums +pquin +pquins +premption +premptions +premptoire +premptoirement +premptoires +prenne +prennes +prennit +prgrination +prgrinations +prquation +prquations +pri +pricarde +pricardes +pricarpe +pricarpes +priclita +priclitai +priclitaient +priclitais +priclitait +priclitant +priclitas +priclitasse +priclitassent +priclitasses +priclitassiez +priclitassions +priclitmes +priclitt +priclittes +priclite +priclitent +pricliter +priclitera +pricliterai +pricliteraient +pricliterais +pricliterait +pricliteras +pricliterez +pricliteriez +pricliterions +pricliterons +pricliteront +priclites +priclitez +priclit +priclite +priclites +priclits +priclitrent +priclitiez +priclitions +priclitons +pridot +pridots +prie +pries +prige +priges +prigord +prigourdin +prigourdine +prigourdines +prigourdins +pril +prilleuse +prilleusement +prilleuses +prilleux +prils +prima +primai +primaient +primais +primait +primant +primas +primasse +primassent +primasses +primassiez +primassions +primmes +primt +primtes +prime +priment +primer +primera +primerai +primeraient +primerais +primerait +primeras +primerez +primeriez +primerions +primerons +primeront +primes +primez +prim +prime +primes +prims +primrent +primtre +primtres +primiez +primions +primons +prine +prines +priode +priodes +priodicit +priodicits +priodique +priodiquement +priodiques +prioste +priostes +priptie +pripties +priphrie +priphrique +priphriques +priphrase +priphrases +priple +priples +prir +prira +prirai +priraient +prirais +prirait +priras +prirent +prirez +pririez +pririons +prirons +priront +pris +priscope +priscopes +prissable +prissables +prissaient +prissais +prissait +prissant +prisse +prissent +prisses +prissez +prissiez +prissions +prissoire +prissoires +prissons +pristaltique +pristaltiques +pristyle +pristyles +prit +pritel +pritoine +pritoines +pritonite +pritonites +prmes +prt +prtes +pron +prons +pronnelle +pronnelles +prora +prorai +proraient +prorais +proraison +proraisons +prorait +prorant +proras +prorasse +prorassent +prorasses +prorassiez +prorassions +prormes +prort +prortes +prore +prorent +prorer +prorera +prorerai +proreraient +prorerais +prorerait +proreras +prorerez +proreriez +prorerions +prorerons +proreront +prores +prorez +pror +prore +prores +prors +prorrent +proriez +prorions +prorons +prou +prscution +prscutions +pruvien +pruvienne +pruviennes +pruviens +pta +ptai +ptaient +ptainiste +ptainistes +ptais +ptait +ptale +ptales +ptanque +ptant +ptarada +ptaradai +ptaradaient +ptaradais +ptaradait +ptaradant +ptaradas +ptaradasse +ptaradassent +ptaradasses +ptaradassiez +ptaradassions +ptaradmes +ptaradt +ptaradtes +ptarade +ptaradent +ptarader +ptaradera +ptaraderai +ptaraderaient +ptaraderais +ptaraderait +ptaraderas +ptaraderez +ptaraderiez +ptaraderions +ptaraderons +ptaraderont +ptarades +ptaradez +ptarad +ptarade +ptarades +ptarads +ptaradrent +ptaradiez +ptaradions +ptaradons +ptard +ptards +ptas +ptasse +ptassent +ptasses +ptassiez +ptassions +ptaudire +ptaudires +ptmes +ptt +pttes +pte +ptent +pter +ptera +pterai +pteraient +pterais +pterait +pteras +pterez +pteriez +pterions +pterons +pteront +ptes +pteuse +pteuses +pteux +ptez +pt +pte +ptes +pts +ptrent +ptiez +ptilla +ptillai +ptillaient +ptillais +ptillait +ptillant +ptillante +ptillantes +ptillants +ptillas +ptillasse +ptillassent +ptillasses +ptillassiez +ptillassions +ptillmes +ptillt +ptilltes +ptille +ptillement +ptillements +ptillent +ptiller +ptillera +ptillerai +ptilleraient +ptillerais +ptillerait +ptilleras +ptillerez +ptilleriez +ptillerions +ptillerons +ptilleront +ptilles +ptillez +ptill +ptille +ptilles +ptills +ptillrent +ptilliez +ptillions +ptillons +ptiole +ptioles +ptions +ptition +ptitionna +ptitionnai +ptitionnaient +ptitionnaire +ptitionnaires +ptitionnais +ptitionnait +ptitionnant +ptitionnas +ptitionnasse +ptitionnassent +ptitionnasses +ptitionnassiez +ptitionnassions +ptitionnmes +ptitionnt +ptitionntes +ptitionne +ptitionnent +ptitionner +ptitionnera +ptitionnerai +ptitionneraient +ptitionnerais +ptitionnerait +ptitionneras +ptitionnerez +ptitionneriez +ptitionnerions +ptitionnerons +ptitionneront +ptitionnes +ptitionnez +ptitionn +ptitionne +ptitionnes +ptitionns +ptitionnrent +ptitionniez +ptitionnions +ptitionnons +ptitions +ptoire +ptoires +ptons +ptrel +ptrels +ptri +ptrie +ptries +ptrifia +ptrifiai +ptrifiaient +ptrifiais +ptrifiait +ptrifiant +ptrifias +ptrifiasse +ptrifiassent +ptrifiasses +ptrifiassiez +ptrifiassions +ptrifimes +ptrifit +ptrifites +ptrification +ptrifications +ptrifie +ptrifient +ptrifier +ptrifiera +ptrifierai +ptrifieraient +ptrifierais +ptrifierait +ptrifieras +ptrifierez +ptrifieriez +ptrifierions +ptrifierons +ptrifieront +ptrifies +ptrifiez +ptrifi +ptrifie +ptrifies +ptrifis +ptrifirent +ptrifiiez +ptrifiions +ptrifions +ptrin +ptrins +ptrir +ptrira +ptrirai +ptriraient +ptrirais +ptrirait +ptriras +ptrirent +ptrirez +ptririez +ptririons +ptrirons +ptriront +ptris +ptrissage +ptrissages +ptrissaient +ptrissais +ptrissait +ptrissant +ptrisse +ptrissent +ptrisses +ptrissez +ptrissiez +ptrissions +ptrissons +ptrit +ptrmes +ptrt +ptrtes +ptrochimie +ptrochimies +ptrographie +ptrole +ptroles +ptroleuse +ptroleuses +ptrolier +ptroliers +ptrolire +ptrolires +ptrolifre +ptrolifres +ptulance +ptulances +ptulant +ptulante +ptulantes +ptulants +ptunia +ptunias +pche +pchent +pches +pgre +pgres +ple +plent +plera +plerai +pleraient +plerais +plerait +pleras +plerez +pleriez +plerin +plerinage +plerinages +plerine +plerines +plerins +plerions +plerons +pleront +ples +pre +pres +pse +psent +psera +pserai +pseraient +pserais +pserait +pseras +pserez +pseriez +pserions +pserons +pseront +pses +pte +pcha +pchai +pchaient +pchais +pchait +pchant +pchas +pchasse +pchassent +pchasses +pchassiez +pchassions +pchmes +pcht +pchtes +pche +pchent +pcher +pchera +pcherai +pcheraient +pcherais +pcherait +pcheras +pcherez +pcherie +pcheries +pcheriez +pcherions +pcherons +pcheront +pchers +pches +pcheur +pcheurs +pcheuse +pcheuses +pchez +pch +pche +pches +pchs +pchrent +pchiez +pchions +pchons +ple +pne +pnes +phagocyte +phagocytes +phagocytose +phalange +phalanges +phalangette +phalangettes +phalangine +phalangines +phalangiste +phalangistes +phalanstre +phalanstres +phalne +phalnes +phallocrate +phallocrates +phallocratie +phallode +phallodes +phallus +phanrogame +phanrogames +phantasme +phantasmes +pharamineuse +pharamineuses +pharamineux +pharaon +pharaonique +pharaoniques +pharaons +phare +phares +pharisien +pharisiens +pharmaceutique +pharmaceutiques +pharmacie +pharmacien +pharmacienne +pharmaciennes +pharmaciens +pharmacies +pharmacologie +pharmacologies +pharmacope +pharmacopes +pharyngien +pharyngienne +pharyngiennes +pharyngiens +pharyngite +pharyngites +pharynx +phase +phases +phnicie +phnicien +phnicienne +phniciennes +phniciens +phnique +phniques +phnix +phnol +phnomnal +phnomnale +phnomnales +phnomnaux +phnomne +phnomnes +philanthrope +philanthropes +philanthropie +philatlie +philatliste +philatlistes +philharmonique +philharmoniques +philippines +philippique +philippiques +philistin +philistins +philodendron +philodendrons +philologie +philologique +philologiques +philologue +philologues +philosopha +philosophai +philosophaient +philosophais +philosophait +philosophale +philosophales +philosophant +philosophas +philosophasse +philosophassent +philosophasses +philosophassiez +philosophassions +philosophmes +philosopht +philosophtes +philosophe +philosophent +philosopher +philosophera +philosopherai +philosopheraient +philosopherais +philosopherait +philosopheras +philosopherez +philosopheriez +philosopherions +philosopherons +philosopheront +philosophes +philosophez +philosoph +philosophe +philosophes +philosophs +philosophrent +philosophie +philosophies +philosophiez +philosophions +philosophique +philosophiquement +philosophiques +philosophons +philtre +philtres +phlegmon +phlbite +phlbotomie +phlox +phobie +phobies +phoce +phocen +phocenne +phocennes +phocens +pholade +pholades +phonation +phonations +phontique +phontiquement +phontiques +phonme +phonmes +phonique +phonographe +phonographes +phonolite +phonolithe +phoque +phoques +phosphate +phosphates +phosphat +phosphate +phosphates +phosphats +phosphne +phosphnes +phosphore +phosphores +phosphorescence +phosphorescences +phosphorescent +phosphorescente +phosphorescentes +phosphorescents +phosphor +phosphore +phosphores +phosphors +photo +photocopie +photocopies +photocopieuse +photocopieuses +photognique +photogniques +photographe +photographes +photographia +photographiai +photographiaient +photographiais +photographiait +photographiant +photographias +photographiasse +photographiassent +photographiasses +photographiassiez +photographiassions +photographimes +photographit +photographites +photographie +photographient +photographier +photographiera +photographierai +photographieraient +photographierais +photographierait +photographieras +photographierez +photographieriez +photographierions +photographierons +photographieront +photographies +photographiez +photographi +photographie +photographies +photographis +photographirent +photographiiez +photographiions +photographions +photographique +photographiquement +photographiques +photograveur +photograveurs +photogravure +photogravures +photolithographie +photomcanique +photomcaniques +photomtrie +photomtre +photomtres +photon +photons +photos +photosensible +photosensibles +photosynthse +photosynthses +phototype +phototypes +phototypie +phrase +phrases +phraseur +phraseurs +phraseuse +phraseuses +phrasologie +phratique +phratiques +phrnique +phrniques +phtisie +phylloxera +phylloxra +physicien +physicienne +physiciennes +physiciens +physico +physiocrate +physiocrates +physiocratie +physiologie +physiologique +physiologiquement +physiologiques +physiologiste +physiologistes +physionomie +physionomies +physionomiste +physionomistes +physique +physiquement +physiques +phytotron +phytotrons +pi +piaffa +piaffai +piaffaient +piaffais +piaffait +piaffant +piaffas +piaffasse +piaffassent +piaffasses +piaffassiez +piaffassions +piaffmes +piafft +piafftes +piaffe +piaffement +piaffements +piaffent +piaffer +piaffera +piafferai +piafferaient +piafferais +piafferait +piafferas +piafferez +piafferiez +piafferions +piafferons +piafferont +piaffes +piaffez +piaff +piaffe +piaffes +piaffs +piaffrent +piaffiez +piaffions +piaffons +piailla +piaillai +piaillaient +piaillais +piaillait +piaillant +piaillas +piaillasse +piaillassent +piaillasses +piaillassiez +piaillassions +piaillmes +piaillt +piailltes +piaille +piaillent +piailler +piaillera +piaillerai +piailleraient +piaillerais +piaillerait +piailleras +piaillerez +piailleriez +piaillerions +piaillerons +piailleront +piailles +piailleur +piailleurs +piailleuse +piailleuses +piaillez +piaill +piaille +piailles +piaills +piaillrent +piailliez +piaillions +piaillons +pianiste +pianistes +piano +pianos +pianota +pianotai +pianotaient +pianotais +pianotait +pianotant +pianotas +pianotasse +pianotassent +pianotasses +pianotassiez +pianotassions +pianotmes +pianott +pianottes +pianote +pianotent +pianoter +pianotera +pianoterai +pianoteraient +pianoterais +pianoterait +pianoteras +pianoterez +pianoteriez +pianoterions +pianoterons +pianoteront +pianotes +pianotez +pianot +pianote +pianotes +pianots +pianotrent +pianotiez +pianotions +pianotons +piastre +piastres +piaula +piaulai +piaulaient +piaulais +piaulait +piaulant +piaulas +piaulasse +piaulassent +piaulasses +piaulassiez +piaulassions +piaulmes +piault +piaultes +piaule +piaulement +piaulements +piaulent +piauler +piaulera +piaulerai +piauleraient +piaulerais +piaulerait +piauleras +piaulerez +piauleriez +piaulerions +piaulerons +piauleront +piaules +piaulez +piaul +piaule +piaules +piauls +piaulrent +piauliez +piaulions +piaulons +pic +picador +picadors +picaillon +picaillons +picaresque +picaresques +pichenette +pichenettes +pichet +pichets +pick +pickpocket +pickpockets +picora +picorai +picoraient +picorais +picorait +picorant +picoras +picorasse +picorassent +picorasses +picorassiez +picorassions +picormes +picort +picortes +picore +picorent +picorer +picorera +picorerai +picoreraient +picorerais +picorerait +picoreras +picorerez +picoreriez +picorerions +picorerons +picoreront +picores +picorez +picor +picore +picores +picors +picorrent +picoriez +picorions +picorons +picota +picotage +picotages +picotai +picotaient +picotais +picotait +picotant +picotas +picotasse +picotassent +picotasses +picotassiez +picotassions +picotmes +picott +picottes +picote +picotement +picotements +picotent +picoter +picotera +picoterai +picoteraient +picoterais +picoterait +picoteras +picoterez +picoteriez +picoterions +picoterons +picoteront +picotes +picotez +picot +picote +picotes +picots +picotrent +picotiez +picotin +picotins +picotions +picotons +picrate +picrates +picrique +pics +pictural +picturale +picturales +picturaux +pie +pied +pieds +pierraille +pierrailles +pierre +pierreries +pierres +pierreuse +pierreuses +pierreux +pierrier +pierriers +pierrot +pierrots +pies +pieu +pieuse +pieusement +pieuses +pieuvre +pieuvres +pieux +picette +picettes +pidestal +pidestaux +pidroit +pidroits +pigea +pigeage +pigeages +pigeai +pigeaient +pigeais +pigeait +pigeant +pigeas +pigeasse +pigeassent +pigeasses +pigeassiez +pigeassions +pigemes +piget +pigetes +pigeons +piger +pigera +pigerai +pigeraient +pigerais +pigerait +pigeras +pigerez +pigeriez +pigerions +pigerons +pigeront +pigez +pig +pige +piges +pigs +pigrent +pigiez +pigions +piride +pirides +pita +pitai +pitaient +pitais +pitait +pitant +pitas +pitasse +pitassent +pitasses +pitassiez +pitassions +pitmes +pitt +pittes +piter +pitera +piterai +piteraient +piterais +piterait +piteras +piterez +piteriez +piterions +piterons +piteront +pitez +pit +pite +pites +pits +pitrent +pitiez +pitina +pitinai +pitinaient +pitinais +pitinait +pitinant +pitinas +pitinasse +pitinassent +pitinasses +pitinassiez +pitinassions +pitinmes +pitint +pitintes +pitine +pitinement +pitinements +pitinent +pitiner +pitinera +pitinerai +pitineraient +pitinerais +pitinerait +pitineras +pitinerez +pitineriez +pitinerions +pitinerons +pitineront +pitines +pitinez +pitin +pitine +pitines +pitins +pitinrent +pitiniez +pitinions +pitinons +pitions +piton +pitonnier +pitonniers +pitonnire +pitonnires +pitons +pice +pices +picette +picettes +pige +pigent +piges +pite +pitent +pites +pitre +pitres +pif +pifs +pige +pigea +pigeai +pigeaient +pigeais +pigeait +pigeas +pigeasse +pigeassent +pigeasses +pigeassiez +pigeassions +pigemes +piget +pigetes +pigent +pigeon +pigeonne +pigeonneau +pigeonneaux +pigeonnes +pigeonnier +pigeonniers +pigeons +piger +pigera +pigerai +pigeraient +pigerais +pigerait +pigeras +pigerez +pigeriez +pigerions +pigerons +pigeront +piges +pigez +pig +pige +piges +pigs +pigrent +pigiez +pigions +pigment +pigmentaire +pigmentaires +pigmentation +pigmentations +pigments +pignocha +pignochai +pignochaient +pignochais +pignochait +pignochant +pignochas +pignochasse +pignochassent +pignochasses +pignochassiez +pignochassions +pignochmes +pignocht +pignochtes +pignoche +pignochent +pignocher +pignochera +pignocherai +pignocheraient +pignocherais +pignocherait +pignocheras +pignocherez +pignocheriez +pignocherions +pignocherons +pignocheront +pignoches +pignochez +pignoch +pignoche +pignoches +pignochs +pignochrent +pignochiez +pignochions +pignochons +pignon +pignons +pila broyer +pilage +pilages +pilai broyer +pilaient broyer +pilais broyer +pilait broyer +pilant broyer +pilas broyer +pilasse broyer +pilassent broyer +pilasses broyer +pilassiez broyer +pilassions broyer +pilastre +pilastres +pilmes broyer +pilt broyer +piltes broyer +pile +pilent broyer +piler broyer +pilera broyer +pilerai broyer +pileraient broyer +pilerais broyer +pilerait broyer +pileras broyer +pilerez broyer +pileriez broyer +pilerions broyer +pilerons broyer +pileront broyer +piles +pileuse +pileuses +pileux +pilez broyer +pil broyer +pile broyer +piles broyer +pils broyer +pilrent broyer +pilier +piliers +piliez broyer +pilions broyer +pilla +pillage +pillai +pillaient +pillais +pillait +pillant +pillard +pillarde +pillardes +pillards +pillas +pillasse +pillassent +pillasses +pillassiez +pillassions +pillmes +pillt +pilltes +pille +pillent +piller +pillera +pillerai +pilleraient +pillerais +pillerait +pilleras +pillerez +pilleriez +pillerions +pillerons +pilleront +pilles +pilleur +pilleurs +pilleuse +pilleuses +pillez +pill +pille +pilles +pills +pillrent +pilliez +pillions +pillons +pilon +pilonna +pilonnage +pilonnages +pilonnai +pilonnaient +pilonnais +pilonnait +pilonnant +pilonnas +pilonnasse +pilonnassent +pilonnasses +pilonnassiez +pilonnassions +pilonnmes +pilonnt +pilonntes +pilonne +pilonnent +pilonner +pilonnera +pilonnerai +pilonneraient +pilonnerais +pilonnerait +pilonneras +pilonnerez +pilonneriez +pilonnerions +pilonnerons +pilonneront +pilonnes +pilonnez +pilonn +pilonne +pilonnes +pilonns +pilonnrent +pilonniez +pilonnions +pilonnons +pilons +pilori +piloris +pilosit +pilosits +pilota +pilotable +pilotables +pilotage +pilotages +pilotai +pilotaient +pilotais +pilotait +pilotant +pilotas +pilotasse +pilotassent +pilotasses +pilotassiez +pilotassions +pilotmes +pilott +pilottes +pilote +pilotent +piloter +pilotera +piloterai +piloteraient +piloterais +piloterait +piloteras +piloterez +piloteriez +piloterions +piloterons +piloteront +pilotes +pilotez +pilot +pilote +pilotes +pilots +pilotrent +pilotiez +pilotin +pilotins +pilotions +pilotis +pilotons +pilou +pilule +pilules +pimbche +pimbches +piment +pimenta +pimentai +pimentaient +pimentais +pimentait +pimentant +pimentas +pimentasse +pimentassent +pimentasses +pimentassiez +pimentassions +pimentmes +pimentt +pimenttes +pimente +pimentent +pimenter +pimentera +pimenterai +pimenteraient +pimenterais +pimenterait +pimenteras +pimenterez +pimenteriez +pimenterions +pimenterons +pimenteront +pimentes +pimentez +piment +pimente +pimentes +piments +pimentrent +pimentiez +pimentions +pimentons +piments +pimpant +pimpante +pimpantes +pimpants +pimprenelle +pimprenelles +pin +pinacle +pinacles +pinacothque +pinacothques +pinailla +pinaillai +pinaillaient +pinaillais +pinaillait +pinaillant +pinaillas +pinaillasse +pinaillassent +pinaillasses +pinaillassiez +pinaillassions +pinaillmes +pinaillt +pinailltes +pinaille +pinaillent +pinailler +pinaillera +pinaillerai +pinailleraient +pinaillerais +pinaillerait +pinailleras +pinaillerez +pinailleriez +pinaillerions +pinaillerons +pinailleront +pinailles +pinailleur +pinailleurs +pinailleuse +pinailleuses +pinaillez +pinaill +pinaille +pinailles +pinaills +pinaillrent +pinailliez +pinaillions +pinaillons +pinard +pinards +pinasse +pinasses +pince +pinceau +pinceaux +pincement +pincements +pincent +pincer +pincera +pincerai +pinceraient +pincerais +pincerait +pinceras +pincerez +pinceriez +pincerions +pincerons +pinceront +pinces +pincettes +pincez +pinc +pince +pinces +pincs +pincrent +pinciez +pincions +pina +pinai +pinaient +pinais +pinait +pinant +pinas +pinasse +pinassent +pinasses +pinassiez +pinassions +pinmes +pint +pintes +pinon +pinons +pineau +pinde +pindes +ping +pingouin +pingouins +pingre +pingrerie +pingreries +pingres +pinnule +pinnules +pinot +pins +pinson +pinsons +pinta +pintade +pintades +pintai +pintaient +pintais +pintait +pintant +pintas +pintasse +pintassent +pintasses +pintassiez +pintassions +pintmes +pintt +pinttes +pinte +pintent +pinter +pintera +pinterai +pinteraient +pinterais +pinterait +pinteras +pinterez +pinteriez +pinterions +pinterons +pinteront +pintes +pintez +pint +pinte +pintes +pints +pintrent +pintiez +pintions +pintons +piocha +piochage +piochages +piochai +piochaient +piochais +piochait +piochant +piochas +piochasse +piochassent +piochasses +piochassiez +piochassions +piochmes +piocht +piochtes +pioche +piochent +piocher +piochera +piocherai +piocheraient +piocherais +piocherait +piocheras +piocherez +piocheriez +piocherions +piocherons +piocheront +pioches +piocheur +piocheurs +piocheuse +piocheuses +piochez +pioch +pioche +pioches +piochs +piochrent +piochiez +piochions +piochons +piolet +piolets +pion +pionce +pioncent +pioncer +pioncera +pioncerai +pionceraient +pioncerais +pioncerait +pionceras +pioncerez +pionceriez +pioncerions +pioncerons +pionceront +pionces +pioncez +pionc +pionce +pionces +pioncs +pioncrent +pionciez +pioncions +piona +pionai +pionaient +pionais +pionait +pionant +pionas +pionasse +pionassent +pionasses +pionassiez +pionassions +pionmes +piont +piontes +pionons +pionnier +pionniers +pions +pipa +pipai +pipaient +pipais +pipait +pipant +pipas +pipasse +pipassent +pipasses +pipassiez +pipassions +pipmes +pipt +piptes +pipe +pipeau +pipeaux +pipelet +pipelets +pipelette +pipelettes +pipent +piper +pipera +piperade +piperades +piperai +piperaient +piperais +piperait +piperas +piperez +piperiez +piperions +piperons +piperont +pipes +pipette +pipettes +pipez +pip +pipe +pipes +pips +piprent +pipi +pipiez +pipions +pipistrelle +pipistrelles +pipons +piqua +piquage +piquages +piquai +piquaient +piquais +piquait +piquant +piquante +piquantes +piquants +piquas +piquasse +piquassent +piquasses +piquassiez +piquassions +piqumes +piqut +piqutes +pique +piquent +piquer +piquera +piquerai +piqueraient +piquerais +piquerait +piqueras +piquerez +piqueriez +piquerions +piquerons +piqueront +piques +piquet +piqueta +piquetage +piquetages +piquetai +piquetaient +piquetais +piquetait +piquetant +piquetas +piquetasse +piquetassent +piquetasses +piquetassiez +piquetassions +piquetmes +piquett +piquettes +piqueter +piquetez +piquet +piquete +piquetes +piquets +piquetrent +piquetiez +piquetions +piquetons +piquets +piquette +piquettent +piquettera +piquetterai +piquetteraient +piquetterais +piquetterait +piquetteras +piquetterez +piquetteriez +piquetterions +piquetterons +piquetteront +piquettes +piqueur +piqueurs +piqueuse +piqueuses +piqueux +piquez +piqu +pique +piques +piqus +piqurent +piquiez +piquions +piquons +piqre +piqres +piranha +piranhas +pirate +piraterie +pirates +pirat +pirate +pirates +pirats +pire +pires +piriforme +piriformes +pirogue +pirogues +piroguier +piroguiers +pirouetta +pirouettai +pirouettaient +pirouettais +pirouettait +pirouettant +pirouettas +pirouettasse +pirouettassent +pirouettasses +pirouettassiez +pirouettassions +pirouettmes +pirouettt +pirouetttes +pirouette +pirouettent +pirouetter +pirouettera +pirouetterai +pirouetteraient +pirouetterais +pirouetterait +pirouetteras +pirouetterez +pirouetteriez +pirouetterions +pirouetterons +pirouetteront +pirouettes +pirouettez +pirouett +pirouette +pirouettes +pirouetts +pirouettrent +pirouettiez +pirouettions +pirouettons +pis +pisciculture +piscicultures +pisciforme +pisciformes +piscine +piscines +pis +piss +pissa +pissai +pissaient +pissais +pissait +pissant +pissas +pissasse +pissassent +pissasses +pissassiez +pissassions +pissat +pissmes +pisst +pisstes +pisse +pissenlit +pissenlits +pissent +pisser +pissera +pisserai +pisseraient +pisserais +pisserait +pisseras +pisserez +pisseriez +pisserions +pisserons +pisseront +pisses +pisseuse +pisseuses +pisseux +pissez +piss +pisse +pisses +pisss +pissrent +pissiez +pissions +pissoire +pissoires +pissons +pissotire +pissotires +pistache +pistaches +pistachier +pistachiers +piste +pistes +pistil +pistils +pistole +pistoles +pistolet +pistolets +piston +pistonna +pistonnai +pistonnaient +pistonnais +pistonnait +pistonnant +pistonnas +pistonnasse +pistonnassent +pistonnasses +pistonnassiez +pistonnassions +pistonnmes +pistonnt +pistonntes +pistonne +pistonnent +pistonner +pistonnera +pistonnerai +pistonneraient +pistonnerais +pistonnerait +pistonneras +pistonnerez +pistonneriez +pistonnerions +pistonnerons +pistonneront +pistonnes +pistonnez +pistonn +pistonne +pistonnes +pistonns +pistonnrent +pistonniez +pistonnions +pistonnons +pistons +pitance +pitances +pitchpin +piteuse +piteusement +piteuses +piteux +pithcanthrope +pithcanthropes +piti +piton +pitons +pitoyable +pitoyablement +pitoyables +pitre +pitrerie +pitreries +pitres +pittoresque +pittoresques +pituite +pituites +pivert +piverts +pivoine +pivoines +pivot +pivota +pivotai +pivotaient +pivotais +pivotait +pivotant +pivotante +pivotantes +pivotants +pivotas +pivotasse +pivotassent +pivotasses +pivotassiez +pivotassions +pivotmes +pivott +pivottes +pivote +pivotent +pivoter +pivotera +pivoterai +pivoteraient +pivoterais +pivoterait +pivoteras +pivoterez +pivoteriez +pivoterions +pivoterons +pivoteront +pivotes +pivotez +pivot +pivote +pivotes +pivots +pivotrent +pivotiez +pivotions +pivotons +pivots +pixel +pixels +pizza +pizzas +pizzeria +pizzerias +placage +placages +placard +placarda +placardai +placardaient +placardais +placardait +placardant +placardas +placardasse +placardassent +placardasses +placardassiez +placardassions +placardmes +placardt +placardtes +placarde +placardent +placarder +placardera +placarderai +placarderaient +placarderais +placarderait +placarderas +placarderez +placarderiez +placarderions +placarderons +placarderont +placardes +placardez +placard +placarde +placardes +placards +placardrent +placardiez +placardions +placardons +placards +place +placebo +placement +placements +placent +placenta +placentas +placer +placera +placerai +placeraient +placerais +placerait +placeras +placerez +placeriez +placerions +placerons +placeront +placers +places +placette +placettes +placeur +placeurs +placeuse +placeuses +placez +plac +place +places +placs +placrent +placide +placidement +placides +placidit +placidits +placier +placiers +placiez +placions +plaa +plaai +plaaient +plaais +plaait +plaant +plaas +plaasse +plaassent +plaasses +plaassiez +plaassions +plames +plat +plates +plaons +plafond +plafonds +plafonna +plafonnage +plafonnages +plafonnai +plafonnaient +plafonnais +plafonnait +plafonnant +plafonnas +plafonnasse +plafonnassent +plafonnasses +plafonnassiez +plafonnassions +plafonnmes +plafonnt +plafonntes +plafonne +plafonnement +plafonnements +plafonnent +plafonner +plafonnera +plafonnerai +plafonneraient +plafonnerais +plafonnerait +plafonneras +plafonnerez +plafonneriez +plafonnerions +plafonnerons +plafonneront +plafonnes +plafonnez +plafonn +plafonne +plafonnes +plafonns +plafonnrent +plafonnier +plafonniers +plafonniez +plafonnions +plafonnons +plage +plages +plagia +plagiai +plagiaient +plagiaire +plagiaires +plagiais +plagiait +plagiant +plagias +plagiasse +plagiassent +plagiasses +plagiassiez +plagiassions +plagiat +plagimes +plagit +plagites +plagie +plagient +plagier +plagiera +plagierai +plagieraient +plagierais +plagierait +plagieras +plagierez +plagieriez +plagierions +plagierons +plagieront +plagies +plagiez +plagi +plagie +plagies +plagis +plagirent +plagiiez +plagiions +plagions +plagiste +plagistes +plaid +plaida +plaidai +plaidaient +plaidais +plaidait +plaidant +plaidas +plaidasse +plaidassent +plaidasses +plaidassiez +plaidassions +plaidmes +plaidt +plaidtes +plaide +plaident +plaider +plaidera +plaiderai +plaideraient +plaiderais +plaiderait +plaideras +plaiderez +plaideriez +plaiderions +plaiderons +plaideront +plaides +plaideur +plaideurs +plaideuse +plaideuses +plaidez +plaid +plaide +plaides +plaids +plaidrent +plaidiez +plaidions +plaidoirie +plaidoiries +plaidons +plaidoyer +plaidoyers +plaids +plaie +plaies +plaignaient +plaignais +plaignait +plaignant +plaignante +plaignantes +plaignants +plaigne +plaignent +plaignes +plaignez +plaigniez +plaignions +plaignirent +plaignis +plaignisse +plaignissent +plaignisses +plaignissiez +plaignissions +plaignit +plaignmes +plaignt +plaigntes +plaignons +plain +plaindra +plaindrai +plaindraient +plaindrais +plaindrait +plaindras +plaindre +plaindrez +plaindriez +plaindrions +plaindrons +plaindront +plaine +plaines +plains +plaint +plainte +plaintes +plaintif +plaintifs +plaintive +plaintivement +plaintives +plaints +plaira +plairaient +plairait +plaire +plairont +plaisaient +plaisait +plaisamment +plaisance +plaisances +plaisancier +plaisanciers +plaisant +plaisanta +plaisantai +plaisantaient +plaisantais +plaisantait +plaisantant +plaisantas +plaisantasse +plaisantassent +plaisantasses +plaisantassiez +plaisantassions +plaisantmes +plaisantt +plaisanttes +plaisante +plaisantent +plaisanter +plaisantera +plaisanterai +plaisanteraient +plaisanterais +plaisanterait +plaisanteras +plaisanterez +plaisanterie +plaisanteries +plaisanteriez +plaisanterions +plaisanterons +plaisanteront +plaisantes +plaisantez +plaisant +plaisante +plaisantes +plaisants +plaisantrent +plaisantiez +plaisantin +plaisantins +plaisantions +plaisantons +plaisants +plaise +plaisent +plaisir +plaisirs +plat +plan +plana +planage +planages +planai +planaient +planais +planait +planant +planas +planasse +planassent +planasses +planassiez +planassions +planmes +plant +plantes +planche +plancher +planches +planchette +planchettes +planchia +planchiai +planchiaient +planchiais +planchiait +planchiant +planchias +planchiasse +planchiassent +planchiasses +planchiassiez +planchiassions +planchimes +planchit +planchites +planchie +planchient +planchier +planchiera +planchierai +planchieraient +planchierais +planchierait +planchieras +planchierez +planchieriez +planchierions +planchierons +planchieront +planchies +planchiez +planchi +planchie +planchies +planchis +planchirent +planchiiez +planchiions +planchions +plancton +plane +planent +planer +planera +planerai +planeraient +planerais +planerait +planeras +planerez +planeriez +planerions +planerons +planeront +planes +planeur +planeurs +planez +plan +plane +planes +plans +plantaire +plantaires +plantarium +plantariums +planrent +plante +plantes +planiez +planifia +planifiai +planifiaient +planifiais +planifiait +planifiant +planifias +planifiasse +planifiassent +planifiasses +planifiassiez +planifiassions +planifimes +planifit +planifites +planificateur +planificateurs +planification +planifications +planificatrice +planificatrices +planifie +planifient +planifier +planifiera +planifierai +planifieraient +planifierais +planifierait +planifieras +planifierez +planifieriez +planifierions +planifierons +planifieront +planifies +planifiez +planifi +planifie +planifies +planifis +planifirent +planifiiez +planifiions +planifions +planimtrie +planimtries +planions +planisphre +planisphres +planning +planons +plans +plant +planta +plantage +plantages +plantai +plantaient +plantain +plantains +plantaire +plantaires +plantais +plantait +plantant +plantas +plantasse +plantassent +plantasses +plantassiez +plantassions +plantation +plantations +plantmes +plantt +planttes +plante +plantent +planter +plantera +planterai +planteraient +planterais +planterait +planteras +planterez +planteriez +planterions +planterons +planteront +plantes +planteur +planteurs +plantez +plant +plante +plantes +plants +plantrent +plantiez +plantigrade +plantigrades +plantions +plantoir +plantoirs +planton +plantons +plants +plantule +plantules +plantureuse +plantureusement +plantureuses +plantureux +plaqua +plaquai +plaquaient +plaquais +plaquait +plaquant +plaquas +plaquasse +plaquassent +plaquasses +plaquassiez +plaquassions +plaqumes +plaqut +plaqutes +plaque +plaquent +plaquer +plaquera +plaquerai +plaqueraient +plaquerais +plaquerait +plaqueras +plaquerez +plaqueriez +plaquerions +plaquerons +plaqueront +plaques +plaquette +plaquettes +plaquez +plaqu +plaque +plaques +plaqus +plaqurent +plaquiez +plaquions +plaquons +plasma +plasmatique +plasmatiques +plastic explosif +plasticage +plasticages +plasticit +plasticits +plastifia +plastifiai +plastifiaient +plastifiais +plastifiait +plastifiant +plastifias +plastifiasse +plastifiassent +plastifiasses +plastifiassiez +plastifiassions +plastifimes +plastifit +plastifites +plastifie +plastifient +plastifier +plastifiera +plastifierai +plastifieraient +plastifierais +plastifierait +plastifieras +plastifierez +plastifieriez +plastifierions +plastifierons +plastifieront +plastifies +plastifiez +plastifi +plastifie +plastifies +plastifis +plastifirent +plastifiiez +plastifiions +plastifions +plastiqua +plastiquage +plastiquages +plastiquai +plastiquaient +plastiquais +plastiquait +plastiquant +plastiquas +plastiquasse +plastiquassent +plastiquasses +plastiquassiez +plastiquassions +plastiqumes +plastiqut +plastiqutes +plastique +plastiquent +plastiquer +plastiquera +plastiquerai +plastiqueraient +plastiquerais +plastiquerait +plastiqueras +plastiquerez +plastiqueriez +plastiquerions +plastiquerons +plastiqueront +plastiques +plastiqueur +plastiqueurs +plastiquez +plastiqu +plastique +plastiques +plastiqus +plastiqurent +plastiquiez +plastiquions +plastiquons +plastron +plastronna +plastronnai +plastronnaient +plastronnais +plastronnait +plastronnant +plastronnas +plastronnasse +plastronnassent +plastronnasses +plastronnassiez +plastronnassions +plastronnmes +plastronnt +plastronntes +plastronne +plastronnent +plastronner +plastronnera +plastronnerai +plastronneraient +plastronnerais +plastronnerait +plastronneras +plastronnerez +plastronneriez +plastronnerions +plastronnerons +plastronneront +plastronnes +plastronnez +plastronn +plastronne +plastronnes +plastronns +plastronnrent +plastronniez +plastronnions +plastronnons +plastrons +plat +platane +platanes +plate +plateau +plateaux +platement +plates +plate +plates +platina +platinai +platinaient +platinais +platinait +platinant +platinas +platinasse +platinassent +platinasses +platinassiez +platinassions +platinmes +platint +platintes +platine +platinent +platiner +platinera +platinerai +platineraient +platinerais +platinerait +platineras +platinerez +platineriez +platinerions +platinerons +platineront +platines +platinez +platin +platine +platines +platins +platinrent +platiniez +platinions +platinons +platitude +platitudes +platon +platonique +platoniques +platonisme +plats +plausible +plausibles +play +pltra +pltrage +pltrages +pltrai +pltraient +pltrais +pltrait +pltrant +pltras +pltrasse +pltrassent +pltrasses +pltrassiez +pltrassions +pltrmes +pltrt +pltrtes +pltre +pltrent +pltrer +pltrera +pltrerai +pltreraient +pltrerais +pltrerait +pltreras +pltrerez +pltreriez +pltrerions +pltrerons +pltreront +pltres +pltreuse +pltreuses +pltreux +pltrez +pltr +pltre +pltres +pltrs +pltrrent +pltrier +pltriers +pltriez +pltrire +pltrires +pltrions +pltrons +plein +pleine +pleinement +pleines +pleins +pleur +pleura +pleurai +pleuraient +pleurais +pleurait +pleural +pleurale +pleurales +pleurant +pleurard +pleurarde +pleurardes +pleurards +pleuras +pleurasse +pleurassent +pleurasses +pleurassiez +pleurassions +pleuraux +pleurmes +pleurt +pleurtes +pleure +pleurent +pleurer +pleurera +pleurerai +pleureraient +pleurerais +pleurerait +pleureras +pleurerez +pleureriez +pleurerions +pleurerons +pleureront +pleures +pleureur +pleureurs +pleureuse +pleureuses +pleurez +pleur +pleure +pleures +pleurs +pleursie +pleurtique +pleurtiques +pleurrent +pleuriez +pleurions +pleurite +pleurnicha +pleurnichai +pleurnichaient +pleurnichais +pleurnichait +pleurnichant +pleurnichard +pleurnichards +pleurnichas +pleurnichasse +pleurnichassent +pleurnichasses +pleurnichassiez +pleurnichassions +pleurnichmes +pleurnicht +pleurnichtes +pleurniche +pleurnichent +pleurnicher +pleurnichera +pleurnicherai +pleurnicheraient +pleurnicherais +pleurnicherait +pleurnicheras +pleurnicherez +pleurnicherie +pleurnicheries +pleurnicheriez +pleurnicherions +pleurnicherons +pleurnicheront +pleurniches +pleurnicheur +pleurnicheurs +pleurnicheuse +pleurnicheuses +pleurnichez +pleurnich +pleurniche +pleurniches +pleurnichs +pleurnichrent +pleurnichiez +pleurnichions +pleurnichons +pleurons +pleurs +pleut +pleutre +pleutrerie +pleutreries +pleutres +pleuvait +pleuvant +pleuve +pleuvoir +pleuvra +pleuvrait +plexus +plbien +plbienne +plbiennes +plbiens +plbiscita +plbiscitai +plbiscitaient +plbiscitaire +plbiscitaires +plbiscitais +plbiscitait +plbiscitant +plbiscitas +plbiscitasse +plbiscitassent +plbiscitasses +plbiscitassez +plbiscitassiez +plbiscitassions +plbiscitmes +plbiscitt +plbiscittes +plbiscite +plbiscitent +plbisciter +plbiscitera +plbisciterai +plbisciteraient +plbisciterais +plbisciterait +plbisciteras +plbisciterez +plbisciteriez +plbisciterions +plbisciterons +plbisciteront +plbiscites +plbiscitez +plbiscit +plbiscite +plbiscites +plbiscits +plbiscitrent +plbiscitiez +plbiscitions +plbiscitons +plnier +plniers +plnire +plnires +plnipotentiaire +plnipotentiaires +plnitude +plnitudes +plonasme +plonasmes +plonastique +plonastiques +plsiosaure +plsiosaures +plthore +plthores +plthorique +plthoriques +plbe +plbes +plvre +plvres +pli +plia +pliable +pliables +pliage +pliages +pliai +pliaient +pliais +pliait +pliant +pliante +pliantes +pliants +plias +pliasse +pliassent +pliasses +pliassiez +pliassions +plimes +plit +plites +plie +plient +plier +pliera +plierai +plieraient +plierais +plierait +plieras +plierez +plieriez +plierions +plierons +plieront +plies +pliez +pli +plie +plies +plis +plirent +pliiez +pliions +plinthe +plinthes +plions +plis +plissa +plissage +plissages +plissai +plissaient +plissais +plissait +plissant +plissas +plissasse +plissassent +plissasses +plissassiez +plissassions +plissmes +plisst +plisstes +plisse +plissement +plissements +plissent +plisser +plissera +plisserai +plisseraient +plisserais +plisserait +plisseras +plisserez +plisseriez +plisserions +plisserons +plisseront +plisses +plissez +pliss +plisse +plisses +plisss +plissrent +plissiez +plissions +plissons +pliure +pliures +ploie +ploiement +ploiements +ploient +ploiera +ploierai +ploieraient +ploierais +ploierait +ploieras +ploierez +ploieriez +ploierions +ploierons +ploieront +ploies +plomb +plomba +plombage +plombages +plombagine +plombagines +plombai +plombaient +plombais +plombait +plombant +plombas +plombasse +plombassent +plombasses +plombassiez +plombassions +plombmes +plombt +plombtes +plombe +plombent +plomber +plombera +plomberai +plomberaient +plomberais +plomberait +plomberas +plomberez +plomberie +plomberies +plomberiez +plomberions +plomberons +plomberont +plombes +plombez +plomb +plombe +plombes +plombs +plombrent +plombier +plombiers +plombiez +plombires +plombions +plombons +plombs +plonge +plongea +plongeai +plongeaient +plongeais +plongeait +plongeant +plongeante +plongeantes +plongeants +plongeas +plongeasse +plongeassent +plongeasses +plongeassiez +plongeassions +plongemes +plonget +plongetes +plongent +plongeoir +plongeoirs +plongeon +plongeons +plonger +plongera +plongerai +plongeraient +plongerais +plongerait +plongeras +plongerez +plongeriez +plongerions +plongerons +plongeront +plonges +plongeur +plongeurs +plongeuse +plongeuses +plongez +plong +plonge +plonges +plongs +plongrent +plongiez +plongions +plot +plots +plouc +ploucs +ploutocrate +ploutocrates +ploutocratie +ploya +ployable +ployables +ployai +ployaient +ployais +ployait +ployant +ployas +ployasse +ployassent +ployasses +ployassiez +ployassions +ploymes +ployt +ploytes +ployer +ployez +ploy +ploye +ployes +ploys +ployrent +ployiez +ployions +ployons +plu +plue +plues +pluie +pluies +plumage +plumages +plumai +plumaient +plumais +plumait +plumant +plumard +plumas +plumasse +plumassent +plumasses +plumassiez +plumassions +plummes +plumt +plumtes +plume +plumeau +plumeaux +plument +plumer +plumera +plumerai +plumeraient +plumerais +plumerait +plumeras +plumerez +plumeriez +plumerions +plumerons +plumeront +plumes +plumet +plumets +plumez +plum +plume +plumes +plums +plumrent +plumier +plumiers +plumiez +plumions +plumitif +plumitifs +plumons +plupart +plural +plurale +plurales +pluralisme +pluralit +pluralits +pluraux +plurent +pluriel +plurielle +plurielles +pluriels +plus +plusieurs +plussent +plut +plutonium +plutt +pluvial +pluviale +pluviales +pluviaux +pluvier +pluviers +pluvieuse +pluvieuses +pluvieux +pluviomtre +pluviomtres +pluviosit +pluviosits +pluvise +plt +pneu +pneumatique +pneumatiques +pneumocoque +pneumonie +pneumonies +pneumothorax +pneus +pocha +pochade +pochades +pochai +pochaient +pochais +pochait +pochant +pochas +pochasse +pochassent +pochasses +pochassiez +pochassions +pochmes +pocht +pochtes +poche +pochent +pocher +pochera +pocherai +pocheraient +pocherais +pocherait +pocheras +pocherez +pocheriez +pocherions +pocherons +pocheront +poches +pochette +pochettes +pochez +poch +poche +poches +pochs +pochrent +pochiez +pochions +pochoir +pochoirs +pochons +podagre +podagres +podium +podiums +posie +posies +potesse +potesses +potique +potiquement +potiques +potisa +potisai +potisaient +potisais +potisait +potisant +potisas +potisasse +potisassent +potisasses +potisassiez +potisassions +potismes +potist +potistes +potise +potisent +potiser +potisera +potiserai +potiseraient +potiserais +potiserait +potiseras +potiserez +potiseriez +potiserions +potiserons +potiseront +potises +potisez +potis +potise +potises +potiss +potisrent +potisiez +potisions +potisons +pome +pomes +pote +potes +pole +poles +pol +pole +poles +pols +polon +polons +pogrom +poids +poignait +poignant +poignante +poignantes +poignants +poignard +poignarda +poignardai +poignardaient +poignardais +poignardait +poignardant +poignardas +poignardasse +poignardassent +poignardasses +poignardassiez +poignardassions +poignardmes +poignardt +poignardtes +poignarde +poignardent +poignarder +poignardera +poignarderai +poignarderaient +poignarderais +poignarderait +poignarderas +poignarderez +poignarderiez +poignarderions +poignarderons +poignarderont +poignardes +poignardez +poignard +poignarde +poignardes +poignards +poignardrent +poignardiez +poignardions +poignardons +poignards +poigne +poignes +poignet +poignets +poigne +poignes +poignit +poignt +poil +poils +poilu +poilue +poilues +poilus +poinon +poinonna +poinonnage +poinonnages +poinonnai +poinonnaient +poinonnais +poinonnait +poinonnant +poinonnas +poinonnasse +poinonnassent +poinonnasses +poinonnassiez +poinonnassions +poinonnmes +poinonnt +poinonntes +poinonne +poinonnement +poinonnements +poinonnent +poinonner +poinonnera +poinonnerai +poinonneraient +poinonnerais +poinonnerait +poinonneras +poinonnerez +poinonneriez +poinonnerions +poinonnerons +poinonneront +poinonnes +poinonnez +poinonn +poinonne +poinonnes +poinonns +poinonnrent +poinonniez +poinonnions +poinonnons +poinons +poindra +poindrait +poindre +poing +poings +point +pointa +pointage +pointages +pointai +pointaient +pointais +pointait +pointant +pointas +pointasse +pointassent +pointasses +pointassiez +pointassions +pointmes +pointt +pointtes +pointe +pointeau +pointeaux +pointent +pointer +pointera +pointerai +pointeraient +pointerais +pointerait +pointeras +pointerez +pointeriez +pointerions +pointerons +pointeront +pointers +pointes +pointeur +pointeurs +pointez +point +pointe +pointes +points +pointrent +pointiez +pointilla +pointillai +pointillaient +pointillais +pointillait +pointillas +pointillasse +pointillassent +pointillasses +pointillassiez +pointillassions +pointillmes +pointillt +pointilltes +pointille +pointillent +pointiller +pointillera +pointillerai +pointilleraient +pointillerais +pointillerait +pointilleras +pointillerez +pointilleriez +pointillerions +pointillerons +pointilleront +pointilles +pointilleur +pointilleurs +pointilleuse +pointilleuses +pointilleux +pointillez +pointill +pointille +pointilles +pointills +pointillrent +pointilliez +pointillions +pointillons +pointions +pointons +points +pointu +pointue +pointues +pointure +pointures +pointus +poire +poireau +poireaux +poires +poir +poirier +poiriers +pois +poison +poisons +poissa +poissai +poissaient +poissais +poissait +poissant +poissarde +poissardes +poissas +poissasse +poissassent +poissasses +poissassiez +poissassions +poissmes +poisst +poisstes +poisse +poissent +poisser +poissera +poisserai +poisseraient +poisserais +poisserait +poisseras +poisserez +poisseriez +poisserions +poisserons +poisseront +poisses +poisseuse +poisseuses +poisseux +poissez +poiss +poisse +poisses +poisss +poissrent +poissiez +poissions +poisson +poissonnerie +poissonneries +poissonneuse +poissonneuses +poissonneux +poissonnier +poissonniers +poissonnire +poissonnires +poissons +poitiers +poitou +poitrail +poitrails +poitrinaire +poitrinaires +poitrine +poitrines +poivra +poivrade +poivrai +poivraient +poivrais +poivrait +poivrant +poivras +poivrasse +poivrassent +poivrasses +poivrassiez +poivrassions +poivrmes +poivrt +poivrtes +poivre +poivrent +poivrer +poivrera +poivrerai +poivreraient +poivrerais +poivrerait +poivreras +poivrerez +poivreriez +poivrerions +poivrerons +poivreront +poivres +poivrez +poivr +poivre +poivres +poivrs +poivrrent +poivrier +poivriers +poivriez +poivrire +poivrires +poivrions +poivron +poivrons +poivrot +poivrots +poix +poker +polaire +polaires +polarisa +polarisai +polarisaient +polarisais +polarisait +polarisant +polarisas +polarisasse +polarisassent +polarisasses +polarisassiez +polarisassions +polarisation +polarisations +polarismes +polarist +polaristes +polarise +polarisent +polariser +polarisera +polariserai +polariseraient +polariserais +polariserait +polariseras +polariserez +polariseriez +polariserions +polariserons +polariseront +polarises +polarisez +polaris +polarise +polarises +polariss +polarisrent +polarisiez +polarisions +polarisons +polarit +polarits +polder +polders +polmique +polmiques +polmiste +polmistes +poli +police +polices +polichinelle +polichinelles +policier +policiers +policire +policires +polie +polies +poliment +poliomylite +polir +polira +polirai +poliraient +polirais +polirait +poliras +polirent +polirez +poliriez +polirions +polirons +poliront +polis +polissage +polissages +polissaient +polissais +polissait +polissant +polisse +polissent +polisses +polisseur +polisseurs +polisseuse +polisseuses +polissez +polissiez +polissions +polissoir +polissoirs +polisson +polissonne +polissonnerie +polissonneries +polissonnes +polissons +polissont +polissure +polissures +polit +politesse +politesses +politicien +politicienne +politiciennes +politiciens +politique +politiquement +politiques +politisa +politisai +politisaient +politisais +politisait +politisant +politisas +politisasse +politisassent +politisasses +politisassiez +politisassions +politisation +politisations +politismes +politist +politistes +politise +politisent +politiser +politisera +politiserai +politiseraient +politiserais +politiserait +politiseras +politiserez +politiseriez +politiserions +politiserons +politiseront +politises +politisez +politis +politise +politises +politiss +politisrent +politisiez +politisions +politisons +polmes +polt +poltes +polka +polkas +pollen +pollens +pollinisation +pollinisations +pollua +polluai +polluaient +polluais +polluait +polluant +polluants +polluas +polluasse +polluassent +polluasses +polluassiez +polluassions +pollumes +pollut +pollutes +pollue +polluent +polluer +polluera +polluerai +pollueraient +polluerais +polluerait +pollueras +polluerez +pollueriez +polluerions +polluerons +pollueront +pollues +pollueur +pollueurs +pollueuse +pollueuses +polluez +pollu +pollue +pollues +pollus +pollurent +polluiez +polluions +polluons +pollution +pollutions +polo +pologne +polonais +polonaise +polonaises +poltron +poltronne +poltronnerie +poltronneries +poltronnes +poltrons +polychrome +polychromes +polyclinique +polycliniques +polycopia +polycopiai +polycopiaient +polycopiais +polycopiait +polycopiant +polycopias +polycopiasse +polycopiassent +polycopiasses +polycopiassiez +polycopiassions +polycopiassons +polycopiassont +polycopimes +polycopit +polycopites +polycopie +polycopient +polycopier +polycopiera +polycopierai +polycopieraient +polycopierais +polycopierait +polycopieras +polycopierez +polycopieriez +polycopierions +polycopierons +polycopieront +polycopies +polycopiez +polycopi +polycopie +polycopies +polycopis +polycopirent +polycopiiez +polycopiions +polycopions +polyculture +polydrique +polydriques +polythylne +polydre +polydres +polygame +polygames +polygamie +polyglotte +polyglottes +polygonal +polygonale +polygonales +polygonals +polygone +polygones +polygraphe +polygraphes +polymrisation +polymrisations +polymre +polymres +polymorphe +polymorphes +polynme +polynmes +polype +polypes +polyphas +polyphase +polyphases +polyphass +polyphonie +polyphonies +polypier +polypiers +polysyllabe +polysyllabes +polysyllabique +polysyllabiques +polytechnicien +polytechnicienne +polytechniciennes +polytechniciens +polytechnique +polytechniques +polythisme +polythiste +polythistes +polyvalent +polyvalente +polyvalentes +polyvalents +pomma +pommada +pommadai +pommadaient +pommadais +pommadait +pommadant +pommadas +pommadasse +pommadassent +pommadasses +pommadassiez +pommadassions +pommadmes +pommadt +pommadtes +pommade +pommadent +pommader +pommadera +pommaderai +pommaderaient +pommaderais +pommaderait +pommaderas +pommaderez +pommaderiez +pommaderions +pommaderons +pommaderont +pommades +pommadez +pommad +pommade +pommades +pommads +pommadrent +pommadiez +pommadions +pommadons +pommaient +pommait +pommant +pommasse +pommassent +pommt +pomme +pommeau +pommeaux +pommela +pommelait +pommelant +pommelt +pommeler +pommel +pommele +pommeles +pommels +pommelle +pommellera +pommellerait +pomment +pommer +pommera +pommeraient +pommerait +pommeront +pommes +pommette +pommettes +pomm +pomme +pommes +pomms +pommrent +pommier +pommiers +pomologie +pompa +pompadour +pompage +pompages +pompai +pompaient +pompais +pompait +pompant +pompas +pompasse +pompassent +pompasses +pompassiez +pompassions +pompmes +pompt +pomptes +pompe +pompent +pomper +pompera +pomperai +pomperaient +pomperais +pomperait +pomperas +pomperez +pomperiez +pomperions +pomperons +pomperont +pompes +pompeuse +pompeusement +pompeuses +pompeux +pompez +pomp +pompe +pompes +pomps +pomprent +pompier +pompiers +pompiez +pompions +pompiste +pompistes +pompon +pomponna +pomponnai +pomponnaient +pomponnais +pomponnait +pomponnant +pomponnass +pomponnassse +pomponnasssent +pomponnassses +pomponnasssiez +pomponnasssions +pomponnmes +pomponnt +pomponntes +pomponne +pomponnent +pomponner +pomponnera +pomponnerai +pomponneraient +pomponnerais +pomponnerait +pomponneras +pomponnerez +pomponneriez +pomponnerions +pomponnerons +pomponneront +pomponnes +pomponnez +pomponn +pomponne +pomponnes +pomponns +pomponnrent +pomponniez +pomponnions +pomponnons +pompons +ponant +ponce +ponceau +ponceaux +poncent +poncer +poncera +poncerai +ponceraient +poncerais +poncerait +ponceras +poncerez +ponceriez +poncerions +poncerons +ponceront +ponces +ponceuse +ponceuses +poncez +ponc +ponce +ponces +poncs +poncrent +poncho +ponchos +ponciez +poncif +poncifs +poncions +ponction +ponctions +ponctua +ponctuai +ponctuaient +ponctuais +ponctuait +ponctualit +ponctualits +ponctuant +ponctuas +ponctuasse +ponctuassent +ponctuasses +ponctuassiez +ponctuassions +ponctuation +ponctuations +ponctumes +ponctut +ponctutes +ponctue +ponctuel +ponctuelle +ponctuellement +ponctuelles +ponctuels +ponctuent +ponctuer +ponctuera +ponctuerai +ponctueraient +ponctuerais +ponctuerait +ponctueras +ponctuerez +ponctueriez +ponctuerions +ponctuerons +ponctueront +ponctues +ponctuez +ponctu +ponctue +ponctues +ponctus +poncturent +ponctuiez +ponctuions +ponctuons +pona +ponage +ponages +ponai +ponaient +ponais +ponait +ponant +ponas +ponasse +ponassent +ponasses +ponassiez +ponassions +ponmes +pont +pontes +ponons +pond +pondaient +pondais +pondaison +pondaisons +pondait +pondant +ponde +pondent +pondes +pondez +pondra +pondrable +pondrables +pondrai +pondraient +pondrais +pondrait +pondrant +pondras +pondrasse +pondrassent +pondrasses +pondrassiez +pondrassions +pondration +pondrations +pondrmes +pondrt +pondrtes +pondrer +pondrera +pondrerai +pondreraient +pondrerais +pondrerait +pondreras +pondrerez +pondreriez +pondrerions +pondrerons +pondreront +pondres +pondreuse +pondreuses +pondreux +pondr +pondre +pondres +pondrs +pondrrent +pondriez +pondrions +pondrons +pondre +pondrent +pondres +pondiez +pondions +pondirent +pondis +pondisse +pondissent +pondisses +pondissiez +pondissions +pondit +pondmes +pondt +pondtes +pondoir +pondoirs +pondons +pondra +pondrai +pondraient +pondrais +pondrait +pondras +pondre +pondrez +pondriez +pondrions +pondrons +pondront +ponds +pondu +pondue +pondues +pondus +poney +poneys +pong +pong +pont +ponte +pontes +pontet +pontets +pont +ponte +pontes +ponts +pontife +pontifes +pontifia +pontifiai +pontifiaient +pontifiais +pontifiait +pontifiant +pontifias +pontifiasse +pontifiassent +pontifiasses +pontifiassiez +pontifiassions +pontifimes +pontifit +pontifites +pontifical +pontificale +pontificales +pontificat +pontificats +pontificaux +pontifie +pontifient +pontifier +pontifiera +pontifierai +pontifieraient +pontifierais +pontifierait +pontifieras +pontifierez +pontifieriez +pontifierions +pontifierons +pontifieront +pontifies +pontifiez +pontifi +pontifie +pontifies +pontifis +pontifirent +pontifiiez +pontifiions +pontifions +ponton +pontonnier +pontonniers +pontons +ponts +pool +pools +pop +pope +popeline +popes +popote +popotes +populace +populacier +populaciers +populacire +populacires +populaire +populairement +populaires +popularisa +popularisai +popularisaient +popularisais +popularisait +popularisant +popularisas +popularisasse +popularisassent +popularisasses +popularisassiez +popularisassions +popularismes +popularist +popularistes +popularise +popularisent +populariser +popularisera +populariserai +populariseraient +populariserais +populariserait +populariseras +populariserez +populariseriez +populariserions +populariserons +populariseront +popularises +popularisez +popularis +popularise +popularises +populariss +popularisrent +popularisiez +popularisions +popularisons +popularit +popularits +population +populations +populeuse +populeuses +populeux +porc +porcelaine +porcelaines +porcelainier +porcelainiers +porcelainire +porcelainires +porcelet +porcelets +porche +porcher +porcherie +porcheries +porchers +porches +porchre +porchres +porcin +porcine +porcines +porcins +porcs +pore +pores +poreuse +poreuses +poreux +porion +porions +pornographie +pornographique +pornographiques +porosit +porosits +porphyre +porridge +port +porta +portabilit +portabilits +portable +portables +portage +portages +portai +portaient +portail +portails +portais +portait +portale +portance +portant +portante +portantes +portants +portas +portasse +portassent +portasses +portassiez +portassions +portatif +portatifs +portative +portatives +portmes +portt +porttes +porte +portefaix +portefeuille +portefeuilles +portemanteau +portemanteaux +portent +porter +portera +porterai +porteraient +porterais +porterait +porteras +porterez +porteriez +porterions +porterons +porteront +portes +porteur +porteurs +porteuse +porteuses +portez +port +porte +portes +ports +portrent +portier +portiers +portiez +portire +portires +portillon +portillons +portion +portions +portique +portiques +porto +portons +portrait +portraitiste +portraitistes +portraits +ports +portuaire +portuaires +portugais +portugaise +portugaises +portugal +portulan +posa +posai +posaient +posais +posait +posant +posas +posasse +posassent +posasses +posassiez +posassions +posmes +post +postes +pose +posent +poser +posera +poserai +poseraient +poserais +poserait +poseras +poserez +poseriez +poserions +poserons +poseront +poses +poseur +poseurs +poseuse +poseuses +posez +pos +pose +poses +posment +poss +posrent +posiez +posions +positif +positifs +position +positions +positive +positivement +positives +positivisme +positiviste +positivistes +positon +positons +posologie +posons +possesseur +possesseurs +possessif +possessifs +possession +possessions +possessive +possessives +possda +possdai +possdaient +possdais +possdait +possdant +possdants +possdas +possdasse +possdassent +possdasses +possdassiez +possdassions +possdmes +possdt +possdtes +possder +possdera +possderai +possderaient +possderais +possderait +possderas +possderez +possderiez +possderions +possderons +possderont +possdez +possd +possde +possdes +possds +possdrent +possdiez +possdions +possdons +possde +possdent +possdes +possibilit +possibilits +possible +possiblement +possibles +posta +postai +postaient +postais +postait +postal +postale +postales +postant +postas +postasse +postassent +postasses +postassiez +postassions +postaux +postmes +postt +posttes +postdata +postdatai +postdataient +postdatais +postdatait +postdatant +postdatas +postdatasse +postdatassent +postdatasses +postdatassiez +postdatassions +postdatmes +postdatt +postdattes +postdate +postdatent +postdater +postdatera +postdaterai +postdateraient +postdaterais +postdaterait +postdateras +postdaterez +postdateriez +postdaterions +postdaterons +postdateront +postdates +postdatez +postdat +postdate +postdates +postdats +postdatrent +postdatiez +postdations +postdatons +poste +postent +poster +postera +posterai +posteraient +posterais +posterait +posteras +posterez +posteriez +posterions +posteriori +posterons +posteront +postes +postez +post +poste +postes +postrieur +postrieure +postrieurement +postrieures +postrieurs +postriorit +postriorits +postrit +posts +postrent +postfixes +posthume +posthumes +postiche +postiches +postier +postiers +postiez +postire +postires +postillon +postillonna +postillonnai +postillonnaient +postillonnais +postillonnait +postillonnant +postillonnas +postillonnasse +postillonnassent +postillonnasses +postillonnassiez +postillonnassions +postillonnmes +postillonnt +postillonntes +postillonne +postillonnent +postillonner +postillonnera +postillonnerai +postillonneraient +postillonnerais +postillonnerait +postillonneras +postillonnerez +postillonneriez +postillonnerions +postillonnerons +postillonneront +postillonnes +postillonnez +postillonn +postillonne +postillonnes +postillonns +postillonnrent +postillonniez +postillonnions +postillonnons +postillons +postions +postons +postula +postulai +postulaient +postulais +postulait +postulant +postulante +postulantes +postulants +postulas +postulasse +postulassent +postulasses +postulassiez +postulassions +postulat +postulats +postulmes +postult +postultes +postule +postulent +postuler +postulera +postulerai +postuleraient +postulerais +postulerait +postuleras +postulerez +postuleriez +postulerions +postulerons +postuleront +postules +postulez +postul +postule +postules +postuls +postulrent +postuliez +postulions +postulons +posture +postures +pot +potable +potables +potache +potaches +potage +potager +potagers +potages +potasse +potassique +potassiques +potassium +poteau +poteaux +potel +potele +poteles +potels +potence +potences +potentat +potentats +potentiel +potentielle +potentielles +potentiels +potentiomtre +potentiomtres +poterie +poteries +poterne +poternes +pote +potes +potiche +potiches +potier +potiers +potin +potina +potinai +potinaient +potinais +potinait +potinant +potinas +potinasse +potinassent +potinasses +potinassiez +potinassions +potinmes +potint +potintes +potine +potinent +potiner +potinera +potinerai +potineraient +potinerais +potinerait +potineras +potinerez +potineriez +potinerions +potinerons +potineront +potines +potinez +potin +potine +potines +potins +potinrent +potinier +potiniers +potiniez +potinire +potinires +potinions +potinons +potins +potion +potions +potiron +potirons +pots +pou +pouah +poubelle +poubelles +pouce +pouces +pouding +poudings +poudingue +poudingues +poudra +poudrage +poudrages +poudrai +poudraient +poudrais +poudrait +poudrant +poudras +poudrasse +poudrassent +poudrasses +poudrassiez +poudrassions +poudrmes +poudrt +poudrtes +poudre +poudrent +poudrer +poudrera +poudrerai +poudreraient +poudrerais +poudrerait +poudrerant +poudreras +poudrerez +poudrerie +poudreries +poudreriez +poudrerions +poudrerons +poudreront +poudres +poudreuse +poudreuses +poudreux +poudrez +poudr +poudre +poudres +poudrs +poudrrent +poudrier +poudriers +poudriez +poudrire +poudrires +poudrions +poudroie +poudroiement +poudroiements +poudroient +poudroiera +poudroierai +poudroieraient +poudroierais +poudroierait +poudroieras +poudroierez +poudroieriez +poudroierions +poudroierons +poudroieront +poudroies +poudrons +poudroya +poudroyai +poudroyaient +poudroyais +poudroyait +poudroyas +poudroyasse +poudroyassent +poudroyasses +poudroyassiez +poudroyassions +poudroymes +poudroyt +poudroytes +poudroyer +poudroyez +poudroy +poudroye +poudroyes +poudroys +poudroyrent +poudroyiez +poudroyions +poudroyons +pouf +pouffa +pouffai +pouffaient +pouffais +pouffait +pouffant +pouffas +pouffasse +pouffassent +pouffasses +pouffassiez +pouffassions +pouffmes +poufft +poufftes +pouffe +pouffent +pouffer +pouffera +poufferai +poufferaient +poufferais +poufferait +poufferas +poufferez +poufferiez +poufferions +poufferons +poufferont +pouffes +pouffez +pouff +pouffe +pouffes +pouffs +pouffrent +pouffiez +pouffions +pouffons +pouillerie +pouilleries +pouilleuse +pouilleuses +pouilleux +poulailler +poulaillers +poulain +poulaine +poulaines +poulains +poularde +poulardes +poule +poules +poulet +poulets +poulette +poulettes +pouliche +pouliches +poulie +poulies +poulinire +poulinires +poulpe +poulpes +pouls +poumon +poumons +poupard +pouparde +poupardes +poupards +poupe +poupes +poupe +poupes +poupin +poupine +poupines +poupins +poupon +pouponna +pouponnai +pouponnaient +pouponnais +pouponnait +pouponnant +pouponnas +pouponnasse +pouponnassent +pouponnasses +pouponnassiez +pouponnassions +pouponnmes +pouponnt +pouponntes +pouponne +pouponnent +pouponner +pouponnera +pouponnerai +pouponneraient +pouponnerais +pouponnerait +pouponneras +pouponnerez +pouponneriez +pouponnerions +pouponnerons +pouponneront +pouponnes +pouponnez +pouponn +pouponne +pouponnes +pouponns +pouponnrent +pouponniez +pouponnire +pouponnires +pouponnions +pouponnons +poupons +pour +pourboire +pourboires +pourceau +pourceaux +pourcent deux mots +pourcentage +pourcentages +pourchassa +pourchassai +pourchassaient +pourchassais +pourchassait +pourchassant +pourchassas +pourchassasse +pourchassassent +pourchassasses +pourchassassiez +pourchassassions +pourchassassont +pourchassmes +pourchasst +pourchasstes +pourchasse +pourchassent +pourchasser +pourchassera +pourchasserai +pourchasseraient +pourchasserais +pourchasserait +pourchasseras +pourchasserez +pourchasseriez +pourchasserions +pourchasserons +pourchasseront +pourchasses +pourchassez +pourchass +pourchasse +pourchasses +pourchasss +pourchassrent +pourchassiez +pourchassions +pourchassons +pourfend +pourfendaient +pourfendais +pourfendait +pourfendant +pourfende +pourfendent +pourfendes +pourfendeur +pourfendeurs +pourfendez +pourfendiez +pourfendions +pourfendirent +pourfendis +pourfendisse +pourfendissent +pourfendisses +pourfendissiez +pourfendissions +pourfendit +pourfendmes +pourfendt +pourfendtes +pourfendons +pourfendra +pourfendrai +pourfendraient +pourfendrais +pourfendrait +pourfendras +pourfendre +pourfendrez +pourfendriez +pourfendrions +pourfendrons +pourfendront +pourfends +pourfendu +pourfendue +pourfendues +pourfendus +pourlcha +pourlchai +pourlchaient +pourlchais +pourlchait +pourlchant +pourlchas +pourlchasse +pourlchassent +pourlchasses +pourlchassiez +pourlchassions +pourlchmes +pourlcht +pourlchtes +pourlcher +pourlchera +pourlcherai +pourlcheraient +pourlcherais +pourlcherait +pourlcheras +pourlcherez +pourlcheriez +pourlcherions +pourlcherons +pourlcheront +pourlchez +pourlch +pourlche +pourlches +pourlchs +pourlchrent +pourlchiez +pourlchions +pourlchons +pourlche +pourlchent +pourlches +pourparlers +pourpoint +pourpoints +pourpre +pourpres +pourpr +pourpre +pourpres +pourprs +pourquoi +pourra +pourrai +pourraient +pourrais +pourrait +pourras +pourrez +pourri +pourrie +pourries +pourriez +pourrions +pourrir +pourrira +pourrirai +pourriraient +pourrirais +pourrirait +pourriras +pourrirent +pourrirez +pourririez +pourririons +pourrirons +pourriront +pourris +pourrissaient +pourrissais +pourrissait +pourrissant +pourrisse +pourrissent +pourrisses +pourrissez +pourrissiez +pourrissions +pourrissons +pourrit +pourriture +pourritures +pourrmes +pourrt +pourrtes +pourrons +pourront +poursuis +poursuit +poursuite +poursuites +poursuivaient +poursuivais +poursuivait +poursuivant +poursuive +poursuivent +poursuives +poursuivez +poursuivi +poursuivie +poursuivies +poursuiviez +poursuivions +poursuivirent +poursuivis +poursuivisse +poursuivissent +poursuivisses +poursuivissiez +poursuivissions +poursuivit +poursuivmes +poursuivt +poursuivtes +poursuivons +poursuivra +poursuivrai +poursuivraient +poursuivrais +poursuivrait +poursuivras +poursuivre +poursuivrez +poursuivriez +poursuivrions +poursuivrons +poursuivront +pourtant +pourtour +pourtours +pourvoi +pourvoie +pourvoient +pourvoies +pourvoir +pourvoira +pourvoirai +pourvoiraient +pourvoirais +pourvoirait +pourvoiras +pourvoirez +pourvoiriez +pourvoirions +pourvoirons +pourvoiront +pourvois +pourvoit +pourvoyaient +pourvoyais +pourvoyait +pourvoyant +pourvoyeur +pourvoyeurs +pourvoyeuse +pourvoyeuses +pourvoyez +pourvoyiez +pourvoyions +pourvoyons +pourvu +pourvue +pourvues +pourvurent +pourvus +pourvusse +pourvussent +pourvusses +pourvussiez +pourvussions +pourvut +pourvmes +pourvt +pourvtes +poussa +poussai +poussaient +poussais +poussait +poussant +poussas +poussasse +poussassent +poussasses +poussassiez +poussassions +poussmes +pousst +pousstes +pousse +poussent +pousser +poussera +pousserai +pousseraient +pousserais +pousserait +pousseras +pousserez +pousseriez +pousserions +pousserons +pousseront +pousses +poussette +poussettes +poussez +pouss +pousse +pousses +pousss +poussrent +poussier +poussiers +poussiez +poussireuse +poussireuses +poussireux +poussire +poussires +poussif +poussifs +poussin +poussins +poussions +poussive +poussives +poussoir +poussoirs +poussons +poutre +poutrelle +poutrelles +poutres +pouvaient +pouvais +pouvait +pouvant +pouvent +pouvez +pouviez +pouvions +pouvoir +pouvoirs +pouvons +poux +ple +ples +praesidium +pragmatique +pragmatiques +pragmatisme +praire +praires +prairial +prairie +prairies +pralina +pralinai +pralinaient +pralinais +pralinait +pralinant +pralinas +pralinasse +pralinassent +pralinasses +pralinassiez +pralinassions +pralinmes +pralint +pralintes +praline +pralinent +praliner +pralinera +pralinerai +pralineraient +pralinerais +pralinerait +pralineras +pralinerez +pralineriez +pralinerions +pralinerons +pralineront +pralines +pralinez +pralin +praline +pralines +pralins +pralinrent +praliniez +pralinions +pralinons +praticable +praticables +praticien +praticienne +praticiennes +praticiens +pratiqua +pratiquai +pratiquaient +pratiquais +pratiquait +pratiquant +pratiquante +pratiquantes +pratiquants +pratiquas +pratiquasse +pratiquassent +pratiquasses +pratiquassiez +pratiquassions +pratiqumes +pratiqut +pratiqutes +pratique +pratiquement +pratiquent +pratiquer +pratiquera +pratiquerai +pratiqueraient +pratiquerais +pratiquerait +pratiqueras +pratiquerez +pratiqueriez +pratiquerions +pratiquerons +pratiqueront +pratiques +pratiquez +pratiqu +pratique +pratiques +pratiqus +pratiqurent +pratiquiez +pratiquions +pratiquons +premier +premiers +premire +premirement +premires +prenaient +prenais +prenait +prenant +prenante +prend +prendra +prendrai +prendraient +prendrais +prendrait +prendras +prendre +prendrez +prendriez +prendrions +prendrons +prendront +prends +preneur +preneurs +preneuse +preneuses +prenez +preniez +prenions +prenne +prennent +prennes +prenons +presbyte +presbytes +presbytrien +presbytrienne +presbytriennes +presbytriens +presbytre +presbytres +presbytie +prescience +presciences +prescriptible +prescriptibles +prescription +prescriptions +prescrira +prescrirai +prescrirais +prescrirait +prescriras +prescrire +prescrirez +prescririez +prescririons +prescrirons +prescriront +prescris +prescrisse +prescrissent +prescrisses +prescrissiez +prescrissions +prescrit +prescrite +prescrites +prescrits +prescrivaient +prescrivais +prescrivait +prescrivant +prescrive +prescrivent +prescrives +prescrivez +prescriviez +prescrivions +prescrivirent +prescrivis +prescrivit +prescrivmes +prescrivtes +prescrivons +prescrt +presqu +presque +pressa +pressage +pressages +pressai +pressaient +pressais +pressait +pressant +pressante +pressantes +pressants +pressas +pressasse +pressassent +pressasses +pressassiez +pressassions +pressmes +presst +presstes +presse +pressent +pressenti +pressentie +pressenties +pressentiment +pressentiments +pressentir +pressentira +pressentirai +pressentiraient +pressentirais +pressentirait +pressentiras +pressentirent +pressentirez +pressentiriez +pressentirions +pressentirons +pressentiront +pressentis +pressentissaient +pressentissais +pressentissait +pressentissant +pressentisse +pressentissent +pressentisses +pressentissez +pressentissiez +pressentissions +pressentissons +pressentit +pressentmes +pressentt +pressenttes +presser +pressera +presserai +presseraient +presserais +presserait +presseras +presserez +presseriez +presserions +presserons +presseront +presses +pressez +press +presse +presses +presss +pressrent +pressiez +pressing +pressings +pression +pressions +pressoir +pressoirs +pressons +pressura +pressurage +pressurages +pressurai +pressuraient +pressurais +pressurait +pressurant +pressuras +pressurasse +pressurassent +pressurasses +pressurassiez +pressurassions +pressurmes +pressurt +pressurtes +pressure +pressurent +pressurer +pressurera +pressurerai +pressureraient +pressurerais +pressurerait +pressureras +pressurerez +pressureriez +pressurerions +pressurerons +pressureront +pressures +pressurez +pressur +pressure +pressures +pressurs +pressurrent +pressuriez +pressurions +pressurise +pressurons +prestance +prestances +prestation +prestations +preste +prestement +prestes +prestesse +prestesses +prestidigitateur +prestidigitateurs +prestidigitation +prestidigitations +prestige +prestiges +prestigieuse +prestigieuses +prestigieux +preuve +preuves +preux +pr +pralable +pralablement +pralables +prambule +prambules +prau +praux +pravis +prbende +prbendes +prcaire +prcaires +prcarit +prcarits +prcaution +prcautionna +prcautionnai +prcautionnaient +prcautionnais +prcautionnait +prcautionnant +prcautionnas +prcautionnasse +prcautionnassent +prcautionnasses +prcautionnassiez +prcautionnassions +prcautionnmes +prcautionnt +prcautionntes +prcautionne +prcautionnent +prcautionner +prcautionnera +prcautionnerai +prcautionneraient +prcautionnerais +prcautionnerait +prcautionneras +prcautionnerez +prcautionneriez +prcautionnerions +prcautionnerons +prcautionneront +prcautionnes +prcautionneuse +prcautionneusement +prcautionneuses +prcautionneux +prcautionnez +prcautionn +prcautionne +prcautionnes +prcautionns +prcautionnrent +prcautionniez +prcautionnions +prcautionnons +prcautions +prcepte +prceptes +prcepteur +prcepteurs +prceptorat +prceptorats +prceptrice +prceptrices +prcda +prcdai +prcdaient +prcdais +prcdait +prcdant +prcdas +prcdasse +prcdassent +prcdasses +prcdassiez +prcdassions +prcdmes +prcdt +prcdtes +prcdemment +prcdent +prcdente +prcdentes +prcdents +prcder +prcdera +prcderai +prcderaient +prcderais +prcderait +prcderas +prcderez +prcderiez +prcderions +prcderons +prcderont +prcdez +prcd +prcde +prcdes +prcds +prcdrent +prcdiez +prcdions +prcdons +prcde +prcdent +prcdes +prcieuse +prcieusement +prcieuses +prcieux +prciosit +prciosits +prcipice +prcipices +prcipita +prcipitai +prcipitaient +prcipitais +prcipitait +prcipitamment +prcipitant +prcipitas +prcipitasse +prcipitassent +prcipitasses +prcipitassiez +prcipitassions +prcipitation +prcipitations +prcipitmes +prcipitt +prcipittes +prcipite +prcipitent +prcipiter +prcipitera +prcipiterai +prcipiteraient +prcipiterais +prcipiterait +prcipiteras +prcipiterez +prcipiteriez +prcipiterions +prcipiterons +prcipiteront +prcipites +prcipitez +prcipit +prcipite +prcipites +prcipits +prcipitrent +prcipitiez +prcipitions +prcipitons +prcis +prcisa +prcisai +prcisaient +prcisais +prcisait +prcisant +prcisas +prcisasse +prcisassent +prcisasses +prcisassiez +prcisassions +prcismes +prcist +prcistes +prcise +prcisent +prciser +prcisera +prciserai +prciseraient +prciserais +prciserait +prciseras +prciserez +prciseriez +prciserions +prciserons +prciseront +prcises +prcisez +prcis +prcise +prcises +prcisment +prciss +prcisrent +prcisiez +prcision +prcisions +prcisons +prcit +prcite +prcites +prcits +prcoce +prcocement +prcoces +prcocit +prcocits +prcolombien +prcolombienne +prcolombiennes +prcolombiens +prconu +prconue +prconues +prconus +prconisa +prconisai +prconisaient +prconisais +prconisait +prconisant +prconisas +prconisasse +prconisassent +prconisasses +prconisassiez +prconisassions +prconismes +prconist +prconistes +prconise +prconisent +prconiser +prconisera +prconiserai +prconiseraient +prconiserais +prconiserait +prconiseras +prconiserez +prconiseriez +prconiserions +prconiserons +prconiseront +prconises +prconisez +prconis +prconise +prconises +prconiss +prconisrent +prconisiez +prconisions +prconisons +prcurseur +prcurseurs +prdateur +prdateurs +prdatrice +prdatrices +prdestina +prdestinai +prdestinaient +prdestinais +prdestinait +prdestinant +prdestinas +prdestinasse +prdestinassent +prdestinasses +prdestinassiez +prdestinassions +prdestination +prdestinations +prdestinmes +prdestint +prdestintes +prdestine +prdestinent +prdestiner +prdestinera +prdestinerai +prdestineraient +prdestinerais +prdestinerait +prdestineras +prdestinerez +prdestineriez +prdestinerions +prdestinerons +prdestineront +prdestines +prdestinez +prdestin +prdestine +prdestines +prdestins +prdestinrent +prdestiniez +prdestinions +prdestinons +prdcesseur +prdcesseurs +prdicateur +prdicateurs +prdication +prdications +prdicatrice +prdicatrices +prdiction +prdictions +prdilection +prdilections +prdira +prdirai +prdiraient +prdirais +prdirait +prdiras +prdire +prdirent +prdiriez +prdirions +prdirons +prdiront +prdis +prdisaient +prdisais +prdisait +prdisant +prdise +prdisent +prdises +prdisez +prdisiez +prdisions +prdisons +prdisposa +prdisposai +prdisposaient +prdisposais +prdisposait +prdisposant +prdisposas +prdisposasse +prdisposassent +prdisposasses +prdisposassiez +prdisposassions +prdisposmes +prdispost +prdispostes +prdispose +prdisposent +prdisposer +prdisposera +prdisposerai +prdisposeraient +prdisposerais +prdisposerait +prdisposeras +prdisposerez +prdisposeriez +prdisposerions +prdisposerons +prdisposeront +prdisposes +prdisposez +prdispos +prdispose +prdisposes +prdisposs +prdisposrent +prdisposiez +prdisposions +prdisposition +prdispositions +prdisposons +prdisse +prdissent +prdisses +prdissiez +prdissions +prdit +prdite +prdites +prdits +prdmes +prdt +prdtes +prdomina +prdominai +prdominaient +prdominais +prdominait +prdominance +prdominances +prdominant +prdominas +prdominasse +prdominassent +prdominasses +prdominassiez +prdominassions +prdominmes +prdomint +prdomintes +prdomine +prdominent +prdominer +prdominera +prdominerai +prdomineraient +prdominerais +prdominerait +prdomineras +prdominerez +prdomineriez +prdominerions +prdominerons +prdomineront +prdomines +prdominez +prdomin +prdomine +prdomines +prdomins +prdominrent +prdominiez +prdominions +prdominons +premption +premptions +prexista +prexistai +prexistaient +prexistais +prexistait +prexistant +prexistas +prexistasse +prexistassent +prexistasses +prexistassiez +prexistassions +prexistmes +prexistt +prexisttes +prexiste +prexistence +prexistences +prexistent +prexister +prexistera +prexisterai +prexisteraient +prexisterais +prexisterait +prexisteras +prexisterez +prexisteriez +prexisterions +prexisterons +prexisteront +prexistes +prexistez +prexist +prexiste +prexistes +prexists +prexistrent +prexistiez +prexistions +prexistons +prminence +prminences +prminent +prminente +prminentes +prminents +prtabli +prtablie +prtablies +prtablir +prtablira +prtablirai +prtabliraient +prtablirais +prtablirait +prtabliras +prtablirent +prtablirez +prtabliriez +prtablirions +prtablirons +prtabliront +prtablis +prtablissaient +prtablissais +prtablissait +prtablissant +prtablisse +prtablissent +prtablisses +prtablissez +prtablissiez +prtablissions +prtablissons +prtablissont +prtablit +prtablmes +prtablt +prtabltes +prfabriqu +prfabrique +prfabriques +prfabriqus +prface +prfacent +prfacer +prfacera +prfacerai +prfaceraient +prfacerais +prfacerait +prfaceras +prfacerez +prfaceriez +prfacerions +prfacerons +prfaceront +prfaces +prfacez +prfac +prface +prfaces +prfacs +prfacrent +prfaciez +prfacions +prfaa +prfaai +prfaaient +prfaais +prfaait +prfaant +prfaas +prfaasse +prfaassent +prfaasses +prfaassiez +prfaassions +prfames +prfat +prfates +prfaons +prfectoral +prfectorale +prfectorales +prfectoraux +prfecture +prfectures +prfet +prfets +prfra +prfrable +prfrablement +prfrables +prfrai +prfraient +prfrais +prfrait +prfrant +prfras +prfrasse +prfrassent +prfrasses +prfrassiez +prfrassions +prfrmes +prfrt +prfrtes +prfrence +prfrences +prfrentiel +prfrentielle +prfrentiellement +prfrentielles +prfrentiels +prfrer +prfrera +prfrerai +prfreraient +prfrerais +prfrerait +prfreras +prfrerez +prfreriez +prfrerions +prfrerons +prfreront +prfrez +prfr +prfre +prfres +prfrs +prfrrent +prfriez +prfrions +prfrons +prfre +prfrent +prfreront +prfres +prfte +prftes +prfigura +prfigurai +prfiguraient +prfigurais +prfigurait +prfigurant +prfiguras +prfigurasse +prfigurassent +prfigurasses +prfigurassiez +prfigurassions +prfigurmes +prfigurt +prfigurtes +prfigure +prfigurent +prfigurer +prfigurera +prfigurerai +prfigureraient +prfigurerais +prfigurerait +prfigureras +prfigurerez +prfigureriez +prfigurerions +prfigurerons +prfigureront +prfigures +prfigurez +prfigur +prfigure +prfigures +prfigurs +prfigurrent +prfiguriez +prfigurions +prfigurons +prfixa +prfixai +prfixaient +prfixais +prfixait +prfixant +prfixas +prfixasse +prfixassent +prfixasses +prfixassiez +prfixassions +prfixmes +prfixt +prfixtes +prfixe +prfixent +prfixer +prfixera +prfixerai +prfixeraient +prfixerais +prfixerait +prfixeras +prfixerez +prfixeriez +prfixerions +prfixerons +prfixeront +prfixes +prfixez +prfix +prfixe +prfixes +prfixs +prfixrent +prfixiez +prfixions +prfixons +prhenseur +prhenseure +prhenseures +prhenseurs +prhensile +prhensiles +prhension +prhensions +prhistoire +prhistorien +prhistorienne +prhistoriennes +prhistoriens +prhistorique +prhistoriques +prjudice +prjudices +prjudicia +prjudiciable +prjudiciables +prjudiciai +prjudiciaient +prjudiciais +prjudiciait +prjudiciant +prjudicias +prjudiciasse +prjudiciassent +prjudiciasses +prjudiciassiez +prjudiciassions +prjudicimes +prjudicit +prjudicites +prjudicie +prjudiciel +prjudicielle +prjudicielles +prjudiciels +prjudicient +prjudicier +prjudiciera +prjudicierai +prjudicieraient +prjudicierais +prjudicierait +prjudicieras +prjudicierez +prjudicieriez +prjudicierions +prjudicierons +prjudicieront +prjudicies +prjudiciez +prjudici +prjudicie +prjudicies +prjudicis +prjudicirent +prjudiciiez +prjudiciions +prjudicions +prjuge +prjugea +prjugeai +prjugeaient +prjugeais +prjugeait +prjugeant +prjugeas +prjugeasse +prjugeassent +prjugeasses +prjugeassiez +prjugeassions +prjugemes +prjuget +prjugetes +prjugent +prjugeons +prjuger +prjugera +prjugerai +prjugeraient +prjugerais +prjugerait +prjugeras +prjugerez +prjugeriez +prjugerions +prjugerons +prjugeront +prjuges +prjugez +prjug +prjuge +prjuges +prjugs +prjugrent +prjugiez +prjugions +prlassa +prlassai +prlassaient +prlassais +prlassait +prlassant +prlassas +prlassasse +prlassassent +prlassasses +prlassassiez +prlassassions +prlassmes +prlasst +prlasstes +prlasse +prlassent +prlasser +prlassera +prlasserai +prlasseraient +prlasserais +prlasseras +prlasserez +prlasseriez +prlasserions +prlasserons +prlasseront +prlasses +prlassez +prlass +prlasse +prlasses +prlasss +prlassrent +prlassiez +prlassions +prlassons +prlat +prlats +prleva +prlevai +prlevaient +prlevais +prlevait +prlevant +prlevas +prlevasse +prlevassent +prlevasses +prlevassiez +prlevassions +prlevmes +prlevt +prlevtes +prlever +prlevez +prlev +prleve +prleves +prlevs +prlevrent +prleviez +prlevions +prlevons +prlve +prlvement +prlvements +prlvent +prlvera +prlverai +prlveraient +prlverais +prlverait +prlveras +prlverez +prlveriez +prlverions +prlverons +prlveront +prliminaire +prliminaires +prluda +prludai +prludaient +prludais +prludait +prludant +prludas +prludasse +prludassent +prludasses +prludassiez +prludassions +prludmes +prludt +prludtes +prlude +prludent +prluder +prludera +prluderai +prluderaient +prluderais +prluderait +prluderas +prluderez +prluderiez +prluderions +prluderons +prluderont +prludes +prludez +prlud +prlude +prludes +prluds +prludrent +prludiez +prludions +prludons +prmatur +prmature +prmatures +prmaturment +prmaturs +prmdita +prmditai +prmditaient +prmditais +prmditait +prmditant +prmditas +prmditasse +prmditassent +prmditasses +prmditassiez +prmditassions +prmditation +prmditations +prmditmes +prmditt +prmdittes +prmdite +prmditent +prmditer +prmditera +prmditerai +prmditeraient +prmditerais +prmditerait +prmditeras +prmditerez +prmditeriez +prmditerions +prmditerons +prmditeront +prmdites +prmditez +prmdit +prmdite +prmdites +prmdits +prmditrent +prmditiez +prmditions +prmditons +prmices +prmisse +prmisses +prmonition +prmonitions +prmonitoire +prmonitoires +prmuni +prmunie +prmunies +prmunir +prmunira +prmunirai +prmuniraient +prmunirais +prmunirait +prmuniras +prmunirent +prmunirez +prmuniriez +prmunirions +prmunirons +prmuniront +prmunis +prmunissaient +prmunissais +prmunissait +prmunissant +prmunisse +prmunissent +prmunisses +prmunissez +prmunissiez +prmunissions +prmunissons +prmunit +prmunmes +prmunt +prmuntes +prnatal +prnatale +prnatales +prnatals +prnom +prnomm +prnomme +prnommes +prnomms +prnoms +prnuptial +prnuptiale +prnuptiales +prnuptiaux +proccupa +proccupai +proccupaient +proccupais +proccupait +proccupant +proccupas +proccupasse +proccupassent +proccupasses +proccupassiez +proccupassions +proccupation +proccupations +proccupmes +proccupt +proccuptes +proccupe +proccupent +proccuper +proccupera +proccuperai +proccuperaient +proccuperais +proccuperait +proccuperas +proccuperez +proccuperiez +proccuperions +proccuperons +proccuperont +proccupes +proccupez +proccup +proccupe +proccupes +proccups +proccuprent +proccupiez +proccupions +proccupons +propratoire +propratoires +prpara +prparai +prparaient +prparais +prparait +prparant +prparas +prparasse +prparassent +prparasses +prparassiez +prparassions +prparateur +prparateurs +prparatif +prparatifs +prparation +prparations +prparatoire +prparatoires +prparatrice +prparatrices +prparmes +prpart +prpartes +prpare +prparent +prparer +prparera +prparerai +prpareraient +prparerais +prparerait +prpareras +prparerez +prpareriez +prparerions +prparerons +prpareront +prpares +prparez +prpar +prpare +prpares +prpars +prparrent +prpariez +prparions +prparons +prpondrance +prpondrances +prpondrant +prpondrante +prpondrantes +prpondrants +prposa +prposai +prposaient +prposais +prposait +prposant +prposas +prposasse +prposassent +prposasses +prposassiez +prposassions +prposmes +prpost +prpostes +prpose +prposent +prposer +prposera +prposerai +prposeraient +prposerais +prposerait +prposeras +prposerez +prposeriez +prposerions +prposerons +prposeront +prposes +prposez +prpos +prpose +prposes +prposs +prposrent +prposiez +prposions +prposition +prpositions +prposons +prpuce +prpuces +prrogative +prrogatives +prs champs +prsage +prsagea +prsageai +prsageaient +prsageais +prsageait +prsageant +prsageas +prsageasse +prsageassent +prsageasses +prsageassiez +prsageassions +prsagemes +prsaget +prsagetes +prsagent +prsageons +prsager +prsagera +prsagerai +prsageraient +prsagerais +prsagerait +prsageras +prsagerez +prsageriez +prsagerions +prsagerons +prsageront +prsages +prsagez +prsag +prsage +prsages +prsags +prsagrent +prsagiez +prsagions +prsence +prsences +prsent +prsenta +prsentable +prsentables +prsentai +prsentaient +prsentais +prsentait +prsentant +prsentas +prsentasse +prsentassent +prsentasses +prsentassiez +prsentassions +prsentateur +prsentateurs +prsentation +prsentations +prsentmes +prsentt +prsenttes +prsente +prsentement +prsentent +prsenter +prsentera +prsenterai +prsenteraient +prsenterais +prsenterait +prsenteras +prsenterez +prsenteriez +prsenterions +prsenterons +prsenteront +prsentes +prsentez +prsent +prsente +prsentes +prsentment +prsents +prsentrent +prsentiez +prsentions +prsentoir +prsentoirs +prsentons +prsents +prserva +prservai +prservaient +prservais +prservait +prservant +prservas +prservasse +prservassent +prservasses +prservassiez +prservassions +prservateur +prservateurs +prservatif +prservatifs +prservation +prservations +prservative +prservatives +prservatrice +prservatrices +prservmes +prservt +prservtes +prserve +prservent +prserver +prservera +prserverai +prserveraient +prserverais +prserverait +prserveras +prserverez +prserveriez +prserverions +prserverons +prserveront +prserves +prservez +prserv +prserve +prserves +prservs +prservrent +prserviez +prservions +prservons +prsance +prsances +prsida +prsidai +prsidaient +prsidais +prsidait +prsidant +prsidas +prsidasse +prsidassent +prsidasses +prsidassiez +prsidassions +prsidmes +prsidt +prside +prsidence +prsidences +prsident +prsidente +prsidentes +prsidentiel +prsidentielle +prsidentielles +prsidentiels +prsidents +prsider +prsidera +prsiderai +prsideraient +prsiderais +prsiderait +prsideras +prsiderez +prsideriez +prsiderions +prsiderons +prsideront +prsides +prsidez +prsid +prside +prsides +prsids +prsidrent +prsidiez +prsidions +prsidium +prsidons +prsomptif +prsomptifs +prsomption +prsomptions +prsomptive +prsomptives +prsomptueuse +prsomptueusement +prsomptueuses +prsomptueux +prssentiment +prssentiments +prssentit +prsuma +prsumable +prsumables +prsumai +prsumaient +prsumais +prsumait +prsumant +prsumas +prsumasse +prsumassent +prsumasses +prsumassiez +prsumassions +prsummes +prsumt +prsumtes +prsume +prsument +prsumer +prsumera +prsumerai +prsumeraient +prsumerais +prsumerait +prsumeras +prsumerez +prsumeriez +prsumerions +prsumerons +prsumeront +prsumes +prsumez +prsum +prsume +prsumes +prsums +prsumrent +prsumiez +prsumions +prsumons +prsupposa +prsupposai +prsupposaient +prsupposais +prsupposait +prsupposant +prsupposas +prsupposasse +prsupposassent +prsupposasses +prsupposassiez +prsupposassions +prsupposmes +prsuppost +prsuppostes +prsuppose +prsupposent +prsupposer +prsupposera +prsupposerai +prsupposeraient +prsupposerais +prsupposerait +prsupposeras +prsupposerez +prsupposeriez +prsupposerions +prsupposerons +prsupposeront +prsupposes +prsupposez +prsuppos +prsuppose +prsupposes +prsupposs +prsupposrent +prsupposiez +prsupposions +prsupposons +prsure +prtantaine +prtend +prtendaient +prtendais +prtendait +prtendant +prtendante +prtendantes +prtendants +prtende +prtendent +prtendes +prtendez +prtendiez +prtendions +prtendirent +prtendis +prtendisse +prtendissent +prtendisses +prtendissiez +prtendissions +prtendit +prtendmes +prtendt +prtendtes +prtendons +prtendra +prtendrai +prtendraient +prtendrais +prtendrait +prtendras +prtendre +prtendrez +prtendriez +prtendrions +prtendrons +prtendront +prtends +prtendu +prtendue +prtendues +prtendument +prtendus +prtentieuse +prtentieusement +prtentieuses +prtentieux +prtention +prtentions +prtexta +prtextai +prtextaient +prtextais +prtextait +prtextant +prtextas +prtextasse +prtextassent +prtextasses +prtextassiez +prtextassions +prtextmes +prtextt +prtexttes +prtexte +prtextent +prtexter +prtextera +prtexterai +prtexteraient +prtexterais +prtexterait +prtexteras +prtexterez +prtexteriez +prtexterions +prtexterons +prtexteront +prtextes +prtextez +prtext +prtexte +prtextes +prtexts +prtextrent +prtextiez +prtextions +prtextons +prtoire +prtoires +prvalaient +prvalais +prvalait +prvalant +prvale +prvalent +prvales +prvalez +prvaliez +prvalions +prvaloir +prvalons +prvalu +prvalue +prvalues +prvalurent +prvalus +prvalusse +prvalussent +prvalusses +prvalussiez +prvalussions +prvalut +prvalmes +prvalt +prvaltes +prvaricateur +prvaricateurs +prvarication +prvarications +prvaricatrice +prvaricatrices +prvariqua +prvariquai +prvariquaient +prvariquais +prvariquait +prvariquant +prvariquas +prvariquasse +prvariquassent +prvariquasses +prvariquassiez +prvariquassions +prvariqumes +prvariqut +prvariqutes +prvarique +prvariquent +prvariquer +prvariquera +prvariquerai +prvariqueraient +prvariquerais +prvariquerait +prvariqueras +prvariquerez +prvariqueriez +prvariquerions +prvariquerons +prvariqueront +prvariques +prvariquez +prvariqu +prvarique +prvariques +prvariqus +prvariqurent +prvariquiez +prvariquions +prvariquons +prvaudra +prvaudrai +prvaudraient +prvaudrais +prvaudrait +prvaudras +prvaudrez +prvaudriez +prvaudrions +prvaudrons +prvaudront +prvaut +prvaux +prvenaient +prvenais +prvenait +prvenance +prvenances +prvenant +prvenante +prvenantes +prvenants +prvenez +prveniez +prvenions +prvenir +prvenons +prventif +prventifs +prvention +prventions +prventive +prventivement +prventives +prventorium +prventoriums +prvenu +prvenue +prvenues +prvenus +prviendra +prviendrai +prviendraient +prviendrais +prviendrait +prviendras +prviendrez +prviendriez +prviendrions +prviendrons +prviendront +prvienne +prviennent +prviennes +prviens +prvient +prvinrent +prvins +prvinsse +prvinssent +prvinsses +prvinssiez +prvinssions +prvint +prvirent +prvis +prvisible +prvision +prvisions +prvisse +prvissent +prvisses +prvissiez +prvissions +prvit +prvmes +prvnmes +prvnt +prvntes +prvt +prvtes +prvoie +prvoient +prvoies +prvoir +prvoira +prvoirai +prvoiraient +prvoirais +prvoirait +prvoiras +prvoirez +prvoiriez +prvoirions +prvoirons +prvoiront +prvois +prvoit +prvoyaient +prvoyais +prvoyait +prvoyance +prvoyances +prvoyant +prvoyante +prvoyantes +prvoyants +prvoyez +prvoyiez +prvoyions +prvoyons +prvt +prvtal +prvtale +prvtales +prvtaux +prvt +prvts +prvts +prvu +prvue +prvues +prvus +prle +prles +prs +prcha +prchai +prchaient +prchais +prchait +prchant +prchas +prchasse +prchassent +prchasses +prchassiez +prchassions +prchmes +prcht +prchtes +prche +prchent +prcher +prchera +prcherai +prcheraient +prcherais +prcherait +prcheras +prcherez +prcheriez +prcherions +prcherons +prcheront +prches +prcheur +prcheurs +prcheuse +prcheuses +prchez +prch +prche +prches +prchs +prchrent +prchi +prchiez +prchions +prchons +prt +prta +prtai +prtaient +prtais +prtait +prtant +prtas +prtasse +prtassent +prtasses +prtassiez +prtassions +prtmes +prtt +prttes +prte +prtent +prter +prtera +prterai +prteraient +prterais +prterait +prteras +prterez +prteriez +prterions +prterons +prteront +prtes +prteur +prteurs +prteuse +prteuses +prtez +prt +prte +prtes +prts +prtrent +prtiez +prtions +prtons +prtre +prtres +prtresse +prtresses +prtrise +prts +pria +priai +priaient +priais +priait +priant +prias +priasse +priassent +priasses +priassiez +priassions +primes +prit +prites +prie +prient +prier +priera +prierai +prieraient +prierais +prierait +prieras +prierez +prieriez +prierions +prierons +prieront +pries +prieur +prieure +prieures +prieur +prieurs +prieurs +priez +pri +prie +pries +pris +prire +prirent +prires +priiez +priions +prima +primai +primaient +primaire +primaires +primais +primait +primant +primas +primasse +primassent +primasses +primassiez +primassions +primat +primates +primaut +primauts +primmes +primt +primtes +prime +priment +primer +primera +primerai +primeraient +primerais +primerait +primeras +primerez +primeriez +primerions +primerons +primeront +primerose +primeroses +primes +primesautier +primesautiers +primesautire +primesautires +primeur +primeurs +primevre +primevres +primez +prim +prime +primes +prims +primrent +primiez +primions +primipare +primipares +primitif +primitifs +primitive +primitivement +primitives +primo +primons +primordial +primordiale +primordiales +primordiaux +prince +princeps +princes +princesse +princesses +princier +princiers +princire +princires +principal +principale +principalement +principales +principaut +principauts +principaux +principe +principes +printanier +printaniers +printanire +printanires +printemps +prions +priori +prioritaire +prioritaires +priorit +priorits +prirent +pris +prisa +prisai +prisaient +prisais +prisait +prisant +prisas +prisasse +prisassent +prisasses +prisassiez +prisassions +prismes +prist +pristes +prise +prisent +priser +prisera +priserai +priseraient +priserais +priserait +priseras +priserez +priseriez +priserions +priserons +priseront +prises +prisez +pris +prise +prises +priss +prisrent +prisiez +prisions +prismatique +prismatiques +prisme +prismes +prison +prisonnier +prisonniers +prisonnire +prisonnires +prisons +prisse +prissent +prisses +prissiez +prissions +prit +priva +privai +privaient +privais +privait +privant +privas +privasse +privassent +privasses +privassiez +privassions +privatif +privatifs +privation +privations +privative +privatives +privaut +privauts +privmes +privt +privtes +prive +privent +priver +privera +priverai +priveraient +priverais +priverait +priveras +priverez +priveriez +priverions +priverons +priveront +prives +privez +priv +prive +prives +privs +privrent +priviez +privilgi +privilgie +privilgies +privilgis +privilge +privilges +privions +privons +prix +prmes +prt +prtes +probabilit +probabilits +probable +probablement +probables +probant +probante +probantes +probants +probatoire +probatoires +probe +probes +probit +probits +problmatique +problmatiques +problme +problmes +processeur +processeurs +procession +processionnaire +processionnaires +processions +processus +procda +procdai +procdaient +procdais +procdait +procdant +procdas +procdasse +procdassent +procdasses +procdassiez +procdassions +procdmes +procdt +procdtes +procder +procdera +procderai +procderaient +procderais +procderait +procderas +procderez +procderiez +procderions +procderons +procderont +procdez +procd +procde +procdes +procds +procdrent +procdiez +procdions +procdons +procdure +procdures +procdurier +procduriers +procdurire +procdurires +procde +procdent +procdes +procs +prochain +prochaine +prochainement +prochaines +prochains +prochant +proche +proches +proclama +proclamai +proclamaient +proclamais +proclamait +proclamant +proclamas +proclamasse +proclamassent +proclamasses +proclamassiez +proclamassions +proclamation +proclamations +proclammes +proclamt +proclamtes +proclame +proclament +proclamer +proclamera +proclamerai +proclameraient +proclamerais +proclamerait +proclameras +proclamerez +proclameriez +proclamerions +proclamerons +proclameront +proclames +proclamez +proclam +proclame +proclames +proclams +proclamrent +proclamiez +proclamions +proclamons +proconsul +proconsuls +procra +procrai +procraient +procrais +procrait +procrant +procras +procrasse +procrassent +procrasses +procrassiez +procrassions +procration +procrations +procrmes +procrt +procrtes +procre +procrent +procrer +procrera +procrerai +procreraient +procrerais +procrerait +procreras +procrerez +procreriez +procrerions +procrerons +procreront +procres +procrez +procr +procre +procres +procrs +procrrent +procriez +procrions +procrons +procura +procurai +procuraient +procurais +procurait +procurant +procuras +procurasse +procurassent +procurasses +procurassiez +procurassions +procurateur +procurateurs +procuration +procurations +procurmes +procurt +procurtes +procure +procurent +procurer +procurera +procurerai +procureraient +procurerais +procurerait +procureras +procurerez +procureriez +procurerions +procurerons +procureront +procures +procureur +procureurs +procurez +procur +procure +procures +procurs +procurrent +procuriez +procurions +procurons +prodigalit +prodigalits +prodige +prodiges +prodigieuse +prodigieusement +prodigieuses +prodigieux +prodigua +prodiguai +prodiguaient +prodiguais +prodiguait +prodiguant +prodiguas +prodiguasse +prodiguassent +prodiguasses +prodiguassiez +prodiguassions +prodigumes +prodigut +prodigutes +prodigue +prodiguent +prodiguer +prodiguera +prodiguerai +prodigueraient +prodiguerais +prodiguerait +prodigueras +prodiguerez +prodigueriez +prodiguerions +prodiguerons +prodigueront +prodigues +prodiguez +prodigu +prodigue +prodigues +prodigus +prodigurent +prodiguiez +prodiguions +prodiguons +prodrome +prodromes +producteur +producteurs +productif +productifs +production +productions +productive +productives +productivit +productivits +productrice +productrices +produira +produirai +produiraient +produirais +produirait +produiras +produire +produirez +produiriez +produirions +produirons +produiront +produis +produisaient +produisais +produisait +produisant +produise +produisent +produises +produisez +produisiez +produisions +produisirent +produisis +produisisse +produisissent +produisisses +produisissiez +produisissions +produisit +produismes +produist +produistes +produisons +produit +produite +produites +produits +prominence +prominences +prominent +prominente +prominentes +prominents +prof +profana +profanai +profanaient +profanais +profanait +profanant +profanas +profanasse +profanassent +profanasses +profanassiez +profanassions +profanateur +profanateurs +profanation +profanations +profanatrice +profanatrices +profanmes +profant +profantes +profane +profanent +profaner +profanera +profanerai +profaneraient +profanerais +profanerait +profaneras +profanerez +profaneriez +profanerions +profanerons +profaneront +profanes +profanez +profan +profane +profanes +profans +profanrent +profaniez +profanions +profanons +professa +professai +professaient +professais +professait +professant +professas +professasse +professassent +professasses +professassiez +professassions +professmes +professt +professtes +professe +professent +professer +professera +professerai +professeraient +professerais +professerait +professeras +professerez +professeriez +professerions +professerons +professeront +professes +professeur +professeurs +professez +profess +professe +professes +professs +professrent +professiez +profession +professionnel +professionnelle +professionnellement +professionnelles +professionnels +professions +professons +professoral +professorale +professorales +professorat +professorats +professoraux +profra +profrai +profraient +profrais +profrait +profras +profrasse +profrassent +profrasses +profrassiez +profrassions +profrmes +profrt +profrtes +profrer +profrera +profrerai +profreraient +profrerais +profrerait +profreras +profrerez +profreriez +profrerions +profrerons +profreront +profrez +profr +profre +profres +profrs +profrrent +profriez +profrions +profrons +profre +profrent +profres +profil +profila +profilai +profilaient +profilais +profilait +profilant +profilas +profilasse +profilassent +profilasses +profilassiez +profilassions +profilmes +profilt +profiltes +profile +profilent +profiler +profilera +profilerai +profileraient +profilerais +profilerait +profileras +profilerez +profileriez +profilerions +profilerons +profileront +profiles +profilez +profil +profile +profiles +profils +profilrent +profiliez +profilions +profilons +profils +profit +profita +profitable +profitablement +profitables +profitai +profitaient +profitais +profitait +profitant +profitas +profitasse +profitassent +profitasses +profitassiez +profitassions +profitmes +profitt +profittes +profite +profitent +profiter +profitera +profiterai +profiteraient +profiterais +profiterait +profiteras +profiterez +profiteriez +profiterions +profiterons +profiteront +profites +profiteur +profiteurs +profiteuse +profiteuses +profitez +profit +profite +profites +profits +profitrent +profitiez +profitions +profitons +profits +profond +profonde +profondes +profondeur +profondeurs +profondment +profonds +profs +profusion +profusions +progniture +prognitures +progiciel +progiciels +prognathe +prognathes +prognathisme +programma +programmable +programmables +programmai +programmaient +programmais +programmait +programmant +programmas +programmasse +programmassent +programmasses +programmassiez +programmassions +programmateur +programmateurs +programmation +programmations +programmatrice +programmatrices +programmmes +programmt +programmtes +programme +programment +programmer +programmera +programmerai +programmeraient +programmerais +programmerait +programmeras +programmerez +programmeriez +programmerions +programmerons +programmeront +programmes +programmeur +programmeurs +programmeuse +programmeuses +programmez +programm +programme +programmes +programms +programmrent +programmiez +programmions +programmons +progressa +progressai +progressaient +progressais +progressait +progressant +progressas +progressasse +progressassent +progressasses +progressassiez +progressassions +progressmes +progresst +progresstes +progresse +progressent +progresser +progressera +progresserai +progresseraient +progresserais +progresserait +progresseras +progresserez +progresseriez +progresserions +progresserons +progresseront +progresses +progressez +progress +progresse +progresses +progresss +progressrent +progressiez +progressif +progressifs +progression +progressions +progressiste +progressistes +progressive +progressivement +progressives +progressons +progrs +prohiba +prohibai +prohibaient +prohibais +prohibait +prohibant +prohibas +prohibasse +prohibassent +prohibasses +prohibassiez +prohibassions +prohibmes +prohibt +prohibtes +prohibe +prohibent +prohiber +prohibera +prohiberai +prohiberaient +prohiberais +prohiberait +prohiberas +prohiberez +prohiberiez +prohiberions +prohiberons +prohiberont +prohibes +prohibez +prohib +prohibe +prohibes +prohibs +prohibrent +prohibiez +prohibions +prohibitif +prohibitifs +prohibition +prohibitionniste +prohibitionnistes +prohibitions +prohibitive +prohibitives +prohibons +proie +proies +projecteur +projecteurs +projectile +projectiles +projection +projectionniste +projectionnistes +projections +projet +projeta +projetai +projetaient +projetais +projetait +projetant +projetas +projetasse +projetassent +projetasses +projetassiez +projetassions +projetmes +projett +projettes +projeter +projetez +projet +projete +projetes +projets +projetrent +projetiez +projetions +projetons +projets +projette +projettent +projettera +projetterai +projetteraient +projetterais +projetterait +projetteras +projetterez +projetteriez +projetterions +projetterons +projetteront +projettes +proltaire +proltaires +proltariat +proltarien +proltarienne +proltariennes +proltariens +prolifra +prolifrai +prolifraient +prolifrais +prolifrait +prolifrant +prolifras +prolifrasse +prolifrassent +prolifrasses +prolifrassiez +prolifrassions +prolifration +prolifrations +prolifrmes +prolifrt +prolifrtes +prolifre +prolifrer +prolifrera +prolifrerai +prolifreraient +prolifrerais +prolifrerait +prolifreras +prolifrerez +prolifreriez +prolifrerions +prolifrerons +prolifreront +prolifrez +prolifr +prolifre +prolifres +prolifrs +prolifrrent +prolifriez +prolifrions +prolifrons +prolifre +prolifrent +prolifres +prolifique +prolifiques +prolixe +prolixes +prolixit +prolixits +prologue +prologues +prolongation +prolongations +prolonge +prolongea +prolongeai +prolongeaient +prolongeais +prolongeait +prolongeant +prolongeas +prolongeasse +prolongeassent +prolongeasses +prolongeassiez +prolongeassions +prolongemes +prolonget +prolongetes +prolongement +prolongements +prolongent +prolongeons +prolonger +prolongera +prolongerai +prolongeraient +prolongerais +prolongerait +prolongeras +prolongerez +prolongeriez +prolongerions +prolongerons +prolongeront +prolonges +prolongez +prolong +prolonge +prolonges +prolongs +prolongrent +prolongiez +prolongions +promena +promenade +promenades +promenai +promenaient +promenais +promenait +promenant +promenas +promenasse +promenassent +promenasses +promenassiez +promenassions +promenmes +proment +promentes +promener +promeneur +promeneurs +promeneuse +promeneuses +promenez +promen +promene +promenes +promens +promenrent +promeniez +promenions +promenoir +promenoirs +promenons +promesse +promesses +promet +promets +promettaient +promettais +promettait +promettant +promette +promettent +promettes +prometteur +prometteurs +prometteuse +prometteuses +promettez +promettiez +promettions +promettons +promettra +promettrai +promettraient +promettrais +promettrait +promettras +promettre +promettrez +promettriez +promettrions +promettrons +promettront +promne +promnent +promnera +promnerai +promneraient +promnerais +promnerait +promneras +promnerez +promneriez +promnerions +promnerons +promneront +promnes +promirent +promis +promiscuit +promiscuits +promise +promises +promisse +promissent +promisses +promissiez +promissions +promit +prommes +promt +promtes +promontoire +promontoires +promoteur +promoteurs +promotion +promotionnel +promotionnelle +promotionnelles +promotionnels +promotions +promotrice +promotrices +promouvoir +prompt +prompte +promptement +promptes +promptitude +promptitudes +prompts +promu +promue +promues +promulgation +promulgations +promulgua +promulguai +promulguaient +promulguais +promulguait +promulguant +promulguas +promulguasse +promulguassent +promulguasses +promulguassiez +promulguassions +promulgumes +promulgut +promulgutes +promulgue +promulguent +promulguer +promulguera +promulguerai +promulgueraient +promulguerais +promulguerait +promulgueras +promulguerez +promulgueriez +promulguerions +promulguerons +promulgueront +promulgues +promulguez +promulgu +promulgue +promulgues +promulgus +promulgurent +promulguiez +promulguions +promulguons +promus +pronom +pronominal +pronominale +pronominalement +pronominales +pronominaux +pronoms +prononce +prononcent +prononcer +prononcera +prononcerai +prononceraient +prononcerais +prononcerait +prononceras +prononcerez +prononceriez +prononcerions +prononcerons +prononceront +prononces +prononcez +prononc +prononce +prononces +prononcs +prononcrent +prononciation +prononciations +prononciez +prononcions +pronona +prononai +prononaient +prononais +prononait +prononant +prononas +prononasse +prononassent +prononasses +prononassiez +prononassions +prononmes +pronont +pronontes +prononons +pronostic +pronostics +pronostiqua +pronostiquai +pronostiquaient +pronostiquais +pronostiquait +pronostiquant +pronostiquas +pronostiquasse +pronostiquassent +pronostiquasses +pronostiquassiez +pronostiquassions +pronostiqumes +pronostiqut +pronostiqutes +pronostique +pronostiquent +pronostiquer +pronostiquera +pronostiquerai +pronostiqueraient +pronostiquerais +pronostiquerait +pronostiqueras +pronostiquerez +pronostiqueriez +pronostiquerions +pronostiquerons +pronostiqueront +pronostiques +pronostiquez +pronostiqu +pronostique +pronostiques +pronostiqus +pronostiqurent +pronostiquiez +pronostiquions +pronostiquons +propagande +propagandes +propagandiste +propagandistes +propagateur +propagateurs +propagation +propagations +propagatrice +propagatrices +propage +propagea +propageai +propageaient +propageais +propageait +propageant +propageas +propageasse +propageassent +propageasses +propageassiez +propageassions +propagemes +propaget +propagetes +propagent +propageons +propager +propagera +propagerai +propageraient +propagerais +propagerait +propageras +propagerez +propageriez +propagerions +propagerons +propageront +propages +propagez +propag +propage +propages +propags +propagrent +propagiez +propagions +propane +propension +propensions +prophtesse +prophtesses +prophtie +prophties +prophtique +prophtiquement +prophtiques +prophtisa +prophtisai +prophtisaient +prophtisais +prophtisait +prophtisant +prophtisas +prophtisasse +prophtisassent +prophtisasses +prophtisassiez +prophtisassions +prophtismes +prophtist +prophtistes +prophtise +prophtisent +prophtiser +prophtisera +prophtiserai +prophtiseraient +prophtiserais +prophtiserait +prophtiseras +prophtiserez +prophtiseriez +prophtiserions +prophtiserons +prophtiseront +prophtises +prophtisez +prophtis +prophtise +prophtises +prophtiss +prophtisrent +prophtisiez +prophtisions +prophtisons +prophte +prophtes +prophylactique +prophylactiques +prophylaxie +prophylaxies +propice +propices +propitiatoire +propitiatoires +proportion +proportionna +proportionnai +proportionnaient +proportionnais +proportionnait +proportionnalit +proportionnalits +proportionnant +proportionnas +proportionnasse +proportionnassent +proportionnasses +proportionnassiez +proportionnassions +proportionnmes +proportionnt +proportionntes +proportionne +proportionnel +proportionnelle +proportionnellement +proportionnelles +proportionnels +proportionnent +proportionner +proportionnera +proportionnerai +proportionneraient +proportionnerais +proportionnerait +proportionneras +proportionnerez +proportionneriez +proportionnerions +proportionnerons +proportionneront +proportionnes +proportionnez +proportionn +proportionne +proportionnes +proportionns +proportionnrent +proportionniez +proportionnions +proportionnons +proportions +propos +proposa +proposai +proposaient +proposais +proposait +proposant +proposas +proposasse +proposassent +proposasses +proposassiez +proposassions +proposmes +propost +propostes +propose +proposent +proposer +proposera +proposerai +proposeraient +proposerais +proposerait +proposeras +proposerez +proposeriez +proposerions +proposerons +proposeront +proposes +proposez +propos +propose +proposes +proposs +proposrent +proposiez +proposions +proposition +propositions +proposons +propre +proprement +propres +propret +propret +proprets +proprets +proprette +proprettes +propritaire +propritaires +proprit +proprits +propulsa +propulsai +propulsaient +propulsais +propulsait +propulsant +propulsas +propulsasse +propulsassent +propulsasses +propulsassiez +propulsassions +propulsmes +propulst +propulstes +propulse +propulsent +propulser +propulsera +propulserai +propulseraient +propulserais +propulserait +propulseras +propulserez +propulseriez +propulserions +propulserons +propulseront +propulses +propulseur +propulseure +propulseures +propulseurs +propulsez +propuls +propulse +propulses +propulss +propulsrent +propulsiez +propulsion +propulsions +propulsons +propyle +propyles +propylne +prorata +prorogation +prorogations +proroge +prorogea +prorogeai +prorogeaient +prorogeais +prorogeait +prorogeant +prorogeas +prorogeasse +prorogeassent +prorogeasses +prorogeassiez +prorogeassions +prorogemes +proroget +prorogetes +prorogent +prorogeons +proroger +prorogera +prorogerai +prorogeraient +prorogerais +prorogerait +prorogeras +prorogerez +prorogeriez +prorogerions +prorogerons +prorogeront +proroges +prorogez +prorog +proroge +proroges +prorogs +prorogrent +prorogiez +prorogions +prosaque +prosaquement +prosaques +prosasme +prosateur +prosateurs +proscenium +prosceniums +proscription +proscriptions +proscrira +proscrirai +proscriraient +proscrirais +proscrirait +proscriras +proscrire +proscrirez +proscririez +proscririons +proscrirons +proscriront +proscris +proscrisse +proscrissent +proscrisses +proscrissiez +proscrissions +proscrit +proscrite +proscrites +proscrits +proscrivaient +proscrivais +proscrivait +proscrivant +proscrive +proscrivent +proscrives +proscrivez +proscriviez +proscrivions +proscrivirent +proscrivis +proscrivit +proscrivmes +proscrivtes +proscrivons +proscrt +prose +proses +proslyte +proslytes +proslytisme +prosodie +prosodies +prosodique +prosodiques +prospecta +prospectai +prospectaient +prospectais +prospectait +prospectant +prospectas +prospectasse +prospectassent +prospectasses +prospectassiez +prospectassions +prospectmes +prospectt +prospecttes +prospecte +prospectent +prospecter +prospectera +prospecterai +prospecteraient +prospecterais +prospecterait +prospecteras +prospecterez +prospecteriez +prospecterions +prospecterons +prospecteront +prospectes +prospecteur +prospecteurs +prospectez +prospect +prospecte +prospectes +prospects +prospectrent +prospectiez +prospection +prospections +prospective +prospectives +prospectons +prospectus +prospra +prosprai +prospraient +prosprais +prosprait +prosprant +prospras +prosprasse +prosprassent +prosprasses +prosprassiez +prosprassions +prosprmes +prosprt +prosprtes +prosprer +prosprera +prosprerai +prospreraient +prosprerais +prosprerait +prospreras +prosprerez +prospreriez +prosprerions +prosprerons +prospreront +prosprez +prospr +prospre +prospres +prosprs +prosprrent +prospriez +prosprions +prosprit +prosprits +prosprons +prospre +prosprent +prospres +prostate +prostates +prosterna +prosternai +prosternaient +prosternais +prosternait +prosternant +prosternas +prosternasse +prosternassent +prosternasses +prosternassiez +prosternassions +prosternation +prosternations +prosternmes +prosternt +prosterntes +prosterne +prosternement +prosternements +prosternent +prosterner +prosternera +prosternerai +prosterneraient +prosternerais +prosternerait +prosterneras +prosternerez +prosterneriez +prosternerions +prosternerons +prosterneront +prosternes +prosternez +prostern +prosterne +prosternes +prosterns +prosternrent +prosterniez +prosternions +prosternons +prostitua +prostituai +prostituaient +prostituais +prostituait +prostituant +prostituas +prostituasse +prostituassent +prostituasses +prostituassiez +prostituassions +prostitumes +prostitut +prostitutes +prostitue +prostituent +prostituer +prostituera +prostituerai +prostitueraient +prostituerais +prostituerait +prostitueras +prostituerez +prostitueriez +prostituerions +prostituerons +prostitueront +prostitues +prostituez +prostitu +prostitue +prostitues +prostitus +prostiturent +prostituiez +prostituions +prostituons +prostitution +prostitutions +prostration +prostrations +prostr +prostre +prostres +prostrs +protagoniste +protagonistes +prote +protecteur +protecteurs +protection +protectionnisme +protectionniste +protectionnistes +protections +protectorat +protectorats +protectrice +protectrices +protes +protesta +protestai +protestaient +protestais +protestait +protestant +protestante +protestantes +protestantisme +protestants +protestas +protestasse +protestassent +protestasses +protestassiez +protestassions +protestataire +protestataires +protestation +protestations +protestmes +protestt +protesttes +proteste +protestent +protester +protestera +protesterai +protesteraient +protesterais +protesterait +protesteras +protesterez +protesteriez +protesterions +protesterons +protesteront +protestes +protestez +protest +proteste +protestes +protests +protestrent +protestiez +protestions +protestons +prote +protes +protge +protgea +protgeai +protgeaient +protgeais +protgeait +protgeant +protgeas +protgeasse +protgeassent +protgeasses +protgeassiez +protgeassions +protgemes +protget +protgetes +protgeons +protger +protgera +protgerai +protgeraient +protgerais +protgerait +protgeras +protgerez +protgeriez +protgerions +protgerons +protgeront +protgez +protg +protge +protges +protgs +protgrent +protgiez +protgions +protgons +protiforme +protiformes +protine +protines +protge +protgent +protges +prott +protts +prothse +prothses +protides +protocolaire +protocolaires +protocole +protocoles +protohistoire +proton +protons +protoplasme +prototype +prototypes +protoxyde +protoxydes +protozoaires +protubrance +protubrances +protubrant +protubrante +protubrantes +protubrants +proue +proues +prouesse +prouesses +prouva +prouvable +prouvables +prouvai +prouvaient +prouvais +prouvait +prouvant +prouvas +prouvasse +prouvassent +prouvasses +prouvassiez +prouvassions +prouvmes +prouvt +prouvtes +prouve +prouvent +prouver +prouvera +prouverai +prouveraient +prouverais +prouverait +prouveras +prouverez +prouveriez +prouverions +prouverons +prouveront +prouves +prouvez +prouv +prouve +prouves +prouvs +prouvrent +prouviez +prouvions +prouvons +provenaient +provenais +provenait +provenance +provenances +provenant +provence +provences +provenal +provenale +provenales +provenaux +provende +provendes +provenez +proveniez +provenions +provenir +provenons +provenu +provenue +provenues +provenus +proverbe +proverbes +proverbial +proverbiale +proverbialement +proverbiales +proverbiaux +providence +providences +providentiel +providentielle +providentiellement +providentielles +providentiels +proviendra +proviendrai +proviendraient +proviendrais +proviendrait +proviendras +proviendrez +proviendriez +proviendrions +proviendrons +proviendront +provienne +proviennent +proviennes +proviens +provient +provigna +provignai +provignaient +provignais +provignait +provignant +provignas +provignasse +provignassent +provignasses +provignassiez +provignassions +provignmes +provignt +provigntes +provigne +provignent +provigner +provignera +provignerai +provigneraient +provignerais +provignerait +provigneras +provignerez +provigneriez +provignerions +provignerons +provigneront +provignes +provignez +provign +provigne +provignes +provigns +provignrent +provigniez +provignions +provignons +province +provinces +provincial +provinciale +provinciales +provincialisme +provincialismes +provinciaux +provinrent +provins +provinsse +provinssent +provinsses +provinssiez +provinssions +provint +proviseur +proviseurs +provision +provisionnel +provisionnelle +provisionnelles +provisionnels +provisions +provisoire +provisoirement +provisoires +provnmes +provnt +provntes +provocant +provocante +provocantes +provocants +provocateur +provocateurs +provocation +provocations +provocatrice +provocatrices +provoqua +provoquai +provoquaient +provoquais +provoquait +provoquant +provoquas +provoquasse +provoquassent +provoquasses +provoquassiez +provoquassions +provoqumes +provoqut +provoqutes +provoque +provoquent +provoquer +provoquera +provoquerai +provoqueraient +provoquerais +provoquerait +provoqueras +provoquerez +provoqueriez +provoquerions +provoquerons +provoqueront +provoques +provoquez +provoqu +provoque +provoques +provoqus +provoqurent +provoquiez +provoquions +provoquons +proximal +proximale +proximales +proximaux +proximit +proximits +prna +prnai +prnaient +prnais +prnait +prnant +prnas +prnasse +prnassent +prnasses +prnassiez +prnassions +prnmes +prnt +prntes +prne +prnent +prner +prnera +prnerai +prneraient +prnerais +prnerait +prneras +prnerez +prneriez +prnerions +prnerons +prneront +prnes +prnez +prn +prne +prnes +prns +prnrent +prniez +prnions +prnons +prud +prude +prudemment +prudence +prudences +prudent +prudente +prudentes +prudents +pruderie +pruderies +prudes +prudhommesque +prudhommesques +prune +pruneau +pruneaux +prunelle +prunelles +prunellier +prunelliers +prunes +prunier +pruniers +prurigo +prurit +prusse +prussien +prussienne +prussiennes +prussiens +prussique +prussiques +prytane +prytanes +psalmiste +psalmistes +psalmodia +psalmodiai +psalmodiaient +psalmodiais +psalmodiait +psalmodiant +psalmodias +psalmodiasse +psalmodiassent +psalmodiasses +psalmodiassiez +psalmodiassions +psalmodimes +psalmodit +psalmodites +psalmodie +psalmodient +psalmodier +psalmodiera +psalmodierai +psalmodieraient +psalmodierais +psalmodierait +psalmodieras +psalmodierez +psalmodieriez +psalmodierions +psalmodierons +psalmodieront +psalmodies +psalmodiez +psalmodi +psalmodie +psalmodies +psalmodis +psalmodirent +psalmodiiez +psalmodiions +psalmodions +psaume +psaumes +psautier +psautiers +pseudo +pseudonyme +pseudonymes +psitt +psychanalyse +psychanalyses +psychanalyste +psychanalystes +psych +psychdlique +psychdliques +psychdlisme +psychs +psychiatre +psychiatres +psychiatrie +psychiatrique +psychiatriques +psychique +psychiquement +psychiques +psychisme +psychologie +psychologique +psychologiquement +psychologiques +psychologue +psychologues +psychose +psychoses +psychosomatique +psychosomatiques +psychothrapie +psychothrapies +ptse +ptses +pu +pua +puai +puaient +puais +puait +puant +puante +puantes +puanteur +puanteurs +puants +puas +puasse +puassent +puasses +puassiez +puassions +pumes +put +putes +pub +pubert +puberts +pubre +pubres +pubis +publia +publiai +publiaient +publiais +publiait +publiant +publias +publiasse +publiassent +publiasses +publiassiez +publiassions +publimes +publit +publites +public +publication +publications +publiciste +publicistes +publicitaire +publicitaires +publicit +publicits +publics +publie +publient +publier +publiera +publierai +publieraient +publierais +publierait +publieras +publierez +publieriez +publierions +publierons +publieront +publies +publiez +publi +publie +publies +publis +publirent +publiiez +publiions +publions +publique +publiquement +publiques +pubs +puce +puceau +puceaux +pucelle +pucelles +puceron +pucerons +puces +pudding +puddings +puddla +puddlage +puddlages +puddlai +puddlaient +puddlais +puddlait +puddlant +puddlas +puddlasse +puddlassent +puddlasses +puddlassiez +puddlassions +puddlmes +puddlt +puddltes +puddle +puddlent +puddler +puddlera +puddlerai +puddleraient +puddlerais +puddlerait +puddleras +puddlerez +puddleriez +puddlerions +puddlerons +puddleront +puddles +puddlez +puddl +puddle +puddles +puddls +puddlrent +puddliez +puddlions +puddlons +pudeur +pudeurs +pudibond +pudibonde +pudibonderie +pudibonderies +pudibondes +pudibonds +pudicit +pudicits +pudique +pudiquement +pudiques +pue +puent +puer +puera +puerai +pueraient +puerais +puerait +pueras +puerez +pueriez +puerions +puerons +pueront +puerpral +puerprale +puerprales +puerpraux +pues +puez +pu +pue +pues +puricultrice +puricultrices +puriculture +puricultures +puril +purile +purilement +puriles +purilit +purilits +purils +pus +purent +pugilat +pugilats +pugiliste +pugilistes +puiez +puin +puine +puines +puins +puions +puis +puisa +puisage +puisages +puisai +puisaient +puisais +puisait +puisant +puisard +puisards +puisas +puisasse +puisassent +puisasses +puisassiez +puisassions +puisatier +puisatiers +puismes +puist +puistes +puise +puisement +puisements +puisent +puiser +puisera +puiserai +puiseraient +puiserais +puiserait +puiseras +puiserez +puiseriez +puiserions +puiserons +puiseront +puises +puisez +puis +puise +puises +puiss +puisrent +puisiez +puisions +puisons +puisqu +puisque +puissamment +puissance +puissances +puissant +puissante +puissantes +puissants +puisse +puissent +puisses +puissiez +puissions +puits +pun +pune +punes +puns +pull +pulls +pullula +pullulai +pullulaient +pullulais +pullulait +pullulant +pullulas +pullulasse +pullulassent +pullulasses +pullulassiez +pullulassions +pullulation +pullulations +pullulmes +pullult +pullultes +pullule +pullulent +pulluler +pullulera +pullulerai +pulluleraient +pullulerais +pullulerait +pulluleras +pullulerez +pulluleriez +pullulerions +pullulerons +pulluleront +pullules +pullulez +pullul +pullule +pullules +pulluls +pullulrent +pulluliez +pullulions +pullulons +pulmonaire +pulmonaires +pulpe +pulpes +pulpeuse +pulpeuses +pulpeux +pulsation +pulsations +pulse +pulsion +pulsions +pulvrisa +pulvrisai +pulvrisaient +pulvrisais +pulvrisait +pulvrisant +pulvrisas +pulvrisasse +pulvrisassent +pulvrisasses +pulvrisassiez +pulvrisassions +pulvrisateur +pulvrisateurs +pulvrisation +pulvrisations +pulvrismes +pulvrist +pulvristes +pulvrise +pulvrisent +pulvriser +pulvrisera +pulvriserai +pulvriseraient +pulvriserais +pulvriserait +pulvriseras +pulvriserez +pulvriseriez +pulvriserions +pulvriserons +pulvriseront +pulvrises +pulvrisez +pulvris +pulvrise +pulvrises +pulvriss +pulvrisrent +pulvrisiez +pulvrisions +pulvrisons +pulvrulent +pulvrulente +pulvrulentes +pulvrulents +puma +pumas +punaise +punaises +punch +puni +punie +punies +punique +puniques +punir +punira +punirai +puniraient +punirais +punirait +puniras +punirent +punirez +puniriez +punirions +punirons +puniront +punis +punissable +punissables +punissaient +punissais +punissait +punissant +punisse +punissent +punisses +punissez +punissiez +punissions +punissons +punit +punition +punitions +punmes +punt +puntes +puons +pupillaire +pupillaires +pupille +pupilles +pupitre +pupitres +pur +pure +purement +purent +pures +puret +purets +pure +pures +purgatif +purgatifs +purgative +purgatives +purgatoire +purge +purgea +purgeai +purgeaient +purgeais +purgeait +purgeant +purgeas +purgeasse +purgeassent +purgeasses +purgeassiez +purgeassions +purgemes +purget +purgetes +purgent +purgeons +purger +purgera +purgerai +purgeraient +purgerais +purgerait +purgeras +purgerez +purgeriez +purgerions +purgerons +purgeront +purges +purgeur +purgeurs +purgez +purg +purge +purges +purgs +purgrent +purgiez +purgions +purifia +purifiai +purifiaient +purifiais +purifiait +purifiant +purifias +purifiasse +purifiassent +purifiasses +purifiassiez +purifiassions +purifimes +purifit +purifites +purificateur +purificateurs +purification +purifications +purificatrice +purificatrices +purifie +purifient +purifier +purifiera +purifierai +purifieraient +purifierais +purifierait +purifieras +purifierez +purifieriez +purifierions +purifierons +purifieront +purifies +purifiez +purifi +purifie +purifies +purifis +purifirent +purifiiez +purifiions +purifions +purin +purins +purisme +purismes +puriste +puristes +puritain +puritaine +puritaines +puritains +puritanisme +purpurin +purpurine +purpurines +purpurins +purs +purulence +purulences +purulent +purulente +purulentes +purulents +pus +pusillanime +pusillanimes +pusillanimit +pusillanimits +pusse +pussent +pusses +pussiez +pussions +pustule +pustules +pustuleuse +pustuleuses +pustuleux +put +putain +putains +putatif +putatifs +putative +putatives +pute +putes +putois +putrescible +putrescibles +putrfaction +putrfactions +putrfia +putrfiai +putrfiaient +putrfiais +putrfiait +putrfiant +putrfias +putrfiasse +putrfiassent +putrfiasses +putrfiassiez +putrfiassions +putrfimes +putrfit +putrfites +putrfie +putrfient +putrfier +putrfiera +putrfierai +putrfieraient +putrfierais +putrfierait +putrfieras +putrfierez +putrfieriez +putrfierions +putrfierons +putrfieront +putrfies +putrfiez +putrfi +putrfie +putrfies +putrfis +putrfirent +putrfiiez +putrfiions +putrfions +putride +putrides +putridit +putridits +putsch +puy +puys +puzzle +puzzles +pmes +pt +ptes +pygme +pygmes +pyjama +pyjamas +pylore +pylores +pylne +pylnes +pyramidal +pyramidale +pyramidales +pyramidaux +pyramide +pyramides +pyrnes +pyrthre +pyrite +pyrogravure +pyrogravures +pyromane +pyromanes +pyromanie +pyromanies +pyrotechnie +pyrotechnique +pyrotechniques +pythagoricien +pythagoricienne +pythagoriciennes +pythagoriciens +pythagorisme +pythie +pythique +pythiques +python +pythonisse +pythonisses +pythons +q +qu +qua +quadragnaire +quadragnaires +quadrangulaire +quadrangulaires +quadrant +quadrants +quadratique +quadratiques +quadrature +quadratures +quadriennal +quadriennale +quadriennales +quadriennaux +quadrige +quadriges +quadrilatral +quadrilatrale +quadrilatrales +quadrilatraux +quadrilatre +quadrilatres +quadrilla +quadrillage +quadrillages +quadrillai +quadrillaient +quadrillais +quadrillait +quadrillant +quadrillas +quadrillasse +quadrillassent +quadrillasses +quadrillassiez +quadrillassions +quadrillmes +quadrillt +quadrilltes +quadrille +quadrillent +quadriller +quadrillera +quadrillerai +quadrilleraient +quadrillerais +quadrillerait +quadrilleras +quadrillerez +quadrilleriez +quadrillerions +quadrillerons +quadrilleront +quadrilles +quadrillez +quadrill +quadrille +quadrillee +quadrills +quadrillrent +quadrilliez +quadrillions +quadrillons +quadripartite +quadripartites +quadrisyllabique +quadrisyllabiques +quadrumane +quadrumanes +quadrupde +quadrupdes +quadrupla +quadruplai +quadruplaient +quadruplais +quadruplait +quadruplant +quadruplas +quadruplasse +quadruplassent +quadruplasses +quadruplassiez +quadruplassions +quadruplmes +quadruplt +quadrupltes +quadruple +quadruplent +quadrupler +quadruplera +quadruplerai +quadrupleraient +quadruplerais +quadruplerait +quadrupleras +quadruplerez +quadrupleriez +quadruplerions +quadruplerons +quadrupleront +quadruples +quadruplez +quadrupl +quadruple +quadruples +quadrupls +quadruplrent +quadrupliez +quadruplions +quadruplons +quai +quais +quaker +quakeresse +quakeresses +quakers +qualifia +qualifiable +qualifiables +qualifiai +qualifiaient +qualifiais +qualifiait +qualifiant +qualifias +qualifiasse +qualifiassent +qualifiasses +qualifiassiez +qualifiassions +qualifimes +qualifit +qualifites +qualificatif +qualificatifs +qualification +qualifications +qualificative +qualificatives +qualifie +qualifient +qualifier +qualifiera +qualifierai +qualifieraient +qualifierais +qualifierait +qualifieras +qualifierez +qualifieriez +qualifierions +qualifierons +qualifieront +qualifies +qualifiez +qualifi +qualifie +qualifies +qualifis +qualifirent +qualifiiez +qualifiions +qualifions +qualitatif +qualitatifs +qualitative +qualitativement +qualitatives +qualit +qualits +quand +quant +quanta +quantime +quantique +quantiques +quantitatif +quantitatifs +quantitative +quantitativement +quantitatives +quantit +quantits +quantum +quarantaine +quarantaines +quarante +quarantime +quarantimes +quart +quartaut +quartauts +quarte +quarteron +quarteronne +quarteronnes +quarterons +quartes +quartette +quartettes +quartier +quartiers +quarto +quarts +quartz +quartzeuse +quartzeuses +quartzeux +quasi +quasiment +quasis +quater +quaternaire +quaternaires +quatorze +quatorzime +quatorzimes +quatrain +quatrains +quatre +quatres +quatrime +quatrimement +quatrimes +quatuor +quatuors +que +quel +quelconque +quelconques +quelle +quelles +quelqu +quelque +quelquefois +quelques +quels +quenelle +quenelles +quenotte +quenottes +quenouille +quenouilles +querella +querellai +querellaient +querellais +querellait +querellant +querellas +querellasse +querellassent +querellasses +querellassiez +querellassions +querellmes +querellt +querelltes +querelle +querellent +quereller +querellera +querellerai +querelleraient +querellerais +querellerait +querelleras +querellerez +querelleriez +querellerions +querellerons +querelleront +querelles +querelleur +querelleurs +querelleuse +querelleuses +querellez +querell +querelle +querelles +querells +querellrent +querelliez +querellions +querellons +querir +questeur +questeurs +question +questionna +questionnai +questionnaient +questionnaire +questionnaires +questionnais +questionnait +questionnant +questionnas +questionnasse +questionnassent +questionnasses +questionnassiez +questionnassions +questionnmes +questionnt +questionntes +questionne +questionnent +questionner +questionnera +questionnerai +questionneraient +questionnerais +questionnerait +questionneras +questionnerez +questionneriez +questionnerions +questionnerons +questionneront +questionnes +questionneur +questionneurs +questionneuse +questionneuses +questionnez +questionn +questionne +questionnes +questionns +questionnrent +questionniez +questionnions +questionnons +questions +questure +questures +quetsche +quetsches +queue +queues +queuta +queutai +queutaient +queutais +queutait +queutant +queutas +queutasse +queutassent +queutasses +queutassiez +queutassions +queutmes +queutt +queuttes +queute +queutent +queuter +queutera +queuterai +queuteraient +queuterais +queuterait +queuteras +queuterez +queuteriez +queuterions +queuterons +queuteront +queutes +queutez +queut +queute +queutes +queuts +queutrent +queutiez +queutions +queutons +queux +qubec +qubequois +qubequoise +qubequoises +qumanda +qumandai +qumandaient +qumandais +qumandait +qumandant +qumandas +qumandasse +qumandassent +qumandasses +qumandassiez +qumandassions +qumandmes +qumandt +qumandtes +qumande +qumandent +qumander +qumandera +qumanderai +qumanderaient +qumanderais +qumanderait +qumanderas +qumanderez +qumanderiez +qumanderions +qumanderons +qumanderont +qumandes +qumandeur +qumandeurs +qumandeuse +qumandeuses +qumandez +qumand +qumande +qumandes +qumands +qumandrent +qumandiez +qumandions +qumandons +qurir +quta +qutai +qutaient +qutais +qutait +qutant +qutas +qutasse +qutassent +qutasses +qutassiez +qutassions +qutmes +qutt +quttes +qute +qutent +quter +qutera +quterai +quteraient +quterais +quterait +quteras +quterez +quteriez +quterions +quterons +quteront +qutes +quteur +quteurs +quteuse +quteuses +qutez +qut +qute +qutes +quts +qutrent +qutiez +qutions +qutons +qui +quia +quiche +quiches +quiconque +quidam +quidams +quitisme +quitiste +quitistes +quitude +quitudes +quignon +quignons +quille +quilles +quillon +quillons +quincaillerie +quincailleries +quincaillier +quincailliere +quincaillieres +quincailliers +quinconce +quinconces +quinine +quinquagnaire +quinquagnaires +quinquennal +quinquennale +quinquennales +quinquennaux +quinquet +quinquets +quinquina +quinquinas +quintal +quintals +quinte +quintes +quintessence +quintessences +quintette +quintettes +quinteuse +quinteuses +quinteux +quinto +quintupla +quintuplai +quintuplaient +quintuplais +quintuplait +quintuplant +quintuplas +quintuplasse +quintuplassent +quintuplasses +quintuplassiez +quintuplassions +quintuplmes +quintuplt +quintupltes +quintuple +quintuplent +quintupler +quintuplera +quintuplerai +quintupleraient +quintuplerais +quintuplerait +quintupleras +quintuplerez +quintupleriez +quintuplerions +quintuplerons +quintupleront +quintuples +quintuplez +quintupl +quintuple +quintuples +quintupls +quintuplrent +quintupliez +quintuplions +quintuplons +quinzaine +quinzaines +quinze +quinzes +quinzime +quinzimes +quiproquo +quitta +quittai +quittaient +quittais +quittait +quittance +quittances +quittant +quittas +quittasse +quittassent +quittasses +quittassiez +quittassions +quittmes +quittt +quitttes +quitte +quittent +quitter +quittera +quitterai +quitteraient +quitterais +quitterait +quitteras +quitterez +quitteriez +quitterions +quitterons +quitteront +quittes +quittez +quitt +quitte +quittes +quitts +quittrent +quittiez +quittions +quittons +quitus +quo +quoi +quoiqu +quoique +quolibet +quolibets +quorum +quorums +quote +quotes +quotidien +quotidienne +quotidiennement +quotidiennes +quotidiens +quotient +quotients +quotit +quotits +r +rabais +rabaissa +rabaissai +rabaissaient +rabaissais +rabaissait +rabaissant +rabaissas +rabaissasse +rabaissassent +rabaissasses +rabaissassiez +rabaissassions +rabaissmes +rabaisst +rabaisstes +rabaisse +rabaissent +rabaisser +rabaissera +rabaisserai +rabaisseraient +rabaisserais +rabaisserait +rabaisseras +rabaisserez +rabaisseriez +rabaisserions +rabaisserons +rabaisseront +rabaisses +rabaissez +rabaiss +rabaisse +rabaisses +rabaisss +rabaissrent +rabaissiez +rabaissions +rabaissons +rabane +rabat +rabats +rabattage +rabattages +rabattaient +rabattais +rabattait +rabattant +rabatte +rabattement +rabattements +rabattent +rabattes +rabatteur +rabatteurs +rabattez +rabattiez +rabattions +rabattirent +rabattis +rabattisse +rabattissent +rabattisses +rabattissiez +rabattissions +rabattit +rabattmes +rabattt +rabatttes +rabattons +rabattra +rabattrai +rabattraient +rabattrais +rabattrait +rabattras +rabattre +rabattrez +rabattriez +rabattrions +rabattrons +rabattront +rabattu +rabattue +rabattues +rabattus +rabcha +rabchage +rabchages +rabchai +rabchaient +rabchais +rabchait +rabchant +rabchas +rabchasse +rabchassent +rabchasses +rabchassiez +rabchassions +rabchmes +rabcht +rabchtes +rabche +rabchent +rabcher +rabchera +rabcherai +rabcheraient +rabcherais +rabcherait +rabcheras +rabcherez +rabcheriez +rabcherions +rabcherons +rabcheront +rabches +rabcheur +rabcheurs +rabcheuse +rabcheuses +rabchez +rabch +rabche +rabches +rabchs +rabchrent +rabchiez +rabchions +rabchons +rabbin +rabbinique +rabbiniques +rabbins +rabelais +rabelaisien +rabelaisienne +rabelaisiennes +rabelaisiens +rabibocha +rabibochai +rabibochaient +rabibochais +rabibochait +rabibochant +rabibochas +rabibochasse +rabibochassent +rabibochasses +rabibochassiez +rabibochassions +rabibochmes +rabibocht +rabibochtes +rabiboche +rabibochent +rabibocher +rabibochera +rabibocherai +rabibocheraient +rabibocherais +rabibocherait +rabibocheras +rabibocherez +rabibocheriez +rabibocherions +rabibocherons +rabibocheront +rabiboches +rabibochez +rabiboch +rabiboche +rabiboches +rabibochs +rabibochrent +rabibochiez +rabibochions +rabibochons +rabiot +rabiots +rabique +rabiques +rabot +rabota +rabotage +rabotages +rabotai +rabotaient +rabotais +rabotait +rabotant +rabotas +rabotasse +rabotassent +rabotasses +rabotassiez +rabotassions +rabotmes +rabott +rabottes +rabote +rabotent +raboter +rabotera +raboterai +raboteraient +raboterais +raboterait +raboteras +raboterez +raboteriez +raboterions +raboterons +raboteront +rabotes +raboteur +raboteurs +raboteuse +raboteuses +raboteux +rabotez +rabot +rabote +rabotes +rabots +rabotrent +rabotiez +rabotions +rabotons +rabots +rabougri +rabougrie +rabougries +rabougris +rabouta +raboutai +raboutaient +raboutais +raboutait +raboutant +raboutas +raboutasse +raboutassent +raboutasses +raboutassiez +raboutassions +raboutmes +raboutt +rabouttes +raboute +raboutent +rabouter +raboutera +rabouterai +rabouteraient +rabouterais +rabouterait +rabouteras +rabouterez +rabouteriez +rabouterions +rabouterons +rabouteront +raboutes +raboutez +rabout +raboute +raboutes +rabouts +raboutrent +rabouti +raboutie +rabouties +raboutiez +raboutions +raboutir +raboutira +raboutirai +raboutiraient +raboutirais +raboutirait +raboutiras +raboutirent +raboutirez +raboutiriez +raboutirions +raboutirons +raboutiront +raboutis +raboutissaient +raboutissais +raboutissait +raboutissant +raboutisse +raboutissent +raboutisses +raboutissez +raboutissiez +raboutissions +raboutissons +raboutit +raboutmes +raboutt +rabouttes +raboutons +rabroua +rabrouai +rabrouaient +rabrouais +rabrouait +rabrouant +rabrouas +rabrouasse +rabrouassent +rabrouasses +rabrouassiez +rabrouassions +rabroumes +rabrout +rabroutes +rabroue +rabrouent +rabrouer +rabrouera +rabrouerai +rabroueraient +rabrouerais +rabrouerait +rabroueras +rabrouerez +rabroueriez +rabrouerions +rabrouerons +rabroueront +rabroues +rabrouez +rabrou +rabroue +rabroues +rabrous +rabrourent +rabrouiez +rabrouions +rabrouons +racaille +racailles +raccommoda +raccommodable +raccommodables +raccommodage +raccommodages +raccommodai +raccommodaient +raccommodais +raccommodait +raccommodant +raccommodas +raccommodasse +raccommodassent +raccommodasses +raccommodassiez +raccommodassions +raccommodmes +raccommodt +raccommodtes +raccommode +raccommodement +raccommodements +raccommodent +raccommoder +raccommodera +raccommoderai +raccommoderaient +raccommoderais +raccommoderait +raccommoderas +raccommoderez +raccommoderiez +raccommoderions +raccommoderons +raccommoderont +raccommodes +raccommodeur +raccommodeurs +raccommodeuse +raccommodeuses +raccommodez +raccommod +raccommode +raccommodes +raccommods +raccommodrent +raccommodiez +raccommodions +raccommodons +raccord +raccorda +raccordai +raccordaient +raccordais +raccordait +raccordant +raccordas +raccordasse +raccordassent +raccordasses +raccordassiez +raccordassions +raccordmes +raccordt +raccordtes +raccorde +raccordement +raccordements +raccordent +raccorder +raccordera +raccorderai +raccorderaient +raccorderais +raccorderait +raccorderas +raccorderez +raccorderiez +raccorderions +raccorderons +raccorderont +raccordes +raccordez +raccord +raccorde +raccordes +raccords +raccordrent +raccordiez +raccordions +raccordons +raccords +raccourci +raccourcie +raccourcies +raccourcir +raccourcira +raccourcirai +raccourciraient +raccourcirais +raccourcirait +raccourciras +raccourcirent +raccourcirez +raccourciriez +raccourcirions +raccourcirons +raccourciront +raccourcis +raccourcissaient +raccourcissais +raccourcissait +raccourcissant +raccourcisse +raccourcissement +raccourcissements +raccourcissent +raccourcisses +raccourcissez +raccourcissiez +raccourcissions +raccourcissons +raccourcit +raccourcmes +raccourct +raccourctes +raccroc +raccrocha +raccrochage +raccrochages +raccrochai +raccrochaient +raccrochais +raccrochait +raccrochant +raccrochas +raccrochasse +raccrochassent +raccrochasses +raccrochassiez +raccrochassions +raccrochmes +raccrocht +raccrochtes +raccroche +raccrochent +raccrocher +raccrochera +raccrocherai +raccrocheraient +raccrocherais +raccrocherait +raccrocheras +raccrocherez +raccrocheriez +raccrocherions +raccrocherons +raccrocheront +raccroches +raccrochez +raccroch +raccroche +raccroches +raccrochs +raccrochrent +raccrochiez +raccrochions +raccrochons +raccrocs +race +races +rac +race +races +racs +rachat +rachats +racheta +rachetable +rachetables +rachetai +rachetaient +rachetais +rachetait +rachetant +rachetas +rachetasse +rachetassent +rachetasses +rachetassiez +rachetassions +rachetmes +rachett +rachettes +racheter +rachetez +rachet +rachete +rachetes +rachets +rachetrent +rachetiez +rachetions +rachetons +rachte +rachtent +rachtera +rachterai +rachteraient +rachterais +rachterait +rachteras +rachterez +rachteriez +rachterions +rachterons +rachteront +rachtes +rachidien +rachidienne +rachidiennes +rachidiens +rachis +rachitique +rachitiques +rachitisme +racial +raciale +raciales +raciaux +racine +racines +racisme +racismes +raciste +racistes +racket extorsion +rackets extorsion +racketteur +racketteurs +racla +raclage +raclages +raclai +raclaient +raclais +raclait +raclant +raclas +raclasse +raclassent +raclasses +raclassiez +raclassions +raclmes +raclt +racltes +racle +raclent +racler +raclera +raclerai +racleraient +raclerais +raclerait +racleras +raclerez +racleriez +raclerions +raclerons +racleront +racles +raclette +raclettes +raclez +racl +racle +racles +racls +raclrent +racliez +raclions +racloir +racloirs +raclons +raclure +raclures +racola +racolage +racolages +racolai +racolaient +racolais +racolait +racolant +racolas +racolasse +racolassent +racolasses +racolassiez +racolassions +racolmes +racolt +racoltes +racole +racolent +racoler +racolera +racolerai +racoleraient +racolerais +racolerait +racoleras +racolerez +racoleriez +racolerions +racolerons +racoleront +racoles +racoleur +racoleurs +racoleuse +racoleuses +racolez +racol +racole +racoles +racols +racolrent +racoliez +racolions +racolons +raconta +racontai +racontaient +racontais +racontait +racontant +racontar +racontars +racontas +racontasse +racontassent +racontasses +racontassiez +racontassions +racontmes +racontt +raconttes +raconte +racontent +raconter +racontera +raconterai +raconteraient +raconterais +raconterait +raconteras +raconterez +raconteriez +raconterions +raconterons +raconteront +racontes +racontez +racont +raconte +racontes +raconts +racontrent +racontiez +racontions +racontons +racorni +racornie +racornies +racornir +racornira +racornirai +racorniraient +racornirais +racornirait +racorniras +racornirent +racornirez +racorniriez +racornirions +racornirons +racorniront +racornis +racornissaient +racornissais +racornissait +racornissant +racornisse +racornissement +racornissements +racornissent +racornisses +racornissez +racornissiez +racornissions +racornissons +racornit +racornmes +racornt +racorntes +radar +radars +rade +radeau +radeaux +rades +radia +radiai +radiaient +radiais +radiait +radial +radiale +radiales +radian +radians +radiant +radias +radiasse +radiassent +radiasses +radiassiez +radiassions +radiateur +radiateurs +radiation +radiations +radiaux +radimes +radit +radites +radical +radicale +radicalement +radicales +radicalisme +radicaux +radicelle +radicelles +radie +radient +radier +radiera +radierai +radieraient +radierais +radierait +radieras +radierez +radieriez +radierions +radierons +radieront +radies +radiesthsie +radieuse +radieuses +radieux +radiez +radi +radie +radies +radis +radirent +radiiez +radiions +radin +radine +radines +radins +radio +radioactif +radioactifs +radioactive +radioactives +radioactivit +radiodiffusa +radiodiffusai +radiodiffusaient +radiodiffusais +radiodiffusait +radiodiffusant +radiodiffusas +radiodiffusasse +radiodiffusassent +radiodiffusasses +radiodiffusassiez +radiodiffusassions +radiodiffusmes +radiodiffust +radiodiffustes +radiodiffuse +radiodiffusent +radiodiffuser +radiodiffusera +radiodiffuserai +radiodiffuseraient +radiodiffuserais +radiodiffuserait +radiodiffuseras +radiodiffuserez +radiodiffuseriez +radiodiffuserions +radiodiffuserons +radiodiffuseront +radiodiffuses +radiodiffusez +radiodiffus +radiodiffuse +radiodiffuses +radiodiffuss +radiodiffusrent +radiodiffusiez +radiodiffusions +radiodiffusons +radiolectricit +radiographia +radiographiai +radiographiaient +radiographiais +radiographiait +radiographiant +radiographias +radiographiasse +radiographiassent +radiographiasses +radiographiassiez +radiographiassions +radiographimes +radiographit +radiographites +radiographie +radiographient +radiographier +radiographiera +radiographierai +radiographieraient +radiographierais +radiographierait +radiographieras +radiographierez +radiographieriez +radiographierions +radiographierons +radiographieront +radiographies +radiographiez +radiographi +radiographie +radiographies +radiographis +radiographirent +radiographiiez +radiographiions +radiographions +radiologie +radiologique +radiologiques +radiologue +radiologues +radions +radiophare +radiophares +radiophonie +radiophonique +radiophoniques +radioreportage +radioreportages +radios +radioscopie +radioscopies +radiotlegraphie +radiotlephonie +radiotlvis +radiotlvise +radiotlvises +radiotlviss +radiothrapie +radiothrapies +radis +radium +radiumthrapie +radiumthrapies +radius +radota +radotage +radotages +radotai +radotaient +radotais +radotait +radotant +radotas +radotasse +radotassent +radotasses +radotassiez +radotassions +radotmes +radott +radottes +radote +radotent +radoter +radotera +radoterai +radoteraient +radoterais +radoterait +radoteras +radoterez +radoteriez +radoterions +radoterons +radoteront +radotes +radoteur +radoteurs +radoteuse +radoteuses +radotez +radot +radote +radotes +radots +radotrent +radotiez +radotions +radotons +radoub +radouba +radoubai +radoubaient +radoubais +radoubait +radoubant +radoubas +radoubasse +radoubassent +radoubasses +radoubassiez +radoubassions +radoubmes +radoubt +radoubtes +radoube +radoubent +radouber +radoubera +radouberai +radouberaient +radouberais +radouberait +radouberas +radouberez +radouberiez +radouberions +radouberons +radouberont +radoubes +radoubez +radoub +radoube +radoubes +radoubs +radoubrent +radoubiez +radoubions +radoubons +radoubs +radouci +radoucie +radoucies +radoucir +radoucira +radoucirai +radouciraient +radoucirais +radoucirait +radouciras +radoucirent +radoucirez +radouciriez +radoucirions +radoucirons +radouciront +radoucis +radoucissaient +radoucissais +radoucissait +radoucissant +radoucisse +radoucissement +radoucissements +radoucissent +radoucisses +radoucissez +radoucissiez +radoucissions +radoucissons +radoucit +radoucmes +radouct +radouctes +raffale +raffales +raffermi +raffermie +raffermies +raffermir +raffermira +raffermirai +raffermiraient +raffermirais +raffermirait +raffermiras +raffermirent +raffermirez +raffermiriez +raffermirions +raffermirons +raffermiront +raffermis +raffermissaient +raffermissais +raffermissait +raffermissant +raffermisse +raffermissement +raffermissements +raffermissent +raffermisses +raffermissez +raffermissiez +raffermissions +raffermissons +raffermit +raffermmes +raffermt +raffermtes +raffina +raffinage +raffinages +raffinai +raffinaient +raffinais +raffinait +raffinant +raffinas +raffinasse +raffinassent +raffinasses +raffinassiez +raffinassions +raffinmes +raffint +raffintes +raffine +raffinement +raffinements +raffinent +raffiner +raffinera +raffinerai +raffineraient +raffinerais +raffinerait +raffineras +raffinerez +raffinerie +raffineries +raffineriez +raffinerions +raffinerons +raffineront +raffines +raffineur +raffineurs +raffineuse +raffineuses +raffinez +raffin +raffine +raffines +raffins +raffinrent +raffiniez +raffinions +raffinons +raffola +raffolai +raffolaient +raffolais +raffolait +raffolant +raffolas +raffolasse +raffolassent +raffolasses +raffolassiez +raffolassions +raffolmes +raffolt +raffoltes +raffole +raffolent +raffoler +raffolera +raffolerai +raffoleraient +raffolerais +raffolerait +raffoleras +raffolerez +raffoleriez +raffolerions +raffolerons +raffoleront +raffoles +raffolez +raffol +raffole +raffoles +raffols +raffolrent +raffoliez +raffolions +raffolons +raffut +raffuts +rafiot +rafiots +rafistola +rafistolage +rafistolages +rafistolai +rafistolaient +rafistolais +rafistolait +rafistolant +rafistolas +rafistolasse +rafistolassent +rafistolasses +rafistolassiez +rafistolassions +rafistolmes +rafistolt +rafistoltes +rafistole +rafistolent +rafistoler +rafistolera +rafistolerai +rafistoleraient +rafistolerais +rafistolerait +rafistoleras +rafistolerez +rafistoleriez +rafistolerions +rafistolerons +rafistoleront +rafistoles +rafistolez +rafistol +rafistole +rafistoles +rafistols +rafistolrent +rafistoliez +rafistolions +rafistolons +rafla +raflai +raflaient +raflais +raflait +raflant +raflas +raflasse +raflassent +raflasses +raflassiez +raflassions +raflmes +raflt +rafltes +rafle +rafler +raflera +raflerai +rafleraient +raflerais +raflerait +rafleras +raflerez +rafleriez +raflerions +raflerons +rafleront +rafles +raflez +rafl +rafle +rafles +rafls +raflrent +rafliez +raflions +raflons +rafrachi +rafrachie +rafrachies +rafrachir +rafrachira +rafrachirai +rafrachiraient +rafrachirais +rafrachirait +rafrachiras +rafrachirent +rafrachirez +rafrachiriez +rafrachirions +rafrachirons +rafrachiront +rafrachis +rafrachissaient +rafrachissais +rafrachissait +rafrachissant +rafrachisse +rafrachissement +rafrachissements +rafrachissent +rafrachisses +rafrachissez +rafrachissiez +rafrachissions +rafrachissons +rafrachit +rafrachmes +rafracht +rafrachtes +ragaillardi +ragaillardie +ragaillardies +ragaillardir +ragaillardira +ragaillardirai +ragaillardiraient +ragaillardirais +ragaillardirait +ragaillardiras +ragaillardirent +ragaillardirez +ragaillardiriez +ragaillardirions +ragaillardirons +ragaillardiront +ragaillardis +ragaillardissaient +ragaillardissais +ragaillardissait +ragaillardissant +ragaillardisse +ragaillardissent +ragaillardisses +ragaillardissez +ragaillardissiez +ragaillardissions +ragaillardissons +ragaillardit +ragaillardmes +ragaillardt +ragaillardtes +rage +ragea +rageai +rageaient +rageais +rageait +rageant +rageante +rageantes +rageants +rageas +rageasse +rageassent +rageasses +rageassiez +rageassions +ragemes +raget +ragetes +ragent +rageons +rager +ragerai +rageraient +ragerais +ragerait +rageras +ragerez +rageriez +ragerions +ragerons +rageront +rages +rageur +rageurs +rageuse +rageusement +rageuses +ragez +rag +rage +rages +rags +ragrent +ragiez +ragions +raglan +raglans +ragot +ragots +ragot +ragots +rahat +rai +raid +raide +raidement +raides +raideur +raideurs +raidi +raidie +raidies +raidillon +raidillons +raidir +raidirai +raidiraient +raidirais +raidirait +raidiras +raidirent +raidirez +raidiriez +raidirions +raidirons +raidiront +raidis +raidissaient +raidissais +raidissait +raidissant +raidisse +raidissement +raidissements +raidissent +raidisses +raidissez +raidissiez +raidissions +raidissons +raidit +raidmes +raidt +raidtes +raids +raie +raient +raiera +raierai +raieraient +raierais +raierait +raieras +raierez +raieriez +raierions +raierons +raieront +raies +raifort +raiforts +rail +railla +raillai +raillaient +raillais +raillait +raillant +raillas +raillasse +raillassent +raillasses +raillassiez +raillassions +raillmes +raillt +railltes +raille +raillent +railler +raillera +raillerai +railleraient +raillerais +raillerait +railleras +raillerez +raillerie +railleries +railleriez +raillerions +raillerons +railleront +railles +railleur +railleurs +railleuse +railleuses +raillez +raill +raille +railles +raills +raillrent +railliez +raillions +raillons +rails +raina +rainai +rainaient +rainais +rainait +rainant +rainas +rainasse +rainassent +rainasses +rainassiez +rainassions +rainmes +raint +raintes +raine +rainent +rainer +rainera +rainerai +raineraient +rainerais +rainerait +raineras +rainerez +raineriez +rainerions +rainerons +raineront +raines +rainette +rainettes +rainez +rain +raine +raines +rains +rainrent +rainiez +rainions +rainons +rainure +rainures +rais +raisin +raisins +raison +raisonable +raisonna +raisonnable +raisonnablement +raisonnables +raisonnai +raisonnaient +raisonnais +raisonnait +raisonnant +raisonnas +raisonnasse +raisonnassent +raisonnasses +raisonnassiez +raisonnassions +raisonnmes +raisonnt +raisonntes +raisonne +raisonnement +raisonnements +raisonnent +raisonner +raisonnera +raisonnerai +raisonneraient +raisonnerais +raisonnerait +raisonneras +raisonnerez +raisonneriez +raisonnerions +raisonnerons +raisonneront +raisonnes +raisonneur +raisonneurs +raisonneuse +raisonneuses +raisonnez +raisonn +raisonne +raisonnes +raisonns +raisonnrent +raisonniez +raisonnions +raisonnons +raisons +rajah +rajahs +rajeuni +rajeunie +rajeunies +rajeunir +rajeunira +rajeunirai +rajeuniraient +rajeunirais +rajeunirait +rajeuniras +rajeunirent +rajeunirez +rajeuniriez +rajeunirions +rajeunirons +rajeuniront +rajeunis +rajeunissaient +rajeunissais +rajeunissait +rajeunissant +rajeunisse +rajeunissement +rajeunissements +rajeunissent +rajeunisses +rajeunissez +rajeunissiez +rajeunissions +rajeunissons +rajeunit +rajeunmes +rajeunt +rajeuntes +rajouta +rajoutai +rajoutaient +rajoutais +rajoutait +rajoutant +rajoutas +rajoutasse +rajoutassent +rajoutasses +rajoutassiez +rajoutassions +rajoutmes +rajoutt +rajouttes +rajoute +rajoutent +rajouter +rajoutera +rajouterai +rajouteraient +rajouterais +rajouterait +rajouteras +rajouterez +rajouteriez +rajouterions +rajouterons +rajouteront +rajoutes +rajoutez +rajout +rajoute +rajoutes +rajouts +rajoutrent +rajoutiez +rajoutions +rajoutons +rajusta +rajustai +rajustaient +rajustais +rajustait +rajustant +rajustas +rajustasse +rajustassent +rajustasses +rajustassiez +rajustassions +rajustmes +rajustt +rajusttes +rajuste +rajustement +rajustements +rajustent +rajuster +rajustera +rajusterai +rajusteraient +rajusterais +rajusterait +rajusteras +rajusterez +rajusteriez +rajusterions +rajusterons +rajusteront +rajustes +rajustez +rajust +rajuste +rajustes +rajusts +rajustrent +rajustiez +rajustions +rajustons +ralenti +ralentie +ralenties +ralentir +ralentira +ralentirai +ralentiraient +ralentirais +ralentirait +ralentiras +ralentirent +ralentirez +ralentiriez +ralentirions +ralentirons +ralentiront +ralentis +ralentissaient +ralentissais +ralentissait +ralentissant +ralentisse +ralentissement +ralentissements +ralentissent +ralentisses +ralentissez +ralentissiez +ralentissions +ralentissons +ralentit +ralentmes +ralentt +ralenttes +rallia +ralliai +ralliaient +ralliais +ralliait +ralliant +rallias +ralliasse +ralliassent +ralliasses +ralliassiez +ralliassions +rallimes +rallit +rallites +rallie +ralliement +ralliements +rallient +rallier +ralliera +rallierai +rallieraient +rallierais +rallierait +rallieras +rallierez +rallieriez +rallierions +rallierons +rallieront +rallies +ralliez +ralli +rallie +rallies +rallis +rallirent +ralliiez +ralliions +rallions +rallonge +rallongea +rallongeai +rallongeaient +rallongeais +rallongeait +rallongeant +rallongeas +rallongeasse +rallongeassent +rallongeasses +rallongeassiez +rallongeassions +rallongemes +rallonget +rallongetes +rallongement +rallongements +rallongent +rallongeons +rallonger +rallongera +rallongerai +rallongeraient +rallongerais +rallongerait +rallongeras +rallongerez +rallongeriez +rallongerions +rallongerons +rallongeront +rallonges +rallongez +rallong +rallonge +rallonges +rallongrent +rallongiez +rallongions +ralluma +rallumai +rallumaient +rallumais +rallumait +rallumant +rallumas +rallumasse +rallumassent +rallumasses +rallumassiez +rallumassions +rallummes +rallumt +rallumtes +rallume +rallument +rallumer +rallumera +rallumerai +rallumeraient +rallumerais +rallumerait +rallumeras +rallumerez +rallumeriez +rallumerions +rallumerons +rallumeront +rallumes +rallumez +rallum +rallume +rallumes +rallums +rallumrent +rallumiez +rallumions +rallumons +rallye +rallyes +ram +ramadan +ramadans +ramage +ramagea +ramageai +ramageaient +ramageais +ramageait +ramageant +ramageas +ramageasse +ramageassent +ramageasses +ramageassiez +ramageassions +ramagemes +ramaget +ramagetes +ramagent +ramageons +ramager +ramagera +ramagerai +ramageraient +ramagerais +ramagerait +ramageras +ramagerez +ramageriez +ramagerions +ramagerons +ramageront +ramages +ramagez +ramag +ramage +ramages +ramags +ramagrent +ramagiez +ramagions +ramai +ramaient +ramais +ramait +ramant +ramas +ramassa +ramassage +ramassages +ramassai +ramassaient +ramassais +ramassait +ramassant +ramassas +ramassasse +ramassassent +ramassasses +ramassassiez +ramassassions +ramassmes +ramasst +ramasstes +ramasse +ramassent +ramasser +ramassera +ramasserai +ramasseraient +ramasserais +ramasserait +ramasseras +ramasserez +ramasseriez +ramasserions +ramasserons +ramasseront +ramasses +ramasseur +ramasseurs +ramasseuse +ramasseuses +ramassez +ramass +ramasse +ramasses +ramasss +ramassrent +ramassiez +ramassions +ramassis +ramassons +ramaux +rammes +ramt +ramtes +rambarde +rambardes +rame +rameau +rameaux +ramena +ramenai +ramenaient +ramenais +ramenait +ramenant +ramenas +ramenasse +ramenassent +ramenasses +ramenassiez +ramenassions +ramenmes +rament +ramentes +ramener +ramenez +ramen +ramene +ramenes +ramens +ramenrent +rameniez +ramenions +ramenons +rament +ramer +ramera +ramerai +rameraient +ramerais +ramerait +rameras +ramerez +rameriez +ramerions +ramerons +rameront +rames +ramette +ramettes +rameur +rameurs +rameuse +rameuses +ramez +ram +rame +rames +rams +ramne +ramnent +ramnera +ramnerai +ramneraient +ramnerais +ramnerait +ramneras +ramnerez +ramneriez +ramnerions +ramnerons +ramneront +ramnes +ramrent +ramier +ramiers +ramiez +ramifia +ramifiai +ramifiaient +ramifiais +ramifiait +ramifiant +ramifias +ramifiasse +ramifiassent +ramifiasses +ramifiassiez +ramifiassions +ramifimes +ramifit +ramifites +ramification +ramifications +ramifie +ramifient +ramifier +ramifiera +ramifierai +ramifieraient +ramifierais +ramifierait +ramifieras +ramifierez +ramifieriez +ramifierions +ramifierons +ramifieront +ramifies +ramifiez +ramifi +ramifie +ramifies +ramifis +ramifirent +ramifiiez +ramifiions +ramifions +ramilles +ramions +ramolli +ramollie +ramollies +ramollir +ramollira +ramollirai +ramolliraient +ramollirais +ramollirait +ramolliras +ramollirent +ramollirez +ramolliriez +ramollirions +ramollirons +ramolliront +ramollis +ramollissaient +ramollissais +ramollissait +ramollissant +ramollisse +ramollissement +ramollissements +ramollissent +ramollisses +ramollissez +ramollissiez +ramollissions +ramollissons +ramollit +ramollmes +ramollt +ramolltes +ramona +ramonage +ramonages +ramonai +ramonaient +ramonais +ramonait +ramonant +ramonas +ramonasse +ramonassent +ramonasses +ramonassiez +ramonassions +ramonmes +ramont +ramontes +ramone +ramonent +ramoner +ramonera +ramonerai +ramoneraient +ramonerais +ramonerait +ramoneras +ramonerez +ramoneriez +ramonerions +ramonerons +ramoneront +ramones +ramoneur +ramoneurs +ramonez +ramon +ramone +ramones +ramons +ramonrent +ramoniez +ramonions +ramonons +ramons +ramp +rampa +rampai +rampaient +rampais +rampait +rampant +rampante +rampantes +rampants +rampas +rampasse +rampassent +rampasses +rampassiez +rampassions +rampmes +rampt +ramptes +rampe +rampement +rampements +rampent +ramper +rampera +ramperai +ramperaient +ramperais +ramperait +ramperas +ramperez +ramperiez +ramperions +ramperons +ramperont +rampes +rampez +ramp +rampe +rampes +ramps +ramprent +rampiez +rampions +rampons +ramure +ramures +rancart +rancarts +rance +rances +ranch +ranches +ranci +rancie +rancies +rancir +rancira +ranciraient +rancirait +ranciront +rancis +rancissaient +rancissait +rancissant +rancissement +rancissements +rancissent +rancissure +rancissures +rancit +ranct +rancoeur +rancoeurs +rancune +rancunes +rancunier +rancuniers +rancunire +rancunires +ranon +ranonna +ranonnai +ranonnaient +ranonnais +ranonnait +ranonnant +ranonnas +ranonnasse +ranonnassent +ranonnasses +ranonnassiez +ranonnassions +ranonnmes +ranonnt +ranonntes +ranonne +ranonnent +ranonner +ranonnera +ranonnerai +ranonneraient +ranonnerais +ranonnerait +ranonneras +ranonnerez +ranonneriez +ranonnerions +ranonnerons +ranonneront +ranonnes +ranonnez +ranonn +ranonne +ranonnes +ranonns +ranonnrent +ranonniez +ranonnions +ranonnons +ranons +randonneur +randonneurs +randonneuse +randonneuses +randonne +randonnes +rang +range +rangea +rangeai +rangeaient +rangeais +rangeait +rangeant +rangeas +rangeasse +rangeassent +rangeasses +rangeassiez +rangeassions +rangemes +ranget +rangetes +rangement +rangements +rangent +rangeons +ranger +rangera +rangerai +rangeraient +rangerais +rangerait +rangeras +rangerez +rangeriez +rangerions +rangerons +rangeront +ranges +rangez +rang +range +ranges +rangs +rangrent +rangiez +rangions +rangs +ranima +ranimai +ranimaient +ranimais +ranimait +ranimant +ranimas +ranimasse +ranimassent +ranimasses +ranimassiez +ranimassions +ranimation +ranimations +ranimmes +ranimt +ranimtes +ranime +raniment +ranimer +ranimera +ranimerai +ranimeraient +ranimerais +ranimerait +ranimeras +ranimerez +ranimeriez +ranimerions +ranimerons +ranimeront +ranimes +ranimez +ranim +ranime +ranimes +ranims +ranimrent +ranimiez +ranimions +ranimons +rapace +rapaces +rapacit +rapacits +rapatria +rapatriai +rapatriaient +rapatriais +rapatriait +rapatriant +rapatrias +rapatriasse +rapatriassent +rapatriasses +rapatriassiez +rapatriassions +rapatrimes +rapatrit +rapatrites +rapatrie +rapatriement +rapatriements +rapatrient +rapatrier +rapatriera +rapatrierai +rapatrieraient +rapatrierais +rapatrierait +rapatrieras +rapatrierez +rapatrieriez +rapatrierions +rapatrierons +rapatrieront +rapatries +rapatriez +rapatri +rapatrie +rapatries +rapatris +rapatrirent +rapatriiez +rapatriions +rapatrions +rapetassa +rapetassage +rapetassages +rapetassai +rapetassaient +rapetassais +rapetassait +rapetassant +rapetassas +rapetassasse +rapetassassent +rapetassasses +rapetassassiez +rapetassassions +rapetassmes +rapetasst +rapetasstes +rapetasse +rapetassent +rapetasser +rapetassera +rapetasserai +rapetasseraient +rapetasserais +rapetasserait +rapetasseras +rapetasserez +rapetasseriez +rapetasserions +rapetasserons +rapetasseront +rapetasses +rapetassez +rapetass +rapetasse +rapetasses +rapetasss +rapetassrent +rapetassiez +rapetassions +rapetassons +rapetissa +rapetissai +rapetissaient +rapetissais +rapetissait +rapetissant +rapetissas +rapetissasse +rapetissassent +rapetissasses +rapetissassiez +rapetissassions +rapetissmes +rapetisst +rapetisstes +rapetisse +rapetissement +rapetissements +rapetissent +rapetisser +rapetissera +rapetisserai +rapetisseraient +rapetisserais +rapetisserait +rapetisseras +rapetisserez +rapetisseriez +rapetisserions +rapetisserons +rapetisseront +rapetisses +rapetissez +rapetiss +rapetisse +rapetisses +rapetisss +rapetissrent +rapetissiez +rapetissions +rapetissons +raphia +rapide +rapidement +rapides +rapidit +rapidits +rapicer +rapicera +rapicerai +rapiceraient +rapicerais +rapicerait +rapiceras +rapicerez +rapiceriez +rapicerions +rapicerons +rapiceront +rapicez +rapic +rapice +rapices +rapics +rapicrent +rapiciez +rapicions +rapia +rapiage +rapiages +rapiai +rapiaient +rapiais +rapiait +rapiant +rapias +rapiasse +rapiassent +rapiasses +rapiassiez +rapiassions +rapimes +rapit +rapites +rapions +rapice +rapicement +rapicements +rapicent +rapices +rapire +rapires +rapin +rapine +rapines +rapins +rappareilla +rappareillai +rappareillaient +rappareillais +rappareillait +rappareillant +rappareillas +rappareillasse +rappareillassent +rappareillasses +rappareillassiez +rappareillassions +rappareillmes +rappareillt +rappareilltes +rappareille +rappareillent +rappareiller +rappareillera +rappareillerai +rappareilleraient +rappareillerais +rappareillerait +rappareilleras +rappareillerez +rappareilleriez +rappareillerions +rappareillerons +rappareilleront +rappareilles +rappareillez +rappareill +rappareille +rappareilles +rappareills +rappareillrent +rappareilliez +rappareillions +rappareillons +rapparia +rappariai +rappariaient +rappariais +rappariait +rappariant +rapparias +rappariasse +rappariassent +rappariasses +rappariassiez +rappariassions +rapparimes +rapparit +rapparites +rapparie +rapparient +rapparier +rappariera +rapparierai +rapparieraient +rapparierais +rapparierait +rapparieras +rapparierez +rapparieriez +rapparierions +rapparierons +rapparieront +rapparies +rappariez +rappari +rapparie +rapparies +rapparis +rapparirent +rappariiez +rappariions +rapparions +rappel +rappela +rappelai +rappelaient +rappelais +rappelait +rappelant +rappelas +rappelasse +rappelassent +rappelasses +rappelassiez +rappelassions +rappelmes +rappelt +rappeltes +rappeler +rappelez +rappel +rappele +rappeles +rappels +rappelrent +rappeliez +rappelions +rappelle +rappellent +rappellera +rappellerai +rappelleraient +rappellerais +rappellerait +rappelleras +rappellerez +rappelleriez +rappellerions +rappellerons +rappelleront +rappelles +rappelons +rappels +rappliqua +rappliquai +rappliquaient +rappliquais +rappliquait +rappliquant +rappliquas +rappliquasse +rappliquassent +rappliquasses +rappliquassiez +rappliquassions +rappliqumes +rappliqut +rappliqutes +rapplique +rappliquent +rappliquer +rappliquera +rappliquerai +rappliqueraient +rappliquerais +rappliquerait +rappliqueras +rappliquerez +rappliqueriez +rappliquerions +rappliquerons +rappliqueront +rappliques +rappliquez +rappliqu +rapplique +rappliques +rappliqus +rappliqurent +rappliquiez +rappliquions +rappliquons +rapport +rapporta +rapportai +rapportaient +rapportais +rapportait +rapportant +rapportas +rapportasse +rapportassent +rapportasses +rapportassiez +rapportassions +rapportmes +rapportt +rapporttes +rapporte +rapportent +rapporter +rapportera +rapporterai +rapporteraient +rapporterais +rapporterait +rapporteras +rapporterez +rapporteriez +rapporterions +rapporterons +rapporteront +rapportes +rapporteur +rapporteurs +rapporteuse +rapporteuses +rapportez +rapport +rapporte +rapportes +rapports +rapportrent +rapportiez +rapportions +rapportons +rapports +rapprendra +rapprendrai +rapprendraient +rapprendrais +rapprendrait +rapprendras +rapprendre +rapprendrez +rapprendriez +rapprendrions +rapprendrons +rapprendront +rapprends +rapprenez +rappreniez +rapprenions +rapprenne +rapprennent +rapprennes +rapprenons +rapprirent +rappris +rapprise +rapprises +rapprisse +rapprissent +rapprisses +rapprissiez +rapprissions +rapprit +rapprmes +rapprt +rapprtes +rapprocha +rapprochai +rapprochaient +rapprochais +rapprochait +rapprochant +rapprochas +rapprochasse +rapprochassent +rapprochasses +rapprochassiez +rapprochassions +rapprochmes +rapprocht +rapprochtes +rapproche +rapprochement +rapprochements +rapprochent +rapprocher +rapprochera +rapprocherai +rapprocheraient +rapprocherais +rapprocherait +rapprocheras +rapprocherez +rapprocheriez +rapprocherions +rapprocherons +rapprocheront +rapproches +rapprochez +rapproch +rapproche +rapproches +rapprochs +rapprochrent +rapprochiez +rapprochions +rapprochons +rapt +rapts +raquette +raquettes +rare +rarement +rares +rarfaction +rarfactions +rarfia +rarfiai +rarfiaient +rarfiais +rarfiait +rarfiant +rarfias +rarfiasse +rarfiassent +rarfiasses +rarfiassiez +rarfiassions +rarfimes +rarfit +rarfites +rarfie +rarfient +rarfier +rarfiera +rarfierai +rarfieraient +rarfierais +rarfierait +rarfieras +rarfierez +rarfieriez +rarfierions +rarfierons +rarfieront +rarfies +rarfiez +rarfi +rarfie +rarfies +rarfis +rarfirent +rarfiiez +rarfiions +rarfions +rart +rarts +rarissime +rarissimes +ras +rasa +rasade +rasades +rasai +rasaient +rasais +rasait +rasant +rasante +rasantes +rasants +rasas +rasasse +rasassent +rasasses +rasassiez +rasassions +rasmes +rast +rastes +rascasse +rascasses +rase +rasent +raser +rasera +raserai +raseraient +raserais +raserait +raseras +raserez +raseriez +raserions +raserons +raseront +rases +raseur +raseurs +raseuse +raseuses +rasez +ras +rase +rases +rass +rasrent +rasiez +rasions +rasoir +rasoirs +rasons +rassasia +rassasiai +rassasiaient +rassasiais +rassasiait +rassasiant +rassasias +rassasiasse +rassasiassent +rassasiasses +rassasiassiez +rassasiassions +rassasimes +rassasit +rassasites +rassasie +rassasiement +rassasiements +rassasient +rassasier +rassasiera +rassasierai +rassasieraient +rassasierais +rassasierait +rassasieras +rassasierez +rassasieriez +rassasierions +rassasierons +rassasieront +rassasies +rassasiez +rassasi +rassasie +rassasies +rassasis +rassasirent +rassasiiez +rassasiions +rassasions +rassembla +rassemblai +rassemblaient +rassemblais +rassemblait +rassemblant +rassemblas +rassemblasse +rassemblassent +rassemblasses +rassemblassiez +rassemblassions +rassemblmes +rassemblt +rassembltes +rassemble +rassemblement +rassemblements +rassemblent +rassembler +rassemblera +rassemblerai +rassembleraient +rassemblerais +rassemblerait +rassembleras +rassemblerez +rassembleriez +rassemblerions +rassemblerons +rassembleront +rassembles +rassemblez +rassembl +rassemble +rassembles +rassembls +rassemblrent +rassembliez +rassemblions +rassemblons +rassrna +rassrnai +rassrnaient +rassrnais +rassrnait +rassrnant +rassrnas +rassrnasse +rassrnassent +rassrnasses +rassrnassiez +rassrnassions +rassrnmes +rassrnt +rassrntes +rassrner +rassrnera +rassrnerai +rassrneraient +rassrnerais +rassrnerait +rassrneras +rassrnerez +rassrneriez +rassrnerions +rassrnerons +rassrneront +rassrnez +rassrn +rassrne +rassrnes +rassrns +rassrnrent +rassrniez +rassrnions +rassrnons +rassrne +rassrnent +rassrnes +rassis +rassise +rassises +rassorti +rassortie +rassorties +rassortiment +rassortiments +rassortir +rassortira +rassortirai +rassortiraient +rassortirais +rassortirait +rassortiras +rassortirent +rassortirez +rassortiriez +rassortirions +rassortirons +rassortiront +rassortis +rassortissaient +rassortissais +rassortissait +rassortissant +rassortisse +rassortissent +rassortisses +rassortissez +rassortissiez +rassortissions +rassortissons +rassortit +rassortmes +rassortt +rassorttes +rassura +rassurai +rassuraient +rassurais +rassurait +rassurant +rassurante +rassurantes +rassurants +rassuras +rassurasse +rassurassent +rassurasses +rassurassiez +rassurassions +rassurmes +rassurt +rassurtes +rassure +rassurent +rassurer +rassurera +rassurerai +rassureraient +rassurerais +rassurerait +rassureras +rassurerez +rassureriez +rassurerions +rassurerons +rassureront +rassures +rassurez +rassur +rassure +rassures +rassurs +rassurrent +rassuriez +rassurions +rassurons +rastaquoure +rastaquoures +rat +rata +ratafia +ratafias +ratai +rataient +ratais +ratait +ratant +ratas +ratasse +ratassent +ratasses +ratassiez +ratassions +ratatina +ratatinai +ratatinaient +ratatinais +ratatinait +ratatinant +ratatinas +ratatinasse +ratatinassent +ratatinasses +ratatinassiez +ratatinassions +ratatinmes +ratatint +ratatintes +ratatine +ratatinent +ratatiner +ratatinera +ratatinerai +ratatineraient +ratatinerais +ratatinerait +ratatineras +ratatinerez +ratatineriez +ratatinerions +ratatinerons +ratatineront +ratatines +ratatinez +ratatin +ratatine +ratatines +ratatins +ratatinrent +ratatiniez +ratatinions +ratatinons +ratatouille +ratatouilles +ratmes +ratt +rattes +rate +ratent +rater +ratera +raterai +rateraient +raterais +raterait +rateras +raterez +rateriez +raterions +raterons +rateront +rates +ratez +rat +rate +rates +rats +ratrent +ratier +ratiers +ratiez +ratire +ratires +ratifia +ratifiai +ratifiaient +ratifiais +ratifiait +ratifiant +ratifias +ratifiasse +ratifiassent +ratifiasses +ratifiassiez +ratifiassions +ratifimes +ratifit +ratifites +ratification +ratifications +ratifie +ratifient +ratifier +ratifiera +ratifierai +ratifieraient +ratifierais +ratifierait +ratifieras +ratifierez +ratifieriez +ratifierions +ratifierons +ratifieront +ratifies +ratifiez +ratifi +ratifie +ratifies +ratifis +ratifirent +ratifiiez +ratifiions +ratifions +ratine +ratiocina +ratiocinai +ratiocinaient +ratiocinais +ratiocinait +ratiocinant +ratiocinas +ratiocinasse +ratiocinassent +ratiocinasses +ratiocinassiez +ratiocinassions +ratiocinmes +ratiocint +ratiocintes +ratiocine +ratiocinent +ratiociner +ratiocinera +ratiocinerai +ratiocineraient +ratiocinerais +ratiocinerait +ratiocineras +ratiocinerez +ratiocineriez +ratiocinerions +ratiocinerons +ratiocineront +ratiocines +ratiocinez +ratiocin +ratiocine +ratiocines +ratiocins +ratiocinrent +ratiociniez +ratiocinions +ratiocinons +ration +rationalisa +rationalisai +rationalisaient +rationalisais +rationalisait +rationalisant +rationalisas +rationalisasse +rationalisassent +rationalisasses +rationalisassiez +rationalisassions +rationalisation +rationalisations +rationalismes +rationalist +rationalistes +rationalise +rationalisent +rationaliser +rationalisera +rationaliserai +rationaliseraient +rationaliserais +rationaliserait +rationaliseras +rationaliserez +rationaliseriez +rationaliserions +rationaliserons +rationaliseront +rationalises +rationalisez +rationalis +rationalise +rationalises +rationaliss +rationalisrent +rationalisiez +rationalisions +rationalisme +rationalisons +rationaliste +rationalistes +rationalit +rationalits +rationna +rationnai +rationnaient +rationnais +rationnait +rationnant +rationnas +rationnasse +rationnassent +rationnasses +rationnassiez +rationnassions +rationnmes +rationnt +rationntes +rationne +rationnel +rationnelle +rationnellement +rationnelles +rationnels +rationnement +rationnements +rationnent +rationner +rationnera +rationnerai +rationneraient +rationnerais +rationnerait +rationneras +rationnerez +rationneriez +rationnerions +rationnerons +rationneront +rationnes +rationnez +rationn +rationne +rationnes +rationns +rationnrent +rationniez +rationnions +rationnons +rations +ratissa +ratissage +ratissages +ratissai +ratissaient +ratissais +ratissait +ratissant +ratissas +ratissasse +ratissassent +ratissasses +ratissassiez +ratissassions +ratissmes +ratisst +ratisstes +ratisse +ratissent +ratisser +ratissera +ratisserai +ratisseraient +ratisserais +ratisserait +ratisseras +ratisserez +ratisseriez +ratisserions +ratisserons +ratisseront +ratisses +ratissez +ratiss +ratisse +ratisses +ratisss +ratissrent +ratissiez +ratissions +ratissons +raton +ratons +rats +rattacha +rattachai +rattachaient +rattachais +rattachait +rattachant +rattachas +rattachasse +rattachassent +rattachasses +rattachassiez +rattachassions +rattachmes +rattacht +rattachtes +rattache +rattachement +rattachements +rattachent +rattacher +rattachera +rattacherai +rattacheraient +rattacherais +rattacherait +rattacheras +rattacherez +rattacheriez +rattacherions +rattacherons +rattacheront +rattaches +rattachez +rattach +rattache +rattaches +rattachs +rattachrent +rattachiez +rattachions +rattachons +rattrapa +rattrapage +rattrapages +rattrapai +rattrapaient +rattrapais +rattrapait +rattrapant +rattrapas +rattrapasse +rattrapassent +rattrapasses +rattrapassiez +rattrapassions +rattrapmes +rattrapt +rattraptes +rattrape +rattrapent +rattraper +rattrapera +rattraperai +rattraperaient +rattraperais +rattraperait +rattraperas +rattraperez +rattraperiez +rattraperions +rattraperons +rattraperont +rattrapes +rattrapez +rattrap +rattrape +rattrapes +rattraps +rattraprent +rattrapiez +rattrapions +rattrapons +ratura +raturai +raturaient +raturais +raturait +raturant +raturas +raturasse +raturassent +raturasses +raturassiez +raturassions +raturmes +raturt +raturtes +rature +raturent +raturer +raturera +raturerai +ratureraient +raturerais +raturerait +ratureras +raturerez +ratureriez +raturerions +raturerons +ratureront +ratures +raturez +ratur +rature +ratures +raturs +raturrent +raturiez +raturions +raturons +rauque +rauques +ravage +ravagea +ravageai +ravageaient +ravageais +ravageait +ravageant +ravageas +ravageasse +ravageassent +ravageasses +ravageassiez +ravageassions +ravagemes +ravaget +ravagetes +ravagent +ravageons +ravager +ravagera +ravagerai +ravageraient +ravagerais +ravagerait +ravageras +ravagerez +ravageriez +ravagerions +ravagerons +ravageront +ravages +ravageur +ravageurs +ravagez +ravag +ravage +ravages +ravags +ravagrent +ravagiez +ravagions +ravala +ravalai +ravalaient +ravalais +ravalait +ravalant +ravalas +ravalasse +ravalassent +ravalasses +ravalassiez +ravalassions +ravalmes +ravalt +ravaltes +ravale +ravalement +ravalements +ravalent +ravaler +ravalera +ravalerai +ravaleraient +ravalerais +ravalerait +ravaleras +ravalerez +ravaleriez +ravalerions +ravalerons +ravaleront +ravales +ravaleur +ravaleurs +ravalez +raval +ravale +ravales +ravals +ravalrent +ravaliez +ravalions +ravalons +ravauda +ravaudage +ravaudages +ravaudai +ravaudaient +ravaudais +ravaudait +ravaudant +ravaudas +ravaudasse +ravaudassent +ravaudasses +ravaudassiez +ravaudassions +ravaudmes +ravaudt +ravaudtes +ravaude +ravaudent +ravauder +ravaudera +ravauderai +ravauderaient +ravauderais +ravauderait +ravauderas +ravauderez +ravauderiez +ravauderions +ravauderons +ravauderont +ravaudes +ravaudez +ravaud +ravaude +ravaudes +ravauds +ravaudrent +ravaudiez +ravaudions +ravaudons +rave +raves +ravi +ravie +ravier +raviers +ravies +ravigota +ravigotai +ravigotaient +ravigotais +ravigotait +ravigotant +ravigotas +ravigotasse +ravigotassent +ravigotasses +ravigotassiez +ravigotassions +ravigotmes +ravigott +ravigottes +ravigote +ravigotent +ravigoter +ravigotera +ravigoterai +ravigoteraient +ravigoterais +ravigoterait +ravigoteras +ravigoterez +ravigoteriez +ravigoterions +ravigoterons +ravigoteront +ravigotes +ravigotez +ravigot +ravigote +ravigotes +ravigots +ravigotrent +ravigotiez +ravigotions +ravigotons +ravin +ravina +ravinaient +ravinait +ravinant +ravinasse +ravinassent +ravint +ravine +ravinement +ravinements +ravinent +raviner +ravinera +ravineraient +ravinerait +ravineront +ravines +ravin +ravine +ravines +ravins +ravinrent +ravins +ravioli +ravir +ravira +ravirai +raviraient +ravirais +ravirait +raviras +ravirent +ravirez +raviriez +ravirions +ravirons +raviront +ravis +ravisa +ravisai +ravisaient +ravisais +ravisait +ravisant +ravisas +ravisasse +ravisassent +ravisasses +ravisassiez +ravisassions +ravismes +ravist +ravistes +ravise +ravisent +raviser +ravisera +raviserai +raviseraient +raviserais +raviserait +raviseras +raviserez +raviseriez +raviserions +raviserons +raviseront +ravises +ravisez +ravis +ravise +ravises +raviss +ravisrent +ravisiez +ravisions +ravisons +ravissaient +ravissais +ravissait +ravissant +ravissante +ravissantes +ravissants +ravisse +ravissement +ravissements +ravissent +ravisses +ravisseur +ravisseurs +ravisseuse +ravisseuses +ravissez +ravissiez +ravissions +ravissons +ravit +ravitailla +ravitaillai +ravitaillaient +ravitaillais +ravitaillait +ravitaillant +ravitaillas +ravitaillasse +ravitaillassent +ravitaillasses +ravitaillassiez +ravitaillassions +ravitaillmes +ravitaillt +ravitailltes +ravitaille +ravitaillement +ravitaillements +ravitaillent +ravitailler +ravitaillera +ravitaillerai +ravitailleraient +ravitaillerais +ravitaillerait +ravitailleras +ravitaillerez +ravitailleriez +ravitaillerions +ravitaillerons +ravitailleront +ravitailles +ravitaillez +ravitaill +ravitaille +ravitailles +ravitaills +ravitaillrent +ravitailliez +ravitaillions +ravitaillons +raviva +ravivai +ravivaient +ravivais +ravivait +ravivant +ravivas +ravivasse +ravivassent +ravivasses +ravivassiez +ravivassions +ravivmes +ravivt +ravivtes +ravive +ravivent +raviver +ravivera +raviverai +raviveraient +raviverais +raviverait +raviveras +raviverez +raviveriez +raviverions +raviverons +raviveront +ravives +ravivez +raviv +ravive +ravives +ravivs +ravivrent +raviviez +ravivions +ravivons +ravmes +ravt +ravtes +ravoir +raya +rayage +rayages +rayai +rayaient +rayais +rayait +rayant +rayas +rayasse +rayassent +rayasses +rayassiez +rayassions +raymes +rayt +raytes +raye +rayent +rayer +rayera +rayerai +rayeraient +rayerais +rayerait +rayeras +rayerez +rayeriez +rayerions +rayerons +rayeront +rayes +rayez +ray +raye +rayes +rays +rayrent +rayiez +rayions +raymond +rayon +rayonna +rayonnage +rayonnages +rayonnai +rayonnaient +rayonnais +rayonnait +rayonnant +rayonnas +rayonnasse +rayonnassent +rayonnasses +rayonnassiez +rayonnassions +rayonnmes +rayonnt +rayonntes +rayonne +rayonnement +rayonnements +rayonnent +rayonner +rayonnera +rayonnerai +rayonneraient +rayonnerais +rayonnerait +rayonneras +rayonnerez +rayonneriez +rayonnerions +rayonnerons +rayonneront +rayons +rayure +rayures +raz +razzia +razziai +razziaient +razziais +razziait +razziant +razzias +razziasse +razziassent +razziasses +razziassiez +razziassions +razzimes +razzit +razzites +razzie +razzient +razzier +razziera +razzierai +razzieraient +razzierais +razzierait +razzieras +razzierez +razzieriez +razzierions +razzierons +razzieront +razzies +razziez +razzi +razzie +razzies +razzis +razzirent +razziiez +razziions +razzions +rble +rbles +rbl +rble +rbles +rbls +rla +rlai +rlaient +rlais +rlait +rlant +rlas +rlasse +rlassent +rlasses +rlassiez +rlassions +rlmes +rlt +rltes +rle +rlement +rlements +rlent +rler +rlera +rlerai +rleraient +rlerais +rlerait +rleras +rlerez +rleriez +rlerions +rlerons +rleront +rles +rleur +rleurs +rleuse +rleuses +rlez +rl +rle +rles +rls +rlrent +rliez +rlions +rlons +rpa +rpai +rpaient +rpais +rpait +rpant +rpas +rpasse +rpassent +rpasses +rpassiez +rpassions +rpmes +rpt +rptes +rpe +rpent +rper +rpera +rperai +rperaient +rperais +rperait +rperas +rperez +rperiez +rperions +rperons +rperont +rpes +rpeuse +rpeuses +rpeux +rpez +rp +rpe +rpes +rps +rprent +rpiez +rpions +rpons +rteau +rteaux +rtela +rtelage +rtelages +rtelai +rtelaient +rtelais +rtelait +rtelant +rtelas +rtelasse +rtelassent +rtelasses +rtelassiez +rtelassions +rtelmes +rtelt +rteltes +rteler +rtelez +rtel +rtele +rteles +rtels +rtelrent +rtelier +rteliers +rteliez +rtelions +rtelle +rtellent +rtellera +rtellerai +rtelleraient +rtellerais +rtellerait +rtelleras +rtellerez +rtelleriez +rtellerions +rtellerons +rtelleront +rtelles +rtelons +rebaptis +rebaptiss +rebat +rebats +rebattaient +rebattais +rebattait +rebattant +rebatte +rebattent +rebattes +rebattez +rebattiez +rebattions +rebattirent +rebattis +rebattisse +rebattissent +rebattisses +rebattissiez +rebattissions +rebattit +rebattmes +rebattt +rebatttes +rebattons +rebattra +rebattrai +rebattraient +rebattrais +rebattrait +rebattras +rebattre +rebattrez +rebattriez +rebattrions +rebattrons +rebattront +rebattu +rebattue +rebattues +rebattus +rebti +rebtie +rebties +rebtir +rebtira +rebtirai +rebtiraient +rebtirais +rebtirait +rebtiras +rebtirent +rebtirez +rebtiriez +rebtirions +rebtirons +rebtiront +rebtis +rebtissaient +rebtissais +rebtissait +rebtissant +rebtisse +rebtissent +rebtisses +rebtissez +rebtissiez +rebtissions +rebtissons +rebtit +rebtmes +rebtt +rebttes +rebella +rebellai +rebellaient +rebellais +rebellait +rebellant +rebellas +rebellasse +rebellassent +rebellasses +rebellassiez +rebellassions +rebellmes +rebellt +rebelltes +rebelle +rebellent +rebeller +rebellera +rebellerai +rebelleraient +rebellerais +rebellerait +rebelleras +rebellerez +rebelleriez +rebellerions +rebellerons +rebelleront +rebelles +rebellez +rebell +rebelle +rebelles +rebells +rebellrent +rebelliez +rebellions +rebellons +rebiffa +rebiffai +rebiffaient +rebiffais +rebiffait +rebiffant +rebiffas +rebiffasse +rebiffassent +rebiffasses +rebiffassiez +rebiffassions +rebiffmes +rebifft +rebifftes +rebiffe +rebiffent +rebiffer +rebiffera +rebifferai +rebifferaient +rebifferais +rebifferait +rebifferas +rebifferez +rebifferiez +rebifferions +rebifferons +rebifferont +rebiffes +rebiffez +rebiff +rebiffe +rebiffes +rebiffs +rebiffrent +rebiffiez +rebiffions +rebiffons +reboisa +reboisai +reboisaient +reboisais +reboisait +reboisant +reboisas +reboisasse +reboisassent +reboisasses +reboisassiez +reboisassions +reboismes +reboist +reboistes +reboise +reboisement +reboisements +reboisent +reboiser +reboisera +reboiserai +reboiseraient +reboiserais +reboiserait +reboiseras +reboiserez +reboiseriez +reboiserions +reboiserons +reboiseront +reboises +reboisez +rebois +reboise +reboises +reboiss +reboisrent +reboisiez +reboisions +reboisons +rebond +rebondi +rebondie +rebondies +rebondir +rebondira +rebondirai +rebondiraient +rebondirais +rebondirait +rebondiras +rebondirent +rebondirez +rebondiriez +rebondirions +rebondirons +rebondiront +rebondis +rebondissai +rebondissaient +rebondissais +rebondissait +rebondissant +rebondisse +rebondissement +rebondissements +rebondissent +rebondisses +rebondissez +rebondissiez +rebondissions +rebondissons +rebondissont +rebondit +rebondmes +rebondt +rebondtes +rebonds +rebord +rebords +reboucha +rebouchai +rebouchaient +rebouchais +rebouchait +rebouchant +rebouchas +rebouchasse +rebouchassent +rebouchasses +rebouchassiez +rebouchassions +rebouchmes +reboucht +rebouchtes +rebouche +rebouchent +reboucher +rebouchera +reboucherai +reboucheraient +reboucherais +reboucherait +reboucheras +reboucherez +reboucheriez +reboucherions +reboucherons +reboucheront +rebouches +rebouchez +rebouch +rebouche +rebouches +rebouchs +rebouchrent +rebouchiez +rebouchions +rebouchons +rebours +rebouteuse +rebouteuses +rebouteux +reboutonna +reboutonnai +reboutonnaient +reboutonnais +reboutonnait +reboutonnant +reboutonnas +reboutonnasse +reboutonnassent +reboutonnasses +reboutonnassiez +reboutonnassions +reboutonnmes +reboutonnt +reboutonntes +reboutonne +reboutonnent +reboutonner +reboutonnera +reboutonnerai +reboutonneraient +reboutonnerais +reboutonnerait +reboutonneras +reboutonnerez +reboutonneriez +reboutonnerions +reboutonnerons +reboutonneront +reboutonnes +reboutonnez +reboutonn +reboutonne +reboutonnes +reboutonns +reboutonnrent +reboutonniez +reboutonnions +reboutonnons +rebroussa +rebroussai +rebroussaient +rebroussais +rebroussait +rebroussant +rebroussas +rebroussasse +rebroussassent +rebroussasses +rebroussassiez +rebroussassions +rebroussmes +rebrousst +rebrousstes +rebrousse +rebroussement +rebroussements +rebroussent +rebrousser +rebroussera +rebrousserai +rebrousseraient +rebrousserais +rebrousserait +rebrousseras +rebrousserez +rebrousseriez +rebrousserions +rebrousserons +rebrousseront +rebrousses +rebroussez +rebrouss +rebrousse +rebrousses +rebrousss +rebroussrent +rebroussiez +rebroussions +rebroussons +rebuffade +rebuffades +rebut +rebuta +rebutai +rebutaient +rebutais +rebutait +rebutant +rebutas +rebutasse +rebutassent +rebutasses +rebutassiez +rebutassions +rebutmes +rebutt +rebuttes +rebute +rebutent +rebuter +rebutera +rebuterai +rebuteraient +rebuterais +rebuterait +rebuteras +rebuterez +rebuteriez +rebuterions +rebuterons +rebuteront +rebutes +rebutez +rebut +rebute +rebutes +rebuts +rebutrent +rebutiez +rebutions +rebutons +rebuts +recala +recalai +recalaient +recalais +recalait +recalant +recalas +recalasse +recalassent +recalasses +recalassiez +recalassions +recalmes +recalt +recaltes +recale +recalent +recaler +recalera +recalerai +recaleraient +recalerais +recalerait +recaleras +recalerez +recaleriez +recalerions +recalerons +recaleront +recales +recalez +recal +recale +recales +recals +recalrent +recaliez +recalions +recel +recela +recelai +recelaient +recelais +recelait +recelant +recelas +recelasse +recelassent +recelasses +recelassiez +recelassions +recelmes +recelt +receltes +receler +receleur +receleurs +receleuse +receleuses +recelez +recel +recele +receles +recels +recelrent +receliez +recelions +recelons +recels +recensa +recensai +recensaient +recensais +recensait +recensant +recensas +recensasse +recensassent +recensasses +recensassiez +recensassions +recensmes +recenst +recenstes +recense +recensement +recensements +recensent +recenser +recensera +recenserai +recenseraient +recenserais +recenserait +recenseras +recenserez +recenseriez +recenserions +recenserons +recenseront +recenses +recenseur +recenseurs +recensez +recens +recense +recenses +recenss +recensrent +recensiez +recensions +recensons +recepa +recepage +recepages +recepai +recepaient +recepais +recepait +recepant +recepas +recepasse +recepassent +recepasses +recepassiez +recepassions +recepmes +recept +receptes +receper +recepes +recepez +recep +recepe +recepes +receps +receprent +recepiez +recepions +recepons +recette +recettes +recevabilit +recevabilits +recevable +recevables +recevaient +recevais +recevait +recevant +receveur +receveurs +receveuse +receveuses +recevez +receviez +recevions +recevoir +recevons +recevra +recevrai +recevraient +recevrais +recevrait +recevras +recevrez +recevriez +recevrions +recevrons +recevront +recle +reclement +reclements +reclent +reclera +reclerai +recleraient +reclerais +reclerait +recleras +reclerez +recleriez +reclerions +reclerons +recleront +recles +recpe +recpent +recpera +recperai +recperaient +recperais +recperait +recperas +recperez +recperiez +recperions +recperons +recperont +recpes +rechange +rechanges +rechapa pneu +rechapai pneu +rechapaient pneu +rechapais pneu +rechapait pneu +rechapant pneu +rechapas pneu +rechapasse pneu +rechapassent pneu +rechapasses pneu +rechapassiez pneu +rechapassions pneu +rechapmes pneu +rechapt pneu +rechaptes pneu +rechape pneu +rechapent pneu +rechaper pneu +rechapera pneu +rechaperai pneu +rechaperaient pneu +rechaperais pneu +rechaperait pneu +rechaperas pneu +rechaperez pneu +rechaperiez pneu +rechaperions pneu +rechaperons pneu +rechaperont pneu +rechapes pneu +rechapez pneu +rechap pneu +rechape pneu +rechapes pneu +rechaps pneu +rechaprent pneu +rechapiez oneu +rechapions pneu +rechapons pneu +recharge +rechargea +rechargeai +rechargeaient +rechargeais +rechargeait +rechargeant +rechargeas +rechargeasse +rechargeassent +rechargeasses +rechargeassiez +rechargeassions +rechargemes +recharget +rechargetes +rechargement +rechargements +rechargent +rechargeons +recharger +rechargera +rechargerai +rechargeraient +rechargerais +rechargerait +rechargeras +rechargerez +rechargeriez +rechargerions +rechargerons +rechargeront +recharges +rechargez +recharg +recharge +recharges +rechargs +rechargrent +rechargiez +rechargions +rechaussa +rechaussai +rechaussaient +rechaussais +rechaussait +rechaussant +rechaussas +rechaussasse +rechaussassent +rechaussasses +rechaussassiez +rechaussassions +rechaussmes +rechausst +rechausstes +rechausse +rechaussent +rechausser +rechaussera +rechausserai +rechausseraient +rechausserais +rechausserait +rechausseras +rechausserez +rechausseriez +rechausserions +rechausserons +rechausseront +rechausses +rechaussez +rechauss +rechausse +rechausses +rechausss +rechaussrent +rechaussiez +rechaussions +rechaussons +rechercha +recherchai +recherchaient +recherchais +recherchait +recherchant +recherchas +recherchasse +recherchassent +recherchasses +recherchassiez +recherchmes +rechercht +recherchtes +recherche +recherchent +rechercher +recherchera +rechercherai +rechercheraient +rechercherais +rechercherait +rechercheras +rechercherez +rechercheriez +rechercherions +rechercherons +rechercheront +recherches +recherchez +recherch +recherche +recherches +recherchs +recherchrent +recherchiez +recherchions +recherchons +rechigna +rechignai +rechignaient +rechignais +rechignait +rechignant +rechignas +rechignasse +rechignassent +rechignasses +rechignassiez +rechignassions +rechignmes +rechignt +rechigntes +rechigne +rechignent +rechigner +rechignera +rechignerai +rechigneraient +rechignerais +rechignerait +rechigneras +rechignerez +rechigneriez +rechignerions +rechignerons +rechigneront +rechignes +rechignez +rechign +rechigne +rechignes +rechigns +rechignrent +rechigniez +rechignions +rechignons +rechuta +rechutai +rechutaient +rechutais +rechutait +rechutant +rechutas +rechutasse +rechutassent +rechutasses +rechutassiez +rechutassions +rechutmes +rechutt +rechuttes +rechute +rechutent +rechuter +rechutera +rechuterai +rechuteraient +rechuterais +rechuterait +rechuteras +rechuterez +rechuteriez +rechuterions +rechuterons +rechuteront +rechutes +rechutez +rechut +rechute +rechutes +rechuts +rechutrent +rechutiez +rechutions +rechutons +reclassa +reclassai +reclassaient +reclassais +reclassait +reclassant +reclassas +reclassasse +reclassassent +reclassasses +reclassassiez +reclassassions +reclassmes +reclasst +reclasstes +reclasse +reclassement +reclassements +reclassent +reclasser +reclassera +reclasserai +reclasseraient +reclasserais +reclasserait +reclasseras +reclasserez +reclasseriez +reclasserions +reclasserons +reclasseront +reclasses +reclassez +reclass +reclasse +reclasses +reclasss +reclassrent +reclassiez +reclassions +reclassons +reclus +recluse +recluses +recoiffa +recoiffai +recoiffaient +recoiffais +recoiffait +recoiffant +recoiffas +recoiffasse +recoiffassent +recoiffasses +recoiffassiez +recoiffassions +recoiffmes +recoifft +recoifftes +recoiffe +recoiffent +recoiffer +recoiffera +recoifferai +recoifferaient +recoifferais +recoifferait +recoifferas +recoifferez +recoifferiez +recoifferions +recoifferons +recoifferont +recoiffes +recoiffez +recoiff +recoiffe +recoiffes +recoiffs +recoiffrent +recoiffiez +recoiffions +recoiffons +recoin +recoins +recolla +recollage +recollages +recollai +recollaient +recollais +recollait +recollant +recollas +recollasse +recollassent +recollasses +recollassiez +recollassions +recollmes +recollt +recolltes +recolle +recollement +recollements +recollent +recoller +recollera +recollerai +recolleraient +recollerais +recollerait +recolleras +recollerez +recolleriez +recollerions +recollerons +recolleront +recolles +recollez +recoll +recolle +recolles +recolls +recollrent +recolliez +recollions +recollons +recolore +recoloriage +recommanda +recommandable +recommandables +recommandai +recommandaient +recommandais +recommandait +recommandant +recommandas +recommandasse +recommandassent +recommandasses +recommandassiez +recommandassions +recommandation +recommandations +recommandmes +recommandt +recommandtes +recommande +recommandent +recommander +recommandera +recommanderai +recommanderaient +recommanderais +recommanderait +recommanderas +recommanderez +recommanderiez +recommanderions +recommanderons +recommanderont +recommandes +recommandez +recommand +recommande +recommandes +recommands +recommandrent +recommandiez +recommandions +recommandons +recommence +recommencement +recommencements +recommencent +recommencer +recommencera +recommencerai +recommenceraient +recommencerais +recommencerait +recommenceras +recommencerez +recommenceriez +recommencerions +recommencerons +recommenceront +recommences +recommencez +recommenc +recommence +recommences +recommencs +recommencrent +recommenciez +recommencions +recommena +recommenai +recommenaient +recommenais +recommenait +recommenant +recommenas +recommenasse +recommenassent +recommenasses +recommenassiez +recommenassions +recommenmes +recomment +recommentes +recommenons +recommende +recompenser +recompense +reconduction +reconductions +reconduira +reconduirai +reconduiraient +reconduirais +reconduirait +reconduiras +reconduire +reconduirez +reconduiriez +reconduirions +reconduirons +reconduiront +reconduis +reconduisaient +reconduisais +reconduisait +reconduisant +reconduise +reconduisent +reconduises +reconduisez +reconduisiez +reconduisions +reconduisirent +reconduisis +reconduisisse +reconduisissent +reconduisisses +reconduisissiez +reconduisissions +reconduisit +reconduismes +reconduist +reconduistes +reconduisons +reconduit +reconduite +reconduites +reconduits +reconnais +reconnaissable +reconnaissables +reconnaissaient +reconnaissais +reconnaissait +reconnaissance +reconnaissances +reconnaissant +reconnaissante +reconnaissantes +reconnaissants +reconnaisse +reconnaissent +reconnaisses +reconnaissez +reconnaissiez +reconnaissions +reconnaissons +reconnat +reconnatra +reconnatrai +reconnatraient +reconnatrais +reconnatrait +reconnatras +reconnatre +reconnatrez +reconnatriez +reconnatrions +reconnatrons +reconnatront +reconnu +reconnue +reconnues +reconnurent +reconnus +reconnusse +reconnussent +reconnusses +reconnussiez +reconnussions +reconnut +reconnmes +reconnt +reconntes +reconquerra +reconquerrai +reconquerraient +reconquerrais +reconquerrait +reconquerras +reconquerrez +reconquerriez +reconquerrions +reconquerrons +reconquerront +reconquraient +reconqurais +reconqurait +reconqurant +reconqurez +reconqurie +reconquries +reconquriez +reconqurions +reconqurir +reconqurons +reconqute +reconqutes +reconquiers +reconquiert +reconquire +reconquirent +reconquires +reconquirent +reconquis +reconquise +reconquises +reconquisse +reconquissent +reconquisses +reconquissiez +reconquissions +reconquit +reconqumes +reconqutes +reconstitua +reconstituai +reconstituaient +reconstituais +reconstituait +reconstituant +reconstituants +reconstituas +reconstituasse +reconstituassent +reconstituasses +reconstituassiez +reconstituassions +reconstitumes +reconstitut +reconstitutes +reconstitue +reconstituent +reconstituer +reconstituera +reconstituerai +reconstitueraient +reconstituerais +reconstituerait +reconstitueras +reconstituerez +reconstitueriez +reconstituerions +reconstituerons +reconstitueront +reconstitues +reconstituez +reconstitu +reconstitue +reconstitues +reconstitus +reconstiturent +reconstituiez +reconstituions +reconstituons +reconstitution +reconstitutions +reconstruction +reconstructions +reconstruira +reconstruirai +reconstruiraient +reconstruirais +reconstruirait +reconstruiras +reconstruire +reconstruirez +reconstruiriez +reconstruirions +reconstruirons +reconstruiront +reconstruis +reconstruisaient +reconstruisais +reconstruisait +reconstruisant +reconstruise +reconstruisent +reconstruises +reconstruisez +reconstruisiez +reconstruisions +reconstruisirent +reconstruisis +reconstruisisse +reconstruisissent +reconstruisisses +reconstruisissiez +reconstruisissions +reconstruisit +reconstruismes +reconstruist +reconstruistes +reconstruisons +reconstruit +reconstruite +reconstruites +reconstruits +reconversion +reconversions +reconverti +reconvertie +reconverties +reconvertir +reconvertira +reconvertirai +reconvertiraient +reconvertirais +reconvertirait +reconvertiras +reconvertirent +reconvertirez +reconvertiriez +reconvertirions +reconvertirons +reconvertiront +reconvertis +reconvertissaient +reconvertissais +reconvertissait +reconvertissant +reconvertisse +reconvertissent +reconvertisses +reconvertissiez +reconvertissions +reconvertissons +reconvertit +reconvertmes +reconvertt +reconverttes +recopia +recopiai +recopiaient +recopiais +recopiait +recopiant +recopias +recopiasse +recopiassent +recopiasses +recopiassiez +recopiassions +recopimes +recopit +recopites +recopie +recopient +recopier +recopiera +recopierai +recopieraient +recopierais +recopierait +recopieras +recopierez +recopieriez +recopierions +recopierons +recopieront +recopies +recopiez +recopi +recopie +recopies +recopis +recopirent +recopiiez +recopiions +recopions +record +recordman +recordmen +records +recoud +recoudra +recoudrai +recoudraient +recoudrais +recoudrait +recoudras +recoudre +recoudrez +recoudriez +recoudrions +recoudrons +recoudront +recouds +recoupa +recoupai +recoupaient +recoupais +recoupait +recoupant +recoupas +recoupasse +recoupassent +recoupasses +recoupassiez +recoupassions +recoupmes +recoupt +recouptes +recoupe +recoupement +recoupements +recoupent +recouper +recoupera +recouperai +recouperaient +recouperais +recouperait +recouperas +recouperez +recouperiez +recouperions +recouperons +recouperont +recoupes +recoupez +recoup +recoupe +recoupes +recoups +recouprent +recoupiez +recoupions +recoupons +recouraient +recourais +recourait +recourant +recourba +recourbai +recourbaient +recourbais +recourbait +recourbant +recourbas +recourbasse +recourbassent +recourbasses +recourbassiez +recourbassions +recourbmes +recourbt +recourbtes +recourbe +recourbent +recourber +recourbera +recourberai +recourberaient +recourberais +recourberait +recourberas +recourberez +recourberiez +recourberions +recourberons +recourberont +recourbes +recourbez +recourb +recourbe +recourbes +recourbs +recourbrent +recourbiez +recourbions +recourbons +recoure +recourent +recoures +recourez +recouriez +recourions +recourir +recourons +recourra +recourrai +recourraient +recourrais +recourrait +recourras +recourrez +recourriez +recourrions +recourrons +recourront +recours +recourt +recouru +recourue +recourues +recoururent +recourus +recourusse +recourussent +recourusses +recourussiez +recourussions +recourut +recourmes +recourt +recourtes +recousaient +recousais +recousait +recousant +recouse +recousent +recouses +recousez +recousiez +recousions +recousirent +recousis +recousisse +recousissent +recousisses +recousissiez +recousissions +recousit +recousmes +recoust +recoustes +recousons +recousu +recousue +recousues +recousus +recouvert +recouvertes +recouvra +recouvrable +recouvrables +recouvrage +recouvrages +recouvrai +recouvraient +recouvrais +recouvrait +recouvrant +recouvras +recouvrasse +recouvrassent +recouvrasses +recouvrassiez +recouvrassions +recouvrmes +recouvrt +recouvrtes +recouvre +recouvrement +recouvrements +recouvrent +recouvrer +recouvrera +recouvrerai +recouvreraient +recouvrerais +recouvrerait +recouvreras +recouvrerez +recouvreriez +recouvrerions +recouvrerons +recouvreront +recouvres +recouvrez +recouvr +recouvre +recouvres +recouvrs +recouvrrent +recouvri +recouvrie +recouvries +recouvriez +recouvrions +recouvrir +recouvrira +recouvrirai +recouvriraient +recouvrirais +recouvrirait +recouvriras +recouvrirent +recouvrirez +recouvririez +recouvririons +recouvrirons +recouvriront +recouvris +recouvrissaient +recouvrissais +recouvrissait +recouvrissant +recouvrisse +recouvrissent +recouvrisses +recouvrissez +recouvrissiez +recouvrissions +recouvrissons +recouvrit +recouvrmes +recouvrt +recouvrtes +recouvrons +recracha +recrachai +recrachaient +recrachais +recrachait +recrachant +recrachas +recrachasse +recrachassent +recrachasses +recrachassiez +recrachassions +recrachmes +recracht +recrachtes +recrache +recrachent +recracher +recrachera +recracherai +recracheraient +recracherais +recracherait +recracheras +recracherez +recracheriez +recracherions +recracherons +recracheront +recraches +recrachez +recrach +recrache +recraches +recrachs +recrachrent +recrachiez +recrachions +recrachons +recra +recrai +recraient +recrais +recrait +recrant +recras +recrasse +recrassent +recrasses +recrassiez +recrassions +recrmes +recrt +recrtes +recre +recrent +recrer +recrera +recrerai +recreraient +recrerais +recrerait +recreras +recrerez +recreriez +recrerions +recrerons +recreront +recres +recrez +recr +recre +recres +recrs +recrrent +recriez +recrions +recrons +recroquevilla +recroquevillai +recroquevillaient +recroquevillais +recroquevillait +recroquevillant +recroquevillas +recroquevillasse +recroquevillassent +recroquevillasses +recroquevillassiez +recroquevillassions +recroquevillmes +recroquevillt +recroquevilltes +recroqueville +recroquevillent +recroqueviller +recroquevillera +recroquevillerai +recroquevilleraient +recroquevillerais +recroquevillerait +recroquevilleras +recroquevillerez +recroquevilleriez +recroquevillerions +recroquevillerons +recroquevilleront +recroquevilles +recroquevillez +recroquevill +recroqueville +recroquevilles +recroquevills +recroquevillrent +recroquevilliez +recroquevillions +recroquevillons +recru +recrudescence +recrudescences +recrue +recrues +recrus +recruta +recrutai +recrutaient +recrutais +recrutait +recrutant +recrutas +recrutasse +recrutassent +recrutasses +recrutassiez +recrutassions +recrutmes +recrutt +recruttes +recrute +recrutement +recrutements +recrutent +recruter +recrutera +recruterai +recruteraient +recruterais +recruterait +recruteras +recruterez +recruteriez +recruterions +recruterons +recruteront +recrutes +recruteur +recruteurs +recrutez +recrut +recrute +recrutes +recruts +recrutrent +recrutiez +recrutions +recrutons +recta +rectal +rectale +rectales +rectangle +rectangles +rectangulaire +rectangulaires +rectaux +recteur +recteurs +rectifia +rectifiai +rectifiaient +rectifiais +rectifiait +rectifiant +rectifias +rectifiasse +rectifiassent +rectifiasses +rectifiassiez +rectifiassions +rectifimes +rectifit +rectifites +rectificatif +rectificatifs +rectification +rectifications +rectificative +rectificatives +rectifie +rectifient +rectifier +rectifiera +rectifierai +rectifieraient +rectifierais +rectifierait +rectifieras +rectifierez +rectifieriez +rectifierions +rectifierons +rectifieront +rectifies +rectifiez +rectifi +rectifie +rectifies +rectifis +rectifirent +rectifiiez +rectifiions +rectifions +rectiligne +rectilignes +rectitude +rectitudes +recto +rectoral +rectorale +rectorales +rectorat +rectorats +rectoraux +rectum +rectums +recueil +recueillement +recueillements +recueilli +recueillie +recueillies +recueillir +recueillira +recueillirai +recueilliraient +recueillirais +recueillirait +recueilliras +recueillirent +recueillirez +recueilliriez +recueillirions +recueillirons +recueilliront +recueillis +recueillissaient +recueillissais +recueillissait +recueillissant +recueillisse +recueillissent +recueillisses +recueillissez +recueillissiez +recueillissions +recueillissons +recueillit +recueillmes +recueillt +recueilltes +recueils +recuit +recuira +recuirai +recuiraient +recuirais +recuirait +recuiras +recuire +recuirez +recuiriez +recuirions +recuirons +recuiront +recuis +recuisaient +recuisais +recuisait +recuisant +recuise +recuisent +recuises +recuisez +recuisiez +recuisions +recuisirent +recuisis +recuisisse +recuisissent +recuisisses +recuisissiez +recuisissions +recuisit +recuismes +recuist +recuistes +recuisons +recuit +recuite +recuites +recuits +recul +recula +reculade +reculades +reculai +reculaient +reculais +reculait +reculant +reculas +reculasse +reculassent +reculasses +reculassiez +reculassions +reculmes +recult +recultes +recule +reculent +reculer +reculera +reculerai +reculeraient +reculerais +reculeras +reculerez +reculeriez +reculerions +reculerons +reculeront +recules +reculez +recul +recule +recules +reculs +reculrent +reculiez +reculions +reculons +reculs +recyclage +recyclages +reois +reoisse +reoissent +reoisses +reoissiez +reoissions +reoit +reoive +reoivent +reoives +reot +reu +reue +reues +reurent +reus +reut +remes +retes +redan +redans +reddition +redditions +redemanda +redemandai +redemandaient +redemandais +redemandait +redemandant +redemandas +redemandasse +redemandassent +redemandasses +redemandassiez +redemandassions +redemandmes +redemandt +redemandtes +redemande +redemandent +redemander +redemandera +redemanderai +redemanderaient +redemanderais +redemanderait +redemanderas +redemanderez +redemanderiez +redemanderions +redemanderons +redemanderont +redemandes +redemandez +redemand +redemande +redemandes +redemands +redemandrent +redemandiez +redemandions +redemandons +redent +redents +redescend +redescendaient +redescendais +redescendait +redescendant +redescende +redescendent +redescendes +redescendez +redescendiez +redescendions +redescendirent +redescendis +redescendisse +redescendissent +redescendisses +redescendissiez +redescendissions +redescendit +redescendmes +redescendt +redescendtes +redescendons +redescendra +redescendrai +redescendraient +redescendrais +redescendrait +redescendras +redescendre +redescendrez +redescendriez +redescendrions +redescendrons +redescendront +redescends +redescendu +redescendue +redescendues +redescendus +redevable +redevables +redevance +redevances +redevenaient +redevenais +redevenait +redevenant +redevenez +redeveniez +redevenions +redevenir +redevenons +redevenu +redevenue +redevenues +redevenus +redeviendra +redeviendrai +redeviendraient +redeviendrais +redeviendrait +redeviendras +redeviendrez +redeviendriez +redeviendrions +redeviendrons +redeviendront +redevienne +redeviennent +redeviennes +redeviens +redevient +redevinrent +redevins +redevinsse +redevinssent +redevinsses +redevinssiez +redevinssions +redevint +redevnmes +redevnt +redevntes +redcourvert +redcourverte +redcourvertes +redcourverts +redcourvir +redcourvira +redcourvirai +redcourviraient +redcourvirais +redcourvirait +redcourviras +redcourvirez +redcourviriez +redcourvirions +redcourvirons +redcourviront +redcourvrais +redcourvrait +redcourvrant +redcourvre +redcourvrent +redcourvres +redcourvrez +redcourvriez +redcourvrions +redcourvrirent +redcourvris +redcourvrisse +redcourvrissent +redcourvrisses +redcourvrissiez +redcourvrissions +redcourvrit +redcourvrmes +redcourvrt +redcourvrtes +redcourvrons +redcouvre +redcouvrent +redfini +redfinie +redfinies +redfinir +redfinira +redfinirai +redfiniraient +redfinirais +redfinirait +redfiniras +redfinirent +redfinirez +redfiniriez +redfinirions +redfinirons +redfiniront +redfinis +redfinissaient +redfinissais +redfinissait +redfinissant +redfinisse +redfinissez +redfinissiez +redfinissions +redfinissons +redfinit +redfinition +redfinitions +redfinmes +redfint +redfintes +redingote +redingotes +redira +redirai +rediraient +redirais +redirait +rediras +redire +redirection +redirections +redirent +redirez +rediriez +redirige +redirigea +redirigeai +redirigeaient +redirigeais +redirigeait +redirigeant +redirigeas +redirigeasse +redirigeassent +redirigeasses +redirigeassiez +redirigeassions +redirigemes +rediriget +redirigent +rediriger +redirigera +redirigerai +redirigeraient +redirigerais +redirigerait +redirigeras +redirigerez +redirigeriez +redirigerions +redirigerons +redirigeront +rediriges +redirigez +redirig +redirige +rediriges +redirigs +redirigrent +redirigiez +redirigions +redirigons +redirions +redirons +rediront +redis +redisaient +redisais +redisait +redisant +redise +redisent +redises +redisez +redisiez +redisions +redisons +redisse +redissent +redisses +redissiez +redissions +redistribuer +redit +redite +redites +redits +redmes +redt +redtes +redondance +redondances +redondant +redondante +redondantes +redondants +redonna +redonnai +redonnaient +redonnais +redonnait +redonnant +redonnas +redonnasse +redonnassent +redonnasses +redonnassiez +redonnassions +redonnmes +redonnt +redonntes +redonne +redonnent +redonner +redonnera +redonnerai +redonneraient +redonnerais +redonnerait +redonneras +redonnerez +redonneriez +redonnerions +redonnerons +redonneront +redonnes +redonnez +redonn +redonne +redonnes +redonns +redonnrent +redonniez +redonnions +redonnons +redora +redorai +redoraient +redorais +redorait +redorant +redoras +redorasse +redorassent +redorasses +redorassiez +redorassions +redormes +redort +redortes +redore +redorent +redorer +redorera +redorerai +redoreraient +redorerais +redorerait +redoreras +redorerez +redoreriez +redorerions +redorerons +redoreront +redores +redorez +redor +redore +redores +redors +redorrent +redoriez +redorions +redorons +redoubla +redoublai +redoublaient +redoublais +redoublait +redoublant +redoublante +redoublantes +redoublants +redoublas +redoublasse +redoublassent +redoublasses +redoublassiez +redoublassions +redoublmes +redoublt +redoubltes +redouble +redoublement +redoublements +redoublent +redoubler +redoublera +redoublerai +redoubleraient +redoublerais +redoublerait +redoubleras +redoublerez +redoubleriez +redoublerions +redoublerons +redoubleront +redoubles +redoublez +redoubl +redouble +redoubles +redoubls +redoublrent +redoubliez +redoublions +redoublons +redouta +redoutable +redoutables +redoutai +redoutaient +redoutais +redoutait +redoutant +redoutas +redoutasse +redoutassent +redoutasses +redoutassiez +redoutassions +redoutmes +redoutt +redouttes +redoute +redoutent +redouter +redoutera +redouterai +redouteraient +redouterais +redouterait +redouteras +redouterez +redouteriez +redouterions +redouterons +redouteront +redoutes +redoutez +redout +redoute +redoutes +redouts +redoutrent +redoutiez +redoutions +redoutons +redressa +redressai +redressaient +redressais +redressait +redressas +redressasse +redressassent +redressasses +redressassiez +redressassions +redressmes +redresst +redresstes +redresse +redressement +redressements +redressent +redresser +redressera +redresserai +redresseraient +redresserais +redresserait +redresseras +redresserez +redresseriez +redresserions +redresserons +redresseront +redresses +redresseur +redresseurs +redressez +redress +redresse +redresses +redresss +redressrent +redressiez +redressions +redressons +refaire +refais +refaisaient +refaisais +refaisait +refaisant +refaisez +refaisiez +refaisions +refaisons +refait +refaite +refaitent +refaites +refaits +refasse +refassent +refasses +refassiez +refassions +refend +refends +refera +referai +referaient +referais +referait +referas +referez +referiez +referions +referme +refermer +refermez +referm +referons +referont +refiler +refil +refirent +refis +refisse +refissent +refisses +refissiez +refissions +refit +refixer +refmes +reft +reftes +reflet +reflets +refleuri +refleurie +refleuries +refleurir +refleurira +refleurirai +refleuriraient +refleurirais +refleurirait +refleuriras +refleurirent +refleurirez +refleuririez +refleuririons +refleurirons +refleuriront +refleuris +refleurissaient +refleurissais +refleurissait +refleurissant +refleurisse +refleurissent +refleurisses +refleurissez +refleurissiez +refleurissions +refleurissons +refleurit +refleurmes +refleurt +refleurtes +reflta +refltai +refltaient +refltais +refltait +refltant +refltas +refltasse +refltassent +refltasses +refltassiez +refltassions +refltmes +refltt +reflttes +reflter +refltera +reflterai +reflteraient +reflterais +reflterait +reflteras +reflterez +reflteriez +reflterions +reflterons +reflteront +refltez +reflt +reflte +refltes +reflts +refltrent +refltiez +refltions +refltons +reflte +refltent +refltes +reflua +refluai +refluaient +refluais +refluait +refluant +refluas +refluasse +refluassent +refluasses +refluassiez +refluassions +refluassons +reflumes +reflut +reflutes +reflue +refluent +refluer +refluera +refluerai +reflueraient +refluerais +refluerait +reflueras +refluerez +reflueriez +refluerions +refluerons +reflueront +reflues +refluez +reflu +reflue +reflues +reflus +reflurent +refluiez +refluions +refluons +reflux +refond +refondaient +refondais +refondait +refondant +refonde +refondent +refondes +refondez +refondiez +refondions +refondis +refondisse +refondissent +refondisses +refondissiez +refondissions +refondit +refondmes +refondt +refondtes +refondons +refondra +refondrai +refondraient +refondrais +refondrait +refondras +refondre +refondrez +refondriez +refondrions +refondrons +refondront +refonds +refondu +refondue +refondues +refondus +refont +refonte +reforma de nouveau +reformai de nouveau +reformaient de nouveau +reformais de nouveau +reformait de nouveau +reformant de nouveau +reformas de nouveau +reformasse de nouveau +reformassent de nouveau +reformasses de nouveau +reformassiez de nouveau +reformassions de nouveau +reformmes de nouveau +reformt de nouveau +reformtes de nouveau +reforme de nouveau +reforment de nouveau +reformer de nouveau +reformera de nouveau +reformerai de nouveau +reformeraient de nouveau +reformerais de nouveau +reformerait de nouveau +reformeras de nouveau +reformerez de nouveau +reformeriez de nouveau +reformerions de nouveau +reformerons de nouveau +reformeront de nouveau +reformes de nouveau +reformez de nouveau +reform de nouveau +reforme de nouveau +reformes de nouveau +reforms de nouveau +reformrent de nouveau +reformiez de nouveau +reformions de nouveau +reformons de nouveau +refoula +refoulai +refoulaient +refoulais +refoulait +refoulant +refoulas +refoulasse +refoulassent +refoulasses +refoulassiez +refoulassions +refoulmes +refoult +refoultes +refoule +refoulement +refoulements +refoulent +refouler +refoulera +refoulerai +refouleraient +refoulerais +refoulerait +refouleras +refoulerez +refouleriez +refoulerions +refoulerons +refouleront +refoules +refoulez +refoul +refoule +refoules +refouls +refoulrent +refouliez +refoulions +refoulons +refrain +refrains +refrna +refrnai +refrnaient +refrnais +refrnait +refrnant +refrnas +refrnasse +refrnassent +refrnasses +refrnassiez +refrnassions +refrnmes +refrnt +refrntes +refrner +refrnera +refrnerai +refrneraient +refrnerais +refrnerait +refrneras +refrnerez +refrneriez +refrnerions +refrnerons +refrneront +refrnez +refrn +refrne +refrnes +refrns +refrnrent +refrniez +refrnions +refrnons +refrne +refrnent +refrnes +refroidi +refroidie +refroidies +refroidir +refroidira +refroidirai +refroidiraient +refroidirais +refroidirait +refroidiras +refroidirent +refroidirez +refroidiriez +refroidirions +refroidirons +refroidiront +refroidis +refroidissaient +refroidissais +refroidissait +refroidissant +refroidisse +refroidissement +refroidissements +refroidissent +refroidisses +refroidissez +refroidissiez +refroidissions +refroidissons +refroidit +refroidmes +refroidt +refroidtes +refuge +refuges +refugia +refugiai +refugiaient +refugiais +refugiait +refugiant +refugias +refugiasse +refugiassent +refugiasses +refugiassiez +refugiassions +refugimes +refugit +refugites +refugie +refugient +refugier +refugiera +refugierai +refugieraient +refugierais +refugierait +refugieras +refugierez +refugieriez +refugierions +refugierons +refugieront +refugies +refugiez +refugi +refugie +refugies +refugis +refugirent +refugiiez +refugiions +refugions +refus +refusa +refusai +refusaient +refusais +refusait +refusant +refusas +refusasse +refusassent +refusasses +refusassiez +refusassions +refusmes +refust +refustes +refuse +refusent +refuser +refusera +refuserai +refuseraient +refuserais +refuserait +refuseras +refuserez +refuseriez +refuserions +refuserons +refuseront +refuses +refusez +refus +refuse +refuses +refuss +refusrent +refusiez +refusions +refusons +regagna +regagnai +regagnaient +regagnais +regagnait +regagnant +regagnas +regagnasse +regagnassent +regagnasses +regagnassiez +regagnassions +regagnmes +regagnt +regagntes +regagne +regagnent +regagner +regagnera +regagnerai +regagneraient +regagnerais +regagnerait +regagneras +regagnerez +regagneriez +regagnerions +regagnerons +regagneront +regagnes +regagnez +regagn +regagne +regagnes +regagns +regagnrent +regagniez +regagnions +regagnons +regain +regains +regard +regarda +regardai +regardaient +regardais +regardait +regardant +regardante +regardantes +regardants +regardas +regardasse +regardassent +regardasses +regardassiez +regardassions +regardmes +regardt +regardtes +regarde +regardent +regarder +regardera +regarderai +regarderaient +regarderais +regarderait +regarderas +regarderez +regarderiez +regarderions +regarderons +regarderont +regardes +regardez +regard +regarde +regardes +regards +regardrent +regardiez +regardions +regardons +regards +regarni +regarnie +regarnies +regarnir +regarnira +regarnirai +regarniraient +regarnirais +regarnirait +regarniras +regarnirent +regarnirez +regarniriez +regarnirions +regarnirons +regarniront +regarnis +regarnissaient +regarnissais +regarnissait +regarnissant +regarnisse +regarnissent +regarnisses +regarnissez +regarnissiez +regarnissions +regarnissons +regarnit +regarnmes +regarnt +regarntes +regimba +regimbai +regimbaient +regimbais +regimbait +regimbant +regimbas +regimbasse +regimbassent +regimbasses +regimbassiez +regimbassions +regimbmes +regimbt +regimbtes +regimbe +regimbent +regimber +regimbera +regimberai +regimberaient +regimberais +regimberait +regimberas +regimberez +regimberiez +regimberions +regimberons +regimberont +regimbes +regimbez +regimb +regimbe +regimbes +regimbrent +regimbiez +regimbions +regimbons +registre +registres +regonfla +regonflai +regonflaient +regonflais +regonflait +regonflant +regonflas +regonflasse +regonflassent +regonflasses +regonflassiez +regonflassions +regonflmes +regonflt +regonflte +regonfle +regonflent +regonfler +regonflera +regonflerai +regonfleraient +regonflerais +regonflerait +regonfleras +regonflerez +regonfleriez +regonflerions +regonflerons +regonfleront +regonfles +regonflez +regonfl +regonfle +regonfles +regonfls +regonflrent +regonfliez +regonflions +regonflons +regorge +regorgea +regorgeai +regorgeaient +regorgeais +regorgeait +regorgeant +regorgeas +regorgeasse +regorgeassent +regorgeasses +regorgeassiez +regorgeassions +regorgemes +regorget +regorgetes +regorgement +regorgements +regorgent +regorgeons +regorger +regorgera +regorgerai +regorgeraient +regorgerais +regorgerait +regorgeras +regorgerez +regorgeriez +regorgerions +regorgerons +regorgeront +regorges +regorgez +regorg +regorge +regorges +regorgs +regorgrent +regorgiez +regorgions +regret +regrets +regretta +regrettable +regrettables +regrettai +regrettaient +regrettais +regrettait +regrettant +regrettas +regrettasse +regrettassent +regrettasses +regrettassiez +regrettassions +regrettmes +regrettt +regretttes +regrette +regrettent +regretter +regrettera +regretterai +regretteraient +regretterais +regretterait +regretteras +regretterez +regretteriez +regretterions +regretterons +regretteront +regrettes +regrettez +regrett +regrette +regrettes +regretts +regrettrent +regrettiez +regrettions +regrettons +regrimpa +regrimpai +regrimpaient +regrimpais +regrimpait +regrimpant +regrimpas +regrimpasse +regrimpassent +regrimpasses +regrimpassiez +regrimpassions +regrimpmes +regrimpt +regrimptes +regrimpe +regrimpent +regrimper +regrimpera +regrimperai +regrimperaient +regrimperais +regrimperait +regrimperas +regrimperez +regrimperiez +regrimperions +regrimperons +regrimperont +regrimpes +regrimpez +regrimp +regrimpe +regrimpes +regrimps +regrimprent +regrimpiez +regrimpions +regrimpons +regroupait +regroupant +regroupe +regroupement +regrouper +regroupera +regroupes +regroups +regroupons +rehaussa +rehaussai +rehaussaient +rehaussais +rehaussait +rehaussant +rehaussas +rehaussasse +rehaussassent +rehaussasses +rehaussassiez +rehaussassions +rehaussmes +rehausst +rehausstes +rehausse +rehaussement +rehaussements +rehaussent +rehausser +rehaussera +rehausserai +rehausseraient +rehausserais +rehausserait +rehausseras +rehausserez +rehausseriez +rehausserions +rehausserons +rehausseront +rehausses +rehaussez +rehauss +rehausse +rehausses +rehausss +rehaussrent +rehaussiez +rehaussions +rehaussons +rein +reine +reines +reinette +reinettes +reins +retre +retres +rejailli +rejaillie +rejaillies +rejaillir +rejaillira +rejaillirai +rejailliraient +rejaillirais +rejaillirait +rejailliras +rejaillirent +rejaillirez +rejailliriez +rejaillirions +rejaillirons +rejailliront +rejaillis +rejaillissaient +rejaillissais +rejaillissait +rejaillissant +rejaillisse +rejaillissement +rejaillissements +rejaillissent +rejaillisses +rejaillissez +rejaillissiez +rejaillissions +rejaillissons +rejaillit +rejaillmes +rejaillt +rejailltes +rejet +rejeta +rejetai +rejetaient +rejetais +rejetait +rejetant +rejetas +rejetasse +rejetassent +rejetasses +rejetassiez +rejetassions +rejetmes +rejett +rejettes +rejeter +rejetez +rejet +rejete +rejetes +rejets +rejetrent +rejetiez +rejetions +rejeton +rejetons +rejets +rejette +rejettent +rejettera +rejetterai +rejetteraient +rejetterais +rejetterait +rejetteras +rejetterez +rejetteriez +rejetterions +rejetterons +rejetteront +rejettes +rejoignaient +rejoignais +rejoignait +rejoignant +rejoigne +rejoignent +rejoignes +rejoignez +rejoigniez +rejoignions +rejoignirent +rejoignis +rejoignisse +rejoignissent +rejoignisses +rejoignissiez +rejoignissions +rejoignit +rejoignmes +rejoignt +rejoigntes +rejoignons +rejoindra +rejoindrai +rejoindraient +rejoindrais +rejoindrait +rejoindras +rejoindre +rejoindrez +rejoindriez +rejoindrions +rejoindrons +rejoindront +rejoins +rejoint +rejointe +rejointes +rejoints +rejoua +rejouai +rejouaient +rejouais +rejouait +rejouant +rejouas +rejouasse +rejouassent +rejouasses +rejouassiez +rejouassions +rejoumes +rejout +rejoutes +rejoue +rejouent +rejouer +rejouera +rejouerai +rejoueraient +rejouerais +rejouerait +rejoueras +rejouerez +rejoueriez +rejouerions +rejouerons +rejoueront +rejoues +rejouez +rejou +rejoue +rejoues +rejous +rejourent +rejouiez +rejouions +rejouons +relaie +relaient +relaiera +relaierai +relaieraient +relaierais +relaierait +relaieras +relaierez +relaieriez +relaierions +relaierons +relaieront +relaies +relais +relance +relancent +relancer +relancera +relancerai +relanceraient +relancerais +relancerait +relanceras +relancerez +relanceriez +relancerions +relancerons +relanceront +relances +relancez +relanc +relance +relances +relancs +relancrent +relanciez +relancions +relana +relanai +relanaient +relanais +relanait +relanant +relanas +relanasse +relanassent +relanasses +relanassiez +relanassions +relanmes +relant +relantes +relanons +relaps +relapse +relapses +relata +relatai +relataient +relatais +relatait +relatant +relatas +relatasse +relatassent +relatasses +relatassiez +relatassions +relatmes +relatt +relattes +relate +relatent +relater +relatera +relaterai +relateraient +relaterais +relaterait +relateras +relaterez +relateriez +relaterions +relaterons +relateront +relates +relatez +relat +relate +relates +relats +relatrent +relatiez +relatif +relatifs +relation +relationnel +relationnelle +relationnelles +relationnels +relations +relative +relativement +relatives +relativisme +relativit +relatons +relax +relaxa +relaxai +relaxaient +relaxais +relaxait +relaxant +relaxas +relaxasse +relaxassent +relaxasses +relaxassiez +relaxassions +relaxation +relaxations +relaxmes +relaxt +relaxtes +relaxe +relaxent +relaxer +relaxera +relaxerai +relaxeraient +relaxerais +relaxerait +relaxeras +relaxerez +relaxeriez +relaxerions +relaxerons +relaxeront +relaxes +relaxez +relax +relaxe +relaxes +relaxs +relaxrent +relaxiez +relaxions +relaxons +relaya +relayai +relayaient +relayais +relayait +relayant +relayas +relayasse +relayassent +relayasses +relayassiez +relayassions +relaymes +relayt +relaytes +relayer +relayez +relay +relaye +relayes +relays +relayrent +relayiez +relayions +relayons +relcha +relchai +relchaient +relchais +relchait +relchant +relchas +relchasse +relchassent +relchasses +relchassiez +relchassions +relchmes +relcht +relchtes +relche +relchement +relchements +relchent +relcher +relchera +relcherai +relcheraient +relcherais +relcherait +relcheras +relcherez +relcheriez +relcherions +relcherons +relcheront +relches +relchez +relch +relche +relches +relchs +relchrent +relchiez +relchions +relchons +relent +relents +releva +relevai +relevaient +relevailles +relevais +relevait +relevant +relevas +relevasse +relevassent +relevasses +relevassiez +relevassions +relevmes +relevt +relevtes +relever +releveur +releveurs +relevez +relev +releve +releves +relevs +relevrent +releviez +relevions +relevons +relgation +relgations +relgua +relguai +relguaient +relguais +relguait +relguant +relguas +relguasse +relguassent +relguasses +relguassiez +relguassions +relgumes +relgut +relgutes +relguer +relguera +relguerai +relgueraient +relguerais +relguerait +relgueras +relguerez +relgueriez +relguerions +relguerons +relgueront +relguez +relgu +relgue +relgues +relgus +relgurent +relguiez +relguions +relguons +relgue +relguent +relgues +relve +relvement +relvements +relvent +relvera +relverai +relveraient +relverais +relverait +relveras +relverez +relveriez +relverions +relverons +relveront +relves +relia +reliai +reliaient +reliais +reliait +reliant +relias +reliasse +reliassent +reliasses +reliassiez +reliassions +relimes +relit +relites +relie +relief +reliefs +relient +relier +reliera +relierai +relieraient +relierais +relierait +relieras +relierez +relieriez +relierions +relierons +relieront +relies +relieur +relieurs +relieuse +relieuses +reliez +reli +relie +relies +relis +relirent +religieuse +religieusement +religieuses +religieux +religion +religions +religiosit +religiosits +reliiez +reliions +relions +reliquaire +reliquaires +reliquat +reliquats +relique +reliques +relira +relirai +reliraient +relirais +relirait +reliras +relire +relirez +reliriez +relirions +relirons +reliront +relis +relisaient +relisais +relisait +relisant +relise +relisent +relises +relisez +relisiez +relisons +relit +reliure +reliures +relogeable +relogeables +reloua +relouai +relouaient +relouais +relouait +relouant +relouas +relouasse +relouassent +relouasses +relouassiez +relouassions +reloumes +relout +reloutes +reloue +relouent +relouer +relouera +relouerai +reloueraient +relouerais +relouerait +reloueras +relouerez +reloueriez +relouerions +relouerons +reloueront +reloues +relouez +relou +reloue +reloues +relous +relourent +relouiez +relouions +relouons +relu +relue +relues +relui +reluie +reluies +reluira +reluirai +reluiraient +reluirais +reluirait +reluiras +reluire +reluirez +reluiriez +reluirions +reluirons +reluiront +reluis +reluisaient +reluisais +reluisait +reluisant +reluisante +reluisantes +reluisants +reluise +reluisent +reluises +reluisez +reluisiez +reluisions +reluisirent +reluisis +reluisisse +reluisissent +reluisisses +reluisissiez +reluisissions +reluisit +reluismes +reluist +reluistes +reluisons +reluit +relus +relusse +relussent +relusses +relussiez +relussions +relut +relmes +relt +reltes +remaillai +remaillaient +remaillais +remaillait +remaillant +remaillas +remaillasse +remaillassent +remaillasses +remaillassiez +remaillassions +remaillmes +remaillt +remailltes +remaille +remaillent +remailler +remaillera +remaillerai +remailleraient +remaillerais +remaillerait +remailleras +remaillerez +remailleriez +remaillerions +remaillerons +remailleront +remailles +remaillez +remaill +remaille +remailles +remaills +remaillrent +remailliez +remaillions +remaillons +remania +remaniai +remaniaient +remaniais +remaniait +remaniant +remanias +remaniasse +remaniassent +remaniasses +remaniassiez +remaniassions +remanimes +remanit +remanites +remanie +remaniement +remaniements +remanient +remanier +remaniera +remanierai +remanieraient +remanierais +remanierait +remanieras +remanierez +remanieriez +remanierions +remanierons +remanieront +remanies +remaniez +remani +remanie +remanies +remanis +remanirent +remaniiez +remaniions +remanions +remaria +remariage +remariages +remariai +remariaient +remariais +remariait +remariant +remarias +remariasse +remariassent +remariasses +remariassiez +remariassions +remarimes +remarit +remarites +remarie +remarient +remarier +remariera +remarierai +remarieraient +remarierais +remarierait +remarieras +remarierez +remarieriez +remarierions +remarierons +remarieront +remaries +remariez +remari +remarie +remaries +remaris +remarirent +remariiez +remariions +remarions +remarqua +remarquable +remarquablement +remarquables +remarquai +remarquaient +remarquais +remarquait +remarquant +remarquas +remarquasse +remarquassent +remarquasses +remarquassiez +remarquassions +remarqumes +remarqut +remarqutes +remarque +remarquent +remarquer +remarquera +remarquerai +remarqueraient +remarquerais +remarquerait +remarquerez +remarqueriez +remarquerions +remarquerons +remarqueront +remarques +remarquez +remarqu +remarque +remarques +remarqus +remarqurent +remarquiez +remarquions +remarquons +remcha +remchai +remchaient +remchais +remchait +remchant +remchas +remchasse +remchassent +remchasses +remchassiez +remchassions +remchmes +remcht +remchtes +remche +remchent +remcher +remchera +remcherai +remcheraient +remcherais +remcherait +remcheras +remcherez +remcheriez +remcherions +remcherons +remcheront +remches +remchez +remch +remche +remches +remchs +remchrent +remchiez +remchions +remchons +rembarqua +rembarquai +rembarquaient +rembarquais +rembarquait +rembarquant +rembarquas +rembarquasse +rembarquassent +rembarquasses +rembarquassiez +rembarquassions +rembarqumes +rembarqut +rembarqutes +rembarque +rembarquement +rembarquements +rembarquent +rembarquer +rembarquera +rembarquerai +rembarqueraient +rembarquerais +rembarquerait +rembarqueras +rembarquerez +rembarqueriez +rembarquerions +rembarquerons +rembarqueront +rembarques +rembarquez +rembarqu +rembarque +rembarques +rembarqus +rembarqurent +rembarquiez +rembarquions +rembarquons +rembarra +rembarrai +rembarraient +rembarrais +rembarrait +rembarrant +rembarras +rembarrasse +rembarrassent +rembarrasses +rembarrassiez +rembarrassions +rembarrmes +rembarrt +rembarrtes +rembarre +rembarrent +rembarrer +rembarrera +rembarrerai +rembarreraient +rembarrerais +rembarrerait +rembarreras +rembarrerez +rembarreriez +rembarrerions +rembarrerons +rembarreront +rembarres +rembarrez +rembarr +rembarre +rembarres +rembarrs +rembarrrent +rembarriez +rembarrions +rembarrons +remblai +remblaie +remblaient +remblaiera +remblaierai +remblaieraient +remblaierais +remblaierait +remblaieras +remblaierez +remblaieriez +remblaierions +remblaierons +remblaieront +remblaies +remblais +remblaya +remblayage +remblayages +remblayai +remblayaient +remblayais +remblayait +remblayant +remblayas +remblayasse +remblayassent +remblayasses +remblayassiez +remblayassions +remblaymes +remblayt +remblaytes +remblayer +remblayez +remblay +remblaye +remblayes +remblays +remblayrent +remblayiez +remblayions +remblayons +rembota +rembotai +rembotaient +rembotais +rembotait +rembotant +rembotas +rembotasse +rembotassent +rembotasses +rembotassiez +rembotassions +rembotmes +rembott +rembottes +rembote +rembotent +remboter +rembotera +remboterai +remboteraient +remboterais +remboterait +remboteras +remboterez +remboteriez +remboterions +remboterons +remboteront +rembotes +rembotez +rembot +rembote +rembotes +rembots +rembotrent +rembotiez +rembotions +rembotons +rembourra +rembourrage +rembourrages +rembourrai +rembourraient +rembourrait +rembourrant +rembourras +rembourrasse +rembourrassent +rembourrasses +rembourrassiez +rembourrassions +rembourrmes +rembourrt +rembourrtes +rembourre +rembourrent +rembourrer +rembourrera +rembourrerai +rembourreraient +rembourrerais +rembourrerait +rembourreras +rembourrerez +rembourreriez +rembourrerions +rembourrerons +rembourreront +rembourres +rembourrez +rembourr +rembourre +rembourres +rembourrs +rembourrrent +rembourriez +rembourrions +rembourrons +remboursa +remboursable +remboursables +remboursai +remboursaient +remboursais +remboursait +remboursant +remboursas +remboursasse +remboursassent +remboursasses +remboursassiez +remboursassions +remboursmes +rembourst +rembourstes +rembourse +remboursement +remboursements +remboursent +rembourser +remboursera +rembourserai +rembourseraient +rembourserais +rembourserait +rembourseras +rembourserez +rembourseriez +rembourserions +rembourserons +rembourseront +rembourses +remboursez +rembours +rembourse +rembourses +rembourss +remboursrent +remboursiez +remboursions +remboursons +rembruni +rembrunie +rembrunies +rembrunir +rembrunira +rembrunirai +rembruniraient +rembrunirais +rembrunirait +rembruniras +rembrunirent +rembrunirez +rembruniriez +rembrunirions +rembrunirons +rembruniront +rembrunis +rembrunissaient +rembrunissais +rembrunissait +rembrunissant +rembrunisse +rembrunissent +rembrunisses +rembrunissez +rembrunissiez +rembrunissions +rembrunissons +rembrunit +rembrunmes +rembrunt +rembruntes +remembrement +remembrements +remercia +remerciai +remerciaient +remerciais +remerciait +remerciant +remercias +remerciasse +remerciassent +remerciasses +remerciassiez +remerciassions +remercimes +remercit +remercites +remercie +remerciement +remerciements +remercient +remercier +remerciera +remercierai +remercieraient +remercierais +remercierait +remercieras +remercierez +remercieriez +remercierions +remercierons +remercieront +remercies +remerciez +remerci +remercie +remercies +remercis +remercirent +remerciiez +remerciions +remercions +remesura +remesurai +remesuraient +remesurais +remesurait +remesurant +remesuras +remesurasse +remesurassent +remesurasses +remesurassiez +remesurassions +remesurmes +remesurt +remesurtes +remesure +remesurent +remesurer +remesurera +remesurerai +remesureraient +remesurerais +remesurerait +remesureras +remesurerez +remesureriez +remesurerions +remesurerons +remesureront +remesures +remesurez +remesur +remesure +remesures +remesurs +remesurrent +remesuriez +remesurions +remesurons +remet +remets +remettaient +remettais +remettait +remettant +remette +remettent +remetterez +remettes +remettez +remettiez +remettions +remettons +remettra +remettrai +remettraient +remettrais +remettrait +remettras +remettre +remettrez +remettriez +remettrions +remettrons +remettront +remdia +remdiai +remdiaient +remdiais +remdiait +remdiant +remdias +remdiasse +remdiassent +remdiasses +remdiassiez +remdiassions +remdimes +remdit +remdites +remdie +remdient +remdier +remdiera +remdierai +remdieraient +remdierais +remdierait +remdieras +remdierez +remdieriez +remdierions +remdierons +remdieront +remdies +remdiez +remdi +remdie +remdies +remdis +remdirent +remdiiez +remdiions +remdions +remmora +remmorai +remmoraient +remmorais +remmorait +remmorant +remmoras +remmorasse +remmorassent +remmorasses +remmorassiez +remmorassions +remmormes +remmort +remmortes +remmore +remmorent +remmorer +remmorera +remmorerai +remmoreraient +remmorerais +remmorerait +remmoreras +remmorerez +remmoreriez +remmorerions +remmorerons +remmoreront +remmores +remmorez +remmor +remmore +remmores +remmors +remmorrent +remmoriez +remmorions +remmorons +remde +remdes +remirent +remis +remisa +remisai +remisaient +remisais +remisait +remisant +remisas +remisasse +remisassent +remisasses +remisassiez +remisassions +remismes +remist +remistes +remise +remisent +remiser +remisera +remiserai +remiseraient +remiserais +remiserait +remiseras +remiserez +remiseriez +remiserions +remiserons +remiseront +remises +remisez +remis +remise +remises +remiss +remisrent +remisier +remisiers +remisiez +remisions +remisons +remisse +remissent +remisses +remissiez +remissions +remit +remmes +remt +remtes +remmailla +remmaillai +remmaillaient +remmaillais +remmaillait +remmaillant +remmaillas +remmaillasse +remmaillassent +remmaillasses +remmaillassiez +remmaillassions +remmaillmes +remmaillt +remmailltes +remmaille +remmaillent +remmailler +remmaillera +remmaillerai +remmailleraient +remmaillerais +remmaillerait +remmailleras +remmaillerez +remmailleriez +remmaillerions +remmaillerons +remmailleront +remmailles +remmaillez +remmaill +remmaille +remmailles +remmaills +remmaillrent +remmailliez +remmaillions +remmaillons +remmena +remmenai +remmenaient +remmenais +remmenait +remmenant +remmenas +remmenasse +remmenassent +remmenasses +remmenassiez +remmenassions +remmenmes +remment +remmentes +remmener +remmenez +remmen +remmene +remmenes +remmens +remmenrent +remmeniez +remmenions +remmenons +remmne +remmnent +remmnera +remmnerai +remmneraient +remmnerais +remmnerait +remmneras +remmnerez +remmneriez +remmnerons +remmneront +remmnes +remodela +remodelai +remodelaient +remodelais +remodelait +remodelant +remodelas +remodelasse +remodelassent +remodelasses +remodelassiez +remodelassions +remodelmes +remodelt +remodeltes +remodeler +remodelez +remodel +remodele +remodeles +remodels +remodelrent +remodeliez +remodelions +remodelle +remodellent +remodellera +remodellerai +remodelleraient +remodellerais +remodellerait +remodelleras +remodellerez +remodelleriez +remodellerions +remodellerons +remodelleront +remodelles +remodelons +remonta +remontage +remontages +remontai +remontaient +remontais +remontait +remontant +remontante +remontantes +remontants +remontas +remontasse +remontassent +remontasses +remontassiez +remontassions +remontassons +remontmes +remontt +remonttes +remonte +remontent +remonter +remontera +remonterai +remonteraient +remonterais +remonterait +remonteras +remonterez +remonteriez +remonterions +remonterons +remonteront +remontes +remontez +remont +remonte +remontes +remonts +remontrent +remontiez +remontions +remontoir +remontoirs +remontons +remontra +remontrai +remontraient +remontrais +remontrait +remontrance +remontrances +remontrant +remontras +remontrasse +remontrassent +remontrasses +remontrassiez +remontrassions +remontrmes +remontrt +remontrtes +remontre +remontrent +remontrer +remontrera +remontrerai +remontreraient +remontrerais +remontrerait +remontreras +remontrerez +remontreriez +remontrerions +remontrerons +remontreront +remontres +remontrez +remontr +remontre +remontres +remontrs +remontrrent +remontriez +remontrions +remontrons +remords +remorqua +remorquage +remorquages +remorquai +remorquaient +remorquais +remorquait +remorquant +remorquas +remorquasse +remorquassent +remorquasses +remorquassiez +remorquassions +remorqumes +remorqut +remorqutes +remorque +remorquent +remorquer +remorquera +remorquerai +remorqueraient +remorquerais +remorquerait +remorqueras +remorquerez +remorqueriez +remorquerions +remorquerons +remorqueront +remorques +remorqueur +remorqueurs +remorqueuse +remorqueuses +remorquez +remorqu +remorque +remorques +remorqus +remorqurent +remorquiez +remorquions +remorquons +remous +rempailla +rempaillai +rempaillaient +rempaillais +rempaillait +rempaillant +rempaillas +rempaillasse +rempaillassent +rempaillasses +rempaillassiez +rempaillassions +rempaillmes +rempaillt +rempailltes +rempaille +rempaillent +rempailler +rempaillera +rempaillerai +rempailleraient +rempaillerais +rempaillerait +rempailleras +rempaillerez +rempailleriez +rempaillerions +rempaillerons +rempailleront +rempailles +rempailleur +rempailleurs +rempailleuse +rempailleuses +rempaillez +rempaill +rempaille +rempailles +rempaills +rempaillrent +rempailliez +rempaillions +rempaillons +rempaqueta +rempaquetai +rempaquetaient +rempaquetais +rempaquetait +rempaquetant +rempaquetas +rempaquetasse +rempaquetassent +rempaquetasses +rempaquetassiez +rempaquetassions +rempaquetmes +rempaquett +rempaquettes +rempaqueter +rempaquetez +rempaquet +rempaquete +rempaquetes +rempaquetrent +rempaquetiez +rempaquetions +rempaquetons +rempaquette +rempaquettent +rempaquettera +rempaquetterai +rempaquetteraient +rempaquetterais +rempaquetterait +rempaquetteras +rempaquetterez +rempaquetteriez +rempaquetterions +rempaquetterons +rempaquetteront +rempaquettes +rempart +remparts +remplace +remplacement +remplacements +remplacent +remplacer +remplacera +remplacerai +remplaceraient +remplacerais +remplacerait +remplaceras +remplacerez +remplaceriez +remplacerions +remplacerons +remplaceront +remplaces +remplacez +remplac +remplace +remplaces +remplacs +remplacrent +remplaciez +remplacions +remplaa +remplaable +remplaables +remplaai +remplaaient +remplaais +remplaait +remplaant +remplaante +remplaantes +remplaants +remplaas +remplaasse +remplaassent +remplaasses +remplaassiez +remplaassions +remplames +remplat +remplates +remplaons +rempli +remplie +remplies +remplir +remplira +remplirai +rempliraient +remplirais +rempliras +remplirent +remplirez +rempliriez +remplirions +remplirons +rempliront +remplis +remplissage +remplissages +remplissaient +remplissais +remplissait +remplissant +remplisse +remplissent +remplisses +remplissez +remplissiez +remplissions +remplissons +remplit +remplmes +remplt +rempltes +remploi +remplois +rempluma +remplumai +remplumaient +remplumais +remplumait +remplumant +remplumas +remplumasse +remplumassent +remplumasses +remplumassiez +remplumassions +remplummes +remplumt +remplumtes +remplume +remplument +remplumer +remplumera +remplumerai +remplumeraient +remplumerais +remplumerait +remplumeras +remplumerez +remplumeriez +remplumerions +remplumerons +remplumeront +remplumes +remplumez +remplum +remplume +remplumes +remplums +remplumrent +remplumiez +remplumions +remplumons +remporta +remportai +remportaient +remportais +remportait +remportant +remportas +remportasse +remportassent +remportasses +remportassiez +remportassions +remportmes +remportt +remporttes +remporte +remportent +remporter +remportera +remporterai +remporteraient +remporterais +remporterait +remporteras +remporterez +remporteriez +remporterions +remporterons +remporteront +remportes +remportez +remport +remporte +remportes +remports +remportrent +remportiez +remportions +remportons +rempota +rempotai +rempotaient +rempotais +rempotant +rempotas +rempotasse +rempotassent +rempotasses +rempotassiez +rempotassions +rempotmes +rempott +rempottes +rempote +rempotent +rempoter +rempotera +rempoterai +rempoteraient +rempoterais +rempoterait +rempoteras +rempoterez +rempoteriez +rempoterions +rempoterons +rempoteront +rempotes +rempotez +rempot +rempote +rempotes +rempots +rempotrent +rempotiez +rempotions +rempotons +remua +remuai +remuaient +remuais +remuait +remuant +remuante +remuantes +remuants +remuas +remuasse +remuassent +remuasses +remuassiez +remuassions +remumes +remut +remutes +remue +remuent +remuer +remuera +remuerai +remueraient +remuerais +remuerait +remueras +remuerez +remueriez +remuerions +remuerons +remueront +remues +remuez +remu +remue +remues +remus +remurent +remugle +remugles +remuiez +remuions +remuons +renais +renaissaient +renaissais +renaissait +renaissance +renaissances +renaissant +renaisse +renaissent +renaisses +renaissez +renaissiez +renaissions +renaissons +renat +renatra +renatrai +renatraient +renatrais +renatrait +renatras +renatre +renatrez +renatriez +renatrions +renatrons +renatront +renaquirent +renaquis +renaquisse +renaquissent +renaquisses +renaquissiez +renaquissions +renaquit +renaqumes +renaqut +renaqutes +renard +renarde +renardeau +renardeaux +renardes +renards +rencla +renclai +renclaient +renclais +renclait +renclant +renclas +renclasse +renclassent +renclasses +renclassiez +renclassions +renclmes +renclt +rencltes +rencle +renclent +rencler +renclera +renclerai +rencleraient +renclerais +renclerait +rencleras +renclerez +rencleriez +renclerions +renclerons +rencleront +rencles +renclez +rencl +rencle +rencles +rencls +renclrent +rencliez +renclions +renclons +renchri +renchrie +renchries +renchrir +renchrira +renchrirai +renchriraient +renchrirais +renchrirait +renchriras +renchrirent +renchrirez +renchririez +renchririons +renchrirons +renchriront +renchris +renchrissaient +renchrissais +renchrissait +renchrissant +renchrisse +renchrissement +renchrissements +renchrissent +renchrisses +renchrissez +renchrissiez +renchrissions +renchrissons +renchrit +renchrmes +renchrt +renchrtes +rencongna +rencongnai +rencongnaient +rencongnais +rencongnait +rencongnant +rencongnas +rencongnasse +rencongnassent +rencongnasses +rencongnassiez +rencongnassions +rencongnmes +rencongnt +rencongntes +rencongne +rencongnent +rencongner +rencongnera +rencongnerai +rencongneraient +rencongnerais +rencongnerait +rencongneras +rencongnerez +rencongneriez +rencongnerions +rencongnerons +rencongneront +rencongnes +rencongnez +rencongn +rencongne +rencongnes +rencongns +rencongnrent +rencongniez +rencongnions +rencongnons +rencontra +rencontrai +rencontraient +rencontrais +rencontrait +rencontrant +rencontras +rencontrasse +rencontrassent +rencontrasses +rencontrassiez +rencontrassions +rencontrmes +rencontrt +rencontrtes +rencontre +rencontrent +rencontrer +rencontrera +rencontrerai +rencontreraient +rencontrerais +rencontrerait +rencontreras +rencontrerez +rencontreriez +rencontrerions +rencontrerons +rencontreront +rencontres +rencontrez +rencontr +rencontre +rencontres +rencontrs +rencontrrent +rencontriez +rencontrions +rencontrons +rend +rendaient +rendais +rendait +rendant +rende +rendement +rendements +rendent +rendes +rendez +rendiez +rendions +rendirent +rendis +rendisse +rendissent +rendisses +rendissiez +rendissions +rendit +rendmes +rendt +rendtes +rendons +rendra +rendrai +rendraient +rendrais +rendrait +rendras +rendre +rendrez +rendriez +rendrions +rendrons +rendront +rends +rendu +rendue +rendues +rendus +ren +rene +renes +rengat +rengate +rengates +rengats +rens +renferma +renfermai +renfermaient +renfermais +renfermait +renfermant +renfermas +renfermasse +renfermassent +renfermasses +renfermassiez +renfermassions +renfermmes +renfermt +renfermtes +renferme +renferment +renfermer +renfermera +renfermerai +renfermeraient +renfermerais +renfermerait +renfermeras +renfermerez +renfermeriez +renfermerions +renfermerons +renfermeront +renfermes +renfermez +renferm +renferme +renfermes +renferms +renfermrent +renfermiez +renfermions +renfermons +renfla +renflai +renflaient +renflais +renflait +renflant +renflas +renflasse +renflassent +renflasses +renflassiez +renflassions +renflmes +renflt +renfltes +renfle +renflement +renflements +renflent +renfler +renflera +renflerai +renfleraient +renflerais +renflerait +renfleras +renflerez +renfleriez +renflerions +renflerons +renfleront +renfles +renflez +renfl +renfle +renfles +renfls +renflrent +renfliez +renflions +renflons +renfloua +renflouage +renflouages +renflouai +renflouaient +renflouais +renflouait +renflouant +renflouas +renflouasse +renflouassent +renflouasses +renflouassiez +renflouassions +renfloumes +renflout +renfloutes +renfloue +renflouement +renflouements +renflouent +renflouer +renflouera +renflouerai +renfloueraient +renflouerais +renflouerait +renfloueras +renflouerez +renfloueriez +renflouerions +renflouerons +renfloueront +renfloues +renflouez +renflou +renfloue +renfloues +renflous +renflourent +renflouiez +renflouions +renflouons +renfonce +renfoncement +renfoncements +renfoncent +renfoncer +renfoncera +renfoncerai +renfonceraient +renfoncerais +renfoncerait +renfonceras +renfoncerez +renfonceriez +renfoncerions +renfoncerons +renfonceront +renfonces +renfoncez +renfonc +renfonce +renfonces +renfoncs +renfoncrent +renfonciez +renfoncions +renfona +renfonai +renfonaient +renfonais +renfonait +renfonant +renfonas +renfonasse +renfonassent +renfonasses +renfonassiez +renfonassions +renfonmes +renfont +renfontes +renfonons +renforce +renforcement +renforcements +renforcent +renforcer +renforcera +renforcerai +renforceraient +renforcerais +renforcerait +renforceras +renforcerez +renforceriez +renforcerions +renforcerons +renforceront +renforces +renforcez +renforc +renforce +renforces +renforcs +renforcrent +renforciez +renforcions +renfora +renforage +renforages +renforai +renforaient +renforais +renforait +renforant +renforas +renforasse +renforassent +renforasses +renforassiez +renforassions +renforateur +renforateurs +renformes +renfort +renfortes +renforons +renfort +renforts +renfrogna +renfrognai +renfrognaient +renfrognais +renfrognait +renfrognant +renfrognas +renfrognasse +renfrognassent +renfrognasses +renfrognassiez +renfrognassions +renfrognmes +renfrognt +renfrogntes +renfrogne +renfrognent +renfrogner +renfrognera +renfrognerai +renfrogneraient +renfrognerais +renfrognerait +renfrogneras +renfrognerez +renfrogneriez +renfrognerions +renfrognerons +renfrogneront +renfrognes +renfrognez +renfrogn +renfrogne +renfrognes +renfrogns +renfrognrent +renfrogniez +renfrognions +renfrognons +rengage +rengagea +rengageai +rengageaient +rengageais +rengageait +rengageant +rengageas +rengageasse +rengageassent +rengageasses +rengageassiez +rengageassions +rengagemes +rengaget +rengagetes +rengagement +rengagements +rengagent +rengageons +rengager +rengagera +rengagerai +rengageraient +rengagerais +rengagerait +rengageras +rengagerez +rengageriez +rengagerions +rengagerons +rengageront +rengages +rengagez +rengag +rengage +rengages +rengags +rengagrent +rengagiez +rengagions +rengaina +rengainai +rengainaient +rengainais +rengainait +rengainant +rengainas +rengainasse +rengainassent +rengainasses +rengainassiez +rengainassions +rengainmes +rengaint +rengaintes +rengaine +rengainent +rengainer +rengainera +rengainerai +rengaineraient +rengainerais +rengainerait +rengaineras +rengainerez +rengaineriez +rengainerions +rengainerons +rengaineront +rengaines +rengainez +rengain +rengaine +rengaines +rengains +rengainrent +rengainiez +rengainions +rengainons +rengorge +rengorgea +rengorgeai +rengorgeaient +rengorgeais +rengorgeait +rengorgeant +rengorgeas +rengorgeasse +rengorgeassent +rengorgeasses +rengorgeassiez +rengorgeassions +rengorgemes +rengorget +rengorgetes +rengorgement +rengorgements +rengorgent +rengorgeons +rengorger +rengorgera +rengorgerai +rengorgeraient +rengorgerais +rengorgerait +rengorgeras +rengorgerez +rengorgeriez +rengorgerions +rengorgerons +rengorgeront +rengorges +rengorgez +rengorg +rengorge +rengorges +rengorgs +rengorgrent +rengorgiez +rengorgions +rengraissa +rengraissai +rengraissaient +rengraissais +rengraissait +rengraissant +rengraissas +rengraissasse +rengraissassent +rengraissasses +rengraissassiez +rengraissassions +rengraissmes +rengraisst +rengraisstes +rengraisse +rengraissent +rengraisser +rengraissera +rengraisserai +rengraisseraient +rengraisserais +rengraisserait +rengraisseras +rengraisserez +rengraisseriez +rengraisserions +rengraisserons +rengraisseront +rengraisses +rengraissez +rengraiss +rengraisse +rengraisses +rengraisss +rengraissrent +rengraissiez +rengraissions +rengraissons +renia +reniai +reniaient +reniais +reniait +reniant +renias +reniasse +reniassent +reniasses +reniassiez +reniassions +renimes +renit +renites +renie +reniement +reniements +renient +renier +reniera +renierai +renieraient +renierais +renierait +renieras +renierez +renieriez +renierions +renierons +renieront +renies +reniez +reni +renie +renies +renis +renirent +renifla +reniflai +reniflaient +reniflais +reniflait +reniflant +reniflas +reniflasse +reniflassent +reniflasses +reniflassiez +reniflassions +reniflmes +reniflt +renifltes +renifle +reniflement +reniflements +reniflent +renifler +reniflera +reniflerai +renifleraient +reniflerais +reniflerait +renifleras +reniflerez +renifleriez +reniflerions +reniflerons +renifleront +renifles +renifleur +renifleurs +reniflez +renifl +renifle +renifles +renifls +reniflrent +renifliez +reniflions +reniflons +reniiez +reniions +renions +renne +rennes +renom +renomm +renomme +renommes +renomms +renoms +renonce +renoncement +renoncements +renoncent +renoncer +renoncera +renoncerai +renonceraient +renoncerais +renoncerait +renonceras +renoncerez +renonceriez +renoncerions +renoncerons +renonceront +renonces +renoncez +renonc +renonce +renonces +renoncs +renoncrent +renonciation +renonciations +renonciez +renoncions +renoncule +renoncules +renona +renonai +renonaient +renonais +renonait +renonant +renonas +renonasse +renonassent +renonasses +renonassiez +renonassions +renonmes +renont +renontes +renonons +renoua +renouai +renouaient +renouais +renouait +renouant +renouas +renouasse +renouassent +renouasses +renouassiez +renouassions +renoumes +renout +renoutes +renoue +renouent +renouer +renouera +renouerai +renoueraient +renouerais +renouerait +renoueras +renouerez +renoueriez +renouerions +renouerons +renoueront +renoues +renouez +renou +renoue +renoues +renous +renourent +renouiez +renouions +renouons +renouveau +renouveaux +renouvela +renouvelable +renouvelables +renouvelai +renouvelaient +renouvelais +renouvelait +renouvelant +renouvelas +renouvelasse +renouvelassent +renouvelasses +renouvelassiez +renouvelassions +renouvelmes +renouvelt +renouveltes +renouveler +renouvelez +renouvel +renouvele +renouveles +renouvels +renouvelrent +renouveliez +renouvelions +renouvelle +renouvellement +renouvellements +renouvellent +renouvellera +renouvellerai +renouvelleraient +renouvellerais +renouvellerait +renouvelleras +renouvellerez +renouvelleriez +renouvellerions +renouvellerons +renouvelleront +renouvelles +renouvelons +renseigna +renseignai +renseignaient +renseignais +renseignait +renseignant +renseignas +renseignasse +renseignassent +renseignasses +renseignassiez +renseignassions +renseignmes +renseignt +renseigntes +renseigne +renseignement +renseignements +renseignent +renseigner +renseignera +renseignerai +renseigneraient +renseignerais +renseignerait +renseigneras +renseignerez +renseigneriez +renseignerions +renseignerons +renseigneront +renseignes +renseignez +renseign +renseigne +renseignes +renseigns +renseignrent +renseigniez +renseignions +renseignons +rentabilisa +rentabilisai +rentabilisaient +rentabilisais +rentabilisait +rentabilisant +rentabilisas +rentabilisasse +rentabilisassent +rentabilisasses +rentabilisassiez +rentabilisassions +rentabilisation +rentabilisations +rentabilismes +rentabilist +rentabilistes +rentabilise +rentabilisent +rentabiliser +rentabilisera +rentabiliserai +rentabiliseraient +rentabiliserais +rentabiliserait +rentabiliseras +rentabiliserez +rentabiliseriez +rentabiliserions +rentabiliserons +rentabiliseront +rentabilises +rentabilisez +rentabilis +rentabilise +rentabilises +rentabilisrent +rentabilisiez +rentabilisions +rentabilisons +rentabilit +rentabilits +rentable +rentables +rente +rentes +rentier +rentiers +rentire +rentires +rentoila +rentoilai +rentoilaient +rentoilais +rentoilait +rentoilant +rentoilas +rentoilasse +rentoilassent +rentoilasses +rentoilassiez +rentoilassions +rentoilmes +rentoilt +rentoiltes +rentoile +rentoilent +rentoiler +rentoilera +rentoilerai +rentoileraient +rentoilerais +rentoilerait +rentoileras +rentoilerez +rentoileriez +rentoilerions +rentoilerons +rentoileront +rentoiles +rentoilez +rentoil +rentoile +rentoiles +rentoils +rentoilrent +rentoiliez +rentoilions +rentoilons +rentra +rentrai +rentraient +rentrais +rentrait +rentrant +rentras +rentrasse +rentrassent +rentrasses +rentrassiez +rentrassions +rentrmes +rentrt +rentrtes +rentre +rentrent +rentrer +rentrera +rentrerai +rentreraient +rentrerais +rentrerait +rentreras +rentrerez +rentreriez +rentrerions +rentrerons +rentreront +rentres +rentrez +rentr +rentre +rentres +rentrs +rentrrent +rentriez +rentrions +rentrons +renverra +renversa +renversai +renversaient +renversais +renversait +renversant +renversante +renversantes +renversants +renversas +renversasse +renversassent +renversasses +renversassiez +renversassions +renversmes +renverst +renverstes +renverse +renversement +renversements +renversent +renverser +renversera +renverserai +renverseraient +renverserais +renverserait +renverseras +renverserez +renverseriez +renverserions +renverserons +renverseront +renverses +renversez +renvers +renverse +renverses +renverss +renversrent +renversiez +renversions +renversons +renvoi +renvoie +renvoient +renvoiera +renvoierai +renvoieraient +renvoierais +renvoierait +renvoieras +renvoierez +renvoieriez +renvoierions +renvoierons +renvoieront +renvoies +renvois +renvoit +renvoya +renvoyai +renvoyaient +renvoyais +renvoyait +renvoyant +renvoyas +renvoyasse +renvoyassent +renvoyasses +renvoyassiez +renvoyassions +renvoymes +renvoyt +renvoytes +renvoyer +renvoyez +renvoy +renvoye +renvoyes +renvoys +renvoyrent +renvoyiez +renvoyions +renvoyons +repaire +repaires +repais +repaissaientt +repaissais +repaissait +repaissant +repaisse +repaissent +repaisses +repaissez +repaissiez +repaissions +repaissons +repat +repatra +repatrai +repatraient +repatrais +repatrait +repatras +repatre +repatrez +repatriez +repatrions +repatrons +repatront +reparais +reparaissaient +reparaissais +reparaissait +reparaissant +reparaisse +reparaissent +reparaisses +reparaissez +reparaissiez +reparaissions +reparaissons +reparat +reparatra +reparatrai +reparatraient +reparatrais +reparatrait +reparatras +reparatre +reparatrez +reparatriez +reparatrions +reparatrons +reparatront +reparlerons +repart +repartaient +repartais +repartait +reparti nouveau +repartie nouveau +reparties nouveau +repartir nouveau +repartira nouveau +repartirai nouveau +repartiraient nouveau +repartirais nouveau +repartirait nouveau +repartiras nouveau +repartirent nouveau +repartirez nouveau +repartiriez nouveau +repartirions nouveau +repartirons nouveau +repartiront nouveau +repartis nouveau +repartissaient nouveau +repartissais nouveau +repartissait nouveau +repartissant nouveau +repartisse nouveau +repartissent nouveau +repartisses nouveau +repartissez nouveau +repartissiez nouveau +repartissions nouveau +repartissons nouveau +repartit nouveau +repartmes nouveau +repartt nouveau +reparttes nouveau +reparu +reparue +reparues +reparurent +reparus +reparusse +reparussent +reparusses +reparussiez +reparussions +reparut +reparmes +repart +repartes +repas +repassa +repassage +repassages +repassai +repassaient +repassais +repassait +repassant +repassas +repassasse +repassassent +repassasses +repassassiez +repassassions +repassmes +repasst +repasstes +repasse +repassent +repasser +repassera +repasserai +repasseraient +repasserais +repasserait +repasseras +repasserez +repasseriez +repasserions +repasserons +repasseront +repasses +repasseuse +repasseuses +repassez +repass +repasse +repasses +repasss +repassrent +repassiez +repassions +repassons +repenti +repentie +repenties +repentir +repentira +repentirai +repentiraient +repentirais +repentirait +repentiras +repentirent +repentirez +repentiriez +repentirions +repentirons +repentiront +repentirs +repentis +repentissaient +repentissais +repentissait +repentissant +repentisse +repentissent +repentisses +repentissez +repentissiez +repentissions +repentissons +repentit +repentmes +repentt +repenttes +repeupla +repeuplai +repeuplaient +repeuplais +repeuplait +repeuplant +repeuplas +repeuplasse +repeuplassent +repeuplasses +repeuplassiez +repeuplassions +repeuplmes +repeuplt +repeupltes +repeuple +repeuplement +repeuplements +repeuplent +repeupler +repeuplera +repeuplerai +repeupleraient +repeuplerais +repeuplerait +repeupleras +repeuplerez +repeupleriez +repeuplerions +repeuplerons +repeupleront +repeuples +repeuplez +repeupl +repeuple +repeuples +repeupls +repeuplrent +repeupliez +repeuplions +repeuplons +repra +reprable +reprage +reprages +reprai +repraient +reprais +reprait +reprant +repras +reprasse +reprassent +reprasses +reprassiez +reprassions +reprmes +reprt +reprtes +reprer +reprera +reprerai +repreraient +reprerais +reprerait +repreras +reprerez +repreriez +reprerions +reprerons +repreront +reprez +repr +repre +repres +reprs +reprrent +repriez +reprions +reprons +repre +reprent +repres +repte +repcha +repchage +repchages +repchai +repchaient +repchais +repchait +repchant +repchas +repchasse +repchassent +repchasses +repchassiez +repchassions +repchmes +repcht +repchtes +repche +repchent +repcher +repchera +repcherai +repcheraient +repcherais +repcherait +repcheras +repcherez +repcheriez +repcherions +repcherons +repcheront +repches +repchez +repch +repche +repches +repchrent +repchiez +repchions +repchons +repiqua +repiquage +repiquages +repiquai +repiquaient +repiquais +repiquait +repiquant +repiquas +repiquasse +repiquassent +repiquasses +repiquassiez +repiquassions +repiqumes +repiqut +repiqutes +repique +repiquement +repiquements +repiquent +repiquer +repiquera +repiquerai +repiqueraient +repiquerais +repiquerait +repiqueras +repiquerez +repiqueriez +repiquerions +repiquerons +repiqueront +repiques +repiquez +repiqu +repique +repiques +repiqus +repiqurent +repiquiez +repiquions +repiquons +replace +replacement +replacements +replacent +replacer +replacera +replacerai +replaceraient +replacerais +replacerait +replaceras +replacerez +replaceriez +replacerions +replacerons +replaceront +replaces +replacez +replac +replace +replaces +replacs +replacrent +replaciez +replacions +replaa +replaai +replaaient +replaais +replaait +replaant +replaas +replaasse +replaassent +replaasses +replaassiez +replaassions +replames +replat +replates +replaons +replat +replats +repltra +repltrage +repltrages +repltrai +repltraient +repltrais +repltrait +repltrant +repltras +repltrasse +repltrassent +repltrasses +repltrassiez +repltrassions +repltrmes +repltrt +repltrtes +repltre +repltrent +repltrer +repltrera +repltrerai +repltreraient +repltrerais +repltrerait +repltreras +repltrerez +repltreriez +repltrerions +repltrerons +repltreront +repltres +repltrez +repltr +repltre +repltres +repltrs +repltrrent +repltriez +repltrions +repltrons +replet +replets +replte +repltes +repli +replia +repliai +repliaient +repliais +repliait +repliant +replias +repliasse +repliassent +repliasses +repliassiez +repliassions +replimes +replit +replites +replie +repliement +repliements +replient +replier +repliera +replierai +replieraient +replierais +replierait +replieras +replierez +replieriez +replierions +replierons +replieront +replies +repliez +repli +replie +replies +replis +replirent +repliiez +repliions +replions +replis +reploie +reploiement +reploiements +reploient +reploiera +reploierai +reploieraient +reploierais +reploierait +reploieras +reploierez +reploieriez +reploierions +reploierons +reploieront +reploies +reploya +reployai +reployaient +reployais +reployait +reployant +reployas +reployasse +reployassent +reployasses +reployassiez +reployassions +reployassons +reployassont +reployer +reployez +reploy +reploye +reployes +reploys +reployrent +reployiez +reployions +reployons +repopulation +repopulations +report +reporta +reportage +reportages +reportai +reportaient +reportais +reportait +reportas +reportasse +reportassent +reportasses +reportassiez +reportassions +reportmes +reportt +reporttes +reporte +reportent +reporter +reportera +reporterai +reporteraient +reporterais +reporterait +reporteras +reporterez +reporteriez +reporterions +reporterons +reporteront +reporters +reportes +reportez +report +reporte +reportes +reports +reportrent +reportiez +reportions +reportons +reports +repos +reposa +reposai +reposaient +reposais +reposait +reposant +reposas +reposasse +reposassent +reposasses +reposassiez +reposassions +reposmes +repost +repostes +repose +reposent +reposer +reposera +reposerai +reposeraient +reposerais +reposerait +reposeras +reposerez +reposeriez +reposerions +reposerons +reposeront +reposes +reposez +repos +repose +reposes +reposs +reposrent +reposiez +reposions +reposoir +reposoirs +reposons +repoussa +repoussage +repoussages +repoussai +repoussaient +repoussais +repoussait +repoussant +repoussante +repoussantes +repoussants +repoussas +repoussasse +repoussassent +repoussasses +repoussassiez +repoussassions +repoussmes +repousst +repousstes +repousse +repoussent +repousser +repoussera +repousserai +repousseraient +repousserais +repousserait +repousseras +repousserez +repousseriez +repousserions +repousserons +repousseront +repousses +repoussez +repouss +repousse +repousses +repousss +repoussrent +repoussiez +repoussions +repoussoir +repoussoirs +repoussons +reprenaient +reprenais +reprenait +reprenant +reprend +reprendra +reprendrai +reprendraient +reprendrais +reprendrait +reprendras +reprendre +reprendrez +reprendriez +reprendrions +reprendrons +reprendront +reprends +reprenez +repreniez +reprenions +reprenne +reprennent +reprennes +reprenons +representer +repressions +reprsailles +reprsenta +reprsentai +reprsentaient +reprsentais +reprsentait +reprsentant +reprsentants +reprsentas +reprsentasse +reprsentassent +reprsentasses +reprsentassiez +reprsentassions +reprsentatif +reprsentatifs +reprsentation +reprsentations +reprsentative +reprsentatives +reprsentmes +reprsentt +reprsenttes +reprsente +reprsentent +reprsenter +reprsentera +reprsenterai +reprsenteraient +reprsenterais +reprsenterait +reprsenteras +reprsenterez +reprsenteriez +reprsenterions +reprsenterons +reprsenteront +reprsentes +reprsentez +reprsent +reprsente +reprsentes +reprsents +reprsentrent +reprsentiez +reprsentions +reprsentons +reprirent +repris +reprisa +reprisage +reprisages +reprisai +reprisaient +reprisais +reprisait +reprisant +reprisas +reprisasse +reprisassent +reprisasses +reprisassiez +reprisassions +reprismes +reprist +repristes +reprise +reprisent +repriser +reprisera +repriserai +repriseraient +repriserais +repriserait +repriseras +repriserez +repriseriez +repriserions +repriserons +repriseront +reprises +reprisez +repris +reprise +reprises +repriss +reprisrent +reprisiez +reprisions +reprisons +reprisse +reprissent +reprisses +reprissiez +reprissions +reprit +reprmes +reprt +reprtes +reprocha +reprochai +reprochaient +reprochais +reprochait +reprochant +reprochas +reprochasse +reprochassent +reprochasses +reprochassiez +reprochassions +reprochmes +reprocht +reprochtes +reproche +reprochent +reprocher +reprochera +reprocherai +reprocheraient +reprocherais +reprocherait +reprocheras +reprocherez +reprocheriez +reprocherions +reprocherons +reprocheront +reproches +reprochez +reproch +reproche +reproches +reprochs +reprochrent +reprochiez +reprochions +reprochons +reproducteur +reproducteurs +reproduction +reproductions +reproductrice +reproductrices +reproduira +reproduirai +reproduiraient +reproduirais +reproduirait +reproduiras +reproduire +reproduirez +reproduiriez +reproduirions +reproduirons +reproduiront +reproduis +reproduisaient +reproduisais +reproduisait +reproduisant +reproduise +reproduisent +reproduises +reproduisez +reproduisiez +reproduisions +reproduisirent +reproduisis +reproduisisse +reproduisissent +reproduisisses +reproduisissiez +reproduisissions +reproduisit +reproduismes +reproduist +reproduistes +reproduisons +reproduit +reproduite +reproduites +reproduits +reprographie +reps +reptation +reptations +reptile +reptiles +repu +republia +republiai +republiaient +republiais +republiait +republiant +republias +republiasse +republiassent +republiasses +republiassiez +republiassions +republimes +republit +republites +republie +republient +republier +republiera +republierai +republieraient +republierais +republierait +republieras +republierez +republieriez +republierions +republierons +republieront +republies +republiez +republi +republie +republies +republis +republirent +republiiez +republiions +republions +repue +repues +repurent +repus +repusse +repussent +repusses +repussiez +repussions +reput +repmes +rept +reptes +requerra +requerrai +requerraient +requerrais +requerrait +requerras +requerrez +requerriez +requerrions +requerrons +requerront +requraient +requrais +requrait +requrant +requrante +requrantes +requrants +requrez +requriez +requrions +requrir +requrons +requte +requtes +requiem +requiems +requiers +requiert +require +requirent +requires +requin +requins +requirent +requis +requise +requises +requisse +requissent +requisses +requissiez +requissions +requit +requmes +requt +requtes +rescap +rescape +rescapes +rescaps +rescousse +respect +respecta +respectabilit +respectabilits +respectable +respectables +respectai +respectaient +respectais +respectait +respectant +respectas +respectasse +respectassent +respectasses +respectassiez +respectassions +respectmes +respectt +respecttes +respecte +respectent +respecter +respectera +respecterai +respecteraient +respecterais +respecterait +respecteras +respecterez +respecteriez +respecterions +respecterons +respecteront +respectes +respectez +respect +respecte +respectes +respects +respectrent +respectiez +respectif +respectifs +respections +respective +respectivement +respectives +respectons +respects +respectueuse +respectueusement +respectueuses +respectueux +respira +respirable +respirables +respirai +respiraient +respirais +respirait +respirant +respiras +respirasse +respirassent +respirasses +respirassiez +respirassions +respiration +respirations +respiratoire +respiratoires +respirmes +respirt +respirtes +respire +respirent +respirer +respirera +respirerai +respireraient +respirerais +respirerait +respireras +respirerez +respireriez +respirerions +respirerons +respireront +respires +respirez +respir +respire +respires +respirs +respirrent +respiriez +respirions +respirons +resplendi +resplendie +resplendies +resplendir +resplendira +resplendirai +resplendiraient +resplendirais +resplendirait +resplendiras +resplendirent +resplendirez +resplendiriez +resplendirions +resplendirons +resplendiront +resplendis +resplendissaient +resplendissais +resplendissait +resplendissant +resplendissante +resplendissantes +resplendissants +resplendisse +resplendissent +resplendisses +resplendissez +resplendissiez +resplendissions +resplendissons +resplendit +resplendmes +resplendt +resplendtes +responsabilit +responsabilits +responsable +responsables +resquilla +resquillai +resquillaient +resquillais +resquillait +resquillant +resquillas +resquillasse +resquillassent +resquillasses +resquillassiez +resquillassions +resquillmes +resquillt +resquilltes +resquille +resquillent +resquiller +resquillera +resquillerai +resquilleraient +resquillerais +resquillerait +resquilleras +resquillerez +resquilleriez +resquillerions +resquillerons +resquilleront +resquilles +resquillez +resquill +resquille +resquilles +resquills +resquillrent +resquilliez +resquillions +resquillons +ressac +ressacs +ressaisi +ressaisie +ressaisies +ressaisir +ressaisira +ressaisirai +ressaisiraient +ressaisirais +ressaisirait +ressaisiras +ressaisirent +ressaisirez +ressaisiriez +ressaisirions +ressaisirons +ressaisiront +ressaisis +ressaisissaient +ressaisissais +ressaisissait +ressaisissant +ressaisisse +ressaisissent +ressaisisses +ressaisissez +ressaisissiez +ressaisissions +ressaisissons +ressaisit +ressaismes +ressaist +ressaistes +ressassa +ressassai +ressassaient +ressassais +ressassait +ressassant +ressassas +ressassasse +ressassassent +ressassasses +ressassassiez +ressassassions +ressassmes +ressasst +ressasstes +ressasse +ressassent +ressasser +ressassera +ressasserai +ressasseraient +ressasserais +ressasserait +ressasseras +ressasserez +ressasseriez +ressasserions +ressasserons +ressasseront +ressasses +ressassez +ressass +ressasse +ressasses +ressasss +ressassrent +ressassiez +ressassions +ressassons +ressaut +ressauta +ressautai +ressautaient +ressautais +ressautait +ressautant +ressautas +ressautasse +ressautassent +ressautasses +ressautassiez +ressautassions +ressautmes +ressautt +ressauttes +ressaute +ressautent +ressauter +ressautera +ressauterai +ressauteraient +ressauterais +ressauterait +ressauteras +ressauterez +ressauteriez +ressauterions +ressauterons +ressauteront +ressautes +ressautez +ressaut +ressaute +ressautes +ressauts +ressautrent +ressautiez +ressautions +ressautons +ressauts +ressembla +ressemblai +ressemblaient +ressemblais +ressemblait +ressemblance +ressemblances +ressemblant +ressemblante +ressemblantes +ressemblants +ressemblas +ressemblasse +ressemblassent +ressemblasses +ressemblassiez +ressemblassions +ressemblmes +ressemblt +ressembltes +ressemble +ressemblent +ressembler +ressemblera +ressemblerai +ressembleraient +ressemblerais +ressemblerait +ressembleras +ressemblerez +ressembleriez +ressemblerions +ressemblerons +ressembleront +ressembles +ressemblez +ressembl +ressemble +ressembles +ressembls +ressemblrent +ressembliez +ressemblions +ressemblons +ressemela +ressemelage +ressemelages +ressemelai +ressemelaient +ressemelais +ressemelait +ressemelant +ressemelas +ressemelasse +ressemelassent +ressemelasses +ressemelassiez +ressemelassions +ressemelmes +ressemelt +ressemeltes +ressemeler +ressemelez +ressemel +ressemele +ressemeles +ressemels +ressemelrent +ressemeliez +ressemelions +ressemelle +ressemellent +ressemellera +ressemellerai +ressemelleraient +ressemellerais +ressemellerait +ressemelleras +ressemellerez +ressemelleriez +ressemellerions +ressemellerons +ressemelleront +ressemelles +ressemelons +ressent +ressentait +ressenti +ressentie +ressenties +ressentiment +ressentiments +ressentir +ressentira +ressentirai +ressentiraient +ressentirais +ressentirait +ressentiras +ressentirent +ressentirez +ressentiriez +ressentirions +ressentirons +ressentiront +ressentis +ressentissaient +ressentissais +ressentissait +ressentissant +ressentisse +ressentissent +ressentisses +ressentissez +ressentissiez +ressentissions +ressentissons +ressentit +ressentmes +ressentt +ressenttes +resserra +resserrai +resserraient +resserrais +resserrait +resserrant +resserras +resserrasse +resserrassent +resserrasses +resserrassiez +resserrassions +resserrmes +resserrt +resserrtes +resserre +resserrement +resserrements +resserrent +resserrer +resserrera +resserrerai +resserreraient +resserrerais +resserrerait +resserreras +resserrerez +resserreriez +resserrerions +resserrerons +resserreront +resserres +resserrez +resserr +resserre +resserres +resserrs +resserrrent +resserriez +resserrions +resserrons +resservi +resservie +resservies +resservir +resservira +resservirai +resserviraient +resservirais +resservirait +resserviras +resservirent +resservirez +resserviriez +resservirions +resservirons +resserviront +resservis +resservissaient +resservissais +resservissait +resservissant +resservisse +resservissent +resservisses +resservissez +resservissiez +resservissions +resservissons +resservit +resservmes +resservt +resservtes +ressors +ressort +ressortaient +ressortais +ressortait +ressortant +ressorte +ressortent +ressortes +ressortez +ressorti +ressortie +ressorties +ressortiez +ressortions +ressortir +ressortira +ressortirai +ressortiraient +ressortirais +ressortirait +ressortiras +ressortirent +ressortirez +ressortiriez +ressortirions +ressortirons +ressortiront +ressortis +ressortissaient +ressortissais +ressortissait +ressortissant +ressortissante +ressortissantes +ressortissants +ressortisse +ressortissent +ressortisses +ressortissez +ressortissiez +ressortissions +ressortissons +ressortit +ressortmes +ressortt +ressorttes +ressortons +ressorts +ressouda +ressoudai +ressoudaient +ressoudais +ressoudait +ressoudant +ressoudas +ressoudasse +ressoudassent +ressoudasses +ressoudassiez +ressoudassions +ressoudmes +ressoudt +ressoudtes +ressoude +ressoudent +ressouder +ressoudera +ressouderai +ressouderaient +ressouderais +ressouderait +ressouderas +ressouderez +ressouderiez +ressouderions +ressouderons +ressouderont +ressoudes +ressoudez +ressoud +ressoude +ressoudes +ressouds +ressoudrent +ressoudiez +ressoudions +ressoudons +ressource +ressources +ressouvenaient +ressouvenais +ressouvenait +ressouvenant +ressouvenez +ressouveniez +ressouvenions +ressouvenir +ressouvenons +ressouvenu +ressouvenue +ressouvenues +ressouvenus +ressouviendra +ressouviendrai +ressouviendraient +ressouviendrais +ressouviendrait +ressouviendras +ressouviendrez +ressouviendriez +ressouviendrions +ressouviendrons +ressouviendront +ressouvienne +ressouviennent +ressouviennes +ressouviens +ressouvient +ressouvinrent +ressouvins +ressouvinsse +ressouvinssent +ressouvinsses +ressouvinssiez +ressouvinssions +ressouvint +ressouvnmes +ressouvnt +ressouvntes +ressuscita +ressuscitai +ressuscitaient +ressuscitais +ressuscitait +ressuscitant +ressuscitas +ressuscitasse +ressuscitassent +ressuscitasses +ressuscitassiez +ressuscitassions +ressuscitmes +ressuscitt +ressuscittes +ressuscite +ressuscitent +ressusciter +ressuscitera +ressusciterai +ressusciteraient +ressusciterais +ressusciterait +ressusciteras +ressusciterez +ressusciteriez +ressusciterions +ressusciterons +ressusciteront +ressuscites +ressuscitez +ressuscit +ressuscite +ressuscites +ressuscits +ressuscitrent +ressuscitiez +ressuscitions +ressuscitons +resta +restai +restaient +restais +restait +restant +restante +restantes +restants +restas +restasse +restassent +restasses +restassiez +restassions +restaura +restaurai +restauraient +restaurais +restaurait +restaurant +restaurants +restauras +restaurasse +restaurassent +restaurasses +restaurassiez +restaurassions +restaurateur +restaurateurs +restauration +restaurations +restauratrice +restauratrices +restaurmes +restaurt +restaurtes +restaure +restaurent +restaurer +restaurera +restaurerai +restaureraient +restaurerais +restaurerait +restaureras +restaurerez +restaureriez +restaurerions +restaurerons +restaureront +restaures +restaurez +restaur +restaure +restaures +restaurs +restaurrent +restauriez +restaurions +restaurons +restmes +restt +resttes +reste +restent +rester +restera +resterai +resteraient +resterais +resterait +resteras +resterez +resteriez +resterions +resterons +resteront +restes +restez +rest +reste +restes +rests +restrent +restiez +restions +restitua +restituai +restituaient +restituais +restituait +restituant +restituas +restituasse +restituassent +restituasses +restituassiez +restituassions +restitumes +restitut +restitutes +restitue +restituent +restituer +restituera +restituerai +restitueraient +restituerais +restituerait +restitueras +restituerez +restitueriez +restituerions +restituerons +restitueront +restitues +restituez +restitu +restitue +restitues +restitus +restiturent +restituiez +restituions +restituons +restitution +restitutions +restons +restreignaient +restreignais +restreignait +restreignant +restreigne +restreignent +restreignes +restreignez +restreigniez +restreignions +restreignirent +restreignis +restreignisse +restreignissent +restreignisses +restreignissiez +restreignissions +restreignit +restreignmes +restreignt +restreigntes +restreignons +restreindra +restreindrai +restreindraient +restreindrais +restreindrait +restreindras +restreindre +restreindrez +restreindriez +restreindrions +restreindrons +restreindront +restreins +restreint +restreinte +restreintes +restreints +restrictif +restrictifs +restriction +restrictions +restrictive +restrictivement +restrictives +resurgi +resurgie +resurgies +resurgir +resurgira +resurgirai +resurgiraient +resurgirais +resurgirait +resurgiras +resurgirent +resurgirez +resurgiriez +resurgirions +resurgirons +resurgiront +resurgis +resurgissaient +resurgissais +resurgissait +resurgissant +resurgisse +resurgissent +resurgisses +resurgissez +resurgissiez +resurgissions +resurgissons +resurgit +resurgmes +resurgt +resurgtes +retable +retables +retailla +retaillai +retaillaient +retaillais +retaillait +retaillant +retaillas +retaillasse +retaillassent +retaillasses +retaillassiez +retaillassions +retaillmes +retaillt +retailltes +retaille +retaillent +retailler +retaillera +retaillerai +retailleraient +retaillerais +retaillerait +retailleras +retaillerez +retailleriez +retaillerions +retaillerons +retailleront +retailles +retaillez +retaill +retaille +retailles +retaillrent +retailliez +retaillions +retaillons +retapa +retapai +retapaient +retapais +retapait +retapant +retapas +retapasse +retapassent +retapasses +retapassiez +retapassions +retapmes +retapt +retaptes +retape +retapent +retaper +retapera +retaperai +retaperaient +retaperais +retaperait +retaperas +retaperez +retaperiez +retaperions +retaperons +retaperont +retapes +retapez +retap +retape +retapes +retaprent +retapiez +retapions +retapons +retard +retarda +retardai +retardaient +retardais +retardait +retardant +retardas +retardasse +retardassent +retardasses +retardassiez +retardassions +retardataire +retardataires +retardateur +retardateurs +retardatrice +retardatrices +retardmes +retardt +retardtes +retarde +retardement +retardements +retardent +retarder +retardera +retarderai +retarderaient +retarderais +retarderait +retarderas +retarderez +retarderiez +retarderions +retarderons +retarderont +retardes +retardez +retard +retarde +retardes +retardrent +retardiez +retardions +retardons +retards +retenaient +retenais +retenait +retenant +retenez +reteniez +retenions +retenir +retenons +retenti +retentie +retenties +retentir +retentira +retentirai +retentiraient +retentirais +retentirait +retentiras +retentirent +retentirez +retentiriez +retentirions +retentirons +retentiront +retentis +retentissaient +retentissais +retentissait +retentissant +retentisse +retentissement +retentissements +retentissent +retentisses +retentissez +retentissiez +retentissions +retentissons +retentit +retentmes +retentt +retenttes +retenu +retenue +retenues +retenus +retiendra +retiendrai +retiendraient +retiendrais +retiendrait +retiendras +retiendrez +retiendriez +retiendrions +retiendrons +retiendront +retienne +retiennent +retiennes +retiens +retient +retins +retinsse +retinssent +retinsses +retinssiez +retinssions +retint +retira +retirai +retiraient +retirais +retirait +retirant +retiras +retirasse +retirassent +retirasses +retirassiez +retirassions +retirmes +retirt +retirtes +retire +retirent +retirer +retirera +retirerai +retireraient +retirerais +retirerait +retireras +retirerez +retireriez +retirerions +retirerons +retireront +retires +retirez +retir +retire +retires +retirs +retirrent +retiriez +retirions +retirons +retnmes +retnt +retntes +retomba +retombai +retombaient +retombais +retombait +retombant +retombas +retombasse +retombassent +retombasses +retombassiez +retombassions +retombmes +retombt +retombtes +retombe +retombent +retomber +retombera +retomberai +retomberaient +retomberais +retomberait +retomberas +retomberez +retomberiez +retomberions +retomberons +retomberont +retombes +retombez +retomb +retombe +retombes +retombs +retombrent +retombiez +retombions +retombons +retord +retordaient +retordais +retordait +retordant +retorde +retordent +retordes +retordez +retordiez +retordions +retordis +retordisse +retordissent +retordisses +retordissiez +retordissions +retordit +retordmes +retordt +retordtes +retordons +retordra +retordrai +retordraient +retordrais +retordrait +retordras +retordre +retordrez +retordriez +retordrions +retordrons +retordront +retords +retordu +retordue +retordues +retordus +retors +retorse +retorses +retoucha +retouchai +retouchaient +retouchais +retouchait +retouchant +retouchas +retouchasse +retouchassent +retouchasses +retouchassiez +retouchassions +retouchmes +retoucht +retouchtes +retouche +retouchent +retoucher +retouchera +retoucherai +retoucheraient +retoucherais +retoucherait +retoucheras +retoucherez +retoucheriez +retoucherions +retoucherons +retoucheront +retouches +retoucheur +retoucheurs +retoucheuse +retoucheuses +retouchez +retouch +retouche +retouches +retouchs +retouchrent +retouchiez +retouchions +retouchons +retour +retourna +retournable +retournables +retournage +retournages +retournai +retournaient +retournais +retournait +retournant +retournas +retournasse +retournassent +retournasses +retournassiez +retournassions +retournmes +retournt +retourntes +retourne +retournement +retournements +retournent +retourner +retournera +retournerai +retourneraient +retournerais +retournerait +retourneras +retournerez +retourneriez +retournerions +retournerons +retourneront +retournes +retournez +retourn +retourne +retournes +retourns +retournrent +retourniez +retournions +retournons +retours +retrace +retracent +retracer +retracera +retracerai +retraceraient +retracerais +retracerait +retraceras +retracerez +retraceriez +retracerions +retracerons +retraceront +retraces +retracez +retrac +retrace +retraces +retracs +retracrent +retraciez +retracions +retraa +retraai +retraaient +retraais +retraait +retraant +retraas +retraasse +retraassent +retraasses +retraassiez +retraassions +retrames +retrat +retrates +retraons +retrait +retraite +retraites +retrait +retraite +retraites +retraits +retraits +retrancha +retranchai +retranchaient +retranchais +retranchait +retranchas +retranchasse +retranchassent +retranchasses +retranchassiez +retranchassions +retranchmes +retrancht +retranchtes +retranche +retranchement +retranchements +retranchent +retrancher +retranchera +retrancherai +retrancheraient +retrancherais +retrancherait +retrancheras +retrancherez +retrancheriez +retrancherions +retrancherons +retrancheront +retranches +retranchez +retranch +retranche +retranches +retranchs +retranchrent +retranchiez +retranchions +retranchons +retranscrire +retransmet +retransmets +retransmettaient +retransmettais +retransmettait +retransmettant +retransmette +retransmettent +retransmettes +retransmettez +retransmettiez +retransmettions +retransmettons +retransmettra +retransmettrai +retransmettraient +retransmettrais +retransmettrait +retransmettras +retransmettre +retransmettrez +retransmettriez +retransmettrions +retransmettrons +retransmettront +retransmirent +retransmis +retransmise +retransmises +retransmisse +retransmissent +retransmisses +retransmissiez +retransmission +retransmissions +retransmit +retransmmes +retransmt +retransmtes +retravailla +retravaillai +retravaillaient +retravaillais +retravaillait +retravaillant +retravaillas +retravaillasse +retravaillassent +retravaillasses +retravaillassiez +retravaillassions +retravaillmes +retravaillt +retravailltes +retravaille +retravaillent +retravailler +retravaillera +retravaillerai +retravailleraient +retravaillerais +retravaillerait +retravailleras +retravaillerez +retravailleriez +retravaillerions +retravaillerons +retravailleront +retravailles +retravaillez +retravaill +retravaille +retravailles +retravaills +retravaillrent +retravailliez +retravaillions +retravaillons +retrempa +retrempai +retrempaient +retrempais +retrempait +retrempant +retrempas +retrempasse +retrempassent +retrempasses +retrempassiez +retrempassions +retrempmes +retrempt +retremptes +retrempe +retrempent +retremper +retrempera +retremperai +retremperaient +retremperais +retremperait +retremperas +retremperez +retremperiez +retremperions +retremperons +retremperont +retrempes +retrempez +retremp +retrempe +retrempes +retremps +retremprent +retrempiez +retrempions +retrempons +retroussa +retroussai +retroussaient +retroussais +retroussait +retroussant +retroussas +retroussasse +retroussassent +retroussasses +retroussassiez +retroussassions +retroussmes +retrousst +retrousstes +retrousse +retroussement +retroussements +retroussent +retrousser +retroussera +retrousserai +retrousseraient +retrousserais +retrousserait +retrousseras +retrousserez +retrousseriez +retrousserions +retrousserons +retrousseront +retrousses +retroussez +retrouss +retrousse +retrousses +retrousss +retroussrent +retroussiez +retroussions +retroussons +retrouva +retrouvai +retrouvaient +retrouvailles +retrouvais +retrouvait +retrouvant +retrouvas +retrouvasse +retrouvassent +retrouvasses +retrouvassiez +retrouvassions +retrouvmes +retrouvt +retrouvtes +retrouve +retrouvent +retrouver +retrouvera +retrouverai +retrouveraient +retrouverais +retrouverait +retrouveras +retrouverez +retrouveriez +retrouverions +retrouverons +retrouveront +retrouves +retrouvez +retrouv +retrouve +retrouves +retrouvs +retrouvrent +retrouviez +retrouvions +retrouvons +rets +revaille +revaillent +revailles +revalaient +revalais +revalait +revalant +revalent +revalez +revaliez +revalions +revaloir +revalons +revalorisa +revalorisai +revalorisaient +revalorisais +revalorisait +revalorisant +revalorisas +revalorisasse +revalorisassent +revalorisasses +revalorisassiez +revalorisassions +revalorismes +revalorist +revaloristes +revalorise +revalorisent +revaloriser +revalorisera +revaloriserai +revaloriseraient +revaloriserais +revaloriserait +revaloriseras +revaloriserez +revaloriseriez +revaloriserions +revaloriserons +revaloriseront +revalorises +revalorisez +revaloris +revalorise +revalorises +revaloriss +revalorisrent +revalorisiez +revalorisions +revalorisons +revalu +revalue +revalues +revalurent +revalus +revalusse +revalussent +revalusses +revalussiez +revalussions +revalut +revalmes +revalt +revaltes +revanche +revanches +revaudra +revaudrai +revaudraient +revaudrais +revaudrait +revaudras +revaudrez +revaudriez +revaudrions +revaudrons +revaudront +revaut +revaux +reveiller +revenaient +revenais +revenait +revenant +revenants +revend +revendaient +revendais +revendait +revendant +revende +revendent +revendes +revendeur +revendeurs +revendeuse +revendeuses +revendez +revendicateur +revendicateurs +revendicatif +revendicatifs +revendication +revendications +revendicative +revendicatives +revendicatrice +revendicatrices +revendiez +revendions +revendiqua +revendiquai +revendiquaient +revendiquais +revendiquait +revendiquant +revendiquas +revendiquasse +revendiquassent +revendiquasses +revendiquassiez +revendiquassions +revendiqumes +revendiqut +revendiqutes +revendique +revendiquent +revendiquer +revendiquera +revendiquerai +revendiqueraient +revendiquerais +revendiquerait +revendiqueras +revendiquerez +revendiqueriez +revendiquerions +revendiquerons +revendiqueront +revendiques +revendiquez +revendiqu +revendique +revendiques +revendiqus +revendiqurent +revendiquiez +revendiquions +revendiquons +revendirent +revendis +revendisse +revendissent +revendisses +revendissiez +revendissions +revendit +revendmes +revendt +revendtes +revendons +revendra +revendrai +revendraient +revendrais +revendrait +revendras +revendre +revendrez +revendriez +revendrions +revendrons +revendront +revends +revendu +revendue +revendues +revendus +revenez +reveniez +revenions +revenir +revenons +revente +reventes +revenu +revenue +revenues +revenus +reverdi +reverdie +reverdies +reverdir +reverdira +reverdirai +reverdiraient +reverdirais +reverdirait +reverdiras +reverdirent +reverdirez +reverdiriez +reverdirions +reverdirons +reverdiront +reverdis +reverdissaient +reverdissais +reverdissait +reverdissant +reverdisse +reverdissent +reverdisses +reverdissez +reverdissiez +reverdissions +reverdissons +reverdit +reverdmes +reverdt +reverdtes +reverra +reverrai +reverraient +reverrais +reverrait +reverras +reverrez +reverriez +reverrions +reverrons +reverront +revers +reversa +reversai +reversaient +reversais +reversait +reversant +reversas +reversasse +reversassent +reversasses +reversassiez +reversassions +reversmes +reverst +reverstes +reverse +reversent +reverser +reversera +reverserai +reverseraient +reverserais +reverserait +reverseras +reverserez +reverseriez +reverserions +reverserons +reverseront +reverses +reversez +revers +reverse +reverses +reverss +reversrent +reversiez +reversions +reversons +revcu +revcue +revcues +revcurent +revcus +revcusse +revcussent +revcusses +revcussiez +revcussions +revcut +revcmes +revct +revctes +revche +revches +revt +revtaient +revtais +revtait +revtant +revte +revtement +revtements +revtent +revtes +revtez +revtiez +revtions +revtir +revtira +revtirai +revtiraient +revtirais +revtirait +revtiras +revtirent +revtirez +revtiriez +revtirions +revtirons +revtiront +revtis +revtisse +revtissent +revtisses +revtissiez +revtissions +revtit +revtmes +revtt +revttes +revtons +revts +revtu +revtue +revtues +revtus +reviendra +reviendrai +reviendraient +reviendrais +reviendrait +reviendras +reviendrez +reviendriez +reviendrions +reviendrons +reviendront +revienne +reviennent +reviennes +reviens +revient +revigora +revigorai +revigoraient +revigorais +revigorait +revigorant +revigoras +revigorasse +revigorassent +revigorasses +revigorassiez +revigorassions +revigormes +revigort +revigortes +revigore +revigorent +revigorer +revigorera +revigorerai +revigoreraient +revigorerais +revigorerait +revigoreras +revigorerez +revigoreriez +revigorerions +revigorerons +revigoreront +revigores +revigorez +revigor +revigore +revigores +revigors +revigorrent +revigoriez +revigorions +revigorons +revinrent +revins +revinsse +revinssent +revinsses +revinssiez +revinssions +revint +revirement +revirements +revirent +revis +revisse +revissent +revisses +revissiez +revissions +revit +revivaient +revivais +revivait +revivant +revive +revivent +revives +revivez +reviviez +revivifia +revivifiai +revivifiaient +revivifiais +revivifiait +revivifiant +revivifias +revivifiasse +revivifiassent +revivifiasses +revivifiassiez +revivifiassions +revivifimes +revivifit +revivifites +revivifie +revivifient +revivifier +revivifiera +revivifierai +revivifieraient +revivifierais +revivifierait +revivifieras +revivifierez +revivifieriez +revivifierions +revivifierons +revivifieront +revivifies +revivifiez +revivifi +revivifie +revivifies +revivifis +revivifirent +revivifiiez +revivifiions +revivifions +revivions +reviviscence +reviviscences +revivons +revivra +revivrai +revivraient +revivrais +revivrait +revivras +revivre +revivrez +revivriez +revivrions +revivrons +revivront +revmes +revnmes +revnt +revntes +revt +revtes +revoici +revoie +revoient +revoies +revoil +revoir +revois +revoit +revolver +revolvers +revoyaient +revoyais +revoyait +revoyant +revoyez +revoyiez +revoyions +revoyons +revu +revue +revues +revuiste +revuistes +revus +rez +r +rabonna +rabonnai +rabonnaient +rabonnais +rabonnait +rabonnant +rabonnas +rabonnasse +rabonnassent +rabonnmes +rabonnt +rabonntes +rabonne +rabonnement +rabonnements +rabonnent +rabonner +rabonnera +rabonnerai +rabonneraient +rabonnerais +rabonnerait +rabonneras +rabonnerez +rabonneriez +rabonnerions +rabonnerons +rabonneront +rabonnes +rabonnez +rabonn +rabonne +rabonnes +rabonns +rabonnrent +rabonniez +rabonnions +rabonnons +rabsorba +rabsorbai +rabsorbaient +rabsorbais +rabsorbait +rabsorbant +rabsorbas +rabsorbasse +rabsorbassent +rabsorbasses +rabsorbassiez +rabsorbassions +rabsorbmes +rabsorbt +rabsorbtes +rabsorbe +rabsorbent +rabsorber +rabsorbera +rabsorberai +rabsorberaient +rabsorberais +rabsorberait +rabsorberas +rabsorberez +rabsorberiez +rabsorberions +rabsorberons +rabsorberont +rabsorbes +rabsorbez +rabsorb +rabsorbe +rabsorbes +rabsorbs +rabsorbrent +rabsorbiez +rabsorbions +rabsorbons +racteur +racteurs +ractif +ractifs +raction +ractionnaire +ractionnaires +ractions +ractive +ractives +radmet +radmets +radmettaient +radmettais +radmettait +radmettant +radmette +radmettent +radmettes +radmettez +radmettiez +radmettions +radmettons +radmettra +radmettrai +radmettraient +radmettrais +radmettrait +radmettras +radmettre +radmettrez +radmettriez +radmettrions +radmettrons +radmettront +radmirent +radmis +radmise +radmises +radmisse +radmissent +radmisses +radmissiez +radmissions +radmit +radmmes +radmt +radmtes +raffirma +raffirmai +raffirmaient +raffirmais +raffirmait +raffirmant +raffirmas +raffirmasse +raffirmassent +raffirmasses +raffirmassiez +raffirmassions +raffirmmes +raffirmt +raffirmtes +raffirme +raffirment +raffirmer +raffirmera +raffirmerai +raffirmeraient +raffirmerais +raffirmerait +raffirmeras +raffirmerez +raffirmeriez +raffirmerions +raffirmerons +raffirmeront +raffirmes +raffirmez +raffirm +raffirme +raffirmes +raffirms +raffirmrent +raffirmiez +raffirmions +raffirmons +ragi +ragie +ragies +ragir +ragira +ragirai +ragiraient +ragirais +ragirait +ragiras +ragirent +ragirez +ragiriez +ragirions +ragirons +ragiront +ragis +ragissaient +ragissais +ragissait +ragissant +ragissas +ragisse +ragissent +ragisses +ragissez +ragissiez +ragissions +ragissons +ragit +ragmes +ragt +ragtes +rajusta +rajustai +rajustaient +rajustais +rajustait +rajustant +rajustas +rajustasse +rajustassent +rajustasses +rajustassiez +rajustassions +rajustmes +rajustt +rajusttes +rajuste +rajustent +rajuster +rajustera +rajusterai +rajusteraient +rajusterais +rajusterait +rajusteras +rajusterez +rajusteriez +rajusterions +rajusterons +rajusteront +rajustes +rajustez +rajust +rajuste +rajustes +rajusts +rajustrent +rajustiez +rajustions +rajustons +ralisa +ralisable +ralisables +ralisai +ralisaient +ralisais +ralisait +ralisant +ralisas +ralisasse +ralisassent +ralisasses +ralisassiez +ralisassions +ralisateur +ralisateurs +ralisation +ralisations +ralisatrice +ralisatrices +ralismes +ralist +ralistes +ralise +ralisent +raliser +ralisera +raliserai +raliseraient +raliserais +raliserait +raliseras +raliserez +raliseriez +raliserions +raliserons +raliseront +ralises +ralisez +ralis +ralise +ralises +raliss +ralisrent +ralisiez +ralisions +ralisme +ralismes +ralisons +raliste +ralistes +ralit +ralits +ramina +raminai +raminaient +raminais +raminait +raminant +raminas +raminasse +raminassent +raminasses +raminassiez +raminassions +ramination +raminations +raminmes +ramint +ramintes +ramine +raminent +raminer +raminera +raminerai +ramineraient +raminerais +raminerait +ramineras +raminerez +ramineriez +raminerions +raminerons +ramineront +ramines +raminez +ramin +ramine +ramines +ramins +raminrent +raminiez +raminions +raminons +rapparais +rapparaissaient +rapparaissais +rapparaissait +rapparaissant +rapparaisse +rapparaissent +rapparaisses +rapparaissez +rapparaissiez +rapparaissions +rapparaissons +rapparat +rapparatra +rapparatrai +rapparatraient +rapparatrais +rapparatrait +rapparatras +rapparatre +rapparatrez +rapparatriez +rapparatrions +rapparatrons +rapparatront +rapparition +rapparitions +rapparu +rapparue +rapparues +rapparurent +rapparus +rapparusse +rapparussent +rapparusses +rapparussiez +rapparussions +rapparut +rapparmes +rappart +rappartes +rapprenaient +rapprenais +rapprenait +rapprenant +rapprend +rapprendra +rapprendrai +rapprendraient +rapprendrais +rapprendrait +rapprendras +rapprendre +rapprendrez +rapprendriez +rapprendrions +rapprendrons +rapprendront +rapprends +rapprenez +rappreniez +rapprenions +rapprenne +rapprennent +rapprennes +rapprenons +rapprirent +rappris +rapprise +rapprises +rapprisse +rapprissent +rapprisses +rapprissiez +rapprissions +rapprit +rapprmes +rapprt +rapprtes +rapprovisionna +rapprovisionnai +rapprovisionnaient +rapprovisionnais +rapprovisionnait +rapprovisionnant +rapprovisionnas +rapprovisionnasse +rapprovisionnassent +rapprovisionnasses +rapprovisionnassiez +rapprovisionnassions +rapprovisionnmes +rapprovisionnt +rapprovisionntes +rapprovisionne +rapprovisionnent +rapprovisionner +rapprovisionnera +rapprovisionnerai +rapprovisionneraient +rapprovisionnerais +rapprovisionnerait +rapprovisionneras +rapprovisionnerez +rapprovisionneriez +rapprovisionnerions +rapprovisionnerons +rapprovisionneront +rapprovisionnes +rapprovisionnez +rapprovisionn +rapprovisionne +rapprovisionnes +rapprovisionns +rapprovisionnrent +rapprovisionniez +rapprovisionnions +rapprovisionnons +rarma +rarmai +rarmaient +rarmais +rarmait +rarmant +rarmas +rarmasse +rarmassent +rarmasses +rarmassiez +rarmassions +rarmmes +rarmt +rarmtes +rarme +rarmement +rarmements +rarment +rarmer +rarmera +rarmerai +rarmeraient +rarmerais +rarmerait +rarmeras +rarmerez +rarmeriez +rarmerions +rarmerons +rarmeront +rarmes +rarmez +rarm +rarme +rarmes +rarms +rarmrent +rarmiez +rarmions +rarmons +rassorti +rassortie +rassorties +rassortiment +rassortiments +rassortir +rassortira +rassortirai +rassortiraient +rassortirais +rassortirait +rassortiras +rassortirent +rassortirez +rassortiriez +rassortirions +rassortirons +rassortiront +rassortis +rassortissaient +rassortissais +rassortissait +rassortissant +rassortisse +rassortissent +rassortisses +rassortissez +rassortissiez +rassortissions +rassortissons +rassortit +rassortmes +rassortt +rassorttes +rassura +rassurai +rassuraient +rassurais +rassurait +rassurance +rassurances +rassurant +rassuras +rassurasse +rassurassent +rassurasses +rassurassiez +rassurassions +rassurmes +rassurt +rassurtes +rassure +rassurent +rassurer +rassurera +rassurerai +rassureraient +rassurerais +rassurerait +rassureras +rassurerez +rassureriez +rassurerions +rassurerons +rassureront +rassures +rassurez +rassur +rassure +rassures +rassurs +rassurrent +rassuriez +rassurions +rassurons +rbarbatif +rbarbatifs +rbarbative +rbarbatives +rbellion +rbellions +rbus +rcalcitrant +rcalcitrante +rcalcitrantes +rcalcitrants +rcapitula +rcapitulai +rcapitulaient +rcapitulais +rcapitulait +rcapitulant +rcapitulas +rcapitulasse +rcapitulassent +rcapitulasses +rcapitulassiez +rcapitulassions +rcapitulatif +rcapitulatifs +rcapitulation +rcapitulations +rcapitulative +rcapitulatives +rcapitulmes +rcapitult +rcapitultes +rcapitule +rcapitulent +rcapituler +rcapitulera +rcapitulerai +rcapituleraient +rcapitulerais +rcapitulerait +rcapituleras +rcapitulerez +rcapituleriez +rcapitulerions +rcapitulerons +rcapituleront +rcapitules +rcapitulez +rcapitul +rcapitule +rcapitules +rcapituls +rcapitulrent +rcapituliez +rcapitulions +rcapitulons +rcemment +rcent +rcente +rcentes +rcents +rceptacle +rceptacles +rcepteur +rcepteurs +rceptif +rceptifs +rception +rceptionnaire +rceptionnaires +rceptions +rceptive +rceptives +rceptivit +rceptivits +rceptrice +rceptrices +rcessif +rcessifs +rcession +rcessions +rcessive +rcessives +rcessus +rcpiss +rcpisss +rchampi +rchampie +rchampies +rchampir +rchampira +rchampirai +rchampiraient +rchampirais +rchampirait +rchampiras +rchampirent +rchampirez +rchampiriez +rchampirions +rchampirons +rchampiront +rchampis +rchampissaient +rchampissais +rchampissait +rchampissant +rchampisse +rchampissent +rchampisses +rchampissez +rchampissiez +rchampissions +rchampissons +rchampit +rchampmes +rchampt +rchamptes +rchappa +rchappai +rchappaient +rchappais +rchappait +rchappant +rchappas +rchappasse +rchappassent +rchappasses +rchappassiez +rchappassions +rchappmes +rchappt +rchapptes +rchappe +rchappent +rchapper +rchappera +rchapperai +rchapperaient +rchapperais +rchapperait +rchapperas +rchapperez +rchapperiez +rchapperions +rchapperons +rchapperont +rchappes +rchappez +rchapp +rchappe +rchappes +rchapps +rchapprent +rchappiez +rchappions +rchappons +rchaud +rchauds +rchauffa +rchauffage +rchauffages +rchauffai +rchauffaient +rchauffais +rchauffait +rchauffant +rchauffas +rchauffasse +rchauffassent +rchauffasses +rchauffassiez +rchauffassions +rchauffmes +rchaufft +rchaufftes +rchauffe +rchauffement +rchauffements +rchauffent +rchauffer +rchauffera +rchaufferai +rchaufferaient +rchaufferais +rchaufferait +rchaufferas +rchaufferez +rchaufferiez +rchaufferions +rchaufferons +rchaufferont +rchauffes +rchauffez +rchauff +rchauffe +rchauffes +rchauffs +rchauffrent +rchauffiez +rchauffions +rchauffons +rcidiva +rcidivai +rcidivaient +rcidivais +rcidivait +rcidivant +rcidivas +rcidivasse +rcidivassent +rcidivasses +rcidivassiez +rcidivassions +rcidivmes +rcidivt +rcidivtes +rcidive +rcidivent +rcidiver +rcidivera +rcidiverai +rcidiveraient +rcidiverais +rcidiverait +rcidiveras +rcidiverez +rcidiveriez +rcidiverions +rcidiverons +rcidiveront +rcidives +rcidivez +rcidiv +rcidive +rcidives +rcidivs +rcidivrent +rcidiviez +rcidivions +rcidiviste +rcidivistes +rcidivons +rcif +rcifs +rcipiendaire +rcipiendaires +rcipient +rcipients +rciprocit +rciprocits +rciproque +rciproquement +rciproques +rcit +rcita +rcitai +rcitaient +rcitais +rcitait +rcital +rcitals +rcitant +rcitante +rcitantes +rcitants +rcitas +rcitasse +rcitassent +rcitasses +rcitassiez +rcitassions +rcitatif +rcitatifs +rcitation +rcitations +rcitmes +rcitt +rcittes +rcite +rcitent +rciter +rcitera +rciterai +rciteraient +rciterais +rciterait +rciteras +rciterez +rciteriez +rciterions +rciterons +rciteront +rcites +rcitez +rcit +rcite +rcites +rcits +rcitrent +rcitiez +rcitions +rcitons +rcits +rclama +rclamai +rclamaient +rclamais +rclamait +rclamant +rclamas +rclamasse +rclamassent +rclamasses +rclamassiez +rclamassions +rclamation +rclamations +rclammes +rclamt +rclamtes +rclame +rclament +rclamer +rclamera +rclamerai +rclameraient +rclamerais +rclamerait +rclameras +rclamerez +rclameriez +rclamerions +rclamerons +rclameront +rclames +rclamez +rclam +rclame +rclames +rclams +rclamrent +rclamiez +rclamions +rclamons +rclusion +rclusions +rcola +rcolai +rcolaient +rcolais +rcolait +rcolant +rcolas +rcolasse +rcolassent +rcolasses +rcolassiez +rcolassions +rcolmes +rcolt +rcoltes +rcole +rcolement +rcolements +rcolent +rcoler +rcolera +rcolerai +rcoleraient +rcolerais +rcolerait +rcoleras +rcolerez +rcoleriez +rcolerions +rcolerons +rcoleront +rcoles +rcolez +rcol +rcole +rcoles +rcols +rcolrent +rcoliez +rcolions +rcolons +rcolta +rcoltai +rcoltaient +rcoltais +rcoltait +rcoltant +rcoltante +rcoltantes +rcoltants +rcoltas +rcoltasse +rcoltassent +rcoltasses +rcoltassiez +rcoltassions +rcoltmes +rcoltt +rcolttes +rcolte +rcoltent +rcolter +rcoltera +rcolterai +rcolteraient +rcolterais +rcolterait +rcolteras +rcolterez +rcolteriez +rcolterions +rcolterons +rcolteront +rcoltes +rcoltez +rcolt +rcolte +rcoltes +rcolts +rcoltrent +rcoltiez +rcoltions +rcoltons +rcompensa +rcompensai +rcompensaient +rcompensais +rcompensait +rcompensant +rcompensas +rcompensasse +rcompensassent +rcompensasses +rcompensassiez +rcompensassions +rcompensmes +rcompenst +rcompenstes +rcompense +rcompensent +rcompenser +rcompensera +rcompenserai +rcompenseraient +rcompenserais +rcompenserait +rcompenseras +rcompenserez +rcompenseriez +rcompenserions +rcompenserons +rcompenseront +rcompenses +rcompensez +rcompens +rcompense +rcompenses +rcompenss +rcompensrent +rcompensiez +rcompensions +rcompensons +rconcilia +rconciliai +rconciliaient +rconciliais +rconciliait +rconciliant +rconcilias +rconciliasse +rconciliassent +rconciliasses +rconciliassiez +rconciliassions +rconciliation +rconciliations +rconcilimes +rconcilit +rconcilites +rconcilie +rconcilient +rconcilier +rconciliera +rconcilierai +rconcilieraient +rconcilierais +rconcilierait +rconcilieras +rconcilierez +rconcilieriez +rconcilierions +rconcilierons +rconcilieront +rconcilies +rconciliez +rconcili +rconcilie +rconcilies +rconcilis +rconcilirent +rconciliiez +rconciliions +rconcilions +rconfort +rconforta +rconfortai +rconfortaient +rconfortais +rconfortait +rconfortant +rconfortas +rconfortasse +rconfortassent +rconfortasses +rconfortassiez +rconfortassions +rconfortmes +rconfortt +rconforttes +rconforte +rconfortent +rconforter +rconfortera +rconforterai +rconforteraient +rconforterais +rconforterait +rconforteras +rconforterez +rconforteriez +rconforterions +rconforterons +rconforteront +rconfortes +rconfortez +rconfort +rconforte +rconfortes +rconforts +rconfortrent +rconfortiez +rconfortions +rconfortons +rconforts +rcra +rcrai +rcraient +rcrais +rcrait +rcrant +rcras +rcrasse +rcrassent +rcrasses +rcrassiez +rcrassions +rcratif +rcratifs +rcration +rcrations +rcrative +rcratives +rcrmes +rcrt +rcrtes +rcre +rcrent +rcrer +rcrera +rcrerai +rcreraient +rcrerais +rcrerait +rcreras +rcrerez +rcreriez +rcrerions +rcrerons +rcreront +rcres +rcrez +rcr +rcre +rcres +rcrs +rcrrent +rcriez +rcrions +rcrons +rcria +rcriai +rcriaient +rcriais +rcriait +rcriant +rcrias +rcriasse +rcriassent +rcriasses +rcriassiez +rcriassions +rcrimes +rcrit +rcrites +rcrie +rcrient +rcrier +rcriera +rcrierai +rcrieraient +rcrierais +rcrierait +rcrieras +rcrierez +rcrieriez +rcrierions +rcrierons +rcrieront +rcries +rcriez +rcri +rcrie +rcries +rcris +rcrirent +rcriiez +rcriions +rcrimina +rcriminai +rcriminaient +rcriminais +rcriminait +rcriminant +rcriminas +rcriminasse +rcriminassent +rcriminasses +rcriminassiez +rcriminassions +rcrimination +rcriminations +rcriminmes +rcrimint +rcrimintes +rcrimine +rcriminent +rcriminer +rcriminera +rcriminerai +rcrimineraient +rcriminerais +rcriminerait +rcrimineras +rcriminerez +rcrimineriez +rcriminerions +rcriminerons +rcrimineront +rcrimines +rcriminez +rcrimin +rcrimine +rcrimines +rcrimins +rcriminrent +rcriminiez +rcriminions +rcriminons +rcrions +rcrira +rcrirai +rcriraient +rcrirais +rcrirait +rcriras +rcrire +rcrirez +rcririez +rcririons +rcrirons +rcriront +rcris +rcrit +rcrite +rcrites +rcrits +rcrivaient +rcrivais +rcrivait +rcrivant +rcrive +rcrivent +rcrives +rcrivez +rcriviez +rcrivions +rcrivirent +rcrivis +rcrivisse +rcrivissent +rcrivisses +rcrivissiez +rcrivissions +rcrivit +rcrivmes +rcrivt +rcrivtes +rcrivons +rcupra +rcuprable +rcuprables +rcuprai +rcupraient +rcuprais +rcuprait +rcuprant +rcupras +rcuprasse +rcuprassent +rcuprasses +rcuprassiez +rcuprassions +rcupration +rcuprations +rcuprmes +rcuprt +rcuprtes +rcuprer +rcuprera +rcuprerai +rcupreraient +rcuprerais +rcuprerait +rcupreras +rcuprerez +rcupreriez +rcuprerions +rcuprerons +rcupreront +rcuprez +rcupr +rcupre +rcupres +rcuprs +rcuprrent +rcupriez +rcuprions +rcuprons +rcupre +rcuprent +rcupres +rcura +rcurage +rcurages +rcurai +rcuraient +rcurais +rcurait +rcurant +rcuras +rcurasse +rcurassent +rcurasses +rcurassiez +rcurassions +rcurmes +rcurt +rcurtes +rcure +rcurent +rcurer +rcurera +rcurerai +rcureraient +rcurerais +rcurerait +rcureras +rcurerez +rcureriez +rcurerions +rcurerons +rcureront +rcures +rcurez +rcur +rcure +rcures +rcurs +rcurrent +rcuriez +rcurions +rcurons +rcurrence +rcurrences +rcurrent +rcurrente +rcurrentes +rcurrents +rcursion +rcursions +rcusa +rcusai +rcusaient +rcusais +rcusait +rcusant +rcusas +rcusasse +rcusassent +rcusasses +rcusassiez +rcusassions +rcusation +rcusations +rcusmes +rcust +rcustes +rcuse +rcusent +rcuser +rcusera +rcuserai +rcuseraient +rcuserais +rcuserait +rcuseras +rcuserez +rcuseriez +rcuserions +rcuserons +rcuseront +rcuses +rcusez +rcus +rcuse +rcuses +rcuss +rcusrent +rcusiez +rcusions +rcusons +rdacteur +rdacteurs +rdaction +rdactionnel +rdactionnelle +rdactionnelles +rdactionnels +rdactions +rdactrice +rdactrices +rdempteur +rdempteurs +rdemption +rdemptions +rdemptrice +rdemptrices +rdhibitoire +rdhibitoires +rdige +rdigea +rdigeai +rdigeaient +rdigeais +rdigeait +rdigeant +rdigeas +rdigeasse +rdigeassent +rdigeasses +rdigeassiez +rdigeassions +rdigemes +rdiget +rdigetes +rdigent +rdigeons +rdiger +rdigera +rdigerai +rdigeraient +rdigerais +rdigerait +rdigeras +rdigerez +rdigeriez +rdigerions +rdigerons +rdigeront +rdiges +rdigez +rdig +rdige +rdiges +rdigs +rdigrent +rdigiez +rdigions +rdimer +rducteur +rducteurs +rductible +rductibles +rduction +rductions +rductrice +rductrices +rduira +rduirai +rduiraient +rduirais +rduirait +rduiras +rduire +rduirez +rduiriez +rduirions +rduirons +rduiront +rduis +rduisaient +rduisais +rduisait +rduisant +rduise +rduisent +rduises +rduisez +rduisiez +rduisions +rduisirent +rduisis +rduisisse +rduisissent +rduisisses +rduisissiez +rduisissions +rduisit +rduismes +rduist +rduistes +rduisons +rduit +rduite +rduites +rduits +rel +relle +rellement +relles +rels +remploi +remplois +rensemence +rensemencent +rensemencer +rensemencera +rensemencerai +rensemenceraient +rensemencerais +rensemencerait +rensemenceras +rensemencerez +rensemenceriez +rensemencerions +rensemencerons +rensemenceront +rensemences +rensemencez +rensemenc +rensemence +rensemences +rensemencs +rensemencrent +rensemenciez +rensemencions +rensemena +rensemenai +rensemenaient +rensemenais +rensemenait +rensemenas +rensemenasse +rensemenassent +rensemenasses +rensemenassiez +rensemenassions +rensemenassons +rensemenmes +rensement +rensementes +rensemenons +rescompta +rescomptai +rescomptaient +rescomptais +rescomptait +rescomptant +rescomptas +rescomptasse +rescomptassent +rescomptasses +rescomptassiez +rescomptassions +rescomptmes +rescomptt +rescompttes +rescompte +rescomptent +rescompter +rescomptera +rescompterai +rescompteraient +rescompterais +rescompterait +rescompteras +rescompterez +rescompteriez +rescompterions +rescompterons +rescompteront +rescomptes +rescomptez +rescompt +rescompte +rescomptes +rescompts +rescomptrent +rescomptiez +rescomptions +rescomptons +rexpdia +rexpdiai +rexpdiaient +rexpdiais +rexpdiait +rexpdiant +rexpdias +rexpdiasse +rexpdiassent +rexpdiasses +rexpdiassiez +rexpdiassions +rexpdimes +rexpdit +rexpdites +rexpdie +rexpdient +rexpdier +rexpdiera +rexpdierai +rexpdieraient +rexpdierais +rexpdierait +rexpdieras +rexpdierez +rexpdieriez +rexpdierions +rexpdierons +rexpdieront +rexpdies +rexpdiez +rexpdi +rexpdie +rexpdies +rexpdis +rexpdirent +rexpdiions +rexpdions +rexpdition +rexpditions +rexporta +rexportai +rexportaient +rexportais +rexportait +rexportant +rexportas +rexportasse +rexportassent +rexportasses +rexportassiez +rexportassions +rexportation +rexportations +rexportmes +rexportt +rexporttes +rexporte +rexportent +rexporter +rexportera +rexporterai +rexporteraient +rexporterais +rexporterait +rexporteras +rexporterez +rexporteriez +rexporterions +rexporterons +rexporteront +rexportes +rexportez +rexport +rexporte +rexportes +rexports +rexportrent +rexportions +rexportons +rdita +rditai +rditaient +rditais +rditait +rditant +rditas +rditasse +rditassent +rditasses +rditassiez +rditassions +rditmes +rditt +rdittes +rdite +rditent +rditer +rditera +rditerai +rditeraient +rditerais +rditerait +rditeras +rditerez +rditeriez +rditerions +rditerons +rditeront +rdites +rditez +rdit +rdite +rdites +rdits +rditrent +rditiez +rdition +rditions +rditons +rducation +rducations +rduqua +rduquai +rduquaient +rduquais +rduquait +rduquant +rduquas +rduquasse +rduquassent +rduquasses +rduquassiez +rduquassions +rduqumes +rduqut +rduqutes +rduque +rduquent +rduquer +rduquera +rduquerai +rduqueraient +rduquerais +rduquerait +rduqueras +rduquerez +rduqueriez +rduquerions +rduquerons +rduqueront +rduques +rduquez +rduqu +rduque +rduques +rduqus +rduqurent +rduquiez +rduquions +rduquons +rlection +rlections +rligible +rligibles +rlira +rlirai +rliraient +rlirais +rlirait +rliras +rlire +rlirez +rliriez +rlirions +rlirons +rliront +rlis +rlisaient +rlisais +rlisait +rlisant +rlise +rlisent +rlises +rlisez +rlisiez +rlisions +rlisons +rlit +rlu +rlue +rlues +rlurent +rlus +rlusse +rlussent +rlusses +rlussiez +rlussions +rlut +rlmes +rlt +rltes +rmploi +rmplois +rxporta +rxportai +rxportaient +rxportais +rxportait +rxportant +rxportas +rxportasse +rxportassent +rxportasses +rxportassiez +rxportassions +rxportation +rxportations +rxportmes +rxportt +rxporttes +rxporte +rxportent +rxporter +rxportera +rxporterai +rxporteraient +rxporterais +rxporterait +rxporteras +rxporterez +rxporteriez +rxporterions +rxporterons +rxporteront +rxportes +rxportez +rxport +rxporte +rxportes +rxports +rxportrent +rxportiez +rxportions +rxportons +rfection +rfections +rfectoire +rfectoires +rfra +rfrai +rfraient +rfrais +rfrait +rfrant +rfrante +rfrantes +rfrants +rfras +rfrasse +rfrassent +rfrasses +rfrassiez +rfrassions +rfrmes +rfrt +rfrtes +rfrence +rfrences +rfrendaire +rfrendaires +rfrendum +rfrendums +rfrer +rfrera +rfrerai +rfreraient +rfrerais +rfrerait +rfreras +rfrerez +rfreriez +rfrerions +rfrerons +rfreront +rfres +rfrez +rfr +rfre +rfres +rfrs +rfrrent +rfriez +rfrions +rfrons +rfre +rfrent +rfres +rflechi +rflechie +rflechies +rflechir +rflechira +rflechirai +rflechiraient +rflechirais +rflechirait +rflechiras +rflechirent +rflechirez +rflechiriez +rflechirions +rflechirons +rflechiront +rflechis +rflechissaient +rflechissais +rflechissait +rflechissant +rflechissante +rflechissantes +rflechissants +rflechisse +rflechissent +rflechisses +rflechissez +rflechissiez +rflechissions +rflechissons +rflechit +rflechmes +rflecht +rflechtes +rflecteur +rflecteurs +rflet +rflets +rflexe +rflexes +rflexion +rflexions +rflchi +rflchie +rflchir +rflchissant +rflta +rfltai +rfltaient +rfltais +rfltait +rfltant +rfltas +rfltasse +rfltassent +rfltasses +rfltassiez +rfltassions +rfltmes +rfltt +rflttes +rflter +rfltera +rflterai +rflteraient +rflterais +rflterait +rflteras +rflterez +rflteriez +rflterions +rflterons +rflteront +rfltez +rflt +rflte +rfltes +rflts +rfltrent +rfltiez +rfltions +rfltons +rflte +rfltent +rfltes +rforma +rformai +rformaient +rformais +rformait +rformant +rformas +rformasse +rformassent +rformasses +rformassiez +rformassions +rformateur +rformateurs +rformation +rformations +rformatrice +rformatrices +rformmes +rformt +rformtes +rforme +rforment +rformer +rformera +rformerai +rformeraient +rformerais +rformerait +rformeras +rformerez +rformeriez +rformerions +rformerons +rformeront +rformes +rformez +rform +rforme +rformes +rforms +rformrent +rformiez +rformions +rformiste +rformistes +rformons +rfracta +rfractai +rfractaient +rfractaire +rfractaires +rfractais +rfractait +rfractant +rfractas +rfractasse +rfractassent +rfractasses +rfractassiez +rfractassions +rfractmes +rfractt +rfracttes +rfracte +rfractent +rfracter +rfractera +rfracterai +rfracteraient +rfracterais +rfracterait +rfracteras +rfracterez +rfracteriez +rfracterions +rfracterons +rfracteront +rfractes +rfracteur +rfracteurs +rfractez +rfract +rfracte +rfractes +rfracts +rfractrent +rfractiez +rfraction +rfractions +rfractons +rfrigra +rfrigrai +rfrigraient +rfrigrais +rfrigrait +rfrigrant +rfrigrante +rfrigrantes +rfrigrants +rfrigras +rfrigrasse +rfrigrassent +rfrigrasses +rfrigrassiez +rfrigrassions +rfrigrateur +rfrigrateurs +rfrigration +rfrigrations +rfrigrmes +rfrigrt +rfrigrtes +rfrigrer +rfrigrera +rfrigrerai +rfrigreraient +rfrigrerais +rfrigrerait +rfrigreras +rfrigrerez +rfrigreriez +rfrigrerions +rfrigrerons +rfrigreront +rfrigrez +rfrigr +rfrigre +rfrigres +rfrigrs +rfrigrrent +rfrigriez +rfrigrions +rfrigrons +rfrigre +rfrigrent +rfrigres +rfringence +rfringences +rfringent +rfringente +rfringentes +rfringents +rfugia +rfugiai +rfugiaient +rfugiais +rfugiait +rfugiant +rfugias +rfugiasse +rfugiassent +rfugiasses +rfugiassiez +rfugiassions +rfugimes +rfugit +rfugites +rfugie +rfugient +rfugier +rfugiera +rfugierai +rfugieraient +rfugierais +rfugierait +rfugieras +rfugierez +rfugieriez +rfugierions +rfugierons +rfugieront +rfugies +rfugiez +rfugi +rfugie +rfugies +rfugis +rfugirent +rfugiiez +rfugiions +rfugions +rfuta +rfutable +rfutables +rfutai +rfutaient +rfutais +rfutait +rfutant +rfutas +rfutasse +rfutassent +rfutasses +rfutassiez +rfutassions +rfutation +rfutations +rfutmes +rfutt +rfuttes +rfute +rfutent +rfuter +rfutera +rfuterai +rfuteraient +rfuterais +rfuterait +rfuteras +rfuterez +rfuteriez +rfuterions +rfuterons +rfuteront +rfutes +rfutez +rfut +rfute +rfutes +rfuts +rfutrent +rfutiez +rfutions +rfutons +rgal +rgala +rgalade +rgalades +rgalai +rgalaient +rgalais +rgalait +rgalant +rgalas +rgalasse +rgalassent +rgalasses +rgalassiez +rgalassions +rgalmes +rgalt +rgaltes +rgale +rgalent +rgaler +rgalera +rgalerai +rgaleraient +rgalerais +rgalerait +rgaleras +rgalerez +rgaleriez +rgalerions +rgalerons +rgaleront +rgales +rgalez +rgal +rgale +rgales +rgals +rgalrent +rgalien +rgalienne +rgaliennes +rgaliens +rgaliez +rgalions +rgalons +rgals +rgate +rgates +rgence +rgences +rgent +rgenta +rgentai +rgentaient +rgentais +rgentait +rgentant +rgentas +rgentasse +rgentassent +rgentasses +rgentassiez +rgentassions +rgentmes +rgentt +rgenttes +rgente +rgentent +rgenter +rgentera +rgenterai +rgenteraient +rgenterais +rgenterait +rgenteras +rgenterez +rgenteriez +rgenterions +rgenterons +rgenteront +rgentes +rgentez +rgent +rgente +rgentes +rgents +rgentrent +rgentiez +rgentions +rgentons +rgents +rgnra +rgnrai +rgnraient +rgnrais +rgnrait +rgnras +rgnrasse +rgnrassent +rgnrasses +rgnrassiez +rgnrassions +rgnrateur +rgnrateurs +rgnration +rgnrations +rgnratrice +rgnratrices +rgnrmes +rgnrt +rgnrtes +rgnrer +rgnrera +rgnrerai +rgnreraient +rgnrerais +rgnrerait +rgnreras +rgnrerez +rgnreriez +rgnrerions +rgnrerons +rgnreront +rgnrez +rgnr +rgnre +rgnres +rgnrs +rgnrrent +rgnriez +rgnrions +rgnrons +rgnre +rgnrent +rgnres +rgi +rgicide +rgicides +rgie +rgies +rgime +rgiment +rgimentaire +rgimentaires +rgiments +rgimes +rgion +rgional +rgionale +rgionalement +rgionales +rgionalisme +rgionaliste +rgionalistes +rgionaux +rgions +rgir +rgira +rgirai +rgiraient +rgirais +rgiras +rgirent +rgirez +rgiriez +rgirions +rgirons +rgiront +rgis +rgissaient +rgissais +rgissait +rgissant +rgisse +rgissent +rgisses +rgisseur +rgisseurs +rgissez +rgissiez +rgissions +rgissons +rgit +rgmes +rgt +rgtes +rgla +rglables +rglage +rglages +rglai +rglaient +rglais +rglait +rglant +rglas +rglasse +rglassent +rglasses +rglassiez +rglassions +rglmes +rglt +rgltes +rglementa +rglementai +rglementaient +rglementaire +rglementairement +rglementaires +rglementais +rglementait +rglementant +rglementas +rglementasse +rglementassent +rglementasses +rglementassiez +rglementassions +rglementation +rglementations +rglementmes +rglementt +rglementtes +rglemente +rglementent +rglementer +rglementera +rglementerai +rglementeraient +rglementerais +rglementerait +rglementeras +rglementerez +rglementeriez +rglementerions +rglementerons +rglementeront +rglementes +rglementez +rglement +rglemente +rglementes +rglements +rglementrent +rglementiez +rglementions +rglementons +rgler +rglera +rglerai +rgleraient +rglerais +rglerait +rgleras +rglerez +rgleriez +rglerions +rglerons +rgleront +rglette +rglettes +rglez +rgl +rgle +rgles +rgls +rglrent +rgliez +rglions +rglisse +rglisses +rglons +rgna +rgnai +rgnaient +rgnais +rgnait +rgnant +rgnante +rgnantes +rgnas +rgnasse +rgnassent +rgnasses +rgnassiez +rgnassions +rgnmes +rgnt +rgntes +rgner +rgnera +rgnerai +rgneraient +rgnerais +rgnerait +rgneras +rgnerez +rgneriez +rgnerions +rgnerons +rgneront +rgnez +rgn +rgne +rgnes +rgns +rgnrent +rgniez +rgnions +rgnons +rgresser +rgressif +rgressifs +rgression +rgressions +rgressive +rgressives +rgularis +rgularisa +rgularisai +rgularisaient +rgularisais +rgularisait +rgularisant +rgularisas +rgularisasse +rgularisassent +rgularisasses +rgularisassiez +rgularisassions +rgularisation +rgularisations +rgularismes +rgularist +rgularistes +rgularise +rgularisent +rgulariser +rgularisera +rgulariserai +rgulariseraient +rgulariserais +rgulariserait +rgulariseras +rgulariserez +rgulariseriez +rgulariserions +rgulariserons +rgulariseront +rgularises +rgularisez +rgularis +rgularise +rgularises +rgulariss +rgularisrent +rgularisiez +rgularisions +rgularisons +rgularit +rgularits +rgulateur +rgulateurs +rgulation +rgulations +rgulatrice +rgulatrices +rgulier +rguliers +rgulire +rgulirement +rgulires +rgurgita +rgurgitai +rgurgitaient +rgurgitais +rgurgitait +rgurgitant +rgurgitas +rgurgitasse +rgurgitassent +rgurgitasses +rgurgitassiez +rgurgitassions +rgurgitation +rgurgitations +rgurgitmes +rgurgitt +rgurgittes +rgurgite +rgurgitent +rgurgiter +rgurgitera +rgurgiterai +rgurgiteraient +rgurgiterais +rgurgiterait +rgurgiteras +rgurgiterez +rgurgiteriez +rgurgiterions +rgurgiterons +rgurgiteront +rgurgites +rgurgitez +rgurgit +rgurgite +rgurgites +rgurgits +rgurgitrent +rgurgitiez +rgurgitions +rgurgitons +rhabilita +rhabilitai +rhabilitaient +rhabilitais +rhabilitait +rhabilitant +rhabilitas +rhabilitasse +rhabilitassent +rhabilitasses +rhabilitassiez +rhabilitassions +rhabilitation +rhabilitations +rhabilitmes +rhabilitt +rhabilittes +rhabilite +rhabilitent +rhabiliter +rhabilitera +rhabiliterai +rhabiliteraient +rhabiliterais +rhabiliterait +rhabiliteras +rhabiliterez +rhabiliteriez +rhabiliterions +rhabiliterons +rhabiliteront +rhabilites +rhabilitez +rhabilit +rhabilite +rhabilites +rhabilits +rhabilitrent +rhabilitiez +rhabilitions +rhabilitons +rhabitua +rhabituai +rhabituaient +rhabituais +rhabituait +rhabituant +rhabituas +rhabituasse +rhabituassent +rhabituasses +rhabituassiez +rhabituassions +rhabitumes +rhabitut +rhabitutes +rhabitue +rhabituent +rhabituer +rhabituera +rhabituerai +rhabitueraient +rhabituerais +rhabituerait +rhabitueras +rhabituerez +rhabitueriez +rhabituerions +rhabituerons +rhabitueront +rhabitues +rhabituez +rhabitu +rhabitue +rhabitues +rhabitus +rhabiturent +rhabituiez +rhabituions +rhabituons +rimpression +rimpressions +rimprima +rimprimai +rimprimaient +rimprimais +rimprimait +rimprimant +rimprimas +rimprimasse +rimprimassent +rimprimasses +rimprimassiez +rimprimassions +rimprimmes +rimprimt +rimprimtes +rimprime +rimpriment +rimprimer +rimprimera +rimprimerai +rimprimeraient +rimprimerais +rimprimerait +rimprimeras +rimprimerez +rimprimeriez +rimprimerions +rimprimerons +rimprimeront +rimprimes +rimprimez +rimprim +rimprime +rimprimes +rimprims +rimprimrent +rimprimiez +rimprimions +rimprimons +rincarna +rincarnai +rincarnaient +rincarnais +rincarnait +rincarnant +rincarnas +rincarnasse +rincarnassent +rincarnasses +rincarnassiez +rincarnassions +rincarnation +rincarnations +rincarnmes +rincarnt +rincarntes +rincarne +rincarnent +rincarner +rincarnera +rincarnerai +rincarneraient +rincarnerais +rincarnerait +rincarneras +rincarnerez +rincarneriez +rincarnerions +rincarnerons +rincarneront +rincarnes +rincarnez +rincarn +rincarne +rincarnes +rincarnrent +rincarniez +rincarnions +rincarnons +rinitialis +rinscrite +rinsertion +rinsertions +rinsrer +rinsrez +rinsrs +rinstaller +rintgra +rintgrai +rintgraient +rintgrais +rintgrait +rintgrant +rintgras +rintgrasse +rintgrassent +rintgrasses +rintgrassiez +rintgrassions +rintgration +rintgrations +rintgrmes +rintgrt +rintgrtes +rintgrer +rintgrera +rintgrerai +rintgreraient +rintgrerais +rintgrerait +rintgreras +rintgrerez +rintgreriez +rintgrerions +rintgrerons +rintgreront +rintgrez +rintgr +rintgre +rintgres +rintgrs +rintgrrent +rintgriez +rintgrions +rintgrons +rintgre +rintgrent +rintgres +rinventa +rinventer +rinvesti +rinvestie +rinvesties +rinvestir +rinvestis +rinvestissant +ritra +ritrai +ritraient +ritrais +ritrait +ritrant +ritras +ritrasse +ritrassent +ritrasses +ritrassiez +ritrassions +ritration +ritrations +ritrmes +ritrt +ritrtes +ritrer +ritrerai +ritreraient +ritrerais +ritrerait +ritreras +ritrerez +ritreriez +ritrerions +ritrerons +ritreront +ritrez +ritr +ritre +ritres +ritrs +ritrrent +ritriez +ritrions +ritrons +ritre +ritrent +ritres +rjoui +rjouie +rjouies +rjouir +rjouira +rjouirai +rjouiraient +rjouirais +rjouirait +rjouiras +rjouirent +rjouirez +rjouiriez +rjouirions +rjouirons +rjouiront +rjouis +rjouissaient +rjouissais +rjouissait +rjouissance +rjouissances +rjouissant +rjouisse +rjouissent +rjouisses +rjouissez +rjouissiez +rjouissions +rjouissons +rjouit +rjoumes +rjout +rjoutes +rmige +rmiges +rminiscence +rminiscences +rmissible +rmissibles +rmission +rmissions +rmittent +rmittente +rmittentes +rmittents +rmora +rmoras +rmoulade +rmouleur +rmouleure +rmouleures +rmouleurs +rmunra +rmunrai +rmunraient +rmunrais +rmunrait +rmunrant +rmunras +rmunrasse +rmunrassent +rmunrasses +rmunrassiez +rmunrassions +rmunrateur +rmunrateurs +rmunration +rmunrations +rmunratrice +rmunratrices +rmunrmes +rmunrt +rmunrtes +rmunrer +rmunrera +rmunrerai +rmunreraient +rmunrerais +rmunrerait +rmunreras +rmunrerez +rmunreriez +rmunrerions +rmunrerons +rmunreront +rmunrez +rmunr +rmunre +rmunres +rmunrs +rmunrrent +rmunriez +rmunrions +rmunrons +rmunre +rmunrent +rmunres +rnal +rnale +rnales +rnaux +rngat +rnonciation +rnonciations +rnova +rnovai +rnovaient +rnovais +rnovait +rnovant +rnovas +rnovasse +rnovassent +rnovasses +rnovassiez +rnovassions +rnovateur +rnovateurs +rnovation +rnovations +rnovatrice +rnovatrices +rnovmes +rnovt +rnovtes +rnove +rnovent +rnover +rnovera +rnoverai +rnoveraient +rnoverais +rnoverait +rnoveras +rnoverez +rnoveriez +rnoverions +rnoverons +rnoveront +rnoves +rnovez +rnov +rnove +rnoves +rnovs +rnovrent +rnoviez +rnovions +rnovons +roccupa +roccupai +roccupaient +roccupais +roccupait +roccupant +roccupas +roccupasse +roccupassent +roccupasses +roccupassiez +roccupassions +roccupmes +roccupt +roccuptes +roccupe +roccupent +roccuper +roccupera +roccuperai +roccuperaient +roccuperais +roccuperait +roccuperas +roccuperez +roccuperiez +roccuperions +roccuperons +roccuperont +roccupes +roccupez +roccup +roccupe +roccupes +roccups +roccuprent +roccupiez +roccupions +roccupons +rorganisa +rorganisai +rorganisaient +rorganisais +rorganisait +rorganisant +rorganisas +rorganisasse +rorganisassent +rorganisasses +rorganisassiez +rorganisassions +rorganisateur +rorganisateurs +rorganisation +rorganisations +rorganisatrice +rorganisatrices +rorganismes +rorganist +rorganistes +rorganise +rorganisent +rorganiser +rorganiserai +rorganiseraient +rorganiserais +rorganiserait +rorganiseras +rorganiserez +rorganiseriez +rorganiserions +rorganiserons +rorganiseront +rorganises +rorganisez +rorganis +rorganise +rorganises +rorganiss +rorganisrent +rorganisiez +rorganisions +rorganisons +rouverture +rouvertures +rpand +rpandaient +rpandais +rpandait +rpandant +rpande +rpandent +rpandes +rpandez +rpandiez +rpandions +rpandirent +rpandis +rpandisse +rpandissent +rpandisses +rpandissiez +rpandissions +rpandit +rpandmes +rpandt +rpandtes +rpandons +rpandra +rpandrai +rpandraient +rpandrais +rpandrait +rpandras +rpandre +rpandrez +rpandriez +rpandrions +rpandrons +rpandront +rpands +rpandu +rpandue +rpandues +rpandus +rpara +rparable +rparables +rparai +rparaient +rparais +rparait +rparant +rparas +rparasse +rparassent +rparasses +rparassiez +rparassions +rparateur +rparateurs +rparation +rparations +rparatrice +rparatrices +rparmes +rpart +rpartes +rpare +rparent +rparer +rparera +rparerai +rpareraient +rparerais +rparerait +rpareras +rparerez +rpareriez +rparerions +rparerons +rpareront +rpares +rparez +rpar +rpare +rpares +rpars +rparrent +rpariez +rparions +rparons +rparti +rpartie +rparties +rpartir +rpartira +rpartirai +rpartiraient +rpartirais +rpartirait +rpartiras +rpartirent +rpartirez +rpartiriez +rpartirions +rpartirons +rpartiront +rpartis +rpartissaient +rpartissais +rpartissait +rpartissant +rpartisse +rpartissent +rpartisses +rpartissez +rpartissiez +rpartissions +rpartissons +rpartit +rpartition +rpartitions +rpartmes +rpartt +rparttes +rpercussion +rpercussions +rpercuta +rpercutai +rpercutaient +rpercutais +rpercutait +rpercutant +rpercutas +rpercutasse +rpercutassent +rpercutasses +rpercutassiez +rpercutassions +rpercutmes +rpercutt +rpercuttes +rpercute +rpercutent +rpercuter +rpercutera +rpercuterai +rpercuteraient +rpercuterais +rpercuterait +rpercuteras +rpercuterez +rpercuteriez +rpercuterions +rpercuterons +rpercuteront +rpercutes +rpercutez +rpercut +rpercute +rpercutes +rpercuts +rpercutrent +rpercutiez +rpercutions +rpercutons +rpertoire +rpertoires +rpertoria +rpertoriai +rpertoriaient +rpertoriais +rpertoriait +rpertoriant +rpertorias +rpertoriasse +rpertoriassent +rpertoriasses +rpertoriassiez +rpertoriassions +rpertorimes +rpertorit +rpertorites +rpertorie +rpertorient +rpertorier +rpertoriera +rpertorierai +rpertorieraient +rpertorierais +rpertorierait +rpertorieras +rpertorierez +rpertorieriez +rpertorierions +rpertorierons +rpertorieront +rpertories +rpertoriez +rpertori +rpertorie +rpertories +rpertoris +rpertorirent +rpertoriiez +rpertoriions +rpertorions +rpta +rptai +rptaient +rptais +rptait +rptant +rptas +rptasse +rptassent +rptasses +rptassiez +rptassions +rptmes +rptt +rpttes +rpter +rptera +rpterai +rpteraient +rpterais +rpterait +rpteras +rpterez +rpteriez +rpterions +rpterons +rpteront +rptez +rpt +rpte +rptes +rpts +rptrent +rptiez +rptions +rptiteur +rptiteurs +rptition +rptitions +rptitrice +rptitrices +rptons +rpre +rpte +rptent +rptes +rpit +rpits +rpliqua +rpliquai +rpliquaient +rpliquais +rpliquait +rpliquant +rpliquas +rpliquasse +rpliquassent +rpliquasses +rpliquassiez +rpliquassions +rpliqumes +rpliqut +rpliqutes +rplique +rpliquent +rpliquer +rpliquera +rpliquerai +rpliqueraient +rpliquerais +rpliquerait +rpliqueras +rpliquerez +rpliqueriez +rpliquerions +rpliquerons +rpliqueront +rpliques +rpliquez +rpliqu +rplique +rpliques +rpliqus +rpliqurent +rpliquiez +rpliquions +rpliquons +rpond +rpondaient +rpondais +rpondait +rpondant +rponde +rpondent +rpondes +rpondeur +rpondeurs +rpondez +rpondiez +rpondions +rpondirent +rpondis +rpondisse +rpondissent +rpondisses +rpondissiez +rpondissions +rpondit +rpondmes +rpondt +rpondtes +rpondons +rpondra +rpondrai +rpondraient +rpondrais +rpondrait +rpondras +rpondre +rpondrez +rpondriez +rpondrions +rpondrons +rpondront +rponds +rpondu +rpondue +rpondues +rpondus +rpons +rponse +rponses +rpressif +rpressifs +rpression +rpressions +rpressive +rpressives +rprhensible +rprhensibles +rprima +rprimai +rprimaient +rprimais +rprimait +rprimanda +rprimandai +rprimandaient +rprimandais +rprimandait +rprimandant +rprimandas +rprimandasse +rprimandassent +rprimandasses +rprimandassiez +rprimandassions +rprimandmes +rprimandt +rprimandtes +rprimande +rprimandent +rprimander +rprimandera +rprimanderai +rprimanderaient +rprimanderais +rprimanderait +rprimanderas +rprimanderez +rprimanderiez +rprimanderions +rprimanderons +rprimanderont +rprimandes +rprimandez +rprimand +rprimande +rprimandes +rprimands +rprimandrent +rprimandiez +rprimandions +rprimandons +rprimant +rprimas +rprimasse +rprimassent +rprimasses +rprimassiez +rprimassions +rprimmes +rprimt +rprimtes +rprime +rpriment +rprimer +rprimera +rprimerai +rprimeraient +rprimerais +rprimerait +rprimeras +rprimerez +rprimeriez +rprimerions +rprimerons +rprimeront +rprimes +rprimez +rprim +rprime +rprimes +rprims +rprimrent +rprimiez +rprimions +rprimons +rprobateur +rprobateurs +rprobation +rprobations +rprobatrice +rprobatrices +rprouva +rprouvai +rprouvaient +rprouvais +rprouvait +rprouvant +rprouvas +rprouvasse +rprouvassent +rprouvasses +rprouvassiez +rprouvassions +rprouvmes +rprouvt +rprouvtes +rprouve +rprouvent +rprouver +rprouvera +rprouverai +rprouveraient +rprouverais +rprouverait +rprouveras +rprouverez +rprouveriez +rprouverions +rprouverons +rprouveront +rprouves +rprouvez +rprouv +rprouve +rprouves +rprouvs +rprouvrent +rprouviez +rprouvions +rprouvons +rpublicain +rpublicaine +rpublicaines +rpublicains +rpublicanisme +rpublique +rpubliques +rpudia +rpudiai +rpudiaient +rpudiais +rpudiait +rpudiant +rpudias +rpudiasse +rpudiassent +rpudiasses +rpudiassiez +rpudiassions +rpudiation +rpudiations +rpudimes +rpudit +rpudites +rpudie +rpudient +rpudier +rpudiera +rpudierai +rpudieraient +rpudierais +rpudierait +rpudieras +rpudierez +rpudieriez +rpudierions +rpudierons +rpudieront +rpudies +rpudiez +rpudi +rpudie +rpudies +rpudis +rpudirent +rpudiiez +rpudiions +rpudions +rpugna +rpugnai +rpugnaient +rpugnais +rpugnait +rpugnance +rpugnances +rpugnant +rpugnante +rpugnantes +rpugnants +rpugnas +rpugnasse +rpugnassent +rpugnasses +rpugnassiez +rpugnassions +rpugnmes +rpugnt +rpugntes +rpugne +rpugnent +rpugner +rpugnera +rpugnerai +rpugneraient +rpugnerais +rpugnerait +rpugneras +rpugnerez +rpugneriez +rpugnerions +rpugnerons +rpugneront +rpugnes +rpugnez +rpugn +rpugne +rpugnes +rpugns +rpugnrent +rpugniez +rpugnions +rpugnons +rpulsif +rpulsifs +rpulsion +rpulsions +rpulsive +rpulsives +rputation +rputations +rput +rpute +rputes +rputs +rquisition +rquisitionna +rquisitionnai +rquisitionnaient +rquisitionnais +rquisitionnait +rquisitionnant +rquisitionnas +rquisitionnasse +rquisitionnassent +rquisitionnasses +rquisitionnassiez +rquisitionnassions +rquisitionnmes +rquisitionnt +rquisitionntes +rquisitionne +rquisitionnent +rquisitionner +rquisitionnera +rquisitionnerai +rquisitionneraient +rquisitionnerais +rquisitionnerait +rquisitionneras +rquisitionnerez +rquisitionneriez +rquisitionnerions +rquisitionnerons +rquisitionneront +rquisitionnes +rquisitionnez +rquisitionn +rquisitionne +rquisitionnes +rquisitionns +rquisitionnrent +rquisitionniez +rquisitionnions +rquisitionnons +rquisitions +rquisitoire +rquisitoires +rseau +rseaux +rsection +rsections +rserva +rservai +rservaient +rservais +rservait +rservant +rservas +rservasse +rservassent +rservasses +rservassiez +rservassions +rservation +rservations +rservmes +rservt +rservtes +rserve +rservent +rserver +rservera +rserverai +rserveraient +rserverais +rserverait +rserveras +rserverez +rserveriez +rserverions +rserverons +rserveront +rserves +rservez +rserv +rserve +rserves +rservs +rservrent +rserviez +rservions +rserviste +rservistes +rservoir +rservoirs +rservons +rsda +rsdas +rsqua +rsquai +rsquaient +rsquais +rsquait +rsquant +rsquas +rsquasse +rsquassent +rsquasses +rsquassiez +rsquassions +rsqumes +rsqut +rsqutes +rsque +rsquent +rsquer +rsquera +rsquerai +rsqueraient +rsquerais +rsquerait +rsqueras +rsquerez +rsqueriez +rsquerions +rsquerons +rsqueront +rsques +rsquez +rsqu +rsque +rsques +rsqus +rsqurent +rsquiez +rsquions +rsquons +rsida +rsidai +rsidaient +rsidais +rsidait +rsidant participe +rsidas +rsidasse +rsidassent +rsidasses +rsidassiez +rsidassions +rsidmes +rsidt +rsidtes +rside +rsidence +rsidences +rsident +rsidente +rsidentes +rsidentiel +rsidentielle +rsidentielles +rsidentiels +rsidents +rsider +rsidera +rsiderai +rsideraient +rsiderais +rsiderait +rsideras +rsiderez +rsideriez +rsiderions +rsiderons +rsideront +rsides +rsidez +rsid +rside +rsides +rsids +rsidrent +rsidiez +rsidions +rsidons +rsidu +rsiduel +rsiduelle +rsiduelles +rsiduels +rsidus +rsigna +rsignai +rsignaient +rsignais +rsignait +rsignant +rsignas +rsignasse +rsignassent +rsignasses +rsignassiez +rsignassions +rsignation +rsignations +rsignmes +rsignt +rsigntes +rsigne +rsignent +rsigner +rsignera +rsignerai +rsigneraient +rsignerais +rsignerait +rsigneras +rsignerez +rsigneriez +rsignerions +rsignerons +rsigneront +rsignes +rsignez +rsign +rsigne +rsignes +rsigns +rsignrent +rsigniez +rsignions +rsignons +rsilia +rsiliai +rsiliaient +rsiliais +rsiliait +rsiliant +rsilias +rsiliasse +rsiliassent +rsiliasses +rsiliassiez +rsiliassions +rsiliation +rsiliations +rsilimes +rsilit +rsilites +rsilie +rsilient +rsilier +rsiliera +rsilierai +rsilieraient +rsilierais +rsilieras +rsilierez +rsilieriez +rsilierions +rsilierons +rsilieront +rsilies +rsiliez +rsili +rsilie +rsilies +rsilis +rsilirent +rsiliiez +rsiliions +rsilions +rsille +rsilles +rsine +rsines +rsineuse +rsineuses +rsineux +rsinier +rsiniers +rsinire +rsinires +rsipiscence +rsipiscences +rsista +rsistai +rsistaient +rsistais +rsistait +rsistance +rsistances +rsistant +rsistante +rsistantes +rsistants +rsistas +rsistasse +rsistassent +rsistasses +rsistassiez +rsistassions +rsistmes +rsistt +rsisttes +rsiste +rsistent +rsister +rsistera +rsisterai +rsisteraient +rsisterais +rsisterait +rsisteras +rsisterez +rsisteriez +rsisterions +rsisterons +rsisteront +rsistes +rsistez +rsist +rsiste +rsistes +rsists +rsistrent +rsistiez +rsistions +rsistons +rsolu +rsoluble +rsolubles +rsolue +rsolues +rsolument +rsolurent +rsolus +rsolusse +rsolussent +rsolusses +rsolussiez +rsolussions +rsolut +rsolution +rsolutions +rsolmes +rsolt +rsoltes +rsolvaient +rsolvais +rsolvait +rsolvant +rsolve +rsolvent +rsolves +rsolvez +rsolviez +rsolvions +rsolvons +rsonance +rsonances +rsonateur +rsonateurs +rsonna +rsonnai +rsonnaient +rsonnais +rsonnait +rsonnance +rsonnances +rsonnant +rsonnas +rsonnasse +rsonnassent +rsonnasses +rsonnassiez +rsonnassions +rsonnmes +rsonnt +rsonntes +rsonne +rsonnement +rsonnements +rsonnent +rsonner +rsonnera +rsonnerai +rsonneraient +rsonnerais +rsonnerait +rsonneras +rsonnerez +rsonneriez +rsonnerions +rsonnerons +rsonneront +rsonnes +rsonnez +rsonn +rsonne +rsonnes +rsonns +rsonnrent +rsonniez +rsonnions +rsonnons +rsorba +rsorbai +rsorbaient +rsorbais +rsorbait +rsorbant +rsorbas +rsorbasse +rsorbassent +rsorbasses +rsorbassiez +rsorbassions +rsorbmes +rsorbt +rsorbtes +rsorbe +rsorbent +rsorber +rsorbera +rsorberai +rsorberaient +rsorberais +rsorberait +rsorberas +rsorberez +rsorberiez +rsorberions +rsorberons +rsorberont +rsorbes +rsorbez +rsorb +rsorbe +rsorbes +rsorbs +rsorbrent +rsorbiez +rsorbions +rsorbons +rsorption +rsorptions +rsoudra +rsoudrai +rsoudraient +rsoudrais +rsoudrait +rsoudras +rsoudre +rsoudrez +rsoudriez +rsoudrions +rsoudrons +rsoudront +rsous +rsout +rsulta +rsultaient +rsultait +rsultant +rsultante +rsultantes +rsultants +rsultasse +rsultassent +rsultat +rsultats +rsultt +rsultent +rsulter +rsultera +rsulteraient +rsulterait +rsulteront +rsult +rsulte +rsultes +rsults +rsultrent +rsuma +rsumai +rsumaient +rsumais +rsumait +rsumant +rsumas +rsumasse +rsumassent +rsumasses +rsumassiez +rsumassions +rsummes +rsumt +rsumtes +rsume +rsument +rsumer +rsumera +rsumerai +rsumeraient +rsumerais +rsumerait +rsumeras +rsumerez +rsumeriez +rsumerions +rsumerons +rsumeront +rsumes +rsumez +rsum +rsume +rsumes +rsums +rsumrent +rsumiez +rsumions +rsumons +rsurgence +rsurgences +rsurrection +rsurrections +rsutats +rtabli +rtablie +rtablies +rtablir +rtablira +rtablirai +rtabliraient +rtablirais +rtablirait +rtabliras +rtablirent +rtablirez +rtabliriez +rtablirions +rtablirons +rtabliront +rtablis +rtablissaient +rtablissais +rtablissait +rtablissant +rtablisse +rtablissement +rtablissements +rtablissent +rtablisses +rtablissez +rtablissiez +rtablissions +rtablissons +rtablit +rtablmes +rtablt +rtabltes +rtama +rtamage +rtamages +rtamai +rtamaient +rtamais +rtamait +rtamant +rtamas +rtamasse +rtamassent +rtamasses +rtamassiez +rtamassions +rtammes +rtamt +rtamtes +rtame +rtament +rtamer +rtamera +rtamerai +rtameraient +rtamerais +rtamerait +rtameras +rtamerez +rtameriez +rtamerions +rtamerons +rtameront +rtames +rtameur +rtameurs +rtamez +rtam +rtame +rtames +rtams +rtamrent +rtamiez +rtamions +rtamons +rtention +rtentions +rticence +rticences +rticent +rticente +rticentes +rticents +rticulaire +rticulaires +rticule +rticules +rticul +rticule +rticules +rticuls +rtif +rtifs +rtine +rtines +rtive +rtives +rtorqua +rtorquai +rtorquaient +rtorquais +rtorquait +rtorquant +rtorquas +rtorquasse +rtorquassent +rtorquasses +rtorquassiez +rtorquassions +rtorqumes +rtorqut +rtorqutes +rtorque +rtorquent +rtorquer +rtorquera +rtorquerai +rtorqueraient +rtorquerais +rtorquerait +rtorqueras +rtorquerez +rtorqueriez +rtorquerions +rtorquerons +rtorqueront +rtorques +rtorquez +rtorqu +rtorque +rtorques +rtorqus +rtorqurent +rtorquiez +rtorquions +rtorquons +rtorsion +rtorsions +rtracta +rtractai +rtractaient +rtractais +rtractait +rtractant +rtractas +rtractasse +rtractassent +rtractasses +rtractassiez +rtractassions +rtractation +rtractations +rtractmes +rtractt +rtracttes +rtracte +rtractent +rtracter +rtractera +rtracterai +rtracteraient +rtracterais +rtracterait +rtracteras +rtracterez +rtracteriez +rtracterions +rtracterons +rtracteront +rtractes +rtractez +rtract +rtracte +rtractes +rtracts +rtractrent +rtractiez +rtractile +rtractiles +rtraction +rtractions +rtractons +rtrci +rtrcie +rtrcies +rtrcir +rtrcira +rtrcirai +rtrciraient +rtrcirais +rtrcirait +rtrciras +rtrcirent +rtrcirez +rtrciriez +rtrcirions +rtrcirons +rtrciront +rtrcis +rtrcissaient +rtrcissais +rtrcissait +rtrcissant +rtrcisse +rtrcissement +rtrcissements +rtrcissent +rtrcisses +rtrcissez +rtrcissiez +rtrcissions +rtrcissons +rtrcit +rtrcmes +rtrct +rtrctes +rtribua +rtribuai +rtribuaient +rtribuais +rtribuait +rtribuant +rtribuas +rtribuasse +rtribuassent +rtribuasses +rtribuassiez +rtribuassions +rtribumes +rtribut +rtributes +rtribue +rtribuent +rtribuer +rtribuera +rtribuerai +rtribueraient +rtribuerais +rtribuerait +rtribueras +rtribuerez +rtribueriez +rtribuerions +rtribuerons +rtribueront +rtribues +rtribuez +rtribu +rtribue +rtribues +rtribus +rtriburent +rtribuiez +rtribuions +rtribuons +rtribution +rtributions +rtro +rtroactif +rtroactifs +rtroaction +rtroactions +rtroactive +rtroactives +rtroactivit +rtroactivits +rtrocession +rtrocessions +rtrocda +rtrocdai +rtrocdaient +rtrocdais +rtrocdait +rtrocdant +rtrocdas +rtrocdasse +rtrocdassent +rtrocdasses +rtrocdassiez +rtrocdassions +rtrocdmes +rtrocdt +rtrocdtes +rtrocder +rtrocdera +rtrocderai +rtrocderaient +rtrocderais +rtrocderait +rtrocderas +rtrocderez +rtrocderiez +rtrocderions +rtrocderons +rtrocderont +rtrocdez +rtrocd +rtrocde +rtrocdes +rtrocdrent +rtrocdiez +rtrocdions +rtrocdons +rtrocde +rtrocdent +rtrocdes +rtrograda +rtrogradai +rtrogradaient +rtrogradais +rtrogradait +rtrogradant +rtrogradas +rtrogradasse +rtrogradassent +rtrogradasses +rtrogradassiez +rtrogradassions +rtrogradation +rtrogradations +rtrogradmes +rtrogradt +rtrogradtes +rtrograde +rtrogradent +rtrograder +rtrogradera +rtrograderai +rtrograderaient +rtrograderais +rtrograderait +rtrograderas +rtrograderez +rtrograderiez +rtrograderions +rtrograderons +rtrograderont +rtrogrades +rtrogradez +rtrograd +rtrograde +rtrogrades +rtrograds +rtrogradrent +rtrogradiez +rtrogradions +rtrogradons +rtroprojecteur +rtroprojecteurs +rtros +rtrospectif +rtrospectifs +rtrospective +rtrospectivement +rtrospectives +rtroviseur +rtroviseurs +runi +runie +runies +runifia +runifiai +runifiaient +runifiais +runifiait +runifiant +runifias +runifiasse +runifiassent +runifiasses +runifiassiez +runifiassions +runifimes +runifit +runifites +runification +runifications +runifie +runifient +runifier +runifiera +runifierai +runifieraient +runifierais +runifierait +runifieras +runifierez +runifieriez +runifierions +runifierons +runifieront +runifies +runifiez +runifi +runifie +runifies +runifis +runifirent +runifiiez +runifiions +runifions +runion +runions +runir +runira +runirai +runiraient +runirais +runirait +runiras +runirent +runirez +runiriez +runirions +runirons +runiront +runis +runissaient +runissais +runissait +runissant +runisse +runissent +runisses +runissez +runissiez +runissions +runissons +runit +runmes +runt +runtes +russi +russie +russies +russir +russira +russirai +russiraient +russirais +russirait +russiras +russirent +russirez +russiriez +russirions +russirons +russiront +russis +russissaient +russissais +russissait +russissant +russisse +russissent +russisses +russissez +russissiez +russissions +russissons +russit +russite +russites +russmes +russt +russtes +rutilisable +rutilisables +rutilise +rveil +rveilla +rveillai +rveillaient +rveillais +rveillait +rveillant +rveillas +rveillasse +rveillassent +rveillasses +rveillassiez +rveillassions +rveillmes +rveillt +rveilltes +rveille +rveillent +rveiller +rveillera +rveillerai +rveilleraient +rveillerais +rveillerait +rveilleras +rveillerez +rveilleriez +rveillerions +rveillerons +rveilleront +rveilles +rveillez +rveill +rveille +rveilles +rveills +rveillrent +rveilliez +rveillions +rveillon +rveillonna +rveillonnai +rveillonnaient +rveillonnais +rveillonnait +rveillonnant +rveillonnas +rveillonnasse +rveillonnassent +rveillonnasses +rveillonnassiez +rveillonnassions +rveillonnmes +rveillonnt +rveillonntes +rveillonne +rveillonnent +rveillonner +rveillonnera +rveillonnerai +rveillonneraient +rveillonnerais +rveillonnerait +rveillonneras +rveillonnerez +rveillonneriez +rveillonnerions +rveillonnerons +rveillonneront +rveillonnes +rveillonnez +rveillonn +rveillonne +rveillonnes +rveillonns +rveillonnrent +rveillonniez +rveillonnions +rveillonnons +rveillons +rveils +rverbra +rverbrai +rverbraient +rverbrais +rverbrait +rverbrant +rverbras +rverbrasse +rverbrassent +rverbrasses +rverbrassiez +rverbrassions +rverbration +rverbrations +rverbrmes +rverbrt +rverbrtes +rverbrer +rverbrera +rverbrerai +rverbreraient +rverbrerais +rverbrerait +rverbreras +rverbrerez +rverbreriez +rverbrerions +rverbrerons +rverbreront +rverbrez +rverbr +rverbre +rverbres +rverbrs +rverbrrent +rverbriez +rverbrions +rverbrons +rverbre +rverbrent +rverbres +rversibilit +rversibilits +rversible +rversibles +rvla +rvlai +rvlaient +rvlais +rvlait +rvlant +rvlas +rvlasse +rvlassent +rvlasses +rvlassiez +rvlassions +rvlateur +rvlateurs +rvlation +rvlations +rvlatrice +rvlatrices +rvlmes +rvlt +rvltes +rvler +rvlera +rvlerai +rvleraient +rvlerais +rvlerait +rvleras +rvlerez +rvleriez +rvlerions +rvlerons +rvleront +rvlez +rvl +rvle +rvles +rvls +rvlrent +rvliez +rvlions +rvlons +rvra +rvrai +rvraient +rvrais +rvrait +rvras +rvrasse +rvrassent +rvrasses +rvrassiez +rvrassions +rvrmes +rvrt +rvrtes +rvrence +rvrences +rvrencieuse +rvrencieusement +rvrencieuses +rvrencieux +rvrend +rvrende +rvrendes +rvrends +rvrer +rvrera +rvrerai +rvreraient +rvrerais +rvrerait +rvreras +rvrerez +rvreriez +rvrerions +rvrerons +rvreront +rvrez +rvr +rvre +rvres +rvrs +rvrrent +rvriez +rvrions +rvrons +rvle +rvlent +rvles +rvre +rvrent +rvres +rvisa +rvisable +rvisables +rvisai +rvisaient +rvisais +rvisait +rvisant +rvisas +rvisasse +rvisassent +rvisasses +rvisassiez +rvisassions +rvismes +rvist +rvistes +rvise +rvisent +rviser +rvisera +rviserai +rviseraient +rviserais +rviserait +rviseras +rviserez +rviseriez +rviserions +rviserons +rviseront +rvises +rviseur +rviseurs +rvisez +rvis +rvise +rvises +rviss +rvisrent +rvisiez +rvision +rvisions +rvisons +rvocabilit +rvocabilits +rvocable +rvocables +rvocation +rvocations +rvolta +rvoltai +rvoltaient +rvoltais +rvoltait +rvoltant +rvoltante +rvoltantes +rvoltants +rvoltas +rvoltasse +rvoltassent +rvoltasses +rvoltassiez +rvoltassions +rvoltmes +rvoltt +rvolttes +rvolte +rvoltent +rvolter +rvoltera +rvolterai +rvolteraient +rvolterais +rvolterait +rvolteras +rvolterez +rvolteriez +rvolterions +rvolterons +rvolteront +rvoltes +rvoltez +rvolt +rvolte +rvoltes +rvolts +rvoltrent +rvoltiez +rvoltions +rvoltons +rvolu +rvolue +rvolues +rvolus +rvolution +rvolutionna +rvolutionnai +rvolutionnaient +rvolutionnaire +rvolutionnaires +rvolutionnais +rvolutionnait +rvolutionnant +rvolutionnas +rvolutionnasse +rvolutionnassent +rvolutionnasses +rvolutionnassiez +rvolutionnassions +rvolutionnmes +rvolutionnt +rvolutionntes +rvolutionne +rvolutionnent +rvolutionner +rvolutionnera +rvolutionnerai +rvolutionneraient +rvolutionnerais +rvolutionnerait +rvolutionneras +rvolutionnerez +rvolutionneriez +rvolutionnerions +rvolutionnerons +rvolutionneront +rvolutionnes +rvolutionnez +rvolutionn +rvolutionne +rvolutionnes +rvolutionns +rvolutionnrent +rvolutionniez +rvolutionnions +rvolutionnons +rvolutions +rvoqua +rvoquai +rvoquaient +rvoquais +rvoquait +rvoquant +rvoquas +rvoquasse +rvoquassent +rvoquasses +rvoquassiez +rvoquassions +rvoqumes +rvoqut +rvoqutes +rvoque +rvoquent +rvoquer +rvoquera +rvoquerai +rvoqueraient +rvoquerais +rvoquerait +rvoqueras +rvoquerez +rvoqueriez +rvoquerions +rvoquerons +rvoqueront +rvoques +rvoquez +rvoqu +rvoque +rvoques +rvoqus +rvoqurent +rvoquiez +rvoquions +rvoquons +rvuls +rvulse +rvulses +rvulss +rvulsif +rvulsifs +rvulsion +rvulsions +rvulsive +rvulsives +rgle +rglement +rglements +rglent +rgles +rgne +rgnent +rgnes +rche +rches +rne +rnes +rva +rvai +rvaient +rvais +rvait +rvant +rvas +rvassa +rvassai +rvassaient +rvassais +rvassait +rvassant +rvassas +rvassasse +rvassassent +rvassasses +rvassassiez +rvassassions +rvassmes +rvasst +rvasstes +rvasse +rvassent +rvasser +rvassera +rvasserai +rvasseraient +rvasserais +rvasserait +rvasseras +rvasserez +rvasseriez +rvasserions +rvasserons +rvasseront +rvasses +rvassez +rvass +rvasse +rvasses +rvasss +rvassrent +rvassiez +rvassions +rvassons +rvmes +rvt +rvtes +rve +rvent +rver +rvera +rverai +rveraient +rverais +rverait +rveras +rverez +rverie +rveries +rveriez +rverions +rverons +rveront +rves +rveur +rveurs +rveuse +rveuses +rvez +rv +rve +rves +rvs +rvrent +rviez +rvions +rvons +rhabilla +rhabillage +rhabillages +rhabillai +rhabillaient +rhabillais +rhabillait +rhabillant +rhabillas +rhabillasse +rhabillassent +rhabillasses +rhabillassiez +rhabillassions +rhabillmes +rhabillt +rhabilltes +rhabille +rhabillent +rhabiller +rhabillera +rhabillerai +rhabilleraient +rhabillerais +rhabillerait +rhabilleras +rhabillerez +rhabilleriez +rhabillerions +rhabillerons +rhabilleront +rhabilles +rhabilleur +rhabilleurs +rhabilleuse +rhabilleuses +rhabillez +rhabill +rhabille +rhabilles +rhabills +rhabillrent +rhabilliez +rhabillions +rhabillons +rhapsode +rhapsodes +rhapsodie +rhapsodies +rhnan +rhnane +rhnanes +rhnans +rhologique +rhologiques +rhostat +rhostats +rhteur +rhteurs +rhtorique +rhtoriques +rhin +rhino +rhinocros +rhizome +rhizomes +rhodanien +rhodanienne +rhodaniennes +rhodaniens +rhododendron +rhododendrons +rhombodre +rhombodres +rhne +rhubarbe +rhubarbes +rhum +rhumatisant +rhumatisante +rhumatisantes +rhumatisants +rhumatismal +rhumatismale +rhumatismales +rhumatismaux +rhumatisme +rhumatismes +rhume +rhumerie +rhumeries +rhumes +rhums +ri +riaient +riais +riait +riant +riante +riantes +riants +ribambelle +ribambelles +ricana +ricanai +ricanaient +ricanais +ricanait +ricanant +ricanas +ricanasse +ricanassent +ricanasses +ricanassiez +ricanassions +ricanmes +ricant +ricantes +ricane +ricanement +ricanements +ricanent +ricaner +ricanera +ricanerai +ricaneraient +ricanerais +ricanerait +ricaneras +ricanerez +ricaneriez +ricanerions +ricanerons +ricaneront +ricanes +ricaneur +ricaneurs +ricaneuse +ricaneuses +ricanez +rican +ricane +ricanes +ricans +ricanrent +ricaniez +ricanions +ricanons +richard +richarde +richardes +richards +riche +richement +riches +richesse +richesses +richissime +richissimes +ricin +ricins +ricocha +ricochai +ricochaient +ricochais +ricochait +ricochant +ricochas +ricochasse +ricochassent +ricochasses +ricochassiez +ricochassions +ricochmes +ricocht +ricochtes +ricoche +ricochent +ricocher +ricochera +ricocherai +ricocheraient +ricocherais +ricocherait +ricocheras +ricocherez +ricocheriez +ricocherions +ricocherons +ricocheront +ricoches +ricochet +ricochets +ricochez +ricoch +ricoche +ricoches +ricochs +ricochrent +ricochiez +ricochions +ricochons +rictus +rida +ridai +ridaient +ridais +ridait +ridant +ridas +ridasse +ridassent +ridasses +ridassiez +ridassions +ridmes +ridt +ridtes +ride +rideau +rideaux +ridelle +ridelles +rident +rider +ridera +riderai +rideraient +riderais +riderait +rideras +riderez +rideriez +riderions +riderons +rideront +rides +ridez +rid +ride +rides +rids +ridrent +ridicule +ridiculement +ridicules +ridiculisa +ridiculisai +ridiculisaient +ridiculisais +ridiculisait +ridiculisant +ridiculisas +ridiculisasse +ridiculisassent +ridiculisasses +ridiculisassiez +ridiculisassions +ridiculismes +ridiculist +ridiculistes +ridiculise +ridiculisent +ridiculiser +ridiculisera +ridiculiserai +ridiculiseraient +ridiculiserais +ridiculiserait +ridiculiseras +ridiculiserez +ridiculiseriez +ridiculiserions +ridiculiserons +ridiculiseront +ridiculises +ridiculisez +ridiculis +ridiculise +ridiculises +ridiculiss +ridiculisrent +ridiculisiez +ridiculisions +ridiculisons +ridiez +ridions +ridons +rie +rien +rient +ries +rieur +rieurs +rieuse +rieuses +riez +riflard +riflards +rifle +rifles +rigide +rigidement +rigides +rigidit +rigidits +rigodon +rigodons +rigola +rigolai +rigolaient +rigolais +rigolait +rigolant +rigolas +rigolasse +rigolassent +rigolasses +rigolassiez +rigolassions +rigolmes +rigolt +rigoltes +rigole +rigolent +rigoler +rigolera +rigolerai +rigoleraient +rigolerais +rigolerait +rigoleras +rigolerez +rigoleriez +rigolerions +rigolerons +rigoleront +rigoles +rigolez +rigol +rigole +rigoles +rigols +rigolrent +rigoliez +rigolions +rigolo +rigolons +rigolos +rigolote +rigolotes +rigorisme +rigoriste +rigoristes +rigoureuse +rigoureusement +rigoureuses +rigoureux +rigueur +rigueurs +riiez +riions +rillettes +rillons +rima +rimai +rimaient +rimailla +rimaillai +rimaillaient +rimaillais +rimaillait +rimaillant +rimaillas +rimaillasse +rimaillassent +rimaillasses +rimaillassiez +rimaillassions +rimaillmes +rimaillt +rimailltes +rimaille +rimaillent +rimailler +rimaillera +rimaillerai +rimailleraient +rimaillerais +rimaillerait +rimailleras +rimaillerez +rimailleriez +rimaillerions +rimaillerons +rimailleront +rimailles +rimailleur +rimailleurs +rimaillez +rimaill +rimaille +rimailles +rimaills +rimaillrent +rimailliez +rimaillions +rimaillons +rimais +rimait +rimant +rimas +rimasse +rimassent +rimasses +rimassiez +rimassions +rimmes +rimt +rimtes +rime +riment +rimer +rimera +rimerai +rimeraient +rimerais +rimerait +rimeras +rimerez +rimeriez +rimerions +rimerons +rimeront +rimes +rimeur +rimeurs +rimez +rim +rime +rimes +rims +rimrent +rimiez +rimions +rimons +rince +rinceau +rinceaux +rincent +rincer +rincera +rincerai +rinceraient +rincerais +rincerait +rinceras +rincerez +rinceriez +rincerions +rincerons +rinceront +rinces +rincette +rincettes +rincez +rinc +rince +rinces +rincs +rincrent +rinciez +rincions +rina +rinage +rinages +rinai +rinaient +rinais +rinait +rinant +rinas +rinasse +rinassent +rinasses +rinassiez +rinassions +rinmes +rint +rintes +rinons +rinure +rinures +ring +ringard +ringards +rings +rions +ripa +ripai +ripaient +ripaille +ripailles +ripailleur +ripailleurs +ripailleuse +ripailleuses +ripais +ripait +ripant +ripas +ripasse +ripassent +ripasses +ripassiez +ripassions +ripmes +ript +riptes +ripe +ripent +riper +ripera +riperai +riperaient +riperais +riperait +riperas +riperez +riperiez +riperions +riperons +riperont +ripes +ripez +rip +ripe +ripes +rips +riprent +ripiez +ripions +ripolin +ripons +riposta +ripostai +ripostaient +ripostais +ripostait +ripostant +ripostas +ripostasse +ripostassent +ripostasses +ripostassiez +ripostassions +ripostassons +ripostmes +ripostt +riposttes +riposte +ripostent +riposter +ripostera +riposterai +riposteraient +riposterais +riposterait +riposteras +riposterez +riposteriez +riposterions +riposterons +riposteront +ripostes +ripostez +ripost +riposte +ripostes +riposts +ripostrent +ripostiez +ripostions +ripostons +rira +rirai +riraient +rirais +rirait +riras +rire +rirent +rires +rirez +ririez +ririons +rirons +riront +ris +risette +risettes +rise +rises +risible +risiblement +risibles +risotto +risqua +risquai +risquaient +risquais +risquait +risquant +risquas +risquasse +risquassent +risquasses +risquassiez +risquassions +risqumes +risqut +risqutes +risque +risquent +risquer +risquera +risquerai +risqueraient +risquerais +risquerait +risqueras +risquerez +risqueriez +risquerions +risquerons +risqueront +risques +risquez +risqu +risque +risques +risqus +risqurent +risquiez +risquions +risquons +risse +rissent +risses +rissiez +rissions +rissola +rissolai +rissolaient +rissolais +rissolait +rissolant +rissolas +rissolasse +rissolassent +rissolasses +rissolassiez +rissolassions +rissolmes +rissolt +rissoltes +rissole +rissolent +rissoler +rissolera +rissolerai +rissoleraient +rissolerais +rissolerait +rissoleras +rissolerez +rissoleriez +rissolerions +rissolerons +rissoleront +rissoles +rissolez +rissol +rissole +rissoles +rissols +rissolrent +rissoliez +rissolions +rissolons +ristourna +ristournai +ristournaient +ristournais +ristournait +ristournant +ristournas +ristournasse +ristournassent +ristournasses +ristournassiez +ristournassions +ristournmes +ristournt +ristourntes +ristourne +ristournent +ristourner +ristournera +ristournerai +ristourneraient +ristournerais +ristournerait +ristourneras +ristournerez +ristourneriez +ristournerions +ristournerons +ristourneront +ristournes +ristournez +ristourn +ristourne +ristournes +ristourns +ristournrent +ristourniez +ristournions +ristournons +rit +rite +rites +ritournelle +ritournelles +rituel +rituelle +rituellement +rituelles +rituels +riva +rivage +rivages +rivai +rivaient +rivais +rivait +rival +rivale +rivales +rivalisa +rivalisai +rivalisaient +rivalisais +rivalisait +rivalisant +rivalisas +rivalisasse +rivalisassent +rivalisasses +rivalisassiez +rivalisassions +rivalismes +rivalist +rivalistes +rivalise +rivalisent +rivaliser +rivalisera +rivaliserai +rivaliseraient +rivaliserais +rivaliserait +rivaliseras +rivaliserez +rivaliseriez +rivaliserions +rivaliserons +rivaliseront +rivalises +rivalisez +rivalis +rivalise +rivalises +rivaliss +rivalisrent +rivalisiez +rivalisions +rivalisons +rivalit +rivalits +rivant +rivas +rivasse +rivassent +rivasses +rivassiez +rivassions +rivaux +rivmes +rivt +rivtes +rive +rivent +river +rivera +riverai +riveraient +riverain +riveraine +riveraines +riverains +riverais +riverait +riveras +riverez +riveriez +riverions +riverons +riveront +rives +rivet +riveta +rivetage +rivetages +rivetai +rivetaient +rivetais +rivetait +rivetant +rivetas +rivetasse +rivetassent +rivetasses +rivetassiez +rivetassions +rivetmes +rivett +rivettes +riveter +rivetez +rivet +rivete +rivetes +rivetrent +rivetiez +rivetions +rivetons +rivets +rivette +rivettent +rivettera +rivetterai +rivetteraient +rivetterais +rivetterait +rivetteras +rivetterez +rivetteriez +rivetterions +rivetterons +rivetteront +rivettes +riveur +riveurs +rivez +riv +rive +rives +rivs +rivrent +riviez +rivire +rivires +rivions +rivoir +rivoirs +rivons +rivure +rivures +rixe +rixes +riz +rizerie +rizeries +rizire +rizires +rmes +rt +rtes +robe +robes +robinet +robinets +robinetterie +robinetteries +robinier +robiniers +robot +robotique +robotiques +robots +robuste +robustes +robustesse +robustesses +roc +rocade +rocades +rocaille +rocailles +rocailleuse +rocailleuses +rocailleux +rocambolesque +rocambolesques +roche +rocher +rochers +roches +rochet +rochets +rocheuse +rocheuses +rocheux +rock +rocking +rococo +rocs +roda +rodage +rodages +rodai +rodaient +rodais +rodait +rodant +rodas +rodasse +rodassent +rodasses +rodassiez +rodassions +rodmes +rodt +rodtes +rode +rodent +roder +rodera +roderai +roderaient +roderais +roderait +roderas +roderez +roderiez +roderions +roderons +roderont +rodes +rodez +rod +rode +rodes +rodo +rodos +rods +rodrent +rodiez +rodions +rodomontade +rodomontades +rodons +rogatoire +rogatoires +rogaton +rogatons +rogna +rognai +rognaient +rognais +rognait +rognant +rognas +rognasse +rognassent +rognasses +rognassiez +rognassions +rognmes +rognt +rogntes +rogne +rognent +rogner +rognera +rognerai +rogneraient +rognerais +rognerait +rogneras +rognerez +rogneriez +rognerions +rognerons +rogneront +rognes +rognez +rogn +rogne +rognes +rogns +rognrent +rogniez +rognions +rognon +rognons +rognure +rognures +rogomme +rogommes +rogue +rogues +roi +rois +roitelet +roitelets +roll +rollmops +romain +romaine +romaines +romains +roman +romance +romancer +romancera +romancerai +romanceraient +romancerais +romancerait +romanceras +romancerez +romanceriez +romancerions +romancerons +romanceront +romances +romancez +romanc +romance +romances +romancs +romancrent +romanche +romancier +romanciers +romanciez +romancire +romancires +romancions +romana +romanai +romanaient +romanais +romanait +romanant +romanas +romanasse +romanassent +romanasses +romanassiez +romanassions +romanmes +romant +romantes +romanons +romand +romande +romandes +romands +romane +romanes +romanesque +romanesques +romanichel +romanichelle +romanichelles +romanichels +romanisa +romanisai +romanisaient +romanisais +romanisait +romanisant +romanisas +romanisasse +romanisassent +romanisasses +romanisassiez +romanisassions +romanismes +romanist +romanistes +romanise +romanisent +romaniser +romanisera +romaniserai +romaniseraient +romaniserais +romaniserait +romaniseras +romaniserez +romaniseriez +romaniserions +romaniserons +romaniseront +romanises +romanisez +romanis +romanise +romanises +romaniss +romanisrent +romanisiez +romanisions +romanisons +romaniste +romanistes +romans +romantique +romantiques +romantisme +romantismes +romarin +rome +rompaient +rompais +rompait +rompant +rompe +rompent +rompes +rompez +rompiez +rompions +rompirent +rompis +rompisse +rompissent +rompisses +rompissiez +rompissions +rompit +rompmes +rompt +romptes +rompons +rompra +romprai +rompraient +romprais +romprait +rompras +rompre +romprez +rompriez +romprions +romprons +rompront +romps +rompt +rompu +rompue +rompues +rompus +romsteck +romstecks +ronce +ronceraie +ronceraies +ronces +ronchonna +ronchonnai +ronchonnaient +ronchonnais +ronchonnait +ronchonnant +ronchonnas +ronchonnasse +ronchonnassent +ronchonnasses +ronchonnassiez +ronchonnassions +ronchonnmes +ronchonnt +ronchonntes +ronchonne +ronchonnement +ronchonnements +ronchonnent +ronchonner +ronchonnera +ronchonnerai +ronchonneraient +ronchonnerais +ronchonnerait +ronchonneras +ronchonnerez +ronchonneriez +ronchonnerions +ronchonnerons +ronchonneront +ronchonnes +ronchonneur +ronchonneurs +ronchonneuse +ronchonneuses +ronchonnez +ronchonn +ronchonne +ronchonnes +ronchonns +ronchonnrent +ronchonniez +ronchonnions +ronchonnons +rond +ronde +rondeau +rondeaux +rondelet +rondelets +rondelette +rondelettes +rondelle +rondelles +rondement +rondements +rondes +rondeur +rondeurs +rondin +rondins +ronds +ronfla +ronflai +ronflaient +ronflais +ronflait +ronflant +ronflante +ronflantes +ronflants +ronflas +ronflasse +ronflassent +ronflasses +ronflassiez +ronflassions +ronflmes +ronflt +ronfltes +ronfle +ronflement +ronflements +ronflent +ronfler +ronflera +ronflerai +ronfleraient +ronflerais +ronflerait +ronfleras +ronflerez +ronfleriez +ronflerions +ronflerons +ronfleront +ronfles +ronfleur +ronfleurs +ronfleuse +ronfleuses +ronflez +ronfl +ronfle +ronfles +ronfls +ronflrent +ronfliez +ronflions +ronflons +ronge +rongea +rongeai +rongeaient +rongeais +rongeait +rongeant +rongeas +rongeasse +rongeassent +rongeasses +rongeassiez +rongeassions +rongemes +ronget +rongetes +rongement +rongements +rongent +ronger +rongera +rongerai +rongeraient +rongerais +rongerait +rongeras +rongerez +rongeriez +rongerions +rongerons +rongeront +ronges +rongeur +rongeurs +rongeuse +rongeuses +rongez +rong +ronge +ronges +rongs +rongrent +rongiez +rongions +rongons +ronron +ronronna +ronronnai +ronronnaient +ronronnais +ronronnait +ronronnant +ronronnas +ronronnasse +ronronnassent +ronronnasses +ronronnassiez +ronronnassions +ronronnmes +ronronnt +ronronntes +ronronne +ronronnement +ronronnements +ronronnent +ronronner +ronronnera +ronronnerai +ronronneraient +ronronnerais +ronronnerait +ronronneras +ronronnerez +ronronneriez +ronronnerions +ronronnerons +ronronneront +ronronnes +ronronnez +ronronn +ronronne +ronronnes +ronronns +ronronnrent +ronronniez +ronronnions +ronronnons +ronrons +room +rooms +root +roqua +roquai +roquaient +roquais +roquait +roquant +roquas +roquasse +roquassent +roquasses +roquassiez +roquassions +roqumes +roqut +roqutes +roque +roquefort +roquent +roquer +roquera +roquerai +roqueraient +roquerais +roquerait +roqueras +roquerez +roqueriez +roquerions +roquerons +roqueront +roques +roquet +roquets +roquette +roquettes +roquez +roqu +roque +roques +roqus +roqurent +roquiez +roquions +roquons +rosace +rosaces +rosaces +rosaire +rosaires +rosbif +rose +roseau +roseaux +roseraie +roseraies +roses +rosette +rosettes +ros +rose +roses +rosole +ross +rosi +rosie +rosier +rosiers +rosies +rosiriste +rosiristes +rosire +rosires +rosir +rosira +rosirai +rosiraient +rosirais +rosirait +rosiras +rosirent +rosirez +rosiriez +rosirions +rosirons +rosiront +rosis +rosissaient +rosissais +rosissait +rosissant +rosisse +rosissent +rosisses +rosissez +rosissiez +rosissions +rosissons +rosit +rosmes +rost +rostes +rossa +rossai +rossaient +rossais +rossait +rossant +rossas +rossasse +rossassent +rossasses +rossassiez +rossassions +rossmes +rosst +rosstes +rosse +rossent +rosser +rossera +rosserai +rosseraient +rosserais +rosserait +rosseras +rosserez +rosserie +rosseries +rosseriez +rosserions +rosserons +rosseront +rosses +rossez +ross +rosse +rosses +rosss +rossrent +rossiez +rossignol +rossignols +rossinante +rossinantes +rossions +rossons +rostre +rostres +rot +rota +rotai +rotaient +rotais +rotait +rotant +rotas +rotasse +rotassent +rotasses +rotassiez +rotassions +rotatif +rotatifs +rotation +rotations +rotative +rotatives +rotatoire +rotatoires +rotmes +rott +rottes +rote +rotent +roter +rotera +roterai +roteraient +roterais +roterait +roteras +roterez +roteriez +roterions +roterons +roteront +rotes +rotez +rot +rote +rotes +rots +rotrent +rotiez +rotin +rotins +rotions +rotonde +rotondes +rotondit +rotondits +rotons +rotor +rotors +rots +rotule +rotules +roture +rotures +roturier +roturiers +roturire +roturires +roua +rouage +rouages +rouai +rouaient +rouais +rouait +rouant +rouas +rouasse +rouassent +rouasses +rouassiez +rouassions +roumes +rout +routes +roublard +roublarde +roublardes +roublardise +roublardises +roublards +rouble +roubles +roucoula +roucoulaient +roucoulait +roucoulant +roucoulasse +roucoulassent +roucoult +roucoule +roucoulement +roucoulements +roucoulent +roucouler +roucoulera +roucouleraient +roucoulerait +roucouleront +roucoul +roucoule +roucoules +roucouls +roucoulrent +roue +rouelle +rouelles +rouent +rouer +rouera +rouerai +roueraient +rouerais +rouerait +roueras +rouerez +rouerie +roueries +roueriez +rouerions +rouerons +roueront +roues +rouet +rouets +rouez +rou +roue +roues +rous +rourent +rouf +rouflaquette +rouflaquettes +roufs +rouge +rougeaud +rougeaude +rougeaudes +rougeauds +rougetre +rougetres +rougeoie +rougeoiement +rougeoiements +rougeoient +rougeoiera +rougeoierai +rougeoieraient +rougeoierais +rougeoierait +rougeoieras +rougeoierez +rougeoieriez +rougeoierions +rougeoierons +rougeoieront +rougeoies +rougeole +rougeoya +rougeoyai +rougeoyaient +rougeoyais +rougeoyait +rougeoyant +rougeoyas +rougeoyasse +rougeoyassent +rougeoyasses +rougeoyassiez +rougeoyassions +rougeoymes +rougeoyt +rougeoytes +rougeoyer +rougeoyez +rougeoy +rougeoye +rougeoyes +rougeoyrent +rougeoyiez +rougeoyions +rougeoyons +rouges +rouget +rougets +rougeur +rougeurs +rougi +rougie +rougies +rougir +rougira +rougirai +rougiraient +rougirais +rougirait +rougiras +rougirent +rougirez +rougiriez +rougirions +rougirons +rougiront +rougis +rougissaient +rougissais +rougissait +rougissant +rougisse +rougissent +rougisses +rougissez +rougissiez +rougissions +rougissons +rougit +rougmes +rougt +rougtes +roui +rouie +rouies +rouiez +rouilla +rouillai +rouillaient +rouillais +rouillait +rouillant +rouillas +rouillasse +rouillassent +rouillasses +rouillassiez +rouillassions +rouillmes +rouillt +rouilltes +rouille +rouillent +rouiller +rouillera +rouillerai +rouilleraient +rouillerais +rouillerait +rouilleras +rouillerez +rouilleriez +rouillerions +rouillerons +rouilleront +rouilles +rouillez +rouill +rouille +rouilles +rouills +rouillrent +rouilliez +rouillions +rouillons +rouions +rouir +rouira +rouirai +rouiraient +rouirais +rouirait +rouiras +rouirent +rouirez +rouiriez +rouirions +rouirons +rouiront +rouis +rouissage +rouissages +rouissaient +rouissais +rouissait +rouissant +rouisse +rouissent +rouisses +rouissez +rouissiez +rouissions +rouissons +rouit +roumes +rout +routes +roula +roulade +roulades +roulage +roulages +roulai +roulaient +roulais +roulait +roulant +roulante +roulantes +roulants +roulas +roulasse +roulassent +roulasses +roulassiez +roulassions +roulmes +roult +roultes +roule +rouleau +rouleaux +roulement +roulements +roulent +rouler +roulera +roulerai +rouleraient +roulerais +roulerait +rouleras +roulerez +rouleriez +roulerions +roulerons +rouleront +roules +roulette +roulettes +roulez +roul +roule +roules +rouls +roulrent +roulier +rouliers +rouliez +roulions +roulis +roulons +roulotte +roulottes +roumain +roumaine +roumaines +roumains +roumanie +round +rounds +rouons +roupie +roupies +roupilla +roupillai +roupillaient +roupillais +roupillait +roupillant +roupillas +roupillasse +roupillassent +roupillasses +roupillassiez +roupillassions +roupillmes +roupillt +roupilltes +roupille +roupillent +roupiller +roupillera +roupillerai +roupilleraient +roupillerais +roupillerait +roupilleras +roupillerez +roupilleriez +roupillerions +roupillerons +roupilleront +roupilles +roupillez +roupill +roupille +roupilles +roupills +roupillrent +roupilliez +roupillions +roupillons +rouquin +rouquine +rouquines +rouquins +rouspta +rousptai +rousptaient +rousptais +rousptait +rousptance +rousptances +rousptant +rousptas +rousptasse +rousptassent +rousptasses +rousptassiez +rousptassions +rousptmes +rousptt +rouspttes +rouspter +rousptera +rouspterai +rouspteraient +rouspterais +rouspterait +rouspteras +rouspterez +rouspteriez +rouspterions +rouspterons +rouspteront +rouspteur +rouspteurs +rouspteuse +rouspteuses +rousptez +rouspt +rouspte +rousptes +rouspts +rousptrent +rousptiez +rousptions +rousptons +rouspte +rousptent +rousptes +rousstre +rousstres +rousse +rousserolle +rousserolles +rousses +roussette +roussettes +rousseur +rousseurs +roussi +roussie +roussies +roussir +roussira +roussirai +roussiraient +roussirais +roussirait +roussiras +roussirent +roussirez +roussiriez +roussirions +roussirons +roussiront +roussis +roussissaient +roussissais +roussissait +roussissant +roussisse +roussissent +roussisses +roussissez +roussissiez +roussissions +roussissons +roussit +roussmes +rousst +rousstes +routa +routage +routages +routai +routaient +routais +routait +routant +routard +routards +routas +routasse +routassent +routasses +routassiez +routassions +routmes +routt +routtes +route +routent +router +routera +routerai +routeraient +routerais +routerait +routeras +routerez +routeriez +routerions +routerons +routeront +routes +routez +rout +route +routes +routs +routrent +routier +routiers +routiez +routire +routires +routine +routines +routinier +routiniers +routinire +routinires +routions +routons +rouvert +rouverte +rouvertes +rouverts +rouvraient +rouvrais +rouvrait +rouvrant +rouvre +rouvrent +rouvres +rouvrez +rouvriez +rouvrions +rouvrir +rouvrira +rouvrirai +rouvriraient +rouvrirais +rouvrirait +rouvriras +rouvrirent +rouvrirez +rouvririez +rouvririons +rouvrirons +rouvriront +rouvris +rouvrisse +rouvrissent +rouvrisses +rouvrissiez +rouvrissions +rouvrit +rouvrmes +rouvrt +rouvrtes +rouvrons +roux +royal +royale +royalement +royales +royalisme +royaliste +royalistes +royalties +royalty +royaume +royaumes +royaut +royauts +royaux +rda +rdai +rdaient +rdais +rdait +rdant +rdas +rdasse +rdassent +rdasses +rdassiez +rdassions +rdmes +rdt +rdtes +rde +rdent +rder +rdera +rderai +rderaient +rderais +rderait +rderas +rderez +rderiez +rderions +rderons +rderont +rdes +rdeur +rdeurs +rdeuse +rdeuses +rdez +rd +rde +rdes +rds +rdrent +rdiez +rdions +rdons +rle +rles +rt +rti +rtie +rties +rtir +rtira +rtirai +rtiraient +rtirais +rtirait +rtiras +rtirent +rtirez +rtiriez +rtirions +rtirons +rtiront +rtis +rtissage +rtissages +rtissaient +rtissais +rtissait +rtissant +rtisse +rtissent +rtisserie +rtisseries +rtisses +rtisseur +rtisseurs +rtisseuse +rtisseuses +rtissez +rtissiez +rtissions +rtissoire +rtissoires +rtissons +rtit +rtmes +rtt +rttes +rts +ru +rua +ruade +ruades +ruai +ruaient +ruais +ruait +ruant +ruas +ruasse +ruassent +ruasses +ruassiez +ruassions +rumes +rut +rutes +ruban +rubans +rubescent +rubescente +rubescentes +rubescents +rubfaction +rubfactions +rubfia +rubfiai +rubfiaient +rubfiais +rubfiait +rubfiant +rubfias +rubfiasse +rubfiassent +rubfiasses +rubfiassiez +rubfiassions +rubfimes +rubfit +rubfites +rubfie +rubfient +rubfier +rubfiera +rubfierai +rubfieraient +rubfierais +rubfierait +rubfieras +rubfierez +rubfieriez +rubfierions +rubfierons +rubfieront +rubfies +rubfiez +rubfi +rubfie +rubfies +rubfis +rubfirent +rubfiiez +rubfiions +rubfions +rubole +rubicond +rubiconde +rubicondes +rubiconds +rubis +rubrique +rubriques +ruche +rucher +ruchers +ruches +ruche +ruches +rude +rudement +rudes +rudesse +rudesses +rudiment +rudimentaire +rudimentaires +rudiments +rudoie +rudoiement +rudoiements +rudoient +rudoiera +rudoierai +rudoieraient +rudoierais +rudoierait +rudoieras +rudoierez +rudoieriez +rudoierions +rudoierons +rudoieront +rudoies +rudoya +rudoyai +rudoyaient +rudoyais +rudoyait +rudoyant +rudoyas +rudoyasse +rudoyassent +rudoyasses +rudoyassiez +rudoyassions +rudoymes +rudoyt +rudoytes +rudoyer +rudoyez +rudoy +rudoye +rudoyes +rudoys +rudoyrent +rudoyiez +rudoyions +rudoyons +rue +ruelle +ruelles +ruent +ruer +ruera +ruerai +rueraient +ruerais +ruerait +rueras +ruerez +rueriez +ruerions +ruerons +rueront +rues +ruez +ru +rue +rues +rus +rurent +ruffian +ruffians +rufian +rufians +rugby +rugbyman +rugbymen +rugi +rugie +rugies +rugir +rugira +rugirai +rugiraient +rugirais +rugirait +rugiras +rugirent +rugires +rugirez +rugiriez +rugirions +rugirons +rugiront +rugis +rugissaient +rugissais +rugissait +rugissant +rugisse +rugissement +rugissements +rugissent +rugisses +rugissiez +rugissions +rugissons +rugit +rugmes +rugt +rugtes +rugosit +rugosits +rugueuse +rugueuses +rugueux +ruiez +ruina +ruinai +ruinaient +ruinais +ruinait +ruinant +ruinas +ruinasse +ruinassent +ruinasses +ruinassiez +ruinassions +ruinmes +ruint +ruintes +ruine +ruinent +ruiner +ruinera +ruinerai +ruineraient +ruinerais +ruinerait +ruineras +ruinerez +ruineriez +ruinerions +ruinerons +ruineront +ruines +ruineuse +ruineuses +ruineux +ruinez +ruin +ruine +ruines +ruins +ruinrent +ruiniez +ruinions +ruinons +ruions +ruisseau +ruisseaux +ruissela +ruisselai +ruisselaient +ruisselais +ruisselait +ruisselant +ruisselas +ruisselasse +ruisselassent +ruisselasses +ruisselassiez +ruisselassions +ruisselmes +ruisselt +ruisseltes +ruisseler +ruisselet +ruisselets +ruisselez +ruissel +ruissele +ruisseles +ruissels +ruisselrent +ruisseliez +ruisselions +ruisselle +ruissellement +ruissellements +ruissellent +ruissellera +ruissellerai +ruisselleraient +ruissellerais +ruissellerait +ruisselleras +ruissellerez +ruisselleriez +ruissellerions +ruissellerons +ruisselleront +ruisselles +ruisselons +rumeur +rumeurs +rumina +ruminai +ruminaient +ruminais +ruminait +ruminant +ruminante +ruminantes +ruminants +ruminas +ruminasse +ruminassent +ruminasses +ruminassiez +ruminassions +rumination +ruminations +ruminmes +rumint +rumintes +rumine +ruminent +ruminer +ruminera +ruminerai +rumineraient +ruminerais +ruminerait +rumineras +ruminerez +rumineriez +ruminerions +ruminerons +rumineront +rumines +ruminez +rumin +rumine +rumines +rumins +ruminrent +ruminiez +ruminions +ruminons +rumsteck +rumstecks +runes +runique +runiques +ruolz +ruons +rupestre +rupestres +rupture +ruptures +rural +rurale +rurales +ruraux +rus +rusa +rusai +rusaient +rusais +rusait +rusant +rusas +rusasse +rusassent +rusasses +rusassiez +rusassions +rusmes +rust +rustes +ruse +rusent +ruser +rusera +ruserai +ruseraient +ruserais +ruserait +ruseras +ruserez +ruseriez +ruserions +ruserons +ruseront +ruses +rusez +rus +ruse +ruses +russ +rusrent +rusiez +rusions +rusons +russe +russes +russie +russifia +russifiai +russifiaient +russifiais +russifiait +russifiant +russifias +russifiasse +russifiassent +russifiasses +russifiassiez +russifiassions +russifimes +russifit +russifites +russifie +russifient +russifier +russifiera +russifierai +russifieraient +russifierais +russifierait +russifieras +russifierez +russifieriez +russifierions +russifierons +russifieront +russifies +russifiez +russifi +russifie +russifies +russifis +russifirent +russifiiez +russifiions +russifions +rustard +rustarde +rustardes +rustards +rusticit +rusticits +rustique +rustiquement +rustiques +rustre +rustres +rut +rutabaga +rutabagas +ruthnium +rutila +rutilai +rutilaient +rutilais +rutilait +rutilant +rutilante +rutilantes +rutilants +rutilas +rutilasse +rutilassent +rutilasses +rutilassiez +rutilassions +rutilmes +rutilt +rutiltes +rutile +rutilent +rutiler +rutilera +rutilerai +rutileraient +rutilerais +rutilerait +rutileras +rutilerez +rutileriez +rutilerions +rutilerons +rutileront +rutiles +rutilez +rutil +rutile +rutiles +rutils +rutilrent +rutiliez +rutilions +rutilons +ruts +rythmai +rythmaient +rythmais +rythmait +rythmant +rythmas +rythmasse +rythmassent +rythmasses +rythmassiez +rythmassions +rythmmes +rythmt +rythmtes +rythme +rythment +rythmer +rythmera +rythmerai +rythmeraient +rythmerais +rythmerait +rythmeras +rythmerez +rythmeriez +rythmerions +rythmerons +rythmeront +rythmes +rythmez +rythm +rythme +rythmes +rythms +rythmique +rythmiques +s +sa +sabbat +sabbatique +sabbatiques +sabbats +sabir +sabirs +sabla +sablage +sablages +sablai +sablaient +sablais +sablait +sablant +sablas +sablasse +sablassent +sablasses +sablassiez +sablassions +sablmes +sablt +sabltes +sable +sablent +sabler +sablera +sablerai +sableraient +sablerais +sablerait +sableras +sableriez +sablerions +sablerons +sableront +sables +sableuse +sableuses +sableux +sablez +sabl +sable +sables +sabls +sablrent +sablier +sabliers +sabliez +sablire +sablires +sablions +sablon +sablonneuse +sablonneuses +sablonneux +sablons +sabord +saborda +sabordage +sabordages +sabordai +sabordaient +sabordais +sabordait +sabordant +sabordas +sabordasse +sabordassent +sabordasses +sabordassiez +sabordassions +sabordmes +sabordt +sabordtes +saborde +sabordement +sabordements +sabordent +saborder +sabordera +saborderai +saborderaient +saborderais +saborderait +saborderas +saborderez +saborderiez +saborderions +saborderons +saborderont +sabordes +sabordez +sabord +saborde +sabordes +sabords +sabordrent +sabordiez +sabordions +sabordons +sabords +sabot +sabota +sabotage +sabotages +sabotai +sabotaient +sabotais +sabotait +sabotant +sabotas +sabotasse +sabotassent +sabotasses +sabotassiez +sabotassions +sabotmes +sabott +sabottes +sabote +sabotent +saboter +sabotera +saboterai +saboteraient +saboterais +saboterait +saboteras +saboterez +saboterie +saboteries +saboteriez +saboterions +saboterons +saboteront +sabotes +saboteur +saboteurs +saboteuse +saboteuses +sabotez +sabot +sabote +sabotes +sabots +sabotrent +sabotier +sabotiers +sabotiez +sabotire +sabotires +sabotions +sabotons +sabots +sabra +sabrai +sabraient +sabrais +sabrait +sabrant +sabras +sabrasse +sabrassent +sabrasses +sabrassiez +sabrassions +sabrmes +sabrt +sabrtes +sabre +sabrent +sabrer +sabrera +sabrerai +sabreraient +sabrerais +sabrerait +sabreras +sabrerez +sabreriez +sabrerions +sabrerons +sabreront +sabres +sabretache +sabretaches +sabrez +sabr +sabre +sabres +sabrs +sabrrent +sabriez +sabrions +sabrons +sac +saccade nom +saccades nom +saccad +saccade +saccades +saccads +saccage +saccagea +saccageai +saccageaient +saccageais +saccageait +saccageant +saccageas +saccageasse +saccageassent +saccageasses +saccageassiez +saccageassions +saccagemes +saccaget +saccagetes +saccagent +saccageons +saccager +saccagera +saccagerai +saccageraient +saccagerais +saccagerait +saccageras +saccagerez +saccageriez +saccagerions +saccagerons +saccageront +saccages +saccageur +saccageurs +saccagez +saccag +saccage +saccages +saccags +saccagrent +saccagiez +saccagions +saccharifia +saccharifiai +saccharifiaient +saccharifiais +saccharifiait +saccharifiant +saccharifias +saccharifiasse +saccharifiassent +saccharifiasses +saccharifiassiez +saccharifiassions +saccharifimes +saccharifit +saccharifites +saccharifie +saccharifient +saccharifier +saccharifiera +saccharifierai +saccharifieraient +saccharifierais +saccharifierait +saccharifieras +saccharifierez +saccharifieriez +saccharifierions +saccharifierons +saccharifieront +saccharifies +saccharifiez +saccharifi +saccharifie +saccharifies +saccharifis +saccharifirent +saccharifiiez +saccharifiions +saccharifions +saccharine +sacerdoce +sacerdotal +sacerdotale +sacerdotales +sacerdotaux +sachant +sache +sachent +saches +sachet +sachets +sachez +sachiez +sachions +sacoche +sacoches +sacra +sacrai +sacraient +sacrais +sacrait +sacralisa +sacralisai +sacralisaient +sacralisais +sacralisait +sacralisant +sacralisas +sacralisasse +sacralisassent +sacralisasses +sacralisassiez +sacralisassions +sacralismes +sacralist +sacralistes +sacralise +sacralisent +sacraliser +sacralisera +sacraliserai +sacraliseraient +sacraliserais +sacraliseras +sacraliserez +sacraliseriez +sacraliserions +sacraliserons +sacraliseront +sacralises +sacralisez +sacralis +sacralise +sacralises +sacraliss +sacralisrent +sacralisiez +sacralisions +sacralisons +sacramentel +sacramentelle +sacramentellement +sacramentelles +sacramentels +sacrant +sacras +sacrasse +sacrassent +sacrasses +sacrassiez +sacrassions +sacrmes +sacrt +sacrtes +sacre +sacrement +sacrements +sacrent +sacrer +sacrera +sacrerai +sacreraient +sacrerais +sacrerait +sacreras +sacrerez +sacreriez +sacrerions +sacrerons +sacreront +sacres +sacrez +sacr +sacre +sacres +sacrs +sacrrent +sacriez +sacrifia +sacrifiai +sacrifiaient +sacrifiais +sacrifiait +sacrifiant +sacrifias +sacrifiasse +sacrifiassent +sacrifiasses +sacrifiassiez +sacrifiassions +sacrifimes +sacrifit +sacrifites +sacrificateur +sacrificateurs +sacrificatoire +sacrificatoires +sacrifice +sacrifices +sacrifie +sacrifient +sacrifier +sacrifiera +sacrifierai +sacrifieraient +sacrifierais +sacrifierait +sacrifieras +sacrifierez +sacrifieriez +sacrifierions +sacrifierons +sacrifieront +sacrifies +sacrifiez +sacrifi +sacrifie +sacrifies +sacrifis +sacrifirent +sacrifiiez +sacrifiions +sacrifions +sacrilge +sacrilges +sacrions +sacripant +sacripants +sacristain +sacristains +sacristi interj +sacristie +sacristies +sacristine +sacristines +sacro +sacrons +sacrum +sacrums +sacs +sadique +sadiques +sadisme +safari +safaris +safran +safran +safrane +safranes +safrans +safrans +saga +sagace +sagaces +sagacit +sagacits +sagaie +sagaies +sagas +sage +sagement +sages +sagesse +sagesses +sagittaire +sagittaires +sagouin +sagouins +sahara +saharien +saharienne +sahariennes +sahariens +saie +saies +saigna +saignai +saignaient +saignais +saignait +saignant +saignante +saignantes +saignants +saignas +saignasse +saignassent +saignasses +saignassiez +saignassions +saignmes +saignt +saigntes +saigne +saignement +saignements +saignent +saigner +saignera +saignerai +saigneraient +saignerais +saignerait +saigneras +saignerez +saigneriez +saignerions +saignerons +saigneront +saignes +saigneur vtrinaire +saigneurs +saignez +saign +saigne +saignes +saigns +saignrent +saigniez +saignions +saignons +saillait architecture +saillant +saillante +saillantes +saillants +saille architecture +saillera architecture +saillerait architecture +sailli +saillie +saillies +saillir +saillira +saillirai +sailliraient +saillirais +saillirait +sailliras +saillirent +saillirez +sailliriez +saillirions +saillirons +sailliront +saillis +saillissaient +saillissais +saillissait +saillissant +saillisse +saillissent +saillisses +saillissiez +saillissions +saillissons +saillit +saillmes +saillt +sailltes +sain +saindoux +saine +sainement +saines +sainfoin +sainfoins +sains +saint +sainte +saintes +saintet +saints +sais +saisi +saisie +saisies +saisine +saisines +saisir +saisira +saisirai +saisiraient +saisirais +saisirait +saisiras +saisirent +saisirez +saisiriez +saisirions +saisirons +saisiront +saisis +saisissable +saisissables +saisissaient +saisissais +saisissait +saisissant +saisissante +saisissantes +saisissants +saisisse +saisissement +saisissements +saisissent +saisisses +saisissez +saisissiez +saisissions +saisissons +saisit +saismes +saist +saistes +saison +saisonnier +saisonniers +saisonnire +saisonnires +saisons +sait +saga +sagas +sajou +sajous +sak +sala +salace +salaces +salade +salades +saladier +saladiers +salage +salages +salai +salaient +salaire +salaires +salais +salaison +salaisons +salait +salamalec +salamalecs +salamandre +salamandres +salami +salant +salante +salantes +salants +salaria +salariai +salariaient +salariais +salariait +salarial +salariale +salariales +salariant +salarias +salariasse +salariassent +salariasses +salariassiez +salariassions +salariat nom +salariats +salariaux +salarimes +salarit +salarites +salarier +salariera +salarierai +salarieraient +salarierais +salarierait +salarieras +salarierez +salarieriez +salarierions +salarierons +salarieront +salaries +salariez +salari +salarie +salaries +salaris +salarirent +salariiez +salariions +salarions +salas +salasse +salassent +salasses +salassiez +salassions +salaud +salauds +salmes +salt +saltes +sale +salement +salent +saler +salera +salerai +saleraient +salerais +salerait +saleras +salerez +saleriez +salerions +saleron +salerons +saleront +sales +salet +salets +salez +sal +sale +sales +sals +salrent +sali +salicylique +salicyliques +salie +saliens +salies +saliez +salire +salires +salin +saline +salines +salinit +salinits +salins +salions +salir +salira +salirai +saliraient +salirais +salirait +saliras +salirent +salirez +saliriez +salirions +salirons +saliront +salis +salissaient +salissais +salissait +salissant +salissante +salissantes +salissants +salisse +salissent +salisses +salissez +salissiez +salissions +salissons +salissure +salissures +salit +saliva +salivai +salivaient +salivaire +salivaires +salivais +salivait +salivant +salivas +salivasse +salivassent +salivasses +salivassiez +salivassions +salivation +salivations +salivmes +salivt +salivtes +salive +salivent +saliver +salivera +saliverai +saliveraient +saliverais +saliverait +saliveras +saliverez +saliveriez +saliverions +saliverons +saliveront +salives +salivez +saliv +salive +salives +salivs +salivrent +saliviez +salivions +salivons +salmes +salt +saltes +salle +salles +salmigondis +salmis +saloir +saloirs +salon +salons +salopa +salopai +salopaient +salopais +salopait +salopant +salopard +salopards +salopas +salopasse +salopassent +salopasses +salopassiez +salopassions +salopmes +salopt +saloptes +salope +salopent +saloper +salopera +saloperai +saloperaient +saloperais +saloperait +saloperas +saloperez +saloperie +saloperies +saloperiez +saloperions +saloperons +saloperont +salopes +salopette +salopettes +salopez +salop +salope +salopes +salops +saloprent +salopiez +salopions +salopons +salptre +salsepareille +salsepareilles +salsifis +saltimbanque +saltimbanques +salua +saluai +saluaient +saluais +saluait +saluant +saluas +saluasse +saluassent +saluasses +saluassiez +saluassions +salumes +salut +salutes +salubre +salubres +salubrit +salubrits +salue +saluent +saluer +saluera +saluerai +salueraient +saluerais +saluerait +salueras +saluerez +salueriez +saluerions +saluerons +salueront +salues +saluez +salu +salue +salues +salus +salurent +saluiez +saluions +saluons +salure +salut +salutaire +salutairement +salutaires +salutation +salutations +salutiste +salutistes +saluts +salvateur +salvateurs +salvatrice +salvatrices +salve +salves +samaritain +samaritaine +samaritaines +samaritains +samba +sambas +samedi +samedis +samoura +samouras +samovar +samovars +sampan +sampans +sanatorium +sanatoriums +sanctifia +sanctifiai +sanctifiaient +sanctifiais +sanctifiait +sanctifiant +sanctifiante +sanctifiantee +sanctifiants +sanctifias +sanctifiasse +sanctifiassent +sanctifiasses +sanctifiassiez +sanctifiassions +sanctifimes +sanctifit +sanctifites +sanctificateur +sanctificateurs +sanctification +sanctifications +sanctificatrice +sanctificatrices +sanctifie +sanctifient +sanctifier +sanctifiera +sanctifierai +sanctifieraient +sanctifierais +sanctifierait +sanctifieras +sanctifierez +sanctifieriez +sanctifierions +sanctifierons +sanctifieront +sanctifies +sanctifiez +sanctifi +sanctifie +sanctifies +sanctifis +sanctifirent +sanctifiiez +sanctifiions +sanctifions +sanction +sanctionna +sanctionnai +sanctionnaient +sanctionnais +sanctionnait +sanctionnant +sanctionnas +sanctionnasse +sanctionnassent +sanctionnasses +sanctionnassiez +sanctionnassions +sanctionnmes +sanctionnt +sanctionntes +sanctionne +sanctionnent +sanctionner +sanctionnera +sanctionnerai +sanctionneraient +sanctionnerais +sanctionnerait +sanctionneras +sanctionnerez +sanctionneriez +sanctionnerions +sanctionnerons +sanctionneront +sanctionnes +sanctionnez +sanctionn +sanctionne +sanctionnes +sanctionns +sanctionnrent +sanctionniez +sanctionnions +sanctionnons +sanctions +sanctuaire +sanctuaires +sanctus +sandale +sandales +sandwich +sandwiches +sandwichs +sang +sangla +sanglai +sanglaient +sanglais +sanglait +sanglant +sanglante +sanglantes +sanglants +sanglas +sanglasse +sanglassent +sanglasses +sanglassiez +sanglassions +sanglmes +sanglt +sangltes +sangle +sanglent +sangler +sanglera +sanglerai +sangleraient +sanglerais +sanglerait +sangleras +sanglerez +sangleriez +sanglerions +sanglerons +sangleront +sangles +sanglez +sangl +sangle +sangles +sangls +sanglrent +sanglier +sangliers +sangliez +sanglions +sanglons +sanglot +sanglota +sanglotai +sanglotaient +sanglotais +sanglotait +sanglotant +sanglotas +sanglotasse +sanglotassent +sanglotasses +sanglotassiez +sanglotassions +sanglotmes +sanglott +sanglottes +sanglote +sanglotent +sangloter +sanglotera +sangloterai +sangloteraient +sangloterais +sangloterait +sangloteras +sangloterez +sangloteriez +sangloterions +sangloterons +sangloteront +sanglotes +sanglotez +sanglot +sanglote +sanglotes +sanglots +sanglotrent +sanglotiez +sanglotions +sanglotons +sanglots +sangs +sangsue +sangsues +sanguin +sanguinaire +sanguinaires +sanguine +sanguines +sanguinolent +sanguinolente +sanguinolentes +sanguinolents +sanguins +sanie +sanies +sanieuse +sanieuses +sanieux +sanitaire +sanitaires +sans +sanskrit +sanskrite +sanskrites +sanskrits +sansonnet +sansonnets +sant +santal +santals +sant +sants +santon +santons +saoudite +saoul +saoula +saoulai +saoulaient +saoulais +saoulait +saoulant +saoulas +saoulasse +saoulassent +saoulasses +saoulassiez +saoulassions +saoulmes +saoult +saoultes +saoule +saoulent +saouler +saoulera +saoulerai +saouleraient +saoulerais +saoulerait +saouleras +saoulerez +saouleriez +saoulerions +saoulerons +saouleront +saoules +saoulez +saoul +saoule +saoules +saouls +saoulrent +saouliez +saoulions +saoulons +saouls +sapa +sapai +sapaient +sapais +sapait +sapajou +sapajous +sapant +sapas +sapasse +sapassent +sapasses +sapassiez +sapassions +sapmes +sapt +saptes +sape +sapement +sapements +sapent +saper +sapera +saperai +saperaient +saperais +saperait +saperas +saperez +saperiez +saperions +saperons +saperont +sapes +sapeur +sapeurs +sapez +sap +sape +sapes +saps +saprent +saphique +saphiques +saphir +saphirs +saphisme +sapide +sapides +sapidit +sapidits +sapiens +sapiez +sapin +sapinire +sapinires +sapins +sapions +saponac +saponace +saponaces +saponacs +saponaire +saponaires +saponifia +saponifiai +saponifiaient +saponifiais +saponifiait +saponifiant +saponifias +saponifiasse +saponifiassent +saponifiasses +saponifiassiez +saponifiassions +saponifimes +saponifit +saponifites +saponification +saponifications +saponifie +saponifient +saponifier +saponifiera +saponifierai +saponifieraient +saponifierais +saponifierait +saponifieras +saponifierez +saponifieriez +saponifierions +saponifierons +saponifieront +saponifies +saponifiez +saponifi +saponifie +saponifies +saponifis +saponifirent +saponifiiez +saponifiions +saponifions +sapons +sapristi +sarabande +sarabandes +sarbacane +sarbacanes +sarcasme +sarcasmes +sarcastique +sarcastiques +sarcelle +sarcelles +sarcla +sarclage +sarclages +sarclai +sarclaient +sarclais +sarclait +sarclant +sarclas +sarclasse +sarclassent +sarclasses +sarclassiez +sarclassions +sarclmes +sarclt +sarcltes +sarcle +sarclent +sarcler +sarclera +sarclerai +sarcleraient +sarclerais +sarclerait +sarcleras +sarclerez +sarcleriez +sarclerions +sarclerons +sarcleront +sarcles +sarcleur +sarcleurs +sarcleuse +sarcleuses +sarclez +sarcl +sarcle +sarcles +sarcls +sarclrent +sarcliez +sarclions +sarcloir +sarcloirs +sarclons +sarcome +sarcomes +sarcophage +sarcophages +sardaigne +sarde +sardes +sardine +sardinerie +sardineries +sardines +sardinier +sardiniers +sardinire +sardinires +sardonique +sardoniquement +sardoniques +sargasse +sargasses +sari +sarigue +sarigues +saris +sarment +sarments +sarong +sarongs +sarrasin +sarrasine +sarrasines +sarrasins +sarrau +sarraus +sarraux +sarriette +sarriettes +sas +sassa +sassai +sassaient +sassais +sassait +sassant +sassas +sassasse +sassassent +sassasses +sassassiez +sassassions +sassmes +sasst +sasstes +sasse +sassement +sassements +sassent +sasser +sassera +sasserai +sasseraient +sasserais +sasserait +sasseras +sasserez +sasseriez +sasserions +sasserons +sasseront +sasses +sassez +sass +sasse +sasses +sasss +sassrent +sassiez +sassions +sassons +satan +satan +satane +satanes +satans +satanique +sataniques +satanisme +satellisa +satellisai +satellisaient +satellisais +satellisait +satellisant +satellisas +satellisasse +satellisassent +satellisasses +satellisassiez +satellisassions +satellisassons +satellisation +satellisations +satellismes +satellist +satellistes +satellise +satellisent +satelliser +satellisera +satelliserai +satelliseraient +satelliserais +satelliserait +satelliseras +satelliserez +satelliseriez +satelliserions +satelliserons +satelliseront +satellises +satellisez +satellis +satellise +satellises +satelliss +satellisrent +satellisiez +satellisions +satellisons +satellite +satellites +satit +satits +satin +satina +satinai +satinaient +satinais +satinait +satinant +satinas +satinasse +satinassent +satinasses +satinassiez +satinassions +satinmes +satint +satintes +satine +satinent +satiner +satinera +satinerai +satineraient +satinerais +satinerait +satineras +satinerez +satineriez +satinerions +satinerons +satineront +satines +satinette +satinez +satin +satine +satines +satins +satinrent +satiniez +satinions +satinons +satins +satire +satires +satirique +satiriquement +satiriques +satisfaction +satisfactions +satisfaire +satisfais +satisfaisaient +satisfaisais +satisfaisait +satisfaisant +satisfaisante +satisfaisantes +satisfaisants +satisfaisiez +satisfaisions +satisfaisons +satisfait +satisfaite +satisfaites +satisfaits +satisfasse +satisfassent +satisfasses +satisfassiez +satisfassions +satisfecit +satisfera +satisferai +satisferaient +satisferais +satisferait +satisferas +satisferez +satisferiez +satisferions +satisferons +satisferont +satisfirent +satisfis +satisfisse +satisfissent +satisfisses +satisfissiez +satisfissions +satisfit +satisfmes +satisft +satisftes +satisfont +satrape +satrapes +satura +saturai +saturaient +saturais +saturait +saturant +saturante +saturantes +saturants +saturas +saturasse +saturassent +saturasses +saturassiez +saturassions +saturation +saturations +saturmes +saturt +saturtes +sature +saturent +saturer +saturera +saturerai +satureraient +saturerais +saturerait +satureras +saturerez +satureriez +saturerions +saturerons +satureront +satures +saturez +satur +sature +satures +saturs +saturrent +saturiez +saturions +saturnales +saturne +saturnien +saturnienne +saturniennes +saturniens +saturnisme +saturons +satyre +satyres +satyrique des sytres +satyriques des sytres +sauce +saucent +saucer +saucera +saucerai +sauceraient +saucerais +saucerait +sauceras +saucerez +sauceriez +saucerions +saucerons +sauceront +sauces +saucez +sauc +sauce +sauces +saucs +saucrent +sauciez +saucire +saucires +saucions +saucisse +saucisses +saucisson +saucissons +saua +sauai +sauaient +sauais +sauait +sauant +sauas +sauasse +sauassent +sauasses +sauassiez +sauassions +saumes +saut +sautes +sauons +sauf +saufs +sauge +sauges +saugrenu +saugrenue +saugrenues +saugrenus +saule +saules +saumtre +saumtres +saumon +saumon +saumone +saumones +saumons +saumons +saumure +saumures +sauna +saunas +saunier +sauniers +saunire +saunires +saupoudra +saupoudrai +saupoudraient +saupoudrais +saupoudrait +saupoudrant +saupoudras +saupoudrasse +saupoudrassent +saupoudrasses +saupoudrassiez +saupoudrassions +saupoudrmes +saupoudrt +saupoudrtes +saupoudre +saupoudrent +saupoudrer +saupoudrera +saupoudrerai +saupoudreraient +saupoudrerais +saupoudrerait +saupoudreras +saupoudrerez +saupoudreriez +saupoudrerions +saupoudrerons +saupoudreront +saupoudres +saupoudreuse +saupoudreuses +saupoudrez +saupoudr +saupoudre +saupoudres +saupoudrs +saupoudrrent +saupoudriez +saupoudrions +saupoudrons +saur +saura +saurai +sauraient +saurais +saurait +saurant +sauras +saurasse +saurassent +saurasses +saurassiez +saurassions +saurmes +saurt +saurtes +saure +saurent +saurer +saurera +saurerai +saureraient +saurerais +saurerait +saureras +saurerez +saureriez +saurerions +saurerons +saureront +saures +sauret +saurets +saurez +saur +saure +saures +saurs +saurrent +sauriens +sauriez +saurions +saurissage +saurissages +saurons +sauront +saurs +saut +sauta +sautai +sautaient +sautais +sautait +sautant +sautas +sautasse +sautassent +sautasses +sautassiez +sautassions +sautmes +sautt +sauttes +saute +sautent +sauter +sautera +sauterai +sauteraient +sauterais +sauterait +sauteras +sauterelle +sauterelles +sauterez +sauterie +sauteries +sauteriez +sauterions +sauternes +sauterons +sauteront +sautes +sauteur +sauteurs +sauteuse +sauteuses +sautez +saut +saute +sautes +sauts +sautrent +sautiez +sautilla +sautillai +sautillaient +sautillais +sautillait +sautillant +sautillante +sautillantes +sautillants +sautillas +sautillasse +sautillassent +sautillasses +sautillassiez +sautillassions +sautillmes +sautillt +sautilltes +sautille +sautillement +sautillements +sautillent +sautiller +sautillera +sautillerai +sautilleraient +sautillerais +sautillerait +sautilleras +sautillerez +sautilleriez +sautillerions +sautillerons +sautilleront +sautilles +sautillez +sautill +sautille +sautilles +sautills +sautillrent +sautilliez +sautillions +sautillons +sautions +sautoir +sautoirs +sautons +sauts +sauva +sauvage +sauvagement +sauvageon +sauvageonne +sauvageonnes +sauvageons +sauvagerie +sauvageries +sauvages +sauvagin +sauvagine +sauvagines +sauvagins +sauvai +sauvaient +sauvais +sauvait +sauvant +sauvas +sauvasse +sauvassent +sauvasses +sauvassiez +sauvassions +sauvmes +sauvt +sauvtes +sauve +sauvegarda +sauvegardai +sauvegardaient +sauvegardais +sauvegardait +sauvegardant +sauvegardas +sauvegardasse +sauvegardassent +sauvegardasses +sauvegardassiez +sauvegardassions +sauvegardmes +sauvegardt +sauvegarde +sauvegardent +sauvegarder +sauvegardera +sauvegarderai +sauvegarderaient +sauvegarderais +sauvegarderait +sauvegarderas +sauvegarderez +sauvegarderiez +sauvegarderions +sauvegarderons +sauvegarderont +sauvegardes +sauvegardez +sauvegard +sauvegarde +sauvegardes +sauvegards +sauvegardrent +sauvegardiez +sauvegardions +sauvegardons +sauvent +sauver +sauvera +sauverai +sauveraient +sauverais +sauverait +sauveras +sauverez +sauveriez +sauverions +sauverons +sauveront +sauves +sauvetage +sauvetages +sauveteur +sauveteurs +sauvette +sauveur +sauveurs +sauvez +sauv +sauve +sauves +sauvs +sauvrent +sauviez +sauvions +sauvons +savaient +savais +savait +savamment +savane +savanes +savant +savante +savantes +savants +savarin +savarins +savate +savates +savent +savetier +savetiers +saveur +saveurs +savez +saviez +savioe +savions +savoir +savon +savonna +savonnage +savonnages +savonnai +savonnaient +savonnais +savonnait +savonnant +savonnas +savonnasse +savonnassent +savonnasses +savonnassiez +savonnassions +savonnmes +savonnt +savonntes +savonne +savonnent +savonner +savonnera +savonnerai +savonneraient +savonnerais +savonnerait +savonneras +savonnerez +savonnerie +savonneries +savonneriez +savonnerions +savonnerons +savonneront +savonnes +savonnette +savonnettes +savonneuse +savonneuses +savonneux +savonnez +savonn +savonne +savonnes +savonns +savonnrent +savonnier +savonniers +savonniez +savonnions +savonnons +savons +savoura +savourai +savouraient +savourais +savourait +savourant +savouras +savourasse +savourassent +savourasses +savourassiez +savourassions +savourmes +savourt +savourtes +savoure +savourent +savourer +savourera +savourerai +savoureraient +savourerais +savourerait +savoureras +savourerez +savoureriez +savourerions +savourerons +savoureront +savoures +savoureuse +savoureuses +savoureux +savourez +savour +savoure +savoures +savours +savourrent +savouriez +savourions +savourons +savoyard +savoyarde +savoyardes +savoyards +saxe +saxifrage +saxifrages +saxon +saxonne +saxonnes +saxons +saxophone +saxophones +saynte +sayntes +sbire +sbires +scabieuse +scabieuses +scabreuse +scabreuses +scabreux +scaferlati +scalne +scalnes +scalp +scalpa +scalpai +scalpaient +scalpais +scalpait +scalpant +scalpas +scalpasse +scalpassent +scalpasses +scalpassiez +scalpassions +scalpmes +scalpt +scalptes +scalpe +scalpel +scalpels +scalpent +scalper +scalpera +scalperai +scalperaient +scalperais +scalperait +scalperas +scalperez +scalperiez +scalperions +scalperons +scalperont +scalpes +scalpez +scalp +scalpe +scalpes +scalps +scalprent +scalpiez +scalpions +scalpons +scalps +scanda +scandai +scandaient +scandais +scandait +scandale +scandales +scandaleuse +scandaleusement +scandaleuses +scandaleux +scandalisa +scandalisai +scandalisaient +scandalisais +scandalisait +scandalisant +scandalisas +scandalisasse +scandalisassent +scandalisasses +scandalisassiez +scandalisassions +scandalismes +scandalist +scandalistes +scandalise +scandalisent +scandaliser +scandalisera +scandaliserai +scandaliseraient +scandaliserais +scandaliserait +scandaliseras +scandaliserez +scandaliseriez +scandaliserions +scandaliserons +scandaliseront +scandalises +scandalisez +scandalis +scandalise +scandalises +scandaliss +scandalisrent +scandalisiez +scandalisions +scandalisons +scandant +scandas +scandasse +scandassent +scandasses +scandassiez +scandassions +scandmes +scandt +scandtes +scande +scandent +scander +scandera +scanderai +scanderaient +scanderais +scanderait +scanderas +scanderez +scanderiez +scanderions +scanderons +scanderont +scandes +scandez +scand +scande +scandes +scands +scandrent +scandiez +scandinave +scandinaves +scandinavie +scandions +scandons +scansion +scansions +scaphandre +scaphandres +scaphandrier +scaphandriers +scapulaire +scapulaires +scarabe +scarabes +scarifia +scarifiai +scarifiaient +scarifiais +scarifiait +scarifias +scarifiasse +scarifiassent +scarifiasses +scarifiassiez +scarifiassions +scarifimes +scarifit +scarifites +scarificateur +scarificateurs +scarification +scarifications +scarifie +scarifient +scarifier +scarifiera +scarifierai +scarifieraient +scarifierais +scarifierait +scarifieras +scarifierez +scarifieriez +scarifierions +scarifierons +scarifieront +scarifies +scarifiez +scarifi +scarifie +scarifies +scarifis +scarifirent +scarifiiez +scarifiions +scarifions +scarlatine +scarole +scaroles +scatologie +scatologique +scatologiques +sceau +sceaux +scella +scellai +scellaient +scellais +scellait +scellant +scellas +scellasse +scellassent +scellasses +scellassiez +scellassions +scellmes +scellt +scelltes +scelle +scellement +scellements +scellent +sceller +scellera +scellerai +scelleraient +scellerais +scellerait +scelleras +scellerez +scelleriez +scellerions +scellerons +scelleront +scelles +scellez +scell +scelle +scelles +scells +scellrent +scelliez +scellions +scellons +scepticisme +sceptique +sceptiquement +sceptiques +sceptre +sceptres +sclrat +sclrate +sclrates +sclratesse +sclratesses +sclrats +scnario +scnarios +scnariste +scnaristes +scnique +scniques +scne +scnes +scherzo +scherzos +schma +schmas +schmatique +schmatiquement +schmatiques +schismatique +schismatiques +schisme +schismes +schiste +schistes +schisteuse +schisteuses +schisteux +schizophrnie +schizophrnies +schizophrne +schizophrnes +schlague +schlagues +schlittage +schlittages +schlitte +schlittes +schlitteur +schlitteurs +schooner +schooners +scia +sciage +sciages +sciai +sciaient +sciais +sciait +sciant +scias +sciasse +sciassent +sciasses +sciassiez +sciassions +sciatique +sciatiques +scimes +scit +scites +scie +sciemment +science +sciences +scient +scientifique +scientifiquement +scientifiques +scientisme +scier +sciera +scierai +scieraient +scierais +scierait +scieras +scierez +scierie +scieries +scieriez +scierions +scierons +scieront +scies +scieur +scieurs +sciez +sci +scie +scies +scis +scirent +sciiez +sciions +scinda +scindai +scindaient +scindais +scindait +scindant +scindas +scindasse +scindassent +scindasses +scindassiez +scindassions +scindmes +scindt +scindtes +scinde +scindent +scinder +scindera +scinderai +scinderaient +scinderais +scinderait +scinderas +scinderez +scinderiez +scinderions +scinderons +scinderont +scindes +scindez +scind +scinde +scindes +scinds +scindrent +scindiez +scindions +scindons +scintilla +scintillai +scintillaient +scintillais +scintillait +scintillant +scintillas +scintillasse +scintillassent +scintillasses +scintillassiez +scintillassions +scintillation +scintillations +scintillmes +scintillt +scintilltes +scintille +scintillement +scintillements +scintillent +scintiller +scintillera +scintillerai +scintilleraient +scintillerais +scintillerait +scintilleras +scintillerez +scintilleriez +scintillerions +scintillerons +scintilleront +scintilles +scintillez +scintill +scintille +scintilles +scintills +scintillrent +scintilliez +scintillions +scintillons +scion +scions +scission +scissions +scissiparit +scissiparits +scissure +scissures +sciure +sciures +sclreuse +sclreuses +sclreux +sclrosa +sclrosai +sclrosaient +sclrosais +sclrosait +sclrosant +sclrosas +sclrosasse +sclrosassent +sclrosasses +sclrosassiez +sclrosassions +sclrosmes +sclrost +sclrostes +sclrose +sclrosent +sclroser +sclrosera +sclroserai +sclroseraient +sclroserais +sclroserait +sclroseras +sclroserez +sclroseriez +sclroserions +sclroserons +sclroseront +sclroses +sclrosez +sclros +sclrose +sclroses +sclross +sclrosrent +sclrosiez +sclrosions +sclrosons +sclrotique +sclrotiques +scolaire +scolaires +scolarisa +scolarisai +scolarisaient +scolarisais +scolarisait +scolarisant +scolarisas +scolarisasse +scolarisassent +scolarisasses +scolarisassiez +scolarisassions +scolarisation +scolarisations +scolarismes +scolarist +scolaristes +scolarise +scolarisent +scolariser +scolarisera +scolariserai +scolariseraient +scolariserais +scolariserait +scolariseras +scolariserez +scolariseriez +scolariserions +scolariserons +scolariseront +scolarises +scolarisez +scolaris +scolarise +scolarises +scolariss +scolarisrent +scolarisiez +scolarisions +scolarisons +scolarit +scolarits +scolastique +scolastiquement +scolastiques +scoliose +scolioses +scolopendre +scolopendres +sconse +sconses +scooter +scooters +scorbut +score +scores +scoriac +scoriace +scoriaces +scoriacs +scorie +scories +scorpion +scorpions +scotch +scout +scoute +scoutes +scoutisme +scouts +scrabble +scribe +scribes +script +scripte +scriptes +scriptum +scrofulaire +scrofulaires +scrupule +scrupules +scrupuleuse +scrupuleusement +scrupuleuses +scrupuleux +scruta +scrutai +scrutaient +scrutais +scrutait +scrutant +scrutas +scrutasse +scrutassent +scrutasses +scrutassiez +scrutassions +scrutateur +scrutateurs +scrutatrice +scrutatrices +scrutmes +scrutt +scruttes +scrute +scrutent +scruter +scrutera +scruterai +scruteraient +scruterais +scruterait +scruteras +scruterez +scruteriez +scruterions +scruterons +scruteront +scrutes +scrutez +scrut +scrute +scrutes +scruts +scrutrent +scrutiez +scrutin +scrutins +scrutions +scrutons +sculpta +sculptai +sculptaient +sculptais +sculptait +sculptant +sculptas +sculptasse +sculptassent +sculptasses +sculptassiez +sculptassions +sculptmes +sculptt +sculpttes +sculpte +sculptent +sculpter +sculptera +sculpterai +sculpteraient +sculpterais +sculpterait +sculpteras +sculpterez +sculpteriez +sculpterions +sculpterons +sculpteront +sculptes +sculpteur +sculpteurs +sculptez +sculpt +sculpte +sculptes +sculpts +sculptrent +sculptiez +sculptions +sculptons +sculptural +sculpturale +sculpturales +sculpturaux +sculpture +sculptures +se +seau +seaux +sec +second +seconda +secondai +secondaient +secondaire +secondairement +secondaires +secondais +secondait +secondant +secondas +secondasse +secondassent +secondasses +secondassiez +secondassions +secondmes +secondt +secondtes +seconde +secondent +secondeons +seconder +secondera +seconderai +seconderaient +seconderais +seconderait +seconderas +seconderez +seconderiez +seconderions +seconderons +seconderont +secondes +secondez +second +seconde +secondes +seconds +secondrent +secondiez +secondions +secondons +seconds +secoua +secouai +secouaient +secouais +secouait +secouant +secouas +secouasse +secouassent +secouasses +secouassiez +secouassions +secoumes +secout +secoutes +secoue +secouement +secouements +secouent +secouer +secouera +secouerai +secoueraient +secouerais +secouerait +secoueras +secouerez +secoueriez +secouerions +secouerons +secoueront +secoues +secouez +secou +secoue +secoues +secous +secourent +secouiez +secouions +secouons +secourable +secourablement +secourables +secouraient +secourais +secourait +secourant +secoure +secourent +secoures +secourez +secouriez +secourions +secourir +secourisme +secouriste +secouristes +secourons +secourra +secourrai +secourraient +secourrais +secourrait +secourras +secourrez +secourriez +secourrions +secourrons +secourront +secours +secourt +secouru +secourue +secourues +secoururent +secourus +secourusse +secourussent +secourusses +secourussiez +secourussions +secourut +secourmes +secourt +secourtes +secousse +secousses +secret +secrets +secrtaire +secrtaires +secrtariat +secrtariats +secrte +secrtement +secrtes +secs +sectaire +sectaires +sectarisme +secte +sectes +secteur +secteurs +section +sectionna +sectionnai +sectionnaient +sectionnais +sectionnait +sectionnant +sectionnas +sectionnasse +sectionnassent +sectionnasses +sectionnassiez +sectionnassions +sectionnmes +sectionnt +sectionntes +sectionne +sectionnement +sectionnements +sectionnent +sectionner +sectionnera +sectionnerai +sectionneraient +sectionnerais +sectionnerait +sectionneras +sectionnerez +sectionneriez +sectionnerions +sectionnerons +sectionneront +sectionnes +sectionnez +sectionn +sectionne +sectionnes +sectionns +sectionnrent +sectionniez +sectionnions +sectionnons +sections +sectoriel +sectorielle +sectorielles +sectoriels +secundo +segment +segmenta +segmentai +segmentaient +segmentaire +segmentaires +segmentais +segmentait +segmentant +segmentas +segmentasse +segmentassent +segmentasses +segmentassiez +segmentassions +segmentmes +segmentt +segmenttes +segmente +segmentent +segmenter +segmentera +segmenterai +segmenteraient +segmenterais +segmenterait +segmenteras +segmenterez +segmenteriez +segmenterions +segmenterons +segmenteront +segmentes +segmentez +segment +segmente +segmentes +segments +segmentrent +segmentiez +segmentions +segmentons +segments +seiche +seiches +seigle +seigles +seigneur +seigneurial +seigneuriale +seigneuriales +seigneuriaux +seigneurie +seigneuries +seigneurs +sein +seine +seines +seing +seings +seins +seize +seizime +seizimement +seizimes +sel +self +sella +sellai +sellaient +sellais +sellait +sellant +sellas +sellasse +sellassent +sellasses +sellassiez +sellassions +sellmes +sellt +selltes +selle +sellent +seller +sellera +sellerai +selleraient +sellerais +sellerait +selleras +sellerez +sellerie +selleries +selleriez +sellerions +sellerons +selleront +sellers +selles +sellette +sellettes +sellez +sell +selle +selles +sells +sellrent +sellier +selliers +selliez +sellions +sellons +selon +sels +sema +semai +semaient +semailles +semaine +semaines +semais +semait +semant +semas +semasse +semassent +semasses +semassiez +semassions +semmes +semt +semtes +sembla +semblable +semblablement +semblables +semblai +semblaient +semblais +semblait +semblant +semblants +semblas +semblasse +semblassent +semblasses +semblassiez +semblassions +semblmes +semblt +sembltes +semble +semblent +sembler +semblera +semblerai +sembleraient +semblerais +semblerait +sembleras +semblerez +sembleriez +semblerions +semblerons +sembleront +sembles +semblez +sembl +semble +sembles +sembls +semblrent +sembliez +semblions +semblons +semelle +semelles +semence +semences +semer +semestre +semestres +semestriel +semestrielle +semestriellement +semestrielles +semestriels +semeur +semeurs +semeuse +semeuses +semez +sem +seme +semes +sems +semrent +semi +semiez +semions +semis +semoir +semoirs +semonce +semonces +semons +semoule +sempiternel +sempiternelle +sempiternellement +sempiternelles +sempiternels +senior +seniors +senne +sennes +sens +sensation +sensationnel +sensationnelle +sensationnelles +sensationnels +sensations +sens +sense +senses +sensment +senss +sensibilisa +sensibilisai +sensibilisaient +sensibilisais +sensibilisait +sensibilisant +sensibilisas +sensibilisasse +sensibilisassent +sensibilisasses +sensibilisassiez +sensibilisassions +sensibilisateur +sensibilisateurs +sensibilisation +sensibilisations +sensibilisatrice +sensibilisatrices +sensibilismes +sensibilist +sensibilistes +sensibilise +sensibilisent +sensibiliser +sensibilisera +sensibiliserai +sensibiliseraient +sensibiliserais +sensibiliserait +sensibiliseras +sensibiliserez +sensibiliseriez +sensibiliserions +sensibiliserons +sensibiliseront +sensibilises +sensibilisez +sensibilis +sensibilise +sensibilises +sensibiliss +sensibilisrent +sensibilisiez +sensibilisions +sensibilisons +sensibilit +sensibilits +sensible +sensiblement +sensiblerie +sensibleries +sensibles +sensitif +sensitifs +sensitive +sensitives +sensoriel +sensorielle +sensorielles +sensoriels +sensualisme +sensualismes +sensualit +sensualits +sensuel +sensuelle +sensuellement +sensuelles +sensuels +sent +sentaient +sentais +sentait +sentant +sente +sentence +sentences +sentencieuse +sentencieusement +sentencieuses +sentencieux +sentent +senteront +sentes +senteur +senteurs +sentez +senti +sentie +sentier +sentiers +senties +sentiez +sentiment +sentimental +sentimentale +sentimentalement +sentimentales +sentimentalisme +sentimentalit +sentimentalits +sentimentaux +sentiments +sentinelle +sentinelles +sentions +sentir +sentira +sentirai +sentiraient +sentirais +sentirait +sentiras +sentirent +sentirez +sentiriez +sentirions +sentirons +sentiront +sentis +sentisse +sentissent +sentisses +sentissiez +sentissions +sentit +sentmes +sentt +senttes +sentons +seoir +sep +seps +sept +septante +septembre +septembres +septennal +septennale +septennales +septennat +septennats +septennaux +septentrion +septentrional +septentrionale +septentrionales +septentrionaux +septentrions +septicmie +septime +septimement +septimes +septique +septiques +septuagnaire +septuagnaires +septuple +septuples +sequin +sequins +sera +serai +seraient +serais +serait +seras +serbe +serbes +serbie +serbo +serein +sereine +sereinement +sereines +sereins +serez +serf +serfs +serge +sergent +sergents +seriez +serin +serina +serinai +serinaient +serinais +serinait +serinant +serinas +serinasse +serinassent +serinasses +serinassiez +serinassions +serinmes +serint +serintes +serine +serinent +seriner +serinera +serinerai +serineraient +serinerais +serinerait +serineras +serinerez +serineriez +serinerions +serinerons +serineront +serines +serinez +serin +serine +serines +serins +serinrent +seringa +seringas +seringat +seringats +seringue +seringues +seriniez +serinions +serinons +serins +serions +serment +serments +sermon +sermonna +sermonnai +sermonnaient +sermonnais +sermonnait +sermonnant +sermonnas +sermonnasse +sermonnassent +sermonnasses +sermonnassiez +sermonnassions +sermonnmes +sermonnt +sermonntes +sermonne +sermonnent +sermonner +sermonnera +sermonnerai +sermonneraient +sermonnerais +sermonnerait +sermonneras +sermonnerez +sermonneriez +sermonnerions +sermonnerons +sermonneront +sermonnes +sermonneur +sermonneurs +sermonneuse +sermonneuses +sermonnez +sermonn +sermonne +sermonnes +sermonns +sermonnrent +sermonniez +sermonnions +sermonnons +sermons +serons +seront +serpe +serpent +serpenta +serpentai +serpentaient +serpentais +serpentait +serpentant +serpentas +serpentasse +serpentassent +serpentasses +serpentassiez +serpentassions +serpentmes +serpentt +serpenttes +serpente +serpentent +serpenter +serpentera +serpenterai +serpenteraient +serpenterais +serpenterait +serpenteras +serpenterez +serpenteriez +serpenterions +serpenterons +serpenteront +serpentes +serpentez +serpent +serpente +serpentes +serpents +serpentrent +serpentiez +serpentin +serpentine +serpentins +serpentions +serpentons +serpents +serpes +serpette +serpettes +serpillre +serpillres +serpolet +serpolets +serra de serrer +serrage +serrages +serrai de serrer +serraient de serrer +serrais de serrer +serrait de serrer +serrant +serras de serrer +serrasse +serrassent +serrasses +serrassiez +serrassions +serrmes +serrt +serrtes +serre +serrement +serrements +serrent +serrer +serrera +serrerai +serreraient +serrerais +serrerait +serreras +serrerez +serreriez +serrerions +serrerons +serreront +serres +serrez de serrer +serr +serre +serres +serrs +serrrent +serriez de serrer +serrions de serrer +serrons de serrer +serrure +serrurerie +serrureries +serrures +serrurier +serruriers +sers +sert +serti +sertie +serties +sertir +sertira +sertirai +sertiraient +sertirais +sertirait +sertiras +sertirent +sertirez +sertiriez +sertirions +sertirons +sertiront +sertis +sertissage +sertissages +sertissaient +sertissais +sertissait +sertissant +sertisse +sertissent +sertisses +sertisseur +sertisseurs +sertissez +sertissiez +sertissions +sertissons +sertissure +sertissures +sertit +sertmes +sertt +serttes +servage +servages +servaient +servais +servait +servant +servante +servantes +servants +serve +servent +serves +serveur +serveurs +serveuse +serveuses +servez +serv +servi +serviabilit +serviabilits +serviable +serviablement +serviables +service +services +servie +servies +serviette +serviettes +serviez +servile +servilement +serviles +servilit +servilits +servions +servir +servira +servirai +serviraient +servirais +servirait +serviras +servirent +servirez +serviriez +servirions +servirons +serviront +servis +servisse +servissent +servisses +servissiez +servissions +servit +serviteur +serviteurs +servitude +servitudes +servmes +servt +servtes +servofrein +servofreins +servomoteur +servomoteurs +servons +ses +sesqui +sesquioxyde +sesquioxydes +session +sessions +set +sets +setter +setters +seuil +seuils +seul +seule +seulement +seules +seuls +sevra +sevrage +sevrages +sevrai +sevraient +sevrais +sevrait +sevrant +sevras +sevrasse +sevrassent +sevrasses +sevrassiez +sevrassions +sevrmes +sevrt +sevrtes +sevre +sevrent +sevrer +sevrera +sevrerai +sevreraient +sevrerais +sevrerait +sevreras +sevrerez +sevreriez +sevrerions +sevrerons +sevreront +sevres +sevrez +sevr +sevre +sevres +sevrs +sevrrent +sevriez +sevrions +sevrons +sexagnaire +sexagnaires +sexagsimal +sexagsimale +sexagsimales +sexagsimaux +sexe +sexes +sexisme +sexismes +sexologie +sexologue +sexologues +sextant +sextants +sexto +sextupla +sextuplai +sextuplaient +sextuplais +sextuplait +sextuplant +sextuplas +sextuplasse +sextuplassent +sextuplasses +sextuplassiez +sextuplassions +sextuplmes +sextuplt +sextupltes +sextuple +sextuplent +sextupler +sextuplera +sextuplerai +sextupleraient +sextuplerais +sextuplerait +sextupleras +sextuplerez +sextupleriez +sextuplerions +sextuplerons +sextupleront +sextuples +sextuplez +sextupl +sextuple +sextuples +sextupls +sextuplrent +sextupliez +sextuplions +sextuplons +sexualit +sexualits +sexuel +sexuelle +sexuellement +sexuelles +sexuels +seyaient +seyait +seyant +seyante +seyantes +seyants +sance +sances +sant +sante +santes +sants +sbac +sbace +sbaces +sbacs +sbile +sbiles +sborrhe +sbum +scant +scante +scantes +scants +scateur +scateurs +scession +scessionniste +scessionnistes +scessions +scha +schage +schages +schai +schaient +schais +schait +schant +schas +schasse +schassent +schasses +schassiez +schassions +schmes +scht +schtes +scher +schera +scherai +scheraient +scherais +scherait +scheras +scheresse +scheresses +scherez +scherie +scheries +scheriez +scherions +scherons +scheront +schez +sch +sche +sches +schs +schrent +schiez +schions +schoir +schoirs +schons +scrta +scrtai +scrtaient +scrtais +scrtait +scrtant +scrtas +scrtasse +scrtassent +scrtasses +scrtassiez +scrtassions +scrtmes +scrtt +scrttes +scrter +scrtera +scrterai +scrteraient +scrterais +scrterait +scrteras +scrterez +scrteriez +scrterions +scrterons +scrteront +scrteur +scrteurs +scrteuse +scrteuses +scrtez +scrt +scrte +scrtes +scrts +scrtrent +scrtiez +scrtion +scrtions +scrtons +scrtrice +scrtrices +scrte +scrtent +scrtes +sculaire +sculaires +scularisa +scularisai +scularisaient +scularisais +scularisait +scularisant +scularisas +scularisasse +scularisassent +scularisasses +scularisassiez +scularisassions +scularisation +scularisations +scularismes +scularist +scularistes +scularise +scularisent +sculariser +scularisera +sculariserai +sculariseraient +sculariserais +sculariserait +sculariseras +sculariserez +sculariseriez +sculariserions +sculariserons +sculariseront +scularises +scularisez +scularis +scularise +scularises +sculariss +scularisrent +scularisiez +scularisions +scularisons +sculier +sculiers +sculire +sculires +scurit +scurits +sdatif +sdatifs +sdation +sdations +sdative +sdatives +sdentaire +sdentaires +sdentarisation +sdentarisations +sdentarit +sdentarits +sdiment +sdimentaire +sdimentaires +sdimentation +sdimentations +sdiments +sditieuse +sditieusement +sditieuses +sditieux +sdition +sditions +sducteur +sducteurs +sduction +sductions +sductrice +sductrices +sduira +sduirai +sduiraient +sduirais +sduirait +sduiras +sduire +sduirez +sduiriez +sduirions +sduirons +sduiront +sduis +sduisaient +sduisais +sduisait +sduisant +sduisante +sduisantes +sduisants +sduise +sduisent +sduises +sduisez +sduisiez +sduisions +sduisirent +sduisis +sduisisse +sduisissent +sduisisses +sduisissiez +sduisissions +sduisit +sduismes +sduist +sduistes +sduisons +sduit +sduite +sduites +sduits +sgrgation +sgrgationnisme +sgrgations +side +sides +sisme +sismes +sismographe +sismographes +sjour +sjourna +sjournai +sjournaient +sjournais +sjournait +sjournant +sjournas +sjournasse +sjournassent +sjournasses +sjournassiez +sjournassions +sjournmes +sjournt +sjourntes +sjourne +sjournent +sjourner +sjournera +sjournerai +sjourneraient +sjournerais +sjournerait +sjourneras +sjournerez +sjourneriez +sjournerions +sjournerons +sjourneront +sjournes +sjournez +sjourn +sjourne +sjournes +sjourns +sjournrent +sjourniez +sjournions +sjournons +sjours +slect +slecte +slectes +slecteur +slecteurs +slectif +slectifs +slection +slectionna +slectionnai +slectionnaient +slectionnais +slectionnait +slectionnant +slectionnas +slectionnasse +slectionnassent +slectionnasses +slectionnassiez +slectionnassions +slectionnmes +slectionnt +slectionntes +slectionne +slectionnent +slectionner +slectionnera +slectionnerai +slectionneraient +slectionnerais +slectionnerait +slectionneras +slectionnerez +slectionneriez +slectionnerions +slectionnerons +slectionneront +slectionnes +slectionnez +slectionn +slectionne +slectionnes +slectionns +slectionnrent +slectionniez +slectionnions +slectionnons +slections +slective +slectives +slectivit +slects +slnium +slnographie +smantique +smantiques +smaphore +smaphores +smillant +smillante +smillantes +smillants +sminaire +sminaires +sminal +sminale +sminales +sminariste +sminaristes +sminaux +smite +smites +smitique +smitiques +snat +snateur +snateurs +snatorial +snatoriale +snatoriales +snatoriaux +snats +snescence +snescences +snev +snevs +sn +snchal +snchaux +sngal +sngalais +sngalaise +sngalaises +sns +snile +sniles +snilit +snilits +spale +spales +spara +sparable +sparables +sparai +sparaient +sparais +sparait +sparant +sparas +sparasse +sparassent +sparasses +sparassiez +sparassions +sparateur +sparateurs +sparation +sparations +sparatisme +sparatiste +sparatistes +sparatrice +sparatrices +sparmes +spart +spartes +spare +sparent +sparer +sparera +sparerai +spareraient +sparerais +sparerait +spareras +sparerez +spareriez +sparerions +sparerons +spareront +spares +sparez +spar +spare +spares +sparment +spars +sparrent +spariez +sparions +sparons +spia +spias +spulcral +spulcrale +spulcrales +spulcraux +spulcre +spulcres +spulture +spultures +squelle +squelles +squence +squences +squestra +squestrai +squestraient +squestrais +squestrait +squestrant +squestras +squestrasse +squestrassent +squestrasses +squestrassiez +squestrassions +squestration +squestrations +squestrmes +squestrt +squestrtes +squestre +squestrent +squestrer +squestrera +squestrerai +squestreraient +squestrerais +squestrerait +squestreras +squestrerez +squestreriez +squestrerions +squestrerons +squestreront +squestres +squestrez +squestr +squestre +squestres +squestrs +squestrrent +squestriez +squestrions +squestrons +squoia +squoias +srac +sracs +srail +srails +sraphin +sraphins +sraphique +sraphiques +sreuse +sreuses +sreux +srnade +srnades +srnit +srnits +sria +sriai +sriaient +sriais +sriait +sriant +srias +sriasse +sriassent +sriasses +sriassiez +sriassions +srimes +srit +srites +sriculture +srie +srient +srier +sriera +srierai +srieraient +srierais +srierait +srieras +srierez +srieriez +srierions +srierons +srieront +sries +srieuse +srieusement +srieuses +srieux +sriez +sri +srie +sries +sris +srirent +srigraphie +sriiez +sriions +srions +srique +sriques +srologique +srologiques +srosit +srosits +srothrapie +srum +srums +ssame +ssames +svrit +svrits +svre +svrement +svres +svi +svices +svie +svies +svir +svira +svirai +sviraient +svirais +svirait +sviras +svirent +svirez +sviriez +svirions +svirons +sviront +svis +svissaient +svissais +svissait +svissant +svisse +svissent +svisses +svissez +svissiez +svissions +svissons +svit +svmes +svt +svtes +sche +schement +schent +sches +sme +sment +smera +smerai +smeraient +smerais +smerait +smeras +smerez +smeriez +smerions +smerons +smeront +smes +sve +sves +svres +shah +shahs +shaker +shakers +shakespearien +shakespearienne +shakespeariennes +shakespeariens +shako +shakos +shampooing +shampooings +shrif +shrifs +shilling +shillings +shintosme +shirt +shirts +short +shorts +shunt +shunts +si +siamois +siamoise +siamoises +sibrie +sibrien +sibrienne +sibriennes +sibriens +sibylle +sibylles +sibyllin +sibylline +sibyllines +sibyllins +sic +siccatif +siccatifs +siccative +siccatives +sicile +sicilien +sicilienne +siciliennes +siciliens +sida +side +sidra +sidrai +sidraient +sidrais +sidrait +sidral +sidrale +sidrales +sidrant +sidrante +sidrantes +sidrants +sidras +sidrasse +sidrassent +sidrasses +sidrassiez +sidrassions +sidraux +sidrmes +sidrt +sidrtes +sidrer +sidrera +sidrerai +sidreraient +sidrerais +sidrerait +sidreras +sidrerez +sidreriez +sidrerions +sidrerons +sidreront +sidrez +sidr +sidre +sidres +sidrs +sidrrent +sidriez +sidrions +sidrons +sidrurgie +sidrurgique +sidrurgiques +sidre +sidrent +sidres +sied +sien +sienne +siennes +siens +sieste +siestes +sieur +sieurs +sid +sie +sient +sigeant +siger +sira +siraient +sirait +siront +sicle +sicles +sige +sigea +sigeai +sigeaient +sigeais +sigeait +sigeant +sigeas +sigeasse +sigeassent +sigeasses +sigeassiez +sigeassions +sigemes +siget +sigetes +sigent +sigeons +siger +sigera +sigerai +sigeraient +sigerais +sigerait +sigeras +sigerez +sigeriez +sigerions +sigerons +sigeront +siges +sigez +sig +sige +siges +sigs +sigrent +sigiez +sigions +siffla +sifflai +sifflaient +sifflais +sifflait +sifflant +sifflas +sifflasse +sifflassent +sifflasses +sifflassiez +sifflassions +sifflmes +sifflt +siffltes +siffle +sifflement +sifflements +sifflent +siffler +sifflera +sifflerai +siffleraient +sifflerais +sifflerait +siffleras +sifflerez +siffleriez +sifflerions +sifflerons +siffleront +siffles +sifflet +sifflets +siffleur +siffleurs +siffleuse +siffleuses +sifflez +siffl +siffle +siffles +siffls +sifflrent +siffliez +sifflions +sifflons +sifflota +sifflotai +sifflotaient +sifflotais +sifflotait +sifflotant +sifflotas +sifflotasse +sifflotassent +sifflotasses +sifflotassiez +sifflotassions +sifflotmes +sifflott +sifflottes +sifflote +sifflotent +siffloter +sifflotera +siffloterai +siffloteraient +siffloterais +siffloterait +siffloteras +siffloterez +siffloteriez +siffloterions +siffloterons +siffloteront +sifflotes +sifflotez +sifflot +sifflote +sifflotes +sifflots +sifflotrent +sifflotiez +sifflotions +sifflotons +sigill +sigille +sigilles +sigills +sigillographie +sigle +sigles +sigma +signa +signai +signaient +signais +signait +signal +signala +signalai +signalaient +signalais +signalait +signalant +signalas +signalasse +signalassent +signalasses +signalassiez +signalassions +signalmes +signalt +signaltes +signale +signalement +signalements +signalent +signaler +signalera +signalerai +signaleraient +signalerais +signalerait +signaleras +signalerez +signaleriez +signalerions +signalerons +signaleront +signales +signalez +signal +signale +signales +signals +signaltique +signaltiques +signalrent +signaliez +signalions +signalisation +signalisations +signalons +signas +signasse +signassent +signasses +signassiez +signassions +signataire +signataires +signature +signatures +signaux +signmes +signt +signtes +signe +signent +signer +signera +signerai +signeraient +signerais +signerait +signeras +signerez +signeriez +signerions +signerons +signeront +signes +signet +signets +signez +sign +signe +signes +signs +signrent +signiez +signifia +signifiai +signifiaient +signifiais +signifiait +signifiant +signifias +signifiasse +signifiassent +signifiasses +signifiassiez +signifiassions +signifimes +signifit +signifites +significatif +significatifs +signification +significations +significative +significativement +significatives +signifie +signifient +signifier +signifiera +signifierai +signifieraient +signifierais +signifierait +signifieras +signifierez +signifieriez +signifierions +signifierons +signifieront +signifies +signifiez +signifi +signifie +signifies +signifis +signifirent +signifiiez +signifiions +signifions +signions +signons +silence +silences +silencieuse +silencieusement +silencieuses +silencieux +silex +silhouette +silhouettes +silicate +silicates +silice +siliceuse +siliceuses +siliceux +silicium +silicone +silicones +silicose +silique +siliques +sillage +sillages +sillon +sillonna +sillonnai +sillonnaient +sillonnais +sillonnait +sillonnant +sillonnas +sillonnasse +sillonnassent +sillonnasses +sillonnassiez +sillonnassions +sillonnmes +sillonnt +sillonntes +sillonne +sillonnent +sillonner +sillonnera +sillonnerai +sillonneraient +sillonnerais +sillonnerait +sillonneras +sillonnerez +sillonneriez +sillonnerions +sillonnerons +sillonneront +sillonnes +sillonnez +sillonn +sillonne +sillonnes +sillonns +sillonnrent +sillonniez +sillonnions +sillonnons +sillons +silo +silos +silure +silures +silurien +silurienne +siluriennes +siluriens +simagres +simarre +simarres +simiesque +simiesques +similaire +similaires +simili +similigravure +similis +similitude +similitudes +simon +simonie +simonien +simonienne +simoniennes +simoniens +simonies +simonisme +simoun +simouns +simple +simplement +simples +simplet +simplets +simplette +simplettes +simplicit +simplicits +simplifia +simplifiai +simplifiaient +simplifiais +simplifiait +simplifiant +simplifias +simplifiasse +simplifiassent +simplifiasses +simplifiassiez +simplifiassions +simplifimes +simplifit +simplifites +simplificateur +simplificateurs +simplification +simplifications +simplificatrice +simplificatrices +simplifie +simplifient +simplifier +simplifiera +simplifierai +simplifieraient +simplifierais +simplifierait +simplifieras +simplifierez +simplifieriez +simplifierions +simplifierons +simplifieront +simplifies +simplifiez +simplifi +simplifie +simplifies +simplifis +simplifirent +simplifiiez +simplifiions +simplifions +simpliste +simplistes +simula +simulacre +simulacres +simulai +simulaient +simulais +simulait +simulant +simulas +simulasse +simulassent +simulasses +simulassiez +simulassions +simulateur +simulateurs +simulation +simulations +simulatrice +simulatrices +simulmes +simult +simultes +simule +simulent +simuler +simulera +simulerai +simuleraient +simulerais +simulerait +simuleras +simulerez +simuleriez +simulerions +simulerons +simuleront +simules +simulesz +simul +simule +simules +simuls +simulrent +simuliez +simulions +simulons +simultan +simultane +simultanes +simultanit +simultanits +simultanment +simultans +sinapisme +sinapismes +sincrit +sincrits +sincre +sincrement +sincres +sinciput +sinciputs +sine +sincure +sincures +singe +singea +singeai +singeaient +singeais +singeait +singeant +singeas +singeasse +singeassent +singeasses +singeassiez +singeassions +singemes +singet +singetes +singent +singeons +singer +singera +singerai +singeraient +singerais +singerait +singeras +singerez +singerie +singeries +singeriez +singerions +singerons +singeront +singes +singez +sing +singe +singes +sings +singrent +singiez +singions +single +singularisa +singularisai +singularisaient +singularisais +singularisait +singularisant +singularisas +singularisasse +singularisassent +singularisasses +singularisassiez +singularisassions +singularismes +singularist +singularistes +singularise +singularisent +singulariser +singularisera +singulariserai +singulariseraient +singulariserais +singulariserait +singulariseras +singulariserez +singulariseriez +singulariserions +singulariserons +singulariseront +singularises +singularisez +singularis +singularise +singularises +singulariss +singularisrent +singularisiez +singularisions +singularisons +singularit +singularits +singulier +singuliers +singulire +singulirement +singulires +sinistre +sinistrement +sinistres +sinistr +sinistre +sinistres +sinistrs +sinologue +sinologues +sinon +sinueuse +sinueuses +sinueux +sinuosit +sinuosits +sinus +sinusite +sinusites +sinusode +sinusodes +sionisme +sioniste +sionistes +siphon +siphons +sire +sires +sirne +sirnes +sirocco +siroccos +sirop +sirops +sirota +sirotai +sirotaient +sirotais +sirotait +sirotant +sirotas +sirotasse +sirotassent +sirotasses +sirotassiez +sirotassions +sirotmes +sirott +sirottes +sirote +sirotent +siroter +sirotera +siroterai +siroteraient +siroterais +siroterait +siroteras +siroterez +siroteriez +siroterions +siroterons +siroteront +sirotes +sirotez +sirot +sirote +sirotes +sirots +sirotrent +sirotiez +sirotions +sirotons +sirupeuse +sirupeuses +sirupeux +sis +sisal +sise +sises +sismique +sismiques +sismographe +sismographes +site +sites +sitt +situ +situa +situai +situaient +situais +situait +situant +situas +situasse +situassent +situasses +situassiez +situassions +situation +situations +situmes +situt +situtes +situe +situent +situer +situera +situerai +situeraient +situerais +situerait +situeras +situerez +situeriez +situerions +situerons +situeront +situes +situez +situ +situe +situes +situs +siturent +situiez +situions +situons +six +sixain +sixains +sixime +siximement +siximes +sixte +sixtes +sizain +sizains +sketch +sketches +ski +skia +skiai +skiaient +skiais +skiait +skiant +skias +skiasse +skiassent +skiasses +skiassiez +skiassions +skimes +skit +skites +skie +skient +skier +skiera +skierai +skieraient +skierais +skierait +skieras +skierez +skieriez +skierions +skierons +skieront +skies +skieur +skieurs +skieuse +skieuses +skiez +ski +skie +skies +skis +skirent +skiff +skiffs +skiiez +skiions +skions +skis +skunks +slalom +slaloms +slave +slaves +slip +slips +slogan +slogans +smala +smalah +smalt +smic +smig +smoking +smokings +snack +snacks +snob +snoba +snobai +snobaient +snobais +snobait +snobant +snobas +snobasse +snobassent +snobasses +snobassiez +snobassions +snobmes +snobt +snobtes +snobe +snobent +snober +snobera +snoberai +snoberaient +snoberais +snoberait +snoberas +snoberez +snoberiez +snoberions +snoberons +snoberont +snobes +snobez +snob +snobe +snobes +snobs +snobrent +snobiez +snobions +snobisme +snobons +snobs +sobre +sobrement +sobres +sobrit +sobriquet +sobriquets +soc +sociabilit +sociabilits +sociable +sociables +social +sociale +socialement +sociales +socialisa +socialisai +socialisaient +socialisais +socialisait +socialisant +socialisas +socialisasse +socialisassent +socialisasses +socialisassiez +socialisassions +socialisation +socialisations +socialismes +socialist +socialistes +socialise +socialisent +socialiser +socialisera +socialiserai +socialiseraient +socialiserais +socialiserait +socialiseras +socialiserez +socialiseriez +socialiserions +socialiserons +socialiseront +socialises +socialisez +socialis +socialise +socialises +socialiss +socialisrent +socialisiez +socialisions +socialisme +socialisons +socialiste +socialistes +sociaux +socitaire +socitaires +socitariat +socit +socits +sociologie +sociologique +sociologiquement +sociologiques +sociologue +sociologues +socle +socles +socque +socques +socrate +socratique +socratiques +socs +soda +sod +sode +sodes +sods +sodique +sodiques +sodium +soeur +soeurette +soeurettes +soeurs +sofa +sofas +soi +soie +soient +soierie +soieries +soif +soifs +soigna +soignai +soignaient +soignais +soignait +soignant +soignante +soignantes +soignants +soignas +soignasse +soignassent +soignasses +soignassiez +soignassions +soignmes +soignt +soigntes +soigne +soignent +soigner +soignera +soignerai +soigneraient +soignerais +soignerait +soigneras +soignerez +soigneriez +soignerions +soignerons +soigneront +soignes +soigneur +soigneurs +soigneuse +soigneusement +soigneuses +soigneux +soignez +soign +soigne +soignes +soigns +soignrent +soigniez +soignions +soignons +soin +soins +soir +soire +soires +soirs +sois +soit +soixantaine +soixantaines +soixante +soixantime +soixantimes +soja +sol +solaire +solaires +solanaces +solarium +solariums +solda +soldai +soldaient +soldais +soldait +soldant +soldas +soldasse +soldassent +soldasses +soldassiez +soldassions +soldat +soldatesque +soldatesques +soldats +soldmes +soldt +soldtes +solde +soldent +solder +soldera +solderai +solderaient +solderais +solderait +solderas +solderez +solderiez +solderions +solderons +solderont +soldes +soldeur +soldeurs +soldeuse +soldeuses +soldez +sold +solde +soldes +solds +soldrent +soldiez +soldions +soldons +sole +soleil +soleils +solen +solennel +solennelle +solennellement +solennelles +solennels +solennisa +solennisai +solennisaient +solennisais +solennisait +solennisant +solennisas +solennisasse +solennisassent +solennisasses +solennisassiez +solennisassions +solennismes +solennist +solennistes +solennise +solennisent +solenniser +solennisera +solenniserai +solenniseraient +solenniserais +solenniserait +solenniseras +solenniserez +solenniseriez +solenniserions +solenniserons +solenniseront +solennises +solennisez +solennis +solennise +solennises +solenniss +solennisrent +solennisiez +solennisions +solennisons +solennit +solennits +solens +soles +solcisme +solcismes +solnode +solnodes +solfatare +solfatares +solfge +solfia +solfiai +solfiaient +solfiais +solfiait +solfiant +solfias +solfiasse +solfiassent +solfiasses +solfiassiez +solfiassions +solfimes +solfit +solfites +solfie +solfient +solfier +solfiera +solfierai +solfieraient +solfierais +solfierait +solfieras +solfierez +solfieriez +solfierions +solfierons +solfieront +solfies +solfiez +solfi +solfie +solfies +solfis +solfirent +solfiiez +solfiions +solfions +solidaire +solidairement +solidaires +solidarisa +solidarisai +solidarisaient +solidarisais +solidarisait +solidarisant +solidarisas +solidarisasse +solidarisassent +solidarisasses +solidarisassiez +solidarisassions +solidarismes +solidarist +solidaristes +solidarise +solidarisent +solidariser +solidarisera +solidariserai +solidariseraient +solidariserais +solidariserait +solidariseras +solidariserez +solidariseriez +solidariserions +solidariserons +solidariseront +solidarises +solidarisez +solidaris +solidarise +solidarises +solidariss +solidarisrent +solidarisiez +solidarisions +solidarisons +solidarit +solidarits +solide +solidement +solides +solidifia +solidifiai +solidifiaient +solidifiais +solidifiait +solidifiant +solidifias +solidifiasse +solidifiassent +solidifiasses +solidifiassiez +solidifiassions +solidifimes +solidifit +solidifites +solidification +solidifications +solidifie +solidifient +solidifier +solidifiera +solidifierai +solidifieraient +solidifierais +solidifierait +solidifieras +solidifierez +solidifieriez +solidifierions +solidifierons +solidifieront +solidifies +solidifiez +solidifi +solidifie +solidifies +solidifis +solidifirent +solidifiiez +solidifiions +solidifions +solidit +solidits +soliloque +soliloques +solipde +solipdes +soliste +solistes +solitaire +solitairement +solitaires +solitude +solitudes +solive +solives +sollicita +sollicitai +sollicitaient +sollicitais +sollicitait +sollicitant +sollicitas +sollicitasse +sollicitassent +sollicitasses +sollicitassiez +sollicitassions +sollicitation +sollicitations +sollicitmes +sollicitt +sollicittes +sollicite +sollicitent +solliciter +sollicitera +solliciterai +solliciteraient +solliciterais +solliciterait +solliciteras +solliciterez +solliciteriez +solliciterions +solliciterons +solliciteront +sollicites +solliciteur +solliciteurs +solliciteuse +solliciteuses +sollicitez +sollicit +sollicite +sollicites +sollicitrent +sollicitiez +sollicitions +sollicitons +sollicitude +sollicitudes +solo +sologne +solognot +solognote +solognotes +solognots +solos +sols +solstice +solstices +solubilit +solubilits +soluble +solubles +solution +solutions +solvabilit +solvabilits +solvable +solvables +solvant +solvants +somatique +somatiques +sombra +sombrai +sombraient +sombrais +sombrait +sombrant +sombras +sombrasse +sombrassent +sombrasses +sombrassiez +sombrassions +sombrmes +sombrt +sombrtes +sombre +sombrement +sombrent +sombrer +sombrera +sombrerai +sombreraient +sombrerais +sombrerait +sombreras +sombrerez +sombreriez +sombrerions +sombrerons +sombreront +sombres +sombrez +sombr +sombre +sombres +sombrs +sombrrent +sombriez +sombrions +sombrons +somma +sommai +sommaient +sommaire +sommairement +sommaires +sommais +sommait +sommant +sommas +sommasse +sommassent +sommasses +sommassiez +sommassions +sommation +sommations +sommmes +sommt +sommtes +somme +sommeil +sommeilla +sommeillai +sommeillaient +sommeillais +sommeillait +sommeillant +sommeillas +sommeillasse +sommeillassent +sommeillasses +sommeillassiez +sommeillassions +sommeillmes +sommeillt +sommeilltes +sommeille +sommeillent +sommeiller +sommeillera +sommeillerai +sommeilleraient +sommeillerais +sommeillerait +sommeilleras +sommeillerez +sommeilleriez +sommeillerions +sommeillerons +sommeilleront +sommeilles +sommeillez +sommeill +sommeille +sommeilles +sommeills +sommeillrent +sommeilliez +sommeillions +sommeillons +sommeils +sommelier +sommeliers +somment +sommer +sommera +sommerai +sommeraient +sommerais +sommerait +sommeras +sommerez +sommeriez +sommerions +sommerons +sommeront +sommes +sommet +sommets +sommez +somm +somme +sommes +somms +sommrent +sommier +sommiers +sommiez +sommions +sommit +sommits +sommons +somnambule +somnambules +somnambulisme +somnambulismes +somnifre +somnifres +somnola +somnolai +somnolaient +somnolais +somnolait +somnolant +somnolas +somnolasse +somnolassent +somnolasses +somnolassiez +somnolassions +somnolmes +somnolt +somnoltes +somnole +somnolence +somnolences +somnolent +somnolente +somnolentes +somnolents +somnoler +somnolera +somnolerai +somnoleraient +somnolerais +somnolerait +somnoleras +somnolerez +somnoleriez +somnolerions +somnolerons +somnoleront +somnoles +somnolez +somnol +somnole +somnoles +somnols +somnolrent +somnoliez +somnolions +somnolons +somptuaire +somptuaires +somptueuse +somptueusement +somptueuses +somptueux +somptuosit +somptuosits +son +sonate +sonates +sonda +sondage +sondages +sondai +sondaient +sondais +sondait +sondant +sondas +sondasse +sondassent +sondasses +sondassiez +sondassions +sondmes +sondt +sondtes +sonde +sondent +sonder +sondera +sonderai +sonderaient +sonderais +sonderait +sonderas +sonderez +sonderiez +sonderions +sonderons +sonderont +sondes +sondeur +sondeurs +sondez +sond +sonde +sondes +sonds +sondrent +sondiez +sondions +sondons +songe +songea +songeai +songeaient +songeais +songeait +songeant +songeas +songeasse +songeassent +songeasses +songeassiez +songeassions +songemes +songet +songetes +songent +songeons +songer +songera +songerai +songeraient +songerais +songerait +songeras +songerez +songerie +songeries +songeriez +songerions +songerons +songeront +songes +songeur +songeurs +songeuse +songeuses +songez +song +songe +songes +songs +songrent +songiez +songions +sonna +sonnai +sonnaient +sonnais +sonnait +sonnant +sonnante +sonnantes +sonnants +sonnas +sonnasse +sonnassent +sonnasses +sonnassiez +sonnassions +sonnmes +sonnt +sonntes +sonne +sonnent +sonner +sonnera +sonnerai +sonneraient +sonnerais +sonnerait +sonneras +sonnerez +sonnerie +sonneries +sonneriez +sonnerions +sonnerons +sonneront +sonnes +sonnet +sonnets +sonnette +sonnettes +sonneur +sonneurs +sonnez +sonn +sonne +sonnes +sonns +sonnrent +sonniez +sonnions +sonnons +sono +sonore +sonores +sonorisa +sonorisai +sonorisaient +sonorisais +sonorisait +sonorisant +sonorisas +sonorisasse +sonorisassent +sonorisasses +sonorisassiez +sonorisassions +sonorisation +sonorisations +sonorismes +sonorist +sonoristes +sonorise +sonorisent +sonoriser +sonorisera +sonoriserai +sonoriseraient +sonoriserais +sonoriserait +sonoriseras +sonoriserez +sonoriseriez +sonoriserions +sonoriserons +sonoriseront +sonorises +sonorisez +sonoris +sonorise +sonorises +sonoriss +sonorisrent +sonorisiez +sonorisions +sonorisons +sonorit +sonorits +sons +sont +sophisme +sophismes +sophiste +sophistes +sophistication +sophistications +sophistiqu +sophistique +sophistiques +sophistiqus +soporofique +soporofiques +soprano +sopranos +sorbet +sorbetire +sorbetires +sorbets +sorbier +sorbiers +sorcellerie +sorcelleries +sorcier +sorciers +sorcire +sorcires +sordide +sordidement +sordides +sorgho +sornette +sornettes +sors +sort +sortable +sortables +sortaient +sortais +sortait +sortant +sortante +sortantes +sortants +sorte +sortent +sortes +sortez +sorti +sortie +sorties +sortiez +sortilge +sortilges +sortions +sortir +sortira +sortirai +sortiraient +sortirais +sortirait +sortiras +sortirent +sortirez +sortiriez +sortirions +sortirons +sortiront +sortis +sortisse +sortissent +sortisses +sortissiez +sortissions +sortit +sortmes +sortt +sorttes +sortons +sorts +sos +sosie +sosies +sot +sots +sotte +sottement +sottes +sottise +sottises +sottisier +sottisiers +sou +soubassement +soubassements +soubresaut +soubresauts +soubrette +soubrettes +souche +souches +souci +soucia +souciai +souciaient +souciais +souciait +souciant +soucias +souciasse +souciassent +souciasses +souciassiez +souciassions +soucimes +soucit +soucites +soucie +soucient +soucier +souciera +soucierai +soucieraient +soucierais +soucierait +soucieras +soucierez +soucieriez +soucierions +soucierons +soucieront +soucies +soucieuse +soucieuses +soucieux +souciez +souci +soucie +soucies +soucis +soucirent +souciiez +souciions +soucions +soucis +soucoupe +soucoupes +souda +soudage +soudages +soudai +soudaient +soudain +soudaine +soudainement +soudaines +soudainet +soudainets +soudains +soudais +soudait +soudan +soudanais +soudanaise +soudanaises +soudanien +soudanienne +soudaniennes +soudaniens +soudant +soudard +soudards +soudas +soudasse +soudassent +soudasses +soudassiez +soudassions +soudmes +soudt +soudtes +soude +soudent +souder +soudera +souderai +souderaient +souderais +souderait +souderas +souderez +souderiez +souderions +souderons +souderont +soudes +soudeur +soudeurs +soudeuse +soudeuses +soudez +soud +soude +soudes +souds +soudrent +soudiez +soudions +soudoie +soudoient +soudoiera +soudoierai +soudoieraient +soudoierais +soudoierait +soudoieras +soudoierez +soudoieriez +soudoierions +soudoierons +soudoieront +soudoies +soudons +soudoya +soudoyai +soudoyaient +soudoyais +soudoyait +soudoyant +soudoyas +soudoyasse +soudoyassent +soudoyasses +soudoyassiez +soudoyassions +soudoymes +soudoyt +soudoytes +soudoyer +soudoyez +soudoy +soudoye +soudoyes +soudoys +soudoyrent +soudoyiez +soudoyions +soudoyons +soudure +soudures +souffert +soufferte +souffertes +soufferts +souffla +soufflage +soufflages +soufflai +soufflaient +soufflais +soufflait +soufflant +soufflas +soufflasse +soufflassent +soufflasses +soufflassiez +soufflassions +soufflmes +soufflt +souffltes +souffle +soufflent +souffler +soufflera +soufflerai +souffleraient +soufflerais +soufflerait +souffleras +soufflerez +soufflerie +souffleries +souffleriez +soufflerions +soufflerons +souffleront +souffles +soufflet +souffleta +souffletai +souffletaient +souffletais +souffletait +souffletant +souffletas +souffletasse +souffletassent +souffletasses +souffletassiez +souffletassions +souffletmes +soufflett +soufflettes +souffleter +souffletez +soufflet +soufflete +souffletes +soufflets +souffletrent +souffletiez +souffletions +souffletons +soufflets +soufflette +soufflettent +soufflettera +souffletterai +souffletteraient +souffletterais +souffletterait +souffletteras +souffletterez +souffletteriez +souffletterions +souffletterons +souffletteront +soufflettes +souffleur +souffleurs +souffleuse +souffleuses +soufflez +souffl +souffle +souffles +souffls +soufflrent +souffliez +soufflions +soufflons +souffraient +souffrais +souffrait +souffrance +souffrances +souffrant +souffrante +souffrantes +souffrants +souffre +souffrent +souffres +souffreteuse +souffreteuses +souffreteux +souffrez +souffriez +souffrions +souffrir +souffrira +souffrirai +souffriraient +souffrirais +souffrirait +souffriras +souffrirent +souffrirez +souffririez +souffririons +souffrirons +souffriront +souffris +souffrisse +souffrissent +souffrisses +souffrissiez +souffrissions +souffrit +souffrmes +souffrt +souffrtes +souffrons +soufra +soufrage +soufrages +soufrai +soufraient de soufre +soufrais de soufre +soufrait de soufre +soufrant de soufre +soufras +soufrasse +soufrassent +soufrasses +soufrassiez +soufrassions +soufrmes +soufrt +soufrtes +soufre +soufrent de soufre +soufrer +soufrera +soufrerai +soufreraient +soufrerais +soufrerait +soufreras +soufrerez +soufreriez +soufrerions +soufrerons +soufreront +soufres de soufre +soufreur +soufreurs +soufreuse +soufreuses +soufrez de soufre +soufr +soufre +soufres +soufrs +soufrrent +soufriez de soufre +soufrire +soufrires +soufrions de soufre +soufrons de soufre +souhait +souhaita +souhaitable +souhaitables +souhaitai +souhaitaient +souhaitais +souhaitait +souhaitant +souhaitas +souhaitasse +souhaitassent +souhaitasses +souhaitassiez +souhaitassions +souhaitmes +souhaitt +souhaittes +souhaite +souhaitent +souhaiter +souhaitera +souhaiterai +souhaiteraient +souhaiterais +souhaiterait +souhaiteras +souhaiterez +souhaiteriez +souhaiterions +souhaiterons +souhaiteront +souhaites +souhaitez +souhait +souhaite +souhaites +souhaits +souhaitrent +souhaitiez +souhaitions +souhaitons +souhaits +souilla +souillai +souillaient +souillais +souillait +souillant +souillas +souillasse +souillassent +souillasses +souillassiez +souillassions +souillmes +souillt +souilltes +souille +souillent +souiller +souillera +souillerai +souilleraient +souillerais +souillerait +souilleras +souillerez +souilleriez +souillerions +souillerons +souilleront +souilles +souillez +souill +souille +souilles +souills +souillrent +souilliez +souillions +souillon +souillons +souillure +souillures +souk +souks +soulage +soulagea +soulageai +soulageaient +soulageais +soulageait +soulageant +soulageas +soulageasse +soulageassent +soulageasses +soulageassiez +soulageassions +soulagemes +soulaget +soulagetes +soulagement +soulagements +soulagent +soulageons +soulager +soulagera +soulagerai +soulageraient +soulagerais +soulagerait +soulageras +soulagerez +soulageriez +soulagerions +soulagerons +soulageront +soulages +soulagez +soulag +soulage +soulages +soulags +soulagrent +soulagiez +soulagions +souleva +soulevai +soulevaient +soulevais +soulevait +soulevant +soulevas +soulevasse +soulevassent +soulevasses +soulevassiez +soulevassions +soulevmes +soulevt +soulevtes +soulever +soulevez +soulev +souleve +souleves +soulevs +soulevrent +souleviez +soulevions +soulevons +soulve +soulvement +soulvements +soulvent +soulvera +soulverai +soulveraient +soulverais +soulverait +soulveras +soulverez +soulveriez +soulverions +soulverons +soulveront +soulves +soulier +souliers +souligna +soulignai +soulignaient +soulignais +soulignait +soulignant +soulignas +soulignasse +soulignassent +soulignasses +soulignassiez +soulignassions +soulignmes +soulignt +souligntes +souligne +soulignement +soulignements +soulignent +souligner +soulignera +soulignerai +souligneraient +soulignerais +soulignerait +souligneras +soulignerez +souligneriez +soulignerions +soulignerons +souligneront +soulignes +soulignez +soulign +souligne +soulignes +souligns +soulignrent +souligniez +soulignions +soulignons +soulte +soultes +soumet +soumets +soumettaient +soumettais +soumettait +soumettant +soumette +soumettent +soumettes +soumettez +soumettiez +soumettions +soumettons +soumettra +soumettrai +soumettraient +soumettrais +soumettrait +soumettras +soumettre +soumettrez +soumettriez +soumettrions +soumettrons +soumettront +soumirent +soumis +soumise +soumises +soumisse +soumissent +soumisses +soumissiez +soumission +soumissionna +soumissionnai +soumissionnaient +soumissionnaire +soumissionnaires +soumissionnais +soumissionnait +soumissionnant +soumissionnas +soumissionnasse +soumissionnassent +soumissionnasses +soumissionnassiez +soumissionnassions +soumissionnmes +soumissionnt +soumissionntes +soumissionne +soumissionnent +soumissionner +soumissionnera +soumissionnerai +soumissionneraient +soumissionnerais +soumissionnerait +soumissionneras +soumissionnerez +soumissionneriez +soumissionnerions +soumissionnerons +soumissionneront +soumissionnes +soumissionnez +soumissionn +soumissionne +soumissionnes +soumissionns +soumissionnrent +soumissionniez +soumissionnions +soumissionnons +soumissions +soumit +soummes +soumt +soumtes +soupa +soupai +soupaient +soupais +soupait +soupant +soupape +soupapes +soupas +soupasse +soupassent +soupasses +soupassiez +soupassions +soupmes +soupt +souptes +soupon +souponna +souponnable +souponnables +souponnai +souponnaient +souponnais +souponnait +souponnant +souponnas +souponnasse +souponnassent +souponnasses +souponnassiez +souponnassions +souponnmes +souponnt +souponntes +souponne +souponnent +souponner +souponnera +souponnerai +souponneraient +souponnerais +souponnerait +souponneras +souponnerez +souponneriez +souponnerions +souponnerons +souponneront +souponnes +souponneuse +souponneuses +souponneux +souponnez +souponn +souponne +souponnes +souponns +souponnrent +souponniez +souponnions +souponnons +soupons +soupe +soupent +soupente +soupentes +souper +soupera +souperai +souperaient +souperais +souperait +souperas +souperez +souperiez +souperions +souperons +souperont +soupers +soupes +soupesa +soupesai +soupesaient +soupesais +soupesait +soupesant +soupesas +soupesasse +soupesassent +soupesasses +soupesassiez +soupesassions +soupesmes +soupest +soupestes +soupeser +soupesez +soupes +soupese +soupeses +soupess +soupesrent +soupesiez +soupesions +soupesons +soupez +soup +soupe +soupes +soups +souprent +soupse +soupsent +soupsera +soupserai +soupseraient +soupserais +soupserait +soupseras +soupserez +soupseriez +soupserions +soupserons +soupseront +soupses +soupiez +soupire +soupires +soupions +soupir +soupira +soupirai +soupiraient +soupirail +soupirais +soupirait +soupirant +soupirants +soupiras +soupirasse +soupirassent +soupirasses +soupirassiez +soupirassions +soupiraux +soupirmes +soupirt +soupirtes +soupire +soupirent +soupirer +soupirera +soupirerai +soupireraient +soupirerais +soupirerait +soupireras +soupirerez +soupireriez +soupirerions +soupirerons +soupireront +soupires +soupirez +soupir +soupire +soupires +soupirs +soupirrent +soupiriez +soupirions +soupirons +soupirs +souple +souplement +souples +souplesse +souplesses +soupons +sourate +sourates +source +sources +sourcier +sourciers +sourcil +sourcilier +sourciliers +sourcilire +sourcilires +sourcilla +sourcillai +sourcillaient +sourcillais +sourcillait +sourcillant +sourcillas +sourcillasse +sourcillassent +sourcillasses +sourcillassiez +sourcillassions +sourcillmes +sourcillt +sourcilltes +sourcille +sourcillent +sourciller +sourcillera +sourcillerai +sourcilleraient +sourcillerais +sourcillerait +sourcilleras +sourcillerez +sourcilleriez +sourcillerions +sourcillerons +sourcilleront +sourcilles +sourcilleuse +sourcilleuses +sourcilleux +sourcillez +sourcill +sourcille +sourcilles +sourcills +sourcillrent +sourcilliez +sourcillions +sourcillons +sourcils +sourd +sourde +sourdement +sourdent +sourdes +sourdine +sourdines +sourdre +sourds +souri +souriaient +souriais +souriait +souriant +souriceau +souriceaux +souricire +souricires +sourie +sourient +souries +souriez +souriiez +souriions +sourions +sourira +sourirai +souriraient +sourirais +sourirait +souriras +sourire +sourirent +sourires +sourirez +souririez +souririons +sourirons +souriront +souris +sourisse +sourissent +sourisses +sourissiez +sourissions +sourit +sourmes +sourt +sourtes +sournois +sournoise +sournoisement +sournoiserie +sournoiseries +sournoises +sous +souscripteur +souscripteurs +souscription +souscriptions +souscrira +souscrirai +souscriraient +souscrirais +souscrirait +souscriras +souscrire +souscrirez +souscririez +souscririons +souscrirons +souscriront +souscris +souscrisse +souscrissent +souscrisses +souscrissiez +souscrissions +souscrit +souscrite +souscrites +souscrits +souscrivaient +souscrivais +souscrivait +souscrivant +souscrive +souscrivent +souscrives +souscrivez +souscriviez +souscrivions +souscrivirent +souscrivis +souscrivit +souscrivmes +souscrivtes +souscrivons +souscrt +soussign +soussigne +soussignes +soussigns +soustraction +soustractions +soustraie +soustraient +soustraies +soustraira +soustrairai +soustrairaient +soustrairais +soustrairait +soustrairas +soustraire +soustrairez +soustrairiez +soustrairions +soustrairons +soustrairont +soustrais +soustraisse +soustraissent +soustraisses +soustraissiez +soustraissions +soustrait +soustraite +soustraites +soustraits +soustrat +soustrayaient +soustrayais +soustrayait +soustrayant +soustrayez +soustrayiez +soustrayions +soustrayons +soutache +soutaches +soutane +soutanes +soute +soutenable +soutenables +soutenaient +soutenais +soutenait +soutenance +soutenances +soutenant +souteneur +souteneurs +soutenez +souteniez +soutenions +soutenir +soutenons +soutenu +soutenue +soutenues +soutenus +souterrain +souterraine +souterraines +souterrains +soutes +soutnement +soutnements +soutien +soutiendra +soutiendrai +soutiendraient +soutiendrais +soutiendrait +soutiendras +soutiendrez +soutiendriez +soutiendrions +soutiendrons +soutiendront +soutienne +soutiennent +soutiennes +soutiens +soutient +soutier +soutiers +soutins +soutinsse +soutinssent +soutinsses +soutinssiez +soutinssions +soutint +soutira +soutirage +soutirages +soutirai +soutiraient +soutirais +soutirait +soutirant +soutiras +soutirasse +soutirassent +soutirasses +soutirassiez +soutirassions +soutirmes +soutirt +soutirtes +soutire +soutirent +soutirer +soutirera +soutirerai +soutireraient +soutirerais +soutirerait +soutireras +soutirerez +soutireriez +soutirerions +soutirerons +soutireront +soutires +soutirez +soutir +soutire +soutires +soutirs +soutirrent +soutiriez +soutirions +soutirons +soutnmes +soutnt +soutntes +souvenaient +souvenais +souvenait +souvenant +souvenez +souveniez +souvenions +souvenir +souvenirs +souvenons +souvent +souvenu +souvenue +souvenues +souvenus +souverain +souveraine +souverainement +souveraines +souverainet +souverainets +souverains +souviendra +souviendrai +souviendraient +souviendrais +souviendrait +souviendras +souviendrez +souviendriez +souviendrions +souviendrons +souviendront +souvienne +souviennent +souviennes +souviens +souvient +souvins +souvinsse +souvinssent +souvinsses +souvinssiez +souvinssions +souvint +souvirent +souvnmes +souvnt +souvntes +sol +sola +solai +solaient +solais +solait +solant +solas +solasse +solassent +solasses +solassiez +solassions +solaud +solaude +solaudes +solauds +solmes +solt +soltes +sole +solent +soler +solera +solerai +soleraient +solerais +solerait +soleras +solerez +solerie +soleries +soleriez +solerions +solerons +soleront +soles +solez +sol +sole +soles +sols +solrent +soliez +solions +solons +solot +solots +solotte +solottes +sols +soviet +soviets +sovitique +sovitiques +soya +soyeuse +soyeuses +soyeux +soyez +soyons +spacieuse +spacieusement +spacieuses +spacieux +spadassin +spadassins +spaghetti +spahi +spahis +sparadrap +sparadraps +spart +spartakisme +sparte +sparterie +sparteries +spartes +spartiate +spartiates +spartiste +spartistes +sparts +spasme +spasmes +spasmodique +spasmodiques +spath +spatial +spatiale +spatiales +spatials +spatule +spatules +speaker +speakerine +speakerines +speakers +spectacle +spectacles +spectaculaire +spectaculairement +spectaculaires +spectateur +spectateurs +spectatrice +spectatrices +spectral +spectrale +spectrales +spectraux +spectre +spectres +spectrographe +spectrographes +spectroscope +spectroscopes +speech +speeches +spermatozode +spermatozodes +sperme +spermes +spcial +spciale +spcialement +spciales +spcialisa +spcialisai +spcialisaient +spcialisais +spcialisait +spcialisant +spcialisas +spcialisasse +spcialisassent +spcialisasses +spcialisassiez +spcialisassions +spcialisation +spcialisations +spcialismes +spcialist +spcialistes +spcialise +spcialisent +spcialiser +spcialisera +spcialiserai +spcialiseraient +spcialiserais +spcialiserait +spcialiseras +spcialiserez +spcialiseriez +spcialiserions +spcialiserons +spcialiseront +spcialises +spcialisez +spcialis +spcialise +spcialises +spcialiss +spcialisrent +spcialisiez +spcialisions +spcialisons +spcialiste +spcialistes +spcialit +spcialits +spciaux +spcieuse +spcieusement +spcieuses +spcieux +spcifia +spcifiai +spcifiaient +spcifiais +spcifiait +spcifiant +spcifias +spcifiasse +spcifiassent +spcifiasses +spcifiassiez +spcifiassions +spcifimes +spcifit +spcifites +spcification +spcifications +spcificit +spcifie +spcifient +spcifier +spcifiera +spcifierai +spcifieraient +spcifierais +spcifierait +spcifieras +spcifierez +spcifieriez +spcifierions +spcifierons +spcifieront +spcifies +spcifiez +spcifi +spcifie +spcifies +spcifis +spcifirent +spcifiiez +spcifiions +spcifions +spcifique +spcifiquement +spcifiques +spcimen +spcimens +spcula +spculai +spculaient +spculais +spculait +spculant +spculas +spculasse +spculassent +spculasses +spculassiez +spculassions +spculateur +spculateurs +spculatif +spculatifs +spculation +spculations +spculative +spculativement +spculatives +spculatrice +spculatrices +spculmes +spcult +spcultes +spcule +spculent +spculer +spculera +spculerai +spculeraient +spculerais +spculerait +spculeras +spculerez +spculeriez +spculerions +spculerons +spculeront +spcules +spculez +spcul +spcule +spcules +spculs +spculrent +spculiez +spculions +spculons +spculum +spculums +splologie +splologue +splologues +sphricit +sphricits +sphrique +sphriques +sphrode +sphrodes +sphre +sphres +sphincter +sphincters +sphinx +spiral +spirale +spirales +spiraux +spire +spires +spirite +spirites +spiritisme +spiritualisa +spiritualisai +spiritualisaient +spiritualisais +spiritualisait +spiritualisant +spiritualisas +spiritualisasse +spiritualisassent +spiritualisasses +spiritualisassiez +spiritualisassions +spiritualisation +spiritualisations +spiritualismes +spiritualist +spiritualistes +spiritualise +spiritualisent +spiritualiser +spiritualisera +spiritualiserai +spiritualiseraient +spiritualiserais +spiritualiserait +spiritualiseras +spiritualiserez +spiritualiseriez +spiritualiserions +spiritualiserons +spiritualiseront +spiritualises +spiritualisez +spiritualis +spiritualise +spiritualises +spiritualiss +spiritualisrent +spiritualisiez +spiritualisions +spiritualisme +spiritualisons +spiritualiste +spiritualistes +spiritualit +spiritualits +spirituel +spirituelle +spirituellement +spirituelles +spirituels +spiritueuse +spiritueuses +spiritueux +spirochte +spirochtes +spleen +splendeur +splendeurs +splendide +splendidement +splendides +spolia +spoliai +spoliaient +spoliais +spoliait +spoliant +spolias +spoliasse +spoliassent +spoliasses +spoliassiez +spoliassions +spoliateur +spoliateurs +spoliation +spoliations +spoliatrice +spoliatrices +spolimes +spolit +spolites +spolie +spolient +spolier +spoliera +spolierai +spolieraient +spolierais +spolierait +spolieras +spolierez +spolieriez +spolierions +spolierons +spolieront +spolies +spoliez +spoli +spolie +spolies +spolis +spolirent +spoliiez +spoliions +spolions +spongieuse +spongieuses +spongieux +spontan +spontane +spontanes +spontanit +spontanits +spontanment +spontans +sporadique +sporadiquement +sporadiques +sporange +sporanges +spore +spores +sport +sportif +sportifs +sportive +sportivement +sportives +sports +spot +spots +sprat +sprats +sprint +sprinta +sprintai +sprintaient +sprintais +sprintait +sprintant +sprintas +sprintasse +sprintassent +sprintasses +sprintassiez +sprintassions +sprintmes +sprintt +sprinttes +sprinte +sprintent +sprinter +sprintera +sprinterai +sprinteraient +sprinterais +sprinterait +sprinteras +sprinterez +sprinteriez +sprinterions +sprinterons +sprinteront +sprinters +sprintes +sprinteuse +sprinteuses +sprintez +sprint +sprinte +sprintes +sprints +sprintrent +sprintiez +sprintions +sprintons +sprints +squale +squales +squame +squames +squameuse +squameuses +squameux +square +squares +squatter +squatters +squelette +squelettes +squelettique +squelettiques +squirre +squirres +squirrhe +squirrhes +stabilisa +stabilisai +stabilisaient +stabilisais +stabilisait +stabilisant +stabilisas +stabilisasse +stabilisassent +stabilisasses +stabilisassiez +stabilisassions +stabilisateur +stabilisateure +stabilisateures +stabilisateurs +stabilisation +stabilisations +stabilismes +stabilist +stabilistes +stabilise +stabilisent +stabiliser +stabilisera +stabiliserai +stabiliseraient +stabiliserais +stabiliserait +stabiliseras +stabiliserez +stabiliseriez +stabiliserions +stabiliserons +stabiliseront +stabilises +stabilisez +stabilis +stabilise +stabilises +stabiliss +stabilisrent +stabilisiez +stabilisions +stabilisons +stabilit +stabilits +stable +stables +stabulation +stabulations +staccato +staccatos +stade +stades +staff +stage +stages +stagiaire +stagiaires +stagna +stagnai +stagnaient +stagnais +stagnait +stagnant +stagnante +stagnantes +stagnants +stagnas +stagnasse +stagnassent +stagnasses +stagnassiez +stagnassions +stagnation +stagnations +stagnmes +stagnt +stagntes +stagne +stagnent +stagner +stagnera +stagnerai +stagneraient +stagnerais +stagnerait +stagneras +stagnerez +stagneriez +stagnerions +stagnerons +stagneront +stagnes +stagnez +stagn +stagne +stagnes +stagns +stagnrent +stagniez +stagnions +stagnons +stakhanovisme +stakhanoviste +stakhanovistes +stalactite +stalactites +stalag +stalagmite +stalagmites +stalags +staline +stalinien +stalinienne +staliniennes +staliniens +stalinisme +stalle +stalles +stance +stances +stand +standard +standardisation +standardisations +standardis +standardise +standardises +standardiss +standardiste +standardistes +standards +standing +standings +stands +stannifre +stannifres +staphylocoque +staphylocoques +star +stars +starter +starters +stase +stases +station +stationna +stationnai +stationnaient +stationnaire +stationnaires +stationnais +stationnait +stationnant +stationnas +stationnasse +stationnassent +stationnasses +stationnassiez +stationnassions +stationnmes +stationnt +stationntes +stationne +stationnement +stationnements +stationnent +stationner +stationnera +stationnerai +stationneraient +stationnerais +stationnerait +stationneras +stationnerez +stationneriez +stationnerions +stationnerons +stationneront +stationnes +stationnez +stationn +stationne +stationnes +stationns +stationnrent +stationniez +stationnions +stationnons +stations +statique +statiques +statisticien +statisticienne +statisticiennes +statisticiens +statistique +statistiques +stator +stators +statu +statua +statuai +statuaient +statuaire +statuaires +statuais +statuait +statuant +statuas +statuasse +statuassent +statuasses +statuassiez +statuassions +statumes +statut +statutes +statue +statuent +statuer +statuera +statuerai +statueraient +statuerais +statuerait +statueras +statuerez +statueriez +statuerions +statuerons +statueront +statues +statuette +statuettes +statuez +statu +statue +statues +status +staturent +statufia +statufiai +statufiaient +statufiais +statufiait +statufiant +statufias +statufiasse +statufiassent +statufiassiez +statufiassions +statufimes +statufit +statufites +statufie +statufient +statufier +statufiera +statufierai +statufieraient +statufierais +statufierait +statufieras +statufierez +statufieriez +statufierions +statufierons +statufieront +statufies +statufiez +statufi +statufie +statufies +statufis +statufirent +statufiiez +statufiions +statufions +statuiez +statuions +statuons +stature +statures +status +statut +statutaire +statutaires +statuts +steak +steaks +steamer +steamers +steeple +steeples +stellaire +stellaires +stencil +stencils +stentor +stentors +steppe +steppes +stercoraire +stercoraires +sterling +sternum +sternums +sternutatoire +sternutatoires +steward +stewards +starine +starique +stariques +statite +stno +stnodactylo +stnodactylos +stnographe +stnographes +stnographia +stnographiai +stnographiaient +stnographiais +stnographiait +stnographiant +stnographias +stnographiasse +stnographiassent +stnographiasses +stnographiassiez +stnographiassions +stnographimes +stnographit +stnographites +stnographie +stnographient +stnographier +stnographiera +stnographierai +stnographieraient +stnographierais +stnographierait +stnographieras +stnographierez +stnographieriez +stnographierions +stnographierons +stnographieront +stnographies +stnographiez +stnographi +stnographie +stnographies +stnographis +stnographirent +stnographiiez +stnographiions +stnographions +stnographique +stnographiquement +stnographiques +stnos +stnotypie +stnotypiste +stnotypistes +strographie +strographique +strographiques +stromtrie +strophonie +strophonique +strophoniques +stroscope +stroscopes +stroscopique +stroscopiques +strotomie +strotypa +strotypai +strotypaient +strotypais +strotypait +strotypant +strotypas +strotypasse +strotypassent +strotypasses +strotypassiez +strotypassions +strotypmes +strotypt +strotyptes +strotype +strotypent +strotyper +strotypera +strotyperai +strotyperaient +strotyperais +strotyperait +strotyperas +strotyperez +strotyperiez +strotyperions +strotyperons +strotyperont +strotypes +strotypez +strotyp +strotype +strotypes +strotyps +strotyprent +strotypie +strotypiez +strotypions +strotypons +strile +strilement +striles +strilet +strilets +strilisa +strilisable +strilisables +strilisai +strilisaient +strilisais +strilisait +strilisant +strilisas +strilisasse +strilisassent +strilisasses +strilisassiez +strilisassions +strilisateur +strilisateurs +strilisation +strilisations +strilismes +strilist +strilistes +strilise +strilisent +striliser +strilisera +striliserai +striliseraient +striliserais +striliserait +striliseras +striliserez +striliseriez +striliserions +striliserons +striliseront +strilises +strilisez +strilis +strilise +strilises +striliss +strilisrent +strilisiez +strilisions +strilisons +strilit +strilits +stthoscope +stthoscopes +stle +stles +stick +sticks +stigmate +stigmates +stigmatisa +stigmatisai +stigmatisaient +stigmatisais +stigmatisait +stigmatisant +stigmatisas +stigmatisasse +stigmatisassent +stigmatisasses +stigmatisassiez +stigmatisassions +stigmatismes +stigmatist +stigmatistes +stigmatise +stigmatisent +stigmatiser +stigmatisera +stigmatiserai +stigmatiseraient +stigmatiserais +stigmatiserait +stigmatiseras +stigmatiserez +stigmatiseriez +stigmatiserions +stigmatiserons +stigmatiseront +stigmatises +stigmatisez +stigmatis +stigmatise +stigmatises +stigmatiss +stigmatisrent +stigmatisiez +stigmatisions +stigmatisons +stillation +stillations +stimula +stimulai +stimulaient +stimulais +stimulait +stimulant +stimulante +stimulantes +stimulants +stimulas +stimulasse +stimulassent +stimulasses +stimulassiez +stimulassions +stimulateur +stimulateurs +stimulation +stimulations +stimulmes +stimult +stimultes +stimule +stimulent +stimuler +stimulera +stimulerai +stimuleraient +stimulerais +stimulerait +stimuleras +stimulerez +stimuleriez +stimulerions +stimulerons +stimuleront +stimules +stimulez +stimul +stimule +stimules +stimuls +stimulrent +stimuliez +stimulions +stimulons +stimulus +stipe +stipendia +stipendiai +stipendiaient +stipendiais +stipendiait +stipendiant +stipendias +stipendiasse +stipendiassent +stipendiasses +stipendiassiez +stipendiassions +stipendimes +stipendit +stipendites +stipendie +stipendient +stipendier +stipendiera +stipendierai +stipendieraient +stipendierais +stipendierait +stipendieras +stipendierez +stipendieriez +stipendierions +stipendierons +stipendieront +stipendies +stipendiez +stipendi +stipendie +stipendies +stipendis +stipendirent +stipendiiez +stipendiions +stipendions +stipes +stipula +stipulai +stipulaient +stipulais +stipulait +stipulant +stipulas +stipulasse +stipulassent +stipulasses +stipulassiez +stipulassions +stipulation +stipulations +stipulmes +stipult +stipultes +stipule +stipulent +stipuler +stipulera +stipulerai +stipuleraient +stipulerais +stipulerait +stipuleras +stipulerez +stipuleriez +stipulerions +stipulerons +stipuleront +stipules +stipulez +stipul +stipule +stipules +stipuls +stipulrent +stipuliez +stipulions +stipulons +stock +stocka +stockage +stockages +stockai +stockaient +stockais +stockait +stockant +stockas +stockasse +stockassent +stockasses +stockassiez +stockassions +stockmes +stockt +stocktes +stocke +stockent +stocker +stockera +stockerai +stockeraient +stockerais +stockerait +stockeras +stockerez +stockeriez +stockerions +stockerons +stockeront +stockes +stockez +stock +stocke +stockes +stocks +stockrent +stockiez +stockions +stockons +stocks +stocien +stocienne +stociennes +stociens +stocisme +stoque +stoquement +stoques +stolon +stolons +stomacal +stomacale +stomacales +stomacaux +stomate +stomates +stomatite +stomatologie +stop +stoppa +stoppage +stoppages +stoppai +stoppaient +stoppais +stoppait +stoppant +stoppas +stoppasse +stoppassent +stoppasses +stoppassiez +stoppassions +stoppmes +stoppt +stopptes +stoppe +stoppent +stopper +stoppera +stopperai +stopperaient +stopperais +stopperait +stopperas +stopperez +stopperiez +stopperions +stopperons +stopperont +stoppes +stoppeur +stoppeurs +stoppeuse +stoppeuses +stoppez +stopp +stoppe +stoppes +stopps +stopprent +stoppiez +stoppions +stoppons +store +stores +strabisme +stradivarius +strangulation +strangulations +strapontin +strapontins +strass +stratagme +stratagmes +strate +strates +stratgie +stratgies +stratgique +stratgiquement +stratgiques +stratge +stratges +stratifia +stratifiai +stratifiaient +stratifiais +stratifiait +stratifiant +stratifias +stratifiasse +stratifiassent +stratifiasses +stratifiassiez +stratifiassions +stratifimes +stratifit +stratifites +stratification +stratifications +stratifie +stratifient +stratifier +stratifiera +stratifierai +stratifieraient +stratifierais +stratifierait +stratifieras +stratifierez +stratifieriez +stratifierions +stratifierons +stratifieront +stratifies +stratifiez +stratifi +stratifie +stratifies +stratifis +stratifirent +stratifiiez +stratifiions +stratifions +stratigraphie +stratosphre +stratus +streptocoque +streptocoques +streptomycine +stress +stria +striai +striaient +striais +striait +striant +strias +striasse +striassent +striasses +striassiez +striassions +strimes +strit +strites +strict +stricte +strictement +strictes +stricts +strident +stridente +stridentes +stridents +stridulation +stridulations +strie +strient +strier +striera +strierai +strieraient +strierais +strierait +strieras +strierez +strieriez +strierions +strierons +strieront +stries +striez +stri +strie +stries +stris +strirent +striiez +striions +strions +strobile +strobiles +strontium +strophe +strophes +structura +structurai +structuraient +structurais +structurait +structuralisme +structurant +structuras +structurasse +structurassent +structurasses +structurassiez +structurassions +structurmes +structurt +structurtes +structure +structurel +structurent +structurer +structurera +structurerai +structureraient +structurerais +structurerait +structureras +structurerez +structureriez +structurerions +structurerons +structureront +structures +structurez +structur +structure +structures +structurs +structurrent +structuriez +structurions +structurons +strychnine +stuc +studieuse +studieusement +studieuses +studieux +studio +studios +stupeur +stupeurs +stupfaction +stupfactions +stupfait +stupfaite +stupfaites +stupfaits +stupfia +stupfiai +stupfiaient +stupfiais +stupfiait +stupfiant +stupfiante +stupfiantes +stupfiants +stupfias +stupfiasse +stupfiassent +stupfiasses +stupfiassiez +stupfiassions +stupfimes +stupfit +stupfites +stupfie +stupfient +stupfier +stupfiera +stupfierai +stupfieraient +stupfierais +stupfierait +stupfieras +stupfierez +stupfieriez +stupfierions +stupfierons +stupfieront +stupfies +stupfiez +stupfi +stupfie +stupfies +stupfis +stupfirent +stupfiiez +stupfiions +stupfions +stupide +stupidement +stupides +stupidit +stupidits +styla +stylai +stylaient +stylais +stylait +stylant +stylas +stylasse +stylassent +stylasses +stylassiez +stylassions +stylmes +stylt +styltes +style +stylent +styler +stylera +stylerai +styleraient +stylerais +stylerait +styleras +stylerez +styleriez +stylerions +stylerons +styleront +styles +stylet +stylets +stylez +styl +style +styles +styls +stylrent +styliez +stylions +stylisa +stylisai +stylisaient +stylisais +stylisait +stylisant +stylisas +stylisasse +stylisassent +stylisasses +stylisassiez +stylisassions +stylisation +stylisations +stylismes +stylist +stylistes +stylise +stylisent +styliser +stylisera +styliserai +styliseraient +styliserais +styliserait +styliseras +styliserez +styliseriez +styliserions +styliserons +styliseront +stylises +stylisez +stylis +stylise +stylises +styliss +stylisrent +stylisiez +stylisions +stylisons +styliste +stylistes +stylistique +stylistiques +stylo +stylographe +stylographes +stylons +stylos +su +sua +suai +suaient +suaire +suaires +suais +suait +suant +suas +suasse +suassent +suasses +suassiez +suassions +suave +suavement +suaves +suavit +suavits +sumes +sut +sutes +subaigu +subaigu +subaigus +subaigus +subalpin +subalpine +subalpines +subalpins +subalterne +subalternes +subconscient +subconsciente +subconscientes +subconscients +subdivisa +subdivisai +subdivisaient +subdivisais +subdivisait +subdivisant +subdivisas +subdivisasse +subdivisassent +subdivisasses +subdivisassiez +subdivisassions +subdivismes +subdivist +subdivistes +subdivise +subdivisent +subdiviser +subdivisera +subdiviserai +subdiviseraient +subdiviserais +subdiviserait +subdiviseras +subdiviserez +subdiviseriez +subdiviserions +subdiviserons +subdiviseront +subdivises +subdivisez +subdivis +subdivise +subdivises +subdiviss +subdivisrent +subdivisiez +subdivision +subdivisions +subdivisons +subreuse +subreuses +subreux +subi +subie +subies +subir +subira +subirai +subiraient +subirais +subirait +subiras +subirent +subirez +subiriez +subirions +subirons +subiront +subis +subissaient +subissais +subissait +subissant +subisse +subissent +subisses +subissez +subissiez +subissions +subissons +subit +subite +subitement +subites +subits +submes +subt +subtes +subjectif +subjectifs +subjective +subjectivement +subjectives +subjectivit +subjectivits +subjonctif +subjonctifs +subjugua +subjuguai +subjuguaient +subjuguais +subjuguait +subjuguant +subjuguas +subjuguasse +subjuguassent +subjuguasses +subjuguassiez +subjuguassions +subjugumes +subjugut +subjugutes +subjugue +subjuguent +subjuguer +subjuguera +subjuguerai +subjugueraient +subjuguerais +subjuguerait +subjugueras +subjuguerez +subjugueriez +subjuguerions +subjuguerons +subjugueront +subjugues +subjuguez +subjugu +subjugue +subjugues +subjugus +subjugurent +subjuguiez +subjuguions +subjuguons +sublima +sublimai +sublimaient +sublimais +sublimait +sublimant +sublimas +sublimasse +sublimassent +sublimasses +sublimassiez +sublimassions +sublimation +sublimations +sublimmes +sublimt +sublimtes +sublime +subliment +sublimer +sublimera +sublimerai +sublimeraient +sublimerais +sublimerait +sublimeras +sublimerez +sublimeriez +sublimerions +sublimerons +sublimeront +sublimes +sublimez +sublim +sublime +sublimes +sublims +sublimrent +sublimiez +sublimions +sublimons +submerge +submergea +submergeai +submergeaient +submergeais +submergeait +submergeant +submergeas +submergeasse +submergeassent +submergeasses +submergeassiez +submergeassions +submergemes +submerget +submergetes +submergent +submergeons +submerger +submergera +submergerai +submergeraient +submergerais +submergerait +submergeras +submergerez +submergeriez +submergerions +submergerons +submergeront +submerges +submergez +submerg +submerge +submerges +submergs +submergrent +submergiez +submergions +submersible +submersibles +submersion +submersions +subodora +subodorai +subodoraient +subodorais +subodorait +subodorant +subodoras +subodorasse +subodorassent +subodorasses +subodorassiez +subodorassions +subodormes +subodort +subodortes +subodore +subodorent +subodorer +subodorera +subodorerai +subodoreraient +subodorerais +subodorerait +subodoreras +subodorerez +subodoreriez +subodorerions +subodorerons +subodoreront +subodores +subodorez +subodor +subodore +subodores +subodors +subodorrent +subodoriez +subodorions +subodorons +subordination +subordinations +subordonna +subordonnai +subordonnaient +subordonnais +subordonnait +subordonnant +subordonnas +subordonnasse +subordonnassent +subordonnasses +subordonnassiez +subordonnassions +subordonnmes +subordonnt +subordonntes +subordonne +subordonnent +subordonner +subordonnera +subordonnerai +subordonneraient +subordonnerais +subordonnerait +subordonneras +subordonnerez +subordonneriez +subordonnerions +subordonnerons +subordonneront +subordonnes +subordonnez +subordonn +subordonne +subordonnes +subordonns +subordonnrent +subordonniez +subordonnions +subordonnons +suborna +subornai +subornaient +subornais +subornait +subornant +subornas +subornasse +subornassent +subornasses +subornassiez +subornassions +subornation +subornations +subornmes +subornt +suborntes +suborne +subornent +suborner +subornera +subornerai +suborneraient +subornerais +subornerait +suborneras +subornerez +suborneriez +subornerions +subornerons +suborneront +subornes +suborneur +suborneurs +suborneuse +suborneuses +subornez +suborn +suborne +subornes +suborns +subornrent +suborniez +subornions +subornons +subreptice +subrepticement +subreptices +subroge +subrogea +subrogeai +subrogeaient +subrogeais +subrogeait +subrogeant +subrogeas +subrogeasse +subrogeassent +subrogeasses +subrogeassiez +subrogeassions +subrogemes +subroget +subrogetes +subrogent +subrogeons +subroger +subrogera +subrogerai +subrogeraient +subrogerais +subrogerait +subrogeras +subrogerez +subrogeriez +subrogerions +subrogerons +subrogeront +subroges +subrogez +subrog +subroge +subroges +subrogs +subrogrent +subrogiez +subrogions +subsquemment +subsquent +subsquente +subsquentes +subsquents +subside +subsides +subsidiaire +subsidiaires +subsista +subsistai +subsistaient +subsistais +subsistait +subsistance +subsistances +subsistant +subsistas +subsistasse +subsistassent +subsistasses +subsistassiez +subsistmes +subsistt +subsisttes +subsiste +subsistent +subsister +subsistera +subsisterai +subsisteraient +subsisterais +subsisterait +subsisteras +subsisterez +subsisteriez +subsisterions +subsisterons +subsisteront +subsistes +subsistez +subsist +subsiste +subsistes +subsists +subsistrent +subsistiez +subsistions +subsistons +substance +substances +substantiel +substantielle +substantiellement +substantiels +substantif +substantifs +substantivement +substitua +substituai +substituaient +substituais +substituait +substituant +substituas +substituasse +substituassent +substituasses +substituassiez +substituassions +substitumes +substitut +substitutes +substitue +substituent +substituer +substituera +substituerai +substitueraient +substituerais +substituerait +substitueras +substituerez +substitueriez +substituerions +substituerons +substitueront +substitues +substituez +substitu +substitue +substitues +substitus +substiturent +substituiez +substituions +substituons +substitut +substitution +substitutions +substituts +substrat +substrats +substratum +substratums +subterfuge +subterfuges +subtil +subtile +subtilement +subtiles +subtilisa +subtilisai +subtilisaient +subtilisais +subtilisait +subtilisant +subtilisas +subtilisasse +subtilisassent +subtilisasses +subtilisassiez +subtilisassions +subtilismes +subtilist +subtilistes +subtilise +subtilisent +subtiliser +subtilisera +subtiliserai +subtiliseraient +subtiliserais +subtiliserait +subtiliseras +subtiliserez +subtiliseriez +subtiliserions +subtiliserons +subtiliseront +subtilises +subtilisez +subtilis +subtilise +subtilises +subtiliss +subtilisrent +subtilisiez +subtilisions +subtilisons +subtilit +subtilits +subtils +subtropical +subtropicale +subtropicales +subtropicaux +suburbain +suburbaine +suburbaines +suburbains +subvenaient +subvenais +subvenait +subvenant +subvenez +subveniez +subvenions +subvenir +subvenons +subvention +subventionna +subventionnai +subventionnaient +subventionnais +subventionnait +subventionnant +subventionnas +subventionnasse +subventionnassent +subventionnasses +subventionnassiez +subventionnassions +subventionnmes +subventionnt +subventionntes +subventionne +subventionnent +subventionner +subventionnera +subventionnerai +subventionneraient +subventionnerais +subventionnerait +subventionneras +subventionnerez +subventionneriez +subventionnerions +subventionnerons +subventionneront +subventionnes +subventionnez +subventionn +subventionne +subventionnes +subventionns +subventionnrent +subventionniez +subventionnions +subventionnons +subventions +subvenu +subvenue +subvenues +subvenus +subversif +subversifs +subversion +subversions +subversive +subversivement +subversives +subviendra +subviendrai +subviendraient +subviendrais +subviendrait +subviendras +subviendrez +subviendriez +subviendrions +subviendrons +subviendront +subvienne +subviennent +subviennes +subviens +subvient +subvins +subvinsse +subvinssent +subvinsses +subvinssiez +subvinssions +subvint +subvirent +subvmes +subvnt +subvtes +suc +successeur +successeurs +successif +successifs +succession +successions +successive +successivement +successives +successoral +successorale +successorales +successoraux +succda +succdai +succdaient +succdais +succdait +succdan +succdane +succdanes +succdans +succdant +succdas +succdasse +succdassent +succdasses +succdassiez +succdassions +succdmes +succdt +succdtes +succder +succdera +succderai +succderaient +succderais +succderait +succderas +succderez +succderiez +succderions +succderons +succderont +succdez +succd +succde +succdes +succds +succdrent +succdiez +succdions +succdons +succde +succdent +succdes +succs +succinct +succincte +succinctement +succinctes +succincts +succion +succions +succomba +succombai +succombaient +succombais +succombait +succombant +succombas +succombasse +succombassent +succombasses +succombassiez +succombassions +succombmes +succombt +succombtes +succombe +succombent +succomber +succombera +succomberai +succomberaient +succomberais +succomberait +succomberas +succomberez +succomberiez +succomberions +succomberons +succomberont +succombes +succombez +succomb +succombe +succombes +succombs +succombrent +succombiez +succombions +succombons +succube +succubes +succulence +succulences +succulent +succulente +succulentes +succulents +succursale +succursales +suce +sucement +sucent +suceptible +suceptibles +sucer +sucera +sucerai +suceraient +sucerais +sucerait +suceras +sucerez +suceriez +sucerions +sucerons +suceront +suces +sucette +sucettes +suceur +suceurs +suceuse +suceuses +sucez +suc +suce +suces +sucs +sucrent +suciez +sucions +sucra +sucrage +sucrages +sucrai +sucraient +sucrais +sucrait +sucrant +sucrante +sucrantes +sucrants +sucras +sucrasse +sucrassent +sucrasses +sucrassiez +sucrassions +sucrmes +sucrt +sucrtes +sucre +sucrent +sucrer +sucrera +sucrerai +sucreraient +sucrerais +sucrerait +sucreras +sucrerez +sucrerie +sucreries +sucreriez +sucrerions +sucrerons +sucreront +sucres +sucrez +sucr +sucre +sucres +sucrs +sucrrent +sucrier +sucriers +sucriez +sucrire +sucrires +sucrions +sucrons +sucs +sua +suai +suaient +suais +suait +suant +suas +suasse +suassent +suasses +suassiez +suassions +sumes +sut +sutes +suoir +suoirs +suon +suons +suota +suotai +suotaient +suotais +suotait +suotant +suotas +suotasse +suotassent +suotasses +suotassiez +suotassions +suotmes +suott +suottes +suote +suotent +suoter +suotera +suoterai +suoteraient +suoterais +suoterait +suoteras +suoterez +suoteriez +suoterions +suoterons +suoteront +suotes +suotez +suot +suote +suotes +suots +suotrent +suotiez +suotions +suotons +sud +sudation +sudations +sudiste +sudistes +sudoripare +sudoripares +sue +suent +suer +suera +suerai +sueraient +suerais +suerait +sueras +suerez +sueriez +suerions +suerons +sueront +sues +sueur +sueurs +suez +su +sudois +sudoise +sudoises +sue +sues +sus +sude +surent +suffi +suffie +suffies +suffira +suffirai +suffiraient +suffirais +suffirait +suffiras +suffire +suffirent +suffirez +suffiriez +suffirions +suffirons +suffiront +suffis +suffisaient +suffisais +suffisait +suffisamment +suffisance +suffisances +suffisant +suffisante +suffisantes +suffisants +suffise +suffisent +suffises +suffisez +suffisiez +suffisions +suffisons +suffisse +suffissent +suffisses +suffissiez +suffissions +suffit +suffixe +suffixes +suffmes +sufft +sufftes +suffocant +suffocante +suffocantes +suffocants +suffocation +suffocations +suffoqua +suffoquai +suffoquaient +suffoquais +suffoquait +suffoquant +suffoquas +suffoquasse +suffoquassent +suffoquasses +suffoquassiez +suffoquassions +suffoqumes +suffoqut +suffoqutes +suffoque +suffoquent +suffoquer +suffoquera +suffoquerai +suffoqueraient +suffoquerais +suffoquerait +suffoqueras +suffoquerez +suffoqueriez +suffoquerions +suffoquerons +suffoqueront +suffoques +suffoquez +suffoqu +suffoque +suffoques +suffoqus +suffoqurent +suffoquiez +suffoquions +suffoquons +suffrage +suffrages +suffragette +suffragettes +suggestif +suggestifs +suggestion +suggestions +suggestive +suggestivement +suggestives +suggra +suggrai +suggraient +suggrais +suggrait +suggrant +suggras +suggrasse +suggrassent +suggrasses +suggrassiez +suggrassions +suggrmes +suggrt +suggrtes +suggrer +suggrera +suggrerai +suggreraient +suggrerais +suggrerait +suggreras +suggrerez +suggreriez +suggrerions +suggrerons +suggreront +suggrez +suggr +suggre +suggres +suggrs +suggrrent +suggriez +suggrions +suggrons +suggre +suggrent +suggres +suicida +suicidai +suicidaient +suicidais +suicidait +suicidant +suicidas +suicidasse +suicidassent +suicidasses +suicidassiez +suicidassions +suicidmes +suicidt +suicidtes +suicide +suicident +suicider +suicidera +suiciderai +suicideraient +suiciderais +suiciderait +suicideras +suiciderez +suicideriez +suiciderions +suiciderons +suicideront +suicides +suicidez +suicid +suicide +suicides +suicids +suicidrent +suicidiez +suicidions +suicidons +suie +suiez +suif +suint +suinta +suintai +suintaient +suintais +suintait +suintant +suintas +suintasse +suintassent +suintasses +suintassiez +suintassions +suintmes +suintt +suinttes +suinte +suintement +suintements +suintent +suinter +suintera +suinterai +suinteraient +suinterais +suinterait +suinteras +suinterez +suinteriez +suinterions +suinterons +suinteront +suintes +suintez +suint +suinte +suintes +suints +suintrent +suintiez +suintions +suintons +suions +suis +suisse +suisses +suissesse +suissesses +suit +suite +suites +suivaient +suivais +suivait +suivant +suivante +suivantes +suivants +suive +suivent +suives +suiveur +suiveurs +suivez +suivi +suivie +suivies +suiviez +suivions +suivirent +suivis +suivisse +suivissent +suivisses +suivissiez +suivissions +suivit +suivmes +suivt +suivtes +suivons +suivra +suivrai +suivraient +suivrais +suivrait +suivras +suivre +suivrez +suivriez +suivrions +suivrons +suivront +sujet +sujets +sujette +sujettes +sujtion +sujtions +sulfamide +sulfata +sulfatage +sulfatages +sulfatai +sulfataient +sulfatais +sulfatait +sulfatant +sulfatas +sulfatasse +sulfatassent +sulfatasses +sulfatassiez +sulfatassions +sulfatmes +sulfatt +sulfattes +sulfate +sulfatent +sulfater +sulfatera +sulfaterai +sulfateraient +sulfaterais +sulfaterait +sulfateras +sulfaterez +sulfateriez +sulfaterions +sulfaterons +sulfateront +sulfates +sulfatez +sulfat +sulfate +sulfates +sulfats +sulfatrent +sulfatiez +sulfations +sulfatons +sulfura +sulfurai +sulfuraient +sulfurais +sulfurait +sulfurant +sulfuras +sulfurasse +sulfurassent +sulfurasses +sulfurassiez +sulfurassions +sulfurmes +sulfurt +sulfurtes +sulfure +sulfurent +sulfurer +sulfurera +sulfurerai +sulfureraient +sulfurerais +sulfurerait +sulfureras +sulfurerez +sulfureriez +sulfurerions +sulfurerons +sulfureront +sulfures +sulfureuse +sulfureuses +sulfureux +sulfurez +sulfur +sulfure +sulfures +sulfurs +sulfurrent +sulfuriez +sulfurions +sulfurique +sulfuriques +sulfuris +sulfurise +sulfurises +sulfuriss +sulfurons +sultan +sultanat +sultanats +sultane +sultanes +sultans +summmum +sunlight +sunlights +sunnite +sunnites +suons +super +superbe +superbement +superbes +supercarburant +supercarburants +supercherie +supercheries +superftatoire +superftatoires +superficie +superficiel +superficielle +superficiellement +superficielles +superficiels +superficies +superflu +superflue +superflues +superflus +superlatif +superlatifs +superlative +superlativement +superlatives +supermarch +supermarchs +superphosphate +superphosphates +superposa +superposable +superposables +superposai +superposaient +superposais +superposait +superposant +superposas +superposasse +superposassent +superposasses +superposassiez +superposassions +superposmes +superpost +superpostes +superpose +superposent +superposer +superposera +superposerai +superposeraient +superposerais +superposerait +superposeras +superposerez +superposeriez +superposerions +superposerons +superposeront +superposes +superposez +superpos +superpose +superposes +superposs +superposrent +superposiez +superposions +superposition +superpositions +superposons +superproduction +superproductions +supersonique +supersoniques +superstitieuse +superstitieusement +superstitieuses +superstitieux +superstition +superstitions +superstructure +superstructures +supervisa +supervisai +supervisaient +supervisais +supervisait +supervisant +supervisas +supervisasse +supervisassent +supervisasses +supervisassiez +supervisassions +supervismes +supervist +supervistes +supervise +supervisent +superviser +supervisera +superviserai +superviseraient +superviserais +superviserait +superviseras +superviserez +superviseriez +superviserions +superviserons +superviseront +supervises +supervisez +supervis +supervise +supervises +superviss +supervisrent +supervisiez +supervisions +supervisons +suprieur +suprieure +suprieurement +suprieures +suprieurs +supriorit +supriorits +supplanta +supplantai +supplantaient +supplantais +supplantait +supplantant +supplantas +supplantasse +supplantassent +supplantasses +supplantassiez +supplantassions +supplantmes +supplantt +supplanttes +supplante +supplantent +supplanter +supplantera +supplanterai +supplanteraient +supplanterais +supplanterait +supplanteras +supplanterez +supplanteriez +supplanterions +supplanterons +supplanteront +supplantes +supplantez +supplant +supplante +supplantes +supplants +supplantrent +supplantiez +supplantions +supplantons +suppla +supplai +supplaient +supplais +supplait +supplance +supplances +supplant +supplante +supplantes +supplants +supplas +supplasse +supplassent +supplasses +supplassiez +supplassions +supplmes +supplt +suppltes +supple +supplent +suppler +supplera +supplerai +suppleraient +supplerais +supplerait +suppleras +supplerez +suppleriez +supplerions +supplerons +suppleront +supples +supplez +suppl +supple +supples +suppls +supplrent +suppliez +supplions +supplment +supplmentaire +supplmentairement +supplmentaires +supplments +supplons +supplia +suppliai +suppliaient +suppliais +suppliait +suppliant +supplias +suppliasse +suppliassent +suppliasses +suppliassiez +suppliassions +supplimes +supplit +supplites +supplication +supplications +supplice +supplices +supplicia +suppliciai +suppliciaient +suppliciais +suppliciait +suppliciant +supplicias +suppliciasse +suppliciassent +suppliciasses +suppliciassiez +suppliciassions +supplicimes +supplicit +supplicites +supplicie +supplicient +supplicier +suppliciera +supplicierai +supplicieraient +supplicierais +supplicierait +supplicieras +supplicierez +supplicieriez +supplicierions +supplicierons +supplicieront +supplicies +suppliciez +supplici +supplicie +supplicies +supplicis +supplicirent +suppliciiez +suppliciions +supplicions +supplie +supplient +supplier +suppliera +supplierai +supplieraient +supplierais +supplierait +supplieras +supplierez +supplieriez +supplierions +supplierons +supplieront +supplies +suppliez +suppli +supplie +supplies +supplis +supplirent +suppliiez +suppliions +supplions +supplique +suppliques +support +supporta +supportable +supportables +supportai +supportaient +supportais +supportait +supportant +supportas +supportasse +supportassent +supportasses +supportassiez +supportassions +supportmes +supportt +supporttes +supporte +supportent +supporter +supportera +supporterai +supporteraient +supporterais +supporterait +supporteras +supporterez +supporteriez +supporterions +supporterons +supporteront +supporters +supportes +supportez +support +supporte +supportes +supports +supportrent +supportiez +supportions +supportons +supports +supposa +supposai +supposaient +supposais +supposait +supposant +supposas +supposasse +supposassent +supposasses +supposassiez +supposassions +supposmes +suppost +suppostes +suppose +supposent +supposer +supposera +supposerai +supposeraient +supposerais +supposerait +supposeras +supposerez +supposeriez +supposerions +supposerons +supposeront +supposes +supposez +suppos +suppose +supposes +supposs +supposrent +supposiez +supposions +supposition +suppositions +suppositoire +suppositoires +supposons +suppt +suppts +suppression +suppressions +supprima +supprimai +supprimaient +supprimais +supprimait +supprimant +supprimas +supprimasse +supprimassent +supprimasses +supprimassiez +supprimassions +supprimmes +supprimt +supprimtes +supprime +suppriment +supprimer +supprimera +supprimerai +supprimeraient +supprimerais +supprimerait +supprimeras +supprimerez +supprimeriez +supprimerions +supprimerons +supprimeront +supprimes +supprimez +supprim +supprime +supprimes +supprims +supprimrent +supprimiez +supprimions +supprimons +suppura +suppurai +suppuraient +suppurais +suppurait +suppurant +suppuras +suppurasse +suppurassent +suppurasses +suppurassiez +suppurassions +suppuration +suppurations +suppurmes +suppurt +suppurtes +suppure +suppurent +suppurer +suppurera +suppurerai +suppureraient +suppurerais +suppurerait +suppureras +suppurerez +suppureriez +suppurerions +suppurerons +suppureront +suppures +suppurez +suppur +suppure +suppures +suppurs +suppurrent +suppuriez +suppurions +suppurons +supputa +supputai +supputaient +supputais +supputait +supputant +supputas +supputasse +supputassent +supputasses +supputassiez +supputassions +supputation +supputations +supputmes +supputt +supputtes +suppute +supputent +supputer +supputera +supputerai +supputeraient +supputerais +supputerait +supputeras +supputerez +supputeriez +supputerions +supputerons +supputeront +supputes +supputez +supput +suppute +supputes +supputs +supputrent +supputiez +supputions +supputons +supra +suprmatie +suprmaties +suprme +suprmement +suprmes +sur prep ou aigre +surabonda +surabondai +surabondaient +surabondais +surabondait +surabondance +surabondances +surabondant +surabondante +surabondantes +surabondants +surabondas +surabondasse +surabondassent +surabondasses +surabondassiez +surabondassions +surabondmes +surabondt +surabondtes +surabonde +surabondent +surabonder +surabondera +surabonderai +surabonderaient +surabonderais +surabonderait +surabonderas +surabonderez +surabonderiez +surabonderions +surabonderons +surabonderont +surabondes +surabondez +surabond +surabonde +surabondes +surabonds +surabondrent +surabondiez +surabondions +surabondons +suraigu +suraigu +suraigus +suraigus +surajouta +surajoutai +surajoutaient +surajoutais +surajoutait +surajoutant +surajoutas +surajoutasse +surajoutassent +surajoutasses +surajoutassiez +surajoutassions +surajoutmes +surajoutt +surajouttes +surajoute +surajoutent +surajouter +surajoutera +surajouterai +surajouteraient +surajouterais +surajouterait +surajouteras +surajouterez +surajouteriez +surajouterions +surajouterons +surajouteront +surajoutes +surajoutez +surajout +surajoute +surajoutes +surajouts +surajoutrent +surajoutiez +surajoutions +surajoutons +suralimenta +suralimentai +suralimentaient +suralimentais +suralimentait +suralimentant +suralimentas +suralimentasse +suralimentassent +suralimentasses +suralimentassiez +suralimentassions +suralimentation +suralimentations +suralimentmes +suralimentt +suralimenttes +suralimente +suralimentent +suralimenter +suralimentera +suralimenterai +suralimenteraient +suralimenterais +suralimenterait +suralimenteras +suralimenterez +suralimenteriez +suralimenterions +suralimenterons +suralimenteront +suralimentes +suralimentez +suraliment +suralimente +suralimentes +suraliments +suralimentrent +suralimentiez +suralimentions +suralimentons +surann +suranne +surannes +suranns +surate +surates +surbaiss +surbaisse +surbaisses +surbaisss +surcharge +surchargea +surchargeai +surchargeaient +surchargeais +surchargeait +surchargeant +surchargeas +surchargeasse +surchargeassent +surchargeasses +surchargeassiez +surchargeassions +surchargemes +surcharget +surchargetes +surchargent +surchargeons +surcharger +surchargera +surchargerai +surchargeraient +surchargerais +surchargerait +surchargeras +surchargerez +surchargeriez +surchargerions +surchargerons +surchargeront +surcharges +surchargez +surcharg +surcharge +surcharges +surchargs +surchargrent +surchargiez +surchargions +surchauffa +surchauffai +surchauffaient +surchauffais +surchauffait +surchauffant +surchauffas +surchauffasse +surchauffassent +surchauffasses +surchauffassiez +surchauffassions +surchauffmes +surchaufft +surchaufftes +surchauffe +surchauffent +surchauffer +surchauffera +surchaufferai +surchaufferaient +surchaufferais +surchaufferait +surchaufferas +surchaufferez +surchaufferiez +surchaufferions +surchaufferons +surchaufferont +surchauffes +surchauffez +surchauff +surchauffe +surchauffes +surchauffs +surchauffrent +surchauffiez +surchauffions +surchauffons +surchoix +surclassa +surclassai +surclassaient +surclassais +surclassait +surclassant +surclassas +surclassasse +surclassassent +surclassasses +surclassassiez +surclassassions +surclassmes +surclasst +surclasstes +surclasse +surclassent +surclasser +surclassera +surclasserai +surclasseraient +surclasserais +surclasserait +surclasseras +surclasserez +surclasseriez +surclasserions +surclasserons +surclasseront +surclasses +surclassez +surclass +surclasse +surclasses +surclasss +surclassrent +surclassiez +surclassions +surclassons +surcoupa +surcoupai +surcoupaient +surcoupais +surcoupait +surcoupant +surcoupas +surcoupasse +surcoupassent +surcoupasses +surcoupassiez +surcoupassions +surcoupmes +surcoupt +surcouptes +surcoupe +surcoupent +surcouper +surcoupera +surcouperai +surcouperaient +surcouperais +surcouperait +surcouperas +surcouperez +surcouperiez +surcouperions +surcouperons +surcouperont +surcoupes +surcoupez +surcoup +surcoupe +surcoupes +surcoups +surcouprent +surcoupiez +surcoupions +surcoupons +surcrot +surcrots +surdi +surdit +surdits +surdou +surdoue +surdoues +surdous +sure prep ou aigre +sureau +sureaux +surenchri +surenchrie +surenchries +surenchrir +surenchrira +surenchrirai +surenchriraient +surenchrirais +surenchrirait +surenchriras +surenchrirent +surenchrirez +surenchririez +surenchririons +surenchrirons +surenchriront +surenchris +surenchrissaient +surenchrissais +surenchrissait +surenchrissant +surenchrisse +surenchrissent +surenchrisses +surenchrissez +surenchrissiez +surenchrissions +surenchrissons +surenchrit +surenchrmes +surenchrt +surenchrtes +surenchre +surenchres +surent +sures prep ou aigre +surestima +surestimai +surestimaient +surestimais +surestimait +surestimant +surestimas +surestimasse +surestimassent +surestimasses +surestimassiez +surestimassions +surestimation +surestimations +surestimmes +surestimt +surestimtes +surestime +surestiment +surestimer +surestimera +surestimerai +surestimeraient +surestimerais +surestimerait +surestimeras +surestimerez +surestimeriez +surestimerions +surestimerons +surestimeront +surestimes +surestimez +surestim +surestime +surestimes +surestims +surestimrent +surestimiez +surestimions +surestimons +suret +surets +surette +surettes +surexcita +surexcitai +surexcitaient +surexcitais +surexcitait +surexcitant +surexcitas +surexcitasse +surexcitassent +surexcitasses +surexcitassiez +surexcitassions +surexcitation +surexcitations +surexcitmes +surexcitt +surexcittes +surexcite +surexcitent +surexciter +surexcitera +surexciterai +surexciteraient +surexciterais +surexciterait +surexciteras +surexciterez +surexciteriez +surexciterions +surexciterons +surexciteront +surexcites +surexcitez +surexcit +surexcite +surexcites +surexcits +surexcitrent +surexcitiez +surexcitions +surexcitons +surexposa +surexposai +surexposaient +surexposais +surexposait +surexposant +surexposas +surexposasse +surexposassent +surexposasses +surexposassiez +surexposassions +surexposmes +surexpost +surexpostes +surexpose +surexposent +surexposer +surexposera +surexposerai +surexposeraient +surexposerais +surexposerait +surexposeras +surexposerez +surexposeriez +surexposerions +surexposerons +surexposeront +surexposes +surexposez +surexpos +surexpose +surexposes +surexposs +surexposrent +surexposiez +surexposions +surexposition +surexpositions +surexposons +surleva +surlevai +surlevaient +surlevais +surlevait +surlevant +surlevas +surlevasse +surlevassent +surlevasses +surlevassiez +surlevassions +surlevmes +surlevt +surlevtes +surlever +surlevez +surlev +surleve +surleves +surlevs +surlevrent +surleviez +surlevions +surlevons +surlvation +surlvations +surlve +surlvent +surlvera +surlverai +surlveraient +surlverais +surlverait +surlveras +surlverez +surlveriez +surlverions +surlverons +surlveront +surlves +surface +surfaces +surfaire +surfais +surfaisaient +surfaisais +surfaisait +surfaisant +surfaisiez +surfaisions +surfaisons +surfait +surfaite +surfaites +surfaits +surfasse +surfassent +surfasses +surfassiez +surfassions +surfera +surferai +surferaient +surferais +surferait +surferas +surferez +surferiez +surferions +surferons +surferont +surfin +surfine +surfines +surfins +surfirent +surfis +surfisse +surfissent +surfisses +surfissiez +surfissions +surfit +surfmes +surft +surftes +surfont +surfusion +surfusions +surgela +surgelai +surgelaient +surgelais +surgelait +surgelant +surgelas +surgelasse +surgelassent +surgelasses +surgelassiez +surgelassions +surgelmes +surgelt +surgeltes +surgeler +surgelez +surgel +surgele +surgeles +surgels +surgelrent +surgeliez +surgelions +surgelons +surgeon +surgeons +surgle +surglent +surglera +surglerai +surgleraient +surglerais +surglerait +surgleras +surglerez +surgleriez +surglerions +surglerons +surgles +surgi +surgie +surgies +surgir +surgira +surgirai +surgiraient +surgirais +surgirait +surgiras +surgirent +surgirez +surgiriez +surgirions +surgirons +surgiront +surgis +surgissaient +surgissais +surgissait +surgissant +surgisse +surgissement +surgissements +surgissent +surgisses +surgissez +surgissiez +surgissions +surgissons +surgit +surgmes +surgt +surgtes +surhaussa +surhaussai +surhaussaient +surhaussais +surhaussait +surhaussant +surhaussas +surhaussasse +surhaussassent +surhaussasses +surhaussassiez +surhaussassions +surhaussmes +surhausst +surhausstes +surhausse +surhaussement +surhaussements +surhaussent +surhausser +surhaussera +surhausseraient +surhausserais +surhausserait +surhausseras +surhausserez +surhausseriez +surhausserions +surhausserons +surhausseront +surhausses +surhaussez +surhauss +surhausse +surhausses +surhausss +surhaussrent +surhaussiez +surhaussions +surhaussons +surhomme +surhumain +surhumaine +surhumaines +surhumains +suri +surie +suries +surimposa +surimposai +surimposaient +surimposais +surimposait +surimposant +surimposas +surimposasse +surimposassent +surimposasses +surimposassiez +surimposassions +surimposmes +surimpost +surimpostes +surimpose +surimposent +surimposer +surimposerai +surimposeraient +surimposerais +surimposerait +surimposeras +surimposerez +surimposeriez +surimposerions +surimposerons +surimposeront +surimposes +surimposez +surimpos +surimpose +surimposes +surimposs +surimposrent +surimposiez +surimposions +surimposons +surimpression +surimpressions +surintendance +surintendances +surintendant +surintendants +surir +surira +surirai +suriraient +surirais +surirait +suriras +surirent +surirez +suririez +suririons +surirons +suriront +suris +surissaient +surissais +surissait +surissant +surisse +surissent +surisses +surissez +surissiez +surissions +surissons +surit +surmes +surt +surtes +surjet +surjets +surledemain +surledemains +surmena +surmenage +surmenages +surmenai +surmenaient +surmenais +surmenait +surmenant +surmenas +surmenasse +surmenassent +surmenasses +surmenassiez +surmenassions +surmenmes +surment +surmentes +surmener +surmenez +surmen +surmene +surmenes +surmens +surmne +surmnent +surmnera +surmnerai +surmneraient +surmnerais +surmnerait +surmneras +surmnerez +surmneriez +surmnerions +surmnerons +surmneront +surmnes +surmonta +surmontable +surmontables +surmontai +surmontaient +surmontais +surmontait +surmontant +surmontas +surmontasse +surmontassent +surmontasses +surmontassiez +surmontassions +surmontmes +surmontt +surmonttes +surmonte +surmontent +surmonter +surmontera +surmonterai +surmonteraient +surmonterais +surmonterait +surmonteras +surmonterez +surmonteriez +surmonterions +surmonterons +surmonteront +surmontes +surmontez +surmont +surmonte +surmontes +surmontrent +surmontiez +surmontions +surmontons +surmulet +surmulets +surmulot +surmulots +surnage +surnagea +surnageai +surnageaient +surnageais +surnageait +surnageant +surnageas +surnageasse +surnageassent +surnageasses +surnageassiez +surnageassions +surnagemes +surnaget +surnagetes +surnagent +surnageons +surnager +surnagera +surnagerai +surnageraient +surnagerais +surnagerait +surnageras +surnagerez +surnageriez +surnagerions +surnagerons +surnageront +surnages +surnagez +surnag +surnage +surnages +surnags +surnagrent +surnagiez +surnagions +surnaturel +surnaturelle +surnaturellement +surnaturelles +surnaturels +surnom +surnombre +surnombres +surnomma +surnommai +surnommaient +surnommais +surnommait +surnommant +surnommas +surnommasse +surnommassent +surnommasses +surnommassiez +surnommassions +surnommmes +surnommt +surnommtes +surnomme +surnomment +surnommer +surnommera +surnommerai +surnommeraient +surnommerais +surnommerait +surnommeras +surnommerez +surnommeriez +surnommerions +surnommerons +surnommeront +surnommes +surnommez +surnomm +surnomme +surnommee +surnomms +surnommrent +surnommiez +surnommions +surnommons +surnoms +surnumraire +surnumraires +surot +surots +surpassa +surpassai +surpassaient +surpassais +surpassait +surpassant +surpassas +surpassasse +surpassassent +surpassasses +surpassassiez +surpassassions +surpassmes +surpasst +surpasstes +surpasse +surpassent +surpasser +surpassera +surpasserai +surpasseraient +surpasserais +surpasserait +surpasseras +surpasserez +surpasseriez +surpasserions +surpasserons +surpasseront +surpasses +surpassez +surpass +surpasse +surpasses +surpasss +surpassiez +surpassions +surpassons +surpleuplement +surpleuplements +surpleupl +surpleuple +surpleuples +surpleupls +surplomb +surplomba +surplombai +surplombaient +surplombais +surplombait +surplombant +surplombas +surplombasse +surplombassent +surplombasses +surplombassiez +surplombassions +surplombmes +surplombt +surplombtes +surplombe +surplombent +surplomber +surplombera +surplomberai +surplomberaient +surplomberais +surplomberait +surplomberas +surplomberez +surplomberiez +surplomberions +surplomberons +surplomberont +surplombes +surplombez +surplomb +surplombe +surplombes +surplombs +surplombrent +surplombiez +surplombions +surplombons +surplombs +surplus +surprenaient +surprenais +surprenait +surprenant +surprenante +surprenantes +surprenants +surprend +surprendra +surprendrai +surprendraient +surprendrais +surprendrait +surprendras +surprendre +surprendrez +surprendriez +surprendrions +surprendrons +surprendront +surprends +surprenez +surpreniez +surprenions +surprenne +surprennent +surprennes +surprenons +surpression +surprient +surpris +surprise +surprises +surprisse +surprissent +surprisses +surprissiez +surprissions +surprit +surprmes +surprt +surprtes +surproduction +surproductions +surrection +surrections +surralisme +surraliste +surralistes +surrgnrateur +surrgnrateurs +surrnal +surrnale +surrnales +surrnaux +surs prep ou aigre +sursatura +sursaturai +sursaturaient +sursaturais +sursaturait +sursaturant +sursaturas +sursaturasse +sursaturassent +sursaturasses +sursaturassiez +sursaturassions +sursaturmes +sursaturt +sursaturtes +sursature +sursaturent +sursaturer +sursaturera +sursaturerai +sursatureraient +sursaturerais +sursaturerait +sursatureras +sursaturerez +sursatureriez +sursaturerions +sursaturerons +sursatureront +sursatures +sursaturez +sursatur +sursature +sursatures +sursaturs +sursaturrent +sursaturiez +sursaturions +sursaturons +sursaut +sursauta +sursautai +sursautaient +sursautais +sursautait +sursautant +sursautas +sursautasse +sursautassent +sursautasses +sursautassiez +sursautassions +sursautmes +sursautt +sursauttes +sursaute +sursautent +sursauter +sursautera +sursauterai +sursauteraient +sursauterais +sursauterait +sursauteras +sursauterez +sursauteriez +sursauterions +sursauterons +sursauteront +sursautes +sursautez +sursaut +sursaute +sursautes +sursauts +sursautrent +sursautiez +sursautions +sursautons +sursauts +surseoir +surseoira +surseoirai +surseoiraient +surseoirais +surseoirait +surseoiras +surseoirez +surseoiriez +surseoirions +surseoirons +surseoiront +sursirent +sursis +sursise +sursises +sursisse +sursissent +sursisses +sursissiez +sursissions +sursit +sursitaire +sursitaires +sursmes +surst +surstes +sursoie +sursoient +sursoies +sursois +sursoit +sursoyaient +sursoyais +sursoyait +sursoyant +sursoyez +sursoyiez +sursoyions +sursoyons +surtaxa +surtaxai +surtaxaient +surtaxais +surtaxait +surtaxant +surtaxas +surtaxasse +surtaxassent +surtaxasses +surtaxassiez +surtaxassions +surtaxmes +surtaxt +surtaxtes +surtaxe +surtaxent +surtaxer +surtaxera +surtaxerai +surtaxeraient +surtaxerais +surtaxerait +surtaxeras +surtaxerez +surtaxeriez +surtaxerions +surtaxerons +surtaxeront +surtaxes +surtaxez +surtax +surtaxe +surtaxes +surtaxs +surtaxrent +surtaxiez +surtaxions +surtaxons +surtension +surtensions +surtout +surveilla +surveillai +surveillaient +surveillais +surveillait +surveillance +surveillances +surveillant +surveillante +surveillantes +surveillants +surveillas +surveillasse +surveillassent +surveillasses +surveillassiez +surveillassions +surveillmes +surveillt +surveilltes +surveille +surveillent +surveiller +surveillera +surveillerai +surveilleraient +surveillerais +surveillerait +surveilleras +surveillerez +surveilleriez +surveillerions +surveillerons +surveilleront +surveilles +surveillez +surveill +surveille +surveilles +surveills +surveillrent +surveilliez +surveillions +surveillons +survenaient +survenais +survenait +survenant +survenants +survenez +surveniez +survenions +survenir +survenons +survenu +survenue +survenues +survenus +survcu +survcue +survcues +survcurent +survcus +survcut +survcmes +survctes +survtement +survtements +survie +surviendra +surviendrai +surviendraient +surviendrais +surviendrait +surviendras +surviendrez +surviendriez +surviendrions +surviendrons +surviendront +survienne +surviennent +surviennes +surviens +survient +survies +survinrent +survins +survinsse +survinssent +survinsses +survinssiez +survinssions +survint +survira +surviraient +survirant +survirassent +survirt +survire +survirent +survirer +survirera +survireraient +survirerait +survireront +survir +survire +survires +survirs +survirrent +survis +survisse +survissent +survisses +survissiez +survissions +survit +survivaient +survivais +survivait +survivance +survivances +survivant +survivante +survivantes +survivants +survive +survivent +survives +survivez +surviviez +survivions +survivons +survivra +survivrai +survivraient +survivrais +survivrait +survivras +survivre +survivrez +survivriez +survivrions +survivrons +survivront +survnmes +survnt +survntes +survt +survol +survola +survolai +survolaient +survolais +survolait +survolant +survolas +survolasse +survolassent +survolasses +survolassiez +survolassions +survolmes +survolt +survoltes +survole +survolent +survoler +survolera +survolerai +survoleraient +survolerais +survolerait +survoleras +survolerez +survoleriez +survolerions +survolerons +survoleront +survoles +survolez +survol +survole +survoles +survols +survolrent +survoliez +survolions +survolons +survols +survoltage +survoltages +survolt +survolte +survoltes +survolts +sus +susceptibilit +susceptibilits +susceptible +susceptibles +suscita +suscitai +suscitaient +suscitais +suscitait +suscitant +suscitas +suscitasse +suscitassent +suscitasses +suscitassiez +suscitassions +suscitmes +suscitt +suscittes +suscite +suscitent +susciter +suscitera +susciterai +susciteraient +susciterais +susciterait +susciteras +susciterez +susciteriez +susciterions +susciterons +susciteront +suscites +suscitez +suscit +suscite +suscites +suscits +suscitrent +suscitiez +suscitions +suscitons +suscription +suscriptions +susdit +susdite +susdites +susdits +susnomm +susnomme +susnommes +susnomms +suspect +suspecta +suspectai +suspectaient +suspectais +suspectait +suspectant +suspectas +suspectasse +suspectassent +suspectasses +suspectassiez +suspectassions +suspectmes +suspectt +suspecttes +suspecte +suspectent +suspecter +suspectera +suspecterai +suspecteraient +suspecterais +suspecterait +suspecteras +suspecterez +suspecteriez +suspecterions +suspecterons +suspecteront +suspectes +suspectez +suspect +suspecte +suspectes +suspects +suspectrent +suspectiez +suspections +suspectons +suspects +suspend +suspendaient +suspendais +suspendait +suspendant +suspende +suspendent +suspendes +suspendez +suspendiez +suspendions +suspendirent +suspendis +suspendisse +suspendissent +suspendisses +suspendissiez +suspendissions +suspendit +suspendmes +suspendt +suspendtes +suspendons +suspendra +suspendrai +suspendraient +suspendrais +suspendrait +suspendras +suspendre +suspendrez +suspendriez +suspendrions +suspendrons +suspendront +suspends +suspendu +suspendue +suspendues +suspendus +suspens +suspenseur +suspenseure +suspenseures +suspenseurs +suspensif +suspensifs +suspension +suspensions +suspensive +suspensivement +suspensives +suspicion +suspicions +susse +sussent +susses +sussiez +sussions +sustenta +sustentai +sustentaient +sustentais +sustentait +sustentant +sustentas +sustentasse +sustentassent +sustentasses +sustentassiez +sustentassions +sustentation +sustentations +sustentmes +sustentt +sustenttes +sustente +sustentent +sustenter +sustentera +sustenterai +sustenteraient +sustenterais +sustenterait +sustenteras +sustenterez +sustenteriez +sustenterions +sustenterons +sustenteront +sustentes +sustentez +sustent +sustente +sustentes +sustents +sustentrent +sustentiez +sustentions +sustentons +susurra +susurrai +susurraient +susurrais +susurrait +susurrant +susurras +susurrasse +susurrassent +susurrasses +susurrassiez +susurrassions +susurrmes +susurrt +susurrtes +susurre +susurrement +susurrements +susurrent +susurrer +susurrera +susurrerai +susurreraient +susurrerais +susurrerait +susurreras +susurrerez +susurreriez +susurrerions +susurrerons +susurreront +susurres +susurrez +susurr +susurre +susurres +susurrs +susurrrent +susurriez +susurrions +susurrons +sut +sutura +suturai +suturaient +suturais +suturait +suturant +suturas +suturasse +suturassent +suturasses +suturassiez +suturassions +suturmes +suturt +suturtes +suture +suturent +suturer +suturera +suturerai +sutureraient +suturerais +suturerait +sutureras +suturerez +sutureriez +suturerions +suturerons +sutureront +sutures +suturez +sutur +suture +sutures +suturs +suturrent +suturiez +suturions +suturons +suzanne +suzerain +suzeraine +suzeraines +suzerainet +suzerainets +suzerains +smes +sr +sre +srement +sres +sret +srets +srs +st +stes +svastika +svastikas +svelte +sveltes +sveltesse +sveltesses +svp +sybarite +sybarites +sycomore +sycomores +syllabe +syllabes +syllogisme +syllogismes +sylphide +sylphides +sylvestre +sylvestres +sylviculture +symbiose +symbioses +symbole +symboles +symbolique +symboliquement +symboliques +symbolisa +symbolisai +symbolisaient +symbolisais +symbolisait +symbolisant +symbolisas +symbolisasse +symbolisassent +symbolisasses +symbolisassiez +symbolisassions +symbolismes +symbolist +symbolistes +symbolise +symbolisent +symboliser +symbolisera +symboliserai +symboliseraient +symboliserais +symboliserait +symboliseras +symboliserez +symboliseriez +symboliserions +symboliserons +symboliseront +symbolises +symbolisez +symbolis +symbolise +symbolises +symboliss +symbolisrent +symbolisiez +symbolisions +symbolisme +symbolismes +symbolisons +symboliste +symbolistes +symtrie +symtries +symtrique +symtriquement +symtriques +sympa +sympathie +sympathies +sympathique +sympathiquement +sympathiques +sympathisa +sympathisai +sympathisaient +sympathisais +sympathisait +sympathisant +sympathisants +sympathisas +sympathisasse +sympathisassent +sympathisasses +sympathisassiez +sympathisassions +sympathismes +sympathist +sympathistes +sympathise +sympathisent +sympathiser +sympathisera +sympathiserai +sympathiseraient +sympathiserais +sympathiserait +sympathiseras +sympathiserez +sympathiseriez +sympathiserions +sympathiserons +sympathiseront +sympathises +sympathisez +sympathis +sympathise +sympathises +sympathiss +sympathisrent +sympathisiez +sympathisions +sympathisons +symphonie +symphonies +symphonique +symphoniques +symposium +symposiums +symptomatique +symptomatiques +symptme +symptmes +synagogue +synagogues +synchrone +synchrones +synchronisa +synchronisai +synchronisaient +synchronisais +synchronisait +synchronisant +synchronisas +synchronisasse +synchronisassent +synchronisasses +synchronisassiez +synchronisassions +synchronisation +synchronisations +synchronismes +synchronist +synchronistes +synchronise +synchronisent +synchroniser +synchronisera +synchroniserai +synchroniseraient +synchroniserais +synchroniserait +synchroniseras +synchroniserez +synchroniseriez +synchroniserions +synchroniserons +synchroniseront +synchronises +synchronisez +synchronis +synchronise +synchronises +synchroniss +synchronisrent +synchronisiez +synchronisions +synchronisme +synchronismes +synchronisons +synclinal +syncopa +syncopai +syncopaient +syncopais +syncopait +syncopal +syncopale +syncopales +syncopant +syncopas +syncopasse +syncopassent +syncopasses +syncopassiez +syncopassions +syncopaux +syncopmes +syncopt +syncoptes +syncope +syncopent +syncoper +syncopera +syncoperai +syncoperaient +syncoperais +syncoperait +syncoperas +syncoperez +syncoperiez +syncoperions +syncoperons +syncoperont +syncopes +syncopez +syncop +syncope +syncopes +syncops +syncoprent +syncopiez +syncopions +syncopons +syndic +syndical +syndicale +syndicalement +syndicales +syndicalisme +syndicaliste +syndicalistes +syndicat +syndicats +syndicaux +syndics +syndiqua +syndiquai +syndiquaient +syndiquais +syndiquait +syndiquant +syndiquas +syndiquasse +syndiquassent +syndiquasses +syndiquassiez +syndiquassions +syndiqumes +syndiqut +syndiqutes +syndique +syndiquent +syndiquer +syndiquera +syndiquerai +syndiqueraient +syndiquerais +syndiquerait +syndiqueras +syndiquerez +syndiqueriez +syndiquerions +syndiquerons +syndiqueront +syndiques +syndiquez +syndiqu +syndique +syndiques +syndiqus +syndiqurent +syndiquiez +syndiquions +syndiquons +syndrome +syndromes +synergie +synergique +synrse +synrses +synodal +synodale +synodales +synodaux +synode +synodes +synonyme +synonymes +synonymie +synopsis +synoptique +synoptiques +synovie +syntagme +syntagmes +syntaxe +syntaxes +syntaxique +syntaxiques +synthtique +synthtiques +synthtisa +synthtisai +synthtisaient +synthtisais +synthtisait +synthtisant +synthtisas +synthtisasse +synthtisassent +synthtisasses +synthtisassiez +synthtisassions +synthtismes +synthtist +synthtistes +synthtise +synthtisent +synthtiser +synthtisera +synthtiserai +synthtiseraient +synthtiserais +synthtiserait +synthtiseras +synthtiserez +synthtiseriez +synthtiserions +synthtiserons +synthtiseront +synthtises +synthtisez +synthtis +synthtise +synthtises +synthtiss +synthtisrent +synthtisiez +synthtisions +synthtisons +synthse +synthses +syphilis +syphilitique +syphilitiques +syrie +syrien +syrienne +syriennes +syriens +systmatique +systmatiquement +systmatiques +systme +systmes +systole +systoles +systolique +systoliques +t +ta +tabac +tabacs +tabagie +tabagies +tabagisme +tabagismes +tabatire +tabatires +tabellion +tabellions +tabernacle +tabernacles +tabs +tabla +tablai +tablaient +tablais +tablait +tablant +tablas +tablasse +tablassent +tablasses +tablassiez +tablassions +tablmes +tablt +tabltes +table +tableau +tableautin +tableautins +tableaux +tablent +tabler +tablera +tablerai +tableraient +tablerais +tablerait +tableras +tablerez +tableriez +tablerions +tablerons +tableront +tables +tabletier +tabletiers +tabletire +tabletires +tablette +tabletterie +tabletteries +tablettes +tableur +tableurs +tablez +tabl +table +tables +tabls +tablrent +tablier +tabliers +tabliez +tablions +tablod +tablode +tablodes +tablods +tablons +tabor +tabors +tabou +taboue +taboues +tabouret +tabourets +tabous +tabulaire +tabulaires +tabulateur +tabulateurs +tabulation +tabulations +tabulatrice +tabulatrices +tac +tacaud +tacauds +tacha marquer +tachai marquer +tachaient marquer +tachais marquer +tachait marquer +tachant marquer +tachas marquer +tachasse marquer +tachassent marquer +tachasses marquer +tachassiez marquer +tachassions marquer +tachmes marquer +tacht marquer +tachtes marquer +tache marque +tachent marquer +tacher marquer +tachera marquer +tacherai marquer +tacheraient marquer +tacherais marquer +tacherait marquer +tacheras marquer +tacherez marquer +tacheriez marquer +tacherions marquer +tacherons marquer +tacheront marquer +taches marque +tacheta +tachetai +tachetaient +tachetais +tachetait +tachetant +tachetas +tachetasse +tachetassent +tachetasses +tachetassiez +tachetassions +tachetmes +tachett +tachettes +tacheter +tachetez +tachet +tachete +tachetes +tachets +tachetrent +tachetiez +tachetions +tachetons +tachez marquer +tach marqu +tache marqu +taches marqu +tachs marqus +tachrent marquer +tachte +tachtent +tachtera +tachterai +tachteraient +tachterais +tachterait +tachteras +tachterez +tachteriez +tachterions +tachterons +tachteront +tachtes +tachiez marquer +tachions marquer +tachons marquer +tachycardie +tachycardies +tachymtre +tachymtres +tacite +tacitement +tacites +taciturne +taciturnes +tacot +tacots +tacs +tact +tacticien +tacticiens +tactile +tactiles +tactique +tactiques +tacts +taffetas +tafia +taie +taies +tailla +taillable +taillables +taillada +tailladai +tailladaient +tailladais +tailladait +tailladant +tailladas +tailladasse +tailladassent +tailladasses +tailladassiez +tailladassions +tailladmes +tailladt +tailladtes +taillade +tailladent +taillader +tailladera +tailladerai +tailladeraient +tailladerais +tailladerait +tailladeras +tailladerez +tailladeriez +tailladerions +tailladerons +tailladeront +taillades +tailladez +taillad +taillade +taillades +taillads +tailladrent +tailladiez +tailladions +tailladons +taillai +taillaient +taillais +taillait +taillanderie +taillanderies +taillandier +taillandiers +taillant +taillants +taillas +taillasse +taillassent +taillasses +taillassiez +taillassions +taillmes +taillt +tailltes +taille +taillent +tailler +taillera +taillerai +tailleraient +taillerais +taillerait +tailleras +taillerez +taillerie +tailleries +tailleriez +taillerions +taillerons +tailleront +tailles +tailleur +tailleurs +taillez +taill +taille +tailles +taills +taillrent +tailliez +taillions +taillis +tailloir +tailloirs +taillons +tain +tains +taira +tairai +tairaient +tairais +tairait +tairas +taire +tairez +tairiez +tairions +tairons +tairont +tais +taisaient +taisais +taisait +taisant +taise +taisent +taises +taisez +taisiez +taisions +taisons +tait +taaut +taga +tagas +talc +talent +talents +talentueuse +talentueusez +talentueux +talion +talions +talisman +talismans +talkie +talkies +talle +talles +talocha +talochai +talochaient +talochais +talochait +talochant +talochas +talochasse +talochassent +talochasses +talochassiez +talochassions +talochmes +talocht +talochtes +taloche +talochent +talocher +talochera +talocherai +talocheraient +talocherais +talocherait +talocheras +talocherez +talocheriez +talocherions +talocherons +talocheront +taloches +talochez +taloch +taloche +taloches +talochs +talochrent +talochiez +talochions +talochons +talon +talonna +talonnai +talonnaient +talonnais +talonnait +talonnant +talonnas +talonnasse +talonnassent +talonnasses +talonnassiez +talonnassions +talonnmes +talonnt +talonntes +talonne +talonnent +talonner +talonnera +talonnerai +talonneraient +talonnerais +talonnerait +talonneras +talonnerez +talonneriez +talonnerions +talonnerons +talonneront +talonnes +talonnette +talonnettes +talonnez +talonn +talonne +talonnes +talonns +talonnrent +talonniez +talonnions +talonnons +talons +talqua +talquai +talquaient +talquais +talquait +talquant +talquas +talquasse +talquassent +talquasses +talquassiez +talquassions +talqumes +talqut +talqutes +talque +talquent +talquer +talquera +talquerai +talqueraient +talquerais +talquerait +talqueras +talquerez +talqueriez +talquerions +talquerons +talqueront +talques +talquez +talqu +talque +talques +talqus +talqurent +talquiez +talquions +talquons +talus +tam +tamanoir +tamanoirs +tamarin +tamarinier +tamariniers +tamarins +tamaris +tambour +tambourin +tambourina +tambourinage +tambourinages +tambourinai +tambourinaient +tambourinaire +tambourinaires +tambourinais +tambourinait +tambourinant +tambourinas +tambourinasse +tambourinassent +tambourinasses +tambourinassiez +tambourinassions +tambourinmes +tambourint +tambourintes +tambourine +tambourinent +tambouriner +tambourinera +tambourinerai +tambourineraient +tambourinerais +tambourinerait +tambourineras +tambourinerez +tambourineriez +tambourinerions +tambourinerons +tambourineront +tambourines +tambourinez +tambourin +tambourine +tambourines +tambourins +tambourinrent +tambouriniez +tambourinions +tambourinons +tambourins +tambours +tamis +tamisa +tamisage +tamisages +tamisai +tamisaient +tamisais +tamisait +tamisant +tamisas +tamisasse +tamisassent +tamisasses +tamisassiez +tamisassions +tamismes +tamist +tamistes +tamise +tamisent +tamiser +tamisera +tamiserai +tamiseraient +tamiserais +tamiserait +tamiseras +tamiserez +tamiseriez +tamiserions +tamiserons +tamiseront +tamises +tamiseur +tamiseurs +tamiseuse +tamiseuses +tamisez +tamis +tamise +tamises +tamiss +tamisrent +tamisiez +tamisions +tamisons +tampon +tamponna +tamponnai +tamponnaient +tamponnais +tamponnait +tamponnant +tamponnas +tamponnasse +tamponnassent +tamponnasses +tamponnassiez +tamponnassions +tamponnmes +tamponnt +tamponntes +tamponne +tamponnement +tamponnements +tamponnent +tamponner +tamponnera +tamponnerai +tamponneraient +tamponnerais +tamponnerait +tamponneras +tamponnerez +tamponneriez +tamponnerions +tamponnerons +tamponneront +tamponnes +tamponnez +tamponn +tamponne +tamponnes +tamponns +tamponnrent +tamponniez +tamponnions +tamponnons +tampons +tams +tan +tance +tancent +tancer +tancera +tancerai +tanceraient +tancerais +tancerait +tanceras +tancerez +tanceriez +tancerions +tancerons +tanceront +tances +tancez +tanc +tance +tances +tancs +tancrent +tanche +tanches +tanciez +tancions +tana +tanai +tanaient +tanais +tanait +tanant +tanas +tanasse +tanassent +tanasses +tanassiez +tanassions +tanmes +tant +tantes +tanons +tandem +tandems +tandis +tangage +tangages +tangent +tangente +tangentes +tangentiel +tangentielle +tangentielles +tangentiels +tangents +tangible +tangibles +tango +tangos +tangua +tanguaient +tanguait +tanguant +tanguassent +tangut +tangue +tanguent +tanguer +tanguera +tangueraient +tanguerait +tangueront +tangu +tangue +tangues +tangus +tangurent +tanire +tanires +tanin +tank +tanker +tankers +tanks +tanna +tannage +tannages +tannai +tannaient +tannais +tannait +tannant +tannas +tannasse +tannassent +tannasses +tannassiez +tannassions +tannmes +tannt +tanntes +tanne +tannent +tanner +tannera +tannerai +tanneraient +tannerais +tannerait +tanneras +tannerez +tannerie +tanneries +tanneriez +tannerions +tannerons +tanneront +tannes +tanneur +tanneurs +tannez +tann +tanne +tannes +tanns +tannrent +tanniez +tannin +tannions +tannons +tant +tantale +tante +tantes +tantime +tantimes +tantinet +tantinets +tantt +taosme +taon +tapa +tapage +tapages +tapageur +tapageurs +tapageuse +tapageusement +tapageuses +tapai +tapaient +tapais +tapait +tapant +tapas +tapasse +tapassent +tapasses +tapassiez +tapassions +tapmes +tapt +taptes +tape +tapecul +tapeculs +tapent +taper +tapera +taperai +taperaient +taperais +taperait +taperas +taperez +taperiez +taperions +taperons +taperont +tapes +tapette +tapettes +tapeur +tapeurs +tapeuse +tapeuses +tapez +tap +tape +tapes +taps +taprent +tapi +tapie +tapies +tapiez +tapinois +tapioca +tapions +tapir +tapira +tapirai +tapiraient +tapirais +tapirait +tapiras +tapirent +tapirez +tapiriez +tapirions +tapirons +tapiront +tapirs +tapis +tapissa +tapissai +tapissaient +tapissais +tapissait +tapissant +tapissas +tapissasse +tapissassent +tapissasses +tapissassiez +tapissassions +tapissmes +tapisst +tapisstes +tapisse +tapissent +tapisser +tapissera +tapisserai +tapisseraient +tapisserais +tapisserait +tapisseras +tapisserez +tapisserie +tapisseries +tapisseriez +tapisserions +tapisserons +tapisseront +tapisses +tapissez +tapiss +tapisse +tapisses +tapisss +tapissrent +tapissier +tapissiers +tapissiez +tapissire +tapissires +tapissions +tapissons +tapit +tapmes +tapt +taptes +tapon +tapons +tapota +tapotai +tapotaient +tapotais +tapotait +tapotant +tapotas +tapotasse +tapotassent +tapotasses +tapotassiez +tapotassions +tapotmes +tapott +tapottes +tapote +tapotent +tapoter +tapotera +tapoterai +tapoteraient +tapoterais +tapoterait +tapoteras +tapoterez +tapoteriez +tapoterions +tapoterons +tapoteront +tapotes +tapotez +tapot +tapote +tapotes +tapots +tapotrent +tapotiez +tapotions +tapotons +taquet +taquets +taquin +taquina +taquinai +taquinaient +taquinais +taquinait +taquinant +taquinas +taquinasse +taquinassent +taquinasses +taquinassiez +taquinassions +taquinmes +taquint +taquintes +taquine +taquinent +taquiner +taquinera +taquinerai +taquineraient +taquinerais +taquinerait +taquineras +taquinerez +taquinerie +taquineries +taquineriez +taquinerions +taquinerons +taquineront +taquines +taquinez +taquin +taquine +taquines +taquins +taquinrent +taquiniez +taquinions +taquinons +taquins +tara +tarabiscota +tarabiscotai +tarabiscotaient +tarabiscotais +tarabiscotait +tarabiscotant +tarabiscotas +tarabiscotasse +tarabiscotassent +tarabiscotasses +tarabiscotassiez +tarabiscotassions +tarabiscotmes +tarabiscott +tarabiscottes +tarabiscote +tarabiscotent +tarabiscoter +tarabiscotera +tarabiscoterai +tarabiscoteraient +tarabiscoterais +tarabiscoterait +tarabiscoteras +tarabiscoterez +tarabiscoteriez +tarabiscoterions +tarabiscoterons +tarabiscoteront +tarabiscotes +tarabiscotez +tarabiscot +tarabiscote +tarabiscotes +tarabiscots +tarabiscotrent +tarabiscotiez +tarabiscotions +tarabiscotons +tarabusta +tarabustai +tarabustaient +tarabustais +tarabustait +tarabustant +tarabustas +tarabustasse +tarabustassent +tarabustasses +tarabustassiez +tarabustassions +tarabustmes +tarabustt +tarabusttes +tarabuste +tarabustent +tarabuster +tarabustera +tarabusterai +tarabusteraient +tarabusterais +tarabusterait +tarabusteras +tarabusterez +tarabusteriez +tarabusterions +tarabusterons +tarabusteront +tarabustes +tarabustez +tarabust +tarabuste +tarabustes +tarabusts +tarabustrent +tarabustiez +tarabustions +tarabustons +tarai +taraient +tarais +tarait +tarant +taras +tarasque +tarasques +tarasse +tarassent +tarasses +tarassiez +tarassions +taraud +tarauda +taraudage +taraudages +taraudai +taraudaient +taraudais +taraudait +taraudant +taraudas +taraudasse +taraudassent +taraudasses +taraudassiez +taraudassions +taraudmes +taraudt +taraudtes +taraude +taraudent +tarauder +taraudera +tarauderai +tarauderaient +tarauderais +tarauderait +tarauderas +tarauderez +tarauderiez +tarauderions +tarauderons +tarauderont +taraudes +taraudeuse +taraudeuses +taraudez +taraud +taraude +taraudes +tarauds +taraudrent +taraudiez +taraudions +taraudons +tarauds +tarmes +tart +tartes +tarbouch +tarbouche +tarbouches +tarbouchs +tard +tarda +tardai +tardaient +tardais +tardait +tardant +tardas +tardasse +tardassent +tardasses +tardassiez +tardassions +tardmes +tardt +tardtes +tarde +tardent +tarder +tardera +tarderai +tarderaient +tarderais +tarderait +tarderas +tarderez +tarderiez +tarderions +tarderons +tarderont +tardes +tardez +tard +tarde +tardes +tards +tardrent +tardiez +tardif +tardifs +tardions +tardive +tardivement +tardives +tardons +tare +tarent +tarentule +tarentules +tarer +tarera +tarerai +tareraient +tarerais +tarerait +tareras +tarerez +tareriez +tarerions +tarerons +tareront +tares +taret +tarets +tarez +tar +tare +tares +tars +tarrent +targette +targettes +targua +targuai +targuaient +targuais +targuait +targuant +targuas +targuasse +targuassent +targuasses +targuassiez +targuassions +targumes +targut +targutes +targue +targuent +targuer +targuera +targuerai +targueraient +targuerais +targuerait +targueras +targuerez +targueriez +targuerions +targuerons +targueront +targues +targuez +targu +targue +targues +targus +targurent +targuiez +targuions +targuons +tari +tarie +taries +tariez +tarire +tarires +tarif +tarifa +tarifai +tarifaient +tarifaire +tarifaires +tarifais +tarifait +tarifant +tarifas +tarifasse +tarifassent +tarifasses +tarifassiez +tarifassions +tarifmes +tarift +tariftes +tarife +tarifent +tarifer +tarifera +tariferai +tariferaient +tariferais +tariferait +tariferas +tariferez +tariferiez +tariferions +tariferons +tariferont +tarifes +tarifez +tarif +tarife +tarifes +tarifs +tarifrent +tarification +tarifications +tarifiez +tarifions +tarifons +tarifs +tarin +tarins +tarions +tarir +tarira +tarirai +tariraient +tarirais +tarirait +tariras +tarirent +tarirez +taririez +taririons +tarirons +tariront +taris +tarissable +tarissables +tarissaient +tarissais +tarissait +tarissant +tarisse +tarissement +tarissements +tarissent +tarisses +tarissez +tarissiez +tarissions +tarissons +taristane +tarit +tarmes +tart +tartes +tarlatane +taro +tarons +taros +tarots +tarse +tarses +tarsien +tarsienne +tarsiennes +tarsiens +tarsier +tarsiers +tartan +tartane +tartanes +tartans +tartare +tarte +tartelette +tartelettes +tartes +tartine +tartines +tartrage +tartrages +tartrate +tartrates +tartre +tartres +tartrique +tartriques +tartufe +tartuferie +tartuferies +tartufes +tas +tassa +tassai +tassaient +tassais +tassait +tassant +tassas +tassasse +tassassent +tassasses +tassassiez +tassassions +tassmes +tasst +tasstes +tasse +tasseau +tasseaux +tassement +tassements +tassent +tasser +tassera +tasserai +tasseraient +tasserais +tasserait +tasseras +tasserez +tasseriez +tasserions +tasserons +tasseront +tasses +tassez +tass +tasse +tasses +tasss +tassrent +tassiez +tassions +tassons +taste +tatillon +tatillonne +tatillonnes +tatillons +tatou +tatoua +tatouage +tatouages +tatouai +tatouaient +tatouais +tatouait +tatouant +tatouas +tatouasse +tatouassent +tatouasses +tatouassiez +tatouassions +tatoumes +tatout +tatoutes +tatoue +tatouent +tatouer +tatouera +tatouerai +tatoueraient +tatouerais +tatouerait +tatoueras +tatouerez +tatoueriez +tatouerions +tatouerons +tatoueront +tatoues +tatouez +tatou +tatoue +tatoues +tatous +tatourent +tatouiez +tatouions +tatouons +tatous +taudis +taule +taules +taupe +taupes +taupin +taupinire +taupinires +taupins +taureau +taureaux +taurillons +tauromachie +tautologie +tautologies +taux +tavela +tavelage +tavelages +tavelai +tavelaient +tavelais +tavelait +tavelant +tavelas +tavelasse +tavelassent +tavelasses +tavelassiez +tavelassions +tavelmes +tavelt +taveltes +taveler +tavelez +tavel +tavele +taveles +tavels +tavelrent +taveliez +tavelions +tavelle +tavellent +tavellera +tavellerai +tavelleraient +tavellerais +tavellerait +tavelleras +tavellerez +tavelleriez +tavellerions +tavellerons +tavelleront +tavelles +tavelons +tavelure +tavelures +taverne +tavernes +tavernier +taverniers +tavernire +tavernires +taxa +taxai +taxaient +taxais +taxait +taxant +taxas +taxasse +taxassent +taxasses +taxassiez +taxassions +taxation +taxations +taxmes +taxt +taxtes +taxe +taxent +taxer +taxera +taxerai +taxeraient +taxerais +taxerait +taxeras +taxerez +taxeriez +taxerions +taxerons +taxeront +taxes +taxez +tax +taxe +taxes +taxs +taxrent +taxi +taxidermie +taxiez +taximtre +taximtres +taxinomie +taxions +taxiphone +taxiphones +taxis +taxonomie +taxons +tayaut +tayauts +taylorisation +tcha +tchai +tchaient +tchais +tchait +tchant +tchas +tchasse +tchassent +tchasses +tchassiez +tchassions +tchmes +tcht +tchtes +tche devoir +tchent +tcher +tchera +tcheraient +tcherais +tcherait +tcheras +tcherez +tcheriez +tcherions +tcheron +tcherons +tcheront +tches devoir +tchez +tch +tche +tches +tchs +tchrent +tchiez +tchions +tchons +tta +ttai +ttaient +ttais +ttait +ttant +ttas +ttasse +ttassent +ttasses +ttassiez +ttassions +ttmes +ttt +tttes +tte +ttent +tter +ttera +tterai +tteraient +tterais +tterait +tteras +tterez +tteriez +tterions +tterons +tteront +ttes +ttez +tt +tte +ttes +tts +ttrent +ttiez +ttions +ttonna +ttonnai +ttonnaient +ttonnais +ttonnait +ttonnant +ttonnas +ttonnasse +ttonnassent +ttonnasses +ttonnassiez +ttonnassions +ttonnmes +ttonnt +ttonntes +ttonne +ttonnement +ttonnements +ttonnent +ttonner +ttonnera +ttonnerai +ttonneraient +ttonnerais +ttonnerait +ttonneras +ttonnerez +ttonneriez +ttonnerions +ttonnerons +ttonneront +ttonnes +ttonnez +ttonn +ttonne +ttonnes +ttonns +ttonnrent +ttonniez +ttonnions +ttonnons +ttons +tchcoslovaque +tchcoslovaques +tchcoslovaquie +tchque +tchques +te +technicien +technicienne +techniciennes +techniciens +technicit +technicits +technique +techniquement +techniques +technocrate +technocrates +technocratie +technocraties +technologie +technologies +technologique +technologiques +teck +teckel +teckels +tectonique +tee +teignaien +teignais +teignait +teignant +teigne +teignent +teignes +teigneuse +teigneuses +teigneux +teignez +teigniez +teignions +teignirent +teignis +teignisse +teignissent +teignisses +teignissiez +teignissions +teignit +teignmes +teignt +teigntes +teignons +teillage +teillages +teille +teindra +teindrai +teindraient +teindrais +teindrait +teindras +teindre +teindrez +teindriez +teindrions +teindrons +teindront +teins +teint +teinta +teintai +teintaient +teintais +teintait +teintant +teintas +teintasse +teintassent +teintasses +teintassiez +teintassions +teintmes +teintt +teinttes +teinte +teintent +teinter +teintera +teinterai +teinteraient +teinterais +teinterait +teinteras +teinterez +teinteriez +teinterions +teinterons +teinteront +teintes +teintez +teint +teinte +teintes +teints +teintrent +teintiez +teintions +teintons +teints +teinture +teinturerie +teintureries +teintures +teinturier +teinturiers +teinturire +teinturires +tel +telle +tellement +telles +tellire +tellires +tellurien +tellurienne +telluriennes +telluriens +tellurique +telluriques +tels +tempe +temperature +tempes +tempra +temprai +tempraient +temprais +temprait +temprament +tempraments +temprance +temprances +temprant +temprante +temprantes +temprants +tempras +temprasse +temprassent +temprasses +temprassiez +temprassions +temprature +tempratures +temprmes +temprt +temprtes +temprer +temprera +temprerai +tempreraient +temprerais +temprerait +tempreras +temprerez +tempreriez +temprerions +temprerons +tempreront +temprez +tempr +tempre +tempres +temprs +temprrent +tempriez +temprions +temprons +temptueuse +temptueuses +temptueux +tempre +temprent +tempres +tempta +temptai +temptaient +temptais +temptait +temptant +temptas +temptasse +temptassent +temptasses +temptassiez +temptassions +temptmes +temptt +tempttes +tempte +temptent +tempter +temptera +tempterai +tempteraient +tempterais +tempterait +tempteras +tempterez +tempteriez +tempterions +tempterons +tempteront +temptes +temptez +tempt +tempte +temptes +tempts +temptrent +temptiez +temptions +temptons +temple +temples +templier +templiers +temporaire +temporairement +temporaires +temporal +temporale +temporales +temporaux +temporel +temporelle +temporellement +temporelles +temporels +temporisa +temporisai +temporisaient +temporisais +temporisait +temporisant +temporisas +temporisasse +temporisassent +temporisasses +temporisassiez +temporisassions +temporisateur +temporisateurs +temporisation +temporisations +temporisatrice +temporisatrices +temporismes +temporist +temporistes +temporise +temporisent +temporiser +temporisera +temporiserai +temporiseraient +temporiserais +temporiserait +temporiseras +temporiserez +temporiseriez +temporiserions +temporiserons +temporiseront +temporises +temporisez +temporis +temporise +temporises +temporiss +temporisrent +temporisiez +temporisions +temporisons +temps +tenable +tenables +tenace +tenacement +tenaces +tenaient +tenailla +tenaillai +tenaillaient +tenaillais +tenaillait +tenaillant +tenaillas +tenaillasse +tenaillassent +tenaillasses +tenaillassiez +tenaillassions +tenaillmes +tenaillt +tenailltes +tenaille +tenaillent +tenailler +tenaillera +tenaillerai +tenailleraient +tenaillerais +tenaillerait +tenailleras +tenaillerez +tenailleriez +tenaillerions +tenaillerons +tenailleront +tenailles +tenaillez +tenaill +tenaille +tenailles +tenaills +tenaillrent +tenailliez +tenaillions +tenaillons +tenais +tenait +tenancier +tenanciers +tenancire +tenancires +tenant +tenante +tenantes +tenants +tend +tendaient +tendais +tendait +tendance +tendances +tendancieuse +tendancieuses +tendancieux +tendant +tende +tendent +tender +tenders +tendes +tendeur +tendeurs +tendez +tendiez +tendineuse +tendineuses +tendineux +tendions +tendirent +tendis +tendisse +tendissent +tendisses +tendissiez +tendissions +tendit +tendmes +tendt +tendtes +tendon +tendons +tendra +tendrai +tendraient +tendrais +tendrait +tendras +tendre +tendrement +tendres +tendresse +tendresses +tendret +tendrets +tendrez +tendriez +tendrions +tendron +tendrons +tendront +tends +tendu +tendue +tendues +tendus +teneur +teneurs +tenez +teniez +tenions +tenir +tennis +tennisman +tennismen +tenon +tenons +tenseur +tenseurs +tension +tensions +tenta +tentaculaire +tentaculaires +tentacule +tentacules +tentai +tentaient +tentais +tentait +tentant +tentas +tentasse +tentassent +tentasses +tentassiez +tentassions +tentateur +tentateurs +tentation +tentations +tentative +tentatives +tentatrice +tentatrices +tentmes +tentt +tenttes +tente +tentent +tenter +tentera +tenterai +tenteraient +tenterais +tenterait +tenteras +tenterez +tenteriez +tenterions +tenterons +tenteront +tentes +tentez +tent +tente +tentes +tents +tentrent +tentiez +tentions +tentons +tenture +tentures +tenu de tenir +tenue de tenir +tenues de tenir +tenus de tenir +ter +tercet +tercets +tergiversa +tergiversai +tergiversaient +tergiversais +tergiversait +tergiversant +tergiversas +tergiversasse +tergiversassent +tergiversasses +tergiversassiez +tergiversassions +tergiversation +tergiversations +tergiversmes +tergiverst +tergiverstes +tergiverse +tergiversent +tergiverser +tergiversera +tergiverserai +tergiverseraient +tergiverserais +tergiverserait +tergiverseras +tergiverserez +tergiverseriez +tergiverserions +tergiverserons +tergiverseront +tergiverses +tergiversez +tergivers +tergiverse +tergiverses +tergiverss +tergiversrent +tergiversiez +tergiversions +tergiversons +terme +termes +termina +terminai +terminaient +terminais +terminaison +terminaisons +terminait +terminal +terminale +terminales +terminant +terminas +terminasse +terminassent +terminasses +terminassiez +terminassions +terminaux +terminmes +termint +termintes +termine +terminent +terminer +terminera +terminerai +termineraient +terminerais +terminerait +termineras +terminerez +termineriez +terminerions +terminerons +termineront +termines +terminez +termin +termine +termines +termins +terminrent +terminiez +terminions +terminologie +terminologies +terminons +terminus +termite +termites +termitire +termitires +ternaire +ternaires +terne +ternes +terni +ternie +ternies +ternir +ternira +ternirai +terniraient +ternirais +ternirait +terniras +ternirent +ternirez +terniriez +ternirions +ternirons +terniront +ternis +ternissaient +ternissais +ternissait +ternissant +ternisse +ternissent +ternisses +ternissiez +ternissions +ternissons +ternissure +ternissures +ternit +ternmes +ternt +terntes +terra +terrai +terraient +terrain +terrains +terrais +terrait +terrant +terras +terrassa +terrassai +terrassaient +terrassais +terrassait +terrassant +terrassas +terrassasse +terrassassent +terrassasses +terrassassiez +terrassassions +terrassmes +terrasst +terrasstes +terrasse +terrassement +terrassements +terrassent +terrasser +terrassera +terrasserai +terrasseraient +terrasserais +terrasserait +terrasseras +terrasserez +terrasseriez +terrasserions +terrasserons +terrasseront +terrasses +terrassez +terrass +terrasse +terrasses +terrasss +terrassrent +terrassier +terrassiers +terrassiez +terrassions +terrassons +terrmes +terrt +terrtes +terre +terreau +terreaux +terrent +terrer +terrera +terrerai +terreraient +terrerais +terrerait +terreras +terrerez +terreriez +terrerions +terrerons +terreront +terres +terrestre +terrestres +terreur +terreurs +terreuse +terreuses +terreux +terrez +terr +terre +terres +terrs +terrrent +terri +terrible +terriblement +terribles +terrien +terrienne +terriennes +terriens +terrier +terriers +terriez +terrifia +terrifiai +terrifiaient +terrifiais +terrifiait +terrifiant +terrifiante +terrifiantes +terrifiants +terrifias +terrifiasse +terrifiassent +terrifiasses +terrifiassiez +terrifiassions +terrifimes +terrifit +terrifites +terrifie +terrifient +terrifier +terrifiera +terrifierai +terrifieraient +terrifierais +terrifierait +terrifieras +terrifierez +terrifieriez +terrifierions +terrifierons +terrifieront +terrifies +terrifiez +terrifi +terrifie +terrifies +terrifis +terrifirent +terrifiiez +terrifiions +terrifions +terril +terrils +terrine +terrines +terrions +terris +territoire +territoires +territorial +territoriale +territoriales +territorialit +territorialits +territoriaux +terroir +terroirs +terrons +terrorisa +terrorisai +terrorisaient +terrorisais +terrorisait +terrorisant +terrorisas +terrorisasse +terrorisassent +terrorisasses +terrorisassiez +terrorisassions +terrorismes +terrorist +terroristes +terrorise +terrorisent +terroriser +terrorisera +terroriserai +terroriseraient +terroriserais +terroriserait +terroriseras +terroriserez +terroriseriez +terroriserions +terroriserons +terroriseront +terrorises +terrorisez +terroris +terrorise +terrorises +terroriss +terrorisrent +terrorisiez +terrorisions +terrorisme +terrorismes +terrorisons +terroriste +terroristes +tertiaire +tertiaires +tertio +tertre +tertres +tes +tessiture +tessitures +tesson +tessons +test +testa +testac +testace +testaces +testacs +testai +testaient +testais +testait +testament +testamentaire +testamentaires +testaments +testant +testas +testasse +testassent +testasses +testassiez +testassions +testateur +testateurs +testatrice +testatrices +testmes +testt +testtes +teste +testent +tester +testera +testerai +testeraient +testerais +testerait +testeras +testerez +testeriez +testerions +testerons +testeront +testes +testez +test +teste +testes +tests +testrent +testicule +testicules +testiez +testimonial +testimoniale +testimoniales +testimoniaux +testions +testons +tests +tette +tettes +teuton +teutonne +teutonnes +teutons +texan +texane +texanes +texans +texas +texte +textes +textile +textiles +textuel +textuelle +textuellement +textuelles +texture +textures +t +tgument +tgumentaire +tgumentaires +tguments +thran +tl +tlescopage +tlescopages +tlescope +tlescopes +tlex +tl +tlcabine +tlcabines +tlcharge +tlchargeables +tlchargement +tlchargent +tlchargeons +tlcharger +tlchargez +tlcommanda +tlcommandai +tlcommandaient +tlcommandais +tlcommandait +tlcommandant +tlcommandas +tlcommandasse +tlcommandassent +tlcommandasses +tlcommandassiez +tlcommandassions +tlcommandmes +tlcommandt +tlcommandtes +tlcommande +tlcommandent +tlcommander +tlcommandera +tlcommanderai +tlcommanderaient +tlcommanderais +tlcommanderait +tlcommanderas +tlcommanderez +tlcommanderiez +tlcommanderions +tlcommanderons +tlcommanderont +tlcommandes +tlcommandez +tlcommand +tlcommande +tlcommandes +tlcommands +tlcommandrent +tlcommandiez +tlcommandions +tlcommandons +tlcommunication +tlcommunications +tlcopieur +tlcopieurs +tldistribution +tldistributions +tlenseignment +tlenseignments +tlgramme +tlgrammes +tlgraphe +tlgraphes +tlgraphia +tlgraphiai +tlgraphiaient +tlgraphiais +tlgraphiait +tlgraphiant +tlgraphias +tlgraphiasse +tlgraphiassent +tlgraphiasses +tlgraphiassiez +tlgraphiassions +tlgraphimes +tlgraphit +tlgraphites +tlgraphie +tlgraphient +tlgraphier +tlgraphiera +tlgraphierai +tlgraphieraient +tlgraphierais +tlgraphierait +tlgraphieras +tlgraphierez +tlgraphieriez +tlgraphierions +tlgraphierons +tlgraphieront +tlgraphies +tlgraphiez +tlgraphi +tlgraphie +tlgraphies +tlgraphis +tlgraphirent +tlgraphiiez +tlgraphiions +tlgraphions +tlgraphique +tlgraphiquement +tlgraphiques +tlgraphiste +tlgraphistes +tlguida +tlguidage +tlguidages +tlguidai +tlguidaient +tlguidais +tlguidait +tlguidant +tlguidas +tlguidasse +tlguidassent +tlguidasses +tlguidassiez +tlguidassions +tlguidmes +tlguidt +tlguidtes +tlguide +tlguident +tlguider +tlguidera +tlguiderai +tlguideraient +tlguiderais +tlguiderait +tlguideras +tlguiderez +tlguideriez +tlguiderions +tlguiderons +tlguideront +tlguides +tlguidez +tlguid +tlguide +tlguides +tlguids +tlguidrent +tlguidiez +tlguidions +tlguidons +tlmatique +tlmatiques +tlmtre +tlmtres +tlobjectif +tlobjectifs +tlpathie +tlphrique +tlphriques +tlphona +tlphonai +tlphonaient +tlphonais +tlphonait +tlphonant +tlphonas +tlphonasse +tlphonassent +tlphonasses +tlphonassiez +tlphonassions +tlphonmes +tlphont +tlphontes +tlphone +tlphonent +tlphoner +tlphonera +tlphonerai +tlphoneraient +tlphonerais +tlphonerait +tlphoneras +tlphonerez +tlphoneriez +tlphonerions +tlphonerons +tlphoneront +tlphones +tlphonez +tlphon +tlphone +tlphones +tlphons +tlphonrent +tlphonie +tlphoniez +tlphonions +tlphonique +tlphoniques +tlphoniste +tlphonistes +tlphonons +tlscopa +tlscopage +tlscopages +tlscopai +tlscopaient +tlscopais +tlscopait +tlscopant +tlscopas +tlscopasse +tlscopassent +tlscopasses +tlscopassiez +tlscopassions +tlscopmes +tlscopt +tlscoptes +tlscope +tlscopent +tlscoper +tlscopera +tlscoperai +tlscoperaient +tlscoperais +tlscoperait +tlscoperas +tlscoperez +tlscoperiez +tlscoperions +tlscoperons +tlscoperont +tlscopes +tlscopez +tlscop +tlscope +tlscopes +tlscops +tlscoprent +tlscopiez +tlscopions +tlscopons +tlsige +tlsiges +tlski +tlskis +tlspectateur +tlspectateurs +tlspectatrice +tlspectatrices +tltype +tltypes +tlvisa +tlvisai +tlvisaient +tlvisais +tlvisait +tlvisant +tlvisas +tlvisasse +tlvisassent +tlvisasses +tlvisassiez +tlvisassions +tlvismes +tlvist +tlvistes +tlvise +tlvisent +tlviser +tlvisera +tlviserai +tlviseraient +tlviserais +tlviserait +tlviseras +tlviserez +tlviseriez +tlviserions +tlviserons +tlviseront +tlvises +tlviseur +tlviseurs +tlvisez +tlvis +tlvise +tlvises +tlviss +tlvisrent +tlvisiez +tlvision +tlvisions +tlvisons +tmraire +tmrairement +tmraires +tmrit +tmrits +tmoigna +tmoignage +tmoignages +tmoignai +tmoignaient +tmoignais +tmoignait +tmoignant +tmoignas +tmoignasse +tmoignassent +tmoignasses +tmoignassiez +tmoignassions +tmoignmes +tmoignt +tmoigntes +tmoigne +tmoignent +tmoigner +tmoignera +tmoignerai +tmoigneraient +tmoignerais +tmoignerait +tmoigneras +tmoignerez +tmoigneriez +tmoignerions +tmoignerons +tmoigneront +tmoignes +tmoignez +tmoign +tmoigne +tmoignes +tmoigns +tmoignrent +tmoigniez +tmoignions +tmoignons +tmoin +tmoins +tnacit +tnacits +tnbreuse +tnbreuses +tnbreux +tnbres +tnia +tnias +tnor +tnorino +tnorinos +tnorisa +tnorisai +tnorisaient +tnorisais +tnorisait +tnorisant +tnorisas +tnorisasse +tnorisassent +tnorisasses +tnorisassiez +tnorisassions +tnorismes +tnorist +tnoristes +tnorise +tnorisent +tnoriser +tnorisera +tnoriserai +tnoriseraient +tnoriserais +tnoriserait +tnoriseras +tnoriserez +tnoriseriez +tnoriserions +tnoriserons +tnoriseront +tnorises +tnorisez +tnoris +tnorise +tnorises +tnoriss +tnorisrent +tnorisiez +tnorisions +tnorisons +tnors +tnu +tnue +tnues +tnuit +tnuits +tnus +tratologie +trbenthine +trbenthines +trbrant +trbrante +trbrantes +trbrants +ts +tta +ttai +ttaient +ttais +ttait +ttanique +ttaniques +ttanos +ttant +ttas +ttasse +ttassent +ttasses +ttassiez +ttassions +ttmes +ttt +tttes +tter +ttera +tterai +tteraient +tterais +tterait +tteras +tterez +tteriez +tterions +tterons +tteront +ttez +tt +tte +ttes +tts +ttrent +ttiez +ttin +ttine +ttines +ttins +ttions +tton +ttons +ttradre +ttradres +ttralogie +ttralogies +tte +ttent +ttes +ttard +ttards +tte +ttes +ttu +ttue +ttues +ttus +thailandais +thailandaise +thailandaises +thailande +thalamus +thalassothripie +thalassothripies +thalle +thalles +thallophytes +thaumaturge +thaumaturges +thermal +thermale +thermales +thermalisme +thermals +thermes +thermidor +thermidorien +thermidorienne +thermidoriennes +thermidoriens +thermique +thermiques +thermite +thermocautre +thermocautres +thermodynamique +thermogne +thermognes +thermomtrie +thermomtrique +thermomtriques +thermomtre +thermomtres +thermonuclaire +thermonuclaires +thermostat +thermostats +th +thtral +thtrale +thtralement +thtrales +thtrals +thtre +thtres +thbade +thbades +thier +thiers +thire +thires +thisme +thiste +thistes +thmatique +thmatiques +thnar +thnars +thocratie +thocraties +thocratique +thocratiques +thodolite +thodolites +thologal +thologale +thologalement +thologales +thologals +thologie +thologien +thologienne +thologiennes +thologiens +thologies +thologique +thologiques +thologues +thophile +thorme +thormes +thoricien +thoricienne +thoriciennes +thoriciens +thorie +thories +thorique +thoriquement +thoriques +thorisa +thorisai +thorisaient +thorisais +thorisait +thorisant +thorisas +thorisasse +thorisassent +thorisasses +thorisassiez +thorisassions +thorismes +thorist +thoristes +thorise +thorisent +thoriser +thorisera +thoriserai +thoriseraient +thoriserais +thoriserait +thoriseras +thoriserez +thoriseriez +thoriserions +thoriserons +thoriseront +thorises +thorisez +thoris +thorise +thorises +thoriss +thorisrent +thorisiez +thorisions +thorisons +thosophie +thrapeute +thrapeutes +thrapeutique +thrapeutiques +thrapie +ths +thsaurisa +thsaurisai +thsaurisaient +thsaurisais +thsaurisait +thsaurisant +thsaurisas +thsaurisasse +thsaurisassent +thsaurisasses +thsaurisassiez +thsaurisassions +thsaurisation +thsaurisations +thsaurismes +thsaurist +thsauristes +thsaurise +thsaurisent +thsauriser +thsaurisera +thsauriserai +thsauriseraient +thsauriserais +thsauriserait +thsauriseras +thsauriserez +thsauriseriez +thsauriserions +thsauriserons +thsauriseront +thsaurises +thsauriseur +thsauriseurs +thsauriseuse +thsauriseuses +thsaurisez +thsauris +thsaurise +thsaurises +thsauriss +thsaurisrent +thsaurisiez +thsaurisions +thsaurisons +thme +thmes +thse +thses +thomisme +thon +thonier +thoniers +thons +thoracique +thoraciques +thorax +thorium +thrombose +thromboses +thurifraire +thurifraires +thuya +thuyas +thym +thymus +thyrode +thyrodes +thyrse +tiare +tiares +tibet +tibia +tibias +tic +ticket +tickets +tics +tien +tiendra +tiendrai +tiendraient +tiendrais +tiendrait +tiendras +tiendrez +tiendriez +tiendrions +tiendrons +tiendront +tienne +tiennent +tiennes +tiennne +tiens +tient +tierce +tierces +tierc +tiercs +tiers +tideur +tideurs +tidi +tidie +tidies +tidir +tidira +tidirai +tidiraient +tidirais +tidirait +tidiras +tidirent +tidirez +tidiriez +tidirions +tidirons +tidiront +tidis +tidissaient +tidissais +tidissait +tidissant +tidisse +tidissent +tidisses +tidissez +tidissiez +tidissions +tidissons +tidit +tidmes +tidt +tidtes +tide +tidement +tides +tige +tigelle +tigelles +tiges +tignasse +tignasses +tigre +tigres +tigresse +tigresses +tigr +tigre +tigres +tigrs +tillac +tillacs +tille +tilleul +tilleuls +timbale +timbales +timbalier +timbaliers +timbra +timbrage +timbrages +timbrai +timbraient +timbrais +timbrait +timbrant +timbras +timbrasse +timbrassent +timbrasses +timbrassiez +timbrassions +timbrmes +timbrt +timbrtes +timbre +timbrent +timbrer +timbrera +timbrerai +timbreraient +timbrerais +timbrerait +timbreras +timbrerez +timbreriez +timbrerions +timbrerons +timbreront +timbres +timbrez +timbr +timbre +timbres +timbrs +timbrrent +timbriez +timbrions +timbrons +timide +timidement +timides +timidit +timidits +timon +timonerie +timoneries +timonier +timoniers +timons +timor +timore +timores +timors +tinctorial +tinctoriale +tinctoriales +tinctoriaux +tinette +tinettes +tinrent +tins +tinsse +tinssent +tinsses +tinssiez +tinssions +tint +tinta +tintai +tintaient +tintais +tintait +tintamarre +tintamarres +tintant +tintas +tintasse +tintassent +tintasses +tintassiez +tintassions +tintmes +tintt +tinttes +tinte +tintement +tintements +tintent +tinter +tintera +tinterai +tinteraient +tinterais +tinterait +tinteras +tinterez +tinteriez +tinterions +tinterons +tinteront +tintes +tintez +tint +tinte +tintes +tints +tintrent +tintiez +tintinnabula +tintinnabulai +tintinnabulaient +tintinnabulais +tintinnabulait +tintinnabulant +tintinnabulas +tintinnabulasse +tintinnabulassent +tintinnabulasses +tintinnabulassiez +tintinnabulassions +tintinnabulmes +tintinnabult +tintinnabultes +tintinnabule +tintinnabulent +tintinnabuler +tintinnabulera +tintinnabulerai +tintinnabuleraient +tintinnabulerais +tintinnabulerait +tintinnabuleras +tintinnabulerez +tintinnabuleriez +tintinnabulerions +tintinnabulerons +tintinnabuleront +tintinnabules +tintinnabulez +tintinnabul +tintinnabule +tintinnabules +tintinnabuls +tintinnabulrent +tintinnabuliez +tintinnabulions +tintinnabulons +tintions +tintons +tintouin +tintouins +tiqua +tiquai +tiquaient +tiquais +tiquait +tiquant +tiquas +tiquasse +tiquassent +tiquasses +tiquassiez +tiquassions +tiqumes +tiqut +tiqutes +tique +tiquent +tiquer +tiquera +tiquerai +tiqueraient +tiquerais +tiquerait +tiqueras +tiquerez +tiqueriez +tiquerions +tiquerons +tiqueront +tiques +tiquez +tiqu +tique +tiques +tiqus +tiqurent +tiquiez +tiquions +tiquons +tir +tira +tirade +tirades +tirage +tirages +tirai +tiraient +tirailla +tiraillai +tiraillaient +tiraillais +tiraillait +tiraillant +tiraillas +tiraillasse +tiraillassent +tiraillasses +tiraillassiez +tiraillassions +tiraillmes +tiraillt +tirailltes +tiraille +tiraillement +tiraillements +tiraillent +tirailler +tiraillera +tiraillerai +tirailleraient +tiraillerais +tiraillerait +tirailleras +tiraillerez +tirailleriez +tiraillerions +tiraillerons +tirailleront +tirailles +tirailleur +tirailleurs +tiraillez +tiraill +tiraille +tirailles +tiraills +tiraillrent +tirailliez +tiraillions +tiraillons +tirais +tirait +tirant +tirants +tiras +tirasse +tirassent +tirasses +tirassiez +tirassions +tirmes +tirt +tirtes +tire +tirelire +tirelires +tirent +tirer +tirera +tirerai +tireraient +tirerais +tirerait +tireras +tirerez +tireriez +tirerions +tirerons +tireront +tires +tiret +tirets +tirette +tirettes +tireur +tireurs +tireuse +tireuses +tirez +tir +tire +tires +tirs +tirrent +tiriez +tirions +tiroir +tiroirs +tirons +tirs +tisane +tisanes +tison +tisonna +tisonnai +tisonnaient +tisonnais +tisonnait +tisonnant +tisonnas +tisonnasse +tisonnassent +tisonnasses +tisonnassiez +tisonnassions +tisonnmes +tisonnt +tisonntes +tisonne +tisonnent +tisonner +tisonnera +tisonnerai +tisonneraient +tisonnerais +tisonnerait +tisonneras +tisonnerez +tisonneriez +tisonnerions +tisonnerons +tisonneront +tisonnes +tisonnez +tisonn +tisonne +tisonnes +tisonns +tisonnrent +tisonnier +tisonniers +tisonniez +tisonnions +tisonnons +tisons +tissa +tissage +tissages +tissai +tissaient +tissais +tissait +tissant +tissas +tissasse +tissassent +tissasses +tissassiez +tissassions +tissmes +tisst +tisstes +tisse +tissent +tisser +tissera +tisserai +tisseraient +tisserais +tisserait +tisserand +tisserands +tisseras +tisserez +tisseriez +tisserions +tisserons +tisseront +tisses +tisseur +tisseurs +tissez +tiss +tisse +tisses +tisss +tissrent +tissiez +tissions +tissons +tissu +tissure +tissures +tissus +titan +titane +titanesque +titanesques +titans +titi +titilla +titillai +titillaient +titillais +titillait +titillant +titillas +titillasse +titillassent +titillasses +titillassiez +titillassions +titillation +titillations +titillmes +titillt +titilltes +titille +titillent +titiller +titillera +titillerai +titilleraient +titillerais +titillerait +titilleras +titillerez +titilleriez +titillerions +titillerons +titilleront +titilles +titillez +titill +titille +titilles +titills +titillrent +titilliez +titillions +titillons +titis +titra +titrage +titrages +titrai +titraient +titrais +titrait +titrant +titras +titrasse +titrassent +titrasses +titrassiez +titrassions +titrmes +titrt +titrtes +titre +titrent +titrer +titrera +titrerai +titreraient +titrerais +titrerait +titreras +titrerez +titreriez +titrerions +titrerons +titreront +titres +titrez +titr +titre +titres +titrs +titrrent +titriez +titrions +titrons +tituba +titubai +titubaient +titubais +titubait +titubant +titubas +titubasse +titubassent +titubasses +titubassiez +titubassions +titubmes +titubt +titubtes +titube +titubent +tituber +titubera +tituberai +tituberaient +tituberais +tituberait +tituberas +tituberez +tituberiez +tituberions +tituberons +tituberont +titubes +titubez +titub +titube +titubes +titubs +titubrent +titubiez +titubions +titubons +titulair +titulaire +titulaires +titularisa +titularisai +titularisaient +titularisais +titularisait +titularisant +titularisas +titularisasse +titularisassent +titularisasses +titularisassiez +titularisassions +titularisation +titularisations +titularismes +titularist +titularistes +titularise +titularisent +titulariser +titularisera +titulariserai +titulariseraient +titulariserais +titulariserait +titulariseras +titulariserez +titulariseriez +titulariserions +titulariserons +titulariseront +titularises +titularisez +titularis +titularise +titularises +titulariss +titularisrent +titularisiez +titularisions +titularisons +tnmes +tnt +tntes +toast +toasts +toboggan +toboggans +toc +tocsin +tocsins +toge +toges +tohu +toi +toile +toilerie +toileries +toiles +toilettage +toilettages +toilette +toilettes +toisa +toisai +toisaient +toisais +toisait +toisant +toisas +toisasse +toisassent +toisasses +toisassiez +toisassions +toismes +toist +toistes +toise +toisent +toiser +toisera +toiserai +toiseraient +toiserais +toiserait +toiseras +toiserez +toiseriez +toiserions +toiserons +toiseront +toises +toisez +tois +toise +toises +toiss +toisrent +toisiez +toisions +toison +toisons +toit +toits +toiture +toitures +tolet +tolets +tolra +tolrable +tolrables +tolrai +tolraient +tolrais +tolrait +tolrance +tolrances +tolrant +tolrante +tolrantes +tolrants +tolras +tolrasse +tolrassent +tolrasses +tolrassiez +tolrassions +tolrmes +tolrt +tolrtes +tolrer +tolrera +tolrerai +tolreraient +tolrerais +tolrerait +tolreras +tolrerez +tolreriez +tolrerions +tolrerons +tolreront +tolrez +tolr +tolre +tolres +tolrs +tolrrent +tolriez +tolrions +tolrons +tolre +tolrent +tolres +toll +tolls +tolune +tomaison +tomaisons +tomate +tomates +tomba +tombai +tombaient +tombais +tombait +tombal +tombale +tombales +tombals +tombant +tombante +tombantes +tombants +tombas +tombasse +tombassent +tombasses +tombassiez +tombassions +tombmes +tombt +tombtes +tombe +tombeau +tombeaux +tombent +tomber +tombera +tomberai +tomberaient +tomberais +tomberait +tomberas +tombereau +tombereaux +tomberez +tomberiez +tomberions +tomberons +tomberont +tombes +tombeur +tombeurs +tombez +tomb +tombe +tombes +tombs +tombrent +tombiez +tombions +tombola +tombolas +tombons +tome +tomes +tomme +ton +tonal +tonale +tonales +tonalit +tonalits +tonals +tond +tondaient +tondais +tondaison +tondaisons +tondait +tondant +tonde +tondent +tondes +tondeur +tondeurs +tondeuse +tondeuses +tondez +tondiez +tondions +tondirent +tondis +tondisse +tondissent +tondisses +tondissiez +tondissions +tondit +tondmes +tondt +tondtes +tondons +tondra +tondrai +tondraient +tondrais +tondrait +tondras +tondre +tondrez +tondriez +tondrions +tondrons +tondront +tonds +tondu +tondue +tondues +tondus +tonicit +tonicits +tonifia +tonifiai +tonifiaient +tonifiais +tonifiait +tonifiant +tonifiante +tonifiantes +tonifiants +tonifias +tonifiasse +tonifiassent +tonifiasses +tonifiassiez +tonifiassions +tonifimes +tonifit +tonifites +tonifie +tonifient +tonifier +tonifiera +tonifierai +tonifieraient +tonifierais +tonifierait +tonifieras +tonifierez +tonifieriez +tonifierions +tonifierons +tonifieront +tonifies +tonifiez +tonifi +tonifie +tonifies +tonifis +tonifirent +tonifiiez +tonifiions +tonifions +tonique +toniques +tonitruant +tonitruante +tonitruantes +tonitruants +tonna +tonnage +tonnages +tonnai +tonnaient +tonnais +tonnait +tonnant +tonnas +tonnasse +tonnassent +tonnassiez +tonnassions +tonnmes +tonnt +tonntes +tonne +tonneau +tonneaux +tonnelet +tonnelets +tonnelier +tonneliers +tonnelle +tonnellerie +tonnelles +tonnent +tonner +tonnera +tonnerai +tonneraient +tonnerais +tonnerait +tonneras +tonnerez +tonneriez +tonnerions +tonnerons +tonneront +tonnerre +tonnes +tonnez +tonn +tonne +tonnes +tonns +tonnrent +tonniez +tonnions +tonnons +tons +tonsure +tonsures +tonte +tontes +tontine +tontines +tonton +tontons +tontus +tonus +top +topa +topai +topaient +topais +topait +topant +topas +topasse +topassent +topasses +topassiez +topassions +topaze +topazes +topmes +topt +toptes +tope +topent +toper +topera +toperai +toperaient +toperais +toperait +toperas +toperez +toperiez +toperions +toperons +toperont +topes +topez +top +tope +topes +tops +toprent +topiez +topinambour +topinambours +topions +topique +topiquement +topiques +topo +topographe +topographes +topographie +topographique +topographiques +topons +toponymie +tops +toqua +toquade +toquades +toquai +toquaient +toquais +toquait +toquant +toquas +toquasse +toquassent +toquasses +toquassiez +toquassions +toqumes +toqut +toqutes +toque +toquent +toquer +toquera +toquerai +toqueraient +toquerais +toquerait +toqueras +toquerez +toqueriez +toquerions +toquerons +toqueront +toques +toquez +toqu +toque +toques +toqus +toqurent +toquiez +toquions +toquons +torcha +torchai +torchaient +torchais +torchait +torchant +torchas +torchasse +torchassent +torchasses +torchassiez +torchassions +torchmes +torcht +torchtes +torche +torchen +torchent +torcher +torchera +torcherai +torcheraient +torcherais +torcherait +torcheras +torcherez +torcheriez +torcherions +torcherons +torcheront +torches +torchez +torch +torche +torches +torchs +torchre +torchrent +torchres +torchiez +torchions +torchis +torchon +torchonna +torchonnai +torchonnaient +torchonnais +torchonnait +torchonnant +torchonnas +torchonnasse +torchonnassent +torchonnasses +torchonnassiez +torchonnassions +torchonnmes +torchonnt +torchonntes +torchonne +torchonnent +torchonner +torchonnera +torchonnerai +torchonneraient +torchonnerais +torchonnerait +torchonneras +torchonnerez +torchonneriez +torchonnerions +torchonnerons +torchonneront +torchonnes +torchonnez +torchonn +torchonne +torchonnes +torchonns +torchonnrent +torchonniez +torchonnions +torchonnons +torchons +tord +tordage +tordages +tordaient +tordais +tordait +tordant +torde +tordent +tordes +tordez +tordiez +tordions +tordirent +tordis +tordisse +tordissent +tordisses +tordissiez +tordissions +tordit +tordmes +tordt +tordtes +tordoir +tordoirs +tordons +tordra +tordrai +tordraient +tordrais +tordrait +tordras +tordre +tordrez +tordriez +tordrions +tordrons +tordront +tords +tordu +tordue +tordues +tordus +tore +torero +toreros +tores +torgnole +torgnoles +tornade +tornades +toron +torons +torpeur +torpeurs +torpdo +torpdos +torpilla +torpillage +torpillages +torpillai +torpillaient +torpillais +torpillait +torpillant +torpillas +torpillasse +torpillassent +torpillasses +torpillassiez +torpillassions +torpillmes +torpillt +torpilltes +torpille +torpillent +torpiller +torpillera +torpillerai +torpilleraient +torpillerais +torpillerait +torpilleras +torpillerez +torpilleriez +torpillerions +torpillerons +torpilleront +torpilles +torpilleur +torpilleurs +torpillez +torpill +torpille +torpilles +torpills +torpillrent +torpilliez +torpillions +torpillons +torrent +torrentiel +torrentielle +torrentielles +torrentiels +torrents +torrentueuse +torrentueuses +torrentueux +torrfaction +torrfactions +torrfia +torrfiai +torrfiaient +torrfiais +torrfiait +torrfiant +torrfias +torrfiasse +torrfiassent +torrfiasses +torrfiassiez +torrfiassions +torrfimes +torrfit +torrfites +torrfie +torrfient +torrfier +torrfiera +torrfierai +torrfieraient +torrfierais +torrfierait +torrfieras +torrfierez +torrfieriez +torrfierions +torrfierons +torrfieront +torrfies +torrfiez +torrfi +torrfie +torrfies +torrfis +torrfirent +torrfiiez +torrfiions +torrfions +torride +torrides +tors +torsade +torsades +torse +torses +torsion +torsions +tort +torticolis +tortilla +tortillage +tortillages +tortillai +tortillaient +tortillais +tortillait +tortillant +tortillard +tortillards +tortillas +tortillasse +tortillassent +tortillasses +tortillassiez +tortillassions +tortillmes +tortillt +tortilltes +tortille +tortillement +tortillements +tortillent +tortiller +tortillera +tortillerai +tortilleraient +tortillerais +tortillerait +tortilleras +tortillerez +tortilleriez +tortillerions +tortillerons +tortilleront +tortilles +tortillez +tortill +tortille +tortilles +tortills +tortillrent +tortilliez +tortillions +tortillon +tortillons +tortionnaire +tortionnaires +torts +tortu +tortue +tortues +tortueuse +tortueusement +tortueuses +tortueux +tortura +torturai +torturaient +torturais +torturait +torturant +torturante +torturantes +torturants +torturas +torturasse +torturassent +torturasses +torturassiez +torturassions +torturmes +torturt +torturtes +torture +torturent +torturer +torturera +torturerai +tortureraient +torturerais +torturerait +tortureras +torturerez +tortureriez +torturerions +torturerons +tortureront +tortures +torturez +tortur +torture +tortures +torturs +torturrent +torturiez +torturions +torturons +tortus +torve +torves +toscan +toscane +toscanes +toscans +total +totale +totalement +totales +totalisa +totalisai +totalisaient +totalisais +totalisait +totalisant +totalisas +totalisasse +totalisassent +totalisasses +totalisassiez +totalisassions +totalisateur +totalisateurs +totalisation +totalisations +totalisatrice +totalisatrices +totalismes +totalist +totalistes +totalise +totalisent +totaliser +totalisera +totaliserai +totaliseraient +totaliserais +totaliserait +totaliseras +totaliserez +totaliseriez +totaliserions +totaliserons +totaliseront +totalises +totalisez +totalis +totalise +totalises +totaliss +totalisrent +totalisiez +totalisions +totalisons +totalitaire +totalitaires +totalitarisme +totalitarismes +totalit +totalits +totals +totaux +totem +totems +totmique +totmiques +totmisme +toton +totons +toua +touage +touages +touai +touaient +touais +touait +touant +touas +touasse +touassent +touasses +touassiez +touassions +toumes +tout +toutes +toubib +toubibs +toucan +toucans +toucha +touchai +touchaient +touchais +touchait +touchant +touchante +touchantes +touchants +touchas +touchasse +touchassent +touchasses +touchassiez +touchassions +touchmes +toucht +touchtes +touche +touchent +toucher +touchera +toucherai +toucheraient +toucherais +toucherait +toucheras +toucherez +toucheriez +toucherions +toucherons +toucheront +touches +toucheur +toucheurs +touchez +touch +touche +touches +touchs +touchrent +touchiez +touchions +touchons +toue +touent +touer +touera +touerai +toueraient +touerais +touerait +toueras +touerez +toueriez +touerions +touerons +toueront +toues +touez +tou +toue +toues +tous +tourent +touffe +touffes +touffeur +touffeurs +touffu +touffue +touffues +touffus +touiez +touilla +touillai +touillaient +touillais +touillait +touillant +touillas +touillasse +touillassent +touillasses +touillassiez +touillassions +touillmes +touillt +touilltes +touille +touillent +touiller +touillera +touillerai +touilleraient +touillerais +touillerait +touilleras +touillerez +touilleriez +touillerions +touillerons +touilleront +touilles +touillez +touill +touille +touilles +touills +touillrent +touilliez +touillions +touillons +touions +toujours +toundra +toundras +touons +toupet +toupets +toupie +toupies +tour +tourangeau +tourangeaux +tourangelle +tourangelles +tourbe +tourbes +tourbire +tourbires +tourbillon +tourbillonna +tourbillonnai +tourbillonnaient +tourbillonnais +tourbillonnait +tourbillonnant +tourbillonnante +tourbillonnantes +tourbillonnants +tourbillonnas +tourbillonnasse +tourbillonnassent +tourbillonnasses +tourbillonnassiez +tourbillonnassions +tourbillonnmes +tourbillonnt +tourbillonntes +tourbillonne +tourbillonnement +tourbillonnements +tourbillonnent +tourbillonner +tourbillonnera +tourbillonnerai +tourbillonneraient +tourbillonnerais +tourbillonnerait +tourbillonneras +tourbillonnerez +tourbillonneriez +tourbillonnerions +tourbillonnerons +tourbillonneront +tourbillonnes +tourbillonnez +tourbillonn +tourbillonne +tourbillonnes +tourbillonns +tourbillonnrent +tourbillonniez +tourbillonnions +tourbillonnons +tourbillons +tourelle +tourelles +touret +tourets +tourie +touries +tourire +tourires +tourillon +tourillons +tourisme +tourismes +touriste +touristes +touristique +touristiques +tourmaline +tourment +tourmenta +tourmentai +tourmentaient +tourmentais +tourmentait +tourmentant +tourmentas +tourmentasse +tourmentassent +tourmentasses +tourmentassiez +tourmentassions +tourmentmes +tourmentt +tourmenttes +tourmente +tourmentent +tourmenter +tourmentera +tourmenterai +tourmenteraient +tourmenterais +tourmenterait +tourmenteras +tourmenterez +tourmenteriez +tourmenterions +tourmenterons +tourmenteront +tourmentes +tourmenteur +tourmenteurs +tourmenteuse +tourmenteuses +tourmentez +tourment +tourmente +tourmentes +tourments +tourmentrent +tourmentiez +tourmentions +tourmentons +tourments +tourna +tournage +tournages +tournai +tournaient +tournailla +tournaillai +tournaillaient +tournaillais +tournaillait +tournaillant +tournaillas +tournaillasse +tournaillassent +tournaillasses +tournaillassiez +tournaillassions +tournaillmes +tournaillt +tournailltes +tournaille +tournaillent +tournailler +tournaillera +tournaillerai +tournailleraient +tournaillerais +tournaillerait +tournailleras +tournaillerez +tournailleriez +tournaillerions +tournaillerons +tournailleront +tournailles +tournaillez +tournaill +tournaille +tournailles +tournaills +tournaillrent +tournailliez +tournaillions +tournaillons +tournais +tournait +tournant +tournante +tournantes +tournants +tournas +tournasse +tournassent +tournasses +tournassiez +tournassions +tournmes +tournt +tourntes +tourne +tournebroche +tournebroches +tournedos +tournemain +tournent +tourner +tournera +tournerai +tourneraient +tournerais +tournerait +tourneras +tournerez +tourneriez +tournerions +tournerons +tourneront +tournes +tournesol +tournesols +tourneur +tourneurs +tournevis +tournez +tourn +tourne +tournes +tourns +tournrent +tournicota +tournicotai +tournicotaient +tournicotais +tournicotait +tournicotant +tournicotas +tournicotasse +tournicotassent +tournicotasses +tournicotassiez +tournicotassions +tournicotmes +tournicott +tournicottes +tournicote +tournicotent +tournicoter +tournicotera +tournicoterai +tournicoteraient +tournicoterais +tournicoterait +tournicoteras +tournicoterez +tournicoteriez +tournicoterions +tournicoterons +tournicoteront +tournicotes +tournicotez +tournicot +tournicote +tournicotes +tournicots +tournicotrent +tournicotiez +tournicotions +tournicotons +tourniez +tournions +tourniqua +tourniquai +tourniquaient +tourniquais +tourniquait +tourniquant +tourniquas +tourniquasse +tourniquassent +tourniquasses +tourniquassiez +tourniquassions +tourniqumes +tourniqut +tourniqutes +tournique +tourniquent +tourniquer +tourniquera +tourniquerai +tourniqueraient +tourniquerais +tourniquerait +tourniqueras +tourniquerez +tourniqueriez +tourniquerions +tourniquerons +tourniqueront +tourniques +tourniquet +tourniquets +tourniquez +tourniqu +tournique +tourniques +tourniqus +tourniqurent +tourniquiez +tourniquions +tourniquons +tournis +tournoi +tournoie +tournoiement +tournoiements +tournoient +tournoiera +tournoierai +tournoieraient +tournoierais +tournoierait +tournoieras +tournoierez +tournoieriez +tournoierions +tournoierons +tournoieront +tournoies +tournois +tournons +tournoya +tournoyai +tournoyaient +tournoyais +tournoyait +tournoyant +tournoyas +tournoyasse +tournoyassent +tournoyasses +tournoyassiez +tournoyassions +tournoymes +tournoyt +tournoytes +tournoyer +tournoyez +tournoy +tournoye +tournoyes +tournoys +tournoyrent +tournoyiez +tournoyions +tournoyons +tournure +tournures +touron +tourons +tours +tourte +tourteau +tourteaux +tourtereau +tourtereaux +tourterelle +tourterelles +tourtes +tourtire +tourtires +tous +tousa +tousai +tousaient +tousais +tousait +tousant +tousas +tousasse +tousassent +tousasses +tousassiez +tousassions +tousmes +toust +toustes +touse +tousent +toussaint +tousser +toussera +tousserai +tousseraient +tousserais +tousserait +tousseras +tousserez +tousseriez +tousserions +tousserons +tousseront +tousses +tousseur +tousseurs +tousseuse +tousseuses +toussez +touss +tousse +tousses +tousss +toussrent +toussiez +toussions +toussons +toussota +toussotai +toussotaient +toussotais +toussotait +toussotant +toussotas +toussotasse +toussotassent +toussotasses +toussotassiez +toussotassions +toussotmes +toussott +toussottes +toussote +toussotement +toussotements +toussotent +toussoter +toussotera +toussoterai +toussoteraient +toussoterais +toussoterait +toussoteras +toussoterez +toussoteriez +toussoterions +toussoterons +toussoteront +toussotes +toussotez +toussot +toussote +toussotes +toussots +toussotrent +toussotiez +toussotions +toussotons +tout +toute +toutefois +toutes +toutou +toutous +toux +toxicit +toxicits +toxicologie +toxicologique +toxicologiques +toxicomane +toxicomanes +toxicomanie +toxicose +toxicoses +toxine +toxines +toxique +toxiques +tle +tlerie +tles +tlier +tliers +tt +trac +tracas +tracassa +tracassai +tracassaient +tracassais +tracassait +tracassant +tracassas +tracassasse +tracassassent +tracassasses +tracassassiez +tracassassions +tracassmes +tracasst +tracasstes +tracasse +tracassent +tracasser +tracassera +tracasserai +tracasseraient +tracasserais +tracasserait +tracasseras +tracasserez +tracasserie +tracasseries +tracasseriez +tracasserions +tracasserons +tracasseront +tracasses +tracassez +tracass +tracasse +tracasses +tracasss +tracassrent +tracassier +tracassiers +tracassiez +tracassire +tracassires +tracassions +tracassons +trace +tracement +tracements +tracent +tracer +tracera +tracerai +traceraient +tracerais +tracerait +traceras +tracerez +traceriez +tracerions +tracerons +traceront +traces +traceur +traceurs +traceuse +traceuses +tracez +trac +trace +traces +tracs +tracrent +trachal +trachale +trachales +trachaux +trache +trachen +trachenne +trachennes +trachens +traches +trachotomie +trachotomies +trachome +trachomes +trachyte +traciez +tracions +tracs +tract +tractation +tractations +tracteur +tracteurs +traction +tractions +tractoriste +tractoristes +tracts +traa +traage +traages +traai +traaient +traais +traait +traant +traante +traantes +traants +traas +traasse +traassent +traasses +traassiez +traassions +trames +trat +trates +traoir +traoirs +traons +tradition +traditionalisme +traditionaliste +traditionalistes +traditionnel +traditionnelle +traditionnellement +traditionnelles +traditionnels +traditions +traducteur +traducteurs +traduction +traductions +traductrice +traductrices +traduiaient +traduira +traduirai +traduiraient +traduirais +traduirait +traduiras +traduire +traduirez +traduiriez +traduirions +traduirons +traduiront +traduis +traduisais +traduisait +traduisant +traduise +traduisent +traduises +traduisez +traduisible +traduisibles +traduisiez +traduisions +traduisirent +traduisis +traduisisse +traduisissent +traduisisses +traduisissiez +traduisissions +traduisit +traduismes +traduist +traduistes +traduisons +traduit +traduite +traduites +traduits +trafic +trafics +trafiqua +trafiquai +trafiquaient +trafiquais +trafiquait +trafiquant +trafiquante +trafiquantes +trafiquants +trafiquas +trafiquasse +trafiquassent +trafiquasses +trafiquassiez +trafiquassions +trafiqumes +trafiqut +trafiqutes +trafique +trafiquent +trafiquer +trafiquera +trafiquerai +trafiqueraient +trafiquerais +trafiquerait +trafiqueras +trafiquerez +trafiqueriez +trafiquerions +trafiquerons +trafiqueront +trafiques +trafiquez +trafiqu +trafique +trafiques +trafiqus +trafiqurent +trafiquiez +trafiquions +trafiquons +tragdie +tragdien +tragdienne +tragdiennes +tragdiens +tragdies +tragi +tragique +tragiquement +tragiques +trahi +trahie +trahies +trahir +trahira +trahirai +trahiraient +trahirais +trahirait +trahiras +trahirent +trahirez +trahiriez +trahirions +trahirons +trahiront +trahis +trahison +trahisons +trahissaient +trahissais +trahissait +trahissant +trahisse +trahissent +trahisses +trahissez +trahissiez +trahissions +trahissons +trahit +trahmes +traht +trahtes +traie +traient +traies +train +trains +traintrain +traintrains +traira +trairai +trairaient +trairais +trairait +trairas +traire +trairez +trairiez +trairions +trairons +trairont +trais +trait +traita +traitable +traitables +traitai +traitaient +traitais +traitait +traitant +traitante +traitantes +traitants +traitas +traitasse +traitassent +traitasses +traitassiez +traitassions +traitmes +traitt +traittes +traite +traitement +traitements +traitent +traiter +traitera +traiterai +traiteraient +traiterais +traiterait +traiteras +traiterez +traiteriez +traiterions +traiterons +traiteront +traites +traiteur +traiteurs +traitez +trait +traite +traites +traits +traitrent +traitiez +traitions +traitons +traits +trana +tranage +tranages +tranai +tranaient +tranais +tranait +tranant +tranante +tranantes +tranants +tranard +tranards +tranas +tranassa +tranassai +tranassaient +tranassais +tranassait +tranassant +tranassas +tranassasse +tranassassent +tranassasses +tranassassiez +tranassassions +tranassmes +tranasst +tranasstes +tranasse +tranassent +tranasser +tranassera +tranasserai +tranasseraient +tranasserais +tranasserait +tranasseras +tranasserez +tranasseriez +tranasserions +tranasserons +tranasseront +tranasses +tranassez +tranass +tranasse +tranasses +tranasss +tranassrent +tranassiez +tranassions +tranassons +tranmes +trant +trantes +trane +traneau +traneaux +tranent +traner +tranera +tranerai +traneraient +tranerais +tranerait +traneras +tranerez +traneriez +tranerions +tranerons +traneront +tranes +traneur +traneurs +traneuse +traneuses +tranez +tran +trane +tranes +trans +tranrent +traniez +tranions +tranons +tratre +tratres +tratresse +tratresses +tratreusement +tratrise +tratrises +trajectoire +trajectoires +trajet +trajets +tralala +tralalas +tram +trama +tramai +tramaient +tramais +tramait +tramant +tramas +tramasse +tramassent +tramasses +tramassiez +tramassions +trammes +tramt +tramtes +trame +trament +tramer +tramera +tramerai +trameraient +tramerais +tramerait +trameras +tramerez +trameriez +tramerions +tramerons +trameront +trames +tramez +tram +trame +trames +trams +tramrent +tramiez +tramions +tramons +tramontane +tramontanes +trams +tramway +tramways +trancha +tranchage +tranchages +tranchai +tranchaient +tranchais +tranchait +tranchant +tranchante +tranchantes +tranchants +tranchas +tranchasse +tranchassent +tranchasses +tranchassiez +tranchassions +tranchmes +trancht +tranchtes +tranche +tranchent +trancher +tranchera +trancherai +trancheraient +trancherais +trancherait +trancheras +trancherez +trancheriez +trancherions +trancherons +trancheront +tranches +tranchez +tranch +tranche +tranches +tranchs +tranchrent +tranchiez +tranchions +tranchoir +tranchoirs +tranchons +tranportrent +tranposition +tranquilla +tranquillai +tranquillaient +tranquillais +tranquillait +tranquillant +tranquillas +tranquillasse +tranquillassent +tranquillasses +tranquillassiez +tranquillassions +tranquillmes +tranquillt +tranquilltes +tranquille +tranquillement +tranquillent +tranquiller +tranquillera +tranquillerai +tranquilleraient +tranquillerais +tranquillerait +tranquilleras +tranquillerez +tranquilleriez +tranquillerions +tranquillerons +tranquilleront +tranquilles +tranquillez +tranquill +tranquille +tranquilles +tranquills +tranquillrent +tranquilliez +tranquillions +tranquillisant +tranquilliser +tranquillit +tranquillits +tranquillons +transaction +transactionnel +transactionnelle +transactionnelles +transactionnels +transactions +transafricain +transafricaine +transafricaines +transafricains +transalpin +transalpine +transalpines +transalpins +transat +transatlantique +transatlantiques +transats +transborda +transbordai +transbordaient +transbordais +transbordait +transbordant +transbordas +transbordasse +transbordassent +transbordasses +transbordassiez +transbordassions +transbordmes +transbordt +transbordtes +transborde +transbordement +transbordements +transbordent +transborder +transbordera +transborderai +transborderaient +transborderais +transborderait +transborderas +transborderez +transborderiez +transborderions +transborderons +transborderont +transbordes +transbordeur +transbordeurs +transbordez +transbord +transborde +transbordes +transbords +transbordrent +transbordiez +transbordions +transbordons +transcenda +transcendai +transcendaient +transcendais +transcendait +transcendance +transcendant +transcendantal +transcendantale +transcendantalement +transcendantales +transcendantaux +transcendante +transcendantes +transcendants +transcendas +transcendasse +transcendassent +transcendasses +transcendassiez +transcendassions +transcendmes +transcendt +transcendtes +transcende +transcendent +transcender +transcendera +transcenderai +transcenderaient +transcenderais +transcenderait +transcenderas +transcenderez +transcenderiez +transcenderions +transcenderons +transcenderont +transcendes +transcendez +transcend +transcende +transcendes +transcends +transcendrent +transcendiez +transcendions +transcendons +transcontinental +transcontinentale +transcontinentales +transcontinentaux +transcription +transcriptions +transcrira +transcrirai +transcriraient +transcrirais +transcrirait +transcriras +transcrire +transcrirez +transcririez +transcririons +transcrirons +transcriront +transcris +transcrisse +transcrissent +transcrisses +transcrissiez +transcrissions +transcrit +transcrite +transcrites +transcrits +transcrivaient +transcrivais +transcrivait +transcrivant +transcrive +transcrivent +transcrives +transcrivez +transcriviez +transcrivions +transcrivirent +transcrivis +transcrivit +transcrivmes +transcrivtes +transcrivons +transcrt +transducteur +transducteurs +transe +transept +transepts +transes +transfert +transferts +transfra +transfrable +transfrables +transfrai +transfraient +transfrais +transfrait +transfrant +transfras +transfrasse +transfrassent +transfrasses +transfrassiez +transfrassions +transfrmes +transfrt +transfrtes +transfrer +transfrera +transfrerai +transfreraient +transfrerais +transfrerait +transfreras +transfrerez +transfreriez +transfrerions +transfrerons +transfreront +transfrez +transfr +transfre +transfres +transfrs +transfrrent +transfriez +transfrions +transfrons +transfre +transfrement +transfrements +transfrent +transfres +transfigura +transfigurai +transfiguraient +transfigurais +transfigurait +transfigurant +transfiguras +transfigurasse +transfigurassent +transfigurasses +transfigurassiez +transfigurassions +transfiguration +transfigurations +transfigurmes +transfigurt +transfigurtes +transfigure +transfigurent +transfigurer +transfigurera +transfigurerai +transfigureraient +transfigurerais +transfigurerait +transfigureras +transfigurerez +transfigureriez +transfigurerions +transfigurerons +transfigureront +transfigures +transfigurez +transfigur +transfigure +transfigures +transfigurs +transfigurrent +transfiguriez +transfigurions +transfigurons +transforma +transformable +transformables +transformai +transformaient +transformais +transformait +transformant +transformas +transformasse +transformassent +transformasses +transformassiez +transformassions +transformateur +transformateurs +transformation +transformations +transformatrice +transformatrices +transformmes +transformt +transformtes +transforme +transforment +transformer +transformera +transformerai +transformeraient +transformerais +transformerait +transformeras +transformerez +transformeriez +transformerions +transformerons +transformeront +transformes +transformez +transform +transforme +transformes +transforms +transformrent +transformiez +transformions +transformisme +transformiste +transformistes +transformons +transfuge +transfuges +transfusa +transfusai +transfusaient +transfusais +transfusait +transfusant +transfusas +transfusasse +transfusassent +transfusasses +transfusassiez +transfusassions +transfusmes +transfust +transfustes +transfuse +transfusent +transfuser +transfusera +transfuserai +transfuseraient +transfuserais +transfuserait +transfuseras +transfuserez +transfuseriez +transfuserions +transfuserons +transfuseront +transfuses +transfusez +transfus +transfuse +transfuses +transfuss +transfusrent +transfusiez +transfusion +transfusions +transgressa +transgressai +transgressaient +transgressais +transgressait +transgressant +transgressas +transgressasse +transgressassent +transgressasses +transgressassiez +transgressassions +transgressmes +transgresst +transgresstes +transgresse +transgressent +transgresser +transgressera +transgresserai +transgresseraient +transgresserais +transgresserait +transgresseras +transgresserez +transgresseriez +transgresserions +transgresserons +transgresseront +transgresses +transgresseur +transgresseurs +transgressez +transgress +transgresse +transgresses +transgresss +transgressrent +transgressiez +transgression +transgressions +transgressons +transhuma +transhumai +transhumaient +transhumais +transhumait +transhumance +transhumances +transhumant +transhumante +transhumantes +transhumants +transhumas +transhumasse +transhumassent +transhumasses +transhumassiez +transhumassions +transhummes +transhumt +transhumtes +transhume +transhument +transhumer +transhumera +transhumerai +transhumeraient +transhumerais +transhumerait +transhumeras +transhumerez +transhumeriez +transhumerions +transhumerons +transhumeront +transhumes +transhumez +transhum +transhume +transhumes +transhums +transhumrent +transhumiez +transhumions +transhumons +transi +transie +transies +transige +transigea +transigeai +transigeaient +transigeais +transigeait +transigeant +transigeas +transigeasse +transigeassent +transigeasses +transigeassiez +transigeassions +transigemes +transiget +transigetes +transigent +transigeons +transiger +transigera +transigerai +transigeraient +transigerais +transigerait +transigeras +transigerez +transigeriez +transigerions +transigerons +transigeront +transiges +transigez +transig +transige +transiges +transigs +transigrent +transigiez +transigions +transir +transira +transirai +transiraient +transirais +transirait +transiras +transirent +transirez +transiriez +transirions +transirons +transiront +transis +transissaient +transissais +transissait +transissant +transisse +transissent +transisses +transissez +transissiez +transissions +transissons +transistor +transistors +transit +transita +transitai +transitaient +transitaire +transitaires +transitais +transitait +transitant +transitas +transitasse +transitassent +transitasses +transitassiez +transitassions +transitassont +transitt +transittes +transite +transitent +transiter +transitera +transiterai +transiteraient +transiterais +transiterait +transiteras +transiterez +transiteriez +transiterions +transiterons +transiteront +transites +transitez +transit +transite +transites +transits +transitrent +transitiez +transitif +transitifs +transition +transitions +transitive +transitivement +transitives +transitoire +transitoirement +transitoires +transitons +transits +transmes +transt +transtes +translation +translations +translucide +translucides +transmet +transmets +transmettaient +transmettais +transmettait +transmette +transmettent +transmettes +transmetteur +transmetteurs +transmettez +transmettiez +transmettions +transmettons +transmettra +transmettrai +transmettraient +transmettrais +transmettrait +transmettras +transmettre +transmettrez +transmettriez +transmettrions +transmettrons +transmettront +transmirent +transmis +transmise +transmises +transmisse +transmissent +transmisses +transmissible +transmissibles +transmissiez +transmission +transmissions +transmit +transmmes +transmt +transmtes +transmua +transmuable +transmuables +transmuai +transmuaient +transmuais +transmuait +transmuant +transmuas +transmuasse +transmuassent +transmuasses +transmuassiez +transmuassions +transmumes +transmut +transmutes +transmue +transmuent +transmuer +transmuera +transmuerai +transmueraient +transmuerais +transmuerait +transmueras +transmuerez +transmueriez +transmuerions +transmuerons +transmueront +transmues +transmuez +transmu +transmue +transmues +transmus +transmurent +transmuiez +transmuions +transmuons +transmuta +transmutabilit +transmutabilits +transmutable +transmutables +transmutai +transmutaient +transmutais +transmutait +transmutant +transmutas +transmutasse +transmutassent +transmutasses +transmutassiez +transmutassions +transmutation +transmutations +transmutmes +transmutt +transmuttes +transmute +transmutent +transmuter +transmutera +transmuterai +transmuteraient +transmuterais +transmuterait +transmuteras +transmuterez +transmuteriez +transmuterions +transmuterons +transmuteront +transmutes +transmutez +transmut +transmute +transmutes +transmuts +transmutrent +transmutiez +transmutions +transmutons +transparais +transparaissaient +transparaissais +transparaissait +transparaissant +transparaisse +transparaissent +transparaisses +transparaissez +transparaissiez +transparaissions +transparaissons +transparat +transparatra +transparatrai +transparatraient +transparatrais +transparatrait +transparatras +transparatre +transparatrez +transparatriez +transparatrions +transparatrons +transparatront +transparence +transparences +transparent +transparente +transparentes +transparents +transparu +transparue +transparues +transparurent +transparus +transparusse +transparussent +transparusses +transparussiez +transparussions +transparut +transparmes +transpart +transpartes +transperce +transpercent +transpercer +transpercera +transpercerai +transperceraient +transpercerais +transpercerait +transperceras +transpercerez +transperceriez +transpercerions +transpercerons +transperceront +transperces +transpercez +transperc +transperce +transperces +transpercs +transpercrent +transperciez +transpercions +transpera +transperai +transperaient +transperais +transperait +transperant +transperas +transperasse +transperassent +transperasses +transperassiez +transperassions +transpermes +transpert +transpertes +transperons +transpira +transpirai +transpiraient +transpirais +transpirait +transpirant +transpiras +transpirasse +transpirassent +transpirasses +transpirassiez +transpirassions +transpiration +transpirations +transpirmes +transpirt +transpirtes +transpire +transpirent +transpirer +transpirera +transpirerai +transpireraient +transpirerais +transpirerait +transpireras +transpirerez +transpireriez +transpirerions +transpirerons +transpireront +transpires +transpirez +transpir +transpire +transpires +transpirs +transpirrent +transpiriez +transpirions +transpirons +transplanta +transplantai +transplantaient +transplantais +transplantait +transplantant +transplantas +transplantasse +transplantassent +transplantasses +transplantassiez +transplantassions +transplantation +transplantations +transplantmes +transplantt +transplanttes +transplante +transplantent +transplanter +transplantera +transplanterai +transplanteraient +transplanterais +transplanterait +transplanteras +transplanterez +transplanteriez +transplanterions +transplanterons +transplanteront +transplantes +transplantez +transplant +transplante +transplantes +transplants +transplantrent +transplantiez +transplantions +transplantons +transport +transporta +transportable +transportables +transportai +transportaient +transportais +transportait +transportant +transportas +transportasse +transportassent +transportasses +transportassiez +transportassions +transportation +transportations +transportmes +transportt +transporttes +transporte +transportent +transporter +transportera +transporterai +transporteraient +transporterais +transporterait +transporteras +transporterez +transporteriez +transporterions +transporterons +transporteront +transportes +transporteur +transporteurs +transportez +transport +transporte +transportes +transports +transportrent +transportiez +transportions +transportons +transports +transposa +transposai +transposaia +transposaient +transposais +transposait +transposant +transposas +transposasse +transposassent +transposasses +transposassiez +transposassions +transposmes +transpost +transpostes +transpose +transposent +transposer +transposera +transposerai +transposeraient +transposerais +transposerait +transposeras +transposerez +transposeriez +transposerions +transposerons +transposeront +transposes +transposez +transpos +transpose +transposes +transposs +transposrent +transposiez +transposions +transposition +transpositions +transposons +transsexualisme +transsubstantiation +transsuda +transsudai +transsudaient +transsudais +transsudait +transsudant +transsudas +transsudasse +transsudassent +transsudasses +transsudassiez +transsudassions +transsudmes +transsudt +transsudtes +transsude +transsudent +transsuder +transsudera +transsuderai +transsuderaient +transsuderais +transsuderait +transsuderas +transsuderez +transsuderiez +transsuderions +transsuderons +transsuderont +transsudes +transsudez +transsud +transsude +transsudes +transsuds +transsudrent +transsudiez +transsudions +transsudons +transvasa +transvasai +transvasaient +transvasais +transvasait +transvasant +transvasas +transvasasse +transvasassent +transvasasses +transvasassiez +transvasassions +transvasmes +transvast +transvastes +transvase +transvasement +transvasements +transvasent +transvaser +transvasera +transvaserai +transvaseraient +transvaserais +transvaserait +transvaseras +transvaserez +transvaseriez +transvaserions +transvaserons +transvaseront +transvases +transvasez +transvas +transvase +transvases +transvass +transvasrent +transvasiez +transvasions +transvasons +transversal +transversale +transversalement +transversales +transversaux +transverse +transverses +trapzodal +trapzodale +trapzodales +trapzodals +trapze +trapzes +trappe +trappes +trappeur +trappeurs +trappiste +trappistes +trapu +trapue +trapues +trapus +traqua +traquai +traquaient +traquais +traquait +traquant +traquas +traquasse +traquassent +traquasses +traquassiez +traquassions +traqumes +traqut +traqutes +traque +traquenard +traquenards +traquent +traquer +traquera +traquerai +traqueraient +traquerais +traquerait +traqueras +traquerez +traqueriez +traquerions +traquerons +traqueront +traques +traqueur +traqueure +traqueuse +traqueuses +traquez +traqu +traque +traques +traqus +traqurent +traquiez +traquions +traquons +traumatique +traumatiques +traumatis +traumatise +traumatises +traumatiss +traumatisme +travail +travailla +travaillai +travaillaient +travaillais +travaillait +travaillant +travaillas +travaillasse +travaillassent +travaillasses +travaillassiez +travaillassions +travaillmes +travaillt +travailltes +travaille +travaillent +travailler +travaillera +travaillerai +travailleraient +travaillerais +travaillerait +travailleras +travaillerez +travailleriez +travaillerions +travaillerons +travailleront +travailles +travailleur +travailleurs +travailleuse +travailleuses +travaillez +travaill +travaille +travailles +travaills +travaillrent +travailliez +travaillions +travaillisme +travailliste +travaillistes +travaillons +travails pour soigner des animaux +travaux +travelling +travellings +travers +traversa +traversai +traversaient +traversais +traversait +traversant +traversas +traversasse +traversassent +traversasses +traversassiez +traversassions +traversmes +traverst +traverstes +traverse +traversent +traverser +traversera +traverserai +traverseraient +traverserais +traverserait +traverseras +traverserez +traverseriez +traverserions +traverserons +traverseront +traverses +traversez +travers +traverse +traverses +traverss +traversrent +traversier +traversiers +traversiez +traversire +traversires +traversin +traversins +traversions +traversons +travertin +travesti +travestie +travesties +travestir +travestira +travestirai +travestiraient +travestirais +travestirait +travestiras +travestirent +travestirez +travestiriez +travestirions +travestirons +travestiront +travestis +travestisme +travestissaient +travestissais +travestissait +travestissant +travestisse +travestissement +travestissements +travestissent +travestisses +travestissez +travestissiez +travestissions +travestissons +travestit +travestmes +travestt +travesttes +trave +traves +trayaient +trayais +trayait +trayant +trayeur +trayeurs +trayeuse +trayeuses +trayez +trayiez +trayions +trayon +trayons +treillage +treillages +treille +treilles +treillis +treize +treizime +treizimes +trembla +tremblai +tremblaient +tremblais +tremblait +tremblant +tremblante +tremblantes +tremblants +tremblas +tremblasse +tremblassent +tremblasses +tremblassiez +tremblassions +tremblmes +tremblt +trembltes +tremble +tremblement +tremblements +tremblent +trembler +tremblera +tremblerai +trembleraient +tremblerais +tremblerait +trembleras +tremblerez +trembleriez +tremblerions +tremblerons +trembleront +trembles +trembleur +trembleurs +trembleuse +trembleuses +tremblez +trembl +tremble +trembles +trembls +tremblrent +trembliez +tremblions +tremblons +tremblota +tremblotai +tremblotaient +tremblotais +tremblotait +tremblotant +tremblotas +tremblotasse +tremblotassent +tremblotasses +tremblotassez +tremblotassiez +tremblotassions +tremblotmes +tremblott +tremblottes +tremblote +tremblotement +tremblotements +tremblotent +trembloter +tremblotera +trembloterai +trembloteraient +trembloterais +trembloterait +trembloteras +trembloterez +trembloteriez +trembloterions +trembloterons +trembloteront +tremblotes +tremblotez +tremblot +tremblote +tremblotes +tremblots +tremblotrent +tremblotiez +tremblotions +tremblotons +tremens +trempa +trempage +trempages +trempai +trempaient +trempais +trempait +trempant +trempas +trempasse +trempassent +trempasses +trempassiez +trempassions +trempmes +trempt +tremptes +trempe +trempent +tremper +trempera +tremperai +tremperaient +tremperais +tremperait +tremperas +tremperez +tremperiez +tremperions +tremperons +tremperont +trempes +trempette +trempettes +trempez +tremp +trempe +trempes +tremps +tremprent +trempiez +trempions +tremplin +tremplins +trempons +trench +trentaine +trentaines +trente +trentenaire +trentenaires +trentime +trentimes +tressa +tressage +tressages +tressai +tressaient +tressaillaient +tressaillais +tressaillait +tressaillant +tressaille +tressaillement +tressaillements +tressaillent +tressailles +tressaillez +tressailli +tressaillie +tressaillies +tressailliez +tressaillions +tressaillir +tressaillira +tressaillirai +tressailliraient +tressaillirais +tressaillirait +tressailliras +tressaillirent +tressaillirez +tressailliriez +tressaillirions +tressaillirons +tressailliront +tressaillis +tressaillisse +tressaillissent +tressaillisses +tressaillissiez +tressaillissions +tressaillit +tressaillmes +tressaillt +tressailltes +tressaillons +tressais +tressait +tressant +tressas +tressasse +tressassent +tressasses +tressassiez +tressassions +tressauta +tressautai +tressautaient +tressautais +tressautait +tressautant +tressautas +tressautasse +tressautassent +tressautasses +tressautassiez +tressautassions +tressautmes +tressautt +tressauttes +tressaute +tressautent +tressauter +tressautera +tressauterai +tressauteraient +tressauterais +tressauterait +tressauteras +tressauterez +tressauteriez +tressauterions +tressauterons +tressauteront +tressautes +tressautez +tressaut +tressaute +tressautes +tressauts +tressautrent +tressautiez +tressautions +tressautons +tressmes +tresst +tresstes +tresse +tressent +tresser +tressera +tresserai +tresseraient +tresserais +tresserait +tresseras +tresserez +tresseriez +tresserions +tresserons +tresseront +tresses +tressez +tress +tresse +tresses +tresss +tressrent +tressiez +tressions +tressons +treuil +treuils +trbucha +trbuchai +trbuchaient +trbuchais +trbuchait +trbuchant +trbuchante +trbuchantes +trbuchants +trbuchas +trbuchasse +trbuchassent +trbuchasses +trbuchassiez +trbuchassions +trbuchmes +trbucht +trbuchtes +trbuche +trbuchent +trbucher +trbuchera +trbucherai +trbucheraient +trbucherais +trbucherait +trbucheras +trbucherez +trbucheriez +trbucherions +trbucherons +trbucheront +trbuches +trbuchet +trbuchets +trbuchez +trbuch +trbuche +trbuches +trbuchs +trbuchrent +trbuchiez +trbuchions +trbuchons +trfila +trfilage +trfilages +trfilai +trfilaient +trfilais +trfilait +trfilant +trfilas +trfilasse +trfilassent +trfilasses +trfilassiez +trfilassions +trfilmes +trfilt +trfiltes +trfile +trfilent +trfiler +trfilera +trfilerai +trfileraient +trfilerais +trfilerait +trfileras +trfilerez +trfilerie +trfileries +trfileriez +trfilerions +trfilerons +trfileront +trfiles +trfileur +trfileurs +trfilez +trfil +trfile +trfiles +trfils +trfilrent +trfiliez +trfilions +trfilons +trfonds +trma +trmas +trmie +trmies +trmire +trmires +trmolo +trmoussa +trmoussai +trmoussaient +trmoussais +trmoussait +trmoussant +trmoussas +trmoussasse +trmoussassent +trmoussasses +trmoussassiez +trmoussassions +trmoussmes +trmousst +trmousstes +trmousse +trmoussement +trmoussements +trmoussent +trmousser +trmoussera +trmousserai +trmousseraient +trmousserais +trmousserait +trmousseras +trmousserez +trmousseriez +trmousserions +trmousserons +trmousseront +trmousses +trmoussez +trmouss +trmousse +trmousses +trmousss +trmoussrent +trmoussiez +trmoussions +trmoussons +trpan +trpana +trpanai +trpanaient +trpanais +trpanait +trpanant +trpanas +trpanasse +trpanassent +trpanasses +trpanassiez +trpanassions +trpanation +trpanations +trpanmes +trpant +trpantes +trpane +trpanent +trpaner +trpanera +trpanerai +trpaneraient +trpanerais +trpanerait +trpaneras +trpaneriez +trpanerions +trpanerons +trpaneront +trpanes +trpanez +trpan +trpane +trpanes +trpans +trpanrent +trpaniez +trpanions +trpanons +trpans +trpas +trpassa +trpassai +trpassaient +trpassais +trpassait +trpassant +trpassas +trpassasse +trpassassent +trpassasses +trpassassiez +trpassassions +trpassmes +trpasst +trpasstes +trpasse +trpassent +trpasser +trpassera +trpasserai +trpasseraient +trpasserais +trpasserait +trpasseras +trpasserez +trpasseriez +trpasserions +trpasserons +trpasseront +trpasses +trpassez +trpass +trpasse +trpasses +trpasss +trpassrent +trpassiez +trpassions +trpassons +trpida +trpidai +trpidaient +trpidais +trpidait +trpidant +trpidante +trpidantes +trpidants +trpidas +trpidasse +trpidassent +trpidasses +trpidassiez +trpidassions +trpidation +trpidations +trpidmes +trpidt +trpidtes +trpide +trpident +trpider +trpidera +trpiderai +trpideraient +trpiderais +trpiderait +trpideras +trpiderez +trpideriez +trpiderions +trpiderons +trpideront +trpides +trpidez +trpid +trpide +trpides +trpidrent +trpidiez +trpidions +trpidons +trpied +trpieds +trpigna +trpignai +trpignaient +trpignais +trpignait +trpignant +trpignas +trpignasse +trpignassent +trpignasses +trpignassiez +trpignassions +trpignmes +trpignt +trpigntes +trpigne +trpignement +trpignements +trpignent +trpigner +trpignera +trpignerai +trpigneraient +trpignerais +trpignerait +trpigneras +trpignerez +trpigneriez +trpignerions +trpignerons +trpigneront +trpignes +trpignez +trpign +trpigne +trpignes +trpigns +trpignrent +trpigniez +trpignions +trpignons +trsor +trsorerie +trsoreries +trsorier +trsoriers +trsorire +trsorires +trsors +trteau +trteaux +trfle +trfles +trs +trve +trves +tri +tria +triage +triages +triai +triaient +triais +triait +triangle +triangles +triangulaire +triangulaires +triangulation +triangulations +triant +trias +triasse +triassent +triasses +triassiez +triassions +trimes +trit +trites +tribal +tribale +tribales +tribaux +tribord +tribu +tribulations +tribun +tribunal +tribunat +tribunats +tribunaux +tribune +tribunes +tribuns +tribus +tribut +tributaire +tributaires +tributs +tricentenaire +tricentenaires +tricphale +tricphales +tricha +trichai +trichaient +trichais +trichait +trichant +trichas +trichasse +trichassent +trichasses +trichassiez +trichassions +trichmes +tricht +trichtes +triche +trichent +tricher +trichera +tricherai +tricheraient +tricherais +tricherait +tricheras +tricherez +tricherie +tricheries +tricheriez +tricherions +tricherons +tricheront +triches +tricheur +tricheurs +tricheuse +tricheuses +trichez +trich +triche +triches +trichs +trichrent +trichiez +trichine +trichines +trichions +trichons +trichromie +tricolore +tricolores +tricorne +tricornes +tricot +tricota +tricotage +tricotages +tricotai +tricotaient +tricotais +tricotait +tricotant +tricotas +tricotasse +tricotassent +tricotasses +tricotassiez +tricotassions +tricotmes +tricott +tricottes +tricote +tricotent +tricoter +tricotera +tricoterai +tricoteraient +tricoterais +tricoterait +tricoteras +tricoterez +tricoteriez +tricoterions +tricoterons +tricoteront +tricotes +tricoteur +tricoteurs +tricoteuse +tricoteuses +tricotez +tricot +tricote +tricotes +tricots +tricotrent +tricotiez +tricotions +tricotons +tricots +trictrac +tricycle +tricycles +trident +tridents +tridimensionnel +tridimensionnelle +tridimensionnelles +tridimensionnels +trie +triennal +triennale +triennales +triennaux +trient +trier +triera +trierai +trieraient +trierais +trierait +trieras +trierez +trieriez +trierions +trierons +trieront +tries +trieur +trieurs +trieuse +trieuses +triez +tri +trie +tries +tris +tridre +tridres +trirent +triforium +triforiums +triglyphe +triglyphes +trigonomtrie +trigonomtrique +trigonomtriques +triiez +triions +trijumeau +trijumeaux +trilingue +trilingues +trille +trilles +trilob +trilobe +trilobes +trilobs +trilobites +trilogie +trilogies +trima +trimai +trimaient +trimais +trimait +trimant +trimardeur +trimardeurs +trimas +trimasse +trimassent +trimasses +trimassiez +trimassions +trimmes +trimt +trimtes +trimbala +trimbalai +trimbalaient +trimbalais +trimbalait +trimbalant +trimbalas +trimbalasse +trimbalassent +trimbalasses +trimbalassiez +trimbalassions +trimbalmes +trimbalt +trimbaltes +trimbale +trimbalent +trimbaler +trimbalera +trimbalerai +trimbaleraient +trimbalerais +trimbalerait +trimbaleras +trimbalerez +trimbaleriez +trimbalerions +trimbalerons +trimbaleront +trimbales +trimbalez +trimbal +trimbale +trimbales +trimbals +trimbalrent +trimbaliez +trimbalions +trimbalons +trime +triment +trimer +trimera +trimerai +trimeraient +trimerais +trimerait +trimeras +trimerez +trimeriez +trimerions +trimerons +trimeront +trimes +trimestre +trimestres +trimestriel +trimestrielle +trimestriellement +trimestrielles +trimestriels +trimez +trim +trime +trimes +trims +trimrent +trimiez +trimions +trimons +trimoteur +trimoteurs +tringle +tringles +trinit +trinme +trinmes +trinqua +trinquai +trinquaient +trinquais +trinquait +trinquant +trinquas +trinquasse +trinquassent +trinquasses +trinquassiez +trinquassions +trinqumes +trinqut +trinqutes +trinque +trinquent +trinquer +trinquera +trinquerai +trinqueraient +trinquerais +trinquerait +trinqueras +trinquerez +trinqueriez +trinquerions +trinquerons +trinqueront +trinques +trinquez +trinqu +trinque +trinques +trinqus +trinqurent +trinquiez +trinquions +trinquons +trio +triode +triodes +triolet +triolets +triompha +triomphai +triomphaient +triomphais +triomphait +triomphal +triomphale +triomphalement +triomphales +triomphant +triomphas +triomphasse +triomphassent +triomphasses +triomphassiez +triomphassions +triomphateur +triomphateurs +triomphatrice +triomphatrices +triomphaux +triomphmes +triompht +triomphtes +triomphe +triomphent +triompher +triomphera +triompherai +triompheraient +triompherais +triompherait +triompheras +triompherez +triompheriez +triompherions +triompherons +triompheront +triomphes +triomphez +triomph +triomphe +triomphes +triomphs +triomphrent +triomphiez +triomphions +triomphons +trions +trios +tripaille +tripailles +triparti +tripartie +triparties +tripartis +tripartite +tripartites +tripartition +tripartitions +tripatouilla +tripatouillage +tripatouillages +tripatouillai +tripatouillaient +tripatouillais +tripatouillait +tripatouillant +tripatouillas +tripatouillasse +tripatouillassent +tripatouillasses +tripatouillassiez +tripatouillassions +tripatouillmes +tripatouillt +tripatouilltes +tripatouille +tripatouillent +tripatouiller +tripatouillera +tripatouillerai +tripatouilleraient +tripatouillerais +tripatouillerait +tripatouilleras +tripatouillerez +tripatouilleriez +tripatouillerions +tripatouillerons +tripatouilleront +tripatouilles +tripatouillez +tripatouill +tripatouille +tripatouilles +tripatouills +tripatouillrent +tripatouilliez +tripatouillions +tripatouillons +tripe +triperie +triperies +tripes +triphas +triphase +triphases +triphass +tripier +tripiers +tripire +tripires +tripla +triplai +triplaient +triplais +triplait +triplant +triplas +triplasse +triplassent +triplasses +triplassiez +triplassions +triplmes +triplt +tripltes +triple +triplement +triplements +triplent +tripler +triplera +triplerai +tripleraient +triplerais +triplerait +tripleras +triplerez +tripleriez +triplerions +triplerons +tripleront +triples +triplets +triplez +tripl +triple +triples +tripls +triplrent +tripliez +triplions +triplons +tripoli +triporteur +triporteurs +tripot +tripota +tripotage +tripotages +tripotai +tripotaient +tripotais +tripotait +tripotant +tripotas +tripotasse +tripotassent +tripotasses +tripotassiez +tripotassions +tripotmes +tripott +tripottes +tripote +tripotent +tripoter +tripotera +tripoterai +tripoteraient +tripoterais +tripoterait +tripoteras +tripoterez +tripoteriez +tripoterions +tripoterons +tripoteront +tripotes +tripoteur +tripoteurs +tripoteuse +tripoteuses +tripotez +tripot +tripote +tripotes +tripots +tripotrent +tripotiez +tripotions +tripotons +tripots +triptyque +triptyques +trique +triques +tris +trisaeul +trisaeule +trisaeules +trisaeuls +trisection +trisections +triste +tristes +tristesse +tristesses +triton +tritons +tritura +triturai +trituraient +triturais +triturait +triturant +trituras +triturasse +triturassent +triturasses +triturassiez +triturassions +trituration +triturations +triturmes +triturt +triturtes +triture +triturent +triturer +triturera +triturerai +tritureraient +triturerais +triturerait +tritureras +triturerez +tritureriez +triturerions +triturerons +tritureront +tritures +triturez +tritur +triture +tritures +triturs +triturrent +trituriez +triturions +triturons +trivial +triviale +trivialement +triviales +trivialit +trivialits +trivials +troc +trocart +trocarts +trocs +trone +trones +troglodyte +troglodytes +trogne +trognes +trognon +trognons +trois +troisime +troisimement +troisimes +trolley +trolleybus +trolleys +trombe +trombes +trombidion +trombidions +trombine +trombines +tromblon +tromblons +trombone +trombones +trompa +trompai +trompaient +trompais +trompait +trompant +trompas +trompasse +trompassent +trompasses +trompassiez +trompassions +trompmes +trompt +tromptes +trompe +trompent +tromper +trompera +tromperai +tromperaient +tromperais +tromperait +tromperas +tromperez +tromperie +tromperies +tromperiez +tromperions +tromperons +tromperont +trompes +trompeta +trompetai +trompetaient +trompetais +trompetait +trompetant +trompetas +trompetasse +trompetassent +trompetasses +trompetassiez +trompetassions +trompetmes +trompett +trompettes +trompeter +trompetez +trompet +trompete +trompetes +trompets +trompetrent +trompetiez +trompetions +trompetons +trompette +trompettent +trompettera +trompetterai +trompetteraient +trompetterais +trompetterait +trompetteras +trompetterez +trompetteriez +trompetterions +trompetterons +trompetteront +trompettes +trompettiste +trompettistes +trompeur +trompeurs +trompeuse +trompeusement +trompeuses +trompez +tromp +trompe +trompes +tromps +tromprent +trompiez +trompions +trompons +tronc +troncature +troncatures +tronche +tronches +troncs +tronon +trononna +trononnai +trononnaient +trononnais +trononnait +trononnant +trononnas +trononnasse +trononnassent +trononnasses +trononnassiez +trononnassions +trononnmes +trononnt +trononntes +trononne +trononnent +trononner +trononnera +trononnerai +trononneraient +trononnerais +trononnerait +trononneras +trononnerez +trononneriez +trononnerions +trononnerons +trononneront +trononnes +trononneuse +trononneuses +trononnez +trononn +trononne +trononnes +trononns +trononnrent +trononniez +trononnions +trononnons +tronons +tronqua +tronquai +tronquaient +tronquais +tronquait +tronquant +tronquas +tronquasse +tronquassent +tronquasses +tronquassiez +tronquassions +tronqumes +tronqut +tronqutes +tronque +tronquent +tronquer +tronquera +tronquerai +tronqueraient +tronquerais +tronquerait +tronqueras +tronquerez +tronqueriez +tronquerions +tronquerons +tronqueront +tronques +tronquez +tronqu +tronque +tronques +tronqus +tronqurent +tronquiez +tronquions +tronquons +trop +trophe +trophes +tropical +tropicale +tropicales +tropicaux +tropique +tropiques +troqua +troquai +troquaient +troquais +troquait +troquant +troquas +troquasse +troquassent +troquasses +troquassiez +troquassions +troqumes +troqut +troqutes +troque +troquent +troquer +troquera +troquerai +troqueraient +troquerais +troquerait +troqueras +troquerez +troqueriez +troquerions +troquerons +troqueront +troques +troquez +troqu +troque +troques +troqus +troqurent +troquiez +troquions +troquons +trot +trots +trotskiste +trotskistes +trotta +trottai +trottaient +trottais +trottait +trottant +trottas +trottasse +trottassent +trottasses +trottassiez +trottassions +trottmes +trottt +trotttes +trotte +trottent +trotter +trottera +trotterai +trotteraient +trotterais +trotterait +trotteras +trotterez +trotteriez +trotterions +trotterons +trotteront +trotters +trottes +trotteur +trotteurs +trotteuse +trotteuses +trottez +trott +trotte +trottes +trotts +trottrent +trottiez +trottina +trottinai +trottinaient +trottinais +trottinait +trottinant +trottinas +trottinasse +trottinassent +trottinasses +trottinassiez +trottinassions +trottinmes +trottint +trottintes +trottine +trottinent +trottiner +trottinera +trottinerai +trottineraient +trottinerais +trottinerait +trottineras +trottinerez +trottineriez +trottinerions +trottinerons +trottineront +trottines +trottinette +trottinettes +trottinez +trottin +trottine +trottines +trottins +trottinrent +trottiniez +trottinions +trottinons +trottions +trottoir +trottoirs +trottons +trou +troua +trouai +trouaient +trouais +trouait +trouant +trouas +trouasse +trouassent +trouasses +trouassiez +trouassions +troumes +trout +troutes +troubadour +troubadours +troubla +troublai +troublaient +troublais +troublait +troublant +troublante +troublantes +troublants +troublas +troublasse +troublassent +troublasses +troublassiez +troublassions +troublmes +troublt +troubltes +trouble +troublent +troubler +troublera +troublerai +troubleraient +troublerais +troublerait +troubleras +troublerez +troubleriez +troublerions +troublerons +troubleront +troubles +troublez +troubl +trouble +troubles +troubls +troublrent +troublions +troublons +troue +trouent +trouer +trouera +trouerai +troueraient +trouerais +trouerait +troueras +trouerez +troueriez +trouerions +trouerons +troueront +troues +trouez +trou +troue +troues +trous +trourent +troufion +troufions +trouiez +trouillard +trouillarde +trouillardes +trouillards +trouille +trouilles +trouions +trouons +troupe +troupeau +troupeaux +troupes +troupier +troupiers +trous +troussa +troussai +troussaient +troussais +troussait +troussant +troussas +troussasse +troussassent +troussasses +troussassiez +troussassions +troussmes +trousst +trousstes +trousse +trousseau +trousseaux +troussent +trousser +troussera +trousserai +trousseraient +trousserais +trousserait +trousseras +trousserez +trousseriez +trousserions +trousserons +trousseront +trousses +troussez +trouss +trousse +trousses +trousss +troussrent +troussiez +troussions +troussons +trouva +trouvable +trouvables +trouvai +trouvaient +trouvaille +trouvailles +trouvais +trouvait +trouvant +trouvas +trouvasse +trouvassent +trouvasses +trouvassiez +trouvassions +trouvmes +trouvt +trouvtes +trouve +trouvent +trouver +trouvera +trouverai +trouveraient +trouverais +trouverait +trouveras +trouverez +trouveriez +trouverions +trouverons +trouveront +trouves +trouvez +trouv +trouve +trouves +trouvs +trouvre +trouvrent +trouvres +trouviez +trouvions +trouvons +trna +trnai +trnaient +trnais +trnait +trnant +trnas +trnasse +trnassent +trnasses +trnassiez +trnassions +trnmes +trnt +trntes +trne +trnent +trner +trnera +trnerai +trneraient +trnerais +trnerait +trneras +trnerez +trneriez +trnerions +trnerons +trneront +trnes +trnez +trn +trne +trnes +trns +trnrent +trniez +trnions +trnons +truand +truanda +truandai +truandaient +truandais +truandait +truandant +truandas +truandasse +truandassent +truandasses +truandassiez +truandassions +truandmes +truandt +truandtes +truande +truandent +truander +truandera +truanderai +truanderaient +truanderais +truanderait +truanderas +truanderez +truanderiez +truanderions +truanderons +truanderont +truandes +truandez +truand +truande +truandes +truands +truandrent +truandiez +truandions +truandons +truands +trublion +trublions +truc +trucage +trucages +truchement +truchements +trucida +trucidai +trucidaient +trucidais +trucidait +trucidant +trucidas +trucidasse +trucidassent +trucidasses +trucidassiez +trucidassions +trucidmes +trucidt +trucidtes +trucide +trucident +trucider +trucidera +truciderai +trucideraient +truciderais +truciderait +trucideras +truciderez +trucideriez +truciderions +truciderons +trucideront +trucides +trucidez +trucid +trucide +trucides +trucids +trucidrent +trucidiez +trucidions +trucidons +trucs +truculence +truculences +truculent +truculente +truculentes +truculents +truelle +truelles +truffa +truffai +truffaient +truffais +truffait +truffant +truffas +truffasse +truffassent +truffasses +truffassiez +truffassions +truffmes +trufft +trufftes +truffe +truffent +truffer +truffera +trufferai +trufferaient +trufferais +trufferait +trufferas +trufferez +trufferiez +trufferions +trufferons +trufferont +truffes +truffez +truff +truffe +truffes +truffs +truffrent +truffier +truffiers +truffiez +truffire +truffires +truffions +truffons +truie +truies +truisme +truismes +truite +truites +trumeau +trumeaux +truqua +truquage +truquages +truquai +truquaient +truquais +truquait +truquant +truquas +truquasse +truquassent +truquasses +truquassiez +truquassions +truqumes +truqut +truqutes +truque +truquent +truquer +truquera +truquerai +truqueraient +truquerais +truquerait +truqueras +truquerez +truqueriez +truquerions +truquerons +truqueront +truques +truqueur +truqueurs +truqueuse +truqueuses +truquez +truqu +truque +truques +truqus +truqurent +truquiez +truquions +truquons +trusquin +trusquins +trust +trusts +trypanosome +trypanosomes +tsar +tsarine +tsarines +tsarisme +tsars +ts +tss +tsigane +tsiganes +tu +tua +tuai +tuaient +tuais +tuait +tuant +tuante +tuantes +tuants +tuas +tuasse +tuassent +tuasses +tuassiez +tuassions +tumes +tut +tutes +tub +tuba +tubage +tubages +tubai +tubaient +tubais +tubait +tubant +tubas +tubasse +tubassent +tubasses +tubassiez +tubassions +tubmes +tubt +tubtes +tube +tubent +tuber +tubera +tuberai +tuberaient +tuberais +tuberait +tuberas +tubercule +tubercules +tuberculeuse +tuberculeuses +tuberculeux +tuberculose +tuberez +tuberiez +tuberions +tuberons +tuberont +tubes +tubez +tub +tube +tubes +tubreuse +tubreuses +tubreux +tubs +tubrent +tubiez +tubions +tubons +tubs +tubulaire +tubulaires +tubul +tubule +tubules +tubuls +tubulure +tubulures +tue +tuent +tuer +tuera +tuerai +tueraient +tuerais +tuerait +tueras +tuerez +tuerie +tueries +tueriez +tuerions +tuerons +tueront +tues +tueur +tueurs +tueuse +tueuses +tuez +tu +tue +tues +tus +turent +tuf +tufeau +tuffeau +tuile +tuilerie +tuileries +tuiles +tuions +tulipe +tulipes +tulipier +tulipiers +tulle +tullerie +tulleries +tulles +tullier +tulliers +tullire +tullires +tulliste +tullistes +tumescence +tumescences +tumescent +tumescente +tumescentes +tumescents +tumeur +tumeurs +tumfaction +tumfactions +tumfia +tumfiai +tumfiaient +tumfiais +tumfiait +tumfiant +tumfias +tumfiasse +tumfiassent +tumfiasses +tumfiassiez +tumfiassions +tumfimes +tumfit +tumfites +tumfie +tumfient +tumfier +tumfiera +tumfierai +tumfieraient +tumfierais +tumfierait +tumfieras +tumfierez +tumfieriez +tumfierions +tumfierons +tumfieront +tumfies +tumfiez +tumfi +tumfie +tumfies +tumfis +tumfirent +tumfiiez +tumfiions +tumfions +tumulte +tumultes +tumultueuse +tumultueusement +tumultueuses +tumultueux +tumulus +tungstne +tunique +tuniques +tunnel +tunnels +tuons +turban +turbans +turbin +turbina +turbinai +turbinaient +turbinais +turbinait +turbinant +turbinas +turbinasse +turbinassent +turbinasses +turbinassiez +turbinassions +turbinmes +turbint +turbintes +turbine +turbinent +turbiner +turbinera +turbinerai +turbineraient +turbinerais +turbinerait +turbineras +turbinerez +turbineriez +turbinerions +turbinerons +turbineront +turbines +turbinez +turbin +turbine +turbines +turbins +turbinrent +turbiniez +turbinions +turbinons +turbins +turbo +turboracteur +turboracteurs +turbot +turbotire +turbotires +turbotrain +turbotrains +turbots +turbulence +turbulences +turbulent +turbulente +turbulentes +turbulents +turc +turcs +turent +turf +turfiste +turfistes +turfs +turgescence +turgescences +turgescent +turgescente +turgescentes +turgescents +turlupina +turlupinai +turlupinaient +turlupinais +turlupinait +turlupinant +turlupinas +turlupinasse +turlupinassent +turlupinasses +turlupinassiez +turlupinassions +turlupinmes +turlupint +turlupintes +turlupine +turlupinent +turlupiner +turlupinera +turlupinerai +turlupineraient +turlupinerais +turlupinerait +turlupineras +turlupinerez +turlupineriez +turlupinerions +turlupinerons +turlupineront +turlupines +turlupinez +turlupin +turlupine +turlupines +turlupins +turlupinrent +turlupiniez +turlupinions +turlupinons +turne +turnes +turpitude +turpitudes +turque +turques +turquie +turquoise +turquoises +tus +tusse +tussent +tusses +tussiez +tussions +tussor +tut +tutelle +tutelles +tuteur +tuteura +tuteurai +tuteuraient +tuteurais +tuteurait +tuteurant +tuteuras +tuteurasse +tuteurassent +tuteurasses +tuteurassiez +tuteurassions +tuteurmes +tuteurt +tuteurtes +tuteure +tuteurent +tuteurer +tuteurera +tuteurerai +tuteureraient +tuteurerais +tuteurerait +tuteureras +tuteurerez +tuteureriez +tuteurerions +tuteurerons +tuteureront +tuteures +tuteurez +tuteur +tuteure +tuteures +tuteurs +tuteurrent +tuteuriez +tuteurions +tuteurons +tuteurs +tutlaire +tutlaires +tutoie +tutoiement +tutoiements +tutoient +tutoiera +tutoierai +tutoieraient +tutoierais +tutoierait +tutoieras +tutoierez +tutoieriez +tutoierions +tutoierons +tutoieront +tutoies +tutoya +tutoyai +tutoyaient +tutoyais +tutoyait +tutoyant +tutoyas +tutoyasse +tutoyassent +tutoyasses +tutoyassiez +tutoyassions +tutoymes +tutoyt +tutoytes +tutoyer +tutoyez +tutoy +tutoye +tutoyes +tutoys +tutoyrent +tutoyiez +tutoyions +tutoyons +tutrice +tutrices +tutu +tutus +tuyau +tuyauta +tuyautage +tuyautages +tuyautai +tuyautaient +tuyautais +tuyautait +tuyautant +tuyautas +tuyautasse +tuyautassent +tuyautasses +tuyautassiez +tuyautassions +tuyautmes +tuyautt +tuyauttes +tuyaute +tuyautent +tuyauter +tuyautera +tuyauterai +tuyauteraient +tuyauterais +tuyauterait +tuyauteras +tuyautere +tuyauterie +tuyauteries +tuyauteriez +tuyauterions +tuyauterons +tuyauteront +tuyautes +tuyautez +tuyaut +tuyaute +tuyautes +tuyauts +tuyautrent +tuyautiez +tuyautions +tuyautons +tuyaux +tuyre +tuyres +tmes +tt +ttes +tweed +tympan +tympanique +tympaniques +tympans +type +types +typ +type +types +typs +typhique +typhiques +typhode +typhodes +typhodique +typhodiques +typhon +typhons +typhus +typique +typiquement +typiques +typographe +typographes +typographie +typologie +tyran +tyrannie +tyrannies +tyrannique +tyranniquement +tyranniques +tyrannisa +tyrannisai +tyrannisaient +tyrannisais +tyrannisait +tyrannisant +tyrannisas +tyrannisasse +tyrannisassent +tyrannisasses +tyrannisassiez +tyrannisassions +tyrannismes +tyrannist +tyrannistes +tyrannise +tyrannisent +tyranniser +tyrannisera +tyranniserai +tyranniseraient +tyranniserais +tyranniserait +tyranniseras +tyranniserez +tyranniseriez +tyranniserions +tyranniserons +tyranniseront +tyrannises +tyrannisez +tyrannis +tyrannise +tyrannises +tyranniss +tyrannisrent +tyrannisiez +tyrannisions +tyrannisons +tyrans +tyrol +tyrolien +tyrolienne +tyroliennes +tyroliens +tzar +tzars +tzigane +tziganes +u +ubac +ubacs +ubiquit +ubiquits +uhlan +uhlans +ukase +ukases +ukrainien +ukrainienne +ukrainiennes +ukrainiens +ulcra +ulcrai +ulcraient +ulcrais +ulcrait +ulcrant +ulcras +ulcrasse +ulcrassent +ulcrasses +ulcrassiez +ulcrassions +ulcration +ulcrations +ulcrmes +ulcrt +ulcrtes +ulcrer +ulcrera +ulcrerai +ulcreraient +ulcrerais +ulcrerait +ulcreras +ulcrerez +ulcreriez +ulcrerions +ulcrerons +ulcreront +ulcrez +ulcr +ulcre +ulcres +ulcrs +ulcrrent +ulcriez +ulcrions +ulcrons +ulcre +ulcrent +ulcres +ultrieur +ultrieure +ultrieurement +ultrieures +ultrieurs +ultimatum +ultimatums +ultime +ultimes +ultra +ultramicroscope +ultramicroscopes +ultramontain +ultramontaine +ultramontaines +ultramontains +ultras +ultrason +ultrasonore +ultrasonores +ultrasons +ultraviolet +ultraviolets +ultraviolette +ultraviolettes +ulula +ululaient +ululait +ululant +ululassent +ulult +ulule +ululement +ululements +ululent +ululer +ululera +ululeraient +ululerait +ululeront +ulul +ulule +ulules +ululs +ululrent +un +unanime +unanimement +unanimes +unanimit +unanimits +underground +une +unes +uni +unie +unies +unime +unifia +unifiai +unifiaient +unifiais +unifiait +unifiant +unifias +unifiasse +unifiassent +unifiasses +unifiassiez +unifiassions +unifimes +unifit +unifites +unification +unifications +unifie +unifient +unifier +unifiera +unifierai +unifieraient +unifierais +unifierait +unifieras +unifierez +unifieriez +unifierions +unifierons +unifieront +unifies +unifiez +unifi +unifie +unifies +unifis +unifirent +unifiiez +unifiions +unifions +uniforme +uniformes +uniformment +uniformisa +uniformisai +uniformisaient +uniformisais +uniformisait +uniformisant +uniformisas +uniformisasse +uniformisassent +uniformisasses +uniformisassez +uniformisassiez +uniformisassions +uniformismes +uniformist +uniformise +uniformisent +uniformiser +uniformisera +uniformiserai +uniformiseraient +uniformiserais +uniformiserait +uniformiseras +uniformiserez +uniformiseriez +uniformiserions +uniformiserons +uniformiseront +uniformises +uniformisez +uniformis +uniformise +uniformises +uniformiss +uniformisrent +uniformisiez +uniformisions +uniformisons +uniformit +uniformits +unijambiste +unijambistes +unilatral +unilatrale +unilatralement +unilatrales +unilatraux +union +unioniste +unionistes +unions +unique +uniquement +uniques +unir +unira +unirai +uniraient +unirais +unirait +uniras +unirent +unirez +uniriez +unirions +unirons +uniront +unis +unissaient +unissais +unissait +unissant +unisse +unissent +unissez +unissiez +unissions +unisson +unissons +unit +unitaire +unitaires +unit +units +univers +universalit +universalits +universel +universelle +universellement +universelles +universels +universitaire +universitaires +universit +universits +unmes +unt +untes +uns +untel +up +upercut +upercuts +ups +uranisme +uranium +urbain +urbaine +urbaines +urbains +urbanisa +urbanisai +urbanisaient +urbanisais +urbanisait +urbanisant +urbanisas +urbanisasse +urbanisassent +urbanisasses +urbanisassiez +urbanisassions +urbanisation +urbanisations +urbanismes +urbanist +urbanistes +urbanise +urbanisent +urbaniser +urbanisera +urbaniserai +urbaniseraient +urbaniserais +urbaniserait +urbaniseras +urbaniserez +urbaniseriez +urbaniserions +urbaniserons +urbaniseront +urbanises +urbanisez +urbanis +urbanise +urbanises +urbaniss +urbanisrent +urbanisiez +urbanisions +urbanisme +urbanismes +urbanisons +urbaniste +urbanistes +urbanit +urbanits +uretre +uretres +ure +urmie +urmies +urmique +urmiques +urtral +urtrale +urtrales +urtraux +urtre +urtres +urge +urgence +urgences +urgent +urgente +urgentes +urgents +uricmie +uricmies +urina +urinai +urinaient +urinaire +urinaires +urinais +urinait +urinal +urinant +urinas +urinasse +urinassent +urinasses +urinassiez +urinassions +urinaux +urinmes +urint +urintes +urine +urinent +uriner +urinera +urinerai +urineraient +urinerais +urinerait +urineras +urinerez +urineriez +urinerions +urinerons +urineront +urines +urinez +urin +urine +urines +urins +urinrent +uriniez +urinions +urinoir +urinoirs +urinons +urique +uriques +urne +urnes +urologie +urss +urticaire +urticaires +urticant +urticante +urticantes +urticants +us +usa +usage +usager +usagers +usages +usag +usage +usages +usags +usai +usaient +usais +usait +usant +usas +usasse +usassent +usasses +usassiez +usassions +usmes +ust +ustes +use +usent +user +usera +userai +useraient +userais +userait +useras +userez +useriez +userions +userons +useront +uses +usez +us +use +uses +uss +usrent +usiez +usina +usinage +usinages +usinai +usinaient +usinais +usinait +usinant +usinas +usinasse +usinassent +usinasses +usinassiez +usinassions +usinmes +usint +usintes +usine +usinent +usiner +usinera +usinerai +usineraient +usinerais +usinerait +usineras +usinerez +usineriez +usinerions +usinerons +usineront +usines +usinez +usin +usine +usines +usins +usinrent +usiniez +usinions +usinons +usions +usit +usite +usites +usits +usons +ustensile +ustensiles +usuel +usuelle +usuellement +usuelles +usuels +usufruit +usufruitier +usufruitiers +usufruitire +usufruitires +usufruits +usuraire +usuraires +usure +usures +usurier +usuriers +usurire +usurires +usurpa +usurpai +usurpaient +usurpais +usurpait +usurpant +usurpas +usurpasse +usurpassent +usurpasses +usurpassiez +usurpassions +usurpateur +usurpateurs +usurpation +usurpations +usurpatrice +usurpatrices +usurpmes +usurpt +usurptes +usurpe +usurpent +usurper +usurpera +usurperai +usurperaient +usurperais +usurperait +usurperas +usurperez +usurperiez +usurperions +usurperons +usurperont +usurpes +usurpez +usurp +usurpe +usurpes +usurps +usurprent +usurpiez +usurpions +usurpons +ut +utrin +utrine +utrines +utrins +utrus +utile +utilement +utiles +utilisa +utilisable +utilisables +utilisai +utilisaient +utilisait +utilisant +utilisas +utilisasse +utilisassent +utilisasses +utilisassiez +utilisassions +utilisateur +utilisateurs +utilisation +utilisations +utilisatrice +utilisatrices +utilismes +utilist +utilistes +utilise +utilisent +utiliser +utilisera +utiliserai +utiliseraient +utiliserais +utiliserait +utiliserez +utiliseriez +utiliserions +utiliserons +utiliseront +utilises +utilisez +utilis +utilise +utilises +utiliss +utilisrent +utilisiez +utilisions +utilisons +utilitaire +utilitaires +utilitarisme +utilit +utilits +utopie +utopique +utopiquement +utopiques +utopiste +utopistes +uval +uvale +uvales +uvaux +uve +uves +uvulaire +uvulaires +uvule +uvules +v +va +vacance +vacances +vacancier +vacanciers +vacancire +vacancires +vacant +vacante +vacantes +vacants +vacarme +vacarmes +vacataire +vacataires +vacation +vacations +vaccin +vaccina +vaccinai +vaccinaient +vaccinais +vaccinait +vaccinal +vaccinale +vaccinales +vaccinals +vaccinant +vaccinas +vaccinasse +vaccinassent +vaccinasses +vaccinassiez +vaccinassions +vaccination +vaccinations +vaccinmes +vaccint +vaccintes +vaccine +vaccinent +vacciner +vaccinera +vaccinerai +vaccineraient +vaccinerais +vaccinerait +vaccineras +vaccinerez +vaccineriez +vaccinerions +vaccinerons +vaccineront +vaccines +vaccinez +vaccin +vaccine +vaccines +vaccins +vaccinrent +vacciniez +vaccinions +vaccinons +vaccins +vache +vachement +vacher +vacherie +vacheries +vacherin +vacherins +vachers +vaches +vachette +vachettes +vachre +vachres +vacilla +vacillai +vacillaient +vacillais +vacillait +vacillant +vacillante +vacillantes +vacillants +vacillas +vacillasse +vacillassent +vacillasses +vacillassiez +vacillassions +vacillation +vacillations +vacillmes +vacillt +vacilltes +vacille +vacillement +vacillements +vacillent +vaciller +vacillera +vacillerai +vacilleraient +vacillerais +vacillerait +vacilleras +vacillerez +vacilleriez +vacillerions +vacillerons +vacilleront +vacilles +vacillez +vacill +vacille +vacilles +vacills +vacillrent +vacilliez +vacillions +vacillons +vacuit +vacuits +vade +vadrouilla +vadrouillai +vadrouillaient +vadrouillais +vadrouillait +vadrouillant +vadrouillas +vadrouillasse +vadrouillassent +vadrouillasses +vadrouillassiez +vadrouillassions +vadrouillmes +vadrouillt +vadrouilltes +vadrouille +vadrouillent +vadrouiller +vadrouillera +vadrouillerai +vadrouilleraient +vadrouillerais +vadrouillerait +vadrouilleras +vadrouillerez +vadrouilleriez +vadrouillerions +vadrouillerons +vadrouilleront +vadrouilles +vadrouillez +vadrouill +vadrouille +vadrouilles +vadrouills +vadrouillrent +vadrouilliez +vadrouillions +vadrouillons +vagabond +vagabonda +vagabondage +vagabondages +vagabondai +vagabondaient +vagabondais +vagabondait +vagabondant +vagabondas +vagabondasse +vagabondassent +vagabondasses +vagabondassiez +vagabondassions +vagabondmes +vagabondt +vagabondtes +vagabonde +vagabondent +vagabonder +vagabondera +vagabonderai +vagabonderaient +vagabonderais +vagabonderait +vagabonderas +vagabonderez +vagabonderiez +vagabonderions +vagabonderons +vagabonderont +vagabondes +vagabondez +vagabond +vagabonde +vagabondes +vagabonds +vagabondrent +vagabondiez +vagabondions +vagabondons +vagabonds +vagi +vagie +vagies +vagin +vaginal +vaginale +vaginales +vaginaux +vagins +vagir +vagira +vagirai +vagiraient +vagirais +vagirait +vagiras +vagirent +vagirez +vagiriez +vagirions +vagirons +vagiront +vagis +vagissaient +vagissais +vagissait +vagissant +vagisse +vagissement +vagissements +vagissent +vagisses +vagissez +vagissiez +vagissions +vagissons +vagit +vagmes +vagt +vagtes +vague +vaguement +vaguemestre +vaguemestres +vagues +vahin +vahins +vaillamment +vaillance +vaillances +vaillant +vaillante +vaillantes +vaillants +vaille +vailles +vain +vaincra +vaincrai +vaincraient +vaincrais +vaincrait +vaincras +vaincre +vaincrez +vaincriez +vaincrions +vaincrons +vaincront +vaincs +vaincu +vaincue +vaincues +vaincus +vaine +vainement +vaines +vainquaient +vainquais +vainquait +vainquant +vainque +vainquent +vainques +vainqueur +vainqueurs +vainquez +vainquiez +vainquions +vainquirent +vainquis +vainquisse +vainquissent +vainquisses +vainquissiez +vainquissions +vainquit +vainqumes +vainqut +vainqutes +vainquons +vains +vair +vairon +vairons +vais +vaisseau +vaisseaux +vaisselier +vaisseliers +vaisselle +vaisselles +val +valable +valablement +valables +valaient +valais +valait +valant +valence +valences +valent +valet +valetaille +valets +valeur +valeureuse +valeureusement +valeureuses +valeureux +valeurs +valez +valriane +valida +validai +validaient +validais +validait +validant +validas +validasse +validassent +validasses +validassiez +validassions +validation +validations +validmes +validt +validtes +valide +validement +valident +valider +validera +validerai +valideraient +validerais +validerait +valideras +validerez +valideriez +validerions +validerons +valideront +valides +validez +valid +valide +valides +valids +validrent +validiez +validions +validit +validits +validons +valiez +valions +valise +valises +valle +valles +vallon +vallonnement +vallonnements +vallonn +vallonne +vallonnes +vallonns +vallons +valoir +valons +valorem +valorisa +valorisai +valorisaient +valorisais +valorisait +valorisant +valorisas +valorisasse +valorisassent +valorisasses +valorisassiez +valorisassions +valorisation +valorisations +valorismes +valorist +valoristes +valorise +valorisent +valoriser +valorisera +valoriserai +valoriseraient +valoriserais +valoriserait +valoriseras +valoriserez +valoriseriez +valoriserions +valoriserons +valoriseront +valorises +valorisez +valoris +valorise +valorises +valoriss +valorisrent +valorisiez +valorisions +valorisons +vals +valsa +valsai +valsaient +valsais +valsait +valsant +valsas +valsasse +valsassent +valsasses +valsassiez +valsassions +valsmes +valst +valstes +valse +valsent +valser +valsera +valserai +valseraient +valserais +valserait +valseras +valserez +valseriez +valserions +valserons +valseront +valses +valseur +valseurs +valseuse +valseuses +valsez +vals +valse +valses +valss +valsrent +valsiez +valsions +valsons +valu +value +values +valurent +valus +valusse +valussent +valusses +valussiez +valussions +valut +valmes +valt +valtes +valve +valves +valvulaire +valvulaires +valvule +valvules +vamp +vampire +vampires +vampirisme +vamps +van +vandale +vandales +vandalisme +vandalismes +vanesse +vanesses +vanille +vanilles +vanill +vanille +vanilles +vanills +vanillier +vanilliers +vaniteuse +vaniteusement +vaniteuses +vaniteux +vanit +vanits +vanna +vannage +vannages +vannai +vannaient +vannais +vannait +vannant +vannas +vannasse +vannassent +vannasses +vannassiez +vannassions +vannmes +vannt +vanntes +vanne +vanneau +vanneaux +vannent +vanner +vannera +vannerai +vanneraient +vannerais +vannerait +vanneras +vannerez +vannerie +vanneries +vanneriez +vannerions +vannerons +vanneront +vannes +vanneur +vanneurs +vannez +vann +vanne +vannes +vanns +vannrent +vannier +vanniers +vanniez +vannions +vannons +vans +vanta +vantai +vantaient +vantail +vantais +vantait +vantant +vantard +vantarde +vantardes +vantardise +vantardises +vantards +vantas +vantasse +vantassent +vantasses +vantassiez +vantassions +vantaux +vantmes +vantt +vanttes +vante +vantent +vanter +vantera +vanterai +vanteraient +vanterais +vanterait +vanteras +vanterez +vanteriez +vanterions +vanterons +vanteront +vantes +vantez +vant +vante +vantes +vants +vantrent +vantiez +vantions +vantons +vapeur +vapeurs +vaporeuse +vaporeuses +vaporeux +vaporisa +vaporisai +vaporisaient +vaporisais +vaporisait +vaporisant +vaporisas +vaporisasse +vaporisassent +vaporisasses +vaporisassiez +vaporisassions +vaporisateur +vaporisateurs +vaporisation +vaporisations +vaporismes +vaporist +vaporistes +vaporise +vaporisent +vaporiser +vaporisera +vaporiserai +vaporiseraient +vaporiserais +vaporiserait +vaporiseras +vaporiserez +vaporiseriez +vaporiserions +vaporiserons +vaporiseront +vaporises +vaporisez +vaporis +vaporise +vaporises +vaporiss +vaporisrent +vaporisiez +vaporisions +vaporisons +vaqua +vaquai +vaquaient +vaquais +vaquait +vaquant +vaquas +vaquasse +vaquassent +vaquasses +vaquassiez +vaquassions +vaqumes +vaqut +vaqutes +vaque +vaquent +vaquer +vaquera +vaquerai +vaqueraient +vaquerais +vaquerait +vaqueras +vaquerez +vaqueriez +vaquerions +vaquerons +vaqueront +vaques +vaquez +vaqu +vaque +vaques +vaqus +vaqurent +vaquiez +vaquions +vaquons +var +varech +vareuse +vareuses +varia +variabilit +variabilits +variable +variables +variai +variaient +variais +variait +variant +variante +variantes +variants +varias +variasse +variassent +variasses +variassiez +variassions +variateur +variateurs +variation +variations +varimes +varit +varites +varice +varicelle +varices +varie +varient +varier +variera +varierai +varieraient +varierais +varierait +varieras +varierez +varieriez +varierions +varierons +varieront +varies +variez +vari +varie +varies +varis +varit +varits +varirent +variiez +variions +variole +varioleuse +varioleuses +varioleux +variolique +varioliques +varions +variqueuse +variqueuses +variqueux +varlope +varlopes +vas +vasculaire +vasculaires +vasculeuse +vasculeuses +vasculeux +vase +vaseline +vases +vaseuse +vaseuses +vaseux +vasistas +vaso +vasque +vasques +vassal +vassale +vassales +vassalit +vassalits +vassaux +vaste +vastes +vatican +vaticina +vaticinai +vaticinaient +vaticinais +vaticinait +vaticinant +vaticinas +vaticinasse +vaticinassent +vaticinasses +vaticinassiez +vaticinassions +vaticinations +vaticinmes +vaticint +vaticintes +vaticine +vaticinent +vaticiner +vaticinera +vaticinerai +vaticineraient +vaticinerais +vaticinerait +vaticineras +vaticinerez +vaticineriez +vaticinerions +vaticinerons +vaticineront +vaticines +vaticinez +vaticin +vaticine +vaticines +vaticins +vaticinrent +vaticiniez +vaticinions +vaticinons +vau +vaudeville +vaudevilles +vaudevillesque +vaudevillesques +vaudevilliste +vaudevillistes +vaudou +vaudous +vaudra +vaudrai +vaudraient +vaudrais +vaudrait +vaudras +vaudrez +vaudriez +vaudrions +vaudrons +vaudront +vaurien +vaurienne +vauriennes +vauriens +vaut +vautour +vautours +vautra +vautrai +vautraient +vautrais +vautrait +vautrant +vautras +vautrasse +vautrassent +vautrasses +vautrassiez +vautrassions +vautrmes +vautrt +vautrtes +vautre +vautrent +vautrer +vautrera +vautrerai +vautreraient +vautrerais +vautrerait +vautreras +vautrerez +vautreriez +vautrerions +vautrerons +vautreront +vautres +vautrez +vautr +vautre +vautres +vautrs +vautrrent +vautriez +vautrions +vautrons +vaux +veau +veaux +vecteur +vecteurs +vectoriel +vectorielle +vectorielles +vectoriels +vectorisation +vectorisations +vedette +vedettes +veilla +veillai +veillaient +veillais +veillait +veillant +veillas +veillasse +veillassent +veillasses +veillassiez +veillassions +veillmes +veillt +veilltes +veille +veillent +veiller +veillera +veillerai +veilleraient +veillerais +veillerait +veilleras +veillerez +veilleriez +veillerions +veillerons +veilleront +veilles +veilleur +veilleurs +veilleuse +veilleuses +veillez +veill +veille +veilles +veills +veillrent +veilliez +veillions +veillons +veina +veinai +veinaient +veinais +veinait +veinant +veinard +veinarde +veinardes +veinards +veinas +veinasse +veinassent +veinasses +veinassiez +veinassions +veinmes +veint +veintes +veine +veinent +veiner +veinera +veinerai +veineraient +veinerais +veinerait +veineras +veinerez +veineriez +veinerions +veinerons +veineront +veines +veineuse +veineuses +veineux +veinez +vein +veine +veines +veins +veinrent +veiniez +veinions +veinons +veinule +veinules +vellitaire +vellitaires +vellit +vellits +velours +velout +veloute +veloutes +velouts +velu +velue +velues +velus +venaient +venais +venaison +venait +venant +vend +vendable +vendables +vendaient +vendais +vendait +vendange +vendangea +vendangeai +vendangeaient +vendangeais +vendangeait +vendangeant +vendangeas +vendangeasse +vendangeassent +vendangeasses +vendangeassiez +vendangeassions +vendangemes +vendanget +vendangetes +vendangent +vendangeons +vendanger +vendangera +vendangerai +vendangeraient +vendangerais +vendangerait +vendangeras +vendangerez +vendangeriez +vendangerions +vendangerons +vendangeront +vendanges +vendangeur +vendangeurs +vendangeuse +vendangeuses +vendangez +vendang +vendange +vendanges +vendangs +vendangrent +vendangiez +vendangions +vendant +vende +vendent +vendes +vendetta +vendettas +vendeur +vendeurs +vendeuse +vendeuses +vendez +vende +venden +vendenne +vendennes +vendens +vendmiaire +vendiez +vendions +vendirent +vendis +vendisse +vendissent +vendisses +vendissiez +vendissions +vendit +vendmes +vendt +vendtes +vendons +vendra +vendrai +vendraient +vendrais +vendrait +vendras +vendre +vendredi +vendredis +vendrez +vendriez +vendrions +vendrons +vendront +vends +vendu +vendue +vendues +vendus +venelle +venelles +veneur +veneurs +venez +venge +vengea +vengeai +vengeaient +vengeais +vengeait +vengeance +vengeances +vengeant +vengeas +vengeasse +vengeassent +vengeasses +vengeassiez +vengeassions +vengemes +venget +vengetes +vengent +vengeons +venger +vengera +vengerai +vengeraient +vengerais +vengerait +vengeras +vengeresse +vengeresses +vengerez +vengeriez +vengerions +vengerons +vengeront +venges +vengeur +vengeurs +vengez +veng +venge +venges +vengs +vengrent +vengiez +vengions +veniez +venimeuse +venimeuses +venimeux +venin +venins +venions +venir +venise +venons +vent +venta +ventaient +ventant +ventassent +ventt +vente +ventent +venter +ventera +venteraient +venterait +venteront +ventes +venteuse +venteuses +venteux +vent +vente +ventes +vents +ventrent +ventila +ventilai +ventilaient +ventilais +ventilait +ventilas +ventilasse +ventilassent +ventilasses +ventilassiez +ventilassions +ventilateur +ventilateurs +ventilation +ventilations +ventilmes +ventilt +ventiltes +ventile +ventilent +ventiler +ventilera +ventilerai +ventileraient +ventilerais +ventilerait +ventileras +ventilerez +ventileriez +ventilerions +ventilerons +ventileront +ventiles +ventilez +ventil +ventile +ventiles +ventils +ventilrent +ventiliez +ventilions +ventilons +ventouse +ventouses +ventse +ventral +ventrale +ventrales +ventraux +ventre +ventres +ventriculaire +ventriculaires +ventricule +ventricules +ventrire +ventrires +ventriloque +ventriloques +ventripotent +ventripotente +ventripotentes +ventripotents +ventru +ventrue +ventrues +ventrus +vents +venu +venue +venues +venus +ver +verbal +verbale +verbalement +verbales +verbalisa +verbalisai +verbalisaient +verbalisais +verbalisait +verbalisant +verbalisas +verbalisasse +verbalisassent +verbalisasses +verbalisassiez +verbalisassions +verbalisation +verbalisations +verbalismes +verbalist +verbalistes +verbalise +verbalisent +verbaliser +verbalisera +verbaliserai +verbaliseraient +verbaliserais +verbaliserait +verbaliseras +verbaliserez +verbaliseriez +verbaliserions +verbaliserons +verbaliseront +verbalises +verbalisez +verbalis +verbalise +verbalises +verbaliss +verbalisrent +verbalisiez +verbalisions +verbalisme +verbalisons +verbaux +verbe +verbes +verbeuse +verbeuses +verbeux +verbiage +verbiages +verbosit +verbosits +verdtre +verdtres +verdeur +verdeurs +verdi +verdict +verdicts +verdie +verdies +verdir +verdira +verdirai +verdiraient +verdirais +verdirait +verdiras +verdirent +verdirez +verdiriez +verdirions +verdirons +verdiront +verdis +verdissaient +verdissais +verdissait +verdissant +verdisse +verdissement +verdissements +verdissent +verdisses +verdissez +verdissiez +verdissions +verdissons +verdit +verdmes +verdt +verdtes +verdoie +verdoiement +verdoiements +verdoient +verdoiera +verdoierai +verdoieraient +verdoierais +verdoierait +verdoieras +verdoierez +verdoieriez +verdoierions +verdoierons +verdoieront +verdoies +verdoya +verdoyai +verdoyaient +verdoyais +verdoyait +verdoyant +verdoyas +verdoyasse +verdoyassent +verdoyasses +verdoyassiez +verdoyassions +verdoymes +verdoyt +verdoytes +verdoyer +verdoyez +verdoy +verdoye +verdoyes +verdoys +verdoyrent +verdoyiez +verdoyions +verdoyons +verdure +verdures +verge +verger +vergers +verges +verget +vergete +vergetes +vergets +vergetures +verg +verge +verges +vergs +verglac +verglace +verglaces +verglacs +verglas +vergne +vergnes +vergogne +vergognes +vergue +vergues +verjus +vermeil +vermeille +vermeilles +vermeils +vermicelle +vermiculaire +vermiculaires +vermifuge +vermifuges +vermillion +vermine +vermines +vermisseau +vermisseaux +vermoulu +vermoulue +vermoulues +vermoulure +vermoulures +vermoulus +vermouth +vermouths +vernaculaire +vernaculaires +vernalisation +vernalisations +verne +vernes +verni +vernie +vernier +verniers +vernies +vernir +vernira +vernirai +verniraient +vernirais +vernirait +verniras +vernirent +vernirez +verniriez +vernirions +vernirons +verniront +vernis +vernissa +vernissage +vernissages +vernissai +vernissaient +vernissais +vernissait +vernissant +vernissas +vernissasse +vernissassent +vernissasses +vernissassiez +vernissassions +vernissmes +vernisst +vernisstes +vernisse +vernissent +vernisser +vernissera +vernisserai +vernisseraient +vernisserais +vernisserait +vernisseras +vernisserez +vernisseriez +vernisserions +vernisserons +vernisseront +vernisses +vernisseur +vernisseurs +vernissez +verniss +vernisse +vernisses +vernisss +vernissrent +vernissiez +vernissions +vernissons +vernit +vernmes +vernt +verntes +verra +verrai +verraient +verrais +verrait +verras +verrat +verrats +verre +verrerie +verreries +verres +verrez +verrier +verriers +verriez +verrire +verrires +verrions +verrons +verront +verroterie +verroteries +verrou +verrouilla +verrouillable +verrouillables +verrouillage +verrouillages +verrouillai +verrouillaient +verrouillais +verrouillait +verrouillant +verrouillas +verrouillasse +verrouillassent +verrouillasses +verrouillassiez +verrouillassions +verrouillmes +verrouillt +verrouilltes +verrouille +verrouillent +verrouiller +verrouillera +verrouillerai +verrouilleraient +verrouillerais +verrouillerait +verrouilleras +verrouillerez +verrouilleriez +verrouillerions +verrouillerons +verrouilleront +verrouilles +verrouillez +verrouill +verrouille +verrouilles +verrouills +verrouillrent +verrouilliez +verrouillions +verrouillons +verrous +verrue +verrues +verruqueuse +verruqueuses +verruqueux +vers +versa +versai +versaient +versais +versait +versant +versants +versas +versasse +versassent +versasses +versassiez +versassions +versatile +versatiles +versatilit +versatilits +versmes +verst +verstes +verse +verseau +versement +versements +versent +verser +versera +verserai +verseraient +verserais +verserait +verseras +verserez +verseriez +verserions +verserons +verseront +verses +verset +versets +verseur +verseurs +verseuse +verseuses +versez +vers +verse +verses +verss +versrent +versiez +versifia +versifiai +versifiaient +versifiais +versifiait +versifiant +versifias +versifiasse +versifiassent +versifiasses +versifiassiez +versifiassions +versifimes +versifit +versifites +versificateur +versificateurs +versification +versifications +versifie +versifient +versifier +versifiera +versifierai +versifieraient +versifierais +versifierait +versifieras +versifierez +versifieriez +versifierions +versifierons +versifieront +versifies +versifiez +versifi +versifie +versifies +versifis +versifirent +versifiiez +versifiions +versifions +version +versions +verso +versoir +versoirs +versons +vert +verte +vertement +vertes +vertbral +vertbrale +vertbrales +vertbraux +vertbr +vertbre +vertbres +vertbrs +vertbre +vertbres +vertical +verticale +verticalement +verticales +verticalit +verticalits +verticaux +vertige +vertiges +vertigineuse +vertigineusement +vertigineuses +vertigineux +verts +vertu +vertueuse +vertueusement +vertueuses +vertueux +vertugadin +vertugadins +vertus +verve +verveine +verveines +verves +vesce +vesces +vespasienne +vespasiennes +vespral +vesprale +vesprales +vespraux +vesse +vesses +vessie +vessies +vestale +vestales +veste +vestes +vestiaire +vestiaires +vestibule +vestibules +vestige +vestiges +vestimentaire +vestimentaires +veston +vestons +veto +vetos +veuf +veufs +veuille +veuillent +veuilles +veuillez +veule +veulent +veulerie +veuleries +veules +veut +veuvage +veuvages +veuve +veuves +veux +vexa +vexai +vexaient +vexais +vexait +vexant +vexas +vexasse +vexassent +vexasses +vexassiez +vexassions +vexation +vexations +vexatoire +vexatoires +vexmes +vext +vextes +vexe +vexent +vexer +vexera +vexerai +vexeraient +vexerais +vexerait +vexeras +vexerez +vexeriez +vexerions +vexerons +vexeront +vexes +vexez +vex +vexe +vexes +vexs +vexrent +vexiez +vexions +vexons +vcu +vcue +vcues +vcurent +vcus +vcusse +vcussent +vcusses +vcussiez +vcussions +vcut +vcmes +vct +vctes +vgta +vgtai +vgtaient +vgtais +vgtait +vgtal +vgtale +vgtales +vgtant +vgtarien +vgtarienne +vgtariennes +vgtariens +vgtarisme +vgtas +vgtasse +vgtassent +vgtasses +vgtassiez +vgtassions +vgtatif +vgtatifs +vgtation +vgtations +vgtative +vgtatives +vgtaux +vgtmes +vgtt +vgttes +vgter +vgtera +vgterai +vgteraient +vgterais +vgterait +vgteras +vgterez +vgteriez +vgterions +vgterons +vgteront +vgtez +vgt +vgte +vgtes +vgts +vgtrent +vgtiez +vgtions +vgtons +vgte +vgtent +vgtes +vhmence +vhmences +vhment +vhmente +vhmentement +vhmentes +vhments +vhicula +vhiculai +vhiculaient +vhiculaire +vhiculaires +vhiculais +vhiculait +vhiculant +vhiculas +vhiculasse +vhiculassent +vhiculasses +vhiculassiez +vhiculassions +vhiculmes +vhicult +vhicultes +vhicule +vhiculent +vhiculer +vhiculera +vhiculerai +vhiculeraient +vhiculerais +vhiculerait +vhiculeras +vhiculerez +vhiculeriez +vhiculerions +vhiculerons +vhiculeront +vhicules +vhiculez +vhicul +vhicule +vhicules +vhiculs +vhiculrent +vhiculiez +vhiculions +vhiculons +vlin +vlins +vlo +vlocipde +vlocipdes +vlocit +vlocits +vlodrome +vlodromes +vlomoteur +vlomoteurs +vlos +vlum +vlums +vnal +vnale +vnales +vnalit +vnalits +vnaux +vnerie +vneries +vnneuse +vnneuses +vnneux +vnra +vnrable +vnrables +vnrai +vnraient +vnrais +vnrait +vnrant +vnras +vnrasse +vnrassent +vnrasses +vnrassiez +vnrassions +vnration +vnrations +vnrmes +vnrt +vnrtes +vnrer +vnrera +vnrerai +vnreraient +vnrerais +vnrerait +vnreras +vnrerez +vnreriez +vnrerions +vnrerons +vnreront +vnres +vnrez +vnr +vnre +vnres +vnrs +vnrrent +vnrien +vnrienne +vnriennes +vnriens +vnriez +vnrions +vnrons +vnre +vnrent +vnres +vniel +vnielle +vniellement +vnielles +vniels +vnitien +vnitienne +vnitiennes +vnitiens +vracit +vracits +vranda +vrandas +vreuse +vreuses +vreux +vridique +vridiquement +vridiques +vrifia +vrifiable +vrifiables +vrifiai +vrifiaient +vrifiais +vrifiait +vrifiant +vrifias +vrifiasse +vrifiassent +vrifiasses +vrifiassiez +vrifiassions +vrifimes +vrifit +vrifites +vrificateur +vrificateurs +vrification +vrifications +vrificatrice +vrificatrices +vrifie +vrifient +vrifier +vrifiera +vrifierai +vrifieraient +vrifierais +vrifierait +vrifieras +vrifierez +vrifieriez +vrifierions +vrifierons +vrifieront +vrifies +vrifiez +vrifi +vrifie +vrifies +vrifis +vrifirent +vrifiiez +vrifiions +vrifions +vrin +vrins +vritable +vritablement +vritables +vrit +vrits +vrole +vronique +vsical +vsicale +vsicales +vsicant +vsicante +vsicantes +vsicants +vsicaux +vsicule +vsicules +vtran +vtrans +vtrinaire +vtrinaires +vtille +vtilles +vtilleuse +vtilleuses +vtilleux +vtiver +vtivers +vtuste +vtustes +vtust +vtuste +vtustes +vtusts +vla +vlage +vlages +vlaient +vlait +vlant +vlassent +vlt +vle +vlement +vlements +vlent +vler +vlera +vleraient +vlerait +vleront +vl +vle +vles +vls +vlrent +vpres +vt +vtaient +vtais +vtait +vtant +vte +vtement +vtements +vtent +vtes +vtez +vtiez +vtions +vtir +vtira +vtirai +vtiraient +vtirais +vtirait +vtiras +vtirent +vtirez +vtiriez +vtirions +vtirons +vtiront +vtis +vtisse +vtissent +vtisses +vtissiez +vtissions +vtit +vtmes +vtt +vttes +vtons +vts +vtu +vtue +vtues +vture +vtures +vtus +via +viabilit +viabilits +viable +viables +viaduc +viaducs +viager +viagers +viagre +viagres +viande +viandes +viatique +viatiques +vibra +vibrai +vibraient +vibrais +vibrait +vibrant +vibrante +vibrantes +vibrants +vibras +vibrasse +vibrassent +vibrasses +vibrassiez +vibrassions +vibratile +vibratiles +vibration +vibrations +vibratoire +vibratoires +vibrmes +vibrt +vibrtes +vibre +vibrent +vibrer +vibrera +vibrerai +vibreraient +vibrerais +vibrerait +vibreras +vibreriez +vibrerions +vibrerons +vibreront +vibres +vibrez +vibr +vibre +vibres +vibrs +vibrrent +vibriez +vibrion +vibrions +vibromasseur +vibromasseurs +vibrons +vicaire +vicaires +vicarial +vicariale +vicariales +vicariat +vicariats +vicariaux +vice +vices +vichy +vicia +viciai +viciaient +viciais +viciait +viciant +vicias +viciasse +viciassent +viciasses +viciassiez +viciassions +vicimes +vicit +vicites +vicie +vicient +vicier +viciera +vicierai +vicieraient +vicierais +vicierait +vicieras +vicierez +vicieriez +vicierions +vicierons +vicieront +vicies +vicieuse +vicieusement +vicieuses +vicieux +viciez +vici +vicie +vicies +vicis +vicirent +viciiez +viciions +vicinal +vicinale +vicinales +vicinaux +vicions +vicissitude +vicissitudes +vicomte +vicomtes +vicomtesse +vicomtesses +vicomt +vicomts +victime +victimes +victoire +victoires +victor +victorieuse +victorieusement +victorieuses +victorieux +victuailles +vida +vidage +vidages +vidai +vidaient +vidais +vidait +vidange +vidangea +vidangeai +vidangeaient +vidangeais +vidangeait +vidangeant +vidangeas +vidangeasse +vidangeassent +vidangeasses +vidangeassiez +vidangeassions +vidangemes +vidanget +vidangetes +vidangent +vidangeons +vidanger +vidangera +vidangerai +vidangeraient +vidangerais +vidangerait +vidangeras +vidangerez +vidangeriez +vidangerions +vidangerons +vidangeront +vidanges +vidangeur +vidangeurs +vidangez +vidang +vidange +vidanges +vidangs +vidangrent +vidangiez +vidangions +vidant +vidas +vidasse +vidassent +vidasses +vidassiez +vidassions +vidmes +vidt +vidtes +vide +vident +vider +videra +viderai +videraient +viderais +viderait +videras +viderez +videriez +viderions +viderons +videront +vides +videur +videurs +videz +vid +vide +vides +vido +vidocasette +vidocasettes +vidodisque +vidodisques +vidophonie +vidos +vids +vidrent +vidiez +vidions +vidons +vie +vieil +vieillard +vieillards +vieille +vieillerie +vieilleries +vieilles +vieillesse +vieillesses +vieilli +vieillie +vieillies +vieillir +vieillira +vieillirai +vieilliraient +vieillirais +vieillirait +vieilliras +vieillirent +vieillirez +vieilliriez +vieillirions +vieillirons +vieilliront +vieillis +vieillissaient +vieillissais +vieillissait +vieillissant +vieillisse +vieillissement +vieillissements +vieillissent +vieillisses +vieillissez +vieillissiez +vieillissions +vieillissons +vieillit +vieillmes +vieillt +vieilltes +vieillot +vieillots +vieillotte +vieillottes +vieils +vielle +vielles +vielleur +vielleurs +viendra +viendrai +viendraient +viendrais +viendrait +viendras +viendrez +viendriez +viendrions +viendrons +viendront +vienne +viennent +viennes +viens +vient +vierge +vierges +vies +vieux +vif +vifs +vigie +vigies +vigilamment +vigilance +vigilances +vigilant +vigilante +vigilantes +vigilants +vigile +vigiles +vigne +vigneron +vigneronne +vigneronnes +vignerons +vignes +vignette +vignettes +vignoble +vignobles +vigogne +vigognes +vigoureuse +vigoureusement +vigoureuses +vigoureux +vigueur +vigueurs +vil +vilain +vilaine +vilainement +vilaines +vilains +vile +vilebrequin +vilebrequins +vilement +vilenie +vilenies +viles +vilipenda +vilipendai +vilipendaient +vilipendais +vilipendait +vilipendant +vilipendas +vilipendasse +vilipendassent +vilipendasses +vilipendassiez +vilipendassions +vilipendmes +vilipendt +vilipendtes +vilipende +vilipendent +vilipender +vilipendera +vilipenderai +vilipenderaient +vilipenderais +vilipenderait +vilipenderas +vilipenderez +vilipenderiez +vilipenderions +vilipenderons +vilipenderont +vilipendes +vilipendez +vilipend +vilipende +vilipendes +vilipends +vilipendrent +vilipendiez +vilipendions +vilipendons +villa +village +villageois +villageoise +villageoises +villages +villas +ville +villes +villgiature +villgiatures +villosit +villosits +vils +vin +vinaigra +vinaigrai +vinaigraient +vinaigrais +vinaigrait +vinaigrant +vinaigras +vinaigrasse +vinaigrassent +vinaigrasses +vinaigrassiez +vinaigrassions +vinaigrmes +vinaigrt +vinaigrtes +vinaigre +vinaigrent +vinaigrer +vinaigrera +vinaigrerai +vinaigreraient +vinaigrerais +vinaigrerait +vinaigreras +vinaigrerez +vinaigrerie +vinaigreries +vinaigreriez +vinaigrerions +vinaigrerons +vinaigreront +vinaigres +vinaigrette +vinaigrettes +vinaigrez +vinaigr +vinaigre +vinaigres +vinaigrs +vinaigrrent +vinaigrier +vinaigriers +vinaigriez +vinaigrions +vinaigrons +vinaire +vinaires +vinasse +vinasses +vindicatif +vindicatifs +vindicative +vindicatives +vindicte +vindictes +vineuse +vineuses +vineux +vingt +vingtaine +vingtaines +vingtime +vingtimes +vingts +vinicole +vinicoles +vinification +vinifications +vinrent +vins +vinsse +vinssent +vinsses +vinssiez +vinssions +vint +vinylique +vinyliques +viol +viola +violac +violace +violaces +violacs +violai +violaient +violais +violait +violant +violas +violasse +violassent +violasses +violassiez +violassions +violateur +violateurs +violation +violations +violatrice +violatrices +violmes +violt +violtes +viole +violemment +violence +violences +violent +violenta +violentai +violentaient +violentais +violentait +violentant +violentas +violentasse +violentassent +violentasses +violentassiez +violentassions +violentmes +violentt +violenttes +violente +violentent +violenter +violentera +violenterai +violenteraient +violenterais +violenterait +violenteras +violenterez +violenteriez +violenterions +violenterons +violenteront +violentes +violentez +violent +violente +violentes +violents +violentrent +violentiez +violentions +violentons +violents +violer +violera +violerai +violeraient +violerais +violerait +violeras +violerez +violeriez +violerions +violerons +violeront +violes +violet +violets +violette +violettes +violez +viol +viole +violes +viols +violrent +violiez +violine +violions +violon +violoncelle +violoncelles +violoncelliste +violoncellistes +violoneux +violoniste +violonistes +violons +viols +viorne +viornes +vipereau +vipereaux +viprin +viprine +viprines +viprins +vipre +vipres +vira +virage +virages +virago +viragos +virai +viraient +virais +virait +viral +virale +virales +virals +virant +viras +virasse +virassent +virasses +virassiez +virassions +virmes +virt +virtes +vire +virelai +virelais +virement +virements +virent +virer +virera +virerai +vireraient +virerais +virerait +vireras +virerez +vireriez +virerions +virerons +vireront +vires +virevolta +virevoltai +virevoltaient +virevoltais +virevoltait +virevoltant +virevoltas +virevoltasse +virevoltassent +virevoltasses +virevoltassiez +virevoltassions +virevoltmes +virevoltt +virevolttes +virevolte +virevoltent +virevolter +virevoltera +virevolterai +virevolteraient +virevolterais +virevolterait +virevolteras +virevolterez +virevolteriez +virevolterions +virevolterons +virevolteront +virevoltes +virevoltez +virevolt +virevolte +virevoltes +virevolts +virevoltrent +virevoltiez +virevoltions +virevoltons +virez +vir +vire +vires +virs +virrent +virginal +virginale +virginalement +virginales +virginaux +virginit +virginits +virgule +virgules +viriez +viril +virile +virilement +viriles +virilit +virilits +virils +virions +virole +viroles +virologie +virologies +virons +virtualit +virtualits +virtuel +virtuelle +virtuellement +virtuelles +virtuels +virtuose +virtuoses +virtuosit +virtuosits +virulence +virulences +virulent +virulente +virulentes +virulents +virus +vis +visa +visage +visages +visagiste +visagistes +visai +visaient +visais +visait +visant +visas +visasse +visassent +visasses +visassiez +visassions +vismes +vist +vistes +viscral +viscrale +viscrales +viscraux +viscre +viscres +viscose +viscosit +viscosits +vise +visent +viser +visera +viserai +viseraient +viserais +viserait +viseras +viserez +viseriez +viserions +viserons +viseront +vises +viseur +viseurs +visez +vis +vise +vises +viss +visrent +visibilit +visibilits +visible +visiblement +visibles +visiez +visire +visires +vision +visionna +visionnai +visionnaient +visionnaire +visionnaires +visionnais +visionnait +visionnant +visionnas +visionnasse +visionnassent +visionnasses +visionnassiez +visionnassions +visionnmes +visionnt +visionntes +visionne +visionnent +visionner +visionnera +visionnerai +visionneraient +visionnerais +visionnerait +visionneras +visionnerez +visionneriez +visionnerions +visionnerons +visionneront +visionnes +visionneuse +visionneuses +visionnez +visionn +visionne +visionnes +visionns +visionnrent +visionniez +visionnions +visionnons +visions +visita +visitai +visitaient +visitais +visitait +visitant +visitas +visitasse +visitassent +visitasses +visitassiez +visitassions +visitmes +visitt +visittes +visite +visitent +visiter +visitera +visiterai +visiteraient +visiterais +visiterait +visiteras +visiterez +visiteriez +visiterions +visiterons +visiteront +visites +visiteur +visiteurs +visiteuse +visiteuses +visitez +visit +visite +visites +visits +visitrent +visitiez +visitions +visitons +vison +visons +visqueuse +visqueuses +visqueux +vissa +vissage +vissages +vissai +vissaient +vissais +vissait +vissant +vissas +vissasse +vissassent +vissasses +vissassiez +vissassions +vissmes +visst +visstes +visse +vissent +visser +vissera +visserai +visseraient +visserais +visserait +visseras +visserez +visserie +visseries +visseriez +visserions +visserons +visseront +visses +vissez +viss +visse +visses +visss +vissrent +vissiez +vissions +vissons +visuel +visuelle +visuellement +visuelles +visuels +vit +vital +vitale +vitales +vitalit +vitalits +vitamine +vitamines +vitamin +vitamine +vitamines +vitamins +vitaux +vite +vitellus +vites +vitesse +vitesses +viticole +viticoles +viticulteur +viticulteurs +viticulture +viticultures +vitra +vitrage +vitrages +vitrai +vitraient +vitrail +vitrais +vitrait +vitrant +vitras +vitrasse +vitrassent +vitrasses +vitrassiez +vitrassions +vitraux +vitrmes +vitrt +vitrtes +vitre +vitrent +vitrer +vitrera +vitrerai +vitreraient +vitrerais +vitrerait +vitreras +vitrerez +vitrerie +vitreries +vitreriez +vitrerions +vitrerons +vitreront +vitres +vitreuse +vitreuses +vitreux +vitrez +vitr +vitre +vitres +vitrs +vitrrent +vitrier +vitriers +vitriez +vitrifia +vitrifiai +vitrifiaient +vitrifiais +vitrifiait +vitrifiant +vitrifias +vitrifiasse +vitrifiassent +vitrifiasses +vitrifiassiez +vitrifiassions +vitrifimes +vitrifit +vitrifites +vitrificateur +vitrificateurs +vitrification +vitrifications +vitrifie +vitrifient +vitrifier +vitrifiera +vitrifierai +vitrifieraient +vitrifierais +vitrifierait +vitrifieras +vitrifierez +vitrifieriez +vitrifierions +vitrifierons +vitrifieront +vitrifies +vitrifiez +vitrifi +vitrifie +vitrifies +vitrifis +vitrifirent +vitrifiiez +vitrifiions +vitrifions +vitrine +vitrines +vitriol +vitriola +vitriolai +vitriolaient +vitriolais +vitriolait +vitriolant +vitriolas +vitriolasse +vitriolassent +vitriolasses +vitriolassiez +vitriolassions +vitriolmes +vitriolt +vitrioltes +vitriole +vitriolent +vitrioler +vitriolera +vitriolerai +vitrioleraient +vitriolerais +vitriolerait +vitrioleras +vitriolerez +vitrioleriez +vitriolerions +vitriolerons +vitrioleront +vitrioles +vitriolez +vitriol +vitriole +vitrioles +vitriols +vitriolrent +vitrioliez +vitriolions +vitriolons +vitrions +vitro +vitrons +vitupra +vituprai +vitupraient +vituprais +vituprait +vituprant +vitupras +vituprasse +vituprassent +vituprasses +vituprassiez +vituprassions +vitupration +vituprations +vituprmes +vituprt +vituprtes +vituprer +vituprera +vituprerai +vitupreraient +vituprerais +vituprerait +vitupreras +vituprerez +vitupreriez +vituprerions +vituprerons +vitupreront +vituprez +vitupr +vitupre +vitupres +vituprs +vituprrent +vitupriez +vituprions +vituprons +vitupre +vituprent +vitupres +vivable +vivables +vivace +vivaces +vivacit +vivacits +vivaient +vivais +vivait +vivandier +vivandiers +vivandire +vivandires +vivant +vivante +vivantes +vivants +vivarium +vivariums +vivat +vive +vivement +vivendi +vivent +vives +viveur +viveurs +viveuse +viveuses +vivez +vivier +viviers +viviez +vivifia +vivifiai +vivifiaient +vivifiais +vivifiait +vivifiant +vivifiante +vivifiantes +vivifiants +vivifias +vivifiasse +vivifiassent +vivifiasses +vivifiassiez +vivifiassions +vivifimes +vivifit +vivifites +vivifie +vivifient +vivifier +vivifiera +vivifierai +vivifieraient +vivifierais +vivifierait +vivifieras +vivifierez +vivifieriez +vivifierions +vivifierons +vivifieront +vivifies +vivifiez +vivifi +vivifie +vivifies +vivifis +vivifirent +vivifiiez +vivifiions +vivifions +vivions +vivipare +vivipares +vivisection +vivisections +vivo +vivons +vivota +vivotai +vivotaient +vivotais +vivotait +vivotant +vivotas +vivotasse +vivotassent +vivotasses +vivotassiez +vivotassions +vivotmes +vivott +vivottes +vivote +vivotent +vivoter +vivotera +vivoterai +vivoteraient +vivoterais +vivoterait +vivoteras +vivoterez +vivoteriez +vivoterions +vivoterons +vivoteront +vivotes +vivotez +vivot +vivote +vivotes +vivots +vivotrent +vivotiez +vivotions +vivotons +vivra +vivrai +vivraient +vivrais +vivrait +vivras +vivre +vivres +vivrez +vivriez +vivrions +vivrons +vivront +vizir +vizirs +vmes +vnmes +vnt +vntes +vt +vtes +vlan +vocable +vocables +vocabulaire +vocabulaires +vocal +vocale +vocalement +vocales +vocalique +vocaliques +vocalisa +vocalisai +vocalisaient +vocalisais +vocalisait +vocalisant +vocalisas +vocalisasse +vocalisassent +vocalisasses +vocalisassiez +vocalisassions +vocalisation +vocalisations +vocalismes +vocalist +vocalistes +vocalise +vocalisent +vocaliser +vocalisera +vocaliserai +vocaliseraient +vocaliserais +vocaliserait +vocaliseras +vocaliserez +vocaliseriez +vocaliserions +vocaliserons +vocaliseront +vocalises +vocalisez +vocalis +vocalise +vocalises +vocaliss +vocalisrent +vocalisiez +vocalisions +vocalisme +vocalisons +vocatif +vocatifs +vocation +vocations +vocaux +vocifra +vocifrai +vocifraient +vocifrais +vocifrait +vocifrant +vocifras +vocifrasse +vocifrassent +vocifrasses +vocifrassiez +vocifrassions +vocifration +vocifrations +vocifrmes +vocifrt +vocifrtes +vocifrer +vocifrera +vocifrerai +vocifreraient +vocifrerais +vocifrerait +vocifreras +vocifrerez +vocifreriez +vocifrerions +vocifrerons +vocifreront +vocifrez +vocifr +vocifre +vocifres +vocifrs +vocifrrent +vocifriez +vocifrions +vocifrons +vocifre +vocifrent +vocifres +vodka +voeu +voeux +vogua +voguai +voguaient +voguais +voguait +voguant +voguas +voguasse +voguassent +voguasses +voguassiez +voguassions +vogumes +vogut +vogutes +vogue +voguent +voguer +voguera +voguerai +vogueraient +voguerais +voguerait +vogueras +vogueriez +voguerions +voguerons +vogueront +vogues +voguez +vogu +vogue +vogues +vogus +vogurent +voguiez +voguions +voguons +voici +voie +voient +voies +voila verbe +voilage +voilages +voilai +voilaient +voilais +voilait +voilant +voilas +voilasse +voilassent +voilasses +voilassiez +voilassions +voil +voilmes +voilt +voiltes +voile +voilent +voiler +voilera +voilerai +voileraient +voilerais +voilerait +voileras +voilerez +voileriez +voilerions +voilerons +voileront +voiles +voilette +voilettes +voilez +voil +voile +voiles +voils +voilrent +voilier +voiliers +voiliez +voilions +voilons +voilure +voilures +voir +voire +voirie +voiries +vois +voisin +voisina +voisinage +voisinages +voisinai +voisinaient +voisinais +voisinait +voisinant +voisinas +voisinasse +voisinassent +voisinasses +voisinassiez +voisinassions +voisinmes +voisint +voisintes +voisine +voisinent +voisiner +voisinera +voisinerai +voisineraient +voisinerais +voisinerait +voisineras +voisinerez +voisineriez +voisinerions +voisinerons +voisineront +voisines +voisinez +voisin +voisine +voisines +voisins +voisinrent +voisiniez +voisinions +voisinons +voisins +voit +voitura +voiturage +voiturages +voiturai +voituraient +voiturais +voiturait +voiturant +voituras +voiturasse +voiturassent +voiturasses +voiturassiez +voiturassions +voiturmes +voiturt +voiturtes +voiture +voiturent +voiturer +voiturera +voiturerai +voitureraient +voiturerais +voiturerait +voitureras +voiturerez +voitureriez +voiturerions +voiturerons +voitureront +voitures +voiturez +voitur +voiture +voitures +voiturrent +voiturier +voituriers +voituriez +voiturions +voiturons +voix +vol +vola +volage +volages +volai +volaient +volaille +volailler +volaillers +volailles +volais +volait +volant +volants +volas +volasse +volassent +volasses +volassiez +volassions +volatil +volatile +volatiles +volatilisa +volatilisai +volatilisaient +volatilisais +volatilisait +volatilisant +volatilisas +volatilisasse +volatilisassent +volatilisasses +volatilisassiez +volatilisassions +volatilisation +volatilisations +volatilismes +volatilist +volatilistes +volatilise +volatilisent +volatiliser +volatilisera +volatiliserai +volatiliseraient +volatiliserais +volatiliserait +volatiliseras +volatiliserez +volatiliseriez +volatiliserions +volatiliserons +volatiliseront +volatilises +volatilisez +volatilis +volatilise +volatilises +volatiliss +volatilisrent +volatilisiez +volatilisions +volatilisons +volatils +volmes +volt +voltes +volcan +volcanique +volcaniques +volcanisme +volcanologie +volcanologue +volcanologues +volcans +vole +volent +voler +volera +volerai +voleraient +volerais +volerait +voleras +volerez +voleriez +volerions +volerons +voleront +voles +volet +voleta +voletai +voletaient +voletais +voletait +voletant +voletas +voletasse +voletassent +voletasses +voletassiez +voletassions +voletmes +volett +volettes +voleter +voletez +volet +volete +voletes +volets +voletrent +voletiez +voletions +voletons +volets +volette +volettent +volettera +voletterai +voletteraient +voletterais +voletterait +voletteras +voletterez +voletteriez +voletterions +voletterons +voletteront +volettes +voleur +voleurs +voleuse +voleuses +volez +vol +vole +voles +vols +volrent +voliez +volire +volires +volions +volition +volitions +volley +volons +volontaire +volontaires +volontariat +volontariats +volont +volonts +volontiers +vols +volt +voltage +voltages +voltaire +voltairien +voltairienne +voltairiennes +voltairiens +voltaque +voltaques +voltamtre +voltamtres +volte +voltes +voltige +voltigea +voltigeai +voltigeaient +voltigeais +voltigeait +voltigeant +voltigeas +voltigeasse +voltigeassent +voltigeasses +voltigeassiez +voltigeassions +voltigemes +voltiget +voltigetes +voltigent +voltigeons +voltiger +voltigera +voltigerai +voltigeraient +voltigerais +voltigerait +voltigeras +voltigerez +voltigeriez +voltigerions +voltigerons +voltigeront +voltiges +voltigeur +voltigeurs +voltigeuse +voltigeuses +voltigez +voltig +voltige +voltiges +voltigs +voltigrent +voltigiez +voltigions +voltmtre +voltmtres +volts +volubile +volubiles +volubilis +volubilit +volubilits +volume +volumes +volumineuse +volumineuses +volumineux +volupt +volupts +voluptueuse +voluptueusement +voluptueuses +voluptueux +volute +volutes +volve +volves +vomi +vomie +vomies +vomique +vomiques +vomir +vomira +vomirai +vomiraient +vomirais +vomirait +vomiras +vomirent +vomirez +vomiriez +vomirions +vomirons +vomiront +vomis +vomissaient +vomissais +vomissait +vomissant +vomisse +vomissement +vomissements +vomissent +vomisses +vomissez +vomissiez +vomissions +vomissons +vomissure +vomissures +vomit +vommes +vomt +vomtes +vont +vorace +voraces +voracit +voracits +vos +vosges +vota +votai +votaient +votais +votait +votant +votants +votas +votasse +votassent +votasses +votassiez +votassions +votation +votations +votmes +vott +vottes +vote +votent +voter +votera +voterai +voteraient +voterais +voterait +voteras +voterez +voteriez +voterions +voterons +voteront +votes +votez +vot +vote +votes +vots +votrent +votiez +votif +votifs +votions +votive +votives +voto +votons +votre adj +voua +vouai +vouaient +vouais +vouait +vouant +vouas +vouasse +vouassent +vouasses +vouassiez +vouassions +voumes +vout +voutes +voudra +voudrai +voudraient +voudrais +voudrait +voudras +voudrez +voudriez +voudrions +voudrons +voudront +voue +vouent +vouer +vouera +vouerai +voueraient +vouerais +vouerait +voueras +vouerez +voueriez +vouerions +vouerons +voueront +voues +vouez +vou +voue +voues +vous +vourent +vouiez +vouions +voulaient +voulais +voulait +voulant +voulez +vouliez +voulions +vouloir +vouloirs +voulons +voulu +voulue +voulues +voulurent +voulus +voulusse +voulussent +voulusses +voulussiez +voulussions +voulut +voulmes +voult +voultes +vouons +vous +vousseau +vousseaux +voussoiement +voussoiements +voussoir +voussoirs +voussure +voussures +vouvoie +vouvoiement +vouvoiements +vouvoient +vouvoiera +vouvoierai +vouvoieraient +vouvoierais +vouvoierait +vouvoieras +vouvoierez +vouvoieriez +vouvoierions +vouvoierons +vouvoieront +vouvoies +vouvoya +vouvoyai +vouvoyaient +vouvoyais +vouvoyait +vouvoyant +vouvoyas +vouvoyasse +vouvoyassent +vouvoyasses +vouvoyassiez +vouvoyassions +vouvoymes +vouvoyt +vouvoytes +vouvoyer +vouvoyez +vouvoy +vouvoye +vouvoyes +vouvoys +vouvoyrent +vouvoyiez +vouvoyions +vouvoyons +vota +votai +votaient +votais +votait +votant +votas +votasse +votassent +votasses +votassiez +votassions +votmes +vott +vottes +vote +votent +voter +votera +voterai +voteraient +voterais +voterait +voteras +voterez +voteriez +voterions +voterons +voteront +votes +votez +vot +vote +votes +vots +votrent +votiez +votions +votons +voyage +voyagea +voyageai +voyageaient +voyageais +voyageait +voyageant +voyageas +voyageasse +voyageassent +voyageasses +voyageassiez +voyageassions +voyagemes +voyaget +voyagetes +voyagent +voyageons +voyager +voyagera +voyagerai +voyageraient +voyagerais +voyagerait +voyageras +voyagerez +voyageriez +voyagerions +voyagerons +voyageront +voyages +voyageur +voyageurs +voyageuse +voyageuses +voyagez +voyag +voyage +voyages +voyags +voyagrent +voyagiez +voyagions +voyaient +voyais +voyait +voyant +voyante +voyantes +voyants +voyelle +voyelles +voyeur +voyeurisme +voyeurs +voyeuse +voyeuses +voyez +voyiez +voyions +voyons +voyou +voyous +vtre +vtres +vrac +vrai +vraie +vraies +vraiment +vrais +vraisemblable +vraisemblablement +vraisemblables +vraisemblance +vraisemblances +vrilla +vrillai +vrillaient +vrillais +vrillait +vrillant +vrillas +vrillasse +vrillassent +vrillasses +vrillassiez +vrillassions +vrillmes +vrillt +vrilltes +vrille +vrillent +vriller +vrillera +vrillerai +vrilleraient +vrillerais +vrillerait +vrilleras +vrillerez +vrilleriez +vrillerions +vrillerons +vrilleront +vrilles +vrillez +vrill +vrille +vrilles +vrills +vrillrent +vrilliez +vrillions +vrillons +vrombi +vrombie +vrombies +vrombir +vrombira +vrombirai +vrombiraient +vrombirais +vrombirait +vrombiras +vrombirent +vrombirez +vrombiriez +vrombirions +vrombirons +vrombiront +vrombis +vrombissaient +vrombissais +vrombissait +vrombissant +vrombisse +vrombissement +vrombissements +vrombissent +vrombisses +vrombissez +vrombissiez +vrombissions +vrombissons +vrombit +vrombmes +vrombt +vrombtes +vu +vue +vues +vulanisa +vulanisai +vulanisaient +vulanisais +vulanisait +vulanisant +vulanisas +vulanisasse +vulanisassent +vulanisation +vulanisations +vulanismes +vulanist +vulanistes +vulanise +vulanisent +vulaniser +vulanisera +vulaniserai +vulaniseraient +vulaniserais +vulaniserait +vulaniseras +vulaniserez +vulaniseriez +vulaniserions +vulaniserons +vulaniseront +vulanises +vulanisez +vulanis +vulanise +vulanises +vulaniss +vulanisrent +vulanisiez +vulanisions +vulanisons +vulcanologie +vulcanologue +vulcanologues +vulgaire +vulgairement +vulgaires +vulgarisa +vulgarisai +vulgarisaient +vulgarisais +vulgarisait +vulgarisant +vulgarisas +vulgarisasse +vulgarisassent +vulgarisasses +vulgarisassiez +vulgarisassions +vulgarisateur +vulgarisateurs +vulgarisation +vulgarisations +vulgarisatrice +vulgarisatrices +vulgarismes +vulgarist +vulgaristes +vulgarise +vulgarisent +vulgariser +vulgarisera +vulgariserai +vulgariseraient +vulgariserais +vulgariserait +vulgariseras +vulgariserez +vulgariseriez +vulgariserions +vulgariserons +vulgariseront +vulgarises +vulgarisez +vulgaris +vulgarise +vulgarises +vulgariss +vulgarisrent +vulgarisiez +vulgarisions +vulgarisons +vulgarit +vulgarits +vulnrabilit +vulnrabilits +vulnrable +vulnrables +vulve +vulves +vus +w +wagon +wagonnet +wagonnets +wagons +walkie +walkies +wallon +wallonne +wallonnes +wallons +wapiti +wapitis +warrant +warrants +water +waters +watt +wattman +wattmans +wattmtre +watts +week +western +westerns +wharf +wharfs +whisky +whist +window +windows +x +xnophile +xnophiles +xnophobe +xnophobes +xnophobie +xrs +xi +xii +xiii +xiv +xix +xv +xvi +xvii +xviii +xx +xylographe +xylographes +xylographie +xylophage +xylophages +xylophone +xylophones +y +yacht +yachting +yachtman +yachtmen +yachts +yack +yacks +yankee +yankees +yaourt +yaourts +yard +yards +yatagan +yatagans +yen +yens +yeuse +yeuses +yeux +yti +yiddish +yo +yoga +yoghourt +yoghourts +yole +yoles +yougoslave +yougoslaves +yougoslavie +youyou +yprite +yucca +yuccas +yvette +z +zare +zarois +zaroise +zaroises +zanzibar +zen +zeppelin +zeppelins +zeste +zestes +zbra +zbrai +zbraient +zbrais +zbrait +zbrant +zbras +zbrasse +zbrassent +zbrasses +zbrassiez +zbrassions +zbrmes +zbrt +zbrtes +zbrer +zbrera +zbrerai +zbreraient +zbrerais +zbrerait +zbreras +zbrerez +zbreriez +zbrerions +zbrerons +zbreront +zbres +zbrez +zbr +zbre +zbres +zbrs +zbrrent +zbriez +zbrions +zbrons +zbrure +zbrures +zbu +zbus +zlandais +zlandaise +zlandaises +zlande +zlateur +zlateurs +zlatrice +zlatrices +zl +zle +zles +zls +zlote +zlotes +znith +zphyr +zphyrs +zro +zros +zzaie +zzaiement +zzaiements +zzaient +zzaiera +zzaierai +zzaieraient +zzaierais +zzaierait +zzaieras +zzaierez +zzaieriez +zzaierions +zzaierons +zzaieront +zzaies +zzaya +zzayai +zzayaient +zzayais +zzayait +zzayant +zzayas +zzayasse +zzayassent +zzayasses +zzayassiez +zzayassions +zzaymes +zzayt +zzaytes +zzayer +zzayez +zzay +zzaye +zzayes +zzays +zzayrent +zzayiez +zzayions +zzayons +zbre +zbrent +zbres +zle +zles +zibeline +zibelines +zigouilla +zigouillai +zigouillaient +zigouillais +zigouillait +zigouillant +zigouillas +zigouillasse +zigouillassent +zigouillasses +zigouillassiez +zigouillassions +zigouillmes +zigouillt +zigouilltes +zigouille +zigouillent +zigouiller +zigouillera +zigouillerai +zigouilleraient +zigouillerais +zigouillerait +zigouilleras +zigouillerez +zigouilleriez +zigouillerions +zigouillerons +zigouilleront +zigouilles +zigouillez +zigouill +zigouille +zigouilles +zigouills +zigouillrent +zigouilliez +zigouillions +zigouillons +zigzag +zigzags +zigzagua +zigzaguai +zigzaguaient +zigzaguais +zigzaguait +zigzaguant +zigzaguas +zigzaguasse +zigzaguassent +zigzaguasses +zigzaguassiez +zigzaguassions +zigzagumes +zigzagut +zigzagutes +zigzague +zigzaguent +zigzaguer +zigzaguera +zigzaguerai +zigzagueraient +zigzaguerais +zigzaguerait +zigzagueras +zigzaguerez +zigzagueriez +zigzaguerions +zigzaguerons +zigzagueront +zigzagues +zigzaguez +zigzagu +zigzague +zigzagues +zigzagus +zigzagurent +zigzaguiez +zigzaguions +zigzaguons +zinc +zincographie +zingua +zinguai +zinguaient +zinguais +zinguait +zinguant +zinguas +zinguasse +zinguassent +zinguasses +zinguassiez +zinguassions +zingumes +zingut +zingutes +zingue +zinguent +zinguer +zinguera +zinguerai +zingueraient +zinguerais +zinguerait +zingueras +zinguerez +zinguerie +zingueries +zingueriez +zinguerions +zinguerons +zingueront +zingues +zingueur +zingueurs +zinguez +zingu +zingue +zingues +zingus +zingurent +zinguiez +zinguions +zinguons +zinnia +zinnias +zinzin +zinzins +zircon +zizanie +zizanies +zloty +zodiacal +zodiacale +zodiacales +zodiacaux +zodiaque +zombie +zombies +zona +zonage +zonages +zonal +zonale +zonales +zonaux +zone +zones +zonier +zoniers +zonire +zonires +zoning +zonings +zoo +zoologie +zoologique +zoologiques +zoologiste +zoologistes +zoom +zooms +zoophytes +zoos +zootechnie +zostre +zouave +zouaves +zoulou +zoulous +zozota +zozotai +zozotaient +zozotais +zozotait +zozotant +zozotas +zozotasse +zozotassent +zozotasses +zozotassiez +zozotassions +zozotmes +zozott +zozottes +zozote +zozotent +zozoter +zozotera +zozoterai +zozoteraient +zozoterais +zozoterait +zozoteras +zozoterez +zozoteriez +zozoterions +zozoterons +zozoteront +zozotes +zozotez +zozot +zozote +zozotes +zozots +zozotrent +zozotiez +zozotions +zozotons +zut +zygomatique +zygomatiques + +bahi +bahie +bahies +bahir +bahira +bahirai +bahiraient +bahirais +bahirait +bahiras +bahirent +bahirez +bahiriez +bahirions +bahirons +bahiront +bahis +bahissaient +bahissais +bahissait +bahissant +bahissas +bahissement +bahissements +bahissez +bahissiez +bahissions +bahissons +bahit +bahmes +baht +bahtes +barba +barbai +barbaient +barbais +barbait +barbant +barbas +barbasse +barbassent +barbasses +barbassiez +barbassions +barbmes +barbt +barbtes +barbe +barbent +barber +barbera +barberai +barberaient +barberais +barberait +barberas +barberez +barberiez +barberions +barberons +barberont +barbes +barbez +barb +barbe +barbes +barbs +barbrent +barbiez +barbions +barbons +bat +bats +battaient +battais +battait +battant +batte +battent +battes +battez +battiez +battions +battirent +battis +battisse +battissent +battisses +battissiez +battissions +battit +battmes +battt +batttes +battons +battra +battrai +battraient +battrais +battrait +battras +battre +battrez +battriez +battrions +battrons +battront +battu +battue +battues +battus +baubi +baubie +baubies +baubis +baucha +bauchage +bauchages +bauchai +bauchaient +bauchais +bauchait +bauchant +bauchas +bauchasse +bauchassent +bauchasses +bauchassiez +bauchassions +bauchmes +baucht +bauchtes +bauche +bauchent +baucher +bauchera +baucherai +baucheraient +baucherais +baucherait +baucheras +baucherez +baucheriez +baucherions +baucherons +baucheront +bauches +bauchez +bauch +bauche +bauches +bauchs +bauchrent +bauchiez +bauchions +bauchoir +bauchoirs +bauchons +bavura +bavurai +bavuraient +bavurais +bavurait +bavurant +bavuras +bavurasse +bavurassent +bavurasses +bavurassiez +bavurassions +bavurmes +bavurt +bavurtes +bavure +bavurent +bavurer +bavurera +bavurerai +bavureraient +bavurerais +bavurerait +bavureras +bavurerez +bavureriez +bavurerions +bavurerons +bavureront +bavures +bavurez +bavur +bavure +bavures +bavurs +bavurrent +bavuriez +bavurions +bavurons +berlu +berlue +berlues +berlus +bnier +bniers +bniste +bnisterie +bnisteries +bnistes +bne +bloui +blouie +blouies +blouir +blouira +blouirai +blouiraient +blouirais +blouirait +blouiras +blouirent +blouirez +blouiriez +blouirions +blouirons +blouiront +blouis +blouissaient +blouissais +blouissait +blouissant +blouisse +blouissement +blouissements +blouissent +blouisses +blouissiez +blouissions +blouissons +blouit +bloumes +blout +bloutes +bonite +borgna +borgnai +borgnaient +borgnais +borgnait +borgnant +borgnas +borgnasse +borgnassent +borgnasses +borgnassiez +borgnassions +borgnmes +borgnt +borgntes +borgne +borgnent +borgner +borgnera +borgnerai +borgneraient +borgnerais +borgnerait +borgneras +borgnerez +borgneriez +borgnerions +borgnerons +borgneront +borgnes +borgnez +borgn +borgne +borgnes +borgns +borgnrent +borgniez +borgnions +borgnons +boueur +boueurs +bouillanta +bouillantai +bouillantaient +bouillantais +bouillantait +bouillantant +bouillantas +bouillantasse +bouillantassent +bouillantasses +bouillantassiez +bouillantassions +bouillantmes +bouillantt +bouillanttes +bouillante +bouillantent +bouillanter +bouillantera +bouillanterai +bouillanteraient +bouillanterais +bouillanterait +bouillanteras +bouillanterez +bouillanteriez +bouillanterions +bouillanterons +bouillanteront +bouillantes +bouillantez +bouillant +bouillante +bouillantes +bouillants +bouillantrent +bouillantiez +bouillantions +bouillantons +boula +boulai +boulaient +boulais +boulait +boulant +boulas +boulasse +boulassent +boulasses +boulassiez +boulassions +boulmes +boult +boultes +boule +boulement +boulements +boulent +bouler +boulera +boulerai +bouleraient +boulerais +boulerait +bouleras +boulerez +bouleriez +boulerions +boulerons +bouleront +boules +boulez +boul +boule +boules +bouls +boulrent +bouliez +boulions +boulis +boulons +bouriffa +bouriffai +bouriffaient +bouriffais +bouriffait +bouriffant +bouriffante +bouriffantes +bouriffants +bouriffas +bouriffasse +bouriffassent +bouriffasses +bouriffassiez +bouriffassions +bouriffmes +bourifft +bourifftes +bouriffe +bouriffent +bouriffer +bouriffera +bourifferai +bourifferaient +bourifferais +bourifferait +bourifferas +bourifferez +bourifferiez +bourifferions +bourifferons +bourifferont +bouriffes +bouriffez +bouriff +bouriffe +bouriffes +bouriffs +bouriffrent +bouriffiez +bouriffions +bouriffons +brancha +branchage +branchages +branchai +branchaient +branchais +branchait +branchant +branchas +branchasse +branchassent +branchasses +branchassiez +branchassions +branchmes +brancht +branchtes +branche +branchent +brancher +branchera +brancherai +brancheraient +brancherais +brancherait +brancheras +brancherez +brancheriez +brancherions +brancherons +brancheront +branches +branchez +branch +branche +branches +branchs +branchrent +branchiez +branchions +branchoir +branchoirs +branchons +branla +branlai +branlaient +branlais +branlait +branlant +branlas +branlasse +branlassent +branlasses +branlassiez +branlassions +branlmes +branlt +branltes +branle +branlement +branlements +branlent +branler +branlera +branlerai +branleraient +branlerais +branlerait +branleras +branlerez +branleriez +branlerions +branlerons +branleront +branles +branlez +branl +branle +branles +branls +branlrent +branliez +branlions +branlons +brasa +brasai +brasaient +brasais +brasait +brasant +brasas +brasasse +brasassent +brasasses +brasassiez +brasassions +brasmes +brast +brastes +brase +brasent +braser +brasera +braserai +braseraient +braserais +braserait +braseras +braserez +braseriez +braserions +braserons +braseront +brases +brasez +bras +brase +brases +brass +brasrent +brasiez +brasions +brasons +brcha +brchai +brchaient +brchais +brchait +brchant +brchas +brchasse +brchassent +brchasses +brchassiez +brchassions +brchmes +brcht +brchtes +brcher +brchera +brcherai +brcheraient +brcherais +brcherait +brcheras +brcherez +brcheriez +brcherions +brcherons +brcheront +brchez +brch +brche +brches +brchs +brchrent +brchiez +brchions +brchons +brche +brchent +brches +brit +broua +brouai +brouaient +brouais +brouait +brouant +brouas +brouasse +brouassent +brouasses +brouassiez +brouassions +broumes +brout +broutes +broue +brouent +brouer +brouera +brouerai +broueraient +brouerais +brouerait +broueras +brouerez +broueriez +brouerions +brouerons +broueront +broues +brouez +brou +broue +broues +brous +brourent +brouiez +brouions +brouons +bruita +bruitai +bruitaient +bruitais +bruitait +bruitant +bruitas +bruitasse +bruitassent +bruitasses +bruitassiez +bruitassions +bruitmes +bruitt +bruittes +bruite +bruitent +bruiter +bruitera +bruiterai +bruiteraient +bruiterais +bruiterait +bruiteras +bruiterez +bruiteriez +bruiterions +bruiterons +bruiteront +bruites +bruitez +bruit +bruite +bruites +bruits +bruitrent +bruitiez +bruitions +bruitons +bullition +bullitions +burnen +burnenne +burnennes +burnens +cailla +caillage +caillages +caillai +caillaient +caillais +caillait +caillant +caillas +caillasse +caillassent +caillasses +caillassiez +caillassions +caillmes +caillt +cailltes +caille +caillent +cailler +caillera +caillerai +cailleraient +caillerais +caillerait +cailleras +caillerez +cailleriez +caillerions +caillerons +cailleront +caillers +cailles +caillez +caill +caille +cailles +caills +caillre +caillrent +caillres +cailliez +caillions +caillons +cala +calai +calaient +calais +calait +calant +calas +calasse +calassent +calasses +calassiez +calassions +calmes +calt +caltes +cale +calent +caler +calera +calerai +caleraient +calerais +calerait +caleras +calerez +caleriez +calerions +calerons +caleront +cales +calez +cal +cale +cales +cals +calrent +caliez +calions +calons +carlate +carquilla +carquillai +carquillaient +carquillais +carquillait +carquillant +carquillas +carquillasse +carquillassent +carquillasses +carquillassiez +carquillassions +carquillmes +carquillt +carquilltes +carquille +carquillent +carquiller +carquillera +carquillerai +carquilleraient +carquillerais +carquillerait +carquilleras +carquillerez +carquilleriez +carquillerions +carquillerons +carquilleront +carquilles +carquillez +carquill +carquille +carquilles +carquills +carquillrent +carquilliez +carquillions +carquillons +cart +carta +cartai +cartaient +cartais +cartait +cartant +cartas +cartasse +cartassent +cartasses +cartassiez +cartassions +cartmes +cartt +carttes +carte +cartela +cartelai +cartelaient +cartelais +cartelait +cartelant +cartelas +cartelasse +cartelassent +cartelasses +cartelassiez +cartelassions +cartelmes +cartelt +carteltes +carteler +cartelez +cartel +cartele +carteles +cartels +cartelrent +carteliez +cartelions +cartelons +cartement +cartements +cartent +carter +cartera +carterai +carteraient +carterais +carterait +carteras +carterez +carteriez +carterions +carterons +carteront +cartes +carteur +carteuse +cartez +cart +carte +cartes +carts +cartle +cartlement +cartlements +cartlent +cartlera +cartlerai +cartleraient +cartlerais +cartlerait +cartleras +cartlerez +cartleriez +cartlerions +cartlerons +cartleront +cartles +cartrent +cartiez +cartions +cartons +carts +cchymose +cchymoses +cclsiastique +cclsiastiques +cervel +cervele +cerveles +cervels +chafaud +chafauda +chafaudage +chafaudages +chafaudai +chafaudaient +chafaudais +chafaudait +chafaudant +chafaudas +chafaudasse +chafaudassent +chafaudasses +chafaudassiez +chafaudassions +chafaudmes +chafaudt +chafaudtes +chafaude +chafaudent +chafauder +chafaudera +chafauderai +chafauderaient +chafauderais +chafauderait +chafauderas +chafauderez +chafauderiez +chafauderions +chafauderons +chafauderont +chafaudes +chafaudez +chafaud +chafaude +chafaudes +chafauds +chafaudrent +chafaudiez +chafaudions +chafaudons +chafauds +chalas +chalassa +chalassai +chalassaient +chalassais +chalassait +chalassant +chalassas +chalassasse +chalassassent +chalassasses +chalassassiez +chalassassions +chalassmes +chalasst +chalasstes +chalasse +chalassent +chalasser +chalassera +chalasserai +chalasseraient +chalasserais +chalasserait +chalasseras +chalasserez +chalasseriez +chalasserions +chalasserons +chalasseront +chalasses +chalassez +chalass +chalasse +chalasses +chalasss +chalassrent +chalassiez +chalassions +chalassons +chalote +chalotes +chancra +chancrai +chancraient +chancrais +chancrait +chancrant +chancras +chancrasse +chancrassent +chancrasses +chancrassiez +chancrassions +chancrmes +chancrt +chancrtes +chancre +chancrent +chancrer +chancrera +chancrerai +chancreraient +chancrerais +chancrerait +chancreras +chancrerez +chancreriez +chancrerions +chancrerons +chancreront +chancres +chancrez +chancr +chancre +chancres +chancrs +chancrrent +chancriez +chancrions +chancrons +chancrure +chancrures +change +changea +changeai +changeaient +changeais +changeait +changeant +changeas +changeasse +changeassent +changeasses +changeassiez +changeassions +changemes +changet +changetes +changent +changeons +changer +changera +changerai +changeraient +changerais +changerait +changeras +changerez +changeriez +changerions +changerons +changeront +changes +changeur +changeurs +changez +chang +change +changes +changs +changrent +changiez +changions +chanson +chansons +chantillon +chantillonna +chantillonnage +chantillonnages +chantillonnai +chantillonnaient +chantillonnais +chantillonnait +chantillonnant +chantillonnas +chantillonnasse +chantillonnassent +chantillonnasses +chantillonnassiez +chantillonnassions +chantillonnmes +chantillonnt +chantillonntes +chantillonne +chantillonnent +chantillonner +chantillonnera +chantillonnerai +chantillonneraient +chantillonnerais +chantillonnerait +chantillonneras +chantillonnerez +chantillonneriez +chantillonnerions +chantillonnerons +chantillonneront +chantillonnes +chantillonnez +chantillonn +chantillonne +chantillonnes +chantillonns +chantillonnrent +chantillonniez +chantillonnions +chantillonnons +chantillons +chappa +chappai +chappaient +chappais +chappait +chappant +chappas +chappasse +chappassent +chappasses +chappassiez +chappassions +chappatoire +chappatoires +chappmes +chappt +chapptes +chappe +chappement +chappements +chappent +chapper +chappera +chapperai +chapperaient +chapperais +chapperait +chapperas +chapperez +chapperiez +chapperions +chapperons +chapperont +chappes +chappez +chapp +chappe +chappes +chapps +chapprent +chappiez +chappions +chappons +charde +chardes +charpa +charpai +charpaient +charpais +charpait +charpant +charpas +charpasse +charpassent +charpasses +charpassiez +charpassions +charpmes +charpt +charptes +charpe +charpent +charper +charpera +charperai +charperaient +charperais +charperait +charperas +charperez +charperiez +charperions +charperons +charperont +charpes +charpez +charp +charpe +charpes +charps +charprent +charpiez +charpions +charpons +chasse +chasses +chassiers +chauda +chaudai +chaudaient +chaudais +chaudait +chaudant +chaudas +chaudasse +chaudassent +chaudasses +chaudassiez +chaudassions +chaudmes +chaudt +chaudtes +chaude +chaudent +chauder +chaudera +chauderai +chauderaient +chauderais +chauderait +chauderas +chauderez +chauderiez +chauderions +chauderons +chauderont +chaudes +chaudez +chaud +chaude +chaudes +chauds +chaudrent +chaudiez +chaudions +chaudons +chauffa +chauffai +chauffaient +chauffais +chauffait +chauffant +chauffas +chauffasse +chauffassent +chauffasses +chauffassiez +chauffassions +chauffmes +chaufft +chaufftes +chauffe +chauffement +chauffements +chauffent +chauffer +chauffera +chaufferai +chaufferaient +chaufferais +chaufferait +chaufferas +chaufferez +chaufferiez +chaufferions +chaufferons +chaufferont +chauffes +chauffez +chauff +chauffe +chauffes +chauffs +chauffrent +chauffiez +chauffions +chauffons +chauffoure +chauffoures +chec +checs +chelle +chelles +chelon +chelonna +chelonnai +chelonnaient +chelonnais +chelonnait +chelonnant +chelonnas +chelonnasse +chelonnassent +chelonnasses +chelonnassiez +chelonnassions +chelonnmes +chelonnt +chelonntes +chelonne +chelonnement +chelonnements +chelonnent +chelonner +chelonnera +chelonnerai +chelonneraient +chelonnerais +chelonnerait +chelonneras +chelonnerez +chelonneriez +chelonnerions +chelonnerons +chelonneront +chelonnes +chelonnez +chelonn +chelonne +chelonnes +chelonns +chelonnrent +chelonniez +chelonnions +chelonnons +chelons +chenilla +chenillage +chenillages +chenillai +chenillaient +chenillais +chenillait +chenillant +chenillas +chenillasse +chenillassent +chenillasses +chenillassiez +chenillassions +chenillmes +chenillt +chenilltes +chenille +chenillent +cheniller +chenillera +chenillerai +chenilleraient +chenillerais +chenillerait +chenilleras +chenillerez +chenilleriez +chenillerions +chenillerons +chenilleront +chenilles +chenillez +chenill +chenille +chenilles +chenills +chenillrent +chenilliez +chenillions +chenillons +cherra +cherraient +cherrait +cherront +cheveau +cheveaux +chevel +chevele +cheveles +chevels +chevin +chevins +chance +chances +chant +chante +chantes +chants +china +chinai +chinaient +chinais +chinait +chinant +chinas +chinasse +chinassent +chinasses +chinassiez +chinassions +chinmes +chint +chintes +chine +chinent +chiner +chinera +chinerai +chineraient +chinerais +chinerait +chineras +chinerez +chineriez +chinerions +chinerons +chineront +chines +chinez +chin +chine +chines +chins +chinrent +chiniez +chinions +chinons +chiquier +chiquiers +cho +chographie +choient +choir +choira +choiraient +choirait +choiront +choit +choppa +choppai +choppaient +choppais +choppait +choppant +choppas +choppasse +choppassent +choppasses +choppassiez +choppassions +choppmes +choppt +chopptes +choppe +choppent +chopper +choppera +chopperai +chopperaient +chopperais +chopperait +chopperas +chopperez +chopperiez +chopperions +chopperons +chopperont +choppes +choppez +chopp +choppe +choppes +chopps +chopprent +choppiez +choppions +choppons +chos +chotier +chotiers +choua +chouage +chouages +chouai +chouaient +chouais +chouait +chouant +chouas +chouasse +chouassent +chouasses +chouassiez +chouassions +choumes +chout +choutes +choue +chouent +chouer +chouera +chouerai +choueraient +chouerais +chouerait +choueras +chouerez +choueriez +chouerions +chouerons +choueront +choues +chouez +chou +choue +choues +chous +chourent +chouiez +chouions +chouons +chu +chue +chues +churent +chus +chut +cins +claboussa +claboussai +claboussaient +claboussais +claboussait +claboussant +claboussas +claboussasse +claboussassent +claboussasses +claboussassiez +claboussassions +claboussmes +clabousst +clabousstes +clabousse +claboussent +clabousser +claboussera +clabousserai +clabousseraient +clabousserais +clabousserait +clabousseras +clabousserez +clabousseriez +clabousserions +clabousserons +clabousseront +clabousses +claboussez +clabouss +clabousse +clabousses +clabousss +claboussrent +claboussiez +claboussions +claboussons +claboussure +claboussures +clair +claira +clairage +clairages +clairai +clairaient +clairais +clairait +clairant +clairante +clairantes +clairants +clairas +clairasse +clairassent +clairasses +clairassiez +clairassions +clairmes +clairt +clairtes +clairci +claircie +claircies +claircir +claircira +claircirai +clairciraient +claircirais +claircirait +clairciras +claircirent +claircirez +clairciriez +claircirions +claircirons +clairciront +claircis +claircissaient +claircissais +claircissait +claircissant +claircisse +claircissement +claircissements +claircissent +claircisses +claircissez +claircissiez +claircissions +claircissons +claircit +claircmes +clairct +clairctes +claire +clairement +clairements +clairent +clairer +clairera +clairerai +claireraient +clairerais +clairerait +claireras +clairerez +claireriez +clairerions +clairerons +claireront +claires +claireur +claireurs +clairez +clair +claire +claires +clairs +clairrent +clairiez +clairions +clairons +clairs +clat +clata +clatai +clataient +clatais +clatait +clatant +clatante +clatantes +clatants +clatas +clatasse +clatassent +clatasses +clatassiez +clatassions +clatmes +clatt +clattes +clate +clatement +clatements +clatent +clater +clatera +claterai +clateraient +claterais +claterait +clateras +claterez +clateriez +claterions +claterons +clateront +clates +clatez +clat +clate +clates +clats +clatrent +clatiez +clations +clatons +clats +clectique +clectiques +clectisme +clipsa +clipsai +clipsaient +clipsais +clipsait +clipsant +clipsas +clipsasse +clipsassent +clipsasses +clipsassiez +clipsassions +clipsmes +clipst +clipstes +clipse +clipsent +clipser +clipsera +clipserai +clipseraient +clipserais +clipserait +clipseras +clipserez +clipseriez +clipserions +clipserons +clipseront +clipses +clipsez +clips +clipse +clipses +clipss +clipsrent +clipsiez +clipsions +clipsons +cliptique +cliptiques +clissa +clissai +clissaient +clissais +clissait +clissant +clissas +clissasse +clissassent +clissasses +clissassiez +clissassions +clissmes +clisst +clisstes +clisse +clissent +clisser +clissera +clisserai +clisseraient +clisserais +clisserait +clisseras +clisserez +clisseriez +clisserions +clisserons +clisseront +clisses +clissez +cliss +clisse +clisses +clisss +clissrent +clissiez +clissions +clissons +clop +clope +clopes +clops +clora +cloraient +clorait +clore +cloront +clos +close +closee +closees +closent +closion +closions +clt +clusa +clusai +clusaient +clusais +clusait +clusant +clusas +clusasse +clusassent +clusasses +clusassiez +clusassions +clusmes +clust +clustes +cluse +clusent +cluser +clusera +cluserai +cluseraient +cluserais +cluserait +cluseras +cluserez +cluserier +cluseriers +cluseriez +cluserire +cluserires +cluserions +cluserons +cluseront +cluses +clusez +clus +cluse +cluses +cluss +clusrent +clusier +clusiers +clusiez +clusire +clusires +clusions +clusons +cobuage +cobuages +coeura +coeurai +coeuraient +coeurais +coeurait +coeurant +coeuras +coeurasse +coeurassent +coeurasses +coeurassiez +coeurassions +coeurmes +coeurt +coeurtes +coeure +coeurement +coeurements +coeurent +coeurer +coeurera +coeurerai +coeureraient +coeurerais +coeurerait +coeureras +coeurerez +coeureriez +coeurerions +coeurerons +coeureront +coeures +coeurez +coeur +coeure +coeures +coeurs +coeurrent +coeuriez +coeurions +coeurons +cole +coles +colier +coliers +colire +colires +cologie +cologies +cologique +cologiques +cologiste +cologistes +conduira +conduirai +conduiraient +conduirais +conduirait +conduiras +conduire +conduirez +conduiriez +conduirions +conduirons +conduiront +conduis +conduisaient +conduisais +conduisait +conduisant +conduise +conduisent +conduises +conduisez +conduisiez +conduisions +conduisirent +conduisis +conduisisse +conduisissent +conduisisses +conduisissiez +conduisissions +conduisit +conduismes +conduist +conduistes +conduisons +conduit +conduite +conduites +conduits +conomat +conomats +conome +conomes +conomie +conomies +conomique +conomiquement +conomiques +conomisa +conomisai +conomisaient +conomisais +conomisait +conomisant +conomisas +conomisasse +conomisassent +conomisasses +conomisassiez +conomisassions +conomismes +conomist +conomistes +conomise +conomisent +conomiser +conomisera +conomiserai +conomiseraient +conomiserais +conomiserait +conomiseras +conomiserez +conomiseriez +conomiserions +conomiserons +conomiseront +conomises +conomisez +conomis +conomise +conomises +conomiss +conomisrent +conomisiez +conomisions +conomisons +conomiste +conomistes +copa +copai +copaient +copais +copait +copant +copas +copasse +copassent +copasses +copassiez +copassions +copmes +copt +coptes +cope +copent +coper +copera +coperai +coperaient +coperais +coperait +coperas +coperez +coperiez +coperions +coperons +coperont +copes +copez +cop +cope +copes +cops +coprent +copiez +copions +copons +corce +corcent +corcer +corcera +corcerai +corceraient +corcerais +corcerait +corceras +corcerez +corceriez +corcerions +corcerons +corceront +corces +corcez +corc +corce +corces +corcs +corcrent +corcha +corchai +corchaient +corchais +corchait +corchant +corchas +corchasse +corchassent +corchasses +corchassiez +corchassions +corchmes +corcht +corchtes +corche +corchent +corcher +corchera +corcherai +corcheraient +corcherais +corcherait +corcheras +corcherez +corcheriez +corcherions +corcherons +corcheront +corches +corchez +corch +corche +corches +corchs +corchrent +corchiez +corchions +corchons +corchure +corchures +corciez +corcions +cora +corai +coraient +corais +corait +corant +coras +corasse +corassent +corasses +corassiez +corassions +cormes +corons +corna +cornai +cornaient +cornais +cornait +cornant +cornas +cornasse +cornassent +cornasses +cornassiez +cornassions +cornmes +cornt +corntes +corne +cornent +corner +cornera +cornerai +corneraient +cornerais +cornerait +corneras +cornerez +corneriez +cornerions +cornerons +corneront +cornes +cornez +corn +corne +cornes +corns +cornrent +corniez +cornifleur +cornifleurs +cornifleuse +cornifleuses +cornions +cornons +cossa +cossai +cossaient +cossais +cossaise +cossaises +cossait +cossant +cossas +cossasse +cossassent +cossasses +cossassiez +cossassions +cossmes +cosst +cosstes +cosse +cossent +cosser +cossera +cosserai +cosseraient +cosserais +cosserait +cosseras +cosserez +cosseriez +cosserions +cosserons +cosseront +cosses +cossez +coss +cosse +cosses +cosss +cossrent +cossiez +cossions +cossons +cot +cots +coula +coulai +coulaient +coulais +coulait +coulant +coulas +coulasse +coulassent +coulasses +coulassiez +coulassions +coulmes +coult +coultes +coule +coulement +coulements +coulent +couler +coulera +coulerai +couleraient +coulerais +coulerait +couleras +coulerez +couleriez +coulerions +coulerons +couleront +coules +coulez +coul +coule +coules +couls +coulrent +couliez +coulions +coulons +courta +courtai +courtaient +courtais +courtait +courtant +courtas +courtasse +courtassent +courtasses +courtassiez +courtassions +courtmes +courtt +courttes +courte +courtent +courter +courtera +courterai +courteraient +courterais +courterait +courteras +courterez +courteriez +courterions +courterons +courteront +courtes +courtez +court +courte +courtes +courts +courtrent +courtiez +courtions +courtons +couta +coutai +coutaient +coutais +coutait +coutant +coutas +coutasse +coutassent +coutasses +coutassiez +coutassions +coutmes +coutt +couttes +coute +coutent +couter +coutera +couterai +couteraient +couterais +couterait +couteras +couterez +couteriez +couterions +couterons +couteront +coutes +couteur +couteurs +coutez +cout +coute +coutes +couts +coutrent +coutiez +coutille +coutilles +coutions +coutons +couvillon +couvillons +crabouilla +crabouillai +crabouillaient +crabouillais +crabouillait +crabouillant +crabouillas +crabouillasse +crabouillassent +crabouillasses +crabouillassiez +crabouillassions +crabouillmes +crabouillt +crabouilltes +crabouille +crabouillent +crabouiller +crabouillera +crabouillerai +crabouilleraient +crabouillerais +crabouillerait +crabouilleras +crabouillerez +crabouilleriez +crabouillerions +crabouillerons +crabouilleront +crabouilles +crabouillez +crabouill +crabouille +crabouilles +crabouills +crabouillrent +crabouilliez +crabouillions +crabouillons +cran +crans +crasa +crasai +crasaient +crasais +crasait +crasant +crasante +crasas +crasasse +crasassent +crasasses +crasassiez +crasassions +crasmes +crast +crastes +crase +crasement +crasements +crasent +craser +crasera +craserai +craseraient +craserais +craserait +craseras +craserez +craseriez +craserions +craserons +craseront +crases +crasez +cras +crase +crases +crass +crasrent +crasiez +crasions +crasons +crevisse +crevisses +crma +crmage +crmages +crmai +crmaient +crmais +crmait +crmant +crmas +crmasse +crmassent +crmasses +crmassiez +crmassions +crmmes +crmt +crmtes +crmer +crmera +crmerai +crmeraient +crmerais +crmeras +crmerez +crmeriez +crmerions +crmerons +crmeront +crmeuse +crmeuses +crmez +crm +crme +crmes +crms +crmrent +crmiez +crmions +crmons +crme +crment +crmes +crta +crtai +crtaient +crtais +crtait +crtant +crtas +crtasse +crtassent +crtasses +crtassiez +crtassions +crtmes +crtt +crttes +crte +crtent +crter +crtera +crterai +crteraient +crterais +crterait +crteras +crterez +crteriez +crterions +crterons +crteront +crtes +crtez +crt +crte +crtes +crts +crtrent +crtiez +crtions +crtons +cria +criai +criaient +criais +criait +criant +crias +criasse +criassent +criasses +criassiez +criassions +crimes +crit +crites +crie +crient +crier +criera +crierai +crieraient +crierais +crierait +crieras +crierez +crieriez +crierions +crierons +crieront +cries +criez +cri +crie +cries +cris +crirent +criiez +criions +crin +crins +crions +crira +crirai +criraient +crirais +crirait +criras +crire +crirez +cririez +cririons +crirons +criront +cris +crit +crite +criteau +criteaux +crites +critoire +critoires +crits +criture +critures +crivaient +crivain +crivains +crivais +crivait +crivant +crivassier +crivassiers +crivassire +crivassires +crive +crivent +crives +crivez +criviez +crivions +crivirent +crivis +crivisse +crivissent +crivisses +crivissiez +crivissions +crivit +crivmes +crivt +crivtes +crivons +crou +croua +crouai +crouaient +crouais +crouait +crouant +crouas +crouasse +crouassent +crouasses +crouassiez +crouassions +croumes +crout +croutes +croue +crouelles +crouent +crouer +crouera +crouerai +croueraient +crouerais +crouerait +croueras +crouerez +croueriez +crouerions +crouerons +croueront +croues +crouez +crou +croue +croues +crous +crourent +croui +crouie +crouies +crouiez +crouions +crouir +crouira +crouirai +crouiraient +crouirais +crouirait +crouiras +crouirent +crouirez +crouiriez +crouirions +crouirons +crouiront +crouis +crouissage +crouissages +crouissaient +crouissais +crouissait +crouissant +crouisse +crouissent +crouisses +crouissiez +crouissions +crouit +croumes +crout +croutes +croula +croulai +croulaient +croulais +croulait +croulant +croulas +croulasse +croulassent +croulasses +croulassiez +croulassions +croulmes +croult +croultes +croule +croulement +croulements +croulent +crouler +croulera +croulerai +crouleraient +croulerais +croulerait +crouleras +croulerez +crouleriez +croulerions +croulerons +crouleront +croules +croulez +croul +croule +croules +crouls +croulrent +crouliez +croulions +croulons +crouons +crous +cru +crue +crues +crus +cu +cueil +cueils +cuelle +cuelles +cul +cule +cules +culs +cuma +cumai +cumaient +cumais +cumait +cumant +cumante +cumantes +cumants +cumas +cumasse +cumassent +cumasses +cumassiez +cumassions +cummes +cumt +cumtes +cume +cument +cumer +cumera +cumerai +cumeraient +cumerais +cumerait +cumeras +cumerez +cumeriez +cumerions +cumerons +cumeront +cumes +cumeuse +cumeuses +cumeux +cumez +cum +cume +cumes +cums +cumrent +cumiez +cumions +cumoire +cumoires +cumons +cureuil +cureuils +curie +curies +cus +cusson +cussonna +cussonnage +cussonnages +cussonnai +cussonnaient +cussonnais +cussonnait +cussonnant +cussonnas +cussonnasse +cussonnassent +cussonnasses +cussonnassiez +cussonnassions +cussonnmes +cussonnt +cussonntes +cussonne +cussonnent +cussonner +cussonnera +cussonnerai +cussonneraient +cussonnerais +cussonnerait +cussonneras +cussonnerez +cussonneriez +cussonnerions +cussonnerons +cussonneront +cussonnes +cussonnez +cussonn +cussonne +cussonnes +cussonns +cussonnrent +cussonniez +cussonnions +cussonnons +cussons +cuyer +cuyers +cuyre +cuyres +den +denique +deniques +denter +dent +dente +dentes +dents +dicta +dictai +dictaient +dictais +dictait +dictant +dictas +dictasse +dictassent +dictasses +dictassiez +dictassions +dictmes +dictt +dicttes +dicte +dictent +dicter +dictera +dicterai +dicteraient +dicterais +dicterait +dicteras +dicterez +dicteriez +dicterions +dicterons +dicteront +dictes +dictez +dict +dicte +dictes +dicts +dictrent +dictiez +dictions +dictons +dicule +dicules +difia +difiai +difiaient +difiais +difiait +difiant +difiante +difiantes +difiants +difias +difiasse +difiassent +difiasses +difiassiez +difiassions +difimes +difit +difites +dification +difications +difice +difices +difie +difient +difier +difiera +difierai +difieraient +difierais +difierait +difieras +difierez +difieriez +difierions +difierons +difieront +difies +difiez +difi +difie +difies +difis +difirent +difiiez +difiions +difions +dile +diles +dit +dita +ditai +ditaient +ditais +ditait +ditant +ditas +ditasse +ditassent +ditasses +ditassiez +ditassions +ditmes +ditt +dittes +dite +ditent +diter +ditera +diterai +diteraient +diterais +diterait +diteras +diterez +diteriez +diterions +diterons +diteront +dites +diteur +diteurs +ditez +dit +dite +dites +dits +ditrent +ditiez +dition +ditions +ditons +ditorial +ditorialiste +ditorialistes +ditoriaux +ditrice +ditrices +dits +dredon +dredons +ducable +ducables +ducateur +ducateurs +ducatif +ducatifs +ducation +ducations +ducative +ducatives +ducatrice +ducatrices +dulcora +dulcorai +dulcoraient +dulcorais +dulcorait +dulcorant +dulcoras +dulcorasse +dulcorassent +dulcorasses +dulcorassiez +dulcorassions +dulcormes +dulcort +dulcortes +dulcore +dulcorent +dulcorer +dulcorera +dulcorerai +dulcoreraient +dulcorerais +dulcorerait +dulcoreras +dulcorerez +dulcoreriez +dulcorerions +dulcorerons +dulcoreront +dulcores +dulcorez +dulcor +dulcore +dulcores +dulcors +dulcorrent +dulcoriez +dulcorions +dulcorons +duqua +duquai +duquaient +duquais +duquait +duquant +duquas +duquasse +duquassent +duquasses +duquassiez +duquassions +duqumes +duqut +duqutes +duque +duquent +duquer +duquera +duquerai +duqueraient +duquerais +duquerait +duqueras +duquerez +duqueriez +duquerions +duquerons +duqueront +duques +duquez +duqu +duque +duques +duqus +duqurent +duquiez +duquions +duquons +gaie +gaient +gaiera +gaierai +gaieraient +gaierais +gaierait +gaieras +gaierez +gaieriez +gaierions +gaierons +gaieront +gaies +gailla +gaillai +gaillaient +gaillais +gaillait +gaillant +gaillas +gaillasse +gaillassent +gaillasses +gaillassiez +gaillassions +gaillmes +gaillt +gailltes +gaille +gaillent +gailler +gaillera +gaillerai +gailleraient +gaillerais +gaillerait +gailleras +gaillerez +gailleriez +gaillerions +gaillerons +gailleront +gailles +gaillez +gaill +gaille +gailles +gaills +gaillrent +gailliez +gaillions +gaillons +gal +gala +galai +galaient +galais +galait +galant +galas +galasse +galassent +galasses +galassiez +galassions +galmes +galt +galtes +gale +galement +galent +galer +galera +galerai +galeraient +galerais +galerait +galeras +galerez +galeriez +galerions +galerons +galeront +gales +galez +gal +gale +gales +gals +galrent +galiez +galions +galisa +galisai +galisaient +galisais +galisait +galisant +galisas +galisasse +galisassent +galisasses +galisassiez +galisassions +galisateur +galisateurs +galisation +galisations +galismes +galist +galistes +galise +galisent +galiser +galisera +galiserai +galiseraient +galiserais +galiserait +galiseras +galiserez +galiseriez +galiserions +galiserons +galiseront +galises +galisez +galis +galise +galises +galiss +galisrent +galisiez +galisions +galisons +galitaire +galitaires +galit +galons +gara +garai +garaient +garais +garait +garant +garas +garasse +garassent +garasses +garassiez +garassions +garmes +gart +gartes +gard +gards +gare +garement +garements +garent +garer +garera +garerai +gareraient +garerais +garerait +gareras +garerez +gareriez +garerions +garerons +gareront +gares +garez +gar +gare +gares +gars +garrent +gariez +garions +garons +gaux +gaya +gayai +gayaient +gayais +gayait +gayant +gayas +gayasse +gayassent +gayasses +gayassiez +gayassions +gaymes +gayt +gaytes +gaye +gayent +gayer +gayera +gayerai +gayeraient +gayerais +gayerait +gayeras +gayerez +gayeriez +gayerions +gayerons +gayeront +gayes +gayez +gay +gaye +gayes +gays +gayrent +gayiez +gayions +gayons +grie +gries +gide +gides +glantier +glantiers +glantine +glantines +glefin +glefins +glise +glises +glogue +glogues +gone +gones +gosme +goste +gostes +gorge +gorgea +gorgeai +gorgeaient +gorgeais +gorgeait +gorgeant +gorgeas +gorgeasse +gorgeassent +gorgeasses +gorgeassiez +gorgeassions +gorgemes +gorget +gorgetes +gorgement +gorgements +gorgent +gorgeons +gorger +gorgera +gorgerai +gorgeraient +gorgerais +gorgerait +gorgeras +gorgerez +gorgeriez +gorgerions +gorgerons +gorgeront +gorges +gorgeur +gorgeurs +gorgez +gorg +gorge +gorges +gorgs +gorgrent +gorgiez +gorgions +gosilla +gosillai +gosillaient +gosillais +gosillait +gosillant +gosillas +gosillasse +gosillassent +gosillasses +gosillassiez +gosillassions +gosillmes +gosillt +gosilltes +gosille +gosillent +gosiller +gosillera +gosillerai +gosilleraient +gosillerais +gosillerait +gosilleras +gosillerez +gosilleriez +gosillerions +gosillerons +gosilleront +gosilles +gosillez +gosill +gosille +gosilles +gosills +gosillrent +gosilliez +gosillions +gosillons +gotisme +gotismes +gout +goutier +goutiers +gouts +goutta +gouttai +gouttaient +gouttais +gouttait +gouttant +gouttas +gouttasse +gouttassent +gouttasses +gouttassiez +gouttassions +gouttmes +gouttt +goutttes +goutte +gouttent +goutter +gouttera +goutterai +goutteraient +goutterais +goutterait +goutteras +goutterez +goutteriez +goutterions +goutterons +goutteront +gouttes +gouttez +goutt +goutte +gouttes +goutts +gouttrent +gouttiez +gouttions +gouttoir +gouttoirs +gouttons +gratigna +gratignai +gratignaient +gratignais +gratignait +gratignant +gratignas +gratignasse +gratignassent +gratignasses +gratignassiez +gratignassions +gratignmes +gratignt +gratigntes +gratigne +gratignent +gratigner +gratignera +gratignerai +gratigneraient +gratignerais +gratignerait +gratigneras +gratignerez +gratigneriez +gratignerions +gratignerons +gratigneront +gratignes +gratignez +gratign +gratigne +gratignes +gratigns +gratignrent +gratigniez +gratignions +gratignons +gratignure +gratignures +grena +grenai +grenaient +grenais +grenait +grenant +grenas +grenasse +grenassent +grenasses +grenassiez +grenassions +grenmes +grent +grentes +grener +grenez +gren +grene +grenes +grens +grenrent +greniez +grenions +grenons +grne +grnent +grnera +grnerai +grneraient +grnerais +grnerait +grneras +grnerez +grneriez +grnerions +grnerons +grneront +grnes +grillard +grillarde +grillardes +grillards +gruge +grugea +grugeai +grugeaient +grugeais +grugeait +grugeant +grugeas +grugeasse +grugeassent +grugeasses +grugeassiez +grugeassions +grugemes +gruget +grugetes +grugent +grugeons +gruger +grugera +grugerai +grugeraient +grugerais +grugerait +grugeras +grugerez +grugeriez +grugerions +grugerons +grugeront +gruges +grugez +grug +gruge +gruges +grugs +grugrent +grugiez +grugions +gueul +gueule +gueules +gueuls +gypte +gyptien +gyptienne +gyptiennes +gyptiens +gyptologie +gyptologue +gyptologues +hont +honte +hontes +honts +jacula +jaculai +jaculaient +jaculais +jaculait +jaculant +jaculas +jaculasse +jaculassent +jaculasses +jaculassiez +jaculassions +jaculation +jaculations +jaculmes +jacult +jacultes +jacule +jaculent +jaculer +jaculera +jaculerai +jaculeraient +jaculerais +jaculerait +jaculeras +jaculerez +jaculeriez +jaculerions +jaculerons +jaculeront +jacules +jaculez +jacul +jacule +jacules +jaculs +jaculrent +jaculiez +jaculions +jaculons +jecta +jectable +jectables +jectai +jectaient +jectais +jectait +jectant +jectas +jectasse +jectassent +jectasses +jectassiez +jectassions +jectmes +jectt +jecttes +jecte +jectent +jecter +jectera +jecterai +jecteraient +jecterais +jecterait +jecteras +jecterez +jecteriez +jecterions +jecterons +jecteront +jectes +jecteur +jecteurs +jectez +ject +jecte +jectes +jects +jectrent +jectiez +jection +jections +jectons +labora +laborai +laboraient +laborais +laborait +laborant +laboras +laborasse +laborassent +laborasses +laborassiez +laborassions +laboration +laborations +labormes +labort +labortes +labore +laborent +laborer +laborera +laborerai +laboreraient +laborerais +laborerait +laboreras +laborerez +laboreriez +laborerions +laborerons +laboreront +labores +laborez +labor +labore +labores +labors +laborrent +laboriez +laborions +laborons +lagage +lagages +lagua +laguai +laguaient +laguais +laguait +laguant +laguas +laguasse +laguassent +laguasses +laguassiez +laguassions +lagumes +lagut +lagutes +lague +laguent +laguer +laguera +laguerai +lagueraient +laguerais +laguerait +lagueras +laguerez +lagueriez +laguerions +laguerons +lagueront +lagues +laguez +lagu +lague +lagues +lagus +lagurent +laguiez +laguions +laguons +lan +lance +lancement +lancements +lancent +lancer +lancera +lancerai +lanceraient +lancerais +lancerait +lanceras +lancerez +lanceriez +lancerions +lancerons +lanceront +lances +lancez +lanc +lance +lances +lancs +lancrent +lanciez +lancions +lana +lanai +lanaient +lanais +lanait +lanant +lanas +lanasse +lanassent +lanasses +lanassiez +lanassions +lanmes +lant +lantes +lanons +lans +largi +largie +largies +largir +largira +largirai +largiraient +largirais +largirait +largiras +largirent +largirez +largiriez +largirions +largirons +largiront +largis +largissaient +largissais +largissait +largissant +largisse +largissement +largissements +largissent +largisses +largissiez +largissions +largit +largmes +largt +largtes +lasticit +lasticits +lastique +lastiquement +lastiques +lecteur +lecteurs +lectif +lectifs +lection +lections +lective +lectives +lectoral +lectorale +lectorales +lectorat +lectorats +lectoraux +lectrice +lectrices +lectricien +lectricienne +lectriciennes +lectriciens +lectricit +lectrifia +lectrifiai +lectrifiaient +lectrifiais +lectrifiait +lectrifiant +lectrifias +lectrifiasse +lectrifiassent +lectrifiasses +lectrifiassiez +lectrifiassions +lectrifimes +lectrifit +lectrifites +lectrification +lectrifications +lectrifie +lectrifient +lectrifier +lectrifiera +lectrifierai +lectrifieraient +lectrifierais +lectrifierait +lectrifieras +lectrifierez +lectrifieriez +lectrifierions +lectrifierons +lectrifieront +lectrifies +lectrifiez +lectrifi +lectrifie +lectrifies +lectrifis +lectrifirent +lectrifiiez +lectrifiions +lectrifions +lectrique +lectriquement +lectriques +lectrisa +lectrisable +lectrisables +lectrisai +lectrisaient +lectrisais +lectrisait +lectrisant +lectrisas +lectrisasse +lectrisassent +lectrisasses +lectrisassiez +lectrisassions +lectrisation +lectrisations +lectrismes +lectrist +lectristes +lectrise +lectrisent +lectriser +lectrisera +lectriserai +lectriseraient +lectriserais +lectriserait +lectriseras +lectriserez +lectriseriez +lectriserions +lectriserons +lectriseront +lectrises +lectrisez +lectris +lectrise +lectrises +lectriss +lectrisrent +lectrisiez +lectrisions +lectrisons +lectrocardiogramme +lectrocardiogrammes +lectrochimie +lectrochoc +lectrochocs +lectrocuta +lectrocutai +lectrocutaient +lectrocutais +lectrocutait +lectrocutant +lectrocutas +lectrocutasse +lectrocutassent +lectrocutasses +lectrocutassiez +lectrocutassions +lectrocutmes +lectrocutt +lectrocuttes +lectrocute +lectrocutent +lectrocuter +lectrocutera +lectrocuterai +lectrocuteraient +lectrocuterais +lectrocuterait +lectrocuteras +lectrocuterez +lectrocuteriez +lectrocuterions +lectrocuterons +lectrocuteront +lectrocutes +lectrocutez +lectrocut +lectrocute +lectrocutes +lectrocuts +lectrocutrent +lectrocutiez +lectrocution +lectrocutions +lectrocutons +lectrode +lectrodes +lectrodynamique +lectrogne +lectrognes +lectrolysa +lectrolysai +lectrolysaient +lectrolysais +lectrolysait +lectrolysant +lectrolysas +lectrolysasse +lectrolysassent +lectrolysasses +lectrolysassiez +lectrolysassions +lectrolysmes +lectrolyst +lectrolystes +lectrolyse +lectrolysent +lectrolyser +lectrolysera +lectrolyserai +lectrolyseraient +lectrolyserais +lectrolyserait +lectrolyseras +lectrolyserez +lectrolyseriez +lectrolyserions +lectrolyserons +lectrolyseront +lectrolyses +lectrolysez +lectrolys +lectrolyse +lectrolyses +lectrolyss +lectrolysrent +lectrolysiez +lectrolysions +lectrolysons +lectrolyte +lectrolytes +lectrolytique +lectrolytiques +lectromagntique +lectromagntiques +lectromagntisme +lectromtallurgie +lectron +lectronique +lectroniques +lectrons +lectrophone +lectrophones +lectroscope +lectroscopes +lectrostatique +lectrostatiques +lectrotechnique +lectrotechniques +lectrothrapie +leva +levage +levages +levai +levaient +levais +levait +levant +levas +levasse +levassent +levasses +levassiez +levassions +levmes +levt +levtes +lever +leveur +leveurs +levez +lev +leve +leves +levs +levrent +leviez +levions +levons +lgamment +lgance +lgances +lgant +lgante +lgantes +lgants +lgiaque +lgiaques +lgie +lgies +lment +lmentaire +lmentaires +lments +lphant +lphanteau +lphanteaux +lphantesque +lphantesques +lphantiasis +lphants +lvateur +lvateurs +lvation +lvations +lvatoire +lvatoires +lve +lvent +lvera +lverai +lveraient +lverais +lverait +lveras +lverez +lveriez +lverions +lverons +lveront +lves +lfe +lfes +lida +lidai +lidaient +lidais +lidait +lidant +lidas +lidasse +lidassent +lidasses +lidassiez +lidassions +lidmes +lidt +lidtes +lide +lident +lider +lidera +liderai +lideraient +liderais +liderait +lideras +liderez +lideriez +liderions +liderons +lideront +lides +lidez +lid +lide +lides +lids +lidrent +lidiez +lidions +lidons +ligibilit +ligibilits +ligible +ligibles +lima +limai +limaient +limais +limait +limant +limas +limasse +limassent +limasses +limassiez +limassions +limmes +limt +limtes +lime +liment +limer +limera +limerai +limeraient +limerais +limerait +limeras +limerez +limeriez +limerions +limerons +limeront +limes +limez +lim +lime +limes +lims +limrent +limiez +limina +liminai +liminaient +liminais +liminait +liminant +liminas +liminasse +liminassent +liminasses +liminassiez +liminassions +limination +liminations +liminatoire +liminatoires +liminmes +limint +limintes +limine +liminent +liminer +liminera +liminerai +limineraient +liminerais +liminerait +limineras +liminerez +limineriez +liminerions +liminerons +limineront +limines +liminez +limin +limine +limines +limins +liminrent +liminiez +liminions +liminons +limions +limons +lira +lirai +liraient +lirais +lirait +liras +lire +lirent +lirez +liriez +lirions +lirons +liront +lis +lisaient +lisais +lisait +lisant +lise +lisent +lises +lisez +lisiez +lision +lisions +lisons +lit +lite +lites +litiste +litistes +lixir +lixirs +locution +locutions +loge +loges +logieuse +logieusement +logieuses +logieux +loigna +loignai +loignaient +loignais +loignait +loignant +loignas +loignasse +loignassent +loignasses +loignassiez +loignassions +loignmes +loignt +loigntes +loigne +loignement +loignements +loignent +loigner +loignera +loignerai +loigneraient +loignerais +loignerait +loigneras +loignerez +loigneriez +loignerions +loignerons +loigneront +loignes +loignez +loign +loigne +loignes +loigns +loignrent +loigniez +loignions +loignons +longation +longations +loquemment +loquence +loquences +loquent +loquente +loquentes +loquents +lu +lucida +lucidai +lucidaient +lucidais +lucidait +lucidant +lucidas +lucidasse +lucidassent +lucidasses +lucidassiez +lucidassions +lucidation +lucidmes +lucidt +lucidtes +lucide +lucident +lucider +lucidera +luciderai +lucideraient +luciderais +luciderait +lucideras +luciderez +lucideriez +luciderions +luciderons +lucideront +lucides +lucidez +lucid +lucide +lucides +lucids +lucidrent +lucidiez +lucidions +lucidons +lucubration +lucubrations +luda +ludai +ludaient +ludais +ludait +ludant +ludas +ludasse +ludassent +ludasses +ludassiez +ludassions +ludmes +ludt +ludtes +lude +ludent +luder +ludera +luderai +luderaient +luderais +luderait +luderas +luderez +luderiez +luderions +luderons +luderont +ludes +ludez +lud +lude +ludes +luds +ludrent +ludiez +ludions +ludons +lue +lues +lurent +lus +lusse +lussent +lusses +lussiez +lussions +lut +lmes +lt +ltes +lytre +lytres +maci +macie +macies +macis +mail +mailla +maillage +maillages +maillai +maillaient +maillais +maillait +maillant +maillas +maillasse +maillassent +maillasses +maillassiez +maillassions +maillmes +maillt +mailltes +maille +maillent +mailler +maillera +maillerai +mailleraient +maillerais +maillerait +mailleras +maillerez +mailleriez +maillerions +maillerons +mailleront +mailles +mailleur +mailleurs +mailleuse +mailleuses +maillez +maill +maille +mailles +maills +maillrent +mailliez +maillions +maillons +mails +mana +manai +manaient +manais +manait +manant +manas +manasse +manassent +manasses +manassiez +manassions +manation +manations +manmes +mant +mantes +mancipa +mancipai +mancipaient +mancipais +mancipait +mancipant +mancipas +mancipasse +mancipassent +mancipasses +mancipassiez +mancipassions +mancipation +mancipations +mancipmes +mancipt +manciptes +mancipe +mancipent +manciper +mancipera +manciperai +manciperaient +manciperais +manciperait +manciperas +manciperez +manciperiez +manciperions +manciperons +manciperont +mancipes +mancipez +mancip +mancipe +mancipes +mancips +manciprent +mancipiez +mancipions +mancipons +mane +manent +maner +manera +manerai +maneraient +manerais +manerait +maneras +manerez +maneriez +manerions +manerons +maneront +manes +manez +man +mane +manes +mans +manrent +maniez +manions +manons +marge +margea +margeai +margeaient +margeais +margeait +margeant +margeas +margeasse +margeassent +margeasses +margeassiez +margeassions +margemes +marget +margetes +margent +margeons +marger +margera +margerai +margeraient +margerais +margerait +margeras +margerez +margeriez +margerions +margerons +margeront +marges +margez +marg +marge +marges +margs +margrent +margiez +margions +mascula +masculai +masculaient +masculais +masculait +masculant +masculas +masculasse +masculassent +masculasses +masculassiez +masculassions +masculmes +mascult +mascultes +mascule +masculent +masculer +masculera +masculerai +masculeraient +masculerais +masculerait +masculeras +masculerez +masculeriez +masculerions +masculerons +masculeront +mascules +masculez +mascul +mascule +mascules +masculs +masculrent +masculiez +masculions +masculons +meraude +meraudes +merge +mergea +mergeai +mergeaient +mergeais +mergeait +mergeant +mergeas +mergeasse +mergeassent +mergeasses +mergeassiez +mergeassions +mergemes +merget +mergetes +mergence +mergent +mergente +mergentes +mergents +mergeons +merger +mergera +mergerai +mergeraient +mergerais +mergerait +mergeras +mergerez +mergeriez +mergerions +mergerons +mergeront +merges +mergez +merg +merge +merges +mergs +mergrent +mergiez +mergions +meri +mersion +mersions +merveilla +merveillai +merveillaient +merveillais +merveillait +merveillant +merveillas +merveillasse +merveillassent +merveillasses +merveillassiez +merveillassions +merveillmes +merveillt +merveilltes +merveille +merveillement +merveillements +merveillent +merveiller +merveillera +merveillerai +merveilleraient +merveillerais +merveillerait +merveilleras +merveillerez +merveilleriez +merveillerions +merveillerons +merveilleront +merveilles +merveillez +merveill +merveille +merveilles +merveills +merveillrent +merveilliez +merveillions +merveillons +met +mets +mettaient +mettais +mettait +mettant +mette +mettent +mettes +metteur +metteurs +mettez +mettiez +mettions +mettons +mettra +mettrai +mettraient +mettrais +mettrait +mettras +mettre +mettrez +mettrice +mettrices +mettriez +mettrions +mettrons +mettront +meuille +meuillent +meuilles +meulent +meut +meute +meutes +meutier +meutiers +meutire +meutires +meux +mch +mche +mches +mchs +mrite +mrites +mritus +mtique +mtiques +mietta +miettai +miettaient +miettais +miettait +miettant +miettas +miettasse +miettassent +miettasses +miettassiez +miettassions +miettmes +miettt +mietttes +miette +miettement +miettements +miettent +mietter +miettera +mietterai +mietteraient +mietterais +mietterait +mietteras +mietterez +mietteriez +mietterions +mietterons +mietteront +miettes +miettez +miett +miette +miettes +mietts +miettrent +miettiez +miettions +miettons +migra +migrai +migraient +migrais +migrait +migrant +migrante +migrantes +migrants +migras +migrasse +migrassent +migrasses +migrassiez +migrassions +migration +migrations +migrmes +migrt +migrtes +migre +migrent +migrer +migrera +migrerai +migreraient +migrerais +migrerait +migreras +migrerez +migreriez +migrerions +migrerons +migreront +migres +migrez +migr +migre +migres +migrs +migrrent +migriez +migrions +migrons +mince +mincent +mincer +mincera +mincerai +minceraient +mincerais +mincerait +minceras +mincerez +minceriez +mincerions +mincerons +minceront +minces +mincez +minc +mince +minces +mincs +mincrent +minciez +mincions +mina +minai +minaient +minais +minait +minant +minas +minasse +minassent +minasses +minassiez +minassions +minmes +mint +mintes +minons +minemment +minence +minences +minent +minente +minentes +minents +mir +mirat +mirats +mirent +mirs +mis +mise +mises +missaire +missaires +misse +missent +misses +missiez +mission +missions +mit +mmes +mt +mtes +moi +mois +mollient +molliente +mollientes +mollients +moluments +monda +mondage +mondages +mondai +mondaient +mondais +mondait +mondant +mondas +mondasse +mondassent +mondasses +mondassiez +mondassions +mondmes +mondt +mondtes +monde +mondent +monder +mondera +monderai +monderaient +monderais +monderait +monderas +monderez +monderiez +monderions +monderons +monderont +mondes +mondeur +mondeurs +mondeuse +mondeuses +mondez +mond +monde +mondes +monds +mondrent +mondiez +mondions +mondoir +mondoirs +mondons +motif +motifs +motion +motionnel +motionnelle +motionnelles +motionnels +motionn +motionne +motionnes +motionns +motions +motive +motives +motivit +motivits +moud +moudra +moudrai +moudraient +moudrais +moudrait +moudras +moudre +moudrez +moudriez +moudrions +moudrons +moudront +mouds +moulaient +moulais +moulait +moulant +moule +moulent +moules +moulez +mouliez +moulions +moulons +moulu +moulue +moulues +moulurent +moulus +moulusse +moulussent +moulusses +moulussiez +moulussions +moulut +moulmes +moult +moultes +moussa +moussai +moussaient +moussais +moussait +moussant +moussas +moussasse +moussassent +moussasses +moussassiez +moussassions +moussmes +mousst +mousstes +mousse +moussent +mousser +moussera +mousserai +mousseraient +mousserais +mousserait +mousseras +mousserez +mousseriez +mousserions +mousserons +mousseront +mousses +moussez +mouss +mousse +mousses +mousss +moussrent +moussiez +moussions +moussons +moustilla +moustillai +moustillaient +moustillais +moustillait +moustillant +moustillas +moustillasse +moustillassent +moustillasses +moustillassiez +moustillassions +moustillmes +moustillt +moustilltes +moustille +moustillent +moustiller +moustillera +moustillerai +moustilleraient +moustillerais +moustillerait +moustilleras +moustillerez +moustilleriez +moustillerions +moustillerons +moustilleront +moustilles +moustillez +moustill +moustille +moustilles +moustills +moustillrent +moustilliez +moustillions +moustillons +mouvant +mouvante +mouvoir +mu +mue +mues +mulation +mulations +mule +mules +mul +mule +mules +muls +mulsion +mulsionna +mulsionnai +mulsionnaient +mulsionnais +mulsionnait +mulsionnant +mulsionnas +mulsionnasse +mulsionnassent +mulsionnasses +mulsionnassiez +mulsionnassions +mulsionnmes +mulsionnt +mulsionntes +mulsionne +mulsionnent +mulsionner +mulsionnera +mulsionnerai +mulsionneraient +mulsionnerais +mulsionnerait +mulsionneras +mulsionnerez +mulsionneriez +mulsionnerions +mulsionnerons +mulsionneront +mulsionnes +mulsionnez +mulsionn +mulsionne +mulsionnes +mulsionns +mulsionnrent +mulsionniez +mulsionnions +mulsionnons +mulsions +mus +namoura +namourai +namouraient +namourais +namourait +namourant +namouras +namourasse +namourassent +namourasses +namourassiez +namourassions +namourmes +namourt +namourtes +namoure +namourent +namourer +namourera +namourerai +namoureraient +namourerais +namourerait +namoureras +namourerez +namoureriez +namourerions +namourerons +namoureront +namoures +namourez +namour +namoure +namoures +namours +namourrent +namouriez +namourions +namourons +narque +narques +nergtique +nergtiques +nergie +nergies +nergique +nergiquement +nergiques +nergumne +nergumnes +nerva +nervai +nervaient +nervais +nervait +nervant +nervante +nervantes +nervants +nervas +nervasse +nervassent +nervasses +nervassiez +nervassions +nervmes +nervt +nervtes +nerve +nervement +nervements +nervent +nerver +nervera +nerverai +nerveraient +nerverais +nerverait +nerveras +nerverez +nerveriez +nerverions +nerverons +nerveront +nerves +nervez +nerv +nerve +nerves +nervs +nervrent +nerviez +nervions +nervons +nigmatique +nigmatiques +nigme +nigmes +nonce +noncent +noncer +noncera +noncerai +nonceraient +noncerais +noncerait +nonceras +noncerez +nonceriez +noncerions +noncerons +nonceront +nonces +noncez +nonc +nonce +nonces +noncs +noncrent +nonciation +nonciations +nonciez +noncions +nona +nonai +nonaient +nonais +nonait +nonant +nonas +nonasse +nonassent +nonasses +nonassiez +nonassions +nonmes +nont +nontes +nonons +norme +normes +normment +normit +normits +nucla +nuclai +nuclaient +nuclais +nuclait +nuclant +nuclas +nuclasse +nuclassent +nuclasses +nuclassiez +nuclassions +nuclmes +nuclt +nucltes +nucle +nuclent +nucler +nuclera +nuclerai +nucleraient +nuclerais +nuclerait +nucleras +nuclerez +nucleriez +nuclerions +nuclerons +nucleront +nucles +nuclez +nucl +nucle +nucles +nucls +nuclrent +nucliez +nuclions +nuclons +numra +numrai +numraient +numrais +numrait +numrant +numras +numrasse +numrassent +numrasses +numrassiez +numrassions +numration +numrations +numrmes +numrt +numrtes +numrer +numrera +numrerai +numreraient +numrerais +numrerait +numreras +numrerez +numreriez +numrerions +numrerons +numreront +numrez +numr +numre +numres +numrs +numrrent +numriez +numrions +numrons +numre +numrent +numres +olienne +oliennes +pagneul +pagneule +pagneules +pagneuls +pais +paisse +paisses +paisseur +paisseurs +paissi +paissie +paissies +paissir +paissira +paissiraient +paissirais +paissirait +paissiras +paissirent +paissirez +paissiriez +paissirions +paissirons +paissiront +paissis +paississaient +paississais +paississait +paississant +paississe +paississement +paississements +paississent +paississes +paississiez +paississions +paississons +paissit +paissmes +paisst +paisstes +pancha +panchai +panchaient +panchais +panchait +panchant +panchas +panchasse +panchassent +panchasses +panchassiez +panchassions +panchmes +pancht +panchtes +panche +panchement +panchements +panchent +pancher +panchera +pancherai +pancheraient +pancherais +pancherait +pancheras +pancherez +pancheriez +pancherions +pancherons +pancheront +panches +panchez +panch +panche +panches +panchs +panchrent +panchiez +panchions +panchons +pand +pandage +pandages +pandaient +pandais +pandait +pandant +pande +pandent +pandes +pandez +pandiez +pandions +pandirent +pandis +pandisse +pandissent +pandisses +pandissiez +pandissions +pandit +pandmes +pandt +pandtes +pandons +pandra +pandrai +pandraient +pandrais +pandrait +pandras +pandre +pandrez +pandriez +pandrions +pandrons +pandront +pands +pandu +pandue +pandues +pandus +panoui +panouie +panouies +panouir +panouira +panouirai +panouiraient +panouirais +panouirait +panouiras +panouirent +panouirez +panouiriez +panouirions +panouirons +panouiront +panouis +panouissaient +panouissais +panouissait +panouissant +panouisse +panouissement +panouissements +panouissent +panouisses +panouissiez +panouissions +panouissons +panouit +panoumes +panout +panoutes +pargna +pargnai +pargnaient +pargnais +pargnait +pargnant +pargnante +pargnantes +pargnants +pargnas +pargnasse +pargnassent +pargnasses +pargnassiez +pargnassions +pargnmes +pargnt +pargntes +pargne +pargnent +pargner +pargnera +pargnerai +pargneraient +pargnerais +pargnerait +pargneras +pargnerez +pargneriez +pargnerions +pargnerons +pargneront +pargnes +pargnez +pargn +pargne +pargnes +pargns +pargnrent +pargniez +pargnions +pargnons +parpilla +parpillai +parpillaient +parpillais +parpillait +parpillant +parpillas +parpillasse +parpillassent +parpillasses +parpillassiez +parpillassions +parpillmes +parpillt +parpilltes +parpille +parpillement +parpillements +parpillent +parpiller +parpillera +parpillerai +parpilleraient +parpillerais +parpillerait +parpilleras +parpillerez +parpilleriez +parpillerions +parpillerons +parpilleront +parpilles +parpillez +parpill +parpille +parpilles +parpills +parpillrent +parpilliez +parpillions +parpillons +pars +parse +parses +pata +patai +pataient +patais +patait +patant +patante +patantes +patants +patas +patasse +patassent +patasses +patassiez +patassions +patmes +patt +pattes +pate +patement +patements +patent +pater +patera +paterai +pateraient +paterais +paterait +pateras +paterez +pateriez +paterions +paterons +pateront +pates +patez +pat +pate +pates +pats +patrent +patiez +pations +patons +paula +paulai +paulaient +paulais +paulait +paulant +paulas +paulasse +paulassent +paulasses +paulassiez +paulassions +paulmes +pault +paultes +paule +paulement +paulements +paulent +pauler +paulera +paulerai +pauleraient +paulerais +paulerait +pauleras +paulerez +pauleriez +paulerions +paulerons +pauleront +paules +paulette +paulettes +paulez +paul +paule +paules +pauls +paulrent +pauliez +paulions +paulons +pave +paves +peire +peires +pela +pelai +pelaient +pelais +pelait +pelant +pelas +pelasse +pelassent +pelasses +pelassiez +pelassions +pelmes +pelt +peltes +peler +pelez +pel +pele +peles +pels +pelrent +peliez +pelions +pelle +pellent +pellera +pellerai +pelleraient +pellerais +pellerait +pelleras +pellerez +pelleriez +pellerions +pellerons +pelleront +pelles +pelons +perdu +perdue +perdues +perdument +perdus +peron +peronna +peronnai +peronnaient +peronnais +peronnait +peronnant +peronnas +peronnasse +peronnassent +peronnasses +peronnassiez +peronnassions +peronnmes +peronnt +peronntes +peronne +peronnent +peronner +peronnera +peronnerai +peronneraient +peronnerais +peronnerait +peronneras +peronnerez +peronneriez +peronnerions +peronnerons +peronneront +peronnes +peronnez +peronn +peronne +peronnes +peronns +peronnrent +peronniez +peronnions +peronnons +perons +pervier +perviers +pe +pes +phmride +phmrides +phmre +phmres +phbe +phbes +pi +pia +piai +piaient +piais +piait +piant +pias +piasse +piassent +piasses +piassiez +piassions +pimes +pit +pites +pic +pice +picent +picer +picera +picerai +piceraient +picerais +picerait +piceras +picerez +picerie +piceries +piceriez +picerions +picerons +piceront +pices +picez +pic +pica +picas +pice +pices +pics +picrent +picier +piciers +piciez +picire +picires +picions +picurien +picurienne +picuriennes +picuriens +picurisme +pia +piai +piaient +piais +piait +piant +pias +piasse +piassent +piasses +piassiez +piassions +pimes +pit +pites +pions +piderme +pidermes +pidmie +pidmies +pidmiologie +pidmiologies +pidmique +pidmiques +pie +pient +pier +piera +pierai +pieraient +pierais +pierait +pieras +pierez +pieriez +pierions +pierons +pieront +pies +pieu +pieux +piez +pi +pie +pies +pis +pirent +pigastre +pigastres +piglotte +piglottes +pigrammatique +pigrammatiques +pigramme +pigrammes +pigraphe +pigraphes +pigraphie +piiez +piions +pila +pilai +pilaient +pilais +pilait +pilant +pilas +pilasse +pilassent +pilasses +pilassiez +pilassions +pilation +pilations +pilatoire +pilatoires +pilmes +pilt +piltes +pile +pilent +pilepsie +pileptiforme +pileptiformes +pileptique +pileptiques +piler +pilera +pilerai +pileraient +pilerais +pilerait +pileras +pilerez +pileriez +pilerions +pilerons +pileront +piles +pilez +pil +pile +piles +pils +pilrent +piliez +pilions +pilogua +piloguai +piloguaient +piloguais +piloguait +piloguant +piloguas +piloguasse +piloguassent +piloguasses +piloguassiez +piloguassions +pilogumes +pilogut +pilogutes +pilogue +piloguent +piloguer +piloguera +piloguerai +pilogueraient +piloguerais +piloguerait +pilogueras +piloguerez +pilogueriez +piloguerions +piloguerons +pilogueront +pilogues +piloguez +pilogu +pilogue +pilogues +pilogus +pilogurent +piloguiez +piloguions +piloguons +pilons +pinard +pinards +pine +pines +pinette +pinettes +pineuse +pineuses +pineux +pingla +pinglai +pinglaient +pinglais +pinglait +pinglant +pinglas +pinglasse +pinglassent +pinglasses +pinglassiez +pinglassions +pinglmes +pinglt +pingltes +pingle +pinglent +pingler +pinglera +pinglerai +pingleraient +pinglerais +pinglerait +pingleras +pinglerez +pingleriez +pinglerions +pinglerons +pingleront +pingles +pinglez +pingl +pingle +pingles +pingls +pinglrent +pingliez +pinglions +pinglons +pinire +pinoche +pinoches +pions +piphanie +piphyse +piphyses +pique +piques +pis +piscopal +piscopale +piscopat +piscopats +piscopaux +pisode +pisodes +pisodique +pisodiques +pissa +pissai +pissaient +pissais +pissait +pissant +pissas +pissasse +pissassent +pissasses +pissassiez +pissassions +pissmes +pisst +pisstes +pisse +pissent +pisser +pissera +pisserai +pisseraieot +pisserais +pisserait +pisseras +pisserez +pisseriez +pisserions +pisserons +pisseront +pisses +pissez +piss +pisse +pisses +pisss +pissrent +pissiez +pissions +pissons +pissure +pissures +pistolaire +pistolaires +pitaphe +pitaphes +pithalame +pithalames +pithlial +pithliale +pithliales +pithliaux +pithlium +pithliums +pithte +pithtes +pitoge +pitoges +pizootie +ptre +ptres +plor +plore +plores +plors +plucha +pluchage +pluchages +pluchai +pluchaient +pluchais +pluchait +pluchant +pluchas +pluchasse +pluchassent +pluchasses +pluchassiez +pluchassions +pluchmes +plucht +pluchtes +pluche +pluchent +plucher +pluchera +plucherai +plucheraient +plucherais +plucherait +plucheras +plucherez +plucheriez +plucherions +plucherons +plucheront +pluches +pluchez +pluch +pluche +pluches +pluchs +pluchrent +pluchiez +pluchions +pluchons +pluchure +pluchures +pointa +pointai +pointaient +pointais +pointait +pointant +pointas +pointasse +pointassent +pointasses +pointassiez +pointassions +pointmes +pointt +pointtes +pointe +pointent +pointer +pointera +pointerai +pointeraient +pointerais +pointerait +pointeras +pointerez +pointeriez +pointerions +pointerons +pointeront +pointes +pointez +point +pointe +pointes +points +pointrent +pointiez +pointions +pointons +ponge +pongea +pongeai +pongeaient +pongeais +pongeait +pongeant +pongeas +pongeasse +pongeassent +pongeasses +pongeassiez +pongeassions +pongemes +ponget +pongetes +pongent +pongeons +ponger +pongera +pongerai +pongeraient +pongerais +pongerait +pongeras +pongerez +pongeriez +pongerions +pongerons +pongeront +ponges +pongez +pong +ponge +ponges +pongs +pongrent +pongiez +pongions +ponyme +ponymes +pope +popes +poque +poques +pouilla +pouillai +pouillaient +pouillais +pouillait +pouillant +pouillas +pouillasse +pouillassent +pouillasses +pouillassiez +pouillassions +pouillmes +pouillt +pouilltes +pouille +pouillent +pouiller +pouillera +pouillerai +pouilleraient +pouillerais +pouillerait +pouilleras +pouillerez +pouilleriez +pouillerions +pouillerons +pouilleront +pouilles +pouillez +pouill +pouille +pouilles +pouills +pouillrent +pouilliez +pouillions +pouillons +poumona +poumonai +poumonaient +poumonais +poumonait +poumonant +poumonas +poumonasse +poumonassent +poumonasses +poumonassiez +poumonassions +poumonmes +poumont +poumontes +poumone +poumonent +poumoner +poumonera +poumonerai +poumoneraient +poumonerais +poumonerait +poumoneras +poumonerez +poumoneriez +poumonerions +poumonerons +poumoneront +poumones +poumonez +poumon +poumone +poumones +poumons +poumonrent +poumoniez +poumonions +poumonons +pousa +pousai +pousaient +pousais +pousait +pousant +pousas +pousasse +pousassent +pousasses +pousassiez +pousassions +pousmes +poust +poustes +pouse +pousent +pouser +pousera +pouserai +pouseraient +pouserais +pouserait +pouseras +pouserez +pouseriez +pouserions +pouserons +pouseront +pouses +pousez +pous +pouse +pouses +pouss +pousrent +pousiez +pousions +pousons +pousseta +poussetage +poussetages +poussetai +poussetaient +poussetais +poussetait +poussetant +poussetasse +poussetassent +poussetasses +poussetassiez +poussetassions +poussetmes +poussett +poussettes +pousseter +poussetez +pousset +poussete +poussetes +poussets +poussetrent +poussetiez +poussetions +poussetons +poussette +poussettent +poussettera +poussetterai +poussetteraient +poussetterais +poussetterait +poussetteras +poussetterez +poussetteriez +poussetterions +poussetterons +poussetteront +poussettes +poustoufla +poustouflai +poustouflaient +poustouflais +poustouflait +poustouflant +poustouflante +poustouflantes +poustouflants +poustouflas +poustouflasse +poustouflassent +poustouflasses +poustouflassiez +poustouflassions +poustouflmes +poustouflt +poustoufltes +poustoufle +poustouflent +poustoufler +poustouflera +poustouflerai +poustoufleraient +poustouflerais +poustouflerait +poustoufleras +poustouflerez +poustoufleriez +poustouflerions +poustouflerons +poustoufleront +poustoufles +poustouflez +poustoufl +poustoufle +poustoufles +poustoufls +poustouflrent +poustoufliez +poustouflions +poustouflons +pouvanta +pouvantable +pouvantablement +pouvantables +pouvantai +pouvantaient +pouvantail +pouvantails +pouvantais +pouvantait +pouvantant +pouvantante +pouvantantes +pouvantas +pouvantasse +pouvantassent +pouvantasses +pouvantassiez +pouvantassions +pouvantmes +pouvantt +pouvanttes +pouvante +pouvantent +pouvanter +pouvantera +pouvanterai +pouvanteraient +pouvanterais +pouvanterait +pouvanteras +pouvanterez +pouvanteriez +pouvanterions +pouvanterons +pouvanteront +pouvantes +pouvantez +pouvant +pouvante +pouvantes +pouvants +pouvantrent +pouvantiez +pouvantions +pouvantons +poux +pre nions +prenaient +prenais +prenait +prenant +prend +prendra +prendrai +prendraient +prendrais +prendrait +prendras +prendre +prendrez +prendriez +prendrions +prendrons +prendront +prends +prenez +preniez +prenne +prennent +prennes +prenons +preuve +preuves +prirent +pris +prise +prises +prisse +prissent +prisses +prissiez +prissions +prit +prmes +prt +prtes +prouva +prouvai +prouvaient +prouvais +prouvait +prouvant +prouvante +prouvas +prouvasse +prouvassent +prouvasses +prouvassiez +prouvassions +prouvmes +prouvt +prouvtes +prouve +prouvent +prouver +prouvera +prouverai +prouveraient +prouverais +prouverait +prouveras +prouverez +prouveriez +prouverions +prouverons +prouveront +prouves +prouvez +prouv +prouve +prouves +prouvs +prouvrent +prouviez +prouvions +prouvons +puisa +puisai +puisaient +puisais +puisait +puisant +puisante +puisantes +puisants +puisas +puisasse +puisassent +puisasses +puisassiez +puisassions +puismes +puist +puistes +puise +puisement +puisements +puisent +puiser +puisera +puiserai +puiseraient +puiserais +puiserait +puiseras +puiserez +puiseriez +puiserions +puiserons +puiseront +puises +puisette +puisettes +puisez +puis +puise +puises +puiss +puisrent +puisiez +puisions +puisons +pura +purai +puraient +purais +purait +purant +puras +purasse +purassent +purasses +purassiez +purassions +puration +purations +purmes +purt +purtes +pure +purent +purer +purera +purerai +pureraient +purerais +purerait +pureras +purerez +pureriez +purerions +purerons +pureront +pures +purez +pur +pure +pures +purs +purrent +puriez +purions +purons +quarri +quarrie +quarries +quarrir +quarrira +quarrirai +quarriraient +quarrirais +quarrirait +quarriras +quarrirent +quarrirez +quarririez +quarririons +quarrirons +quarriront +quarris +quarrissage +quarrissages +quarrissaient +quarrissais +quarrissait +quarrissant +quarrisse +quarrissent +quarrisses +quarrisseur +quarrisseurs +quarrissiez +quarrissions +quarrissoir +quarrissoirs +quarrissons +quarrit +quarrmes +quarrt +quarrtes +quateur +quation +quations +quatorial +quatoriale +quatoriales +quatoriaux +querre +querres +questre +questres +quids +quidistance +quidistances +quidistant +quidistante +quidistantes +quidistants +quilatral +quilatrale +quilatrales +quilatraux +quilibra +quilibrai +quilibraient +quilibrais +quilibrait +quilibrant +quilibras +quilibrasse +quilibrassent +quilibrasses +quilibrassiez +quilibrassions +quilibrmes +quilibrt +quilibrtes +quilibre +quilibrent +quilibrer +quilibrera +quilibrerai +quilibreraient +quilibrerais +quilibrerait +quilibreras +quilibrerez +quilibreriez +quilibrerions +quilibrerons +quilibreront +quilibres +quilibrez +quilibr +quilibre +quilibres +quilibrs +quilibrrent +quilibriez +quilibrions +quilibriste +quilibristes +quilibrons +quille +quilles +quinoxe +quinoxes +quinoxial +quinoxiale +quinoxiales +quinoxiaux +quipa +quipage +quipages +quipai +quipaient +quipais +quipait +quipant +quipas +quipasse +quipassent +quipasses +quipassiez +quipassions +quipmes +quipt +quiptes +quipe +quipement +quipements +quipent +quiper +quipera +quiperai +quiperaient +quiperais +quiperait +quiperas +quiperez +quiperiez +quiperions +quiperons +quiperont +quipes +quipez +quip +quipe +quipes +quips +quiprent +quipier +quipiers +quipiez +quipire +quipires +quipions +quipons +quitable +quitablement +quitables +quitation +quit +quits +quivaille +quivaillent +quivailles +quivalaient +quivalais +quivalait +quivalant +quivalence +quivalences +quivalent +quivalente +quivalentes +quivalents +quivalez +quivaliez +quivalions +quivaloir +quivalons +quivalu +quivalue +quivalues +quivalurent +quivalus +quivalusse +quivalussent +quivalusses +quivalussiez +quivalussions +quivalut +quivalmes +quivalt +quivaltes +quivaudra +quivaudrai +quivaudraient +quivaudrais +quivaudrait +quivaudras +quivaudrez +quivaudriez +quivaudrions +quivaudrons +quivaudront +quivaut +quivaux +quivoqua +quivoquai +quivoquaient +quivoquais +quivoquait +quivoquant +quivoquas +quivoquasse +quivoquassent +quivoquasses +quivoquassiez +quivoquassions +quivoqumes +quivoqut +quivoqutes +quivoque +quivoquent +quivoquer +quivoquera +quivoquerai +quivoqueraient +quivoquerais +quivoquerait +quivoqueras +quivoquerez +quivoqueriez +quivoquerions +quivoquerons +quivoqueront +quivoques +quivoquez +quivoqu +quivoque +quivoques +quivoqus +quivoqurent +quivoquiez +quivoquions +quivoquons +rable +rables +rafla +raflai +raflaient +raflais +raflait +raflant +raflas +raflasse +raflassent +raflasses +raflassiez +raflassions +raflmes +raflt +rafltes +rafle +raflent +rafler +raflera +raflerai +rafleraient +raflerais +raflerait +rafleras +raflerez +rafleriez +raflerions +raflerons +rafleront +rafles +raflez +rafl +rafle +rafles +rafls +raflrent +rafliez +raflions +raflons +raflure +raflures +raill +raille +railles +raills +rectile +rectiles +rection +rections +reinta +reintai +reintaient +reintais +reintait +reintant +reintante +reintantes +reintants +reintas +reintasse +reintassent +reintasses +reintassiez +reintassions +reintmes +reintt +reinttes +reinte +reintement +reintements +reintent +reinter +reintera +reinterai +reinteraient +reinterais +reinterait +reinteras +reinterez +reinteriez +reinterions +reinterons +reinteront +reintes +reintez +reint +reinte +reintes +reints +reintrent +reintiez +reintions +reintons +rsiple +rsiples +rthisme +rthismes +rige +rigea +rigeai +rigeaient +rigeais +rigeait +rigeant +rigeas +rigeasse +rigeassent +rigeasses +rigeassiez +rigeassions +rigemes +riget +rigetes +rigent +rigeons +riger +rigera +rigerai +rigeraient +rigerais +rigerait +rigeras +rigerez +rigeriez +rigerions +rigerons +rigeront +riges +rigez +rig +rige +riges +rigs +rigrent +rigiez +rigions +roda +rodai +rodaient +rodais +rodait +rodant +rodas +rodasse +rodassent +rodasses +rodassiez +rodassions +rodmes +rodt +rodtes +rode +rodent +roder +rodera +roderai +roderaient +roderais +roderait +roderas +roderez +roderiez +roderions +roderons +roderont +rodes +rodez +rod +rode +rodes +rods +rodrent +rodiez +rodions +rodons +rosif +rosifs +rosion +rosions +rosive +rosives +rotique +rotiques +rotisme +rubescent +rubescente +rubescentes +rubescents +ructa +ructai +ructaient +ructais +ructait +ructant +ructas +ructasse +ructassent +ructasses +ructassiez +ructassions +ructation +ructations +ructmes +ructt +ructtes +ructe +ructent +ructer +ructera +ructerai +ructeraient +ructerais +ructerait +ructeras +ructerez +ructeriez +ructerions +ructerons +ructeront +ructes +ructez +ruct +ructe +ructes +ructs +ructrent +ructiez +ructions +ructons +rudit +rudite +rudites +rudition +rudits +ruptif +ruptifs +ruption +ruptions +ruptive +ruptives +rysiple +rysiples +sotrique +sotriques +table +tables +tabli +tablie +tablies +tablir +tablira +tablirai +tabliraient +tablirais +tablirait +tabliras +tablirent +tablirez +tabliriez +tablirions +tablirons +tablis +tablissaient +tablissais +tablissait +tablissant +tablisse +tablissement +tablissements +tablissent +tablisses +tablissez +tablissiez +tablissions +tablissons +tablit +tablmes +tablt +tabltes +tage +tagea +tageai +tageaient +tageais +tageait +tageant +tageas +tageasse +tageassent +tageasses +tageassiez +tageassions +tagemes +taget +tagetes +tagement +tagements +tagent +tageons +tager +tagera +tagerai +tageraient +tagerais +tagerait +tageras +tagerez +tageriez +tagerions +tagerons +tageront +tages +tag +tage +tages +tags +tagre +tagrent +tagres +tagiez +tagions +tai +taie +taient +taiera +taierai +taieraient +taierais +taierait +taieras +taierez +taieriez +taierions +taierons +taieront +taies +tain +tais +tait +tal +tala +talage +talages +talagiste +talagistes +talai +talaient +talais +talait +talant +talas +talasse +talassent +talasses +talassiez +talassions +talmes +talt +taltes +tale +talement +talements +talent +taler +talera +talerai +taleraient +talerais +talerait +taleras +talerez +taleriez +talerions +talerons +taleront +tales +talez +tal +tale +tales +tals +talrent +taliez +talions +talon +talonna +talonnage +talonnages +talonnai +talonnaient +talonnais +talonnait +talonnant +talonnas +talonnasse +talonnassent +talonnasses +talonnassiez +talonnassions +talonnmes +talonnt +talonntes +talonne +talonnement +talonnements +talonnent +talonner +talonnera +talonnerai +talonneraient +talonnerais +talonnerait +talonneras +talonnerez +talonneriez +talonnerions +talonnerons +talonneront +talonnes +talonnez +talonn +talonne +talonnes +talonns +talonnrent +talonniez +talonnions +talonnons +talons +tals +tama +tamage +tamages +tamai +tamaient +tamais +tamait +tamant +tamas +tamasse +tamassent +tamasses +tamassiez +tamassions +tammes +tamt +tamtes +tambot +tambots +tame +tament +tamer +tamera +tamerai +tameraient +tamerais +tamerait +tameras +tamerez +tameriez +tamerions +tamerons +tameront +tames +tameur +tameurs +tamez +tam +tame +tames +tams +tamrent +tamiez +tamine +tamines +tamions +tamons +tancha +tanchai +tanchaient +tanchais +tanchait +tanchant +tanchas +tanchasse +tanchassent +tanchasses +tanchassiez +tanchassions +tanchmes +tancht +tanchtes +tanche +tanchement +tanchements +tanchent +tancher +tanchera +tancherai +tancheraient +tancherais +tancherait +tancheras +tancherez +tancheriez +tancherions +tancherons +tancheront +tanches +tanchez +tanch +tanche +tanches +tanchit +tanchits +tanchs +tanchrent +tanchiez +tanchions +tanchons +tang +tangs +tant +tape +tapes +tat +tatique +tatiques +tatisa +tatisai +tatisaient +tatisais +tatisait +tatisant +tatisas +tatisasse +tatisassent +tatisasses +tatisassiez +tatisassions +tatisation +tatisations +tatismes +tatist +tatistes +tatise +tatisent +tatiser +tatisera +tatiserai +tatiseraient +tatiserais +tatiserait +tatiseras +tatiserez +tatiseriez +tatiserions +tatiserons +tatiseront +tatises +tatisez +tatis +tatise +tatises +tatiss +tatisrent +tatisiez +tatisions +tatisme +tatisons +tatiste +tatistes +tats +tau +taux +taya +tayai +tayaient +tayais +tayait +tayant +tayas +tayasse +tayassent +tayasses +tayassiez +tayassions +taymes +tayt +taytes +taye +tayent +tayer +tayera +tayerai +tayeraient +tayerais +tayerait +tayeras +tayerez +tayeriez +tayerions +tayerons +tayeront +tayes +tayez +tay +taye +tayes +tays +tayrent +tayiez +tayions +tayons +teigant +teignaient +teignais +teignait +teignant +teigne +teignent +teignes +teignez +teigniez +teignions +teignirent +teignis +teignisse +teignissent +teignisses +teignissiez +teignissions +teignit +teignmes +teignt +teigntes +teignoir +teignoirs +teignons +teindra +teindrai +teindraient +teindrais +teindrait +teindras +teindre +teindrez +teindriez +teindrions +teindrons +teindront +teinds +teins +teint +teinte +teintes +teints +tend +tendaient +tendais +tendait +tendant +tendard +tendards +tende +tendent +tendes +tendez +tendiez +tendions +tendirent +tendis +tendisse +tendissent +tendisses +tendissiez +tendissions +tendit +tendmes +tendt +tendtes +tendons +tendra +tendrai +tendraient +tendrais +tendrait +tendras +tendre +tendrez +tendriez +tendrions +tendrons +tendront +tends +tendu +tendue +tendues +tendus +ternel +ternelle +ternellement +ternelles +ternels +ternisa +ternisai +ternisaient +ternisais +ternisait +ternisant +ternisas +ternisasse +ternisassent +ternisasses +ternisassiez +ternisassions +ternismes +ternist +ternistes +ternise +ternisent +terniser +ternisera +terniserai +terniseraient +terniserais +terniserait +terniseras +terniserez +terniseriez +terniserions +terniserons +terniseront +ternises +ternisez +ternis +ternise +ternises +terniss +ternisrent +ternisiez +ternisions +ternisons +ternit +ternits +ternua +ternuai +ternuaient +ternuais +ternuait +ternuant +ternuas +ternuasse +ternuassent +ternuasses +ternuassiez +ternuassions +ternumes +ternut +ternutes +ternue +ternuement +ternuements +ternuent +ternuer +ternuera +ternuerai +ternueraient +ternuerais +ternuerait +ternueras +ternuerez +ternueriez +ternuerions +ternuerons +ternueront +ternues +ternuez +ternu +ternue +ternues +ternus +ternurent +ternuiez +ternuions +ternuons +t +te +tes +ts +tta +ttai +ttaient +ttais +ttait +ttant +ttas +ttasse +ttassent +ttasses +ttassiez +ttassions +ttmes +ttt +tttes +tte +ttent +tter +ttera +tterai +tteraient +tterais +tterait +tteras +tterez +tteriez +tterions +tterons +tteront +ttes +ttez +tt +tte +ttes +tts +ttrent +ttiez +ttions +ttons +ther +thr +thre +thres +thrs +thromane +thromanes +thique +thiques +thylne +thylique +thyliques +tiage +tiages +tiez +tincela +tincelai +tincelaient +tincelais +tincelait +tincelant +tincelas +tincelasse +tincelassent +tincelasses +tincelassiez +tincelassions +tincelmes +tinceler +tincelez +tincel +tincele +tinceles +tincels +tincelrent +tinceliez +tincelions +tincelle +tincellement +tincellements +tincellent +tincellera +tincellerai +tincelleraient +tincellerais +tincellerait +tincelleras +tincellerez +tincelleriez +tincellerions +tincellerons +tincelleront +tincelles +tincelons +tiola +tiolai +tiolaient +tiolais +tiolait +tiolant +tiolas +tiolasse +tiolassent +tiolasses +tiolassiez +tiolassions +tiolmes +tiolt +tioltes +tiole +tiolement +tiolements +tiolent +tioler +tiolera +tiolerai +tioleraient +tiolerais +tiolerait +tioleras +tiolerez +tioleriez +tiolerions +tiolerons +tioleront +tioles +tiolez +tiol +tiole +tioles +tiols +tiolrent +tioliez +tiolions +tiologie +tiologique +tiologiques +tiolons +tions +tique +tiques +tiqueta +tiquetage +tiquetages +tiquetai +tiquetaient +tiquetais +tiquetait +tiquetant +tiquetas +tiquetasse +tiquetassent +tiquetasses +tiquetassiez +tiquetassions +tiquetmes +tiquett +tiquettes +tiqueter +tiquetez +tiquet +tiquete +tiquetes +tiquets +tiquetrent +tiquetiez +tiquetions +tiquetons +tiquette +tiquettent +tiquettera +tiquetterai +tiquetteraient +tiquetterais +tiquetterait +tiquetteras +tiquetterez +tiquetteriez +tiquetterions +tiquetterons +tiquetteront +tiquettes +tira +tirage +tirages +tirai +tiraient +tirais +tirait +tirant +tiras +tirasse +tirassent +tirasses +tirassiez +tirassions +tirmes +tirt +tirtes +tire +tirent +tirer +tirera +tirerai +tireraient +tirerais +tirerait +tireras +tirerez +tireriez +tirerions +tirerons +tireront +tires +tirez +tir +tire +tires +tirs +tirrent +tiriez +tirions +tirons +toffa +toffai +toffaient +toffais +toffait +toffant +toffas +toffasse +toffassent +toffasses +toffassiez +toffassions +toffmes +tofft +tofftes +toffe +toffent +toffer +toffera +tofferai +tofferaient +tofferais +tofferait +tofferas +tofferez +tofferiez +tofferions +tofferons +tofferont +toffes +toffez +toff +toffe +toffes +toffs +toffrent +toffiez +toffions +toffons +toila +toilai +toilaient +toilais +toilait +toilant +toilas +toilasse +toilassent +toilasses +toilassiez +toilassions +toilmes +toilt +toiltes +toile +toilent +toiler +toilera +toilerai +toileraient +toilerais +toilerait +toileras +toilerez +toileriez +toilerions +toilerons +toileront +toiles +toilez +toil +toile +toiles +toils +toilrent +toiliez +toilions +toilons +tole +toles +tonna +tonnai +tonnaient +tonnais +tonnait +tonnamment +tonnant +tonnante +tonnantes +tonnants +tonnas +tonnasse +tonnassent +tonnasses +tonnassiez +tonnassions +tonnmes +tonnt +tonntes +tonne +tonnement +tonnements +tonnent +tonner +tonnera +tonnerai +tonneraient +tonnerais +tonnerait +tonneras +tonnerez +tonneriez +tonnerions +tonnerons +tonneront +tonnes +tonnez +tonn +tonne +tonnes +tonns +tonnrent +tonniez +tonnions +tonnons +touffa +touffai +touffaient +touffais +touffait +touffant +touffante +touffas +touffasse +touffassent +touffasses +touffassiez +touffassions +touffmes +toufft +toufftes +touffe +touffement +touffements +touffent +touffer +touffera +toufferai +toufferaient +toufferais +toufferait +toufferas +toufferez +toufferiez +toufferions +toufferons +toufferont +touffes +touffez +touff +touffe +touffes +touffs +touffrent +touffiez +touffions +touffoir +touffoirs +touffons +toupe +toupes +toupille +toupilles +tourderie +tourderies +tourdi +tourdie +tourdies +tourdiment +tourdir +tourdira +tourdirai +tourdiraient +tourdirais +tourdirait +tourdiras +tourdirent +tourdirez +tourdiriez +tourdirions +tourdirons +tourdiront +tourdis +tourdissaient +tourdissais +tourdissait +tourdissant +tourdisse +tourdissement +tourdissements +tourdissent +tourdisses +tourdissiez +tourdissions +tourdissons +tourdit +tourdmes +tourdt +tourdtes +tourneau +tourneaux +trange +trangement +tranger +trangers +tranges +tranget +trangets +trangre +trangres +trangla +tranglai +tranglaient +tranglais +tranglait +tranglant +tranglas +tranglasse +tranglassent +tranglasses +tranglassiez +tranglassions +tranglmes +tranglt +trangltes +trangle +tranglement +tranglements +tranglent +trangler +tranglera +tranglerai +trangleraient +tranglerais +tranglerait +trangleras +tranglerez +trangleriez +tranglerions +tranglerons +trangleront +trangles +trangleur +trangleurs +trangleuse +trangleuses +tranglez +trangl +trangle +trangles +trangls +tranglrent +trangliez +tranglions +tranglons +trave +traves +treignaient +treignais +treignait +treignant +treigne +treignent +treignes +treignez +treigniez +treignions +treignirent +treignis +treignisse +treignissent +treignisses +treignissiez +treignissions +treignit +treignmes +treignt +treigntes +treignons +treindra +treindrai +treindraient +treindrais +treindrait +treindras +treindre +treindrez +treindriez +treindrions +treindrons +treindront +treinds +treint +treinte +treintes +treints +trenna +trennai +trennaient +trennais +trennait +trennant +trennas +trennasse +trennassent +trennasses +trennassiez +trennassions +trennmes +trennt +trenntes +trenne +trennent +trenner +trennera +trennerai +trenneraient +trennerais +trennerait +trenneras +trennerez +trenneriez +trennerions +trennerons +trenneront +trennes +trennez +trenn +trenne +trennes +trenns +trennrent +trenniez +trennions +trennons +trier +triers +trilla +trillai +trillaient +trillais +trillait +trillant +trillas +trillasse +trillassent +trillasses +trillassiez +trillassions +trillmes +trillt +trilltes +trille +trillent +triller +trillera +trillerai +trilleraient +trillerais +trillerait +trilleras +trillerez +trilleriez +trillerions +trillerons +trilleront +trilles +trillez +trill +trille +trilles +trills +trillrent +trilliez +trillions +trillons +tripa +tripai +tripaient +tripais +tripait +tripant +tripas +tripasse +tripassent +tripasses +tripassiez +tripassions +tripmes +tript +triptes +tripe +tripent +triper +tripera +triperai +triperaient +triperais +triperait +triperas +triperez +triperiez +triperions +triperons +triperont +tripes +tripez +trip +tripe +tripes +trips +triprent +tripiez +tripions +tripons +triqu +trique +triques +triqus +trivire +trivires +troit +troite +troitement +troites +troitesse +troitesses +troits +trurie +trusque +trusques +tude +tudes +tudia +tudiai +tudiaient +tudiais +tudiait +tudiant +tudiante +tudiantes +tudiants +tudias +tudiasse +tudiassent +tudiasses +tudiassiez +tudiassions +tudimes +tudit +tudites +tudie +tudient +tudier +tudiera +tudierai +tudieraient +tudierais +tudierait +tudieras +tudierez +tudieriez +tudierions +tudierons +tudieront +tudies +tudiez +tudi +tudie +tudies +tudis +tudirent +tudiiez +tudiions +tudions +tui +tuis +tuva +tuvai +tuvaient +tuvais +tuvait +tuvant +tuvas +tuvasse +tuvassent +tuvasses +tuvassiez +tuvassions +tuvmes +tuvt +tuvtes +tuve +tuvent +tuver +tuvera +tuverai +tuveraient +tuverais +tuverait +tuveras +tuverez +tuveriez +tuverions +tuverons +tuveront +tuves +tuvez +tuv +tuve +tuves +tuvs +tuvrent +tuviez +tuvions +tuvons +tymologie +tymologies +tymologique +tymologiquement +tymologiques +tymologiste +tymologistes +vacua +vacuai +vacuaient +vacuais +vacuait +vacuant +vacuas +vacuasse +vacuassent +vacuasses +vacuassiez +vacuassions +vacuation +vacuations +vacumes +vacut +vacutes +vacue +vacuent +vacuer +vacuera +vacuerai +vacueraient +vacuerais +vacuerait +vacueras +vacuerez +vacueriez +vacuerions +vacuerons +vacueront +vacues +vacuez +vacu +vacue +vacues +vacus +vacurent +vacuiez +vacuions +vacuons +vada +vadai +vadaient +vadais +vadait +vadant +vadas +vadasse +vadassent +vadasses +vadassiez +vadassions +vadmes +vadt +vadtes +vade +vadent +vader +vadera +vaderai +vaderaient +vaderais +vaderait +vaderas +vaderez +vaderiez +vaderions +vaderons +vaderont +vades +vadez +vad +vade +vades +vads +vadrent +vadiez +vadions +vadons +valua +valuai +valuaient +valuais +valuait +valuant +valuas +valuasse +valuassent +valuasses +valuassiez +valuassions +valuation +valuations +valumes +valut +valutes +value +valuent +valuer +valuera +valuerai +valueraient +valuerais +valuerait +valueras +valuerez +valueriez +valuerions +valuerons +valueront +values +valuez +valu +value +values +valus +valurent +valuiez +valuions +valuons +vanglique +vangliquement +vangliques +vanglisa +vanglisai +vanglisaient +vanglisais +vanglisait +vanglisant +vanglisas +vanglisasse +vanglisassent +vanglisasses +vanglisassiez +vanglisassions +vanglisateur +vanglisateurs +vanglisation +vanglisations +vanglisatrice +vanglisatrices +vanglismes +vanglist +vanglistes +vanglise +vanglisent +vangliser +vanglisera +vangliserai +vangliseraient +vangliserais +vangliserait +vangliseras +vangliserez +vangliseriez +vangliserions +vangliserons +vangliseront +vanglises +vanglisez +vanglis +vanglise +vanglises +vangliss +vanglisrent +vanglisiez +vanglisions +vanglisons +vangliste +vanglistes +vangile +vangiles +vanoui +vanouie +vanouies +vanouir +vanouira +vanouirai +vanouiraient +vanouirais +vanouirait +vanouiras +vanouirent +vanouirez +vanouiriez +vanouirions +vanouirons +vanouiront +vanouis +vanouissaient +vanouissais +vanouissait +vanouissant +vanouisse +vanouissement +vanouissements +vanouissent +vanouisses +vanouissiez +vanouissions +vanouissons +vanouit +vanoumes +vanout +vanoutes +vapora +vaporai +vaporaient +vaporais +vaporait +vaporant +vaporas +vaporasse +vaporassent +vaporasses +vaporassiez +vaporassions +vaporation +vaporations +vapormes +vaport +vaportes +vapore +vaporent +vaporer +vaporera +vaporerai +vaporeraient +vaporerais +vaporerait +vaporeras +vaporerez +vaporeriez +vaporerions +vaporerons +vaporeront +vapores +vaporez +vapor +vapore +vapores +vapors +vaporrent +vaporiez +vaporions +vaporons +vasa +vasai +vasaient +vasais +vasait +vasant +vasas +vasasse +vasassent +vasasses +vasassiez +vasassions +vasmes +vast +vastes +vase +vasement +vasements +vasent +vaser +vasera +vaserai +vaseraient +vaserais +vaserait +vaseras +vaserez +vaseriez +vaserions +vaserons +vaseront +vases +vasez +vas +vase +vases +vass +vasrent +vasiez +vasif +vasifs +vasion +vasions +vasive +vasivement +vasives +vasons +veil +veilla +veillai +veillaient +veillais +veillait +veillant +veillas +veillasse +veillassent +veillasses +veillassiez +veillassions +veillmes +veillt +veilltes +veille +veillent +veiller +veillera +veillerai +veilleraient +veillerais +veillerait +veilleras +veillerez +veilleriez +veillerions +veillerons +veilleront +veilles +veillez +veill +veille +veilles +veills +veillrent +veilliez +veillions +veillons +veils +vent +venta +ventai +ventaient +ventail +ventails +ventaire +ventaires +ventais +ventait +ventant +ventas +ventasse +ventassent +ventasses +ventassiez +ventassions +ventmes +ventt +venttes +vente +ventent +venter +ventera +venterai +venteraient +venterais +venterait +venteras +venterez +venteriez +venterions +venterons +venteront +ventes +ventez +vent +vente +ventes +vents +ventrent +ventiez +ventions +ventons +ventra +ventrai +ventraient +ventrais +ventrait +ventrant +ventras +ventrasse +ventrassent +ventrasses +ventrassiez +ventrassions +ventration +ventrations +ventrmes +ventrt +ventrtes +ventre +ventrent +ventrer +ventrera +ventrerai +ventreraient +ventrerais +ventrerait +ventreras +ventrerez +ventreriez +ventrerions +ventrerons +ventreront +ventres +ventrez +ventr +ventre +ventres +ventrs +ventrrent +ventriez +ventrions +ventrons +vents +ventualit +ventualits +ventuel +ventuelle +ventuellement +ventuelles +ventuels +vertua +vertuai +vertuaient +vertuais +vertuait +vertuant +vertuas +vertuasse +vertuassent +vertuasses +vertuassiez +vertuassions +vertumes +vertut +vertutes +vertue +vertuent +vertuer +vertuera +vertuerai +vertueraient +vertuerais +vertuerait +vertueras +vertuerez +vertueriez +vertuerions +vertuerons +vertueront +vertues +vertuez +vertu +vertue +vertues +vertus +verturent +vertuiez +vertuions +vertuons +vnement +vnements +vch +vchs +vque +vques +viction +victions +vida +vidai +vidaient +vidais +vidait +vidant +vidas +vidasse +vidassent +vidasses +vidassiez +vidassions +vidmes +vidt +vidtes +vide +videment nom +videments +videmment +vidence +vidences +vident +vidente +videntes +vidents +vider +videra +viderai +videraient +viderais +viderait +videras +viderez +videriez +viderions +viderons +videront +vides +videz +vid +vide +vides +vids +vidrent +vidiez +vidions +vidons +vier +viers +vince +vincement +vincements +vincent +vincer +vincera +vincerai +vinceraient +vincerais +vincerait +vinceras +vincerez +vinceriez +vincerions +vincerons +vinceront +vinces +vincez +vinc +vince +vinces +vincs +vincrent +vinciez +vincions +vina +vinai +vinaient +vinais +vinait +vinant +vinas +vinasse +vinassent +vinasses +vinassiez +vinassions +vinmes +vint +vintes +vinons +vita +vitai +vitaient +vitais +vitait +vitant +vitas +vitasse +vitassent +vitasses +vitassiez +vitassions +vitmes +vitt +vittes +vite +vitent +viter +vitera +viterai +viteraient +viterais +viterait +viteras +viterez +viteriez +viterions +viterons +viteront +vites +vitez +vit +vite +vites +vits +vitrent +vitiez +vitions +vitons +vocateur +vocateurs +vocation +vocations +vocatoire +vocatoires +vocatrice +vocatrices +volua +voluai +voluaient +voluais +voluait +voluant +voluas +voluasse +voluassent +voluasses +voluassiez +voluassions +volumes +volut +volutes +volue +voluent +voluer +voluera +voluerai +volueraient +voluerais +voluerait +volueras +voluerez +volueriez +voluerions +voluerons +volueront +volues +voluez +volu +volue +volues +volus +volurent +voluiez +voluions +voluons +volutif +volutifs +volution +volutionnisme +volutionniste +volutionnistes +volutions +volutive +volutives +voqua +voquai +voquaient +voquais +voquait +voquant +voquas +voquasse +voquassent +voquasses +voquassiez +voquassions +voqumes +voqut +voqutes +voque +voquent +voquer +voquera +voquerai +voqueraient +voquerais +voquerait +voqueras +voquerez +voqueriez +voquerions +voquerons +voqueront +voques +voquez +voqu +voque +voques +voqus +voqurent +voquiez +voquions +voquons + +a pronom + + + +cre +crement +cres +crt +crts +ge +ges +g +ge +ges +gs +me +mes +ne +nerie +neries +nes +nesse +nesses +nier +niers +nire +nires +non +nonna +nonnai +nonnaient +nonnais +nonnait +nonnant +nonnas +nonnasse +nonnassent +nonnasses +nonnassiez +nonnassions +nonnmes +nonnt +nonntes +nonne +nonnement +nonnements +nonnent +nonner +nonnera +nonnerai +nonneraient +nonnerais +nonnerait +nonneras +nonnerez +nonneriez +nonnerions +nonnerons +nonneront +nonnes +nonnez +nonn +nonne +nonnes +nonns +nonnrent +nonniez +nonnions +nonnons +nons +pre +prement +pres +pret +prets +tre +tres + +re +res +s +ve + +tes +tre +tres +ambe +ambes +le +les +lot +lots + +ta +tai +taient +tais +tait +tant +tas +tasse +tassent +tasses +tassiez +tassions +tmes +tt +ttes +te +tent +ter +tera +terai +teraient +terais +terait +teras +terez +teriez +terions +terons +teront +tes +tez +t +te +tes +ts +trent +tiez +tions +tons + + diff --git a/LinkedIn/words.README b/LinkedIn/words.README new file mode 100644 index 000000000..b45e25c7b --- /dev/null +++ b/LinkedIn/words.README @@ -0,0 +1 @@ +The file "words" in this folder contains a list of words from Webster's Second International Dictionary (1934). The copyright has lapsed, and this file is included in Unix and OS X (and found at /usr/share/dict/words) as a reference wordlist for various uses. It is used in the Word Anagram Project (Chapter 3) in this course. diff --git a/LinkedIn/words.txt b/LinkedIn/words.txt new file mode 100644 index 000000000..4be557ed6 --- /dev/null +++ b/LinkedIn/words.txt @@ -0,0 +1,235886 @@ +A +a +aa +aal +aalii +aam +Aani +aardvark +aardwolf +Aaron +Aaronic +Aaronical +Aaronite +Aaronitic +Aaru +Ab +aba +Ababdeh +Ababua +abac +abaca +abacate +abacay +abacinate +abacination +abaciscus +abacist +aback +abactinal +abactinally +abaction +abactor +abaculus +abacus +Abadite +abaff +abaft +abaisance +abaiser +abaissed +abalienate +abalienation +abalone +Abama +abampere +abandon +abandonable +abandoned +abandonedly +abandonee +abandoner +abandonment +Abanic +Abantes +abaptiston +Abarambo +Abaris +abarthrosis +abarticular +abarticulation +abas +abase +abased +abasedly +abasedness +abasement +abaser +Abasgi +abash +abashed +abashedly +abashedness +abashless +abashlessly +abashment +abasia +abasic +abask +Abassin +abastardize +abatable +abate +abatement +abater +abatis +abatised +abaton +abator +abattoir +Abatua +abature +abave +abaxial +abaxile +abaze +abb +Abba +abbacomes +abbacy +Abbadide +abbas +abbasi +abbassi +Abbasside +abbatial +abbatical +abbess +abbey +abbeystede +Abbie +abbot +abbotcy +abbotnullius +abbotship +abbreviate +abbreviately +abbreviation +abbreviator +abbreviatory +abbreviature +Abby +abcoulomb +abdal +abdat +Abderian +Abderite +abdest +abdicable +abdicant +abdicate +abdication +abdicative +abdicator +Abdiel +abditive +abditory +abdomen +abdominal +Abdominales +abdominalian +abdominally +abdominoanterior +abdominocardiac +abdominocentesis +abdominocystic +abdominogenital +abdominohysterectomy +abdominohysterotomy +abdominoposterior +abdominoscope +abdominoscopy +abdominothoracic +abdominous +abdominovaginal +abdominovesical +abduce +abducens +abducent +abduct +abduction +abductor +Abe +abeam +abear +abearance +abecedarian +abecedarium +abecedary +abed +abeigh +Abel +abele +Abelia +Abelian +Abelicea +Abelite +abelite +Abelmoschus +abelmosk +Abelonian +abeltree +Abencerrages +abenteric +abepithymia +Aberdeen +aberdevine +Aberdonian +Aberia +aberrance +aberrancy +aberrant +aberrate +aberration +aberrational +aberrator +aberrometer +aberroscope +aberuncator +abet +abetment +abettal +abettor +abevacuation +abey +abeyance +abeyancy +abeyant +abfarad +abhenry +abhiseka +abhominable +abhor +abhorrence +abhorrency +abhorrent +abhorrently +abhorrer +abhorrible +abhorring +Abhorson +abidal +abidance +abide +abider +abidi +abiding +abidingly +abidingness +Abie +Abies +abietate +abietene +abietic +abietin +Abietineae +abietineous +abietinic +Abiezer +Abigail +abigail +abigailship +abigeat +abigeus +abilao +ability +abilla +abilo +abintestate +abiogenesis +abiogenesist +abiogenetic +abiogenetical +abiogenetically +abiogenist +abiogenous +abiogeny +abiological +abiologically +abiology +abiosis +abiotic +abiotrophic +abiotrophy +Abipon +abir +abirritant +abirritate +abirritation +abirritative +abiston +Abitibi +abiuret +abject +abjectedness +abjection +abjective +abjectly +abjectness +abjoint +abjudge +abjudicate +abjudication +abjunction +abjunctive +abjuration +abjuratory +abjure +abjurement +abjurer +abkar +abkari +Abkhas +Abkhasian +ablach +ablactate +ablactation +ablare +ablastemic +ablastous +ablate +ablation +ablatitious +ablatival +ablative +ablator +ablaut +ablaze +able +ableeze +ablegate +ableness +ablepharia +ablepharon +ablepharous +Ablepharus +ablepsia +ableptical +ableptically +abler +ablest +ablewhackets +ablins +abloom +ablow +ablude +abluent +ablush +ablution +ablutionary +abluvion +ably +abmho +Abnaki +abnegate +abnegation +abnegative +abnegator +Abner +abnerval +abnet +abneural +abnormal +abnormalism +abnormalist +abnormality +abnormalize +abnormally +abnormalness +abnormity +abnormous +abnumerable +Abo +aboard +Abobra +abode +abodement +abody +abohm +aboil +abolish +abolisher +abolishment +abolition +abolitionary +abolitionism +abolitionist +abolitionize +abolla +aboma +abomasum +abomasus +abominable +abominableness +abominably +abominate +abomination +abominator +abomine +Abongo +aboon +aborad +aboral +aborally +abord +aboriginal +aboriginality +aboriginally +aboriginary +aborigine +abort +aborted +aborticide +abortient +abortifacient +abortin +abortion +abortional +abortionist +abortive +abortively +abortiveness +abortus +abouchement +abound +abounder +abounding +aboundingly +about +abouts +above +aboveboard +abovedeck +aboveground +aboveproof +abovestairs +abox +abracadabra +abrachia +abradant +abrade +abrader +Abraham +Abrahamic +Abrahamidae +Abrahamite +Abrahamitic +abraid +Abram +Abramis +abranchial +abranchialism +abranchian +Abranchiata +abranchiate +abranchious +abrasax +abrase +abrash +abrasiometer +abrasion +abrasive +abrastol +abraum +abraxas +abreact +abreaction +abreast +abrenounce +abret +abrico +abridge +abridgeable +abridged +abridgedly +abridger +abridgment +abrim +abrin +abristle +abroach +abroad +Abrocoma +abrocome +abrogable +abrogate +abrogation +abrogative +abrogator +Abroma +Abronia +abrook +abrotanum +abrotine +abrupt +abruptedly +abruption +abruptly +abruptness +Abrus +Absalom +absampere +Absaroka +absarokite +abscess +abscessed +abscession +abscessroot +abscind +abscise +abscision +absciss +abscissa +abscissae +abscisse +abscission +absconce +abscond +absconded +abscondedly +abscondence +absconder +absconsa +abscoulomb +absence +absent +absentation +absentee +absenteeism +absenteeship +absenter +absently +absentment +absentmindedly +absentness +absfarad +abshenry +Absi +absinthe +absinthial +absinthian +absinthiate +absinthic +absinthin +absinthine +absinthism +absinthismic +absinthium +absinthol +absit +absmho +absohm +absolute +absolutely +absoluteness +absolution +absolutism +absolutist +absolutistic +absolutistically +absolutive +absolutization +absolutize +absolutory +absolvable +absolvatory +absolve +absolvent +absolver +absolvitor +absolvitory +absonant +absonous +absorb +absorbability +absorbable +absorbed +absorbedly +absorbedness +absorbefacient +absorbency +absorbent +absorber +absorbing +absorbingly +absorbition +absorpt +absorptance +absorptiometer +absorptiometric +absorption +absorptive +absorptively +absorptiveness +absorptivity +absquatulate +abstain +abstainer +abstainment +abstemious +abstemiously +abstemiousness +abstention +abstentionist +abstentious +absterge +abstergent +abstersion +abstersive +abstersiveness +abstinence +abstinency +abstinent +abstinential +abstinently +abstract +abstracted +abstractedly +abstractedness +abstracter +abstraction +abstractional +abstractionism +abstractionist +abstractitious +abstractive +abstractively +abstractiveness +abstractly +abstractness +abstractor +abstrahent +abstricted +abstriction +abstruse +abstrusely +abstruseness +abstrusion +abstrusity +absume +absumption +absurd +absurdity +absurdly +absurdness +absvolt +Absyrtus +abterminal +abthain +abthainrie +abthainry +abthanage +Abu +abu +abucco +abulia +abulic +abulomania +abuna +abundance +abundancy +abundant +Abundantia +abundantly +abura +aburabozu +aburban +aburst +aburton +abusable +abuse +abusedly +abusee +abuseful +abusefully +abusefulness +abuser +abusion +abusious +abusive +abusively +abusiveness +abut +Abuta +Abutilon +abutment +abuttal +abutter +abutting +abuzz +abvolt +abwab +aby +abysm +abysmal +abysmally +abyss +abyssal +Abyssinian +abyssobenthonic +abyssolith +abyssopelagic +acacatechin +acacatechol +acacetin +Acacia +Acacian +acaciin +acacin +academe +academial +academian +Academic +academic +academical +academically +academicals +academician +academicism +academism +academist +academite +academization +academize +Academus +academy +Acadia +acadialite +Acadian +Acadie +Acaena +acajou +acaleph +Acalepha +Acalephae +acalephan +acalephoid +acalycal +acalycine +acalycinous +acalyculate +Acalypha +Acalypterae +Acalyptrata +Acalyptratae +acalyptrate +Acamar +acampsia +acana +acanaceous +acanonical +acanth +acantha +Acanthaceae +acanthaceous +acanthad +Acantharia +Acanthia +acanthial +acanthin +acanthine +acanthion +acanthite +acanthocarpous +Acanthocephala +acanthocephalan +Acanthocephali +acanthocephalous +Acanthocereus +acanthocladous +Acanthodea +acanthodean +Acanthodei +Acanthodes +acanthodian +Acanthodidae +Acanthodii +Acanthodini +acanthoid +Acantholimon +acanthological +acanthology +acantholysis +acanthoma +Acanthomeridae +acanthon +Acanthopanax +Acanthophis +acanthophorous +acanthopod +acanthopodous +acanthopomatous +acanthopore +acanthopteran +Acanthopteri +acanthopterous +acanthopterygian +Acanthopterygii +acanthosis +acanthous +Acanthuridae +Acanthurus +acanthus +acapnia +acapnial +acapsular +acapu +acapulco +acara +Acarapis +acardia +acardiac +acari +acarian +acariasis +acaricidal +acaricide +acarid +Acarida +Acaridea +acaridean +acaridomatium +acariform +Acarina +acarine +acarinosis +acarocecidium +acarodermatitis +acaroid +acarol +acarologist +acarology +acarophilous +acarophobia +acarotoxic +acarpelous +acarpous +Acarus +Acastus +acatalectic +acatalepsia +acatalepsy +acataleptic +acatallactic +acatamathesia +acataphasia +acataposis +acatastasia +acatastatic +acate +acategorical +acatery +acatharsia +acatharsy +acatholic +acaudal +acaudate +acaulescent +acauline +acaulose +acaulous +acca +accede +accedence +acceder +accelerable +accelerando +accelerant +accelerate +accelerated +acceleratedly +acceleration +accelerative +accelerator +acceleratory +accelerograph +accelerometer +accend +accendibility +accendible +accension +accensor +accent +accentless +accentor +accentuable +accentual +accentuality +accentually +accentuate +accentuation +accentuator +accentus +accept +acceptability +acceptable +acceptableness +acceptably +acceptance +acceptancy +acceptant +acceptation +accepted +acceptedly +accepter +acceptilate +acceptilation +acception +acceptive +acceptor +acceptress +accerse +accersition +accersitor +access +accessarily +accessariness +accessary +accessaryship +accessibility +accessible +accessibly +accession +accessional +accessioner +accessive +accessively +accessless +accessorial +accessorily +accessoriness +accessorius +accessory +accidence +accidency +accident +accidental +accidentalism +accidentalist +accidentality +accidentally +accidentalness +accidented +accidential +accidentiality +accidently +accidia +accidie +accinge +accipient +Accipiter +accipitral +accipitrary +Accipitres +accipitrine +accismus +accite +acclaim +acclaimable +acclaimer +acclamation +acclamator +acclamatory +acclimatable +acclimatation +acclimate +acclimatement +acclimation +acclimatizable +acclimatization +acclimatize +acclimatizer +acclimature +acclinal +acclinate +acclivitous +acclivity +acclivous +accloy +accoast +accoil +accolade +accoladed +accolated +accolent +accolle +accombination +accommodable +accommodableness +accommodate +accommodately +accommodateness +accommodating +accommodatingly +accommodation +accommodational +accommodative +accommodativeness +accommodator +accompanier +accompaniment +accompanimental +accompanist +accompany +accompanyist +accompletive +accomplice +accompliceship +accomplicity +accomplish +accomplishable +accomplished +accomplisher +accomplishment +accomplisht +accompt +accord +accordable +accordance +accordancy +accordant +accordantly +accorder +according +accordingly +accordion +accordionist +accorporate +accorporation +accost +accostable +accosted +accouche +accouchement +accoucheur +accoucheuse +account +accountability +accountable +accountableness +accountably +accountancy +accountant +accountantship +accounting +accountment +accouple +accouplement +accouter +accouterment +accoy +accredit +accreditate +accreditation +accredited +accreditment +accrementitial +accrementition +accresce +accrescence +accrescent +accretal +accrete +accretion +accretionary +accretive +accroach +accroides +accrual +accrue +accruement +accruer +accubation +accubitum +accubitus +accultural +acculturate +acculturation +acculturize +accumbency +accumbent +accumber +accumulable +accumulate +accumulation +accumulativ +accumulative +accumulatively +accumulativeness +accumulator +accuracy +accurate +accurately +accurateness +accurse +accursed +accursedly +accursedness +accusable +accusably +accusal +accusant +accusation +accusatival +accusative +accusatively +accusatorial +accusatorially +accusatory +accusatrix +accuse +accused +accuser +accusingly +accusive +accustom +accustomed +accustomedly +accustomedness +ace +aceacenaphthene +aceanthrene +aceanthrenequinone +acecaffine +aceconitic +acedia +acediamine +acediast +acedy +Aceldama +Acemetae +Acemetic +acenaphthene +acenaphthenyl +acenaphthylene +acentric +acentrous +aceologic +aceology +acephal +Acephala +acephalan +Acephali +acephalia +Acephalina +acephaline +acephalism +acephalist +Acephalite +acephalocyst +acephalous +acephalus +Acer +Aceraceae +aceraceous +Acerae +Acerata +acerate +Acerates +acerathere +Aceratherium +aceratosis +acerb +Acerbas +acerbate +acerbic +acerbity +acerdol +acerin +acerose +acerous +acerra +acertannin +acervate +acervately +acervation +acervative +acervose +acervuline +acervulus +acescence +acescency +acescent +aceship +acesodyne +Acestes +acetabular +Acetabularia +acetabuliferous +acetabuliform +acetabulous +acetabulum +acetacetic +acetal +acetaldehydase +acetaldehyde +acetaldehydrase +acetalization +acetalize +acetamide +acetamidin +acetamidine +acetamido +acetaminol +acetanilid +acetanilide +acetanion +acetaniside +acetanisidide +acetannin +acetarious +acetarsone +acetate +acetated +acetation +acetbromamide +acetenyl +acethydrazide +acetic +acetification +acetifier +acetify +acetimeter +acetimetry +acetin +acetize +acetmethylanilide +acetnaphthalide +acetoacetanilide +acetoacetate +acetoacetic +acetoamidophenol +acetoarsenite +Acetobacter +acetobenzoic +acetobromanilide +acetochloral +acetocinnamene +acetoin +acetol +acetolysis +acetolytic +acetometer +acetometrical +acetometrically +acetometry +acetomorphine +acetonaphthone +acetonate +acetonation +acetone +acetonemia +acetonemic +acetonic +acetonitrile +acetonization +acetonize +acetonuria +acetonurometer +acetonyl +acetonylacetone +acetonylidene +acetophenetide +acetophenin +acetophenine +acetophenone +acetopiperone +acetopyrin +acetosalicylic +acetose +acetosity +acetosoluble +acetothienone +acetotoluide +acetotoluidine +acetous +acetoveratrone +acetoxime +acetoxyl +acetoxyphthalide +acetphenetid +acetphenetidin +acetract +acettoluide +acetum +aceturic +acetyl +acetylacetonates +acetylacetone +acetylamine +acetylate +acetylation +acetylator +acetylbenzene +acetylbenzoate +acetylbenzoic +acetylbiuret +acetylcarbazole +acetylcellulose +acetylcholine +acetylcyanide +acetylenation +acetylene +acetylenediurein +acetylenic +acetylenyl +acetylfluoride +acetylglycine +acetylhydrazine +acetylic +acetylide +acetyliodide +acetylizable +acetylization +acetylize +acetylizer +acetylmethylcarbinol +acetylperoxide +acetylphenol +acetylphenylhydrazine +acetylrosaniline +acetylsalicylate +acetylsalol +acetyltannin +acetylthymol +acetyltropeine +acetylurea +ach +Achaean +Achaemenian +Achaemenid +Achaemenidae +Achaemenidian +Achaenodon +Achaeta +achaetous +achage +Achagua +Achakzai +achalasia +Achamoth +Achango +achar +Achariaceae +Achariaceous +achate +Achates +Achatina +Achatinella +Achatinidae +ache +acheilia +acheilous +acheiria +acheirous +acheirus +Achen +achene +achenial +achenium +achenocarp +achenodium +acher +Achernar +Acheronian +Acherontic +Acherontical +achete +Achetidae +Acheulean +acheweed +achievable +achieve +achievement +achiever +achigan +achilary +achill +Achillea +Achillean +Achilleid +achilleine +Achillize +achillobursitis +achillodynia +achime +Achimenes +Achinese +aching +achingly +achira +Achitophel +achlamydate +Achlamydeae +achlamydeous +achlorhydria +achlorophyllous +achloropsia +Achmetha +acholia +acholic +Acholoe +acholous +acholuria +acholuric +Achomawi +achondrite +achondritic +achondroplasia +achondroplastic +achor +achordal +Achordata +achordate +Achorion +Achras +achree +achroacyte +Achroanthes +achrodextrin +achrodextrinase +achroglobin +achroiocythaemia +achroiocythemia +achroite +achroma +achromacyte +achromasia +achromat +achromate +Achromatiaceae +achromatic +achromatically +achromaticity +achromatin +achromatinic +achromatism +Achromatium +achromatizable +achromatization +achromatize +achromatocyte +achromatolysis +achromatope +achromatophile +achromatopia +achromatopsia +achromatopsy +achromatosis +achromatous +achromaturia +achromia +achromic +Achromobacter +Achromobacterieae +achromoderma +achromophilous +achromotrichia +achromous +achronical +achroodextrin +achroodextrinase +achroous +achropsia +achtehalber +achtel +achtelthaler +Achuas +achy +achylia +achylous +achymia +achymous +Achyranthes +Achyrodes +acichloride +acicula +acicular +acicularly +aciculate +aciculated +aciculum +acid +Acidanthera +Acidaspis +acidemia +acider +acidic +acidiferous +acidifiable +acidifiant +acidific +acidification +acidifier +acidify +acidimeter +acidimetric +acidimetrical +acidimetrically +acidimetry +acidite +acidity +acidize +acidly +acidness +acidoid +acidology +acidometer +acidometry +acidophile +acidophilic +acidophilous +acidoproteolytic +acidosis +acidosteophyte +acidotic +acidproof +acidulate +acidulent +acidulous +aciduric +acidyl +acier +acierage +Acieral +acierate +acieration +aciform +aciliate +aciliated +Acilius +acinaceous +acinaces +acinacifolious +acinaciform +acinar +acinarious +acinary +Acineta +Acinetae +acinetan +Acinetaria +acinetarian +acinetic +acinetiform +Acinetina +acinetinan +acinic +aciniform +acinose +acinotubular +acinous +acinus +Acipenser +Acipenseres +acipenserid +Acipenseridae +acipenserine +acipenseroid +Acipenseroidei +Acis +aciurgy +acker +ackey +ackman +acknow +acknowledge +acknowledgeable +acknowledged +acknowledgedly +acknowledger +aclastic +acle +acleidian +acleistous +Aclemon +aclidian +aclinal +aclinic +acloud +aclys +Acmaea +Acmaeidae +acmatic +acme +acmesthesia +acmic +Acmispon +acmite +acne +acneform +acneiform +acnemia +Acnida +acnodal +acnode +Acocanthera +acocantherin +acock +acockbill +acocotl +Acoela +Acoelomata +acoelomate +acoelomatous +Acoelomi +acoelomous +acoelous +Acoemetae +Acoemeti +Acoemetic +acoin +acoine +Acolapissa +acold +Acolhua +Acolhuan +acologic +acology +acolous +acoluthic +acolyte +acolythate +Acoma +acoma +acomia +acomous +aconative +acondylose +acondylous +acone +aconic +aconin +aconine +aconital +aconite +aconitia +aconitic +aconitin +aconitine +Aconitum +Acontias +acontium +Acontius +aconuresis +acopic +acopon +acopyrin +acopyrine +acor +acorea +acoria +acorn +acorned +Acorus +acosmic +acosmism +acosmist +acosmistic +acotyledon +acotyledonous +acouasm +acouchi +acouchy +acoumeter +acoumetry +acouometer +acouophonia +acoupa +acousmata +acousmatic +acoustic +acoustical +acoustically +acoustician +acousticolateral +Acousticon +acoustics +acquaint +acquaintance +acquaintanceship +acquaintancy +acquaintant +acquainted +acquaintedness +acquest +acquiesce +acquiescement +acquiescence +acquiescency +acquiescent +acquiescently +acquiescer +acquiescingly +acquirability +acquirable +acquire +acquired +acquirement +acquirenda +acquirer +acquisible +acquisite +acquisited +acquisition +acquisitive +acquisitively +acquisitiveness +acquisitor +acquisitum +acquist +acquit +acquitment +acquittal +acquittance +acquitter +Acrab +acracy +acraein +Acraeinae +acraldehyde +Acrania +acranial +acraniate +acrasia +Acrasiaceae +Acrasiales +Acrasida +Acrasieae +Acraspeda +acraspedote +acratia +acraturesis +acrawl +acraze +acre +acreable +acreage +acreak +acream +acred +Acredula +acreman +acrestaff +acrid +acridan +acridian +acridic +Acrididae +Acridiidae +acridine +acridinic +acridinium +acridity +Acridium +acridly +acridness +acridone +acridonium +acridophagus +acridyl +acriflavin +acriflavine +acrimonious +acrimoniously +acrimoniousness +acrimony +acrindoline +acrinyl +acrisia +Acrisius +Acrita +acritan +acrite +acritical +acritol +Acroa +acroaesthesia +acroama +acroamatic +acroamatics +acroanesthesia +acroarthritis +acroasphyxia +acroataxia +acroatic +acrobacy +acrobat +Acrobates +acrobatholithic +acrobatic +acrobatical +acrobatically +acrobatics +acrobatism +acroblast +acrobryous +acrobystitis +Acrocarpi +acrocarpous +acrocephalia +acrocephalic +acrocephalous +acrocephaly +Acrocera +Acroceratidae +Acroceraunian +Acroceridae +Acrochordidae +Acrochordinae +acrochordon +Acroclinium +Acrocomia +acroconidium +acrocontracture +acrocoracoid +acrocyanosis +acrocyst +acrodactylum +acrodermatitis +acrodont +acrodontism +acrodrome +acrodromous +Acrodus +acrodynia +acroesthesia +acrogamous +acrogamy +acrogen +acrogenic +acrogenous +acrogenously +acrography +Acrogynae +acrogynae +acrogynous +acrolein +acrolith +acrolithan +acrolithic +acrologic +acrologically +acrologism +acrologue +acrology +acromania +acromastitis +acromegalia +acromegalic +acromegaly +acromelalgia +acrometer +acromial +acromicria +acromioclavicular +acromiocoracoid +acromiodeltoid +acromiohumeral +acromiohyoid +acromion +acromioscapular +acromiosternal +acromiothoracic +acromonogrammatic +acromphalus +Acromyodi +acromyodian +acromyodic +acromyodous +acromyotonia +acromyotonus +acron +acronarcotic +acroneurosis +acronical +acronically +acronyc +acronych +Acronycta +acronyctous +acronym +acronymic +acronymize +acronymous +acronyx +acrook +acroparalysis +acroparesthesia +acropathology +acropathy +acropetal +acropetally +acrophobia +acrophonetic +acrophonic +acrophony +acropodium +acropoleis +acropolis +acropolitan +Acropora +acrorhagus +acrorrheuma +acrosarc +acrosarcum +acroscleriasis +acroscleroderma +acroscopic +acrose +acrosome +acrosphacelus +acrospire +acrospore +acrosporous +across +acrostic +acrostical +acrostically +acrostichal +Acrosticheae +acrostichic +acrostichoid +Acrostichum +acrosticism +acrostolion +acrostolium +acrotarsial +acrotarsium +acroteleutic +acroterial +acroteric +acroterium +Acrothoracica +acrotic +acrotism +acrotomous +Acrotreta +Acrotretidae +acrotrophic +acrotrophoneurosis +Acrux +Acrydium +acryl +acrylaldehyde +acrylate +acrylic +acrylonitrile +acrylyl +act +acta +actability +actable +Actaea +Actaeaceae +Actaeon +Actaeonidae +Actiad +Actian +actification +actifier +actify +actin +actinal +actinally +actinautographic +actinautography +actine +actinenchyma +acting +Actinia +actinian +Actiniaria +actiniarian +actinic +actinically +Actinidia +Actinidiaceae +actiniferous +actiniform +actinine +actiniochrome +actiniohematin +Actiniomorpha +actinism +Actinistia +actinium +actinobacillosis +Actinobacillus +actinoblast +actinobranch +actinobranchia +actinocarp +actinocarpic +actinocarpous +actinochemistry +actinocrinid +Actinocrinidae +actinocrinite +Actinocrinus +actinocutitis +actinodermatitis +actinodielectric +actinodrome +actinodromous +actinoelectric +actinoelectrically +actinoelectricity +actinogonidiate +actinogram +actinograph +actinography +actinoid +Actinoida +Actinoidea +actinolite +actinolitic +actinologous +actinologue +actinology +actinomere +actinomeric +actinometer +actinometric +actinometrical +actinometry +actinomorphic +actinomorphous +actinomorphy +Actinomyces +Actinomycetaceae +Actinomycetales +actinomycete +actinomycetous +actinomycin +actinomycoma +actinomycosis +actinomycotic +Actinomyxidia +Actinomyxidiida +actinon +Actinonema +actinoneuritis +actinophone +actinophonic +actinophore +actinophorous +actinophryan +Actinophrys +Actinopoda +actinopraxis +actinopteran +Actinopteri +actinopterous +actinopterygian +Actinopterygii +actinopterygious +actinoscopy +actinosoma +actinosome +Actinosphaerium +actinost +actinostereoscopy +actinostomal +actinostome +actinotherapeutic +actinotherapeutics +actinotherapy +actinotoxemia +actinotrichium +actinotrocha +actinouranium +Actinozoa +actinozoal +actinozoan +actinozoon +actinula +action +actionable +actionably +actional +actionary +actioner +actionize +actionless +Actipylea +Actium +activable +activate +activation +activator +active +actively +activeness +activin +activism +activist +activital +activity +activize +actless +actomyosin +acton +actor +actorship +actress +Acts +actu +actual +actualism +actualist +actualistic +actuality +actualization +actualize +actually +actualness +actuarial +actuarially +actuarian +actuary +actuaryship +actuation +actuator +acture +acturience +actutate +acuaesthesia +Acuan +acuate +acuation +Acubens +acuclosure +acuductor +acuesthesia +acuity +aculea +Aculeata +aculeate +aculeated +aculeiform +aculeolate +aculeolus +aculeus +acumen +acuminate +acumination +acuminose +acuminous +acuminulate +acupress +acupressure +acupunctuate +acupunctuation +acupuncturation +acupuncturator +acupuncture +acurative +acushla +acutangular +acutate +acute +acutely +acutenaculum +acuteness +acutiator +acutifoliate +Acutilinguae +acutilingual +acutilobate +acutiplantar +acutish +acutograve +acutonodose +acutorsion +acyanoblepsia +acyanopsia +acyclic +acyesis +acyetic +acyl +acylamido +acylamidobenzene +acylamino +acylate +acylation +acylogen +acyloin +acyloxy +acyloxymethane +acyrological +acyrology +acystia +ad +Ada +adactyl +adactylia +adactylism +adactylous +Adad +adad +adage +adagial +adagietto +adagio +Adai +Adaize +Adam +adamant +adamantean +adamantine +adamantinoma +adamantoblast +adamantoblastoma +adamantoid +adamantoma +adamas +Adamastor +adambulacral +adamellite +Adamhood +Adamic +Adamical +Adamically +adamine +Adamite +adamite +Adamitic +Adamitical +Adamitism +Adamsia +adamsite +adance +adangle +Adansonia +Adapa +adapid +Adapis +adapt +adaptability +adaptable +adaptation +adaptational +adaptationally +adaptative +adaptedness +adapter +adaption +adaptional +adaptionism +adaptitude +adaptive +adaptively +adaptiveness +adaptometer +adaptor +adaptorial +Adar +adarme +adat +adati +adatom +adaunt +adaw +adawe +adawlut +adawn +adaxial +aday +adays +adazzle +adcraft +add +Adda +adda +addability +addable +addax +addebted +added +addedly +addend +addenda +addendum +adder +adderbolt +adderfish +adderspit +adderwort +addibility +addible +addicent +addict +addicted +addictedness +addiction +Addie +addiment +Addisonian +Addisoniana +additament +additamentary +addition +additional +additionally +additionary +additionist +addititious +additive +additively +additivity +additory +addle +addlebrain +addlebrained +addlehead +addleheaded +addleheadedly +addleheadedness +addlement +addleness +addlepate +addlepated +addlepatedness +addleplot +addlings +addlins +addorsed +address +addressee +addresser +addressful +Addressograph +addressor +addrest +Addu +adduce +adducent +adducer +adducible +adduct +adduction +adductive +adductor +Addy +Ade +ade +adead +adeem +adeep +Adela +Adelaide +Adelarthra +Adelarthrosomata +adelarthrosomatous +Adelbert +Adelea +Adeleidae +Adelges +Adelia +Adelina +Adeline +adeling +adelite +Adeliza +adelocerous +Adelochorda +adelocodonic +adelomorphic +adelomorphous +adelopod +Adelops +Adelphi +Adelphian +adelphogamy +Adelphoi +adelpholite +adelphophagy +ademonist +adempted +ademption +adenalgia +adenalgy +Adenanthera +adenase +adenasthenia +adendric +adendritic +adenectomy +adenectopia +adenectopic +adenemphractic +adenemphraxis +adenia +adeniform +adenine +adenitis +adenization +adenoacanthoma +adenoblast +adenocancroid +adenocarcinoma +adenocarcinomatous +adenocele +adenocellulitis +adenochondroma +adenochondrosarcoma +adenochrome +adenocyst +adenocystoma +adenocystomatous +adenodermia +adenodiastasis +adenodynia +adenofibroma +adenofibrosis +adenogenesis +adenogenous +adenographer +adenographic +adenographical +adenography +adenohypersthenia +adenoid +adenoidal +adenoidism +adenoliomyofibroma +adenolipoma +adenolipomatosis +adenologaditis +adenological +adenology +adenolymphocele +adenolymphoma +adenoma +adenomalacia +adenomatome +adenomatous +adenomeningeal +adenometritis +adenomycosis +adenomyofibroma +adenomyoma +adenomyxoma +adenomyxosarcoma +adenoncus +adenoneural +adenoneure +adenopathy +adenopharyngeal +adenopharyngitis +adenophlegmon +Adenophora +adenophore +adenophorous +adenophthalmia +adenophyllous +adenophyma +adenopodous +adenosarcoma +adenosclerosis +adenose +adenosine +adenosis +adenostemonous +Adenostoma +adenotome +adenotomic +adenotomy +adenotyphoid +adenotyphus +adenyl +adenylic +Adeodatus +Adeona +Adephaga +adephagan +adephagia +adephagous +adept +adeptness +adeptship +adequacy +adequate +adequately +adequateness +adequation +adequative +adermia +adermin +Adessenarian +adet +adevism +adfected +adfix +adfluxion +adglutinate +Adhafera +adhaka +adhamant +Adhara +adharma +adhere +adherence +adherency +adherent +adherently +adherer +adherescence +adherescent +adhesion +adhesional +adhesive +adhesively +adhesivemeter +adhesiveness +adhibit +adhibition +adiabatic +adiabatically +adiabolist +adiactinic +adiadochokinesis +adiagnostic +adiantiform +Adiantum +adiaphon +adiaphonon +adiaphoral +adiaphoresis +adiaphoretic +adiaphorism +adiaphorist +adiaphoristic +adiaphorite +adiaphoron +adiaphorous +adiate +adiathermal +adiathermancy +adiathermanous +adiathermic +adiathetic +adiation +Adib +Adicea +adicity +Adiel +adieu +adieux +Adigei +Adighe +Adigranth +adigranth +Adin +Adinida +adinidan +adinole +adion +adipate +adipescent +adipic +adipinic +adipocele +adipocellulose +adipocere +adipoceriform +adipocerous +adipocyte +adipofibroma +adipogenic +adipogenous +adipoid +adipolysis +adipolytic +adipoma +adipomatous +adipometer +adipopexia +adipopexis +adipose +adiposeness +adiposis +adiposity +adiposogenital +adiposuria +adipous +adipsia +adipsic +adipsous +adipsy +adipyl +Adirondack +adit +adital +aditus +adjacency +adjacent +adjacently +adjag +adject +adjection +adjectional +adjectival +adjectivally +adjective +adjectively +adjectivism +adjectivitis +adjiger +adjoin +adjoined +adjoinedly +adjoining +adjoint +adjourn +adjournal +adjournment +adjudge +adjudgeable +adjudger +adjudgment +adjudicate +adjudication +adjudicative +adjudicator +adjudicature +adjunct +adjunction +adjunctive +adjunctively +adjunctly +adjuration +adjuratory +adjure +adjurer +adjust +adjustable +adjustably +adjustage +adjustation +adjuster +adjustive +adjustment +adjutage +adjutancy +adjutant +adjutantship +adjutorious +adjutory +adjutrice +adjuvant +Adlai +adlay +adless +adlet +Adlumia +adlumidine +adlumine +adman +admarginate +admaxillary +admeasure +admeasurement +admeasurer +admedial +admedian +admensuration +admi +adminicle +adminicula +adminicular +adminiculary +adminiculate +adminiculation +adminiculum +administer +administerd +administerial +administrable +administrant +administrate +administration +administrational +administrative +administratively +administrator +administratorship +administratress +administratrices +administratrix +admirability +admirable +admirableness +admirably +admiral +admiralship +admiralty +admiration +admirative +admirator +admire +admired +admiredly +admirer +admiring +admiringly +admissibility +admissible +admissibleness +admissibly +admission +admissive +admissory +admit +admittable +admittance +admitted +admittedly +admittee +admitter +admittible +admix +admixtion +admixture +admonish +admonisher +admonishingly +admonishment +admonition +admonitioner +admonitionist +admonitive +admonitively +admonitor +admonitorial +admonitorily +admonitory +admonitrix +admortization +adnascence +adnascent +adnate +adnation +adnephrine +adnerval +adneural +adnex +adnexal +adnexed +adnexitis +adnexopexy +adnominal +adnominally +adnomination +adnoun +ado +adobe +adolesce +adolescence +adolescency +adolescent +adolescently +Adolph +Adolphus +Adonai +Adonean +Adonia +Adoniad +Adonian +Adonic +adonidin +adonin +Adoniram +Adonis +adonite +adonitol +adonize +adoperate +adoperation +adopt +adoptability +adoptable +adoptant +adoptative +adopted +adoptedly +adoptee +adopter +adoptian +adoptianism +adoptianist +adoption +adoptional +adoptionism +adoptionist +adoptious +adoptive +adoptively +adorability +adorable +adorableness +adorably +adoral +adorally +adorant +Adorantes +adoration +adoratory +adore +adorer +Adoretus +adoringly +adorn +adorner +adorningly +adornment +adosculation +adossed +adoulie +adown +Adoxa +Adoxaceae +adoxaceous +adoxography +adoxy +adoze +adpao +adpress +adpromission +adradial +adradially +adradius +Adramelech +Adrammelech +adread +adream +adreamed +adreamt +adrectal +adrenal +adrenalectomize +adrenalectomy +Adrenalin +adrenaline +adrenalize +adrenalone +adrenergic +adrenin +adrenine +adrenochrome +adrenocortical +adrenocorticotropic +adrenolysis +adrenolytic +adrenotropic +Adrian +Adriana +Adriatic +Adrienne +adrift +adrip +adroit +adroitly +adroitness +adroop +adrop +adrostral +adrowse +adrue +adry +adsbud +adscendent +adscititious +adscititiously +adscript +adscripted +adscription +adscriptitious +adscriptitius +adscriptive +adsessor +adsheart +adsignification +adsignify +adsmith +adsmithing +adsorb +adsorbable +adsorbate +adsorbent +adsorption +adsorptive +adstipulate +adstipulation +adstipulator +adterminal +adtevac +adular +adularescence +adularia +adulate +adulation +adulator +adulatory +adulatress +Adullam +Adullamite +adult +adulter +adulterant +adulterate +adulterately +adulterateness +adulteration +adulterator +adulterer +adulteress +adulterine +adulterize +adulterous +adulterously +adultery +adulthood +adulticidal +adulticide +adultness +adultoid +adumbral +adumbrant +adumbrate +adumbration +adumbrative +adumbratively +adunc +aduncate +aduncated +aduncity +aduncous +adusk +adust +adustion +adustiosis +Advaita +advance +advanceable +advanced +advancedness +advancement +advancer +advancing +advancingly +advancive +advantage +advantageous +advantageously +advantageousness +advection +advectitious +advective +advehent +advene +advenience +advenient +Advent +advential +Adventism +Adventist +adventitia +adventitious +adventitiously +adventitiousness +adventive +adventual +adventure +adventureful +adventurement +adventurer +adventureship +adventuresome +adventuresomely +adventuresomeness +adventuress +adventurish +adventurous +adventurously +adventurousness +adverb +adverbial +adverbiality +adverbialize +adverbially +adverbiation +adversant +adversaria +adversarious +adversary +adversative +adversatively +adverse +adversely +adverseness +adversifoliate +adversifolious +adversity +advert +advertence +advertency +advertent +advertently +advertisable +advertise +advertisee +advertisement +advertiser +advertising +advice +adviceful +advisability +advisable +advisableness +advisably +advisal +advisatory +advise +advised +advisedly +advisedness +advisee +advisement +adviser +advisership +advisive +advisiveness +advisor +advisorily +advisory +advocacy +advocate +advocateship +advocatess +advocation +advocator +advocatory +advocatress +advocatrice +advocatrix +advolution +advowee +advowson +ady +adynamia +adynamic +adynamy +adyta +adyton +adytum +adz +adze +adzer +adzooks +ae +Aeacides +Aeacus +Aeaean +Aechmophorus +aecial +Aecidiaceae +aecidial +aecidioform +Aecidiomycetes +aecidiospore +aecidiostage +aecidium +aeciospore +aeciostage +aecioteliospore +aeciotelium +aecium +aedeagus +Aedes +aedicula +aedile +aedileship +aedilian +aedilic +aedilitian +aedility +aedoeagus +aefald +aefaldness +aefaldy +aefauld +aegagropila +aegagropile +aegagrus +Aegean +aegerian +aegeriid +Aegeriidae +Aegialitis +aegicrania +Aegina +Aeginetan +Aeginetic +Aegipan +aegirine +aegirinolite +aegirite +aegis +Aegisthus +Aegithalos +Aegithognathae +aegithognathism +aegithognathous +Aegle +Aegopodium +aegrotant +aegyptilla +aegyrite +aeluroid +Aeluroidea +aelurophobe +aelurophobia +aeluropodous +aenach +aenean +aeneolithic +aeneous +aenigmatite +aeolharmonica +Aeolia +Aeolian +Aeolic +Aeolicism +aeolid +Aeolidae +Aeolididae +aeolina +aeoline +aeolipile +Aeolis +Aeolism +Aeolist +aeolistic +aeolodicon +aeolodion +aeolomelodicon +aeolopantalon +aeolotropic +aeolotropism +aeolotropy +aeolsklavier +aeon +aeonial +aeonian +aeonist +Aepyceros +Aepyornis +Aepyornithidae +Aepyornithiformes +Aequi +Aequian +Aequiculi +Aequipalpia +aequoreal +aer +aerage +aerarian +aerarium +aerate +aeration +aerator +aerenchyma +aerenterectasia +aerial +aerialist +aeriality +aerially +aerialness +aeric +aerical +Aerides +aerie +aeried +aerifaction +aeriferous +aerification +aeriform +aerify +aero +Aerobacter +aerobate +aerobatic +aerobatics +aerobe +aerobian +aerobic +aerobically +aerobiologic +aerobiological +aerobiologically +aerobiologist +aerobiology +aerobion +aerobiont +aerobioscope +aerobiosis +aerobiotic +aerobiotically +aerobious +aerobium +aeroboat +Aerobranchia +aerobranchiate +aerobus +aerocamera +aerocartograph +Aerocharidae +aerocolpos +aerocraft +aerocurve +aerocyst +aerodermectasia +aerodone +aerodonetic +aerodonetics +aerodrome +aerodromics +aerodynamic +aerodynamical +aerodynamicist +aerodynamics +aerodyne +aeroembolism +aeroenterectasia +aerofoil +aerogel +aerogen +aerogenes +aerogenesis +aerogenic +aerogenically +aerogenous +aerogeologist +aerogeology +aerognosy +aerogram +aerograph +aerographer +aerographic +aerographical +aerographics +aerography +aerogun +aerohydrodynamic +aerohydropathy +aerohydroplane +aerohydrotherapy +aerohydrous +aeroides +aerolite +aerolith +aerolithology +aerolitic +aerolitics +aerologic +aerological +aerologist +aerology +aeromaechanic +aeromancer +aeromancy +aeromantic +aeromarine +aeromechanical +aeromechanics +aerometeorograph +aerometer +aerometric +aerometry +aeromotor +aeronat +aeronaut +aeronautic +aeronautical +aeronautically +aeronautics +aeronautism +aeronef +aeroneurosis +aeropathy +Aerope +aeroperitoneum +aeroperitonia +aerophagia +aerophagist +aerophagy +aerophane +aerophilatelic +aerophilatelist +aerophilately +aerophile +aerophilic +aerophilous +aerophobia +aerophobic +aerophone +aerophor +aerophore +aerophotography +aerophysical +aerophysics +aerophyte +aeroplane +aeroplaner +aeroplanist +aeropleustic +aeroporotomy +aeroscepsis +aeroscepsy +aeroscope +aeroscopic +aeroscopically +aeroscopy +aerose +aerosiderite +aerosiderolite +Aerosol +aerosol +aerosphere +aerosporin +aerostat +aerostatic +aerostatical +aerostatics +aerostation +aerosteam +aerotactic +aerotaxis +aerotechnical +aerotherapeutics +aerotherapy +aerotonometer +aerotonometric +aerotonometry +aerotropic +aerotropism +aeroyacht +aeruginous +aerugo +aery +aes +Aeschylean +Aeschynanthus +Aeschynomene +aeschynomenous +Aesculaceae +aesculaceous +Aesculapian +Aesculapius +Aesculus +Aesopian +Aesopic +aesthete +aesthetic +aesthetical +aesthetically +aesthetician +aestheticism +aestheticist +aestheticize +aesthetics +aesthiology +aesthophysiology +Aestii +aethalioid +aethalium +aetheogam +aetheogamic +aetheogamous +aethered +Aethionema +aethogen +aethrioscope +Aethusa +Aetian +aetiogenic +aetiotropic +aetiotropically +Aetobatidae +Aetobatus +Aetolian +Aetomorphae +aetosaur +aetosaurian +Aetosaurus +aevia +aface +afaint +Afar +afar +afara +afear +afeard +afeared +afebrile +Afenil +afernan +afetal +affa +affability +affable +affableness +affably +affabrous +affair +affaite +affect +affectable +affectate +affectation +affectationist +affected +affectedly +affectedness +affecter +affectibility +affectible +affecting +affectingly +affection +affectional +affectionally +affectionate +affectionately +affectionateness +affectioned +affectious +affective +affectively +affectivity +affeer +affeerer +affeerment +affeir +affenpinscher +affenspalte +afferent +affettuoso +affiance +affiancer +affiant +affidation +affidavit +affidavy +affiliable +affiliate +affiliation +affinal +affination +affine +affined +affinely +affinitative +affinitatively +affinite +affinition +affinitive +affinity +affirm +affirmable +affirmably +affirmance +affirmant +affirmation +affirmative +affirmatively +affirmatory +affirmer +affirmingly +affix +affixal +affixation +affixer +affixion +affixture +afflation +afflatus +afflict +afflicted +afflictedness +afflicter +afflicting +afflictingly +affliction +afflictionless +afflictive +afflictively +affluence +affluent +affluently +affluentness +afflux +affluxion +afforce +afforcement +afford +affordable +afforest +afforestable +afforestation +afforestment +afformative +affranchise +affranchisement +affray +affrayer +affreight +affreighter +affreightment +affricate +affricated +affrication +affricative +affright +affrighted +affrightedly +affrighter +affrightful +affrightfully +affrightingly +affrightment +affront +affronte +affronted +affrontedly +affrontedness +affronter +affronting +affrontingly +affrontingness +affrontive +affrontiveness +affrontment +affuse +affusion +affy +Afghan +afghani +afield +Afifi +afikomen +afire +aflagellar +aflame +aflare +aflat +aflaunt +aflicker +aflight +afloat +aflow +aflower +afluking +aflush +aflutter +afoam +afoot +afore +aforehand +aforenamed +aforesaid +aforethought +aforetime +aforetimes +afortiori +afoul +afraid +afraidness +Aframerican +Afrasia +Afrasian +afreet +afresh +afret +Afric +African +Africana +Africanism +Africanist +Africanization +Africanize +Africanoid +Africanthropus +Afridi +Afrikaans +Afrikander +Afrikanderdom +Afrikanderism +Afrikaner +Afrogaea +Afrogaean +afront +afrown +Afshah +Afshar +aft +aftaba +after +afteract +afterage +afterattack +afterband +afterbeat +afterbirth +afterblow +afterbody +afterbrain +afterbreach +afterbreast +afterburner +afterburning +aftercare +aftercareer +aftercast +aftercataract +aftercause +afterchance +afterchrome +afterchurch +afterclap +afterclause +aftercome +aftercomer +aftercoming +aftercooler +aftercost +aftercourse +aftercrop +aftercure +afterdamp +afterdate +afterdays +afterdeck +afterdinner +afterdrain +afterdrops +aftereffect +afterend +aftereye +afterfall +afterfame +afterfeed +afterfermentation +afterform +afterfriend +afterfruits +afterfuture +aftergame +aftergas +afterglide +afterglow +aftergo +aftergood +aftergrass +aftergrave +aftergrief +aftergrind +aftergrowth +afterguard +afterguns +afterhand +afterharm +afterhatch +afterhelp +afterhend +afterhold +afterhope +afterhours +afterimage +afterimpression +afterings +afterking +afterknowledge +afterlife +afterlifetime +afterlight +afterloss +afterlove +aftermark +aftermarriage +aftermass +aftermast +aftermath +aftermatter +aftermeal +aftermilk +aftermost +afternight +afternoon +afternoons +afternose +afternote +afteroar +afterpain +afterpart +afterpast +afterpeak +afterpiece +afterplanting +afterplay +afterpressure +afterproof +afterrake +afterreckoning +afterrider +afterripening +afterroll +afterschool +aftersend +aftersensation +aftershaft +aftershafted +aftershine +aftership +aftershock +aftersong +aftersound +afterspeech +afterspring +afterstain +afterstate +afterstorm +afterstrain +afterstretch +afterstudy +afterswarm +afterswarming +afterswell +aftertan +aftertask +aftertaste +afterthinker +afterthought +afterthoughted +afterthrift +aftertime +aftertimes +aftertouch +aftertreatment +aftertrial +afterturn +aftervision +afterwale +afterwar +afterward +afterwards +afterwash +afterwhile +afterwisdom +afterwise +afterwit +afterwitted +afterwork +afterworking +afterworld +afterwrath +afterwrist +aftmost +Aftonian +aftosa +aftward +aftwards +afunction +afunctional +afwillite +Afzelia +aga +agabanee +agacante +agacella +Agaces +Agade +Agag +again +against +againstand +agal +agalactia +agalactic +agalactous +agalawood +agalaxia +agalaxy +Agalena +Agalenidae +Agalinis +agalite +agalloch +agallochum +agallop +agalma +agalmatolite +agalwood +Agama +agama +Agamae +Agamemnon +agamete +agami +agamian +agamic +agamically +agamid +Agamidae +agamobium +agamogenesis +agamogenetic +agamogenetically +agamogony +agamoid +agamont +agamospore +agamous +agamy +aganglionic +Aganice +Aganippe +Agao +Agaonidae +Agapanthus +agape +Agapemone +Agapemonian +Agapemonist +Agapemonite +agapetae +agapeti +agapetid +Agapetidae +Agapornis +agar +agaric +agaricaceae +agaricaceous +Agaricales +agaricic +agariciform +agaricin +agaricine +agaricoid +Agaricus +Agaristidae +agarita +Agarum +agarwal +agasp +Agastache +Agastreae +agastric +agastroneuria +agate +agateware +Agatha +Agathaea +Agathaumas +agathin +Agathis +agathism +agathist +agathodaemon +agathodaemonic +agathokakological +agathology +Agathosma +agatiferous +agatiform +agatine +agatize +agatoid +agaty +Agau +Agave +agavose +Agawam +Agaz +agaze +agazed +Agdistis +age +aged +agedly +agedness +agee +Agelacrinites +Agelacrinitidae +Agelaius +Agelaus +ageless +agelessness +agelong +agen +Agena +agency +agenda +agendum +agenesia +agenesic +agenesis +agennetic +agent +agentess +agential +agentival +agentive +agentry +agentship +ageometrical +ager +Ageratum +ageusia +ageusic +ageustia +agger +aggerate +aggeration +aggerose +Aggie +agglomerant +agglomerate +agglomerated +agglomeratic +agglomeration +agglomerative +agglomerator +agglutinability +agglutinable +agglutinant +agglutinate +agglutination +agglutinationist +agglutinative +agglutinator +agglutinin +agglutinize +agglutinogen +agglutinogenic +agglutinoid +agglutinoscope +agglutogenic +aggradation +aggradational +aggrade +aggrandizable +aggrandize +aggrandizement +aggrandizer +aggrate +aggravate +aggravating +aggravatingly +aggravation +aggravative +aggravator +aggregable +aggregant +Aggregata +Aggregatae +aggregate +aggregately +aggregateness +aggregation +aggregative +aggregator +aggregatory +aggress +aggressin +aggression +aggressionist +aggressive +aggressively +aggressiveness +aggressor +aggrievance +aggrieve +aggrieved +aggrievedly +aggrievedness +aggrievement +aggroup +aggroupment +aggry +aggur +agha +Aghan +aghanee +aghast +aghastness +Aghlabite +Aghorapanthi +Aghori +Agialid +Agib +Agiel +agilawood +agile +agilely +agileness +agility +agillawood +aging +agio +agiotage +agist +agistator +agistment +agistor +agitable +agitant +agitate +agitatedly +agitation +agitational +agitationist +agitative +agitator +agitatorial +agitatrix +agitprop +Agkistrodon +agla +Aglaia +aglance +Aglaonema +Aglaos +aglaozonia +aglare +Aglaspis +Aglauros +agleaf +agleam +aglet +aglethead +agley +aglimmer +aglint +Aglipayan +Aglipayano +aglitter +aglobulia +Aglossa +aglossal +aglossate +aglossia +aglow +aglucon +aglutition +aglycosuric +Aglypha +aglyphodont +Aglyphodonta +Aglyphodontia +aglyphous +agmatine +agmatology +agminate +agminated +agnail +agname +agnamed +agnate +Agnatha +agnathia +agnathic +Agnathostomata +agnathostomatous +agnathous +agnatic +agnatically +agnation +agnel +Agnes +agnification +agnize +Agnoetae +Agnoete +Agnoetism +agnoiology +Agnoite +agnomen +agnomical +agnominal +agnomination +agnosia +agnosis +agnostic +agnostically +agnosticism +Agnostus +agnosy +Agnotozoic +agnus +ago +agog +agoge +agogic +agogics +agoho +agoing +agomensin +agomphiasis +agomphious +agomphosis +agon +agonal +agone +agoniada +agoniadin +agoniatite +Agoniatites +agonic +agonied +agonist +Agonista +agonistarch +agonistic +agonistically +agonistics +agonium +agonize +agonizedly +agonizer +agonizingly +Agonostomus +agonothete +agonothetic +agony +agora +agoranome +agoraphobia +agouara +agouta +agouti +agpaite +agpaitic +Agra +agraffee +agrah +agral +agrammatical +agrammatism +Agrania +agranulocyte +agranulocytosis +agranuloplastic +Agrapha +agraphia +agraphic +agrarian +agrarianism +agrarianize +agrarianly +Agrauleum +agre +agree +agreeability +agreeable +agreeableness +agreeably +agreed +agreeing +agreeingly +agreement +agreer +agregation +agrege +agrestal +agrestial +agrestian +agrestic +agria +agricere +agricole +agricolist +agricolite +agricolous +agricultor +agricultural +agriculturalist +agriculturally +agriculture +agriculturer +agriculturist +Agrilus +Agrimonia +agrimony +agrimotor +agrin +Agriochoeridae +Agriochoerus +agriological +agriologist +agriology +Agrionia +agrionid +Agrionidae +Agriotes +Agriotypidae +Agriotypus +agrise +agrito +agroan +agrobiologic +agrobiological +agrobiologically +agrobiologist +agrobiology +agrogeological +agrogeologically +agrogeology +agrologic +agrological +agrologically +agrology +agrom +Agromyza +agromyzid +Agromyzidae +agronome +agronomial +agronomic +agronomical +agronomics +agronomist +agronomy +agroof +agrope +Agropyron +Agrostemma +agrosteral +Agrostis +agrostographer +agrostographic +agrostographical +agrostography +agrostologic +agrostological +agrostologist +agrostology +agrotechny +Agrotis +aground +agrufe +agruif +agrypnia +agrypnotic +agsam +agua +aguacate +Aguacateca +aguavina +Agudist +ague +aguelike +agueproof +agueweed +aguey +aguilarite +aguilawood +aguinaldo +aguirage +aguish +aguishly +aguishness +agunah +agush +agust +agy +Agyieus +agynarious +agynary +agynous +agyrate +agyria +Ah +ah +aha +ahaaina +ahankara +Ahantchuyuk +ahartalav +ahaunch +ahead +aheap +ahem +Ahepatokla +Ahet +ahey +ahimsa +ahind +ahint +Ahir +ahluwalia +ahmadi +Ahmadiya +Ahmed +Ahmet +Ahnfeltia +aho +Ahom +ahong +ahorse +ahorseback +Ahousaht +ahoy +Ahrendahronon +Ahriman +Ahrimanian +ahsan +Aht +Ahtena +ahu +ahuatle +ahuehuete +ahull +ahum +ahungered +ahungry +ahunt +ahura +ahush +ahwal +ahypnia +ai +Aias +Aiawong +aichmophobia +aid +aidable +aidance +aidant +aide +Aidenn +aider +Aides +aidful +aidless +aiel +aigialosaur +Aigialosauridae +Aigialosaurus +aiglet +aigremore +aigrette +aiguille +aiguillesque +aiguillette +aiguilletted +aikinite +ail +ailantery +ailanthic +Ailanthus +ailantine +ailanto +aile +Aileen +aileron +ailette +Ailie +ailing +aillt +ailment +ailsyte +Ailuridae +ailuro +ailuroid +Ailuroidea +Ailuropoda +Ailuropus +Ailurus +ailweed +aim +Aimak +aimara +Aimee +aimer +aimful +aimfully +aiming +aimless +aimlessly +aimlessness +Aimore +aimworthiness +ainaleh +ainhum +ainoi +ainsell +aint +Ainu +aion +aionial +air +Aira +airable +airampo +airan +airbound +airbrained +airbrush +aircraft +aircraftman +aircraftsman +aircraftswoman +aircraftwoman +aircrew +aircrewman +airdock +airdrome +airdrop +aire +Airedale +airedale +airer +airfield +airfoil +airframe +airfreight +airfreighter +airgraphics +airhead +airiferous +airified +airily +airiness +airing +airish +airless +airlift +airlike +airliner +airmail +airman +airmanship +airmark +airmarker +airmonger +airohydrogen +airometer +airpark +airphobia +airplane +airplanist +airport +airproof +airscape +airscrew +airship +airsick +airsickness +airstrip +airt +airtight +airtightly +airtightness +airward +airwards +airway +airwayman +airwoman +airworthiness +airworthy +airy +aischrolatreia +aiseweed +aisle +aisled +aisleless +aisling +Aissaoua +Aissor +aisteoir +Aistopoda +Aistopodes +ait +aitch +aitchbone +aitchless +aitchpiece +aitesis +aithochroi +aition +aitiotropic +Aitkenite +Aitutakian +aiwan +Aix +aizle +Aizoaceae +aizoaceous +Aizoon +Ajaja +ajaja +ajangle +ajar +ajari +Ajatasatru +ajava +ajhar +ajivika +ajog +ajoint +ajowan +Ajuga +ajutment +ak +Aka +aka +Akal +akala +Akali +akalimba +akamatsu +Akamnik +Akan +Akanekunik +Akania +Akaniaceae +akaroa +akasa +Akawai +akazga +akazgine +akcheh +ake +akeake +akebi +Akebia +akee +akeki +akeley +akenobeite +akepiro +akerite +akey +Akha +Akhissar +Akhlame +Akhmimic +akhoond +akhrot +akhyana +akia +Akim +akimbo +akin +akindle +akinesia +akinesic +akinesis +akinete +akinetic +Akiskemikinik +Akiyenik +Akka +Akkad +Akkadian +Akkadist +akmudar +akmuddar +aknee +ako +akoasm +akoasma +akoluthia +akonge +Akontae +Akoulalion +akov +akpek +Akra +akra +Akrabattine +akroasis +akrochordite +akroterion +Aktistetae +Aktistete +Aktivismus +Aktivist +aku +akuammine +akule +akund +Akwapim +Al +al +ala +Alabama +Alabaman +Alabamian +alabamide +alabamine +alabandite +alabarch +alabaster +alabastos +alabastrian +alabastrine +alabastrites +alabastron +alabastrum +alacha +alack +alackaday +alacreatine +alacreatinine +alacrify +alacritous +alacrity +Alactaga +alada +Aladdin +Aladdinize +Aladfar +Aladinist +alaihi +Alain +alaite +Alaki +Alala +alala +alalite +alalonga +alalunga +alalus +Alamanni +Alamannian +Alamannic +alameda +alamo +alamodality +alamonti +alamosite +alamoth +Alan +alan +aland +Alangiaceae +alangin +alangine +Alangium +alani +alanine +alannah +Alans +alantic +alantin +alantol +alantolactone +alantolic +alanyl +alar +Alarbus +alares +Alaria +Alaric +alarm +alarmable +alarmed +alarmedly +alarming +alarmingly +alarmism +alarmist +Alarodian +alarum +alary +alas +Alascan +Alaska +alaskaite +Alaskan +alaskite +Alastair +Alaster +alastrim +alate +alated +alatern +alaternus +alation +Alauda +Alaudidae +alaudine +Alaunian +Alawi +Alb +alb +alba +albacore +albahaca +Albainn +Alban +alban +Albanenses +Albanensian +Albania +Albanian +albanite +Albany +albarco +albardine +albarello +albarium +albaspidin +albata +Albatros +albatross +albe +albedo +albedograph +albee +albeit +Alberene +Albert +Alberta +albertin +Albertina +Albertine +Albertinian +Albertist +albertite +Alberto +albertustaler +albertype +albescence +albescent +albespine +albetad +Albi +Albian +albicans +albicant +albication +albiculi +albification +albificative +albiflorous +albify +Albigenses +Albigensian +Albigensianism +Albin +albinal +albiness +albinic +albinism +albinistic +albino +albinoism +albinotic +albinuria +Albion +Albireo +albite +albitic +albitite +albitization +albitophyre +Albizzia +albocarbon +albocinereous +Albococcus +albocracy +Alboin +albolite +albolith +albopannin +albopruinose +alboranite +Albrecht +Albright +albronze +Albruna +Albuca +Albuginaceae +albuginea +albugineous +albuginitis +albugo +album +albumean +albumen +albumenization +albumenize +albumenizer +albumimeter +albumin +albuminate +albuminaturia +albuminiferous +albuminiform +albuminimeter +albuminimetry +albuminiparous +albuminization +albuminize +albuminocholia +albuminofibrin +albuminogenous +albuminoid +albuminoidal +albuminolysis +albuminometer +albuminometry +albuminone +albuminorrhea +albuminoscope +albuminose +albuminosis +albuminous +albuminousness +albuminuria +albuminuric +albumoid +albumoscope +albumose +albumosuria +alburn +alburnous +alburnum +albus +albutannin +Albyn +Alca +Alcaaba +Alcae +Alcaic +alcaide +alcalde +alcaldeship +alcaldia +Alcaligenes +alcalizate +Alcalzar +alcamine +alcanna +Alcantara +Alcantarines +alcarraza +alcatras +alcazar +Alcedines +Alcedinidae +Alcedininae +Alcedo +alcelaphine +Alcelaphus +Alces +alchemic +alchemical +alchemically +Alchemilla +alchemist +alchemistic +alchemistical +alchemistry +alchemize +alchemy +alchera +alcheringa +alchimy +alchitran +alchochoden +Alchornea +alchymy +Alcibiadean +Alcicornium +Alcidae +alcidine +alcine +Alcippe +alclad +alco +alcoate +alcogel +alcogene +alcohate +alcohol +alcoholate +alcoholature +alcoholdom +alcoholemia +alcoholic +alcoholically +alcoholicity +alcoholimeter +alcoholism +alcoholist +alcoholizable +alcoholization +alcoholize +alcoholmeter +alcoholmetric +alcoholomania +alcoholometer +alcoholometric +alcoholometrical +alcoholometry +alcoholophilia +alcoholuria +alcoholysis +alcoholytic +Alcor +Alcoran +Alcoranic +Alcoranist +alcornoco +alcornoque +alcosol +Alcotate +alcove +alcovinometer +Alcuinian +alcyon +Alcyonacea +alcyonacean +Alcyonaria +alcyonarian +Alcyone +Alcyones +Alcyoniaceae +alcyonic +alcyoniform +Alcyonium +alcyonoid +aldamine +aldane +aldazin +aldazine +aldeament +Aldebaran +aldebaranium +aldehol +aldehydase +aldehyde +aldehydic +aldehydine +aldehydrol +alder +Alderamin +alderman +aldermanate +aldermancy +aldermaness +aldermanic +aldermanical +aldermanity +aldermanlike +aldermanly +aldermanry +aldermanship +aldern +Alderney +alderwoman +Aldhafara +Aldhafera +aldim +aldime +aldimine +Aldine +aldine +aldoheptose +aldohexose +aldoketene +aldol +aldolization +aldolize +aldononose +aldopentose +aldose +aldoside +aldoxime +Aldrovanda +Aldus +ale +Alea +aleak +aleatory +alebench +aleberry +Alebion +alec +alecithal +alecize +Aleck +aleconner +alecost +Alectoria +alectoria +Alectorides +alectoridine +alectorioid +Alectoris +alectoromachy +alectoromancy +Alectoromorphae +alectoromorphous +Alectoropodes +alectoropodous +Alectrion +Alectrionidae +alectryomachy +alectryomancy +Alectryon +alecup +alee +alef +alefnull +aleft +alefzero +alegar +alehoof +alehouse +Alejandro +alem +alemana +Alemanni +Alemannian +Alemannic +Alemannish +alembic +alembicate +alembroth +Alemite +alemite +alemmal +alemonger +alen +Alencon +Aleochara +aleph +alephs +alephzero +alepidote +alepole +alepot +Aleppine +Aleppo +alerce +alerse +alert +alertly +alertness +alesan +alestake +aletap +aletaster +Alethea +alethiology +alethopteis +alethopteroid +alethoscope +aletocyte +Aletris +alette +aleukemic +Aleurites +aleuritic +Aleurobius +Aleurodes +Aleurodidae +aleuromancy +aleurometer +aleuronat +aleurone +aleuronic +aleuroscope +Aleut +Aleutian +Aleutic +aleutite +alevin +alewife +Alex +Alexander +alexanders +Alexandra +Alexandreid +Alexandrian +Alexandrianism +Alexandrina +Alexandrine +alexandrite +Alexas +Alexia +alexia +Alexian +alexic +alexin +alexinic +alexipharmacon +alexipharmacum +alexipharmic +alexipharmical +alexipyretic +Alexis +alexiteric +alexiterical +Alexius +aleyard +Aleyrodes +aleyrodid +Aleyrodidae +Alf +alf +alfa +alfaje +alfalfa +alfaqui +alfaquin +alfenide +alfet +alfilaria +alfileria +alfilerilla +alfilerillo +alfiona +Alfirk +alfonsin +alfonso +alforja +Alfred +Alfreda +alfresco +alfridaric +alfridary +Alfur +Alfurese +Alfuro +alga +algae +algaecide +algaeological +algaeologist +algaeology +algaesthesia +algaesthesis +algal +algalia +Algaroth +algarroba +algarrobilla +algarrobin +Algarsife +Algarsyf +algate +Algebar +algebra +algebraic +algebraical +algebraically +algebraist +algebraization +algebraize +Algedi +algedo +algedonic +algedonics +algefacient +Algenib +Algerian +Algerine +algerine +Algernon +algesia +algesic +algesis +algesthesis +algetic +Algic +algic +algid +algidity +algidness +Algieba +algific +algin +alginate +algine +alginic +alginuresis +algiomuscular +algist +algivorous +algocyan +algodoncillo +algodonite +algoesthesiometer +algogenic +algoid +Algol +algolagnia +algolagnic +algolagnist +algolagny +algological +algologist +algology +Algoman +algometer +algometric +algometrical +algometrically +algometry +Algomian +Algomic +Algonkian +Algonquian +Algonquin +algophilia +algophilist +algophobia +algor +Algorab +Algores +algorism +algorismic +algorist +algoristic +algorithm +algorithmic +algosis +algous +algovite +algraphic +algraphy +alguazil +algum +Algy +Alhagi +Alhambra +Alhambraic +Alhambresque +Alhena +alhenna +alias +Alibamu +alibangbang +alibi +alibility +alible +Alicant +Alice +alichel +Alichino +Alicia +Alick +alicoche +alictisal +alicyclic +Alida +alidade +Alids +alien +alienability +alienable +alienage +alienate +alienation +alienator +aliency +alienee +aliener +alienicola +alienigenate +alienism +alienist +alienize +alienor +alienship +aliethmoid +aliethmoidal +alif +aliferous +aliform +aligerous +alight +align +aligner +alignment +aligreek +aliipoe +alike +alikeness +alikewise +Alikuluf +Alikulufan +alilonghi +alima +aliment +alimental +alimentally +alimentariness +alimentary +alimentation +alimentative +alimentatively +alimentativeness +alimenter +alimentic +alimentive +alimentiveness +alimentotherapy +alimentum +alimonied +alimony +alin +alinasal +Aline +alineation +alintatao +aliofar +Alioth +alipata +aliped +aliphatic +alipterion +aliptes +aliptic +aliquant +aliquot +aliseptal +alish +alisier +Alisma +Alismaceae +alismaceous +alismad +alismal +Alismales +Alismataceae +alismoid +aliso +Alison +alison +alisonite +alisp +alisphenoid +alisphenoidal +alist +Alister +alit +alite +alitrunk +aliturgic +aliturgical +aliunde +alive +aliveness +alivincular +Alix +aliyah +alizarate +alizari +alizarin +aljoba +alk +alkahest +alkahestic +alkahestica +alkahestical +Alkaid +alkalamide +alkalemia +alkalescence +alkalescency +alkalescent +alkali +alkalic +alkaliferous +alkalifiable +alkalify +alkaligen +alkaligenous +alkalimeter +alkalimetric +alkalimetrical +alkalimetrically +alkalimetry +alkaline +alkalinity +alkalinization +alkalinize +alkalinuria +alkalizable +alkalizate +alkalization +alkalize +alkalizer +alkaloid +alkaloidal +alkalometry +alkalosis +alkalous +Alkalurops +alkamin +alkamine +alkane +alkanet +Alkanna +alkannin +Alkaphrah +alkapton +alkaptonuria +alkaptonuric +alkargen +alkarsin +alkekengi +alkene +alkenna +alkenyl +alkermes +Alkes +alkide +alkine +alkool +Alkoran +Alkoranic +alkoxide +alkoxy +alkoxyl +alky +alkyd +alkyl +alkylamine +alkylate +alkylation +alkylene +alkylic +alkylidene +alkylize +alkylogen +alkyloxy +alkyne +all +allabuta +allactite +allaeanthus +allagite +allagophyllous +allagostemonous +Allah +allalinite +Allamanda +allamotti +Allan +allan +allanite +allanitic +allantiasis +allantochorion +allantoic +allantoid +allantoidal +Allantoidea +allantoidean +allantoidian +allantoin +allantoinase +allantoinuria +allantois +allantoxaidin +allanturic +Allasch +allassotonic +allative +allatrate +allay +allayer +allayment +allbone +Alle +allecret +allectory +allegate +allegation +allegator +allege +allegeable +allegedly +allegement +alleger +Alleghenian +Allegheny +allegiance +allegiancy +allegiant +allegoric +allegorical +allegorically +allegoricalness +allegorism +allegorist +allegorister +allegoristic +allegorization +allegorize +allegorizer +allegory +allegretto +allegro +allele +allelic +allelism +allelocatalytic +allelomorph +allelomorphic +allelomorphism +allelotropic +allelotropism +allelotropy +alleluia +alleluiatic +allemand +allemande +allemontite +Allen +allenarly +allene +Allentiac +Allentiacan +aller +allergen +allergenic +allergia +allergic +allergin +allergist +allergy +allerion +allesthesia +alleviate +alleviatingly +alleviation +alleviative +alleviator +alleviatory +alley +alleyed +alleyite +alleyway +allgood +Allhallow +Allhallowtide +allheal +alliable +alliably +Alliaceae +alliaceous +alliance +alliancer +Alliaria +allicampane +allice +allicholly +alliciency +allicient +Allie +allied +Allies +allies +alligate +alligator +alligatored +allineate +allineation +Allionia +Allioniaceae +allision +alliteral +alliterate +alliteration +alliterational +alliterationist +alliterative +alliteratively +alliterativeness +alliterator +Allium +allivalite +allmouth +allness +Allobroges +allocable +allocaffeine +allocatable +allocate +allocatee +allocation +allocator +allochetia +allochetite +allochezia +allochiral +allochirally +allochiria +allochlorophyll +allochroic +allochroite +allochromatic +allochroous +allochthonous +allocinnamic +alloclase +alloclasite +allocochick +allocrotonic +allocryptic +allocute +allocution +allocutive +allocyanine +allodelphite +allodesmism +alloeosis +alloeostropha +alloeotic +alloerotic +alloerotism +allogamous +allogamy +allogene +allogeneity +allogeneous +allogenic +allogenically +allograph +alloiogenesis +alloisomer +alloisomeric +alloisomerism +allokinesis +allokinetic +allokurtic +allomerism +allomerous +allometric +allometry +allomorph +allomorphic +allomorphism +allomorphite +allomucic +allonomous +allonym +allonymous +allopalladium +allopath +allopathetic +allopathetically +allopathic +allopathically +allopathist +allopathy +allopatric +allopatrically +allopatry +allopelagic +allophanamide +allophanates +allophane +allophanic +allophone +allophyle +allophylian +allophylic +Allophylus +allophytoid +alloplasm +alloplasmatic +alloplasmic +alloplast +alloplastic +alloplasty +alloploidy +allopolyploid +allopsychic +alloquial +alloquialism +alloquy +allorhythmia +allorrhyhmia +allorrhythmic +allosaur +Allosaurus +allose +allosematic +allosome +allosyndesis +allosyndetic +allot +allotee +allotelluric +allotheism +Allotheria +allothigene +allothigenetic +allothigenetically +allothigenic +allothigenous +allothimorph +allothimorphic +allothogenic +allothogenous +allotment +allotriodontia +Allotriognathi +allotriomorphic +allotriophagia +allotriophagy +allotriuria +allotrope +allotrophic +allotropic +allotropical +allotropically +allotropicity +allotropism +allotropize +allotropous +allotropy +allotrylic +allottable +allottee +allotter +allotype +allotypical +allover +allow +allowable +allowableness +allowably +allowance +allowedly +allower +alloxan +alloxanate +alloxanic +alloxantin +alloxuraemia +alloxuremia +alloxuric +alloxyproteic +alloy +alloyage +allozooid +allseed +allspice +allthing +allthorn +alltud +allude +allure +allurement +allurer +alluring +alluringly +alluringness +allusion +allusive +allusively +allusiveness +alluvia +alluvial +alluviate +alluviation +alluvion +alluvious +alluvium +allwhere +allwhither +allwork +Allworthy +Ally +ally +allyl +allylamine +allylate +allylation +allylene +allylic +allylthiourea +Alma +alma +Almach +almaciga +almacigo +almadia +almadie +almagest +almagra +Almain +Alman +almanac +almandine +almandite +alme +almeidina +almemar +Almerian +almeriite +Almida +almightily +almightiness +almighty +almique +Almira +almirah +almochoden +Almohad +Almohade +Almohades +almoign +Almon +almon +almond +almondy +almoner +almonership +almonry +Almoravid +Almoravide +Almoravides +almost +almous +alms +almsdeed +almsfolk +almsful +almsgiver +almsgiving +almshouse +almsman +almswoman +almucantar +almuce +almud +almude +almug +Almuredin +almuten +aln +alnage +alnager +alnagership +Alnaschar +Alnascharism +alnein +alnico +Alnilam +alniresinol +Alnitak +Alnitham +alniviridol +alnoite +alnuin +Alnus +alo +Aloadae +Alocasia +alochia +alod +alodial +alodialism +alodialist +alodiality +alodially +alodian +alodiary +alodification +alodium +alody +aloe +aloed +aloelike +aloemodin +aloeroot +aloesol +aloeswood +aloetic +aloetical +aloewood +aloft +alogia +Alogian +alogical +alogically +alogism +alogy +aloid +aloin +Alois +aloisiite +aloma +alomancy +alone +aloneness +along +alongshore +alongshoreman +alongside +alongst +Alonso +Alonsoa +Alonzo +aloof +aloofly +aloofness +aloose +alop +alopecia +Alopecias +alopecist +alopecoid +Alopecurus +alopeke +Alopias +Alopiidae +Alosa +alose +Alouatta +alouatte +aloud +alow +alowe +Aloxite +Aloysia +Aloysius +alp +alpaca +alpasotes +Alpax +alpeen +Alpen +alpenglow +alpenhorn +alpenstock +alpenstocker +alpestral +alpestrian +alpestrine +alpha +alphabet +alphabetarian +alphabetic +alphabetical +alphabetically +alphabetics +alphabetiform +alphabetism +alphabetist +alphabetization +alphabetize +alphabetizer +Alphard +alphatoluic +Alphean +Alphecca +alphenic +Alpheratz +alphitomancy +alphitomorphous +alphol +Alphonist +Alphonse +Alphonsine +Alphonsism +Alphonso +alphorn +alphos +alphosis +alphyl +Alpian +Alpid +alpieu +alpigene +Alpine +alpine +alpinely +alpinery +alpinesque +Alpinia +Alpiniaceae +Alpinism +Alpinist +alpist +Alpujarra +alqueire +alquier +alquifou +alraun +alreadiness +already +alright +alrighty +alroot +alruna +Alsatia +Alsatian +alsbachite +Alshain +Alsinaceae +alsinaceous +Alsine +also +alsoon +Alsophila +Alstonia +alstonidine +alstonine +alstonite +Alstroemeria +alsweill +alt +Altaian +Altaic +Altaid +Altair +altaite +Altamira +altar +altarage +altared +altarist +altarlet +altarpiece +altarwise +altazimuth +alter +alterability +alterable +alterableness +alterably +alterant +alterate +alteration +alterative +altercate +altercation +altercative +alteregoism +alteregoistic +alterer +alterity +altern +alternacy +alternance +alternant +Alternanthera +Alternaria +alternariose +alternate +alternately +alternateness +alternating +alternatingly +alternation +alternationist +alternative +alternatively +alternativeness +alternativity +alternator +alterne +alternifoliate +alternipetalous +alternipinnate +alternisepalous +alternize +alterocentric +Althaea +althaein +Althea +althea +althein +altheine +althionic +altho +althorn +although +Altica +Alticamelus +altigraph +altilik +altiloquence +altiloquent +altimeter +altimetrical +altimetrically +altimetry +altin +altincar +Altingiaceae +altingiaceous +altininck +altiplano +altiscope +altisonant +altisonous +altissimo +altitude +altitudinal +altitudinarian +alto +altogether +altogetherness +altometer +altoun +altrices +altricial +altropathy +altrose +altruism +altruist +altruistic +altruistically +altschin +altun +Aluco +Aluconidae +Aluconinae +aludel +Aludra +alula +alular +alulet +Alulim +alum +alumbloom +Alumel +alumic +alumiferous +alumina +aluminaphone +aluminate +alumine +aluminic +aluminide +aluminiferous +aluminiform +aluminish +aluminite +aluminium +aluminize +aluminoferric +aluminographic +aluminography +aluminose +aluminosilicate +aluminosis +aluminosity +aluminothermic +aluminothermics +aluminothermy +aluminotype +aluminous +aluminum +aluminyl +alumish +alumite +alumium +alumna +alumnae +alumnal +alumni +alumniate +Alumnol +alumnus +alumohydrocalcite +alumroot +Alundum +aluniferous +alunite +alunogen +alupag +Alur +alure +alurgite +alushtite +aluta +alutaceous +Alvah +Alvan +alvar +alvearium +alveary +alveloz +alveola +alveolar +alveolariform +alveolary +alveolate +alveolated +alveolation +alveole +alveolectomy +alveoli +alveoliform +alveolite +Alveolites +alveolitis +alveoloclasia +alveolocondylean +alveolodental +alveololabial +alveololingual +alveolonasal +alveolosubnasal +alveolotomy +alveolus +alveus +alviducous +Alvin +Alvina +alvine +Alvissmal +alvite +alvus +alway +always +aly +Alya +alycompaine +alymphia +alymphopotent +alypin +alysson +Alyssum +alytarch +Alytes +am +ama +amaas +Amabel +amability +amacratic +amacrinal +amacrine +amadavat +amadelphous +Amadi +Amadis +amadou +Amaethon +Amafingo +amaga +amah +Amahuaca +amain +amaister +amakebe +Amakosa +amala +amalaita +amalaka +Amalfian +Amalfitan +amalgam +amalgamable +amalgamate +amalgamation +amalgamationist +amalgamative +amalgamatize +amalgamator +amalgamist +amalgamization +amalgamize +Amalings +Amalrician +amaltas +amamau +Amampondo +Amanda +amandin +Amandus +amang +amani +amania +Amanist +Amanita +amanitin +amanitine +Amanitopsis +amanori +amanous +amantillo +amanuenses +amanuensis +amapa +Amapondo +amar +Amara +Amarantaceae +amarantaceous +amaranth +Amaranthaceae +amaranthaceous +amaranthine +amaranthoid +Amaranthus +amarantite +Amarantus +amarelle +amarevole +amargoso +amarillo +amarin +amarine +amaritude +amarity +amaroid +amaroidal +Amarth +amarthritis +amaryllid +Amaryllidaceae +amaryllidaceous +amaryllideous +Amaryllis +amasesis +amass +amassable +amasser +amassment +Amasta +amasthenic +amastia +amasty +Amatembu +amaterialistic +amateur +amateurish +amateurishly +amateurishness +amateurism +amateurship +Amati +amative +amatively +amativeness +amatol +amatorial +amatorially +amatorian +amatorious +amatory +amatrice +amatungula +amaurosis +amaurotic +amaze +amazed +amazedly +amazedness +amazeful +amazement +amazia +Amazilia +amazing +amazingly +Amazon +Amazona +Amazonian +Amazonism +amazonite +Amazulu +amba +ambage +ambagiosity +ambagious +ambagiously +ambagiousness +ambagitory +ambalam +amban +ambar +ambaree +ambarella +ambary +ambash +ambassade +Ambassadeur +ambassador +ambassadorial +ambassadorially +ambassadorship +ambassadress +ambassage +ambassy +ambatch +ambatoarinite +ambay +ambeer +amber +amberfish +ambergris +amberiferous +amberite +amberoid +amberous +ambery +ambicolorate +ambicoloration +ambidexter +ambidexterity +ambidextral +ambidextrous +ambidextrously +ambidextrousness +ambience +ambiency +ambiens +ambient +ambier +ambigenous +ambiguity +ambiguous +ambiguously +ambiguousness +ambilateral +ambilateralaterally +ambilaterality +ambilevous +ambilian +ambilogy +ambiopia +ambiparous +ambisinister +ambisinistrous +ambisporangiate +ambisyllabic +ambit +ambital +ambitendency +ambition +ambitionist +ambitionless +ambitionlessly +ambitious +ambitiously +ambitiousness +ambitty +ambitus +ambivalence +ambivalency +ambivalent +ambivert +amble +ambler +ambling +amblingly +amblotic +amblyacousia +amblyaphia +Amblycephalidae +Amblycephalus +amblychromatic +Amblydactyla +amblygeusia +amblygon +amblygonal +amblygonite +amblyocarpous +Amblyomma +amblyope +amblyopia +amblyopic +Amblyopsidae +Amblyopsis +amblyoscope +amblypod +Amblypoda +amblypodous +Amblyrhynchus +amblystegite +Amblystoma +ambo +amboceptoid +amboceptor +Ambocoelia +Amboina +Amboinese +ambomalleal +ambon +ambonite +Ambonnay +ambos +ambosexous +ambosexual +ambrain +ambrein +ambrette +Ambrica +ambrite +ambroid +ambrology +Ambrose +ambrose +ambrosia +ambrosiac +Ambrosiaceae +ambrosiaceous +ambrosial +ambrosially +Ambrosian +ambrosian +ambrosiate +ambrosin +ambrosine +Ambrosio +ambrosterol +ambrotype +ambry +ambsace +ambulacral +ambulacriform +ambulacrum +ambulance +ambulancer +ambulant +ambulate +ambulatio +ambulation +ambulative +ambulator +Ambulatoria +ambulatorial +ambulatorium +ambulatory +ambuling +ambulomancy +amburbial +ambury +ambuscade +ambuscader +ambush +ambusher +ambushment +Ambystoma +Ambystomidae +amchoor +ame +amebiform +Amedeo +ameed +ameen +Ameiuridae +Ameiurus +Ameiva +Amelanchier +amelcorn +Amelia +amelia +amelification +ameliorable +ameliorableness +ameliorant +ameliorate +amelioration +ameliorativ +ameliorative +ameliorator +amellus +ameloblast +ameloblastic +amelu +amelus +Amen +amen +amenability +amenable +amenableness +amenably +amend +amendable +amendableness +amendatory +amende +amender +amendment +amends +amene +amenia +Amenism +Amenite +amenity +amenorrhea +amenorrheal +amenorrheic +amenorrhoea +ament +amentaceous +amental +amentia +Amentiferae +amentiferous +amentiform +amentulum +amentum +amerce +amerceable +amercement +amercer +amerciament +America +American +Americana +Americanese +Americanism +Americanist +Americanistic +Americanitis +Americanization +Americanize +Americanizer +Americanly +Americanoid +Americaward +Americawards +americium +Americomania +Americophobe +Amerimnon +Amerind +Amerindian +Amerindic +amerism +ameristic +amesite +Ametabola +ametabole +ametabolia +ametabolian +ametabolic +ametabolism +ametabolous +ametaboly +ametallous +amethodical +amethodically +amethyst +amethystine +ametoecious +ametria +ametrometer +ametrope +ametropia +ametropic +ametrous +Amex +amgarn +amhar +amherstite +amhran +Ami +ami +Amia +amiability +amiable +amiableness +amiably +amianth +amianthiform +amianthine +Amianthium +amianthoid +amianthoidal +amianthus +amic +amicability +amicable +amicableness +amicably +amical +amice +amiced +amicicide +amicrobic +amicron +amicronucleate +amid +amidase +amidate +amidation +amide +amidic +amidid +amidide +amidin +amidine +Amidism +Amidist +amido +amidoacetal +amidoacetic +amidoacetophenone +amidoaldehyde +amidoazo +amidoazobenzene +amidoazobenzol +amidocaffeine +amidocapric +amidofluorid +amidofluoride +amidogen +amidoguaiacol +amidohexose +amidoketone +amidol +amidomyelin +amidon +amidophenol +amidophosphoric +amidoplast +amidoplastid +amidopyrine +amidosuccinamic +amidosulphonal +amidothiazole +amidoxime +amidoxy +amidoxyl +amidrazone +amidship +amidships +amidst +amidstream +amidulin +Amigo +Amiidae +amil +Amiles +Amiloun +amimia +amimide +amin +aminate +amination +amine +amini +aminic +aminity +aminization +aminize +amino +aminoacetal +aminoacetanilide +aminoacetic +aminoacetone +aminoacetophenetidine +aminoacetophenone +aminoacidemia +aminoaciduria +aminoanthraquinone +aminoazobenzene +aminobarbituric +aminobenzaldehyde +aminobenzamide +aminobenzene +aminobenzoic +aminocaproic +aminodiphenyl +aminoethionic +aminoformic +aminogen +aminoglutaric +aminoguanidine +aminoid +aminoketone +aminolipin +aminolysis +aminolytic +aminomalonic +aminomyelin +aminophenol +aminoplast +aminoplastic +aminopropionic +aminopurine +aminopyrine +aminoquinoline +aminosis +aminosuccinamic +aminosulphonic +aminothiophen +aminovaleric +aminoxylol +Aminta +Amintor +Amioidei +Amir +amir +Amiranha +amiray +amirship +Amish +Amishgo +amiss +amissibility +amissible +amissness +Amita +Amitabha +amitosis +amitotic +amitotically +amity +amixia +Amizilis +amla +amli +amlikar +amlong +Amma +amma +amman +Ammanite +ammelide +ammelin +ammeline +ammer +ammeter +Ammi +Ammiaceae +ammiaceous +ammine +amminochloride +amminolysis +amminolytic +ammiolite +ammo +Ammobium +ammochaeta +ammochryse +ammocoete +ammocoetes +ammocoetid +Ammocoetidae +ammocoetiform +ammocoetoid +Ammodytes +Ammodytidae +ammodytoid +ammonal +ammonate +ammonation +Ammonea +ammonia +ammoniacal +ammoniacum +ammoniate +ammoniation +ammonic +ammonical +ammoniemia +ammonification +ammonifier +ammonify +ammoniojarosite +ammonion +ammonionitrate +Ammonite +ammonite +Ammonites +Ammonitess +ammonitic +ammoniticone +ammonitiferous +Ammonitish +ammonitoid +Ammonitoidea +ammonium +ammoniuria +ammonization +ammono +ammonobasic +ammonocarbonic +ammonocarbonous +ammonoid +Ammonoidea +ammonoidean +ammonolysis +ammonolytic +ammonolyze +Ammophila +ammophilous +ammoresinol +ammotherapy +ammu +ammunition +amnemonic +amnesia +amnesic +amnestic +amnesty +amnia +amniac +amniatic +amnic +Amnigenia +amnioallantoic +amniocentesis +amniochorial +amnioclepsis +amniomancy +amnion +Amnionata +amnionate +amnionic +amniorrhea +Amniota +amniote +amniotic +amniotitis +amniotome +amober +amobyr +amoeba +amoebae +Amoebaea +amoebaean +amoebaeum +amoebalike +amoeban +amoebian +amoebiasis +amoebic +amoebicide +amoebid +Amoebida +Amoebidae +amoebiform +Amoebobacter +Amoebobacterieae +amoebocyte +Amoebogeniae +amoeboid +amoeboidism +amoebous +amoebula +amok +amoke +amole +amolilla +amomal +Amomales +Amomis +amomum +among +amongst +amontillado +amor +amorado +amoraic +amoraim +amoral +amoralism +amoralist +amorality +amoralize +Amores +amoret +amoretto +Amoreuxia +amorism +amorist +amoristic +Amorite +Amoritic +Amoritish +amorosity +amoroso +amorous +amorously +amorousness +Amorpha +amorphia +amorphic +amorphinism +amorphism +Amorphophallus +amorphophyte +amorphotae +amorphous +amorphously +amorphousness +amorphus +amorphy +amort +amortisseur +amortizable +amortization +amortize +amortizement +Amorua +Amos +Amoskeag +amotion +amotus +amount +amour +amourette +amovability +amovable +amove +Amoy +Amoyan +Amoyese +ampalaya +ampalea +ampangabeite +ampasimenite +Ampelidaceae +ampelidaceous +Ampelidae +ampelideous +Ampelis +ampelite +ampelitic +ampelographist +ampelography +ampelopsidin +ampelopsin +Ampelopsis +Ampelosicyos +ampelotherapy +amper +amperage +ampere +amperemeter +Amperian +amperometer +ampersand +ampery +amphanthium +ampheclexis +ampherotokous +ampherotoky +amphetamine +amphiarthrodial +amphiarthrosis +amphiaster +amphibalus +Amphibia +amphibial +amphibian +amphibichnite +amphibiety +amphibiological +amphibiology +amphibion +amphibiotic +Amphibiotica +amphibious +amphibiously +amphibiousness +amphibium +amphiblastic +amphiblastula +amphiblestritis +Amphibola +amphibole +amphibolia +amphibolic +amphiboliferous +amphiboline +amphibolite +amphibolitic +amphibological +amphibologically +amphibologism +amphibology +amphibolous +amphiboly +amphibrach +amphibrachic +amphibryous +Amphicarpa +Amphicarpaea +amphicarpic +amphicarpium +amphicarpogenous +amphicarpous +amphicentric +amphichroic +amphichrom +amphichromatic +amphichrome +amphicoelian +amphicoelous +Amphicondyla +amphicondylous +amphicrania +amphicreatinine +amphicribral +amphictyon +amphictyonian +amphictyonic +amphictyony +Amphicyon +Amphicyonidae +amphicyrtic +amphicyrtous +amphicytula +amphid +amphide +amphidesmous +amphidetic +amphidiarthrosis +amphidiploid +amphidiploidy +amphidisc +Amphidiscophora +amphidiscophoran +amphierotic +amphierotism +Amphigaea +amphigam +Amphigamae +amphigamous +amphigastrium +amphigastrula +amphigean +amphigen +amphigene +amphigenesis +amphigenetic +amphigenous +amphigenously +amphigonic +amphigonium +amphigonous +amphigony +amphigoric +amphigory +amphigouri +amphikaryon +amphilogism +amphilogy +amphimacer +amphimictic +amphimictical +amphimictically +amphimixis +amphimorula +Amphinesian +Amphineura +amphineurous +amphinucleus +Amphion +Amphionic +Amphioxi +Amphioxidae +Amphioxides +Amphioxididae +amphioxus +amphipeptone +amphiphloic +amphiplatyan +Amphipleura +amphiploid +amphiploidy +amphipneust +Amphipneusta +amphipneustic +Amphipnous +amphipod +Amphipoda +amphipodal +amphipodan +amphipodiform +amphipodous +amphiprostylar +amphiprostyle +amphiprotic +amphipyrenin +Amphirhina +amphirhinal +amphirhine +amphisarca +amphisbaena +amphisbaenian +amphisbaenic +Amphisbaenidae +amphisbaenoid +amphisbaenous +amphiscians +amphiscii +Amphisile +Amphisilidae +amphispermous +amphisporangiate +amphispore +Amphistoma +amphistomatic +amphistome +amphistomoid +amphistomous +Amphistomum +amphistylar +amphistylic +amphistyly +amphitene +amphitheater +amphitheatered +amphitheatral +amphitheatric +amphitheatrical +amphitheatrically +amphithecial +amphithecium +amphithect +amphithyron +amphitokal +amphitokous +amphitoky +amphitriaene +amphitrichous +Amphitrite +amphitropal +amphitropous +Amphitruo +Amphitryon +Amphiuma +Amphiumidae +amphivasal +amphivorous +Amphizoidae +amphodarch +amphodelite +amphodiplopia +amphogenous +ampholyte +amphopeptone +amphophil +amphophile +amphophilic +amphophilous +amphora +amphoral +amphore +amphorette +amphoric +amphoricity +amphoriloquy +amphorophony +amphorous +amphoteric +Amphrysian +ample +amplectant +ampleness +amplexation +amplexicaudate +amplexicaul +amplexicauline +amplexifoliate +amplexus +ampliate +ampliation +ampliative +amplicative +amplidyne +amplification +amplificative +amplificator +amplificatory +amplifier +amplify +amplitude +amply +ampollosity +ampongue +ampoule +ampul +ampulla +ampullaceous +ampullar +Ampullaria +Ampullariidae +ampullary +ampullate +ampullated +ampulliform +ampullitis +ampullula +amputate +amputation +amputational +amputative +amputator +amputee +ampyx +amra +amreeta +amrita +Amritsar +amsath +amsel +Amsonia +Amsterdamer +amt +amtman +Amuchco +amuck +Amueixa +amuguis +amula +amulet +amuletic +amulla +amunam +amurca +amurcosity +amurcous +Amurru +amusable +amuse +amused +amusedly +amusee +amusement +amuser +amusette +Amusgo +amusia +amusing +amusingly +amusingness +amusive +amusively +amusiveness +amutter +amuyon +amuyong +amuze +amvis +Amy +amy +Amyclaean +Amyclas +amyelencephalia +amyelencephalic +amyelencephalous +amyelia +amyelic +amyelinic +amyelonic +amyelous +amygdal +amygdala +Amygdalaceae +amygdalaceous +amygdalase +amygdalate +amygdalectomy +amygdalic +amygdaliferous +amygdaliform +amygdalin +amygdaline +amygdalinic +amygdalitis +amygdaloid +amygdaloidal +amygdalolith +amygdaloncus +amygdalopathy +amygdalothripsis +amygdalotome +amygdalotomy +Amygdalus +amygdonitrile +amygdophenin +amygdule +amyl +amylaceous +amylamine +amylan +amylase +amylate +amylemia +amylene +amylenol +amylic +amylidene +amyliferous +amylin +amylo +amylocellulose +amyloclastic +amylocoagulase +amylodextrin +amylodyspepsia +amylogen +amylogenesis +amylogenic +amylohydrolysis +amylohydrolytic +amyloid +amyloidal +amyloidosis +amyloleucite +amylolysis +amylolytic +amylom +amylometer +amylon +amylopectin +amylophagia +amylophosphate +amylophosphoric +amyloplast +amyloplastic +amyloplastid +amylopsin +amylose +amylosis +amylosynthesis +amylum +amyluria +Amynodon +amynodont +amyosthenia +amyosthenic +amyotaxia +amyotonia +amyotrophia +amyotrophic +amyotrophy +amyous +Amyraldism +Amyraldist +Amyridaceae +amyrin +Amyris +amyrol +amyroot +Amytal +amyxorrhea +amyxorrhoea +an +Ana +ana +Anabaena +Anabantidae +Anabaptism +Anabaptist +Anabaptistic +Anabaptistical +Anabaptistically +Anabaptistry +anabaptize +Anabas +anabasine +anabasis +anabasse +anabata +anabathmos +anabatic +anaberoga +anabibazon +anabiosis +anabiotic +Anablepidae +Anableps +anabo +anabohitsite +anabolic +anabolin +anabolism +anabolite +anabolize +anabong +anabranch +anabrosis +anabrotic +anacahuita +anacahuite +anacalypsis +anacampsis +anacamptic +anacamptically +anacamptics +anacamptometer +anacanth +anacanthine +Anacanthini +anacanthous +anacara +anacard +Anacardiaceae +anacardiaceous +anacardic +Anacardium +anacatadidymus +anacatharsis +anacathartic +anacephalaeosis +anacephalize +Anaces +Anacharis +anachorism +anachromasis +anachronic +anachronical +anachronically +anachronism +anachronismatical +anachronist +anachronistic +anachronistical +anachronistically +anachronize +anachronous +anachronously +anachueta +anacid +anacidity +anaclasis +anaclastic +anaclastics +Anaclete +anacleticum +anaclinal +anaclisis +anaclitic +anacoenosis +anacoluthia +anacoluthic +anacoluthically +anacoluthon +anaconda +Anacreon +Anacreontic +Anacreontically +anacrisis +Anacrogynae +anacrogynae +anacrogynous +anacromyodian +anacrotic +anacrotism +anacrusis +anacrustic +anacrustically +anaculture +anacusia +anacusic +anacusis +Anacyclus +anadem +anadenia +anadicrotic +anadicrotism +anadidymus +anadiplosis +anadipsia +anadipsic +anadrom +anadromous +Anadyomene +anaematosis +anaemia +anaemic +anaeretic +anaerobation +anaerobe +anaerobia +anaerobian +anaerobic +anaerobically +anaerobies +anaerobion +anaerobiont +anaerobiosis +anaerobiotic +anaerobiotically +anaerobious +anaerobism +anaerobium +anaerophyte +anaeroplastic +anaeroplasty +anaesthesia +anaesthesiant +anaesthetically +anaesthetizer +anaetiological +anagalactic +Anagallis +anagap +anagenesis +anagenetic +anagep +anagignoskomena +anaglyph +anaglyphic +anaglyphical +anaglyphics +anaglyphoscope +anaglyphy +anaglyptic +anaglyptical +anaglyptics +anaglyptograph +anaglyptographic +anaglyptography +anaglypton +anagnorisis +anagnost +anagoge +anagogic +anagogical +anagogically +anagogics +anagogy +anagram +anagrammatic +anagrammatical +anagrammatically +anagrammatism +anagrammatist +anagrammatize +anagrams +anagraph +anagua +anagyrin +anagyrine +Anagyris +anahau +Anahita +Anaitis +Anakes +anakinesis +anakinetic +anakinetomer +anakinetomeric +anakoluthia +anakrousis +anaktoron +anal +analabos +analav +analcime +analcimite +analcite +analcitite +analecta +analectic +analects +analemma +analemmatic +analepsis +analepsy +analeptic +analeptical +analgen +analgesia +analgesic +Analgesidae +analgesis +analgesist +analgetic +analgia +analgic +analgize +analkalinity +anallagmatic +anallantoic +Anallantoidea +anallantoidean +anallergic +anally +analogic +analogical +analogically +analogicalness +analogion +analogism +analogist +analogistic +analogize +analogon +analogous +analogously +analogousness +analogue +analogy +analphabet +analphabete +analphabetic +analphabetical +analphabetism +analysability +analysable +analysand +analysation +analyse +analyser +analyses +analysis +analyst +analytic +analytical +analytically +analytics +analyzability +analyzable +analyzation +analyze +analyzer +Anam +anam +anama +anamesite +anametadromous +Anamirta +anamirtin +Anamite +anamite +anammonid +anammonide +anamnesis +anamnestic +anamnestically +Anamnia +Anamniata +Anamnionata +anamnionic +Anamniota +anamniote +anamniotic +anamorphic +anamorphism +anamorphoscope +anamorphose +anamorphosis +anamorphote +anamorphous +anan +anana +ananaplas +ananaples +ananas +ananda +anandrarious +anandria +anandrous +ananepionic +anangioid +anangular +Ananias +Ananism +Ananite +anankastic +Anansi +Ananta +anantherate +anantherous +ananthous +ananym +anapaest +anapaestic +anapaestical +anapaestically +anapaganize +anapaite +anapanapa +anapeiratic +anaphalantiasis +Anaphalis +anaphase +Anaphe +anaphia +anaphora +anaphoral +anaphoria +anaphoric +anaphorical +anaphrodisia +anaphrodisiac +anaphroditic +anaphroditous +anaphylactic +anaphylactin +anaphylactogen +anaphylactogenic +anaphylactoid +anaphylatoxin +anaphylaxis +anaphyte +anaplasia +anaplasis +anaplasm +Anaplasma +anaplasmosis +anaplastic +anaplasty +anaplerosis +anaplerotic +anapnea +anapneic +anapnoeic +anapnograph +anapnoic +anapnometer +anapodeictic +anapophysial +anapophysis +anapsid +Anapsida +anapsidan +Anapterygota +anapterygote +anapterygotism +anapterygotous +Anaptomorphidae +Anaptomorphus +anaptotic +anaptychus +anaptyctic +anaptyctical +anaptyxis +anaqua +anarcestean +Anarcestes +anarch +anarchal +anarchial +anarchic +anarchical +anarchically +anarchism +anarchist +anarchistic +anarchize +anarchoindividualist +anarchosocialist +anarchosyndicalism +anarchosyndicalist +anarchy +anarcotin +anareta +anaretic +anaretical +anargyros +anarthria +anarthric +anarthropod +Anarthropoda +anarthropodous +anarthrosis +anarthrous +anarthrously +anarthrousness +anartismos +anarya +Anaryan +Anas +Anasa +anasarca +anasarcous +Anasazi +anaschistic +anaseismic +Anasitch +anaspadias +anaspalin +Anaspida +Anaspidacea +Anaspides +anastalsis +anastaltic +Anastasia +Anastasian +anastasimon +anastasimos +anastasis +Anastasius +anastate +anastatic +Anastatica +Anastatus +anastigmat +anastigmatic +anastomose +anastomosis +anastomotic +Anastomus +anastrophe +Anastrophia +Anat +anatase +anatexis +anathema +anathematic +anathematical +anathematically +anathematism +anathematization +anathematize +anathematizer +anatheme +anathemize +Anatherum +Anatidae +anatifa +Anatifae +anatifer +anatiferous +Anatinacea +Anatinae +anatine +anatocism +Anatole +Anatolian +Anatolic +Anatoly +anatomic +anatomical +anatomically +anatomicobiological +anatomicochirurgical +anatomicomedical +anatomicopathologic +anatomicopathological +anatomicophysiologic +anatomicophysiological +anatomicosurgical +anatomism +anatomist +anatomization +anatomize +anatomizer +anatomopathologic +anatomopathological +anatomy +anatopism +anatox +anatoxin +anatreptic +anatripsis +anatripsology +anatriptic +anatron +anatropal +anatropia +anatropous +Anatum +anaudia +anaunter +anaunters +Anax +Anaxagorean +Anaxagorize +anaxial +Anaximandrian +anaxon +anaxone +Anaxonia +anay +anazoturia +anba +anbury +Ancerata +ancestor +ancestorial +ancestorially +ancestral +ancestrally +ancestress +ancestrial +ancestrian +ancestry +Ancha +Anchat +Anchietea +anchietin +anchietine +anchieutectic +anchimonomineral +Anchisaurus +Anchises +Anchistea +Anchistopoda +anchithere +anchitherioid +anchor +anchorable +anchorage +anchorate +anchored +anchorer +anchoress +anchoret +anchoretic +anchoretical +anchoretish +anchoretism +anchorhold +anchorite +anchoritess +anchoritic +anchoritical +anchoritish +anchoritism +anchorless +anchorlike +anchorwise +anchovy +Anchtherium +Anchusa +anchusin +anchusine +anchylose +anchylosis +ancience +anciency +ancient +ancientism +anciently +ancientness +ancientry +ancienty +ancile +ancilla +ancillary +ancipital +ancipitous +Ancistrocladaceae +ancistrocladaceous +Ancistrocladus +ancistroid +ancon +Ancona +anconad +anconagra +anconal +ancone +anconeal +anconeous +anconeus +anconitis +anconoid +ancony +ancora +ancoral +Ancyloceras +Ancylocladus +Ancylodactyla +ancylopod +Ancylopoda +Ancylostoma +ancylostome +ancylostomiasis +Ancylostomum +Ancylus +Ancyrean +Ancyrene +and +anda +andabatarian +Andalusian +andalusite +Andaman +Andamanese +andante +andantino +Andaqui +Andaquian +Andarko +Andaste +Ande +Andean +Anderson +Andesic +andesine +andesinite +andesite +andesitic +Andevo +Andhra +Andi +Andian +Andine +Andira +andirin +andirine +andiroba +andiron +Andoke +andorite +Andorobo +Andorran +andouillet +andradite +andranatomy +andrarchy +Andre +Andrea +Andreaea +Andreaeaceae +Andreaeales +Andreas +Andrena +andrenid +Andrenidae +Andrew +andrewsite +Andria +Andriana +Andrias +andric +Andries +androcentric +androcephalous +androcephalum +androclinium +Androclus +androconium +androcracy +androcratic +androcyte +androdioecious +androdioecism +androdynamous +androecial +androecium +androgametangium +androgametophore +androgen +androgenesis +androgenetic +androgenic +androgenous +androginous +androgone +androgonia +androgonial +androgonidium +androgonium +Andrographis +andrographolide +androgynal +androgynary +androgyne +androgyneity +androgynia +androgynism +androgynous +androgynus +androgyny +android +androidal +androkinin +androl +androlepsia +androlepsy +Andromache +andromania +Andromaque +Andromeda +Andromede +andromedotoxin +andromonoecious +andromonoecism +andromorphous +andron +Andronicus +andronitis +andropetalar +andropetalous +androphagous +androphobia +androphonomania +androphore +androphorous +androphorum +androphyll +Andropogon +Androsace +Androscoggin +androseme +androsin +androsphinx +androsporangium +androspore +androsterone +androtauric +androtomy +Andy +anear +aneath +anecdota +anecdotage +anecdotal +anecdotalism +anecdote +anecdotic +anecdotical +anecdotically +anecdotist +anele +anelectric +anelectrode +anelectrotonic +anelectrotonus +anelytrous +anematosis +Anemia +anemia +anemic +anemobiagraph +anemochord +anemoclastic +anemogram +anemograph +anemographic +anemographically +anemography +anemological +anemology +anemometer +anemometric +anemometrical +anemometrically +anemometrograph +anemometrographic +anemometrographically +anemometry +anemonal +anemone +Anemonella +anemonin +anemonol +anemony +anemopathy +anemophile +anemophilous +anemophily +Anemopsis +anemoscope +anemosis +anemotaxis +anemotropic +anemotropism +anencephalia +anencephalic +anencephalotrophia +anencephalous +anencephalus +anencephaly +anend +anenergia +anenst +anent +anenterous +anepia +anepigraphic +anepigraphous +anepiploic +anepithymia +anerethisia +aneretic +anergia +anergic +anergy +anerly +aneroid +aneroidograph +anerotic +anerythroplasia +anerythroplastic +anes +anesis +anesthesia +anesthesiant +anesthesimeter +anesthesiologist +anesthesiology +anesthesis +anesthetic +anesthetically +anesthetist +anesthetization +anesthetize +anesthetizer +anesthyl +anethole +Anethum +anetiological +aneuploid +aneuploidy +aneuria +aneuric +aneurilemmic +aneurin +aneurism +aneurismally +aneurysm +aneurysmal +aneurysmally +aneurysmatic +anew +Anezeh +anfractuose +anfractuosity +anfractuous +anfractuousness +anfracture +Angami +Angara +angaralite +angaria +angary +Angdistis +angekok +angel +Angela +angelate +angeldom +Angeleno +angelet +angeleyes +angelfish +angelhood +angelic +Angelica +angelica +Angelical +angelical +angelically +angelicalness +Angelican +angelicic +angelicize +angelico +angelin +Angelina +angeline +angelique +angelize +angellike +Angelo +angelocracy +angelographer +angelolater +angelolatry +angelologic +angelological +angelology +angelomachy +Angelonia +angelophany +angelot +angelship +Angelus +anger +angerly +Angerona +Angeronalia +Angers +Angetenar +Angevin +angeyok +angiasthenia +angico +Angie +angiectasis +angiectopia +angiemphraxis +angiitis +angild +angili +angina +anginal +anginiform +anginoid +anginose +anginous +angioasthenia +angioataxia +angioblast +angioblastic +angiocarditis +angiocarp +angiocarpian +angiocarpic +angiocarpous +angiocavernous +angiocholecystitis +angiocholitis +angiochondroma +angioclast +angiocyst +angiodermatitis +angiodiascopy +angioelephantiasis +angiofibroma +angiogenesis +angiogenic +angiogeny +angioglioma +angiograph +angiography +angiohyalinosis +angiohydrotomy +angiohypertonia +angiohypotonia +angioid +angiokeratoma +angiokinesis +angiokinetic +angioleucitis +angiolipoma +angiolith +angiology +angiolymphitis +angiolymphoma +angioma +angiomalacia +angiomatosis +angiomatous +angiomegaly +angiometer +angiomyocardiac +angiomyoma +angiomyosarcoma +angioneoplasm +angioneurosis +angioneurotic +angionoma +angionosis +angioparalysis +angioparalytic +angioparesis +angiopathy +angiophorous +angioplany +angioplasty +angioplerosis +angiopoietic +angiopressure +angiorrhagia +angiorrhaphy +angiorrhea +angiorrhexis +angiosarcoma +angiosclerosis +angiosclerotic +angioscope +angiosis +angiospasm +angiospastic +angiosperm +Angiospermae +angiospermal +angiospermatous +angiospermic +angiospermous +angiosporous +angiostegnosis +angiostenosis +angiosteosis +angiostomize +angiostomy +angiostrophy +angiosymphysis +angiotasis +angiotelectasia +angiothlipsis +angiotome +angiotomy +angiotonic +angiotonin +angiotribe +angiotripsy +angiotrophic +Angka +anglaise +angle +angleberry +angled +anglehook +anglepod +angler +Angles +anglesite +anglesmith +angletouch +angletwitch +anglewing +anglewise +angleworm +Anglian +Anglic +Anglican +Anglicanism +Anglicanize +Anglicanly +Anglicanum +Anglicism +Anglicist +Anglicization +anglicization +Anglicize +anglicize +Anglification +Anglify +anglimaniac +angling +Anglish +Anglist +Anglistics +Anglogaea +Anglogaean +angloid +Angloman +Anglomane +Anglomania +Anglomaniac +Anglophile +Anglophobe +Anglophobia +Anglophobiac +Anglophobic +Anglophobist +ango +Angola +angolar +Angolese +angor +Angora +angostura +Angouleme +Angoumian +Angraecum +angrily +angriness +angrite +angry +angst +angster +Angstrom +angstrom +anguid +Anguidae +anguiform +Anguilla +Anguillaria +Anguillidae +anguilliform +anguilloid +Anguillula +Anguillulidae +Anguimorpha +anguine +anguineal +anguineous +Anguinidae +anguiped +Anguis +anguis +anguish +anguished +anguishful +anguishous +anguishously +angula +angular +angulare +angularity +angularization +angularize +angularly +angularness +angulate +angulated +angulately +angulateness +angulation +angulatogibbous +angulatosinuous +anguliferous +angulinerved +Anguloa +angulodentate +angulometer +angulosity +angulosplenial +angulous +anguria +Angus +angusticlave +angustifoliate +angustifolious +angustirostrate +angustisellate +angustiseptal +angustiseptate +angwantibo +anhalamine +anhaline +anhalonine +Anhalonium +anhalouidine +anhang +Anhanga +anharmonic +anhedonia +anhedral +anhedron +anhelation +anhelous +anhematosis +anhemolytic +anhidrosis +anhidrotic +anhima +Anhimae +Anhimidae +anhinga +anhistic +anhistous +anhungered +anhungry +anhydrate +anhydration +anhydremia +anhydremic +anhydric +anhydride +anhydridization +anhydridize +anhydrite +anhydrization +anhydrize +anhydroglocose +anhydromyelia +anhydrous +anhydroxime +anhysteretic +ani +Aniba +Anice +aniconic +aniconism +anicular +anicut +anidian +anidiomatic +anidiomatical +anidrosis +Aniellidae +aniente +anigh +anight +anights +anil +anilao +anilau +anile +anileness +anilic +anilid +anilide +anilidic +anilidoxime +aniline +anilinism +anilinophile +anilinophilous +anility +anilla +anilopyrin +anilopyrine +anima +animability +animable +animableness +animadversion +animadversional +animadversive +animadversiveness +animadvert +animadverter +animal +animalcula +animalculae +animalcular +animalcule +animalculine +animalculism +animalculist +animalculous +animalculum +animalhood +Animalia +animalian +animalic +animalier +animalish +animalism +animalist +animalistic +animality +Animalivora +animalivore +animalivorous +animalization +animalize +animally +animastic +animastical +animate +animated +animatedly +animately +animateness +animater +animating +animatingly +animation +animatism +animatistic +animative +animatograph +animator +anime +animi +Animikean +animikite +animism +animist +animistic +animize +animosity +animotheism +animous +animus +anion +anionic +aniridia +anis +anisal +anisalcohol +anisaldehyde +anisaldoxime +anisamide +anisandrous +anisanilide +anisate +anischuria +anise +aniseed +aniseikonia +aniseikonic +aniselike +aniseroot +anisette +anisic +anisidin +anisidine +anisil +anisilic +anisobranchiate +anisocarpic +anisocarpous +anisocercal +anisochromatic +anisochromia +anisocoria +anisocotyledonous +anisocotyly +anisocratic +anisocycle +anisocytosis +anisodactyl +Anisodactyla +Anisodactyli +anisodactylic +anisodactylous +anisodont +anisogamete +anisogamous +anisogamy +anisogenous +anisogeny +anisognathism +anisognathous +anisogynous +anisoin +anisole +anisoleucocytosis +Anisomeles +anisomelia +anisomelus +anisomeric +anisomerous +anisometric +anisometrope +anisometropia +anisometropic +anisomyarian +Anisomyodi +anisomyodian +anisomyodous +anisopetalous +anisophyllous +anisophylly +anisopia +anisopleural +anisopleurous +anisopod +Anisopoda +anisopodal +anisopodous +anisopogonous +Anisoptera +anisopterous +anisosepalous +anisospore +anisostaminous +anisostemonous +anisosthenic +anisostichous +Anisostichus +anisostomous +anisotonic +anisotropal +anisotrope +anisotropic +anisotropical +anisotropically +anisotropism +anisotropous +anisotropy +anisoyl +anisum +anisuria +anisyl +anisylidene +Anita +anither +anitrogenous +anjan +Anjou +ankaramite +ankaratrite +ankee +anker +ankerite +ankh +ankle +anklebone +anklejack +anklet +anklong +Ankoli +Ankou +ankus +ankusha +ankylenteron +ankyloblepharon +ankylocheilia +ankylodactylia +ankylodontia +ankyloglossia +ankylomele +ankylomerism +ankylophobia +ankylopodia +ankylopoietic +ankyloproctia +ankylorrhinia +Ankylosaurus +ankylose +ankylosis +ankylostoma +ankylotia +ankylotic +ankylotome +ankylotomy +ankylurethria +ankyroid +anlace +anlaut +Ann +ann +Anna +anna +Annabel +annabergite +annal +annale +annaline +annalism +annalist +annalistic +annalize +annals +Annam +Annamese +Annamite +Annamitic +Annapurna +Annard +annat +annates +annatto +Anne +anneal +annealer +annectent +annection +annelid +Annelida +annelidan +Annelides +annelidian +annelidous +annelism +Annellata +anneloid +annerodite +Anneslia +annet +Annette +annex +annexa +annexable +annexal +annexation +annexational +annexationist +annexer +annexion +annexionist +annexitis +annexive +annexment +annexure +annidalin +Annie +Anniellidae +annihilability +annihilable +annihilate +annihilation +annihilationism +annihilationist +annihilative +annihilator +annihilatory +Annist +annite +anniversarily +anniversariness +anniversary +anniverse +annodated +Annona +annona +Annonaceae +annonaceous +annotate +annotater +annotation +annotative +annotator +annotatory +annotine +annotinous +announce +announceable +announcement +announcer +annoy +annoyance +annoyancer +annoyer +annoyful +annoying +annoyingly +annoyingness +annoyment +annual +annualist +annualize +annually +annuary +annueler +annuent +annuitant +annuity +annul +annular +Annularia +annularity +annularly +annulary +Annulata +annulate +annulated +annulation +annulet +annulettee +annulism +annullable +annullate +annullation +annuller +annulment +annuloid +Annuloida +Annulosa +annulosan +annulose +annulus +annunciable +annunciate +annunciation +annunciative +annunciator +annunciatory +anoa +Anobiidae +anocarpous +anociassociation +anococcygeal +anodal +anode +anodendron +anodic +anodically +anodize +Anodon +Anodonta +anodontia +anodos +anodyne +anodynia +anodynic +anodynous +anoegenetic +anoesia +anoesis +anoestrous +anoestrum +anoestrus +anoetic +anogenic +anogenital +Anogra +anoil +anoine +anoint +anointer +anointment +anole +anoli +anolian +Anolis +Anolympiad +anolyte +Anomala +anomaliflorous +anomaliped +anomalism +anomalist +anomalistic +anomalistical +anomalistically +anomalocephalus +anomaloflorous +Anomalogonatae +anomalogonatous +Anomalon +anomalonomy +Anomalopteryx +anomaloscope +anomalotrophy +anomalous +anomalously +anomalousness +anomalure +Anomaluridae +Anomalurus +anomaly +Anomatheca +Anomia +Anomiacea +Anomiidae +anomite +anomocarpous +anomodont +Anomodontia +Anomoean +Anomoeanism +anomophyllous +anomorhomboid +anomorhomboidal +anomphalous +Anomura +anomural +anomuran +anomurous +anomy +anon +anonang +anoncillo +anonol +anonychia +anonym +anonyma +anonymity +anonymous +anonymously +anonymousness +anonymuncule +anoopsia +anoperineal +anophele +Anopheles +Anophelinae +anopheline +anophoria +anophthalmia +anophthalmos +Anophthalmus +anophyte +anopia +anopisthographic +Anopla +Anoplanthus +anoplocephalic +anoplonemertean +Anoplonemertini +anoplothere +Anoplotheriidae +anoplotherioid +Anoplotherium +anoplotheroid +Anoplura +anopluriform +anopsia +anopubic +anorak +anorchia +anorchism +anorchous +anorchus +anorectal +anorectic +anorectous +anorexia +anorexy +anorgana +anorganic +anorganism +anorganology +anormal +anormality +anorogenic +anorth +anorthic +anorthite +anorthitic +anorthitite +anorthoclase +anorthographic +anorthographical +anorthographically +anorthography +anorthophyre +anorthopia +anorthoscope +anorthose +anorthosite +anoscope +anoscopy +Anosia +anosmatic +anosmia +anosmic +anosphrasia +anosphresia +anospinal +anostosis +Anostraca +anoterite +another +anotherkins +anotia +anotropia +anotta +anotto +anotus +anounou +Anous +anovesical +anoxemia +anoxemic +anoxia +anoxic +anoxidative +anoxybiosis +anoxybiotic +anoxyscope +ansa +ansar +ansarian +Ansarie +ansate +ansation +Anseis +Ansel +Anselm +Anselmian +Anser +anserated +Anseres +Anseriformes +Anserinae +anserine +anserous +anspessade +ansu +ansulate +answer +answerability +answerable +answerableness +answerably +answerer +answeringly +answerless +answerlessly +ant +Anta +anta +antacid +antacrid +antadiform +Antaean +Antaeus +antagonism +antagonist +antagonistic +antagonistical +antagonistically +antagonization +antagonize +antagonizer +antagony +Antaimerina +Antaios +Antaiva +antal +antalgesic +antalgol +antalkali +antalkaline +antambulacral +antanacathartic +antanaclasis +Antanandro +antanemic +antapex +antaphrodisiac +antaphroditic +antapocha +antapodosis +antapology +antapoplectic +Antar +Antara +antarchism +antarchist +antarchistic +antarchistical +antarchy +Antarctalia +Antarctalian +antarctic +Antarctica +antarctica +antarctical +antarctically +Antarctogaea +Antarctogaean +Antares +antarthritic +antasphyctic +antasthenic +antasthmatic +antatrophic +antdom +ante +anteact +anteal +anteambulate +anteambulation +anteater +antebaptismal +antebath +antebrachial +antebrachium +antebridal +antecabinet +antecaecal +antecardium +antecavern +antecedaneous +antecedaneously +antecede +antecedence +antecedency +antecedent +antecedental +antecedently +antecessor +antechamber +antechapel +Antechinomys +antechoir +antechurch +anteclassical +antecloset +antecolic +antecommunion +anteconsonantal +antecornu +antecourt +antecoxal +antecubital +antecurvature +antedate +antedawn +antediluvial +antediluvially +antediluvian +Antedon +antedonin +antedorsal +antefebrile +antefix +antefixal +anteflected +anteflexed +anteflexion +antefurca +antefurcal +antefuture +antegarden +antegrade +antehall +antehistoric +antehuman +antehypophysis +anteinitial +antejentacular +antejudiciary +antejuramentum +antelabium +antelegal +antelocation +antelope +antelopian +antelucan +antelude +anteluminary +antemarginal +antemarital +antemedial +antemeridian +antemetallic +antemetic +antemillennial +antemingent +antemortal +antemundane +antemural +antenarial +antenatal +antenatalitial +antenati +antenave +antenna +antennae +antennal +Antennaria +antennariid +Antennariidae +Antennarius +antennary +Antennata +antennate +antenniferous +antenniform +antennula +antennular +antennulary +antennule +antenodal +antenoon +Antenor +antenumber +anteoccupation +anteocular +anteopercle +anteoperculum +anteorbital +antepagmenta +antepagments +antepalatal +antepaschal +antepast +antepatriarchal +antepectoral +antepectus +antependium +antepenult +antepenultima +antepenultimate +antephialtic +antepileptic +antepirrhema +anteporch +anteportico +anteposition +anteposthumous +anteprandial +antepredicament +antepredicamental +antepreterit +antepretonic +anteprohibition +anteprostate +anteprostatic +antepyretic +antequalm +antereformation +antereformational +anteresurrection +anterethic +anterevolutional +anterevolutionary +anteriad +anterior +anteriority +anteriorly +anteriorness +anteroclusion +anterodorsal +anteroexternal +anterofixation +anteroflexion +anterofrontal +anterograde +anteroinferior +anterointerior +anterointernal +anterolateral +anterolaterally +anteromedial +anteromedian +anteroom +anteroparietal +anteroposterior +anteroposteriorly +anteropygal +anterospinal +anterosuperior +anteroventral +anteroventrally +antes +antescript +antesignanus +antespring +antestature +antesternal +antesternum +antesunrise +antesuperior +antetemple +antetype +Anteva +antevenient +anteversion +antevert +antevocalic +antewar +anthecological +anthecologist +anthecology +Antheia +anthela +anthelion +anthelmintic +anthem +anthema +anthemene +anthemia +Anthemideae +anthemion +Anthemis +anthemwise +anthemy +anther +Antheraea +antheral +Anthericum +antherid +antheridial +antheridiophore +antheridium +antheriferous +antheriform +antherless +antherogenous +antheroid +antherozoid +antherozoidal +antherozooid +antherozooidal +anthesis +Anthesteria +Anthesteriac +anthesterin +Anthesterion +anthesterol +antheximeter +Anthicidae +Anthidium +anthill +Anthinae +anthine +anthobiology +anthocarp +anthocarpous +anthocephalous +Anthoceros +Anthocerotaceae +Anthocerotales +anthocerote +anthochlor +anthochlorine +anthoclinium +anthocyan +anthocyanidin +anthocyanin +anthodium +anthoecological +anthoecologist +anthoecology +anthogenesis +anthogenetic +anthogenous +anthography +anthoid +anthokyan +antholite +anthological +anthologically +anthologion +anthologist +anthologize +anthology +antholysis +Antholyza +anthomania +anthomaniac +Anthomedusae +anthomedusan +Anthomyia +anthomyiid +Anthomyiidae +Anthonin +Anthonomus +Anthony +anthood +anthophagous +Anthophila +anthophile +anthophilian +anthophilous +anthophobia +Anthophora +anthophore +Anthophoridae +anthophorous +anthophyllite +anthophyllitic +Anthophyta +anthophyte +anthorine +anthosiderite +Anthospermum +anthotaxis +anthotaxy +anthotropic +anthotropism +anthoxanthin +Anthoxanthum +Anthozoa +anthozoan +anthozoic +anthozooid +anthozoon +anthracemia +anthracene +anthraceniferous +anthrachrysone +anthracia +anthracic +anthraciferous +anthracin +anthracite +anthracitic +anthracitiferous +anthracitious +anthracitism +anthracitization +anthracnose +anthracnosis +anthracocide +anthracoid +anthracolithic +anthracomancy +Anthracomarti +anthracomartian +Anthracomartus +anthracometer +anthracometric +anthraconecrosis +anthraconite +Anthracosaurus +anthracosis +anthracothere +Anthracotheriidae +Anthracotherium +anthracotic +anthracyl +anthradiol +anthradiquinone +anthraflavic +anthragallol +anthrahydroquinone +anthramine +anthranil +anthranilate +anthranilic +anthranol +anthranone +anthranoyl +anthranyl +anthraphenone +anthrapurpurin +anthrapyridine +anthraquinol +anthraquinone +anthraquinonyl +anthrarufin +anthratetrol +anthrathiophene +anthratriol +anthrax +anthraxolite +anthraxylon +Anthrenus +anthribid +Anthribidae +Anthriscus +anthrohopobiological +anthroic +anthrol +anthrone +anthropic +anthropical +Anthropidae +anthropobiologist +anthropobiology +anthropocentric +anthropocentrism +anthropoclimatologist +anthropoclimatology +anthropocosmic +anthropodeoxycholic +Anthropodus +anthropogenesis +anthropogenetic +anthropogenic +anthropogenist +anthropogenous +anthropogeny +anthropogeographer +anthropogeographical +anthropogeography +anthropoglot +anthropogony +anthropography +anthropoid +anthropoidal +Anthropoidea +anthropoidean +anthropolater +anthropolatric +anthropolatry +anthropolite +anthropolithic +anthropolitic +anthropological +anthropologically +anthropologist +anthropology +anthropomancy +anthropomantic +anthropomantist +anthropometer +anthropometric +anthropometrical +anthropometrically +anthropometrist +anthropometry +anthropomorph +Anthropomorpha +anthropomorphic +anthropomorphical +anthropomorphically +Anthropomorphidae +anthropomorphism +anthropomorphist +anthropomorphite +anthropomorphitic +anthropomorphitical +anthropomorphitism +anthropomorphization +anthropomorphize +anthropomorphological +anthropomorphologically +anthropomorphology +anthropomorphosis +anthropomorphotheist +anthropomorphous +anthropomorphously +anthroponomical +anthroponomics +anthroponomist +anthroponomy +anthropopathia +anthropopathic +anthropopathically +anthropopathism +anthropopathite +anthropopathy +anthropophagi +anthropophagic +anthropophagical +anthropophaginian +anthropophagism +anthropophagist +anthropophagistic +anthropophagite +anthropophagize +anthropophagous +anthropophagously +anthropophagy +anthropophilous +anthropophobia +anthropophuism +anthropophuistic +anthropophysiography +anthropophysite +Anthropopithecus +anthropopsychic +anthropopsychism +Anthropos +anthroposcopy +anthroposociologist +anthroposociology +anthroposomatology +anthroposophical +anthroposophist +anthroposophy +anthropoteleoclogy +anthropoteleological +anthropotheism +anthropotomical +anthropotomist +anthropotomy +anthropotoxin +Anthropozoic +anthropurgic +anthroropolith +anthroxan +anthroxanic +anthryl +anthrylene +Anthurium +Anthus +Anthyllis +anthypophora +anthypophoretic +Anti +anti +antiabolitionist +antiabrasion +antiabrin +antiabsolutist +antiacid +antiadiaphorist +antiaditis +antiadministration +antiae +antiaesthetic +antiager +antiagglutinating +antiagglutinin +antiaggression +antiaggressionist +antiaggressive +antiaircraft +antialbumid +antialbumin +antialbumose +antialcoholic +antialcoholism +antialcoholist +antialdoxime +antialexin +antialien +antiamboceptor +antiamusement +antiamylase +antianaphylactogen +antianaphylaxis +antianarchic +antianarchist +antiangular +antiannexation +antiannexationist +antianopheline +antianthrax +antianthropocentric +antianthropomorphism +antiantibody +antiantidote +antiantienzyme +antiantitoxin +antiaphrodisiac +antiaphthic +antiapoplectic +antiapostle +antiaquatic +antiar +Antiarcha +Antiarchi +antiarin +Antiaris +antiaristocrat +antiarthritic +antiascetic +antiasthmatic +antiastronomical +antiatheism +antiatheist +antiatonement +antiattrition +antiautolysin +antibacchic +antibacchius +antibacterial +antibacteriolytic +antiballooner +antibalm +antibank +antibasilican +antibenzaldoxime +antiberiberin +antibibliolatry +antibigotry +antibilious +antibiont +antibiosis +antibiotic +antibishop +antiblastic +antiblennorrhagic +antiblock +antiblue +antibody +antiboxing +antibreakage +antibridal +antibromic +antibubonic +Antiburgher +antic +anticachectic +antical +anticalcimine +anticalculous +anticalligraphic +anticancer +anticapital +anticapitalism +anticapitalist +anticardiac +anticardium +anticarious +anticarnivorous +anticaste +anticatalase +anticatalyst +anticatalytic +anticatalyzer +anticatarrhal +anticathexis +anticathode +anticaustic +anticensorship +anticentralization +anticephalalgic +anticeremonial +anticeremonialism +anticeremonialist +anticheater +antichlor +antichlorine +antichloristic +antichlorotic +anticholagogue +anticholinergic +antichoromanic +antichorus +antichresis +antichretic +antichrist +antichristian +antichristianity +antichristianly +antichrome +antichronical +antichronically +antichthon +antichurch +antichurchian +antichymosin +anticipant +anticipatable +anticipate +anticipation +anticipative +anticipatively +anticipator +anticipatorily +anticipatory +anticivic +anticivism +anticize +anticker +anticlactic +anticlassical +anticlassicist +Anticlea +anticlergy +anticlerical +anticlericalism +anticlimactic +anticlimax +anticlinal +anticline +anticlinorium +anticlockwise +anticlogging +anticly +anticnemion +anticness +anticoagulant +anticoagulating +anticoagulative +anticoagulin +anticogitative +anticolic +anticombination +anticomet +anticomment +anticommercial +anticommunist +anticomplement +anticomplementary +anticomplex +anticonceptionist +anticonductor +anticonfederationist +anticonformist +anticonscience +anticonscription +anticonscriptive +anticonstitutional +anticonstitutionalist +anticonstitutionally +anticontagion +anticontagionist +anticontagious +anticonventional +anticonventionalism +anticonvulsive +anticor +anticorn +anticorrosion +anticorrosive +anticorset +anticosine +anticosmetic +anticouncil +anticourt +anticourtier +anticous +anticovenanter +anticovenanting +anticreation +anticreative +anticreator +anticreep +anticreeper +anticreeping +anticrepuscular +anticrepuscule +anticrisis +anticritic +anticritique +anticrochet +anticrotalic +anticryptic +anticum +anticyclic +anticyclone +anticyclonic +anticyclonically +anticynic +anticytolysin +anticytotoxin +antidactyl +antidancing +antidecalogue +antideflation +antidemocrat +antidemocratic +antidemocratical +antidemoniac +antidetonant +antidetonating +antidiabetic +antidiastase +Antidicomarian +Antidicomarianite +antidictionary +antidiffuser +antidinic +antidiphtheria +antidiphtheric +antidiphtherin +antidiphtheritic +antidisciplinarian +antidivine +antidivorce +antidogmatic +antidomestic +antidominican +Antidorcas +antidoron +antidotal +antidotally +antidotary +antidote +antidotical +antidotically +antidotism +antidraft +antidrag +antidromal +antidromic +antidromically +antidromous +antidromy +antidrug +antiduke +antidumping +antidynamic +antidynastic +antidyscratic +antidysenteric +antidysuric +antiecclesiastic +antiecclesiastical +antiedemic +antieducation +antieducational +antiegotism +antiejaculation +antiemetic +antiemperor +antiempirical +antiendotoxin +antiendowment +antienergistic +antienthusiastic +antienzyme +antienzymic +antiepicenter +antiepileptic +antiepiscopal +antiepiscopist +antiepithelial +antierosion +antierysipelas +Antietam +antiethnic +antieugenic +antievangelical +antievolution +antievolutionist +antiexpansionist +antiexporting +antiextreme +antieyestrain +antiface +antifaction +antifame +antifanatic +antifat +antifatigue +antifebrile +antifederal +antifederalism +antifederalist +antifelon +antifelony +antifeminism +antifeminist +antiferment +antifermentative +antifertilizer +antifeudal +antifeudalism +antifibrinolysin +antifibrinolysis +antifideism +antifire +antiflash +antiflattering +antiflatulent +antiflux +antifoam +antifoaming +antifogmatic +antiforeign +antiforeignism +antiformin +antifouler +antifouling +antifowl +antifreeze +antifreezing +antifriction +antifrictional +antifrost +antifundamentalist +antifungin +antigalactagogue +antigalactic +antigambling +antiganting +antigen +antigenic +antigenicity +antighostism +antigigmanic +antiglare +antiglyoxalase +antigod +Antigone +antigonococcic +Antigonon +antigonorrheic +Antigonus +antigorite +antigovernment +antigraft +antigrammatical +antigraph +antigravitate +antigravitational +antigropelos +antigrowth +Antiguan +antiguggler +antigyrous +antihalation +antiharmonist +antihectic +antihelix +antihelminthic +antihemagglutinin +antihemisphere +antihemoglobin +antihemolysin +antihemolytic +antihemorrhagic +antihemorrheidal +antihero +antiheroic +antiheroism +antiheterolysin +antihidrotic +antihierarchical +antihierarchist +antihistamine +antihistaminic +antiholiday +antihormone +antihuff +antihum +antihuman +antihumbuggist +antihunting +antihydrophobic +antihydropic +antihydropin +antihygienic +antihylist +antihypnotic +antihypochondriac +antihypophora +antihysteric +Antikamnia +antikathode +antikenotoxin +antiketogen +antiketogenesis +antiketogenic +antikinase +antiking +antiknock +antilabor +antilaborist +antilacrosse +antilacrosser +antilactase +antilapsarian +antileague +antilegalist +antilegomena +antilemic +antilens +antilepsis +antileptic +antilethargic +antileveling +Antilia +antiliberal +antilibration +antilift +antilipase +antilipoid +antiliquor +antilithic +antiliturgical +antiliturgist +Antillean +antilobium +Antilocapra +Antilocapridae +Antilochus +antiloemic +antilogarithm +antilogic +antilogical +antilogism +antilogous +antilogy +antiloimic +Antilope +Antilopinae +antilottery +antiluetin +antilynching +antilysin +antilysis +antilyssic +antilytic +antimacassar +antimachine +antimachinery +antimagistratical +antimalaria +antimalarial +antimallein +antimaniac +antimaniacal +Antimarian +antimark +antimartyr +antimask +antimasker +Antimason +Antimasonic +Antimasonry +antimasque +antimasquer +antimasquerade +antimaterialist +antimaterialistic +antimatrimonial +antimatrimonialist +antimedical +antimedieval +antimelancholic +antimellin +antimeningococcic +antimension +antimensium +antimephitic +antimere +antimerger +antimeric +Antimerina +antimerism +antimeristem +antimetabole +antimetathesis +antimetathetic +antimeter +antimethod +antimetrical +antimetropia +antimetropic +antimiasmatic +antimicrobic +antimilitarism +antimilitarist +antimilitary +antiministerial +antiministerialist +antiminsion +antimiscegenation +antimission +antimissionary +antimissioner +antimixing +antimnemonic +antimodel +antimodern +antimonarchial +antimonarchic +antimonarchical +antimonarchically +antimonarchicalness +antimonarchist +antimonate +antimonial +antimoniate +antimoniated +antimonic +antimonid +antimonide +antimoniferous +antimonious +antimonite +antimonium +antimoniuret +antimoniureted +antimoniuretted +antimonopolist +antimonopoly +antimonsoon +antimony +antimonyl +antimoral +antimoralism +antimoralist +antimosquito +antimusical +antimycotic +antimythic +antimythical +antinarcotic +antinarrative +antinational +antinationalist +antinationalistic +antinatural +antinegro +antinegroism +antineologian +antinephritic +antinepotic +antineuralgic +antineuritic +antineurotoxin +antineutral +antinial +antinicotine +antinion +antinode +antinoise +antinome +antinomian +antinomianism +antinomic +antinomical +antinomist +antinomy +antinormal +antinosarian +Antinous +Antiochene +Antiochian +Antiochianism +antiodont +antiodontalgic +Antiope +antiopelmous +antiophthalmic +antiopium +antiopiumist +antiopiumite +antioptimist +antioptionist +antiorgastic +antiorthodox +antioxidant +antioxidase +antioxidizer +antioxidizing +antioxygen +antioxygenation +antioxygenator +antioxygenic +antipacifist +antipapacy +antipapal +antipapalist +antipapism +antipapist +antipapistical +antiparabema +antiparagraphe +antiparagraphic +antiparallel +antiparallelogram +antiparalytic +antiparalytical +antiparasitic +antiparastatitis +antiparliament +antiparliamental +antiparliamentarist +antiparliamentary +antipart +Antipasch +Antipascha +antipass +antipastic +Antipatharia +antipatharian +antipathetic +antipathetical +antipathetically +antipatheticalness +antipathic +Antipathida +antipathist +antipathize +antipathogen +antipathy +antipatriarch +antipatriarchal +antipatriot +antipatriotic +antipatriotism +antipedal +Antipedobaptism +Antipedobaptist +antipeduncular +antipellagric +antipepsin +antipeptone +antiperiodic +antiperistalsis +antiperistaltic +antiperistasis +antiperistatic +antiperistatical +antiperistatically +antipersonnel +antiperthite +antipestilential +antipetalous +antipewism +antiphagocytic +antipharisaic +antipharmic +antiphase +antiphilosophic +antiphilosophical +antiphlogistian +antiphlogistic +antiphon +antiphonal +antiphonally +antiphonary +antiphoner +antiphonetic +antiphonic +antiphonical +antiphonically +antiphonon +antiphony +antiphrasis +antiphrastic +antiphrastical +antiphrastically +antiphthisic +antiphthisical +antiphylloxeric +antiphysic +antiphysical +antiphysician +antiplague +antiplanet +antiplastic +antiplatelet +antipleion +antiplenist +antiplethoric +antipleuritic +antiplurality +antipneumococcic +antipodagric +antipodagron +antipodal +antipode +antipodean +antipodes +antipodic +antipodism +antipodist +antipoetic +antipoints +antipolar +antipole +antipolemist +antipolitical +antipollution +antipolo +antipolygamy +antipolyneuritic +antipool +antipooling +antipope +antipopery +antipopular +antipopulationist +antiportable +antiposition +antipoverty +antipragmatic +antipragmatist +antiprecipitin +antipredeterminant +antiprelate +antiprelatic +antiprelatist +antipreparedness +antiprestidigitation +antipriest +antipriestcraft +antiprime +antiprimer +antipriming +antiprinciple +antiprism +antiproductionist +antiprofiteering +antiprohibition +antiprohibitionist +antiprojectivity +antiprophet +antiprostate +antiprostatic +antiprotease +antiproteolysis +antiprotozoal +antiprudential +antipruritic +antipsalmist +antipsoric +antiptosis +antipudic +antipuritan +antiputrefaction +antiputrefactive +antiputrescent +antiputrid +antipyic +antipyonin +antipyresis +antipyretic +Antipyrine +antipyrotic +antipyryl +antiqua +antiquarian +antiquarianism +antiquarianize +antiquarianly +antiquarism +antiquartan +antiquary +antiquate +antiquated +antiquatedness +antiquation +antique +antiquely +antiqueness +antiquer +antiquing +antiquist +antiquitarian +antiquity +antirabic +antirabies +antiracemate +antiracer +antirachitic +antirachitically +antiracing +antiradiating +antiradiation +antiradical +antirailwayist +antirational +antirationalism +antirationalist +antirationalistic +antirattler +antireactive +antirealism +antirealistic +antirebating +antirecruiting +antired +antireducer +antireform +antireformer +antireforming +antireformist +antireligion +antireligious +antiremonstrant +antirennet +antirennin +antirent +antirenter +antirentism +antirepublican +antireservationist +antirestoration +antireticular +antirevisionist +antirevolutionary +antirevolutionist +antirheumatic +antiricin +antirickets +antiritual +antiritualistic +antirobin +antiromance +antiromantic +antiromanticism +antiroyal +antiroyalist +Antirrhinum +antirumor +antirun +antirust +antisacerdotal +antisacerdotalist +antisaloon +antisalooner +antisavage +antiscabious +antiscale +antischolastic +antischool +antiscians +antiscientific +antiscion +antiscolic +antiscorbutic +antiscorbutical +antiscrofulous +antiseismic +antiselene +antisensitizer +antisensuous +antisensuousness +antisepalous +antisepsin +antisepsis +antiseptic +antiseptical +antiseptically +antisepticism +antisepticist +antisepticize +antiseption +antiseptize +antiserum +antishipping +Antisi +antisialagogue +antisialic +antisiccative +antisideric +antisilverite +antisimoniacal +antisine +antisiphon +antisiphonal +antiskeptical +antiskid +antiskidding +antislavery +antislaveryism +antislickens +antislip +antismoking +antisnapper +antisocial +antisocialist +antisocialistic +antisocialistically +antisociality +antisolar +antisophist +antisoporific +antispace +antispadix +antispasis +antispasmodic +antispast +antispastic +antispectroscopic +antispermotoxin +antispiritual +antispirochetic +antisplasher +antisplenetic +antisplitting +antispreader +antispreading +antisquama +antisquatting +antistadholder +antistadholderian +antistalling +antistaphylococcic +antistate +antistatism +antistatist +antisteapsin +antisterility +antistes +antistimulant +antistock +antistreptococcal +antistreptococcic +antistreptococcin +antistreptococcus +antistrike +antistrophal +antistrophe +antistrophic +antistrophically +antistrophize +antistrophon +antistrumatic +antistrumous +antisubmarine +antisubstance +antisudoral +antisudorific +antisuffrage +antisuffragist +antisun +antisupernaturalism +antisupernaturalist +antisurplician +antisymmetrical +antisyndicalism +antisyndicalist +antisynod +antisyphilitic +antitabetic +antitabloid +antitangent +antitank +antitarnish +antitartaric +antitax +antiteetotalism +antitegula +antitemperance +antitetanic +antitetanolysin +antithalian +antitheft +antitheism +antitheist +antitheistic +antitheistical +antitheistically +antithenar +antitheologian +antitheological +antithermic +antithermin +antitheses +antithesis +antithesism +antithesize +antithet +antithetic +antithetical +antithetically +antithetics +antithrombic +antithrombin +antitintinnabularian +antitobacco +antitobacconal +antitobacconist +antitonic +antitorpedo +antitoxic +antitoxin +antitrade +antitrades +antitraditional +antitragal +antitragic +antitragicus +antitragus +antitrismus +antitrochanter +antitropal +antitrope +antitropic +antitropical +antitropous +antitropy +antitrust +antitrypsin +antitryptic +antituberculin +antituberculosis +antituberculotic +antituberculous +antiturnpikeism +antitwilight +antitypal +antitype +antityphoid +antitypic +antitypical +antitypically +antitypy +antityrosinase +antiunion +antiunionist +antiuratic +antiurease +antiusurious +antiutilitarian +antivaccination +antivaccinationist +antivaccinator +antivaccinist +antivariolous +antivenefic +antivenereal +antivenin +antivenom +antivenomous +antivermicular +antivibrating +antivibrator +antivibratory +antivice +antiviral +antivirus +antivitalist +antivitalistic +antivitamin +antivivisection +antivivisectionist +antivolition +antiwar +antiwarlike +antiwaste +antiwedge +antiweed +antiwit +antixerophthalmic +antizealot +antizymic +antizymotic +antler +antlered +antlerite +antlerless +antlia +antliate +Antlid +antling +antluetic +antodontalgic +antoeci +antoecian +antoecians +Antoinette +Anton +Antonella +Antonia +Antonina +antoninianus +Antonio +antonomasia +antonomastic +antonomastical +antonomastically +antonomasy +Antony +antonym +antonymous +antonymy +antorbital +antproof +antra +antral +antralgia +antre +antrectomy +antrin +antritis +antrocele +antronasal +antrophore +antrophose +antrorse +antrorsely +antroscope +antroscopy +Antrostomus +antrotome +antrotomy +antrotympanic +antrotympanitis +antrum +antrustion +antrustionship +antship +Antu +antu +Antum +Antwerp +antwise +anubing +Anubis +anucleate +anukabiet +Anukit +anuloma +Anura +anuran +anuresis +anuretic +anuria +anuric +anurous +anury +anus +anusim +anusvara +anutraminosa +anvasser +anvil +anvilsmith +anxietude +anxiety +anxious +anxiously +anxiousness +any +anybody +Anychia +anyhow +anyone +anyplace +Anystidae +anything +anythingarian +anythingarianism +anyway +anyways +anywhen +anywhere +anywhereness +anywheres +anywhy +anywise +anywither +Anzac +Anzanian +Ao +aogiri +Aoife +aonach +Aonian +aorist +aoristic +aoristically +aorta +aortal +aortarctia +aortectasia +aortectasis +aortic +aorticorenal +aortism +aortitis +aortoclasia +aortoclasis +aortolith +aortomalacia +aortomalaxis +aortopathy +aortoptosia +aortoptosis +aortorrhaphy +aortosclerosis +aortostenosis +aortotomy +aosmic +Aotea +Aotearoa +Aotes +Aotus +aoudad +Aouellimiden +Aoul +apa +apabhramsa +apace +Apache +apache +Apachette +apachism +apachite +apadana +apagoge +apagogic +apagogical +apagogically +apaid +Apalachee +apalit +Apama +apandry +Apanteles +Apantesis +apanthropia +apanthropy +apar +Aparai +aparaphysate +aparejo +Apargia +aparithmesis +apart +apartheid +aparthrosis +apartment +apartmental +apartness +apasote +apastron +apatan +Apatela +apatetic +apathetic +apathetical +apathetically +apathic +apathism +apathist +apathistical +apathogenic +Apathus +apathy +apatite +Apatornis +Apatosaurus +Apaturia +Apayao +ape +apeak +apectomy +apedom +apehood +apeiron +apelet +apelike +apeling +apellous +Apemantus +Apennine +apenteric +apepsia +apepsinia +apepsy +apeptic +aper +aperch +aperea +aperient +aperiodic +aperiodically +aperiodicity +aperispermic +aperistalsis +aperitive +apert +apertly +apertness +apertometer +apertural +aperture +apertured +Aperu +apery +apesthesia +apesthetic +apesthetize +Apetalae +apetaloid +apetalose +apetalous +apetalousness +apetaly +apex +apexed +aphaeresis +aphaeretic +aphagia +aphakia +aphakial +aphakic +Aphanapteryx +Aphanes +aphanesite +Aphaniptera +aphanipterous +aphanite +aphanitic +aphanitism +Aphanomyces +aphanophyre +aphanozygous +Apharsathacites +aphasia +aphasiac +aphasic +Aphelandra +Aphelenchus +aphelian +Aphelinus +aphelion +apheliotropic +apheliotropically +apheliotropism +Aphelops +aphemia +aphemic +aphengescope +aphengoscope +aphenoscope +apheresis +apheretic +aphesis +apheta +aphetic +aphetically +aphetism +aphetize +aphicidal +aphicide +aphid +aphides +aphidian +aphidicide +aphidicolous +aphidid +Aphididae +Aphidiinae +aphidious +Aphidius +aphidivorous +aphidolysin +aphidophagous +aphidozer +aphilanthropy +Aphis +aphlaston +aphlebia +aphlogistic +aphnology +aphodal +aphodian +Aphodius +aphodus +aphonia +aphonic +aphonous +aphony +aphoria +aphorism +aphorismatic +aphorismer +aphorismic +aphorismical +aphorismos +aphorist +aphoristic +aphoristically +aphorize +aphorizer +Aphoruridae +aphotic +aphototactic +aphototaxis +aphototropic +aphototropism +Aphra +aphrasia +aphrite +aphrizite +aphrodisia +aphrodisiac +aphrodisiacal +aphrodisian +Aphrodision +Aphrodistic +Aphrodite +Aphroditeum +aphroditic +Aphroditidae +aphroditous +aphrolite +aphronia +aphrosiderite +aphtha +Aphthartodocetae +Aphthartodocetic +Aphthartodocetism +aphthic +aphthitalite +aphthoid +aphthong +aphthongal +aphthongia +aphthous +aphydrotropic +aphydrotropism +aphyllose +aphyllous +aphylly +aphyric +Apiaca +Apiaceae +apiaceous +Apiales +apian +apiarian +apiarist +apiary +apiator +apicad +apical +apically +apices +Apician +apicifixed +apicilar +apicillary +apicitis +apickaback +apicoectomy +apicolysis +apicula +apicular +apiculate +apiculated +apiculation +apicultural +apiculture +apiculturist +apiculus +Apidae +apiece +apieces +apigenin +apii +apiin +apikoros +apilary +Apina +Apinae +Apinage +apinch +aping +apinoid +apio +Apioceridae +apioid +apioidal +apiole +apiolin +apiologist +apiology +apionol +Apios +apiose +Apiosoma +apiphobia +Apis +apish +apishamore +apishly +apishness +apism +apitong +apitpat +Apium +apivorous +apjohnite +aplacental +Aplacentalia +Aplacentaria +Aplacophora +aplacophoran +aplacophorous +aplanat +aplanatic +aplanatically +aplanatism +Aplanobacter +aplanogamete +aplanospore +aplasia +aplastic +Aplectrum +aplenty +aplite +aplitic +aplobasalt +aplodiorite +Aplodontia +Aplodontiidae +aplomb +aplome +Aplopappus +aploperistomatous +aplostemonous +aplotaxene +aplotomy +Apluda +aplustre +Aplysia +apnea +apneal +apneic +apneumatic +apneumatosis +Apneumona +apneumonous +apneustic +apoaconitine +apoatropine +apobiotic +apoblast +apocaffeine +apocalypse +apocalypst +apocalypt +apocalyptic +apocalyptical +apocalyptically +apocalypticism +apocalyptism +apocalyptist +apocamphoric +apocarp +apocarpous +apocarpy +apocatastasis +apocatastatic +apocatharsis +apocenter +apocentric +apocentricity +apocha +apocholic +apochromat +apochromatic +apochromatism +apocinchonine +apocodeine +apocopate +apocopated +apocopation +apocope +apocopic +apocrenic +apocrisiary +Apocrita +apocrustic +apocryph +Apocrypha +apocryphal +apocryphalist +apocryphally +apocryphalness +apocryphate +apocryphon +Apocynaceae +apocynaceous +apocyneous +Apocynum +apod +Apoda +apodal +apodan +apodeipnon +apodeixis +apodema +apodemal +apodematal +apodeme +Apodes +Apodia +apodia +apodictic +apodictical +apodictically +apodictive +Apodidae +apodixis +apodosis +apodous +apodyterium +apoembryony +apofenchene +apogaeic +apogalacteum +apogamic +apogamically +apogamous +apogamously +apogamy +apogeal +apogean +apogee +apogeic +apogenous +apogeny +apogeotropic +apogeotropically +apogeotropism +Apogon +Apogonidae +apograph +apographal +apoharmine +apohyal +Apoidea +apoise +apojove +apokrea +apokreos +apolar +apolarity +apolaustic +apolegamic +Apolista +Apolistan +Apollinarian +Apollinarianism +Apolline +Apollo +Apollonia +Apollonian +Apollonic +apollonicon +Apollonistic +Apolloship +Apollyon +apologal +apologete +apologetic +apologetical +apologetically +apologetics +apologia +apologist +apologize +apologizer +apologue +apology +apolousis +Apolysin +apolysis +apolytikion +apomecometer +apomecometry +apometabolic +apometabolism +apometabolous +apometaboly +apomictic +apomictical +apomixis +apomorphia +apomorphine +aponeurology +aponeurorrhaphy +aponeurosis +aponeurositis +aponeurotic +aponeurotome +aponeurotomy +aponia +aponic +Aponogeton +Aponogetonaceae +aponogetonaceous +apoop +apopenptic +apopetalous +apophantic +apophasis +apophatic +Apophis +apophlegmatic +apophonia +apophony +apophorometer +apophthegm +apophthegmatist +apophyge +apophylactic +apophylaxis +apophyllite +apophyllous +apophysary +apophysate +apophyseal +apophysis +apophysitis +apoplasmodial +apoplastogamous +apoplectic +apoplectical +apoplectically +apoplectiform +apoplectoid +apoplex +apoplexy +apopyle +apoquinamine +apoquinine +aporetic +aporetical +aporhyolite +aporia +Aporobranchia +aporobranchian +Aporobranchiata +Aporocactus +Aporosa +aporose +aporphin +aporphine +Aporrhaidae +Aporrhais +aporrhaoid +aporrhegma +aport +aportoise +aposafranine +aposaturn +aposaturnium +aposematic +aposematically +aposepalous +aposia +aposiopesis +aposiopetic +apositia +apositic +aposoro +aposporogony +aposporous +apospory +apostasis +apostasy +apostate +apostatic +apostatical +apostatically +apostatism +apostatize +apostaxis +apostemate +apostematic +apostemation +apostematous +aposteme +aposteriori +aposthia +apostil +apostle +apostlehood +apostleship +apostolate +apostoless +apostoli +Apostolian +Apostolic +apostolic +apostolical +apostolically +apostolicalness +Apostolici +apostolicism +apostolicity +apostolize +Apostolos +apostrophal +apostrophation +apostrophe +apostrophic +apostrophied +apostrophize +apostrophus +Apotactic +Apotactici +apotelesm +apotelesmatic +apotelesmatical +apothecal +apothecary +apothecaryship +apothece +apothecial +apothecium +apothegm +apothegmatic +apothegmatical +apothegmatically +apothegmatist +apothegmatize +apothem +apotheose +apotheoses +apotheosis +apotheosize +apothesine +apothesis +apotome +apotracheal +apotropaic +apotropaion +apotropaism +apotropous +apoturmeric +apotype +apotypic +apout +apoxesis +Apoxyomenos +apozem +apozema +apozemical +apozymase +Appalachia +Appalachian +appall +appalling +appallingly +appallment +appalment +appanage +appanagist +apparatus +apparel +apparelment +apparence +apparency +apparent +apparently +apparentness +apparition +apparitional +apparitor +appassionata +appassionato +appay +appeal +appealability +appealable +appealer +appealing +appealingly +appealingness +appear +appearance +appearanced +appearer +appeasable +appeasableness +appeasably +appease +appeasement +appeaser +appeasing +appeasingly +appeasive +appellability +appellable +appellancy +appellant +appellate +appellation +appellational +appellative +appellatived +appellatively +appellativeness +appellatory +appellee +appellor +append +appendage +appendaged +appendalgia +appendance +appendancy +appendant +appendectomy +appendical +appendicalgia +appendice +appendicectasis +appendicectomy +appendices +appendicial +appendicious +appendicitis +appendicle +appendicocaecostomy +appendicostomy +appendicular +Appendicularia +appendicularian +Appendiculariidae +Appendiculata +appendiculate +appendiculated +appenditious +appendix +appendorontgenography +appendotome +appentice +apperceive +apperception +apperceptionism +apperceptionist +apperceptionistic +apperceptive +apperceptively +appercipient +appersonation +appertain +appertainment +appertinent +appet +appete +appetence +appetency +appetent +appetently +appetibility +appetible +appetibleness +appetite +appetition +appetitional +appetitious +appetitive +appetize +appetizement +appetizer +appetizingly +appinite +Appius +applanate +applanation +applaud +applaudable +applaudably +applauder +applaudingly +applause +applausive +applausively +apple +appleberry +appleblossom +applecart +appledrane +applegrower +applejack +applejohn +applemonger +applenut +appleringy +appleroot +applesauce +applewife +applewoman +appliable +appliableness +appliably +appliance +appliant +applicability +applicable +applicableness +applicably +applicancy +applicant +applicate +application +applicative +applicatively +applicator +applicatorily +applicatory +applied +appliedly +applier +applique +applosion +applosive +applot +applotment +apply +applyingly +applyment +appoggiatura +appoint +appointable +appointe +appointee +appointer +appointive +appointment +appointor +Appomatox +Appomattoc +apport +apportion +apportionable +apportioner +apportionment +apposability +apposable +appose +apposer +apposiopestic +apposite +appositely +appositeness +apposition +appositional +appositionally +appositive +appositively +appraisable +appraisal +appraise +appraisement +appraiser +appraising +appraisingly +appraisive +appreciable +appreciably +appreciant +appreciate +appreciatingly +appreciation +appreciational +appreciativ +appreciative +appreciatively +appreciativeness +appreciator +appreciatorily +appreciatory +appredicate +apprehend +apprehender +apprehendingly +apprehensibility +apprehensible +apprehensibly +apprehension +apprehensive +apprehensively +apprehensiveness +apprend +apprense +apprentice +apprenticehood +apprenticement +apprenticeship +appressed +appressor +appressorial +appressorium +appreteur +apprise +apprize +apprizement +apprizer +approach +approachability +approachabl +approachable +approachableness +approacher +approaching +approachless +approachment +approbate +approbation +approbative +approbativeness +approbator +approbatory +approof +appropinquate +appropinquation +appropinquity +appropre +appropriable +appropriate +appropriately +appropriateness +appropriation +appropriative +appropriativeness +appropriator +approvable +approvableness +approval +approvance +approve +approvedly +approvedness +approvement +approver +approvingly +approximal +approximate +approximately +approximation +approximative +approximatively +approximativeness +approximator +appulse +appulsion +appulsive +appulsively +appurtenance +appurtenant +apractic +apraxia +apraxic +apricate +aprication +aprickle +apricot +April +Aprilesque +Apriline +Aprilis +apriori +apriorism +apriorist +aprioristic +apriority +Aprocta +aproctia +aproctous +apron +aproneer +apronful +apronless +apronlike +apropos +aprosexia +aprosopia +aprosopous +aproterodont +apse +apselaphesia +apselaphesis +apsidal +apsidally +apsides +apsidiole +apsis +apsychia +apsychical +apt +Aptal +Aptenodytes +Aptera +apteral +apteran +apterial +apterium +apteroid +apterous +Apteryges +apterygial +Apterygidae +Apterygiformes +Apterygogenea +Apterygota +apterygote +apterygotous +Apteryx +Aptian +Aptiana +aptitude +aptitudinal +aptitudinally +aptly +aptness +aptote +aptotic +aptyalia +aptyalism +aptychus +Apulian +apulmonic +apulse +apurpose +Apus +apyonin +apyrene +apyretic +apyrexia +apyrexial +apyrexy +apyrotype +apyrous +aqua +aquabelle +aquabib +aquacade +aquacultural +aquaculture +aquaemanale +aquafortist +aquage +aquagreen +aquamarine +aquameter +aquaplane +aquapuncture +aquarelle +aquarellist +aquaria +aquarial +Aquarian +aquarian +Aquarid +Aquarii +aquariist +aquarium +Aquarius +aquarter +aquascutum +aquatic +aquatical +aquatically +aquatile +aquatint +aquatinta +aquatinter +aquation +aquativeness +aquatone +aquavalent +aquavit +aqueduct +aqueoglacial +aqueoigneous +aqueomercurial +aqueous +aqueously +aqueousness +aquicolous +aquicultural +aquiculture +aquiculturist +aquifer +aquiferous +Aquifoliaceae +aquifoliaceous +aquiform +Aquila +Aquilaria +aquilawood +aquilege +Aquilegia +Aquilian +Aquilid +aquiline +aquilino +aquincubital +aquincubitalism +Aquinist +aquintocubital +aquintocubitalism +aquiparous +Aquitanian +aquiver +aquo +aquocapsulitis +aquocarbonic +aquocellolitis +aquopentamminecobaltic +aquose +aquosity +aquotization +aquotize +ar +ara +Arab +araba +araban +arabana +Arabella +arabesque +arabesquely +arabesquerie +Arabian +Arabianize +Arabic +Arabicism +Arabicize +Arabidopsis +arability +arabin +arabinic +arabinose +arabinosic +Arabis +Arabism +Arabist +arabit +arabitol +arabiyeh +Arabize +arable +Arabophil +Araby +araca +Aracana +aracanga +aracari +Araceae +araceous +arachic +arachidonic +arachin +Arachis +arachnactis +Arachne +arachnean +arachnid +Arachnida +arachnidan +arachnidial +arachnidism +arachnidium +arachnism +Arachnites +arachnitis +arachnoid +arachnoidal +Arachnoidea +arachnoidea +arachnoidean +arachnoiditis +arachnological +arachnologist +arachnology +Arachnomorphae +arachnophagous +arachnopia +arad +Aradidae +arado +araeostyle +araeosystyle +Aragallus +Aragonese +Aragonian +aragonite +araguato +arain +Arains +Arakanese +arakawaite +arake +Arales +Aralia +Araliaceae +araliaceous +araliad +Araliaephyllum +aralie +Araliophyllum +aralkyl +aralkylated +Aramaean +Aramaic +Aramaicize +Aramaism +aramayoite +Aramidae +aramina +Araminta +Aramis +Aramitess +Aramu +Aramus +Aranea +Araneae +araneid +Araneida +araneidan +araneiform +Araneiformes +Araneiformia +aranein +Araneina +Araneoidea +araneologist +araneology +araneous +aranga +arango +Aranyaka +aranzada +arapahite +Arapaho +arapaima +araphorostic +arapunga +Araquaju +arar +Arara +arara +araracanga +ararao +ararauna +arariba +araroba +arati +aration +aratory +Araua +Arauan +Araucan +Araucanian +Araucano +Araucaria +Araucariaceae +araucarian +Araucarioxylon +Araujia +Arauna +Arawa +Arawak +Arawakan +Arawakian +arba +Arbacia +arbacin +arbalest +arbalester +arbalestre +arbalestrier +arbalist +arbalister +arbalo +Arbela +arbiter +arbitrable +arbitrager +arbitragist +arbitral +arbitrament +arbitrarily +arbitrariness +arbitrary +arbitrate +arbitration +arbitrational +arbitrationist +arbitrative +arbitrator +arbitratorship +arbitratrix +arbitrement +arbitrer +arbitress +arboloco +arbor +arboraceous +arboral +arborary +arborator +arboreal +arboreally +arborean +arbored +arboreous +arborescence +arborescent +arborescently +arboresque +arboret +arboreta +arboretum +arborical +arboricole +arboricoline +arboricolous +arboricultural +arboriculture +arboriculturist +arboriform +arborist +arborization +arborize +arboroid +arborolatry +arborous +arborvitae +arborway +arbuscle +arbuscula +arbuscular +arbuscule +arbusterol +arbustum +arbutase +arbute +arbutean +arbutin +arbutinase +arbutus +arc +arca +Arcacea +arcade +Arcadia +Arcadian +arcadian +Arcadianism +Arcadianly +Arcadic +Arcady +arcana +arcanal +arcane +arcanite +arcanum +arcate +arcature +Arcella +Arceuthobium +arch +archabomination +archae +archaecraniate +Archaeoceti +Archaeocyathidae +Archaeocyathus +archaeogeology +archaeographic +archaeographical +archaeography +archaeolatry +archaeolith +archaeolithic +archaeologer +archaeologian +archaeologic +archaeological +archaeologically +archaeologist +archaeology +Archaeopithecus +Archaeopteris +Archaeopterygiformes +Archaeopteryx +Archaeornis +Archaeornithes +archaeostoma +Archaeostomata +archaeostomatous +archagitator +archaic +archaical +archaically +archaicism +archaism +archaist +archaistic +archaize +archaizer +archangel +archangelic +Archangelica +archangelical +archangelship +archantagonist +archantiquary +archapostate +archapostle +archarchitect +archarios +archartist +archband +archbeacon +archbeadle +archbishop +archbishopess +archbishopric +archbishopry +archbotcher +archboutefeu +archbuffoon +archbuilder +archchampion +archchaplain +archcharlatan +archcheater +archchemic +archchief +archchronicler +archcity +archconfraternity +archconsoler +archconspirator +archcorrupter +archcorsair +archcount +archcozener +archcriminal +archcritic +archcrown +archcupbearer +archdapifer +archdapifership +archdeacon +archdeaconate +archdeaconess +archdeaconry +archdeaconship +archdean +archdeanery +archdeceiver +archdefender +archdemon +archdepredator +archdespot +archdetective +archdevil +archdiocesan +archdiocese +archdiplomatist +archdissembler +archdisturber +archdivine +archdogmatist +archdolt +archdruid +archducal +archduchess +archduchy +archduke +archdukedom +arche +archeal +Archean +archearl +archebiosis +archecclesiastic +archecentric +arched +archegone +archegonial +Archegoniata +Archegoniatae +archegoniate +archegoniophore +archegonium +archegony +Archegosaurus +archeion +Archelaus +Archelenis +archelogy +Archelon +archemperor +Archencephala +archencephalic +archenemy +archengineer +archenteric +archenteron +archeocyte +Archeozoic +Archer +archer +archeress +archerfish +archership +archery +arches +archespore +archesporial +archesporium +archetypal +archetypally +archetype +archetypic +archetypical +archetypically +archetypist +archeunuch +archeus +archexorcist +archfelon +archfiend +archfire +archflamen +archflatterer +archfoe +archfool +archform +archfounder +archfriend +archgenethliac +archgod +archgomeral +archgovernor +archgunner +archhead +archheart +archheresy +archheretic +archhost +archhouse +archhumbug +archhypocrisy +archhypocrite +Archiannelida +archiater +Archibald +archibenthal +archibenthic +archibenthos +archiblast +archiblastic +archiblastoma +archiblastula +Archibuteo +archicantor +archicarp +archicerebrum +Archichlamydeae +archichlamydeous +archicleistogamous +archicleistogamy +archicoele +archicontinent +archicyte +archicytula +Archidamus +Archidiaceae +archidiaconal +archidiaconate +archididascalian +archididascalos +Archidiskodon +Archidium +archidome +Archie +archiepiscopacy +archiepiscopal +archiepiscopally +archiepiscopate +archiereus +archigaster +archigastrula +archigenesis +archigonic +archigonocyte +archigony +archiheretical +archikaryon +archil +archilithic +Archilochian +archilowe +archimage +Archimago +archimagus +archimandrite +Archimedean +Archimedes +archimime +archimorphic +archimorula +archimperial +archimperialism +archimperialist +archimperialistic +archimpressionist +Archimycetes +archineuron +archinfamy +archinformer +arching +archipallial +archipallium +archipelagian +archipelagic +archipelago +archipin +archiplasm +archiplasmic +Archiplata +archiprelatical +archipresbyter +archipterygial +archipterygium +archisperm +Archispermae +archisphere +archispore +archistome +archisupreme +archisymbolical +architect +architective +architectonic +Architectonica +architectonically +architectonics +architectress +architectural +architecturalist +architecturally +architecture +architecturesque +Architeuthis +architis +architraval +architrave +architraved +architypographer +archival +archive +archivist +archivolt +archizoic +archjockey +archking +archknave +archleader +archlecher +archleveler +archlexicographer +archliar +archlute +archly +archmachine +archmagician +archmagirist +archmarshal +archmediocrity +archmessenger +archmilitarist +archmime +archminister +archmock +archmocker +archmockery +archmonarch +archmonarchist +archmonarchy +archmugwump +archmurderer +archmystagogue +archness +archocele +archocystosyrinx +archology +archon +archonship +archont +archontate +Archontia +archontic +archoplasm +archoplasmic +archoptoma +archoptosis +archorrhagia +archorrhea +archostegnosis +archostenosis +archosyrinx +archoverseer +archpall +archpapist +archpastor +archpatriarch +archpatron +archphilosopher +archphylarch +archpiece +archpilferer +archpillar +archpirate +archplagiarist +archplagiary +archplayer +archplotter +archplunderer +archplutocrat +archpoet +archpolitician +archpontiff +archpractice +archprelate +archprelatic +archprelatical +archpresbyter +archpresbyterate +archpresbytery +archpretender +archpriest +archpriesthood +archpriestship +archprimate +archprince +archprophet +archprotopope +archprototype +archpublican +archpuritan +archradical +archrascal +archreactionary +archrebel +archregent +archrepresentative +archrobber +archrogue +archruler +archsacrificator +archsacrificer +archsaint +archsatrap +archscoundrel +archseducer +archsee +archsewer +archshepherd +archsin +archsnob +archspirit +archspy +archsteward +archswindler +archsynagogue +archtempter +archthief +archtraitor +archtreasurer +archtreasurership +archturncoat +archtyrant +archurger +archvagabond +archvampire +archvestryman +archvillain +archvillainy +archvisitor +archwag +archway +archwench +archwise +archworker +archworkmaster +Archy +archy +Arcidae +Arcifera +arciferous +arcifinious +arciform +arcing +Arcite +arcked +arcking +arcocentrous +arcocentrum +arcograph +Arcos +Arctalia +Arctalian +Arctamerican +arctation +Arctia +arctian +arctic +arctically +arctician +arcticize +arcticward +arcticwards +arctiid +Arctiidae +Arctisca +Arctium +Arctocephalus +Arctogaea +Arctogaeal +Arctogaean +arctoid +Arctoidea +arctoidean +Arctomys +Arctos +Arctosis +Arctostaphylos +Arcturia +Arcturus +arcual +arcuale +arcuate +arcuated +arcuately +arcuation +arcubalist +arcubalister +arcula +arculite +ardassine +Ardea +Ardeae +ardeb +Ardeidae +Ardelia +ardella +ardency +ardennite +ardent +ardently +ardentness +Ardhamagadhi +Ardhanari +ardish +Ardisia +Ardisiaceae +ardoise +ardor +ardri +ardu +arduinite +arduous +arduously +arduousness +ardurous +are +area +areach +aread +areal +areality +Arean +arear +areasoner +areaway +Areca +Arecaceae +arecaceous +arecaidin +arecaidine +arecain +arecaine +Arecales +arecolidin +arecolidine +arecolin +arecoline +Arecuna +ared +areek +areel +arefact +arefaction +aregenerative +aregeneratory +areito +arena +arenaceous +arenae +Arenaria +arenariae +arenarious +arenation +arend +arendalite +areng +Arenga +Arenicola +arenicole +arenicolite +arenicolous +Arenig +arenilitic +arenoid +arenose +arenosity +arent +areocentric +areographer +areographic +areographical +areographically +areography +areola +areolar +areolate +areolated +areolation +areole +areolet +areologic +areological +areologically +areologist +areology +areometer +areometric +areometrical +areometry +Areopagist +Areopagite +Areopagitic +Areopagitica +Areopagus +areotectonics +areroscope +aretaics +arete +Arethusa +Arethuse +Aretinian +arfvedsonite +argal +argala +argali +argans +Argante +Argas +argasid +Argasidae +Argean +argeers +argel +Argemone +argemony +argenol +argent +argental +argentamid +argentamide +argentamin +argentamine +argentate +argentation +argenteous +argenter +argenteum +argentic +argenticyanide +argentide +argentiferous +Argentina +Argentine +argentine +Argentinean +Argentinian +Argentinidae +argentinitrate +Argentinize +Argentino +argention +argentite +argentojarosite +argentol +argentometric +argentometrically +argentometry +argenton +argentoproteinum +argentose +argentous +argentum +Argestes +arghan +arghel +arghool +Argid +argil +argillaceous +argilliferous +argillite +argillitic +argilloarenaceous +argillocalcareous +argillocalcite +argilloferruginous +argilloid +argillomagnesian +argillous +arginine +argininephosphoric +Argiope +Argiopidae +Argiopoidea +Argive +Argo +argo +Argoan +argol +argolet +Argolian +Argolic +Argolid +argon +Argonaut +Argonauta +Argonautic +Argonne +argosy +argot +argotic +Argovian +arguable +argue +arguer +argufier +argufy +Argulus +argument +argumental +argumentation +argumentatious +argumentative +argumentatively +argumentativeness +argumentator +argumentatory +Argus +argusfish +Argusianus +Arguslike +argute +argutely +arguteness +Argyle +Argyll +Argynnis +argyranthemous +argyranthous +Argyraspides +argyria +argyric +argyrite +argyrocephalous +argyrodite +Argyrol +Argyroneta +Argyropelecus +argyrose +argyrosis +Argyrosomus +argyrythrose +arhar +arhat +arhatship +Arhauaco +arhythmic +aria +Ariadne +Arian +Ariana +Arianism +Arianistic +Arianistical +Arianize +Arianizer +Arianrhod +aribine +Arician +aricine +arid +Arided +aridge +aridian +aridity +aridly +aridness +ariegite +Ariel +ariel +arienzo +Aries +arietation +Arietid +arietinous +arietta +aright +arightly +arigue +Ariidae +Arikara +aril +ariled +arillary +arillate +arillated +arilliform +arillode +arillodium +arilloid +arillus +Arimasp +Arimaspian +Arimathaean +Ariocarpus +Arioi +Arioian +Arion +ariose +arioso +ariot +aripple +Arisaema +arisard +arise +arisen +arist +arista +Aristarch +Aristarchian +aristarchy +aristate +Aristeas +Aristida +Aristides +Aristippus +aristocracy +aristocrat +aristocratic +aristocratical +aristocratically +aristocraticalness +aristocraticism +aristocraticness +aristocratism +aristodemocracy +aristodemocratical +aristogenesis +aristogenetic +aristogenic +aristogenics +Aristol +Aristolochia +Aristolochiaceae +aristolochiaceous +Aristolochiales +aristolochin +aristolochine +aristological +aristologist +aristology +aristomonarchy +Aristophanic +aristorepublicanism +Aristotelian +Aristotelianism +Aristotelic +Aristotelism +aristotype +aristulate +arite +arithmetic +arithmetical +arithmetically +arithmetician +arithmetization +arithmetize +arithmic +arithmocracy +arithmocratic +arithmogram +arithmograph +arithmography +arithmomania +arithmometer +Arius +Arivaipa +Arizona +Arizonan +Arizonian +arizonite +arjun +ark +Arkab +Arkansan +Arkansas +Arkansawyer +arkansite +Arkite +arkite +arkose +arkosic +arksutite +Arlene +Arleng +arles +Arline +arm +armada +armadilla +Armadillididae +Armadillidium +armadillo +Armado +Armageddon +Armageddonist +armagnac +armament +armamentarium +armamentary +armangite +armariolum +armarium +Armata +Armatoles +Armatoli +armature +armbone +armchair +armchaired +armed +armeniaceous +Armenian +Armenic +Armenize +Armenoid +armer +Armeria +Armeriaceae +armet +armful +armgaunt +armhole +armhoop +Armida +armied +armiferous +armiger +armigeral +armigerous +armil +armilla +Armillaria +armillary +armillate +armillated +arming +Arminian +Arminianism +Arminianize +Arminianizer +armipotence +armipotent +armisonant +armisonous +armistice +armless +armlet +armload +armoire +armonica +armor +Armoracia +armored +armorer +armorial +Armoric +Armorican +Armorician +armoried +armorist +armorproof +armorwise +armory +Armouchiquois +armozeen +armpiece +armpit +armplate +armrack +armrest +arms +armscye +armure +army +arn +arna +Arnaut +arnberry +Arne +Arneb +Arnebia +arnee +arni +arnica +Arnold +Arnoldist +Arnoseris +arnotta +arnotto +Arnusian +arnut +Aro +aroar +aroast +arock +aroeira +aroid +aroideous +Aroides +aroint +arolium +arolla +aroma +aromacity +aromadendrin +aromatic +aromatically +aromaticness +aromatite +aromatites +aromatization +aromatize +aromatizer +aromatophor +aromatophore +Aronia +aroon +Aroras +Arosaguntacook +arose +around +arousal +arouse +arousement +arouser +arow +aroxyl +arpeggiando +arpeggiated +arpeggiation +arpeggio +arpeggioed +arpen +arpent +arquerite +arquifoux +arracach +arracacha +Arracacia +arrack +arrah +arraign +arraigner +arraignment +arrame +arrange +arrangeable +arrangement +arranger +arrant +arrantly +Arras +arras +arrased +arrasene +arrastra +arrastre +arratel +arrau +array +arrayal +arrayer +arrayment +arrear +arrearage +arrect +arrector +arrendation +arrenotokous +arrenotoky +arrent +arrentable +arrentation +arreptitious +arrest +arrestable +arrestation +arrestee +arrester +arresting +arrestingly +arrestive +arrestment +arrestor +Arretine +arrhenal +Arrhenatherum +arrhenoid +arrhenotokous +arrhenotoky +arrhinia +arrhizal +arrhizous +arrhythmia +arrhythmic +arrhythmical +arrhythmically +arrhythmous +arrhythmy +arriage +arriba +arride +arridge +arrie +arriere +Arriet +arrimby +arris +arrish +arrisways +arriswise +arrival +arrive +arriver +arroba +arrogance +arrogancy +arrogant +arrogantly +arrogantness +arrogate +arrogatingly +arrogation +arrogative +arrogator +arrojadite +arrope +arrosive +arrow +arrowbush +arrowed +arrowhead +arrowheaded +arrowleaf +arrowless +arrowlet +arrowlike +arrowplate +arrowroot +arrowsmith +arrowstone +arrowweed +arrowwood +arrowworm +arrowy +arroyo +Arruague +Arry +Arryish +Arsacid +Arsacidan +arsanilic +arse +arsedine +arsenal +arsenate +arsenation +arseneted +arsenetted +arsenfast +arsenferratose +arsenhemol +arseniasis +arseniate +arsenic +arsenical +arsenicalism +arsenicate +arsenicism +arsenicize +arsenicophagy +arsenide +arseniferous +arsenillo +arseniopleite +arseniosiderite +arsenious +arsenism +arsenite +arsenium +arseniuret +arseniureted +arsenization +arseno +arsenobenzene +arsenobenzol +arsenobismite +arsenoferratin +arsenofuran +arsenohemol +arsenolite +arsenophagy +arsenophen +arsenophenol +arsenophenylglycin +arsenopyrite +arsenostyracol +arsenotherapy +arsenotungstates +arsenotungstic +arsenous +arsenoxide +arsenyl +arses +arsesmart +arsheen +arshin +arshine +arsine +arsinic +arsino +Arsinoitherium +arsis +arsle +arsmetrik +arsmetrike +arsnicker +arsoite +arson +arsonate +arsonation +arsonic +arsonist +arsonite +arsonium +arsono +arsonvalization +arsphenamine +arsyl +arsylene +Art +art +artaba +artabe +artal +Artamidae +Artamus +artar +artarine +artcraft +artefact +artel +Artemas +Artemia +Artemis +Artemisia +artemisic +artemisin +Artemision +Artemisium +arteriagra +arterial +arterialization +arterialize +arterially +arteriarctia +arteriasis +arteriectasia +arteriectasis +arteriectopia +arterin +arterioarctia +arteriocapillary +arteriococcygeal +arteriodialysis +arteriodiastasis +arteriofibrosis +arteriogenesis +arteriogram +arteriograph +arteriography +arteriole +arteriolith +arteriology +arteriolosclerosis +arteriomalacia +arteriometer +arteriomotor +arterionecrosis +arteriopalmus +arteriopathy +arteriophlebotomy +arterioplania +arterioplasty +arteriopressor +arteriorenal +arteriorrhagia +arteriorrhaphy +arteriorrhexis +arteriosclerosis +arteriosclerotic +arteriospasm +arteriostenosis +arteriostosis +arteriostrepsis +arteriosympathectomy +arteriotome +arteriotomy +arteriotrepsis +arterious +arteriovenous +arterioversion +arterioverter +arteritis +artery +Artesian +artesian +artful +artfully +artfulness +Artgum +artha +arthel +arthemis +arthragra +arthral +arthralgia +arthralgic +arthrectomy +arthredema +arthrempyesis +arthresthesia +arthritic +arthritical +arthriticine +arthritis +arthritism +arthrobacterium +arthrobranch +arthrobranchia +arthrocace +arthrocarcinoma +arthrocele +arthrochondritis +arthroclasia +arthrocleisis +arthroclisis +arthroderm +arthrodesis +arthrodia +arthrodial +arthrodic +Arthrodira +arthrodiran +arthrodire +arthrodirous +Arthrodonteae +arthrodynia +arthrodynic +arthroempyema +arthroempyesis +arthroendoscopy +Arthrogastra +arthrogastran +arthrogenous +arthrography +arthrogryposis +arthrolite +arthrolith +arthrolithiasis +arthrology +arthromeningitis +arthromere +arthromeric +arthrometer +arthrometry +arthroncus +arthroneuralgia +arthropathic +arthropathology +arthropathy +arthrophlogosis +arthrophyma +arthroplastic +arthroplasty +arthropleura +arthropleure +arthropod +Arthropoda +arthropodal +arthropodan +arthropodous +Arthropomata +arthropomatous +arthropterous +arthropyosis +arthrorheumatism +arthrorrhagia +arthrosclerosis +arthrosia +arthrosis +arthrospore +arthrosporic +arthrosporous +arthrosteitis +arthrosterigma +arthrostome +arthrostomy +Arthrostraca +arthrosynovitis +arthrosyrinx +arthrotome +arthrotomy +arthrotrauma +arthrotropic +arthrotyphoid +arthrous +arthroxerosis +Arthrozoa +arthrozoan +arthrozoic +Arthur +Arthurian +Arthuriana +artiad +artichoke +article +articled +articulability +articulable +articulacy +articulant +articular +articulare +articularly +articulary +Articulata +articulate +articulated +articulately +articulateness +articulation +articulationist +articulative +articulator +articulatory +articulite +articulus +Artie +artifact +artifactitious +artifice +artificer +artificership +artificial +artificialism +artificiality +artificialize +artificially +artificialness +artiller +artillerist +artillery +artilleryman +artilleryship +artiness +artinite +Artinskian +artiodactyl +Artiodactyla +artiodactylous +artiphyllous +artisan +artisanship +artist +artistdom +artiste +artistic +artistical +artistically +artistry +artless +artlessly +artlessness +artlet +artlike +Artocarpaceae +artocarpad +artocarpeous +artocarpous +Artocarpus +artolater +artophagous +artophorion +artotype +artotypy +Artotyrite +artware +arty +aru +Aruac +arui +aruke +Arulo +Arum +arumin +Aruncus +arundiferous +arundinaceous +Arundinaria +arundineous +Arundo +Arunta +arupa +arusa +arusha +arustle +arval +arvel +Arverni +Arvicola +arvicole +Arvicolinae +arvicoline +arvicolous +arviculture +arx +ary +Arya +Aryan +Aryanism +Aryanization +Aryanize +aryballoid +aryballus +aryepiglottic +aryl +arylamine +arylamino +arylate +arytenoid +arytenoidal +arzan +Arzava +Arzawa +arzrunite +arzun +As +as +Asa +asaddle +asafetida +Asahel +asak +asale +asana +Asaph +asaphia +Asaphic +asaphid +Asaphidae +Asaphus +asaprol +asarabacca +Asaraceae +Asarh +asarite +asaron +asarone +asarotum +Asarum +asbest +asbestic +asbestiform +asbestine +asbestinize +asbestoid +asbestoidal +asbestos +asbestosis +asbestous +asbestus +asbolin +asbolite +Ascabart +Ascalabota +ascan +Ascanian +Ascanius +ascare +ascariasis +ascaricidal +ascaricide +ascarid +Ascaridae +ascarides +Ascaridia +ascaridiasis +ascaridole +Ascaris +ascaron +Ascella +ascellus +ascend +ascendable +ascendance +ascendancy +ascendant +ascendence +ascendency +ascendent +ascender +ascendible +ascending +ascendingly +ascension +ascensional +ascensionist +Ascensiontide +ascensive +ascent +ascertain +ascertainable +ascertainableness +ascertainably +ascertainer +ascertainment +ascescency +ascescent +ascetic +ascetical +ascetically +asceticism +Ascetta +aschaffite +ascham +aschistic +asci +ascian +Ascidia +Ascidiacea +Ascidiae +ascidian +ascidiate +ascidicolous +ascidiferous +ascidiform +ascidioid +Ascidioida +Ascidioidea +Ascidiozoa +ascidiozooid +ascidium +asciferous +ascigerous +ascii +ascites +ascitic +ascitical +ascititious +asclent +Asclepiad +asclepiad +Asclepiadaceae +asclepiadaceous +Asclepiadae +Asclepiadean +asclepiadeous +Asclepiadic +Asclepian +Asclepias +asclepidin +asclepidoid +Asclepieion +asclepin +Asclepius +ascocarp +ascocarpous +Ascochyta +ascogenous +ascogone +ascogonial +ascogonidium +ascogonium +ascolichen +Ascolichenes +ascoma +ascomycetal +ascomycete +Ascomycetes +ascomycetous +ascon +Ascones +ascophore +ascophorous +Ascophyllum +ascorbic +ascospore +ascosporic +ascosporous +Ascot +ascot +Ascothoracica +ascribable +ascribe +ascript +ascription +ascriptitii +ascriptitious +ascriptitius +ascry +ascula +Ascupart +ascus +ascyphous +Ascyrum +asdic +ase +asearch +asecretory +aseethe +aseismatic +aseismic +aseismicity +aseity +aselgeia +asellate +Aselli +Asellidae +Aselline +Asellus +asem +asemasia +asemia +asepsis +aseptate +aseptic +aseptically +asepticism +asepticize +aseptify +aseptol +aseptolin +asexual +asexuality +asexualization +asexualize +asexually +asfetida +ash +Asha +ashake +ashame +ashamed +ashamedly +ashamedness +ashamnu +Ashangos +Ashantee +Ashanti +Asharasi +ashberry +ashcake +ashen +Asher +asherah +Asherites +ashery +ashes +ashet +ashily +ashimmer +ashine +ashiness +ashipboard +Ashir +ashiver +Ashkenazic +Ashkenazim +ashkoko +ashlar +ashlared +ashlaring +ashless +ashling +Ashluslay +ashman +Ashmolean +Ashochimi +ashore +ashpan +ashpit +ashplant +ashraf +ashrafi +ashthroat +Ashur +ashur +ashweed +ashwort +ashy +asialia +Asian +Asianic +Asianism +Asiarch +Asiarchate +Asiatic +Asiatical +Asiatically +Asiatican +Asiaticism +Asiaticization +Asiaticize +Asiatize +aside +asidehand +asideness +asiderite +asideu +asiento +asilid +Asilidae +Asilus +asimen +Asimina +asimmer +asinego +asinine +asininely +asininity +asiphonate +asiphonogama +asitia +ask +askable +askance +askant +askar +askari +asker +askew +askingly +askip +asklent +Asklepios +askos +Askr +aslant +aslantwise +aslaver +asleep +aslop +aslope +aslumber +asmack +asmalte +asmear +asmile +asmoke +asmolder +asniffle +asnort +asoak +asocial +asok +asoka +asomatophyte +asomatous +asonant +asonia +asop +asor +asouth +asp +aspace +aspalathus +Aspalax +asparagic +asparagine +asparaginic +asparaginous +asparagus +asparagyl +asparkle +aspartate +aspartic +aspartyl +Aspasia +Aspatia +aspect +aspectable +aspectant +aspection +aspectual +aspen +asper +asperate +asperation +aspergation +asperge +asperger +Asperges +aspergil +aspergill +Aspergillaceae +Aspergillales +aspergilliform +aspergillin +aspergillosis +aspergillum +aspergillus +Asperifoliae +asperifoliate +asperifolious +asperite +asperity +aspermatic +aspermatism +aspermatous +aspermia +aspermic +aspermous +asperous +asperously +asperse +aspersed +asperser +aspersion +aspersive +aspersively +aspersor +aspersorium +aspersory +Asperugo +Asperula +asperuloside +asperulous +asphalt +asphaltene +asphalter +asphaltic +asphaltite +asphaltum +aspheterism +aspheterize +asphodel +Asphodelaceae +Asphodeline +Asphodelus +asphyctic +asphyctous +asphyxia +asphyxial +asphyxiant +asphyxiate +asphyxiation +asphyxiative +asphyxiator +asphyxied +asphyxy +aspic +aspiculate +aspiculous +aspidate +aspidiaria +aspidinol +Aspidiotus +Aspidiske +Aspidistra +aspidium +Aspidobranchia +Aspidobranchiata +aspidobranchiate +Aspidocephali +Aspidochirota +Aspidoganoidei +aspidomancy +Aspidosperma +aspidospermine +aspirant +aspirata +aspirate +aspiration +aspirator +aspiratory +aspire +aspirer +aspirin +aspiring +aspiringly +aspiringness +aspish +asplanchnic +Asplenieae +asplenioid +Asplenium +asporogenic +asporogenous +asporous +asport +asportation +asporulate +aspout +asprawl +aspread +Aspredinidae +Aspredo +aspring +asprout +asquare +asquat +asqueal +asquint +asquirm +ass +assacu +assagai +assai +assail +assailable +assailableness +assailant +assailer +assailment +Assam +Assamese +Assamites +assapan +assapanic +assarion +assart +assary +assassin +assassinate +assassination +assassinative +assassinator +assassinatress +assassinist +assate +assation +assault +assaultable +assaulter +assaut +assay +assayable +assayer +assaying +assbaa +asse +assecuration +assecurator +assedation +assegai +asself +assemblable +assemblage +assemble +assembler +assembly +assemblyman +assent +assentaneous +assentation +assentatious +assentator +assentatorily +assentatory +assented +assenter +assentient +assenting +assentingly +assentive +assentiveness +assentor +assert +assertable +assertative +asserter +assertible +assertion +assertional +assertive +assertively +assertiveness +assertor +assertorial +assertorially +assertoric +assertorical +assertorically +assertorily +assertory +assertress +assertrix +assertum +assess +assessable +assessably +assessed +assessee +assession +assessionary +assessment +assessor +assessorial +assessorship +assessory +asset +assets +assever +asseverate +asseveratingly +asseveration +asseverative +asseveratively +asseveratory +asshead +assi +assibilate +assibilation +Assidean +assident +assidual +assidually +assiduity +assiduous +assiduously +assiduousness +assientist +assiento +assify +assign +assignability +assignable +assignably +assignat +assignation +assigned +assignee +assigneeship +assigner +assignment +assignor +assilag +assimilability +assimilable +assimilate +assimilation +assimilationist +assimilative +assimilativeness +assimilator +assimilatory +Assiniboin +assis +Assisan +assise +assish +assishly +assishness +assist +assistance +assistant +assistanted +assistantship +assistency +assister +assistful +assistive +assistless +assistor +assize +assizement +assizer +assizes +asslike +assman +Assmannshauser +assmanship +associability +associable +associableness +associate +associated +associatedness +associateship +association +associational +associationalism +associationalist +associationism +associationist +associationistic +associative +associatively +associativeness +associator +associatory +assoil +assoilment +assoilzie +assonance +assonanced +assonant +assonantal +assonantic +assonate +Assonia +assort +assortative +assorted +assortedness +assorter +assortive +assortment +assuade +assuage +assuagement +assuager +assuasive +assubjugate +assuetude +assumable +assumably +assume +assumed +assumedly +assumer +assuming +assumingly +assumingness +assumpsit +assumption +Assumptionist +assumptious +assumptiousness +assumptive +assumptively +assurable +assurance +assurant +assure +assured +assuredly +assuredness +assurer +assurge +assurgency +assurgent +assuring +assuringly +assyntite +Assyrian +Assyrianize +Assyriological +Assyriologist +Assyriologue +Assyriology +Assyroid +assythment +ast +asta +Astacidae +Astacus +Astakiwi +astalk +astarboard +astare +astart +Astarte +Astartian +Astartidae +astasia +astatic +astatically +astaticism +astatine +astatize +astatizer +astay +asteam +asteatosis +asteep +asteer +asteism +astelic +astely +aster +Asteraceae +asteraceous +Asterales +Asterella +astereognosis +asteria +asterial +Asterias +asteriated +Asteriidae +asterikos +asterin +Asterina +Asterinidae +asterioid +Asterion +asterion +Asterionella +asterisk +asterism +asterismal +astern +asternal +Asternata +asternia +Asterochiton +asteroid +asteroidal +Asteroidea +asteroidean +Asterolepidae +Asterolepis +Asterope +asterophyllite +Asterophyllites +Asterospondyli +asterospondylic +asterospondylous +Asteroxylaceae +Asteroxylon +Asterozoa +asterwort +asthenia +asthenic +asthenical +asthenobiosis +asthenobiotic +asthenolith +asthenology +asthenopia +asthenopic +asthenosphere +astheny +asthma +asthmatic +asthmatical +asthmatically +asthmatoid +asthmogenic +asthore +asthorin +Astian +astichous +astigmatic +astigmatical +astigmatically +astigmatism +astigmatizer +astigmatometer +astigmatoscope +astigmatoscopy +astigmia +astigmism +astigmometer +astigmometry +Astilbe +astilbe +astint +astipulate +astir +astite +astomatal +astomatous +astomia +astomous +astonied +astonish +astonishedly +astonisher +astonishing +astonishingly +astonishingness +astonishment +astony +astoop +astor +astound +astoundable +astounding +astoundingly +astoundment +Astrachan +astraddle +Astraea +Astraean +astraean +astraeid +Astraeidae +astraeiform +astragal +astragalar +astragalectomy +astragali +astragalocalcaneal +astragalocentral +astragalomancy +astragalonavicular +astragaloscaphoid +astragalotibial +Astragalus +astragalus +astrain +astrakanite +astrakhan +astral +astrally +astrand +Astrantia +astraphobia +astrapophobia +astray +astream +astrer +astrict +astriction +astrictive +astrictively +astrictiveness +Astrid +astride +astrier +astriferous +astrild +astringe +astringency +astringent +astringently +astringer +astroalchemist +astroblast +Astrocaryum +astrochemist +astrochemistry +astrochronological +astrocyte +astrocytoma +astrocytomata +astrodiagnosis +astrodome +astrofel +astrogeny +astroglia +astrognosy +astrogonic +astrogony +astrograph +astrographic +astrography +astroid +astroite +astrolabe +astrolabical +astrolater +astrolatry +astrolithology +astrologaster +astrologer +astrologian +astrologic +astrological +astrologically +astrologistic +astrologize +astrologous +astrology +astromancer +astromancy +astromantic +astrometeorological +astrometeorologist +astrometeorology +astrometer +astrometrical +astrometry +astronaut +astronautics +astronomer +astronomic +astronomical +astronomically +astronomics +astronomize +astronomy +Astropecten +Astropectinidae +astrophil +astrophobia +astrophotographic +astrophotography +astrophotometer +astrophotometrical +astrophotometry +astrophyllite +astrophysical +astrophysicist +astrophysics +Astrophyton +astroscope +Astroscopus +astroscopy +astrospectral +astrospectroscopic +astrosphere +astrotheology +astrut +astucious +astuciously +astucity +Astur +Asturian +astute +astutely +astuteness +astylar +Astylospongia +Astylosternus +asudden +asunder +Asuri +aswail +aswarm +asway +asweat +aswell +aswim +aswing +aswirl +aswoon +aswooned +asyla +asyllabia +asyllabic +asyllabical +asylum +asymbiotic +asymbolia +asymbolic +asymbolical +asymmetric +asymmetrical +asymmetrically +Asymmetron +asymmetry +asymptomatic +asymptote +asymptotic +asymptotical +asymptotically +asynapsis +asynaptic +asynartete +asynartetic +asynchronism +asynchronous +asyndesis +asyndetic +asyndetically +asyndeton +asynergia +asynergy +asyngamic +asyngamy +asyntactic +asyntrophy +asystole +asystolic +asystolism +asyzygetic +at +Ata +atabal +atabeg +atabek +Atabrine +Atacaman +Atacamenan +Atacamenian +Atacameno +atacamite +atactic +atactiform +Ataentsic +atafter +Ataigal +Ataiyal +Atalan +ataman +atamasco +Atamosco +atangle +atap +ataraxia +ataraxy +atatschite +ataunt +atavi +atavic +atavism +atavist +atavistic +atavistically +atavus +ataxaphasia +ataxia +ataxiagram +ataxiagraph +ataxiameter +ataxiaphasia +ataxic +ataxinomic +ataxite +ataxonomic +ataxophemia +ataxy +atazir +atbash +atchison +ate +Ateba +atebrin +atechnic +atechnical +atechny +ateeter +atef +atelectasis +atelectatic +ateleological +Ateles +atelestite +atelets +atelier +ateliosis +Atellan +atelo +atelocardia +atelocephalous +ateloglossia +atelognathia +atelomitic +atelomyelia +atelopodia +ateloprosopia +atelorachidia +atelostomia +atemporal +Aten +Atenism +Atenist +Aterian +ates +Atestine +ateuchi +ateuchus +Atfalati +Athabasca +Athabascan +athalamous +athalline +Athamantid +athanasia +Athanasian +Athanasianism +Athanasianist +athanasy +athanor +Athapascan +athar +Atharvan +Athecae +Athecata +athecate +atheism +atheist +atheistic +atheistical +atheistically +atheisticalness +atheize +atheizer +athelia +atheling +athematic +Athena +Athenaea +athenaeum +athenee +Athenian +Athenianly +athenor +Athens +atheological +atheologically +atheology +atheous +Athericera +athericeran +athericerous +atherine +Atherinidae +Atheriogaea +Atheriogaean +Atheris +athermancy +athermanous +athermic +athermous +atheroma +atheromasia +atheromata +atheromatosis +atheromatous +atherosclerosis +Atherosperma +Atherurus +athetesis +athetize +athetoid +athetosic +athetosis +athing +athirst +athlete +athletehood +athletic +athletical +athletically +athleticism +athletics +athletism +athletocracy +athlothete +athlothetes +athodyd +athort +athrepsia +athreptic +athrill +athrive +athrob +athrocyte +athrocytosis +athrogenic +athrong +athrough +athwart +athwarthawse +athwartship +athwartships +athwartwise +athymia +athymic +athymy +athyreosis +athyria +athyrid +Athyridae +Athyris +Athyrium +athyroid +athyroidism +athyrosis +Ati +Atik +Atikokania +atilt +atimon +atinga +atingle +atinkle +atip +atis +Atka +Atlanta +atlantad +atlantal +Atlantean +atlantes +Atlantic +atlantic +Atlantica +Atlantid +Atlantides +atlantite +atlantoaxial +atlantodidymus +atlantomastoid +atlantoodontoid +Atlantosaurus +Atlas +atlas +Atlaslike +atlatl +atle +atlee +atloaxoid +atloid +atloidean +atloidoaxoid +atma +atman +atmiatrics +atmiatry +atmid +atmidalbumin +atmidometer +atmidometry +atmo +atmocausis +atmocautery +atmoclastic +atmogenic +atmograph +atmologic +atmological +atmologist +atmology +atmolysis +atmolyzation +atmolyze +atmolyzer +atmometer +atmometric +atmometry +atmos +atmosphere +atmosphereful +atmosphereless +atmospheric +atmospherical +atmospherically +atmospherics +atmospherology +atmostea +atmosteal +atmosteon +Atnah +atocha +atocia +atokal +atoke +atokous +atoll +atom +atomatic +atomechanics +atomerg +atomic +atomical +atomically +atomician +atomicism +atomicity +atomics +atomiferous +atomism +atomist +atomistic +atomistical +atomistically +atomistics +atomity +atomization +atomize +atomizer +atomology +atomy +atonable +atonal +atonalism +atonalistic +atonality +atonally +atone +atonement +atoneness +atoner +atonia +atonic +atonicity +atoningly +atony +atop +Atophan +atophan +atopic +atopite +atopy +Atorai +Atossa +atour +atoxic +Atoxyl +atoxyl +atrabilarian +atrabilarious +atrabiliar +atrabiliarious +atrabiliary +atrabilious +atrabiliousness +atracheate +Atractaspis +Atragene +atragene +atrail +atrament +atramental +atramentary +atramentous +atraumatic +Atrebates +Atremata +atrematous +atremble +atrepsy +atreptic +atresia +atresic +atresy +atretic +atria +atrial +atrichia +atrichosis +atrichous +atrickle +Atridean +atrienses +atriensis +atriocoelomic +atrioporal +atriopore +atrioventricular +atrip +Atriplex +atrium +atrocha +atrochal +atrochous +atrocious +atrociously +atrociousness +atrocity +atrolactic +Atropa +atropaceous +atropal +atropamine +atrophia +atrophiated +atrophic +atrophied +atrophoderma +atrophy +atropia +atropic +Atropidae +atropine +atropinism +atropinization +atropinize +atropism +atropous +atrorubent +atrosanguineous +atroscine +atrous +atry +Atrypa +Atta +atta +Attacapan +attacco +attach +attachable +attachableness +attache +attached +attachedly +attacher +attacheship +attachment +attack +attackable +attacker +attacolite +Attacus +attacus +attagen +attaghan +attain +attainability +attainable +attainableness +attainder +attainer +attainment +attaint +attaintment +attainture +Attalea +attaleh +Attalid +attar +attargul +attask +attemper +attemperament +attemperance +attemperate +attemperately +attemperation +attemperator +attempt +attemptability +attemptable +attempter +attemptless +attend +attendance +attendancy +attendant +attendantly +attender +attendingly +attendment +attendress +attensity +attent +attention +attentional +attentive +attentively +attentiveness +attently +attenuable +attenuant +attenuate +attenuation +attenuative +attenuator +atter +attercop +attercrop +atterminal +attermine +atterminement +attern +attery +attest +attestable +attestant +attestation +attestative +attestator +attester +attestive +Attic +attic +Attical +Atticism +atticism +Atticist +Atticize +atticize +atticomastoid +attid +Attidae +attinge +attingence +attingency +attingent +attire +attired +attirement +attirer +attitude +attitudinal +attitudinarian +attitudinarianism +attitudinize +attitudinizer +Attiwendaronk +attorn +attorney +attorneydom +attorneyism +attorneyship +attornment +attract +attractability +attractable +attractableness +attractant +attracter +attractile +attractingly +attraction +attractionally +attractive +attractively +attractiveness +attractivity +attractor +attrahent +attrap +attributable +attributal +attribute +attributer +attribution +attributive +attributively +attributiveness +attrist +attrite +attrited +attriteness +attrition +attritive +attritus +attune +attunely +attunement +Atuami +atule +atumble +atune +atwain +atweel +atween +atwin +atwirl +atwist +atwitch +atwitter +atwixt +atwo +atypic +atypical +atypically +atypy +auantic +aube +aubepine +Aubrey +Aubrietia +aubrietia +aubrite +auburn +aubusson +Auca +auca +Aucan +Aucaner +Aucanian +Auchenia +auchenia +auchenium +auchlet +auction +auctionary +auctioneer +auctorial +Aucuba +aucuba +aucupate +audacious +audaciously +audaciousness +audacity +Audaean +Audian +Audibertia +audibility +audible +audibleness +audibly +audience +audiencier +audient +audile +audio +audiogenic +audiogram +audiologist +audiology +audiometer +audiometric +audiometry +Audion +audion +audiophile +audiphone +audit +audition +auditive +auditor +auditoria +auditorial +auditorially +auditorily +auditorium +auditorship +auditory +auditress +auditual +audivise +audiviser +audivision +Audrey +Audubonistic +Aueto +auganite +auge +Augean +augelite +augen +augend +auger +augerer +augh +aught +aughtlins +augite +augitic +augitite +augitophyre +augment +augmentable +augmentation +augmentationer +augmentative +augmentatively +augmented +augmentedly +augmenter +augmentive +augur +augural +augurate +augurial +augurous +augurship +augury +August +august +Augusta +augustal +Augustan +Augusti +Augustin +Augustinian +Augustinianism +Augustinism +augustly +augustness +Augustus +auh +auhuhu +Auk +auk +auklet +aula +aulacocarpous +Aulacodus +Aulacomniaceae +Aulacomnium +aulae +aularian +auld +auldfarrantlike +auletai +aulete +auletes +auletic +auletrides +auletris +aulic +aulicism +auloi +aulophyte +aulos +Aulostoma +Aulostomatidae +Aulostomi +aulostomid +Aulostomidae +Aulostomus +aulu +aum +aumaga +aumail +aumbry +aumery +aumil +aumildar +aumous +aumrie +auncel +aune +Aunjetitz +aunt +aunthood +auntie +auntish +auntlike +auntly +auntsary +auntship +aupaka +aura +aurae +aural +aurally +auramine +Aurantiaceae +aurantiaceous +Aurantium +aurantium +aurar +aurate +aurated +aureate +aureately +aureateness +aureation +aureity +Aurelia +aurelia +aurelian +Aurelius +Aureocasidium +aureola +aureole +aureolin +aureoline +aureomycin +aureous +aureously +auresca +aureus +auribromide +auric +aurichalcite +aurichalcum +aurichloride +aurichlorohydric +auricle +auricled +auricomous +Auricula +auricula +auriculae +auricular +auriculare +auriculares +Auricularia +auricularia +Auriculariaceae +auriculariae +Auriculariales +auricularian +auricularis +auricularly +auriculate +auriculated +auriculately +Auriculidae +auriculocranial +auriculoparietal +auriculotemporal +auriculoventricular +auriculovertical +auricyanhydric +auricyanic +auricyanide +auride +auriferous +aurific +aurification +auriform +aurify +Auriga +aurigal +aurigation +aurigerous +Aurigid +Aurignacian +aurilave +aurin +aurinasal +auriphone +auriphrygia +auriphrygiate +auripuncture +aurir +auriscalp +auriscalpia +auriscalpium +auriscope +auriscopy +aurist +aurite +aurivorous +auroauric +aurobromide +aurochloride +aurochs +aurocyanide +aurodiamine +auronal +aurophobia +aurophore +aurora +aurorae +auroral +aurorally +aurore +aurorean +Aurorian +aurorium +aurotellurite +aurothiosulphate +aurothiosulphuric +aurous +aurrescu +aurulent +aurum +aurure +auryl +Aus +auscult +auscultascope +auscultate +auscultation +auscultative +auscultator +auscultatory +Auscultoscope +auscultoscope +Aushar +auslaut +auslaute +Ausones +Ausonian +auspex +auspicate +auspice +auspices +auspicial +auspicious +auspiciously +auspiciousness +auspicy +Aussie +Austafrican +austenite +austenitic +Auster +austere +austerely +austereness +austerity +Austerlitz +Austin +Austral +austral +Australasian +australene +Australia +Australian +Australianism +Australianize +Australic +Australioid +australite +Australoid +Australopithecinae +australopithecine +Australopithecus +Australorp +Austrasian +Austrian +Austrianize +Austric +austrium +Austroasiatic +Austrogaea +Austrogaean +austromancy +Austronesian +Austrophil +Austrophile +Austrophilism +Austroriparian +ausu +ausubo +autacoid +autacoidal +autallotriomorphic +autantitypy +autarch +autarchic +autarchical +Autarchoglossa +autarchy +autarkic +autarkical +autarkist +autarky +aute +autechoscope +autecious +auteciously +auteciousness +autecism +autecologic +autecological +autecologically +autecologist +autecology +autecy +autem +authentic +authentical +authentically +authenticalness +authenticate +authentication +authenticator +authenticity +authenticly +authenticness +authigene +authigenetic +authigenic +authigenous +author +authorcraft +authoress +authorhood +authorial +authorially +authorish +authorism +authoritarian +authoritarianism +authoritative +authoritatively +authoritativeness +authority +authorizable +authorization +authorize +authorized +authorizer +authorless +authorling +authorly +authorship +authotype +autism +autist +autistic +auto +autoabstract +autoactivation +autoactive +autoaddress +autoagglutinating +autoagglutination +autoagglutinin +autoalarm +autoalkylation +autoallogamous +autoallogamy +autoanalysis +autoanalytic +autoantibody +autoanticomplement +autoantitoxin +autoasphyxiation +autoaspiration +autoassimilation +autobahn +autobasidia +Autobasidiomycetes +autobasidiomycetous +autobasidium +Autobasisii +autobiographal +autobiographer +autobiographic +autobiographical +autobiographically +autobiographist +autobiography +autobiology +autoblast +autoboat +autoboating +autobolide +autobus +autocab +autocade +autocall +autocamp +autocamper +autocamping +autocar +autocarist +autocarpian +autocarpic +autocarpous +autocatalepsy +autocatalysis +autocatalytic +autocatalytically +autocatalyze +autocatheterism +autocephalia +autocephality +autocephalous +autocephaly +autoceptive +autochemical +autocholecystectomy +autochrome +autochromy +autochronograph +autochthon +autochthonal +autochthonic +autochthonism +autochthonous +autochthonously +autochthonousness +autochthony +autocide +autocinesis +autoclasis +autoclastic +autoclave +autocoenobium +autocoherer +autocoid +autocollimation +autocollimator +autocolony +autocombustible +autocombustion +autocomplexes +autocondensation +autoconduction +autoconvection +autoconverter +autocopist +autocoprophagous +autocorrosion +autocracy +autocrat +autocratic +autocratical +autocratically +autocrator +autocratoric +autocratorical +autocratrix +autocratship +autocremation +autocriticism +autocystoplasty +autocytolysis +autocytolytic +autodecomposition +autodepolymerization +autodermic +autodestruction +autodetector +autodiagnosis +autodiagnostic +autodiagrammatic +autodidact +autodidactic +autodifferentiation +autodiffusion +autodigestion +autodigestive +autodrainage +autodrome +autodynamic +autodyne +autoecholalia +autoecic +autoecious +autoeciously +autoeciousness +autoecism +autoecous +autoecy +autoeducation +autoeducative +autoelectrolysis +autoelectrolytic +autoelectronic +autoelevation +autoepigraph +autoepilation +autoerotic +autoerotically +autoeroticism +autoerotism +autoexcitation +autofecundation +autofermentation +autoformation +autofrettage +autogamic +autogamous +autogamy +autogauge +autogeneal +autogenesis +autogenetic +autogenetically +autogenic +autogenous +autogenously +autogeny +Autogiro +autogiro +autognosis +autognostic +autograft +autografting +autogram +autograph +autographal +autographer +autographic +autographical +autographically +autographism +autographist +autographometer +autography +autogravure +Autoharp +autoharp +autoheader +autohemic +autohemolysin +autohemolysis +autohemolytic +autohemorrhage +autohemotherapy +autoheterodyne +autoheterosis +autohexaploid +autohybridization +autohypnosis +autohypnotic +autohypnotism +autohypnotization +autoicous +autoignition +autoimmunity +autoimmunization +autoinduction +autoinductive +autoinfection +autoinfusion +autoinhibited +autoinoculable +autoinoculation +autointellectual +autointoxicant +autointoxication +autoirrigation +autoist +autojigger +autojuggernaut +autokinesis +autokinetic +autokrator +autolaryngoscope +autolaryngoscopic +autolaryngoscopy +autolater +autolatry +autolavage +autolesion +autolimnetic +autolith +autoloading +autological +autologist +autologous +autology +autoluminescence +autoluminescent +autolysate +autolysin +autolysis +autolytic +Autolytus +autolyzate +autolyze +automa +automacy +automanual +automat +automata +automatic +automatical +automatically +automaticity +automatin +automatism +automatist +automatization +automatize +automatograph +automaton +automatonlike +automatous +automechanical +automelon +autometamorphosis +autometric +autometry +automobile +automobilism +automobilist +automobilistic +automobility +automolite +automonstration +automorph +automorphic +automorphically +automorphism +automotive +automotor +automower +automysophobia +autonegation +autonephrectomy +autonephrotoxin +autoneurotoxin +autonitridation +autonoetic +autonomasy +autonomic +autonomical +autonomically +autonomist +autonomize +autonomous +autonomously +autonomy +autonym +autoparasitism +autopathic +autopathography +autopathy +autopelagic +autopepsia +autophagi +autophagia +autophagous +autophagy +autophobia +autophoby +autophon +autophone +autophonoscope +autophonous +autophony +autophotoelectric +autophotograph +autophotometry +autophthalmoscope +autophyllogeny +autophyte +autophytic +autophytically +autophytograph +autophytography +autopilot +autoplagiarism +autoplasmotherapy +autoplast +autoplastic +autoplasty +autopneumatic +autopoint +autopoisonous +autopolar +autopolo +autopoloist +autopolyploid +autopore +autoportrait +autoportraiture +autopositive +autopotent +autoprogressive +autoproteolysis +autoprothesis +autopsic +autopsical +autopsy +autopsychic +autopsychoanalysis +autopsychology +autopsychorhythmia +autopsychosis +autoptic +autoptical +autoptically +autopticity +autopyotherapy +autoracemization +autoradiograph +autoradiographic +autoradiography +autoreduction +autoregenerator +autoregulation +autoreinfusion +autoretardation +autorhythmic +autorhythmus +autoriser +autorotation +autorrhaphy +Autosauri +Autosauria +autoschediasm +autoschediastic +autoschediastical +autoschediastically +autoschediaze +autoscience +autoscope +autoscopic +autoscopy +autosender +autosensitization +autosensitized +autosepticemia +autoserotherapy +autoserum +autosexing +autosight +autosign +autosite +autositic +autoskeleton +autosled +autoslip +autosomal +autosomatognosis +autosomatognostic +autosome +autosoteric +autosoterism +autospore +autosporic +autospray +autostability +autostage +autostandardization +autostarter +autostethoscope +autostylic +autostylism +autostyly +autosuggestibility +autosuggestible +autosuggestion +autosuggestionist +autosuggestive +autosuppression +autosymbiontic +autosymbolic +autosymbolical +autosymbolically +autosymnoia +Autosyn +autosyndesis +autotelegraph +autotelic +autotetraploid +autotetraploidy +autothaumaturgist +autotheater +autotheism +autotheist +autotherapeutic +autotherapy +autothermy +autotomic +autotomize +autotomous +autotomy +autotoxaemia +autotoxic +autotoxication +autotoxicity +autotoxicosis +autotoxin +autotoxis +autotractor +autotransformer +autotransfusion +autotransplant +autotransplantation +autotrepanation +autotriploid +autotriploidy +autotroph +autotrophic +autotrophy +autotropic +autotropically +autotropism +autotruck +autotuberculin +autoturning +autotype +autotyphization +autotypic +autotypography +autotypy +autourine +autovaccination +autovaccine +autovalet +autovalve +autovivisection +autoxeny +autoxidation +autoxidator +autoxidizability +autoxidizable +autoxidize +autoxidizer +autozooid +autrefois +autumn +autumnal +autumnally +autumnian +autumnity +Autunian +autunite +auxamylase +auxanogram +auxanology +auxanometer +auxesis +auxetic +auxetical +auxetically +auxiliar +auxiliarly +auxiliary +auxiliate +auxiliation +auxiliator +auxiliatory +auxilium +auximone +auxin +auxinic +auxinically +auxoaction +auxoamylase +auxoblast +auxobody +auxocardia +auxochrome +auxochromic +auxochromism +auxochromous +auxocyte +auxoflore +auxofluor +auxograph +auxographic +auxohormone +auxology +auxometer +auxospore +auxosubstance +auxotonic +auxotox +ava +avadana +avadavat +avadhuta +avahi +avail +availability +available +availableness +availably +availingly +availment +aval +avalanche +avalent +avalvular +Avanguardisti +avania +avanious +Avanti +avanturine +Avar +Avaradrano +avaremotemo +Avarian +avarice +avaricious +avariciously +avariciousness +Avarish +Avars +avascular +avast +avaunt +Ave +ave +avellan +avellane +avellaneous +avellano +avelonge +aveloz +Avena +avenaceous +avenage +avenalin +avener +avenge +avengeful +avengement +avenger +avengeress +avenging +avengingly +avenin +avenolith +avenous +avens +aventail +Aventine +aventurine +avenue +aver +avera +average +averagely +averager +averah +averil +averin +averment +Avernal +Avernus +averrable +averral +Averrhoa +Averroism +Averroist +Averroistic +averruncate +averruncation +averruncator +aversant +aversation +averse +aversely +averseness +aversion +aversive +avert +avertable +averted +avertedly +averter +avertible +Avertin +Avery +Aves +Avesta +Avestan +avian +avianization +avianize +aviarist +aviary +aviate +aviatic +aviation +aviator +aviatorial +aviatoriality +aviatory +aviatress +aviatrices +aviatrix +Avicennia +Avicenniaceae +Avicennism +avichi +avicide +avick +avicolous +Avicula +avicular +Avicularia +avicularia +avicularian +Aviculariidae +Avicularimorphae +avicularium +Aviculidae +aviculture +aviculturist +avid +avidious +avidiously +avidity +avidly +avidous +avidya +avifauna +avifaunal +avigate +avigation +avigator +Avignonese +avijja +Avikom +avine +aviolite +avirulence +avirulent +Avis +aviso +avital +avitaminosis +avitaminotic +avitic +avives +avizandum +avo +avocado +avocate +avocation +avocative +avocatory +avocet +avodire +avogadrite +avoid +avoidable +avoidably +avoidance +avoider +avoidless +avoidment +avoirdupois +avolate +avolation +avolitional +avondbloem +avouch +avouchable +avoucher +avouchment +avourneen +avow +avowable +avowableness +avowably +avowal +avowance +avowant +avowed +avowedly +avowedness +avower +avowry +avoyer +avoyership +Avshar +avulse +avulsion +avuncular +avunculate +aw +awa +Awabakal +awabi +Awadhi +awaft +awag +await +awaiter +Awaitlala +awakable +awake +awaken +awakenable +awakener +awakening +awakeningly +awakenment +awald +awalim +awalt +Awan +awane +awanting +awapuhi +award +awardable +awarder +awardment +aware +awaredom +awareness +awaruite +awash +awaste +awat +awatch +awater +awave +away +awayness +awber +awd +awe +awearied +aweary +aweather +aweband +awedness +awee +aweek +aweel +aweigh +Awellimiden +awesome +awesomely +awesomeness +awest +aweto +awfu +awful +awfully +awfulness +awheel +awheft +awhet +awhile +awhir +awhirl +awide +awiggle +awikiwiki +awin +awing +awink +awiwi +awkward +awkwardish +awkwardly +awkwardness +awl +awless +awlessness +awlwort +awmous +awn +awned +awner +awning +awninged +awnless +awnlike +awny +awoke +Awol +awork +awreck +awrist +awrong +awry +Awshar +ax +axal +axbreaker +axe +axed +Axel +axenic +axes +axfetch +axhammer +axhammered +axhead +axial +axiality +axially +axiate +axiation +Axifera +axiform +axifugal +axil +axile +axilemma +axilemmata +axilla +axillae +axillant +axillar +axillary +axine +axinite +axinomancy +axiolite +axiolitic +axiological +axiologically +axiologist +axiology +axiom +axiomatic +axiomatical +axiomatically +axiomatization +axiomatize +axion +axiopisty +Axis +axis +axised +axisymmetric +axisymmetrical +axite +axle +axled +axlesmith +axletree +axmaker +axmaking +axman +axmanship +axmaster +Axminster +axodendrite +axofugal +axogamy +axoid +axoidean +axolemma +axolotl +axolysis +axometer +axometric +axometry +axon +axonal +axoneure +axoneuron +Axonia +Axonolipa +axonolipous +axonometric +axonometry +Axonophora +axonophorous +Axonopus +axonost +axopetal +axophyte +axoplasm +axopodia +axopodium +axospermous +axostyle +axseed +axstone +axtree +Axumite +axunge +axweed +axwise +axwort +Ay +ay +ayacahuite +ayah +Ayahuca +Aydendron +aye +ayegreen +ayelp +ayenbite +ayin +Aylesbury +ayless +aylet +ayllu +Aymara +Aymaran +Aymoro +ayond +ayont +ayous +Ayrshire +Aythya +ayu +Ayubite +Ayyubid +azadrachta +azafrin +Azalea +azalea +Azande +azarole +azedarach +azelaic +azelate +Azelfafage +azeotrope +azeotropic +azeotropism +azeotropy +Azerbaijanese +Azerbaijani +Azerbaijanian +Azha +azide +aziethane +Azilian +azilut +Azimech +azimene +azimethylene +azimide +azimine +azimino +aziminobenzene +azimuth +azimuthal +azimuthally +azine +aziola +azlactone +azo +azobacter +azobenzene +azobenzil +azobenzoic +azobenzol +azoblack +azoch +azocochineal +azocoralline +azocorinth +azocyanide +azocyclic +azodicarboxylic +azodiphenyl +azodisulphonic +azoeosin +azoerythrin +azofication +azofier +azoflavine +azoformamide +azoformic +azofy +azogallein +azogreen +azogrenadine +azohumic +azoic +azoimide +azoisobutyronitrile +azole +azolitmin +Azolla +azomethine +azon +azonal +azonaphthalene +azonic +azonium +azoospermia +azoparaffin +azophen +azophenetole +azophenine +azophenol +azophenyl +azophenylene +azophosphin +azophosphore +azoprotein +Azorian +azorite +azorubine +azosulphine +azosulphonic +azotate +azote +azoted +azotemia +azotenesis +azotetrazole +azoth +azothionium +azotic +azotine +azotite +azotize +Azotobacter +Azotobacterieae +azotoluene +azotometer +azotorrhoea +azotous +azoturia +azovernine +azox +azoxazole +azoxime +azoxine +azoxonium +azoxy +azoxyanisole +azoxybenzene +azoxybenzoic +azoxynaphthalene +azoxyphenetole +azoxytoluidine +Aztec +Azteca +azteca +Aztecan +azthionium +azulene +azulite +azulmic +azumbre +azure +azurean +azured +azureous +azurine +azurite +azurmalachite +azurous +azury +Azygobranchia +Azygobranchiata +azygobranchiate +azygomatous +azygos +azygosperm +azygospore +azygous +azyme +azymite +azymous +B +b +ba +baa +baahling +Baal +baal +Baalath +Baalish +Baalism +Baalist +Baalite +Baalitical +Baalize +Baalshem +baar +Bab +baba +babacoote +babai +babasco +babassu +babaylan +Babbie +Babbitt +babbitt +babbitter +Babbittess +Babbittian +Babbittism +Babbittry +babblative +babble +babblement +babbler +babblesome +babbling +babblingly +babblish +babblishly +babbly +babby +Babcock +babe +babehood +Babel +Babeldom +babelet +Babelic +babelike +Babelish +Babelism +Babelize +babery +babeship +Babesia +babesiasis +Babhan +Babi +Babiana +babiche +babied +Babiism +babillard +Babine +babingtonite +babirusa +babish +babished +babishly +babishness +Babism +Babist +Babite +bablah +babloh +baboen +Babongo +baboo +baboodom +babooism +baboon +baboonery +baboonish +baboonroot +baboot +babouche +Babouvism +Babouvist +babroot +Babs +babu +Babua +babudom +babuina +babuism +babul +Babuma +Babungera +babushka +baby +babydom +babyfied +babyhood +babyhouse +babyish +babyishly +babyishness +babyism +babylike +Babylon +Babylonian +Babylonic +Babylonish +Babylonism +Babylonite +Babylonize +babyolatry +babyship +bac +bacaba +bacach +bacalao +bacao +bacbakiri +bacca +baccaceous +baccae +baccalaurean +baccalaureate +baccara +baccarat +baccate +baccated +Bacchae +bacchanal +Bacchanalia +bacchanalian +bacchanalianism +bacchanalianly +bacchanalism +bacchanalization +bacchanalize +bacchant +bacchante +bacchantes +bacchantic +bacchar +baccharis +baccharoid +baccheion +bacchiac +bacchian +Bacchic +bacchic +Bacchical +Bacchides +bacchii +bacchius +Bacchus +Bacchuslike +bacciferous +bacciform +baccivorous +bach +Bacharach +bache +bachel +bachelor +bachelordom +bachelorhood +bachelorism +bachelorize +bachelorlike +bachelorly +bachelorship +bachelorwise +bachelry +Bachichi +Bacillaceae +bacillar +Bacillariaceae +bacillariaceous +Bacillariales +Bacillarieae +Bacillariophyta +bacillary +bacillemia +bacilli +bacillian +bacillicidal +bacillicide +bacillicidic +bacilliculture +bacilliform +bacilligenic +bacilliparous +bacillite +bacillogenic +bacillogenous +bacillophobia +bacillosis +bacilluria +bacillus +Bacis +bacitracin +back +backache +backaching +backachy +backage +backband +backbearing +backbencher +backbite +backbiter +backbitingly +backblow +backboard +backbone +backboned +backboneless +backbonelessness +backbrand +backbreaker +backbreaking +backcap +backcast +backchain +backchat +backcourt +backcross +backdoor +backdown +backdrop +backed +backen +backer +backet +backfall +backfatter +backfield +backfill +backfiller +backfilling +backfire +backfiring +backflap +backflash +backflow +backfold +backframe +backfriend +backfurrow +backgame +backgammon +background +backhand +backhanded +backhandedly +backhandedness +backhander +backhatch +backheel +backhooker +backhouse +backie +backiebird +backing +backjaw +backjoint +backlands +backlash +backlashing +backless +backlet +backlings +backlog +backlotter +backmost +backpedal +backpiece +backplate +backrope +backrun +backsaw +backscraper +backset +backsetting +backsettler +backshift +backside +backsight +backslap +backslapper +backslapping +backslide +backslider +backslidingness +backspace +backspacer +backspang +backspier +backspierer +backspin +backspread +backspringing +backstaff +backstage +backstamp +backstay +backster +backstick +backstitch +backstone +backstop +backstrap +backstretch +backstring +backstrip +backstroke +backstromite +backswept +backswing +backsword +backswording +backswordman +backswordsman +backtack +backtender +backtenter +backtrack +backtracker +backtrick +backup +backveld +backvelder +backwall +backward +backwardation +backwardly +backwardness +backwards +backwash +backwasher +backwashing +backwater +backwatered +backway +backwood +backwoods +backwoodsiness +backwoodsman +backwoodsy +backword +backworm +backwort +backyarder +baclin +bacon +baconer +Baconian +Baconianism +Baconic +Baconism +Baconist +baconize +baconweed +bacony +Bacopa +bacteremia +bacteria +Bacteriaceae +bacteriaceous +bacterial +bacterially +bacterian +bacteric +bactericholia +bactericidal +bactericide +bactericidin +bacterid +bacteriemia +bacteriform +bacterin +bacterioagglutinin +bacterioblast +bacteriocyte +bacteriodiagnosis +bacteriofluorescin +bacteriogenic +bacteriogenous +bacteriohemolysin +bacterioid +bacterioidal +bacteriologic +bacteriological +bacteriologically +bacteriologist +bacteriology +bacteriolysin +bacteriolysis +bacteriolytic +bacteriolyze +bacteriopathology +bacteriophage +bacteriophagia +bacteriophagic +bacteriophagous +bacteriophagy +bacteriophobia +bacterioprecipitin +bacterioprotein +bacteriopsonic +bacteriopsonin +bacteriopurpurin +bacterioscopic +bacterioscopical +bacterioscopically +bacterioscopist +bacterioscopy +bacteriosis +bacteriosolvent +bacteriostasis +bacteriostat +bacteriostatic +bacteriotherapeutic +bacteriotherapy +bacteriotoxic +bacteriotoxin +bacteriotropic +bacteriotropin +bacteriotrypsin +bacterious +bacteritic +bacterium +bacteriuria +bacterization +bacterize +bacteroid +bacteroidal +Bacteroideae +Bacteroides +Bactrian +Bactris +Bactrites +bactriticone +bactritoid +bacula +bacule +baculi +baculiferous +baculiform +baculine +baculite +Baculites +baculitic +baculiticone +baculoid +baculum +baculus +bacury +bad +Badaga +badan +Badarian +badarrah +Badawi +baddeleyite +badderlocks +baddish +baddishly +baddishness +baddock +bade +badenite +badge +badgeless +badgeman +badger +badgerbrush +badgerer +badgeringly +badgerlike +badgerly +badgerweed +badiaga +badian +badigeon +badinage +badious +badland +badlands +badly +badminton +badness +Badon +Baduhenna +bae +Baedeker +Baedekerian +Baeria +baetuli +baetulus +baetyl +baetylic +baetylus +baetzner +bafaro +baff +baffeta +baffle +bafflement +baffler +baffling +bafflingly +bafflingness +baffy +baft +bafta +Bafyot +bag +baga +Baganda +bagani +bagasse +bagataway +bagatelle +bagatine +bagattini +bagattino +Bagaudae +Bagdad +Bagdi +bagel +bagful +baggage +baggageman +baggagemaster +baggager +baggala +bagganet +Baggara +bagged +bagger +baggie +baggily +bagginess +bagging +baggit +baggy +Bagheli +baghouse +Baginda +Bagirmi +bagleaves +baglike +bagmaker +bagmaking +bagman +bagnio +bagnut +bago +Bagobo +bagonet +bagpipe +bagpiper +bagpipes +bagplant +bagrationite +bagre +bagreef +bagroom +baguette +bagwig +bagwigged +bagworm +bagwyn +bah +Bahai +Bahaism +Bahaist +Baham +Bahama +Bahamian +bahan +bahar +Bahaullah +bahawder +bahay +bahera +bahiaite +Bahima +bahisti +Bahmani +Bahmanid +bahnung +baho +bahoe +bahoo +baht +Bahuma +bahur +bahut +Bahutu +bahuvrihi +Baianism +baidarka +Baidya +Baiera +baiginet +baignet +baikalite +baikerinite +baikerite +baikie +bail +bailable +bailage +bailee +bailer +bailey +bailie +bailiery +bailieship +bailiff +bailiffry +bailiffship +bailiwick +bailliage +baillone +Baillonella +bailment +bailor +bailpiece +bailsman +bailwood +bain +bainie +Baining +baioc +baiocchi +baiocco +bairagi +Bairam +bairn +bairnie +bairnish +bairnishness +bairnliness +bairnly +bairnteam +bairntime +bairnwort +Bais +Baisakh +baister +bait +baiter +baith +baittle +baitylos +baize +bajada +bajan +Bajardo +bajarigar +Bajau +Bajocian +bajra +bajree +bajri +bajury +baka +Bakairi +bakal +Bakalai +Bakalei +Bakatan +bake +bakeboard +baked +bakehouse +Bakelite +bakelite +bakelize +baken +bakeoven +bakepan +baker +bakerdom +bakeress +bakerite +bakerless +bakerly +bakership +bakery +bakeshop +bakestone +Bakhtiari +bakie +baking +bakingly +bakli +Bakongo +Bakshaish +baksheesh +baktun +Baku +baku +Bakuba +bakula +Bakunda +Bakuninism +Bakuninist +bakupari +Bakutu +Bakwiri +Bal +bal +Bala +Balaam +Balaamite +Balaamitical +balachong +balaclava +baladine +Balaena +Balaenicipites +balaenid +Balaenidae +balaenoid +Balaenoidea +balaenoidean +Balaenoptera +Balaenopteridae +balafo +balagan +balaghat +balai +Balaic +Balak +Balaklava +balalaika +Balan +balance +balanceable +balanced +balancedness +balancelle +balanceman +balancement +balancer +balancewise +balancing +balander +balandra +balandrana +balaneutics +balangay +balanic +balanid +Balanidae +balaniferous +balanism +balanite +Balanites +balanitis +balanoblennorrhea +balanocele +Balanoglossida +Balanoglossus +balanoid +Balanophora +Balanophoraceae +balanophoraceous +balanophore +balanophorin +balanoplasty +balanoposthitis +balanopreputial +Balanops +Balanopsidaceae +Balanopsidales +balanorrhagia +Balanta +Balante +balantidial +balantidiasis +balantidic +balantidiosis +Balantidium +Balanus +Balao +balao +Balarama +balas +balata +balatong +balatron +balatronic +balausta +balaustine +balaustre +Balawa +Balawu +balboa +balbriggan +balbutiate +balbutient +balbuties +balconet +balconied +balcony +bald +baldachin +baldachined +baldachini +baldachino +baldberry +baldcrown +balden +balder +balderdash +baldhead +baldicoot +Baldie +baldish +baldling +baldly +baldmoney +baldness +baldpate +baldrib +baldric +baldricked +baldricwise +balductum +Baldwin +baldy +bale +Balearian +Balearic +Balearica +baleen +balefire +baleful +balefully +balefulness +balei +baleise +baleless +baler +balete +Bali +bali +balibago +Balija +Balilla +baline +Balinese +balinger +balinghasay +balisaur +balistarius +Balistes +balistid +Balistidae +balistraria +balita +balk +Balkan +Balkanic +Balkanization +Balkanize +Balkar +balker +balkingly +Balkis +balky +ball +ballad +ballade +balladeer +ballader +balladeroyal +balladic +balladical +balladier +balladism +balladist +balladize +balladlike +balladling +balladmonger +balladmongering +balladry +balladwise +ballahoo +ballam +ballan +ballant +ballast +ballastage +ballaster +ballasting +ballata +ballate +ballatoon +balldom +balled +baller +ballerina +ballet +balletic +balletomane +Ballhausplatz +balli +ballist +ballista +ballistae +ballistic +ballistically +ballistician +ballistics +Ballistite +ballistocardiograph +ballium +ballmine +ballogan +ballonet +balloon +balloonation +ballooner +balloonery +balloonet +balloonfish +balloonflower +balloonful +ballooning +balloonish +balloonist +balloonlike +ballot +Ballota +ballotade +ballotage +balloter +balloting +ballotist +ballottement +ballow +Ballplatz +ballplayer +ballproof +ballroom +ballstock +ballup +ballweed +bally +ballyhack +ballyhoo +ballyhooer +ballywack +ballywrack +balm +balmacaan +Balmarcodes +Balmawhapple +balmily +balminess +balmlike +balmony +Balmoral +balmy +balneal +balneary +balneation +balneatory +balneographer +balneography +balneologic +balneological +balneologist +balneology +balneophysiology +balneotechnics +balneotherapeutics +balneotherapia +balneotherapy +Balnibarbi +Baloch +Baloghia +Balolo +balonea +baloney +baloo +Balopticon +Balor +Baloskion +Baloskionaceae +balow +balsa +balsam +balsamation +Balsamea +Balsameaceae +balsameaceous +balsamer +balsamic +balsamical +balsamically +balsamiferous +balsamina +Balsaminaceae +balsaminaceous +balsamine +balsamitic +balsamiticness +balsamize +balsamo +Balsamodendron +Balsamorrhiza +balsamous +balsamroot +balsamum +balsamweed +balsamy +Balt +baltei +balter +balteus +Balthasar +Balti +Baltic +Baltimore +Baltimorean +baltimorite +Baltis +balu +Baluba +Baluch +Baluchi +Baluchistan +baluchithere +baluchitheria +Baluchitherium +baluchitherium +Baluga +Balunda +balushai +baluster +balustered +balustrade +balustraded +balustrading +balut +balwarra +balza +Balzacian +balzarine +bam +Bamalip +Bamangwato +bamban +Bambara +bambini +bambino +bambocciade +bamboo +bamboozle +bamboozlement +bamboozler +Bambos +bamboula +Bambuba +Bambusa +Bambuseae +Bambute +bamoth +Ban +ban +Bana +banaba +banago +banak +banakite +banal +banality +banally +banana +Bananaland +Bananalander +Banande +bananist +bananivorous +banat +Banate +banatite +banausic +Banba +Banbury +banc +banca +bancal +banchi +banco +bancus +band +Banda +banda +bandage +bandager +bandagist +bandaite +bandaka +bandala +bandalore +bandanna +bandannaed +bandar +bandarlog +bandbox +bandboxical +bandboxy +bandcase +bandcutter +bande +bandeau +banded +bandelet +bander +Banderma +banderole +bandersnatch +bandfish +bandhava +bandhook +Bandhor +bandhu +bandi +bandicoot +bandicoy +bandie +bandikai +bandiness +banding +bandit +banditism +banditry +banditti +bandle +bandless +bandlessly +bandlessness +bandlet +bandman +bandmaster +bando +bandog +bandoleer +bandoleered +bandoline +bandonion +Bandor +bandore +bandrol +bandsman +bandstand +bandster +bandstring +Bandusia +Bandusian +bandwork +bandy +bandyball +bandyman +bane +baneberry +baneful +banefully +banefulness +banewort +Banff +bang +banga +Bangala +bangalay +bangalow +Bangash +bangboard +bange +banger +banghy +Bangia +Bangiaceae +bangiaceous +Bangiales +banging +bangkok +bangle +bangled +bangling +bangster +bangtail +Bangwaketsi +bani +banian +banig +banilad +banish +banisher +banishment +banister +Baniva +baniwa +baniya +banjo +banjoist +banjore +banjorine +banjuke +bank +bankable +Bankalachi +bankbook +banked +banker +bankera +bankerdom +bankeress +banket +bankfull +banking +bankman +bankrider +bankrupt +bankruptcy +bankruptism +bankruptlike +bankruptly +bankruptship +bankrupture +bankshall +Banksia +Banksian +bankside +banksman +bankweed +banky +banner +bannered +bannerer +banneret +bannerfish +bannerless +bannerlike +bannerman +bannerol +bannerwise +bannet +banning +bannister +Bannock +bannock +Bannockburn +banns +bannut +banovina +banquet +banqueteer +banqueteering +banqueter +banquette +bansalague +banshee +banstickle +bant +Bantam +bantam +bantamize +bantamweight +bantay +bantayan +banteng +banter +banterer +banteringly +bantery +Bantingism +bantingize +bantling +Bantoid +Bantu +banty +banuyo +banxring +banya +Banyai +banyan +Banyoro +Banyuls +banzai +baobab +bap +Baphia +Baphomet +Baphometic +Baptanodon +Baptisia +baptisin +baptism +baptismal +baptismally +Baptist +baptistery +baptistic +baptizable +baptize +baptizee +baptizement +baptizer +Baptornis +bar +bara +barabara +barabora +Barabra +Baraca +barad +baragnosis +baragouin +baragouinish +Baraithas +barajillo +Baralipton +Baramika +barandos +barangay +barasingha +barathea +barathra +barathrum +barauna +barb +Barbacoa +Barbacoan +barbacou +Barbadian +Barbados +barbal +barbaloin +Barbara +barbaralalia +Barbarea +barbaresque +Barbarian +barbarian +barbarianism +barbarianize +barbaric +barbarical +barbarically +barbarious +barbariousness +barbarism +barbarity +barbarization +barbarize +barbarous +barbarously +barbarousness +Barbary +barbary +barbas +barbasco +barbastel +barbate +barbated +barbatimao +barbe +barbecue +barbed +barbeiro +barbel +barbellate +barbellula +barbellulate +barber +barberess +barberfish +barberish +barberry +barbershop +barbet +barbette +Barbeyaceae +barbican +barbicel +barbigerous +barbion +barbital +barbitalism +barbiton +barbitone +barbitos +barbiturate +barbituric +barbless +barblet +barbone +barbotine +Barbra +barbudo +Barbula +barbulate +barbule +barbulyie +barbwire +Barcan +barcarole +barcella +barcelona +Barcoo +bard +bardane +bardash +bardcraft +bardel +Bardesanism +Bardesanist +Bardesanite +bardess +bardic +bardie +bardiglio +bardily +bardiness +barding +bardish +bardism +bardlet +bardlike +bardling +bardo +Bardolater +Bardolatry +Bardolph +Bardolphian +bardship +Bardulph +bardy +Bare +bare +bareback +barebacked +bareboat +barebone +bareboned +bareca +barefaced +barefacedly +barefacedness +barefit +barefoot +barefooted +barehanded +barehead +bareheaded +bareheadedness +barelegged +barely +barenecked +bareness +barer +baresark +baresma +baretta +barff +barfish +barfly +barful +bargain +bargainee +bargainer +bargainor +bargainwise +bargander +barge +bargeboard +bargee +bargeer +bargeese +bargehouse +bargelike +bargeload +bargeman +bargemaster +barger +bargh +bargham +barghest +bargoose +Bari +bari +baria +baric +barid +barie +barile +barilla +baring +baris +barish +barit +barite +baritone +barium +bark +barkbound +barkcutter +barkeeper +barken +barkentine +barker +barkery +barkevikite +barkevikitic +barkey +barkhan +barking +barkingly +Barkinji +barkle +barkless +barklyite +barkometer +barkpeel +barkpeeler +barkpeeling +barksome +barky +barlafumble +barlafummil +barless +barley +barleybird +barleybreak +barleycorn +barleyhood +barleymow +barleysick +barling +barlock +barlow +barm +barmaid +barman +barmaster +barmbrack +barmcloth +Barmecidal +Barmecide +barmkin +barmote +barmskin +barmy +barmybrained +barn +Barnabas +Barnabite +Barnaby +barnacle +Barnard +barnard +barnbrack +Barnburner +Barney +barney +barnful +barnhardtite +barnman +barnstorm +barnstormer +barnstorming +Barnumism +Barnumize +barny +barnyard +Baroco +barocyclonometer +barodynamic +barodynamics +barognosis +barogram +barograph +barographic +baroi +barolo +barology +Barolong +barometer +barometric +barometrical +barometrically +barometrograph +barometrography +barometry +barometz +baromotor +baron +baronage +baroness +baronet +baronetage +baronetcy +baronethood +baronetical +baronetship +barong +Baronga +baronial +baronize +baronry +baronship +barony +Baroque +baroque +baroscope +baroscopic +baroscopical +Barosma +barosmin +barotactic +barotaxis +barotaxy +barothermograph +barothermohygrograph +baroto +Barotse +barouche +barouchet +Barouni +baroxyton +barpost +barquantine +barra +barrabkie +barrable +barrabora +barracan +barrack +barracker +barraclade +barracoon +barracouta +barracuda +barrad +barragan +barrage +barragon +barramunda +barramundi +barranca +barrandite +barras +barrator +barratrous +barratrously +barratry +barred +barrel +barrelage +barreled +barreler +barrelet +barrelful +barrelhead +barrelmaker +barrelmaking +barrelwise +barren +barrenly +barrenness +barrenwort +barrer +barret +Barrett +barrette +barretter +barricade +barricader +barricado +barrico +barrier +barriguda +barrigudo +barrikin +barriness +barring +Barrington +Barringtonia +Barrio +barrio +barrister +barristerial +barristership +barristress +barroom +barrow +barrowful +Barrowist +barrowman +barrulee +barrulet +barrulety +barruly +Barry +barry +Barsac +barse +barsom +Bart +bartender +bartending +barter +barterer +barth +barthite +bartholinitis +Bartholomean +Bartholomew +Bartholomewtide +Bartholomite +bartizan +bartizaned +Bartlemy +Bartlett +Barton +barton +Bartonella +Bartonia +Bartram +Bartramia +Bartramiaceae +Bartramian +Bartsia +baru +Baruch +Barundi +baruria +barvel +barwal +barway +barways +barwise +barwood +barycenter +barycentric +barye +baryecoia +baryglossia +barylalia +barylite +baryphonia +baryphonic +baryphony +barysilite +barysphere +baryta +barytes +barythymia +barytic +barytine +barytocalcite +barytocelestine +barytocelestite +baryton +barytone +barytophyllite +barytostrontianite +barytosulphate +bas +basal +basale +basalia +basally +basalt +basaltes +basaltic +basaltiform +basaltine +basaltoid +basanite +basaree +Bascology +bascule +base +baseball +baseballdom +baseballer +baseboard +baseborn +basebred +based +basehearted +baseheartedness +baselard +baseless +baselessly +baselessness +baselike +baseliner +Basella +Basellaceae +basellaceous +basely +baseman +basement +basementward +baseness +basenji +bases +bash +bashaw +bashawdom +bashawism +bashawship +bashful +bashfully +bashfulness +Bashilange +Bashkir +bashlyk +Bashmuric +basial +basialveolar +basiarachnitis +basiarachnoiditis +basiate +basiation +Basibracteolate +basibranchial +basibranchiate +basibregmatic +basic +basically +basichromatic +basichromatin +basichromatinic +basichromiole +basicity +basicranial +basicytoparaplastin +basidia +basidial +basidigital +basidigitale +basidiogenetic +basidiolichen +Basidiolichenes +basidiomycete +Basidiomycetes +basidiomycetous +basidiophore +basidiospore +basidiosporous +basidium +basidorsal +basifacial +basification +basifier +basifixed +basifugal +basify +basigamous +basigamy +basigenic +basigenous +basiglandular +basigynium +basihyal +basihyoid +Basil +basil +basilar +Basilarchia +basilary +basilateral +basilemma +basileus +Basilian +basilic +Basilica +basilica +Basilicae +basilical +basilican +basilicate +basilicon +Basilics +Basilidian +Basilidianism +basilinna +basiliscan +basiliscine +Basiliscus +basilisk +basilissa +Basilosauridae +Basilosaurus +basilweed +basilysis +basilyst +basimesostasis +basin +basinasal +basinasial +basined +basinerved +basinet +basinlike +basioccipital +basion +basiophitic +basiophthalmite +basiophthalmous +basiotribe +basiotripsy +basiparachromatin +basiparaplastin +basipetal +basiphobia +basipodite +basipoditic +basipterygial +basipterygium +basipterygoid +basiradial +basirhinal +basirostral +basis +basiscopic +basisphenoid +basisphenoidal +basitemporal +basiventral +basivertebral +bask +basker +Baskerville +basket +basketball +basketballer +basketful +basketing +basketmaker +basketmaking +basketry +basketware +basketwoman +basketwood +basketwork +basketworm +Baskish +Baskonize +Basoche +Basoga +basoid +Basoko +Basommatophora +basommatophorous +bason +Basongo +basophile +basophilia +basophilic +basophilous +basophobia +basos +basote +Basque +basque +basqued +basquine +bass +Bassa +Bassalia +Bassalian +bassan +bassanello +bassanite +bassara +bassarid +Bassaris +Bassariscus +bassarisk +basset +bassetite +bassetta +Bassia +bassie +bassine +bassinet +bassist +bassness +basso +bassoon +bassoonist +bassorin +bassus +basswood +Bast +bast +basta +Bastaard +Bastard +bastard +bastardism +bastardization +bastardize +bastardliness +bastardly +bastardy +baste +basten +baster +bastide +bastille +bastinade +bastinado +basting +bastion +bastionary +bastioned +bastionet +bastite +bastnasite +basto +baston +basurale +Basuto +Bat +bat +bataan +batad +Batak +batakan +bataleur +Batan +batara +batata +Batatas +batatilla +Batavi +Batavian +batch +batcher +bate +batea +bateau +bateaux +bated +Batekes +batel +bateman +batement +bater +Batetela +batfish +batfowl +batfowler +batfowling +Bath +bath +Bathala +bathe +batheable +bather +bathetic +bathflower +bathhouse +bathic +bathing +bathless +bathman +bathmic +bathmism +bathmotropic +bathmotropism +bathochromatic +bathochromatism +bathochrome +bathochromic +bathochromy +bathoflore +bathofloric +batholite +batholith +batholithic +batholitic +bathometer +Bathonian +bathophobia +bathorse +bathos +bathrobe +bathroom +bathroomed +bathroot +bathtub +bathukolpian +bathukolpic +bathvillite +bathwort +bathyal +bathyanesthesia +bathybian +bathybic +bathybius +bathycentesis +bathychrome +bathycolpian +bathycolpic +bathycurrent +bathyesthesia +bathygraphic +bathyhyperesthesia +bathyhypesthesia +bathylimnetic +bathylite +bathylith +bathylithic +bathylitic +bathymeter +bathymetric +bathymetrical +bathymetrically +bathymetry +bathyorographical +bathypelagic +bathyplankton +bathyseism +bathysmal +bathysophic +bathysophical +bathysphere +bathythermograph +Batidaceae +batidaceous +batik +batiker +batikulin +batikuling +bating +batino +Batis +batiste +batitinan +batlan +batlike +batling +batlon +batman +Batocrinidae +Batocrinus +Batodendron +batoid +Batoidei +Batoka +baton +Batonga +batonistic +batonne +batophobia +Batrachia +batrachian +batrachiate +Batrachidae +Batrachium +batrachoid +Batrachoididae +batrachophagous +Batrachophidia +batrachophobia +batrachoplasty +Batrachospermum +bats +batsman +batsmanship +batster +batswing +batt +Batta +batta +battailous +Battak +Battakhin +battalia +battalion +battarism +battarismus +battel +batteler +batten +battener +battening +batter +batterable +battercake +batterdock +battered +batterer +batterfang +batteried +batterman +battery +batteryman +battik +batting +battish +battle +battled +battledore +battlefield +battleful +battleground +battlement +battlemented +battleplane +battler +battleship +battlesome +battlestead +battlewagon +battleward +battlewise +battological +battologist +battologize +battology +battue +batty +batukite +batule +Batussi +Batwa +batwing +batyphone +batz +batzen +bauble +baublery +baubling +Baubo +bauch +bauchle +bauckie +bauckiebird +baud +baudekin +baudrons +Bauera +Bauhinia +baul +bauleah +Baume +baumhauerite +baun +bauno +Baure +bauson +bausond +bauta +bauxite +bauxitite +Bavarian +bavaroy +bavary +bavenite +baviaantje +Bavian +bavian +baviere +bavin +Bavius +bavoso +baw +bawarchi +bawbee +bawcock +bawd +bawdily +bawdiness +bawdry +bawdship +bawdyhouse +bawl +bawler +bawley +bawn +Bawra +bawtie +baxter +Baxterian +Baxterianism +baxtone +bay +Baya +baya +bayadere +bayal +bayamo +Bayard +bayard +bayardly +bayberry +baybolt +baybush +baycuru +bayed +bayeta +baygall +bayhead +bayish +bayldonite +baylet +baylike +bayman +bayness +Bayogoula +bayok +bayonet +bayoneted +bayoneteer +bayou +baywood +bazaar +baze +Bazigar +bazoo +bazooka +bazzite +bdellid +Bdellidae +bdellium +bdelloid +Bdelloida +Bdellostoma +Bdellostomatidae +Bdellostomidae +bdellotomy +Bdelloura +Bdellouridae +be +Bea +beach +beachcomb +beachcomber +beachcombing +beached +beachhead +beachlamar +beachless +beachman +beachmaster +beachward +beachy +beacon +beaconage +beaconless +beaconwise +bead +beaded +beader +beadflush +beadhouse +beadily +beadiness +beading +beadle +beadledom +beadlehood +beadleism +beadlery +beadleship +beadlet +beadlike +beadman +beadroll +beadrow +beadsman +beadswoman +beadwork +beady +Beagle +beagle +beagling +beak +beaked +beaker +beakerful +beakerman +beakermen +beakful +beakhead +beakiron +beaklike +beaky +beal +beala +bealing +beallach +bealtared +Bealtine +Bealtuinn +beam +beamage +beambird +beamed +beamer +beamfilling +beamful +beamhouse +beamily +beaminess +beaming +beamingly +beamish +beamless +beamlet +beamlike +beamman +beamsman +beamster +beamwork +beamy +bean +beanbag +beanbags +beancod +beanery +beanfeast +beanfeaster +beanfield +beanie +beano +beansetter +beanshooter +beanstalk +beant +beanweed +beany +beaproned +bear +bearable +bearableness +bearably +bearance +bearbaiter +bearbaiting +bearbane +bearberry +bearbind +bearbine +bearcoot +beard +bearded +bearder +beardie +bearding +beardless +beardlessness +beardom +beardtongue +beardy +bearer +bearess +bearfoot +bearherd +bearhide +bearhound +bearing +bearish +bearishly +bearishness +bearlet +bearlike +bearm +bearship +bearskin +beartongue +bearward +bearwood +bearwort +beast +beastbane +beastdom +beasthood +beastie +beastily +beastish +beastishness +beastlike +beastlily +beastliness +beastling +beastlings +beastly +beastman +beastship +beat +Beata +beata +beatable +beatae +beatee +beaten +beater +beaterman +beath +beatific +beatifical +beatifically +beatificate +beatification +beatify +beatinest +beating +beatitude +Beatrice +Beatrix +beatster +beatus +beau +Beauclerc +beaufin +Beaufort +beauish +beauism +Beaujolais +Beaumontia +Beaune +beaupere +beauseant +beauship +beauteous +beauteously +beauteousness +beauti +beautician +beautied +beautification +beautifier +beautiful +beautifully +beautifulness +beautify +beautihood +beauty +beautydom +beautyship +beaux +beaver +Beaverboard +beaverboard +beavered +beaverette +beaverish +beaverism +beaverite +beaverize +Beaverkill +beaverkin +beaverlike +beaverpelt +beaverroot +beaverteen +beaverwood +beavery +beback +bebait +beballed +bebang +bebannered +bebar +bebaron +bebaste +bebat +bebathe +bebatter +bebay +bebeast +bebed +bebeerine +bebeeru +bebelted +bebilya +bebite +bebization +beblain +beblear +bebled +bebless +beblister +beblood +bebloom +beblotch +beblubber +bebog +bebop +beboss +bebotch +bebothered +bebouldered +bebrave +bebreech +bebrine +bebrother +bebrush +bebump +bebusy +bebuttoned +becall +becalm +becalmment +becap +becard +becarpet +becarve +becassocked +becater +because +beccafico +becense +bechained +bechalk +bechance +becharm +bechase +bechatter +bechauffeur +becheck +becher +bechern +bechignoned +bechirp +Bechtler +Bechuana +becircled +becivet +Beck +beck +beckelite +becker +becket +Beckie +beckiron +beckon +beckoner +beckoning +beckoningly +Becky +beclad +beclamor +beclamour +beclang +beclart +beclasp +beclatter +beclaw +becloak +beclog +beclothe +becloud +beclout +beclown +becluster +becobweb +becoiffed +becollier +becolme +becolor +becombed +become +becomes +becoming +becomingly +becomingness +becomma +becompass +becompliment +becoom +becoresh +becost +becousined +becovet +becoward +becquerelite +becram +becramp +becrampon +becrawl +becreep +becrime +becrimson +becrinolined +becripple +becroak +becross +becrowd +becrown +becrush +becrust +becry +becudgel +becuffed +becuiba +becumber +becuna +becurl +becurry +becurse +becurtained +becushioned +becut +bed +bedabble +bedad +bedaggered +bedamn +bedamp +bedangled +bedare +bedark +bedarken +bedash +bedaub +bedawn +beday +bedaze +bedazement +bedazzle +bedazzlement +bedazzling +bedazzlingly +bedboard +bedbug +bedcap +bedcase +bedchair +bedchamber +bedclothes +bedcord +bedcover +bedded +bedder +bedding +bedead +bedeaf +bedeafen +bedebt +bedeck +bedecorate +bedeguar +bedel +beden +bedene +bedesman +bedevil +bedevilment +bedew +bedewer +bedewoman +bedfast +bedfellow +bedfellowship +bedflower +bedfoot +Bedford +bedframe +bedgery +bedgoer +bedgown +bediademed +bediamonded +bediaper +bedight +bedikah +bedim +bedimple +bedin +bedip +bedirt +bedirter +bedirty +bedismal +bedizen +bedizenment +bedkey +bedlam +bedlamer +Bedlamic +bedlamism +bedlamite +bedlamitish +bedlamize +bedlar +bedless +bedlids +bedmaker +bedmaking +bedman +bedmate +bedoctor +bedog +bedolt +bedot +bedote +Bedouin +Bedouinism +bedouse +bedown +bedoyo +bedpan +bedplate +bedpost +bedquilt +bedrabble +bedraggle +bedragglement +bedrail +bedral +bedrape +bedravel +bedrench +bedress +bedribble +bedrid +bedridden +bedriddenness +bedrift +bedright +bedrip +bedrivel +bedrizzle +bedrock +bedroll +bedroom +bedrop +bedrown +bedrowse +bedrug +bedscrew +bedsick +bedside +bedsite +bedsock +bedsore +bedspread +bedspring +bedstaff +bedstand +bedstaves +bedstead +bedstock +bedstraw +bedstring +bedtick +bedticking +bedtime +bedub +beduchess +beduck +beduke +bedull +bedumb +bedunce +bedunch +bedung +bedur +bedusk +bedust +bedwarf +bedway +bedways +bedwell +bedye +Bee +bee +beearn +beebread +beech +beechdrops +beechen +beechnut +beechwood +beechwoods +beechy +beedged +beedom +beef +beefeater +beefer +beefhead +beefheaded +beefily +beefin +beefiness +beefish +beefishness +beefless +beeflower +beefsteak +beeftongue +beefwood +beefy +beegerite +beehead +beeheaded +beeherd +beehive +beehouse +beeish +beeishness +beek +beekeeper +beekeeping +beekite +Beekmantown +beelbow +beelike +beeline +beelol +Beelzebub +Beelzebubian +Beelzebul +beeman +beemaster +been +beennut +beer +beerage +beerbachite +beerbibber +beerhouse +beerily +beeriness +beerish +beerishly +beermaker +beermaking +beermonger +beerocracy +Beerothite +beerpull +beery +bees +beest +beestings +beeswax +beeswing +beeswinged +beet +beeth +Beethovenian +Beethovenish +Beethovian +beetle +beetled +beetlehead +beetleheaded +beetler +beetlestock +beetlestone +beetleweed +beetmister +beetrave +beetroot +beetrooty +beety +beeve +beevish +beeware +beeway +beeweed +beewise +beewort +befall +befame +befamilied +befamine +befan +befancy +befanned +befathered +befavor +befavour +befeather +beferned +befetished +befetter +befezzed +befiddle +befilch +befile +befilleted +befilmed +befilth +befinger +befire +befist +befit +befitting +befittingly +befittingness +beflag +beflannel +beflap +beflatter +beflea +befleck +beflounce +beflour +beflout +beflower +beflum +befluster +befoam +befog +befool +befoolment +befop +before +beforehand +beforeness +beforested +beforetime +beforetimes +befortune +befoul +befouler +befoulment +befountained +befraught +befreckle +befreeze +befreight +befret +befriend +befriender +befriendment +befrill +befringe +befriz +befrocked +befrogged +befrounce +befrumple +befuddle +befuddlement +befuddler +befume +befurbelowed +befurred +beg +begabled +begad +begall +begani +begar +begari +begarlanded +begarnish +begartered +begash +begat +begaud +begaudy +begay +begaze +begeck +begem +beget +begettal +begetter +beggable +beggar +beggardom +beggarer +beggaress +beggarhood +beggarism +beggarlike +beggarliness +beggarly +beggarman +beggarweed +beggarwise +beggarwoman +beggary +Beggiatoa +Beggiatoaceae +beggiatoaceous +begging +beggingly +beggingwise +Beghard +begift +begiggle +begild +begin +beginger +beginner +beginning +begird +begirdle +beglad +beglamour +beglare +beglerbeg +beglerbeglic +beglerbegluc +beglerbegship +beglerbey +beglic +beglide +beglitter +beglobed +begloom +begloze +begluc +beglue +begnaw +bego +begob +begobs +begoggled +begohm +begone +begonia +Begoniaceae +begoniaceous +Begoniales +begorra +begorry +begotten +begottenness +begoud +begowk +begowned +begrace +begrain +begrave +begray +begrease +begreen +begrett +begrim +begrime +begrimer +begroan +begrown +begrudge +begrudgingly +begruntle +begrutch +begrutten +beguard +beguess +beguile +beguileful +beguilement +beguiler +beguiling +beguilingly +Beguin +Beguine +beguine +begulf +begum +begun +begunk +begut +behale +behalf +behallow +behammer +behap +behatted +behave +behavior +behavioral +behaviored +behaviorism +behaviorist +behavioristic +behavioristically +behead +beheadal +beheader +beheadlined +behear +behears +behearse +behedge +beheld +behelp +behemoth +behen +behenate +behenic +behest +behind +behinder +behindhand +behindsight +behint +behn +behold +beholdable +beholden +beholder +beholding +beholdingness +behoney +behoof +behooped +behoot +behoove +behooveful +behoovefully +behoovefulness +behooves +behooving +behoovingly +behorn +behorror +behowl +behung +behusband +behymn +behypocrite +beice +Beid +beige +being +beingless +beingness +beinked +beira +beisa +Beja +bejabers +bejade +bejan +bejant +bejaundice +bejazz +bejel +bejewel +bejezebel +bejig +bejuggle +bejumble +bekah +bekerchief +bekick +bekilted +beking +bekinkinite +bekiss +bekko +beknave +beknight +beknit +beknived +beknotted +beknottedly +beknottedness +beknow +beknown +Bel +bel +bela +belabor +belaced +beladle +belady +belage +belah +Belait +Belaites +belam +Belamcanda +belanda +belar +belard +belash +belate +belated +belatedly +belatedness +belatticed +belaud +belauder +belavendered +belay +belayer +belch +belcher +beld +beldam +beldamship +belderroot +belduque +beleaf +beleaguer +beleaguerer +beleaguerment +beleap +beleave +belecture +beledgered +belee +belemnid +belemnite +Belemnites +belemnitic +Belemnitidae +belemnoid +Belemnoidea +beletter +belfried +belfry +belga +Belgae +Belgian +Belgic +Belgophile +Belgrade +Belgravia +Belgravian +Belial +Belialic +Belialist +belibel +belick +belie +belief +beliefful +belieffulness +beliefless +belier +believability +believable +believableness +believe +believer +believing +believingly +belight +beliked +Belili +belimousined +Belinda +Belinuridae +Belinurus +belion +beliquor +Belis +belite +belitter +belittle +belittlement +belittler +belive +bell +Bella +Bellabella +Bellacoola +belladonna +bellarmine +Bellatrix +bellbind +bellbird +bellbottle +bellboy +belle +belled +belledom +Belleek +bellehood +belleric +Bellerophon +Bellerophontidae +belletrist +belletristic +bellflower +bellhanger +bellhanging +bellhop +bellhouse +bellicism +bellicose +bellicosely +bellicoseness +bellicosity +bellied +belliferous +belligerence +belligerency +belligerent +belligerently +belling +bellipotent +Bellis +bellite +bellmaker +bellmaking +bellman +bellmanship +bellmaster +bellmouth +bellmouthed +Bellona +Bellonian +bellonion +bellote +Bellovaci +bellow +bellower +bellows +bellowsful +bellowslike +bellowsmaker +bellowsmaking +bellowsman +bellpull +belltail +belltopper +belltopperdom +bellware +bellwaver +bellweed +bellwether +bellwind +bellwine +bellwood +bellwort +belly +bellyache +bellyband +bellyer +bellyfish +bellyflaught +bellyful +bellying +bellyland +bellylike +bellyman +bellypiece +bellypinch +beloam +beloeilite +beloid +belomancy +Belone +belonesite +belong +belonger +belonging +belonid +Belonidae +belonite +belonoid +belonosphaerite +belord +Belostoma +Belostomatidae +Belostomidae +belout +belove +beloved +below +belowstairs +belozenged +Belshazzar +Belshazzaresque +belsire +belt +Beltane +belted +Beltene +belter +Beltian +beltie +beltine +belting +Beltir +Beltis +beltmaker +beltmaking +beltman +belton +beltwise +Beluchi +Belucki +beluga +belugite +belute +belve +belvedere +Belverdian +bely +belying +belyingly +belzebuth +bema +bemad +bemadam +bemaddening +bemail +bemaim +bemajesty +beman +bemangle +bemantle +bemar +bemartyr +bemask +bemaster +bemat +bemata +bemaul +bemazed +Bemba +Bembecidae +Bembex +bemeal +bemean +bemedaled +bemedalled +bementite +bemercy +bemingle +beminstrel +bemire +bemirement +bemirror +bemirrorment +bemist +bemistress +bemitered +bemitred +bemix +bemoan +bemoanable +bemoaner +bemoaning +bemoaningly +bemoat +bemock +bemoil +bemoisten +bemole +bemolt +bemonster +bemoon +bemotto +bemoult +bemouth +bemuck +bemud +bemuddle +bemuddlement +bemuddy +bemuffle +bemurmur +bemuse +bemused +bemusedly +bemusement +bemusk +bemuslined +bemuzzle +Ben +ben +bena +benab +Benacus +bename +benami +benamidar +benasty +benben +bench +benchboard +bencher +benchership +benchfellow +benchful +benching +benchland +benchlet +benchman +benchwork +benchy +bencite +bend +benda +bendability +bendable +bended +bender +bending +bendingly +bendlet +bendsome +bendwise +bendy +bene +beneaped +beneath +beneception +beneceptive +beneceptor +benedicite +Benedict +benedict +Benedicta +Benedictine +Benedictinism +benediction +benedictional +benedictionary +benedictive +benedictively +benedictory +Benedictus +benedight +benefaction +benefactive +benefactor +benefactorship +benefactory +benefactress +benefic +benefice +beneficed +beneficeless +beneficence +beneficent +beneficential +beneficently +beneficial +beneficially +beneficialness +beneficiary +beneficiaryship +beneficiate +beneficiation +benefit +benefiter +beneighbored +Benelux +benempt +benempted +beneplacito +benet +Benetnasch +benettle +Beneventan +Beneventana +benevolence +benevolent +benevolently +benevolentness +benevolist +beng +Bengal +Bengalese +Bengali +Bengalic +bengaline +Bengola +Beni +beni +benight +benighted +benightedness +benighten +benighter +benightmare +benightment +benign +benignancy +benignant +benignantly +benignity +benignly +Benin +Benincasa +benison +benitoite +benj +Benjamin +benjamin +benjaminite +Benjamite +Benjy +benjy +Benkulen +benmost +benn +benne +bennel +Bennet +bennet +Bennettitaceae +bennettitaceous +Bennettitales +Bennettites +bennetweed +Benny +benny +beno +benorth +benote +bensel +bensh +benshea +benshee +benshi +Benson +bent +bentang +benthal +Benthamic +Benthamism +Benthamite +benthic +benthon +benthonic +benthos +Bentincks +bentiness +benting +Benton +bentonite +bentstar +bentwood +benty +Benu +benumb +benumbed +benumbedness +benumbing +benumbingly +benumbment +benward +benweed +benzacridine +benzal +benzalacetone +benzalacetophenone +benzalaniline +benzalazine +benzalcohol +benzalcyanhydrin +benzaldehyde +benzaldiphenyl +benzaldoxime +benzalethylamine +benzalhydrazine +benzalphenylhydrazone +benzalphthalide +benzamide +benzamido +benzamine +benzaminic +benzamino +benzanalgen +benzanilide +benzanthrone +benzantialdoxime +benzazide +benzazimide +benzazine +benzazole +benzbitriazole +benzdiazine +benzdifuran +benzdioxazine +benzdioxdiazine +benzdioxtriazine +Benzedrine +benzein +benzene +benzenediazonium +benzenoid +benzenyl +benzhydrol +benzhydroxamic +benzidine +benzidino +benzil +benzilic +benzimidazole +benziminazole +benzinduline +benzine +benzo +benzoate +benzoated +benzoazurine +benzobis +benzocaine +benzocoumaran +benzodiazine +benzodiazole +benzoflavine +benzofluorene +benzofulvene +benzofuran +benzofuroquinoxaline +benzofuryl +benzoglycolic +benzoglyoxaline +benzohydrol +benzoic +benzoid +benzoin +benzoinated +benzoiodohydrin +benzol +benzolate +benzole +benzolize +benzomorpholine +benzonaphthol +benzonitrile +benzonitrol +benzoperoxide +benzophenanthrazine +benzophenanthroline +benzophenazine +benzophenol +benzophenone +benzophenothiazine +benzophenoxazine +benzophloroglucinol +benzophosphinic +benzophthalazine +benzopinacone +benzopyran +benzopyranyl +benzopyrazolone +benzopyrylium +benzoquinoline +benzoquinone +benzoquinoxaline +benzosulphimide +benzotetrazine +benzotetrazole +benzothiazine +benzothiazole +benzothiazoline +benzothiodiazole +benzothiofuran +benzothiophene +benzothiopyran +benzotoluide +benzotriazine +benzotriazole +benzotrichloride +benzotrifuran +benzoxate +benzoxy +benzoxyacetic +benzoxycamphor +benzoxyphenanthrene +benzoyl +benzoylate +benzoylation +benzoylformic +benzoylglycine +benzpinacone +benzthiophen +benztrioxazine +benzyl +benzylamine +benzylic +benzylidene +benzylpenicillin +beode +Beothuk +Beothukan +Beowulf +bepaid +Bepaint +bepale +bepaper +beparch +beparody +beparse +bepart +bepaste +bepastured +bepat +bepatched +bepaw +bepearl +bepelt +bepen +bepepper +beperiwigged +bepester +bepewed +bephilter +bephrase +bepicture +bepiece +bepierce +bepile +bepill +bepillared +bepimple +bepinch +bepistoled +bepity +beplague +beplaided +beplaster +beplumed +bepommel +bepowder +bepraise +bepraisement +bepraiser +beprank +bepray +bepreach +bepress +bepretty +bepride +beprose +bepuddle +bepuff +bepun +bepurple +bepuzzle +bepuzzlement +bequalm +bequeath +bequeathable +bequeathal +bequeather +bequeathment +bequest +bequirtle +bequote +ber +berain +berairou +berakah +berake +berakoth +berapt +berascal +berat +berate +berattle +beraunite +beray +berbamine +Berber +Berberi +Berberian +berberid +Berberidaceae +berberidaceous +berberine +Berberis +berberry +Berchemia +Berchta +berdache +bere +Berean +bereason +bereave +bereavement +bereaven +bereaver +bereft +berend +Berengaria +Berengarian +Berengarianism +berengelite +Berenice +Bereshith +beresite +beret +berewick +berg +bergalith +Bergama +Bergamask +bergamiol +Bergamo +Bergamot +bergamot +bergander +bergaptene +berger +berghaan +berginization +berginize +berglet +bergschrund +Bergsonian +Bergsonism +bergut +bergy +bergylt +berhyme +Beri +beribanded +beribboned +beriberi +beriberic +beride +berigora +beringed +beringite +beringleted +berinse +berith +Berkeleian +Berkeleianism +Berkeleyism +Berkeleyite +berkelium +berkovets +berkowitz +Berkshire +berley +berlin +berline +Berliner +berlinite +Berlinize +berm +Bermuda +Bermudian +bermudite +Bern +Bernard +Bernardina +Bernardine +berne +Bernese +Bernice +Bernicia +bernicle +Bernie +Berninesque +Bernoullian +berobed +Beroe +Beroida +Beroidae +beroll +Berossos +berouged +beround +berrendo +berret +berri +berried +berrier +berrigan +berrugate +berry +berrybush +berryless +berrylike +berrypicker +berrypicking +berseem +berserk +berserker +Bersiamite +Bersil +Bert +Bertat +Berteroa +berth +Bertha +berthage +berthed +berther +berthierite +berthing +Berthold +Bertholletia +Bertie +Bertolonia +Bertram +bertram +Bertrand +bertrandite +bertrum +beruffed +beruffled +berust +bervie +berycid +Berycidae +beryciform +berycine +berycoid +Berycoidea +berycoidean +Berycoidei +Berycomorphi +beryl +berylate +beryllia +berylline +berylliosis +beryllium +berylloid +beryllonate +beryllonite +beryllosis +Berytidae +Beryx +berzelianite +berzeliite +bes +besa +besagne +besaiel +besaint +besan +besanctify +besauce +bescab +bescarf +bescatter +bescent +bescorch +bescorn +bescoundrel +bescour +bescourge +bescramble +bescrape +bescratch +bescrawl +bescreen +bescribble +bescurf +bescurvy +bescutcheon +beseam +besee +beseech +beseecher +beseeching +beseechingly +beseechingness +beseechment +beseem +beseeming +beseemingly +beseemingness +beseemliness +beseemly +beseen +beset +besetment +besetter +besetting +beshackle +beshade +beshadow +beshag +beshake +beshame +beshawled +beshear +beshell +beshield +beshine +beshiver +beshlik +beshod +beshout +beshow +beshower +beshrew +beshriek +beshrivel +beshroud +besiclometer +beside +besides +besiege +besieged +besiegement +besieger +besieging +besiegingly +besigh +besilver +besin +besing +besiren +besit +beslab +beslap +beslash +beslave +beslaver +besleeve +beslime +beslimer +beslings +beslipper +beslobber +beslow +beslubber +beslur +beslushed +besmear +besmearer +besmell +besmile +besmirch +besmircher +besmirchment +besmoke +besmooth +besmother +besmouch +besmudge +besmut +besmutch +besnare +besneer +besnivel +besnow +besnuff +besodden +besogne +besognier +besoil +besom +besomer +besonnet +besoot +besoothe +besoothement +besot +besotment +besotted +besottedly +besottedness +besotting +besottingly +besought +besoul +besour +bespangle +bespate +bespatter +bespatterer +bespatterment +bespawl +bespeak +bespeakable +bespeaker +bespecked +bespeckle +bespecklement +bespectacled +besped +bespeech +bespeed +bespell +bespelled +bespend +bespete +bespew +bespice +bespill +bespin +bespirit +bespit +besplash +besplatter +besplit +bespoke +bespoken +bespot +bespottedness +bespouse +bespout +bespray +bespread +besprent +besprinkle +besprinkler +bespurred +besputter +bespy +besqueeze +besquib +besra +Bess +Bessarabian +Besselian +Bessemer +bessemer +Bessemerize +bessemerize +Bessera +Bessi +Bessie +Bessy +best +bestab +bestain +bestamp +bestar +bestare +bestarve +bestatued +bestay +bestayed +bestead +besteer +bestench +bester +bestial +bestialism +bestialist +bestiality +bestialize +bestially +bestiarian +bestiarianism +bestiary +bestick +bestill +bestink +bestir +bestness +bestock +bestore +bestorm +bestove +bestow +bestowable +bestowage +bestowal +bestower +bestowing +bestowment +bestraddle +bestrapped +bestraught +bestraw +bestreak +bestream +bestrew +bestrewment +bestride +bestripe +bestrode +bestubbled +bestuck +bestud +besugar +besuit +besully +beswarm +besweatered +besweeten +beswelter +beswim +beswinge +beswitch +bet +Beta +beta +betacism +betacismus +betafite +betag +betail +betailor +betaine +betainogen +betalk +betallow +betangle +betanglement +betask +betassel +betatron +betattered +betaxed +betear +beteela +beteem +betel +Betelgeuse +Beth +beth +bethabara +bethankit +bethel +Bethesda +bethflower +bethink +Bethlehem +Bethlehemite +bethought +bethrall +bethreaten +bethroot +Bethuel +bethumb +bethump +bethunder +bethwack +Bethylidae +betide +betimber +betimes +betinge +betipple +betire +betis +betitle +betocsin +betoil +betoken +betokener +betone +betongue +Betonica +betony +betorcin +betorcinol +betoss +betowel +betowered +Betoya +Betoyan +betrace +betrail +betrample +betrap +betravel +betray +betrayal +betrayer +betrayment +betread +betrend +betrim +betrinket +betroth +betrothal +betrothed +betrothment +betrough +betrousered +betrumpet +betrunk +Betsey +Betsileos +Betsimisaraka +betso +Betsy +Betta +betted +better +betterer +bettergates +bettering +betterly +betterment +bettermost +betterness +betters +Bettina +Bettine +betting +bettong +bettonga +Bettongia +bettor +Betty +betty +betuckered +Betula +Betulaceae +betulaceous +betulin +betulinamaric +betulinic +betulinol +Betulites +beturbaned +betusked +betutor +betutored +betwattled +between +betweenbrain +betweenity +betweenmaid +betweenness +betweenwhiles +betwine +betwit +betwixen +betwixt +beudantite +Beulah +beuniformed +bevatron +beveil +bevel +beveled +beveler +bevelled +bevelment +bevenom +bever +beverage +Beverly +beverse +bevesseled +bevesselled +beveto +bevillain +bevined +bevoiled +bevomit +bevue +bevy +bewail +bewailable +bewailer +bewailing +bewailingly +bewailment +bewaitered +bewall +beware +bewash +bewaste +bewater +beweary +beweep +beweeper +bewelcome +bewelter +bewept +bewest +bewet +bewhig +bewhiskered +bewhisper +bewhistle +bewhite +bewhiten +bewidow +bewig +bewigged +bewilder +bewildered +bewilderedly +bewilderedness +bewildering +bewilderingly +bewilderment +bewimple +bewinged +bewinter +bewired +bewitch +bewitchedness +bewitcher +bewitchery +bewitchful +bewitching +bewitchingly +bewitchingness +bewitchment +bewith +bewizard +bework +beworm +beworn +beworry +beworship +bewrap +bewrathed +bewray +bewrayer +bewrayingly +bewrayment +bewreath +bewreck +bewrite +bey +beydom +beylic +beylical +beyond +beyrichite +beyship +Bezaleel +Bezaleelian +bezant +bezantee +bezanty +bezel +bezesteen +bezetta +bezique +bezoar +bezoardic +bezonian +Bezpopovets +bezzi +bezzle +bezzo +bhabar +Bhadon +Bhaga +bhagavat +bhagavata +bhaiachari +bhaiyachara +bhakta +bhakti +bhalu +bhandar +bhandari +bhang +bhangi +Bhar +bhara +bharal +Bharata +bhat +bhava +Bhavani +bheesty +bhikku +bhikshu +Bhil +Bhili +Bhima +Bhojpuri +bhoosa +Bhotia +Bhotiya +Bhowani +bhoy +Bhumij +bhungi +bhungini +bhut +Bhutanese +Bhutani +bhutatathata +Bhutia +biabo +biacetyl +biacetylene +biacid +biacromial +biacuminate +biacuru +bialate +biallyl +bialveolar +Bianca +Bianchi +bianchite +bianco +biangular +biangulate +biangulated +biangulous +bianisidine +biannual +biannually +biannulate +biarchy +biarcuate +biarcuated +biarticular +biarticulate +biarticulated +bias +biasness +biasteric +biaswise +biatomic +biauricular +biauriculate +biaxal +biaxial +biaxiality +biaxially +biaxillary +bib +bibacious +bibacity +bibasic +bibation +bibb +bibber +bibble +bibbler +bibbons +bibcock +bibenzyl +bibi +Bibio +bibionid +Bibionidae +bibiri +bibitory +Bible +bibless +Biblic +Biblical +Biblicality +Biblically +Biblicism +Biblicist +Biblicistic +Biblicolegal +Biblicoliterary +Biblicopsychological +biblioclasm +biblioclast +bibliofilm +bibliogenesis +bibliognost +bibliognostic +bibliogony +bibliograph +bibliographer +bibliographic +bibliographical +bibliographically +bibliographize +bibliography +biblioklept +bibliokleptomania +bibliokleptomaniac +bibliolater +bibliolatrous +bibliolatry +bibliological +bibliologist +bibliology +bibliomancy +bibliomane +bibliomania +bibliomaniac +bibliomaniacal +bibliomanian +bibliomanianism +bibliomanism +bibliomanist +bibliopegic +bibliopegist +bibliopegistic +bibliopegy +bibliophage +bibliophagic +bibliophagist +bibliophagous +bibliophile +bibliophilic +bibliophilism +bibliophilist +bibliophilistic +bibliophily +bibliophobia +bibliopolar +bibliopole +bibliopolery +bibliopolic +bibliopolical +bibliopolically +bibliopolism +bibliopolist +bibliopolistic +bibliopoly +bibliosoph +bibliotaph +bibliotaphic +bibliothec +bibliotheca +bibliothecal +bibliothecarial +bibliothecarian +bibliothecary +bibliotherapeutic +bibliotherapist +bibliotherapy +bibliothetic +bibliotic +bibliotics +bibliotist +Biblism +Biblist +biblus +biborate +bibracteate +bibracteolate +bibulosity +bibulous +bibulously +bibulousness +Bibulus +bicalcarate +bicameral +bicameralism +bicamerist +bicapitate +bicapsular +bicarbonate +bicarbureted +bicarinate +bicarpellary +bicarpellate +bicaudal +bicaudate +Bice +bice +bicellular +bicentenary +bicentennial +bicephalic +bicephalous +biceps +bicetyl +bichir +bichloride +bichord +bichromate +bichromatic +bichromatize +bichrome +bichromic +bichy +biciliate +biciliated +bicipital +bicipitous +bicircular +bicirrose +bick +bicker +bickerer +bickern +biclavate +biclinium +bicollateral +bicollaterality +bicolligate +bicolor +bicolored +bicolorous +biconcave +biconcavity +bicondylar +bicone +biconic +biconical +biconically +biconjugate +biconsonantal +biconvex +bicorn +bicornate +bicorne +bicorned +bicornous +bicornuate +bicornuous +bicornute +bicorporal +bicorporate +bicorporeal +bicostate +bicrenate +bicrescentic +bicrofarad +bicron +bicrural +bicursal +bicuspid +bicuspidate +bicyanide +bicycle +bicycler +bicyclic +bicyclism +bicyclist +bicyclo +bicycloheptane +bicylindrical +bid +bidactyl +bidactyle +bidactylous +bidar +bidarka +bidcock +biddable +biddableness +biddably +biddance +Biddelian +bidder +bidding +Biddulphia +Biddulphiaceae +Biddy +biddy +bide +Bidens +bident +bidental +bidentate +bidented +bidential +bidenticulate +bider +bidet +bidigitate +bidimensional +biding +bidirectional +bidiurnal +Bidpai +bidri +biduous +bieberite +Biedermeier +bield +bieldy +bielectrolysis +bielenite +Bielid +Bielorouss +bien +bienly +bienness +biennia +biennial +biennially +biennium +bier +bierbalk +biethnic +bietle +bifacial +bifanged +bifara +bifarious +bifariously +bifer +biferous +biff +biffin +bifid +bifidate +bifidated +bifidity +bifidly +bifilar +bifilarly +bifistular +biflabellate +biflagellate +biflecnode +biflected +biflex +biflorate +biflorous +bifluoride +bifocal +bifoil +bifold +bifolia +bifoliate +bifoliolate +bifolium +biforked +biform +biformed +biformity +biforous +bifront +bifrontal +bifronted +bifurcal +bifurcate +bifurcated +bifurcately +bifurcation +big +biga +bigamic +bigamist +bigamistic +bigamize +bigamous +bigamously +bigamy +bigarade +bigaroon +bigarreau +bigbloom +bigemina +bigeminal +bigeminate +bigeminated +bigeminum +bigener +bigeneric +bigential +bigeye +bigg +biggah +biggen +bigger +biggest +biggin +biggish +biggonet +bigha +bighead +bighearted +bigheartedness +bighorn +bight +biglandular +biglenoid +biglot +bigmouth +bigmouthed +bigness +Bignonia +Bignoniaceae +bignoniaceous +bignoniad +bignou +bigoniac +bigonial +bigot +bigoted +bigotedly +bigotish +bigotry +bigotty +bigroot +bigthatch +biguanide +biguttate +biguttulate +bigwig +bigwigged +bigwiggedness +bigwiggery +bigwiggism +Bihai +Biham +bihamate +Bihari +biharmonic +bihourly +bihydrazine +bija +bijasal +bijou +bijouterie +bijoux +bijugate +bijugular +bike +bikh +bikhaconitine +bikini +Bikol +Bikram +Bikukulla +Bilaan +bilabe +bilabial +bilabiate +bilalo +bilamellar +bilamellate +bilamellated +bilaminar +bilaminate +bilaminated +bilander +bilateral +bilateralism +bilaterality +bilaterally +bilateralness +Bilati +bilberry +bilbie +bilbo +bilboquet +bilby +bilch +bilcock +bildar +bilders +bile +bilestone +bilge +bilgy +Bilharzia +bilharzial +bilharziasis +bilharzic +bilharziosis +bilianic +biliary +biliate +biliation +bilic +bilicyanin +bilifaction +biliferous +bilification +bilifuscin +bilify +bilihumin +bilimbi +bilimbing +biliment +Bilin +bilinear +bilineate +bilingual +bilingualism +bilingually +bilinguar +bilinguist +bilinigrin +bilinite +bilio +bilious +biliously +biliousness +biliprasin +bilipurpurin +bilipyrrhin +bilirubin +bilirubinemia +bilirubinic +bilirubinuria +biliteral +biliteralism +bilith +bilithon +biliverdic +biliverdin +bilixanthin +bilk +bilker +Bill +bill +billa +billable +billabong +billback +billbeetle +Billbergia +billboard +billbroking +billbug +billed +biller +billet +billeter +billethead +billeting +billetwood +billety +billfish +billfold +billhead +billheading +billholder +billhook +billian +billiard +billiardist +billiardly +billiards +Billie +Billiken +billikin +billing +billingsgate +billion +billionaire +billionism +billionth +billitonite +Billjim +billman +billon +billot +billow +billowiness +billowy +billposter +billposting +billsticker +billsticking +Billy +billy +billyboy +billycan +billycock +billyer +billyhood +billywix +bilo +bilobated +bilobe +bilobed +bilobiate +bilobular +bilocation +bilocellate +bilocular +biloculate +Biloculina +biloculine +bilophodont +Biloxi +bilsh +Bilskirnir +bilsted +biltong +biltongue +Bim +bimaculate +bimaculated +bimalar +Bimana +bimanal +bimane +bimanous +bimanual +bimanually +bimarginate +bimarine +bimastic +bimastism +bimastoid +bimasty +bimaxillary +bimbil +Bimbisara +bimeby +bimensal +bimester +bimestrial +bimetalic +bimetallism +bimetallist +bimetallistic +bimillenary +bimillennium +bimillionaire +Bimini +Bimmeler +bimodal +bimodality +bimolecular +bimonthly +bimotored +bimotors +bimucronate +bimuscular +bin +binal +binaphthyl +binarium +binary +binate +binately +bination +binational +binaural +binauricular +binbashi +bind +binder +bindery +bindheimite +binding +bindingly +bindingness +bindle +bindlet +bindoree +bindweb +bindweed +bindwith +bindwood +bine +binervate +bineweed +bing +binge +bingey +binghi +bingle +bingo +bingy +binh +Bini +biniodide +Binitarian +Binitarianism +bink +binman +binna +binnacle +binning +binnite +binnogue +bino +binocle +binocular +binocularity +binocularly +binoculate +binodal +binode +binodose +binodous +binomenclature +binomial +binomialism +binomially +binominal +binominated +binominous +binormal +binotic +binotonous +binous +binoxalate +binoxide +bint +bintangor +binturong +binuclear +binucleate +binucleated +binucleolate +binukau +Binzuru +biobibliographical +biobibliography +bioblast +bioblastic +biocatalyst +biocellate +biocentric +biochemic +biochemical +biochemically +biochemics +biochemist +biochemistry +biochemy +biochore +bioclimatic +bioclimatology +biocoenose +biocoenosis +biocoenotic +biocycle +biod +biodynamic +biodynamical +biodynamics +biodyne +bioecologic +bioecological +bioecologically +bioecologist +bioecology +biogen +biogenase +biogenesis +biogenesist +biogenetic +biogenetical +biogenetically +biogenetics +biogenous +biogeny +biogeochemistry +biogeographic +biogeographical +biogeographically +biogeography +biognosis +biograph +biographee +biographer +biographic +biographical +biographically +biographist +biographize +biography +bioherm +biokinetics +biolinguistics +biolith +biologese +biologic +biological +biologically +biologicohumanistic +biologism +biologist +biologize +biology +bioluminescence +bioluminescent +biolysis +biolytic +biomagnetic +biomagnetism +biomathematics +biome +biomechanical +biomechanics +biometeorology +biometer +biometric +biometrical +biometrically +biometrician +biometricist +biometrics +biometry +biomicroscopy +bion +bionergy +bionomic +bionomical +bionomically +bionomics +bionomist +bionomy +biophagism +biophagous +biophagy +biophilous +biophore +biophotophone +biophysical +biophysicochemical +biophysics +biophysiography +biophysiological +biophysiologist +biophysiology +biophyte +bioplasm +bioplasmic +bioplast +bioplastic +bioprecipitation +biopsic +biopsy +biopsychic +biopsychical +biopsychological +biopsychologist +biopsychology +biopyribole +bioral +biorbital +biordinal +bioreaction +biorgan +bios +bioscope +bioscopic +bioscopy +biose +biosis +biosocial +biosociological +biosphere +biostatic +biostatical +biostatics +biostatistics +biosterin +biosterol +biostratigraphy +biosynthesis +biosynthetic +biosystematic +biosystematics +biosystematist +biosystematy +Biota +biota +biotaxy +biotechnics +biotic +biotical +biotics +biotin +biotite +biotitic +biotome +biotomy +biotope +biotype +biotypic +biovular +biovulate +bioxalate +bioxide +bipack +bipaleolate +Bipaliidae +Bipalium +bipalmate +biparasitic +biparental +biparietal +biparous +biparted +bipartible +bipartient +bipartile +bipartisan +bipartisanship +bipartite +bipartitely +bipartition +biparty +bipaschal +bipectinate +bipectinated +biped +bipedal +bipedality +bipedism +bipeltate +bipennate +bipennated +bipenniform +biperforate +bipersonal +bipetalous +biphase +biphasic +biphenol +biphenyl +biphenylene +bipinnaria +bipinnate +bipinnated +bipinnately +bipinnatifid +bipinnatiparted +bipinnatipartite +bipinnatisect +bipinnatisected +biplanal +biplanar +biplane +biplicate +biplicity +biplosion +biplosive +bipod +bipolar +bipolarity +bipolarize +Bipont +Bipontine +biporose +biporous +biprism +biprong +bipunctal +bipunctate +bipunctual +bipupillate +bipyramid +bipyramidal +bipyridine +bipyridyl +biquadrantal +biquadrate +biquadratic +biquarterly +biquartz +biquintile +biracial +biracialism +biradial +biradiate +biradiated +biramous +birational +birch +birchbark +birchen +birching +birchman +birchwood +bird +birdbander +birdbanding +birdbath +birdberry +birdcall +birdcatcher +birdcatching +birdclapper +birdcraft +birddom +birdeen +birder +birdglue +birdhood +birdhouse +birdie +birdikin +birding +birdland +birdless +birdlet +birdlike +birdlime +birdling +birdlore +birdman +birdmouthed +birdnest +birdnester +birdseed +birdstone +birdweed +birdwise +birdwoman +birdy +birectangular +birefracting +birefraction +birefractive +birefringence +birefringent +bireme +biretta +Birgus +biri +biriba +birimose +birk +birken +Birkenhead +Birkenia +Birkeniidae +birkie +birkremite +birl +birle +birler +birlie +birlieman +birlinn +birma +Birmingham +Birminghamize +birn +birny +Biron +birostrate +birostrated +birotation +birotatory +birr +birse +birsle +birsy +birth +birthbed +birthday +birthland +birthless +birthmark +birthmate +birthnight +birthplace +birthright +birthroot +birthstone +birthstool +birthwort +birthy +bis +bisabol +bisaccate +bisacromial +bisalt +Bisaltae +bisantler +bisaxillary +bisbeeite +biscacha +Biscanism +Biscayan +Biscayanism +biscayen +Biscayner +bischofite +biscotin +biscuit +biscuiting +biscuitlike +biscuitmaker +biscuitmaking +biscuitroot +biscuitry +bisdiapason +bisdimethylamino +bisect +bisection +bisectional +bisectionally +bisector +bisectrices +bisectrix +bisegment +biseptate +biserial +biserially +biseriate +biseriately +biserrate +bisetose +bisetous +bisexed +bisext +bisexual +bisexualism +bisexuality +bisexually +bisexuous +bisglyoxaline +Bishareen +Bishari +Bisharin +bishop +bishopdom +bishopess +bishopful +bishophood +bishopless +bishoplet +bishoplike +bishopling +bishopric +bishopship +bishopweed +bisiliac +bisilicate +bisiliquous +bisimine +bisinuate +bisinuation +bisischiadic +bisischiatic +Bisley +bislings +bismar +Bismarck +Bismarckian +Bismarckianism +bismarine +bismerpund +bismillah +bismite +Bismosol +bismuth +bismuthal +bismuthate +bismuthic +bismuthide +bismuthiferous +bismuthine +bismuthinite +bismuthite +bismuthous +bismuthyl +bismutite +bismutoplagionite +bismutosmaltite +bismutosphaerite +bisnaga +bison +bisonant +bisontine +bisphenoid +bispinose +bispinous +bispore +bisporous +bisque +bisquette +bissext +bissextile +bisson +bistate +bistephanic +bister +bistered +bistetrazole +bisti +bistipular +bistipulate +bistipuled +bistort +Bistorta +bistournage +bistoury +bistratal +bistratose +bistriate +bistriazole +bistro +bisubstituted +bisubstitution +bisulcate +bisulfid +bisulphate +bisulphide +bisulphite +bisyllabic +bisyllabism +bisymmetric +bisymmetrical +bisymmetrically +bisymmetry +bit +bitable +bitangent +bitangential +bitanhol +bitartrate +bitbrace +bitch +bite +bitemporal +bitentaculate +biter +biternate +biternately +bitesheep +bitewing +bitheism +Bithynian +biti +biting +bitingly +bitingness +Bitis +bitless +bito +bitolyl +bitonality +bitreadle +bitripartite +bitripinnatifid +bitriseptate +bitrochanteric +bitstock +bitstone +bitt +bitted +bitten +bitter +bitterbark +bitterblain +bitterbloom +bitterbur +bitterbush +bitterful +bitterhead +bitterhearted +bitterheartedness +bittering +bitterish +bitterishness +bitterless +bitterling +bitterly +bittern +bitterness +bitternut +bitterroot +bitters +bittersweet +bitterweed +bitterwood +bitterworm +bitterwort +bitthead +bittie +Bittium +bittock +bitty +bitubercular +bituberculate +bituberculated +Bitulithic +bitulithic +bitume +bitumed +bitumen +bituminate +bituminiferous +bituminization +bituminize +bituminoid +bituminous +bitwise +bityite +bitypic +biune +biunial +biunity +biunivocal +biurate +biurea +biuret +bivalence +bivalency +bivalent +bivalve +bivalved +Bivalvia +bivalvian +bivalvous +bivalvular +bivariant +bivariate +bivascular +bivaulted +bivector +biventer +biventral +biverbal +bivinyl +bivious +bivittate +bivocal +bivocalized +bivoltine +bivoluminous +bivouac +biwa +biweekly +biwinter +Bixa +Bixaceae +bixaceous +bixbyite +bixin +biyearly +biz +bizardite +bizarre +bizarrely +bizarreness +Bizen +bizet +bizonal +bizone +Bizonia +bizygomatic +bizz +Bjorne +blab +blabber +blabberer +blachong +black +blackacre +blackamoor +blackback +blackball +blackballer +blackband +Blackbeard +blackbelly +blackberry +blackbine +blackbird +blackbirder +blackbirding +blackboard +blackboy +blackbreast +blackbush +blackbutt +blackcap +blackcoat +blackcock +blackdamp +blacken +blackener +blackening +blacker +blacketeer +blackey +blackeyes +blackface +Blackfeet +blackfellow +blackfellows +blackfin +blackfire +blackfish +blackfisher +blackfishing +Blackfoot +blackfoot +Blackfriars +blackguard +blackguardism +blackguardize +blackguardly +blackguardry +Blackhander +blackhead +blackheads +blackheart +blackhearted +blackheartedness +blackie +blacking +blackish +blackishly +blackishness +blackit +blackjack +blackland +blackleg +blackleggery +blacklegism +blacklegs +blackly +blackmail +blackmailer +blackneb +blackneck +blackness +blacknob +blackout +blackpoll +blackroot +blackseed +blackshirted +blacksmith +blacksmithing +blackstick +blackstrap +blacktail +blackthorn +blacktongue +blacktree +blackwash +blackwasher +blackwater +blackwood +blackwork +blackwort +blacky +blad +bladder +bladderet +bladderless +bladderlike +bladdernose +bladdernut +bladderpod +bladderseed +bladderweed +bladderwort +bladdery +blade +bladebone +bladed +bladelet +bladelike +blader +bladesmith +bladewise +blading +bladish +blady +bladygrass +blae +blaeberry +blaeness +blaewort +blaff +blaffert +blaflum +blah +blahlaut +blain +Blaine +Blair +blair +blairmorite +Blake +blake +blakeberyed +blamable +blamableness +blamably +blame +blamed +blameful +blamefully +blamefulness +blameless +blamelessly +blamelessness +blamer +blameworthiness +blameworthy +blaming +blamingly +blan +blanc +blanca +blancard +Blanch +blanch +blancher +blanching +blanchingly +blancmange +blancmanger +blanco +bland +blanda +Blandfordia +blandiloquence +blandiloquious +blandiloquous +blandish +blandisher +blandishing +blandishingly +blandishment +blandly +blandness +blank +blankard +blankbook +blanked +blankeel +blanket +blanketed +blanketeer +blanketflower +blanketing +blanketless +blanketmaker +blanketmaking +blanketry +blanketweed +blankety +blanking +blankish +Blankit +blankite +blankly +blankness +blanky +blanque +blanquillo +blare +Blarina +blarney +blarneyer +blarnid +blarny +blart +blas +blase +blash +blashy +Blasia +blaspheme +blasphemer +blasphemous +blasphemously +blasphemousness +blasphemy +blast +blasted +blastema +blastemal +blastematic +blastemic +blaster +blastful +blasthole +blastid +blastie +blasting +blastment +blastocarpous +blastocheme +blastochyle +blastocoele +blastocolla +blastocyst +blastocyte +blastoderm +blastodermatic +blastodermic +blastodisk +blastogenesis +blastogenetic +blastogenic +blastogeny +blastogranitic +blastoid +Blastoidea +blastoma +blastomata +blastomere +blastomeric +Blastomyces +blastomycete +Blastomycetes +blastomycetic +blastomycetous +blastomycosis +blastomycotic +blastoneuropore +Blastophaga +blastophitic +blastophoral +blastophore +blastophoric +blastophthoria +blastophthoric +blastophyllum +blastoporal +blastopore +blastoporic +blastoporphyritic +blastosphere +blastospheric +blastostylar +blastostyle +blastozooid +blastplate +blastula +blastulae +blastular +blastulation +blastule +blasty +blat +blatancy +blatant +blatantly +blate +blately +blateness +blather +blatherer +blatherskite +blathery +blatjang +Blatta +blatta +Blattariae +blatter +blatterer +blatti +blattid +Blattidae +blattiform +Blattodea +blattoid +Blattoidea +blaubok +Blaugas +blauwbok +blaver +blaw +blawort +blay +Blayne +blaze +blazer +blazing +blazingly +blazon +blazoner +blazoning +blazonment +blazonry +blazy +bleaberry +bleach +bleachability +bleachable +bleached +bleacher +bleacherite +bleacherman +bleachery +bleachfield +bleachground +bleachhouse +bleaching +bleachman +bleachworks +bleachyard +bleak +bleakish +bleakly +bleakness +bleaky +blear +bleared +blearedness +bleareye +bleariness +blearness +bleary +bleat +bleater +bleating +bleatingly +bleaty +bleb +blebby +blechnoid +Blechnum +bleck +blee +bleed +bleeder +bleeding +bleekbok +bleery +bleeze +bleezy +blellum +blemish +blemisher +blemishment +Blemmyes +blench +blencher +blenching +blenchingly +blencorn +blend +blendcorn +blende +blended +blender +blending +blendor +blendure +blendwater +blennadenitis +blennemesis +blennenteria +blennenteritis +blenniid +Blenniidae +blenniiform +Blenniiformes +blennioid +Blennioidea +blennocele +blennocystitis +blennoemesis +blennogenic +blennogenous +blennoid +blennoma +blennometritis +blennophlogisma +blennophlogosis +blennophthalmia +blennoptysis +blennorrhagia +blennorrhagic +blennorrhea +blennorrheal +blennorrhinia +blennosis +blennostasis +blennostatic +blennothorax +blennotorrhea +blennuria +blenny +blennymenitis +blent +bleo +blephara +blepharadenitis +blepharal +blepharanthracosis +blepharedema +blepharelcosis +blepharemphysema +Blephariglottis +blepharism +blepharitic +blepharitis +blepharoadenitis +blepharoadenoma +blepharoatheroma +blepharoblennorrhea +blepharocarcinoma +Blepharocera +Blepharoceridae +blepharochalasis +blepharochromidrosis +blepharoclonus +blepharocoloboma +blepharoconjunctivitis +blepharodiastasis +blepharodyschroia +blepharohematidrosis +blepharolithiasis +blepharomelasma +blepharoncosis +blepharoncus +blepharophimosis +blepharophryplasty +blepharophthalmia +blepharophyma +blepharoplast +blepharoplastic +blepharoplasty +blepharoplegia +blepharoptosis +blepharopyorrhea +blepharorrhaphy +blepharospasm +blepharospath +blepharosphincterectomy +blepharostat +blepharostenosis +blepharosymphysis +blepharosyndesmitis +blepharosynechia +blepharotomy +blepharydatis +Blephillia +blesbok +blesbuck +bless +blessed +blessedly +blessedness +blesser +blessing +blessingly +blest +blet +bletheration +Bletia +Bletilla +blewits +blibe +blick +blickey +Blighia +blight +blightbird +blighted +blighter +blighting +blightingly +blighty +blimbing +blimp +blimy +blind +blindage +blindball +blinded +blindedly +blinder +blindeyes +blindfast +blindfish +blindfold +blindfolded +blindfoldedness +blindfolder +blindfoldly +blinding +blindingly +blindish +blindless +blindling +blindly +blindness +blindstory +blindweed +blindworm +blink +blinkard +blinked +blinker +blinkered +blinking +blinkingly +blinks +blinky +blinter +blintze +blip +bliss +blissful +blissfully +blissfulness +blissless +blissom +blister +blistered +blistering +blisteringly +blisterweed +blisterwort +blistery +blite +blithe +blithebread +blitheful +blithefully +blithehearted +blithelike +blithely +blithemeat +blithen +blitheness +blither +blithering +blithesome +blithesomely +blithesomeness +blitter +Blitum +blitz +blitzbuggy +blitzkrieg +blizz +blizzard +blizzardly +blizzardous +blizzardy +blo +bloat +bloated +bloatedness +bloater +bloating +blob +blobbed +blobber +blobby +bloc +block +blockade +blockader +blockage +blockbuster +blocked +blocker +blockhead +blockheaded +blockheadedly +blockheadedness +blockheadish +blockheadishness +blockheadism +blockholer +blockhouse +blockiness +blocking +blockish +blockishly +blockishness +blocklayer +blocklike +blockmaker +blockmaking +blockman +blockpate +blockship +blocky +blodite +bloke +blolly +blomstrandine +blonde +blondeness +blondine +blood +bloodalley +bloodalp +bloodbeat +bloodberry +bloodbird +bloodcurdler +bloodcurdling +blooddrop +blooddrops +blooded +bloodfin +bloodflower +bloodguilt +bloodguiltiness +bloodguiltless +bloodguilty +bloodhound +bloodied +bloodily +bloodiness +bloodleaf +bloodless +bloodlessly +bloodlessness +bloodletter +bloodletting +bloodline +bloodmobile +bloodmonger +bloodnoun +bloodripe +bloodripeness +bloodroot +bloodshed +bloodshedder +bloodshedding +bloodshot +bloodshotten +bloodspiller +bloodspilling +bloodstain +bloodstained +bloodstainedness +bloodstanch +bloodstock +bloodstone +bloodstroke +bloodsuck +bloodsucker +bloodsucking +bloodthirst +bloodthirster +bloodthirstily +bloodthirstiness +bloodthirsting +bloodthirsty +bloodweed +bloodwite +bloodwood +bloodworm +bloodwort +bloodworthy +bloody +bloodybones +blooey +bloom +bloomage +bloomer +Bloomeria +bloomerism +bloomers +bloomery +bloomfell +blooming +bloomingly +bloomingness +bloomkin +bloomless +Bloomsburian +Bloomsbury +bloomy +bloop +blooper +blooping +blore +blosmy +blossom +blossombill +blossomed +blossomhead +blossomless +blossomry +blossomtime +blossomy +blot +blotch +blotched +blotchy +blotless +blotter +blottesque +blottesquely +blotting +blottingly +blotto +blotty +bloubiskop +blouse +bloused +blousing +blout +blow +blowback +blowball +blowcock +blowdown +blowen +blower +blowfish +blowfly +blowgun +blowhard +blowhole +blowiness +blowing +blowings +blowiron +blowlamp +blowline +blown +blowoff +blowout +blowpipe +blowpoint +blowproof +blowspray +blowth +blowtorch +blowtube +blowup +blowy +blowze +blowzed +blowzing +blowzy +blub +blubber +blubberer +blubbering +blubberingly +blubberman +blubberous +blubbery +blucher +bludgeon +bludgeoned +bludgeoneer +bludgeoner +blue +blueback +bluebead +Bluebeard +bluebeard +Bluebeardism +bluebell +bluebelled +blueberry +bluebill +bluebird +blueblaw +bluebonnet +bluebook +bluebottle +bluebreast +bluebuck +bluebush +bluebutton +bluecap +bluecoat +bluecup +bluefish +bluegill +bluegown +bluegrass +bluehearted +bluehearts +blueing +bluejack +bluejacket +bluejoint +blueleg +bluelegs +bluely +blueness +bluenose +Bluenoser +blueprint +blueprinter +bluer +blues +bluesides +bluestem +bluestocking +bluestockingish +bluestockingism +bluestone +bluestoner +bluet +bluethroat +bluetongue +bluetop +blueweed +bluewing +bluewood +bluey +bluff +bluffable +bluffer +bluffly +bluffness +bluffy +bluggy +bluing +bluish +bluishness +bluism +Blumea +blunder +blunderbuss +blunderer +blunderful +blunderhead +blunderheaded +blunderheadedness +blundering +blunderingly +blundersome +blunge +blunger +blunk +blunker +blunks +blunnen +blunt +blunter +blunthead +blunthearted +bluntie +bluntish +bluntly +bluntness +blup +blur +blurb +blurbist +blurred +blurredness +blurrer +blurry +blurt +blush +blusher +blushful +blushfully +blushfulness +blushiness +blushing +blushingly +blushless +blushwort +blushy +bluster +blusteration +blusterer +blustering +blusteringly +blusterous +blusterously +blustery +blype +bo +boa +Boaedon +boagane +Boanbura +Boanerges +boanergism +boar +boarcite +board +boardable +boarder +boarding +boardinghouse +boardlike +boardly +boardman +boardwalk +boardy +boarfish +boarhound +boarish +boarishly +boarishness +boarship +boarskin +boarspear +boarstaff +boarwood +boast +boaster +boastful +boastfully +boastfulness +boasting +boastive +boastless +boat +boatable +boatage +boatbill +boatbuilder +boatbuilding +boater +boatfalls +boatful +boathead +boatheader +boathouse +boatie +boating +boatkeeper +boatless +boatlike +boatlip +boatload +boatloader +boatloading +boatly +boatman +boatmanship +boatmaster +boatowner +boatsetter +boatshop +boatside +boatsman +boatswain +boattail +boatward +boatwise +boatwoman +boatwright +Bob +bob +boba +bobac +Bobadil +Bobadilian +Bobadilish +Bobadilism +bobbed +bobber +bobbery +Bobbie +bobbin +bobbiner +bobbinet +bobbing +Bobbinite +bobbinwork +bobbish +bobbishly +bobble +Bobby +bobby +bobcat +bobcoat +bobeche +bobfly +bobierrite +bobization +bobjerom +bobo +bobolink +bobotie +bobsled +bobsleigh +bobstay +bobtail +bobtailed +bobwhite +bobwood +bocaccio +bocal +bocardo +bocasine +bocca +boccale +boccarella +boccaro +bocce +Bocconia +boce +bocedization +Boche +bocher +Bochism +bock +bockerel +bockeret +bocking +bocoy +bod +bodach +bodacious +bodaciously +bode +bodeful +bodega +bodement +boden +bodenbenderite +boder +bodewash +bodge +bodger +bodgery +bodhi +bodhisattva +bodice +bodiced +bodicemaker +bodicemaking +bodied +bodier +bodieron +bodikin +bodiless +bodilessness +bodiliness +bodily +bodiment +boding +bodingly +bodkin +bodkinwise +bodle +Bodleian +Bodo +bodock +Bodoni +body +bodybending +bodybuilder +bodyguard +bodyhood +bodyless +bodymaker +bodymaking +bodyplate +bodywise +bodywood +bodywork +Boebera +Boedromion +Boehmenism +Boehmenist +Boehmenite +Boehmeria +boeotarch +Boeotian +Boeotic +Boer +Boerdom +Boerhavia +Boethian +Boethusian +bog +boga +bogan +bogard +bogart +bogberry +bogey +bogeyman +boggart +boggin +bogginess +boggish +boggle +bogglebo +boggler +boggy +boghole +bogie +bogieman +bogier +Bogijiab +bogland +boglander +bogle +bogledom +boglet +bogman +bogmire +Bogo +bogo +Bogomil +Bogomile +Bogomilian +bogong +Bogota +bogsucker +bogtrot +bogtrotter +bogtrotting +bogue +bogum +bogus +bogusness +bogway +bogwood +bogwort +bogy +bogydom +bogyism +bogyland +Bohairic +bohawn +bohea +Bohemia +Bohemian +Bohemianism +bohemium +bohereen +bohireen +boho +bohor +bohunk +boid +Boidae +Boii +Boiko +boil +boilable +boildown +boiled +boiler +boilerful +boilerhouse +boilerless +boilermaker +boilermaking +boilerman +boilersmith +boilerworks +boilery +boiling +boilinglike +boilingly +boilover +boily +Bois +boist +boisterous +boisterously +boisterousness +bojite +bojo +bokadam +bokard +bokark +boke +Bokhara +Bokharan +bokom +bola +Bolag +bolar +Bolboxalis +bold +bolden +Bolderian +boldhearted +boldine +boldly +boldness +boldo +Boldu +bole +bolection +bolectioned +boled +boleite +Bolelia +bolelike +bolero +Boletaceae +boletaceous +bolete +Boletus +boleweed +bolewort +bolide +bolimba +bolis +bolivar +bolivarite +bolivia +Bolivian +boliviano +bolk +boll +Bollandist +bollard +bolled +boller +bolling +bollock +bollworm +bolly +Bolo +bolo +Bologna +Bolognan +Bolognese +bolograph +bolographic +bolographically +bolography +Boloism +boloman +bolometer +bolometric +boloney +boloroot +Bolshevik +Bolsheviki +Bolshevikian +Bolshevism +Bolshevist +Bolshevistic +Bolshevistically +Bolshevize +Bolshie +bolson +bolster +bolsterer +bolsterwork +bolt +boltage +boltant +boltcutter +boltel +bolter +bolthead +boltheader +boltheading +bolthole +bolti +bolting +boltless +boltlike +boltmaker +boltmaking +Boltonia +boltonite +boltrope +boltsmith +boltstrake +boltuprightness +boltwork +bolus +Bolyaian +bom +boma +Bomarea +bomb +bombable +Bombacaceae +bombacaceous +bombard +bombarde +bombardelle +bombarder +bombardier +bombardment +bombardon +bombast +bombaster +bombastic +bombastically +bombastry +Bombax +Bombay +bombazet +bombazine +bombed +bomber +bombiccite +Bombidae +bombilate +bombilation +Bombinae +bombinate +bombination +bombo +bombola +bombonne +bombous +bombproof +bombshell +bombsight +Bombus +bombycid +Bombycidae +bombyciform +Bombycilla +Bombycillidae +Bombycina +bombycine +Bombyliidae +Bombyx +Bon +bon +bonaci +bonagh +bonaght +bonair +bonairly +bonairness +bonally +bonang +bonanza +Bonapartean +Bonapartism +Bonapartist +Bonasa +bonasus +bonaventure +Bonaveria +bonavist +Bonbo +bonbon +bonce +bond +bondage +bondager +bondar +bonded +Bondelswarts +bonder +bonderman +bondfolk +bondholder +bondholding +bonding +bondless +bondman +bondmanship +bondsman +bondstone +bondswoman +bonduc +bondwoman +bone +boneache +bonebinder +boneblack +bonebreaker +boned +bonedog +bonefish +boneflower +bonehead +boneheaded +boneless +bonelessly +bonelessness +bonelet +bonelike +Bonellia +boner +boneset +bonesetter +bonesetting +boneshaker +boneshaw +bonetail +bonewood +bonework +bonewort +Boney +bonfire +bong +Bongo +bongo +bonhomie +Boni +boniata +Boniface +bonification +boniform +bonify +boniness +boninite +bonitarian +bonitary +bonito +bonk +bonnaz +bonnet +bonneted +bonneter +bonnethead +bonnetless +bonnetlike +bonnetman +bonnibel +Bonnie +bonnily +bonniness +Bonny +bonny +bonnyclabber +bonnyish +bonnyvis +Bononian +bonsai +bonspiel +bontebok +bontebuck +bontequagga +Bontok +bonus +bonxie +bony +bonyfish +bonze +bonzer +bonzery +bonzian +boo +boob +boobery +boobily +boobook +booby +boobyalla +boobyish +boobyism +bood +boodie +boodle +boodledom +boodleism +boodleize +boodler +boody +boof +booger +boogiewoogie +boohoo +boojum +book +bookable +bookbinder +bookbindery +bookbinding +bookboard +bookcase +bookcraft +bookdealer +bookdom +booked +booker +bookery +bookfold +bookful +bookholder +bookhood +bookie +bookiness +booking +bookish +bookishly +bookishness +bookism +bookkeeper +bookkeeping +bookland +bookless +booklet +booklike +bookling +booklore +booklover +bookmaker +bookmaking +Bookman +bookman +bookmark +bookmarker +bookmate +bookmobile +bookmonger +bookplate +bookpress +bookrack +bookrest +bookroom +bookseller +booksellerish +booksellerism +bookselling +bookshelf +bookshop +bookstack +bookstall +bookstand +bookstore +bookward +bookwards +bookways +bookwise +bookwork +bookworm +bookwright +booky +bool +Boolian +booly +boolya +boom +boomable +boomage +boomah +boomboat +boomdas +boomer +boomerang +booming +boomingly +boomless +boomlet +boomorah +boomslang +boomslange +boomster +boomy +boon +boondock +boondocks +boondoggle +boondoggler +Boone +boonfellow +boongary +boonk +boonless +Boophilus +boopis +boor +boorish +boorishly +boorishness +boort +boose +boost +booster +boosterism +boosy +boot +bootblack +bootboy +booted +bootee +booter +bootery +Bootes +bootful +booth +boother +Boothian +boothite +bootholder +boothose +Bootid +bootied +bootikin +booting +bootjack +bootlace +bootleg +bootlegger +bootlegging +bootless +bootlessly +bootlessness +bootlick +bootlicker +bootmaker +bootmaking +boots +bootstrap +booty +bootyless +booze +boozed +boozer +boozily +booziness +boozy +bop +bopeep +boppist +bopyrid +Bopyridae +bopyridian +Bopyrus +bor +bora +borable +borachio +boracic +boraciferous +boracous +borage +Boraginaceae +boraginaceous +Borago +Borak +borak +boral +Boran +Borana +Borani +borasca +borasque +Borassus +borate +borax +Borboridae +Borborus +borborygmic +borborygmus +bord +bordage +bordar +bordarius +Bordeaux +bordel +bordello +border +bordered +borderer +Borderies +bordering +borderism +borderland +borderlander +borderless +borderline +bordermark +Borderside +bordroom +bordure +bordured +bore +boreable +boread +Boreades +boreal +borealis +borean +Boreas +borecole +boredom +boree +boreen +boregat +borehole +Boreiad +boreism +borele +borer +boresome +Boreus +borg +borgh +borghalpenny +Borghese +borh +boric +borickite +boride +borine +boring +boringly +boringness +Borinqueno +Boris +borish +borism +bority +borize +borlase +born +borne +Bornean +Borneo +borneol +borning +bornite +bornitic +bornyl +Boro +boro +Borocaine +borocalcite +borocarbide +borocitrate +borofluohydric +borofluoric +borofluoride +borofluorin +boroglycerate +boroglyceride +boroglycerine +borolanite +boron +boronatrocalcite +Boronia +boronic +borophenol +borophenylic +Bororo +Bororoan +borosalicylate +borosalicylic +borosilicate +borosilicic +borotungstate +borotungstic +borough +boroughlet +boroughmaster +boroughmonger +boroughmongering +boroughmongery +boroughship +borowolframic +borracha +borrel +Borrelia +Borrelomycetaceae +Borreria +Borrichia +Borromean +Borrovian +borrow +borrowable +borrower +borrowing +borsch +borscht +borsholder +borsht +borstall +bort +bortsch +borty +bortz +Boruca +Borussian +borwort +boryl +Borzicactus +borzoi +Bos +Bosc +boscage +bosch +boschbok +Boschneger +boschvark +boschveld +bose +Boselaphus +boser +bosh +Boshas +bosher +Bosjesman +bosjesman +bosk +bosker +bosket +boskiness +bosky +bosn +Bosniac +Bosniak +Bosnian +Bosnisch +bosom +bosomed +bosomer +bosomy +Bosporan +Bosporanic +Bosporian +bosporus +boss +bossage +bossdom +bossed +bosselated +bosselation +bosser +bosset +bossiness +bossing +bossism +bosslet +bossship +bossy +bostangi +bostanji +bosthoon +Boston +boston +Bostonese +Bostonian +bostonite +bostrychid +Bostrychidae +bostrychoid +bostrychoidal +bostryx +bosun +Boswellia +Boswellian +Boswelliana +Boswellism +Boswellize +bot +bota +botanic +botanical +botanically +botanist +botanize +botanizer +botanomancy +botanophile +botanophilist +botany +botargo +Botaurinae +Botaurus +botch +botched +botchedly +botcher +botcherly +botchery +botchily +botchiness +botchka +botchy +bote +Botein +botella +boterol +botfly +both +bother +botheration +botherer +botherheaded +botherment +bothersome +bothlike +Bothnian +Bothnic +bothrenchyma +Bothriocephalus +Bothriocidaris +Bothriolepis +bothrium +Bothrodendron +bothropic +Bothrops +bothros +bothsided +bothsidedness +bothway +bothy +Botocudo +botonee +botong +Botrychium +Botrydium +Botryllidae +Botryllus +botryogen +botryoid +botryoidal +botryoidally +botryolite +Botryomyces +botryomycoma +botryomycosis +botryomycotic +Botryopteriaceae +botryopterid +Botryopteris +botryose +botryotherapy +Botrytis +bott +bottekin +Botticellian +bottine +bottle +bottlebird +bottled +bottleflower +bottleful +bottlehead +bottleholder +bottlelike +bottlemaker +bottlemaking +bottleman +bottleneck +bottlenest +bottlenose +bottler +bottling +bottom +bottomchrome +bottomed +bottomer +bottoming +bottomless +bottomlessly +bottomlessness +bottommost +bottomry +bottstick +botuliform +botulin +botulinum +botulism +botulismus +bouchal +bouchaleen +boucharde +bouche +boucher +boucherism +boucherize +bouchette +boud +boudoir +bouffancy +bouffant +Bougainvillaea +Bougainvillea +Bougainvillia +Bougainvilliidae +bougar +bouge +bouget +bough +boughed +boughless +boughpot +bought +boughten +boughy +bougie +bouillabaisse +bouillon +bouk +boukit +boulangerite +Boulangism +Boulangist +boulder +boulderhead +bouldering +bouldery +boule +boulevard +boulevardize +boultel +boulter +boulterer +boun +bounce +bounceable +bounceably +bouncer +bouncing +bouncingly +bound +boundable +boundary +bounded +boundedly +boundedness +bounden +bounder +bounding +boundingly +boundless +boundlessly +boundlessness +boundly +boundness +bounteous +bounteously +bounteousness +bountied +bountiful +bountifully +bountifulness +bountith +bountree +bounty +bountyless +bouquet +bourasque +Bourbon +bourbon +Bourbonesque +Bourbonian +Bourbonism +Bourbonist +bourbonize +bourd +bourder +bourdon +bourette +bourg +bourgeois +bourgeoise +bourgeoisie +bourgeoisitic +Bourignian +Bourignianism +Bourignianist +Bourignonism +Bourignonist +bourn +bournless +bournonite +bourock +Bourout +bourse +bourtree +bouse +bouser +Boussingaultia +boussingaultite +boustrophedon +boustrophedonic +bousy +bout +boutade +Bouteloua +bouto +boutonniere +boutylka +Bouvardia +bouw +bovarism +bovarysm +bovate +bovenland +bovicide +boviculture +bovid +Bovidae +boviform +bovine +bovinely +bovinity +Bovista +bovoid +bovovaccination +bovovaccine +bow +bowable +bowback +bowbells +bowbent +bowboy +Bowdichia +bowdlerism +bowdlerization +bowdlerize +bowed +bowedness +bowel +boweled +bowelless +bowellike +bowels +bowenite +bower +bowerbird +bowerlet +bowermaiden +bowermay +bowerwoman +Bowery +bowery +Boweryish +bowet +bowfin +bowgrace +bowhead +bowie +bowieful +bowing +bowingly +bowk +bowkail +bowker +bowknot +bowl +bowla +bowleg +bowlegged +bowleggedness +bowler +bowless +bowlful +bowlike +bowline +bowling +bowllike +bowlmaker +bowls +bowly +bowmaker +bowmaking +bowman +bowpin +bowralite +bowshot +bowsprit +bowstave +bowstring +bowstringed +bowwoman +bowwood +bowwort +bowwow +bowyer +boxberry +boxboard +boxbush +boxcar +boxen +Boxer +boxer +Boxerism +boxfish +boxful +boxhaul +boxhead +boxing +boxkeeper +boxlike +boxmaker +boxmaking +boxman +boxthorn +boxty +boxwallah +boxwood +boxwork +boxy +boy +boyang +boyar +boyard +boyardism +boyardom +boyarism +Boyce +boycott +boycottage +boycotter +boycottism +Boyd +boydom +boyer +boyhood +boyish +boyishly +boyishness +boyism +boyla +boylike +boyology +boysenberry +boyship +boza +bozal +bozo +bozze +bra +brab +brabagious +brabant +Brabanter +Brabantine +brabble +brabblement +brabbler +brabblingly +Brabejum +braca +braccate +braccia +bracciale +braccianite +braccio +brace +braced +bracelet +braceleted +bracer +bracero +braces +brach +Brachelytra +brachelytrous +bracherer +brachering +brachet +brachial +brachialgia +brachialis +Brachiata +brachiate +brachiation +brachiator +brachiferous +brachigerous +Brachinus +brachiocephalic +brachiocrural +brachiocubital +brachiocyllosis +brachiofacial +brachiofaciolingual +brachioganoid +Brachioganoidei +brachiolaria +brachiolarian +brachiopod +Brachiopoda +brachiopode +brachiopodist +brachiopodous +brachioradial +brachioradialis +brachiorrhachidian +brachiorrheuma +brachiosaur +Brachiosaurus +brachiostrophosis +brachiotomy +brachistocephali +brachistocephalic +brachistocephalous +brachistocephaly +brachistochrone +brachistochronic +brachistochronous +brachium +brachtmema +brachyaxis +brachycardia +brachycatalectic +brachycephal +brachycephalic +brachycephalism +brachycephalization +brachycephalize +brachycephalous +brachycephaly +Brachycera +brachyceral +brachyceric +brachycerous +brachychronic +brachycnemic +Brachycome +brachycranial +brachydactyl +brachydactylic +brachydactylism +brachydactylous +brachydactyly +brachydiagonal +brachydodrome +brachydodromous +brachydomal +brachydomatic +brachydome +brachydont +brachydontism +brachyfacial +brachyglossal +brachygnathia +brachygnathism +brachygnathous +brachygrapher +brachygraphic +brachygraphical +brachygraphy +brachyhieric +brachylogy +brachymetropia +brachymetropic +Brachyoura +brachyphalangia +Brachyphyllum +brachypinacoid +brachypinacoidal +brachypleural +brachypnea +brachypodine +brachypodous +brachyprism +brachyprosopic +brachypterous +brachypyramid +brachyrrhinia +brachysclereid +brachyskelic +brachysm +brachystaphylic +Brachystegia +brachystochrone +Brachystomata +brachystomatous +brachystomous +brachytic +brachytypous +Brachyura +brachyural +brachyuran +brachyuranic +brachyure +brachyurous +Brachyurus +bracing +bracingly +bracingness +brack +brackebuschite +bracken +brackened +bracker +bracket +bracketing +bracketwise +brackish +brackishness +brackmard +bracky +Bracon +braconid +Braconidae +bract +bractea +bracteal +bracteate +bracted +bracteiform +bracteolate +bracteole +bracteose +bractless +bractlet +Brad +brad +bradawl +Bradbury +Bradburya +bradenhead +Bradford +Bradley +bradmaker +Bradshaw +bradsot +bradyacousia +bradycardia +bradycauma +bradycinesia +bradycrotic +bradydactylia +bradyesthesia +bradyglossia +bradykinesia +bradykinetic +bradylalia +bradylexia +bradylogia +bradynosus +bradypepsia +bradypeptic +bradyphagia +bradyphasia +bradyphemia +bradyphrasia +bradyphrenia +bradypnea +bradypnoea +bradypod +bradypode +Bradypodidae +bradypodoid +Bradypus +bradyseism +bradyseismal +bradyseismic +bradyseismical +bradyseismism +bradyspermatism +bradysphygmia +bradystalsis +bradyteleocinesia +bradyteleokinesis +bradytocia +bradytrophic +bradyuria +brae +braeface +braehead +braeman +braeside +brag +braggardism +braggart +braggartism +braggartly +braggartry +braggat +bragger +braggery +bragget +bragging +braggingly +braggish +braggishly +Bragi +bragite +bragless +braguette +Brahm +Brahma +brahmachari +Brahmahood +Brahmaic +Brahman +Brahmana +Brahmanaspati +Brahmanda +Brahmaness +Brahmanhood +Brahmani +Brahmanic +Brahmanical +Brahmanism +Brahmanist +Brahmanistic +Brahmanize +Brahmany +Brahmi +Brahmic +Brahmin +Brahminic +Brahminism +Brahmoism +Brahmsian +Brahmsite +Brahui +braid +braided +braider +braiding +Braidism +Braidist +brail +Braille +Braillist +brain +brainache +braincap +braincraft +brainer +brainfag +brainge +braininess +brainless +brainlessly +brainlessness +brainlike +brainpan +brains +brainsick +brainsickly +brainsickness +brainstone +brainward +brainwash +brainwasher +brainwashing +brainwater +brainwood +brainwork +brainworker +brainy +braird +braireau +brairo +braise +brake +brakeage +brakehand +brakehead +brakeless +brakeload +brakemaker +brakemaking +brakeman +braker +brakeroot +brakesman +brakie +braky +Bram +Bramantesque +Bramantip +bramble +brambleberry +bramblebush +brambled +brambling +brambly +brambrack +Bramia +bran +brancard +branch +branchage +branched +Branchellion +brancher +branchery +branchful +branchi +branchia +branchiae +branchial +Branchiata +branchiate +branchicolous +branchiferous +branchiform +branchihyal +branchiness +branching +Branchiobdella +branchiocardiac +branchiogenous +branchiomere +branchiomeric +branchiomerism +branchiopallial +branchiopod +Branchiopoda +branchiopodan +branchiopodous +Branchiopulmonata +branchiopulmonate +branchiosaur +Branchiosauria +branchiosaurian +Branchiosaurus +branchiostegal +Branchiostegidae +branchiostegite +branchiostegous +Branchiostoma +branchiostomid +Branchiostomidae +Branchipodidae +Branchipus +branchireme +Branchiura +branchiurous +branchless +branchlet +branchlike +branchling +branchman +branchstand +branchway +branchy +brand +branded +Brandenburg +Brandenburger +brander +brandering +Brandi +brandied +brandify +brandise +brandish +brandisher +brandisite +brandless +brandling +Brandon +brandreth +Brandy +brandy +brandyball +brandyman +brandywine +brangle +brangled +branglement +brangler +brangling +branial +brank +brankie +brankursine +branle +branner +brannerite +branny +bransle +bransolder +brant +Branta +brantail +brantness +Brasenia +brash +brashiness +brashness +brashy +brasiletto +brasque +brass +brassage +brassard +brassart +Brassavola +brassbound +brassbounder +brasse +brasser +brasset +Brassia +brassic +Brassica +Brassicaceae +brassicaceous +brassidic +brassie +brassiere +brassily +brassiness +brassish +brasslike +brassware +brasswork +brassworker +brassworks +brassy +brassylic +brat +bratling +bratstvo +brattach +brattice +bratticer +bratticing +brattie +brattish +brattishing +brattle +brauna +Brauneberger +Brauneria +braunite +Brauronia +Brauronian +Brava +bravade +bravado +bravadoism +brave +bravehearted +bravely +braveness +braver +bravery +braving +bravish +bravo +bravoite +bravura +bravuraish +braw +brawl +brawler +brawling +brawlingly +brawlsome +brawly +brawlys +brawn +brawned +brawnedness +brawner +brawnily +brawniness +brawny +braws +braxy +bray +brayer +brayera +brayerin +braystone +braza +braze +brazen +brazenface +brazenfaced +brazenfacedly +brazenly +brazenness +brazer +brazera +brazier +braziery +brazil +brazilein +brazilette +Brazilian +brazilin +brazilite +brazilwood +breach +breacher +breachful +breachy +bread +breadbasket +breadberry +breadboard +breadbox +breadearner +breadearning +breaden +breadfruit +breadless +breadlessness +breadmaker +breadmaking +breadman +breadnut +breadroot +breadseller +breadstuff +breadth +breadthen +breadthless +breadthriders +breadthways +breadthwise +breadwinner +breadwinning +breaghe +break +breakable +breakableness +breakably +breakage +breakaway +breakax +breakback +breakbones +breakdown +breaker +breakerman +breakfast +breakfaster +breakfastless +breaking +breakless +breakneck +breakoff +breakout +breakover +breakshugh +breakstone +breakthrough +breakup +breakwater +breakwind +bream +breards +breast +breastband +breastbeam +breastbone +breasted +breaster +breastfeeding +breastful +breastheight +breasthook +breastie +breasting +breastless +breastmark +breastpiece +breastpin +breastplate +breastplow +breastrail +breastrope +breastsummer +breastweed +breastwise +breastwood +breastwork +breath +breathable +breathableness +breathe +breathed +breather +breathful +breathiness +breathing +breathingly +breathless +breathlessly +breathlessness +breathseller +breathy +breba +breccia +breccial +brecciated +brecciation +brecham +Brechites +breck +brecken +bred +bredbergite +brede +bredi +bree +breech +breechblock +breechcloth +breechclout +breeched +breeches +breechesflower +breechesless +breeching +breechless +breechloader +breed +breedable +breedbate +breeder +breediness +breeding +breedy +breek +breekless +breekums +breeze +breezeful +breezeless +breezelike +breezeway +breezily +breeziness +breezy +bregma +bregmata +bregmate +bregmatic +brehon +brehonship +brei +breislakite +breithauptite +brekkle +brelaw +breloque +breme +bremely +bremeness +Bremia +bremsstrahlung +Brenda +Brendan +Brender +brennage +Brent +brent +Brenthis +brephic +Brescian +Bret +bret +bretelle +bretesse +breth +brethren +Breton +Bretonian +Bretschneideraceae +Brett +brett +brettice +Bretwalda +Bretwaldadom +Bretwaldaship +breunnerite +breva +breve +brevet +brevetcy +breviary +breviate +breviature +brevicaudate +brevicipitid +Brevicipitidae +breviconic +brevier +brevifoliate +breviger +brevilingual +breviloquence +breviloquent +breviped +brevipen +brevipennate +breviradiate +brevirostral +brevirostrate +Brevirostrines +brevit +brevity +brew +brewage +brewer +brewership +brewery +brewhouse +brewing +brewis +brewmaster +brewst +brewster +brewsterite +brey +Brian +briar +briarberry +Briard +Briarean +Briareus +briarroot +bribe +bribee +bribegiver +bribegiving +bribemonger +briber +bribery +bribetaker +bribetaking +bribeworthy +Bribri +brichen +brichette +brick +brickbat +brickcroft +brickel +bricken +brickfield +brickfielder +brickhood +bricking +brickish +brickkiln +bricklayer +bricklaying +brickle +brickleness +bricklike +brickliner +bricklining +brickly +brickmaker +brickmaking +brickmason +brickset +bricksetter +bricktimber +brickwise +brickwork +bricky +brickyard +bricole +bridal +bridale +bridaler +bridally +Bride +bride +bridebed +bridebowl +bridecake +bridechamber +bridecup +bridegod +bridegroom +bridegroomship +bridehead +bridehood +brideknot +bridelace +brideless +bridelike +bridely +bridemaid +bridemaiden +bridemaidship +brideship +bridesmaid +bridesmaiding +bridesman +bridestake +bridewain +brideweed +bridewell +bridewort +bridge +bridgeable +bridgeboard +bridgebote +bridgebuilder +bridgebuilding +bridged +bridgehead +bridgekeeper +bridgeless +bridgelike +bridgemaker +bridgemaking +bridgeman +bridgemaster +bridgepot +Bridger +bridger +Bridget +bridgetree +bridgeward +bridgewards +bridgeway +bridgework +bridging +bridle +bridled +bridleless +bridleman +bridler +bridling +bridoon +brief +briefing +briefless +brieflessly +brieflessness +briefly +briefness +briefs +brier +brierberry +briered +brierroot +brierwood +briery +brieve +brig +brigade +brigadier +brigadiership +brigalow +brigand +brigandage +brigander +brigandine +brigandish +brigandishly +brigandism +Brigantes +Brigantia +brigantine +brigatry +brigbote +brigetty +Briggs +Briggsian +Brighella +Brighid +bright +brighten +brightener +brightening +Brighteyes +brighteyes +brightish +brightly +brightness +brightsmith +brightsome +brightsomeness +brightwork +Brigid +Brigittine +brill +brilliance +brilliancy +brilliandeer +brilliant +brilliantine +brilliantly +brilliantness +brilliantwise +brilliolette +brillolette +brills +brim +brimborion +brimborium +brimful +brimfully +brimfulness +briming +brimless +brimmed +brimmer +brimming +brimmingly +brimstone +brimstonewort +brimstony +brin +brindlish +brine +brinehouse +brineless +brineman +briner +bring +bringal +bringall +bringer +brininess +brinish +brinishness +brinjal +brinjarry +brink +brinkless +briny +brioche +briolette +brique +briquette +brisk +brisken +brisket +briskish +briskly +briskness +brisling +brisque +briss +Brissotin +Brissotine +bristle +bristlebird +bristlecone +bristled +bristleless +bristlelike +bristler +bristletail +bristlewort +bristliness +bristly +Bristol +brisure +brit +Britain +Britannia +Britannian +Britannic +Britannically +britchka +brith +brither +Briticism +British +Britisher +Britishhood +Britishism +Britishly +Britishness +Briton +Britoness +britska +Brittany +britten +brittle +brittlebush +brittlely +brittleness +brittlestem +brittlewood +brittlewort +brittling +Briza +brizz +broach +broacher +broad +broadacre +broadax +broadbill +Broadbrim +broadbrim +broadcast +broadcaster +broadcloth +broaden +broadhead +broadhearted +broadhorn +broadish +broadleaf +broadloom +broadly +broadmouth +broadness +broadpiece +broadshare +broadsheet +broadside +broadspread +broadsword +broadtail +broadthroat +Broadway +broadway +Broadwayite +broadways +broadwife +broadwise +brob +Brobdingnag +Brobdingnagian +brocade +brocaded +brocard +brocardic +brocatel +brocatello +broccoli +broch +brochan +brochant +brochantite +broche +brochette +brochidodromous +brocho +brochure +brock +brockage +brocked +brocket +brockle +brod +brodder +brodeglass +brodequin +broderer +Brodiaea +Brodie +brog +brogan +brogger +broggerite +broggle +brogue +brogueful +brogueneer +broguer +broguery +broguish +broider +broiderer +broideress +broidery +broigne +broil +broiler +broiling +broilingly +brokage +broke +broken +brokenhearted +brokenheartedly +brokenheartedness +brokenly +brokenness +broker +brokerage +brokeress +brokership +broking +brolga +broll +brolly +broma +bromacetanilide +bromacetate +bromacetic +bromacetone +bromal +bromalbumin +bromamide +bromargyrite +bromate +bromaurate +bromauric +brombenzamide +brombenzene +brombenzyl +bromcamphor +bromcresol +brome +bromeigon +Bromeikon +bromeikon +Bromelia +Bromeliaceae +bromeliaceous +bromeliad +bromelin +bromellite +bromethyl +bromethylene +bromgelatin +bromhidrosis +bromhydrate +bromhydric +Bromian +bromic +bromide +bromidic +bromidically +bromidrosis +brominate +bromination +bromindigo +bromine +brominism +brominize +bromiodide +Bromios +bromism +bromite +Bromius +bromization +bromize +bromizer +bromlite +bromoacetone +bromoaurate +bromoauric +bromobenzene +bromobenzyl +bromocamphor +bromochlorophenol +bromocresol +bromocyanidation +bromocyanide +bromocyanogen +bromoethylene +bromoform +bromogelatin +bromohydrate +bromohydrin +bromoil +bromoiodide +bromoiodism +bromoiodized +bromoketone +bromol +bromomania +bromomenorrhea +bromomethane +bromometric +bromometrical +bromometrically +bromometry +bromonaphthalene +bromophenol +bromopicrin +bromopnea +bromoprotein +bromothymol +bromous +bromphenol +brompicrin +bromthymol +bromuret +Bromus +bromvogel +bromyrite +bronc +bronchadenitis +bronchi +bronchia +bronchial +bronchially +bronchiarctia +bronchiectasis +bronchiectatic +bronchiloquy +bronchiocele +bronchiocrisis +bronchiogenic +bronchiolar +bronchiole +bronchioli +bronchiolitis +bronchiolus +bronchiospasm +bronchiostenosis +bronchitic +bronchitis +bronchium +bronchoadenitis +bronchoalveolar +bronchoaspergillosis +bronchoblennorrhea +bronchocavernous +bronchocele +bronchocephalitis +bronchoconstriction +bronchoconstrictor +bronchodilatation +bronchodilator +bronchoegophony +bronchoesophagoscopy +bronchogenic +bronchohemorrhagia +broncholemmitis +broncholith +broncholithiasis +bronchomotor +bronchomucormycosis +bronchomycosis +bronchopathy +bronchophonic +bronchophony +bronchophthisis +bronchoplasty +bronchoplegia +bronchopleurisy +bronchopneumonia +bronchopneumonic +bronchopulmonary +bronchorrhagia +bronchorrhaphy +bronchorrhea +bronchoscope +bronchoscopic +bronchoscopist +bronchoscopy +bronchospasm +bronchostenosis +bronchostomy +bronchotetany +bronchotome +bronchotomist +bronchotomy +bronchotracheal +bronchotyphoid +bronchotyphus +bronchovesicular +bronchus +bronco +broncobuster +brongniardite +bronk +Bronteana +bronteon +brontephobia +Brontesque +bronteum +brontide +brontogram +brontograph +brontolite +brontology +brontometer +brontophobia +Brontops +Brontosaurus +brontoscopy +Brontotherium +Brontozoum +Bronx +bronze +bronzed +bronzelike +bronzen +bronzer +bronzesmith +bronzewing +bronzify +bronzine +bronzing +bronzite +bronzitite +bronzy +broo +brooch +brood +brooder +broodiness +brooding +broodingly +broodless +broodlet +broodling +broody +brook +brookable +Brooke +brooked +brookflower +brookie +brookite +brookless +brooklet +brooklike +brooklime +Brooklynite +brookside +brookweed +brooky +brool +broom +broombush +broomcorn +broomer +broommaker +broommaking +broomrape +broomroot +broomshank +broomstaff +broomstick +broomstraw +broomtail +broomweed +broomwood +broomwort +broomy +broon +broose +broozled +brose +Brosimum +brosot +brosy +brot +brotan +brotany +broth +brothel +brotheler +brothellike +brothelry +brother +brotherhood +brotherless +brotherlike +brotherliness +brotherly +brothership +Brotherton +brotherwort +brothy +brotocrystal +Brotula +brotulid +Brotulidae +brotuliform +brough +brougham +brought +Broussonetia +brow +browache +Browallia +browallia +browband +browbeat +browbeater +browbound +browden +browed +browis +browless +browman +brown +brownback +browner +Brownian +brownie +browniness +browning +Browningesque +brownish +Brownism +Brownist +Brownistic +Brownistical +brownly +brownness +brownout +brownstone +browntail +browntop +brownweed +brownwort +browny +browpiece +browpost +browse +browser +browsick +browsing +browst +bruang +Bruce +Brucella +brucellosis +Bruchidae +Bruchus +brucia +brucina +brucine +brucite +bruckle +bruckled +bruckleness +Bructeri +brugh +brugnatellite +bruin +bruise +bruiser +bruisewort +bruising +bruit +bruiter +bruke +Brule +brulee +brulyie +brulyiement +brumal +Brumalia +brumby +brume +Brummagem +brummagem +brumous +brumstane +brumstone +brunch +Brunella +Brunellia +Brunelliaceae +brunelliaceous +brunet +brunetness +brunette +brunetteness +Brunfelsia +brunissure +Brunistic +brunneous +Brunnichia +Bruno +Brunonia +Brunoniaceae +Brunonian +Brunonism +Brunswick +brunswick +brunt +bruscus +brush +brushable +brushball +brushbird +brushbush +brushed +brusher +brushes +brushet +brushful +brushiness +brushing +brushite +brushland +brushless +brushlessness +brushlet +brushlike +brushmaker +brushmaking +brushman +brushoff +brushproof +brushwood +brushwork +brushy +brusque +brusquely +brusqueness +Brussels +brustle +brut +Bruta +brutage +brutal +brutalism +brutalist +brutalitarian +brutality +brutalization +brutalize +brutally +brute +brutedom +brutelike +brutely +bruteness +brutification +brutify +bruting +brutish +brutishly +brutishness +brutism +brutter +Brutus +bruzz +Bryaceae +bryaceous +Bryales +Bryan +Bryanism +Bryanite +Bryanthus +Bryce +bryogenin +bryological +bryologist +bryology +Bryonia +bryonidin +bryonin +bryony +Bryophyllum +Bryophyta +bryophyte +bryophytic +Bryozoa +bryozoan +bryozoon +bryozoum +Brython +Brythonic +Bryum +Bu +bu +bual +buaze +bub +buba +bubal +bubaline +Bubalis +bubalis +Bubastid +Bubastite +bubble +bubbleless +bubblement +bubbler +bubbling +bubblingly +bubblish +bubbly +bubby +bubbybush +Bube +bubinga +Bubo +bubo +buboed +bubonalgia +bubonic +Bubonidae +bubonocele +bubukle +bucare +bucca +buccal +buccally +buccan +buccaneer +buccaneerish +buccate +Buccellarius +buccina +buccinal +buccinator +buccinatory +Buccinidae +bucciniform +buccinoid +Buccinum +Bucco +buccobranchial +buccocervical +buccogingival +buccolabial +buccolingual +bucconasal +Bucconidae +Bucconinae +buccopharyngeal +buccula +Bucculatrix +bucentaur +Bucephala +Bucephalus +Buceros +Bucerotes +Bucerotidae +Bucerotinae +Buchanan +Buchanite +buchite +Buchloe +Buchmanism +Buchmanite +Buchnera +buchnerite +buchonite +buchu +buck +buckaroo +buckberry +buckboard +buckbrush +buckbush +bucked +buckeen +bucker +bucket +bucketer +bucketful +bucketing +bucketmaker +bucketmaking +bucketman +buckety +buckeye +buckhorn +buckhound +buckie +bucking +buckish +buckishly +buckishness +buckjump +buckjumper +bucklandite +buckle +buckled +buckleless +buckler +Buckleya +buckling +bucklum +bucko +buckplate +buckpot +buckra +buckram +bucksaw +buckshee +buckshot +buckskin +buckskinned +buckstall +buckstay +buckstone +bucktail +buckthorn +bucktooth +buckwagon +buckwash +buckwasher +buckwashing +buckwheat +buckwheater +buckwheatlike +Bucky +bucky +bucoliast +bucolic +bucolical +bucolically +bucolicism +Bucorvinae +Bucorvus +bucrane +bucranium +Bud +bud +buda +buddage +budder +Buddh +Buddha +Buddhahood +Buddhaship +buddhi +Buddhic +Buddhism +Buddhist +Buddhistic +Buddhistical +Buddhology +budding +buddle +Buddleia +buddleman +buddler +buddy +budge +budger +budgeree +budgereegah +budgerigar +budgerow +budget +budgetary +budgeteer +budgeter +budgetful +Budh +budless +budlet +budlike +budmash +Budorcas +budtime +Budukha +Buduma +budwood +budworm +budzat +Buettneria +Buettneriaceae +bufagin +buff +buffable +buffalo +buffaloback +buffball +buffcoat +buffed +buffer +buffet +buffeter +buffing +buffle +bufflehead +bufflehorn +buffont +buffoon +buffoonery +buffoonesque +buffoonish +buffoonism +buffware +buffy +bufidin +bufo +Bufonidae +bufonite +bufotalin +bug +bugaboo +bugan +bugbane +bugbear +bugbeardom +bugbearish +bugbite +bugdom +bugfish +bugger +buggery +bugginess +buggy +buggyman +bughead +bughouse +Bugi +Buginese +Buginvillaea +bugle +bugled +bugler +buglet +bugleweed +buglewort +bugloss +bugologist +bugology +bugproof +bugre +bugseed +bugweed +bugwort +buhl +buhr +buhrstone +build +buildable +builder +building +buildingless +buildress +buildup +built +buirdly +buisson +buist +Bukat +Bukeyef +bukh +Bukidnon +bukshi +bulak +Bulanda +bulb +bulbaceous +bulbar +bulbed +bulbiferous +bulbiform +bulbil +Bulbilis +bulbilla +bulbless +bulblet +bulblike +bulbocapnin +bulbocapnine +bulbocavernosus +bulbocavernous +Bulbochaete +Bulbocodium +bulbomedullary +bulbomembranous +bulbonuclear +Bulbophyllum +bulborectal +bulbose +bulbospinal +bulbotuber +bulbous +bulbul +bulbule +bulby +bulchin +Bulgar +Bulgari +Bulgarian +Bulgaric +Bulgarophil +bulge +bulger +bulginess +bulgy +bulimia +bulimiac +bulimic +bulimiform +bulimoid +Bulimulidae +Bulimus +bulimy +bulk +bulked +bulker +bulkhead +bulkheaded +bulkily +bulkiness +bulkish +bulky +bull +bulla +bullace +bullamacow +bullan +bullary +bullate +bullated +bullation +bullback +bullbaiting +bullbat +bullbeggar +bullberry +bullbird +bullboat +bullcart +bullcomber +bulldog +bulldogged +bulldoggedness +bulldoggy +bulldogism +bulldoze +bulldozer +buller +bullet +bulleted +bullethead +bulletheaded +bulletheadedness +bulletin +bulletless +bulletlike +bulletmaker +bulletmaking +bulletproof +bulletwood +bullety +bullfeast +bullfight +bullfighter +bullfighting +bullfinch +bullfist +bullflower +bullfoot +bullfrog +bullhead +bullheaded +bullheadedly +bullheadedness +bullhide +bullhoof +bullhorn +Bullidae +bulliform +bullimong +bulling +bullion +bullionism +bullionist +bullionless +bullish +bullishly +bullishness +bullism +bullit +bullneck +bullnose +bullnut +bullock +bullocker +Bullockite +bullockman +bullocky +Bullom +bullous +bullpates +bullpoll +bullpout +bullskin +bullsticker +bullsucker +bullswool +bulltoad +bullule +bullweed +bullwhack +bullwhacker +bullwhip +bullwort +bully +bullyable +bullydom +bullyhuff +bullying +bullyism +bullyrag +bullyragger +bullyragging +bullyrook +bulrush +bulrushlike +bulrushy +bulse +bult +bulter +bultey +bultong +bultow +bulwand +bulwark +bum +bumbailiff +bumbailiffship +bumbarge +bumbaste +bumbaze +bumbee +bumbershoot +bumble +bumblebee +bumbleberry +Bumbledom +bumblefoot +bumblekite +bumblepuppy +bumbler +bumbo +bumboat +bumboatman +bumboatwoman +bumclock +Bumelia +bumicky +bummalo +bummaree +bummed +bummer +bummerish +bummie +bumming +bummler +bummock +bump +bumpee +bumper +bumperette +bumpily +bumpiness +bumping +bumpingly +bumpkin +bumpkinet +bumpkinish +bumpkinly +bumpology +bumptious +bumptiously +bumptiousness +bumpy +bumtrap +bumwood +bun +Buna +buna +buncal +bunce +bunch +bunchberry +buncher +bunchflower +bunchily +bunchiness +bunchy +buncombe +bund +Bunda +Bundahish +Bundeli +bunder +Bundestag +bundle +bundler +bundlerooted +bundlet +bundobust +bundook +Bundu +bundweed +bundy +bunemost +bung +Bunga +bungaloid +bungalow +bungarum +Bungarus +bungee +bungerly +bungey +bungfu +bungfull +bunghole +bungle +bungler +bunglesome +bungling +bunglingly +bungmaker +bungo +bungwall +bungy +Buninahua +bunion +bunk +bunker +bunkerman +bunkery +bunkhouse +bunkie +bunkload +bunko +bunkum +bunnell +bunny +bunnymouth +bunodont +Bunodonta +bunolophodont +Bunomastodontidae +bunoselenodont +bunsenite +bunt +buntal +bunted +Bunter +bunter +bunting +buntline +bunton +bunty +bunya +bunyah +bunyip +Bunyoro +buoy +buoyage +buoyance +buoyancy +buoyant +buoyantly +buoyantness +Buphaga +buphthalmia +buphthalmic +Buphthalmum +bupleurol +Bupleurum +buplever +buprestid +Buprestidae +buprestidan +Buprestis +bur +buran +burao +Burbank +burbank +burbankian +Burbankism +burbark +Burberry +burble +burbler +burbly +burbot +burbush +burd +burdalone +burden +burdener +burdenless +burdenous +burdensome +burdensomely +burdensomeness +burdie +Burdigalian +burdock +burdon +bure +bureau +bureaucracy +bureaucrat +bureaucratic +bureaucratical +bureaucratically +bureaucratism +bureaucratist +bureaucratization +bureaucratize +bureaux +burel +burele +buret +burette +burfish +burg +burgage +burgality +burgall +burgee +burgensic +burgeon +burgess +burgessdom +burggrave +burgh +burghal +burghalpenny +burghbote +burghemot +burgher +burgherage +burgherdom +burgheress +burgherhood +burghermaster +burghership +burghmaster +burghmoot +burglar +burglarious +burglariously +burglarize +burglarproof +burglary +burgle +burgomaster +burgomastership +burgonet +burgoo +burgoyne +burgrave +burgraviate +burgul +Burgundian +Burgundy +burgus +burgware +burhead +Burhinidae +Burhinus +Buri +buri +burial +burian +Buriat +buried +burier +burin +burinist +burion +buriti +burka +burke +burker +burkundaz +burl +burlap +burled +burler +burlesque +burlesquely +burlesquer +burlet +burletta +Burley +burlily +burliness +Burlington +burly +Burman +Burmannia +Burmanniaceae +burmanniaceous +Burmese +burmite +burn +burnable +burnbeat +burned +burner +burnet +burnetize +burnfire +burnie +burniebee +burning +burningly +burnish +burnishable +burnisher +burnishing +burnishment +burnoose +burnoosed +burnous +burnout +burnover +Burnsian +burnside +burnsides +burnt +burntweed +burnut +burnwood +burny +buro +burp +burr +burrah +burrawang +burred +burrel +burrer +burrgrailer +burring +burrish +burrito +burrknot +burro +burrobrush +burrow +burroweed +burrower +burrowstown +burry +bursa +bursal +bursar +bursarial +bursarship +bursary +bursate +bursattee +bursautee +burse +burseed +Bursera +Burseraceae +Burseraceous +bursicle +bursiculate +bursiform +bursitis +burst +burster +burstwort +burt +burthenman +burton +burtonization +burtonize +burucha +Burushaski +Burut +burweed +bury +burying +bus +Busaos +busby +buscarl +buscarle +bush +bushbeater +bushbuck +bushcraft +bushed +bushel +busheler +bushelful +bushelman +bushelwoman +busher +bushfighter +bushfighting +bushful +bushhammer +bushi +bushily +bushiness +bushing +bushland +bushless +bushlet +bushlike +bushmaker +bushmaking +Bushman +bushmanship +bushmaster +bushment +Bushongo +bushranger +bushranging +bushrope +bushveld +bushwa +bushwhack +bushwhacker +bushwhacking +bushwife +bushwoman +bushwood +bushy +busied +busily +busine +business +businesslike +businesslikeness +businessman +businesswoman +busk +busked +busker +busket +buskin +buskined +buskle +busky +busman +buss +busser +bussock +bussu +bust +bustard +busted +bustee +buster +busthead +bustic +busticate +bustle +bustled +bustler +bustling +bustlingly +busy +busybodied +busybody +busybodyish +busybodyism +busybodyness +Busycon +busyhead +busying +busyish +busyness +busywork +but +butadiene +butadiyne +butanal +butane +butanoic +butanol +butanolid +butanolide +butanone +butch +butcher +butcherbird +butcherdom +butcherer +butcheress +butchering +butcherless +butcherliness +butcherly +butcherous +butchery +Bute +Butea +butein +butene +butenyl +Buteo +buteonine +butic +butine +Butler +butler +butlerage +butlerdom +butleress +butlerism +butlerlike +butlership +butlery +butment +Butomaceae +butomaceous +Butomus +butoxy +butoxyl +Butsu +butt +butte +butter +butteraceous +butterback +butterball +butterbill +butterbird +butterbox +butterbump +butterbur +butterbush +buttercup +buttered +butterfat +butterfingered +butterfingers +butterfish +butterflower +butterfly +butterflylike +butterhead +butterine +butteriness +butteris +butterjags +butterless +butterlike +buttermaker +buttermaking +butterman +buttermilk +buttermonger +buttermouth +butternose +butternut +butterroot +butterscotch +butterweed +butterwife +butterwoman +butterworker +butterwort +butterwright +buttery +butteryfingered +buttgenbachite +butting +buttinsky +buttle +buttock +buttocked +buttocker +button +buttonball +buttonbur +buttonbush +buttoned +buttoner +buttonhold +buttonholder +buttonhole +buttonholer +buttonhook +buttonless +buttonlike +buttonmold +buttons +buttonweed +buttonwood +buttony +buttress +buttressless +buttresslike +buttstock +buttwoman +buttwood +butty +buttyman +butyl +butylamine +butylation +butylene +butylic +Butyn +butyne +butyr +butyraceous +butyral +butyraldehyde +butyrate +butyric +butyrically +butyrin +butyrinase +butyrochloral +butyrolactone +butyrometer +butyrometric +butyrone +butyrous +butyrousness +butyryl +Buxaceae +buxaceous +Buxbaumia +Buxbaumiaceae +buxerry +buxom +buxomly +buxomness +Buxus +buy +buyable +buyer +Buyides +buzane +buzylene +buzz +buzzard +buzzardlike +buzzardly +buzzer +buzzerphone +buzzgloak +buzzies +buzzing +buzzingly +buzzle +buzzwig +buzzy +by +Byblidaceae +Byblis +bycoket +bye +byee +byegaein +byeman +byepath +byerite +byerlite +byestreet +byeworker +byeworkman +bygane +byganging +bygo +bygoing +bygone +byhand +bylaw +bylawman +byname +bynedestin +Bynin +byon +byordinar +byordinary +byous +byously +bypass +bypasser +bypast +bypath +byplay +byre +byreman +byrewards +byrewoman +byrlaw +byrlawman +byrnie +byroad +Byron +Byronesque +Byronian +Byroniana +Byronic +Byronically +Byronics +Byronish +Byronism +Byronist +Byronite +Byronize +byrrus +Byrsonima +byrthynsak +Bysacki +bysen +bysmalith +byspell +byssaceous +byssal +byssiferous +byssin +byssine +byssinosis +byssogenous +byssoid +byssolite +byssus +bystander +bystreet +byth +bytime +bytownite +bytownitite +bywalk +bywalker +byway +bywoner +byword +bywork +Byzantian +Byzantine +Byzantinesque +Byzantinism +Byzantinize +C +c +ca +caam +caama +caaming +caapeba +caatinga +cab +caba +cabaan +caback +cabaho +cabal +cabala +cabalassou +cabaletta +cabalic +cabalism +cabalist +cabalistic +cabalistical +cabalistically +caballer +caballine +caban +cabana +cabaret +cabas +cabasset +cabassou +cabbage +cabbagehead +cabbagewood +cabbagy +cabber +cabble +cabbler +cabby +cabda +cabdriver +cabdriving +cabellerote +caber +cabernet +cabestro +cabezon +cabilliau +cabin +Cabinda +cabinet +cabinetmaker +cabinetmaking +cabinetry +cabinetwork +cabinetworker +cabinetworking +cabio +Cabirean +Cabiri +Cabiria +Cabirian +Cabiric +Cabiritic +cable +cabled +cablegram +cableless +cablelike +cableman +cabler +cablet +cableway +cabling +cabman +cabob +caboceer +cabochon +cabocle +Cabomba +Cabombaceae +caboodle +cabook +caboose +caboshed +cabot +cabotage +cabree +cabrerite +cabreuva +cabrilla +cabriole +cabriolet +cabrit +cabstand +cabureiba +cabuya +Caca +Cacajao +Cacalia +cacam +Cacan +Cacana +cacanthrax +cacao +Cacara +Cacatua +Cacatuidae +Cacatuinae +Caccabis +cacesthesia +cacesthesis +cachalot +cachaza +cache +cachectic +cachemia +cachemic +cachet +cachexia +cachexic +cachexy +cachibou +cachinnate +cachinnation +cachinnator +cachinnatory +cacholong +cachou +cachrys +cachucha +cachunde +Cacicus +cacidrosis +caciocavallo +cacique +caciqueship +caciquism +cack +cackerel +cackle +cackler +cacocholia +cacochroia +cacochylia +cacochymia +cacochymic +cacochymical +cacochymy +cacocnemia +cacodaemoniac +cacodaemonial +cacodaemonic +cacodemon +cacodemonia +cacodemoniac +cacodemonial +cacodemonic +cacodemonize +cacodemonomania +cacodontia +cacodorous +cacodoxian +cacodoxical +cacodoxy +cacodyl +cacodylate +cacodylic +cacoeconomy +cacoepist +cacoepistic +cacoepy +cacoethes +cacoethic +cacogalactia +cacogastric +cacogenesis +cacogenic +cacogenics +cacogeusia +cacoglossia +cacographer +cacographic +cacographical +cacography +cacology +cacomagician +cacomelia +cacomistle +cacomixl +cacomixle +cacomorphia +cacomorphosis +caconychia +caconym +caconymic +cacoon +cacopathy +cacopharyngia +cacophonia +cacophonic +cacophonical +cacophonically +cacophonist +cacophonize +cacophonous +cacophonously +cacophony +cacophthalmia +cacoplasia +cacoplastic +cacoproctia +cacorhythmic +cacorrhachis +cacorrhinia +cacosmia +cacospermia +cacosplanchnia +cacostomia +cacothansia +cacotheline +cacothesis +cacothymia +cacotrichia +cacotrophia +cacotrophic +cacotrophy +cacotype +cacoxene +cacoxenite +cacozeal +cacozealous +cacozyme +Cactaceae +cactaceous +Cactales +cacti +cactiform +cactoid +Cactus +cacuminal +cacuminate +cacumination +cacuminous +cacur +cad +cadalene +cadamba +cadastral +cadastration +cadastre +cadaver +cadaveric +cadaverine +cadaverize +cadaverous +cadaverously +cadaverousness +cadbait +cadbit +cadbote +caddice +caddiced +Caddie +caddie +caddis +caddised +caddish +caddishly +caddishness +caddle +Caddo +Caddoan +caddow +caddy +cade +cadelle +cadence +cadenced +cadency +cadent +cadential +cadenza +cader +caderas +Cadet +cadet +cadetcy +cadetship +cadette +cadew +cadge +cadger +cadgily +cadginess +cadgy +cadi +cadilesker +cadinene +cadism +cadiueio +cadjan +cadlock +Cadmean +cadmia +cadmic +cadmide +cadmiferous +cadmium +cadmiumize +Cadmopone +Cadmus +cados +cadrans +cadre +cadua +caduac +caduca +caducary +caducean +caduceus +caduciary +caducibranch +Caducibranchiata +caducibranchiate +caducicorn +caducity +caducous +cadus +Cadwal +Cadwallader +cadweed +caeca +caecal +caecally +caecectomy +caeciform +Caecilia +Caeciliae +caecilian +Caeciliidae +caecitis +caecocolic +caecostomy +caecotomy +caecum +Caedmonian +Caedmonic +Caelian +caelometer +Caelum +Caelus +Caenogaea +Caenogaean +Caenolestes +caenostylic +caenostyly +caeoma +caeremoniarius +Caerphilly +Caesalpinia +Caesalpiniaceae +caesalpiniaceous +Caesar +Caesardom +Caesarean +Caesareanize +Caesarian +Caesarism +Caesarist +Caesarize +caesaropapacy +caesaropapism +caesaropopism +Caesarotomy +Caesarship +caesious +caesura +caesural +caesuric +cafeneh +cafenet +cafeteria +caffa +caffeate +caffeic +caffeina +caffeine +caffeinic +caffeinism +caffeism +caffeol +caffeone +caffetannic +caffetannin +caffiso +caffle +caffoline +caffoy +cafh +cafiz +caftan +caftaned +cag +Cagayan +cage +caged +cageful +cageless +cagelike +cageling +cageman +cager +cagester +cagework +cagey +caggy +cagily +cagit +cagmag +Cagn +Cahenslyism +Cahill +cahincic +Cahita +cahiz +Cahnite +Cahokia +cahoot +cahot +cahow +Cahuapana +Cahuilla +caickle +caid +cailcedra +cailleach +caimacam +caimakam +caiman +caimitillo +caimito +Cain +cain +Caingang +Caingua +Cainian +Cainish +Cainism +Cainite +Cainitic +caique +caiquejee +Cairba +caird +Cairene +cairn +cairned +cairngorm +cairngorum +cairny +Cairo +caisson +caissoned +Caitanyas +Caite +caitiff +Cajan +Cajanus +cajeput +cajole +cajolement +cajoler +cajolery +cajoling +cajolingly +cajuela +Cajun +cajun +cajuput +cajuputene +cajuputol +Cakavci +Cakchikel +cake +cakebox +cakebread +cakehouse +cakemaker +cakemaking +caker +cakette +cakewalk +cakewalker +cakey +Cakile +caky +cal +calaba +Calabar +Calabari +calabash +calabaza +calabazilla +calaber +calaboose +calabrasella +Calabrese +calabrese +Calabrian +calade +Caladium +calais +calalu +Calamagrostis +calamanco +calamansi +Calamariaceae +calamariaceous +Calamariales +calamarian +calamarioid +calamaroid +calamary +calambac +calambour +calamiferous +calamiform +calaminary +calamine +calamint +Calamintha +calamistral +calamistrum +calamite +calamitean +Calamites +calamitoid +calamitous +calamitously +calamitousness +calamity +Calamodendron +calamondin +Calamopitys +Calamospermae +Calamostachys +calamus +calander +Calandra +calandria +Calandridae +Calandrinae +Calandrinia +calangay +calantas +Calanthe +calapite +Calappa +Calappidae +Calas +calascione +calash +Calathea +calathian +calathidium +calathiform +calathiscus +calathus +Calatrava +calaverite +calbroben +calcaneal +calcaneoastragalar +calcaneoastragaloid +calcaneocuboid +calcaneofibular +calcaneonavicular +calcaneoplantar +calcaneoscaphoid +calcaneotibial +calcaneum +calcaneus +calcar +calcarate +Calcarea +calcareoargillaceous +calcareobituminous +calcareocorneous +calcareosiliceous +calcareosulphurous +calcareous +calcareously +calcareousness +calcariferous +calcariform +calcarine +calced +calceiform +calcemia +Calceolaria +calceolate +Calchaqui +Calchaquian +calcic +calciclase +calcicole +calcicolous +calcicosis +calciferol +Calciferous +calciferous +calcific +calcification +calcified +calciform +calcifugal +calcifuge +calcifugous +calcify +calcigenous +calcigerous +calcimeter +calcimine +calciminer +calcinable +calcination +calcinatory +calcine +calcined +calciner +calcinize +calciobiotite +calciocarnotite +calcioferrite +calcioscheelite +calciovolborthite +calcipexy +calciphile +calciphilia +calciphilous +calciphobe +calciphobous +calciphyre +calciprivic +calcisponge +Calcispongiae +calcite +calcitestaceous +calcitic +calcitrant +calcitrate +calcitreation +calcium +calcivorous +calcographer +calcographic +calcography +calcrete +calculability +calculable +Calculagraph +calculary +calculate +calculated +calculatedly +calculating +calculatingly +calculation +calculational +calculative +calculator +calculatory +calculi +calculiform +calculist +calculous +calculus +Calcydon +calden +caldron +calean +Caleb +Caledonia +Caledonian +caledonite +calefacient +calefaction +calefactive +calefactor +calefactory +calelectric +calelectrical +calelectricity +Calemes +calendal +calendar +calendarer +calendarial +calendarian +calendaric +calender +calenderer +calendric +calendrical +calendry +calends +Calendula +calendulin +calentural +calenture +calenturist +calepin +calescence +calescent +calf +calfbound +calfhood +calfish +calfkill +calfless +calflike +calfling +calfskin +Caliban +Calibanism +caliber +calibered +calibogus +calibrate +calibration +calibrator +calibre +Caliburn +Caliburno +calicate +calices +caliciform +calicle +calico +calicoback +calicoed +calicular +caliculate +Calicut +calid +calidity +caliduct +California +Californian +californite +californium +caliga +caligated +caliginous +caliginously +caligo +Calimeris +Calinago +calinda +calinut +caliological +caliologist +caliology +calipash +calipee +caliper +caliperer +calipers +caliph +caliphal +caliphate +caliphship +Calista +calistheneum +calisthenic +calisthenical +calisthenics +Calite +caliver +calix +Calixtin +Calixtus +calk +calkage +calker +calkin +calking +call +Calla +callable +callainite +callant +callboy +caller +callet +calli +Callianassa +Callianassidae +Calliandra +Callicarpa +Callicebus +callid +callidity +callidness +calligraph +calligrapha +calligrapher +calligraphic +calligraphical +calligraphically +calligraphist +calligraphy +calling +Callionymidae +Callionymus +Calliope +calliophone +Calliopsis +calliper +calliperer +Calliphora +calliphorid +Calliphoridae +calliphorine +callipygian +callipygous +Callirrhoe +Callisaurus +callisection +callisteia +Callistemon +Callistephus +Callithrix +callithump +callithumpian +Callitrichaceae +callitrichaceous +Callitriche +Callitrichidae +Callitris +callitype +callo +Callorhynchidae +Callorhynchus +callosal +callose +callosity +callosomarginal +callosum +callous +callously +callousness +Callovian +callow +callower +callowman +callowness +Calluna +callus +Callynteria +calm +calmant +calmative +calmer +calmierer +calmingly +calmly +calmness +calmy +Calocarpum +Calochortaceae +Calochortus +calodemon +calography +calomba +calomel +calomorphic +Calonectria +Calonyction +calool +Calophyllum +Calopogon +calor +calorescence +calorescent +caloric +caloricity +calorie +calorifacient +calorific +calorifical +calorifically +calorification +calorifics +calorifier +calorify +calorigenic +calorimeter +calorimetric +calorimetrical +calorimetrically +calorimetry +calorimotor +caloris +calorisator +calorist +Calorite +calorize +calorizer +Calosoma +Calotermes +calotermitid +Calotermitidae +Calothrix +calotte +calotype +calotypic +calotypist +caloyer +calp +calpac +calpack +calpacked +calpulli +Caltha +caltrap +caltrop +calumba +calumet +calumniate +calumniation +calumniative +calumniator +calumniatory +calumnious +calumniously +calumniousness +calumny +Calusa +calutron +Calvados +calvaria +calvarium +Calvary +Calvatia +calve +calved +calver +calves +Calvin +Calvinian +Calvinism +Calvinist +Calvinistic +Calvinistical +Calvinistically +Calvinize +calvish +calvities +calvity +calvous +calx +calycanth +Calycanthaceae +calycanthaceous +calycanthemous +calycanthemy +calycanthine +Calycanthus +calycate +Calyceraceae +calyceraceous +calyces +calyciferous +calycifloral +calyciflorate +calyciflorous +calyciform +calycinal +calycine +calycle +calycled +Calycocarpum +calycoid +calycoideous +Calycophora +Calycophorae +calycophoran +Calycozoa +calycozoan +calycozoic +calycozoon +calycular +calyculate +calyculated +calycule +calyculus +Calydon +Calydonian +Calymene +calymma +calyphyomy +calypsist +Calypso +calypso +calypsonian +calypter +Calypterae +Calyptoblastea +calyptoblastic +Calyptorhynchus +calyptra +Calyptraea +Calyptranthes +Calyptrata +Calyptratae +calyptrate +calyptriform +calyptrimorphous +calyptro +calyptrogen +Calyptrogyne +Calystegia +calyx +cam +camaca +Camacan +camagon +camail +camailed +Camaldolensian +Camaldolese +Camaldolesian +Camaldolite +Camaldule +Camaldulian +camalote +caman +camansi +camara +camaraderie +Camarasaurus +camarilla +camass +Camassia +camata +camatina +Camaxtli +camb +Camball +Cambalo +Cambarus +cambaye +camber +Cambeva +cambial +cambiform +cambiogenetic +cambism +cambist +cambistry +cambium +Cambodian +cambogia +cambrel +cambresine +Cambrian +Cambric +cambricleaf +cambuca +Cambuscan +Cambyuskan +Came +came +cameist +camel +camelback +cameleer +Camelid +Camelidae +Camelina +cameline +camelish +camelishness +camelkeeper +Camellia +Camelliaceae +camellike +camellin +Camellus +camelman +cameloid +Cameloidea +camelopard +Camelopardalis +Camelopardid +Camelopardidae +Camelopardus +camelry +Camelus +Camembert +Camenae +Camenes +cameo +cameograph +cameography +camera +cameral +cameralism +cameralist +cameralistic +cameralistics +cameraman +Camerata +camerate +camerated +cameration +camerier +Camerina +Camerinidae +camerist +camerlingo +Cameronian +Camestres +camilla +camillus +camion +camisado +Camisard +camise +camisia +camisole +camlet +camleteen +Cammarum +cammed +cammock +cammocky +camomile +camoodi +camoodie +Camorra +Camorrism +Camorrist +Camorrista +camouflage +camouflager +camp +Campa +campagna +campagnol +campaign +campaigner +campana +campane +campanero +Campanian +campaniform +campanile +campaniliform +campanilla +campanini +campanist +campanistic +campanologer +campanological +campanologically +campanologist +campanology +Campanula +Campanulaceae +campanulaceous +Campanulales +campanular +Campanularia +Campanulariae +campanularian +Campanularidae +Campanulatae +campanulate +campanulated +campanulous +Campaspe +Campbellism +Campbellite +campbellite +campcraft +Campe +Campephagidae +campephagine +Campephilus +camper +campestral +campfight +campfire +campground +camphane +camphanic +camphanone +camphanyl +camphene +camphine +camphire +campho +camphocarboxylic +camphoid +camphol +campholic +campholide +campholytic +camphor +camphoraceous +camphorate +camphoric +camphorize +camphorone +camphoronic +camphoroyl +camphorphorone +camphorwood +camphory +camphoryl +camphylene +Campignian +campimeter +campimetrical +campimetry +Campine +campion +cample +campmaster +campo +Campodea +campodeid +Campodeidae +campodeiform +campodeoid +campody +Camponotus +campoo +camporee +campshed +campshedding +campsheeting +campshot +campstool +camptodrome +camptonite +Camptosorus +campulitropal +campulitropous +campus +campward +campylite +campylodrome +campylometer +Campyloneuron +campylospermous +campylotropal +campylotropous +camshach +camshachle +camshaft +camstane +camstone +camuning +camus +camused +camwood +can +Cana +Canaan +Canaanite +Canaanitess +Canaanitic +Canaanitish +canaba +Canacee +Canada +canada +Canadian +Canadianism +Canadianization +Canadianize +canadine +canadite +canadol +canaigre +canaille +canajong +canal +canalage +canalboat +canalicular +canaliculate +canaliculated +canaliculation +canaliculi +canaliculization +canaliculus +canaliferous +canaliform +canalization +canalize +canaller +canalling +canalman +canalside +Canamary +canamo +Cananaean +Cananga +Canangium +canape +canapina +canard +Canari +canari +Canarian +canarin +Canariote +Canarium +Canarsee +canary +canasta +canaster +canaut +Canavali +Canavalia +canavalin +Canberra +cancan +cancel +cancelable +cancelation +canceleer +canceler +cancellarian +cancellate +cancellated +cancellation +cancelli +cancellous +cancellus +cancelment +cancer +cancerate +canceration +cancerdrops +cancered +cancerigenic +cancerism +cancerophobe +cancerophobia +cancerous +cancerously +cancerousness +cancerroot +cancerweed +cancerwort +canch +canchalagua +Canchi +Cancri +Cancrid +cancriform +cancrinite +cancrisocial +cancrivorous +cancrizans +cancroid +cancrophagous +cancrum +cand +Candace +candareen +candela +candelabra +candelabrum +candelilla +candent +candescence +candescent +candescently +candid +candidacy +candidate +candidateship +candidature +candidly +candidness +candied +candier +candify +Candiot +candiru +candle +candleball +candlebeam +candleberry +candlebomb +candlebox +candlefish +candleholder +candlelight +candlelighted +candlelighter +candlelighting +candlelit +candlemaker +candlemaking +Candlemas +candlenut +candlepin +candler +candlerent +candleshine +candleshrift +candlestand +candlestick +candlesticked +candlestickward +candlewaster +candlewasting +candlewick +candlewood +candlewright +candock +Candollea +Candolleaceae +candolleaceous +candor +candroy +candy +candymaker +candymaking +candys +candystick +candytuft +candyweed +cane +canebrake +canel +canelike +canella +Canellaceae +canellaceous +Canelo +canelo +caneology +canephor +canephore +canephoros +canephroi +caner +canescence +canescent +canette +canewise +canework +Canfield +canfieldite +canful +cangan +cangia +cangle +cangler +cangue +canhoop +Canichana +Canichanan +canicola +Canicula +canicular +canicule +canid +Canidae +Canidia +canille +caninal +canine +caniniform +caninity +caninus +canioned +canions +Canis +Canisiana +canistel +canister +canities +canjac +cank +canker +cankerberry +cankerbird +cankereat +cankered +cankeredly +cankeredness +cankerflower +cankerous +cankerroot +cankerweed +cankerworm +cankerwort +cankery +canmaker +canmaking +canman +Canna +canna +cannabic +Cannabinaceae +cannabinaceous +cannabine +cannabinol +Cannabis +cannabism +Cannaceae +cannaceous +cannach +canned +cannel +cannelated +cannelure +cannelured +cannequin +canner +cannery +cannet +cannibal +cannibalean +cannibalic +cannibalish +cannibalism +cannibalistic +cannibalistically +cannibality +cannibalization +cannibalize +cannibally +cannikin +cannily +canniness +canning +cannon +cannonade +cannoned +cannoneer +cannoneering +Cannonism +cannonproof +cannonry +cannot +Cannstatt +cannula +cannular +cannulate +cannulated +canny +canoe +canoeing +Canoeiro +canoeist +canoeload +canoeman +canoewood +canon +canoncito +canoness +canonic +canonical +canonically +canonicalness +canonicals +canonicate +canonicity +canonics +canonist +canonistic +canonistical +canonizant +canonization +canonize +canonizer +canonlike +canonry +canonship +canoodle +canoodler +Canopic +canopic +Canopus +canopy +canorous +canorously +canorousness +Canossa +canroy +canroyer +canso +cant +Cantab +cantabank +cantabile +Cantabri +Cantabrian +Cantabrigian +Cantabrize +cantala +cantalite +cantaloupe +cantankerous +cantankerously +cantankerousness +cantar +cantara +cantaro +cantata +Cantate +cantation +cantative +cantatory +cantboard +canted +canteen +cantefable +canter +Canterburian +Canterburianism +Canterbury +canterer +canthal +Cantharellus +Cantharidae +cantharidal +cantharidate +cantharides +cantharidian +cantharidin +cantharidism +cantharidize +cantharis +cantharophilous +cantharus +canthectomy +canthitis +cantholysis +canthoplasty +canthorrhaphy +canthotomy +canthus +cantic +canticle +cantico +cantilena +cantilene +cantilever +cantilevered +cantillate +cantillation +cantily +cantina +cantiness +canting +cantingly +cantingness +cantion +cantish +cantle +cantlet +canto +Canton +canton +cantonal +cantonalism +cantoned +cantoner +Cantonese +cantonment +cantoon +cantor +cantoral +Cantorian +cantoris +cantorous +cantorship +cantred +cantref +cantrip +cantus +cantwise +canty +Canuck +canun +canvas +canvasback +canvasman +canvass +canvassy +cany +canyon +canzon +canzonet +caoba +Caodaism +Caodaist +caoutchouc +caoutchoucin +cap +capability +capable +capableness +capably +capacious +capaciously +capaciousness +capacitance +capacitate +capacitation +capacitative +capacitativly +capacitive +capacitor +capacity +capanna +capanne +caparison +capax +capcase +Cape +cape +caped +capel +capelet +capelin +capeline +Capella +capellet +caper +caperbush +capercaillie +capercally +capercut +caperer +capering +caperingly +Capernaism +Capernaite +Capernaitic +Capernaitical +Capernaitically +Capernaitish +capernoited +capernoitie +capernoity +capersome +caperwort +capes +capeskin +Capetian +Capetonian +capeweed +capewise +capful +Caph +caph +caphar +caphite +Caphtor +Caphtorim +capias +capicha +capillaceous +capillaire +capillament +capillarectasia +capillarily +capillarimeter +capillariness +capillariomotor +capillarity +capillary +capillation +capilliculture +capilliform +capillitial +capillitium +capillose +capistrate +capital +capitaldom +capitaled +capitalism +capitalist +capitalistic +capitalistically +capitalizable +capitalization +capitalize +capitally +capitalness +capitan +capitate +capitated +capitatim +capitation +capitative +capitatum +capitellar +capitellate +capitelliform +capitellum +Capito +Capitol +Capitolian +Capitoline +Capitolium +Capitonidae +Capitoninae +capitoul +capitoulate +capitulant +capitular +capitularly +capitulary +capitulate +capitulation +capitulator +capitulatory +capituliform +capitulum +capivi +capkin +capless +caplin +capmaker +capmaking +capman +capmint +Capnodium +Capnoides +capnomancy +capocchia +capomo +capon +caponier +caponize +caponizer +caporal +capot +capote +cappadine +Cappadocian +Capparidaceae +capparidaceous +Capparis +capped +cappelenite +capper +cappie +capping +capple +cappy +Capra +caprate +Caprella +Caprellidae +caprelline +capreol +capreolar +capreolary +capreolate +capreoline +Capreolus +Capri +capric +capriccetto +capricci +capriccio +caprice +capricious +capriciously +capriciousness +Capricorn +Capricornid +Capricornus +caprid +caprificate +caprification +caprificator +caprifig +Caprifoliaceae +caprifoliaceous +Caprifolium +caprifolium +capriform +caprigenous +Caprimulgi +Caprimulgidae +Caprimulgiformes +caprimulgine +Caprimulgus +caprin +caprine +caprinic +Capriola +capriole +Capriote +capriped +capripede +caprizant +caproate +caproic +caproin +Capromys +caprone +capronic +capronyl +caproyl +capryl +caprylate +caprylene +caprylic +caprylin +caprylone +caprylyl +capsa +capsaicin +Capsella +capsheaf +capshore +Capsian +capsicin +Capsicum +capsicum +capsid +Capsidae +capsizal +capsize +capstan +capstone +capsula +capsulae +capsular +capsulate +capsulated +capsulation +capsule +capsulectomy +capsuler +capsuliferous +capsuliform +capsuligerous +capsulitis +capsulociliary +capsulogenous +capsulolenticular +capsulopupillary +capsulorrhaphy +capsulotome +capsulotomy +capsumin +captaculum +captain +captaincy +captainess +captainly +captainry +captainship +captance +captation +caption +captious +captiously +captiousness +captivate +captivately +captivating +captivatingly +captivation +captivative +captivator +captivatrix +captive +captivity +captor +captress +capturable +capture +capturer +Capuan +capuche +capuched +Capuchin +capuchin +capucine +capulet +capulin +capybara +Caquetio +car +Cara +carabao +carabeen +carabid +Carabidae +carabidan +carabideous +carabidoid +carabin +carabineer +Carabini +caraboid +Carabus +carabus +caracal +caracara +caracol +caracole +caracoler +caracoli +caracolite +caracoller +caracore +caract +Caractacus +caracter +Caradoc +carafe +Caragana +Caraguata +caraguata +Caraho +caraibe +Caraipa +caraipi +Caraja +Carajas +carajura +caramba +carambola +carambole +caramel +caramelan +caramelen +caramelin +caramelization +caramelize +caramoussal +carancha +caranda +Carandas +caranday +carane +Caranga +carangid +Carangidae +carangoid +Carangus +caranna +Caranx +Carapa +carapace +carapaced +Carapache +Carapacho +carapacic +carapato +carapax +Carapidae +carapine +carapo +Carapus +Carara +carat +caratch +caraunda +caravan +caravaneer +caravanist +caravanner +caravansary +caravanserai +caravanserial +caravel +caraway +Carayan +carbacidometer +carbamate +carbamic +carbamide +carbamido +carbamine +carbamino +carbamyl +carbanil +carbanilic +carbanilide +carbarn +carbasus +carbazic +carbazide +carbazine +carbazole +carbazylic +carbeen +carbene +carberry +carbethoxy +carbethoxyl +carbide +carbimide +carbine +carbinol +carbinyl +carbo +carboazotine +carbocinchomeronic +carbodiimide +carbodynamite +carbogelatin +carbohemoglobin +carbohydrase +carbohydrate +carbohydraturia +carbohydrazide +carbohydride +carbohydrogen +carbolate +carbolated +carbolfuchsin +carbolic +carbolineate +Carbolineum +carbolize +Carboloy +carboluria +carbolxylol +carbomethene +carbomethoxy +carbomethoxyl +carbon +carbona +carbonaceous +carbonade +carbonado +Carbonari +Carbonarism +Carbonarist +carbonatation +carbonate +carbonation +carbonatization +carbonator +carbonemia +carbonero +carbonic +carbonide +Carboniferous +carboniferous +carbonification +carbonify +carbonigenous +carbonimeter +carbonimide +carbonite +carbonitride +carbonium +carbonizable +carbonization +carbonize +carbonizer +carbonless +Carbonnieux +carbonometer +carbonometry +carbonous +carbonuria +carbonyl +carbonylene +carbonylic +carbophilous +carbora +Carborundum +carborundum +carbosilicate +carbostyril +carboxide +carboxy +Carboxydomonas +carboxyhemoglobin +carboxyl +carboxylase +carboxylate +carboxylation +carboxylic +carboy +carboyed +carbro +carbromal +carbuilder +carbuncle +carbuncled +carbuncular +carbungi +carburant +carburate +carburation +carburator +carbure +carburet +carburetant +carburetor +carburization +carburize +carburizer +carburometer +carbyl +carbylamine +carcajou +carcake +carcanet +carcaneted +carcass +Carcavelhos +carceag +carcel +carceral +carcerate +carceration +Carcharhinus +Carcharias +carchariid +Carchariidae +carcharioid +Carcharodon +carcharodont +carcinemia +carcinogen +carcinogenesis +carcinogenic +carcinoid +carcinological +carcinologist +carcinology +carcinolysin +carcinolytic +carcinoma +carcinomata +carcinomatoid +carcinomatosis +carcinomatous +carcinomorphic +carcinophagous +carcinopolypus +carcinosarcoma +carcinosarcomata +Carcinoscorpius +carcinosis +carcoon +card +cardaissin +Cardamine +cardamom +Cardanic +cardboard +cardcase +cardecu +carded +cardel +carder +cardholder +cardia +cardiac +cardiacal +Cardiacea +cardiacean +cardiagra +cardiagram +cardiagraph +cardiagraphy +cardial +cardialgia +cardialgy +cardiameter +cardiamorphia +cardianesthesia +cardianeuria +cardiant +cardiaplegia +cardiarctia +cardiasthenia +cardiasthma +cardiataxia +cardiatomy +cardiatrophia +cardiauxe +Cardiazol +cardicentesis +cardiectasis +cardiectomize +cardiectomy +cardielcosis +cardiemphraxia +cardiform +Cardigan +cardigan +Cardiidae +cardin +cardinal +cardinalate +cardinalic +Cardinalis +cardinalism +cardinalist +cardinalitial +cardinalitian +cardinally +cardinalship +cardines +carding +cardioaccelerator +cardioarterial +cardioblast +cardiocarpum +cardiocele +cardiocentesis +cardiocirrhosis +cardioclasia +cardioclasis +cardiodilator +cardiodynamics +cardiodynia +cardiodysesthesia +cardiodysneuria +cardiogenesis +cardiogenic +cardiogram +cardiograph +cardiographic +cardiography +cardiohepatic +cardioid +cardiokinetic +cardiolith +cardiological +cardiologist +cardiology +cardiolysis +cardiomalacia +cardiomegaly +cardiomelanosis +cardiometer +cardiometric +cardiometry +cardiomotility +cardiomyoliposis +cardiomyomalacia +cardioncus +cardionecrosis +cardionephric +cardioneural +cardioneurosis +cardionosus +cardioparplasis +cardiopathic +cardiopathy +cardiopericarditis +cardiophobe +cardiophobia +cardiophrenia +cardioplasty +cardioplegia +cardiopneumatic +cardiopneumograph +cardioptosis +cardiopulmonary +cardiopuncture +cardiopyloric +cardiorenal +cardiorespiratory +cardiorrhaphy +cardiorrheuma +cardiorrhexis +cardioschisis +cardiosclerosis +cardioscope +cardiospasm +Cardiospermum +cardiosphygmogram +cardiosphygmograph +cardiosymphysis +cardiotherapy +cardiotomy +cardiotonic +cardiotoxic +cardiotrophia +cardiotrophotherapy +cardiovascular +cardiovisceral +cardipaludism +cardipericarditis +cardisophistical +carditic +carditis +Cardium +cardlike +cardmaker +cardmaking +cardo +cardol +cardon +cardona +cardoncillo +cardooer +cardoon +cardophagus +cardplayer +cardroom +cardsharp +cardsharping +cardstock +Carduaceae +carduaceous +Carduelis +Carduus +care +carecloth +careen +careenage +careener +career +careerer +careering +careeringly +careerist +carefree +careful +carefully +carefulness +careless +carelessly +carelessness +carene +carer +caress +caressant +caresser +caressing +caressingly +caressive +caressively +carest +caret +caretaker +caretaking +Caretta +Carettochelydidae +careworn +Carex +carfare +carfax +carfuffle +carful +carga +cargo +cargoose +carhop +carhouse +cariacine +Cariacus +cariama +Cariamae +Carian +Carib +Caribal +Cariban +Caribbean +Caribbee +Caribi +Caribisi +caribou +Carica +Caricaceae +caricaceous +caricatura +caricaturable +caricatural +caricature +caricaturist +caricetum +caricographer +caricography +caricologist +caricology +caricous +carid +Carida +Caridea +caridean +caridoid +Caridomorpha +caries +Carijona +carillon +carillonneur +carina +carinal +Carinaria +Carinatae +carinate +carinated +carination +Cariniana +cariniform +Carinthian +cariole +carioling +cariosity +carious +cariousness +Caripuna +Cariri +Caririan +Carisa +Carissa +caritative +caritive +Cariyo +cark +carking +carkingly +carkled +Carl +carl +carless +carlet +carlie +carlin +Carlina +carline +carling +carlings +carlish +carlishness +Carlisle +Carlism +Carlist +Carlo +carload +carloading +carloadings +Carlos +carlot +Carlovingian +carls +Carludovica +Carlylean +Carlyleian +Carlylese +Carlylesque +Carlylian +Carlylism +carmagnole +carmalum +Carman +carman +Carmanians +Carmel +Carmela +carmele +Carmelite +Carmelitess +carmeloite +Carmen +carminative +Carmine +carmine +carminette +carminic +carminite +carminophilous +carmoisin +carmot +Carnacian +carnage +carnaged +carnal +carnalism +carnalite +carnality +carnalize +carnallite +carnally +carnalness +carnaptious +Carnaria +carnassial +carnate +carnation +carnationed +carnationist +carnauba +carnaubic +carnaubyl +Carnegie +Carnegiea +carnelian +carneol +carneole +carneous +carney +carnic +carniferous +carniferrin +carnifex +carnification +carnifices +carnificial +carniform +carnify +Carniolan +carnival +carnivaler +carnivalesque +Carnivora +carnivoracity +carnivoral +carnivore +carnivorism +carnivorous +carnivorously +carnivorousness +carnose +carnosine +carnosity +carnotite +carnous +Caro +caroa +carob +caroba +caroche +Caroid +Carol +carol +Carolan +Carole +Carolean +caroler +caroli +carolin +Carolina +Caroline +caroline +Caroling +Carolingian +Carolinian +carolus +Carolyn +carom +carombolette +carone +caronic +caroome +caroon +carotene +carotenoid +carotic +carotid +carotidal +carotidean +carotin +carotinemia +carotinoid +caroubier +carousal +carouse +carouser +carousing +carousingly +carp +carpaine +carpal +carpale +carpalia +Carpathian +carpel +carpellary +carpellate +carpent +carpenter +Carpenteria +carpentering +carpentership +carpentry +carper +carpet +carpetbag +carpetbagger +carpetbaggery +carpetbaggism +carpetbagism +carpetbeater +carpeting +carpetlayer +carpetless +carpetmaker +carpetmaking +carpetmonger +carpetweb +carpetweed +carpetwork +carpetwoven +Carphiophiops +carpholite +Carphophis +carphosiderite +carpid +carpidium +carpincho +carping +carpingly +carpintero +Carpinus +Carpiodes +carpitis +carpium +carpocace +Carpocapsa +carpocarpal +carpocephala +carpocephalum +carpocerite +carpocervical +Carpocratian +Carpodacus +Carpodetus +carpogam +carpogamy +carpogenic +carpogenous +carpogone +carpogonial +carpogonium +Carpoidea +carpolite +carpolith +carpological +carpologically +carpologist +carpology +carpomania +carpometacarpal +carpometacarpus +carpopedal +Carpophaga +carpophagous +carpophalangeal +carpophore +carpophyll +carpophyte +carpopodite +carpopoditic +carpoptosia +carpoptosis +carport +carpos +carposperm +carposporangia +carposporangial +carposporangium +carpospore +carposporic +carposporous +carpostome +carpus +carquaise +carr +carrack +carrageen +carrageenin +Carrara +Carraran +carrel +carriable +carriage +carriageable +carriageful +carriageless +carriagesmith +carriageway +Carrick +carrick +Carrie +carried +carrier +carrion +carritch +carritches +carriwitchet +Carrizo +carrizo +carroch +carrollite +carronade +carrot +carrotage +carroter +carrotiness +carrottop +carrotweed +carrotwood +carroty +carrousel +carrow +Carry +carry +carryall +carrying +carrytale +carse +carshop +carsick +carsmith +Carsten +cart +cartable +cartaceous +cartage +cartboot +cartbote +carte +cartel +cartelism +cartelist +cartelization +cartelize +Carter +carter +Cartesian +Cartesianism +cartful +Carthaginian +carthame +carthamic +carthamin +Carthamus +Carthusian +Cartier +cartilage +cartilaginean +Cartilaginei +cartilagineous +Cartilagines +cartilaginification +cartilaginoid +cartilaginous +cartisane +Cartist +cartload +cartmaker +cartmaking +cartman +cartobibliography +cartogram +cartograph +cartographer +cartographic +cartographical +cartographically +cartography +cartomancy +carton +cartonnage +cartoon +cartoonist +cartouche +cartridge +cartsale +cartulary +cartway +cartwright +cartwrighting +carty +carua +carucage +carucal +carucate +carucated +Carum +caruncle +caruncula +carunculae +caruncular +carunculate +carunculated +carunculous +carvacrol +carvacryl +carval +carve +carvel +carven +carvene +carver +carvership +carvestrene +carving +carvoepra +carvol +carvomenthene +carvone +carvyl +carwitchet +Cary +Carya +caryatic +caryatid +caryatidal +caryatidean +caryatidic +caryl +Caryocar +Caryocaraceae +caryocaraceous +Caryophyllaceae +caryophyllaceous +caryophyllene +caryophylleous +caryophyllin +caryophyllous +Caryophyllus +caryopilite +caryopses +caryopsides +caryopsis +Caryopteris +Caryota +casaba +casabe +casal +casalty +Casamarca +Casanovanic +Casasia +casate +casaun +casava +casave +casavi +casbah +cascabel +cascade +Cascadia +Cascadian +cascadite +cascado +cascalho +cascalote +cascara +cascarilla +cascaron +casco +cascol +Case +case +Casearia +casease +caseate +caseation +casebook +casebox +cased +caseful +casefy +caseharden +caseic +casein +caseinate +caseinogen +casekeeper +Casel +caseless +caselessly +casemaker +casemaking +casemate +casemated +casement +casemented +caseolysis +caseose +caseous +caser +casern +caseum +caseweed +casewood +casework +caseworker +caseworm +Casey +cash +casha +cashable +cashableness +cashaw +cashbook +cashbox +cashboy +cashcuttee +cashel +cashew +cashgirl +Cashibo +cashier +cashierer +cashierment +cashkeeper +cashment +Cashmere +cashmere +cashmerette +Cashmirian +Casimir +Casimiroa +casing +casino +casiri +cask +casket +casking +casklike +Caslon +Caspar +Casparian +Casper +Caspian +casque +casqued +casquet +casquetel +casquette +cass +cassabanana +cassabully +cassady +Cassandra +cassareep +cassation +casse +Cassegrain +Cassegrainian +casselty +cassena +casserole +Cassia +cassia +Cassiaceae +Cassian +cassican +Cassicus +Cassida +cassideous +cassidid +Cassididae +Cassidinae +cassidony +Cassidulina +cassiduloid +Cassiduloidea +Cassie +cassie +Cassiepeia +cassimere +cassina +cassine +Cassinese +cassinette +Cassinian +cassino +cassinoid +cassioberry +Cassiope +Cassiopeia +Cassiopeian +Cassiopeid +cassiopeium +Cassis +cassis +cassiterite +Cassius +cassock +cassolette +casson +cassonade +cassoon +cassowary +cassumunar +Cassytha +Cassythaceae +cast +castable +castagnole +Castalia +Castalian +Castalides +Castalio +Castanea +castanean +castaneous +castanet +Castanopsis +Castanospermum +castaway +caste +casteless +castelet +castellan +castellano +castellanship +castellany +castellar +castellate +castellated +castellation +caster +casterless +casthouse +castice +castigable +castigate +castigation +castigative +castigator +castigatory +Castilian +Castilla +Castilleja +Castilloa +casting +castle +castled +castlelike +castlet +castlewards +castlewise +castling +castock +castoff +Castor +castor +Castores +castoreum +castorial +Castoridae +castorin +castorite +castorized +Castoroides +castory +castra +castral +castrametation +castrate +castrater +castration +castrator +castrensial +castrensian +castrum +castuli +casual +casualism +casualist +casuality +casually +casualness +casualty +Casuariidae +Casuariiformes +Casuarina +Casuarinaceae +casuarinaceous +Casuarinales +Casuarius +casuary +casuist +casuistess +casuistic +casuistical +casuistically +casuistry +casula +caswellite +Casziel +Cat +cat +catabaptist +catabases +catabasis +catabatic +catabibazon +catabiotic +catabolic +catabolically +catabolin +catabolism +catabolite +catabolize +catacaustic +catachreses +catachresis +catachrestic +catachrestical +catachrestically +catachthonian +cataclasm +cataclasmic +cataclastic +cataclinal +cataclysm +cataclysmal +cataclysmatic +cataclysmatist +cataclysmic +cataclysmically +cataclysmist +catacomb +catacorolla +catacoustics +catacromyodian +catacrotic +catacrotism +catacumbal +catadicrotic +catadicrotism +catadioptric +catadioptrical +catadioptrics +catadromous +catafalco +catafalque +catagenesis +catagenetic +catagmatic +Cataian +catakinesis +catakinetic +catakinetomer +catakinomeric +Catalan +Catalanganes +Catalanist +catalase +Catalaunian +catalecta +catalectic +catalecticant +catalepsis +catalepsy +cataleptic +cataleptiform +cataleptize +cataleptoid +catalexis +catalina +catalineta +catalinite +catallactic +catallactically +catallactics +catallum +catalogia +catalogic +catalogical +catalogist +catalogistic +catalogue +cataloguer +cataloguish +cataloguist +cataloguize +Catalonian +catalowne +Catalpa +catalpa +catalufa +catalyses +catalysis +catalyst +catalyte +catalytic +catalytical +catalytically +catalyzator +catalyze +catalyzer +catamaran +Catamarcan +Catamarenan +catamenia +catamenial +catamite +catamited +catamiting +catamount +catamountain +catan +Catananche +catapan +catapasm +catapetalous +cataphasia +cataphatic +cataphora +cataphoresis +cataphoretic +cataphoria +cataphoric +cataphract +Cataphracta +Cataphracti +cataphrenia +cataphrenic +Cataphrygian +cataphrygianism +cataphyll +cataphylla +cataphyllary +cataphyllum +cataphysical +cataplasia +cataplasis +cataplasm +catapleiite +cataplexy +catapult +catapultic +catapultier +cataract +cataractal +cataracted +cataractine +cataractous +cataractwise +cataria +catarinite +catarrh +catarrhal +catarrhally +catarrhed +Catarrhina +catarrhine +catarrhinian +catarrhous +catasarka +Catasetum +catasta +catastaltic +catastasis +catastate +catastatic +catasterism +catastrophal +catastrophe +catastrophic +catastrophical +catastrophically +catastrophism +catastrophist +catathymic +catatonia +catatoniac +catatonic +catawampous +catawampously +catawamptious +catawamptiously +catawampus +Catawba +catberry +catbird +catboat +catcall +catch +catchable +catchall +catchcry +catcher +catchfly +catchiness +catching +catchingly +catchingness +catchland +catchment +catchpenny +catchplate +catchpole +catchpolery +catchpoleship +catchpoll +catchpollery +catchup +catchwater +catchweed +catchweight +catchword +catchwork +catchy +catclaw +catdom +cate +catechesis +catechetic +catechetical +catechetically +catechin +catechism +catechismal +catechist +catechistic +catechistical +catechistically +catechizable +catechization +catechize +catechizer +catechol +catechu +catechumen +catechumenal +catechumenate +catechumenical +catechumenically +catechumenism +catechumenship +catechutannic +categorem +categorematic +categorematical +categorematically +categorial +categoric +categorical +categorically +categoricalness +categorist +categorization +categorize +category +catelectrotonic +catelectrotonus +catella +catena +catenae +catenarian +catenary +catenate +catenated +catenation +catenoid +catenulate +catepuce +cater +cateran +catercap +catercorner +caterer +caterership +cateress +caterpillar +caterpillared +caterpillarlike +caterva +caterwaul +caterwauler +caterwauling +Catesbaea +cateye +catface +catfaced +catfacing +catfall +catfish +catfoot +catfooted +catgut +Catha +Cathari +Catharina +Catharine +Catharism +Catharist +Catharistic +catharization +catharize +catharpin +catharping +Cathars +catharsis +Cathartae +Cathartes +cathartic +cathartical +cathartically +catharticalness +Cathartidae +Cathartides +Cathartolinum +Cathay +Cathayan +cathead +cathect +cathectic +cathection +cathedra +cathedral +cathedraled +cathedralesque +cathedralic +cathedrallike +cathedralwise +cathedratic +cathedratica +cathedratical +cathedratically +cathedraticum +cathepsin +Catherine +catheter +catheterism +catheterization +catheterize +catheti +cathetometer +cathetometric +cathetus +cathexion +cathexis +cathidine +cathin +cathine +cathinine +cathion +cathisma +cathodal +cathode +cathodic +cathodical +cathodically +cathodofluorescence +cathodograph +cathodography +cathodoluminescence +cathograph +cathography +cathole +catholic +catholical +catholically +catholicalness +catholicate +catholicism +catholicist +catholicity +catholicize +catholicizer +catholicly +catholicness +catholicon +catholicos +catholicus +catholyte +cathood +cathop +Cathrin +cathro +Cathryn +Cathy +Catilinarian +cation +cationic +cativo +catjang +catkin +catkinate +catlap +catlike +catlin +catling +catlinite +catmalison +catmint +catnip +catoblepas +Catocala +catocalid +catocathartic +catoctin +Catodon +catodont +catogene +catogenic +Catoism +Catonian +Catonic +Catonically +Catonism +catoptric +catoptrical +catoptrically +catoptrics +catoptrite +catoptromancy +catoptromantic +Catoquina +catostomid +Catostomidae +catostomoid +Catostomus +catpiece +catpipe +catproof +Catskill +catskin +catstep +catstick +catstitch +catstitcher +catstone +catsup +cattabu +cattail +cattalo +cattery +Catti +cattily +cattimandoo +cattiness +catting +cattish +cattishly +cattishness +cattle +cattlebush +cattlegate +cattleless +cattleman +Cattleya +cattleya +cattleyak +Catty +catty +cattyman +Catullian +catvine +catwalk +catwise +catwood +catwort +caubeen +cauboge +Caucasian +Caucasic +Caucasoid +cauch +cauchillo +caucho +caucus +cauda +caudad +caudae +caudal +caudally +caudalward +Caudata +caudata +caudate +caudated +caudation +caudatolenticular +caudatory +caudatum +caudex +caudices +caudicle +caudiform +caudillism +caudle +caudocephalad +caudodorsal +caudofemoral +caudolateral +caudotibial +caudotibialis +Caughnawaga +caught +cauk +caul +cauld +cauldrife +cauldrifeness +Caulerpa +Caulerpaceae +caulerpaceous +caules +caulescent +caulicle +caulicole +caulicolous +caulicule +cauliculus +cauliferous +cauliflorous +cauliflory +cauliflower +cauliform +cauligenous +caulinar +caulinary +cauline +caulis +Caulite +caulivorous +caulocarpic +caulocarpous +caulome +caulomer +caulomic +caulophylline +Caulophyllum +Caulopteris +caulopteris +caulosarc +caulotaxis +caulotaxy +caulote +caum +cauma +caumatic +caunch +Caunos +Caunus +caup +caupo +caupones +Cauqui +caurale +Caurus +causability +causable +causal +causalgia +causality +causally +causate +causation +causational +causationism +causationist +causative +causatively +causativeness +causativity +cause +causeful +causeless +causelessly +causelessness +causer +causerie +causeway +causewayman +causey +causidical +causing +causingness +causse +causson +caustic +caustical +caustically +causticiser +causticism +causticity +causticization +causticize +causticizer +causticly +causticness +caustification +caustify +Causus +cautel +cautelous +cautelously +cautelousness +cauter +cauterant +cauterization +cauterize +cautery +caution +cautionary +cautioner +cautionry +cautious +cautiously +cautiousness +cautivo +cava +cavae +caval +cavalcade +cavalero +cavalier +cavalierish +cavalierishness +cavalierism +cavalierly +cavalierness +cavaliero +cavaliership +cavalla +cavalry +cavalryman +cavascope +cavate +cavatina +cave +caveat +caveator +cavekeeper +cavel +cavelet +cavelike +cavendish +cavern +cavernal +caverned +cavernicolous +cavernitis +cavernlike +cavernoma +cavernous +cavernously +cavernulous +cavesson +cavetto +Cavia +caviar +cavicorn +Cavicornia +Cavidae +cavie +cavil +caviler +caviling +cavilingly +cavilingness +cavillation +Cavina +caving +cavings +cavish +cavitary +cavitate +cavitation +cavitied +cavity +caviya +cavort +cavus +cavy +caw +cawk +cawky +cawney +cawquaw +caxiri +caxon +Caxton +Caxtonian +cay +Cayapa +Cayapo +Cayenne +cayenne +cayenned +Cayleyan +cayman +Cayubaba +Cayubaban +Cayuga +Cayugan +Cayuse +Cayuvava +caza +cazimi +Ccoya +ce +Ceanothus +cearin +cease +ceaseless +ceaselessly +ceaselessness +ceasmic +Cebalrai +Cebatha +cebell +cebian +cebid +Cebidae +cebil +cebine +ceboid +cebollite +cebur +Cebus +cecidiologist +cecidiology +cecidium +cecidogenous +cecidologist +cecidology +cecidomyian +cecidomyiid +Cecidomyiidae +cecidomyiidous +Cecil +Cecile +Cecilia +cecilite +cecils +Cecily +cecity +cecograph +Cecomorphae +cecomorphic +cecostomy +Cecropia +Cecrops +cecutiency +cedar +cedarbird +cedared +cedarn +cedarware +cedarwood +cedary +cede +cedent +ceder +cedilla +cedrat +cedrate +cedre +Cedrela +cedrene +Cedric +cedrin +cedrine +cedriret +cedrium +cedrol +cedron +Cedrus +cedry +cedula +cee +Ceiba +ceibo +ceil +ceile +ceiler +ceilidh +ceiling +ceilinged +ceilingward +ceilingwards +ceilometer +Celadon +celadon +celadonite +Celaeno +celandine +Celanese +Celarent +Celastraceae +celastraceous +Celastrus +celation +celative +celature +Celebesian +celebrant +celebrate +celebrated +celebratedness +celebrater +celebration +celebrative +celebrator +celebratory +celebrity +celemin +celemines +celeomorph +Celeomorphae +celeomorphic +celeriac +celerity +celery +celesta +Celeste +celeste +celestial +celestiality +celestialize +celestially +celestialness +celestina +Celestine +celestine +Celestinian +celestite +celestitude +Celia +celiac +celiadelphus +celiagra +celialgia +celibacy +celibatarian +celibate +celibatic +celibatist +celibatory +celidographer +celidography +celiectasia +celiectomy +celiemia +celiitis +celiocele +celiocentesis +celiocolpotomy +celiocyesis +celiodynia +celioelytrotomy +celioenterotomy +celiogastrotomy +celiohysterotomy +celiolymph +celiomyalgia +celiomyodynia +celiomyomectomy +celiomyomotomy +celiomyositis +celioncus +celioparacentesis +celiopyosis +celiorrhaphy +celiorrhea +celiosalpingectomy +celiosalpingotomy +celioschisis +celioscope +celioscopy +celiotomy +celite +cell +cella +cellae +cellar +cellarage +cellarer +cellaress +cellaret +cellaring +cellarless +cellarman +cellarous +cellarway +cellarwoman +cellated +celled +Cellepora +cellepore +Cellfalcicula +celliferous +celliform +cellifugal +cellipetal +cellist +Cellite +cello +cellobiose +celloid +celloidin +celloist +cellophane +cellose +Cellucotton +cellular +cellularity +cellularly +cellulase +cellulate +cellulated +cellulation +cellule +cellulicidal +celluliferous +cellulifugal +cellulifugally +cellulin +cellulipetal +cellulipetally +cellulitis +cellulocutaneous +cellulofibrous +Celluloid +celluloid +celluloided +Cellulomonadeae +Cellulomonas +cellulose +cellulosic +cellulosity +cellulotoxic +cellulous +Cellvibrio +Celosia +Celotex +celotomy +Celsia +celsian +Celsius +Celt +celt +Celtdom +Celtiberi +Celtiberian +Celtic +Celtically +Celticism +Celticist +Celticize +Celtidaceae +celtiform +Celtillyrians +Celtis +Celtish +Celtism +Celtist +celtium +Celtization +Celtologist +Celtologue +Celtomaniac +Celtophil +Celtophobe +Celtophobia +celtuce +cembalist +cembalo +cement +cemental +cementation +cementatory +cementer +cementification +cementin +cementite +cementitious +cementless +cementmaker +cementmaking +cementoblast +cementoma +cementum +cemeterial +cemetery +cenacle +cenaculum +cenanthous +cenanthy +cencerro +Cenchrus +cendre +cenobian +cenobite +cenobitic +cenobitical +cenobitically +cenobitism +cenobium +cenoby +cenogenesis +cenogenetic +cenogenetically +cenogonous +Cenomanian +cenosite +cenosity +cenospecies +cenospecific +cenospecifically +cenotaph +cenotaphic +cenotaphy +Cenozoic +cenozoology +cense +censer +censerless +censive +censor +censorable +censorate +censorial +censorious +censoriously +censoriousness +censorship +censual +censurability +censurable +censurableness +censurably +censure +censureless +censurer +censureship +census +cent +centage +cental +centare +centaur +centaurdom +Centaurea +centauress +centauri +centaurial +centaurian +centauric +Centaurid +Centauridium +Centaurium +centauromachia +centauromachy +Centaurus +centaurus +centaury +centavo +centena +centenar +centenarian +centenarianism +centenary +centenier +centenionalis +centennial +centennially +center +centerable +centerboard +centered +centerer +centering +centerless +centermost +centerpiece +centervelic +centerward +centerwise +centesimal +centesimally +centesimate +centesimation +centesimi +centesimo +centesis +Centetes +centetid +Centetidae +centgener +centiar +centiare +centibar +centifolious +centigrade +centigram +centile +centiliter +centillion +centillionth +Centiloquy +centime +centimeter +centimo +centimolar +centinormal +centipedal +centipede +centiplume +centipoise +centistere +centistoke +centner +cento +centonical +centonism +centrad +central +centrale +Centrales +centralism +centralist +centralistic +centrality +centralization +centralize +centralizer +centrally +centralness +centranth +Centranthus +centrarchid +Centrarchidae +centrarchoid +Centraxonia +centraxonial +Centrechinoida +centric +Centricae +centrical +centricality +centrically +centricalness +centricipital +centriciput +centricity +centriffed +centrifugal +centrifugalization +centrifugalize +centrifugaller +centrifugally +centrifugate +centrifugation +centrifuge +centrifugence +centriole +centripetal +centripetalism +centripetally +centripetence +centripetency +centriscid +Centriscidae +centrisciform +centriscoid +Centriscus +centrist +centroacinar +centrobaric +centrobarical +centroclinal +centrode +centrodesmose +centrodesmus +centrodorsal +centrodorsally +centroid +centroidal +centrolecithal +Centrolepidaceae +centrolepidaceous +centrolinead +centrolineal +centromere +centronucleus +centroplasm +Centropomidae +Centropomus +Centrosema +centrosome +centrosomic +Centrosoyus +Centrospermae +centrosphere +centrosymmetric +centrosymmetry +Centrotus +centrum +centry +centum +centumvir +centumviral +centumvirate +Centunculus +centuple +centuplicate +centuplication +centuply +centuria +centurial +centuriate +centuriation +centuriator +centuried +centurion +century +ceorl +ceorlish +cep +cepa +cepaceous +cepe +cephaeline +Cephaelis +Cephalacanthidae +Cephalacanthus +cephalad +cephalagra +cephalalgia +cephalalgic +cephalalgy +cephalanthium +cephalanthous +Cephalanthus +Cephalaspis +Cephalata +cephalate +cephaldemae +cephalemia +cephaletron +Cephaleuros +cephalhematoma +cephalhydrocele +cephalic +cephalin +Cephalina +cephaline +cephalism +cephalitis +cephalization +cephaloauricular +Cephalobranchiata +cephalobranchiate +cephalocathartic +cephalocaudal +cephalocele +cephalocentesis +cephalocercal +Cephalocereus +cephalochord +Cephalochorda +cephalochordal +Cephalochordata +cephalochordate +cephaloclasia +cephaloclast +cephalocone +cephaloconic +cephalocyst +cephalodiscid +Cephalodiscida +Cephalodiscus +cephalodymia +cephalodymus +cephalodynia +cephalofacial +cephalogenesis +cephalogram +cephalograph +cephalohumeral +cephalohumeralis +cephaloid +cephalology +cephalomancy +cephalomant +cephalomelus +cephalomenia +cephalomeningitis +cephalomere +cephalometer +cephalometric +cephalometry +cephalomotor +cephalomyitis +cephalon +cephalonasal +cephalopagus +cephalopathy +cephalopharyngeal +cephalophine +cephalophorous +Cephalophus +cephalophyma +cephaloplegia +cephaloplegic +cephalopod +Cephalopoda +cephalopodan +cephalopodic +cephalopodous +Cephalopterus +cephalorachidian +cephalorhachidian +cephalosome +cephalospinal +Cephalosporium +cephalostyle +Cephalotaceae +cephalotaceous +Cephalotaxus +cephalotheca +cephalothecal +cephalothoracic +cephalothoracopagus +cephalothorax +cephalotome +cephalotomy +cephalotractor +cephalotribe +cephalotripsy +cephalotrocha +Cephalotus +cephalous +Cephas +Cepheid +cephid +Cephidae +Cephus +Cepolidae +ceps +ceptor +cequi +ceraceous +cerago +ceral +ceramal +cerambycid +Cerambycidae +Ceramiaceae +ceramiaceous +ceramic +ceramicite +ceramics +ceramidium +ceramist +Ceramium +ceramographic +ceramography +cerargyrite +ceras +cerasein +cerasin +cerastes +Cerastium +Cerasus +cerata +cerate +ceratectomy +cerated +ceratiasis +ceratiid +Ceratiidae +ceratioid +ceration +ceratite +Ceratites +ceratitic +Ceratitidae +Ceratitis +ceratitoid +Ceratitoidea +Ceratium +Ceratobatrachinae +ceratoblast +ceratobranchial +ceratocricoid +Ceratodidae +Ceratodontidae +Ceratodus +ceratofibrous +ceratoglossal +ceratoglossus +ceratohyal +ceratohyoid +ceratoid +ceratomandibular +ceratomania +Ceratonia +Ceratophrys +Ceratophyllaceae +ceratophyllaceous +Ceratophyllum +Ceratophyta +ceratophyte +Ceratops +Ceratopsia +ceratopsian +ceratopsid +Ceratopsidae +Ceratopteridaceae +ceratopteridaceous +Ceratopteris +ceratorhine +Ceratosa +Ceratosaurus +Ceratospongiae +ceratospongian +Ceratostomataceae +Ceratostomella +ceratotheca +ceratothecal +Ceratozamia +ceraunia +ceraunics +ceraunogram +ceraunograph +ceraunomancy +ceraunophone +ceraunoscope +ceraunoscopy +Cerberean +Cerberic +Cerberus +cercal +cercaria +cercarial +cercarian +cercariform +cercelee +cerci +Cercidiphyllaceae +Cercis +Cercocebus +Cercolabes +Cercolabidae +cercomonad +Cercomonadidae +Cercomonas +cercopid +Cercopidae +cercopithecid +Cercopithecidae +cercopithecoid +Cercopithecus +cercopod +Cercospora +Cercosporella +cercus +Cerdonian +cere +cereal +cerealian +cerealin +cerealism +cerealist +cerealose +cerebella +cerebellar +cerebellifugal +cerebellipetal +cerebellocortex +cerebellopontile +cerebellopontine +cerebellorubral +cerebellospinal +cerebellum +cerebra +cerebral +cerebralgia +cerebralism +cerebralist +cerebralization +cerebralize +cerebrally +cerebrasthenia +cerebrasthenic +cerebrate +cerebration +cerebrational +Cerebratulus +cerebric +cerebricity +cerebriform +cerebriformly +cerebrifugal +cerebrin +cerebripetal +cerebritis +cerebrize +cerebrocardiac +cerebrogalactose +cerebroganglion +cerebroganglionic +cerebroid +cerebrology +cerebroma +cerebromalacia +cerebromedullary +cerebromeningeal +cerebromeningitis +cerebrometer +cerebron +cerebronic +cerebroparietal +cerebropathy +cerebropedal +cerebrophysiology +cerebropontile +cerebropsychosis +cerebrorachidian +cerebrosclerosis +cerebroscope +cerebroscopy +cerebrose +cerebrosensorial +cerebroside +cerebrosis +cerebrospinal +cerebrospinant +cerebrosuria +cerebrotomy +cerebrotonia +cerebrotonic +cerebrovisceral +cerebrum +cerecloth +cered +cereless +cerement +ceremonial +ceremonialism +ceremonialist +ceremonialize +ceremonially +ceremonious +ceremoniously +ceremoniousness +ceremony +cereous +cerer +ceresin +Cereus +cerevis +ceria +Cerialia +cerianthid +Cerianthidae +cerianthoid +Cerianthus +ceric +ceride +ceriferous +cerigerous +cerillo +ceriman +cerin +cerine +Cerinthe +Cerinthian +Ceriomyces +Cerion +Cerionidae +ceriops +Ceriornis +cerise +cerite +Cerithiidae +cerithioid +Cerithium +cerium +cermet +cern +cerniture +cernuous +cero +cerograph +cerographic +cerographist +cerography +ceroline +cerolite +ceroma +ceromancy +cerophilous +ceroplast +ceroplastic +ceroplastics +ceroplasty +cerotate +cerote +cerotene +cerotic +cerotin +cerotype +cerous +ceroxyle +Ceroxylon +cerrero +cerrial +cerris +certain +certainly +certainty +Certhia +Certhiidae +certie +certifiable +certifiableness +certifiably +certificate +certification +certificative +certificator +certificatory +certified +certifier +certify +certiorari +certiorate +certioration +certis +certitude +certosina +certosino +certy +cerule +cerulean +cerulein +ceruleite +ceruleolactite +ceruleous +cerulescent +ceruleum +cerulignol +cerulignone +cerumen +ceruminal +ceruminiferous +ceruminous +cerumniparous +ceruse +cerussite +Cervantist +cervantite +cervical +Cervicapra +cervicaprine +cervicectomy +cervicicardiac +cervicide +cerviciplex +cervicispinal +cervicitis +cervicoauricular +cervicoaxillary +cervicobasilar +cervicobrachial +cervicobregmatic +cervicobuccal +cervicodorsal +cervicodynia +cervicofacial +cervicohumeral +cervicolabial +cervicolingual +cervicolumbar +cervicomuscular +cerviconasal +cervicorn +cervicoscapular +cervicothoracic +cervicovaginal +cervicovesical +cervid +Cervidae +Cervinae +cervine +cervisia +cervisial +cervix +cervoid +cervuline +Cervulus +Cervus +ceryl +Cerynean +Cesare +cesarevitch +cesarolite +cesious +cesium +cespititous +cespitose +cespitosely +cespitulose +cess +cessantly +cessation +cessative +cessavit +cesser +cession +cessionaire +cessionary +cessor +cesspipe +cesspit +cesspool +cest +Cestida +Cestidae +Cestoda +Cestodaria +cestode +cestoid +Cestoidea +cestoidean +Cestracion +cestraciont +Cestraciontes +Cestraciontidae +Cestrian +Cestrum +cestrum +cestus +Cetacea +cetacean +cetaceous +cetaceum +cetane +Cete +cetene +ceterach +ceti +cetic +ceticide +Cetid +cetin +Cetiosauria +cetiosaurian +Cetiosaurus +cetological +cetologist +cetology +Cetomorpha +cetomorphic +Cetonia +cetonian +Cetoniides +Cetoniinae +cetorhinid +Cetorhinidae +cetorhinoid +Cetorhinus +cetotolite +Cetraria +cetraric +cetrarin +Cetus +cetyl +cetylene +cetylic +cevadilla +cevadilline +cevadine +Cevennian +Cevenol +Cevenole +cevine +cevitamic +ceylanite +Ceylon +Ceylonese +ceylonite +ceyssatite +Ceyx +Cezannesque +cha +chaa +chab +chabasie +chabazite +Chablis +chabot +chabouk +chabuk +chabutra +Chac +chacate +chachalaca +Chachapuya +chack +Chackchiuma +chacker +chackle +chackler +chacma +Chaco +chacona +chacte +chad +chadacryst +Chaenactis +Chaenolobus +Chaenomeles +chaeta +Chaetangiaceae +Chaetangium +Chaetetes +Chaetetidae +Chaetifera +chaetiferous +Chaetites +Chaetitidae +Chaetochloa +Chaetodon +chaetodont +chaetodontid +Chaetodontidae +chaetognath +Chaetognatha +chaetognathan +chaetognathous +Chaetophora +Chaetophoraceae +chaetophoraceous +Chaetophorales +chaetophorous +chaetopod +Chaetopoda +chaetopodan +chaetopodous +chaetopterin +Chaetopterus +chaetosema +Chaetosoma +Chaetosomatidae +Chaetosomidae +chaetotactic +chaetotaxy +Chaetura +chafe +chafer +chafery +chafewax +chafeweed +chaff +chaffcutter +chaffer +chafferer +chaffinch +chaffiness +chaffing +chaffingly +chaffless +chafflike +chaffman +chaffseed +chaffwax +chaffweed +chaffy +chaft +chafted +Chaga +chagan +Chagga +chagrin +chaguar +chagul +chahar +chai +Chailletiaceae +chain +chainage +chained +chainer +chainette +chainless +chainlet +chainmaker +chainmaking +chainman +chainon +chainsmith +chainwale +chainwork +chair +chairer +chairless +chairmaker +chairmaking +chairman +chairmanship +chairmender +chairmending +chairwarmer +chairwoman +chais +chaise +chaiseless +Chait +chaitya +chaja +chaka +chakar +chakari +Chakavski +chakazi +chakdar +chakobu +chakra +chakram +chakravartin +chaksi +chal +chalaco +chalana +chalastic +Chalastogastra +chalaza +chalazal +chalaze +chalazian +chalaziferous +chalazion +chalazogam +chalazogamic +chalazogamy +chalazoidite +chalcanthite +Chalcedonian +chalcedonic +chalcedonous +chalcedony +chalcedonyx +chalchuite +chalcid +Chalcidian +Chalcidic +chalcidicum +chalcidid +Chalcididae +chalcidiform +chalcidoid +Chalcidoidea +Chalcioecus +Chalcis +chalcites +chalcocite +chalcograph +chalcographer +chalcographic +chalcographical +chalcographist +chalcography +chalcolite +chalcolithic +chalcomancy +chalcomenite +chalcon +chalcone +chalcophanite +chalcophyllite +chalcopyrite +chalcosiderite +chalcosine +chalcostibite +chalcotrichite +chalcotript +chalcus +Chaldaei +Chaldaic +Chaldaical +Chaldaism +Chaldean +Chaldee +chalder +chaldron +chalet +chalice +chaliced +chalicosis +chalicothere +chalicotheriid +Chalicotheriidae +chalicotherioid +Chalicotherium +Chalina +Chalinidae +chalinine +Chalinitis +chalk +chalkcutter +chalker +chalkiness +chalklike +chalkography +chalkosideric +chalkstone +chalkstony +chalkworker +chalky +challah +challenge +challengeable +challengee +challengeful +challenger +challengingly +challie +challis +challote +chalmer +chalon +chalone +Chalons +chalque +chalta +Chalukya +Chalukyan +chalumeau +chalutz +chalutzim +Chalybean +chalybeate +chalybeous +Chalybes +chalybite +Cham +cham +Chama +Chamacea +Chamacoco +Chamaebatia +Chamaecistus +chamaecranial +Chamaecrista +Chamaecyparis +Chamaedaphne +Chamaeleo +Chamaeleon +Chamaeleontidae +Chamaelirium +Chamaenerion +Chamaepericlymenum +chamaeprosopic +Chamaerops +chamaerrhine +Chamaesaura +Chamaesiphon +Chamaesiphonaceae +Chamaesiphonaceous +Chamaesiphonales +Chamaesyce +chamal +Chamar +chamar +chamber +chamberdeacon +chambered +chamberer +chambering +chamberlain +chamberlainry +chamberlainship +chamberlet +chamberleted +chamberletted +chambermaid +Chambertin +chamberwoman +Chambioa +chambray +chambrel +chambul +chamecephalic +chamecephalous +chamecephalus +chamecephaly +chameleon +chameleonic +chameleonize +chameleonlike +chamfer +chamferer +chamfron +Chamian +Chamicuro +Chamidae +chamisal +chamiso +Chamite +chamite +Chamkanni +chamma +chamois +Chamoisette +chamoisite +chamoline +Chamomilla +Chamorro +Chamos +champ +Champa +champac +champaca +champacol +champagne +champagneless +champagnize +champaign +champain +champaka +champer +champertor +champertous +champerty +champignon +champion +championess +championize +championless +championlike +championship +Champlain +Champlainic +champleve +champy +Chanabal +Chanca +chance +chanceful +chancefully +chancefulness +chancel +chanceled +chanceless +chancellery +chancellor +chancellorate +chancelloress +chancellorism +chancellorship +chancer +chancery +chancewise +chanche +chanchito +chanco +chancre +chancriform +chancroid +chancroidal +chancrous +chancy +chandala +chandam +chandelier +Chandi +chandi +chandler +chandleress +chandlering +chandlery +chandoo +chandu +chandul +Chane +chanfrin +Chang +chang +changa +changar +change +changeability +changeable +changeableness +changeably +changedale +changedness +changeful +changefully +changefulness +changeless +changelessly +changelessness +changeling +changement +changer +Changoan +Changos +Changuina +Changuinan +Chanidae +chank +chankings +channel +channelbill +channeled +channeler +channeling +channelization +channelize +channelled +channeller +channelling +channelwards +channer +chanson +chansonnette +chanst +chant +chantable +chanter +chanterelle +chantership +chantey +chanteyman +chanticleer +chanting +chantingly +chantlate +chantress +chantry +chao +chaogenous +chaology +chaos +chaotic +chaotical +chaotically +chaoticness +Chaouia +chap +Chapacura +Chapacuran +chapah +Chapanec +chaparral +chaparro +chapatty +chapbook +chape +chapeau +chapeaux +chaped +chapel +chapeless +chapelet +chapelgoer +chapelgoing +chapellage +chapellany +chapelman +chapelmaster +chapelry +chapelward +chaperno +chaperon +chaperonage +chaperone +chaperonless +chapfallen +chapin +chapiter +chapitral +chaplain +chaplaincy +chaplainry +chaplainship +chapless +chaplet +chapleted +chapman +chapmanship +chapournet +chapournetted +chappaul +chapped +chapper +chappie +chappin +chapping +chappow +chappy +chaps +chapt +chaptalization +chaptalize +chapter +chapteral +chapterful +chapwoman +char +Chara +charabanc +charabancer +charac +Characeae +characeous +characetum +characin +characine +characinid +Characinidae +characinoid +character +characterful +characterial +characterical +characterism +characterist +characteristic +characteristical +characteristically +characteristicalness +characteristicness +characterizable +characterization +characterize +characterizer +characterless +characterlessness +characterological +characterologist +characterology +charactery +charade +Charadrii +Charadriidae +charadriiform +Charadriiformes +charadrine +charadrioid +Charadriomorphae +Charadrius +Charales +charas +charbon +Charca +charcoal +charcoaly +charcutier +chard +chardock +chare +charer +charet +charette +charge +chargeability +chargeable +chargeableness +chargeably +chargee +chargeless +chargeling +chargeman +charger +chargeship +charging +Charicleia +charier +charily +chariness +chariot +charioted +chariotee +charioteer +charioteership +chariotlike +chariotman +chariotry +chariotway +charism +charisma +charismatic +Charissa +charisticary +charitable +charitableness +charitably +Charites +charity +charityless +charivari +chark +charka +charkha +charkhana +charlady +charlatan +charlatanic +charlatanical +charlatanically +charlatanish +charlatanism +charlatanistic +charlatanry +charlatanship +Charleen +Charlene +Charles +Charleston +Charley +Charlie +charlock +Charlotte +charm +charmedly +charmel +charmer +charmful +charmfully +charmfulness +charming +charmingly +charmingness +charmless +charmlessly +charmwise +charnel +charnockite +Charon +Charonian +Charonic +Charontas +Charophyta +charpit +charpoy +charqued +charqui +charr +Charruan +Charruas +charry +charshaf +charsingha +chart +chartaceous +charter +charterable +charterage +chartered +charterer +charterhouse +Charterist +charterless +chartermaster +charthouse +charting +Chartism +Chartist +chartist +chartless +chartographist +chartology +chartometer +chartophylax +chartreuse +Chartreux +chartroom +chartula +chartulary +charuk +charwoman +chary +Charybdian +Charybdis +chasable +chase +chaseable +chaser +Chasidim +chasing +chasm +chasma +chasmal +chasmed +chasmic +chasmogamic +chasmogamous +chasmogamy +chasmophyte +chasmy +chasse +Chasselas +chassepot +chasseur +chassignite +chassis +Chastacosta +chaste +chastely +chasten +chastener +chasteness +chasteningly +chastenment +chasteweed +chastisable +chastise +chastisement +chastiser +chastity +chasuble +chasubled +chat +chataka +Chateau +chateau +chateaux +chatelain +chatelaine +chatelainry +chatellany +chathamite +chati +Chatillon +Chatino +Chatot +chatoyance +chatoyancy +chatoyant +chatsome +chatta +chattable +Chattanooga +Chattanoogan +chattation +chattel +chattelhood +chattelism +chattelization +chattelize +chattelship +chatter +chatteration +chatterbag +chatterbox +chatterer +chattering +chatteringly +chattermag +chattermagging +Chattertonian +chattery +Chatti +chattily +chattiness +chatting +chattingly +chatty +chatwood +Chaucerian +Chauceriana +Chaucerianism +Chaucerism +Chauchat +chaudron +chauffer +chauffeur +chauffeurship +Chaui +chauk +chaukidari +Chauliodes +chaulmoogra +chaulmoograte +chaulmoogric +Chauna +chaus +chausseemeile +Chautauqua +Chautauquan +chaute +chauth +chauvinism +chauvinist +chauvinistic +chauvinistically +Chavante +Chavantean +chavender +chavibetol +chavicin +chavicine +chavicol +chavish +chaw +chawan +chawbacon +chawer +Chawia +chawk +chawl +chawstick +chay +chaya +chayaroot +Chayma +Chayota +chayote +chayroot +chazan +Chazy +che +cheap +cheapen +cheapener +cheapery +cheaping +cheapish +cheaply +cheapness +Cheapside +cheat +cheatable +cheatableness +cheatee +cheater +cheatery +cheating +cheatingly +cheatrie +Chebacco +chebec +chebel +chebog +chebule +chebulinic +Chechehet +Chechen +check +checkable +checkage +checkbird +checkbite +checkbook +checked +checker +checkerbelly +checkerberry +checkerbloom +checkerboard +checkerbreast +checkered +checkerist +checkers +checkerwise +checkerwork +checkhook +checkless +checkman +checkmate +checkoff +checkrack +checkrein +checkroll +checkroom +checkrope +checkrow +checkrowed +checkrower +checkstone +checkstrap +checkstring +checkup +checkweigher +checkwork +checky +cheddaring +cheddite +cheder +chedlock +chee +cheecha +cheechako +cheek +cheekbone +cheeker +cheekily +cheekiness +cheekish +cheekless +cheekpiece +cheeky +cheep +cheeper +cheepily +cheepiness +cheepy +cheer +cheered +cheerer +cheerful +cheerfulize +cheerfully +cheerfulness +cheerfulsome +cheerily +cheeriness +cheering +cheeringly +cheerio +cheerleader +cheerless +cheerlessly +cheerlessness +cheerly +cheery +cheese +cheeseboard +cheesebox +cheeseburger +cheesecake +cheesecloth +cheesecurd +cheesecutter +cheeseflower +cheeselip +cheesemonger +cheesemongering +cheesemongerly +cheesemongery +cheeseparer +cheeseparing +cheeser +cheesery +cheesewood +cheesiness +cheesy +cheet +cheetah +cheeter +cheetie +chef +Chefrinia +chegoe +chegre +Chehalis +Cheilanthes +cheilitis +Cheilodipteridae +Cheilodipterus +Cheilostomata +cheilostomatous +cheir +cheiragra +Cheiranthus +Cheirogaleus +Cheiroglossa +cheirognomy +cheirography +cheirolin +cheirology +cheiromancy +cheiromegaly +cheiropatagium +cheiropodist +cheiropody +cheiropompholyx +Cheiroptera +cheiropterygium +cheirosophy +cheirospasm +Cheirotherium +Cheka +chekan +cheke +cheki +Chekist +chekmak +chela +chelaship +chelate +chelation +chelem +chelerythrine +chelicer +chelicera +cheliceral +chelicerate +chelicere +chelide +chelidon +chelidonate +chelidonian +chelidonic +chelidonine +Chelidonium +Chelidosaurus +Cheliferidea +cheliferous +cheliform +chelingo +cheliped +Chellean +chello +Chelodina +chelodine +chelone +Chelonia +chelonian +chelonid +Chelonidae +cheloniid +Cheloniidae +chelonin +chelophore +chelp +Cheltenham +Chelura +Chelydidae +Chelydra +Chelydridae +chelydroid +chelys +Chemakuan +chemasthenia +chemawinite +Chemehuevi +chemesthesis +chemiatric +chemiatrist +chemiatry +chemic +chemical +chemicalization +chemicalize +chemically +chemicker +chemicoastrological +chemicobiologic +chemicobiology +chemicocautery +chemicodynamic +chemicoengineering +chemicoluminescence +chemicomechanical +chemicomineralogical +chemicopharmaceutical +chemicophysical +chemicophysics +chemicophysiological +chemicovital +chemigraph +chemigraphic +chemigraphy +chemiloon +chemiluminescence +chemiotactic +chemiotaxic +chemiotaxis +chemiotropic +chemiotropism +chemiphotic +chemis +chemise +chemisette +chemism +chemisorb +chemisorption +chemist +chemistry +chemitype +chemitypy +chemoceptor +chemokinesis +chemokinetic +chemolysis +chemolytic +chemolyze +chemoreception +chemoreceptor +chemoreflex +chemoresistance +chemoserotherapy +chemosis +chemosmosis +chemosmotic +chemosynthesis +chemosynthetic +chemotactic +chemotactically +chemotaxis +chemotaxy +chemotherapeutic +chemotherapeutics +chemotherapist +chemotherapy +chemotic +chemotropic +chemotropically +chemotropism +Chemung +chemurgic +chemurgical +chemurgy +Chen +chena +chende +chenevixite +Cheney +cheng +chenica +chenille +cheniller +chenopod +Chenopodiaceae +chenopodiaceous +Chenopodiales +Chenopodium +cheoplastic +chepster +cheque +Chequers +Chera +chercock +cherem +Cheremiss +Cheremissian +cherimoya +cherish +cherishable +cherisher +cherishing +cherishingly +cherishment +Cherkess +Cherkesser +Chermes +Chermidae +Chermish +Chernomorish +chernozem +Cherokee +cheroot +cherried +cherry +cherryblossom +cherrylike +chersonese +Chersydridae +chert +cherte +cherty +cherub +cherubic +cherubical +cherubically +cherubim +cherubimic +cherubimical +cherubin +Cherusci +Chervante +chervil +chervonets +Chesapeake +Cheshire +cheson +chess +chessboard +chessdom +chessel +chesser +chessist +chessman +chessmen +chesstree +chessylite +chest +Chester +chester +chesterfield +Chesterfieldian +chesterlite +chestful +chestily +chestiness +chestnut +chestnutty +chesty +Chet +cheth +chettik +chetty +chetverik +chetvert +chevage +cheval +chevalier +chevaline +chevance +cheve +cheven +chevener +chevesaile +chevin +Cheviot +chevisance +chevise +chevon +chevrette +chevron +chevrone +chevronel +chevronelly +chevronwise +chevrony +chevrotain +chevy +chew +chewbark +chewer +chewink +chewstick +chewy +Cheyenne +cheyney +chhatri +chi +chia +Chiam +Chian +Chianti +Chiapanec +Chiapanecan +chiaroscurist +chiaroscuro +chiasm +chiasma +chiasmal +chiasmatype +chiasmatypy +chiasmic +Chiasmodon +chiasmodontid +Chiasmodontidae +chiasmus +chiastic +chiastolite +chiastoneural +chiastoneurous +chiastoneury +chiaus +Chibcha +Chibchan +chibinite +chibouk +chibrit +chic +chicane +chicaner +chicanery +chicaric +chicayote +Chicha +chichi +chichicaste +Chichimec +chichimecan +chichipate +chichipe +chichituna +chick +chickabiddy +chickadee +Chickahominy +Chickamauga +chickaree +Chickasaw +chickasaw +chickell +chicken +chickenberry +chickenbill +chickenbreasted +chickenhearted +chickenheartedly +chickenheartedness +chickenhood +chickenweed +chickenwort +chicker +chickhood +chickling +chickstone +chickweed +chickwit +chicky +chicle +chicness +Chico +chico +Chicomecoatl +chicory +chicot +chicote +chicqued +chicquer +chicquest +chicquing +chid +chidden +chide +chider +chiding +chidingly +chidingness +chidra +chief +chiefdom +chiefery +chiefess +chiefest +chiefish +chiefless +chiefling +chiefly +chiefship +chieftain +chieftaincy +chieftainess +chieftainry +chieftainship +chieftess +chield +Chien +chien +chiffer +chiffon +chiffonade +chiffonier +chiffony +chifforobe +chigetai +chiggak +chigger +chiggerweed +chignon +chignoned +chigoe +chih +chihfu +Chihuahua +chikara +chil +chilacavote +chilalgia +chilarium +chilblain +Chilcat +child +childbearing +childbed +childbirth +childcrowing +childe +childed +Childermas +childhood +childing +childish +childishly +childishness +childkind +childless +childlessness +childlike +childlikeness +childly +childness +childrenite +childridden +childship +childward +chile +Chilean +Chileanization +Chileanize +chilectropion +chilenite +chili +chiliad +chiliadal +chiliadic +chiliagon +chiliahedron +chiliarch +chiliarchia +chiliarchy +chiliasm +chiliast +chiliastic +chilicote +chilicothe +chilidium +Chilina +Chilinidae +chiliomb +Chilion +chilitis +Chilkat +chill +chilla +chillagite +chilled +chiller +chillily +chilliness +chilling +chillingly +chillish +Chilliwack +chillness +chillo +chillroom +chillsome +chillum +chillumchee +chilly +chilognath +Chilognatha +chilognathan +chilognathous +chilogrammo +chiloma +Chilomastix +chiloncus +chiloplasty +chilopod +Chilopoda +chilopodan +chilopodous +Chilopsis +Chilostoma +Chilostomata +chilostomatous +chilostome +chilotomy +Chiltern +chilver +chimaera +chimaerid +Chimaeridae +chimaeroid +Chimaeroidei +Chimakuan +Chimakum +Chimalakwe +Chimalapa +Chimane +chimango +Chimaphila +Chimarikan +Chimariko +chimble +chime +chimer +chimera +chimeric +chimerical +chimerically +chimericalness +chimesmaster +chiminage +Chimmesyan +chimney +chimneyhead +chimneyless +chimneyman +Chimonanthus +chimopeelagic +chimpanzee +Chimu +Chin +chin +china +chinaberry +chinalike +Chinaman +chinamania +chinamaniac +chinampa +chinanta +Chinantecan +Chinantecs +chinaphthol +chinar +chinaroot +Chinatown +chinaware +chinawoman +chinband +chinch +chincha +Chinchasuyu +chinchayote +chinche +chincherinchee +chinchilla +chinching +chincloth +chincough +chine +chined +Chinee +Chinese +Chinesery +ching +chingma +Chingpaw +Chinhwan +chinik +chinin +Chink +chink +chinkara +chinker +chinkerinchee +chinking +chinkle +chinks +chinky +chinless +chinnam +chinned +chinny +chino +chinoa +chinol +Chinook +Chinookan +chinotoxine +chinotti +chinpiece +chinquapin +chinse +chint +chintz +chinwood +Chiococca +chiococcine +Chiogenes +chiolite +chionablepsia +Chionanthus +Chionaspis +Chionididae +Chionis +Chionodoxa +Chiot +chiotilla +Chip +chip +chipchap +chipchop +Chipewyan +chiplet +chipling +chipmunk +chippable +chippage +chipped +Chippendale +chipper +chipping +chippy +chips +chipwood +Chiquitan +Chiquito +chiragra +chiral +chiralgia +chirality +chirapsia +chirarthritis +chirata +Chiriana +Chiricahua +Chiriguano +chirimen +Chirino +chirinola +chiripa +chirivita +chirk +chirm +chiro +chirocosmetics +chirogale +chirognomic +chirognomically +chirognomist +chirognomy +chirognostic +chirograph +chirographary +chirographer +chirographic +chirographical +chirography +chirogymnast +chirological +chirologically +chirologist +chirology +chiromance +chiromancer +chiromancist +chiromancy +chiromant +chiromantic +chiromantical +Chiromantis +chiromegaly +chirometer +Chiromyidae +Chiromys +Chiron +chironomic +chironomid +Chironomidae +Chironomus +chironomy +chironym +chiropatagium +chiroplasty +chiropod +chiropodial +chiropodic +chiropodical +chiropodist +chiropodistry +chiropodous +chiropody +chiropompholyx +chiropractic +chiropractor +chiropraxis +chiropter +Chiroptera +chiropteran +chiropterite +chiropterophilous +chiropterous +chiropterygian +chiropterygious +chiropterygium +chirosophist +chirospasm +Chirotes +chirotherian +Chirotherium +chirothesia +chirotonsor +chirotonsory +chirotony +chirotype +chirp +chirper +chirpily +chirpiness +chirping +chirpingly +chirpling +chirpy +chirr +chirrup +chirruper +chirrupy +chirurgeon +chirurgery +Chisedec +chisel +chiseled +chiseler +chisellike +chiselly +chiselmouth +chit +Chita +chitak +chital +chitchat +chitchatty +Chitimacha +Chitimachan +chitin +chitinization +chitinized +chitinocalcareous +chitinogenous +chitinoid +chitinous +chiton +chitosamine +chitosan +chitose +chitra +Chitrali +chittamwood +chitter +chitterling +chitty +chivalresque +chivalric +chivalrous +chivalrously +chivalrousness +chivalry +chive +chivey +chiviatite +Chiwere +chkalik +chladnite +chlamyd +chlamydate +chlamydeous +Chlamydobacteriaceae +chlamydobacteriaceous +Chlamydobacteriales +Chlamydomonadaceae +Chlamydomonadidae +Chlamydomonas +Chlamydosaurus +Chlamydoselachidae +Chlamydoselachus +chlamydospore +Chlamydozoa +chlamydozoan +chlamyphore +Chlamyphorus +chlamys +Chleuh +chloanthite +chloasma +Chloe +chlor +chloracetate +chloragogen +chloral +chloralformamide +chloralide +chloralism +chloralization +chloralize +chloralose +chloralum +chloramide +chloramine +chloramphenicol +chloranemia +chloranemic +chloranhydride +chloranil +Chloranthaceae +chloranthaceous +Chloranthus +chloranthy +chlorapatite +chlorastrolite +chlorate +chlorazide +chlorcosane +chlordan +chlordane +chlore +Chlorella +Chlorellaceae +chlorellaceous +chloremia +chlorenchyma +chlorhydrate +chlorhydric +chloric +chloridate +chloridation +chloride +Chloridella +Chloridellidae +chlorider +chloridize +chlorimeter +chlorimetric +chlorimetry +chlorinate +chlorination +chlorinator +chlorine +chlorinize +chlorinous +chloriodide +Chlorion +Chlorioninae +chlorite +chloritic +chloritization +chloritize +chloritoid +chlorize +chlormethane +chlormethylic +chloroacetate +chloroacetic +chloroacetone +chloroacetophenone +chloroamide +chloroamine +chloroanaemia +chloroanemia +chloroaurate +chloroauric +chloroaurite +chlorobenzene +chlorobromide +chlorocalcite +chlorocarbonate +chlorochromates +chlorochromic +chlorochrous +Chlorococcaceae +Chlorococcales +Chlorococcum +Chlorococcus +chlorocresol +chlorocruorin +chlorodize +chloroform +chloroformate +chloroformic +chloroformism +chloroformist +chloroformization +chloroformize +chlorogenic +chlorogenine +chlorohydrin +chlorohydrocarbon +chloroiodide +chloroleucite +chloroma +chloromelanite +chlorometer +chloromethane +chlorometric +chlorometry +Chloromycetin +chloronitrate +chloropal +chloropalladates +chloropalladic +chlorophane +chlorophenol +chlorophoenicite +Chlorophora +Chlorophyceae +chlorophyceous +chlorophyl +chlorophyll +chlorophyllaceous +chlorophyllan +chlorophyllase +chlorophyllian +chlorophyllide +chlorophylliferous +chlorophylligenous +chlorophylligerous +chlorophyllin +chlorophyllite +chlorophylloid +chlorophyllose +chlorophyllous +chloropia +chloropicrin +chloroplast +chloroplastic +chloroplastid +chloroplatinate +chloroplatinic +chloroplatinite +chloroplatinous +chloroprene +chloropsia +chloroquine +chlorosilicate +chlorosis +chlorospinel +chlorosulphonic +chlorotic +chlorous +chlorozincate +chlorsalol +chloryl +Chnuphis +cho +choachyte +choana +choanate +Choanephora +choanocytal +choanocyte +Choanoflagellata +choanoflagellate +Choanoflagellida +Choanoflagellidae +choanoid +choanophorous +choanosomal +choanosome +choate +choaty +chob +choca +chocard +Chocho +chocho +chock +chockablock +chocker +chockler +chockman +Choco +Chocoan +chocolate +Choctaw +choel +choenix +Choeropsis +Choes +choffer +choga +chogak +chogset +Choiak +choice +choiceful +choiceless +choicelessness +choicely +choiceness +choicy +choil +choiler +choir +choirboy +choirlike +choirman +choirmaster +choirwise +Choisya +chokage +choke +chokeberry +chokebore +chokecherry +chokedamp +choker +chokered +chokerman +chokestrap +chokeweed +chokidar +choking +chokingly +chokra +choky +Chol +chol +Chola +chola +cholagogic +cholagogue +cholalic +cholane +cholangioitis +cholangitis +cholanic +cholanthrene +cholate +chold +choleate +cholecyanine +cholecyst +cholecystalgia +cholecystectasia +cholecystectomy +cholecystenterorrhaphy +cholecystenterostomy +cholecystgastrostomy +cholecystic +cholecystitis +cholecystnephrostomy +cholecystocolostomy +cholecystocolotomy +cholecystoduodenostomy +cholecystogastrostomy +cholecystogram +cholecystography +cholecystoileostomy +cholecystojejunostomy +cholecystokinin +cholecystolithiasis +cholecystolithotripsy +cholecystonephrostomy +cholecystopexy +cholecystorrhaphy +cholecystostomy +cholecystotomy +choledoch +choledochal +choledochectomy +choledochitis +choledochoduodenostomy +choledochoenterostomy +choledocholithiasis +choledocholithotomy +choledocholithotripsy +choledochoplasty +choledochorrhaphy +choledochostomy +choledochotomy +cholehematin +choleic +choleine +choleinic +cholelith +cholelithiasis +cholelithic +cholelithotomy +cholelithotripsy +cholelithotrity +cholemia +choleokinase +cholepoietic +choler +cholera +choleraic +choleric +cholericly +cholericness +choleriform +cholerigenous +cholerine +choleroid +choleromania +cholerophobia +cholerrhagia +cholestane +cholestanol +cholesteatoma +cholesteatomatous +cholestene +cholesterate +cholesteremia +cholesteric +cholesterin +cholesterinemia +cholesterinic +cholesterinuria +cholesterol +cholesterolemia +cholesteroluria +cholesterosis +cholesteryl +choletelin +choletherapy +choleuria +choli +choliamb +choliambic +choliambist +cholic +choline +cholinergic +cholinesterase +cholinic +cholla +choller +Cholo +cholochrome +cholocyanine +Choloepus +chologenetic +choloidic +choloidinic +chololith +chololithic +Cholonan +Cholones +cholophein +cholorrhea +choloscopy +cholterheaded +cholum +choluria +Choluteca +chomp +chondral +chondralgia +chondrarsenite +chondre +chondrectomy +chondrenchyma +chondric +chondrification +chondrify +chondrigen +chondrigenous +Chondrilla +chondrin +chondrinous +chondriocont +chondriome +chondriomere +chondriomite +chondriosomal +chondriosome +chondriosphere +chondrite +chondritic +chondritis +chondroadenoma +chondroalbuminoid +chondroangioma +chondroarthritis +chondroblast +chondroblastoma +chondrocarcinoma +chondrocele +chondroclasis +chondroclast +chondrocoracoid +chondrocostal +chondrocranial +chondrocranium +chondrocyte +chondrodite +chondroditic +chondrodynia +chondrodystrophia +chondrodystrophy +chondroendothelioma +chondroepiphysis +chondrofetal +chondrofibroma +chondrofibromatous +Chondroganoidei +chondrogen +chondrogenesis +chondrogenetic +chondrogenous +chondrogeny +chondroglossal +chondroglossus +chondrography +chondroid +chondroitic +chondroitin +chondrolipoma +chondrology +chondroma +chondromalacia +chondromatous +chondromucoid +Chondromyces +chondromyoma +chondromyxoma +chondromyxosarcoma +chondropharyngeal +chondropharyngeus +chondrophore +chondrophyte +chondroplast +chondroplastic +chondroplasty +chondroprotein +chondropterygian +Chondropterygii +chondropterygious +chondrosamine +chondrosarcoma +chondrosarcomatous +chondroseptum +chondrosin +chondrosis +chondroskeleton +chondrostean +Chondrostei +chondrosteoma +chondrosteous +chondrosternal +chondrotome +chondrotomy +chondroxiphoid +chondrule +chondrus +chonolith +chonta +Chontal +Chontalan +Chontaquiro +chontawood +choop +choosable +choosableness +choose +chooser +choosing +choosingly +choosy +chop +chopa +chopboat +chopfallen +chophouse +chopin +chopine +choplogic +chopped +chopper +choppered +chopping +choppy +chopstick +Chopunnish +Chora +choragic +choragion +choragium +choragus +choragy +Chorai +choral +choralcelo +choraleon +choralist +chorally +Chorasmian +chord +chorda +Chordaceae +chordacentrous +chordacentrum +chordaceous +chordal +chordally +chordamesoderm +Chordata +chordate +chorded +Chordeiles +chorditis +chordoid +chordomesoderm +chordotomy +chordotonal +chore +chorea +choreal +choreatic +choree +choregic +choregus +choregy +choreic +choreiform +choreograph +choreographer +choreographic +choreographical +choreography +choreoid +choreomania +chorepiscopal +chorepiscopus +choreus +choreutic +chorial +choriamb +choriambic +choriambize +choriambus +choric +chorine +chorioadenoma +chorioallantoic +chorioallantoid +chorioallantois +choriocapillaris +choriocapillary +choriocarcinoma +choriocele +chorioepithelioma +chorioid +chorioidal +chorioiditis +chorioidocyclitis +chorioidoiritis +chorioidoretinitis +chorioma +chorion +chorionepithelioma +chorionic +Chorioptes +chorioptic +chorioretinal +chorioretinitis +Choripetalae +choripetalous +choriphyllous +chorisepalous +chorisis +chorism +chorist +choristate +chorister +choristership +choristic +choristoblastoma +choristoma +choristry +chorization +chorizont +chorizontal +chorizontes +chorizontic +chorizontist +chorogi +chorograph +chorographer +chorographic +chorographical +chorographically +chorography +choroid +choroidal +choroidea +choroiditis +choroidocyclitis +choroidoiritis +choroidoretinitis +chorological +chorologist +chorology +choromania +choromanic +chorometry +chorook +Chorotega +Choroti +chort +chorten +Chorti +chortle +chortler +chortosterol +chorus +choruser +choruslike +Chorwat +choryos +chose +chosen +chott +Chou +Chouan +Chouanize +chouette +chough +chouka +choultry +choup +chouquette +chous +chouse +chouser +chousingha +chow +Chowanoc +chowchow +chowder +chowderhead +chowderheaded +chowk +chowry +choya +choyroot +Chozar +chrematheism +chrematist +chrematistic +chrematistics +chreotechnics +chresmology +chrestomathic +chrestomathics +chrestomathy +chria +chrimsel +Chris +chrism +chrisma +chrismal +chrismary +chrismatine +chrismation +chrismatite +chrismatize +chrismatory +chrismon +chrisom +chrisomloosing +chrisroot +Chrissie +Christ +Christabel +Christadelphian +Christadelphianism +christcross +Christdom +Christed +christen +Christendie +Christendom +christened +christener +christening +Christenmas +Christhood +Christiad +Christian +Christiana +Christiania +Christianiadeal +Christianism +christianite +Christianity +Christianization +Christianize +Christianizer +Christianlike +Christianly +Christianness +Christianogentilism +Christianography +Christianomastix +Christianopaganism +Christicide +Christie +Christiform +Christina +Christine +Christless +Christlessness +Christlike +Christlikeness +Christliness +Christly +Christmas +Christmasberry +Christmasing +Christmastide +Christmasy +Christocentric +Christofer +Christogram +Christolatry +Christological +Christologist +Christology +Christophany +Christophe +Christopher +Christos +chroatol +Chrobat +chroma +chromaffin +chromaffinic +chromammine +chromaphil +chromaphore +chromascope +chromate +chromatic +chromatical +chromatically +chromatician +chromaticism +chromaticity +chromatics +chromatid +chromatin +chromatinic +Chromatioideae +chromatism +chromatist +Chromatium +chromatize +chromatocyte +chromatodysopia +chromatogenous +chromatogram +chromatograph +chromatographic +chromatography +chromatoid +chromatology +chromatolysis +chromatolytic +chromatometer +chromatone +chromatopathia +chromatopathic +chromatopathy +chromatophil +chromatophile +chromatophilia +chromatophilic +chromatophilous +chromatophobia +chromatophore +chromatophoric +chromatophorous +chromatoplasm +chromatopsia +chromatoptometer +chromatoptometry +chromatoscope +chromatoscopy +chromatosis +chromatosphere +chromatospheric +chromatrope +chromaturia +chromatype +chromazurine +chromdiagnosis +chrome +chromene +chromesthesia +chromic +chromicize +chromid +Chromidae +Chromides +chromidial +Chromididae +chromidiogamy +chromidiosome +chromidium +chromidrosis +chromiferous +chromiole +chromism +chromite +chromitite +chromium +chromo +Chromobacterieae +Chromobacterium +chromoblast +chromocenter +chromocentral +chromochalcographic +chromochalcography +chromocollograph +chromocollographic +chromocollography +chromocollotype +chromocollotypy +chromocratic +chromocyte +chromocytometer +chromodermatosis +chromodiascope +chromogen +chromogene +chromogenesis +chromogenetic +chromogenic +chromogenous +chromogram +chromograph +chromoisomer +chromoisomeric +chromoisomerism +chromoleucite +chromolipoid +chromolith +chromolithic +chromolithograph +chromolithographer +chromolithographic +chromolithography +chromolysis +chromomere +chromometer +chromone +chromonema +chromoparous +chromophage +chromophane +chromophile +chromophilic +chromophilous +chromophobic +chromophore +chromophoric +chromophorous +chromophotograph +chromophotographic +chromophotography +chromophotolithograph +chromophyll +chromoplasm +chromoplasmic +chromoplast +chromoplastid +chromoprotein +chromopsia +chromoptometer +chromoptometrical +chromosantonin +chromoscope +chromoscopic +chromoscopy +chromosomal +chromosome +chromosphere +chromospheric +chromotherapist +chromotherapy +chromotrope +chromotropic +chromotropism +chromotropy +chromotype +chromotypic +chromotypographic +chromotypography +chromotypy +chromous +chromoxylograph +chromoxylography +chromule +chromy +chromyl +chronal +chronanagram +chronaxia +chronaxie +chronaxy +chronic +chronical +chronically +chronicity +chronicle +chronicler +chronicon +chronisotherm +chronist +chronobarometer +chronocinematography +chronocrator +chronocyclegraph +chronodeik +chronogeneous +chronogenesis +chronogenetic +chronogram +chronogrammatic +chronogrammatical +chronogrammatically +chronogrammatist +chronogrammic +chronograph +chronographer +chronographic +chronographical +chronographically +chronography +chronoisothermal +chronologer +chronologic +chronological +chronologically +chronologist +chronologize +chronology +chronomancy +chronomantic +chronometer +chronometric +chronometrical +chronometrically +chronometry +chrononomy +chronopher +chronophotograph +chronophotographic +chronophotography +Chronos +chronoscope +chronoscopic +chronoscopically +chronoscopy +chronosemic +chronostichon +chronothermal +chronothermometer +chronotropic +chronotropism +Chroococcaceae +chroococcaceous +Chroococcales +chroococcoid +Chroococcus +Chrosperma +chrotta +chrysal +chrysalid +chrysalidal +chrysalides +chrysalidian +chrysaline +chrysalis +chrysaloid +chrysamine +chrysammic +chrysamminic +Chrysamphora +chrysaniline +chrysanisic +chrysanthemin +chrysanthemum +chrysanthous +Chrysaor +chrysarobin +chrysatropic +chrysazin +chrysazol +chryselectrum +chryselephantine +Chrysemys +chrysene +chrysenic +chrysid +Chrysidella +chrysidid +Chrysididae +chrysin +Chrysippus +Chrysis +chrysoaristocracy +Chrysobalanaceae +Chrysobalanus +chrysoberyl +chrysobull +chrysocarpous +chrysochlore +Chrysochloridae +Chrysochloris +chrysochlorous +chrysochrous +chrysocolla +chrysocracy +chrysoeriol +chrysogen +chrysograph +chrysographer +chrysography +chrysohermidin +chrysoidine +chrysolite +chrysolitic +chrysology +Chrysolophus +chrysomelid +Chrysomelidae +chrysomonad +Chrysomonadales +Chrysomonadina +chrysomonadine +Chrysomyia +Chrysopa +chrysopal +chrysopee +chrysophan +chrysophanic +Chrysophanus +chrysophenine +chrysophilist +chrysophilite +Chrysophlyctis +chrysophyll +Chrysophyllum +chrysopid +Chrysopidae +chrysopoeia +chrysopoetic +chrysopoetics +chrysoprase +Chrysops +Chrysopsis +chrysorin +chrysosperm +Chrysosplenium +Chrysothamnus +Chrysothrix +chrysotile +Chrysotis +chrystocrene +chthonian +chthonic +chthonophagia +chthonophagy +chub +chubbed +chubbedness +chubbily +chubbiness +chubby +Chuchona +Chuck +chuck +chucker +chuckhole +chuckies +chucking +chuckingly +chuckle +chucklehead +chuckleheaded +chuckler +chucklingly +chuckrum +chuckstone +chuckwalla +chucky +Chud +chuddar +Chude +Chudic +Chueta +chufa +chuff +chuffy +chug +chugger +chuhra +Chuje +chukar +Chukchi +chukker +chukor +chulan +chullpa +chum +Chumashan +Chumawi +chummage +chummer +chummery +chummily +chummy +chump +chumpaka +chumpish +chumpishness +Chumpivilca +chumpy +chumship +Chumulu +Chun +chun +chunari +Chuncho +chunga +chunk +chunkhead +chunkily +chunkiness +chunky +chunner +chunnia +chunter +chupak +chupon +chuprassie +chuprassy +church +churchanity +churchcraft +churchdom +churchful +churchgoer +churchgoing +churchgrith +churchianity +churchified +churchiness +churching +churchish +churchism +churchite +churchless +churchlet +churchlike +churchliness +churchly +churchman +churchmanly +churchmanship +churchmaster +churchscot +churchward +churchwarden +churchwardenism +churchwardenize +churchwardenship +churchwards +churchway +churchwise +churchwoman +churchy +churchyard +churel +churinga +churl +churled +churlhood +churlish +churlishly +churlishness +churly +churm +churn +churnability +churnful +churning +churnmilk +churnstaff +Churoya +Churoyan +churr +Churrigueresque +churruck +churrus +churrworm +chut +chute +chuter +chutney +Chuvash +Chwana +chyack +chyak +chylaceous +chylangioma +chylaqueous +chyle +chylemia +chylidrosis +chylifaction +chylifactive +chylifactory +chyliferous +chylific +chylification +chylificatory +chyliform +chylify +chylocaulous +chylocauly +chylocele +chylocyst +chyloid +chylomicron +chylopericardium +chylophyllous +chylophylly +chylopoiesis +chylopoietic +chylosis +chylothorax +chylous +chyluria +chymaqueous +chymase +chyme +chymia +chymic +chymiferous +chymification +chymify +chymosin +chymosinogen +chymotrypsin +chymotrypsinogen +chymous +chypre +chytra +chytrid +Chytridiaceae +chytridiaceous +chytridial +Chytridiales +chytridiose +chytridiosis +Chytridium +Chytroi +cibarial +cibarian +cibarious +cibation +cibol +Cibola +Cibolan +Ciboney +cibophobia +ciborium +cibory +ciboule +cicad +cicada +Cicadellidae +cicadid +Cicadidae +cicala +cicatrice +cicatrices +cicatricial +cicatricle +cicatricose +cicatricula +cicatricule +cicatrisive +cicatrix +cicatrizant +cicatrizate +cicatrization +cicatrize +cicatrizer +cicatrose +Cicely +cicely +cicer +ciceronage +cicerone +ciceroni +Ciceronian +Ciceronianism +Ciceronianize +Ciceronic +Ciceronically +ciceronism +ciceronize +cichlid +Cichlidae +cichloid +cichoraceous +Cichoriaceae +cichoriaceous +Cichorium +Cicindela +cicindelid +cicindelidae +cicisbeism +ciclatoun +Ciconia +Ciconiae +ciconian +ciconiid +Ciconiidae +ciconiiform +Ciconiiformes +ciconine +ciconioid +Cicuta +cicutoxin +Cid +cidarid +Cidaridae +cidaris +Cidaroida +cider +ciderish +ciderist +ciderkin +cig +cigala +cigar +cigaresque +cigarette +cigarfish +cigarillo +cigarito +cigarless +cigua +ciguatera +cilectomy +cilia +ciliary +Ciliata +ciliate +ciliated +ciliately +ciliation +cilice +Cilician +cilicious +Cilicism +ciliella +ciliferous +ciliform +ciliiferous +ciliiform +Cilioflagellata +cilioflagellate +ciliograde +ciliolate +ciliolum +Ciliophora +cilioretinal +cilioscleral +ciliospinal +ciliotomy +cilium +cillosis +cimbia +Cimbri +Cimbrian +Cimbric +cimelia +cimex +cimicid +Cimicidae +cimicide +cimiciform +Cimicifuga +cimicifugin +cimicoid +ciminite +cimline +Cimmeria +Cimmerian +Cimmerianism +cimolite +cinch +cincher +cincholoipon +cincholoiponic +cinchomeronic +Cinchona +Cinchonaceae +cinchonaceous +cinchonamine +cinchonate +cinchonia +cinchonic +cinchonicine +cinchonidia +cinchonidine +cinchonine +cinchoninic +cinchonism +cinchonization +cinchonize +cinchonology +cinchophen +cinchotine +cinchotoxine +cincinnal +Cincinnati +Cincinnatia +Cincinnatian +cincinnus +Cinclidae +Cinclidotus +cinclis +Cinclus +cinct +cincture +cinder +Cinderella +cinderlike +cinderman +cinderous +cindery +Cindie +Cindy +cine +cinecamera +cinefilm +cinel +cinema +Cinemascope +cinematic +cinematical +cinematically +cinematize +cinematograph +cinematographer +cinematographic +cinematographical +cinematographically +cinematographist +cinematography +cinemelodrama +cinemize +cinemograph +cinenchyma +cinenchymatous +cinene +cinenegative +cineole +cineolic +cinephone +cinephotomicrography +cineplastics +cineplasty +cineraceous +Cinerama +Cineraria +cinerarium +cinerary +cineration +cinerator +cinerea +cinereal +cinereous +cineritious +cinevariety +cingle +cingular +cingulate +cingulated +cingulum +cinnabar +cinnabaric +cinnabarine +cinnamal +cinnamaldehyde +cinnamate +cinnamein +cinnamene +cinnamenyl +cinnamic +Cinnamodendron +cinnamol +cinnamomic +Cinnamomum +cinnamon +cinnamoned +cinnamonic +cinnamonlike +cinnamonroot +cinnamonwood +cinnamyl +cinnamylidene +cinnoline +cinnyl +cinquain +cinque +cinquecentism +cinquecentist +cinquecento +cinquefoil +cinquefoiled +cinquepace +cinter +Cinura +cinuran +cinurous +cion +cionectomy +cionitis +cionocranial +cionocranian +cionoptosis +cionorrhaphia +cionotome +cionotomy +Cipango +cipher +cipherable +cipherdom +cipherer +cipherhood +cipo +cipolin +cippus +circa +Circaea +Circaeaceae +Circaetus +Circassian +Circassic +Circe +Circean +Circensian +circinal +circinate +circinately +circination +Circinus +circiter +circle +circled +circler +circlet +circlewise +circling +circovarian +circuit +circuitable +circuital +circuiteer +circuiter +circuition +circuitman +circuitor +circuitous +circuitously +circuitousness +circuity +circulable +circulant +circular +circularism +circularity +circularization +circularize +circularizer +circularly +circularness +circularwise +circulate +circulation +circulative +circulator +circulatory +circumagitate +circumagitation +circumambages +circumambagious +circumambience +circumambiency +circumambient +circumambulate +circumambulation +circumambulator +circumambulatory +circumanal +circumantarctic +circumarctic +circumarticular +circumaviate +circumaviation +circumaviator +circumaxial +circumaxile +circumaxillary +circumbasal +circumbendibus +circumboreal +circumbuccal +circumbulbar +circumcallosal +Circumcellion +circumcenter +circumcentral +circumcinct +circumcincture +circumcircle +circumcise +circumciser +circumcision +circumclude +circumclusion +circumcolumnar +circumcone +circumconic +circumcorneal +circumcrescence +circumcrescent +circumdenudation +circumdiction +circumduce +circumduct +circumduction +circumesophagal +circumesophageal +circumference +circumferential +circumferentially +circumferentor +circumflant +circumflect +circumflex +circumflexion +circumfluence +circumfluent +circumfluous +circumforaneous +circumfulgent +circumfuse +circumfusile +circumfusion +circumgenital +circumgyrate +circumgyration +circumgyratory +circumhorizontal +circumincession +circuminsession +circuminsular +circumintestinal +circumitineration +circumjacence +circumjacency +circumjacent +circumlental +circumlitio +circumlittoral +circumlocute +circumlocution +circumlocutional +circumlocutionary +circumlocutionist +circumlocutory +circummeridian +circummeridional +circummigration +circummundane +circummure +circumnatant +circumnavigable +circumnavigate +circumnavigation +circumnavigator +circumnavigatory +circumneutral +circumnuclear +circumnutate +circumnutation +circumnutatory +circumocular +circumoesophagal +circumoral +circumorbital +circumpacific +circumpallial +circumparallelogram +circumpentagon +circumplicate +circumplication +circumpolar +circumpolygon +circumpose +circumposition +circumradius +circumrenal +circumrotate +circumrotation +circumrotatory +circumsail +circumscissile +circumscribable +circumscribe +circumscribed +circumscriber +circumscript +circumscription +circumscriptive +circumscriptively +circumscriptly +circumsinous +circumspangle +circumspatial +circumspect +circumspection +circumspective +circumspectively +circumspectly +circumspectness +circumspheral +circumstance +circumstanced +circumstantiability +circumstantiable +circumstantial +circumstantiality +circumstantially +circumstantialness +circumstantiate +circumstantiation +circumtabular +circumterraneous +circumterrestrial +circumtonsillar +circumtropical +circumumbilical +circumundulate +circumundulation +circumvallate +circumvallation +circumvascular +circumvent +circumventer +circumvention +circumventive +circumventor +circumviate +circumvolant +circumvolute +circumvolution +circumvolutory +circumvolve +circumzenithal +circus +circusy +cirque +cirrate +cirrated +Cirratulidae +Cirratulus +Cirrhopetalum +cirrhosed +cirrhosis +cirrhotic +cirrhous +cirri +cirribranch +cirriferous +cirriform +cirrigerous +cirrigrade +cirriped +Cirripedia +cirripedial +cirrolite +cirropodous +cirrose +Cirrostomi +cirrous +cirrus +cirsectomy +Cirsium +cirsocele +cirsoid +cirsomphalos +cirsophthalmia +cirsotome +cirsotomy +ciruela +cirurgian +Cisalpine +cisalpine +Cisalpinism +cisandine +cisatlantic +cisco +cise +cisele +cisgangetic +cisjurane +cisleithan +cismarine +Cismontane +cismontane +Cismontanism +cisoceanic +cispadane +cisplatine +cispontine +cisrhenane +Cissampelos +cissing +cissoid +cissoidal +Cissus +cist +cista +Cistaceae +cistaceous +cistae +cisted +Cistercian +Cistercianism +cistern +cisterna +cisternal +cistic +cistophoric +cistophorus +Cistudo +Cistus +cistvaen +cit +citable +citadel +citation +citator +citatory +cite +citee +Citellus +citer +citess +cithara +Citharexylum +citharist +citharista +citharoedi +citharoedic +citharoedus +cither +citied +citification +citified +citify +Citigradae +citigrade +citizen +citizendom +citizeness +citizenhood +citizenish +citizenism +citizenize +citizenly +citizenry +citizenship +citole +citraconate +citraconic +citral +citramide +citramontane +citrange +citrangeade +citrate +citrated +citrean +citrene +citreous +citric +citriculture +citriculturist +citril +citrin +citrination +citrine +citrinin +citrinous +citrometer +Citromyces +citron +citronade +citronella +citronellal +citronelle +citronellic +citronellol +citronin +citronwood +Citropsis +citropten +citrous +citrullin +Citrullus +Citrus +citrus +citrylidene +cittern +citua +city +citycism +citydom +cityfolk +cityful +cityish +cityless +cityness +cityscape +cityward +citywards +cive +civet +civetlike +civetone +civic +civically +civicism +civics +civil +civilian +civility +civilizable +civilization +civilizational +civilizatory +civilize +civilized +civilizedness +civilizee +civilizer +civilly +civilness +civism +Civitan +civvy +cixiid +Cixiidae +Cixo +clabber +clabbery +clachan +clack +Clackama +clackdish +clacker +clacket +clackety +clad +cladanthous +cladautoicous +cladding +cladine +cladocarpous +Cladocera +cladoceran +cladocerous +cladode +cladodial +cladodont +cladodontid +Cladodontidae +Cladodus +cladogenous +Cladonia +Cladoniaceae +cladoniaceous +cladonioid +Cladophora +Cladophoraceae +cladophoraceous +Cladophorales +cladophyll +cladophyllum +cladoptosis +cladose +Cladoselache +Cladoselachea +cladoselachian +Cladoselachidae +cladosiphonic +Cladosporium +Cladothrix +Cladrastis +cladus +clag +claggum +claggy +Claiborne +Claibornian +claim +claimable +claimant +claimer +claimless +clairaudience +clairaudient +clairaudiently +clairce +Claire +clairecole +clairecolle +clairschach +clairschacher +clairsentience +clairsentient +clairvoyance +clairvoyancy +clairvoyant +clairvoyantly +claith +claithes +claiver +Clallam +clam +clamant +clamantly +clamative +Clamatores +clamatorial +clamatory +clamb +clambake +clamber +clamberer +clamcracker +clame +clamer +clammed +clammer +clammily +clamminess +clamming +clammish +clammy +clammyweed +clamor +clamorer +clamorist +clamorous +clamorously +clamorousness +clamorsome +clamp +clamper +clamshell +clamworm +clan +clancular +clancularly +clandestine +clandestinely +clandestineness +clandestinity +clanfellow +clang +clangful +clangingly +clangor +clangorous +clangorously +Clangula +clanjamfray +clanjamfrey +clanjamfrie +clanjamphrey +clank +clankety +clanking +clankingly +clankingness +clankless +clanless +clanned +clanning +clannishly +clannishness +clansfolk +clanship +clansman +clansmanship +clanswoman +Claosaurus +clap +clapboard +clapbread +clapmatch +clapnet +clapped +clapper +clapperclaw +clapperclawer +clapperdudgeon +clappermaclaw +clapping +clapt +claptrap +clapwort +claque +claquer +Clara +clarabella +clarain +Clare +Clarence +Clarenceux +Clarenceuxship +Clarencieux +clarendon +claret +Claretian +Claribel +claribella +Clarice +clarifiant +clarification +clarifier +clarify +clarigation +clarin +Clarinda +clarinet +clarinetist +clarinettist +clarion +clarionet +Clarissa +Clarisse +Clarist +clarity +Clark +clark +clarkeite +Clarkia +claro +Claromontane +clarshech +clart +clarty +clary +clash +clasher +clashingly +clashy +clasmatocyte +clasmatosis +clasp +clasper +clasping +claspt +class +classable +classbook +classed +classer +classes +classfellow +classic +classical +classicalism +classicalist +classicality +classicalize +classically +classicalness +classicism +classicist +classicistic +classicize +classicolatry +classifiable +classific +classifically +classification +classificational +classificator +classificatory +classified +classifier +classis +classism +classman +classmanship +classmate +classroom +classwise +classwork +classy +clastic +clat +clatch +Clathraceae +clathraceous +Clathraria +clathrarian +clathrate +Clathrina +Clathrinidae +clathroid +clathrose +clathrulate +Clathrus +Clatsop +clatter +clatterer +clatteringly +clattertrap +clattery +clatty +Claude +claudent +claudetite +Claudia +Claudian +claudicant +claudicate +claudication +Claudio +Claudius +claught +clausal +clause +Clausilia +Clausiliidae +clausthalite +claustra +claustral +claustration +claustrophobia +claustrum +clausula +clausular +clausule +clausure +claut +clava +clavacin +claval +Clavaria +Clavariaceae +clavariaceous +clavate +clavated +clavately +clavation +clave +clavecin +clavecinist +clavel +clavelization +clavelize +clavellate +clavellated +claver +clavial +claviature +clavicembalo +Claviceps +clavichord +clavichordist +clavicithern +clavicle +clavicorn +clavicornate +Clavicornes +Clavicornia +clavicotomy +clavicular +clavicularium +claviculate +claviculus +clavicylinder +clavicymbal +clavicytherium +clavier +clavierist +claviform +claviger +clavigerous +claviharp +clavilux +claviol +clavipectoral +clavis +clavodeltoid +clavodeltoideus +clavola +clavolae +clavolet +clavus +clavy +claw +clawed +clawer +clawk +clawker +clawless +Clay +clay +claybank +claybrained +clayen +clayer +clayey +clayiness +clayish +claylike +clayman +claymore +Clayoquot +claypan +Clayton +Claytonia +clayware +clayweed +cleach +clead +cleaded +cleading +cleam +cleamer +clean +cleanable +cleaner +cleanhanded +cleanhandedness +cleanhearted +cleaning +cleanish +cleanlily +cleanliness +cleanly +cleanness +cleanout +cleansable +cleanse +cleanser +cleansing +cleanskins +cleanup +clear +clearable +clearage +clearance +clearcole +clearedness +clearer +clearheaded +clearheadedly +clearheadedness +clearhearted +clearing +clearinghouse +clearish +clearly +clearness +clearskins +clearstarch +clearweed +clearwing +cleat +cleavability +cleavable +cleavage +cleave +cleaveful +cleavelandite +cleaver +cleavers +cleaverwort +cleaving +cleavingly +cleche +cleck +cled +cledge +cledgy +cledonism +clee +cleek +cleeked +cleeky +clef +cleft +clefted +cleg +cleidagra +cleidarthritis +cleidocostal +cleidocranial +cleidohyoid +cleidomancy +cleidomastoid +cleidorrhexis +cleidoscapular +cleidosternal +cleidotomy +cleidotripsy +cleistocarp +cleistocarpous +cleistogamic +cleistogamically +cleistogamous +cleistogamously +cleistogamy +cleistogene +cleistogenous +cleistogeny +cleistothecium +Cleistothecopsis +cleithral +cleithrum +Clem +clem +Clematis +clematite +Clemclemalats +clemence +clemency +Clement +clement +Clementina +Clementine +clemently +clench +cleoid +Cleome +Cleopatra +clep +Clepsine +clepsydra +cleptobiosis +cleptobiotic +clerestoried +clerestory +clergy +clergyable +clergylike +clergyman +clergywoman +cleric +clerical +clericalism +clericalist +clericality +clericalize +clerically +clericate +clericature +clericism +clericity +clerid +Cleridae +clerihew +clerisy +clerk +clerkage +clerkdom +clerkery +clerkess +clerkhood +clerking +clerkish +clerkless +clerklike +clerkliness +clerkly +clerkship +Clerodendron +cleromancy +cleronomy +cleruch +cleruchial +cleruchic +cleruchy +Clerus +cletch +Clethra +Clethraceae +clethraceous +cleuch +cleve +cleveite +clever +cleverality +cleverish +cleverishly +cleverly +cleverness +clevis +clew +cliack +clianthus +cliche +click +clicker +clicket +clickless +clicky +Clidastes +cliency +client +clientage +cliental +cliented +clientelage +clientele +clientless +clientry +clientship +Cliff +cliff +cliffed +cliffless +clifflet +clifflike +Clifford +cliffside +cliffsman +cliffweed +cliffy +clift +Cliftonia +cliftonite +clifty +clima +Climaciaceae +climaciaceous +Climacium +climacteric +climacterical +climacterically +climactic +climactical +climactically +climacus +climata +climatal +climate +climath +climatic +climatical +climatically +Climatius +climatize +climatographical +climatography +climatologic +climatological +climatologically +climatologist +climatology +climatometer +climatotherapeutics +climatotherapy +climature +climax +climb +climbable +climber +climbing +clime +climograph +clinal +clinamen +clinamina +clinandria +clinandrium +clinanthia +clinanthium +clinch +clincher +clinchingly +clinchingness +cline +cling +clinger +clingfish +clinging +clingingly +clingingness +clingstone +clingy +clinia +clinic +clinical +clinically +clinician +clinicist +clinicopathological +clinium +clink +clinker +clinkerer +clinkery +clinking +clinkstone +clinkum +clinoaxis +clinocephalic +clinocephalism +clinocephalous +clinocephalus +clinocephaly +clinochlore +clinoclase +clinoclasite +clinodiagonal +clinodomatic +clinodome +clinograph +clinographic +clinohedral +clinohedrite +clinohumite +clinoid +clinologic +clinology +clinometer +clinometric +clinometrical +clinometry +clinopinacoid +clinopinacoidal +Clinopodium +clinoprism +clinopyramid +clinopyroxene +clinorhombic +clinospore +clinostat +clinquant +clint +clinting +Clinton +Clintonia +clintonite +clinty +Clio +Cliona +Clione +clip +clipei +clipeus +clippable +clipped +clipper +clipperman +clipping +clips +clipse +clipsheet +clipsome +clipt +clique +cliquedom +cliqueless +cliquish +cliquishly +cliquishness +cliquism +cliquy +cliseometer +clisere +clishmaclaver +Clisiocampa +Clistogastra +clit +clitch +clite +clitella +clitellar +clitelliferous +clitelline +clitellum +clitellus +clites +clithe +clithral +clithridiate +clitia +clition +Clitocybe +Clitoria +clitoridauxe +clitoridean +clitoridectomy +clitoriditis +clitoridotomy +clitoris +clitorism +clitoritis +clitter +clitterclatter +clival +clive +clivers +Clivia +clivis +clivus +cloaca +cloacal +cloacaline +cloacean +cloacinal +cloacinean +cloacitis +cloak +cloakage +cloaked +cloakedly +cloaking +cloakless +cloaklet +cloakmaker +cloakmaking +cloakroom +cloakwise +cloam +cloamen +cloamer +clobber +clobberer +clochan +cloche +clocher +clochette +clock +clockbird +clockcase +clocked +clocker +clockface +clockhouse +clockkeeper +clockless +clocklike +clockmaker +clockmaking +clockmutch +clockroom +clocksmith +clockwise +clockwork +clod +clodbreaker +clodder +cloddily +cloddiness +cloddish +cloddishly +cloddishness +cloddy +clodhead +clodhopper +clodhopping +clodlet +clodpate +clodpated +clodpoll +cloff +clog +clogdogdo +clogger +cloggily +clogginess +cloggy +cloghad +cloglike +clogmaker +clogmaking +clogwood +clogwyn +cloiochoanitic +cloisonless +cloisonne +cloister +cloisteral +cloistered +cloisterer +cloisterless +cloisterlike +cloisterliness +cloisterly +cloisterwise +cloistral +cloistress +cloit +clomb +clomben +clonal +clone +clonic +clonicity +clonicotonic +clonism +clonorchiasis +Clonorchis +Clonothrix +clonus +cloof +cloop +cloot +clootie +clop +cloragen +clorargyrite +cloriodid +closable +close +closecross +closed +closefisted +closefistedly +closefistedness +closehanded +closehearted +closely +closemouth +closemouthed +closen +closeness +closer +closestool +closet +closewing +closh +closish +closter +Closterium +clostridial +Clostridium +closure +clot +clotbur +clote +cloth +clothbound +clothe +clothes +clothesbag +clothesbasket +clothesbrush +clotheshorse +clothesline +clothesman +clothesmonger +clothespin +clothespress +clothesyard +clothier +clothify +Clothilda +clothing +clothmaker +clothmaking +Clotho +clothworker +clothy +clottage +clottedness +clotter +clotty +cloture +clotweed +cloud +cloudage +cloudberry +cloudburst +cloudcap +clouded +cloudful +cloudily +cloudiness +clouding +cloudland +cloudless +cloudlessly +cloudlessness +cloudlet +cloudlike +cloudling +cloudology +cloudscape +cloudship +cloudward +cloudwards +cloudy +clough +clour +clout +clouted +clouter +clouterly +clouty +clove +cloven +clovene +clover +clovered +cloverlay +cloverleaf +cloveroot +cloverroot +clovery +clow +clown +clownade +clownage +clownery +clownheal +clownish +clownishly +clownishness +clownship +clowring +cloy +cloyedness +cloyer +cloying +cloyingly +cloyingness +cloyless +cloysome +club +clubbability +clubbable +clubbed +clubber +clubbily +clubbing +clubbish +clubbism +clubbist +clubby +clubdom +clubfellow +clubfisted +clubfoot +clubfooted +clubhand +clubhaul +clubhouse +clubionid +Clubionidae +clubland +clubman +clubmate +clubmobile +clubmonger +clubridden +clubroom +clubroot +clubstart +clubster +clubweed +clubwoman +clubwood +cluck +clue +cluff +clump +clumpish +clumproot +clumpy +clumse +clumsily +clumsiness +clumsy +clunch +clung +Cluniac +Cluniacensian +Clunisian +Clunist +clunk +clupanodonic +Clupea +clupeid +Clupeidae +clupeiform +clupeine +Clupeodei +clupeoid +cluricaune +Clusia +Clusiaceae +clusiaceous +cluster +clusterberry +clustered +clusterfist +clustering +clusteringly +clustery +clutch +clutchman +cluther +clutter +clutterer +clutterment +cluttery +cly +Clyde +Clydesdale +Clydeside +Clydesider +clyer +clyfaker +clyfaking +Clymenia +clype +clypeal +Clypeaster +Clypeastridea +Clypeastrina +clypeastroid +Clypeastroida +Clypeastroidea +clypeate +clypeiform +clypeolar +clypeolate +clypeole +clypeus +clysis +clysma +clysmian +clysmic +clyster +clysterize +Clytemnestra +cnemapophysis +cnemial +cnemidium +Cnemidophorus +cnemis +Cneoraceae +cneoraceous +Cneorum +cnicin +Cnicus +cnida +Cnidaria +cnidarian +Cnidian +cnidoblast +cnidocell +cnidocil +cnidocyst +cnidophore +cnidophorous +cnidopod +cnidosac +Cnidoscolus +cnidosis +coabode +coabound +coabsume +coacceptor +coacervate +coacervation +coach +coachability +coachable +coachbuilder +coachbuilding +coachee +coacher +coachfellow +coachful +coaching +coachlet +coachmaker +coachmaking +coachman +coachmanship +coachmaster +coachsmith +coachsmithing +coachway +coachwhip +coachwise +coachwoman +coachwork +coachwright +coachy +coact +coaction +coactive +coactively +coactivity +coactor +coadamite +coadapt +coadaptation +coadequate +coadjacence +coadjacency +coadjacent +coadjacently +coadjudicator +coadjust +coadjustment +coadjutant +coadjutator +coadjute +coadjutement +coadjutive +coadjutor +coadjutorship +coadjutress +coadjutrix +coadjuvancy +coadjuvant +coadjuvate +coadminister +coadministration +coadministrator +coadministratrix +coadmiration +coadmire +coadmit +coadnate +coadore +coadsorbent +coadunate +coadunation +coadunative +coadunatively +coadunite +coadventure +coadventurer +coadvice +coaffirmation +coafforest +coaged +coagency +coagent +coaggregate +coaggregated +coaggregation +coagitate +coagitator +coagment +coagonize +coagriculturist +coagula +coagulability +coagulable +coagulant +coagulase +coagulate +coagulation +coagulative +coagulator +coagulatory +coagulin +coagulometer +coagulose +coagulum +Coahuiltecan +coaid +coaita +coak +coakum +coal +coalbag +coalbagger +coalbin +coalbox +coaldealer +coaler +coalesce +coalescence +coalescency +coalescent +coalfish +coalfitter +coalhole +coalification +coalify +Coalite +coalition +coalitional +coalitioner +coalitionist +coalize +coalizer +coalless +coalmonger +coalmouse +coalpit +coalrake +coalsack +coalternate +coalternation +coalternative +coaltitude +coaly +coalyard +coambassador +coambulant +coamiable +coaming +Coan +coanimate +coannex +coannihilate +coapostate +coapparition +coappear +coappearance +coapprehend +coapprentice +coappriser +coapprover +coapt +coaptate +coaptation +coaration +coarb +coarbiter +coarbitrator +coarctate +coarctation +coardent +coarrange +coarrangement +coarse +coarsely +coarsen +coarseness +coarsish +coascend +coassert +coasserter +coassession +coassessor +coassignee +coassist +coassistance +coassistant +coassume +coast +coastal +coastally +coaster +Coastguard +coastguardman +coasting +coastland +coastman +coastside +coastwaiter +coastward +coastwards +coastways +coastwise +coat +coated +coatee +coater +coati +coatie +coatimondie +coatimundi +coating +coatless +coatroom +coattail +coattailed +coattend +coattest +coattestation +coattestator +coaudience +coauditor +coaugment +coauthor +coauthority +coauthorship +coawareness +coax +coaxal +coaxation +coaxer +coaxial +coaxially +coaxing +coaxingly +coaxy +cob +cobaea +cobalt +cobaltammine +cobaltic +cobalticyanic +cobalticyanides +cobaltiferous +cobaltinitrite +cobaltite +cobaltocyanic +cobaltocyanide +cobaltous +cobang +cobbed +cobber +cobberer +cobbing +cobble +cobbler +cobblerfish +cobblerism +cobblerless +cobblership +cobblery +cobblestone +cobbling +cobbly +cobbra +cobby +cobcab +Cobdenism +Cobdenite +cobego +cobelief +cobeliever +cobelligerent +cobenignity +coberger +cobewail +cobhead +cobia +cobiron +cobishop +Cobitidae +Cobitis +coble +cobleman +Coblentzian +Cobleskill +cobless +cobloaf +cobnut +cobola +coboundless +cobourg +cobra +cobreathe +cobridgehead +cobriform +cobrother +cobstone +coburg +coburgess +coburgher +coburghership +Cobus +cobweb +cobwebbery +cobwebbing +cobwebby +cobwork +coca +cocaceous +cocaine +cocainism +cocainist +cocainization +cocainize +cocainomania +cocainomaniac +Cocama +Cocamama +cocamine +Cocanucos +cocarboxylase +cocash +cocashweed +cocause +cocautioner +Coccaceae +coccagee +coccal +Cocceian +Cocceianism +coccerin +cocci +coccid +Coccidae +coccidia +coccidial +coccidian +Coccidiidea +coccidioidal +Coccidioides +Coccidiomorpha +coccidiosis +coccidium +coccidology +cocciferous +cocciform +coccigenic +coccinella +coccinellid +Coccinellidae +coccionella +cocco +coccobacillus +coccochromatic +Coccogonales +coccogone +Coccogoneae +coccogonium +coccoid +coccolite +coccolith +coccolithophorid +Coccolithophoridae +Coccoloba +Coccolobis +Coccomyces +coccosphere +coccostean +coccosteid +Coccosteidae +Coccosteus +Coccothraustes +coccothraustine +Coccothrinax +coccous +coccule +cocculiferous +Cocculus +cocculus +coccus +coccydynia +coccygalgia +coccygeal +coccygean +coccygectomy +coccygerector +coccyges +coccygeus +coccygine +coccygodynia +coccygomorph +Coccygomorphae +coccygomorphic +coccygotomy +coccyodynia +coccyx +Coccyzus +cocentric +cochairman +cochal +cochief +Cochin +cochineal +cochlea +cochlear +cochleare +Cochlearia +cochlearifoliate +cochleariform +cochleate +cochleated +cochleiform +cochleitis +cochleous +cochlidiid +Cochlidiidae +cochliodont +Cochliodontidae +Cochliodus +Cochlospermaceae +cochlospermaceous +Cochlospermum +Cochranea +cochurchwarden +cocillana +cocircular +cocircularity +cocitizen +cocitizenship +cock +cockade +cockaded +Cockaigne +cockal +cockalorum +cockamaroo +cockarouse +cockateel +cockatoo +cockatrice +cockawee +cockbell +cockbill +cockbird +cockboat +cockbrain +cockchafer +cockcrow +cockcrower +cockcrowing +cocked +Cocker +cocker +cockerel +cockermeg +cockernony +cocket +cockeye +cockeyed +cockfight +cockfighting +cockhead +cockhorse +cockieleekie +cockily +cockiness +cocking +cockish +cockle +cockleboat +cocklebur +cockled +cockler +cockleshell +cocklet +cocklewife +cocklight +cockling +cockloft +cockly +cockmaster +cockmatch +cockmate +cockneian +cockneity +cockney +cockneybred +cockneydom +cockneyese +cockneyess +cockneyfication +cockneyfy +cockneyish +cockneyishly +cockneyism +cockneyize +cockneyland +cockneyship +cockpit +cockroach +cockscomb +cockscombed +cocksfoot +cockshead +cockshot +cockshut +cockshy +cockshying +cockspur +cockstone +cocksure +cocksuredom +cocksureism +cocksurely +cocksureness +cocksurety +cocktail +cockthrowing +cockup +cockweed +cocky +Cocle +coco +cocoa +cocoach +cocobolo +Coconino +coconnection +coconqueror +coconscious +coconsciously +coconsciousness +coconsecrator +coconspirator +coconstituent +cocontractor +Coconucan +Coconuco +coconut +cocoon +cocoonery +cocorico +cocoroot +Cocos +cocotte +cocovenantor +cocowood +cocowort +cocozelle +cocreate +cocreator +cocreatorship +cocreditor +cocrucify +coctile +coction +coctoantigen +coctoprecipitin +cocuisa +cocullo +cocurator +cocurrent +cocuswood +cocuyo +Cocytean +Cocytus +cod +coda +codamine +codbank +codder +codding +coddle +coddler +code +codebtor +codeclination +codecree +codefendant +codeine +codeless +codelight +codelinquency +codelinquent +codenization +codeposit +coder +coderive +codescendant +codespairer +codex +codfish +codfisher +codfishery +codger +codhead +codheaded +Codiaceae +codiaceous +Codiaeum +Codiales +codical +codices +codicil +codicilic +codicillary +codictatorship +codification +codifier +codify +codilla +codille +codiniac +codirectional +codirector +codiscoverer +codisjunct +codist +Codium +codivine +codling +codman +codo +codol +codomestication +codominant +codon +codpiece +codpitchings +Codrus +codshead +codworm +coe +coecal +coecum +coed +coeditor +coeditorship +coeducate +coeducation +coeducational +coeducationalism +coeducationalize +coeducationally +coeffect +coefficacy +coefficient +coefficiently +coeffluent +coeffluential +coelacanth +coelacanthid +Coelacanthidae +coelacanthine +Coelacanthini +coelacanthoid +coelacanthous +coelanaglyphic +coelar +coelarium +Coelastraceae +coelastraceous +Coelastrum +Coelata +coelder +coeldership +Coelebogyne +coelect +coelection +coelector +coelectron +coelelminth +Coelelminthes +coelelminthic +Coelentera +Coelenterata +coelenterate +coelenteric +coelenteron +coelestine +coelevate +coelho +coelia +coeliac +coelialgia +coelian +Coelicolae +Coelicolist +coeligenous +coelin +coeline +coeliomyalgia +coeliorrhea +coeliorrhoea +coelioscopy +coeliotomy +coeloblastic +coeloblastula +Coelococcus +coelodont +coelogastrula +Coeloglossum +Coelogyne +coelom +coeloma +Coelomata +coelomate +coelomatic +coelomatous +coelomesoblast +coelomic +Coelomocoela +coelomopore +coelonavigation +coelongated +coeloplanula +coelosperm +coelospermous +coelostat +coelozoic +coemanate +coembedded +coembody +coembrace +coeminency +coemperor +coemploy +coemployee +coemployment +coempt +coemption +coemptional +coemptionator +coemptive +coemptor +coenact +coenactor +coenaculous +coenamor +coenamorment +coenamourment +coenanthium +coendear +Coendidae +Coendou +coendure +coenenchym +coenenchyma +coenenchymal +coenenchymatous +coenenchyme +coenesthesia +coenesthesis +coenflame +coengage +coengager +coenjoy +coenobe +coenobiar +coenobic +coenobioid +coenobium +coenoblast +coenoblastic +coenocentrum +coenocyte +coenocytic +coenodioecism +coenoecial +coenoecic +coenoecium +coenogamete +coenomonoecism +coenosarc +coenosarcal +coenosarcous +coenosite +coenospecies +coenospecific +coenospecifically +coenosteal +coenosteum +coenotrope +coenotype +coenotypic +coenthrone +coenurus +coenzyme +coequal +coequality +coequalize +coequally +coequalness +coequate +coequated +coequation +coerce +coercement +coercer +coercibility +coercible +coercibleness +coercibly +coercion +coercionary +coercionist +coercitive +coercive +coercively +coerciveness +coercivity +Coerebidae +coeruleolactite +coessential +coessentiality +coessentially +coessentialness +coestablishment +coestate +coetaneity +coetaneous +coetaneously +coetaneousness +coeternal +coeternally +coeternity +coetus +coeval +coevality +coevally +coexchangeable +coexclusive +coexecutant +coexecutor +coexecutrix +coexert +coexertion +coexist +coexistence +coexistency +coexistent +coexpand +coexpanded +coexperiencer +coexpire +coexplosion +coextend +coextension +coextensive +coextensively +coextensiveness +coextent +cofactor +Cofane +cofaster +cofather +cofathership +cofeature +cofeoffee +coferment +cofermentation +coff +Coffea +coffee +coffeebush +coffeecake +coffeegrower +coffeegrowing +coffeehouse +coffeeleaf +coffeepot +coffeeroom +coffeetime +coffeeweed +coffeewood +coffer +cofferdam +cofferer +cofferfish +coffering +cofferlike +cofferwork +coffin +coffinless +coffinmaker +coffinmaking +coffle +coffret +cofighter +coforeknown +coformulator +cofounder +cofoundress +cofreighter +coft +cofunction +cog +cogence +cogency +cogener +cogeneric +cogent +cogently +cogged +cogger +coggie +cogging +coggle +coggledy +cogglety +coggly +coghle +cogitability +cogitable +cogitabund +cogitabundity +cogitabundly +cogitabundous +cogitant +cogitantly +cogitate +cogitatingly +cogitation +cogitative +cogitatively +cogitativeness +cogitativity +cogitator +coglorify +coglorious +cogman +cognac +cognate +cognateness +cognatic +cognatical +cognation +cognisable +cognisance +cognition +cognitional +cognitive +cognitively +cognitum +cognizability +cognizable +cognizableness +cognizably +cognizance +cognizant +cognize +cognizee +cognizer +cognizor +cognomen +cognominal +cognominate +cognomination +cognosce +cognoscent +cognoscibility +cognoscible +cognoscitive +cognoscitively +cogon +cogonal +cogovernment +cogovernor +cogracious +cograil +cogrediency +cogredient +cogroad +Cogswellia +coguarantor +coguardian +cogue +cogway +cogwheel +cogwood +cohabit +cohabitancy +cohabitant +cohabitation +coharmonious +coharmoniously +coharmonize +coheartedness +coheir +coheiress +coheirship +cohelper +cohelpership +Cohen +cohenite +coherald +cohere +coherence +coherency +coherent +coherently +coherer +coheretic +coheritage +coheritor +cohesibility +cohesible +cohesion +cohesive +cohesively +cohesiveness +cohibit +cohibition +cohibitive +cohibitor +coho +cohoba +cohobate +cohobation +cohobator +cohol +cohort +cohortation +cohortative +cohosh +cohune +cohusband +coidentity +coif +coifed +coiffure +coign +coigue +coil +coiled +coiler +coiling +coilsmith +coimmense +coimplicant +coimplicate +coimplore +coin +coinable +coinage +coincide +coincidence +coincidency +coincident +coincidental +coincidentally +coincidently +coincider +coinclination +coincline +coinclude +coincorporate +coindicant +coindicate +coindication +coindwelling +coiner +coinfeftment +coinfer +coinfinite +coinfinity +coinhabit +coinhabitant +coinhabitor +coinhere +coinherence +coinherent +coinheritance +coinheritor +coining +coinitial +coinmaker +coinmaking +coinmate +coinspire +coinstantaneity +coinstantaneous +coinstantaneously +coinstantaneousness +coinsurance +coinsure +cointense +cointension +cointensity +cointer +cointerest +cointersecting +cointise +Cointreau +coinventor +coinvolve +coiny +coir +coislander +coistrel +coistril +coital +coition +coiture +coitus +Coix +cojudge +cojuror +cojusticiar +coke +cokelike +cokeman +coker +cokernut +cokery +coking +coky +col +Cola +cola +colaborer +Colada +colalgia +Colan +colander +colane +colarin +colate +colation +colatitude +colatorium +colature +colauxe +colback +colberter +colbertine +Colbertism +colcannon +Colchian +Colchicaceae +colchicine +Colchicum +Colchis +colchyte +Colcine +colcothar +cold +colder +coldfinch +coldhearted +coldheartedly +coldheartedness +coldish +coldly +coldness +coldproof +coldslaw +Cole +cole +coleader +colecannon +colectomy +Coleen +colegatee +colegislator +colemanite +colemouse +Coleochaetaceae +coleochaetaceous +Coleochaete +Coleophora +Coleophoridae +coleopter +Coleoptera +coleopteral +coleopteran +coleopterist +coleopteroid +coleopterological +coleopterology +coleopteron +coleopterous +coleoptile +coleoptilum +coleorhiza +Coleosporiaceae +Coleosporium +coleplant +coleseed +coleslaw +colessee +colessor +coletit +coleur +Coleus +colewort +coli +Colias +colibacillosis +colibacterin +colibri +colic +colical +colichemarde +colicky +colicolitis +colicroot +colicweed +colicwort +colicystitis +colicystopyelitis +coliform +Coliidae +Coliiformes +colilysin +Colima +colima +Colin +colin +colinear +colinephritis +coling +Colinus +coliplication +colipuncture +colipyelitis +colipyuria +colisepsis +Coliseum +coliseum +colitic +colitis +colitoxemia +coliuria +Colius +colk +coll +Colla +collaborate +collaboration +collaborationism +collaborationist +collaborative +collaboratively +collaborator +collage +collagen +collagenic +collagenous +collapse +collapsibility +collapsible +collar +collarband +collarbird +collarbone +collard +collare +collared +collaret +collarino +collarless +collarman +collatable +collate +collatee +collateral +collaterality +collaterally +collateralness +collation +collationer +collatitious +collative +collator +collatress +collaud +collaudation +colleague +colleagueship +collect +collectability +collectable +collectanea +collectarium +collected +collectedly +collectedness +collectibility +collectible +collection +collectional +collectioner +collective +collectively +collectiveness +collectivism +collectivist +collectivistic +collectivistically +collectivity +collectivization +collectivize +collector +collectorate +collectorship +collectress +colleen +collegatary +college +colleger +collegial +collegialism +collegiality +collegian +collegianer +Collegiant +collegiate +collegiately +collegiateness +collegiation +collegium +Collembola +collembolan +collembole +collembolic +collembolous +collenchyma +collenchymatic +collenchymatous +collenchyme +collencytal +collencyte +Colleri +Colleries +Collery +collery +collet +colleter +colleterial +colleterium +Colletes +Colletia +colletic +Colletidae +colletin +Colletotrichum +colletside +colley +collibert +colliculate +colliculus +collide +collidine +collie +collied +collier +colliery +collieshangie +colliform +colligate +colligation +colligative +colligible +collimate +collimation +collimator +Collin +collin +collinal +colline +collinear +collinearity +collinearly +collineate +collineation +colling +collingly +collingual +Collins +collins +Collinsia +collinsite +Collinsonia +colliquate +colliquation +colliquative +colliquativeness +collision +collisional +collisive +colloblast +collobrierite +collocal +Collocalia +collocate +collocation +collocationable +collocative +collocatory +collochemistry +collochromate +collock +collocution +collocutor +collocutory +collodiochloride +collodion +collodionization +collodionize +collodiotype +collodium +collogue +colloid +colloidal +colloidality +colloidize +colloidochemical +Collomia +collop +colloped +collophanite +collophore +colloque +colloquia +colloquial +colloquialism +colloquialist +colloquiality +colloquialize +colloquially +colloquialness +colloquist +colloquium +colloquize +colloquy +collothun +collotype +collotypic +collotypy +colloxylin +colluctation +collude +colluder +collum +collumelliaceous +collusion +collusive +collusively +collusiveness +collutorium +collutory +colluvial +colluvies +colly +collyba +Collybia +Collyridian +collyrite +collyrium +collywest +collyweston +collywobbles +colmar +colobin +colobium +coloboma +Colobus +Colocasia +colocentesis +Colocephali +colocephalous +coloclysis +colocola +colocolic +colocynth +colocynthin +colodyspepsia +coloenteritis +cologarithm +Cologne +cololite +Colombian +colombier +colombin +Colombina +colometric +colometrically +colometry +colon +colonalgia +colonate +colonel +colonelcy +colonelship +colongitude +colonial +colonialism +colonialist +colonialize +colonially +colonialness +colonic +colonist +colonitis +colonizability +colonizable +colonization +colonizationist +colonize +colonizer +colonnade +colonnaded +colonnette +colonopathy +colonopexy +colonoscope +colonoscopy +colony +colopexia +colopexotomy +colopexy +colophane +colophany +colophene +colophenic +colophon +colophonate +Colophonian +colophonic +colophonist +colophonite +colophonium +colophony +coloplication +coloproctitis +coloptosis +colopuncture +coloquintid +coloquintida +color +colorability +colorable +colorableness +colorably +Coloradan +Colorado +colorado +coloradoite +colorant +colorate +coloration +colorational +colorationally +colorative +coloratura +colorature +colorcast +colorectitis +colorectostomy +colored +colorer +colorfast +colorful +colorfully +colorfulness +colorific +colorifics +colorimeter +colorimetric +colorimetrical +colorimetrically +colorimetrics +colorimetrist +colorimetry +colorin +coloring +colorist +coloristic +colorization +colorize +colorless +colorlessly +colorlessness +colormaker +colormaking +colorman +colorrhaphy +colors +colortype +Colorum +colory +coloss +colossal +colossality +colossally +colossean +Colosseum +colossi +Colossian +Colossochelys +colossus +Colossuswise +colostomy +colostral +colostration +colostric +colostrous +colostrum +colotomy +colotyphoid +colove +colp +colpenchyma +colpeo +colpeurynter +colpeurysis +colpindach +colpitis +colpocele +colpocystocele +colpohyperplasia +colpohysterotomy +colpoperineoplasty +colpoperineorrhaphy +colpoplastic +colpoplasty +colpoptosis +colporrhagia +colporrhaphy +colporrhea +colporrhexis +colport +colportage +colporter +colporteur +colposcope +colposcopy +colpotomy +colpus +Colt +colt +colter +colthood +coltish +coltishly +coltishness +coltpixie +coltpixy +coltsfoot +coltskin +Coluber +colubrid +Colubridae +colubriform +Colubriformes +Colubriformia +Colubrina +Colubrinae +colubrine +colubroid +colugo +Columba +columbaceous +Columbae +Columban +Columbanian +columbarium +columbary +columbate +columbeion +Columbella +Columbia +columbiad +Columbian +columbic +Columbid +Columbidae +columbier +columbiferous +Columbiformes +columbin +Columbine +columbine +columbite +columbium +columbo +columboid +columbotantalate +columbotitanate +columella +columellar +columellate +Columellia +Columelliaceae +columelliform +column +columnal +columnar +columnarian +columnarity +columnated +columned +columner +columniation +columniferous +columniform +columning +columnist +columnization +columnwise +colunar +colure +Colutea +Colville +coly +Colymbidae +colymbiform +colymbion +Colymbriformes +Colymbus +colyone +colyonic +colytic +colyum +colyumist +colza +coma +comacine +comagistracy +comagmatic +comaker +comal +comamie +Coman +Comanche +Comanchean +Comandra +comanic +comart +Comarum +comate +comatose +comatosely +comatoseness +comatosity +comatous +comatula +comatulid +comb +combaron +combat +combatable +combatant +combater +combative +combatively +combativeness +combativity +combed +comber +combfish +combflower +combinable +combinableness +combinant +combinantive +combinate +combination +combinational +combinative +combinator +combinatorial +combinatory +combine +combined +combinedly +combinedness +combinement +combiner +combing +combining +comble +combless +comblessness +combmaker +combmaking +comboloio +comboy +Combretaceae +combretaceous +Combretum +combure +comburendo +comburent +comburgess +comburimeter +comburimetry +comburivorous +combust +combustibility +combustible +combustibleness +combustibly +combustion +combustive +combustor +combwise +combwright +comby +come +comeback +Comecrudo +comedial +comedian +comediant +comedic +comedical +comedienne +comedietta +comedist +comedo +comedown +comedy +comelily +comeliness +comeling +comely +comendite +comenic +comephorous +comer +comes +comestible +comet +cometarium +cometary +comether +cometic +cometical +cometlike +cometographer +cometographical +cometography +cometoid +cometology +cometwise +comeuppance +comfit +comfiture +comfort +comfortable +comfortableness +comfortably +comforter +comfortful +comforting +comfortingly +comfortless +comfortlessly +comfortlessness +comfortress +comfortroot +comfrey +comfy +Comiakin +comic +comical +comicality +comically +comicalness +comicocratic +comicocynical +comicodidactic +comicography +comicoprosaic +comicotragedy +comicotragic +comicotragical +comicry +Comid +comiferous +Cominform +coming +comingle +comino +Comintern +comism +comital +comitant +comitatensian +comitative +comitatus +comitia +comitial +Comitium +comitragedy +comity +comma +command +commandable +commandant +commandedness +commandeer +commander +commandership +commandery +commanding +commandingly +commandingness +commandless +commandment +commando +commandoman +commandress +commassation +commassee +commatic +commation +commatism +commeasurable +commeasure +commeddle +Commelina +Commelinaceae +commelinaceous +commemorable +commemorate +commemoration +commemorational +commemorative +commemoratively +commemorativeness +commemorator +commemoratory +commemorize +commence +commenceable +commencement +commencer +commend +commendable +commendableness +commendably +commendador +commendam +commendatary +commendation +commendator +commendatory +commender +commendingly +commendment +commensal +commensalism +commensalist +commensalistic +commensality +commensally +commensurability +commensurable +commensurableness +commensurably +commensurate +commensurately +commensurateness +commensuration +comment +commentarial +commentarialism +commentary +commentate +commentation +commentator +commentatorial +commentatorially +commentatorship +commenter +commerce +commerceless +commercer +commerciable +commercial +commercialism +commercialist +commercialistic +commerciality +commercialization +commercialize +commercially +commercium +commerge +commie +comminate +commination +comminative +comminator +comminatory +commingle +comminglement +commingler +comminister +comminuate +comminute +comminution +comminutor +Commiphora +commiserable +commiserate +commiseratingly +commiseration +commiserative +commiseratively +commiserator +commissar +commissarial +commissariat +commissary +commissaryship +commission +commissionaire +commissional +commissionate +commissioner +commissionership +commissionship +commissive +commissively +commissural +commissure +commissurotomy +commit +commitment +committable +committal +committee +committeeism +committeeman +committeeship +committeewoman +committent +committer +committible +committor +commix +commixt +commixtion +commixture +commodatary +commodate +commodation +commodatum +commode +commodious +commodiously +commodiousness +commoditable +commodity +commodore +common +commonable +commonage +commonality +commonalty +commoner +commonership +commoney +commonish +commonition +commonize +commonly +commonness +commonplace +commonplaceism +commonplacely +commonplaceness +commonplacer +commons +commonsensible +commonsensibly +commonsensical +commonsensically +commonty +commonweal +commonwealth +commonwealthism +commorancy +commorant +commorient +commorth +commot +commotion +commotional +commotive +commove +communa +communal +communalism +communalist +communalistic +communality +communalization +communalize +communalizer +communally +communard +commune +communer +communicability +communicable +communicableness +communicably +communicant +communicate +communicatee +communicating +communication +communicative +communicatively +communicativeness +communicator +communicatory +communion +communionist +communique +communism +communist +communistery +communistic +communistically +communital +communitarian +communitary +communitive +communitorium +community +communization +communize +commutability +commutable +commutableness +commutant +commutate +commutation +commutative +commutatively +commutator +commute +commuter +commuting +commutual +commutuality +Comnenian +comoid +comolecule +comortgagee +comose +comourn +comourner +comournful +comous +Comox +compact +compacted +compactedly +compactedness +compacter +compactible +compaction +compactly +compactness +compactor +compacture +compages +compaginate +compagination +companator +companion +companionability +companionable +companionableness +companionably +companionage +companionate +companionize +companionless +companionship +companionway +company +comparability +comparable +comparableness +comparably +comparascope +comparate +comparatival +comparative +comparatively +comparativeness +comparativist +comparator +compare +comparer +comparison +comparition +comparograph +compart +compartition +compartment +compartmental +compartmentalization +compartmentalize +compartmentally +compartmentize +compass +compassable +compasser +compasses +compassing +compassion +compassionable +compassionate +compassionately +compassionateness +compassionless +compassive +compassivity +compassless +compaternity +compatibility +compatible +compatibleness +compatibly +compatriot +compatriotic +compatriotism +compear +compearance +compearant +compeer +compel +compellable +compellably +compellation +compellative +compellent +compeller +compelling +compellingly +compend +compendency +compendent +compendia +compendiary +compendiate +compendious +compendiously +compendiousness +compendium +compenetrate +compenetration +compensable +compensate +compensating +compensatingly +compensation +compensational +compensative +compensativeness +compensator +compensatory +compense +compenser +compesce +compete +competence +competency +competent +competently +competentness +competition +competitioner +competitive +competitively +competitiveness +competitor +competitorship +competitory +competitress +competitrix +compilation +compilator +compilatory +compile +compilement +compiler +compital +Compitalia +compitum +complacence +complacency +complacent +complacential +complacentially +complacently +complain +complainable +complainant +complainer +complainingly +complainingness +complaint +complaintive +complaintiveness +complaisance +complaisant +complaisantly +complaisantness +complanar +complanate +complanation +complect +complected +complement +complemental +complementally +complementalness +complementariness +complementarism +complementary +complementation +complementative +complementer +complementoid +complete +completedness +completely +completement +completeness +completer +completion +completive +completively +completory +complex +complexedness +complexification +complexify +complexion +complexionably +complexional +complexionally +complexioned +complexionist +complexionless +complexity +complexively +complexly +complexness +complexus +compliable +compliableness +compliably +compliance +compliancy +compliant +compliantly +complicacy +complicant +complicate +complicated +complicatedly +complicatedness +complication +complicative +complice +complicitous +complicity +complier +compliment +complimentable +complimental +complimentally +complimentalness +complimentarily +complimentariness +complimentary +complimentation +complimentative +complimenter +complimentingly +complin +complot +complotter +Complutensian +compluvium +comply +compo +compoer +compole +compone +componed +componency +componendo +component +componental +componented +compony +comport +comportment +compos +compose +composed +composedly +composedness +composer +composita +Compositae +composite +compositely +compositeness +composition +compositional +compositionally +compositive +compositively +compositor +compositorial +compositous +composograph +compossibility +compossible +compost +composture +composure +compotation +compotationship +compotator +compotatory +compote +compotor +compound +compoundable +compoundedness +compounder +compounding +compoundness +comprachico +comprador +comprecation +compreg +compregnate +comprehend +comprehender +comprehendible +comprehendingly +comprehense +comprehensibility +comprehensible +comprehensibleness +comprehensibly +comprehension +comprehensive +comprehensively +comprehensiveness +comprehensor +compresbyter +compresbyterial +compresence +compresent +compress +compressed +compressedly +compressibility +compressible +compressibleness +compressingly +compression +compressional +compressive +compressively +compressometer +compressor +compressure +comprest +compriest +comprisable +comprisal +comprise +comprised +compromise +compromiser +compromising +compromisingly +compromissary +compromission +compromissorial +compromit +compromitment +comprovincial +Compsilura +Compsoa +Compsognathus +Compsothlypidae +compter +Comptometer +Comptonia +comptroller +comptrollership +compulsative +compulsatively +compulsatorily +compulsatory +compulsed +compulsion +compulsitor +compulsive +compulsively +compulsiveness +compulsorily +compulsoriness +compulsory +compunction +compunctionary +compunctionless +compunctious +compunctiously +compunctive +compurgation +compurgator +compurgatorial +compurgatory +compursion +computability +computable +computably +computation +computational +computative +computativeness +compute +computer +computist +computus +comrade +comradely +comradery +comradeship +Comsomol +comstockery +Comtian +Comtism +Comtist +comurmurer +Comus +con +conacaste +conacre +conal +conalbumin +conamed +Conant +conarial +conarium +conation +conational +conationalistic +conative +conatus +conaxial +concamerate +concamerated +concameration +concanavalin +concaptive +concassation +concatenary +concatenate +concatenation +concatenator +concausal +concause +concavation +concave +concavely +concaveness +concaver +concavity +conceal +concealable +concealed +concealedly +concealedness +concealer +concealment +concede +conceded +concededly +conceder +conceit +conceited +conceitedly +conceitedness +conceitless +conceity +conceivability +conceivable +conceivableness +conceivably +conceive +conceiver +concelebrate +concelebration +concent +concenter +concentive +concentralization +concentrate +concentrated +concentration +concentrative +concentrativeness +concentrator +concentric +concentrically +concentricity +concentual +concentus +concept +conceptacle +conceptacular +conceptaculum +conception +conceptional +conceptionist +conceptism +conceptive +conceptiveness +conceptual +conceptualism +conceptualist +conceptualistic +conceptuality +conceptualization +conceptualize +conceptually +conceptus +concern +concerned +concernedly +concernedness +concerning +concerningly +concerningness +concernment +concert +concerted +concertedly +concertgoer +concertina +concertinist +concertist +concertize +concertizer +concertmaster +concertmeister +concertment +concerto +concertstuck +concessible +concession +concessionaire +concessional +concessionary +concessioner +concessionist +concessive +concessively +concessiveness +concessor +concettism +concettist +conch +concha +conchal +conchate +conche +conched +concher +Conchifera +conchiferous +conchiform +conchinine +conchiolin +conchitic +conchitis +Conchobor +conchoid +conchoidal +conchoidally +conchological +conchologically +conchologist +conchologize +conchology +conchometer +conchometry +Conchostraca +conchotome +Conchubar +Conchucu +conchuela +conchy +conchyliated +conchyliferous +conchylium +concierge +concile +conciliable +conciliabule +conciliabulum +conciliar +conciliate +conciliating +conciliatingly +conciliation +conciliationist +conciliative +conciliator +conciliatorily +conciliatoriness +conciliatory +concilium +concinnity +concinnous +concionator +concipiency +concipient +concise +concisely +conciseness +concision +conclamant +conclamation +conclave +conclavist +concludable +conclude +concluder +concluding +concludingly +conclusion +conclusional +conclusionally +conclusive +conclusively +conclusiveness +conclusory +concoagulate +concoagulation +concoct +concocter +concoction +concoctive +concoctor +concolor +concolorous +concomitance +concomitancy +concomitant +concomitantly +conconscious +Concord +concord +concordal +concordance +concordancer +concordant +concordantial +concordantly +concordat +concordatory +concorder +concordial +concordist +concordity +concorporate +Concorrezanes +concourse +concreate +concremation +concrement +concresce +concrescence +concrescible +concrescive +concrete +concretely +concreteness +concreter +concretion +concretional +concretionary +concretism +concretive +concretively +concretize +concretor +concubinage +concubinal +concubinarian +concubinary +concubinate +concubine +concubinehood +concubitancy +concubitant +concubitous +concubitus +concupiscence +concupiscent +concupiscible +concupiscibleness +concupy +concur +concurrence +concurrency +concurrent +concurrently +concurrentness +concurring +concurringly +concursion +concurso +concursus +concuss +concussant +concussion +concussional +concussive +concutient +concyclic +concyclically +cond +Condalia +condemn +condemnable +condemnably +condemnate +condemnation +condemnatory +condemned +condemner +condemning +condemningly +condensability +condensable +condensance +condensary +condensate +condensation +condensational +condensative +condensator +condense +condensed +condensedly +condensedness +condenser +condensery +condensity +condescend +condescendence +condescendent +condescender +condescending +condescendingly +condescendingness +condescension +condescensive +condescensively +condescensiveness +condiction +condictious +condiddle +condiddlement +condign +condigness +condignity +condignly +condiment +condimental +condimentary +condisciple +condistillation +condite +condition +conditional +conditionalism +conditionalist +conditionality +conditionalize +conditionally +conditionate +conditioned +conditioner +condivision +condolatory +condole +condolement +condolence +condolent +condoler +condoling +condolingly +condominate +condominium +condonable +condonance +condonation +condonative +condone +condonement +condoner +condor +conduce +conducer +conducing +conducingly +conducive +conduciveness +conduct +conductance +conductibility +conductible +conductility +conductimeter +conductio +conduction +conductional +conductitious +conductive +conductively +conductivity +conductometer +conductometric +conductor +conductorial +conductorless +conductorship +conductory +conductress +conductus +conduit +conduplicate +conduplicated +conduplication +condurangin +condurango +condylar +condylarth +Condylarthra +condylarthrosis +condylarthrous +condyle +condylectomy +condylion +condyloid +condyloma +condylomatous +condylome +condylopod +Condylopoda +condylopodous +condylos +condylotomy +Condylura +condylure +cone +coned +coneen +coneflower +conehead +coneighboring +coneine +conelet +conemaker +conemaking +Conemaugh +conenose +conepate +coner +cones +conessine +Conestoga +confab +confabular +confabulate +confabulation +confabulator +confabulatory +confact +confarreate +confarreation +confated +confect +confection +confectionary +confectioner +confectionery +Confed +confederacy +confederal +confederalist +confederate +confederater +confederatio +confederation +confederationist +confederatism +confederative +confederatize +confederator +confelicity +conferee +conference +conferential +conferment +conferrable +conferral +conferrer +conferruminate +conferted +Conferva +Confervaceae +confervaceous +conferval +Confervales +confervoid +Confervoideae +confervous +confess +confessable +confessant +confessarius +confessary +confessedly +confesser +confessing +confessingly +confession +confessional +confessionalian +confessionalism +confessionalist +confessionary +confessionist +confessor +confessorship +confessory +confidant +confide +confidence +confidency +confident +confidential +confidentiality +confidentially +confidentialness +confidentiary +confidently +confidentness +confider +confiding +confidingly +confidingness +configural +configurate +configuration +configurational +configurationally +configurationism +configurationist +configurative +configure +confinable +confine +confineable +confined +confinedly +confinedness +confineless +confinement +confiner +confining +confinity +confirm +confirmable +confirmand +confirmation +confirmative +confirmatively +confirmatorily +confirmatory +confirmed +confirmedly +confirmedness +confirmee +confirmer +confirming +confirmingly +confirmity +confirmment +confirmor +confiscable +confiscatable +confiscate +confiscation +confiscator +confiscatory +confitent +confiteor +confiture +confix +conflagrant +conflagrate +conflagration +conflagrative +conflagrator +conflagratory +conflate +conflated +conflation +conflict +conflicting +conflictingly +confliction +conflictive +conflictory +conflow +confluence +confluent +confluently +conflux +confluxibility +confluxible +confluxibleness +confocal +conform +conformability +conformable +conformableness +conformably +conformal +conformance +conformant +conformate +conformation +conformator +conformer +conformist +conformity +confound +confoundable +confounded +confoundedly +confoundedness +confounder +confounding +confoundingly +confrater +confraternal +confraternity +confraternization +confrere +confriar +confrication +confront +confrontal +confrontation +confronte +confronter +confrontment +Confucian +Confucianism +Confucianist +confusability +confusable +confusably +confuse +confused +confusedly +confusedness +confusingly +confusion +confusional +confusticate +confustication +confutable +confutation +confutative +confutator +confute +confuter +conga +congeable +congeal +congealability +congealable +congealableness +congealedness +congealer +congealment +congee +congelation +congelative +congelifraction +congeliturbate +congeliturbation +congener +congeneracy +congeneric +congenerical +congenerous +congenerousness +congenetic +congenial +congeniality +congenialize +congenially +congenialness +congenital +congenitally +congenitalness +conger +congeree +congest +congested +congestible +congestion +congestive +congiary +congius +conglobate +conglobately +conglobation +conglobe +conglobulate +conglomerate +conglomeratic +conglomeration +conglutin +conglutinant +conglutinate +conglutination +conglutinative +Congo +Congoese +Congolese +Congoleum +congou +congratulable +congratulant +congratulate +congratulation +congratulational +congratulator +congratulatory +congredient +congreet +congregable +congreganist +congregant +congregate +congregation +congregational +congregationalism +Congregationalist +congregationalize +congregationally +Congregationer +congregationist +congregative +congregativeness +congregator +Congreso +congress +congresser +congressional +congressionalist +congressionally +congressionist +congressist +congressive +congressman +Congresso +congresswoman +Congreve +Congridae +congroid +congruence +congruency +congruent +congruential +congruently +congruism +congruist +congruistic +congruity +congruous +congruously +congruousness +conhydrine +Coniacian +conic +conical +conicality +conically +conicalness +coniceine +conichalcite +conicine +conicity +conicle +conicoid +conicopoly +conics +Conidae +conidia +conidial +conidian +conidiiferous +conidioid +conidiophore +conidiophorous +conidiospore +conidium +conifer +Coniferae +coniferin +coniferophyte +coniferous +conification +coniform +Conilurus +conima +conimene +conin +conine +Coniogramme +Coniophora +Coniopterygidae +Conioselinum +coniosis +Coniothyrium +coniroster +conirostral +Conirostres +Conium +conject +conjective +conjecturable +conjecturably +conjectural +conjecturalist +conjecturality +conjecturally +conjecture +conjecturer +conjobble +conjoin +conjoined +conjoinedly +conjoiner +conjoint +conjointly +conjointment +conjointness +conjubilant +conjugable +conjugacy +conjugal +Conjugales +conjugality +conjugally +conjugant +conjugata +Conjugatae +conjugate +conjugated +conjugately +conjugateness +conjugation +conjugational +conjugationally +conjugative +conjugator +conjugial +conjugium +conjunct +conjunction +conjunctional +conjunctionally +conjunctiva +conjunctival +conjunctive +conjunctively +conjunctiveness +conjunctivitis +conjunctly +conjunctur +conjunctural +conjuncture +conjuration +conjurator +conjure +conjurement +conjurer +conjurership +conjuror +conjury +conk +conkanee +conker +conkers +conky +conn +connach +Connaraceae +connaraceous +connarite +Connarus +connascency +connascent +connatal +connate +connately +connateness +connation +connatural +connaturality +connaturalize +connaturally +connaturalness +connature +connaught +connect +connectable +connectant +connected +connectedly +connectedness +connectible +connection +connectional +connectival +connective +connectively +connectivity +connector +connellite +conner +connex +connexion +connexionalism +connexity +connexive +connexivum +connexus +Connie +conning +conniption +connivance +connivancy +connivant +connivantly +connive +connivent +conniver +Connochaetes +connoissance +connoisseur +connoisseurship +connotation +connotative +connotatively +connote +connotive +connotively +connubial +connubiality +connubially +connubiate +connubium +connumerate +connumeration +Conocarpus +Conocephalum +Conocephalus +conoclinium +conocuneus +conodont +conoid +conoidal +conoidally +conoidic +conoidical +conoidically +Conolophus +conominee +cononintelligent +Conopholis +conopid +Conopidae +conoplain +conopodium +Conopophaga +Conopophagidae +Conor +Conorhinus +conormal +conoscope +conourish +Conoy +conphaseolin +conplane +conquedle +conquer +conquerable +conquerableness +conqueress +conquering +conqueringly +conquerment +conqueror +conquest +conquian +conquinamine +conquinine +conquistador +Conrad +conrector +conrectorship +conred +Conringia +consanguine +consanguineal +consanguinean +consanguineous +consanguineously +consanguinity +conscience +conscienceless +consciencelessly +consciencelessness +consciencewise +conscient +conscientious +conscientiously +conscientiousness +conscionable +conscionableness +conscionably +conscious +consciously +consciousness +conscribe +conscript +conscription +conscriptional +conscriptionist +conscriptive +consecrate +consecrated +consecratedness +consecrater +consecration +consecrative +consecrator +consecratory +consectary +consecute +consecution +consecutive +consecutively +consecutiveness +consecutives +consenescence +consenescency +consension +consensual +consensually +consensus +consent +consentable +consentaneity +consentaneous +consentaneously +consentaneousness +consentant +consenter +consentful +consentfully +consentience +consentient +consentiently +consenting +consentingly +consentingness +consentive +consentively +consentment +consequence +consequency +consequent +consequential +consequentiality +consequentially +consequentialness +consequently +consertal +conservable +conservacy +conservancy +conservant +conservate +conservation +conservational +conservationist +conservatism +conservatist +conservative +conservatively +conservativeness +conservatize +conservatoire +conservator +conservatorio +conservatorium +conservatorship +conservatory +conservatrix +conserve +conserver +consider +considerability +considerable +considerableness +considerably +considerance +considerate +considerately +considerateness +consideration +considerative +consideratively +considerativeness +considerator +considered +considerer +considering +consideringly +consign +consignable +consignatary +consignation +consignatory +consignee +consigneeship +consigner +consignificant +consignificate +consignification +consignificative +consignificator +consignify +consignment +consignor +consiliary +consilience +consilient +consimilar +consimilarity +consimilate +consist +consistence +consistency +consistent +consistently +consistorial +consistorian +consistory +consociate +consociation +consociational +consociationism +consociative +consocies +consol +consolable +consolableness +consolably +Consolamentum +consolation +Consolato +consolatorily +consolatoriness +consolatory +consolatrix +console +consolement +consoler +consolidant +consolidate +consolidated +consolidation +consolidationist +consolidative +consolidator +consoling +consolingly +consolute +consomme +consonance +consonancy +consonant +consonantal +consonantic +consonantism +consonantize +consonantly +consonantness +consonate +consonous +consort +consortable +consorter +consortial +consortion +consortism +consortium +consortship +consound +conspecies +conspecific +conspectus +consperse +conspersion +conspicuity +conspicuous +conspicuously +conspicuousness +conspiracy +conspirant +conspiration +conspirative +conspirator +conspiratorial +conspiratorially +conspiratory +conspiratress +conspire +conspirer +conspiring +conspiringly +conspue +constable +constablery +constableship +constabless +constablewick +constabular +constabulary +Constance +constancy +constant +constantan +Constantine +Constantinian +Constantinopolitan +constantly +constantness +constat +constatation +constate +constatory +constellate +constellation +constellatory +consternate +consternation +constipate +constipation +constituency +constituent +constituently +constitute +constituter +constitution +constitutional +constitutionalism +constitutionalist +constitutionality +constitutionalization +constitutionalize +constitutionally +constitutionary +constitutioner +constitutionist +constitutive +constitutively +constitutiveness +constitutor +constrain +constrainable +constrained +constrainedly +constrainedness +constrainer +constraining +constrainingly +constrainment +constraint +constrict +constricted +constriction +constrictive +constrictor +constringe +constringency +constringent +construability +construable +construct +constructer +constructible +construction +constructional +constructionally +constructionism +constructionist +constructive +constructively +constructiveness +constructivism +constructivist +constructor +constructorship +constructure +construe +construer +constuprate +constupration +consubsist +consubsistency +consubstantial +consubstantialism +consubstantialist +consubstantiality +consubstantially +consubstantiate +consubstantiation +consubstantiationist +consubstantive +consuete +consuetitude +consuetude +consuetudinal +consuetudinary +consul +consulage +consular +consularity +consulary +consulate +consulship +consult +consultable +consultant +consultary +consultation +consultative +consultatory +consultee +consulter +consulting +consultive +consultively +consultor +consultory +consumable +consume +consumedly +consumeless +consumer +consuming +consumingly +consumingness +consummate +consummately +consummation +consummative +consummatively +consummativeness +consummator +consummatory +consumpt +consumpted +consumptible +consumption +consumptional +consumptive +consumptively +consumptiveness +consumptivity +consute +contabescence +contabescent +contact +contactor +contactual +contactually +contagion +contagioned +contagionist +contagiosity +contagious +contagiously +contagiousness +contagium +contain +containable +container +containment +contakion +contaminable +contaminant +contaminate +contamination +contaminative +contaminator +contaminous +contangential +contango +conte +contect +contection +contemn +contemner +contemnible +contemnibly +contemning +contemningly +contemnor +contemper +contemperate +contemperature +contemplable +contemplamen +contemplant +contemplate +contemplatingly +contemplation +contemplatist +contemplative +contemplatively +contemplativeness +contemplator +contemplature +contemporanean +contemporaneity +contemporaneous +contemporaneously +contemporaneousness +contemporarily +contemporariness +contemporary +contemporize +contempt +contemptful +contemptibility +contemptible +contemptibleness +contemptibly +contemptuous +contemptuously +contemptuousness +contendent +contender +contending +contendingly +contendress +content +contentable +contented +contentedly +contentedness +contentful +contention +contentional +contentious +contentiously +contentiousness +contentless +contently +contentment +contentness +contents +conter +conterminal +conterminant +contermine +conterminous +conterminously +conterminousness +contest +contestable +contestableness +contestably +contestant +contestation +contestee +contester +contestingly +contestless +context +contextive +contextual +contextually +contextural +contexture +contextured +conticent +contignation +contiguity +contiguous +contiguously +contiguousness +continence +continency +continent +continental +Continentaler +continentalism +continentalist +continentality +Continentalize +continentally +continently +contingence +contingency +contingent +contingential +contingentialness +contingently +contingentness +continuable +continual +continuality +continually +continualness +continuance +continuancy +continuando +continuant +continuantly +continuate +continuately +continuateness +continuation +continuative +continuatively +continuativeness +continuator +continue +continued +continuedly +continuedness +continuer +continuingly +continuist +continuity +continuous +continuously +continuousness +continuum +contise +contline +conto +contorniate +contorsive +contort +Contortae +contorted +contortedly +contortedness +contortion +contortional +contortionate +contortioned +contortionist +contortionistic +contortive +contour +contourne +contra +contraband +contrabandage +contrabandery +contrabandism +contrabandist +contrabandista +contrabass +contrabassist +contrabasso +contracapitalist +contraception +contraceptionist +contraceptive +contracivil +contraclockwise +contract +contractable +contractant +contractation +contracted +contractedly +contractedness +contractee +contracter +contractibility +contractible +contractibleness +contractibly +contractile +contractility +contraction +contractional +contractionist +contractive +contractively +contractiveness +contractor +contractual +contractually +contracture +contractured +contradebt +contradict +contradictable +contradictedness +contradicter +contradiction +contradictional +contradictious +contradictiously +contradictiousness +contradictive +contradictively +contradictiveness +contradictor +contradictorily +contradictoriness +contradictory +contradiscriminate +contradistinct +contradistinction +contradistinctive +contradistinctively +contradistinctly +contradistinguish +contradivide +contrafacture +contrafagotto +contrafissura +contraflexure +contraflow +contrafocal +contragredience +contragredient +contrahent +contrail +contraindicate +contraindication +contraindicative +contralateral +contralto +contramarque +contranatural +contrantiscion +contraoctave +contraparallelogram +contraplex +contrapolarization +contrapone +contraponend +Contraposaune +contrapose +contraposit +contraposita +contraposition +contrapositive +contraprogressist +contraprop +contraproposal +contraption +contraptious +contrapuntal +contrapuntalist +contrapuntally +contrapuntist +contrapunto +contrarational +contraregular +contraregularity +contraremonstrance +contraremonstrant +contrarevolutionary +contrariant +contrariantly +contrariety +contrarily +contrariness +contrarious +contrariously +contrariousness +contrariwise +contrarotation +contrary +contrascriptural +contrast +contrastable +contrastably +contrastedly +contrastimulant +contrastimulation +contrastimulus +contrastingly +contrastive +contrastively +contrastment +contrasty +contrasuggestible +contratabular +contrate +contratempo +contratenor +contravalence +contravallation +contravariant +contravene +contravener +contravention +contraversion +contravindicate +contravindication +contrawise +contrayerva +contrectation +contreface +contrefort +contretemps +contributable +contribute +contribution +contributional +contributive +contributively +contributiveness +contributor +contributorial +contributorship +contributory +contrite +contritely +contriteness +contrition +contriturate +contrivance +contrivancy +contrive +contrivement +contriver +control +controllability +controllable +controllableness +controllably +controller +controllership +controlless +controllingly +controlment +controversial +controversialism +controversialist +controversialize +controversially +controversion +controversional +controversionalism +controversionalist +controversy +controvert +controverter +controvertible +controvertibly +controvertist +contubernal +contubernial +contubernium +contumacious +contumaciously +contumaciousness +contumacity +contumacy +contumelious +contumeliously +contumeliousness +contumely +contund +conturbation +contuse +contusion +contusioned +contusive +conubium +Conularia +conumerary +conumerous +conundrum +conundrumize +conurbation +conure +Conuropsis +Conurus +conus +conusable +conusance +conusant +conusee +conusor +conutrition +conuzee +conuzor +convalesce +convalescence +convalescency +convalescent +convalescently +convallamarin +Convallaria +Convallariaceae +convallariaceous +convallarin +convect +convection +convectional +convective +convectively +convector +convenable +convenably +convene +convenee +convener +convenership +convenience +conveniency +convenient +conveniently +convenientness +convent +conventical +conventically +conventicle +conventicler +conventicular +convention +conventional +conventionalism +conventionalist +conventionality +conventionalization +conventionalize +conventionally +conventionary +conventioner +conventionism +conventionist +conventionize +conventual +conventually +converge +convergement +convergence +convergency +convergent +convergescence +converging +conversable +conversableness +conversably +conversance +conversancy +conversant +conversantly +conversation +conversationable +conversational +conversationalist +conversationally +conversationism +conversationist +conversationize +conversative +converse +conversely +converser +conversibility +conversible +conversion +conversional +conversionism +conversionist +conversive +convert +converted +convertend +converter +convertibility +convertible +convertibleness +convertibly +converting +convertingness +convertise +convertism +convertite +convertive +convertor +conveth +convex +convexed +convexedly +convexedness +convexity +convexly +convexness +convey +conveyable +conveyal +conveyance +conveyancer +conveyancing +conveyer +convict +convictable +conviction +convictional +convictism +convictive +convictively +convictiveness +convictment +convictor +convince +convinced +convincedly +convincedness +convincement +convincer +convincibility +convincible +convincing +convincingly +convincingness +convival +convive +convivial +convivialist +conviviality +convivialize +convivially +convocant +convocate +convocation +convocational +convocationally +convocationist +convocative +convocator +convoke +convoker +Convoluta +convolute +convoluted +convolutely +convolution +convolutional +convolutionary +convolutive +convolve +convolvement +Convolvulaceae +convolvulaceous +convolvulad +convolvuli +convolvulic +convolvulin +convolvulinic +convolvulinolic +Convolvulus +convoy +convulsant +convulse +convulsedly +convulsibility +convulsible +convulsion +convulsional +convulsionary +convulsionism +convulsionist +convulsive +convulsively +convulsiveness +cony +conycatcher +conyrine +coo +cooba +coodle +cooee +cooer +coof +Coohee +cooing +cooingly +cooja +cook +cookable +cookbook +cookdom +cookee +cookeite +cooker +cookery +cookhouse +cooking +cookish +cookishly +cookless +cookmaid +cookout +cookroom +cookshack +cookshop +cookstove +cooky +cool +coolant +coolen +cooler +coolerman +coolheaded +coolheadedly +coolheadedness +coolhouse +coolibah +coolie +cooling +coolingly +coolingness +coolish +coolly +coolness +coolth +coolung +coolweed +coolwort +cooly +coom +coomb +coomy +coon +cooncan +coonily +cooniness +coonroot +coonskin +coontail +coontie +coony +coop +cooper +cooperage +Cooperia +coopering +coopery +cooree +Coorg +coorie +cooruptibly +Coos +cooser +coost +Coosuc +coot +cooter +cootfoot +coothay +cootie +cop +copa +copable +copacetic +copaene +copaiba +copaibic +Copaifera +Copaiva +copaivic +copaiye +copal +copalche +copalcocote +copaliferous +copalite +copalm +coparallel +coparcenary +coparcener +coparceny +coparent +copart +copartaker +copartner +copartnership +copartnery +coparty +copassionate +copastor +copastorate +copatain +copatentee +copatriot +copatron +copatroness +cope +Copehan +copei +Copelata +Copelatae +copelate +copellidine +copeman +copemate +copen +copending +copenetrate +Copeognatha +copepod +Copepoda +copepodan +copepodous +coper +coperception +coperiodic +Copernican +Copernicanism +Copernicia +coperta +copesman +copesmate +copestone +copetitioner +cophasal +Cophetua +cophosis +copiability +copiable +copiapite +copied +copier +copilot +coping +copiopia +copiopsia +copiosity +copious +copiously +copiousness +copis +copist +copita +coplaintiff +coplanar +coplanarity +copleased +coplotter +coploughing +coplowing +copolar +copolymer +copolymerization +copolymerize +coppaelite +copped +copper +copperas +copperbottom +copperer +copperhead +copperheadism +coppering +copperish +copperization +copperize +copperleaf +coppernose +coppernosed +copperplate +copperproof +coppersidesman +copperskin +coppersmith +coppersmithing +copperware +copperwing +copperworks +coppery +copperytailed +coppet +coppice +coppiced +coppicing +coppin +copping +copple +copplecrown +coppled +coppy +copr +copra +coprecipitate +coprecipitation +copremia +copremic +copresbyter +copresence +copresent +Coprides +Coprinae +coprincipal +coprincipate +Coprinus +coprisoner +coprodaeum +coproduce +coproducer +coprojector +coprolagnia +coprolagnist +coprolalia +coprolaliac +coprolite +coprolith +coprolitic +coprology +copromisor +copromoter +coprophagan +coprophagia +coprophagist +coprophagous +coprophagy +coprophilia +coprophiliac +coprophilic +coprophilism +coprophilous +coprophyte +coproprietor +coproprietorship +coprose +Coprosma +coprostasis +coprosterol +coprozoic +copse +copsewood +copsewooded +copsing +copsy +Copt +copter +Coptic +Coptis +copula +copulable +copular +copularium +copulate +copulation +copulative +copulatively +copulatory +copunctal +copurchaser +copus +copy +copybook +copycat +copygraph +copygraphed +copyhold +copyholder +copyholding +copyism +copyist +copyman +copyreader +copyright +copyrightable +copyrighter +copywise +coque +coquecigrue +coquelicot +coqueluche +coquet +coquetoon +coquetry +coquette +coquettish +coquettishly +coquettishness +coquicken +coquilla +Coquille +coquille +coquimbite +coquina +coquita +Coquitlam +coquito +cor +Cora +cora +Corabeca +Corabecan +corach +Coraciae +coracial +Coracias +Coracii +Coraciidae +coraciiform +Coraciiformes +coracine +coracle +coracler +coracoacromial +coracobrachial +coracobrachialis +coracoclavicular +coracocostal +coracohumeral +coracohyoid +coracoid +coracoidal +coracomandibular +coracomorph +Coracomorphae +coracomorphic +coracopectoral +coracoprocoracoid +coracoradialis +coracoscapular +coracovertebral +coradical +coradicate +corah +coraise +coral +coralberry +coralbush +coraled +coralflower +coralist +corallet +Corallian +corallic +Corallidae +corallidomous +coralliferous +coralliform +Coralligena +coralligenous +coralligerous +corallike +Corallina +Corallinaceae +corallinaceous +coralline +corallite +Corallium +coralloid +coralloidal +Corallorhiza +corallum +Corallus +coralroot +coralwort +coram +Corambis +coranto +corban +corbeau +corbeil +corbel +corbeling +corbicula +corbiculate +corbiculum +corbie +corbiestep +corbovinum +corbula +corcass +Corchorus +corcir +corcopali +Corcyraean +cord +cordage +Cordaitaceae +cordaitaceous +cordaitalean +Cordaitales +cordaitean +Cordaites +cordant +cordate +cordately +cordax +Cordeau +corded +cordel +Cordelia +Cordelier +cordeliere +cordelle +corder +Cordery +cordewane +Cordia +cordial +cordiality +cordialize +cordially +cordialness +cordiceps +cordicole +cordierite +cordies +cordiform +cordigeri +cordillera +cordilleran +cordiner +cording +cordite +corditis +cordleaf +cordmaker +cordoba +cordon +cordonnet +Cordovan +Cordula +corduroy +corduroyed +cordwain +cordwainer +cordwainery +cordwood +cordy +Cordyceps +cordyl +Cordylanthus +Cordyline +core +corebel +coreceiver +coreciprocal +corectome +corectomy +corector +cored +coredeem +coredeemer +coredemptress +coreductase +Coree +coreflexed +coregence +coregency +coregent +coregnancy +coregnant +coregonid +Coregonidae +coregonine +coregonoid +Coregonus +coreid +Coreidae +coreign +coreigner +corejoice +coreless +coreligionist +corella +corelysis +Corema +coremaker +coremaking +coremium +coremorphosis +corenounce +coreometer +Coreopsis +coreplastic +coreplasty +corer +coresidence +coresidual +coresign +coresonant +coresort +corespect +corespondency +corespondent +coretomy +coreveler +coreveller +corevolve +Corey +corf +Corfiote +Corflambo +corge +corgi +coriaceous +corial +coriamyrtin +coriander +coriandrol +Coriandrum +Coriaria +Coriariaceae +coriariaceous +coriin +Corimelaena +Corimelaenidae +Corin +corindon +Corineus +coring +Corinna +corinne +Corinth +Corinthian +Corinthianesque +Corinthianism +Corinthianize +Coriolanus +coriparian +corium +Corixa +Corixidae +cork +corkage +corkboard +corke +corked +corker +corkiness +corking +corkish +corkite +corkmaker +corkmaking +corkscrew +corkscrewy +corkwing +corkwood +corky +corm +Cormac +cormel +cormidium +cormoid +Cormophyta +cormophyte +cormophytic +cormorant +cormous +cormus +corn +Cornaceae +cornaceous +cornage +cornbell +cornberry +cornbin +cornbinks +cornbird +cornbole +cornbottle +cornbrash +corncake +corncob +corncracker +corncrib +corncrusher +corndodger +cornea +corneagen +corneal +cornein +corneitis +cornel +Cornelia +cornelian +Cornelius +cornemuse +corneocalcareous +corneosclerotic +corneosiliceous +corneous +corner +cornerbind +cornered +cornerer +cornerpiece +cornerstone +cornerways +cornerwise +cornet +cornetcy +cornettino +cornettist +corneule +corneum +cornfield +cornfloor +cornflower +corngrower +cornhouse +cornhusk +cornhusker +cornhusking +cornic +cornice +cornicle +corniculate +corniculer +corniculum +Corniferous +cornific +cornification +cornified +corniform +cornigerous +cornin +corning +corniplume +Cornish +Cornishman +cornland +cornless +cornloft +cornmaster +cornmonger +cornopean +cornpipe +cornrick +cornroot +cornstalk +cornstarch +cornstook +cornu +cornual +cornuate +cornuated +cornubianite +cornucopia +Cornucopiae +cornucopian +cornucopiate +cornule +cornulite +Cornulites +cornupete +Cornus +cornute +cornuted +cornutine +cornuto +cornwallis +cornwallite +corny +coroa +Coroado +corocleisis +corodiary +corodiastasis +corodiastole +corody +corol +corolla +corollaceous +corollarial +corollarially +corollary +corollate +corollated +corolliferous +corolliform +corollike +corolline +corollitic +corometer +corona +coronach +coronad +coronadite +coronae +coronagraph +coronagraphic +coronal +coronale +coronaled +coronally +coronamen +coronary +coronate +coronated +coronation +coronatorial +coroner +coronership +coronet +coroneted +coronetted +coronetty +coroniform +Coronilla +coronillin +coronion +coronitis +coronium +coronize +coronobasilar +coronofacial +coronofrontal +coronoid +Coronopus +coronule +coroparelcysis +coroplast +coroplasta +coroplastic +Coropo +coroscopy +corotomy +corozo +corp +corpora +corporal +corporalism +corporality +corporally +corporalship +corporas +corporate +corporately +corporateness +corporation +corporational +corporationer +corporationism +corporative +corporator +corporature +corporeal +corporealist +corporeality +corporealization +corporealize +corporeally +corporealness +corporeals +corporeity +corporeous +corporification +corporify +corporosity +corposant +corps +corpsbruder +corpse +corpsman +corpulence +corpulency +corpulent +corpulently +corpulentness +corpus +corpuscle +corpuscular +corpuscularian +corpuscularity +corpusculated +corpuscule +corpusculous +corpusculum +corrade +corradial +corradiate +corradiation +corral +corrasion +corrasive +Correa +correal +correality +correct +correctable +correctant +corrected +correctedness +correctible +correcting +correctingly +correction +correctional +correctionalist +correctioner +correctitude +corrective +correctively +correctiveness +correctly +correctness +corrector +correctorship +correctress +correctrice +corregidor +correlatable +correlate +correlated +correlation +correlational +correlative +correlatively +correlativeness +correlativism +correlativity +correligionist +corrente +correption +corresol +correspond +correspondence +correspondency +correspondent +correspondential +correspondentially +correspondently +correspondentship +corresponder +corresponding +correspondingly +corresponsion +corresponsive +corresponsively +corridor +corridored +corrie +Corriedale +corrige +corrigenda +corrigendum +corrigent +corrigibility +corrigible +corrigibleness +corrigibly +Corrigiola +Corrigiolaceae +corrival +corrivality +corrivalry +corrivalship +corrivate +corrivation +corrobboree +corroborant +corroborate +corroboration +corroborative +corroboratively +corroborator +corroboratorily +corroboratory +corroboree +corrode +corrodent +Corrodentia +corroder +corrodiary +corrodibility +corrodible +corrodier +corroding +corrosibility +corrosible +corrosibleness +corrosion +corrosional +corrosive +corrosively +corrosiveness +corrosivity +corrugate +corrugated +corrugation +corrugator +corrupt +corrupted +corruptedly +corruptedness +corrupter +corruptful +corruptibility +corruptible +corruptibleness +corrupting +corruptingly +corruption +corruptionist +corruptive +corruptively +corruptly +corruptness +corruptor +corruptress +corsac +corsage +corsaint +corsair +corse +corselet +corsepresent +corsesque +corset +corseting +corsetless +corsetry +Corsican +corsie +corsite +corta +Cortaderia +cortege +Cortes +cortex +cortez +cortical +cortically +corticate +corticated +corticating +cortication +cortices +corticiferous +corticiform +corticifugal +corticifugally +corticipetal +corticipetally +Corticium +corticoafferent +corticoefferent +corticoline +corticopeduncular +corticose +corticospinal +corticosterone +corticostriate +corticous +cortin +cortina +cortinarious +Cortinarius +cortinate +cortisone +cortlandtite +Corton +coruco +coruler +Coruminacan +corundophilite +corundum +corupay +coruscant +coruscate +coruscation +corver +corvette +corvetto +Corvidae +corviform +corvillosum +corvina +Corvinae +corvine +corvoid +Corvus +Cory +Corybant +Corybantian +corybantiasm +Corybantic +corybantic +Corybantine +corybantish +corybulbin +corybulbine +corycavamine +corycavidin +corycavidine +corycavine +Corycia +Corycian +corydalin +corydaline +Corydalis +corydine +Corydon +coryl +Corylaceae +corylaceous +corylin +Corylopsis +Corylus +corymb +corymbed +corymbiate +corymbiated +corymbiferous +corymbiform +corymbose +corymbous +corynebacterial +Corynebacterium +Coryneum +corynine +Corynocarpaceae +corynocarpaceous +Corynocarpus +Corypha +Coryphaena +coryphaenid +Coryphaenidae +coryphaenoid +Coryphaenoididae +coryphaeus +coryphee +coryphene +Coryphodon +coryphodont +coryphylly +corytuberine +coryza +cos +cosalite +cosaque +cosavior +coscet +Coscinodiscaceae +Coscinodiscus +coscinomancy +coscoroba +coseasonal +coseat +cosec +cosecant +cosech +cosectarian +cosectional +cosegment +coseism +coseismal +coseismic +cosenator +cosentiency +cosentient +coservant +cosession +coset +cosettler +cosh +cosharer +cosheath +cosher +cosherer +coshering +coshery +cosignatory +cosigner +cosignitary +cosily +cosinage +cosine +cosiness +cosingular +cosinusoid +Cosmati +cosmecology +cosmesis +cosmetic +cosmetical +cosmetically +cosmetician +cosmetiste +cosmetological +cosmetologist +cosmetology +cosmic +cosmical +cosmicality +cosmically +cosmism +cosmist +cosmocracy +cosmocrat +cosmocratic +cosmogenesis +cosmogenetic +cosmogenic +cosmogeny +cosmogonal +cosmogoner +cosmogonic +cosmogonical +cosmogonist +cosmogonize +cosmogony +cosmographer +cosmographic +cosmographical +cosmographically +cosmographist +cosmography +cosmolabe +cosmolatry +cosmologic +cosmological +cosmologically +cosmologist +cosmology +cosmometry +cosmopathic +cosmoplastic +cosmopoietic +cosmopolicy +cosmopolis +cosmopolitan +cosmopolitanism +cosmopolitanization +cosmopolitanize +cosmopolitanly +cosmopolite +cosmopolitic +cosmopolitical +cosmopolitics +cosmopolitism +cosmorama +cosmoramic +cosmorganic +cosmos +cosmoscope +cosmosophy +cosmosphere +cosmotellurian +cosmotheism +cosmotheist +cosmotheistic +cosmothetic +cosmotron +cosmozoan +cosmozoic +cosmozoism +cosonant +cosounding +cosovereign +cosovereignty +cospecies +cospecific +cosphered +cosplendor +cosplendour +coss +Cossack +Cossaean +cossas +cosse +cosset +cossette +cossid +Cossidae +cossnent +cossyrite +cost +costa +Costaea +costal +costalgia +costally +costander +Costanoan +costar +costard +Costata +costate +costated +costean +costeaning +costectomy +costellate +coster +costerdom +costermonger +costicartilage +costicartilaginous +costicervical +costiferous +costiform +costing +costipulator +costispinal +costive +costively +costiveness +costless +costlessness +costliness +costly +costmary +costoabdominal +costoapical +costocentral +costochondral +costoclavicular +costocolic +costocoracoid +costodiaphragmatic +costogenic +costoinferior +costophrenic +costopleural +costopneumopexy +costopulmonary +costoscapular +costosternal +costosuperior +costothoracic +costotome +costotomy +costotrachelian +costotransversal +costotransverse +costovertebral +costoxiphoid +costraight +costrel +costula +costulation +costume +costumer +costumery +costumic +costumier +costumiere +costuming +costumist +costusroot +cosubject +cosubordinate +cosuffer +cosufferer +cosuggestion +cosuitor +cosurety +cosustain +coswearer +cosy +cosymmedian +cot +cotangent +cotangential +cotarius +cotarnine +cotch +cote +coteful +coteline +coteller +cotemporane +cotemporanean +cotemporaneous +cotemporaneously +cotemporary +cotenancy +cotenant +cotenure +coterell +coterie +coterminous +Cotesian +coth +cothamore +cothe +cotheorist +cothish +cothon +cothurn +cothurnal +cothurnate +cothurned +cothurnian +cothurnus +cothy +cotidal +cotillage +cotillion +Cotinga +cotingid +Cotingidae +cotingoid +Cotinus +cotise +cotitular +cotland +cotman +coto +cotoin +Cotonam +Cotoneaster +cotonier +cotorment +cotoro +cotorture +Cotoxo +cotquean +cotraitor +cotransfuse +cotranslator +cotranspire +cotransubstantiate +cotrine +cotripper +cotrustee +cotset +cotsetla +cotsetle +cotta +cottabus +cottage +cottaged +cottager +cottagers +cottagey +cotte +cotted +cotter +cotterel +cotterite +cotterway +cottid +Cottidae +cottier +cottierism +cottiform +cottoid +cotton +cottonade +cottonbush +cottonee +cottoneer +cottoner +Cottonian +cottonization +cottonize +cottonless +cottonmouth +cottonocracy +Cottonopolis +cottonseed +cottontail +cottontop +cottonweed +cottonwood +cottony +Cottus +cotty +cotuit +cotula +cotunnite +Coturnix +cotutor +cotwin +cotwinned +cotwist +cotyla +cotylar +cotyledon +cotyledonal +cotyledonar +cotyledonary +cotyledonous +cotyliform +cotyligerous +cotyliscus +cotyloid +Cotylophora +cotylophorous +cotylopubic +cotylosacral +cotylosaur +Cotylosauria +cotylosaurian +cotype +Cotys +Cotyttia +couac +coucal +couch +couchancy +couchant +couched +couchee +coucher +couching +couchmaker +couchmaking +couchmate +couchy +coude +coudee +coue +Coueism +cougar +cough +cougher +coughroot +coughweed +coughwort +cougnar +coul +could +couldron +coulee +coulisse +coulomb +coulometer +coulterneb +coulure +couma +coumalic +coumalin +coumara +coumaran +coumarate +coumaric +coumarilic +coumarin +coumarinic +coumarone +coumarou +Coumarouna +council +councilist +councilman +councilmanic +councilor +councilorship +councilwoman +counderstand +counite +couniversal +counsel +counselable +counselee +counselful +counselor +counselorship +count +countable +countableness +countably +countdom +countenance +countenancer +counter +counterabut +counteraccusation +counteracquittance +counteract +counteractant +counteracter +counteracting +counteractingly +counteraction +counteractive +counteractively +counteractivity +counteractor +counteraddress +counteradvance +counteradvantage +counteradvice +counteradvise +counteraffirm +counteraffirmation +counteragency +counteragent +counteragitate +counteragitation +counteralliance +counterambush +counterannouncement +counteranswer +counterappeal +counterappellant +counterapproach +counterapse +counterarch +counterargue +counterargument +counterartillery +counterassertion +counterassociation +counterassurance +counterattack +counterattestation +counterattired +counterattraction +counterattractive +counterattractively +counteraverment +counteravouch +counteravouchment +counterbalance +counterbarrage +counterbase +counterbattery +counterbeating +counterbend +counterbewitch +counterbid +counterblast +counterblow +counterbond +counterborder +counterbore +counterboycott +counterbrace +counterbranch +counterbrand +counterbreastwork +counterbuff +counterbuilding +countercampaign +countercarte +countercause +counterchange +counterchanged +countercharge +countercharm +countercheck +countercheer +counterclaim +counterclaimant +counterclockwise +countercolored +countercommand +countercompetition +countercomplaint +countercompony +countercondemnation +counterconquest +counterconversion +countercouchant +countercoupe +countercourant +countercraft +countercriticism +countercross +countercry +countercurrent +countercurrently +countercurrentwise +counterdance +counterdash +counterdecision +counterdeclaration +counterdecree +counterdefender +counterdemand +counterdemonstration +counterdeputation +counterdesire +counterdevelopment +counterdifficulty +counterdigged +counterdike +counterdiscipline +counterdisengage +counterdisengagement +counterdistinction +counterdistinguish +counterdoctrine +counterdogmatism +counterdraft +counterdrain +counterdrive +counterearth +counterefficiency +countereffort +counterembattled +counterembowed +counterenamel +counterend +counterenergy +counterengagement +counterengine +counterenthusiasm +counterentry +counterequivalent +counterermine +counterespionage +counterestablishment +counterevidence +counterexaggeration +counterexcitement +counterexcommunication +counterexercise +counterexplanation +counterexposition +counterexpostulation +counterextend +counterextension +counterfact +counterfallacy +counterfaller +counterfeit +counterfeiter +counterfeitly +counterfeitment +counterfeitness +counterferment +counterfessed +counterfire +counterfix +counterflange +counterflashing +counterflight +counterflory +counterflow +counterflux +counterfoil +counterforce +counterformula +counterfort +counterfugue +countergabble +countergabion +countergambit +countergarrison +countergauge +countergauger +countergift +countergirded +counterglow +counterguard +counterhaft +counterhammering +counterhypothesis +counteridea +counterideal +counterimagination +counterimitate +counterimitation +counterimpulse +counterindentation +counterindented +counterindicate +counterindication +counterinfluence +counterinsult +counterintelligence +counterinterest +counterinterpretation +counterintrigue +counterinvective +counterirritant +counterirritate +counterirritation +counterjudging +counterjumper +counterlath +counterlathing +counterlatration +counterlaw +counterleague +counterlegislation +counterlife +counterlocking +counterlode +counterlove +counterly +countermachination +counterman +countermand +countermandable +countermaneuver +countermanifesto +countermarch +countermark +countermarriage +countermeasure +countermeet +countermessage +countermigration +countermine +countermission +countermotion +countermount +countermove +countermovement +countermure +countermutiny +counternaiant +counternarrative +counternatural +counternecromancy +counternoise +counternotice +counterobjection +counterobligation +counteroffensive +counteroffer +counteropening +counteropponent +counteropposite +counterorator +counterorder +counterorganization +counterpaled +counterpaly +counterpane +counterpaned +counterparadox +counterparallel +counterparole +counterparry +counterpart +counterpassant +counterpassion +counterpenalty +counterpendent +counterpetition +counterpicture +counterpillar +counterplan +counterplay +counterplayer +counterplea +counterplead +counterpleading +counterplease +counterplot +counterpoint +counterpointe +counterpointed +counterpoise +counterpoison +counterpole +counterponderate +counterpose +counterposition +counterposting +counterpotence +counterpotency +counterpotent +counterpractice +counterpray +counterpreach +counterpreparation +counterpressure +counterprick +counterprinciple +counterprocess +counterproject +counterpronunciamento +counterproof +counterpropaganda +counterpropagandize +counterprophet +counterproposal +counterproposition +counterprotection +counterprotest +counterprove +counterpull +counterpunch +counterpuncture +counterpush +counterquartered +counterquarterly +counterquery +counterquestion +counterquip +counterradiation +counterraid +counterraising +counterrampant +counterrate +counterreaction +counterreason +counterreckoning +counterrecoil +counterreconnaissance +counterrefer +counterreflected +counterreform +counterreformation +counterreligion +counterremonstrant +counterreply +counterreprisal +counterresolution +counterrestoration +counterretreat +counterrevolution +counterrevolutionary +counterrevolutionist +counterrevolutionize +counterriposte +counterroll +counterround +counterruin +countersale +countersalient +counterscale +counterscalloped +counterscarp +counterscoff +countersconce +counterscrutiny +countersea +counterseal +countersecure +countersecurity +counterselection +countersense +counterservice +countershade +countershaft +countershafting +countershear +countershine +countershout +counterside +countersiege +countersign +countersignal +countersignature +countersink +countersleight +counterslope +countersmile +countersnarl +counterspying +counterstain +counterstamp +counterstand +counterstatant +counterstatement +counterstatute +counterstep +counterstimulate +counterstimulation +counterstimulus +counterstock +counterstratagem +counterstream +counterstrike +counterstroke +counterstruggle +countersubject +countersuggestion +countersuit +countersun +countersunk +countersurprise +counterswing +countersworn +countersympathy +countersynod +countertack +countertail +countertally +countertaste +countertechnicality +countertendency +countertenor +counterterm +counterterror +countertheme +countertheory +counterthought +counterthreat +counterthrust +counterthwarting +countertierce +countertime +countertouch +countertraction +countertrades +countertransference +countertranslation +countertraverse +countertreason +countertree +countertrench +countertrespass +countertrippant +countertripping +countertruth +countertug +counterturn +counterturned +countertype +countervail +countervair +countervairy +countervallation +countervaunt +countervene +countervengeance +countervenom +countervibration +counterview +countervindication +countervolition +countervolley +countervote +counterwager +counterwall +counterwarmth +counterwave +counterweigh +counterweight +counterweighted +counterwheel +counterwill +counterwilling +counterwind +counterwitness +counterword +counterwork +counterworker +counterwrite +countess +countfish +counting +countinghouse +countless +countor +countrified +countrifiedness +country +countryfolk +countryman +countrypeople +countryseat +countryside +countryward +countrywoman +countship +county +coup +coupage +coupe +couped +coupee +coupelet +couper +couple +coupled +couplement +coupler +coupleress +couplet +coupleteer +coupling +coupon +couponed +couponless +coupstick +coupure +courage +courageous +courageously +courageousness +courager +courant +courante +courap +couratari +courb +courbache +courbaril +courbash +courge +courida +courier +couril +courlan +Cours +course +coursed +courser +coursing +court +courtbred +courtcraft +courteous +courteously +courteousness +courtepy +courter +courtesan +courtesanry +courtesanship +courtesy +courtezanry +courtezanship +courthouse +courtier +courtierism +courtierly +courtiership +courtin +courtless +courtlet +courtlike +courtliness +courtling +courtly +courtman +Courtney +courtroom +courtship +courtyard +courtzilite +couscous +couscousou +couseranite +cousin +cousinage +cousiness +cousinhood +cousinly +cousinry +cousinship +cousiny +coussinet +coustumier +coutel +coutelle +couter +Coutet +couth +couthie +couthily +couthiness +couthless +coutil +coutumier +couvade +couxia +covado +covalence +covalent +Covarecan +Covarecas +covariable +covariance +covariant +covariation +covassal +cove +coved +covelline +covellite +covenant +covenantal +covenanted +covenantee +Covenanter +covenanter +covenanting +covenantor +covent +coventrate +coventrize +Coventry +cover +coverage +coveralls +coverchief +covercle +covered +coverer +covering +coverless +coverlet +coverlid +coversed +coverside +coversine +coverslut +covert +covertical +covertly +covertness +coverture +covet +covetable +coveter +coveting +covetingly +covetiveness +covetous +covetously +covetousness +covey +covibrate +covibration +covid +Coviello +covillager +Covillea +covin +coving +covinous +covinously +covisit +covisitor +covite +covolume +covotary +cow +cowal +Cowan +coward +cowardice +cowardliness +cowardly +cowardness +cowardy +cowbane +cowbell +cowberry +cowbind +cowbird +cowboy +cowcatcher +cowdie +coween +cower +cowfish +cowgate +cowgram +cowhage +cowheart +cowhearted +cowheel +cowherb +cowherd +cowhide +cowhiding +cowhorn +Cowichan +cowish +cowitch +cowkeeper +cowl +cowle +cowled +cowleech +cowleeching +cowlick +cowlicks +cowlike +cowling +Cowlitz +cowlstaff +cowman +cowpath +cowpea +cowpen +Cowperian +cowperitis +cowpock +cowpox +cowpuncher +cowquake +cowrie +cowroid +cowshed +cowskin +cowslip +cowslipped +cowsucker +cowtail +cowthwort +cowtongue +cowweed +cowwheat +cowy +cowyard +cox +coxa +coxal +coxalgia +coxalgic +coxankylometer +coxarthritis +coxarthrocace +coxarthropathy +coxbones +coxcomb +coxcombess +coxcombhood +coxcombic +coxcombical +coxcombicality +coxcombically +coxcombity +coxcombry +coxcomby +coxcomical +coxcomically +coxite +coxitis +coxocerite +coxoceritic +coxodynia +coxofemoral +coxopodite +coxswain +coxy +coy +coyan +coydog +coyish +coyishness +coyly +coyness +coynye +coyo +coyol +coyote +Coyotero +coyotillo +coyoting +coypu +coyure +coz +coze +cozen +cozenage +cozener +cozening +cozeningly +cozier +cozily +coziness +cozy +crab +crabbed +crabbedly +crabbedness +crabber +crabbery +crabbing +crabby +crabcatcher +crabeater +craber +crabhole +crablet +crablike +crabman +crabmill +crabsidle +crabstick +crabweed +crabwise +crabwood +Cracca +Cracidae +Cracinae +crack +crackable +crackajack +crackbrain +crackbrained +crackbrainedness +crackdown +cracked +crackedness +cracker +crackerberry +crackerjack +crackers +crackhemp +crackiness +cracking +crackjaw +crackle +crackled +crackless +crackleware +crackling +crackly +crackmans +cracknel +crackpot +crackskull +cracksman +cracky +cracovienne +craddy +cradge +cradle +cradleboard +cradlechild +cradlefellow +cradleland +cradlelike +cradlemaker +cradlemaking +cradleman +cradlemate +cradler +cradleside +cradlesong +cradletime +cradling +Cradock +craft +craftily +craftiness +craftless +craftsman +craftsmanship +craftsmaster +craftswoman +craftwork +craftworker +crafty +crag +craggan +cragged +craggedness +craggily +cragginess +craggy +craglike +cragsman +cragwork +craichy +Craig +craigmontite +crain +craisey +craizey +crajuru +crake +crakefeet +crakow +cram +cramasie +crambambulee +crambambuli +Crambe +crambe +cramberry +crambid +Crambidae +Crambinae +cramble +crambly +crambo +Crambus +crammer +cramp +cramped +crampedness +cramper +crampet +crampfish +cramping +crampingly +crampon +cramponnee +crampy +cran +cranage +cranberry +crance +crandall +crandallite +crane +cranelike +craneman +craner +cranesman +craneway +craney +Crania +crania +craniacromial +craniad +cranial +cranially +cranian +Craniata +craniate +cranic +craniectomy +craniocele +craniocerebral +cranioclasis +cranioclasm +cranioclast +cranioclasty +craniodidymus +craniofacial +craniognomic +craniognomy +craniognosy +craniograph +craniographer +craniography +craniological +craniologically +craniologist +craniology +craniomalacia +craniomaxillary +craniometer +craniometric +craniometrical +craniometrically +craniometrist +craniometry +craniopagus +craniopathic +craniopathy +craniopharyngeal +craniophore +cranioplasty +craniopuncture +craniorhachischisis +craniosacral +cranioschisis +cranioscopical +cranioscopist +cranioscopy +craniospinal +craniostenosis +craniostosis +Craniota +craniotabes +craniotome +craniotomy +craniotopography +craniotympanic +craniovertebral +cranium +crank +crankbird +crankcase +cranked +cranker +crankery +crankily +crankiness +crankle +crankless +crankly +crankman +crankous +crankpin +crankshaft +crankum +cranky +crannage +crannied +crannock +crannog +crannoger +cranny +cranreuch +crantara +crants +crap +crapaud +crapaudine +crape +crapefish +crapehanger +crapelike +crappie +crappin +crapple +crappo +craps +crapshooter +crapulate +crapulence +crapulent +crapulous +crapulously +crapulousness +crapy +craquelure +crare +crash +crasher +crasis +craspedal +craspedodromous +craspedon +Craspedota +craspedotal +craspedote +crass +crassamentum +crassier +crassilingual +Crassina +crassitude +crassly +crassness +Crassula +Crassulaceae +crassulaceous +Crataegus +Crataeva +cratch +cratchens +cratches +crate +crateful +cratemaker +cratemaking +crateman +crater +crateral +cratered +Craterellus +Craterid +crateriform +crateris +craterkin +craterless +craterlet +craterlike +craterous +craticular +Cratinean +cratometer +cratometric +cratometry +craunch +craunching +craunchingly +cravat +crave +craven +Cravenette +cravenette +cravenhearted +cravenly +cravenness +craver +craving +cravingly +cravingness +cravo +craw +crawberry +crawdad +crawfish +crawfoot +crawful +crawl +crawler +crawlerize +crawley +crawleyroot +crawling +crawlingly +crawlsome +crawly +crawm +crawtae +Crawthumper +Crax +crayer +crayfish +crayon +crayonist +crayonstone +craze +crazed +crazedly +crazedness +crazily +craziness +crazingmill +crazy +crazycat +crazyweed +crea +creagh +creaght +creak +creaker +creakily +creakiness +creakingly +creaky +cream +creambush +creamcake +creamcup +creamer +creamery +creameryman +creamfruit +creamily +creaminess +creamless +creamlike +creammaker +creammaking +creamometer +creamsacs +creamware +creamy +creance +creancer +creant +crease +creaseless +creaser +creashaks +creasing +creasy +creat +creatable +create +createdness +creatic +creatine +creatinephosphoric +creatinine +creatininemia +creatinuria +creation +creational +creationary +creationism +creationist +creationistic +creative +creatively +creativeness +creativity +creatophagous +creator +creatorhood +creatorrhea +creatorship +creatotoxism +creatress +creatrix +creatural +creature +creaturehood +creatureless +creatureliness +creatureling +creaturely +creatureship +creaturize +crebricostate +crebrisulcate +crebrity +crebrous +creche +creddock +credence +credencive +credenciveness +credenda +credensive +credensiveness +credent +credential +credently +credenza +credibility +credible +credibleness +credibly +credit +creditability +creditable +creditableness +creditably +creditive +creditless +creditor +creditorship +creditress +creditrix +crednerite +Credo +credulity +credulous +credulously +credulousness +Cree +cree +creed +creedal +creedalism +creedalist +creeded +creedist +creedite +creedless +creedlessness +creedmore +creedsman +Creek +creek +creeker +creekfish +creekside +creekstuff +creeky +creel +creeler +creem +creen +creep +creepage +creeper +creepered +creeperless +creephole +creepie +creepiness +creeping +creepingly +creepmouse +creepmousy +creepy +creese +creesh +creeshie +creeshy +creirgist +cremaster +cremasterial +cremasteric +cremate +cremation +cremationism +cremationist +cremator +crematorial +crematorium +crematory +crembalum +cremnophobia +cremocarp +cremometer +cremone +cremor +cremorne +cremule +crena +crenate +crenated +crenately +crenation +crenature +crenel +crenelate +crenelated +crenelation +crenele +creneled +crenelet +crenellate +crenellation +crenic +crenitic +crenology +crenotherapy +Crenothrix +crenula +crenulate +crenulated +crenulation +creodont +Creodonta +creole +creoleize +creolian +Creolin +creolism +creolization +creolize +creophagia +creophagism +creophagist +creophagous +creophagy +creosol +creosote +creosoter +creosotic +crepance +crepe +crepehanger +Crepidula +crepine +crepiness +Crepis +crepitaculum +crepitant +crepitate +crepitation +crepitous +crepitus +crepon +crept +crepuscle +crepuscular +crepuscule +crepusculine +crepusculum +crepy +cresamine +crescendo +crescent +crescentade +crescentader +Crescentia +crescentic +crescentiform +crescentlike +crescentoid +crescentwise +crescive +crescograph +crescographic +cresegol +cresol +cresolin +cresorcinol +cresotate +cresotic +cresotinic +cresoxide +cresoxy +cresphontes +cress +cressed +cresselle +cresset +Cressida +cresson +cressweed +cresswort +cressy +crest +crested +crestfallen +crestfallenly +crestfallenness +cresting +crestless +crestline +crestmoreite +cresyl +cresylate +cresylene +cresylic +cresylite +creta +Cretaceous +cretaceous +cretaceously +Cretacic +Cretan +Crete +cretefaction +Cretic +cretic +cretification +cretify +cretin +cretinic +cretinism +cretinization +cretinize +cretinoid +cretinous +cretion +cretionary +Cretism +cretonne +crevalle +crevasse +crevice +creviced +crew +crewel +crewelist +crewellery +crewelwork +crewer +crewless +crewman +Crex +crib +cribbage +cribber +cribbing +cribble +cribellum +cribo +cribral +cribrate +cribrately +cribration +cribriform +cribrose +cribwork +cric +Cricetidae +cricetine +Cricetus +crick +cricket +cricketer +cricketing +crickety +crickey +crickle +cricoarytenoid +cricoid +cricopharyngeal +cricothyreoid +cricothyreotomy +cricothyroid +cricothyroidean +cricotomy +cricotracheotomy +Cricotus +cried +crier +criey +crig +crile +crime +Crimean +crimeful +crimeless +crimelessness +crimeproof +criminal +criminaldom +criminalese +criminalism +criminalist +criminalistic +criminalistician +criminalistics +criminality +criminally +criminalness +criminaloid +criminate +crimination +criminative +criminator +criminatory +crimine +criminogenesis +criminogenic +criminologic +criminological +criminologist +criminology +criminosis +criminous +criminously +criminousness +crimogenic +crimp +crimpage +crimper +crimping +crimple +crimpness +crimpy +crimson +crimsonly +crimsonness +crimsony +crin +crinal +crinanite +crinated +crinatory +crine +crined +crinet +cringe +cringeling +cringer +cringing +cringingly +cringingness +cringle +crinicultural +criniculture +criniferous +Criniger +crinigerous +criniparous +crinite +crinitory +crinivorous +crink +crinkle +crinkleroot +crinkly +crinoid +crinoidal +Crinoidea +crinoidean +crinoline +crinose +crinosity +crinula +Crinum +criobolium +criocephalus +Crioceras +crioceratite +crioceratitic +Crioceris +criophore +Criophoros +criosphinx +cripes +crippingly +cripple +crippledom +crippleness +crippler +crippling +cripply +Cris +crises +crisic +crisis +crisp +crispate +crispated +crispation +crispature +crisped +crisper +crispily +Crispin +crispine +crispiness +crisping +crisply +crispness +crispy +criss +crissal +crisscross +crissum +crista +cristate +Cristatella +Cristi +cristiform +Cristina +Cristineaux +Cristino +Cristispira +Cristivomer +cristobalite +Cristopher +critch +criteria +criteriology +criterion +criterional +criterium +crith +Crithidia +crithmene +crithomancy +critic +critical +criticality +critically +criticalness +criticaster +criticasterism +criticastry +criticisable +criticism +criticist +criticizable +criticize +criticizer +criticizingly +critickin +criticship +criticule +critique +critling +crizzle +cro +croak +Croaker +croaker +croakily +croakiness +croaky +Croat +Croatan +Croatian +croc +Crocanthemum +crocard +croceic +crocein +croceine +croceous +crocetin +croche +crochet +crocheter +crocheting +croci +crocidolite +Crocidura +crocin +crock +crocker +crockery +crockeryware +crocket +crocketed +crocky +crocodile +Crocodilia +crocodilian +Crocodilidae +crocodiline +crocodilite +crocodiloid +Crocodilus +Crocodylidae +Crocodylus +crocoisite +crocoite +croconate +croconic +Crocosmia +Crocus +crocus +crocused +croft +crofter +crofterization +crofterize +crofting +croftland +croisette +croissante +Crokinole +Crom +cromaltite +crome +Cromer +Cromerian +cromfordite +cromlech +cromorna +cromorne +Cromwell +Cromwellian +Cronartium +crone +croneberry +cronet +Cronian +cronish +cronk +cronkness +cronstedtite +crony +crood +croodle +crook +crookback +crookbacked +crookbill +crookbilled +crooked +crookedly +crookedness +crooken +crookesite +crookfingered +crookheaded +crookkneed +crookle +crooklegged +crookneck +crooknecked +crooknosed +crookshouldered +crooksided +crooksterned +crooktoothed +crool +Croomia +croon +crooner +crooning +crooningly +crop +crophead +cropland +cropman +croppa +cropper +croppie +cropplecrown +croppy +cropshin +cropsick +cropsickness +cropweed +croquet +croquette +crore +crosa +Crosby +crosier +crosiered +crosnes +cross +crossability +crossable +crossarm +crossband +crossbar +crossbeak +crossbeam +crossbelt +crossbill +crossbolt +crossbolted +crossbones +crossbow +crossbowman +crossbred +crossbreed +crosscurrent +crosscurrented +crosscut +crosscutter +crosscutting +crosse +crossed +crosser +crossette +crossfall +crossfish +crossflow +crossflower +crossfoot +crosshackle +crosshand +crosshatch +crosshaul +crosshauling +crosshead +crossing +crossite +crossjack +crosslegs +crosslet +crossleted +crosslight +crosslighted +crossline +crossly +crossness +crossopodia +crossopterygian +Crossopterygii +Crossosoma +Crossosomataceae +crossosomataceous +crossover +crosspatch +crosspath +crosspiece +crosspoint +crossrail +crossroad +crossroads +crossrow +crossruff +crosstail +crosstie +crosstied +crosstoes +crosstrack +crosstree +crosswalk +crossway +crossways +crossweb +crossweed +crosswise +crossword +crosswort +crostarie +crotal +Crotalaria +crotalic +Crotalidae +crotaliform +Crotalinae +crotaline +crotalism +crotalo +crotaloid +crotalum +Crotalus +crotaphic +crotaphion +crotaphite +crotaphitic +Crotaphytus +crotch +crotched +crotchet +crotcheteer +crotchetiness +crotchety +crotchy +crotin +Croton +crotonaldehyde +crotonate +crotonic +crotonization +crotonyl +crotonylene +Crotophaga +crottels +crottle +crotyl +crouch +crouchant +crouched +croucher +crouching +crouchingly +crounotherapy +croup +croupade +croupal +croupe +crouperbush +croupier +croupily +croupiness +croupous +croupy +crouse +crousely +crout +croute +crouton +crow +crowbait +crowbar +crowberry +crowbill +crowd +crowded +crowdedly +crowdedness +crowder +crowdweed +crowdy +crower +crowflower +crowfoot +crowfooted +crowhop +crowing +crowingly +crowkeeper +crowl +crown +crownbeard +crowned +crowner +crownless +crownlet +crownling +crownmaker +crownwork +crownwort +crowshay +crowstep +crowstepped +crowstick +crowstone +crowtoe +croy +croyden +croydon +croze +crozer +crozzle +crozzly +crubeen +cruce +cruces +crucethouse +cruche +crucial +cruciality +crucially +crucian +Crucianella +cruciate +cruciately +cruciation +crucible +Crucibulum +crucifer +Cruciferae +cruciferous +crucificial +crucified +crucifier +crucifix +crucifixion +cruciform +cruciformity +cruciformly +crucify +crucigerous +crucilly +crucily +cruck +crude +crudely +crudeness +crudity +crudwort +cruel +cruelhearted +cruelize +cruelly +cruelness +cruels +cruelty +cruent +cruentation +cruet +cruety +cruise +cruiser +cruisken +cruive +cruller +crum +crumb +crumbable +crumbcloth +crumber +crumble +crumblement +crumblet +crumbliness +crumblingness +crumblings +crumbly +crumby +crumen +crumenal +crumlet +crummie +crummier +crummiest +crummock +crummy +crump +crumper +crumpet +crumple +crumpled +crumpler +crumpling +crumply +crumpy +crunch +crunchable +crunchiness +crunching +crunchingly +crunchingness +crunchweed +crunchy +crunk +crunkle +crunodal +crunode +crunt +cruor +crupper +crural +crureus +crurogenital +cruroinguinal +crurotarsal +crus +crusade +crusader +crusado +Crusca +cruse +crush +crushability +crushable +crushed +crusher +crushing +crushingly +crusie +crusily +crust +crusta +Crustacea +crustaceal +crustacean +crustaceological +crustaceologist +crustaceology +crustaceous +crustade +crustal +crustalogical +crustalogist +crustalogy +crustate +crustated +crustation +crusted +crustedly +cruster +crustific +crustification +crustily +crustiness +crustless +crustose +crustosis +crusty +crutch +crutched +crutcher +crutching +crutchlike +cruth +crutter +crux +cruzeiro +cry +cryable +cryaesthesia +cryalgesia +cryanesthesia +crybaby +cryesthesia +crying +cryingly +crymodynia +crymotherapy +cryoconite +cryogen +cryogenic +cryogenics +cryogeny +cryohydrate +cryohydric +cryolite +cryometer +cryophile +cryophilic +cryophoric +cryophorus +cryophyllite +cryophyte +cryoplankton +cryoscope +cryoscopic +cryoscopy +cryosel +cryostase +cryostat +crypt +crypta +cryptal +cryptamnesia +cryptamnesic +cryptanalysis +cryptanalyst +cryptarch +cryptarchy +crypted +Crypteronia +Crypteroniaceae +cryptesthesia +cryptesthetic +cryptic +cryptical +cryptically +cryptoagnostic +cryptobatholithic +cryptobranch +Cryptobranchia +Cryptobranchiata +cryptobranchiate +Cryptobranchidae +Cryptobranchus +cryptocarp +cryptocarpic +cryptocarpous +Cryptocarya +Cryptocephala +cryptocephalous +Cryptocerata +cryptocerous +cryptoclastic +Cryptocleidus +cryptococci +cryptococcic +Cryptococcus +cryptococcus +cryptocommercial +cryptocrystalline +cryptocrystallization +cryptodeist +Cryptodira +cryptodiran +cryptodire +cryptodirous +cryptodouble +cryptodynamic +cryptogam +Cryptogamia +cryptogamian +cryptogamic +cryptogamical +cryptogamist +cryptogamous +cryptogamy +cryptogenetic +cryptogenic +cryptogenous +Cryptoglaux +cryptoglioma +cryptogram +Cryptogramma +cryptogrammatic +cryptogrammatical +cryptogrammatist +cryptogrammic +cryptograph +cryptographal +cryptographer +cryptographic +cryptographical +cryptographically +cryptographist +cryptography +cryptoheresy +cryptoheretic +cryptoinflationist +cryptolite +cryptologist +cryptology +cryptolunatic +cryptomere +Cryptomeria +cryptomerous +cryptomnesia +cryptomnesic +cryptomonad +Cryptomonadales +Cryptomonadina +cryptonema +Cryptonemiales +cryptoneurous +cryptonym +cryptonymous +cryptopapist +cryptoperthite +Cryptophagidae +cryptophthalmos +Cryptophyceae +cryptophyte +cryptopine +cryptoporticus +Cryptoprocta +cryptoproselyte +cryptoproselytism +cryptopyic +cryptopyrrole +cryptorchid +cryptorchidism +cryptorchis +Cryptorhynchus +cryptorrhesis +cryptorrhetic +cryptoscope +cryptoscopy +cryptosplenetic +Cryptostegia +cryptostoma +Cryptostomata +cryptostomate +cryptostome +Cryptotaenia +cryptous +cryptovalence +cryptovalency +cryptozonate +Cryptozonia +cryptozygosity +cryptozygous +Crypturi +Crypturidae +crystal +crystallic +crystalliferous +crystalliform +crystalligerous +crystallin +crystalline +crystallinity +crystallite +crystallitic +crystallitis +crystallizability +crystallizable +crystallization +crystallize +crystallized +crystallizer +crystalloblastic +crystallochemical +crystallochemistry +crystallogenesis +crystallogenetic +crystallogenic +crystallogenical +crystallogeny +crystallogram +crystallographer +crystallographic +crystallographical +crystallographically +crystallography +crystalloid +crystalloidal +crystallology +crystalloluminescence +crystallomagnetic +crystallomancy +crystallometric +crystallometry +crystallophyllian +crystallose +crystallurgy +crystalwort +crystic +crystograph +crystoleum +Crystolon +crystosphene +csardas +Ctenacanthus +ctene +ctenidial +ctenidium +cteniform +Ctenocephalus +ctenocyst +ctenodactyl +Ctenodipterini +ctenodont +Ctenodontidae +Ctenodus +ctenoid +ctenoidean +Ctenoidei +ctenoidian +ctenolium +Ctenophora +ctenophoral +ctenophoran +ctenophore +ctenophoric +ctenophorous +Ctenoplana +Ctenostomata +ctenostomatous +ctenostome +ctetology +cuadra +Cuailnge +cuapinole +cuarenta +cuarta +cuarteron +cuartilla +cuartillo +cub +Cuba +cubage +Cuban +cubangle +cubanite +Cubanize +cubatory +cubature +cubbing +cubbish +cubbishly +cubbishness +cubby +cubbyhole +cubbyhouse +cubbyyew +cubdom +cube +cubeb +cubelet +Cubelium +cuber +cubhood +cubi +cubic +cubica +cubical +cubically +cubicalness +cubicity +cubicle +cubicly +cubicone +cubicontravariant +cubicovariant +cubicular +cubiculum +cubiform +cubism +cubist +cubit +cubital +cubitale +cubited +cubitiere +cubito +cubitocarpal +cubitocutaneous +cubitodigital +cubitometacarpal +cubitopalmar +cubitoplantar +cubitoradial +cubitus +cubmaster +cubocalcaneal +cuboctahedron +cubocube +cubocuneiform +cubododecahedral +cuboid +cuboidal +cuboides +cubomancy +Cubomedusae +cubomedusan +cubometatarsal +cubonavicular +Cuchan +Cuchulainn +cuck +cuckhold +cuckold +cuckoldom +cuckoldry +cuckoldy +cuckoo +cuckooflower +cuckoomaid +cuckoopint +cuckoopintle +cuckstool +cucoline +Cucujid +Cucujidae +Cucujus +Cuculi +Cuculidae +cuculiform +Cuculiformes +cuculine +cuculla +cucullaris +cucullate +cucullately +cuculliform +cucullus +cuculoid +Cuculus +Cucumaria +Cucumariidae +cucumber +cucumiform +Cucumis +cucurbit +Cucurbita +Cucurbitaceae +cucurbitaceous +cucurbite +cucurbitine +cud +cudava +cudbear +cudden +cuddle +cuddleable +cuddlesome +cuddly +Cuddy +cuddy +cuddyhole +cudgel +cudgeler +cudgerie +cudweed +cue +cueball +cueca +cueist +cueman +cuemanship +cuerda +cuesta +Cueva +cuff +cuffer +cuffin +cuffy +cuffyism +cuggermugger +cuichunchulli +cuinage +cuir +cuirass +cuirassed +cuirassier +cuisinary +cuisine +cuissard +cuissart +cuisse +cuissen +cuisten +Cuitlateco +cuittikin +Cujam +cuke +Culavamsa +culbut +Culdee +culebra +culet +culeus +Culex +culgee +culicid +Culicidae +culicidal +culicide +culiciform +culicifugal +culicifuge +Culicinae +culicine +Culicoides +culilawan +culinarily +culinary +cull +culla +cullage +Cullen +culler +cullet +culling +cullion +cullis +cully +culm +culmen +culmicolous +culmiferous +culmigenous +culminal +culminant +culminate +culmination +culmy +culotte +culottes +culottic +culottism +culpa +culpability +culpable +culpableness +culpably +culpatory +culpose +culprit +cult +cultch +cultellation +cultellus +culteranismo +cultic +cultigen +cultirostral +Cultirostres +cultish +cultism +cultismo +cultist +cultivability +cultivable +cultivably +cultivar +cultivatability +cultivatable +cultivate +cultivated +cultivation +cultivator +cultrate +cultrated +cultriform +cultrirostral +Cultrirostres +cultual +culturable +cultural +culturally +culture +cultured +culturine +culturist +culturization +culturize +culturological +culturologically +culturologist +culturology +cultus +culver +culverfoot +culverhouse +culverin +culverineer +culverkey +culvert +culvertage +culverwort +cum +Cumacea +cumacean +cumaceous +Cumaean +cumal +cumaldehyde +Cumanagoto +cumaphyte +cumaphytic +cumaphytism +Cumar +cumay +cumbent +cumber +cumberer +cumberlandite +cumberless +cumberment +cumbersome +cumbersomely +cumbersomeness +cumberworld +cumbha +cumbly +cumbraite +cumbrance +cumbre +Cumbrian +cumbrous +cumbrously +cumbrousness +cumbu +cumene +cumengite +cumenyl +cumflutter +cumhal +cumic +cumidin +cumidine +cumin +cuminal +cuminic +cuminoin +cuminol +cuminole +cuminseed +cuminyl +cummer +cummerbund +cummin +cummingtonite +cumol +cump +cumshaw +cumulant +cumular +cumulate +cumulately +cumulation +cumulatist +cumulative +cumulatively +cumulativeness +cumuli +cumuliform +cumulite +cumulophyric +cumulose +cumulous +cumulus +cumyl +Cuna +cunabular +Cunan +Cunarder +Cunas +cunctation +cunctatious +cunctative +cunctator +cunctatorship +cunctatury +cunctipotent +cundeamor +cuneal +cuneate +cuneately +cuneatic +cuneator +cuneiform +cuneiformist +cuneocuboid +cuneonavicular +cuneoscaphoid +cunette +cuneus +cungeboi +cunicular +cuniculus +cunila +cunjah +cunjer +cunjevoi +cunner +cunnilinctus +cunnilingus +cunning +Cunninghamia +cunningly +cunningness +Cunonia +Cunoniaceae +cunoniaceous +cunye +Cunza +Cuon +cuorin +cup +Cupania +cupay +cupbearer +cupboard +cupcake +cupel +cupeler +cupellation +cupflower +cupful +Cuphea +cuphead +cupholder +Cupid +cupidinous +cupidity +cupidon +cupidone +cupless +cupmaker +cupmaking +cupman +cupmate +cupola +cupolaman +cupolar +cupolated +cupped +cupper +cupping +cuppy +cuprammonia +cuprammonium +cupreine +cuprene +cupreous +Cupressaceae +cupressineous +Cupressinoxylon +Cupressus +cupric +cupride +cupriferous +cuprite +cuproammonium +cuprobismutite +cuprocyanide +cuprodescloizite +cuproid +cuproiodargyrite +cupromanganese +cupronickel +cuproplumbite +cuproscheelite +cuprose +cuprosilicon +cuprotungstite +cuprous +cuprum +cupseed +cupstone +cupula +cupulate +cupule +Cupuliferae +cupuliferous +cupuliform +cur +curability +curable +curableness +curably +curacao +curacy +curare +curarine +curarization +curarize +curassow +curatage +curate +curatel +curateship +curatess +curatial +curatic +curation +curative +curatively +curativeness +curatize +curatolatry +curator +curatorial +curatorium +curatorship +curatory +curatrix +Curavecan +curb +curbable +curber +curbing +curbless +curblike +curbstone +curbstoner +curby +curcas +curch +curcuddoch +Curculio +curculionid +Curculionidae +curculionist +Curcuma +curcumin +curd +curdiness +curdle +curdler +curdly +curdwort +curdy +cure +cureless +curelessly +curemaster +curer +curettage +curette +curettement +curfew +curial +curialism +curialist +curialistic +curiality +curiate +Curiatii +curiboca +curie +curiescopy +curietherapy +curin +curine +curing +curio +curiologic +curiologically +curiologics +curiology +curiomaniac +curiosa +curiosity +curioso +curious +curiously +curiousness +curite +Curitis +curium +curl +curled +curledly +curledness +curler +curlew +curlewberry +curlicue +curliewurly +curlike +curlily +curliness +curling +curlingly +curlpaper +curly +curlycue +curlyhead +curlylocks +curmudgeon +curmudgeonery +curmudgeonish +curmudgeonly +curmurring +curn +curney +curnock +curple +curr +currach +currack +curragh +currant +curratow +currawang +currency +current +currently +currentness +currentwise +curricle +curricula +curricular +curricularization +curricularize +curriculum +curried +currier +curriery +currish +currishly +currishness +curry +currycomb +curryfavel +Cursa +cursal +curse +cursed +cursedly +cursedness +curser +curship +cursitor +cursive +cursively +cursiveness +cursor +cursorary +Cursores +Cursoria +cursorial +Cursoriidae +cursorily +cursoriness +cursorious +Cursorius +cursory +curst +curstful +curstfully +curstly +curstness +cursus +Curt +curt +curtail +curtailed +curtailedly +curtailer +curtailment +curtain +curtaining +curtainless +curtainwise +curtal +Curtana +curtate +curtation +curtesy +curtilage +Curtis +Curtise +curtly +curtness +curtsy +curua +curuba +Curucaneca +Curucanecan +curucucu +curule +Curuminaca +Curuminacan +Curupira +cururo +curvaceous +curvaceousness +curvacious +curvant +curvate +curvation +curvature +curve +curved +curvedly +curvedness +curver +curvesome +curvesomeness +curvet +curvicaudate +curvicostate +curvidentate +curvifoliate +curviform +curvilineal +curvilinear +curvilinearity +curvilinearly +curvimeter +curvinervate +curvinerved +curvirostral +Curvirostres +curviserial +curvital +curvity +curvograph +curvometer +curvous +curvulate +curvy +curwhibble +curwillet +cuscohygrine +cusconine +Cuscus +cuscus +Cuscuta +Cuscutaceae +cuscutaceous +cusec +cuselite +cush +cushag +cushat +cushaw +cushewbird +cushion +cushioned +cushionflower +cushionless +cushionlike +cushiony +Cushite +Cushitic +cushlamochree +cushy +cusie +cusinero +cusk +cusp +cuspal +cusparidine +cusparine +cuspate +cusped +cuspid +cuspidal +cuspidate +cuspidation +cuspidine +cuspidor +cuspule +cuss +cussed +cussedly +cussedness +cusser +cusso +custard +custerite +custodee +custodes +custodial +custodiam +custodian +custodianship +custodier +custody +custom +customable +customarily +customariness +customary +customer +customhouse +customs +custumal +cut +cutaneal +cutaneous +cutaneously +cutaway +cutback +cutch +cutcher +cutcherry +cute +cutely +cuteness +Cuterebra +Cuthbert +cutheal +cuticle +cuticolor +cuticula +cuticular +cuticularization +cuticularize +cuticulate +cutidure +cutie +cutification +cutigeral +cutin +cutinization +cutinize +cutireaction +cutis +cutisector +Cutiterebra +cutitis +cutization +cutlass +cutler +cutleress +Cutleria +Cutleriaceae +cutleriaceous +Cutleriales +cutlery +cutlet +cutling +cutlips +cutocellulose +cutoff +cutout +cutover +cutpurse +cuttable +cuttage +cuttail +cuttanee +cutted +cutter +cutterhead +cutterman +cutthroat +cutting +cuttingly +cuttingness +cuttle +cuttlebone +cuttlefish +cuttler +cuttoo +cutty +cuttyhunk +cutup +cutwater +cutweed +cutwork +cutworm +cuvette +Cuvierian +cuvy +cuya +Cuzceno +cwierc +cwm +cyamelide +Cyamus +cyan +cyanacetic +cyanamide +cyananthrol +Cyanastraceae +Cyanastrum +cyanate +cyanaurate +cyanauric +cyanbenzyl +cyancarbonic +Cyanea +cyanean +cyanemia +cyaneous +cyanephidrosis +cyanformate +cyanformic +cyanhidrosis +cyanhydrate +cyanhydric +cyanhydrin +cyanic +cyanicide +cyanidation +cyanide +cyanidin +cyanidine +cyanidrosis +cyanimide +cyanin +cyanine +cyanite +cyanize +cyanmethemoglobin +cyanoacetate +cyanoacetic +cyanoaurate +cyanoauric +cyanobenzene +cyanocarbonic +cyanochlorous +cyanochroia +cyanochroic +Cyanocitta +cyanocrystallin +cyanoderma +cyanogen +cyanogenesis +cyanogenetic +cyanogenic +cyanoguanidine +cyanohermidin +cyanohydrin +cyanol +cyanole +cyanomaclurin +cyanometer +cyanomethaemoglobin +cyanomethemoglobin +cyanometric +cyanometry +cyanopathic +cyanopathy +cyanophile +cyanophilous +cyanophoric +cyanophose +Cyanophyceae +cyanophycean +cyanophyceous +cyanophycin +cyanopia +cyanoplastid +cyanoplatinite +cyanoplatinous +cyanopsia +cyanose +cyanosed +cyanosis +Cyanospiza +cyanotic +cyanotrichite +cyanotype +cyanuramide +cyanurate +cyanuret +cyanuric +cyanurine +cyanus +cyaphenine +cyath +Cyathaspis +Cyathea +Cyatheaceae +cyatheaceous +cyathiform +cyathium +cyathoid +cyatholith +Cyathophyllidae +cyathophylline +cyathophylloid +Cyathophyllum +cyathos +cyathozooid +cyathus +cybernetic +cyberneticist +cybernetics +Cybister +cycad +Cycadaceae +cycadaceous +Cycadales +cycadean +cycadeoid +Cycadeoidea +cycadeous +cycadiform +cycadlike +cycadofilicale +Cycadofilicales +Cycadofilices +cycadofilicinean +Cycadophyta +Cycas +Cycladic +cyclamen +cyclamin +cyclamine +cyclammonium +cyclane +Cyclanthaceae +cyclanthaceous +Cyclanthales +Cyclanthus +cyclar +cyclarthrodial +cyclarthrsis +cyclas +cycle +cyclecar +cycledom +cyclene +cycler +cyclesmith +Cycliae +cyclian +cyclic +cyclical +cyclically +cyclicism +cyclide +cycling +cyclism +cyclist +cyclistic +cyclitic +cyclitis +cyclization +cyclize +cycloalkane +Cyclobothra +cyclobutane +cyclocoelic +cyclocoelous +Cycloconium +cyclodiolefin +cycloganoid +Cycloganoidei +cyclogram +cyclograph +cyclographer +cycloheptane +cycloheptanone +cyclohexane +cyclohexanol +cyclohexanone +cyclohexene +cyclohexyl +cycloid +cycloidal +cycloidally +cycloidean +Cycloidei +cycloidian +cycloidotrope +cyclolith +Cycloloma +cyclomania +cyclometer +cyclometric +cyclometrical +cyclometry +Cyclomyaria +cyclomyarian +cyclonal +cyclone +cyclonic +cyclonical +cyclonically +cyclonist +cyclonite +cyclonologist +cyclonology +cyclonometer +cyclonoscope +cycloolefin +cycloparaffin +cyclope +Cyclopean +cyclopean +cyclopedia +cyclopedic +cyclopedical +cyclopedically +cyclopedist +cyclopentadiene +cyclopentane +cyclopentanone +cyclopentene +Cyclopes +cyclopes +cyclophoria +cyclophoric +Cyclophorus +cyclophrenia +cyclopia +Cyclopic +cyclopism +cyclopite +cycloplegia +cycloplegic +cyclopoid +cyclopropane +Cyclops +Cyclopteridae +cyclopteroid +cyclopterous +cyclopy +cyclorama +cycloramic +Cyclorrhapha +cyclorrhaphous +cycloscope +cyclose +cyclosis +cyclospermous +Cyclospondyli +cyclospondylic +cyclospondylous +Cyclosporales +Cyclosporeae +Cyclosporinae +cyclosporous +Cyclostoma +Cyclostomata +cyclostomate +Cyclostomatidae +cyclostomatous +cyclostome +Cyclostomes +Cyclostomi +Cyclostomidae +cyclostomous +cyclostrophic +cyclostyle +Cyclotella +cyclothem +cyclothure +cyclothurine +Cyclothurus +cyclothyme +cyclothymia +cyclothymiac +cyclothymic +cyclotome +cyclotomic +cyclotomy +Cyclotosaurus +cyclotron +cyclovertebral +cyclus +Cydippe +cydippian +cydippid +Cydippida +Cydonia +Cydonian +cydonium +cyesiology +cyesis +cygneous +cygnet +Cygnid +Cygninae +cygnine +Cygnus +cyke +cylinder +cylindered +cylinderer +cylinderlike +cylindraceous +cylindrarthrosis +Cylindrella +cylindrelloid +cylindrenchyma +cylindric +cylindrical +cylindricality +cylindrically +cylindricalness +cylindricity +cylindricule +cylindriform +cylindrite +cylindrocellular +cylindrocephalic +cylindroconical +cylindroconoidal +cylindrocylindric +cylindrodendrite +cylindrograph +cylindroid +cylindroidal +cylindroma +cylindromatous +cylindrometric +cylindroogival +Cylindrophis +Cylindrosporium +cylindruria +cylix +Cyllenian +Cyllenius +cyllosis +cyma +cymagraph +cymaphen +cymaphyte +cymaphytic +cymaphytism +cymar +cymation +cymatium +cymba +cymbaeform +cymbal +Cymbalaria +cymbaleer +cymbaler +cymbaline +cymbalist +cymballike +cymbalo +cymbalon +cymbate +Cymbella +cymbiform +Cymbium +cymbling +cymbocephalic +cymbocephalous +cymbocephaly +Cymbopogon +cyme +cymelet +cymene +cymiferous +cymling +Cymodoceaceae +cymogene +cymograph +cymographic +cymoid +Cymoidium +cymometer +cymophane +cymophanous +cymophenol +cymoscope +cymose +cymosely +cymotrichous +cymotrichy +cymous +Cymraeg +Cymric +Cymry +cymule +cymulose +cynanche +Cynanchum +cynanthropy +Cynara +cynaraceous +cynarctomachy +cynareous +cynaroid +cynebot +cynegetic +cynegetics +cynegild +cynhyena +Cynias +cyniatria +cyniatrics +cynic +cynical +cynically +cynicalness +cynicism +cynicist +cynipid +Cynipidae +cynipidous +cynipoid +Cynipoidea +Cynips +cynism +cynocephalic +cynocephalous +cynocephalus +cynoclept +Cynocrambaceae +cynocrambaceous +Cynocrambe +Cynodon +cynodont +Cynodontia +Cynogale +cynogenealogist +cynogenealogy +Cynoglossum +Cynognathus +cynography +cynoid +Cynoidea +cynology +Cynomoriaceae +cynomoriaceous +Cynomorium +Cynomorpha +cynomorphic +cynomorphous +Cynomys +cynophile +cynophilic +cynophilist +cynophobe +cynophobia +Cynopithecidae +cynopithecoid +cynopodous +cynorrhodon +Cynosarges +Cynoscion +Cynosura +cynosural +cynosure +Cynosurus +cynotherapy +Cynoxylon +Cynthia +Cynthian +Cynthiidae +Cynthius +cyp +Cyperaceae +cyperaceous +Cyperus +cyphella +cyphellate +Cyphomandra +cyphonautes +cyphonism +Cypraea +cypraeid +Cypraeidae +cypraeiform +cypraeoid +cypre +cypres +cypress +cypressed +cypressroot +Cypria +Cyprian +Cyprididae +Cypridina +Cypridinidae +cypridinoid +Cyprina +cyprine +cyprinid +Cyprinidae +cypriniform +cyprinine +cyprinodont +Cyprinodontes +Cyprinodontidae +cyprinodontoid +cyprinoid +Cyprinoidea +cyprinoidean +Cyprinus +Cypriote +Cypripedium +Cypris +cypsela +Cypseli +Cypselid +Cypselidae +cypseliform +Cypseliformes +cypseline +cypseloid +cypselomorph +Cypselomorphae +cypselomorphic +cypselous +Cypselus +cyptozoic +Cyrano +Cyrenaic +Cyrenaicism +Cyrenian +Cyril +Cyrilla +Cyrillaceae +cyrillaceous +Cyrillian +Cyrillianism +Cyrillic +cyriologic +cyriological +Cyrtandraceae +Cyrtidae +cyrtoceracone +Cyrtoceras +cyrtoceratite +cyrtoceratitic +cyrtograph +cyrtolite +cyrtometer +Cyrtomium +cyrtopia +cyrtosis +Cyrus +cyrus +cyst +cystadenoma +cystadenosarcoma +cystal +cystalgia +cystamine +cystaster +cystatrophia +cystatrophy +cystectasia +cystectasy +cystectomy +cysted +cysteine +cysteinic +cystelcosis +cystenchyma +cystenchymatous +cystencyte +cysterethism +cystic +cysticarpic +cysticarpium +cysticercoid +cysticercoidal +cysticercosis +cysticercus +cysticolous +cystid +Cystidea +cystidean +cystidicolous +cystidium +cystiferous +cystiform +cystigerous +Cystignathidae +cystignathine +cystine +cystinuria +cystirrhea +cystis +cystitis +cystitome +cystoadenoma +cystocarcinoma +cystocarp +cystocarpic +cystocele +cystocolostomy +cystocyte +cystodynia +cystoelytroplasty +cystoenterocele +cystoepiplocele +cystoepithelioma +cystofibroma +Cystoflagellata +cystoflagellate +cystogenesis +cystogenous +cystogram +cystoid +Cystoidea +cystoidean +cystolith +cystolithectomy +cystolithiasis +cystolithic +cystoma +cystomatous +cystomorphous +cystomyoma +cystomyxoma +Cystonectae +cystonectous +cystonephrosis +cystoneuralgia +cystoparalysis +Cystophora +cystophore +cystophotography +cystophthisis +cystoplasty +cystoplegia +cystoproctostomy +Cystopteris +cystoptosis +Cystopus +cystopyelitis +cystopyelography +cystopyelonephritis +cystoradiography +cystorrhagia +cystorrhaphy +cystorrhea +cystosarcoma +cystoschisis +cystoscope +cystoscopic +cystoscopy +cystose +cystospasm +cystospastic +cystospore +cystostomy +cystosyrinx +cystotome +cystotomy +cystotrachelotomy +cystoureteritis +cystourethritis +cystous +cytase +cytasic +Cytherea +Cytherean +Cytherella +Cytherellidae +Cytinaceae +cytinaceous +Cytinus +cytioderm +cytisine +Cytisus +cytitis +cytoblast +cytoblastema +cytoblastemal +cytoblastematous +cytoblastemic +cytoblastemous +cytochemistry +cytochrome +cytochylema +cytocide +cytoclasis +cytoclastic +cytococcus +cytocyst +cytode +cytodendrite +cytoderm +cytodiagnosis +cytodieresis +cytodieretic +cytogamy +cytogene +cytogenesis +cytogenetic +cytogenetical +cytogenetically +cytogeneticist +cytogenetics +cytogenic +cytogenous +cytogeny +cytoglobin +cytohyaloplasm +cytoid +cytokinesis +cytolist +cytologic +cytological +cytologically +cytologist +cytology +cytolymph +cytolysin +cytolysis +cytolytic +cytoma +cytomere +cytometer +cytomicrosome +cytomitome +cytomorphosis +cyton +cytoparaplastin +cytopathologic +cytopathological +cytopathologically +cytopathology +Cytophaga +cytophagous +cytophagy +cytopharynx +cytophil +cytophysics +cytophysiology +cytoplasm +cytoplasmic +cytoplast +cytoplastic +cytoproct +cytopyge +cytoreticulum +cytoryctes +cytosine +cytosome +Cytospora +Cytosporina +cytost +cytostomal +cytostome +cytostroma +cytostromatic +cytotactic +cytotaxis +cytotoxic +cytotoxin +cytotrophoblast +cytotrophy +cytotropic +cytotropism +cytozoic +cytozoon +cytozymase +cytozyme +cytula +Cyzicene +cyzicene +czar +czardas +czardom +czarevitch +czarevna +czarian +czaric +czarina +czarinian +czarish +czarism +czarist +czaristic +czaritza +czarowitch +czarowitz +czarship +Czech +Czechic +Czechish +Czechization +Czechoslovak +Czechoslovakian +D +d +da +daalder +dab +dabb +dabba +dabber +dabble +dabbler +dabbling +dabblingly +dabblingness +dabby +dabchick +Dabih +Dabitis +dablet +daboia +daboya +dabster +dace +Dacelo +Daceloninae +dacelonine +dachshound +dachshund +Dacian +dacite +dacitic +dacker +dacoit +dacoitage +dacoity +dacryadenalgia +dacryadenitis +dacryagogue +dacrycystalgia +Dacrydium +dacryelcosis +dacryoadenalgia +dacryoadenitis +dacryoblenorrhea +dacryocele +dacryocyst +dacryocystalgia +dacryocystitis +dacryocystoblennorrhea +dacryocystocele +dacryocystoptosis +dacryocystorhinostomy +dacryocystosyringotomy +dacryocystotome +dacryocystotomy +dacryohelcosis +dacryohemorrhea +dacryolite +dacryolith +dacryolithiasis +dacryoma +dacryon +dacryops +dacryopyorrhea +dacryopyosis +dacryosolenitis +dacryostenosis +dacryosyrinx +dacryuria +Dactyl +dactyl +dactylar +dactylate +dactylic +dactylically +dactylioglyph +dactylioglyphic +dactylioglyphist +dactylioglyphtic +dactylioglyphy +dactyliographer +dactyliographic +dactyliography +dactyliology +dactyliomancy +dactylion +dactyliotheca +Dactylis +dactylist +dactylitic +dactylitis +dactylogram +dactylograph +dactylographic +dactylography +dactyloid +dactylology +dactylomegaly +dactylonomy +dactylopatagium +Dactylopius +dactylopodite +dactylopore +Dactylopteridae +Dactylopterus +dactylorhiza +dactyloscopic +dactyloscopy +dactylose +dactylosternal +dactylosymphysis +dactylotheca +dactylous +dactylozooid +dactylus +Dacus +dacyorrhea +dad +Dada +dada +Dadaism +Dadaist +dadap +Dadayag +dadder +daddle +daddock +daddocky +daddy +daddynut +dade +dadenhudd +dado +Dadoxylon +Dadu +daduchus +Dadupanthi +dae +Daedal +daedal +Daedalea +Daedalean +Daedalian +Daedalic +Daedalidae +Daedalist +daedaloid +Daedalus +daemon +Daemonelix +daemonic +daemonurgist +daemonurgy +daemony +daer +daff +daffery +daffing +daffish +daffle +daffodil +daffodilly +daffy +daffydowndilly +Dafla +daft +daftberry +daftlike +daftly +daftness +dag +dagaba +dagame +dagassa +Dagbamba +Dagbane +dagesh +Dagestan +dagga +dagger +daggerbush +daggered +daggerlike +daggerproof +daggers +daggle +daggletail +daggletailed +daggly +daggy +daghesh +daglock +Dagmar +Dago +dagoba +Dagomba +dags +Daguerrean +daguerreotype +daguerreotyper +daguerreotypic +daguerreotypist +daguerreotypy +dah +dahabeah +Dahlia +Dahoman +Dahomeyan +dahoon +Daibutsu +daidle +daidly +Daijo +daiker +daikon +Dail +Dailamite +dailiness +daily +daimen +daimiate +daimio +daimon +daimonic +daimonion +daimonistic +daimonology +dain +daincha +dainteth +daintify +daintihood +daintily +daintiness +daintith +dainty +Daira +daira +dairi +dairy +dairying +dairymaid +dairyman +dairywoman +dais +daisied +daisy +daisybush +daitya +daiva +dak +daker +Dakhini +dakir +Dakota +daktylon +daktylos +dal +dalar +Dalarnian +Dalbergia +Dalcassian +Dale +dale +Dalea +Dalecarlian +daleman +daler +dalesfolk +dalesman +dalespeople +daleswoman +daleth +dali +Dalibarda +dalk +dallack +dalle +dalles +dalliance +dallier +dally +dallying +dallyingly +Dalmania +Dalmanites +Dalmatian +Dalmatic +dalmatic +Dalradian +dalt +dalteen +Dalton +dalton +Daltonian +Daltonic +Daltonism +Daltonist +dam +dama +damage +damageability +damageable +damageableness +damageably +damagement +damager +damages +damagingly +daman +Damara +Damascene +damascene +damascened +damascener +damascenine +Damascus +damask +damaskeen +damasse +damassin +Damayanti +dambonitol +dambose +dambrod +dame +damenization +damewort +Damgalnunna +Damia +damiana +Damianist +damie +damier +damine +damkjernite +damlike +dammar +Dammara +damme +dammer +dammish +damn +damnability +damnable +damnableness +damnably +damnation +damnatory +damned +damner +damnification +damnify +Damnii +damning +damningly +damningness +damnonians +Damnonii +damnous +damnously +Damoclean +Damocles +Damoetas +damoiseau +Damon +Damone +damonico +damourite +damp +dampang +damped +dampen +dampener +damper +damping +dampish +dampishly +dampishness +damply +dampness +dampproof +dampproofer +dampproofing +dampy +damsel +damselfish +damselhood +damson +Dan +dan +Dana +Danaan +Danagla +Danai +Danaid +danaid +Danaidae +danaide +Danaidean +Danainae +danaine +Danais +danaite +Danakil +danalite +danburite +dancalite +dance +dancer +danceress +dancery +dancette +dancing +dancingly +dand +danda +dandelion +dander +dandiacal +dandiacally +dandically +dandification +dandify +dandilly +dandily +dandiprat +dandizette +dandle +dandler +dandling +dandlingly +dandruff +dandruffy +dandy +dandydom +dandyish +dandyism +dandyize +dandyling +Dane +Daneball +Daneflower +Danegeld +Danelaw +Daneweed +Danewort +dang +danger +dangerful +dangerfully +dangerless +dangerous +dangerously +dangerousness +dangersome +dangle +dangleberry +danglement +dangler +danglin +dangling +danglingly +Dani +Danian +Danic +danicism +Daniel +Daniele +Danielic +Danielle +Daniglacial +danio +Danish +Danism +Danite +Danization +Danize +dank +Dankali +dankish +dankishness +dankly +dankness +danli +Dannebrog +dannemorite +danner +Dannie +dannock +Danny +danoranja +dansant +danseuse +danta +Dantean +Dantesque +Danthonia +Dantist +Dantology +Dantomania +danton +Dantonesque +Dantonist +Dantophilist +Dantophily +Danube +Danubian +Danuri +Danzig +Danziger +dao +daoine +dap +Dapedium +Dapedius +Daphnaceae +Daphne +Daphnean +Daphnephoria +daphnetin +Daphnia +daphnin +daphnioid +Daphnis +daphnoid +dapicho +dapico +dapifer +dapper +dapperling +dapperly +dapperness +dapple +dappled +dar +darabukka +darac +daraf +Darapti +darat +darbha +darby +Darbyism +Darbyite +Darci +Dard +Dardan +dardanarius +Dardani +dardanium +dardaol +Dardic +Dardistan +dare +dareall +daredevil +daredevilism +daredevilry +daredeviltry +dareful +Daren +darer +Dares +daresay +darg +dargah +darger +Darghin +Dargo +dargsman +dargue +dari +daribah +daric +Darien +Darii +Darin +daring +daringly +daringness +dariole +Darius +Darjeeling +dark +darken +darkener +darkening +darkful +darkhearted +darkheartedness +darkish +darkishness +darkle +darkling +darklings +darkly +darkmans +darkness +darkroom +darkskin +darksome +darksomeness +darky +darling +darlingly +darlingness +Darlingtonia +darn +darnation +darned +darnel +darner +darnex +darning +daroga +daroo +darr +darrein +Darrell +Darren +Darryl +darshana +Darsonval +Darsonvalism +darst +dart +Dartagnan +dartars +dartboard +darter +darting +dartingly +dartingness +dartle +dartlike +dartman +Dartmoor +dartoic +dartoid +dartos +dartre +dartrose +dartrous +darts +dartsman +Darwinian +Darwinical +Darwinically +Darwinism +Darwinist +Darwinistic +Darwinite +Darwinize +Daryl +darzee +das +Daschagga +dash +dashboard +dashed +dashedly +dashee +dasheen +dasher +dashing +dashingly +dashmaker +Dashnak +Dashnakist +Dashnaktzutiun +dashplate +dashpot +dashwheel +dashy +dasi +Dasiphora +dasnt +dassie +dassy +dastard +dastardize +dastardliness +dastardly +dastur +dasturi +Dasya +Dasyatidae +Dasyatis +Dasycladaceae +dasycladaceous +Dasylirion +dasymeter +dasypaedal +dasypaedes +dasypaedic +Dasypeltis +dasyphyllous +Dasypodidae +dasypodoid +Dasyprocta +Dasyproctidae +dasyproctine +Dasypus +Dasystephana +dasyure +Dasyuridae +dasyurine +dasyuroid +Dasyurus +Dasyus +data +datable +datableness +datably +dataria +datary +datch +datcha +date +dateless +datemark +dater +datil +dating +dation +Datisca +Datiscaceae +datiscaceous +datiscetin +datiscin +datiscoside +Datisi +Datism +datival +dative +datively +dativogerundial +datolite +datolitic +dattock +datum +Datura +daturic +daturism +daub +daube +Daubentonia +Daubentoniidae +dauber +daubery +daubing +daubingly +daubreeite +daubreelite +daubster +dauby +Daucus +daud +daughter +daughterhood +daughterkin +daughterless +daughterlike +daughterliness +daughterling +daughterly +daughtership +Daulias +daunch +dauncy +Daunii +daunt +daunter +daunting +dauntingly +dauntingness +dauntless +dauntlessly +dauntlessness +daunton +dauphin +dauphine +dauphiness +Daur +Dauri +daut +dautie +dauw +davach +Davallia +Dave +daven +davenport +daver +daverdy +David +Davidian +Davidic +Davidical +Davidist +davidsonite +Daviesia +daviesite +davit +davoch +Davy +davy +davyne +daw +dawdle +dawdler +dawdling +dawdlingly +dawdy +dawish +dawkin +Dawn +dawn +dawning +dawnlight +dawnlike +dawnstreak +dawnward +dawny +Dawson +Dawsonia +Dawsoniaceae +dawsoniaceous +dawsonite +dawtet +dawtit +dawut +day +dayabhaga +Dayakker +dayal +daybeam +dayberry +dayblush +daybook +daybreak +daydawn +daydream +daydreamer +daydreamy +daydrudge +dayflower +dayfly +daygoing +dayless +daylight +daylit +daylong +dayman +daymare +daymark +dayroom +days +dayshine +daysman +dayspring +daystar +daystreak +daytale +daytide +daytime +daytimes +dayward +daywork +dayworker +daywrit +Daza +daze +dazed +dazedly +dazedness +dazement +dazingly +dazy +dazzle +dazzlement +dazzler +dazzlingly +de +deacetylate +deacetylation +deacidification +deacidify +deacon +deaconal +deaconate +deaconess +deaconhood +deaconize +deaconry +deaconship +deactivate +deactivation +dead +deadbeat +deadborn +deadcenter +deaden +deadener +deadening +deader +deadeye +deadfall +deadhead +deadheadism +deadhearted +deadheartedly +deadheartedness +deadhouse +deading +deadish +deadishly +deadishness +deadlatch +deadlight +deadlily +deadline +deadliness +deadlock +deadly +deadman +deadmelt +deadness +deadpan +deadpay +deadtongue +deadwood +deadwort +deaerate +deaeration +deaerator +deaf +deafen +deafening +deafeningly +deafforest +deafforestation +deafish +deafly +deafness +deair +deal +dealable +dealate +dealated +dealation +dealbate +dealbation +dealbuminize +dealcoholist +dealcoholization +dealcoholize +dealer +dealerdom +dealership +dealfish +dealing +dealkalize +dealkylate +dealkylation +dealt +deambulation +deambulatory +deamidase +deamidate +deamidation +deamidization +deamidize +deaminase +deaminate +deamination +deaminization +deaminize +deammonation +Dean +dean +deanathematize +deaner +deanery +deaness +deanimalize +deanship +deanthropomorphic +deanthropomorphism +deanthropomorphization +deanthropomorphize +deappetizing +deaquation +dear +dearborn +dearie +dearly +dearness +dearomatize +dearsenicate +dearsenicator +dearsenicize +dearth +dearthfu +dearticulation +dearworth +dearworthily +dearworthiness +deary +deash +deasil +deaspirate +deaspiration +deassimilation +death +deathbed +deathblow +deathday +deathful +deathfully +deathfulness +deathify +deathin +deathiness +deathless +deathlessly +deathlessness +deathlike +deathliness +deathling +deathly +deathroot +deathshot +deathsman +deathtrap +deathward +deathwards +deathwatch +deathweed +deathworm +deathy +deave +deavely +Deb +deb +debacle +debadge +debamboozle +debar +debarbarization +debarbarize +debark +debarkation +debarkment +debarment +debarrance +debarrass +debarration +debase +debasedness +debasement +debaser +debasingly +debatable +debate +debateful +debatefully +debatement +debater +debating +debatingly +debauch +debauched +debauchedly +debauchedness +debauchee +debaucher +debauchery +debauchment +Debbie +Debby +debby +debeige +debellate +debellation +debellator +deben +debenture +debentured +debenzolize +Debi +debile +debilissima +debilitant +debilitate +debilitated +debilitation +debilitative +debility +debind +debit +debiteuse +debituminization +debituminize +deblaterate +deblateration +deboistly +deboistness +debonair +debonaire +debonairity +debonairly +debonairness +debonnaire +Deborah +debord +debordment +debosh +deboshed +debouch +debouchment +debride +debrief +debris +debrominate +debromination +debruise +debt +debtee +debtful +debtless +debtor +debtorship +debullition +debunk +debunker +debunkment +debus +Debussyan +Debussyanize +debut +debutant +debutante +decachord +decad +decadactylous +decadal +decadally +decadarch +decadarchy +decadary +decadation +decade +decadence +decadency +decadent +decadentism +decadently +decadescent +decadianome +decadic +decadist +decadrachm +decadrachma +decaesarize +decaffeinate +decaffeinize +decafid +decagon +decagonal +decagram +decagramme +decahedral +decahedron +decahydrate +decahydrated +decahydronaphthalene +Decaisnea +decal +decalcification +decalcifier +decalcify +decalcomania +decalcomaniac +decalescence +decalescent +Decalin +decaliter +decalitre +decalobate +Decalogist +Decalogue +decalvant +decalvation +decameral +Decameron +Decameronic +decamerous +decameter +decametre +decamp +decampment +decan +decanal +decanally +decanate +decane +decangular +decani +decanically +decannulation +decanonization +decanonize +decant +decantate +decantation +decanter +decantherous +decap +decapetalous +decaphyllous +decapitable +decapitalization +decapitalize +decapitate +decapitation +decapitator +decapod +Decapoda +decapodal +decapodan +decapodiform +decapodous +decapper +decapsulate +decapsulation +decarbonate +decarbonator +decarbonization +decarbonize +decarbonized +decarbonizer +decarboxylate +decarboxylation +decarboxylization +decarboxylize +decarburation +decarburization +decarburize +decarch +decarchy +decardinalize +decare +decarhinus +decarnate +decarnated +decart +decasemic +decasepalous +decaspermal +decaspermous +decast +decastellate +decastere +decastich +decastyle +decasualization +decasualize +decasyllabic +decasyllable +decasyllabon +decate +decathlon +decatholicize +decatize +decatizer +decatoic +decator +decatyl +decaudate +decaudation +decay +decayable +decayed +decayedness +decayer +decayless +decease +deceased +decedent +deceit +deceitful +deceitfully +deceitfulness +deceivability +deceivable +deceivableness +deceivably +deceive +deceiver +deceiving +deceivingly +decelerate +deceleration +decelerator +decelerometer +December +Decemberish +Decemberly +Decembrist +decemcostate +decemdentate +decemfid +decemflorous +decemfoliate +decemfoliolate +decemjugate +decemlocular +decempartite +decempeda +decempedal +decempedate +decempennate +decemplex +decemplicate +decempunctate +decemstriate +decemuiri +decemvir +decemviral +decemvirate +decemvirship +decenary +decence +decency +decene +decennal +decennary +decennia +decenniad +decennial +decennially +decennium +decennoval +decent +decenter +decently +decentness +decentralism +decentralist +decentralization +decentralize +decentration +decentre +decenyl +decephalization +deceptibility +deceptible +deception +deceptious +deceptiously +deceptitious +deceptive +deceptively +deceptiveness +deceptivity +decerebrate +decerebration +decerebrize +decern +decerniture +decernment +decess +decession +dechemicalization +dechemicalize +dechenite +Dechlog +dechlore +dechlorination +dechoralize +dechristianization +dechristianize +Decian +deciare +deciatine +decibel +deciceronize +decidable +decide +decided +decidedly +decidedness +decider +decidingly +decidua +decidual +deciduary +Deciduata +deciduate +deciduitis +deciduoma +deciduous +deciduously +deciduousness +decigram +decigramme +decil +decile +deciliter +decillion +decillionth +decima +decimal +decimalism +decimalist +decimalization +decimalize +decimally +decimate +decimation +decimator +decimestrial +decimeter +decimolar +decimole +decimosexto +Decimus +decinormal +decipher +decipherability +decipherable +decipherably +decipherer +decipherment +decipium +decipolar +decision +decisional +decisive +decisively +decisiveness +decistere +decitizenize +Decius +decivilization +decivilize +deck +decke +decked +deckel +decker +deckhead +deckhouse +deckie +decking +deckle +deckload +deckswabber +declaim +declaimant +declaimer +declamation +declamatoriness +declamatory +declarable +declarant +declaration +declarative +declaratively +declarator +declaratorily +declaratory +declare +declared +declaredly +declaredness +declarer +declass +declassicize +declassify +declension +declensional +declensionally +declericalize +declimatize +declinable +declinal +declinate +declination +declinational +declinatory +declinature +decline +declined +declinedness +decliner +declinograph +declinometer +declivate +declive +declivitous +declivity +declivous +declutch +decoagulate +decoagulation +decoat +decocainize +decoct +decoctible +decoction +decoctive +decoctum +decode +Decodon +decohere +decoherence +decoherer +decohesion +decoic +decoke +decollate +decollated +decollation +decollator +decolletage +decollete +decolor +decolorant +decolorate +decoloration +decolorimeter +decolorization +decolorize +decolorizer +decolour +decommission +decompensate +decompensation +decomplex +decomponible +decomposability +decomposable +decompose +decomposed +decomposer +decomposite +decomposition +decomposure +decompound +decompoundable +decompoundly +decompress +decompressing +decompression +decompressive +deconcatenate +deconcentrate +deconcentration +deconcentrator +decongestive +deconsecrate +deconsecration +deconsider +deconsideration +decontaminate +decontamination +decontrol +deconventionalize +decopperization +decopperize +decorability +decorable +decorably +decorament +decorate +decorated +decoration +decorationist +decorative +decoratively +decorativeness +decorator +decoratory +decorist +decorous +decorously +decorousness +decorrugative +decorticate +decortication +decorticator +decorticosis +decorum +decostate +decoy +decoyer +decoyman +decrassify +decream +decrease +decreaseless +decreasing +decreasingly +decreation +decreative +decree +decreeable +decreement +decreer +decreet +decrement +decrementless +decremeter +decrepit +decrepitate +decrepitation +decrepitly +decrepitness +decrepitude +decrescence +decrescendo +decrescent +decretal +decretalist +decrete +decretist +decretive +decretively +decretorial +decretorily +decretory +decretum +decrew +decrial +decried +decrier +decrown +decrudescence +decrustation +decry +decrystallization +decubital +decubitus +decultivate +deculturate +decuman +decumana +decumanus +Decumaria +decumary +decumbence +decumbency +decumbent +decumbently +decumbiture +decuple +decuplet +decuria +decurion +decurionate +decurrence +decurrency +decurrent +decurrently +decurring +decursion +decursive +decursively +decurtate +decurvation +decurvature +decurve +decury +decus +decussate +decussated +decussately +decussation +decussis +decussorium +decyl +decylene +decylenic +decylic +decyne +Dedan +Dedanim +Dedanite +dedecorate +dedecoration +dedecorous +dedendum +dedentition +dedicant +dedicate +dedicatee +dedication +dedicational +dedicative +dedicator +dedicatorial +dedicatorily +dedicatory +dedicature +dedifferentiate +dedifferentiation +dedimus +deditician +dediticiancy +dedition +dedo +dedoggerelize +dedogmatize +dedolation +deduce +deducement +deducibility +deducible +deducibleness +deducibly +deducive +deduct +deductible +deduction +deductive +deductively +deductory +deduplication +dee +deed +deedbox +deedeed +deedful +deedfully +deedily +deediness +deedless +deedy +deem +deemer +deemie +deemster +deemstership +deep +deepen +deepener +deepening +deepeningly +Deepfreeze +deeping +deepish +deeplier +deeply +deepmost +deepmouthed +deepness +deepsome +deepwater +deepwaterman +deer +deerberry +deerdog +deerdrive +deerfood +deerhair +deerherd +deerhorn +deerhound +deerlet +deermeat +deerskin +deerstalker +deerstalking +deerstand +deerstealer +deertongue +deerweed +deerwood +deeryard +deevey +deevilick +deface +defaceable +defacement +defacer +defacing +defacingly +defalcate +defalcation +defalcator +defalk +defamation +defamatory +defame +defamed +defamer +defamingly +defassa +defat +default +defaultant +defaulter +defaultless +defaulture +defeasance +defeasanced +defease +defeasibility +defeasible +defeasibleness +defeat +defeater +defeatism +defeatist +defeatment +defeature +defecant +defecate +defecation +defecator +defect +defectibility +defectible +defection +defectionist +defectious +defective +defectively +defectiveness +defectless +defectology +defector +defectoscope +defedation +defeminize +defence +defend +defendable +defendant +defender +defendress +defenestration +defensative +defense +defenseless +defenselessly +defenselessness +defensibility +defensible +defensibleness +defensibly +defension +defensive +defensively +defensiveness +defensor +defensorship +defensory +defer +deferable +deference +deferent +deferentectomy +deferential +deferentiality +deferentially +deferentitis +deferment +deferrable +deferral +deferred +deferrer +deferrization +deferrize +defervesce +defervescence +defervescent +defeudalize +defiable +defial +defiance +defiant +defiantly +defiantness +defiber +defibrinate +defibrination +defibrinize +deficience +deficiency +deficient +deficiently +deficit +defier +defiguration +defilade +defile +defiled +defiledness +defilement +defiler +defiliation +defiling +defilingly +definability +definable +definably +define +defined +definedly +definement +definer +definiendum +definiens +definite +definitely +definiteness +definition +definitional +definitiones +definitive +definitively +definitiveness +definitization +definitize +definitor +definitude +deflagrability +deflagrable +deflagrate +deflagration +deflagrator +deflate +deflation +deflationary +deflationist +deflator +deflect +deflectable +deflected +deflection +deflectionization +deflectionize +deflective +deflectometer +deflector +deflesh +deflex +deflexibility +deflexible +deflexion +deflexure +deflocculant +deflocculate +deflocculation +deflocculator +deflorate +defloration +deflorescence +deflower +deflowerer +defluent +defluous +defluvium +defluxion +defoedation +defog +defoliage +defoliate +defoliated +defoliation +defoliator +deforce +deforcement +deforceor +deforcer +deforciant +deforest +deforestation +deforester +deform +deformability +deformable +deformalize +deformation +deformational +deformative +deformed +deformedly +deformedness +deformer +deformeter +deformism +deformity +defortify +defoul +defraud +defraudation +defrauder +defraudment +defray +defrayable +defrayal +defrayer +defrayment +defreeze +defrication +defrock +defrost +defroster +deft +defterdar +deftly +deftness +defunct +defunction +defunctionalization +defunctionalize +defunctness +defuse +defusion +defy +defyingly +deg +deganglionate +degarnish +degas +degasification +degasifier +degasify +degasser +degauss +degelatinize +degelation +degeneracy +degeneralize +degenerate +degenerately +degenerateness +degeneration +degenerationist +degenerative +degenerescence +degenerescent +degentilize +degerm +degerminate +degerminator +degged +degger +deglaciation +deglaze +deglutinate +deglutination +deglutition +deglutitious +deglutitive +deglutitory +deglycerin +deglycerine +degorge +degradable +degradand +degradation +degradational +degradative +degrade +degraded +degradedly +degradedness +degradement +degrader +degrading +degradingly +degradingness +degraduate +degraduation +degrain +degrease +degreaser +degree +degreeless +degreewise +degression +degressive +degressively +degu +Deguelia +deguelin +degum +degummer +degust +degustation +dehair +dehairer +Dehaites +deheathenize +dehematize +dehepatize +Dehgan +dehisce +dehiscence +dehiscent +dehistoricize +Dehkan +dehnstufe +dehonestate +dehonestation +dehorn +dehorner +dehors +dehort +dehortation +dehortative +dehortatory +dehorter +dehull +dehumanization +dehumanize +dehumidification +dehumidifier +dehumidify +dehusk +Dehwar +dehydrant +dehydrase +dehydrate +dehydration +dehydrator +dehydroascorbic +dehydrocorydaline +dehydrofreezing +dehydrogenase +dehydrogenate +dehydrogenation +dehydrogenization +dehydrogenize +dehydromucic +dehydrosparteine +dehypnotize +deice +deicer +deicidal +deicide +deictic +deictical +deictically +deidealize +Deidesheimer +deific +deifical +deification +deificatory +deifier +deiform +deiformity +deify +deign +Deimos +deincrustant +deindividualization +deindividualize +deindividuate +deindustrialization +deindustrialize +deink +Deino +Deinocephalia +Deinoceras +Deinodon +Deinodontidae +deinos +Deinosauria +Deinotherium +deinsularize +deintellectualization +deintellectualize +deionize +Deipara +deiparous +Deiphobus +deipnodiplomatic +deipnophobia +deipnosophism +deipnosophist +deipnosophistic +deipotent +Deirdre +deiseal +deisidaimonia +deism +deist +deistic +deistical +deistically +deisticalness +deity +deityship +deject +dejecta +dejected +dejectedly +dejectedness +dejectile +dejection +dejectly +dejectory +dejecture +dejerate +dejeration +dejerator +dejeune +dejeuner +dejunkerize +Dekabrist +dekaparsec +dekapode +dekko +dekle +deknight +Del +delabialization +delabialize +delacrimation +delactation +delaine +delaminate +delamination +delapse +delapsion +delate +delater +delatinization +delatinize +delation +delator +delatorian +Delaware +Delawarean +delawn +delay +delayable +delayage +delayer +delayful +delaying +delayingly +Delbert +dele +delead +delectability +delectable +delectableness +delectably +delectate +delectation +delectus +delegable +delegacy +delegalize +delegant +delegate +delegatee +delegateship +delegation +delegative +delegator +delegatory +delenda +Delesseria +Delesseriaceae +delesseriaceous +delete +deleterious +deleteriously +deleteriousness +deletion +deletive +deletory +delf +delft +delftware +Delhi +Delia +Delian +deliberalization +deliberalize +deliberant +deliberate +deliberately +deliberateness +deliberation +deliberative +deliberatively +deliberativeness +deliberator +delible +delicacy +delicate +delicately +delicateness +delicatesse +delicatessen +delicense +Delichon +delicioso +Delicious +delicious +deliciously +deliciousness +delict +delictum +deligated +deligation +delight +delightable +delighted +delightedly +delightedness +delighter +delightful +delightfully +delightfulness +delighting +delightingly +delightless +delightsome +delightsomely +delightsomeness +delignate +delignification +Delilah +delime +delimit +delimitate +delimitation +delimitative +delimiter +delimitize +delineable +delineament +delineate +delineation +delineative +delineator +delineatory +delineature +delinquence +delinquency +delinquent +delinquently +delint +delinter +deliquesce +deliquescence +deliquescent +deliquium +deliracy +delirament +deliration +deliriant +delirifacient +delirious +deliriously +deliriousness +delirium +delitescence +delitescency +delitescent +deliver +deliverable +deliverance +deliverer +deliveress +deliveror +delivery +deliveryman +dell +Della +dellenite +Delobranchiata +delocalization +delocalize +delomorphic +delomorphous +deloul +delouse +delphacid +Delphacidae +Delphian +Delphin +Delphinapterus +delphine +delphinic +Delphinid +Delphinidae +delphinin +delphinine +delphinite +Delphinium +Delphinius +delphinoid +Delphinoidea +delphinoidine +Delphinus +delphocurarine +Delsarte +Delsartean +Delsartian +Delta +delta +deltafication +deltaic +deltal +deltarium +deltation +delthyrial +delthyrium +deltic +deltidial +deltidium +deltiology +deltohedron +deltoid +deltoidal +delubrum +deludable +delude +deluder +deludher +deluding +deludingly +deluge +deluminize +delundung +delusion +delusional +delusionist +delusive +delusively +delusiveness +delusory +deluster +deluxe +delve +delver +demagnetizable +demagnetization +demagnetize +demagnetizer +demagog +demagogic +demagogical +demagogically +demagogism +demagogue +demagoguery +demagogy +demal +demand +demandable +demandant +demander +demanding +demandingly +demanganization +demanganize +demantoid +demarcate +demarcation +demarcator +demarch +demarchy +demargarinate +demark +demarkation +demast +dematerialization +dematerialize +Dematiaceae +dematiaceous +deme +demean +demeanor +demegoric +demency +dement +dementate +dementation +demented +dementedly +dementedness +dementholize +dementia +demephitize +demerit +demeritorious +demeritoriously +Demerol +demersal +demersed +demersion +demesman +demesmerize +demesne +demesnial +demetallize +demethylate +demethylation +Demetrian +demetricize +demi +demiadult +demiangel +demiassignation +demiatheism +demiatheist +demibarrel +demibastion +demibastioned +demibath +demibeast +demibelt +demibob +demibombard +demibrassart +demibrigade +demibrute +demibuckram +demicadence +demicannon +demicanon +demicanton +demicaponier +demichamfron +demicircle +demicircular +demicivilized +demicolumn +demicoronal +demicritic +demicuirass +demiculverin +demicylinder +demicylindrical +demidandiprat +demideify +demideity +demidevil +demidigested +demidistance +demiditone +demidoctor +demidog +demidolmen +demidome +demieagle +demifarthing +demifigure +demiflouncing +demifusion +demigardebras +demigauntlet +demigentleman +demiglobe +demigod +demigoddess +demigoddessship +demigorge +demigriffin +demigroat +demihag +demihearse +demiheavenly +demihigh +demihogshead +demihorse +demihuman +demijambe +demijohn +demikindred +demiking +demilance +demilancer +demilawyer +demilegato +demilion +demilitarization +demilitarize +demiliterate +demilune +demiluster +demilustre +demiman +demimark +demimentoniere +demimetope +demimillionaire +demimondaine +demimonde +demimonk +deminatured +demineralization +demineralize +deminude +deminudity +demioctagonal +demioctangular +demiofficial +demiorbit +demiourgoi +demiowl +demiox +demipagan +demiparallel +demipauldron +demipectinate +demipesade +demipike +demipillar +demipique +demiplacate +demiplate +demipomada +demipremise +demipremiss +demipriest +demipronation +demipuppet +demiquaver +demiracle +demiram +demirelief +demirep +demirevetment +demirhumb +demirilievo +demirobe +demisability +demisable +demisacrilege +demisang +demisangue +demisavage +demise +demiseason +demisecond +demisemiquaver +demisemitone +demisheath +demishirt +demisovereign +demisphere +demiss +demission +demissionary +demissly +demissness +demissory +demisuit +demit +demitasse +demitint +demitoilet +demitone +demitrain +demitranslucence +demitube +demiturned +demiurge +demiurgeous +demiurgic +demiurgical +demiurgically +demiurgism +demivambrace +demivirgin +demivoice +demivol +demivolt +demivotary +demiwivern +demiwolf +demnition +demob +demobilization +demobilize +democracy +democrat +democratian +democratic +democratical +democratically +democratifiable +democratism +democratist +democratization +democratize +demodectic +demoded +Demodex +Demodicidae +Demodocus +demodulation +demodulator +demogenic +Demogorgon +demographer +demographic +demographical +demographically +demographist +demography +demoid +demoiselle +demolish +demolisher +demolishment +demolition +demolitionary +demolitionist +demological +demology +Demon +demon +demonastery +demoness +demonetization +demonetize +demoniac +demoniacal +demoniacally +demoniacism +demonial +demonian +demonianism +demoniast +demonic +demonical +demonifuge +demonish +demonism +demonist +demonize +demonkind +demonland +demonlike +demonocracy +demonograph +demonographer +demonography +demonolater +demonolatrous +demonolatrously +demonolatry +demonologer +demonologic +demonological +demonologically +demonologist +demonology +demonomancy +demonophobia +demonry +demonship +demonstrability +demonstrable +demonstrableness +demonstrably +demonstrant +demonstratable +demonstrate +demonstratedly +demonstrater +demonstration +demonstrational +demonstrationist +demonstrative +demonstratively +demonstrativeness +demonstrator +demonstratorship +demonstratory +demophil +demophilism +demophobe +Demophon +Demophoon +demoralization +demoralize +demoralizer +demorphinization +demorphism +demos +Demospongiae +Demosthenean +Demosthenic +demote +demotic +demotics +demotion +demotist +demount +demountability +demountable +dempster +demulce +demulcent +demulsibility +demulsify +demulsion +demure +demurely +demureness +demurity +demurrable +demurrage +demurral +demurrant +demurrer +demurring +demurringly +demutization +demy +demyship +den +denarcotization +denarcotize +denarius +denaro +denary +denat +denationalization +denationalize +denaturalization +denaturalize +denaturant +denaturate +denaturation +denature +denaturization +denaturize +denaturizer +denazify +denda +dendrachate +dendral +Dendraspis +dendraxon +dendric +dendriform +dendrite +Dendrites +dendritic +dendritical +dendritically +dendritiform +Dendrium +Dendrobates +Dendrobatinae +dendrobe +Dendrobium +Dendrocalamus +Dendroceratina +dendroceratine +Dendrochirota +dendrochronological +dendrochronologist +dendrochronology +dendroclastic +Dendrocoela +dendrocoelan +dendrocoele +dendrocoelous +Dendrocolaptidae +dendrocolaptine +Dendroctonus +Dendrocygna +dendrodont +Dendrodus +Dendroeca +Dendrogaea +Dendrogaean +dendrograph +dendrography +Dendrohyrax +Dendroica +dendroid +dendroidal +Dendroidea +Dendrolagus +dendrolatry +Dendrolene +dendrolite +dendrologic +dendrological +dendrologist +dendrologous +dendrology +Dendromecon +dendrometer +dendron +dendrophil +dendrophile +dendrophilous +Dendropogon +Dene +dene +Deneb +Denebola +denegate +denegation +denehole +denervate +denervation +deneutralization +dengue +deniable +denial +denicotinize +denier +denierage +denierer +denigrate +denigration +denigrator +denim +Denis +denitrate +denitration +denitrator +denitrificant +denitrification +denitrificator +denitrifier +denitrify +denitrize +denization +denizen +denizenation +denizenize +denizenship +Denmark +dennet +Dennis +Dennstaedtia +denominable +denominate +denomination +denominational +denominationalism +denominationalist +denominationalize +denominationally +denominative +denominatively +denominator +denotable +denotation +denotative +denotatively +denotativeness +denotatum +denote +denotement +denotive +denouement +denounce +denouncement +denouncer +dense +densely +densen +denseness +denshare +densher +denshire +densification +densifier +densify +densimeter +densimetric +densimetrically +densimetry +densitometer +density +dent +dentagra +dental +dentale +dentalgia +Dentaliidae +dentalism +dentality +Dentalium +dentalization +dentalize +dentally +dentaphone +Dentaria +dentary +dentata +dentate +dentated +dentately +dentation +dentatoangulate +dentatocillitate +dentatocostate +dentatocrenate +dentatoserrate +dentatosetaceous +dentatosinuate +dentel +dentelated +dentelle +dentelure +denter +dentex +dentical +denticate +Denticeti +denticle +denticular +denticulate +denticulately +denticulation +denticule +dentiferous +dentification +dentiform +dentifrice +dentigerous +dentil +dentilabial +dentilated +dentilation +dentile +dentilingual +dentiloquist +dentiloquy +dentimeter +dentin +dentinal +dentinalgia +dentinasal +dentine +dentinitis +dentinoblast +dentinocemental +dentinoid +dentinoma +dentiparous +dentiphone +dentiroster +dentirostral +dentirostrate +Dentirostres +dentiscalp +dentist +dentistic +dentistical +dentistry +dentition +dentoid +dentolabial +dentolingual +dentonasal +dentosurgical +dentural +denture +denty +denucleate +denudant +denudate +denudation +denudative +denude +denuder +denumerable +denumerably +denumeral +denumerant +denumerantive +denumeration +denumerative +denunciable +denunciant +denunciate +denunciation +denunciative +denunciatively +denunciator +denunciatory +denutrition +deny +denyingly +deobstruct +deobstruent +deoccidentalize +deoculate +deodand +deodara +deodorant +deodorization +deodorize +deodorizer +deontological +deontologist +deontology +deoperculate +deoppilant +deoppilate +deoppilation +deoppilative +deordination +deorganization +deorganize +deorientalize +deorsumvergence +deorsumversion +deorusumduction +deossification +deossify +deota +deoxidant +deoxidate +deoxidation +deoxidative +deoxidator +deoxidization +deoxidize +deoxidizer +deoxygenate +deoxygenation +deoxygenization +deozonization +deozonize +deozonizer +depa +depaganize +depaint +depancreatization +depancreatize +depark +deparliament +depart +departed +departer +departisanize +departition +department +departmental +departmentalism +departmentalization +departmentalize +departmentally +departmentization +departmentize +departure +depas +depascent +depass +depasturable +depasturage +depasturation +depasture +depatriate +depauperate +depauperation +depauperization +depauperize +depencil +depend +dependability +dependable +dependableness +dependably +dependence +dependency +dependent +dependently +depender +depending +dependingly +depeople +deperdite +deperditely +deperition +depersonalization +depersonalize +depersonize +depetalize +depeter +depetticoat +dephase +dephilosophize +dephlegmate +dephlegmation +dephlegmatize +dephlegmator +dephlegmatory +dephlegmedness +dephlogisticate +dephlogisticated +dephlogistication +dephosphorization +dephosphorize +dephysicalization +dephysicalize +depickle +depict +depicter +depiction +depictive +depicture +depiedmontize +depigment +depigmentate +depigmentation +depigmentize +depilate +depilation +depilator +depilatory +depilitant +depilous +deplaceable +deplane +deplasmolysis +deplaster +deplenish +deplete +deplethoric +depletion +depletive +depletory +deploitation +deplorability +deplorable +deplorableness +deplorably +deploration +deplore +deplored +deploredly +deploredness +deplorer +deploringly +deploy +deployment +deplumate +deplumated +deplumation +deplume +deplump +depoetize +depoh +depolarization +depolarize +depolarizer +depolish +depolishing +depolymerization +depolymerize +depone +deponent +depopularize +depopulate +depopulation +depopulative +depopulator +deport +deportable +deportation +deportee +deporter +deportment +deposable +deposal +depose +deposer +deposit +depositary +depositation +depositee +deposition +depositional +depositive +depositor +depository +depositum +depositure +depot +depotentiate +depotentiation +depravation +deprave +depraved +depravedly +depravedness +depraver +depravingly +depravity +deprecable +deprecate +deprecatingly +deprecation +deprecative +deprecator +deprecatorily +deprecatoriness +deprecatory +depreciable +depreciant +depreciate +depreciatingly +depreciation +depreciative +depreciatively +depreciator +depreciatoriness +depreciatory +depredate +depredation +depredationist +depredator +depredatory +depress +depressant +depressed +depressibility +depressible +depressing +depressingly +depressingness +depression +depressive +depressively +depressiveness +depressomotor +depressor +depreter +deprint +depriorize +deprivable +deprival +deprivate +deprivation +deprivative +deprive +deprivement +depriver +deprovincialize +depside +depth +depthen +depthing +depthless +depthometer +depthwise +depullulation +depurant +depurate +depuration +depurative +depurator +depuratory +depursement +deputable +deputation +deputational +deputationist +deputationize +deputative +deputatively +deputator +depute +deputize +deputy +deputyship +dequeen +derabbinize +deracialize +deracinate +deracination +deradelphus +deradenitis +deradenoncus +derah +deraign +derail +derailer +derailment +derange +derangeable +deranged +derangement +deranger +derat +derate +derater +derationalization +derationalize +deratization +deray +Derbend +Derby +derby +derbylite +dere +deregister +deregulationize +dereism +dereistic +dereistically +Derek +derelict +dereliction +derelictly +derelictness +dereligion +dereligionize +derencephalocele +derencephalus +deresinate +deresinize +deric +deride +derider +deridingly +Deringa +Deripia +derisible +derision +derisive +derisively +derisiveness +derisory +derivability +derivable +derivably +derival +derivant +derivate +derivately +derivation +derivational +derivationally +derivationist +derivatist +derivative +derivatively +derivativeness +derive +derived +derivedly +derivedness +deriver +derm +derma +Dermacentor +dermad +dermahemia +dermal +dermalgia +dermalith +dermamyiasis +dermanaplasty +dermapostasis +Dermaptera +dermapteran +dermapterous +dermaskeleton +dermasurgery +dermatagra +dermatalgia +dermataneuria +dermatatrophia +dermatauxe +dermathemia +dermatic +dermatine +dermatitis +Dermatobia +dermatocele +dermatocellulitis +dermatoconiosis +Dermatocoptes +dermatocoptic +dermatocyst +dermatodynia +dermatogen +dermatoglyphics +dermatograph +dermatographia +dermatography +dermatoheteroplasty +dermatoid +dermatological +dermatologist +dermatology +dermatolysis +dermatoma +dermatome +dermatomere +dermatomic +dermatomuscular +dermatomyces +dermatomycosis +dermatomyoma +dermatoneural +dermatoneurology +dermatoneurosis +dermatonosus +dermatopathia +dermatopathic +dermatopathology +dermatopathophobia +Dermatophagus +dermatophobia +dermatophone +dermatophony +dermatophyte +dermatophytic +dermatophytosis +dermatoplasm +dermatoplast +dermatoplastic +dermatoplasty +dermatopnagic +dermatopsy +Dermatoptera +dermatoptic +dermatorrhagia +dermatorrhea +dermatorrhoea +dermatosclerosis +dermatoscopy +dermatosis +dermatoskeleton +dermatotherapy +dermatotome +dermatotomy +dermatotropic +dermatoxerasia +dermatozoon +dermatozoonosis +dermatrophia +dermatrophy +dermenchysis +Dermestes +dermestid +Dermestidae +dermestoid +dermic +dermis +dermitis +dermoblast +Dermobranchia +dermobranchiata +dermobranchiate +Dermochelys +dermochrome +dermococcus +dermogastric +dermographia +dermographic +dermographism +dermography +dermohemal +dermohemia +dermohumeral +dermoid +dermoidal +dermoidectomy +dermol +dermolysis +dermomuscular +dermomycosis +dermoneural +dermoneurosis +dermonosology +dermoosseous +dermoossification +dermopathic +dermopathy +dermophlebitis +dermophobe +dermophyte +dermophytic +dermoplasty +Dermoptera +dermopteran +dermopterous +dermoreaction +Dermorhynchi +dermorhynchous +dermosclerite +dermoskeletal +dermoskeleton +dermostenosis +dermostosis +dermosynovitis +dermotropic +dermovaccine +dermutation +dern +dernier +derodidymus +derogate +derogately +derogation +derogative +derogatively +derogator +derogatorily +derogatoriness +derogatory +Derotrema +Derotremata +derotremate +derotrematous +derotreme +derout +Derrick +derrick +derricking +derrickman +derride +derries +derringer +Derris +derry +dertrotheca +dertrum +deruinate +deruralize +derust +dervish +dervishhood +dervishism +dervishlike +desaccharification +desacralization +desacralize +desalt +desamidization +desand +desaturate +desaturation +desaurin +descale +descant +descanter +descantist +descend +descendable +descendance +descendant +descendence +descendent +descendental +descendentalism +descendentalist +descendentalistic +descender +descendibility +descendible +descending +descendingly +descension +descensional +descensionist +descensive +descent +Deschampsia +descloizite +descort +describability +describable +describably +describe +describer +descrier +descript +description +descriptionist +descriptionless +descriptive +descriptively +descriptiveness +descriptory +descrive +descry +deseasonalize +desecrate +desecrater +desecration +desectionalize +deseed +desegmentation +desegmented +desensitization +desensitize +desensitizer +desentimentalize +deseret +desert +deserted +desertedly +desertedness +deserter +desertful +desertfully +desertic +deserticolous +desertion +desertism +desertless +desertlessly +desertlike +desertness +desertress +desertrice +desertward +deserve +deserved +deservedly +deservedness +deserveless +deserver +deserving +deservingly +deservingness +desex +desexualization +desexualize +deshabille +desi +desiccant +desiccate +desiccation +desiccative +desiccator +desiccatory +desiderant +desiderata +desiderate +desideration +desiderative +desideratum +desight +desightment +design +designable +designate +designation +designative +designator +designatory +designatum +designed +designedly +designedness +designee +designer +designful +designfully +designfulness +designing +designingly +designless +designlessly +designlessness +desilicate +desilicification +desilicify +desiliconization +desiliconize +desilver +desilverization +desilverize +desilverizer +desinence +desinent +desiodothyroxine +desipience +desipiency +desipient +desirability +desirable +desirableness +desirably +desire +desired +desiredly +desiredness +desireful +desirefulness +desireless +desirer +desiringly +desirous +desirously +desirousness +desist +desistance +desistive +desition +desize +desk +desklike +deslime +desma +desmachymatous +desmachyme +desmacyte +desman +Desmanthus +Desmarestia +Desmarestiaceae +desmarestiaceous +Desmatippus +desmectasia +desmepithelium +desmic +desmid +Desmidiaceae +desmidiaceous +Desmidiales +desmidiologist +desmidiology +desmine +desmitis +desmocyte +desmocytoma +Desmodactyli +Desmodium +desmodont +Desmodontidae +Desmodus +desmodynia +desmogen +desmogenous +Desmognathae +desmognathism +desmognathous +desmography +desmohemoblast +desmoid +desmology +desmoma +Desmomyaria +desmon +Desmoncus +desmoneoplasm +desmonosology +desmopathologist +desmopathology +desmopathy +desmopelmous +desmopexia +desmopyknosis +desmorrhexis +Desmoscolecidae +Desmoscolex +desmosis +desmosite +Desmothoraca +desmotomy +desmotrope +desmotropic +desmotropism +desocialization +desocialize +desolate +desolately +desolateness +desolater +desolating +desolatingly +desolation +desolative +desonation +desophisticate +desophistication +desorption +desoxalate +desoxyanisoin +desoxybenzoin +desoxycinchonine +desoxycorticosterone +desoxymorphine +desoxyribonucleic +despair +despairer +despairful +despairfully +despairfulness +despairing +despairingly +despairingness +despecialization +despecialize +despecificate +despecification +despect +desperacy +desperado +desperadoism +desperate +desperately +desperateness +desperation +despicability +despicable +despicableness +despicably +despiritualization +despiritualize +despisable +despisableness +despisal +despise +despisedness +despisement +despiser +despisingly +despite +despiteful +despitefully +despitefulness +despiteous +despiteously +despoil +despoiler +despoilment +despoliation +despond +despondence +despondency +despondent +despondently +desponder +desponding +despondingly +despot +despotat +Despotes +despotic +despotically +despoticalness +despoticly +despotism +despotist +despotize +despumate +despumation +desquamate +desquamation +desquamative +desquamatory +dess +dessa +dessert +dessertspoon +dessertspoonful +dessiatine +dessil +destabilize +destain +destandardize +desterilization +desterilize +destinate +destination +destine +destinezite +destinism +destinist +destiny +destitute +destitutely +destituteness +destitution +destour +destress +destrier +destroy +destroyable +destroyer +destroyingly +destructibility +destructible +destructibleness +destruction +destructional +destructionism +destructionist +destructive +destructively +destructiveness +destructivism +destructivity +destructor +destructuralize +desubstantiate +desucration +desuete +desuetude +desugar +desugarize +Desulfovibrio +desulphur +desulphurate +desulphuration +desulphurization +desulphurize +desulphurizer +desultor +desultorily +desultoriness +desultorious +desultory +desuperheater +desyatin +desyl +desynapsis +desynaptic +desynonymization +desynonymize +detach +detachability +detachable +detachableness +detachably +detached +detachedly +detachedness +detacher +detachment +detail +detailed +detailedly +detailedness +detailer +detailism +detailist +detain +detainable +detainal +detainer +detainingly +detainment +detar +detassel +detax +detect +detectability +detectable +detectably +detectaphone +detecter +detectible +detection +detective +detectivism +detector +detenant +detent +detention +detentive +deter +deterge +detergence +detergency +detergent +detergible +deteriorate +deterioration +deteriorationist +deteriorative +deteriorator +deteriorism +deteriority +determent +determinability +determinable +determinableness +determinably +determinacy +determinant +determinantal +determinate +determinately +determinateness +determination +determinative +determinatively +determinativeness +determinator +determine +determined +determinedly +determinedness +determiner +determinism +determinist +deterministic +determinoid +deterrence +deterrent +detersion +detersive +detersively +detersiveness +detest +detestability +detestable +detestableness +detestably +detestation +detester +dethronable +dethrone +dethronement +dethroner +dethyroidism +detin +detinet +detinue +detonable +detonate +detonation +detonative +detonator +detorsion +detour +detoxicant +detoxicate +detoxication +detoxicator +detoxification +detoxify +detract +detracter +detractingly +detraction +detractive +detractively +detractiveness +detractor +detractory +detractress +detrain +detrainment +detribalization +detribalize +detriment +detrimental +detrimentality +detrimentally +detrimentalness +detrital +detrited +detrition +detritus +Detroiter +detrude +detruncate +detruncation +detrusion +detrusive +detrusor +detubation +detumescence +detune +detur +deuce +deuced +deucedly +deul +deurbanize +deutencephalic +deutencephalon +deuteragonist +deuteranomal +deuteranomalous +deuteranope +deuteranopia +deuteranopic +deuteric +deuteride +deuterium +deuteroalbumose +deuterocanonical +deuterocasease +deuterocone +deuteroconid +deuterodome +deuteroelastose +deuterofibrinose +deuterogamist +deuterogamy +deuterogelatose +deuterogenic +deuteroglobulose +deuteromorphic +Deuteromycetes +deuteromyosinose +deuteron +Deuteronomic +Deuteronomical +Deuteronomist +Deuteronomistic +Deuteronomy +deuteropathic +deuteropathy +deuteroplasm +deuteroprism +deuteroproteose +deuteroscopic +deuteroscopy +deuterostoma +Deuterostomata +deuterostomatous +deuterotokous +deuterotoky +deuterotype +deuterovitellose +deuterozooid +deutobromide +deutocarbonate +deutochloride +deutomala +deutomalal +deutomalar +deutomerite +deuton +deutonephron +deutonymph +deutonymphal +deutoplasm +deutoplasmic +deutoplastic +deutoscolex +deutoxide +Deutzia +dev +deva +devachan +devadasi +devall +devaloka +devalorize +devaluate +devaluation +devalue +devance +devaporate +devaporation +devast +devastate +devastating +devastatingly +devastation +devastative +devastator +devastavit +devaster +devata +develin +develop +developability +developable +developedness +developer +developist +development +developmental +developmentalist +developmentally +developmentarian +developmentary +developmentist +developoid +devertebrated +devest +deviability +deviable +deviancy +deviant +deviate +deviation +deviationism +deviationist +deviative +deviator +deviatory +device +deviceful +devicefully +devicefulness +devil +devilbird +devildom +deviled +deviler +deviless +devilet +devilfish +devilhood +deviling +devilish +devilishly +devilishness +devilism +devilize +devilkin +devillike +devilman +devilment +devilmonger +devilry +devilship +deviltry +devilward +devilwise +devilwood +devily +devious +deviously +deviousness +devirginate +devirgination +devirginator +devirilize +devisable +devisal +deviscerate +devisceration +devise +devisee +deviser +devisor +devitalization +devitalize +devitalized +devitaminize +devitrification +devitrify +devocalization +devocalize +devoice +devoid +devoir +devolatilize +devolute +devolution +devolutionary +devolutionist +devolve +devolvement +Devon +Devonian +Devonic +devonite +devonport +devonshire +devorative +devote +devoted +devotedly +devotedness +devotee +devoteeism +devotement +devoter +devotion +devotional +devotionalism +devotionalist +devotionality +devotionally +devotionalness +devotionate +devotionist +devour +devourable +devourer +devouress +devouring +devouringly +devouringness +devourment +devout +devoutless +devoutlessly +devoutlessness +devoutly +devoutness +devow +devulcanization +devulcanize +devulgarize +devvel +dew +dewan +dewanee +dewanship +dewater +dewaterer +dewax +dewbeam +dewberry +dewclaw +dewclawed +dewcup +dewdamp +dewdrop +dewdropper +dewer +Dewey +deweylite +dewfall +dewflower +dewily +dewiness +dewlap +dewlapped +dewless +dewlight +dewlike +dewool +deworm +dewret +dewtry +dewworm +dewy +dexiocardia +dexiotrope +dexiotropic +dexiotropism +dexiotropous +Dexter +dexter +dexterical +dexterity +dexterous +dexterously +dexterousness +dextrad +dextral +dextrality +dextrally +dextran +dextraural +dextrin +dextrinase +dextrinate +dextrinize +dextrinous +dextro +dextroaural +dextrocardia +dextrocardial +dextrocerebral +dextrocular +dextrocularity +dextroduction +dextroglucose +dextrogyrate +dextrogyration +dextrogyratory +dextrogyrous +dextrolactic +dextrolimonene +dextropinene +dextrorotary +dextrorotatary +dextrorotation +dextrorsal +dextrorse +dextrorsely +dextrosazone +dextrose +dextrosinistral +dextrosinistrally +dextrosuria +dextrotartaric +dextrotropic +dextrotropous +dextrous +dextrously +dextrousness +dextroversion +dey +deyhouse +deyship +deywoman +Dezaley +dezinc +dezincation +dezincification +dezincify +dezymotize +dha +dhabb +dhai +dhak +dhamnoo +dhan +dhangar +dhanuk +dhanush +Dhanvantari +dharana +dharani +dharma +dharmakaya +dharmashastra +dharmasmriti +dharmasutra +dharmsala +dharna +dhaura +dhauri +dhava +dhaw +Dheneb +dheri +dhobi +dhole +dhoni +dhoon +dhoti +dhoul +dhow +Dhritarashtra +dhu +dhunchee +dhunchi +Dhundia +dhurra +dhyal +dhyana +di +diabase +diabasic +diabetes +diabetic +diabetogenic +diabetogenous +diabetometer +diablerie +diabolarch +diabolarchy +diabolatry +diabolepsy +diaboleptic +diabolic +diabolical +diabolically +diabolicalness +diabolification +diabolify +diabolism +diabolist +diabolization +diabolize +diabological +diabology +diabolology +diabrosis +diabrotic +Diabrotica +diacanthous +diacaustic +diacetamide +diacetate +diacetic +diacetin +diacetine +diacetonuria +diaceturia +diacetyl +diacetylene +diachoretic +diachronic +diachylon +diachylum +diacid +diacipiperazine +diaclase +diaclasis +diaclastic +diacle +diaclinal +diacodion +diacoele +diacoelia +diaconal +diaconate +diaconia +diaconicon +diaconicum +diacope +diacranterian +diacranteric +diacrisis +diacritic +diacritical +diacritically +Diacromyodi +diacromyodian +diact +diactin +diactinal +diactinic +diactinism +Diadelphia +diadelphian +diadelphic +diadelphous +diadem +Diadema +Diadematoida +diaderm +diadermic +diadoche +Diadochi +Diadochian +diadochite +diadochokinesia +diadochokinetic +diadromous +diadumenus +diaene +diaereses +diaeresis +diaeretic +diaetetae +diagenesis +diagenetic +diageotropic +diageotropism +diaglyph +diaglyphic +diagnosable +diagnose +diagnoseable +diagnoses +diagnosis +diagnostic +diagnostically +diagnosticate +diagnostication +diagnostician +diagnostics +diagometer +diagonal +diagonality +diagonalize +diagonally +diagonalwise +diagonic +diagram +diagrammatic +diagrammatical +diagrammatician +diagrammatize +diagrammeter +diagrammitically +diagraph +diagraphic +diagraphical +diagraphics +diagredium +diagrydium +Diaguitas +Diaguite +diaheliotropic +diaheliotropically +diaheliotropism +diakinesis +dial +dialcohol +dialdehyde +dialect +dialectal +dialectalize +dialectally +dialectic +dialectical +dialectically +dialectician +dialecticism +dialecticize +dialectics +dialectologer +dialectological +dialectologist +dialectology +dialector +dialer +dialin +dialing +dialist +Dialister +dialkyl +dialkylamine +diallage +diallagic +diallagite +diallagoid +diallel +diallelon +diallelus +diallyl +dialogic +dialogical +dialogically +dialogism +dialogist +dialogistic +dialogistical +dialogistically +dialogite +dialogize +dialogue +dialoguer +Dialonian +dialuric +dialycarpous +Dialypetalae +dialypetalous +dialyphyllous +dialysepalous +dialysis +dialystaminous +dialystelic +dialystely +dialytic +dialytically +dialyzability +dialyzable +dialyzate +dialyzation +dialyzator +dialyze +dialyzer +diamagnet +diamagnetic +diamagnetically +diamagnetism +diamantiferous +diamantine +diamantoid +diamb +diambic +diamesogamous +diameter +diametral +diametrally +diametric +diametrical +diametrically +diamicton +diamide +diamidogen +diamine +diaminogen +diaminogene +diammine +diamminobromide +diamminonitrate +diammonium +diamond +diamondback +diamonded +diamondiferous +diamondize +diamondlike +diamondwise +diamondwork +diamorphine +diamylose +Dian +dian +Diana +Diancecht +diander +Diandria +diandrian +diandrous +Diane +dianetics +Dianil +dianilid +dianilide +dianisidin +dianisidine +dianite +dianodal +dianoetic +dianoetical +dianoetically +Dianthaceae +Dianthera +Dianthus +diapalma +diapase +diapasm +diapason +diapasonal +diapause +diapedesis +diapedetic +Diapensia +Diapensiaceae +diapensiaceous +diapente +diaper +diapering +diaphane +diaphaneity +diaphanie +diaphanometer +diaphanometric +diaphanometry +diaphanoscope +diaphanoscopy +diaphanotype +diaphanous +diaphanously +diaphanousness +diaphany +diaphone +diaphonia +diaphonic +diaphonical +diaphony +diaphoresis +diaphoretic +diaphoretical +diaphorite +diaphote +diaphototropic +diaphototropism +diaphragm +diaphragmal +diaphragmatic +diaphragmatically +diaphtherin +diaphysial +diaphysis +diaplasma +diaplex +diaplexal +diaplexus +diapnoic +diapnotic +diapophysial +diapophysis +Diaporthe +diapositive +diapsid +Diapsida +diapsidan +diapyesis +diapyetic +diarch +diarchial +diarchic +diarchy +diarhemia +diarial +diarian +diarist +diaristic +diarize +diarrhea +diarrheal +diarrheic +diarrhetic +diarsenide +diarthric +diarthrodial +diarthrosis +diarticular +diary +diaschisis +diaschisma +diaschistic +Diascia +diascope +diascopy +diascord +diascordium +diaskeuasis +diaskeuast +Diaspidinae +diaspidine +Diaspinae +diaspine +diaspirin +Diaspora +diaspore +diastaltic +diastase +diastasic +diastasimetry +diastasis +diastataxic +diastataxy +diastatic +diastatically +diastem +diastema +diastematic +diastematomyelia +diaster +diastole +diastolic +diastomatic +diastral +diastrophe +diastrophic +diastrophism +diastrophy +diasynthesis +diasyrm +diatessaron +diathermacy +diathermal +diathermancy +diathermaneity +diathermanous +diathermic +diathermize +diathermometer +diathermotherapy +diathermous +diathermy +diathesic +diathesis +diathetic +diatom +Diatoma +Diatomaceae +diatomacean +diatomaceoid +diatomaceous +Diatomales +Diatomeae +diatomean +diatomic +diatomicity +diatomiferous +diatomin +diatomist +diatomite +diatomous +diatonic +diatonical +diatonically +diatonous +diatoric +diatreme +diatribe +diatribist +diatropic +diatropism +Diatryma +Diatrymiformes +Diau +diaulic +diaulos +diaxial +diaxon +diazenithal +diazeuctic +diazeuxis +diazide +diazine +diazoamine +diazoamino +diazoaminobenzene +diazoanhydride +diazoate +diazobenzene +diazohydroxide +diazoic +diazoimide +diazoimido +diazole +diazoma +diazomethane +diazonium +diazotate +diazotic +diazotizability +diazotizable +diazotization +diazotize +diazotype +dib +dibase +dibasic +dibasicity +dibatag +Dibatis +dibber +dibble +dibbler +dibbuk +dibenzophenazine +dibenzopyrrole +dibenzoyl +dibenzyl +dibhole +diblastula +diborate +Dibothriocephalus +dibrach +dibranch +Dibranchia +Dibranchiata +dibranchiate +dibranchious +dibrom +dibromid +dibromide +dibromoacetaldehyde +dibromobenzene +dibs +dibstone +dibutyrate +dibutyrin +dicacodyl +Dicaeidae +dicaeology +dicalcic +dicalcium +dicarbonate +dicarbonic +dicarboxylate +dicarboxylic +dicarpellary +dicaryon +dicaryophase +dicaryophyte +dicaryotic +dicast +dicastery +dicastic +dicatalectic +dicatalexis +Diccon +dice +diceboard +dicebox +dicecup +dicellate +diceman +Dicentra +dicentrine +dicephalism +dicephalous +dicephalus +diceplay +dicer +Diceras +Diceratidae +dicerion +dicerous +dicetyl +dich +Dichapetalaceae +Dichapetalum +dichas +dichasial +dichasium +dichastic +Dichelyma +dichlamydeous +dichloramine +dichlorhydrin +dichloride +dichloroacetic +dichlorohydrin +dichloromethane +dichocarpism +dichocarpous +dichogamous +dichogamy +Dichondra +Dichondraceae +dichopodial +dichoptic +dichord +dichoree +Dichorisandra +dichotic +dichotomal +dichotomic +dichotomically +dichotomist +dichotomistic +dichotomization +dichotomize +dichotomous +dichotomously +dichotomy +dichroic +dichroiscope +dichroism +dichroite +dichroitic +dichromasy +dichromat +dichromate +dichromatic +dichromatism +dichromic +dichromism +dichronous +dichrooscope +dichroous +dichroscope +dichroscopic +Dichter +dicing +Dick +dick +dickcissel +dickens +Dickensian +Dickensiana +dicker +dickey +dickeybird +dickinsonite +Dicksonia +dicky +Diclidantheraceae +diclinic +diclinism +diclinous +Diclytra +dicoccous +dicodeine +dicoelious +dicolic +dicolon +dicondylian +dicot +dicotyl +dicotyledon +dicotyledonary +Dicotyledones +dicotyledonous +Dicotyles +Dicotylidae +dicotylous +dicoumarin +Dicranaceae +dicranaceous +dicranoid +dicranterian +Dicranum +Dicrostonyx +dicrotal +dicrotic +dicrotism +dicrotous +Dicruridae +dicta +Dictaen +Dictamnus +Dictaphone +dictate +dictatingly +dictation +dictational +dictative +dictator +dictatorial +dictatorialism +dictatorially +dictatorialness +dictatorship +dictatory +dictatress +dictatrix +dictature +dictic +diction +dictionary +Dictograph +dictum +dictynid +Dictynidae +Dictyoceratina +dictyoceratine +dictyodromous +dictyogen +dictyogenous +Dictyograptus +dictyoid +Dictyonema +Dictyonina +dictyonine +Dictyophora +dictyopteran +Dictyopteris +Dictyosiphon +Dictyosiphonaceae +dictyosiphonaceous +dictyosome +dictyostele +dictyostelic +Dictyota +Dictyotaceae +dictyotaceous +Dictyotales +dictyotic +Dictyoxylon +dicyanide +dicyanine +dicyanodiamide +dicyanogen +dicycle +dicyclic +Dicyclica +dicyclist +Dicyema +Dicyemata +dicyemid +Dicyemida +Dicyemidae +Dicynodon +dicynodont +Dicynodontia +Dicynodontidae +did +Didache +Didachist +didactic +didactical +didacticality +didactically +didactician +didacticism +didacticity +didactics +didactive +didactyl +didactylism +didactylous +didapper +didascalar +didascaliae +didascalic +didascalos +didascaly +didder +diddle +diddler +diddy +didelph +Didelphia +didelphian +didelphic +didelphid +Didelphidae +didelphine +Didelphis +didelphoid +didelphous +Didelphyidae +didepsid +didepside +Dididae +didie +didine +Didinium +didle +didna +didnt +Dido +didodecahedral +didodecahedron +didrachma +didrachmal +didromy +didst +diductor +Didunculidae +Didunculinae +Didunculus +Didus +didym +didymate +didymia +didymitis +didymium +didymoid +didymolite +didymous +didymus +Didynamia +didynamian +didynamic +didynamous +didynamy +die +dieb +dieback +diectasis +diedral +diedric +Dieffenbachia +Diego +Diegueno +diehard +dielectric +dielectrically +dielike +Dielytra +diem +diemaker +diemaking +diencephalic +diencephalon +diene +dier +Dieri +Diervilla +diesel +dieselization +dieselize +diesinker +diesinking +diesis +diestock +diet +dietal +dietarian +dietary +Dieter +dieter +dietetic +dietetically +dietetics +dietetist +diethanolamine +diethyl +diethylamine +diethylenediamine +diethylstilbestrol +dietic +dietician +dietics +dietine +dietist +dietitian +dietotherapeutics +dietotherapy +dietotoxic +dietotoxicity +dietrichite +dietzeite +diewise +Dieyerie +diezeugmenon +Difda +diferrion +diffame +diffarreation +differ +difference +differencingly +different +differentia +differentiable +differential +differentialize +differentially +differentiant +differentiate +differentiation +differentiator +differently +differentness +differingly +difficile +difficileness +difficult +difficultly +difficultness +difficulty +diffidation +diffide +diffidence +diffident +diffidently +diffidentness +diffinity +diffluence +diffluent +Difflugia +difform +difformed +difformity +diffract +diffraction +diffractive +diffractively +diffractiveness +diffractometer +diffrangibility +diffrangible +diffugient +diffusate +diffuse +diffused +diffusedly +diffusely +diffuseness +diffuser +diffusibility +diffusible +diffusibleness +diffusibly +diffusimeter +diffusiometer +diffusion +diffusionism +diffusionist +diffusive +diffusively +diffusiveness +diffusivity +diffusor +diformin +dig +digallate +digallic +digametic +digamist +digamma +digammated +digammic +digamous +digamy +digastric +Digenea +digeneous +digenesis +digenetic +Digenetica +digenic +digenous +digeny +digerent +digest +digestant +digested +digestedly +digestedness +digester +digestibility +digestible +digestibleness +digestibly +digestion +digestional +digestive +digestively +digestiveness +digestment +diggable +digger +digging +diggings +dight +dighter +digit +digital +digitalein +digitalin +digitalis +digitalism +digitalization +digitalize +digitally +Digitaria +digitate +digitated +digitately +digitation +digitiform +Digitigrada +digitigrade +digitigradism +digitinervate +digitinerved +digitipinnate +digitize +digitizer +digitogenin +digitonin +digitoplantar +digitorium +digitoxin +digitoxose +digitule +digitus +digladiate +digladiation +digladiator +diglossia +diglot +diglottic +diglottism +diglottist +diglucoside +diglyceride +diglyph +diglyphic +digmeat +dignification +dignified +dignifiedly +dignifiedness +dignify +dignitarial +dignitarian +dignitary +dignity +digoneutic +digoneutism +digonoporous +digonous +Digor +digram +digraph +digraphic +digredience +digrediency +digredient +digress +digressingly +digression +digressional +digressionary +digressive +digressively +digressiveness +digressory +digs +diguanide +Digynia +digynian +digynous +dihalide +dihalo +dihalogen +dihedral +dihedron +dihexagonal +dihexahedral +dihexahedron +dihybrid +dihybridism +dihydrate +dihydrated +dihydrazone +dihydric +dihydride +dihydrite +dihydrocupreine +dihydrocuprin +dihydrogen +dihydrol +dihydronaphthalene +dihydronicotine +dihydrotachysterol +dihydroxy +dihydroxysuccinic +dihydroxytoluene +dihysteria +diiamb +diiambus +diiodide +diiodo +diiodoform +diipenates +Diipolia +diisatogen +dijudicate +dijudication +dika +dikage +dikamali +dikaryon +dikaryophase +dikaryophasic +dikaryophyte +dikaryophytic +dikaryotic +Dike +dike +dikegrave +dikelocephalid +Dikelocephalus +diker +dikereeve +dikeside +diketo +diketone +dikkop +diktyonite +dilacerate +dilaceration +dilambdodont +dilamination +Dilantin +dilapidate +dilapidated +dilapidation +dilapidator +dilatability +dilatable +dilatableness +dilatably +dilatancy +dilatant +dilatate +dilatation +dilatative +dilatator +dilatatory +dilate +dilated +dilatedly +dilatedness +dilater +dilatingly +dilation +dilative +dilatometer +dilatometric +dilatometry +dilator +dilatorily +dilatoriness +dilatory +dildo +dilection +Dilemi +Dilemite +dilemma +dilemmatic +dilemmatical +dilemmatically +dilettant +dilettante +dilettanteish +dilettanteism +dilettanteship +dilettanti +dilettantish +dilettantism +dilettantist +diligence +diligency +diligent +diligentia +diligently +diligentness +dilker +dill +Dillenia +Dilleniaceae +dilleniaceous +dilleniad +dilli +dillier +dilligrout +dilling +dillseed +dillue +dilluer +dillweed +dilly +dillydallier +dillydally +dillyman +dilo +dilogy +diluent +dilute +diluted +dilutedly +dilutedness +dilutee +dilutely +diluteness +dilutent +diluter +dilution +dilutive +dilutor +diluvia +diluvial +diluvialist +diluvian +diluvianism +diluvion +diluvium +dim +dimagnesic +dimanganion +dimanganous +Dimaris +dimastigate +Dimatis +dimber +dimberdamber +dimble +dime +dimensible +dimension +dimensional +dimensionality +dimensionally +dimensioned +dimensionless +dimensive +dimer +Dimera +dimeran +dimercuric +dimercurion +dimercury +dimeric +dimeride +dimerism +dimerization +dimerlie +dimerous +dimetallic +dimeter +dimethoxy +dimethyl +dimethylamine +dimethylamino +dimethylaniline +dimethylbenzene +dimetria +dimetric +Dimetry +dimication +dimidiate +dimidiation +diminish +diminishable +diminishableness +diminisher +diminishingly +diminishment +diminuendo +diminutal +diminute +diminution +diminutival +diminutive +diminutively +diminutiveness +diminutivize +dimiss +dimission +dimissorial +dimissory +dimit +Dimitry +Dimittis +dimity +dimly +dimmed +dimmedness +dimmer +dimmest +dimmet +dimmish +Dimna +dimness +dimolecular +dimoric +dimorph +dimorphic +dimorphism +Dimorphotheca +dimorphous +dimple +dimplement +dimply +dimps +dimpsy +Dimyaria +dimyarian +dimyaric +din +Dinah +dinamode +Dinantian +dinaphthyl +dinar +Dinaric +Dinarzade +dinder +dindle +Dindymene +Dindymus +dine +diner +dinergate +dineric +dinero +dinette +dineuric +ding +dingar +dingbat +dingdong +dinge +dingee +dinghee +dinghy +dingily +dinginess +dingle +dingleberry +dinglebird +dingledangle +dingly +dingmaul +dingo +dingus +Dingwall +dingy +dinheiro +dinic +dinical +Dinichthys +dining +dinitrate +dinitril +dinitrile +dinitro +dinitrobenzene +dinitrocellulose +dinitrophenol +dinitrotoluene +dink +Dinka +dinkey +dinkum +dinky +dinmont +dinner +dinnerless +dinnerly +dinnertime +dinnerware +dinnery +Dinobryon +Dinoceras +Dinocerata +dinoceratan +dinoceratid +Dinoceratidae +Dinoflagellata +Dinoflagellatae +dinoflagellate +Dinoflagellida +dinomic +Dinomys +Dinophilea +Dinophilus +Dinophyceae +Dinornis +Dinornithes +dinornithic +dinornithid +Dinornithidae +Dinornithiformes +dinornithine +dinornithoid +dinosaur +Dinosauria +dinosaurian +dinothere +Dinotheres +dinotherian +Dinotheriidae +Dinotherium +dinsome +dint +dintless +dinus +diobely +diobol +diocesan +diocese +Diocletian +dioctahedral +Dioctophyme +diode +Diodia +Diodon +diodont +Diodontidae +Dioecia +dioecian +dioeciodimorphous +dioeciopolygamous +dioecious +dioeciously +dioeciousness +dioecism +dioecy +dioestrous +dioestrum +dioestrus +Diogenean +Diogenic +diogenite +dioicous +diol +diolefin +diolefinic +Diomedea +Diomedeidae +Dion +Dionaea +Dionaeaceae +Dione +dionise +dionym +dionymal +Dionysia +Dionysiac +Dionysiacal +Dionysiacally +Dioon +Diophantine +Diopsidae +diopside +Diopsis +dioptase +diopter +Dioptidae +dioptograph +dioptometer +dioptometry +dioptoscopy +dioptra +dioptral +dioptrate +dioptric +dioptrical +dioptrically +dioptrics +dioptrometer +dioptrometry +dioptroscopy +dioptry +diorama +dioramic +diordinal +diorite +dioritic +diorthosis +diorthotic +Dioscorea +Dioscoreaceae +dioscoreaceous +dioscorein +dioscorine +Dioscuri +Dioscurian +diose +Diosma +diosmin +diosmose +diosmosis +diosmotic +diosphenol +Diospyraceae +diospyraceous +Diospyros +diota +diotic +Diotocardia +diovular +dioxane +dioxide +dioxime +dioxindole +dioxy +dip +Dipala +diparentum +dipartite +dipartition +dipaschal +dipentene +dipeptid +dipeptide +dipetalous +dipetto +diphase +diphaser +diphasic +diphead +diphenol +diphenyl +diphenylamine +diphenylchloroarsine +diphenylene +diphenylenimide +diphenylguanidine +diphenylmethane +diphenylquinomethane +diphenylthiourea +diphosgene +diphosphate +diphosphide +diphosphoric +diphosphothiamine +diphrelatic +diphtheria +diphtherial +diphtherian +diphtheric +diphtheritic +diphtheritically +diphtheritis +diphtheroid +diphtheroidal +diphtherotoxin +diphthong +diphthongal +diphthongalize +diphthongally +diphthongation +diphthongic +diphthongization +diphthongize +diphycercal +diphycercy +Diphyes +diphygenic +diphyletic +Diphylla +Diphylleia +Diphyllobothrium +diphyllous +diphyodont +diphyozooid +Diphysite +Diphysitism +diphyzooid +dipicrate +dipicrylamin +dipicrylamine +Diplacanthidae +Diplacanthus +diplacusis +Dipladenia +diplanar +diplanetic +diplanetism +diplantidian +diplarthrism +diplarthrous +diplasiasmus +diplasic +diplasion +diplegia +dipleidoscope +dipleura +dipleural +dipleurogenesis +dipleurogenetic +diplex +diplobacillus +diplobacterium +diploblastic +diplocardia +diplocardiac +Diplocarpon +diplocaulescent +diplocephalous +diplocephalus +diplocephaly +diplochlamydeous +diplococcal +diplococcemia +diplococcic +diplococcoid +diplococcus +diploconical +diplocoria +Diplodia +Diplodocus +Diplodus +diploe +diploetic +diplogangliate +diplogenesis +diplogenetic +diplogenic +Diploglossata +diploglossate +diplograph +diplographic +diplographical +diplography +diplohedral +diplohedron +diploic +diploid +diploidic +diploidion +diploidy +diplois +diplokaryon +diploma +diplomacy +diplomat +diplomate +diplomatic +diplomatical +diplomatically +diplomatics +diplomatism +diplomatist +diplomatize +diplomatology +diplomyelia +diplonema +diplonephridia +diploneural +diplont +diploperistomic +diplophase +diplophyte +diplopia +diplopic +diploplacula +diploplacular +diploplaculate +diplopod +Diplopoda +diplopodic +Diploptera +diplopterous +Diplopteryga +diplopy +diplosis +diplosome +diplosphenal +diplosphene +Diplospondyli +diplospondylic +diplospondylism +diplostemonous +diplostemony +diplostichous +Diplotaxis +diplotegia +diplotene +Diplozoon +diplumbic +Dipneumona +Dipneumones +dipneumonous +dipneustal +Dipneusti +dipnoan +Dipnoi +dipnoid +dipnoous +dipode +dipodic +Dipodidae +Dipodomyinae +Dipodomys +dipody +dipolar +dipolarization +dipolarize +dipole +diporpa +dipotassic +dipotassium +dipped +dipper +dipperful +dipping +diprimary +diprismatic +dipropargyl +dipropyl +Diprotodon +diprotodont +Diprotodontia +Dipsacaceae +dipsacaceous +Dipsaceae +dipsaceous +Dipsacus +Dipsadinae +dipsas +dipsetic +dipsey +dipsomania +dipsomaniac +dipsomaniacal +Dipsosaurus +dipsosis +dipter +Diptera +Dipteraceae +dipteraceous +dipterad +dipteral +dipteran +dipterist +dipterocarp +Dipterocarpaceae +dipterocarpaceous +dipterocarpous +Dipterocarpus +dipterocecidium +dipterological +dipterologist +dipterology +dipteron +dipteros +dipterous +Dipteryx +diptote +diptych +Dipus +dipware +dipygus +dipylon +dipyre +dipyrenous +dipyridyl +Dirca +Dircaean +dird +dirdum +dire +direct +directable +directed +directer +direction +directional +directionally +directionless +directitude +directive +directively +directiveness +directivity +directly +directness +Directoire +director +directoral +directorate +directorial +directorially +directorship +directory +directress +directrices +directrix +direful +direfully +direfulness +direly +dirempt +diremption +direness +direption +dirge +dirgeful +dirgelike +dirgeman +dirgler +dirhem +Dirian +Dirichletian +dirigent +dirigibility +dirigible +dirigomotor +diriment +Dirk +dirk +dirl +dirndl +dirt +dirtbird +dirtboard +dirten +dirtily +dirtiness +dirtplate +dirty +dis +Disa +disability +disable +disabled +disablement +disabusal +disabuse +disacceptance +disaccharide +disaccharose +disaccommodate +disaccommodation +disaccord +disaccordance +disaccordant +disaccustom +disaccustomed +disaccustomedness +disacidify +disacknowledge +disacknowledgement +disacquaint +disacquaintance +disadjust +disadorn +disadvance +disadvantage +disadvantageous +disadvantageously +disadvantageousness +disadventure +disadventurous +disadvise +disaffect +disaffectation +disaffected +disaffectedly +disaffectedness +disaffection +disaffectionate +disaffiliate +disaffiliation +disaffirm +disaffirmance +disaffirmation +disaffirmative +disafforest +disafforestation +disafforestment +disagglomeration +disaggregate +disaggregation +disaggregative +disagio +disagree +disagreeability +disagreeable +disagreeableness +disagreeably +disagreed +disagreement +disagreer +disalicylide +disalign +disalignment +disalike +disallow +disallowable +disallowableness +disallowance +disally +disamenity +Disamis +disanagrammatize +disanalogous +disangularize +disanimal +disanimate +disanimation +disannex +disannexation +disannul +disannuller +disannulment +disanoint +disanswerable +disapostle +disapparel +disappear +disappearance +disappearer +disappearing +disappoint +disappointed +disappointedly +disappointer +disappointing +disappointingly +disappointingness +disappointment +disappreciate +disappreciation +disapprobation +disapprobative +disapprobatory +disappropriate +disappropriation +disapprovable +disapproval +disapprove +disapprover +disapprovingly +disaproned +disarchbishop +disarm +disarmament +disarmature +disarmed +disarmer +disarming +disarmingly +disarrange +disarrangement +disarray +disarticulate +disarticulation +disarticulator +disasinate +disasinize +disassemble +disassembly +disassimilate +disassimilation +disassimilative +disassociate +disassociation +disaster +disastimeter +disastrous +disastrously +disastrousness +disattaint +disattire +disattune +disauthenticate +disauthorize +disavow +disavowable +disavowal +disavowedly +disavower +disavowment +disawa +disazo +disbalance +disbalancement +disband +disbandment +disbar +disbark +disbarment +disbelief +disbelieve +disbeliever +disbelieving +disbelievingly +disbench +disbenchment +disbloom +disbody +disbosom +disbowel +disbrain +disbranch +disbud +disbudder +disburden +disburdenment +disbursable +disburse +disbursement +disburser +disburthen +disbury +disbutton +disc +discage +discal +discalceate +discalced +discanonization +discanonize +discanter +discantus +discapacitate +discard +discardable +discarder +discardment +discarnate +discarnation +discase +discastle +discept +disceptation +disceptator +discern +discerner +discernible +discernibleness +discernibly +discerning +discerningly +discernment +discerp +discerpibility +discerpible +discerpibleness +discerptibility +discerptible +discerptibleness +discerption +discharacter +discharge +dischargeable +dischargee +discharger +discharging +discharity +discharm +dischase +Disciflorae +discifloral +disciform +discigerous +Discina +discinct +discinoid +disciple +disciplelike +discipleship +disciplinability +disciplinable +disciplinableness +disciplinal +disciplinant +disciplinarian +disciplinarianism +disciplinarily +disciplinary +disciplinative +disciplinatory +discipline +discipliner +discipular +discircumspection +discission +discitis +disclaim +disclaimant +disclaimer +disclamation +disclamatory +disclass +disclassify +disclike +disclimax +discloister +disclose +disclosed +discloser +disclosive +disclosure +discloud +discoach +discoactine +discoblastic +discoblastula +discobolus +discocarp +discocarpium +discocarpous +discocephalous +discodactyl +discodactylous +discogastrula +discoglossid +Discoglossidae +discoglossoid +discographical +discography +discohexaster +discoid +discoidal +Discoidea +Discoideae +discolichen +discolith +discolor +discolorate +discoloration +discolored +discoloredness +discolorization +discolorment +discolourization +Discomedusae +discomedusan +discomedusoid +discomfit +discomfiter +discomfiture +discomfort +discomfortable +discomfortableness +discomforting +discomfortingly +discommend +discommendable +discommendableness +discommendably +discommendation +discommender +discommode +discommodious +discommodiously +discommodiousness +discommodity +discommon +discommons +discommunity +discomorula +discompliance +discompose +discomposed +discomposedly +discomposedness +discomposing +discomposingly +discomposure +discomycete +Discomycetes +discomycetous +Disconanthae +disconanthous +disconcert +disconcerted +disconcertedly +disconcertedness +disconcerting +disconcertingly +disconcertingness +disconcertion +disconcertment +disconcord +disconduce +disconducive +Disconectae +disconform +disconformable +disconformity +discongruity +disconjure +disconnect +disconnected +disconnectedly +disconnectedness +disconnecter +disconnection +disconnective +disconnectiveness +disconnector +disconsider +disconsideration +disconsolate +disconsolately +disconsolateness +disconsolation +disconsonancy +disconsonant +discontent +discontented +discontentedly +discontentedness +discontentful +discontenting +discontentive +discontentment +discontiguity +discontiguous +discontiguousness +discontinuable +discontinuance +discontinuation +discontinue +discontinuee +discontinuer +discontinuity +discontinuor +discontinuous +discontinuously +discontinuousness +disconula +disconvenience +disconvenient +disconventicle +discophile +Discophora +discophoran +discophore +discophorous +discoplacenta +discoplacental +Discoplacentalia +discoplacentalian +discoplasm +discopodous +discord +discordance +discordancy +discordant +discordantly +discordantness +discordful +Discordia +discording +discorporate +discorrespondency +discorrespondent +discount +discountable +discountenance +discountenancer +discounter +discouple +discourage +discourageable +discouragement +discourager +discouraging +discouragingly +discouragingness +discourse +discourseless +discourser +discoursive +discoursively +discoursiveness +discourteous +discourteously +discourteousness +discourtesy +discous +discovenant +discover +discoverability +discoverable +discoverably +discovered +discoverer +discovert +discoverture +discovery +discreate +discreation +discredence +discredit +discreditability +discreditable +discreet +discreetly +discreetness +discrepance +discrepancy +discrepant +discrepantly +discrepate +discrepation +discrested +discrete +discretely +discreteness +discretion +discretional +discretionally +discretionarily +discretionary +discretive +discretively +discretiveness +discriminability +discriminable +discriminal +discriminant +discriminantal +discriminate +discriminately +discriminateness +discriminating +discriminatingly +discrimination +discriminational +discriminative +discriminatively +discriminator +discriminatory +discrown +disculpate +disculpation +disculpatory +discumber +discursative +discursativeness +discursify +discursion +discursive +discursively +discursiveness +discursory +discursus +discurtain +discus +discuss +discussable +discussant +discusser +discussible +discussion +discussional +discussionism +discussionist +discussive +discussment +discutable +discutient +disdain +disdainable +disdainer +disdainful +disdainfully +disdainfulness +disdainly +disdeceive +disdenominationalize +disdiaclast +disdiaclastic +disdiapason +disdiazo +disdiplomatize +disdodecahedroid +disdub +disease +diseased +diseasedly +diseasedness +diseaseful +diseasefulness +disecondary +disedge +disedification +disedify +diseducate +diselder +diselectrification +diselectrify +diselenide +disematism +disembargo +disembark +disembarkation +disembarkment +disembarrass +disembarrassment +disembattle +disembed +disembellish +disembitter +disembocation +disembodiment +disembody +disembogue +disemboguement +disembosom +disembowel +disembowelment +disembower +disembroil +disemburden +diseme +disemic +disemplane +disemploy +disemployment +disempower +disenable +disenablement +disenact +disenactment +disenamor +disenamour +disenchain +disenchant +disenchanter +disenchantingly +disenchantment +disenchantress +disencharm +disenclose +disencumber +disencumberment +disencumbrance +disendow +disendower +disendowment +disenfranchise +disenfranchisement +disengage +disengaged +disengagedness +disengagement +disengirdle +disenjoy +disenjoyment +disenmesh +disennoble +disennui +disenshroud +disenslave +disensoul +disensure +disentail +disentailment +disentangle +disentanglement +disentangler +disenthral +disenthrall +disenthrallment +disenthralment +disenthrone +disenthronement +disentitle +disentomb +disentombment +disentrain +disentrainment +disentrammel +disentrance +disentrancement +disentwine +disenvelop +disepalous +disequalize +disequalizer +disequilibrate +disequilibration +disequilibrium +disestablish +disestablisher +disestablishment +disestablishmentarian +disesteem +disesteemer +disestimation +disexcommunicate +disfaith +disfame +disfashion +disfavor +disfavorer +disfeature +disfeaturement +disfellowship +disfen +disfiguration +disfigurative +disfigure +disfigurement +disfigurer +disfiguringly +disflesh +disfoliage +disforest +disforestation +disfranchise +disfranchisement +disfranchiser +disfrequent +disfriar +disfrock +disfurnish +disfurnishment +disgarland +disgarnish +disgarrison +disgavel +disgeneric +disgenius +disgig +disglorify +disglut +disgood +disgorge +disgorgement +disgorger +disgospel +disgown +disgrace +disgraceful +disgracefully +disgracefulness +disgracement +disgracer +disgracious +disgradation +disgrade +disgregate +disgregation +disgruntle +disgruntlement +disguisable +disguisal +disguise +disguised +disguisedly +disguisedness +disguiseless +disguisement +disguiser +disguising +disgulf +disgust +disgusted +disgustedly +disgustedness +disguster +disgustful +disgustfully +disgustfulness +disgusting +disgustingly +disgustingness +dish +dishabilitate +dishabilitation +dishabille +dishabituate +dishallow +dishallucination +disharmonic +disharmonical +disharmonious +disharmonism +disharmonize +disharmony +dishboard +dishcloth +dishclout +disheart +dishearten +disheartener +disheartening +dishearteningly +disheartenment +disheaven +dished +dishellenize +dishelm +disher +disherent +disherison +disherit +disheritment +dishevel +disheveled +dishevelment +dishexecontahedroid +dishful +Dishley +dishlike +dishling +dishmaker +dishmaking +dishmonger +dishome +dishonest +dishonestly +dishonor +dishonorable +dishonorableness +dishonorably +dishonorary +dishonorer +dishorn +dishorner +dishorse +dishouse +dishpan +dishpanful +dishrag +dishumanize +dishwasher +dishwashing +dishwashings +dishwater +dishwatery +dishwiper +dishwiping +disidentify +disilane +disilicane +disilicate +disilicic +disilicid +disilicide +disillude +disilluminate +disillusion +disillusionist +disillusionize +disillusionizer +disillusionment +disillusive +disimagine +disimbitter +disimitate +disimitation +disimmure +disimpark +disimpassioned +disimprison +disimprisonment +disimprove +disimprovement +disincarcerate +disincarceration +disincarnate +disincarnation +disinclination +disincline +disincorporate +disincorporation +disincrust +disincrustant +disincrustion +disindividualize +disinfect +disinfectant +disinfecter +disinfection +disinfective +disinfector +disinfest +disinfestation +disinfeudation +disinflame +disinflate +disinflation +disingenuity +disingenuous +disingenuously +disingenuousness +disinherison +disinherit +disinheritable +disinheritance +disinhume +disinsulation +disinsure +disintegrable +disintegrant +disintegrate +disintegration +disintegrationist +disintegrative +disintegrator +disintegratory +disintegrity +disintegrous +disintensify +disinter +disinterest +disinterested +disinterestedly +disinterestedness +disinteresting +disinterment +disintertwine +disintrench +disintricate +disinvagination +disinvest +disinvestiture +disinvigorate +disinvite +disinvolve +disjasked +disject +disjection +disjoin +disjoinable +disjoint +disjointed +disjointedly +disjointedness +disjointly +disjointure +disjunct +disjunction +disjunctive +disjunctively +disjunctor +disjuncture +disjune +disk +diskelion +diskless +disklike +dislaurel +disleaf +dislegitimate +dislevelment +dislicense +dislikable +dislike +dislikelihood +disliker +disliking +dislimn +dislink +dislip +disload +dislocability +dislocable +dislocate +dislocated +dislocatedly +dislocatedness +dislocation +dislocator +dislocatory +dislodge +dislodgeable +dislodgement +dislove +disloyal +disloyalist +disloyally +disloyalty +disluster +dismain +dismal +dismality +dismalize +dismally +dismalness +disman +dismantle +dismantlement +dismantler +dismarble +dismark +dismarket +dismask +dismast +dismastment +dismay +dismayable +dismayed +dismayedness +dismayful +dismayfully +dismayingly +disme +dismember +dismembered +dismemberer +dismemberment +dismembrate +dismembrator +disminion +disminister +dismiss +dismissable +dismissal +dismissible +dismissingly +dismission +dismissive +dismissory +dismoded +dismount +dismountable +dismutation +disna +disnaturalization +disnaturalize +disnature +disnest +disnew +disniche +disnosed +disnumber +disobedience +disobedient +disobediently +disobey +disobeyal +disobeyer +disobligation +disoblige +disobliger +disobliging +disobligingly +disobligingness +disoccupation +disoccupy +disodic +disodium +disomatic +disomatous +disomic +disomus +disoperculate +disorb +disorchard +disordained +disorder +disordered +disorderedly +disorderedness +disorderer +disorderliness +disorderly +disordinated +disordination +disorganic +disorganization +disorganize +disorganizer +disorient +disorientate +disorientation +disown +disownable +disownment +disoxygenate +disoxygenation +disozonize +dispapalize +disparage +disparageable +disparagement +disparager +disparaging +disparagingly +disparate +disparately +disparateness +disparation +disparity +dispark +dispart +dispartment +dispassionate +dispassionately +dispassionateness +dispassioned +dispatch +dispatcher +dispatchful +dispatriated +dispauper +dispauperize +dispeace +dispeaceful +dispel +dispeller +dispend +dispender +dispendious +dispendiously +dispenditure +dispensability +dispensable +dispensableness +dispensary +dispensate +dispensation +dispensational +dispensative +dispensatively +dispensator +dispensatorily +dispensatory +dispensatress +dispensatrix +dispense +dispenser +dispensingly +dispeople +dispeoplement +dispeopler +dispergate +dispergation +dispergator +dispericraniate +disperiwig +dispermic +dispermous +dispermy +dispersal +dispersant +disperse +dispersed +dispersedly +dispersedness +dispersement +disperser +dispersibility +dispersible +dispersion +dispersity +dispersive +dispersively +dispersiveness +dispersoid +dispersoidological +dispersoidology +dispersonalize +dispersonate +dispersonification +dispersonify +dispetal +disphenoid +dispiece +dispireme +dispirit +dispirited +dispiritedly +dispiritedness +dispiritingly +dispiritment +dispiteous +dispiteously +dispiteousness +displace +displaceability +displaceable +displacement +displacency +displacer +displant +display +displayable +displayed +displayer +displease +displeased +displeasedly +displeaser +displeasing +displeasingly +displeasingness +displeasurable +displeasurably +displeasure +displeasurement +displenish +displicency +displume +displuviate +dispondaic +dispondee +dispone +disponee +disponent +disponer +dispope +dispopularize +disporous +disport +disportive +disportment +Disporum +disposability +disposable +disposableness +disposal +dispose +disposed +disposedly +disposedness +disposer +disposingly +disposition +dispositional +dispositioned +dispositive +dispositively +dispossess +dispossession +dispossessor +dispossessory +dispost +disposure +dispowder +dispractice +dispraise +dispraiser +dispraisingly +dispread +dispreader +disprejudice +disprepare +disprince +disprison +disprivacied +disprivilege +disprize +disprobabilization +disprobabilize +disprobative +dispromise +disproof +disproportion +disproportionable +disproportionableness +disproportionably +disproportional +disproportionality +disproportionally +disproportionalness +disproportionate +disproportionately +disproportionateness +disproportionation +disprovable +disproval +disprove +disprovement +disproven +disprover +dispulp +dispunct +dispunishable +dispunitive +disputability +disputable +disputableness +disputably +disputant +disputation +disputatious +disputatiously +disputatiousness +disputative +disputatively +disputativeness +disputator +dispute +disputeless +disputer +disqualification +disqualify +disquantity +disquiet +disquieted +disquietedly +disquietedness +disquieten +disquieter +disquieting +disquietingly +disquietly +disquietness +disquietude +disquiparancy +disquiparant +disquiparation +disquisite +disquisition +disquisitional +disquisitionary +disquisitive +disquisitively +disquisitor +disquisitorial +disquisitory +disquixote +disrank +disrate +disrealize +disrecommendation +disregard +disregardable +disregardance +disregardant +disregarder +disregardful +disregardfully +disregardfulness +disrelated +disrelation +disrelish +disrelishable +disremember +disrepair +disreputability +disreputable +disreputableness +disreputably +disreputation +disrepute +disrespect +disrespecter +disrespectful +disrespectfully +disrespectfulness +disrestore +disring +disrobe +disrobement +disrober +disroof +disroost +disroot +disrudder +disrump +disrupt +disruptability +disruptable +disrupter +disruption +disruptionist +disruptive +disruptively +disruptiveness +disruptment +disruptor +disrupture +diss +dissatisfaction +dissatisfactoriness +dissatisfactory +dissatisfied +dissatisfiedly +dissatisfiedness +dissatisfy +dissaturate +disscepter +disseat +dissect +dissected +dissectible +dissecting +dissection +dissectional +dissective +dissector +disseize +disseizee +disseizin +disseizor +disseizoress +disselboom +dissemblance +dissemble +dissembler +dissemblingly +dissembly +dissemilative +disseminate +dissemination +disseminative +disseminator +disseminule +dissension +dissensualize +dissent +dissentaneous +dissentaneousness +dissenter +dissenterism +dissentience +dissentiency +dissentient +dissenting +dissentingly +dissentious +dissentiously +dissentism +dissentment +dissepiment +dissepimental +dissert +dissertate +dissertation +dissertational +dissertationist +dissertative +dissertator +disserve +disservice +disserviceable +disserviceableness +disserviceably +dissettlement +dissever +disseverance +disseverment +disshadow +dissheathe +disshroud +dissidence +dissident +dissidently +dissight +dissightly +dissiliency +dissilient +dissimilar +dissimilarity +dissimilarly +dissimilars +dissimilate +dissimilation +dissimilatory +dissimile +dissimilitude +dissimulate +dissimulation +dissimulative +dissimulator +dissimule +dissimuler +dissipable +dissipate +dissipated +dissipatedly +dissipatedness +dissipater +dissipation +dissipative +dissipativity +dissipator +dissociability +dissociable +dissociableness +dissocial +dissociality +dissocialize +dissociant +dissociate +dissociation +dissociative +dissoconch +dissogeny +dissogony +dissolubility +dissoluble +dissolubleness +dissolute +dissolutely +dissoluteness +dissolution +dissolutional +dissolutionism +dissolutionist +dissolutive +dissolvable +dissolvableness +dissolve +dissolveability +dissolvent +dissolver +dissolving +dissolvingly +dissonance +dissonancy +dissonant +dissonantly +dissonous +dissoul +dissuade +dissuader +dissuasion +dissuasive +dissuasively +dissuasiveness +dissuasory +dissuit +dissuitable +dissuited +dissyllabic +dissyllabification +dissyllabify +dissyllabism +dissyllabize +dissyllable +dissymmetric +dissymmetrical +dissymmetrically +dissymmetry +dissympathize +dissympathy +distad +distaff +distain +distal +distale +distally +distalwards +distance +distanceless +distancy +distannic +distant +distantly +distantness +distaste +distasted +distasteful +distastefully +distastefulness +distater +distemonous +distemper +distemperature +distempered +distemperedly +distemperedness +distemperer +distenant +distend +distendedly +distender +distensibility +distensible +distensive +distent +distention +disthene +disthrall +disthrone +distich +Distichlis +distichous +distichously +distill +distillable +distillage +distilland +distillate +distillation +distillatory +distilled +distiller +distillery +distilling +distillmint +distinct +distinctify +distinction +distinctional +distinctionless +distinctive +distinctively +distinctiveness +distinctly +distinctness +distingue +distinguish +distinguishability +distinguishable +distinguishableness +distinguishably +distinguished +distinguishedly +distinguisher +distinguishing +distinguishingly +distinguishment +distoclusion +Distoma +Distomatidae +distomatosis +distomatous +distome +distomian +distomiasis +Distomidae +Distomum +distort +distorted +distortedly +distortedness +distorter +distortion +distortional +distortionist +distortionless +distortive +distract +distracted +distractedly +distractedness +distracter +distractibility +distractible +distractingly +distraction +distractive +distractively +distrain +distrainable +distrainee +distrainer +distrainment +distrainor +distraint +distrait +distraite +distraught +distress +distressed +distressedly +distressedness +distressful +distressfully +distressfulness +distressing +distressingly +distributable +distributary +distribute +distributed +distributedly +distributee +distributer +distribution +distributional +distributionist +distributival +distributive +distributively +distributiveness +distributor +distributress +district +distrouser +distrust +distruster +distrustful +distrustfully +distrustfulness +distrustingly +distune +disturb +disturbance +disturbative +disturbed +disturbedly +disturber +disturbing +disturbingly +disturn +disturnpike +disubstituted +disubstitution +disulfonic +disulfuric +disulphate +disulphide +disulphonate +disulphone +disulphonic +disulphoxide +disulphuret +disulphuric +disuniform +disuniformity +disunify +disunion +disunionism +disunionist +disunite +disuniter +disunity +disusage +disusance +disuse +disutility +disutilize +disvaluation +disvalue +disvertebrate +disvisage +disvoice +disvulnerability +diswarren +diswench +diswood +disworth +disyllabic +disyllable +disyoke +dit +dita +dital +ditch +ditchbank +ditchbur +ditchdigger +ditchdown +ditcher +ditchless +ditchside +ditchwater +dite +diter +diterpene +ditertiary +ditetragonal +dithalous +dithecal +ditheism +ditheist +ditheistic +ditheistical +dithematic +dither +dithery +dithiobenzoic +dithioglycol +dithioic +dithion +dithionate +dithionic +dithionite +dithionous +dithymol +dithyramb +dithyrambic +dithyrambically +Dithyrambos +Dithyrambus +ditokous +ditolyl +ditone +ditrematous +ditremid +Ditremidae +ditrichotomous +ditriglyph +ditriglyphic +ditrigonal +ditrigonally +Ditrocha +ditrochean +ditrochee +ditrochous +ditroite +dittamy +dittander +dittany +dittay +dittied +ditto +dittogram +dittograph +dittographic +dittography +dittology +ditty +diumvirate +diuranate +diureide +diuresis +diuretic +diuretically +diureticalness +Diurna +diurnal +diurnally +diurnalness +diurnation +diurne +diurnule +diuturnal +diuturnity +div +diva +divagate +divagation +divalence +divalent +divan +divariant +divaricate +divaricately +divaricating +divaricatingly +divarication +divaricator +divata +dive +divekeeper +divel +divellent +divellicate +diver +diverge +divergement +divergence +divergency +divergent +divergently +diverging +divergingly +divers +diverse +diversely +diverseness +diversicolored +diversifiability +diversifiable +diversification +diversified +diversifier +diversiflorate +diversiflorous +diversifoliate +diversifolious +diversiform +diversify +diversion +diversional +diversionary +diversipedate +diversisporous +diversity +diversly +diversory +divert +divertedly +diverter +divertibility +divertible +diverticle +diverticular +diverticulate +diverticulitis +diverticulosis +diverticulum +diverting +divertingly +divertingness +divertisement +divertive +divertor +divest +divestible +divestitive +divestiture +divestment +divesture +dividable +dividableness +divide +divided +dividedly +dividedness +dividend +divider +dividing +dividingly +dividual +dividualism +dividually +dividuity +dividuous +divinable +divinail +divination +divinator +divinatory +divine +divinely +divineness +diviner +divineress +diving +divinify +divining +diviningly +divinity +divinityship +divinization +divinize +divinyl +divisibility +divisible +divisibleness +divisibly +division +divisional +divisionally +divisionary +divisionism +divisionist +divisionistic +divisive +divisively +divisiveness +divisor +divisorial +divisory +divisural +divorce +divorceable +divorcee +divorcement +divorcer +divorcible +divorcive +divot +divoto +divulgate +divulgater +divulgation +divulgatory +divulge +divulgement +divulgence +divulger +divulse +divulsion +divulsive +divulsor +divus +Divvers +divvy +diwata +dixenite +Dixie +dixie +Dixiecrat +dixit +dixy +dizain +dizen +dizenment +dizoic +dizygotic +dizzard +dizzily +dizziness +dizzy +Djagatay +djasakid +djave +djehad +djerib +djersa +Djuka +do +doab +doable +doarium +doat +doated +doater +doating +doatish +Dob +dob +dobbed +dobber +dobbin +dobbing +dobby +dobe +dobla +doblon +dobra +dobrao +dobson +doby +doc +docent +docentship +Docetae +Docetic +Docetically +Docetism +Docetist +Docetistic +Docetize +dochmiac +dochmiacal +dochmiasis +dochmius +docibility +docible +docibleness +docile +docilely +docility +docimasia +docimastic +docimastical +docimasy +docimology +docity +dock +dockage +docken +docker +docket +dockhead +dockhouse +dockization +dockize +dockland +dockmackie +dockman +dockmaster +dockside +dockyard +dockyardman +docmac +Docoglossa +docoglossan +docoglossate +docosane +doctor +doctoral +doctorally +doctorate +doctorbird +doctordom +doctoress +doctorfish +doctorhood +doctorial +doctorially +doctorization +doctorize +doctorless +doctorlike +doctorly +doctorship +doctress +doctrinaire +doctrinairism +doctrinal +doctrinalism +doctrinalist +doctrinality +doctrinally +doctrinarian +doctrinarianism +doctrinarily +doctrinarity +doctrinary +doctrinate +doctrine +doctrinism +doctrinist +doctrinization +doctrinize +doctrix +document +documental +documentalist +documentarily +documentary +documentation +documentize +dod +dodd +doddart +dodded +dodder +doddered +dodderer +doddering +doddery +doddie +dodding +doddle +doddy +doddypoll +Dode +dodecade +dodecadrachm +dodecafid +dodecagon +dodecagonal +dodecahedral +dodecahedric +dodecahedron +dodecahydrate +dodecahydrated +dodecamerous +dodecane +Dodecanesian +dodecanoic +dodecant +dodecapartite +dodecapetalous +dodecarch +dodecarchy +dodecasemic +dodecastyle +dodecastylos +dodecasyllabic +dodecasyllable +dodecatemory +Dodecatheon +dodecatoic +dodecatyl +dodecatylic +dodecuplet +dodecyl +dodecylene +dodecylic +dodge +dodgeful +dodger +dodgery +dodgily +dodginess +dodgy +dodkin +dodlet +dodman +dodo +dodoism +Dodona +Dodonaea +Dodonaeaceae +Dodonaean +Dodonean +Dodonian +dodrans +doe +doebird +Doedicurus +Doeg +doeglic +doegling +doer +does +doeskin +doesnt +doest +doff +doffer +doftberry +dog +dogal +dogate +dogbane +Dogberry +dogberry +Dogberrydom +Dogberryism +dogbite +dogblow +dogboat +dogbolt +dogbush +dogcart +dogcatcher +dogdom +doge +dogedom +dogeless +dogeship +dogface +dogfall +dogfight +dogfish +dogfoot +dogged +doggedly +doggedness +dogger +doggerel +doggereler +doggerelism +doggerelist +doggerelize +doggerelizer +doggery +doggess +doggish +doggishly +doggishness +doggo +doggone +doggoned +doggrel +doggrelize +doggy +doghead +doghearted +doghole +doghood +doghouse +dogie +dogless +doglike +dogly +dogma +dogman +dogmata +dogmatic +dogmatical +dogmatically +dogmaticalness +dogmatician +dogmatics +dogmatism +dogmatist +dogmatization +dogmatize +dogmatizer +dogmouth +dogplate +dogproof +Dogra +Dogrib +dogs +dogship +dogshore +dogskin +dogsleep +dogstone +dogtail +dogtie +dogtooth +dogtoothing +dogtrick +dogtrot +dogvane +dogwatch +dogwood +dogy +doigt +doiled +doily +doina +doing +doings +doit +doited +doitkin +doitrified +doke +Doketic +Doketism +dokhma +dokimastic +Dokmarok +Doko +Dol +dola +dolabra +dolabrate +dolabriform +dolcan +dolcian +dolciano +dolcino +doldrum +doldrums +dole +dolefish +doleful +dolefully +dolefulness +dolefuls +dolent +dolently +dolerite +doleritic +dolerophanite +dolesman +dolesome +dolesomely +dolesomeness +doless +doli +dolia +dolichoblond +dolichocephal +dolichocephali +dolichocephalic +dolichocephalism +dolichocephalize +dolichocephalous +dolichocephaly +dolichocercic +dolichocnemic +dolichocranial +dolichofacial +Dolichoglossus +dolichohieric +Dolicholus +dolichopellic +dolichopodous +dolichoprosopic +Dolichopsyllidae +Dolichos +dolichos +dolichosaur +Dolichosauri +Dolichosauria +Dolichosaurus +Dolichosoma +dolichostylous +dolichotmema +dolichuric +dolichurus +Doliidae +dolina +doline +dolioform +Doliolidae +Doliolum +dolium +doll +dollar +dollarbird +dollardee +dollardom +dollarfish +dollarleaf +dollbeer +dolldom +dollface +dollfish +dollhood +dollhouse +dollier +dolliness +dollish +dollishly +dollishness +dollmaker +dollmaking +dollop +dollship +dolly +dollyman +dollyway +dolman +dolmen +dolmenic +Dolomedes +dolomite +dolomitic +dolomitization +dolomitize +dolomization +dolomize +dolor +Dolores +doloriferous +dolorific +dolorifuge +dolorous +dolorously +dolorousness +dolose +dolous +Dolph +dolphin +dolphinlike +Dolphus +dolt +dolthead +doltish +doltishly +doltishness +dom +domain +domainal +domal +domanial +domatium +domatophobia +domba +Dombeya +Domdaniel +dome +domelike +doment +domer +domesday +domestic +domesticable +domesticality +domestically +domesticate +domestication +domesticative +domesticator +domesticity +domesticize +domett +domeykite +domic +domical +domically +Domicella +domicile +domicilement +domiciliar +domiciliary +domiciliate +domiciliation +dominance +dominancy +dominant +dominantly +dominate +dominated +dominatingly +domination +dominative +dominator +domine +domineer +domineerer +domineering +domineeringly +domineeringness +dominial +Dominic +dominical +dominicale +Dominican +Dominick +dominie +dominion +dominionism +dominionist +Dominique +dominium +domino +dominus +domitable +domite +Domitian +domitic +domn +domnei +domoid +dompt +domy +Don +don +donable +Donacidae +donaciform +Donal +Donald +Donar +donary +donatary +donate +donated +donatee +Donatiaceae +donation +Donatism +Donatist +Donatistic +Donatistical +donative +donatively +donator +donatory +donatress +donax +doncella +Dondia +done +donee +Donet +doney +dong +donga +Dongola +Dongolese +dongon +Donia +donjon +donkey +donkeyback +donkeyish +donkeyism +donkeyman +donkeywork +Donmeh +Donn +Donna +donna +Donne +donnered +donnert +Donnie +donnish +donnishness +donnism +donnot +donor +donorship +donought +Donovan +donship +donsie +dont +donum +doob +doocot +doodab +doodad +Doodia +doodle +doodlebug +doodler +doodlesack +doohickey +doohickus +doohinkey +doohinkus +dooja +dook +dooket +dookit +dool +doolee +dooley +dooli +doolie +dooly +doom +doomage +doombook +doomer +doomful +dooms +doomsday +doomsman +doomstead +doon +door +doorba +doorbell +doorboy +doorbrand +doorcase +doorcheek +doored +doorframe +doorhead +doorjamb +doorkeeper +doorknob +doorless +doorlike +doormaid +doormaker +doormaking +doorman +doornail +doorplate +doorpost +doorsill +doorstead +doorstep +doorstone +doorstop +doorward +doorway +doorweed +doorwise +dooryard +dop +dopa +dopamelanin +dopaoxidase +dopatta +dope +dopebook +doper +dopester +dopey +doppelkummel +Dopper +dopper +doppia +Doppler +dopplerite +Dor +dor +Dora +dorab +dorad +Doradidae +dorado +doraphobia +Dorask +Doraskean +dorbeetle +Dorcas +dorcastry +Dorcatherium +Dorcopsis +doree +dorestane +dorhawk +Dori +doria +Dorian +Doric +Dorical +Doricism +Doricize +Dorididae +Dorine +Doris +Dorism +Dorize +dorje +Dorking +dorlach +dorlot +dorm +dormancy +dormant +dormer +dormered +dormie +dormient +dormilona +dormition +dormitive +dormitory +dormouse +dormy +dorn +dorneck +dornic +dornick +dornock +Dorobo +Doronicum +Dorosoma +Dorothea +Dorothy +dorp +dorsabdominal +dorsabdominally +dorsad +dorsal +dorsale +dorsalgia +dorsalis +dorsally +dorsalmost +dorsalward +dorsalwards +dorsel +dorser +dorsibranch +Dorsibranchiata +dorsibranchiate +dorsicollar +dorsicolumn +dorsicommissure +dorsicornu +dorsiduct +dorsiferous +dorsifixed +dorsiflex +dorsiflexion +dorsiflexor +dorsigrade +dorsilateral +dorsilumbar +dorsimedian +dorsimesal +dorsimeson +dorsiparous +dorsispinal +dorsiventral +dorsiventrality +dorsiventrally +dorsoabdominal +dorsoanterior +dorsoapical +Dorsobranchiata +dorsocaudad +dorsocaudal +dorsocentral +dorsocephalad +dorsocephalic +dorsocervical +dorsocervically +dorsodynia +dorsoepitrochlear +dorsointercostal +dorsointestinal +dorsolateral +dorsolumbar +dorsomedial +dorsomedian +dorsomesal +dorsonasal +dorsonuchal +dorsopleural +dorsoposteriad +dorsoposterior +dorsoradial +dorsosacral +dorsoscapular +dorsosternal +dorsothoracic +dorsoventrad +dorsoventral +dorsoventrally +Dorstenia +dorsulum +dorsum +dorsumbonal +dorter +dortiness +dortiship +dorts +dorty +doruck +Dory +dory +Doryanthes +Dorylinae +doryphorus +dos +dosa +dosadh +dosage +dose +doser +dosimeter +dosimetric +dosimetrician +dosimetrist +dosimetry +Dosinia +dosiology +dosis +Dositheans +dosology +doss +dossal +dossel +dosser +dosseret +dossier +dossil +dossman +Dot +dot +dotage +dotal +dotard +dotardism +dotardly +dotardy +dotate +dotation +dotchin +dote +doted +doter +Dothideacea +dothideaceous +Dothideales +Dothidella +dothienenteritis +Dothiorella +dotiness +doting +dotingly +dotingness +dotish +dotishness +dotkin +dotless +dotlike +Doto +Dotonidae +dotriacontane +dotted +dotter +dotterel +dottily +dottiness +dotting +dottle +dottler +Dottore +Dotty +dotty +doty +douar +double +doubled +doubledamn +doubleganger +doublegear +doublehanded +doublehandedly +doublehandedness +doublehatching +doublehearted +doubleheartedness +doublehorned +doubleleaf +doublelunged +doubleness +doubler +doublet +doubleted +doubleton +doubletone +doubletree +doublets +doubling +doubloon +doubly +doubt +doubtable +doubtably +doubtedly +doubter +doubtful +doubtfully +doubtfulness +doubting +doubtingly +doubtingness +doubtless +doubtlessly +doubtlessness +doubtmonger +doubtous +doubtsome +douc +douce +doucely +douceness +doucet +douche +doucin +doucine +doudle +Doug +dough +doughbird +doughboy +doughface +doughfaceism +doughfoot +doughhead +doughiness +doughlike +doughmaker +doughmaking +doughman +doughnut +dought +doughtily +doughtiness +doughty +doughy +Douglas +doulocracy +doum +doundake +doup +douping +dour +dourine +dourly +dourness +douse +douser +dout +douter +doutous +douzepers +douzieme +dove +dovecot +doveflower +dovefoot +dovehouse +dovekey +dovekie +dovelet +dovelike +doveling +dover +dovetail +dovetailed +dovetailer +dovetailwise +doveweed +dovewood +dovish +Dovyalis +dow +dowable +dowager +dowagerism +dowcet +dowd +dowdily +dowdiness +dowdy +dowdyish +dowdyism +dowed +dowel +dower +doweral +doweress +dowerless +dowery +dowf +dowie +Dowieism +Dowieite +dowily +dowiness +dowitch +dowitcher +dowl +dowlas +dowless +down +downbear +downbeard +downbeat +downby +downcast +downcastly +downcastness +downcome +downcomer +downcoming +downcry +downcurved +downcut +downdale +downdraft +downer +downface +downfall +downfallen +downfalling +downfeed +downflow +downfold +downfolded +downgate +downgone +downgrade +downgrowth +downhanging +downhaul +downheaded +downhearted +downheartedly +downheartedness +downhill +downily +downiness +Downing +Downingia +downland +downless +downlie +downlier +downligging +downlike +downline +downlooked +downlooker +downlying +downmost +downness +downpour +downpouring +downright +downrightly +downrightness +downrush +downrushing +downset +downshare +downshore +downside +downsinking +downsitting +downsliding +downslip +downslope +downsman +downspout +downstage +downstairs +downstate +downstater +downstream +downstreet +downstroke +downswing +downtake +downthrow +downthrown +downthrust +Downton +downtown +downtrampling +downtreading +downtrend +downtrodden +downtroddenness +downturn +downward +downwardly +downwardness +downway +downweed +downweigh +downweight +downweighted +downwind +downwith +downy +dowp +dowry +dowsabel +dowse +dowser +dowset +doxa +Doxantha +doxastic +doxasticon +doxographer +doxographical +doxography +doxological +doxologically +doxologize +doxology +doxy +Doyle +doze +dozed +dozen +dozener +dozenth +dozer +dozily +doziness +dozy +dozzled +drab +Draba +drabbet +drabbish +drabble +drabbler +drabbletail +drabbletailed +drabby +drably +drabness +Dracaena +Dracaenaceae +drachm +drachma +drachmae +drachmai +drachmal +dracma +Draco +Dracocephalum +Draconian +Draconianism +Draconic +draconic +Draconically +Draconid +Draconis +Draconism +draconites +draconitic +dracontian +dracontiasis +dracontic +dracontine +dracontites +Dracontium +dracunculus +draegerman +draff +draffman +draffy +draft +draftage +draftee +drafter +draftily +draftiness +drafting +draftman +draftmanship +draftproof +draftsman +draftsmanship +draftswoman +draftswomanship +draftwoman +drafty +drag +dragade +dragbar +dragbolt +dragged +dragger +draggily +dragginess +dragging +draggingly +draggle +draggletail +draggletailed +draggletailedly +draggletailedness +draggly +draggy +draghound +dragline +dragman +dragnet +drago +dragoman +dragomanate +dragomanic +dragomanish +dragon +dragonesque +dragoness +dragonet +dragonfish +dragonfly +dragonhead +dragonhood +dragonish +dragonism +dragonize +dragonkind +dragonlike +dragonnade +dragonroot +dragontail +dragonwort +dragoon +dragoonable +dragoonade +dragoonage +dragooner +dragrope +dragsaw +dragsawing +dragsman +dragstaff +drail +drain +drainable +drainage +drainboard +draine +drained +drainer +drainerman +drainless +drainman +drainpipe +draintile +draisine +drake +drakestone +drakonite +dram +drama +dramalogue +Dramamine +dramatic +dramatical +dramatically +dramaticism +dramatics +dramaticule +dramatism +dramatist +dramatizable +dramatization +dramatize +dramatizer +dramaturge +dramaturgic +dramaturgical +dramaturgist +dramaturgy +dramm +drammage +dramme +drammed +drammer +dramming +drammock +dramseller +dramshop +drang +drank +drant +drapable +Draparnaldia +drape +drapeable +draper +draperess +draperied +drapery +drapetomania +drapping +drassid +Drassidae +drastic +drastically +drat +dratchell +drate +dratted +dratting +draught +draughtboard +draughthouse +draughtman +draughtmanship +draughts +draughtsman +draughtsmanship +draughtswoman +draughtswomanship +Dravida +Dravidian +Dravidic +dravya +draw +drawable +drawarm +drawback +drawbar +drawbeam +drawbench +drawboard +drawbolt +drawbore +drawboy +drawbridge +Drawcansir +drawcut +drawdown +drawee +drawer +drawers +drawfile +drawfiling +drawgate +drawgear +drawglove +drawhead +drawhorse +drawing +drawk +drawknife +drawknot +drawl +drawlatch +drawler +drawling +drawlingly +drawlingness +drawlink +drawloom +drawly +drawn +drawnet +drawoff +drawout +drawplate +drawpoint +drawrod +drawshave +drawsheet +drawspan +drawspring +drawstop +drawstring +drawtongs +drawtube +dray +drayage +drayman +drazel +dread +dreadable +dreader +dreadful +dreadfully +dreadfulness +dreadingly +dreadless +dreadlessly +dreadlessness +dreadly +dreadness +dreadnought +dream +dreamage +dreamer +dreamery +dreamful +dreamfully +dreamfulness +dreamhole +dreamily +dreaminess +dreamingly +dreamish +dreamland +dreamless +dreamlessly +dreamlessness +dreamlet +dreamlike +dreamlit +dreamlore +dreamsily +dreamsiness +dreamsy +dreamt +dreamtide +dreamwhile +dreamwise +dreamworld +dreamy +drear +drearfully +drearily +dreariment +dreariness +drearisome +drearly +drearness +dreary +dredge +dredgeful +dredger +dredging +dree +dreep +dreepiness +dreepy +dreg +dreggily +dregginess +dreggish +dreggy +dregless +dregs +dreiling +Dreissensia +dreissiger +drench +drencher +drenching +drenchingly +dreng +drengage +Drepanaspis +Drepanidae +Drepanididae +drepaniform +Drepanis +drepanium +drepanoid +Dreparnaudia +dress +dressage +dressed +dresser +dressership +dressily +dressiness +dressing +dressline +dressmaker +dressmakership +dressmakery +dressmaking +dressy +drest +Drew +drew +drewite +Dreyfusism +Dreyfusist +drias +drib +dribble +dribblement +dribbler +driblet +driddle +dried +drier +drierman +driest +drift +driftage +driftbolt +drifter +drifting +driftingly +driftland +driftless +driftlessness +driftlet +driftman +driftpiece +driftpin +driftway +driftweed +driftwind +driftwood +drifty +drightin +drill +driller +drillet +drilling +drillman +drillmaster +drillstock +Drimys +dringle +drink +drinkability +drinkable +drinkableness +drinkably +drinker +drinking +drinkless +drinkproof +drinn +drip +dripper +dripping +dripple +dripproof +drippy +dripstick +dripstone +drisheen +drisk +drivable +drivage +drive +driveaway +driveboat +drivebolt +drivehead +drivel +driveler +drivelingly +driven +drivepipe +driver +driverless +drivership +drivescrew +driveway +drivewell +driving +drivingly +drizzle +drizzly +drochuil +droddum +drofland +drogh +drogher +drogherman +drogue +droit +droitsman +droitural +droiturel +Drokpa +droll +drollery +drollingly +drollish +drollishness +drollist +drollness +drolly +Dromaeognathae +dromaeognathism +dromaeognathous +Dromaeus +drome +dromedarian +dromedarist +dromedary +drometer +Dromiacea +dromic +Dromiceiidae +Dromiceius +Dromicia +dromograph +dromomania +dromometer +dromond +Dromornis +dromos +dromotropic +drona +dronage +drone +dronepipe +droner +drongo +droningly +dronish +dronishly +dronishness +dronkgrass +drony +drool +droop +drooper +drooping +droopingly +droopingness +droopt +droopy +drop +dropberry +dropcloth +dropflower +drophead +droplet +droplight +droplike +dropling +dropman +dropout +dropper +dropping +droppingly +droppy +dropseed +dropsical +dropsically +dropsicalness +dropsied +dropsy +dropsywort +dropt +dropwise +dropworm +dropwort +Droschken +Drosera +Droseraceae +droseraceous +droshky +drosky +drosograph +drosometer +Drosophila +Drosophilidae +Drosophyllum +dross +drossel +drosser +drossiness +drossless +drossy +drostdy +droud +drought +droughtiness +droughty +drouk +drove +drover +drovy +drow +drown +drowner +drowningly +drowse +drowsily +drowsiness +drowsy +drub +drubber +drubbing +drubbly +drucken +drudge +drudger +drudgery +drudgingly +drudgism +druery +drug +drugeteria +drugger +druggery +drugget +druggeting +druggist +druggister +druggy +drugless +drugman +drugshop +drugstore +druid +druidess +druidic +druidical +druidism +druidry +druith +Drukpa +drum +drumbeat +drumble +drumbledore +drumbler +drumfire +drumfish +drumhead +drumheads +drumlike +drumlin +drumline +drumlinoid +drumloid +drumloidal +drumly +drummer +drumming +drummy +drumskin +drumstick +drumwood +drung +drungar +drunk +drunkard +drunken +drunkenly +drunkenness +drunkensome +drunkenwise +drunkery +Drupa +Drupaceae +drupaceous +drupal +drupe +drupel +drupelet +drupeole +drupetum +drupiferous +Druse +druse +Drusean +Drusedom +drusy +druxiness +druxy +dry +dryad +dryadetum +dryadic +dryas +dryasdust +drybeard +drybrained +drycoal +Drydenian +Drydenism +dryfoot +drygoodsman +dryhouse +drying +dryish +dryly +Drynaria +dryness +Dryobalanops +Dryope +Dryopes +Dryophyllum +Dryopians +dryopithecid +Dryopithecinae +dryopithecine +Dryopithecus +Dryops +Dryopteris +dryopteroid +drysalter +drysaltery +dryster +dryth +dryworker +Dschubba +duad +duadic +dual +Duala +duali +dualin +dualism +dualist +dualistic +dualistically +duality +dualization +dualize +dually +Dualmutef +dualogue +Duane +duarch +duarchy +dub +dubash +dubb +dubba +dubbah +dubbeltje +dubber +dubbing +dubby +Dubhe +Dubhgall +dubiety +dubiocrystalline +dubiosity +dubious +dubiously +dubiousness +dubitable +dubitably +dubitancy +dubitant +dubitate +dubitatingly +dubitation +dubitative +dubitatively +Duboisia +duboisin +duboisine +Dubonnet +dubs +ducal +ducally +ducamara +ducape +ducat +ducato +ducatoon +ducdame +duces +Duchesnea +Duchess +duchess +duchesse +duchesslike +duchy +duck +duckbill +duckblind +duckboard +duckboat +ducker +duckery +duckfoot +duckhearted +duckhood +duckhouse +duckhunting +duckie +ducking +duckling +ducklingship +duckmeat +duckpin +duckpond +duckstone +duckweed +duckwife +duckwing +Duco +duct +ducted +ductibility +ductible +ductile +ductilely +ductileness +ductilimeter +ductility +ductilize +duction +ductless +ductor +ductule +Ducula +Duculinae +dud +dudaim +dudder +duddery +duddies +dude +dudeen +dudgeon +dudine +dudish +dudishness +dudism +dudler +dudley +Dudleya +dudleyite +dudman +due +duel +dueler +dueling +duelist +duelistic +duello +dueness +duenna +duennadom +duennaship +duer +Duessa +duet +duettist +duff +duffadar +duffel +duffer +dufferdom +duffing +dufoil +dufrenite +dufrenoysite +dufter +dufterdar +duftery +dug +dugal +dugdug +duggler +dugong +Dugongidae +dugout +dugway +duhat +Duhr +duiker +duikerbok +duim +Duit +duit +dujan +Duke +duke +dukedom +dukeling +dukely +dukery +dukeship +dukhn +dukker +dukkeripen +Dulanganes +Dulat +dulbert +dulcet +dulcetly +dulcetness +dulcian +dulciana +dulcification +dulcifluous +dulcify +dulcigenic +dulcimer +Dulcin +Dulcinea +Dulcinist +dulcitol +dulcitude +dulcose +duledge +duler +dulia +dull +dullard +dullardism +dullardness +dullbrained +duller +dullery +dullhead +dullhearted +dullification +dullify +dullish +dullity +dullness +dullpate +dullsome +dully +dulosis +dulotic +dulse +dulseman +dult +dultie +dulwilly +duly +dum +duma +dumaist +dumb +dumba +dumbbell +dumbbeller +dumbcow +dumbfounder +dumbfounderment +dumbhead +dumbledore +dumbly +dumbness +dumdum +dumetose +dumfound +dumfounder +dumfounderment +dummel +dummered +dumminess +dummy +dummyism +dummyweed +Dumontia +Dumontiaceae +dumontite +dumortierite +dumose +dumosity +dump +dumpage +dumpcart +dumper +dumpily +dumpiness +dumping +dumpish +dumpishly +dumpishness +dumple +dumpling +dumpoke +dumpy +dumsola +dun +dunair +dunal +dunbird +Duncan +dunce +duncedom +duncehood +duncery +dunch +Dunciad +duncical +duncify +duncish +duncishly +duncishness +dundasite +dunder +dunderhead +dunderheaded +dunderheadedness +dunderpate +dune +dunelike +dunfish +dung +Dungan +dungannonite +dungaree +dungbeck +dungbird +dungbred +dungeon +dungeoner +dungeonlike +dunger +dunghill +dunghilly +dungol +dungon +dungy +dungyard +dunite +dunk +dunkadoo +Dunkard +Dunker +dunker +Dunkirk +Dunkirker +Dunlap +dunlin +Dunlop +dunnage +dunne +dunner +dunness +dunnish +dunnite +dunnock +dunny +dunpickle +Duns +dunst +dunstable +dunt +duntle +duny +dunziekte +duo +duocosane +duodecahedral +duodecahedron +duodecane +duodecennial +duodecillion +duodecimal +duodecimality +duodecimally +duodecimfid +duodecimo +duodecimole +duodecuple +duodena +duodenal +duodenary +duodenate +duodenation +duodene +duodenectomy +duodenitis +duodenocholangitis +duodenocholecystostomy +duodenocholedochotomy +duodenocystostomy +duodenoenterostomy +duodenogram +duodenojejunal +duodenojejunostomy +duodenopancreatectomy +duodenoscopy +duodenostomy +duodenotomy +duodenum +duodrama +duograph +duogravure +duole +duoliteral +duologue +duomachy +duopod +duopolistic +duopoly +duopsonistic +duopsony +duosecant +duotone +duotriacontane +duotype +dup +dupability +dupable +dupe +dupedom +duper +dupery +dupion +dupla +duplation +duple +duplet +duplex +duplexity +duplicability +duplicable +duplicand +duplicate +duplication +duplicative +duplicator +duplicature +duplicia +duplicident +Duplicidentata +duplicidentate +duplicipennate +duplicitas +duplicity +duplification +duplify +duplone +dupondius +duppy +dura +durability +durable +durableness +durably +durain +dural +Duralumin +duramatral +duramen +durance +Durandarte +durangite +Durango +Durani +durant +Duranta +duraplasty +duraquara +duraspinalis +duration +durational +durationless +durative +durax +durbachite +Durban +durbar +durdenite +dure +durene +durenol +duress +duressor +durgan +Durham +durian +duridine +Durindana +during +duringly +Durio +durity +durmast +durn +duro +Duroc +durometer +duroquinone +durra +durrie +durrin +durry +durst +durukuli +durwaun +duryl +Duryodhana +Durzada +dusack +duscle +dush +dusio +dusk +dusken +duskily +duskiness +duskingtide +duskish +duskishly +duskishness +duskly +duskness +dusky +dust +dustbin +dustbox +dustcloth +dustee +duster +dusterman +dustfall +dustily +Dustin +dustiness +dusting +dustless +dustlessness +dustman +dustpan +dustproof +dustuck +dustwoman +dusty +dustyfoot +Dusun +Dutch +dutch +Dutcher +Dutchify +Dutchman +Dutchy +duteous +duteously +duteousness +dutiability +dutiable +dutied +dutiful +dutifully +dutifulness +dutra +duty +dutymonger +duumvir +duumviral +duumvirate +duvet +duvetyn +dux +duyker +dvaita +dvandva +dwale +dwalm +Dwamish +dwang +dwarf +dwarfish +dwarfishly +dwarfishness +dwarfism +dwarfling +dwarfness +dwarfy +dwayberry +Dwayne +dwell +dwelled +dweller +dwelling +dwelt +Dwight +dwindle +dwindlement +dwine +Dwyka +dyad +dyadic +Dyak +dyakisdodecahedron +Dyakish +dyarchic +dyarchical +dyarchy +Dyas +Dyassic +dyaster +Dyaus +dyce +dye +dyeable +dyehouse +dyeing +dyeleaves +dyemaker +dyemaking +dyer +dyester +dyestuff +dyeware +dyeweed +dyewood +dygogram +dying +dyingly +dyingness +dyke +dykehopper +dyker +dykereeve +Dylan +dynagraph +dynameter +dynametric +dynametrical +dynamic +dynamical +dynamically +dynamics +dynamis +dynamism +dynamist +dynamistic +dynamitard +dynamite +dynamiter +dynamitic +dynamitical +dynamitically +dynamiting +dynamitish +dynamitism +dynamitist +dynamization +dynamize +dynamo +dynamoelectric +dynamoelectrical +dynamogenesis +dynamogenic +dynamogenous +dynamogenously +dynamogeny +dynamometamorphic +dynamometamorphism +dynamometamorphosed +dynamometer +dynamometric +dynamometrical +dynamometry +dynamomorphic +dynamoneure +dynamophone +dynamostatic +dynamotor +dynast +Dynastes +dynastical +dynastically +dynasticism +dynastid +dynastidan +Dynastides +Dynastinae +dynasty +dynatron +dyne +dyophone +Dyophysite +Dyophysitic +Dyophysitical +Dyophysitism +dyotheism +Dyothelete +Dyotheletian +Dyotheletic +Dyotheletical +Dyotheletism +Dyothelism +dyphone +dysacousia +dysacousis +dysanalyte +dysaphia +dysarthria +dysarthric +dysarthrosis +dysbulia +dysbulic +dyschiria +dyschroa +dyschroia +dyschromatopsia +dyschromatoptic +dyschronous +dyscrasia +dyscrasial +dyscrasic +dyscrasite +dyscratic +dyscrystalline +dysenteric +dysenterical +dysentery +dysepulotic +dysepulotical +dyserethisia +dysergasia +dysergia +dysesthesia +dysesthetic +dysfunction +dysgenesic +dysgenesis +dysgenetic +dysgenic +dysgenical +dysgenics +dysgeogenous +dysgnosia +dysgraphia +dysidrosis +dyskeratosis +dyskinesia +dyskinetic +dyslalia +dyslexia +dyslogia +dyslogistic +dyslogistically +dyslogy +dysluite +dyslysin +dysmenorrhea +dysmenorrheal +dysmerism +dysmeristic +dysmerogenesis +dysmerogenetic +dysmeromorph +dysmeromorphic +dysmetria +dysmnesia +dysmorphism +dysmorphophobia +dysneuria +dysnomy +dysodile +dysodontiasis +dysorexia +dysorexy +dysoxidation +dysoxidizable +dysoxidize +dyspathetic +dyspathy +dyspepsia +dyspepsy +dyspeptic +dyspeptical +dyspeptically +dysphagia +dysphagic +dysphasia +dysphasic +dysphemia +dysphonia +dysphonic +dysphoria +dysphoric +dysphotic +dysphrasia +dysphrenia +dyspituitarism +dysplasia +dysplastic +dyspnea +dyspneal +dyspneic +dyspnoic +dysprosia +dysprosium +dysraphia +dyssnite +Dyssodia +dysspermatism +dyssynergia +dyssystole +dystaxia +dystectic +dysteleological +dysteleologist +dysteleology +dysthyroidism +dystocia +dystocial +dystome +dystomic +dystomous +dystrophia +dystrophic +dystrophy +dysuria +dysuric +dysyntribite +dytiscid +Dytiscidae +Dytiscus +dzeren +Dzungar +E +e +ea +each +eachwhere +eager +eagerly +eagerness +eagle +eaglelike +eagless +eaglestone +eaglet +eaglewood +eagre +ean +ear +earache +earbob +earcap +earcockle +eardrop +eardropper +eardrum +eared +earflower +earful +earhole +earing +earjewel +Earl +earl +earlap +earldom +Earle +earless +earlet +earlike +earliness +earlish +earlock +earlship +early +earmark +earn +earner +earnest +earnestly +earnestness +earnful +Earnie +earning +earnings +earphone +earpick +earpiece +earplug +earreach +earring +earringed +earscrew +earshot +earsore +earsplitting +eartab +earth +earthboard +earthborn +earthbred +earthdrake +earthed +earthen +earthenhearted +earthenware +earthfall +earthfast +earthgall +earthgrubber +earthian +earthiness +earthkin +earthless +earthlight +earthlike +earthliness +earthling +earthly +earthmaker +earthmaking +earthnut +earthpea +earthquake +earthquaked +earthquaken +earthquaking +Earthshaker +earthshine +earthshock +earthslide +earthsmoke +earthstar +earthtongue +earthwall +earthward +earthwards +earthwork +earthworm +earthy +earwax +earwig +earwigginess +earwiggy +earwitness +earworm +earwort +ease +easeful +easefully +easefulness +easel +easeless +easement +easer +easier +easiest +easily +easiness +easing +east +eastabout +eastbound +Easter +easter +easterling +easterly +Eastern +eastern +easterner +Easternism +Easternly +easternmost +Eastertide +easting +Eastlake +eastland +eastmost +Eastre +eastward +eastwardly +easy +easygoing +easygoingness +eat +eatability +eatable +eatableness +eatage +Eatanswill +eatberry +eaten +eater +eatery +eating +eats +eave +eaved +eavedrop +eaver +eaves +eavesdrop +eavesdropper +eavesdropping +ebb +ebbman +Eben +Ebenaceae +ebenaceous +Ebenales +ebeneous +Ebenezer +Eberthella +Ebionism +Ebionite +Ebionitic +Ebionitism +Ebionize +Eboe +eboe +ebon +ebonist +ebonite +ebonize +ebony +ebracteate +ebracteolate +ebriate +ebriety +ebriosity +ebrious +ebriously +ebullate +ebullience +ebulliency +ebullient +ebulliently +ebulliometer +ebullioscope +ebullioscopic +ebullioscopy +ebullition +ebullitive +ebulus +eburated +eburine +Eburna +eburnated +eburnation +eburnean +eburneoid +eburneous +eburnian +eburnification +ecad +ecalcarate +ecanda +ecardinal +Ecardines +ecarinate +ecarte +Ecaudata +ecaudate +Ecballium +ecbatic +ecblastesis +ecbole +ecbolic +Ecca +eccaleobion +eccentrate +eccentric +eccentrical +eccentrically +eccentricity +eccentring +eccentrometer +ecchondroma +ecchondrosis +ecchondrotome +ecchymoma +ecchymose +ecchymosis +ecclesia +ecclesial +ecclesiarch +ecclesiarchy +ecclesiast +Ecclesiastes +ecclesiastic +ecclesiastical +ecclesiastically +ecclesiasticism +ecclesiasticize +ecclesiastics +Ecclesiasticus +ecclesiastry +ecclesioclastic +ecclesiography +ecclesiolater +ecclesiolatry +ecclesiologic +ecclesiological +ecclesiologically +ecclesiologist +ecclesiology +ecclesiophobia +eccoprotic +eccoproticophoric +eccrinology +eccrisis +eccritic +eccyclema +eccyesis +ecdemic +ecdemite +ecderon +ecderonic +ecdysiast +ecdysis +ecesic +ecesis +ecgonine +eche +echea +echelette +echelon +echelonment +Echeloot +Echeneidae +echeneidid +Echeneididae +echeneidoid +Echeneis +Echeveria +echidna +Echidnidae +Echimys +Echinacea +echinal +echinate +echinid +Echinidea +echinital +echinite +Echinocactus +Echinocaris +Echinocereus +Echinochloa +echinochrome +echinococcus +Echinoderes +Echinoderidae +echinoderm +Echinoderma +echinodermal +Echinodermata +echinodermatous +echinodermic +Echinodorus +echinoid +Echinoidea +echinologist +echinology +Echinomys +Echinopanax +Echinops +echinopsine +Echinorhinidae +Echinorhinus +Echinorhynchus +Echinospermum +Echinosphaerites +Echinosphaeritidae +Echinostoma +Echinostomatidae +echinostome +echinostomiasis +Echinozoa +echinulate +echinulated +echinulation +echinuliform +echinus +Echis +echitamine +Echites +Echium +echiurid +Echiurida +echiuroid +Echiuroidea +Echiurus +echo +echoer +echoic +echoingly +echoism +echoist +echoize +echolalia +echolalic +echoless +echometer +echopractic +echopraxia +echowise +Echuca +eciliate +Eciton +ecize +Eckehart +ecklein +eclair +eclampsia +eclamptic +eclat +eclectic +eclectical +eclectically +eclecticism +eclecticize +Eclectics +eclectism +eclectist +eclegm +eclegma +eclipsable +eclipsareon +eclipsation +eclipse +eclipser +eclipsis +ecliptic +ecliptical +ecliptically +eclogite +eclogue +eclosion +ecmnesia +ecoid +ecole +ecologic +ecological +ecologically +ecologist +ecology +econometer +econometric +econometrician +econometrics +economic +economical +economically +economics +economism +economist +Economite +economization +economize +economizer +economy +ecophene +ecophobia +ecorticate +ecospecies +ecospecific +ecospecifically +ecostate +ecosystem +ecotonal +ecotone +ecotype +ecotypic +ecotypically +ecphonesis +ecphorable +ecphore +ecphoria +ecphorization +ecphorize +ecphrasis +ecrasite +ecru +ecrustaceous +ecstasis +ecstasize +ecstasy +ecstatic +ecstatica +ecstatical +ecstatically +ecstaticize +ecstrophy +ectad +ectadenia +ectal +ectally +ectasia +ectasis +ectatic +ectene +ectental +ectepicondylar +ectethmoid +ectethmoidal +Ecthesis +ecthetically +ecthlipsis +ecthyma +ectiris +ectobatic +ectoblast +ectoblastic +ectobronchium +ectocardia +Ectocarpaceae +ectocarpaceous +Ectocarpales +ectocarpic +ectocarpous +Ectocarpus +ectocinerea +ectocinereal +ectocoelic +ectocondylar +ectocondyle +ectocondyloid +ectocornea +ectocranial +ectocuneiform +ectocuniform +ectocyst +ectodactylism +ectoderm +ectodermal +ectodermic +ectodermoidal +ectodermosis +ectodynamomorphic +ectoentad +ectoenzyme +ectoethmoid +ectogenesis +ectogenic +ectogenous +ectoglia +Ectognatha +ectolecithal +ectoloph +ectomere +ectomeric +ectomesoblast +ectomorph +ectomorphic +ectomorphy +ectonephridium +ectoparasite +ectoparasitic +Ectoparasitica +ectopatagium +ectophloic +ectophyte +ectophytic +ectopia +ectopic +Ectopistes +ectoplacenta +ectoplasm +ectoplasmatic +ectoplasmic +ectoplastic +ectoplasy +Ectoprocta +ectoproctan +ectoproctous +ectopterygoid +ectopy +ectoretina +ectorganism +ectorhinal +ectosarc +ectosarcous +ectoskeleton +ectosomal +ectosome +ectosphenoid +ectosphenotic +ectosphere +ectosteal +ectosteally +ectostosis +ectotheca +ectotoxin +Ectotrophi +ectotrophic +ectozoa +ectozoan +ectozoic +ectozoon +ectrodactylia +ectrodactylism +ectrodactyly +ectrogenic +ectrogeny +ectromelia +ectromelian +ectromelic +ectromelus +ectropion +ectropium +ectropometer +ectrosyndactyly +ectypal +ectype +ectypography +Ecuadoran +Ecuadorian +ecuelling +ecumenic +ecumenical +ecumenicalism +ecumenicality +ecumenically +ecumenicity +ecyphellate +eczema +eczematization +eczematoid +eczematosis +eczematous +Ed +edacious +edaciously +edaciousness +edacity +Edana +edaphic +edaphology +edaphon +Edaphosauria +Edaphosaurus +Edda +Eddaic +edder +Eddic +Eddie +eddish +eddo +Eddy +eddy +eddyroot +edea +edeagra +edeitis +edelweiss +edema +edematous +edemic +Eden +Edenic +edenite +Edenization +Edenize +edental +edentalous +Edentata +edentate +edentulate +edentulous +edeodynia +edeology +edeomania +edeoscopy +edeotomy +Edessan +edestan +edestin +Edestosaurus +Edgar +edge +edgebone +edged +edgeless +edgemaker +edgemaking +edgeman +edger +edgerman +edgeshot +edgestone +edgeways +edgeweed +edgewise +edginess +edging +edgingly +edgrew +edgy +edh +edibility +edible +edibleness +edict +edictal +edictally +edicule +edificable +edification +edificator +edificatory +edifice +edificial +edifier +edify +edifying +edifyingly +edifyingness +edingtonite +edit +edital +Edith +edition +editor +editorial +editorialize +editorially +editorship +editress +Ediya +Edmond +Edmund +Edna +Edo +Edomite +Edomitish +Edoni +Edriasteroidea +Edrioasteroid +Edrioasteroidea +Edriophthalma +edriophthalmatous +edriophthalmian +edriophthalmic +edriophthalmous +Eduardo +Educabilia +educabilian +educability +educable +educand +educatable +educate +educated +educatee +education +educationable +educational +educationalism +educationalist +educationally +educationary +educationist +educative +educator +educatory +educatress +educe +educement +educible +educive +educt +eduction +eductive +eductor +edulcorate +edulcoration +edulcorative +edulcorator +Eduskunta +Edward +Edwardean +Edwardeanism +Edwardian +Edwardine +Edwardsia +Edwardsiidae +Edwin +Edwina +eegrass +eel +eelboat +eelbob +eelbobber +eelcake +eelcatcher +eeler +eelery +eelfare +eelfish +eelgrass +eellike +eelpot +eelpout +eelshop +eelskin +eelspear +eelware +eelworm +eely +eer +eerie +eerily +eeriness +eerisome +effable +efface +effaceable +effacement +effacer +effect +effecter +effectful +effectible +effective +effectively +effectiveness +effectivity +effectless +effector +effects +effectual +effectuality +effectualize +effectually +effectualness +effectuate +effectuation +effeminacy +effeminate +effeminately +effeminateness +effemination +effeminatize +effeminization +effeminize +effendi +efferent +effervesce +effervescence +effervescency +effervescent +effervescible +effervescingly +effervescive +effete +effeteness +effetman +efficacious +efficaciously +efficaciousness +efficacity +efficacy +efficience +efficiency +efficient +efficiently +Effie +effigial +effigiate +effigiation +effigurate +effiguration +effigy +efflate +efflation +effloresce +efflorescence +efflorescency +efflorescent +efflower +effluence +effluency +effluent +effluvia +effluvial +effluviate +effluviography +effluvious +effluvium +efflux +effluxion +effodient +Effodientia +efform +efformation +efformative +effort +effortful +effortless +effortlessly +effossion +effraction +effranchise +effranchisement +effrontery +effulge +effulgence +effulgent +effulgently +effund +effuse +effusiometer +effusion +effusive +effusively +effusiveness +Efik +eflagelliferous +efoliolate +efoliose +efoveolate +eft +eftest +eftsoons +egad +egalitarian +egalitarianism +egality +Egba +Egbert +Egbo +egence +egeran +Egeria +egest +egesta +egestion +egestive +egg +eggberry +eggcup +eggcupful +eggeater +egger +eggfish +eggfruit +egghead +egghot +egging +eggler +eggless +egglike +eggnog +eggplant +eggshell +eggy +egilops +egipto +Eglamore +eglandular +eglandulose +eglantine +eglatere +eglestonite +egma +ego +egocentric +egocentricity +egocentrism +Egocerus +egohood +egoism +egoist +egoistic +egoistical +egoistically +egoity +egoize +egoizer +egol +egolatrous +egomania +egomaniac +egomaniacal +egomism +egophonic +egophony +egosyntonic +egotheism +egotism +egotist +egotistic +egotistical +egotistically +egotize +egregious +egregiously +egregiousness +egress +egression +egressive +egressor +egret +Egretta +egrimony +egueiite +egurgitate +eguttulate +Egypt +Egyptian +Egyptianism +Egyptianization +Egyptianize +Egyptize +Egyptologer +Egyptologic +Egyptological +Egyptologist +Egyptology +eh +Ehatisaht +eheu +ehlite +Ehretia +Ehretiaceae +ehrwaldite +ehuawa +eichbergite +Eichhornia +eichwaldite +eicosane +eident +eidently +eider +eidetic +eidograph +eidolic +eidolism +eidology +eidolology +eidolon +eidoptometry +eidouranion +eigenfunction +eigenvalue +eight +eighteen +eighteenfold +eighteenmo +eighteenth +eighteenthly +eightfoil +eightfold +eighth +eighthly +eightieth +eightling +eightpenny +eightscore +eightsman +eightsome +eighty +eightyfold +eigne +Eikonogen +eikonology +Eileen +Eimak +eimer +Eimeria +einkorn +Einsteinian +Eireannach +Eirene +eiresione +eisegesis +eisegetical +eisodic +eisteddfod +eisteddfodic +eisteddfodism +either +ejaculate +ejaculation +ejaculative +ejaculator +ejaculatory +Ejam +eject +ejecta +ejectable +ejection +ejective +ejectively +ejectivity +ejectment +ejector +ejicient +ejoo +ekaboron +ekacaesium +ekaha +ekamanganese +ekasilicon +ekatantalum +eke +ekebergite +eker +ekerite +eking +ekka +Ekoi +ekphore +Ekron +Ekronite +ektene +ektenes +ektodynamorphic +el +elaborate +elaborately +elaborateness +elaboration +elaborative +elaborator +elaboratory +elabrate +Elachista +Elachistaceae +elachistaceous +Elaeagnaceae +elaeagnaceous +Elaeagnus +Elaeis +elaeoblast +elaeoblastic +Elaeocarpaceae +elaeocarpaceous +Elaeocarpus +Elaeococca +Elaeodendron +elaeodochon +elaeomargaric +elaeometer +elaeoptene +elaeosaccharum +elaeothesium +elaidate +elaidic +elaidin +elaidinic +elain +Elaine +elaine +elaioleucite +elaioplast +elaiosome +Elamite +Elamitic +Elamitish +elance +eland +elanet +Elanus +Elaphe +Elaphebolion +elaphine +Elaphodus +Elaphoglossum +Elaphomyces +Elaphomycetaceae +Elaphrium +elaphure +elaphurine +Elaphurus +elapid +Elapidae +Elapinae +elapine +elapoid +Elaps +elapse +Elapsoidea +elasmobranch +elasmobranchian +elasmobranchiate +Elasmobranchii +elasmosaur +Elasmosaurus +elasmothere +Elasmotherium +elastance +elastic +elastica +elastically +elastician +elasticin +elasticity +elasticize +elasticizer +elasticness +elastin +elastivity +elastomer +elastomeric +elastometer +elastometry +elastose +elatcha +elate +elated +elatedly +elatedness +elater +elaterid +Elateridae +elaterin +elaterite +elaterium +elateroid +Elatha +Elatinaceae +elatinaceous +Elatine +elation +elative +elator +elatrometer +elb +Elbert +Elberta +elbow +elbowboard +elbowbush +elbowchair +elbowed +elbower +elbowpiece +elbowroom +elbowy +elcaja +elchee +eld +elder +elderberry +elderbrotherhood +elderbrotherish +elderbrotherly +elderbush +elderhood +elderliness +elderly +elderman +eldership +eldersisterly +elderwoman +elderwood +elderwort +eldest +eldin +elding +Eldred +eldress +eldritch +Elean +Eleanor +Eleatic +Eleaticism +Eleazar +elecampane +elect +electable +electee +electicism +election +electionary +electioneer +electioneerer +elective +electively +electiveness +electivism +electivity +electly +elector +electoral +electorally +electorate +electorial +electorship +Electra +electragist +electragy +electralize +electrepeter +electress +electret +electric +electrical +electricalize +electrically +electricalness +electrician +electricity +electricize +electrics +electriferous +electrifiable +electrification +electrifier +electrify +electrion +electrionic +electrizable +electrization +electrize +electrizer +electro +electroacoustic +electroaffinity +electroamalgamation +electroanalysis +electroanalytic +electroanalytical +electroanesthesia +electroballistic +electroballistics +electrobath +electrobiological +electrobiologist +electrobiology +electrobioscopy +electroblasting +electrobrasser +electrobus +electrocapillarity +electrocapillary +electrocardiogram +electrocardiograph +electrocardiographic +electrocardiography +electrocatalysis +electrocatalytic +electrocataphoresis +electrocataphoretic +electrocauterization +electrocautery +electroceramic +electrochemical +electrochemically +electrochemist +electrochemistry +electrochronograph +electrochronographic +electrochronometer +electrochronometric +electrocoagulation +electrocoating +electrocolloidal +electrocontractility +electrocorticogram +electroculture +electrocute +electrocution +electrocutional +electrocutioner +electrocystoscope +electrode +electrodeless +electrodentistry +electrodeposit +electrodepositable +electrodeposition +electrodepositor +electrodesiccate +electrodesiccation +electrodiagnosis +electrodialysis +electrodialyze +electrodialyzer +electrodiplomatic +electrodispersive +electrodissolution +electrodynamic +electrodynamical +electrodynamics +electrodynamism +electrodynamometer +electroencephalogram +electroencephalograph +electroencephalography +electroendosmose +electroendosmosis +electroendosmotic +electroengrave +electroengraving +electroergometer +electroetching +electroethereal +electroextraction +electroform +electroforming +electrofuse +electrofused +electrofusion +electrogalvanic +electrogalvanize +electrogenesis +electrogenetic +electrogild +electrogilding +electrogilt +electrograph +electrographic +electrographite +electrography +electroharmonic +electrohemostasis +electrohomeopathy +electrohorticulture +electrohydraulic +electroimpulse +electroindustrial +electroionic +electroirrigation +electrokinematics +electrokinetic +electrokinetics +electrolier +electrolithotrity +electrologic +electrological +electrologist +electrology +electroluminescence +electroluminescent +electrolysis +electrolyte +electrolytic +electrolytical +electrolytically +electrolyzability +electrolyzable +electrolyzation +electrolyze +electrolyzer +electromagnet +electromagnetic +electromagnetical +electromagnetically +electromagnetics +electromagnetism +electromagnetist +electromassage +electromechanical +electromechanics +electromedical +electromer +electromeric +electromerism +electrometallurgical +electrometallurgist +electrometallurgy +electrometer +electrometric +electrometrical +electrometrically +electrometry +electromobile +electromobilism +electromotion +electromotive +electromotivity +electromotograph +electromotor +electromuscular +electromyographic +electron +electronarcosis +electronegative +electronervous +electronic +electronics +electronographic +electrooptic +electrooptical +electrooptically +electrooptics +electroosmosis +electroosmotic +electroosmotically +electrootiatrics +electropathic +electropathology +electropathy +electropercussive +electrophobia +electrophone +electrophore +electrophoresis +electrophoretic +electrophoric +Electrophoridae +electrophorus +electrophotometer +electrophotometry +electrophototherapy +electrophrenic +electrophysics +electrophysiological +electrophysiologist +electrophysiology +electropism +electroplate +electroplater +electroplating +electroplax +electropneumatic +electropneumatically +electropoion +electropolar +electropositive +electropotential +electropower +electropsychrometer +electropult +electropuncturation +electropuncture +electropuncturing +electropyrometer +electroreceptive +electroreduction +electrorefine +electroscission +electroscope +electroscopic +electrosherardizing +electroshock +electrosmosis +electrostatic +electrostatical +electrostatically +electrostatics +electrosteel +electrostenolysis +electrostenolytic +electrostereotype +electrostriction +electrosurgery +electrosurgical +electrosynthesis +electrosynthetic +electrosynthetically +electrotactic +electrotautomerism +electrotaxis +electrotechnic +electrotechnical +electrotechnician +electrotechnics +electrotechnology +electrotelegraphic +electrotelegraphy +electrotelethermometer +electrotellurograph +electrotest +electrothanasia +electrothanatosis +electrotherapeutic +electrotherapeutical +electrotherapeutics +electrotherapeutist +electrotherapist +electrotherapy +electrothermal +electrothermancy +electrothermic +electrothermics +electrothermometer +electrothermostat +electrothermostatic +electrothermotic +electrotitration +electrotonic +electrotonicity +electrotonize +electrotonus +electrotrephine +electrotropic +electrotropism +electrotype +electrotyper +electrotypic +electrotyping +electrotypist +electrotypy +electrovalence +electrovalency +electrovection +electroviscous +electrovital +electrowin +electrum +electuary +eleemosynarily +eleemosynariness +eleemosynary +elegance +elegancy +elegant +elegantly +elegiac +elegiacal +elegiambic +elegiambus +elegiast +elegist +elegit +elegize +elegy +eleidin +element +elemental +elementalism +elementalist +elementalistic +elementalistically +elementality +elementalize +elementally +elementarily +elementariness +elementary +elementoid +elemi +elemicin +elemin +elench +elenchi +elenchic +elenchical +elenchically +elenchize +elenchtic +elenchtical +elenctic +elenge +eleoblast +Eleocharis +eleolite +eleomargaric +eleometer +eleonorite +eleoptene +eleostearate +eleostearic +elephant +elephanta +elephantiac +elephantiasic +elephantiasis +elephantic +elephanticide +Elephantidae +elephantine +elephantlike +elephantoid +elephantoidal +Elephantopus +elephantous +elephantry +Elephas +Elettaria +Eleusine +Eleusinia +Eleusinian +Eleusinion +Eleut +eleutherarch +Eleutheri +Eleutheria +Eleutherian +Eleutherios +eleutherism +eleutherodactyl +Eleutherodactyli +Eleutherodactylus +eleutheromania +eleutheromaniac +eleutheromorph +eleutheropetalous +eleutherophyllous +eleutherosepalous +Eleutherozoa +eleutherozoan +elevate +elevated +elevatedly +elevatedness +elevating +elevatingly +elevation +elevational +elevator +elevatory +eleven +elevener +elevenfold +eleventh +eleventhly +elevon +elf +elfenfolk +elfhood +elfic +elfin +elfinwood +elfish +elfishly +elfishness +elfkin +elfland +elflike +elflock +elfship +elfwife +elfwort +Eli +Elia +Elian +Elianic +Elias +eliasite +elicit +elicitable +elicitate +elicitation +elicitor +elicitory +elide +elidible +eligibility +eligible +eligibleness +eligibly +Elihu +Elijah +eliminable +eliminand +eliminant +eliminate +elimination +eliminative +eliminator +eliminatory +Elinor +Elinvar +Eliot +Eliphalet +eliquate +eliquation +Elisabeth +Elisha +Elishah +elision +elisor +Elissa +elite +elixir +Eliza +Elizabeth +Elizabethan +Elizabethanism +Elizabethanize +elk +Elkanah +Elkdom +Elkesaite +elkhorn +elkhound +Elkoshite +elkslip +Elkuma +elkwood +ell +Ella +ellachick +ellagate +ellagic +ellagitannin +Ellasar +elle +elleck +Ellen +ellenyard +Ellerian +ellfish +Ellice +Ellick +Elliot +Elliott +ellipse +ellipses +ellipsis +ellipsograph +ellipsoid +ellipsoidal +ellipsone +ellipsonic +elliptic +elliptical +elliptically +ellipticalness +ellipticity +elliptograph +elliptoid +ellops +ellwand +elm +Elmer +elmy +Eloah +elocular +elocute +elocution +elocutionary +elocutioner +elocutionist +elocutionize +elod +Elodea +Elodeaceae +Elodes +eloge +elogium +Elohim +Elohimic +Elohism +Elohist +Elohistic +eloign +eloigner +eloignment +Eloise +Elon +elongate +elongated +elongation +elongative +Elonite +elope +elopement +eloper +Elopidae +elops +eloquence +eloquent +eloquential +eloquently +eloquentness +Elotherium +elotillo +elpasolite +elpidite +Elric +els +Elsa +else +elsehow +elsewards +elseways +elsewhen +elsewhere +elsewheres +elsewhither +elsewise +Elsholtzia +elsin +elt +eluate +elucidate +elucidation +elucidative +elucidator +elucidatory +elucubrate +elucubration +elude +eluder +elusion +elusive +elusively +elusiveness +elusoriness +elusory +elute +elution +elutor +elutriate +elutriation +elutriator +eluvial +eluviate +eluviation +eluvium +elvan +elvanite +elvanitic +elver +elves +elvet +Elvira +Elvis +elvish +elvishly +Elwood +elydoric +Elymi +Elymus +Elysee +Elysia +elysia +Elysian +Elysiidae +Elysium +elytral +elytriferous +elytriform +elytrigerous +elytrin +elytrocele +elytroclasia +elytroid +elytron +elytroplastic +elytropolypus +elytroposis +elytrorhagia +elytrorrhagia +elytrorrhaphy +elytrostenosis +elytrotomy +elytrous +elytrum +Elzevir +Elzevirian +Em +em +emaciate +emaciation +emajagua +emanant +emanate +emanation +emanational +emanationism +emanationist +emanatism +emanatist +emanatistic +emanativ +emanative +emanatively +emanator +emanatory +emancipate +emancipation +emancipationist +emancipatist +emancipative +emancipator +emancipatory +emancipatress +emancipist +emandibulate +emanium +emarcid +emarginate +emarginately +emargination +Emarginula +emasculate +emasculation +emasculative +emasculator +emasculatory +Embadomonas +emball +emballonurid +Emballonuridae +emballonurine +embalm +embalmer +embalmment +embank +embankment +embannered +embar +embargo +embargoist +embark +embarkation +embarkment +embarras +embarrass +embarrassed +embarrassedly +embarrassing +embarrassingly +embarrassment +embarrel +embassage +embassy +embastioned +embathe +embatholithic +embattle +embattled +embattlement +embay +embayment +Embden +embed +embedment +embeggar +Embelia +embelic +embellish +embellisher +embellishment +ember +embergoose +Emberiza +emberizidae +Emberizinae +emberizine +embezzle +embezzlement +embezzler +Embiidae +Embiidina +embind +Embiodea +Embioptera +embiotocid +Embiotocidae +embiotocoid +embira +embitter +embitterer +embitterment +emblaze +emblazer +emblazon +emblazoner +emblazonment +emblazonry +emblem +emblema +emblematic +emblematical +emblematically +emblematicalness +emblematicize +emblematist +emblematize +emblematology +emblement +emblemist +emblemize +emblemology +emblic +emblossom +embodier +embodiment +embody +embog +emboitement +embolden +emboldener +embole +embolectomy +embolemia +embolic +emboliform +embolism +embolismic +embolismus +embolite +embolium +embolize +embolo +embololalia +Embolomeri +embolomerism +embolomerous +embolomycotic +embolum +embolus +emboly +emborder +emboscata +embosom +emboss +embossage +embosser +embossing +embossman +embossment +embosture +embottle +embouchure +embound +embow +embowed +embowel +emboweler +embowelment +embower +embowerment +embowment +embox +embrace +embraceable +embraceably +embracement +embraceor +embracer +embracery +embracing +embracingly +embracingness +embracive +embrail +embranchment +embrangle +embranglement +embrasure +embreathe +embreathement +Embrica +embright +embrittle +embrittlement +embroaden +embrocate +embrocation +embroider +embroiderer +embroideress +embroidery +embroil +embroiler +embroilment +embronze +embrown +embryectomy +embryo +embryocardia +embryoctonic +embryoctony +embryoferous +embryogenesis +embryogenetic +embryogenic +embryogeny +embryogony +embryographer +embryographic +embryography +embryoid +embryoism +embryologic +embryological +embryologically +embryologist +embryology +embryoma +embryon +embryonal +embryonary +embryonate +embryonated +embryonic +embryonically +embryoniferous +embryoniform +embryony +embryopathology +embryophagous +embryophore +Embryophyta +embryophyte +embryoplastic +embryoscope +embryoscopic +embryotega +embryotic +embryotome +embryotomy +embryotrophic +embryotrophy +embryous +embryulcia +embryulcus +embubble +embuia +embus +embusk +embuskin +emcee +eme +emeer +emeership +Emeline +emend +emendable +emendandum +emendate +emendation +emendator +emendatory +emender +emerald +emeraldine +emeraude +emerge +emergence +emergency +emergent +emergently +emergentness +Emerita +emerited +emeritus +emerize +emerse +emersed +emersion +Emersonian +Emersonianism +Emery +emery +Emesa +Emesidae +emesis +emetatrophia +emetic +emetically +emetine +emetocathartic +emetology +emetomorphine +emgalla +emication +emiction +emictory +emigrant +emigrate +emigration +emigrational +emigrationist +emigrative +emigrator +emigratory +emigree +Emil +Emilia +Emily +Emim +eminence +eminency +eminent +eminently +emir +emirate +emirship +emissarium +emissary +emissaryship +emissile +emission +emissive +emissivity +emit +emittent +emitter +Emm +Emma +emma +Emmanuel +emmarble +emmarvel +emmenagogic +emmenagogue +emmenic +emmeniopathy +emmenology +emmensite +Emmental +emmer +emmergoose +emmet +emmetrope +emmetropia +emmetropic +emmetropism +emmetropy +Emmett +emodin +emollescence +emolliate +emollient +emoloa +emolument +emolumental +emolumentary +emote +emotion +emotionable +emotional +emotionalism +emotionalist +emotionality +emotionalization +emotionalize +emotionally +emotioned +emotionist +emotionize +emotionless +emotionlessness +emotive +emotively +emotiveness +emotivity +empacket +empaistic +empall +empanel +empanelment +empanoply +empaper +emparadise +emparchment +empark +empasm +empathic +empathically +empathize +empathy +Empedoclean +empeirema +Empeo +emperor +emperorship +empery +Empetraceae +empetraceous +Empetrum +emphases +emphasis +emphasize +emphatic +emphatical +emphatically +emphaticalness +emphlysis +emphractic +emphraxis +emphysema +emphysematous +emphyteusis +emphyteuta +emphyteutic +empicture +Empididae +Empidonax +empiecement +Empire +empire +empirema +empiric +empirical +empiricalness +empiricism +empiricist +empirics +empiriocritcism +empiriocritical +empiriological +empirism +empiristic +emplace +emplacement +emplane +emplastic +emplastration +emplastrum +emplectite +empleomania +employ +employability +employable +employed +employee +employer +employless +employment +emplume +empocket +empodium +empoison +empoisonment +emporetic +emporeutic +emporia +emporial +emporium +empower +empowerment +empress +emprise +emprosthotonic +emprosthotonos +emprosthotonus +empt +emptier +emptily +emptiness +emptings +emptins +emption +emptional +emptor +empty +emptyhearted +emptysis +empurple +Empusa +empyema +empyemic +empyesis +empyocele +empyreal +empyrean +empyreuma +empyreumatic +empyreumatical +empyreumatize +empyromancy +emu +emulable +emulant +emulate +emulation +emulative +emulatively +emulator +emulatory +emulatress +emulgence +emulgent +emulous +emulously +emulousness +emulsibility +emulsible +emulsifiability +emulsifiable +emulsification +emulsifier +emulsify +emulsin +emulsion +emulsionize +emulsive +emulsoid +emulsor +emunctory +emundation +emyd +Emydea +emydian +Emydidae +Emydinae +Emydosauria +emydosaurian +Emys +en +enable +enablement +enabler +enact +enactable +enaction +enactive +enactment +enactor +enactory +enaena +enage +Enajim +enalid +Enaliornis +enaliosaur +Enaliosauria +enaliosaurian +enallachrome +enallage +enaluron +enam +enamber +enambush +enamdar +enamel +enameler +enameling +enamelist +enamelless +enamellist +enameloma +enamelware +enamor +enamorato +enamored +enamoredness +enamorment +enamourment +enanguish +enanthem +enanthema +enanthematous +enanthesis +enantiobiosis +enantioblastic +enantioblastous +enantiomer +enantiomeride +enantiomorph +enantiomorphic +enantiomorphism +enantiomorphous +enantiomorphously +enantiomorphy +enantiopathia +enantiopathic +enantiopathy +enantiosis +enantiotropic +enantiotropy +enantobiosis +enapt +enarbor +enarbour +enarch +enarched +enargite +enarm +enarme +enarthrodia +enarthrodial +enarthrosis +enate +enatic +enation +enbrave +encaenia +encage +encake +encalendar +encallow +encamp +encampment +encanker +encanthis +encapsulate +encapsulation +encapsule +encarditis +encarnadine +encarnalize +encarpium +encarpus +encase +encasement +encash +encashable +encashment +encasserole +encastage +encatarrhaphy +encauma +encaustes +encaustic +encaustically +encave +encefalon +Encelia +encell +encenter +encephala +encephalalgia +Encephalartos +encephalasthenia +encephalic +encephalin +encephalitic +encephalitis +encephalocele +encephalocoele +encephalodialysis +encephalogram +encephalograph +encephalography +encephaloid +encephalolith +encephalology +encephaloma +encephalomalacia +encephalomalacosis +encephalomalaxis +encephalomeningitis +encephalomeningocele +encephalomere +encephalomeric +encephalometer +encephalometric +encephalomyelitis +encephalomyelopathy +encephalon +encephalonarcosis +encephalopathia +encephalopathic +encephalopathy +encephalophyma +encephalopsychesis +encephalopyosis +encephalorrhagia +encephalosclerosis +encephaloscope +encephaloscopy +encephalosepsis +encephalospinal +encephalothlipsis +encephalotome +encephalotomy +encephalous +enchain +enchainment +enchair +enchalice +enchannel +enchant +enchanter +enchanting +enchantingly +enchantingness +enchantment +enchantress +encharge +encharnel +enchase +enchaser +enchasten +Enchelycephali +enchequer +enchest +enchilada +enchiridion +Enchodontid +Enchodontidae +Enchodontoid +Enchodus +enchondroma +enchondromatous +enchondrosis +enchorial +enchurch +enchylema +enchylematous +enchymatous +enchytrae +enchytraeid +Enchytraeidae +Enchytraeus +encina +encinal +encincture +encinder +encinillo +encipher +encircle +encirclement +encircler +encist +encitadel +enclaret +enclasp +enclave +enclavement +enclisis +enclitic +enclitical +enclitically +encloak +encloister +enclose +encloser +enclosure +enclothe +encloud +encoach +encode +encoffin +encoignure +encoil +encolden +encollar +encolor +encolpion +encolumn +encomendero +encomia +encomiast +encomiastic +encomiastical +encomiastically +encomic +encomienda +encomiologic +encomium +encommon +encompass +encompasser +encompassment +encoop +encorbelment +encore +encoronal +encoronate +encoronet +encounter +encounterable +encounterer +encourage +encouragement +encourager +encouraging +encouragingly +encowl +encraal +encradle +encranial +encratic +Encratism +Encratite +encraty +encreel +encrimson +encrinal +encrinic +Encrinidae +encrinidae +encrinital +encrinite +encrinitic +encrinitical +encrinoid +Encrinoidea +Encrinus +encrisp +encroach +encroacher +encroachingly +encroachment +encrotchet +encrown +encrownment +encrust +encrustment +encrypt +encryption +encuirassed +encumber +encumberer +encumberingly +encumberment +encumbrance +encumbrancer +encup +encurl +encurtain +encushion +encyclic +encyclical +encyclopedia +encyclopediac +encyclopediacal +encyclopedial +encyclopedian +encyclopediast +encyclopedic +encyclopedically +encyclopedism +encyclopedist +encyclopedize +encyrtid +Encyrtidae +encyst +encystation +encystment +end +endable +endamage +endamageable +endamagement +endamask +endameba +endamebic +Endamoeba +endamoebiasis +endamoebic +Endamoebidae +endanger +endangerer +endangerment +endangium +endaortic +endaortitis +endarch +endarchy +endarterial +endarteritis +endarterium +endaspidean +endaze +endboard +endbrain +endear +endearance +endeared +endearedly +endearedness +endearing +endearingly +endearingness +endearment +endeavor +endeavorer +ended +endeictic +endellionite +endemial +endemic +endemically +endemicity +endemiological +endemiology +endemism +endenizen +ender +endere +endermatic +endermic +endermically +enderon +enderonic +endevil +endew +endgate +endiadem +endiaper +ending +endite +endive +endless +endlessly +endlessness +endlichite +endlong +endmatcher +endmost +endoabdominal +endoangiitis +endoaortitis +endoappendicitis +endoarteritis +endoauscultation +endobatholithic +endobiotic +endoblast +endoblastic +endobronchial +endobronchially +endobronchitis +endocannibalism +endocardiac +endocardial +endocarditic +endocarditis +endocardium +endocarp +endocarpal +endocarpic +endocarpoid +endocellular +endocentric +Endoceras +Endoceratidae +endoceratite +endoceratitic +endocervical +endocervicitis +endochondral +endochorion +endochorionic +endochrome +endochylous +endoclinal +endocline +endocoelar +endocoele +endocoeliac +endocolitis +endocolpitis +endocondensation +endocone +endoconidium +endocorpuscular +endocortex +endocranial +endocranium +endocrinal +endocrine +endocrinic +endocrinism +endocrinological +endocrinologist +endocrinology +endocrinopathic +endocrinopathy +endocrinotherapy +endocrinous +endocritic +endocycle +endocyclic +endocyemate +endocyst +endocystitis +endoderm +endodermal +endodermic +endodermis +endodontia +endodontic +endodontist +endodynamomorphic +endoenteritis +endoenzyme +endoesophagitis +endofaradism +endogalvanism +endogamic +endogamous +endogamy +endogastric +endogastrically +endogastritis +endogen +Endogenae +endogenesis +endogenetic +endogenic +endogenous +endogenously +endogeny +endoglobular +endognath +endognathal +endognathion +endogonidium +endointoxication +endokaryogamy +endolabyrinthitis +endolaryngeal +endolemma +endolumbar +endolymph +endolymphangial +endolymphatic +endolymphic +endolysin +endomastoiditis +endome +endomesoderm +endometrial +endometritis +endometrium +endometry +endomitosis +endomitotic +endomixis +endomorph +endomorphic +endomorphism +endomorphy +Endomyces +Endomycetaceae +endomysial +endomysium +endoneurial +endoneurium +endonuclear +endonucleolus +endoparasite +endoparasitic +Endoparasitica +endopathic +endopelvic +endopericarditis +endoperidial +endoperidium +endoperitonitis +endophagous +endophagy +endophasia +endophasic +endophlebitis +endophragm +endophragmal +Endophyllaceae +endophyllous +Endophyllum +endophytal +endophyte +endophytic +endophytically +endophytous +endoplasm +endoplasma +endoplasmic +endoplast +endoplastron +endoplastular +endoplastule +endopleura +endopleural +endopleurite +endopleuritic +endopod +endopodite +endopoditic +endoproct +Endoprocta +endoproctous +endopsychic +Endopterygota +endopterygote +endopterygotic +endopterygotism +endopterygotous +endorachis +endoral +endore +endorhinitis +endorsable +endorsation +endorse +endorsed +endorsee +endorsement +endorser +endorsingly +endosalpingitis +endosarc +endosarcode +endosarcous +endosclerite +endoscope +endoscopic +endoscopy +endosecretory +endosepsis +endosiphon +endosiphonal +endosiphonate +endosiphuncle +endoskeletal +endoskeleton +endosmometer +endosmometric +endosmosic +endosmosis +endosmotic +endosmotically +endosome +endosperm +endospermic +endospore +endosporium +endosporous +endoss +endosteal +endosteally +endosteitis +endosteoma +endosternite +endosternum +endosteum +endostitis +endostoma +endostome +endostosis +endostracal +endostracum +endostylar +endostyle +endostylic +endotheca +endothecal +endothecate +endothecial +endothecium +endothelia +endothelial +endothelioblastoma +endotheliocyte +endothelioid +endotheliolysin +endotheliolytic +endothelioma +endotheliomyoma +endotheliomyxoma +endotheliotoxin +endothelium +endothermal +endothermic +endothermous +endothermy +Endothia +endothoracic +endothorax +Endothrix +endothys +endotoxic +endotoxin +endotoxoid +endotracheitis +endotrachelitis +Endotrophi +endotrophic +endotys +endovaccination +endovasculitis +endovenous +endow +endower +endowment +endozoa +endpiece +Endromididae +Endromis +endue +enduement +endungeon +endura +endurability +endurable +endurableness +endurably +endurance +endurant +endure +endurer +enduring +enduringly +enduringness +endways +endwise +endyma +endymal +Endymion +endysis +Eneas +eneclann +enema +enemy +enemylike +enemyship +enepidermic +energeia +energesis +energetic +energetical +energetically +energeticalness +energeticist +energetics +energetistic +energic +energical +energid +energism +energist +energize +energizer +energumen +energumenon +energy +enervate +enervation +enervative +enervator +eneuch +eneugh +enface +enfacement +enfamous +enfasten +enfatico +enfeature +enfeeble +enfeeblement +enfeebler +enfelon +enfeoff +enfeoffment +enfester +enfetter +enfever +enfigure +enfilade +enfilading +enfile +enfiled +enflagellate +enflagellation +enflesh +enfleurage +enflower +enfoil +enfold +enfolden +enfolder +enfoldment +enfonced +enforce +enforceability +enforceable +enforced +enforcedly +enforcement +enforcer +enforcibility +enforcible +enforcingly +enfork +enfoul +enframe +enframement +enfranchisable +enfranchise +enfranchisement +enfranchiser +enfree +enfrenzy +enfuddle +enfurrow +engage +engaged +engagedly +engagedness +engagement +engager +engaging +engagingly +engagingness +engaol +engarb +engarble +engarland +engarment +engarrison +engastrimyth +engastrimythic +engaud +engaze +Engelmannia +engem +engender +engenderer +engenderment +engerminate +enghosted +engild +engine +engineer +engineering +engineership +enginehouse +engineless +enginelike +engineman +enginery +enginous +engird +engirdle +engirt +engjateigur +englacial +englacially +englad +engladden +Englander +Engler +Englerophoenix +Englifier +Englify +English +Englishable +Englisher +Englishhood +Englishism +Englishize +Englishly +Englishman +Englishness +Englishry +Englishwoman +englobe +englobement +engloom +englory +englut +englyn +engnessang +engobe +engold +engolden +engore +engorge +engorgement +engouled +engrace +engraff +engraft +engraftation +engrafter +engraftment +engrail +engrailed +engrailment +engrain +engrained +engrainedly +engrainer +engram +engramma +engrammatic +engrammic +engrandize +engrandizement +engraphia +engraphic +engraphically +engraphy +engrapple +engrasp +Engraulidae +Engraulis +engrave +engraved +engravement +engraver +engraving +engreen +engrieve +engroove +engross +engrossed +engrossedly +engrosser +engrossing +engrossingly +engrossingness +engrossment +enguard +engulf +engulfment +engyscope +engysseismology +Engystomatidae +enhallow +enhalo +enhamper +enhance +enhanced +enhancement +enhancer +enhancive +enharmonic +enharmonical +enharmonically +enhat +enhaunt +enhearse +enheart +enhearten +enhedge +enhelm +enhemospore +enherit +enheritage +enheritance +enhorror +enhunger +enhusk +Enhydra +Enhydrinae +Enhydris +enhydrite +enhydritic +enhydros +enhydrous +enhypostasia +enhypostasis +enhypostatic +enhypostatize +eniac +Enicuridae +Enid +Enif +enigma +enigmatic +enigmatical +enigmatically +enigmaticalness +enigmatist +enigmatization +enigmatize +enigmatographer +enigmatography +enigmatology +enisle +enjail +enjamb +enjambed +enjambment +enjelly +enjeopard +enjeopardy +enjewel +enjoin +enjoinder +enjoiner +enjoinment +enjoy +enjoyable +enjoyableness +enjoyably +enjoyer +enjoying +enjoyingly +enjoyment +enkerchief +enkernel +Enki +Enkidu +enkindle +enkindler +enkraal +enlace +enlacement +enlard +enlarge +enlargeable +enlargeableness +enlarged +enlargedly +enlargedness +enlargement +enlarger +enlarging +enlargingly +enlaurel +enleaf +enleague +enlevement +enlief +enlife +enlight +enlighten +enlightened +enlightenedly +enlightenedness +enlightener +enlightening +enlighteningly +enlightenment +enlink +enlinkment +enlist +enlisted +enlister +enlistment +enliven +enlivener +enlivening +enliveningly +enlivenment +enlock +enlodge +enlodgement +enmarble +enmask +enmass +enmesh +enmeshment +enmist +enmity +enmoss +enmuffle +enneacontahedral +enneacontahedron +ennead +enneadianome +enneadic +enneagon +enneagynous +enneahedral +enneahedria +enneahedron +enneapetalous +enneaphyllous +enneasemic +enneasepalous +enneaspermous +enneastyle +enneastylos +enneasyllabic +enneateric +enneatic +enneatical +ennerve +enniche +ennoble +ennoblement +ennobler +ennobling +ennoblingly +ennoic +ennomic +ennui +Enoch +Enochic +enocyte +enodal +enodally +enoil +enol +enolate +enolic +enolizable +enolization +enolize +enomania +enomaniac +enomotarch +enomoty +enophthalmos +enophthalmus +Enopla +enoplan +enoptromancy +enorganic +enorm +enormity +enormous +enormously +enormousness +Enos +enostosis +enough +enounce +enouncement +enow +enphytotic +enplane +enquicken +enquire +enquirer +enquiry +enrace +enrage +enraged +enragedly +enragement +enrange +enrank +enrapt +enrapture +enrapturer +enravish +enravishingly +enravishment +enray +enregiment +enregister +enregistration +enregistry +enrib +enrich +enricher +enriching +enrichingly +enrichment +enring +enrive +enrobe +enrobement +enrober +enrockment +enrol +enroll +enrolled +enrollee +enroller +enrollment +enrolment +enroot +enrough +enruin +enrut +ens +ensaffron +ensaint +ensample +ensand +ensandal +ensanguine +ensate +enscene +ensconce +enscroll +ensculpture +ense +enseam +enseat +enseem +ensellure +ensemble +ensepulcher +ensepulchre +enseraph +enserf +ensete +enshade +enshadow +enshawl +ensheathe +enshell +enshelter +enshield +enshrine +enshrinement +enshroud +Ensiferi +ensiform +ensign +ensigncy +ensignhood +ensignment +ensignry +ensignship +ensilage +ensilate +ensilation +ensile +ensilist +ensilver +ensisternum +ensky +enslave +enslavedness +enslavement +enslaver +ensmall +ensnare +ensnarement +ensnarer +ensnaring +ensnaringly +ensnarl +ensnow +ensorcelize +ensorcell +ensoul +enspell +ensphere +enspirit +enstamp +enstar +enstate +enstatite +enstatitic +enstatolite +ensteel +enstool +enstore +enstrengthen +ensuable +ensuance +ensuant +ensue +ensuer +ensuingly +ensulphur +ensure +ensurer +enswathe +enswathement +ensweep +entablature +entablatured +entablement +entach +entad +Entada +entail +entailable +entailer +entailment +ental +entame +Entamoeba +entamoebiasis +entamoebic +entangle +entangled +entangledly +entangledness +entanglement +entangler +entangling +entanglingly +entapophysial +entapophysis +entarthrotic +entasia +entasis +entelam +entelechy +entellus +Entelodon +entelodont +entempest +entemple +entente +Ententophil +entepicondylar +enter +enterable +enteraden +enteradenographic +enteradenography +enteradenological +enteradenology +enteral +enteralgia +enterate +enterauxe +enterclose +enterectomy +enterer +entergogenic +enteria +enteric +entericoid +entering +enteritidis +enteritis +entermete +enteroanastomosis +enterobiliary +enterocele +enterocentesis +enterochirurgia +enterochlorophyll +enterocholecystostomy +enterocinesia +enterocinetic +enterocleisis +enteroclisis +enteroclysis +Enterocoela +enterocoele +enterocoelic +enterocoelous +enterocolitis +enterocolostomy +enterocrinin +enterocyst +enterocystoma +enterodynia +enteroepiplocele +enterogastritis +enterogastrone +enterogenous +enterogram +enterograph +enterography +enterohelcosis +enterohemorrhage +enterohepatitis +enterohydrocele +enteroid +enterointestinal +enteroischiocele +enterokinase +enterokinesia +enterokinetic +enterolith +enterolithiasis +Enterolobium +enterology +enteromegalia +enteromegaly +enteromere +enteromesenteric +Enteromorpha +enteromycosis +enteromyiasis +enteron +enteroneuritis +enteroparalysis +enteroparesis +enteropathy +enteropexia +enteropexy +enterophthisis +enteroplasty +enteroplegia +enteropneust +Enteropneusta +enteropneustan +enteroptosis +enteroptotic +enterorrhagia +enterorrhaphy +enterorrhea +enteroscope +enterosepsis +enterospasm +enterostasis +enterostenosis +enterostomy +enterosyphilis +enterotome +enterotomy +enterotoxemia +enterotoxication +enterozoa +enterozoan +enterozoic +enterprise +enterpriseless +enterpriser +enterprising +enterprisingly +enterritoriality +entertain +entertainable +entertainer +entertaining +entertainingly +entertainingness +entertainment +enthalpy +entheal +enthelmintha +enthelminthes +enthelminthic +enthetic +enthral +enthraldom +enthrall +enthralldom +enthraller +enthralling +enthrallingly +enthrallment +enthralment +enthrone +enthronement +enthronization +enthronize +enthuse +enthusiasm +enthusiast +enthusiastic +enthusiastical +enthusiastically +enthusiastly +enthymematic +enthymematical +enthymeme +entia +entice +enticeable +enticeful +enticement +enticer +enticing +enticingly +enticingness +entifical +entification +entify +entincture +entire +entirely +entireness +entirety +entiris +entitative +entitatively +entitle +entitlement +entity +entoblast +entoblastic +entobranchiate +entobronchium +entocalcaneal +entocarotid +entocele +entocnemial +entocoele +entocoelic +entocondylar +entocondyle +entocondyloid +entocone +entoconid +entocornea +entocranial +entocuneiform +entocuniform +entocyemate +entocyst +entoderm +entodermal +entodermic +entogastric +entogenous +entoglossal +entohyal +entoil +entoilment +Entoloma +entomb +entombment +entomere +entomeric +entomic +entomical +entomion +entomogenous +entomoid +entomologic +entomological +entomologically +entomologist +entomologize +entomology +Entomophaga +entomophagan +entomophagous +Entomophila +entomophilous +entomophily +Entomophthora +Entomophthoraceae +entomophthoraceous +Entomophthorales +entomophthorous +entomophytous +Entomosporium +Entomostraca +entomostracan +entomostracous +entomotaxy +entomotomist +entomotomy +entone +entonement +entoolitic +entoparasite +entoparasitic +entoperipheral +entophytal +entophyte +entophytic +entophytically +entophytous +entopic +entopical +entoplasm +entoplastic +entoplastral +entoplastron +entopopliteal +Entoprocta +entoproctous +entopterygoid +entoptic +entoptical +entoptically +entoptics +entoptoscope +entoptoscopic +entoptoscopy +entoretina +entorganism +entosarc +entosclerite +entosphenal +entosphenoid +entosphere +entosternal +entosternite +entosternum +entothorax +entotic +Entotrophi +entotympanic +entourage +entozoa +entozoal +entozoan +entozoarian +entozoic +entozoological +entozoologically +entozoologist +entozoology +entozoon +entracte +entrail +entrails +entrain +entrainer +entrainment +entrammel +entrance +entrancedly +entrancement +entranceway +entrancing +entrancingly +entrant +entrap +entrapment +entrapper +entrappingly +entreasure +entreat +entreating +entreatingly +entreatment +entreaty +entree +entremets +entrench +entrenchment +entrepas +entrepot +entrepreneur +entrepreneurial +entrepreneurship +entresol +entrochite +entrochus +entropion +entropionize +entropium +entropy +entrough +entrust +entrustment +entry +entryman +entryway +enturret +entwine +entwinement +entwist +Entyloma +enucleate +enucleation +enucleator +Enukki +enumerable +enumerate +enumeration +enumerative +enumerator +enunciability +enunciable +enunciate +enunciation +enunciative +enunciatively +enunciator +enunciatory +enure +enuresis +enuretic +enurny +envapor +envapour +envassal +envassalage +envault +enveil +envelop +envelope +enveloper +envelopment +envenom +envenomation +enverdure +envermeil +enviable +enviableness +enviably +envied +envier +envineyard +envious +enviously +enviousness +environ +environage +environal +environic +environment +environmental +environmentalism +environmentalist +environmentally +environs +envisage +envisagement +envision +envolume +envoy +envoyship +envy +envying +envyingly +enwallow +enwiden +enwind +enwisen +enwoman +enwomb +enwood +enworthed +enwound +enwrap +enwrapment +enwreathe +enwrite +enwrought +enzone +enzootic +enzooty +enzym +enzymatic +enzyme +enzymic +enzymically +enzymologist +enzymology +enzymolysis +enzymolytic +enzymosis +enzymotic +eoan +Eoanthropus +Eocarboniferous +Eocene +Eodevonian +Eogaea +Eogaean +Eoghanacht +Eohippus +eolation +eolith +eolithic +Eomecon +eon +eonism +Eopalaeozoic +Eopaleozoic +eophyte +eophytic +eophyton +eorhyolite +eosate +Eosaurus +eoside +eosin +eosinate +eosinic +eosinoblast +eosinophile +eosinophilia +eosinophilic +eosinophilous +eosphorite +Eozoic +eozoon +eozoonal +epacmaic +epacme +epacrid +Epacridaceae +epacridaceous +Epacris +epact +epactal +epagoge +epagogic +epagomenae +epagomenal +epagomenic +epagomenous +epaleaceous +epalpate +epanadiplosis +Epanagoge +epanalepsis +epanaleptic +epanaphora +epanaphoral +epanastrophe +epanisognathism +epanisognathous +epanodos +epanody +Epanorthidae +epanorthosis +epanorthotic +epanthous +epapillate +epappose +eparch +eparchate +Eparchean +eparchial +eparchy +eparcuale +eparterial +epaule +epaulement +epaulet +epauleted +epauletted +epauliere +epaxial +epaxially +epedaphic +epee +epeeist +Epeira +epeiric +epeirid +Epeiridae +epeirogenesis +epeirogenetic +epeirogenic +epeirogeny +epeisodion +epembryonic +epencephal +epencephalic +epencephalon +ependyma +ependymal +ependyme +ependymitis +ependymoma +ependytes +epenthesis +epenthesize +epenthetic +epephragmal +epepophysial +epepophysis +epergne +eperotesis +Eperua +epexegesis +epexegetic +epexegetical +epexegetically +epha +ephah +epharmonic +epharmony +ephebe +ephebeion +ephebeum +ephebic +ephebos +ephebus +ephectic +Ephedra +Ephedraceae +ephedrine +ephelcystic +ephelis +Ephemera +ephemera +ephemerae +ephemeral +ephemerality +ephemerally +ephemeralness +ephemeran +ephemerid +Ephemerida +Ephemeridae +ephemerides +ephemeris +ephemerist +ephemeromorph +ephemeromorphic +ephemeron +Ephemeroptera +ephemerous +Ephesian +Ephesine +ephetae +ephete +ephetic +ephialtes +ephidrosis +ephippial +ephippium +ephod +ephor +ephoral +ephoralty +ephorate +ephoric +ephorship +ephorus +ephphatha +Ephraim +Ephraimite +Ephraimitic +Ephraimitish +Ephraitic +Ephrathite +Ephthalite +Ephthianura +ephthianure +Ephydra +ephydriad +ephydrid +Ephydridae +ephymnium +ephyra +ephyrula +epibasal +Epibaterium +epibatholithic +epibenthic +epibenthos +epiblast +epiblastema +epiblastic +epiblema +epibole +epibolic +epibolism +epiboly +epiboulangerite +epibranchial +epic +epical +epically +epicalyx +epicanthic +epicanthus +epicardia +epicardiac +epicardial +epicardium +epicarid +epicaridan +Epicaridea +Epicarides +epicarp +Epicauta +epicede +epicedial +epicedian +epicedium +epicele +epicene +epicenism +epicenity +epicenter +epicentral +epicentrum +Epiceratodus +epicerebral +epicheirema +epichil +epichile +epichilium +epichindrotic +epichirema +epichondrosis +epichordal +epichorial +epichoric +epichorion +epichoristic +Epichristian +epicism +epicist +epiclastic +epicleidian +epicleidium +epiclesis +epiclidal +epiclinal +epicly +epicnemial +Epicoela +epicoelar +epicoele +epicoelia +epicoeliac +epicoelian +epicoeloma +epicoelous +epicolic +epicondylar +epicondyle +epicondylian +epicondylic +epicontinental +epicoracohumeral +epicoracoid +epicoracoidal +epicormic +epicorolline +epicortical +epicostal +epicotyl +epicotyleal +epicotyledonary +epicranial +epicranium +epicranius +Epicrates +epicrisis +epicritic +epicrystalline +Epictetian +epicure +Epicurean +Epicureanism +epicurish +epicurishly +Epicurism +Epicurize +epicycle +epicyclic +epicyclical +epicycloid +epicycloidal +epicyemate +epicyesis +epicystotomy +epicyte +epideictic +epideictical +epideistic +epidemic +epidemical +epidemically +epidemicalness +epidemicity +epidemiographist +epidemiography +epidemiological +epidemiologist +epidemiology +epidemy +epidendral +epidendric +Epidendron +Epidendrum +epiderm +epiderma +epidermal +epidermatic +epidermatoid +epidermatous +epidermic +epidermical +epidermically +epidermidalization +epidermis +epidermization +epidermoid +epidermoidal +epidermolysis +epidermomycosis +Epidermophyton +epidermophytosis +epidermose +epidermous +epidesmine +epidialogue +epidiascope +epidiascopic +epidictic +epidictical +epididymal +epididymectomy +epididymis +epididymite +epididymitis +epididymodeferentectomy +epididymodeferential +epididymovasostomy +epidiorite +epidiorthosis +epidosite +epidote +epidotic +epidotiferous +epidotization +epidural +epidymides +epifascial +epifocal +epifolliculitis +Epigaea +epigamic +epigaster +epigastraeum +epigastral +epigastrial +epigastric +epigastrical +epigastriocele +epigastrium +epigastrocele +epigeal +epigean +epigeic +epigene +epigenesis +epigenesist +epigenetic +epigenetically +epigenic +epigenist +epigenous +epigeous +epiglottal +epiglottic +epiglottidean +epiglottiditis +epiglottis +epiglottitis +epignathous +epigonal +epigonation +epigone +Epigoni +epigonic +Epigonichthyidae +Epigonichthys +epigonium +epigonos +epigonous +Epigonus +epigram +epigrammatic +epigrammatical +epigrammatically +epigrammatism +epigrammatist +epigrammatize +epigrammatizer +epigraph +epigrapher +epigraphic +epigraphical +epigraphically +epigraphist +epigraphy +epiguanine +epigyne +epigynous +epigynum +epigyny +Epihippus +epihyal +epihydric +epihydrinic +epikeia +epiklesis +Epikouros +epilabrum +Epilachna +Epilachnides +epilamellar +epilaryngeal +epilate +epilation +epilatory +epilegomenon +epilemma +epilemmal +epilepsy +epileptic +epileptically +epileptiform +epileptogenic +epileptogenous +epileptoid +epileptologist +epileptology +epilimnion +epilobe +Epilobiaceae +Epilobium +epilogation +epilogic +epilogical +epilogist +epilogistic +epilogize +epilogue +Epimachinae +epimacus +epimandibular +epimanikia +Epimedium +Epimenidean +epimer +epimeral +epimere +epimeric +epimeride +epimerite +epimeritic +epimeron +epimerum +epimorphic +epimorphosis +epimysium +epimyth +epinaos +epinastic +epinastically +epinasty +epineolithic +Epinephelidae +Epinephelus +epinephrine +epinette +epineural +epineurial +epineurium +epinglette +epinicial +epinician +epinicion +epinine +epiopticon +epiotic +Epipactis +epipaleolithic +epiparasite +epiparodos +epipastic +epiperipheral +epipetalous +epiphanous +Epiphany +epipharyngeal +epipharynx +Epiphegus +epiphenomenal +epiphenomenalism +epiphenomenalist +epiphenomenon +epiphloedal +epiphloedic +epiphloeum +epiphonema +epiphora +epiphragm +epiphylline +epiphyllous +Epiphyllum +epiphysary +epiphyseal +epiphyseolysis +epiphysial +epiphysis +epiphysitis +epiphytal +epiphyte +epiphytic +epiphytical +epiphytically +epiphytism +epiphytology +epiphytotic +epiphytous +epipial +epiplankton +epiplanktonic +epiplasm +epiplasmic +epiplastral +epiplastron +epiplectic +epipleura +epipleural +epiplexis +epiploce +epiplocele +epiploic +epiploitis +epiploon +epiplopexy +epipodial +epipodiale +epipodite +epipoditic +epipodium +epipolic +epipolism +epipolize +epiprecoracoid +Epipsychidion +epipteric +epipterous +epipterygoid +epipubic +epipubis +epirhizous +epirogenic +epirogeny +Epirote +Epirotic +epirotulian +epirrhema +epirrhematic +epirrheme +episarcine +episcenium +episclera +episcleral +episcleritis +episcopable +episcopacy +Episcopal +episcopal +episcopalian +Episcopalianism +Episcopalianize +episcopalism +episcopality +Episcopally +episcopally +episcopate +episcopature +episcope +episcopicide +episcopization +episcopize +episcopolatry +episcotister +episematic +episepalous +episiocele +episiohematoma +episioplasty +episiorrhagia +episiorrhaphy +episiostenosis +episiotomy +episkeletal +episkotister +episodal +episode +episodial +episodic +episodical +episodically +epispadiac +epispadias +epispastic +episperm +epispermic +epispinal +episplenitis +episporangium +epispore +episporium +epistapedial +epistasis +epistatic +epistaxis +epistemic +epistemolog +epistemological +epistemologically +epistemologist +epistemology +epistemonic +epistemonical +epistemophilia +epistemophiliac +epistemophilic +episternal +episternalia +episternite +episternum +epistilbite +epistlar +epistle +epistler +epistolarian +epistolarily +epistolary +epistolatory +epistoler +epistolet +epistolic +epistolical +epistolist +epistolizable +epistolization +epistolize +epistolizer +epistolographer +epistolographic +epistolographist +epistolography +epistoma +epistomal +epistome +epistomian +epistroma +epistrophe +epistropheal +epistropheus +epistrophic +epistrophy +epistylar +epistyle +Epistylis +episyllogism +episynaloephe +episynthetic +episyntheton +epitactic +epitaph +epitapher +epitaphial +epitaphian +epitaphic +epitaphical +epitaphist +epitaphize +epitaphless +epitasis +epitela +epitendineum +epitenon +epithalamia +epithalamial +epithalamiast +epithalamic +epithalamion +epithalamium +epithalamize +epithalamus +epithalamy +epithalline +epitheca +epithecal +epithecate +epithecium +epithelia +epithelial +epithelioblastoma +epithelioceptor +epitheliogenetic +epithelioglandular +epithelioid +epitheliolysin +epitheliolysis +epitheliolytic +epithelioma +epitheliomatous +epitheliomuscular +epitheliosis +epitheliotoxin +epithelium +epithelization +epithelize +epitheloid +epithem +epithesis +epithet +epithetic +epithetical +epithetically +epithetician +epithetize +epitheton +epithumetic +epithyme +epithymetic +epithymetical +epitimesis +epitoke +epitomator +epitomatory +epitome +epitomic +epitomical +epitomically +epitomist +epitomization +epitomize +epitomizer +epitonic +Epitoniidae +epitonion +Epitonium +epitoxoid +epitrachelion +epitrichial +epitrichium +epitrite +epitritic +epitrochlea +epitrochlear +epitrochoid +epitrochoidal +epitrope +epitrophic +epitrophy +epituberculosis +epituberculous +epitympanic +epitympanum +epityphlitis +epityphlon +epiural +epivalve +epixylous +epizeuxis +Epizoa +epizoa +epizoal +epizoan +epizoarian +epizoic +epizoicide +epizoon +epizootic +epizootiology +epoch +epocha +epochal +epochally +epochism +epochist +epode +epodic +epollicate +Epomophorus +eponychium +eponym +eponymic +eponymism +eponymist +eponymize +eponymous +eponymus +eponymy +epoophoron +epopee +epopoean +epopoeia +epopoeist +epopt +epoptes +epoptic +epoptist +epornitic +epornitically +epos +Eppie +Eppy +Eproboscidea +epruinose +epsilon +Epsom +epsomite +Eptatretidae +Eptatretus +epulary +epulation +epulis +epulo +epuloid +epulosis +epulotic +epupillate +epural +epurate +epuration +epyllion +equability +equable +equableness +equably +equaeval +equal +equalable +equaling +equalist +equalitarian +equalitarianism +equality +equalization +equalize +equalizer +equalizing +equalling +equally +equalness +equangular +equanimity +equanimous +equanimously +equanimousness +equant +equatable +equate +equation +equational +equationally +equationism +equationist +equator +equatorial +equatorially +equatorward +equatorwards +equerry +equerryship +equestrial +equestrian +equestrianism +equestrianize +equestrianship +equestrienne +equianchorate +equiangle +equiangular +equiangularity +equianharmonic +equiarticulate +equiatomic +equiaxed +equiaxial +equibalance +equibiradiate +equicellular +equichangeable +equicohesive +equiconvex +equicostate +equicrural +equicurve +equid +equidense +equidensity +equidiagonal +equidifferent +equidimensional +equidistance +equidistant +equidistantial +equidistantly +equidistribution +equidiurnal +equidivision +equidominant +equidurable +equielliptical +equiexcellency +equiform +equiformal +equiformity +equiglacial +equigranular +equijacent +equilateral +equilaterally +equilibrant +equilibrate +equilibration +equilibrative +equilibrator +equilibratory +equilibria +equilibrial +equilibriate +equilibrio +equilibrious +equilibrist +equilibristat +equilibristic +equilibrity +equilibrium +equilibrize +equilobate +equilobed +equilocation +equilucent +equimodal +equimolar +equimolecular +equimomental +equimultiple +equinate +equine +equinecessary +equinely +equinia +equinity +equinoctial +equinoctially +equinovarus +equinox +equinumerally +equinus +equiomnipotent +equip +equipaga +equipage +equiparant +equiparate +equiparation +equipartile +equipartisan +equipartition +equiped +equipedal +equiperiodic +equipluve +equipment +equipoise +equipollence +equipollency +equipollent +equipollently +equipollentness +equiponderance +equiponderancy +equiponderant +equiponderate +equiponderation +equipostile +equipotent +equipotential +equipotentiality +equipper +equiprobabilism +equiprobabilist +equiprobability +equiproducing +equiproportional +equiproportionality +equiradial +equiradiate +equiradical +equirotal +equisegmented +Equisetaceae +equisetaceous +Equisetales +equisetic +Equisetum +equisided +equisignal +equisized +equison +equisonance +equisonant +equispaced +equispatial +equisufficiency +equisurface +equitable +equitableness +equitably +equitangential +equitant +equitation +equitative +equitemporal +equitemporaneous +equites +equitist +equitriangular +equity +equivalence +equivalenced +equivalency +equivalent +equivalently +equivaliant +equivalue +equivaluer +equivalve +equivalved +equivalvular +equivelocity +equivocacy +equivocal +equivocality +equivocally +equivocalness +equivocate +equivocatingly +equivocation +equivocator +equivocatory +equivoluminal +equivoque +equivorous +equivote +equoid +equoidean +equuleus +Equus +er +era +erade +eradiate +eradiation +eradicable +eradicant +eradicate +eradication +eradicative +eradicator +eradicatory +eradiculose +Eragrostis +eral +eranist +Eranthemum +Eranthis +erasable +erase +erased +erasement +eraser +erasion +Erasmian +Erasmus +Erastian +Erastianism +Erastianize +Erastus +erasure +Erava +erbia +erbium +erd +erdvark +ere +Erechtheum +Erechtheus +Erechtites +erect +erectable +erecter +erectile +erectility +erecting +erection +erective +erectly +erectness +erectopatent +erector +erelong +eremacausis +Eremian +eremic +eremital +eremite +eremiteship +eremitic +eremitical +eremitish +eremitism +Eremochaeta +eremochaetous +eremology +eremophyte +Eremopteris +Eremurus +erenach +erenow +erepsin +erept +ereptase +ereptic +ereption +erethic +erethisia +erethism +erethismic +erethistic +erethitic +Erethizon +Erethizontidae +Eretrian +erewhile +erewhiles +erg +ergal +ergamine +Ergane +ergasia +ergasterion +ergastic +ergastoplasm +ergastoplasmic +ergastulum +ergatandromorph +ergatandromorphic +ergatandrous +ergatandry +ergates +ergatocracy +ergatocrat +ergatogyne +ergatogynous +ergatogyny +ergatoid +ergatomorph +ergatomorphic +ergatomorphism +ergmeter +ergodic +ergogram +ergograph +ergographic +ergoism +ergology +ergomaniac +ergometer +ergometric +ergometrine +ergon +ergonovine +ergophile +ergophobia +ergophobiac +ergoplasm +ergostat +ergosterin +ergosterol +ergot +ergotamine +ergotaminine +ergoted +ergothioneine +ergotic +ergotin +ergotinine +ergotism +ergotist +ergotization +ergotize +ergotoxin +ergotoxine +ergusia +eria +Erian +Erianthus +Eric +eric +Erica +Ericaceae +ericaceous +ericad +erical +Ericales +ericetal +ericeticolous +ericetum +erichthus +erichtoid +ericineous +ericius +Erick +ericoid +ericolin +ericophyte +Eridanid +Erie +Erigenia +Erigeron +erigible +Eriglossa +eriglossate +Erik +erika +erikite +Erinaceidae +erinaceous +Erinaceus +erineum +erinite +Erinize +erinose +Eriobotrya +Eriocaulaceae +eriocaulaceous +Eriocaulon +Eriocomi +Eriodendron +Eriodictyon +erioglaucine +Eriogonum +eriometer +erionite +Eriophorum +Eriophyes +Eriophyidae +eriophyllous +Eriosoma +Eriphyle +Eristalis +eristic +eristical +eristically +Erithacus +Eritrean +erizo +erlking +Erma +Ermanaric +Ermani +Ermanrich +ermelin +ermine +ermined +erminee +ermines +erminites +erminois +erne +Ernest +Ernestine +Ernie +Ernst +erode +eroded +erodent +erodible +Erodium +erogeneity +erogenesis +erogenetic +erogenic +erogenous +erogeny +Eros +eros +erose +erosely +erosible +erosion +erosional +erosionist +erosive +erostrate +eroteme +erotesis +erotetic +erotic +erotica +erotical +erotically +eroticism +eroticize +eroticomania +erotism +erotogenesis +erotogenetic +erotogenic +erotogenicity +erotomania +erotomaniac +erotopath +erotopathic +erotopathy +Erotylidae +Erpetoichthys +erpetologist +err +errability +errable +errableness +errabund +errancy +errand +errant +Errantia +errantly +errantness +errantry +errata +erratic +erratical +erratically +erraticalness +erraticism +erraticness +erratum +errhine +erring +erringly +errite +erroneous +erroneously +erroneousness +error +errorful +errorist +errorless +ers +Ersar +ersatz +Erse +Ertebolle +erth +erthen +erthling +erthly +erubescence +erubescent +erubescite +eruc +Eruca +eruca +erucic +eruciform +erucin +erucivorous +eruct +eructance +eructation +eructative +eruction +erudit +erudite +eruditely +eruditeness +eruditical +erudition +eruditional +eruditionist +erugate +erugation +erugatory +erumpent +erupt +eruption +eruptional +eruptive +eruptively +eruptiveness +eruptivity +ervenholder +Ervipiame +Ervum +Erwin +Erwinia +eryhtrism +Erymanthian +Eryngium +eryngo +Eryon +Eryops +Erysibe +Erysimum +erysipelas +erysipelatoid +erysipelatous +erysipeloid +Erysipelothrix +erysipelous +Erysiphaceae +Erysiphe +Erythea +erythema +erythematic +erythematous +erythemic +Erythraea +Erythraean +Erythraeidae +erythrasma +erythrean +erythremia +erythremomelalgia +erythrene +erythrin +Erythrina +erythrine +Erythrinidae +Erythrinus +erythrismal +erythristic +erythrite +erythritic +erythritol +erythroblast +erythroblastic +erythroblastosis +erythrocarpous +erythrocatalysis +Erythrochaete +erythrochroic +erythrochroism +erythroclasis +erythroclastic +erythrocyte +erythrocytic +erythrocytoblast +erythrocytolysin +erythrocytolysis +erythrocytolytic +erythrocytometer +erythrocytorrhexis +erythrocytoschisis +erythrocytosis +erythrodegenerative +erythrodermia +erythrodextrin +erythrogenesis +erythrogenic +erythroglucin +erythrogonium +erythroid +erythrol +erythrolein +erythrolitmin +erythrolysin +erythrolysis +erythrolytic +erythromelalgia +erythron +erythroneocytosis +Erythronium +erythronium +erythropenia +erythrophage +erythrophagous +erythrophilous +erythrophleine +erythrophobia +erythrophore +erythrophyll +erythrophyllin +erythropia +erythroplastid +erythropoiesis +erythropoietic +erythropsia +erythropsin +erythrorrhexis +erythroscope +erythrose +erythrosiderite +erythrosin +erythrosinophile +erythrosis +Erythroxylaceae +erythroxylaceous +erythroxyline +Erythroxylon +Erythroxylum +erythrozincite +erythrozyme +erythrulose +Eryx +es +esca +escadrille +escalade +escalader +escalado +escalan +escalate +Escalator +escalator +escalin +Escallonia +Escalloniaceae +escalloniaceous +escalop +escaloped +escambio +escambron +escapable +escapade +escapage +escape +escapee +escapeful +escapeless +escapement +escaper +escapingly +escapism +escapist +escarbuncle +escargatoire +escarole +escarp +escarpment +eschalot +eschar +eschara +escharine +escharoid +escharotic +eschatocol +eschatological +eschatologist +eschatology +escheat +escheatable +escheatage +escheatment +escheator +escheatorship +Escherichia +eschew +eschewal +eschewance +eschewer +Eschscholtzia +eschynite +esclavage +escoba +escobadura +escobilla +escobita +escolar +esconson +escopette +Escorial +escort +escortage +escortee +escortment +escribe +escritoire +escritorial +escrol +escropulo +escrow +escruage +escudo +Esculapian +esculent +esculetin +esculin +escutcheon +escutcheoned +escutellate +esdragol +Esdras +Esebrias +esemplastic +esemplasy +eseptate +esere +eserine +esexual +eshin +esiphonal +esker +Eskimauan +Eskimo +Eskimoic +Eskimoid +Eskimoized +Eskualdun +Eskuara +Esmeralda +Esmeraldan +esmeraldite +esne +esoanhydride +esocataphoria +Esocidae +esociform +esocyclic +esodic +esoenteritis +esoethmoiditis +esogastritis +esonarthex +esoneural +esophagal +esophagalgia +esophageal +esophagean +esophagectasia +esophagectomy +esophagi +esophagism +esophagismus +esophagitis +esophago +esophagocele +esophagodynia +esophagogastroscopy +esophagogastrostomy +esophagomalacia +esophagometer +esophagomycosis +esophagopathy +esophagoplasty +esophagoplegia +esophagoplication +esophagoptosis +esophagorrhagia +esophagoscope +esophagoscopy +esophagospasm +esophagostenosis +esophagostomy +esophagotome +esophagotomy +esophagus +esophoria +esophoric +Esopus +esoteric +esoterica +esoterical +esoterically +esotericism +esotericist +esoterics +esoterism +esoterist +esoterize +esotery +esothyropexy +esotrope +esotropia +esotropic +Esox +espacement +espadon +espalier +espantoon +esparcet +esparsette +esparto +espathate +espave +especial +especially +especialness +esperance +Esperantic +Esperantidist +Esperantido +Esperantism +Esperantist +Esperanto +espial +espichellite +espier +espinal +espingole +espinillo +espino +espionage +esplanade +esplees +esponton +espousal +espouse +espousement +espouser +Espriella +espringal +espundia +espy +esquamate +esquamulose +Esquiline +esquire +esquirearchy +esquiredom +esquireship +ess +essang +essay +essayer +essayette +essayical +essayish +essayism +essayist +essayistic +essayistical +essaylet +essed +Essedones +Esselen +Esselenian +essence +essency +Essene +Essenian +Essenianism +Essenic +Essenical +Essenis +Essenism +Essenize +essentia +essential +essentialism +essentialist +essentiality +essentialize +essentially +essentialness +essenwood +Essex +essexite +Essie +essling +essoin +essoinee +essoiner +essoinment +essonite +essorant +establish +establishable +established +establisher +establishment +establishmentarian +establishmentarianism +establishmentism +estacade +estadal +estadio +estado +estafette +estafetted +estamene +estamp +estampage +estampede +estampedero +estate +estatesman +esteem +esteemable +esteemer +Estella +ester +esterase +esterellite +esteriferous +esterification +esterify +esterization +esterize +esterlin +esterling +estevin +Esth +Esthacyte +esthematology +Esther +Estheria +estherian +Estheriidae +esthesia +esthesio +esthesioblast +esthesiogen +esthesiogenic +esthesiogeny +esthesiography +esthesiology +esthesiometer +esthesiometric +esthesiometry +esthesioneurosis +esthesiophysiology +esthesis +esthetology +esthetophore +esthiomene +estimable +estimableness +estimably +estimate +estimatingly +estimation +estimative +estimator +estipulate +estivage +estival +estivate +estivation +estivator +estmark +estoc +estoile +Estonian +estop +estoppage +estoppel +Estotiland +estovers +estrade +estradiol +estradiot +estragole +estrange +estrangedness +estrangement +estranger +estrapade +estray +estre +estreat +estrepe +estrepement +estriate +estriche +estrin +estriol +estrogen +estrogenic +estrone +estrous +estrual +estruate +estruation +estuarial +estuarine +estuary +estufa +estuous +estus +esugarization +esurience +esurient +esuriently +eta +etaballi +etacism +etacist +etalon +Etamin +etamine +etch +Etchareottine +etcher +Etchimin +etching +Eteoclus +Eteocretes +Eteocreton +eternal +eternalism +eternalist +eternalization +eternalize +eternally +eternalness +eternity +eternization +eternize +etesian +ethal +ethaldehyde +Ethan +ethanal +ethanamide +ethane +ethanedial +ethanediol +ethanedithiol +ethanethial +ethanethiol +Ethanim +ethanol +ethanolamine +ethanolysis +ethanoyl +Ethel +ethel +ethene +Etheneldeli +ethenic +ethenoid +ethenoidal +ethenol +ethenyl +Etheostoma +Etheostomidae +Etheostominae +etheostomoid +ether +etherate +ethereal +etherealism +ethereality +etherealization +etherealize +ethereally +etherealness +etherean +ethered +ethereous +Etheria +etheric +etherification +etheriform +etherify +Etheriidae +etherin +etherion +etherism +etherization +etherize +etherizer +etherolate +etherous +ethic +ethical +ethicalism +ethicality +ethically +ethicalness +ethician +ethicism +ethicist +ethicize +ethicoaesthetic +ethicophysical +ethicopolitical +ethicoreligious +ethicosocial +ethics +ethid +ethide +ethidene +ethine +ethiodide +ethionic +Ethiop +Ethiopia +Ethiopian +Ethiopic +ethiops +ethmofrontal +ethmoid +ethmoidal +ethmoiditis +ethmolachrymal +ethmolith +ethmomaxillary +ethmonasal +ethmopalatal +ethmopalatine +ethmophysal +ethmopresphenoidal +ethmosphenoid +ethmosphenoidal +ethmoturbinal +ethmoturbinate +ethmovomer +ethmovomerine +ethmyphitis +ethnal +ethnarch +ethnarchy +ethnic +ethnical +ethnically +ethnicism +ethnicist +ethnicize +ethnicon +ethnize +ethnobiological +ethnobiology +ethnobotanic +ethnobotanical +ethnobotanist +ethnobotany +ethnocentric +ethnocentrism +ethnocracy +ethnodicy +ethnoflora +ethnogenic +ethnogeny +ethnogeographer +ethnogeographic +ethnogeographical +ethnogeographically +ethnogeography +ethnographer +ethnographic +ethnographical +ethnographically +ethnographist +ethnography +ethnologer +ethnologic +ethnological +ethnologically +ethnologist +ethnology +ethnomaniac +ethnopsychic +ethnopsychological +ethnopsychology +ethnos +ethnotechnics +ethnotechnography +ethnozoological +ethnozoology +ethography +etholide +ethologic +ethological +ethology +ethonomic +ethonomics +ethopoeia +ethos +ethoxide +ethoxycaffeine +ethoxyl +ethrog +ethyl +ethylamide +ethylamine +ethylate +ethylation +ethylene +ethylenediamine +ethylenic +ethylenimine +ethylenoid +ethylhydrocupreine +ethylic +ethylidene +ethylidyne +ethylin +ethylmorphine +ethylsulphuric +ethyne +ethynyl +etiogenic +etiolate +etiolation +etiolin +etiolize +etiological +etiologically +etiologist +etiologue +etiology +etiophyllin +etioporphyrin +etiotropic +etiotropically +etiquette +etiquettical +etna +Etnean +Etonian +Etrurian +Etruscan +Etruscologist +Etruscology +Etta +Ettarre +ettle +etua +etude +etui +etym +etymic +etymography +etymologer +etymologic +etymological +etymologically +etymologicon +etymologist +etymologization +etymologize +etymology +etymon +etymonic +etypic +etypical +etypically +eu +Euahlayi +euangiotic +Euascomycetes +euaster +Eubacteriales +eubacterium +Eubasidii +Euboean +Euboic +Eubranchipus +eucaine +eucairite +eucalypt +eucalypteol +eucalyptian +eucalyptic +eucalyptography +eucalyptol +eucalyptole +Eucalyptus +eucalyptus +Eucarida +eucatropine +eucephalous +Eucharis +Eucharist +eucharistial +eucharistic +eucharistical +Eucharistically +eucharistically +eucharistize +Eucharitidae +Euchite +Euchlaena +euchlorhydria +euchloric +euchlorine +Euchlorophyceae +euchological +euchologion +euchology +Euchorda +euchre +euchred +euchroic +euchroite +euchromatic +euchromatin +euchrome +euchromosome +euchrone +Eucirripedia +euclase +Euclea +Eucleidae +Euclid +Euclidean +Euclideanism +Eucnemidae +eucolite +Eucommia +Eucommiaceae +eucone +euconic +Euconjugatae +Eucopepoda +Eucosia +eucosmid +Eucosmidae +eucrasia +eucrasite +eucrasy +eucrite +Eucryphia +Eucryphiaceae +eucryphiaceous +eucryptite +eucrystalline +euctical +eucyclic +eudaemon +eudaemonia +eudaemonic +eudaemonical +eudaemonics +eudaemonism +eudaemonist +eudaemonistic +eudaemonistical +eudaemonistically +eudaemonize +eudaemony +eudaimonia +eudaimonism +eudaimonist +Eudemian +Eudendrium +Eudeve +eudiagnostic +eudialyte +eudiaphoresis +eudidymite +eudiometer +eudiometric +eudiometrical +eudiometrically +eudiometry +eudipleural +Eudist +Eudora +Eudorina +Eudoxian +Eudromias +Eudyptes +Euergetes +euge +Eugene +eugenesic +eugenesis +eugenetic +Eugenia +eugenic +eugenical +eugenically +eugenicist +eugenics +Eugenie +eugenism +eugenist +eugenol +eugenolate +eugeny +Euglandina +Euglena +Euglenaceae +Euglenales +Euglenida +Euglenidae +Euglenineae +euglenoid +Euglenoidina +euglobulin +eugranitic +Eugregarinida +Eugubine +Eugubium +euharmonic +euhedral +euhemerism +euhemerist +euhemeristic +euhemeristically +euhemerize +euhyostylic +euhyostyly +euktolite +eulachon +Eulalia +eulalia +eulamellibranch +Eulamellibranchia +Eulamellibranchiata +Eulima +Eulimidae +eulogia +eulogic +eulogical +eulogically +eulogious +eulogism +eulogist +eulogistic +eulogistical +eulogistically +eulogium +eulogization +eulogize +eulogizer +eulogy +eulysite +eulytine +eulytite +Eumenes +eumenid +Eumenidae +Eumenidean +Eumenides +eumenorrhea +eumerism +eumeristic +eumerogenesis +eumerogenetic +eumeromorph +eumeromorphic +eumitosis +eumitotic +eumoiriety +eumoirous +Eumolpides +Eumolpus +eumorphous +eumycete +Eumycetes +eumycetic +Eunectes +Eunice +eunicid +Eunicidae +Eunomia +Eunomian +Eunomianism +eunomy +eunuch +eunuchal +eunuchism +eunuchize +eunuchoid +eunuchoidism +eunuchry +euomphalid +Euomphalus +euonym +euonymin +euonymous +Euonymus +euonymy +Euornithes +euornithic +Euorthoptera +euosmite +euouae +eupad +Eupanorthidae +Eupanorthus +eupathy +eupatoriaceous +eupatorin +Eupatorium +eupatory +eupatrid +eupatridae +eupepsia +eupepsy +eupeptic +eupepticism +eupepticity +Euphausia +Euphausiacea +euphausiid +Euphausiidae +Euphemia +euphemian +euphemious +euphemiously +euphemism +euphemist +euphemistic +euphemistical +euphemistically +euphemize +euphemizer +euphemous +euphemy +euphon +euphone +euphonetic +euphonetics +euphonia +euphonic +euphonical +euphonically +euphonicalness +euphonious +euphoniously +euphoniousness +euphonism +euphonium +euphonize +euphonon +euphonous +euphony +euphonym +Euphorbia +Euphorbiaceae +euphorbiaceous +euphorbium +euphoria +euphoric +euphory +Euphrasia +euphrasy +Euphratean +euphroe +Euphrosyne +Euphues +euphuism +euphuist +euphuistic +euphuistical +euphuistically +euphuize +Euphyllopoda +eupione +eupittonic +euplastic +Euplectella +Euplexoptera +Euplocomi +Euploeinae +euploid +euploidy +eupnea +Eupolidean +Eupolyzoa +eupolyzoan +Eupomatia +Eupomatiaceae +eupractic +eupraxia +Euprepia +Euproctis +eupsychics +Euptelea +Eupterotidae +eupyrchroite +eupyrene +eupyrion +Eurafric +Eurafrican +Euraquilo +Eurasian +Eurasianism +Eurasiatic +eureka +eurhodine +eurhodol +Eurindic +Euripidean +euripus +eurite +Euroaquilo +eurobin +Euroclydon +Europa +Europasian +European +Europeanism +Europeanization +Europeanize +Europeanly +Europeward +europium +Europocentric +Eurus +Euryalae +Euryale +Euryaleae +euryalean +Euryalida +euryalidan +Euryalus +eurybathic +eurybenthic +eurycephalic +eurycephalous +Eurycerotidae +Euryclea +Eurydice +Eurygaea +Eurygaean +eurygnathic +eurygnathism +eurygnathous +euryhaline +Eurylaimi +Eurylaimidae +eurylaimoid +Eurylaimus +Eurymus +euryon +Eurypelma +Eurypharyngidae +Eurypharynx +euryprognathous +euryprosopic +eurypterid +Eurypterida +eurypteroid +Eurypteroidea +Eurypterus +Eurypyga +Eurypygae +Eurypygidae +eurypylous +euryscope +Eurystheus +eurystomatous +eurythermal +eurythermic +eurythmic +eurythmical +eurythmics +eurythmy +eurytomid +Eurytomidae +Eurytus +euryzygous +Euscaro +Eusebian +Euselachii +Euskaldun +Euskara +Euskarian +Euskaric +Euskera +eusol +Euspongia +eusporangiate +Eustace +Eustachian +eustachium +Eustathian +eustatic +Eusthenopteron +eustomatous +eustyle +Eusuchia +eusuchian +eusynchite +Eutaenia +eutannin +eutaxic +eutaxite +eutaxitic +eutaxy +eutechnic +eutechnics +eutectic +eutectoid +Euterpe +Euterpean +eutexia +Euthamia +euthanasia +euthanasy +euthenics +euthenist +Eutheria +eutherian +euthermic +Euthycomi +euthycomic +Euthyneura +euthyneural +euthyneurous +euthytatic +euthytropic +eutomous +eutony +Eutopia +Eutopian +eutrophic +eutrophy +eutropic +eutropous +Eutychian +Eutychianism +euxanthate +euxanthic +euxanthone +euxenite +Euxine +Eva +evacuant +evacuate +evacuation +evacuative +evacuator +evacue +evacuee +evadable +evade +evader +evadingly +Evadne +evagation +evaginable +evaginate +evagination +evaluable +evaluate +evaluation +evaluative +evalue +Evan +evanesce +evanescence +evanescency +evanescent +evanescently +evanescible +evangel +evangelary +evangelian +evangeliarium +evangeliary +evangelical +evangelicalism +evangelicality +evangelically +evangelicalness +evangelican +evangelicism +evangelicity +Evangeline +evangelion +evangelism +evangelist +evangelistarion +evangelistarium +evangelistary +evangelistic +evangelistically +evangelistics +evangelistship +evangelium +evangelization +evangelize +evangelizer +Evaniidae +evanish +evanishment +evanition +evansite +evaporability +evaporable +evaporate +evaporation +evaporative +evaporativity +evaporator +evaporimeter +evaporize +evaporometer +evase +evasible +evasion +evasional +evasive +evasively +evasiveness +Eve +eve +Evea +evechurr +evection +evectional +Evehood +evejar +Eveless +evelight +Evelina +Eveline +evelong +Evelyn +even +evenblush +evendown +evener +evenfall +evenforth +evenglow +evenhanded +evenhandedly +evenhandedness +evening +evenlight +evenlong +evenly +evenmete +evenminded +evenmindedness +evenness +evens +evensong +event +eventful +eventfully +eventfulness +eventide +eventime +eventless +eventlessly +eventlessness +eventognath +Eventognathi +eventognathous +eventration +eventual +eventuality +eventualize +eventually +eventuate +eventuation +evenwise +evenworthy +eveque +ever +Everard +everbearer +everbearing +everbloomer +everblooming +everduring +Everett +everglade +evergreen +evergreenery +evergreenite +everlasting +everlastingly +everlastingness +everliving +evermore +Evernia +evernioid +eversible +eversion +eversive +eversporting +evert +evertebral +Evertebrata +evertebrate +evertile +evertor +everwhich +everwho +every +everybody +everyday +everydayness +everyhow +everylike +Everyman +everyman +everyness +everyone +everything +everywhen +everywhence +everywhere +everywhereness +everywheres +everywhither +evestar +evetide +eveweed +evict +eviction +evictor +evidence +evidencive +evident +evidential +evidentially +evidentiary +evidently +evidentness +evil +evildoer +evilhearted +evilly +evilmouthed +evilness +evilproof +evilsayer +evilspeaker +evilspeaking +evilwishing +evince +evincement +evincible +evincibly +evincingly +evincive +evirate +eviration +eviscerate +evisceration +evisite +evitable +evitate +evitation +evittate +evocable +evocate +evocation +evocative +evocatively +evocator +evocatory +evocatrix +Evodia +evoe +evoke +evoker +evolute +evolution +evolutional +evolutionally +evolutionary +evolutionism +evolutionist +evolutionize +evolutive +evolutoid +evolvable +evolve +evolvement +evolvent +evolver +Evonymus +evovae +evulgate +evulgation +evulse +evulsion +evzone +ewder +Ewe +ewe +ewelease +ewer +ewerer +ewery +ewry +ex +exacerbate +exacerbation +exacerbescence +exacerbescent +exact +exactable +exacter +exacting +exactingly +exactingness +exaction +exactitude +exactive +exactiveness +exactly +exactment +exactness +exactor +exactress +exadversum +exaggerate +exaggerated +exaggeratedly +exaggerating +exaggeratingly +exaggeration +exaggerative +exaggeratively +exaggerativeness +exaggerator +exaggeratory +exagitate +exagitation +exairesis +exalate +exalbuminose +exalbuminous +exallotriote +exalt +exaltation +exaltative +exalted +exaltedly +exaltedness +exalter +exam +examen +examinability +examinable +examinant +examinate +examination +examinational +examinationism +examinationist +examinative +examinator +examinatorial +examinatory +examine +examinee +examiner +examinership +examining +examiningly +example +exampleless +exampleship +exanimate +exanimation +exanthem +exanthema +exanthematic +exanthematous +exappendiculate +exarate +exaration +exarch +exarchal +exarchate +exarchateship +Exarchic +Exarchist +exarchist +exarchy +exareolate +exarillate +exaristate +exarteritis +exarticulate +exarticulation +exasperate +exasperated +exasperatedly +exasperater +exasperating +exasperatingly +exasperation +exasperative +exaspidean +Exaudi +exaugurate +exauguration +excalate +excalation +excalcarate +excalceate +excalceation +Excalibur +excamb +excamber +excambion +excandescence +excandescency +excandescent +excantation +excarnate +excarnation +excathedral +excaudate +excavate +excavation +excavationist +excavator +excavatorial +excavatory +excave +excecate +excecation +excedent +exceed +exceeder +exceeding +exceedingly +exceedingness +excel +excelente +excellence +excellency +excellent +excellently +excelsin +Excelsior +excelsior +excelsitude +excentral +excentric +excentrical +excentricity +except +exceptant +excepting +exception +exceptionable +exceptionableness +exceptionably +exceptional +exceptionality +exceptionally +exceptionalness +exceptionary +exceptionless +exceptious +exceptiousness +exceptive +exceptively +exceptiveness +exceptor +excerebration +excerpt +excerptible +excerption +excerptive +excerptor +excess +excessive +excessively +excessiveness +excessman +exchange +exchangeability +exchangeable +exchangeably +exchanger +Exchangite +Exchequer +exchequer +excide +excipient +exciple +Excipulaceae +excipular +excipule +excipuliform +excipulum +excircle +excisable +excise +exciseman +excisemanship +excision +excisor +excitability +excitable +excitableness +excitancy +excitant +excitation +excitative +excitator +excitatory +excite +excited +excitedly +excitedness +excitement +exciter +exciting +excitingly +excitive +excitoglandular +excitometabolic +excitomotion +excitomotor +excitomotory +excitomuscular +excitonutrient +excitor +excitory +excitosecretory +excitovascular +exclaim +exclaimer +exclaiming +exclaimingly +exclamation +exclamational +exclamative +exclamatively +exclamatorily +exclamatory +exclave +exclosure +excludable +exclude +excluder +excluding +excludingly +exclusion +exclusionary +exclusioner +exclusionism +exclusionist +exclusive +exclusively +exclusiveness +exclusivism +exclusivist +exclusivity +exclusory +Excoecaria +excogitable +excogitate +excogitation +excogitative +excogitator +excommunicable +excommunicant +excommunicate +excommunication +excommunicative +excommunicator +excommunicatory +exconjugant +excoriable +excoriate +excoriation +excoriator +excorticate +excortication +excrement +excremental +excrementary +excrementitial +excrementitious +excrementitiously +excrementitiousness +excrementive +excresce +excrescence +excrescency +excrescent +excrescential +excreta +excretal +excrete +excreter +excretes +excretion +excretionary +excretitious +excretive +excretory +excriminate +excruciable +excruciate +excruciating +excruciatingly +excruciation +excruciator +excubant +excudate +exculpable +exculpate +exculpation +exculpative +exculpatorily +exculpatory +excurrent +excurse +excursion +excursional +excursionary +excursioner +excursionism +excursionist +excursionize +excursive +excursively +excursiveness +excursory +excursus +excurvate +excurvated +excurvation +excurvature +excurved +excusability +excusable +excusableness +excusably +excusal +excusative +excusator +excusatory +excuse +excuseful +excusefully +excuseless +excuser +excusing +excusingly +excusive +excuss +excyst +excystation +excysted +excystment +exdelicto +exdie +exeat +execrable +execrableness +execrably +execrate +execration +execrative +execratively +execrator +execratory +executable +executancy +executant +execute +executed +executer +execution +executional +executioneering +executioner +executioneress +executionist +executive +executively +executiveness +executiveship +executor +executorial +executorship +executory +executress +executrices +executrix +executrixship +executry +exedent +exedra +exegeses +exegesis +exegesist +exegete +exegetic +exegetical +exegetically +exegetics +exegetist +exemplar +exemplaric +exemplarily +exemplariness +exemplarism +exemplarity +exemplary +exemplifiable +exemplification +exemplificational +exemplificative +exemplificator +exemplifier +exemplify +exempt +exemptible +exemptile +exemption +exemptionist +exemptive +exencephalia +exencephalic +exencephalous +exencephalus +exendospermic +exendospermous +exenterate +exenteration +exequatur +exequial +exequy +exercisable +exercise +exerciser +exercitant +exercitation +exercitor +exercitorial +exercitorian +exeresis +exergual +exergue +exert +exertion +exertionless +exertive +exes +exeunt +exfiguration +exfigure +exfiltration +exflagellate +exflagellation +exflect +exfodiate +exfodiation +exfoliate +exfoliation +exfoliative +exfoliatory +exgorgitation +exhalable +exhalant +exhalation +exhalatory +exhale +exhaust +exhausted +exhaustedly +exhaustedness +exhauster +exhaustibility +exhaustible +exhausting +exhaustingly +exhaustion +exhaustive +exhaustively +exhaustiveness +exhaustless +exhaustlessly +exhaustlessness +exheredate +exheredation +exhibit +exhibitable +exhibitant +exhibiter +exhibition +exhibitional +exhibitioner +exhibitionism +exhibitionist +exhibitionistic +exhibitionize +exhibitive +exhibitively +exhibitor +exhibitorial +exhibitorship +exhibitory +exhilarant +exhilarate +exhilarating +exhilaratingly +exhilaration +exhilarative +exhilarator +exhilaratory +exhort +exhortation +exhortative +exhortatively +exhortator +exhortatory +exhorter +exhortingly +exhumate +exhumation +exhumator +exhumatory +exhume +exhumer +exigence +exigency +exigent +exigenter +exigently +exigible +exiguity +exiguous +exiguously +exiguousness +exilarch +exilarchate +exile +exiledom +exilement +exiler +exilian +exilic +exility +eximious +eximiously +eximiousness +exinanite +exinanition +exindusiate +exinguinal +exist +existability +existence +existent +existential +existentialism +existentialist +existentialistic +existentialize +existentially +existently +exister +existibility +existible +existlessness +exit +exite +exition +exitus +exlex +exmeridian +Exmoor +exoarteritis +Exoascaceae +exoascaceous +Exoascales +Exoascus +Exobasidiaceae +Exobasidiales +Exobasidium +exocannibalism +exocardia +exocardiac +exocardial +exocarp +exocataphoria +exoccipital +exocentric +Exochorda +exochorion +exoclinal +exocline +exocoelar +exocoele +exocoelic +exocoelom +Exocoetidae +Exocoetus +exocolitis +exocone +exocrine +exoculate +exoculation +exocyclic +Exocyclica +Exocycloida +exode +exoderm +exodermis +exodic +exodist +exodontia +exodontist +exodos +exodromic +exodromy +exodus +exody +exoenzyme +exoenzymic +exoerythrocytic +exogamic +exogamous +exogamy +exogastric +exogastrically +exogastritis +exogen +Exogenae +exogenetic +exogenic +exogenous +exogenously +exogeny +exognathion +exognathite +Exogonium +Exogyra +exolemma +exometritis +exomion +exomis +exomologesis +exomorphic +exomorphism +exomphalos +exomphalous +exomphalus +Exon +exon +exonarthex +exoner +exonerate +exoneration +exonerative +exonerator +exoneural +Exonian +exonship +exopathic +exoperidium +exophagous +exophagy +exophasia +exophasic +exophoria +exophoric +exophthalmic +exophthalmos +exoplasm +exopod +exopodite +exopoditic +Exopterygota +exopterygotic +exopterygotism +exopterygotous +exorability +exorable +exorableness +exorbital +exorbitance +exorbitancy +exorbitant +exorbitantly +exorbitate +exorbitation +exorcisation +exorcise +exorcisement +exorciser +exorcism +exorcismal +exorcisory +exorcist +exorcistic +exorcistical +exordia +exordial +exordium +exordize +exorganic +exorhason +exormia +exornation +exosepsis +exoskeletal +exoskeleton +exosmic +exosmose +exosmosis +exosmotic +exosperm +exosporal +exospore +exosporium +exosporous +Exostema +exostome +exostosed +exostosis +exostotic +exostra +exostracism +exostracize +exoteric +exoterical +exoterically +exotericism +exoterics +exotheca +exothecal +exothecate +exothecium +exothermal +exothermic +exothermous +exotic +exotically +exoticalness +exoticism +exoticist +exoticity +exoticness +exotism +exotospore +exotoxic +exotoxin +exotropia +exotropic +exotropism +expalpate +expand +expanded +expandedly +expandedness +expander +expanding +expandingly +expanse +expansibility +expansible +expansibleness +expansibly +expansile +expansion +expansional +expansionary +expansionism +expansionist +expansive +expansively +expansiveness +expansivity +expansometer +expansure +expatiate +expatiater +expatiatingly +expatiation +expatiative +expatiator +expatiatory +expatriate +expatriation +expect +expectable +expectance +expectancy +expectant +expectantly +expectation +expectative +expectedly +expecter +expectingly +expective +expectorant +expectorate +expectoration +expectorative +expectorator +expede +expediate +expedience +expediency +expedient +expediential +expedientially +expedientist +expediently +expeditate +expeditation +expedite +expedited +expeditely +expediteness +expediter +expedition +expeditionary +expeditionist +expeditious +expeditiously +expeditiousness +expel +expellable +expellant +expellee +expeller +expend +expendability +expendable +expender +expendible +expenditor +expenditrix +expenditure +expense +expenseful +expensefully +expensefulness +expenseless +expensilation +expensive +expensively +expensiveness +expenthesis +expergefacient +expergefaction +experience +experienceable +experienced +experienceless +experiencer +experiencible +experient +experiential +experientialism +experientialist +experientially +experiment +experimental +experimentalism +experimentalist +experimentalize +experimentally +experimentarian +experimentation +experimentative +experimentator +experimented +experimentee +experimenter +experimentist +experimentize +experimently +expert +expertism +expertize +expertly +expertness +expertship +expiable +expiate +expiation +expiational +expiatist +expiative +expiator +expiatoriness +expiatory +expilate +expilation +expilator +expirable +expirant +expirate +expiration +expirator +expiratory +expire +expiree +expirer +expiring +expiringly +expiry +expiscate +expiscation +expiscator +expiscatory +explain +explainable +explainer +explaining +explainingly +explanate +explanation +explanative +explanatively +explanator +explanatorily +explanatoriness +explanatory +explant +explantation +explement +explemental +expletive +expletively +expletiveness +expletory +explicable +explicableness +explicate +explication +explicative +explicatively +explicator +explicatory +explicit +explicitly +explicitness +explodable +explode +exploded +explodent +exploder +exploit +exploitable +exploitage +exploitation +exploitationist +exploitative +exploiter +exploitive +exploiture +explorable +exploration +explorational +explorative +exploratively +explorativeness +explorator +exploratory +explore +explorement +explorer +exploring +exploringly +explosibility +explosible +explosion +explosionist +explosive +explosively +explosiveness +expone +exponence +exponency +exponent +exponential +exponentially +exponentiation +exponible +export +exportability +exportable +exportation +exporter +exposal +expose +exposed +exposedness +exposer +exposit +exposition +expositional +expositionary +expositive +expositively +expositor +expositorial +expositorially +expositorily +expositoriness +expository +expositress +expostulate +expostulating +expostulatingly +expostulation +expostulative +expostulatively +expostulator +expostulatory +exposure +expound +expoundable +expounder +express +expressable +expressage +expressed +expresser +expressibility +expressible +expressibly +expression +expressionable +expressional +expressionful +expressionism +expressionist +expressionistic +expressionless +expressionlessly +expressionlessness +expressive +expressively +expressiveness +expressivism +expressivity +expressless +expressly +expressman +expressness +expressway +exprimable +exprobrate +exprobration +exprobratory +expromission +expromissor +expropriable +expropriate +expropriation +expropriator +expugn +expugnable +expuition +expulsatory +expulse +expulser +expulsion +expulsionist +expulsive +expulsory +expunction +expunge +expungeable +expungement +expunger +expurgate +expurgation +expurgative +expurgator +expurgatorial +expurgatory +expurge +exquisite +exquisitely +exquisiteness +exquisitism +exquisitively +exradio +exradius +exrupeal +exsanguinate +exsanguination +exsanguine +exsanguineous +exsanguinity +exsanguinous +exsanguious +exscind +exscissor +exscriptural +exsculptate +exscutellate +exsect +exsectile +exsection +exsector +exsequatur +exsert +exserted +exsertile +exsertion +exship +exsibilate +exsibilation +exsiccant +exsiccatae +exsiccate +exsiccation +exsiccative +exsiccator +exsiliency +exsomatic +exspuition +exsputory +exstipulate +exstrophy +exsuccous +exsuction +exsufflate +exsufflation +exsufflicate +exsurge +exsurgent +extant +extemporal +extemporally +extemporalness +extemporaneity +extemporaneous +extemporaneously +extemporaneousness +extemporarily +extemporariness +extemporary +extempore +extemporization +extemporize +extemporizer +extend +extended +extendedly +extendedness +extender +extendibility +extendible +extending +extense +extensibility +extensible +extensibleness +extensile +extensimeter +extension +extensional +extensionist +extensity +extensive +extensively +extensiveness +extensometer +extensor +extensory +extensum +extent +extenuate +extenuating +extenuatingly +extenuation +extenuative +extenuator +extenuatory +exter +exterior +exteriorate +exterioration +exteriority +exteriorization +exteriorize +exteriorly +exteriorness +exterminable +exterminate +extermination +exterminative +exterminator +exterminatory +exterminatress +exterminatrix +exterminist +extern +external +externalism +externalist +externalistic +externality +externalization +externalize +externally +externals +externate +externation +externe +externity +externization +externize +externomedian +externum +exteroceptist +exteroceptive +exteroceptor +exterraneous +exterrestrial +exterritorial +exterritoriality +exterritorialize +exterritorially +extima +extinct +extinction +extinctionist +extinctive +extinctor +extine +extinguish +extinguishable +extinguishant +extinguished +extinguisher +extinguishment +extipulate +extirpate +extirpation +extirpationist +extirpative +extirpator +extirpatory +extispex +extispicious +extispicy +extogenous +extol +extoll +extollation +extoller +extollingly +extollment +extolment +extoolitic +extorsive +extorsively +extort +extorter +extortion +extortionary +extortionate +extortionately +extortioner +extortionist +extortive +extra +extrabold +extrabranchial +extrabronchial +extrabuccal +extrabulbar +extrabureau +extraburghal +extracalendar +extracalicular +extracanonical +extracapsular +extracardial +extracarpal +extracathedral +extracellular +extracellularly +extracerebral +extracivic +extracivically +extraclassroom +extraclaustral +extracloacal +extracollegiate +extracolumella +extraconscious +extraconstellated +extraconstitutional +extracorporeal +extracorpuscular +extracosmic +extracosmical +extracostal +extracranial +extract +extractable +extractant +extracted +extractible +extractiform +extraction +extractive +extractor +extractorship +extracultural +extracurial +extracurricular +extracurriculum +extracutaneous +extracystic +extradecretal +extradialectal +extraditable +extradite +extradition +extradomestic +extrados +extradosed +extradotal +extraduction +extradural +extraembryonic +extraenteric +extraepiphyseal +extraequilibrium +extraessential +extraessentially +extrafascicular +extrafloral +extrafocal +extrafoliaceous +extraforaneous +extraformal +extragalactic +extragastric +extrait +extrajudicial +extrajudicially +extralateral +extralite +extrality +extramarginal +extramatrical +extramedullary +extramental +extrameridian +extrameridional +extrametaphysical +extrametrical +extrametropolitan +extramodal +extramolecular +extramorainal +extramorainic +extramoral +extramoralist +extramundane +extramural +extramurally +extramusical +extranational +extranatural +extranean +extraneity +extraneous +extraneously +extraneousness +extranidal +extranormal +extranuclear +extraocular +extraofficial +extraoral +extraorbital +extraorbitally +extraordinarily +extraordinariness +extraordinary +extraorganismal +extraovate +extraovular +extraparenchymal +extraparental +extraparietal +extraparliamentary +extraparochial +extraparochially +extrapatriarchal +extrapelvic +extraperineal +extraperiodic +extraperiosteal +extraperitoneal +extraphenomenal +extraphysical +extraphysiological +extrapituitary +extraplacental +extraplanetary +extrapleural +extrapoetical +extrapolar +extrapolate +extrapolation +extrapolative +extrapolator +extrapopular +extraprofessional +extraprostatic +extraprovincial +extrapulmonary +extrapyramidal +extraquiz +extrared +extraregarding +extraregular +extraregularly +extrarenal +extraretinal +extrarhythmical +extrasacerdotal +extrascholastic +extraschool +extrascientific +extrascriptural +extrascripturality +extrasensible +extrasensory +extrasensuous +extraserous +extrasocial +extrasolar +extrasomatic +extraspectral +extraspherical +extraspinal +extrastapedial +extrastate +extrasterile +extrastomachal +extrasyllabic +extrasyllogistic +extrasyphilitic +extrasystole +extrasystolic +extratabular +extratarsal +extratellurian +extratelluric +extratemporal +extratension +extratensive +extraterrene +extraterrestrial +extraterritorial +extraterritoriality +extraterritorially +extrathecal +extratheistic +extrathermodynamic +extrathoracic +extratorrid +extratracheal +extratribal +extratropical +extratubal +extratympanic +extrauterine +extravagance +extravagancy +extravagant +Extravagantes +extravagantly +extravagantness +extravaganza +extravagate +extravaginal +extravasate +extravasation +extravascular +extraventricular +extraversion +extravert +extravillar +extraviolet +extravisceral +extrazodiacal +extreme +extremeless +extremely +extremeness +extremism +extremist +extremistic +extremital +extremity +extricable +extricably +extricate +extricated +extrication +extrinsic +extrinsical +extrinsicality +extrinsically +extrinsicalness +extrinsicate +extrinsication +extroitive +extropical +extrorsal +extrorse +extrorsely +extrospect +extrospection +extrospective +extroversion +extroversive +extrovert +extrovertish +extrude +extruder +extruding +extrusile +extrusion +extrusive +extrusory +extubate +extubation +extumescence +extund +extusion +exuberance +exuberancy +exuberant +exuberantly +exuberantness +exuberate +exuberation +exudate +exudation +exudative +exude +exudence +exulcerate +exulceration +exulcerative +exulceratory +exult +exultance +exultancy +exultant +exultantly +exultation +exultet +exultingly +exululate +exumbral +exumbrella +exumbrellar +exundance +exundancy +exundate +exundation +exuviability +exuviable +exuviae +exuvial +exuviate +exuviation +exzodiacal +ey +eyah +eyalet +eyas +eye +eyeball +eyebalm +eyebar +eyebeam +eyeberry +eyeblink +eyebolt +eyebree +eyebridled +eyebright +eyebrow +eyecup +eyed +eyedness +eyedot +eyedrop +eyeflap +eyeful +eyeglance +eyeglass +eyehole +Eyeish +eyelash +eyeless +eyelessness +eyelet +eyeleteer +eyeletter +eyelid +eyelight +eyelike +eyeline +eyemark +eyen +eyepiece +eyepit +eyepoint +eyer +eyereach +eyeroot +eyesalve +eyeseed +eyeservant +eyeserver +eyeservice +eyeshade +eyeshield +eyeshot +eyesight +eyesome +eyesore +eyespot +eyestalk +eyestone +eyestrain +eyestring +eyetooth +eyewaiter +eyewash +eyewater +eyewear +eyewink +eyewinker +eyewitness +eyewort +eyey +eying +eyn +eyne +eyot +eyoty +eyra +eyre +eyrie +eyrir +ezba +Ezekiel +Ezra +F +f +fa +Faba +Fabaceae +fabaceous +fabella +fabes +Fabian +Fabianism +Fabianist +fabiform +fable +fabled +fabledom +fableist +fableland +fablemaker +fablemonger +fablemongering +fabler +fabliau +fabling +Fabraea +fabric +fabricant +fabricate +fabrication +fabricative +fabricator +fabricatress +Fabrikoid +fabrikoid +Fabronia +Fabroniaceae +fabular +fabulist +fabulosity +fabulous +fabulously +fabulousness +faburden +facadal +facade +face +faceable +facebread +facecloth +faced +faceless +facellite +facemaker +facemaking +faceman +facemark +facepiece +faceplate +facer +facet +facete +faceted +facetely +faceteness +facetiae +facetiation +facetious +facetiously +facetiousness +facewise +facework +facia +facial +facially +faciation +faciend +facient +facies +facile +facilely +facileness +facilitate +facilitation +facilitative +facilitator +facility +facing +facingly +facinorous +facinorousness +faciobrachial +faciocervical +faciolingual +facioplegia +facioscapulohumeral +fack +fackeltanz +fackings +fackins +facks +facsimile +facsimilist +facsimilize +fact +factable +factabling +factful +Factice +facticide +faction +factional +factionalism +factionary +factioneer +factionist +factionistism +factious +factiously +factiousness +factish +factitial +factitious +factitiously +factitive +factitively +factitude +factive +factor +factorability +factorable +factorage +factordom +factoress +factorial +factorially +factorist +factorization +factorize +factorship +factory +factoryship +factotum +factrix +factual +factuality +factually +factualness +factum +facture +facty +facula +facular +faculous +facultate +facultative +facultatively +facultied +facultize +faculty +facund +facy +fad +fadable +faddiness +faddish +faddishness +faddism +faddist +faddle +faddy +fade +fadeaway +faded +fadedly +fadedness +fadeless +faden +fader +fadge +fading +fadingly +fadingness +fadmonger +fadmongering +fadmongery +fadridden +fady +fae +faerie +Faeroe +faery +faeryland +faff +faffle +faffy +fag +Fagaceae +fagaceous +fagald +Fagales +Fagara +fage +Fagelia +fager +fagger +faggery +fagging +faggingly +fagine +fagopyrism +fagopyrismus +Fagopyrum +fagot +fagoter +fagoting +fagottino +fagottist +fagoty +Fagus +faham +fahlerz +fahlore +fahlunite +Fahrenheit +faience +fail +failing +failingly +failingness +faille +failure +fain +fainaigue +fainaiguer +faineance +faineancy +faineant +faineantism +fainly +fainness +fains +faint +fainter +faintful +faintheart +fainthearted +faintheartedly +faintheartedness +fainting +faintingly +faintish +faintishness +faintly +faintness +faints +fainty +faipule +fair +fairer +fairfieldite +fairgoer +fairgoing +fairgrass +fairground +fairily +fairing +fairish +fairishly +fairkeeper +fairlike +fairling +fairly +fairm +fairness +fairstead +fairtime +fairwater +fairway +fairy +fairydom +fairyfolk +fairyhood +fairyish +fairyism +fairyland +fairylike +fairyologist +fairyology +fairyship +faith +faithbreach +faithbreaker +faithful +faithfully +faithfulness +faithless +faithlessly +faithlessness +faithwise +faithworthiness +faithworthy +faitour +fake +fakement +faker +fakery +fakiness +fakir +fakirism +Fakofo +faky +falanaka +Falange +Falangism +Falangist +Falasha +falbala +falcade +Falcata +falcate +falcated +falcation +falcer +falces +falchion +falcial +Falcidian +falciform +Falcinellus +falciparum +Falco +falcon +falconbill +falconelle +falconer +Falcones +falconet +Falconidae +Falconiformes +Falconinae +falconine +falconlike +falconoid +falconry +falcopern +falcula +falcular +falculate +Falcunculus +faldage +falderal +faldfee +faldstool +Falerian +Falernian +Falerno +Faliscan +Falisci +Falkland +fall +fallace +fallacious +fallaciously +fallaciousness +fallacy +fallage +fallation +fallaway +fallback +fallectomy +fallen +fallenness +faller +fallfish +fallibility +fallible +fallibleness +fallibly +falling +Fallopian +fallostomy +fallotomy +fallow +fallowist +fallowness +falltime +fallway +fally +falsary +false +falsehearted +falseheartedly +falseheartedness +falsehood +falsely +falsen +falseness +falser +falsettist +falsetto +falsework +falsidical +falsie +falsifiable +falsificate +falsification +falsificator +falsifier +falsify +falsism +Falstaffian +faltboat +faltche +falter +falterer +faltering +falteringly +Falunian +Faluns +falutin +falx +fam +Fama +famatinite +famble +fame +fameflower +fameful +fameless +famelessly +famelessness +Fameuse +fameworthy +familia +familial +familiar +familiarism +familiarity +familiarization +familiarize +familiarizer +familiarizingly +familiarly +familiarness +familism +familist +familistery +familistic +familistical +family +familyish +famine +famish +famishment +famous +famously +famousness +famulary +famulus +Fan +fan +fana +fanal +fanam +fanatic +fanatical +fanatically +fanaticalness +fanaticism +fanaticize +fanback +fanbearer +fanciable +fancical +fancied +fancier +fanciful +fancifully +fancifulness +fancify +fanciless +fancy +fancymonger +fancysick +fancywork +fand +fandangle +fandango +fandom +fanega +fanegada +fanfarade +Fanfare +fanfare +fanfaron +fanfaronade +fanfaronading +fanflower +fanfoot +fang +fanged +fangle +fangled +fanglement +fangless +fanglet +fanglomerate +fangot +fangy +fanhouse +faniente +fanion +fanioned +fanlight +fanlike +fanmaker +fanmaking +fanman +fannel +fanner +Fannia +fannier +fanning +Fanny +fanon +fant +fantail +fantasia +fantasie +fantasied +fantasist +fantasque +fantassin +fantast +fantastic +fantastical +fantasticality +fantastically +fantasticalness +fantasticate +fantastication +fantasticism +fantasticly +fantasticness +fantastico +fantastry +fantasy +Fanti +fantigue +fantoccini +fantocine +fantod +fantoddish +Fanwe +fanweed +fanwise +fanwork +fanwort +fanwright +Fany +faon +Fapesmo +far +farad +faradaic +faraday +faradic +faradism +faradization +faradize +faradizer +faradmeter +faradocontractility +faradomuscular +faradonervous +faradopalpation +farandole +farasula +faraway +farawayness +farce +farcelike +farcer +farcetta +farcial +farcialize +farcical +farcicality +farcically +farcicalness +farcied +farcify +farcing +farcinoma +farcist +farctate +farcy +farde +fardel +fardelet +fardh +fardo +fare +farer +farewell +farfara +farfel +farfetched +farfetchedness +Farfugium +fargoing +fargood +farina +farinaceous +farinaceously +faring +farinometer +farinose +farinosely +farinulent +Farish +farish +farkleberry +farl +farleu +farm +farmable +farmage +farmer +farmeress +farmerette +farmerlike +farmership +farmery +farmhold +farmhouse +farmhousey +farming +farmost +farmplace +farmstead +farmsteading +farmtown +farmy +farmyard +farmyardy +farnesol +farness +Farnovian +faro +Faroeish +Faroese +farolito +Farouk +farraginous +farrago +farrand +farrandly +farrantly +farreate +farreation +farrier +farrierlike +farriery +farrisite +farrow +farruca +farsalah +farse +farseeing +farseeingness +farseer +farset +Farsi +farsighted +farsightedly +farsightedness +farther +farthermost +farthest +farthing +farthingale +farthingless +farweltered +fasces +fascet +fascia +fascial +fasciate +fasciated +fasciately +fasciation +fascicle +fascicled +fascicular +fascicularly +fasciculate +fasciculated +fasciculately +fasciculation +fascicule +fasciculus +fascinate +fascinated +fascinatedly +fascinating +fascinatingly +fascination +fascinative +fascinator +fascinatress +fascine +fascinery +Fascio +fasciodesis +fasciola +fasciolar +Fasciolaria +Fasciolariidae +fasciole +fasciolet +fascioliasis +Fasciolidae +fascioloid +fascioplasty +fasciotomy +fascis +fascism +fascist +Fascista +Fascisti +fascisticization +fascisticize +fascistization +fascistize +fash +fasher +fashery +fashion +fashionability +fashionable +fashionableness +fashionably +fashioned +fashioner +fashionist +fashionize +fashionless +fashionmonger +fashionmonging +fashious +fashiousness +fasibitikite +fasinite +fass +fassalite +fast +fasten +fastener +fastening +faster +fastgoing +fasthold +fastidiosity +fastidious +fastidiously +fastidiousness +fastidium +fastigate +fastigated +fastigiate +fastigium +fasting +fastingly +fastish +fastland +fastness +fastuous +fastuously +fastuousness +fastus +fat +Fatagaga +fatal +fatalism +fatalist +fatalistic +fatalistically +fatality +fatalize +fatally +fatalness +fatbird +fatbrained +fate +fated +fateful +fatefully +fatefulness +fatelike +fathead +fatheaded +fatheadedness +fathearted +father +fathercraft +fathered +fatherhood +fatherland +fatherlandish +fatherless +fatherlessness +fatherlike +fatherliness +fatherling +fatherly +fathership +fathmur +fathom +fathomable +fathomage +fathomer +Fathometer +fathomless +fathomlessly +fathomlessness +fatidic +fatidical +fatidically +fatiferous +fatigability +fatigable +fatigableness +fatigue +fatigueless +fatiguesome +fatiguing +fatiguingly +fatiha +fatil +fatiloquent +Fatima +Fatimid +fatiscence +fatiscent +fatless +fatling +fatly +fatness +fatsia +fattable +fatten +fattenable +fattener +fatter +fattily +fattiness +fattish +fattishness +fattrels +fatty +fatuism +fatuitous +fatuitousness +fatuity +fatuoid +fatuous +fatuously +fatuousness +fatwood +faucal +faucalize +fauces +faucet +fauchard +faucial +faucitis +faucre +faugh +faujasite +fauld +Faulkland +fault +faultage +faulter +faultfind +faultfinder +faultfinding +faultful +faultfully +faultily +faultiness +faulting +faultless +faultlessly +faultlessness +faultsman +faulty +faun +Fauna +faunal +faunally +faunated +faunish +faunist +faunistic +faunistical +faunistically +faunlike +faunological +faunology +faunule +fause +faussebraie +faussebrayed +faust +Faustian +fauterer +fautor +fautorship +fauve +Fauvism +Fauvist +favaginous +favella +favellidium +favelloid +Faventine +faveolate +faveolus +faviform +favilla +favillous +favism +favissa +favn +favonian +Favonius +favor +favorable +favorableness +favorably +favored +favoredly +favoredness +favorer +favoress +favoring +favoringly +favorite +favoritism +favorless +favose +favosely +favosite +Favosites +Favositidae +favositoid +favous +favus +fawn +fawner +fawnery +fawning +fawningly +fawningness +fawnlike +fawnskin +fawny +Fay +fay +Fayal +fayalite +Fayettism +fayles +Fayumic +faze +fazenda +fe +feaberry +feague +feak +feal +fealty +fear +fearable +feared +fearedly +fearedness +fearer +fearful +fearfully +fearfulness +fearingly +fearless +fearlessly +fearlessness +fearnought +fearsome +fearsomely +fearsomeness +feasance +feasibility +feasible +feasibleness +feasibly +feasor +feast +feasten +feaster +feastful +feastfully +feastless +feat +feather +featherback +featherbed +featherbedding +featherbird +featherbone +featherbrain +featherbrained +featherdom +feathered +featheredge +featheredged +featherer +featherfew +featherfoil +featherhead +featherheaded +featheriness +feathering +featherleaf +featherless +featherlessness +featherlet +featherlike +featherman +feathermonger +featherpate +featherpated +featherstitch +featherstitching +feathertop +featherway +featherweed +featherweight +featherwing +featherwise +featherwood +featherwork +featherworker +feathery +featliness +featly +featness +featous +featural +featurally +feature +featured +featureful +featureless +featureliness +featurely +featy +feaze +feazings +febricant +febricide +febricity +febricula +febrifacient +febriferous +febrific +febrifugal +febrifuge +febrile +febrility +Febronian +Febronianism +Februarius +February +februation +fecal +fecalith +fecaloid +feces +Fechnerian +feck +feckful +feckfully +feckless +fecklessly +fecklessness +feckly +fecula +feculence +feculency +feculent +fecund +fecundate +fecundation +fecundative +fecundator +fecundatory +fecundify +fecundity +fecundize +fed +feddan +federacy +Federal +federal +federalism +federalist +federalization +federalize +federally +federalness +federate +federation +federationist +federatist +federative +federatively +federator +Fedia +Fedora +fee +feeable +feeble +feeblebrained +feeblehearted +feebleheartedly +feebleheartedness +feebleness +feebling +feeblish +feebly +feed +feedable +feedback +feedbin +feedboard +feedbox +feeder +feedhead +feeding +feedman +feedsman +feedstuff +feedway +feedy +feel +feelable +feeler +feeless +feeling +feelingful +feelingless +feelinglessly +feelingly +feelingness +feer +feere +feering +feetage +feetless +feeze +fefnicute +fegary +Fegatella +Fehmic +fei +feif +feigher +feign +feigned +feignedly +feignedness +feigner +feigning +feigningly +Feijoa +feil +feint +feis +feist +feisty +Felapton +feldsher +feldspar +feldsparphyre +feldspathic +feldspathization +feldspathoid +Felichthys +felicide +felicific +felicitate +felicitation +felicitator +felicitous +felicitously +felicitousness +felicity +felid +Felidae +feliform +Felinae +feline +felinely +felineness +felinity +felinophile +felinophobe +Felis +Felix +fell +fellable +fellage +fellah +fellaheen +fellahin +Fellani +Fellata +Fellatah +fellatio +fellation +fellen +feller +fellic +felliducous +fellifluous +felling +fellingbird +fellinic +fellmonger +fellmongering +fellmongery +fellness +felloe +fellow +fellowcraft +fellowess +fellowheirship +fellowless +fellowlike +fellowship +fellside +fellsman +felly +feloid +felon +feloness +felonious +feloniously +feloniousness +felonry +felonsetter +felonsetting +felonweed +felonwood +felonwort +felony +fels +felsite +felsitic +felsobanyite +felsophyre +felsophyric +felsosphaerite +felstone +felt +felted +felter +felting +feltlike +feltmaker +feltmaking +feltmonger +feltness +feltwork +feltwort +felty +feltyfare +felucca +Felup +felwort +female +femalely +femaleness +femality +femalize +Feme +feme +femerell +femic +femicide +feminacy +feminal +feminality +feminate +femineity +feminie +feminility +feminin +feminine +femininely +feminineness +femininism +femininity +feminism +feminist +feministic +feministics +feminity +feminization +feminize +feminologist +feminology +feminophobe +femora +femoral +femorocaudal +femorocele +femorococcygeal +femorofibular +femoropopliteal +femororotulian +femorotibial +femur +fen +fenbank +fenberry +fence +fenceful +fenceless +fencelessness +fencelet +fenceplay +fencer +fenceress +fenchene +fenchone +fenchyl +fencible +fencing +fend +fendable +fender +fendering +fenderless +fendillate +fendillation +fendy +feneration +fenestella +Fenestellidae +fenestra +fenestral +fenestrate +fenestrated +fenestration +fenestrato +fenestrule +Fenian +Fenianism +fenite +fenks +fenland +fenlander +fenman +fennec +fennel +fennelflower +fennig +fennish +Fennoman +fenny +fenouillet +Fenrir +fensive +fent +fenter +fenugreek +Fenzelia +feod +feodal +feodality +feodary +feodatory +feoff +feoffee +feoffeeship +feoffment +feoffor +feower +feracious +feracity +Ferae +Ferahan +feral +feralin +Feramorz +ferash +ferberite +Ferdiad +ferdwit +feretory +feretrum +ferfathmur +ferfet +ferganite +Fergus +fergusite +Ferguson +fergusonite +feria +ferial +feridgi +ferie +ferine +ferinely +ferineness +Feringi +Ferio +Ferison +ferity +ferk +ferling +ferly +fermail +Fermatian +ferme +ferment +fermentability +fermentable +fermentarian +fermentation +fermentative +fermentatively +fermentativeness +fermentatory +fermenter +fermentescible +fermentitious +fermentive +fermentology +fermentor +fermentum +fermerer +fermery +fermila +fermorite +fern +fernandinite +Fernando +fernbird +fernbrake +ferned +fernery +ferngale +ferngrower +fernland +fernleaf +fernless +fernlike +fernshaw +fernsick +ferntickle +ferntickled +fernwort +ferny +Ferocactus +ferocious +ferociously +ferociousness +ferocity +feroher +Feronia +ferrado +ferrament +Ferrara +Ferrarese +ferrate +ferrated +ferrateen +ferratin +ferrean +ferreous +ferret +ferreter +ferreting +ferretto +ferrety +ferri +ferriage +ferric +ferrichloride +ferricyanate +ferricyanhydric +ferricyanic +ferricyanide +ferricyanogen +ferrier +ferriferous +ferrihydrocyanic +ferriprussiate +ferriprussic +ferrite +ferritization +ferritungstite +ferrivorous +ferroalloy +ferroaluminum +ferroboron +ferrocalcite +ferrocerium +ferrochrome +ferrochromium +ferroconcrete +ferroconcretor +ferrocyanate +ferrocyanhydric +ferrocyanic +ferrocyanide +ferrocyanogen +ferroglass +ferrogoslarite +ferrohydrocyanic +ferroinclave +ferromagnesian +ferromagnetic +ferromagnetism +ferromanganese +ferromolybdenum +ferronatrite +ferronickel +ferrophosphorus +ferroprint +ferroprussiate +ferroprussic +ferrosilicon +ferrotitanium +ferrotungsten +ferrotype +ferrotyper +ferrous +ferrovanadium +ferrozirconium +ferruginate +ferrugination +ferruginean +ferruginous +ferrule +ferruler +ferrum +ferruminate +ferrumination +ferry +ferryboat +ferryhouse +ferryman +ferryway +ferthumlungur +Fertil +fertile +fertilely +fertileness +fertility +fertilizable +fertilization +fertilizational +fertilize +fertilizer +feru +ferula +ferulaceous +ferule +ferulic +fervanite +fervency +fervent +fervently +ferventness +fervescence +fervescent +fervid +fervidity +fervidly +fervidness +Fervidor +fervor +fervorless +Fesapo +Fescennine +fescenninity +fescue +fess +fessely +fesswise +fest +festal +festally +Feste +fester +festerment +festilogy +festinance +festinate +festinately +festination +festine +Festino +festival +festivally +festive +festively +festiveness +festivity +festivous +festology +festoon +festoonery +festoony +festuca +festucine +fet +fetal +fetalism +fetalization +fetation +fetch +fetched +fetcher +fetching +fetchingly +feteless +feterita +fetial +fetiales +fetichmonger +feticidal +feticide +fetid +fetidity +fetidly +fetidness +fetiferous +fetiparous +fetish +fetisheer +fetishic +fetishism +fetishist +fetishistic +fetishization +fetishize +fetishmonger +fetishry +fetlock +fetlocked +fetlow +fetography +fetometry +fetoplacental +fetor +fetter +fetterbush +fetterer +fetterless +fetterlock +fetticus +fettle +fettler +fettling +fetus +feu +feuage +feuar +feucht +feud +feudal +feudalism +feudalist +feudalistic +feudality +feudalizable +feudalization +feudalize +feudally +feudatorial +feudatory +feudee +feudist +feudovassalism +feued +Feuillants +feuille +feuilletonism +feuilletonist +feuilletonistic +feulamort +fever +feverberry +feverbush +fevercup +feveret +feverfew +fevergum +feverish +feverishly +feverishness +feverless +feverlike +feverous +feverously +feverroot +fevertrap +fevertwig +fevertwitch +feverweed +feverwort +few +fewness +fewsome +fewter +fewterer +fewtrils +fey +feyness +fez +Fezzan +fezzed +Fezziwig +fezzy +fi +fiacre +fiance +fiancee +fianchetto +Fianna +fiar +fiard +fiasco +fiat +fiatconfirmatio +fib +fibber +fibbery +fibdom +Fiber +fiber +fiberboard +fibered +Fiberglas +fiberize +fiberizer +fiberless +fiberware +fibration +fibreless +fibreware +fibriform +fibril +fibrilla +fibrillar +fibrillary +fibrillate +fibrillated +fibrillation +fibrilled +fibrilliferous +fibrilliform +fibrillose +fibrillous +fibrin +fibrinate +fibrination +fibrine +fibrinemia +fibrinoalbuminous +fibrinocellular +fibrinogen +fibrinogenetic +fibrinogenic +fibrinogenous +fibrinolysin +fibrinolysis +fibrinolytic +fibrinoplastic +fibrinoplastin +fibrinopurulent +fibrinose +fibrinosis +fibrinous +fibrinuria +fibroadenia +fibroadenoma +fibroadipose +fibroangioma +fibroareolar +fibroblast +fibroblastic +fibrobronchitis +fibrocalcareous +fibrocarcinoma +fibrocartilage +fibrocartilaginous +fibrocaseose +fibrocaseous +fibrocellular +fibrochondritis +fibrochondroma +fibrochondrosteal +fibrocrystalline +fibrocyst +fibrocystic +fibrocystoma +fibrocyte +fibroelastic +fibroenchondroma +fibrofatty +fibroferrite +fibroglia +fibroglioma +fibrohemorrhagic +fibroid +fibroin +fibrointestinal +fibroligamentous +fibrolipoma +fibrolipomatous +fibrolite +fibrolitic +fibroma +fibromata +fibromatoid +fibromatosis +fibromatous +fibromembrane +fibromembranous +fibromucous +fibromuscular +fibromyectomy +fibromyitis +fibromyoma +fibromyomatous +fibromyomectomy +fibromyositis +fibromyotomy +fibromyxoma +fibromyxosarcoma +fibroneuroma +fibronuclear +fibronucleated +fibropapilloma +fibropericarditis +fibroplastic +fibropolypus +fibropsammoma +fibropurulent +fibroreticulate +fibrosarcoma +fibrose +fibroserous +fibrosis +fibrositis +Fibrospongiae +fibrotic +fibrotuberculosis +fibrous +fibrously +fibrousness +fibrovasal +fibrovascular +fibry +fibster +fibula +fibulae +fibular +fibulare +fibulocalcaneal +Ficaria +ficary +fice +ficelle +fiche +Fichtean +Fichteanism +fichtelite +fichu +ficiform +fickle +ficklehearted +fickleness +ficklety +ficklewise +fickly +fico +ficoid +Ficoidaceae +Ficoideae +ficoides +fictation +fictile +fictileness +fictility +fiction +fictional +fictionalize +fictionally +fictionary +fictioneer +fictioner +fictionist +fictionistic +fictionization +fictionize +fictionmonger +fictious +fictitious +fictitiously +fictitiousness +fictive +fictively +Ficula +Ficus +fid +Fidac +fidalgo +fidate +fidation +fiddle +fiddleback +fiddlebrained +fiddlecome +fiddledeedee +fiddlefaced +fiddlehead +fiddleheaded +fiddler +fiddlerfish +fiddlery +fiddlestick +fiddlestring +fiddlewood +fiddley +fiddling +fide +fideicommiss +fideicommissary +fideicommission +fideicommissioner +fideicommissor +fideicommissum +fideism +fideist +fidejussion +fidejussionary +fidejussor +fidejussory +Fidele +Fidelia +Fidelio +fidelity +fidepromission +fidepromissor +Fides +Fidessa +fidfad +fidge +fidget +fidgeter +fidgetily +fidgetiness +fidgeting +fidgetingly +fidgety +Fidia +fidicinal +fidicinales +fidicula +Fido +fiducia +fiducial +fiducially +fiduciarily +fiduciary +fiducinales +fie +fiedlerite +fiefdom +field +fieldball +fieldbird +fielded +fielder +fieldfare +fieldish +fieldman +fieldpiece +fieldsman +fieldward +fieldwards +fieldwork +fieldworker +fieldwort +fieldy +fiend +fiendful +fiendfully +fiendhead +fiendish +fiendishly +fiendishness +fiendism +fiendlike +fiendliness +fiendly +fiendship +fient +Fierabras +Fierasfer +fierasferid +Fierasferidae +fierasferoid +fierce +fiercehearted +fiercely +fiercen +fierceness +fierding +fierily +fieriness +fiery +fiesta +fieulamort +Fife +fife +fifer +fifie +fifish +fifo +fifteen +fifteener +fifteenfold +fifteenth +fifteenthly +fifth +fifthly +fiftieth +fifty +fiftyfold +fig +figaro +figbird +figeater +figent +figged +figgery +figging +figgle +figgy +fight +fightable +fighter +fighteress +fighting +fightingly +fightwite +Figitidae +figless +figlike +figment +figmental +figpecker +figshell +figulate +figulated +figuline +figurability +figurable +figural +figurant +figurante +figurate +figurately +figuration +figurative +figuratively +figurativeness +figure +figured +figuredly +figurehead +figureheadless +figureheadship +figureless +figurer +figuresome +figurette +figurial +figurine +figurism +figurist +figurize +figury +figworm +figwort +Fiji +Fijian +fike +fikie +filace +filaceous +filacer +Filago +filament +filamentar +filamentary +filamented +filamentiferous +filamentoid +filamentose +filamentous +filamentule +filander +filanders +filao +filar +Filaria +filaria +filarial +filarian +filariasis +filaricidal +filariform +filariid +Filariidae +filarious +filasse +filate +filator +filature +filbert +filch +filcher +filchery +filching +filchingly +file +filefish +filelike +filemaker +filemaking +filemot +filer +filesmith +filet +filial +filiality +filially +filialness +filiate +filiation +filibeg +filibranch +Filibranchia +filibranchiate +filibuster +filibusterer +filibusterism +filibusterous +filical +Filicales +filicauline +Filices +filicic +filicidal +filicide +filiciform +filicin +Filicineae +filicinean +filicite +Filicites +filicologist +filicology +Filicornia +filiety +filiferous +filiform +filiformed +Filigera +filigerous +filigree +filing +filings +filionymic +filiopietistic +filioque +Filipendula +filipendulous +Filipina +Filipiniana +Filipinization +Filipinize +Filipino +filippo +filipuncture +filite +Filix +fill +fillable +filled +fillemot +filler +fillercap +fillet +filleter +filleting +filletlike +filletster +filleul +filling +fillingly +fillingness +fillip +fillipeen +fillister +fillmass +fillock +fillowite +filly +film +filmable +filmdom +filmet +filmgoer +filmgoing +filmic +filmiform +filmily +filminess +filmish +filmist +filmize +filmland +filmlike +filmogen +filmslide +filmstrip +filmy +filo +filoplumaceous +filoplume +filopodium +Filosa +filose +filoselle +fils +filter +filterability +filterable +filterableness +filterer +filtering +filterman +filth +filthify +filthily +filthiness +filthless +filthy +filtrability +filtrable +filtratable +filtrate +filtration +fimble +fimbria +fimbrial +fimbriate +fimbriated +fimbriation +fimbriatum +fimbricate +fimbricated +fimbrilla +fimbrillate +fimbrilliferous +fimbrillose +fimbriodentate +Fimbristylis +fimetarious +fimicolous +Fin +fin +finable +finableness +finagle +finagler +final +finale +finalism +finalist +finality +finalize +finally +finance +financial +financialist +financially +financier +financiery +financist +finback +finch +finchbacked +finched +finchery +find +findability +findable +findal +finder +findfault +finding +findjan +fine +fineable +finebent +fineish +fineleaf +fineless +finely +finement +fineness +finer +finery +finespun +finesse +finesser +finestill +finestiller +finetop +finfish +finfoot +Fingal +Fingall +Fingallian +fingent +finger +fingerable +fingerberry +fingerbreadth +fingered +fingerer +fingerfish +fingerflower +fingerhold +fingerhook +fingering +fingerleaf +fingerless +fingerlet +fingerlike +fingerling +fingernail +fingerparted +fingerprint +fingerprinting +fingerroot +fingersmith +fingerspin +fingerstall +fingerstone +fingertip +fingerwise +fingerwork +fingery +fingrigo +Fingu +finial +finialed +finical +finicality +finically +finicalness +finicism +finick +finickily +finickiness +finicking +finickingly +finickingness +finific +finify +Finiglacial +finikin +finiking +fining +finis +finish +finishable +finished +finisher +finishing +finite +finitely +finiteness +finitesimal +finitive +finitude +finity +finjan +fink +finkel +finland +Finlander +finless +finlet +finlike +Finmark +Finn +finnac +finned +finner +finnesko +Finnic +Finnicize +finnip +Finnish +finny +finochio +Fionnuala +fiord +fiorded +Fioretti +fiorin +fiorite +Fiot +fip +fipenny +fipple +fique +fir +Firbolg +firca +fire +fireable +firearm +firearmed +fireback +fireball +firebird +fireblende +fireboard +fireboat +firebolt +firebolted +firebote +firebox +fireboy +firebrand +firebrat +firebreak +firebrick +firebug +fireburn +firecoat +firecracker +firecrest +fired +firedamp +firedog +firedrake +firefall +firefang +firefanged +fireflaught +fireflirt +fireflower +firefly +fireguard +firehouse +fireless +firelight +firelike +fireling +firelit +firelock +fireman +firemanship +firemaster +fireplace +fireplug +firepower +fireproof +fireproofing +fireproofness +firer +fireroom +firesafe +firesafeness +firesafety +fireshaft +fireshine +fireside +firesider +firesideship +firespout +firestone +firestopping +firetail +firetop +firetrap +firewarden +firewater +fireweed +firewood +firework +fireworkless +fireworky +fireworm +firing +firk +firker +firkin +firlot +firm +firmament +firmamental +firman +firmance +firmer +firmhearted +firmisternal +Firmisternia +firmisternial +firmisternous +firmly +firmness +firn +Firnismalerei +Firoloida +firring +firry +first +firstcomer +firsthand +firstling +firstly +firstness +firstship +firth +fisc +fiscal +fiscalify +fiscalism +fiscalization +fiscalize +fiscally +fischerite +fise +fisetin +fish +fishable +fishback +fishbed +fishberry +fishbolt +fishbone +fisheater +fished +fisher +fisherboat +fisherboy +fisheress +fisherfolk +fishergirl +fisherman +fisherpeople +fisherwoman +fishery +fishet +fisheye +fishfall +fishful +fishgarth +fishgig +fishhood +fishhook +fishhooks +fishhouse +fishify +fishily +fishiness +fishing +fishingly +fishless +fishlet +fishlike +fishline +fishling +fishman +fishmonger +fishmouth +fishplate +fishpond +fishpool +fishpot +fishpotter +fishpound +fishskin +fishtail +fishway +fishweed +fishweir +fishwife +fishwoman +fishwood +fishworker +fishworks +fishworm +fishy +fishyard +fisnoga +fissate +fissicostate +fissidactyl +Fissidens +Fissidentaceae +fissidentaceous +fissile +fissileness +fissilingual +Fissilinguia +fissility +fission +fissionable +fissipalmate +fissipalmation +fissiparation +fissiparism +fissiparity +fissiparous +fissiparously +fissiparousness +fissiped +Fissipeda +fissipedal +fissipedate +Fissipedia +fissipedial +Fissipes +fissirostral +fissirostrate +Fissirostres +fissive +fissural +fissuration +fissure +fissureless +Fissurella +Fissurellidae +fissuriform +fissury +fist +fisted +fister +fistful +fistiana +fistic +fistical +fisticuff +fisticuffer +fisticuffery +fistify +fistiness +fisting +fistlike +fistmele +fistnote +fistuca +fistula +Fistulana +fistular +Fistularia +Fistulariidae +fistularioid +fistulate +fistulated +fistulatome +fistulatous +fistule +fistuliform +Fistulina +fistulize +fistulose +fistulous +fistwise +fisty +fit +fitch +fitched +fitchee +fitcher +fitchery +fitchet +fitchew +fitful +fitfully +fitfulness +fitly +fitment +fitness +fitout +fitroot +fittable +fittage +fitted +fittedness +fitten +fitter +fitters +fittily +fittiness +fitting +fittingly +fittingness +Fittonia +fitty +fittyfied +fittyways +fittywise +fitweed +Fitzclarence +Fitzroy +Fitzroya +Fiuman +five +fivebar +fivefold +fivefoldness +fiveling +fivepence +fivepenny +fivepins +fiver +fives +fivescore +fivesome +fivestones +fix +fixable +fixage +fixate +fixatif +fixation +fixative +fixator +fixature +fixed +fixedly +fixedness +fixer +fixidity +fixing +fixity +fixture +fixtureless +fixure +fizelyite +fizgig +fizz +fizzer +fizzle +fizzy +fjarding +fjeld +fjerding +Fjorgyn +flabbergast +flabbergastation +flabbily +flabbiness +flabby +flabellarium +flabellate +flabellation +flabellifoliate +flabelliform +flabellinerved +flabellum +flabrum +flaccid +flaccidity +flaccidly +flaccidness +flacherie +Flacian +Flacianism +Flacianist +flack +flacked +flacker +flacket +Flacourtia +Flacourtiaceae +flacourtiaceous +flaff +flaffer +flag +flagboat +flagellant +flagellantism +flagellar +Flagellaria +Flagellariaceae +flagellariaceous +Flagellata +Flagellatae +flagellate +flagellated +flagellation +flagellative +flagellator +flagellatory +flagelliferous +flagelliform +flagellist +flagellosis +flagellula +flagellum +flageolet +flagfall +flagger +flaggery +flaggily +flagginess +flagging +flaggingly +flaggish +flaggy +flagitate +flagitation +flagitious +flagitiously +flagitiousness +flagleaf +flagless +flaglet +flaglike +flagmaker +flagmaking +flagman +flagon +flagonet +flagonless +flagpole +flagrance +flagrancy +flagrant +flagrantly +flagrantness +flagroot +flagship +flagstaff +flagstick +flagstone +flagworm +flail +flaillike +flair +flaith +flaithship +flajolotite +flak +flakage +flake +flakeless +flakelet +flaker +flakily +flakiness +flaky +flam +Flamandization +Flamandize +flamant +flamb +flambeau +flambeaux +flamberg +flamboyance +flamboyancy +flamboyant +flamboyantism +flamboyantize +flamboyantly +flamboyer +flame +flamed +flameflower +flameless +flamelet +flamelike +flamen +flamenco +flamenship +flameproof +flamer +flamfew +flamineous +flaming +Flamingant +flamingly +flamingo +Flaminian +flaminica +flaminical +flammability +flammable +flammeous +flammiferous +flammulated +flammulation +flammule +flamy +flan +flancard +flanch +flanched +flanconade +flandan +flandowser +flane +flange +flangeless +flanger +flangeway +flank +flankard +flanked +flanker +flanking +flankwise +flanky +flannel +flannelbush +flanneled +flannelette +flannelflower +flannelleaf +flannelly +flannelmouth +flannelmouthed +flannels +flanque +flap +flapcake +flapdock +flapdoodle +flapdragon +flapjack +flapmouthed +flapper +flapperdom +flapperhood +flapperish +flapperism +flare +flareback +flareboard +flareless +flaring +flaringly +flary +flaser +flash +flashboard +flasher +flashet +flashily +flashiness +flashing +flashingly +flashlight +flashlike +flashly +flashness +flashover +flashpan +flashproof +flashtester +flashy +flask +flasker +flasket +flasklet +flasque +flat +flatboat +flatbottom +flatcap +flatcar +flatdom +flated +flatfish +flatfoot +flathat +flathead +flatiron +flatland +flatlet +flatling +flatly +flatman +flatness +flatnose +flatten +flattener +flattening +flatter +flatterable +flattercap +flatterdock +flatterer +flattering +flatteringly +flatteringness +flattery +flattie +flatting +flattish +flattop +flatulence +flatulency +flatulent +flatulently +flatulentness +flatus +flatware +flatway +flatways +flatweed +flatwise +flatwoods +flatwork +flatworm +Flaubertian +flaught +flaughter +flaunt +flaunter +flauntily +flauntiness +flaunting +flauntingly +flaunty +flautino +flautist +flavanilin +flavaniline +flavanthrene +flavanthrone +flavedo +Flaveria +flavescence +flavescent +Flavia +Flavian +flavic +flavicant +flavid +flavin +flavine +Flavius +flavo +Flavobacterium +flavone +flavoprotein +flavopurpurin +flavor +flavored +flavorer +flavorful +flavoring +flavorless +flavorous +flavorsome +flavory +flavour +flaw +flawed +flawflower +flawful +flawless +flawlessly +flawlessness +flawn +flawy +flax +flaxboard +flaxbush +flaxdrop +flaxen +flaxlike +flaxman +flaxseed +flaxtail +flaxweed +flaxwench +flaxwife +flaxwoman +flaxwort +flaxy +flay +flayer +flayflint +flea +fleabane +fleabite +fleadock +fleam +fleaseed +fleaweed +fleawood +fleawort +fleay +flebile +fleche +flechette +fleck +flecken +flecker +fleckiness +fleckled +fleckless +flecklessly +flecky +flecnodal +flecnode +flection +flectional +flectionless +flector +fled +fledge +fledgeless +fledgling +fledgy +flee +fleece +fleeceable +fleeced +fleeceflower +fleeceless +fleecelike +fleecer +fleech +fleechment +fleecily +fleeciness +fleecy +fleer +fleerer +fleering +fleeringly +fleet +fleeter +fleetful +fleeting +fleetingly +fleetingness +fleetings +fleetly +fleetness +fleetwing +Flem +Fleming +Flemish +flemish +flench +flense +flenser +flerry +flesh +fleshbrush +fleshed +fleshen +flesher +fleshful +fleshhood +fleshhook +fleshiness +fleshing +fleshings +fleshless +fleshlike +fleshlily +fleshliness +fleshly +fleshment +fleshmonger +fleshpot +fleshy +flet +Fleta +fletch +Fletcher +fletcher +Fletcherism +Fletcherite +Fletcherize +flether +fleuret +fleurettee +fleuronnee +fleury +flew +flewed +flewit +flews +flex +flexanimous +flexed +flexibility +flexible +flexibleness +flexibly +flexile +flexility +flexion +flexionless +flexor +flexuose +flexuosity +flexuous +flexuously +flexuousness +flexural +flexure +flexured +fley +fleyedly +fleyedness +fleyland +fleysome +flibbertigibbet +flicflac +flick +flicker +flickering +flickeringly +flickerproof +flickertail +flickery +flicky +flidder +flier +fligger +flight +flighted +flighter +flightful +flightily +flightiness +flighting +flightless +flightshot +flighty +flimflam +flimflammer +flimflammery +flimmer +flimp +flimsily +flimsiness +flimsy +flinch +flincher +flinching +flinchingly +flinder +Flindersia +flindosa +flindosy +fling +flinger +flingy +flinkite +flint +flinter +flinthearted +flintify +flintily +flintiness +flintless +flintlike +flintlock +flintwood +flintwork +flintworker +flinty +flioma +flip +flipe +flipjack +flippancy +flippant +flippantly +flippantness +flipper +flipperling +flippery +flirt +flirtable +flirtation +flirtational +flirtationless +flirtatious +flirtatiously +flirtatiousness +flirter +flirtigig +flirting +flirtingly +flirtish +flirtishness +flirtling +flirty +flisk +flisky +flit +flitch +flitchen +flite +flitfold +fliting +flitter +flitterbat +flittermouse +flittern +flitting +flittingly +flitwite +flivver +flix +flixweed +Flo +float +floatability +floatable +floatage +floatation +floatative +floatboard +floater +floatiness +floating +floatingly +floative +floatless +floatmaker +floatman +floatplane +floatsman +floatstone +floaty +flob +flobby +floc +floccillation +floccipend +floccose +floccosely +flocculable +flocculant +floccular +flocculate +flocculation +flocculator +floccule +flocculence +flocculency +flocculent +flocculently +flocculose +flocculus +floccus +flock +flocker +flocking +flockless +flocklike +flockman +flockmaster +flockowner +flockwise +flocky +flocoon +flodge +floe +floeberg +Floerkea +floey +flog +floggable +flogger +flogging +floggingly +flogmaster +flogster +flokite +flong +flood +floodable +floodage +floodboard +floodcock +flooded +flooder +floodgate +flooding +floodless +floodlet +floodlight +floodlighting +floodlike +floodmark +floodometer +floodproof +floodtime +floodwater +floodway +floodwood +floody +floor +floorage +floorcloth +floorer +floorhead +flooring +floorless +floorman +floorwalker +floorward +floorway +floorwise +floozy +flop +flophouse +flopover +flopper +floppers +floppily +floppiness +floppy +flopwing +Flora +flora +floral +Floralia +floralize +florally +floramor +floran +florate +floreal +floreate +Florence +florence +florent +Florentine +Florentinism +florentium +flores +florescence +florescent +floressence +floret +floreted +floretum +Floria +Florian +floriate +floriated +floriation +florican +floricin +floricultural +floriculturally +floriculture +floriculturist +florid +Florida +Floridan +Florideae +floridean +florideous +Floridian +floridity +floridly +floridness +floriferous +floriferously +floriferousness +florification +floriform +florigen +florigenic +florigraphy +florikan +floriken +florilegium +florimania +florimanist +florin +Florinda +floriparous +floripondio +floriscope +Florissant +florist +floristic +floristically +floristics +floristry +florisugent +florivorous +floroon +floroscope +florula +florulent +flory +floscular +Floscularia +floscularian +Flosculariidae +floscule +flosculose +flosculous +flosh +floss +flosser +flossflower +Flossie +flossification +flossing +flossy +flot +flota +flotage +flotant +flotation +flotative +flotilla +flotorial +flotsam +flounce +flouncey +flouncing +flounder +floundering +flounderingly +flour +flourish +flourishable +flourisher +flourishing +flourishingly +flourishment +flourishy +flourlike +floury +flouse +flout +flouter +flouting +floutingly +flow +flowable +flowage +flower +flowerage +flowered +flowerer +floweret +flowerful +flowerily +floweriness +flowering +flowerist +flowerless +flowerlessness +flowerlet +flowerlike +flowerpecker +flowerpot +flowerwork +flowery +flowing +flowingly +flowingness +flowmanostat +flowmeter +flown +flowoff +Floyd +flu +fluate +fluavil +flub +flubdub +flubdubbery +flucan +fluctiferous +fluctigerous +fluctisonant +fluctisonous +fluctuability +fluctuable +fluctuant +fluctuate +fluctuation +fluctuosity +fluctuous +flue +flued +flueless +fluellen +fluellite +flueman +fluency +fluent +fluently +fluentness +fluer +fluework +fluey +fluff +fluffer +fluffily +fluffiness +fluffy +Flugelhorn +flugelman +fluible +fluid +fluidacetextract +fluidal +fluidally +fluidextract +fluidglycerate +fluidible +fluidic +fluidification +fluidifier +fluidify +fluidimeter +fluidism +fluidist +fluidity +fluidization +fluidize +fluidly +fluidness +fluidram +fluigram +fluitant +fluke +fluked +flukeless +flukeworm +flukewort +flukily +flukiness +fluking +fluky +flumdiddle +flume +flumerin +fluminose +flummadiddle +flummer +flummery +flummox +flummydiddle +flump +flung +flunk +flunker +flunkeydom +flunkeyhood +flunkeyish +flunkeyize +flunky +flunkydom +flunkyhood +flunkyish +flunkyism +flunkyistic +flunkyite +flunkyize +fluoaluminate +fluoaluminic +fluoarsenate +fluoborate +fluoboric +fluoborid +fluoboride +fluoborite +fluobromide +fluocarbonate +fluocerine +fluocerite +fluochloride +fluohydric +fluophosphate +fluor +fluoran +fluoranthene +fluorapatite +fluorate +fluorbenzene +fluorene +fluorenyl +fluoresage +fluoresce +fluorescein +fluorescence +fluorescent +fluorescigenic +fluorescigenous +fluorescin +fluorhydric +fluoric +fluoridate +fluoridation +fluoride +fluoridization +fluoridize +fluorimeter +fluorinate +fluorination +fluorindine +fluorine +fluorite +fluormeter +fluorobenzene +fluoroborate +fluoroform +fluoroformol +fluorogen +fluorogenic +fluorography +fluoroid +fluorometer +fluoroscope +fluoroscopic +fluoroscopy +fluorosis +fluorotype +fluorspar +fluoryl +fluosilicate +fluosilicic +fluotantalate +fluotantalic +fluotitanate +fluotitanic +fluozirconic +flurn +flurr +flurried +flurriedly +flurriment +flurry +flush +flushboard +flusher +flusherman +flushgate +flushing +flushingly +flushness +flushy +flusk +flusker +fluster +flusterate +flusteration +flusterer +flusterment +flustery +Flustra +flustrine +flustroid +flustrum +flute +flutebird +fluted +flutelike +flutemouth +fluter +flutework +Flutidae +flutina +fluting +flutist +flutter +flutterable +flutteration +flutterer +fluttering +flutteringly +flutterless +flutterment +fluttersome +fluttery +fluty +fluvial +fluvialist +fluviatic +fluviatile +fluvicoline +fluvioglacial +fluviograph +fluviolacustrine +fluviology +fluviomarine +fluviometer +fluviose +fluvioterrestrial +fluviovolcanic +flux +fluxation +fluxer +fluxibility +fluxible +fluxibleness +fluxibly +fluxile +fluxility +fluxion +fluxional +fluxionally +fluxionary +fluxionist +fluxmeter +fluxroot +fluxweed +fly +flyable +flyaway +flyback +flyball +flybane +flybelt +flyblow +flyblown +flyboat +flyboy +flycatcher +flyeater +flyer +flyflap +flyflapper +flyflower +flying +flyingly +flyleaf +flyless +flyman +flyness +flypaper +flype +flyproof +Flysch +flyspeck +flytail +flytier +flytrap +flyway +flyweight +flywheel +flywinch +flywort +Fo +foal +foalfoot +foalhood +foaly +foam +foambow +foamer +foamflower +foamily +foaminess +foaming +foamingly +foamless +foamlike +foamy +fob +focal +focalization +focalize +focally +focaloid +foci +focimeter +focimetry +focoids +focometer +focometry +focsle +focus +focusable +focuser +focusless +fod +fodda +fodder +fodderer +foddering +fodderless +foder +fodge +fodgel +fodient +Fodientia +foe +foehn +foehnlike +foeish +foeless +foelike +foeman +foemanship +Foeniculum +foenngreek +foeship +foetalization +fog +fogbound +fogbow +fogdog +fogdom +fogeater +fogey +fogfruit +foggage +fogged +fogger +foggily +fogginess +foggish +foggy +foghorn +fogle +fogless +fogman +fogo +fogon +fogou +fogproof +fogram +fogramite +fogramity +fogscoffer +fogus +fogy +fogydom +fogyish +fogyism +fohat +foible +foil +foilable +foiler +foiling +foilsman +foining +foiningly +Foism +foison +foisonless +Foist +foist +foister +foistiness +foisty +foiter +Fokker +fold +foldable +foldage +foldboat +foldcourse +folded +foldedly +folden +folder +folding +foldless +foldskirt +foldure +foldwards +foldy +fole +folgerite +folia +foliaceous +foliaceousness +foliage +foliaged +foliageous +folial +foliar +foliary +foliate +foliated +foliation +foliature +folie +foliicolous +foliiferous +foliiform +folio +foliobranch +foliobranchiate +foliocellosis +foliolate +foliole +folioliferous +foliolose +foliose +foliosity +foliot +folious +foliously +folium +folk +folkcraft +folkfree +folkland +folklore +folkloric +folklorish +folklorism +folklorist +folkloristic +folkmoot +folkmooter +folkmot +folkmote +folkmoter +folkright +folksiness +folksy +Folkvang +Folkvangr +folkway +folky +folles +folletage +follicle +follicular +folliculate +folliculated +follicule +folliculin +Folliculina +folliculitis +folliculose +folliculosis +folliculous +folliful +follis +follow +followable +follower +followership +following +followingly +folly +follyproof +Fomalhaut +foment +fomentation +fomenter +fomes +fomites +Fon +fondak +fondant +fondish +fondle +fondler +fondlesome +fondlike +fondling +fondlingly +fondly +fondness +fondu +fondue +fonduk +fonly +fonnish +fono +fons +font +Fontainea +fontal +fontally +fontanel +fontange +fonted +fontful +fonticulus +fontinal +Fontinalaceae +fontinalaceous +Fontinalis +fontlet +foo +Foochow +Foochowese +food +fooder +foodful +foodless +foodlessness +foodstuff +foody +foofaraw +fool +fooldom +foolery +fooless +foolfish +foolhardihood +foolhardily +foolhardiness +foolhardiship +foolhardy +fooling +foolish +foolishly +foolishness +foollike +foolocracy +foolproof +foolproofness +foolscap +foolship +fooner +fooster +foosterer +foot +footage +footback +football +footballer +footballist +footband +footblower +footboard +footboy +footbreadth +footbridge +footcloth +footed +footeite +footer +footfall +footfarer +footfault +footfolk +footful +footganger +footgear +footgeld +foothalt +foothill +foothold +foothook +foothot +footing +footingly +footings +footle +footler +footless +footlicker +footlight +footlights +footling +footlining +footlock +footmaker +footman +footmanhood +footmanry +footmanship +footmark +footnote +footnoted +footpace +footpad +footpaddery +footpath +footpick +footplate +footprint +footrail +footrest +footrill +footroom +footrope +foots +footscald +footslog +footslogger +footsore +footsoreness +footstalk +footstall +footstep +footstick +footstock +footstone +footstool +footwalk +footwall +footway +footwear +footwork +footworn +footy +fooyoung +foozle +foozler +fop +fopling +foppery +foppish +foppishly +foppishness +foppy +fopship +For +for +fora +forage +foragement +forager +foralite +foramen +foraminated +foramination +foraminifer +Foraminifera +foraminiferal +foraminiferan +foraminiferous +foraminose +foraminous +foraminulate +foraminule +foraminulose +foraminulous +forane +foraneen +foraneous +forasmuch +foray +forayer +forb +forbade +forbar +forbathe +forbear +forbearable +forbearance +forbearant +forbearantly +forbearer +forbearing +forbearingly +forbearingness +forbesite +forbid +forbiddable +forbiddal +forbiddance +forbidden +forbiddenly +forbiddenness +forbidder +forbidding +forbiddingly +forbiddingness +forbit +forbled +forblow +forbore +forborne +forbow +forby +force +forceable +forced +forcedly +forcedness +forceful +forcefully +forcefulness +forceless +forcemeat +forcement +forceps +forcepslike +forcer +forchase +forche +forcibility +forcible +forcibleness +forcibly +forcing +forcingly +forcipate +forcipated +forcipes +forcipiform +forcipressure +Forcipulata +forcipulate +forcleave +forconceit +ford +fordable +fordableness +fordays +Fordicidia +fording +fordless +fordo +fordone +fordwine +fordy +fore +foreaccounting +foreaccustom +foreacquaint +foreact +foreadapt +foreadmonish +foreadvertise +foreadvice +foreadvise +foreallege +foreallot +foreannounce +foreannouncement +foreanswer +foreappoint +foreappointment +forearm +foreassign +foreassurance +forebackwardly +forebay +forebear +forebemoan +forebemoaned +forebespeak +forebitt +forebitten +forebitter +forebless +foreboard +forebode +forebodement +foreboder +foreboding +forebodingly +forebodingness +forebody +foreboot +forebowels +forebowline +forebrace +forebrain +forebreast +forebridge +foreburton +forebush +forecar +forecarriage +forecast +forecaster +forecasting +forecastingly +forecastle +forecastlehead +forecastleman +forecatching +forecatharping +forechamber +forechase +forechoice +forechoose +forechurch +forecited +foreclaw +foreclosable +foreclose +foreclosure +forecome +forecomingness +forecommend +foreconceive +foreconclude +forecondemn +foreconscious +foreconsent +foreconsider +forecontrive +forecool +forecooler +forecounsel +forecount +forecourse +forecourt +forecover +forecovert +foredate +foredawn +foreday +foredeck +foredeclare +foredecree +foredeep +foredefeated +foredefine +foredenounce +foredescribe +foredeserved +foredesign +foredesignment +foredesk +foredestine +foredestiny +foredetermination +foredetermine +foredevised +foredevote +forediscern +foredispose +foredivine +foredone +foredoom +foredoomer +foredoor +foreface +forefather +forefatherly +forefault +forefeel +forefeeling +forefeelingly +forefelt +forefield +forefigure +forefin +forefinger +forefit +foreflank +foreflap +foreflipper +forefoot +forefront +foregallery +foregame +foreganger +foregate +foregift +foregirth +foreglance +foregleam +foreglimpse +foreglow +forego +foregoer +foregoing +foregone +foregoneness +foreground +foreguess +foreguidance +forehalf +forehall +forehammer +forehand +forehanded +forehandedness +forehandsel +forehard +forehatch +forehatchway +forehead +foreheaded +forehear +forehearth +foreheater +forehill +forehinting +forehold +forehood +forehoof +forehook +foreign +foreigneering +foreigner +foreignership +foreignism +foreignization +foreignize +foreignly +foreignness +foreimagination +foreimagine +foreimpressed +foreimpression +foreinclined +foreinstruct +foreintend +foreiron +forejudge +forejudgment +forekeel +foreking +foreknee +foreknow +foreknowable +foreknower +foreknowing +foreknowingly +foreknowledge +forel +forelady +foreland +forelay +foreleech +foreleg +forelimb +forelive +forellenstein +forelock +forelook +foreloop +forelooper +foreloper +foremade +foreman +foremanship +foremarch +foremark +foremartyr +foremast +foremasthand +foremastman +foremean +foremeant +foremelt +foremention +forementioned +foremessenger +foremilk +foremisgiving +foremistress +foremost +foremostly +foremother +forename +forenamed +forenews +forenight +forenoon +forenote +forenoted +forenotice +forenotion +forensal +forensic +forensical +forensicality +forensically +foreordain +foreordainment +foreorder +foreordinate +foreordination +foreorlop +forepad +forepale +foreparents +forepart +forepassed +forepast +forepaw +forepayment +forepeak +foreperiod +forepiece +foreplace +foreplan +foreplanting +forepole +foreporch +forepossessed +forepost +forepredicament +forepreparation +foreprepare +forepretended +foreproduct +foreproffer +forepromise +forepromised +foreprovided +foreprovision +forepurpose +forequarter +forequoted +foreran +forerank +forereach +forereaching +foreread +forereading +forerecited +forereckon +forerehearsed +foreremembered +forereport +forerequest +forerevelation +forerib +forerigging +foreright +foreroom +foreroyal +forerun +forerunner +forerunnership +forerunnings +foresaddle +foresaid +foresail +foresay +forescene +forescent +foreschool +foreschooling +forescript +foreseason +foreseat +foresee +foreseeability +foreseeable +foreseeingly +foreseer +foreseize +foresend +foresense +foresentence +foreset +foresettle +foresettled +foreshadow +foreshadower +foreshaft +foreshank +foreshape +foresheet +foreshift +foreship +foreshock +foreshoe +foreshop +foreshore +foreshorten +foreshortening +foreshot +foreshoulder +foreshow +foreshower +foreshroud +foreside +foresight +foresighted +foresightedness +foresightful +foresightless +foresign +foresignify +foresin +foresing +foresinger +foreskin +foreskirt +foresleeve +foresound +forespeak +forespecified +forespeed +forespencer +forest +forestaff +forestage +forestair +forestal +forestall +forestaller +forestallment +forestarling +forestate +forestation +forestay +forestaysail +forestcraft +forested +foresteep +forestem +forestep +forester +forestership +forestful +forestial +Forestian +forestick +Forestiera +forestine +forestish +forestless +forestlike +forestology +forestral +forestress +forestry +forestside +forestudy +forestwards +foresty +foresummer +foresummon +foresweat +foretack +foretackle +foretalk +foretalking +foretaste +foretaster +foretell +foretellable +foreteller +forethink +forethinker +forethought +forethoughted +forethoughtful +forethoughtfully +forethoughtfulness +forethoughtless +forethrift +foretime +foretimed +foretoken +foretold +foretop +foretopman +foretrace +foretrysail +foreturn +foretype +foretypified +foreuse +foreutter +forevalue +forever +forevermore +foreview +forevision +forevouch +forevouched +forevow +forewarm +forewarmer +forewarn +forewarner +forewarning +forewarningly +forewaters +foreween +foreweep +foreweigh +forewing +forewinning +forewisdom +forewish +forewoman +forewonted +foreword +foreworld +foreworn +forewritten +forewrought +foreyard +foreyear +forfairn +forfar +forfare +forfars +forfault +forfaulture +forfeit +forfeiter +forfeits +forfeiture +forfend +forficate +forficated +forfication +forficiform +Forficula +forficulate +Forficulidae +forfouchten +forfoughen +forfoughten +forgainst +forgather +forge +forgeability +forgeable +forged +forgedly +forgeful +forgeman +forger +forgery +forget +forgetful +forgetfully +forgetfulness +forgetive +forgetness +forgettable +forgetter +forgetting +forgettingly +forgie +forging +forgivable +forgivableness +forgivably +forgive +forgiveless +forgiveness +forgiver +forgiving +forgivingly +forgivingness +forgo +forgoer +forgot +forgotten +forgottenness +forgrow +forgrown +forhoo +forhooy +forhow +forinsec +forint +forisfamiliate +forisfamiliation +forjesket +forjudge +forjudger +fork +forkable +forkbeard +forked +forkedly +forkedness +forker +forkful +forkhead +forkiness +forkless +forklike +forkman +forksmith +forktail +forkwise +forky +forleft +forlet +forlorn +forlornity +forlornly +forlornness +form +formability +formable +formably +formagen +formagenic +formal +formalazine +formaldehyde +formaldehydesulphoxylate +formaldehydesulphoxylic +formaldoxime +formalesque +Formalin +formalism +formalist +formalistic +formalith +formality +formalization +formalize +formalizer +formally +formalness +formamide +formamidine +formamido +formamidoxime +formanilide +formant +format +formate +formation +formational +formative +formatively +formativeness +formature +formazyl +forme +formed +formedon +formee +formel +formene +formenic +former +formeret +formerly +formerness +formful +formiate +formic +Formica +formican +Formicariae +formicarian +Formicariidae +formicarioid +formicarium +formicaroid +formicary +formicate +formication +formicative +formicicide +formicid +Formicidae +formicide +Formicina +Formicinae +formicine +Formicivora +formicivorous +Formicoidea +formidability +formidable +formidableness +formidably +formin +forminate +forming +formless +formlessly +formlessness +Formol +formolite +formonitrile +Formosan +formose +formoxime +formula +formulable +formulae +formulaic +formular +formularism +formularist +formularistic +formularization +formularize +formulary +formulate +formulation +formulator +formulatory +formule +formulism +formulist +formulistic +formulization +formulize +formulizer +formwork +formy +formyl +formylal +formylate +formylation +fornacic +Fornax +fornaxid +fornenst +fornent +fornical +fornicate +fornicated +fornication +fornicator +fornicatress +fornicatrix +forniciform +forninst +fornix +forpet +forpine +forpit +forprise +forrad +forrard +forride +forrit +forritsome +forrue +forsake +forsaken +forsakenly +forsakenness +forsaker +forset +forslow +forsooth +forspeak +forspend +forspread +Forst +forsterite +forswear +forswearer +forsworn +forswornness +Forsythia +fort +fortalice +forte +fortescue +fortescure +forth +forthbring +forthbringer +forthcome +forthcomer +forthcoming +forthcomingness +forthcut +forthfare +forthfigured +forthgaze +forthgo +forthgoing +forthink +forthputting +forthright +forthrightly +forthrightness +forthrights +forthtell +forthteller +forthwith +forthy +forties +fortieth +fortifiable +fortification +fortifier +fortify +fortifying +fortifyingly +fortin +fortis +fortissimo +fortitude +fortitudinous +fortlet +fortnight +fortnightly +fortravail +fortread +fortress +fortuitism +fortuitist +fortuitous +fortuitously +fortuitousness +fortuity +fortunate +fortunately +fortunateness +fortune +fortuned +fortuneless +Fortunella +fortunetell +fortuneteller +fortunetelling +fortunite +forty +fortyfold +forum +forumize +forwander +forward +forwardal +forwardation +forwarder +forwarding +forwardly +forwardness +forwards +forwean +forweend +forwent +forwoden +forworden +fosh +fosie +Fosite +fossa +fossage +fossane +fossarian +fosse +fossed +fossette +fossick +fossicker +fossiform +fossil +fossilage +fossilated +fossilation +fossildom +fossiled +fossiliferous +fossilification +fossilify +fossilism +fossilist +fossilizable +fossilization +fossilize +fossillike +fossilogist +fossilogy +fossilological +fossilologist +fossilology +fossor +Fossores +Fossoria +fossorial +fossorious +fossula +fossulate +fossule +fossulet +fostell +Foster +foster +fosterable +fosterage +fosterer +fosterhood +fostering +fosteringly +fosterite +fosterland +fosterling +fostership +fostress +fot +fotch +fother +Fothergilla +fotmal +fotui +fou +foud +foudroyant +fouette +fougade +fougasse +fought +foughten +foughty +foujdar +foujdary +foul +foulage +foulard +fouler +fouling +foulish +foully +foulmouthed +foulmouthedly +foulmouthedness +foulness +foulsome +foumart +foun +found +foundation +foundational +foundationally +foundationary +foundationed +foundationer +foundationless +foundationlessness +founder +founderous +foundership +foundery +founding +foundling +foundress +foundry +foundryman +fount +fountain +fountained +fountaineer +fountainhead +fountainless +fountainlet +fountainous +fountainously +fountainwise +fountful +Fouquieria +Fouquieriaceae +fouquieriaceous +four +fourble +fourche +fourchee +fourcher +fourchette +fourchite +fourer +fourflusher +fourfold +Fourierian +Fourierism +Fourierist +Fourieristic +Fourierite +fourling +fourpence +fourpenny +fourpounder +fourre +fourrier +fourscore +foursome +foursquare +foursquarely +foursquareness +fourstrand +fourteen +fourteener +fourteenfold +fourteenth +fourteenthly +fourth +fourther +fourthly +foussa +foute +fouter +fouth +fovea +foveal +foveate +foveated +foveation +foveiform +foveola +foveolarious +foveolate +foveolated +foveole +foveolet +fow +fowk +fowl +fowler +fowlerite +fowlery +fowlfoot +fowling +fox +foxbane +foxberry +foxchop +foxer +foxery +foxfeet +foxfinger +foxfish +foxglove +foxhole +foxhound +foxily +foxiness +foxing +foxish +foxlike +foxproof +foxship +foxskin +foxtail +foxtailed +foxtongue +foxwood +foxy +foy +foyaite +foyaitic +foyboat +foyer +foziness +fozy +fra +frab +frabbit +frabjous +frabjously +frabous +fracas +fracedinous +frache +frack +fractable +fractabling +fracted +Fracticipita +fractile +fraction +fractional +fractionalism +fractionalize +fractionally +fractionary +fractionate +fractionating +fractionation +fractionator +fractionization +fractionize +fractionlet +fractious +fractiously +fractiousness +fractocumulus +fractonimbus +fractostratus +fractuosity +fracturable +fractural +fracture +fractureproof +frae +Fragaria +fraghan +Fragilaria +Fragilariaceae +fragile +fragilely +fragileness +fragility +fragment +fragmental +fragmentally +fragmentarily +fragmentariness +fragmentary +fragmentation +fragmented +fragmentist +fragmentitious +fragmentize +fragrance +fragrancy +fragrant +fragrantly +fragrantness +fraid +fraik +frail +frailejon +frailish +frailly +frailness +frailty +fraise +fraiser +Fram +framable +framableness +frambesia +frame +framea +frameable +frameableness +framed +frameless +framer +framesmith +framework +framing +frammit +frampler +frampold +franc +Frances +franchisal +franchise +franchisement +franchiser +Francic +Francis +francisc +francisca +Franciscan +Franciscanism +Francisco +francium +Francize +franco +Francois +francolin +francolite +Francomania +Franconian +Francophile +Francophilism +Francophobe +Francophobia +frangent +Frangi +frangibility +frangible +frangibleness +frangipane +frangipani +frangula +Frangulaceae +frangulic +frangulin +frangulinic +Frank +frank +frankability +frankable +frankalmoign +Frankenia +Frankeniaceae +frankeniaceous +Frankenstein +franker +frankfurter +frankhearted +frankheartedly +frankheartedness +Frankify +frankincense +frankincensed +franking +Frankish +Frankist +franklandite +Franklin +franklin +Franklinia +Franklinian +Frankliniana +Franklinic +Franklinism +Franklinist +franklinite +Franklinization +frankly +frankmarriage +frankness +frankpledge +frantic +frantically +franticly +franticness +franzy +frap +frappe +frapping +frasco +frase +Frasera +frasier +frass +frat +fratch +fratched +fratcheous +fratcher +fratchety +fratchy +frater +Fratercula +fraternal +fraternalism +fraternalist +fraternality +fraternally +fraternate +fraternation +fraternism +fraternity +fraternization +fraternize +fraternizer +fratery +Fraticelli +Fraticellian +fratority +Fratricelli +fratricidal +fratricide +fratry +fraud +fraudful +fraudfully +fraudless +fraudlessly +fraudlessness +fraudproof +fraudulence +fraudulency +fraudulent +fraudulently +fraudulentness +fraughan +fraught +frawn +fraxetin +fraxin +fraxinella +Fraxinus +fray +frayed +frayedly +frayedness +fraying +frayn +frayproof +fraze +frazer +frazil +frazzle +frazzling +freak +freakdom +freakery +freakful +freakily +freakiness +freakish +freakishly +freakishness +freaky +fream +freath +freck +frecken +freckened +frecket +freckle +freckled +freckledness +freckleproof +freckling +frecklish +freckly +Fred +Freddie +Freddy +Frederic +Frederica +Frederick +frederik +fredricite +free +freeboard +freeboot +freebooter +freebootery +freebooting +freeborn +Freechurchism +freed +freedman +freedom +freedwoman +freehand +freehanded +freehandedly +freehandedness +freehearted +freeheartedly +freeheartedness +freehold +freeholder +freeholdership +freeholding +freeing +freeish +Freekirker +freelage +freeloving +freelovism +freely +freeman +freemanship +freemartin +freemason +freemasonic +freemasonical +freemasonism +freemasonry +freeness +freer +Freesia +freesilverism +freesilverite +freestanding +freestone +freet +freethinker +freethinking +freetrader +freety +freeward +freeway +freewheel +freewheeler +freewheeling +freewill +freewoman +freezable +freeze +freezer +freezing +freezingly +Fregata +Fregatae +Fregatidae +freibergite +freieslebenite +freight +freightage +freighter +freightless +freightment +freir +freit +freity +fremd +fremdly +fremdness +fremescence +fremescent +fremitus +Fremontia +Fremontodendron +frenal +Frenatae +frenate +French +frenched +Frenchification +frenchification +Frenchify +frenchify +Frenchily +Frenchiness +frenching +Frenchism +Frenchize +Frenchless +Frenchly +Frenchman +Frenchness +Frenchwise +Frenchwoman +Frenchy +frenetic +frenetical +frenetically +Frenghi +frenular +frenulum +frenum +frenzelite +frenzied +frenziedly +frenzy +Freon +frequence +frequency +frequent +frequentable +frequentage +frequentation +frequentative +frequenter +frequently +frequentness +frescade +fresco +frescoer +frescoist +fresh +freshen +freshener +freshet +freshhearted +freshish +freshly +freshman +freshmanhood +freshmanic +freshmanship +freshness +freshwoman +Fresison +fresnel +fresno +fret +fretful +fretfully +fretfulness +fretless +fretsome +frett +frettage +frettation +frette +fretted +fretter +fretting +frettingly +fretty +fretum +fretways +fretwise +fretwork +fretworked +Freudian +Freudianism +Freudism +Freudist +Freya +freyalite +Freycinetia +Freyja +Freyr +friability +friable +friableness +friand +friandise +friar +friarbird +friarhood +friarling +friarly +friary +frib +fribble +fribbleism +fribbler +fribblery +fribbling +fribblish +fribby +fricandeau +fricandel +fricassee +frication +fricative +fricatrice +friction +frictionable +frictional +frictionally +frictionize +frictionless +frictionlessly +frictionproof +Friday +Fridila +fridstool +fried +Frieda +friedcake +friedelite +friedrichsdor +friend +friended +friendless +friendlessness +friendlike +friendlily +friendliness +friendliwise +friendly +friendship +frier +frieseite +Friesian +Friesic +Friesish +frieze +friezer +friezy +frig +frigate +frigatoon +friggle +fright +frightable +frighten +frightenable +frightened +frightenedly +frightenedness +frightener +frightening +frighteningly +frighter +frightful +frightfully +frightfulness +frightless +frightment +frighty +frigid +Frigidaire +frigidarium +frigidity +frigidly +frigidness +frigiferous +frigolabile +frigoric +frigorific +frigorifical +frigorify +frigorimeter +frigostable +frigotherapy +Frija +frijol +frijolillo +frijolito +frike +frill +frillback +frilled +friller +frillery +frillily +frilliness +frilling +frilly +frim +Frimaire +fringe +fringed +fringeflower +fringeless +fringelet +fringent +fringepod +Fringetail +Fringilla +fringillaceous +Fringillidae +fringilliform +Fringilliformes +fringilline +fringilloid +fringing +fringy +fripperer +frippery +frisca +Frisesomorum +frisette +Frisian +Frisii +frisk +frisker +frisket +friskful +friskily +friskiness +frisking +friskingly +frisky +frisolee +frison +frist +frisure +frit +frith +frithborh +frithbot +frithles +frithsoken +frithstool +frithwork +Fritillaria +fritillary +fritt +fritter +fritterer +Fritz +Friulian +frivol +frivoler +frivolism +frivolist +frivolity +frivolize +frivolous +frivolously +frivolousness +frixion +friz +frize +frizer +frizz +frizzer +frizzily +frizziness +frizzing +frizzle +frizzler +frizzly +frizzy +fro +frock +frocking +frockless +frocklike +frockmaker +froe +Froebelian +Froebelism +Froebelist +frog +frogbit +frogeater +frogeye +frogface +frogfish +frogflower +frogfoot +frogged +froggery +frogginess +frogging +froggish +froggy +froghood +froghopper +frogland +frogleaf +frogleg +froglet +froglike +frogling +frogman +frogmouth +frognose +frogskin +frogstool +frogtongue +frogwort +froise +frolic +frolicful +frolicker +frolicky +frolicly +frolicness +frolicsome +frolicsomely +frolicsomeness +from +fromward +fromwards +frond +frondage +fronded +frondent +frondesce +frondescence +frondescent +frondiferous +frondiform +frondigerous +frondivorous +frondlet +frondose +frondosely +frondous +front +frontad +frontage +frontager +frontal +frontalis +frontality +frontally +frontbencher +fronted +fronter +frontier +frontierlike +frontierman +frontiersman +Frontignan +fronting +frontingly +Frontirostria +frontispiece +frontless +frontlessly +frontlessness +frontlet +frontoauricular +frontoethmoid +frontogenesis +frontolysis +frontomallar +frontomaxillary +frontomental +frontonasal +frontooccipital +frontoorbital +frontoparietal +frontopontine +frontosphenoidal +frontosquamosal +frontotemporal +frontozygomatic +frontpiece +frontsman +frontstall +frontward +frontways +frontwise +froom +frore +frory +frosh +frost +frostation +frostbird +frostbite +frostbow +frosted +froster +frostfish +frostflower +frostily +frostiness +frosting +frostless +frostlike +frostproof +frostproofing +frostroot +frostweed +frostwork +frostwort +frosty +frot +froth +frother +Frothi +frothily +frothiness +frothing +frothless +frothsome +frothy +frotton +froufrou +frough +froughy +frounce +frounceless +frow +froward +frowardly +frowardness +frower +frowl +frown +frowner +frownful +frowning +frowningly +frownless +frowny +frowst +frowstily +frowstiness +frowsty +frowy +frowze +frowzily +frowziness +frowzled +frowzly +frowzy +froze +frozen +frozenhearted +frozenly +frozenness +fruchtschiefer +fructed +fructescence +fructescent +fructicultural +fructiculture +Fructidor +fructiferous +fructiferously +fructification +fructificative +fructifier +fructiform +fructify +fructiparous +fructivorous +fructose +fructoside +fructuary +fructuosity +fructuous +fructuously +fructuousness +frugal +frugalism +frugalist +frugality +frugally +frugalness +fruggan +Frugivora +frugivorous +fruit +fruitade +fruitage +fruitarian +fruitarianism +fruitcake +fruited +fruiter +fruiterer +fruiteress +fruitery +fruitful +fruitfullness +fruitfully +fruitgrower +fruitgrowing +fruitiness +fruiting +fruition +fruitist +fruitive +fruitless +fruitlessly +fruitlessness +fruitlet +fruitling +fruitstalk +fruittime +fruitwise +fruitwoman +fruitwood +fruitworm +fruity +frumentaceous +frumentarious +frumentation +frumenty +frump +frumpery +frumpily +frumpiness +frumpish +frumpishly +frumpishness +frumple +frumpy +frush +frustrate +frustrately +frustrater +frustration +frustrative +frustratory +frustule +frustulent +frustulose +frustum +frutescence +frutescent +fruticetum +fruticose +fruticous +fruticulose +frutify +fry +fryer +fu +fub +fubby +fubsy +Fucaceae +fucaceous +Fucales +fucate +fucation +fucatious +Fuchsia +Fuchsian +fuchsin +fuchsine +fuchsinophil +fuchsinophilous +fuchsite +fuchsone +fuci +fucinita +fuciphagous +fucoid +fucoidal +Fucoideae +fucosan +fucose +fucous +fucoxanthin +fucus +fud +fuddle +fuddler +fuder +fudge +fudger +fudgy +Fuegian +fuel +fueler +fuelizer +fuerte +fuff +fuffy +fugacious +fugaciously +fugaciousness +fugacity +fugal +fugally +fuggy +fugient +fugitate +fugitation +fugitive +fugitively +fugitiveness +fugitivism +fugitivity +fugle +fugleman +fuglemanship +fugler +fugu +fugue +fuguist +fuidhir +fuirdays +Fuirena +fuji +Fulah +fulciform +fulcral +fulcrate +fulcrum +fulcrumage +fulfill +fulfiller +fulfillment +Fulfulde +fulgent +fulgently +fulgentness +fulgid +fulgide +fulgidity +fulgor +Fulgora +fulgorid +Fulgoridae +Fulgoroidea +fulgorous +Fulgur +fulgural +fulgurant +fulgurantly +fulgurata +fulgurate +fulgurating +fulguration +fulgurator +fulgurite +fulgurous +fulham +Fulica +Fulicinae +fulicine +fuliginosity +fuliginous +fuliginously +fuliginousness +Fuligula +Fuligulinae +fuliguline +fulk +full +fullam +fullback +fuller +fullering +fullery +fullface +fullhearted +fulling +fullish +fullmouth +fullmouthed +fullmouthedly +fullness +fullom +Fullonian +fully +fulmar +Fulmarus +fulmicotton +fulminancy +fulminant +fulminate +fulminating +fulmination +fulminator +fulminatory +fulmine +fulmineous +fulminic +fulminous +fulminurate +fulminuric +fulsome +fulsomely +fulsomeness +fulth +Fultz +Fulup +fulvene +fulvescent +fulvid +fulvidness +fulvous +fulwa +fulyie +fulzie +fum +fumacious +fumado +fumage +fumagine +Fumago +fumarate +Fumaria +Fumariaceae +fumariaceous +fumaric +fumarine +fumarium +fumaroid +fumaroidal +fumarole +fumarolic +fumaryl +fumatorium +fumatory +fumble +fumbler +fumbling +fume +fumeless +fumer +fumeroot +fumet +fumette +fumewort +fumiduct +fumiferous +fumigant +fumigate +fumigation +fumigator +fumigatorium +fumigatory +fumily +fuminess +fuming +fumingly +fumistery +fumitory +fumose +fumosity +fumous +fumously +fumy +fun +funambulate +funambulation +funambulator +funambulatory +funambulic +funambulism +funambulist +funambulo +Funaria +Funariaceae +funariaceous +function +functional +functionalism +functionalist +functionality +functionalize +functionally +functionarism +functionary +functionate +functionation +functionize +functionless +fund +fundable +fundal +fundament +fundamental +fundamentalism +fundamentalist +fundamentality +fundamentally +fundamentalness +fundatorial +fundatrix +funded +funder +fundholder +fundi +fundic +fundiform +funditor +fundless +fundmonger +fundmongering +funds +Fundulinae +funduline +Fundulus +fundungi +fundus +funebrial +funeral +funeralize +funerary +funereal +funereally +funest +fungaceous +fungal +Fungales +fungate +fungation +fungi +Fungia +fungian +fungibility +fungible +fungic +fungicidal +fungicide +fungicolous +fungiferous +fungiform +fungilliform +fungin +fungistatic +fungivorous +fungo +fungoid +fungoidal +fungological +fungologist +fungology +fungose +fungosity +fungous +fungus +fungused +funguslike +fungusy +funicle +funicular +funiculate +funicule +funiculitis +funiculus +funiform +funipendulous +funis +Funje +funk +funker +Funkia +funkiness +funky +funmaker +funmaking +funnel +funneled +funnelform +funnellike +funnelwise +funnily +funniment +funniness +funny +funnyman +funori +funt +Funtumia +Fur +fur +furacious +furaciousness +furacity +fural +furaldehyde +furan +furanoid +furazan +furazane +furbelow +furbish +furbishable +furbisher +furbishment +furca +furcal +furcate +furcately +furcation +Furcellaria +furcellate +furciferine +furciferous +furciform +Furcraea +furcula +furcular +furculum +furdel +Furfooz +furfur +furfuraceous +furfuraceously +furfural +furfuralcohol +furfuraldehyde +furfuramide +furfuran +furfuration +furfurine +furfuroid +furfurole +furfurous +furfuryl +furfurylidene +furiant +furibund +furied +Furies +furify +furil +furilic +furiosa +furiosity +furioso +furious +furiously +furiousness +furison +furl +furlable +Furlan +furler +furless +furlong +furlough +furnace +furnacelike +furnaceman +furnacer +furnacite +furnage +Furnariidae +Furnariides +Furnarius +furner +furnish +furnishable +furnished +furnisher +furnishing +furnishment +furniture +furnitureless +furodiazole +furoic +furoid +furoin +furole +furomethyl +furomonazole +furor +furore +furphy +furred +furrier +furriered +furriery +furrily +furriness +furring +furrow +furrower +furrowless +furrowlike +furrowy +furry +furstone +further +furtherance +furtherer +furtherest +furtherly +furthermore +furthermost +furthersome +furthest +furtive +furtively +furtiveness +Furud +furuncle +furuncular +furunculoid +furunculosis +furunculous +fury +furyl +furze +furzechat +furzed +furzeling +furzery +furzetop +furzy +fusain +fusarial +fusariose +fusariosis +Fusarium +fusarole +fusate +fusc +fuscescent +fuscin +fuscohyaline +fuscous +fuse +fuseboard +fused +fusee +fuselage +fuseplug +fusht +fusibility +fusible +fusibleness +fusibly +Fusicladium +Fusicoccum +fusiform +Fusiformis +fusil +fusilier +fusillade +fusilly +fusinist +fusion +fusional +fusionism +fusionist +fusionless +fusoid +fuss +fusser +fussification +fussify +fussily +fussiness +fussock +fussy +fust +fustanella +fustee +fusteric +fustet +fustian +fustianish +fustianist +fustianize +fustic +fustigate +fustigation +fustigator +fustigatory +fustilugs +fustily +fustin +fustiness +fustle +fusty +Fusulina +fusuma +fusure +Fusus +fut +futchel +fute +futhorc +futile +futilely +futileness +futilitarian +futilitarianism +futility +futilize +futtermassel +futtock +futural +future +futureless +futureness +futuric +futurism +futurist +futuristic +futurition +futurity +futurize +futwa +fuye +fuze +fuzz +fuzzball +fuzzily +fuzziness +fuzzy +fyke +fylfot +fyrd +G +g +Ga +ga +gab +gabardine +gabbard +gabber +gabble +gabblement +gabbler +gabbro +gabbroic +gabbroid +gabbroitic +gabby +Gabe +gabelle +gabelled +gabelleman +gabeller +gaberdine +gaberlunzie +gabgab +gabi +gabion +gabionade +gabionage +gabioned +gablatores +gable +gableboard +gablelike +gablet +gablewise +gablock +Gaboon +Gabriel +Gabriella +Gabrielrache +Gabunese +gaby +Gad +gad +Gadaba +gadabout +Gadarene +Gadaria +gadbee +gadbush +Gaddang +gadded +gadder +Gaddi +gaddi +gadding +gaddingly +gaddish +gaddishness +gade +gadfly +gadge +gadger +gadget +gadid +Gadidae +gadinine +Gaditan +gadling +gadman +gadoid +Gadoidea +gadolinia +gadolinic +gadolinite +gadolinium +gadroon +gadroonage +Gadsbodikins +Gadsbud +Gadslid +gadsman +Gadswoons +gaduin +Gadus +gadwall +Gadzooks +Gael +Gaeldom +Gaelic +Gaelicism +Gaelicist +Gaelicization +Gaelicize +Gaeltacht +gaen +Gaertnerian +gaet +Gaetulan +Gaetuli +Gaetulian +gaff +gaffe +gaffer +Gaffkya +gaffle +gaffsman +gag +gagate +gage +gageable +gagee +gageite +gagelike +gager +gagership +gagger +gaggery +gaggle +gaggler +gagman +gagor +gagroot +gagtooth +gahnite +Gahrwali +Gaia +gaiassa +Gaidropsaridae +gaiety +Gail +Gaillardia +gaily +gain +gainable +gainage +gainbirth +gaincall +gaincome +gaine +gainer +gainful +gainfully +gainfulness +gaining +gainless +gainlessness +gainliness +gainly +gains +gainsay +gainsayer +gainset +gainsome +gainspeaker +gainspeaking +gainst +gainstrive +gainturn +gaintwist +gainyield +gair +gairfish +gaisling +gait +gaited +gaiter +gaiterless +gaiting +gaize +gaj +gal +gala +Galacaceae +galactagogue +galactagoguic +galactan +galactase +galactemia +galacthidrosis +Galactia +galactic +galactidrosis +galactite +galactocele +galactodendron +galactodensimeter +galactogenetic +galactohemia +galactoid +galactolipide +galactolipin +galactolysis +galactolytic +galactoma +galactometer +galactometry +galactonic +galactopathy +galactophagist +galactophagous +galactophlebitis +galactophlysis +galactophore +galactophoritis +galactophorous +galactophthysis +galactophygous +galactopoiesis +galactopoietic +galactopyra +galactorrhea +galactorrhoea +galactoscope +galactose +galactoside +galactosis +galactostasis +galactosuria +galactotherapy +galactotrophy +galacturia +galagala +Galaginae +Galago +galah +galanas +galanga +galangin +galant +Galanthus +galantine +galany +galapago +Galatae +galatea +Galatian +Galatic +galatotrophic +Galax +galaxian +Galaxias +Galaxiidae +galaxy +galban +galbanum +Galbula +Galbulae +Galbulidae +Galbulinae +galbulus +Galcha +Galchic +Gale +gale +galea +galeage +galeate +galeated +galee +galeeny +Galega +galegine +Galei +galeid +Galeidae +galeiform +galempung +Galen +galena +Galenian +Galenic +galenic +Galenical +galenical +Galenism +Galenist +galenite +galenobismutite +galenoid +Galeodes +Galeodidae +galeoid +Galeopithecus +Galeopsis +Galeorchis +Galeorhinidae +Galeorhinus +galeproof +galera +galericulate +galerum +galerus +Galesaurus +galet +Galeus +galewort +galey +Galga +galgal +Galgulidae +gali +Galibi +Galician +Galictis +Galidia +Galidictis +Galik +Galilean +galilee +galimatias +galingale +Galinsoga +galiongee +galiot +galipidine +galipine +galipoidin +galipoidine +galipoipin +galipot +Galium +gall +Galla +galla +gallacetophenone +gallah +gallanilide +gallant +gallantize +gallantly +gallantness +gallantry +gallate +gallature +gallberry +gallbush +galleass +galled +Gallegan +gallein +galleon +galler +Galleria +gallerian +galleried +Galleriidae +gallery +gallerylike +gallet +galley +galleylike +galleyman +galleyworm +gallflower +gallfly +Galli +galliambic +galliambus +Gallian +galliard +galliardise +galliardly +galliardness +Gallic +gallic +Gallican +Gallicanism +Gallicism +Gallicization +Gallicize +Gallicizer +gallicola +Gallicolae +gallicole +gallicolous +galliferous +Gallification +gallification +galliform +Galliformes +Gallify +galligaskin +gallimaufry +Gallinaceae +gallinacean +Gallinacei +gallinaceous +Gallinae +Gallinago +gallinazo +galline +galling +gallingly +gallingness +gallinipper +Gallinula +gallinule +Gallinulinae +gallinuline +gallipot +Gallirallus +gallisin +gallium +gallivant +gallivanter +gallivat +gallivorous +galliwasp +gallnut +gallocyanin +gallocyanine +galloflavine +galloglass +Galloman +Gallomania +Gallomaniac +gallon +gallonage +galloner +galloon +gallooned +gallop +gallopade +galloper +Galloperdix +Gallophile +Gallophilism +Gallophobe +Gallophobia +galloping +galloptious +gallotannate +gallotannic +gallotannin +gallous +Gallovidian +Galloway +galloway +gallowglass +gallows +gallowsmaker +gallowsness +gallowsward +gallstone +Gallus +galluses +gallweed +gallwort +gally +gallybagger +gallybeggar +gallycrow +Galoisian +galoot +galop +galore +galosh +galp +galravage +galravitch +galt +Galtonia +Galtonian +galuchat +galumph +galumptious +Galusha +galuth +galvanic +galvanical +galvanically +galvanism +galvanist +galvanization +galvanize +galvanized +galvanizer +galvanocauterization +galvanocautery +galvanocontractility +galvanofaradization +galvanoglyph +galvanoglyphy +galvanograph +galvanographic +galvanography +galvanologist +galvanology +galvanolysis +galvanomagnet +galvanomagnetic +galvanomagnetism +galvanometer +galvanometric +galvanometrical +galvanometrically +galvanometry +galvanoplastic +galvanoplastical +galvanoplastically +galvanoplastics +galvanoplasty +galvanopsychic +galvanopuncture +galvanoscope +galvanoscopic +galvanoscopy +galvanosurgery +galvanotactic +galvanotaxis +galvanotherapy +galvanothermometer +galvanothermy +galvanotonic +galvanotropic +galvanotropism +galvayne +galvayning +Galways +Galwegian +galyac +galyak +galziekte +gam +gamahe +Gamaliel +gamashes +gamasid +Gamasidae +Gamasoidea +gamb +gamba +gambade +gambado +gambang +gambeer +gambeson +gambet +gambette +gambia +gambier +gambist +gambit +gamble +gambler +gamblesome +gamblesomeness +gambling +gambodic +gamboge +gambogian +gambogic +gamboised +gambol +gambrel +gambreled +gambroon +Gambusia +gamdeboo +game +gamebag +gameball +gamecock +gamecraft +gameful +gamekeeper +gamekeeping +gamelang +gameless +gamelike +Gamelion +gamelotte +gamely +gamene +gameness +gamesome +gamesomely +gamesomeness +gamester +gamestress +gametal +gametange +gametangium +gamete +gametic +gametically +gametocyst +gametocyte +gametogenesis +gametogenic +gametogenous +gametogeny +gametogonium +gametogony +gametoid +gametophagia +gametophore +gametophyll +gametophyte +gametophytic +gamic +gamily +gamin +gaminesque +gaminess +gaming +gaminish +gamma +gammacism +gammacismus +gammadion +gammarid +Gammaridae +gammarine +gammaroid +Gammarus +gammation +gammelost +gammer +gammerel +gammerstang +Gammexane +gammick +gammock +gammon +gammoner +gammoning +gammy +gamobium +gamodesmic +gamodesmy +gamogenesis +gamogenetic +gamogenetical +gamogenetically +gamogony +Gamolepis +gamomania +gamont +Gamopetalae +gamopetalous +gamophagia +gamophagy +gamophyllous +gamori +gamosepalous +gamostele +gamostelic +gamostely +gamotropic +gamotropism +gamp +gamphrel +gamut +gamy +gan +ganam +ganancial +Ganapati +ganch +Ganda +gander +ganderess +gandergoose +gandermooner +ganderteeth +Gandhara +Gandharva +Gandhiism +Gandhism +Gandhist +gandul +gandum +gandurah +gane +ganef +gang +Ganga +ganga +Gangamopteris +gangan +gangava +gangboard +gangdom +gange +ganger +Gangetic +ganggang +ganging +gangism +gangland +ganglander +ganglia +gangliac +ganglial +gangliar +gangliasthenia +gangliate +gangliated +gangliectomy +gangliform +gangliitis +gangling +ganglioblast +gangliocyte +ganglioform +ganglioid +ganglioma +ganglion +ganglionary +ganglionate +ganglionectomy +ganglioneural +ganglioneure +ganglioneuroma +ganglioneuron +ganglionic +ganglionitis +ganglionless +ganglioplexus +gangly +gangman +gangmaster +gangplank +gangrel +gangrene +gangrenescent +gangrenous +gangsman +gangster +gangsterism +gangtide +gangue +Ganguela +gangway +gangwayman +ganister +ganja +ganner +gannet +Ganocephala +ganocephalan +ganocephalous +ganodont +Ganodonta +Ganodus +ganoid +ganoidal +ganoidean +Ganoidei +ganoidian +ganoin +ganomalite +ganophyllite +ganosis +Ganowanian +gansel +gansey +gansy +gant +ganta +gantang +gantlet +gantline +ganton +gantries +gantry +gantryman +gantsl +Ganymede +Ganymedes +ganza +ganzie +gaol +gaolbird +gaoler +Gaon +Gaonate +Gaonic +gap +Gapa +gapa +gape +gaper +gapes +gapeseed +gapeworm +gaping +gapingly +gapingstock +gapo +gappy +gapy +gar +gara +garabato +garad +garage +garageman +Garamond +garance +garancine +garapata +garava +garavance +garawi +garb +garbage +garbardine +garbel +garbell +garbill +garble +garbleable +garbler +garbless +garbling +garboard +garboil +garbure +garce +Garcinia +gardant +gardeen +garden +gardenable +gardencraft +gardened +gardener +gardenership +gardenesque +gardenful +gardenhood +Gardenia +gardenin +gardening +gardenize +gardenless +gardenlike +gardenly +gardenmaker +gardenmaking +gardenwards +gardenwise +gardeny +garderobe +gardevin +gardy +gardyloo +gare +garefowl +gareh +garetta +garewaite +garfish +garganey +Gargantua +Gargantuan +garget +gargety +gargle +gargol +gargoyle +gargoyled +gargoyley +gargoylish +gargoylishly +gargoylism +Garhwali +garial +gariba +garibaldi +Garibaldian +garish +garishly +garishness +garland +garlandage +garlandless +garlandlike +garlandry +garlandwise +garle +garlic +garlicky +garliclike +garlicmonger +garlicwort +garment +garmentless +garmentmaker +garmenture +garmentworker +garn +garnel +garner +garnerage +garnet +garnetberry +garneter +garnetiferous +garnets +garnett +garnetter +garnetwork +garnetz +garnice +garniec +garnierite +garnish +garnishable +garnished +garnishee +garnisheement +garnisher +garnishment +garnishry +garniture +Garo +garoo +garookuh +garrafa +garran +Garret +garret +garreted +garreteer +garretmaster +garrison +Garrisonian +Garrisonism +garrot +garrote +garroter +Garrulinae +garruline +garrulity +garrulous +garrulously +garrulousness +Garrulus +garrupa +Garrya +Garryaceae +garse +Garshuni +garsil +garston +garten +garter +gartered +gartering +garterless +garth +garthman +Garuda +garum +garvanzo +garvey +garvock +Gary +gas +Gasan +gasbag +gascoigny +Gascon +gasconade +gasconader +Gasconism +gascromh +gaseity +gaselier +gaseosity +gaseous +gaseousness +gasfiring +gash +gashes +gashful +gashliness +gashly +gasholder +gashouse +gashy +gasifiable +gasification +gasifier +gasiform +gasify +gasket +gaskin +gasking +gaskins +gasless +gaslight +gaslighted +gaslighting +gaslit +gaslock +gasmaker +gasman +gasogenic +gasoliery +gasoline +gasolineless +gasoliner +gasometer +gasometric +gasometrical +gasometry +gasp +Gaspar +gasparillo +gasper +gaspereau +gaspergou +gaspiness +gasping +gaspingly +gasproof +gaspy +gasser +Gasserian +gassiness +gassing +gassy +gast +gastaldite +gastaldo +gaster +gasteralgia +Gasterolichenes +gasteromycete +Gasteromycetes +gasteromycetous +Gasterophilus +gasteropod +Gasteropoda +gasterosteid +Gasterosteidae +gasterosteiform +gasterosteoid +Gasterosteus +gasterotheca +gasterothecal +Gasterotricha +gasterotrichan +gasterozooid +gastight +gastightness +Gastornis +Gastornithidae +gastradenitis +gastraea +gastraead +Gastraeadae +gastraeal +gastraeum +gastral +gastralgia +gastralgic +gastralgy +gastraneuria +gastrasthenia +gastratrophia +gastrectasia +gastrectasis +gastrectomy +gastrelcosis +gastric +gastricism +gastrilegous +gastriloquial +gastriloquism +gastriloquist +gastriloquous +gastriloquy +gastrin +gastritic +gastritis +gastroadenitis +gastroadynamic +gastroalbuminorrhea +gastroanastomosis +gastroarthritis +gastroatonia +gastroatrophia +gastroblennorrhea +gastrocatarrhal +gastrocele +gastrocentrous +Gastrochaena +Gastrochaenidae +gastrocnemial +gastrocnemian +gastrocnemius +gastrocoel +gastrocolic +gastrocoloptosis +gastrocolostomy +gastrocolotomy +gastrocolpotomy +gastrocystic +gastrocystis +gastrodialysis +gastrodiaphanoscopy +gastrodidymus +gastrodisk +gastroduodenal +gastroduodenitis +gastroduodenoscopy +gastroduodenotomy +gastrodynia +gastroelytrotomy +gastroenteralgia +gastroenteric +gastroenteritic +gastroenteritis +gastroenteroanastomosis +gastroenterocolitis +gastroenterocolostomy +gastroenterological +gastroenterologist +gastroenterology +gastroenteroptosis +gastroenterostomy +gastroenterotomy +gastroepiploic +gastroesophageal +gastroesophagostomy +gastrogastrotomy +gastrogenital +gastrograph +gastrohelcosis +gastrohepatic +gastrohepatitis +gastrohydrorrhea +gastrohyperneuria +gastrohypertonic +gastrohysterectomy +gastrohysteropexy +gastrohysterorrhaphy +gastrohysterotomy +gastroid +gastrointestinal +gastrojejunal +gastrojejunostomy +gastrolater +gastrolatrous +gastrolienal +gastrolith +Gastrolobium +gastrologer +gastrological +gastrologist +gastrology +gastrolysis +gastrolytic +gastromalacia +gastromancy +gastromelus +gastromenia +gastromyces +gastromycosis +gastromyxorrhea +gastronephritis +gastronome +gastronomer +gastronomic +gastronomical +gastronomically +gastronomist +gastronomy +gastronosus +gastropancreatic +gastropancreatitis +gastroparalysis +gastroparesis +gastroparietal +gastropathic +gastropathy +gastroperiodynia +gastropexy +gastrophile +gastrophilism +gastrophilist +gastrophilite +Gastrophilus +gastrophrenic +gastrophthisis +gastroplasty +gastroplenic +gastropleuritis +gastroplication +gastropneumatic +gastropneumonic +gastropod +Gastropoda +gastropodan +gastropodous +gastropore +gastroptosia +gastroptosis +gastropulmonary +gastropulmonic +gastropyloric +gastrorrhagia +gastrorrhaphy +gastrorrhea +gastroschisis +gastroscope +gastroscopic +gastroscopy +gastrosoph +gastrosopher +gastrosophy +gastrospasm +gastrosplenic +gastrostaxis +gastrostegal +gastrostege +gastrostenosis +gastrostomize +Gastrostomus +gastrostomy +gastrosuccorrhea +gastrotheca +gastrothecal +gastrotome +gastrotomic +gastrotomy +Gastrotricha +gastrotrichan +gastrotubotomy +gastrotympanites +gastrovascular +gastroxynsis +gastrozooid +gastrula +gastrular +gastrulate +gastrulation +gasworker +gasworks +gat +gata +gatch +gatchwork +gate +gateado +gateage +gated +gatehouse +gatekeeper +gateless +gatelike +gatemaker +gateman +gatepost +gater +gatetender +gateward +gatewards +gateway +gatewayman +gatewise +gatewoman +gateworks +gatewright +Gatha +gather +gatherable +gatherer +gathering +Gathic +gating +gator +gatter +gatteridge +gau +gaub +gauby +gauche +gauchely +gaucheness +gaucherie +Gaucho +gaud +gaudery +Gaudete +gaudful +gaudily +gaudiness +gaudless +gaudsman +gaudy +gaufer +gauffer +gauffered +gauffre +gaufre +gaufrette +gauge +gaugeable +gauger +gaugership +gauging +Gaul +gaulding +gauleiter +Gaulic +gaulin +Gaulish +Gaullism +Gaullist +Gault +gault +gaulter +gaultherase +Gaultheria +gaultherin +gaum +gaumish +gaumless +gaumlike +gaumy +gaun +gaunt +gaunted +gauntlet +gauntleted +gauntly +gauntness +gauntry +gaunty +gaup +gaupus +gaur +Gaura +Gaurian +gaus +gauss +gaussage +gaussbergite +Gaussian +gauster +gausterer +gaut +gauteite +gauze +gauzelike +gauzewing +gauzily +gauziness +gauzy +gavall +gave +gavel +gaveler +gavelkind +gavelkinder +gavelman +gavelock +Gavia +Gaviae +gavial +Gavialis +gavialoid +Gaviiformes +gavotte +gavyuti +gaw +gawby +gawcie +gawk +gawkhammer +gawkihood +gawkily +gawkiness +gawkish +gawkishly +gawkishness +gawky +gawm +gawn +gawney +gawsie +gay +gayal +gayatri +gaybine +gaycat +gaydiang +gayish +Gaylussacia +gaylussite +gayment +gayness +Gaypoo +gaysome +gaywings +gayyou +gaz +gazabo +gazangabin +Gazania +gaze +gazebo +gazee +gazehound +gazel +gazeless +Gazella +gazelle +gazelline +gazement +gazer +gazettal +gazette +gazetteer +gazetteerage +gazetteerish +gazetteership +gazi +gazing +gazingly +gazingstock +gazogene +gazon +gazophylacium +gazy +gazzetta +Ge +ge +Geadephaga +geadephagous +geal +gean +geanticlinal +geanticline +gear +gearbox +geared +gearing +gearksutite +gearless +gearman +gearset +gearshift +gearwheel +gease +geason +Geaster +Geat +geat +Geatas +gebang +gebanga +gebbie +gebur +Gecarcinidae +Gecarcinus +geck +gecko +geckoid +geckotian +geckotid +Geckotidae +geckotoid +Ged +ged +gedackt +gedanite +gedder +gedeckt +gedecktwork +Gederathite +Gederite +gedrite +Gee +gee +geebong +geebung +Geechee +geejee +geek +geelbec +geeldikkop +geelhout +geepound +geerah +geest +geet +Geez +geezer +Gegenschein +gegg +geggee +gegger +geggery +Geheimrat +Gehenna +gehlenite +Geikia +geikielite +gein +geira +Geisenheimer +geisha +geison +geisotherm +geisothermal +Geissoloma +Geissolomataceae +Geissolomataceous +Geissorhiza +geissospermin +geissospermine +geitjie +geitonogamous +geitonogamy +Gekko +Gekkones +gekkonid +Gekkonidae +gekkonoid +Gekkota +gel +gelable +gelada +gelandejump +gelandelaufer +gelandesprung +Gelasian +Gelasimus +gelastic +Gelastocoridae +gelatification +gelatigenous +gelatin +gelatinate +gelatination +gelatined +gelatiniferous +gelatiniform +gelatinify +gelatinigerous +gelatinity +gelatinizability +gelatinizable +gelatinization +gelatinize +gelatinizer +gelatinobromide +gelatinochloride +gelatinoid +gelatinotype +gelatinous +gelatinously +gelatinousness +gelation +gelatose +geld +geldability +geldable +geldant +gelder +gelding +Gelechia +gelechiid +Gelechiidae +Gelfomino +gelid +Gelidiaceae +gelidity +Gelidium +gelidly +gelidness +gelignite +gelilah +gelinotte +gell +Gellert +gelly +gelogenic +gelong +geloscopy +gelose +gelosin +gelotherapy +gelotometer +gelotoscopy +gelototherapy +gelsemic +gelsemine +gelseminic +gelseminine +Gelsemium +gelt +gem +Gemara +Gemaric +Gemarist +gematria +gematrical +gemauve +gemel +gemeled +gemellione +gemellus +geminate +geminated +geminately +gemination +geminative +Gemini +Geminid +geminiflorous +geminiform +geminous +Gemitores +gemitorial +gemless +gemlike +Gemma +gemma +gemmaceous +gemmae +gemmate +gemmation +gemmative +gemmeous +gemmer +gemmiferous +gemmiferousness +gemmification +gemmiform +gemmily +gemminess +Gemmingia +gemmipara +gemmipares +gemmiparity +gemmiparous +gemmiparously +gemmoid +gemmology +gemmula +gemmulation +gemmule +gemmuliferous +gemmy +gemot +gemsbok +gemsbuck +gemshorn +gemul +gemuti +gemwork +gen +gena +genal +genapp +genapper +genarch +genarcha +genarchaship +genarchship +gendarme +gendarmery +gender +genderer +genderless +Gene +gene +genealogic +genealogical +genealogically +genealogist +genealogize +genealogizer +genealogy +genear +geneat +genecologic +genecological +genecologically +genecologist +genecology +geneki +genep +genera +generability +generable +generableness +general +generalate +generalcy +generale +generalia +Generalidad +generalific +generalism +generalissima +generalissimo +generalist +generalistic +generality +generalizable +generalization +generalize +generalized +generalizer +generall +generally +generalness +generalship +generalty +generant +generate +generating +generation +generational +generationism +generative +generatively +generativeness +generator +generatrix +generic +generical +generically +genericalness +generification +generosity +generous +generously +generousness +Genesee +geneserine +Genesiac +Genesiacal +genesial +genesic +genesiology +genesis +Genesitic +genesiurgic +genet +genethliac +genethliacal +genethliacally +genethliacon +genethliacs +genethlialogic +genethlialogical +genethlialogy +genethlic +genetic +genetical +genetically +geneticism +geneticist +genetics +genetmoil +genetous +Genetrix +genetrix +Genetta +Geneura +Geneva +geneva +Genevan +Genevese +Genevieve +Genevois +genevoise +genial +geniality +genialize +genially +genialness +genian +genic +genicular +geniculate +geniculated +geniculately +geniculation +geniculum +genie +genii +genin +genioglossal +genioglossi +genioglossus +geniohyoglossal +geniohyoglossus +geniohyoid +geniolatry +genion +genioplasty +genip +Genipa +genipa +genipap +genipapada +genisaro +Genista +genista +genistein +genital +genitalia +genitals +genitival +genitivally +genitive +genitocrural +genitofemoral +genitor +genitorial +genitory +genitourinary +geniture +genius +genizah +genizero +Genny +Genoa +genoblast +genoblastic +genocidal +genocide +Genoese +genoese +genom +genome +genomic +genonema +genos +genotype +genotypic +genotypical +genotypically +Genoveva +genovino +genre +genro +gens +genson +gent +genteel +genteelish +genteelism +genteelize +genteelly +genteelness +gentes +genthite +gentian +Gentiana +Gentianaceae +gentianaceous +Gentianales +gentianella +gentianic +gentianin +gentianose +gentianwort +gentile +gentiledom +gentilesse +gentilic +gentilism +gentilitial +gentilitian +gentilitious +gentility +gentilization +gentilize +gentiobiose +gentiopicrin +gentisein +gentisic +gentisin +gentle +gentlefolk +gentlehearted +gentleheartedly +gentleheartedness +gentlehood +gentleman +gentlemanhood +gentlemanism +gentlemanize +gentlemanlike +gentlemanlikeness +gentlemanliness +gentlemanly +gentlemanship +gentlemens +gentlemouthed +gentleness +gentlepeople +gentleship +gentlewoman +gentlewomanhood +gentlewomanish +gentlewomanlike +gentlewomanliness +gentlewomanly +gently +gentman +Gentoo +gentrice +gentry +genty +genu +genua +genual +genuclast +genuflect +genuflection +genuflector +genuflectory +genuflex +genuflexuous +genuine +genuinely +genuineness +genus +genyantrum +Genyophrynidae +genyoplasty +genys +geo +geoaesthesia +geoagronomic +geobiologic +geobiology +geobiont +geobios +geoblast +geobotanic +geobotanical +geobotanist +geobotany +geocarpic +geocentric +geocentrical +geocentrically +geocentricism +geocerite +geochemical +geochemist +geochemistry +geochronic +geochronology +geochrony +Geococcyx +geocoronium +geocratic +geocronite +geocyclic +geodaesia +geodal +geode +geodesic +geodesical +geodesist +geodesy +geodete +geodetic +geodetical +geodetically +geodetician +geodetics +geodiatropism +geodic +geodiferous +geodist +geoduck +geodynamic +geodynamical +geodynamics +geoethnic +Geoff +Geoffrey +geoffroyin +geoffroyine +geoform +geogenesis +geogenetic +geogenic +geogenous +geogeny +Geoglossaceae +Geoglossum +geoglyphic +geognosis +geognosist +geognost +geognostic +geognostical +geognostically +geognosy +geogonic +geogonical +geogony +geographer +geographic +geographical +geographically +geographics +geographism +geographize +geography +geohydrologist +geohydrology +geoid +geoidal +geoisotherm +geolatry +geologer +geologian +geologic +geological +geologically +geologician +geologist +geologize +geology +geomagnetic +geomagnetician +geomagnetics +geomagnetist +geomalic +geomalism +geomaly +geomance +geomancer +geomancy +geomant +geomantic +geomantical +geomantically +geometer +geometric +geometrical +geometrically +geometrician +geometricize +geometrid +Geometridae +geometriform +Geometrina +geometrine +geometrize +geometroid +Geometroidea +geometry +geomoroi +geomorphic +geomorphist +geomorphogenic +geomorphogenist +geomorphogeny +geomorphological +geomorphology +geomorphy +geomyid +Geomyidae +Geomys +Geon +geonavigation +geonegative +Geonic +Geonim +Geonoma +geonoma +geonyctinastic +geonyctitropic +geoparallelotropic +geophagia +geophagism +geophagist +geophagous +geophagy +Geophila +geophilid +Geophilidae +geophilous +Geophilus +Geophone +geophone +geophysical +geophysicist +geophysics +geophyte +geophytic +geoplagiotropism +Geoplana +Geoplanidae +geopolar +geopolitic +geopolitical +geopolitically +geopolitician +geopolitics +Geopolitik +geoponic +geoponical +geoponics +geopony +geopositive +Geoprumnon +georama +Geordie +George +Georgemas +Georgette +Georgia +georgiadesite +Georgian +Georgiana +georgic +Georgie +geoscopic +geoscopy +geoselenic +geosid +geoside +geosphere +Geospiza +geostatic +geostatics +geostrategic +geostrategist +geostrategy +geostrophic +geosynclinal +geosyncline +geotactic +geotactically +geotaxis +geotaxy +geotechnic +geotechnics +geotectology +geotectonic +geotectonics +Geoteuthis +geotherm +geothermal +geothermic +geothermometer +Geothlypis +geotic +geotical +geotilla +geotonic +geotonus +geotropic +geotropically +geotropism +geotropy +geoty +Gepeoo +Gephyrea +gephyrean +gephyrocercal +gephyrocercy +Gepidae +ger +gerah +Gerald +Geraldine +Geraniaceae +geraniaceous +geranial +Geraniales +geranic +geraniol +Geranium +geranium +geranomorph +Geranomorphae +geranomorphic +geranyl +Gerard +gerardia +Gerasene +gerastian +gerate +gerated +geratic +geratologic +geratologous +geratology +geraty +gerb +gerbe +Gerbera +Gerberia +gerbil +Gerbillinae +Gerbillus +gercrow +gereagle +gerefa +gerenda +gerendum +gerent +gerenuk +gerfalcon +gerhardtite +geriatric +geriatrician +geriatrics +gerim +gerip +germ +germal +German +german +germander +germane +germanely +germaneness +Germanesque +Germanhood +Germania +Germanic +germanic +Germanical +Germanically +Germanics +Germanification +Germanify +germanious +Germanish +Germanism +Germanist +Germanistic +germanite +Germanity +germanity +germanium +Germanization +germanization +Germanize +germanize +Germanizer +Germanly +Germanness +Germanocentric +Germanomania +Germanomaniac +Germanophile +Germanophilist +Germanophobe +Germanophobia +Germanophobic +Germanophobist +germanous +Germantown +germanyl +germarium +germen +germfree +germicidal +germicide +germifuge +germigenous +germin +germina +germinability +germinable +Germinal +germinal +germinally +germinance +germinancy +germinant +germinate +germination +germinative +germinatively +germinator +germing +germinogony +germiparity +germless +germlike +germling +germon +germproof +germule +germy +gernitz +gerocomia +gerocomical +gerocomy +geromorphism +Geronomite +geront +gerontal +gerontes +gerontic +gerontine +gerontism +geronto +gerontocracy +gerontocrat +gerontocratic +gerontogeous +gerontology +gerontophilia +gerontoxon +Gerres +gerrhosaurid +Gerrhosauridae +Gerridae +gerrymander +gerrymanderer +gers +gersdorffite +Gershom +Gershon +Gershonite +gersum +Gertie +Gertrude +gerund +gerundial +gerundially +gerundival +gerundive +gerundively +gerusia +Gervais +gervao +Gervas +Gervase +Gerygone +gerygone +Geryonia +geryonid +Geryonidae +Geryoniidae +Ges +Gesan +Geshurites +gesith +gesithcund +gesithcundman +Gesnera +Gesneraceae +gesneraceous +Gesneria +gesneria +Gesneriaceae +gesneriaceous +Gesnerian +gesning +gessamine +gesso +gest +Gestalt +gestalter +gestaltist +gestant +Gestapo +gestate +gestation +gestational +gestative +gestatorial +gestatorium +gestatory +geste +gested +gesten +gestening +gestic +gestical +gesticulacious +gesticulant +gesticular +gesticularious +gesticulate +gesticulation +gesticulative +gesticulatively +gesticulator +gesticulatory +gestion +gestning +gestural +gesture +gestureless +gesturer +get +geta +Getae +getah +getaway +gether +Gethsemane +gethsemane +Gethsemanic +gethsemanic +Getic +getling +getpenny +Getsul +gettable +getter +getting +getup +Geullah +Geum +geum +gewgaw +gewgawed +gewgawish +gewgawry +gewgawy +gey +geyan +geyerite +geyser +geyseral +geyseric +geyserine +geyserish +geyserite +gez +ghafir +ghaist +ghalva +Ghan +gharial +gharnao +gharry +Ghassanid +ghastily +ghastlily +ghastliness +ghastly +ghat +ghatti +ghatwal +ghatwazi +ghazi +ghazism +Ghaznevid +Gheber +ghebeta +Ghedda +ghee +Gheg +Ghegish +gheleem +Ghent +gherkin +ghetchoo +ghetti +ghetto +ghettoization +ghettoize +Ghibelline +Ghibellinism +Ghilzai +Ghiordes +ghizite +ghoom +ghost +ghostcraft +ghostdom +ghoster +ghostess +ghostfish +ghostflower +ghosthood +ghostified +ghostily +ghostish +ghostism +ghostland +ghostless +ghostlet +ghostlify +ghostlike +ghostlily +ghostliness +ghostly +ghostmonger +ghostology +ghostship +ghostweed +ghostwrite +ghosty +ghoul +ghoulery +ghoulish +ghoulishly +ghoulishness +ghrush +ghurry +Ghuz +Gi +Giansar +giant +giantesque +giantess +gianthood +giantish +giantism +giantize +giantkind +giantlike +giantly +giantry +giantship +Giardia +giardia +giardiasis +giarra +giarre +Gib +gib +gibaro +gibbals +gibbed +gibber +Gibberella +gibbergunyah +gibberish +gibberose +gibberosity +gibbet +gibbetwise +Gibbi +gibblegabble +gibblegabbler +gibbles +gibbon +gibbose +gibbosity +gibbous +gibbously +gibbousness +gibbsite +gibbus +gibby +gibe +gibel +gibelite +Gibeonite +giber +gibing +gibingly +gibleh +giblet +giblets +Gibraltar +Gibson +gibstaff +gibus +gid +giddap +giddea +giddify +giddily +giddiness +giddy +giddyberry +giddybrain +giddyhead +giddyish +Gideon +Gideonite +gidgee +gie +gied +gien +Gienah +gieseckite +gif +giffgaff +Gifola +gift +gifted +giftedly +giftedness +giftie +giftless +giftling +giftware +gig +gigantean +gigantesque +gigantic +gigantical +gigantically +giganticidal +giganticide +giganticness +gigantism +gigantize +gigantoblast +gigantocyte +gigantolite +gigantological +gigantology +gigantomachy +Gigantopithecus +Gigantosaurus +Gigantostraca +gigantostracan +gigantostracous +Gigartina +Gigartinaceae +gigartinaceous +Gigartinales +gigback +gigelira +gigeria +gigerium +gigful +gigger +giggish +giggit +giggle +giggledom +gigglement +giggler +gigglesome +giggling +gigglingly +gigglish +giggly +Gigi +giglet +gigliato +giglot +gigman +gigmaness +gigmanhood +gigmania +gigmanic +gigmanically +gigmanism +gigmanity +gignate +gignitive +gigolo +gigot +gigsman +gigster +gigtree +gigunu +Gil +Gila +Gilaki +Gilbert +gilbert +gilbertage +Gilbertese +Gilbertian +Gilbertianism +gilbertite +gild +gildable +gilded +gilden +gilder +gilding +Gileadite +Gileno +Giles +gilguy +Gilia +gilia +Giliak +gilim +Gill +gill +gillaroo +gillbird +gilled +Gillenia +giller +Gilles +gillflirt +gillhooter +Gillian +gillie +gilliflirt +gilling +gilliver +gillotage +gillotype +gillstoup +gilly +gillyflower +gillygaupus +gilo +gilpy +gilravage +gilravager +gilse +gilsonite +gilt +giltcup +gilthead +gilttail +gim +gimbal +gimbaled +gimbaljawed +gimberjawed +gimble +gimcrack +gimcrackery +gimcrackiness +gimcracky +gimel +Gimirrai +gimlet +gimleteyed +gimlety +gimmal +gimmer +gimmerpet +gimmick +gimp +gimped +gimper +gimping +gin +ging +ginger +gingerade +gingerberry +gingerbread +gingerbready +gingerin +gingerleaf +gingerline +gingerliness +gingerly +gingerness +gingernut +gingerol +gingerous +gingerroot +gingersnap +gingerspice +gingerwork +gingerwort +gingery +gingham +ginghamed +gingili +gingiva +gingivae +gingival +gingivalgia +gingivectomy +gingivitis +gingivoglossitis +gingivolabial +ginglyform +ginglymoarthrodia +ginglymoarthrodial +Ginglymodi +ginglymodian +ginglymoid +ginglymoidal +Ginglymostoma +ginglymostomoid +ginglymus +ginglyni +ginhouse +gink +Ginkgo +ginkgo +Ginkgoaceae +ginkgoaceous +Ginkgoales +ginned +ginner +ginners +ginnery +ginney +ginning +ginnle +Ginny +ginny +ginseng +ginward +gio +giobertite +giornata +giornatate +Giottesque +Giovanni +gip +gipon +gipper +Gippy +gipser +gipsire +gipsyweed +Giraffa +giraffe +giraffesque +Giraffidae +giraffine +giraffoid +girandola +girandole +girasol +girasole +girba +gird +girder +girderage +girderless +girding +girdingly +girdle +girdlecake +girdlelike +girdler +girdlestead +girdling +girdlingly +Girella +Girellidae +Girgashite +Girgasite +girl +girleen +girlery +girlfully +girlhood +girlie +girliness +girling +girlish +girlishly +girlishness +girlism +girllike +girly +girn +girny +giro +giroflore +Girondin +Girondism +Girondist +girouette +girouettism +girr +girse +girsh +girsle +girt +girth +girtline +gisarme +gish +gisla +gisler +gismondine +gismondite +gist +git +gitaligenin +gitalin +Gitanemuck +gith +Gitksan +gitonin +gitoxigenin +gitoxin +gittern +Gittite +gittith +Giuseppe +giustina +give +giveable +giveaway +given +givenness +giver +givey +giving +gizz +gizzard +gizzen +gizzern +glabella +glabellae +glabellar +glabellous +glabellum +glabrate +glabrescent +glabrous +glace +glaceed +glaceing +glaciable +glacial +glacialism +glacialist +glacialize +glacially +glaciaria +glaciarium +glaciate +glaciation +glacier +glaciered +glacieret +glacierist +glacification +glacioaqueous +glaciolacustrine +glaciological +glaciologist +glaciology +glaciomarine +glaciometer +glacionatant +glacis +glack +glad +gladden +gladdener +gladdon +gladdy +glade +gladelike +gladeye +gladful +gladfully +gladfulness +gladhearted +gladiate +gladiator +gladiatorial +gladiatorism +gladiatorship +gladiatrix +gladify +gladii +gladiola +gladiolar +gladiole +gladioli +gladiolus +gladius +gladkaite +gladless +gladly +gladness +gladsome +gladsomely +gladsomeness +Gladstone +Gladstonian +Gladstonianism +glady +Gladys +glaga +Glagol +Glagolic +Glagolitic +Glagolitsa +glaieul +glaik +glaiket +glaiketness +glair +glaireous +glairiness +glairy +glaister +glaive +glaived +glaked +glaky +glam +glamberry +glamorize +glamorous +glamorously +glamour +glamoury +glance +glancer +glancing +glancingly +gland +glandaceous +glandarious +glandered +glanderous +glanders +glandes +glandiferous +glandiform +glandless +glandlike +glandular +glandularly +glandule +glanduliferous +glanduliform +glanduligerous +glandulose +glandulosity +glandulous +glandulousness +Glaniostomi +glans +glar +glare +glareless +Glareola +glareole +Glareolidae +glareous +glareproof +glareworm +glarily +glariness +glaring +glaringly +glaringness +glarry +glary +Glaserian +glaserite +glashan +glass +glassen +glasser +glasses +glassfish +glassful +glasshouse +glassie +glassily +glassine +glassiness +Glassite +glassless +glasslike +glassmaker +glassmaking +glassman +glassophone +glassrope +glassteel +glassware +glassweed +glasswork +glassworker +glassworking +glassworks +glasswort +glassy +Glaswegian +Glathsheim +Glathsheimr +glauberite +glaucescence +glaucescent +Glaucidium +glaucin +glaucine +Glaucionetta +Glaucium +glaucochroite +glaucodot +glaucolite +glaucoma +glaucomatous +Glaucomys +Glauconia +glauconiferous +Glauconiidae +glauconite +glauconitic +glauconitization +glaucophane +glaucophanite +glaucophanization +glaucophanize +glaucophyllous +Glaucopis +glaucosuria +glaucous +glaucously +Glauke +glaum +glaumrie +glaur +glaury +Glaux +glaver +glaze +glazed +glazen +glazer +glazework +glazier +glaziery +glazily +glaziness +glazing +glazy +gleam +gleamily +gleaminess +gleaming +gleamingly +gleamless +gleamy +glean +gleanable +gleaner +gleaning +gleary +gleba +glebal +glebe +glebeless +glebous +Glecoma +glede +Gleditsia +gledy +glee +gleed +gleeful +gleefully +gleefulness +gleeishly +gleek +gleemaiden +gleeman +gleesome +gleesomely +gleesomeness +gleet +gleety +gleewoman +gleg +glegly +glegness +Glen +glen +Glengarry +Glenn +glenohumeral +glenoid +glenoidal +glent +glessite +gleyde +glia +gliadin +glial +glib +glibbery +glibly +glibness +glidder +gliddery +glide +glideless +glideness +glider +gliderport +glidewort +gliding +glidingly +gliff +gliffing +glime +glimmer +glimmering +glimmeringly +glimmerite +glimmerous +glimmery +glimpse +glimpser +glink +glint +glioma +gliomatous +gliosa +gliosis +Glires +Gliridae +gliriform +Gliriformia +glirine +Glis +glisk +glisky +glissade +glissader +glissando +glissette +glisten +glistening +glisteningly +glister +glisteringly +Glitnir +glitter +glitterance +glittering +glitteringly +glittersome +glittery +gloam +gloaming +gloat +gloater +gloating +gloatingly +global +globally +globate +globated +globe +globed +globefish +globeflower +globeholder +globelet +Globicephala +globiferous +Globigerina +globigerine +Globigerinidae +globin +Globiocephalus +globoid +globose +globosely +globoseness +globosite +globosity +globosphaerite +globous +globously +globousness +globular +Globularia +Globulariaceae +globulariaceous +globularity +globularly +globularness +globule +globulet +globulicidal +globulicide +globuliferous +globuliform +globulimeter +globulin +globulinuria +globulite +globulitic +globuloid +globulolysis +globulose +globulous +globulousness +globulysis +globy +glochid +glochideous +glochidia +glochidial +glochidian +glochidiate +glochidium +glochis +glockenspiel +gloea +gloeal +Gloeocapsa +gloeocapsoid +gloeosporiose +Gloeosporium +Gloiopeltis +Gloiosiphonia +Gloiosiphoniaceae +glom +glome +glomerate +glomeration +Glomerella +glomeroporphyritic +glomerular +glomerulate +glomerule +glomerulitis +glomerulonephritis +glomerulose +glomerulus +glommox +glomus +glonoin +glonoine +gloom +gloomful +gloomfully +gloomily +gloominess +glooming +gloomingly +gloomless +gloomth +gloomy +glop +gloppen +glor +glore +Gloria +Gloriana +gloriation +gloriette +glorifiable +glorification +glorifier +glorify +gloriole +Gloriosa +gloriosity +glorious +gloriously +gloriousness +glory +gloryful +glorying +gloryingly +gloryless +gloss +glossa +glossagra +glossal +glossalgia +glossalgy +glossanthrax +glossarial +glossarially +glossarian +glossarist +glossarize +glossary +Glossata +glossate +glossator +glossatorial +glossectomy +glossed +glosser +glossic +glossily +Glossina +glossiness +glossing +glossingly +Glossiphonia +Glossiphonidae +glossist +glossitic +glossitis +glossless +glossmeter +glossocarcinoma +glossocele +glossocoma +glossocomon +glossodynamometer +glossodynia +glossoepiglottic +glossoepiglottidean +glossograph +glossographer +glossographical +glossography +glossohyal +glossoid +glossokinesthetic +glossolabial +glossolabiolaryngeal +glossolabiopharyngeal +glossolalia +glossolalist +glossolaly +glossolaryngeal +glossological +glossologist +glossology +glossolysis +glossoncus +glossopalatine +glossopalatinus +glossopathy +glossopetra +Glossophaga +glossophagine +glossopharyngeal +glossopharyngeus +Glossophora +glossophorous +glossophytia +glossoplasty +glossoplegia +glossopode +glossopodium +Glossopteris +glossoptosis +glossopyrosis +glossorrhaphy +glossoscopia +glossoscopy +glossospasm +glossosteresis +Glossotherium +glossotomy +glossotype +glossy +glost +glottal +glottalite +glottalize +glottic +glottid +glottidean +glottis +glottiscope +glottogonic +glottogonist +glottogony +glottologic +glottological +glottologist +glottology +Gloucester +glout +glove +gloveless +glovelike +glovemaker +glovemaking +glover +gloveress +glovey +gloving +glow +glower +glowerer +glowering +gloweringly +glowfly +glowing +glowingly +glowworm +Gloxinia +gloy +gloze +glozing +glozingly +glub +glucase +glucemia +glucid +glucide +glucidic +glucina +glucine +glucinic +glucinium +glucinum +gluck +glucofrangulin +glucokinin +glucolipid +glucolipide +glucolipin +glucolipine +glucolysis +glucosaemia +glucosamine +glucosan +glucosane +glucosazone +glucose +glucosemia +glucosic +glucosid +glucosidal +glucosidase +glucoside +glucosidic +glucosidically +glucosin +glucosine +glucosone +glucosuria +glucuronic +glue +glued +gluemaker +gluemaking +gluepot +gluer +gluey +glueyness +glug +gluish +gluishness +glum +gluma +Glumaceae +glumaceous +glumal +Glumales +glume +glumiferous +Glumiflorae +glumly +glummy +glumness +glumose +glumosity +glump +glumpily +glumpiness +glumpish +glumpy +glunch +Gluneamie +glusid +gluside +glut +glutamic +glutamine +glutaminic +glutaric +glutathione +glutch +gluteal +glutelin +gluten +glutenin +glutenous +gluteofemoral +gluteoinguinal +gluteoperineal +gluteus +glutin +glutinate +glutination +glutinative +glutinize +glutinose +glutinosity +glutinous +glutinously +glutinousness +glutition +glutoid +glutose +glutter +gluttery +glutting +gluttingly +glutton +gluttoness +gluttonish +gluttonism +gluttonize +gluttonous +gluttonously +gluttonousness +gluttony +glyceraldehyde +glycerate +Glyceria +glyceric +glyceride +glycerin +glycerinate +glycerination +glycerine +glycerinize +glycerite +glycerize +glycerizin +glycerizine +glycerogel +glycerogelatin +glycerol +glycerolate +glycerole +glycerolize +glycerophosphate +glycerophosphoric +glycerose +glyceroxide +glyceryl +glycid +glycide +glycidic +glycidol +Glycine +glycine +glycinin +glycocholate +glycocholic +glycocin +glycocoll +glycogelatin +glycogen +glycogenesis +glycogenetic +glycogenic +glycogenize +glycogenolysis +glycogenous +glycogeny +glycohaemia +glycohemia +glycol +glycolaldehyde +glycolate +glycolic +glycolide +glycolipid +glycolipide +glycolipin +glycolipine +glycoluric +glycoluril +glycolyl +glycolylurea +glycolysis +glycolytic +glycolytically +Glyconian +Glyconic +glyconic +glyconin +glycoproteid +glycoprotein +glycosaemia +glycose +glycosemia +glycosin +glycosine +glycosuria +glycosuric +glycuresis +glycuronic +glycyl +glycyphyllin +Glycyrrhiza +glycyrrhizin +Glynn +glyoxal +glyoxalase +glyoxalic +glyoxalin +glyoxaline +glyoxim +glyoxime +glyoxyl +glyoxylic +glyph +glyphic +glyphograph +glyphographer +glyphographic +glyphography +glyptic +glyptical +glyptician +Glyptodon +glyptodont +Glyptodontidae +glyptodontoid +glyptograph +glyptographer +glyptographic +glyptography +glyptolith +glyptological +glyptologist +glyptology +glyptotheca +Glyptotherium +glyster +Gmelina +gmelinite +gnabble +Gnaeus +gnaphalioid +Gnaphalium +gnar +gnarl +gnarled +gnarliness +gnarly +gnash +gnashingly +gnat +gnatcatcher +gnatflower +gnathal +gnathalgia +gnathic +gnathidium +gnathion +gnathism +gnathite +gnathitis +Gnatho +gnathobase +gnathobasic +Gnathobdellae +Gnathobdellida +gnathometer +gnathonic +gnathonical +gnathonically +gnathonism +gnathonize +gnathophorous +gnathoplasty +gnathopod +Gnathopoda +gnathopodite +gnathopodous +gnathostegite +Gnathostoma +Gnathostomata +gnathostomatous +gnathostome +Gnathostomi +gnathostomous +gnathotheca +gnatling +gnatproof +gnatsnap +gnatsnapper +gnatter +gnatty +gnatworm +gnaw +gnawable +gnawer +gnawing +gnawingly +gnawn +gneiss +gneissic +gneissitic +gneissoid +gneissose +gneissy +Gnetaceae +gnetaceous +Gnetales +Gnetum +gnocchetti +gnome +gnomed +gnomesque +gnomic +gnomical +gnomically +gnomide +gnomish +gnomist +gnomologic +gnomological +gnomologist +gnomology +gnomon +Gnomonia +Gnomoniaceae +gnomonic +gnomonical +gnomonics +gnomonological +gnomonologically +gnomonology +gnosiological +gnosiology +gnosis +Gnostic +gnostic +gnostical +gnostically +Gnosticism +gnosticity +gnosticize +gnosticizer +gnostology +gnu +go +goa +goad +goadsman +goadster +goaf +Goajiro +goal +Goala +goalage +goalee +goalie +goalkeeper +goalkeeping +goalless +goalmouth +Goan +Goanese +goanna +Goasila +goat +goatbeard +goatbrush +goatbush +goatee +goateed +goatfish +goatherd +goatherdess +goatish +goatishly +goatishness +goatland +goatlike +goatling +goatly +goatroot +goatsbane +goatsbeard +goatsfoot +goatskin +goatstone +goatsucker +goatweed +goaty +goave +gob +goback +goban +gobang +gobbe +gobber +gobbet +gobbin +gobbing +gobble +gobbledygook +gobbler +gobby +Gobelin +gobelin +gobernadora +gobi +Gobia +Gobian +gobiesocid +Gobiesocidae +gobiesociform +Gobiesox +gobiid +Gobiidae +gobiiform +Gobiiformes +Gobinism +Gobinist +Gobio +gobioid +Gobioidea +Gobioidei +goblet +gobleted +gobletful +goblin +gobline +goblinesque +goblinish +goblinism +goblinize +goblinry +gobmouthed +gobo +gobonated +gobony +gobstick +goburra +goby +gobylike +gocart +Goclenian +God +god +godchild +Goddam +Goddard +goddard +goddaughter +godded +goddess +goddesshood +goddessship +goddikin +goddize +gode +godet +Godetia +godfather +godfatherhood +godfathership +Godforsaken +Godfrey +Godful +godhead +godhood +Godiva +godkin +godless +godlessly +godlessness +godlet +godlike +godlikeness +godlily +godliness +godling +godly +godmaker +godmaking +godmamma +godmother +godmotherhood +godmothership +godown +godpapa +godparent +Godsake +godsend +godship +godson +godsonship +Godspeed +Godward +Godwin +Godwinian +godwit +goeduck +goel +goelism +Goemagot +Goemot +goer +goes +Goetae +Goethian +goetia +goetic +goetical +goety +goff +goffer +goffered +gofferer +goffering +goffle +gog +gogga +goggan +goggle +goggled +goggler +gogglers +goggly +goglet +Gogo +gogo +Gohila +goi +goiabada +Goidel +Goidelic +going +goitcho +goiter +goitered +goitral +goitrogen +goitrogenic +goitrous +Gokuraku +gol +gola +golach +goladar +golandaas +golandause +Golaseccan +Golconda +Gold +gold +goldbeater +goldbeating +Goldbird +goldbrick +goldbricker +goldbug +goldcrest +goldcup +golden +goldenback +goldeneye +goldenfleece +goldenhair +goldenknop +goldenlocks +goldenly +Goldenmouth +goldenmouthed +goldenness +goldenpert +goldenrod +goldenseal +goldentop +goldenwing +golder +goldfielder +goldfinch +goldfinny +goldfish +goldflower +goldhammer +goldhead +Goldi +Goldic +goldie +goldilocks +goldin +goldish +goldless +goldlike +Goldonian +goldseed +goldsinny +goldsmith +goldsmithery +goldsmithing +goldspink +goldstone +goldtail +goldtit +goldwater +goldweed +goldwork +goldworker +Goldy +goldy +golee +golem +golf +golfdom +golfer +Golgi +Golgotha +goli +goliard +goliardery +goliardic +Goliath +goliath +goliathize +golkakra +Goll +golland +gollar +golliwogg +golly +Golo +goloe +golpe +Goma +gomari +Gomarian +Gomarist +Gomarite +gomart +gomashta +gomavel +gombay +gombeen +gombeenism +gombroon +Gomeisa +gomer +gomeral +gomlah +gommelin +Gomontia +Gomorrhean +Gomphocarpus +gomphodont +Gompholobium +gomphosis +Gomphrena +gomuti +gon +Gona +gonad +gonadal +gonadial +gonadic +gonadotropic +gonadotropin +gonaduct +gonagra +gonakie +gonal +gonalgia +gonangial +gonangium +gonapod +gonapophysal +gonapophysial +gonapophysis +gonarthritis +Gond +gondang +Gondi +gondite +gondola +gondolet +gondolier +gone +goneness +goneoclinic +gonepoiesis +gonepoietic +goner +Goneril +gonesome +gonfalcon +gonfalonier +gonfalonierate +gonfaloniership +gonfanon +gong +gongman +Gongoresque +Gongorism +Gongorist +gongoristic +gonia +goniac +gonial +goniale +Goniaster +goniatite +Goniatites +goniatitic +goniatitid +Goniatitidae +goniatitoid +gonid +gonidangium +gonidia +gonidial +gonidic +gonidiferous +gonidiogenous +gonidioid +gonidiophore +gonidiose +gonidiospore +gonidium +gonimic +gonimium +gonimolobe +gonimous +goniocraniometry +Goniodoridae +Goniodorididae +Goniodoris +goniometer +goniometric +goniometrical +goniometrically +goniometry +gonion +Goniopholidae +Goniopholis +goniostat +goniotropous +gonitis +Gonium +gonium +gonnardite +gonne +gonoblast +gonoblastic +gonoblastidial +gonoblastidium +gonocalycine +gonocalyx +gonocheme +gonochorism +gonochorismal +gonochorismus +gonochoristic +gonococcal +gonococcic +gonococcoid +gonococcus +gonocoel +gonocyte +gonoecium +Gonolobus +gonomere +gonomery +gonophore +gonophoric +gonophorous +gonoplasm +gonopoietic +gonorrhea +gonorrheal +gonorrheic +gonosomal +gonosome +gonosphere +gonostyle +gonotheca +gonothecal +gonotokont +gonotome +gonotype +gonozooid +gony +gonyalgia +gonydeal +gonydial +gonyocele +gonyoncus +gonys +Gonystylaceae +gonystylaceous +Gonystylus +gonytheca +Gonzalo +goo +goober +good +Goodenia +Goodeniaceae +goodeniaceous +Goodenoviaceae +goodhearted +goodheartedly +goodheartedness +gooding +goodish +goodishness +goodlihead +goodlike +goodliness +goodly +goodman +goodmanship +goodness +goods +goodsome +goodwife +goodwill +goodwillit +goodwilly +goody +goodyear +Goodyera +goodyish +goodyism +goodyness +goodyship +goof +goofer +goofily +goofiness +goofy +googly +googol +googolplex +googul +gook +gool +goolah +gools +gooma +goon +goondie +goonie +Goop +goosander +goose +goosebeak +gooseberry +goosebill +goosebird +goosebone +gooseboy +goosecap +goosefish +gooseflower +goosefoot +goosegirl +goosegog +gooseherd +goosehouse +gooselike +goosemouth +gooseneck +goosenecked +gooserumped +goosery +goosetongue +gooseweed +goosewing +goosewinged +goosish +goosishly +goosishness +goosy +gopher +gopherberry +gopherroot +gopherwood +gopura +Gor +gor +gora +goracco +goral +goran +gorb +gorbal +gorbellied +gorbelly +gorbet +gorble +gorblimy +gorce +gorcock +gorcrow +Gordiacea +gordiacean +gordiaceous +Gordian +Gordiidae +Gordioidea +Gordius +gordolobo +Gordon +Gordonia +gordunite +Gordyaean +gore +gorer +gorevan +gorfly +gorge +gorgeable +gorged +gorgedly +gorgelet +gorgeous +gorgeously +gorgeousness +gorger +gorgerin +gorget +gorgeted +gorglin +Gorgon +Gorgonacea +gorgonacean +gorgonaceous +gorgonesque +gorgoneum +Gorgonia +Gorgoniacea +gorgoniacean +gorgoniaceous +Gorgonian +gorgonian +gorgonin +gorgonize +gorgonlike +Gorgonzola +Gorgosaurus +gorhen +goric +gorilla +gorillaship +gorillian +gorilline +gorilloid +gorily +goriness +goring +Gorkhali +Gorkiesque +gorlin +gorlois +gormandize +gormandizer +gormaw +gormed +gorra +gorraf +gorry +gorse +gorsebird +gorsechat +gorsedd +gorsehatch +gorsy +Gortonian +Gortonite +gory +gos +gosain +goschen +gosh +goshawk +Goshen +goshenite +goslarite +goslet +gosling +gosmore +gospel +gospeler +gospelist +gospelize +gospellike +gospelly +gospelmonger +gospelwards +Gosplan +gospodar +gosport +gossamer +gossamered +gossamery +gossampine +gossan +gossaniferous +gossard +gossip +gossipdom +gossipee +gossiper +gossiphood +gossipiness +gossiping +gossipingly +gossipmonger +gossipred +gossipry +gossipy +gossoon +gossy +gossypine +Gossypium +gossypol +gossypose +got +gotch +gote +Goth +Gotha +Gotham +Gothamite +Gothic +Gothically +Gothicism +Gothicist +Gothicity +Gothicize +Gothicizer +Gothicness +Gothish +Gothism +gothite +Gothlander +Gothonic +Gotiglacial +gotra +gotraja +gotten +Gottfried +Gottlieb +gouaree +Gouda +Goudy +gouge +gouger +goujon +goulash +goumi +goup +Goura +gourami +gourd +gourde +gourdful +gourdhead +gourdiness +gourdlike +gourdworm +gourdy +Gourinae +gourmand +gourmander +gourmanderie +gourmandism +gourmet +gourmetism +gourounut +goustrous +gousty +gout +goutify +goutily +goutiness +goutish +goutte +goutweed +goutwort +gouty +gove +govern +governability +governable +governableness +governably +governail +governance +governess +governessdom +governesshood +governessy +governing +governingly +government +governmental +governmentalism +governmentalist +governmentalize +governmentally +governmentish +governor +governorate +governorship +gowan +gowdnie +gowf +gowfer +gowiddie +gowk +gowked +gowkedly +gowkedness +gowkit +gowl +gown +gownlet +gownsman +gowpen +goy +Goyana +goyazite +Goyetian +goyim +goyin +goyle +gozell +gozzard +gra +Graafian +grab +grabbable +grabber +grabble +grabbler +grabbling +grabbots +graben +grabhook +grabouche +Grace +grace +graceful +gracefully +gracefulness +graceless +gracelessly +gracelessness +gracelike +gracer +Gracilaria +gracilariid +Gracilariidae +gracile +gracileness +gracilescent +gracilis +gracility +graciosity +gracioso +gracious +graciously +graciousness +grackle +Graculus +grad +gradable +gradal +gradate +gradation +gradational +gradationally +gradationately +gradative +gradatively +gradatory +graddan +grade +graded +gradefinder +gradely +grader +Gradgrind +gradgrind +Gradgrindian +Gradgrindish +Gradgrindism +gradient +gradienter +Gradientia +gradin +gradine +grading +gradiometer +gradiometric +gradometer +gradual +gradualism +gradualist +gradualistic +graduality +gradually +gradualness +graduand +graduate +graduated +graduateship +graduatical +graduating +graduation +graduator +gradus +Graeae +Graeculus +Graeme +graff +graffage +graffer +Graffias +graffito +grafship +graft +graftage +graftdom +grafted +grafter +grafting +graftonite +graftproof +Graham +graham +grahamite +Graian +grail +grailer +grailing +grain +grainage +grained +grainedness +grainer +grainering +grainery +grainfield +graininess +graining +grainland +grainless +grainman +grainsick +grainsickness +grainsman +grainways +grainy +graip +graisse +graith +Grallae +Grallatores +grallatorial +grallatory +grallic +Grallina +gralline +gralloch +gram +grama +gramarye +gramashes +grame +gramenite +gramicidin +Graminaceae +graminaceous +Gramineae +gramineal +gramineous +gramineousness +graminicolous +graminiferous +graminifolious +graminiform +graminin +graminivore +graminivorous +graminological +graminology +graminous +grammalogue +grammar +grammarian +grammarianism +grammarless +grammatic +grammatical +grammatically +grammaticalness +grammaticaster +grammaticism +grammaticize +grammatics +grammatist +grammatistical +grammatite +grammatolator +grammatolatry +Grammatophyllum +gramme +Grammontine +gramoches +Gramophone +gramophone +gramophonic +gramophonical +gramophonically +gramophonist +gramp +grampa +grampus +granada +granadilla +granadillo +Granadine +granage +granary +granate +granatum +granch +grand +grandam +grandame +grandaunt +grandchild +granddad +granddaddy +granddaughter +granddaughterly +grandee +grandeeism +grandeeship +grandesque +grandeur +grandeval +grandfather +grandfatherhood +grandfatherish +grandfatherless +grandfatherly +grandfathership +grandfer +grandfilial +grandiloquence +grandiloquent +grandiloquently +grandiloquous +grandiose +grandiosely +grandiosity +grandisonant +Grandisonian +Grandisonianism +grandisonous +grandly +grandma +grandmaternal +Grandmontine +grandmother +grandmotherhood +grandmotherism +grandmotherliness +grandmotherly +grandnephew +grandness +grandniece +grandpa +grandparent +grandparentage +grandparental +grandpaternal +grandsire +grandson +grandsonship +grandstand +grandstander +granduncle +grane +grange +granger +grangerism +grangerite +grangerization +grangerize +grangerizer +Grangousier +graniform +granilla +granite +granitelike +graniteware +granitic +granitical +graniticoline +granitiferous +granitification +granitiform +granitite +granitization +granitize +granitoid +granivore +granivorous +granjeno +grank +grannom +granny +grannybush +grano +granoblastic +granodiorite +granogabbro +granolite +granolith +granolithic +granomerite +granophyre +granophyric +granose +granospherite +Grant +grant +grantable +grantedly +grantee +granter +Granth +Grantha +Grantia +Grantiidae +grantor +granula +granular +granularity +granularly +granulary +granulate +granulated +granulater +granulation +granulative +granulator +granule +granulet +granuliferous +granuliform +granulite +granulitic +granulitis +granulitization +granulitize +granulize +granuloadipose +granulocyte +granuloma +granulomatous +granulometric +granulosa +granulose +granulous +Granville +granza +granzita +grape +graped +grapeflower +grapefruit +grapeful +grapeless +grapelet +grapelike +grapenuts +graperoot +grapery +grapeshot +grapeskin +grapestalk +grapestone +grapevine +grapewise +grapewort +graph +graphalloy +graphic +graphical +graphically +graphicalness +graphicly +graphicness +graphics +Graphidiaceae +Graphiola +graphiological +graphiologist +graphiology +Graphis +graphite +graphiter +graphitic +graphitization +graphitize +graphitoid +graphitoidal +Graphium +graphologic +graphological +graphologist +graphology +graphomania +graphomaniac +graphometer +graphometric +graphometrical +graphometry +graphomotor +Graphophone +graphophone +graphophonic +graphorrhea +graphoscope +graphospasm +graphostatic +graphostatical +graphostatics +graphotype +graphotypic +graphy +graping +grapnel +grappa +grapple +grappler +grappling +Grapsidae +grapsoid +Grapsus +Grapta +graptolite +Graptolitha +Graptolithida +Graptolithina +graptolitic +Graptolitoidea +Graptoloidea +graptomancy +grapy +grasp +graspable +grasper +grasping +graspingly +graspingness +graspless +grass +grassant +grassation +grassbird +grasschat +grasscut +grasscutter +grassed +grasser +grasset +grassflat +grassflower +grasshop +grasshopper +grasshopperdom +grasshopperish +grasshouse +grassiness +grassing +grassland +grassless +grasslike +grassman +grassnut +grassplot +grassquit +grasswards +grassweed +grasswidowhood +grasswork +grassworm +grassy +grat +grate +grateful +gratefully +gratefulness +grateless +grateman +grater +gratewise +grather +Gratia +Gratiano +graticulate +graticulation +graticule +gratification +gratified +gratifiedly +gratifier +gratify +gratifying +gratifyingly +gratility +gratillity +gratinate +grating +Gratiola +gratiolin +gratiosolin +gratis +gratitude +gratten +grattoir +gratuitant +gratuitous +gratuitously +gratuitousness +gratuity +gratulant +gratulate +gratulation +gratulatorily +gratulatory +graupel +gravamen +gravamina +grave +graveclod +gravecloth +graveclothes +graved +gravedigger +gravegarth +gravel +graveless +gravelike +graveling +gravelish +gravelliness +gravelly +gravelroot +gravelstone +gravelweed +gravely +gravemaker +gravemaking +graveman +gravemaster +graven +graveness +Gravenstein +graveolence +graveolency +graveolent +graver +Graves +graveship +graveside +gravestead +gravestone +graveward +gravewards +graveyard +gravic +gravicembalo +gravid +gravidity +gravidly +gravidness +Gravigrada +gravigrade +gravimeter +gravimetric +gravimetrical +gravimetrically +gravimetry +graving +gravitate +gravitater +gravitation +gravitational +gravitationally +gravitative +gravitometer +gravity +gravure +gravy +grawls +gray +grayback +graybeard +graycoat +grayfish +grayfly +grayhead +grayish +graylag +grayling +grayly +graymalkin +graymill +grayness +graypate +graywacke +grayware +graywether +grazable +graze +grazeable +grazer +grazier +grazierdom +graziery +grazing +grazingly +grease +greasebush +greasehorn +greaseless +greaselessness +greaseproof +greaseproofness +greaser +greasewood +greasily +greasiness +greasy +great +greatcoat +greatcoated +greaten +greater +greathead +greatheart +greathearted +greatheartedness +greatish +greatly +greatmouthed +greatness +greave +greaved +greaves +grebe +Grebo +grece +Grecian +Grecianize +Grecism +Grecize +Grecomania +Grecomaniac +Grecophil +gree +greed +greedily +greediness +greedless +greedsome +greedy +greedygut +greedyguts +Greek +Greekdom +Greekery +Greekess +Greekish +Greekism +Greekist +Greekize +Greekless +Greekling +green +greenable +greenage +greenalite +greenback +Greenbacker +Greenbackism +greenbark +greenbone +greenbrier +Greencloth +greencoat +greener +greenery +greeney +greenfinch +greenfish +greengage +greengill +greengrocer +greengrocery +greenhead +greenheaded +greenheart +greenhearted +greenhew +greenhide +greenhood +greenhorn +greenhornism +greenhouse +greening +greenish +greenishness +greenkeeper +greenkeeping +Greenland +Greenlander +Greenlandic +Greenlandish +greenlandite +Greenlandman +greenleek +greenless +greenlet +greenling +greenly +greenness +greenockite +greenovite +greenroom +greensand +greensauce +greenshank +greensick +greensickness +greenside +greenstone +greenstuff +greensward +greenswarded +greentail +greenth +greenuk +greenweed +Greenwich +greenwing +greenwithe +greenwood +greenwort +greeny +greenyard +greet +greeter +greeting +greetingless +greetingly +greffier +greffotome +Greg +gregal +gregale +gregaloid +gregarian +gregarianism +Gregarina +Gregarinae +Gregarinaria +gregarine +Gregarinida +gregarinidal +gregariniform +Gregarinina +Gregarinoidea +gregarinosis +gregarinous +gregarious +gregariously +gregariousness +gregaritic +grege +Gregg +Gregge +greggle +grego +Gregor +Gregorian +Gregorianist +Gregorianize +Gregorianizer +Gregory +greige +grein +greisen +gremial +gremlin +grenade +Grenadian +grenadier +grenadierial +grenadierly +grenadiership +grenadin +grenadine +Grendel +Grenelle +Gressoria +gressorial +gressorious +Greta +Gretchen +Gretel +greund +Grevillea +grew +grewhound +Grewia +grey +greyhound +Greyiaceae +greyly +greyness +gribble +grice +grid +griddle +griddlecake +griddler +gride +gridelin +gridiron +griece +grieced +grief +griefful +grieffully +griefless +grieflessness +grieshoch +grievance +grieve +grieved +grievedly +griever +grieveship +grieving +grievingly +grievous +grievously +grievousness +Griff +griff +griffade +griffado +griffaun +griffe +griffin +griffinage +griffinesque +griffinhood +griffinish +griffinism +Griffith +griffithite +Griffon +griffon +griffonage +griffonne +grift +grifter +grig +griggles +grignet +grigri +grihastha +grihyasutra +grike +grill +grillade +grillage +grille +grilled +griller +grillroom +grillwork +grilse +grim +grimace +grimacer +grimacier +grimacing +grimacingly +grimalkin +grime +grimful +grimgribber +grimily +griminess +grimliness +grimly +grimme +Grimmia +Grimmiaceae +grimmiaceous +grimmish +grimness +grimp +grimy +grin +grinagog +grinch +grind +grindable +Grindelia +grinder +grinderman +grindery +grinding +grindingly +grindle +grindstone +gringo +gringolee +gringophobia +Grinnellia +grinner +grinning +grinningly +grinny +grintern +grip +gripe +gripeful +griper +gripgrass +griphite +Griphosaurus +griping +gripingly +gripless +gripman +gripment +grippal +grippe +gripper +grippiness +gripping +grippingly +grippingness +gripple +grippleness +grippotoxin +grippy +gripsack +gripy +Griqua +griquaite +Griqualander +gris +grisaille +grisard +Griselda +griseous +grisette +grisettish +grisgris +griskin +grisliness +grisly +Grison +grison +grisounite +grisoutine +Grissel +grissens +grissons +grist +gristbite +grister +Gristhorbia +gristle +gristliness +gristly +gristmill +gristmiller +gristmilling +gristy +grit +grith +grithbreach +grithman +gritless +gritrock +grits +gritstone +gritten +gritter +grittily +grittiness +grittle +gritty +grivet +grivna +Grizel +Grizzel +grizzle +grizzled +grizzler +grizzly +grizzlyman +groan +groaner +groanful +groaning +groaningly +groat +groats +groatsworth +grobian +grobianism +grocer +grocerdom +groceress +grocerly +grocerwise +grocery +groceryman +Groenendael +groff +grog +groggery +groggily +grogginess +groggy +grogram +grogshop +groin +groined +groinery +groining +Grolier +Grolieresque +gromatic +gromatics +Gromia +grommet +gromwell +groom +groomer +groomish +groomishly +groomlet +groomling +groomsman +groomy +groop +groose +groot +grooty +groove +grooveless +groovelike +groover +grooverhead +grooviness +grooving +groovy +grope +groper +groping +gropingly +gropple +grorudite +gros +grosbeak +groschen +groser +groset +grosgrain +grosgrained +gross +grossart +grossen +grosser +grossification +grossify +grossly +grossness +grosso +grossulaceous +grossular +Grossularia +grossularia +Grossulariaceae +grossulariaceous +grossularious +grossularite +grosz +groszy +grot +grotesque +grotesquely +grotesqueness +grotesquerie +grothine +grothite +Grotian +Grotianism +grottesco +grotto +grottoed +grottolike +grottowork +grouch +grouchily +grouchiness +grouchingly +grouchy +grouf +grough +ground +groundable +groundably +groundage +groundberry +groundbird +grounded +groundedly +groundedness +groundenell +grounder +groundflower +grounding +groundless +groundlessly +groundlessness +groundliness +groundling +groundly +groundman +groundmass +groundneedle +groundnut +groundplot +grounds +groundsel +groundsill +groundsman +groundward +groundwood +groundwork +groundy +group +groupage +groupageness +grouped +grouper +grouping +groupist +grouplet +groupment +groupwise +grouse +grouseberry +grouseless +grouser +grouseward +grousewards +grousy +grout +grouter +grouthead +grouts +grouty +grouze +grove +groved +grovel +groveler +groveless +groveling +grovelingly +grovelings +grovy +grow +growable +growan +growed +grower +growing +growingly +growingupness +growl +growler +growlery +growling +growlingly +growly +grown +grownup +growse +growsome +growth +growthful +growthiness +growthless +growthy +grozart +grozet +grr +grub +grubbed +grubber +grubbery +grubbily +grubbiness +grubby +grubhood +grubless +grubroot +grubs +grubstake +grubstaker +Grubstreet +grubstreet +grubworm +grudge +grudgeful +grudgefully +grudgekin +grudgeless +grudger +grudgery +grudging +grudgingly +grudgingness +grudgment +grue +gruel +grueler +grueling +gruelly +Grues +gruesome +gruesomely +gruesomeness +gruff +gruffily +gruffiness +gruffish +gruffly +gruffness +gruffs +gruffy +grufted +grugru +Gruidae +gruiform +Gruiformes +gruine +Gruis +grum +grumble +grumbler +grumblesome +Grumbletonian +grumbling +grumblingly +grumbly +grume +Grumium +grumly +grummel +grummels +grummet +grummeter +grumness +grumose +grumous +grumousness +grump +grumph +grumphie +grumphy +grumpily +grumpiness +grumpish +grumpy +grun +Grundified +Grundlov +grundy +Grundyism +Grundyist +Grundyite +grunerite +gruneritization +grunion +grunt +grunter +Grunth +grunting +gruntingly +gruntle +gruntled +gruntling +Grus +grush +grushie +Grusian +Grusinian +gruss +grutch +grutten +gryde +grylli +gryllid +Gryllidae +gryllos +Gryllotalpa +Gryllus +gryllus +grypanian +Gryphaea +Gryphosaurus +gryposis +Grypotherium +grysbok +guaba +guacacoa +guachamaca +guacharo +guachipilin +Guacho +Guacico +guacimo +guacin +guaco +guaconize +Guadagnini +guadalcazarite +Guaharibo +Guahiban +Guahibo +Guahivo +guaiac +guaiacol +guaiacolize +guaiaconic +guaiacum +guaiaretic +guaiasanol +guaiol +guaka +Gualaca +guama +guan +Guana +guana +guanabana +guanabano +guanaco +guanajuatite +guanamine +guanase +guanay +Guanche +guaneide +guango +guanidine +guanidopropionic +guaniferous +guanine +guanize +guano +guanophore +guanosine +guanyl +guanylic +guao +guapena +guapilla +guapinol +Guaque +guar +guara +guarabu +guaracha +guaraguao +guarana +Guarani +guarani +Guaranian +guaranine +guarantee +guaranteeship +guarantor +guarantorship +guaranty +guarapucu +Guaraunan +Guarauno +guard +guardable +guardant +guarded +guardedly +guardedness +guardeen +guarder +guardfish +guardful +guardfully +guardhouse +guardian +guardiancy +guardianess +guardianless +guardianly +guardianship +guarding +guardingly +guardless +guardlike +guardo +guardrail +guardroom +guardship +guardsman +guardstone +Guarea +guariba +guarinite +guarneri +Guarnerius +Guarnieri +Guarrau +guarri +Guaruan +guasa +Guastalline +guatambu +Guatemalan +Guatemaltecan +guativere +Guato +Guatoan +Guatusan +Guatuso +Guauaenok +guava +guavaberry +guavina +guayaba +guayabi +guayabo +guayacan +Guayaqui +Guaycuru +Guaycuruan +Guaymie +guayroto +guayule +guaza +Guazuma +gubbertush +Gubbin +gubbo +gubernacula +gubernacular +gubernaculum +gubernative +gubernator +gubernatorial +gubernatrix +guberniya +gucki +gud +gudame +guddle +gude +gudebrother +gudefather +gudemother +gudesake +gudesakes +gudesire +gudewife +gudge +gudgeon +gudget +gudok +gue +guebucu +guejarite +Guelph +Guelphic +Guelphish +Guelphism +guemal +guenepe +guenon +guepard +guerdon +guerdonable +guerdoner +guerdonless +guereza +Guerickian +Guerinet +Guernsey +guernsey +guernseyed +guerrilla +guerrillaism +guerrillaship +Guesdism +Guesdist +guess +guessable +guesser +guessing +guessingly +guesswork +guessworker +guest +guestchamber +guesten +guester +guesthouse +guesting +guestive +guestless +Guestling +guestling +guestmaster +guestship +guestwise +Guetar +Guetare +gufa +guff +guffaw +guffer +guffin +guffy +gugal +guggle +gugglet +guglet +guglia +guglio +gugu +Guha +Guhayna +guhr +Guiana +Guianan +Guianese +guib +guiba +guidable +guidage +guidance +guide +guideboard +guidebook +guidebookish +guidecraft +guideless +guideline +guidepost +guider +guideress +guidership +guideship +guideway +guidman +Guido +guidon +Guidonian +guidwilly +guige +Guignardia +guignol +guijo +Guilandina +guild +guilder +guildhall +guildic +guildry +guildship +guildsman +guile +guileful +guilefully +guilefulness +guileless +guilelessly +guilelessness +guilery +guillemet +guillemot +Guillermo +guillevat +guilloche +guillochee +guillotinade +guillotine +guillotinement +guillotiner +guillotinism +guillotinist +guilt +guiltily +guiltiness +guiltless +guiltlessly +guiltlessness +guiltsick +guilty +guily +guimbard +guimpe +Guinea +guinea +Guineaman +Guinean +Guinevere +guipure +Guisard +guisard +guise +guiser +Guisian +guising +guitar +guitarfish +guitarist +guitermanite +guitguit +Guittonian +Gujar +Gujarati +Gujrati +gul +gula +gulae +gulaman +gulancha +Gulanganes +gular +gularis +gulch +gulden +guldengroschen +gule +gules +Gulf +gulf +gulflike +gulfside +gulfwards +gulfweed +gulfy +gulgul +gulinula +gulinulae +gulinular +gulix +gull +Gullah +gullery +gullet +gulleting +gullibility +gullible +gullibly +gullion +gullish +gullishly +gullishness +gully +gullyhole +Gulo +gulonic +gulose +gulosity +gulp +gulper +gulpin +gulping +gulpingly +gulpy +gulravage +gulsach +Gum +gum +gumbo +gumboil +gumbotil +gumby +gumchewer +gumdigger +gumdigging +gumdrop +gumfield +gumflower +gumihan +gumless +gumlike +gumly +gumma +gummage +gummaker +gummaking +gummata +gummatous +gummed +gummer +gummiferous +gumminess +gumming +gummite +gummose +gummosis +gummosity +gummous +gummy +gump +gumphion +gumption +gumptionless +gumptious +gumpus +gumshoe +gumweed +gumwood +gun +guna +gunate +gunation +gunbearer +gunboat +gunbright +gunbuilder +guncotton +gundi +gundy +gunebo +gunfire +gunflint +gunge +gunhouse +Gunite +gunite +gunj +gunk +gunl +gunless +gunlock +gunmaker +gunmaking +gunman +gunmanship +gunnage +Gunnar +gunne +gunnel +gunner +Gunnera +Gunneraceae +gunneress +gunnership +gunnery +gunnies +gunning +gunnung +gunny +gunocracy +gunong +gunpaper +gunplay +gunpowder +gunpowderous +gunpowdery +gunpower +gunrack +gunreach +gunrunner +gunrunning +gunsel +gunshop +gunshot +gunsman +gunsmith +gunsmithery +gunsmithing +gunster +gunstick +gunstock +gunstocker +gunstocking +gunstone +Gunter +gunter +Gunther +gunwale +gunyah +gunyang +gunyeh +Gunz +Gunzian +gup +guppy +guptavidya +gur +Guran +gurdfish +gurdle +gurdwara +gurge +gurgeon +gurgeons +gurges +gurgitation +gurgle +gurglet +gurgling +gurglingly +gurgly +gurgoyle +gurgulation +Gurian +Guric +Gurish +Gurjara +gurjun +gurk +Gurkha +gurl +gurly +Gurmukhi +gurnard +gurnet +gurnetty +Gurneyite +gurniad +gurr +gurrah +gurry +gurt +guru +guruship +Gus +gush +gusher +gushet +gushily +gushiness +gushing +gushingly +gushingness +gushy +gusla +gusle +guss +gusset +Gussie +gussie +gust +gustable +gustation +gustative +gustativeness +gustatory +Gustavus +gustful +gustfully +gustfulness +gustily +gustiness +gustless +gusto +gustoish +Gustus +gusty +gut +Guti +Gutium +gutless +gutlike +gutling +Gutnic +Gutnish +gutt +gutta +guttable +guttate +guttated +guttatim +guttation +gutte +gutter +Guttera +gutterblood +guttering +gutterlike +gutterling +gutterman +guttersnipe +guttersnipish +gutterspout +gutterwise +guttery +gutti +guttide +guttie +Guttiferae +guttiferal +Guttiferales +guttiferous +guttiform +guttiness +guttle +guttler +guttula +guttulae +guttular +guttulate +guttule +guttural +gutturalism +gutturality +gutturalization +gutturalize +gutturally +gutturalness +gutturize +gutturonasal +gutturopalatal +gutturopalatine +gutturotetany +guttus +gutty +gutweed +gutwise +gutwort +guvacine +guvacoline +Guy +guy +Guyandot +guydom +guyer +guytrash +guz +guze +Guzmania +guzmania +Guzul +guzzle +guzzledom +guzzler +gwag +gweduc +gweed +gweeon +gwely +Gwen +Gwendolen +gwine +gwyniad +Gyarung +gyascutus +Gyges +Gygis +gyle +gym +gymel +gymkhana +Gymnadenia +Gymnadeniopsis +Gymnanthes +gymnanthous +Gymnarchidae +Gymnarchus +gymnasia +gymnasial +gymnasiarch +gymnasiarchy +gymnasiast +gymnasic +gymnasium +gymnast +gymnastic +gymnastically +gymnastics +gymnemic +gymnetrous +gymnic +gymnical +gymnics +gymnite +Gymnoblastea +gymnoblastic +Gymnocalycium +gymnocarpic +gymnocarpous +Gymnocerata +gymnoceratous +gymnocidium +Gymnocladus +Gymnoconia +Gymnoderinae +Gymnodiniaceae +gymnodiniaceous +Gymnodiniidae +Gymnodinium +gymnodont +Gymnodontes +gymnogen +gymnogenous +Gymnoglossa +gymnoglossate +gymnogynous +Gymnogyps +Gymnolaema +Gymnolaemata +gymnolaematous +Gymnonoti +Gymnopaedes +gymnopaedic +gymnophiona +gymnoplast +Gymnorhina +gymnorhinal +Gymnorhininae +gymnosoph +gymnosophist +gymnosophy +gymnosperm +Gymnospermae +gymnospermal +gymnospermic +gymnospermism +Gymnospermous +gymnospermy +Gymnosporangium +gymnospore +gymnosporous +Gymnostomata +Gymnostomina +gymnostomous +Gymnothorax +gymnotid +Gymnotidae +Gymnotoka +gymnotokous +Gymnotus +Gymnura +gymnure +Gymnurinae +gymnurine +gympie +gyn +gynaecea +gynaeceum +gynaecocoenic +gynander +gynandrarchic +gynandrarchy +Gynandria +gynandria +gynandrian +gynandrism +gynandroid +gynandromorph +gynandromorphic +gynandromorphism +gynandromorphous +gynandromorphy +gynandrophore +gynandrosporous +gynandrous +gynandry +gynantherous +gynarchic +gynarchy +gyne +gynecic +gynecidal +gynecide +gynecocentric +gynecocracy +gynecocrat +gynecocratic +gynecocratical +gynecoid +gynecolatry +gynecologic +gynecological +gynecologist +gynecology +gynecomania +gynecomastia +gynecomastism +gynecomasty +gynecomazia +gynecomorphous +gyneconitis +gynecopathic +gynecopathy +gynecophore +gynecophoric +gynecophorous +gynecotelic +gynecratic +gyneocracy +gyneolater +gyneolatry +gynephobia +Gynerium +gynethusia +gyniatrics +gyniatry +gynic +gynics +gynobase +gynobaseous +gynobasic +gynocardia +gynocardic +gynocracy +gynocratic +gynodioecious +gynodioeciously +gynodioecism +gynoecia +gynoecium +gynogenesis +gynomonecious +gynomonoeciously +gynomonoecism +gynophagite +gynophore +gynophoric +gynosporangium +gynospore +gynostegia +gynostegium +gynostemium +Gynura +gyp +Gypaetus +gype +gypper +Gyppo +Gyps +gyps +gypseian +gypseous +gypsiferous +gypsine +gypsiologist +gypsite +gypsography +gypsologist +gypsology +Gypsophila +gypsophila +gypsophilous +gypsophily +gypsoplast +gypsous +gypster +gypsum +Gypsy +gypsy +gypsydom +gypsyesque +gypsyfy +gypsyhead +gypsyhood +gypsyish +gypsyism +gypsylike +gypsyry +gypsyweed +gypsywise +gypsywort +Gyracanthus +gyral +gyrally +gyrant +gyrate +gyration +gyrational +gyrator +gyratory +gyre +Gyrencephala +gyrencephalate +gyrencephalic +gyrencephalous +gyrene +gyrfalcon +gyri +gyric +gyrinid +Gyrinidae +Gyrinus +gyro +gyrocar +gyroceracone +gyroceran +Gyroceras +gyrochrome +gyrocompass +Gyrodactylidae +Gyrodactylus +gyrogonite +gyrograph +gyroidal +gyroidally +gyrolite +gyrolith +gyroma +gyromagnetic +gyromancy +gyromele +gyrometer +Gyromitra +gyron +gyronny +Gyrophora +Gyrophoraceae +Gyrophoraceous +gyrophoric +gyropigeon +gyroplane +gyroscope +gyroscopic +gyroscopically +gyroscopics +gyrose +gyrostabilizer +Gyrostachys +gyrostat +gyrostatic +gyrostatically +gyrostatics +Gyrotheca +gyrous +gyrovagi +gyrovagues +gyrowheel +gyrus +gyte +gytling +gyve +H +h +ha +haab +haaf +Habab +habanera +Habbe +habble +habdalah +Habe +habeas +habena +habenal +habenar +Habenaria +habendum +habenula +habenular +haberdash +haberdasher +haberdasheress +haberdashery +haberdine +habergeon +habilable +habilatory +habile +habiliment +habilimentation +habilimented +habilitate +habilitation +habilitator +hability +habille +Habiri +Habiru +habit +habitability +habitable +habitableness +habitably +habitacle +habitacule +habitally +habitan +habitance +habitancy +habitant +habitat +habitate +habitation +habitational +habitative +habited +habitual +habituality +habitualize +habitually +habitualness +habituate +habituation +habitude +habitudinal +habitue +habitus +habnab +haboob +Habronema +habronemiasis +habronemic +habu +habutai +habutaye +hache +Hachiman +hachure +hacienda +hack +hackamatak +hackamore +hackbarrow +hackberry +hackbolt +hackbush +hackbut +hackbuteer +hacked +hackee +hacker +hackery +hackin +hacking +hackingly +hackle +hackleback +hackler +hacklog +hackly +hackmack +hackman +hackmatack +hackney +hackneyed +hackneyer +hackneyism +hackneyman +hacksaw +hacksilber +hackster +hackthorn +hacktree +hackwood +hacky +had +Hadassah +hadbot +hadden +haddie +haddo +haddock +haddocker +hade +Hadean +Hadendoa +Hadendowa +hadentomoid +Hadentomoidea +Hades +Hadhramautian +hading +Hadith +hadj +Hadjemi +hadji +hadland +Hadramautian +hadrome +Hadromerina +hadromycosis +hadrosaur +Hadrosaurus +haec +haecceity +Haeckelian +Haeckelism +haem +Haemamoeba +Haemanthus +Haemaphysalis +haemaspectroscope +haematherm +haemathermal +haemathermous +haematinon +haematinum +haematite +Haematobranchia +haematobranchiate +Haematocrya +haematocryal +Haematophilina +haematophiline +Haematopus +haematorrhachis +haematosepsis +Haematotherma +haematothermal +haematoxylic +haematoxylin +Haematoxylon +haemoconcentration +haemodilution +Haemodoraceae +haemodoraceous +haemoglobin +haemogram +Haemogregarina +Haemogregarinidae +haemonchiasis +haemonchosis +Haemonchus +haemony +haemophile +Haemoproteus +haemorrhage +haemorrhagia +haemorrhagic +haemorrhoid +haemorrhoidal +haemosporid +Haemosporidia +haemosporidian +Haemosporidium +Haemulidae +haemuloid +haeremai +haet +haff +haffet +haffkinize +haffle +Hafgan +hafiz +hafnium +hafnyl +haft +hafter +hag +Haganah +Hagarite +hagberry +hagboat +hagborn +hagbush +hagdon +hageen +Hagenia +hagfish +haggada +haggaday +haggadic +haggadical +haggadist +haggadistic +haggard +haggardly +haggardness +hagged +hagger +haggis +haggish +haggishly +haggishness +haggister +haggle +haggler +haggly +haggy +hagi +hagia +hagiarchy +hagiocracy +Hagiographa +hagiographal +hagiographer +hagiographic +hagiographical +hagiographist +hagiography +hagiolater +hagiolatrous +hagiolatry +hagiologic +hagiological +hagiologist +hagiology +hagiophobia +hagioscope +hagioscopic +haglet +haglike +haglin +hagride +hagrope +hagseed +hagship +hagstone +hagtaper +hagweed +hagworm +hah +Hahnemannian +Hahnemannism +Haiathalah +Haida +Haidan +Haidee +haidingerite +Haiduk +haik +haikai +haikal +Haikh +haikwan +hail +hailer +hailproof +hailse +hailshot +hailstone +hailstorm +hailweed +haily +Haimavati +hain +Hainai +Hainan +Hainanese +hainberry +haine +hair +hairband +hairbeard +hairbird +hairbrain +hairbreadth +hairbrush +haircloth +haircut +haircutter +haircutting +hairdo +hairdress +hairdresser +hairdressing +haire +haired +hairen +hairhoof +hairhound +hairif +hairiness +hairlace +hairless +hairlessness +hairlet +hairline +hairlock +hairmeal +hairmonger +hairpin +hairsplitter +hairsplitting +hairspring +hairstone +hairstreak +hairtail +hairup +hairweed +hairwood +hairwork +hairworm +hairy +Haisla +Haithal +Haitian +haje +hajib +hajilij +hak +hakam +hakdar +hake +Hakea +hakeem +hakenkreuz +Hakenkreuzler +hakim +Hakka +hako +haku +Hal +hala +halakah +halakic +halakist +halakistic +halal +halalcor +halation +Halawi +halazone +halberd +halberdier +halberdman +halberdsman +halbert +halch +halcyon +halcyonian +halcyonic +Halcyonidae +Halcyoninae +halcyonine +Haldanite +hale +halebi +Halecomorphi +haleness +Halenia +haler +halerz +Halesia +halesome +half +halfback +halfbeak +halfer +halfheaded +halfhearted +halfheartedly +halfheartedness +halfling +halfman +halfness +halfpace +halfpaced +halfpenny +halfpennyworth +halfway +halfwise +Haliaeetus +halibios +halibiotic +halibiu +halibut +halibuter +Halicarnassean +Halicarnassian +Halichondriae +halichondrine +halichondroid +Halicore +Halicoridae +halide +halidom +halieutic +halieutically +halieutics +Haligonian +Halimeda +halimous +halinous +haliographer +haliography +Haliotidae +Haliotis +haliotoid +haliplankton +haliplid +Haliplidae +Haliserites +halisteresis +halisteretic +halite +Halitheriidae +Halitherium +halitosis +halituosity +halituous +halitus +hall +hallabaloo +hallage +hallah +hallan +hallanshaker +hallebardier +hallecret +halleflinta +halleflintoid +hallel +hallelujah +hallelujatic +hallex +Halleyan +halliblash +halling +hallman +hallmark +hallmarked +hallmarker +hallmoot +halloo +Hallopididae +hallopodous +Hallopus +hallow +Hallowday +hallowed +hallowedly +hallowedness +Halloween +hallower +Hallowmas +Hallowtide +halloysite +Hallstatt +Hallstattian +hallucal +hallucinate +hallucination +hallucinational +hallucinative +hallucinator +hallucinatory +hallucined +hallucinosis +hallux +hallway +halma +halmalille +halmawise +halo +Haloa +Halobates +halobios +halobiotic +halochromism +halochromy +Halocynthiidae +haloesque +halogen +halogenate +halogenation +halogenoid +halogenous +Halogeton +halohydrin +haloid +halolike +halolimnic +halomancy +halometer +halomorphic +halophile +halophilism +halophilous +halophyte +halophytic +halophytism +Halopsyche +Halopsychidae +Haloragidaceae +haloragidaceous +Halosauridae +Halosaurus +haloscope +Halosphaera +halotrichite +haloxene +hals +halse +halsen +halsfang +halt +halter +halterbreak +halteres +Halteridium +halterproof +Haltica +halting +haltingly +haltingness +haltless +halucket +halukkah +halurgist +halurgy +halutz +halvaner +halvans +halve +halved +halvelings +halver +halves +halyard +Halysites +ham +hamacratic +Hamadan +hamadryad +Hamal +hamal +hamald +Hamamelidaceae +hamamelidaceous +Hamamelidanthemum +hamamelidin +Hamamelidoxylon +hamamelin +Hamamelis +Hamamelites +hamartiologist +hamartiology +hamartite +hamate +hamated +Hamathite +hamatum +hambergite +hamble +hambroline +hamburger +hame +hameil +hamel +Hamelia +hamesucken +hamewith +hamfat +hamfatter +hami +Hamidian +Hamidieh +hamiform +Hamilton +Hamiltonian +Hamiltonianism +Hamiltonism +hamingja +hamirostrate +Hamital +Hamite +Hamites +Hamitic +Hamiticized +Hamitism +Hamitoid +hamlah +hamlet +hamleted +hamleteer +hamletization +hamletize +hamlinite +hammada +hammam +hammer +hammerable +hammerbird +hammercloth +hammerdress +hammerer +hammerfish +hammerhead +hammerheaded +hammering +hammeringly +hammerkop +hammerless +hammerlike +hammerman +hammersmith +hammerstone +hammertoe +hammerwise +hammerwork +hammerwort +hammochrysos +hammock +hammy +hamose +hamous +hamper +hamperedly +hamperedness +hamperer +hamperman +Hampshire +hamrongite +hamsa +hamshackle +hamster +hamstring +hamular +hamulate +hamule +Hamulites +hamulose +hamulus +hamus +hamza +han +Hanafi +Hanafite +hanaper +hanaster +Hanbalite +hanbury +hance +hanced +hanch +hancockite +hand +handbag +handball +handballer +handbank +handbanker +handbarrow +handbill +handblow +handbolt +handbook +handbow +handbreadth +handcar +handcart +handclap +handclasp +handcloth +handcraft +handcraftman +handcraftsman +handcuff +handed +handedness +Handelian +hander +handersome +handfast +handfasting +handfastly +handfastness +handflower +handful +handgrasp +handgravure +handgrip +handgriping +handgun +handhaving +handhold +handhole +handicap +handicapped +handicapper +handicraft +handicraftship +handicraftsman +handicraftsmanship +handicraftswoman +handicuff +handily +handiness +handistroke +handiwork +handkercher +handkerchief +handkerchiefful +handlaid +handle +handleable +handled +handleless +handler +handless +handlike +handling +handmade +handmaid +handmaiden +handmaidenly +handout +handpost +handprint +handrail +handrailing +handreader +handreading +handsale +handsaw +handsbreadth +handscrape +handsel +handseller +handset +handshake +handshaker +handshaking +handsmooth +handsome +handsomeish +handsomely +handsomeness +handspade +handspike +handspoke +handspring +handstaff +handstand +handstone +handstroke +handwear +handwheel +handwhile +handwork +handworkman +handwrist +handwrite +handwriting +handy +handyblow +handybook +handygrip +hangability +hangable +hangalai +hangar +hangbird +hangby +hangdog +hange +hangee +hanger +hangfire +hangie +hanging +hangingly +hangkang +hangle +hangman +hangmanship +hangment +hangnail +hangnest +hangout +hangul +hangwoman +hangworm +hangworthy +hanif +hanifism +hanifite +hanifiya +Hank +hank +hanker +hankerer +hankering +hankeringly +hankie +hankle +hanksite +hanky +hanna +hannayite +Hannibal +Hannibalian +Hannibalic +Hano +Hanoverian +Hanoverianize +Hanoverize +Hans +hansa +Hansard +Hansardization +Hansardize +Hanse +hanse +Hanseatic +hansel +hansgrave +hansom +hant +hantle +Hanukkah +Hanuman +hao +haole +haoma +haori +hap +Hapale +Hapalidae +hapalote +Hapalotis +hapaxanthous +haphazard +haphazardly +haphazardness +haphtarah +Hapi +hapless +haplessly +haplessness +haplite +haplocaulescent +haplochlamydeous +Haplodoci +Haplodon +haplodont +haplodonty +haplography +haploid +haploidic +haploidy +haplolaly +haplologic +haplology +haploma +Haplomi +haplomid +haplomous +haplont +haploperistomic +haploperistomous +haplopetalous +haplophase +haplophyte +haploscope +haploscopic +haplosis +haplostemonous +haplotype +haply +happen +happening +happenstance +happier +happiest +happify +happiless +happily +happiness +happing +happy +hapten +haptene +haptenic +haptere +hapteron +haptic +haptics +haptometer +haptophor +haptophoric +haptophorous +haptotropic +haptotropically +haptotropism +hapu +hapuku +haqueton +harakeke +harangue +harangueful +haranguer +Hararese +Harari +harass +harassable +harassedly +harasser +harassingly +harassment +haratch +Haratin +Haraya +Harb +harbergage +harbi +harbinge +harbinger +harbingership +harbingery +harbor +harborage +harborer +harborless +harborous +harborside +harborward +hard +hardanger +hardback +hardbake +hardbeam +hardberry +harden +hardenable +Hardenbergia +hardener +hardening +hardenite +harder +Harderian +hardfern +hardfist +hardfisted +hardfistedness +hardhack +hardhanded +hardhandedness +hardhead +hardheaded +hardheadedly +hardheadedness +hardhearted +hardheartedly +hardheartedness +hardihood +hardily +hardim +hardiment +hardiness +hardish +hardishrew +hardly +hardmouth +hardmouthed +hardness +hardock +hardpan +hardship +hardstand +hardstanding +hardtack +hardtail +hardware +hardwareman +Hardwickia +hardwood +hardy +hardystonite +hare +harebell +harebottle +harebrain +harebrained +harebrainedly +harebrainedness +harebur +harefoot +harefooted +harehearted +harehound +Harelda +harelike +harelip +harelipped +harem +haremism +haremlik +harengiform +harfang +haricot +harigalds +hariolate +hariolation +hariolize +harish +hark +harka +harl +Harleian +Harlemese +Harlemite +harlequin +harlequina +harlequinade +harlequinery +harlequinesque +harlequinic +harlequinism +harlequinize +harling +harlock +harlot +harlotry +harm +Harmachis +harmal +harmala +harmaline +harman +harmattan +harmel +harmer +harmful +harmfully +harmfulness +harmine +harminic +harmless +harmlessly +harmlessness +Harmon +harmonia +harmoniacal +harmonial +harmonic +harmonica +harmonical +harmonically +harmonicalness +harmonichord +harmonici +harmonicism +harmonicon +harmonics +harmonious +harmoniously +harmoniousness +harmoniphon +harmoniphone +harmonist +harmonistic +harmonistically +Harmonite +harmonium +harmonizable +harmonization +harmonize +harmonizer +harmonogram +harmonograph +harmonometer +harmony +harmost +harmotome +harmotomic +harmproof +harn +harness +harnesser +harnessry +harnpan +Harold +harp +Harpa +harpago +harpagon +Harpagornis +Harpalides +Harpalinae +Harpalus +harper +harperess +Harpidae +harpier +harpings +harpist +harpless +harplike +Harpocrates +harpoon +harpooner +Harporhynchus +harpress +harpsichord +harpsichordist +harpula +Harpullia +harpwaytuning +harpwise +Harpy +Harpyia +harpylike +harquebus +harquebusade +harquebusier +harr +harrateen +harridan +harrier +Harris +Harrisia +harrisite +Harrovian +harrow +harrower +harrowing +harrowingly +harrowingness +harrowment +Harry +harry +harsh +harshen +harshish +harshly +harshness +harshweed +harstigite +hart +hartal +hartberry +hartebeest +hartin +hartite +Hartleian +Hartleyan +Hartmann +Hartmannia +Hartogia +hartshorn +hartstongue +harttite +Hartungen +haruspex +haruspical +haruspicate +haruspication +haruspice +haruspices +haruspicy +Harv +Harvard +Harvardian +Harvardize +Harveian +harvest +harvestbug +harvester +harvestless +harvestman +harvestry +harvesttime +Harvey +Harveyize +harzburgite +hasan +hasenpfeffer +hash +hashab +hasher +Hashimite +hashish +Hashiya +hashy +Hasidean +Hasidic +Hasidim +Hasidism +Hasinai +hask +Haskalah +haskness +hasky +haslet +haslock +Hasmonaean +hasp +hassar +hassel +hassle +hassock +hassocky +hasta +hastate +hastately +hastati +hastatolanceolate +hastatosagittate +haste +hasteful +hastefully +hasteless +hastelessness +hasten +hastener +hasteproof +haster +hastilude +hastily +hastiness +hastings +hastingsite +hastish +hastler +hasty +hat +hatable +hatband +hatbox +hatbrim +hatbrush +hatch +hatchability +hatchable +hatchel +hatcheler +hatcher +hatchery +hatcheryman +hatchet +hatchetback +hatchetfish +hatchetlike +hatchetman +hatchettine +hatchettolite +hatchety +hatchgate +hatching +hatchling +hatchman +hatchment +hatchminder +hatchway +hatchwayman +hate +hateable +hateful +hatefully +hatefulness +hateless +hatelessness +hater +hatful +hath +hatherlite +hathi +Hathor +Hathoric +Hati +Hatikvah +hatless +hatlessness +hatlike +hatmaker +hatmaking +hatpin +hatrack +hatrail +hatred +hatress +hatstand +hatt +hatted +Hattemist +hatter +Hatteria +hattery +Hatti +Hattic +Hattie +hatting +Hattism +Hattize +hattock +Hatty +hatty +hau +hauberget +hauberk +hauchecornite +hauerite +haugh +haughland +haught +haughtily +haughtiness +haughtly +haughtness +haughtonite +haughty +haul +haulabout +haulage +haulageway +haulback +hauld +hauler +haulier +haulm +haulmy +haulster +haunch +haunched +hauncher +haunching +haunchless +haunchy +haunt +haunter +hauntingly +haunty +Hauranitic +hauriant +haurient +Hausa +hause +hausen +hausmannite +hausse +Haussmannization +Haussmannize +haustellate +haustellated +haustellous +haustellum +haustement +haustorial +haustorium +haustral +haustrum +hautboy +hautboyist +hauteur +hauynite +hauynophyre +havage +Havaiki +Havaikian +Havana +Havanese +have +haveable +haveage +havel +haveless +havelock +haven +havenage +havener +havenership +havenet +havenful +havenless +havent +havenward +haver +havercake +haverel +haverer +havergrass +havermeal +havers +haversack +Haversian +haversine +havier +havildar +havingness +havoc +havocker +haw +Hawaiian +hawaiite +hawbuck +hawcubite +hawer +hawfinch +Hawiya +hawk +hawkbill +hawkbit +hawked +hawker +hawkery +Hawkeye +hawkie +hawking +hawkish +hawklike +hawknut +hawkweed +hawkwise +hawky +hawm +hawok +Haworthia +hawse +hawsehole +hawseman +hawsepiece +hawsepipe +hawser +hawserwise +hawthorn +hawthorned +hawthorny +hay +haya +hayband +haybird +haybote +haycap +haycart +haycock +haydenite +hayey +hayfield +hayfork +haygrower +haylift +hayloft +haymaker +haymaking +haymarket +haymow +hayrack +hayrake +hayraker +hayrick +hayseed +haysel +haystack +haysuck +haytime +hayward +hayweed +haywire +hayz +Hazara +hazard +hazardable +hazarder +hazardful +hazardize +hazardless +hazardous +hazardously +hazardousness +hazardry +haze +Hazel +hazel +hazeled +hazeless +hazelly +hazelnut +hazelwood +hazelwort +hazen +hazer +hazily +haziness +hazing +hazle +haznadar +hazy +hazzan +he +head +headache +headachy +headband +headbander +headboard +headborough +headcap +headchair +headcheese +headchute +headcloth +headdress +headed +headender +header +headfirst +headforemost +headframe +headful +headgear +headily +headiness +heading +headkerchief +headland +headledge +headless +headlessness +headlight +headlighting +headlike +headline +headliner +headlock +headlong +headlongly +headlongs +headlongwise +headman +headmark +headmaster +headmasterly +headmastership +headmistress +headmistressship +headmold +headmost +headnote +headpenny +headphone +headpiece +headplate +headpost +headquarter +headquarters +headrace +headrail +headreach +headrent +headrest +headright +headring +headroom +headrope +headsail +headset +headshake +headship +headsill +headskin +headsman +headspring +headstall +headstand +headstick +headstock +headstone +headstream +headstrong +headstrongly +headstrongness +headwaiter +headwall +headward +headwark +headwater +headway +headwear +headwork +headworker +headworking +heady +heaf +heal +healable +heald +healder +healer +healful +healing +healingly +healless +healsome +healsomeness +health +healthcraft +healthful +healthfully +healthfulness +healthguard +healthily +healthiness +healthless +healthlessness +healthsome +healthsomely +healthsomeness +healthward +healthy +heap +heaper +heaps +heapstead +heapy +hear +hearable +hearer +hearing +hearingless +hearken +hearkener +hearsay +hearse +hearsecloth +hearselike +hearst +heart +heartache +heartaching +heartbeat +heartbird +heartblood +heartbreak +heartbreaker +heartbreaking +heartbreakingly +heartbroken +heartbrokenly +heartbrokenness +heartburn +heartburning +heartdeep +heartease +hearted +heartedly +heartedness +hearten +heartener +heartening +hearteningly +heartfelt +heartful +heartfully +heartfulness +heartgrief +hearth +hearthless +hearthman +hearthpenny +hearthrug +hearthstead +hearthstone +hearthward +hearthwarming +heartikin +heartily +heartiness +hearting +heartland +heartleaf +heartless +heartlessly +heartlessness +heartlet +heartling +heartly +heartnut +heartpea +heartquake +heartroot +hearts +heartscald +heartsease +heartseed +heartsette +heartsick +heartsickening +heartsickness +heartsome +heartsomely +heartsomeness +heartsore +heartstring +heartthrob +heartward +heartwater +heartweed +heartwise +heartwood +heartwort +hearty +heat +heatable +heatdrop +heatedly +heater +heaterman +heatful +heath +heathberry +heathbird +heathen +heathendom +heatheness +heathenesse +heathenhood +heathenish +heathenishly +heathenishness +heathenism +heathenize +heathenness +heathenry +heathenship +Heather +heather +heathered +heatheriness +heathery +heathless +heathlike +heathwort +heathy +heating +heatingly +heatless +heatlike +heatmaker +heatmaking +heatproof +heatronic +heatsman +heatstroke +heaume +heaumer +heautarit +heautomorphism +Heautontimorumenos +heautophany +heave +heaveless +heaven +Heavenese +heavenful +heavenhood +heavenish +heavenishly +heavenize +heavenless +heavenlike +heavenliness +heavenly +heavens +heavenward +heavenwardly +heavenwardness +heavenwards +heaver +heavies +heavily +heaviness +heaving +heavisome +heavity +heavy +heavyback +heavyhanded +heavyhandedness +heavyheaded +heavyhearted +heavyheartedness +heavyweight +hebamic +hebdomad +hebdomadal +hebdomadally +hebdomadary +hebdomader +hebdomarian +hebdomary +hebeanthous +hebecarpous +hebecladous +hebegynous +hebenon +hebeosteotomy +hebepetalous +hebephrenia +hebephrenic +hebetate +hebetation +hebetative +hebete +hebetic +hebetomy +hebetude +hebetudinous +Hebraean +Hebraic +Hebraica +Hebraical +Hebraically +Hebraicize +Hebraism +Hebraist +Hebraistic +Hebraistical +Hebraistically +Hebraization +Hebraize +Hebraizer +Hebrew +Hebrewdom +Hebrewess +Hebrewism +Hebrician +Hebridean +Hebronite +hebronite +hecastotheism +Hecate +Hecatean +Hecatic +Hecatine +hecatomb +Hecatombaeon +hecatomped +hecatompedon +hecatonstylon +hecatontarchy +hecatontome +hecatophyllous +hech +Hechtia +heck +heckelphone +Heckerism +heckimal +heckle +heckler +hectare +hecte +hectic +hectical +hectically +hecticly +hecticness +hectocotyl +hectocotyle +hectocotyliferous +hectocotylization +hectocotylize +hectocotylus +hectogram +hectograph +hectographic +hectography +hectoliter +hectometer +Hector +hector +Hectorean +Hectorian +hectoringly +hectorism +hectorly +hectorship +hectostere +hectowatt +heddle +heddlemaker +heddler +hedebo +hedenbergite +Hedeoma +heder +Hedera +hederaceous +hederaceously +hederated +hederic +hederiferous +hederiform +hederigerent +hederin +hederose +hedge +hedgeberry +hedgeborn +hedgebote +hedgebreaker +hedgehog +hedgehoggy +hedgehop +hedgehopper +hedgeless +hedgemaker +hedgemaking +hedger +hedgerow +hedgesmith +hedgeweed +hedgewise +hedgewood +hedging +hedgingly +hedgy +hedonic +hedonical +hedonically +hedonics +hedonism +hedonist +hedonistic +hedonistically +hedonology +hedriophthalmous +hedrocele +hedrumite +Hedychium +hedyphane +Hedysarum +heed +heeder +heedful +heedfully +heedfulness +heedily +heediness +heedless +heedlessly +heedlessness +heedy +heehaw +heel +heelball +heelband +heelcap +heeled +heeler +heelgrip +heelless +heelmaker +heelmaking +heelpath +heelpiece +heelplate +heelpost +heelprint +heelstrap +heeltap +heeltree +heemraad +heer +heeze +heezie +heezy +heft +hefter +heftily +heftiness +hefty +hegari +Hegelian +Hegelianism +Hegelianize +Hegelizer +hegemon +hegemonic +hegemonical +hegemonist +hegemonizer +hegemony +hegira +hegumen +hegumene +Hehe +hei +heiau +Heidi +heifer +heiferhood +heigh +heighday +height +heighten +heightener +heii +Heikum +Heiltsuk +heimin +Hein +Heinesque +Heinie +heinous +heinously +heinousness +Heinrich +heintzite +Heinz +heir +heirdom +heiress +heiressdom +heiresshood +heirless +heirloom +heirship +heirskip +heitiki +Hejazi +Hejazian +hekteus +helbeh +helcoid +helcology +helcoplasty +helcosis +helcotic +heldentenor +helder +Helderbergian +hele +Helen +Helena +helenin +helenioid +Helenium +Helenus +helepole +Helge +heliacal +heliacally +Heliaea +heliaean +Heliamphora +Heliand +helianthaceous +Helianthemum +helianthic +helianthin +Helianthium +Helianthoidea +Helianthoidean +Helianthus +heliast +heliastic +heliazophyte +helical +helically +heliced +helices +helichryse +helichrysum +Helicidae +heliciform +helicin +Helicina +helicine +Helicinidae +helicitic +helicline +helicograph +helicogyrate +helicogyre +helicoid +helicoidal +helicoidally +helicometry +helicon +Heliconia +Heliconian +Heliconiidae +Heliconiinae +heliconist +Heliconius +helicoprotein +helicopter +helicorubin +helicotrema +Helicteres +helictite +helide +Heligmus +heling +helio +heliocentric +heliocentrical +heliocentrically +heliocentricism +heliocentricity +heliochrome +heliochromic +heliochromoscope +heliochromotype +heliochromy +helioculture +heliodon +heliodor +helioelectric +helioengraving +heliofugal +Heliogabalize +Heliogabalus +heliogram +heliograph +heliographer +heliographic +heliographical +heliographically +heliography +heliogravure +helioid +heliolater +heliolatrous +heliolatry +heliolite +Heliolites +heliolithic +Heliolitidae +heliologist +heliology +heliometer +heliometric +heliometrical +heliometrically +heliometry +heliomicrometer +Helion +heliophilia +heliophiliac +heliophilous +heliophobe +heliophobia +heliophobic +heliophobous +heliophotography +heliophyllite +heliophyte +Heliopora +Helioporidae +Heliopsis +heliopticon +Heliornis +Heliornithes +Heliornithidae +Helios +helioscope +helioscopic +helioscopy +heliosis +heliostat +heliostatic +heliotactic +heliotaxis +heliotherapy +heliothermometer +Heliothis +heliotrope +heliotroper +Heliotropiaceae +heliotropian +heliotropic +heliotropical +heliotropically +heliotropine +heliotropism +Heliotropium +heliotropy +heliotype +heliotypic +heliotypically +heliotypography +heliotypy +Heliozoa +heliozoan +heliozoic +heliport +Helipterum +helispheric +helispherical +helium +helix +helizitic +hell +Helladian +Helladic +Helladotherium +hellandite +hellanodic +hellbender +hellborn +hellbox +hellbred +hellbroth +hellcat +helldog +helleboraceous +helleboraster +hellebore +helleborein +helleboric +helleborin +Helleborine +helleborism +Helleborus +Hellelt +Hellen +Hellene +Hellenian +Hellenic +Hellenically +Hellenicism +Hellenism +Hellenist +Hellenistic +Hellenistical +Hellenistically +Hellenisticism +Hellenization +Hellenize +Hellenizer +Hellenocentric +Hellenophile +heller +helleri +Hellespont +Hellespontine +hellgrammite +hellhag +hellhole +hellhound +hellicat +hellier +hellion +hellish +hellishly +hellishness +hellkite +hellness +hello +hellroot +hellship +helluo +hellward +hellweed +helly +helm +helmage +helmed +helmet +helmeted +helmetlike +helmetmaker +helmetmaking +Helmholtzian +helminth +helminthagogic +helminthagogue +Helminthes +helminthiasis +helminthic +helminthism +helminthite +Helminthocladiaceae +helminthoid +helminthologic +helminthological +helminthologist +helminthology +helminthosporiose +Helminthosporium +helminthosporoid +helminthous +helmless +helmsman +helmsmanship +helobious +heloderm +Heloderma +Helodermatidae +helodermatoid +helodermatous +helodes +heloe +heloma +Helonias +helonin +helosis +Helot +helotage +helotism +helotize +helotomy +helotry +help +helpable +helper +helpful +helpfully +helpfulness +helping +helpingly +helpless +helplessly +helplessness +helply +helpmate +helpmeet +helpsome +helpworthy +helsingkite +helve +helvell +Helvella +Helvellaceae +helvellaceous +Helvellales +helvellic +helver +Helvetia +Helvetian +Helvetic +Helvetii +Helvidian +helvite +hem +hemabarometer +hemachate +hemachrome +hemachrosis +hemacite +hemad +hemadrometer +hemadrometry +hemadromograph +hemadromometer +hemadynameter +hemadynamic +hemadynamics +hemadynamometer +hemafibrite +hemagglutinate +hemagglutination +hemagglutinative +hemagglutinin +hemagogic +hemagogue +hemal +hemalbumen +hemamoeba +hemangioma +hemangiomatosis +hemangiosarcoma +hemaphein +hemapod +hemapodous +hemapoiesis +hemapoietic +hemapophyseal +hemapophysial +hemapophysis +hemarthrosis +hemase +hemaspectroscope +hemastatics +hematachometer +hematachometry +hematal +hematein +hematemesis +hematemetic +hematencephalon +hematherapy +hematherm +hemathermal +hemathermous +hemathidrosis +hematic +hematid +hematidrosis +hematimeter +hematin +hematinic +hematinometer +hematinometric +hematinuria +hematite +hematitic +hematobic +hematobious +hematobium +hematoblast +hematobranchiate +hematocatharsis +hematocathartic +hematocele +hematochezia +hematochrome +hematochyluria +hematoclasia +hematoclasis +hematocolpus +hematocrit +hematocryal +hematocrystallin +hematocyanin +hematocyst +hematocystis +hematocyte +hematocytoblast +hematocytogenesis +hematocytometer +hematocytotripsis +hematocytozoon +hematocyturia +hematodynamics +hematodynamometer +hematodystrophy +hematogen +hematogenesis +hematogenetic +hematogenic +hematogenous +hematoglobulin +hematography +hematohidrosis +hematoid +hematoidin +hematolin +hematolite +hematological +hematologist +hematology +hematolymphangioma +hematolysis +hematolytic +hematoma +hematomancy +hematometer +hematometra +hematometry +hematomphalocele +hematomyelia +hematomyelitis +hematonephrosis +hematonic +hematopathology +hematopericardium +hematopexis +hematophobia +hematophyte +hematoplast +hematoplastic +hematopoiesis +hematopoietic +hematoporphyrin +hematoporphyrinuria +hematorrhachis +hematorrhea +hematosalpinx +hematoscope +hematoscopy +hematose +hematosepsis +hematosin +hematosis +hematospectrophotometer +hematospectroscope +hematospermatocele +hematospermia +hematostibiite +hematotherapy +hematothermal +hematothorax +hematoxic +hematozoal +hematozoan +hematozoic +hematozoon +hematozymosis +hematozymotic +hematuresis +hematuria +hematuric +hemautogram +hemautograph +hemautographic +hemautography +heme +hemellitene +hemellitic +hemelytral +hemelytron +hemen +hemera +hemeralope +hemeralopia +hemeralopic +Hemerobaptism +Hemerobaptist +Hemerobian +Hemerobiid +Hemerobiidae +Hemerobius +Hemerocallis +hemerologium +hemerology +hemerythrin +hemiablepsia +hemiacetal +hemiachromatopsia +hemiageusia +hemiageustia +hemialbumin +hemialbumose +hemialbumosuria +hemialgia +hemiamaurosis +hemiamb +hemiamblyopia +hemiamyosthenia +hemianacusia +hemianalgesia +hemianatropous +hemianesthesia +hemianopia +hemianopic +hemianopsia +hemianoptic +hemianosmia +hemiapraxia +Hemiascales +Hemiasci +Hemiascomycetes +hemiasynergia +hemiataxia +hemiataxy +hemiathetosis +hemiatrophy +hemiazygous +Hemibasidiales +Hemibasidii +Hemibasidiomycetes +hemibasidium +hemibathybian +hemibenthic +hemibenthonic +hemibranch +hemibranchiate +Hemibranchii +hemic +hemicanities +hemicardia +hemicardiac +hemicarp +hemicatalepsy +hemicataleptic +hemicellulose +hemicentrum +hemicephalous +hemicerebrum +Hemichorda +hemichordate +hemichorea +hemichromatopsia +hemicircle +hemicircular +hemiclastic +hemicollin +hemicrane +hemicrania +hemicranic +hemicrany +hemicrystalline +hemicycle +hemicyclic +hemicyclium +hemicylindrical +hemidactylous +Hemidactylus +hemidemisemiquaver +hemidiapente +hemidiaphoresis +hemiditone +hemidomatic +hemidome +hemidrachm +hemidysergia +hemidysesthesia +hemidystrophy +hemiekton +hemielliptic +hemiepilepsy +hemifacial +hemiform +Hemigale +Hemigalus +Hemiganus +hemigastrectomy +hemigeusia +hemiglossal +hemiglossitis +hemiglyph +hemignathous +hemihdry +hemihedral +hemihedrally +hemihedric +hemihedrism +hemihedron +hemiholohedral +hemihydrate +hemihydrated +hemihydrosis +hemihypalgesia +hemihyperesthesia +hemihyperidrosis +hemihypertonia +hemihypertrophy +hemihypesthesia +hemihypoesthesia +hemihypotonia +hemikaryon +hemikaryotic +hemilaminectomy +hemilaryngectomy +Hemileia +hemilethargy +hemiligulate +hemilingual +hemimellitene +hemimellitic +hemimelus +Hemimeridae +Hemimerus +Hemimetabola +hemimetabole +hemimetabolic +hemimetabolism +hemimetabolous +hemimetaboly +hemimetamorphic +hemimetamorphosis +hemimetamorphous +hemimorph +hemimorphic +hemimorphism +hemimorphite +hemimorphy +Hemimyaria +hemin +hemina +hemine +heminee +hemineurasthenia +hemiobol +hemiolia +hemiolic +hemionus +hemiope +hemiopia +hemiopic +hemiorthotype +hemiparalysis +hemiparanesthesia +hemiparaplegia +hemiparasite +hemiparasitic +hemiparasitism +hemiparesis +hemiparesthesia +hemiparetic +hemipenis +hemipeptone +hemiphrase +hemipic +hemipinnate +hemiplane +hemiplankton +hemiplegia +hemiplegic +hemiplegy +hemipodan +hemipode +Hemipodii +Hemipodius +hemiprism +hemiprismatic +hemiprotein +hemipter +Hemiptera +hemipteral +hemipteran +hemipteroid +hemipterological +hemipterology +hemipteron +hemipterous +hemipyramid +hemiquinonoid +hemiramph +Hemiramphidae +Hemiramphinae +hemiramphine +Hemiramphus +hemisaprophyte +hemisaprophytic +hemiscotosis +hemisect +hemisection +hemispasm +hemispheral +hemisphere +hemisphered +hemispherical +hemispherically +hemispheroid +hemispheroidal +hemispherule +hemistater +hemistich +hemistichal +hemistrumectomy +hemisymmetrical +hemisymmetry +hemisystole +hemiterata +hemiteratic +hemiteratics +hemiteria +hemiterpene +hemitery +hemithyroidectomy +hemitone +hemitremor +hemitrichous +hemitriglyph +hemitropal +hemitrope +hemitropic +hemitropism +hemitropous +hemitropy +hemitype +hemitypic +hemivagotony +heml +hemlock +hemmel +hemmer +hemoalkalimeter +hemoblast +hemochromatosis +hemochrome +hemochromogen +hemochromometer +hemochromometry +hemoclasia +hemoclasis +hemoclastic +hemocoel +hemocoele +hemocoelic +hemocoelom +hemoconcentration +hemoconia +hemoconiosis +hemocry +hemocrystallin +hemoculture +hemocyanin +hemocyte +hemocytoblast +hemocytogenesis +hemocytolysis +hemocytometer +hemocytotripsis +hemocytozoon +hemocyturia +hemodiagnosis +hemodilution +hemodrometer +hemodrometry +hemodromograph +hemodromometer +hemodynameter +hemodynamic +hemodynamics +hemodystrophy +hemoerythrin +hemoflagellate +hemofuscin +hemogastric +hemogenesis +hemogenetic +hemogenic +hemogenous +hemoglobic +hemoglobin +hemoglobinemia +hemoglobiniferous +hemoglobinocholia +hemoglobinometer +hemoglobinophilic +hemoglobinous +hemoglobinuria +hemoglobinuric +hemoglobulin +hemogram +hemogregarine +hemoid +hemokonia +hemokoniosis +hemol +hemoleucocyte +hemoleucocytic +hemologist +hemology +hemolymph +hemolymphatic +hemolysin +hemolysis +hemolytic +hemolyze +hemomanometer +hemometer +hemometry +hemonephrosis +hemopathology +hemopathy +hemopericardium +hemoperitoneum +hemopexis +hemophage +hemophagia +hemophagocyte +hemophagocytosis +hemophagous +hemophagy +hemophile +Hemophileae +hemophilia +hemophiliac +hemophilic +Hemophilus +hemophobia +hemophthalmia +hemophthisis +hemopiezometer +hemoplasmodium +hemoplastic +hemopneumothorax +hemopod +hemopoiesis +hemopoietic +hemoproctia +hemoptoe +hemoptysis +hemopyrrole +hemorrhage +hemorrhagic +hemorrhagin +hemorrhea +hemorrhodin +hemorrhoid +hemorrhoidal +hemorrhoidectomy +hemosalpinx +hemoscope +hemoscopy +hemosiderin +hemosiderosis +hemospasia +hemospastic +hemospermia +hemosporid +hemosporidian +hemostasia +hemostasis +hemostat +hemostatic +hemotachometer +hemotherapeutics +hemotherapy +hemothorax +hemotoxic +hemotoxin +hemotrophe +hemotropic +hemozoon +hemp +hempbush +hempen +hemplike +hempseed +hempstring +hempweed +hempwort +hempy +hemstitch +hemstitcher +hen +henad +henbane +henbill +henbit +hence +henceforth +henceforward +henceforwards +henchboy +henchman +henchmanship +hencoop +hencote +hend +hendecacolic +hendecagon +hendecagonal +hendecahedron +hendecane +hendecasemic +hendecasyllabic +hendecasyllable +hendecatoic +hendecoic +hendecyl +hendiadys +hendly +hendness +heneicosane +henequen +henfish +henhearted +henhouse +henhussy +henism +henlike +henmoldy +henna +Hennebique +hennery +hennin +hennish +henny +henogeny +henotheism +henotheist +henotheistic +henotic +henpeck +henpen +Henrician +Henrietta +henroost +Henry +henry +hent +Hentenian +henter +hentriacontane +henware +henwife +henwise +henwoodite +henyard +heortological +heortologion +heortology +hep +hepar +heparin +heparinize +hepatalgia +hepatatrophia +hepatatrophy +hepatauxe +hepatectomy +hepatic +Hepatica +hepatica +Hepaticae +hepatical +hepaticoduodenostomy +hepaticoenterostomy +hepaticogastrostomy +hepaticologist +hepaticology +hepaticopulmonary +hepaticostomy +hepaticotomy +hepatite +hepatitis +hepatization +hepatize +hepatocele +hepatocirrhosis +hepatocolic +hepatocystic +hepatoduodenal +hepatoduodenostomy +hepatodynia +hepatodysentery +hepatoenteric +hepatoflavin +hepatogastric +hepatogenic +hepatogenous +hepatography +hepatoid +hepatolenticular +hepatolith +hepatolithiasis +hepatolithic +hepatological +hepatologist +hepatology +hepatolysis +hepatolytic +hepatoma +hepatomalacia +hepatomegalia +hepatomegaly +hepatomelanosis +hepatonephric +hepatopathy +hepatoperitonitis +hepatopexia +hepatopexy +hepatophlebitis +hepatophlebotomy +hepatophyma +hepatopneumonic +hepatoportal +hepatoptosia +hepatoptosis +hepatopulmonary +hepatorenal +hepatorrhagia +hepatorrhaphy +hepatorrhea +hepatorrhexis +hepatorrhoea +hepatoscopy +hepatostomy +hepatotherapy +hepatotomy +hepatotoxemia +hepatoumbilical +hepcat +Hephaesteum +Hephaestian +Hephaestic +Hephaestus +hephthemimer +hephthemimeral +hepialid +Hepialidae +Hepialus +heppen +hepper +heptacapsular +heptace +heptachord +heptachronous +heptacolic +heptacosane +heptad +heptadecane +heptadecyl +heptaglot +heptagon +heptagonal +heptagynous +heptahedral +heptahedrical +heptahedron +heptahexahedral +heptahydrate +heptahydrated +heptahydric +heptahydroxy +heptal +heptameride +Heptameron +heptamerous +heptameter +heptamethylene +heptametrical +heptanaphthene +Heptanchus +heptandrous +heptane +Heptanesian +heptangular +heptanoic +heptanone +heptapetalous +heptaphyllous +heptaploid +heptaploidy +heptapodic +heptapody +heptarch +heptarchal +heptarchic +heptarchical +heptarchist +heptarchy +heptasemic +heptasepalous +heptaspermous +heptastich +heptastrophic +heptastylar +heptastyle +heptasulphide +heptasyllabic +Heptateuch +heptatomic +heptatonic +Heptatrema +heptavalent +heptene +hepteris +heptine +heptite +heptitol +heptoic +heptorite +heptose +heptoxide +Heptranchias +heptyl +heptylene +heptylic +heptyne +her +Heraclean +Heracleidan +Heracleonite +Heracleopolitan +Heracleopolite +Heracleum +Heraclid +Heraclidae +Heraclidan +Heraclitean +Heracliteanism +Heraclitic +Heraclitical +Heraclitism +Herakles +herald +heraldess +heraldic +heraldical +heraldically +heraldist +heraldize +heraldress +heraldry +heraldship +herapathite +Herat +Herb +herb +herbaceous +herbaceously +herbage +herbaged +herbager +herbagious +herbal +herbalism +herbalist +herbalize +herbane +herbaria +herbarial +herbarian +herbarism +herbarist +herbarium +herbarize +Herbartian +Herbartianism +herbary +Herbert +herbescent +herbicidal +herbicide +herbicolous +herbiferous +herbish +herbist +Herbivora +herbivore +herbivority +herbivorous +herbless +herblet +herblike +herbman +herborist +herborization +herborize +herborizer +herbose +herbosity +herbous +herbwife +herbwoman +herby +hercogamous +hercogamy +Herculanean +Herculanensian +Herculanian +Herculean +Hercules +Herculid +Hercynian +hercynite +herd +herdbook +herdboy +herder +herderite +herdic +herding +herdship +herdsman +herdswoman +herdwick +here +hereabout +hereadays +hereafter +hereafterward +hereamong +hereat +hereaway +hereaways +herebefore +hereby +heredipetous +heredipety +hereditability +hereditable +hereditably +hereditament +hereditarian +hereditarianism +hereditarily +hereditariness +hereditarist +hereditary +hereditation +hereditative +hereditism +hereditist +hereditivity +heredity +heredium +heredofamilial +heredolues +heredoluetic +heredosyphilis +heredosyphilitic +heredosyphilogy +heredotuberculosis +Hereford +herefrom +heregeld +herein +hereinabove +hereinafter +hereinbefore +hereinto +herem +hereness +hereniging +hereof +hereon +hereright +Herero +heresiarch +heresimach +heresiographer +heresiography +heresiologer +heresiologist +heresiology +heresy +heresyphobia +heresyproof +heretic +heretical +heretically +hereticalness +hereticate +heretication +hereticator +hereticide +hereticize +hereto +heretoch +heretofore +heretoforetime +heretoga +heretrix +hereunder +hereunto +hereupon +hereward +herewith +herewithal +herile +heriot +heriotable +herisson +heritability +heritable +heritably +heritage +heritance +Heritiera +heritor +heritress +heritrix +herl +herling +herma +hermaean +hermaic +Herman +hermaphrodite +hermaphroditic +hermaphroditical +hermaphroditically +hermaphroditish +hermaphroditism +hermaphroditize +Hermaphroditus +hermeneut +hermeneutic +hermeneutical +hermeneutically +hermeneutics +hermeneutist +Hermes +Hermesian +Hermesianism +Hermetic +hermetic +hermetical +hermetically +hermeticism +Hermetics +Hermetism +Hermetist +hermidin +Herminone +Hermione +Hermit +hermit +hermitage +hermitary +hermitess +hermitic +hermitical +hermitically +hermitish +hermitism +hermitize +hermitry +hermitship +Hermo +hermodact +hermodactyl +Hermogenian +hermoglyphic +hermoglyphist +hermokopid +hern +Hernandia +Hernandiaceae +hernandiaceous +hernanesell +hernani +hernant +herne +hernia +hernial +Herniaria +herniarin +herniary +herniate +herniated +herniation +hernioenterotomy +hernioid +herniology +herniopuncture +herniorrhaphy +herniotome +herniotomist +herniotomy +hero +heroarchy +Herodian +herodian +Herodianic +Herodii +Herodiones +herodionine +heroess +herohead +herohood +heroic +heroical +heroically +heroicalness +heroicity +heroicly +heroicness +heroicomic +heroicomical +heroid +Heroides +heroify +Heroin +heroin +heroine +heroineship +heroinism +heroinize +heroism +heroistic +heroization +heroize +herolike +heromonger +heron +heroner +heronite +heronry +heroogony +heroologist +heroology +Herophile +Herophilist +heroship +herotheism +herpes +Herpestes +Herpestinae +herpestine +herpetic +herpetiform +herpetism +herpetography +herpetoid +herpetologic +herpetological +herpetologically +herpetologist +herpetology +herpetomonad +Herpetomonas +herpetophobia +herpetotomist +herpetotomy +herpolhode +Herpotrichia +herrengrundite +Herrenvolk +herring +herringbone +herringer +Herrnhuter +hers +Herschelian +herschelite +herse +hersed +herself +hership +hersir +hertz +hertzian +Heruli +Herulian +Hervati +Herve +Herzegovinian +Hesiodic +Hesione +Hesionidae +hesitance +hesitancy +hesitant +hesitantly +hesitate +hesitater +hesitating +hesitatingly +hesitatingness +hesitation +hesitative +hesitatively +hesitatory +Hesper +Hespera +Hesperia +Hesperian +Hesperic +Hesperid +hesperid +hesperidate +hesperidene +hesperideous +Hesperides +Hesperidian +hesperidin +hesperidium +hesperiid +Hesperiidae +hesperinon +Hesperis +hesperitin +Hesperornis +Hesperornithes +hesperornithid +Hesperornithiformes +hesperornithoid +Hesperus +Hessian +hessite +hessonite +hest +Hester +hestern +hesternal +Hesther +hesthogenous +Hesychasm +Hesychast +hesychastic +het +hetaera +hetaeria +hetaeric +hetaerism +Hetaerist +hetaerist +hetaeristic +hetaerocracy +hetaerolite +hetaery +heteradenia +heteradenic +heterakid +Heterakis +Heteralocha +heterandrous +heterandry +heteratomic +heterauxesis +heteraxial +heteric +heterically +hetericism +hetericist +heterism +heterization +heterize +hetero +heteroagglutinin +heteroalbumose +heteroauxin +heteroblastic +heteroblastically +heteroblasty +heterocarpism +heterocarpous +Heterocarpus +heterocaseose +heterocellular +heterocentric +heterocephalous +Heterocera +heterocerc +heterocercal +heterocercality +heterocercy +heterocerous +heterochiral +heterochlamydeous +Heterochloridales +heterochromatic +heterochromatin +heterochromatism +heterochromatization +heterochromatized +heterochrome +heterochromia +heterochromic +heterochromosome +heterochromous +heterochromy +heterochronic +heterochronism +heterochronistic +heterochronous +heterochrony +heterochrosis +heterochthon +heterochthonous +heterocline +heteroclinous +heteroclital +heteroclite +heteroclitica +heteroclitous +Heterocoela +heterocoelous +Heterocotylea +heterocycle +heterocyclic +heterocyst +heterocystous +heterodactyl +Heterodactylae +heterodactylous +Heterodera +Heterodon +heterodont +Heterodonta +Heterodontidae +heterodontism +heterodontoid +Heterodontus +heterodox +heterodoxal +heterodoxical +heterodoxly +heterodoxness +heterodoxy +heterodromous +heterodromy +heterodyne +heteroecious +heteroeciously +heteroeciousness +heteroecism +heteroecismal +heteroecy +heteroepic +heteroepy +heteroerotic +heteroerotism +heterofermentative +heterofertilization +heterogalactic +heterogamete +heterogametic +heterogametism +heterogamety +heterogamic +heterogamous +heterogamy +heterogangliate +heterogen +heterogene +heterogeneal +heterogenean +heterogeneity +heterogeneous +heterogeneously +heterogeneousness +heterogenesis +heterogenetic +heterogenic +heterogenicity +heterogenist +heterogenous +heterogeny +heteroglobulose +heterognath +Heterognathi +heterogone +heterogonism +heterogonous +heterogonously +heterogony +heterograft +heterographic +heterographical +heterography +Heterogyna +heterogynal +heterogynous +heteroicous +heteroimmune +heteroinfection +heteroinoculable +heteroinoculation +heterointoxication +heterokaryon +heterokaryosis +heterokaryotic +heterokinesis +heterokinetic +Heterokontae +heterokontan +heterolalia +heterolateral +heterolecithal +heterolith +heterolobous +heterologic +heterological +heterologically +heterologous +heterology +heterolysin +heterolysis +heterolytic +heteromallous +heteromastigate +heteromastigote +Heteromeles +Heteromera +heteromeral +Heteromeran +Heteromeri +heteromeric +heteromerous +Heterometabola +heterometabole +heterometabolic +heterometabolism +heterometabolous +heterometaboly +heterometric +Heteromi +Heteromita +Heteromorpha +Heteromorphae +heteromorphic +heteromorphism +heteromorphite +heteromorphosis +heteromorphous +heteromorphy +Heteromya +Heteromyaria +heteromyarian +Heteromyidae +Heteromys +heteronereid +heteronereis +Heteroneura +heteronomous +heteronomously +heteronomy +heteronuclear +heteronym +heteronymic +heteronymous +heteronymously +heteronymy +heteroousia +Heteroousian +heteroousian +Heteroousiast +heteroousious +heteropathic +heteropathy +heteropelmous +heteropetalous +Heterophaga +Heterophagi +heterophagous +heterophasia +heterophemism +heterophemist +heterophemistic +heterophemize +heterophemy +heterophile +heterophoria +heterophoric +heterophylesis +heterophyletic +heterophyllous +heterophylly +heterophyly +heterophyte +heterophytic +Heteropia +Heteropidae +heteroplasia +heteroplasm +heteroplastic +heteroplasty +heteroploid +heteroploidy +heteropod +Heteropoda +heteropodal +heteropodous +heteropolar +heteropolarity +heteropoly +heteroproteide +heteroproteose +heteropter +Heteroptera +heteropterous +heteroptics +heteropycnosis +Heterorhachis +heteroscope +heteroscopy +heterosexual +heterosexuality +heteroside +Heterosiphonales +heterosis +Heterosomata +Heterosomati +heterosomatous +heterosome +Heterosomi +heterosomous +Heterosporeae +heterosporic +Heterosporium +heterosporous +heterospory +heterostatic +heterostemonous +Heterostraca +heterostracan +Heterostraci +heterostrophic +heterostrophous +heterostrophy +heterostyled +heterostylism +heterostylous +heterostyly +heterosuggestion +heterosyllabic +heterotactic +heterotactous +heterotaxia +heterotaxic +heterotaxis +heterotaxy +heterotelic +heterothallic +heterothallism +heterothermal +heterothermic +heterotic +heterotopia +heterotopic +heterotopism +heterotopous +heterotopy +heterotransplant +heterotransplantation +heterotrich +Heterotricha +Heterotrichales +Heterotrichida +heterotrichosis +heterotrichous +heterotropal +heterotroph +heterotrophic +heterotrophy +heterotropia +heterotropic +heterotropous +heterotype +heterotypic +heterotypical +heteroxanthine +heteroxenous +heterozetesis +heterozygosis +heterozygosity +heterozygote +heterozygotic +heterozygous +heterozygousness +hething +hetman +hetmanate +hetmanship +hetter +hetterly +Hettie +Hetty +heuau +Heuchera +heugh +heulandite +heumite +heuretic +heuristic +heuristically +Hevea +hevi +hew +hewable +hewel +hewer +hewettite +hewhall +hewn +hewt +hex +hexa +hexabasic +Hexabiblos +hexabiose +hexabromide +hexacanth +hexacanthous +hexacapsular +hexacarbon +hexace +hexachloride +hexachlorocyclohexane +hexachloroethane +hexachord +hexachronous +hexacid +hexacolic +Hexacoralla +hexacorallan +Hexacorallia +hexacosane +hexacosihedroid +hexact +hexactinal +hexactine +hexactinellid +Hexactinellida +hexactinellidan +hexactinelline +hexactinian +hexacyclic +hexad +hexadactyle +hexadactylic +hexadactylism +hexadactylous +hexadactyly +hexadecahedroid +hexadecane +hexadecanoic +hexadecene +hexadecyl +hexadic +hexadiene +hexadiyne +hexafoil +hexaglot +hexagon +hexagonal +hexagonally +hexagonial +hexagonical +hexagonous +hexagram +Hexagrammidae +hexagrammoid +Hexagrammos +hexagyn +Hexagynia +hexagynian +hexagynous +hexahedral +hexahedron +hexahydrate +hexahydrated +hexahydric +hexahydride +hexahydrite +hexahydrobenzene +hexahydroxy +hexakisoctahedron +hexakistetrahedron +hexameral +hexameric +hexamerism +hexameron +hexamerous +hexameter +hexamethylenamine +hexamethylene +hexamethylenetetramine +hexametral +hexametric +hexametrical +hexametrist +hexametrize +hexametrographer +Hexamita +hexamitiasis +hexammine +hexammino +hexanaphthene +Hexanchidae +Hexanchus +Hexandria +hexandric +hexandrous +hexandry +hexane +hexanedione +hexangular +hexangularly +hexanitrate +hexanitrodiphenylamine +hexapartite +hexaped +hexapetaloid +hexapetaloideous +hexapetalous +hexaphyllous +hexapla +hexaplar +hexaplarian +hexaplaric +hexaploid +hexaploidy +hexapod +Hexapoda +hexapodal +hexapodan +hexapodous +hexapody +hexapterous +hexaradial +hexarch +hexarchy +hexaseme +hexasemic +hexasepalous +hexaspermous +hexastemonous +hexaster +hexastich +hexastichic +hexastichon +hexastichous +hexastichy +hexastigm +hexastylar +hexastyle +hexastylos +hexasulphide +hexasyllabic +hexatetrahedron +Hexateuch +Hexateuchal +hexathlon +hexatomic +hexatriacontane +hexatriose +hexavalent +hexecontane +hexenbesen +hexene +hexer +hexerei +hexeris +hexestrol +hexicological +hexicology +hexine +hexiological +hexiology +hexis +hexitol +hexoctahedral +hexoctahedron +hexode +hexoestrol +hexogen +hexoic +hexokinase +hexone +hexonic +hexosamine +hexosaminic +hexosan +hexose +hexosediphosphoric +hexosemonophosphoric +hexosephosphatase +hexosephosphoric +hexoylene +hexpartite +hexyl +hexylene +hexylic +hexylresorcinol +hexyne +hey +heyday +Hezron +Hezronites +hi +hia +Hianakoto +hiant +hiatal +hiate +hiation +hiatus +Hibbertia +hibbin +hibernacle +hibernacular +hibernaculum +hibernal +hibernate +hibernation +hibernator +Hibernia +Hibernian +Hibernianism +Hibernic +Hibernical +Hibernically +Hibernicism +Hibernicize +Hibernization +Hibernize +Hibernologist +Hibernology +Hibiscus +Hibito +Hibitos +Hibunci +hic +hicatee +hiccup +hick +hickey +hickory +Hicksite +hickwall +Hicoria +hidable +hidage +hidalgism +hidalgo +hidalgoism +hidated +hidation +Hidatsa +hidden +hiddenite +hiddenly +hiddenmost +hiddenness +hide +hideaway +hidebind +hidebound +hideboundness +hided +hideland +hideless +hideling +hideosity +hideous +hideously +hideousness +hider +hidling +hidlings +hidradenitis +hidrocystoma +hidromancy +hidropoiesis +hidrosis +hidrotic +hie +hieder +hielaman +hield +hielmite +hiemal +hiemation +Hienz +Hieracian +Hieracium +hieracosphinx +hierapicra +hierarch +hierarchal +hierarchic +hierarchical +hierarchically +hierarchism +hierarchist +hierarchize +hierarchy +hieratic +hieratical +hieratically +hieraticism +hieratite +Hierochloe +hierocracy +hierocratic +hierocratical +hierodule +hierodulic +Hierofalco +hierogamy +hieroglyph +hieroglypher +hieroglyphic +hieroglyphical +hieroglyphically +hieroglyphist +hieroglyphize +hieroglyphology +hieroglyphy +hierogram +hierogrammat +hierogrammate +hierogrammateus +hierogrammatic +hierogrammatical +hierogrammatist +hierograph +hierographer +hierographic +hierographical +hierography +hierolatry +hierologic +hierological +hierologist +hierology +hieromachy +hieromancy +hieromnemon +hieromonach +hieron +Hieronymic +Hieronymite +hieropathic +hierophancy +hierophant +hierophantes +hierophantic +hierophantically +hierophanticly +hieros +hieroscopy +Hierosolymitan +Hierosolymite +hierurgical +hierurgy +hifalutin +higdon +higgaion +higginsite +higgle +higglehaggle +higgler +higglery +high +highball +highbelia +highbinder +highborn +highboy +highbred +higher +highermost +highest +highfalutin +highfaluting +highfalutinism +highflying +highhanded +highhandedly +highhandedness +highhearted +highheartedly +highheartedness +highish +highjack +highjacker +highland +highlander +highlandish +Highlandman +Highlandry +highlight +highliving +highly +highman +highmoor +highmost +highness +highroad +hight +hightoby +hightop +highway +highwayman +higuero +hijack +hike +hiker +Hilaria +hilarious +hilariously +hilariousness +hilarity +Hilary +Hilarymas +Hilarytide +hilasmic +hilch +Hilda +Hildebrand +Hildebrandian +Hildebrandic +Hildebrandine +Hildebrandism +Hildebrandist +Hildebrandslied +Hildegarde +hilding +hiliferous +hill +Hillary +hillberry +hillbilly +hillculture +hillebrandite +Hillel +hiller +hillet +Hillhousia +hilliness +hillman +hillock +hillocked +hillocky +hillsale +hillsalesman +hillside +hillsman +hilltop +hilltrot +hillward +hillwoman +hilly +hilsa +hilt +hiltless +hilum +hilus +him +Hima +Himalaya +Himalayan +Himantopus +himation +Himawan +himp +himself +himward +himwards +Himyaric +Himyarite +Himyaritic +hin +hinau +Hinayana +hinch +hind +hindberry +hindbrain +hindcast +hinddeck +hinder +hinderance +hinderer +hinderest +hinderful +hinderfully +hinderingly +hinderlands +hinderlings +hinderlins +hinderly +hinderment +hindermost +hindersome +hindhand +hindhead +Hindi +hindmost +hindquarter +hindrance +hindsaddle +hindsight +Hindu +Hinduism +Hinduize +Hindustani +hindward +hing +hinge +hingecorner +hingeflower +hingeless +hingelike +hinger +hingeways +hingle +hinney +hinnible +Hinnites +hinny +hinoid +hinoideous +hinoki +hinsdalite +hint +hintedly +hinter +hinterland +hintingly +hintproof +hintzeite +Hiodon +hiodont +Hiodontidae +hiortdahlite +hip +hipbone +hipe +hiper +hiphalt +hipless +hipmold +Hippa +hippalectryon +hipparch +Hipparion +Hippeastrum +hipped +Hippelates +hippen +Hippia +hippian +hippiater +hippiatric +hippiatrical +hippiatrics +hippiatrist +hippiatry +hippic +Hippidae +Hippidion +Hippidium +hipping +hippish +hipple +hippo +Hippobosca +hippoboscid +Hippoboscidae +hippocamp +hippocampal +hippocampi +hippocampine +hippocampus +Hippocastanaceae +hippocastanaceous +hippocaust +hippocentaur +hippocentauric +hippocerf +hippocoprosterol +hippocras +Hippocratea +Hippocrateaceae +hippocrateaceous +Hippocratian +Hippocratic +Hippocratical +Hippocratism +Hippocrene +Hippocrenian +hippocrepian +hippocrepiform +Hippodamia +hippodamous +hippodrome +hippodromic +hippodromist +hippogastronomy +Hippoglosinae +Hippoglossidae +Hippoglossus +hippogriff +hippogriffin +hippoid +hippolite +hippolith +hippological +hippologist +hippology +Hippolytan +Hippolyte +Hippolytidae +Hippolytus +hippomachy +hippomancy +hippomanes +Hippomedon +hippomelanin +Hippomenes +hippometer +hippometric +hippometry +Hipponactean +hipponosological +hipponosology +hippopathological +hippopathology +hippophagi +hippophagism +hippophagist +hippophagistical +hippophagous +hippophagy +hippophile +hippophobia +hippopod +hippopotami +hippopotamian +hippopotamic +Hippopotamidae +hippopotamine +hippopotamoid +hippopotamus +Hipposelinum +hippotigrine +Hippotigris +hippotomical +hippotomist +hippotomy +hippotragine +Hippotragus +hippurate +hippuric +hippurid +Hippuridaceae +Hippuris +hippurite +Hippurites +hippuritic +Hippuritidae +hippuritoid +hippus +hippy +hipshot +hipwort +hirable +hiragana +Hiram +Hiramite +hircarra +hircine +hircinous +hircocerf +hircocervus +hircosity +hire +hired +hireless +hireling +hireman +Hiren +hirer +hirmologion +hirmos +Hirneola +hiro +Hirofumi +hirondelle +Hirotoshi +Hiroyuki +hirple +hirrient +hirse +hirsel +hirsle +hirsute +hirsuteness +hirsuties +hirsutism +hirsutulous +Hirtella +hirtellous +Hirudin +hirudine +Hirudinea +hirudinean +hirudiniculture +Hirudinidae +hirudinize +hirudinoid +Hirudo +hirundine +Hirundinidae +hirundinous +Hirundo +his +hish +hisingerite +hisn +Hispa +Hispania +Hispanic +Hispanicism +Hispanicize +hispanidad +Hispaniolate +Hispaniolize +Hispanist +Hispanize +Hispanophile +Hispanophobe +hispid +hispidity +hispidulate +hispidulous +Hispinae +hiss +hisser +hissing +hissingly +hissproof +hist +histaminase +histamine +histaminic +histidine +histie +histiocyte +histiocytic +histioid +histiology +Histiophoridae +Histiophorus +histoblast +histochemic +histochemical +histochemistry +histoclastic +histocyte +histodiagnosis +histodialysis +histodialytic +histogen +histogenesis +histogenetic +histogenetically +histogenic +histogenous +histogeny +histogram +histographer +histographic +histographical +histography +histoid +histologic +histological +histologically +histologist +histology +histolysis +histolytic +histometabasis +histomorphological +histomorphologically +histomorphology +histon +histonal +histone +histonomy +histopathologic +histopathological +histopathologist +histopathology +histophyly +histophysiological +histophysiology +Histoplasma +histoplasmin +histoplasmosis +historial +historian +historiated +historic +historical +historically +historicalness +historician +historicism +historicity +historicize +historicocabbalistical +historicocritical +historicocultural +historicodogmatic +historicogeographical +historicophilosophica +historicophysical +historicopolitical +historicoprophetic +historicoreligious +historics +historicus +historied +historier +historiette +historify +historiograph +historiographer +historiographership +historiographic +historiographical +historiographically +historiography +historiological +historiology +historiometric +historiometry +historionomer +historious +historism +historize +history +histotherapist +histotherapy +histotome +histotomy +histotrophic +histotrophy +histotropic +histozoic +histozyme +histrio +Histriobdella +Histriomastix +histrion +histrionic +histrionical +histrionically +histrionicism +histrionism +hit +hitch +hitcher +hitchhike +hitchhiker +hitchily +hitchiness +Hitchiti +hitchproof +hitchy +hithe +hither +hithermost +hitherto +hitherward +Hitlerism +Hitlerite +hitless +Hitoshi +hittable +hitter +Hittite +Hittitics +Hittitology +Hittology +hive +hiveless +hiver +hives +hiveward +Hivite +hizz +Hler +Hlidhskjalf +Hlithskjalf +Hlorrithi +Ho +ho +hoar +hoard +hoarder +hoarding +hoardward +hoarfrost +hoarhead +hoarheaded +hoarhound +hoarily +hoariness +hoarish +hoarness +hoarse +hoarsely +hoarsen +hoarseness +hoarstone +hoarwort +hoary +hoaryheaded +hoast +hoastman +hoatzin +hoax +hoaxee +hoaxer +hoaxproof +hob +hobber +Hobbesian +hobbet +Hobbian +hobbil +Hobbism +Hobbist +Hobbistical +hobble +hobblebush +hobbledehoy +hobbledehoydom +hobbledehoyhood +hobbledehoyish +hobbledehoyishness +hobbledehoyism +hobbledygee +hobbler +hobbling +hobblingly +hobbly +hobby +hobbyhorse +hobbyhorsical +hobbyhorsically +hobbyism +hobbyist +hobbyless +hobgoblin +hoblike +hobnail +hobnailed +hobnailer +hobnob +hobo +hoboism +Hobomoco +hobthrush +hocco +Hochelaga +Hochheimer +hock +Hockday +hockelty +hocker +hocket +hockey +hockshin +Hocktide +hocky +hocus +hod +hodden +hodder +hoddle +hoddy +hodening +hodful +hodgepodge +Hodgkin +hodgkinsonite +hodiernal +hodman +hodmandod +hodograph +hodometer +hodometrical +hoe +hoecake +hoedown +hoeful +hoer +hoernesite +Hoffmannist +Hoffmannite +hog +hoga +hogan +Hogarthian +hogback +hogbush +hogfish +hogframe +hogged +hogger +hoggerel +hoggery +hogget +hoggie +hoggin +hoggish +hoggishly +hoggishness +hoggism +hoggy +hogherd +hoghide +hoghood +hoglike +hogling +hogmace +hogmanay +Hogni +hognose +hognut +hogpen +hogreeve +hogrophyte +hogshead +hogship +hogshouther +hogskin +hogsty +hogward +hogwash +hogweed +hogwort +hogyard +Hohe +Hohenzollern +Hohenzollernism +Hohn +Hohokam +hoi +hoick +hoin +hoise +hoist +hoistaway +hoister +hoisting +hoistman +hoistway +hoit +hoju +Hokan +hokey +hokeypokey +hokum +holagogue +holarctic +holard +holarthritic +holarthritis +holaspidean +holcad +holcodont +Holconoti +Holcus +hold +holdable +holdall +holdback +holden +holdenite +holder +holdership +holdfast +holdfastness +holding +holdingly +holdout +holdover +holdsman +holdup +hole +holeable +Holectypina +holectypoid +holeless +holeman +holeproof +holer +holethnic +holethnos +holewort +holey +holia +holiday +holidayer +holidayism +holidaymaker +holidaymaking +holily +holiness +holing +holinight +holism +holistic +holistically +holl +holla +hollaite +Holland +hollandaise +Hollander +Hollandish +hollandite +Hollands +Hollantide +holler +hollin +holliper +hollo +hollock +hollong +hollow +hollower +hollowfaced +hollowfoot +hollowhearted +hollowheartedness +hollowly +hollowness +holluschick +Holly +holly +hollyhock +Hollywood +Hollywooder +Hollywoodize +holm +holmberry +holmgang +holmia +holmic +holmium +holmos +holobaptist +holobenthic +holoblastic +holoblastically +holobranch +holocaine +holocarpic +holocarpous +holocaust +holocaustal +holocaustic +Holocene +holocentrid +Holocentridae +holocentroid +Holocentrus +Holocephala +holocephalan +Holocephali +holocephalian +holocephalous +Holochoanites +holochoanitic +holochoanoid +Holochoanoida +holochoanoidal +holochordate +holochroal +holoclastic +holocrine +holocryptic +holocrystalline +holodactylic +holodedron +Holodiscus +hologamous +hologamy +hologastrula +hologastrular +Holognatha +holognathous +hologonidium +holograph +holographic +holographical +holohedral +holohedric +holohedrism +holohemihedral +holohyaline +holomastigote +Holometabola +holometabole +holometabolian +holometabolic +holometabolism +holometabolous +holometaboly +holometer +holomorph +holomorphic +holomorphism +holomorphosis +holomorphy +Holomyaria +holomyarian +Holomyarii +holoparasite +holoparasitic +Holophane +holophane +holophotal +holophote +holophotometer +holophrase +holophrasis +holophrasm +holophrastic +holophyte +holophytic +holoplankton +holoplanktonic +holoplexia +holopneustic +holoproteide +holoptic +holoptychian +holoptychiid +Holoptychiidae +Holoptychius +holoquinoid +holoquinoidal +holoquinonic +holoquinonoid +holorhinal +holosaprophyte +holosaprophytic +holosericeous +holoside +holosiderite +Holosiphona +holosiphonate +Holosomata +holosomatous +holospondaic +holostean +Holostei +holosteous +holosteric +Holosteum +Holostomata +holostomate +holostomatous +holostome +holostomous +holostylic +holosymmetric +holosymmetrical +holosymmetry +holosystematic +holosystolic +holothecal +holothoracic +Holothuria +holothurian +Holothuridea +holothurioid +Holothurioidea +holotonia +holotonic +holotony +holotrich +Holotricha +holotrichal +Holotrichida +holotrichous +holotype +holour +holozoic +Holstein +holster +holstered +holt +holy +holyday +holyokeite +holystone +holytide +homage +homageable +homager +Homalocenchrus +homalogonatous +homalographic +homaloid +homaloidal +Homalonotus +Homalopsinae +Homaloptera +Homalopterous +homalosternal +Homalosternii +Homam +Homaridae +homarine +homaroid +Homarus +homatomic +homaxial +homaxonial +homaxonic +Homburg +home +homebody +homeborn +homebound +homebred +homecomer +homecraft +homecroft +homecrofter +homecrofting +homefarer +homefelt +homegoer +homekeeper +homekeeping +homeland +homelander +homeless +homelessly +homelessness +homelet +homelike +homelikeness +homelily +homeliness +homeling +homely +homelyn +homemade +homemaker +homemaking +homeoblastic +homeochromatic +homeochromatism +homeochronous +homeocrystalline +homeogenic +homeogenous +homeoid +homeoidal +homeoidality +homeokinesis +homeokinetic +homeomerous +homeomorph +homeomorphic +homeomorphism +homeomorphous +homeomorphy +homeopath +homeopathic +homeopathically +homeopathician +homeopathicity +homeopathist +homeopathy +homeophony +homeoplasia +homeoplastic +homeoplasy +homeopolar +homeosis +homeostasis +homeostatic +homeotic +homeotransplant +homeotransplantation +homeotype +homeotypic +homeotypical +homeowner +homeozoic +Homer +homer +Homerian +Homeric +Homerical +Homerically +Homerid +Homeridae +Homeridian +Homerist +Homerologist +Homerology +Homeromastix +homeseeker +homesick +homesickly +homesickness +homesite +homesome +homespun +homestall +homestead +homesteader +homester +homestretch +homeward +homewardly +homework +homeworker +homewort +homey +homeyness +homicidal +homicidally +homicide +homicidious +homiculture +homilete +homiletic +homiletical +homiletically +homiletics +homiliarium +homiliary +homilist +homilite +homilize +homily +hominal +hominess +Hominian +hominid +Hominidae +hominiform +hominify +hominine +hominisection +hominivorous +hominoid +hominy +homish +homishness +homo +homoanisaldehyde +homoanisic +homoarecoline +homobaric +homoblastic +homoblasty +homocarpous +homocategoric +homocentric +homocentrical +homocentrically +homocerc +homocercal +homocercality +homocercy +homocerebrin +homochiral +homochlamydeous +homochromatic +homochromatism +homochrome +homochromic +homochromosome +homochromous +homochromy +homochronous +homoclinal +homocline +Homocoela +homocoelous +homocreosol +homocyclic +homodermic +homodermy +homodont +homodontism +homodox +homodoxian +homodromal +homodrome +homodromous +homodromy +homodynamic +homodynamous +homodynamy +homodyne +Homoean +Homoeanism +homoecious +homoeoarchy +homoeoblastic +homoeochromatic +homoeochronous +homoeocrystalline +homoeogenic +homoeogenous +homoeography +homoeokinesis +homoeomerae +Homoeomeri +homoeomeria +homoeomerian +homoeomerianism +homoeomeric +homoeomerical +homoeomerous +homoeomery +homoeomorph +homoeomorphic +homoeomorphism +homoeomorphous +homoeomorphy +homoeopath +homoeopathic +homoeopathically +homoeopathician +homoeopathicity +homoeopathist +homoeopathy +homoeophony +homoeophyllous +homoeoplasia +homoeoplastic +homoeoplasy +homoeopolar +homoeosis +homoeotel +homoeoteleutic +homoeoteleuton +homoeotic +homoeotopy +homoeotype +homoeotypic +homoeotypical +homoeozoic +homoerotic +homoerotism +homofermentative +homogametic +homogamic +homogamous +homogamy +homogangliate +homogen +homogenate +homogene +homogeneal +homogenealness +homogeneate +homogeneity +homogeneization +homogeneize +homogeneous +homogeneously +homogeneousness +homogenesis +homogenetic +homogenetical +homogenic +homogenization +homogenize +homogenizer +homogenous +homogentisic +homogeny +homoglot +homogone +homogonous +homogonously +homogony +homograft +homograph +homographic +homography +homohedral +homoiotherm +homoiothermal +homoiothermic +homoiothermism +homoiothermous +homoiousia +Homoiousian +homoiousian +Homoiousianism +homoiousious +homolateral +homolecithal +homolegalis +homologate +homologation +homologic +homological +homologically +homologist +homologize +homologizer +homologon +homologoumena +homologous +homolographic +homolography +homologue +homology +homolosine +homolysin +homolysis +homomallous +homomeral +homomerous +homometrical +homometrically +homomorph +Homomorpha +homomorphic +homomorphism +homomorphosis +homomorphous +homomorphy +Homoneura +homonomous +homonomy +homonuclear +homonym +homonymic +homonymous +homonymously +homonymy +homoousia +Homoousian +Homoousianism +Homoousianist +Homoousiast +Homoousion +homoousious +homopathy +homoperiodic +homopetalous +homophene +homophenous +homophone +homophonic +homophonous +homophony +homophthalic +homophylic +homophyllous +homophyly +homopiperonyl +homoplasis +homoplasmic +homoplasmy +homoplast +homoplastic +homoplasy +homopolar +homopolarity +homopolic +homopter +Homoptera +homopteran +homopteron +homopterous +Homorelaps +homorganic +homoseismal +homosexual +homosexualism +homosexualist +homosexuality +homosporous +homospory +Homosteus +homostyled +homostylic +homostylism +homostylous +homostyly +homosystemic +homotactic +homotatic +homotaxeous +homotaxia +homotaxial +homotaxially +homotaxic +homotaxis +homotaxy +homothallic +homothallism +homothetic +homothety +homotonic +homotonous +homotonously +homotony +homotopic +homotransplant +homotransplantation +homotropal +homotropous +homotypal +homotype +homotypic +homotypical +homotypy +homovanillic +homovanillin +homoveratric +homoveratrole +homozygosis +homozygosity +homozygote +homozygous +homozygousness +homrai +homuncle +homuncular +homunculus +homy +Hon +honda +hondo +Honduran +Honduranean +Honduranian +Hondurean +Hondurian +hone +honest +honestly +honestness +honestone +honesty +honewort +honey +honeybee +honeyberry +honeybind +honeyblob +honeybloom +honeycomb +honeycombed +honeydew +honeydewed +honeydrop +honeyed +honeyedly +honeyedness +honeyfall +honeyflower +honeyfogle +honeyful +honeyhearted +honeyless +honeylike +honeylipped +honeymoon +honeymooner +honeymoonlight +honeymoonshine +honeymoonstruck +honeymoony +honeymouthed +honeypod +honeypot +honeystone +honeysuck +honeysucker +honeysuckle +honeysuckled +honeysweet +honeyware +Honeywood +honeywood +honeywort +hong +honied +honily +honk +honker +honor +Honora +honorability +honorable +honorableness +honorableship +honorably +honorance +honoraria +honorarily +honorarium +honorary +honoree +honorer +honoress +honorific +honorifically +honorless +honorous +honorsman +honorworthy +hontish +hontous +Honzo +hooch +hoochinoo +hood +hoodcap +hooded +hoodedness +hoodful +hoodie +hoodless +hoodlike +hoodlum +hoodlumish +hoodlumism +hoodlumize +hoodman +hoodmold +hoodoo +hoodsheaf +hoodshy +hoodshyness +hoodwink +hoodwinkable +hoodwinker +hoodwise +hoodwort +hooey +hoof +hoofbeat +hoofbound +hoofed +hoofer +hoofiness +hoofish +hoofless +hooflet +hooflike +hoofmark +hoofprint +hoofrot +hoofs +hoofworm +hoofy +hook +hookah +hookaroon +hooked +hookedness +hookedwise +hooker +Hookera +hookerman +hookers +hookheal +hookish +hookless +hooklet +hooklike +hookmaker +hookmaking +hookman +hooknose +hooksmith +hooktip +hookum +hookup +hookweed +hookwise +hookworm +hookwormer +hookwormy +hooky +hooligan +hooliganism +hooliganize +hoolock +hooly +hoon +hoonoomaun +hoop +hooped +hooper +hooping +hoopla +hoople +hoopless +hooplike +hoopmaker +hoopman +hoopoe +hoopstick +hoopwood +hoose +hoosegow +hoosh +Hoosier +Hoosierdom +Hoosierese +Hoosierize +hoot +hootay +hooter +hootingly +hoove +hooven +Hooverism +Hooverize +hoovey +hop +hopbine +hopbush +Hopcalite +hopcrease +hope +hoped +hopeful +hopefully +hopefulness +hopeite +hopeless +hopelessly +hopelessness +hoper +Hopi +hopi +hopingly +Hopkinsian +Hopkinsianism +Hopkinsonian +hoplite +hoplitic +hoplitodromos +Hoplocephalus +hoplology +hoplomachic +hoplomachist +hoplomachos +hoplomachy +Hoplonemertea +hoplonemertean +hoplonemertine +Hoplonemertini +hopoff +hopped +hopper +hopperburn +hopperdozer +hopperette +hoppergrass +hopperings +hopperman +hoppers +hoppestere +hoppet +hoppingly +hoppity +hopple +hoppy +hopscotch +hopscotcher +hoptoad +hopvine +hopyard +hora +horal +horary +Horatian +Horatio +Horatius +horbachite +hordarian +hordary +horde +hordeaceous +hordeiform +hordein +hordenine +Hordeum +horehound +Horim +horismology +horizometer +horizon +horizonless +horizontal +horizontalism +horizontality +horizontalization +horizontalize +horizontally +horizontalness +horizontic +horizontical +horizontically +horizonward +horme +hormic +hormigo +hormion +hormist +hormogon +Hormogonales +Hormogoneae +Hormogoneales +hormogonium +hormogonous +hormonal +hormone +hormonic +hormonize +hormonogenesis +hormonogenic +hormonology +hormonopoiesis +hormonopoietic +hormos +horn +hornbeam +hornbill +hornblende +hornblendic +hornblendite +hornblendophyre +hornblower +hornbook +horned +hornedness +horner +hornerah +hornet +hornety +hornfair +hornfels +hornfish +hornful +horngeld +Hornie +hornify +hornily +horniness +horning +hornish +hornist +hornito +hornless +hornlessness +hornlet +hornlike +hornotine +hornpipe +hornplant +hornsman +hornstay +hornstone +hornswoggle +horntail +hornthumb +horntip +hornwood +hornwork +hornworm +hornwort +horny +hornyhanded +hornyhead +horograph +horographer +horography +horokaka +horologe +horologer +horologic +horological +horologically +horologiography +horologist +horologium +horologue +horology +horometrical +horometry +Horonite +horopito +horopter +horopteric +horoptery +horoscopal +horoscope +horoscoper +horoscopic +horoscopical +horoscopist +horoscopy +Horouta +horrendous +horrendously +horrent +horrescent +horreum +horribility +horrible +horribleness +horribly +horrid +horridity +horridly +horridness +horrific +horrifically +horrification +horrify +horripilant +horripilate +horripilation +horrisonant +horror +horrorful +horrorish +horrorist +horrorize +horrormonger +horrormongering +horrorous +horrorsome +horse +horseback +horsebacker +horseboy +horsebreaker +horsecar +horsecloth +horsecraft +horsedom +horsefair +horsefettler +horsefight +horsefish +horseflesh +horsefly +horsefoot +horsegate +horsehair +horsehaired +horsehead +horseherd +horsehide +horsehood +horsehoof +horsejockey +horsekeeper +horselaugh +horselaugher +horselaughter +horseleech +horseless +horselike +horseload +horseman +horsemanship +horsemastership +horsemint +horsemonger +horseplay +horseplayful +horsepond +horsepower +horsepox +horser +horseshoe +horseshoer +horsetail +horsetongue +Horsetown +horsetree +horseway +horseweed +horsewhip +horsewhipper +horsewoman +horsewomanship +horsewood +horsfordite +horsify +horsily +horsiness +horsing +Horst +horst +horsy +horsyism +hortation +hortative +hortatively +hortator +hortatorily +hortatory +Hortense +Hortensia +hortensial +Hortensian +hortensian +horticultural +horticulturally +horticulture +horticulturist +hortite +hortonolite +hortulan +Horvatian +hory +Hosackia +hosanna +hose +hosed +hosel +hoseless +hoselike +hoseman +hosier +hosiery +hosiomartyr +hospice +hospitable +hospitableness +hospitably +hospitage +hospital +hospitalary +hospitaler +hospitalism +hospitality +hospitalization +hospitalize +hospitant +hospitate +hospitation +hospitator +hospitious +hospitium +hospitize +hospodar +hospodariat +hospodariate +host +Hosta +hostage +hostager +hostageship +hostel +hosteler +hostelry +hoster +hostess +hostie +hostile +hostilely +hostileness +hostility +hostilize +hosting +hostler +hostlership +hostlerwife +hostless +hostly +hostry +hostship +hot +hotbed +hotblood +hotbox +hotbrained +hotch +hotchpot +hotchpotch +hotchpotchly +hotel +hoteldom +hotelhood +hotelier +hotelization +hotelize +hotelkeeper +hotelless +hotelward +hotfoot +hothead +hotheaded +hotheadedly +hotheadedness +hothearted +hotheartedly +hotheartedness +hothouse +hoti +hotly +hotmouthed +hotness +hotspur +hotspurred +Hotta +Hottentot +Hottentotese +Hottentotic +Hottentotish +Hottentotism +hotter +hottery +hottish +Hottonia +houbara +Houdan +hough +houghband +hougher +houghite +houghmagandy +Houghton +hounce +hound +hounder +houndfish +hounding +houndish +houndlike +houndman +houndsbane +houndsberry +houndshark +houndy +houppelande +hour +hourful +hourglass +houri +hourless +hourly +housage +housal +Housatonic +house +houseball +houseboat +houseboating +housebote +housebound +houseboy +housebreak +housebreaker +housebreaking +housebroke +housebroken +housebug +housebuilder +housebuilding +housecarl +housecoat +housecraft +housefast +housefather +housefly +houseful +housefurnishings +household +householder +householdership +householding +householdry +housekeep +housekeeper +housekeeperlike +housekeeperly +housekeeping +housel +houseleek +houseless +houselessness +houselet +houseline +houseling +housemaid +housemaidenly +housemaiding +housemaidy +houseman +housemaster +housemastership +housemate +housemating +houseminder +housemistress +housemother +housemotherly +houseowner +houser +houseridden +houseroom +housesmith +housetop +houseward +housewares +housewarm +housewarmer +housewarming +housewear +housewife +housewifeliness +housewifely +housewifery +housewifeship +housewifish +housewive +housework +housewright +housing +Houstonia +housty +housy +houtou +houvari +Hova +hove +hovedance +hovel +hoveler +hoven +Hovenia +hover +hoverer +hovering +hoveringly +hoverly +how +howadji +Howard +howardite +howbeit +howdah +howder +howdie +howdy +howe +Howea +howel +however +howff +howish +howitzer +howk +howkit +howl +howler +howlet +howling +howlingly +howlite +howso +howsoever +howsomever +hox +hoy +Hoya +hoyden +hoydenhood +hoydenish +hoydenism +hoyle +hoyman +Hrimfaxi +Hrothgar +Hsi +Hsuan +Hu +huaca +huaco +huajillo +huamuchil +huantajayite +huaracho +Huari +huarizo +Huashi +Huastec +Huastecan +Huave +Huavean +hub +hubb +hubba +hubber +Hubbite +hubble +hubbly +hubbub +hubbuboo +hubby +Hubert +hubmaker +hubmaking +hubnerite +hubristic +hubshi +huccatoon +huchen +Huchnom +hucho +huck +huckaback +huckle +huckleback +hucklebacked +huckleberry +hucklebone +huckmuck +huckster +hucksterage +hucksterer +hucksteress +hucksterize +huckstery +hud +huddle +huddledom +huddlement +huddler +huddling +huddlingly +huddock +huddroun +huddup +Hudibras +Hudibrastic +Hudibrastically +Hudsonia +Hudsonian +hudsonite +hue +hued +hueful +hueless +huelessness +huer +Huey +huff +huffier +huffily +huffiness +huffingly +huffish +huffishly +huffishness +huffle +huffler +huffy +hug +huge +Hugelia +hugelite +hugely +hugeness +hugeous +hugeously +hugeousness +huggable +hugger +huggermugger +huggermuggery +Huggin +hugging +huggingly +huggle +Hugh +Hughes +Hughoc +Hugo +Hugoesque +hugsome +Huguenot +Huguenotic +Huguenotism +huh +Hui +huia +huipil +huisache +huiscoyol +huitain +Huk +Hukbalahap +huke +hula +Huldah +huldee +hulk +hulkage +hulking +hulky +hull +hullabaloo +huller +hullock +hulloo +hulotheism +Hulsean +hulsite +hulster +hulu +hulver +hulverhead +hulverheaded +hum +Huma +human +humane +humanely +humaneness +humanhood +humanics +humanification +humaniform +humaniformian +humanify +humanish +humanism +humanist +humanistic +humanistical +humanistically +humanitarian +humanitarianism +humanitarianist +humanitarianize +humanitary +humanitian +humanity +humanitymonger +humanization +humanize +humanizer +humankind +humanlike +humanly +humanness +humanoid +humate +humble +humblebee +humblehearted +humblemouthed +humbleness +humbler +humblie +humblingly +humbly +humbo +humboldtilite +humboldtine +humboldtite +humbug +humbugability +humbugable +humbugger +humbuggery +humbuggism +humbuzz +humdinger +humdrum +humdrumminess +humdrummish +humdrummishness +humdudgeon +Hume +Humean +humect +humectant +humectate +humectation +humective +humeral +humeri +humeroabdominal +humerocubital +humerodigital +humerodorsal +humerometacarpal +humeroradial +humeroscapular +humeroulnar +humerus +humet +humetty +humhum +humic +humicubation +humid +humidate +humidification +humidifier +humidify +humidistat +humidity +humidityproof +humidly +humidness +humidor +humific +humification +humifuse +humify +humiliant +humiliate +humiliating +humiliatingly +humiliation +humiliative +humiliator +humiliatory +humilific +humilitude +humility +humin +Humiria +Humiriaceae +Humiriaceous +Humism +Humist +humistratous +humite +humlie +hummel +hummeler +hummer +hummie +humming +hummingbird +hummock +hummocky +humor +humoral +humoralism +humoralist +humoralistic +humoresque +humoresquely +humorful +humorific +humorism +humorist +humoristic +humoristical +humorize +humorless +humorlessness +humorology +humorous +humorously +humorousness +humorproof +humorsome +humorsomely +humorsomeness +humourful +humous +hump +humpback +humpbacked +humped +humph +Humphrey +humpiness +humpless +humpty +humpy +humstrum +humulene +humulone +Humulus +humus +humuslike +Hun +Hunanese +hunch +Hunchakist +hunchback +hunchbacked +hunchet +hunchy +hundi +hundred +hundredal +hundredary +hundreder +hundredfold +hundredman +hundredpenny +hundredth +hundredweight +hundredwork +hung +Hungaria +Hungarian +hungarite +hunger +hungerer +hungeringly +hungerless +hungerly +hungerproof +hungerweed +hungrify +hungrily +hungriness +hungry +hunh +hunk +Hunker +hunker +Hunkerism +hunkerous +hunkerousness +hunkers +hunkies +Hunkpapa +hunks +hunky +Hunlike +Hunnian +Hunnic +Hunnican +Hunnish +Hunnishness +hunt +huntable +huntedly +Hunter +Hunterian +hunterlike +huntilite +hunting +huntress +huntsman +huntsmanship +huntswoman +Hunyak +hup +Hupa +hupaithric +Hura +hura +hurcheon +hurdies +hurdis +hurdle +hurdleman +hurdler +hurdlewise +hurds +hure +hureaulite +hureek +Hurf +hurgila +hurkle +hurl +hurlbarrow +hurled +hurler +hurley +hurleyhouse +hurling +hurlock +hurly +Huron +huron +Huronian +hurr +hurrah +Hurri +Hurrian +hurricane +hurricanize +hurricano +hurried +hurriedly +hurriedness +hurrier +hurrisome +hurrock +hurroo +hurroosh +hurry +hurryingly +hurryproof +hursinghar +hurst +hurt +hurtable +hurted +hurter +hurtful +hurtfully +hurtfulness +hurting +hurtingest +hurtle +hurtleberry +hurtless +hurtlessly +hurtlessness +hurtlingly +hurtsome +hurty +husband +husbandable +husbandage +husbander +husbandfield +husbandhood +husbandland +husbandless +husbandlike +husbandliness +husbandly +husbandman +husbandress +husbandry +husbandship +huse +hush +hushable +hushaby +hushcloth +hushedly +husheen +hushel +husher +hushful +hushfully +hushing +hushingly +hushion +husho +husk +huskanaw +husked +huskened +husker +huskershredder +huskily +huskiness +husking +huskroot +huskwort +Husky +husky +huso +huspil +huss +hussar +Hussite +Hussitism +hussy +hussydom +hussyness +husting +hustle +hustlecap +hustlement +hustler +hut +hutch +hutcher +hutchet +Hutchinsonian +Hutchinsonianism +hutchinsonite +Huterian +huthold +hutholder +hutia +hutkeeper +hutlet +hutment +Hutsulian +Hutterites +Huttonian +Huttonianism +huttoning +huttonweed +hutukhtu +huvelyk +Huxleian +Huygenian +huzoor +Huzvaresh +huzz +huzza +huzzard +Hwa +Hy +hyacinth +Hyacinthia +hyacinthian +hyacinthine +Hyacinthus +Hyades +hyaena +Hyaenanche +Hyaenarctos +Hyaenidae +Hyaenodon +hyaenodont +hyaenodontoid +Hyakume +hyalescence +hyalescent +hyaline +hyalinization +hyalinize +hyalinocrystalline +hyalinosis +hyalite +hyalitis +hyaloandesite +hyalobasalt +hyalocrystalline +hyalodacite +hyalogen +hyalograph +hyalographer +hyalography +hyaloid +hyaloiditis +hyaloliparite +hyalolith +hyalomelan +hyalomucoid +Hyalonema +hyalophagia +hyalophane +hyalophyre +hyalopilitic +hyaloplasm +hyaloplasma +hyaloplasmic +hyalopsite +hyalopterous +hyalosiderite +Hyalospongia +hyalotekite +hyalotype +hyaluronic +hyaluronidase +Hybanthus +Hybla +Hyblaea +Hyblaean +Hyblan +hybodont +Hybodus +hybosis +hybrid +hybridal +hybridation +hybridism +hybridist +hybridity +hybridizable +hybridization +hybridize +hybridizer +hybridous +hydantoate +hydantoic +hydantoin +hydathode +hydatid +hydatidiform +hydatidinous +hydatidocele +hydatiform +hydatigenous +Hydatina +hydatogenesis +hydatogenic +hydatogenous +hydatoid +hydatomorphic +hydatomorphism +hydatopneumatic +hydatopneumatolytic +hydatopyrogenic +hydatoscopy +Hydnaceae +hydnaceous +hydnocarpate +hydnocarpic +Hydnocarpus +hydnoid +Hydnora +Hydnoraceae +hydnoraceous +Hydnum +Hydra +hydracetin +Hydrachna +hydrachnid +Hydrachnidae +hydracid +hydracoral +hydracrylate +hydracrylic +Hydractinia +hydractinian +Hydradephaga +hydradephagan +hydradephagous +hydragogue +hydragogy +hydramine +hydramnion +hydramnios +Hydrangea +Hydrangeaceae +hydrangeaceous +hydrant +hydranth +hydrarch +hydrargillite +hydrargyrate +hydrargyria +hydrargyriasis +hydrargyric +hydrargyrism +hydrargyrosis +hydrargyrum +hydrarthrosis +hydrarthrus +hydrastine +Hydrastis +hydrate +hydrated +hydration +hydrator +hydratropic +hydraucone +hydraulic +hydraulically +hydraulician +hydraulicity +hydraulicked +hydraulicon +hydraulics +hydraulist +hydraulus +hydrazide +hydrazidine +hydrazimethylene +hydrazine +hydrazino +hydrazo +hydrazoate +hydrazobenzene +hydrazoic +hydrazone +hydrazyl +hydremia +hydremic +hydrencephalocele +hydrencephaloid +hydrencephalus +hydria +hydriatric +hydriatrist +hydriatry +hydric +hydrically +Hydrid +hydride +hydriform +hydrindene +hydriodate +hydriodic +hydriodide +hydriotaphia +Hydriote +hydro +hydroa +hydroadipsia +hydroaeric +hydroalcoholic +hydroaromatic +hydroatmospheric +hydroaviation +hydrobarometer +Hydrobates +Hydrobatidae +hydrobenzoin +hydrobilirubin +hydrobiological +hydrobiologist +hydrobiology +hydrobiosis +hydrobiplane +hydrobomb +hydroboracite +hydroborofluoric +hydrobranchiate +hydrobromate +hydrobromic +hydrobromide +hydrocarbide +hydrocarbon +hydrocarbonaceous +hydrocarbonate +hydrocarbonic +hydrocarbonous +hydrocarbostyril +hydrocardia +Hydrocaryaceae +hydrocaryaceous +hydrocatalysis +hydrocauline +hydrocaulus +hydrocele +hydrocellulose +hydrocephalic +hydrocephalocele +hydrocephaloid +hydrocephalous +hydrocephalus +hydrocephaly +hydroceramic +hydrocerussite +Hydrocharidaceae +hydrocharidaceous +Hydrocharis +Hydrocharitaceae +hydrocharitaceous +Hydrochelidon +hydrochemical +hydrochemistry +hydrochlorate +hydrochlorauric +hydrochloric +hydrochloride +hydrochlorplatinic +hydrochlorplatinous +Hydrochoerus +hydrocholecystis +hydrocinchonine +hydrocinnamic +hydrocirsocele +hydrocladium +hydroclastic +Hydrocleis +hydroclimate +hydrocobalticyanic +hydrocoele +hydrocollidine +hydroconion +Hydrocorallia +Hydrocorallinae +hydrocoralline +Hydrocores +Hydrocorisae +hydrocorisan +hydrocotarnine +Hydrocotyle +hydrocoumaric +hydrocupreine +hydrocyanate +hydrocyanic +hydrocyanide +hydrocycle +hydrocyclic +hydrocyclist +Hydrocyon +hydrocyst +hydrocystic +Hydrodamalidae +Hydrodamalis +Hydrodictyaceae +Hydrodictyon +hydrodrome +Hydrodromica +hydrodromican +hydrodynamic +hydrodynamical +hydrodynamics +hydrodynamometer +hydroeconomics +hydroelectric +hydroelectricity +hydroelectrization +hydroergotinine +hydroextract +hydroextractor +hydroferricyanic +hydroferrocyanate +hydroferrocyanic +hydrofluate +hydrofluoboric +hydrofluoric +hydrofluorid +hydrofluoride +hydrofluosilicate +hydrofluosilicic +hydrofluozirconic +hydrofoil +hydroforming +hydrofranklinite +hydrofuge +hydrogalvanic +hydrogel +hydrogen +hydrogenase +hydrogenate +hydrogenation +hydrogenator +hydrogenic +hydrogenide +hydrogenium +hydrogenization +hydrogenize +hydrogenolysis +Hydrogenomonas +hydrogenous +hydrogeological +hydrogeology +hydroglider +hydrognosy +hydrogode +hydrograph +hydrographer +hydrographic +hydrographical +hydrographically +hydrography +hydrogymnastics +hydrohalide +hydrohematite +hydrohemothorax +hydroid +Hydroida +Hydroidea +hydroidean +hydroiodic +hydrokinetic +hydrokinetical +hydrokinetics +hydrol +hydrolase +hydrolatry +Hydrolea +Hydroleaceae +hydrolize +hydrologic +hydrological +hydrologically +hydrologist +hydrology +hydrolysis +hydrolyst +hydrolyte +hydrolytic +hydrolyzable +hydrolyzate +hydrolyzation +hydrolyze +hydromagnesite +hydromancer +hydromancy +hydromania +hydromaniac +hydromantic +hydromantical +hydromantically +hydrome +hydromechanical +hydromechanics +hydromedusa +Hydromedusae +hydromedusan +hydromedusoid +hydromel +hydromeningitis +hydromeningocele +hydrometallurgical +hydrometallurgically +hydrometallurgy +hydrometamorphism +hydrometeor +hydrometeorological +hydrometeorology +hydrometer +hydrometra +hydrometric +hydrometrical +hydrometrid +Hydrometridae +hydrometry +hydromica +hydromicaceous +hydromonoplane +hydromorph +hydromorphic +hydromorphous +hydromorphy +hydromotor +hydromyelia +hydromyelocele +hydromyoma +Hydromys +hydrone +hydronegative +hydronephelite +hydronephrosis +hydronephrotic +hydronitric +hydronitroprussic +hydronitrous +hydronium +hydroparacoumaric +Hydroparastatae +hydropath +hydropathic +hydropathical +hydropathist +hydropathy +hydropericarditis +hydropericardium +hydroperiod +hydroperitoneum +hydroperitonitis +hydroperoxide +hydrophane +hydrophanous +hydrophid +Hydrophidae +hydrophil +hydrophile +hydrophilic +hydrophilid +Hydrophilidae +hydrophilism +hydrophilite +hydrophiloid +hydrophilous +hydrophily +Hydrophinae +Hydrophis +hydrophobe +hydrophobia +hydrophobic +hydrophobical +hydrophobist +hydrophobophobia +hydrophobous +hydrophoby +hydrophoid +hydrophone +Hydrophora +hydrophoran +hydrophore +hydrophoria +hydrophorous +hydrophthalmia +hydrophthalmos +hydrophthalmus +hydrophylacium +hydrophyll +Hydrophyllaceae +hydrophyllaceous +hydrophylliaceous +hydrophyllium +Hydrophyllum +hydrophysometra +hydrophyte +hydrophytic +hydrophytism +hydrophyton +hydrophytous +hydropic +hydropical +hydropically +hydropigenous +hydroplane +hydroplanula +hydroplatinocyanic +hydroplutonic +hydropneumatic +hydropneumatosis +hydropneumopericardium +hydropneumothorax +hydropolyp +hydroponic +hydroponicist +hydroponics +hydroponist +hydropositive +hydropot +Hydropotes +hydropropulsion +hydrops +hydropsy +Hydropterideae +hydroptic +hydropult +hydropultic +hydroquinine +hydroquinol +hydroquinoline +hydroquinone +hydrorachis +hydrorhiza +hydrorhizal +hydrorrhachis +hydrorrhachitis +hydrorrhea +hydrorrhoea +hydrorubber +hydrosalpinx +hydrosalt +hydrosarcocele +hydroscope +hydroscopic +hydroscopical +hydroscopicity +hydroscopist +hydroselenic +hydroselenide +hydroselenuret +hydroseparation +hydrosilicate +hydrosilicon +hydrosol +hydrosomal +hydrosomatous +hydrosome +hydrosorbic +hydrosphere +hydrospire +hydrospiric +hydrostat +hydrostatic +hydrostatical +hydrostatically +hydrostatician +hydrostatics +hydrostome +hydrosulphate +hydrosulphide +hydrosulphite +hydrosulphocyanic +hydrosulphurated +hydrosulphuret +hydrosulphureted +hydrosulphuric +hydrosulphurous +hydrosulphuryl +hydrotachymeter +hydrotactic +hydrotalcite +hydrotasimeter +hydrotaxis +hydrotechnic +hydrotechnical +hydrotechnologist +hydrotechny +hydroterpene +hydrotheca +hydrothecal +hydrotherapeutic +hydrotherapeutics +hydrotherapy +hydrothermal +hydrothoracic +hydrothorax +hydrotic +hydrotical +hydrotimeter +hydrotimetric +hydrotimetry +hydrotomy +hydrotropic +hydrotropism +hydroturbine +hydrotype +hydrous +hydrovane +hydroxamic +hydroxamino +hydroxide +hydroximic +hydroxy +hydroxyacetic +hydroxyanthraquinone +hydroxybutyricacid +hydroxyketone +hydroxyl +hydroxylactone +hydroxylamine +hydroxylate +hydroxylation +hydroxylic +hydroxylization +hydroxylize +hydrozincite +Hydrozoa +hydrozoal +hydrozoan +hydrozoic +hydrozoon +hydrula +Hydruntine +Hydrurus +Hydrus +hydurilate +hydurilic +hyena +hyenadog +hyenanchin +hyenic +hyeniform +hyenine +hyenoid +hyetal +hyetograph +hyetographic +hyetographical +hyetographically +hyetography +hyetological +hyetology +hyetometer +hyetometrograph +Hygeia +Hygeian +hygeiolatry +hygeist +hygeistic +hygeology +hygiantic +hygiantics +hygiastic +hygiastics +hygieist +hygienal +hygiene +hygienic +hygienical +hygienically +hygienics +hygienist +hygienization +hygienize +hygiologist +hygiology +hygric +hygrine +hygroblepharic +hygrodeik +hygroexpansivity +hygrograph +hygrology +hygroma +hygromatous +hygrometer +hygrometric +hygrometrical +hygrometrically +hygrometry +hygrophaneity +hygrophanous +hygrophilous +hygrophobia +hygrophthalmic +hygrophyte +hygrophytic +hygroplasm +hygroplasma +hygroscope +hygroscopic +hygroscopical +hygroscopically +hygroscopicity +hygroscopy +hygrostat +hygrostatics +hygrostomia +hygrothermal +hygrothermograph +hying +hyke +Hyla +hylactic +hylactism +hylarchic +hylarchical +hyle +hyleg +hylegiacal +hylic +hylicism +hylicist +Hylidae +hylism +hylist +Hyllus +Hylobates +hylobatian +hylobatic +hylobatine +Hylocereus +Hylocichla +Hylocomium +Hylodes +hylogenesis +hylogeny +hyloid +hylology +hylomorphic +hylomorphical +hylomorphism +hylomorphist +hylomorphous +Hylomys +hylopathism +hylopathist +hylopathy +hylophagous +hylotheism +hylotheist +hylotheistic +hylotheistical +hylotomous +hylozoic +hylozoism +hylozoist +hylozoistic +hylozoistically +hymen +Hymenaea +Hymenaeus +Hymenaic +hymenal +hymeneal +hymeneally +hymeneals +hymenean +hymenial +hymenic +hymenicolar +hymeniferous +hymeniophore +hymenium +Hymenocallis +Hymenochaete +Hymenogaster +Hymenogastraceae +hymenogeny +hymenoid +Hymenolepis +hymenomycetal +hymenomycete +Hymenomycetes +hymenomycetoid +hymenomycetous +hymenophore +hymenophorum +Hymenophyllaceae +hymenophyllaceous +Hymenophyllites +Hymenophyllum +hymenopter +Hymenoptera +hymenopteran +hymenopterist +hymenopterological +hymenopterologist +hymenopterology +hymenopteron +hymenopterous +hymenotomy +Hymettian +Hymettic +hymn +hymnal +hymnarium +hymnary +hymnbook +hymner +hymnic +hymnist +hymnless +hymnlike +hymnode +hymnodical +hymnodist +hymnody +hymnographer +hymnography +hymnologic +hymnological +hymnologically +hymnologist +hymnology +hymnwise +hynde +hyne +hyobranchial +hyocholalic +hyocholic +hyoepiglottic +hyoepiglottidean +hyoglossal +hyoglossus +hyoglycocholic +hyoid +hyoidal +hyoidan +hyoideal +hyoidean +hyoides +Hyolithes +hyolithid +Hyolithidae +hyolithoid +hyomandibula +hyomandibular +hyomental +hyoplastral +hyoplastron +hyoscapular +hyoscine +hyoscyamine +Hyoscyamus +hyosternal +hyosternum +hyostylic +hyostyly +hyothere +Hyotherium +hyothyreoid +hyothyroid +hyp +hypabyssal +hypaethral +hypaethron +hypaethros +hypaethrum +hypalgesia +hypalgia +hypalgic +hypallactic +hypallage +hypanthial +hypanthium +hypantrum +Hypapante +hypapophysial +hypapophysis +hyparterial +hypaspist +hypate +hypaton +hypautomorphic +hypaxial +Hypenantron +hyper +hyperabelian +hyperabsorption +hyperaccurate +hyperacid +hyperacidaminuria +hyperacidity +hyperacoustics +hyperaction +hyperactive +hyperactivity +hyperacuity +hyperacusia +hyperacusis +hyperacute +hyperacuteness +hyperadenosis +hyperadiposis +hyperadiposity +hyperadrenalemia +hyperaeolism +hyperalbuminosis +hyperalgebra +hyperalgesia +hyperalgesic +hyperalgesis +hyperalgetic +hyperalimentation +hyperalkalinity +hyperaltruism +hyperaminoacidemia +hyperanabolic +hyperanarchy +hyperangelical +hyperaphia +hyperaphic +hyperapophyseal +hyperapophysial +hyperapophysis +hyperarchaeological +hyperarchepiscopal +hyperazotemia +hyperbarbarous +hyperbatic +hyperbatically +hyperbaton +hyperbola +hyperbolaeon +hyperbole +hyperbolic +hyperbolically +hyperbolicly +hyperbolism +hyperbolize +hyperboloid +hyperboloidal +hyperboreal +Hyperborean +hyperborean +hyperbrachycephal +hyperbrachycephalic +hyperbrachycephaly +hyperbrachycranial +hyperbrachyskelic +hyperbranchia +hyperbrutal +hyperbulia +hypercalcemia +hypercarbamidemia +hypercarbureted +hypercarburetted +hypercarnal +hypercatalectic +hypercatalexis +hypercatharsis +hypercathartic +hypercathexis +hypercenosis +hyperchamaerrhine +hyperchlorhydria +hyperchloric +hypercholesterinemia +hypercholesterolemia +hypercholia +hypercivilization +hypercivilized +hyperclassical +hyperclimax +hypercoagulability +hypercoagulable +hypercomplex +hypercomposite +hyperconcentration +hypercone +hyperconfident +hyperconformist +hyperconscientious +hyperconscientiousness +hyperconscious +hyperconsciousness +hyperconservatism +hyperconstitutional +hypercoracoid +hypercorrect +hypercorrection +hypercorrectness +hypercosmic +hypercreaturely +hypercritic +hypercritical +hypercritically +hypercriticism +hypercriticize +hypercryalgesia +hypercube +hypercyanotic +hypercycle +hypercylinder +hyperdactyl +hyperdactylia +hyperdactyly +hyperdeify +hyperdelicacy +hyperdelicate +hyperdemocracy +hyperdemocratic +hyperdeterminant +hyperdiabolical +hyperdialectism +hyperdiapason +hyperdiapente +hyperdiastole +hyperdiatessaron +hyperdiazeuxis +hyperdicrotic +hyperdicrotism +hyperdicrotous +hyperdimensional +hyperdimensionality +hyperdissyllable +hyperdistention +hyperditone +hyperdivision +hyperdolichocephal +hyperdolichocephalic +hyperdolichocephaly +hyperdolichocranial +hyperdoricism +hyperdulia +hyperdulic +hyperdulical +hyperelegant +hyperelliptic +hyperemesis +hyperemetic +hyperemia +hyperemic +hyperemotivity +hyperemphasize +hyperenthusiasm +hypereosinophilia +hyperephidrosis +hyperequatorial +hypererethism +hyperessence +hyperesthesia +hyperesthetic +hyperethical +hypereuryprosopic +hypereutectic +hypereutectoid +hyperexaltation +hyperexcitability +hyperexcitable +hyperexcitement +hyperexcursive +hyperexophoria +hyperextend +hyperextension +hyperfastidious +hyperfederalist +hyperfine +hyperflexion +hyperfocal +hyperfunction +hyperfunctional +hyperfunctioning +hypergalactia +hypergamous +hypergamy +hypergenesis +hypergenetic +hypergeometric +hypergeometrical +hypergeometry +hypergeusia +hypergeustia +hyperglycemia +hyperglycemic +hyperglycorrhachia +hyperglycosuria +hypergoddess +hypergol +hypergolic +Hypergon +hypergrammatical +hyperhedonia +hyperhemoglobinemia +hyperhilarious +hyperhypocrisy +Hypericaceae +hypericaceous +Hypericales +hypericin +hypericism +Hypericum +hypericum +hyperidealistic +hyperideation +hyperimmune +hyperimmunity +hyperimmunization +hyperimmunize +hyperingenuity +hyperinosis +hyperinotic +hyperinsulinization +hyperinsulinize +hyperintellectual +hyperintelligence +hyperinvolution +hyperirritability +hyperirritable +hyperisotonic +hyperite +hyperkeratosis +hyperkinesia +hyperkinesis +hyperkinetic +hyperlactation +hyperleptoprosopic +hyperleucocytosis +hyperlipemia +hyperlipoidemia +hyperlithuria +hyperlogical +hyperlustrous +hypermagical +hypermakroskelic +hypermedication +hypermenorrhea +hypermetabolism +hypermetamorphic +hypermetamorphism +hypermetamorphosis +hypermetamorphotic +hypermetaphorical +hypermetaphysical +hypermetaplasia +hypermeter +hypermetric +hypermetrical +hypermetron +hypermetrope +hypermetropia +hypermetropic +hypermetropical +hypermetropy +hypermiraculous +hypermixolydian +hypermnesia +hypermnesic +hypermnesis +hypermnestic +hypermodest +hypermonosyllable +hypermoral +hypermorph +hypermorphism +hypermorphosis +hypermotile +hypermotility +hypermyotonia +hypermyotrophy +hypermyriorama +hypermystical +hypernatural +hypernephroma +hyperneuria +hyperneurotic +hypernic +hypernitrogenous +hypernomian +hypernomic +hypernormal +hypernote +hypernutrition +Hyperoartia +hyperoartian +hyperobtrusive +hyperodontogeny +Hyperoodon +hyperoon +hyperope +hyperopia +hyperopic +hyperorganic +hyperorthognathic +hyperorthognathous +hyperorthognathy +hyperosmia +hyperosmic +hyperostosis +hyperostotic +hyperothodox +hyperothodoxy +Hyperotreta +hyperotretan +Hyperotreti +hyperotretous +hyperoxidation +hyperoxide +hyperoxygenate +hyperoxygenation +hyperoxygenize +hyperpanegyric +hyperparasite +hyperparasitic +hyperparasitism +hyperparasitize +hyperparoxysm +hyperpathetic +hyperpatriotic +hyperpencil +hyperpepsinia +hyperper +hyperperistalsis +hyperperistaltic +hyperpersonal +hyperphalangeal +hyperphalangism +hyperpharyngeal +hyperphenomena +hyperphoria +hyperphoric +hyperphosphorescence +hyperphysical +hyperphysically +hyperphysics +hyperpiesia +hyperpiesis +hyperpietic +hyperpietist +hyperpigmentation +hyperpigmented +hyperpinealism +hyperpituitarism +hyperplagiarism +hyperplane +hyperplasia +hyperplasic +hyperplastic +hyperplatyrrhine +hyperploid +hyperploidy +hyperpnea +hyperpnoea +hyperpolysyllabic +hyperpredator +hyperprism +hyperproduction +hyperprognathous +hyperprophetical +hyperprosexia +hyperpulmonary +hyperpure +hyperpurist +hyperpyramid +hyperpyretic +hyperpyrexia +hyperpyrexial +hyperquadric +hyperrational +hyperreactive +hyperrealize +hyperresonance +hyperresonant +hyperreverential +hyperrhythmical +hyperridiculous +hyperritualism +hypersacerdotal +hypersaintly +hypersalivation +hypersceptical +hyperscholastic +hyperscrupulosity +hypersecretion +hypersensibility +hypersensitive +hypersensitiveness +hypersensitivity +hypersensitization +hypersensitize +hypersensual +hypersensualism +hypersensuous +hypersentimental +hypersolid +hypersomnia +hypersonic +hypersophisticated +hyperspace +hyperspatial +hyperspeculative +hypersphere +hyperspherical +hyperspiritualizing +hypersplenia +hypersplenism +hypersthene +hypersthenia +hypersthenic +hypersthenite +hyperstoic +hyperstrophic +hypersubtlety +hypersuggestibility +hypersuperlative +hypersurface +hypersusceptibility +hypersusceptible +hypersystole +hypersystolic +hypertechnical +hypertelic +hypertely +hypertense +hypertensin +hypertension +hypertensive +hyperterrestrial +hypertetrahedron +hyperthermal +hyperthermalgesia +hyperthermesthesia +hyperthermia +hyperthermic +hyperthermy +hyperthesis +hyperthetic +hyperthetical +hyperthyreosis +hyperthyroid +hyperthyroidism +hyperthyroidization +hyperthyroidize +hypertonia +hypertonic +hypertonicity +hypertonus +hypertorrid +hypertoxic +hypertoxicity +hypertragical +hypertragically +hypertranscendent +hypertrichosis +hypertridimensional +hypertrophic +hypertrophied +hypertrophous +hypertrophy +hypertropia +hypertropical +hypertype +hypertypic +hypertypical +hyperurbanism +hyperuresis +hypervascular +hypervascularity +hypervenosity +hyperventilate +hyperventilation +hypervigilant +hyperviscosity +hypervitalization +hypervitalize +hypervitaminosis +hypervolume +hyperwrought +hypesthesia +hypesthesic +hypethral +hypha +Hyphaene +hyphaeresis +hyphal +hyphedonia +hyphema +hyphen +hyphenate +hyphenated +hyphenation +hyphenic +hyphenism +hyphenization +hyphenize +hypho +hyphodrome +Hyphomycetales +hyphomycete +Hyphomycetes +hyphomycetic +hyphomycetous +hyphomycosis +hypidiomorphic +hypidiomorphically +hypinosis +hypinotic +Hypnaceae +hypnaceous +hypnagogic +hypnesthesis +hypnesthetic +hypnoanalysis +hypnobate +hypnocyst +hypnody +hypnoetic +hypnogenesis +hypnogenetic +hypnoid +hypnoidal +hypnoidization +hypnoidize +hypnologic +hypnological +hypnologist +hypnology +hypnone +hypnophobia +hypnophobic +hypnophoby +hypnopompic +Hypnos +hypnoses +hypnosis +hypnosperm +hypnosporangium +hypnospore +hypnosporic +hypnotherapy +hypnotic +hypnotically +hypnotism +hypnotist +hypnotistic +hypnotizability +hypnotizable +hypnotization +hypnotize +hypnotizer +hypnotoid +hypnotoxin +Hypnum +hypo +hypoacid +hypoacidity +hypoactive +hypoactivity +hypoadenia +hypoadrenia +hypoaeolian +hypoalimentation +hypoalkaline +hypoalkalinity +hypoaminoacidemia +hypoantimonate +hypoazoturia +hypobasal +hypobatholithic +hypobenthonic +hypobenthos +hypoblast +hypoblastic +hypobole +hypobranchial +hypobranchiate +hypobromite +hypobromous +hypobulia +hypobulic +hypocalcemia +hypocarp +hypocarpium +hypocarpogean +hypocatharsis +hypocathartic +hypocathexis +hypocaust +hypocentrum +hypocephalus +Hypochaeris +hypochil +hypochilium +hypochlorhydria +hypochlorhydric +hypochloric +hypochlorite +hypochlorous +hypochloruria +Hypochnaceae +hypochnose +Hypochnus +hypochondria +hypochondriac +hypochondriacal +hypochondriacally +hypochondriacism +hypochondrial +hypochondriasis +hypochondriast +hypochondrium +hypochondry +hypochordal +hypochromia +hypochrosis +hypochylia +hypocist +hypocleidian +hypocleidium +hypocoelom +hypocondylar +hypocone +hypoconid +hypoconule +hypoconulid +hypocoracoid +hypocorism +hypocoristic +hypocoristical +hypocoristically +hypocotyl +hypocotyleal +hypocotyledonary +hypocotyledonous +hypocotylous +hypocrater +hypocrateriform +hypocraterimorphous +Hypocreaceae +hypocreaceous +Hypocreales +hypocrisis +hypocrisy +hypocrital +hypocrite +hypocritic +hypocritical +hypocritically +hypocrize +hypocrystalline +hypocycloid +hypocycloidal +hypocystotomy +hypocytosis +hypodactylum +hypoderm +hypoderma +hypodermal +hypodermatic +hypodermatically +hypodermatoclysis +hypodermatomy +Hypodermella +hypodermic +hypodermically +hypodermis +hypodermoclysis +hypodermosis +hypodermous +hypodiapason +hypodiapente +hypodiastole +hypodiatessaron +hypodiazeuxis +hypodicrotic +hypodicrotous +hypoditone +hypodorian +hypodynamia +hypodynamic +hypoeliminator +hypoendocrinism +hypoeosinophilia +hypoeutectic +hypoeutectoid +hypofunction +hypogastric +hypogastrium +hypogastrocele +hypogeal +hypogean +hypogee +hypogeic +hypogeiody +hypogene +hypogenesis +hypogenetic +hypogenic +hypogenous +hypogeocarpous +hypogeous +hypogeum +hypogeusia +hypoglobulia +hypoglossal +hypoglossitis +hypoglossus +hypoglottis +hypoglycemia +hypoglycemic +hypognathism +hypognathous +hypogonation +hypogynic +hypogynium +hypogynous +hypogyny +hypohalous +hypohemia +hypohidrosis +Hypohippus +hypohyal +hypohyaline +hypoid +hypoiodite +hypoiodous +hypoionian +hypoischium +hypoisotonic +hypokeimenometry +hypokinesia +hypokinesis +hypokinetic +hypokoristikon +hypolemniscus +hypoleptically +hypoleucocytosis +hypolimnion +hypolocrian +hypolydian +hypomania +hypomanic +hypomelancholia +hypomeral +hypomere +hypomeron +hypometropia +hypomixolydian +hypomnematic +hypomnesis +hypomochlion +hypomorph +hypomotility +hypomyotonia +hyponastic +hyponastically +hyponasty +hyponeuria +hyponitric +hyponitrite +hyponitrous +hyponoetic +hyponoia +hyponome +hyponomic +hyponychial +hyponychium +hyponym +hyponymic +hyponymous +Hypoparia +hypopepsia +hypopepsinia +hypopepsy +hypopetalous +hypopetaly +hypophalangism +hypophamin +hypophamine +hypophare +hypopharyngeal +hypopharynx +hypophloeodal +hypophloeodic +hypophloeous +hypophonic +hypophonous +hypophora +hypophoria +hypophosphate +hypophosphite +hypophosphoric +hypophosphorous +hypophrenia +hypophrenic +hypophrenosis +hypophrygian +hypophyge +hypophyll +hypophyllium +hypophyllous +hypophyllum +hypophyse +hypophyseal +hypophysectomize +hypophysectomy +hypophyseoprivic +hypophyseoprivous +hypophysial +hypophysical +hypophysics +hypophysis +hypopial +hypopinealism +hypopituitarism +Hypopitys +hypoplankton +hypoplanktonic +hypoplasia +hypoplastic +hypoplastral +hypoplastron +hypoplasty +hypoplasy +hypoploid +hypoploidy +hypopodium +hypopraxia +hypoprosexia +hypopselaphesia +hypopteral +hypopteron +hypoptilar +hypoptilum +hypoptosis +hypoptyalism +hypopus +hypopygial +hypopygidium +hypopygium +hypopyon +hyporadial +hyporadiolus +hyporadius +hyporchema +hyporchematic +hyporcheme +hyporchesis +hyporhachidian +hyporhachis +hyporhined +hyporit +hyporrhythmic +hyposcenium +hyposcleral +hyposcope +hyposecretion +hyposensitization +hyposensitize +hyposkeletal +hyposmia +hypospadiac +hypospadias +hyposphene +hypospray +hypostase +hypostasis +hypostasization +hypostasize +hypostasy +hypostatic +hypostatical +hypostatically +hypostatization +hypostatize +hyposternal +hyposternum +hyposthenia +hyposthenic +hyposthenuria +hypostigma +hypostilbite +hypostoma +Hypostomata +hypostomatic +hypostomatous +hypostome +hypostomial +Hypostomides +hypostomous +hypostrophe +hypostyle +hypostypsis +hypostyptic +hyposulphite +hyposulphurous +hyposuprarenalism +hyposyllogistic +hyposynaphe +hyposynergia +hyposystole +hypotactic +hypotarsal +hypotarsus +hypotaxia +hypotaxic +hypotaxis +hypotension +hypotensive +hypotensor +hypotenusal +hypotenuse +hypothalamic +hypothalamus +hypothalline +hypothallus +hypothec +hypotheca +hypothecal +hypothecary +hypothecate +hypothecation +hypothecative +hypothecator +hypothecatory +hypothecial +hypothecium +hypothenal +hypothenar +Hypotheria +hypothermal +hypothermia +hypothermic +hypothermy +hypotheses +hypothesis +hypothesist +hypothesize +hypothesizer +hypothetic +hypothetical +hypothetically +hypothetics +hypothetist +hypothetize +hypothetizer +hypothyreosis +hypothyroid +hypothyroidism +hypotonia +hypotonic +hypotonicity +hypotonus +hypotony +hypotoxic +hypotoxicity +hypotrachelium +Hypotremata +hypotrich +Hypotricha +Hypotrichida +hypotrichosis +hypotrichous +hypotrochanteric +hypotrochoid +hypotrochoidal +hypotrophic +hypotrophy +hypotympanic +hypotypic +hypotypical +hypotyposis +hypovalve +hypovanadate +hypovanadic +hypovanadious +hypovanadous +hypovitaminosis +hypoxanthic +hypoxanthine +Hypoxis +Hypoxylon +hypozeugma +hypozeuxis +Hypozoa +hypozoan +hypozoic +hyppish +hypsibrachycephalic +hypsibrachycephalism +hypsibrachycephaly +hypsicephalic +hypsicephaly +hypsidolichocephalic +hypsidolichocephalism +hypsidolichocephaly +hypsiliform +hypsiloid +Hypsilophodon +hypsilophodont +hypsilophodontid +Hypsilophodontidae +hypsilophodontoid +Hypsiprymninae +Hypsiprymnodontinae +Hypsiprymnus +Hypsistarian +hypsistenocephalic +hypsistenocephalism +hypsistenocephaly +hypsobathymetric +hypsocephalous +hypsochrome +hypsochromic +hypsochromy +hypsodont +hypsodontism +hypsodonty +hypsographic +hypsographical +hypsography +hypsoisotherm +hypsometer +hypsometric +hypsometrical +hypsometrically +hypsometrist +hypsometry +hypsophobia +hypsophonous +hypsophyll +hypsophyllar +hypsophyllary +hypsophyllous +hypsophyllum +hypsothermometer +hypural +hyraces +hyraceum +Hyrachyus +hyracid +Hyracidae +hyraciform +Hyracina +Hyracodon +hyracodont +hyracodontid +Hyracodontidae +hyracodontoid +hyracoid +Hyracoidea +hyracoidean +hyracothere +hyracotherian +Hyracotheriinae +Hyracotherium +hyrax +Hyrcan +Hyrcanian +hyson +hyssop +Hyssopus +hystazarin +hysteralgia +hysteralgic +hysteranthous +hysterectomy +hysterelcosis +hysteresial +hysteresis +hysteretic +hysteretically +hysteria +hysteriac +Hysteriales +hysteric +hysterical +hysterically +hystericky +hysterics +hysteriform +hysterioid +Hysterocarpus +hysterocatalepsy +hysterocele +hysterocleisis +hysterocrystalline +hysterocystic +hysterodynia +hysterogen +hysterogenetic +hysterogenic +hysterogenous +hysterogeny +hysteroid +hysterolaparotomy +hysterolith +hysterolithiasis +hysterology +hysterolysis +hysteromania +hysterometer +hysterometry +hysteromorphous +hysteromyoma +hysteromyomectomy +hysteron +hysteroneurasthenia +hysteropathy +hysteropexia +hysteropexy +hysterophore +Hysterophyta +hysterophytal +hysterophyte +hysteroproterize +hysteroptosia +hysteroptosis +hysterorrhaphy +hysterorrhexis +hysteroscope +hysterosis +hysterotome +hysterotomy +hysterotraumatism +hystriciasis +hystricid +Hystricidae +Hystricinae +hystricine +hystricism +hystricismus +hystricoid +hystricomorph +Hystricomorpha +hystricomorphic +hystricomorphous +Hystrix +I +i +Iacchic +Iacchos +Iacchus +Iachimo +iamatology +iamb +Iambe +iambelegus +iambi +iambic +iambically +iambist +iambize +iambographer +iambus +Ian +Ianthina +ianthine +ianthinite +Ianus +iao +Iapetus +Iapyges +Iapygian +Iapygii +iatraliptic +iatraliptics +iatric +iatrical +iatrochemic +iatrochemical +iatrochemist +iatrochemistry +iatrological +iatrology +iatromathematical +iatromathematician +iatromathematics +iatromechanical +iatromechanist +iatrophysical +iatrophysicist +iatrophysics +iatrotechnics +iba +Ibad +Ibadite +Iban +Ibanag +Iberes +Iberi +Iberia +Iberian +Iberic +Iberis +Iberism +iberite +ibex +ibices +ibid +Ibididae +Ibidinae +ibidine +Ibidium +Ibilao +ibis +ibisbill +Ibo +ibolium +ibota +Ibsenian +Ibsenic +Ibsenish +Ibsenism +Ibsenite +Ibycter +Ibycus +Icacinaceae +icacinaceous +icaco +Icacorea +Icaria +Icarian +Icarianism +Icarus +ice +iceberg +iceblink +iceboat +icebone +icebound +icebox +icebreaker +icecap +icecraft +iced +icefall +icefish +icehouse +Iceland +iceland +Icelander +Icelandian +Icelandic +iceleaf +iceless +Icelidae +icelike +iceman +Iceni +icequake +iceroot +Icerya +icework +ich +Ichneumia +ichneumon +ichneumoned +Ichneumones +ichneumonid +Ichneumonidae +ichneumonidan +Ichneumonides +ichneumoniform +ichneumonized +ichneumonoid +Ichneumonoidea +ichneumonology +ichneumous +ichneutic +ichnite +ichnographic +ichnographical +ichnographically +ichnography +ichnolite +ichnolithology +ichnolitic +ichnological +ichnology +ichnomancy +icho +ichoglan +ichor +ichorous +ichorrhea +ichorrhemia +ichthulin +ichthulinic +ichthus +ichthyal +ichthyic +ichthyism +ichthyismus +ichthyization +ichthyized +ichthyobatrachian +Ichthyocephali +ichthyocephalous +ichthyocol +ichthyocolla +ichthyocoprolite +Ichthyodea +Ichthyodectidae +ichthyodian +ichthyodont +ichthyodorulite +ichthyofauna +ichthyoform +ichthyographer +ichthyographia +ichthyographic +ichthyography +ichthyoid +ichthyoidal +Ichthyoidea +Ichthyol +ichthyolatrous +ichthyolatry +ichthyolite +ichthyolitic +ichthyologic +ichthyological +ichthyologically +ichthyologist +ichthyology +ichthyomancy +ichthyomantic +Ichthyomorpha +ichthyomorphic +ichthyomorphous +ichthyonomy +ichthyopaleontology +ichthyophagan +ichthyophagi +ichthyophagian +ichthyophagist +ichthyophagize +ichthyophagous +ichthyophagy +ichthyophile +ichthyophobia +ichthyophthalmite +ichthyophthiriasis +ichthyopolism +ichthyopolist +ichthyopsid +Ichthyopsida +ichthyopsidan +Ichthyopterygia +ichthyopterygian +ichthyopterygium +Ichthyornis +Ichthyornithes +ichthyornithic +Ichthyornithidae +Ichthyornithiformes +ichthyornithoid +ichthyosaur +Ichthyosauria +ichthyosaurian +ichthyosaurid +Ichthyosauridae +ichthyosauroid +Ichthyosaurus +ichthyosis +ichthyosism +ichthyotic +Ichthyotomi +ichthyotomist +ichthyotomous +ichthyotomy +ichthyotoxin +ichthyotoxism +ichthytaxidermy +ichu +icica +icicle +icicled +icily +iciness +icing +icon +Iconian +iconic +iconical +iconism +iconoclasm +iconoclast +iconoclastic +iconoclastically +iconoclasticism +iconodule +iconodulic +iconodulist +iconoduly +iconograph +iconographer +iconographic +iconographical +iconographist +iconography +iconolater +iconolatrous +iconolatry +iconological +iconologist +iconology +iconomachal +iconomachist +iconomachy +iconomania +iconomatic +iconomatically +iconomaticism +iconomatography +iconometer +iconometric +iconometrical +iconometrically +iconometry +iconophile +iconophilism +iconophilist +iconophily +iconoplast +iconoscope +iconostas +iconostasion +iconostasis +iconotype +icosahedral +Icosandria +icosasemic +icosian +icositetrahedron +icosteid +Icosteidae +icosteine +Icosteus +icotype +icteric +icterical +Icteridae +icterine +icteritious +icterode +icterogenetic +icterogenic +icterogenous +icterohematuria +icteroid +icterus +ictic +Ictonyx +ictuate +ictus +icy +id +Ida +Idaean +Idaho +Idahoan +Idaic +idalia +Idalian +idant +iddat +Iddio +ide +idea +ideaed +ideaful +ideagenous +ideal +idealess +idealism +idealist +idealistic +idealistical +idealistically +ideality +idealization +idealize +idealizer +idealless +ideally +idealness +ideamonger +Idean +ideate +ideation +ideational +ideationally +ideative +ideist +idempotent +identic +identical +identicalism +identically +identicalness +identifiable +identifiableness +identification +identifier +identify +identism +identity +ideogenetic +ideogenical +ideogenous +ideogeny +ideoglyph +ideogram +ideogrammic +ideograph +ideographic +ideographical +ideographically +ideography +ideolatry +ideologic +ideological +ideologically +ideologist +ideologize +ideologue +ideology +ideomotion +ideomotor +ideophone +ideophonetics +ideophonous +ideoplastia +ideoplastic +ideoplastics +ideoplasty +ideopraxist +ides +idgah +idiasm +idic +idiobiology +idioblast +idioblastic +idiochromatic +idiochromatin +idiochromosome +idiocrasis +idiocrasy +idiocratic +idiocratical +idiocy +idiocyclophanous +idioelectric +idioelectrical +Idiogastra +idiogenesis +idiogenetic +idiogenous +idioglossia +idioglottic +idiograph +idiographic +idiographical +idiohypnotism +idiolalia +idiolatry +idiologism +idiolysin +idiom +idiomatic +idiomatical +idiomatically +idiomaticalness +idiomelon +idiometer +idiomography +idiomology +idiomorphic +idiomorphically +idiomorphism +idiomorphous +idiomuscular +idiopathetic +idiopathic +idiopathical +idiopathically +idiopathy +idiophanism +idiophanous +idiophonic +idioplasm +idioplasmatic +idioplasmic +idiopsychological +idiopsychology +idioreflex +idiorepulsive +idioretinal +idiorrhythmic +Idiosepiidae +Idiosepion +idiosome +idiospasm +idiospastic +idiostatic +idiosyncrasy +idiosyncratic +idiosyncratical +idiosyncratically +idiot +idiotcy +idiothalamous +idiothermous +idiothermy +idiotic +idiotical +idiotically +idioticalness +idioticon +idiotish +idiotism +idiotize +idiotropian +idiotry +idiotype +idiotypic +Idism +Idist +Idistic +idite +iditol +idle +idleful +idleheaded +idlehood +idleman +idlement +idleness +idler +idleset +idleship +idlety +idlish +idly +Ido +idocrase +Idoism +Idoist +Idoistic +idol +idola +idolaster +idolater +idolatress +idolatric +idolatrize +idolatrizer +idolatrous +idolatrously +idolatrousness +idolatry +idolify +idolism +idolist +idolistic +idolization +idolize +idolizer +idoloclast +idoloclastic +idolodulia +idolographical +idololatrical +idololatry +idolomancy +idolomania +idolothyte +idolothytic +idolous +idolum +Idomeneus +idoneal +idoneity +idoneous +idoneousness +idorgan +idosaccharic +idose +Idotea +Idoteidae +Idothea +Idotheidae +idrialin +idrialine +idrialite +Idrisid +Idrisite +idryl +Idumaean +idyl +idyler +idylism +idylist +idylize +idyllian +idyllic +idyllical +idyllically +idyllicism +ie +Ierne +if +ife +iffy +Ifugao +Igara +Igbira +Igdyr +igelstromite +igloo +Iglulirmiut +ignatia +Ignatian +Ignatianist +Ignatius +ignavia +igneoaqueous +igneous +ignescent +ignicolist +igniferous +igniferousness +igniform +ignifuge +ignify +ignigenous +ignipotent +ignipuncture +ignitability +ignite +igniter +ignitibility +ignitible +ignition +ignitive +ignitor +ignitron +ignivomous +ignivomousness +ignobility +ignoble +ignobleness +ignoblesse +ignobly +ignominious +ignominiously +ignominiousness +ignominy +ignorable +ignoramus +ignorance +ignorant +Ignorantine +ignorantism +ignorantist +ignorantly +ignorantness +ignoration +ignore +ignorement +ignorer +ignote +Igorot +iguana +Iguania +iguanian +iguanid +Iguanidae +iguaniform +Iguanodon +iguanodont +Iguanodontia +Iguanodontidae +iguanodontoid +Iguanodontoidea +iguanoid +Iguvine +ihi +Ihlat +ihleite +ihram +iiwi +ijma +Ijo +ijolite +Ijore +ijussite +ikat +Ike +ikey +ikeyness +Ikhwan +ikona +ikra +Ila +ileac +ileectomy +ileitis +ileocaecal +ileocaecum +ileocolic +ileocolitis +ileocolostomy +ileocolotomy +ileon +ileosigmoidostomy +ileostomy +ileotomy +ilesite +ileum +ileus +ilex +ilia +Iliac +iliac +iliacus +Iliad +Iliadic +Iliadist +Iliadize +iliahi +ilial +Ilian +iliau +Ilicaceae +ilicaceous +ilicic +ilicin +ilima +iliocaudal +iliocaudalis +iliococcygeal +iliococcygeus +iliococcygian +iliocostal +iliocostalis +iliodorsal +iliofemoral +iliohypogastric +ilioinguinal +ilioischiac +ilioischiatic +iliolumbar +iliopectineal +iliopelvic +ilioperoneal +iliopsoas +iliopsoatic +iliopubic +iliosacral +iliosciatic +ilioscrotal +iliospinal +iliotibial +iliotrochanteric +Ilissus +ilium +ilk +ilka +ilkane +ill +illaborate +illachrymable +illachrymableness +Illaenus +Illano +Illanun +illapsable +illapse +illapsive +illaqueate +illaqueation +illation +illative +illatively +illaudable +illaudably +illaudation +illaudatory +Illecebraceae +illecebrous +illeck +illegal +illegality +illegalize +illegally +illegalness +illegibility +illegible +illegibleness +illegibly +illegitimacy +illegitimate +illegitimately +illegitimateness +illegitimation +illegitimatize +illeism +illeist +illess +illfare +illguide +illiberal +illiberalism +illiberality +illiberalize +illiberally +illiberalness +illicit +illicitly +illicitness +Illicium +illimitability +illimitable +illimitableness +illimitably +illimitate +illimitation +illimited +illimitedly +illimitedness +illinition +illinium +Illinoian +Illinois +Illinoisan +Illinoisian +Illipe +illipene +illiquation +illiquid +illiquidity +illiquidly +illish +illision +illiteracy +illiteral +illiterate +illiterately +illiterateness +illiterature +illium +illness +illocal +illocality +illocally +illogic +illogical +illogicality +illogically +illogicalness +illogician +illogicity +Illoricata +illoricate +illoricated +illoyal +illoyalty +illth +illucidate +illucidation +illucidative +illude +illudedly +illuder +illume +illumer +illuminability +illuminable +illuminance +illuminant +illuminate +illuminated +illuminati +illuminating +illuminatingly +illumination +illuminational +illuminatism +illuminatist +illuminative +illuminato +illuminator +illuminatory +illuminatus +illumine +illuminee +illuminer +Illuminism +illuminist +Illuministic +Illuminize +illuminometer +illuminous +illupi +illure +illurement +illusible +illusion +illusionable +illusional +illusionary +illusioned +illusionism +illusionist +illusionistic +illusive +illusively +illusiveness +illusor +illusorily +illusoriness +illusory +illustrable +illustratable +illustrate +illustration +illustrational +illustrative +illustratively +illustrator +illustratory +illustratress +illustre +illustricity +illustrious +illustriously +illustriousness +illutate +illutation +illuvial +illuviate +illuviation +illy +Illyrian +Illyric +ilmenite +ilmenitite +ilmenorutile +Ilocano +Ilokano +Iloko +Ilongot +ilot +Ilpirra +ilvaite +Ilya +Ilysanthes +Ilysia +Ilysiidae +ilysioid +Ima +image +imageable +imageless +imager +imagerial +imagerially +imagery +imaginability +imaginable +imaginableness +imaginably +imaginal +imaginant +imaginarily +imaginariness +imaginary +imaginate +imagination +imaginational +imaginationalism +imaginative +imaginatively +imaginativeness +imaginator +imagine +imaginer +imagines +imaginist +imaginous +imagism +imagist +imagistic +imago +imam +imamah +imamate +imambarah +imamic +imamship +Imantophyllum +imaret +imbalance +imban +imband +imbannered +imbarge +imbark +imbarn +imbased +imbastardize +imbat +imbauba +imbe +imbecile +imbecilely +imbecilic +imbecilitate +imbecility +imbed +imbellious +imber +imbibe +imbiber +imbibition +imbibitional +imbibitory +imbirussu +imbitter +imbitterment +imbolish +imbondo +imbonity +imbordure +imborsation +imbosom +imbower +imbreathe +imbreviate +imbrex +imbricate +imbricated +imbricately +imbrication +imbricative +imbroglio +imbrue +imbruement +imbrute +imbrutement +imbue +imbuement +imburse +imbursement +Imer +Imerina +Imeritian +imi +imidazole +imidazolyl +imide +imidic +imidogen +iminazole +imine +imino +iminohydrin +imitability +imitable +imitableness +imitancy +imitant +imitate +imitatee +imitation +imitational +imitationist +imitative +imitatively +imitativeness +imitator +imitatorship +imitatress +imitatrix +immaculacy +immaculance +immaculate +immaculately +immaculateness +immalleable +immanacle +immanation +immane +immanely +immanence +immanency +immaneness +immanent +immanental +immanentism +immanentist +immanently +Immanes +immanifest +immanifestness +immanity +immantle +Immanuel +immarble +immarcescible +immarcescibly +immarcibleness +immarginate +immask +immatchable +immaterial +immaterialism +immaterialist +immateriality +immaterialize +immaterially +immaterialness +immaterials +immateriate +immatriculate +immatriculation +immature +immatured +immaturely +immatureness +immaturity +immeability +immeasurability +immeasurable +immeasurableness +immeasurably +immeasured +immechanical +immechanically +immediacy +immedial +immediate +immediately +immediateness +immediatism +immediatist +immedicable +immedicableness +immedicably +immelodious +immember +immemorable +immemorial +immemorially +immense +immensely +immenseness +immensity +immensive +immensurability +immensurable +immensurableness +immensurate +immerd +immerge +immergence +immergent +immerit +immerited +immeritorious +immeritoriously +immeritous +immerse +immersement +immersible +immersion +immersionism +immersionist +immersive +immethodic +immethodical +immethodically +immethodicalness +immethodize +immetrical +immetrically +immetricalness +immew +immi +immigrant +immigrate +immigration +immigrator +immigratory +imminence +imminency +imminent +imminently +imminentness +immingle +imminution +immiscibility +immiscible +immiscibly +immission +immit +immitigability +immitigable +immitigably +immix +immixable +immixture +immobile +immobility +immobilization +immobilize +immoderacy +immoderate +immoderately +immoderateness +immoderation +immodest +immodestly +immodesty +immodulated +immolate +immolation +immolator +immoment +immomentous +immonastered +immoral +immoralism +immoralist +immorality +immoralize +immorally +immorigerous +immorigerousness +immortability +immortable +immortal +immortalism +immortalist +immortality +immortalizable +immortalization +immortalize +immortalizer +immortally +immortalness +immortalship +immortelle +immortification +immortified +immotile +immotioned +immotive +immound +immovability +immovable +immovableness +immovably +immund +immundity +immune +immunist +immunity +immunization +immunize +immunochemistry +immunogen +immunogenetic +immunogenetics +immunogenic +immunogenically +immunogenicity +immunologic +immunological +immunologically +immunologist +immunology +immunoreaction +immunotoxin +immuration +immure +immurement +immusical +immusically +immutability +immutable +immutableness +immutably +immutation +immute +immutilate +immutual +Imogen +Imolinda +imonium +imp +impacability +impacable +impack +impackment +impact +impacted +impaction +impactionize +impactment +impactual +impages +impaint +impair +impairable +impairer +impairment +impala +impalace +impalatable +impale +impalement +impaler +impall +impalm +impalpability +impalpable +impalpably +impalsy +impaludism +impanate +impanation +impanator +impane +impanel +impanelment +impapase +impapyrate +impar +imparadise +imparalleled +imparasitic +impardonable +impardonably +imparidigitate +imparipinnate +imparisyllabic +imparity +impark +imparkation +imparl +imparlance +imparsonee +impart +impartable +impartance +impartation +imparter +impartial +impartialism +impartialist +impartiality +impartially +impartialness +impartibilibly +impartibility +impartible +impartibly +imparticipable +impartite +impartive +impartivity +impartment +impassability +impassable +impassableness +impassably +impasse +impassibilibly +impassibility +impassible +impassibleness +impassion +impassionable +impassionate +impassionately +impassioned +impassionedly +impassionedness +impassionment +impassive +impassively +impassiveness +impassivity +impastation +impaste +impasto +impasture +impaternate +impatible +impatience +impatiency +Impatiens +impatient +Impatientaceae +impatientaceous +impatiently +impatientness +impatronize +impave +impavid +impavidity +impavidly +impawn +impayable +impeach +impeachability +impeachable +impeacher +impeachment +impearl +impeccability +impeccable +impeccably +impeccance +impeccancy +impeccant +impectinate +impecuniary +impecuniosity +impecunious +impecuniously +impecuniousness +impedance +impede +impeder +impedibility +impedible +impedient +impediment +impedimenta +impedimental +impedimentary +impeding +impedingly +impedite +impedition +impeditive +impedometer +impeevish +impel +impellent +impeller +impen +impend +impendence +impendency +impendent +impending +impenetrability +impenetrable +impenetrableness +impenetrably +impenetrate +impenetration +impenetrative +impenitence +impenitent +impenitently +impenitentness +impenitible +impenitibleness +impennate +Impennes +impent +imperance +imperant +Imperata +imperate +imperation +imperatival +imperative +imperatively +imperativeness +imperator +imperatorial +imperatorially +imperatorian +imperatorious +imperatorship +imperatory +imperatrix +imperceivable +imperceivableness +imperceivably +imperceived +imperceiverant +imperceptibility +imperceptible +imperceptibleness +imperceptibly +imperception +imperceptive +imperceptiveness +imperceptivity +impercipience +impercipient +imperence +imperent +imperfect +imperfected +imperfectibility +imperfectible +imperfection +imperfectious +imperfective +imperfectly +imperfectness +imperforable +Imperforata +imperforate +imperforated +imperforation +imperformable +imperia +imperial +imperialin +imperialine +imperialism +imperialist +imperialistic +imperialistically +imperiality +imperialization +imperialize +imperially +imperialness +imperialty +imperil +imperilment +imperious +imperiously +imperiousness +imperish +imperishability +imperishable +imperishableness +imperishably +imperite +imperium +impermanence +impermanency +impermanent +impermanently +impermeability +impermeabilization +impermeabilize +impermeable +impermeableness +impermeably +impermeated +impermeator +impermissible +impermutable +imperscriptible +imperscrutable +impersonable +impersonal +impersonality +impersonalization +impersonalize +impersonally +impersonate +impersonation +impersonative +impersonator +impersonatress +impersonatrix +impersonification +impersonify +impersonization +impersonize +imperspicuity +imperspicuous +imperspirability +imperspirable +impersuadable +impersuadableness +impersuasibility +impersuasible +impersuasibleness +impersuasibly +impertinacy +impertinence +impertinency +impertinent +impertinently +impertinentness +impertransible +imperturbability +imperturbable +imperturbableness +imperturbably +imperturbation +imperturbed +imperverse +impervertible +impervestigable +imperviability +imperviable +imperviableness +impervial +impervious +imperviously +imperviousness +impest +impestation +impester +impeticos +impetiginous +impetigo +impetition +impetrate +impetration +impetrative +impetrator +impetratory +impetre +impetulant +impetulantly +impetuosity +impetuous +impetuously +impetuousness +impetus +Impeyan +imphee +impi +impicture +impierceable +impiety +impignorate +impignoration +impinge +impingement +impingence +impingent +impinger +impinguate +impious +impiously +impiousness +impish +impishly +impishness +impiteous +impitiably +implacability +implacable +implacableness +implacably +implacement +implacental +Implacentalia +implacentate +implant +implantation +implanter +implastic +implasticity +implate +implausibility +implausible +implausibleness +implausibly +impleach +implead +impleadable +impleader +impledge +implement +implemental +implementation +implementiferous +implete +impletion +impletive +implex +impliable +implial +implicant +implicate +implicately +implicateness +implication +implicational +implicative +implicatively +implicatory +implicit +implicitly +implicitness +impliedly +impliedness +impling +implode +implodent +implorable +imploration +implorator +imploratory +implore +implorer +imploring +imploringly +imploringness +implosion +implosive +implosively +implume +implumed +implunge +impluvium +imply +impocket +impofo +impoison +impoisoner +impolarizable +impolicy +impolished +impolite +impolitely +impoliteness +impolitic +impolitical +impolitically +impoliticalness +impoliticly +impoliticness +impollute +imponderabilia +imponderability +imponderable +imponderableness +imponderably +imponderous +impone +imponent +impoor +impopular +impopularly +imporosity +imporous +import +importability +importable +importableness +importably +importance +importancy +important +importantly +importation +importer +importless +importment +importraiture +importray +importunacy +importunance +importunate +importunately +importunateness +importunator +importune +importunely +importunement +importuner +importunity +imposable +imposableness +imposal +impose +imposement +imposer +imposing +imposingly +imposingness +imposition +impositional +impositive +impossibilification +impossibilism +impossibilist +impossibilitate +impossibility +impossible +impossibleness +impossibly +impost +imposter +imposterous +impostor +impostorism +impostorship +impostress +impostrix +impostrous +impostumate +impostumation +impostume +imposture +imposturism +imposturous +imposure +impot +impotable +impotence +impotency +impotent +impotently +impotentness +impound +impoundable +impoundage +impounder +impoundment +impoverish +impoverisher +impoverishment +impracticability +impracticable +impracticableness +impracticably +impractical +impracticality +impracticalness +imprecant +imprecate +imprecation +imprecator +imprecatorily +imprecatory +imprecise +imprecisely +imprecision +impredicability +impredicable +impreg +impregn +impregnability +impregnable +impregnableness +impregnably +impregnant +impregnate +impregnation +impregnative +impregnator +impregnatory +imprejudice +impremeditate +impreparation +impresa +impresario +imprescience +imprescribable +imprescriptibility +imprescriptible +imprescriptibly +imprese +impress +impressable +impressedly +impresser +impressibility +impressible +impressibleness +impressibly +impression +impressionability +impressionable +impressionableness +impressionably +impressional +impressionalist +impressionality +impressionally +impressionary +impressionism +impressionist +impressionistic +impressionistically +impressionless +impressive +impressively +impressiveness +impressment +impressor +impressure +imprest +imprestable +impreventability +impreventable +imprevisibility +imprevisible +imprevision +imprimatur +imprime +imprimitive +imprimitivity +imprint +imprinter +imprison +imprisonable +imprisoner +imprisonment +improbability +improbabilize +improbable +improbableness +improbably +improbation +improbative +improbatory +improbity +improcreant +improcurability +improcurable +improducible +improficience +improficiency +improgressive +improgressively +improgressiveness +improlificical +impromptitude +impromptu +impromptuary +impromptuist +improof +improper +improperation +improperly +improperness +impropriate +impropriation +impropriator +impropriatrix +impropriety +improvability +improvable +improvableness +improvably +improve +improvement +improver +improvership +improvidence +improvident +improvidentially +improvidently +improving +improvingly +improvisate +improvisation +improvisational +improvisator +improvisatorial +improvisatorially +improvisatorize +improvisatory +improvise +improvisedly +improviser +improvision +improviso +improvisor +imprudence +imprudency +imprudent +imprudential +imprudently +imprudentness +impship +impuberal +impuberate +impuberty +impubic +impudence +impudency +impudent +impudently +impudentness +impudicity +impugn +impugnability +impugnable +impugnation +impugner +impugnment +impuissance +impuissant +impulse +impulsion +impulsive +impulsively +impulsiveness +impulsivity +impulsory +impunctate +impunctual +impunctuality +impunely +impunible +impunibly +impunity +impure +impurely +impureness +impuritan +impuritanism +impurity +imputability +imputable +imputableness +imputably +imputation +imputative +imputatively +imputativeness +impute +imputedly +imputer +imputrescence +imputrescibility +imputrescible +imputrid +impy +imshi +imsonic +imu +in +inability +inabordable +inabstinence +inaccentuated +inaccentuation +inacceptable +inaccessibility +inaccessible +inaccessibleness +inaccessibly +inaccordance +inaccordancy +inaccordant +inaccordantly +inaccuracy +inaccurate +inaccurately +inaccurateness +inachid +Inachidae +inachoid +Inachus +inacquaintance +inacquiescent +inactinic +inaction +inactionist +inactivate +inactivation +inactive +inactively +inactiveness +inactivity +inactuate +inactuation +inadaptability +inadaptable +inadaptation +inadaptive +inadept +inadequacy +inadequate +inadequately +inadequateness +inadequation +inadequative +inadequatively +inadherent +inadhesion +inadhesive +inadjustability +inadjustable +inadmissibility +inadmissible +inadmissibly +inadventurous +inadvertence +inadvertency +inadvertent +inadvertently +inadvisability +inadvisable +inadvisableness +inadvisedly +inaesthetic +inaffability +inaffable +inaffectation +inagglutinability +inagglutinable +inaggressive +inagile +inaidable +inaja +inalacrity +inalienability +inalienable +inalienableness +inalienably +inalimental +inalterability +inalterable +inalterableness +inalterably +inamissibility +inamissible +inamissibleness +inamorata +inamorate +inamoration +inamorato +inamovability +inamovable +inane +inanely +inanga +inangulate +inanimadvertence +inanimate +inanimated +inanimately +inanimateness +inanimation +inanition +inanity +inantherate +inapathy +inapostate +inapparent +inappealable +inappeasable +inappellability +inappellable +inappendiculate +inapperceptible +inappertinent +inappetence +inappetency +inappetent +inappetible +inapplicability +inapplicable +inapplicableness +inapplicably +inapplication +inapposite +inappositely +inappositeness +inappreciable +inappreciably +inappreciation +inappreciative +inappreciatively +inappreciativeness +inapprehensible +inapprehension +inapprehensive +inapprehensiveness +inapproachability +inapproachable +inapproachably +inappropriable +inappropriableness +inappropriate +inappropriately +inappropriateness +inapt +inaptitude +inaptly +inaptness +inaqueous +inarable +inarch +inarculum +inarguable +inarguably +inarm +inarticulacy +Inarticulata +inarticulate +inarticulated +inarticulately +inarticulateness +inarticulation +inartificial +inartificiality +inartificially +inartificialness +inartistic +inartistical +inartisticality +inartistically +inasmuch +inassimilable +inassimilation +inassuageable +inattackable +inattention +inattentive +inattentively +inattentiveness +inaudibility +inaudible +inaudibleness +inaudibly +inaugur +inaugural +inaugurate +inauguration +inaugurative +inaugurator +inauguratory +inaugurer +inaurate +inauration +inauspicious +inauspiciously +inauspiciousness +inauthentic +inauthenticity +inauthoritative +inauthoritativeness +inaxon +inbe +inbeaming +inbearing +inbeing +inbending +inbent +inbirth +inblow +inblowing +inblown +inboard +inbond +inborn +inbound +inbread +inbreak +inbreaking +inbreathe +inbreather +inbred +inbreed +inbring +inbringer +inbuilt +inburning +inburnt +inburst +inby +Inca +Incaic +incalculability +incalculable +incalculableness +incalculably +incalescence +incalescency +incalescent +incaliculate +incalver +incalving +incameration +Incan +incandent +incandesce +incandescence +incandescency +incandescent +incandescently +incanous +incantation +incantational +incantator +incantatory +incanton +incapability +incapable +incapableness +incapably +incapacious +incapaciousness +incapacitate +incapacitation +incapacity +incapsulate +incapsulation +incaptivate +incarcerate +incarceration +incarcerator +incardinate +incardination +Incarial +incarmined +incarn +incarnadine +incarnant +incarnate +incarnation +incarnational +incarnationist +incarnative +Incarvillea +incase +incasement +incast +incatenate +incatenation +incaution +incautious +incautiously +incautiousness +incavate +incavated +incavation +incavern +incedingly +incelebrity +incendiarism +incendiary +incendivity +incensation +incense +incenseless +incensement +incensory +incensurable +incensurably +incenter +incentive +incentively +incentor +incept +inception +inceptive +inceptively +inceptor +inceration +incertitude +incessable +incessably +incessancy +incessant +incessantly +incessantness +incest +incestuous +incestuously +incestuousness +inch +inched +inchmeal +inchoacy +inchoant +inchoate +inchoately +inchoateness +inchoation +inchoative +inchpin +inchworm +incide +incidence +incident +incidental +incidentalist +incidentally +incidentalness +incidentless +incidently +incinerable +incinerate +incineration +incinerator +incipience +incipient +incipiently +incircumscription +incircumspect +incircumspection +incircumspectly +incircumspectness +incisal +incise +incisely +incisiform +incision +incisive +incisively +incisiveness +incisor +incisorial +incisory +incisure +incitability +incitable +incitant +incitation +incite +incitement +inciter +incitingly +incitive +incitress +incivic +incivility +incivilization +incivism +inclemency +inclement +inclemently +inclementness +inclinable +inclinableness +inclination +inclinational +inclinator +inclinatorily +inclinatorium +inclinatory +incline +incliner +inclinograph +inclinometer +inclip +inclose +inclosure +includable +include +included +includedness +includer +inclusa +incluse +inclusion +inclusionist +inclusive +inclusively +inclusiveness +inclusory +incoagulable +incoalescence +incoercible +incog +incogent +incogitability +incogitable +incogitancy +incogitant +incogitantly +incogitative +incognita +incognitive +incognito +incognizability +incognizable +incognizance +incognizant +incognoscent +incognoscibility +incognoscible +incoherence +incoherency +incoherent +incoherentific +incoherently +incoherentness +incohering +incohesion +incohesive +incoincidence +incoincident +incombustibility +incombustible +incombustibleness +incombustibly +incombustion +income +incomeless +incomer +incoming +incommensurability +incommensurable +incommensurableness +incommensurably +incommensurate +incommensurately +incommensurateness +incommiscibility +incommiscible +incommodate +incommodation +incommode +incommodement +incommodious +incommodiously +incommodiousness +incommodity +incommunicability +incommunicable +incommunicableness +incommunicably +incommunicado +incommunicative +incommunicatively +incommunicativeness +incommutability +incommutable +incommutableness +incommutably +incompact +incompactly +incompactness +incomparability +incomparable +incomparableness +incomparably +incompassionate +incompassionately +incompassionateness +incompatibility +incompatible +incompatibleness +incompatibly +incompendious +incompensated +incompensation +incompetence +incompetency +incompetent +incompetently +incompetentness +incompletability +incompletable +incompletableness +incomplete +incompleted +incompletely +incompleteness +incompletion +incomplex +incompliance +incompliancy +incompliant +incompliantly +incomplicate +incomplying +incomposed +incomposedly +incomposedness +incomposite +incompossibility +incompossible +incomprehended +incomprehending +incomprehendingly +incomprehensibility +incomprehensible +incomprehensibleness +incomprehensibly +incomprehension +incomprehensive +incomprehensively +incomprehensiveness +incompressibility +incompressible +incompressibleness +incompressibly +incomputable +inconcealable +inconceivability +inconceivable +inconceivableness +inconceivably +inconcinnate +inconcinnately +inconcinnity +inconcinnous +inconcludent +inconcluding +inconclusion +inconclusive +inconclusively +inconclusiveness +inconcrete +inconcurrent +inconcurring +incondensability +incondensable +incondensibility +incondensible +incondite +inconditionate +inconditioned +inconducive +inconfirm +inconformable +inconformably +inconformity +inconfused +inconfusedly +inconfusion +inconfutable +inconfutably +incongealable +incongealableness +incongenerous +incongenial +incongeniality +inconglomerate +incongruence +incongruent +incongruently +incongruity +incongruous +incongruously +incongruousness +inconjoinable +inconnected +inconnectedness +inconnu +inconscience +inconscient +inconsciently +inconscious +inconsciously +inconsecutive +inconsecutively +inconsecutiveness +inconsequence +inconsequent +inconsequential +inconsequentiality +inconsequentially +inconsequently +inconsequentness +inconsiderable +inconsiderableness +inconsiderably +inconsiderate +inconsiderately +inconsiderateness +inconsideration +inconsidered +inconsistence +inconsistency +inconsistent +inconsistently +inconsistentness +inconsolability +inconsolable +inconsolableness +inconsolably +inconsolate +inconsolately +inconsonance +inconsonant +inconsonantly +inconspicuous +inconspicuously +inconspicuousness +inconstancy +inconstant +inconstantly +inconstantness +inconstruable +inconsultable +inconsumable +inconsumably +inconsumed +incontaminable +incontaminate +incontaminateness +incontemptible +incontestability +incontestable +incontestableness +incontestably +incontinence +incontinency +incontinent +incontinently +incontinuity +incontinuous +incontracted +incontractile +incontraction +incontrollable +incontrollably +incontrolled +incontrovertibility +incontrovertible +incontrovertibleness +incontrovertibly +inconvenience +inconveniency +inconvenient +inconveniently +inconvenientness +inconversable +inconversant +inconversibility +inconvertibility +inconvertible +inconvertibleness +inconvertibly +inconvinced +inconvincedly +inconvincibility +inconvincible +inconvincibly +incopresentability +incopresentable +incoronate +incoronated +incoronation +incorporable +incorporate +incorporated +incorporatedness +incorporation +incorporative +incorporator +incorporeal +incorporealism +incorporealist +incorporeality +incorporealize +incorporeally +incorporeity +incorporeous +incorpse +incorrect +incorrection +incorrectly +incorrectness +incorrespondence +incorrespondency +incorrespondent +incorresponding +incorrigibility +incorrigible +incorrigibleness +incorrigibly +incorrodable +incorrodible +incorrosive +incorrupt +incorrupted +incorruptibility +Incorruptible +incorruptible +incorruptibleness +incorruptibly +incorruption +incorruptly +incorruptness +incourteous +incourteously +incrash +incrassate +incrassated +incrassation +incrassative +increasable +increasableness +increase +increasedly +increaseful +increasement +increaser +increasing +increasingly +increate +increately +increative +incredibility +incredible +incredibleness +incredibly +increditable +incredited +incredulity +incredulous +incredulously +incredulousness +increep +incremate +incremation +increment +incremental +incrementation +increpate +increpation +increscence +increscent +increst +incretion +incretionary +incretory +incriminate +incrimination +incriminator +incriminatory +incross +incrossbred +incrossing +incrotchet +incruent +incruental +incruentous +incrust +incrustant +Incrustata +incrustate +incrustation +incrustator +incrustive +incrustment +incrystal +incrystallizable +incubate +incubation +incubational +incubative +incubator +incubatorium +incubatory +incubi +incubous +incubus +incudal +incudate +incudectomy +incudes +incudomalleal +incudostapedial +inculcate +inculcation +inculcative +inculcator +inculcatory +inculpability +inculpable +inculpableness +inculpably +inculpate +inculpation +inculpative +inculpatory +incult +incultivation +inculture +incumbence +incumbency +incumbent +incumbentess +incumbently +incumber +incumberment +incumbrance +incumbrancer +incunable +incunabula +incunabular +incunabulist +incunabulum +incuneation +incur +incurability +incurable +incurableness +incurably +incuriosity +incurious +incuriously +incuriousness +incurrable +incurrence +incurrent +incurse +incursion +incursionist +incursive +incurvate +incurvation +incurvature +incurve +incus +incuse +incut +incutting +Ind +indaba +indaconitine +indagate +indagation +indagative +indagator +indagatory +indamine +indan +indane +Indanthrene +indanthrene +indart +indazin +indazine +indazol +indazole +inde +indebt +indebted +indebtedness +indebtment +indecence +indecency +indecent +indecently +indecentness +Indecidua +indeciduate +indeciduous +indecipherability +indecipherable +indecipherableness +indecipherably +indecision +indecisive +indecisively +indecisiveness +indeclinable +indeclinableness +indeclinably +indecomponible +indecomposable +indecomposableness +indecorous +indecorously +indecorousness +indecorum +indeed +indeedy +indefaceable +indefatigability +indefatigable +indefatigableness +indefatigably +indefeasibility +indefeasible +indefeasibleness +indefeasibly +indefeatable +indefectibility +indefectible +indefectibly +indefective +indefensibility +indefensible +indefensibleness +indefensibly +indefensive +indeficiency +indeficient +indeficiently +indefinable +indefinableness +indefinably +indefinite +indefinitely +indefiniteness +indefinitive +indefinitively +indefinitiveness +indefinitude +indefinity +indeflectible +indefluent +indeformable +indehiscence +indehiscent +indelectable +indelegability +indelegable +indeliberate +indeliberately +indeliberateness +indeliberation +indelibility +indelible +indelibleness +indelibly +indelicacy +indelicate +indelicately +indelicateness +indemnification +indemnificator +indemnificatory +indemnifier +indemnify +indemnitee +indemnitor +indemnity +indemnization +indemoniate +indemonstrability +indemonstrable +indemonstrableness +indemonstrably +indene +indent +indentation +indented +indentedly +indentee +indenter +indention +indentment +indentor +indenture +indentured +indentureship +indentwise +independable +independence +independency +independent +independentism +independently +Independista +indeposable +indeprehensible +indeprivability +indeprivable +inderivative +indescribability +indescribable +indescribableness +indescribably +indescript +indescriptive +indesert +indesignate +indesirable +indestructibility +indestructible +indestructibleness +indestructibly +indetectable +indeterminable +indeterminableness +indeterminably +indeterminacy +indeterminate +indeterminately +indeterminateness +indetermination +indeterminative +indetermined +indeterminism +indeterminist +indeterministic +indevirginate +indevoted +indevotion +indevotional +indevout +indevoutly +indevoutness +index +indexed +indexer +indexical +indexically +indexing +indexless +indexlessness +indexterity +India +indiadem +Indiaman +Indian +Indiana +indianaite +Indianan +Indianeer +Indianesque +Indianhood +Indianian +Indianism +Indianist +indianite +indianization +indianize +Indic +indic +indicable +indican +indicant +indicanuria +indicate +indication +indicative +indicatively +indicator +Indicatoridae +Indicatorinae +indicatory +indicatrix +indices +indicia +indicial +indicible +indicium +indicolite +indict +indictable +indictably +indictee +indicter +indiction +indictional +indictive +indictment +indictor +Indies +indiferous +indifference +indifferency +indifferent +indifferential +indifferentism +indifferentist +indifferentistic +indifferently +indigena +indigenal +indigenate +indigence +indigency +indigene +indigeneity +Indigenismo +indigenist +indigenity +indigenous +indigenously +indigenousness +indigent +indigently +indigested +indigestedness +indigestibility +indigestible +indigestibleness +indigestibly +indigestion +indigestive +indigitamenta +indigitate +indigitation +indign +indignance +indignancy +indignant +indignantly +indignation +indignatory +indignify +indignity +indignly +indigo +indigoberry +Indigofera +indigoferous +indigoid +indigotic +indigotin +indigotindisulphonic +indiguria +indimensible +indimensional +indiminishable +indimple +indirect +indirected +indirection +indirectly +indirectness +indirubin +indiscernibility +indiscernible +indiscernibleness +indiscernibly +indiscerptibility +indiscerptible +indiscerptibleness +indiscerptibly +indisciplinable +indiscipline +indisciplined +indiscoverable +indiscoverably +indiscovered +indiscreet +indiscreetly +indiscreetness +indiscrete +indiscretely +indiscretion +indiscretionary +indiscriminate +indiscriminated +indiscriminately +indiscriminateness +indiscriminating +indiscriminatingly +indiscrimination +indiscriminative +indiscriminatively +indiscriminatory +indiscussable +indiscussible +indispellable +indispensability +indispensable +indispensableness +indispensably +indispose +indisposed +indisposedness +indisposition +indisputability +indisputable +indisputableness +indisputably +indissipable +indissociable +indissolubility +indissoluble +indissolubleness +indissolubly +indissolute +indissolvability +indissolvable +indissolvableness +indissolvably +indissuadable +indissuadably +indistinct +indistinction +indistinctive +indistinctively +indistinctiveness +indistinctly +indistinctness +indistinguishability +indistinguishable +indistinguishableness +indistinguishably +indistinguished +indistortable +indistributable +indisturbable +indisturbance +indisturbed +indite +inditement +inditer +indium +indivertible +indivertibly +individable +individua +individual +individualism +individualist +individualistic +individualistically +individuality +individualization +individualize +individualizer +individualizingly +individually +individuate +individuation +individuative +individuator +individuity +individuum +indivinable +indivisibility +indivisible +indivisibleness +indivisibly +indivision +indocibility +indocible +indocibleness +indocile +indocility +indoctrinate +indoctrination +indoctrinator +indoctrine +indoctrinization +indoctrinize +Indogaea +Indogaean +indogen +indogenide +indole +indolence +indolent +indolently +indoles +indoline +Indologian +Indologist +Indologue +Indology +indoloid +indolyl +indomitability +indomitable +indomitableness +indomitably +Indone +Indonesian +indoor +indoors +indophenin +indophenol +Indophile +Indophilism +Indophilist +indorsation +indorse +indoxyl +indoxylic +indoxylsulphuric +Indra +indraft +indraught +indrawal +indrawing +indrawn +indri +Indris +indubious +indubiously +indubitable +indubitableness +indubitably +indubitatively +induce +induced +inducedly +inducement +inducer +induciae +inducible +inducive +induct +inductance +inductee +inducteous +inductile +inductility +induction +inductional +inductionally +inductionless +inductive +inductively +inductiveness +inductivity +inductometer +inductophone +inductor +inductorium +inductory +inductoscope +indue +induement +indulge +indulgeable +indulgement +indulgence +indulgenced +indulgency +indulgent +indulgential +indulgentially +indulgently +indulgentness +indulger +indulging +indulgingly +induline +indult +indulto +indument +indumentum +induna +induplicate +induplication +induplicative +indurable +indurate +induration +indurative +indurite +Indus +indusial +indusiate +indusiated +indusiform +indusioid +indusium +industrial +industrialism +industrialist +industrialization +industrialize +industrially +industrialness +industrious +industriously +industriousness +industrochemical +industry +induviae +induvial +induviate +indwell +indweller +indy +indyl +indylic +inearth +inebriacy +inebriant +inebriate +inebriation +inebriative +inebriety +inebrious +ineconomic +ineconomy +inedibility +inedible +inedited +Ineducabilia +ineducabilian +ineducability +ineducable +ineducation +ineffability +ineffable +ineffableness +ineffably +ineffaceability +ineffaceable +ineffaceably +ineffectible +ineffectibly +ineffective +ineffectively +ineffectiveness +ineffectual +ineffectuality +ineffectually +ineffectualness +ineffervescence +ineffervescent +ineffervescibility +ineffervescible +inefficacious +inefficaciously +inefficaciousness +inefficacity +inefficacy +inefficience +inefficiency +inefficient +inefficiently +ineffulgent +inelaborate +inelaborated +inelaborately +inelastic +inelasticate +inelasticity +inelegance +inelegancy +inelegant +inelegantly +ineligibility +ineligible +ineligibleness +ineligibly +ineliminable +ineloquence +ineloquent +ineloquently +ineluctability +ineluctable +ineluctably +ineludible +ineludibly +inembryonate +inemendable +inemotivity +inemulous +inenarrable +inenergetic +inenubilable +inenucleable +inept +ineptitude +ineptly +ineptness +inequable +inequal +inequalitarian +inequality +inequally +inequalness +inequation +inequiaxial +inequicostate +inequidistant +inequigranular +inequilateral +inequilibrium +inequilobate +inequilobed +inequipotential +inequipotentiality +inequitable +inequitableness +inequitably +inequity +inequivalent +inequivalve +inequivalvular +ineradicable +ineradicableness +ineradicably +inerasable +inerasableness +inerasably +inerasible +Ineri +inerm +Inermes +Inermi +Inermia +inermous +inerrability +inerrable +inerrableness +inerrably +inerrancy +inerrant +inerrantly +inerratic +inerring +inerringly +inerroneous +inert +inertance +inertia +inertial +inertion +inertly +inertness +inerubescent +inerudite +ineruditely +inerudition +inescapable +inescapableness +inescapably +inesculent +inescutcheon +inesite +inessential +inessentiality +inestimability +inestimable +inestimableness +inestimably +inestivation +inethical +ineunt +ineuphonious +inevadible +inevadibly +inevaporable +inevasible +inevidence +inevident +inevitability +inevitable +inevitableness +inevitably +inexact +inexacting +inexactitude +inexactly +inexactness +inexcellence +inexcitability +inexcitable +inexclusive +inexclusively +inexcommunicable +inexcusability +inexcusable +inexcusableness +inexcusably +inexecutable +inexecution +inexertion +inexhausted +inexhaustedly +inexhaustibility +inexhaustible +inexhaustibleness +inexhaustibly +inexhaustive +inexhaustively +inexigible +inexist +inexistence +inexistency +inexistent +inexorability +inexorable +inexorableness +inexorably +inexpansible +inexpansive +inexpectancy +inexpectant +inexpectation +inexpected +inexpectedly +inexpectedness +inexpedience +inexpediency +inexpedient +inexpediently +inexpensive +inexpensively +inexpensiveness +inexperience +inexperienced +inexpert +inexpertly +inexpertness +inexpiable +inexpiableness +inexpiably +inexpiate +inexplainable +inexplicability +inexplicable +inexplicableness +inexplicables +inexplicably +inexplicit +inexplicitly +inexplicitness +inexplorable +inexplosive +inexportable +inexposable +inexposure +inexpress +inexpressibility +inexpressible +inexpressibleness +inexpressibles +inexpressibly +inexpressive +inexpressively +inexpressiveness +inexpugnability +inexpugnable +inexpugnableness +inexpugnably +inexpungeable +inexpungible +inextant +inextended +inextensibility +inextensible +inextensile +inextension +inextensional +inextensive +inexterminable +inextinct +inextinguishable +inextinguishably +inextirpable +inextirpableness +inextricability +inextricable +inextricableness +inextricably +Inez +inface +infall +infallibilism +infallibilist +infallibility +infallible +infallibleness +infallibly +infalling +infalsificable +infame +infamiliar +infamiliarity +infamize +infamonize +infamous +infamously +infamousness +infamy +infancy +infand +infandous +infang +infanglement +infangthief +infant +infanta +infantado +infante +infanthood +infanticidal +infanticide +infantile +infantilism +infantility +infantine +infantlike +infantry +infantryman +infarct +infarctate +infarcted +infarction +infare +infatuate +infatuatedly +infatuation +infatuator +infaust +infeasibility +infeasible +infeasibleness +infect +infectant +infected +infectedness +infecter +infectible +infection +infectionist +infectious +infectiously +infectiousness +infective +infectiveness +infectivity +infector +infectress +infectuous +infecund +infecundity +infeed +infeft +infeftment +infelicific +infelicitous +infelicitously +infelicitousness +infelicity +infelonious +infelt +infeminine +infer +inferable +inference +inferent +inferential +inferentialism +inferentialist +inferentially +inferior +inferiorism +inferiority +inferiorize +inferiorly +infern +infernal +infernalism +infernality +infernalize +infernally +infernalry +infernalship +inferno +inferoanterior +inferobranchiate +inferofrontal +inferolateral +inferomedian +inferoposterior +inferrer +inferribility +inferrible +inferringly +infertile +infertilely +infertileness +infertility +infest +infestant +infestation +infester +infestive +infestivity +infestment +infeudation +infibulate +infibulation +inficete +infidel +infidelic +infidelical +infidelism +infidelistic +infidelity +infidelize +infidelly +infield +infielder +infieldsman +infighter +infighting +infill +infilling +infilm +infilter +infiltrate +infiltration +infiltrative +infinitant +infinitarily +infinitary +infinitate +infinitation +infinite +infinitely +infiniteness +infinitesimal +infinitesimalism +infinitesimality +infinitesimally +infinitesimalness +infiniteth +infinitieth +infinitival +infinitivally +infinitive +infinitively +infinitize +infinitude +infinituple +infinity +infirm +infirmarer +infirmaress +infirmarian +infirmary +infirmate +infirmation +infirmative +infirmity +infirmly +infirmness +infissile +infit +infitter +infix +infixion +inflame +inflamed +inflamedly +inflamedness +inflamer +inflaming +inflamingly +inflammability +inflammable +inflammableness +inflammably +inflammation +inflammative +inflammatorily +inflammatory +inflatable +inflate +inflated +inflatedly +inflatedness +inflater +inflatile +inflatingly +inflation +inflationary +inflationism +inflationist +inflative +inflatus +inflect +inflected +inflectedness +inflection +inflectional +inflectionally +inflectionless +inflective +inflector +inflex +inflexed +inflexibility +inflexible +inflexibleness +inflexibly +inflexive +inflict +inflictable +inflicter +infliction +inflictive +inflood +inflorescence +inflorescent +inflow +inflowering +influence +influenceable +influencer +influencive +influent +influential +influentiality +influentially +influenza +influenzal +influenzic +influx +influxable +influxible +influxibly +influxion +influxionism +infold +infolder +infolding +infoldment +infoliate +inform +informable +informal +informality +informalize +informally +informant +information +informational +informative +informatively +informatory +informed +informedly +informer +informidable +informingly +informity +infortiate +infortitude +infortunate +infortunately +infortunateness +infortune +infra +infrabasal +infrabestial +infrabranchial +infrabuccal +infracanthal +infracaudal +infracelestial +infracentral +infracephalic +infraclavicle +infraclavicular +infraclusion +infraconscious +infracortical +infracostal +infracostalis +infracotyloid +infract +infractible +infraction +infractor +infradentary +infradiaphragmatic +infragenual +infraglacial +infraglenoid +infraglottic +infragrant +infragular +infrahuman +infrahyoid +infralabial +infralapsarian +infralapsarianism +infralinear +infralittoral +inframammary +inframammillary +inframandibular +inframarginal +inframaxillary +inframedian +inframercurial +inframercurian +inframolecular +inframontane +inframundane +infranatural +infranaturalism +infrangibility +infrangible +infrangibleness +infrangibly +infranodal +infranuclear +infraoccipital +infraocclusion +infraocular +infraoral +infraorbital +infraordinary +infrapapillary +infrapatellar +infraperipherial +infrapose +infraposition +infraprotein +infrapubian +infraradular +infrared +infrarenal +infrarenally +infrarimal +infrascapular +infrascapularis +infrascientific +infraspinal +infraspinate +infraspinatus +infraspinous +infrastapedial +infrasternal +infrastigmatal +infrastipular +infrastructure +infrasutral +infratemporal +infraterrene +infraterritorial +infrathoracic +infratonsillar +infratracheal +infratrochanteric +infratrochlear +infratubal +infraturbinal +infravaginal +infraventral +infrequency +infrequent +infrequently +infrigidate +infrigidation +infrigidative +infringe +infringement +infringer +infringible +infructiferous +infructuose +infructuosity +infructuous +infructuously +infrugal +infrustrable +infrustrably +infula +infumate +infumated +infumation +infundibular +Infundibulata +infundibulate +infundibuliform +infundibulum +infuriate +infuriately +infuriatingly +infuriation +infuscate +infuscation +infuse +infusedly +infuser +infusibility +infusible +infusibleness +infusile +infusion +infusionism +infusionist +infusive +Infusoria +infusorial +infusorian +infusoriform +infusorioid +infusorium +infusory +Ing +ing +Inga +Ingaevones +Ingaevonic +ingallantry +ingate +ingather +ingatherer +ingathering +ingeldable +ingeminate +ingemination +ingenerability +ingenerable +ingenerably +ingenerate +ingenerately +ingeneration +ingenerative +ingeniosity +ingenious +ingeniously +ingeniousness +ingenit +ingenue +ingenuity +ingenuous +ingenuously +ingenuousness +Inger +ingerminate +ingest +ingesta +ingestible +ingestion +ingestive +Inghamite +Inghilois +ingiver +ingiving +ingle +inglenook +ingleside +inglobate +inglobe +inglorious +ingloriously +ingloriousness +inglutition +ingluvial +ingluvies +ingluviitis +ingoing +Ingomar +ingot +ingotman +ingraft +ingrain +ingrained +ingrainedly +ingrainedness +Ingram +ingrammaticism +ingrandize +ingrate +ingrateful +ingratefully +ingratefulness +ingrately +ingratiate +ingratiating +ingratiatingly +ingratiation +ingratiatory +ingratitude +ingravescent +ingravidate +ingravidation +ingredient +ingress +ingression +ingressive +ingressiveness +ingross +ingrow +ingrown +ingrownness +ingrowth +inguen +inguinal +inguinoabdominal +inguinocrural +inguinocutaneous +inguinodynia +inguinolabial +inguinoscrotal +Inguklimiut +ingulf +ingulfment +ingurgitate +ingurgitation +Ingush +inhabit +inhabitability +inhabitable +inhabitancy +inhabitant +inhabitation +inhabitative +inhabitativeness +inhabited +inhabitedness +inhabiter +inhabitiveness +inhabitress +inhalant +inhalation +inhalator +inhale +inhalement +inhalent +inhaler +inharmonic +inharmonical +inharmonious +inharmoniously +inharmoniousness +inharmony +inhaul +inhauler +inhaust +inhaustion +inhearse +inheaven +inhere +inherence +inherency +inherent +inherently +inherit +inheritability +inheritable +inheritableness +inheritably +inheritage +inheritance +inheritor +inheritress +inheritrice +inheritrix +inhesion +inhiate +inhibit +inhibitable +inhibiter +inhibition +inhibitionist +inhibitive +inhibitor +inhibitory +inhomogeneity +inhomogeneous +inhomogeneously +inhospitable +inhospitableness +inhospitably +inhospitality +inhuman +inhumane +inhumanely +inhumanism +inhumanity +inhumanize +inhumanly +inhumanness +inhumate +inhumation +inhumationist +inhume +inhumer +inhumorous +inhumorously +Inia +inial +inidoneity +inidoneous +Inigo +inimicable +inimical +inimicality +inimically +inimicalness +inimitability +inimitable +inimitableness +inimitably +iniome +Iniomi +iniomous +inion +iniquitable +iniquitably +iniquitous +iniquitously +iniquitousness +iniquity +inirritability +inirritable +inirritant +inirritative +inissuable +initial +initialer +initialist +initialize +initially +initiant +initiary +initiate +initiation +initiative +initiatively +initiator +initiatorily +initiatory +initiatress +initiatrix +initis +initive +inject +injectable +injection +injector +injelly +injudicial +injudicially +injudicious +injudiciously +injudiciousness +Injun +injunct +injunction +injunctive +injunctively +injurable +injure +injured +injuredly +injuredness +injurer +injurious +injuriously +injuriousness +injury +injustice +ink +inkberry +inkbush +inken +inker +Inkerman +inket +inkfish +inkholder +inkhorn +inkhornism +inkhornist +inkhornize +inkhornizer +inkindle +inkiness +inkish +inkle +inkless +inklike +inkling +inkmaker +inkmaking +inknot +inkosi +inkpot +Inkra +inkroot +inks +inkshed +inkslinger +inkslinging +inkstain +inkstand +inkstandish +inkstone +inkweed +inkwell +inkwood +inkwriter +inky +inlagation +inlaid +inlaik +inlake +inland +inlander +inlandish +inlaut +inlaw +inlawry +inlay +inlayer +inlaying +inleague +inleak +inleakage +inlet +inlier +inlook +inlooker +inly +inlying +inmate +inmeats +inmixture +inmost +inn +innascibility +innascible +innate +innately +innateness +innatism +innative +innatural +innaturality +innaturally +inneity +inner +innerly +innermore +innermost +innermostly +innerness +innervate +innervation +innervational +innerve +inness +innest +innet +innholder +inning +inninmorite +Innisfail +innkeeper +innless +innocence +innocency +innocent +innocently +innocentness +innocuity +innocuous +innocuously +innocuousness +innominable +innominables +innominata +innominate +innominatum +innovant +innovate +innovation +innovational +innovationist +innovative +innovator +innovatory +innoxious +innoxiously +innoxiousness +innuendo +Innuit +innumerability +innumerable +innumerableness +innumerably +innumerous +innutrient +innutrition +innutritious +innutritive +innyard +Ino +inobedience +inobedient +inobediently +inoblast +inobnoxious +inobscurable +inobservable +inobservance +inobservancy +inobservant +inobservantly +inobservantness +inobservation +inobtainable +inobtrusive +inobtrusively +inobtrusiveness +inobvious +Inocarpus +inoccupation +Inoceramus +inochondritis +inochondroma +inoculability +inoculable +inoculant +inocular +inoculate +inoculation +inoculative +inoculator +inoculum +inocystoma +inocyte +Inodes +inodorous +inodorously +inodorousness +inoepithelioma +inoffending +inoffensive +inoffensively +inoffensiveness +inofficial +inofficially +inofficiosity +inofficious +inofficiously +inofficiousness +inogen +inogenesis +inogenic +inogenous +inoglia +inohymenitic +inolith +inoma +inominous +inomyoma +inomyositis +inomyxoma +inone +inoneuroma +inoperable +inoperative +inoperativeness +inopercular +Inoperculata +inoperculate +inopinable +inopinate +inopinately +inopine +inopportune +inopportunely +inopportuneness +inopportunism +inopportunist +inopportunity +inoppressive +inoppugnable +inopulent +inorb +inorderly +inordinacy +inordinary +inordinate +inordinately +inordinateness +inorganic +inorganical +inorganically +inorganizable +inorganization +inorganized +inoriginate +inornate +inosclerosis +inoscopy +inosculate +inosculation +inosic +inosin +inosinic +inosite +inositol +inostensible +inostensibly +inotropic +inower +inoxidability +inoxidable +inoxidizable +inoxidize +inparabola +inpardonable +inpatient +inpayment +inpensioner +inphase +inpolygon +inpolyhedron +inport +inpour +inpush +input +inquaintance +inquartation +inquest +inquestual +inquiet +inquietation +inquietly +inquietness +inquietude +Inquilinae +inquiline +inquilinism +inquilinity +inquilinous +inquinate +inquination +inquirable +inquirant +inquiration +inquire +inquirendo +inquirent +inquirer +inquiring +inquiringly +inquiry +inquisite +inquisition +inquisitional +inquisitionist +inquisitive +inquisitively +inquisitiveness +inquisitor +inquisitorial +inquisitorially +inquisitorialness +inquisitorious +inquisitorship +inquisitory +inquisitress +inquisitrix +inquisiturient +inradius +inreality +inrigged +inrigger +inrighted +inring +inro +inroad +inroader +inroll +inrooted +inrub +inrun +inrunning +inruption +inrush +insack +insagacity +insalivate +insalivation +insalubrious +insalubrity +insalutary +insalvability +insalvable +insane +insanely +insaneness +insanify +insanitariness +insanitary +insanitation +insanity +insapiency +insapient +insatiability +insatiable +insatiableness +insatiably +insatiate +insatiated +insatiately +insatiateness +insatiety +insatisfaction +insatisfactorily +insaturable +inscenation +inscibile +inscience +inscient +inscribable +inscribableness +inscribe +inscriber +inscript +inscriptible +inscription +inscriptional +inscriptioned +inscriptionist +inscriptionless +inscriptive +inscriptively +inscriptured +inscroll +inscrutability +inscrutable +inscrutableness +inscrutables +inscrutably +insculp +insculpture +insea +inseam +insect +Insecta +insectan +insectarium +insectary +insectean +insected +insecticidal +insecticide +insectiferous +insectiform +insectifuge +insectile +insectine +insection +insectival +Insectivora +insectivore +insectivorous +insectlike +insectmonger +insectologer +insectologist +insectology +insectproof +insecure +insecurely +insecureness +insecurity +insee +inseer +inselberg +inseminate +insemination +insenescible +insensate +insensately +insensateness +insense +insensibility +insensibilization +insensibilize +insensibilizer +insensible +insensibleness +insensibly +insensitive +insensitiveness +insensitivity +insensuous +insentience +insentiency +insentient +inseparability +inseparable +inseparableness +inseparably +inseparate +inseparately +insequent +insert +insertable +inserted +inserter +insertion +insertional +insertive +inserviceable +insessor +Insessores +insessorial +inset +insetter +inseverable +inseverably +inshave +insheathe +inshell +inshining +inship +inshoe +inshoot +inshore +inside +insider +insidiosity +insidious +insidiously +insidiousness +insight +insightful +insigne +insignia +insignificance +insignificancy +insignificant +insignificantly +insimplicity +insincere +insincerely +insincerity +insinking +insinuant +insinuate +insinuating +insinuatingly +insinuation +insinuative +insinuatively +insinuativeness +insinuator +insinuatory +insinuendo +insipid +insipidity +insipidly +insipidness +insipience +insipient +insipiently +insist +insistence +insistency +insistent +insistently +insister +insistingly +insistive +insititious +insnare +insnarement +insnarer +insobriety +insociability +insociable +insociableness +insociably +insocial +insocially +insofar +insolate +insolation +insole +insolence +insolency +insolent +insolently +insolentness +insolid +insolidity +insolubility +insoluble +insolubleness +insolubly +insolvability +insolvable +insolvably +insolvence +insolvency +insolvent +insomnia +insomniac +insomnious +insomnolence +insomnolency +insomnolent +insomuch +insonorous +insooth +insorb +insorbent +insouciance +insouciant +insouciantly +insoul +inspan +inspeak +inspect +inspectability +inspectable +inspectingly +inspection +inspectional +inspectioneer +inspective +inspector +inspectoral +inspectorate +inspectorial +inspectorship +inspectress +inspectrix +inspheration +insphere +inspirability +inspirable +inspirant +inspiration +inspirational +inspirationalism +inspirationally +inspirationist +inspirative +inspirator +inspiratory +inspiratrix +inspire +inspired +inspiredly +inspirer +inspiring +inspiringly +inspirit +inspiriter +inspiriting +inspiritingly +inspiritment +inspirometer +inspissant +inspissate +inspissation +inspissator +inspissosis +inspoke +inspoken +inspreith +instability +instable +install +installant +installation +installer +installment +instance +instancy +instanding +instant +instantaneity +instantaneous +instantaneously +instantaneousness +instanter +instantial +instantly +instantness +instar +instate +instatement +instaurate +instauration +instaurator +instead +instealing +insteam +insteep +instellation +instep +instigant +instigate +instigatingly +instigation +instigative +instigator +instigatrix +instill +instillation +instillator +instillatory +instiller +instillment +instinct +instinctive +instinctively +instinctivist +instinctivity +instinctual +instipulate +institor +institorial +institorian +institory +institute +instituter +institution +institutional +institutionalism +institutionalist +institutionality +institutionalization +institutionalize +institutionally +institutionary +institutionize +institutive +institutively +institutor +institutress +institutrix +instonement +instratified +instreaming +instrengthen +instressed +instroke +instruct +instructed +instructedly +instructedness +instructer +instructible +instruction +instructional +instructionary +instructive +instructively +instructiveness +instructor +instructorship +instructress +instrument +instrumental +instrumentalism +instrumentalist +instrumentality +instrumentalize +instrumentally +instrumentary +instrumentate +instrumentation +instrumentative +instrumentist +instrumentman +insuavity +insubduable +insubjection +insubmergible +insubmersible +insubmission +insubmissive +insubordinate +insubordinately +insubordinateness +insubordination +insubstantial +insubstantiality +insubstantiate +insubstantiation +insubvertible +insuccess +insuccessful +insucken +insuetude +insufferable +insufferableness +insufferably +insufficience +insufficiency +insufficient +insufficiently +insufflate +insufflation +insufflator +insula +insulance +insulant +insular +insularism +insularity +insularize +insularly +insulary +insulate +insulated +insulating +insulation +insulator +insulin +insulize +insulse +insulsity +insult +insultable +insultant +insultation +insulter +insulting +insultingly +insultproof +insunk +insuperability +insuperable +insuperableness +insuperably +insupportable +insupportableness +insupportably +insupposable +insuppressible +insuppressibly +insuppressive +insurability +insurable +insurance +insurant +insure +insured +insurer +insurge +insurgence +insurgency +insurgent +insurgentism +insurgescence +insurmountability +insurmountable +insurmountableness +insurmountably +insurpassable +insurrect +insurrection +insurrectional +insurrectionally +insurrectionary +insurrectionism +insurrectionist +insurrectionize +insurrectory +insusceptibility +insusceptible +insusceptibly +insusceptive +inswamp +inswarming +insweeping +inswell +inswept +inswing +inswinger +intabulate +intact +intactile +intactly +intactness +intagliated +intagliation +intaglio +intagliotype +intake +intaker +intangibility +intangible +intangibleness +intangibly +intarissable +intarsia +intarsiate +intarsist +intastable +intaxable +intechnicality +integer +integrability +integrable +integral +integrality +integralization +integralize +integrally +integrand +integrant +integraph +integrate +integration +integrative +integrator +integrifolious +integrious +integriously +integripalliate +integrity +integrodifferential +integropallial +Integropallialia +Integropalliata +integropalliate +integument +integumental +integumentary +integumentation +inteind +intellect +intellectation +intellected +intellectible +intellection +intellective +intellectively +intellectual +intellectualism +intellectualist +intellectualistic +intellectualistically +intellectuality +intellectualization +intellectualize +intellectualizer +intellectually +intellectualness +intelligence +intelligenced +intelligencer +intelligency +intelligent +intelligential +intelligently +intelligentsia +intelligibility +intelligible +intelligibleness +intelligibly +intelligize +intemerate +intemerately +intemerateness +intemeration +intemperable +intemperably +intemperament +intemperance +intemperate +intemperately +intemperateness +intemperature +intempestive +intempestively +intempestivity +intemporal +intemporally +intenability +intenable +intenancy +intend +intendance +intendancy +intendant +intendantism +intendantship +intended +intendedly +intendedness +intendence +intender +intendible +intending +intendingly +intendit +intendment +intenerate +inteneration +intenible +intensate +intensation +intensative +intense +intensely +intenseness +intensification +intensifier +intensify +intension +intensional +intensionally +intensitive +intensity +intensive +intensively +intensiveness +intent +intention +intentional +intentionalism +intentionality +intentionally +intentioned +intentionless +intentive +intentively +intentiveness +intently +intentness +inter +interabsorption +interacademic +interaccessory +interaccuse +interacinar +interacinous +interact +interaction +interactional +interactionism +interactionist +interactive +interactivity +interadaptation +interadditive +interadventual +interaffiliation +interagency +interagent +interagglutinate +interagglutination +interagree +interagreement +interalar +interallied +interally +interalveolar +interambulacral +interambulacrum +interamnian +interangular +interanimate +interannular +interantagonism +interantennal +interantennary +interapophyseal +interapplication +interarboration +interarch +interarcualis +interarmy +interarticular +interartistic +interarytenoid +interassociation +interassure +interasteroidal +interastral +interatomic +interatrial +interattrition +interaulic +interaural +interauricular +interavailability +interavailable +interaxal +interaxial +interaxillary +interaxis +interbalance +interbanded +interbank +interbedded +interbelligerent +interblend +interbody +interbonding +interborough +interbourse +interbrachial +interbrain +interbranch +interbranchial +interbreath +interbreed +interbrigade +interbring +interbronchial +intercadence +intercadent +intercalare +intercalarily +intercalarium +intercalary +intercalate +intercalation +intercalative +intercalatory +intercale +intercalm +intercanal +intercanalicular +intercapillary +intercardinal +intercarotid +intercarpal +intercarpellary +intercarrier +intercartilaginous +intercaste +intercatenated +intercausative +intercavernous +intercede +interceder +intercellular +intercensal +intercentral +intercentrum +intercept +intercepter +intercepting +interception +interceptive +interceptor +interceptress +intercerebral +intercession +intercessional +intercessionary +intercessionment +intercessive +intercessor +intercessorial +intercessory +interchaff +interchange +interchangeability +interchangeable +interchangeableness +interchangeably +interchanger +interchapter +intercharge +interchase +intercheck +interchoke +interchondral +interchurch +Intercidona +interciliary +intercilium +intercircle +intercirculate +intercirculation +intercision +intercitizenship +intercity +intercivic +intercivilization +interclash +interclasp +interclass +interclavicle +interclavicular +interclerical +intercloud +interclub +intercoastal +intercoccygeal +intercoccygean +intercohesion +intercollege +intercollegian +intercollegiate +intercolline +intercolonial +intercolonially +intercolonization +intercolumn +intercolumnal +intercolumnar +intercolumniation +intercom +intercombat +intercombination +intercombine +intercome +intercommission +intercommon +intercommonable +intercommonage +intercommoner +intercommunal +intercommune +intercommuner +intercommunicability +intercommunicable +intercommunicate +intercommunication +intercommunicative +intercommunicator +intercommunion +intercommunity +intercompany +intercomparable +intercompare +intercomparison +intercomplexity +intercomplimentary +interconal +interconciliary +intercondenser +intercondylar +intercondylic +intercondyloid +interconfessional +interconfound +interconnect +interconnection +intercontinental +intercontorted +intercontradiction +intercontradictory +interconversion +interconvertibility +interconvertible +interconvertibly +intercooler +intercooling +intercoracoid +intercorporate +intercorpuscular +intercorrelate +intercorrelation +intercortical +intercosmic +intercosmically +intercostal +intercostally +intercostobrachial +intercostohumeral +intercotylar +intercounty +intercourse +intercoxal +intercranial +intercreate +intercrescence +intercrinal +intercrop +intercross +intercrural +intercrust +intercrystalline +intercrystallization +intercrystallize +intercultural +interculture +intercurl +intercurrence +intercurrent +intercurrently +intercursation +intercuspidal +intercutaneous +intercystic +interdash +interdebate +interdenominational +interdental +interdentally +interdentil +interdepartmental +interdepartmentally +interdepend +interdependable +interdependence +interdependency +interdependent +interdependently +interderivative +interdespise +interdestructive +interdestructiveness +interdetermination +interdetermine +interdevour +interdict +interdiction +interdictive +interdictor +interdictory +interdictum +interdifferentiation +interdiffuse +interdiffusion +interdiffusive +interdiffusiveness +interdigital +interdigitate +interdigitation +interdine +interdiscal +interdispensation +interdistinguish +interdistrict +interdivision +interdome +interdorsal +interdrink +intereat +interelectrode +interelectrodic +interempire +interenjoy +interentangle +interentanglement +interepidemic +interepimeral +interepithelial +interequinoctial +interessee +interest +interested +interestedly +interestedness +interester +interesting +interestingly +interestingness +interestless +interestuarine +interface +interfacial +interfactional +interfamily +interfascicular +interfault +interfector +interfederation +interfemoral +interfenestral +interfenestration +interferant +interfere +interference +interferent +interferential +interferer +interfering +interferingly +interferingness +interferometer +interferometry +interferric +interfertile +interfertility +interfibrillar +interfibrillary +interfibrous +interfilamentar +interfilamentary +interfilamentous +interfilar +interfiltrate +interfinger +interflange +interflashing +interflow +interfluence +interfluent +interfluminal +interfluous +interfluve +interfluvial +interflux +interfold +interfoliaceous +interfoliar +interfoliate +interfollicular +interforce +interfraternal +interfraternity +interfret +interfretted +interfriction +interfrontal +interfruitful +interfulgent +interfuse +interfusion +interganglionic +intergenerant +intergenerating +intergeneration +intergential +intergesture +intergilt +interglacial +interglandular +interglobular +interglyph +intergossip +intergovernmental +intergradation +intergrade +intergradient +intergraft +intergranular +intergrapple +intergrave +intergroupal +intergrow +intergrown +intergrowth +intergular +intergyral +interhabitation +interhemal +interhemispheric +interhostile +interhuman +interhyal +interhybridize +interim +interimist +interimistic +interimistical +interimistically +interimperial +interincorporation +interindependence +interindicate +interindividual +interinfluence +interinhibition +interinhibitive +interinsert +interinsular +interinsurance +interinsurer +interinvolve +interionic +interior +interiority +interiorize +interiorly +interiorness +interirrigation +interisland +interjacence +interjacency +interjacent +interjaculate +interjaculatory +interjangle +interjealousy +interject +interjection +interjectional +interjectionalize +interjectionally +interjectionary +interjectionize +interjectiveness +interjector +interjectorily +interjectory +interjectural +interjoin +interjoist +interjudgment +interjunction +interkinesis +interkinetic +interknit +interknot +interknow +interknowledge +interlaboratory +interlace +interlaced +interlacedly +interlacement +interlacery +interlacustrine +interlaid +interlake +interlamellar +interlamellation +interlaminar +interlaminate +interlamination +interlanguage +interlap +interlapse +interlard +interlardation +interlardment +interlatitudinal +interlaudation +interlay +interleaf +interleague +interleave +interleaver +interlibel +interlibrary +interlie +interligamentary +interligamentous +interlight +interlimitation +interline +interlineal +interlineally +interlinear +interlinearily +interlinearly +interlineary +interlineate +interlineation +interlinement +interliner +Interlingua +interlingual +interlinguist +interlinguistic +interlining +interlink +interloan +interlobar +interlobate +interlobular +interlocal +interlocally +interlocate +interlocation +interlock +interlocker +interlocular +interloculus +interlocution +interlocutive +interlocutor +interlocutorily +interlocutory +interlocutress +interlocutrice +interlocutrix +interloop +interlope +interloper +interlot +interlucation +interlucent +interlude +interluder +interludial +interlunar +interlunation +interlying +intermalleolar +intermammary +intermammillary +intermandibular +intermanorial +intermarginal +intermarine +intermarriage +intermarriageable +intermarry +intermason +intermastoid +intermat +intermatch +intermaxilla +intermaxillar +intermaxillary +intermaze +intermeasurable +intermeasure +intermeddle +intermeddlement +intermeddler +intermeddlesome +intermeddlesomeness +intermeddling +intermeddlingly +intermediacy +intermediae +intermedial +intermediary +intermediate +intermediately +intermediateness +intermediation +intermediator +intermediatory +intermedium +intermedius +intermeet +intermelt +intermembral +intermembranous +intermeningeal +intermenstrual +intermenstruum +interment +intermental +intermention +intermercurial +intermesenterial +intermesenteric +intermesh +intermessage +intermessenger +intermetacarpal +intermetallic +intermetameric +intermetatarsal +intermew +intermewed +intermewer +intermezzo +intermigration +interminability +interminable +interminableness +interminably +interminant +interminate +intermine +intermingle +intermingledom +interminglement +interminister +interministerial +interministerium +intermission +intermissive +intermit +intermitted +intermittedly +intermittence +intermittency +intermittent +intermittently +intermitter +intermitting +intermittingly +intermix +intermixedly +intermixtly +intermixture +intermobility +intermodification +intermodillion +intermodulation +intermolar +intermolecular +intermomentary +intermontane +intermorainic +intermotion +intermountain +intermundane +intermundial +intermundian +intermundium +intermunicipal +intermunicipality +intermural +intermuscular +intermutation +intermutual +intermutually +intermutule +intern +internal +internality +internalization +internalize +internally +internalness +internals +internarial +internasal +internation +international +internationalism +internationalist +internationality +internationalization +internationalize +internationally +interneciary +internecinal +internecine +internecion +internecive +internee +internetted +interneural +interneuronic +internidal +internist +internment +internobasal +internodal +internode +internodial +internodian +internodium +internodular +internship +internuclear +internuncial +internunciary +internunciatory +internuncio +internuncioship +internuncius +internuptial +interobjective +interoceanic +interoceptive +interoceptor +interocular +interoffice +interolivary +interopercle +interopercular +interoperculum +interoptic +interorbital +interorbitally +interoscillate +interosculant +interosculate +interosculation +interosseal +interosseous +interownership +interpage +interpalatine +interpalpebral +interpapillary +interparenchymal +interparental +interparenthetical +interparenthetically +interparietal +interparietale +interparliament +interparliamentary +interparoxysmal +interparty +interpause +interpave +interpeal +interpectoral +interpeduncular +interpel +interpellant +interpellate +interpellation +interpellator +interpenetrable +interpenetrant +interpenetrate +interpenetration +interpenetrative +interpenetratively +interpermeate +interpersonal +interpervade +interpetaloid +interpetiolar +interpetiolary +interphalangeal +interphase +interphone +interpiece +interpilaster +interpilastering +interplacental +interplait +interplanetary +interplant +interplanting +interplay +interplea +interplead +interpleader +interpledge +interpleural +interplical +interplicate +interplication +interplight +interpoint +interpolable +interpolar +interpolary +interpolate +interpolater +interpolation +interpolative +interpolatively +interpolator +interpole +interpolitical +interpolity +interpollinate +interpolymer +interpone +interportal +interposable +interposal +interpose +interposer +interposing +interposingly +interposition +interposure +interpour +interprater +interpressure +interpret +interpretability +interpretable +interpretableness +interpretably +interpretament +interpretation +interpretational +interpretative +interpretatively +interpreter +interpretership +interpretive +interpretively +interpretorial +interpretress +interprismatic +interproduce +interprofessional +interproglottidal +interproportional +interprotoplasmic +interprovincial +interproximal +interproximate +interpterygoid +interpubic +interpulmonary +interpunct +interpunction +interpunctuate +interpunctuation +interpupillary +interquarrel +interquarter +interrace +interracial +interracialism +interradial +interradially +interradiate +interradiation +interradium +interradius +interrailway +interramal +interramicorn +interramification +interreceive +interreflection +interregal +interregimental +interregional +interregna +interregnal +interregnum +interreign +interrelate +interrelated +interrelatedly +interrelatedness +interrelation +interrelationship +interreligious +interrenal +interrenalism +interrepellent +interrepulsion +interrer +interresponsibility +interresponsible +interreticular +interreticulation +interrex +interrhyme +interright +interriven +interroad +interrogability +interrogable +interrogant +interrogate +interrogatedness +interrogatee +interrogatingly +interrogation +interrogational +interrogative +interrogatively +interrogator +interrogatorily +interrogatory +interrogatrix +interrogee +interroom +interrule +interrun +interrupt +interrupted +interruptedly +interruptedness +interrupter +interruptible +interrupting +interruptingly +interruption +interruptive +interruptively +interruptor +interruptory +intersale +intersalute +interscapilium +interscapular +interscapulum +interscene +interscholastic +interschool +interscience +interscribe +interscription +interseaboard +interseamed +intersect +intersectant +intersection +intersectional +intersegmental +interseminal +intersentimental +interseptal +intersertal +intersesamoid +intersession +intersessional +interset +intersex +intersexual +intersexualism +intersexuality +intershade +intershifting +intershock +intershoot +intershop +intersidereal +intersituate +intersocial +intersocietal +intersociety +intersole +intersolubility +intersoluble +intersomnial +intersomnious +intersonant +intersow +interspace +interspatial +interspatially +interspeaker +interspecial +interspecific +interspersal +intersperse +interspersedly +interspersion +interspheral +intersphere +interspicular +interspinal +interspinalis +interspinous +interspiral +interspiration +intersporal +intersprinkle +intersqueeze +interstadial +interstage +interstaminal +interstapedial +interstate +interstation +interstellar +interstellary +intersterile +intersterility +intersternal +interstice +intersticed +interstimulate +interstimulation +interstitial +interstitially +interstitious +interstratification +interstratify +interstreak +interstream +interstreet +interstrial +interstriation +interstrive +intersubjective +intersubsistence +intersubstitution +intersuperciliary +intersusceptation +intersystem +intersystematical +intertalk +intertangle +intertanglement +intertarsal +interteam +intertentacular +intertergal +interterminal +interterritorial +intertessellation +intertexture +interthing +interthreaded +interthronging +intertidal +intertie +intertill +intertillage +intertinge +intertissued +intertone +intertongue +intertonic +intertouch +intertown +intertrabecular +intertrace +intertrade +intertrading +intertraffic +intertragian +intertransformability +intertransformable +intertransmissible +intertransmission +intertranspicuous +intertransversal +intertransversalis +intertransversary +intertransverse +intertrappean +intertribal +intertriginous +intertriglyph +intertrigo +intertrinitarian +intertrochanteric +intertropic +intertropical +intertropics +intertrude +intertuberal +intertubercular +intertubular +intertwin +intertwine +intertwinement +intertwining +intertwiningly +intertwist +intertwistingly +Intertype +interungular +interungulate +interunion +interuniversity +interurban +interureteric +intervaginal +interval +intervale +intervalley +intervallic +intervallum +intervalvular +intervarietal +intervary +intervascular +intervein +interveinal +intervenant +intervene +intervener +intervenience +interveniency +intervenient +intervenium +intervention +interventional +interventionism +interventionist +interventive +interventor +interventral +interventralia +interventricular +intervenular +interverbal +interversion +intervert +intervertebra +intervertebral +intervertebrally +intervesicular +interview +interviewable +interviewee +interviewer +intervillous +intervisibility +intervisible +intervisit +intervisitation +intervital +intervocal +intervocalic +intervolute +intervolution +intervolve +interwar +interweave +interweavement +interweaver +interweaving +interweavingly +interwed +interweld +interwhiff +interwhile +interwhistle +interwind +interwish +interword +interwork +interworks +interworld +interworry +interwound +interwove +interwoven +interwovenly +interwrap +interwreathe +interwrought +interxylary +interzonal +interzone +interzooecial +interzygapophysial +intestable +intestacy +intestate +intestation +intestinal +intestinally +intestine +intestineness +intestiniform +intestinovesical +intext +intextine +intexture +inthrall +inthrallment +inthrong +inthronistic +inthronization +inthronize +inthrow +inthrust +intil +intima +intimacy +intimal +intimate +intimately +intimateness +intimater +intimation +intimidate +intimidation +intimidator +intimidatory +intimidity +intimity +intinction +intine +intitule +into +intoed +intolerability +intolerable +intolerableness +intolerably +intolerance +intolerancy +intolerant +intolerantly +intolerantness +intolerated +intolerating +intoleration +intonable +intonate +intonation +intonator +intone +intonement +intoner +intoothed +intorsion +intort +intortillage +intown +intoxation +intoxicable +intoxicant +intoxicate +intoxicated +intoxicatedly +intoxicatedness +intoxicating +intoxicatingly +intoxication +intoxicative +intoxicator +intrabiontic +intrabranchial +intrabred +intrabronchial +intrabuccal +intracalicular +intracanalicular +intracanonical +intracapsular +intracardiac +intracardial +intracarpal +intracarpellary +intracartilaginous +intracellular +intracellularly +intracephalic +intracerebellar +intracerebral +intracerebrally +intracervical +intrachordal +intracistern +intracity +intraclitelline +intracloacal +intracoastal +intracoelomic +intracolic +intracollegiate +intracommunication +intracompany +intracontinental +intracorporeal +intracorpuscular +intracortical +intracosmic +intracosmical +intracosmically +intracostal +intracranial +intracranially +intractability +intractable +intractableness +intractably +intractile +intracutaneous +intracystic +intrada +intradepartmental +intradermal +intradermally +intradermic +intradermically +intradermo +intradistrict +intradivisional +intrados +intraduodenal +intradural +intraecclesiastical +intraepiphyseal +intraepithelial +intrafactory +intrafascicular +intrafissural +intrafistular +intrafoliaceous +intraformational +intrafusal +intragastric +intragemmal +intraglacial +intraglandular +intraglobular +intragroup +intragroupal +intragyral +intrahepatic +intrahyoid +intraimperial +intrait +intrajugular +intralamellar +intralaryngeal +intralaryngeally +intraleukocytic +intraligamentary +intraligamentous +intralingual +intralobar +intralobular +intralocular +intralogical +intralumbar +intramammary +intramarginal +intramastoid +intramatrical +intramatrically +intramedullary +intramembranous +intrameningeal +intramental +intrametropolitan +intramolecular +intramontane +intramorainic +intramundane +intramural +intramuralism +intramuscular +intramuscularly +intramyocardial +intranarial +intranasal +intranatal +intranational +intraneous +intraneural +intranidal +intranquil +intranquillity +intranscalency +intranscalent +intransferable +intransformable +intransfusible +intransgressible +intransient +intransigency +intransigent +intransigentism +intransigentist +intransigently +intransitable +intransitive +intransitively +intransitiveness +intransitivity +intranslatable +intransmissible +intransmutability +intransmutable +intransparency +intransparent +intrant +intranuclear +intraoctave +intraocular +intraoral +intraorbital +intraorganization +intraossal +intraosseous +intraosteal +intraovarian +intrapair +intraparenchymatous +intraparietal +intraparochial +intraparty +intrapelvic +intrapericardiac +intrapericardial +intraperineal +intraperiosteal +intraperitoneal +intraperitoneally +intrapetiolar +intraphilosophic +intrapial +intraplacental +intraplant +intrapleural +intrapolar +intrapontine +intraprostatic +intraprotoplasmic +intrapsychic +intrapsychical +intrapsychically +intrapulmonary +intrapyretic +intrarachidian +intrarectal +intrarelation +intrarenal +intraretinal +intrarhachidian +intraschool +intrascrotal +intrasegmental +intraselection +intrasellar +intraseminal +intraseptal +intraserous +intrashop +intraspecific +intraspinal +intrastate +intrastromal +intrasusception +intrasynovial +intratarsal +intratelluric +intraterritorial +intratesticular +intrathecal +intrathoracic +intrathyroid +intratomic +intratonsillar +intratrabecular +intratracheal +intratracheally +intratropical +intratubal +intratubular +intratympanic +intravaginal +intravalvular +intravasation +intravascular +intravenous +intravenously +intraventricular +intraverbal +intraversable +intravertebral +intravertebrally +intravesical +intravital +intravitelline +intravitreous +intraxylary +intreat +intrench +intrenchant +intrencher +intrenchment +intrepid +intrepidity +intrepidly +intrepidness +intricacy +intricate +intricately +intricateness +intrication +intrigant +intrigue +intrigueproof +intriguer +intriguery +intriguess +intriguing +intriguingly +intrine +intrinse +intrinsic +intrinsical +intrinsicality +intrinsically +intrinsicalness +introactive +introceptive +introconversion +introconvertibility +introconvertible +introdden +introduce +introducee +introducement +introducer +introducible +introduction +introductive +introductively +introductor +introductorily +introductoriness +introductory +introductress +introflex +introflexion +introgression +introgressive +introinflection +introit +introitus +introject +introjection +introjective +intromissibility +intromissible +intromission +intromissive +intromit +intromittence +intromittent +intromitter +intropression +intropulsive +introreception +introrsal +introrse +introrsely +introsensible +introsentient +introspect +introspectable +introspection +introspectional +introspectionism +introspectionist +introspective +introspectively +introspectiveness +introspectivism +introspectivist +introspector +introsuction +introsuscept +introsusception +introthoracic +introtraction +introvenient +introverse +introversibility +introversible +introversion +introversive +introversively +introvert +introverted +introvertive +introvision +introvolution +intrudance +intrude +intruder +intruding +intrudingly +intrudress +intruse +intrusion +intrusional +intrusionism +intrusionist +intrusive +intrusively +intrusiveness +intrust +intubate +intubation +intubationist +intubator +intube +intue +intuent +intuicity +intuit +intuitable +intuition +intuitional +intuitionalism +intuitionalist +intuitionally +intuitionism +intuitionist +intuitionistic +intuitionless +intuitive +intuitively +intuitiveness +intuitivism +intuitivist +intumesce +intumescence +intumescent +inturbidate +inturn +inturned +inturning +intussuscept +intussusception +intussusceptive +intwist +inula +inulaceous +inulase +inulin +inuloid +inumbrate +inumbration +inunct +inunction +inunctum +inunctuosity +inunctuous +inundable +inundant +inundate +inundation +inundator +inundatory +inunderstandable +inurbane +inurbanely +inurbaneness +inurbanity +inure +inured +inuredness +inurement +inurn +inusitate +inusitateness +inusitation +inustion +inutile +inutilely +inutility +inutilized +inutterable +invaccinate +invaccination +invadable +invade +invader +invaginable +invaginate +invagination +invalescence +invalid +invalidate +invalidation +invalidator +invalidcy +invalidhood +invalidish +invalidism +invalidity +invalidly +invalidness +invalidship +invalorous +invaluable +invaluableness +invaluably +invalued +Invar +invariability +invariable +invariableness +invariably +invariance +invariancy +invariant +invariantive +invariantively +invariantly +invaried +invasion +invasionist +invasive +invecked +invected +invection +invective +invectively +invectiveness +invectivist +invector +inveigh +inveigher +inveigle +inveiglement +inveigler +inveil +invein +invendibility +invendible +invendibleness +invenient +invent +inventable +inventary +inventer +inventful +inventibility +inventible +inventibleness +invention +inventional +inventionless +inventive +inventively +inventiveness +inventor +inventoriable +inventorial +inventorially +inventory +inventress +inventurous +inveracious +inveracity +inverisimilitude +inverity +inverminate +invermination +invernacular +Inverness +inversable +inversatile +inverse +inversed +inversedly +inversely +inversion +inversionist +inversive +invert +invertase +invertebracy +invertebral +Invertebrata +invertebrate +invertebrated +inverted +invertedly +invertend +inverter +invertibility +invertible +invertile +invertin +invertive +invertor +invest +investable +investible +investigable +investigatable +investigate +investigating +investigatingly +investigation +investigational +investigative +investigator +investigatorial +investigatory +investitive +investitor +investiture +investment +investor +inveteracy +inveterate +inveterately +inveterateness +inviability +invictive +invidious +invidiously +invidiousness +invigilance +invigilancy +invigilation +invigilator +invigor +invigorant +invigorate +invigorating +invigoratingly +invigoratingness +invigoration +invigorative +invigoratively +invigorator +invinate +invination +invincibility +invincible +invincibleness +invincibly +inviolability +inviolable +inviolableness +inviolably +inviolacy +inviolate +inviolated +inviolately +inviolateness +invirile +invirility +invirtuate +inviscate +inviscation +inviscid +inviscidity +invised +invisibility +invisible +invisibleness +invisibly +invitable +invital +invitant +invitation +invitational +invitatory +invite +invitee +invitement +inviter +invitiate +inviting +invitingly +invitingness +invitress +invitrifiable +invivid +invocable +invocant +invocate +invocation +invocative +invocator +invocatory +invoice +invoke +invoker +involatile +involatility +involucel +involucellate +involucellated +involucral +involucrate +involucre +involucred +involucriform +involucrum +involuntarily +involuntariness +involuntary +involute +involuted +involutedly +involutely +involution +involutional +involutionary +involutorial +involutory +involve +involved +involvedly +involvedness +involvement +involvent +involver +invulnerability +invulnerable +invulnerableness +invulnerably +invultuation +inwale +inwall +inwandering +inward +inwardly +inwardness +inwards +inweave +inwedged +inweed +inweight +inwick +inwind +inwit +inwith +inwood +inwork +inworn +inwound +inwoven +inwrap +inwrapment +inwreathe +inwrit +inwrought +inyoite +inyoke +Io +io +Iodamoeba +iodate +iodation +iodhydrate +iodhydric +iodhydrin +iodic +iodide +iodiferous +iodinate +iodination +iodine +iodinium +iodinophil +iodinophilic +iodinophilous +iodism +iodite +iodization +iodize +iodizer +iodo +iodobehenate +iodobenzene +iodobromite +iodocasein +iodochloride +iodochromate +iodocresol +iododerma +iodoethane +iodoform +iodogallicin +iodohydrate +iodohydric +iodohydrin +iodol +iodomercurate +iodomercuriate +iodomethane +iodometric +iodometrical +iodometry +iodonium +iodopsin +iodoso +iodosobenzene +iodospongin +iodotannic +iodotherapy +iodothyrin +iodous +iodoxy +iodoxybenzene +iodyrite +iolite +ion +Ione +Ioni +Ionian +Ionic +ionic +Ionicism +Ionicization +Ionicize +Ionidium +Ionism +Ionist +ionium +ionizable +Ionization +ionization +Ionize +ionize +ionizer +ionogen +ionogenic +ionone +Ionornis +ionosphere +ionospheric +Ionoxalis +iontophoresis +Ioskeha +iota +iotacism +iotacismus +iotacist +iotization +iotize +Iowa +Iowan +Ipalnemohuani +ipecac +ipecacuanha +ipecacuanhic +Iphimedia +Iphis +ipid +Ipidae +ipil +ipomea +Ipomoea +ipomoein +ipseand +ipsedixitish +ipsedixitism +ipsedixitist +ipseity +ipsilateral +Ira +iracund +iracundity +iracundulous +irade +Iran +Irani +Iranian +Iranic +Iranism +Iranist +Iranize +Iraq +Iraqi +Iraqian +irascent +irascibility +irascible +irascibleness +irascibly +irate +irately +ire +ireful +irefully +irefulness +Irelander +ireless +Irena +irenarch +Irene +irene +irenic +irenical +irenically +irenicism +irenicist +irenicon +irenics +irenicum +Iresine +Irfan +Irgun +Irgunist +irian +Iriartea +Iriarteaceae +Iricism +Iricize +irid +Iridaceae +iridaceous +iridadenosis +iridal +iridalgia +iridate +iridauxesis +iridectome +iridectomize +iridectomy +iridectropium +iridemia +iridencleisis +iridentropium +irideous +irideremia +irides +iridesce +iridescence +iridescency +iridescent +iridescently +iridial +iridian +iridiate +iridic +iridical +iridin +iridine +iridiocyte +iridiophore +iridioplatinum +iridious +iridite +iridium +iridization +iridize +iridoavulsion +iridocapsulitis +iridocele +iridoceratitic +iridochoroiditis +iridocoloboma +iridoconstrictor +iridocyclitis +iridocyte +iridodesis +iridodiagnosis +iridodialysis +iridodonesis +iridokinesia +iridomalacia +iridomotor +Iridomyrmex +iridoncus +iridoparalysis +iridophore +iridoplegia +iridoptosis +iridopupillary +iridorhexis +iridosclerotomy +iridosmine +iridosmium +iridotasis +iridotome +iridotomy +iris +irisated +irisation +iriscope +irised +Irish +Irisher +Irishian +Irishism +Irishize +Irishly +Irishman +Irishness +Irishry +Irishwoman +Irishy +irisin +irislike +irisroot +iritic +iritis +irk +irksome +irksomely +irksomeness +Irma +Iroha +irok +iroko +iron +ironback +ironbark +ironbound +ironbush +ironclad +irone +ironer +ironfisted +ironflower +ironhanded +ironhandedly +ironhandedness +ironhard +ironhead +ironheaded +ironhearted +ironheartedly +ironheartedness +ironical +ironically +ironicalness +ironice +ironish +ironism +ironist +ironize +ironless +ironlike +ironly +ironmaker +ironmaking +ironman +ironmaster +ironmonger +ironmongering +ironmongery +ironness +ironshod +ironshot +ironside +ironsided +ironsides +ironsmith +ironstone +ironware +ironweed +ironwood +ironwork +ironworked +ironworker +ironworking +ironworks +ironwort +irony +Iroquoian +Iroquois +Irpex +irradiance +irradiancy +irradiant +irradiate +irradiated +irradiatingly +irradiation +irradiative +irradiator +irradicable +irradicate +irrarefiable +irrationability +irrationable +irrationably +irrational +irrationalism +irrationalist +irrationalistic +irrationality +irrationalize +irrationally +irrationalness +irreality +irrealizable +irrebuttable +irreceptive +irreceptivity +irreciprocal +irreciprocity +irreclaimability +irreclaimable +irreclaimableness +irreclaimably +irreclaimed +irrecognition +irrecognizability +irrecognizable +irrecognizably +irrecognizant +irrecollection +irreconcilability +irreconcilable +irreconcilableness +irreconcilably +irreconcile +irreconcilement +irreconciliability +irreconciliable +irreconciliableness +irreconciliably +irreconciliation +irrecordable +irrecoverable +irrecoverableness +irrecoverably +irrecusable +irrecusably +irredeemability +irredeemable +irredeemableness +irredeemably +irredeemed +irredenta +irredential +Irredentism +Irredentist +irredressibility +irredressible +irredressibly +irreducibility +irreducible +irreducibleness +irreducibly +irreductibility +irreductible +irreduction +irreferable +irreflection +irreflective +irreflectively +irreflectiveness +irreflexive +irreformability +irreformable +irrefragability +irrefragable +irrefragableness +irrefragably +irrefrangibility +irrefrangible +irrefrangibleness +irrefrangibly +irrefusable +irrefutability +irrefutable +irrefutableness +irrefutably +irregardless +irregeneracy +irregenerate +irregeneration +irregular +irregularism +irregularist +irregularity +irregularize +irregularly +irregularness +irregulate +irregulated +irregulation +irrelate +irrelated +irrelation +irrelative +irrelatively +irrelativeness +irrelevance +irrelevancy +irrelevant +irrelevantly +irreliability +irrelievable +irreligion +irreligionism +irreligionist +irreligionize +irreligiosity +irreligious +irreligiously +irreligiousness +irreluctant +irremeable +irremeably +irremediable +irremediableness +irremediably +irrememberable +irremissibility +irremissible +irremissibleness +irremissibly +irremission +irremissive +irremovability +irremovable +irremovableness +irremovably +irremunerable +irrenderable +irrenewable +irrenunciable +irrepair +irrepairable +irreparability +irreparable +irreparableness +irreparably +irrepassable +irrepealability +irrepealable +irrepealableness +irrepealably +irrepentance +irrepentant +irrepentantly +irreplaceable +irreplaceably +irrepleviable +irreplevisable +irreportable +irreprehensible +irreprehensibleness +irreprehensibly +irrepresentable +irrepresentableness +irrepressibility +irrepressible +irrepressibleness +irrepressibly +irrepressive +irreproachability +irreproachable +irreproachableness +irreproachably +irreproducible +irreproductive +irreprovable +irreprovableness +irreprovably +irreptitious +irrepublican +irresilient +irresistance +irresistibility +irresistible +irresistibleness +irresistibly +irresoluble +irresolubleness +irresolute +irresolutely +irresoluteness +irresolution +irresolvability +irresolvable +irresolvableness +irresolved +irresolvedly +irresonance +irresonant +irrespectability +irrespectable +irrespectful +irrespective +irrespectively +irrespirable +irrespondence +irresponsibility +irresponsible +irresponsibleness +irresponsibly +irresponsive +irresponsiveness +irrestrainable +irrestrainably +irrestrictive +irresultive +irresuscitable +irresuscitably +irretention +irretentive +irretentiveness +irreticence +irreticent +irretraceable +irretraceably +irretractable +irretractile +irretrievability +irretrievable +irretrievableness +irretrievably +irrevealable +irrevealably +irreverence +irreverend +irreverendly +irreverent +irreverential +irreverentialism +irreverentially +irreverently +irreversibility +irreversible +irreversibleness +irreversibly +irrevertible +irreviewable +irrevisable +irrevocability +irrevocable +irrevocableness +irrevocably +irrevoluble +irrigable +irrigably +irrigant +irrigate +irrigation +irrigational +irrigationist +irrigative +irrigator +irrigatorial +irrigatory +irriguous +irriguousness +irrision +irrisor +Irrisoridae +irrisory +irritability +irritable +irritableness +irritably +irritament +irritancy +irritant +irritate +irritatedly +irritating +irritatingly +irritation +irritative +irritativeness +irritator +irritatory +Irritila +irritomotile +irritomotility +irrorate +irrotational +irrotationally +irrubrical +irrupt +irruptible +irruption +irruptive +irruptively +Irvin +Irving +Irvingesque +Irvingiana +Irvingism +Irvingite +Irwin +is +Isaac +Isabel +isabelina +isabelita +Isabella +Isabelle +Isabelline +isabnormal +isaconitine +isacoustic +isadelphous +Isadora +isagoge +isagogic +isagogical +isagogically +isagogics +isagon +Isaiah +Isaian +isallobar +isallotherm +isamine +Isander +isandrous +isanemone +isanomal +isanomalous +isanthous +isapostolic +Isaria +isarioid +isatate +isatic +isatide +isatin +isatinic +Isatis +isatogen +isatogenic +Isaurian +Isawa +isazoxy +isba +Iscariot +Iscariotic +Iscariotical +Iscariotism +ischemia +ischemic +ischiac +ischiadic +ischiadicus +ischial +ischialgia +ischialgic +ischiatic +ischidrosis +ischioanal +ischiobulbar +ischiocapsular +ischiocaudal +ischiocavernosus +ischiocavernous +ischiocele +ischiocerite +ischiococcygeal +ischiofemoral +ischiofibular +ischioiliac +ischioneuralgia +ischioperineal +ischiopodite +ischiopubic +ischiopubis +ischiorectal +ischiorrhogic +ischiosacral +ischiotibial +ischiovaginal +ischiovertebral +ischium +ischocholia +ischuretic +ischuria +ischury +Ischyodus +Isegrim +isenergic +isentropic +isepiptesial +isepiptesis +iserine +iserite +isethionate +isethionic +Iseum +Isfahan +Ishmael +Ishmaelite +Ishmaelitic +Ishmaelitish +Ishmaelitism +ishpingo +ishshakku +Isiac +Isiacal +Isidae +isidiiferous +isidioid +isidiophorous +isidiose +isidium +isidoid +Isidore +Isidorian +Isidoric +Isinai +isindazole +isinglass +Isis +Islam +Islamic +Islamism +Islamist +Islamistic +Islamite +Islamitic +Islamitish +Islamization +Islamize +island +islander +islandhood +islandic +islandish +islandless +islandlike +islandman +islandress +islandry +islandy +islay +isle +isleless +islesman +islet +Isleta +isleted +isleward +islot +ism +Ismaelism +Ismaelite +Ismaelitic +Ismaelitical +Ismaelitish +Ismaili +Ismailian +Ismailite +ismal +ismatic +ismatical +ismaticalness +ismdom +ismy +Isnardia +iso +isoabnormal +isoagglutination +isoagglutinative +isoagglutinin +isoagglutinogen +isoalantolactone +isoallyl +isoamarine +isoamide +isoamyl +isoamylamine +isoamylene +isoamylethyl +isoamylidene +isoantibody +isoantigen +isoapiole +isoasparagine +isoaurore +isobar +isobarbaloin +isobarbituric +isobare +isobaric +isobarism +isobarometric +isobase +isobath +isobathic +isobathytherm +isobathythermal +isobathythermic +isobenzofuran +isobilateral +isobilianic +isobiogenetic +isoborneol +isobornyl +isobront +isobronton +isobutane +isobutyl +isobutylene +isobutyraldehyde +isobutyrate +isobutyric +isobutyryl +isocamphor +isocamphoric +isocaproic +isocarbostyril +Isocardia +Isocardiidae +isocarpic +isocarpous +isocellular +isocephalic +isocephalism +isocephalous +isocephaly +isocercal +isocercy +isochasm +isochasmic +isocheim +isocheimal +isocheimenal +isocheimic +isocheimonal +isochlor +isochlorophyll +isochlorophyllin +isocholanic +isocholesterin +isocholesterol +isochor +isochoric +isochromatic +isochronal +isochronally +isochrone +isochronic +isochronical +isochronism +isochronize +isochronon +isochronous +isochronously +isochroous +isocinchomeronic +isocinchonine +isocitric +isoclasite +isoclimatic +isoclinal +isocline +isoclinic +isocodeine +isocola +isocolic +isocolon +isocoria +isocorybulbin +isocorybulbine +isocorydine +isocoumarin +isocracy +isocrat +isocratic +isocreosol +isocrotonic +isocrymal +isocryme +isocrymic +isocyanate +isocyanic +isocyanide +isocyanine +isocyano +isocyanogen +isocyanurate +isocyanuric +isocyclic +isocymene +isocytic +isodactylism +isodactylous +isodiabatic +isodialuric +isodiametric +isodiametrical +isodiazo +isodiazotate +isodimorphic +isodimorphism +isodimorphous +isodomic +isodomous +isodomum +isodont +isodontous +isodrome +isodulcite +isodurene +isodynamia +isodynamic +isodynamical +isoelectric +isoelectrically +isoelectronic +isoelemicin +isoemodin +isoenergetic +isoerucic +Isoetaceae +Isoetales +Isoetes +isoeugenol +isoflavone +isoflor +isogamete +isogametic +isogametism +isogamic +isogamous +isogamy +isogen +isogenesis +isogenetic +isogenic +isogenotype +isogenotypic +isogenous +isogeny +isogeotherm +isogeothermal +isogeothermic +isogloss +isoglossal +isognathism +isognathous +isogon +isogonal +isogonality +isogonally +isogonic +isogoniostat +isogonism +isograft +isogram +isograph +isographic +isographical +isographically +isography +isogynous +isohaline +isohalsine +isohel +isohemopyrrole +isoheptane +isohesperidin +isohexyl +isohydric +isohydrocyanic +isohydrosorbic +isohyet +isohyetal +isoimmune +isoimmunity +isoimmunization +isoimmunize +isoindazole +isoindigotin +isoindole +isoionone +isokeraunic +isokeraunographic +isokeraunophonic +Isokontae +isokontan +isokurtic +isolability +isolable +isolapachol +isolate +isolated +isolatedly +isolating +isolation +isolationism +isolationist +isolative +Isolde +isolecithal +isoleucine +isolichenin +isolinolenic +isologous +isologue +isology +Isoloma +isolysin +isolysis +isomagnetic +isomaltose +isomastigate +isomelamine +isomenthone +isomer +Isomera +isomere +isomeric +isomerical +isomerically +isomeride +isomerism +isomerization +isomerize +isomeromorphism +isomerous +isomery +isometric +isometrical +isometrically +isometrograph +isometropia +isometry +isomorph +isomorphic +isomorphism +isomorphous +Isomyaria +isomyarian +isoneph +isonephelic +isonergic +isonicotinic +isonitramine +isonitrile +isonitroso +isonomic +isonomous +isonomy +isonuclear +isonym +isonymic +isonymy +isooleic +isoosmosis +isopachous +isopag +isoparaffin +isopectic +isopelletierin +isopelletierine +isopentane +isoperimeter +isoperimetric +isoperimetrical +isoperimetry +isopetalous +isophanal +isophane +isophasal +isophene +isophenomenal +isophoria +isophorone +isophthalic +isophthalyl +isophyllous +isophylly +isopicramic +isopiestic +isopiestically +isopilocarpine +isoplere +isopleth +Isopleura +isopleural +isopleuran +isopleurous +isopod +Isopoda +isopodan +isopodiform +isopodimorphous +isopodous +isopogonous +isopolite +isopolitical +isopolity +isopoly +isoprene +isopropenyl +isopropyl +isopropylacetic +isopropylamine +isopsephic +isopsephism +Isoptera +isopterous +isoptic +isopulegone +isopurpurin +isopycnic +isopyre +isopyromucic +isopyrrole +isoquercitrin +isoquinine +isoquinoline +isorcinol +isorhamnose +isorhodeose +isorithm +isorosindone +isorrhythmic +isorropic +isosaccharic +isosaccharin +isoscele +isosceles +isoscope +isoseismal +isoseismic +isoseismical +isoseist +isoserine +isosmotic +Isospondyli +isospondylous +isospore +isosporic +isosporous +isospory +isostasist +isostasy +isostatic +isostatical +isostatically +isostemonous +isostemony +isostere +isosteric +isosterism +isostrychnine +isosuccinic +isosulphide +isosulphocyanate +isosulphocyanic +isosultam +isotac +isoteles +isotely +isotheral +isothere +isotherm +isothermal +isothermally +isothermic +isothermical +isothermobath +isothermobathic +isothermous +isotherombrose +isothiocyanates +isothiocyanic +isothiocyano +isothujone +isotimal +isotome +isotomous +isotonia +isotonic +isotonicity +isotony +isotope +isotopic +isotopism +isotopy +isotrehalose +Isotria +isotrimorphic +isotrimorphism +isotrimorphous +isotron +isotrope +isotropic +isotropism +isotropous +isotropy +isotype +isotypic +isotypical +isovalerate +isovalerianate +isovalerianic +isovaleric +isovalerone +isovaline +isovanillic +isovoluminal +isoxanthine +isoxazine +isoxazole +isoxime +isoxylene +isoyohimbine +isozooid +ispaghul +ispravnik +Israel +Israeli +Israelite +Israeliteship +Israelitic +Israelitish +Israelitism +Israelitize +issanguila +Issedoi +Issedones +issei +issite +issuable +issuably +issuance +issuant +issue +issueless +issuer +issuing +ist +isthmi +Isthmia +isthmial +isthmian +isthmiate +isthmic +isthmoid +isthmus +istiophorid +Istiophoridae +Istiophorus +istle +istoke +Istrian +Istvaeones +isuret +isuretine +Isuridae +isuroid +Isurus +Iswara +it +Ita +itabirite +itacism +itacist +itacistic +itacolumite +itaconate +itaconic +Itala +Itali +Italian +Italianate +Italianately +Italianation +Italianesque +Italianish +Italianism +Italianist +Italianity +Italianization +Italianize +Italianizer +Italianly +Italic +Italical +Italically +Italican +Italicanist +Italici +Italicism +italicization +italicize +italics +Italiote +italite +Italomania +Italon +Italophile +itamalate +itamalic +itatartaric +itatartrate +Itaves +itch +itchiness +itching +itchingly +itchless +itchproof +itchreed +itchweed +itchy +itcze +Itea +Iteaceae +Itelmes +item +iteming +itemization +itemize +itemizer +itemy +Iten +Itenean +iter +iterable +iterance +iterancy +iterant +iterate +iteration +iterative +iteratively +iterativeness +Ithaca +Ithacan +Ithacensian +ithagine +Ithaginis +ither +Ithiel +ithomiid +Ithomiidae +Ithomiinae +ithyphallic +Ithyphallus +ithyphyllous +itineracy +itinerancy +itinerant +itinerantly +itinerarian +Itinerarium +itinerary +itinerate +itineration +itmo +Ito +Itoism +Itoist +Itoland +Itonama +Itonaman +Itonia +itonidid +Itonididae +itoubou +its +itself +Ituraean +iturite +Itylus +Itys +Itza +itzebu +iva +Ivan +ivied +ivin +ivoried +ivorine +ivoriness +ivorist +ivory +ivorylike +ivorytype +ivorywood +ivy +ivybells +ivyberry +ivyflower +ivylike +ivyweed +ivywood +ivywort +iwa +iwaiwa +iwis +Ixia +Ixiaceae +Ixiama +Ixil +Ixion +Ixionian +Ixodes +ixodian +ixodic +ixodid +Ixodidae +Ixora +iyo +Izar +izar +izard +Izcateco +Izchak +Izdubar +izle +izote +iztle +Izumi +izzard +Izzy +J +j +Jaalin +jab +Jabarite +jabbed +jabber +jabberer +jabbering +jabberingly +jabberment +Jabberwock +jabberwockian +Jabberwocky +jabbing +jabbingly +jabble +jabers +jabia +jabiru +jaborandi +jaborine +jabot +jaboticaba +jabul +jacal +Jacaltec +Jacalteca +jacamar +Jacamaralcyon +jacameropine +Jacamerops +jacami +jacamin +Jacana +jacana +Jacanidae +Jacaranda +jacare +jacate +jacchus +jacent +jacinth +jacinthe +Jack +jack +jackal +jackanapes +jackanapish +jackaroo +jackass +jackassery +jackassification +jackassism +jackassness +jackbird +jackbox +jackboy +jackdaw +jackeen +jacker +jacket +jacketed +jacketing +jacketless +jacketwise +jackety +jackfish +jackhammer +jackknife +jackleg +jackman +jacko +jackpudding +jackpuddinghood +jackrod +jacksaw +jackscrew +jackshaft +jackshay +jacksnipe +Jackson +Jacksonia +Jacksonian +Jacksonite +jackstay +jackstone +jackstraw +jacktan +jackweed +jackwood +Jacky +Jackye +Jacob +jacobaea +jacobaean +Jacobean +Jacobian +Jacobic +Jacobin +Jacobinia +Jacobinic +Jacobinical +Jacobinically +Jacobinism +Jacobinization +Jacobinize +Jacobite +Jacobitely +Jacobitiana +Jacobitic +Jacobitical +Jacobitically +Jacobitish +Jacobitishly +Jacobitism +jacobsite +Jacobson +jacobus +jacoby +jaconet +Jacqueminot +Jacques +jactance +jactancy +jactant +jactation +jactitate +jactitation +jacu +jacuaru +jaculate +jaculation +jaculative +jaculator +jaculatorial +jaculatory +jaculiferous +Jacunda +jacutinga +jadder +jade +jaded +jadedly +jadedness +jadeite +jadery +jadesheen +jadeship +jadestone +jadish +jadishly +jadishness +jady +jaeger +jag +Jaga +Jagannath +Jagannatha +jagat +Jagatai +Jagataic +Jagath +jager +jagged +jaggedly +jaggedness +jagger +jaggery +jaggy +jagir +jagirdar +jagla +jagless +jagong +jagrata +jagua +jaguar +jaguarete +Jahve +Jahvist +Jahvistic +jail +jailage +jailbird +jaildom +jailer +jaileress +jailering +jailership +jailhouse +jailish +jailkeeper +jaillike +jailmate +jailward +jailyard +Jaime +Jain +Jaina +Jainism +Jainist +Jaipuri +jajman +Jake +jake +jakes +jako +Jakob +Jakun +Jalalaean +jalap +jalapa +jalapin +jalkar +jalloped +jalopy +jalouse +jalousie +jalousied +jalpaite +Jam +jam +jama +Jamaica +Jamaican +jaman +jamb +jambalaya +jambeau +jambo +jambolan +jambone +jambool +jamboree +Jambos +jambosa +jambstone +jamdani +James +Jamesian +Jamesina +jamesonite +jami +Jamie +jamlike +jammedness +jammer +jammy +Jamnia +jampan +jampani +jamrosade +jamwood +Jan +janapa +janapan +Jane +jane +Janet +jangada +Janghey +jangkar +jangle +jangler +jangly +Janice +janiceps +Janiculan +Janiculum +Janiform +janissary +janitor +janitorial +janitorship +janitress +janitrix +Janizarian +Janizary +jank +janker +jann +jannock +Janos +Jansenism +Jansenist +Jansenistic +Jansenistical +Jansenize +Janthina +Janthinidae +jantu +janua +Januarius +January +Janus +Januslike +jaob +Jap +jap +japaconine +japaconitine +Japan +japan +Japanee +Japanese +Japanesque +Japanesquely +Japanesquery +Japanesy +Japanicize +Japanism +Japanization +Japanize +japanned +Japanner +japanner +japannery +Japannish +Japanolatry +Japanologist +Japanology +Japanophile +Japanophobe +Japanophobia +jape +japer +japery +Japetus +Japheth +Japhetic +Japhetide +Japhetite +japing +japingly +japish +japishly +japishness +Japonic +japonica +Japonically +Japonicize +Japonism +Japonize +Japonizer +Japygidae +japygoid +Japyx +Jaqueline +Jaquesian +jaquima +jar +jara +jaragua +jararaca +jararacussu +jarbird +jarble +jarbot +jardiniere +Jared +jarfly +jarful +jarg +jargon +jargonal +jargoneer +jargonelle +jargoner +jargonesque +jargonic +jargonish +jargonist +jargonistic +jargonium +jargonization +jargonize +jarkman +Jarl +jarl +jarldom +jarless +jarlship +Jarmo +jarnut +jarool +jarosite +jarra +jarrah +jarring +jarringly +jarringness +jarry +jarvey +Jarvis +jasey +jaseyed +Jasione +Jasminaceae +jasmine +jasmined +jasminewood +Jasminum +jasmone +Jason +jaspachate +jaspagate +Jasper +jasper +jasperated +jaspered +jasperize +jasperoid +jaspery +jaspidean +jaspideous +jaspilite +jaspis +jaspoid +jasponyx +jaspopal +jass +jassid +Jassidae +jassoid +Jat +jatamansi +Jateorhiza +jateorhizine +jatha +jati +Jatki +Jatni +jato +Jatropha +jatrophic +jatrorrhizine +Jatulian +jaudie +jauk +jaun +jaunce +jaunder +jaundice +jaundiceroot +jaunt +jauntie +jauntily +jauntiness +jauntingly +jaunty +jaup +Java +Javahai +javali +Javan +Javanee +Javanese +javelin +javelina +javeline +javelineer +javer +Javitero +jaw +jawab +jawbation +jawbone +jawbreaker +jawbreaking +jawbreakingly +jawed +jawfall +jawfallen +jawfish +jawfoot +jawfooted +jawless +jawsmith +jawy +Jay +jay +Jayant +Jayesh +jayhawk +jayhawker +jaypie +jaywalk +jaywalker +jazerant +Jazyges +jazz +jazzer +jazzily +jazziness +jazzy +jealous +jealously +jealousness +jealousy +Jeames +Jean +jean +Jean-Christophe +Jean-Pierre +Jeanette +Jeanie +Jeanne +Jeannette +Jeannie +Jeanpaulia +jeans +Jeany +Jebus +Jebusi +Jebusite +Jebusitic +Jebusitical +Jebusitish +jecoral +jecorin +jecorize +jed +jedcock +jedding +jeddock +jeel +jeep +jeer +jeerer +jeering +jeeringly +jeerproof +jeery +jeewhillijers +jeewhillikens +Jef +Jeff +jeff +jefferisite +Jeffersonia +Jeffersonian +Jeffersonianism +jeffersonite +Jeffery +Jeffie +Jeffrey +Jehovah +Jehovic +Jehovism +Jehovist +Jehovistic +jehu +jehup +jejunal +jejunator +jejune +jejunely +jejuneness +jejunitis +jejunity +jejunoduodenal +jejunoileitis +jejunostomy +jejunotomy +jejunum +jelab +jelerang +jelick +jell +jellica +jellico +jellied +jelliedness +jellification +jellify +jellily +jelloid +jelly +jellydom +jellyfish +jellyleaf +jellylike +Jelske +jelutong +Jem +jemadar +Jemez +Jemima +jemmily +jemminess +Jemmy +jemmy +Jenine +jenkin +jenna +jennerization +jennerize +jennet +jenneting +Jennie +jennier +Jennifer +Jenny +jenny +Jenson +jentacular +jeofail +jeopard +jeoparder +jeopardize +jeopardous +jeopardously +jeopardousness +jeopardy +jequirity +Jerahmeel +Jerahmeelites +Jerald +jerboa +jereed +jeremejevite +jeremiad +Jeremiah +Jeremian +Jeremianic +Jeremias +Jeremy +jerez +jerib +jerk +jerker +jerkily +jerkin +jerkined +jerkiness +jerkingly +jerkish +jerksome +jerkwater +jerky +jerl +jerm +jermonal +Jeroboam +Jerome +Jeromian +Jeronymite +jerque +jerquer +Jerrie +Jerry +jerry +jerryism +Jersey +jersey +Jerseyan +jerseyed +Jerseyite +Jerseyman +jert +Jerusalem +jervia +jervina +jervine +Jesper +Jess +jess +jessakeed +jessamine +jessamy +jessant +Jesse +Jessean +jessed +Jessica +Jessie +jessur +jest +jestbook +jestee +jester +jestful +jesting +jestingly +jestingstock +jestmonger +jestproof +jestwise +jestword +Jesu +Jesuate +Jesuit +Jesuited +Jesuitess +Jesuitic +Jesuitical +Jesuitically +Jesuitish +Jesuitism +Jesuitist +Jesuitize +Jesuitocracy +Jesuitry +Jesus +jet +jetbead +jete +Jethro +Jethronian +jetsam +jettage +jetted +jetter +jettied +jettiness +jettingly +jettison +jetton +jetty +jettyhead +jettywise +jetware +Jew +jewbird +jewbush +Jewdom +jewel +jeweler +jewelhouse +jeweling +jewelless +jewellike +jewelry +jewelsmith +jewelweed +jewely +Jewess +jewfish +Jewhood +Jewish +Jewishly +Jewishness +Jewism +Jewless +Jewlike +Jewling +Jewry +Jewship +Jewstone +Jewy +jezail +Jezebel +Jezebelian +Jezebelish +jezekite +jeziah +Jezreelite +jharal +jheel +jhool +jhow +Jhuria +Ji +Jianyun +jib +jibbah +jibber +jibbings +jibby +jibe +jibhead +jibi +jibman +jiboa +jibstay +jicama +Jicaque +Jicaquean +jicara +Jicarilla +jiff +jiffle +jiffy +jig +jigamaree +jigger +jiggerer +jiggerman +jiggers +jigget +jiggety +jigginess +jiggish +jiggle +jiggly +jiggumbob +jiggy +jiglike +jigman +jihad +jikungu +Jill +jillet +jillflirt +jilt +jiltee +jilter +jiltish +Jim +jimbang +jimberjaw +jimberjawed +jimjam +Jimmy +jimmy +jimp +jimply +jimpness +jimpricute +jimsedge +Jin +jina +jincamas +Jincan +Jinchao +jing +jingal +Jingbai +jingbang +jingle +jingled +jinglejangle +jingler +jinglet +jingling +jinglingly +jingly +jingo +jingodom +jingoish +jingoism +jingoist +jingoistic +jinja +jinjili +jink +jinker +jinket +jinkle +jinks +jinn +jinnestan +jinni +jinniwink +jinniyeh +Jinny +jinny +jinriki +jinrikiman +jinrikisha +jinshang +jinx +jipijapa +jipper +jiqui +jirble +jirga +Jiri +jirkinet +Jisheng +Jitendra +jiti +jitneur +jitneuse +jitney +jitneyman +jitro +jitter +jitterbug +jitters +jittery +jiva +Jivaran +Jivaro +Jivaroan +jive +jixie +Jo +jo +Joachim +Joachimite +Joan +Joanna +Joanne +Joannite +joaquinite +Job +job +jobade +jobarbe +jobation +jobber +jobbernowl +jobbernowlism +jobbery +jobbet +jobbing +jobbish +jobble +jobholder +jobless +joblessness +jobman +jobmaster +jobmistress +jobmonger +jobo +jobsmith +Jocasta +Jocelin +Joceline +Jocelyn +joch +Jochen +Jock +jock +jocker +jockey +jockeydom +jockeyish +jockeyism +jockeylike +jockeyship +jocko +jockteleg +jocoque +jocose +jocosely +jocoseness +jocoseriosity +jocoserious +jocosity +jocote +jocu +jocular +jocularity +jocularly +jocularness +joculator +jocum +jocuma +jocund +jocundity +jocundly +jocundness +jodel +jodelr +jodhpurs +Jodo +Joe +joe +joebush +Joel +joewood +Joey +joey +jog +jogger +joggle +joggler +jogglety +jogglework +joggly +jogtrottism +Johan +Johann +Johanna +Johannean +Johannes +johannes +Johannine +Johannisberger +Johannist +Johannite +johannite +John +Johnadreams +Johnathan +Johnian +johnin +Johnnie +Johnny +johnnycake +johnnydom +Johnsmas +Johnsonese +Johnsonian +Johnsoniana +Johnsonianism +Johnsonianly +Johnsonism +johnstrupite +join +joinable +joinant +joinder +joiner +joinery +joining +joiningly +joint +jointage +jointed +jointedly +jointedness +jointer +jointing +jointist +jointless +jointly +jointress +jointure +jointureless +jointuress +jointweed +jointworm +jointy +joist +joisting +joistless +jojoba +joke +jokeless +jokelet +jokeproof +joker +jokesmith +jokesome +jokesomeness +jokester +jokingly +jokish +jokist +jokul +joky +joll +jolleyman +jollier +jollification +jollify +jollily +jolliness +jollity +jollop +jolloped +jolly +jollytail +Joloano +jolt +jolter +jolterhead +jolterheaded +jolterheadedness +jolthead +joltiness +jolting +joltingly +joltless +joltproof +jolty +Jon +Jonah +Jonahesque +Jonahism +Jonas +Jonathan +Jonathanization +Jones +Jonesian +Jong +jonglery +jongleur +Joni +jonque +jonquil +jonquille +Jonsonian +Jonval +jonvalization +jonvalize +jookerie +joola +joom +Joon +Jophiel +Jordan +jordan +Jordanian +jordanite +joree +Jorge +Jorist +jorum +Jos +Jose +josefite +joseite +Joseph +Josepha +Josephine +Josephinism +josephinite +Josephism +Josephite +Josh +josh +josher +joshi +Joshua +Josiah +josie +Josip +joskin +joss +jossakeed +josser +jostle +jostlement +jostler +jot +jota +jotation +jotisi +Jotnian +jotter +jotting +jotty +joubarb +Joubert +joug +jough +jouk +joukerypawkery +joule +joulean +joulemeter +jounce +journal +journalese +journalish +journalism +journalist +journalistic +journalistically +journalization +journalize +journalizer +journey +journeycake +journeyer +journeying +journeyman +journeywoman +journeywork +journeyworker +jours +joust +jouster +Jova +Jove +Jovial +jovial +jovialist +jovialistic +joviality +jovialize +jovially +jovialness +jovialty +Jovian +Jovianly +Jovicentric +Jovicentrical +Jovicentrically +jovilabe +Joviniamish +Jovinian +Jovinianist +Jovite +jow +jowar +jowari +jowel +jower +jowery +jowl +jowler +jowlish +jowlop +jowly +jowpy +jowser +jowter +joy +joyance +joyancy +joyant +Joyce +joyful +joyfully +joyfulness +joyhop +joyleaf +joyless +joylessly +joylessness +joylet +joyous +joyously +joyousness +joyproof +joysome +joyweed +Jozy +Ju +Juan +Juang +juba +jubate +jubbah +jubbe +jube +juberous +jubilance +jubilancy +jubilant +jubilantly +jubilarian +jubilate +jubilatio +jubilation +jubilatory +jubilean +jubilee +jubilist +jubilization +jubilize +jubilus +juck +juckies +Jucuna +jucundity +jud +Judaeomancy +Judaeophile +Judaeophilism +Judaeophobe +Judaeophobia +Judah +Judahite +Judaic +Judaica +Judaical +Judaically +Judaism +Judaist +Judaistic +Judaistically +Judaization +Judaize +Judaizer +Judas +Judaslike +judcock +Jude +Judean +judex +Judge +judge +judgeable +judgelike +judger +judgeship +judgingly +judgmatic +judgmatical +judgmatically +judgment +Judica +judicable +judicate +judication +judicative +judicator +judicatorial +judicatory +judicature +judices +judiciable +judicial +judiciality +judicialize +judicially +judicialness +judiciarily +judiciary +judicious +judiciously +judiciousness +Judith +judo +Judophobism +Judy +Juergen +jufti +jug +Juga +jugal +jugale +Jugatae +jugate +jugated +jugation +juger +jugerum +jugful +jugger +Juggernaut +juggernaut +Juggernautish +juggins +juggle +jugglement +juggler +jugglery +juggling +jugglingly +Juglandaceae +juglandaceous +Juglandales +juglandin +Juglans +juglone +jugular +Jugulares +jugulary +jugulate +jugulum +jugum +Jugurthine +Juha +juice +juiceful +juiceless +juicily +juiciness +juicy +jujitsu +juju +jujube +jujuism +jujuist +juke +jukebox +Jule +julep +Jules +Juletta +Julia +Julian +Juliana +Juliane +Julianist +Julianto +julid +Julidae +julidan +Julie +Julien +julienite +julienne +Juliet +Julietta +julio +Julius +juloid +Juloidea +juloidian +julole +julolidin +julolidine +julolin +juloline +Julus +July +Julyflower +Jumada +Jumana +jumart +jumba +jumble +jumblement +jumbler +jumblingly +jumbly +jumbo +jumboesque +jumboism +jumbuck +jumby +jumelle +jument +jumentous +jumfru +jumillite +jumma +jump +jumpable +jumper +jumperism +jumpiness +jumpingly +jumpness +jumprock +jumpseed +jumpsome +jumpy +Jun +Juncaceae +juncaceous +Juncaginaceae +juncaginaceous +juncagineous +junciform +juncite +Junco +Juncoides +juncous +junction +junctional +junctive +juncture +Juncus +June +june +Juneberry +Junebud +junectomy +Juneflower +Jungermannia +Jungermanniaceae +jungermanniaceous +Jungermanniales +jungle +jungled +jungleside +junglewards +junglewood +jungli +jungly +juniata +junior +juniorate +juniority +juniorship +juniper +Juniperaceae +Juniperus +Junius +junk +junkboard +Junker +junker +Junkerdom +junkerdom +junkerish +Junkerism +junkerism +junket +junketer +junketing +junking +junkman +Juno +Junoesque +Junonia +Junonian +junt +junta +junto +jupati +jupe +Jupiter +jupon +Jur +Jura +jural +jurally +jurament +juramentado +juramental +juramentally +juramentum +Jurane +jurant +jurara +Jurassic +jurat +juration +jurative +jurator +juratorial +juratory +jure +jurel +Jurevis +Juri +juridic +juridical +juridically +juring +jurisconsult +jurisdiction +jurisdictional +jurisdictionalism +jurisdictionally +jurisdictive +jurisprudence +jurisprudent +jurisprudential +jurisprudentialist +jurisprudentially +jurist +juristic +juristical +juristically +juror +jurupaite +jury +juryless +juryman +jurywoman +jusquaboutisme +jusquaboutist +jussel +Jussi +Jussiaea +Jussiaean +Jussieuan +jussion +jussive +jussory +just +justen +justice +justicehood +justiceless +justicelike +justicer +justiceship +justiceweed +Justicia +justiciability +justiciable +justicial +justiciar +justiciarship +justiciary +justiciaryship +justicies +justifiability +justifiable +justifiableness +justifiably +justification +justificative +justificator +justificatory +justifier +justify +justifying +justifyingly +Justin +Justina +Justine +Justinian +Justinianian +Justinianist +justly +justment +justness +justo +Justus +jut +Jute +jute +Jutic +Jutish +jutka +Jutlander +Jutlandish +jutting +juttingly +jutty +Juturna +Juvavian +juvenal +Juvenalian +juvenate +juvenescence +juvenescent +juvenile +juvenilely +juvenileness +juvenilify +juvenilism +juvenility +juvenilize +Juventas +juventude +Juverna +juvia +juvite +juxtalittoral +juxtamarine +juxtapose +juxtaposit +juxtaposition +juxtapositional +juxtapositive +juxtapyloric +juxtaspinal +juxtaterrestrial +juxtatropical +Juyas +Juza +Jwahar +Jynginae +jyngine +Jynx +jynx +K +k +ka +Kababish +Kabaka +kabaragoya +Kabard +Kabardian +kabaya +Kabbeljaws +kabel +kaberu +kabiet +Kabirpanthi +Kabistan +Kabonga +kabuki +Kabuli +Kabyle +Kachari +Kachin +kachin +Kadaga +Kadarite +kadaya +Kadayan +Kaddish +kadein +kadikane +kadischi +Kadmi +kados +Kadu +kaempferol +Kaf +Kafa +kaferita +Kaffir +kaffir +kaffiyeh +Kaffraria +Kaffrarian +Kafir +kafir +Kafiri +kafirin +kafiz +Kafka +Kafkaesque +kafta +kago +kagu +kaha +kahar +kahau +kahikatea +kahili +kahu +kahuna +kai +Kaibab +Kaibartha +kaid +kaik +kaikara +kaikawaka +kail +kailyard +kailyarder +kailyardism +Kaimo +Kainah +kainga +kainite +kainsi +kainyn +kairine +kairoline +kaiser +kaiserdom +kaiserism +kaisership +kaitaka +Kaithi +kaiwhiria +kaiwi +Kaj +Kajar +kajawah +kajugaru +kaka +Kakan +kakapo +kakar +kakarali +kakariki +Kakatoe +Kakatoidae +kakawahie +kaki +kakidrosis +kakistocracy +kakkak +kakke +kakortokite +kala +kaladana +kalamalo +kalamansanai +Kalamian +Kalanchoe +Kalandariyah +Kalang +Kalapooian +kalashnikov +kalasie +Kaldani +kale +kaleidophon +kaleidophone +kaleidoscope +kaleidoscopic +kaleidoscopical +kaleidoscopically +Kalekah +kalema +Kalendae +kalends +kalewife +kaleyard +kali +kalian +Kaliana +kaliborite +kalidium +kaliform +kaligenous +Kalinga +kalinite +kaliophilite +kalipaya +Kalispel +kalium +kallah +kallege +kallilite +Kallima +kallitype +Kalmarian +Kalmia +Kalmuck +kalo +kalogeros +kalokagathia +kalon +kalong +kalpis +kalsomine +kalsominer +kalumpang +kalumpit +Kalwar +kalymmaukion +kalymmocyte +kamachile +kamacite +kamahi +kamala +kamaloka +kamansi +kamao +Kamares +kamarezite +kamarupa +kamarupic +kamas +Kamasin +Kamass +kamassi +Kamba +kambal +kamboh +Kamchadal +Kamchatkan +kame +kameeldoorn +kameelthorn +Kamel +kamelaukion +kamerad +kamias +kamichi +kamik +kamikaze +Kamiya +kammalan +kammererite +kamperite +kampong +kamptomorph +kan +kana +kanae +kanagi +Kanaka +kanap +kanara +Kanarese +kanari +kanat +Kanauji +Kanawari +Kanawha +kanchil +kande +Kandelia +kandol +kaneh +kanephore +kanephoros +Kaneshite +Kanesian +kang +kanga +kangani +kangaroo +kangarooer +Kangli +Kanji +Kankanai +kankie +kannume +kanoon +Kanred +kans +Kansa +Kansan +kantele +kanteletar +kanten +Kanthan +Kantian +Kantianism +Kantism +Kantist +Kanuri +Kanwar +kaoliang +kaolin +kaolinate +kaolinic +kaolinite +kaolinization +kaolinize +kapa +kapai +kapeika +kapok +kapp +kappa +kappe +kappland +kapur +kaput +Karabagh +karagan +Karaism +Karaite +Karaitism +karaka +Karakatchan +Karakul +karakul +Karamojo +karamu +karaoke +Karatas +karate +Karaya +karaya +karbi +karch +kareao +kareeta +Karel +karela +Karelian +Karen +Karharbari +Kari +karite +Karl +Karling +Karluk +karma +Karmathian +karmic +karmouth +karo +kaross +karou +karree +karri +Karroo +karroo +karrusel +karsha +Karshuni +Karst +karst +karstenite +karstic +kartel +Karthli +kartometer +kartos +Kartvel +Kartvelian +karwar +Karwinskia +karyaster +karyenchyma +karyochrome +karyochylema +karyogamic +karyogamy +karyokinesis +karyokinetic +karyologic +karyological +karyologically +karyology +karyolymph +Karyolysidae +karyolysis +Karyolysus +karyolytic +karyomere +karyomerite +karyomicrosome +karyomitoic +karyomitome +karyomiton +karyomitosis +karyomitotic +karyon +karyoplasm +karyoplasma +karyoplasmatic +karyoplasmic +karyopyknosis +karyorrhexis +karyoschisis +karyosome +karyotin +karyotype +kasa +kasbah +kasbeke +kascamiol +Kasha +Kashan +kasher +kashga +kashi +kashima +Kashmiri +Kashmirian +Kashoubish +kashruth +Kashube +Kashubian +Kashyapa +kasida +Kasikumuk +Kaska +Kaskaskia +kasm +kasolite +kassabah +Kassak +Kassite +kassu +kastura +Kasubian +kat +Katabanian +katabasis +katabatic +katabella +katabolic +katabolically +katabolism +katabolite +katabolize +katabothron +katachromasis +katacrotic +katacrotism +katagenesis +katagenetic +katakana +katakinesis +katakinetic +katakinetomer +katakinetomeric +katakiribori +katalase +katalysis +katalyst +katalytic +katalyze +katamorphism +kataphoresis +kataphoretic +kataphoric +kataphrenia +kataplasia +kataplectic +kataplexy +katar +katastate +katastatic +katathermometer +katatonia +katatonic +katatype +katchung +katcina +Kate +kath +Katha +katha +kathal +Katharina +Katharine +katharometer +katharsis +kathartic +kathemoglobin +kathenotheism +Kathleen +kathodic +Kathopanishad +Kathryn +Kathy +Katie +Katik +Katinka +katipo +Katipunan +Katipuneros +katmon +katogle +Katrine +Katrinka +katsup +Katsuwonidae +katuka +Katukina +katun +katurai +Katy +katydid +Kauravas +kauri +kava +kavaic +kavass +Kavi +Kaw +kawaka +Kawchodinne +kawika +Kay +kay +kayak +kayaker +Kayan +Kayasth +Kayastha +kayles +kayo +Kayvan +Kazak +kazi +kazoo +Kazuhiro +kea +keach +keacorn +Keatsian +keawe +keb +kebab +kebbie +kebbuck +kechel +keck +keckle +keckling +kecksy +kecky +ked +Kedar +Kedarite +keddah +kedge +kedger +kedgeree +kedlock +Kedushshah +Kee +keech +keek +keeker +keel +keelage +keelbill +keelblock +keelboat +keelboatman +keeled +keeler +keelfat +keelhale +keelhaul +keelie +keeling +keelivine +keelless +keelman +keelrake +keelson +keen +keena +keened +keener +keenly +keenness +keep +keepable +keeper +keeperess +keepering +keeperless +keepership +keeping +keepsake +keepsaky +keepworthy +keerogue +Kees +keeshond +keest +keet +keeve +Keewatin +kef +keffel +kefir +kefiric +Kefti +Keftian +Keftiu +keg +kegler +kehaya +kehillah +kehoeite +Keid +keilhauite +keita +Keith +keitloa +Kekchi +kekotene +kekuna +kelchin +keld +Kele +kele +kelebe +kelectome +keleh +kelek +kelep +Kelima +kelk +kell +kella +kellion +kellupweed +Kelly +kelly +keloid +keloidal +kelp +kelper +kelpfish +kelpie +kelpware +kelpwort +kelpy +kelt +kelter +Keltoi +kelty +Kelvin +kelvin +kelyphite +Kemal +Kemalism +Kemalist +kemb +kemp +kemperyman +kempite +kemple +kempster +kempt +kempy +Ken +ken +kenaf +Kenai +kenareh +kench +kend +kendir +kendyr +Kenelm +Kenipsim +kenlore +kenmark +Kenn +Kennebec +kennebecker +kennebunker +Kennedya +kennel +kennelly +kennelman +kenner +Kenneth +kenning +kenningwort +kenno +keno +kenogenesis +kenogenetic +kenogenetically +kenogeny +kenosis +kenotic +kenoticism +kenoticist +kenotism +kenotist +kenotoxin +kenotron +Kenseikai +kensington +Kensitite +kenspac +kenspeck +kenspeckle +Kent +kent +kentallenite +Kentia +Kenticism +Kentish +Kentishman +kentledge +Kenton +kentrogon +kentrolite +Kentuckian +Kentucky +kenyte +kep +kepi +Keplerian +kept +Ker +keracele +keralite +kerana +keraphyllocele +keraphyllous +kerasin +kerasine +kerat +keratalgia +keratectasia +keratectomy +Keraterpeton +keratin +keratinization +keratinize +keratinoid +keratinose +keratinous +keratitis +keratoangioma +keratocele +keratocentesis +keratoconjunctivitis +keratoconus +keratocricoid +keratode +keratodermia +keratogenic +keratogenous +keratoglobus +keratoglossus +keratohelcosis +keratohyal +keratoid +Keratoidea +keratoiritis +Keratol +keratoleukoma +keratolysis +keratolytic +keratoma +keratomalacia +keratome +keratometer +keratometry +keratomycosis +keratoncus +keratonosus +keratonyxis +keratophyre +keratoplastic +keratoplasty +keratorrhexis +keratoscope +keratoscopy +keratose +keratosis +keratotome +keratotomy +keratto +keraulophon +keraulophone +Keraunia +keraunion +keraunograph +keraunographic +keraunography +keraunophone +keraunophonic +keraunoscopia +keraunoscopy +kerbstone +kerchief +kerchiefed +kerchoo +kerchug +kerchunk +kerectomy +kerel +Keres +Keresan +Kerewa +kerf +kerflap +kerflop +kerflummox +Kerite +Kermanji +Kermanshah +kermes +kermesic +kermesite +kermis +kern +kernel +kerneled +kernelless +kernelly +kerner +kernetty +kernish +kernite +kernos +kerogen +kerosene +kerplunk +Kerri +Kerria +kerrie +kerrikerri +kerril +kerrite +Kerry +kerry +kersantite +kersey +kerseymere +kerslam +kerslosh +kersmash +kerugma +kerwham +kerygma +kerygmatic +kerykeion +kerystic +kerystics +Keryx +kesslerman +kestrel +ket +keta +ketal +ketapang +ketazine +ketch +ketchcraft +ketchup +ketembilla +keten +ketene +ketimide +ketimine +ketipate +ketipic +keto +ketogen +ketogenesis +ketogenic +ketoheptose +ketohexose +ketoketene +ketol +ketole +ketolysis +ketolytic +ketone +ketonemia +ketonic +ketonimid +ketonimide +ketonimin +ketonimine +ketonization +ketonize +ketonuria +ketose +ketoside +ketosis +ketosuccinic +ketoxime +kette +ketting +kettle +kettlecase +kettledrum +kettledrummer +kettleful +kettlemaker +kettlemaking +kettler +ketty +Ketu +ketuba +ketupa +ketyl +keup +Keuper +keurboom +kevalin +Kevan +kevel +kevelhead +Kevin +kevutzah +Kevyn +Keweenawan +keweenawite +kewpie +kex +kexy +key +keyage +keyboard +keyed +keyhole +keyless +keylet +keylock +Keynesian +Keynesianism +keynote +keynoter +keyseater +keyserlick +keysmith +keystone +keystoned +Keystoner +keyway +Kha +khaddar +khadi +khagiarite +khahoon +khaiki +khair +khaja +khajur +khakanship +khaki +khakied +Khaldian +khalifa +Khalifat +Khalkha +khalsa +Khami +khamsin +Khamti +khan +khanate +khanda +khandait +khanjar +khanjee +khankah +khansamah +khanum +khar +kharaj +Kharia +Kharijite +Kharoshthi +kharouba +kharroubah +Khartoumer +kharua +Kharwar +Khasa +Khasi +khass +khat +khatib +khatri +Khatti +Khattish +Khaya +Khazar +Khazarian +khediva +khedival +khedivate +khedive +khediviah +khedivial +khediviate +khepesh +Kherwari +Kherwarian +khet +Khevzur +khidmatgar +Khila +khilat +khir +khirka +Khitan +Khivan +Khlysti +Khmer +Khoja +khoja +khoka +Khokani +Khond +Khorassan +khot +Khotan +Khotana +Khowar +khu +Khuai +khubber +khula +khuskhus +Khussak +khutbah +khutuktu +Khuzi +khvat +Khwarazmian +kiack +kiaki +kialee +kiang +Kiangan +kiaugh +kibber +kibble +kibbler +kibblerman +kibe +kibei +kibitka +kibitz +kibitzer +kiblah +kibosh +kiby +kick +kickable +Kickapoo +kickback +kickee +kicker +kicking +kickish +kickless +kickoff +kickout +kickseys +kickshaw +kickup +Kidder +kidder +Kidderminster +kiddier +kiddish +kiddush +kiddushin +kiddy +kidhood +kidlet +kidling +kidnap +kidnapee +kidnaper +kidney +kidneyroot +kidneywort +Kids +kidskin +kidsman +kiefekil +Kieffer +kiekie +kiel +kier +Kieran +kieselguhr +kieserite +kiestless +kieye +Kiho +kikar +Kikatsik +kikawaeo +kike +Kiki +kiki +Kikki +Kikongo +kiku +kikuel +kikumon +Kikuyu +kil +kiladja +kilah +kilampere +kilan +kilbrickenite +kildee +kilderkin +kileh +kilerg +kiley +Kilhamite +kilhig +kiliare +kilim +kill +killable +killadar +Killarney +killas +killcalf +killcrop +killcu +killdeer +killeekillee +killeen +killer +killick +killifish +killing +killingly +killingness +killinite +killogie +killweed +killwort +killy +Kilmarnock +kiln +kilneye +kilnhole +kilnman +kilnrib +kilo +kiloampere +kilobar +kilocalorie +kilocycle +kilodyne +kilogauss +kilogram +kilojoule +kiloliter +kilolumen +kilometer +kilometrage +kilometric +kilometrical +kiloparsec +kilostere +kiloton +kilovar +kilovolt +kilowatt +kilp +kilt +kilter +kiltie +kilting +Kiluba +Kim +kim +kimbang +kimberlin +kimberlite +Kimberly +Kimbundu +Kimeridgian +kimigayo +Kimmo +kimnel +kimono +kimonoed +kin +kina +kinaesthesia +kinaesthesis +kinah +kinase +kinbote +Kinch +kinch +kinchin +kinchinmort +kincob +kind +kindergarten +kindergartener +kindergartening +kindergartner +Kinderhook +kindheart +kindhearted +kindheartedly +kindheartedness +kindle +kindler +kindlesome +kindlily +kindliness +kindling +kindly +kindness +kindred +kindredless +kindredly +kindredness +kindredship +kinematic +kinematical +kinematically +kinematics +kinematograph +kinemometer +kineplasty +kinepox +kinesalgia +kinescope +kinesiatric +kinesiatrics +kinesic +kinesics +kinesimeter +kinesiologic +kinesiological +kinesiology +kinesiometer +kinesis +kinesitherapy +kinesodic +kinesthesia +kinesthesis +kinesthetic +kinetic +kinetical +kinetically +kinetics +kinetochore +kinetogenesis +kinetogenetic +kinetogenetically +kinetogenic +kinetogram +kinetograph +kinetographer +kinetographic +kinetography +kinetomer +kinetomeric +kinetonema +kinetonucleus +kinetophone +kinetophonograph +kinetoplast +kinetoscope +kinetoscopic +King +king +kingbird +kingbolt +kingcob +kingcraft +kingcup +kingdom +kingdomed +kingdomful +kingdomless +kingdomship +kingfish +kingfisher +kinghead +kinghood +kinghunter +kingless +kinglessness +kinglet +kinglihood +kinglike +kinglily +kingliness +kingling +kingly +kingmaker +kingmaking +kingpiece +kingpin +kingrow +kingship +kingsman +Kingu +kingweed +kingwood +Kinipetu +kink +kinkable +kinkaider +kinkajou +kinkcough +kinkhab +kinkhost +kinkily +kinkiness +kinkle +kinkled +kinkly +kinksbush +kinky +kinless +kinnikinnick +kino +kinofluous +kinology +kinoplasm +kinoplasmic +Kinorhyncha +kinospore +Kinosternidae +Kinosternon +kinotannic +kinsfolk +kinship +kinsman +kinsmanly +kinsmanship +kinspeople +kinswoman +kintar +Kintyre +kioea +Kioko +kiosk +kiotome +Kiowa +Kiowan +Kioway +kip +kipage +Kipchak +kipe +Kiplingese +Kiplingism +kippeen +kipper +kipperer +kippy +kipsey +kipskin +Kiranti +Kirghiz +Kirghizean +kiri +Kirillitsa +kirimon +Kirk +kirk +kirker +kirkify +kirking +kirkinhead +kirklike +kirkman +kirktown +kirkward +kirkyard +Kirman +kirmew +kirn +kirombo +kirsch +Kirsten +Kirsty +kirtle +kirtled +Kirundi +kirve +kirver +kischen +kish +Kishambala +kishen +kishon +kishy +kiskatom +Kislev +kismet +kismetic +kisra +kiss +kissability +kissable +kissableness +kissage +kissar +kisser +kissing +kissingly +kissproof +kisswise +kissy +kist +kistful +kiswa +Kiswahili +Kit +kit +kitab +kitabis +Kitalpha +Kitamat +Kitan +kitar +kitcat +kitchen +kitchendom +kitchener +kitchenette +kitchenful +kitchenless +kitchenmaid +kitchenman +kitchenry +kitchenward +kitchenwards +kitchenware +kitchenwife +kitcheny +kite +kiteflier +kiteflying +kith +kithe +kithless +kitish +Kitkahaxki +Kitkehahki +kitling +Kitlope +Kittatinny +kittel +kitten +kittendom +kittenhearted +kittenhood +kittenish +kittenishly +kittenishness +kittenless +kittenship +kitter +kittereen +kitthoge +kittiwake +kittle +kittlepins +kittles +kittlish +kittly +kittock +kittul +Kitty +kitty +kittysol +Kitunahan +kiva +kiver +kivikivi +kivu +Kiwai +Kiwanian +Kiwanis +kiwi +kiwikiwi +kiyas +kiyi +Kizil +Kizilbash +Kjeldahl +kjeldahlization +kjeldahlize +klafter +klaftern +klam +Klamath +Klan +Klanism +Klansman +Klanswoman +klaprotholite +Klaskino +Klaudia +Klaus +klavern +Klaxon +klaxon +Klebsiella +kleeneboc +Kleinian +Kleistian +klendusic +klendusity +klendusive +klepht +klephtic +klephtism +kleptic +kleptistic +kleptomania +kleptomaniac +kleptomanist +kleptophobia +klicket +Klikitat +Kling +Klingsor +klip +klipbok +klipdachs +klipdas +klipfish +klippe +klippen +klipspringer +klister +klockmannite +klom +Klondike +Klondiker +klootchman +klop +klops +klosh +Kluxer +klystron +kmet +knab +knabble +knack +knackebrod +knacker +knackery +knacky +knag +knagged +knaggy +knap +knapbottle +knape +knappan +Knapper +knapper +knappish +knappishly +knapsack +knapsacked +knapsacking +knapweed +knar +knark +knarred +knarry +Knautia +knave +knavery +knaveship +knavess +knavish +knavishly +knavishness +knawel +knead +kneadability +kneadable +kneader +kneading +kneadingly +knebelite +knee +kneebrush +kneecap +kneed +kneehole +kneel +kneeler +kneelet +kneeling +kneelingly +kneepad +kneepan +kneepiece +kneestone +Kneiffia +Kneippism +knell +knelt +Knesset +knet +knew +knez +knezi +kniaz +kniazi +knick +knicker +Knickerbocker +knickerbockered +knickerbockers +knickered +knickers +knickknack +knickknackatory +knickknacked +knickknackery +knickknacket +knickknackish +knickknacky +knickpoint +knife +knifeboard +knifeful +knifeless +knifelike +knifeman +knifeproof +knifer +knifesmith +knifeway +knight +knightage +knightess +knighthead +knighthood +Knightia +knightless +knightlihood +knightlike +knightliness +knightling +knightly +knightship +knightswort +Kniphofia +Knisteneaux +knit +knitback +knitch +knitted +knitter +knitting +knittle +knitwear +knitweed +knitwork +knived +knivey +knob +knobbed +knobber +knobbiness +knobble +knobbler +knobbly +knobby +knobkerrie +knoblike +knobstick +knobstone +knobular +knobweed +knobwood +knock +knockabout +knockdown +knockemdown +knocker +knocking +knockless +knockoff +knockout +knockstone +knockup +knoll +knoller +knolly +knop +knopite +knopped +knopper +knoppy +knopweed +knorhaan +Knorria +knosp +knosped +Knossian +knot +knotberry +knotgrass +knothole +knothorn +knotless +knotlike +knotroot +knotted +knotter +knottily +knottiness +knotting +knotty +knotweed +knotwork +knotwort +knout +know +knowability +knowable +knowableness +knowe +knower +knowing +knowingly +knowingness +knowledge +knowledgeable +knowledgeableness +knowledgeably +knowledged +knowledgeless +knowledgement +knowledging +known +knowperts +Knoxian +Knoxville +knoxvillite +knub +knubbly +knubby +knublet +knuckle +knucklebone +knuckled +knuckler +knuckling +knuckly +knuclesome +Knudsen +knur +knurl +knurled +knurling +knurly +Knut +knut +Knute +knutty +knyaz +knyazi +Ko +ko +koa +koae +koala +koali +Koasati +kob +koban +kobellite +kobi +kobird +kobold +kobong +kobu +Kobus +Koch +Kochab +Kochia +kochliarion +koda +Kodagu +Kodak +kodak +kodaker +kodakist +kodakry +Kodashim +kodro +kodurite +Koeberlinia +Koeberliniaceae +koeberliniaceous +koechlinite +Koeksotenok +koel +Koellia +Koelreuteria +koenenite +Koeri +koff +koft +koftgar +koftgari +koggelmannetje +Kogia +Kohathite +Koheleth +kohemp +Kohen +Kohistani +Kohl +kohl +Kohlan +kohlrabi +kohua +koi +Koiari +Koibal +koil +koila +koilanaglyphic +koilon +koimesis +Koine +koine +koinon +koinonia +Koipato +Koitapu +kojang +Kojiki +kokako +kokam +kokan +kokerboom +kokil +kokio +koklas +koklass +Koko +koko +kokoon +Kokoona +kokoromiko +kokowai +kokra +koksaghyz +koku +kokum +kokumin +kokumingun +Kol +kola +kolach +Kolarian +Koldaji +kolea +koleroga +kolhoz +Koli +kolinski +kolinsky +Kolis +kolkhos +kolkhoz +Kolkka +kollast +kollaster +koller +kollergang +kolo +kolobion +kolobus +kolokolo +kolsun +koltunna +koltunnor +Koluschan +Kolush +Komati +komatik +kombu +Kome +Komi +kominuter +kommetje +kommos +komondor +kompeni +Komsomol +kon +kona +konak +Konariot +Konde +Kongo +Kongoese +Kongolese +kongoni +kongsbergite +kongu +Konia +Koniaga +Koniga +konimeter +koninckite +konini +koniology +koniscope +konjak +Konkani +Konomihu +Konrad +konstantin +Konstantinos +kontakion +Konyak +kooka +kookaburra +kookeree +kookery +kookri +koolah +kooletah +kooliman +koolokamba +Koolooly +koombar +koomkie +Koorg +kootcha +Kootenay +kop +Kopagmiut +kopeck +koph +kopi +koppa +koppen +koppite +Koprino +kor +Kora +kora +koradji +Korah +Korahite +Korahitic +korait +korakan +Koran +Korana +Koranic +Koranist +korari +Kore +kore +Korean +korec +koreci +Koreish +Koreishite +korero +Koreshan +Koreshanity +kori +korimako +korin +Kornephorus +kornerupine +kornskeppa +kornskeppur +korntonde +korntonder +korntunna +korntunnur +Koroa +koromika +koromiko +korona +korova +korrel +korrigum +korumburra +koruna +Korwa +Kory +Koryak +korymboi +korymbos +korzec +kos +Kosalan +Koschei +kosher +Kosimo +kosin +kosmokrator +Koso +kosong +kosotoxin +Kossaean +Kossean +Kosteletzkya +koswite +Kota +kotal +Kotar +koto +Kotoko +kotschubeite +kottigite +kotuku +kotukutuku +kotwal +kotwalee +kotyle +kotylos +kou +koulan +Koungmiut +kouza +kovil +Kowagmiut +kowhai +kowtow +koyan +kozo +Kpuesi +Kra +kra +kraal +kraft +Krag +kragerite +krageroite +krait +kraken +krakowiak +kral +Krama +krama +Krameria +Krameriaceae +krameriaceous +kran +krantzite +Krapina +kras +krasis +kratogen +kratogenic +Kraunhia +kraurite +kraurosis +kraurotic +krausen +krausite +kraut +kreis +Kreistag +kreistle +kreittonite +krelos +kremersite +kremlin +krems +kreng +krennerite +Krepi +kreplech +kreutzer +kriegspiel +krieker +Krigia +krimmer +krina +Kriophoros +Kris +Krishna +Krishnaism +Krishnaist +Krishnaite +Krishnaitic +Kristen +Kristi +Kristian +Kristin +Kristinaux +krisuvigite +kritarchy +Krithia +Kriton +kritrima +krobyloi +krobylos +krocket +krohnkite +krome +kromeski +kromogram +kromskop +krona +krone +kronen +kroner +Kronion +kronor +kronur +Kroo +kroon +krosa +krouchka +kroushka +Kru +Krugerism +Krugerite +Kruman +krummhorn +kryokonite +krypsis +kryptic +krypticism +kryptocyanine +kryptol +kryptomere +krypton +Krzysztof +Kshatriya +Kshatriyahood +Kua +Kuan +kuan +Kuar +Kuba +kuba +Kubachi +Kubanka +kubba +Kubera +kubuklion +Kuchean +kuchen +kudize +kudos +Kudrun +kudu +kudzu +Kuehneola +kuei +Kufic +kuge +kugel +Kuhnia +Kui +kuichua +Kuki +kukoline +kukri +kuku +kukui +Kukulcan +kukupa +Kukuruku +kula +kulack +Kulah +kulah +kulaite +kulak +kulakism +Kulanapan +kulang +Kuldip +Kuli +kulimit +kulkarni +kullaite +Kullani +kulm +kulmet +Kulturkampf +Kulturkreis +Kuman +kumbi +kumhar +kumiss +kummel +Kumni +kumquat +kumrah +Kumyk +kunai +Kunbi +Kundry +Kuneste +kung +kunk +kunkur +Kunmiut +kunzite +Kuomintang +kupfernickel +kupfferite +kuphar +kupper +Kuranko +kurbash +kurchicine +kurchine +Kurd +Kurdish +Kurdistan +kurgan +Kuri +Kurilian +Kurku +kurmburra +Kurmi +Kuroshio +kurrajong +Kurt +kurtosis +Kuruba +Kurukh +kuruma +kurumaya +Kurumba +kurung +kurus +kurvey +kurveyor +kusa +kusam +Kusan +kusha +Kushshu +kusimansel +kuskite +kuskos +kuskus +Kuskwogmiut +Kustenau +kusti +Kusum +kusum +kutcha +Kutchin +Kutenai +kuttab +kuttar +kuttaur +kuvasz +Kuvera +kvass +kvint +kvinter +Kwakiutl +kwamme +kwan +Kwannon +Kwapa +kwarta +kwarterka +kwazoku +kyack +kyah +kyar +kyat +kyaung +Kybele +Kyklopes +Kyklops +kyl +Kyle +kyle +kylite +kylix +Kylo +kymation +kymatology +kymbalon +kymogram +kymograph +kymographic +kynurenic +kynurine +kyphoscoliosis +kyphoscoliotic +Kyphosidae +kyphosis +kyphotic +Kyrie +kyrine +kyschtymite +kyte +Kyu +Kyung +Kyurin +Kyurinish +L +l +la +laager +laang +lab +Laban +labara +labarum +labba +labber +labdacism +labdacismus +labdanum +labefact +labefactation +labefaction +labefy +label +labeler +labella +labellate +labeller +labelloid +labellum +labia +labial +labialism +labialismus +labiality +labialization +labialize +labially +Labiatae +labiate +labiated +labidophorous +Labidura +Labiduridae +labiella +labile +lability +labilization +labilize +labioalveolar +labiocervical +labiodental +labioglossal +labioglossolaryngeal +labioglossopharyngeal +labiograph +labioguttural +labiolingual +labiomancy +labiomental +labionasal +labiopalatal +labiopalatalize +labiopalatine +labiopharyngeal +labioplasty +labiose +labiotenaculum +labiovelar +labioversion +labis +labium +lablab +labor +laborability +laborable +laborage +laborant +laboratorial +laboratorian +laboratory +labordom +labored +laboredly +laboredness +laborer +laboress +laborhood +laboring +laboringly +laborious +laboriously +laboriousness +laborism +laborist +laborite +laborless +laborous +laborously +laborousness +laborsaving +laborsome +laborsomely +laborsomeness +Laboulbenia +Laboulbeniaceae +laboulbeniaceous +Laboulbeniales +labour +labra +Labrador +Labradorean +labradorite +labradoritic +labral +labret +labretifery +Labridae +labroid +Labroidea +labrosaurid +labrosauroid +Labrosaurus +labrose +labrum +Labrus +labrusca +labrys +Laburnum +labyrinth +labyrinthal +labyrinthally +labyrinthian +labyrinthibranch +labyrinthibranchiate +Labyrinthibranchii +labyrinthic +labyrinthical +labyrinthically +Labyrinthici +labyrinthiform +labyrinthine +labyrinthitis +Labyrinthodon +labyrinthodont +Labyrinthodonta +labyrinthodontian +labyrinthodontid +labyrinthodontoid +Labyrinthula +Labyrinthulidae +lac +lacca +laccaic +laccainic +laccase +laccol +laccolith +laccolithic +laccolitic +lace +lacebark +laced +Lacedaemonian +laceflower +laceleaf +laceless +lacelike +lacemaker +lacemaking +laceman +lacepiece +lacepod +lacer +lacerability +lacerable +lacerant +lacerate +lacerated +lacerately +laceration +lacerative +Lacerta +Lacertae +lacertian +Lacertid +Lacertidae +lacertiform +Lacertilia +lacertilian +lacertiloid +lacertine +lacertoid +lacertose +lacery +lacet +lacewing +lacewoman +lacewood +lacework +laceworker +laceybark +lache +Lachenalia +laches +Lachesis +Lachnanthes +Lachnosterna +lachryma +lachrymae +lachrymaeform +lachrymal +lachrymally +lachrymalness +lachrymary +lachrymation +lachrymator +lachrymatory +lachrymiform +lachrymist +lachrymogenic +lachrymonasal +lachrymosal +lachrymose +lachrymosely +lachrymosity +lachrymous +lachsa +lacily +Lacinaria +laciness +lacing +lacinia +laciniate +laciniated +laciniation +laciniform +laciniola +laciniolate +laciniose +lacinula +lacinulate +lacinulose +lacis +lack +lackadaisical +lackadaisicality +lackadaisically +lackadaisicalness +lackadaisy +lackaday +lacker +lackey +lackeydom +lackeyed +lackeyism +lackeyship +lackland +lackluster +lacklusterness +lacklustrous +lacksense +lackwit +lackwittedly +lackwittedness +lacmoid +lacmus +Laconian +Laconic +laconic +laconica +laconically +laconicalness +laconicism +laconicum +laconism +laconize +laconizer +Lacosomatidae +lacquer +lacquerer +lacquering +lacquerist +lacroixite +lacrosse +lacrosser +lacrym +lactagogue +lactalbumin +lactam +lactamide +lactant +lactarene +lactarious +lactarium +Lactarius +lactary +lactase +lactate +lactation +lactational +lacteal +lactean +lactenin +lacteous +lactesce +lactescence +lactescency +lactescent +lactic +lacticinia +lactid +lactide +lactiferous +lactiferousness +lactific +lactifical +lactification +lactiflorous +lactifluous +lactiform +lactifuge +lactify +lactigenic +lactigenous +lactigerous +lactim +lactimide +lactinate +lactivorous +lacto +lactobacilli +Lactobacillus +lactobacillus +lactobutyrometer +lactocele +lactochrome +lactocitrate +lactodensimeter +lactoflavin +lactoglobulin +lactoid +lactol +lactometer +lactone +lactonic +lactonization +lactonize +lactophosphate +lactoproteid +lactoprotein +lactoscope +lactose +lactoside +lactosuria +lactothermometer +lactotoxin +lactovegetarian +Lactuca +lactucarium +lactucerin +lactucin +lactucol +lactucon +lactyl +lacuna +lacunae +lacunal +lacunar +lacunaria +lacunary +lacune +lacunose +lacunosity +lacunule +lacunulose +lacuscular +lacustral +lacustrian +lacustrine +lacwork +lacy +lad +Ladakhi +ladakin +ladanigerous +ladanum +ladder +laddered +laddering +ladderlike +ladderway +ladderwise +laddery +laddess +laddie +laddikie +laddish +laddock +lade +lademan +laden +lader +ladhood +ladies +ladify +Ladik +Ladin +lading +Ladino +ladkin +ladle +ladleful +ladler +ladlewood +ladrone +ladronism +ladronize +lady +ladybird +ladybug +ladyclock +ladydom +ladyfinger +ladyfish +ladyfly +ladyfy +ladyhood +ladyish +ladyism +ladykin +ladykind +ladyless +ladylike +ladylikely +ladylikeness +ladyling +ladylintywhite +ladylove +ladyly +ladyship +Ladytide +Laelia +laemodipod +Laemodipoda +laemodipodan +laemodipodiform +laemodipodous +laemoparalysis +laemostenosis +laeotropic +laeotropism +Laestrygones +laet +laeti +laetic +Laevigrada +laevoduction +laevogyrate +laevogyre +laevogyrous +laevolactic +laevorotation +laevorotatory +laevotartaric +laevoversion +lafayette +Lafite +lag +lagan +lagarto +lagen +lagena +Lagenaria +lagend +lageniform +lager +Lagerstroemia +Lagetta +lagetto +laggar +laggard +laggardism +laggardly +laggardness +lagged +laggen +lagger +laggin +lagging +laglast +lagna +lagniappe +lagomorph +Lagomorpha +lagomorphic +lagomorphous +Lagomyidae +lagonite +lagoon +lagoonal +lagoonside +lagophthalmos +lagopode +lagopodous +lagopous +Lagopus +Lagorchestes +lagostoma +Lagostomus +Lagothrix +Lagrangian +Lagthing +Lagting +Laguncularia +Lagunero +Lagurus +lagwort +Lahnda +Lahontan +Lahuli +Lai +lai +Laibach +laic +laical +laicality +laically +laich +laicism +laicity +laicization +laicize +laicizer +laid +laigh +lain +laine +laiose +lair +lairage +laird +lairdess +lairdie +lairdly +lairdocracy +lairdship +lairless +lairman +lairstone +lairy +laitance +laity +Lak +lak +lakarpite +lakatoi +lake +lakeland +lakelander +lakeless +lakelet +lakelike +lakemanship +laker +lakeside +lakeward +lakeweed +lakie +laking +lakish +lakishness +lakism +lakist +Lakota +Lakshmi +laky +lalang +lall +Lallan +Lalland +lallation +lalling +lalo +laloneurosis +lalopathy +lalophobia +laloplegia +lam +lama +lamaic +Lamaism +Lamaist +Lamaistic +Lamaite +Lamanism +Lamanite +Lamano +lamantin +lamany +Lamarckia +Lamarckian +Lamarckianism +Lamarckism +lamasary +lamasery +lamastery +lamb +Lamba +lamba +Lambadi +lambale +lambaste +lambda +lambdacism +lambdoid +lambdoidal +lambeau +lambency +lambent +lambently +lamber +Lambert +lambert +lambhood +lambie +lambiness +lambish +lambkill +lambkin +Lamblia +lambliasis +lamblike +lambling +lambly +lamboys +lambrequin +lambsdown +lambskin +lambsuccory +lamby +lame +lamedh +lameduck +lamel +lamella +lamellar +Lamellaria +Lamellariidae +lamellarly +lamellary +lamellate +lamellated +lamellately +lamellation +lamellibranch +Lamellibranchia +Lamellibranchiata +lamellibranchiate +lamellicorn +lamellicornate +Lamellicornes +Lamellicornia +lamellicornous +lamelliferous +lamelliform +lamellirostral +lamellirostrate +Lamellirostres +lamelloid +lamellose +lamellosity +lamellule +lamely +lameness +lament +lamentable +lamentableness +lamentably +lamentation +lamentational +lamentatory +lamented +lamentedly +lamenter +lamentful +lamenting +lamentingly +lamentive +lamentory +lamester +lamestery +lameter +lametta +lamia +Lamiaceae +lamiaceous +lamiger +lamiid +Lamiidae +Lamiides +Lamiinae +lamin +lamina +laminability +laminable +laminae +laminar +Laminaria +Laminariaceae +laminariaceous +Laminariales +laminarian +laminarin +laminarioid +laminarite +laminary +laminate +laminated +lamination +laminboard +laminectomy +laminiferous +laminiform +laminiplantar +laminiplantation +laminitis +laminose +laminous +lamish +Lamista +lamiter +Lamium +Lammas +lammas +Lammastide +lammer +lammergeier +lammock +lammy +Lamna +lamnectomy +lamnid +Lamnidae +lamnoid +lamp +lampad +lampadary +lampadedromy +lampadephore +lampadephoria +lampadite +lampas +lampatia +lampblack +lamper +lampern +lampers +lampflower +lampfly +lampful +lamphole +lamping +lampion +lampist +lampistry +lampless +lamplet +lamplight +lamplighted +lamplighter +lamplit +lampmaker +lampmaking +lampman +Lampong +lampoon +lampooner +lampoonery +lampoonist +lamppost +lamprey +Lampridae +lamprophony +lamprophyre +lamprophyric +lamprotype +Lampsilis +Lampsilus +lampstand +lampwick +lampyrid +Lampyridae +lampyrine +Lampyris +Lamus +Lamut +lamziekte +lan +Lana +lanameter +Lanao +Lanarkia +lanarkite +lanas +lanate +lanated +lanaz +Lancaster +Lancasterian +Lancastrian +Lance +lance +lanced +lancegay +lancelet +lancelike +lancely +lanceman +lanceolar +lanceolate +lanceolated +lanceolately +lanceolation +lancepesade +lancepod +lanceproof +lancer +lances +lancet +lanceted +lanceteer +lancewood +lancha +lanciers +lanciferous +lanciform +lancinate +lancination +land +landamman +landau +landaulet +landaulette +landblink +landbook +landdrost +landed +lander +landesite +landfall +landfast +landflood +landgafol +landgravate +landgrave +landgraveship +landgravess +landgraviate +landgravine +landholder +landholdership +landholding +landimere +landing +landlady +landladydom +landladyhood +landladyish +landladyship +landless +landlessness +landlike +landline +landlock +landlocked +landlook +landlooker +landloper +landlord +landlordism +landlordly +landlordry +landlordship +landlouper +landlouping +landlubber +landlubberish +landlubberly +landlubbing +landman +landmark +Landmarker +landmil +landmonger +landocracy +landocrat +Landolphia +landolphia +landowner +landownership +landowning +landplane +landraker +landreeve +landright +landsale +landscape +landscapist +landshard +landship +landsick +landside +landskip +landslide +landslip +Landsmaal +landsman +landspout +landspringy +Landsting +landstorm +Landsturm +Landuman +landwaiter +landward +landwash +landways +Landwehr +landwhin +landwire +landwrack +lane +lanete +laneway +laney +langaha +langarai +langbanite +langbeinite +langca +Langhian +langi +langite +langlauf +langlaufer +langle +Lango +Langobard +Langobardic +langoon +langooty +langrage +langsat +Langsdorffia +langsettle +Langshan +langspiel +langsyne +language +languaged +languageless +langued +Languedocian +languescent +languet +languid +languidly +languidness +languish +languisher +languishing +languishingly +languishment +languor +languorous +languorously +langur +laniariform +laniary +laniate +laniferous +lanific +laniflorous +laniform +lanigerous +Laniidae +laniiform +Laniinae +lanioid +lanista +Lanital +Lanius +lank +lanket +lankily +lankiness +lankish +lankly +lankness +lanky +lanner +lanneret +Lanny +lanolin +lanose +lanosity +lansat +lansdowne +lanseh +lansfordite +lansknecht +lanson +lansquenet +lant +lantaca +Lantana +lanterloo +lantern +lanternflower +lanternist +lanternleaf +lanternman +lanthana +lanthanide +lanthanite +Lanthanotidae +Lanthanotus +lanthanum +lanthopine +lantum +lanuginose +lanuginous +lanuginousness +lanugo +lanum +Lanuvian +lanx +lanyard +Lao +Laodicean +Laodiceanism +Laotian +lap +lapacho +lapachol +lapactic +Lapageria +laparectomy +laparocele +laparocholecystotomy +laparocolectomy +laparocolostomy +laparocolotomy +laparocolpohysterotomy +laparocolpotomy +laparocystectomy +laparocystotomy +laparoelytrotomy +laparoenterostomy +laparoenterotomy +laparogastroscopy +laparogastrotomy +laparohepatotomy +laparohysterectomy +laparohysteropexy +laparohysterotomy +laparoileotomy +laparomyitis +laparomyomectomy +laparomyomotomy +laparonephrectomy +laparonephrotomy +laparorrhaphy +laparosalpingectomy +laparosalpingotomy +laparoscopy +laparosplenectomy +laparosplenotomy +laparostict +Laparosticti +laparothoracoscopy +laparotome +laparotomist +laparotomize +laparotomy +laparotrachelotomy +lapboard +lapcock +Lapeirousia +lapel +lapeler +lapelled +lapful +lapicide +lapidarian +lapidarist +lapidary +lapidate +lapidation +lapidator +lapideon +lapideous +lapidescent +lapidicolous +lapidific +lapidification +lapidify +lapidist +lapidity +lapidose +lapilliform +lapillo +lapillus +Lapith +Lapithae +Lapithaean +Laplacian +Lapland +Laplander +Laplandian +Laplandic +Laplandish +lapon +Laportea +Lapp +Lappa +lappaceous +lappage +lapped +lapper +lappet +lappeted +Lappic +lapping +Lappish +Lapponese +Lapponian +Lappula +lapsability +lapsable +Lapsana +lapsation +lapse +lapsed +lapser +lapsi +lapsing +lapsingly +lapstone +lapstreak +lapstreaked +lapstreaker +Laputa +Laputan +laputically +lapwing +lapwork +laquear +laquearian +laqueus +Lar +lar +Laralia +Laramide +Laramie +larboard +larbolins +larbowlines +larcener +larcenic +larcenish +larcenist +larcenous +larcenously +larceny +larch +larchen +lard +lardacein +lardaceous +larder +larderellite +larderer +larderful +larderlike +lardiform +lardite +Lardizabalaceae +lardizabalaceous +lardon +lardworm +lardy +lareabell +Larentiidae +large +largebrained +largehanded +largehearted +largeheartedness +largely +largemouth +largemouthed +largen +largeness +largess +larghetto +largifical +largish +largition +largitional +largo +Lari +lari +Laria +lariat +larick +larid +Laridae +laridine +larigo +larigot +lariid +Lariidae +larin +Larinae +larine +larithmics +Larix +larixin +lark +larker +larkiness +larking +larkingly +larkish +larkishness +larklike +larkling +larksome +larkspur +larky +larmier +larmoyant +Larnaudian +larnax +laroid +larrigan +larrikin +larrikinalian +larrikiness +larrikinism +larriman +larrup +Larry +larry +Lars +larsenite +Larunda +Larus +larva +Larvacea +larvae +larval +Larvalia +larvarium +larvate +larve +larvicidal +larvicide +larvicolous +larviform +larvigerous +larvikite +larviparous +larviposit +larviposition +larvivorous +larvule +laryngal +laryngalgia +laryngeal +laryngeally +laryngean +laryngeating +laryngectomy +laryngemphraxis +laryngendoscope +larynges +laryngic +laryngismal +laryngismus +laryngitic +laryngitis +laryngocele +laryngocentesis +laryngofission +laryngofissure +laryngograph +laryngography +laryngological +laryngologist +laryngology +laryngometry +laryngoparalysis +laryngopathy +laryngopharyngeal +laryngopharyngitis +laryngophony +laryngophthisis +laryngoplasty +laryngoplegia +laryngorrhagia +laryngorrhea +laryngoscleroma +laryngoscope +laryngoscopic +laryngoscopical +laryngoscopist +laryngoscopy +laryngospasm +laryngostasis +laryngostenosis +laryngostomy +laryngostroboscope +laryngotome +laryngotomy +laryngotracheal +laryngotracheitis +laryngotracheoscopy +laryngotracheotomy +laryngotyphoid +laryngovestibulitis +larynx +las +lasa +lasarwort +lascar +lascivious +lasciviously +lasciviousness +laser +Laserpitium +laserwort +lash +lasher +lashingly +lashless +lashlite +Lasi +lasianthous +Lasiocampa +lasiocampid +Lasiocampidae +Lasiocampoidea +lasiocarpous +Lasius +lask +lasket +Laspeyresia +laspring +lasque +lass +lasset +lassie +lassiehood +lassieish +lassitude +lasslorn +lasso +lassock +lassoer +last +lastage +laster +lasting +lastingly +lastingness +lastly +lastness +lastre +lastspring +lasty +lat +lata +latah +Latakia +Latania +Latax +latch +latcher +latchet +latching +latchkey +latchless +latchman +latchstring +late +latebra +latebricole +latecomer +latecoming +lated +lateen +lateener +lately +laten +latence +latency +lateness +latensification +latent +latentize +latently +latentness +later +latera +laterad +lateral +lateralis +laterality +lateralization +lateralize +laterally +Lateran +latericumbent +lateriflexion +laterifloral +lateriflorous +laterifolious +Laterigradae +laterigrade +laterinerved +laterite +lateritic +lateritious +lateriversion +laterization +lateroabdominal +lateroanterior +laterocaudal +laterocervical +laterodeviation +laterodorsal +lateroduction +lateroflexion +lateromarginal +lateronuchal +lateroposition +lateroposterior +lateropulsion +laterostigmatal +laterostigmatic +laterotemporal +laterotorsion +lateroventral +lateroversion +latescence +latescent +latesome +latest +latewhile +latex +latexosis +lath +lathe +lathee +latheman +lathen +lather +latherability +latherable +lathereeve +latherer +latherin +latheron +latherwort +lathery +lathesman +lathhouse +lathing +Lathraea +lathwork +lathy +lathyric +lathyrism +Lathyrus +Latian +latibulize +latices +laticiferous +laticlave +laticostate +latidentate +latifundian +latifundium +latigo +Latimeria +Latin +Latinate +Latiner +Latinesque +Latinian +Latinic +Latiniform +Latinism +latinism +Latinist +Latinistic +Latinistical +Latinitaster +Latinity +Latinization +Latinize +Latinizer +Latinless +Latinus +lation +latipennate +latiplantar +latirostral +Latirostres +latirostrous +Latirus +latisept +latiseptal +latiseptate +latish +latisternal +latitancy +latitant +latitat +latite +latitude +latitudinal +latitudinally +latitudinarian +latitudinarianisn +latitudinary +latitudinous +latomy +Latona +Latonian +Latooka +latrant +latration +latreutic +latria +Latrididae +latrine +Latris +latro +latrobe +latrobite +latrocinium +Latrodectus +latron +latten +lattener +latter +latterkin +latterly +lattermath +lattermost +latterness +lattice +latticed +latticewise +latticework +latticing +latticinio +Latuka +latus +Latvian +lauan +laubanite +laud +laudability +laudable +laudableness +laudably +laudanidine +laudanin +laudanine +laudanosine +laudanum +laudation +laudative +laudator +laudatorily +laudatory +lauder +Laudian +Laudianism +laudification +Laudism +Laudist +laudist +laugh +laughable +laughableness +laughably +laughee +laugher +laughful +laughing +laughingly +laughingstock +laughsome +laughter +laughterful +laughterless +laughworthy +laughy +lauia +laumonite +laumontite +laun +launce +launch +launcher +launchful +launchways +laund +launder +launderability +launderable +launderer +laundry +laundrymaid +laundryman +laundryowner +laundrywoman +laur +Laura +laura +Lauraceae +lauraceous +lauraldehyde +laurate +laurdalite +laureate +laureated +laureateship +laureation +Laurel +laurel +laureled +laurellike +laurelship +laurelwood +Laurence +Laurencia +Laurent +Laurentian +Laurentide +laureole +Laurianne +lauric +Laurie +laurin +laurinoxylon +laurionite +laurite +Laurocerasus +laurone +laurotetanine +Laurus +laurustine +laurustinus +laurvikite +lauryl +lautarite +lautitious +lava +lavable +lavabo +lavacre +lavage +lavaliere +lavalike +Lavandula +lavanga +lavant +lavaret +Lavatera +lavatic +lavation +lavational +lavatorial +lavatory +lave +laveer +Lavehr +lavement +lavender +lavenite +laver +Laverania +laverock +laverwort +lavialite +lavic +Lavinia +lavish +lavisher +lavishing +lavishingly +lavishly +lavishment +lavishness +lavolta +lavrovite +law +lawbook +lawbreaker +lawbreaking +lawcraft +lawful +lawfully +lawfulness +lawgiver +lawgiving +lawing +lawish +lawk +lawlants +lawless +lawlessly +lawlessness +lawlike +lawmaker +lawmaking +lawman +lawmonger +lawn +lawned +lawner +lawnlet +lawnlike +lawny +lawproof +Lawrence +lawrencite +Lawrie +lawrightman +Lawson +Lawsoneve +Lawsonia +lawsonite +lawsuit +lawsuiting +lawter +Lawton +lawyer +lawyeress +lawyerism +lawyerlike +lawyerling +lawyerly +lawyership +lawyery +lawzy +lax +laxate +laxation +laxative +laxatively +laxativeness +laxiflorous +laxifoliate +laxifolious +laxism +laxist +laxity +laxly +laxness +lay +layaway +layback +layboy +layer +layerage +layered +layery +layette +Layia +laying +layland +layman +laymanship +layne +layoff +layout +layover +layship +laystall +laystow +laywoman +Laz +lazar +lazaret +lazaretto +Lazarist +lazarlike +lazarly +lazarole +Lazarus +laze +lazily +laziness +lazule +lazuli +lazuline +lazulite +lazulitic +lazurite +lazy +lazybird +lazybones +lazyboots +lazyhood +lazyish +lazylegs +lazyship +lazzarone +lazzaroni +Lea +lea +leach +leacher +leachman +leachy +Lead +lead +leadable +leadableness +leadage +leadback +leaded +leaden +leadenhearted +leadenheartedness +leadenly +leadenness +leadenpated +leader +leaderess +leaderette +leaderless +leadership +leadhillite +leadin +leadiness +leading +leadingly +leadless +leadman +leadoff +leadout +leadproof +Leads +leadsman +leadstone +leadway +leadwood +leadwork +leadwort +leady +leaf +leafage +leafboy +leafcup +leafdom +leafed +leafen +leafer +leafery +leafgirl +leafit +leafless +leaflessness +leaflet +leafleteer +leaflike +leafstalk +leafwork +leafy +league +leaguelong +leaguer +Leah +leak +leakage +leakance +leaker +leakiness +leakless +leakproof +leaky +leal +lealand +leally +lealness +lealty +leam +leamer +lean +Leander +leaner +leaning +leanish +leanly +leanness +leant +leap +leapable +leaper +leapfrog +leapfrogger +leapfrogging +leaping +leapingly +leapt +Lear +lear +Learchus +learn +learnable +learned +learnedly +learnedness +learner +learnership +learning +learnt +Learoyd +leasable +lease +leasehold +leaseholder +leaseholding +leaseless +leasemonger +leaser +leash +leashless +leasing +leasow +least +leastways +leastwise +leat +leath +leather +leatherback +leatherbark +leatherboard +leatherbush +leathercoat +leathercraft +leatherer +Leatherette +leatherfish +leatherflower +leatherhead +leatherine +leatheriness +leathering +leatherize +leatherjacket +leatherleaf +leatherlike +leathermaker +leathermaking +leathern +leatherneck +Leatheroid +leatherroot +leatherside +Leatherstocking +leatherware +leatherwing +leatherwood +leatherwork +leatherworker +leatherworking +leathery +leathwake +leatman +leave +leaved +leaveless +leavelooker +leaven +leavening +leavenish +leavenless +leavenous +leaver +leaverwood +leaves +leaving +leavy +leawill +leban +Lebanese +lebbek +lebensraum +Lebistes +lebrancho +lecama +lecaniid +Lecaniinae +lecanine +Lecanium +lecanomancer +lecanomancy +lecanomantic +Lecanora +Lecanoraceae +lecanoraceous +lecanorine +lecanoroid +lecanoscopic +lecanoscopy +lech +Lechea +lecher +lecherous +lecherously +lecherousness +lechery +lechriodont +Lechriodonta +lechuguilla +lechwe +Lecidea +Lecideaceae +lecideaceous +lecideiform +lecideine +lecidioid +lecithal +lecithalbumin +lecithality +lecithin +lecithinase +lecithoblast +lecithoprotein +leck +lecker +lecontite +lecotropal +lectern +lection +lectionary +lectisternium +lector +lectorate +lectorial +lectorship +lectotype +lectress +lectrice +lectual +lecture +lecturee +lectureproof +lecturer +lectureship +lecturess +lecturette +lecyth +lecythid +Lecythidaceae +lecythidaceous +Lecythis +lecythoid +lecythus +led +Leda +lede +leden +lederite +ledge +ledged +ledgeless +ledger +ledgerdom +ledging +ledgment +ledgy +Ledidae +ledol +Ledum +Lee +lee +leeangle +leeboard +leech +leecheater +leecher +leechery +leeches +leechkin +leechlike +leechwort +leed +leefang +leeftail +leek +leekish +leeky +leep +leepit +leer +leerily +leeringly +leerish +leerness +leeroway +Leersia +leery +lees +leet +leetman +leewan +leeward +leewardly +leewardmost +leewardness +leeway +leewill +left +leftish +leftism +leftist +leftments +leftmost +leftness +leftover +leftward +leftwardly +leftwards +leg +legacy +legal +legalese +legalism +legalist +legalistic +legalistically +legality +legalization +legalize +legally +legalness +legantine +legatary +legate +legatee +legateship +legatine +legation +legationary +legative +legato +legator +legatorial +legend +legenda +legendarian +legendary +legendic +legendist +legendless +Legendrian +legendry +leger +legerdemain +legerdemainist +legerity +leges +legged +legger +legginess +legging +legginged +leggy +leghorn +legibility +legible +legibleness +legibly +legific +legion +legionary +legioned +legioner +legionnaire +legionry +legislate +legislation +legislational +legislativ +legislative +legislatively +legislator +legislatorial +legislatorially +legislatorship +legislatress +legislature +legist +legit +legitim +legitimacy +legitimate +legitimately +legitimateness +legitimation +legitimatist +legitimatize +legitimism +legitimist +legitimistic +legitimity +legitimization +legitimize +leglen +legless +leglessness +leglet +leglike +legman +legoa +legpiece +legpull +legpuller +legpulling +legrope +legua +leguan +Leguatia +leguleian +leguleious +legume +legumelin +legumen +legumin +leguminiform +Leguminosae +leguminose +leguminous +Lehi +lehr +lehrbachite +lehrman +lehua +lei +Leibnitzian +Leibnitzianism +Leicester +Leif +Leigh +leighton +Leila +leimtype +leiocephalous +leiocome +leiodermatous +leiodermia +leiomyofibroma +leiomyoma +leiomyomatous +leiomyosarcoma +leiophyllous +Leiophyllum +Leiothrix +Leiotrichan +Leiotriches +Leiotrichi +Leiotrichidae +Leiotrichinae +leiotrichine +leiotrichous +leiotrichy +leiotropic +Leipoa +Leishmania +leishmaniasis +Leisten +leister +leisterer +leisurable +leisurably +leisure +leisured +leisureful +leisureless +leisureliness +leisurely +leisureness +Leith +leitmotiv +Leitneria +Leitneriaceae +leitneriaceous +Leitneriales +lek +lekach +lekane +lekha +Lelia +Lemaireocereus +leman +Lemanea +Lemaneaceae +lemel +lemma +lemmata +lemming +lemmitis +lemmoblastic +lemmocyte +Lemmus +Lemna +Lemnaceae +lemnaceous +lemnad +Lemnian +lemniscate +lemniscatic +lemniscus +lemography +lemology +lemon +lemonade +Lemonias +Lemoniidae +Lemoniinae +lemonish +lemonlike +lemonweed +lemonwood +lemony +Lemosi +Lemovices +lempira +Lemuel +lemur +lemures +Lemuria +Lemurian +lemurian +lemurid +Lemuridae +lemuriform +Lemurinae +lemurine +lemuroid +Lemuroidea +Len +Lena +lenad +Lenaea +Lenaean +Lenaeum +Lenaeus +Lenape +lenard +Lenca +Lencan +lench +lend +lendable +lendee +lender +Lendu +lene +length +lengthen +lengthener +lengther +lengthful +lengthily +lengthiness +lengthsman +lengthsome +lengthsomeness +lengthways +lengthwise +lengthy +lenience +leniency +lenient +leniently +lenify +Leninism +Leninist +Leninite +lenis +lenitic +lenitive +lenitively +lenitiveness +lenitude +lenity +lennilite +Lennoaceae +lennoaceous +lennow +Lenny +leno +Lenora +lens +lensed +lensless +lenslike +Lent +lent +Lenten +Lententide +lenth +lenthways +Lentibulariaceae +lentibulariaceous +lenticel +lenticellate +lenticle +lenticonus +lenticula +lenticular +lenticulare +lenticularis +lenticularly +lenticulate +lenticulated +lenticule +lenticulostriate +lenticulothalamic +lentiform +lentigerous +lentiginous +lentigo +lentil +Lentilla +lentisc +lentiscine +lentisco +lentiscus +lentisk +lentitude +lentitudinous +lento +lentoid +lentor +lentous +lenvoi +lenvoy +Lenzites +Leo +Leon +Leonard +Leonardesque +Leonato +leoncito +Leonese +leonhardite +Leonid +Leonine +leonine +leoninely +leonines +Leonis +Leonist +leonite +Leonnoys +Leonora +Leonotis +leontiasis +Leontocebus +leontocephalous +Leontodon +Leontopodium +Leonurus +leopard +leoparde +leopardess +leopardine +leopardite +leopardwood +Leopold +Leopoldinia +leopoldite +Leora +leotard +lepa +Lepadidae +lepadoid +Lepanto +lepargylic +Lepargyraea +Lepas +Lepcha +leper +leperdom +lepered +lepidene +lepidine +Lepidium +lepidoblastic +Lepidodendraceae +lepidodendraceous +lepidodendrid +lepidodendroid +Lepidodendron +lepidoid +Lepidoidei +lepidolite +lepidomelane +Lepidophloios +lepidophyllous +Lepidophyllum +lepidophyte +lepidophytic +lepidoporphyrin +lepidopter +Lepidoptera +lepidopteral +lepidopteran +lepidopterid +lepidopterist +lepidopterological +lepidopterologist +lepidopterology +lepidopteron +lepidopterous +Lepidosauria +lepidosaurian +Lepidosiren +Lepidosirenidae +lepidosirenoid +lepidosis +Lepidosperma +Lepidospermae +Lepidosphes +Lepidostei +lepidosteoid +Lepidosteus +Lepidostrobus +lepidote +Lepidotes +lepidotic +Lepidotus +Lepidurus +Lepilemur +Lepiota +Lepisma +Lepismatidae +Lepismidae +lepismoid +Lepisosteidae +Lepisosteus +lepocyte +Lepomis +leporid +Leporidae +leporide +leporiform +leporine +Leporis +Lepospondyli +lepospondylous +Leposternidae +Leposternon +lepothrix +lepra +Lepralia +lepralian +leprechaun +lepric +leproid +leprologic +leprologist +leprology +leproma +lepromatous +leprosarium +leprose +leprosery +leprosied +leprosis +leprosity +leprosy +leprous +leprously +leprousness +Leptamnium +Leptandra +leptandrin +leptid +Leptidae +leptiform +Leptilon +leptinolite +Leptinotarsa +leptite +Leptocardia +leptocardian +Leptocardii +leptocentric +leptocephalan +leptocephali +leptocephalia +leptocephalic +leptocephalid +Leptocephalidae +leptocephaloid +leptocephalous +Leptocephalus +leptocephalus +leptocephaly +leptocercal +leptochlorite +leptochroa +leptochrous +leptoclase +leptodactyl +Leptodactylidae +leptodactylous +Leptodactylus +leptodermatous +leptodermous +Leptodora +Leptodoridae +Leptogenesis +leptokurtic +Leptolepidae +Leptolepis +Leptolinae +leptomatic +leptome +Leptomedusae +leptomedusan +leptomeningeal +leptomeninges +leptomeningitis +leptomeninx +leptometer +leptomonad +Leptomonas +Lepton +lepton +leptonecrosis +leptonema +leptopellic +Leptophis +leptophyllous +leptoprosope +leptoprosopic +leptoprosopous +leptoprosopy +Leptoptilus +Leptorchis +leptorrhin +leptorrhine +leptorrhinian +leptorrhinism +leptosome +leptosperm +Leptospermum +Leptosphaeria +Leptospira +leptospirosis +leptosporangiate +Leptostraca +leptostracan +leptostracous +Leptostromataceae +Leptosyne +leptotene +Leptothrix +Leptotrichia +Leptotyphlopidae +Leptotyphlops +leptus +leptynite +Lepus +Ler +Lernaea +Lernaeacea +Lernaean +Lernaeidae +lernaeiform +lernaeoid +Lernaeoides +lerot +lerp +lerret +Lerwa +Les +Lesath +Lesbia +Lesbian +Lesbianism +lesche +Lesgh +lesion +lesional +lesiy +Leskea +Leskeaceae +leskeaceous +Lesleya +Leslie +Lespedeza +Lesquerella +less +lessee +lesseeship +lessen +lessener +lesser +lessive +lessn +lessness +lesson +lessor +lest +Lester +lestiwarite +lestobiosis +lestobiotic +Lestodon +Lestosaurus +lestrad +Lestrigon +Lestrigonian +let +letch +letchy +letdown +lete +lethal +lethality +lethalize +lethally +lethargic +lethargical +lethargically +lethargicalness +lethargize +lethargus +lethargy +Lethe +Lethean +lethiferous +Lethocerus +lethologica +Letitia +Leto +letoff +Lett +lettable +letten +letter +lettered +letterer +letteret +lettergram +letterhead +letterin +lettering +letterleaf +letterless +letterpress +letterspace +letterweight +letterwood +Lettic +Lettice +Lettish +lettrin +lettsomite +lettuce +Letty +letup +leu +Leucadendron +Leucadian +leucaemia +leucaemic +Leucaena +leucaethiop +leucaethiopic +leucaniline +leucanthous +leucaugite +leucaurin +leucemia +leucemic +Leucetta +leuch +leuchaemia +leuchemia +leuchtenbergite +Leucichthys +Leucifer +Leuciferidae +leucine +Leucippus +leucism +leucite +leucitic +leucitis +leucitite +leucitohedron +leucitoid +Leuckartia +Leuckartiidae +leuco +leucobasalt +leucoblast +leucoblastic +Leucobryaceae +Leucobryum +leucocarpous +leucochalcite +leucocholic +leucocholy +leucochroic +leucocidic +leucocidin +leucocism +leucocrate +leucocratic +Leucocrinum +leucocyan +leucocytal +leucocyte +leucocythemia +leucocythemic +leucocytic +leucocytoblast +leucocytogenesis +leucocytoid +leucocytology +leucocytolysin +leucocytolysis +leucocytolytic +leucocytometer +leucocytopenia +leucocytopenic +leucocytoplania +leucocytopoiesis +leucocytosis +leucocytotherapy +leucocytotic +Leucocytozoon +leucoderma +leucodermatous +leucodermic +leucoencephalitis +leucogenic +leucoid +leucoindigo +leucoindigotin +Leucojaceae +Leucojum +leucolytic +leucoma +leucomaine +leucomatous +leucomelanic +leucomelanous +leucon +Leuconostoc +leucopenia +leucopenic +leucophane +leucophanite +leucophoenicite +leucophore +leucophyllous +leucophyre +leucoplakia +leucoplakial +leucoplast +leucoplastid +leucopoiesis +leucopoietic +leucopyrite +leucoquinizarin +leucorrhea +leucorrheal +leucoryx +leucosis +Leucosolenia +Leucosoleniidae +leucospermous +leucosphenite +leucosphere +leucospheric +leucostasis +Leucosticte +leucosyenite +leucotactic +Leucothea +Leucothoe +leucotic +leucotome +leucotomy +leucotoxic +leucous +leucoxene +leucyl +leud +leuk +leukemia +leukemic +leukocidic +leukocidin +leukosis +leukotic +leuma +Leung +lev +Levana +levance +Levant +levant +Levanter +levanter +Levantine +levator +levee +level +leveler +levelheaded +levelheadedly +levelheadedness +leveling +levelish +levelism +levelly +levelman +levelness +lever +leverage +leverer +leveret +leverman +levers +leverwood +Levi +leviable +leviathan +levier +levigable +levigate +levigation +levigator +levin +levining +levir +levirate +leviratical +leviration +Levis +Levisticum +levitant +levitate +levitation +levitational +levitative +levitator +Levite +Levitical +Leviticalism +Leviticality +Levitically +Leviticalness +Leviticism +Leviticus +Levitism +levity +levo +levoduction +levogyrate +levogyre +levogyrous +levolactic +levolimonene +levorotation +levorotatory +levotartaric +levoversion +levulic +levulin +levulinic +levulose +levulosuria +levy +levyist +levynite +Lew +lew +Lewanna +lewd +lewdly +lewdness +Lewie +Lewis +lewis +Lewisia +Lewisian +lewisite +lewisson +lewth +Lex +lexia +lexical +lexicalic +lexicality +lexicographer +lexicographian +lexicographic +lexicographical +lexicographically +lexicographist +lexicography +lexicologic +lexicological +lexicologist +lexicology +lexicon +lexiconist +lexiconize +lexigraphic +lexigraphical +lexigraphically +lexigraphy +lexiphanic +lexiphanicism +ley +leyland +leysing +Lezghian +lherzite +lherzolite +Lhota +li +liability +liable +liableness +liaison +liana +liang +liar +liard +Lias +Liassic +Liatris +libament +libaniferous +libanophorous +libanotophorous +libant +libate +libation +libationary +libationer +libatory +libber +libbet +libbra +Libby +libel +libelant +libelee +libeler +libelist +libellary +libellate +Libellula +libellulid +Libellulidae +libelluloid +libelous +libelously +Liber +liber +liberal +Liberalia +liberalism +liberalist +liberalistic +liberality +liberalization +liberalize +liberalizer +liberally +liberalness +liberate +liberation +liberationism +liberationist +liberative +liberator +liberatory +liberatress +Liberia +Liberian +liberomotor +libertarian +libertarianism +Libertas +liberticidal +liberticide +libertinage +libertine +libertinism +liberty +libertyless +libethenite +libidibi +libidinal +libidinally +libidinosity +libidinous +libidinously +libidinousness +libido +Libitina +libken +Libocedrus +Libra +libra +libral +librarian +librarianess +librarianship +librarious +librarius +library +libraryless +librate +libration +libratory +libretti +librettist +libretto +Librid +libriform +libroplast +Libyan +Libytheidae +Libytheinae +Licania +licareol +licca +licensable +license +licensed +licensee +licenseless +licenser +licensor +licensure +licentiate +licentiateship +licentiation +licentious +licentiously +licentiousness +lich +licham +lichanos +lichen +lichenaceous +lichened +Lichenes +licheniasis +lichenic +lichenicolous +licheniform +lichenin +lichenism +lichenist +lichenivorous +lichenization +lichenize +lichenlike +lichenographer +lichenographic +lichenographical +lichenographist +lichenography +lichenoid +lichenologic +lichenological +lichenologist +lichenology +Lichenopora +Lichenoporidae +lichenose +licheny +lichi +Lichnophora +Lichnophoridae +Licinian +licit +licitation +licitly +licitness +lick +licker +lickerish +lickerishly +lickerishness +licking +lickpenny +lickspit +lickspittle +lickspittling +licorice +licorn +licorne +lictor +lictorian +Licuala +lid +Lida +lidded +lidder +Lide +lidflower +lidgate +lidless +lie +liebenerite +Liebfraumilch +liebigite +lied +lief +liege +liegedom +liegeful +liegefully +liegeless +liegely +liegeman +lieger +lien +lienal +lienculus +lienee +lienic +lienitis +lienocele +lienogastric +lienointestinal +lienomalacia +lienomedullary +lienomyelogenous +lienopancreatic +lienor +lienorenal +lienotoxin +lienteria +lienteric +lientery +lieproof +lieprooflier +lieproofliest +lier +lierne +lierre +liesh +liespfund +lieu +lieue +lieutenancy +lieutenant +lieutenantry +lieutenantship +Lievaart +lieve +lievrite +Lif +life +lifeblood +lifeboat +lifeboatman +lifeday +lifedrop +lifeful +lifefully +lifefulness +lifeguard +lifehold +lifeholder +lifeless +lifelessly +lifelessness +lifelet +lifelike +lifelikeness +lifeline +lifelong +lifer +liferent +liferenter +liferentrix +liferoot +lifesaver +lifesaving +lifesome +lifesomely +lifesomeness +lifespring +lifetime +lifeward +lifework +lifey +lifo +lift +liftable +lifter +lifting +liftless +liftman +ligable +ligament +ligamental +ligamentary +ligamentous +ligamentously +ligamentum +ligas +ligate +ligation +ligator +ligature +ligeance +ligger +light +lightable +lightboat +lightbrained +lighten +lightener +lightening +lighter +lighterage +lighterful +lighterman +lightface +lightful +lightfulness +lighthead +lightheaded +lightheadedly +lightheadedness +lighthearted +lightheartedly +lightheartedness +lighthouse +lighthouseman +lighting +lightish +lightkeeper +lightless +lightlessness +lightly +lightman +lightmanship +lightmouthed +lightness +lightning +lightninglike +lightningproof +lightproof +lightroom +lightscot +lightship +lightsman +lightsome +lightsomely +lightsomeness +lighttight +lightwards +lightweight +lightwood +lightwort +lignaloes +lignatile +ligne +ligneous +lignescent +lignicole +lignicoline +lignicolous +ligniferous +lignification +ligniform +lignify +lignin +ligninsulphonate +ligniperdous +lignite +lignitic +lignitiferous +lignitize +lignivorous +lignocellulose +lignoceric +lignography +lignone +lignose +lignosity +lignosulphite +lignosulphonate +lignum +ligroine +ligula +ligular +Ligularia +ligulate +ligulated +ligule +Liguliflorae +liguliflorous +liguliform +ligulin +liguloid +Liguorian +ligure +Ligurian +ligurite +ligurition +Ligusticum +ligustrin +Ligustrum +Ligyda +Ligydidae +Lihyanite +liin +lija +likability +likable +likableness +like +likelihead +likelihood +likeliness +likely +liken +likeness +liker +likesome +likeways +likewise +likin +liking +liknon +Lila +lilac +lilaceous +lilacin +lilacky +lilacthroat +lilactide +Lilaeopsis +lile +Liliaceae +liliaceous +Liliales +Lilian +lilied +liliform +Liliiflorae +Lilith +Lilium +lill +lillianite +lillibullero +Lilliput +Lilliputian +Lilliputianize +lilt +liltingly +liltingness +lily +lilyfy +lilyhanded +lilylike +lilywood +lilywort +lim +Lima +Limacea +limacel +limaceous +Limacidae +limaciform +Limacina +limacine +limacinid +Limacinidae +limacoid +limacon +limaille +liman +limation +Limawood +Limax +limb +limbal +limbat +limbate +limbation +limbeck +limbed +limber +limberham +limberly +limberness +limbers +limbic +limbie +limbiferous +limbless +limbmeal +limbo +limboinfantum +limbous +Limbu +Limburger +limburgite +limbus +limby +lime +limeade +Limean +limeberry +limebush +limehouse +limekiln +limeless +limelight +limelighter +limelike +limeman +limen +limequat +limer +Limerick +limes +limestone +limetta +limettin +limewash +limewater +limewort +limey +Limicolae +limicoline +limicolous +Limidae +liminal +liminary +liminess +liming +limit +limitable +limitableness +limital +limitarian +limitary +limitate +limitation +limitative +limitatively +limited +limitedly +limitedness +limiter +limiting +limitive +limitless +limitlessly +limitlessness +limitrophe +limivorous +limma +limmer +limmock +limmu +limn +limnanth +Limnanthaceae +limnanthaceous +Limnanthemum +Limnanthes +limner +limnery +limnetic +Limnetis +limniad +limnimeter +limnimetric +limnite +limnobiologic +limnobiological +limnobiologically +limnobiology +limnobios +Limnobium +Limnocnida +limnograph +limnologic +limnological +limnologically +limnologist +limnology +limnometer +limnophile +limnophilid +Limnophilidae +limnophilous +limnoplankton +Limnorchis +Limnoria +Limnoriidae +limnorioid +Limodorum +limoid +limonene +limoniad +limonin +limonite +limonitic +limonitization +limonium +Limosa +limose +Limosella +Limosi +limous +limousine +limp +limper +limpet +limphault +limpid +limpidity +limpidly +limpidness +limpily +limpin +limpiness +limping +limpingly +limpingness +limpish +limpkin +limply +limpness +limpsy +limpwort +limpy +limsy +limu +limulid +Limulidae +limuloid +Limuloidea +Limulus +limurite +limy +Lin +lin +Lina +lina +linable +Linaceae +linaceous +linaga +linage +linaloa +linalol +linalool +linamarin +Linanthus +Linaria +linarite +linch +linchbolt +linchet +linchpin +linchpinned +lincloth +Lincoln +Lincolnian +Lincolniana +Lincolnlike +linctus +Linda +lindackerite +lindane +linden +Linder +linder +Lindera +Lindleyan +lindo +lindoite +Lindsay +Lindsey +line +linea +lineage +lineaged +lineal +lineality +lineally +lineament +lineamental +lineamentation +lineameter +linear +linearifolius +linearity +linearization +linearize +linearly +lineate +lineated +lineation +lineature +linecut +lined +lineiform +lineless +linelet +lineman +linen +Linene +linenette +linenize +linenizer +linenman +lineocircular +lineograph +lineolate +lineolated +liner +linesman +Linet +linewalker +linework +ling +linga +Lingayat +lingberry +lingbird +linge +lingel +lingenberry +linger +lingerer +lingerie +lingo +lingonberry +Lingoum +lingtow +lingtowman +lingua +linguacious +linguaciousness +linguadental +linguaeform +lingual +linguale +linguality +lingualize +lingually +linguanasal +Linguata +Linguatula +Linguatulida +Linguatulina +linguatuline +linguatuloid +linguet +linguidental +linguiform +linguipotence +linguist +linguister +linguistic +linguistical +linguistically +linguistician +linguistics +linguistry +lingula +lingulate +lingulated +Lingulella +lingulid +Lingulidae +linguliferous +linguliform +linguloid +linguodental +linguodistal +linguogingival +linguopalatal +linguopapillitis +linguoversion +lingwort +lingy +linha +linhay +linie +liniment +linin +lininess +lining +linitis +liniya +linja +linje +link +linkable +linkage +linkboy +linked +linkedness +linker +linking +linkman +links +linksmith +linkwork +linky +Linley +linn +Linnaea +Linnaean +Linnaeanism +linnaeite +Linne +linnet +lino +linolate +linoleic +linolein +linolenate +linolenic +linolenin +linoleum +linolic +linolin +linometer +linon +Linopteris +Linos +Linotype +linotype +linotyper +linotypist +linous +linoxin +linoxyn +linpin +Linsang +linseed +linsey +linstock +lint +lintel +linteled +linteling +linten +linter +lintern +lintie +lintless +lintonite +lintseed +lintwhite +linty +Linum +Linus +linwood +liny +Linyphia +Linyphiidae +liodermia +liomyofibroma +liomyoma +lion +lioncel +Lionel +lionel +lionesque +lioness +lionet +lionheart +lionhearted +lionheartedness +lionhood +lionism +lionizable +lionization +lionize +lionizer +lionlike +lionly +lionproof +lionship +Liothrix +Liotrichi +Liotrichidae +liotrichine +lip +lipa +lipacidemia +lipaciduria +Lipan +Liparian +liparian +liparid +Liparidae +Liparididae +Liparis +liparite +liparocele +liparoid +liparomphalus +liparous +lipase +lipectomy +lipemia +Lipeurus +lipide +lipin +lipless +liplet +liplike +lipoblast +lipoblastoma +Lipobranchia +lipocaic +lipocardiac +lipocele +lipoceratous +lipocere +lipochondroma +lipochrome +lipochromogen +lipoclasis +lipoclastic +lipocyte +lipodystrophia +lipodystrophy +lipoferous +lipofibroma +lipogenesis +lipogenetic +lipogenic +lipogenous +lipogram +lipogrammatic +lipogrammatism +lipogrammatist +lipography +lipohemia +lipoid +lipoidal +lipoidemia +lipoidic +lipolysis +lipolytic +lipoma +lipomata +lipomatosis +lipomatous +lipometabolic +lipometabolism +lipomorph +lipomyoma +lipomyxoma +lipopexia +lipophagic +lipophore +lipopod +Lipopoda +lipoprotein +liposarcoma +liposis +liposome +lipostomy +lipothymial +lipothymic +lipothymy +lipotrophic +lipotrophy +lipotropic +lipotropy +lipotype +Lipotyphla +lipovaccine +lipoxenous +lipoxeny +lipped +lippen +lipper +lipperings +Lippia +lippiness +lipping +lippitude +lippitudo +lippy +lipsanographer +lipsanotheca +lipstick +lipuria +lipwork +liquable +liquamen +liquate +liquation +liquefacient +liquefaction +liquefactive +liquefiable +liquefier +liquefy +liquesce +liquescence +liquescency +liquescent +liqueur +liquid +liquidable +Liquidambar +liquidamber +liquidate +liquidation +liquidator +liquidatorship +liquidity +liquidize +liquidizer +liquidless +liquidly +liquidness +liquidogenic +liquidogenous +liquidy +liquiform +liquor +liquorer +liquorish +liquorishly +liquorishness +liquorist +liquorless +lira +lirate +liration +lire +lirella +lirellate +lirelliform +lirelline +lirellous +Liriodendron +liripipe +liroconite +lis +Lisa +Lisbon +Lise +lisere +Lisette +lish +lisk +Lisle +lisle +lisp +lisper +lispingly +lispund +liss +Lissamphibia +lissamphibian +Lissencephala +lissencephalic +lissencephalous +Lissoflagellata +lissoflagellate +lissom +lissome +lissomely +lissomeness +lissotrichan +Lissotriches +lissotrichous +lissotrichy +List +list +listable +listed +listedness +listel +listen +listener +listening +lister +Listera +listerellosis +Listeria +Listerian +Listerine +Listerism +Listerize +listing +listless +listlessly +listlessness +listred +listwork +Lisuarte +lit +litaneutical +litany +litanywise +litas +litation +litch +litchi +lite +liter +literacy +literaily +literal +literalism +literalist +literalistic +literality +literalization +literalize +literalizer +literally +literalminded +literalmindedness +literalness +literarian +literariness +literary +literaryism +literate +literati +literation +literatist +literato +literator +literature +literatus +literose +literosity +lith +lithagogue +lithangiuria +lithanthrax +litharge +lithe +lithectasy +lithectomy +lithely +lithemia +lithemic +litheness +lithesome +lithesomeness +lithi +lithia +lithiasis +lithiastic +lithiate +lithic +lithifaction +lithification +lithify +lithite +lithium +litho +lithobiid +Lithobiidae +lithobioid +Lithobius +Lithocarpus +lithocenosis +lithochemistry +lithochromatic +lithochromatics +lithochromatographic +lithochromatography +lithochromography +lithochromy +lithoclase +lithoclast +lithoclastic +lithoclasty +lithoculture +lithocyst +lithocystotomy +Lithodes +lithodesma +lithodialysis +lithodid +Lithodidae +lithodomous +Lithodomus +lithofracteur +lithofractor +lithogenesis +lithogenetic +lithogenous +lithogeny +lithoglyph +lithoglypher +lithoglyphic +lithoglyptic +lithoglyptics +lithograph +lithographer +lithographic +lithographical +lithographically +lithographize +lithography +lithogravure +lithoid +lithoidite +litholabe +litholapaxy +litholatrous +litholatry +lithologic +lithological +lithologically +lithologist +lithology +litholysis +litholyte +litholytic +lithomancy +lithomarge +lithometer +lithonephria +lithonephritis +lithonephrotomy +lithontriptic +lithontriptist +lithontriptor +lithopedion +lithopedium +lithophagous +lithophane +lithophanic +lithophany +lithophilous +lithophone +lithophotography +lithophotogravure +lithophthisis +lithophyl +lithophyllous +lithophysa +lithophysal +lithophyte +lithophytic +lithophytous +lithopone +lithoprint +lithoscope +lithosian +lithosiid +Lithosiidae +Lithosiinae +lithosis +lithosol +lithosperm +lithospermon +lithospermous +Lithospermum +lithosphere +lithotint +lithotome +lithotomic +lithotomical +lithotomist +lithotomize +lithotomous +lithotomy +lithotony +lithotresis +lithotripsy +lithotriptor +lithotrite +lithotritic +lithotritist +lithotrity +lithotype +lithotypic +lithotypy +lithous +lithoxyl +lithsman +Lithuanian +Lithuanic +lithuresis +lithuria +lithy +liticontestation +litigable +litigant +litigate +litigation +litigationist +litigator +litigatory +litigiosity +litigious +litigiously +litigiousness +Litiopa +litiscontest +litiscontestation +litiscontestational +litmus +Litopterna +Litorina +Litorinidae +litorinoid +litotes +litra +Litsea +litster +litten +litter +litterateur +litterer +littermate +littery +little +littleleaf +littleneck +littleness +littlewale +littling +littlish +littoral +Littorella +littress +lituiform +lituite +Lituites +Lituitidae +Lituola +lituoline +lituoloid +liturate +liturgical +liturgically +liturgician +liturgics +liturgiological +liturgiologist +liturgiology +liturgism +liturgist +liturgistic +liturgistical +liturgize +liturgy +litus +lituus +Litvak +Lityerses +litz +Liukiu +Liv +livability +livable +livableness +live +liveborn +lived +livedo +livelihood +livelily +liveliness +livelong +lively +liven +liveness +liver +liverance +liverberry +livered +liverhearted +liverheartedness +liveried +liverish +liverishness +liverleaf +liverless +Liverpudlian +liverwort +liverwurst +livery +liverydom +liveryless +liveryman +livestock +Livian +livid +lividity +lividly +lividness +livier +living +livingless +livingly +livingness +livingstoneite +Livish +Livistona +Livonian +livor +livre +liwan +lixive +lixivial +lixiviate +lixiviation +lixiviator +lixivious +lixivium +Liyuan +Liz +Liza +lizard +lizardtail +Lizzie +llama +Llanberisslate +Llandeilo +Llandovery +llano +llautu +Lleu +Llew +Lloyd +Lludd +llyn +Lo +lo +Loa +loa +loach +load +loadage +loaded +loaden +loader +loading +loadless +loadpenny +loadsome +loadstone +loaf +loafer +loaferdom +loaferish +loafing +loafingly +loaflet +loaghtan +loam +loamily +loaminess +loaming +loamless +Loammi +loamy +loan +loanable +loaner +loanin +loanmonger +loanword +Loasa +Loasaceae +loasaceous +loath +loathe +loather +loathful +loathfully +loathfulness +loathing +loathingly +loathliness +loathly +loathness +loathsome +loathsomely +loathsomeness +Loatuko +loave +lob +Lobachevskian +lobal +Lobale +lobar +Lobaria +Lobata +Lobatae +lobate +lobated +lobately +lobation +lobber +lobbish +lobby +lobbyer +lobbyism +lobbyist +lobbyman +lobcock +lobe +lobectomy +lobed +lobefoot +lobefooted +lobeless +lobelet +Lobelia +Lobeliaceae +lobeliaceous +lobelin +lobeline +lobellated +lobfig +lobiform +lobigerous +lobing +lobiped +loblolly +lobo +lobola +lobopodium +Lobosa +lobose +lobotomy +lobscourse +lobscouse +lobscouser +lobster +lobstering +lobsterish +lobsterlike +lobsterproof +lobtail +lobular +Lobularia +lobularly +lobulate +lobulated +lobulation +lobule +lobulette +lobulose +lobulous +lobworm +loca +locable +local +locale +localism +localist +localistic +locality +localizable +localization +localize +localizer +locally +localness +locanda +Locarnist +Locarnite +Locarnize +Locarno +locate +location +locational +locative +locator +locellate +locellus +loch +lochage +lochan +lochetic +lochia +lochial +lochiocolpos +lochiocyte +lochiometra +lochiometritis +lochiopyra +lochiorrhagia +lochiorrhea +lochioschesis +Lochlin +lochometritis +lochoperitonitis +lochopyra +lochus +lochy +loci +lociation +lock +lockable +lockage +Lockatong +lockbox +locked +locker +lockerman +locket +lockful +lockhole +Lockian +Lockianism +locking +lockjaw +lockless +locklet +lockmaker +lockmaking +lockman +lockout +lockpin +Lockport +lockram +locksman +locksmith +locksmithery +locksmithing +lockspit +lockup +lockwork +locky +loco +locodescriptive +locofoco +Locofocoism +locoism +locomobile +locomobility +locomote +locomotility +locomotion +locomotive +locomotively +locomotiveman +locomotiveness +locomotivity +locomotor +locomotory +locomutation +locoweed +Locrian +Locrine +loculament +loculamentose +loculamentous +locular +loculate +loculated +loculation +locule +loculicidal +loculicidally +loculose +loculus +locum +locus +locust +locusta +locustal +locustberry +locustelle +locustid +Locustidae +locusting +locustlike +locution +locutor +locutorship +locutory +lod +Loddigesia +lode +lodemanage +lodesman +lodestar +lodestone +lodestuff +lodge +lodgeable +lodged +lodgeful +lodgeman +lodgepole +lodger +lodgerdom +lodging +lodginghouse +lodgings +lodgment +Lodha +lodicule +Lodoicea +Lodowic +Lodowick +Lodur +Loegria +loess +loessal +loessial +loessic +loessland +loessoid +lof +lofstelle +loft +lofter +loftily +loftiness +lofting +loftless +loftman +loftsman +lofty +log +loganberry +Logania +Loganiaceae +loganiaceous +loganin +logaoedic +logarithm +logarithmal +logarithmetic +logarithmetical +logarithmetically +logarithmic +logarithmical +logarithmically +logarithmomancy +logbook +logcock +loge +logeion +logeum +loggat +logged +logger +loggerhead +loggerheaded +loggia +loggin +logging +loggish +loghead +logheaded +logia +logic +logical +logicalist +logicality +logicalization +logicalize +logically +logicalness +logicaster +logician +logicism +logicist +logicity +logicize +logicless +logie +login +logion +logistic +logistical +logistician +logistics +logium +loglet +loglike +logman +logocracy +logodaedaly +logogogue +logogram +logogrammatic +logograph +logographer +logographic +logographical +logographically +logography +logogriph +logogriphic +logoi +logolatry +logology +logomach +logomacher +logomachic +logomachical +logomachist +logomachize +logomachy +logomancy +logomania +logomaniac +logometer +logometric +logometrical +logometrically +logopedia +logopedics +logorrhea +logos +logothete +logotype +logotypy +Logres +Logria +Logris +logroll +logroller +logrolling +logway +logwise +logwood +logwork +logy +lohan +Lohana +Lohar +lohoch +loimic +loimography +loimology +loin +loincloth +loined +loir +Lois +Loiseleuria +loiter +loiterer +loiteringly +loiteringness +loka +lokao +lokaose +lokapala +loke +loket +lokiec +Lokindra +Lokman +Lola +Loliginidae +Loligo +Lolium +loll +Lollard +Lollardian +Lollardism +Lollardist +Lollardize +Lollardlike +Lollardry +Lollardy +loller +lollingite +lollingly +lollipop +lollop +lollopy +lolly +Lolo +loma +lomastome +lomatine +lomatinous +Lomatium +Lombard +lombard +Lombardeer +Lombardesque +Lombardian +Lombardic +lomboy +Lombrosian +loment +lomentaceous +Lomentaria +lomentariaceous +lomentum +lomita +lommock +Lonchocarpus +Lonchopteridae +Londinensian +Londoner +Londonese +Londonesque +Londonian +Londonish +Londonism +Londonization +Londonize +Londony +Londres +lone +lonelihood +lonelily +loneliness +lonely +loneness +lonesome +lonesomely +lonesomeness +long +longa +longan +longanimity +longanimous +Longaville +longbeak +longbeard +longboat +longbow +longcloth +longe +longear +longer +longeval +longevity +longevous +longfelt +longfin +longful +longhair +longhand +longhead +longheaded +longheadedly +longheadedness +longhorn +longicaudal +longicaudate +longicone +longicorn +Longicornia +longilateral +longilingual +longiloquence +longimanous +longimetric +longimetry +longing +longingly +longingness +Longinian +longinquity +longipennate +longipennine +longirostral +longirostrate +longirostrine +Longirostrines +longisection +longish +longitude +longitudinal +longitudinally +longjaw +longleaf +longlegs +longly +longmouthed +longness +Longobard +Longobardi +Longobardian +Longobardic +longs +longshanks +longshore +longshoreman +longsome +longsomely +longsomeness +longspun +longspur +longtail +longue +longulite +longway +longways +longwise +longwool +longwork +longwort +Lonhyn +Lonicera +Lonk +lonquhard +lontar +loo +looby +lood +loof +loofah +loofie +loofness +look +looker +looking +lookout +lookum +loom +loomer +loomery +looming +loon +loonery +looney +loony +loop +looper +loopful +loophole +looping +loopist +looplet +looplike +loopy +loose +loosely +loosemouthed +loosen +loosener +looseness +looser +loosestrife +loosing +loosish +loot +lootable +looten +looter +lootie +lootiewallah +lootsman +lop +lope +loper +Lopezia +lophiid +Lophiidae +lophine +Lophiodon +lophiodont +Lophiodontidae +lophiodontoid +Lophiola +Lophiomyidae +Lophiomyinae +Lophiomys +lophiostomate +lophiostomous +lophobranch +lophobranchiate +Lophobranchii +lophocalthrops +lophocercal +Lophocome +Lophocomi +Lophodermium +lophodont +Lophophora +lophophoral +lophophore +Lophophorinae +lophophorine +Lophophorus +lophophytosis +Lophopoda +Lophornis +Lophortyx +lophosteon +lophotriaene +lophotrichic +lophotrichous +Lophura +lopolith +loppard +lopper +loppet +lopping +loppy +lopseed +lopsided +lopsidedly +lopsidedness +lopstick +loquacious +loquaciously +loquaciousness +loquacity +loquat +loquence +loquent +loquently +Lora +lora +loral +loran +lorandite +loranskite +Loranthaceae +loranthaceous +Loranthus +lorarius +lorate +lorcha +Lord +lord +lording +lordkin +lordless +lordlet +lordlike +lordlily +lordliness +lordling +lordly +lordolatry +lordosis +lordotic +lordship +lordwood +lordy +lore +loreal +lored +loreless +Loren +Lorenzan +lorenzenite +Lorenzo +Lorettine +lorettoite +lorgnette +Lori +lori +loric +lorica +loricarian +Loricariidae +loricarioid +Loricata +loricate +Loricati +lorication +loricoid +Lorien +lorikeet +lorilet +lorimer +loriot +loris +Lorius +lormery +lorn +lornness +loro +Lorraine +Lorrainer +Lorrainese +lorriker +lorry +lors +lorum +lory +losable +losableness +lose +losel +loselism +losenger +loser +losh +losing +loss +lossenite +lossless +lossproof +lost +lostling +lostness +Lot +lot +Lota +lota +lotase +lote +lotebush +Lotharingian +lotic +lotiform +lotion +lotment +Lotophagi +lotophagous +lotophagously +lotrite +lots +Lotta +Lotte +lotter +lottery +Lottie +lotto +Lotuko +lotus +lotusin +lotuslike +Lou +louch +louchettes +loud +louden +loudering +loudish +loudly +loudmouthed +loudness +louey +lough +lougheen +Louie +Louiqa +Louis +Louisa +Louise +Louisiana +Louisianian +louisine +louk +Loukas +loukoum +loulu +lounder +lounderer +lounge +lounger +lounging +loungingly +loungy +Loup +loup +loupe +lour +lourdy +louse +louseberry +lousewort +lousily +lousiness +louster +lousy +lout +louter +louther +loutish +loutishly +loutishness +loutrophoros +louty +louvar +louver +louvered +louvering +louverwork +Louvre +lovability +lovable +lovableness +lovably +lovage +love +lovebird +loveflower +loveful +lovelass +loveless +lovelessly +lovelessness +lovelihead +lovelily +loveliness +loveling +lovelock +lovelorn +lovelornness +lovely +loveman +lovemate +lovemonger +loveproof +lover +loverdom +lovered +loverhood +lovering +loverless +loverliness +loverly +lovership +loverwise +lovesick +lovesickness +lovesome +lovesomely +lovesomeness +loveworth +loveworthy +loving +lovingly +lovingness +low +lowa +lowan +lowbell +lowborn +lowboy +lowbred +lowdah +lowder +loweite +Lowell +lower +lowerable +lowerclassman +lowerer +lowering +loweringly +loweringness +lowermost +lowery +lowigite +lowish +lowishly +lowishness +lowland +lowlander +lowlily +lowliness +lowly +lowmen +lowmost +lown +lowness +lownly +lowth +Lowville +lowwood +lowy +lox +loxia +loxic +Loxiinae +loxoclase +loxocosm +loxodograph +Loxodon +loxodont +Loxodonta +loxodontous +loxodrome +loxodromic +loxodromical +loxodromically +loxodromics +loxodromism +Loxolophodon +loxolophodont +Loxomma +loxophthalmus +Loxosoma +Loxosomidae +loxotic +loxotomy +loy +loyal +loyalism +loyalist +loyalize +loyally +loyalness +loyalty +Loyd +Loyolism +Loyolite +lozenge +lozenged +lozenger +lozengeways +lozengewise +lozengy +Lu +Luba +lubber +lubbercock +Lubberland +lubberlike +lubberliness +lubberly +lube +lubra +lubric +lubricant +lubricate +lubrication +lubricational +lubricative +lubricator +lubricatory +lubricious +lubricity +lubricous +lubrifaction +lubrification +lubrify +lubritorian +lubritorium +Luc +Lucan +Lucania +lucanid +Lucanidae +Lucanus +lucarne +Lucayan +lucban +Lucchese +luce +lucence +lucency +lucent +Lucentio +lucently +Luceres +lucern +lucernal +Lucernaria +lucernarian +Lucernariidae +lucerne +lucet +Luchuan +Lucia +Lucian +Luciana +lucible +lucid +lucida +lucidity +lucidly +lucidness +lucifee +Lucifer +luciferase +Luciferian +Luciferidae +luciferin +luciferoid +luciferous +luciferously +luciferousness +lucific +luciform +lucifugal +lucifugous +lucigen +Lucile +Lucilia +lucimeter +Lucina +Lucinacea +Lucinda +Lucinidae +lucinoid +Lucite +Lucius +lucivee +luck +lucken +luckful +luckie +luckily +luckiness +luckless +lucklessly +lucklessness +Lucknow +lucky +lucration +lucrative +lucratively +lucrativeness +lucre +Lucrece +Lucretia +Lucretian +Lucretius +lucriferous +lucriferousness +lucrific +lucrify +Lucrine +luctation +luctiferous +luctiferousness +lucubrate +lucubration +lucubrator +lucubratory +lucule +luculent +luculently +Lucullan +lucullite +Lucuma +lucumia +Lucumo +lucumony +Lucy +lucy +ludden +Luddism +Luddite +Ludditism +ludefisk +Ludgate +Ludgathian +Ludgatian +Ludian +ludibrious +ludibry +ludicropathetic +ludicroserious +ludicrosity +ludicrosplenetic +ludicrous +ludicrously +ludicrousness +ludification +ludlamite +Ludlovian +Ludlow +ludo +Ludolphian +Ludwig +ludwigite +lue +Luella +lues +luetic +luetically +lufberry +lufbery +luff +Luffa +Lug +lug +Luganda +luge +luger +luggage +luggageless +luggar +lugged +lugger +luggie +Luggnagg +lugmark +Lugnas +lugsail +lugsome +lugubriosity +lugubrious +lugubriously +lugubriousness +lugworm +luhinga +Lui +Luian +Luigi +luigino +Luis +Luiseno +Luite +lujaurite +Lukas +Luke +luke +lukely +lukeness +lukewarm +lukewarmish +lukewarmly +lukewarmness +lukewarmth +Lula +lulab +lull +lullaby +luller +Lullian +lulliloo +lullingly +Lulu +lulu +Lum +lum +lumachel +lumbaginous +lumbago +lumbang +lumbar +lumbarization +lumbayao +lumber +lumberdar +lumberdom +lumberer +lumbering +lumberingly +lumberingness +lumberjack +lumberless +lumberly +lumberman +lumbersome +lumberyard +lumbocolostomy +lumbocolotomy +lumbocostal +lumbodorsal +lumbodynia +lumbosacral +lumbovertebral +lumbrical +lumbricalis +Lumbricidae +lumbriciform +lumbricine +lumbricoid +lumbricosis +Lumbricus +lumbrous +lumen +luminaire +Luminal +luminal +luminance +luminant +luminarious +luminarism +luminarist +luminary +luminate +lumination +luminative +luminator +lumine +luminesce +luminescence +luminescent +luminiferous +luminificent +luminism +luminist +luminologist +luminometer +luminosity +luminous +luminously +luminousness +lummox +lummy +lump +lumper +lumpet +lumpfish +lumpily +lumpiness +lumping +lumpingly +lumpish +lumpishly +lumpishness +lumpkin +lumpman +lumpsucker +lumpy +luna +lunacy +lunambulism +lunar +lunare +Lunaria +lunarian +lunarist +lunarium +lunary +lunate +lunatellus +lunately +lunatic +lunatically +lunation +lunatize +lunatum +lunch +luncheon +luncheoner +luncheonette +luncheonless +luncher +lunchroom +Lunda +Lundinarium +lundress +lundyfoot +lune +Lunel +lunes +lunette +lung +lunge +lunged +lungeous +lunger +lungfish +lungflower +lungful +lungi +lungie +lungis +lungless +lungmotor +lungsick +lungworm +lungwort +lungy +lunicurrent +luniform +lunisolar +lunistice +lunistitial +lunitidal +Lunka +lunkhead +lunn +lunoid +lunt +lunula +lunular +Lunularia +lunulate +lunulated +lunule +lunulet +lunulite +Lunulites +Luo +lupanarian +lupanine +lupe +lupeol +lupeose +Lupercal +Lupercalia +Lupercalian +Luperci +lupetidine +lupicide +Lupid +lupiform +lupinaster +lupine +lupinin +lupinine +lupinosis +lupinous +Lupinus +lupis +lupoid +lupous +lupulic +lupulin +lupuline +lupulinic +lupulinous +lupulinum +lupulus +lupus +lupuserythematosus +Lur +lura +lural +lurch +lurcher +lurchingfully +lurchingly +lurchline +lurdan +lurdanism +lure +lureful +lurement +lurer +luresome +lurg +lurgworm +Luri +lurid +luridity +luridly +luridness +luringly +lurk +lurker +lurkingly +lurkingness +lurky +lurrier +lurry +Lusatian +Luscinia +luscious +lusciously +lusciousness +lush +Lushai +lushburg +Lushei +lusher +lushly +lushness +lushy +Lusiad +Lusian +Lusitania +Lusitanian +lusk +lusky +lusory +lust +luster +lusterer +lusterless +lusterware +lustful +lustfully +lustfulness +lustihead +lustily +lustiness +lustless +lustra +lustral +lustrant +lustrate +lustration +lustrative +lustratory +lustreless +lustrical +lustrification +lustrify +lustrine +lustring +lustrous +lustrously +lustrousness +lustrum +lusty +lut +lutaceous +lutanist +lutany +Lutao +lutation +Lutayo +lute +luteal +lutecia +lutecium +lutein +luteinization +luteinize +lutelet +lutemaker +lutemaking +luteo +luteocobaltic +luteofulvous +luteofuscescent +luteofuscous +luteolin +luteolous +luteoma +luteorufescent +luteous +luteovirescent +luter +lutescent +lutestring +Lutetia +Lutetian +lutetium +luteway +lutfisk +Luther +Lutheran +Lutheranic +Lutheranism +Lutheranize +Lutheranizer +Lutherism +Lutherist +luthern +luthier +lutianid +Lutianidae +lutianoid +Lutianus +lutidine +lutidinic +luting +lutist +Lutjanidae +Lutjanus +lutose +Lutra +Lutraria +Lutreola +lutrin +Lutrinae +lutrine +lutulence +lutulent +Luvaridae +Luvian +Luvish +Luwian +lux +luxate +luxation +luxe +Luxemburger +Luxemburgian +luxulianite +luxuriance +luxuriancy +luxuriant +luxuriantly +luxuriantness +luxuriate +luxuriation +luxurious +luxuriously +luxuriousness +luxurist +luxury +luxus +Luzula +Lwo +ly +lyam +lyard +Lyas +Lycaena +lycaenid +Lycaenidae +lycanthrope +lycanthropia +lycanthropic +lycanthropist +lycanthropize +lycanthropous +lycanthropy +lyceal +lyceum +Lychnic +Lychnis +lychnomancy +lychnoscope +lychnoscopic +Lycian +lycid +Lycidae +Lycium +Lycodes +Lycodidae +lycodoid +lycopene +Lycoperdaceae +lycoperdaceous +Lycoperdales +lycoperdoid +Lycoperdon +lycoperdon +Lycopersicon +lycopin +lycopod +lycopode +Lycopodiaceae +lycopodiaceous +Lycopodiales +Lycopodium +Lycopsida +Lycopsis +Lycopus +lycorine +Lycosa +lycosid +Lycosidae +lyctid +Lyctidae +Lyctus +Lycus +lyddite +Lydia +Lydian +lydite +lye +Lyencephala +lyencephalous +lyery +lygaeid +Lygaeidae +Lygeum +Lygodium +Lygosoma +lying +lyingly +Lymantria +lymantriid +Lymantriidae +lymhpangiophlebitis +Lymnaea +lymnaean +lymnaeid +Lymnaeidae +lymph +lymphad +lymphadenectasia +lymphadenectasis +lymphadenia +lymphadenitis +lymphadenoid +lymphadenoma +lymphadenopathy +lymphadenosis +lymphaemia +lymphagogue +lymphangeitis +lymphangial +lymphangiectasis +lymphangiectatic +lymphangiectodes +lymphangiitis +lymphangioendothelioma +lymphangiofibroma +lymphangiology +lymphangioma +lymphangiomatous +lymphangioplasty +lymphangiosarcoma +lymphangiotomy +lymphangitic +lymphangitis +lymphatic +lymphatical +lymphation +lymphatism +lymphatitis +lymphatolysin +lymphatolysis +lymphatolytic +lymphectasia +lymphedema +lymphemia +lymphenteritis +lymphoblast +lymphoblastic +lymphoblastoma +lymphoblastosis +lymphocele +lymphocyst +lymphocystosis +lymphocyte +lymphocythemia +lymphocytic +lymphocytoma +lymphocytomatosis +lymphocytosis +lymphocytotic +lymphocytotoxin +lymphodermia +lymphoduct +lymphogenic +lymphogenous +lymphoglandula +lymphogranuloma +lymphoid +lymphoidectomy +lymphology +lymphoma +lymphomatosis +lymphomatous +lymphomonocyte +lymphomyxoma +lymphopathy +lymphopenia +lymphopenial +lymphopoiesis +lymphopoietic +lymphoprotease +lymphorrhage +lymphorrhagia +lymphorrhagic +lymphorrhea +lymphosarcoma +lymphosarcomatosis +lymphosarcomatous +lymphosporidiosis +lymphostasis +lymphotaxis +lymphotome +lymphotomy +lymphotoxemia +lymphotoxin +lymphotrophic +lymphotrophy +lymphous +lymphuria +lymphy +lyncean +Lynceus +lynch +lynchable +lyncher +Lyncid +lyncine +Lyndon +Lynette +Lyngbyaceae +Lyngbyeae +Lynn +Lynne +Lynnette +lynnhaven +lynx +Lyomeri +lyomerous +Lyon +Lyonese +Lyonetia +lyonetiid +Lyonetiidae +Lyonnais +lyonnaise +Lyonnesse +lyophile +lyophilization +lyophilize +lyophobe +Lyopoma +Lyopomata +lyopomatous +lyotrope +lypemania +Lyperosia +lypothymia +lyra +Lyraid +lyrate +lyrated +lyrately +lyraway +lyre +lyrebird +lyreflower +lyreman +lyretail +lyric +lyrical +lyrically +lyricalness +lyrichord +lyricism +lyricist +lyricize +Lyrid +lyriform +lyrism +lyrist +Lyrurus +lys +Lysander +lysate +lyse +Lysenkoism +lysidine +lysigenic +lysigenous +lysigenously +Lysiloma +Lysimachia +Lysimachus +lysimeter +lysin +lysine +lysis +Lysistrata +lysogen +lysogenesis +lysogenetic +lysogenic +lysozyme +lyssa +lyssic +lyssophobia +lyterian +Lythraceae +lythraceous +Lythrum +lytic +lytta +lyxose +M +m +Ma +ma +maam +maamselle +Maarten +Mab +Maba +Mabel +Mabellona +mabi +Mabinogion +mabolo +Mac +mac +macaasim +macabre +macabresque +Macaca +macaco +Macacus +macadam +Macadamia +macadamite +macadamization +macadamize +macadamizer +Macaglia +macan +macana +Macanese +macao +macaque +Macaranga +Macarani +Macareus +macarism +macarize +macaroni +macaronic +macaronical +macaronically +macaronicism +macaronism +macaroon +Macartney +Macassar +Macassarese +macaw +Macbeth +Maccabaeus +Maccabean +Maccabees +maccaboy +macco +maccoboy +Macduff +mace +macedoine +Macedon +Macedonian +Macedonic +macehead +maceman +macer +macerate +macerater +maceration +Macflecknoe +machairodont +Machairodontidae +Machairodontinae +Machairodus +machan +machar +machete +Machetes +machi +Machiavel +Machiavellian +Machiavellianism +Machiavellianly +Machiavellic +Machiavellism +machiavellist +Machiavellistic +machicolate +machicolation +machicoulis +Machicui +machila +Machilidae +Machilis +machin +machinability +machinable +machinal +machinate +machination +machinator +machine +machineful +machineless +machinelike +machinely +machineman +machinemonger +machiner +machinery +machinification +machinify +machinism +machinist +machinization +machinize +machinoclast +machinofacture +machinotechnique +machinule +Machogo +machopolyp +machree +macies +Macigno +macilence +macilency +macilent +mack +mackenboy +mackerel +mackereler +mackereling +Mackinaw +mackins +mackintosh +mackintoshite +mackle +macklike +macle +Macleaya +macled +Maclura +Maclurea +maclurin +Macmillanite +maco +Macon +maconite +Macracanthorhynchus +macracanthrorhynchiasis +macradenous +macrame +macrander +macrandrous +macrauchene +Macrauchenia +macraucheniid +Macraucheniidae +macraucheniiform +macrauchenioid +macrencephalic +macrencephalous +macro +macroanalysis +macroanalyst +macroanalytical +macrobacterium +macrobian +macrobiosis +macrobiote +macrobiotic +macrobiotics +Macrobiotus +macroblast +macrobrachia +macrocarpous +Macrocentrinae +Macrocentrus +macrocephalia +macrocephalic +macrocephalism +macrocephalous +macrocephalus +macrocephaly +macrochaeta +macrocheilia +Macrochelys +macrochemical +macrochemically +macrochemistry +Macrochira +macrochiran +Macrochires +macrochiria +Macrochiroptera +macrochiropteran +macrocladous +macroclimate +macroclimatic +macrococcus +macrocoly +macroconidial +macroconidium +macroconjugant +macrocornea +macrocosm +macrocosmic +macrocosmical +macrocosmology +macrocosmos +macrocrystalline +macrocyst +Macrocystis +macrocyte +macrocythemia +macrocytic +macrocytosis +macrodactyl +macrodactylia +macrodactylic +macrodactylism +macrodactylous +macrodactyly +macrodiagonal +macrodomatic +macrodome +macrodont +macrodontia +macrodontism +macroelement +macroergate +macroevolution +macrofarad +macrogamete +macrogametocyte +macrogamy +macrogastria +macroglossate +macroglossia +macrognathic +macrognathism +macrognathous +macrogonidium +macrograph +macrographic +macrography +macrolepidoptera +macrolepidopterous +macrology +macromandibular +macromania +macromastia +macromazia +macromelia +macromeral +macromere +macromeric +macromerite +macromeritic +macromesentery +macrometer +macromethod +macromolecule +macromyelon +macromyelonal +macron +macronuclear +macronucleus +macronutrient +macropetalous +macrophage +macrophagocyte +macrophagus +Macrophoma +macrophotograph +macrophotography +macrophyllous +macrophysics +macropia +macropinacoid +macropinacoidal +macroplankton +macroplasia +macroplastia +macropleural +macropodia +Macropodidae +Macropodinae +macropodine +macropodous +macroprism +macroprosopia +macropsia +macropteran +macropterous +Macropus +Macropygia +macropyramid +macroreaction +Macrorhamphosidae +Macrorhamphosus +macrorhinia +Macrorhinus +macroscelia +Macroscelides +macroscian +macroscopic +macroscopical +macroscopically +macroseism +macroseismic +macroseismograph +macrosepalous +macroseptum +macrosmatic +macrosomatia +macrosomatous +macrosomia +macrosplanchnic +macrosporange +macrosporangium +macrospore +macrosporic +Macrosporium +macrosporophore +macrosporophyl +macrosporophyll +Macrostachya +macrostomatous +macrostomia +macrostructural +macrostructure +macrostylospore +macrostylous +macrosymbiont +macrothere +Macrotheriidae +macrotherioid +Macrotherium +macrotherm +macrotia +macrotin +Macrotolagus +macrotome +macrotone +macrotous +macrourid +Macrouridae +Macrourus +Macrozamia +macrozoogonidium +macrozoospore +Macrura +macrural +macruran +macruroid +macrurous +mactation +Mactra +Mactridae +mactroid +macuca +macula +macular +maculate +maculated +maculation +macule +maculicole +maculicolous +maculiferous +maculocerebral +maculopapular +maculose +Macusi +macuta +mad +Madagascan +Madagascar +Madagascarian +Madagass +madam +madame +madapollam +madarosis +madarotic +madbrain +madbrained +madcap +madden +maddening +maddeningly +maddeningness +madder +madderish +madderwort +madding +maddingly +maddish +maddle +made +Madecase +madefaction +madefy +Madegassy +Madeira +Madeiran +Madeline +madeline +Madelon +madescent +Madge +madhouse +madhuca +Madhva +Madi +Madia +madid +madidans +Madiga +madisterium +madling +madly +madman +madnep +madness +mado +Madoc +Madonna +Madonnahood +Madonnaish +Madonnalike +madoqua +Madotheca +madrague +Madras +madrasah +Madrasi +madreperl +Madrepora +Madreporacea +madreporacean +Madreporaria +madreporarian +madrepore +madreporian +madreporic +madreporiform +madreporite +madreporitic +Madrid +madrier +madrigal +madrigaler +madrigaletto +madrigalian +madrigalist +Madrilene +Madrilenian +madrona +madship +madstone +Madurese +maduro +madweed +madwoman +madwort +mae +Maeandra +Maeandrina +maeandrine +maeandriniform +maeandrinoid +maeandroid +Maecenas +Maecenasship +maegbote +Maelstrom +Maemacterion +maenad +maenadic +maenadism +maenaite +Maenalus +Maenidae +Maeonian +Maeonides +maestri +maestro +maffia +maffick +mafficker +maffle +mafflin +mafic +mafoo +mafura +mag +Maga +Magadhi +magadis +magadize +Magahi +Magalensia +magani +magas +magazinable +magazinage +magazine +magazinelet +magaziner +magazinette +magazinish +magazinism +magazinist +magaziny +Magdalen +Magdalene +Magdalenian +mage +Magellan +Magellanian +Magellanic +magenta +magged +Maggie +maggle +maggot +maggotiness +maggotpie +maggoty +Maggy +Magh +Maghi +Maghrib +Maghribi +Magi +magi +Magian +Magianism +magic +magical +magicalize +magically +magicdom +magician +magicianship +magicked +magicking +Magindanao +magiric +magirics +magirist +magiristic +magirological +magirologist +magirology +Magism +magister +magisterial +magisteriality +magisterially +magisterialness +magistery +magistracy +magistral +magistrality +magistrally +magistrand +magistrant +magistrate +magistrateship +magistratic +magistratical +magistratically +magistrative +magistrature +Maglemose +Maglemosean +Maglemosian +magma +magmatic +magnanimity +magnanimous +magnanimously +magnanimousness +magnascope +magnascopic +magnate +magnecrystallic +magnelectric +magneoptic +magnes +magnesia +magnesial +magnesian +magnesic +magnesioferrite +magnesite +magnesium +magnet +magneta +magnetic +magnetical +magnetically +magneticalness +magnetician +magnetics +magnetiferous +magnetification +magnetify +magnetimeter +magnetism +magnetist +magnetite +magnetitic +magnetizability +magnetizable +magnetization +magnetize +magnetizer +magneto +magnetobell +magnetochemical +magnetochemistry +magnetod +magnetodynamo +magnetoelectric +magnetoelectrical +magnetoelectricity +magnetogenerator +magnetogram +magnetograph +magnetographic +magnetoid +magnetomachine +magnetometer +magnetometric +magnetometrical +magnetometrically +magnetometry +magnetomotive +magnetomotor +magneton +magnetooptic +magnetooptical +magnetooptics +magnetophone +magnetophonograph +magnetoplumbite +magnetoprinter +magnetoscope +magnetostriction +magnetotelegraph +magnetotelephone +magnetotherapy +magnetotransmitter +magnetron +magnicaudate +magnicaudatous +magnifiable +magnific +magnifical +magnifically +Magnificat +magnification +magnificative +magnifice +magnificence +magnificent +magnificently +magnificentness +magnifico +magnifier +magnify +magniloquence +magniloquent +magniloquently +magniloquy +magnipotence +magnipotent +magnirostrate +magnisonant +magnitude +magnitudinous +magnochromite +magnoferrite +Magnolia +magnolia +Magnoliaceae +magnoliaceous +magnum +Magnus +Magog +magot +magpie +magpied +magpieish +magsman +maguari +maguey +Magyar +Magyaran +Magyarism +Magyarization +Magyarize +Mah +maha +mahaleb +mahalla +mahant +mahar +maharaja +maharajrana +maharana +maharanee +maharani +maharao +Maharashtri +maharawal +maharawat +mahatma +mahatmaism +Mahayana +Mahayanism +Mahayanist +Mahayanistic +Mahdi +Mahdian +Mahdiship +Mahdism +Mahdist +Mahesh +Mahi +Mahican +mahmal +Mahmoud +mahmudi +mahoe +mahoganize +mahogany +mahoitre +maholi +maholtine +Mahomet +Mahometry +mahone +Mahonia +Mahori +Mahound +mahout +Mahra +Mahran +Mahri +mahseer +mahua +mahuang +Maia +Maiacca +Maianthemum +maid +Maida +maidan +maiden +maidenhair +maidenhead +maidenhood +maidenish +maidenism +maidenlike +maidenliness +maidenly +maidenship +maidenweed +maidhood +Maidie +maidish +maidism +maidkin +maidlike +maidling +maidservant +Maidu +maidy +maiefic +maieutic +maieutical +maieutics +maigre +maiid +Maiidae +mail +mailable +mailbag +mailbox +mailclad +mailed +mailer +mailguard +mailie +maillechort +mailless +mailman +mailplane +maim +maimed +maimedly +maimedness +maimer +maimon +Maimonidean +Maimonist +main +Mainan +Maine +mainferre +mainlander +mainly +mainmast +mainmortable +mainour +mainpast +mainpernable +mainpernor +mainpin +mainport +mainpost +mainprise +mains +mainsail +mainsheet +mainspring +mainstay +Mainstreeter +Mainstreetism +maint +maintain +maintainable +maintainableness +maintainer +maintainment +maintainor +maintenance +Maintenon +maintop +maintopman +maioid +Maioidea +maioidean +Maioli +Maiongkong +Maipure +mairatour +maire +maisonette +Maithili +maitlandite +Maitreya +Maius +maize +maizebird +maizenic +maizer +Maja +Majagga +majagua +Majesta +majestic +majestical +majestically +majesticalness +majesticness +majestious +majesty +majestyship +Majlis +majo +majolica +majolist +majoon +Major +major +majorate +majoration +Majorcan +majorette +Majorism +Majorist +Majoristic +majority +majorize +majorship +majuscular +majuscule +makable +Makah +Makaraka +Makari +Makassar +make +makebate +makedom +makefast +maker +makeress +makership +makeshift +makeshiftiness +makeshiftness +makeshifty +makeweight +makhzan +maki +makimono +making +makluk +mako +Makonde +makroskelic +Maku +Makua +makuk +mal +mala +malaanonang +Malabar +Malabarese +malabathrum +malacanthid +Malacanthidae +malacanthine +Malacanthus +Malacca +Malaccan +malaccident +Malaceae +malaceous +malachite +malacia +Malaclemys +Malaclypse +Malacobdella +Malacocotylea +malacoderm +Malacodermatidae +malacodermatous +Malacodermidae +malacodermous +malacoid +malacolite +malacological +malacologist +malacology +malacon +malacophilous +malacophonous +malacophyllous +malacopod +Malacopoda +malacopodous +malacopterygian +Malacopterygii +malacopterygious +Malacoscolices +Malacoscolicine +Malacosoma +Malacostraca +malacostracan +malacostracology +malacostracous +malactic +maladaptation +maladdress +maladive +maladjust +maladjusted +maladjustive +maladjustment +maladminister +maladministration +maladministrator +maladroit +maladroitly +maladroitness +maladventure +malady +Malaga +Malagasy +Malagigi +malagma +malaguena +malahack +malaise +malakin +malalignment +malambo +malandered +malanders +malandrous +malanga +malapaho +malapert +malapertly +malapertness +malapi +malapplication +malappointment +malappropriate +malappropriation +malaprop +malapropian +malapropish +malapropism +malapropoism +malapropos +Malapterurus +malar +malaria +malarial +malariaproof +malarin +malarioid +malariologist +malariology +malarious +malarkey +malaroma +malarrangement +malasapsap +malassimilation +malassociation +malate +malati +malattress +malax +malaxable +malaxage +malaxate +malaxation +malaxator +malaxerman +Malaxis +Malay +Malayalam +Malayalim +Malayan +Malayic +Malayize +Malayoid +Malaysian +malbehavior +malbrouck +malchite +Malchus +Malcolm +malconceived +malconduct +malconformation +malconstruction +malcontent +malcontented +malcontentedly +malcontentedness +malcontentism +malcontently +malcontentment +malconvenance +malcreated +malcultivation +maldeveloped +maldevelopment +maldigestion +maldirection +maldistribution +Maldivian +maldonite +malduck +Male +male +malease +maleate +Malebolge +Malebolgian +Malebolgic +Malebranchism +Malecite +maledicent +maledict +malediction +maledictive +maledictory +maleducation +malefaction +malefactor +malefactory +malefactress +malefical +malefically +maleficence +maleficent +maleficial +maleficiate +maleficiation +maleic +maleinoid +malella +Malemute +maleness +malengine +maleo +maleruption +Malesherbia +Malesherbiaceae +malesherbiaceous +malevolence +malevolency +malevolent +malevolently +malexecution +malfeasance +malfeasant +malfed +malformation +malformed +malfortune +malfunction +malgovernment +malgrace +malguzar +malguzari +malhonest +malhygiene +mali +malic +malice +maliceful +maliceproof +malicho +malicious +maliciously +maliciousness +malicorium +malidentification +maliferous +maliform +malign +malignance +malignancy +malignant +malignantly +malignation +maligner +malignify +malignity +malignly +malignment +malik +malikadna +malikala +malikana +Maliki +Malikite +maline +malines +malinfluence +malinger +malingerer +malingery +Malinois +malinowskite +malinstitution +malinstruction +malintent +malism +malison +malist +malistic +malkin +Malkite +mall +malladrite +mallangong +mallard +mallardite +malleability +malleabilization +malleable +malleableize +malleableized +malleableness +malleablize +malleal +mallear +malleate +malleation +mallee +Malleifera +malleiferous +malleiform +mallein +malleinization +malleinize +mallemaroking +mallemuck +malleoincudal +malleolable +malleolar +malleolus +mallet +malleus +Malling +Mallophaga +mallophagan +mallophagous +malloseismic +Mallotus +mallow +mallowwort +Malloy +mallum +mallus +malm +Malmaison +malmignatte +malmsey +malmstone +malmy +malnourished +malnourishment +malnutrite +malnutrition +malo +malobservance +malobservation +maloccluded +malocclusion +malodor +malodorant +malodorous +malodorously +malodorousness +malojilla +malonate +malonic +malonyl +malonylurea +Malope +maloperation +malorganization +malorganized +malouah +malpais +Malpighia +Malpighiaceae +malpighiaceous +Malpighian +malplaced +malpoise +malposed +malposition +malpractice +malpractioner +malpraxis +malpresentation +malproportion +malproportioned +malpropriety +malpublication +malreasoning +malrotation +malshapen +malt +maltable +maltase +malter +Maltese +maltha +Malthe +malthouse +Malthusian +Malthusianism +Malthusiast +maltiness +malting +maltman +Malto +maltobiose +maltodextrin +maltodextrine +maltolte +maltose +maltreat +maltreatment +maltreator +maltster +malturned +maltworm +malty +malunion +Malurinae +malurine +Malurus +Malus +Malva +Malvaceae +malvaceous +Malvales +malvasia +malvasian +Malvastrum +malversation +malverse +malvoisie +malvolition +Mam +mamba +mambo +mameliere +mamelonation +mameluco +Mameluke +Mamercus +Mamers +Mamertine +Mamie +Mamilius +mamlatdar +mamma +mammal +mammalgia +Mammalia +mammalian +mammaliferous +mammality +mammalogical +mammalogist +mammalogy +mammary +mammate +Mammea +mammectomy +mammee +mammer +Mammifera +mammiferous +mammiform +mammilla +mammillaplasty +mammillar +Mammillaria +mammillary +mammillate +mammillated +mammillation +mammilliform +mammilloid +mammitis +mammock +mammogen +mammogenic +mammogenically +mammon +mammondom +mammoniacal +mammonish +mammonism +mammonist +mammonistic +mammonite +mammonitish +mammonization +mammonize +mammonolatry +Mammonteus +mammoth +mammothrept +mammula +mammular +Mammut +Mammutidae +mammy +mamo +man +mana +Manabozho +manacle +Manacus +manage +manageability +manageable +manageableness +manageably +managee +manageless +management +managemental +manager +managerdom +manageress +managerial +managerially +managership +managery +manaism +manakin +manal +manas +Manasquan +manatee +Manatidae +manatine +manatoid +Manatus +manavel +manavelins +Manavendra +manbird +manbot +manche +Manchester +Manchesterdom +Manchesterism +Manchesterist +Manchestrian +manchet +manchineel +Manchu +Manchurian +mancinism +mancipable +mancipant +mancipate +mancipation +mancipative +mancipatory +mancipee +mancipium +manciple +mancipleship +mancipular +mancono +Mancunian +mancus +mand +Mandaean +Mandaeism +Mandaic +Mandaite +mandala +Mandalay +mandament +mandamus +Mandan +mandant +mandarah +mandarin +mandarinate +mandarindom +mandariness +mandarinic +mandarinism +mandarinize +mandarinship +mandatary +mandate +mandatee +mandation +mandative +mandator +mandatorily +mandatory +mandatum +Mande +mandelate +mandelic +mandible +mandibula +mandibular +mandibulary +Mandibulata +mandibulate +mandibulated +mandibuliform +mandibulohyoid +mandibulomaxillary +mandibulopharyngeal +mandibulosuspensorial +mandil +mandilion +Mandingan +Mandingo +mandola +mandolin +mandolinist +mandolute +mandom +mandora +mandore +mandra +mandragora +mandrake +mandrel +mandriarch +mandrill +mandrin +mandruka +mandua +manducable +manducate +manducation +manducatory +mandyas +mane +maned +manege +manei +maneless +manent +manerial +manes +manesheet +maness +Manetti +Manettia +maneuver +maneuverability +maneuverable +maneuverer +maneuvrability +maneuvrable +maney +Manfred +Manfreda +manful +manfully +manfulness +mang +manga +mangabeira +mangabey +mangal +manganapatite +manganate +manganblende +manganbrucite +manganeisen +manganese +manganesian +manganetic +manganhedenbergite +manganic +manganiferous +manganite +manganium +manganize +Manganja +manganocalcite +manganocolumbite +manganophyllite +manganosiderite +manganosite +manganostibiite +manganotantalite +manganous +manganpectolite +Mangar +Mangbattu +mange +mangeao +mangel +mangelin +manger +mangerite +mangi +Mangifera +mangily +manginess +mangle +mangleman +mangler +mangling +manglingly +mango +mangona +mangonel +mangonism +mangonization +mangonize +mangosteen +mangrass +mangrate +mangrove +Mangue +mangue +mangy +Mangyan +manhandle +Manhattan +Manhattanite +Manhattanize +manhead +manhole +manhood +mani +mania +maniable +maniac +maniacal +maniacally +manic +Manicaria +manicate +Manichaean +Manichaeanism +Manichaeanize +Manichaeism +Manichaeist +Manichee +manichord +manicole +manicure +manicurist +manid +Manidae +manienie +manifest +manifestable +manifestant +manifestation +manifestational +manifestationist +manifestative +manifestatively +manifested +manifestedness +manifester +manifestive +manifestly +manifestness +manifesto +manifold +manifolder +manifoldly +manifoldness +manifoldwise +maniform +manify +Manihot +manikin +manikinism +Manila +manila +manilla +manille +manioc +maniple +manipulable +manipular +manipulatable +manipulate +manipulation +manipulative +manipulatively +manipulator +manipulatory +Manipuri +Manis +manism +manist +manistic +manito +Manitoban +manitrunk +maniu +Manius +Maniva +manjak +Manjeri +mank +mankeeper +mankin +mankind +manless +manlessly +manlessness +manlet +manlihood +manlike +manlikely +manlikeness +manlily +manliness +manling +manly +Mann +manna +mannan +mannequin +manner +mannerable +mannered +mannerhood +mannering +mannerism +mannerist +manneristic +manneristical +manneristically +mannerize +mannerless +mannerlessness +mannerliness +mannerly +manners +mannersome +manness +Mannheimar +mannide +mannie +manniferous +mannify +mannikinism +manning +mannish +mannishly +mannishness +mannite +mannitic +mannitol +mannitose +mannoheptite +mannoheptitol +mannoheptose +mannoketoheptose +mannonic +mannosan +mannose +Manny +manny +mano +Manobo +manoc +manograph +Manolis +manometer +manometric +manometrical +manometry +manomin +manor +manorial +manorialism +manorialize +manorship +manoscope +manostat +manostatic +manque +manred +manrent +manroot +manrope +Mans +mansard +mansarded +manscape +manse +manservant +manship +mansion +mansional +mansionary +mansioned +mansioneer +mansionry +manslaughter +manslaughterer +manslaughtering +manslaughterous +manslayer +manslaying +manso +mansonry +manstealer +manstealing +manstopper +manstopping +mansuete +mansuetely +mansuetude +mant +manta +mantal +manteau +mantel +mantelet +manteline +mantelletta +mantellone +mantelpiece +mantelshelf +manteltree +manter +mantes +mantevil +mantic +manticism +manticore +mantid +Mantidae +mantilla +Mantinean +mantis +Mantisia +Mantispa +mantispid +Mantispidae +mantissa +mantistic +mantle +mantled +mantlet +mantling +Manto +manto +Mantodea +mantoid +Mantoidea +mantologist +mantology +mantra +mantrap +mantua +mantuamaker +mantuamaking +Mantuan +Mantzu +manual +manualii +manualism +manualist +manualiter +manually +manuao +manubrial +manubriated +manubrium +manucaption +manucaptor +manucapture +manucode +Manucodia +manucodiata +manuduce +manuduction +manuductor +manuductory +Manuel +manufactory +manufacturable +manufactural +manufacture +manufacturer +manufacturess +manuka +manul +manuma +manumea +manumisable +manumission +manumissive +manumit +manumitter +manumotive +manurable +manurage +manurance +manure +manureless +manurer +manurial +manurially +manus +manuscript +manuscriptal +manuscription +manuscriptural +manusina +manustupration +manutagi +Manvantara +manward +manwards +manway +manweed +manwise +Manx +Manxman +Manxwoman +many +manyberry +Manyema +manyfold +manyness +manyplies +manyroot +manyways +manywhere +manywise +manzana +manzanilla +manzanillo +manzanita +Manzas +manzil +mao +maomao +Maori +Maoridom +Maoriland +Maorilander +map +mapach +mapau +maphrian +mapland +maple +maplebush +mapo +mappable +mapper +Mappila +mappist +mappy +Mapuche +mapwise +maquahuitl +maquette +maqui +Maquiritare +maquis +Mar +mar +Mara +marabotin +marabou +Marabout +marabuto +maraca +Maracaibo +maracan +maracock +marae +Maragato +marajuana +marakapas +maral +maranatha +marang +Maranha +Maranham +Maranhao +Maranta +Marantaceae +marantaceous +marantic +marara +mararie +marasca +maraschino +marasmic +Marasmius +marasmoid +marasmous +marasmus +Maratha +Marathi +marathon +marathoner +Marathonian +Maratism +Maratist +Marattia +Marattiaceae +marattiaceous +Marattiales +maraud +marauder +maravedi +Maravi +marbelize +marble +marbled +marblehead +marbleheader +marblehearted +marbleization +marbleize +marbleizer +marblelike +marbleness +marbler +marbles +marblewood +marbling +marblish +marbly +marbrinus +Marc +marc +Marcan +marcantant +marcasite +marcasitic +marcasitical +Marcel +marcel +marceline +Marcella +marcella +marceller +Marcellian +Marcellianism +marcello +marcescence +marcescent +Marcgravia +Marcgraviaceae +marcgraviaceous +March +march +Marchantia +Marchantiaceae +marchantiaceous +Marchantiales +marcher +marchetto +marchioness +marchite +marchland +marchman +Marchmont +marchpane +Marci +Marcia +marcid +Marcionism +Marcionist +Marcionite +Marcionitic +Marcionitish +Marcionitism +Marcite +Marco +marco +Marcobrunner +Marcomanni +Marconi +marconi +marconigram +marconigraph +marconigraphy +marcor +Marcos +Marcosian +marcottage +mardy +mare +mareblob +Mareca +marechal +Marehan +Marek +marekanite +maremma +maremmatic +maremmese +marengo +marennin +Mareotic +Mareotid +Marfik +marfire +margarate +Margarelon +Margaret +margaric +margarin +margarine +margarita +margaritaceous +margarite +margaritiferous +margaritomancy +Margarodes +margarodid +Margarodinae +margarodite +Margaropus +margarosanite +margay +marge +margeline +margent +Margery +Margie +margin +marginal +marginalia +marginality +marginalize +marginally +marginate +marginated +margination +margined +Marginella +Marginellidae +marginelliform +marginiform +margining +marginirostral +marginoplasty +margosa +Margot +margravate +margrave +margravely +margravial +margraviate +margravine +Marguerite +marguerite +marhala +Marheshvan +Mari +Maria +maria +marialite +Mariamman +Marian +Mariana +Marianic +Marianne +Marianolatrist +Marianolatry +maricolous +marid +Marie +mariengroschen +marigenous +marigold +marigram +marigraph +marigraphic +marijuana +marikina +Marilla +Marilyn +marimba +marimonda +marina +marinade +marinate +marinated +marine +mariner +marinheiro +marinist +marinorama +Mario +mariola +Mariolater +Mariolatrous +Mariolatry +Mariology +Marion +marionette +Mariou +Mariposan +mariposite +maris +marish +marishness +Marist +maritage +marital +maritality +maritally +mariticidal +mariticide +Maritime +maritime +maritorious +mariupolite +marjoram +Marjorie +Mark +mark +marka +Markab +markdown +Markeb +marked +markedly +markedness +marker +market +marketability +marketable +marketableness +marketably +marketeer +marketer +marketing +marketman +marketstead +marketwise +markfieldite +Markgenossenschaft +markhor +marking +markka +markless +markman +markmoot +Marko +markshot +marksman +marksmanly +marksmanship +markswoman +markup +Markus +markweed +markworthy +marl +Marla +marlaceous +marlberry +marled +Marlena +marler +marli +marlin +marline +marlinespike +marlite +marlitic +marllike +marlock +Marlovian +Marlowesque +Marlowish +Marlowism +marlpit +marly +marm +marmalade +marmalady +Marmar +marmarization +marmarize +marmarosis +marmatite +marmelos +marmennill +marmit +marmite +marmolite +marmoraceous +marmorate +marmorated +marmoration +marmoreal +marmoreally +marmorean +marmoric +Marmosa +marmose +marmoset +marmot +Marmota +Marnix +maro +marocain +marok +Maronian +Maronist +Maronite +maroon +marooner +maroquin +Marpessa +marplot +marplotry +marque +marquee +Marquesan +marquess +marquetry +marquis +marquisal +marquisate +marquisdom +marquise +marquisette +marquisina +marquisotte +marquisship +marquito +marranism +marranize +marrano +marree +Marrella +marrer +marriable +marriage +marriageability +marriageable +marriageableness +marriageproof +married +marrier +marron +marrot +marrow +marrowbone +marrowed +marrowfat +marrowish +marrowless +marrowlike +marrowsky +marrowskyer +marrowy +Marrubium +Marrucinian +marry +marryer +marrying +marrymuffe +Mars +Marsala +Marsdenia +marseilles +Marsh +marsh +Marsha +marshal +marshalate +marshalcy +marshaler +marshaless +Marshall +marshalman +marshalment +Marshalsea +marshalship +marshberry +marshbuck +marshfire +marshflower +marshiness +marshite +marshland +marshlander +marshlike +marshlocks +marshman +marshwort +marshy +Marsi +Marsian +Marsilea +Marsileaceae +marsileaceous +Marsilia +Marsiliaceae +marsipobranch +Marsipobranchia +Marsipobranchiata +marsipobranchiate +Marsipobranchii +marsoon +Marspiter +Marssonia +Marssonina +marsupial +Marsupialia +marsupialian +marsupialization +marsupialize +marsupian +Marsupiata +marsupiate +marsupium +Mart +mart +martagon +martel +marteline +martellate +martellato +marten +martensite +martensitic +Martes +martext +Martha +martial +martialism +Martialist +martiality +martialization +martialize +martially +martialness +Martian +Martin +martin +martinet +martineta +martinetish +martinetishness +martinetism +martinetship +Martinez +martingale +martinico +Martinism +Martinist +Martinmas +martinoe +martite +Martius +martlet +Martu +Marty +Martyn +Martynia +Martyniaceae +martyniaceous +martyr +martyrdom +martyress +martyrium +martyrization +martyrize +martyrizer +martyrlike +martyrly +martyrolatry +martyrologic +martyrological +martyrologist +martyrologistic +martyrologium +martyrology +martyrship +martyry +maru +marvel +marvelment +marvelous +marvelously +marvelousness +marvelry +marver +Marvin +Marwari +Marxian +Marxianism +Marxism +Marxist +Mary +mary +marybud +Maryland +Marylander +Marylandian +Marymass +marysole +marzipan +mas +masa +Masai +Masanao +Masanobu +masaridid +Masarididae +Masaridinae +Masaris +mascagnine +mascagnite +mascally +mascara +mascaron +mascled +mascleless +mascot +mascotism +mascotry +Mascouten +mascularity +masculate +masculation +masculine +masculinely +masculineness +masculinism +masculinist +masculinity +masculinization +masculinize +masculist +masculofeminine +masculonucleus +masculy +masdeu +Masdevallia +mash +masha +mashal +mashallah +mashelton +masher +mashie +mashing +mashman +Mashona +Mashpee +mashru +mashy +masjid +mask +masked +Maskegon +maskelynite +masker +maskette +maskflower +Maskins +masklike +Maskoi +maskoid +maslin +masochism +masochist +masochistic +Mason +mason +masoned +masoner +masonic +Masonite +masonite +masonry +masonwork +masooka +masoola +Masora +Masorete +Masoreth +Masoretic +Maspiter +masque +masquer +masquerade +masquerader +Mass +mass +massa +massacre +massacrer +massage +massager +massageuse +massagist +Massalia +Massalian +massaranduba +massasauga +masse +massebah +massecuite +massedly +massedness +Massekhoth +massel +masser +masseter +masseteric +masseur +masseuse +massicot +massier +massiest +massif +Massilia +Massilian +massily +massiness +massive +massively +massiveness +massivity +masskanne +massless +masslike +Massmonger +massotherapy +massoy +massula +massy +mast +mastaba +mastadenitis +mastadenoma +mastage +mastalgia +mastatrophia +mastatrophy +mastauxe +mastax +mastectomy +masted +master +masterable +masterate +masterdom +masterer +masterful +masterfully +masterfulness +masterhood +masterless +masterlessness +masterlike +masterlily +masterliness +masterling +masterly +masterman +mastermind +masterous +masterpiece +masterproof +mastership +masterwork +masterwort +mastery +mastful +masthead +masthelcosis +mastic +masticability +masticable +masticate +mastication +masticator +masticatory +mastiche +masticic +Masticura +masticurous +mastiff +Mastigamoeba +mastigate +mastigium +mastigobranchia +mastigobranchial +Mastigophora +mastigophoran +mastigophoric +mastigophorous +mastigopod +Mastigopoda +mastigopodous +mastigote +mastigure +masting +mastitis +mastless +mastlike +mastman +mastocarcinoma +mastoccipital +mastochondroma +mastochondrosis +mastodon +mastodonsaurian +Mastodonsaurus +mastodont +mastodontic +Mastodontidae +mastodontine +mastodontoid +mastodynia +mastoid +mastoidal +mastoidale +mastoideal +mastoidean +mastoidectomy +mastoideocentesis +mastoideosquamous +mastoiditis +mastoidohumeral +mastoidohumeralis +mastoidotomy +mastological +mastologist +mastology +mastomenia +mastoncus +mastooccipital +mastoparietal +mastopathy +mastopexy +mastoplastia +mastorrhagia +mastoscirrhus +mastosquamose +mastotomy +mastotympanic +masturbate +masturbation +masturbational +masturbator +masturbatory +mastwood +masty +masu +Masulipatam +masurium +Mat +mat +Matabele +Matacan +matachin +matachina +mataco +matadero +matador +mataeological +mataeologue +mataeology +Matagalpa +Matagalpan +matagory +matagouri +matai +matajuelo +matalan +matamata +matamoro +matanza +matapan +matapi +Matar +matara +Matatua +Matawan +matax +matboard +match +matchable +matchableness +matchably +matchboard +matchboarding +matchbook +matchbox +matchcloth +matchcoat +matcher +matching +matchless +matchlessly +matchlessness +matchlock +matchmaker +matchmaking +matchmark +Matchotic +matchsafe +matchstick +matchwood +matchy +mate +mategriffon +matehood +mateless +matelessness +matelote +mately +mater +materfamilias +material +materialism +materialist +materialistic +materialistical +materialistically +materiality +materialization +materialize +materializee +materializer +materially +materialman +materialness +materiate +materiation +materiel +maternal +maternality +maternalize +maternally +maternalness +maternity +maternology +mateship +matey +matezite +matfelon +matgrass +math +mathematic +mathematical +mathematically +mathematicals +mathematician +mathematicize +mathematics +mathematize +mathemeg +mathes +mathesis +mathetic +Mathurin +matico +matildite +matin +matinal +matinee +mating +matins +matipo +matka +matless +matlockite +matlow +matmaker +matmaking +matra +matral +Matralia +matranee +matrass +matreed +matriarch +matriarchal +matriarchalism +matriarchate +matriarchic +matriarchist +matriarchy +matric +matrical +Matricaria +matrices +matricidal +matricide +matricula +matriculable +matriculant +matricular +matriculate +matriculation +matriculator +matriculatory +Matrigan +matriheritage +matriherital +matrilineal +matrilineally +matrilinear +matrilinearism +matriliny +matrilocal +matrimonial +matrimonially +matrimonious +matrimoniously +matrimony +matriotism +matripotestal +matris +matrix +matroclinic +matroclinous +matrocliny +matron +matronage +matronal +Matronalia +matronhood +matronism +matronize +matronlike +matronliness +matronly +matronship +matronymic +matross +Mats +matsu +matsuri +Matt +matta +mattamore +Mattapony +mattaro +mattboard +matte +matted +mattedly +mattedness +matter +matterate +matterative +matterful +matterfulness +matterless +mattery +Matteuccia +Matthaean +Matthew +Matthias +Matthieu +Matthiola +Matti +matti +matting +mattock +mattoid +mattoir +mattress +mattulla +Matty +maturable +maturate +maturation +maturative +mature +maturely +maturement +matureness +maturer +maturescence +maturescent +maturing +maturish +maturity +matutinal +matutinally +matutinary +matutine +matutinely +matweed +maty +matzo +matzoon +matzos +matzoth +mau +maucherite +Maud +maud +maudle +maudlin +maudlinism +maudlinize +maudlinly +maudlinwort +mauger +maugh +Maugis +maul +Maulawiyah +mauler +mauley +mauling +maulstick +Maumee +maumet +maumetry +Maun +maun +maund +maunder +maunderer +maundful +maundy +maunge +Maurandia +Maureen +Mauretanian +Mauri +Maurice +Maurist +Mauritia +Mauritian +Mauser +mausolea +mausoleal +mausolean +mausoleum +mauther +mauve +mauveine +mauvette +mauvine +maux +maverick +mavis +Mavortian +mavournin +mavrodaphne +maw +mawbound +mawk +mawkish +mawkishly +mawkishness +mawky +mawp +Max +maxilla +maxillar +maxillary +maxilliferous +maxilliform +maxilliped +maxillipedary +maxillodental +maxillofacial +maxillojugal +maxillolabial +maxillomandibular +maxillopalatal +maxillopalatine +maxillopharyngeal +maxillopremaxillary +maxilloturbinal +maxillozygomatic +maxim +maxima +maximal +Maximalism +Maximalist +maximally +maximate +maximation +maximed +maximist +maximistic +maximite +maximization +maximize +maximizer +Maximon +maximum +maximus +maxixe +maxwell +May +may +Maya +maya +Mayaca +Mayacaceae +mayacaceous +Mayan +Mayance +Mayathan +maybe +Maybird +Maybloom +maybush +Maycock +maycock +Mayda +mayday +Mayer +Mayey +Mayeye +Mayfair +mayfish +Mayflower +Mayfowl +mayhap +mayhappen +mayhem +Maying +Maylike +maynt +Mayo +Mayologist +mayonnaise +mayor +mayoral +mayoralty +mayoress +mayorship +Mayoruna +Maypole +Maypoling +maypop +maysin +mayten +Maytenus +Maythorn +Maytide +Maytime +mayweed +Maywings +Maywort +maza +mazalgia +Mazama +mazame +Mazanderani +mazapilite +mazard +mazarine +Mazatec +Mazateco +Mazda +Mazdaism +Mazdaist +Mazdakean +Mazdakite +Mazdean +maze +mazed +mazedly +mazedness +mazeful +mazement +mazer +Mazhabi +mazic +mazily +maziness +mazocacothesis +mazodynia +mazolysis +mazolytic +mazopathia +mazopathic +mazopexy +Mazovian +mazuca +mazuma +Mazur +Mazurian +mazurka +mazut +mazy +mazzard +Mazzinian +Mazzinianism +Mazzinist +mbalolo +Mbaya +mbori +Mbuba +Mbunda +Mcintosh +Mckay +Mdewakanton +me +meable +meaching +mead +meader +meadow +meadowbur +meadowed +meadower +meadowing +meadowink +meadowland +meadowless +meadowsweet +meadowwort +meadowy +meadsman +meager +meagerly +meagerness +meagre +meak +meal +mealable +mealberry +mealer +mealies +mealily +mealiness +mealless +mealman +mealmonger +mealmouth +mealmouthed +mealproof +mealtime +mealy +mealymouth +mealymouthed +mealymouthedly +mealymouthedness +mealywing +mean +meander +meanderingly +meandrine +meandriniform +meandrite +meandrous +meaned +meaner +meaning +meaningful +meaningfully +meaningless +meaninglessly +meaninglessness +meaningly +meaningness +meanish +meanly +meanness +meant +Meantes +meantone +meanwhile +mease +measle +measled +measledness +measles +measlesproof +measly +measondue +measurability +measurable +measurableness +measurably +measuration +measure +measured +measuredly +measuredness +measureless +measurelessly +measurelessness +measurely +measurement +measurer +measuring +meat +meatal +meatbird +meatcutter +meated +meathook +meatily +meatiness +meatless +meatman +meatometer +meatorrhaphy +meatoscope +meatoscopy +meatotome +meatotomy +meatus +meatworks +meaty +Mebsuta +Mecaptera +mecate +Mecca +Meccan +Meccano +Meccawee +Mechael +mechanal +mechanality +mechanalize +mechanic +mechanical +mechanicalism +mechanicalist +mechanicality +mechanicalization +mechanicalize +mechanically +mechanicalness +mechanician +mechanicochemical +mechanicocorpuscular +mechanicointellectual +mechanicotherapy +mechanics +mechanism +mechanist +mechanistic +mechanistically +mechanization +mechanize +mechanizer +mechanolater +mechanology +mechanomorphic +mechanomorphism +mechanotherapeutic +mechanotherapeutics +mechanotherapist +mechanotherapy +Mechir +Mechitaristican +Mechlin +mechoacan +meckelectomy +Meckelian +Mecklenburgian +mecodont +Mecodonta +mecometer +mecometry +mecon +meconic +meconidium +meconin +meconioid +meconium +meconology +meconophagism +meconophagist +Mecoptera +mecopteran +mecopteron +mecopterous +medal +medaled +medalet +medalist +medalize +medallary +medallic +medallically +medallion +medallionist +meddle +meddlecome +meddlement +meddler +meddlesome +meddlesomely +meddlesomeness +meddling +meddlingly +Mede +Medellin +Medeola +Media +media +mediacid +mediacy +mediad +mediaevalize +mediaevally +medial +medialization +medialize +medialkaline +medially +Median +median +medianic +medianimic +medianimity +medianism +medianity +medianly +mediant +mediastinal +mediastine +mediastinitis +mediastinotomy +mediastinum +mediate +mediately +mediateness +mediating +mediatingly +mediation +mediative +mediatization +mediatize +mediator +mediatorial +mediatorialism +mediatorially +mediatorship +mediatory +mediatress +mediatrice +mediatrix +Medic +medic +medicable +Medicago +medical +medically +medicament +medicamental +medicamentally +medicamentary +medicamentation +medicamentous +medicaster +medicate +medication +medicative +medicator +medicatory +Medicean +Medici +medicinable +medicinableness +medicinal +medicinally +medicinalness +medicine +medicinelike +medicinemonger +mediciner +medico +medicobotanical +medicochirurgic +medicochirurgical +medicodental +medicolegal +medicolegally +medicomania +medicomechanic +medicomechanical +medicomoral +medicophysical +medicopsychological +medicopsychology +medicostatistic +medicosurgical +medicotopographic +medicozoologic +mediety +Medieval +medieval +medievalism +medievalist +medievalistic +medievalize +medievally +medifixed +mediglacial +medimn +medimno +medimnos +medimnus +Medina +Medinilla +medino +medio +medioanterior +mediocarpal +medioccipital +mediocre +mediocrist +mediocrity +mediocubital +mediodepressed +mediodigital +mediodorsal +mediodorsally +mediofrontal +mediolateral +mediopalatal +mediopalatine +mediopassive +mediopectoral +medioperforate +mediopontine +medioposterior +mediosilicic +mediostapedial +mediotarsal +medioventral +medisance +medisect +medisection +Medish +Medism +meditant +meditate +meditating +meditatingly +meditation +meditationist +meditatist +meditative +meditatively +meditativeness +meditator +mediterranean +Mediterraneanism +Mediterraneanization +Mediterraneanize +mediterraneous +medithorax +Meditrinalia +meditullium +medium +mediumism +mediumistic +mediumization +mediumize +mediumship +medius +Medize +Medizer +medjidie +medlar +medley +Medoc +medregal +medrick +medrinaque +medulla +medullar +medullary +medullate +medullated +medullation +medullispinal +medullitis +medullization +medullose +Medusa +Medusaean +medusal +medusalike +medusan +medusiferous +medusiform +medusoid +meebos +meece +meed +meedless +Meehan +meek +meeken +meekhearted +meekheartedness +meekling +meekly +meekness +Meekoceras +Meeks +meered +meerkat +meerschaum +meese +meet +meetable +meeten +meeter +meeterly +meethelp +meethelper +meeting +meetinger +meetinghouse +meetly +meetness +Meg +megabar +megacephalia +megacephalic +megacephaly +megacerine +Megaceros +megacerotine +Megachile +megachilid +Megachilidae +Megachiroptera +megachiropteran +megachiropterous +megacolon +megacosm +megacoulomb +megacycle +megadont +Megadrili +megadynamics +megadyne +Megaera +megaerg +megafarad +megafog +megagamete +megagametophyte +megajoule +megakaryocyte +Megalactractus +Megaladapis +Megalaema +Megalaemidae +Megalania +megaleme +Megalensian +megalerg +Megalesia +Megalesian +megalesthete +megalethoscope +Megalichthyidae +Megalichthys +megalith +megalithic +Megalobatrachus +megaloblast +megaloblastic +megalocardia +megalocarpous +megalocephalia +megalocephalic +megalocephalous +megalocephaly +Megaloceros +megalochirous +megalocornea +megalocyte +megalocytosis +megalodactylia +megalodactylism +megalodactylous +Megalodon +megalodont +megalodontia +Megalodontidae +megaloenteron +megalogastria +megaloglossia +megalograph +megalography +megalohepatia +megalokaryocyte +megalomania +megalomaniac +megalomaniacal +megalomelia +Megalonychidae +Megalonyx +megalopa +megalopenis +megalophonic +megalophonous +megalophthalmus +megalopia +megalopic +Megalopidae +Megalopinae +megalopine +megaloplastocyte +megalopolis +megalopolitan +megalopolitanism +megalopore +megalops +megalopsia +Megaloptera +Megalopyge +Megalopygidae +Megalornis +Megalornithidae +megalosaur +megalosaurian +Megalosauridae +megalosauroid +Megalosaurus +megaloscope +megaloscopy +megalosphere +megalospheric +megalosplenia +megalosyndactyly +megaloureter +Megaluridae +Megamastictora +megamastictoral +megamere +megameter +megampere +Meganeura +Meganthropus +meganucleus +megaparsec +megaphone +megaphonic +megaphotographic +megaphotography +megaphyllous +Megaphyton +megapod +megapode +Megapodidae +Megapodiidae +Megapodius +megaprosopous +Megaptera +Megapterinae +megapterine +Megarensian +Megarhinus +Megarhyssa +Megarian +Megarianism +Megaric +megaron +megasclere +megascleric +megasclerous +megasclerum +megascope +megascopic +megascopical +megascopically +megaseism +megaseismic +megaseme +Megasoma +megasporange +megasporangium +megaspore +megasporic +megasporophyll +megasynthetic +megathere +megatherian +Megatheriidae +megatherine +megatherioid +Megatherium +megatherm +megathermic +megatheroid +megaton +megatype +megatypy +megavolt +megawatt +megaweber +megazooid +megazoospore +megerg +Meggy +megilp +megmho +megohm +megohmit +megohmmeter +megophthalmus +megotalc +Megrel +Megrez +megrim +megrimish +mehalla +mehari +meharist +Mehelya +mehmandar +Mehrdad +mehtar +mehtarship +Meibomia +Meibomian +meile +mein +meinie +meio +meiobar +meionite +meiophylly +meiosis +meiotaxy +meiotic +Meissa +Meistersinger +meith +Meithei +meizoseismal +meizoseismic +mejorana +Mekbuda +Mekhitarist +mekometer +mel +mela +melaconite +melada +meladiorite +melagabbro +melagra +melagranite +Melaleuca +melalgia +melam +melamed +melamine +melampodium +Melampsora +Melampsoraceae +Melampus +melampyritol +Melampyrum +melanagogal +melanagogue +melancholia +melancholiac +melancholic +melancholically +melancholily +melancholiness +melancholious +melancholiously +melancholiousness +melancholish +melancholist +melancholize +melancholomaniac +melancholy +melancholyish +Melanchthonian +Melanconiaceae +melanconiaceous +Melanconiales +Melanconium +melanemia +melanemic +Melanesian +melange +melanger +melangeur +Melania +melanian +melanic +melaniferous +Melaniidae +melanilin +melaniline +melanin +Melanippe +Melanippus +melanism +melanistic +melanite +melanitic +melanize +melano +melanoblast +melanocarcinoma +melanocerite +Melanochroi +Melanochroid +melanochroite +melanochroous +melanocomous +melanocrate +melanocratic +melanocyte +Melanodendron +melanoderma +melanodermia +melanodermic +Melanogaster +melanogen +Melanoi +melanoid +melanoidin +melanoma +melanopathia +melanopathy +melanophore +melanoplakia +Melanoplus +melanorrhagia +melanorrhea +Melanorrhoea +melanosarcoma +melanosarcomatosis +melanoscope +melanose +melanosed +melanosis +melanosity +melanospermous +melanotekite +melanotic +melanotrichous +melanous +melanterite +Melanthaceae +melanthaceous +Melanthium +melanure +melanuresis +melanuria +melanuric +melaphyre +Melas +melasma +melasmic +melassigenic +Melastoma +Melastomaceae +melastomaceous +melastomad +melatope +melaxuma +Melburnian +Melcarth +melch +Melchite +Melchora +meld +melder +meldometer +meldrop +mele +Meleager +Meleagridae +Meleagrina +Meleagrinae +meleagrine +Meleagris +melebiose +melee +melena +melene +melenic +Meles +Meletian +Meletski +melezitase +melezitose +Melia +Meliaceae +meliaceous +Meliadus +Melian +Melianthaceae +melianthaceous +Melianthus +meliatin +melibiose +melic +Melica +Melicent +melicera +meliceric +meliceris +melicerous +Melicerta +Melicertidae +melichrous +melicitose +Melicocca +melicraton +melilite +melilitite +melilot +Melilotus +Melinae +Melinda +meline +Melinis +melinite +Meliola +meliorability +meliorable +meliorant +meliorate +meliorater +melioration +meliorative +meliorator +meliorism +meliorist +melioristic +meliority +meliphagan +Meliphagidae +meliphagidan +meliphagous +meliphanite +Melipona +Meliponinae +meliponine +melisma +melismatic +melismatics +Melissa +melissyl +melissylic +Melitaea +melitemia +melithemia +melitis +melitose +melitriose +melittologist +melittology +melituria +melituric +mell +mellaginous +mellate +mellay +melleous +meller +Mellifera +melliferous +mellificate +mellification +mellifluence +mellifluent +mellifluently +mellifluous +mellifluously +mellifluousness +mellimide +mellisonant +mellisugent +mellit +mellitate +mellite +mellitic +Mellivora +Mellivorinae +mellivorous +mellon +mellonides +mellophone +mellow +mellowly +mellowness +mellowy +mellsman +Melocactus +melocoton +melodeon +melodia +melodial +melodially +melodic +melodica +melodically +melodicon +melodics +melodiograph +melodion +melodious +melodiously +melodiousness +melodism +melodist +melodize +melodizer +melodram +melodrama +melodramatic +melodramatical +melodramatically +melodramaticism +melodramatics +melodramatist +melodramatize +melodrame +melody +melodyless +meloe +melogram +Melogrammataceae +melograph +melographic +meloid +Meloidae +melologue +Melolontha +Melolonthidae +melolonthidan +Melolonthides +Melolonthinae +melolonthine +melomane +melomania +melomaniac +melomanic +melon +meloncus +Melonechinus +melongena +melongrower +melonist +melonite +Melonites +melonlike +melonmonger +melonry +melophone +melophonic +melophonist +melopiano +meloplast +meloplastic +meloplasty +melopoeia +melopoeic +melos +melosa +Melospiza +Melothria +melotragedy +melotragic +melotrope +melt +meltability +meltable +meltage +melted +meltedness +melteigite +melter +melters +melting +meltingly +meltingness +melton +Meltonian +Melungeon +Melursus +mem +member +membered +memberless +membership +membracid +Membracidae +membracine +membral +membrally +membrana +membranaceous +membranaceously +membranate +membrane +membraned +membraneless +membranelike +membranelle +membraneous +membraniferous +membraniform +membranin +Membranipora +Membraniporidae +membranocalcareous +membranocartilaginous +membranocoriaceous +membranocorneous +membranogenic +membranoid +membranology +membranonervous +membranosis +membranous +membranously +membranula +membranule +membretto +memento +meminna +Memnon +Memnonian +Memnonium +memo +memoir +memoirism +memoirist +memorabilia +memorability +memorable +memorableness +memorably +memoranda +memorandist +memorandize +memorandum +memorative +memoria +memorial +memorialist +memorialization +memorialize +memorializer +memorially +memoried +memorious +memorist +memorizable +memorization +memorize +memorizer +memory +memoryless +Memphian +Memphite +men +menaccanite +menaccanitic +menace +menaceable +menaceful +menacement +menacer +menacing +menacingly +menacme +menadione +menage +menagerie +menagerist +menald +Menangkabau +menarche +Menaspis +mend +mendable +mendacious +mendaciously +mendaciousness +mendacity +Mendaite +Mende +mendee +Mendelian +Mendelianism +Mendelianist +Mendelism +Mendelist +Mendelize +Mendelssohnian +Mendelssohnic +mendelyeevite +mender +Mendi +mendicancy +mendicant +mendicate +mendication +mendicity +mending +mendipite +mendole +mendozite +mends +meneghinite +menfolk +Menfra +meng +Mengwe +menhaden +menhir +menial +menialism +meniality +menially +Menic +menilite +meningeal +meninges +meningic +meningina +meningism +meningitic +meningitis +meningocele +meningocephalitis +meningocerebritis +meningococcal +meningococcemia +meningococcic +meningococcus +meningocortical +meningoencephalitis +meningoencephalocele +meningomalacia +meningomyclitic +meningomyelitis +meningomyelocele +meningomyelorrhaphy +meningorachidian +meningoradicular +meningorhachidian +meningorrhagia +meningorrhea +meningorrhoea +meningosis +meningospinal +meningotyphoid +meninting +meninx +meniscal +meniscate +menisciform +meniscitis +meniscoid +meniscoidal +Meniscotheriidae +Meniscotherium +meniscus +menisperm +Menispermaceae +menispermaceous +menispermine +Menispermum +Menkalinan +Menkar +Menkib +menkind +mennom +Mennonist +Mennonite +Menobranchidae +Menobranchus +menognath +menognathous +menologium +menology +menometastasis +Menominee +menopausal +menopause +menopausic +menophania +menoplania +Menopoma +Menorah +Menorhyncha +menorhynchous +menorrhagia +menorrhagic +menorrhagy +menorrhea +menorrheic +menorrhoea +menorrhoeic +menoschesis +menoschetic +menosepsis +menostasia +menostasis +menostatic +menostaxis +Menotyphla +menotyphlic +menoxenia +mensa +mensal +mensalize +mense +menseful +menseless +menses +Menshevik +Menshevism +Menshevist +mensk +menstrual +menstruant +menstruate +menstruation +menstruous +menstruousness +menstruum +mensual +mensurability +mensurable +mensurableness +mensurably +mensural +mensuralist +mensurate +mensuration +mensurational +mensurative +Ment +mentagra +mental +mentalis +mentalism +mentalist +mentalistic +mentality +mentalization +mentalize +mentally +mentary +mentation +Mentha +Menthaceae +menthaceous +menthadiene +menthane +menthene +menthenol +menthenone +menthol +mentholated +menthone +menthyl +menticide +menticultural +menticulture +mentiferous +mentiform +mentigerous +mentimeter +mentimutation +mention +mentionability +mentionable +mentionless +mentoanterior +mentobregmatic +mentocondylial +mentohyoid +mentolabial +mentomeckelian +mentonniere +mentoposterior +mentor +mentorial +mentorism +mentorship +mentum +Mentzelia +menu +Menura +Menurae +Menuridae +meny +Menyanthaceae +Menyanthaceous +Menyanthes +menyie +menzie +Menziesia +Meo +Mephisto +Mephistophelean +Mephistopheleanly +Mephistopheles +Mephistophelic +Mephistophelistic +mephitic +mephitical +Mephitinae +mephitine +mephitis +mephitism +Mer +Merak +meralgia +meraline +Merat +Meratia +merbaby +mercal +mercantile +mercantilely +mercantilism +mercantilist +mercantilistic +mercantility +mercaptal +mercaptan +mercaptides +mercaptids +mercapto +mercaptol +mercaptole +Mercator +Mercatorial +mercatorial +Mercedarian +Mercedes +Mercedinus +Mercedonius +mercenarily +mercenariness +mercenary +mercer +merceress +mercerization +mercerize +mercerizer +mercership +mercery +merch +merchandisable +merchandise +merchandiser +merchant +merchantable +merchantableness +merchanter +merchanthood +merchantish +merchantlike +merchantly +merchantman +merchantry +merchantship +merchet +Mercian +merciful +mercifully +mercifulness +merciless +mercilessly +mercilessness +merciment +mercurate +mercuration +Mercurean +mercurial +Mercurialis +mercurialism +mercuriality +mercurialization +mercurialize +mercurially +mercurialness +mercuriamines +mercuriammonium +Mercurian +mercuriate +mercuric +mercuride +mercurification +mercurify +Mercurius +mercurization +mercurize +Mercurochrome +mercurophen +mercurous +Mercury +mercy +mercyproof +merdivorous +mere +Meredithian +merel +merely +merenchyma +merenchymatous +meresman +merestone +meretricious +meretriciously +meretriciousness +meretrix +merfold +merfolk +merganser +merge +mergence +merger +mergh +Merginae +Mergulus +Mergus +meriah +mericarp +merice +Merida +meridian +Meridion +Meridionaceae +Meridional +meridional +meridionality +meridionally +meril +meringue +meringued +Merino +Meriones +meriquinoid +meriquinoidal +meriquinone +meriquinonic +meriquinonoid +merism +merismatic +merismoid +merist +meristele +meristelic +meristem +meristematic +meristematically +meristic +meristically +meristogenous +merit +meritable +merited +meritedly +meriter +meritful +meritless +meritmonger +meritmongering +meritmongery +meritorious +meritoriously +meritoriousness +merk +merkhet +merkin +merl +merle +merlette +merlin +merlon +Merlucciidae +Merluccius +mermaid +mermaiden +merman +Mermis +mermithaner +mermithergate +Mermithidae +mermithization +mermithized +mermithogyne +Mermnad +Mermnadae +mermother +mero +meroblastic +meroblastically +merocele +merocelic +merocerite +meroceritic +merocrystalline +merocyte +Merodach +merogamy +merogastrula +merogenesis +merogenetic +merogenic +merognathite +merogonic +merogony +merohedral +merohedric +merohedrism +meroistic +Meroitic +meromorphic +Meromyaria +meromyarian +merop +Merope +Meropes +meropia +Meropidae +meropidan +meroplankton +meroplanktonic +meropodite +meropoditic +Merops +merorganization +merorganize +meros +merosomal +Merosomata +merosomatous +merosome +merosthenic +Merostomata +merostomatous +merostome +merostomous +merosymmetrical +merosymmetry +merosystematic +merotomize +merotomy +merotropism +merotropy +Merovingian +meroxene +Merozoa +merozoite +merpeople +merribauks +merribush +Merril +merriless +merrily +merriment +merriness +merrow +merry +merrymake +merrymaker +merrymaking +merryman +merrymeeting +merrythought +merrytrotter +merrywing +merse +Mertensia +Merton +Merula +meruline +merulioid +Merulius +merveileux +merwinite +merwoman +Merychippus +merycism +merycismus +Merycoidodon +Merycoidodontidae +Merycopotamidae +Merycopotamus +Mes +mesa +mesabite +mesaconate +mesaconic +mesad +Mesadenia +mesadenia +mesail +mesal +mesalike +mesally +mesameboid +mesange +mesaortitis +mesaraic +mesaraical +mesarch +mesarteritic +mesarteritis +Mesartim +mesaticephal +mesaticephali +mesaticephalic +mesaticephalism +mesaticephalous +mesaticephaly +mesatipellic +mesatipelvic +mesatiskelic +mesaxonic +mescal +Mescalero +mescaline +mescalism +mesdames +mese +mesectoderm +mesem +Mesembryanthemaceae +Mesembryanthemum +mesembryo +mesembryonic +mesencephalic +mesencephalon +mesenchyma +mesenchymal +mesenchymatal +mesenchymatic +mesenchymatous +mesenchyme +mesendoderm +mesenna +mesenterial +mesenteric +mesenterical +mesenterically +mesenteriform +mesenteriolum +mesenteritic +mesenteritis +mesenteron +mesenteronic +mesentery +mesentoderm +mesepimeral +mesepimeron +mesepisternal +mesepisternum +mesepithelial +mesepithelium +mesethmoid +mesethmoidal +mesh +Meshech +meshed +meshrabiyeh +meshwork +meshy +mesiad +mesial +mesially +mesian +mesic +mesically +mesilla +mesiobuccal +mesiocervical +mesioclusion +mesiodistal +mesiodistally +mesiogingival +mesioincisal +mesiolabial +mesiolingual +mesion +mesioocclusal +mesiopulpal +mesioversion +Mesitae +Mesites +Mesitidae +mesitite +mesityl +mesitylene +mesitylenic +mesmerian +mesmeric +mesmerical +mesmerically +mesmerism +mesmerist +mesmerite +mesmerizability +mesmerizable +mesmerization +mesmerize +mesmerizee +mesmerizer +mesmeromania +mesmeromaniac +mesnality +mesnalty +mesne +meso +mesoappendicitis +mesoappendix +mesoarial +mesoarium +mesobar +mesobenthos +mesoblast +mesoblastema +mesoblastemic +mesoblastic +mesobranchial +mesobregmate +mesocaecal +mesocaecum +mesocardia +mesocardium +mesocarp +mesocentrous +mesocephal +mesocephalic +mesocephalism +mesocephalon +mesocephalous +mesocephaly +mesochilium +mesochondrium +mesochroic +mesocoele +mesocoelian +mesocoelic +mesocolic +mesocolon +mesocoracoid +mesocranial +mesocratic +mesocuneiform +mesode +mesoderm +mesodermal +mesodermic +Mesodesma +Mesodesmatidae +Mesodesmidae +Mesodevonian +Mesodevonic +mesodic +mesodisilicic +mesodont +Mesoenatides +mesofurca +mesofurcal +mesogaster +mesogastral +mesogastric +mesogastrium +mesogloea +mesogloeal +mesognathic +mesognathion +mesognathism +mesognathous +mesognathy +mesogyrate +mesohepar +Mesohippus +mesokurtic +mesolabe +mesole +mesolecithal +mesolimnion +mesolite +mesolithic +mesologic +mesological +mesology +mesomere +mesomeric +mesomerism +mesometral +mesometric +mesometrium +mesomorph +mesomorphic +mesomorphous +mesomorphy +Mesomyodi +mesomyodian +mesomyodous +meson +mesonasal +Mesonemertini +mesonephric +mesonephridium +mesonephritic +mesonephros +mesonic +mesonotal +mesonotum +Mesonychidae +Mesonyx +mesoparapteral +mesoparapteron +mesopectus +mesoperiodic +mesopetalum +mesophile +mesophilic +mesophilous +mesophragm +mesophragma +mesophragmal +mesophryon +mesophyll +mesophyllous +mesophyllum +mesophyte +mesophytic +mesophytism +mesopic +mesoplankton +mesoplanktonic +mesoplast +mesoplastic +mesoplastral +mesoplastron +mesopleural +mesopleuron +Mesoplodon +mesoplodont +mesopodial +mesopodiale +mesopodium +mesopotamia +Mesopotamian +mesopotamic +mesoprescutal +mesoprescutum +mesoprosopic +mesopterygial +mesopterygium +mesopterygoid +mesorchial +mesorchium +Mesore +mesorectal +mesorectum +Mesoreodon +mesorrhin +mesorrhinal +mesorrhinian +mesorrhinism +mesorrhinium +mesorrhiny +mesosalpinx +mesosaur +Mesosauria +Mesosaurus +mesoscapula +mesoscapular +mesoscutal +mesoscutellar +mesoscutellum +mesoscutum +mesoseismal +mesoseme +mesosiderite +mesosigmoid +mesoskelic +mesosoma +mesosomatic +mesosome +mesosperm +mesospore +mesosporic +mesosporium +mesostasis +mesosternal +mesosternebra +mesosternebral +mesosternum +mesostethium +Mesostoma +Mesostomatidae +mesostomid +mesostyle +mesostylous +Mesosuchia +mesosuchian +Mesotaeniaceae +Mesotaeniales +mesotarsal +mesotartaric +Mesothelae +mesothelial +mesothelium +mesotherm +mesothermal +mesothesis +mesothet +mesothetic +mesothetical +mesothoracic +mesothoracotheca +mesothorax +mesothorium +mesotonic +mesotroch +mesotrocha +mesotrochal +mesotrochous +mesotron +mesotropic +mesotympanic +mesotype +mesovarian +mesovarium +mesoventral +mesoventrally +mesoxalate +mesoxalic +mesoxalyl +Mesozoa +mesozoan +Mesozoic +mespil +Mespilus +Mespot +mesquite +Mesropian +mess +message +messagery +Messalian +messaline +messan +Messapian +messe +messelite +messenger +messengership +messer +messet +Messiah +Messiahship +Messianic +Messianically +messianically +Messianism +Messianist +Messianize +Messias +messieurs +messily +messin +Messines +Messinese +messiness +messing +messman +messmate +messor +messroom +messrs +messtin +messuage +messy +mestee +mester +mestiza +mestizo +mestome +Mesua +Mesvinian +mesymnion +met +meta +metabasis +metabasite +metabatic +metabiological +metabiology +metabiosis +metabiotic +metabiotically +metabismuthic +metabisulphite +metabletic +Metabola +metabola +metabole +Metabolia +metabolian +metabolic +metabolism +metabolite +metabolizable +metabolize +metabolon +metabolous +metaboly +metaborate +metaboric +metabranchial +metabrushite +metabular +metacarpal +metacarpale +metacarpophalangeal +metacarpus +metacenter +metacentral +metacentric +metacentricity +metachemic +metachemistry +Metachlamydeae +metachlamydeous +metachromasis +metachromatic +metachromatin +metachromatinic +metachromatism +metachrome +metachronism +metachrosis +metacinnabarite +metacism +metacismus +metaclase +metacneme +metacoele +metacoelia +metaconal +metacone +metaconid +metaconule +metacoracoid +metacrasis +metacresol +metacromial +metacromion +metacryst +metacyclic +metacymene +metad +metadiabase +metadiazine +metadiorite +metadiscoidal +metadromous +metafluidal +metaformaldehyde +metafulminuric +metagalactic +metagalaxy +metagaster +metagastric +metagastrula +metage +Metageitnion +metagelatin +metagenesis +metagenetic +metagenetically +metagenic +metageometer +metageometrical +metageometry +metagnath +metagnathism +metagnathous +metagnomy +metagnostic +metagnosticism +metagram +metagrammatism +metagrammatize +metagraphic +metagraphy +metahewettite +metahydroxide +metaigneous +metainfective +metakinesis +metakinetic +metal +metalammonium +metalanguage +metalbumin +metalcraft +metaldehyde +metalepsis +metaleptic +metaleptical +metaleptically +metaler +metaline +metalined +metaling +metalinguistic +metalinguistics +metalism +metalist +metalization +metalize +metallary +metalleity +metallic +metallical +metallically +metallicity +metallicize +metallicly +metallics +metallide +metallifacture +metalliferous +metallification +metalliform +metallify +metallik +metalline +metallism +metallization +metallize +metallochrome +metallochromy +metallogenetic +metallogenic +metallogeny +metallograph +metallographer +metallographic +metallographical +metallographist +metallography +metalloid +metalloidal +metallometer +metallophone +metalloplastic +metallorganic +metallotherapeutic +metallotherapy +metallurgic +metallurgical +metallurgically +metallurgist +metallurgy +metalmonger +metalogic +metalogical +metaloph +metalorganic +metaloscope +metaloscopy +metaluminate +metaluminic +metalware +metalwork +metalworker +metalworking +metalworks +metamathematical +metamathematics +metamer +metameral +metamere +metameric +metamerically +metameride +metamerism +metamerization +metamerized +metamerous +metamery +metamorphic +metamorphism +metamorphize +metamorphopsia +metamorphopsy +metamorphosable +metamorphose +metamorphoser +metamorphoses +metamorphosian +metamorphosic +metamorphosical +metamorphosis +metamorphostical +metamorphotic +metamorphous +metamorphy +Metamynodon +metanalysis +metanauplius +Metanemertini +metanephric +metanephritic +metanephron +metanephros +metanepionic +metanilic +metanitroaniline +metanomen +metanotal +metanotum +metantimonate +metantimonic +metantimonious +metantimonite +metantimonous +metanym +metaorganism +metaparapteral +metaparapteron +metapectic +metapectus +metapepsis +metapeptone +metaperiodic +metaphase +metaphenomenal +metaphenomenon +metaphenylene +metaphenylenediamin +metaphenylenediamine +metaphloem +metaphonical +metaphonize +metaphony +metaphor +metaphoric +metaphorical +metaphorically +metaphoricalness +metaphorist +metaphorize +metaphosphate +metaphosphoric +metaphosphorous +metaphragm +metaphragmal +metaphrase +metaphrasis +metaphrast +metaphrastic +metaphrastical +metaphrastically +metaphyseal +metaphysic +metaphysical +metaphysically +metaphysician +metaphysicianism +metaphysicist +metaphysicize +metaphysicous +metaphysics +metaphysis +metaphyte +metaphytic +metaphyton +metaplasia +metaplasis +metaplasm +metaplasmic +metaplast +metaplastic +metapleural +metapleure +metapleuron +metaplumbate +metaplumbic +metapneumonic +metapneustic +metapodial +metapodiale +metapodium +metapolitic +metapolitical +metapolitician +metapolitics +metapophyseal +metapophysial +metapophysis +metapore +metapostscutellar +metapostscutellum +metaprescutal +metaprescutum +metaprotein +metapsychic +metapsychical +metapsychics +metapsychism +metapsychist +metapsychological +metapsychology +metapsychosis +metapterygial +metapterygium +metapterygoid +metarabic +metarhyolite +metarossite +metarsenic +metarsenious +metarsenite +metasaccharinic +metascutal +metascutellar +metascutellum +metascutum +metasedimentary +metasilicate +metasilicic +metasoma +metasomal +metasomasis +metasomatic +metasomatism +metasomatosis +metasome +metasperm +Metaspermae +metaspermic +metaspermous +metastability +metastable +metastannate +metastannic +metastasis +metastasize +metastatic +metastatical +metastatically +metasternal +metasternum +metasthenic +metastibnite +metastigmate +metastoma +metastome +metastrophe +metastrophic +metastyle +metatantalic +metatarsal +metatarsale +metatarse +metatarsophalangeal +metatarsus +metatatic +metatatically +metataxic +metate +metathalamus +metatheology +Metatheria +metatherian +metatheses +metathesis +metathetic +metathetical +metathetically +metathoracic +metathorax +metatitanate +metatitanic +metatoluic +metatoluidine +metatracheal +metatrophic +metatungstic +metatype +metatypic +Metaurus +metavanadate +metavanadic +metavauxite +metavoltine +metaxenia +metaxite +metaxylem +metaxylene +metayer +Metazoa +metazoal +metazoan +metazoea +metazoic +metazoon +mete +metel +metempiric +metempirical +metempirically +metempiricism +metempiricist +metempirics +metempsychic +metempsychosal +metempsychose +metempsychoses +metempsychosical +metempsychosis +metempsychosize +metemptosis +metencephalic +metencephalon +metensarcosis +metensomatosis +metenteron +metenteronic +meteogram +meteograph +meteor +meteorgraph +meteoric +meteorical +meteorically +meteorism +meteorist +meteoristic +meteorital +meteorite +meteoritic +meteoritics +meteorization +meteorize +meteorlike +meteorogram +meteorograph +meteorographic +meteorography +meteoroid +meteoroidal +meteorolite +meteorolitic +meteorologic +meteorological +meteorologically +meteorologist +meteorology +meteorometer +meteoroscope +meteoroscopy +meteorous +metepencephalic +metepencephalon +metepimeral +metepimeron +metepisternal +metepisternum +meter +meterage +metergram +meterless +meterman +metership +metestick +metewand +meteyard +methacrylate +methacrylic +methadone +methanal +methanate +methane +methanoic +methanolysis +methanometer +metheglin +methemoglobin +methemoglobinemia +methemoglobinuria +methenamine +methene +methenyl +mether +methid +methide +methine +methinks +methiodide +methionic +methionine +methobromide +method +methodaster +methodeutic +methodic +methodical +methodically +methodicalness +methodics +methodism +Methodist +methodist +Methodistic +Methodistically +Methodisty +methodization +Methodize +methodize +methodizer +methodless +methodological +methodologically +methodologist +methodology +Methody +methought +methoxide +methoxychlor +methoxyl +methronic +Methuselah +methyl +methylacetanilide +methylal +methylamine +methylaniline +methylanthracene +methylate +methylation +methylator +methylcholanthrene +methylene +methylenimine +methylenitan +methylethylacetic +methylglycine +methylglycocoll +methylglyoxal +methylic +methylmalonic +methylnaphthalene +methylol +methylolurea +methylosis +methylotic +methylpentose +methylpentoses +methylpropane +methylsulfanol +metic +meticulosity +meticulous +meticulously +meticulousness +metier +Metin +metis +Metoac +metochous +metochy +metoestrous +metoestrum +Metol +metonym +metonymic +metonymical +metonymically +metonymous +metonymously +metonymy +metope +Metopias +metopic +metopion +metopism +Metopoceros +metopomancy +metopon +metoposcopic +metoposcopical +metoposcopist +metoposcopy +metosteal +metosteon +metoxazine +metoxenous +metoxeny +metra +metralgia +metranate +metranemia +metratonia +Metrazol +metrectasia +metrectatic +metrectomy +metrectopia +metrectopic +metrectopy +metreless +metreship +metreta +metrete +metretes +metria +metric +metrical +metrically +metrician +metricism +metricist +metricize +metrics +Metridium +metrification +metrifier +metrify +metriocephalic +metrist +metritis +metrocampsis +metrocarat +metrocarcinoma +metrocele +metroclyst +metrocolpocele +metrocracy +metrocratic +metrocystosis +metrodynia +metrofibroma +metrological +metrologist +metrologue +metrology +metrolymphangitis +metromalacia +metromalacoma +metromalacosis +metromania +metromaniac +metromaniacal +metrometer +metroneuria +metronome +metronomic +metronomical +metronomically +metronymic +metronymy +metroparalysis +metropathia +metropathic +metropathy +metroperitonitis +metrophlebitis +metrophotography +metropole +metropolis +metropolitan +metropolitanate +metropolitancy +metropolitanism +metropolitanize +metropolitanship +metropolite +metropolitic +metropolitical +metropolitically +metroptosia +metroptosis +metroradioscope +metrorrhagia +metrorrhagic +metrorrhea +metrorrhexis +metrorthosis +metrosalpingitis +metrosalpinx +metroscirrhus +metroscope +metroscopy +Metrosideros +metrostaxis +metrostenosis +metrosteresis +metrostyle +metrosynizesis +metrotherapist +metrotherapy +metrotome +metrotomy +Metroxylon +mettar +mettle +mettled +mettlesome +mettlesomely +mettlesomeness +metusia +metze +Meum +meuse +meute +Mev +mew +meward +mewer +mewl +mewler +Mexica +Mexican +Mexicanize +Mexitl +Mexitli +meyerhofferite +mezcal +Mezentian +Mezentism +Mezentius +mezereon +mezereum +mezuzah +mezzanine +mezzo +mezzograph +mezzotint +mezzotinter +mezzotinto +mho +mhometer +mi +Miami +miamia +mian +Miao +Miaotse +Miaotze +miaow +miaower +Miaplacidus +miargyrite +miarolitic +mias +miaskite +miasm +miasma +miasmal +miasmata +miasmatic +miasmatical +miasmatically +miasmatize +miasmatology +miasmatous +miasmic +miasmology +miasmous +Miastor +miaul +miauler +mib +mica +micaceous +micacious +micacite +Micah +micasization +micasize +micate +mication +Micawberish +Micawberism +mice +micellar +micelle +Michabo +Michabou +Michael +Michaelites +Michaelmas +Michaelmastide +miche +Micheal +Michel +Michelangelesque +Michelangelism +Michelia +Michelle +micher +Michiel +Michigamea +Michigan +michigan +Michigander +Michiganite +miching +Michoacan +Michoacano +micht +Mick +mick +Mickey +mickle +Micky +Micmac +mico +miconcave +Miconia +micramock +Micrampelis +micranatomy +micrander +micrandrous +micraner +micranthropos +Micraster +micrencephalia +micrencephalic +micrencephalous +micrencephalus +micrencephaly +micrergate +micresthete +micrify +micro +microammeter +microampere +microanalysis +microanalyst +microanalytical +microangstrom +microapparatus +microbal +microbalance +microbar +microbarograph +microbattery +microbe +microbeless +microbeproof +microbial +microbian +microbic +microbicidal +microbicide +microbiologic +microbiological +microbiologically +microbiologist +microbiology +microbion +microbiosis +microbiota +microbiotic +microbious +microbism +microbium +microblast +microblepharia +microblepharism +microblephary +microbrachia +microbrachius +microburet +microburette +microburner +microcaltrop +microcardia +microcardius +microcarpous +Microcebus +microcellular +microcentrosome +microcentrum +microcephal +microcephalia +microcephalic +microcephalism +microcephalous +microcephalus +microcephaly +microceratous +microchaeta +microcharacter +microcheilia +microcheiria +microchemic +microchemical +microchemically +microchemistry +microchiria +Microchiroptera +microchiropteran +microchiropterous +microchromosome +microchronometer +microcinema +microcinematograph +microcinematographic +microcinematography +Microcitrus +microclastic +microclimate +microclimatic +microclimatologic +microclimatological +microclimatology +microcline +microcnemia +microcoat +micrococcal +Micrococceae +Micrococcus +microcoleoptera +microcolon +microcolorimeter +microcolorimetric +microcolorimetrically +microcolorimetry +microcolumnar +microcombustion +microconidial +microconidium +microconjugant +Microconodon +microconstituent +microcopy +microcoria +microcosm +microcosmal +microcosmian +microcosmic +microcosmical +microcosmography +microcosmology +microcosmos +microcosmus +microcoulomb +microcranous +microcrith +microcryptocrystalline +microcrystal +microcrystalline +microcrystallogeny +microcrystallography +microcrystalloscopy +microcurie +Microcyprini +microcyst +microcyte +microcythemia +microcytosis +microdactylia +microdactylism +microdactylous +microdentism +microdentous +microdetection +microdetector +microdetermination +microdiactine +microdissection +microdistillation +microdont +microdontism +microdontous +microdose +microdrawing +Microdrili +microdrive +microelectrode +microelectrolysis +microelectroscope +microelement +microerg +microestimation +microeutaxitic +microevolution +microexamination +microfarad +microfauna +microfelsite +microfelsitic +microfilaria +microfilm +microflora +microfluidal +microfoliation +microfossil +microfungus +microfurnace +Microgadus +microgalvanometer +microgamete +microgametocyte +microgametophyte +microgamy +Microgaster +microgastria +Microgastrinae +microgastrine +microgeological +microgeologist +microgeology +microgilbert +microglia +microglossia +micrognathia +micrognathic +micrognathous +microgonidial +microgonidium +microgram +microgramme +microgranite +microgranitic +microgranitoid +microgranular +microgranulitic +micrograph +micrographer +micrographic +micrographical +micrographically +micrographist +micrography +micrograver +microgravimetric +microgroove +microgyne +microgyria +microhenry +microhepatia +microhistochemical +microhistology +microhm +microhmmeter +Microhymenoptera +microhymenopteron +microinjection +microjoule +microlepidopter +microlepidoptera +microlepidopteran +microlepidopterist +microlepidopteron +microlepidopterous +microleukoblast +microlevel +microlite +microliter +microlith +microlithic +microlitic +micrologic +micrological +micrologically +micrologist +micrologue +micrology +microlux +micromania +micromaniac +micromanipulation +micromanipulator +micromanometer +Micromastictora +micromazia +micromeasurement +micromechanics +micromelia +micromelic +micromelus +micromembrane +micromeral +micromere +Micromeria +micromeric +micromerism +micromeritic +micromeritics +micromesentery +micrometallographer +micrometallography +micrometallurgy +micrometer +micromethod +micrometrical +micrometrically +micrometry +micromicrofarad +micromicron +micromil +micromillimeter +micromineralogical +micromineralogy +micromorph +micromotion +micromotoscope +micromyelia +micromyeloblast +micron +Micronesian +micronization +micronize +micronometer +micronuclear +micronucleus +micronutrient +microorganic +microorganism +microorganismal +micropaleontology +micropantograph +microparasite +microparasitic +micropathological +micropathologist +micropathology +micropegmatite +micropegmatitic +micropenis +microperthite +microperthitic +micropetalous +micropetrography +micropetrologist +micropetrology +microphage +microphagocyte +microphagous +microphagy +microphakia +microphallus +microphone +microphonic +microphonics +microphonograph +microphot +microphotograph +microphotographic +microphotography +microphotometer +microphotoscope +microphthalmia +microphthalmic +microphthalmos +microphthalmus +microphyllous +microphysical +microphysics +microphysiography +microphytal +microphyte +microphytic +microphytology +micropia +micropin +micropipette +microplakite +microplankton +microplastocyte +microplastometer +micropodal +Micropodi +micropodia +Micropodidae +Micropodiformes +micropoecilitic +micropoicilitic +micropoikilitic +micropolariscope +micropolarization +micropore +microporosity +microporous +microporphyritic +microprint +microprojector +micropsia +micropsy +micropterism +micropterous +Micropterus +micropterygid +Micropterygidae +micropterygious +Micropterygoidea +Micropteryx +Micropus +micropylar +micropyle +micropyrometer +microradiometer +microreaction +microrefractometer +microrhabdus +microrheometer +microrheometric +microrheometrical +Microrhopias +Microsauria +microsaurian +microsclere +microsclerous +microsclerum +microscopal +microscope +microscopial +microscopic +microscopical +microscopically +microscopics +Microscopid +microscopist +Microscopium +microscopize +microscopy +microsecond +microsection +microseism +microseismic +microseismical +microseismograph +microseismology +microseismometer +microseismometrograph +microseismometry +microseme +microseptum +microsmatic +microsmatism +microsoma +microsomatous +microsome +microsomia +microsommite +Microsorex +microspecies +microspectroscope +microspectroscopic +microspectroscopy +Microspermae +microspermous +Microsphaera +microsphaeric +microsphere +microspheric +microspherulitic +microsplanchnic +microsplenia +microsplenic +microsporange +microsporangium +microspore +microsporiasis +microsporic +Microsporidia +microsporidian +Microsporon +microsporophore +microsporophyll +microsporosis +microsporous +Microsporum +microstat +microsthene +Microsthenes +microsthenic +microstomatous +microstome +microstomia +microstomous +microstructural +microstructure +Microstylis +microstylospore +microstylous +microsublimation +microtasimeter +microtechnic +microtechnique +microtelephone +microtelephonic +Microthelyphonida +microtheos +microtherm +microthermic +microthorax +Microthyriaceae +microtia +Microtinae +microtine +microtitration +microtome +microtomic +microtomical +microtomist +microtomy +microtone +Microtus +microtypal +microtype +microtypical +microvolt +microvolume +microvolumetric +microwatt +microwave +microweber +microzoa +microzoal +microzoan +microzoaria +microzoarian +microzoary +microzoic +microzone +microzooid +microzoology +microzoon +microzoospore +microzyma +microzyme +microzymian +micrurgic +micrurgical +micrurgist +micrurgy +Micrurus +miction +micturate +micturition +mid +midafternoon +midautumn +midaxillary +midbrain +midday +midden +middenstead +middle +middlebreaker +middlebuster +middleman +middlemanism +middlemanship +middlemost +middler +middlesplitter +middlewards +middleway +middleweight +middlewoman +middling +middlingish +middlingly +middlingness +middlings +middorsal +middy +mide +Mider +midevening +midewiwin +midfacial +midforenoon +midfrontal +midge +midget +midgety +midgy +midheaven +Midianite +Midianitish +Mididae +midiron +midland +Midlander +Midlandize +midlandward +midlatitude +midleg +midlenting +midmain +midmandibular +midmonth +midmonthly +midmorn +midmorning +midmost +midnight +midnightly +midnoon +midparent +midparentage +midparental +midpit +midrange +midrash +midrashic +midrib +midribbed +midriff +mids +midseason +midsentence +midship +midshipman +midshipmanship +midshipmite +midships +midspace +midst +midstory +midstout +midstream +midstreet +midstroke +midstyled +midsummer +midsummerish +midsummery +midtap +midvein +midverse +midward +midwatch +midway +midweek +midweekly +Midwest +Midwestern +Midwesterner +midwestward +midwife +midwifery +midwinter +midwinterly +midwintry +midwise +midyear +Miek +mien +miersite +Miescherian +miff +miffiness +miffy +mig +might +mightily +mightiness +mightless +mightnt +mighty +mightyhearted +mightyship +miglio +migmatite +migniardise +mignon +mignonette +mignonne +mignonness +Migonitis +migraine +migrainoid +migrainous +migrant +migrate +migration +migrational +migrationist +migrative +migrator +migratorial +migratory +Miguel +miharaite +mihrab +mijakite +mijl +mikado +mikadoate +mikadoism +Mikael +Mikania +Mikasuki +Mike +mike +Mikey +Miki +mikie +Mikir +Mil +mil +mila +milady +milammeter +Milan +Milanese +Milanion +milarite +milch +milcher +milchy +mild +milden +milder +mildew +mildewer +mildewy +mildhearted +mildheartedness +mildish +mildly +mildness +Mildred +mile +mileage +Miledh +milepost +miler +Miles +Milesian +milesima +Milesius +milestone +mileway +milfoil +milha +miliaceous +miliarensis +miliaria +miliarium +miliary +Milicent +milieu +Miliola +milioliform +milioline +miliolite +miliolitic +militancy +militant +militantly +militantness +militarily +militariness +militarism +militarist +militaristic +militaristically +militarization +militarize +military +militaryism +militaryment +militaster +militate +militation +militia +militiaman +militiate +milium +milk +milkbush +milken +milker +milkeress +milkfish +milkgrass +milkhouse +milkily +milkiness +milking +milkless +milklike +milkmaid +milkman +milkness +milkshed +milkshop +milksick +milksop +milksopism +milksoppery +milksopping +milksoppish +milksoppy +milkstone +milkweed +milkwood +milkwort +milky +mill +Milla +milla +millable +millage +millboard +millclapper +millcourse +milldam +mille +milled +millefiori +milleflorous +millefoliate +millenarian +millenarianism +millenarist +millenary +millennia +millennial +millennialism +millennialist +millennially +millennian +millenniarism +millenniary +millennium +millepede +Millepora +millepore +milleporiform +milleporine +milleporite +milleporous +millepunctate +miller +milleress +millering +Millerism +Millerite +millerite +millerole +millesimal +millesimally +millet +Millettia +millfeed +millful +millhouse +milliad +milliammeter +milliamp +milliampere +milliamperemeter +milliangstrom +milliard +milliardaire +milliare +milliarium +milliary +millibar +millicron +millicurie +Millie +millieme +milliequivalent +millifarad +millifold +milliform +milligal +milligrade +milligram +milligramage +millihenry +millilambert +millile +milliliter +millilux +millimeter +millimicron +millimolar +millimole +millincost +milline +milliner +millinerial +millinering +millinery +milling +Millingtonia +millinormal +millinormality +millioctave +millioersted +million +millionaire +millionairedom +millionairess +millionairish +millionairism +millionary +millioned +millioner +millionfold +millionism +millionist +millionize +millionocracy +millions +millionth +milliphot +millipoise +millisecond +millistere +Millite +millithrum +millivolt +millivoltmeter +millman +millocracy +millocrat +millocratism +millosevichite +millowner +millpond +millpool +millpost +millrace +millrynd +millsite +millstock +millstone +millstream +milltail +millward +millwork +millworker +millwright +millwrighting +Milly +Milner +milner +Milo +milo +milord +milpa +milreis +milsey +milsie +milt +milter +miltlike +Miltonia +Miltonian +Miltonic +Miltonically +Miltonism +Miltonist +Miltonize +Miltos +miltsick +miltwaste +milty +Milvago +Milvinae +milvine +milvinous +Milvus +milzbrand +mim +mima +mimbar +mimble +Mimbreno +Mime +mime +mimeo +mimeograph +mimeographic +mimeographically +mimeographist +mimer +mimesis +mimester +mimetene +mimetesite +mimetic +mimetical +mimetically +mimetism +mimetite +Mimi +mimiambi +mimiambic +mimiambics +mimic +mimical +mimically +mimicism +mimicker +mimicry +Mimidae +Miminae +mimine +miminypiminy +mimly +mimmation +mimmest +mimmock +mimmocking +mimmocky +mimmood +mimmoud +mimmouthed +mimmouthedness +mimodrama +mimographer +mimography +mimologist +Mimosa +Mimosaceae +mimosaceous +mimosis +mimosite +mimotype +mimotypic +mimp +Mimpei +mimsey +Mimulus +Mimus +Mimusops +min +Mina +mina +minable +minacious +minaciously +minaciousness +minacity +Minaean +Minahassa +Minahassan +Minahassian +minar +minaret +minareted +minargent +minasragrite +minatorial +minatorially +minatorily +minatory +minaway +mince +mincemeat +mincer +minchery +minchiate +mincing +mincingly +mincingness +Mincopi +Mincopie +mind +minded +Mindel +Mindelian +minder +Mindererus +mindful +mindfully +mindfulness +minding +mindless +mindlessly +mindlessness +mindsight +mine +mineowner +miner +mineragraphic +mineragraphy +mineraiogic +mineral +mineralizable +mineralization +mineralize +mineralizer +mineralogical +mineralogically +mineralogist +mineralogize +mineralogy +Minerva +minerval +Minervan +Minervic +minery +mines +minette +mineworker +Ming +ming +minge +mingelen +mingle +mingleable +mingledly +minglement +mingler +minglingly +Mingo +Mingrelian +minguetite +mingwort +mingy +minhag +minhah +miniaceous +miniate +miniator +miniature +miniaturist +minibus +minicam +minicamera +Miniconjou +minienize +minification +minify +minikin +minikinly +minim +minima +minimacid +minimal +minimalism +Minimalist +minimalkaline +minimally +minimetric +minimifidian +minimifidianism +minimism +minimistic +Minimite +minimitude +minimization +minimize +minimizer +minimum +minimus +minimuscular +mining +minion +minionette +minionism +minionly +minionship +minish +minisher +minishment +minister +ministeriable +ministerial +ministerialism +ministerialist +ministeriality +ministerially +ministerialness +ministerium +ministership +ministrable +ministrant +ministration +ministrative +ministrator +ministrer +ministress +ministry +ministryship +minitant +Minitari +minium +miniver +minivet +mink +minkery +minkish +Minkopi +Minnehaha +minnesinger +minnesong +Minnesotan +Minnetaree +Minnie +minnie +minniebush +minning +minnow +minny +mino +Minoan +minoize +minometer +minor +minorage +minorate +minoration +Minorca +Minorcan +Minoress +minoress +Minorist +Minorite +minority +minorship +Minos +minot +Minotaur +Minseito +minsitive +minster +minsteryard +minstrel +minstreless +minstrelship +minstrelsy +mint +mintage +Mintaka +mintbush +minter +mintmaker +mintmaking +mintman +mintmaster +minty +minuend +minuet +minuetic +minuetish +minus +minuscular +minuscule +minutary +minutation +minute +minutely +minuteman +minuteness +minuter +minuthesis +minutia +minutiae +minutial +minutiose +minutiously +minutissimic +minverite +minx +minxish +minxishly +minxishness +minxship +miny +Minyadidae +Minyae +Minyan +minyan +Minyas +miocardia +Miocene +Miocenic +Miohippus +miolithic +mioplasmia +miothermic +miqra +miquelet +mir +Mira +Mirabel +Mirabell +mirabiliary +Mirabilis +mirabilite +Mirac +Mirach +mirach +miracidial +miracidium +miracle +miraclemonger +miraclemongering +miraclist +miraculist +miraculize +miraculosity +miraculous +miraculously +miraculousness +mirador +mirage +miragy +Mirak +Miramolin +Mirana +Miranda +mirandous +Miranha +Miranhan +mirate +mirbane +mird +mirdaha +mire +mirepoix +Mirfak +Miriam +Miriamne +mirid +Miridae +mirific +miriness +mirish +mirk +mirkiness +mirksome +mirliton +Miro +miro +Mirounga +mirror +mirrored +mirrorize +mirrorlike +mirrorscope +mirrory +mirth +mirthful +mirthfully +mirthfulness +mirthless +mirthlessly +mirthlessness +mirthsome +mirthsomeness +miry +miryachit +mirza +misaccent +misaccentuation +misachievement +misacknowledge +misact +misadapt +misadaptation +misadd +misaddress +misadjust +misadmeasurement +misadministration +misadvantage +misadventure +misadventurer +misadventurous +misadventurously +misadvertence +misadvice +misadvise +misadvised +misadvisedly +misadvisedness +misaffected +misaffection +misaffirm +misagent +misaim +misalienate +misalignment +misallegation +misallege +misalliance +misallotment +misallowance +misally +misalphabetize +misalter +misanalyze +misandry +misanswer +misanthrope +misanthropia +misanthropic +misanthropical +misanthropically +misanthropism +misanthropist +misanthropize +misanthropy +misapparel +misappear +misappearance +misappellation +misapplication +misapplier +misapply +misappoint +misappointment +misappraise +misappraisement +misappreciate +misappreciation +misappreciative +misapprehend +misapprehendingly +misapprehensible +misapprehension +misapprehensive +misapprehensively +misapprehensiveness +misappropriate +misappropriately +misappropriation +misarchism +misarchist +misarrange +misarrangement +misarray +misascribe +misascription +misasperse +misassay +misassent +misassert +misassign +misassociate +misassociation +misatone +misattend +misattribute +misattribution +misaunter +misauthorization +misauthorize +misaward +misbandage +misbaptize +misbecome +misbecoming +misbecomingly +misbecomingness +misbefitting +misbeget +misbegin +misbegotten +misbehave +misbehavior +misbeholden +misbelief +misbelieve +misbeliever +misbelievingly +misbelove +misbeseem +misbestow +misbestowal +misbetide +misbias +misbill +misbind +misbirth +misbode +misborn +misbrand +misbuild +misbusy +miscalculate +miscalculation +miscalculator +miscall +miscaller +miscanonize +miscarriage +miscarriageable +miscarry +miscast +miscasualty +misceability +miscegenate +miscegenation +miscegenationist +miscegenator +miscegenetic +miscegine +miscellanarian +miscellanea +miscellaneity +miscellaneous +miscellaneously +miscellaneousness +miscellanist +miscellany +mischallenge +mischance +mischanceful +mischancy +mischaracterization +mischaracterize +mischarge +mischief +mischiefful +mischieve +mischievous +mischievously +mischievousness +mischio +mischoice +mischoose +mischristen +miscibility +miscible +miscipher +misclaim +misclaiming +misclass +misclassification +misclassify +miscognizant +miscoin +miscoinage +miscollocation +miscolor +miscoloration +miscommand +miscommit +miscommunicate +miscompare +miscomplacence +miscomplain +miscomplaint +miscompose +miscomprehend +miscomprehension +miscomputation +miscompute +misconceive +misconceiver +misconception +misconclusion +miscondition +misconduct +misconfer +misconfidence +misconfident +misconfiguration +misconjecture +misconjugate +misconjugation +misconjunction +misconsecrate +misconsequence +misconstitutional +misconstruable +misconstruct +misconstruction +misconstructive +misconstrue +misconstruer +miscontinuance +misconvenient +misconvey +miscook +miscookery +miscorrect +miscorrection +miscounsel +miscount +miscovet +miscreancy +miscreant +miscreate +miscreation +miscreative +miscreator +miscredited +miscredulity +miscreed +miscript +miscrop +miscue +miscultivated +misculture +miscurvature +miscut +misdate +misdateful +misdaub +misdeal +misdealer +misdecide +misdecision +misdeclaration +misdeclare +misdeed +misdeem +misdeemful +misdefine +misdeformed +misdeliver +misdelivery +misdemean +misdemeanant +misdemeanist +misdemeanor +misdentition +misderivation +misderive +misdescribe +misdescriber +misdescription +misdescriptive +misdesire +misdetermine +misdevise +misdevoted +misdevotion +misdiet +misdirect +misdirection +misdispose +misdisposition +misdistinguish +misdistribute +misdistribution +misdivide +misdivision +misdo +misdoer +misdoing +misdoubt +misdower +misdraw +misdread +misdrive +mise +misease +misecclesiastic +misedit +miseducate +miseducation +miseducative +miseffect +misemphasis +misemphasize +misemploy +misemployment +misencourage +misendeavor +misenforce +misengrave +misenite +misenjoy +misenroll +misentitle +misenunciation +Misenus +miser +miserabilism +miserabilist +miserabilistic +miserability +miserable +miserableness +miserably +miserdom +miserected +Miserere +miserhood +misericord +Misericordia +miserism +miserliness +miserly +misery +misesteem +misestimate +misestimation +misexample +misexecute +misexecution +misexpectation +misexpend +misexpenditure +misexplain +misexplanation +misexplication +misexposition +misexpound +misexpress +misexpression +misexpressive +misfaith +misfare +misfashion +misfather +misfault +misfeasance +misfeasor +misfeature +misfield +misfigure +misfile +misfire +misfit +misfond +misform +misformation +misfortunate +misfortunately +misfortune +misfortuned +misfortuner +misframe +misgauge +misgesture +misgive +misgiving +misgivingly +misgo +misgotten +misgovern +misgovernance +misgovernment +misgovernor +misgracious +misgraft +misgrave +misground +misgrow +misgrown +misgrowth +misguess +misguggle +misguidance +misguide +misguided +misguidedly +misguidedness +misguider +misguiding +misguidingly +mishandle +mishap +mishappen +Mishikhwutmetunne +mishmash +mishmee +Mishmi +Mishnah +Mishnaic +Mishnic +Mishnical +Mishongnovi +misidentification +misidentify +Misima +misimagination +misimagine +misimpression +misimprove +misimprovement +misimputation +misimpute +misincensed +misincite +misinclination +misincline +misinfer +misinference +misinflame +misinform +misinformant +misinformation +misinformer +misingenuity +misinspired +misinstruct +misinstruction +misinstructive +misintelligence +misintelligible +misintend +misintention +misinter +misinterment +misinterpret +misinterpretable +misinterpretation +misinterpreter +misintimation +misjoin +misjoinder +misjudge +misjudgement +misjudger +misjudgingly +misjudgment +miskeep +misken +miskenning +miskill +miskindle +misknow +misknowledge +misky +mislabel +mislabor +mislanguage +mislay +mislayer +mislead +misleadable +misleader +misleading +misleadingly +misleadingness +mislear +misleared +mislearn +misled +mislest +mislight +mislike +misliken +mislikeness +misliker +mislikingly +mislippen +mislive +mislocate +mislocation +mislodge +mismade +mismake +mismanage +mismanageable +mismanagement +mismanager +mismarriage +mismarry +mismatch +mismatchment +mismate +mismeasure +mismeasurement +mismenstruation +misminded +mismingle +mismotion +mismove +misname +misnarrate +misnatured +misnavigation +Misniac +misnomed +misnomer +misnumber +misnurture +misnutrition +misobedience +misobey +misobservance +misobserve +misocapnic +misocapnist +misocatholic +misoccupy +misogallic +misogamic +misogamist +misogamy +misogyne +misogynic +misogynical +misogynism +misogynist +misogynistic +misogynistical +misogynous +misogyny +misohellene +misologist +misology +misomath +misoneism +misoneist +misoneistic +misopaterist +misopedia +misopedism +misopedist +misopinion +misopolemical +misorder +misordination +misorganization +misorganize +misoscopist +misosophist +misosophy +misotheism +misotheist +misotheistic +misotramontanism +misotyranny +misoxene +misoxeny +mispage +mispagination +mispaint +misparse +mispart +mispassion +mispatch +mispay +misperceive +misperception +misperform +misperformance +mispersuade +misperuse +misphrase +mispick +mispickel +misplace +misplacement +misplant +misplay +misplead +mispleading +misplease +mispoint +mispoise +mispolicy +misposition +mispossessed +mispractice +mispraise +misprejudiced +misprincipled +misprint +misprisal +misprision +misprize +misprizer +misproceeding +misproduce +misprofess +misprofessor +mispronounce +mispronouncement +mispronunciation +misproportion +misproposal +mispropose +misproud +misprovide +misprovidence +misprovoke +mispunctuate +mispunctuation +mispurchase +mispursuit +misput +misqualify +misquality +misquotation +misquote +misquoter +misraise +misrate +misread +misreader +misrealize +misreason +misreceive +misrecital +misrecite +misreckon +misrecognition +misrecognize +misrecollect +misrefer +misreference +misreflect +misreform +misregulate +misrehearsal +misrehearse +misrelate +misrelation +misreliance +misremember +misremembrance +misrender +misrepeat +misreport +misreporter +misreposed +misrepresent +misrepresentation +misrepresentative +misrepresenter +misreprint +misrepute +misresemblance +misresolved +misresult +misreward +misrhyme +misrhymer +misrule +miss +missable +missal +missay +missayer +misseem +missel +missemblance +missentence +misserve +misservice +misset +misshape +misshapen +misshapenly +misshapenness +misshood +missible +missile +missileproof +missiness +missing +missingly +mission +missional +missionarize +missionary +missionaryship +missioner +missionize +missionizer +missis +Missisauga +missish +missishness +Mississippi +Mississippian +missive +missmark +missment +Missouri +Missourian +Missourianism +missourite +misspeak +misspeech +misspell +misspelling +misspend +misspender +misstate +misstatement +misstater +misstay +misstep +missuade +missuggestion +missummation +missuppose +missy +missyish +missyllabication +missyllabify +mist +mistakable +mistakableness +mistakably +mistake +mistakeful +mistaken +mistakenly +mistakenness +mistakeproof +mistaker +mistaking +mistakingly +mistassini +mistaught +mistbow +misteach +misteacher +misted +mistell +mistempered +mistend +mistendency +Mister +mister +misterm +mistetch +mistfall +mistflower +mistful +misthink +misthought +misthread +misthrift +misthrive +misthrow +mistic +mistide +mistify +mistigris +mistily +mistime +mistiness +mistitle +mistle +mistless +mistletoe +mistone +mistonusk +mistook +mistouch +mistradition +mistrain +mistral +mistranscribe +mistranscript +mistranscription +mistranslate +mistranslation +mistreat +mistreatment +mistress +mistressdom +mistresshood +mistressless +mistressly +mistrial +mistrist +mistrust +mistruster +mistrustful +mistrustfully +mistrustfulness +mistrusting +mistrustingly +mistrustless +mistry +mistryst +misturn +mistutor +misty +mistyish +misunderstand +misunderstandable +misunderstander +misunderstanding +misunderstandingly +misunderstood +misunderstoodness +misura +misusage +misuse +misuseful +misusement +misuser +misusurped +misvaluation +misvalue +misventure +misventurous +misvouch +miswed +miswisdom +miswish +misword +misworship +misworshiper +misworshipper +miswrite +misyoke +miszealous +Mitakshara +Mitanni +Mitannian +Mitannish +mitapsis +Mitch +mitchboard +Mitchell +Mitchella +mite +Mitella +miteproof +miter +mitered +miterer +miterflower +miterwort +Mithra +Mithraea +Mithraeum +Mithraic +Mithraicism +Mithraicist +Mithraicize +Mithraism +Mithraist +Mithraistic +Mithraitic +Mithraize +Mithras +Mithratic +Mithriac +mithridate +Mithridatic +mithridatic +mithridatism +mithridatize +miticidal +miticide +mitigable +mitigant +mitigate +mitigatedly +mitigation +mitigative +mitigator +mitigatory +mitis +mitochondria +mitochondrial +mitogenetic +mitome +mitosis +mitosome +mitotic +mitotically +Mitra +mitra +mitrailleuse +mitral +mitrate +mitre +mitrer +Mitridae +mitriform +Mitsukurina +Mitsukurinidae +mitsumata +mitt +mittelhand +Mittelmeer +mitten +mittened +mittimus +mitty +Mitu +Mitua +mity +miurus +mix +mixable +mixableness +mixblood +Mixe +mixed +mixedly +mixedness +mixen +mixer +mixeress +mixhill +mixible +mixite +mixobarbaric +mixochromosome +Mixodectes +Mixodectidae +mixolydian +mixoploid +mixoploidy +Mixosaurus +mixotrophic +Mixtec +Mixtecan +mixtiform +mixtilineal +mixtilion +mixtion +mixture +mixy +Mizar +mizmaze +Mizpah +Mizraim +mizzen +mizzenmast +mizzenmastman +mizzentopman +mizzle +mizzler +mizzly +mizzonite +mizzy +mlechchha +mneme +mnemic +Mnemiopsis +mnemonic +mnemonical +mnemonicalist +mnemonically +mnemonicon +mnemonics +mnemonism +mnemonist +mnemonization +mnemonize +Mnemosyne +mnemotechnic +mnemotechnical +mnemotechnics +mnemotechnist +mnemotechny +mnesic +mnestic +Mnevis +Mniaceae +mniaceous +mnioid +Mniotiltidae +Mnium +Mo +mo +Moabite +Moabitess +Moabitic +Moabitish +moan +moanful +moanfully +moanification +moaning +moaningly +moanless +Moaria +Moarian +moat +Moattalite +mob +mobable +mobbable +mobber +mobbish +mobbishly +mobbishness +mobbism +mobbist +mobby +mobcap +mobed +mobile +Mobilian +mobilianer +mobiliary +mobility +mobilizable +mobilization +mobilize +mobilometer +moble +moblike +mobocracy +mobocrat +mobocratic +mobocratical +mobolatry +mobproof +mobship +mobsman +mobster +Mobula +Mobulidae +moccasin +Mocha +mocha +Mochica +mochras +mock +mockable +mockado +mockbird +mocker +mockernut +mockery +mockful +mockfully +mockground +mockingbird +mockingstock +mocmain +Mocoa +Mocoan +mocomoco +mocuck +Mod +modal +modalism +modalist +modalistic +modality +modalize +modally +mode +model +modeler +modeless +modelessness +modeling +modelist +modeller +modelmaker +modelmaking +modena +Modenese +moderant +moderantism +moderantist +moderate +moderately +moderateness +moderation +moderationist +moderatism +moderatist +moderato +moderator +moderatorship +moderatrix +Modern +modern +moderner +modernicide +modernish +modernism +modernist +modernistic +modernity +modernizable +modernization +modernize +modernizer +modernly +modernness +modest +modestly +modestness +modesty +modiation +modicity +modicum +modifiability +modifiable +modifiableness +modifiably +modificability +modificable +modification +modificationist +modificative +modificator +modificatory +modifier +modify +modillion +modiolar +Modiolus +modiolus +modish +modishly +modishness +modist +modiste +modistry +modius +Modoc +Modred +modulability +modulant +modular +modulate +modulation +modulative +modulator +modulatory +module +Modulidae +modulo +modulus +modumite +Moe +Moed +Moehringia +moellon +moerithere +moeritherian +Moeritheriidae +Moeritherium +mofette +moff +mofussil +mofussilite +mog +mogador +mogadore +mogdad +moggan +moggy +Moghan +mogigraphia +mogigraphic +mogigraphy +mogilalia +mogilalism +mogiphonia +mogitocia +mogo +mogographia +Mogollon +Mograbi +Mogrebbin +moguey +Mogul +mogulship +Moguntine +moha +mohabat +mohair +Mohammad +Mohammedan +Mohammedanism +Mohammedanization +Mohammedanize +Mohammedism +Mohammedist +Mohammedization +Mohammedize +mohar +Mohave +Mohawk +Mohawkian +mohawkite +Mohegan +mohel +Mohican +Mohineyam +mohnseed +moho +Mohock +Mohockism +mohr +Mohrodendron +mohur +Moi +moider +moidore +moieter +moiety +moil +moiler +moiles +moiley +moiling +moilingly +moilsome +moineau +Moingwena +moio +Moira +moire +moirette +moise +Moism +moissanite +moist +moisten +moistener +moistful +moistify +moistish +moistishness +moistless +moistly +moistness +moisture +moistureless +moistureproof +moisty +moit +moity +mojarra +Mojo +mojo +mokaddam +moke +moki +mokihana +moko +moksha +mokum +moky +Mola +mola +molal +Molala +molality +molar +molariform +molarimeter +molarity +molary +Molasse +molasses +molassied +molassy +molave +mold +moldability +moldable +moldableness +Moldavian +moldavite +moldboard +molder +moldery +moldiness +molding +moldmade +moldproof +moldwarp +moldy +Mole +mole +molecast +molecula +molecular +molecularist +molecularity +molecularly +molecule +molehead +moleheap +molehill +molehillish +molehilly +moleism +molelike +molendinar +molendinary +molengraaffite +moleproof +moler +moleskin +molest +molestation +molester +molestful +molestfully +Molge +Molgula +Molidae +molimen +moliminous +molinary +moline +Molinia +Molinism +Molinist +Molinistic +molka +Moll +molland +Mollberg +molle +mollescence +mollescent +molleton +mollichop +mollicrush +mollie +mollienisia +mollient +molliently +mollifiable +mollification +mollifiedly +mollifier +mollify +mollifying +mollifyingly +mollifyingness +molligrant +molligrubs +mollipilose +Mollisiaceae +mollisiose +mollities +mollitious +mollitude +Molluginaceae +Mollugo +Mollusca +molluscan +molluscivorous +molluscoid +Molluscoida +molluscoidal +molluscoidan +Molluscoidea +molluscoidean +molluscous +molluscousness +molluscum +mollusk +Molly +molly +mollycoddle +mollycoddler +mollycoddling +mollycosset +mollycot +mollyhawk +molman +Moloch +Molochize +Molochship +moloid +moloker +molompi +molosse +Molossian +molossic +Molossidae +molossine +molossoid +molossus +Molothrus +molpe +molrooken +molt +molten +moltenly +molter +Molucca +Moluccan +Moluccella +Moluche +moly +molybdate +molybdena +molybdenic +molybdeniferous +molybdenite +molybdenous +molybdenum +molybdic +molybdite +molybdocardialgia +molybdocolic +molybdodyspepsia +molybdomancy +molybdomenite +molybdonosus +molybdoparesis +molybdophyllite +molybdosis +molybdous +molysite +mombin +momble +Mombottu +mome +moment +momenta +momental +momentally +momentaneall +momentaneity +momentaneous +momentaneously +momentaneousness +momentarily +momentariness +momentary +momently +momentous +momentously +momentousness +momentum +momiology +momism +momme +mommet +mommy +momo +Momordica +Momotidae +Momotinae +Momotus +Momus +Mon +mon +mona +Monacan +monacanthid +Monacanthidae +monacanthine +monacanthous +Monacha +monachal +monachate +Monachi +monachism +monachist +monachization +monachize +monactin +monactine +monactinellid +monactinellidan +monad +monadelph +Monadelphia +monadelphian +monadelphous +monadic +monadical +monadically +monadiform +monadigerous +Monadina +monadism +monadistic +monadnock +monadology +monaene +monal +monamniotic +Monanday +monander +Monandria +monandrian +monandric +monandrous +monandry +monanthous +monapsal +monarch +monarchal +monarchally +monarchess +monarchial +monarchian +monarchianism +monarchianist +monarchianistic +monarchic +monarchical +monarchically +monarchism +monarchist +monarchistic +monarchize +monarchizer +monarchlike +monarchomachic +monarchomachist +monarchy +Monarda +Monardella +monarthritis +monarticular +monas +Monasa +Monascidiae +monascidian +monase +monaster +monasterial +monasterially +monastery +monastic +monastical +monastically +monasticism +monasticize +monatomic +monatomicity +monatomism +monaulos +monaural +monaxial +monaxile +monaxon +monaxonial +monaxonic +Monaxonida +monazine +monazite +Monbuttu +monchiquite +Monday +Mondayish +Mondayishness +Mondayland +mone +Monegasque +Monel +monel +monembryary +monembryonic +monembryony +monepic +monepiscopacy +monepiscopal +moner +Monera +moneral +moneran +monergic +monergism +monergist +monergistic +moneric +moneron +Monerozoa +monerozoan +monerozoic +monerula +Moneses +monesia +monetarily +monetary +monetite +monetization +monetize +money +moneyage +moneybag +moneybags +moneyed +moneyer +moneyflower +moneygrub +moneygrubber +moneygrubbing +moneylender +moneylending +moneyless +moneymonger +moneymongering +moneysaving +moneywise +moneywort +mong +mongcorn +monger +mongering +mongery +Monghol +Mongholian +Mongibel +mongler +Mongo +Mongol +Mongolian +Mongolianism +Mongolic +Mongolioid +Mongolish +Mongolism +Mongolization +Mongolize +Mongoloid +mongoose +Mongoyo +mongrel +mongreldom +mongrelish +mongrelism +mongrelity +mongrelization +mongrelize +mongrelly +mongrelness +mongst +monheimite +monial +Monias +Monica +moniker +monilated +monilethrix +Monilia +Moniliaceae +moniliaceous +Moniliales +monilicorn +moniliform +moniliformly +monilioid +moniment +Monimia +Monimiaceae +monimiaceous +monimolite +monimostylic +monism +monist +monistic +monistical +monistically +monition +monitive +monitor +monitorial +monitorially +monitorish +monitorship +monitory +monitress +monitrix +monk +monkbird +monkcraft +monkdom +monkery +monkess +monkey +monkeyboard +monkeyface +monkeyfy +monkeyhood +monkeyish +monkeyishly +monkeyishness +monkeylike +monkeynut +monkeypod +monkeypot +monkeyry +monkeyshine +monkeytail +monkfish +monkflower +monkhood +monkish +monkishly +monkishness +monkism +monklike +monkliness +monkly +monkmonger +monkship +monkshood +Monmouth +monmouthite +monny +Mono +mono +monoacetate +monoacetin +monoacid +monoacidic +monoamide +monoamine +monoamino +monoammonium +monoazo +monobacillary +monobase +monobasic +monobasicity +monoblastic +monoblepsia +monoblepsis +monobloc +monobranchiate +monobromacetone +monobromated +monobromide +monobrominated +monobromination +monobromized +monobromoacetanilide +monobromoacetone +monobutyrin +monocalcium +monocarbide +monocarbonate +monocarbonic +monocarboxylic +monocardian +monocarp +monocarpal +monocarpellary +monocarpian +monocarpic +monocarpous +monocellular +monocentric +monocentrid +Monocentridae +Monocentris +monocentroid +monocephalous +monocercous +monoceros +monocerous +monochasial +monochasium +Monochlamydeae +monochlamydeous +monochlor +monochloracetic +monochloranthracene +monochlorbenzene +monochloride +monochlorinated +monochlorination +monochloro +monochloroacetic +monochlorobenzene +monochloromethane +monochoanitic +monochord +monochordist +monochordize +monochroic +monochromasy +monochromat +monochromate +monochromatic +monochromatically +monochromatism +monochromator +monochrome +monochromic +monochromical +monochromically +monochromist +monochromous +monochromy +monochronic +monochronous +monociliated +monocle +monocled +monocleid +monoclinal +monoclinally +monocline +monoclinian +monoclinic +monoclinism +monoclinometric +monoclinous +Monoclonius +Monocoelia +monocoelian +monocoelic +Monocondyla +monocondylar +monocondylian +monocondylic +monocondylous +monocormic +monocot +monocotyledon +Monocotyledones +monocotyledonous +monocracy +monocrat +monocratic +monocrotic +monocrotism +monocular +monocularity +monocularly +monoculate +monocule +monoculist +monoculous +monocultural +monoculture +monoculus +monocyanogen +monocycle +monocyclic +Monocyclica +monocystic +Monocystidae +Monocystidea +Monocystis +monocyte +monocytic +monocytopoiesis +monodactyl +monodactylate +monodactyle +monodactylism +monodactylous +monodactyly +monodelph +Monodelphia +monodelphian +monodelphic +monodelphous +monodermic +monodic +monodically +monodimetric +monodist +monodize +monodomous +Monodon +monodont +Monodonta +monodontal +monodram +monodrama +monodramatic +monodramatist +monodromic +monodromy +monody +monodynamic +monodynamism +Monoecia +monoecian +monoecious +monoeciously +monoeciousness +monoecism +monoeidic +monoestrous +monoethanolamine +monoethylamine +monofilament +monofilm +monoflagellate +monoformin +monogamian +monogamic +monogamist +monogamistic +monogamous +monogamously +monogamousness +monogamy +monoganglionic +monogastric +monogene +Monogenea +monogeneity +monogeneous +monogenesis +monogenesist +monogenesy +monogenetic +Monogenetica +monogenic +monogenism +monogenist +monogenistic +monogenous +monogeny +monoglot +monoglycerid +monoglyceride +monogoneutic +monogonoporic +monogonoporous +monogony +monogram +monogrammatic +monogrammatical +monogrammed +monogrammic +monograph +monographer +monographic +monographical +monographically +monographist +monography +monograptid +Monograptidae +Monograptus +monogynic +monogynious +monogynist +monogynoecial +monogynous +monogyny +monohybrid +monohydrate +monohydrated +monohydric +monohydrogen +monohydroxy +monoicous +monoid +monoketone +monolater +monolatrist +monolatrous +monolatry +monolayer +monoline +monolingual +monolinguist +monoliteral +monolith +monolithal +monolithic +monolobular +monolocular +monologian +monologic +monological +monologist +monologize +monologue +monologuist +monology +monomachist +monomachy +monomania +monomaniac +monomaniacal +monomastigate +monomeniscous +monomer +monomeric +monomerous +monometallic +monometallism +monometallist +monometer +monomethyl +monomethylated +monomethylic +monometric +monometrical +monomial +monomict +monomineral +monomineralic +monomolecular +monomolybdate +Monomorium +monomorphic +monomorphism +monomorphous +Monomya +Monomyaria +monomyarian +mononaphthalene +mononch +Mononchus +mononeural +Monongahela +mononitrate +mononitrated +mononitration +mononitride +mononitrobenzene +mononomial +mononomian +monont +mononuclear +mononucleated +mononucleosis +mononychous +mononym +mononymic +mononymization +mononymize +mononymy +monoousian +monoousious +monoparental +monoparesis +monoparesthesia +monopathic +monopathy +monopectinate +monopersonal +monopersulfuric +monopersulphuric +Monopetalae +monopetalous +monophagism +monophagous +monophagy +monophase +monophasia +monophasic +monophobia +monophone +monophonic +monophonous +monophony +monophotal +monophote +monophthalmic +monophthalmus +monophthong +monophthongal +monophthongization +monophthongize +monophyletic +monophyleticism +monophylite +monophyllous +monophyodont +monophyodontism +Monophysite +Monophysitic +Monophysitical +Monophysitism +monopitch +monoplacula +monoplacular +monoplaculate +monoplane +monoplanist +monoplasmatic +monoplast +monoplastic +monoplegia +monoplegic +Monopneumoa +monopneumonian +monopneumonous +monopode +monopodial +monopodially +monopodic +monopodium +monopodous +monopody +monopolar +monopolaric +monopolarity +monopole +monopolism +monopolist +monopolistic +monopolistically +monopolitical +monopolizable +monopolization +monopolize +monopolizer +monopolous +monopoly +monopolylogist +monopolylogue +monopotassium +monoprionid +monoprionidian +monopsonistic +monopsony +monopsychism +monopteral +Monopteridae +monopteroid +monopteron +monopteros +monopterous +monoptic +monoptical +monoptote +monoptotic +Monopylaea +Monopylaria +monopylean +monopyrenous +monorail +monorailroad +monorailway +monorchid +monorchidism +monorchis +monorchism +monorganic +Monorhina +monorhinal +monorhine +monorhyme +monorhymed +monorhythmic +monosaccharide +monosaccharose +monoschemic +monoscope +monose +monosemic +monosepalous +monoservice +monosilane +monosilicate +monosilicic +monosiphonic +monosiphonous +monosodium +monosomatic +monosomatous +monosome +monosomic +monosperm +monospermal +monospermic +monospermous +monospermy +monospherical +monospondylic +monosporangium +monospore +monospored +monosporiferous +monosporous +monostele +monostelic +monostelous +monostely +monostich +monostichous +Monostomata +Monostomatidae +monostomatous +monostome +Monostomidae +monostomous +Monostomum +monostromatic +monostrophe +monostrophic +monostrophics +monostylous +monosubstituted +monosubstitution +monosulfone +monosulfonic +monosulphide +monosulphone +monosulphonic +monosyllabic +monosyllabical +monosyllabically +monosyllabism +monosyllabize +monosyllable +monosymmetric +monosymmetrical +monosymmetrically +monosymmetry +monosynthetic +monotelephone +monotelephonic +monotellurite +Monothalama +monothalamian +monothalamous +monothecal +monotheism +monotheist +monotheistic +monotheistical +monotheistically +Monothelete +Monotheletian +Monotheletic +Monotheletism +monothelious +Monothelism +Monothelitic +Monothelitism +monothetic +monotic +monotint +Monotocardia +monotocardiac +monotocardian +monotocous +monotomous +monotone +monotonic +monotonical +monotonically +monotonist +monotonize +monotonous +monotonously +monotonousness +monotony +monotremal +Monotremata +monotremate +monotrematous +monotreme +monotremous +monotrichous +monotriglyph +monotriglyphic +Monotrocha +monotrochal +monotrochian +monotrochous +Monotropa +Monotropaceae +monotropaceous +monotrophic +monotropic +Monotropsis +monotropy +monotypal +monotype +monotypic +monotypical +monotypous +monoureide +monovalence +monovalency +monovalent +monovariant +monoverticillate +monovoltine +monovular +monoxenous +monoxide +monoxime +monoxyle +monoxylic +monoxylon +monoxylous +Monozoa +monozoan +monozoic +monozygotic +Monroeism +Monroeist +monrolite +monseigneur +monsieur +monsieurship +monsignor +monsignorial +Monsoni +monsoon +monsoonal +monsoonish +monsoonishly +monster +Monstera +monsterhood +monsterlike +monstership +monstrance +monstrate +monstration +monstrator +monstricide +monstriferous +monstrification +monstrify +monstrosity +monstrous +monstrously +monstrousness +Mont +montage +Montagnac +Montagnais +Montana +montana +Montanan +montane +montanic +montanin +Montanism +Montanist +Montanistic +Montanistical +montanite +Montanize +montant +Montargis +Montauk +montbretia +monte +montebrasite +monteith +montem +Montenegrin +Montepulciano +Monterey +Montes +Montesco +Montesinos +Montessorian +Montessorianism +Montezuma +montgolfier +month +monthly +monthon +Montia +monticellite +monticle +monticoline +monticulate +monticule +Monticulipora +Monticuliporidae +monticuliporidean +monticuliporoid +monticulose +monticulous +monticulus +montiform +montigeneous +montilla +montjoy +montmartrite +Montmorency +montmorilonite +monton +Montrachet +montroydite +Montu +monture +Monty +Monumbo +monument +monumental +monumentalism +monumentality +monumentalization +monumentalize +monumentally +monumentary +monumentless +monumentlike +monzodiorite +monzogabbro +monzonite +monzonitic +moo +Mooachaht +mooch +moocha +moocher +moochulka +mood +mooder +moodily +moodiness +moodish +moodishly +moodishness +moodle +moody +mooing +mool +moolet +moolings +mools +moolum +moon +moonack +moonbeam +moonbill +moonblink +mooncalf +mooncreeper +moondown +moondrop +mooned +mooner +moonery +mooneye +moonface +moonfaced +moonfall +moonfish +moonflower +moonglade +moonglow +moonhead +moonily +mooniness +mooning +moonish +moonite +moonja +moonjah +moonless +moonlet +moonlight +moonlighted +moonlighter +moonlighting +moonlighty +moonlike +moonlikeness +moonlit +moonlitten +moonman +moonpath +moonpenny +moonproof +moonraker +moonraking +moonrise +moonsail +moonscape +moonseed +moonset +moonshade +moonshine +moonshiner +moonshining +moonshiny +moonsick +moonsickness +moonstone +moontide +moonwalker +moonwalking +moonward +moonwards +moonway +moonwort +moony +moop +Moor +moor +moorage +moorball +moorband +moorberry +moorbird +moorburn +moorburner +moorburning +Moore +moorflower +moorfowl +mooring +Moorish +moorish +moorishly +moorishness +moorland +moorlander +Moorman +moorman +moorn +moorpan +moors +Moorship +moorsman +moorstone +moortetter +moorup +moorwort +moory +moosa +moose +mooseberry +moosebird +moosebush +moosecall +mooseflower +moosehood +moosemise +moosetongue +moosewob +moosewood +moosey +moost +moot +mootable +mooter +mooth +mooting +mootman +mootstead +mootworthy +mop +Mopan +mopane +mopboard +mope +moper +moph +mophead +mopheaded +moping +mopingly +mopish +mopishly +mopishness +mopla +mopper +moppet +moppy +mopstick +mopsy +mopus +Moquelumnan +moquette +Moqui +mor +mora +Moraceae +moraceous +Moraea +morainal +moraine +morainic +moral +morale +moralism +moralist +moralistic +moralistically +morality +moralization +moralize +moralizer +moralizingly +moralless +morally +moralness +morals +Moran +morass +morassic +morassweed +morassy +morat +morate +moration +moratoria +moratorium +moratory +Moravian +Moravianism +Moravianized +Moravid +moravite +moray +morbid +morbidity +morbidize +morbidly +morbidness +morbiferal +morbiferous +morbific +morbifical +morbifically +morbify +morbility +morbillary +morbilli +morbilliform +morbillous +morcellate +morcellated +morcellation +Morchella +Morcote +mordacious +mordaciously +mordacity +mordancy +mordant +mordantly +Mordella +mordellid +Mordellidae +mordelloid +mordenite +mordent +mordicate +mordication +mordicative +mordore +Mordv +Mordva +Mordvin +Mordvinian +more +moreen +morefold +moreish +morel +morella +morello +morencite +moreness +morenita +morenosite +Moreote +moreover +morepork +mores +Moresque +morfrey +morg +morga +Morgan +morgan +Morgana +morganatic +morganatical +morganatically +morganic +morganite +morganize +morgay +morgen +morgengift +morgenstern +morglay +morgue +moribund +moribundity +moribundly +moric +moriche +moriform +morigerate +morigeration +morigerous +morigerously +morigerousness +morillon +morin +Morinaceae +Morinda +morindin +morindone +morinel +Moringa +Moringaceae +moringaceous +moringad +Moringua +moringuid +Moringuidae +moringuoid +morion +Moriori +Moriscan +Morisco +Morisonian +Morisonianism +morkin +morlop +mormaor +mormaordom +mormaorship +mormo +Mormon +mormon +Mormondom +Mormoness +Mormonism +Mormonist +Mormonite +Mormonweed +Mormoops +mormyr +mormyre +mormyrian +mormyrid +Mormyridae +mormyroid +Mormyrus +morn +morne +morned +morning +morningless +morningly +mornings +morningtide +morningward +mornless +mornlike +morntime +mornward +Moro +moro +moroc +Moroccan +Morocco +morocco +morocota +morological +morologically +morologist +morology +moromancy +moron +moroncy +morong +moronic +Moronidae +moronism +moronity +moronry +Moropus +morosaurian +morosauroid +Morosaurus +morose +morosely +moroseness +morosis +morosity +moroxite +morph +morphallaxis +morphea +Morphean +morpheme +morphemic +morphemics +morphetic +Morpheus +morphew +morphia +morphiate +morphic +morphically +morphinate +morphine +morphinic +morphinism +morphinist +morphinization +morphinize +morphinomania +morphinomaniac +morphiomania +morphiomaniac +Morpho +morphogenesis +morphogenetic +morphogenic +morphogeny +morphographer +morphographic +morphographical +morphographist +morphography +morpholine +morphologic +morphological +morphologically +morphologist +morphology +morphometrical +morphometry +morphon +morphonomic +morphonomy +morphophonemic +morphophonemically +morphophonemics +morphophyly +morphoplasm +morphoplasmic +morphosis +morphotic +morphotropic +morphotropism +morphotropy +morphous +Morrenian +Morrhua +morrhuate +morrhuine +morricer +Morris +morris +Morrisean +morrow +morrowing +morrowless +morrowmass +morrowspeech +morrowtide +morsal +Morse +morse +morsel +morselization +morselize +morsing +morsure +mort +mortacious +mortal +mortalism +mortalist +mortality +mortalize +mortally +mortalness +mortalwise +mortar +mortarboard +mortarize +mortarless +mortarlike +mortarware +mortary +mortbell +mortcloth +mortersheen +mortgage +mortgageable +mortgagee +mortgagor +morth +morthwyrtha +mortician +mortier +mortiferous +mortiferously +mortiferousness +mortific +mortification +mortified +mortifiedly +mortifiedness +mortifier +mortify +mortifying +mortifyingly +Mortimer +mortise +mortiser +mortling +mortmain +mortmainer +Morton +mortuarian +mortuary +mortuous +morula +morular +morulation +morule +moruloid +Morus +morvin +morwong +Mosaic +mosaic +Mosaical +mosaical +mosaically +mosaicism +mosaicist +Mosaicity +Mosaism +Mosaist +mosaist +mosandrite +mosasaur +Mosasauri +Mosasauria +mosasaurian +mosasaurid +Mosasauridae +mosasauroid +Mosasaurus +Mosatenan +moschate +moschatel +moschatelline +Moschi +Moschidae +moschiferous +Moschinae +moschine +Moschus +Moscow +Mose +Moselle +Moses +mosesite +Mosetena +mosette +mosey +Mosgu +moskeneer +mosker +Moslem +Moslemah +Moslemic +Moslemin +Moslemism +Moslemite +Moslemize +moslings +mosque +mosquelet +mosquish +mosquital +Mosquito +mosquito +mosquitobill +mosquitocidal +mosquitocide +mosquitoey +mosquitoish +mosquitoproof +moss +mossback +mossberry +mossbunker +mossed +mosser +mossery +mossful +mosshead +Mossi +mossiness +mossless +mosslike +mosstrooper +mosstroopery +mosstrooping +mosswort +mossy +mossyback +most +moste +Mosting +mostlike +mostlings +mostly +mostness +Mosul +Mosur +mot +Motacilla +motacillid +Motacillidae +Motacillinae +motacilline +motatorious +motatory +Motazilite +mote +moted +motel +moteless +moter +motet +motettist +motey +moth +mothed +mother +motherdom +mothered +motherer +mothergate +motherhood +motheriness +mothering +motherkin +motherland +motherless +motherlessness +motherlike +motherliness +motherling +motherly +mothership +mothersome +motherward +motherwise +motherwort +mothery +mothless +mothlike +mothproof +mothworm +mothy +motif +motific +motile +motility +motion +motionable +motional +motionless +motionlessly +motionlessness +motitation +motivate +motivation +motivational +motive +motiveless +motivelessly +motivelessness +motiveness +motivity +motley +motleyness +motmot +motofacient +motograph +motographic +motomagnetic +motoneuron +motophone +motor +motorable +motorboat +motorboatman +motorbus +motorcab +motorcade +motorcar +motorcycle +motorcyclist +motordom +motordrome +motored +motorial +motoric +motoring +motorism +motorist +motorium +motorization +motorize +motorless +motorman +motorneer +motorphobe +motorphobia +motorphobiac +motorway +motory +Motozintlec +Motozintleca +motricity +Mott +mott +motte +mottle +mottled +mottledness +mottlement +mottler +mottling +motto +mottoed +mottoless +mottolike +mottramite +motyka +mou +moucharaby +mouchardism +mouche +mouchrabieh +moud +moudie +moudieman +moudy +mouflon +Mougeotia +Mougeotiaceae +mouillation +mouille +mouillure +moujik +moul +mould +moulded +moule +moulin +moulinage +moulinet +moulleen +moulrush +mouls +moulter +mouly +mound +moundiness +moundlet +moundwork +moundy +mount +mountable +mountably +mountain +mountained +mountaineer +mountainet +mountainette +mountainless +mountainlike +mountainous +mountainously +mountainousness +mountainside +mountaintop +mountainward +mountainwards +mountainy +mountant +mountebank +mountebankery +mountebankish +mountebankism +mountebankly +mounted +mounter +Mountie +mounting +mountingly +mountlet +mounture +moup +mourn +mourner +mourneress +mournful +mournfully +mournfulness +mourning +mourningly +mournival +mournsome +mouse +mousebane +mousebird +mousefish +mousehawk +mousehole +mousehound +Mouseion +mousekin +mouselet +mouselike +mouseproof +mouser +mousery +mouseship +mousetail +mousetrap +mouseweb +mousey +mousily +mousiness +mousing +mousingly +mousle +mousmee +Mousoni +mousquetaire +mousse +Mousterian +moustoc +mousy +mout +moutan +mouth +mouthable +mouthbreeder +mouthed +mouther +mouthful +mouthily +mouthiness +mouthing +mouthingly +mouthishly +mouthless +mouthlike +mouthpiece +mouthroot +mouthwash +mouthwise +mouthy +mouton +moutonnee +mouzah +mouzouna +movability +movable +movableness +movably +movant +move +moveability +moveableness +moveably +moveless +movelessly +movelessness +movement +mover +movie +moviedom +movieize +movieland +moving +movingly +movingness +mow +mowable +mowana +mowburn +mowburnt +mowch +mowcht +mower +mowha +mowie +mowing +mowland +mown +mowra +mowrah +mowse +mowstead +mowt +mowth +moxa +moxieberry +Moxo +moy +moyen +moyenless +moyenne +moyite +moyle +moyo +Mozambican +mozambique +Mozarab +Mozarabian +Mozarabic +Mozartean +mozemize +mozing +mozzetta +Mpangwe +Mpondo +mpret +Mr +Mrs +Mru +mu +muang +mubarat +mucago +mucaro +mucedin +mucedinaceous +mucedine +mucedinous +much +muchfold +muchly +muchness +mucic +mucid +mucidness +muciferous +mucific +muciform +mucigen +mucigenous +mucilage +mucilaginous +mucilaginously +mucilaginousness +mucin +mucinogen +mucinoid +mucinous +muciparous +mucivore +mucivorous +muck +muckender +Mucker +mucker +muckerish +muckerism +mucket +muckiness +muckite +muckle +muckluck +muckman +muckment +muckmidden +muckna +muckrake +muckraker +mucksweat +mucksy +muckthrift +muckweed +muckworm +mucky +mucluc +mucocele +mucocellulose +mucocellulosic +mucocutaneous +mucodermal +mucofibrous +mucoflocculent +mucoid +mucomembranous +muconic +mucoprotein +mucopurulent +mucopus +mucor +Mucoraceae +mucoraceous +Mucorales +mucorine +mucorioid +mucormycosis +mucorrhea +mucosa +mucosal +mucosanguineous +mucose +mucoserous +mucosity +mucosocalcareous +mucosogranular +mucosopurulent +mucososaccharine +mucous +mucousness +mucro +mucronate +mucronately +mucronation +mucrones +mucroniferous +mucroniform +mucronulate +mucronulatous +muculent +Mucuna +mucus +mucusin +mud +mudar +mudbank +mudcap +mudd +mudde +mudden +muddify +muddily +muddiness +mudding +muddish +muddle +muddlebrained +muddledom +muddlehead +muddleheaded +muddleheadedness +muddlement +muddleproof +muddler +muddlesome +muddlingly +muddy +muddybrained +muddybreast +muddyheaded +mudee +Mudejar +mudfish +mudflow +mudguard +mudhead +mudhole +mudhopper +mudir +mudiria +mudland +mudlark +mudlarker +mudless +mudproof +mudra +mudsill +mudskipper +mudslinger +mudslinging +mudspate +mudstain +mudstone +mudsucker +mudtrack +mudweed +mudwort +Muehlenbeckia +muermo +muezzin +muff +muffed +muffet +muffetee +muffin +muffineer +muffish +muffishness +muffle +muffled +muffleman +muffler +mufflin +muffy +mufti +mufty +mug +muga +mugearite +mugful +mugg +mugger +mugget +muggily +mugginess +muggins +muggish +muggles +Muggletonian +Muggletonianism +muggy +mughouse +mugience +mugiency +mugient +Mugil +Mugilidae +mugiliform +mugiloid +mugweed +mugwort +mugwump +mugwumpery +mugwumpian +mugwumpism +muhammadi +Muharram +Muhlenbergia +muid +Muilla +muir +muirburn +muircock +muirfowl +muishond +muist +mujtahid +Mukden +mukluk +Mukri +muktar +muktatma +mukti +mulaprakriti +mulatta +mulatto +mulattoism +mulattress +mulberry +mulch +mulcher +Mulciber +Mulcibirian +mulct +mulctable +mulctary +mulctation +mulctative +mulctatory +mulctuary +mulder +mule +muleback +mulefoot +mulefooted +muleman +muleta +muleteer +muletress +muletta +mulewort +muley +mulga +muliebral +muliebria +muliebrile +muliebrity +muliebrous +mulier +mulierine +mulierose +mulierosity +mulish +mulishly +mulishness +mulism +mulita +mulk +mull +mulla +mullah +mullar +mullein +mullenize +muller +Mullerian +mullet +mulletry +mullets +mulley +mullid +Mullidae +mulligan +mulligatawny +mulligrubs +mullion +mullite +mullock +mullocker +mullocky +mulloid +mulloway +mulmul +mulse +mulsify +mult +multangular +multangularly +multangularness +multangulous +multangulum +Multani +multanimous +multarticulate +multeity +multiangular +multiareolate +multiarticular +multiarticulate +multiarticulated +multiaxial +multiblade +multibladed +multibranched +multibranchiate +multibreak +multicamerate +multicapitate +multicapsular +multicarinate +multicarinated +multicellular +multicentral +multicentric +multicharge +multichord +multichrome +multiciliate +multiciliated +multicipital +multicircuit +multicoccous +multicoil +multicolor +multicolored +multicolorous +multicomponent +multiconductor +multiconstant +multicore +multicorneal +multicostate +multicourse +multicrystalline +multicuspid +multicuspidate +multicycle +multicylinder +multicylindered +multidentate +multidenticulate +multidenticulated +multidigitate +multidimensional +multidirectional +multidisperse +multiengine +multiengined +multiexhaust +multifaced +multifaceted +multifactorial +multifamilial +multifarious +multifariously +multifariousness +multiferous +multifetation +multifibered +multifid +multifidly +multifidous +multifidus +multifilament +multifistular +multiflagellate +multiflagellated +multiflash +multiflorous +multiflow +multiflue +multifocal +multifoil +multifoiled +multifold +multifoliate +multifoliolate +multiform +multiformed +multiformity +multifurcate +multiganglionic +multigap +multigranulate +multigranulated +Multigraph +multigraph +multigrapher +multiguttulate +multigyrate +multihead +multihearth +multihued +multijet +multijugate +multijugous +multilaciniate +multilamellar +multilamellate +multilamellous +multilaminar +multilaminate +multilaminated +multilateral +multilaterally +multilighted +multilineal +multilinear +multilingual +multilinguist +multilirate +multiliteral +multilobar +multilobate +multilobe +multilobed +multilobular +multilobulate +multilobulated +multilocation +multilocular +multiloculate +multiloculated +multiloquence +multiloquent +multiloquious +multiloquous +multiloquy +multimacular +multimammate +multimarble +multimascular +multimedial +multimetalic +multimetallism +multimetallist +multimillion +multimillionaire +multimodal +multimodality +multimolecular +multimotor +multimotored +multinational +multinervate +multinervose +multinodal +multinodate +multinodous +multinodular +multinomial +multinominal +multinominous +multinuclear +multinucleate +multinucleated +multinucleolar +multinucleolate +multinucleolated +multiovular +multiovulate +multipara +multiparient +multiparity +multiparous +multipartisan +multipartite +multiped +multiperforate +multiperforated +multipersonal +multiphase +multiphaser +multiphotography +multipinnate +multiplane +multiple +multiplepoinding +multiplet +multiplex +multipliable +multipliableness +multiplicability +multiplicable +multiplicand +multiplicate +multiplication +multiplicational +multiplicative +multiplicatively +multiplicator +multiplicity +multiplier +multiply +multiplying +multipointed +multipolar +multipole +multiported +multipotent +multipresence +multipresent +multiradial +multiradiate +multiradiated +multiradicate +multiradicular +multiramified +multiramose +multiramous +multirate +multireflex +multirooted +multirotation +multirotatory +multisaccate +multisacculate +multisacculated +multiscience +multiseated +multisect +multisector +multisegmental +multisegmentate +multisegmented +multisensual +multiseptate +multiserial +multiserially +multiseriate +multishot +multisiliquous +multisonous +multispeed +multispermous +multispicular +multispiculate +multispindle +multispinous +multispiral +multispired +multistage +multistaminate +multistoried +multistory +multistratified +multistratous +multistriate +multisulcate +multisulcated +multisyllabic +multisyllability +multisyllable +multitarian +multitentaculate +multitheism +multithreaded +multititular +multitoed +multitoned +multitube +Multituberculata +multituberculate +multituberculated +multituberculism +multituberculy +multitubular +multitude +multitudinal +multitudinary +multitudinism +multitudinist +multitudinistic +multitudinosity +multitudinous +multitudinously +multitudinousness +multiturn +multivagant +multivalence +multivalency +multivalent +multivalve +multivalved +multivalvular +multivane +multivariant +multivarious +multiversant +multiverse +multivibrator +multivincular +multivious +multivocal +multivocalness +multivoiced +multivolent +multivoltine +multivolumed +multivorous +multocular +multum +multungulate +multure +multurer +mum +mumble +mumblebee +mumblement +mumbler +mumbling +mumblingly +mummer +mummery +mummichog +mummick +mummied +mummification +mummiform +mummify +mumming +mummy +mummydom +mummyhood +mummylike +mumness +mump +mumper +mumphead +mumpish +mumpishly +mumpishness +mumps +mumpsimus +mumruffin +mun +Munandi +Muncerian +munch +Munchausenism +Munchausenize +muncheel +muncher +munchet +mund +Munda +mundane +mundanely +mundaneness +mundanism +mundanity +Mundari +mundatory +mundic +mundificant +mundification +mundifier +mundify +mundil +mundivagant +mundle +mung +munga +munge +mungey +mungo +mungofa +munguba +mungy +Munia +Munich +Munichism +municipal +municipalism +municipalist +municipality +municipalization +municipalize +municipalizer +municipally +municipium +munific +munificence +munificency +munificent +munificently +munificentness +muniment +munition +munitionary +munitioneer +munitioner +munitions +munity +munj +munjeet +munjistin +munnion +Munnopsidae +Munnopsis +Munsee +munshi +munt +Muntiacus +muntin +Muntingia +muntjac +Munychia +Munychian +Munychion +Muong +Muphrid +Mura +mura +Muradiyah +Muraena +Muraenidae +muraenoid +murage +mural +muraled +muralist +murally +Muran +Muranese +murasakite +Murat +Muratorian +murchy +murder +murderer +murderess +murdering +murderingly +murderish +murderment +murderous +murderously +murderousness +murdrum +mure +murenger +murex +murexan +murexide +murga +murgavi +murgeon +muriate +muriated +muriatic +muricate +muricid +Muricidae +muriciform +muricine +muricoid +muriculate +murid +Muridae +muridism +Muriel +muriform +muriformly +Murillo +Murinae +murine +murinus +muriti +murium +murk +murkily +murkiness +murkish +murkly +murkness +murksome +murky +murlin +murly +Murmi +murmur +murmuration +murmurator +murmurer +murmuring +murmuringly +murmurish +murmurless +murmurlessly +murmurous +murmurously +muromontite +Murph +murphy +murra +murrain +Murray +Murraya +murre +murrelet +murrey +murrhine +murrina +murrnong +murshid +Murthy +murumuru +Murut +muruxi +murva +murza +Murzim +Mus +Musa +Musaceae +musaceous +Musaeus +musal +Musales +Musalmani +musang +musar +Musca +muscade +muscadel +muscadine +Muscadinia +muscardine +Muscardinidae +Muscardinus +Muscari +muscariform +muscarine +muscat +muscatel +muscatorium +Musci +Muscicapa +Muscicapidae +muscicapine +muscicide +muscicole +muscicoline +muscicolous +muscid +Muscidae +musciform +Muscinae +muscle +muscled +muscleless +musclelike +muscling +muscly +Muscogee +muscoid +Muscoidea +muscologic +muscological +muscologist +muscology +muscone +muscose +muscoseness +muscosity +muscot +muscovadite +muscovado +Muscovi +Muscovite +muscovite +Muscovitic +muscovitization +muscovitize +muscovy +muscular +muscularity +muscularize +muscularly +musculation +musculature +muscule +musculin +musculoarterial +musculocellular +musculocutaneous +musculodermic +musculoelastic +musculofibrous +musculointestinal +musculoligamentous +musculomembranous +musculopallial +musculophrenic +musculospinal +musculospiral +musculotegumentary +musculotendinous +Muse +muse +mused +museful +musefully +museist +museless +muselike +museographist +museography +museologist +museology +muser +musery +musette +museum +museumize +Musgu +mush +musha +mushaa +Mushabbihite +mushed +musher +mushhead +mushheaded +mushheadedness +mushily +mushiness +mushla +mushmelon +mushrebiyeh +mushroom +mushroomer +mushroomic +mushroomlike +mushroomy +mushru +mushy +music +musical +musicale +musicality +musicalization +musicalize +musically +musicalness +musicate +musician +musiciana +musicianer +musicianly +musicianship +musicker +musicless +musiclike +musicmonger +musico +musicoartistic +musicodramatic +musicofanatic +musicographer +musicography +musicological +musicologist +musicologue +musicology +musicomania +musicomechanical +musicophilosophical +musicophobia +musicophysical +musicopoetic +musicotherapy +musicproof +musie +musily +musimon +musing +musingly +musk +muskat +muskeg +muskeggy +muskellunge +musket +musketade +musketeer +musketlike +musketoon +musketproof +musketry +muskflower +Muskhogean +muskie +muskiness +muskish +musklike +muskmelon +Muskogee +muskrat +muskroot +Muskwaki +muskwood +musky +muslin +muslined +muslinet +musnud +Musophaga +Musophagi +Musophagidae +musophagine +musquash +musquashroot +musquashweed +musquaspen +musquaw +musrol +muss +mussable +mussably +Mussaenda +mussal +mussalchee +mussel +musseled +musseler +mussily +mussiness +mussitate +mussitation +mussuk +Mussulman +Mussulmanic +Mussulmanish +Mussulmanism +Mussulwoman +mussurana +mussy +must +mustache +mustached +mustachial +mustachio +mustachioed +mustafina +Mustahfiz +mustang +mustanger +mustard +mustarder +mustee +Mustela +mustelid +Mustelidae +musteline +mustelinous +musteloid +Mustelus +muster +musterable +musterdevillers +musterer +mustermaster +mustify +mustily +mustiness +mustnt +musty +muta +Mutabilia +mutability +mutable +mutableness +mutably +mutafacient +mutage +mutagenic +mutant +mutarotate +mutarotation +mutase +mutate +mutation +mutational +mutationally +mutationism +mutationist +mutative +mutatory +mutawalli +Mutazala +mutch +mute +mutedly +mutely +muteness +Muter +mutesarif +mutescence +mutessarifat +muth +muthmannite +muthmassel +mutic +muticous +mutilate +mutilation +mutilative +mutilator +mutilatory +Mutilla +mutillid +Mutillidae +mutilous +mutineer +mutinous +mutinously +mutinousness +mutiny +Mutisia +Mutisiaceae +mutism +mutist +mutistic +mutive +mutivity +mutoscope +mutoscopic +mutsje +mutsuddy +mutt +mutter +mutterer +muttering +mutteringly +mutton +muttonbird +muttonchop +muttonfish +muttonhead +muttonheaded +muttonhood +muttonmonger +muttonwood +muttony +mutual +mutualism +mutualist +mutualistic +mutuality +mutualization +mutualize +mutually +mutualness +mutuary +mutuatitious +mutulary +mutule +mutuum +mux +Muysca +muyusa +muzhik +Muzo +muzz +muzzily +muzziness +muzzle +muzzler +muzzlewood +muzzy +Mwa +my +Mya +Myacea +myal +myalgia +myalgic +myalism +myall +Myaria +myarian +myasthenia +myasthenic +myatonia +myatonic +myatony +myatrophy +mycele +mycelia +mycelial +mycelian +mycelioid +mycelium +myceloid +Mycenaean +Mycetes +mycetism +mycetocyte +mycetogenesis +mycetogenetic +mycetogenic +mycetogenous +mycetoid +mycetological +mycetology +mycetoma +mycetomatous +Mycetophagidae +mycetophagous +mycetophilid +Mycetophilidae +mycetous +Mycetozoa +mycetozoan +mycetozoon +Mycobacteria +Mycobacteriaceae +Mycobacterium +mycocecidium +mycocyte +mycoderm +mycoderma +mycodermatoid +mycodermatous +mycodermic +mycodermitis +mycodesmoid +mycodomatium +mycogastritis +Mycogone +mycohaemia +mycohemia +mycoid +mycologic +mycological +mycologically +mycologist +mycologize +mycology +mycomycete +Mycomycetes +mycomycetous +mycomyringitis +mycophagist +mycophagous +mycophagy +mycophyte +Mycoplana +mycoplasm +mycoplasmic +mycoprotein +mycorhiza +mycorhizal +mycorrhizal +mycose +mycosin +mycosis +mycosozin +Mycosphaerella +Mycosphaerellaceae +mycosterol +mycosymbiosis +mycotic +mycotrophic +Mycteria +mycteric +mycterism +Myctodera +myctophid +Myctophidae +Myctophum +Mydaidae +mydaleine +mydatoxine +Mydaus +mydine +mydriasine +mydriasis +mydriatic +mydriatine +myectomize +myectomy +myectopia +myectopy +myelalgia +myelapoplexy +myelasthenia +myelatrophy +myelauxe +myelemia +myelencephalic +myelencephalon +myelencephalous +myelic +myelin +myelinate +myelinated +myelination +myelinic +myelinization +myelinogenesis +myelinogenetic +myelinogeny +myelitic +myelitis +myeloblast +myeloblastic +myelobrachium +myelocele +myelocerebellar +myelocoele +myelocyst +myelocystic +myelocystocele +myelocyte +myelocythaemia +myelocythemia +myelocytic +myelocytosis +myelodiastasis +myeloencephalitis +myeloganglitis +myelogenesis +myelogenetic +myelogenous +myelogonium +myeloic +myeloid +myelolymphangioma +myelolymphocyte +myeloma +myelomalacia +myelomatoid +myelomatosis +myelomenia +myelomeningitis +myelomeningocele +myelomere +myelon +myelonal +myeloneuritis +myelonic +myeloparalysis +myelopathic +myelopathy +myelopetal +myelophthisis +myeloplast +myeloplastic +myeloplax +myeloplegia +myelopoiesis +myelopoietic +myelorrhagia +myelorrhaphy +myelosarcoma +myelosclerosis +myelospasm +myelospongium +myelosyphilis +myelosyphilosis +myelosyringosis +myelotherapy +Myelozoa +myelozoan +myentasis +myenteric +myenteron +myesthesia +mygale +mygalid +mygaloid +Myiarchus +myiasis +myiferous +myiodesopsia +myiosis +myitis +mykiss +myliobatid +Myliobatidae +myliobatine +myliobatoid +Mylodon +mylodont +Mylodontidae +mylohyoid +mylohyoidean +mylonite +mylonitic +Mymar +mymarid +Mymaridae +myna +Mynheer +mynpacht +mynpachtbrief +myoalbumin +myoalbumose +myoatrophy +myoblast +myoblastic +myocardiac +myocardial +myocardiogram +myocardiograph +myocarditic +myocarditis +myocardium +myocele +myocellulitis +myoclonic +myoclonus +myocoele +myocoelom +myocolpitis +myocomma +myocyte +myodegeneration +Myodes +myodiastasis +myodynamia +myodynamic +myodynamics +myodynamiometer +myodynamometer +myoedema +myoelectric +myoendocarditis +myoepicardial +myoepithelial +myofibril +myofibroma +myogen +myogenesis +myogenetic +myogenic +myogenous +myoglobin +myoglobulin +myogram +myograph +myographer +myographic +myographical +myographist +myography +myohematin +myoid +myoidema +myokinesis +myolemma +myolipoma +myoliposis +myologic +myological +myologist +myology +myolysis +myoma +myomalacia +myomancy +myomantic +myomatous +myomectomy +myomelanosis +myomere +myometritis +myometrium +myomohysterectomy +myomorph +Myomorpha +myomorphic +myomotomy +myoneme +myoneural +myoneuralgia +myoneurasthenia +myoneure +myoneuroma +myoneurosis +myonosus +myopachynsis +myoparalysis +myoparesis +myopathia +myopathic +myopathy +myope +myoperitonitis +myophan +myophore +myophorous +myophysical +myophysics +myopia +myopic +myopical +myopically +myoplasm +myoplastic +myoplasty +myopolar +Myoporaceae +myoporaceous +myoporad +Myoporum +myoproteid +myoprotein +myoproteose +myops +myopy +myorrhaphy +myorrhexis +myosalpingitis +myosarcoma +myosarcomatous +myosclerosis +myoscope +myoseptum +myosin +myosinogen +myosinose +myosis +myositic +myositis +myosote +Myosotis +myospasm +myospasmia +Myosurus +myosuture +myosynizesis +myotacismus +Myotalpa +Myotalpinae +myotasis +myotenotomy +myothermic +myotic +myotome +myotomic +myotomy +myotonia +myotonic +myotonus +myotony +myotrophy +myowun +Myoxidae +myoxine +Myoxus +Myra +myrabalanus +myrabolam +myrcene +Myrcia +myrcia +myriacanthous +myriacoulomb +myriad +myriaded +myriadfold +myriadly +myriadth +myriagram +myriagramme +myrialiter +myrialitre +myriameter +myriametre +Myrianida +myriapod +Myriapoda +myriapodan +myriapodous +myriarch +myriarchy +myriare +Myrica +myrica +Myricaceae +myricaceous +Myricales +myricetin +myricin +Myrick +myricyl +myricylic +Myrientomata +myringa +myringectomy +myringitis +myringodectomy +myringodermatitis +myringomycosis +myringoplasty +myringotome +myringotomy +myriological +myriologist +myriologue +myriophyllite +myriophyllous +Myriophyllum +Myriopoda +myriopodous +myriorama +myrioscope +myriosporous +myriotheism +Myriotrichia +Myriotrichiaceae +myriotrichiaceous +myristate +myristic +Myristica +myristica +Myristicaceae +myristicaceous +Myristicivora +myristicivorous +myristin +myristone +Myrmecia +Myrmecobiinae +myrmecobine +Myrmecobius +myrmecochorous +myrmecochory +myrmecoid +myrmecoidy +myrmecological +myrmecologist +myrmecology +Myrmecophaga +Myrmecophagidae +myrmecophagine +myrmecophagoid +myrmecophagous +myrmecophile +myrmecophilism +myrmecophilous +myrmecophily +myrmecophobic +myrmecophyte +myrmecophytic +myrmekite +Myrmeleon +Myrmeleonidae +Myrmeleontidae +Myrmica +myrmicid +Myrmicidae +myrmicine +myrmicoid +Myrmidon +Myrmidonian +myrmotherine +myrobalan +Myron +myron +myronate +myronic +myrosin +myrosinase +Myrothamnaceae +myrothamnaceous +Myrothamnus +Myroxylon +myrrh +myrrhed +myrrhic +myrrhine +Myrrhis +myrrhol +myrrhophore +myrrhy +Myrsinaceae +myrsinaceous +myrsinad +Myrsiphyllum +Myrtaceae +myrtaceous +myrtal +Myrtales +myrtiform +Myrtilus +myrtle +myrtleberry +myrtlelike +myrtol +Myrtus +mysel +myself +mysell +Mysian +mysid +Mysidacea +Mysidae +mysidean +Mysis +mysogynism +mysoid +mysophobia +Mysore +mysosophist +mysost +myst +mystacial +Mystacocete +Mystacoceti +mystagogic +mystagogical +mystagogically +mystagogue +mystagogy +mystax +mysterial +mysteriarch +mysteriosophic +mysteriosophy +mysterious +mysteriously +mysteriousness +mysterize +mystery +mystes +mystic +mystical +mysticality +mystically +mysticalness +Mysticete +mysticete +Mysticeti +mysticetous +mysticism +mysticity +mysticize +mysticly +mystific +mystifically +mystification +mystificator +mystificatory +mystifiedly +mystifier +mystify +mystifyingly +mytacism +myth +mythical +mythicalism +mythicality +mythically +mythicalness +mythicism +mythicist +mythicize +mythicizer +mythification +mythify +mythism +mythist +mythize +mythland +mythmaker +mythmaking +mythoclast +mythoclastic +mythogenesis +mythogonic +mythogony +mythographer +mythographist +mythography +mythogreen +mythoheroic +mythohistoric +mythologema +mythologer +mythological +mythologically +mythologist +mythologize +mythologizer +mythologue +mythology +mythomania +mythomaniac +mythometer +mythonomy +mythopastoral +mythopoeic +mythopoeism +mythopoeist +mythopoem +mythopoesis +mythopoesy +mythopoet +mythopoetic +mythopoetize +mythopoetry +mythos +mythus +Mytilacea +mytilacean +mytilaceous +Mytiliaspis +mytilid +Mytilidae +mytiliform +mytiloid +mytilotoxine +Mytilus +myxa +myxadenitis +myxadenoma +myxaemia +myxamoeba +myxangitis +myxasthenia +myxedema +myxedematoid +myxedematous +myxedemic +myxemia +Myxine +Myxinidae +myxinoid +Myxinoidei +myxo +Myxobacteria +Myxobacteriaceae +myxobacteriaceous +Myxobacteriales +myxoblastoma +myxochondroma +myxochondrosarcoma +Myxococcus +myxocystoma +myxocyte +myxoenchondroma +myxofibroma +myxofibrosarcoma +myxoflagellate +myxogaster +Myxogasteres +Myxogastrales +Myxogastres +myxogastric +myxogastrous +myxoglioma +myxoid +myxoinoma +myxolipoma +myxoma +myxomatosis +myxomatous +Myxomycetales +myxomycete +Myxomycetes +myxomycetous +myxomyoma +myxoneuroma +myxopapilloma +Myxophyceae +myxophycean +Myxophyta +myxopod +Myxopoda +myxopodan +myxopodium +myxopodous +myxopoiesis +myxorrhea +myxosarcoma +Myxospongiae +myxospongian +Myxospongida +myxospore +Myxosporidia +myxosporidian +Myxosporidiida +Myxosporium +myxosporous +Myxothallophyta +myxotheca +Myzodendraceae +myzodendraceous +Myzodendron +Myzomyia +myzont +Myzontes +Myzostoma +Myzostomata +myzostomatous +myzostome +myzostomid +Myzostomida +Myzostomidae +myzostomidan +myzostomous +N +n +na +naa +naam +Naaman +Naassenes +nab +nabak +Nabal +Nabalism +Nabalite +Nabalitic +Nabaloi +Nabalus +Nabataean +Nabatean +Nabathaean +Nabathean +Nabathite +nabber +Nabby +nabk +nabla +nable +nabob +nabobery +nabobess +nabobical +nabobish +nabobishly +nabobism +nabobry +nabobship +Nabothian +nabs +Nabu +nacarat +nacarine +nace +nacelle +nach +nachani +Nachitoch +Nachitoches +Nachschlag +Nacionalista +nacket +nacre +nacred +nacreous +nacrine +nacrite +nacrous +nacry +nadder +Nadeem +nadir +nadiral +nadorite +nae +naebody +naegate +naegates +nael +Naemorhedinae +naemorhedine +Naemorhedus +naether +naething +nag +Naga +naga +nagaika +nagana +nagara +Nagari +nagatelite +nagger +naggin +nagging +naggingly +naggingness +naggish +naggle +naggly +naggy +naght +nagkassar +nagmaal +nagman +nagnag +nagnail +nagor +nagsman +nagster +nagual +nagualism +nagualist +nagyagite +Nahanarvali +Nahane +Nahani +Naharvali +Nahor +Nahua +Nahuan +Nahuatl +Nahuatlac +Nahuatlan +Nahuatleca +Nahuatlecan +Nahum +naiad +Naiadaceae +naiadaceous +Naiadales +Naiades +naiant +Naias +naid +naif +naifly +naig +naigie +naik +nail +nailbin +nailbrush +nailer +naileress +nailery +nailhead +nailing +nailless +naillike +nailprint +nailproof +nailrod +nailshop +nailsick +nailsmith +nailwort +naily +Naim +nain +nainsel +nainsook +naio +naipkin +Nair +nairy +nais +naish +naissance +naissant +naither +naive +naively +naiveness +naivete +naivety +Naja +nak +nake +naked +nakedish +nakedize +nakedly +nakedness +nakedweed +nakedwood +naker +nakhlite +nakhod +nakhoda +Nakir +nako +Nakomgilisala +nakong +nakoo +Nakula +Nalita +nallah +nam +Nama +namability +namable +Namaqua +namaqua +Namaquan +namaycush +namaz +namazlik +Nambe +namda +name +nameability +nameable +nameboard +nameless +namelessly +namelessness +nameling +namely +namer +namesake +naming +nammad +Nan +nan +Nana +nana +Nanaimo +nanawood +Nance +Nancy +nancy +Nanda +Nandi +nandi +Nandina +nandine +nandow +nandu +nane +nanes +nanga +nanism +nanization +nankeen +Nankin +nankin +Nanking +Nankingese +nannander +nannandrium +nannandrous +Nannette +nannoplankton +Nanny +nanny +nannyberry +nannybush +nanocephalia +nanocephalic +nanocephalism +nanocephalous +nanocephalus +nanocephaly +nanoid +nanomelia +nanomelous +nanomelus +nanosoma +nanosomia +nanosomus +nanpie +nant +Nanticoke +nantle +nantokite +Nantz +naological +naology +naometry +Naomi +Naos +naos +Naosaurus +Naoto +nap +napa +Napaea +Napaean +napal +napalm +nape +napead +napecrest +napellus +naperer +napery +naphtha +naphthacene +naphthalate +naphthalene +naphthaleneacetic +naphthalenesulphonic +naphthalenic +naphthalenoid +naphthalic +naphthalidine +naphthalin +naphthaline +naphthalization +naphthalize +naphthalol +naphthamine +naphthanthracene +naphthene +naphthenic +naphthinduline +naphthionate +naphtho +naphthoic +naphthol +naphtholate +naphtholize +naphtholsulphonate +naphtholsulphonic +naphthoquinone +naphthoresorcinol +naphthosalol +naphthous +naphthoxide +naphthyl +naphthylamine +naphthylaminesulphonic +naphthylene +naphthylic +naphtol +Napierian +napiform +napkin +napkining +napless +naplessness +Napoleon +napoleon +Napoleonana +Napoleonic +Napoleonically +Napoleonism +Napoleonist +Napoleonistic +napoleonite +Napoleonize +napoo +nappe +napped +napper +nappiness +napping +nappishness +nappy +naprapath +naprapathy +napron +napthionic +napu +nar +Narcaciontes +Narcaciontidae +narceine +narcism +Narciss +Narcissan +narcissi +Narcissine +narcissism +narcissist +narcissistic +Narcissus +narcist +narcistic +narcoanalysis +narcoanesthesia +Narcobatidae +Narcobatoidea +Narcobatus +narcohypnia +narcohypnosis +narcolepsy +narcoleptic +narcoma +narcomania +narcomaniac +narcomaniacal +narcomatous +Narcomedusae +narcomedusan +narcose +narcosis +narcostimulant +narcosynthesis +narcotherapy +narcotia +narcotic +narcotical +narcotically +narcoticalness +narcoticism +narcoticness +narcotina +narcotine +narcotinic +narcotism +narcotist +narcotization +narcotize +narcous +nard +nardine +nardoo +Nardus +Naren +Narendra +nares +Naresh +narghile +nargil +narial +naric +narica +naricorn +nariform +narine +naringenin +naringin +nark +narky +narr +narra +Narraganset +narras +narratable +narrate +narrater +narration +narrational +narrative +narratively +narrator +narratory +narratress +narratrix +narrawood +narrow +narrower +narrowhearted +narrowheartedness +narrowingness +narrowish +narrowly +narrowness +narrowy +narsarsukite +narsinga +narthecal +Narthecium +narthex +narwhal +narwhalian +nary +nasab +nasal +Nasalis +nasalis +nasalism +nasality +nasalization +nasalize +nasally +nasalward +nasalwards +nasard +Nascan +Nascapi +nascence +nascency +nascent +nasch +naseberry +nasethmoid +nash +nashgab +nashgob +Nashim +Nashira +Nashua +nasi +nasial +nasicorn +Nasicornia +nasicornous +Nasiei +nasiform +nasilabial +nasillate +nasillation +nasioalveolar +nasiobregmatic +nasioinial +nasiomental +nasion +nasitis +Naskhi +nasoalveola +nasoantral +nasobasilar +nasobronchial +nasobuccal +nasoccipital +nasociliary +nasoethmoidal +nasofrontal +nasolabial +nasolachrymal +nasological +nasologist +nasology +nasomalar +nasomaxillary +nasonite +nasoorbital +nasopalatal +nasopalatine +nasopharyngeal +nasopharyngitis +nasopharynx +nasoprognathic +nasoprognathism +nasorostral +nasoscope +nasoseptal +nasosinuitis +nasosinusitis +nasosubnasal +nasoturbinal +nasrol +Nassa +Nassau +Nassellaria +nassellarian +Nassidae +nassology +nast +nastaliq +nastic +nastika +nastily +nastiness +nasturtion +nasturtium +nasty +Nasua +nasus +nasute +nasuteness +nasutiform +nasutus +nat +natability +nataka +Natal +natal +Natalia +Natalian +Natalie +natality +nataloin +natals +natant +natantly +Nataraja +natation +natational +natator +natatorial +natatorious +natatorium +natatory +natch +natchbone +Natchez +Natchezan +Natchitoches +natchnee +Nate +nates +Nathan +Nathanael +Nathaniel +nathe +nather +nathless +Natica +Naticidae +naticiform +naticine +Natick +naticoid +natiform +natimortality +nation +national +nationalism +nationalist +nationalistic +nationalistically +nationality +nationalization +nationalize +nationalizer +nationally +nationalness +nationalty +nationhood +nationless +nationwide +native +natively +nativeness +nativism +nativist +nativistic +nativity +natr +Natraj +Natricinae +natricine +natrium +Natrix +natrochalcite +natrojarosite +natrolite +natron +Natt +natter +nattered +natteredness +natterjack +nattily +nattiness +nattle +natty +natuary +natural +naturalesque +naturalism +naturalist +naturalistic +naturalistically +naturality +naturalization +naturalize +naturalizer +naturally +naturalness +nature +naturecraft +naturelike +naturing +naturism +naturist +naturistic +naturistically +naturize +naturopath +naturopathic +naturopathist +naturopathy +naucrar +naucrary +naufragous +nauger +naught +naughtily +naughtiness +naughty +naujaite +naumachia +naumachy +naumannite +Naumburgia +naumk +naumkeag +naumkeager +naunt +nauntle +naupathia +nauplial +naupliiform +nauplioid +nauplius +nauropometer +nauscopy +nausea +nauseant +nauseaproof +nauseate +nauseatingly +nauseation +nauseous +nauseously +nauseousness +Nauset +naut +nautch +nauther +nautic +nautical +nauticality +nautically +nautics +nautiform +Nautilacea +nautilacean +nautilicone +nautiliform +nautilite +nautiloid +Nautiloidea +nautiloidean +nautilus +Navaho +Navajo +naval +navalese +navalism +navalist +navalistic +navalistically +navally +navar +navarch +navarchy +Navarrese +Navarrian +nave +navel +naveled +navellike +navelwort +navet +navette +navew +navicella +navicert +navicula +Naviculaceae +naviculaeform +navicular +naviculare +naviculoid +naviform +navigability +navigable +navigableness +navigably +navigant +navigate +navigation +navigational +navigator +navigerous +navipendular +navipendulum +navite +navvy +navy +naw +nawab +nawabship +nawt +nay +Nayar +Nayarit +Nayarita +nayaur +naysay +naysayer +nayward +nayword +Nazarate +Nazarean +Nazarene +Nazarenism +Nazarite +Nazariteship +Nazaritic +Nazaritish +Nazaritism +naze +Nazerini +Nazi +Nazify +Naziism +nazim +nazir +Nazirate +Nazirite +Naziritic +Nazism +ne +nea +Neal +neal +neallotype +Neanderthal +Neanderthaler +Neanderthaloid +neanic +neanthropic +neap +neaped +Neapolitan +nearable +nearabout +nearabouts +nearaivays +nearaway +nearby +Nearctic +Nearctica +nearest +nearish +nearly +nearmost +nearness +nearsighted +nearsightedly +nearsightedness +nearthrosis +neat +neaten +neath +neatherd +neatherdess +neathmost +neatify +neatly +neatness +neb +neback +Nebaioth +Nebalia +Nebaliacea +nebalian +Nebaliidae +nebalioid +nebbed +nebbuck +nebbuk +nebby +nebel +nebelist +nebenkern +Nebiim +Nebraskan +nebris +nebula +nebulae +nebular +nebularization +nebularize +nebulated +nebulation +nebule +nebulescent +nebuliferous +nebulite +nebulium +nebulization +nebulize +nebulizer +nebulose +nebulosity +nebulous +nebulously +nebulousness +Necator +necessar +necessarian +necessarianism +necessarily +necessariness +necessary +necessism +necessist +necessitarian +necessitarianism +necessitate +necessitatedly +necessitatingly +necessitation +necessitative +necessitous +necessitously +necessitousness +necessitude +necessity +neck +neckar +neckatee +neckband +neckcloth +necked +necker +neckercher +neckerchief +neckful +neckguard +necking +neckinger +necklace +necklaced +necklaceweed +neckless +necklet +necklike +neckline +neckmold +neckpiece +neckstock +necktie +necktieless +neckward +neckwear +neckweed +neckyoke +necrectomy +necremia +necrobacillary +necrobacillosis +necrobiosis +necrobiotic +necrogenic +necrogenous +necrographer +necrolatry +necrologic +necrological +necrologically +necrologist +necrologue +necrology +necromancer +necromancing +necromancy +necromantic +necromantically +necromorphous +necronite +necropathy +Necrophaga +necrophagan +necrophagous +necrophile +necrophilia +necrophilic +necrophilism +necrophilistic +necrophilous +necrophily +necrophobia +necrophobic +Necrophorus +necropoleis +necropoles +necropolis +necropolitan +necropsy +necroscopic +necroscopical +necroscopy +necrose +necrosis +necrotic +necrotization +necrotize +necrotomic +necrotomist +necrotomy +necrotype +necrotypic +Nectandra +nectar +nectareal +nectarean +nectared +nectareous +nectareously +nectareousness +nectarial +nectarian +nectaried +nectariferous +nectarine +Nectarinia +Nectariniidae +nectarious +nectarium +nectarivorous +nectarize +nectarlike +nectarous +nectary +nectiferous +nectocalycine +nectocalyx +Nectonema +nectophore +nectopod +Nectria +nectriaceous +Nectrioidaceae +Necturidae +Necturus +Ned +nedder +neddy +Nederlands +nee +neebor +neebour +need +needer +needfire +needful +needfully +needfulness +needgates +needham +needily +neediness +needing +needle +needlebill +needlebook +needlebush +needlecase +needled +needlefish +needleful +needlelike +needlemaker +needlemaking +needleman +needlemonger +needleproof +needler +needles +needless +needlessly +needlessness +needlestone +needlewoman +needlewood +needlework +needleworked +needleworker +needling +needly +needments +needs +needsome +needy +neeger +neeld +neele +neelghan +neem +neencephalic +neencephalon +Neengatu +neep +neepour +neer +neese +neet +neetup +neeze +nef +nefandous +nefandousness +nefarious +nefariously +nefariousness +nefast +neffy +neftgil +negate +negatedness +negation +negationalist +negationist +negative +negatively +negativeness +negativer +negativism +negativist +negativistic +negativity +negator +negatory +negatron +neger +neginoth +neglect +neglectable +neglectedly +neglectedness +neglecter +neglectful +neglectfully +neglectfulness +neglectingly +neglection +neglective +neglectively +neglector +neglectproof +negligee +negligence +negligency +negligent +negligently +negligibility +negligible +negligibleness +negligibly +negotiability +negotiable +negotiant +negotiate +negotiation +negotiator +negotiatory +negotiatress +negotiatrix +Negress +negrillo +negrine +Negritian +Negritic +Negritize +Negrito +Negritoid +Negro +negro +negrodom +Negrofy +negrohead +negrohood +Negroid +Negroidal +negroish +Negroism +Negroization +Negroize +negrolike +Negroloid +Negrophil +Negrophile +Negrophilism +Negrophilist +Negrophobe +Negrophobia +Negrophobiac +Negrophobist +Negrotic +Negundo +Negus +negus +Nehantic +Nehemiah +nehiloth +nei +neif +neigh +neighbor +neighbored +neighborer +neighboress +neighborhood +neighboring +neighborless +neighborlike +neighborliness +neighborly +neighborship +neighborstained +neighbourless +neighbourlike +neighbourship +neigher +Neil +Neillia +neiper +Neisseria +Neisserieae +neist +neither +Nejd +Nejdi +Nekkar +nekton +nektonic +Nelken +Nell +Nellie +Nelly +nelson +nelsonite +nelumbian +Nelumbium +Nelumbo +Nelumbonaceae +nema +nemaline +Nemalion +Nemalionaceae +Nemalionales +nemalite +Nemastomaceae +Nematelmia +nematelminth +Nematelminthes +nemathece +nemathecial +nemathecium +Nemathelmia +nemathelminth +Nemathelminthes +nematic +nematoblast +nematoblastic +Nematocera +nematoceran +nematocerous +nematocide +nematocyst +nematocystic +Nematoda +nematode +nematodiasis +nematogene +nematogenic +nematogenous +nematognath +Nematognathi +nematognathous +nematogone +nematogonous +nematoid +Nematoidea +nematoidean +nematologist +nematology +Nematomorpha +nematophyton +Nematospora +nematozooid +Nembutal +Nemean +Nemertea +nemertean +Nemertina +nemertine +Nemertinea +nemertinean +Nemertini +nemertoid +nemeses +Nemesia +nemesic +Nemesis +Nemichthyidae +Nemichthys +Nemocera +nemoceran +nemocerous +Nemopanthus +Nemophila +nemophilist +nemophilous +nemophily +nemoral +Nemorensian +nemoricole +Nengahiba +nenta +nenuphar +neo +neoacademic +neoanthropic +Neoarctic +neoarsphenamine +Neobalaena +Neobeckia +neoblastic +neobotanist +neobotany +Neocene +Neoceratodus +neocerotic +neoclassic +neoclassicism +neoclassicist +Neocomian +neocosmic +neocracy +neocriticism +neocyanine +neocyte +neocytosis +neodamode +neodidymium +neodymium +Neofabraea +neofetal +neofetus +Neofiber +neoformation +neoformative +Neogaea +Neogaean +neogamous +neogamy +Neogene +neogenesis +neogenetic +Neognathae +neognathic +neognathous +neogrammarian +neogrammatical +neographic +neohexane +Neohipparion +neoholmia +neoholmium +neoimpressionism +neoimpressionist +neolalia +neolater +neolatry +neolith +neolithic +neologian +neologianism +neologic +neological +neologically +neologism +neologist +neologistic +neologistical +neologization +neologize +neology +neomedievalism +neomenia +neomenian +Neomeniidae +neomiracle +neomodal +neomorph +Neomorpha +neomorphic +neomorphism +Neomylodon +neon +neonatal +neonate +neonatus +neonomian +neonomianism +neontology +neonychium +neopagan +neopaganism +neopaganize +Neopaleozoic +neopallial +neopallium +neoparaffin +neophilism +neophilological +neophilologist +neophobia +neophobic +neophrastic +Neophron +neophyte +neophytic +neophytish +neophytism +Neopieris +neoplasia +neoplasm +neoplasma +neoplasmata +neoplastic +neoplasticism +neoplasty +Neoplatonic +Neoplatonician +Neoplatonism +Neoplatonist +neoprene +neorama +neorealism +Neornithes +neornithic +Neosalvarsan +Neosorex +Neosporidia +neossin +neossology +neossoptile +neostriatum +neostyle +neoteinia +neoteinic +neotenia +neotenic +neoteny +neoteric +neoterically +neoterism +neoterist +neoteristic +neoterize +neothalamus +Neotoma +Neotragus +Neotremata +Neotropic +Neotropical +neotype +neovitalism +neovolcanic +Neowashingtonia +neoytterbium +neoza +Neozoic +Nep +nep +Nepa +Nepal +Nepalese +Nepali +Nepenthaceae +nepenthaceous +nepenthe +nepenthean +Nepenthes +nepenthes +neper +Neperian +Nepeta +nephalism +nephalist +Nephele +nephele +nepheligenous +nepheline +nephelinic +nephelinite +nephelinitic +nephelinitoid +nephelite +Nephelium +nephelognosy +nepheloid +nephelometer +nephelometric +nephelometrical +nephelometrically +nephelometry +nephelorometer +nepheloscope +nephesh +nephew +nephewship +Nephila +Nephilinae +Nephite +nephogram +nephograph +nephological +nephologist +nephology +nephoscope +nephradenoma +nephralgia +nephralgic +nephrapostasis +nephratonia +nephrauxe +nephrectasia +nephrectasis +nephrectomize +nephrectomy +nephrelcosis +nephremia +nephremphraxis +nephria +nephric +nephridia +nephridial +nephridiopore +nephridium +nephrism +nephrite +nephritic +nephritical +nephritis +nephroabdominal +nephrocardiac +nephrocele +nephrocoele +nephrocolic +nephrocolopexy +nephrocoloptosis +nephrocystitis +nephrocystosis +nephrocyte +nephrodinic +Nephrodium +nephroerysipelas +nephrogastric +nephrogenetic +nephrogenic +nephrogenous +nephrogonaduct +nephrohydrosis +nephrohypertrophy +nephroid +Nephrolepis +nephrolith +nephrolithic +nephrolithotomy +nephrologist +nephrology +nephrolysin +nephrolysis +nephrolytic +nephromalacia +nephromegaly +nephromere +nephron +nephroncus +nephroparalysis +nephropathic +nephropathy +nephropexy +nephrophthisis +nephropore +Nephrops +Nephropsidae +nephroptosia +nephroptosis +nephropyelitis +nephropyeloplasty +nephropyosis +nephrorrhagia +nephrorrhaphy +nephros +nephrosclerosis +nephrosis +nephrostoma +nephrostome +nephrostomial +nephrostomous +nephrostomy +nephrotome +nephrotomize +nephrotomy +nephrotoxic +nephrotoxicity +nephrotoxin +nephrotuberculosis +nephrotyphoid +nephrotyphus +nephrozymosis +Nepidae +nepionic +nepman +nepotal +nepote +nepotic +nepotious +nepotism +nepotist +nepotistical +nepouite +Neptune +Neptunean +Neptunian +neptunism +neptunist +neptunium +Nereid +Nereidae +nereidiform +Nereidiformia +Nereis +nereite +Nereocystis +Neri +Nerine +nerine +Nerita +neritic +Neritidae +Neritina +neritoid +Nerium +Neroic +Neronian +Neronic +Neronize +nerterology +Nerthridae +Nerthrus +nerval +nervate +nervation +nervature +nerve +nerveless +nervelessly +nervelessness +nervelet +nerveproof +nerver +nerveroot +nervid +nerviduct +Nervii +nervily +nervimotion +nervimotor +nervimuscular +nervine +nerviness +nerving +nervish +nervism +nervomuscular +nervosanguineous +nervose +nervosism +nervosity +nervous +nervously +nervousness +nervular +nervule +nervulet +nervulose +nervuration +nervure +nervy +nescience +nescient +nese +nesh +neshly +neshness +Nesiot +nesiote +Neskhi +Neslia +Nesogaea +Nesogaean +Nesokia +Nesonetta +Nesotragus +Nespelim +nesquehonite +ness +nesslerization +Nesslerize +nesslerize +nest +nestable +nestage +nester +nestful +nestiatria +nestitherapy +nestle +nestler +nestlike +nestling +Nestor +Nestorian +Nestorianism +Nestorianize +Nestorianizer +nestorine +nesty +Net +net +netball +netbraider +netbush +netcha +Netchilik +nete +neter +netful +neth +netheist +nether +Netherlander +Netherlandian +Netherlandic +Netherlandish +nethermore +nethermost +netherstock +netherstone +netherward +netherwards +Nethinim +neti +netleaf +netlike +netmaker +netmaking +netman +netmonger +netop +netsman +netsuke +nettable +Nettapus +netted +netter +Nettie +netting +Nettion +nettle +nettlebed +nettlebird +nettlefire +nettlefish +nettlefoot +nettlelike +nettlemonger +nettler +nettlesome +nettlewort +nettling +nettly +Netty +netty +netwise +network +Neudeckian +neugroschen +neuma +neumatic +neumatize +neume +neumic +neurad +neuradynamia +neural +neurale +neuralgia +neuralgiac +neuralgic +neuralgiform +neuralgy +neuralist +neurapophyseal +neurapophysial +neurapophysis +neurarthropathy +neurasthenia +neurasthenic +neurasthenical +neurasthenically +neurataxia +neurataxy +neuration +neuratrophia +neuratrophic +neuratrophy +neuraxial +neuraxis +neuraxon +neuraxone +neurectasia +neurectasis +neurectasy +neurectome +neurectomic +neurectomy +neurectopia +neurectopy +neurenteric +neurepithelium +neurergic +neurexairesis +neurhypnology +neurhypnotist +neuriatry +neuric +neurilema +neurilematic +neurilemma +neurilemmal +neurilemmatic +neurilemmatous +neurilemmitis +neurility +neurin +neurine +neurinoma +neurism +neurite +neuritic +neuritis +neuroanatomical +neuroanatomy +neurobiotactic +neurobiotaxis +neuroblast +neuroblastic +neuroblastoma +neurocanal +neurocardiac +neurocele +neurocentral +neurocentrum +neurochemistry +neurochitin +neurochondrite +neurochord +neurochorioretinitis +neurocirculatory +neurocity +neuroclonic +neurocoele +neurocoelian +neurocyte +neurocytoma +neurodegenerative +neurodendrite +neurodendron +neurodermatitis +neurodermatosis +neurodermitis +neurodiagnosis +neurodynamic +neurodynia +neuroepidermal +neuroepithelial +neuroepithelium +neurofibril +neurofibrilla +neurofibrillae +neurofibrillar +neurofibroma +neurofibromatosis +neurofil +neuroganglion +neurogastralgia +neurogastric +neurogenesis +neurogenetic +neurogenic +neurogenous +neuroglandular +neuroglia +neurogliac +neuroglial +neurogliar +neuroglic +neuroglioma +neurogliosis +neurogram +neurogrammic +neurographic +neurography +neurohistology +neurohumor +neurohumoral +neurohypnology +neurohypnotic +neurohypnotism +neurohypophysis +neuroid +neurokeratin +neurokyme +neurological +neurologist +neurologize +neurology +neurolymph +neurolysis +neurolytic +neuroma +neuromalacia +neuromalakia +neuromast +neuromastic +neuromatosis +neuromatous +neuromere +neuromerism +neuromerous +neuromimesis +neuromimetic +neuromotor +neuromuscular +neuromusculature +neuromyelitis +neuromyic +neuron +neuronal +neurone +neuronic +neuronism +neuronist +neuronophagia +neuronophagy +neuronym +neuronymy +neuroparalysis +neuroparalytic +neuropath +neuropathic +neuropathical +neuropathically +neuropathist +neuropathological +neuropathologist +neuropathology +neuropathy +Neurope +neurophagy +neurophil +neurophile +neurophilic +neurophysiological +neurophysiology +neuropile +neuroplasm +neuroplasmic +neuroplasty +neuroplexus +neuropodial +neuropodium +neuropodous +neuropore +neuropsychiatric +neuropsychiatrist +neuropsychiatry +neuropsychic +neuropsychological +neuropsychologist +neuropsychology +neuropsychopathic +neuropsychopathy +neuropsychosis +neuropter +Neuroptera +neuropteran +Neuropteris +neuropterist +neuropteroid +Neuropteroidea +neuropterological +neuropterology +neuropteron +neuropterous +neuroretinitis +neurorrhaphy +Neurorthoptera +neurorthopteran +neurorthopterous +neurosal +neurosarcoma +neurosclerosis +neuroses +neurosis +neuroskeletal +neuroskeleton +neurosome +neurospasm +neurospongium +neurosthenia +neurosurgeon +neurosurgery +neurosurgical +neurosuture +neurosynapse +neurosyphilis +neurotendinous +neurotension +neurotherapeutics +neurotherapist +neurotherapy +neurothlipsis +neurotic +neurotically +neuroticism +neuroticize +neurotization +neurotome +neurotomical +neurotomist +neurotomize +neurotomy +neurotonic +neurotoxia +neurotoxic +neurotoxin +neurotripsy +neurotrophic +neurotrophy +neurotropic +neurotropism +neurovaccination +neurovaccine +neurovascular +neurovisceral +neurula +neurypnological +neurypnologist +neurypnology +Neustrian +neuter +neuterdom +neuterlike +neuterly +neuterness +neutral +neutralism +neutralist +neutrality +neutralization +neutralize +neutralizer +neutrally +neutralness +neutrino +neutroceptive +neutroceptor +neutroclusion +Neutrodyne +neutrologistic +neutron +neutropassive +neutrophile +neutrophilia +neutrophilic +neutrophilous +Nevada +Nevadan +nevadite +neve +nevel +never +neverland +nevermore +nevertheless +Neville +nevo +nevoid +Nevome +nevoy +nevus +nevyanskite +new +Newar +Newari +newberyite +newcal +Newcastle +newcome +newcomer +newel +newelty +newfangle +newfangled +newfangledism +newfangledly +newfangledness +newfanglement +Newfoundland +Newfoundlander +Newichawanoc +newing +newings +newish +newlandite +newly +newlywed +Newmanism +Newmanite +Newmanize +newmarket +newness +Newport +news +newsbill +newsboard +newsboat +newsboy +newscast +newscaster +newscasting +newsful +newsiness +newsless +newslessness +newsletter +newsman +newsmonger +newsmongering +newsmongery +newspaper +newspaperdom +newspaperese +newspaperish +newspaperized +newspaperman +newspaperwoman +newspapery +newsprint +newsreader +newsreel +newsroom +newssheet +newsstand +newsteller +newsworthiness +newsworthy +newsy +newt +newtake +newton +Newtonian +Newtonianism +Newtonic +Newtonist +newtonite +nexal +next +nextly +nextness +nexum +nexus +neyanda +ngai +ngaio +ngapi +Ngoko +Nguyen +Nhan +Nheengatu +ni +niacin +Niagara +Niagaran +Niall +Niantic +Nias +Niasese +niata +nib +nibbana +nibbed +nibber +nibble +nibbler +nibblingly +nibby +niblick +niblike +nibong +nibs +nibsome +Nicaean +Nicaragua +Nicaraguan +Nicarao +niccolic +niccoliferous +niccolite +niccolous +Nice +nice +niceish +niceling +nicely +Nicene +niceness +Nicenian +Nicenist +nicesome +nicetish +nicety +Nichael +niche +nichelino +nicher +Nicholas +Nici +Nick +nick +nickel +nickelage +nickelic +nickeliferous +nickeline +nickeling +nickelization +nickelize +nickellike +nickelodeon +nickelous +nickeltype +nicker +nickerpecker +nickey +Nickie +Nickieben +nicking +nickle +nickname +nicknameable +nicknamee +nicknameless +nicknamer +Nickneven +nickstick +nicky +Nicobar +Nicobarese +Nicodemite +Nicodemus +Nicol +Nicolaitan +Nicolaitanism +Nicolas +nicolayite +Nicolette +Nicolo +nicolo +Nicomachean +nicotia +nicotian +Nicotiana +nicotianin +nicotic +nicotinamide +nicotine +nicotinean +nicotined +nicotineless +nicotinian +nicotinic +nicotinism +nicotinize +nicotism +nicotize +nictate +nictation +nictitant +nictitate +nictitation +nid +nidal +nidamental +nidana +nidation +nidatory +niddering +niddick +niddle +nide +nidge +nidget +nidgety +nidi +nidicolous +nidificant +nidificate +nidification +nidificational +nidifugous +nidify +niding +nidologist +nidology +nidor +nidorosity +nidorous +nidorulent +nidulant +Nidularia +Nidulariaceae +nidulariaceous +Nidulariales +nidulate +nidulation +nidulus +nidus +niece +nieceless +nieceship +niellated +nielled +niellist +niello +Niels +niepa +Nierembergia +Niersteiner +Nietzschean +Nietzscheanism +Nietzscheism +nieve +nieveta +nievling +nife +nifesima +niffer +nific +nifle +nifling +nifty +nig +Nigel +Nigella +Nigerian +niggard +niggardize +niggardliness +niggardling +niggardly +niggardness +nigger +niggerdom +niggerfish +niggergoose +niggerhead +niggerish +niggerism +niggerling +niggertoe +niggerweed +niggery +niggle +niggler +niggling +nigglingly +niggly +nigh +nighly +nighness +night +nightcap +nightcapped +nightcaps +nightchurr +nightdress +nighted +nightfall +nightfish +nightflit +nightfowl +nightgown +nighthawk +nightie +nightingale +nightingalize +nightjar +nightless +nightlessness +nightlike +nightlong +nightly +nightman +nightmare +nightmarish +nightmarishly +nightmary +nights +nightshade +nightshine +nightshirt +nightstock +nightstool +nighttide +nighttime +nightwalker +nightwalking +nightward +nightwards +nightwear +nightwork +nightworker +nignay +nignye +nigori +nigranilin +nigraniline +nigre +nigrescence +nigrescent +nigresceous +nigrescite +nigrification +nigrified +nigrify +nigrine +Nigritian +nigrities +nigritude +nigritudinous +nigrosine +nigrous +nigua +Nihal +nihilianism +nihilianistic +nihilification +nihilify +nihilism +nihilist +nihilistic +nihilitic +nihility +nikau +Nikeno +nikethamide +Nikko +niklesite +Nikolai +nil +Nile +nilgai +Nilometer +Nilometric +Niloscope +Nilot +Nilotic +Nilous +nilpotent +Nils +nim +nimb +nimbated +nimbed +nimbi +nimbiferous +nimbification +nimble +nimblebrained +nimbleness +nimbly +nimbose +nimbosity +nimbus +nimbused +nimiety +niminy +nimious +Nimkish +nimmer +Nimrod +Nimrodian +Nimrodic +Nimrodical +Nimrodize +nimshi +Nina +nincom +nincompoop +nincompoopery +nincompoophood +nincompoopish +nine +ninebark +ninefold +nineholes +ninepegs +ninepence +ninepenny +ninepin +ninepins +ninescore +nineted +nineteen +nineteenfold +nineteenth +nineteenthly +ninetieth +ninety +ninetyfold +ninetyish +ninetyknot +Ninevite +Ninevitical +Ninevitish +Ning +Ningpo +Ninja +ninny +ninnyhammer +ninnyish +ninnyism +ninnyship +ninnywatch +Ninon +ninon +Ninox +ninth +ninthly +nintu +ninut +niobate +Niobe +Niobean +niobic +Niobid +Niobite +niobite +niobium +niobous +niog +niota +Nip +nip +nipa +nipcheese +niphablepsia +niphotyphlosis +Nipissing +Nipmuc +nipper +nipperkin +nippers +nippily +nippiness +nipping +nippingly +nippitate +nipple +nippleless +nipplewort +Nipponese +Nipponism +nipponium +Nipponize +nippy +nipter +Niquiran +nirles +nirmanakaya +nirvana +nirvanic +Nisaean +Nisan +nisei +Nishada +nishiki +nisnas +nispero +Nisqualli +nisse +nisus +nit +nitch +nitchevo +Nitella +nitency +nitently +niter +niterbush +nitered +nither +nithing +nitid +nitidous +nitidulid +Nitidulidae +nito +niton +nitramine +nitramino +nitranilic +nitraniline +nitrate +nitratine +nitration +nitrator +Nitrian +nitriary +nitric +nitridation +nitride +nitriding +nitridization +nitridize +nitrifaction +nitriferous +nitrifiable +nitrification +nitrifier +nitrify +nitrile +Nitriot +nitrite +nitro +nitroalizarin +nitroamine +nitroaniline +Nitrobacter +nitrobacteria +Nitrobacteriaceae +Nitrobacterieae +nitrobarite +nitrobenzene +nitrobenzol +nitrobenzole +nitrocalcite +nitrocellulose +nitrocellulosic +nitrochloroform +nitrocotton +nitroform +nitrogelatin +nitrogen +nitrogenate +nitrogenation +nitrogenic +nitrogenization +nitrogenize +nitrogenous +nitroglycerin +nitrohydrochloric +nitrolamine +nitrolic +nitrolime +nitromagnesite +nitrometer +nitrometric +nitromuriate +nitromuriatic +nitronaphthalene +nitroparaffin +nitrophenol +nitrophilous +nitrophyte +nitrophytic +nitroprussiate +nitroprussic +nitroprusside +nitrosamine +nitrosate +nitrosification +nitrosify +nitrosite +nitrosobacteria +nitrosochloride +Nitrosococcus +Nitrosomonas +nitrososulphuric +nitrostarch +nitrosulphate +nitrosulphonic +nitrosulphuric +nitrosyl +nitrosylsulphuric +nitrotoluene +nitrous +nitroxyl +nitryl +nitter +nitty +nitwit +Nitzschia +Nitzschiaceae +Niuan +Niue +nival +nivation +nivellate +nivellation +nivellator +nivellization +nivenite +niveous +nivicolous +nivosity +nix +nixie +niyoga +Nizam +nizam +nizamate +nizamut +nizy +njave +No +no +noa +Noachian +Noachic +Noachical +Noachite +Noah +Noahic +Noam +nob +nobber +nobbily +nobble +nobbler +nobbut +nobby +nobiliary +nobilify +nobilitate +nobilitation +nobility +noble +noblehearted +nobleheartedly +nobleheartedness +nobleman +noblemanly +nobleness +noblesse +noblewoman +nobley +nobly +nobody +nobodyness +nobs +nocake +Nocardia +nocardiosis +nocent +nocerite +nociassociation +nociceptive +nociceptor +nociperception +nociperceptive +nock +nocket +nocktat +noctambulant +noctambulation +noctambule +noctambulism +noctambulist +noctambulistic +noctambulous +Nocten +noctidial +noctidiurnal +noctiferous +noctiflorous +Noctilio +Noctilionidae +Noctiluca +noctiluca +noctilucal +noctilucan +noctilucence +noctilucent +Noctilucidae +noctilucin +noctilucine +noctilucous +noctiluminous +noctipotent +noctivagant +noctivagation +noctivagous +noctograph +noctovision +Noctuae +noctuid +Noctuidae +noctuiform +noctule +nocturia +nocturn +nocturnal +nocturnally +nocturne +nocuity +nocuous +nocuously +nocuousness +nod +nodal +nodality +nodated +nodder +nodding +noddingly +noddle +noddy +node +noded +nodi +nodiak +nodical +nodicorn +nodiferous +nodiflorous +nodiform +Nodosaria +nodosarian +nodosariform +nodosarine +nodose +nodosity +nodous +nodular +nodulate +nodulated +nodulation +nodule +noduled +nodulize +nodulose +nodulous +nodulus +nodus +noegenesis +noegenetic +Noel +noel +noematachograph +noematachometer +noematachometic +Noemi +Noetic +noetic +noetics +nog +nogada +Nogai +nogal +noggen +noggin +nogging +noghead +nogheaded +nohow +Nohuntsik +noibwood +noil +noilage +noiler +noily +noint +nointment +noir +noise +noiseful +noisefully +noiseless +noiselessly +noiselessness +noisemaker +noisemaking +noiseproof +noisette +noisily +noisiness +noisome +noisomely +noisomeness +noisy +nokta +Nolascan +nolition +Noll +noll +nolle +nolleity +nollepros +nolo +noma +nomad +nomadian +nomadic +nomadical +nomadically +Nomadidae +nomadism +nomadization +nomadize +nomancy +nomarch +nomarchy +Nomarthra +nomarthral +nombril +nome +Nomeidae +nomenclate +nomenclative +nomenclator +nomenclatorial +nomenclatorship +nomenclatory +nomenclatural +nomenclature +nomenclaturist +Nomeus +nomial +nomic +nomina +nominable +nominal +nominalism +nominalist +nominalistic +nominality +nominally +nominate +nominated +nominately +nomination +nominatival +nominative +nominatively +nominator +nominatrix +nominature +nominee +nomineeism +nominy +nomism +nomisma +nomismata +nomistic +nomocanon +nomocracy +nomogenist +nomogenous +nomogeny +nomogram +nomograph +nomographer +nomographic +nomographical +nomographically +nomography +nomological +nomologist +nomology +nomopelmous +nomophylax +nomophyllous +nomos +nomotheism +nomothete +nomothetes +nomothetic +nomothetical +non +Nona +nonabandonment +nonabdication +nonabiding +nonability +nonabjuration +nonabjurer +nonabolition +nonabridgment +nonabsentation +nonabsolute +nonabsolution +nonabsorbable +nonabsorbent +nonabsorptive +nonabstainer +nonabstaining +nonabstemious +nonabstention +nonabstract +nonacademic +nonacceding +nonacceleration +nonaccent +nonacceptance +nonacceptant +nonacceptation +nonaccess +nonaccession +nonaccessory +nonaccidental +nonaccompaniment +nonaccompanying +nonaccomplishment +nonaccredited +nonaccretion +nonachievement +nonacid +nonacknowledgment +nonacosane +nonacoustic +nonacquaintance +nonacquiescence +nonacquiescent +nonacquisitive +nonacquittal +nonact +nonactinic +nonaction +nonactionable +nonactive +nonactuality +nonaculeate +nonacute +nonadditive +nonadecane +nonadherence +nonadherent +nonadhesion +nonadhesive +nonadjacent +nonadjectival +nonadjournment +nonadjustable +nonadjustive +nonadjustment +nonadministrative +nonadmiring +nonadmission +nonadmitted +nonadoption +Nonadorantes +nonadornment +nonadult +nonadvancement +nonadvantageous +nonadventitious +nonadventurous +nonadverbial +nonadvertence +nonadvertency +nonadvocate +nonaerating +nonaerobiotic +nonaesthetic +nonaffection +nonaffiliated +nonaffirmation +nonage +nonagenarian +nonagency +nonagent +nonagesimal +nonagglutinative +nonagglutinator +nonaggression +nonaggressive +nonagon +nonagrarian +nonagreement +nonagricultural +nonahydrate +nonaid +nonair +nonalarmist +nonalcohol +nonalcoholic +nonalgebraic +nonalienating +nonalienation +nonalignment +nonalkaloidal +nonallegation +nonallegorical +nonalliterated +nonalliterative +nonallotment +nonalluvial +nonalphabetic +nonaltruistic +nonaluminous +nonamalgamable +nonamendable +nonamino +nonamotion +nonamphibious +nonamputation +nonanalogy +nonanalytical +nonanalyzable +nonanalyzed +nonanaphoric +nonanaphthene +nonanatomical +nonancestral +nonane +nonanesthetized +nonangelic +nonangling +nonanimal +nonannexation +nonannouncement +nonannuitant +nonannulment +nonanoic +nonanonymity +nonanswer +nonantagonistic +nonanticipative +nonantigenic +nonapologetic +nonapostatizing +nonapostolic +nonapparent +nonappealable +nonappearance +nonappearer +nonappearing +nonappellate +nonappendicular +nonapplication +nonapply +nonappointment +nonapportionable +nonapposable +nonappraisal +nonappreciation +nonapprehension +nonappropriation +nonapproval +nonaqueous +nonarbitrable +nonarcing +nonargentiferous +nonaristocratic +nonarithmetical +nonarmament +nonarmigerous +nonaromatic +nonarraignment +nonarrival +nonarsenical +nonarterial +nonartesian +nonarticulated +nonarticulation +nonartistic +nonary +nonascendancy +nonascertainable +nonascertaining +nonascetic +nonascription +nonaseptic +nonaspersion +nonasphalt +nonaspirate +nonaspiring +nonassault +nonassent +nonassentation +nonassented +nonassenting +nonassertion +nonassertive +nonassessable +nonassessment +nonassignable +nonassignment +nonassimilable +nonassimilating +nonassimilation +nonassistance +nonassistive +nonassociable +nonassortment +nonassurance +nonasthmatic +nonastronomical +nonathletic +nonatmospheric +nonatonement +nonattached +nonattachment +nonattainment +nonattendance +nonattendant +nonattention +nonattestation +nonattribution +nonattributive +nonaugmentative +nonauricular +nonauriferous +nonauthentication +nonauthoritative +nonautomatic +nonautomotive +nonavoidance +nonaxiomatic +nonazotized +nonbachelor +nonbacterial +nonbailable +nonballoting +nonbanishment +nonbankable +nonbarbarous +nonbaronial +nonbase +nonbasement +nonbasic +nonbasing +nonbathing +nonbearded +nonbearing +nonbeing +nonbeliever +nonbelieving +nonbelligerent +nonbending +nonbenevolent +nonbetrayal +nonbeverage +nonbilabiate +nonbilious +nonbinomial +nonbiological +nonbitter +nonbituminous +nonblack +nonblameless +nonbleeding +nonblended +nonblockaded +nonblocking +nonblooded +nonblooming +nonbodily +nonbookish +nonborrower +nonbotanical +nonbourgeois +nonbranded +nonbreakable +nonbreeder +nonbreeding +nonbroodiness +nonbroody +nonbrowsing +nonbudding +nonbulbous +nonbulkhead +nonbureaucratic +nonburgage +nonburgess +nonburnable +nonburning +nonbursting +nonbusiness +nonbuying +noncabinet +noncaffeine +noncaking +Noncalcarea +noncalcareous +noncalcified +noncallability +noncallable +noncancellable +noncannibalistic +noncanonical +noncanonization +noncanvassing +noncapillarity +noncapillary +noncapital +noncapitalist +noncapitalistic +noncapitulation +noncapsizable +noncapture +noncarbonate +noncareer +noncarnivorous +noncarrier +noncartelized +noncaste +noncastigation +noncataloguer +noncatarrhal +noncatechizable +noncategorical +noncathedral +noncatholicity +noncausality +noncausation +nonce +noncelebration +noncelestial +noncellular +noncellulosic +noncensored +noncensorious +noncensus +noncentral +noncereal +noncerebral +nonceremonial +noncertain +noncertainty +noncertified +nonchafing +nonchalance +nonchalant +nonchalantly +nonchalantness +nonchalky +nonchallenger +nonchampion +nonchangeable +nonchanging +noncharacteristic +nonchargeable +nonchastisement +nonchastity +nonchemical +nonchemist +nonchivalrous +nonchokable +nonchokebore +nonchronological +nonchurch +nonchurched +nonchurchgoer +nonciliate +noncircuit +noncircuital +noncircular +noncirculation +noncitation +noncitizen +noncivilized +nonclaim +nonclaimable +nonclassable +nonclassical +nonclassifiable +nonclassification +nonclastic +nonclearance +noncleistogamic +nonclergyable +nonclerical +nonclimbable +nonclinical +nonclose +nonclosure +nonclotting +noncoagulability +noncoagulable +noncoagulation +noncoalescing +noncock +noncoercion +noncoercive +noncognate +noncognition +noncognitive +noncognizable +noncognizance +noncoherent +noncohesion +noncohesive +noncoinage +noncoincidence +noncoincident +noncoincidental +noncoking +noncollaboration +noncollaborative +noncollapsible +noncollectable +noncollection +noncollegiate +noncollinear +noncolloid +noncollusion +noncollusive +noncolonial +noncoloring +noncom +noncombat +noncombatant +noncombination +noncombining +noncombustible +noncombustion +noncome +noncoming +noncommemoration +noncommencement +noncommendable +noncommensurable +noncommercial +noncommissioned +noncommittal +noncommittalism +noncommittally +noncommittalness +noncommonable +noncommorancy +noncommunal +noncommunicable +noncommunicant +noncommunicating +noncommunication +noncommunion +noncommunist +noncommunistic +noncommutative +noncompearance +noncompensating +noncompensation +noncompetency +noncompetent +noncompeting +noncompetitive +noncompetitively +noncomplaisance +noncompletion +noncompliance +noncomplicity +noncomplying +noncomposite +noncompoundable +noncompounder +noncomprehension +noncompressible +noncompression +noncompulsion +noncomputation +noncon +nonconcealment +nonconceiving +nonconcentration +nonconception +nonconcern +nonconcession +nonconciliating +nonconcludency +nonconcludent +nonconcluding +nonconclusion +nonconcordant +nonconcur +nonconcurrence +nonconcurrency +nonconcurrent +noncondensable +noncondensation +noncondensible +noncondensing +noncondimental +nonconditioned +noncondonation +nonconducive +nonconductibility +nonconductible +nonconducting +nonconduction +nonconductive +nonconductor +nonconfederate +nonconferrable +nonconfession +nonconficient +nonconfident +nonconfidential +nonconfinement +nonconfirmation +nonconfirmative +nonconfiscable +nonconfiscation +nonconfitent +nonconflicting +nonconform +nonconformable +nonconformably +nonconformance +nonconformer +nonconforming +nonconformism +nonconformist +nonconformistical +nonconformistically +nonconformitant +nonconformity +nonconfutation +noncongealing +noncongenital +noncongestion +noncongratulatory +noncongruent +nonconjectural +nonconjugal +nonconjugate +nonconjunction +nonconnection +nonconnective +nonconnivance +nonconnotative +nonconnubial +nonconscientious +nonconscious +nonconscription +nonconsecration +nonconsecutive +nonconsent +nonconsenting +nonconsequence +nonconsequent +nonconservation +nonconservative +nonconserving +nonconsideration +nonconsignment +nonconsistorial +nonconsoling +nonconsonant +nonconsorting +nonconspirator +nonconspiring +nonconstituent +nonconstitutional +nonconstraint +nonconstruable +nonconstruction +nonconstructive +nonconsular +nonconsultative +nonconsumable +nonconsumption +noncontact +noncontagion +noncontagionist +noncontagious +noncontagiousness +noncontamination +noncontemplative +noncontending +noncontent +noncontention +noncontentious +noncontentiously +nonconterminous +noncontiguity +noncontiguous +noncontinental +noncontingent +noncontinuance +noncontinuation +noncontinuous +noncontraband +noncontraction +noncontradiction +noncontradictory +noncontributing +noncontribution +noncontributor +noncontributory +noncontrivance +noncontrolled +noncontrolling +noncontroversial +nonconvective +nonconvenable +nonconventional +nonconvergent +nonconversable +nonconversant +nonconversational +nonconversion +nonconvertible +nonconveyance +nonconviction +nonconvivial +noncoplanar +noncopying +noncoring +noncorporate +noncorporeality +noncorpuscular +noncorrection +noncorrective +noncorrelation +noncorrespondence +noncorrespondent +noncorresponding +noncorroboration +noncorroborative +noncorrodible +noncorroding +noncorrosive +noncorruption +noncortical +noncosmic +noncosmopolitism +noncostraight +noncottager +noncotyledonous +noncounty +noncranking +noncreation +noncreative +noncredence +noncredent +noncredibility +noncredible +noncreditor +noncreeping +noncrenate +noncretaceous +noncriminal +noncriminality +noncrinoid +noncritical +noncrucial +noncruciform +noncrusading +noncrushability +noncrushable +noncrustaceous +noncrystalline +noncrystallizable +noncrystallized +noncrystallizing +nonculmination +nonculpable +noncultivated +noncultivation +nonculture +noncumulative +noncurantist +noncurling +noncurrency +noncurrent +noncursive +noncurtailment +noncuspidate +noncustomary +noncutting +noncyclic +noncyclical +nonda +nondamageable +nondamnation +nondancer +nondangerous +nondatival +nondealer +nondebtor +nondecadence +nondecadent +nondecalcified +nondecane +nondecasyllabic +nondecatoic +nondecaying +nondeceivable +nondeception +nondeceptive +Nondeciduata +nondeciduate +nondeciduous +nondecision +nondeclarant +nondeclaration +nondeclarer +nondecomposition +nondecoration +nondedication +nondeduction +nondefalcation +nondefamatory +nondefaulting +nondefection +nondefendant +nondefense +nondefensive +nondeference +nondeferential +nondefiance +nondefilement +nondefining +nondefinition +nondefinitive +nondeforestation +nondegenerate +nondegeneration +nondegerming +nondegradation +nondegreased +nondehiscent +nondeist +nondelegable +nondelegate +nondelegation +nondeleterious +nondeliberate +nondeliberation +nondelineation +nondeliquescent +nondelirious +nondeliverance +nondelivery +nondemand +nondemise +nondemobilization +nondemocratic +nondemonstration +nondendroid +nondenial +nondenominational +nondenominationalism +nondense +nondenumerable +nondenunciation +nondepartmental +nondeparture +nondependence +nondependent +nondepletion +nondeportation +nondeported +nondeposition +nondepositor +nondepravity +nondepreciating +nondepressed +nondepression +nondeprivable +nonderivable +nonderivative +nonderogatory +nondescript +nondesecration +nondesignate +nondesigned +nondesire +nondesirous +nondesisting +nondespotic +nondesquamative +nondestructive +nondesulphurized +nondetachable +nondetailed +nondetention +nondetermination +nondeterminist +nondeterrent +nondetest +nondetonating +nondetrimental +nondevelopable +nondevelopment +nondeviation +nondevotional +nondexterous +nondiabetic +nondiabolic +nondiagnosis +nondiagonal +nondiagrammatic +nondialectal +nondialectical +nondialyzing +nondiametral +nondiastatic +nondiathermanous +nondiazotizable +nondichogamous +nondichogamy +nondichotomous +nondictation +nondictatorial +nondictionary +nondidactic +nondieting +nondifferentation +nondifferentiable +nondiffractive +nondiffusing +nondigestion +nondilatable +nondilution +nondiocesan +nondiphtheritic +nondiphthongal +nondiplomatic +nondipterous +nondirection +nondirectional +nondisagreement +nondisappearing +nondisarmament +nondisbursed +nondiscernment +nondischarging +nondisciplinary +nondisclaim +nondisclosure +nondiscontinuance +nondiscordant +nondiscountable +nondiscovery +nondiscretionary +nondiscrimination +nondiscriminatory +nondiscussion +nondisestablishment +nondisfigurement +nondisfranchised +nondisingenuous +nondisintegration +nondisinterested +nondisjunct +nondisjunction +nondisjunctional +nondisjunctive +nondismemberment +nondismissal +nondisparaging +nondisparate +nondispensation +nondispersal +nondispersion +nondisposal +nondisqualifying +nondissenting +nondissolution +nondistant +nondistinctive +nondistortion +nondistribution +nondistributive +nondisturbance +nondivergence +nondivergent +nondiversification +nondivinity +nondivisible +nondivisiblity +nondivision +nondivisional +nondivorce +nondo +nondoctrinal +nondocumentary +nondogmatic +nondoing +nondomestic +nondomesticated +nondominant +nondonation +nondramatic +nondrinking +nondropsical +nondrying +nonduality +nondumping +nonduplication +nondutiable +nondynastic +nondyspeptic +none +nonearning +noneastern +noneatable +nonecclesiastical +nonechoic +noneclectic +noneclipsing +nonecompense +noneconomic +nonedible +noneditor +noneditorial +noneducable +noneducation +noneducational +noneffective +noneffervescent +noneffete +nonefficacious +nonefficacy +nonefficiency +nonefficient +noneffusion +nonego +nonegoistical +nonejection +nonelastic +nonelasticity +nonelect +nonelection +nonelective +nonelector +nonelectric +nonelectrical +nonelectrification +nonelectrified +nonelectrized +nonelectrocution +nonelectrolyte +noneleemosynary +nonelemental +nonelementary +nonelimination +nonelopement +nonemanating +nonemancipation +nonembarkation +nonembellishment +nonembezzlement +nonembryonic +nonemendation +nonemergent +nonemigration +nonemission +nonemotional +nonemphatic +nonemphatical +nonempirical +nonemploying +nonemployment +nonemulative +nonenactment +nonenclosure +nonencroachment +nonencyclopedic +nonendemic +nonendorsement +nonenduring +nonene +nonenemy +nonenergic +nonenforceability +nonenforceable +nonenforcement +nonengagement +nonengineering +nonenrolled +nonent +nonentailed +nonenteric +nonentertainment +nonentitative +nonentitive +nonentitize +nonentity +nonentityism +nonentomological +nonentrant +nonentres +nonentry +nonenumerated +nonenunciation +nonenvious +nonenzymic +nonephemeral +nonepic +nonepicurean +nonepileptic +nonepiscopal +nonepiscopalian +nonepithelial +nonepochal +nonequal +nonequation +nonequatorial +nonequestrian +nonequilateral +nonequilibrium +nonequivalent +nonequivocating +nonerasure +nonerecting +nonerection +nonerotic +nonerroneous +nonerudite +noneruption +nones +nonescape +nonespionage +nonespousal +nonessential +nonesthetic +nonesuch +nonet +noneternal +noneternity +nonetheless +nonethereal +nonethical +nonethnological +nonethyl +noneugenic +noneuphonious +nonevacuation +nonevanescent +nonevangelical +nonevaporation +nonevasion +nonevasive +noneviction +nonevident +nonevidential +nonevil +nonevolutionary +nonevolutionist +nonevolving +nonexaction +nonexaggeration +nonexamination +nonexcavation +nonexcepted +nonexcerptible +nonexcessive +nonexchangeability +nonexchangeable +nonexciting +nonexclamatory +nonexclusion +nonexclusive +nonexcommunicable +nonexculpation +nonexcusable +nonexecution +nonexecutive +nonexemplary +nonexemplificatior +nonexempt +nonexercise +nonexertion +nonexhibition +nonexistence +nonexistent +nonexistential +nonexisting +nonexoneration +nonexotic +nonexpansion +nonexpansive +nonexpansively +nonexpectation +nonexpendable +nonexperience +nonexperienced +nonexperimental +nonexpert +nonexpiation +nonexpiry +nonexploitation +nonexplosive +nonexportable +nonexportation +nonexposure +nonexpulsion +nonextant +nonextempore +nonextended +nonextensile +nonextension +nonextensional +nonextensive +nonextenuatory +nonexteriority +nonextermination +nonexternal +nonexternality +nonextinction +nonextortion +nonextracted +nonextraction +nonextraditable +nonextradition +nonextraneous +nonextreme +nonextrication +nonextrinsic +nonexuding +nonexultation +nonfabulous +nonfacetious +nonfacial +nonfacility +nonfacing +nonfact +nonfactious +nonfactory +nonfactual +nonfacultative +nonfaculty +nonfaddist +nonfading +nonfailure +nonfalse +nonfamily +nonfamous +nonfanatical +nonfanciful +nonfarm +nonfastidious +nonfat +nonfatal +nonfatalistic +nonfatty +nonfavorite +nonfeasance +nonfeasor +nonfeatured +nonfebrile +nonfederal +nonfederated +nonfeldspathic +nonfelonious +nonfelony +nonfenestrated +nonfermentability +nonfermentable +nonfermentation +nonfermentative +nonferrous +nonfertile +nonfertility +nonfestive +nonfeudal +nonfibrous +nonfiction +nonfictional +nonfiduciary +nonfighter +nonfigurative +nonfilamentous +nonfimbriate +nonfinancial +nonfinding +nonfinishing +nonfinite +nonfireproof +nonfiscal +nonfisherman +nonfissile +nonfixation +nonflaky +nonflammable +nonfloatation +nonfloating +nonfloriferous +nonflowering +nonflowing +nonfluctuating +nonfluid +nonfluorescent +nonflying +nonfocal +nonfood +nonforeclosure +nonforeign +nonforeknowledge +nonforest +nonforested +nonforfeitable +nonforfeiting +nonforfeiture +nonform +nonformal +nonformation +nonformulation +nonfortification +nonfortuitous +nonfossiliferous +nonfouling +nonfrat +nonfraternity +nonfrauder +nonfraudulent +nonfreedom +nonfreeman +nonfreezable +nonfreeze +nonfreezing +nonfricative +nonfriction +nonfrosted +nonfruition +nonfrustration +nonfulfillment +nonfunctional +nonfundable +nonfundamental +nonfungible +nonfuroid +nonfusion +nonfuturition +nonfuturity +nongalactic +nongalvanized +nonganglionic +nongas +nongaseous +nongassy +nongelatinizing +nongelatinous +nongenealogical +nongenerative +nongenetic +nongentile +nongeographical +nongeological +nongeometrical +nongermination +nongerundial +nongildsman +nongipsy +nonglacial +nonglandered +nonglandular +nonglare +nonglucose +nonglucosidal +nonglucosidic +nongod +nongold +nongolfer +nongospel +nongovernmental +nongraduate +nongraduated +nongraduation +nongrain +nongranular +nongraphitic +nongrass +nongratuitous +nongravitation +nongravity +nongray +nongreasy +nongreen +nongregarious +nongremial +nongrey +nongrooming +nonguarantee +nonguard +nonguttural +nongymnast +nongypsy +nonhabitable +nonhabitual +nonhalation +nonhallucination +nonhandicap +nonhardenable +nonharmonic +nonharmonious +nonhazardous +nonheading +nonhearer +nonheathen +nonhedonistic +nonhepatic +nonhereditarily +nonhereditary +nonheritable +nonheritor +nonhero +nonhieratic +nonhistoric +nonhistorical +nonhomaloidal +nonhomogeneity +nonhomogeneous +nonhomogenous +nonhostile +nonhouseholder +nonhousekeeping +nonhuman +nonhumanist +nonhumorous +nonhumus +nonhunting +nonhydrogenous +nonhydrolyzable +nonhygrometric +nonhygroscopic +nonhypostatic +nonic +noniconoclastic +nonideal +nonidealist +nonidentical +nonidentity +nonidiomatic +nonidolatrous +nonidyllic +nonignitible +nonignominious +nonignorant +nonillion +nonillionth +nonillumination +nonillustration +nonimaginary +nonimbricating +nonimitative +nonimmateriality +nonimmersion +nonimmigrant +nonimmigration +nonimmune +nonimmunity +nonimmunized +nonimpact +nonimpairment +nonimpartment +nonimpatience +nonimpeachment +nonimperative +nonimperial +nonimplement +nonimportation +nonimporting +nonimposition +nonimpregnated +nonimpressionist +nonimprovement +nonimputation +nonincandescent +nonincarnated +nonincitement +noninclination +noninclusion +noninclusive +nonincrease +nonincreasing +nonincrusting +nonindependent +nonindictable +nonindictment +nonindividual +nonindividualistic +noninductive +noninductively +noninductivity +nonindurated +nonindustrial +noninfallibilist +noninfallible +noninfantry +noninfected +noninfection +noninfectious +noninfinite +noninfinitely +noninflammability +noninflammable +noninflammatory +noninflectional +noninfluence +noninformative +noninfraction +noninhabitant +noninheritable +noninherited +noninitial +noninjurious +noninjury +noninoculation +noninquiring +noninsect +noninsertion +noninstitution +noninstruction +noninstructional +noninstructress +noninstrumental +noninsurance +nonintegrable +nonintegrity +nonintellectual +nonintelligence +nonintelligent +nonintent +nonintention +noninterchangeability +noninterchangeable +nonintercourse +noninterference +noninterferer +noninterfering +nonintermittent +noninternational +noninterpolation +noninterposition +noninterrupted +nonintersecting +nonintersector +nonintervention +noninterventionalist +noninterventionist +nonintoxicant +nonintoxicating +nonintrospective +nonintrospectively +nonintrusion +nonintrusionism +nonintrusionist +nonintuitive +noninverted +noninvidious +noninvincibility +noniodized +nonion +nonionized +nonionizing +nonirate +nonirradiated +nonirrational +nonirreparable +nonirrevocable +nonirrigable +nonirrigated +nonirrigating +nonirrigation +nonirritable +nonirritant +nonirritating +nonisobaric +nonisotropic +nonissuable +nonius +nonjoinder +nonjudicial +nonjurable +nonjurant +nonjuress +nonjuring +nonjurist +nonjuristic +nonjuror +nonjurorism +nonjury +nonjurying +nonknowledge +nonkosher +nonlabeling +nonlactescent +nonlaminated +nonlanguage +nonlaying +nonleaded +nonleaking +nonlegal +nonlegato +nonlegume +nonlepidopterous +nonleprous +nonlevel +nonlevulose +nonliability +nonliable +nonliberation +nonlicensed +nonlicentiate +nonlicet +nonlicking +nonlife +nonlimitation +nonlimiting +nonlinear +nonlipoidal +nonliquefying +nonliquid +nonliquidating +nonliquidation +nonlister +nonlisting +nonliterary +nonlitigious +nonliturgical +nonliving +nonlixiviated +nonlocal +nonlocalized +nonlogical +nonlosable +nonloser +nonlover +nonloving +nonloxodromic +nonluminescent +nonluminosity +nonluminous +nonluster +nonlustrous +nonly +nonmagnetic +nonmagnetizable +nonmaintenance +nonmajority +nonmalarious +nonmalicious +nonmalignant +nonmalleable +nonmammalian +nonmandatory +nonmanifest +nonmanifestation +nonmanila +nonmannite +nonmanual +nonmanufacture +nonmanufactured +nonmanufacturing +nonmarine +nonmarital +nonmaritime +nonmarket +nonmarriage +nonmarriageable +nonmarrying +nonmartial +nonmastery +nonmaterial +nonmaterialistic +nonmateriality +nonmaternal +nonmathematical +nonmathematician +nonmatrimonial +nonmatter +nonmechanical +nonmechanistic +nonmedical +nonmedicinal +nonmedullated +nonmelodious +nonmember +nonmembership +nonmenial +nonmental +nonmercantile +nonmetal +nonmetallic +nonmetalliferous +nonmetallurgical +nonmetamorphic +nonmetaphysical +nonmeteoric +nonmeteorological +nonmetric +nonmetrical +nonmetropolitan +nonmicrobic +nonmicroscopical +nonmigratory +nonmilitant +nonmilitary +nonmillionaire +nonmimetic +nonmineral +nonmineralogical +nonminimal +nonministerial +nonministration +nonmiraculous +nonmischievous +nonmiscible +nonmissionary +nonmobile +nonmodal +nonmodern +nonmolar +nonmolecular +nonmomentary +nonmonarchical +nonmonarchist +nonmonastic +nonmonist +nonmonogamous +nonmonotheistic +nonmorainic +nonmoral +nonmorality +nonmortal +nonmotile +nonmotoring +nonmotorist +nonmountainous +nonmucilaginous +nonmucous +nonmulched +nonmultiple +nonmunicipal +nonmuscular +nonmusical +nonmussable +nonmutationally +nonmutative +nonmutual +nonmystical +nonmythical +nonmythological +nonnant +nonnarcotic +nonnasal +nonnat +nonnational +nonnative +nonnatural +nonnaturalism +nonnaturalistic +nonnaturality +nonnaturalness +nonnautical +nonnaval +nonnavigable +nonnavigation +nonnebular +nonnecessary +nonnecessity +nonnegligible +nonnegotiable +nonnegotiation +nonnephritic +nonnervous +nonnescience +nonnescient +nonneutral +nonneutrality +nonnitrogenized +nonnitrogenous +nonnoble +nonnomination +nonnotification +nonnotional +nonnucleated +nonnumeral +nonnutrient +nonnutritious +nonnutritive +nonobedience +nonobedient +nonobjection +nonobjective +nonobligatory +nonobservable +nonobservance +nonobservant +nonobservation +nonobstetrical +nonobstructive +nonobvious +nonoccidental +nonocculting +nonoccupant +nonoccupation +nonoccupational +nonoccurrence +nonodorous +nonoecumenic +nonoffender +nonoffensive +nonofficeholding +nonofficial +nonofficially +nonofficinal +nonoic +nonoily +nonolfactory +nonomad +nononerous +nonopacity +nonopening +nonoperating +nonoperative +nonopposition +nonoppressive +nonoptical +nonoptimistic +nonoptional +nonorchestral +nonordination +nonorganic +nonorganization +nonoriental +nonoriginal +nonornamental +nonorthodox +nonorthographical +nonoscine +nonostentation +nonoutlawry +nonoutrage +nonoverhead +nonoverlapping +nonowner +nonoxidating +nonoxidizable +nonoxidizing +nonoxygenated +nonoxygenous +nonpacific +nonpacification +nonpacifist +nonpagan +nonpaid +nonpainter +nonpalatal +nonpapal +nonpapist +nonpar +nonparallel +nonparalytic +nonparasitic +nonparasitism +nonpareil +nonparent +nonparental +nonpariello +nonparishioner +nonparliamentary +nonparlor +nonparochial +nonparous +nonpartial +nonpartiality +nonparticipant +nonparticipating +nonparticipation +nonpartisan +nonpartisanship +nonpartner +nonparty +nonpassenger +nonpasserine +nonpastoral +nonpatentable +nonpatented +nonpaternal +nonpathogenic +nonpause +nonpaying +nonpayment +nonpeak +nonpeaked +nonpearlitic +nonpecuniary +nonpedestrian +nonpedigree +nonpelagic +nonpeltast +nonpenal +nonpenalized +nonpending +nonpensionable +nonpensioner +nonperception +nonperceptual +nonperfection +nonperforated +nonperforating +nonperformance +nonperformer +nonperforming +nonperiodic +nonperiodical +nonperishable +nonperishing +nonperjury +nonpermanent +nonpermeability +nonpermeable +nonpermissible +nonpermission +nonperpendicular +nonperpetual +nonperpetuity +nonpersecution +nonperseverance +nonpersistence +nonpersistent +nonperson +nonpersonal +nonpersonification +nonpertinent +nonperversive +nonphagocytic +nonpharmaceutical +nonphenolic +nonphenomenal +nonphilanthropic +nonphilological +nonphilosophical +nonphilosophy +nonphonetic +nonphosphatic +nonphosphorized +nonphotobiotic +nonphysical +nonphysiological +nonpickable +nonpigmented +nonplacental +nonplacet +nonplanar +nonplane +nonplanetary +nonplantowning +nonplastic +nonplate +nonplausible +nonpleading +nonplus +nonplusation +nonplushed +nonplutocratic +nonpoet +nonpoetic +nonpoisonous +nonpolar +nonpolarizable +nonpolarizing +nonpolitical +nonponderosity +nonponderous +nonpopery +nonpopular +nonpopularity +nonporous +nonporphyritic +nonport +nonportability +nonportable +nonportrayal +nonpositive +nonpossession +nonposthumous +nonpostponement +nonpotential +nonpower +nonpractical +nonpractice +nonpraedial +nonpreaching +nonprecious +nonprecipitation +nonpredatory +nonpredestination +nonpredicative +nonpredictable +nonpreference +nonpreferential +nonpreformed +nonpregnant +nonprehensile +nonprejudicial +nonprelatical +nonpremium +nonpreparation +nonprepayment +nonprepositional +nonpresbyter +nonprescribed +nonprescriptive +nonpresence +nonpresentation +nonpreservation +nonpresidential +nonpress +nonpressure +nonprevalence +nonprevalent +nonpriestly +nonprimitive +nonprincipiate +nonprincipled +nonprobable +nonprocreation +nonprocurement +nonproducer +nonproducing +nonproduction +nonproductive +nonproductively +nonproductiveness +nonprofane +nonprofessed +nonprofession +nonprofessional +nonprofessionalism +nonprofessorial +nonproficience +nonproficiency +nonproficient +nonprofit +nonprofiteering +nonprognostication +nonprogressive +nonprohibitable +nonprohibition +nonprohibitive +nonprojection +nonprojective +nonprojectively +nonproletarian +nonproliferous +nonprolific +nonprolongation +nonpromiscuous +nonpromissory +nonpromotion +nonpromulgation +nonpronunciation +nonpropagandistic +nonpropagation +nonprophetic +nonpropitiation +nonproportional +nonproprietary +nonproprietor +nonprorogation +nonproscriptive +nonprosecution +nonprospect +nonprotection +nonprotective +nonproteid +nonprotein +nonprotestation +nonprotractile +nonprotractility +nonproven +nonprovided +nonprovidential +nonprovocation +nonpsychic +nonpsychological +nonpublic +nonpublication +nonpublicity +nonpueblo +nonpulmonary +nonpulsating +nonpumpable +nonpunctual +nonpunctuation +nonpuncturable +nonpunishable +nonpunishing +nonpunishment +nonpurchase +nonpurchaser +nonpurgative +nonpurification +nonpurposive +nonpursuit +nonpurulent +nonpurveyance +nonputrescent +nonputrescible +nonputting +nonpyogenic +nonpyritiferous +nonqualification +nonquality +nonquota +nonracial +nonradiable +nonradiating +nonradical +nonrailroader +nonranging +nonratability +nonratable +nonrated +nonratifying +nonrational +nonrationalist +nonrationalized +nonrayed +nonreaction +nonreactive +nonreactor +nonreader +nonreading +nonrealistic +nonreality +nonrealization +nonreasonable +nonreasoner +nonrebel +nonrebellious +nonreceipt +nonreceiving +nonrecent +nonreception +nonrecess +nonrecipient +nonreciprocal +nonreciprocating +nonreciprocity +nonrecital +nonreclamation +nonrecluse +nonrecognition +nonrecognized +nonrecoil +nonrecollection +nonrecommendation +nonreconciliation +nonrecourse +nonrecoverable +nonrecovery +nonrectangular +nonrectified +nonrecuperation +nonrecurrent +nonrecurring +nonredemption +nonredressing +nonreducing +nonreference +nonrefillable +nonreflector +nonreformation +nonrefraction +nonrefrigerant +nonrefueling +nonrefutation +nonregardance +nonregarding +nonregenerating +nonregenerative +nonregent +nonregimented +nonregistered +nonregistrability +nonregistrable +nonregistration +nonregression +nonregulation +nonrehabilitation +nonreigning +nonreimbursement +nonreinforcement +nonreinstatement +nonrejection +nonrejoinder +nonrelapsed +nonrelation +nonrelative +nonrelaxation +nonrelease +nonreliance +nonreligion +nonreligious +nonreligiousness +nonrelinquishment +nonremanie +nonremedy +nonremembrance +nonremission +nonremonstrance +nonremuneration +nonremunerative +nonrendition +nonrenewable +nonrenewal +nonrenouncing +nonrenunciation +nonrepair +nonreparation +nonrepayable +nonrepealing +nonrepeat +nonrepeater +nonrepentance +nonrepetition +nonreplacement +nonreplicate +nonreportable +nonreprehensible +nonrepresentation +nonrepresentational +nonrepresentationalism +nonrepresentative +nonrepression +nonreprisal +nonreproduction +nonreproductive +nonrepublican +nonrepudiation +nonrequirement +nonrequisition +nonrequital +nonrescue +nonresemblance +nonreservation +nonreserve +nonresidence +nonresidency +nonresident +nonresidental +nonresidenter +nonresidential +nonresidentiary +nonresidentor +nonresidual +nonresignation +nonresinifiable +nonresistance +nonresistant +nonresisting +nonresistive +nonresolvability +nonresolvable +nonresonant +nonrespectable +nonrespirable +nonresponsibility +nonrestitution +nonrestraint +nonrestricted +nonrestriction +nonrestrictive +nonresumption +nonresurrection +nonresuscitation +nonretaliation +nonretention +nonretentive +nonreticence +nonretinal +nonretirement +nonretiring +nonretraceable +nonretractation +nonretractile +nonretraction +nonretrenchment +nonretroactive +nonreturn +nonreturnable +nonrevaluation +nonrevealing +nonrevelation +nonrevenge +nonrevenue +nonreverse +nonreversed +nonreversible +nonreversing +nonreversion +nonrevertible +nonreviewable +nonrevision +nonrevival +nonrevocation +nonrevolting +nonrevolutionary +nonrevolving +nonrhetorical +nonrhymed +nonrhyming +nonrhythmic +nonriding +nonrigid +nonrioter +nonriparian +nonritualistic +nonrival +nonromantic +nonrotatable +nonrotating +nonrotative +nonround +nonroutine +nonroyal +nonroyalist +nonrubber +nonruminant +Nonruminantia +nonrun +nonrupture +nonrural +nonrustable +nonsabbatic +nonsaccharine +nonsacerdotal +nonsacramental +nonsacred +nonsacrifice +nonsacrificial +nonsailor +nonsalable +nonsalaried +nonsale +nonsaline +nonsalutary +nonsalutation +nonsalvation +nonsanctification +nonsanction +nonsanctity +nonsane +nonsanguine +nonsanity +nonsaponifiable +nonsatisfaction +nonsaturated +nonsaturation +nonsaving +nonsawing +nonscalding +nonscaling +nonscandalous +nonschematized +nonschismatic +nonscholastic +nonscience +nonscientific +nonscientist +nonscoring +nonscraping +nonscriptural +nonscripturalist +nonscrutiny +nonseasonal +nonsecession +nonseclusion +nonsecrecy +nonsecret +nonsecretarial +nonsecretion +nonsecretive +nonsecretory +nonsectarian +nonsectional +nonsectorial +nonsecular +nonsecurity +nonsedentary +nonseditious +nonsegmented +nonsegregation +nonseizure +nonselected +nonselection +nonselective +nonself +nonselfregarding +nonselling +nonsenatorial +nonsense +nonsensible +nonsensical +nonsensicality +nonsensically +nonsensicalness +nonsensification +nonsensify +nonsensitive +nonsensitiveness +nonsensitized +nonsensorial +nonsensuous +nonsentence +nonsentient +nonseparation +nonseptate +nonseptic +nonsequacious +nonsequaciousness +nonsequestration +nonserial +nonserif +nonserious +nonserous +nonserviential +nonservile +nonsetter +nonsetting +nonsettlement +nonsexual +nonsexually +nonshaft +nonsharing +nonshatter +nonshedder +nonshipper +nonshipping +nonshredding +nonshrinkable +nonshrinking +nonsiccative +nonsidereal +nonsignatory +nonsignature +nonsignificance +nonsignificant +nonsignification +nonsignificative +nonsilicated +nonsiliceous +nonsilver +nonsimplification +nonsine +nonsinging +nonsingular +nonsinkable +nonsinusoidal +nonsiphonage +nonsister +nonsitter +nonsitting +nonskeptical +nonskid +nonskidding +nonskipping +nonslaveholding +nonslip +nonslippery +nonslipping +nonsludging +nonsmoker +nonsmoking +nonsmutting +nonsocial +nonsocialist +nonsocialistic +nonsociety +nonsociological +nonsolar +nonsoldier +nonsolicitation +nonsolid +nonsolidified +nonsolution +nonsolvency +nonsolvent +nonsonant +nonsovereign +nonspalling +nonsparing +nonsparking +nonspeaker +nonspeaking +nonspecial +nonspecialist +nonspecialized +nonspecie +nonspecific +nonspecification +nonspecificity +nonspecified +nonspectacular +nonspectral +nonspeculation +nonspeculative +nonspherical +nonspill +nonspillable +nonspinning +nonspinose +nonspiny +nonspiral +nonspirit +nonspiritual +nonspirituous +nonspontaneous +nonspored +nonsporeformer +nonsporeforming +nonsporting +nonspottable +nonsprouting +nonstainable +nonstaining +nonstampable +nonstandard +nonstandardized +nonstanzaic +nonstaple +nonstarch +nonstarter +nonstarting +nonstatement +nonstatic +nonstationary +nonstatistical +nonstatutory +nonstellar +nonsticky +nonstimulant +nonstipulation +nonstock +nonstooping +nonstop +nonstrategic +nonstress +nonstretchable +nonstretchy +nonstriated +nonstriker +nonstriking +nonstriped +nonstructural +nonstudent +nonstudious +nonstylized +nonsubject +nonsubjective +nonsubmission +nonsubmissive +nonsubordination +nonsubscriber +nonsubscribing +nonsubscription +nonsubsiding +nonsubsidy +nonsubsistence +nonsubstantial +nonsubstantialism +nonsubstantialist +nonsubstantiality +nonsubstantiation +nonsubstantive +nonsubstitution +nonsubtraction +nonsuccess +nonsuccessful +nonsuccession +nonsuccessive +nonsuccour +nonsuction +nonsuctorial +nonsufferance +nonsuffrage +nonsugar +nonsuggestion +nonsuit +nonsulphurous +nonsummons +nonsupplication +nonsupport +nonsupporter +nonsupporting +nonsuppositional +nonsuppressed +nonsuppression +nonsuppurative +nonsurface +nonsurgical +nonsurrender +nonsurvival +nonsurvivor +nonsuspect +nonsustaining +nonsustenance +nonswearer +nonswearing +nonsweating +nonswimmer +nonswimming +nonsyllabic +nonsyllabicness +nonsyllogistic +nonsyllogizing +nonsymbiotic +nonsymbiotically +nonsymbolic +nonsymmetrical +nonsympathetic +nonsympathizer +nonsympathy +nonsymphonic +nonsymptomatic +nonsynchronous +nonsyndicate +nonsynodic +nonsynonymous +nonsyntactic +nonsyntactical +nonsynthesized +nonsyntonic +nonsystematic +nontabular +nontactical +nontan +nontangential +nontannic +nontannin +nontariff +nontarnishable +nontarnishing +nontautomeric +nontautomerizable +nontax +nontaxability +nontaxable +nontaxonomic +nonteachable +nonteacher +nonteaching +nontechnical +nontechnological +nonteetotaler +nontelegraphic +nonteleological +nontelephonic +nontemporal +nontemporizing +nontenant +nontenure +nontenurial +nonterm +nonterminating +nonterrestrial +nonterritorial +nonterritoriality +nontestamentary +nontextual +nontheatrical +nontheistic +nonthematic +nontheological +nontheosophical +nontherapeutic +nonthinker +nonthinking +nonthoracic +nonthoroughfare +nonthreaded +nontidal +nontillable +nontimbered +nontitaniferous +nontitular +nontolerated +nontopographical +nontourist +nontoxic +nontraction +nontrade +nontrader +nontrading +nontraditional +nontragic +nontrailing +nontransferability +nontransferable +nontransgression +nontransient +nontransitional +nontranslocation +nontransmission +nontransparency +nontransparent +nontransportation +nontransposing +nontransposition +nontraveler +nontraveling +nontreasonable +nontreated +nontreatment +nontreaty +nontrespass +nontrial +nontribal +nontribesman +nontributary +nontrier +nontrigonometrical +nontronite +nontropical +nontrunked +nontruth +nontuberculous +nontuned +nonturbinated +nontutorial +nontyphoidal +nontypical +nontypicalness +nontypographical +nontyrannical +nonubiquitous +nonulcerous +nonultrafilterable +nonumbilical +nonumbilicate +nonumbrellaed +nonunanimous +nonuncial +nonundergraduate +nonunderstandable +nonunderstanding +nonunderstandingly +nonunderstood +nonundulatory +nonuniform +nonuniformist +nonuniformitarian +nonuniformity +nonuniformly +nonunion +nonunionism +nonunionist +nonunique +nonunison +nonunited +nonuniversal +nonuniversity +nonupholstered +nonuple +nonuplet +nonupright +nonurban +nonurgent +nonusage +nonuse +nonuser +nonusing +nonusurping +nonuterine +nonutile +nonutilitarian +nonutility +nonutilized +nonutterance +nonvacant +nonvaccination +nonvacuous +nonvaginal +nonvalent +nonvalidity +nonvaluation +nonvalve +nonvanishing +nonvariable +nonvariant +nonvariation +nonvascular +nonvassal +nonvegetative +nonvenereal +nonvenomous +nonvenous +nonventilation +nonverbal +nonverdict +nonverminous +nonvernacular +nonvertebral +nonvertical +nonvertically +nonvesicular +nonvesting +nonvesture +nonveteran +nonveterinary +nonviable +nonvibratile +nonvibration +nonvibrator +nonvibratory +nonvicarious +nonvictory +nonvillager +nonvillainous +nonvindication +nonvinous +nonvintage +nonviolation +nonviolence +nonvirginal +nonvirile +nonvirtue +nonvirtuous +nonvirulent +nonviruliferous +nonvisaed +nonvisceral +nonviscid +nonviscous +nonvisional +nonvisitation +nonvisiting +nonvisual +nonvisualized +nonvital +nonvitreous +nonvitrified +nonviviparous +nonvocal +nonvocalic +nonvocational +nonvolant +nonvolatile +nonvolatilized +nonvolcanic +nonvolition +nonvoluntary +nonvortical +nonvortically +nonvoter +nonvoting +nonvulcanizable +nonvulvar +nonwalking +nonwar +nonwasting +nonwatertight +nonweakness +nonwestern +nonwetted +nonwhite +nonwinged +nonwoody +nonworker +nonworking +nonworship +nonwrinkleable +nonya +nonyielding +nonyl +nonylene +nonylenic +nonylic +nonzealous +nonzero +nonzodiacal +nonzonal +nonzonate +nonzoological +noodle +noodledom +noodleism +nook +nooked +nookery +nooking +nooklet +nooklike +nooky +noological +noologist +noology +noometry +noon +noonday +noonflower +nooning +noonlight +noonlit +noonstead +noontide +noontime +noonwards +noop +nooscopic +noose +nooser +Nootka +nopal +Nopalea +nopalry +nope +nopinene +nor +Nora +Norah +norard +norate +noration +norbergite +Norbert +Norbertine +norcamphane +nordcaper +nordenskioldine +Nordic +Nordicism +Nordicist +Nordicity +Nordicization +Nordicize +nordmarkite +noreast +noreaster +norelin +Norfolk +Norfolkian +norgine +nori +noria +Noric +norie +norimon +norite +norland +norlander +norlandism +norleucine +Norm +norm +Norma +norma +normal +normalcy +normalism +normalist +normality +normalization +normalize +normalizer +normally +normalness +Norman +Normanesque +Normanish +Normanism +Normanist +Normanization +Normanize +Normanizer +Normanly +Normannic +normated +normative +normatively +normativeness +normless +normoblast +normoblastic +normocyte +normocytic +normotensive +Norn +Norna +nornicotine +nornorwest +noropianic +norpinic +Norridgewock +Norroway +Norroy +Norse +norsel +Norseland +norseler +Norseman +Norsk +north +northbound +northeast +northeaster +northeasterly +northeastern +northeasternmost +northeastward +northeastwardly +northeastwards +norther +northerliness +northerly +northern +northerner +northernize +northernly +northernmost +northernness +northest +northfieldite +northing +northland +northlander +northlight +Northman +northmost +northness +Northumber +Northumbrian +northupite +northward +northwardly +northwards +northwest +northwester +northwesterly +northwestern +northwestward +northwestwardly +northwestwards +Norumbega +norward +norwards +Norway +Norwegian +norwest +norwester +norwestward +Nosairi +Nosairian +nosarian +nose +nosean +noseanite +noseband +nosebanded +nosebleed +nosebone +noseburn +nosed +nosegay +nosegaylike +noseherb +nosehole +noseless +noselessly +noselessness +noselike +noselite +Nosema +Nosematidae +nosepiece +nosepinch +noser +nosesmart +nosethirl +nosetiology +nosewards +nosewheel +nosewise +nosey +nosine +nosing +nosism +nosocomial +nosocomium +nosogenesis +nosogenetic +nosogenic +nosogeny +nosogeography +nosographer +nosographic +nosographical +nosographically +nosography +nosohaemia +nosohemia +nosological +nosologically +nosologist +nosology +nosomania +nosomycosis +nosonomy +nosophobia +nosophyte +nosopoetic +nosopoietic +nosotaxy +nosotrophy +nostalgia +nostalgic +nostalgically +nostalgy +nostic +Nostoc +Nostocaceae +nostocaceous +nostochine +nostologic +nostology +nostomania +Nostradamus +nostrificate +nostrification +nostril +nostriled +nostrility +nostrilsome +nostrum +nostrummonger +nostrummongership +nostrummongery +Nosu +nosy +not +notabilia +notability +notable +notableness +notably +notacanthid +Notacanthidae +notacanthoid +notacanthous +Notacanthus +notaeal +notaeum +notal +notalgia +notalgic +Notalia +notan +notandum +notanencephalia +notarial +notarially +notariate +notarikon +notarize +notary +notaryship +notate +notation +notational +notative +notator +notch +notchboard +notched +notchel +notcher +notchful +notching +notchweed +notchwing +notchy +note +notebook +notecase +noted +notedly +notedness +notehead +noteholder +notekin +Notelaea +noteless +notelessly +notelessness +notelet +notencephalocele +notencephalus +noter +notewise +noteworthily +noteworthiness +noteworthy +notharctid +Notharctidae +Notharctus +nother +nothing +nothingarian +nothingarianism +nothingism +nothingist +nothingize +nothingless +nothingly +nothingness +nothingology +Nothofagus +Notholaena +nothosaur +Nothosauri +nothosaurian +Nothosauridae +Nothosaurus +nothous +notice +noticeability +noticeable +noticeably +noticer +Notidani +notidanian +notidanid +Notidanidae +notidanidan +notidanoid +Notidanus +notifiable +notification +notified +notifier +notify +notifyee +notion +notionable +notional +notionalist +notionality +notionally +notionalness +notionary +notionate +notioned +notionist +notionless +Notiosorex +notitia +Notkerian +notocentrous +notocentrum +notochord +notochordal +notodontian +notodontid +Notodontidae +notodontoid +Notogaea +Notogaeal +Notogaean +Notogaeic +notommatid +Notommatidae +Notonecta +notonectal +notonectid +Notonectidae +notopodial +notopodium +notopterid +Notopteridae +notopteroid +Notopterus +notorhizal +Notorhynchus +notoriety +notorious +notoriously +notoriousness +Notornis +Notoryctes +Notostraca +Nototherium +Nototrema +nototribe +notour +notourly +Notropis +notself +Nottoway +notum +Notungulata +notungulate +Notus +notwithstanding +Nou +nougat +nougatine +nought +noumeaite +noumeite +noumenal +noumenalism +noumenalist +noumenality +noumenalize +noumenally +noumenism +noumenon +noun +nounal +nounally +nounize +nounless +noup +nourice +nourish +nourishable +nourisher +nourishing +nourishingly +nourishment +nouriture +nous +nouther +nova +novaculite +novalia +Novanglian +Novanglican +novantique +novarsenobenzene +novate +Novatian +Novatianism +Novatianist +novation +novative +novator +novatory +novatrix +novcic +novel +novelcraft +noveldom +novelese +novelesque +novelet +novelette +noveletter +novelettish +novelettist +noveletty +novelish +novelism +novelist +novelistic +novelistically +novelization +novelize +novella +novelless +novellike +novelly +novelmongering +novelness +novelry +novelty +novelwright +novem +novemarticulate +November +Novemberish +novemcostate +novemdigitate +novemfid +novemlobate +novemnervate +novemperfoliate +novena +novenary +novendial +novene +novennial +novercal +Novial +novice +novicehood +novicelike +noviceship +noviciate +novilunar +novitial +novitiate +novitiateship +novitiation +novity +Novo +Novocain +novodamus +Novorolsky +now +nowaday +nowadays +nowanights +noway +noways +nowed +nowel +nowhat +nowhen +nowhence +nowhere +nowhereness +nowheres +nowhit +nowhither +nowise +nowness +Nowroze +nowt +nowy +noxa +noxal +noxally +noxious +noxiously +noxiousness +noy +noyade +noyau +Nozi +nozzle +nozzler +nth +nu +nuance +nub +Nuba +nubbin +nubble +nubbling +nubbly +nubby +nubecula +nubia +Nubian +nubiferous +nubiform +nubigenous +nubilate +nubilation +nubile +nubility +nubilous +Nubilum +nucal +nucament +nucamentaceous +nucellar +nucellus +nucha +nuchal +nuchalgia +nuciculture +nuciferous +nuciform +nucin +nucivorous +nucleal +nuclear +nucleary +nuclease +nucleate +nucleation +nucleator +nuclei +nucleiferous +nucleiform +nuclein +nucleinase +nucleoalbumin +nucleoalbuminuria +nucleofugal +nucleohistone +nucleohyaloplasm +nucleohyaloplasma +nucleoid +nucleoidioplasma +nucleolar +nucleolated +nucleole +nucleoli +nucleolinus +nucleolocentrosome +nucleoloid +nucleolus +nucleolysis +nucleomicrosome +nucleon +nucleone +nucleonics +nucleopetal +nucleoplasm +nucleoplasmatic +nucleoplasmic +nucleoprotein +nucleoside +nucleotide +nucleus +nuclide +nuclidic +Nucula +Nuculacea +nuculanium +nucule +nuculid +Nuculidae +nuculiform +nuculoid +Nuda +nudate +nudation +Nudd +nuddle +nude +nudely +nudeness +Nudens +nudge +nudger +nudibranch +Nudibranchia +nudibranchian +nudibranchiate +nudicaudate +nudicaul +nudifier +nudiflorous +nudiped +nudish +nudism +nudist +nuditarian +nudity +nugacious +nugaciousness +nugacity +nugator +nugatoriness +nugatory +nuggar +nugget +nuggety +nugify +nugilogue +Nugumiut +nuisance +nuisancer +nuke +Nukuhivan +nul +null +nullable +nullah +nullibicity +nullibility +nullibiquitous +nullibist +nullification +nullificationist +nullificator +nullifidian +nullifier +nullify +nullipara +nulliparity +nulliparous +nullipennate +Nullipennes +nulliplex +nullipore +nulliporous +nullism +nullisome +nullisomic +nullity +nulliverse +nullo +Numa +Numantine +numb +number +numberable +numberer +numberful +numberless +numberous +numbersome +numbfish +numbing +numbingly +numble +numbles +numbly +numbness +numda +numdah +numen +Numenius +numerable +numerableness +numerably +numeral +numerant +numerary +numerate +numeration +numerative +numerator +numerical +numerically +numericalness +numerist +numero +numerology +numerose +numerosity +numerous +numerously +numerousness +Numida +Numidae +Numidian +Numididae +Numidinae +numinism +numinous +numinously +numismatic +numismatical +numismatically +numismatician +numismatics +numismatist +numismatography +numismatologist +numismatology +nummary +nummi +nummiform +nummular +Nummularia +nummulary +nummulated +nummulation +nummuline +Nummulinidae +nummulite +Nummulites +nummulitic +Nummulitidae +nummulitoid +nummuloidal +nummus +numskull +numskulled +numskulledness +numskullery +numskullism +numud +nun +nunatak +nunbird +nunch +nuncheon +nunciate +nunciative +nunciatory +nunciature +nuncio +nuncioship +nuncle +nuncupate +nuncupation +nuncupative +nuncupatively +nundinal +nundination +nundine +nunhood +Nunki +nunky +nunlet +nunlike +nunnari +nunnated +nunnation +nunnery +nunni +nunnify +nunnish +nunnishness +nunship +Nupe +Nuphar +nuptial +nuptiality +nuptialize +nuptially +nuptials +nuque +nuraghe +nurhag +nurly +nursable +nurse +nursedom +nursegirl +nursehound +nursekeeper +nursekin +nurselet +nurselike +nursemaid +nurser +nursery +nurserydom +nurseryful +nurserymaid +nurseryman +nursetender +nursing +nursingly +nursle +nursling +nursy +nurturable +nurtural +nurture +nurtureless +nurturer +nurtureship +Nusairis +Nusakan +nusfiah +nut +nutant +nutarian +nutate +nutation +nutational +nutbreaker +nutcake +nutcrack +nutcracker +nutcrackers +nutcrackery +nutgall +nuthatch +nuthook +nutjobber +nutlet +nutlike +nutmeg +nutmegged +nutmeggy +nutpecker +nutpick +nutramin +nutria +nutrice +nutricial +nutricism +nutrient +nutrify +nutriment +nutrimental +nutritial +nutrition +nutritional +nutritionally +nutritionist +nutritious +nutritiously +nutritiousness +nutritive +nutritively +nutritiveness +nutritory +nutseed +nutshell +Nuttallia +nuttalliasis +nuttalliosis +nutted +nutter +nuttery +nuttily +nuttiness +nutting +nuttish +nuttishness +nutty +nuzzer +nuzzerana +nuzzle +Nyamwezi +Nyanja +nyanza +Nyaya +nychthemer +nychthemeral +nychthemeron +Nyctaginaceae +nyctaginaceous +Nyctaginia +nyctalope +nyctalopia +nyctalopic +nyctalopy +Nyctanthes +Nyctea +Nyctereutes +nycteribiid +Nycteribiidae +Nycteridae +nycterine +Nycteris +Nycticorax +Nyctimene +nyctinastic +nyctinasty +nyctipelagic +Nyctipithecinae +nyctipithecine +Nyctipithecus +nyctitropic +nyctitropism +nyctophobia +nycturia +Nydia +nye +nylast +nylon +nymil +nymph +nympha +nymphae +Nymphaea +Nymphaeaceae +nymphaeaceous +nymphaeum +nymphal +nymphalid +Nymphalidae +Nymphalinae +nymphaline +nympheal +nymphean +nymphet +nymphic +nymphical +nymphid +nymphine +Nymphipara +nymphiparous +nymphish +nymphitis +nymphlike +nymphlin +nymphly +Nymphoides +nympholepsia +nympholepsy +nympholept +nympholeptic +nymphomania +nymphomaniac +nymphomaniacal +Nymphonacea +nymphosis +nymphotomy +nymphwise +Nyoro +Nyroca +Nyssa +Nyssaceae +nystagmic +nystagmus +nyxis +O +o +oadal +oaf +oafdom +oafish +oafishly +oafishness +oak +oakberry +Oakboy +oaken +oakenshaw +Oakesia +oaklet +oaklike +oakling +oaktongue +oakum +oakweb +oakwood +oaky +oam +Oannes +oar +oarage +oarcock +oared +oarfish +oarhole +oarial +oarialgia +oaric +oariocele +oariopathic +oariopathy +oariotomy +oaritic +oaritis +oarium +oarless +oarlike +oarlock +oarlop +oarman +oarsman +oarsmanship +oarswoman +oarweed +oary +oasal +oasean +oases +oasis +oasitic +oast +oasthouse +oat +oatbin +oatcake +oatear +oaten +oatenmeal +oatfowl +oath +oathay +oathed +oathful +oathlet +oathworthy +oatland +oatlike +oatmeal +oatseed +oaty +Obadiah +obambulate +obambulation +obambulatory +oban +Obbenite +obbligato +obclavate +obclude +obcompressed +obconical +obcordate +obcordiform +obcuneate +obdeltoid +obdiplostemonous +obdiplostemony +obdormition +obduction +obduracy +obdurate +obdurately +obdurateness +obduration +obe +obeah +obeahism +obeche +obedience +obediency +obedient +obediential +obedientially +obedientialness +obedientiar +obedientiary +obediently +obeisance +obeisant +obeisantly +obeism +obelia +obeliac +obelial +obelion +obeliscal +obeliscar +obelisk +obeliskoid +obelism +obelize +obelus +Oberon +obese +obesely +obeseness +obesity +obex +obey +obeyable +obeyer +obeyingly +obfuscable +obfuscate +obfuscation +obfuscator +obfuscity +obfuscous +obi +Obidicut +obispo +obit +obitual +obituarian +obituarily +obituarist +obituarize +obituary +object +objectable +objectation +objectative +objectee +objecthood +objectification +objectify +objection +objectionability +objectionable +objectionableness +objectionably +objectional +objectioner +objectionist +objectival +objectivate +objectivation +objective +objectively +objectiveness +objectivism +objectivist +objectivistic +objectivity +objectivize +objectization +objectize +objectless +objectlessly +objectlessness +objector +objicient +objuration +objure +objurgate +objurgation +objurgative +objurgatively +objurgator +objurgatorily +objurgatory +objurgatrix +oblanceolate +oblate +oblately +oblateness +oblation +oblational +oblationary +oblatory +oblectate +oblectation +obley +obligable +obligancy +obligant +obligate +obligation +obligational +obligative +obligativeness +obligator +obligatorily +obligatoriness +obligatory +obligatum +oblige +obliged +obligedly +obligedness +obligee +obligement +obliger +obliging +obligingly +obligingness +obligistic +obligor +obliquangular +obliquate +obliquation +oblique +obliquely +obliqueness +obliquitous +obliquity +obliquus +obliterable +obliterate +obliteration +obliterative +obliterator +oblivescence +oblivial +obliviality +oblivion +oblivionate +oblivionist +oblivionize +oblivious +obliviously +obliviousness +obliviscence +obliviscible +oblocutor +oblong +oblongatal +oblongated +oblongish +oblongitude +oblongitudinal +oblongly +oblongness +obloquial +obloquious +obloquy +obmutescence +obmutescent +obnebulate +obnounce +obnoxiety +obnoxious +obnoxiously +obnoxiousness +obnubilate +obnubilation +obnunciation +oboe +oboist +obol +Obolaria +obolary +obole +obolet +obolus +obomegoid +Obongo +oboval +obovate +obovoid +obpyramidal +obpyriform +Obrazil +obreption +obreptitious +obreptitiously +obrogate +obrogation +obrotund +obscene +obscenely +obsceneness +obscenity +obscurancy +obscurant +obscurantic +obscurantism +obscurantist +obscuration +obscurative +obscure +obscuredly +obscurely +obscurement +obscureness +obscurer +obscurism +obscurist +obscurity +obsecrate +obsecration +obsecrationary +obsecratory +obsede +obsequence +obsequent +obsequial +obsequience +obsequiosity +obsequious +obsequiously +obsequiousness +obsequity +obsequium +obsequy +observability +observable +observableness +observably +observance +observancy +observandum +observant +Observantine +Observantist +observantly +observantness +observation +observational +observationalism +observationally +observative +observatorial +observatory +observe +observedly +observer +observership +observing +observingly +obsess +obsessingly +obsession +obsessional +obsessionist +obsessive +obsessor +obsidian +obsidianite +obsidional +obsidionary +obsidious +obsignate +obsignation +obsignatory +obsolesce +obsolescence +obsolescent +obsolescently +obsolete +obsoletely +obsoleteness +obsoletion +obsoletism +obstacle +obstetric +obstetrical +obstetrically +obstetricate +obstetrication +obstetrician +obstetrics +obstetricy +obstetrist +obstetrix +obstinacious +obstinacy +obstinance +obstinate +obstinately +obstinateness +obstination +obstinative +obstipation +obstreperate +obstreperosity +obstreperous +obstreperously +obstreperousness +obstriction +obstringe +obstruct +obstructant +obstructedly +obstructer +obstructingly +obstruction +obstructionism +obstructionist +obstructive +obstructively +obstructiveness +obstructivism +obstructivity +obstructor +obstruent +obstupefy +obtain +obtainable +obtainal +obtainance +obtainer +obtainment +obtect +obtected +obtemper +obtemperate +obtenebrate +obtenebration +obtention +obtest +obtestation +obtriangular +obtrude +obtruder +obtruncate +obtruncation +obtruncator +obtrusion +obtrusionist +obtrusive +obtrusively +obtrusiveness +obtund +obtundent +obtunder +obtundity +obturate +obturation +obturator +obturatory +obturbinate +obtusangular +obtuse +obtusely +obtuseness +obtusifid +obtusifolious +obtusilingual +obtusilobous +obtusion +obtusipennate +obtusirostrate +obtusish +obtusity +obumbrant +obumbrate +obumbration +obvallate +obvelation +obvention +obverse +obversely +obversion +obvert +obvertend +obviable +obviate +obviation +obviative +obviator +obvious +obviously +obviousness +obvolute +obvoluted +obvolution +obvolutive +obvolve +obvolvent +ocarina +Occamism +Occamist +Occamistic +Occamite +occamy +occasion +occasionable +occasional +occasionalism +occasionalist +occasionalistic +occasionality +occasionally +occasionalness +occasionary +occasioner +occasionless +occasive +occident +occidental +Occidentalism +Occidentalist +occidentality +Occidentalization +Occidentalize +occidentally +occiduous +occipital +occipitalis +occipitally +occipitoanterior +occipitoatlantal +occipitoatloid +occipitoaxial +occipitoaxoid +occipitobasilar +occipitobregmatic +occipitocalcarine +occipitocervical +occipitofacial +occipitofrontal +occipitofrontalis +occipitohyoid +occipitoiliac +occipitomastoid +occipitomental +occipitonasal +occipitonuchal +occipitootic +occipitoparietal +occipitoposterior +occipitoscapular +occipitosphenoid +occipitosphenoidal +occipitotemporal +occipitothalamic +occiput +occitone +occlude +occludent +occlusal +occluse +occlusion +occlusive +occlusiveness +occlusocervical +occlusocervically +occlusogingival +occlusometer +occlusor +occult +occultate +occultation +occulter +occulting +occultism +occultist +occultly +occultness +occupable +occupance +occupancy +occupant +occupation +occupational +occupationalist +occupationally +occupationless +occupative +occupiable +occupier +occupy +occur +occurrence +occurrent +occursive +ocean +oceaned +oceanet +oceanful +Oceanian +oceanic +Oceanican +oceanity +oceanographer +oceanographic +oceanographical +oceanographically +oceanographist +oceanography +oceanology +oceanophyte +oceanside +oceanward +oceanwards +oceanways +oceanwise +ocellar +ocellary +ocellate +ocellated +ocellation +ocelli +ocellicyst +ocellicystic +ocelliferous +ocelliform +ocelligerous +ocellus +oceloid +ocelot +och +ochava +ochavo +ocher +ocherish +ocherous +ochery +ochidore +ochlesis +ochlesitic +ochletic +ochlocracy +ochlocrat +ochlocratic +ochlocratical +ochlocratically +ochlophobia +ochlophobist +Ochna +Ochnaceae +ochnaceous +ochone +Ochotona +Ochotonidae +Ochozoma +ochraceous +Ochrana +ochrea +ochreate +ochreous +ochro +ochrocarpous +ochroid +ochroleucous +ochrolite +Ochroma +ochronosis +ochronosus +ochronotic +ochrous +ocht +Ocimum +ock +oclock +Ocneria +ocote +Ocotea +ocotillo +ocque +ocracy +ocrea +ocreaceous +Ocreatae +ocreate +ocreated +octachloride +octachord +octachordal +octachronous +Octacnemus +octacolic +octactinal +octactine +Octactiniae +octactinian +octad +octadecahydrate +octadecane +octadecanoic +octadecyl +octadic +octadrachm +octaemeron +octaeteric +octaeterid +octagon +octagonal +octagonally +octahedral +octahedric +octahedrical +octahedrite +octahedroid +octahedron +octahedrous +octahydrate +octahydrated +octakishexahedron +octamerism +octamerous +octameter +octan +octanaphthene +Octandria +octandrian +octandrious +octane +octangle +octangular +octangularness +Octans +octant +octantal +octapla +octaploid +octaploidic +octaploidy +octapodic +octapody +octarch +octarchy +octarius +octarticulate +octary +octasemic +octastich +octastichon +octastrophic +octastyle +octastylos +octateuch +octaval +octavalent +octavarium +octave +Octavia +Octavian +octavic +octavina +Octavius +octavo +octenary +octene +octennial +octennially +octet +octic +octillion +octillionth +octine +octingentenary +octoad +octoalloy +octoate +octobass +October +octobrachiate +Octobrist +octocentenary +octocentennial +octochord +Octocoralla +octocorallan +Octocorallia +octocoralline +octocotyloid +octodactyl +octodactyle +octodactylous +octodecimal +octodecimo +octodentate +octodianome +Octodon +octodont +Octodontidae +Octodontinae +octoechos +octofid +octofoil +octofoiled +octogamy +octogenarian +octogenarianism +octogenary +octogild +octoglot +Octogynia +octogynian +octogynious +octogynous +octoic +octoid +octolateral +octolocular +octomeral +octomerous +octometer +octonal +octonare +octonarian +octonarius +octonary +octonematous +octonion +octonocular +octoon +octopartite +octopean +octoped +octopede +octopetalous +octophthalmous +octophyllous +octopi +octopine +octoploid +octoploidic +octoploidy +octopod +Octopoda +octopodan +octopodes +octopodous +octopolar +octopus +octoradial +octoradiate +octoradiated +octoreme +octoroon +octose +octosepalous +octospermous +octospore +octosporous +octostichous +octosyllabic +octosyllable +octovalent +octoyl +octroi +octroy +octuor +octuple +octuplet +octuplex +octuplicate +octuplication +octuply +octyl +octylene +octyne +ocuby +ocular +ocularist +ocularly +oculary +oculate +oculated +oculauditory +oculiferous +oculiform +oculigerous +Oculina +oculinid +Oculinidae +oculinoid +oculist +oculistic +oculocephalic +oculofacial +oculofrontal +oculomotor +oculomotory +oculonasal +oculopalpebral +oculopupillary +oculospinal +oculozygomatic +oculus +ocydrome +ocydromine +Ocydromus +Ocypete +Ocypoda +ocypodan +Ocypode +ocypodian +Ocypodidae +ocypodoid +Ocyroe +Ocyroidae +Od +od +oda +Odacidae +odacoid +odal +odalborn +odalisk +odalisque +odaller +odalman +odalwoman +Odax +odd +oddish +oddity +oddlegs +oddly +oddman +oddment +oddments +oddness +Odds +odds +Oddsbud +oddsman +ode +odel +odelet +Odelsthing +Odelsting +odeon +odeum +odic +odically +Odin +Odinian +Odinic +Odinism +Odinist +odinite +Odinitic +odiometer +odious +odiously +odiousness +odist +odium +odiumproof +Odobenidae +Odobenus +Odocoileus +odograph +odology +odometer +odometrical +odometry +Odonata +odontagra +odontalgia +odontalgic +Odontaspidae +Odontaspididae +Odontaspis +odontatrophia +odontatrophy +odontexesis +odontiasis +odontic +odontist +odontitis +odontoblast +odontoblastic +odontocele +Odontocete +odontocete +Odontoceti +odontocetous +odontochirurgic +odontoclasis +odontoclast +odontodynia +odontogen +odontogenesis +odontogenic +odontogeny +Odontoglossae +odontoglossal +odontoglossate +Odontoglossum +Odontognathae +odontognathic +odontognathous +odontograph +odontographic +odontography +odontohyperesthesia +odontoid +Odontolcae +odontolcate +odontolcous +odontolite +odontolith +odontological +odontologist +odontology +odontoloxia +odontoma +odontomous +odontonecrosis +odontoneuralgia +odontonosology +odontopathy +odontophoral +odontophore +Odontophoridae +Odontophorinae +odontophorine +odontophorous +Odontophorus +odontoplast +odontoplerosis +Odontopteris +Odontopteryx +odontorhynchous +Odontormae +Odontornithes +odontornithic +odontorrhagia +odontorthosis +odontoschism +odontoscope +odontosis +odontostomatous +odontostomous +Odontosyllis +odontotechny +odontotherapia +odontotherapy +odontotomy +Odontotormae +odontotripsis +odontotrypy +odoom +odophone +odor +odorant +odorate +odorator +odored +odorful +odoriferant +odoriferosity +odoriferous +odoriferously +odoriferousness +odorific +odorimeter +odorimetry +odoriphore +odorivector +odorize +odorless +odorometer +odorosity +odorous +odorously +odorousness +odorproof +Odostemon +Ods +odso +odum +odyl +odylic +odylism +odylist +odylization +odylize +Odynerus +Odyssean +Odyssey +Odz +Odzookers +Odzooks +oe +Oecanthus +oecist +oecodomic +oecodomical +oecoparasite +oecoparasitism +oecophobia +oecumenian +oecumenic +oecumenical +oecumenicalism +oecumenicity +oecus +oedemerid +Oedemeridae +oedicnemine +Oedicnemus +Oedipal +Oedipean +Oedipus +Oedogoniaceae +oedogoniaceous +Oedogoniales +Oedogonium +oenanthaldehyde +oenanthate +Oenanthe +oenanthic +oenanthol +oenanthole +oenanthyl +oenanthylate +oenanthylic +oenin +Oenocarpus +oenochoe +oenocyte +oenocytic +oenolin +oenological +oenologist +oenology +oenomancy +Oenomaus +oenomel +oenometer +oenophilist +oenophobist +oenopoetic +Oenothera +Oenotheraceae +oenotheraceous +Oenotrian +oer +oersted +oes +oesophageal +oesophagi +oesophagismus +oesophagostomiasis +Oesophagostomum +oesophagus +oestradiol +Oestrelata +oestrian +oestriasis +oestrid +Oestridae +oestrin +oestriol +oestroid +oestrous +oestrual +oestruate +oestruation +oestrum +oestrus +of +Ofer +off +offal +offaling +offbeat +offcast +offcome +offcut +offend +offendable +offendant +offended +offendedly +offendedness +offender +offendible +offendress +offense +offenseful +offenseless +offenselessly +offenseproof +offensible +offensive +offensively +offensiveness +offer +offerable +offeree +offerer +offering +offeror +offertorial +offertory +offgoing +offgrade +offhand +offhanded +offhandedly +offhandedness +office +officeholder +officeless +officer +officerage +officeress +officerhood +officerial +officerism +officerless +officership +official +officialdom +officialese +officialism +officiality +officialization +officialize +officially +officialty +officiant +officiary +officiate +officiation +officiator +officinal +officinally +officious +officiously +officiousness +offing +offish +offishly +offishness +offlet +offlook +offprint +offsaddle +offscape +offscour +offscourer +offscouring +offscum +offset +offshoot +offshore +offsider +offspring +offtake +offtype +offuscate +offuscation +offward +offwards +oflete +Ofo +oft +often +oftenness +oftens +oftentime +oftentimes +ofter +oftest +oftly +oftness +ofttime +ofttimes +oftwhiles +Og +ogaire +Ogallala +ogam +ogamic +Ogboni +Ogcocephalidae +Ogcocephalus +ogdoad +ogdoas +ogee +ogeed +ogganition +ogham +oghamic +Oghuz +ogival +ogive +ogived +Oglala +ogle +ogler +ogmic +Ogor +Ogpu +ogre +ogreish +ogreishly +ogreism +ogress +ogrish +ogrism +ogtiern +ogum +Ogygia +Ogygian +oh +ohelo +ohia +Ohio +Ohioan +ohm +ohmage +ohmic +ohmmeter +oho +ohoy +oidioid +oidiomycosis +oidiomycotic +Oidium +oii +oikology +oikoplast +oil +oilberry +oilbird +oilcan +oilcloth +oilcoat +oilcup +oildom +oiled +oiler +oilery +oilfish +oilhole +oilily +oiliness +oilless +oillessness +oillet +oillike +oilman +oilmonger +oilmongery +oilometer +oilpaper +oilproof +oilproofing +oilseed +oilskin +oilskinned +oilstock +oilstone +oilstove +oiltight +oiltightness +oilway +oily +oilyish +oime +oinochoe +oinology +oinomancy +oinomania +oinomel +oint +ointment +Oireachtas +oisin +oisivity +oitava +oiticica +Ojibwa +Ojibway +Ok +oka +okapi +Okapia +okee +okenite +oket +oki +okia +Okie +Okinagan +Oklafalaya +Oklahannali +Oklahoma +Oklahoman +okoniosis +okonite +okra +okrug +okshoofd +okthabah +Okuari +okupukupu +Olacaceae +olacaceous +Olaf +olam +olamic +Olax +Olcha +Olchi +Old +old +olden +Oldenburg +older +oldermost +oldfangled +oldfangledness +Oldfieldia +Oldhamia +oldhamite +oldhearted +oldish +oldland +oldness +oldster +oldwife +Ole +Olea +Oleaceae +oleaceous +Oleacina +Oleacinidae +oleaginous +oleaginousness +oleana +oleander +oleandrin +Olearia +olease +oleaster +oleate +olecranal +olecranarthritis +olecranial +olecranian +olecranoid +olecranon +olefiant +olefin +olefine +olefinic +Oleg +oleic +oleiferous +olein +olena +olenellidian +Olenellus +olenid +Olenidae +olenidian +olent +Olenus +oleo +oleocalcareous +oleocellosis +oleocyst +oleoduct +oleograph +oleographer +oleographic +oleography +oleomargaric +oleomargarine +oleometer +oleoptene +oleorefractometer +oleoresin +oleoresinous +oleosaccharum +oleose +oleosity +oleostearate +oleostearin +oleothorax +oleous +Oleraceae +oleraceous +olericultural +olericulturally +olericulture +Oleron +Olethreutes +olethreutid +Olethreutidae +olfact +olfactible +olfaction +olfactive +olfactology +olfactometer +olfactometric +olfactometry +olfactor +olfactorily +olfactory +olfacty +Olga +oliban +olibanum +olid +oligacanthous +oligaemia +oligandrous +oliganthous +oligarch +oligarchal +oligarchic +oligarchical +oligarchically +oligarchism +oligarchist +oligarchize +oligarchy +oligemia +oligidria +oligist +oligistic +oligistical +oligocarpous +Oligocene +Oligochaeta +oligochaete +oligochaetous +oligochete +oligocholia +oligochrome +oligochromemia +oligochronometer +oligochylia +oligoclase +oligoclasite +oligocystic +oligocythemia +oligocythemic +oligodactylia +oligodendroglia +oligodendroglioma +oligodipsia +oligodontous +oligodynamic +oligogalactia +oligohemia +oligohydramnios +oligolactia +oligomenorrhea +oligomerous +oligomery +oligometochia +oligometochic +Oligomyodae +oligomyodian +oligomyoid +Oligonephria +oligonephric +oligonephrous +oligonite +oligopepsia +oligopetalous +oligophagous +oligophosphaturia +oligophrenia +oligophrenic +oligophyllous +oligoplasmia +oligopnea +oligopolistic +oligopoly +oligoprothesy +oligoprothetic +oligopsonistic +oligopsony +oligopsychia +oligopyrene +oligorhizous +oligosepalous +oligosialia +oligosideric +oligosiderite +oligosite +oligospermia +oligospermous +oligostemonous +oligosyllabic +oligosyllable +oligosynthetic +oligotokous +oligotrichia +oligotrophic +oligotrophy +oligotropic +oliguresis +oliguretic +oliguria +Olinia +Oliniaceae +oliniaceous +olio +oliphant +oliprance +olitory +Oliva +oliva +olivaceous +olivary +Olive +olive +Olivean +olived +Olivella +oliveness +olivenite +Oliver +Oliverian +oliverman +oliversmith +olivescent +olivet +Olivetan +Olivette +olivewood +Olivia +Olividae +Olivier +oliviferous +oliviform +olivil +olivile +olivilin +olivine +olivinefels +olivinic +olivinite +olivinitic +olla +ollamh +ollapod +ollenite +Ollie +ollock +olm +Olneya +Olof +ological +ologist +ologistic +ology +olomao +olona +Olonets +Olonetsian +Olonetsish +Olor +oloroso +olpe +Olpidiaster +Olpidium +Olson +oltonde +oltunna +olycook +olykoek +Olympia +Olympiad +Olympiadic +Olympian +Olympianism +Olympianize +Olympianly +Olympianwise +Olympic +Olympicly +Olympicness +Olympieion +Olympionic +Olympus +Olynthiac +Olynthian +Olynthus +om +omadhaun +omagra +Omagua +Omaha +omalgia +Oman +Omani +omao +Omar +omarthritis +omasitis +omasum +omber +ombrette +ombrifuge +ombrograph +ombrological +ombrology +ombrometer +ombrophile +ombrophilic +ombrophilous +ombrophily +ombrophobe +ombrophobous +ombrophoby +ombrophyte +ombudsman +ombudsmanship +omega +omegoid +omelet +omelette +omen +omened +omenology +omental +omentectomy +omentitis +omentocele +omentofixation +omentopexy +omentoplasty +omentorrhaphy +omentosplenopexy +omentotomy +omentulum +omentum +omer +omicron +omina +ominous +ominously +ominousness +omissible +omission +omissive +omissively +omit +omitis +omittable +omitter +omlah +Ommastrephes +Ommastrephidae +ommateal +ommateum +ommatidial +ommatidium +ommatophore +ommatophorous +Ommiad +Ommiades +omneity +omniactive +omniactuality +omniana +omniarch +omnibenevolence +omnibenevolent +omnibus +omnibusman +omnicausality +omnicompetence +omnicompetent +omnicorporeal +omnicredulity +omnicredulous +omnidenominational +omnierudite +omniessence +omnifacial +omnifarious +omnifariously +omnifariousness +omniferous +omnific +omnificent +omnifidel +omniform +omniformal +omniformity +omnify +omnigenous +omnigerent +omnigraph +omnihuman +omnihumanity +omnilegent +omnilingual +omniloquent +omnilucent +omnimental +omnimeter +omnimode +omnimodous +omninescience +omninescient +omniparent +omniparient +omniparity +omniparous +omnipatient +omnipercipience +omnipercipiency +omnipercipient +omniperfect +omnipotence +omnipotency +omnipotent +omnipotentiality +omnipotently +omnipregnant +omnipresence +omnipresent +omnipresently +omniprevalence +omniprevalent +omniproduction +omniprudent +omnirange +omniregency +omnirepresentative +omnirepresentativeness +omnirevealing +omniscience +omnisciency +omniscient +omnisciently +omniscope +omniscribent +omniscriptive +omnisentience +omnisentient +omnisignificance +omnisignificant +omnispective +omnist +omnisufficiency +omnisufficient +omnitemporal +omnitenent +omnitolerant +omnitonal +omnitonality +omnitonic +omnitude +omnium +omnivagant +omnivalence +omnivalent +omnivalous +omnivarious +omnividence +omnivident +omnivision +omnivolent +Omnivora +omnivoracious +omnivoracity +omnivorant +omnivore +omnivorous +omnivorously +omnivorousness +omodynia +omohyoid +omoideum +omophagia +omophagist +omophagous +omophagy +omophorion +omoplate +omoplatoscopy +omostegite +omosternal +omosternum +omphacine +omphacite +omphalectomy +omphalic +omphalism +omphalitis +omphalocele +omphalode +omphalodium +omphalogenous +omphaloid +omphaloma +omphalomesaraic +omphalomesenteric +omphaloncus +omphalopagus +omphalophlebitis +omphalopsychic +omphalopsychite +omphalorrhagia +omphalorrhea +omphalorrhexis +omphalos +omphalosite +omphaloskepsis +omphalospinous +omphalotomy +omphalotripsy +omphalus +on +Ona +ona +onager +Onagra +onagra +Onagraceae +onagraceous +Onan +onanism +onanist +onanistic +onca +once +oncetta +Onchidiidae +Onchidium +Onchocerca +onchocerciasis +onchocercosis +oncia +Oncidium +oncin +oncograph +oncography +oncologic +oncological +oncology +oncome +oncometer +oncometric +oncometry +oncoming +Oncorhynchus +oncosimeter +oncosis +oncosphere +oncost +oncostman +oncotomy +ondagram +ondagraph +ondameter +ondascope +ondatra +ondine +ondogram +ondograph +ondometer +ondoscope +ondy +one +oneanother +oneberry +onefold +onefoldness +onegite +onehearted +onehow +Oneida +oneiric +oneirocrit +oneirocritic +oneirocritical +oneirocritically +oneirocriticism +oneirocritics +oneirodynia +oneirologist +oneirology +oneiromancer +oneiromancy +oneiroscopic +oneiroscopist +oneiroscopy +oneirotic +oneism +onement +oneness +oner +onerary +onerative +onerosity +onerous +onerously +onerousness +onery +oneself +onesigned +onetime +onewhere +oneyer +onfall +onflemed +onflow +onflowing +ongaro +ongoing +onhanger +onicolo +oniomania +oniomaniac +onion +onionet +onionized +onionlike +onionpeel +onionskin +oniony +onirotic +Oniscidae +onisciform +oniscoid +Oniscoidea +oniscoidean +Oniscus +onium +onkilonite +onkos +onlay +onlepy +onliest +onliness +onlook +onlooker +onlooking +only +onmarch +Onmun +Onobrychis +onocentaur +Onoclea +onofrite +Onohippidium +onolatry +onomancy +onomantia +onomastic +onomasticon +onomatologist +onomatology +onomatomania +onomatope +onomatoplasm +onomatopoeia +onomatopoeial +onomatopoeian +onomatopoeic +onomatopoeical +onomatopoeically +onomatopoesis +onomatopoesy +onomatopoetic +onomatopoetically +onomatopy +onomatous +onomomancy +Onondaga +Onondagan +Ononis +Onopordon +Onosmodium +onrush +onrushing +ons +onset +onsetter +onshore +onside +onsight +onslaught +onstand +onstanding +onstead +onsweep +onsweeping +ontal +Ontarian +Ontaric +onto +ontocycle +ontocyclic +ontogenal +ontogenesis +ontogenetic +ontogenetical +ontogenetically +ontogenic +ontogenically +ontogenist +ontogeny +ontography +ontologic +ontological +ontologically +ontologism +ontologist +ontologistic +ontologize +ontology +ontosophy +onus +onwaiting +onward +onwardly +onwardness +onwards +onycha +onychatrophia +onychauxis +onychia +onychin +onychitis +onychium +onychogryposis +onychoid +onycholysis +onychomalacia +onychomancy +onychomycosis +onychonosus +onychopathic +onychopathology +onychopathy +onychophagist +onychophagy +Onychophora +onychophoran +onychophorous +onychophyma +onychoptosis +onychorrhexis +onychoschizia +onychosis +onychotrophy +onym +onymal +onymancy +onymatic +onymity +onymize +onymous +onymy +onyx +onyxis +onyxitis +onza +ooangium +ooblast +ooblastic +oocyesis +oocyst +Oocystaceae +oocystaceous +oocystic +Oocystis +oocyte +oodles +ooecial +ooecium +oofbird +ooftish +oofy +oogamete +oogamous +oogamy +oogenesis +oogenetic +oogeny +ooglea +oogone +oogonial +oogoniophore +oogonium +oograph +ooid +ooidal +ookinesis +ookinete +ookinetic +oolak +oolemma +oolite +oolitic +oolly +oologic +oological +oologically +oologist +oologize +oology +oolong +oomancy +oomantia +oometer +oometric +oometry +oomycete +Oomycetes +oomycetous +oons +oont +oopak +oophoralgia +oophorauxe +oophore +oophorectomy +oophoreocele +oophorhysterectomy +oophoric +oophoridium +oophoritis +oophoroepilepsy +oophoroma +oophoromalacia +oophoromania +oophoron +oophoropexy +oophororrhaphy +oophorosalpingectomy +oophorostomy +oophorotomy +oophyte +oophytic +ooplasm +ooplasmic +ooplast +oopod +oopodal +ooporphyrin +oorali +oord +ooscope +ooscopy +oosperm +oosphere +oosporange +oosporangium +oospore +Oosporeae +oosporic +oosporiferous +oosporous +oostegite +oostegitic +ootheca +oothecal +ootid +ootocoid +Ootocoidea +ootocoidean +ootocous +ootype +ooze +oozily +ooziness +oozooid +oozy +opacate +opacification +opacifier +opacify +opacite +opacity +opacous +opacousness +opah +opal +opaled +opalesce +opalescence +opalescent +opalesque +Opalina +opaline +opalinid +Opalinidae +opalinine +opalish +opalize +opaloid +opaque +opaquely +opaqueness +Opata +opdalite +ope +Opegrapha +opeidoscope +opelet +open +openable +openband +openbeak +openbill +opencast +opener +openhanded +openhandedly +openhandedness +openhead +openhearted +openheartedly +openheartedness +opening +openly +openmouthed +openmouthedly +openmouthedness +openness +openside +openwork +opera +operability +operabily +operable +operae +operagoer +operalogue +operameter +operance +operancy +operand +operant +operatable +operate +operatee +operatic +operatical +operatically +operating +operation +operational +operationalism +operationalist +operationism +operationist +operative +operatively +operativeness +operativity +operatize +operator +operatory +operatrix +opercle +opercled +opercula +opercular +Operculata +operculate +operculated +operculiferous +operculiform +operculigenous +operculigerous +operculum +operetta +operette +operettist +operose +operosely +operoseness +operosity +Ophelia +ophelimity +Ophian +ophiasis +ophic +ophicalcite +Ophicephalidae +ophicephaloid +Ophicephalus +Ophichthyidae +ophichthyoid +ophicleide +ophicleidean +ophicleidist +Ophidia +ophidian +Ophidiidae +Ophidiobatrachia +ophidioid +Ophidion +ophidiophobia +ophidious +ophidologist +ophidology +Ophiobatrachia +Ophiobolus +Ophioglossaceae +ophioglossaceous +Ophioglossales +Ophioglossum +ophiography +ophioid +ophiolater +ophiolatrous +ophiolatry +ophiolite +ophiolitic +ophiologic +ophiological +ophiologist +ophiology +ophiomancy +ophiomorph +Ophiomorpha +ophiomorphic +ophiomorphous +Ophion +ophionid +Ophioninae +ophionine +ophiophagous +ophiophilism +ophiophilist +ophiophobe +ophiophobia +ophiophoby +ophiopluteus +Ophiosaurus +ophiostaphyle +ophiouride +Ophis +Ophisaurus +Ophism +Ophite +ophite +Ophitic +ophitic +Ophitism +Ophiuchid +Ophiuchus +ophiuran +ophiurid +Ophiurida +ophiuroid +Ophiuroidea +ophiuroidean +ophryon +Ophrys +ophthalaiater +ophthalmagra +ophthalmalgia +ophthalmalgic +ophthalmatrophia +ophthalmectomy +ophthalmencephalon +ophthalmetrical +ophthalmia +ophthalmiac +ophthalmiatrics +ophthalmic +ophthalmious +ophthalmist +ophthalmite +ophthalmitic +ophthalmitis +ophthalmoblennorrhea +ophthalmocarcinoma +ophthalmocele +ophthalmocopia +ophthalmodiagnosis +ophthalmodiastimeter +ophthalmodynamometer +ophthalmodynia +ophthalmography +ophthalmoleucoscope +ophthalmolith +ophthalmologic +ophthalmological +ophthalmologist +ophthalmology +ophthalmomalacia +ophthalmometer +ophthalmometric +ophthalmometry +ophthalmomycosis +ophthalmomyositis +ophthalmomyotomy +ophthalmoneuritis +ophthalmopathy +ophthalmophlebotomy +ophthalmophore +ophthalmophorous +ophthalmophthisis +ophthalmoplasty +ophthalmoplegia +ophthalmoplegic +ophthalmopod +ophthalmoptosis +ophthalmorrhagia +ophthalmorrhea +ophthalmorrhexis +Ophthalmosaurus +ophthalmoscope +ophthalmoscopic +ophthalmoscopical +ophthalmoscopist +ophthalmoscopy +ophthalmostasis +ophthalmostat +ophthalmostatometer +ophthalmothermometer +ophthalmotomy +ophthalmotonometer +ophthalmotonometry +ophthalmotrope +ophthalmotropometer +ophthalmy +opianic +opianyl +opiate +opiateproof +opiatic +Opiconsivia +opificer +opiism +Opilia +Opiliaceae +opiliaceous +Opiliones +Opilionina +opilionine +Opilonea +Opimian +opinability +opinable +opinably +opinant +opination +opinative +opinatively +opinator +opine +opiner +opiniaster +opiniastre +opiniastrety +opiniastrous +opiniater +opiniative +opiniatively +opiniativeness +opiniatreness +opiniatrety +opinion +opinionable +opinionaire +opinional +opinionate +opinionated +opinionatedly +opinionatedness +opinionately +opinionative +opinionatively +opinionativeness +opinioned +opinionedness +opinionist +opiomania +opiomaniac +opiophagism +opiophagy +opiparous +opisometer +opisthenar +opisthion +opisthobranch +Opisthobranchia +opisthobranchiate +Opisthocoelia +opisthocoelian +opisthocoelous +opisthocome +Opisthocomi +Opisthocomidae +opisthocomine +opisthocomous +opisthodetic +opisthodome +opisthodomos +opisthodomus +opisthodont +opisthogastric +Opisthoglossa +opisthoglossal +opisthoglossate +opisthoglyph +Opisthoglypha +opisthoglyphic +opisthoglyphous +Opisthognathidae +opisthognathism +opisthognathous +opisthograph +opisthographal +opisthographic +opisthographical +opisthography +opisthogyrate +opisthogyrous +Opisthoparia +opisthoparian +opisthophagic +opisthoporeia +opisthorchiasis +Opisthorchis +opisthosomal +Opisthothelae +opisthotic +opisthotonic +opisthotonoid +opisthotonos +opisthotonus +opium +opiumism +opobalsam +opodeldoc +opodidymus +opodymus +opopanax +Oporto +opossum +opotherapy +Oppian +oppidan +oppilate +oppilation +oppilative +opponency +opponent +opportune +opportuneless +opportunely +opportuneness +opportunism +opportunist +opportunistic +opportunistically +opportunity +opposability +opposable +oppose +opposed +opposeless +opposer +opposing +opposingly +opposit +opposite +oppositely +oppositeness +oppositiflorous +oppositifolious +opposition +oppositional +oppositionary +oppositionism +oppositionist +oppositionless +oppositious +oppositipetalous +oppositipinnate +oppositipolar +oppositisepalous +oppositive +oppositively +oppositiveness +opposure +oppress +oppressed +oppressible +oppression +oppressionist +oppressive +oppressively +oppressiveness +oppressor +opprobriate +opprobrious +opprobriously +opprobriousness +opprobrium +opprobry +oppugn +oppugnacy +oppugnance +oppugnancy +oppugnant +oppugnate +oppugnation +oppugner +opsigamy +opsimath +opsimathy +opsiometer +opsisform +opsistype +opsonic +opsoniferous +opsonification +opsonify +opsonin +opsonist +opsonium +opsonization +opsonize +opsonogen +opsonoid +opsonology +opsonometry +opsonophilia +opsonophilic +opsonophoric +opsonotherapy +opsy +opt +optable +optableness +optably +optant +optate +optation +optative +optatively +opthalmophorium +opthalmoplegy +opthalmothermometer +optic +optical +optically +optician +opticist +opticity +opticochemical +opticociliary +opticon +opticopapillary +opticopupillary +optics +optigraph +optimacy +optimal +optimate +optimates +optime +optimism +optimist +optimistic +optimistical +optimistically +optimity +optimization +optimize +optimum +option +optional +optionality +optionalize +optionally +optionary +optionee +optionor +optive +optoblast +optogram +optography +optological +optologist +optology +optomeninx +optometer +optometrical +optometrist +optometry +optophone +optotechnics +optotype +Opulaster +opulence +opulency +opulent +opulently +opulus +Opuntia +Opuntiaceae +Opuntiales +opuntioid +opus +opuscular +opuscule +opusculum +oquassa +or +ora +orabassu +orach +oracle +oracular +oracularity +oracularly +oracularness +oraculate +oraculous +oraculously +oraculousness +oraculum +orad +orage +oragious +Orakzai +oral +oraler +oralism +oralist +orality +oralization +oralize +orally +oralogist +oralogy +Orang +orang +orange +orangeade +orangebird +Orangeism +Orangeist +orangeleaf +Orangeman +orangeman +oranger +orangeroot +orangery +orangewoman +orangewood +orangey +orangism +orangist +orangite +orangize +orangutan +orant +Oraon +orarian +orarion +orarium +orary +orate +oration +orational +orationer +orator +oratorial +oratorially +Oratorian +oratorian +Oratorianism +Oratorianize +oratoric +oratorical +oratorically +oratorio +oratorize +oratorlike +oratorship +oratory +oratress +oratrix +orb +orbed +orbic +orbical +Orbicella +orbicle +orbicular +orbicularis +orbicularity +orbicularly +orbicularness +orbiculate +orbiculated +orbiculately +orbiculation +orbiculatocordate +orbiculatoelliptical +Orbiculoidea +orbific +Orbilian +Orbilius +orbit +orbital +orbitale +orbitar +orbitary +orbite +orbitelar +Orbitelariae +orbitelarian +orbitele +orbitelous +orbitofrontal +Orbitoides +Orbitolina +orbitolite +Orbitolites +orbitomalar +orbitomaxillary +orbitonasal +orbitopalpebral +orbitosphenoid +orbitosphenoidal +orbitostat +orbitotomy +orbitozygomatic +orbless +orblet +Orbulina +orby +orc +Orca +Orcadian +orcanet +orcein +orchamus +orchard +orcharding +orchardist +orchardman +orchat +orchel +orchella +orchesis +orchesography +orchester +Orchestia +orchestian +orchestic +orchestiid +Orchestiidae +orchestra +orchestral +orchestraless +orchestrally +orchestrate +orchestrater +orchestration +orchestrator +orchestre +orchestric +orchestrina +orchestrion +orchialgia +orchic +orchichorea +orchid +Orchidaceae +orchidacean +orchidaceous +Orchidales +orchidalgia +orchidectomy +orchideous +orchideously +orchidist +orchiditis +orchidocele +orchidocelioplasty +orchidologist +orchidology +orchidomania +orchidopexy +orchidoplasty +orchidoptosis +orchidorrhaphy +orchidotherapy +orchidotomy +orchiectomy +orchiencephaloma +orchiepididymitis +orchil +orchilla +orchilytic +orchiocatabasis +orchiocele +orchiodynia +orchiomyeloma +orchioncus +orchioneuralgia +orchiopexy +orchioplasty +orchiorrhaphy +orchioscheocele +orchioscirrhus +orchiotomy +Orchis +orchitic +orchitis +orchotomy +orcin +orcinol +Orcinus +ordain +ordainable +ordainer +ordainment +ordanchite +ordeal +order +orderable +ordered +orderedness +orderer +orderless +orderliness +orderly +ordinable +ordinal +ordinally +ordinance +ordinand +ordinant +ordinar +ordinarily +ordinariness +ordinarius +ordinary +ordinaryship +ordinate +ordinately +ordination +ordinative +ordinatomaculate +ordinator +ordinee +ordines +ordnance +ordonnance +ordonnant +ordosite +Ordovian +Ordovices +Ordovician +ordu +ordure +ordurous +ore +oread +Oreamnos +Oreas +orecchion +orectic +orective +oreillet +orellin +oreman +orenda +orendite +Oreocarya +Oreodon +oreodont +Oreodontidae +oreodontine +oreodontoid +Oreodoxa +Oreophasinae +oreophasine +Oreophasis +Oreortyx +oreotragine +Oreotragus +Oreotrochilus +Orestean +Oresteia +oreweed +orewood +orexis +orf +orfgild +organ +organal +organbird +organdy +organella +organelle +organer +organette +organic +organical +organically +organicalness +organicism +organicismal +organicist +organicistic +organicity +organific +organing +organism +organismal +organismic +organist +organistic +organistrum +organistship +organity +organizability +organizable +organization +organizational +organizationally +organizationist +organizatory +organize +organized +organizer +organless +organoantimony +organoarsenic +organobismuth +organoboron +organochordium +organogel +organogen +organogenesis +organogenetic +organogenic +organogenist +organogeny +organogold +organographic +organographical +organographist +organography +organoid +organoiron +organolead +organoleptic +organolithium +organologic +organological +organologist +organology +organomagnesium +organomercury +organometallic +organon +organonomic +organonomy +organonym +organonymal +organonymic +organonymy +organopathy +organophil +organophile +organophilic +organophone +organophonic +organophyly +organoplastic +organoscopy +organosilicon +organosilver +organosodium +organosol +organotherapy +organotin +organotrophic +organotropic +organotropically +organotropism +organotropy +organozinc +organry +organule +organum +organzine +orgasm +orgasmic +orgastic +orgeat +orgia +orgiac +orgiacs +orgiasm +orgiast +orgiastic +orgiastical +orgic +orgue +orguinette +orgulous +orgulously +orgy +orgyia +Orias +Oribatidae +oribi +orichalceous +orichalch +orichalcum +oriconic +oricycle +oriel +oriency +orient +Oriental +oriental +Orientalia +orientalism +orientalist +orientality +orientalization +orientalize +orientally +Orientalogy +orientate +orientation +orientative +orientator +orientite +orientization +orientize +oriently +orientness +orifacial +orifice +orificial +oriflamb +oriflamme +oriform +origan +origanized +Origanum +Origenian +Origenic +Origenical +Origenism +Origenist +Origenistic +Origenize +origin +originable +original +originalist +originality +originally +originalness +originant +originarily +originary +originate +origination +originative +originatively +originator +originatress +originist +orignal +orihon +orihyperbola +orillion +orillon +orinasal +orinasality +oriole +Oriolidae +Oriolus +Orion +Oriskanian +orismologic +orismological +orismology +orison +orisphere +oristic +Oriya +Orkhon +Orkneyan +Orlando +orle +orlean +Orleanism +Orleanist +Orleanistic +Orleans +orlet +orleways +orlewise +orlo +orlop +Ormazd +ormer +ormolu +Ormond +orna +ornament +ornamental +ornamentalism +ornamentalist +ornamentality +ornamentalize +ornamentally +ornamentary +ornamentation +ornamenter +ornamentist +ornate +ornately +ornateness +ornation +ornature +orneriness +ornery +ornis +orniscopic +orniscopist +orniscopy +ornithic +ornithichnite +ornithine +Ornithischia +ornithischian +ornithivorous +ornithobiographical +ornithobiography +ornithocephalic +Ornithocephalidae +ornithocephalous +Ornithocephalus +ornithocoprolite +ornithocopros +ornithodelph +Ornithodelphia +ornithodelphian +ornithodelphic +ornithodelphous +Ornithodoros +Ornithogaea +Ornithogaean +Ornithogalum +ornithogeographic +ornithogeographical +ornithography +ornithoid +Ornitholestes +ornitholite +ornitholitic +ornithologic +ornithological +ornithologically +ornithologist +ornithology +ornithomancy +ornithomantia +ornithomantic +ornithomantist +Ornithomimidae +Ornithomimus +ornithomorph +ornithomorphic +ornithomyzous +ornithon +Ornithopappi +ornithophile +ornithophilist +ornithophilite +ornithophilous +ornithophily +ornithopod +Ornithopoda +ornithopter +Ornithoptera +Ornithopteris +Ornithorhynchidae +ornithorhynchous +Ornithorhynchus +ornithosaur +Ornithosauria +ornithosaurian +Ornithoscelida +ornithoscelidan +ornithoscopic +ornithoscopist +ornithoscopy +ornithosis +ornithotomical +ornithotomist +ornithotomy +ornithotrophy +Ornithurae +ornithuric +ornithurous +ornoite +oroanal +Orobanchaceae +orobanchaceous +Orobanche +orobancheous +orobathymetric +Orobatoidea +Orochon +orocratic +orodiagnosis +orogen +orogenesis +orogenesy +orogenetic +orogenic +orogeny +orograph +orographic +orographical +orographically +orography +oroheliograph +Orohippus +orohydrographic +orohydrographical +orohydrography +oroide +orolingual +orological +orologist +orology +orometer +orometric +orometry +Oromo +oronasal +oronoco +Orontium +oropharyngeal +oropharynx +orotherapy +Orotinan +orotund +orotundity +orphan +orphancy +orphandom +orphange +orphanhood +orphanism +orphanize +orphanry +orphanship +orpharion +Orphean +Orpheist +orpheon +orpheonist +orpheum +Orpheus +Orphic +Orphical +Orphically +Orphicism +Orphism +Orphize +orphrey +orphreyed +orpiment +orpine +Orpington +orrery +orrhoid +orrhology +orrhotherapy +orris +orrisroot +orseille +orseilline +orsel +orselle +orseller +orsellic +orsellinate +orsellinic +Orson +ort +ortalid +Ortalidae +ortalidian +Ortalis +ortet +Orthagoriscus +orthal +orthantimonic +Ortheris +orthian +orthic +orthicon +orthid +Orthidae +Orthis +orthite +orthitic +ortho +orthoarsenite +orthoaxis +orthobenzoquinone +orthobiosis +orthoborate +orthobrachycephalic +orthocarbonic +orthocarpous +Orthocarpus +orthocenter +orthocentric +orthocephalic +orthocephalous +orthocephaly +orthoceracone +Orthoceran +Orthoceras +Orthoceratidae +orthoceratite +orthoceratitic +orthoceratoid +orthochlorite +orthochromatic +orthochromatize +orthoclase +orthoclasite +orthoclastic +orthocoumaric +orthocresol +orthocymene +orthodiaene +orthodiagonal +orthodiagram +orthodiagraph +orthodiagraphic +orthodiagraphy +orthodiazin +orthodiazine +orthodolichocephalic +orthodomatic +orthodome +orthodontia +orthodontic +orthodontics +orthodontist +orthodox +orthodoxal +orthodoxality +orthodoxally +orthodoxian +orthodoxical +orthodoxically +orthodoxism +orthodoxist +orthodoxly +orthodoxness +orthodoxy +orthodromic +orthodromics +orthodromy +orthoepic +orthoepical +orthoepically +orthoepist +orthoepistic +orthoepy +orthoformic +orthogamous +orthogamy +orthogenesis +orthogenetic +orthogenic +orthognathic +orthognathism +orthognathous +orthognathus +orthognathy +orthogneiss +orthogonal +orthogonality +orthogonally +orthogonial +orthograde +orthogranite +orthograph +orthographer +orthographic +orthographical +orthographically +orthographist +orthographize +orthography +orthohydrogen +orthologer +orthologian +orthological +orthology +orthometopic +orthometric +orthometry +Orthonectida +orthonitroaniline +orthopath +orthopathic +orthopathically +orthopathy +orthopedia +orthopedic +orthopedical +orthopedically +orthopedics +orthopedist +orthopedy +orthophenylene +orthophonic +orthophony +orthophoria +orthophoric +orthophosphate +orthophosphoric +orthophyre +orthophyric +orthopinacoid +orthopinacoidal +orthoplastic +orthoplasy +orthoplumbate +orthopnea +orthopneic +orthopod +Orthopoda +orthopraxis +orthopraxy +orthoprism +orthopsychiatric +orthopsychiatrical +orthopsychiatrist +orthopsychiatry +orthopter +Orthoptera +orthopteral +orthopteran +orthopterist +orthopteroid +Orthopteroidea +orthopterological +orthopterologist +orthopterology +orthopteron +orthopterous +orthoptic +orthopyramid +orthopyroxene +orthoquinone +orthorhombic +Orthorrhapha +orthorrhaphous +orthorrhaphy +orthoscope +orthoscopic +orthose +orthosemidin +orthosemidine +orthosilicate +orthosilicic +orthosis +orthosite +orthosomatic +orthospermous +orthostatic +orthostichous +orthostichy +orthostyle +orthosubstituted +orthosymmetric +orthosymmetrical +orthosymmetrically +orthosymmetry +orthotactic +orthotectic +orthotic +orthotolidin +orthotolidine +orthotoluic +orthotoluidin +orthotoluidine +orthotomic +orthotomous +orthotone +orthotonesis +orthotonic +orthotonus +orthotropal +orthotropic +orthotropism +orthotropous +orthotropy +orthotype +orthotypous +orthovanadate +orthovanadic +orthoveratraldehyde +orthoveratric +orthoxazin +orthoxazine +orthoxylene +orthron +ortiga +ortive +Ortol +ortolan +Ortrud +ortstein +ortygan +Ortygian +Ortyginae +ortygine +Ortyx +Orunchun +orvietan +orvietite +Orvieto +Orville +ory +Orycteropodidae +Orycteropus +oryctics +oryctognostic +oryctognostical +oryctognostically +oryctognosy +Oryctolagus +oryssid +Oryssidae +Oryssus +Oryx +Oryza +oryzenin +oryzivorous +Oryzomys +Oryzopsis +Oryzorictes +Oryzorictinae +Os +os +Osage +osamin +osamine +osazone +Osc +Oscan +Oscar +Oscarella +Oscarellidae +oscella +oscheal +oscheitis +oscheocarcinoma +oscheocele +oscheolith +oscheoma +oscheoncus +oscheoplasty +Oschophoria +oscillance +oscillancy +oscillant +Oscillaria +Oscillariaceae +oscillariaceous +oscillate +oscillating +oscillation +oscillative +oscillatively +oscillator +Oscillatoria +Oscillatoriaceae +oscillatoriaceous +oscillatorian +oscillatory +oscillogram +oscillograph +oscillographic +oscillography +oscillometer +oscillometric +oscillometry +oscilloscope +oscin +oscine +Oscines +oscinian +Oscinidae +oscinine +Oscinis +oscitance +oscitancy +oscitant +oscitantly +oscitate +oscitation +oscnode +osculable +osculant +oscular +oscularity +osculate +osculation +osculatory +osculatrix +oscule +osculiferous +osculum +oscurrantist +ose +osela +oshac +Osiandrian +oside +osier +osiered +osierlike +osiery +Osirian +Osiride +Osiridean +Osirification +Osirify +Osiris +Osirism +Oskar +Osmanie +Osmanli +Osmanthus +osmate +osmatic +osmatism +osmazomatic +osmazomatous +osmazome +Osmeridae +Osmerus +osmesis +osmeterium +osmetic +osmic +osmidrosis +osmin +osmina +osmious +osmiridium +osmium +osmodysphoria +osmogene +osmograph +osmolagnia +osmology +osmometer +osmometric +osmometry +Osmond +osmondite +osmophore +osmoregulation +Osmorhiza +osmoscope +osmose +osmosis +osmotactic +osmotaxis +osmotherapy +osmotic +osmotically +osmous +osmund +Osmunda +Osmundaceae +osmundaceous +osmundine +Osnaburg +Osnappar +osoberry +osone +osophy +osotriazine +osotriazole +osphradial +osphradium +osphresiolagnia +osphresiologic +osphresiologist +osphresiology +osphresiometer +osphresiometry +osphresiophilia +osphresis +osphretic +Osphromenidae +osphyalgia +osphyalgic +osphyarthritis +osphyitis +osphyocele +osphyomelitis +osprey +ossal +ossarium +ossature +osse +ossein +osselet +ossements +osseoalbuminoid +osseoaponeurotic +osseocartilaginous +osseofibrous +osseomucoid +osseous +osseously +Osset +Ossetian +Ossetic +Ossetine +Ossetish +Ossian +Ossianesque +Ossianic +Ossianism +Ossianize +ossicle +ossicular +ossiculate +ossicule +ossiculectomy +ossiculotomy +ossiculum +ossiferous +ossific +ossification +ossified +ossifier +ossifluence +ossifluent +ossiform +ossifrage +ossifrangent +ossify +ossivorous +ossuarium +ossuary +ossypite +ostalgia +Ostara +ostariophysan +Ostariophyseae +Ostariophysi +ostariophysial +ostariophysous +ostarthritis +osteal +ostealgia +osteanabrosis +osteanagenesis +ostearthritis +ostearthrotomy +ostectomy +osteectomy +osteectopia +osteectopy +Osteichthyes +ostein +osteitic +osteitis +ostemia +ostempyesis +ostensibility +ostensible +ostensibly +ostension +ostensive +ostensively +ostensorium +ostensory +ostent +ostentate +ostentation +ostentatious +ostentatiously +ostentatiousness +ostentive +ostentous +osteoaneurysm +osteoarthritis +osteoarthropathy +osteoarthrotomy +osteoblast +osteoblastic +osteoblastoma +osteocachetic +osteocarcinoma +osteocartilaginous +osteocele +osteocephaloma +osteochondritis +osteochondrofibroma +osteochondroma +osteochondromatous +osteochondropathy +osteochondrophyte +osteochondrosarcoma +osteochondrous +osteoclasia +osteoclasis +osteoclast +osteoclastic +osteoclasty +osteocolla +osteocomma +osteocranium +osteocystoma +osteodentin +osteodentinal +osteodentine +osteoderm +osteodermal +osteodermatous +osteodermia +osteodermis +osteodiastasis +osteodynia +osteodystrophy +osteoencephaloma +osteoenchondroma +osteoepiphysis +osteofibroma +osteofibrous +osteogangrene +osteogen +osteogenesis +osteogenetic +osteogenic +osteogenist +osteogenous +osteogeny +osteoglossid +Osteoglossidae +osteoglossoid +Osteoglossum +osteographer +osteography +osteohalisteresis +osteoid +Osteolepidae +Osteolepis +osteolite +osteologer +osteologic +osteological +osteologically +osteologist +osteology +osteolysis +osteolytic +osteoma +osteomalacia +osteomalacial +osteomalacic +osteomancy +osteomanty +osteomatoid +osteomere +osteometric +osteometrical +osteometry +osteomyelitis +osteoncus +osteonecrosis +osteoneuralgia +osteopaedion +osteopath +osteopathic +osteopathically +osteopathist +osteopathy +osteopedion +osteoperiosteal +osteoperiostitis +osteopetrosis +osteophage +osteophagia +osteophlebitis +osteophone +osteophony +osteophore +osteophyma +osteophyte +osteophytic +osteoplaque +osteoplast +osteoplastic +osteoplasty +osteoporosis +osteoporotic +osteorrhaphy +osteosarcoma +osteosarcomatous +osteosclerosis +osteoscope +osteosis +osteosteatoma +osteostixis +osteostomatous +osteostomous +osteostracan +Osteostraci +osteosuture +osteosynovitis +osteosynthesis +osteothrombosis +osteotome +osteotomist +osteotomy +osteotribe +osteotrite +osteotrophic +osteotrophy +Ostertagia +ostial +ostiary +ostiate +Ostic +ostiolar +ostiolate +ostiole +ostitis +ostium +ostleress +Ostmannic +ostmark +Ostmen +ostosis +Ostracea +ostracean +ostraceous +Ostraciidae +ostracine +ostracioid +Ostracion +ostracism +ostracizable +ostracization +ostracize +ostracizer +ostracod +Ostracoda +ostracode +ostracoderm +Ostracodermi +ostracodous +ostracoid +Ostracoidea +ostracon +ostracophore +Ostracophori +ostracophorous +ostracum +Ostraeacea +ostraite +Ostrea +ostreaceous +ostreger +ostreicultural +ostreiculture +ostreiculturist +Ostreidae +ostreiform +ostreodynamometer +ostreoid +ostreophage +ostreophagist +ostreophagous +ostrich +ostrichlike +Ostrogoth +Ostrogothian +Ostrogothic +Ostrya +Ostyak +Oswald +Oswegan +otacoustic +otacousticon +Otaheitan +otalgia +otalgic +otalgy +Otaria +otarian +Otariidae +Otariinae +otariine +otarine +otarioid +otary +otate +otectomy +otelcosis +Otello +Othake +othelcosis +Othello +othematoma +othemorrhea +otheoscope +other +otherdom +otherest +othergates +otherguess +otherhow +otherism +otherist +otherness +othersome +othertime +otherwards +otherwhence +otherwhere +otherwhereness +otherwheres +otherwhile +otherwhiles +otherwhither +otherwise +otherwiseness +otherworld +otherworldliness +otherworldly +otherworldness +Othin +Othinism +othmany +Othonna +othygroma +otiant +otiatric +otiatrics +otiatry +otic +oticodinia +Otidae +Otides +Otididae +otidiform +otidine +Otidiphaps +otidium +otiorhynchid +Otiorhynchidae +Otiorhynchinae +otiose +otiosely +otioseness +otiosity +Otis +otitic +otitis +otkon +Oto +otoantritis +otoblennorrhea +otocariasis +otocephalic +otocephaly +otocerebritis +otocleisis +otoconial +otoconite +otoconium +otocrane +otocranial +otocranic +otocranium +Otocyon +otocyst +otocystic +otodynia +otodynic +otoencephalitis +otogenic +otogenous +otographical +otography +Otogyps +otohemineurasthenia +otolaryngologic +otolaryngologist +otolaryngology +otolite +otolith +Otolithidae +Otolithus +otolitic +otological +otologist +otology +Otomaco +otomassage +Otomi +Otomian +Otomitlan +otomucormycosis +otomyces +otomycosis +otonecrectomy +otoneuralgia +otoneurasthenia +otopathic +otopathy +otopharyngeal +otophone +otopiesis +otoplastic +otoplasty +otopolypus +otopyorrhea +otopyosis +otorhinolaryngologic +otorhinolaryngologist +otorhinolaryngology +otorrhagia +otorrhea +otorrhoea +otosalpinx +otosclerosis +otoscope +otoscopic +otoscopy +otosis +otosphenal +otosteal +otosteon +ototomy +Otozoum +ottajanite +ottar +ottavarima +Ottawa +otter +otterer +otterhound +ottinger +ottingkar +Otto +otto +Ottoman +Ottomanean +Ottomanic +Ottomanism +Ottomanization +Ottomanize +Ottomanlike +Ottomite +ottrelife +Ottweilian +Otuquian +oturia +Otus +Otyak +ouabain +ouabaio +ouabe +ouachitite +ouakari +ouananiche +oubliette +ouch +Oudemian +oudenarde +Oudenodon +oudenodont +ouenite +ouf +ough +ought +oughtness +oughtnt +Ouija +ouistiti +oukia +oulap +ounce +ounds +ouphe +ouphish +our +Ouranos +ourie +ouroub +Ourouparia +ours +ourself +ourselves +oust +ouster +out +outact +outadmiral +Outagami +outage +outambush +outarde +outargue +outask +outawe +outbabble +outback +outbacker +outbake +outbalance +outban +outbanter +outbar +outbargain +outbark +outbawl +outbeam +outbear +outbearing +outbeg +outbeggar +outbelch +outbellow +outbent +outbetter +outbid +outbidder +outbirth +outblacken +outblaze +outbleat +outbleed +outbless +outbloom +outblossom +outblot +outblow +outblowing +outblown +outbluff +outblunder +outblush +outbluster +outboard +outboast +outbolting +outbond +outbook +outborn +outborough +outbound +outboundaries +outbounds +outbow +outbowed +outbowl +outbox +outbrag +outbranch +outbranching +outbrave +outbray +outbrazen +outbreak +outbreaker +outbreaking +outbreath +outbreathe +outbreather +outbred +outbreed +outbreeding +outbribe +outbridge +outbring +outbrother +outbud +outbuild +outbuilding +outbulge +outbulk +outbully +outburn +outburst +outbustle +outbuy +outbuzz +outby +outcant +outcaper +outcarol +outcarry +outcase +outcast +outcaste +outcasting +outcastness +outcavil +outchamber +outcharm +outchase +outchatter +outcheat +outchide +outcity +outclamor +outclass +outclerk +outclimb +outcome +outcomer +outcoming +outcompass +outcomplete +outcompliment +outcorner +outcountry +outcourt +outcrawl +outcricket +outcrier +outcrop +outcropper +outcross +outcrossing +outcrow +outcrowd +outcry +outcull +outcure +outcurse +outcurve +outcut +outdaciousness +outdance +outdare +outdate +outdated +outdazzle +outdevil +outdispatch +outdistance +outdistrict +outdo +outdodge +outdoer +outdoor +outdoorness +outdoors +outdoorsman +outdraft +outdragon +outdraw +outdream +outdress +outdrink +outdrive +outdure +outdwell +outdweller +outdwelling +outeat +outecho +outed +outedge +outen +outer +outerly +outermost +outerness +outerwear +outeye +outeyed +outfable +outface +outfall +outfame +outfangthief +outfast +outfawn +outfeast +outfeat +outfeeding +outfence +outferret +outfiction +outfield +outfielder +outfieldsman +outfight +outfighter +outfighting +outfigure +outfish +outfit +outfitter +outflame +outflank +outflanker +outflanking +outflare +outflash +outflatter +outfling +outfloat +outflourish +outflow +outflue +outflung +outflunky +outflush +outflux +outfly +outfold +outfool +outfoot +outform +outfort +outfreeman +outfront +outfroth +outfrown +outgabble +outgain +outgallop +outgamble +outgame +outgang +outgarment +outgarth +outgas +outgate +outgauge +outgaze +outgeneral +outgive +outgiving +outglad +outglare +outgleam +outglitter +outgloom +outglow +outgnaw +outgo +outgoer +outgoing +outgoingness +outgone +outgreen +outgrin +outground +outgrow +outgrowing +outgrowth +outguard +outguess +outgun +outgush +outhammer +outhasten +outhaul +outhauler +outhear +outheart +outhector +outheel +outher +outhire +outhiss +outhit +outhold +outhorror +outhouse +outhousing +outhowl +outhue +outhumor +outhunt +outhurl +outhut +outhymn +outhyperbolize +outimage +outing +outinvent +outish +outissue +outjazz +outjest +outjet +outjetting +outjinx +outjockey +outjourney +outjuggle +outjump +outjut +outkeeper +outkick +outkill +outking +outkiss +outkitchen +outknave +outknee +outlabor +outlaid +outlance +outland +outlander +outlandish +outlandishlike +outlandishly +outlandishness +outlash +outlast +outlaugh +outlaunch +outlaw +outlawry +outlay +outlean +outleap +outlearn +outlegend +outlength +outlengthen +outler +outlet +outlie +outlier +outlighten +outlimb +outlimn +outline +outlinear +outlined +outlineless +outliner +outlinger +outlip +outlipped +outlive +outliver +outlodging +outlook +outlooker +outlord +outlove +outlung +outluster +outly +outlying +outmagic +outmalaprop +outman +outmaneuver +outmantle +outmarch +outmarriage +outmarry +outmaster +outmatch +outmate +outmeasure +outmerchant +outmiracle +outmode +outmoded +outmost +outmount +outmouth +outmove +outname +outness +outnight +outnoise +outnook +outnumber +outoffice +outoven +outpace +outpage +outpaint +outparagon +outparamour +outparish +outpart +outpass +outpassion +outpath +outpatient +outpay +outpayment +outpeal +outpeep +outpeer +outpension +outpensioner +outpeople +outperform +outpick +outpicket +outpipe +outpitch +outpity +outplace +outplan +outplay +outplayed +outplease +outplod +outplot +outpocketing +outpoint +outpoise +outpoison +outpoll +outpomp +outpop +outpopulate +outporch +outport +outporter +outportion +outpost +outpouching +outpour +outpourer +outpouring +outpractice +outpraise +outpray +outpreach +outpreen +outprice +outprodigy +outproduce +outpromise +outpry +outpull +outpupil +outpurl +outpurse +outpush +output +outputter +outquaff +outquarters +outqueen +outquestion +outquibble +outquote +outrace +outrage +outrageous +outrageously +outrageousness +outrageproof +outrager +outraging +outrail +outrance +outrange +outrank +outrant +outrap +outrate +outraught +outrave +outray +outre +outreach +outread +outreason +outreckon +outredden +outrede +outreign +outrelief +outremer +outreness +outrhyme +outrick +outride +outrider +outriding +outrig +outrigger +outriggered +outriggerless +outrigging +outright +outrightly +outrightness +outring +outrival +outroar +outrogue +outroll +outromance +outrooper +outroot +outrove +outrow +outroyal +outrun +outrunner +outrush +outsail +outsaint +outsally +outsatisfy +outsavor +outsay +outscent +outscold +outscore +outscorn +outscour +outscouring +outscream +outsea +outseam +outsearch +outsee +outseek +outsell +outsentry +outsert +outservant +outset +outsetting +outsettlement +outsettler +outshadow +outshake +outshame +outshape +outsharp +outsharpen +outsheathe +outshift +outshine +outshiner +outshoot +outshot +outshoulder +outshout +outshove +outshow +outshower +outshriek +outshrill +outshut +outside +outsided +outsidedness +outsideness +outsider +outsift +outsigh +outsight +outsin +outsing +outsit +outsize +outsized +outskill +outskip +outskirmish +outskirmisher +outskirt +outskirter +outslander +outslang +outsleep +outslide +outslink +outsmart +outsmell +outsmile +outsnatch +outsnore +outsoar +outsole +outsoler +outsonnet +outsophisticate +outsound +outspan +outsparkle +outspeak +outspeaker +outspeech +outspeed +outspell +outspend +outspent +outspill +outspin +outspirit +outspit +outsplendor +outspoken +outspokenly +outspokenness +outsport +outspout +outspread +outspring +outsprint +outspue +outspurn +outspurt +outstagger +outstair +outstand +outstander +outstanding +outstandingly +outstandingness +outstare +outstart +outstarter +outstartle +outstate +outstation +outstatistic +outstature +outstay +outsteal +outsteam +outstep +outsting +outstink +outstood +outstorm +outstrain +outstream +outstreet +outstretch +outstretcher +outstride +outstrike +outstrip +outstrive +outstroke +outstrut +outstudent +outstudy +outstunt +outsubtle +outsuck +outsucken +outsuffer +outsuitor +outsulk +outsum +outsuperstition +outswagger +outswarm +outswear +outsweep +outsweeping +outsweeten +outswell +outswift +outswim +outswindle +outswing +outswirl +outtaken +outtalent +outtalk +outtask +outtaste +outtear +outtease +outtell +outthieve +outthink +outthreaten +outthrob +outthrough +outthrow +outthrust +outthruster +outthunder +outthwack +outtinkle +outtire +outtoil +outtongue +outtop +outtower +outtrade +outtrail +outtravel +outtrick +outtrot +outtrump +outturn +outturned +outtyrannize +outusure +outvalue +outvanish +outvaunt +outvelvet +outvenom +outvictor +outvie +outvier +outvigil +outvillage +outvillain +outvociferate +outvoice +outvote +outvoter +outvoyage +outwait +outwake +outwale +outwalk +outwall +outwallop +outwander +outwar +outwarble +outward +outwardly +outwardmost +outwardness +outwards +outwash +outwaste +outwatch +outwater +outwave +outwealth +outweapon +outwear +outweary +outweave +outweed +outweep +outweigh +outweight +outwell +outwent +outwhirl +outwick +outwile +outwill +outwind +outwindow +outwing +outwish +outwit +outwith +outwittal +outwitter +outwoe +outwoman +outwood +outword +outwore +outwork +outworker +outworld +outworn +outworth +outwrangle +outwrench +outwrest +outwrestle +outwriggle +outwring +outwrite +outwrought +outyard +outyell +outyelp +outyield +outzany +ouzel +Ova +ova +Ovaherero +oval +ovalbumin +ovalescent +ovaliform +ovalish +ovalization +ovalize +ovally +ovalness +ovaloid +ovalwise +Ovambo +Ovampo +Ovangangela +ovant +ovarial +ovarian +ovarin +ovarioabdominal +ovariocele +ovariocentesis +ovariocyesis +ovariodysneuria +ovariohysterectomy +ovariole +ovariolumbar +ovariorrhexis +ovariosalpingectomy +ovariosteresis +ovariostomy +ovariotomist +ovariotomize +ovariotomy +ovariotubal +ovarious +ovaritis +ovarium +ovary +ovate +ovateconical +ovated +ovately +ovation +ovational +ovationary +ovatoacuminate +ovatoconical +ovatocordate +ovatocylindraceous +ovatodeltoid +ovatoellipsoidal +ovatoglobose +ovatolanceolate +ovatooblong +ovatoorbicular +ovatopyriform +ovatoquadrangular +ovatorotundate +ovatoserrate +ovatotriangular +oven +ovenbird +ovenful +ovenlike +ovenly +ovenman +ovenpeel +ovenstone +ovenware +ovenwise +over +overability +overable +overabound +overabsorb +overabstain +overabstemious +overabstemiousness +overabundance +overabundant +overabundantly +overabuse +overaccentuate +overaccumulate +overaccumulation +overaccuracy +overaccurate +overaccurately +overact +overaction +overactive +overactiveness +overactivity +overacute +overaddiction +overadvance +overadvice +overaffect +overaffirmation +overafflict +overaffliction +overage +overageness +overaggravate +overaggravation +overagitate +overagonize +overall +overalled +overalls +overambitioned +overambitious +overambling +overanalyze +overangelic +overannotate +overanswer +overanxiety +overanxious +overanxiously +overappareled +overappraisal +overappraise +overapprehended +overapprehension +overapprehensive +overapt +overarch +overargue +overarm +overartificial +overartificiality +overassail +overassert +overassertion +overassertive +overassertively +overassertiveness +overassess +overassessment +overassumption +overattached +overattachment +overattention +overattentive +overattentively +overawe +overawful +overawn +overawning +overbake +overbalance +overballast +overbalm +overbanded +overbandy +overbank +overbanked +overbark +overbarren +overbarrenness +overbase +overbaseness +overbashful +overbashfully +overbashfulness +overbattle +overbear +overbearance +overbearer +overbearing +overbearingly +overbearingness +overbeat +overbeating +overbeetling +overbelief +overbend +overbepatched +overberg +overbet +overbias +overbid +overbig +overbigness +overbillow +overbit +overbite +overbitten +overbitter +overbitterly +overbitterness +overblack +overblame +overblaze +overbleach +overblessed +overblessedness +overblind +overblindly +overblithe +overbloom +overblouse +overblow +overblowing +overblown +overboard +overboast +overboastful +overbodice +overboding +overbody +overboil +overbold +overboldly +overboldness +overbook +overbookish +overbooming +overborne +overborrow +overbought +overbound +overbounteous +overbounteously +overbounteousness +overbow +overbowed +overbowl +overbrace +overbragging +overbrained +overbranch +overbrave +overbravely +overbravery +overbray +overbreak +overbreathe +overbred +overbreed +overbribe +overbridge +overbright +overbrightly +overbrightness +overbrilliancy +overbrilliant +overbrilliantly +overbrim +overbrimmingly +overbroaden +overbroil +overbrood +overbrow +overbrown +overbrowse +overbrush +overbrutal +overbrutality +overbrutalize +overbrutally +overbubbling +overbuild +overbuilt +overbulk +overbulky +overbumptious +overburden +overburdeningly +overburdensome +overburn +overburned +overburningly +overburnt +overburst +overburthen +overbusily +overbusiness +overbusy +overbuy +overby +overcall +overcanny +overcanopy +overcap +overcapable +overcapably +overcapacity +overcape +overcapitalization +overcapitalize +overcaptious +overcaptiously +overcaptiousness +overcard +overcare +overcareful +overcarefully +overcareless +overcarelessly +overcarelessness +overcaring +overcarking +overcarry +overcast +overcasting +overcasual +overcasually +overcatch +overcaution +overcautious +overcautiously +overcautiousness +overcentralization +overcentralize +overcertification +overcertify +overchafe +overchannel +overchant +overcharge +overchargement +overcharger +overcharitable +overcharitably +overcharity +overchase +overcheap +overcheaply +overcheapness +overcheck +overcherish +overchidden +overchief +overchildish +overchildishness +overchill +overchlorinate +overchoke +overchrome +overchurch +overcirculate +overcircumspect +overcircumspection +overcivil +overcivility +overcivilization +overcivilize +overclaim +overclamor +overclasp +overclean +overcleanly +overcleanness +overcleave +overclever +overcleverness +overclimb +overcloak +overclog +overclose +overclosely +overcloseness +overclothe +overclothes +overcloud +overcloy +overcluster +overcoached +overcoat +overcoated +overcoating +overcoil +overcold +overcoldly +overcollar +overcolor +overcomable +overcome +overcomer +overcomingly +overcommand +overcommend +overcommon +overcommonly +overcommonness +overcompensate +overcompensation +overcompensatory +overcompetition +overcompetitive +overcomplacency +overcomplacent +overcomplacently +overcomplete +overcomplex +overcomplexity +overcompliant +overcompound +overconcentrate +overconcentration +overconcern +overconcerned +overcondensation +overcondense +overconfidence +overconfident +overconfidently +overconfute +overconquer +overconscientious +overconscious +overconsciously +overconsciousness +overconservatism +overconservative +overconservatively +overconsiderate +overconsiderately +overconsideration +overconsume +overconsumption +overcontented +overcontentedly +overcontentment +overcontract +overcontraction +overcontribute +overcontribution +overcook +overcool +overcoolly +overcopious +overcopiously +overcopiousness +overcorned +overcorrect +overcorrection +overcorrupt +overcorruption +overcorruptly +overcostly +overcount +overcourteous +overcourtesy +overcover +overcovetous +overcovetousness +overcow +overcoy +overcoyness +overcram +overcredit +overcredulity +overcredulous +overcredulously +overcreed +overcreep +overcritical +overcritically +overcriticalness +overcriticism +overcriticize +overcrop +overcross +overcrow +overcrowd +overcrowded +overcrowdedly +overcrowdedness +overcrown +overcrust +overcry +overcull +overcultivate +overcultivation +overculture +overcultured +overcumber +overcunning +overcunningly +overcunningness +overcup +overcured +overcurious +overcuriously +overcuriousness +overcurl +overcurrency +overcurrent +overcurtain +overcustom +overcut +overcutter +overcutting +overdaintily +overdaintiness +overdainty +overdamn +overdance +overdangle +overdare +overdaringly +overdarken +overdash +overdazed +overdazzle +overdeal +overdear +overdearly +overdearness +overdeck +overdecorate +overdecoration +overdecorative +overdeeming +overdeep +overdeepen +overdeeply +overdeliberate +overdeliberation +overdelicacy +overdelicate +overdelicately +overdelicious +overdeliciously +overdelighted +overdelightedly +overdemand +overdemocracy +overdepress +overdepressive +overdescant +overdesire +overdesirous +overdesirousness +overdestructive +overdestructively +overdestructiveness +overdetermination +overdetermined +overdevelop +overdevelopment +overdevoted +overdevotedly +overdevotion +overdiffuse +overdiffusely +overdiffuseness +overdigest +overdignified +overdignifiedly +overdignifiedness +overdignify +overdignity +overdiligence +overdiligent +overdiligently +overdilute +overdilution +overdischarge +overdiscipline +overdiscount +overdiscourage +overdiscouragement +overdistance +overdistant +overdistantly +overdistantness +overdistempered +overdistention +overdiverse +overdiversely +overdiversification +overdiversify +overdiversity +overdo +overdoctrinize +overdoer +overdogmatic +overdogmatically +overdogmatism +overdome +overdominate +overdone +overdoor +overdosage +overdose +overdoubt +overdoze +overdraft +overdrain +overdrainage +overdramatic +overdramatically +overdrape +overdrapery +overdraw +overdrawer +overdream +overdrench +overdress +overdrifted +overdrink +overdrip +overdrive +overdriven +overdroop +overdrowsed +overdry +overdubbed +overdue +overdunged +overdure +overdust +overdye +overeager +overeagerly +overeagerness +overearnest +overearnestly +overearnestness +overeasily +overeasiness +overeasy +overeat +overeaten +overedge +overedit +overeducate +overeducated +overeducation +overeducative +overeffort +overegg +overelaborate +overelaborately +overelaboration +overelate +overelegance +overelegancy +overelegant +overelegantly +overelliptical +overembellish +overembellishment +overembroider +overemotional +overemotionality +overemotionalize +overemphasis +overemphasize +overemphatic +overemphatically +overemphaticness +overempired +overemptiness +overempty +overenter +overenthusiasm +overenthusiastic +overentreat +overentry +overequal +overestimate +overestimation +overexcelling +overexcitability +overexcitable +overexcitably +overexcite +overexcitement +overexercise +overexert +overexerted +overexertedly +overexertedness +overexertion +overexpand +overexpansion +overexpansive +overexpect +overexpectant +overexpectantly +overexpenditure +overexpert +overexplain +overexplanation +overexpose +overexposure +overexpress +overexquisite +overexquisitely +overextend +overextension +overextensive +overextreme +overexuberant +overeye +overeyebrowed +overface +overfacile +overfacilely +overfacility +overfactious +overfactiousness +overfag +overfagged +overfaint +overfaith +overfaithful +overfaithfully +overfall +overfamed +overfamiliar +overfamiliarity +overfamiliarly +overfamous +overfanciful +overfancy +overfar +overfast +overfastidious +overfastidiously +overfastidiousness +overfasting +overfat +overfatigue +overfatten +overfavor +overfavorable +overfavorably +overfear +overfearful +overfearfully +overfearfulness +overfeast +overfeatured +overfed +overfee +overfeed +overfeel +overfellowlike +overfellowly +overfelon +overfeminine +overfeminize +overfertile +overfertility +overfestoon +overfew +overfierce +overfierceness +overfile +overfill +overfilm +overfine +overfinished +overfish +overfit +overfix +overflatten +overfleece +overfleshed +overflexion +overfling +overfloat +overflog +overflood +overflorid +overfloridness +overflourish +overflow +overflowable +overflower +overflowing +overflowingly +overflowingness +overflown +overfluency +overfluent +overfluently +overflush +overflutter +overfly +overfold +overfond +overfondle +overfondly +overfondness +overfoolish +overfoolishly +overfoolishness +overfoot +overforce +overforged +overformed +overforward +overforwardly +overforwardness +overfought +overfoul +overfoully +overfrail +overfrailty +overfranchised +overfrank +overfrankly +overfrankness +overfraught +overfree +overfreedom +overfreely +overfreight +overfrequency +overfrequent +overfrequently +overfret +overfrieze +overfrighted +overfrighten +overfroth +overfrown +overfrozen +overfruited +overfruitful +overfull +overfullness +overfunctioning +overfurnish +overgaiter +overgalled +overgamble +overgang +overgarment +overgarrison +overgaze +overgeneral +overgeneralize +overgenerally +overgenerosity +overgenerous +overgenerously +overgenial +overgeniality +overgentle +overgently +overget +overgifted +overgild +overgilted +overgird +overgirded +overgirdle +overglad +overgladly +overglance +overglass +overglaze +overglide +overglint +overgloom +overgloominess +overgloomy +overglorious +overgloss +overglut +overgo +overgoad +overgod +overgodliness +overgodly +overgood +overgorge +overgovern +overgovernment +overgown +overgrace +overgracious +overgrade +overgrain +overgrainer +overgrasping +overgrateful +overgratefully +overgratification +overgratify +overgratitude +overgraze +overgreasiness +overgreasy +overgreat +overgreatly +overgreatness +overgreed +overgreedily +overgreediness +overgreedy +overgrieve +overgrievous +overgrind +overgross +overgrossly +overgrossness +overground +overgrow +overgrown +overgrowth +overguilty +overgun +overhair +overhalf +overhand +overhanded +overhandicap +overhandle +overhang +overhappy +overharass +overhard +overharden +overhardness +overhardy +overharsh +overharshly +overharshness +overhaste +overhasten +overhastily +overhastiness +overhasty +overhate +overhatted +overhaughty +overhaul +overhauler +overhead +overheadiness +overheadman +overheady +overheap +overhear +overhearer +overheartily +overhearty +overheat +overheatedly +overheave +overheaviness +overheavy +overheight +overheighten +overheinous +overheld +overhelp +overhelpful +overhigh +overhighly +overhill +overhit +overholiness +overhollow +overholy +overhomeliness +overhomely +overhonest +overhonestly +overhonesty +overhonor +overhorse +overhot +overhotly +overhour +overhouse +overhover +overhuge +overhuman +overhumanity +overhumanize +overhung +overhunt +overhurl +overhurriedly +overhurry +overhusk +overhysterical +overidealism +overidealistic +overidle +overidly +overillustrate +overillustration +overimaginative +overimaginativeness +overimitate +overimitation +overimitative +overimitatively +overimport +overimportation +overimpress +overimpressible +overinclinable +overinclination +overinclined +overincrust +overincurious +overindividualism +overindividualistic +overindulge +overindulgence +overindulgent +overindulgently +overindustrialization +overindustrialize +overinflate +overinflation +overinflative +overinfluence +overinfluential +overinform +overink +overinsist +overinsistence +overinsistent +overinsistently +overinsolence +overinsolent +overinsolently +overinstruct +overinstruction +overinsurance +overinsure +overintellectual +overintellectuality +overintense +overintensely +overintensification +overintensity +overinterest +overinterested +overinterestedness +overinventoried +overinvest +overinvestment +overiodize +overirrigate +overirrigation +overissue +overitching +overjacket +overjade +overjaded +overjawed +overjealous +overjealously +overjealousness +overjob +overjocular +overjoy +overjoyful +overjoyfully +overjoyous +overjudge +overjudging +overjudgment +overjudicious +overjump +overjust +overjutting +overkeen +overkeenness +overkeep +overkick +overkind +overkindly +overkindness +overking +overknavery +overknee +overknow +overknowing +overlabor +overlace +overlactation +overlade +overlaid +overlain +overland +Overlander +overlander +overlanguaged +overlap +overlard +overlarge +overlargely +overlargeness +overlascivious +overlast +overlate +overlaudation +overlaudatory +overlaugh +overlaunch +overlave +overlavish +overlavishly +overlax +overlaxative +overlaxly +overlaxness +overlay +overlayer +overlead +overleaf +overlean +overleap +overlearn +overlearned +overlearnedly +overlearnedness +overleather +overleave +overleaven +overleer +overleg +overlegislation +overleisured +overlength +overlettered +overlewd +overlewdly +overlewdness +overliberal +overliberality +overliberally +overlicentious +overlick +overlie +overlier +overlift +overlight +overlighted +overlightheaded +overlightly +overlightsome +overliking +overline +overling +overlinger +overlinked +overlip +overlipping +overlisted +overlisten +overliterary +overlittle +overlive +overliveliness +overlively +overliver +overload +overloath +overlock +overlocker +overlofty +overlogical +overlogically +overlong +overlook +overlooker +overloose +overlord +overlordship +overloud +overloup +overlove +overlover +overlow +overlowness +overloyal +overloyally +overloyalty +overlubricatio +overluscious +overlush +overlustiness +overlusty +overluxuriance +overluxuriant +overluxurious +overly +overlying +overmagnify +overmagnitude +overmajority +overmalapert +overman +overmantel +overmantle +overmany +overmarch +overmark +overmarking +overmarl +overmask +overmast +overmaster +overmasterful +overmasterfully +overmasterfulness +overmastering +overmasteringly +overmatch +overmatter +overmature +overmaturity +overmean +overmeanly +overmeanness +overmeasure +overmeddle +overmeek +overmeekly +overmeekness +overmellow +overmellowness +overmelodied +overmelt +overmerciful +overmercifulness +overmerit +overmerrily +overmerry +overmettled +overmickle +overmighty +overmild +overmill +overminute +overminutely +overminuteness +overmix +overmoccasin +overmodest +overmodestly +overmodesty +overmodulation +overmoist +overmoisten +overmoisture +overmortgage +overmoss +overmost +overmotor +overmount +overmounts +overmourn +overmournful +overmournfully +overmuch +overmuchness +overmultiplication +overmultiply +overmultitude +overname +overnarrow +overnarrowly +overnationalization +overnear +overneat +overneatness +overneglect +overnegligence +overnegligent +overnervous +overnervously +overnervousness +overnet +overnew +overnice +overnicely +overniceness +overnicety +overnigh +overnight +overnimble +overnipping +overnoise +overnotable +overnourish +overnoveled +overnumber +overnumerous +overnumerousness +overnurse +overobedience +overobedient +overobediently +overobese +overobjectify +overoblige +overobsequious +overobsequiously +overobsequiousness +overoffend +overoffensive +overofficered +overofficious +overorder +overornamented +overpained +overpainful +overpainfully +overpainfulness +overpaint +overpamper +overpart +overparted +overpartial +overpartiality +overpartially +overparticular +overparticularly +overpass +overpassionate +overpassionately +overpassionateness +overpast +overpatient +overpatriotic +overpay +overpayment +overpeer +overpending +overpensive +overpensiveness +overpeople +overpepper +overperemptory +overpersuade +overpersuasion +overpert +overpessimism +overpessimistic +overpet +overphysic +overpick +overpicture +overpinching +overpitch +overpitched +overpiteous +overplace +overplaced +overplacement +overplain +overplant +overplausible +overplay +overplease +overplenitude +overplenteous +overplenteously +overplentiful +overplenty +overplot +overplow +overplumb +overplume +overplump +overplumpness +overplus +overply +overpointed +overpoise +overpole +overpolemical +overpolish +overpolitic +overponderous +overpopular +overpopularity +overpopularly +overpopulate +overpopulation +overpopulous +overpopulousness +overpositive +overpossess +overpot +overpotent +overpotential +overpour +overpower +overpowerful +overpowering +overpoweringly +overpoweringness +overpraise +overpray +overpreach +overprecise +overpreciseness +overpreface +overpregnant +overpreoccupation +overpreoccupy +overpress +overpressure +overpresumption +overpresumptuous +overprice +overprick +overprint +overprize +overprizer +overprocrastination +overproduce +overproduction +overproductive +overproficient +overprolific +overprolix +overprominence +overprominent +overprominently +overpromise +overprompt +overpromptly +overpromptness +overprone +overproneness +overpronounced +overproof +overproportion +overproportionate +overproportionated +overproportionately +overproportioned +overprosperity +overprosperous +overprotect +overprotract +overprotraction +overproud +overproudly +overprove +overprovender +overprovide +overprovident +overprovidently +overprovision +overprovocation +overprovoke +overprune +overpublic +overpublicity +overpuff +overpuissant +overpunish +overpunishment +overpurchase +overquantity +overquarter +overquell +overquick +overquickly +overquiet +overquietly +overquietness +overrace +overrack +overrake +overrange +overrank +overrankness +overrapture +overrapturize +overrash +overrashly +overrashness +overrate +overrational +overrationalize +overravish +overreach +overreacher +overreaching +overreachingly +overreachingness +overread +overreader +overreadily +overreadiness +overready +overrealism +overrealistic +overreckon +overrecord +overrefine +overrefined +overrefinement +overreflection +overreflective +overregister +overregistration +overregular +overregularity +overregularly +overregulate +overregulation +overrelax +overreliance +overreliant +overreligion +overreligious +overremiss +overremissly +overremissness +overrennet +overrent +overreplete +overrepletion +overrepresent +overrepresentation +overrepresentative +overreserved +overresolute +overresolutely +overrestore +overrestrain +overretention +overreward +overrich +overriches +overrichness +override +overrife +overrigged +overright +overrighteous +overrighteously +overrighteousness +overrigid +overrigidity +overrigidly +overrigorous +overrigorously +overrim +overriot +overripe +overripely +overripen +overripeness +overrise +overroast +overroll +overroof +overrooted +overrough +overroughly +overroughness +overroyal +overrude +overrudely +overrudeness +overruff +overrule +overruler +overruling +overrulingly +overrun +overrunner +overrunning +overrunningly +overrush +overrusset +overrust +oversad +oversadly +oversadness +oversaid +oversail +oversale +oversaliva +oversalt +oversalty +oversand +oversanded +oversanguine +oversanguinely +oversapless +oversated +oversatisfy +oversaturate +oversaturation +oversauce +oversauciness +oversaucy +oversave +overscare +overscatter +overscented +oversceptical +overscepticism +overscore +overscour +overscratch +overscrawl +overscream +overscribble +overscrub +overscruple +overscrupulosity +overscrupulous +overscrupulously +overscrupulousness +overscurf +overscutched +oversea +overseal +overseam +overseamer +oversearch +overseas +overseason +overseasoned +overseated +oversecure +oversecurely +oversecurity +oversee +overseed +overseen +overseer +overseerism +overseership +overseethe +oversell +oversend +oversensible +oversensibly +oversensitive +oversensitively +oversensitiveness +oversententious +oversentimental +oversentimentalism +oversentimentalize +oversentimentally +overserious +overseriously +overseriousness +overservice +overservile +overservility +overset +oversetter +oversettle +oversettled +oversevere +overseverely +overseverity +oversew +overshade +overshadow +overshadower +overshadowing +overshadowingly +overshadowment +overshake +oversharp +oversharpness +overshave +oversheet +overshelving +overshepherd +overshine +overshirt +overshoe +overshoot +overshort +overshorten +overshortly +overshot +overshoulder +overshowered +overshrink +overshroud +oversick +overside +oversight +oversilence +oversilent +oversilver +oversimple +oversimplicity +oversimplification +oversimplify +oversimply +oversize +oversized +overskim +overskip +overskipper +overskirt +overslack +overslander +overslaugh +overslavish +overslavishly +oversleep +oversleeve +overslide +overslight +overslip +overslope +overslow +overslowly +overslowness +overslur +oversmall +oversman +oversmite +oversmitten +oversmoke +oversmooth +oversmoothly +oversmoothness +oversnow +oversoak +oversoar +oversock +oversoft +oversoftly +oversoftness +oversold +oversolemn +oversolemnity +oversolemnly +oversolicitous +oversolicitously +oversolicitousness +oversoon +oversoothing +oversophisticated +oversophistication +oversorrow +oversorrowed +oversot +oversoul +oversound +oversour +oversourly +oversourness +oversow +overspacious +overspaciousness +overspan +overspangled +oversparing +oversparingly +oversparingness +oversparred +overspatter +overspeak +overspecialization +overspecialize +overspeculate +overspeculation +overspeculative +overspeech +overspeed +overspeedily +overspeedy +overspend +overspill +overspin +oversplash +overspread +overspring +oversprinkle +oversprung +overspun +oversqueak +oversqueamish +oversqueamishness +overstaff +overstaid +overstain +overstale +overstalled +overstand +overstaring +overstate +overstately +overstatement +overstay +overstayal +oversteadfast +oversteadfastness +oversteady +overstep +overstiff +overstiffness +overstifle +overstimulate +overstimulation +overstimulative +overstir +overstitch +overstock +overstoop +overstoping +overstore +overstory +overstout +overstoutly +overstowage +overstowed +overstrain +overstrait +overstraiten +overstraitly +overstraitness +overstream +overstrength +overstress +overstretch +overstrew +overstrict +overstrictly +overstrictness +overstride +overstrident +overstridently +overstrike +overstring +overstriving +overstrong +overstrongly +overstrung +overstud +overstudied +overstudious +overstudiously +overstudiousness +overstudy +overstuff +oversublime +oversubscribe +oversubscriber +oversubscription +oversubtile +oversubtle +oversubtlety +oversubtly +oversufficiency +oversufficient +oversufficiently +oversuperstitious +oversupply +oversure +oversurety +oversurge +oversurviving +oversusceptibility +oversusceptible +oversuspicious +oversuspiciously +overswarm +overswarth +oversway +oversweated +oversweep +oversweet +oversweeten +oversweetly +oversweetness +overswell +overswift +overswim +overswimmer +overswing +overswinging +overswirling +oversystematic +oversystematically +oversystematize +overt +overtakable +overtake +overtaker +overtalk +overtalkative +overtalkativeness +overtalker +overtame +overtamely +overtameness +overtapped +overtare +overtariff +overtarry +overtart +overtask +overtax +overtaxation +overteach +overtechnical +overtechnicality +overtedious +overtediously +overteem +overtell +overtempt +overtenacious +overtender +overtenderly +overtenderness +overtense +overtensely +overtenseness +overtension +overterrible +overtest +overthick +overthin +overthink +overthought +overthoughtful +overthriftily +overthriftiness +overthrifty +overthrong +overthrow +overthrowable +overthrowal +overthrower +overthrust +overthwart +overthwartly +overthwartness +overthwartways +overthwartwise +overtide +overtight +overtightly +overtill +overtimbered +overtime +overtimer +overtimorous +overtimorously +overtimorousness +overtinseled +overtint +overtip +overtipple +overtire +overtiredness +overtitle +overtly +overtness +overtoe +overtoil +overtoise +overtone +overtongued +overtop +overtopple +overtorture +overtower +overtrace +overtrack +overtrade +overtrader +overtrailed +overtrain +overtrample +overtravel +overtread +overtreatment +overtrick +overtrim +overtrouble +overtrue +overtrump +overtrust +overtrustful +overtruthful +overtruthfully +overtumble +overture +overturn +overturnable +overturner +overtutor +overtwine +overtwist +overtype +overuberous +overunionized +overunsuitable +overurbanization +overurge +overuse +overusual +overusually +overvaliant +overvaluable +overvaluation +overvalue +overvariety +overvault +overvehemence +overvehement +overveil +overventilate +overventilation +overventuresome +overventurous +overview +overvoltage +overvote +overwade +overwages +overwake +overwalk +overwander +overward +overwash +overwasted +overwatch +overwatcher +overwater +overwave +overway +overwealth +overwealthy +overweaponed +overwear +overweary +overweather +overweave +overweb +overween +overweener +overweening +overweeningly +overweeningness +overweep +overweigh +overweight +overweightage +overwell +overwelt +overwet +overwetness +overwheel +overwhelm +overwhelmer +overwhelming +overwhelmingly +overwhelmingness +overwhipped +overwhirl +overwhisper +overwide +overwild +overwilily +overwilling +overwillingly +overwily +overwin +overwind +overwing +overwinter +overwiped +overwisdom +overwise +overwisely +overwithered +overwoman +overwomanize +overwomanly +overwood +overwooded +overwoody +overword +overwork +overworld +overworn +overworry +overworship +overwound +overwove +overwoven +overwrap +overwrest +overwrested +overwrestle +overwrite +overwroth +overwrought +overyear +overyoung +overyouthful +overzeal +overzealous +overzealously +overzealousness +ovest +ovey +Ovibos +Ovibovinae +ovibovine +ovicapsular +ovicapsule +ovicell +ovicellular +ovicidal +ovicide +ovicular +oviculated +oviculum +ovicyst +ovicystic +Ovidae +Ovidian +oviducal +oviduct +oviductal +oviferous +ovification +oviform +ovigenesis +ovigenetic +ovigenic +ovigenous +ovigerm +ovigerous +ovile +Ovillus +Ovinae +ovine +ovinia +ovipara +oviparal +oviparity +oviparous +oviparously +oviparousness +oviposit +oviposition +ovipositor +Ovis +ovisac +oviscapt +ovism +ovispermary +ovispermiduct +ovist +ovistic +ovivorous +ovocyte +ovoelliptic +ovoflavin +ovogenesis +ovogenetic +ovogenous +ovogonium +ovoid +ovoidal +ovolemma +ovolo +ovological +ovologist +ovology +ovolytic +ovomucoid +ovoplasm +ovoplasmic +ovopyriform +ovorhomboid +ovorhomboidal +ovotesticular +ovotestis +ovovitellin +Ovovivipara +ovoviviparism +ovoviviparity +ovoviviparous +ovoviviparously +ovoviviparousness +Ovula +ovular +ovularian +ovulary +ovulate +ovulation +ovule +ovuliferous +ovuligerous +ovulist +ovum +ow +owd +owe +owelty +Owen +Owenia +Owenian +Owenism +Owenist +Owenite +Owenize +ower +owerance +owerby +owercome +owergang +owerloup +owertaen +owerword +owght +owing +owk +owl +owldom +owler +owlery +owlet +Owlglass +owlhead +owling +owlish +owlishly +owlishness +owlism +owllight +owllike +Owlspiegle +owly +own +owner +ownerless +ownership +ownhood +ownness +ownself +ownwayish +owregane +owrehip +owrelay +owse +owsen +owser +owtchah +owyheeite +ox +oxacid +oxadiazole +oxalacetic +oxalaldehyde +oxalamid +oxalamide +oxalan +oxalate +oxaldehyde +oxalemia +oxalic +Oxalidaceae +oxalidaceous +Oxalis +oxalite +oxalodiacetic +oxalonitril +oxalonitrile +oxaluramid +oxaluramide +oxalurate +oxaluria +oxaluric +oxalyl +oxalylurea +oxamate +oxamethane +oxamic +oxamid +oxamide +oxamidine +oxammite +oxan +oxanate +oxane +oxanic +oxanilate +oxanilic +oxanilide +oxazine +oxazole +oxbane +oxberry +oxbird +oxbiter +oxblood +oxbow +oxboy +oxbrake +oxcart +oxcheek +oxdiacetic +oxdiazole +oxea +oxeate +oxen +oxeote +oxer +oxetone +oxeye +oxfly +Oxford +Oxfordian +Oxfordism +Oxfordist +oxgang +oxgoad +oxharrow +oxhead +oxheal +oxheart +oxhide +oxhoft +oxhorn +oxhouse +oxhuvud +oxidability +oxidable +oxidant +oxidase +oxidate +oxidation +oxidational +oxidative +oxidator +oxide +oxidic +oxidimetric +oxidimetry +oxidizability +oxidizable +oxidization +oxidize +oxidizement +oxidizer +oxidizing +oxidoreductase +oxidoreduction +oxidulated +oximate +oximation +oxime +oxland +oxlike +oxlip +oxman +oxmanship +oxoindoline +Oxonian +oxonic +oxonium +Oxonolatry +oxozone +oxozonide +oxpecker +oxphony +oxreim +oxshoe +oxskin +oxtail +oxter +oxtongue +oxwort +oxy +oxyacanthine +oxyacanthous +oxyacetylene +oxyacid +Oxyaena +Oxyaenidae +oxyaldehyde +oxyamine +oxyanthracene +oxyanthraquinone +oxyaphia +oxyaster +oxybaphon +Oxybaphus +oxybenzaldehyde +oxybenzene +oxybenzoic +oxybenzyl +oxyberberine +oxyblepsia +oxybromide +oxybutyria +oxybutyric +oxycalcium +oxycalorimeter +oxycamphor +oxycaproic +oxycarbonate +oxycellulose +oxycephalic +oxycephalism +oxycephalous +oxycephaly +oxychlorate +oxychloric +oxychloride +oxycholesterol +oxychromatic +oxychromatin +oxychromatinic +oxycinnamic +oxycobaltammine +Oxycoccus +oxycopaivic +oxycoumarin +oxycrate +oxycyanide +oxydactyl +Oxydendrum +oxydiact +oxyesthesia +oxyether +oxyethyl +oxyfatty +oxyfluoride +oxygas +oxygen +oxygenant +oxygenate +oxygenation +oxygenator +oxygenerator +oxygenic +oxygenicity +oxygenium +oxygenizable +oxygenize +oxygenizement +oxygenizer +oxygenous +oxygeusia +oxygnathous +oxyhalide +oxyhaloid +oxyhematin +oxyhemocyanin +oxyhemoglobin +oxyhexactine +oxyhexaster +oxyhydrate +oxyhydric +oxyhydrogen +oxyiodide +oxyketone +oxyl +Oxylabracidae +Oxylabrax +oxyluciferin +oxyluminescence +oxyluminescent +oxymandelic +oxymel +oxymethylene +oxymoron +oxymuriate +oxymuriatic +oxynaphthoic +oxynaphtoquinone +oxynarcotine +oxyneurin +oxyneurine +oxynitrate +oxyntic +oxyophitic +oxyopia +Oxyopidae +oxyosphresia +oxypetalous +oxyphenol +oxyphenyl +oxyphile +oxyphilic +oxyphilous +oxyphonia +oxyphosphate +oxyphthalic +oxyphyllous +oxyphyte +oxypicric +Oxypolis +oxyproline +oxypropionic +oxypurine +oxypycnos +oxyquinaseptol +oxyquinoline +oxyquinone +oxyrhine +oxyrhinous +oxyrhynch +oxyrhynchous +oxyrhynchus +Oxyrrhyncha +oxyrrhynchid +oxysalicylic +oxysalt +oxystearic +Oxystomata +oxystomatous +oxystome +oxysulphate +oxysulphide +oxyterpene +oxytocia +oxytocic +oxytocin +oxytocous +oxytoluene +oxytoluic +oxytone +oxytonesis +oxytonical +oxytonize +Oxytricha +Oxytropis +oxytylotate +oxytylote +oxyuriasis +oxyuricide +Oxyuridae +oxyurous +oxywelding +Oyana +oyapock +oyer +oyster +oysterage +oysterbird +oystered +oysterer +oysterfish +oystergreen +oysterhood +oysterhouse +oystering +oysterish +oysterishness +oysterlike +oysterling +oysterman +oysterous +oysterroot +oysterseed +oystershell +oysterwife +oysterwoman +Ozan +Ozark +ozarkite +ozena +Ozias +ozobrome +ozocerite +ozokerit +ozokerite +ozonate +ozonation +ozonator +ozone +ozoned +ozonic +ozonide +ozoniferous +ozonification +ozonify +Ozonium +ozonization +ozonize +ozonizer +ozonometer +ozonometry +ozonoscope +ozonoscopic +ozonous +ozophen +ozophene +ozostomia +ozotype +P +p +pa +paal +paar +paauw +Paba +pabble +Pablo +pablo +pabouch +pabular +pabulary +pabulation +pabulatory +pabulous +pabulum +pac +paca +pacable +Pacaguara +pacate +pacation +pacative +pacay +pacaya +Paccanarist +Pacchionian +Pace +pace +paceboard +paced +pacemaker +pacemaking +pacer +pachak +pachisi +pachnolite +pachometer +Pachomian +Pachons +Pacht +pachyacria +pachyaemia +pachyblepharon +pachycarpous +pachycephal +pachycephalia +pachycephalic +pachycephalous +pachycephaly +pachychilia +pachycholia +pachychymia +pachycladous +pachydactyl +pachydactylous +pachydactyly +pachyderm +pachyderma +pachydermal +Pachydermata +pachydermatocele +pachydermatoid +pachydermatosis +pachydermatous +pachydermatously +pachydermia +pachydermial +pachydermic +pachydermoid +pachydermous +pachyemia +pachyglossal +pachyglossate +pachyglossia +pachyglossous +pachyhaemia +pachyhaemic +pachyhaemous +pachyhematous +pachyhemia +pachyhymenia +pachyhymenic +Pachylophus +pachylosis +Pachyma +pachymenia +pachymenic +pachymeningitic +pachymeningitis +pachymeninx +pachymeter +pachynathous +pachynema +pachynsis +pachyntic +pachyodont +pachyotia +pachyotous +pachyperitonitis +pachyphyllous +pachypleuritic +pachypod +pachypodous +pachypterous +Pachyrhizus +pachyrhynchous +pachysalpingitis +Pachysandra +pachysaurian +pachysomia +pachysomous +pachystichous +Pachystima +pachytene +pachytrichous +Pachytylus +pachyvaginitis +pacifiable +pacific +pacifical +pacifically +pacificate +pacification +pacificator +pacificatory +pacificism +pacificist +pacificity +pacifier +pacifism +pacifist +pacifistic +pacifistically +pacify +pacifyingly +Pacinian +pack +packable +package +packbuilder +packcloth +packer +packery +packet +packhouse +packless +packly +packmaker +packmaking +packman +packmanship +packness +packsack +packsaddle +packstaff +packthread +packwall +packwaller +packware +packway +paco +Pacolet +pacouryuva +pact +paction +pactional +pactionally +Pactolian +Pactolus +pad +padcloth +Padda +padder +padding +paddle +paddlecock +paddled +paddlefish +paddlelike +paddler +paddlewood +paddling +paddock +paddockride +paddockstone +paddockstool +Paddy +paddy +paddybird +Paddyism +paddymelon +Paddywack +paddywatch +Paddywhack +paddywhack +padella +padfoot +padge +Padina +padishah +padle +padlike +padlock +padmasana +padmelon +padnag +padpiece +Padraic +Padraig +padre +padroadist +padroado +padronism +padstone +padtree +Paduan +Paduanism +paduasoy +Padus +paean +paeanism +paeanize +paedarchy +paedatrophia +paedatrophy +paediatry +paedogenesis +paedogenetic +paedometer +paedometrical +paedomorphic +paedomorphism +paedonymic +paedonymy +paedopsychologist +paedotribe +paedotrophic +paedotrophist +paedotrophy +paegel +paegle +Paelignian +paenula +paeon +Paeonia +Paeoniaceae +Paeonian +paeonic +paetrick +paga +pagan +Paganalia +Paganalian +pagandom +paganic +paganical +paganically +paganish +paganishly +paganism +paganist +paganistic +paganity +paganization +paganize +paganizer +paganly +paganry +pagatpat +Page +page +pageant +pageanted +pageanteer +pageantic +pageantry +pagedom +pageful +pagehood +pageless +pagelike +pager +pageship +pagina +paginal +paginary +paginate +pagination +pagiopod +Pagiopoda +pagoda +pagodalike +pagodite +pagoscope +pagrus +Paguma +pagurian +pagurid +Paguridae +Paguridea +pagurine +Pagurinea +paguroid +Paguroidea +Pagurus +pagus +pah +paha +Pahareen +Pahari +Paharia +pahi +Pahlavi +pahlavi +pahmi +paho +pahoehoe +Pahouin +pahutan +Paiconeca +paideutic +paideutics +paidological +paidologist +paidology +paidonosology +paigle +paik +pail +pailful +paillasse +paillette +pailletted +pailou +paimaneh +pain +pained +painful +painfully +painfulness +paining +painingly +painkiller +painless +painlessly +painlessness +painproof +painstaker +painstaking +painstakingly +painstakingness +painsworthy +paint +paintability +paintable +paintableness +paintably +paintbox +paintbrush +painted +paintedness +painter +painterish +painterlike +painterly +paintership +paintiness +painting +paintingness +paintless +paintpot +paintproof +paintress +paintrix +paintroot +painty +paip +pair +paired +pairedness +pairer +pairment +pairwise +pais +paisa +paisanite +Paisley +Paiute +paiwari +pajahuello +pajama +pajamaed +pajock +Pajonism +Pakawa +Pakawan +pakchoi +pakeha +Pakhpuluk +Pakhtun +Pakistani +paktong +pal +Pala +palace +palaced +palacelike +palaceous +palaceward +palacewards +paladin +palaeanthropic +Palaearctic +Palaeechini +palaeechinoid +Palaeechinoidea +palaeechinoidean +palaeentomology +palaeethnologic +palaeethnological +palaeethnologist +palaeethnology +Palaeeudyptes +Palaeic +palaeichthyan +Palaeichthyes +palaeichthyic +Palaemon +palaemonid +Palaemonidae +palaemonoid +palaeoalchemical +palaeoanthropic +palaeoanthropography +palaeoanthropology +Palaeoanthropus +palaeoatavism +palaeoatavistic +palaeobiogeography +palaeobiologist +palaeobiology +palaeobotanic +palaeobotanical +palaeobotanically +palaeobotanist +palaeobotany +Palaeocarida +palaeoceanography +Palaeocene +palaeochorology +palaeoclimatic +palaeoclimatology +Palaeoconcha +palaeocosmic +palaeocosmology +Palaeocrinoidea +palaeocrystal +palaeocrystallic +palaeocrystalline +palaeocrystic +palaeocyclic +palaeodendrologic +palaeodendrological +palaeodendrologically +palaeodendrologist +palaeodendrology +Palaeodictyoptera +palaeodictyopteran +palaeodictyopteron +palaeodictyopterous +palaeoencephalon +palaeoeremology +palaeoethnic +palaeoethnologic +palaeoethnological +palaeoethnologist +palaeoethnology +palaeofauna +Palaeogaea +Palaeogaean +palaeogene +palaeogenesis +palaeogenetic +palaeogeographic +palaeogeography +palaeoglaciology +palaeoglyph +Palaeognathae +palaeognathic +palaeognathous +palaeograph +palaeographer +palaeographic +palaeographical +palaeographically +palaeographist +palaeography +palaeoherpetologist +palaeoherpetology +palaeohistology +palaeohydrography +palaeolatry +palaeolimnology +palaeolith +palaeolithic +palaeolithical +palaeolithist +palaeolithoid +palaeolithy +palaeological +palaeologist +palaeology +Palaeomastodon +palaeometallic +palaeometeorological +palaeometeorology +Palaeonemertea +palaeonemertean +palaeonemertine +Palaeonemertinea +Palaeonemertini +palaeoniscid +Palaeoniscidae +palaeoniscoid +Palaeoniscum +Palaeoniscus +palaeontographic +palaeontographical +palaeontography +palaeopathology +palaeopedology +palaeophile +palaeophilist +Palaeophis +palaeophysiography +palaeophysiology +palaeophytic +palaeophytological +palaeophytologist +palaeophytology +palaeoplain +palaeopotamology +palaeopsychic +palaeopsychological +palaeopsychology +palaeoptychology +Palaeornis +Palaeornithinae +palaeornithine +palaeornithological +palaeornithology +palaeosaur +Palaeosaurus +palaeosophy +Palaeospondylus +Palaeostraca +palaeostracan +palaeostriatal +palaeostriatum +palaeostylic +palaeostyly +palaeotechnic +palaeothalamus +Palaeothentes +Palaeothentidae +palaeothere +palaeotherian +Palaeotheriidae +palaeotheriodont +palaeotherioid +Palaeotherium +palaeotheroid +Palaeotropical +palaeotype +palaeotypic +palaeotypical +palaeotypically +palaeotypographical +palaeotypographist +palaeotypography +palaeovolcanic +Palaeozoic +palaeozoological +palaeozoologist +palaeozoology +palaestra +palaestral +palaestrian +palaestric +palaestrics +palaetiological +palaetiologist +palaetiology +palafitte +palagonite +palagonitic +Palaic +Palaihnihan +palaiotype +palaite +palama +palamate +palame +Palamedea +palamedean +Palamedeidae +Palamite +Palamitism +palampore +palander +palanka +palankeen +palanquin +palapalai +Palapteryx +Palaquium +palar +palas +palatability +palatable +palatableness +palatably +palatal +palatalism +palatality +palatalization +palatalize +palate +palated +palateful +palatefulness +palateless +palatelike +palatial +palatially +palatialness +palatian +palatic +palatinal +palatinate +palatine +palatineship +Palatinian +palatinite +palation +palatist +palatitis +palative +palatization +palatize +palatoalveolar +palatodental +palatoglossal +palatoglossus +palatognathous +palatogram +palatograph +palatography +palatomaxillary +palatometer +palatonasal +palatopharyngeal +palatopharyngeus +palatoplasty +palatoplegia +palatopterygoid +palatoquadrate +palatorrhaphy +palatoschisis +Palatua +Palau +Palaung +palaver +palaverer +palaverist +palaverment +palaverous +palay +palazzi +palberry +palch +pale +palea +paleaceous +paleanthropic +Palearctic +paleate +palebelly +palebuck +palechinoid +paled +paledness +paleencephalon +paleentomology +paleethnographer +paleethnologic +paleethnological +paleethnologist +paleethnology +paleface +palehearted +paleichthyologic +paleichthyologist +paleichthyology +paleiform +palely +Paleman +paleness +Palenque +paleoalchemical +paleoandesite +paleoanthropic +paleoanthropography +paleoanthropological +paleoanthropologist +paleoanthropology +Paleoanthropus +paleoatavism +paleoatavistic +paleobiogeography +paleobiologist +paleobiology +paleobotanic +paleobotanical +paleobotanically +paleobotanist +paleobotany +paleoceanography +Paleocene +paleochorology +paleoclimatic +paleoclimatologist +paleoclimatology +Paleoconcha +paleocosmic +paleocosmology +paleocrystal +paleocrystallic +paleocrystalline +paleocrystic +paleocyclic +paleodendrologic +paleodendrological +paleodendrologically +paleodendrologist +paleodendrology +paleoecologist +paleoecology +paleoencephalon +paleoeremology +paleoethnic +paleoethnography +paleoethnologic +paleoethnological +paleoethnologist +paleoethnology +paleofauna +Paleogene +paleogenesis +paleogenetic +paleogeographic +paleogeography +paleoglaciology +paleoglyph +paleograph +paleographer +paleographic +paleographical +paleographically +paleographist +paleography +paleoherpetologist +paleoherpetology +paleohistology +paleohydrography +paleoichthyology +paleokinetic +paleola +paleolate +paleolatry +paleolimnology +paleolith +paleolithic +paleolithical +paleolithist +paleolithoid +paleolithy +paleological +paleologist +paleology +paleomammalogy +paleometallic +paleometeorological +paleometeorology +paleontographic +paleontographical +paleontography +paleontologic +paleontological +paleontologically +paleontologist +paleontology +paleopathology +paleopedology +paleophysiography +paleophysiology +paleophytic +paleophytological +paleophytologist +paleophytology +paleopicrite +paleoplain +paleopotamoloy +paleopsychic +paleopsychological +paleopsychology +paleornithological +paleornithology +paleostriatal +paleostriatum +paleostylic +paleostyly +paleotechnic +paleothalamus +paleothermal +paleothermic +Paleotropical +paleovolcanic +paleoytterbium +Paleozoic +paleozoological +paleozoologist +paleozoology +paler +Palermitan +Palermo +Pales +Palesman +Palestinian +palestra +palestral +palestrian +palestric +palet +paletiology +paletot +palette +paletz +palewise +palfrey +palfreyed +palgat +Pali +pali +Palicourea +palification +paliform +paligorskite +palikar +palikarism +palikinesia +palila +palilalia +Palilia +Palilicium +palillogia +palilogetic +palilogy +palimbacchic +palimbacchius +palimpsest +palimpsestic +palinal +palindrome +palindromic +palindromical +palindromically +palindromist +paling +palingenesia +palingenesian +palingenesis +palingenesist +palingenesy +palingenetic +palingenetically +palingenic +palingenist +palingeny +palinode +palinodial +palinodic +palinodist +palinody +palinurid +Palinuridae +palinuroid +Palinurus +paliphrasia +palirrhea +palisade +palisading +palisado +palisander +palisfy +palish +palistrophia +Paliurus +palkee +pall +palla +palladammine +Palladia +palladia +Palladian +Palladianism +palladic +palladiferous +palladinize +palladion +palladious +Palladium +palladium +palladiumize +palladize +palladodiammine +palladosammine +palladous +pallae +pallah +pallall +pallanesthesia +Pallas +pallasite +pallbearer +palled +pallescence +pallescent +pallesthesia +pallet +palleting +palletize +pallette +pallholder +palli +pallial +palliard +palliasse +Palliata +palliata +palliate +palliation +palliative +palliatively +palliator +palliatory +pallid +pallidiflorous +pallidipalpate +palliditarsate +pallidity +pallidiventrate +pallidly +pallidness +palliness +Palliobranchiata +palliobranchiate +palliocardiac +pallioessexite +pallion +palliopedal +palliostratus +pallium +Palliyan +pallograph +pallographic +pallometric +pallone +pallor +Pallu +Palluites +pallwise +pally +palm +palma +Palmaceae +palmaceous +palmad +Palmae +palmanesthesia +palmar +palmarian +palmary +palmate +palmated +palmately +palmatifid +palmatiform +palmatilobate +palmatilobed +palmation +palmatiparted +palmatipartite +palmatisect +palmatisected +palmature +palmcrist +palmed +Palmella +Palmellaceae +palmellaceous +palmelloid +palmer +palmerite +palmery +palmesthesia +palmette +palmetto +palmetum +palmful +palmicolous +palmiferous +palmification +palmiform +palmigrade +palmilobate +palmilobated +palmilobed +palminervate +palminerved +palmiped +Palmipedes +palmipes +palmist +palmister +palmistry +palmitate +palmite +palmitic +palmitin +palmitinic +palmito +palmitoleic +palmitone +palmiveined +palmivorous +palmlike +palmo +palmodic +palmoscopy +palmospasmus +palmula +palmus +palmwise +palmwood +palmy +palmyra +Palmyrene +Palmyrenian +palolo +palombino +palometa +palomino +palosapis +palouser +paloverde +palp +palpability +palpable +palpableness +palpably +palpacle +palpal +palpate +palpation +palpatory +palpebra +palpebral +palpebrate +palpebration +palpebritis +palped +palpi +palpicorn +Palpicornia +palpifer +palpiferous +palpiform +palpiger +palpigerous +palpitant +palpitate +palpitatingly +palpitation +palpless +palpocil +palpon +palpulus +palpus +palsgrave +palsgravine +palsied +palsification +palstave +palster +palsy +palsylike +palsywort +palt +Palta +palter +palterer +palterly +paltrily +paltriness +paltry +paludal +paludament +paludamentum +paludial +paludian +paludic +Paludicella +Paludicolae +paludicole +paludicoline +paludicolous +paludiferous +Paludina +paludinal +paludine +paludinous +paludism +paludose +paludous +paludrin +paludrine +palule +palulus +Palus +palus +palustral +palustrian +palustrine +paly +palynology +Pam +pam +pambanmanche +Pamela +pament +pameroon +Pamir +Pamiri +Pamirian +Pamlico +pamment +Pampanga +Pampangan +Pampango +pampas +pampean +pamper +pampered +pamperedly +pamperedness +pamperer +pamperize +pampero +pamphagous +pampharmacon +Pamphiliidae +Pamphilius +pamphlet +pamphletage +pamphletary +pamphleteer +pamphleter +pamphletful +pamphletic +pamphletical +pamphletize +pamphletwise +pamphysical +pamphysicism +pampilion +pampiniform +pampinocele +pamplegia +pampootee +pampootie +pampre +pamprodactyl +pamprodactylism +pamprodactylous +pampsychism +pampsychist +Pamunkey +Pan +pan +panace +Panacea +panacea +panacean +panaceist +panache +panached +panachure +panada +panade +Panagia +panagiarion +Panak +Panaka +panama +Panamaian +Panaman +Panamanian +Panamano +Panamic +Panamint +Panamist +panapospory +panarchic +panarchy +panaris +panaritium +panarteritis +panarthritis +panary +panatela +Panathenaea +Panathenaean +Panathenaic +panatrophy +panautomorphic +panax +Panayan +Panayano +panbabylonian +panbabylonism +Panboeotian +pancake +pancarditis +panchama +panchayat +pancheon +panchion +panchromatic +panchromatism +panchromatization +panchromatize +panchway +panclastic +panconciliatory +pancosmic +pancosmism +pancosmist +pancratian +pancratiast +pancratiastic +pancratic +pancratical +pancratically +pancration +pancratism +pancratist +pancratium +pancreas +pancreatalgia +pancreatectomize +pancreatectomy +pancreatemphraxis +pancreathelcosis +pancreatic +pancreaticoduodenal +pancreaticoduodenostomy +pancreaticogastrostomy +pancreaticosplenic +pancreatin +pancreatism +pancreatitic +pancreatitis +pancreatization +pancreatize +pancreatoduodenectomy +pancreatoenterostomy +pancreatogenic +pancreatogenous +pancreatoid +pancreatolipase +pancreatolith +pancreatomy +pancreatoncus +pancreatopathy +pancreatorrhagia +pancreatotomy +pancreectomy +pancreozymin +pancyclopedic +pand +panda +pandal +pandan +Pandanaceae +pandanaceous +Pandanales +Pandanus +pandaram +Pandarctos +pandaric +Pandarus +pandation +Pandean +pandect +Pandectist +pandemia +pandemian +pandemic +pandemicity +pandemoniac +Pandemoniacal +Pandemonian +pandemonic +pandemonism +Pandemonium +pandemonium +Pandemos +pandemy +pandenominational +pander +panderage +panderer +panderess +panderism +panderize +panderly +Panderma +pandermite +panderous +pandership +pandestruction +pandiabolism +pandiculation +Pandion +Pandionidae +pandita +pandle +pandlewhew +Pandora +pandora +Pandorea +Pandoridae +Pandorina +Pandosto +pandour +pandowdy +pandrop +pandura +pandurate +pandurated +panduriform +pandy +pane +panecclesiastical +paned +panegoism +panegoist +panegyric +panegyrical +panegyrically +panegyricize +panegyricon +panegyricum +panegyris +panegyrist +panegyrize +panegyrizer +panegyry +paneity +panel +panela +panelation +paneler +paneless +paneling +panelist +panellation +panelling +panelwise +panelwork +panentheism +panesthesia +panesthetic +paneulogism +panfil +panfish +panful +pang +Pangaea +pangamic +pangamous +pangamously +pangamy +pangane +Pangasinan +pangen +pangene +pangenesis +pangenetic +pangenetically +pangenic +pangful +pangi +Pangium +pangless +panglessly +panglima +Pangloss +Panglossian +Panglossic +pangolin +pangrammatist +Pangwe +panhandle +panhandler +panharmonic +panharmonicon +panhead +panheaded +Panhellenic +Panhellenios +Panhellenism +Panhellenist +Panhellenium +panhidrosis +panhuman +panhygrous +panhyperemia +panhysterectomy +Pani +panic +panical +panically +panicful +panichthyophagous +panicked +panicky +panicle +panicled +paniclike +panicmonger +panicmongering +paniconograph +paniconographic +paniconography +Panicularia +paniculate +paniculated +paniculately +paniculitis +Panicum +panidiomorphic +panidrosis +panification +panimmunity +Paninean +Panionia +Panionian +Panionic +Paniquita +Paniquitan +panisc +panisca +paniscus +panisic +panivorous +Panjabi +panjandrum +pank +pankin +pankration +panleucopenia +panlogical +panlogism +panlogistical +panman +panmelodicon +panmelodion +panmerism +panmeristic +panmixia +panmixy +panmnesia +panmug +panmyelophthisis +Panna +pannade +pannage +pannam +pannationalism +panne +pannel +panner +pannery +panneuritic +panneuritis +pannicle +pannicular +pannier +panniered +pannierman +pannikin +panning +Pannonian +Pannonic +pannose +pannosely +pannum +pannus +pannuscorium +Panoan +panocha +panoche +panococo +panoistic +panomphaic +panomphean +panomphic +panophobia +panophthalmia +panophthalmitis +panoplied +panoplist +panoply +panoptic +panoptical +panopticon +panoram +panorama +panoramic +panoramical +panoramically +panoramist +panornithic +Panorpa +Panorpatae +panorpian +panorpid +Panorpidae +Panos +panosteitis +panostitis +panotitis +panotype +panouchi +panpathy +panpharmacon +panphenomenalism +panphobia +Panpipe +panplegia +panpneumatism +panpolism +panpsychic +panpsychism +panpsychist +panpsychistic +panscientist +pansciolism +pansciolist +pansclerosis +pansclerotic +panse +pansexism +pansexual +pansexualism +pansexualist +pansexuality +pansexualize +panshard +panside +pansideman +pansied +pansinuitis +pansinusitis +pansmith +pansophic +pansophical +pansophically +pansophism +pansophist +pansophy +panspermatism +panspermatist +panspermia +panspermic +panspermism +panspermist +panspermy +pansphygmograph +panstereorama +pansy +pansylike +pant +pantachromatic +pantacosm +pantagamy +pantagogue +pantagraph +pantagraphic +pantagraphical +Pantagruel +Pantagruelian +Pantagruelic +Pantagruelically +Pantagrueline +pantagruelion +Pantagruelism +Pantagruelist +Pantagruelistic +Pantagruelistical +Pantagruelize +pantaleon +pantaletless +pantalets +pantaletted +pantalgia +pantalon +Pantalone +pantaloon +pantalooned +pantaloonery +pantaloons +pantameter +pantamorph +pantamorphia +pantamorphic +pantanemone +pantanencephalia +pantanencephalic +pantaphobia +pantarbe +pantarchy +pantas +pantascope +pantascopic +Pantastomatida +Pantastomina +pantatrophia +pantatrophy +pantatype +pantechnic +pantechnicon +pantelegraph +pantelegraphy +panteleologism +pantelephone +pantelephonic +Pantelis +pantellerite +panter +panterer +Pantheian +pantheic +pantheism +pantheist +pantheistic +pantheistical +pantheistically +panthelematism +panthelism +pantheologist +pantheology +pantheon +pantheonic +pantheonization +pantheonize +panther +pantheress +pantherine +pantherish +pantherlike +pantherwood +pantheum +pantie +panties +pantile +pantiled +pantiling +panting +pantingly +pantisocracy +pantisocrat +pantisocratic +pantisocratical +pantisocratist +pantle +pantler +panto +pantochrome +pantochromic +pantochromism +pantochronometer +Pantocrator +pantod +Pantodon +Pantodontidae +pantoffle +pantofle +pantoganglitis +pantogelastic +pantoglossical +pantoglot +pantoglottism +pantograph +pantographer +pantographic +pantographical +pantographically +pantography +pantoiatrical +pantologic +pantological +pantologist +pantology +pantomancer +pantometer +pantometric +pantometrical +pantometry +pantomime +pantomimic +pantomimical +pantomimically +pantomimicry +pantomimish +pantomimist +pantomimus +pantomnesia +pantomnesic +pantomorph +pantomorphia +pantomorphic +panton +pantoon +pantopelagian +pantophagic +pantophagist +pantophagous +pantophagy +pantophile +pantophobia +pantophobic +pantophobous +pantoplethora +pantopod +Pantopoda +pantopragmatic +pantopterous +pantoscope +pantoscopic +pantosophy +Pantostomata +pantostomate +pantostomatous +pantostome +pantotactic +pantothenate +pantothenic +Pantotheria +pantotherian +pantotype +pantoum +pantropic +pantropical +pantry +pantryman +pantrywoman +pants +pantun +panty +pantywaist +panung +panurgic +panurgy +panyar +Panzer +panzoism +panzootia +panzootic +panzooty +Paola +paolo +paon +pap +papa +papability +papable +papabot +papacy +papagallo +Papago +papain +papal +papalism +papalist +papalistic +papalization +papalize +papalizer +papally +papalty +papane +papaphobia +papaphobist +papaprelatical +papaprelatist +paparchical +paparchy +papaship +Papaver +Papaveraceae +papaveraceous +Papaverales +papaverine +papaverous +papaw +papaya +Papayaceae +papayaceous +papayotin +papboat +pape +papelonne +paper +paperback +paperbark +paperboard +papered +paperer +paperful +paperiness +papering +paperlike +papermaker +papermaking +papermouth +papern +papershell +paperweight +papery +papess +papeterie +papey +Paphian +Paphiopedilum +Papiamento +papicolar +papicolist +Papilio +Papilionaceae +papilionaceous +Papiliones +papilionid +Papilionidae +Papilionides +Papilioninae +papilionine +papilionoid +Papilionoidea +papilla +papillae +papillar +papillary +papillate +papillated +papillectomy +papilledema +papilliferous +papilliform +papillitis +papilloadenocystoma +papillocarcinoma +papilloedema +papilloma +papillomatosis +papillomatous +papillon +papilloretinitis +papillosarcoma +papillose +papillosity +papillote +papillous +papillulate +papillule +Papinachois +Papio +papion +papish +papisher +papism +Papist +papist +papistic +papistical +papistically +papistlike +papistly +papistry +papize +papless +papmeat +papolater +papolatrous +papolatry +papoose +papooseroot +Pappea +pappescent +pappi +pappiferous +pappiform +pappose +pappox +pappus +pappy +papreg +paprica +paprika +Papuan +papula +papular +papulate +papulated +papulation +papule +papuliferous +papuloerythematous +papulopustular +papulopustule +papulose +papulosquamous +papulous +papulovesicular +papyr +papyraceous +papyral +papyrean +papyri +papyrian +papyrin +papyrine +papyritious +papyrocracy +papyrograph +papyrographer +papyrographic +papyrography +papyrological +papyrologist +papyrology +papyrophobia +papyroplastics +papyrotamia +papyrotint +papyrotype +papyrus +Paque +paquet +par +para +paraaminobenzoic +parabanate +parabanic +parabaptism +parabaptization +parabasal +parabasic +parabasis +parabema +parabematic +parabenzoquinone +parabiosis +parabiotic +parablast +parablastic +parable +parablepsia +parablepsis +parablepsy +parableptic +parabola +parabolanus +parabolic +parabolical +parabolicalism +parabolically +parabolicness +paraboliform +parabolist +parabolization +parabolize +parabolizer +paraboloid +paraboloidal +parabomb +parabotulism +parabranchia +parabranchial +parabranchiate +parabulia +parabulic +paracanthosis +paracarmine +paracasein +paracaseinate +Paracelsian +Paracelsianism +Paracelsic +Paracelsist +Paracelsistic +Paracelsus +paracentesis +paracentral +paracentric +paracentrical +paracephalus +paracerebellar +paracetaldehyde +parachaplain +paracholia +parachor +parachordal +parachrea +parachroia +parachroma +parachromatism +parachromatophorous +parachromatopsia +parachromatosis +parachrome +parachromoparous +parachromophoric +parachromophorous +parachronism +parachronistic +parachrose +parachute +parachutic +parachutism +parachutist +paraclete +paracmasis +paracme +paracoele +paracoelian +paracolitis +paracolon +paracolpitis +paracolpium +paracondyloid +paracone +paraconic +paraconid +paraconscious +paracorolla +paracotoin +paracoumaric +paracresol +Paracress +paracusia +paracusic +paracyanogen +paracyesis +paracymene +paracystic +paracystitis +paracystium +parade +paradeful +paradeless +paradelike +paradenitis +paradental +paradentitis +paradentium +parader +paraderm +paradiastole +paradiazine +paradichlorbenzene +paradichlorbenzol +paradichlorobenzene +paradichlorobenzol +paradidymal +paradidymis +paradigm +paradigmatic +paradigmatical +paradigmatically +paradigmatize +parading +paradingly +paradiplomatic +paradisaic +paradisaically +paradisal +paradise +Paradisea +paradisean +Paradiseidae +Paradiseinae +Paradisia +paradisiac +paradisiacal +paradisiacally +paradisial +paradisian +paradisic +paradisical +parado +paradoctor +parados +paradoses +paradox +paradoxal +paradoxer +paradoxial +paradoxic +paradoxical +paradoxicalism +paradoxicality +paradoxically +paradoxicalness +paradoxician +Paradoxides +paradoxidian +paradoxism +paradoxist +paradoxographer +paradoxographical +paradoxology +paradoxure +Paradoxurinae +paradoxurine +Paradoxurus +paradoxy +paradromic +paraenesis +paraenesize +paraenetic +paraenetical +paraengineer +paraffin +paraffine +paraffiner +paraffinic +paraffinize +paraffinoid +paraffiny +paraffle +parafle +parafloccular +paraflocculus +paraform +paraformaldehyde +parafunction +paragammacism +paraganglion +paragaster +paragastral +paragastric +paragastrula +paragastrular +parage +paragenesia +paragenesis +paragenetic +paragenic +paragerontic +parageusia +parageusic +parageusis +paragglutination +paraglenal +paraglobin +paraglobulin +paraglossa +paraglossal +paraglossate +paraglossia +paraglycogen +paragnath +paragnathism +paragnathous +paragnathus +paragneiss +paragnosia +paragoge +paragogic +paragogical +paragogically +paragogize +paragon +paragonimiasis +Paragonimus +paragonite +paragonitic +paragonless +paragram +paragrammatist +paragraph +paragrapher +paragraphia +paragraphic +paragraphical +paragraphically +paragraphism +paragraphist +paragraphistical +paragraphize +Paraguay +Paraguayan +parah +paraheliotropic +paraheliotropism +parahematin +parahemoglobin +parahepatic +Parahippus +parahopeite +parahormone +parahydrogen +paraiba +Paraiyan +parakeet +parakeratosis +parakilya +parakinesia +parakinetic +paralactate +paralalia +paralambdacism +paralambdacismus +paralaurionite +paraldehyde +parale +paralectotype +paraleipsis +paralepsis +paralexia +paralexic +paralgesia +paralgesic +paralinin +paralipomena +Paralipomenon +paralipsis +paralitical +parallactic +parallactical +parallactically +parallax +parallel +parallelable +parallelepiped +parallelepipedal +parallelepipedic +parallelepipedon +parallelepipedonal +paralleler +parallelinervate +parallelinerved +parallelinervous +parallelism +parallelist +parallelistic +parallelith +parallelization +parallelize +parallelizer +parallelless +parallelly +parallelodrome +parallelodromous +parallelogram +parallelogrammatic +parallelogrammatical +parallelogrammic +parallelogrammical +parallelograph +parallelometer +parallelopiped +parallelopipedon +parallelotropic +parallelotropism +parallelwise +parallepipedous +paralogia +paralogical +paralogician +paralogism +paralogist +paralogistic +paralogize +paralogy +paraluminite +paralyses +paralysis +paralytic +paralytical +paralytically +paralyzant +paralyzation +paralyze +paralyzedly +paralyzer +paralyzingly +param +paramagnet +paramagnetic +paramagnetism +paramandelic +paramarine +paramastigate +paramastitis +paramastoid +paramatta +Paramecidae +Paramecium +paramedian +paramelaconite +paramenia +parament +paramere +parameric +parameron +paramese +paramesial +parameter +parametric +parametrical +parametritic +parametritis +parametrium +paramide +paramilitary +paramimia +paramine +paramiographer +paramitome +paramnesia +paramo +Paramoecium +paramorph +paramorphia +paramorphic +paramorphine +paramorphism +paramorphosis +paramorphous +paramount +paramountcy +paramountly +paramountness +paramountship +paramour +paramuthetic +paramyelin +paramylum +paramyoclonus +paramyosinogen +paramyotone +paramyotonia +paranasal +paranatellon +parandrus +paranema +paranematic +paranephric +paranephritic +paranephritis +paranephros +paranepionic +paranete +parang +paranitraniline +paranitrosophenol +paranoia +paranoiac +paranoid +paranoidal +paranoidism +paranomia +paranormal +paranosic +paranthelion +paranthracene +Paranthropus +paranuclear +paranucleate +paranucleic +paranuclein +paranucleinic +paranucleus +paranymph +paranymphal +parao +paraoperation +Parapaguridae +paraparesis +paraparetic +parapathia +parapathy +parapegm +parapegma +paraperiodic +parapet +parapetalous +parapeted +parapetless +paraph +paraphasia +paraphasic +paraphemia +paraphenetidine +paraphenylene +paraphenylenediamine +parapherna +paraphernal +paraphernalia +paraphernalian +paraphia +paraphilia +paraphimosis +paraphonia +paraphonic +paraphototropism +paraphrasable +paraphrase +paraphraser +paraphrasia +paraphrasian +paraphrasis +paraphrasist +paraphrast +paraphraster +paraphrastic +paraphrastical +paraphrastically +paraphrenia +paraphrenic +paraphrenitis +paraphyllium +paraphysate +paraphysical +paraphysiferous +paraphysis +paraplasis +paraplasm +paraplasmic +paraplastic +paraplastin +paraplectic +paraplegia +paraplegic +paraplegy +parapleuritis +parapleurum +parapod +parapodial +parapodium +parapophysial +parapophysis +parapraxia +parapraxis +paraproctitis +paraproctium +paraprostatitis +Parapsida +parapsidal +parapsidan +parapsis +parapsychical +parapsychism +parapsychological +parapsychology +parapsychosis +parapteral +parapteron +parapterum +paraquadrate +paraquinone +Pararctalia +Pararctalian +pararectal +pararek +parareka +pararhotacism +pararosaniline +pararosolic +pararthria +parasaboteur +parasalpingitis +parasang +parascene +parascenium +parasceve +paraschematic +parasecretion +paraselene +paraselenic +parasemidin +parasemidine +parasexuality +parashah +parasigmatism +parasigmatismus +Parasita +parasital +parasitary +parasite +parasitelike +parasitemia +parasitic +Parasitica +parasitical +parasitically +parasiticalness +parasiticidal +parasiticide +Parasitidae +parasitism +parasitize +parasitogenic +parasitoid +parasitoidism +parasitological +parasitologist +parasitology +parasitophobia +parasitosis +parasitotrope +parasitotropic +parasitotropism +parasitotropy +paraskenion +parasol +parasoled +parasolette +paraspecific +parasphenoid +parasphenoidal +paraspotter +paraspy +parastas +parastatic +parastemon +parastemonal +parasternal +parasternum +parastichy +parastyle +parasubphonate +parasubstituted +Parasuchia +parasuchian +parasympathetic +parasympathomimetic +parasynapsis +parasynaptic +parasynaptist +parasyndesis +parasynesis +parasynetic +parasynovitis +parasynthesis +parasynthetic +parasyntheton +parasyphilis +parasyphilitic +parasyphilosis +parasystole +paratactic +paratactical +paratactically +paratartaric +parataxis +parate +paraterminal +Paratheria +paratherian +parathesis +parathetic +parathion +parathormone +parathymic +parathyroid +parathyroidal +parathyroidectomize +parathyroidectomy +parathyroprival +parathyroprivia +parathyroprivic +paratitla +paratitles +paratoloid +paratoluic +paratoluidine +paratomial +paratomium +paratonic +paratonically +paratorium +paratory +paratracheal +paratragedia +paratragoedia +paratransversan +paratrichosis +paratrimma +paratriptic +paratroop +paratrooper +paratrophic +paratrophy +paratuberculin +paratuberculosis +paratuberculous +paratungstate +paratungstic +paratype +paratyphlitis +paratyphoid +paratypic +paratypical +paratypically +paravaginitis +paravail +paravane +paravauxite +paravent +paravertebral +paravesical +paraxial +paraxially +paraxon +paraxonic +paraxylene +Parazoa +parazoan +parazonium +parbake +Parbate +parboil +parbuckle +parcel +parceling +parcellary +parcellate +parcellation +parcelling +parcellization +parcellize +parcelment +parcelwise +parcenary +parcener +parcenership +parch +parchable +parchedly +parchedness +parcheesi +parchemin +parcher +parchesi +parching +parchingly +parchisi +parchment +parchmenter +parchmentize +parchmentlike +parchmenty +parchy +parcidentate +parciloquy +parclose +parcook +pard +pardalote +Pardanthus +pardao +parded +pardesi +pardine +pardner +pardnomastic +pardo +pardon +pardonable +pardonableness +pardonably +pardonee +pardoner +pardoning +pardonless +pardonmonger +pare +paregoric +Pareiasauri +Pareiasauria +pareiasaurian +Pareiasaurus +Pareioplitae +parel +parelectronomic +parelectronomy +parella +paren +parencephalic +parencephalon +parenchym +parenchyma +parenchymal +parenchymatic +parenchymatitis +parenchymatous +parenchymatously +parenchyme +parenchymous +parent +parentage +parental +Parentalia +parentalism +parentality +parentally +parentdom +parentela +parentelic +parenteral +parenterally +parentheses +parenthesis +parenthesize +parenthetic +parenthetical +parentheticality +parenthetically +parentheticalness +parenthood +parenticide +parentless +parentlike +parentship +Pareoean +parepididymal +parepididymis +parepigastric +parer +parerethesis +parergal +parergic +parergon +paresis +paresthesia +paresthesis +paresthetic +parethmoid +paretic +paretically +pareunia +parfait +parfilage +parfleche +parfocal +pargana +pargasite +parge +pargeboard +parget +pargeter +pargeting +pargo +parhelia +parheliacal +parhelic +parhelion +parhomologous +parhomology +parhypate +pari +pariah +pariahdom +pariahism +pariahship +parial +Parian +parian +Pariasauria +Pariasaurus +Paridae +paridigitate +paridrosis +paries +parietal +Parietales +Parietaria +parietary +parietes +parietofrontal +parietojugal +parietomastoid +parietoquadrate +parietosphenoid +parietosphenoidal +parietosplanchnic +parietosquamosal +parietotemporal +parietovaginal +parietovisceral +parify +parigenin +pariglin +Parilia +Parilicium +parilla +parillin +parimutuel +Parinarium +parine +paring +paripinnate +Paris +parish +parished +parishen +parishional +parishionally +parishionate +parishioner +parishionership +Parisian +Parisianism +Parisianization +Parisianize +Parisianly +Parisii +parisis +parisology +parison +parisonic +paristhmic +paristhmion +parisyllabic +parisyllabical +Pariti +Paritium +parity +parivincular +park +parka +parkee +parker +parkin +parking +Parkinsonia +Parkinsonism +parkish +parklike +parkward +parkway +parky +parlamento +parlance +parlando +Parlatoria +parlatory +parlay +parle +parley +parleyer +parliament +parliamental +parliamentarian +parliamentarianism +parliamentarily +parliamentariness +parliamentarism +parliamentarization +parliamentarize +parliamentary +parliamenteer +parliamenteering +parliamenter +parling +parlish +parlor +parlorish +parlormaid +parlous +parlously +parlousness +parly +Parma +parma +parmacety +parmak +Parmelia +Parmeliaceae +parmeliaceous +parmelioid +Parmentiera +Parmesan +Parmese +parnas +Parnassia +Parnassiaceae +parnassiaceous +Parnassian +Parnassianism +Parnassiinae +Parnassism +Parnassus +parnel +Parnellism +Parnellite +parnorpine +paroarion +paroarium +paroccipital +paroch +parochial +parochialic +parochialism +parochialist +parochiality +parochialization +parochialize +parochially +parochialness +parochin +parochine +parochiner +parode +parodiable +parodial +parodic +parodical +parodinia +parodist +parodistic +parodistically +parodize +parodontitis +parodos +parody +parodyproof +paroecious +paroeciously +paroeciousness +paroecism +paroecy +paroemia +paroemiac +paroemiographer +paroemiography +paroemiologist +paroemiology +paroicous +parol +parolable +parole +parolee +parolfactory +paroli +parolist +paromoeon +paromologetic +paromologia +paromology +paromphalocele +paromphalocelic +paronomasia +paronomasial +paronomasian +paronomasiastic +paronomastical +paronomastically +paronychia +paronychial +paronychium +paronym +paronymic +paronymization +paronymize +paronymous +paronymy +paroophoric +paroophoritis +paroophoron +paropsis +paroptesis +paroptic +parorchid +parorchis +parorexia +Parosela +parosmia +parosmic +parosteal +parosteitis +parosteosis +parostosis +parostotic +Parotia +parotic +parotid +parotidean +parotidectomy +parotiditis +parotis +parotitic +parotitis +parotoid +parous +parousia +parousiamania +parovarian +parovariotomy +parovarium +paroxazine +paroxysm +paroxysmal +paroxysmalist +paroxysmally +paroxysmic +paroxysmist +paroxytone +paroxytonic +paroxytonize +parpal +parquet +parquetage +parquetry +parr +Parra +parrel +parrhesia +parrhesiastic +parriable +parricidal +parricidally +parricide +parricided +parricidial +parricidism +Parridae +parrier +parrock +parrot +parroter +parrothood +parrotism +parrotize +parrotlet +parrotlike +parrotry +parrotwise +parroty +parry +parsable +parse +parsec +Parsee +Parseeism +parser +parsettensite +Parsi +Parsic +Parsiism +parsimonious +parsimoniously +parsimoniousness +parsimony +Parsism +parsley +parsleylike +parsleywort +parsnip +parson +parsonage +parsonarchy +parsondom +parsoned +parsonese +parsoness +parsonet +parsonhood +parsonic +parsonical +parsonically +parsoning +parsonish +parsonity +parsonize +parsonlike +parsonly +parsonolatry +parsonology +parsonry +parsonship +Parsonsia +parsonsite +parsony +Part +part +partakable +partake +partaker +partan +partanfull +partanhanded +parted +partedness +parter +parterre +parterred +partheniad +Partheniae +parthenian +parthenic +Parthenium +parthenocarpelly +parthenocarpic +parthenocarpical +parthenocarpically +parthenocarpous +parthenocarpy +Parthenocissus +parthenogenesis +parthenogenetic +parthenogenetically +parthenogenic +parthenogenitive +parthenogenous +parthenogeny +parthenogonidium +Parthenolatry +parthenology +Parthenon +Parthenopaeus +parthenoparous +Parthenope +Parthenopean +Parthenos +parthenosperm +parthenospore +Parthian +partial +partialism +partialist +partialistic +partiality +partialize +partially +partialness +partiary +partible +particate +participability +participable +participance +participancy +participant +participantly +participate +participatingly +participation +participative +participatively +participator +participatory +participatress +participial +participiality +participialize +participially +participle +particle +particled +particular +particularism +particularist +particularistic +particularistically +particularity +particularization +particularize +particularly +particularness +particulate +partigen +partile +partimembered +partimen +partinium +partisan +partisanism +partisanize +partisanship +partite +partition +partitional +partitionary +partitioned +partitioner +partitioning +partitionist +partitionment +partitive +partitively +partitura +partiversal +partivity +partless +partlet +partly +partner +partnerless +partnership +parto +partook +partridge +partridgeberry +partridgelike +partridgewood +partridging +partschinite +parture +parturiate +parturience +parturiency +parturient +parturifacient +parturition +parturitive +party +partyism +partyist +partykin +partyless +partymonger +partyship +Parukutu +parulis +parumbilical +parure +paruria +Parus +parvanimity +parvenu +parvenudom +parvenuism +parvicellular +parviflorous +parvifoliate +parvifolious +parvipotent +parvirostrate +parvis +parviscient +parvitude +parvolin +parvoline +parvule +paryphodrome +pasan +pasang +Pascal +Pasch +Pascha +paschal +paschalist +Paschaltide +paschite +pascoite +pascuage +pascual +pascuous +pasgarde +pash +pasha +pashadom +pashalik +pashaship +pashm +pashmina +Pashto +pasi +pasigraphic +pasigraphical +pasigraphy +pasilaly +Pasitelean +pasmo +Paspalum +pasqueflower +pasquil +pasquilant +pasquiler +pasquilic +Pasquin +pasquin +pasquinade +pasquinader +Pasquinian +Pasquino +pass +passable +passableness +passably +passade +passado +passage +passageable +passageway +Passagian +passalid +Passalidae +Passalus +Passamaquoddy +passant +passback +passbook +Passe +passe +passee +passegarde +passement +passementerie +passen +passenger +Passer +passer +Passeres +passeriform +Passeriformes +Passerina +passerine +passewa +passibility +passible +passibleness +Passiflora +Passifloraceae +passifloraceous +Passiflorales +passimeter +passing +passingly +passingness +passion +passional +passionary +passionate +passionately +passionateness +passionative +passioned +passionflower +passionful +passionfully +passionfulness +Passionist +passionist +passionless +passionlessly +passionlessness +passionlike +passionometer +passionproof +Passiontide +passionwise +passionwort +passir +passival +passivate +passivation +passive +passively +passiveness +passivism +passivist +passivity +passkey +passless +passman +passo +passometer +passout +passover +passoverish +passpenny +passport +passportless +passulate +passulation +passus +passway +passwoman +password +passworts +passymeasure +past +paste +pasteboard +pasteboardy +pasted +pastedness +pastedown +pastel +pastelist +paster +pasterer +pastern +pasterned +pasteur +Pasteurella +Pasteurelleae +pasteurellosis +Pasteurian +pasteurism +pasteurization +pasteurize +pasteurizer +pastiche +pasticheur +pastil +pastile +pastille +pastime +pastimer +Pastinaca +pastiness +pasting +pastness +pastophor +pastophorion +pastophorium +pastophorus +pastor +pastorage +pastoral +pastorale +pastoralism +pastoralist +pastorality +pastoralize +pastorally +pastoralness +pastorate +pastoress +pastorhood +pastorium +pastorize +pastorless +pastorlike +pastorling +pastorly +pastorship +pastose +pastosity +pastrami +pastry +pastryman +pasturability +pasturable +pasturage +pastural +pasture +pastureless +pasturer +pasturewise +pasty +pasul +Pat +pat +pata +pataca +patacao +pataco +patagial +patagiate +patagium +Patagon +patagon +Patagones +Patagonian +pataka +patamar +patao +patapat +pataque +Pataria +Patarin +Patarine +Patarinism +patas +patashte +Patavian +patavinity +patball +patballer +patch +patchable +patcher +patchery +patchily +patchiness +patchleaf +patchless +patchouli +patchwise +patchword +patchwork +patchworky +patchy +pate +patefaction +patefy +patel +patella +patellar +patellaroid +patellate +Patellidae +patellidan +patelliform +patelline +patellofemoral +patelloid +patellula +patellulate +paten +patency +patener +patent +patentability +patentable +patentably +patentee +patently +patentor +pater +patera +patercove +paterfamiliar +paterfamiliarly +paterfamilias +pateriform +paterissa +paternal +paternalism +paternalist +paternalistic +paternalistically +paternality +paternalize +paternally +paternity +paternoster +paternosterer +patesi +patesiate +path +Pathan +pathbreaker +pathed +pathema +pathematic +pathematically +pathematology +pathetic +pathetical +pathetically +patheticalness +patheticate +patheticly +patheticness +pathetism +pathetist +pathetize +pathfarer +pathfinder +pathfinding +pathic +pathicism +pathless +pathlessness +pathlet +pathoanatomical +pathoanatomy +pathobiological +pathobiologist +pathobiology +pathochemistry +pathodontia +pathogen +pathogene +pathogenesis +pathogenesy +pathogenetic +pathogenic +pathogenicity +pathogenous +pathogeny +pathogerm +pathogermic +pathognomic +pathognomical +pathognomonic +pathognomonical +pathognomy +pathognostic +pathographical +pathography +pathologic +pathological +pathologically +pathologicoanatomic +pathologicoanatomical +pathologicoclinical +pathologicohistological +pathologicopsychological +pathologist +pathology +patholysis +patholytic +pathomania +pathometabolism +pathomimesis +pathomimicry +pathoneurosis +pathonomia +pathonomy +pathophobia +pathophoresis +pathophoric +pathophorous +pathoplastic +pathoplastically +pathopoeia +pathopoiesis +pathopoietic +pathopsychology +pathopsychosis +pathoradiography +pathos +pathosocial +Pathrusim +pathway +pathwayed +pathy +patible +patibulary +patibulate +patience +patiency +patient +patientless +patiently +patientness +patina +patinate +patination +patine +patined +patinize +patinous +patio +patisserie +patly +Patmian +Patmos +patness +patnidar +pato +patois +patola +patonce +patria +patrial +patriarch +patriarchal +patriarchalism +patriarchally +patriarchate +patriarchdom +patriarched +patriarchess +patriarchic +patriarchical +patriarchically +patriarchism +patriarchist +patriarchship +patriarchy +Patrice +patrice +Patricia +Patrician +patrician +patricianhood +patricianism +patricianly +patricianship +patriciate +patricidal +patricide +Patricio +Patrick +patrico +patrilineal +patrilineally +patrilinear +patriliny +patrilocal +patrimonial +patrimonially +patrimony +patrin +Patriofelis +patriolatry +patriot +patrioteer +patriotess +patriotic +patriotical +patriotically +patriotics +patriotism +patriotly +patriotship +Patripassian +Patripassianism +Patripassianist +Patripassianly +patrist +patristic +patristical +patristically +patristicalness +patristicism +patristics +patrix +patrizate +patrization +patrocinium +patroclinic +patroclinous +patrocliny +patrogenesis +patrol +patroller +patrollotism +patrolman +patrologic +patrological +patrologist +patrology +patron +patronage +patronal +patronate +patrondom +patroness +patronessship +patronite +patronizable +patronization +patronize +patronizer +patronizing +patronizingly +patronless +patronly +patronomatology +patronship +patronym +patronymic +patronymically +patronymy +patroon +patroonry +patroonship +patruity +Patsy +patta +pattable +patte +pattee +patten +pattened +pattener +patter +patterer +patterist +pattern +patternable +patterned +patterner +patterning +patternize +patternless +patternlike +patternmaker +patternmaking +patternwise +patterny +pattu +Patty +patty +pattypan +patu +patulent +patulous +patulously +patulousness +Patuxent +patwari +Patwin +paty +pau +pauciarticulate +pauciarticulated +paucidentate +pauciflorous +paucifoliate +paucifolious +paucify +paucijugate +paucilocular +pauciloquent +pauciloquently +pauciloquy +paucinervate +paucipinnate +pauciplicate +pauciradiate +pauciradiated +paucispiral +paucispirated +paucity +paughty +paukpan +Paul +Paula +paular +pauldron +Pauliad +Paulian +Paulianist +Pauliccian +Paulicianism +paulie +paulin +Paulina +Pauline +Paulinia +Paulinian +Paulinism +Paulinist +Paulinistic +Paulinistically +Paulinity +Paulinize +Paulinus +Paulism +Paulist +Paulista +Paulite +paulopast +paulopost +paulospore +Paulownia +Paulus +Paumari +paunch +paunched +paunchful +paunchily +paunchiness +paunchy +paup +pauper +pauperage +pauperate +pauperdom +pauperess +pauperism +pauperitic +pauperization +pauperize +pauperizer +Paurometabola +paurometabolic +paurometabolism +paurometabolous +paurometaboly +pauropod +Pauropoda +pauropodous +pausably +pausal +pausation +pause +pauseful +pausefully +pauseless +pauselessly +pausement +pauser +pausingly +paussid +Paussidae +paut +pauxi +pavage +pavan +pavane +pave +pavement +pavemental +paver +pavestone +Pavetta +Pavia +pavid +pavidity +pavier +pavilion +paving +pavior +Paviotso +paviour +pavis +pavisade +pavisado +paviser +pavisor +Pavo +pavonated +pavonazzetto +pavonazzo +Pavoncella +Pavonia +pavonian +pavonine +pavonize +pavy +paw +pawdite +pawer +pawing +pawk +pawkery +pawkily +pawkiness +pawkrie +pawky +pawl +pawn +pawnable +pawnage +pawnbroker +pawnbrokerage +pawnbrokeress +pawnbrokering +pawnbrokery +pawnbroking +Pawnee +pawnee +pawner +pawnie +pawnor +pawnshop +pawpaw +Pawtucket +pax +paxilla +paxillar +paxillary +paxillate +paxilliferous +paxilliform +Paxillosa +paxillose +paxillus +paxiuba +paxwax +pay +payability +payable +payableness +payably +Payagua +Payaguan +payday +payed +payee +payeny +payer +paying +paymaster +paymastership +payment +paymistress +Payni +paynim +paynimhood +paynimry +Paynize +payoff +payong +payor +payroll +paysagist +Pazend +pea +peaberry +peace +peaceable +peaceableness +peaceably +peacebreaker +peacebreaking +peaceful +peacefully +peacefulness +peaceless +peacelessness +peacelike +peacemaker +peacemaking +peaceman +peacemonger +peacemongering +peacetime +peach +peachberry +peachblossom +peachblow +peachen +peacher +peachery +peachick +peachify +peachiness +peachlet +peachlike +peachwood +peachwort +peachy +peacoat +peacock +peacockery +peacockish +peacockishly +peacockishness +peacockism +peacocklike +peacockly +peacockwise +peacocky +peacod +peafowl +peag +peage +peahen +peai +peaiism +peak +peaked +peakedly +peakedness +peaker +peakily +peakiness +peaking +peakish +peakishly +peakishness +peakless +peaklike +peakward +peaky +peakyish +peal +pealike +pean +peanut +pear +pearceite +pearl +pearlberry +pearled +pearler +pearlet +pearlfish +pearlfruit +pearlike +pearlin +pearliness +pearling +pearlish +pearlite +pearlitic +pearlsides +pearlstone +pearlweed +pearlwort +pearly +pearmain +pearmonger +peart +pearten +peartly +peartness +pearwood +peasant +peasantess +peasanthood +peasantism +peasantize +peasantlike +peasantly +peasantry +peasantship +peasecod +peaselike +peasen +peashooter +peason +peastake +peastaking +peastick +peasticking +peastone +peasy +peat +peatery +peathouse +peatman +peatship +peatstack +peatwood +peaty +peavey +peavy +Peba +peba +Peban +pebble +pebbled +pebblehearted +pebblestone +pebbleware +pebbly +pebrine +pebrinous +pecan +peccability +peccable +peccadillo +peccancy +peccant +peccantly +peccantness +peccary +peccation +peccavi +pech +pecht +pecite +peck +pecked +pecker +peckerwood +pecket +peckful +peckhamite +peckiness +peckish +peckishly +peckishness +peckle +peckled +peckly +Pecksniffian +Pecksniffianism +Pecksniffism +pecky +Pecopteris +pecopteroid +Pecora +Pecos +pectase +pectate +pecten +pectic +pectin +Pectinacea +pectinacean +pectinaceous +pectinal +pectinase +pectinate +pectinated +pectinately +pectination +pectinatodenticulate +pectinatofimbricate +pectinatopinnate +pectineal +pectineus +pectinibranch +Pectinibranchia +pectinibranchian +Pectinibranchiata +pectinibranchiate +pectinic +pectinid +Pectinidae +pectiniferous +pectiniform +pectinirostrate +pectinite +pectinogen +pectinoid +pectinose +pectinous +pectizable +pectization +pectize +pectocellulose +pectolite +pectora +pectoral +pectoralgia +pectoralis +pectoralist +pectorally +pectoriloquial +pectoriloquism +pectoriloquous +pectoriloquy +pectosase +pectose +pectosic +pectosinase +pectous +pectunculate +Pectunculus +pectus +peculate +peculation +peculator +peculiar +peculiarism +peculiarity +peculiarize +peculiarly +peculiarness +peculiarsome +peculium +pecuniarily +pecuniary +pecuniosity +pecunious +ped +peda +pedage +pedagog +pedagogal +pedagogic +pedagogical +pedagogically +pedagogics +pedagogism +pedagogist +pedagogue +pedagoguery +pedagoguish +pedagoguism +pedagogy +pedal +pedaler +pedalfer +pedalferic +Pedaliaceae +pedaliaceous +pedalian +pedalier +Pedalion +pedalism +pedalist +pedaliter +pedality +Pedalium +pedanalysis +pedant +pedantesque +pedantess +pedanthood +pedantic +pedantical +pedantically +pedanticalness +pedanticism +pedanticly +pedanticness +pedantism +pedantize +pedantocracy +pedantocrat +pedantocratic +pedantry +pedary +Pedata +pedate +pedated +pedately +pedatifid +pedatiform +pedatilobate +pedatilobed +pedatinerved +pedatipartite +pedatisect +pedatisected +pedatrophia +pedder +peddle +peddler +peddleress +peddlerism +peddlery +peddling +peddlingly +pedee +pedelion +pederast +pederastic +pederastically +pederasty +pedes +pedesis +pedestal +pedestrial +pedestrially +pedestrian +pedestrianate +pedestrianism +pedestrianize +pedetentous +Pedetes +Pedetidae +Pedetinae +pediadontia +pediadontic +pediadontist +pedialgia +Pediastrum +pediatric +pediatrician +pediatrics +pediatrist +pediatry +pedicab +pedicel +pediceled +pedicellar +pedicellaria +pedicellate +pedicellated +pedicellation +pedicelled +pedicelliform +Pedicellina +pedicellus +pedicle +pedicular +Pedicularia +Pedicularis +pediculate +pediculated +Pediculati +pedicule +Pediculi +pediculicidal +pediculicide +pediculid +Pediculidae +Pediculina +pediculine +pediculofrontal +pediculoid +pediculoparietal +pediculophobia +pediculosis +pediculous +Pediculus +pedicure +pedicurism +pedicurist +pediferous +pediform +pedigerous +pedigraic +pedigree +pedigreeless +pediluvium +Pedimana +pedimanous +pediment +pedimental +pedimented +pedimentum +Pedioecetes +pedion +pedionomite +Pedionomus +pedipalp +pedipalpal +pedipalpate +Pedipalpi +Pedipalpida +pedipalpous +pedipalpus +pedipulate +pedipulation +pedipulator +pedlar +pedlary +pedobaptism +pedobaptist +pedocal +pedocalcic +pedodontia +pedodontic +pedodontist +pedodontology +pedograph +pedological +pedologist +pedologistical +pedologistically +pedology +pedometer +pedometric +pedometrical +pedometrically +pedometrician +pedometrist +pedomorphic +pedomorphism +pedomotive +pedomotor +pedophilia +pedophilic +pedotribe +pedotrophic +pedotrophist +pedotrophy +pedrail +pedregal +pedrero +Pedro +pedro +pedule +pedum +peduncle +peduncled +peduncular +Pedunculata +pedunculate +pedunculated +pedunculation +pedunculus +pee +peed +peek +peekaboo +peel +peelable +peele +peeled +peeledness +peeler +peelhouse +peeling +Peelism +Peelite +peelman +peen +peenge +peeoy +peep +peeper +peepeye +peephole +peepy +peer +peerage +peerdom +peeress +peerhood +peerie +peeringly +peerless +peerlessly +peerlessness +peerling +peerly +peership +peery +peesash +peesoreh +peesweep +peetweet +peeve +peeved +peevedly +peevedness +peever +peevish +peevishly +peevishness +peewee +Peg +peg +pega +pegall +peganite +Peganum +Pegasean +Pegasian +Pegasid +pegasid +Pegasidae +pegasoid +Pegasus +pegboard +pegbox +pegged +pegger +pegging +peggle +Peggy +peggy +pegless +peglet +peglike +pegman +pegmatite +pegmatitic +pegmatization +pegmatize +pegmatoid +pegmatophyre +pegology +pegomancy +Peguan +pegwood +Pehlevi +peho +Pehuenche +peignoir +peine +peirameter +peirastic +peirastically +peisage +peise +peiser +Peitho +peixere +pejorate +pejoration +pejorationist +pejorative +pejoratively +pejorism +pejorist +pejority +pekan +Pekin +pekin +Peking +Pekingese +pekoe +peladic +pelage +pelagial +Pelagian +pelagian +Pelagianism +Pelagianize +Pelagianizer +pelagic +Pelagothuria +pelamyd +pelanos +Pelargi +pelargic +Pelargikon +pelargomorph +Pelargomorphae +pelargomorphic +pelargonate +pelargonic +pelargonidin +pelargonin +pelargonium +Pelasgi +Pelasgian +Pelasgic +Pelasgikon +Pelasgoi +Pele +pelean +pelecan +Pelecani +Pelecanidae +Pelecaniformes +Pelecanoides +Pelecanoidinae +Pelecanus +pelecypod +Pelecypoda +pelecypodous +pelelith +pelerine +Peleus +Pelew +pelf +Pelias +pelican +pelicanry +pelick +pelicometer +Pelides +Pelidnota +pelike +peliom +pelioma +peliosis +pelisse +pelite +pelitic +pell +Pellaea +pellage +pellagra +pellagragenic +pellagrin +pellagrose +pellagrous +pellar +pellard +pellas +pellate +pellation +peller +pellet +pelleted +pelletierine +pelletlike +pellety +Pellian +pellicle +pellicula +pellicular +pellicularia +pelliculate +pellicule +pellile +pellitory +pellmell +pellock +pellotine +pellucent +pellucid +pellucidity +pellucidly +pellucidness +Pelmanism +Pelmanist +Pelmanize +pelmatic +pelmatogram +Pelmatozoa +pelmatozoan +pelmatozoic +pelmet +Pelobates +pelobatid +Pelobatidae +pelobatoid +Pelodytes +pelodytid +Pelodytidae +pelodytoid +Pelomedusa +pelomedusid +Pelomedusidae +pelomedusoid +Pelomyxa +pelon +Pelopaeus +Pelopid +Pelopidae +Peloponnesian +Pelops +peloria +pelorian +peloriate +peloric +pelorism +pelorization +pelorize +pelorus +pelota +pelotherapy +peloton +pelt +pelta +Peltandra +peltast +peltate +peltated +peltately +peltatifid +peltation +peltatodigitate +pelter +pelterer +peltiferous +peltifolious +peltiform +Peltigera +Peltigeraceae +peltigerine +peltigerous +peltinerved +pelting +peltingly +peltless +peltmonger +Peltogaster +peltry +pelu +peludo +Pelusios +pelveoperitonitis +pelves +Pelvetia +pelvic +pelviform +pelvigraph +pelvigraphy +pelvimeter +pelvimetry +pelviolithotomy +pelvioperitonitis +pelvioplasty +pelvioradiography +pelvioscopy +pelviotomy +pelviperitonitis +pelvirectal +pelvis +pelvisacral +pelvisternal +pelvisternum +pelycogram +pelycography +pelycology +pelycometer +pelycometry +pelycosaur +Pelycosauria +pelycosaurian +pembina +Pembroke +pemican +pemmican +pemmicanization +pemmicanize +pemphigoid +pemphigous +pemphigus +pen +penacute +Penaea +Penaeaceae +penaeaceous +penal +penalist +penality +penalizable +penalization +penalize +penally +penalty +penance +penanceless +penang +penannular +penates +penbard +pencatite +pence +pencel +penceless +penchant +penchute +pencil +penciled +penciler +penciliform +penciling +pencilled +penciller +pencillike +pencilling +pencilry +pencilwood +pencraft +pend +penda +pendant +pendanted +pendanting +pendantlike +pendecagon +pendeloque +pendency +pendent +pendentive +pendently +pendicle +pendicler +pending +pendle +pendom +pendragon +pendragonish +pendragonship +pendulant +pendular +pendulate +pendulation +pendule +penduline +pendulosity +pendulous +pendulously +pendulousness +pendulum +pendulumlike +Penelope +Penelopean +Penelophon +Penelopinae +penelopine +peneplain +peneplanation +peneplane +peneseismic +penetrability +penetrable +penetrableness +penetrably +penetral +penetralia +penetralian +penetrance +penetrancy +penetrant +penetrate +penetrating +penetratingly +penetratingness +penetration +penetrative +penetratively +penetrativeness +penetrativity +penetrator +penetrology +penetrometer +penfieldite +penfold +penful +penghulu +pengo +penguin +penguinery +penhead +penholder +penial +penicillate +penicillated +penicillately +penicillation +penicilliform +penicillin +Penicillium +penide +penile +peninsula +peninsular +peninsularism +peninsularity +peninsulate +penintime +peninvariant +penis +penistone +penitence +penitencer +penitent +Penitentes +penitential +penitentially +penitentiary +penitentiaryship +penitently +penk +penkeeper +penknife +penlike +penmaker +penmaking +penman +penmanship +penmaster +penna +pennaceous +Pennacook +pennae +pennage +Pennales +pennant +Pennaria +Pennariidae +Pennatae +pennate +pennated +pennatifid +pennatilobate +pennatipartite +pennatisect +pennatisected +Pennatula +Pennatulacea +pennatulacean +pennatulaceous +pennatularian +pennatulid +Pennatulidae +pennatuloid +penneech +penneeck +penner +pennet +penni +pennia +pennied +penniferous +penniform +pennigerous +penniless +pennilessly +pennilessness +pennill +penninervate +penninerved +penning +penninite +pennipotent +Pennisetum +penniveined +pennon +pennoned +pennopluma +pennoplume +pennorth +Pennsylvania +Pennsylvanian +Penny +penny +pennybird +pennycress +pennyearth +pennyflower +pennyhole +pennyleaf +pennyrot +pennyroyal +pennysiller +pennystone +pennyweight +pennywinkle +pennywort +pennyworth +Penobscot +penologic +penological +penologist +penology +penorcon +penrack +penroseite +Pensacola +penscript +penseful +pensefulness +penship +pensile +pensileness +pensility +pension +pensionable +pensionably +pensionary +pensioner +pensionership +pensionless +pensive +pensived +pensively +pensiveness +penster +penstick +penstock +pensum +pensy +pent +penta +pentabasic +pentabromide +pentacapsular +pentacarbon +pentacarbonyl +pentacarpellary +pentace +pentacetate +pentachenium +pentachloride +pentachord +pentachromic +pentacid +pentacle +pentacoccous +pentacontane +pentacosane +Pentacrinidae +pentacrinite +pentacrinoid +Pentacrinus +pentacron +pentacrostic +pentactinal +pentactine +pentacular +pentacyanic +pentacyclic +pentad +pentadactyl +Pentadactyla +pentadactylate +pentadactyle +pentadactylism +pentadactyloid +pentadecagon +pentadecahydrate +pentadecahydrated +pentadecane +pentadecatoic +pentadecoic +pentadecyl +pentadecylic +pentadelphous +pentadicity +pentadiene +pentadodecahedron +pentadrachm +pentadrachma +pentaerythrite +pentaerythritol +pentafid +pentafluoride +pentagamist +pentaglossal +pentaglot +pentaglottical +pentagon +pentagonal +pentagonally +pentagonohedron +pentagonoid +pentagram +pentagrammatic +pentagyn +Pentagynia +pentagynian +pentagynous +pentahalide +pentahedral +pentahedrical +pentahedroid +pentahedron +pentahedrous +pentahexahedral +pentahexahedron +pentahydrate +pentahydrated +pentahydric +pentahydroxy +pentail +pentaiodide +pentalobate +pentalogue +pentalogy +pentalpha +Pentamera +pentameral +pentameran +pentamerid +Pentameridae +pentamerism +pentameroid +pentamerous +Pentamerus +pentameter +pentamethylene +pentamethylenediamine +pentametrist +pentametrize +pentander +Pentandria +pentandrian +pentandrous +pentane +pentanedione +pentangle +pentangular +pentanitrate +pentanoic +pentanolide +pentanone +pentapetalous +Pentaphylacaceae +pentaphylacaceous +Pentaphylax +pentaphyllous +pentaploid +pentaploidic +pentaploidy +pentapody +pentapolis +pentapolitan +pentapterous +pentaptote +pentaptych +pentaquine +pentarch +pentarchical +pentarchy +pentasepalous +pentasilicate +pentaspermous +pentaspheric +pentaspherical +pentastich +pentastichous +pentastichy +pentastome +Pentastomida +pentastomoid +pentastomous +Pentastomum +pentastyle +pentastylos +pentasulphide +pentasyllabic +pentasyllabism +pentasyllable +Pentateuch +Pentateuchal +pentateuchal +pentathionate +pentathionic +pentathlete +pentathlon +pentathlos +pentatomic +pentatomid +Pentatomidae +Pentatomoidea +pentatone +pentatonic +pentatriacontane +pentavalence +pentavalency +pentavalent +penteconter +pentecontoglossal +Pentecost +Pentecostal +pentecostal +pentecostalism +pentecostalist +pentecostarion +pentecoster +pentecostys +Pentelic +Pentelican +pentene +penteteric +penthemimer +penthemimeral +penthemimeris +Penthestes +penthiophen +penthiophene +Penthoraceae +Penthorum +penthouse +penthouselike +penthrit +penthrite +pentimento +pentine +pentiodide +pentit +pentite +pentitol +pentlandite +pentobarbital +pentode +pentoic +pentol +pentosan +pentosane +pentose +pentoside +pentosuria +pentoxide +pentremital +pentremite +Pentremites +Pentremitidae +pentrit +pentrite +pentrough +Pentstemon +pentstock +penttail +pentyl +pentylene +pentylic +pentylidene +pentyne +Pentzia +penuchi +penult +penultima +penultimate +penultimatum +penumbra +penumbrae +penumbral +penumbrous +penurious +penuriously +penuriousness +penury +Penutian +penwiper +penwoman +penwomanship +penworker +penwright +peon +peonage +peonism +peony +people +peopledom +peoplehood +peopleize +peopleless +peopler +peoplet +peoplish +Peoria +Peorian +peotomy +pep +peperine +peperino +Peperomia +pepful +Pephredo +pepinella +pepino +peplos +peplosed +peplum +peplus +pepo +peponida +peponium +pepper +pepperbox +peppercorn +peppercornish +peppercorny +pepperer +peppergrass +pepperidge +pepperily +pepperiness +pepperish +pepperishly +peppermint +pepperoni +pepperproof +pepperroot +pepperweed +pepperwood +pepperwort +peppery +peppily +peppin +peppiness +peppy +pepsin +pepsinate +pepsinhydrochloric +pepsiniferous +pepsinogen +pepsinogenic +pepsinogenous +pepsis +peptic +peptical +pepticity +peptidase +peptide +peptizable +peptization +peptize +peptizer +peptogaster +peptogenic +peptogenous +peptogeny +peptohydrochloric +peptolysis +peptolytic +peptonaemia +peptonate +peptone +peptonemia +peptonic +peptonization +peptonize +peptonizer +peptonoid +peptonuria +peptotoxine +Pepysian +Pequot +Per +per +Peracarida +peracephalus +peracetate +peracetic +peracid +peracidite +peract +peracute +peradventure +peragrate +peragration +Perakim +peramble +perambulant +perambulate +perambulation +perambulator +perambulatory +Perameles +Peramelidae +perameline +perameloid +Peramium +Peratae +Perates +perbend +perborate +perborax +perbromide +Perca +percale +percaline +percarbide +percarbonate +percarbonic +perceivability +perceivable +perceivableness +perceivably +perceivance +perceivancy +perceive +perceivedly +perceivedness +perceiver +perceiving +perceivingness +percent +percentable +percentably +percentage +percentaged +percental +percentile +percentual +percept +perceptibility +perceptible +perceptibleness +perceptibly +perception +perceptional +perceptionalism +perceptionism +perceptive +perceptively +perceptiveness +perceptivity +perceptual +perceptually +Percesoces +percesocine +Perceval +perch +percha +perchable +perchance +percher +Percheron +perchlorate +perchlorethane +perchlorethylene +perchloric +perchloride +perchlorinate +perchlorination +perchloroethane +perchloroethylene +perchromate +perchromic +percid +Percidae +perciform +Perciformes +percipience +percipiency +percipient +Percival +perclose +percnosome +percoct +percoid +Percoidea +percoidean +percolable +percolate +percolation +percolative +percolator +percomorph +Percomorphi +percomorphous +percompound +percontation +percontatorial +percribrate +percribration +percrystallization +perculsion +perculsive +percur +percurration +percurrent +percursory +percuss +percussion +percussional +percussioner +percussionist +percussionize +percussive +percussively +percussiveness +percussor +percutaneous +percutaneously +percutient +Percy +percylite +Perdicinae +perdicine +perdition +perditionable +Perdix +perdricide +perdu +perduellion +perdurability +perdurable +perdurableness +perdurably +perdurance +perdurant +perdure +perduring +perduringly +Perean +peregrin +peregrina +peregrinate +peregrination +peregrinator +peregrinatory +peregrine +peregrinity +peregrinoid +pereion +pereiopod +pereira +pereirine +peremptorily +peremptoriness +peremptory +perendinant +perendinate +perendination +perendure +perennate +perennation +perennial +perenniality +perennialize +perennially +perennibranch +Perennibranchiata +perennibranchiate +perequitate +peres +Pereskia +perezone +perfect +perfectation +perfected +perfectedly +perfecter +perfecti +perfectibilian +perfectibilism +perfectibilist +perfectibilitarian +perfectibility +perfectible +perfecting +perfection +perfectionate +perfectionation +perfectionator +perfectioner +perfectionism +perfectionist +perfectionistic +perfectionize +perfectionizement +perfectionizer +perfectionment +perfectism +perfectist +perfective +perfectively +perfectiveness +perfectivity +perfectivize +perfectly +perfectness +perfecto +perfector +perfectuation +perfervent +perfervid +perfervidity +perfervidly +perfervidness +perfervor +perfervour +perfidious +perfidiously +perfidiousness +perfidy +perfilograph +perflate +perflation +perfluent +perfoliate +perfoliation +perforable +perforant +Perforata +perforate +perforated +perforation +perforationproof +perforative +perforator +perforatorium +perforatory +perforce +perforcedly +perform +performable +performance +performant +performative +performer +perfrication +perfumatory +perfume +perfumed +perfumeless +perfumer +perfumeress +perfumery +perfumy +perfunctionary +perfunctorily +perfunctoriness +perfunctorious +perfunctoriously +perfunctorize +perfunctory +perfuncturate +perfusate +perfuse +perfusion +perfusive +Pergamene +pergameneous +Pergamenian +pergamentaceous +Pergamic +pergamyn +pergola +perhalide +perhalogen +perhaps +perhazard +perhorresce +perhydroanthracene +perhydrogenate +perhydrogenation +perhydrogenize +peri +periacinal +periacinous +periactus +periadenitis +periamygdalitis +perianal +periangiocholitis +periangioma +periangitis +perianth +perianthial +perianthium +periaortic +periaortitis +periapical +periappendicitis +periappendicular +periapt +Periarctic +periareum +periarterial +periarteritis +periarthric +periarthritis +periarticular +periaster +periastral +periastron +periastrum +periatrial +periauricular +periaxial +periaxillary +periaxonal +periblast +periblastic +periblastula +periblem +peribolos +peribolus +peribranchial +peribronchial +peribronchiolar +peribronchiolitis +peribronchitis +peribulbar +peribursal +pericaecal +pericaecitis +pericanalicular +pericapsular +pericardia +pericardiac +pericardiacophrenic +pericardial +pericardicentesis +pericardiectomy +pericardiocentesis +pericardiolysis +pericardiomediastinitis +pericardiophrenic +pericardiopleural +pericardiorrhaphy +pericardiosymphysis +pericardiotomy +pericarditic +pericarditis +pericardium +pericardotomy +pericarp +pericarpial +pericarpic +pericarpium +pericarpoidal +pericecal +pericecitis +pericellular +pericemental +pericementitis +pericementoclasia +pericementum +pericenter +pericentral +pericentric +pericephalic +pericerebral +perichaete +perichaetial +perichaetium +perichete +pericholangitis +pericholecystitis +perichondral +perichondrial +perichondritis +perichondrium +perichord +perichordal +perichoresis +perichorioidal +perichoroidal +perichylous +pericladium +periclase +periclasia +periclasite +periclaustral +Periclean +Pericles +periclinal +periclinally +pericline +periclinium +periclitate +periclitation +pericolitis +pericolpitis +periconchal +periconchitis +pericopal +pericope +pericopic +pericorneal +pericowperitis +pericoxitis +pericranial +pericranitis +pericranium +pericristate +Pericu +periculant +pericycle +pericycloid +pericyclone +pericyclonic +pericystic +pericystitis +pericystium +pericytial +peridendritic +peridental +peridentium +peridentoclasia +periderm +peridermal +peridermic +Peridermium +peridesm +peridesmic +peridesmitis +peridesmium +peridial +peridiastole +peridiastolic +perididymis +perididymitis +peridiiform +Peridineae +Peridiniaceae +peridiniaceous +peridinial +Peridiniales +peridinian +peridinid +Peridinidae +Peridinieae +Peridiniidae +Peridinium +peridiole +peridiolum +peridium +peridot +peridotic +peridotite +peridotitic +periductal +periegesis +periegetic +perielesis +periencephalitis +perienteric +perienteritis +perienteron +periependymal +periesophageal +periesophagitis +perifistular +perifoliary +perifollicular +perifolliculitis +perigangliitis +periganglionic +perigastric +perigastritis +perigastrula +perigastrular +perigastrulation +perigeal +perigee +perigemmal +perigenesis +perigenital +perigeum +periglandular +perigloea +periglottic +periglottis +perignathic +perigon +perigonadial +perigonal +perigone +perigonial +perigonium +perigraph +perigraphic +perigynial +perigynium +perigynous +perigyny +perihelial +perihelian +perihelion +perihelium +perihepatic +perihepatitis +perihermenial +perihernial +perihysteric +perijejunitis +perijove +perikaryon +perikronion +peril +perilabyrinth +perilabyrinthitis +perilaryngeal +perilaryngitis +perilenticular +periligamentous +Perilla +perilless +perilobar +perilous +perilously +perilousness +perilsome +perilymph +perilymphangial +perilymphangitis +perilymphatic +perimartium +perimastitis +perimedullary +perimeningitis +perimeter +perimeterless +perimetral +perimetric +perimetrical +perimetrically +perimetritic +perimetritis +perimetrium +perimetry +perimorph +perimorphic +perimorphism +perimorphous +perimyelitis +perimysial +perimysium +perine +perineal +perineocele +perineoplastic +perineoplasty +perineorrhaphy +perineoscrotal +perineostomy +perineosynthesis +perineotomy +perineovaginal +perineovulvar +perinephral +perinephrial +perinephric +perinephritic +perinephritis +perinephrium +perineptunium +perineum +perineural +perineurial +perineuritis +perineurium +perinium +perinuclear +periocular +period +periodate +periodic +periodical +periodicalism +periodicalist +periodicalize +periodically +periodicalness +periodicity +periodide +periodize +periodogram +periodograph +periodology +periodontal +periodontia +periodontic +periodontist +periodontitis +periodontium +periodontoclasia +periodontologist +periodontology +periodontum +periodoscope +perioeci +perioecians +perioecic +perioecid +perioecus +perioesophageal +perioikoi +periomphalic +perionychia +perionychium +perionyx +perionyxis +perioophoritis +periophthalmic +periophthalmitis +periople +perioplic +perioptic +perioptometry +perioral +periorbit +periorbita +periorbital +periorchitis +periost +periostea +periosteal +periosteitis +periosteoalveolar +periosteoma +periosteomedullitis +periosteomyelitis +periosteophyte +periosteorrhaphy +periosteotome +periosteotomy +periosteous +periosteum +periostitic +periostitis +periostoma +periostosis +periostotomy +periostracal +periostracum +periotic +periovular +peripachymeningitis +peripancreatic +peripancreatitis +peripapillary +Peripatetic +peripatetic +peripatetical +peripatetically +peripateticate +Peripateticism +Peripatidae +Peripatidea +peripatize +peripatoid +Peripatopsidae +Peripatopsis +Peripatus +peripenial +peripericarditis +peripetalous +peripetasma +peripeteia +peripetia +peripety +periphacitis +peripharyngeal +peripherad +peripheral +peripherally +peripherial +peripheric +peripherical +peripherically +peripherocentral +peripheroceptor +peripheromittor +peripheroneural +peripherophose +periphery +periphlebitic +periphlebitis +periphractic +periphrase +periphrases +periphrasis +periphrastic +periphrastical +periphrastically +periphraxy +periphyllum +periphyse +periphysis +Periplaneta +periplasm +periplast +periplastic +periplegmatic +peripleural +peripleuritis +Periploca +periplus +peripneumonia +peripneumonic +peripneumony +peripneustic +peripolar +peripolygonal +periportal +periproct +periproctal +periproctitis +periproctous +periprostatic +periprostatitis +peripteral +peripterous +periptery +peripylephlebitis +peripyloric +perique +perirectal +perirectitis +perirenal +perisalpingitis +perisarc +perisarcal +perisarcous +perisaturnium +periscian +periscians +periscii +perisclerotic +periscopal +periscope +periscopic +periscopical +periscopism +perish +perishability +perishable +perishableness +perishably +perished +perishing +perishingly +perishless +perishment +perisigmoiditis +perisinuitis +perisinuous +perisinusitis +perisoma +perisomal +perisomatic +perisome +perisomial +perisperm +perispermal +perispermatitis +perispermic +perisphere +perispheric +perispherical +perisphinctean +Perisphinctes +Perisphinctidae +perisphinctoid +perisplanchnic +perisplanchnitis +perisplenetic +perisplenic +perisplenitis +perispome +perispomenon +perispondylic +perispondylitis +perispore +Perisporiaceae +perisporiaceous +Perisporiales +perissad +perissodactyl +Perissodactyla +perissodactylate +perissodactyle +perissodactylic +perissodactylism +perissodactylous +perissologic +perissological +perissology +perissosyllabic +peristalith +peristalsis +peristaltic +peristaltically +peristaphyline +peristaphylitis +peristele +peristerite +peristeromorph +Peristeromorphae +peristeromorphic +peristeromorphous +peristeronic +peristerophily +peristeropod +peristeropodan +peristeropode +Peristeropodes +peristeropodous +peristethium +peristole +peristoma +peristomal +peristomatic +peristome +peristomial +peristomium +peristrephic +peristrephical +peristrumitis +peristrumous +peristylar +peristyle +peristylium +peristylos +peristylum +perisynovial +perisystole +perisystolic +perit +perite +peritectic +peritendineum +peritenon +perithece +perithecial +perithecium +perithelial +perithelioma +perithelium +perithoracic +perithyreoiditis +perithyroiditis +peritomize +peritomous +peritomy +peritoneal +peritonealgia +peritoneally +peritoneocentesis +peritoneoclysis +peritoneomuscular +peritoneopathy +peritoneopericardial +peritoneopexy +peritoneoplasty +peritoneoscope +peritoneoscopy +peritoneotomy +peritoneum +peritonism +peritonital +peritonitic +peritonitis +peritonsillar +peritonsillitis +peritracheal +peritrema +peritrematous +peritreme +peritrich +Peritricha +peritrichan +peritrichic +peritrichous +peritrichously +peritroch +peritrochal +peritrochanteric +peritrochium +peritrochoid +peritropal +peritrophic +peritropous +perityphlic +perityphlitic +perityphlitis +periumbilical +periungual +periuranium +periureteric +periureteritis +periurethral +periurethritis +periuterine +periuvular +perivaginal +perivaginitis +perivascular +perivasculitis +perivenous +perivertebral +perivesical +perivisceral +perivisceritis +perivitellin +perivitelline +periwig +periwigpated +periwinkle +periwinkled +periwinkler +perizonium +perjink +perjinkety +perjinkities +perjinkly +perjure +perjured +perjuredly +perjuredness +perjurer +perjuress +perjurious +perjuriously +perjuriousness +perjurous +perjury +perjurymonger +perjurymongering +perk +perkily +Perkin +perkin +perkiness +perking +perkingly +perkish +perknite +perky +Perla +perlaceous +Perlaria +perle +perlection +perlid +Perlidae +perligenous +perlingual +perlingually +perlite +perlitic +perloir +perlustrate +perlustration +perlustrator +perm +permafrost +Permalloy +permalloy +permanence +permanency +permanent +permanently +permanentness +permanganate +permanganic +permansive +permeability +permeable +permeableness +permeably +permeameter +permeance +permeant +permeate +permeation +permeative +permeator +Permiak +Permian +permillage +permirific +permissibility +permissible +permissibleness +permissibly +permission +permissioned +permissive +permissively +permissiveness +permissory +permit +permittable +permitted +permittedly +permittee +permitter +permittivity +permixture +Permocarboniferous +permonosulphuric +permoralize +permutability +permutable +permutableness +permutably +permutate +permutation +permutational +permutationist +permutator +permutatorial +permutatory +permute +permuter +pern +pernancy +pernasal +pernavigate +Pernettia +pernicious +perniciously +perniciousness +pernicketiness +pernickety +pernine +Pernis +pernitrate +pernitric +pernoctation +pernor +pernyi +peroba +perobrachius +perocephalus +perochirus +perodactylus +Perodipus +Perognathinae +Perognathus +Peromedusae +Peromela +peromelous +peromelus +Peromyscus +peronate +peroneal +peroneocalcaneal +peroneotarsal +peroneotibial +peronial +peronium +Peronospora +Peronosporaceae +peronosporaceous +Peronosporales +peropod +Peropoda +peropodous +peropus +peroral +perorally +perorate +peroration +perorational +perorative +perorator +peroratorical +peroratorically +peroratory +perosis +perosmate +perosmic +perosomus +perotic +perovskite +peroxidase +peroxidate +peroxidation +peroxide +peroxidic +peroxidize +peroxidizement +peroxy +peroxyl +perozonid +perozonide +perpend +perpendicular +perpendicularity +perpendicularly +perpera +perperfect +perpetrable +perpetrate +perpetration +perpetrator +perpetratress +perpetratrix +perpetuable +perpetual +perpetualism +perpetualist +perpetuality +perpetually +perpetualness +perpetuana +perpetuance +perpetuant +perpetuate +perpetuation +perpetuator +perpetuity +perplantar +perplex +perplexable +perplexed +perplexedly +perplexedness +perplexer +perplexing +perplexingly +perplexity +perplexment +perplication +perquadrat +perquest +perquisite +perquisition +perquisitor +perradial +perradially +perradiate +perradius +perridiculous +perrier +Perrinist +perron +perruche +perrukery +perruthenate +perruthenic +Perry +perry +perryman +Persae +persalt +perscent +perscribe +perscrutate +perscrutation +perscrutator +perse +Persea +persecute +persecutee +persecuting +persecutingly +persecution +persecutional +persecutive +persecutiveness +persecutor +persecutory +persecutress +persecutrix +Perseid +perseite +perseitol +perseity +persentiscency +Persephassa +Persephone +Persepolitan +perseverance +perseverant +perseverate +perseveration +persevere +persevering +perseveringly +Persian +Persianist +Persianization +Persianize +Persic +Persicaria +persicary +Persicize +persico +persicot +persienne +persiennes +persiflage +persiflate +persilicic +persimmon +Persis +persis +Persism +persist +persistence +persistency +persistent +persistently +persister +persisting +persistingly +persistive +persistively +persistiveness +persnickety +person +persona +personable +personableness +personably +personage +personal +personalia +personalism +personalist +personalistic +personality +personalization +personalize +personally +personalness +personalty +personate +personately +personating +personation +personative +personator +personed +personeity +personifiable +personifiant +personification +personificative +personificator +personifier +personify +personization +personize +personnel +personship +perspection +perspective +perspectived +perspectiveless +perspectively +perspectivity +perspectograph +perspectometer +perspicacious +perspicaciously +perspicaciousness +perspicacity +perspicuity +perspicuous +perspicuously +perspicuousness +perspirability +perspirable +perspirant +perspirate +perspiration +perspirative +perspiratory +perspire +perspiringly +perspiry +perstringe +perstringement +persuadability +persuadable +persuadableness +persuadably +persuade +persuaded +persuadedly +persuadedness +persuader +persuadingly +persuasibility +persuasible +persuasibleness +persuasibly +persuasion +persuasive +persuasively +persuasiveness +persuasory +persulphate +persulphide +persulphocyanate +persulphocyanic +persulphuric +persymmetric +persymmetrical +pert +pertain +pertaining +pertainment +perten +perthiocyanate +perthiocyanic +perthiotophyre +perthite +perthitic +perthitically +perthosite +pertinacious +pertinaciously +pertinaciousness +pertinacity +pertinence +pertinency +pertinent +pertinently +pertinentness +pertish +pertly +pertness +perturb +perturbability +perturbable +perturbance +perturbancy +perturbant +perturbate +perturbation +perturbational +perturbatious +perturbative +perturbator +perturbatory +perturbatress +perturbatrix +perturbed +perturbedly +perturbedness +perturber +perturbing +perturbingly +perturbment +Pertusaria +Pertusariaceae +pertuse +pertused +pertusion +pertussal +pertussis +perty +Peru +Perugian +Peruginesque +peruke +perukeless +perukier +perukiership +perula +Perularia +perulate +perule +Perun +perusable +perusal +peruse +peruser +Peruvian +Peruvianize +pervade +pervadence +pervader +pervading +pervadingly +pervadingness +pervagate +pervagation +pervalvar +pervasion +pervasive +pervasively +pervasiveness +perverse +perversely +perverseness +perversion +perversity +perversive +pervert +perverted +pervertedly +pervertedness +perverter +pervertibility +pervertible +pervertibly +pervertive +perviability +perviable +pervicacious +pervicaciously +pervicaciousness +pervicacity +pervigilium +pervious +perviously +perviousness +pervulgate +pervulgation +perwitsky +pes +pesa +Pesach +pesade +pesage +Pesah +peseta +peshkar +peshkash +peshwa +peshwaship +peskily +peskiness +pesky +peso +pess +pessary +pessimal +pessimism +pessimist +pessimistic +pessimistically +pessimize +pessimum +pessomancy +pessoner +pessular +pessulus +pest +Pestalozzian +Pestalozzianism +peste +pester +pesterer +pesteringly +pesterment +pesterous +pestersome +pestful +pesthole +pesthouse +pesticidal +pesticide +pestiduct +pestiferous +pestiferously +pestiferousness +pestifugous +pestify +pestilence +pestilenceweed +pestilencewort +pestilent +pestilential +pestilentially +pestilentialness +pestilently +pestle +pestological +pestologist +pestology +pestproof +pet +petal +petalage +petaled +Petalia +petaliferous +petaliform +Petaliidae +petaline +petalism +petalite +petalled +petalless +petallike +petalocerous +petalodic +petalodont +petalodontid +Petalodontidae +petalodontoid +Petalodus +petalody +petaloid +petaloidal +petaloideous +petalomania +petalon +Petalostemon +petalous +petalwise +petaly +petard +petardeer +petardier +petary +Petasites +petasos +petasus +petaurine +petaurist +Petaurista +Petauristidae +Petauroides +Petaurus +petchary +petcock +Pete +pete +peteca +petechiae +petechial +petechiate +peteman +Peter +peter +Peterkin +Peterloo +peterman +peternet +petersham +peterwort +petful +petiolar +petiolary +Petiolata +petiolate +petiolated +petiole +petioled +Petioliventres +petiolular +petiolulate +petiolule +petiolus +petit +petite +petiteness +petitgrain +petition +petitionable +petitional +petitionarily +petitionary +petitionee +petitioner +petitionist +petitionproof +petitor +petitory +Petiveria +Petiveriaceae +petkin +petling +peto +Petr +Petrarchal +Petrarchan +Petrarchesque +Petrarchian +Petrarchianism +Petrarchism +Petrarchist +Petrarchistic +Petrarchistical +Petrarchize +petrary +petre +Petrea +petrean +petreity +petrel +petrescence +petrescent +Petricola +Petricolidae +petricolous +petrie +petrifaction +petrifactive +petrifiable +petrific +petrificant +petrificate +petrification +petrified +petrifier +petrify +Petrine +Petrinism +Petrinist +Petrinize +petrissage +Petrobium +Petrobrusian +petrochemical +petrochemistry +Petrogale +petrogenesis +petrogenic +petrogeny +petroglyph +petroglyphic +petroglyphy +petrograph +petrographer +petrographic +petrographical +petrographically +petrography +petrohyoid +petrol +petrolage +petrolatum +petrolean +petrolene +petroleous +petroleum +petrolic +petroliferous +petrolific +petrolist +petrolithic +petrolization +petrolize +petrologic +petrological +petrologically +petromastoid +Petromyzon +Petromyzonidae +petromyzont +Petromyzontes +Petromyzontidae +petromyzontoid +petronel +petronella +petropharyngeal +petrophilous +petrosa +petrosal +Petroselinum +petrosilex +petrosiliceous +petrosilicious +petrosphenoid +petrosphenoidal +petrosphere +petrosquamosal +petrosquamous +petrostearin +petrostearine +petrosum +petrotympanic +petrous +petroxolin +pettable +petted +pettedly +pettedness +petter +pettichaps +petticoat +petticoated +petticoaterie +petticoatery +petticoatism +petticoatless +petticoaty +pettifog +pettifogger +pettifoggery +pettifogging +pettifogulize +pettifogulizer +pettily +pettiness +pettingly +pettish +pettitoes +pettle +petty +pettyfog +petulance +petulancy +petulant +petulantly +petune +Petunia +petuntse +petwood +petzite +Peucedanum +Peucetii +peucites +peuhl +Peul +Peumus +Peutingerian +pew +pewage +pewdom +pewee +pewfellow +pewful +pewholder +pewing +pewit +pewless +pewmate +pewter +pewterer +pewterwort +pewtery +pewy +Peyerian +peyote +peyotl +peyton +peytrel +pezantic +Peziza +Pezizaceae +pezizaceous +pezizaeform +Pezizales +peziziform +pezizoid +pezograph +Pezophaps +Pfaffian +pfeffernuss +Pfeifferella +pfennig +pfui +pfund +Phaca +Phacelia +phacelite +phacella +Phacidiaceae +Phacidiales +phacitis +phacoanaphylaxis +phacocele +phacochere +phacocherine +phacochoere +phacochoerid +phacochoerine +phacochoeroid +Phacochoerus +phacocyst +phacocystectomy +phacocystitis +phacoglaucoma +phacoid +phacoidal +phacoidoscope +phacolite +phacolith +phacolysis +phacomalacia +phacometer +phacopid +Phacopidae +Phacops +phacosclerosis +phacoscope +phacotherapy +Phaeacian +Phaedo +phaeism +phaenantherous +phaenanthery +phaenogam +Phaenogamia +phaenogamian +phaenogamic +phaenogamous +phaenogenesis +phaenogenetic +phaenological +phaenology +phaenomenal +phaenomenism +phaenomenon +phaenozygous +phaeochrous +Phaeodaria +phaeodarian +phaeophore +Phaeophyceae +phaeophycean +phaeophyceous +phaeophyll +Phaeophyta +phaeophytin +phaeoplast +Phaeosporales +phaeospore +Phaeosporeae +phaeosporous +Phaet +Phaethon +Phaethonic +Phaethontes +Phaethontic +Phaethontidae +Phaethusa +phaeton +phage +phagedena +phagedenic +phagedenical +phagedenous +Phagineae +phagocytable +phagocytal +phagocyte +phagocyter +phagocytic +phagocytism +phagocytize +phagocytoblast +phagocytolysis +phagocytolytic +phagocytose +phagocytosis +phagodynamometer +phagolysis +phagolytic +phagomania +phainolion +Phainopepla +Phajus +Phalacrocoracidae +phalacrocoracine +Phalacrocorax +phalacrosis +Phalaecean +Phalaecian +Phalaenae +Phalaenidae +phalaenopsid +Phalaenopsis +phalangal +phalange +phalangeal +phalangean +phalanger +Phalangeridae +Phalangerinae +phalangerine +phalanges +phalangette +phalangian +phalangic +phalangid +Phalangida +phalangidan +Phalangidea +phalangidean +Phalangides +phalangiform +Phalangigrada +phalangigrade +phalangigrady +phalangiid +Phalangiidae +phalangist +Phalangista +Phalangistidae +phalangistine +phalangite +phalangitic +phalangitis +Phalangium +phalangologist +phalangology +phalansterial +phalansterian +phalansterianism +phalansteric +phalansterism +phalansterist +phalanstery +phalanx +phalanxed +phalarica +Phalaris +Phalarism +phalarope +Phalaropodidae +phalera +phalerate +phalerated +Phaleucian +Phallaceae +phallaceous +Phallales +phallalgia +phallaneurysm +phallephoric +phallic +phallical +phallicism +phallicist +phallin +phallism +phallist +phallitis +phallocrypsis +phallodynia +phalloid +phalloncus +phalloplasty +phallorrhagia +phallus +Phanar +Phanariot +Phanariote +phanatron +phaneric +phanerite +Phanerocarpae +Phanerocarpous +Phanerocephala +phanerocephalous +phanerocodonic +phanerocryst +phanerocrystalline +phanerogam +Phanerogamia +phanerogamian +phanerogamic +phanerogamous +phanerogamy +phanerogenetic +phanerogenic +Phaneroglossa +phaneroglossal +phaneroglossate +phaneromania +phaneromere +phaneromerous +phaneroscope +phanerosis +phanerozoic +phanerozonate +Phanerozonia +phanic +phano +phansigar +phantascope +phantasia +Phantasiast +Phantasiastic +phantasist +phantasize +phantasm +phantasma +phantasmagoria +phantasmagorial +phantasmagorially +phantasmagorian +phantasmagoric +phantasmagorical +phantasmagorist +phantasmagory +phantasmal +phantasmalian +phantasmality +phantasmally +phantasmascope +phantasmata +Phantasmatic +phantasmatic +phantasmatical +phantasmatically +phantasmatography +phantasmic +phantasmical +phantasmically +Phantasmist +phantasmogenesis +phantasmogenetic +phantasmograph +phantasmological +phantasmology +phantast +phantasy +phantom +phantomatic +phantomic +phantomical +phantomically +Phantomist +phantomize +phantomizer +phantomland +phantomlike +phantomnation +phantomry +phantomship +phantomy +phantoplex +phantoscope +Pharaoh +Pharaonic +Pharaonical +Pharbitis +phare +Phareodus +Pharian +Pharisaean +Pharisaic +pharisaical +pharisaically +pharisaicalness +Pharisaism +Pharisaist +Pharisean +Pharisee +pharisee +Phariseeism +pharmacal +pharmaceutic +pharmaceutical +pharmaceutically +pharmaceutics +pharmaceutist +pharmacic +pharmacist +pharmacite +pharmacodiagnosis +pharmacodynamic +pharmacodynamical +pharmacodynamics +pharmacoendocrinology +pharmacognosia +pharmacognosis +pharmacognosist +pharmacognostical +pharmacognostically +pharmacognostics +pharmacognosy +pharmacography +pharmacolite +pharmacologia +pharmacologic +pharmacological +pharmacologically +pharmacologist +pharmacology +pharmacomania +pharmacomaniac +pharmacomaniacal +pharmacometer +pharmacopedia +pharmacopedic +pharmacopedics +pharmacopeia +pharmacopeial +pharmacopeian +pharmacophobia +pharmacopoeia +pharmacopoeial +pharmacopoeian +pharmacopoeist +pharmacopolist +pharmacoposia +pharmacopsychology +pharmacosiderite +pharmacotherapy +pharmacy +pharmakos +pharmic +pharmuthi +pharology +Pharomacrus +pharos +Pharsalian +pharyngal +pharyngalgia +pharyngalgic +pharyngeal +pharyngectomy +pharyngemphraxis +pharynges +pharyngic +pharyngismus +pharyngitic +pharyngitis +pharyngoamygdalitis +pharyngobranch +pharyngobranchial +pharyngobranchiate +Pharyngobranchii +pharyngocele +pharyngoceratosis +pharyngodynia +pharyngoepiglottic +pharyngoepiglottidean +pharyngoesophageal +pharyngoglossal +pharyngoglossus +pharyngognath +Pharyngognathi +pharyngognathous +pharyngographic +pharyngography +pharyngokeratosis +pharyngolaryngeal +pharyngolaryngitis +pharyngolith +pharyngological +pharyngology +pharyngomaxillary +pharyngomycosis +pharyngonasal +pharyngopalatine +pharyngopalatinus +pharyngoparalysis +pharyngopathy +pharyngoplasty +pharyngoplegia +pharyngoplegic +pharyngoplegy +pharyngopleural +Pharyngopneusta +pharyngopneustal +pharyngorhinitis +pharyngorhinoscopy +pharyngoscleroma +pharyngoscope +pharyngoscopy +pharyngospasm +pharyngotherapy +pharyngotomy +pharyngotonsillitis +pharyngotyphoid +pharyngoxerosis +pharynogotome +pharynx +Phascaceae +phascaceous +Phascogale +Phascolarctinae +Phascolarctos +phascolome +Phascolomyidae +Phascolomys +Phascolonus +Phascum +phase +phaseal +phaseless +phaselin +phasemeter +phasemy +Phaseolaceae +phaseolin +phaseolous +phaseolunatin +Phaseolus +phaseometer +phases +Phasianella +Phasianellidae +phasianic +phasianid +Phasianidae +Phasianinae +phasianine +phasianoid +Phasianus +phasic +Phasiron +phasis +phasm +phasma +phasmatid +Phasmatida +Phasmatidae +Phasmatodea +phasmatoid +Phasmatoidea +phasmatrope +phasmid +Phasmida +Phasmidae +phasmoid +phasogeneous +phasotropy +pheal +pheasant +pheasantry +pheasantwood +Phebe +Phecda +Phegopteris +Pheidole +phellandrene +phellem +Phellodendron +phelloderm +phellodermal +phellogen +phellogenetic +phellogenic +phellonic +phelloplastic +phelloplastics +phelonion +phemic +Phemie +phenacaine +phenacetin +phenaceturic +phenacite +Phenacodontidae +Phenacodus +phenacyl +phenakism +phenakistoscope +Phenalgin +phenanthrene +phenanthridine +phenanthridone +phenanthrol +phenanthroline +phenarsine +phenate +phenazine +phenazone +phene +phenegol +phenene +phenethyl +phenetidine +phenetole +phengite +phengitical +phenic +phenicate +phenicious +phenicopter +phenin +phenmiazine +phenobarbital +phenocoll +phenocopy +phenocryst +phenocrystalline +phenogenesis +phenogenetic +phenol +phenolate +phenolic +phenolization +phenolize +phenological +phenologically +phenologist +phenology +phenoloid +phenolphthalein +phenolsulphonate +phenolsulphonephthalein +phenolsulphonic +phenomena +phenomenal +phenomenalism +phenomenalist +phenomenalistic +phenomenalistically +phenomenality +phenomenalization +phenomenalize +phenomenally +phenomenic +phenomenical +phenomenism +phenomenist +phenomenistic +phenomenize +phenomenological +phenomenologically +phenomenology +phenomenon +phenoplast +phenoplastic +phenoquinone +phenosafranine +phenosal +phenospermic +phenospermy +phenothiazine +phenotype +phenotypic +phenotypical +phenotypically +phenoxazine +phenoxid +phenoxide +phenozygous +Pheny +phenyl +phenylacetaldehyde +phenylacetamide +phenylacetic +phenylalanine +phenylamide +phenylamine +phenylate +phenylation +phenylboric +phenylcarbamic +phenylcarbimide +phenylene +phenylenediamine +phenylethylene +phenylglycine +phenylglycolic +phenylglyoxylic +phenylhydrazine +phenylhydrazone +phenylic +phenylmethane +pheon +pheophyl +pheophyll +pheophytin +Pherecratean +Pherecratian +Pherecratic +Pherephatta +pheretrer +Pherkad +Pherophatta +Phersephatta +Phersephoneia +phew +phi +phial +phiale +phialful +phialide +phialine +phiallike +phialophore +phialospore +Phidiac +Phidian +Phigalian +Phil +Philadelphian +Philadelphianism +philadelphite +Philadelphus +philadelphy +philalethist +philamot +Philander +philander +philanderer +philanthid +Philanthidae +philanthrope +philanthropian +philanthropic +philanthropical +philanthropically +philanthropinism +philanthropinist +Philanthropinum +philanthropism +philanthropist +philanthropistic +philanthropize +philanthropy +Philanthus +philantomba +philarchaist +philaristocracy +philatelic +philatelical +philatelically +philatelism +philatelist +philatelistic +philately +Philathea +philathletic +philematology +Philepitta +Philepittidae +Philesia +Philetaerus +philharmonic +philhellene +philhellenic +philhellenism +philhellenist +philhippic +philhymnic +philiater +Philip +Philippa +Philippan +Philippe +Philippian +Philippic +philippicize +Philippine +Philippines +Philippism +Philippist +Philippistic +Philippizate +philippize +philippizer +philippus +Philistia +Philistian +Philistine +Philistinely +Philistinian +Philistinic +Philistinish +Philistinism +Philistinize +Phill +philliloo +Phillip +phillipsine +phillipsite +Phillis +Phillyrea +phillyrin +philobiblian +philobiblic +philobiblical +philobiblist +philobotanic +philobotanist +philobrutish +philocalic +philocalist +philocaly +philocathartic +philocatholic +philocomal +Philoctetes +philocubist +philocynic +philocynical +philocynicism +philocyny +philodemic +Philodendron +philodespot +philodestructiveness +Philodina +Philodinidae +philodox +philodoxer +philodoxical +philodramatic +philodramatist +philofelist +philofelon +philogarlic +philogastric +philogeant +philogenitive +philogenitiveness +philograph +philographic +philogynaecic +philogynist +philogynous +philogyny +Philohela +philohellenian +philokleptic +philoleucosis +philologaster +philologastry +philologer +philologian +philologic +philological +philologically +philologist +philologistic +philologize +philologue +philology +Philomachus +philomath +philomathematic +philomathematical +philomathic +philomathical +philomathy +philomel +Philomela +philomelanist +philomuse +philomusical +philomystic +philonatural +philoneism +Philonian +Philonic +Philonism +Philonist +philonium +philonoist +philopagan +philopater +philopatrian +philopena +philophilosophos +philopig +philoplutonic +philopoet +philopogon +philopolemic +philopolemical +philopornist +philoprogeneity +philoprogenitive +philoprogenitiveness +philopterid +Philopteridae +philopublican +philoradical +philorchidaceous +philornithic +philorthodox +philosoph +philosophaster +philosophastering +philosophastry +philosophedom +philosopheme +philosopher +philosopheress +philosophership +philosophic +philosophical +philosophically +philosophicalness +philosophicide +philosophicohistorical +philosophicojuristic +philosophicolegal +philosophicoreligious +philosophicotheological +philosophism +philosophist +philosophister +philosophistic +philosophistical +philosophization +philosophize +philosophizer +philosophling +philosophobia +philosophocracy +philosophuncule +philosophunculist +philosophy +philotadpole +philotechnic +philotechnical +philotechnist +philothaumaturgic +philotheism +philotheist +philotheistic +philotheosophical +philotherian +philotherianism +Philotria +Philoxenian +philoxygenous +philozoic +philozoist +philozoonist +philter +philterer +philterproof +philtra +philtrum +Philydraceae +philydraceous +Philyra +phimosed +phimosis +phimotic +Phineas +Phiomia +Phiroze +phit +phiz +phizes +phizog +phlebalgia +phlebangioma +phlebarteriectasia +phlebarteriodialysis +phlebectasia +phlebectasis +phlebectasy +phlebectomy +phlebectopia +phlebectopy +phlebemphraxis +phlebenteric +phlebenterism +phlebitic +phlebitis +Phlebodium +phlebogram +phlebograph +phlebographical +phlebography +phleboid +phleboidal +phlebolite +phlebolith +phlebolithiasis +phlebolithic +phlebolitic +phlebological +phlebology +phlebometritis +phlebopexy +phleboplasty +phleborrhage +phleborrhagia +phleborrhaphy +phleborrhexis +phlebosclerosis +phlebosclerotic +phlebostasia +phlebostasis +phlebostenosis +phlebostrepsis +phlebothrombosis +phlebotome +phlebotomic +phlebotomical +phlebotomically +phlebotomist +phlebotomization +phlebotomize +Phlebotomus +phlebotomus +phlebotomy +Phlegethon +Phlegethontal +Phlegethontic +phlegm +phlegma +phlegmagogue +phlegmasia +phlegmatic +phlegmatical +phlegmatically +phlegmaticalness +phlegmaticly +phlegmaticness +phlegmatism +phlegmatist +phlegmatous +phlegmless +phlegmon +phlegmonic +phlegmonoid +phlegmonous +phlegmy +Phleum +phlobaphene +phlobatannin +phloem +phloeophagous +phloeoterma +phlogisma +phlogistian +phlogistic +phlogistical +phlogisticate +phlogistication +phlogiston +phlogistonism +phlogistonist +phlogogenetic +phlogogenic +phlogogenous +phlogopite +phlogosed +Phlomis +phloretic +phloroglucic +phloroglucin +phlorone +phloxin +pho +phobiac +phobic +phobism +phobist +phobophobia +Phobos +phoby +phoca +phocacean +phocaceous +Phocaean +Phocaena +Phocaenina +phocaenine +phocal +Phocean +phocenate +phocenic +phocenin +Phocian +phocid +Phocidae +phociform +Phocinae +phocine +phocodont +Phocodontia +phocodontic +Phocoena +phocoid +phocomelia +phocomelous +phocomelus +Phoebe +phoebe +Phoebean +Phoenicaceae +phoenicaceous +Phoenicales +phoenicean +Phoenician +Phoenicianism +Phoenicid +phoenicite +Phoenicize +phoenicochroite +Phoenicopteridae +Phoenicopteriformes +phoenicopteroid +Phoenicopteroideae +phoenicopterous +Phoenicopterus +Phoeniculidae +Phoeniculus +phoenicurous +phoenigm +Phoenix +phoenix +phoenixity +phoenixlike +phoh +pholad +Pholadacea +pholadian +pholadid +Pholadidae +Pholadinea +pholadoid +Pholas +pholcid +Pholcidae +pholcoid +Pholcus +pholido +pholidolite +pholidosis +Pholidota +pholidote +Pholiota +Phoma +Phomopsis +phon +phonal +phonasthenia +phonate +phonation +phonatory +phonautogram +phonautograph +phonautographic +phonautographically +phone +phoneidoscope +phoneidoscopic +Phonelescope +phoneme +phonemic +phonemics +phonendoscope +phonesis +phonestheme +phonetic +phonetical +phonetically +phonetician +phoneticism +phoneticist +phoneticization +phoneticize +phoneticogrammatical +phoneticohieroglyphic +phonetics +phonetism +phonetist +phonetization +phonetize +phoniatrics +phoniatry +phonic +phonics +phonikon +phonism +phono +phonocamptic +phonocinematograph +phonodeik +phonodynamograph +phonoglyph +phonogram +phonogramic +phonogramically +phonogrammatic +phonogrammatical +phonogrammic +phonogrammically +phonograph +phonographer +phonographic +phonographical +phonographically +phonographist +phonography +phonolite +phonolitic +phonologer +phonologic +phonological +phonologically +phonologist +phonology +phonometer +phonometric +phonometry +phonomimic +phonomotor +phonopathy +phonophile +phonophobia +phonophone +phonophore +phonophoric +phonophorous +phonophote +phonophotography +phonophotoscope +phonophotoscopic +phonoplex +phonoscope +phonotelemeter +phonotype +phonotyper +phonotypic +phonotypical +phonotypically +phonotypist +phonotypy +phony +phoo +Phora +Phoradendron +phoranthium +phoresis +phoresy +phoria +phorid +Phoridae +phorminx +Phormium +phorology +phorometer +phorometric +phorometry +phorone +phoronic +phoronid +Phoronida +Phoronidea +Phoronis +phoronomia +phoronomic +phoronomically +phoronomics +phoronomy +Phororhacidae +Phororhacos +phoroscope +phorozooid +phos +phose +phosgene +phosgenic +phosgenite +phosis +phosphagen +phospham +phosphamic +phosphamide +phosphamidic +phosphammonium +phosphatase +phosphate +phosphated +phosphatemia +phosphatese +phosphatic +phosphatide +phosphation +phosphatization +phosphatize +phosphaturia +phosphaturic +phosphene +phosphenyl +phosphide +phosphinate +phosphine +phosphinic +phosphite +phospho +phosphoaminolipide +phosphocarnic +phosphocreatine +phosphoferrite +phosphoglycerate +phosphoglyceric +phosphoglycoprotein +phospholipide +phospholipin +phosphomolybdate +phosphomolybdic +phosphonate +phosphonic +phosphonium +phosphophyllite +phosphoprotein +phosphor +phosphorate +phosphore +phosphoreal +phosphorent +phosphoreous +phosphoresce +phosphorescence +phosphorescent +phosphorescently +phosphoreted +phosphorhidrosis +phosphori +phosphoric +phosphorical +phosphoriferous +phosphorism +phosphorite +phosphoritic +phosphorize +phosphorogen +phosphorogenic +phosphorograph +phosphorographic +phosphorography +phosphoroscope +phosphorous +phosphoruria +phosphorus +phosphoryl +phosphorylase +phosphorylation +phosphosilicate +phosphotartaric +phosphotungstate +phosphotungstic +phosphowolframic +phosphuranylite +phosphuret +phosphuria +phosphyl +phossy +phot +photaesthesia +photaesthesis +photaesthetic +photal +photalgia +photechy +photelectrograph +photeolic +photerythrous +photesthesis +photic +photics +Photinia +Photinian +Photinianism +photism +photistic +photo +photoactinic +photoactivate +photoactivation +photoactive +photoactivity +photoaesthetic +photoalbum +photoalgraphy +photoanamorphosis +photoaquatint +Photobacterium +photobathic +photobiotic +photobromide +photocampsis +photocatalysis +photocatalyst +photocatalytic +photocatalyzer +photocell +photocellulose +photoceptor +photoceramic +photoceramics +photoceramist +photochemic +photochemical +photochemically +photochemigraphy +photochemist +photochemistry +photochloride +photochlorination +photochromascope +photochromatic +photochrome +photochromic +photochromography +photochromolithograph +photochromoscope +photochromotype +photochromotypy +photochromy +photochronograph +photochronographic +photochronographical +photochronographically +photochronography +photocollograph +photocollographic +photocollography +photocollotype +photocombustion +photocompose +photocomposition +photoconductivity +photocopier +photocopy +photocrayon +photocurrent +photodecomposition +photodensitometer +photodermatic +photodermatism +photodisintegration +photodissociation +photodrama +photodramatic +photodramatics +photodramatist +photodramaturgic +photodramaturgy +photodrome +photodromy +photodynamic +photodynamical +photodynamically +photodynamics +photodysphoria +photoelastic +photoelasticity +photoelectric +photoelectrical +photoelectrically +photoelectricity +photoelectron +photoelectrotype +photoemission +photoemissive +photoengrave +photoengraver +photoengraving +photoepinastic +photoepinastically +photoepinasty +photoesthesis +photoesthetic +photoetch +photoetcher +photoetching +photofilm +photofinish +photofinisher +photofinishing +photofloodlamp +photogalvanograph +photogalvanographic +photogalvanography +photogastroscope +photogelatin +photogen +photogene +photogenetic +photogenic +photogenically +photogenous +photoglyph +photoglyphic +photoglyphography +photoglyphy +photoglyptic +photoglyptography +photogram +photogrammeter +photogrammetric +photogrammetrical +photogrammetry +photograph +photographable +photographee +photographer +photographeress +photographess +photographic +photographical +photographically +photographist +photographize +photographometer +photography +photogravure +photogravurist +photogyric +photohalide +photoheliograph +photoheliographic +photoheliography +photoheliometer +photohyponastic +photohyponastically +photohyponasty +photoimpression +photoinactivation +photoinduction +photoinhibition +photointaglio +photoionization +photoisomeric +photoisomerization +photokinesis +photokinetic +photolith +photolitho +photolithograph +photolithographer +photolithographic +photolithography +photologic +photological +photologist +photology +photoluminescence +photoluminescent +photolysis +photolyte +photolytic +photoma +photomacrograph +photomagnetic +photomagnetism +photomap +photomapper +photomechanical +photomechanically +photometeor +photometer +photometric +photometrical +photometrically +photometrician +photometrist +photometrograph +photometry +photomezzotype +photomicrogram +photomicrograph +photomicrographer +photomicrographic +photomicrography +photomicroscope +photomicroscopic +photomicroscopy +photomontage +photomorphosis +photomural +photon +photonastic +photonasty +photonegative +photonephograph +photonephoscope +photoneutron +photonosus +photooxidation +photooxidative +photopathic +photopathy +photoperceptive +photoperimeter +photoperiod +photoperiodic +photoperiodism +photophane +photophile +photophilic +photophilous +photophily +photophobe +photophobia +photophobic +photophobous +photophone +photophonic +photophony +photophore +photophoresis +photophosphorescent +photophygous +photophysical +photophysicist +photopia +photopic +photopile +photopitometer +photoplay +photoplayer +photoplaywright +photopography +photopolarigraph +photopolymerization +photopositive +photoprint +photoprinter +photoprinting +photoprocess +photoptometer +photoradio +photoradiogram +photoreception +photoreceptive +photoreceptor +photoregression +photorelief +photoresistance +photosalt +photosantonic +photoscope +photoscopic +photoscopy +photosculptural +photosculpture +photosensitive +photosensitiveness +photosensitivity +photosensitization +photosensitize +photosensitizer +photosensory +photospectroheliograph +photospectroscope +photospectroscopic +photospectroscopical +photospectroscopy +photosphere +photospheric +photostability +photostable +Photostat +photostat +photostationary +photostereograph +photosurveying +photosyntax +photosynthate +photosynthesis +photosynthesize +photosynthetic +photosynthetically +photosynthometer +phototachometer +phototachometric +phototachometrical +phototachometry +phototactic +phototactically +phototactism +phototaxis +phototaxy +phototechnic +phototelegraph +phototelegraphic +phototelegraphically +phototelegraphy +phototelephone +phototelephony +phototelescope +phototelescopic +phototheodolite +phototherapeutic +phototherapeutics +phototherapic +phototherapist +phototherapy +photothermic +phototonic +phototonus +phototopographic +phototopographical +phototopography +phototrichromatic +phototrope +phototrophic +phototrophy +phototropic +phototropically +phototropism +phototropy +phototube +phototype +phototypic +phototypically +phototypist +phototypographic +phototypography +phototypy +photovisual +photovitrotype +photovoltaic +photoxylography +photozinco +photozincograph +photozincographic +photozincography +photozincotype +photozincotypy +photuria +Phractamphibia +phragma +Phragmidium +Phragmites +phragmocone +phragmoconic +Phragmocyttares +phragmocyttarous +phragmoid +phragmosis +phrasable +phrasal +phrasally +phrase +phraseable +phraseless +phrasemaker +phrasemaking +phraseman +phrasemonger +phrasemongering +phrasemongery +phraseogram +phraseograph +phraseographic +phraseography +phraseological +phraseologically +phraseologist +phraseology +phraser +phrasify +phrasiness +phrasing +phrasy +phrator +phratral +phratria +phratriac +phratrial +phratry +phreatic +phreatophyte +phrenesia +phrenesiac +phrenesis +phrenetic +phrenetically +phreneticness +phrenic +phrenicectomy +phrenicocolic +phrenicocostal +phrenicogastric +phrenicoglottic +phrenicohepatic +phrenicolienal +phrenicopericardiac +phrenicosplenic +phrenicotomy +phrenics +phrenitic +phrenitis +phrenocardia +phrenocardiac +phrenocolic +phrenocostal +phrenodynia +phrenogastric +phrenoglottic +phrenogram +phrenograph +phrenography +phrenohepatic +phrenologer +phrenologic +phrenological +phrenologically +phrenologist +phrenologize +phrenology +phrenomagnetism +phrenomesmerism +phrenopathia +phrenopathic +phrenopathy +phrenopericardiac +phrenoplegia +phrenoplegy +phrenosin +phrenosinic +phrenospasm +phrenosplenic +phronesis +Phronima +Phronimidae +phrontisterion +phrontisterium +phrontistery +Phryganea +phryganeid +Phryganeidae +phryganeoid +Phrygian +Phrygianize +phrygium +Phryma +Phrymaceae +phrymaceous +phrynid +Phrynidae +phrynin +phrynoid +Phrynosoma +phthalacene +phthalan +phthalanilic +phthalate +phthalazin +phthalazine +phthalein +phthaleinometer +phthalic +phthalid +phthalide +phthalimide +phthalin +phthalocyanine +phthalyl +phthanite +Phthartolatrae +phthinoid +phthiocol +phthiriasis +Phthirius +phthirophagous +phthisic +phthisical +phthisicky +phthisiogenesis +phthisiogenetic +phthisiogenic +phthisiologist +phthisiology +phthisiophobia +phthisiotherapeutic +phthisiotherapy +phthisipneumonia +phthisipneumony +phthisis +phthongal +phthongometer +phthor +phthoric +phu +phugoid +phulkari +phulwa +phulwara +phut +Phyciodes +phycite +Phycitidae +phycitol +phycochromaceae +phycochromaceous +phycochrome +Phycochromophyceae +phycochromophyceous +phycocyanin +phycocyanogen +Phycodromidae +phycoerythrin +phycography +phycological +phycologist +phycology +Phycomyces +phycomycete +Phycomycetes +phycomycetous +phycophaein +phycoxanthin +phycoxanthine +phygogalactic +phyla +phylacobiosis +phylacobiotic +phylacteric +phylacterical +phylacteried +phylacterize +phylactery +phylactic +phylactocarp +phylactocarpal +Phylactolaema +Phylactolaemata +phylactolaematous +Phylactolema +Phylactolemata +phylarch +phylarchic +phylarchical +phylarchy +phyle +phylephebic +phylesis +phyletic +phyletically +phyletism +phylic +Phyllachora +Phyllactinia +phyllade +Phyllanthus +phyllary +Phyllaurea +phylliform +phyllin +phylline +Phyllis +phyllite +phyllitic +Phyllitis +Phyllium +phyllobranchia +phyllobranchial +phyllobranchiate +Phyllocactus +phyllocarid +Phyllocarida +phyllocaridan +Phylloceras +phyllocerate +Phylloceratidae +phylloclad +phylloclade +phyllocladioid +phyllocladium +phyllocladous +phyllocyanic +phyllocyanin +phyllocyst +phyllocystic +phyllode +phyllodial +phyllodination +phyllodineous +phyllodiniation +phyllodinous +phyllodium +Phyllodoce +phyllody +phylloerythrin +phyllogenetic +phyllogenous +phylloid +phylloidal +phylloideous +phyllomancy +phyllomania +phyllome +phyllomic +phyllomorph +phyllomorphic +phyllomorphosis +phyllomorphy +Phyllophaga +phyllophagous +phyllophore +phyllophorous +phyllophyllin +phyllophyte +phyllopod +Phyllopoda +phyllopodan +phyllopode +phyllopodiform +phyllopodium +phyllopodous +phylloporphyrin +Phyllopteryx +phylloptosis +phyllopyrrole +phyllorhine +phyllorhinine +phylloscopine +Phylloscopus +phyllosiphonic +phyllosoma +Phyllosomata +phyllosome +Phyllospondyli +phyllospondylous +Phyllostachys +Phyllosticta +Phyllostoma +Phyllostomatidae +Phyllostomatinae +phyllostomatoid +phyllostomatous +phyllostome +Phyllostomidae +Phyllostominae +phyllostomine +phyllostomous +Phyllostomus +phyllotactic +phyllotactical +phyllotaxis +phyllotaxy +phyllous +phylloxanthin +Phylloxera +phylloxeran +phylloxeric +Phylloxeridae +phyllozooid +phylogenetic +phylogenetical +phylogenetically +phylogenic +phylogenist +phylogeny +phylogerontic +phylogerontism +phylography +phylology +phylon +phyloneanic +phylonepionic +phylum +phyma +phymata +phymatic +phymatid +Phymatidae +Phymatodes +phymatoid +phymatorhysin +phymatosis +Phymosia +Physa +physagogue +Physalia +physalian +Physaliidae +Physalis +physalite +Physalospora +Physapoda +Physaria +Physcia +Physciaceae +physcioid +Physcomitrium +Physeter +Physeteridae +Physeterinae +physeterine +physeteroid +Physeteroidea +physharmonica +physianthropy +physiatric +physiatrical +physiatrics +physic +physical +physicalism +physicalist +physicalistic +physicalistically +physicality +physically +physicalness +physician +physicianary +physiciancy +physicianed +physicianer +physicianess +physicianless +physicianly +physicianship +physicism +physicist +physicked +physicker +physicking +physicky +physicoastronomical +physicobiological +physicochemic +physicochemical +physicochemically +physicochemist +physicochemistry +physicogeographical +physicologic +physicological +physicomathematical +physicomathematics +physicomechanical +physicomedical +physicomental +physicomorph +physicomorphic +physicomorphism +physicooptics +physicophilosophical +physicophilosophy +physicophysiological +physicopsychical +physicosocial +physicotheological +physicotheologist +physicotheology +physicotherapeutic +physicotherapeutics +physicotherapy +physics +Physidae +physiform +physiochemical +physiochemically +physiocracy +physiocrat +physiocratic +physiocratism +physiocratist +physiogenesis +physiogenetic +physiogenic +physiogeny +physiognomic +physiognomical +physiognomically +physiognomics +physiognomist +physiognomize +physiognomonic +physiognomonical +physiognomy +physiogony +physiographer +physiographic +physiographical +physiographically +physiography +physiolater +physiolatrous +physiolatry +physiologer +physiologian +physiological +physiologically +physiologicoanatomic +physiologist +physiologize +physiologue +physiologus +physiology +physiopathological +physiophilist +physiophilosopher +physiophilosophical +physiophilosophy +physiopsychic +physiopsychical +physiopsychological +physiopsychology +physiosociological +physiosophic +physiosophy +physiotherapeutic +physiotherapeutical +physiotherapeutics +physiotherapist +physiotherapy +physiotype +physiotypy +physique +physiqued +physitheism +physitheistic +physitism +physiurgic +physiurgy +physocarpous +Physocarpus +physocele +physoclist +Physoclisti +physoclistic +physoclistous +Physoderma +physogastric +physogastrism +physogastry +physometra +Physonectae +physonectous +Physophorae +physophoran +physophore +physophorous +physopod +Physopoda +physopodan +Physostegia +Physostigma +physostigmine +physostomatous +physostome +Physostomi +physostomous +phytalbumose +phytase +Phytelephas +Phyteus +phytic +phytiferous +phytiform +phytin +phytivorous +phytobacteriology +phytobezoar +phytobiological +phytobiology +phytochemical +phytochemistry +phytochlorin +phytocidal +phytodynamics +phytoecological +phytoecologist +phytoecology +Phytoflagellata +phytogamy +phytogenesis +phytogenetic +phytogenetical +phytogenetically +phytogenic +phytogenous +phytogeny +phytogeographer +phytogeographic +phytogeographical +phytogeographically +phytogeography +phytoglobulin +phytograph +phytographer +phytographic +phytographical +phytographist +phytography +phytohormone +phytoid +phytol +Phytolacca +Phytolaccaceae +phytolaccaceous +phytolatrous +phytolatry +phytolithological +phytolithologist +phytolithology +phytologic +phytological +phytologically +phytologist +phytology +phytoma +Phytomastigina +Phytomastigoda +phytome +phytomer +phytometer +phytometric +phytometry +phytomonad +Phytomonadida +Phytomonadina +Phytomonas +phytomorphic +phytomorphology +phytomorphosis +phyton +phytonic +phytonomy +phytooecology +phytopaleontologic +phytopaleontological +phytopaleontologist +phytopaleontology +phytoparasite +phytopathogen +phytopathogenic +phytopathologic +phytopathological +phytopathologist +phytopathology +Phytophaga +phytophagan +phytophagic +Phytophagineae +phytophagous +phytophagy +phytopharmacologic +phytopharmacology +phytophenological +phytophenology +phytophil +phytophilous +Phytophthora +phytophylogenetic +phytophylogenic +phytophylogeny +phytophysiological +phytophysiology +phytoplankton +phytopsyche +phytoptid +Phytoptidae +phytoptose +phytoptosis +Phytoptus +phytorhodin +phytosaur +Phytosauria +phytosaurian +phytoserologic +phytoserological +phytoserologically +phytoserology +phytosis +phytosociologic +phytosociological +phytosociologically +phytosociologist +phytosociology +phytosterin +phytosterol +phytostrote +phytosynthesis +phytotaxonomy +phytotechny +phytoteratologic +phytoteratological +phytoteratologist +phytoteratology +Phytotoma +Phytotomidae +phytotomist +phytotomy +phytotopographical +phytotopography +phytotoxic +phytotoxin +phytovitellin +Phytozoa +phytozoan +Phytozoaria +phytozoon +phytyl +pi +Pia +pia +piaba +piacaba +piacle +piacular +piacularity +piacularly +piacularness +piaculum +piaffe +piaffer +pial +pialyn +pian +pianette +pianic +pianino +pianism +pianissimo +pianist +pianiste +pianistic +pianistically +Piankashaw +piannet +piano +pianoforte +pianofortist +pianograph +Pianokoto +Pianola +pianola +pianolist +pianologue +piarhemia +piarhemic +Piarist +Piaroa +Piaroan +Piaropus +Piarroan +piassava +Piast +piaster +piastre +piation +piazine +piazza +piazzaed +piazzaless +piazzalike +piazzian +pibcorn +piblokto +pibroch +pic +Pica +pica +picador +picadura +Picae +pical +picamar +picara +Picard +picarel +picaresque +Picariae +picarian +Picarii +picaro +picaroon +picary +picayune +picayunish +picayunishly +picayunishness +piccadill +piccadilly +piccalilli +piccolo +piccoloist +pice +Picea +Picene +picene +Picenian +piceoferruginous +piceotestaceous +piceous +piceworth +pichi +pichiciago +pichuric +pichurim +Pici +Picidae +piciform +Piciformes +Picinae +picine +pick +pickaback +pickable +pickableness +pickage +pickaninny +pickaroon +pickaway +pickax +picked +pickedly +pickedness +pickee +pickeer +picker +pickerel +pickerelweed +pickering +pickeringite +pickery +picket +picketboat +picketeer +picketer +pickfork +pickietar +pickings +pickle +picklelike +pickleman +pickler +pickleweed +pickleworm +picklock +pickman +pickmaw +picknick +picknicker +pickover +pickpocket +pickpocketism +pickpocketry +pickpole +pickpurse +pickshaft +picksman +picksmith +picksome +picksomeness +pickthank +pickthankly +pickthankness +pickthatch +picktooth +pickup +pickwick +Pickwickian +Pickwickianism +Pickwickianly +pickwork +picky +picnic +picnicker +picnickery +Picnickian +picnickish +picnicky +pico +picofarad +picoid +picoline +picolinic +picot +picotah +picotee +picotite +picqueter +picra +picramic +Picramnia +picrasmin +picrate +picrated +picric +Picris +picrite +picrocarmine +Picrodendraceae +Picrodendron +picroerythrin +picrol +picrolite +picromerite +picropodophyllin +picrorhiza +picrorhizin +picrotin +picrotoxic +picrotoxin +picrotoxinin +picryl +Pict +pict +pictarnie +Pictavi +Pictish +Pictland +pictogram +pictograph +pictographic +pictographically +pictography +Pictones +pictoradiogram +pictorial +pictorialism +pictorialist +pictorialization +pictorialize +pictorially +pictorialness +pictoric +pictorical +pictorically +picturability +picturable +picturableness +picturably +pictural +picture +picturecraft +pictured +picturedom +picturedrome +pictureful +pictureless +picturelike +picturely +picturemaker +picturemaking +picturer +picturesque +picturesquely +picturesqueness +picturesquish +picturization +picturize +pictury +picucule +picuda +picudilla +picudo +picul +piculet +piculule +Picumninae +Picumnus +Picunche +Picuris +Picus +pidan +piddle +piddler +piddling +piddock +pidgin +pidjajap +pie +piebald +piebaldism +piebaldly +piebaldness +piece +pieceable +pieceless +piecemaker +piecemeal +piecemealwise +piecen +piecener +piecer +piecette +piecewise +piecework +pieceworker +piecing +piecrust +pied +piedfort +piedly +piedmont +piedmontal +Piedmontese +piedmontite +piedness +Piegan +piehouse +pieless +pielet +pielum +piemag +pieman +piemarker +pien +pienanny +piend +piepan +pieplant +piepoudre +piepowder +pieprint +pier +pierage +Piercarlo +Pierce +pierce +pierceable +pierced +piercel +pierceless +piercent +piercer +piercing +piercingly +piercingness +pierdrop +Pierette +pierhead +Pierian +pierid +Pieridae +Pierides +Pieridinae +pieridine +Pierinae +pierine +Pieris +pierless +pierlike +Pierre +Pierrot +pierrot +pierrotic +pieshop +Piet +piet +pietas +Piete +Pieter +pietic +pietism +Pietist +pietist +pietistic +pietistical +pietistically +pietose +piety +piewife +piewipe +piewoman +piezo +piezochemical +piezochemistry +piezocrystallization +piezoelectric +piezoelectrically +piezoelectricity +piezometer +piezometric +piezometrical +piezometry +piff +piffle +piffler +pifine +pig +pigbelly +pigdan +pigdom +pigeon +pigeonable +pigeonberry +pigeoneer +pigeoner +pigeonfoot +pigeongram +pigeonhearted +pigeonhole +pigeonholer +pigeonman +pigeonry +pigeontail +pigeonweed +pigeonwing +pigeonwood +pigface +pigfish +pigflower +pigfoot +pigful +piggery +piggin +pigging +piggish +piggishly +piggishness +piggle +piggy +pighead +pigheaded +pigheadedly +pigheadedness +pigherd +pightle +pigless +piglet +pigling +piglinghood +pigly +pigmaker +pigmaking +pigman +pigment +pigmental +pigmentally +pigmentary +pigmentation +pigmentize +pigmentolysis +pigmentophage +pigmentose +Pigmy +pignolia +pignon +pignorate +pignoration +pignoratitious +pignorative +pignus +pignut +pigpen +pigritude +pigroot +pigsconce +pigskin +pigsney +pigstick +pigsticker +pigsty +pigtail +pigwash +pigweed +pigwidgeon +pigyard +piitis +pik +pika +pike +piked +pikel +pikelet +pikeman +pikemonger +piker +pikestaff +piketail +pikey +piki +piking +pikle +piky +pilage +pilandite +pilapil +Pilar +pilar +pilary +pilaster +pilastered +pilastering +pilastrade +pilastraded +pilastric +Pilate +Pilatian +pilau +pilaued +pilch +pilchard +pilcher +pilcorn +pilcrow +pile +Pilea +pileata +pileate +pileated +piled +pileiform +pileolated +pileolus +pileorhiza +pileorhize +pileous +piler +piles +pileus +pileweed +pilework +pileworm +pilewort +pilfer +pilferage +pilferer +pilfering +pilferingly +pilferment +pilgarlic +pilgarlicky +pilger +pilgrim +pilgrimage +pilgrimager +pilgrimatic +pilgrimatical +pilgrimdom +pilgrimer +pilgrimess +pilgrimism +pilgrimize +pilgrimlike +pilgrimwise +pili +pilidium +pilifer +piliferous +piliform +piligan +piliganine +piligerous +pilikai +pililloo +pilimiction +pilin +piline +piling +pilipilula +pilkins +pill +pillage +pillageable +pillagee +pillager +pillar +pillared +pillaret +pillaring +pillarist +pillarize +pillarlet +pillarlike +pillarwise +pillary +pillas +pillbox +pilled +pilledness +pillet +pilleus +pillion +pilliver +pilliwinks +pillmaker +pillmaking +pillmonger +pillorization +pillorize +pillory +pillow +pillowcase +pillowing +pillowless +pillowmade +pillowwork +pillowy +pillworm +pillwort +pilm +pilmy +Pilobolus +pilocarpidine +pilocarpine +Pilocarpus +Pilocereus +pilocystic +piloerection +pilomotor +pilon +pilonidal +pilori +pilose +pilosebaceous +pilosine +pilosis +pilosism +pilosity +Pilot +pilot +pilotage +pilotaxitic +pilotee +pilothouse +piloting +pilotism +pilotless +pilotman +pilotry +pilotship +pilotweed +pilous +Pilpai +Pilpay +pilpul +pilpulist +pilpulistic +piltock +pilula +pilular +Pilularia +pilule +pilulist +pilulous +pilum +Pilumnus +pilus +pilwillet +pily +Pim +Pima +Piman +pimaric +pimelate +Pimelea +pimelic +pimelite +pimelitis +Pimenta +pimento +pimenton +pimgenet +pimienta +pimiento +pimlico +pimola +pimp +pimperlimpimp +pimpernel +pimpery +Pimpinella +pimping +pimpish +Pimpla +pimple +pimpleback +pimpled +pimpleproof +Pimplinae +pimpliness +pimplo +pimploe +pimplous +pimply +pimpship +pin +pina +Pinaceae +pinaceous +pinaces +pinachrome +pinacle +Pinacoceras +Pinacoceratidae +pinacocytal +pinacocyte +pinacoid +pinacoidal +pinacol +pinacolate +pinacolic +pinacolin +pinacone +pinacoteca +pinaculum +Pinacyanol +pinafore +pinakiolite +pinakoidal +pinakotheke +Pinal +Pinaleno +Pinales +pinang +pinaster +pinatype +pinaverdol +pinax +pinball +pinbefore +pinbone +pinbush +pincase +pincement +pincer +pincerlike +pincers +pincerweed +pinch +pinchable +pinchback +pinchbeck +pinchbelly +pinchcock +pinchcommons +pinchcrust +pinche +pinched +pinchedly +pinchedness +pinchem +pincher +pinchfist +pinchfisted +pinchgut +pinching +pinchingly +pinchpenny +Pincian +Pinckneya +pincoffin +pincpinc +Pinctada +pincushion +pincushiony +pind +pinda +Pindari +Pindaric +pindarical +pindarically +Pindarism +Pindarist +Pindarize +Pindarus +pinder +pindling +pindy +pine +pineal +pinealism +pinealoma +pineapple +pined +pinedrops +pineland +pinene +piner +pinery +pinesap +pinetum +pineweed +pinewoods +piney +pinfall +pinfeather +pinfeathered +pinfeatherer +pinfeathery +pinfish +pinfold +Ping +ping +pingle +pingler +pingue +pinguecula +pinguedinous +pinguefaction +pinguefy +pinguescence +pinguescent +Pinguicula +pinguicula +Pinguiculaceae +pinguiculaceous +pinguid +pinguidity +pinguiferous +pinguin +pinguinitescent +pinguite +pinguitude +pinguitudinous +pinhead +pinheaded +pinheadedness +pinhold +pinhole +pinhook +pinic +pinicoline +pinicolous +piniferous +piniform +pining +piningly +pinion +pinioned +pinionless +pinionlike +pinipicrin +pinitannic +pinite +pinitol +pinivorous +pinjane +pinjra +pink +pinkberry +pinked +pinkeen +pinken +pinker +Pinkerton +Pinkertonism +pinkeye +pinkfish +pinkie +pinkify +pinkily +pinkiness +pinking +pinkish +pinkishness +pinkly +pinkness +pinkroot +pinksome +Pinkster +pinkweed +pinkwood +pinkwort +pinky +pinless +pinlock +pinmaker +Pinna +pinna +pinnace +pinnacle +pinnaclet +pinnae +pinnaglobin +pinnal +pinnate +pinnated +pinnatedly +pinnately +pinnatifid +pinnatifidly +pinnatilobate +pinnatilobed +pinnation +pinnatipartite +pinnatiped +pinnatisect +pinnatisected +pinnatodentate +pinnatopectinate +pinnatulate +pinned +pinnel +pinner +pinnet +Pinnidae +pinniferous +pinniform +pinnigerous +Pinnigrada +pinnigrade +pinninervate +pinninerved +pinning +pinningly +pinniped +Pinnipedia +pinnipedian +pinnisect +pinnisected +pinnitarsal +pinnitentaculate +pinniwinkis +pinnock +pinnoite +pinnotere +pinnothere +Pinnotheres +pinnotherian +Pinnotheridae +pinnula +pinnular +pinnulate +pinnulated +pinnule +pinnulet +pinny +pino +pinochle +pinocytosis +pinole +pinoleum +pinolia +pinolin +pinon +pinonic +pinpillow +pinpoint +pinprick +pinproof +pinrail +pinrowed +pinscher +pinsons +pint +pinta +pintadera +pintado +pintadoite +pintail +pintano +pinte +pintle +pinto +pintura +pinulus +Pinus +pinweed +pinwing +pinwork +pinworm +piny +pinyl +pinyon +pioneer +pioneerdom +pioneership +pionnotes +pioscope +pioted +piotine +Piotr +piotty +pioury +pious +piously +piousness +Pioxe +pip +pipa +pipage +pipal +pipe +pipeage +pipecoline +pipecolinic +piped +pipefish +pipeful +pipelayer +pipeless +pipelike +pipeline +pipeman +pipemouth +Piper +piper +Piperaceae +piperaceous +Piperales +piperate +piperazin +piperazine +piperic +piperide +piperideine +piperidge +piperidide +piperidine +piperine +piperitious +piperitone +piperly +piperno +piperoid +piperonal +piperonyl +pipery +piperylene +pipestapple +pipestem +pipestone +pipet +pipette +pipewalker +pipewood +pipework +pipewort +pipi +Pipidae +Pipil +Pipile +Pipilo +piping +pipingly +pipingness +pipiri +pipistrel +pipistrelle +Pipistrellus +pipit +pipkin +pipkinet +pipless +pipped +pipper +pippin +pippiner +pippinface +pippy +Pipra +Pipridae +Piprinae +piprine +piproid +pipsissewa +Piptadenia +Piptomeris +pipunculid +Pipunculidae +pipy +piquable +piquance +piquancy +piquant +piquantly +piquantness +pique +piquet +piquia +piqure +pir +piracy +piragua +Piranga +piranha +pirate +piratelike +piratery +piratess +piratical +piratically +piratism +piratize +piraty +Pirene +Piricularia +pirijiri +piripiri +piririgua +pirl +pirn +pirner +pirnie +pirny +Piro +pirogue +pirol +piroplasm +Piroplasma +piroplasmosis +pirouette +pirouetter +pirouettist +pirr +pirraura +pirrmaw +pirssonite +Pisaca +pisaca +pisachee +Pisan +pisang +pisanite +Pisauridae +pisay +piscary +Piscataqua +Piscataway +piscation +piscatology +piscator +piscatorial +piscatorialist +piscatorially +piscatorian +piscatorious +piscatory +Pisces +piscian +piscicapture +piscicapturist +piscicolous +piscicultural +pisciculturally +pisciculture +pisciculturist +Piscid +Piscidia +piscifauna +pisciferous +pisciform +piscina +piscinal +piscine +piscinity +Piscis +piscivorous +pisco +pise +pish +pishaug +pishogue +Pishquow +pishu +Pisidium +pisiform +Pisistratean +Pisistratidae +pisk +pisky +pismire +pismirism +piso +pisolite +pisolitic +Pisonia +piss +pissabed +pissant +pist +pistache +pistachio +Pistacia +pistacite +pistareen +Pistia +pistic +pistil +pistillaceous +pistillar +pistillary +pistillate +pistillid +pistilliferous +pistilliform +pistilligerous +pistilline +pistillode +pistillody +pistilloid +pistilogy +pistle +Pistoiese +pistol +pistole +pistoleer +pistolet +pistolgram +pistolgraph +pistollike +pistolography +pistology +pistolproof +pistolwise +piston +pistonhead +pistonlike +pistrix +Pisum +pit +pita +Pitahauerat +Pitahauirata +pitahaya +pitanga +pitangua +pitapat +pitapatation +pitarah +pitau +Pitawas +pitaya +pitayita +Pitcairnia +pitch +pitchable +pitchblende +pitcher +pitchered +pitcherful +pitcherlike +pitcherman +pitchfork +pitchhole +pitchi +pitchiness +pitching +pitchlike +pitchman +pitchometer +pitchout +pitchpike +pitchpole +pitchpoll +pitchstone +pitchwork +pitchy +piteous +piteously +piteousness +pitfall +pith +pithecan +pithecanthrope +pithecanthropic +pithecanthropid +Pithecanthropidae +pithecanthropoid +Pithecanthropus +Pithecia +pithecian +Pitheciinae +pitheciine +pithecism +pithecoid +Pithecolobium +pithecological +pithecometric +pithecomorphic +pithecomorphism +pithful +pithily +pithiness +pithless +pithlessly +Pithoegia +Pithoigia +pithole +pithos +pithsome +pithwork +pithy +pitiability +pitiable +pitiableness +pitiably +pitiedly +pitiedness +pitier +pitiful +pitifully +pitifulness +pitikins +pitiless +pitilessly +pitilessness +pitless +pitlike +pitmaker +pitmaking +pitman +pitmark +pitmirk +pitometer +pitpan +pitpit +pitside +Pitta +pittacal +pittance +pittancer +pitted +pitter +pitticite +Pittidae +pittine +pitting +Pittism +Pittite +pittite +pittoid +Pittosporaceae +pittosporaceous +pittospore +Pittosporum +Pittsburgher +pituital +pituitary +pituite +pituitous +pituitousness +Pituitrin +pituri +pitwood +pitwork +pitwright +pity +pitying +pityingly +Pitylus +pityocampa +pityproof +pityriasic +pityriasis +Pityrogramma +pityroid +piuri +piuricapsular +pivalic +pivot +pivotal +pivotally +pivoter +pix +pixie +pixilated +pixilation +pixy +pize +pizza +pizzeria +pizzicato +pizzle +placability +placable +placableness +placably +Placaean +placard +placardeer +placarder +placate +placater +placation +placative +placatively +placatory +placcate +place +placeable +Placean +placebo +placeful +placeless +placelessly +placemaker +placemaking +placeman +placemanship +placement +placemonger +placemongering +placenta +placental +Placentalia +placentalian +placentary +placentate +placentation +placentiferous +placentiform +placentigerous +placentitis +placentoid +placentoma +placer +placet +placewoman +placid +placidity +placidly +placidness +placitum +plack +placket +plackless +placochromatic +placode +placoderm +placodermal +placodermatous +Placodermi +placodermoid +placodont +Placodontia +Placodus +placoganoid +placoganoidean +Placoganoidei +placoid +placoidal +placoidean +Placoidei +Placoides +Placophora +placophoran +placoplast +placula +placuntitis +placuntoma +Placus +pladaroma +pladarosis +plaga +plagal +plagate +plage +Plagianthus +plagiaplite +plagiarical +plagiarism +plagiarist +plagiaristic +plagiaristically +plagiarization +plagiarize +plagiarizer +plagiary +plagihedral +plagiocephalic +plagiocephalism +plagiocephaly +Plagiochila +plagioclase +plagioclasite +plagioclastic +plagioclinal +plagiodont +plagiograph +plagioliparite +plagionite +plagiopatagium +plagiophyre +Plagiostomata +plagiostomatous +plagiostome +Plagiostomi +plagiostomous +plagiotropic +plagiotropically +plagiotropism +plagiotropous +plagium +plagose +plagosity +plague +plagued +plagueful +plagueless +plagueproof +plaguer +plaguesome +plaguesomeness +plaguily +plaguy +plaice +plaid +plaided +plaidie +plaiding +plaidman +plaidy +plain +plainback +plainbacks +plainer +plainful +plainhearted +plainish +plainly +plainness +plainscraft +plainsfolk +plainsman +plainsoled +plainstones +plainswoman +plaint +plaintail +plaintiff +plaintiffship +plaintile +plaintive +plaintively +plaintiveness +plaintless +plainward +plaister +plait +plaited +plaiter +plaiting +plaitless +plaitwork +plak +plakat +plan +planable +planaea +planar +Planaria +planarian +Planarida +planaridan +planariform +planarioid +planarity +planate +planation +planch +plancheite +plancher +planchet +planchette +planching +planchment +plancier +Planckian +plandok +plane +planeness +planer +Planera +planet +planeta +planetable +planetabler +planetal +planetaria +planetarian +planetarily +planetarium +planetary +planeted +planetesimal +planeticose +planeting +planetist +planetkin +planetless +planetlike +planetogeny +planetography +planetoid +planetoidal +planetologic +planetologist +planetology +planetule +planform +planful +planfully +planfulness +plang +plangency +plangent +plangently +plangor +plangorous +planicaudate +planicipital +planidorsate +planifolious +planiform +planigraph +planilla +planimetric +planimetrical +planimetry +planineter +planipennate +Planipennia +planipennine +planipetalous +planiphyllous +planirostral +planirostrate +planiscope +planiscopic +planish +planisher +planispheral +planisphere +planispheric +planispherical +planispiral +planity +plank +plankage +plankbuilt +planker +planking +plankless +planklike +planksheer +plankter +planktologist +planktology +plankton +planktonic +planktont +plankways +plankwise +planky +planless +planlessly +planlessness +planner +planoblast +planoblastic +Planococcus +planoconical +planocylindric +planoferrite +planogamete +planograph +planographic +planographist +planography +planohorizontal +planolindrical +planometer +planometry +planomiller +planoorbicular +Planorbidae +planorbiform +planorbine +Planorbis +planorboid +planorotund +Planosarcina +planosol +planosome +planospiral +planospore +planosubulate +plant +planta +plantable +plantad +Plantae +plantage +Plantaginaceae +plantaginaceous +Plantaginales +plantagineous +Plantago +plantain +plantal +plantar +plantaris +plantarium +plantation +plantationlike +plantdom +planter +planterdom +planterly +plantership +Plantigrada +plantigrade +plantigrady +planting +plantivorous +plantless +plantlet +plantlike +plantling +plantocracy +plantsman +plantula +plantular +plantule +planula +planulan +planular +planulate +planuliform +planuloid +Planuloidea +planuria +planury +planxty +plap +plappert +plaque +plaquette +plash +plasher +plashet +plashingly +plashment +plashy +plasm +plasma +plasmagene +plasmapheresis +plasmase +plasmatic +plasmatical +plasmation +plasmatoparous +plasmatorrhexis +plasmic +plasmocyte +plasmocytoma +plasmode +plasmodesm +plasmodesma +plasmodesmal +plasmodesmic +plasmodesmus +plasmodia +plasmodial +plasmodiate +plasmodic +plasmodiocarp +plasmodiocarpous +Plasmodiophora +Plasmodiophoraceae +Plasmodiophorales +plasmodium +plasmogen +plasmolysis +plasmolytic +plasmolytically +plasmolyzability +plasmolyzable +plasmolyze +plasmoma +Plasmon +Plasmopara +plasmophagous +plasmophagy +plasmoptysis +plasmosoma +plasmosome +plasmotomy +plasome +plass +plasson +plastein +plaster +plasterbill +plasterboard +plasterer +plasteriness +plastering +plasterlike +plasterwise +plasterwork +plastery +Plastic +plastic +plastically +plasticimeter +Plasticine +plasticine +plasticism +plasticity +plasticization +plasticize +plasticizer +plasticly +plastics +plastid +plastidium +plastidome +Plastidozoa +plastidular +plastidule +plastify +plastin +plastinoid +plastisol +plastochondria +plastochron +plastochrone +plastodynamia +plastodynamic +plastogamic +plastogamy +plastogene +plastomere +plastometer +plastosome +plastotype +plastral +plastron +plastrum +plat +Plataean +Platalea +Plataleidae +plataleiform +Plataleinae +plataleine +platan +Platanaceae +platanaceous +platane +platanist +Platanista +Platanistidae +platano +Platanus +platband +platch +plate +platea +plateasm +plateau +plateaux +plated +plateful +plateholder +plateiasmus +platelayer +plateless +platelet +platelike +platemaker +platemaking +plateman +platen +plater +platerer +plateresque +platery +plateway +platework +plateworker +platform +platformally +platformed +platformer +platformish +platformism +platformist +platformistic +platformless +platformy +platic +platicly +platilla +platina +platinamine +platinammine +platinate +Platine +plating +platinic +platinichloric +platinichloride +platiniferous +platiniridium +platinite +platinization +platinize +platinochloric +platinochloride +platinocyanic +platinocyanide +platinoid +platinotype +platinous +platinum +platinumsmith +platitude +platitudinal +platitudinarian +platitudinarianism +platitudinism +platitudinist +platitudinization +platitudinize +platitudinizer +platitudinous +platitudinously +platitudinousness +Platoda +platode +Platodes +platoid +Platonesque +platonesque +Platonian +Platonic +Platonical +Platonically +Platonicalness +Platonician +Platonicism +Platonism +Platonist +Platonistic +Platonization +Platonize +Platonizer +platoon +platopic +platosamine +platosammine +Platt +Plattdeutsch +platted +platten +platter +platterface +platterful +platting +plattnerite +platty +platurous +platy +platybasic +platybrachycephalic +platybrachycephalous +platybregmatic +platycarpous +Platycarpus +Platycarya +platycelian +platycelous +platycephalic +Platycephalidae +platycephalism +platycephaloid +platycephalous +Platycephalus +platycephaly +Platycercinae +platycercine +Platycercus +Platycerium +platycheiria +platycnemia +platycnemic +Platycodon +platycoria +platycrania +platycranial +Platyctenea +platycyrtean +platydactyl +platydactyle +platydactylous +platydolichocephalic +platydolichocephalous +platyfish +platyglossal +platyglossate +platyglossia +Platyhelmia +platyhelminth +Platyhelminthes +platyhelminthic +platyhieric +platykurtic +platylobate +platymeria +platymeric +platymery +platymesaticephalic +platymesocephalic +platymeter +platymyoid +platynite +platynotal +platyodont +platyope +platyopia +platyopic +platypellic +platypetalous +platyphyllous +platypod +Platypoda +platypodia +platypodous +Platyptera +platypus +platypygous +Platyrhina +Platyrhini +platyrhynchous +platyrrhin +Platyrrhina +platyrrhine +Platyrrhini +platyrrhinian +platyrrhinic +platyrrhinism +platyrrhiny +platysma +platysmamyoides +platysomid +Platysomidae +Platysomus +platystaphyline +Platystemon +platystencephalia +platystencephalic +platystencephalism +platystencephaly +platysternal +Platysternidae +Platystomidae +platystomous +platytrope +platytropy +plaud +plaudation +plaudit +plaudite +plauditor +plauditory +plauenite +plausibility +plausible +plausibleness +plausibly +plausive +plaustral +Plautine +Plautus +play +playa +playability +playable +playback +playbill +playbook +playbox +playboy +playboyism +playbroker +playcraft +playcraftsman +playday +playdown +player +playerdom +playeress +playfellow +playfellowship +playfield +playfolk +playful +playfully +playfulness +playgoer +playgoing +playground +playhouse +playingly +playless +playlet +playlike +playmaker +playmaking +playman +playmare +playmate +playmonger +playmongering +playock +playpen +playreader +playroom +playscript +playsome +playsomely +playsomeness +playstead +plaything +playtime +playward +playwoman +playwork +playwright +playwrightess +playwrighting +playwrightry +playwriter +playwriting +plaza +plazolite +plea +pleach +pleached +pleacher +plead +pleadable +pleadableness +pleader +pleading +pleadingly +pleadingness +pleaproof +pleasable +pleasableness +pleasance +pleasant +pleasantable +pleasantish +pleasantly +pleasantness +pleasantry +pleasantsome +please +pleasedly +pleasedness +pleaseman +pleaser +pleaship +pleasing +pleasingly +pleasingness +pleasurability +pleasurable +pleasurableness +pleasurably +pleasure +pleasureful +pleasurehood +pleasureless +pleasurelessly +pleasureman +pleasurement +pleasuremonger +pleasureproof +pleasurer +pleasuring +pleasurist +pleasurous +pleat +pleater +pleatless +pleb +plebe +plebeian +plebeiance +plebeianize +plebeianly +plebeianness +plebeity +plebianism +plebicolar +plebicolist +plebificate +plebification +plebify +plebiscitarian +plebiscitarism +plebiscitary +plebiscite +plebiscitic +plebiscitum +plebs +pleck +Plecoptera +plecopteran +plecopterid +plecopterous +Plecotinae +plecotine +Plecotus +plectognath +Plectognathi +plectognathic +plectognathous +plectopter +plectopteran +plectopterous +plectospondyl +Plectospondyli +plectospondylous +plectre +plectridial +plectridium +plectron +plectrum +pled +pledge +pledgeable +pledgee +pledgeless +pledgeor +pledger +pledgeshop +pledget +pledgor +Plegadis +plegaphonia +plegometer +Pleiades +pleiobar +pleiochromia +pleiochromic +pleiomastia +pleiomazia +pleiomerous +pleiomery +pleion +Pleione +pleionian +pleiophyllous +pleiophylly +pleiotaxis +pleiotropic +pleiotropically +pleiotropism +Pleistocene +Pleistocenic +pleistoseist +plemochoe +plemyrameter +plenarily +plenariness +plenarium +plenarty +plenary +plenicorn +pleniloquence +plenilunal +plenilunar +plenilunary +plenilune +plenipo +plenipotence +plenipotent +plenipotential +plenipotentiality +plenipotentiarily +plenipotentiarize +Plenipotentiary +plenipotentiary +plenipotentiaryship +plenish +plenishing +plenishment +plenism +plenist +plenitide +plenitude +plenitudinous +plenshing +plenteous +plenteously +plenteousness +plentiful +plentifully +plentifulness +plentify +plenty +plenum +pleny +pleochroic +pleochroism +pleochroitic +pleochromatic +pleochromatism +pleochroous +pleocrystalline +pleodont +pleomastia +pleomastic +pleomazia +pleometrosis +pleometrotic +pleomorph +pleomorphic +pleomorphism +pleomorphist +pleomorphous +pleomorphy +pleon +pleonal +pleonasm +pleonast +pleonaste +pleonastic +pleonastical +pleonastically +pleonectic +pleonexia +pleonic +pleophyletic +pleopod +pleopodite +Pleospora +Pleosporaceae +plerergate +plerocercoid +pleroma +pleromatic +plerome +pleromorph +plerophoric +plerophory +plerosis +plerotic +Plesianthropus +plesiobiosis +plesiobiotic +plesiomorphic +plesiomorphism +plesiomorphous +plesiosaur +Plesiosauri +Plesiosauria +plesiosaurian +plesiosauroid +Plesiosaurus +plesiotype +plessigraph +plessimeter +plessimetric +plessimetry +plessor +Plethodon +plethodontid +Plethodontidae +plethora +plethoretic +plethoretical +plethoric +plethorical +plethorically +plethorous +plethory +plethysmograph +plethysmographic +plethysmographically +plethysmography +pleura +Pleuracanthea +Pleuracanthidae +Pleuracanthini +pleuracanthoid +Pleuracanthus +pleural +pleuralgia +pleuralgic +pleurapophysial +pleurapophysis +pleurectomy +pleurenchyma +pleurenchymatous +pleuric +pleuriseptate +pleurisy +pleurite +pleuritic +pleuritical +pleuritically +pleuritis +Pleurobrachia +Pleurobrachiidae +pleurobranch +pleurobranchia +pleurobranchial +pleurobranchiate +pleurobronchitis +Pleurocapsa +Pleurocapsaceae +pleurocapsaceous +pleurocarp +Pleurocarpi +pleurocarpous +pleurocele +pleurocentesis +pleurocentral +pleurocentrum +Pleurocera +pleurocerebral +Pleuroceridae +pleuroceroid +Pleurococcaceae +pleurococcaceous +Pleurococcus +Pleurodelidae +Pleurodira +pleurodiran +pleurodire +pleurodirous +pleurodiscous +pleurodont +pleurodynia +pleurodynic +pleurogenic +pleurogenous +pleurohepatitis +pleuroid +pleurolith +pleurolysis +pleuron +Pleuronectes +pleuronectid +Pleuronectidae +pleuronectoid +Pleuronema +pleuropedal +pleuropericardial +pleuropericarditis +pleuroperitonaeal +pleuroperitoneal +pleuroperitoneum +pleuropneumonia +pleuropneumonic +pleuropodium +pleuropterygian +Pleuropterygii +pleuropulmonary +pleurorrhea +Pleurosaurus +Pleurosigma +pleurospasm +pleurosteal +Pleurosteon +pleurostict +Pleurosticti +Pleurostigma +pleurothotonic +pleurothotonus +Pleurotoma +Pleurotomaria +Pleurotomariidae +pleurotomarioid +Pleurotomidae +pleurotomine +pleurotomoid +pleurotomy +pleurotonic +pleurotonus +Pleurotremata +pleurotribal +pleurotribe +pleurotropous +Pleurotus +pleurotyphoid +pleurovisceral +pleurum +pleuston +pleustonic +plew +plex +plexal +plexicose +plexiform +pleximeter +pleximetric +pleximetry +plexodont +plexometer +plexor +plexure +plexus +pliability +pliable +pliableness +pliably +pliancy +pliant +pliantly +pliantness +plica +plicable +plical +plicate +plicated +plicately +plicateness +plicater +plicatile +plication +plicative +plicatocontorted +plicatocristate +plicatolacunose +plicatolobate +plicatopapillose +plicator +plicatoundulate +plicatulate +plicature +pliciferous +pliciform +plied +plier +plies +pliers +plight +plighted +plighter +plim +plimsoll +Plinian +plinth +plinther +plinthiform +plinthless +plinthlike +Pliny +Plinyism +Pliocene +Pliohippus +Pliopithecus +pliosaur +pliosaurian +Pliosauridae +Pliosaurus +pliothermic +Pliotron +pliskie +plisky +ploat +ploce +Ploceidae +ploceiform +Ploceinae +Ploceus +plock +plod +plodder +plodderly +plodding +ploddingly +ploddingness +plodge +Ploima +ploimate +plomb +plook +plop +ploration +ploratory +plosion +plosive +plot +plote +plotful +Plotinian +Plotinic +Plotinical +Plotinism +Plotinist +Plotinize +plotless +plotlessness +plotproof +plottage +plotted +plotter +plottery +plotting +plottingly +plotty +plough +ploughmanship +ploughtail +plouk +plouked +plouky +plounce +plousiocracy +plout +Plouteneion +plouter +plover +ploverlike +plovery +plow +plowable +plowbote +plowboy +plower +plowfish +plowfoot +plowgang +plowgate +plowgraith +plowhead +plowing +plowjogger +plowland +plowlight +plowline +plowmaker +plowman +plowmanship +plowmell +plowpoint +Plowrightia +plowshare +plowshoe +plowstaff +plowstilt +plowtail +plowwise +plowwoman +plowwright +ploy +ployment +Pluchea +pluck +pluckage +plucked +pluckedness +plucker +Pluckerian +pluckily +pluckiness +pluckless +plucklessness +plucky +plud +pluff +pluffer +pluffy +plug +plugboard +plugdrawer +pluggable +plugged +plugger +plugging +pluggingly +pluggy +plughole +plugless +pluglike +plugman +plugtray +plugtree +plum +pluma +plumaceous +plumach +plumade +plumage +plumaged +plumagery +plumasite +plumate +Plumatella +plumatellid +Plumatellidae +plumatelloid +plumb +plumbable +plumbage +Plumbaginaceae +plumbaginaceous +plumbagine +plumbaginous +plumbago +plumbate +plumbean +plumbeous +plumber +plumbership +plumbery +plumbet +plumbic +plumbiferous +plumbing +plumbism +plumbisolvent +plumbite +plumbless +plumbness +plumbog +plumbojarosite +plumboniobate +plumbosolvency +plumbosolvent +plumbous +plumbum +plumcot +plumdamas +plumdamis +plume +plumed +plumeless +plumelet +plumelike +plumemaker +plumemaking +plumeopicean +plumeous +plumer +plumery +plumet +plumette +plumicorn +plumier +Plumiera +plumieride +plumification +plumiform +plumiformly +plumify +plumigerous +pluminess +plumiped +plumipede +plumist +plumless +plumlet +plumlike +plummer +plummet +plummeted +plummetless +plummy +plumose +plumosely +plumoseness +plumosity +plumous +plump +plumpen +plumper +plumping +plumpish +plumply +plumpness +plumps +plumpy +plumula +plumulaceous +plumular +Plumularia +plumularian +Plumulariidae +plumulate +plumule +plumuliform +plumulose +plumy +plunder +plunderable +plunderage +plunderbund +plunderer +plunderess +plundering +plunderingly +plunderless +plunderous +plunderproof +plunge +plunger +plunging +plungingly +plunk +plunther +plup +plupatriotic +pluperfect +pluperfectly +pluperfectness +plural +pluralism +pluralist +pluralistic +pluralistically +plurality +pluralization +pluralize +pluralizer +plurally +plurative +plurennial +pluriaxial +pluricarinate +pluricarpellary +pluricellular +pluricentral +pluricipital +pluricuspid +pluricuspidate +pluridentate +pluries +plurifacial +plurifetation +plurification +pluriflagellate +pluriflorous +plurifoliate +plurifoliolate +plurify +pluriglandular +pluriguttulate +plurilateral +plurilingual +plurilingualism +plurilingualist +plurilocular +plurimammate +plurinominal +plurinucleate +pluripara +pluriparity +pluriparous +pluripartite +pluripetalous +pluripotence +pluripotent +pluripresence +pluriseptate +pluriserial +pluriseriate +pluriseriated +plurisetose +plurispiral +plurisporous +plurisyllabic +plurisyllable +plurivalent +plurivalve +plurivorous +plurivory +plus +plush +plushed +plushette +plushily +plushiness +plushlike +plushy +Plusia +Plusiinae +plusquamperfect +plussage +Plutarchian +Plutarchic +Plutarchical +Plutarchically +plutarchy +pluteal +plutean +pluteiform +Plutella +pluteus +Pluto +plutocracy +plutocrat +plutocratic +plutocratical +plutocratically +plutolatry +plutological +plutologist +plutology +plutomania +Plutonian +plutonian +plutonic +Plutonion +plutonism +plutonist +plutonite +Plutonium +plutonium +plutonometamorphism +plutonomic +plutonomist +plutonomy +pluvial +pluvialiform +pluvialine +Pluvialis +pluvian +pluvine +pluviograph +pluviographic +pluviographical +pluviography +pluviometer +pluviometric +pluviometrical +pluviometrically +pluviometry +pluvioscope +pluviose +pluviosity +pluvious +ply +plyer +plying +plyingly +Plymouth +Plymouthism +Plymouthist +Plymouthite +Plynlymmon +plywood +pneodynamics +pneograph +pneomanometer +pneometer +pneometry +pneophore +pneoscope +pneuma +pneumarthrosis +pneumathaemia +pneumatic +pneumatical +pneumatically +pneumaticity +pneumatics +pneumatism +pneumatist +pneumatize +pneumatized +pneumatocardia +pneumatocele +pneumatochemical +pneumatochemistry +pneumatocyst +pneumatocystic +pneumatode +pneumatogenic +pneumatogenous +pneumatogram +pneumatograph +pneumatographer +pneumatographic +pneumatography +pneumatolitic +pneumatologic +pneumatological +pneumatologist +pneumatology +pneumatolysis +pneumatolytic +Pneumatomachian +Pneumatomachist +Pneumatomachy +pneumatometer +pneumatometry +pneumatomorphic +pneumatonomy +pneumatophany +pneumatophilosophy +pneumatophobia +pneumatophonic +pneumatophony +pneumatophore +pneumatophorous +pneumatorrhachis +pneumatoscope +pneumatosic +pneumatosis +pneumatotactic +pneumatotherapeutics +pneumatotherapy +Pneumatria +pneumaturia +pneumectomy +pneumobacillus +Pneumobranchia +Pneumobranchiata +pneumocele +pneumocentesis +pneumochirurgia +pneumococcal +pneumococcemia +pneumococcic +pneumococcous +pneumococcus +pneumoconiosis +pneumoderma +pneumodynamic +pneumodynamics +pneumoencephalitis +pneumoenteritis +pneumogastric +pneumogram +pneumograph +pneumographic +pneumography +pneumohemothorax +pneumohydropericardium +pneumohydrothorax +pneumolith +pneumolithiasis +pneumological +pneumology +pneumolysis +pneumomalacia +pneumomassage +Pneumometer +pneumomycosis +pneumonalgia +pneumonectasia +pneumonectomy +pneumonedema +pneumonia +pneumonic +pneumonitic +pneumonitis +pneumonocace +pneumonocarcinoma +pneumonocele +pneumonocentesis +pneumonocirrhosis +pneumonoconiosis +pneumonodynia +pneumonoenteritis +pneumonoerysipelas +pneumonographic +pneumonography +pneumonokoniosis +pneumonolith +pneumonolithiasis +pneumonolysis +pneumonomelanosis +pneumonometer +pneumonomycosis +pneumonoparesis +pneumonopathy +pneumonopexy +pneumonophorous +pneumonophthisis +pneumonopleuritis +pneumonorrhagia +pneumonorrhaphy +pneumonosis +pneumonotherapy +pneumonotomy +pneumony +pneumopericardium +pneumoperitoneum +pneumoperitonitis +pneumopexy +pneumopleuritis +pneumopyothorax +pneumorrachis +pneumorrhachis +pneumorrhagia +pneumotactic +pneumotherapeutics +pneumotherapy +pneumothorax +pneumotomy +pneumotoxin +pneumotropic +pneumotropism +pneumotyphoid +pneumotyphus +pneumoventriculography +Po +po +Poa +Poaceae +poaceous +poach +poachable +poacher +poachiness +poachy +Poales +poalike +pob +pobby +Poblacht +poblacion +pobs +pochade +pochard +pochay +poche +pochette +pocilliform +pock +pocket +pocketable +pocketableness +pocketbook +pocketed +pocketer +pocketful +pocketing +pocketknife +pocketless +pocketlike +pockety +pockhouse +pockily +pockiness +pockmanteau +pockmantie +pockmark +pockweed +pockwood +pocky +poco +pococurante +pococuranteism +pococurantic +pococurantish +pococurantism +pococurantist +pocosin +poculary +poculation +poculent +poculiform +pod +podagra +podagral +podagric +podagrical +podagrous +podal +podalgia +podalic +Podaliriidae +Podalirius +Podarge +Podargidae +Podarginae +podargine +podargue +Podargus +podarthral +podarthritis +podarthrum +podatus +Podaxonia +podaxonial +podded +podder +poddidge +poddish +poddle +poddy +podelcoma +podeon +podesta +podesterate +podetiiform +podetium +podex +podge +podger +podgily +podginess +podgy +podial +podiatrist +podiatry +podical +Podiceps +podices +Podicipedidae +podilegous +podite +poditic +poditti +podium +podler +podley +podlike +podobranch +podobranchia +podobranchial +podobranchiate +podocarp +Podocarpaceae +Podocarpineae +podocarpous +Podocarpus +podocephalous +pododerm +pododynia +podogyn +podogyne +podogynium +Podolian +podolite +podology +podomancy +podomere +podometer +podometry +Podophrya +Podophryidae +Podophthalma +Podophthalmata +podophthalmate +podophthalmatous +Podophthalmia +podophthalmian +podophthalmic +podophthalmite +podophthalmitic +podophthalmous +Podophyllaceae +podophyllic +podophyllin +podophyllotoxin +podophyllous +Podophyllum +podophyllum +podoscaph +podoscapher +podoscopy +Podosomata +podosomatous +podosperm +Podosphaera +Podostemaceae +podostemaceous +podostemad +Podostemon +Podostemonaceae +podostemonaceous +Podostomata +podostomatous +podotheca +podothecal +Podozamites +Podsnap +Podsnappery +podsol +podsolic +podsolization +podsolize +Podunk +Podura +poduran +podurid +Poduridae +podware +podzol +podzolic +podzolization +podzolize +poe +Poecile +Poeciliidae +poecilitic +Poecilocyttares +poecilocyttarous +poecilogonous +poecilogony +poecilomere +poecilonym +poecilonymic +poecilonymy +poecilopod +Poecilopoda +poecilopodous +poem +poematic +poemet +poemlet +Poephaga +poephagous +Poephagus +poesie +poesiless +poesis +poesy +poet +poetaster +poetastering +poetasterism +poetastery +poetastress +poetastric +poetastrical +poetastry +poetcraft +poetdom +poetesque +poetess +poethood +poetic +poetical +poeticality +poetically +poeticalness +poeticism +poeticize +poeticness +poetics +poeticule +poetito +poetization +poetize +poetizer +poetless +poetlike +poetling +poetly +poetomachia +poetress +poetry +poetryless +poetship +poetwise +pogamoggan +pogge +poggy +Pogo +Pogonatum +Pogonia +pogoniasis +pogoniate +pogonion +pogonip +pogoniris +pogonite +pogonological +pogonologist +pogonology +pogonotomy +pogonotrophy +pogrom +pogromist +pogromize +pogy +poh +poha +pohickory +pohna +pohutukawa +poi +Poiana +Poictesme +poietic +poignance +poignancy +poignant +poignantly +poignet +poikilitic +poikiloblast +poikiloblastic +poikilocyte +poikilocythemia +poikilocytosis +poikilotherm +poikilothermic +poikilothermism +poil +poilu +poimenic +poimenics +Poinciana +poind +poindable +poinder +poinding +Poinsettia +point +pointable +pointage +pointed +pointedly +pointedness +pointel +pointer +pointful +pointfully +pointfulness +pointillism +pointillist +pointing +pointingly +pointless +pointlessly +pointlessness +pointlet +pointleted +pointmaker +pointman +pointment +pointrel +pointsman +pointswoman +pointways +pointwise +pointy +poisable +poise +poised +poiser +poison +poisonable +poisonful +poisonfully +poisoning +poisonless +poisonlessness +poisonmaker +poisonous +poisonously +poisonousness +poisonproof +poisonweed +poisonwood +poitrail +poitrel +poivrade +pokable +Pokan +Pokanoket +poke +pokeberry +poked +pokeful +pokeloken +pokeout +poker +pokerish +pokerishly +pokerishness +pokeroot +pokeweed +pokey +pokily +pokiness +poking +Pokom +Pokomam +Pokomo +pokomoo +Pokonchi +pokunt +poky +pol +Polab +Polabian +Polabish +polacca +Polack +polack +polacre +Polander +Polanisia +polar +polaric +Polarid +polarigraphic +polarimeter +polarimetric +polarimetry +Polaris +polariscope +polariscopic +polariscopically +polariscopist +polariscopy +polaristic +polaristrobometer +polarity +polarizability +polarizable +polarization +polarize +polarizer +polarly +polarogram +polarograph +polarographic +polarographically +polarography +Polaroid +polarward +polaxis +poldavis +poldavy +polder +polderboy +polderman +Pole +pole +polearm +poleax +poleaxe +poleaxer +poleburn +polecat +polehead +poleless +poleman +polemarch +polemic +polemical +polemically +polemician +polemicist +polemics +polemist +polemize +Polemoniaceae +polemoniaceous +Polemoniales +Polemonium +polemoscope +polenta +poler +polesetter +Polesian +polesman +polestar +poleward +polewards +poley +poliad +poliadic +Polian +polianite +Polianthes +police +policed +policedom +policeless +policeman +policemanish +policemanism +policemanlike +policemanship +policewoman +Polichinelle +policial +policize +policizer +policlinic +policy +policyholder +poliencephalitis +poliencephalomyelitis +poligar +poligarship +poligraphical +Polinices +polio +polioencephalitis +polioencephalomyelitis +poliomyelitis +poliomyelopathy +polioneuromere +poliorcetic +poliorcetics +poliosis +polis +Polish +polish +polishable +polished +polishedly +polishedness +polisher +polishment +polisman +polissoir +Polistes +politarch +politarchic +Politbureau +Politburo +polite +politeful +politely +politeness +politesse +politic +political +politicalism +politicalize +politically +politicaster +politician +politicious +politicist +politicize +politicizer +politicly +politico +politicomania +politicophobia +politics +politied +Politique +politist +politize +polity +politzerization +politzerize +polk +polka +Poll +poll +pollable +pollack +polladz +pollage +pollakiuria +pollam +pollan +pollarchy +pollard +pollbook +polled +pollen +pollened +polleniferous +pollenigerous +pollenite +pollenivorous +pollenless +pollenlike +pollenproof +pollent +poller +polleten +pollex +pollical +pollicar +pollicate +pollicitation +pollinar +pollinarium +pollinate +pollination +pollinator +pollinctor +pollincture +polling +pollinia +pollinic +pollinical +polliniferous +pollinigerous +pollinium +pollinivorous +pollinization +pollinize +pollinizer +pollinodial +pollinodium +pollinoid +pollinose +pollinosis +polliwig +polliwog +pollock +polloi +pollster +pollucite +pollutant +pollute +polluted +pollutedly +pollutedness +polluter +polluting +pollutingly +pollution +Pollux +pollux +Polly +Pollyanna +Pollyannish +pollywog +polo +poloconic +polocyte +poloist +polonaise +Polonese +Polonia +Polonial +Polonian +Polonism +polonium +Polonius +Polonization +Polonize +polony +polos +polska +polt +poltergeist +poltfoot +poltfooted +poltina +poltinnik +poltophagic +poltophagist +poltophagy +poltroon +poltroonery +poltroonish +poltroonishly +poltroonism +poluphloisboic +poluphloisboiotatotic +poluphloisboiotic +polverine +poly +polyacanthus +polyacid +polyacoustic +polyacoustics +polyact +polyactinal +polyactine +Polyactinia +polyad +polyadelph +Polyadelphia +polyadelphian +polyadelphous +polyadenia +polyadenitis +polyadenoma +polyadenous +polyadic +polyaffectioned +polyalcohol +polyamide +polyamylose +Polyandria +polyandria +polyandrian +polyandrianism +polyandric +polyandrious +polyandrism +polyandrist +polyandrium +polyandrous +polyandry +Polyangium +polyangular +polyantha +polyanthous +polyanthus +polyanthy +polyarch +polyarchal +polyarchical +polyarchist +polyarchy +polyarteritis +polyarthric +polyarthritic +polyarthritis +polyarthrous +polyarticular +polyatomic +polyatomicity +polyautographic +polyautography +polyaxial +polyaxon +polyaxone +polyaxonic +polybasic +polybasicity +polybasite +polyblast +Polyborinae +polyborine +Polyborus +polybranch +Polybranchia +polybranchian +Polybranchiata +polybranchiate +polybromid +polybromide +polybunous +polybuny +polybuttoned +polycarboxylic +Polycarp +polycarpellary +polycarpic +Polycarpon +polycarpous +polycarpy +polycellular +polycentral +polycentric +polycephalic +polycephalous +polycephaly +Polychaeta +polychaete +polychaetous +polychasial +polychasium +polychloride +polychoerany +polychord +polychotomous +polychotomy +polychrest +polychrestic +polychrestical +polychresty +polychroic +polychroism +polychromasia +polychromate +polychromatic +polychromatism +polychromatist +polychromatize +polychromatophil +polychromatophile +polychromatophilia +polychromatophilic +polychrome +polychromia +polychromic +polychromism +polychromize +polychromous +polychromy +polychronious +polyciliate +polycitral +polyclad +Polycladida +polycladine +polycladose +polycladous +polyclady +Polycletan +polyclinic +polyclona +polycoccous +Polycodium +polyconic +polycormic +polycotyl +polycotyledon +polycotyledonary +polycotyledonous +polycotyledony +polycotylous +polycotyly +polycracy +polycrase +polycratic +polycrotic +polycrotism +polycrystalline +polyctenid +Polyctenidae +polycttarian +polycyanide +polycyclic +polycycly +polycyesis +polycystic +polycythemia +polycythemic +Polycyttaria +polydactyl +polydactyle +polydactylism +polydactylous +Polydactylus +polydactyly +polydaemoniac +polydaemonism +polydaemonist +polydaemonistic +polydemic +polydenominational +polydental +polydermous +polydermy +polydigital +polydimensional +polydipsia +polydisperse +polydomous +polydymite +polydynamic +polyeidic +polyeidism +polyembryonate +polyembryonic +polyembryony +polyemia +polyemic +polyenzymatic +polyergic +Polyergus +polyester +polyesthesia +polyesthetic +polyethnic +polyethylene +polyfenestral +polyflorous +polyfoil +polyfold +Polygala +Polygalaceae +polygalaceous +polygalic +polygam +Polygamia +polygamian +polygamic +polygamical +polygamically +polygamist +polygamistic +polygamize +polygamodioecious +polygamous +polygamously +polygamy +polyganglionic +polygastric +polygene +polygenesic +polygenesis +polygenesist +polygenetic +polygenetically +polygenic +polygenism +polygenist +polygenistic +polygenous +polygeny +polyglandular +polyglobulia +polyglobulism +polyglossary +polyglot +polyglotry +polyglottal +polyglottally +polyglotted +polyglotter +polyglottery +polyglottic +polyglottically +polyglottism +polyglottist +polyglottonic +polyglottous +polyglotwise +polyglycerol +polygon +Polygonaceae +polygonaceous +polygonal +Polygonales +polygonally +Polygonatum +Polygonella +polygoneutic +polygoneutism +Polygonia +polygonic +polygonically +polygonoid +polygonous +Polygonum +polygony +Polygordius +polygram +polygrammatic +polygraph +polygrapher +polygraphic +polygraphy +polygroove +polygrooved +polygyn +polygynaiky +Polygynia +polygynian +polygynic +polygynious +polygynist +polygynoecial +polygynous +polygyny +polygyral +polygyria +polyhaemia +polyhaemic +polyhalide +polyhalite +polyhalogen +polyharmonic +polyharmony +polyhedral +polyhedric +polyhedrical +polyhedroid +polyhedron +polyhedrosis +polyhedrous +polyhemia +polyhidrosis +polyhistor +polyhistorian +polyhistoric +polyhistory +polyhybrid +polyhydric +polyhydroxy +polyideic +polyideism +polyidrosis +polyiodide +polykaryocyte +polylaminated +polylemma +polylepidous +polylinguist +polylith +polylithic +polylobular +polylogy +polyloquent +polymagnet +polymastia +polymastic +Polymastiga +polymastigate +Polymastigida +Polymastigina +polymastigous +polymastism +Polymastodon +polymastodont +polymasty +polymath +polymathic +polymathist +polymathy +polymazia +polymelia +polymelian +polymely +polymer +polymere +polymeria +polymeric +polymeride +polymerism +polymerization +polymerize +polymerous +polymetallism +polymetameric +polymeter +polymethylene +polymetochia +polymetochic +polymicrian +polymicrobial +polymicrobic +polymicroscope +polymignite +Polymixia +polymixiid +Polymixiidae +Polymnestor +Polymnia +polymnite +polymolecular +polymolybdate +polymorph +Polymorpha +polymorphean +polymorphic +polymorphism +polymorphistic +polymorphonuclear +polymorphonucleate +polymorphosis +polymorphous +polymorphy +Polymyaria +polymyarian +Polymyarii +Polymyodi +polymyodian +polymyodous +polymyoid +polymyositis +polymythic +polymythy +polynaphthene +polynemid +Polynemidae +polynemoid +Polynemus +Polynesian +polynesic +polyneural +polyneuric +polyneuritic +polyneuritis +polyneuropathy +polynodal +Polynoe +polynoid +Polynoidae +polynome +polynomial +polynomialism +polynomialist +polynomic +polynucleal +polynuclear +polynucleate +polynucleated +polynucleolar +polynucleosis +Polyodon +polyodont +polyodontal +polyodontia +Polyodontidae +polyodontoid +polyoecious +polyoeciously +polyoeciousness +polyoecism +polyoecy +polyoicous +polyommatous +polyonomous +polyonomy +polyonychia +polyonym +polyonymal +polyonymic +polyonymist +polyonymous +polyonymy +polyophthalmic +polyopia +polyopic +polyopsia +polyopsy +polyorama +polyorchidism +polyorchism +polyorganic +polyose +polyoxide +polyoxymethylene +polyp +polypage +polypaged +polypapilloma +polyparasitic +polyparasitism +polyparesis +polyparia +polyparian +polyparium +polyparous +polypary +polypean +polyped +Polypedates +polypeptide +polypetal +Polypetalae +polypetalous +Polyphaga +polyphage +polyphagia +polyphagian +polyphagic +polyphagist +polyphagous +polyphagy +polyphalangism +polypharmacal +polypharmacist +polypharmacon +polypharmacy +polypharmic +polyphasal +polyphase +polyphaser +Polypheme +polyphemian +polyphemic +polyphemous +polyphenol +polyphloesboean +polyphloisboioism +polyphloisboism +polyphobia +polyphobic +polyphone +polyphoned +polyphonia +polyphonic +polyphonical +polyphonism +polyphonist +polyphonium +polyphonous +polyphony +polyphore +polyphosphoric +polyphotal +polyphote +polyphylesis +polyphyletic +polyphyletically +polyphylety +polyphylline +polyphyllous +polyphylly +polyphylogeny +polyphyly +polyphyodont +Polypi +polypi +polypian +polypide +polypidom +Polypifera +polypiferous +polypigerous +polypinnate +polypite +Polyplacophora +polyplacophoran +polyplacophore +polyplacophorous +polyplastic +Polyplectron +polyplegia +polyplegic +polyploid +polyploidic +polyploidy +polypnoea +polypnoeic +polypod +Polypoda +polypodia +Polypodiaceae +polypodiaceous +Polypodium +polypodous +polypody +polypoid +polypoidal +Polypomorpha +polypomorphic +Polyporaceae +polyporaceous +polypore +polyporite +polyporoid +polyporous +Polyporus +polypose +polyposis +polypotome +polypous +polypragmacy +polypragmatic +polypragmatical +polypragmatically +polypragmatism +polypragmatist +polypragmaty +polypragmist +polypragmon +polypragmonic +polypragmonist +polyprene +polyprism +polyprismatic +polyprothetic +polyprotodont +Polyprotodontia +polypseudonymous +polypsychic +polypsychical +polypsychism +polypterid +Polypteridae +polypteroid +Polypterus +polyptote +polyptoton +polyptych +polypus +polyrhizal +polyrhizous +polyrhythmic +polyrhythmical +polysaccharide +polysaccharose +Polysaccum +polysalicylide +polysarcia +polysarcous +polyschematic +polyschematist +polyscope +polyscopic +polysemant +polysemantic +polysemeia +polysemia +polysemous +polysemy +polysensuous +polysensuousness +polysepalous +polyseptate +polyserositis +polysided +polysidedness +polysilicate +polysilicic +Polysiphonia +polysiphonic +polysiphonous +polysomatic +polysomatous +polysomaty +polysomia +polysomic +polysomitic +polysomous +polysomy +polyspast +polyspaston +polyspermal +polyspermatous +polyspermia +polyspermic +polyspermous +polyspermy +polyspondylic +polyspondylous +polyspondyly +Polyspora +polysporangium +polyspore +polyspored +polysporic +polysporous +polystachyous +polystaurion +polystele +polystelic +polystemonous +polystichoid +polystichous +Polystichum +Polystictus +Polystomata +Polystomatidae +polystomatous +polystome +Polystomea +Polystomella +Polystomidae +polystomium +polystylar +polystyle +polystylous +polystyrene +polysulphide +polysulphuration +polysulphurization +polysyllabic +polysyllabical +polysyllabically +polysyllabicism +polysyllabicity +polysyllabism +polysyllable +polysyllogism +polysyllogistic +polysymmetrical +polysymmetrically +polysymmetry +polysyndetic +polysyndetically +polysyndeton +polysynthesis +polysynthesism +polysynthetic +polysynthetical +polysynthetically +polysyntheticism +polysynthetism +polysynthetize +polytechnic +polytechnical +polytechnics +polytechnist +polyterpene +Polythalamia +polythalamian +polythalamic +polythalamous +polythecial +polytheism +polytheist +polytheistic +polytheistical +polytheistically +polytheize +polythelia +polythelism +polythely +polythene +polythionic +polytitanic +polytocous +polytokous +polytoky +polytomous +polytomy +polytonal +polytonalism +polytonality +polytone +polytonic +polytony +polytope +polytopic +polytopical +Polytrichaceae +polytrichaceous +polytrichia +polytrichous +Polytrichum +polytrochal +polytrochous +polytrope +polytrophic +polytropic +polytungstate +polytungstic +polytype +polytypic +polytypical +polytypy +polyuresis +polyuria +polyuric +polyvalence +polyvalent +polyvinyl +polyvinylidene +polyvirulent +polyvoltine +Polyzoa +polyzoal +polyzoan +polyzoarial +polyzoarium +polyzoary +polyzoic +polyzoism +polyzonal +polyzooid +polyzoon +polzenite +pom +pomace +Pomaceae +pomacentrid +Pomacentridae +pomacentroid +Pomacentrus +pomaceous +pomade +Pomaderris +Pomak +pomander +pomane +pomarine +pomarium +pomate +pomato +pomatomid +Pomatomidae +Pomatomus +pomatorhine +pomatum +pombe +pombo +pome +pomegranate +pomelo +Pomeranian +pomeridian +pomerium +pomewater +pomey +pomfret +pomiculture +pomiculturist +pomiferous +pomiform +pomivorous +Pommard +pomme +pommee +pommel +pommeled +pommeler +pommet +pommey +pommy +Pomo +pomological +pomologically +pomologist +pomology +Pomona +pomonal +pomonic +pomp +pompa +Pompadour +pompadour +pompal +pompano +Pompeian +Pompeii +pompelmous +Pompey +pompey +pompholix +pompholygous +pompholyx +pomphus +pompier +pompilid +Pompilidae +pompiloid +Pompilus +pompion +pompist +pompless +pompoleon +pompon +pomposity +pompous +pompously +pompousness +pompster +Pomptine +pomster +pon +Ponca +ponce +ponceau +poncelet +poncho +ponchoed +Poncirus +pond +pondage +pondbush +ponder +ponderability +ponderable +ponderableness +ponderal +ponderance +ponderancy +ponderant +ponderary +ponderate +ponderation +ponderative +ponderer +pondering +ponderingly +ponderling +ponderment +ponderomotive +ponderosapine +ponderosity +ponderous +ponderously +ponderousness +pondfish +pondful +pondgrass +pondlet +pondman +Pondo +pondok +pondokkie +Pondomisi +pondside +pondus +pondweed +pondwort +pondy +pone +ponent +Ponera +Poneramoeba +ponerid +Poneridae +Ponerinae +ponerine +poneroid +ponerology +poney +pong +ponga +pongee +Pongidae +Pongo +poniard +ponica +ponier +ponja +pont +Pontac +Pontacq +pontage +pontal +Pontederia +Pontederiaceae +pontederiaceous +pontee +pontes +pontianak +Pontic +pontic +ponticello +ponticular +ponticulus +pontifex +pontiff +pontific +pontifical +pontificalia +pontificalibus +pontificality +pontifically +pontificate +pontification +pontifices +pontificial +pontificially +pontificious +pontify +pontil +pontile +pontin +Pontine +pontine +pontist +pontlevis +ponto +Pontocaspian +pontocerebellar +ponton +pontonier +pontoon +pontooneer +pontooner +pontooning +Pontus +pontvolant +pony +ponzite +pooa +pooch +pooder +poodle +poodledom +poodleish +poodleship +poof +poogye +pooh +poohpoohist +pook +pooka +pookaun +pookoo +pool +pooler +pooli +poolroom +poolroot +poolside +poolwort +pooly +poon +poonac +poonga +poonghie +poop +pooped +poophyte +poophytic +poor +poorhouse +poorish +poorliness +poorling +poorly +poorlyish +poormaster +poorness +poorweed +poorwill +poot +Pop +pop +popadam +popal +popcorn +popdock +pope +Popean +popedom +popeholy +popehood +popeism +popeler +popeless +popelike +popeline +popely +popery +popeship +popess +popeye +popeyed +popglove +popgun +popgunner +popgunnery +Popian +popify +popinac +popinjay +Popish +popish +popishly +popishness +popjoy +poplar +poplared +Poplilia +poplin +poplinette +popliteal +popliteus +poplolly +Popocracy +Popocrat +Popolari +Popoloco +popomastic +popover +Popovets +poppa +poppability +poppable +poppean +poppel +popper +poppet +poppethead +poppied +poppin +popple +popply +poppy +poppycock +poppycockish +poppyfish +poppyhead +poppylike +poppywort +popshop +populace +popular +popularism +Popularist +popularity +popularization +popularize +popularizer +popularly +popularness +populate +population +populational +populationist +populationistic +populationless +populator +populicide +populin +Populism +Populist +Populistic +populous +populously +populousness +Populus +popweed +poral +porbeagle +porcate +porcated +porcelain +porcelainization +porcelainize +porcelainlike +porcelainous +porcelaneous +porcelanic +porcelanite +porcelanous +Porcellana +porcellanian +porcellanid +Porcellanidae +porcellanize +porch +porched +porching +porchless +porchlike +porcine +Porcula +porcupine +porcupinish +pore +pored +porelike +Porella +porencephalia +porencephalic +porencephalitis +porencephalon +porencephalous +porencephalus +porencephaly +porer +porge +porger +porgy +Poria +poricidal +Porifera +poriferal +poriferan +poriferous +poriform +porimania +poriness +poring +poringly +poriomanic +porism +porismatic +porismatical +porismatically +poristic +poristical +porite +Porites +Poritidae +poritoid +pork +porkburger +porker +porkery +porket +porkfish +porkish +porkless +porkling +porkman +Porkopolis +porkpie +porkwood +porky +pornerastic +pornocracy +pornocrat +pornograph +pornographer +pornographic +pornographically +pornographist +pornography +pornological +Porocephalus +porodine +porodite +porogam +porogamic +porogamous +porogamy +porokaiwhiria +porokeratosis +Porokoto +poroma +porometer +porophyllous +poroplastic +poroporo +pororoca +poros +poroscope +poroscopic +poroscopy +porose +poroseness +porosimeter +porosis +porosity +porotic +porotype +porous +porously +porousness +porpentine +porphine +Porphyra +Porphyraceae +porphyraceous +porphyratin +Porphyrean +porphyria +Porphyrian +porphyrian +Porphyrianist +porphyrin +porphyrine +porphyrinuria +Porphyrio +porphyrion +porphyrite +porphyritic +porphyroblast +porphyroblastic +porphyrogene +porphyrogenite +porphyrogenitic +porphyrogenitism +porphyrogeniture +porphyrogenitus +porphyroid +porphyrophore +porphyrous +porphyry +Porpita +porpitoid +porpoise +porpoiselike +porporate +porr +porraceous +porrect +porrection +porrectus +porret +porridge +porridgelike +porridgy +porriginous +porrigo +Porrima +porringer +porriwiggle +porry +port +porta +portability +portable +portableness +portably +portage +portague +portahepatis +portail +portal +portaled +portalled +portalless +portamento +portance +portass +portatile +portative +portcrayon +portcullis +porteacid +ported +porteligature +portend +portendance +portendment +Porteno +portension +portent +portention +portentosity +portentous +portentously +portentousness +porteous +porter +porterage +Porteranthus +porteress +porterhouse +porterlike +porterly +portership +portfire +portfolio +portglaive +portglave +portgrave +Porthetria +Portheus +porthole +porthook +porthors +porthouse +Portia +portia +portico +porticoed +portiere +portiered +portifory +portify +portio +portiomollis +portion +portionable +portional +portionally +portioner +portionist +portionize +portionless +portitor +Portlandian +portlast +portless +portlet +portligature +portlily +portliness +portly +portman +portmanmote +portmanteau +portmanteaux +portmantle +portmantologism +portment +portmoot +porto +portoise +portolan +portolano +Portor +portrait +portraitist +portraitlike +portraiture +portray +portrayable +portrayal +portrayer +portrayist +portrayment +portreeve +portreeveship +portress +portside +portsider +portsman +portuary +portugais +Portugal +Portugalism +Portugee +Portuguese +Portulaca +Portulacaceae +portulacaceous +Portulacaria +portulan +Portunalia +portunian +Portunidae +Portunus +portway +porty +porule +porulose +porulous +porus +porwigle +pory +Porzana +posadaship +posca +pose +Poseidon +Poseidonian +posement +poser +poseur +posey +posh +posing +posingly +posit +position +positional +positioned +positioner +positionless +positival +positive +positively +positiveness +positivism +positivist +positivistic +positivistically +positivity +positivize +positor +positron +positum +positure +Posnanian +posnet +posole +posologic +posological +posologist +posology +pospolite +poss +posse +posseman +possess +possessable +possessed +possessedly +possessedness +possessing +possessingly +possessingness +possession +possessional +possessionalism +possessionalist +possessionary +possessionate +possessioned +possessioner +possessionist +possessionless +possessionlessness +possessival +possessive +possessively +possessiveness +possessor +possessoress +possessorial +possessoriness +possessorship +possessory +posset +possibilism +possibilist +possibilitate +possibility +possible +possibleness +possibly +possum +possumwood +post +postabdomen +postabdominal +postable +postabortal +postacetabular +postadjunct +postage +postal +postallantoic +postally +postalveolar +postament +postamniotic +postanal +postanesthetic +postantennal +postaortic +postapoplectic +postappendicular +postarterial +postarthritic +postarticular +postarytenoid +postaspirate +postaspirated +postasthmatic +postatrial +postauditory +postauricular +postaxiad +postaxial +postaxially +postaxillary +postbag +postbaptismal +postbox +postboy +postbrachial +postbrachium +postbranchial +postbreakfast +postbronchial +postbuccal +postbulbar +postbursal +postcaecal +postcalcaneal +postcalcarine +postcanonical +postcardiac +postcardinal +postcarnate +postcarotid +postcart +postcartilaginous +postcatarrhal +postcava +postcaval +postcecal +postcenal +postcentral +postcentrum +postcephalic +postcerebellar +postcerebral +postcesarean +postcibal +postclassic +postclassical +postclassicism +postclavicle +postclavicula +postclavicular +postclimax +postclitellian +postclival +postcolon +postcolonial +postcolumellar +postcomitial +postcommissural +postcommissure +postcommunicant +Postcommunion +postconceptive +postcondylar +postconfinement +postconnubial +postconsonantal +postcontact +postcontract +postconvalescent +postconvulsive +postcordial +postcornu +postcosmic +postcostal +postcoxal +postcritical +postcrural +postcubital +postdate +postdental +postdepressive +postdetermined +postdevelopmental +postdiagnostic +postdiaphragmatic +postdiastolic +postdicrotic +postdigestive +postdigital +postdiluvial +postdiluvian +postdiphtheric +postdiphtheritic +postdisapproved +postdisseizin +postdisseizor +postdoctoral +postdoctorate +postdural +postdysenteric +posted +posteen +postelection +postelementary +postembryonal +postembryonic +postemporal +postencephalitic +postencephalon +postenteral +postentry +postepileptic +poster +posterette +posteriad +posterial +posterior +posterioric +posteriorically +posterioristic +posterioristically +posteriority +posteriorly +posteriormost +posteriors +posteriorums +posterish +posterishness +posterist +posterity +posterize +postern +posteroclusion +posterodorsad +posterodorsal +posterodorsally +posteroexternal +posteroinferior +posterointernal +posterolateral +posteromedial +posteromedian +posteromesial +posteroparietal +posterosuperior +posterotemporal +posteroterminal +posteroventral +posteruptive +postesophageal +posteternity +postethmoid +postexilian +postexilic +postexist +postexistence +postexistency +postexistent +postface +postfact +postfebrile +postfemoral +postfetal +postfix +postfixal +postfixation +postfixed +postfixial +postflection +postflexion +postform +postfoveal +postfrontal +postfurca +postfurcal +postganglionic +postgangrenal +postgastric +postgeminum +postgenial +postgeniture +postglacial +postglenoid +postglenoidal +postgonorrheic +postgracile +postgraduate +postgrippal +posthabit +posthaste +posthemiplegic +posthemorrhagic +posthepatic +posthetomist +posthetomy +posthexaplaric +posthippocampal +posthitis +postholder +posthole +posthouse +posthumeral +posthumous +posthumously +posthumousness +posthumus +posthyoid +posthypnotic +posthypnotically +posthypophyseal +posthypophysis +posthysterical +postic +postical +postically +posticous +posticteric +posticum +postil +postilion +postilioned +postillate +postillation +postillator +postimpressionism +postimpressionist +postimpressionistic +postinfective +postinfluenzal +posting +postingly +postintestinal +postique +postischial +postjacent +postjugular +postlabial +postlachrymal +postlaryngeal +postlegitimation +postlenticular +postless +postlike +postliminary +postliminiary +postliminious +postliminium +postliminous +postliminy +postloitic +postloral +postlude +postludium +postluetic +postmalarial +postmamillary +postmammary +postman +postmandibular +postmaniacal +postmarital +postmark +postmarriage +postmaster +postmasterlike +postmastership +postmastoid +postmaturity +postmaxillary +postmaximal +postmeatal +postmedia +postmedial +postmedian +postmediastinal +postmediastinum +postmedullary +postmeiotic +postmeningeal +postmenstrual +postmental +postmeridian +postmeridional +postmesenteric +postmillenarian +postmillenarianism +postmillennial +postmillennialism +postmillennialist +postmillennian +postmineral +postmistress +postmortal +postmortuary +postmundane +postmuscular +postmutative +postmycotic +postmyxedematous +postnarial +postnaris +postnasal +postnatal +postnate +postnati +postnecrotic +postnephritic +postneural +postneuralgic +postneuritic +postneurotic +postnodular +postnominal +postnotum +postnuptial +postnuptially +postobituary +postocular +postolivary +postomental +postoperative +postoptic +postoral +postorbital +postordination +postorgastic +postosseous +postotic +postpagan +postpaid +postpalatal +postpalatine +postpalpebral +postpaludal +postparalytic +postparietal +postparotid +postparotitic +postparoxysmal +postparturient +postpatellar +postpathological +postpericardial +postpharyngeal +postphlogistic +postphragma +postphrenic +postphthisic +postpituitary +postplace +postplegic +postpneumonic +postponable +postpone +postponement +postponence +postponer +postpontile +postpose +postposited +postposition +postpositional +postpositive +postpositively +postprandial +postprandially +postpredicament +postprophesy +postprostate +postpubertal +postpubescent +postpubic +postpubis +postpuerperal +postpulmonary +postpupillary +postpycnotic +postpyloric +postpyramidal +postpyretic +postrachitic +postramus +postrectal +postreduction +postremogeniture +postremote +postrenal +postresurrection +postresurrectional +postretinal +postrheumatic +postrhinal +postrider +postrorse +postrostral +postrubeolar +postsaccular +postsacral +postscalenus +postscapula +postscapular +postscapularis +postscarlatinal +postscenium +postscorbutic +postscribe +postscript +postscriptum +postscutellar +postscutellum +postseason +postsigmoid +postsign +postspasmodic +postsphenoid +postsphenoidal +postsphygmic +postspinous +postsplenial +postsplenic +poststernal +poststertorous +postsuppurative +postsurgical +postsynaptic +postsynsacral +postsyphilitic +postsystolic +posttabetic +posttarsal +posttetanic +postthalamic +postthoracic +postthyroidal +posttibial +posttonic +posttoxic +posttracheal +posttrapezoid +posttraumatic +posttreaty +posttubercular +posttussive +posttympanic +posttyphoid +postulancy +postulant +postulantship +postulata +postulate +postulation +postulational +postulator +postulatory +postulatum +postulnar +postumbilical +postumbonal +postural +posture +posturer +postureteric +posturist +posturize +postuterine +postvaccinal +postvaricellar +postvarioloid +postvelar +postvenereal +postvenous +postverbal +Postverta +postvertebral +postvesical +postvide +postvocalic +postwar +postward +postwise +postwoman +postxyphoid +postyard +postzygapophysial +postzygapophysis +posy +pot +potability +potable +potableness +potagerie +potagery +potamic +Potamobiidae +Potamochoerus +Potamogale +Potamogalidae +Potamogeton +Potamogetonaceae +potamogetonaceous +potamological +potamologist +potamology +potamometer +Potamonidae +potamophilous +potamoplankton +potash +potashery +potass +potassa +potassamide +potassic +potassiferous +potassium +potate +potation +potative +potato +potatoes +potator +potatory +Potawatami +Potawatomi +potbank +potbellied +potbelly +potboil +potboiler +potboy +potboydom +potch +potcher +potcherman +potcrook +potdar +pote +potecary +poteen +potence +potency +potent +potentacy +potentate +potential +potentiality +potentialization +potentialize +potentially +potentialness +potentiate +potentiation +Potentilla +potentiometer +potentiometric +potentize +potently +potentness +poter +Poterium +potestal +potestas +potestate +potestative +poteye +potful +potgirl +potgun +pothanger +pothead +pothecary +potheen +pother +potherb +potherment +pothery +pothole +pothook +pothookery +Pothos +pothouse +pothousey +pothunt +pothunter +pothunting +poticary +potichomania +potichomanist +potifer +Potiguara +potion +potlatch +potleg +potlicker +potlid +potlike +potluck +potmaker +potmaking +potman +potomania +potomato +potometer +potong +potoo +Potoroinae +potoroo +Potorous +potpie +potpourri +potrack +potsherd +potshoot +potshooter +potstick +potstone +pott +pottage +pottagy +pottah +potted +potter +potterer +potteress +potteringly +pottery +Pottiaceae +potting +pottinger +pottle +pottled +potto +potty +potwaller +potwalling +potware +potwhisky +potwork +potwort +pouce +poucer +poucey +pouch +pouched +pouchful +pouchless +pouchlike +pouchy +poudrette +pouf +poulaine +poulard +poulardize +poulp +poulpe +poult +poulter +poulterer +poulteress +poultice +poulticewise +poultry +poultrydom +poultryist +poultryless +poultrylike +poultryman +poultryproof +pounamu +pounce +pounced +pouncer +pouncet +pouncing +pouncingly +pound +poundage +poundal +poundcake +pounder +pounding +poundkeeper +poundless +poundlike +poundman +poundmaster +poundmeal +poundstone +poundworth +pour +pourer +pourie +pouring +pouringly +pourparler +pourparley +pourpiece +pourpoint +pourpointer +pouser +poussette +pout +pouter +poutful +pouting +poutingly +pouty +poverish +poverishment +poverty +povertyweed +Povindah +pow +powder +powderable +powdered +powderer +powderiness +powdering +powderization +powderize +powderizer +powderlike +powderman +powdery +powdike +powdry +powellite +power +powerboat +powered +powerful +powerfully +powerfulness +powerhouse +powerless +powerlessly +powerlessness +powermonger +Powhatan +powitch +powldoody +pownie +powsoddy +powsowdy +powwow +powwower +powwowism +pox +poxy +poy +poyou +pozzolanic +pozzuolana +pozzuolanic +praam +prabble +prabhu +practic +practicability +practicable +practicableness +practicably +practical +practicalism +practicalist +practicality +practicalization +practicalize +practicalizer +practically +practicalness +practicant +practice +practiced +practicedness +practicer +practician +practicianism +practicum +practitional +practitioner +practitionery +prad +Pradeep +pradhana +praeabdomen +praeacetabular +praeanal +praecava +praecipe +praecipuum +praecoces +praecocial +praecognitum +praecoracoid +praecordia +praecordial +praecordium +praecornu +praecox +praecuneus +praedial +praedialist +praediality +praeesophageal +praefect +praefectorial +praefectus +praefervid +praefloration +praefoliation +praehallux +praelabrum +praelection +praelector +praelectorship +praelectress +praeludium +praemaxilla +praemolar +praemunire +praenarial +Praenestine +Praenestinian +praeneural +praenomen +praenomina +praenominal +praeoperculum +praepositor +praepostor +praepostorial +praepubis +praepuce +praescutum +Praesepe +praesertim +Praesian +praesidium +praesphenoid +praesternal +praesternum +praestomium +praesystolic +praetaxation +praetexta +praetor +praetorial +Praetorian +praetorian +praetorianism +praetorium +praetorship +praezygapophysis +pragmatic +pragmatica +pragmatical +pragmaticality +pragmatically +pragmaticalness +pragmaticism +pragmatics +pragmatism +pragmatist +pragmatistic +pragmatize +pragmatizer +prairie +prairiecraft +prairied +prairiedom +prairielike +prairieweed +prairillon +praisable +praisableness +praisably +praise +praiseful +praisefully +praisefulness +praiseless +praiseproof +praiser +praiseworthy +praising +praisingly +praisworthily +praisworthiness +Prajapati +prajna +Prakash +Prakrit +prakriti +Prakritic +Prakritize +praline +pralltriller +pram +Pramnian +prana +prance +pranceful +prancer +prancing +prancingly +prancy +prandial +prandially +prank +pranked +pranker +prankful +prankfulness +pranking +prankingly +prankish +prankishly +prankishness +prankle +pranksome +pranksomeness +prankster +pranky +prase +praseocobaltic +praseodidymium +praseodymia +praseodymium +praseolite +prasine +prasinous +prasoid +prasophagous +prasophagy +prastha +prat +pratal +Pratap +Pratapwant +prate +prateful +pratement +pratensian +Prater +prater +pratey +pratfall +pratiloma +Pratincola +pratincole +pratincoline +pratincolous +prating +pratingly +pratique +pratiyasamutpada +Pratt +prattfall +prattle +prattlement +prattler +prattling +prattlingly +prattly +prau +Pravin +pravity +prawn +prawner +prawny +Praxean +Praxeanist +praxinoscope +praxiology +praxis +Praxitelean +pray +praya +prayer +prayerful +prayerfully +prayerfulness +prayerless +prayerlessly +prayerlessness +prayermaker +prayermaking +prayerwise +prayful +praying +prayingly +prayingwise +preabdomen +preabsorb +preabsorbent +preabstract +preabundance +preabundant +preabundantly +preaccept +preacceptance +preaccess +preaccessible +preaccidental +preaccidentally +preaccommodate +preaccommodating +preaccommodatingly +preaccommodation +preaccomplish +preaccomplishment +preaccord +preaccordance +preaccount +preaccounting +preaccredit +preaccumulate +preaccumulation +preaccusation +preaccuse +preaccustom +preaccustomed +preacetabular +preach +preachable +preacher +preacherdom +preacheress +preacherize +preacherless +preacherling +preachership +preachieved +preachification +preachify +preachily +preachiness +preaching +preachingly +preachman +preachment +preachy +preacid +preacidity +preacidly +preacidness +preacknowledge +preacknowledgment +preacquaint +preacquaintance +preacquire +preacquired +preacquit +preacquittal +preact +preaction +preactive +preactively +preactivity +preacute +preacutely +preacuteness +preadamic +preadamite +preadamitic +preadamitical +preadamitism +preadapt +preadaptable +preadaptation +preaddition +preadditional +preaddress +preadequacy +preadequate +preadequately +preadhere +preadherence +preadherent +preadjectival +preadjective +preadjourn +preadjournment +preadjunct +preadjust +preadjustable +preadjustment +preadministration +preadministrative +preadministrator +preadmire +preadmirer +preadmission +preadmit +preadmonish +preadmonition +preadolescent +preadopt +preadoption +preadoration +preadore +preadorn +preadornment +preadult +preadulthood +preadvance +preadvancement +preadventure +preadvertency +preadvertent +preadvertise +preadvertisement +preadvice +preadvisable +preadvise +preadviser +preadvisory +preadvocacy +preadvocate +preaestival +preaffect +preaffection +preaffidavit +preaffiliate +preaffiliation +preaffirm +preaffirmation +preaffirmative +preafflict +preaffliction +preafternoon +preaged +preaggravate +preaggravation +preaggression +preaggressive +preagitate +preagitation +preagonal +preagony +preagree +preagreement +preagricultural +preagriculture +prealarm +prealcohol +prealcoholic +prealgebra +prealgebraic +prealkalic +preallable +preallably +preallegation +preallege +prealliance +preallied +preallot +preallotment +preallow +preallowable +preallowably +preallowance +preallude +preallusion +preally +prealphabet +prealphabetical +prealtar +prealteration +prealveolar +preamalgamation +preambassadorial +preambition +preambitious +preamble +preambled +preambling +preambular +preambulary +preambulate +preambulation +preambulatory +preanal +preanaphoral +preanesthetic +preanimism +preannex +preannounce +preannouncement +preannouncer +preantepenult +preantepenultimate +preanterior +preanticipate +preantiquity +preantiseptic +preaortic +preappearance +preapperception +preapplication +preappoint +preappointment +preapprehension +preapprise +preapprobation +preapproval +preapprove +preaptitude +prearm +prearrange +prearrangement +prearrest +prearrestment +prearticulate +preartistic +preascertain +preascertainment +preascitic +preaseptic +preassigned +preassume +preassurance +preassure +preataxic +preattachment +preattune +preaudience +preauditory +preaver +preavowal +preaxiad +preaxial +preaxially +prebachelor +prebacillary +prebake +prebalance +preballot +preballoting +prebankruptcy +prebaptismal +prebaptize +prebarbaric +prebarbarous +prebargain +prebasal +prebasilar +prebeleve +prebelief +prebeliever +prebelieving +prebellum +prebeloved +prebend +prebendal +prebendary +prebendaryship +prebendate +prebenediction +prebeneficiary +prebenefit +prebeset +prebestow +prebestowal +prebetray +prebetrayal +prebetrothal +prebid +prebidding +prebill +prebless +preblessing +preblockade +preblooming +preboast +preboding +preboil +preborn +preborrowing +preboyhood +prebrachial +prebrachium +prebreathe +prebridal +prebroadcasting +prebromidic +prebronchial +prebronze +prebrute +prebuccal +prebudget +prebudgetary +prebullying +preburlesque +preburn +precalculable +precalculate +precalculation +precampaign +precancel +precancellation +precancerous +precandidacy +precandidature +precanning +precanonical +precant +precantation +precanvass +precapillary +precapitalist +precapitalistic +precaptivity +precapture +precarcinomatous +precardiac +precaria +precarious +precariously +precariousness +precarium +precarnival +precartilage +precartilaginous +precary +precast +precation +precative +precatively +precatory +precaudal +precausation +precaution +precautional +precautionary +precautious +precautiously +precautiousness +precava +precaval +precedable +precede +precedence +precedency +precedent +precedentable +precedentary +precedented +precedential +precedentless +precedently +preceder +preceding +precelebrant +precelebrate +precelebration +precensure +precensus +precent +precentor +precentorial +precentorship +precentory +precentral +precentress +precentrix +precentrum +precept +preception +preceptist +preceptive +preceptively +preceptor +preceptoral +preceptorate +preceptorial +preceptorially +preceptorship +preceptory +preceptress +preceptual +preceptually +preceramic +precerebellar +precerebral +precerebroid +preceremonial +preceremony +precertification +precertify +preces +precess +precession +precessional +prechallenge +prechampioned +prechampionship +precharge +prechart +precheck +prechemical +precherish +prechildhood +prechill +prechloric +prechloroform +prechoice +prechoose +prechordal +prechoroid +preciation +precinct +precinction +precinctive +preciosity +precious +preciously +preciousness +precipe +precipice +precipiced +precipitability +precipitable +precipitance +precipitancy +precipitant +precipitantly +precipitantness +precipitate +precipitated +precipitatedly +precipitately +precipitation +precipitative +precipitator +precipitin +precipitinogen +precipitinogenic +precipitous +precipitously +precipitousness +precirculate +precirculation +precis +precise +precisely +preciseness +precisian +precisianism +precisianist +precision +precisional +precisioner +precisionism +precisionist +precisionize +precisive +precitation +precite +precited +precivilization +preclaim +preclaimant +preclaimer +preclassic +preclassical +preclassification +preclassified +preclassify +preclean +precleaner +precleaning +preclerical +preclimax +preclinical +preclival +precloacal +preclose +preclosure +preclothe +precludable +preclude +preclusion +preclusive +preclusively +precoagulation +precoccygeal +precocial +precocious +precociously +precociousness +precocity +precogitate +precogitation +precognition +precognitive +precognizable +precognizant +precognize +precognosce +precoil +precoiler +precoincidence +precoincident +precoincidently +precollapsable +precollapse +precollect +precollectable +precollection +precollector +precollege +precollegiate +precollude +precollusion +precollusive +precolor +precolorable +precoloration +precoloring +precombat +precombatant +precombination +precombine +precombustion +precommand +precommend +precomment +precommercial +precommissural +precommissure +precommit +precommune +precommunicate +precommunication +precommunion +precompare +precomparison +precompass +precompel +precompensate +precompensation +precompilation +precompile +precompiler +precompleteness +precompletion +precompliance +precompliant +precomplicate +precomplication +precompose +precomposition +precompound +precompounding +precompoundly +precomprehend +precomprehension +precomprehensive +precompress +precompulsion +precomradeship +preconceal +preconcealment +preconcede +preconceivable +preconceive +preconceived +preconcentrate +preconcentrated +preconcentratedly +preconcentration +preconcept +preconception +preconceptional +preconceptual +preconcern +preconcernment +preconcert +preconcerted +preconcertedly +preconcertedness +preconcertion +preconcertive +preconcession +preconcessive +preconclude +preconclusion +preconcur +preconcurrence +preconcurrent +preconcurrently +precondemn +precondemnation +precondensation +precondense +precondition +preconditioned +preconduct +preconduction +preconductor +precondylar +precondyloid +preconfer +preconference +preconfess +preconfession +preconfide +preconfiguration +preconfigure +preconfine +preconfinedly +preconfinemnt +preconfirm +preconfirmation +preconflict +preconform +preconformity +preconfound +preconfuse +preconfusedly +preconfusion +precongenial +precongested +precongestion +precongestive +precongratulate +precongratulation +precongressional +preconizance +preconization +preconize +preconizer +preconjecture +preconnection +preconnective +preconnubial +preconquer +preconquest +preconquestal +preconquestual +preconscious +preconsciously +preconsciousness +preconsecrate +preconsecration +preconsent +preconsider +preconsideration +preconsign +preconsolation +preconsole +preconsolidate +preconsolidated +preconsolidation +preconsonantal +preconspiracy +preconspirator +preconspire +preconstituent +preconstitute +preconstruct +preconstruction +preconsult +preconsultation +preconsultor +preconsume +preconsumer +preconsumption +precontact +precontain +precontained +precontemn +precontemplate +precontemplation +precontemporaneous +precontemporary +precontend +precontent +precontention +precontently +precontentment +precontest +precontinental +precontract +precontractive +precontractual +precontribute +precontribution +precontributive +precontrivance +precontrive +precontrol +precontrolled +precontroversial +precontroversy +preconvention +preconversation +preconversational +preconversion +preconvert +preconvey +preconveyal +preconveyance +preconvict +preconviction +preconvince +precook +precooker +precool +precooler +precooling +precopy +precoracoid +precordia +precordial +precordiality +precordially +precordium +precorneal +precornu +precoronation +precorrect +precorrection +precorrectly +precorrectness +precorrespond +precorrespondence +precorrespondent +precorridor +precorrupt +precorruption +precorruptive +precorruptly +precoruptness +precosmic +precosmical +precostal +precounsel +precounsellor +precourse +precover +precovering +precox +precreate +precreation +precreative +precredit +precreditor +precreed +precritical +precriticism +precriticize +precrucial +precrural +precrystalline +precultivate +precultivation +precultural +preculturally +preculture +precuneal +precuneate +precuneus +precure +precurrent +precurricular +precurriculum +precursal +precurse +precursive +precursor +precursory +precurtain +precut +precyclone +precyclonic +precynical +precyst +precystic +predable +predacean +predaceous +predaceousness +predacity +predamage +predamn +predamnation +predark +predarkness +predata +predate +predation +predatism +predative +predator +predatorily +predatoriness +predatory +predawn +preday +predaylight +predaytime +predazzite +predealer +predealing +predeath +predeathly +predebate +predebater +predebit +predebtor +predecay +predecease +predeceaser +predeceive +predeceiver +predeception +predecession +predecessor +predecessorship +predecide +predecision +predecisive +predeclaration +predeclare +predeclination +predecline +predecree +prededicate +prededuct +prededuction +predefault +predefeat +predefect +predefective +predefence +predefend +predefense +predefiance +predeficiency +predeficient +predefine +predefinite +predefinition +predefray +predefrayal +predefy +predegeneracy +predegenerate +predegree +predeication +predelay +predelegate +predelegation +predeliberate +predeliberately +predeliberation +predelineate +predelineation +predelinquency +predelinquent +predelinquently +predeliver +predelivery +predella +predelude +predelusion +predemand +predemocracy +predemocratic +predemonstrate +predemonstration +predemonstrative +predenial +predental +predentary +Predentata +predentate +predeny +predepart +predepartmental +predeparture +predependable +predependence +predependent +predeplete +predepletion +predeposit +predepository +predepreciate +predepreciation +predepression +predeprivation +predeprive +prederivation +prederive +predescend +predescent +predescribe +predescription +predesert +predeserter +predesertion +predeserve +predeserving +predesign +predesignate +predesignation +predesignatory +predesirous +predesolate +predesolation +predespair +predesperate +predespicable +predespise +predespond +predespondency +predespondent +predestinable +predestinarian +predestinarianism +predestinate +predestinately +predestination +predestinational +predestinationism +predestinationist +predestinative +predestinator +predestine +predestiny +predestitute +predestitution +predestroy +predestruction +predetach +predetachment +predetail +predetain +predetainer +predetect +predetention +predeterminability +predeterminable +predeterminant +predeterminate +predeterminately +predetermination +predeterminative +predetermine +predeterminer +predeterminism +predeterministic +predetest +predetestation +predetrimental +predevelop +predevelopment +predevise +predevote +predevotion +predevour +prediagnosis +prediagnostic +predial +prediastolic +prediatory +predicability +predicable +predicableness +predicably +predicament +predicamental +predicamentally +predicant +predicate +predication +predicational +predicative +predicatively +predicator +predicatory +predicrotic +predict +predictability +predictable +predictably +predictate +predictation +prediction +predictional +predictive +predictively +predictiveness +predictor +predictory +prediet +predietary +predifferent +predifficulty +predigest +predigestion +predikant +predilect +predilected +predilection +prediligent +prediligently +prediluvial +prediluvian +prediminish +prediminishment +prediminution +predine +predinner +prediphtheritic +prediploma +prediplomacy +prediplomatic +predirect +predirection +predirector +predisability +predisable +predisadvantage +predisadvantageous +predisadvantageously +predisagree +predisagreeable +predisagreement +predisappointment +predisaster +predisastrous +prediscern +prediscernment +predischarge +prediscipline +predisclose +predisclosure +prediscontent +prediscontented +prediscontentment +prediscontinuance +prediscontinuation +prediscontinue +prediscount +prediscountable +prediscourage +prediscouragement +prediscourse +prediscover +prediscoverer +prediscovery +prediscreet +prediscretion +prediscretionary +prediscriminate +prediscrimination +prediscriminator +prediscuss +prediscussion +predisgrace +predisguise +predisgust +predislike +predismiss +predismissal +predismissory +predisorder +predisordered +predisorderly +predispatch +predispatcher +predisperse +predispersion +predisplace +predisplacement +predisplay +predisponency +predisponent +predisposable +predisposal +predispose +predisposed +predisposedly +predisposedness +predisposition +predispositional +predisputant +predisputation +predispute +predisregard +predisrupt +predisruption +predissatisfaction +predissolution +predissolve +predissuade +predistinct +predistinction +predistinguish +predistress +predistribute +predistribution +predistributor +predistrict +predistrust +predistrustful +predisturb +predisturbance +prediversion +predivert +predivide +predividend +predivider +predivinable +predivinity +predivision +predivorce +predivorcement +predoctorate +predocumentary +predomestic +predominance +predominancy +predominant +predominantly +predominate +predominately +predominatingly +predomination +predominator +predonate +predonation +predonor +predoom +predorsal +predoubt +predoubter +predoubtful +predraft +predrainage +predramatic +predraw +predrawer +predread +predreadnought +predrill +predriller +predrive +predriver +predry +preduplicate +preduplication +predusk +predwell +predynamite +predynastic +preen +preener +preeze +prefab +prefabricate +prefabrication +prefabricator +preface +prefaceable +prefacer +prefacial +prefacist +prefactor +prefactory +prefamiliar +prefamiliarity +prefamiliarly +prefamous +prefashion +prefatial +prefator +prefatorial +prefatorially +prefatorily +prefatory +prefavor +prefavorable +prefavorably +prefavorite +prefearful +prefearfully +prefeast +prefect +prefectly +prefectoral +prefectorial +prefectorially +prefectorian +prefectship +prefectual +prefectural +prefecture +prefecundation +prefecundatory +prefederal +prefelic +prefer +preferability +preferable +preferableness +preferably +preferee +preference +preferent +preferential +preferentialism +preferentialist +preferentially +preferment +prefermentation +preferred +preferredly +preferredness +preferrer +preferrous +prefertile +prefertility +prefertilization +prefertilize +prefervid +prefestival +prefeudal +prefeudalic +prefeudalism +prefiction +prefictional +prefigurate +prefiguration +prefigurative +prefiguratively +prefigurativeness +prefigure +prefigurement +prefiller +prefilter +prefinal +prefinance +prefinancial +prefine +prefinish +prefix +prefixable +prefixal +prefixally +prefixation +prefixed +prefixedly +prefixion +prefixture +preflagellate +preflatter +preflattery +preflavor +preflavoring +preflection +preflexion +preflight +preflood +prefloration +preflowering +prefoliation +prefool +preforbidden +preforceps +preforgive +preforgiveness +preforgotten +preform +preformant +preformation +preformationary +preformationism +preformationist +preformative +preformed +preformism +preformist +preformistic +preformulate +preformulation +prefortunate +prefortunately +prefortune +prefoundation +prefounder +prefragrance +prefragrant +prefrankness +prefraternal +prefraternally +prefraud +prefreeze +prefreshman +prefriendly +prefriendship +prefright +prefrighten +prefrontal +prefulfill +prefulfillment +prefulgence +prefulgency +prefulgent +prefunction +prefunctional +prefuneral +prefungoidal +prefurlough +prefurnish +pregain +pregainer +pregalvanize +preganglionic +pregather +pregathering +pregeminum +pregenerate +pregeneration +pregenerosity +pregenerous +pregenerously +pregenial +pregeniculatum +pregeniculum +pregenital +pregeological +pregirlhood +preglacial +pregladden +pregladness +preglenoid +preglenoidal +preglobulin +pregnability +pregnable +pregnance +pregnancy +pregnant +pregnantly +pregnantness +pregolden +pregolfing +pregracile +pregracious +pregrade +pregraduation +pregranite +pregranitic +pregratification +pregratify +pregreet +pregreeting +pregrievance +pregrowth +preguarantee +preguarantor +preguard +preguess +preguidance +preguide +preguilt +preguiltiness +preguilty +pregust +pregustant +pregustation +pregustator +pregustic +prehallux +prehalter +prehandicap +prehandle +prehaps +preharden +preharmonious +preharmoniousness +preharmony +preharsh +preharshness +preharvest +prehatred +prehaunt +prehaunted +prehaustorium +prehazard +prehazardous +preheal +prehearing +preheat +preheated +preheater +prehemiplegic +prehend +prehensible +prehensile +prehensility +prehension +prehensive +prehensiveness +prehensor +prehensorial +prehensory +prehepatic +prehepaticus +preheroic +prehesitancy +prehesitate +prehesitation +prehexameral +prehistorian +prehistoric +prehistorical +prehistorically +prehistorics +prehistory +prehnite +prehnitic +preholder +preholding +preholiday +prehorizon +prehorror +prehostile +prehostility +prehuman +prehumiliate +prehumiliation +prehumor +prehunger +prehydration +prehypophysis +preidea +preidentification +preidentify +preignition +preilluminate +preillumination +preillustrate +preillustration +preimage +preimaginary +preimagination +preimagine +preimbibe +preimbue +preimitate +preimitation +preimitative +preimmigration +preimpair +preimpairment +preimpart +preimperial +preimport +preimportance +preimportant +preimportantly +preimportation +preimposal +preimpose +preimposition +preimpress +preimpression +preimpressive +preimprove +preimprovement +preinaugural +preinaugurate +preincarnate +preincentive +preinclination +preincline +preinclude +preinclusion +preincorporate +preincorporation +preincrease +preindebted +preindebtedness +preindemnification +preindemnify +preindemnity +preindependence +preindependent +preindependently +preindesignate +preindicant +preindicate +preindication +preindispose +preindisposition +preinduce +preinducement +preinduction +preinductive +preindulge +preindulgence +preindulgent +preindustrial +preindustry +preinfect +preinfection +preinfer +preinference +preinflection +preinflectional +preinflict +preinfluence +preinform +preinformation +preinhabit +preinhabitant +preinhabitation +preinhere +preinherit +preinheritance +preinitial +preinitiate +preinitiation +preinjure +preinjurious +preinjury +preinquisition +preinscribe +preinscription +preinsert +preinsertion +preinsinuate +preinsinuating +preinsinuatingly +preinsinuation +preinsinuative +preinspect +preinspection +preinspector +preinspire +preinstall +preinstallation +preinstill +preinstillation +preinstruct +preinstruction +preinstructional +preinstructive +preinsula +preinsular +preinsulate +preinsulation +preinsult +preinsurance +preinsure +preintellectual +preintelligence +preintelligent +preintelligently +preintend +preintention +preintercede +preintercession +preinterchange +preintercourse +preinterest +preinterfere +preinterference +preinterpret +preinterpretation +preinterpretative +preinterview +preintone +preinvent +preinvention +preinventive +preinventory +preinvest +preinvestigate +preinvestigation +preinvestigator +preinvestment +preinvitation +preinvite +preinvocation +preinvolve +preinvolvement +preiotization +preiotize +preirrigation +preirrigational +preissuance +preissue +prejacent +prejournalistic +prejudge +prejudgement +prejudger +prejudgment +prejudication +prejudicative +prejudicator +prejudice +prejudiced +prejudicedly +prejudiceless +prejudiciable +prejudicial +prejudicially +prejudicialness +prejudicious +prejudiciously +prejunior +prejurisdiction +prejustification +prejustify +prejuvenile +Prekantian +prekindergarten +prekindle +preknit +preknow +preknowledge +prelabel +prelabial +prelabor +prelabrum +prelachrymal +prelacrimal +prelacteal +prelacy +prelanguage +prelapsarian +prelate +prelatehood +prelateship +prelatess +prelatial +prelatic +prelatical +prelatically +prelaticalness +prelation +prelatish +prelatism +prelatist +prelatize +prelatry +prelature +prelaunch +prelaunching +prelawful +prelawfully +prelawfulness +prelease +prelect +prelection +prelector +prelectorship +prelectress +prelecture +prelegacy +prelegal +prelegate +prelegatee +prelegend +prelegendary +prelegislative +preliability +preliable +prelibation +preliberal +preliberality +preliberally +preliberate +preliberation +prelicense +prelim +preliminarily +preliminary +prelimit +prelimitate +prelimitation +prelingual +prelinguistic +prelinpinpin +preliquidate +preliquidation +preliteral +preliterally +preliteralness +preliterary +preliterate +preliterature +prelithic +prelitigation +preloan +prelocalization +prelocate +prelogic +prelogical +preloral +preloreal +preloss +prelude +preluder +preludial +preludious +preludiously +preludium +preludize +prelumbar +prelusion +prelusive +prelusively +prelusorily +prelusory +preluxurious +premachine +premadness +premaintain +premaintenance +premake +premaker +premaking +premandibular +premanhood +premaniacal +premanifest +premanifestation +premankind +premanufacture +premanufacturer +premanufacturing +premarital +premarriage +premarry +premastery +prematch +premate +prematerial +prematernity +prematrimonial +prematuration +premature +prematurely +prematureness +prematurity +premaxilla +premaxillary +premeasure +premeasurement +premechanical +premedia +premedial +premedian +premedic +premedical +premedicate +premedication +premedieval +premedievalism +premeditate +premeditatedly +premeditatedness +premeditatingly +premeditation +premeditative +premeditator +premegalithic +prememorandum +premenace +premenstrual +premention +premeridian +premerit +premetallic +premethodical +premial +premiant +premiate +premidnight +premidsummer +premier +premieral +premiere +premieress +premierjus +premiership +premilitary +premillenarian +premillenarianism +premillennial +premillennialism +premillennialist +premillennialize +premillennially +premillennian +preminister +preministry +premious +premisal +premise +premisory +premisrepresent +premisrepresentation +premiss +premium +premix +premixer +premixture +premodel +premodern +premodification +premodify +premolar +premold +premolder +premolding +premonarchial +premonetary +Premongolian +premonish +premonishment +premonition +premonitive +premonitor +premonitorily +premonitory +premonopolize +premonopoly +Premonstrant +Premonstratensian +premonumental +premoral +premorality +premorally +premorbid +premorbidly +premorbidness +premorning +premorse +premortal +premortification +premortify +premortuary +premosaic +premotion +premourn +premove +premovement +premover +premuddle +premultiplication +premultiplier +premultiply +premundane +premunicipal +premunition +premunitory +premusical +premuster +premutative +premutiny +premycotic +premyelocyte +premythical +prename +Prenanthes +prenares +prenarial +prenaris +prenasal +prenatal +prenatalist +prenatally +prenational +prenative +prenatural +prenaval +prender +prendre +prenebular +prenecessitate +preneglect +preneglectful +prenegligence +prenegligent +prenegotiate +prenegotiation +preneolithic +prenephritic +preneural +preneuralgic +prenight +prenoble +prenodal +prenominal +prenominate +prenomination +prenominical +prenotation +prenotice +prenotification +prenotify +prenotion +prentice +prenticeship +prenumber +prenumbering +prenuncial +prenuptial +prenursery +preobedience +preobedient +preobject +preobjection +preobjective +preobligate +preobligation +preoblige +preobservance +preobservation +preobservational +preobserve +preobstruct +preobstruction +preobtain +preobtainable +preobtrude +preobtrusion +preobtrusive +preobviate +preobvious +preobviously +preobviousness +preoccasioned +preoccipital +preocclusion +preoccultation +preoccupancy +preoccupant +preoccupate +preoccupation +preoccupative +preoccupied +preoccupiedly +preoccupiedness +preoccupier +preoccupy +preoccur +preoccurrence +preoceanic +preocular +preodorous +preoffend +preoffense +preoffensive +preoffensively +preoffensiveness +preoffer +preoffering +preofficial +preofficially +preominate +preomission +preomit +preopen +preopening +preoperate +preoperation +preoperative +preoperatively +preoperator +preopercle +preopercular +preoperculum +preopinion +preopinionated +preoppose +preopposition +preoppress +preoppression +preoppressor +preoptic +preoptimistic +preoption +preoral +preorally +preorbital +preordain +preorder +preordination +preorganic +preorganization +preorganize +preoriginal +preoriginally +preornamental +preoutfit +preoutline +preoverthrow +prep +prepainful +prepalatal +prepalatine +prepaleolithic +prepanic +preparable +preparation +preparationist +preparative +preparatively +preparator +preparatorily +preparatory +prepardon +prepare +prepared +preparedly +preparedness +preparement +preparental +preparer +preparietal +preparingly +preparliamentary +preparoccipital +preparoxysmal +prepartake +preparticipation +prepartisan +prepartition +prepartnership +prepatellar +prepatent +prepatriotic +prepave +prepavement +prepay +prepayable +prepayment +prepeduncle +prepenetrate +prepenetration +prepenial +prepense +prepensely +prepeople +preperceive +preperception +preperceptive +preperitoneal +prepersuade +prepersuasion +prepersuasive +preperusal +preperuse +prepetition +prephragma +prephthisical +prepigmental +prepink +prepious +prepituitary +preplace +preplacement +preplacental +preplan +preplant +prepledge +preplot +prepoetic +prepoetical +prepoison +prepolice +prepolish +prepolitic +prepolitical +prepolitically +prepollence +prepollency +prepollent +prepollex +preponder +preponderance +preponderancy +preponderant +preponderantly +preponderate +preponderately +preponderating +preponderatingly +preponderation +preponderous +preponderously +prepontile +prepontine +preportray +preportrayal +prepose +preposition +prepositional +prepositionally +prepositive +prepositively +prepositor +prepositorial +prepositure +prepossess +prepossessed +prepossessing +prepossessingly +prepossessingness +prepossession +prepossessionary +prepossessor +preposterous +preposterously +preposterousness +prepostorship +prepotence +prepotency +prepotent +prepotential +prepotently +prepractical +prepractice +preprandial +prepreference +prepreparation +preprice +preprimary +preprimer +preprimitive +preprint +preprofess +preprofessional +preprohibition +prepromise +prepromote +prepromotion +prepronounce +prepronouncement +preprophetic +preprostatic +preprove +preprovide +preprovision +preprovocation +preprovoke +preprudent +preprudently +prepsychological +prepsychology +prepuberal +prepubertal +prepuberty +prepubescent +prepubic +prepubis +prepublication +prepublish +prepuce +prepunctual +prepunish +prepunishment +prepupa +prepupal +prepurchase +prepurchaser +prepurpose +preputial +preputium +prepyloric +prepyramidal +prequalification +prequalify +prequarantine +prequestion +prequotation +prequote +preracing +preradio +prerailroad +prerailroadite +prerailway +preramus +prerational +prereadiness +preready +prerealization +prerealize +prerebellion +prereceipt +prereceive +prereceiver +prerecital +prerecite +prereckon +prereckoning +prerecognition +prerecognize +prerecommend +prerecommendation +prereconcile +prereconcilement +prereconciliation +prerectal +preredeem +preredemption +prereduction +prerefer +prereference +prerefine +prerefinement +prereform +prereformation +prereformatory +prerefusal +prerefuse +preregal +preregister +preregistration +preregulate +preregulation +prereject +prerejection +prerejoice +prerelate +prerelation +prerelationship +prerelease +prereligious +prereluctation +preremit +preremittance +preremorse +preremote +preremoval +preremove +preremunerate +preremuneration +prerenal +prerent +prerental +prereport +prerepresent +prerepresentation +prereption +prerepublican +prerequest +prerequire +prerequirement +prerequisite +prerequisition +preresemblance +preresemble +preresolve +preresort +prerespectability +prerespectable +prerespiration +prerespire +preresponsibility +preresponsible +prerestoration +prerestrain +prerestraint +prerestrict +prerestriction +prereturn +prereveal +prerevelation +prerevenge +prereversal +prereverse +prereview +prerevise +prerevision +prerevival +prerevolutionary +prerheumatic +prerich +prerighteous +prerighteously +prerighteousness +prerogatival +prerogative +prerogatived +prerogatively +prerogativity +prerolandic +preromantic +preromanticism +preroute +preroutine +preroyal +preroyally +preroyalty +prerupt +preruption +presacral +presacrifice +presacrificial +presage +presageful +presagefully +presager +presagient +presaging +presagingly +presalvation +presanctification +presanctified +presanctify +presanguine +presanitary +presartorial +presatisfaction +presatisfactory +presatisfy +presavage +presavagery +presay +presbyacousia +presbyacusia +presbycousis +presbycusis +presbyope +presbyophrenia +presbyophrenic +presbyopia +presbyopic +presbyopy +presbyte +presbyter +presbyteral +presbyterate +presbyterated +presbyteress +presbyteria +presbyterial +presbyterially +Presbyterian +Presbyterianism +Presbyterianize +Presbyterianly +presbyterium +presbytership +presbytery +presbytia +presbytic +Presbytinae +Presbytis +presbytism +prescapula +prescapular +prescapularis +prescholastic +preschool +prescience +prescient +prescientific +presciently +prescind +prescindent +prescission +prescored +prescout +prescribable +prescribe +prescriber +prescript +prescriptibility +prescriptible +prescription +prescriptionist +prescriptive +prescriptively +prescriptiveness +prescriptorial +prescrive +prescutal +prescutum +preseal +presearch +preseason +preseasonal +presecular +presecure +presee +preselect +presell +preseminal +preseminary +presence +presenced +presenceless +presenile +presenility +presensation +presension +present +presentability +presentable +presentableness +presentably +presental +presentation +presentational +presentationism +presentationist +presentative +presentatively +presentee +presentence +presenter +presential +presentiality +presentially +presentialness +presentient +presentiment +presentimental +presentist +presentive +presentively +presentiveness +presently +presentment +presentness +presentor +preseparate +preseparation +preseparator +preservability +preservable +preserval +preservation +preservationist +preservative +preservatize +preservatory +preserve +preserver +preserveress +preses +presession +preset +presettle +presettlement +presexual +preshadow +preshape +preshare +presharpen +preshelter +preship +preshipment +preshortage +preshorten +preshow +preside +presidence +presidencia +presidency +president +presidente +presidentess +presidential +presidentially +presidentiary +presidentship +presider +presidial +presidially +presidiary +presidio +presidium +presift +presign +presignal +presignificance +presignificancy +presignificant +presignification +presignificative +presignificator +presignify +presimian +preslavery +Presley +presmooth +presocial +presocialism +presocialist +presolar +presolicit +presolicitation +presolution +presolve +presophomore +presound +prespecialist +prespecialize +prespecific +prespecifically +prespecification +prespecify +prespeculate +prespeculation +presphenoid +presphenoidal +presphygmic +prespinal +prespinous +prespiracular +presplendor +presplenomegalic +prespoil +prespontaneity +prespontaneous +prespontaneously +prespread +presprinkle +prespur +press +pressable +pressboard +pressdom +pressel +presser +pressfat +pressful +pressgang +pressible +pressing +pressingly +pressingness +pression +pressive +pressman +pressmanship +pressmark +pressor +presspack +pressroom +pressurage +pressural +pressure +pressureless +pressureproof +pressurize +pressurizer +presswoman +presswork +pressworker +prest +prestabilism +prestability +prestable +prestamp +prestandard +prestandardization +prestandardize +prestant +prestate +prestation +prestatistical +presteam +presteel +prester +presternal +presternum +prestidigital +prestidigitate +prestidigitation +prestidigitator +prestidigitatorial +prestige +prestigiate +prestigiation +prestigiator +prestigious +prestigiously +prestigiousness +prestimulate +prestimulation +prestimulus +prestissimo +presto +prestock +prestomial +prestomium +prestorage +prestore +prestraighten +prestrain +prestrengthen +prestress +prestretch +prestricken +prestruggle +prestubborn +prestudious +prestudiously +prestudiousness +prestudy +presubdue +presubiculum +presubject +presubjection +presubmission +presubmit +presubordinate +presubordination +presubscribe +presubscriber +presubscription +presubsist +presubsistence +presubsistent +presubstantial +presubstitute +presubstitution +presuccess +presuccessful +presuccessfully +presuffer +presuffering +presufficiency +presufficient +presufficiently +presuffrage +presuggest +presuggestion +presuggestive +presuitability +presuitable +presuitably +presumable +presumably +presume +presumedly +presumer +presuming +presumption +presumptious +presumptiously +presumptive +presumptively +presumptuous +presumptuously +presumptuousness +presuperficial +presuperficiality +presuperficially +presuperfluity +presuperfluous +presuperfluously +presuperintendence +presuperintendency +presupervise +presupervision +presupervisor +presupplemental +presupplementary +presupplicate +presupplication +presupply +presupport +presupposal +presuppose +presupposition +presuppositionless +presuppress +presuppression +presuppurative +presupremacy +presupreme +presurgery +presurgical +presurmise +presurprisal +presurprise +presurrender +presurround +presurvey +presusceptibility +presusceptible +presuspect +presuspend +presuspension +presuspicion +presuspicious +presuspiciously +presuspiciousness +presustain +presutural +preswallow +presylvian +presympathize +presympathy +presymphonic +presymphony +presymphysial +presymptom +presymptomatic +presynapsis +presynaptic +presystematic +presystematically +presystole +presystolic +pretabulate +pretabulation +pretan +pretangible +pretangibly +pretannage +pretardily +pretardiness +pretardy +pretariff +pretaste +preteach +pretechnical +pretechnically +pretelegraph +pretelegraphic +pretelephone +pretelephonic +pretell +pretemperate +pretemperately +pretemporal +pretend +pretendant +pretended +pretendedly +pretender +Pretenderism +pretendership +pretendingly +pretendingness +pretense +pretenseful +pretenseless +pretension +pretensional +pretensionless +pretensive +pretensively +pretensiveness +pretentative +pretentious +pretentiously +pretentiousness +pretercanine +preterchristian +preterconventional +preterdetermined +preterdeterminedly +preterdiplomatic +preterdiplomatically +preterequine +preteressential +pretergress +pretergression +preterhuman +preterience +preterient +preterintentional +preterist +preterit +preteriteness +preterition +preteritive +preteritness +preterlabent +preterlegal +preterlethal +preterminal +pretermission +pretermit +pretermitter +preternative +preternatural +preternaturalism +preternaturalist +preternaturality +preternaturally +preternaturalness +preternormal +preternotorious +preternuptial +preterpluperfect +preterpolitical +preterrational +preterregular +preterrestrial +preterritorial +preterroyal +preterscriptural +preterseasonable +pretersensual +pretervection +pretest +pretestify +pretestimony +pretext +pretexted +pretextuous +pretheological +prethoracic +prethoughtful +prethoughtfully +prethoughtfulness +prethreaten +prethrill +prethrust +pretibial +pretimeliness +pretimely +pretincture +pretire +pretoken +pretone +pretonic +pretorial +pretorship +pretorsional +pretorture +pretournament +pretrace +pretracheal +pretraditional +pretrain +pretraining +pretransact +pretransaction +pretranscribe +pretranscription +pretranslate +pretranslation +pretransmission +pretransmit +pretransport +pretransportation +pretravel +pretreat +pretreatment +pretreaty +pretrematic +pretribal +pretry +prettification +prettifier +prettify +prettikin +prettily +prettiness +pretty +prettyface +prettyish +prettyism +pretubercular +pretuberculous +pretympanic +pretyphoid +pretypify +pretypographical +pretyrannical +pretyranny +pretzel +preultimate +preultimately +preumbonal +preunderstand +preundertake +preunion +preunite +preutilizable +preutilization +preutilize +prevacate +prevacation +prevaccinate +prevaccination +prevail +prevailance +prevailer +prevailingly +prevailingness +prevailment +prevalence +prevalency +prevalent +prevalently +prevalentness +prevalescence +prevalescent +prevalid +prevalidity +prevalidly +prevaluation +prevalue +prevariation +prevaricate +prevarication +prevaricator +prevaricatory +prevascular +prevegetation +prevelar +prevenance +prevenancy +prevene +prevenience +prevenient +preveniently +prevent +preventability +preventable +preventative +preventer +preventible +preventingly +prevention +preventionism +preventionist +preventive +preventively +preventiveness +preventorium +preventure +preverb +preverbal +preverification +preverify +prevernal +preversion +prevertebral +prevesical +preveto +previctorious +previde +previdence +preview +previgilance +previgilant +previgilantly +previolate +previolation +previous +previously +previousness +previse +previsibility +previsible +previsibly +prevision +previsional +previsit +previsitor +previsive +previsor +prevocal +prevocalic +prevocally +prevocational +prevogue +prevoid +prevoidance +prevolitional +prevolunteer +prevomer +prevotal +prevote +prevoyance +prevoyant +prevue +prewar +prewarn +prewarrant +prewash +preweigh +prewelcome +prewhip +prewilling +prewillingly +prewillingness +prewire +prewireless +prewitness +prewonder +prewonderment +preworldliness +preworldly +preworship +preworthily +preworthiness +preworthy +prewound +prewrap +prexy +prey +preyer +preyful +preyingly +preyouthful +prezonal +prezone +prezygapophysial +prezygapophysis +prezygomatic +Pria +priacanthid +Priacanthidae +priacanthine +Priacanthus +Priapean +Priapic +priapism +Priapulacea +priapulid +Priapulida +Priapulidae +priapuloid +Priapuloidea +Priapulus +Priapus +Priapusian +Price +price +priceable +priceably +priced +priceite +priceless +pricelessness +pricer +prich +prick +prickant +pricked +pricker +pricket +prickfoot +pricking +prickingly +prickish +prickle +prickleback +prickled +pricklefish +prickless +prickliness +prickling +pricklingly +pricklouse +prickly +pricklyback +prickmadam +prickmedainty +prickproof +pricks +prickseam +prickshot +prickspur +pricktimber +prickwood +pricky +pride +prideful +pridefully +pridefulness +prideless +pridelessly +prideling +prideweed +pridian +priding +pridingly +pridy +pried +prier +priest +priestal +priestcap +priestcraft +priestdom +priesteen +priestery +priestess +priestfish +priesthood +priestianity +priestish +priestism +priestless +priestlet +priestlike +priestliness +priestling +priestly +priestship +priestshire +prig +prigdom +prigger +priggery +priggess +priggish +priggishly +priggishness +priggism +prighood +prigman +prill +prillion +prim +prima +primacy +primage +primal +primality +primar +primarian +primaried +primarily +primariness +primary +primatal +primate +Primates +primateship +primatial +primatic +primatical +primavera +primaveral +prime +primegilt +primely +primeness +primer +primero +primerole +primeval +primevalism +primevally +primeverose +primevity +primevous +primevrin +Primianist +primigene +primigenial +primigenian +primigenious +primigenous +primigravida +primine +priming +primipara +primiparity +primiparous +primipilar +primitiae +primitial +primitias +primitive +primitively +primitivism +primitivist +primitivistic +primitivity +primly +primness +primogenetrix +primogenial +primogenital +primogenitary +primogenitive +primogenitor +primogeniture +primogenitureship +primogenous +primoprime +primoprimitive +primordality +primordia +primordial +primordialism +primordially +primordiate +primordium +primosity +primost +primp +primrose +primrosed +primrosetide +primrosetime +primrosy +primsie +Primula +primula +Primulaceae +primulaceous +Primulales +primulaverin +primulaveroside +primulic +primuline +Primulinus +Primus +primus +primwort +primy +prince +princeage +princecraft +princedom +princehood +Princeite +princekin +princeless +princelet +princelike +princeliness +princeling +princely +princeps +princeship +princess +princessdom +princesse +princesslike +princessly +princewood +princified +princify +principal +principality +principally +principalness +principalship +principate +Principes +principes +principia +principiant +principiate +principiation +principium +principle +principulus +princock +princox +prine +pringle +prink +prinker +prinkle +prinky +print +printability +printable +printableness +printed +printer +printerdom +printerlike +printery +printing +printless +printline +printscript +printworks +Priodon +priodont +Priodontes +prion +prionid +Prionidae +Prioninae +prionine +Prionodesmacea +prionodesmacean +prionodesmaceous +prionodesmatic +Prionodon +prionodont +Prionopinae +prionopine +Prionops +Prionus +prior +prioracy +prioral +priorate +prioress +prioristic +prioristically +priorite +priority +priorly +priorship +priory +prisable +prisage +prisal +priscan +Priscian +Priscianist +Priscilla +Priscillian +Priscillianism +Priscillianist +prism +prismal +prismatic +prismatical +prismatically +prismatization +prismatize +prismatoid +prismatoidal +prismed +prismoid +prismoidal +prismy +prisometer +prison +prisonable +prisondom +prisoner +prisonful +prisonlike +prisonment +prisonous +priss +prissily +prissiness +prissy +pristane +pristine +Pristipomatidae +Pristipomidae +Pristis +Pristodus +pritch +Pritchardia +pritchel +prithee +prius +privacity +privacy +privant +private +privateer +privateersman +privately +privateness +privation +privative +privatively +privativeness +privet +privilege +privileged +privileger +privily +priviness +privity +privy +prizable +prize +prizeable +prizeholder +prizeman +prizer +prizery +prizetaker +prizeworthy +pro +proa +proabolitionist +proabsolutism +proabsolutist +proabstinence +proacademic +proacceptance +proacquisition +proacquittal +proaction +proactor +proaddition +proadjournment +proadministration +proadmission +proadoption +proadvertising +proaesthetic +proaggressionist +proagitation +proagrarian +proagreement +proagricultural +proagule +proairesis +proairplane +proal +proalcoholism +proalien +proalliance +proallotment +proalteration +proamateur +proambient +proamendment +proamnion +proamniotic +proamusement +proanaphora +proanaphoral +proanarchic +proangiosperm +proangiospermic +proangiospermous +proanimistic +proannexation +proannexationist +proantarctic +proanthropos +proapostolic +proappointment +proapportionment +proappreciation +proappropriation +proapproval +proaquatic +proarbitration +proarbitrationist +proarchery +proarctic +proaristocratic +proarmy +Proarthri +proassessment +proassociation +proatheist +proatheistic +proathletic +proatlas +proattack +proattendance +proauction +proaudience +proaulion +proauthor +proauthority +proautomobile +proavian +proaviation +Proavis +proaward +prob +probabiliorism +probabiliorist +probabilism +probabilist +probabilistic +probability +probabilize +probabl +probable +probableness +probably +probachelor +probal +proballoon +probang +probanishment +probankruptcy +probant +probargaining +probaseball +probasketball +probate +probathing +probatical +probation +probational +probationary +probationer +probationerhood +probationership +probationism +probationist +probationship +probative +probatively +probator +probatory +probattle +probattleship +probe +probeable +probeer +prober +probetting +probiology +probituminous +probity +problem +problematic +problematical +problematically +problematist +problematize +problemdom +problemist +problemistic +problemize +problemwise +problockade +probonding +probonus +proborrowing +proboscidal +proboscidate +Proboscidea +proboscidean +proboscideous +proboscides +proboscidial +proboscidian +proboscidiferous +proboscidiform +probosciform +probosciformed +Probosciger +proboscis +proboscislike +probouleutic +proboulevard +probowling +proboxing +proboycott +probrick +probridge +probroadcasting +probudget +probudgeting +probuilding +probusiness +probuying +procacious +procaciously +procacity +procaine +procambial +procambium +procanal +procancellation +procapital +procapitalism +procapitalist +procarnival +procarp +procarpium +procarrier +procatalectic +procatalepsis +procatarctic +procatarxis +procathedral +Procavia +Procaviidae +procedendo +procedural +procedure +proceed +proceeder +proceeding +proceeds +proceleusmatic +Procellaria +procellarian +procellarid +Procellariidae +Procellariiformes +procellariine +procellas +procello +procellose +procellous +procensorship +procensure +procentralization +procephalic +procercoid +procereal +procerebral +procerebrum +proceremonial +proceremonialism +proceremonialist +proceres +procerite +proceritic +procerity +procerus +process +processal +procession +processional +processionalist +processionally +processionary +processioner +processionist +processionize +processionwise +processive +processor +processual +procharity +prochein +prochemical +prochlorite +prochondral +prochoos +prochordal +prochorion +prochorionic +prochromosome +prochronic +prochronism +prochronize +prochurch +prochurchian +procidence +procident +procidentia +procivic +procivilian +procivism +proclaim +proclaimable +proclaimant +proclaimer +proclaiming +proclaimingly +proclamation +proclamator +proclamatory +proclassic +proclassical +proclergy +proclerical +proclericalism +procline +proclisis +proclitic +proclive +proclivitous +proclivity +proclivous +proclivousness +Procne +procnemial +Procoelia +procoelia +procoelian +procoelous +procoercive +procollectivistic +procollegiate +procombat +procombination +procomedy +procommemoration +procomment +procommercial +procommission +procommittee +procommunal +procommunism +procommunist +procommutation +procompensation +procompetition +procompromise +procompulsion +proconcentration +proconcession +proconciliation +procondemnation +proconfederationist +proconference +proconfession +proconfessionist +proconfiscation +proconformity +Proconnesian +proconquest +proconscription +proconscriptive +proconservation +proconservationist +proconsolidation +proconstitutional +proconstitutionalism +proconsul +proconsular +proconsulary +proconsulate +proconsulship +proconsultation +procontinuation +proconvention +proconventional +proconviction +procoracoid +procoracoidal +procorporation +procosmetic +procosmopolitan +procotton +procourt +procrastinate +procrastinating +procrastinatingly +procrastination +procrastinative +procrastinatively +procrastinator +procrastinatory +procreant +procreate +procreation +procreative +procreativeness +procreator +procreatory +procreatress +procreatrix +procremation +Procris +procritic +procritique +Procrustean +Procrusteanism +Procrusteanize +Procrustes +procrypsis +procryptic +procryptically +proctal +proctalgia +proctalgy +proctatresia +proctatresy +proctectasia +proctectomy +procteurynter +proctitis +proctocele +proctoclysis +proctocolitis +proctocolonoscopy +proctocystoplasty +proctocystotomy +proctodaeal +proctodaeum +proctodynia +proctoelytroplastic +proctologic +proctological +proctologist +proctology +proctoparalysis +proctoplastic +proctoplasty +proctoplegia +proctopolypus +proctoptoma +proctoptosis +proctor +proctorage +proctoral +proctorial +proctorially +proctorical +proctorization +proctorize +proctorling +proctorrhagia +proctorrhaphy +proctorrhea +proctorship +proctoscope +proctoscopic +proctoscopy +proctosigmoidectomy +proctosigmoiditis +proctospasm +proctostenosis +proctostomy +proctotome +proctotomy +proctotresia +proctotrypid +Proctotrypidae +proctotrypoid +Proctotrypoidea +proctovalvotomy +Proculian +procumbent +procurable +procuracy +procural +procurance +procurate +procuration +procurative +procurator +procuratorate +procuratorial +procuratorship +procuratory +procuratrix +procure +procurement +procurer +procuress +procurrent +procursive +procurvation +procurved +Procyon +Procyonidae +procyoniform +Procyoniformia +Procyoninae +procyonine +proczarist +prod +prodatary +prodder +proddle +prodecoration +prodefault +prodefiance +prodelay +prodelision +prodemocratic +Prodenia +prodenominational +prodentine +prodeportation +prodespotic +prodespotism +prodialogue +prodigal +prodigalish +prodigalism +prodigality +prodigalize +prodigally +prodigiosity +prodigious +prodigiously +prodigiousness +prodigus +prodigy +prodisarmament +prodisplay +prodissoconch +prodissolution +prodistribution +prodition +proditorious +proditoriously +prodivision +prodivorce +prodproof +prodramatic +prodroma +prodromal +prodromatic +prodromatically +prodrome +prodromic +prodromous +prodromus +producal +produce +produceable +produceableness +produced +producent +producer +producership +producibility +producible +producibleness +product +producted +productibility +productible +productid +Productidae +productile +production +productional +productionist +productive +productively +productiveness +productivity +productoid +productor +productory +productress +Productus +proecclesiastical +proeconomy +proeducation +proeducational +proegumenal +proelectric +proelectrical +proelectrification +proelectrocution +proelimination +proem +proembryo +proembryonic +proemial +proemium +proemployee +proemptosis +proenforcement +proenlargement +proenzym +proenzyme +proepimeron +proepiscopist +proepisternum +proequality +proethical +proethnic +proethnically +proetid +Proetidae +Proetus +proevolution +proevolutionist +proexamination +proexecutive +proexemption +proexercise +proexperiment +proexpert +proexporting +proexposure +proextension +proextravagance +prof +profaculty +profanable +profanableness +profanably +profanation +profanatory +profanchise +profane +profanely +profanement +profaneness +profaner +profanism +profanity +profanize +profarmer +profection +profectional +profectitious +profederation +profeminism +profeminist +proferment +profert +profess +professable +professed +professedly +profession +professional +professionalism +professionalist +professionality +professionalization +professionalize +professionally +professionist +professionize +professionless +professive +professively +professor +professorate +professordom +professoress +professorial +professorialism +professorially +professoriate +professorlike +professorling +professorship +professory +proffer +profferer +proficience +proficiency +proficient +proficiently +proficientness +profiction +proficuous +proficuously +profile +profiler +profilist +profilograph +profit +profitability +profitable +profitableness +profitably +profiteer +profiteering +profiter +profiting +profitless +profitlessly +profitlessness +profitmonger +profitmongering +profitproof +proflated +proflavine +profligacy +profligate +profligately +profligateness +profligation +proflogger +profluence +profluent +profluvious +profluvium +proforeign +profound +profoundly +profoundness +profraternity +profugate +profulgent +profunda +profundity +profuse +profusely +profuseness +profusion +profusive +profusively +profusiveness +prog +progambling +progamete +progamic +proganosaur +Proganosauria +progenerate +progeneration +progenerative +progenital +progenitive +progenitiveness +progenitor +progenitorial +progenitorship +progenitress +progenitrix +progeniture +progenity +progeny +progeotropic +progeotropism +progeria +progermination +progestational +progesterone +progestin +progger +proglottic +proglottid +proglottidean +proglottis +prognathi +prognathic +prognathism +prognathous +prognathy +progne +prognose +prognosis +prognostic +prognosticable +prognostically +prognosticate +prognostication +prognosticative +prognosticator +prognosticatory +progoneate +progospel +progovernment +program +programist +programistic +programma +programmar +programmatic +programmatically +programmatist +programmer +progrede +progrediency +progredient +progress +progresser +progression +progressional +progressionally +progressionary +progressionism +progressionist +progressism +progressist +progressive +progressively +progressiveness +progressivism +progressivist +progressivity +progressor +proguardian +Progymnasium +progymnosperm +progymnospermic +progymnospermous +progypsy +prohaste +prohibit +prohibiter +prohibition +prohibitionary +prohibitionism +prohibitionist +prohibitive +prohibitively +prohibitiveness +prohibitor +prohibitorily +prohibitory +proholiday +prohostility +prohuman +prohumanistic +prohydrotropic +prohydrotropism +proidealistic +proimmunity +proinclusion +proincrease +proindemnity +proindustrial +proinjunction +proinnovationist +proinquiry +proinsurance +prointervention +proinvestment +proirrigation +projacient +project +projectable +projectedly +projectile +projecting +projectingly +projection +projectional +projectionist +projective +projectively +projectivity +projector +projectress +projectrix +projecture +projicience +projicient +projiciently +projournalistic +projudicial +proke +prokeimenon +proker +prokindergarten +proklausis +prolabium +prolabor +prolacrosse +prolactin +prolamin +prolan +prolapse +prolapsus +prolarva +prolarval +prolate +prolately +prolateness +prolation +prolative +prolatively +proleague +proleaguer +prolectite +proleg +prolegate +prolegislative +prolegomena +prolegomenal +prolegomenary +prolegomenist +prolegomenon +prolegomenous +proleniency +prolepsis +proleptic +proleptical +proleptically +proleptics +proletairism +proletarian +proletarianism +proletarianization +proletarianize +proletarianly +proletarianness +proletariat +proletariatism +proletarization +proletarize +proletary +proletcult +proleucocyte +proleukocyte +prolicense +prolicidal +prolicide +proliferant +proliferate +proliferation +proliferative +proliferous +proliferously +prolific +prolificacy +prolifical +prolifically +prolificalness +prolificate +prolification +prolificity +prolificly +prolificness +prolificy +prolify +proligerous +proline +proliquor +proliterary +proliturgical +proliturgist +prolix +prolixity +prolixly +prolixness +prolocution +prolocutor +prolocutorship +prolocutress +prolocutrix +prologist +prologize +prologizer +prologos +prologue +prologuelike +prologuer +prologuist +prologuize +prologuizer +prologus +prolong +prolongable +prolongableness +prolongably +prolongate +prolongation +prolonge +prolonger +prolongment +prolusion +prolusionize +prolusory +prolyl +promachinery +promachos +promagisterial +promagistracy +promagistrate +promajority +promammal +Promammalia +promammalian +promarriage +promatrimonial +promatrimonialist +promaximum +promemorial +promenade +promenader +promenaderess +promercantile +promercy +promerger +promeristem +promerit +promeritor +Promethea +Promethean +Prometheus +promethium +promic +promilitarism +promilitarist +promilitary +prominence +prominency +prominent +prominently +prominimum +proministry +prominority +promisable +promiscuity +promiscuous +promiscuously +promiscuousness +promise +promisee +promiseful +promiseless +promisemonger +promiseproof +promiser +promising +promisingly +promisingness +promisor +promissionary +promissive +promissor +promissorily +promissory +promitosis +promittor +promnesia +promoderation +promoderationist +promodernist +promodernistic +promonarchic +promonarchical +promonarchicalness +promonarchist +promonopolist +promonopoly +promontoried +promontory +promoral +promorph +promorphological +promorphologically +promorphologist +promorphology +promotable +promote +promotement +promoter +promotion +promotional +promotive +promotiveness +promotor +promotorial +promotress +promotrix +promovable +promovent +prompt +promptbook +prompter +promptitude +promptive +promptly +promptness +promptress +promptuary +prompture +promulgate +promulgation +promulgator +promulge +promulger +promuscidate +promuscis +promycelial +promycelium +promythic +pronaos +pronate +pronation +pronational +pronationalism +pronationalist +pronationalistic +pronative +pronatoflexor +pronator +pronaval +pronavy +prone +pronegotiation +pronegro +pronegroism +pronely +proneness +pronephric +pronephridiostome +pronephron +pronephros +proneur +prong +prongbuck +pronged +pronger +pronghorn +pronglike +pronic +pronograde +pronominal +pronominalize +pronominally +pronomination +pronotal +pronotum +pronoun +pronounal +pronounce +pronounceable +pronounced +pronouncedly +pronouncement +pronounceness +pronouncer +pronpl +pronto +Pronuba +pronuba +pronubial +pronuclear +pronucleus +pronumber +pronunciability +pronunciable +pronuncial +pronunciamento +pronunciation +pronunciative +pronunciator +pronunciatory +pronymph +pronymphal +proo +prooemiac +prooemion +prooemium +proof +proofer +proofful +proofing +proofless +prooflessly +proofness +proofread +proofreader +proofreading +proofroom +proofy +prop +propadiene +propaedeutic +propaedeutical +propaedeutics +propagability +propagable +propagableness +propagand +propaganda +propagandic +propagandism +propagandist +propagandistic +propagandistically +propagandize +propagate +propagation +propagational +propagative +propagator +propagatory +propagatress +propago +propagulum +propale +propalinal +propane +propanedicarboxylic +propanol +propanone +propapist +proparasceve +propargyl +propargylic +Proparia +proparian +proparliamental +proparoxytone +proparoxytonic +proparticipation +propatagial +propatagian +propatagium +propatriotic +propatriotism +propatronage +propayment +propellable +propellant +propellent +propeller +propelment +propend +propendent +propene +propenoic +propense +propensely +propenseness +propension +propensitude +propensity +propenyl +propenylic +proper +properispome +properispomenon +properitoneal +properly +properness +propertied +property +propertyless +propertyship +propessimism +propessimist +prophase +prophasis +prophecy +prophecymonger +prophesiable +prophesier +prophesy +prophet +prophetess +prophethood +prophetic +prophetical +propheticality +prophetically +propheticalness +propheticism +propheticly +prophetism +prophetize +prophetless +prophetlike +prophetry +prophetship +prophilosophical +prophloem +prophoric +prophototropic +prophototropism +prophylactic +prophylactical +prophylactically +prophylaxis +prophylaxy +prophyll +prophyllum +propination +propine +propinoic +propinquant +propinque +propinquity +propinquous +propiolaldehyde +propiolate +propiolic +propionate +propione +Propionibacterieae +Propionibacterium +propionic +propionitril +propionitrile +propionyl +Propithecus +propitiable +propitial +propitiate +propitiatingly +propitiation +propitiative +propitiator +propitiatorily +propitiatory +propitious +propitiously +propitiousness +proplasm +proplasma +proplastic +propless +propleural +propleuron +proplex +proplexus +Propliopithecus +propodeal +propodeon +propodeum +propodial +propodiale +propodite +propoditic +propodium +propolis +propolitical +propolization +propolize +propone +proponement +proponent +proponer +propons +Propontic +propooling +propopery +proportion +proportionability +proportionable +proportionableness +proportionably +proportional +proportionalism +proportionality +proportionally +proportionate +proportionately +proportionateness +proportioned +proportioner +proportionless +proportionment +proposable +proposal +proposant +propose +proposer +proposition +propositional +propositionally +propositionize +propositus +propound +propounder +propoundment +propoxy +proppage +propper +propraetor +propraetorial +propraetorian +proprecedent +propriation +proprietage +proprietarian +proprietariat +proprietarily +proprietary +proprietor +proprietorial +proprietorially +proprietorship +proprietory +proprietous +proprietress +proprietrix +propriety +proprioception +proprioceptive +proprioceptor +propriospinal +proprium +proprivilege +proproctor +proprofit +proprovincial +proprovost +props +propterygial +propterygium +proptosed +proptosis +propublication +propublicity +propugnacled +propugnaculum +propugnation +propugnator +propugner +propulsation +propulsatory +propulsion +propulsity +propulsive +propulsor +propulsory +propunishment +propupa +propupal +propurchase +Propus +propwood +propygidium +propyl +propylacetic +propylaeum +propylamine +propylation +propylene +propylic +propylidene +propylite +propylitic +propylitization +propylon +propyne +propynoic +proquaestor +proracing +prorailroad +prorata +proratable +prorate +proration +prore +proreader +prorealism +prorealist +prorealistic +proreality +prorean +prorebate +prorebel +prorecall +proreciprocation +prorecognition +proreconciliation +prorector +prorectorate +proredemption +proreduction +proreferendum +proreform +proreformist +proregent +prorelease +Proreptilia +proreptilian +proreption +prorepublican +proresearch +proreservationist +proresignation +prorestoration +prorestriction +prorevision +prorevisionist +prorevolution +prorevolutionary +prorevolutionist +prorhinal +Prorhipidoglossomorpha +proritual +proritualistic +prorogate +prorogation +prorogator +prorogue +proroguer +proromance +proromantic +proromanticism +proroyal +proroyalty +prorrhesis +prorsad +prorsal +proruption +prosabbath +prosabbatical +prosacral +prosaic +prosaical +prosaically +prosaicalness +prosaicism +prosaicness +prosaism +prosaist +prosar +Prosarthri +prosateur +proscapula +proscapular +proscenium +proscholastic +proschool +proscientific +proscolecine +proscolex +proscribable +proscribe +proscriber +proscript +proscription +proscriptional +proscriptionist +proscriptive +proscriptively +proscriptiveness +proscutellar +proscutellum +proscynemata +prose +prosecrecy +prosecretin +prosect +prosection +prosector +prosectorial +prosectorium +prosectorship +prosecutable +prosecute +prosecution +prosecutor +prosecutrix +proselenic +proselike +proselyte +proselyter +proselytical +proselytingly +proselytism +proselytist +proselytistic +proselytization +proselytize +proselytizer +proseman +proseminar +proseminary +proseminate +prosemination +prosencephalic +prosencephalon +prosenchyma +prosenchymatous +proseneschal +proser +Proserpinaca +prosethmoid +proseucha +proseuche +prosification +prosifier +prosify +prosiliency +prosilient +prosiliently +prosilverite +prosily +Prosimiae +prosimian +prosiness +prosing +prosingly +prosiphon +prosiphonal +prosiphonate +prosish +prosist +proslambanomenos +proslave +proslaver +proslavery +proslaveryism +prosneusis +proso +prosobranch +Prosobranchia +Prosobranchiata +prosobranchiate +prosocele +prosodal +prosode +prosodemic +prosodetic +prosodiac +prosodiacal +prosodiacally +prosodial +prosodially +prosodian +prosodic +prosodical +prosodically +prosodion +prosodist +prosodus +prosody +prosogaster +prosogyrate +prosogyrous +prosoma +prosomal +prosomatic +prosonomasia +prosopalgia +prosopalgic +prosopantritis +prosopectasia +prosophist +prosopic +prosopically +Prosopis +prosopite +Prosopium +prosoplasia +prosopography +prosopon +prosoponeuralgia +prosopoplegia +prosopoplegic +prosopopoeia +prosopopoeial +prosoposchisis +prosopospasm +prosopotocia +prosopyl +prosopyle +prosorus +prospect +prospection +prospective +prospectively +prospectiveness +prospectless +prospector +prospectus +prospectusless +prospeculation +prosper +prosperation +prosperity +prosperous +prosperously +prosperousness +prospicience +prosporangium +prosport +pross +prossy +prostatauxe +prostate +prostatectomy +prostatelcosis +prostatic +prostaticovesical +prostatism +prostatitic +prostatitis +prostatocystitis +prostatocystotomy +prostatodynia +prostatolith +prostatomegaly +prostatometer +prostatomyomectomy +prostatorrhea +prostatorrhoea +prostatotomy +prostatovesical +prostatovesiculectomy +prostatovesiculitis +prostemmate +prostemmatic +prosternal +prosternate +prosternum +prostheca +prosthenic +prosthesis +prosthetic +prosthetically +prosthetics +prosthetist +prosthion +prosthionic +prosthodontia +prosthodontist +Prostigmin +prostitute +prostitutely +prostitution +prostitutor +prostomial +prostomiate +prostomium +prostrate +prostration +prostrative +prostrator +prostrike +prostyle +prostylos +prosubmission +prosubscription +prosubstantive +prosubstitution +prosuffrage +prosupervision +prosupport +prosurgical +prosurrender +prosy +prosyllogism +prosyndicalism +prosyndicalist +protactic +protactinium +protagon +protagonism +protagonist +Protagorean +Protagoreanism +protalbumose +protamine +protandric +protandrism +protandrous +protandrously +protandry +protanomal +protanomalous +protanope +protanopia +protanopic +protargentum +protargin +Protargol +protariff +protarsal +protarsus +protasis +protaspis +protatic +protatically +protax +protaxation +protaxial +protaxis +prote +Protea +protea +Proteaceae +proteaceous +protead +protean +proteanly +proteanwise +protease +protechnical +protect +protectant +protectible +protecting +protectingly +protectingness +protection +protectional +protectionate +protectionism +protectionist +protectionize +protectionship +protective +protectively +protectiveness +Protectograph +protector +protectoral +protectorate +protectorial +protectorian +protectorless +protectorship +protectory +protectress +protectrix +protege +protegee +protegulum +proteic +Proteida +Proteidae +proteide +proteidean +proteidogenous +proteiform +protein +proteinaceous +proteinase +proteinic +proteinochromogen +proteinous +proteinuria +Proteles +Protelidae +Protelytroptera +protelytropteran +protelytropteron +protelytropterous +protemperance +protempirical +protemporaneous +protend +protension +protensity +protensive +protensively +proteoclastic +proteogenous +proteolysis +proteolytic +proteopectic +proteopexic +proteopexis +proteopexy +proteosaurid +Proteosauridae +Proteosaurus +proteose +Proteosoma +proteosomal +proteosome +proteosuria +protephemeroid +Protephemeroidea +proterandrous +proterandrousness +proterandry +proteranthous +proterobase +proteroglyph +Proteroglypha +proteroglyphic +proteroglyphous +proterogynous +proterogyny +proterothesis +proterotype +Proterozoic +protervity +protest +protestable +protestancy +protestant +Protestantish +Protestantishly +protestantism +Protestantize +Protestantlike +Protestantly +protestation +protestator +protestatory +protester +protestingly +protestive +protestor +protetrarch +Proteus +protevangel +protevangelion +protevangelium +protext +prothalamia +prothalamion +prothalamium +prothallia +prothallial +prothallic +prothalline +prothallium +prothalloid +prothallus +protheatrical +protheca +prothesis +prothetic +prothetical +prothetically +prothonotarial +prothonotariat +prothonotary +prothonotaryship +prothoracic +prothorax +prothrift +prothrombin +prothrombogen +prothyl +prothysteron +protide +protiodide +protist +Protista +protistan +protistic +protistological +protistologist +protistology +protiston +Protium +protium +proto +protoactinium +protoalbumose +protoamphibian +protoanthropic +protoapostate +protoarchitect +Protoascales +Protoascomycetes +protobacco +Protobasidii +Protobasidiomycetes +protobasidiomycetous +protobasidium +protobishop +protoblast +protoblastic +protoblattoid +Protoblattoidea +Protobranchia +Protobranchiata +protobranchiate +protocalcium +protocanonical +Protocaris +protocaseose +protocatechualdehyde +protocatechuic +Protoceras +Protoceratidae +Protoceratops +protocercal +protocerebral +protocerebrum +protochemist +protochemistry +protochloride +protochlorophyll +Protochorda +Protochordata +protochordate +protochromium +protochronicler +protocitizen +protoclastic +protocneme +Protococcaceae +protococcaceous +protococcal +Protococcales +protococcoid +Protococcus +protocol +protocolar +protocolary +Protocoleoptera +protocoleopteran +protocoleopteron +protocoleopterous +protocolist +protocolization +protocolize +protoconch +protoconchal +protocone +protoconid +protoconule +protoconulid +protocopper +protocorm +protodeacon +protoderm +protodevil +Protodonata +protodonatan +protodonate +protodont +Protodonta +protodramatic +protodynastic +protoelastose +protoepiphyte +protoforaminifer +protoforester +protogaster +protogelatose +protogenal +protogenes +protogenesis +protogenetic +protogenic +protogenist +Protogeometric +protogine +protoglobulose +protogod +protogonous +protogospel +protograph +protogynous +protogyny +protohematoblast +Protohemiptera +protohemipteran +protohemipteron +protohemipterous +protoheresiarch +Protohippus +protohistorian +protohistoric +protohistory +protohomo +protohuman +Protohydra +protohydrogen +Protohymenoptera +protohymenopteran +protohymenopteron +protohymenopterous +protoiron +protoleration +protoleucocyte +protoleukocyte +protolithic +protoliturgic +protolog +protologist +protoloph +protoma +protomagister +protomagnate +protomagnesium +protomala +protomalal +protomalar +protomammal +protomammalian +protomanganese +protomartyr +Protomastigida +protome +protomeristem +protomerite +protomeritic +protometal +protometallic +protometaphrast +Protominobacter +Protomonadina +protomonostelic +protomorph +protomorphic +Protomycetales +protomyosinose +proton +protone +protonegroid +protonema +protonemal +protonematal +protonematoid +protoneme +Protonemertini +protonephridial +protonephridium +protonephros +protoneuron +protoneurone +protonic +protonickel +protonitrate +protonotater +protonym +protonymph +protonymphal +protopapas +protopappas +protoparent +protopathia +protopathic +protopathy +protopatriarchal +protopatrician +protopattern +protopectin +protopectinase +protopepsia +Protoperlaria +protoperlarian +protophilosophic +protophloem +protophyll +Protophyta +protophyte +protophytic +protopin +protopine +protoplasm +protoplasma +protoplasmal +protoplasmatic +protoplasmic +protoplast +protoplastic +protopod +protopodial +protopodite +protopoditic +protopoetic +protopope +protoporphyrin +protopragmatic +protopresbyter +protopresbytery +protoprism +protoproteose +protoprotestant +protopteran +Protopteridae +protopteridophyte +protopterous +Protopterus +protopyramid +protore +protorebel +protoreligious +protoreptilian +Protorohippus +protorosaur +Protorosauria +protorosaurian +Protorosauridae +protorosauroid +Protorosaurus +Protorthoptera +protorthopteran +protorthopteron +protorthopterous +protosalt +protosaurian +protoscientific +Protoselachii +protosilicate +protosilicon +protosinner +Protosiphon +Protosiphonaceae +protosiphonaceous +protosocial +protosolution +protospasm +Protosphargis +Protospondyli +protospore +Protostega +Protostegidae +protostele +protostelic +protostome +protostrontium +protosulphate +protosulphide +protosyntonose +prototaxites +prototheca +protothecal +prototheme +protothere +Prototheria +prototherian +prototitanium +Prototracheata +prototraitor +prototroch +prototrochal +prototrophic +prototypal +prototype +prototypic +prototypical +prototypically +prototypographer +prototyrant +protovanadium +protoveratrine +protovertebra +protovertebral +protovestiary +protovillain +protovum +protoxide +protoxylem +Protozoa +protozoacidal +protozoacide +protozoal +protozoan +protozoea +protozoean +protozoiasis +protozoic +protozoological +protozoologist +protozoology +protozoon +protozoonal +Protracheata +protracheate +protract +protracted +protractedly +protractedness +protracter +protractible +protractile +protractility +protraction +protractive +protractor +protrade +protradition +protraditional +protragedy +protragical +protragie +protransfer +protranslation +protransubstantiation +protravel +protreasurer +protreaty +Protremata +protreptic +protreptical +protriaene +protropical +protrudable +protrude +protrudent +protrusible +protrusile +protrusion +protrusive +protrusively +protrusiveness +protuberance +protuberancy +protuberant +protuberantial +protuberantly +protuberantness +protuberate +protuberosity +protuberous +Protura +proturan +protutor +protutory +protyl +protyle +Protylopus +protype +proudful +proudhearted +proudish +proudishly +proudling +proudly +proudness +prouniformity +prounion +prounionist +prouniversity +proustite +provability +provable +provableness +provably +provaccinist +provand +provant +provascular +prove +provect +provection +proved +proveditor +provedly +provedor +provedore +proven +provenance +Provencal +Provencalize +Provence +Provencial +provender +provenience +provenient +provenly +proventricular +proventricule +proventriculus +prover +proverb +proverbial +proverbialism +proverbialist +proverbialize +proverbially +proverbic +proverbiologist +proverbiology +proverbize +proverblike +provicar +provicariate +providable +providance +provide +provided +providence +provident +providential +providentialism +providentially +providently +providentness +provider +providing +providore +providoring +province +provincial +provincialate +provincialism +provincialist +provinciality +provincialization +provincialize +provincially +provincialship +provinciate +provinculum +provine +proving +provingly +provision +provisional +provisionality +provisionally +provisionalness +provisionary +provisioner +provisioneress +provisionless +provisionment +provisive +proviso +provisor +provisorily +provisorship +provisory +provitamin +provivisection +provivisectionist +provocant +provocation +provocational +provocative +provocatively +provocativeness +provocator +provocatory +provokable +provoke +provokee +provoker +provoking +provokingly +provokingness +provolunteering +provost +provostal +provostess +provostorial +provostry +provostship +prow +prowar +prowarden +prowaterpower +prowed +prowersite +prowess +prowessed +prowessful +prowl +prowler +prowling +prowlingly +proxenet +proxenete +proxenetism +proxenos +proxenus +proxeny +proxically +proximad +proximal +proximally +proximate +proximately +proximateness +proximation +proximity +proximo +proximobuccal +proximolabial +proximolingual +proxy +proxyship +proxysm +prozone +prozoning +prozygapophysis +prozymite +prude +prudelike +prudely +Prudence +prudence +prudent +prudential +prudentialism +prudentialist +prudentiality +prudentially +prudentialness +prudently +prudery +prudish +prudishly +prudishness +prudist +prudity +Prudy +Prue +pruh +pruinate +pruinescence +pruinose +pruinous +prulaurasin +prunable +prunableness +prunably +Prunaceae +prunase +prunasin +prune +prunell +Prunella +prunella +prunelle +Prunellidae +prunello +pruner +prunetin +prunetol +pruniferous +pruniform +pruning +prunitrin +prunt +prunted +Prunus +prurience +pruriency +prurient +pruriently +pruriginous +prurigo +pruriousness +pruritic +pruritus +prusiano +Prussian +Prussianism +Prussianization +Prussianize +Prussianizer +prussiate +prussic +Prussification +Prussify +prut +prutah +pry +pryer +prying +pryingly +pryingness +pryler +pryproof +pryse +prytaneum +prytanis +prytanize +prytany +psalis +psalm +psalmic +psalmist +psalmister +psalmistry +psalmless +psalmodial +psalmodic +psalmodical +psalmodist +psalmodize +psalmody +psalmograph +psalmographer +psalmography +psalmy +psaloid +psalter +psalterial +psalterian +psalterion +psalterist +psalterium +psaltery +psaltes +psaltress +psammite +psammitic +psammocarcinoma +psammocharid +Psammocharidae +psammogenous +psammolithic +psammologist +psammology +psammoma +psammophile +psammophilous +Psammophis +psammophyte +psammophytic +psammosarcoma +psammotherapy +psammous +Psaronius +pschent +Psedera +Pselaphidae +Pselaphus +psellism +psellismus +psephism +psephisma +psephite +psephitic +psephomancy +Psephurus +Psetta +pseudaconine +pseudaconitine +pseudacusis +pseudalveolar +pseudambulacral +pseudambulacrum +pseudamoeboid +pseudamphora +pseudandry +pseudangina +pseudankylosis +pseudaphia +pseudaposematic +pseudaposporous +pseudapospory +pseudapostle +pseudarachnidan +pseudarthrosis +pseudataxic +pseudatoll +pseudaxine +pseudaxis +Pseudechis +pseudelephant +pseudelminth +pseudelytron +pseudembryo +pseudembryonic +pseudencephalic +pseudencephalus +pseudepigraph +pseudepigrapha +pseudepigraphal +pseudepigraphic +pseudepigraphical +pseudepigraphous +pseudepigraphy +pseudepiploic +pseudepiploon +pseudepiscopacy +pseudepiscopy +pseudepisematic +pseudesthesia +pseudhalteres +pseudhemal +pseudimaginal +pseudimago +pseudisodomum +pseudo +pseudoacaccia +pseudoacademic +pseudoacademical +pseudoaccidental +pseudoacid +pseudoaconitine +pseudoacromegaly +pseudoadiabatic +pseudoaesthetic +pseudoaffectionate +pseudoalkaloid +pseudoalum +pseudoalveolar +pseudoamateurish +pseudoamatory +pseudoanaphylactic +pseudoanaphylaxis +pseudoanatomic +pseudoanatomical +pseudoancestral +pseudoanemia +pseudoanemic +pseudoangelic +pseudoangina +pseudoankylosis +pseudoanthorine +pseudoanthropoid +pseudoanthropological +pseudoanthropology +pseudoantique +pseudoapologetic +pseudoapoplectic +pseudoapoplexy +pseudoappendicitis +pseudoaquatic +pseudoarchaic +pseudoarchaism +pseudoarchaist +pseudoaristocratic +pseudoarthrosis +pseudoarticulation +pseudoartistic +pseudoascetic +pseudoastringent +pseudoasymmetrical +pseudoasymmetry +pseudoataxia +pseudobacterium +pseudobasidium +pseudobenevolent +pseudobenthonic +pseudobenthos +pseudobinary +pseudobiological +pseudoblepsia +pseudoblepsis +pseudobrachial +pseudobrachium +pseudobranch +pseudobranchia +pseudobranchial +pseudobranchiate +Pseudobranchus +pseudobrookite +pseudobrotherly +pseudobulb +pseudobulbar +pseudobulbil +pseudobulbous +pseudobutylene +pseudocandid +pseudocapitulum +pseudocarbamide +pseudocarcinoid +pseudocarp +pseudocarpous +pseudocartilaginous +pseudocele +pseudocelian +pseudocelic +pseudocellus +pseudocentric +pseudocentrous +pseudocentrum +Pseudoceratites +pseudoceratitic +pseudocercaria +pseudoceryl +pseudocharitable +pseudochemical +pseudochina +pseudochromesthesia +pseudochromia +pseudochromosome +pseudochronism +pseudochronologist +pseudochrysalis +pseudochrysolite +pseudochylous +pseudocirrhosis +pseudoclassic +pseudoclassical +pseudoclassicism +pseudoclerical +Pseudococcinae +Pseudococcus +pseudococtate +pseudocollegiate +pseudocolumella +pseudocolumellar +pseudocommissure +pseudocommisural +pseudocompetitive +pseudoconcha +pseudoconclude +pseudocone +pseudoconglomerate +pseudoconglomeration +pseudoconhydrine +pseudoconjugation +pseudoconservative +pseudocorneous +pseudocortex +pseudocosta +pseudocotyledon +pseudocotyledonal +pseudocritical +pseudocroup +pseudocrystalline +pseudocubic +pseudocultivated +pseudocultural +pseudocumene +pseudocumenyl +pseudocumidine +pseudocumyl +pseudocyclosis +pseudocyesis +pseudocyst +pseudodeltidium +pseudodementia +pseudodemocratic +pseudoderm +pseudodermic +pseudodiagnosis +pseudodiastolic +pseudodiphtheria +pseudodiphtheritic +pseudodipteral +pseudodipterally +pseudodipteros +pseudodont +pseudodox +pseudodoxal +pseudodoxy +pseudodramatic +pseudodysentery +pseudoedema +pseudoelectoral +pseudoembryo +pseudoembryonic +pseudoemotional +pseudoencephalitic +pseudoenthusiastic +pseudoephedrine +pseudoepiscopal +pseudoequalitarian +pseudoerotic +pseudoeroticism +pseudoerysipelas +pseudoerysipelatous +pseudoerythrin +pseudoethical +pseudoetymological +pseudoeugenics +pseudoevangelical +pseudofamous +pseudofarcy +pseudofeminine +pseudofever +pseudofeverish +pseudofilaria +pseudofilarian +pseudofinal +pseudofluctuation +pseudofluorescence +pseudofoliaceous +pseudoform +pseudofossil +pseudogalena +pseudoganglion +pseudogaseous +pseudogaster +pseudogastrula +pseudogeneral +pseudogeneric +pseudogenerous +pseudogenteel +pseudogenus +pseudogeometry +pseudogermanic +pseudogeusia +pseudogeustia +pseudoglanders +pseudoglioma +pseudoglobulin +pseudoglottis +pseudograph +pseudographeme +pseudographer +pseudographia +pseudographize +pseudography +pseudograsserie +Pseudogryphus +pseudogyne +pseudogynous +pseudogyny +pseudogyrate +pseudohallucination +pseudohallucinatory +pseudohalogen +pseudohemal +pseudohermaphrodite +pseudohermaphroditic +pseudohermaphroditism +pseudoheroic +pseudohexagonal +pseudohistoric +pseudohistorical +pseudoholoptic +pseudohuman +pseudohydrophobia +pseudohyoscyamine +pseudohypertrophic +pseudohypertrophy +pseudoidentical +pseudoimpartial +pseudoindependent +pseudoinfluenza +pseudoinsane +pseudoinsoluble +pseudoisatin +pseudoism +pseudoisomer +pseudoisomeric +pseudoisomerism +pseudoisotropy +pseudojervine +pseudolabial +pseudolabium +pseudolalia +Pseudolamellibranchia +Pseudolamellibranchiata +pseudolamellibranchiate +pseudolaminated +Pseudolarix +pseudolateral +pseudolatry +pseudolegal +pseudolegendary +pseudoleucite +pseudoleucocyte +pseudoleukemia +pseudoleukemic +pseudoliberal +pseudolichen +pseudolinguistic +pseudoliterary +pseudolobar +pseudological +pseudologically +pseudologist +pseudologue +pseudology +pseudolunule +pseudomalachite +pseudomalaria +pseudomancy +pseudomania +pseudomaniac +pseudomantic +pseudomantist +pseudomasculine +pseudomedical +pseudomedieval +pseudomelanosis +pseudomembrane +pseudomembranous +pseudomeningitis +pseudomenstruation +pseudomer +pseudomeric +pseudomerism +pseudomery +pseudometallic +pseudometameric +pseudometamerism +pseudomica +pseudomilitarist +pseudomilitaristic +pseudomilitary +pseudoministerial +pseudomiraculous +pseudomitotic +pseudomnesia +pseudomodern +pseudomodest +Pseudomonas +pseudomonastic +pseudomonoclinic +pseudomonocotyledonous +pseudomonocyclic +pseudomonotropy +pseudomoral +pseudomorph +pseudomorphia +pseudomorphic +pseudomorphine +pseudomorphism +pseudomorphose +pseudomorphosis +pseudomorphous +pseudomorula +pseudomorular +pseudomucin +pseudomucoid +pseudomultilocular +pseudomultiseptate +pseudomythical +pseudonarcotic +pseudonational +pseudonavicella +pseudonavicellar +pseudonavicula +pseudonavicular +pseudoneuropter +Pseudoneuroptera +pseudoneuropteran +pseudoneuropterous +pseudonitrole +pseudonitrosite +pseudonuclein +pseudonucleolus +pseudonychium +pseudonym +pseudonymal +pseudonymic +pseudonymity +pseudonymous +pseudonymously +pseudonymousness +pseudonymuncle +pseudonymuncule +pseudopapaverine +pseudoparalysis +pseudoparalytic +pseudoparaplegia +pseudoparasitic +pseudoparasitism +pseudoparenchyma +pseudoparenchymatous +pseudoparenchyme +pseudoparesis +pseudoparthenogenesis +pseudopatriotic +pseudopediform +pseudopelletierine +pseudopercular +pseudoperculate +pseudoperculum +pseudoperianth +pseudoperidium +pseudoperiodic +pseudoperipteral +pseudopermanent +pseudoperoxide +pseudoperspective +Pseudopeziza +pseudophallic +pseudophellandrene +pseudophenanthrene +pseudophenanthroline +pseudophenocryst +pseudophilanthropic +pseudophilosophical +Pseudophoenix +pseudopionnotes +pseudopious +pseudoplasm +pseudoplasma +pseudoplasmodium +pseudopneumonia +pseudopod +pseudopodal +pseudopodia +pseudopodial +pseudopodian +pseudopodiospore +pseudopodium +pseudopoetic +pseudopoetical +pseudopolitic +pseudopolitical +pseudopopular +pseudopore +pseudoporphyritic +pseudopregnancy +pseudopregnant +pseudopriestly +pseudoprimitive +pseudoprimitivism +pseudoprincely +pseudoproboscis +pseudoprofessional +pseudoprofessorial +pseudoprophetic +pseudoprophetical +pseudoprosperous +pseudopsia +pseudopsychological +pseudoptics +pseudoptosis +pseudopupa +pseudopupal +pseudopurpurin +pseudopyriform +pseudoquinol +pseudorabies +pseudoracemic +pseudoracemism +pseudoramose +pseudoramulus +pseudorealistic +pseudoreduction +pseudoreformed +pseudoregal +pseudoreligious +pseudoreminiscence +pseudorganic +pseudorheumatic +pseudorhombohedral +pseudoromantic +pseudorunic +pseudosacred +pseudosacrilegious +pseudosalt +pseudosatirical +pseudoscarlatina +Pseudoscarus +pseudoscholarly +pseudoscholastic +pseudoscientific +Pseudoscines +pseudoscinine +pseudosclerosis +pseudoscope +pseudoscopic +pseudoscopically +pseudoscopy +pseudoscorpion +Pseudoscorpiones +Pseudoscorpionida +pseudoscutum +pseudosematic +pseudosensational +pseudoseptate +pseudoservile +pseudosessile +pseudosiphonal +pseudosiphuncal +pseudoskeletal +pseudoskeleton +pseudoskink +pseudosmia +pseudosocial +pseudosocialistic +pseudosolution +pseudosoph +pseudosopher +pseudosophical +pseudosophist +pseudosophy +pseudospectral +pseudosperm +pseudospermic +pseudospermium +pseudospermous +pseudosphere +pseudospherical +pseudospiracle +pseudospiritual +pseudosporangium +pseudospore +pseudosquamate +pseudostalactite +pseudostalactitical +pseudostalagmite +pseudostalagmitical +pseudostereoscope +pseudostereoscopic +pseudostereoscopism +pseudostigma +pseudostigmatic +pseudostoma +pseudostomatous +pseudostomous +pseudostratum +pseudosubtle +Pseudosuchia +pseudosuchian +pseudosweating +pseudosyllogism +pseudosymmetric +pseudosymmetrical +pseudosymmetry +pseudosymptomatic +pseudosyphilis +pseudosyphilitic +pseudotabes +pseudotachylite +pseudotetanus +pseudotetragonal +Pseudotetramera +pseudotetrameral +pseudotetramerous +pseudotrachea +pseudotracheal +pseudotribal +pseudotributary +Pseudotrimera +pseudotrimeral +pseudotrimerous +pseudotropine +Pseudotsuga +pseudotubercular +pseudotuberculosis +pseudotuberculous +pseudoturbinal +pseudotyphoid +pseudoval +pseudovarian +pseudovary +pseudovelar +pseudovelum +pseudoventricle +pseudoviaduct +pseudoviperine +pseudoviscosity +pseudoviscous +pseudovolcanic +pseudovolcano +pseudovum +pseudowhorl +pseudoxanthine +pseudoyohimbine +pseudozealot +pseudozoea +pseudozoogloeal +psha +Pshav +pshaw +psi +Psidium +psilanthropic +psilanthropism +psilanthropist +psilanthropy +psiloceran +Psiloceras +psiloceratan +psiloceratid +Psiloceratidae +psiloi +psilology +psilomelane +psilomelanic +Psilophytales +psilophyte +Psilophyton +psilosis +psilosopher +psilosophy +Psilotaceae +psilotaceous +psilothrum +psilotic +Psilotum +psithurism +Psithyrus +psittaceous +psittaceously +Psittaci +Psittacidae +Psittaciformes +Psittacinae +psittacine +psittacinite +psittacism +psittacistic +Psittacomorphae +psittacomorphic +psittacosis +Psittacus +psoadic +psoas +psoatic +psocid +Psocidae +psocine +psoitis +psomophagic +psomophagist +psomophagy +psora +Psoralea +psoriasic +psoriasiform +psoriasis +psoriatic +psoriatiform +psoric +psoroid +Psorophora +psorophthalmia +psorophthalmic +Psoroptes +psoroptic +psorosis +psorosperm +psorospermial +psorospermiasis +psorospermic +psorospermiform +psorospermosis +psorous +pssimistical +pst +psych +psychagogic +psychagogos +psychagogue +psychagogy +psychal +psychalgia +psychanalysis +psychanalysist +psychanalytic +psychasthenia +psychasthenic +Psyche +psyche +Psychean +psycheometry +psychesthesia +psychesthetic +psychiasis +psychiater +psychiatria +psychiatric +psychiatrical +psychiatrically +psychiatrist +psychiatrize +psychiatry +psychic +psychical +psychically +Psychichthys +psychicism +psychicist +psychics +psychid +Psychidae +psychism +psychist +psychoanalysis +psychoanalyst +psychoanalytic +psychoanalytical +psychoanalytically +psychoanalyze +psychoanalyzer +psychoautomatic +psychobiochemistry +psychobiologic +psychobiological +psychobiology +psychobiotic +psychocatharsis +psychoclinic +psychoclinical +psychoclinicist +Psychoda +psychodiagnostics +Psychodidae +psychodispositional +psychodrama +psychodynamic +psychodynamics +psychoeducational +psychoepilepsy +psychoethical +psychofugal +psychogalvanic +psychogalvanometer +psychogenesis +psychogenetic +psychogenetical +psychogenetically +psychogenetics +psychogenic +psychogeny +psychognosis +psychognostic +psychognosy +psychogonic +psychogonical +psychogony +psychogram +psychograph +psychographer +psychographic +psychographist +psychography +psychoid +psychokinesia +psychokinesis +psychokinetic +psychokyme +psycholepsy +psycholeptic +psychologer +psychologian +psychologic +psychological +psychologically +psychologics +psychologism +psychologist +psychologize +psychologue +psychology +psychomachy +psychomancy +psychomantic +psychometer +psychometric +psychometrical +psychometrically +psychometrician +psychometrics +psychometrist +psychometrize +psychometry +psychomonism +psychomoral +psychomorphic +psychomorphism +psychomotility +psychomotor +psychon +psychoneural +psychoneurological +psychoneurosis +psychoneurotic +psychonomic +psychonomics +psychonomy +psychony +psychoorganic +psychopannychian +psychopannychism +psychopannychist +psychopannychistic +psychopannychy +psychopanychite +psychopath +psychopathia +psychopathic +psychopathist +psychopathologic +psychopathological +psychopathologist +psychopathy +psychopetal +psychophobia +psychophysic +psychophysical +psychophysically +psychophysicist +psychophysics +psychophysiologic +psychophysiological +psychophysiologically +psychophysiologist +psychophysiology +psychoplasm +psychopomp +psychopompos +psychorealism +psychorealist +psychorealistic +psychoreflex +psychorhythm +psychorhythmia +psychorhythmic +psychorhythmical +psychorhythmically +psychorrhagic +psychorrhagy +psychosarcous +psychosensorial +psychosensory +psychoses +psychosexual +psychosexuality +psychosexually +psychosis +psychosocial +psychosomatic +psychosomatics +psychosome +psychosophy +psychostasy +psychostatic +psychostatical +psychostatically +psychostatics +psychosurgeon +psychosurgery +psychosynthesis +psychosynthetic +psychotaxis +psychotechnical +psychotechnician +psychotechnics +psychotechnological +psychotechnology +psychotheism +psychotherapeutic +psychotherapeutical +psychotherapeutics +psychotherapeutist +psychotherapist +psychotherapy +psychotic +Psychotria +psychotrine +psychovital +Psychozoic +psychroesthesia +psychrograph +psychrometer +psychrometric +psychrometrical +psychrometry +psychrophile +psychrophilic +psychrophobia +psychrophore +psychrophyte +psychurgy +psykter +Psylla +psylla +psyllid +Psyllidae +psyllium +ptarmic +Ptarmica +ptarmical +ptarmigan +Ptelea +Ptenoglossa +ptenoglossate +Pteranodon +pteranodont +Pteranodontidae +pteraspid +Pteraspidae +Pteraspis +ptereal +pterergate +Pterian +pteric +Pterichthyodes +Pterichthys +pterideous +pteridium +pteridography +pteridoid +pteridological +pteridologist +pteridology +pteridophilism +pteridophilist +pteridophilistic +Pteridophyta +pteridophyte +pteridophytic +pteridophytous +pteridosperm +Pteridospermae +Pteridospermaphyta +pteridospermaphytic +pteridospermous +pterion +Pteris +Pterobranchia +pterobranchiate +pterocarpous +Pterocarpus +Pterocarya +Pterocaulon +Pterocera +Pteroceras +Pterocles +Pterocletes +Pteroclidae +Pteroclomorphae +pteroclomorphic +pterodactyl +Pterodactyli +pterodactylian +pterodactylic +pterodactylid +Pterodactylidae +pterodactyloid +pterodactylous +Pterodactylus +pterographer +pterographic +pterographical +pterography +pteroid +pteroma +pteromalid +Pteromalidae +Pteromys +pteropaedes +pteropaedic +pteropegal +pteropegous +pteropegum +pterophorid +Pterophoridae +Pterophorus +Pterophryne +pteropid +Pteropidae +pteropine +pteropod +Pteropoda +pteropodal +pteropodan +pteropodial +Pteropodidae +pteropodium +pteropodous +Pteropsida +Pteropus +pterosaur +Pterosauri +Pterosauria +pterosaurian +pterospermous +Pterospora +Pterostemon +Pterostemonaceae +pterostigma +pterostigmal +pterostigmatic +pterostigmatical +pterotheca +pterothorax +pterotic +pteroylglutamic +pterygial +pterygiophore +pterygium +pterygobranchiate +pterygode +pterygodum +Pterygogenea +pterygoid +pterygoidal +pterygoidean +pterygomalar +pterygomandibular +pterygomaxillary +pterygopalatal +pterygopalatine +pterygopharyngeal +pterygopharyngean +pterygophore +pterygopodium +pterygoquadrate +pterygosphenoid +pterygospinous +pterygostaphyline +Pterygota +pterygote +pterygotous +pterygotrabecular +Pterygotus +pteryla +pterylographic +pterylographical +pterylography +pterylological +pterylology +pterylosis +Ptilichthyidae +Ptiliidae +Ptilimnium +ptilinal +ptilinum +Ptilocercus +Ptilonorhynchidae +Ptilonorhynchinae +ptilopaedes +ptilopaedic +ptilosis +Ptilota +ptinid +Ptinidae +ptinoid +Ptinus +ptisan +ptochocracy +ptochogony +ptochology +Ptolemaean +Ptolemaian +Ptolemaic +Ptolemaical +Ptolemaism +Ptolemaist +Ptolemean +Ptolemy +ptomain +ptomaine +ptomainic +ptomatropine +ptosis +ptotic +ptyalagogic +ptyalagogue +ptyalectasis +ptyalin +ptyalism +ptyalize +ptyalocele +ptyalogenic +ptyalolith +ptyalolithiasis +ptyalorrhea +Ptychoparia +ptychoparid +ptychopariid +ptychopterygial +ptychopterygium +Ptychosperma +ptysmagogue +ptyxis +pu +pua +puan +pub +pubal +pubble +puberal +pubertal +pubertic +puberty +puberulent +puberulous +pubes +pubescence +pubescency +pubescent +pubian +pubic +pubigerous +pubiotomy +pubis +public +Publican +publican +publicanism +publication +publichearted +publicheartedness +publicism +publicist +publicity +publicize +publicly +publicness +Publilian +publish +publishable +publisher +publisheress +publishership +publishment +pubococcygeal +pubofemoral +puboiliac +puboischiac +puboischial +puboischiatic +puboprostatic +puborectalis +pubotibial +pubourethral +pubovesical +Puccinia +Pucciniaceae +pucciniaceous +puccinoid +puccoon +puce +pucelage +pucellas +pucelle +Puchanahua +pucherite +puchero +puck +pucka +puckball +pucker +puckerbush +puckerel +puckerer +puckermouth +puckery +puckfist +puckish +puckishly +puckishness +puckle +pucklike +puckling +puckneedle +puckrel +puckster +pud +puddee +puddening +pudder +pudding +puddingberry +puddinghead +puddingheaded +puddinghouse +puddinglike +puddingwife +puddingy +puddle +puddled +puddlelike +puddler +puddling +puddly +puddock +puddy +pudency +pudenda +pudendal +pudendous +pudendum +pudent +pudge +pudgily +pudginess +pudgy +pudiano +pudibund +pudibundity +pudic +pudical +pudicitia +pudicity +pudsey +pudsy +Pudu +pudu +pueblito +Pueblo +pueblo +Puebloan +puebloization +puebloize +Puelche +Puelchean +Pueraria +puerer +puericulture +puerile +puerilely +puerileness +puerilism +puerility +puerman +puerpera +puerperal +puerperalism +puerperant +puerperium +puerperous +puerpery +puff +puffback +puffball +puffbird +puffed +puffer +puffery +puffily +puffin +puffiness +puffinet +puffing +puffingly +Puffinus +pufflet +puffwig +puffy +pug +pugged +pugger +puggi +pugginess +pugging +puggish +puggle +puggree +puggy +pugh +pugil +pugilant +pugilism +pugilist +pugilistic +pugilistical +pugilistically +puglianite +pugman +pugmill +pugmiller +pugnacious +pugnaciously +pugnaciousness +pugnacity +Puinavi +Puinavian +Puinavis +puisne +puissance +puissant +puissantly +puissantness +puist +puistie +puja +Pujunan +puka +pukatea +pukateine +puke +pukeko +puker +pukeweed +Pukhtun +pukish +pukishness +pukras +puku +puky +pul +pulahan +pulahanism +pulasan +pulaskite +Pulaya +Pulayan +pulchrify +pulchritude +pulchritudinous +pule +pulegol +pulegone +puler +Pulex +pulghere +puli +Pulian +pulicarious +pulicat +pulicene +pulicid +Pulicidae +pulicidal +pulicide +pulicine +pulicoid +pulicose +pulicosity +pulicous +puling +pulingly +pulish +pulk +pulka +pull +pullable +pullback +pullboat +pulldevil +pulldoo +pulldown +pulldrive +pullen +puller +pullery +pullet +pulley +pulleyless +pulli +Pullman +Pullmanize +pullorum +pullulant +pullulate +pullulation +pullus +pulmobranchia +pulmobranchial +pulmobranchiate +pulmocardiac +pulmocutaneous +pulmogastric +pulmometer +pulmometry +pulmonal +pulmonar +Pulmonaria +pulmonarian +pulmonary +Pulmonata +pulmonate +pulmonated +pulmonectomy +pulmonic +pulmonifer +Pulmonifera +pulmoniferous +pulmonitis +Pulmotor +pulmotracheal +Pulmotrachearia +pulmotracheary +pulmotracheate +pulp +pulpaceous +pulpal +pulpalgia +pulpamenta +pulpboard +pulpectomy +pulpefaction +pulper +pulpifier +pulpify +pulpily +pulpiness +pulpit +pulpital +pulpitarian +pulpiteer +pulpiter +pulpitful +pulpitic +pulpitical +pulpitically +pulpitis +pulpitish +pulpitism +pulpitize +pulpitless +pulpitly +pulpitolatry +pulpitry +pulpless +pulplike +pulpotomy +pulpous +pulpousness +pulpstone +pulpwood +pulpy +pulque +pulsant +pulsatance +pulsate +pulsatile +pulsatility +Pulsatilla +pulsation +pulsational +pulsative +pulsatively +pulsator +pulsatory +pulse +pulseless +pulselessly +pulselessness +pulselike +pulsellum +pulsidge +pulsific +pulsimeter +pulsion +pulsive +pulsojet +pulsometer +pultaceous +pulton +pulu +pulveraceous +pulverant +pulverate +pulveration +pulvereous +pulverin +pulverizable +pulverizate +pulverization +pulverizator +pulverize +pulverizer +pulverous +pulverulence +pulverulent +pulverulently +pulvic +pulvil +pulvillar +pulvilliform +pulvillus +pulvinar +Pulvinaria +pulvinarian +pulvinate +pulvinated +pulvinately +pulvination +pulvinic +pulviniform +pulvino +pulvinule +pulvinulus +pulvinus +pulviplume +pulwar +puly +puma +Pume +pumicate +pumice +pumiced +pumiceous +pumicer +pumiciform +pumicose +pummel +pummice +pump +pumpable +pumpage +pumpellyite +pumper +pumpernickel +pumpkin +pumpkinification +pumpkinify +pumpkinish +pumpkinity +pumple +pumpless +pumplike +pumpman +pumpsman +pumpwright +pun +puna +punaise +punalua +punaluan +Punan +punatoo +punch +punchable +punchboard +puncheon +puncher +punchinello +punching +punchless +punchlike +punchproof +punchy +punct +punctal +punctate +punctated +punctation +punctator +puncticular +puncticulate +puncticulose +punctiform +punctiliar +punctilio +punctiliomonger +punctiliosity +punctilious +punctiliously +punctiliousness +punctist +punctographic +punctual +punctualist +punctuality +punctually +punctualness +punctuate +punctuation +punctuational +punctuationist +punctuative +punctuator +punctuist +punctulate +punctulated +punctulation +punctule +punctulum +punctum +puncturation +puncture +punctured +punctureless +punctureproof +puncturer +pundigrion +pundit +pundita +punditic +punditically +punditry +pundonor +pundum +puneca +pung +punga +pungapung +pungar +pungence +pungency +pungent +pungently +punger +pungey +pungi +pungle +pungled +Punic +Punica +Punicaceae +punicaceous +puniceous +punicial +punicin +punicine +punily +puniness +punish +punishability +punishable +punishableness +punishably +punisher +punishment +punishmentproof +punition +punitional +punitionally +punitive +punitively +punitiveness +punitory +Punjabi +punjum +punk +punkah +punketto +punkie +punkwood +punky +punless +punlet +punnable +punnage +punner +punnet +punnic +punnical +punnigram +punningly +punnology +Puno +punproof +punster +punstress +punt +punta +puntabout +puntal +puntel +punter +punti +puntil +puntist +Puntlatsh +punto +puntout +puntsman +punty +puny +punyish +punyism +pup +pupa +pupahood +pupal +puparial +puparium +pupate +pupation +pupelo +Pupidae +pupiferous +pupiform +pupigenous +pupigerous +pupil +pupilability +pupilage +pupilar +pupilate +pupildom +pupiled +pupilize +pupillarity +pupillary +pupilless +Pupillidae +pupillometer +pupillometry +pupilloscope +pupilloscoptic +pupilloscopy +Pupipara +pupiparous +Pupivora +pupivore +pupivorous +pupoid +puppet +puppetdom +puppeteer +puppethood +puppetish +puppetism +puppetize +puppetlike +puppetly +puppetman +puppetmaster +puppetry +puppify +puppily +Puppis +puppy +puppydom +puppyfish +puppyfoot +puppyhood +puppyish +puppyism +puppylike +puppysnatch +pupulo +Pupuluca +pupunha +Puquina +Puquinan +pur +purana +puranic +puraque +Purasati +Purbeck +Purbeckian +purblind +purblindly +purblindness +purchasability +purchasable +purchase +purchaser +purchasery +purdah +purdy +pure +pureblood +purebred +pured +puree +purehearted +purely +pureness +purer +purfle +purfled +purfler +purfling +purfly +purga +purgation +purgative +purgatively +purgatorial +purgatorian +purgatory +purge +purgeable +purger +purgery +purging +purificant +purification +purificative +purificator +purificatory +purifier +puriform +purify +purine +puriri +purism +purist +puristic +puristical +Puritan +puritandom +Puritaness +puritanic +puritanical +puritanically +puritanicalness +Puritanism +puritanism +Puritanize +Puritanizer +puritanlike +Puritanly +puritano +purity +Purkinje +Purkinjean +purl +purler +purlhouse +purlicue +purlieu +purlieuman +purlin +purlman +purloin +purloiner +purohepatitis +purolymph +puromucous +purpart +purparty +purple +purplelip +purplely +purpleness +purplescent +purplewood +purplewort +purplish +purplishness +purply +purport +purportless +purpose +purposedly +purposeful +purposefully +purposefulness +purposeless +purposelessly +purposelessness +purposelike +purposely +purposer +purposive +purposively +purposiveness +purposivism +purposivist +purposivistic +purpresture +purpura +purpuraceous +purpurate +purpure +purpureal +purpurean +purpureous +purpurescent +purpuric +purpuriferous +purpuriform +purpurigenous +purpurin +purpurine +purpuriparous +purpurite +purpurize +purpurogallin +purpurogenous +purpuroid +purpuroxanthin +purr +purre +purree +purreic +purrel +purrer +purring +purringly +purrone +purry +purse +pursed +purseful +purseless +purselike +purser +pursership +Purshia +pursily +pursiness +purslane +purslet +pursley +pursuable +pursual +pursuance +pursuant +pursuantly +pursue +pursuer +pursuit +pursuitmeter +pursuivant +pursy +purtenance +Puru +Puruha +purulence +purulency +purulent +purulently +puruloid +Purupuru +purusha +purushartha +purvey +purveyable +purveyal +purveyance +purveyancer +purveyor +purveyoress +purview +purvoe +purwannah +pus +Puschkinia +Puseyism +Puseyistical +Puseyite +push +pushball +pushcart +pusher +pushful +pushfully +pushfulness +pushing +pushingly +pushingness +pushmobile +pushover +pushpin +Pushtu +pushwainling +pusillanimity +pusillanimous +pusillanimously +pusillanimousness +puss +pusscat +pussley +pusslike +pussy +pussycat +pussyfoot +pussyfooted +pussyfooter +pussyfooting +pussyfootism +pussytoe +pustulant +pustular +pustulate +pustulated +pustulation +pustulatous +pustule +pustuled +pustulelike +pustuliform +pustulose +pustulous +put +putage +putamen +putaminous +putanism +putation +putationary +putative +putatively +putback +putchen +putcher +puteal +putelee +puther +puthery +putid +putidly +putidness +putlog +putois +Putorius +putredinal +putredinous +putrefacient +putrefactible +putrefaction +putrefactive +putrefactiveness +putrefiable +putrefier +putrefy +putresce +putrescence +putrescency +putrescent +putrescibility +putrescible +putrescine +putricide +putrid +putridity +putridly +putridness +putrifacted +putriform +putrilage +putrilaginous +putrilaginously +putschism +putschist +putt +puttee +putter +putterer +putteringly +puttier +puttock +putty +puttyblower +puttyhead +puttyhearted +puttylike +puttyroot +puttywork +puture +puxy +Puya +Puyallup +puzzle +puzzleation +puzzled +puzzledly +puzzledness +puzzledom +puzzlehead +puzzleheaded +puzzleheadedly +puzzleheadedness +puzzleman +puzzlement +puzzlepate +puzzlepated +puzzlepatedness +puzzler +puzzling +puzzlingly +puzzlingness +pya +pyal +pyarthrosis +pyche +Pycnanthemum +pycnia +pycnial +pycnid +pycnidia +pycnidial +pycnidiophore +pycnidiospore +pycnidium +pycniospore +pycnite +pycnium +Pycnocoma +pycnoconidium +pycnodont +Pycnodonti +Pycnodontidae +pycnodontoid +Pycnodus +pycnogonid +Pycnogonida +pycnogonidium +pycnogonoid +pycnometer +pycnometochia +pycnometochic +pycnomorphic +pycnomorphous +Pycnonotidae +Pycnonotinae +pycnonotine +Pycnonotus +pycnosis +pycnospore +pycnosporic +pycnostyle +pycnotic +pyelectasis +pyelic +pyelitic +pyelitis +pyelocystitis +pyelogram +pyelograph +pyelographic +pyelography +pyelolithotomy +pyelometry +pyelonephritic +pyelonephritis +pyelonephrosis +pyeloplasty +pyeloscopy +pyelotomy +pyeloureterogram +pyemesis +pyemia +pyemic +pygal +pygalgia +pygarg +pygargus +pygidial +pygidid +Pygididae +Pygidium +pygidium +pygmaean +Pygmalion +pygmoid +Pygmy +pygmy +pygmydom +pygmyhood +pygmyish +pygmyism +pygmyship +pygmyweed +Pygobranchia +Pygobranchiata +pygobranchiate +pygofer +pygopagus +pygopod +Pygopodes +Pygopodidae +pygopodine +pygopodous +Pygopus +pygostyle +pygostyled +pygostylous +pyic +pyin +pyjama +pyjamaed +pyke +pyknatom +pyknic +pyknotic +pyla +Pylades +pylagore +pylangial +pylangium +pylar +pylephlebitic +pylephlebitis +pylethrombophlebitis +pylethrombosis +pylic +pylon +pyloralgia +pylorectomy +pyloric +pyloristenosis +pyloritis +pylorocleisis +pylorodilator +pylorogastrectomy +pyloroplasty +pyloroptosis +pyloroschesis +pyloroscirrhus +pyloroscopy +pylorospasm +pylorostenosis +pylorostomy +pylorus +pyobacillosis +pyocele +pyoctanin +pyocyanase +pyocyanin +pyocyst +pyocyte +pyodermatitis +pyodermatosis +pyodermia +pyodermic +pyogenesis +pyogenetic +pyogenic +pyogenin +pyogenous +pyohemothorax +pyoid +pyolabyrinthitis +pyolymph +pyometra +pyometritis +pyonephritis +pyonephrosis +pyonephrotic +pyopericarditis +pyopericardium +pyoperitoneum +pyoperitonitis +pyophagia +pyophthalmia +pyophylactic +pyoplania +pyopneumocholecystitis +pyopneumocyst +pyopneumopericardium +pyopneumoperitoneum +pyopneumoperitonitis +pyopneumothorax +pyopoiesis +pyopoietic +pyoptysis +pyorrhea +pyorrheal +pyorrheic +pyosalpingitis +pyosalpinx +pyosepticemia +pyosepticemic +pyosis +pyospermia +pyotherapy +pyothorax +pyotoxinemia +pyoureter +pyovesiculosis +pyoxanthose +pyr +pyracanth +Pyracantha +Pyraceae +pyracene +pyral +Pyrales +pyralid +Pyralidae +pyralidan +pyralidid +Pyralididae +pyralidiform +Pyralidoidea +pyralis +pyraloid +Pyrameis +pyramid +pyramidaire +pyramidal +pyramidale +pyramidalis +Pyramidalism +Pyramidalist +pyramidally +pyramidate +Pyramidella +pyramidellid +Pyramidellidae +pyramider +pyramides +pyramidia +pyramidic +pyramidical +pyramidically +pyramidicalness +pyramidion +Pyramidist +pyramidize +pyramidlike +pyramidoattenuate +pyramidoidal +pyramidologist +pyramidoprismatic +pyramidwise +pyramoidal +pyran +pyranometer +pyranyl +pyrargyrite +Pyrausta +Pyraustinae +pyrazine +pyrazole +pyrazoline +pyrazolone +pyrazolyl +pyre +pyrectic +pyrena +pyrene +Pyrenean +pyrenematous +pyrenic +pyrenin +pyrenocarp +pyrenocarpic +pyrenocarpous +Pyrenochaeta +pyrenodean +pyrenodeine +pyrenodeous +pyrenoid +pyrenolichen +Pyrenomycetales +pyrenomycete +Pyrenomycetes +Pyrenomycetineae +pyrenomycetous +Pyrenopeziza +pyrethrin +Pyrethrum +pyrethrum +pyretic +pyreticosis +pyretogenesis +pyretogenetic +pyretogenic +pyretogenous +pyretography +pyretology +pyretolysis +pyretotherapy +pyrewinkes +Pyrex +pyrex +pyrexia +pyrexial +pyrexic +pyrexical +pyrgeometer +pyrgocephalic +pyrgocephaly +pyrgoidal +pyrgologist +pyrgom +pyrheliometer +pyrheliometric +pyrheliometry +pyrheliophor +pyribole +pyridazine +pyridic +pyridine +pyridinium +pyridinize +pyridone +pyridoxine +pyridyl +pyriform +pyriformis +pyrimidine +pyrimidyl +pyritaceous +pyrite +pyrites +pyritic +pyritical +pyritiferous +pyritization +pyritize +pyritohedral +pyritohedron +pyritoid +pyritology +pyritous +pyro +pyroacetic +pyroacid +pyroantimonate +pyroantimonic +pyroarsenate +pyroarsenic +pyroarsenious +pyroarsenite +pyrobelonite +pyrobituminous +pyroborate +pyroboric +pyrocatechin +pyrocatechinol +pyrocatechol +pyrocatechuic +pyrocellulose +pyrochemical +pyrochemically +pyrochlore +pyrochromate +pyrochromic +pyrocinchonic +pyrocitric +pyroclastic +pyrocoll +pyrocollodion +pyrocomenic +pyrocondensation +pyroconductivity +pyrocotton +pyrocrystalline +Pyrocystis +Pyrodine +pyroelectric +pyroelectricity +pyrogallate +pyrogallic +pyrogallol +pyrogen +pyrogenation +pyrogenesia +pyrogenesis +pyrogenetic +pyrogenetically +pyrogenic +pyrogenous +pyroglutamic +pyrognomic +pyrognostic +pyrognostics +pyrograph +pyrographer +pyrographic +pyrography +pyrogravure +pyroguaiacin +pyroheliometer +pyroid +Pyrola +Pyrolaceae +pyrolaceous +pyrolater +pyrolatry +pyroligneous +pyrolignic +pyrolignite +pyrolignous +pyrolite +pyrollogical +pyrologist +pyrology +pyrolusite +pyrolysis +pyrolytic +pyrolyze +pyromachy +pyromagnetic +pyromancer +pyromancy +pyromania +pyromaniac +pyromaniacal +pyromantic +pyromeconic +pyromellitic +pyrometallurgy +pyrometamorphic +pyrometamorphism +pyrometer +pyrometric +pyrometrical +pyrometrically +pyrometry +Pyromorphidae +pyromorphism +pyromorphite +pyromorphous +pyromotor +pyromucate +pyromucic +pyromucyl +pyronaphtha +pyrone +Pyronema +pyronine +pyronomics +pyronyxis +pyrope +pyropen +pyrophanite +pyrophanous +pyrophile +pyrophilous +pyrophobia +pyrophone +pyrophoric +pyrophorous +pyrophorus +pyrophosphate +pyrophosphoric +pyrophosphorous +pyrophotograph +pyrophotography +pyrophotometer +pyrophyllite +pyrophysalite +pyropuncture +pyropus +pyroracemate +pyroracemic +pyroscope +pyroscopy +pyrosis +pyrosmalite +Pyrosoma +Pyrosomatidae +pyrosome +Pyrosomidae +pyrosomoid +pyrosphere +pyrostat +pyrostereotype +pyrostilpnite +pyrosulphate +pyrosulphite +pyrosulphuric +pyrosulphuryl +pyrotantalate +pyrotartaric +pyrotartrate +pyrotechnian +pyrotechnic +pyrotechnical +pyrotechnically +pyrotechnician +pyrotechnics +pyrotechnist +pyrotechny +pyroterebic +pyrotheology +Pyrotheria +Pyrotherium +pyrotic +pyrotoxin +pyrotritaric +pyrotritartric +pyrouric +pyrovanadate +pyrovanadic +pyroxanthin +pyroxene +pyroxenic +pyroxenite +pyroxmangite +pyroxonium +pyroxyle +pyroxylene +pyroxylic +pyroxylin +Pyrrhic +pyrrhic +pyrrhichian +pyrrhichius +pyrrhicist +Pyrrhocoridae +Pyrrhonean +Pyrrhonian +Pyrrhonic +Pyrrhonism +Pyrrhonist +Pyrrhonistic +Pyrrhonize +pyrrhotine +pyrrhotism +pyrrhotist +pyrrhotite +pyrrhous +Pyrrhuloxia +Pyrrhus +pyrrodiazole +pyrrol +pyrrole +pyrrolic +pyrrolidine +pyrrolidone +pyrrolidyl +pyrroline +pyrrolylene +pyrrophyllin +pyrroporphyrin +pyrrotriazole +pyrroyl +pyrryl +pyrrylene +Pyrula +Pyrularia +pyruline +pyruloid +Pyrus +pyruvaldehyde +pyruvate +pyruvic +pyruvil +pyruvyl +pyrylium +Pythagorean +Pythagoreanism +Pythagoreanize +Pythagoreanly +Pythagoric +Pythagorical +Pythagorically +Pythagorism +Pythagorist +Pythagorize +Pythagorizer +Pythia +Pythiaceae +Pythiacystis +Pythiad +Pythiambic +Pythian +Pythic +Pythios +Pythium +Pythius +pythogenesis +pythogenetic +pythogenic +pythogenous +python +pythoness +pythonic +pythonical +pythonid +Pythonidae +pythoniform +Pythoninae +pythonine +pythonism +Pythonissa +pythonist +pythonize +pythonoid +pythonomorph +Pythonomorpha +pythonomorphic +pythonomorphous +pyuria +pyvuril +pyx +Pyxidanthera +pyxidate +pyxides +pyxidium +pyxie +Pyxis +pyxis +Q +q +qasida +qere +qeri +qintar +Qoheleth +qoph +qua +quab +quabird +quachil +quack +quackery +quackhood +quackish +quackishly +quackishness +quackism +quackle +quacksalver +quackster +quacky +quad +quadded +quaddle +Quader +Quadi +quadmeter +quadra +quadrable +quadragenarian +quadragenarious +Quadragesima +quadragesimal +quadragintesimal +quadral +quadrangle +quadrangled +quadrangular +quadrangularly +quadrangularness +quadrangulate +quadrans +quadrant +quadrantal +quadrantes +Quadrantid +quadrantile +quadrantlike +quadrantly +quadrat +quadrate +quadrated +quadrateness +quadratic +quadratical +quadratically +quadratics +Quadratifera +quadratiferous +quadratojugal +quadratomandibular +quadratosquamosal +quadratrix +quadratum +quadrature +quadratus +quadrauricular +quadrennia +quadrennial +quadrennially +quadrennium +quadriad +quadrialate +quadriannulate +quadriarticulate +quadriarticulated +quadribasic +quadric +quadricapsular +quadricapsulate +quadricarinate +quadricellular +quadricentennial +quadriceps +quadrichord +quadriciliate +quadricinium +quadricipital +quadricone +quadricorn +quadricornous +quadricostate +quadricotyledonous +quadricovariant +quadricrescentic +quadricrescentoid +quadricuspid +quadricuspidal +quadricuspidate +quadricycle +quadricycler +quadricyclist +quadridentate +quadridentated +quadriderivative +quadridigitate +quadriennial +quadriennium +quadrienniumutile +quadrifarious +quadrifariously +quadrifid +quadrifilar +quadrifocal +quadrifoil +quadrifoliate +quadrifoliolate +quadrifolious +quadrifolium +quadriform +quadrifrons +quadrifrontal +quadrifurcate +quadrifurcated +quadrifurcation +quadriga +quadrigabled +quadrigamist +quadrigate +quadrigatus +quadrigeminal +quadrigeminate +quadrigeminous +quadrigeminum +quadrigenarious +quadriglandular +quadrihybrid +quadrijugal +quadrijugate +quadrijugous +quadrilaminar +quadrilaminate +quadrilateral +quadrilaterally +quadrilateralness +quadrilingual +quadriliteral +quadrille +quadrilled +quadrillion +quadrillionth +quadrilobate +quadrilobed +quadrilocular +quadriloculate +quadrilogue +quadrilogy +quadrimembral +quadrimetallic +quadrimolecular +quadrimum +quadrinodal +quadrinomial +quadrinomical +quadrinominal +quadrinucleate +quadrioxalate +quadriparous +quadripartite +quadripartitely +quadripartition +quadripennate +quadriphosphate +quadriphyllous +quadripinnate +quadriplanar +quadriplegia +quadriplicate +quadriplicated +quadripolar +quadripole +quadriportico +quadriporticus +quadripulmonary +quadriquadric +quadriradiate +quadrireme +quadrisect +quadrisection +quadriseptate +quadriserial +quadrisetose +quadrispiral +quadristearate +quadrisulcate +quadrisulcated +quadrisulphide +quadrisyllabic +quadrisyllabical +quadrisyllable +quadrisyllabous +quadriternate +quadritubercular +quadrituberculate +quadriurate +quadrivalence +quadrivalency +quadrivalent +quadrivalently +quadrivalve +quadrivalvular +quadrivial +quadrivious +quadrivium +quadrivoltine +quadroon +quadrual +Quadrula +quadrum +Quadrumana +quadrumanal +quadrumane +quadrumanous +quadruped +quadrupedal +quadrupedan +quadrupedant +quadrupedantic +quadrupedantical +quadrupedate +quadrupedation +quadrupedism +quadrupedous +quadruplane +quadruplator +quadruple +quadrupleness +quadruplet +quadruplex +quadruplicate +quadruplication +quadruplicature +quadruplicity +quadruply +quadrupole +quaedam +Quaequae +quaesitum +quaestor +quaestorial +quaestorian +quaestorship +quaestuary +quaff +quaffer +quaffingly +quag +quagga +quagginess +quaggle +quaggy +quagmire +quagmiry +quahog +quail +quailberry +quailery +quailhead +quaillike +quaily +quaint +quaintance +quaintise +quaintish +quaintly +quaintness +Quaitso +quake +quakeful +quakeproof +Quaker +quaker +quakerbird +Quakerdom +Quakeress +Quakeric +Quakerish +Quakerishly +Quakerishness +Quakerism +Quakerization +Quakerize +Quakerlet +Quakerlike +Quakerly +Quakership +Quakery +quaketail +quakiness +quaking +quakingly +quaky +quale +qualifiable +qualification +qualificative +qualificator +qualificatory +qualified +qualifiedly +qualifiedness +qualifier +qualify +qualifyingly +qualimeter +qualitative +qualitatively +qualitied +quality +qualityless +qualityship +qualm +qualminess +qualmish +qualmishly +qualmishness +qualmproof +qualmy +qualmyish +qualtagh +Quamasia +Quamoclit +quan +quandary +quandong +quandy +quannet +quant +quanta +quantic +quantical +quantifiable +quantifiably +quantification +quantifier +quantify +quantimeter +quantitate +quantitative +quantitatively +quantitativeness +quantitied +quantitive +quantitively +quantity +quantivalence +quantivalency +quantivalent +quantization +quantize +quantometer +quantulum +quantum +Quapaw +quaquaversal +quaquaversally +quar +quarantinable +quarantine +quarantiner +quaranty +quardeel +quare +quarenden +quarender +quarentene +quark +quarl +quarle +quarred +quarrel +quarreled +quarreler +quarreling +quarrelingly +quarrelproof +quarrelsome +quarrelsomely +quarrelsomeness +quarriable +quarried +quarrier +quarry +quarryable +quarrying +quarryman +quarrystone +quart +quartan +quartane +quartation +quartenylic +quarter +quarterage +quarterback +quarterdeckish +quartered +quarterer +quartering +quarterization +quarterland +quarterly +quarterman +quartermaster +quartermasterlike +quartermastership +quartern +quarterpace +quarters +quartersaw +quartersawed +quarterspace +quarterstaff +quarterstetch +quartet +quartette +quartetto +quartful +quartic +quartile +quartine +quartiparous +quarto +Quartodeciman +quartodecimanism +quartole +quartz +quartzic +quartziferous +quartzite +quartzitic +quartzless +quartzoid +quartzose +quartzous +quartzy +quash +Quashee +quashey +quashy +quasi +quasijudicial +Quasimodo +quasky +quassation +quassative +Quassia +quassiin +quassin +quat +quata +quatch +quatercentenary +quatern +quaternal +quaternarian +quaternarius +quaternary +quaternate +quaternion +quaternionic +quaternionist +quaternitarian +quaternity +quaters +quatertenses +quatorzain +quatorze +quatrain +quatral +quatrayle +quatre +quatrefeuille +quatrefoil +quatrefoiled +quatrefoliated +quatrible +quatrin +quatrino +quatrocentism +quatrocentist +quatrocento +Quatsino +quattie +quattrini +quatuor +quatuorvirate +quauk +quave +quaver +quaverer +quavering +quaveringly +quaverous +quavery +quaverymavery +quaw +quawk +quay +quayage +quayful +quaylike +quayman +quayside +quaysider +qubba +queach +queachy +queak +queal +quean +queanish +queasily +queasiness +queasom +queasy +quebrachamine +quebrachine +quebrachitol +quebracho +quebradilla +Quechua +Quechuan +quedful +queechy +queen +queencake +queencraft +queencup +queendom +queenfish +queenhood +queening +queenite +queenless +queenlet +queenlike +queenliness +queenly +queenright +queenroot +queensberry +queenship +queenweed +queenwood +queer +queerer +queerish +queerishness +queerity +queerly +queerness +queersome +queery +queest +queesting +queet +queeve +quegh +quei +queintise +quelch +Quelea +quell +queller +quemado +queme +quemeful +quemefully +quemely +quench +quenchable +quenchableness +quencher +quenchless +quenchlessly +quenchlessness +quenelle +quenselite +quercetagetin +quercetic +quercetin +quercetum +quercic +Querciflorae +quercimeritrin +quercin +quercine +quercinic +quercitannic +quercitannin +quercite +quercitin +quercitol +quercitrin +quercitron +quercivorous +Quercus +Querecho +Querendi +Querendy +querent +Queres +querier +queriman +querimonious +querimoniously +querimoniousness +querimony +querist +querken +querl +quern +quernal +Quernales +quernstone +querulent +querulential +querulist +querulity +querulosity +querulous +querulously +querulousness +query +querying +queryingly +queryist +quesited +quesitive +quest +quester +questeur +questful +questingly +question +questionability +questionable +questionableness +questionably +questionary +questionee +questioner +questioningly +questionist +questionless +questionlessly +questionnaire +questionous +questionwise +questman +questor +questorial +questorship +quet +quetch +quetenite +quetzal +queue +quey +Quiangan +quiapo +quib +quibble +quibbleproof +quibbler +quibblingly +quiblet +quica +Quiche +quick +quickbeam +quickborn +quicken +quickenance +quickenbeam +quickener +quickfoot +quickhatch +quickhearted +quickie +quicklime +quickly +quickness +quicksand +quicksandy +quickset +quicksilver +quicksilvering +quicksilverish +quicksilverishness +quicksilvery +quickstep +quickthorn +quickwork +quid +Quidae +quiddative +quidder +Quiddist +quiddit +quidditative +quidditatively +quiddity +quiddle +quiddler +quidnunc +quiesce +quiescence +quiescency +quiescent +quiescently +quiet +quietable +quieten +quietener +quieter +quieting +quietism +quietist +quietistic +quietive +quietlike +quietly +quietness +quietsome +quietude +quietus +quiff +quiffing +Quiina +Quiinaceae +quiinaceous +quila +quiles +Quileute +quilkin +quill +Quillagua +quillai +quillaic +Quillaja +quillaja +quillback +quilled +quiller +quillet +quilleted +quillfish +quilling +quilltail +quillwork +quillwort +quilly +quilt +quilted +quilter +quilting +Quimbaya +Quimper +quin +quina +quinacrine +Quinaielt +quinaldic +quinaldine +quinaldinic +quinaldinium +quinaldyl +quinamicine +quinamidine +quinamine +quinanisole +quinaquina +quinarian +quinarius +quinary +quinate +quinatoxine +Quinault +quinazoline +quinazolyl +quince +quincentenary +quincentennial +quincewort +quinch +quincubital +quincubitalism +quincuncial +quincuncially +quincunx +quincunxial +quindecad +quindecagon +quindecangle +quindecasyllabic +quindecemvir +quindecemvirate +quindecennial +quindecim +quindecima +quindecylic +quindene +quinetum +quingentenary +quinhydrone +quinia +quinible +quinic +quinicine +quinidia +quinidine +quinin +quinina +quinine +quininiazation +quininic +quininism +quininize +quiniretin +quinisext +quinisextine +quinism +quinite +quinitol +quinizarin +quinize +quink +quinnat +quinnet +Quinnipiac +quinoa +quinocarbonium +quinoform +quinogen +quinoid +quinoidal +quinoidation +quinoidine +quinol +quinoline +quinolinic +quinolinium +quinolinyl +quinologist +quinology +quinolyl +quinometry +quinone +quinonediimine +quinonic +quinonimine +quinonization +quinonize +quinonoid +quinonyl +quinopyrin +quinotannic +quinotoxine +quinova +quinovatannic +quinovate +quinovic +quinovin +quinovose +quinoxaline +quinoxalyl +quinoyl +quinquagenarian +quinquagenary +Quinquagesima +quinquagesimal +quinquarticular +Quinquatria +Quinquatrus +quinquecapsular +quinquecostate +quinquedentate +quinquedentated +quinquefarious +quinquefid +quinquefoliate +quinquefoliated +quinquefoliolate +quinquegrade +quinquejugous +quinquelateral +quinqueliteral +quinquelobate +quinquelobated +quinquelobed +quinquelocular +quinqueloculine +quinquenary +quinquenerval +quinquenerved +quinquennalia +quinquennia +quinquenniad +quinquennial +quinquennialist +quinquennially +quinquennium +quinquepartite +quinquepedal +quinquepedalian +quinquepetaloid +quinquepunctal +quinquepunctate +quinqueradial +quinqueradiate +quinquereme +quinquertium +quinquesect +quinquesection +quinqueseptate +quinqueserial +quinqueseriate +quinquesyllabic +quinquesyllable +quinquetubercular +quinquetuberculate +quinquevalence +quinquevalency +quinquevalent +quinquevalve +quinquevalvous +quinquevalvular +quinqueverbal +quinqueverbial +quinquevir +quinquevirate +quinquiliteral +quinquina +quinquino +quinse +quinsied +quinsy +quinsyberry +quinsywort +quint +quintad +quintadena +quintadene +quintain +quintal +quintan +quintant +quintary +quintato +quinte +quintelement +quintennial +quinternion +quinteron +quinteroon +quintessence +quintessential +quintessentiality +quintessentially +quintessentiate +quintet +quintette +quintetto +quintic +quintile +Quintilis +Quintillian +quintillion +quintillionth +Quintin +quintin +quintiped +Quintius +quinto +quintocubital +quintocubitalism +quintole +quinton +quintroon +quintuple +quintuplet +quintuplicate +quintuplication +quintuplinerved +quintupliribbed +quintus +quinuclidine +quinyl +quinze +quinzieme +quip +quipful +quipo +quipper +quippish +quippishness +quippy +quipsome +quipsomeness +quipster +quipu +quira +quire +quirewise +Quirinal +Quirinalia +quirinca +quiritarian +quiritary +Quirite +Quirites +quirk +quirkiness +quirkish +quirksey +quirksome +quirky +quirl +quirquincho +quirt +quis +quisby +quiscos +quisle +quisling +Quisqualis +quisqueite +quisquilian +quisquiliary +quisquilious +quisquous +quisutsch +quit +quitch +quitclaim +quite +Quitemoca +Quiteno +quitrent +quits +quittable +quittance +quitted +quitter +quittor +Quitu +quiver +quivered +quiverer +quiverful +quivering +quiveringly +quiverish +quiverleaf +quivery +Quixote +quixotic +quixotical +quixotically +quixotism +quixotize +quixotry +quiz +quizzability +quizzable +quizzacious +quizzatorial +quizzee +quizzer +quizzery +quizzical +quizzicality +quizzically +quizzicalness +quizzification +quizzify +quizziness +quizzingly +quizzish +quizzism +quizzity +quizzy +Qung +quo +quod +quoddies +quoddity +quodlibet +quodlibetal +quodlibetarian +quodlibetary +quodlibetic +quodlibetical +quodlibetically +quoilers +quoin +quoined +quoining +quoit +quoiter +quoitlike +quoits +quondam +quondamly +quondamship +quoniam +quop +Quoratean +quorum +quot +quota +quotability +quotable +quotableness +quotably +quotation +quotational +quotationally +quotationist +quotative +quote +quotee +quoteless +quotennial +quoter +quoteworthy +quoth +quotha +quotidian +quotidianly +quotidianness +quotient +quotiety +quotingly +quotity +quotlibet +quotum +Qurti +R +r +ra +raad +Raanan +raash +Rab +rab +raband +rabanna +rabat +rabatine +rabatte +rabattement +rabbanist +rabbanite +rabbet +rabbeting +rabbi +rabbin +rabbinate +rabbindom +Rabbinic +rabbinic +Rabbinica +rabbinical +rabbinically +rabbinism +rabbinist +rabbinistic +rabbinistical +rabbinite +rabbinize +rabbinship +rabbiship +rabbit +rabbitberry +rabbiter +rabbithearted +rabbitlike +rabbitmouth +rabbitproof +rabbitroot +rabbitry +rabbitskin +rabbitweed +rabbitwise +rabbitwood +rabbity +rabble +rabblelike +rabblement +rabbleproof +rabbler +rabblesome +rabboni +rabbonim +Rabelaisian +Rabelaisianism +Rabelaism +Rabi +rabic +rabid +rabidity +rabidly +rabidness +rabies +rabietic +rabific +rabiform +rabigenic +Rabin +rabinet +rabirubia +rabitic +rabulistic +rabulous +raccoon +raccoonberry +raccroc +race +raceabout +racebrood +racecourse +racegoer +racegoing +racelike +racemate +racemation +raceme +racemed +racemic +racemiferous +racemiform +racemism +racemization +racemize +racemocarbonate +racemocarbonic +racemomethylate +racemose +racemosely +racemous +racemously +racemule +racemulose +racer +raceway +rach +rache +Rachel +rachial +rachialgia +rachialgic +rachianalgesia +Rachianectes +rachianesthesia +rachicentesis +rachides +rachidial +rachidian +rachiform +Rachiglossa +rachiglossate +rachigraph +rachilla +rachiocentesis +rachiococainize +rachiocyphosis +rachiodont +rachiodynia +rachiometer +rachiomyelitis +rachioparalysis +rachioplegia +rachioscoliosis +rachiotome +rachiotomy +rachipagus +rachis +rachischisis +rachitic +rachitis +rachitism +rachitogenic +rachitome +rachitomous +rachitomy +Rachycentridae +Rachycentron +racial +racialism +racialist +raciality +racialization +racialize +racially +racily +raciness +racing +racinglike +racism +racist +rack +rackabones +rackan +rackboard +racker +racket +racketeer +racketeering +racketer +racketing +racketlike +racketproof +racketry +rackett +rackettail +rackety +rackful +racking +rackingly +rackle +rackless +rackmaster +rackproof +rackrentable +rackway +rackwork +racloir +racon +raconteur +racoon +Racovian +racy +rad +rada +radar +radarman +radarscope +raddle +raddleman +raddlings +radectomy +Radek +radiability +radiable +radial +radiale +radialia +radiality +radialization +radialize +radially +radian +radiance +radiancy +radiant +radiantly +Radiata +radiate +radiated +radiately +radiateness +radiatics +radiatiform +radiation +radiational +radiative +radiatopatent +radiatoporose +radiatoporous +radiator +radiatory +radiatostriate +radiatosulcate +radiature +radical +radicalism +radicality +radicalization +radicalize +radically +radicalness +radicand +radicant +radicate +radicated +radicating +radication +radicel +radices +radicicola +radicicolous +radiciferous +radiciflorous +radiciform +radicivorous +radicle +radicolous +radicose +Radicula +radicular +radicule +radiculectomy +radiculitis +radiculose +radiectomy +radiescent +radiferous +radii +radio +radioacoustics +radioactinium +radioactivate +radioactive +radioactively +radioactivity +radioamplifier +radioanaphylaxis +radioautograph +radioautographic +radioautography +radiobicipital +radiobroadcast +radiobroadcaster +radiobroadcasting +radiobserver +radiocarbon +radiocarpal +radiocast +radiocaster +radiochemical +radiochemistry +radiocinematograph +radioconductor +radiode +radiodermatitis +radiodetector +radiodiagnosis +radiodigital +radiodontia +radiodontic +radiodontist +radiodynamic +radiodynamics +radioelement +radiogenic +radiogoniometer +radiogoniometric +radiogoniometry +radiogram +radiograph +radiographer +radiographic +radiographical +radiographically +radiography +radiohumeral +radioisotope +Radiolaria +radiolarian +radiolead +radiolite +Radiolites +radiolitic +Radiolitidae +radiolocation +radiolocator +radiologic +radiological +radiologist +radiology +radiolucency +radiolucent +radioluminescence +radioluminescent +radioman +radiomedial +radiometallography +radiometeorograph +radiometer +radiometric +radiometrically +radiometry +radiomicrometer +radiomovies +radiomuscular +radionecrosis +radioneuritis +radionics +radiopacity +radiopalmar +radiopaque +radiopelvimetry +radiophare +radiophone +radiophonic +radiophony +radiophosphorus +radiophotograph +radiophotography +radiopraxis +radioscope +radioscopic +radioscopical +radioscopy +radiosensibility +radiosensitive +radiosensitivity +radiosonde +radiosonic +radiostereoscopy +radiosurgery +radiosurgical +radiosymmetrical +radiotechnology +radiotelegram +radiotelegraph +radiotelegraphic +radiotelegraphy +radiotelephone +radiotelephonic +radiotelephony +radioteria +radiothallium +radiotherapeutic +radiotherapeutics +radiotherapeutist +radiotherapist +radiotherapy +radiothermy +radiothorium +radiotoxemia +radiotransparency +radiotransparent +radiotrician +Radiotron +radiotropic +radiotropism +radiovision +radish +radishlike +radium +radiumization +radiumize +radiumlike +radiumproof +radiumtherapy +radius +radix +radknight +radman +radome +radon +radsimir +radula +radulate +raduliferous +raduliform +Rafael +Rafe +raff +Raffaelesque +raffe +raffee +raffery +raffia +raffinase +raffinate +raffing +raffinose +raffish +raffishly +raffishness +raffle +raffler +Rafflesia +rafflesia +Rafflesiaceae +rafflesiaceous +Rafik +raft +raftage +rafter +raftiness +raftlike +raftman +raftsman +rafty +rag +raga +ragabash +ragabrash +ragamuffin +ragamuffinism +ragamuffinly +rage +rageful +ragefully +rageless +rageous +rageously +rageousness +rageproof +rager +ragesome +ragfish +ragged +raggedly +raggedness +raggedy +raggee +ragger +raggery +raggety +raggil +raggily +ragging +raggle +raggled +raggy +raghouse +Raghu +raging +ragingly +raglan +raglanite +raglet +raglin +ragman +Ragnar +ragout +ragpicker +ragseller +ragshag +ragsorter +ragstone +ragtag +ragtime +ragtimer +ragtimey +ragule +raguly +ragweed +ragwort +rah +Rahanwin +rahdar +rahdaree +Rahul +Raia +raia +Raiae +raid +raider +raidproof +Raif +Raiidae +raiiform +rail +railage +railbird +railer +railhead +railing +railingly +raillery +railless +raillike +railly +railman +railroad +railroadana +railroader +railroadiana +railroading +railroadish +railroadship +railway +railwaydom +railwayless +Raimannia +raiment +raimentless +rain +rainband +rainbird +rainbound +rainbow +rainbowlike +rainbowweed +rainbowy +rainburst +raincoat +raindrop +Rainer +rainer +rainfall +rainfowl +rainful +rainily +raininess +rainless +rainlessness +rainlight +rainproof +rainproofer +rainspout +rainstorm +raintight +rainwash +rainworm +rainy +raioid +Rais +rais +raisable +raise +raised +raiseman +raiser +raisin +raising +raisiny +Raj +raj +Raja +raja +Rajah +rajah +Rajarshi +rajaship +Rajasthani +rajbansi +Rajeev +Rajendra +Rajesh +Rajidae +Rajiv +Rajput +rakan +rake +rakeage +rakeful +rakehell +rakehellish +rakehelly +raker +rakery +rakesteel +rakestele +rakh +Rakhal +raki +rakily +raking +rakish +rakishly +rakishness +rakit +rakshasa +raku +Ralf +rallentando +ralliance +Rallidae +rallier +ralliform +Rallinae +ralline +Rallus +rally +Ralph +ralph +ralstonite +Ram +ram +Rama +ramada +Ramadoss +ramage +Ramaism +Ramaite +ramal +Raman +Ramanan +ramanas +ramarama +ramass +ramate +rambeh +ramberge +ramble +rambler +rambling +ramblingly +ramblingness +Rambo +rambong +rambooze +Rambouillet +rambunctious +rambutan +ramdohrite +rame +rameal +Ramean +ramed +ramekin +ramellose +rament +ramentaceous +ramental +ramentiferous +ramentum +rameous +ramequin +Rameses +Rameseum +Ramesh +Ramessid +Ramesside +ramet +ramex +ramfeezled +ramgunshoch +ramhead +ramhood +rami +ramicorn +ramie +ramiferous +ramificate +ramification +ramified +ramiflorous +ramiform +ramify +ramigerous +Ramillie +Ramillied +ramiparous +Ramiro +ramisection +ramisectomy +Ramism +Ramist +Ramistical +ramlike +ramline +rammack +rammel +rammelsbergite +rammer +rammerman +rammish +rammishly +rammishness +rammy +Ramneek +Ramnenses +Ramnes +Ramon +Ramona +Ramoosii +ramose +ramosely +ramosity +ramosopalmate +ramosopinnate +ramososubdivided +ramous +ramp +rampacious +rampaciously +rampage +rampageous +rampageously +rampageousness +rampager +rampagious +rampancy +rampant +rampantly +rampart +ramped +ramper +Ramphastidae +Ramphastides +Ramphastos +rampick +rampike +ramping +rampingly +rampion +rampire +rampler +ramplor +rampsman +ramrace +ramrod +ramroddy +ramscallion +ramsch +Ramsey +ramshackle +ramshackled +ramshackleness +ramshackly +ramson +ramstam +ramtil +ramular +ramule +ramuliferous +ramulose +ramulous +ramulus +ramus +ramuscule +Ramusi +Ran +ran +Rana +rana +ranal +Ranales +ranarian +ranarium +Ranatra +rance +rancel +rancellor +rancelman +rancer +rancescent +ranch +ranche +rancher +rancheria +ranchero +ranchless +ranchman +rancho +ranchwoman +rancid +rancidification +rancidify +rancidity +rancidly +rancidness +rancor +rancorous +rancorously +rancorousness +rancorproof +Rand +rand +Randal +Randall +Randallite +randan +randannite +Randell +randem +rander +Randia +randing +randir +Randite +randle +Randolph +random +randomish +randomization +randomize +randomly +randomness +randomwise +Randy +randy +rane +Ranella +Ranere +rang +rangatira +range +ranged +rangeless +rangeman +ranger +rangership +rangework +rangey +Rangifer +rangiferine +ranginess +ranging +rangle +rangler +rangy +rani +ranid +Ranidae +raniferous +raniform +Ranina +Raninae +ranine +raninian +ranivorous +Ranjit +rank +ranked +ranker +rankish +rankle +rankless +ranklingly +rankly +rankness +ranksman +rankwise +rann +rannel +rannigal +ranny +Ranquel +ransack +ransacker +ransackle +ransel +ranselman +ransom +ransomable +ransomer +ransomfree +ransomless +ranstead +rant +rantan +rantankerous +rantepole +ranter +Ranterism +ranting +rantingly +rantipole +rantock +ranty +ranula +ranular +Ranunculaceae +ranunculaceous +Ranunculales +ranunculi +Ranunculus +Ranzania +Raoulia +rap +Rapaces +rapaceus +rapacious +rapaciously +rapaciousness +rapacity +rapakivi +Rapallo +Rapanea +Rapateaceae +rapateaceous +rape +rapeful +raper +rapeseed +Raphael +Raphaelesque +Raphaelic +Raphaelism +Raphaelite +Raphaelitism +raphania +Raphanus +raphany +raphe +Raphia +raphide +raphides +raphidiferous +raphidiid +Raphidiidae +Raphidodea +Raphidoidea +Raphiolepis +raphis +rapic +rapid +rapidity +rapidly +rapidness +rapier +rapiered +rapillo +rapine +rapiner +raping +rapinic +rapist +raploch +rappage +rapparee +rappe +rappel +rapper +rapping +Rappist +rappist +Rappite +rapport +rapscallion +rapscallionism +rapscallionly +rapscallionry +rapt +raptatorial +raptatory +raptly +raptness +raptor +Raptores +raptorial +raptorious +raptril +rapture +raptured +raptureless +rapturist +rapturize +rapturous +rapturously +rapturousness +raptury +raptus +rare +rarebit +rarefaction +rarefactional +rarefactive +rarefiable +rarefication +rarefier +rarefy +rarely +rareness +rareripe +Rareyfy +rariconstant +rarish +rarity +Rarotongan +ras +rasa +Rasalas +Rasalhague +rasamala +rasant +rascacio +rascal +rascaldom +rascaless +rascalion +rascalism +rascality +rascalize +rascallike +rascallion +rascally +rascalry +rascalship +rasceta +rascette +rase +rasen +Rasenna +raser +rasgado +rash +rasher +rashful +rashing +rashlike +rashly +rashness +Rashti +rasion +Raskolnik +Rasores +rasorial +rasp +raspatorium +raspatory +raspberriade +raspberry +raspberrylike +rasped +rasper +rasping +raspingly +raspingness +raspings +raspish +raspite +raspy +rasse +Rasselas +rassle +Rastaban +raster +rastik +rastle +Rastus +rasure +rat +rata +ratability +ratable +ratableness +ratably +ratafee +ratafia +ratal +ratanhia +rataplan +ratbite +ratcatcher +ratcatching +ratch +ratchel +ratchelly +ratcher +ratchet +ratchetlike +ratchety +ratching +ratchment +rate +rated +ratel +rateless +ratement +ratepayer +ratepaying +rater +ratfish +rath +rathe +rathed +rathely +ratheness +rather +ratherest +ratheripe +ratherish +ratherly +rathest +rathite +Rathnakumar +rathole +rathskeller +raticidal +raticide +ratification +ratificationist +ratifier +ratify +ratihabition +ratine +rating +ratio +ratiocinant +ratiocinate +ratiocination +ratiocinative +ratiocinator +ratiocinatory +ratiometer +ration +rationable +rationably +rational +rationale +rationalism +rationalist +rationalistic +rationalistical +rationalistically +rationalisticism +rationality +rationalizable +rationalization +rationalize +rationalizer +rationally +rationalness +rationate +rationless +rationment +Ratitae +ratite +ratitous +ratlike +ratline +ratliner +ratoon +ratooner +ratproof +ratsbane +ratskeller +rattage +rattail +rattan +ratteen +ratten +rattener +ratter +rattery +ratti +rattinet +rattish +rattle +rattlebag +rattlebones +rattlebox +rattlebrain +rattlebrained +rattlebush +rattled +rattlehead +rattleheaded +rattlejack +rattlemouse +rattlenut +rattlepate +rattlepated +rattlepod +rattleproof +rattler +rattleran +rattleroot +rattlertree +rattles +rattleskull +rattleskulled +rattlesnake +rattlesome +rattletrap +rattleweed +rattlewort +rattling +rattlingly +rattlingness +rattly +ratton +rattoner +rattrap +Rattus +ratty +ratwa +ratwood +raucid +raucidity +raucity +raucous +raucously +raucousness +raught +raugrave +rauk +raukle +Raul +rauli +raun +raunge +raupo +rauque +Rauraci +Raurici +Rauwolfia +ravage +ravagement +ravager +rave +ravehook +raveinelike +ravel +raveler +ravelin +raveling +ravelly +ravelment +ravelproof +raven +Ravenala +ravendom +ravenduck +Ravenelia +ravener +ravenhood +ravening +ravenish +ravenlike +ravenous +ravenously +ravenousness +ravenry +ravens +Ravensara +ravensara +ravenstone +ravenwise +raver +Ravi +ravigote +ravin +ravinate +Ravindran +Ravindranath +ravine +ravined +ravinement +raviney +raving +ravingly +ravioli +ravish +ravishedly +ravisher +ravishing +ravishingly +ravishment +ravison +ravissant +raw +rawboned +rawbones +rawhead +rawhide +rawhider +rawish +rawishness +rawness +rax +Ray +ray +raya +rayage +Rayan +rayed +rayful +rayless +raylessness +raylet +Raymond +rayon +rayonnance +rayonnant +raze +razee +razer +razoo +razor +razorable +razorback +razorbill +razoredge +razorless +razormaker +razormaking +razorman +razorstrop +Razoumofskya +razz +razzia +razzly +re +rea +reaal +reabandon +reabolish +reabolition +reabridge +reabsence +reabsent +reabsolve +reabsorb +reabsorption +reabuse +reacceptance +reaccess +reaccession +reacclimatization +reacclimatize +reaccommodate +reaccompany +reaccomplish +reaccomplishment +reaccord +reaccost +reaccount +reaccredit +reaccrue +reaccumulate +reaccumulation +reaccusation +reaccuse +reaccustom +reacetylation +reach +reachable +reacher +reachieve +reachievement +reaching +reachless +reachy +reacidification +reacidify +reacknowledge +reacknowledgment +reacquaint +reacquaintance +reacquire +reacquisition +react +reactance +reactant +reaction +reactional +reactionally +reactionariness +reactionarism +reactionarist +reactionary +reactionaryism +reactionism +reactionist +reactivate +reactivation +reactive +reactively +reactiveness +reactivity +reactological +reactology +reactor +reactualization +reactualize +reactuate +read +readability +readable +readableness +readably +readapt +readaptability +readaptable +readaptation +readaptive +readaptiveness +readd +readdition +readdress +reader +readerdom +readership +readhere +readhesion +readily +readiness +reading +readingdom +readjourn +readjournment +readjudicate +readjust +readjustable +readjuster +readjustment +readmeasurement +readminister +readmiration +readmire +readmission +readmit +readmittance +readopt +readoption +readorn +readvance +readvancement +readvent +readventure +readvertency +readvertise +readvertisement +readvise +readvocate +ready +reaeration +reaffect +reaffection +reaffiliate +reaffiliation +reaffirm +reaffirmance +reaffirmation +reaffirmer +reafflict +reafford +reafforest +reafforestation +reaffusion +reagency +reagent +reaggravate +reaggravation +reaggregate +reaggregation +reaggressive +reagin +reagitate +reagitation +reagree +reagreement +reak +Real +real +realarm +reales +realest +realgar +realienate +realienation +realign +realignment +realism +realist +realistic +realistically +realisticize +reality +realive +realizability +realizable +realizableness +realizably +realization +realize +realizer +realizing +realizingly +reallegation +reallege +reallegorize +realliance +reallocate +reallocation +reallot +reallotment +reallow +reallowance +reallude +reallusion +really +realm +realmless +realmlet +realness +realter +realteration +realtor +realty +ream +reamage +reamalgamate +reamalgamation +reamass +reambitious +reamend +reamendment +reamer +reamerer +reaminess +reamputation +reamuse +reamy +reanalysis +reanalyze +reanchor +reanimalize +reanimate +reanimation +reanneal +reannex +reannexation +reannotate +reannounce +reannouncement +reannoy +reannoyance +reanoint +reanswer +reanvil +reanxiety +reap +reapable +reapdole +reaper +reapologize +reapology +reapparel +reapparition +reappeal +reappear +reappearance +reappease +reapplaud +reapplause +reappliance +reapplicant +reapplication +reapplier +reapply +reappoint +reappointment +reapportion +reapportionment +reapposition +reappraisal +reappraise +reappraisement +reappreciate +reappreciation +reapprehend +reapprehension +reapproach +reapprobation +reappropriate +reappropriation +reapproval +reapprove +rear +rearbitrate +rearbitration +rearer +reargue +reargument +rearhorse +rearisal +rearise +rearling +rearm +rearmament +rearmost +rearousal +rearouse +rearrange +rearrangeable +rearrangement +rearranger +rearray +rearrest +rearrival +rearrive +rearward +rearwardly +rearwardness +rearwards +reascend +reascendancy +reascendant +reascendency +reascendent +reascension +reascensional +reascent +reascertain +reascertainment +reashlar +reasiness +reask +reason +reasonability +reasonable +reasonableness +reasonably +reasoned +reasonedly +reasoner +reasoning +reasoningly +reasonless +reasonlessly +reasonlessness +reasonproof +reaspire +reassail +reassault +reassay +reassemblage +reassemble +reassembly +reassent +reassert +reassertion +reassertor +reassess +reassessment +reasseverate +reassign +reassignation +reassignment +reassimilate +reassimilation +reassist +reassistance +reassociate +reassociation +reassort +reassortment +reassume +reassumption +reassurance +reassure +reassured +reassuredly +reassurement +reassurer +reassuring +reassuringly +reastiness +reastonish +reastonishment +reastray +reasty +reasy +reattach +reattachment +reattack +reattain +reattainment +reattempt +reattend +reattendance +reattention +reattentive +reattest +reattire +reattract +reattraction +reattribute +reattribution +reatus +reaudit +reauthenticate +reauthentication +reauthorization +reauthorize +reavail +reavailable +reave +reaver +reavoid +reavoidance +reavouch +reavow +reawait +reawake +reawaken +reawakening +reawakenment +reaward +reaware +reb +rebab +reback +rebag +rebait +rebake +rebalance +rebale +reballast +reballot +reban +rebandage +rebanish +rebanishment +rebankrupt +rebankruptcy +rebaptism +rebaptismal +rebaptization +rebaptize +rebaptizer +rebar +rebarbarization +rebarbarize +rebarbative +rebargain +rebase +rebasis +rebatable +rebate +rebateable +rebatement +rebater +rebathe +rebato +rebawl +rebeamer +rebear +rebeat +rebeautify +rebec +Rebecca +Rebeccaism +Rebeccaites +rebeck +rebecome +rebed +rebeg +rebeget +rebeggar +rebegin +rebeginner +rebeginning +rebeguile +rebehold +Rebekah +rebel +rebeldom +rebelief +rebelieve +rebeller +rebellike +rebellion +rebellious +rebelliously +rebelliousness +rebellow +rebelly +rebelong +rebelove +rebelproof +rebemire +rebend +rebenediction +rebenefit +rebeset +rebesiege +rebestow +rebestowal +rebetake +rebetray +rebewail +rebia +rebias +rebid +rebill +rebillet +rebilling +rebind +rebirth +rebite +reblade +reblame +reblast +rebleach +reblend +rebless +reblock +rebloom +reblossom +reblot +reblow +reblue +rebluff +reblunder +reboant +reboantic +reboard +reboast +rebob +reboil +reboiler +reboise +reboisement +rebold +rebolt +rebone +rebook +rebop +rebore +reborn +reborrow +rebottle +Reboulia +rebounce +rebound +reboundable +rebounder +reboundingness +rebourbonize +rebox +rebrace +rebraid +rebranch +rebrand +rebrandish +rebreathe +rebreed +rebrew +rebribe +rebrick +rebridge +rebring +rebringer +rebroach +rebroadcast +rebronze +rebrown +rebrush +rebrutalize +rebubble +rebuckle +rebud +rebudget +rebuff +rebuffable +rebuffably +rebuffet +rebuffproof +rebuild +rebuilder +rebuilt +rebukable +rebuke +rebukeable +rebukeful +rebukefully +rebukefulness +rebukeproof +rebuker +rebukingly +rebulk +rebunch +rebundle +rebunker +rebuoy +rebuoyage +reburden +reburgeon +reburial +reburn +reburnish +reburst +rebury +rebus +rebush +rebusy +rebut +rebute +rebutment +rebuttable +rebuttal +rebutter +rebutton +rebuy +recable +recadency +recage +recalcination +recalcine +recalcitrance +recalcitrant +recalcitrate +recalcitration +recalculate +recalculation +recalesce +recalescence +recalescent +recalibrate +recalibration +recalk +recall +recallable +recallist +recallment +recampaign +recancel +recancellation +recandescence +recandidacy +recant +recantation +recanter +recantingly +recanvas +recap +recapacitate +recapitalization +recapitalize +recapitulate +recapitulation +recapitulationist +recapitulative +recapitulator +recapitulatory +recappable +recapper +recaption +recaptivate +recaptivation +recaptor +recapture +recapturer +recarbon +recarbonate +recarbonation +recarbonization +recarbonize +recarbonizer +recarburization +recarburize +recarburizer +recarnify +recarpet +recarriage +recarrier +recarry +recart +recarve +recase +recash +recasket +recast +recaster +recasting +recatalogue +recatch +recaulescence +recausticize +recce +recco +reccy +recede +recedence +recedent +receder +receipt +receiptable +receiptless +receiptor +receipts +receivability +receivable +receivables +receivablness +receival +receive +received +receivedness +receiver +receivership +recelebrate +recelebration +recement +recementation +recency +recense +recension +recensionist +recensor +recensure +recensus +recent +recenter +recently +recentness +recentralization +recentralize +recentre +recept +receptacle +receptacular +receptaculite +Receptaculites +receptaculitid +Receptaculitidae +receptaculitoid +receptaculum +receptant +receptibility +receptible +reception +receptionism +receptionist +receptitious +receptive +receptively +receptiveness +receptivity +receptor +receptoral +receptorial +receptual +receptually +recercelee +recertificate +recertify +recess +recesser +recession +recessional +recessionary +recessive +recessively +recessiveness +recesslike +recessor +Rechabite +Rechabitism +rechafe +rechain +rechal +rechallenge +rechamber +rechange +rechant +rechaos +rechar +recharge +recharter +rechase +rechaser +rechasten +rechaw +recheat +recheck +recheer +recherche +rechew +rechip +rechisel +rechoose +rechristen +rechuck +rechurn +recidivation +recidive +recidivism +recidivist +recidivistic +recidivity +recidivous +recipe +recipiangle +recipience +recipiency +recipiend +recipiendary +recipient +recipiomotor +reciprocable +reciprocal +reciprocality +reciprocalize +reciprocally +reciprocalness +reciprocate +reciprocation +reciprocative +reciprocator +reciprocatory +reciprocitarian +reciprocity +recircle +recirculate +recirculation +recision +recission +recissory +recitable +recital +recitalist +recitatif +recitation +recitationalism +recitationist +recitative +recitatively +recitativical +recitativo +recite +recitement +reciter +recivilization +recivilize +reck +reckla +reckless +recklessly +recklessness +reckling +reckon +reckonable +reckoner +reckoning +reclaim +reclaimable +reclaimableness +reclaimably +reclaimant +reclaimer +reclaimless +reclaimment +reclama +reclamation +reclang +reclasp +reclass +reclassification +reclassify +reclean +recleaner +recleanse +reclear +reclearance +reclimb +reclinable +reclinate +reclinated +reclination +recline +recliner +reclose +reclothe +reclothing +recluse +reclusely +recluseness +reclusery +reclusion +reclusive +reclusiveness +reclusory +recoach +recoagulation +recoal +recoast +recoat +recock +recoct +recoction +recode +recodification +recodify +recogitate +recogitation +recognition +recognitive +recognitor +recognitory +recognizability +recognizable +recognizably +recognizance +recognizant +recognize +recognizedly +recognizee +recognizer +recognizingly +recognizor +recognosce +recohabitation +recoil +recoiler +recoilingly +recoilment +recoin +recoinage +recoiner +recoke +recollapse +recollate +recollation +Recollect +recollectable +recollected +recollectedly +recollectedness +recollectible +recollection +recollective +recollectively +recollectiveness +Recollet +recolonization +recolonize +recolor +recomb +recombination +recombine +recomember +recomfort +recommand +recommence +recommencement +recommencer +recommend +recommendability +recommendable +recommendableness +recommendably +recommendation +recommendatory +recommendee +recommender +recommission +recommit +recommitment +recommittal +recommunicate +recommunion +recompact +recompare +recomparison +recompass +recompel +recompensable +recompensate +recompensation +recompense +recompenser +recompensive +recompete +recompetition +recompetitor +recompilation +recompile +recompilement +recomplain +recomplaint +recomplete +recompletion +recompliance +recomplicate +recomplication +recomply +recompose +recomposer +recomposition +recompound +recomprehend +recomprehension +recompress +recompression +recomputation +recompute +recon +reconceal +reconcealment +reconcede +reconceive +reconcentrate +reconcentration +reconception +reconcert +reconcession +reconcilability +reconcilable +reconcilableness +reconcilably +reconcile +reconcilee +reconcileless +reconcilement +reconciler +reconciliability +reconciliable +reconciliate +reconciliation +reconciliative +reconciliator +reconciliatory +reconciling +reconcilingly +reconclude +reconclusion +reconcoct +reconcrete +reconcur +recondemn +recondemnation +recondensation +recondense +recondite +reconditely +reconditeness +recondition +recondole +reconduct +reconduction +reconfer +reconfess +reconfide +reconfine +reconfinement +reconfirm +reconfirmation +reconfiscate +reconfiscation +reconform +reconfound +reconfront +reconfuse +reconfusion +recongeal +recongelation +recongest +recongestion +recongratulate +recongratulation +reconjoin +reconjunction +reconnaissance +reconnect +reconnection +reconnoissance +reconnoiter +reconnoiterer +reconnoiteringly +reconnoitre +reconnoitrer +reconnoitringly +reconquer +reconqueror +reconquest +reconsecrate +reconsecration +reconsent +reconsider +reconsideration +reconsign +reconsignment +reconsole +reconsolidate +reconsolidation +reconstituent +reconstitute +reconstitution +reconstruct +reconstructed +reconstruction +reconstructional +reconstructionary +reconstructionist +reconstructive +reconstructiveness +reconstructor +reconstrue +reconsult +reconsultation +recontact +recontemplate +recontemplation +recontend +recontest +recontinuance +recontinue +recontract +recontraction +recontrast +recontribute +recontribution +recontrivance +recontrive +recontrol +reconvalesce +reconvalescence +reconvalescent +reconvene +reconvention +reconventional +reconverge +reconverse +reconversion +reconvert +reconvertible +reconvey +reconveyance +reconvict +reconviction +reconvince +reconvoke +recook +recool +recooper +recopper +recopy +recopyright +record +recordable +recordant +recordation +recordative +recordatively +recordatory +recordedly +recorder +recordership +recording +recordist +recordless +recork +recorporification +recorporify +recorrect +recorrection +recorrupt +recorruption +recostume +recounsel +recount +recountable +recountal +recountenance +recounter +recountless +recoup +recoupable +recouper +recouple +recoupment +recourse +recover +recoverability +recoverable +recoverableness +recoverance +recoveree +recoverer +recoveringly +recoverless +recoveror +recovery +recramp +recrank +recrate +recreance +recreancy +recreant +recreantly +recreantness +recrease +recreate +recreation +recreational +recreationist +recreative +recreatively +recreativeness +recreator +recreatory +recredit +recrement +recremental +recrementitial +recrementitious +recrescence +recrew +recriminate +recrimination +recriminative +recriminator +recriminatory +recriticize +recroon +recrop +recross +recrowd +recrown +recrucify +recrudency +recrudesce +recrudescence +recrudescency +recrudescent +recruit +recruitable +recruitage +recruital +recruitee +recruiter +recruithood +recruiting +recruitment +recruity +recrush +recrusher +recrystallization +recrystallize +rect +recta +rectal +rectalgia +rectally +rectangle +rectangled +rectangular +rectangularity +rectangularly +rectangularness +rectangulate +rectangulometer +rectectomy +recti +rectifiable +rectification +rectificative +rectificator +rectificatory +rectified +rectifier +rectify +rectigrade +Rectigraph +rectilineal +rectilineally +rectilinear +rectilinearism +rectilinearity +rectilinearly +rectilinearness +rectilineation +rectinerved +rection +rectipetality +rectirostral +rectischiac +rectiserial +rectitic +rectitis +rectitude +rectitudinous +recto +rectoabdominal +rectocele +rectoclysis +rectococcygeal +rectococcygeus +rectocolitic +rectocolonic +rectocystotomy +rectogenital +rectopexy +rectoplasty +rector +rectoral +rectorate +rectoress +rectorial +rectorrhaphy +rectorship +rectory +rectoscope +rectoscopy +rectosigmoid +rectostenosis +rectostomy +rectotome +rectotomy +rectovaginal +rectovesical +rectress +rectricial +rectrix +rectum +rectus +recubant +recubate +recultivate +recultivation +recumbence +recumbency +recumbent +recumbently +recuperability +recuperance +recuperate +recuperation +recuperative +recuperativeness +recuperator +recuperatory +recur +recure +recureful +recureless +recurl +recurrence +recurrency +recurrent +recurrently +recurrer +recurring +recurringly +recurse +recursion +recursive +recurtain +recurvant +recurvate +recurvation +recurvature +recurve +Recurvirostra +recurvirostral +Recurvirostridae +recurvopatent +recurvoternate +recurvous +recusance +recusancy +recusant +recusation +recusative +recusator +recuse +recushion +recussion +recut +recycle +Red +red +redact +redaction +redactional +redactor +redactorial +redamage +redamnation +redan +redare +redargue +redargution +redargutive +redargutory +redarken +redarn +redart +redate +redaub +redawn +redback +redbait +redbeard +redbelly +redberry +redbill +redbird +redbone +redbreast +redbrush +redbuck +redbud +redcap +redcoat +redd +redden +reddendo +reddendum +reddening +redder +redding +reddingite +reddish +reddishness +reddition +reddleman +reddock +reddsman +reddy +rede +redeal +redebate +redebit +redeceive +redecide +redecimate +redecision +redeck +redeclaration +redeclare +redecline +redecorate +redecoration +redecrease +redecussate +rededicate +rededication +rededicatory +rededuct +rededuction +redeed +redeem +redeemability +redeemable +redeemableness +redeemably +redeemer +redeemeress +redeemership +redeemless +redefault +redefeat +redefecate +redefer +redefiance +redefine +redefinition +redeflect +redefy +redeify +redelay +redelegate +redelegation +redeliberate +redeliberation +redeliver +redeliverance +redeliverer +redelivery +redemand +redemandable +redemise +redemolish +redemonstrate +redemonstration +redemptible +Redemptine +redemption +redemptional +redemptioner +Redemptionist +redemptionless +redemptive +redemptively +redemptor +redemptorial +Redemptorist +redemptory +redemptress +redemptrice +redenigrate +redeny +redepend +redeploy +redeployment +redeposit +redeposition +redepreciate +redepreciation +redeprive +rederivation +redescend +redescent +redescribe +redescription +redesertion +redeserve +redesign +redesignate +redesignation +redesire +redesirous +redesman +redespise +redetect +redetention +redetermination +redetermine +redevelop +redeveloper +redevelopment +redevise +redevote +redevotion +redeye +redfin +redfinch +redfish +redfoot +redhead +redheaded +redheadedly +redheadedness +redhearted +redhibition +redhibitory +redhoop +redia +redictate +redictation +redient +redifferentiate +redifferentiation +redig +redigest +redigestion +rediminish +redingote +redintegrate +redintegration +redintegrative +redintegrator +redip +redipper +redirect +redirection +redisable +redisappear +redisburse +redisbursement +redischarge +rediscipline +rediscount +rediscourage +rediscover +rediscoverer +rediscovery +rediscuss +rediscussion +redisembark +redismiss +redispatch +redispel +redisperse +redisplay +redispose +redisposition +redispute +redissect +redissection +redisseise +redisseisin +redisseisor +redisseize +redisseizin +redisseizor +redissoluble +redissolution +redissolvable +redissolve +redistend +redistill +redistillation +redistiller +redistinguish +redistrain +redistrainer +redistribute +redistributer +redistribution +redistributive +redistributor +redistributory +redistrict +redisturb +redive +rediversion +redivert +redivertible +redivide +redivision +redivive +redivivous +redivivus +redivorce +redivorcement +redivulge +redivulgence +redjacket +redknees +redleg +redlegs +redly +redmouth +redness +redo +redock +redocket +redolence +redolency +redolent +redolently +redominate +redondilla +redoom +redouble +redoublement +redoubler +redoubling +redoubt +redoubtable +redoubtableness +redoubtably +redoubted +redound +redowa +redox +redpoll +redraft +redrag +redrape +redraw +redrawer +redream +redredge +redress +redressable +redressal +redresser +redressible +redressive +redressless +redressment +redressor +redrill +redrive +redroot +redry +redsear +redshank +redshirt +redskin +redstart +redstreak +redtab +redtail +redthroat +redtop +redub +redubber +reduce +reduceable +reduceableness +reduced +reducement +reducent +reducer +reducibility +reducible +reducibleness +reducibly +reducing +reduct +reductant +reductase +reductibility +reduction +reductional +reductionism +reductionist +reductionistic +reductive +reductively +reductor +reductorial +redue +Redunca +redundance +redundancy +redundant +redundantly +reduplicate +reduplication +reduplicative +reduplicatively +reduplicatory +reduplicature +reduviid +Reduviidae +reduvioid +Reduvius +redux +redward +redware +redweed +redwing +redwithe +redwood +redye +Ree +ree +reechy +reed +reedbird +reedbuck +reedbush +reeded +reeden +reeder +reediemadeasy +reedily +reediness +reeding +reedish +reedition +reedless +reedlike +reedling +reedmaker +reedmaking +reedman +reedplot +reedwork +reedy +reef +reefable +reefer +reefing +reefy +reek +reeker +reekingly +reeky +reel +reelable +reeled +reeler +reelingly +reelrall +reem +reeming +reemish +reen +reenge +reeper +Rees +reese +reeshle +reesk +reesle +reest +reester +reestle +reesty +reet +reetam +reetle +reeve +reeveland +reeveship +ref +reface +refacilitate +refall +refallow +refan +refascinate +refascination +refashion +refashioner +refashionment +refasten +refathered +refavor +refect +refection +refectionary +refectioner +refective +refectorarian +refectorary +refectorer +refectorial +refectorian +refectory +refederate +refeed +refeel +refeign +refel +refence +refer +referable +referee +reference +referenda +referendal +referendary +referendaryship +referendum +referent +referential +referentially +referently +referment +referral +referrer +referrible +referribleness +refertilization +refertilize +refetch +refight +refigure +refill +refillable +refilm +refilter +refinable +refinage +refinance +refind +refine +refined +refinedly +refinedness +refinement +refiner +refinery +refinger +refining +refiningly +refinish +refire +refit +refitment +refix +refixation +refixture +reflag +reflagellate +reflame +reflash +reflate +reflation +reflationism +reflect +reflectance +reflected +reflectedly +reflectedness +reflectent +reflecter +reflectibility +reflectible +reflecting +reflectingly +reflection +reflectional +reflectionist +reflectionless +reflective +reflectively +reflectiveness +reflectivity +reflectometer +reflectometry +reflector +reflectoscope +refledge +reflee +reflex +reflexed +reflexibility +reflexible +reflexism +reflexive +reflexively +reflexiveness +reflexivity +reflexly +reflexness +reflexogenous +reflexological +reflexologist +reflexology +refling +refloat +refloatation +reflog +reflood +refloor +reflorescence +reflorescent +reflourish +reflourishment +reflow +reflower +refluctuation +refluence +refluency +refluent +reflush +reflux +refluxed +refly +refocillate +refocillation +refocus +refold +refoment +refont +refool +refoot +reforbid +reforce +reford +reforecast +reforest +reforestation +reforestization +reforestize +reforestment +reforfeit +reforfeiture +reforge +reforger +reforget +reforgive +reform +reformability +reformable +reformableness +reformado +reformandum +Reformati +reformation +reformational +reformationary +reformationist +reformative +reformatively +reformatness +reformatory +reformed +reformedly +reformer +reformeress +reformingly +reformism +reformist +reformistic +reformproof +reformulate +reformulation +reforsake +refortification +refortify +reforward +refound +refoundation +refounder +refract +refractable +refracted +refractedly +refractedness +refractile +refractility +refracting +refraction +refractional +refractionate +refractionist +refractive +refractively +refractiveness +refractivity +refractometer +refractometric +refractometry +refractor +refractorily +refractoriness +refractory +refracture +refragability +refragable +refragableness +refrain +refrainer +refrainment +reframe +refrangent +refrangibility +refrangible +refrangibleness +refreeze +refrenation +refrenzy +refresh +refreshant +refreshen +refreshener +refresher +refreshful +refreshfully +refreshing +refreshingly +refreshingness +refreshment +refrigerant +refrigerate +refrigerating +refrigeration +refrigerative +refrigerator +refrigeratory +refrighten +refringence +refringency +refringent +refront +refrustrate +reft +refuel +refueling +refuge +refugee +refugeeism +refugeeship +refulge +refulgence +refulgency +refulgent +refulgently +refulgentness +refunction +refund +refunder +refundment +refurbish +refurbishment +refurl +refurnish +refurnishment +refusable +refusal +refuse +refuser +refusing +refusingly +refusion +refusive +refutability +refutable +refutably +refutal +refutation +refutative +refutatory +refute +refuter +reg +regain +regainable +regainer +regainment +regal +regale +Regalecidae +Regalecus +regalement +regaler +regalia +regalian +regalism +regalist +regality +regalize +regallop +regally +regalness +regalvanization +regalvanize +regard +regardable +regardance +regardancy +regardant +regarder +regardful +regardfully +regardfulness +regarding +regardless +regardlessly +regardlessness +regarment +regarnish +regarrison +regather +regatta +regauge +regelate +regelation +regency +regeneracy +regenerance +regenerant +regenerate +regenerateness +regeneration +regenerative +regeneratively +regenerator +regeneratory +regeneratress +regeneratrix +regenesis +regent +regental +regentess +regentship +regerminate +regermination +reges +reget +Regga +Reggie +regia +regicidal +regicide +regicidism +regift +regifuge +regild +regill +regime +regimen +regimenal +regiment +regimental +regimentaled +regimentalled +regimentally +regimentals +regimentary +regimentation +regiminal +regin +reginal +Reginald +region +regional +regionalism +regionalist +regionalistic +regionalization +regionalize +regionally +regionary +regioned +register +registered +registerer +registership +registrability +registrable +registral +registrant +registrar +registrarship +registrary +registrate +registration +registrational +registrationist +registrator +registrer +registry +regive +regladden +reglair +reglaze +regle +reglement +reglementary +reglementation +reglementist +reglet +reglorified +regloss +reglove +reglow +reglue +regma +regmacarp +regnal +regnancy +regnant +regnerable +regolith +regorge +regovern +regradation +regrade +regraduate +regraduation +regraft +regrant +regrasp +regrass +regrate +regrater +regratification +regratify +regrating +regratingly +regrator +regratress +regravel +regrede +regreen +regreet +regress +regression +regressionist +regressive +regressively +regressiveness +regressivity +regressor +regret +regretful +regretfully +regretfulness +regretless +regrettable +regrettableness +regrettably +regretter +regrettingly +regrind +regrinder +regrip +regroup +regroupment +regrow +regrowth +reguarantee +reguard +reguardant +reguide +regula +regulable +regular +Regulares +Regularia +regularity +regularization +regularize +regularizer +regularly +regularness +regulatable +regulate +regulated +regulation +regulationist +regulative +regulatively +regulator +regulatorship +regulatory +regulatress +regulatris +reguli +reguline +regulize +Regulus +regulus +regur +regurge +regurgitant +regurgitate +regurgitation +regush +reh +rehabilitate +rehabilitation +rehabilitative +rehair +rehale +rehallow +rehammer +rehandicap +rehandle +rehandler +rehandling +rehang +rehappen +reharden +reharm +reharmonize +reharness +reharrow +reharvest +rehash +rehaul +rehazard +rehead +reheal +reheap +rehear +rehearing +rehearsal +rehearse +rehearser +rehearten +reheat +reheater +Reheboth +rehedge +reheel +reheighten +Rehoboam +Rehoboth +Rehobothan +rehoe +rehoist +rehollow +rehonor +rehonour +rehood +rehook +rehoop +rehouse +rehumanize +rehumble +rehumiliate +rehumiliation +rehung +rehybridize +rehydrate +rehydration +rehypothecate +rehypothecation +rehypothecator +reichsgulden +Reichsland +Reichslander +reichsmark +reichspfennig +reichstaler +Reid +reidentification +reidentify +reif +reification +reify +reign +reignite +reignition +reignore +reillume +reilluminate +reillumination +reillumine +reillustrate +reillustration +reim +reimage +reimagination +reimagine +reimbark +reimbarkation +reimbibe +reimbody +reimbursable +reimburse +reimbursement +reimburser +reimbush +reimbushment +reimkennar +reimmerge +reimmerse +reimmersion +reimmigrant +reimmigration +reimpact +reimpark +reimpart +reimpatriate +reimpatriation +reimpel +reimplant +reimplantation +reimply +reimport +reimportation +reimportune +reimpose +reimposition +reimposure +reimpregnate +reimpress +reimpression +reimprint +reimprison +reimprisonment +reimprove +reimprovement +reimpulse +rein +reina +reinability +reinaugurate +reinauguration +reincapable +reincarnadine +reincarnate +reincarnation +reincarnationism +reincarnationist +reincense +reincentive +reincidence +reincidency +reincite +reinclination +reincline +reinclude +reinclusion +reincorporate +reincorporation +reincrease +reincrudate +reincrudation +reinculcate +reincur +reindebted +reindebtedness +reindeer +reindependence +reindicate +reindication +reindict +reindictment +reindifferent +reindorse +reinduce +reinducement +reindue +reindulge +reindulgence +Reiner +reinette +reinfect +reinfection +reinfectious +reinfer +reinfest +reinfestation +reinflame +reinflate +reinflation +reinflict +reinfliction +reinfluence +reinforce +reinforcement +reinforcer +reinform +reinfuse +reinfusion +reingraft +reingratiate +reingress +reinhabit +reinhabitation +Reinhard +reinherit +reinitiate +reinitiation +reinject +reinjure +reinless +reinoculate +reinoculation +reinquire +reinquiry +reins +reinsane +reinsanity +reinscribe +reinsert +reinsertion +reinsist +reinsman +reinspect +reinspection +reinspector +reinsphere +reinspiration +reinspire +reinspirit +reinstall +reinstallation +reinstallment +reinstalment +reinstate +reinstatement +reinstation +reinstator +reinstauration +reinstil +reinstill +reinstitute +reinstitution +reinstruct +reinstruction +reinsult +reinsurance +reinsure +reinsurer +reintegrate +reintegration +reintend +reinter +reintercede +reintercession +reinterchange +reinterest +reinterfere +reinterference +reinterment +reinterpret +reinterpretation +reinterrogate +reinterrogation +reinterrupt +reinterruption +reintervene +reintervention +reinterview +reinthrone +reintimate +reintimation +reintitule +reintrench +reintroduce +reintroduction +reintrude +reintrusion +reintuition +reintuitive +reinvade +reinvasion +reinvent +reinvention +reinventor +reinversion +reinvert +reinvest +reinvestigate +reinvestigation +reinvestiture +reinvestment +reinvigorate +reinvigoration +reinvitation +reinvite +reinvoice +reinvolve +Reinwardtia +reirrigate +reirrigation +reis +reisolation +reissuable +reissue +reissuement +reissuer +reit +reitbok +reitbuck +reitemize +reiter +reiterable +reiterance +reiterant +reiterate +reiterated +reiteratedly +reiteratedness +reiteration +reiterative +reiteratively +reiver +rejail +Rejang +reject +rejectable +rejectableness +rejectage +rejectamenta +rejecter +rejectingly +rejection +rejective +rejectment +rejector +rejerk +rejoice +rejoiceful +rejoicement +rejoicer +rejoicing +rejoicingly +rejoin +rejoinder +rejolt +rejourney +rejudge +rejumble +rejunction +rejustification +rejustify +rejuvenant +rejuvenate +rejuvenation +rejuvenative +rejuvenator +rejuvenesce +rejuvenescence +rejuvenescent +rejuvenize +Reki +rekick +rekill +rekindle +rekindlement +rekindler +reking +rekiss +reknit +reknow +rel +relabel +relace +relacquer +relade +reladen +relais +relament +relamp +reland +relap +relapper +relapsable +relapse +relapseproof +relapser +relapsing +relast +relaster +relata +relatability +relatable +relatch +relate +related +relatedness +relater +relatinization +relation +relational +relationality +relationally +relationary +relationism +relationist +relationless +relationship +relatival +relative +relatively +relativeness +relativism +relativist +relativistic +relativity +relativization +relativize +relator +relatrix +relatum +relaunch +relax +relaxable +relaxant +relaxation +relaxative +relaxatory +relaxed +relaxedly +relaxedness +relaxer +relay +relayman +relbun +relead +releap +relearn +releasable +release +releasee +releasement +releaser +releasor +releather +relection +relegable +relegate +relegation +relend +relent +relenting +relentingly +relentless +relentlessly +relentlessness +relentment +relessee +relessor +relet +reletter +relevance +relevancy +relevant +relevantly +relevate +relevation +relevator +relevel +relevy +reliability +reliable +reliableness +reliably +reliance +reliant +reliantly +reliberate +relic +relicary +relicense +relick +reliclike +relicmonger +relict +relicted +reliction +relief +reliefless +relier +relievable +relieve +relieved +relievedly +reliever +relieving +relievingly +relievo +relift +religate +religation +relight +relightable +relighten +relightener +relighter +religion +religionary +religionate +religioner +religionism +religionist +religionistic +religionize +religionless +religiose +religiosity +religious +religiously +religiousness +relime +relimit +relimitation +reline +reliner +relink +relinquent +relinquish +relinquisher +relinquishment +reliquaire +reliquary +reliquefy +reliquiae +reliquian +reliquidate +reliquidation +reliquism +relish +relishable +relisher +relishing +relishingly +relishsome +relishy +relist +relisten +relitigate +relive +Rellyan +Rellyanism +Rellyanite +reload +reloan +relocable +relocate +relocation +relocator +relock +relodge +relook +relose +relost +relot +relove +relower +relucent +reluct +reluctance +reluctancy +reluctant +reluctantly +reluctate +reluctation +reluctivity +relume +relumine +rely +remade +remagnetization +remagnetize +remagnification +remagnify +remail +remain +remainder +remainderman +remaindership +remainer +remains +remaintain +remaintenance +remake +remaker +reman +remanage +remanagement +remanation +remancipate +remancipation +remand +remandment +remanence +remanency +remanent +remanet +remanipulate +remanipulation +remantle +remanufacture +remanure +remap +remarch +remargin +remark +remarkability +remarkable +remarkableness +remarkably +remarkedly +remarker +remarket +remarque +remarriage +remarry +remarshal +remask +remass +remast +remasticate +remastication +rematch +rematerialize +remble +Rembrandt +Rembrandtesque +Rembrandtish +Rembrandtism +remeant +remeasure +remeasurement +remede +remediable +remediableness +remediably +remedial +remedially +remediation +remediless +remedilessly +remedilessness +remeditate +remeditation +remedy +remeet +remelt +remember +rememberability +rememberable +rememberably +rememberer +remembrance +remembrancer +remembrancership +rememorize +remenace +remend +remerge +remetal +remex +Remi +remica +remicate +remication +remicle +remiform +remigate +remigation +remiges +remigial +remigrant +remigrate +remigration +Remijia +remilitarization +remilitarize +remill +remimic +remind +remindal +reminder +remindful +remindingly +remineralization +remineralize +remingle +reminisce +reminiscence +reminiscenceful +reminiscencer +reminiscency +reminiscent +reminiscential +reminiscentially +reminiscently +reminiscer +reminiscitory +remint +remiped +remirror +remise +remisrepresent +remisrepresentation +remiss +remissful +remissibility +remissible +remissibleness +remission +remissive +remissively +remissiveness +remissly +remissness +remissory +remisunderstand +remit +remitment +remittable +remittal +remittance +remittancer +remittee +remittence +remittency +remittent +remittently +remitter +remittitur +remittor +remix +remixture +remnant +remnantal +remobilization +remobilize +Remoboth +remock +remodel +remodeler +remodeller +remodelment +remodification +remodify +remolade +remold +remollient +remonetization +remonetize +remonstrance +remonstrant +remonstrantly +remonstrate +remonstrating +remonstratingly +remonstration +remonstrative +remonstratively +remonstrator +remonstratory +remontado +remontant +remontoir +remop +remora +remord +remorse +remorseful +remorsefully +remorsefulness +remorseless +remorselessly +remorselessness +remorseproof +remortgage +remote +remotely +remoteness +remotion +remotive +remould +remount +removability +removable +removableness +removably +removal +remove +removed +removedly +removedness +removement +remover +removing +remultiplication +remultiply +remunerability +remunerable +remunerably +remunerate +remuneration +remunerative +remuneratively +remunerativeness +remunerator +remuneratory +remurmur +Remus +remuster +remutation +renable +renably +renail +Renaissance +renaissance +Renaissancist +Renaissant +renal +rename +Renardine +renascence +renascency +renascent +renascible +renascibleness +renature +renavigate +renavigation +rencontre +rencounter +renculus +rend +render +renderable +renderer +rendering +renderset +rendezvous +rendibility +rendible +rendition +rendlewood +rendrock +rendzina +reneague +Renealmia +renecessitate +reneg +renegade +renegadism +renegado +renegation +renege +reneger +reneglect +renegotiable +renegotiate +renegotiation +renegotiations +renegue +renerve +renes +renet +renew +renewability +renewable +renewably +renewal +renewedly +renewedness +renewer +renewment +renicardiac +renickel +renidification +renidify +reniform +Renilla +Renillidae +renin +renipericardial +reniportal +renipuncture +renish +renishly +renitence +renitency +renitent +renk +renky +renne +rennet +renneting +rennin +renniogen +renocutaneous +renogastric +renography +renointestinal +renominate +renomination +renopericardial +renopulmonary +renormalize +renotation +renotice +renotification +renotify +renounce +renounceable +renouncement +renouncer +renourish +renovate +renovater +renovatingly +renovation +renovative +renovator +renovatory +renovize +renown +renowned +renownedly +renownedness +renowner +renownful +renownless +rensselaerite +rent +rentability +rentable +rentage +rental +rentaler +rentaller +rented +rentee +renter +rentless +rentrant +rentrayeuse +Renu +renumber +renumerate +renumeration +renunciable +renunciance +renunciant +renunciate +renunciation +renunciative +renunciator +renunciatory +renunculus +renverse +renvoi +renvoy +reobject +reobjectivization +reobjectivize +reobligate +reobligation +reoblige +reobscure +reobservation +reobserve +reobtain +reobtainable +reobtainment +reoccasion +reoccupation +reoccupy +reoccur +reoccurrence +reoffend +reoffense +reoffer +reoffset +reoil +reometer +reomission +reomit +reopen +reoperate +reoperation +reoppose +reopposition +reoppress +reoppression +reorchestrate +reordain +reorder +reordinate +reordination +reorganization +reorganizationist +reorganize +reorganizer +reorient +reorientation +reornament +reoutfit +reoutline +reoutput +reoutrage +reovercharge +reoverflow +reovertake +reoverwork +reown +reoxidation +reoxidize +reoxygenate +reoxygenize +rep +repace +repacification +repacify +repack +repackage +repacker +repaganization +repaganize +repaganizer +repage +repaint +repair +repairable +repairableness +repairer +repairman +repale +repand +repandly +repandodentate +repandodenticulate +repandolobate +repandous +repandousness +repanel +repaper +reparability +reparable +reparably +reparagraph +reparate +reparation +reparative +reparatory +repark +repartable +repartake +repartee +reparticipate +reparticipation +repartition +repartitionable +repass +repassable +repassage +repasser +repast +repaste +repasture +repatch +repatency +repatent +repatriable +repatriate +repatriation +repatronize +repattern +repave +repavement +repawn +repay +repayable +repayal +repaying +repayment +repeal +repealability +repealable +repealableness +repealer +repealist +repealless +repeat +repeatability +repeatable +repeatal +repeated +repeatedly +repeater +repeg +repel +repellance +repellant +repellence +repellency +repellent +repellently +repeller +repelling +repellingly +repellingness +repen +repenetrate +repension +repent +repentable +repentance +repentant +repentantly +repenter +repentingly +repeople +reperceive +repercept +reperception +repercolation +repercuss +repercussion +repercussive +repercussively +repercussiveness +repercutient +reperform +reperformance +reperfume +reperible +repermission +repermit +reperplex +repersonalization +repersonalize +repersuade +repersuasion +repertoire +repertorial +repertorily +repertorium +repertory +reperusal +reperuse +repetend +repetition +repetitional +repetitionary +repetitious +repetitiously +repetitiousness +repetitive +repetitively +repetitiveness +repetitory +repetticoat +repew +Rephael +rephase +rephonate +rephosphorization +rephosphorize +rephotograph +rephrase +repic +repick +repicture +repiece +repile +repin +repine +repineful +repinement +repiner +repiningly +repipe +repique +repitch +repkie +replace +replaceability +replaceable +replacement +replacer +replait +replan +replane +replant +replantable +replantation +replanter +replaster +replate +replay +replead +repleader +repleat +repledge +repledger +replenish +replenisher +replenishingly +replenishment +replete +repletely +repleteness +repletion +repletive +repletively +repletory +repleviable +replevin +replevisable +replevisor +replevy +repliant +replica +replicate +replicated +replicatile +replication +replicative +replicatively +replicatory +replier +replight +replod +replot +replotment +replotter +replough +replow +replum +replume +replunder +replunge +reply +replyingly +repocket +repoint +repolish +repoll +repollute +repolon +repolymerization +repolymerize +reponder +repone +repope +repopulate +repopulation +report +reportable +reportage +reportedly +reporter +reporteress +reporterism +reportership +reportingly +reportion +reportorial +reportorially +reposal +repose +reposed +reposedly +reposedness +reposeful +reposefully +reposefulness +reposer +reposit +repositary +reposition +repositor +repository +repossess +repossession +repossessor +repost +repostpone +repot +repound +repour +repowder +repp +repped +repractice +repray +repreach +reprecipitate +reprecipitation +repredict +reprefer +reprehend +reprehendable +reprehendatory +reprehender +reprehensibility +reprehensible +reprehensibleness +reprehensibly +reprehension +reprehensive +reprehensively +reprehensory +repreparation +reprepare +represcribe +represent +representability +representable +representamen +representant +representation +representational +representationalism +representationalist +representationary +representationism +representationist +representative +representatively +representativeness +representativeship +representativity +representer +representment +represide +repress +repressed +repressedly +represser +repressible +repressibly +repression +repressionary +repressionist +repressive +repressively +repressiveness +repressment +repressor +repressory +repressure +reprice +reprieval +reprieve +repriever +reprimand +reprimander +reprimanding +reprimandingly +reprime +reprimer +reprint +reprinter +reprisal +reprisalist +reprise +repristinate +repristination +reprivatization +reprivatize +reprivilege +reproach +reproachable +reproachableness +reproachably +reproacher +reproachful +reproachfully +reproachfulness +reproachingly +reproachless +reproachlessness +reprobacy +reprobance +reprobate +reprobateness +reprobater +reprobation +reprobationary +reprobationer +reprobative +reprobatively +reprobator +reprobatory +reproceed +reprocess +reproclaim +reproclamation +reprocurable +reprocure +reproduce +reproduceable +reproducer +reproducibility +reproducible +reproduction +reproductionist +reproductive +reproductively +reproductiveness +reproductivity +reproductory +reprofane +reprofess +reprohibit +repromise +repromulgate +repromulgation +repronounce +repronunciation +reproof +reproofless +repropagate +repropitiate +repropitiation +reproportion +reproposal +repropose +reprosecute +reprosecution +reprosper +reprotect +reprotection +reprotest +reprovable +reprovableness +reprovably +reproval +reprove +reprover +reprovide +reprovingly +reprovision +reprovocation +reprovoke +reprune +reps +reptant +reptatorial +reptatory +reptile +reptiledom +reptilelike +reptilferous +Reptilia +reptilian +reptiliary +reptiliform +reptilious +reptiliousness +reptilism +reptility +reptilivorous +reptiloid +republic +republican +republicanism +republicanization +republicanize +republicanizer +republication +republish +republisher +republishment +repuddle +repudiable +repudiate +repudiation +repudiationist +repudiative +repudiator +repudiatory +repuff +repugn +repugnable +repugnance +repugnancy +repugnant +repugnantly +repugnantness +repugnate +repugnatorial +repugner +repullulate +repullulation +repullulative +repullulescent +repulpit +repulse +repulseless +repulseproof +repulser +repulsion +repulsive +repulsively +repulsiveness +repulsory +repulverize +repump +repunish +repunishment +repurchase +repurchaser +repurge +repurification +repurify +repurple +repurpose +repursue +repursuit +reputability +reputable +reputableness +reputably +reputation +reputationless +reputative +reputatively +repute +reputed +reputedly +reputeless +requalification +requalify +requarantine +requeen +requench +request +requester +requestion +requiem +Requienia +requiescence +requin +requirable +require +requirement +requirer +requisite +requisitely +requisiteness +requisition +requisitionary +requisitioner +requisitionist +requisitor +requisitorial +requisitory +requit +requitable +requital +requitative +requite +requiteful +requitement +requiter +requiz +requotation +requote +rerack +reracker +reradiation +rerail +reraise +rerake +rerank +rerate +reread +rereader +rerebrace +reredos +reree +rereel +rereeve +rerefief +reregister +reregistration +reregulate +reregulation +rereign +reremouse +rerent +rerental +reresupper +rerig +rering +rerise +rerival +rerivet +rerob +rerobe +reroll +reroof +reroot +rerope +reroute +rerow +reroyalize +rerub +rerummage +rerun +resaca +resack +resacrifice +resaddle +resail +resalable +resale +resalt +resalutation +resalute +resalvage +resample +resanctify +resanction +resatisfaction +resatisfy +resaw +resawer +resawyer +resay +resazurin +rescan +reschedule +rescind +rescindable +rescinder +rescindment +rescissible +rescission +rescissory +rescore +rescramble +rescratch +rescribe +rescript +rescription +rescriptive +rescriptively +rescrub +rescuable +rescue +rescueless +rescuer +reseal +reseam +research +researcher +researchful +researchist +reseat +resecrete +resecretion +resect +resection +resectional +Reseda +reseda +Resedaceae +resedaceous +resee +reseed +reseek +resegment +resegmentation +reseise +reseiser +reseize +reseizer +reseizure +reselect +reselection +reself +resell +reseller +resemblable +resemblance +resemblant +resemble +resembler +resemblingly +reseminate +resend +resene +resensation +resensitization +resensitize +resent +resentationally +resentence +resenter +resentful +resentfullness +resentfully +resentience +resentingly +resentless +resentment +resepulcher +resequent +resequester +resequestration +reserene +reservable +reserval +reservation +reservationist +reservatory +reserve +reserved +reservedly +reservedness +reservee +reserveful +reserveless +reserver +reservery +reservice +reservist +reservoir +reservor +reset +resettable +resetter +resettle +resettlement +resever +resew +resex +resh +reshake +reshape +reshare +resharpen +reshave +reshear +reshearer +resheathe +reshelve +reshift +reshine +reshingle +reship +reshipment +reshipper +reshoe +reshoot +reshoulder +reshovel +reshower +reshrine +reshuffle +reshun +reshunt +reshut +reshuttle +resiccate +reside +residence +residencer +residency +resident +residental +residenter +residential +residentiality +residentially +residentiary +residentiaryship +residentship +resider +residua +residual +residuary +residuation +residue +residuent +residuous +residuum +resift +resigh +resign +resignal +resignatary +resignation +resignationism +resigned +resignedly +resignedness +resignee +resigner +resignful +resignment +resile +resilement +resilial +resiliate +resilience +resiliency +resilient +resilifer +resiliometer +resilition +resilium +resilver +resin +resina +resinaceous +resinate +resinbush +resiner +resinfiable +resing +resinic +resiniferous +resinification +resinifluous +resiniform +resinify +resinize +resink +resinlike +resinoelectric +resinoextractive +resinogenous +resinoid +resinol +resinolic +resinophore +resinosis +resinous +resinously +resinousness +resinovitreous +resiny +resipiscence +resipiscent +resist +resistability +resistable +resistableness +resistance +resistant +resistantly +resister +resistful +resistibility +resistible +resistibleness +resistibly +resisting +resistingly +resistive +resistively +resistiveness +resistivity +resistless +resistlessly +resistlessness +resistor +resitting +resize +resizer +resketch +reskin +reslash +reslate +reslay +reslide +reslot +resmell +resmelt +resmile +resmooth +resnap +resnatch +resnatron +resnub +resoak +resoap +resoften +resoil +resojourn +resolder +resole +resolemnize +resolicit +resolidification +resolidify +resolubility +resoluble +resolubleness +resolute +resolutely +resoluteness +resolution +resolutioner +resolutionist +resolutory +resolvability +resolvable +resolvableness +resolvancy +resolve +resolved +resolvedly +resolvedness +resolvent +resolver +resolvible +resonance +resonancy +resonant +resonantly +resonate +resonator +resonatory +resoothe +resorb +resorbence +resorbent +resorcin +resorcine +resorcinism +resorcinol +resorcinolphthalein +resorcinum +resorcylic +resorption +resorptive +resort +resorter +resorufin +resought +resound +resounder +resounding +resoundingly +resource +resourceful +resourcefully +resourcefulness +resourceless +resourcelessness +resoutive +resow +resp +respace +respade +respan +respangle +resparkle +respeak +respect +respectability +respectabilize +respectable +respectableness +respectably +respectant +respecter +respectful +respectfully +respectfulness +respecting +respective +respectively +respectiveness +respectless +respectlessly +respectlessness +respectworthy +respell +respersive +respin +respirability +respirable +respirableness +respiration +respirational +respirative +respirator +respiratored +respiratorium +respiratory +respire +respirit +respirometer +respite +respiteless +resplend +resplendence +resplendency +resplendent +resplendently +resplice +resplit +respoke +respond +responde +respondence +respondency +respondent +respondentia +responder +responsal +responsary +response +responseless +responser +responsibility +responsible +responsibleness +responsibly +responsion +responsive +responsively +responsiveness +responsivity +responsorial +responsory +respot +respray +respread +respring +resprout +respue +resquare +resqueak +ressaidar +ressala +ressaldar +ressaut +rest +restable +restack +restaff +restain +restainable +restake +restamp +restandardization +restandardize +restant +restart +restate +restatement +restaur +restaurant +restaurate +restaurateur +restauration +restbalk +resteal +resteel +resteep +restem +restep +rester +resterilize +restes +restful +restfully +restfulness +restharrow +resthouse +Restiaceae +restiaceous +restiad +restibrachium +restiff +restiffen +restiffener +restiffness +restifle +restiform +restigmatize +restimulate +restimulation +resting +restingly +Restio +Restionaceae +restionaceous +restipulate +restipulation +restipulatory +restir +restis +restitch +restitute +restitution +restitutionism +restitutionist +restitutive +restitutor +restitutory +restive +restively +restiveness +restless +restlessly +restlessness +restock +restopper +restorable +restorableness +restoral +restoration +restorationer +restorationism +restorationist +restorative +restoratively +restorativeness +restorator +restoratory +restore +restorer +restow +restowal +restproof +restraighten +restrain +restrainability +restrained +restrainedly +restrainedness +restrainer +restraining +restrainingly +restraint +restraintful +restrap +restratification +restream +restrengthen +restress +restretch +restrict +restricted +restrictedly +restrictedness +restriction +restrictionary +restrictionist +restrictive +restrictively +restrictiveness +restrike +restring +restringe +restringency +restringent +restrip +restrive +restroke +restudy +restuff +restward +restwards +resty +restyle +resubject +resubjection +resubjugate +resublimation +resublime +resubmerge +resubmission +resubmit +resubordinate +resubscribe +resubscriber +resubscription +resubstitute +resubstitution +resucceed +resuck +resudation +resue +resuffer +resufferance +resuggest +resuggestion +resuing +resuit +result +resultance +resultancy +resultant +resultantly +resultative +resultful +resultfully +resulting +resultingly +resultive +resultless +resultlessly +resultlessness +resumability +resumable +resume +resumer +resummon +resummons +resumption +resumptive +resumptively +resun +resup +resuperheat +resupervise +resupinate +resupinated +resupination +resupine +resupply +resupport +resuppose +resupposition +resuppress +resuppression +resurface +resurge +resurgence +resurgency +resurgent +resurprise +resurrect +resurrectible +resurrection +resurrectional +resurrectionary +resurrectioner +resurrectioning +resurrectionism +resurrectionist +resurrectionize +resurrective +resurrector +resurrender +resurround +resurvey +resuscitable +resuscitant +resuscitate +resuscitation +resuscitative +resuscitator +resuspect +resuspend +resuspension +reswage +reswallow +resward +reswarm +reswear +resweat +resweep +reswell +reswill +reswim +resyllabification +resymbolization +resymbolize +resynthesis +resynthesize +ret +retable +retack +retackle +retag +retail +retailer +retailment +retailor +retain +retainability +retainable +retainableness +retainal +retainder +retainer +retainership +retaining +retake +retaker +retaliate +retaliation +retaliationist +retaliative +retaliator +retaliatory +retalk +retama +retame +retan +retanner +retape +retard +retardance +retardant +retardate +retardation +retardative +retardatory +retarded +retardence +retardent +retarder +retarding +retardingly +retardive +retardment +retardure +retare +retariff +retaste +retation +retattle +retax +retaxation +retch +reteach +retecious +retelegraph +retelephone +retell +retelling +retem +retemper +retempt +retemptation +retenant +retender +retene +retent +retention +retentionist +retentive +retentively +retentiveness +retentivity +retentor +Retepora +retepore +Reteporidae +retest +retexture +rethank +rethatch +rethaw +rethe +retheness +rethicken +rethink +rethrash +rethread +rethreaten +rethresh +rethresher +rethrill +rethrive +rethrone +rethrow +rethrust +rethunder +retia +retial +Retiariae +retiarian +retiarius +retiary +reticella +reticello +reticence +reticency +reticent +reticently +reticket +reticle +reticula +reticular +Reticularia +reticularian +reticularly +reticulary +reticulate +reticulated +reticulately +reticulation +reticulatocoalescent +reticulatogranulate +reticulatoramose +reticulatovenose +reticule +reticuled +reticulin +reticulitis +reticulocyte +reticulocytosis +reticuloramose +Reticulosa +reticulose +reticulovenose +reticulum +retie +retier +retiform +retighten +retile +retill +retimber +retime +retin +retina +retinacular +retinaculate +retinaculum +retinal +retinalite +retinasphalt +retinasphaltum +retincture +retinene +retinerved +retinian +retinispora +retinite +retinitis +retinize +retinker +retinoblastoma +retinochorioid +retinochorioidal +retinochorioiditis +retinoid +retinol +retinopapilitis +retinophoral +retinophore +retinoscope +retinoscopic +retinoscopically +retinoscopist +retinoscopy +Retinospora +retinue +retinula +retinular +retinule +retip +retiracied +retiracy +retirade +retiral +retire +retired +retiredly +retiredness +retirement +retirer +retiring +retiringly +retiringness +retistene +retoast +retold +retolerate +retoleration +retomb +retonation +retook +retool +retooth +retoother +retort +retortable +retorted +retorter +retortion +retortive +retorture +retoss +retotal +retouch +retoucher +retouching +retouchment +retour +retourable +retrace +retraceable +retracement +retrack +retract +retractability +retractable +retractation +retracted +retractibility +retractible +retractile +retractility +retraction +retractive +retractively +retractiveness +retractor +retrad +retrade +retradition +retrahent +retrain +retral +retrally +retramp +retrample +retranquilize +retranscribe +retranscription +retransfer +retransference +retransfigure +retransform +retransformation +retransfuse +retransit +retranslate +retranslation +retransmission +retransmissive +retransmit +retransmute +retransplant +retransport +retransportation +retravel +retraverse +retraxit +retread +retreat +retreatal +retreatant +retreater +retreatful +retreating +retreatingness +retreative +retreatment +retree +retrench +retrenchable +retrencher +retrenchment +retrial +retribute +retribution +retributive +retributively +retributor +retributory +retricked +retrievability +retrievable +retrievableness +retrievably +retrieval +retrieve +retrieveless +retrievement +retriever +retrieverish +retrim +retrimmer +retrip +retroact +retroaction +retroactive +retroactively +retroactivity +retroalveolar +retroauricular +retrobronchial +retrobuccal +retrobulbar +retrocaecal +retrocardiac +retrocecal +retrocede +retrocedence +retrocedent +retrocervical +retrocession +retrocessional +retrocessionist +retrocessive +retrochoir +retroclavicular +retroclusion +retrocognition +retrocognitive +retrocolic +retroconsciousness +retrocopulant +retrocopulation +retrocostal +retrocouple +retrocoupler +retrocurved +retrodate +retrodeviation +retrodisplacement +retroduction +retrodural +retroesophageal +retroflected +retroflection +retroflex +retroflexed +retroflexion +retroflux +retroform +retrofract +retrofracted +retrofrontal +retrogastric +retrogenerative +retrogradation +retrogradatory +retrograde +retrogradely +retrogradient +retrogradingly +retrogradism +retrogradist +retrogress +retrogression +retrogressionist +retrogressive +retrogressively +retrohepatic +retroinfection +retroinsular +retroiridian +retroject +retrojection +retrojugular +retrolabyrinthine +retrolaryngeal +retrolingual +retrolocation +retromammary +retromammillary +retromandibular +retromastoid +retromaxillary +retromigration +retromingent +retromingently +retromorphosed +retromorphosis +retronasal +retroperitoneal +retroperitoneally +retropharyngeal +retropharyngitis +retroplacental +retroplexed +retroposed +retroposition +retropresbyteral +retropubic +retropulmonary +retropulsion +retropulsive +retroreception +retrorectal +retroreflective +retrorenal +retrorse +retrorsely +retroserrate +retroserrulate +retrospect +retrospection +retrospective +retrospectively +retrospectiveness +retrospectivity +retrosplenic +retrostalsis +retrostaltic +retrosternal +retrosusception +retrot +retrotarsal +retrotemporal +retrothyroid +retrotracheal +retrotransfer +retrotransference +retrotympanic +retrousse +retrovaccinate +retrovaccination +retrovaccine +retroverse +retroversion +retrovert +retrovision +retroxiphoid +retrude +retrue +retrusible +retrusion +retrust +retry +retted +retter +rettery +retting +rettory +retube +retuck +retumble +retumescence +retune +returban +returf +returfer +return +returnability +returnable +returned +returner +returnless +returnlessly +retuse +retwine +retwist +retying +retype +retzian +Reub +Reuben +Reubenites +Reuchlinian +Reuchlinism +Reuel +reundercut +reundergo +reundertake +reundulate +reundulation +reune +reunfold +reunification +reunify +reunion +reunionism +reunionist +reunionistic +reunitable +reunite +reunitedly +reuniter +reunition +reunitive +reunpack +reuphold +reupholster +reuplift +reurge +reuse +reutilization +reutilize +reutter +reutterance +rev +revacate +revaccinate +revaccination +revalenta +revalescence +revalescent +revalidate +revalidation +revalorization +revalorize +revaluate +revaluation +revalue +revamp +revamper +revampment +revaporization +revaporize +revarnish +revary +reve +reveal +revealability +revealable +revealableness +revealed +revealedly +revealer +revealing +revealingly +revealingness +revealment +revegetate +revegetation +revehent +reveil +reveille +revel +revelability +revelant +revelation +revelational +revelationer +revelationist +revelationize +revelative +revelator +revelatory +reveler +revellent +revelly +revelment +revelrout +revelry +revenant +revend +revender +revendicate +revendication +reveneer +revenge +revengeable +revengeful +revengefully +revengefulness +revengeless +revengement +revenger +revengingly +revent +reventilate +reventure +revenual +revenue +revenued +revenuer +rever +reverable +reverb +reverbatory +reverberant +reverberate +reverberation +reverberative +reverberator +reverberatory +reverbrate +reverdure +revere +revered +reverence +reverencer +reverend +reverendly +reverendship +reverent +reverential +reverentiality +reverentially +reverentialness +reverently +reverentness +reverer +reverie +reverification +reverify +reverist +revers +reversability +reversable +reversal +reverse +reversed +reversedly +reverseful +reverseless +reversely +reversement +reverser +reverseways +reversewise +reversi +reversibility +reversible +reversibleness +reversibly +reversification +reversifier +reversify +reversing +reversingly +reversion +reversionable +reversional +reversionally +reversionary +reversioner +reversionist +reversis +reversist +reversive +reverso +revert +revertal +reverter +revertibility +revertible +revertive +revertively +revery +revest +revestiary +revestry +revet +revete +revetement +revetment +revibrate +revibration +revibrational +revictorious +revictory +revictual +revictualment +revie +review +reviewability +reviewable +reviewage +reviewal +reviewer +revieweress +reviewish +reviewless +revigorate +revigoration +revile +revilement +reviler +reviling +revilingly +revindicate +revindication +reviolate +reviolation +revirescence +revirescent +Revisable +revisable +revisableness +revisal +revise +Revised +revisee +reviser +revisership +revisible +revision +revisional +revisionary +revisionism +revisionist +revisit +revisitant +revisitation +revisor +revisory +revisualization +revisualize +revitalization +revitalize +revitalizer +revivability +revivable +revivably +revival +revivalism +revivalist +revivalistic +revivalize +revivatory +revive +revivement +reviver +revivification +revivifier +revivify +reviving +revivingly +reviviscence +reviviscency +reviviscent +reviviscible +revivor +revocability +revocable +revocableness +revocably +revocation +revocative +revocatory +revoice +revokable +revoke +revokement +revoker +revokingly +revolant +revolatilize +revolt +revolter +revolting +revoltingly +revoltress +revolubility +revoluble +revolubly +revolunteer +revolute +revoluted +revolution +revolutional +revolutionally +revolutionarily +revolutionariness +revolutionary +revolutioneering +revolutioner +revolutionism +revolutionist +revolutionize +revolutionizement +revolutionizer +revolvable +revolvably +revolve +revolvement +revolvency +revolver +revolving +revolvingly +revomit +revote +revue +revuette +revuist +revulsed +revulsion +revulsionary +revulsive +revulsively +rewade +rewager +rewake +rewaken +rewall +rewallow +reward +rewardable +rewardableness +rewardably +rewardedly +rewarder +rewardful +rewardfulness +rewarding +rewardingly +rewardless +rewardproof +rewarehouse +rewarm +rewarn +rewash +rewater +rewave +rewax +rewaybill +rewayle +reweaken +rewear +reweave +rewed +reweigh +reweigher +reweight +rewelcome +reweld +rewend +rewet +rewhelp +rewhirl +rewhisper +rewhiten +rewiden +rewin +rewind +rewinder +rewirable +rewire +rewish +rewithdraw +rewithdrawal +rewood +reword +rework +reworked +rewound +rewove +rewoven +rewrap +rewrite +rewriter +Rex +rex +rexen +reyield +Reynard +Reynold +reyoke +reyouth +rezbanyite +rhabdite +rhabditiform +Rhabditis +rhabdium +Rhabdocarpum +Rhabdocoela +rhabdocoelan +rhabdocoele +Rhabdocoelida +rhabdocoelidan +rhabdocoelous +rhabdoid +rhabdoidal +rhabdolith +rhabdom +rhabdomal +rhabdomancer +rhabdomancy +rhabdomantic +rhabdomantist +Rhabdomonas +rhabdomyoma +rhabdomyosarcoma +rhabdomysarcoma +rhabdophane +rhabdophanite +Rhabdophora +rhabdophoran +Rhabdopleura +rhabdopod +rhabdos +rhabdosome +rhabdosophy +rhabdosphere +rhabdus +Rhacianectes +Rhacomitrium +Rhacophorus +Rhadamanthine +Rhadamanthus +Rhadamanthys +Rhaetian +Rhaetic +rhagades +rhagadiform +rhagiocrin +rhagionid +Rhagionidae +rhagite +Rhagodia +rhagon +rhagonate +rhagose +rhamn +Rhamnaceae +rhamnaceous +rhamnal +Rhamnales +rhamnetin +rhamninase +rhamninose +rhamnite +rhamnitol +rhamnohexite +rhamnohexitol +rhamnohexose +rhamnonic +rhamnose +rhamnoside +Rhamnus +rhamphoid +Rhamphorhynchus +Rhamphosuchus +rhamphotheca +Rhapidophyllum +Rhapis +rhapontic +rhaponticin +rhapontin +rhapsode +rhapsodic +rhapsodical +rhapsodically +rhapsodie +rhapsodism +rhapsodist +rhapsodistic +rhapsodize +rhapsodomancy +rhapsody +Rhaptopetalaceae +rhason +rhasophore +rhatania +rhatany +rhe +Rhea +rhea +rheadine +Rheae +rhebok +rhebosis +rheeboc +rheebok +rheen +rhegmatype +rhegmatypy +Rhegnopteri +rheic +Rheidae +Rheiformes +rhein +rheinic +rhema +rhematic +rhematology +rheme +Rhemish +Rhemist +Rhenish +rhenium +rheobase +rheocrat +rheologist +rheology +rheometer +rheometric +rheometry +rheophile +rheophore +rheophoric +rheoplankton +rheoscope +rheoscopic +rheostat +rheostatic +rheostatics +rheotactic +rheotan +rheotaxis +rheotome +rheotrope +rheotropic +rheotropism +rhesian +rhesus +rhetor +rhetoric +rhetorical +rhetorically +rhetoricalness +rhetoricals +rhetorician +rhetorize +Rheum +rheum +rheumarthritis +rheumatalgia +rheumatic +rheumatical +rheumatically +rheumaticky +rheumatism +rheumatismal +rheumatismoid +rheumative +rheumatiz +rheumatize +rheumatoid +rheumatoidal +rheumatoidally +rheumed +rheumic +rheumily +rheuminess +rheumy +Rhexia +rhexis +rhigolene +rhigosis +rhigotic +Rhina +rhinal +rhinalgia +Rhinanthaceae +Rhinanthus +rhinarium +rhincospasm +rhine +Rhineland +Rhinelander +rhinencephalic +rhinencephalon +rhinencephalous +rhinenchysis +Rhineodon +Rhineodontidae +rhinestone +Rhineura +rhineurynter +Rhinidae +rhinion +rhinitis +rhino +Rhinobatidae +Rhinobatus +rhinobyon +rhinocaul +rhinocele +rhinocelian +rhinocerial +rhinocerian +rhinocerine +rhinoceroid +rhinoceros +rhinoceroslike +rhinocerotic +Rhinocerotidae +rhinocerotiform +rhinocerotine +rhinocerotoid +rhinochiloplasty +Rhinoderma +rhinodynia +rhinogenous +rhinolalia +rhinolaryngology +rhinolaryngoscope +rhinolite +rhinolith +rhinolithic +rhinological +rhinologist +rhinology +rhinolophid +Rhinolophidae +rhinolophine +rhinopharyngeal +rhinopharyngitis +rhinopharynx +Rhinophidae +Rhinophis +rhinophonia +rhinophore +rhinophyma +rhinoplastic +rhinoplasty +rhinopolypus +Rhinoptera +Rhinopteridae +rhinorrhagia +rhinorrhea +rhinorrheal +rhinoscleroma +rhinoscope +rhinoscopic +rhinoscopy +rhinosporidiosis +Rhinosporidium +rhinotheca +rhinothecal +Rhinthonic +Rhinthonica +rhipidate +rhipidion +Rhipidistia +rhipidistian +rhipidium +Rhipidoglossa +rhipidoglossal +rhipidoglossate +Rhipidoptera +rhipidopterous +rhipiphorid +Rhipiphoridae +Rhipiptera +rhipipteran +rhipipterous +Rhipsalis +Rhiptoglossa +rhizanthous +rhizautoicous +Rhizina +Rhizinaceae +rhizine +rhizinous +Rhizobium +rhizocarp +Rhizocarpeae +rhizocarpean +rhizocarpian +rhizocarpic +rhizocarpous +rhizocaul +rhizocaulus +Rhizocephala +rhizocephalan +rhizocephalous +rhizocorm +Rhizoctonia +rhizoctoniose +rhizodermis +Rhizodus +Rhizoflagellata +rhizoflagellate +rhizogen +rhizogenetic +rhizogenic +rhizogenous +rhizoid +rhizoidal +rhizoma +rhizomatic +rhizomatous +rhizome +rhizomelic +rhizomic +rhizomorph +rhizomorphic +rhizomorphoid +rhizomorphous +rhizoneure +rhizophagous +rhizophilous +Rhizophora +Rhizophoraceae +rhizophoraceous +rhizophore +rhizophorous +rhizophyte +rhizoplast +rhizopod +Rhizopoda +rhizopodal +rhizopodan +rhizopodist +rhizopodous +Rhizopogon +Rhizopus +rhizosphere +Rhizostomae +Rhizostomata +rhizostomatous +rhizostome +rhizostomous +Rhizota +rhizotaxis +rhizotaxy +rhizote +rhizotic +rhizotomi +rhizotomy +rho +Rhoda +rhodaline +Rhodamine +rhodamine +rhodanate +Rhodanian +rhodanic +rhodanine +rhodanthe +rhodeose +Rhodes +Rhodesian +Rhodesoid +rhodeswood +Rhodian +rhodic +rhoding +rhodinol +rhodite +rhodium +rhodizite +rhodizonic +Rhodobacteriaceae +Rhodobacterioideae +rhodochrosite +Rhodococcus +Rhodocystis +rhodocyte +rhododendron +rhodolite +Rhodomelaceae +rhodomelaceous +rhodonite +Rhodope +rhodophane +Rhodophyceae +rhodophyceous +rhodophyll +Rhodophyllidaceae +Rhodophyta +rhodoplast +rhodopsin +Rhodora +Rhodoraceae +rhodorhiza +rhodosperm +Rhodospermeae +rhodospermin +rhodospermous +Rhodospirillum +Rhodothece +Rhodotypos +Rhodymenia +Rhodymeniaceae +rhodymeniaceous +Rhodymeniales +Rhoeadales +Rhoecus +Rhoeo +rhomb +rhombencephalon +rhombenporphyr +rhombic +rhombical +rhombiform +rhomboclase +rhomboganoid +Rhomboganoidei +rhombogene +rhombogenic +rhombogenous +rhombohedra +rhombohedral +rhombohedrally +rhombohedric +rhombohedron +rhomboid +rhomboidal +rhomboidally +rhomboideus +rhomboidly +rhomboquadratic +rhomborectangular +rhombos +rhombovate +Rhombozoa +rhombus +rhonchal +rhonchial +rhonchus +Rhonda +rhopalic +rhopalism +rhopalium +Rhopalocera +rhopaloceral +rhopalocerous +Rhopalura +rhotacism +rhotacismus +rhotacistic +rhotacize +rhubarb +rhubarby +rhumb +rhumba +rhumbatron +Rhus +rhyacolite +rhyme +rhymeless +rhymelet +rhymemaker +rhymemaking +rhymeproof +rhymer +rhymery +rhymester +rhymewise +rhymic +rhymist +rhymy +Rhynchobdellae +Rhynchobdellida +Rhynchocephala +Rhynchocephali +Rhynchocephalia +rhynchocephalian +rhynchocephalic +rhynchocephalous +Rhynchocoela +rhynchocoelan +rhynchocoelic +rhynchocoelous +rhyncholite +Rhynchonella +Rhynchonellacea +Rhynchonellidae +rhynchonelloid +Rhynchophora +rhynchophoran +rhynchophore +rhynchophorous +Rhynchopinae +Rhynchops +Rhynchosia +Rhynchospora +Rhynchota +rhynchotal +rhynchote +rhynchotous +rhynconellid +Rhyncostomi +Rhynia +Rhyniaceae +Rhynocheti +Rhynsburger +rhyobasalt +rhyodacite +rhyolite +rhyolitic +rhyotaxitic +rhyparographer +rhyparographic +rhyparographist +rhyparography +rhypography +rhyptic +rhyptical +rhysimeter +Rhyssa +rhythm +rhythmal +rhythmic +rhythmical +rhythmicality +rhythmically +rhythmicity +rhythmicize +rhythmics +rhythmist +rhythmizable +rhythmization +rhythmize +rhythmless +rhythmometer +rhythmopoeia +rhythmproof +Rhytidodon +rhytidome +rhytidosis +Rhytina +Rhytisma +rhyton +ria +rial +riancy +riant +riantly +riata +rib +ribald +ribaldish +ribaldly +ribaldrous +ribaldry +riband +Ribandism +Ribandist +ribandlike +ribandmaker +ribandry +ribat +ribaudequin +ribaudred +ribband +ribbandry +ribbed +ribber +ribbet +ribbidge +ribbing +ribble +ribbon +ribbonback +ribboner +ribbonfish +Ribbonism +ribbonlike +ribbonmaker +Ribbonman +ribbonry +ribbonweed +ribbonwood +ribbony +ribby +ribe +Ribes +Ribhus +ribless +riblet +riblike +riboflavin +ribonic +ribonuclease +ribonucleic +ribose +ribroast +ribroaster +ribroasting +ribskin +ribspare +Ribston +ribwork +ribwort +Ric +Ricardian +Ricardianism +Ricardo +Riccia +Ricciaceae +ricciaceous +Ricciales +rice +ricebird +riceland +ricer +ricey +Rich +rich +Richard +Richardia +Richardsonia +richdom +Richebourg +richellite +richen +riches +richesse +richling +richly +Richmond +Richmondena +richness +richt +richterite +richweed +ricin +ricine +ricinelaidic +ricinelaidinic +ricinic +ricinine +ricininic +ricinium +ricinoleate +ricinoleic +ricinolein +ricinolic +Ricinulei +Ricinus +ricinus +Rick +rick +rickardite +ricker +ricketily +ricketiness +ricketish +rickets +Rickettsia +rickettsial +Rickettsiales +rickettsialpox +rickety +rickey +rickle +rickmatic +rickrack +ricksha +rickshaw +rickstaddle +rickstand +rickstick +Ricky +rickyard +ricochet +ricolettaite +ricrac +rictal +rictus +rid +ridable +ridableness +ridably +riddam +riddance +riddel +ridden +ridder +ridding +riddle +riddlemeree +riddler +riddling +riddlingly +riddlings +ride +rideable +rideau +riden +rident +rider +ridered +rideress +riderless +ridge +ridgeband +ridgeboard +ridgebone +ridged +ridgel +ridgelet +ridgelike +ridgeling +ridgepiece +ridgeplate +ridgepole +ridgepoled +ridger +ridgerope +ridgetree +ridgeway +ridgewise +ridgil +ridging +ridgingly +ridgling +ridgy +ridibund +ridicule +ridiculer +ridiculize +ridiculosity +ridiculous +ridiculously +ridiculousness +riding +ridingman +ridotto +rie +riebeckite +riem +Riemannean +Riemannian +riempie +rier +Riesling +rife +rifely +rifeness +Riff +riff +Riffi +Riffian +riffle +riffler +riffraff +Rifi +Rifian +rifle +riflebird +rifledom +rifleman +riflemanship +rifleproof +rifler +riflery +rifleshot +rifling +rift +rifter +riftless +rifty +rig +rigadoon +rigamajig +rigamarole +rigation +rigbane +Rigel +Rigelian +rigescence +rigescent +riggald +rigger +rigging +riggish +riggite +riggot +right +rightabout +righten +righteous +righteously +righteousness +righter +rightful +rightfully +rightfulness +rightheaded +righthearted +rightist +rightle +rightless +rightlessness +rightly +rightmost +rightness +righto +rightship +rightward +rightwardly +rightwards +righty +rigid +rigidify +rigidist +rigidity +rigidly +rigidness +rigidulous +rigling +rigmaree +rigmarole +rigmarolery +rigmarolic +rigmarolish +rigmarolishly +rignum +rigol +rigolette +rigor +rigorism +rigorist +rigoristic +rigorous +rigorously +rigorousness +rigsby +rigsdaler +Rigsmaal +Rigsmal +rigwiddie +rigwiddy +Rik +Rikari +rikisha +rikk +riksha +rikshaw +Riksmaal +Riksmal +rilawa +rile +riley +rill +rillet +rillett +rillette +rillock +rillstone +rilly +rim +rima +rimal +rimate +rimbase +rime +rimeless +rimer +rimester +rimfire +rimiform +rimland +rimless +rimmaker +rimmaking +rimmed +rimmer +rimose +rimosely +rimosity +rimous +rimpi +rimple +rimption +rimrock +rimu +rimula +rimulose +rimy +Rinaldo +rinceau +rinch +rincon +Rind +rind +Rinde +rinded +rinderpest +rindle +rindless +rindy +rine +ring +ringable +Ringatu +ringbark +ringbarker +ringbill +ringbird +ringbolt +ringbone +ringboned +ringcraft +ringdove +ringe +ringed +ringent +ringer +ringeye +ringgiver +ringgiving +ringgoer +ringhals +ringhead +ringiness +ringing +ringingly +ringingness +ringite +ringle +ringlead +ringleader +ringleaderless +ringleadership +ringless +ringlet +ringleted +ringlety +ringlike +ringmaker +ringmaking +ringman +ringmaster +ringneck +ringsail +ringside +ringsider +ringster +ringtail +ringtaw +ringtime +ringtoss +ringwalk +ringwall +ringwise +ringworm +ringy +rink +rinka +rinker +rinkite +rinncefada +rinneite +rinner +rinsable +rinse +rinser +rinsing +rinthereout +rintherout +Rio +rio +riot +rioter +rioting +riotingly +riotist +riotistic +riotocracy +riotous +riotously +riotousness +riotproof +riotry +rip +ripa +ripal +riparial +riparian +Riparii +riparious +ripcord +ripe +ripelike +ripely +ripen +ripener +ripeness +ripening +ripeningly +riper +ripgut +ripicolous +ripidolite +ripienist +ripieno +ripier +ripost +riposte +rippable +ripper +ripperman +rippet +rippier +ripping +rippingly +rippingness +rippit +ripple +rippleless +rippler +ripplet +rippling +ripplingly +ripply +rippon +riprap +riprapping +ripsack +ripsaw +ripsnorter +ripsnorting +Ripuarian +ripup +riroriro +risala +risberm +rise +risen +riser +rishi +rishtadar +risibility +risible +risibleness +risibles +risibly +rising +risk +risker +riskful +riskfulness +riskily +riskiness +riskish +riskless +riskproof +risky +risorial +risorius +risp +risper +risque +risquee +Riss +rissel +risser +Rissian +rissle +Rissoa +rissoid +Rissoidae +rist +ristori +rit +Rita +rita +Ritalynne +ritardando +Ritchey +rite +riteless +ritelessness +ritling +ritornel +ritornelle +ritornello +Ritschlian +Ritschlianism +rittingerite +ritual +ritualism +ritualist +ritualistic +ritualistically +rituality +ritualize +ritualless +ritually +ritzy +riva +rivage +rival +rivalable +rivaless +rivalism +rivality +rivalize +rivalless +rivalrous +rivalry +rivalship +rive +rivel +rivell +riven +river +riverain +riverbank +riverbush +riverdamp +rivered +riverhead +riverhood +riverine +riverish +riverless +riverlet +riverlike +riverling +riverly +riverman +riverscape +riverside +riversider +riverward +riverwards +riverwash +riverway +riverweed +riverwise +rivery +rivet +riveter +rivethead +riveting +rivetless +rivetlike +Rivina +riving +rivingly +Rivinian +rivose +Rivularia +Rivulariaceae +rivulariaceous +rivulation +rivulet +rivulose +rix +rixatrix +rixy +riyal +riziform +rizzar +rizzle +rizzom +rizzomed +rizzonite +Ro +roach +roachback +road +roadability +roadable +roadbed +roadblock +roadbook +roadcraft +roaded +roader +roadfellow +roadhead +roadhouse +roading +roadite +roadless +roadlessness +roadlike +roadman +roadmaster +roadside +roadsider +roadsman +roadstead +roadster +roadstone +roadtrack +roadway +roadweed +roadwise +roadworthiness +roadworthy +roam +roamage +roamer +roaming +roamingly +roan +roanoke +roar +roarer +roaring +roaringly +roast +roastable +roaster +roasting +roastingly +Rob +rob +robalito +robalo +roband +robber +robberproof +robbery +Robbin +robbin +robbing +robe +robeless +Robenhausian +rober +roberd +Roberdsman +Robert +Roberta +Roberto +Robigalia +Robigus +Robin +robin +robinet +robing +Robinia +robinin +robinoside +roble +robomb +roborant +roborate +roboration +roborative +roborean +roboreous +robot +robotesque +robotian +robotism +robotistic +robotization +robotize +robotlike +robotry +robur +roburite +robust +robustful +robustfully +robustfulness +robustic +robusticity +robustious +robustiously +robustiousness +robustity +robustly +robustness +roc +rocambole +Roccella +Roccellaceae +roccellic +roccellin +roccelline +Rochea +rochelime +Rochelle +rocher +rochet +rocheted +rock +rockable +rockably +rockaby +rockabye +rockallite +Rockaway +rockaway +rockbell +rockberry +rockbird +rockborn +rockbrush +rockcist +rockcraft +rockelay +rocker +rockery +rocket +rocketeer +rocketer +rocketlike +rocketor +rocketry +rockety +rockfall +rockfish +rockfoil +rockhair +rockhearted +Rockies +rockiness +rocking +rockingly +rockish +rocklay +rockless +rocklet +rocklike +rockling +rockman +rockrose +rockshaft +rockslide +rockstaff +rocktree +rockward +rockwards +rockweed +rockwood +rockwork +rocky +rococo +Rocouyenne +rocta +Rod +rod +rodd +roddikin +roddin +rodding +rode +Rodent +rodent +Rodentia +rodential +rodentially +rodentian +rodenticidal +rodenticide +rodentproof +rodeo +Roderic +Roderick +rodge +Rodger +rodham +Rodinal +Rodinesque +roding +rodingite +rodknight +rodless +rodlet +rodlike +rodmaker +rodman +Rodney +rodney +Rodolph +Rodolphus +rodomont +rodomontade +rodomontadist +rodomontador +rodsman +rodster +rodwood +roe +roeblingite +roebuck +roed +roelike +roentgen +roentgenism +roentgenization +roentgenize +roentgenogram +roentgenograph +roentgenographic +roentgenographically +roentgenography +roentgenologic +roentgenological +roentgenologically +roentgenologist +roentgenology +roentgenometer +roentgenometry +roentgenoscope +roentgenoscopic +roentgenoscopy +roentgenotherapy +roentgentherapy +roer +roestone +roey +rog +rogan +rogation +Rogationtide +rogative +rogatory +Roger +roger +Rogero +rogersite +roggle +Rogue +rogue +roguedom +rogueling +roguery +rogueship +roguing +roguish +roguishly +roguishness +rohan +Rohilla +rohob +rohun +rohuna +roi +roid +roil +roily +Roist +roister +roisterer +roistering +roisteringly +roisterly +roisterous +roisterously +roit +Rok +roka +roke +rokeage +rokee +rokelay +roker +rokey +roky +Roland +Rolandic +role +roleo +Rolf +Rolfe +roll +rollable +rollback +rolled +rollejee +roller +rollerer +rollermaker +rollermaking +rollerman +rollerskater +rollerskating +rolley +rolleyway +rolleywayman +rolliche +rollichie +rollick +rollicker +rollicking +rollickingly +rollickingness +rollicksome +rollicksomeness +rollicky +rolling +rollingly +Rollinia +rollix +rollmop +Rollo +rollock +rollway +roloway +Romaean +Romagnese +Romagnol +Romagnole +Romaic +romaika +Romain +romaine +Romaji +romal +Roman +Romance +romance +romancealist +romancean +romanceful +romanceish +romanceishness +romanceless +romancelet +romancelike +romancemonger +romanceproof +romancer +romanceress +romancical +romancing +romancist +romancy +Romandom +Romane +Romanes +Romanese +Romanesque +Romanhood +Romanian +Romanic +Romaniform +Romanish +Romanism +Romanist +Romanistic +Romanite +Romanity +romanium +Romanization +Romanize +Romanizer +Romanly +Romansch +Romansh +romantic +romantical +romanticalism +romanticality +romantically +romanticalness +romanticism +romanticist +romanticistic +romanticity +romanticize +romanticly +romanticness +romantism +romantist +Romany +romanza +romaunt +rombos +rombowline +Rome +romeite +Romeo +romerillo +romero +Romescot +Romeshot +Romeward +Romewards +Romic +Romipetal +Romish +Romishly +Romishness +rommack +Rommany +Romney +Romneya +romp +romper +romping +rompingly +rompish +rompishly +rompishness +rompu +rompy +Romulian +Romulus +Ron +Ronald +roncador +Roncaglian +roncet +ronco +rond +rondache +rondacher +rondawel +ronde +rondeau +rondel +rondelet +Rondeletia +rondelier +rondelle +rondellier +rondino +rondle +rondo +rondoletto +rondure +rone +Rong +Ronga +rongeur +Ronni +ronquil +Ronsardian +Ronsardism +Ronsardist +Ronsardize +Ronsdorfer +Ronsdorfian +rontgen +ronyon +rood +roodebok +roodle +roodstone +roof +roofage +roofer +roofing +roofless +rooflet +rooflike +roofman +rooftree +roofward +roofwise +roofy +rooibok +rooinek +rook +rooker +rookeried +rookery +rookie +rookish +rooklet +rooklike +rooky +rool +room +roomage +roomed +roomer +roomful +roomie +roomily +roominess +roomkeeper +roomless +roomlet +roommate +roomstead +roomth +roomthily +roomthiness +roomthy +roomward +roomy +roon +roorback +roosa +Roosevelt +Rooseveltian +roost +roosted +rooster +roosterfish +roosterhood +roosterless +roosters +roostership +Root +root +rootage +rootcap +rooted +rootedly +rootedness +rooter +rootery +rootfast +rootfastness +roothold +rootiness +rootle +rootless +rootlessness +rootlet +rootlike +rootling +rootstalk +rootstock +rootwalt +rootward +rootwise +rootworm +rooty +roove +ropable +rope +ropeable +ropeband +ropebark +ropedance +ropedancer +ropedancing +ropelayer +ropelaying +ropelike +ropemaker +ropemaking +ropeman +roper +roperipe +ropery +ropes +ropesmith +ropetrick +ropewalk +ropewalker +ropeway +ropework +ropily +ropiness +roping +ropish +ropishness +ropp +ropy +roque +roquelaure +roquer +roquet +roquette +roquist +roral +roratorio +Rori +roric +Roridula +Roridulaceae +roriferous +rorifluent +Roripa +Rorippa +roritorious +rorqual +rorty +rorulent +rory +Rosa +Rosabel +Rosabella +Rosaceae +rosacean +rosaceous +rosal +Rosales +Rosalia +Rosalie +Rosalind +Rosaline +Rosamond +rosanilin +rosaniline +rosarian +rosario +rosarium +rosaruby +rosary +rosated +Roschach +roscherite +roscid +roscoelite +rose +roseal +roseate +roseately +rosebay +rosebud +rosebush +rosed +rosedrop +rosefish +rosehead +rosehill +rosehiller +roseine +rosel +roseless +roselet +roselike +roselite +rosella +rosellate +roselle +Rosellinia +rosemary +Rosenbergia +rosenbuschite +roseola +roseolar +roseoliform +roseolous +roseous +roseroot +rosery +roset +rosetan +rosetangle +rosetime +Rosetta +rosette +rosetted +rosetty +rosetum +rosety +roseways +rosewise +rosewood +rosewort +Rosicrucian +Rosicrucianism +rosied +rosier +rosieresite +rosilla +rosillo +rosily +rosin +rosinate +rosinduline +Rosine +rosiness +rosinous +rosinweed +rosinwood +rosiny +rosland +rosmarine +Rosmarinus +Rosminian +Rosminianism +rosoli +rosolic +rosolio +rosolite +rosorial +Ross +ross +rosser +rossite +rostel +rostellar +Rostellaria +rostellarian +rostellate +rostelliform +rostellum +roster +rostra +rostral +rostrally +rostrate +rostrated +rostriferous +rostriform +rostroantennary +rostrobranchial +rostrocarinate +rostrocaudal +rostroid +rostrolateral +rostrular +rostrulate +rostrulum +rostrum +rosular +rosulate +rosy +rot +rota +rotacism +Rotal +rotal +Rotala +Rotalia +rotalian +rotaliform +rotaliiform +rotaman +rotameter +rotan +Rotanev +rotang +Rotarian +Rotarianism +rotarianize +Rotary +rotary +rotascope +rotatable +rotate +rotated +rotating +rotation +rotational +rotative +rotatively +rotativism +rotatodentate +rotatoplane +rotator +Rotatoria +rotatorian +rotatory +rotch +rote +rotella +rotenone +roter +rotge +rotgut +rother +rothermuck +rotifer +Rotifera +rotiferal +rotiferan +rotiferous +rotiform +rotisserie +roto +rotograph +rotogravure +rotor +rotorcraft +rotproof +Rotse +rottan +rotten +rottenish +rottenly +rottenness +rottenstone +rotter +rotting +rottle +rottlera +rottlerin +rottock +rottolo +rotula +rotulad +rotular +rotulet +rotulian +rotuliform +rotulus +rotund +rotunda +rotundate +rotundifoliate +rotundifolious +rotundiform +rotundify +rotundity +rotundly +rotundness +rotundo +rotundotetragonal +roub +roucou +roud +roue +rouelle +rouge +rougeau +rougeberry +rougelike +rougemontite +rougeot +rough +roughage +roughcast +roughcaster +roughdraft +roughdraw +roughdress +roughdry +roughen +roughener +rougher +roughet +roughhearted +roughheartedness +roughhew +roughhewer +roughhewn +roughhouse +roughhouser +roughhousing +roughhousy +roughie +roughing +roughings +roughish +roughishly +roughishness +roughleg +roughly +roughness +roughometer +roughride +roughrider +roughroot +roughscuff +roughsetter +roughshod +roughslant +roughsome +roughstring +roughstuff +roughtail +roughtailed +roughwork +roughwrought +roughy +rougy +rouille +rouky +roulade +rouleau +roulette +Rouman +Roumeliote +roun +rounce +rounceval +rouncy +round +roundabout +roundaboutly +roundaboutness +rounded +roundedly +roundedness +roundel +roundelay +roundeleer +rounder +roundfish +roundhead +roundheaded +roundheadedness +roundhouse +rounding +roundish +roundishness +roundlet +roundline +roundly +roundmouthed +roundness +roundnose +roundnosed +roundridge +roundseam +roundsman +roundtail +roundtop +roundtree +roundup +roundwise +roundwood +roundworm +roundy +roup +rouper +roupet +roupily +roupingwife +roupit +roupy +rouse +rouseabout +rousedness +rousement +rouser +rousing +rousingly +Rousseau +Rousseauan +Rousseauism +Rousseauist +Rousseauistic +Rousseauite +Roussellian +roussette +Roussillon +roust +roustabout +rouster +rousting +rout +route +router +routh +routhercock +routhie +routhiness +routhy +routinary +routine +routineer +routinely +routing +routinish +routinism +routinist +routinization +routinize +routivarite +routous +routously +rouvillite +rove +rover +rovet +rovetto +roving +rovingly +rovingness +row +rowable +rowan +rowanberry +rowboat +rowdily +rowdiness +rowdy +rowdydow +rowdydowdy +rowdyish +rowdyishly +rowdyishness +rowdyism +rowdyproof +rowed +rowel +rowelhead +rowen +Rowena +rower +rowet +rowiness +rowing +Rowland +rowlandite +Rowleian +rowlet +Rowley +Rowleyan +rowlock +rowport +rowty +rowy +rox +Roxana +Roxane +Roxanne +Roxburgh +Roxburghiaceae +Roxbury +Roxie +Roxolani +Roxy +roxy +Roy +royal +royale +royalet +royalism +royalist +royalization +royalize +royally +royalty +Royena +royet +royetness +royetous +royetously +Roystonea +royt +rozum +Rua +ruach +ruana +rub +rubasse +rubato +rubbed +rubber +rubberer +rubberize +rubberless +rubberneck +rubbernecker +rubbernose +rubbers +rubberstone +rubberwise +rubbery +rubbing +rubbingstone +rubbish +rubbishing +rubbishingly +rubbishly +rubbishry +rubbishy +rubble +rubbler +rubblestone +rubblework +rubbly +rubdown +Rube +rubedinous +rubedity +rubefacient +rubefaction +rubelet +rubella +rubelle +rubellite +rubellosis +Rubensian +rubeola +rubeolar +rubeoloid +ruberythric +ruberythrinic +rubescence +rubescent +Rubia +Rubiaceae +rubiaceous +Rubiales +rubianic +rubiate +rubiator +rubican +rubicelle +Rubicola +Rubicon +rubiconed +rubicund +rubicundity +rubidic +rubidine +rubidium +rubied +rubific +rubification +rubificative +rubify +rubiginous +rubijervine +rubine +rubineous +rubious +ruble +rublis +rubor +rubric +rubrica +rubrical +rubricality +rubrically +rubricate +rubrication +rubricator +rubrician +rubricism +rubricist +rubricity +rubricize +rubricose +rubrific +rubrification +rubrify +rubrisher +rubrospinal +rubstone +Rubus +ruby +rubylike +rubytail +rubythroat +rubywise +rucervine +Rucervus +Ruchbah +ruche +ruching +ruck +rucker +ruckle +ruckling +rucksack +rucksey +ruckus +rucky +ructation +ruction +rud +rudas +Rudbeckia +rudd +rudder +rudderhead +rudderhole +rudderless +rudderlike +rudderpost +rudderstock +ruddied +ruddily +ruddiness +ruddle +ruddleman +ruddock +ruddy +ruddyish +rude +rudely +rudeness +rudented +rudenture +ruderal +rudesby +Rudesheimer +rudge +rudiment +rudimental +rudimentarily +rudimentariness +rudimentary +rudimentation +rudish +Rudista +Rudistae +rudistan +rudistid +rudity +Rudmasday +Rudolf +Rudolph +Rudolphus +Rudy +rue +rueful +ruefully +ruefulness +ruelike +ruelle +Ruellia +ruen +ruer +ruesome +ruesomeness +ruewort +rufescence +rufescent +ruff +ruffable +ruffed +ruffer +ruffian +ruffianage +ruffiandom +ruffianhood +ruffianish +ruffianism +ruffianize +ruffianlike +ruffianly +ruffiano +ruffin +ruffle +ruffled +ruffleless +rufflement +ruffler +rufflike +ruffliness +ruffling +ruffly +ruficarpous +ruficaudate +ruficoccin +ruficornate +rufigallic +rufoferruginous +rufofulvous +rufofuscous +rufopiceous +rufotestaceous +rufous +rufter +rufulous +Rufus +rufus +rug +ruga +rugate +Rugbeian +Rugby +rugged +ruggedly +ruggedness +Rugger +rugging +ruggle +ruggy +rugheaded +ruglike +rugmaker +rugmaking +Rugosa +rugosa +rugose +rugosely +rugosity +rugous +rugulose +ruin +ruinable +ruinate +ruination +ruinatious +ruinator +ruined +ruiner +ruing +ruiniform +ruinlike +ruinous +ruinously +ruinousness +ruinproof +Rukbat +rukh +rulable +Rulander +rule +ruledom +ruleless +rulemonger +ruler +rulership +ruling +rulingly +rull +ruller +rullion +Rum +rum +rumal +Ruman +Rumanian +rumbelow +rumble +rumblegarie +rumblegumption +rumblement +rumbler +rumbling +rumblingly +rumbly +rumbo +rumbooze +rumbowline +rumbowling +rumbullion +rumbumptious +rumbustical +rumbustious +rumbustiousness +rumchunder +Rumelian +rumen +rumenitis +rumenocentesis +rumenotomy +Rumex +rumfustian +rumgumption +rumgumptious +ruminal +ruminant +Ruminantia +ruminantly +ruminate +ruminating +ruminatingly +rumination +ruminative +ruminatively +ruminator +rumkin +rumless +rumly +rummage +rummager +rummagy +rummer +rummily +rumminess +rummish +rummy +rumness +rumney +rumor +rumorer +rumormonger +rumorous +rumorproof +rumourmonger +rump +rumpad +rumpadder +rumpade +Rumper +rumple +rumpless +rumply +rumpscuttle +rumpuncheon +rumpus +rumrunner +rumrunning +rumshop +rumswizzle +rumtytoo +run +runabout +runagate +runaround +runaway +runback +runboard +runby +runch +runchweed +runcinate +rundale +Rundi +rundle +rundlet +rune +runecraft +runed +runefolk +runeless +runelike +runer +runesmith +runestaff +runeword +runfish +rung +runghead +rungless +runholder +runic +runically +runiform +runite +runkeeper +runkle +runkly +runless +runlet +runman +runnable +runnel +runner +runnet +running +runningly +runny +runoff +runologist +runology +runout +runover +runproof +runrig +runround +runt +runted +runtee +runtiness +runtish +runtishly +runtishness +runty +runway +rupa +rupee +Rupert +rupestral +rupestrian +rupestrine +rupia +rupiah +rupial +Rupicapra +Rupicaprinae +rupicaprine +Rupicola +Rupicolinae +rupicoline +rupicolous +rupie +rupitic +Ruppia +ruptile +ruption +ruptive +ruptuary +rupturable +rupture +ruptured +rupturewort +rural +ruralism +ruralist +ruralite +rurality +ruralization +ruralize +rurally +ruralness +rurban +ruridecanal +rurigenous +Ruritania +Ruritanian +ruru +Rus +Rusa +Ruscus +ruse +rush +rushbush +rushed +rushen +rusher +rushiness +rushing +rushingly +rushingness +rushland +rushlight +rushlighted +rushlike +rushlit +rushy +Rusin +rusine +rusk +ruskin +Ruskinian +rusky +rusma +rusot +ruspone +Russ +russel +Russelia +Russell +Russellite +Russene +russet +russeting +russetish +russetlike +russety +Russia +russia +Russian +Russianism +Russianist +Russianization +Russianize +Russification +Russificator +Russifier +Russify +Russine +Russism +Russniak +Russolatrous +Russolatry +Russomania +Russomaniac +Russomaniacal +Russophile +Russophilism +Russophilist +Russophobe +Russophobia +Russophobiac +Russophobism +Russophobist +russud +Russula +rust +rustable +rustful +rustic +rustical +rustically +rusticalness +rusticate +rustication +rusticator +rusticial +rusticism +rusticity +rusticize +rusticly +rusticness +rusticoat +rustily +rustiness +rustle +rustler +rustless +rustling +rustlingly +rustlingness +rustly +rustproof +rustre +rustred +Rusty +rusty +rustyback +rustyish +ruswut +rut +Ruta +rutabaga +Rutaceae +rutaceous +rutaecarpine +rutate +rutch +rutelian +Rutelinae +Ruth +ruth +ruthenate +Ruthene +Ruthenian +ruthenic +ruthenious +ruthenium +ruthenous +ruther +rutherford +rutherfordine +rutherfordite +ruthful +ruthfully +ruthfulness +ruthless +ruthlessly +ruthlessness +rutic +rutidosis +rutilant +rutilated +rutile +rutilous +rutin +rutinose +Rutiodon +ruttee +rutter +ruttiness +ruttish +ruttishly +ruttishness +rutty +Rutuli +rutyl +rutylene +ruvid +rux +rvulsant +ryal +ryania +rybat +ryder +rye +ryen +Rymandra +ryme +Rynchospora +rynchosporous +rynd +rynt +ryot +ryotwar +ryotwari +rype +rypeck +rytidosis +Rytina +Ryukyu +S +s +sa +saa +Saad +Saan +Saarbrucken +sab +Saba +sabadilla +sabadine +sabadinine +Sabaean +Sabaeanism +Sabaeism +sabaigrass +Sabaism +Sabaist +Sabal +Sabalaceae +sabalo +Saban +sabanut +Sabaoth +Sabathikos +Sabazian +Sabazianism +Sabazios +sabbat +Sabbatarian +Sabbatarianism +Sabbatary +Sabbatean +Sabbath +sabbath +Sabbathaian +Sabbathaic +Sabbathaist +Sabbathbreaker +Sabbathbreaking +Sabbathism +Sabbathize +Sabbathkeeper +Sabbathkeeping +Sabbathless +Sabbathlike +Sabbathly +Sabbatia +sabbatia +Sabbatian +Sabbatic +sabbatic +Sabbatical +sabbatical +Sabbatically +Sabbaticalness +sabbatine +sabbatism +Sabbatist +Sabbatization +Sabbatize +sabbaton +sabbitha +sabdariffa +sabe +sabeca +Sabella +sabella +sabellan +Sabellaria +sabellarian +Sabelli +Sabellian +Sabellianism +Sabellianize +sabellid +Sabellidae +sabelloid +saber +saberbill +sabered +saberleg +saberlike +saberproof +sabertooth +saberwing +Sabia +Sabiaceae +sabiaceous +Sabian +Sabianism +sabicu +Sabik +Sabina +sabina +Sabine +sabine +Sabinian +sabino +Sabir +sable +sablefish +sableness +sably +sabora +saboraim +sabot +sabotage +saboted +saboteur +sabotine +Sabra +sabra +sabretache +Sabrina +Sabromin +sabromin +Sabuja +sabuline +sabulite +sabulose +sabulosity +sabulous +sabulum +saburra +saburral +saburration +sabutan +sabzi +Sac +sac +Sacae +sacalait +sacaline +sacaton +sacatra +sacbrood +saccade +saccadic +Saccammina +saccate +saccated +Saccha +saccharamide +saccharase +saccharate +saccharated +saccharephidrosis +saccharic +saccharide +sacchariferous +saccharification +saccharifier +saccharify +saccharilla +saccharimeter +saccharimetric +saccharimetrical +saccharimetry +saccharin +saccharinate +saccharinated +saccharine +saccharineish +saccharinely +saccharinic +saccharinity +saccharization +saccharize +saccharobacillus +saccharobiose +saccharobutyric +saccharoceptive +saccharoceptor +saccharochemotropic +saccharocolloid +saccharofarinaceous +saccharogalactorrhea +saccharogenic +saccharohumic +saccharoid +saccharoidal +saccharolactonic +saccharolytic +saccharometabolic +saccharometabolism +saccharometer +saccharometric +saccharometry +saccharomucilaginous +Saccharomyces +saccharomyces +Saccharomycetaceae +saccharomycetaceous +Saccharomycetales +saccharomycete +Saccharomycetes +saccharomycetic +saccharomycosis +saccharon +saccharonate +saccharone +saccharonic +saccharophylly +saccharorrhea +saccharoscope +saccharose +saccharostarchy +saccharosuria +saccharotriose +saccharous +saccharulmic +saccharulmin +Saccharum +saccharum +saccharuria +sacciferous +sacciform +Saccobranchiata +saccobranchiate +Saccobranchus +saccoderm +Saccolabium +saccolabium +saccomyian +saccomyid +Saccomyidae +Saccomyina +saccomyine +saccomyoid +Saccomyoidea +saccomyoidean +Saccomys +Saccopharyngidae +Saccopharynx +Saccorhiza +saccos +saccular +sacculate +sacculated +sacculation +saccule +Sacculina +sacculoutricular +sacculus +saccus +sacellum +sacerdocy +sacerdotage +sacerdotal +sacerdotalism +sacerdotalist +sacerdotalize +sacerdotally +sacerdotical +sacerdotism +sachamaker +sachem +sachemdom +sachemic +sachemship +sachet +Sacheverell +Sacian +sack +sackage +sackamaker +sackbag +sackbut +sackcloth +sackclothed +sackdoudle +sacked +sacken +sacker +sackful +sacking +sackless +sacklike +sackmaker +sackmaking +sackman +sacktime +saclike +saco +sacope +sacque +sacra +sacrad +sacral +sacralgia +sacralization +sacrament +sacramental +sacramentalism +sacramentalist +sacramentality +sacramentally +sacramentalness +Sacramentarian +sacramentarian +sacramentarianism +sacramentarist +Sacramentary +sacramentary +sacramenter +sacramentism +sacramentize +Sacramento +sacramentum +sacraria +sacrarial +sacrarium +sacrectomy +sacred +sacredly +sacredness +sacrificable +sacrificant +Sacrificati +sacrification +sacrificator +sacrificatory +sacrificature +sacrifice +sacrificer +sacrificial +sacrificially +sacrificing +sacrilege +sacrileger +sacrilegious +sacrilegiously +sacrilegiousness +sacrilegist +sacrilumbal +sacrilumbalis +sacring +Sacripant +sacrist +sacristan +sacristy +sacro +sacrocaudal +sacrococcygeal +sacrococcygean +sacrococcygeus +sacrococcyx +sacrocostal +sacrocotyloid +sacrocotyloidean +sacrocoxalgia +sacrocoxitis +sacrodorsal +sacrodynia +sacrofemoral +sacroiliac +sacroinguinal +sacroischiac +sacroischiadic +sacroischiatic +sacrolumbal +sacrolumbalis +sacrolumbar +sacropectineal +sacroperineal +sacropictorial +sacroposterior +sacropubic +sacrorectal +sacrosanct +sacrosanctity +sacrosanctness +sacrosciatic +sacrosecular +sacrospinal +sacrospinalis +sacrospinous +sacrotomy +sacrotuberous +sacrovertebral +sacrum +sad +Sadachbia +Sadalmelik +Sadalsuud +sadden +saddening +saddeningly +saddik +saddirham +saddish +saddle +saddleback +saddlebag +saddlebow +saddlecloth +saddled +saddleleaf +saddleless +saddlelike +saddlenose +saddler +saddlery +saddlesick +saddlesore +saddlesoreness +saddlestead +saddletree +saddlewise +saddling +Sadducaic +Sadducean +Sadducee +Sadduceeism +Sadduceeist +Sadducism +Sadducize +sade +sadh +sadhe +sadhearted +sadhu +sadic +Sadie +sadiron +sadism +sadist +sadistic +sadistically +Sadite +sadly +sadness +sado +sadomasochism +Sadr +sadr +saecula +saeculum +Saeima +saernaite +saeter +saeume +Safar +safari +Safavi +Safawid +safe +safeblower +safeblowing +safebreaker +safebreaking +safecracking +safeguard +safeguarder +safehold +safekeeper +safekeeping +safelight +safely +safemaker +safemaking +safen +safener +safeness +safety +Saffarian +Saffarid +saffian +safflor +safflorite +safflow +safflower +saffron +saffroned +saffrontree +saffronwood +saffrony +Safi +Safine +Safini +safranin +safranine +safranophile +safrole +saft +sag +saga +sagaciate +sagacious +sagaciously +sagaciousness +sagacity +Sagai +sagaie +sagaman +sagamite +sagamore +sagapenum +sagathy +sage +sagebrush +sagebrusher +sagebush +sageleaf +sagely +sagene +sageness +sagenite +sagenitic +Sageretia +sagerose +sageship +sagewood +sagger +sagging +saggon +saggy +saghavart +Sagina +saginate +sagination +saging +Sagitarii +sagitta +sagittal +sagittally +Sagittaria +Sagittariid +Sagittarius +sagittarius +Sagittary +sagittary +sagittate +Sagittid +sagittiferous +sagittiform +sagittocyst +sagittoid +sagless +sago +sagoin +sagolike +Sagra +saguaro +Saguerus +sagum +saguran +sagvandite +sagwire +sagy +sah +Sahadeva +Sahaptin +Sahara +Saharan +Saharian +Saharic +sahh +sahib +Sahibah +Sahidic +sahme +Saho +sahoukar +sahukar +sai +saic +said +Saidi +Saify +saiga +Saiid +sail +sailable +sailage +sailboat +sailcloth +sailed +sailer +sailfish +sailflying +sailing +sailingly +sailless +sailmaker +sailmaking +sailor +sailoring +sailorizing +sailorless +sailorlike +sailorly +sailorman +sailorproof +sailplane +sailship +sailsman +saily +saim +saimiri +saimy +sain +Sainfoin +saint +saintdom +sainted +saintess +sainthood +saintish +saintism +saintless +saintlike +saintlily +saintliness +saintling +saintly +saintologist +saintology +Saintpaulia +saintship +saip +Saiph +sair +sairly +sairve +sairy +Saite +saithe +Saitic +Saiva +Saivism +saj +sajou +Sak +Saka +Sakai +Sakalava +sake +sakeber +sakeen +Sakel +Sakelarides +Sakell +Sakellaridis +saker +sakeret +Sakha +saki +sakieh +Sakkara +Saktism +sakulya +Sakyamuni +Sal +sal +salaam +salaamlike +salability +salable +salableness +salably +salaceta +salacious +salaciously +salaciousness +salacity +salacot +salad +salading +salago +salagrama +salal +salamandarin +salamander +salamanderlike +Salamandra +salamandrian +Salamandridae +salamandriform +Salamandrina +salamandrine +salamandroid +salambao +Salaminian +salamo +salampore +salangane +salangid +Salangidae +Salar +salar +salariat +salaried +salary +salaryless +salat +salay +sale +salegoer +salele +salema +salenixon +salep +saleratus +saleroom +salesclerk +Salesian +saleslady +salesman +salesmanship +salespeople +salesperson +salesroom +saleswoman +salework +saleyard +salfern +Salian +Saliaric +Salic +salic +Salicaceae +salicaceous +Salicales +Salicariaceae +salicetum +salicin +salicional +salicorn +Salicornia +salicyl +salicylal +salicylaldehyde +salicylamide +salicylanilide +salicylase +salicylate +salicylic +salicylide +salicylidene +salicylism +salicylize +salicylous +salicyluric +salicylyl +salience +salient +Salientia +salientian +saliently +saliferous +salifiable +salification +salify +saligenin +saligot +salimeter +salimetry +Salina +salina +Salinan +salination +saline +Salinella +salinelle +salineness +saliniferous +salinification +saliniform +salinity +salinize +salinometer +salinometry +salinosulphureous +salinoterreous +Salisburia +Salish +Salishan +salite +salited +Saliva +saliva +salival +Salivan +salivant +salivary +salivate +salivation +salivator +salivatory +salivous +Salix +salix +salle +sallee +salleeman +sallenders +sallet +sallier +salloo +sallow +sallowish +sallowness +sallowy +Sally +sally +Sallybloom +sallyman +sallywood +Salm +salma +salmagundi +salmiac +salmine +salmis +Salmo +Salmon +salmon +salmonberry +Salmonella +salmonella +salmonellae +salmonellosis +salmonet +salmonid +Salmonidae +salmoniform +salmonlike +salmonoid +Salmonoidea +Salmonoidei +salmonsite +salmwood +salnatron +Salol +salol +Salome +salometer +salometry +salomon +Salomonia +Salomonian +Salomonic +salon +saloon +saloonist +saloonkeeper +saloop +Salopian +salopian +salp +Salpa +salpa +salpacean +salpian +salpicon +Salpidae +salpiform +Salpiglossis +salpiglossis +salpingectomy +salpingemphraxis +salpinges +salpingian +salpingion +salpingitic +salpingitis +salpingocatheterism +salpingocele +salpingocyesis +salpingomalleus +salpingonasal +salpingopalatal +salpingopalatine +salpingoperitonitis +salpingopexy +salpingopharyngeal +salpingopharyngeus +salpingopterygoid +salpingorrhaphy +salpingoscope +salpingostaphyline +salpingostenochoria +salpingostomatomy +salpingostomy +salpingotomy +salpinx +salpoid +salse +salsifis +salsify +salsilla +Salsola +Salsolaceae +salsolaceous +salsuginous +salt +salta +saltant +saltarella +saltarello +saltary +saltate +saltation +saltativeness +Saltator +saltator +Saltatoria +saltatorial +saltatorian +saltatoric +saltatorious +saltatory +saltbush +saltcat +saltcatch +saltcellar +salted +saltee +salten +salter +saltern +saltery +saltfat +saltfoot +salthouse +saltier +saltierra +saltierwise +Saltigradae +saltigrade +saltimbanco +saltimbank +saltimbankery +saltine +saltiness +salting +saltish +saltishly +saltishness +saltless +saltlessness +saltly +saltmaker +saltmaking +saltman +saltmouth +saltness +saltometer +saltorel +saltpan +saltpeter +saltpetrous +saltpond +saltspoon +saltspoonful +saltsprinkler +saltus +saltweed +saltwife +saltworker +saltworks +saltwort +salty +salubrify +salubrious +salubriously +salubriousness +salubrity +saluki +salung +salutarily +salutariness +salutary +salutation +salutational +salutationless +salutatious +salutatorian +salutatorily +salutatorium +salutatory +salute +saluter +salutiferous +salutiferously +Salva +salvability +salvable +salvableness +salvably +Salvadora +salvadora +Salvadoraceae +salvadoraceous +Salvadoran +Salvadorian +salvage +salvageable +salvagee +salvageproof +salvager +salvaging +Salvarsan +salvarsan +salvatella +salvation +salvational +salvationism +salvationist +salvatory +salve +salveline +Salvelinus +salver +salverform +Salvia +salvianin +salvific +salvifical +salvifically +Salvinia +Salviniaceae +salviniaceous +Salviniales +salviol +salvo +salvor +salvy +Salwey +salzfelle +Sam +sam +Samadera +samadh +samadhi +samaj +Samal +saman +Samandura +Samani +Samanid +Samantha +samara +samaria +samariform +Samaritan +Samaritaness +Samaritanism +samarium +Samarkand +samaroid +samarra +samarskite +Samas +samba +Sambal +sambal +sambaqui +sambar +Sambara +Sambathe +sambhogakaya +Sambo +sambo +Sambucaceae +Sambucus +sambuk +sambuke +sambunigrin +Samburu +same +samekh +samel +sameliness +samely +samen +sameness +samesome +Samgarnebo +samh +Samhain +samhita +Samian +samiel +Samir +samiresite +samiri +samisen +Samish +samite +samkara +samlet +sammel +sammer +sammier +Sammy +sammy +Samnani +Samnite +Samoan +Samogitian +samogonka +Samolus +Samosatenian +samothere +Samotherium +Samothracian +samovar +Samoyed +Samoyedic +samp +sampaguita +sampaloc +sampan +samphire +sampi +sample +sampleman +sampler +samplery +sampling +Sampsaean +Samsam +samsara +samshu +Samsien +samskara +Samson +samson +Samsoness +Samsonian +Samsonic +Samsonistic +samsonite +Samucan +Samucu +Samuel +samurai +Samydaceae +San +san +sanability +sanable +sanableness +sanai +Sanand +sanative +sanativeness +sanatoria +sanatorium +sanatory +Sanballat +sanbenito +Sanche +sancho +sanct +sancta +sanctanimity +sanctifiable +sanctifiableness +sanctifiably +sanctificate +sanctification +sanctified +sanctifiedly +sanctifier +sanctify +sanctifyingly +sanctilogy +sanctiloquent +sanctimonial +sanctimonious +sanctimoniously +sanctimoniousness +sanctimony +sanction +sanctionable +sanctionary +sanctionative +sanctioner +sanctionist +sanctionless +sanctionment +sanctitude +sanctity +sanctologist +Sanctology +sanctorium +sanctuaried +sanctuarize +sanctuary +sanctum +Sanctus +Sancy +sancyite +sand +sandak +sandal +sandaled +sandaliform +sandaling +sandalwood +sandalwort +sandan +sandarac +sandaracin +sandastros +Sandawe +sandbag +sandbagger +sandbank +sandbin +sandblast +sandboard +sandbox +sandboy +sandbur +sandclub +sandculture +sanded +Sandeep +Sandemanian +Sandemanianism +Sandemanism +Sander +sander +sanderling +sanders +sandfish +sandflower +sandglass +sandheat +sandhi +sandiferous +sandiness +sanding +Sandip +sandiver +sandix +sandlapper +sandless +sandlike +sandling +sandman +sandnatter +sandnecker +sandpaper +sandpaperer +sandpeep +sandpiper +sandproof +Sandra +sandrock +sandspit +sandspur +sandstay +sandstone +sandstorm +sandust +sandweed +sandweld +sandwich +sandwood +sandworm +sandwort +Sandy +sandy +sandyish +sane +sanely +saneness +Sanetch +Sanford +Sanforized +sang +sanga +Sangamon +sangar +sangaree +sangei +sanger +sangerbund +sangerfest +Sanggil +sangha +Sangho +Sangir +Sangirese +sanglant +sangley +Sangraal +sangreeroot +sangrel +sangsue +sanguicolous +sanguifacient +sanguiferous +sanguification +sanguifier +sanguifluous +sanguimotor +sanguimotory +sanguinaceous +Sanguinaria +sanguinarily +sanguinariness +sanguinary +sanguine +sanguineless +sanguinely +sanguineness +sanguineobilious +sanguineophlegmatic +sanguineous +sanguineousness +sanguineovascular +sanguinicolous +sanguiniferous +sanguinification +sanguinism +sanguinity +sanguinivorous +sanguinocholeric +sanguinolency +sanguinolent +sanguinopoietic +sanguinous +Sanguisorba +Sanguisorbaceae +sanguisuge +sanguisugent +sanguisugous +sanguivorous +Sanhedrim +Sanhedrin +Sanhedrist +Sanhita +sanicle +Sanicula +sanidine +sanidinic +sanidinite +sanies +sanification +sanify +sanious +sanipractic +sanitarian +sanitarily +sanitarist +sanitarium +sanitary +sanitate +sanitation +sanitationist +sanitist +sanitize +Sanity +sanity +sanjak +sanjakate +sanjakbeg +sanjakship +Sanjay +Sanjeev +Sanjib +sank +sankha +Sankhya +sannaite +Sannoisian +sannup +sannyasi +sannyasin +sanopurulent +sanoserous +Sanpoil +sans +Sansar +sansei +Sansevieria +sanshach +sansi +Sanskrit +Sanskritic +Sanskritist +Sanskritization +Sanskritize +sant +Santa +Santal +santal +Santalaceae +santalaceous +Santalales +Santali +santalic +santalin +santalol +Santalum +santalwood +santapee +Santee +santene +Santiago +santimi +santims +santir +Santo +Santolina +santon +santonica +santonin +santoninic +santorinite +Santos +sanukite +Sanvitalia +Sanyakoan +sao +Saoshyant +sap +sapa +sapajou +sapan +sapanwood +sapbush +sapek +Saperda +sapful +Sapharensian +saphead +sapheaded +sapheadedness +saphena +saphenal +saphenous +saphie +sapid +sapidity +sapidless +sapidness +sapience +sapiency +sapient +sapiential +sapientially +sapientize +sapiently +sapin +sapinda +Sapindaceae +sapindaceous +Sapindales +sapindaship +Sapindus +Sapium +sapiutan +saple +sapless +saplessness +sapling +saplinghood +sapo +sapodilla +sapogenin +saponaceous +saponaceousness +saponacity +Saponaria +saponarin +saponary +Saponi +saponifiable +saponification +saponifier +saponify +saponin +saponite +sapophoric +sapor +saporific +saporosity +saporous +Sapota +sapota +Sapotaceae +sapotaceous +sapote +sapotilha +sapotilla +sapotoxin +sappanwood +sappare +sapper +Sapphic +sapphic +sapphire +sapphireberry +sapphired +sapphirewing +sapphiric +sapphirine +Sapphism +Sapphist +Sappho +sappiness +sapping +sapples +sappy +sapremia +sapremic +saprine +saprocoll +saprodil +saprodontia +saprogenic +saprogenous +Saprolegnia +Saprolegniaceae +saprolegniaceous +Saprolegniales +saprolegnious +saprolite +saprolitic +sapropel +sapropelic +sapropelite +saprophagan +saprophagous +saprophile +saprophilous +saprophyte +saprophytic +saprophytically +saprophytism +saprostomous +saprozoic +sapsago +sapskull +sapsuck +sapsucker +sapucaia +sapucainha +sapwood +sapwort +Saqib +sar +Sara +saraad +sarabacan +Sarabaite +saraband +Saracen +Saracenian +Saracenic +Saracenical +Saracenism +Saracenlike +Sarada +saraf +Sarah +Sarakolet +Sarakolle +Saramaccaner +Saran +sarangi +sarangousty +Saratoga +Saratogan +Saravan +Sarawakese +sarawakite +Sarawan +sarbacane +sarbican +sarcasm +sarcasmproof +sarcast +sarcastic +sarcastical +sarcastically +sarcasticalness +sarcasticness +sarcelle +sarcenet +sarcilis +Sarcina +sarcine +sarcitis +sarcle +sarcler +sarcoadenoma +Sarcobatus +sarcoblast +sarcocarcinoma +sarcocarp +sarcocele +Sarcococca +Sarcocolla +sarcocollin +sarcocyst +Sarcocystidea +sarcocystidean +sarcocystidian +Sarcocystis +sarcocystoid +sarcocyte +sarcode +sarcoderm +Sarcodes +sarcodic +sarcodictyum +Sarcodina +sarcodous +sarcoenchondroma +sarcogenic +sarcogenous +sarcoglia +Sarcogyps +sarcoid +sarcolactic +sarcolemma +sarcolemmic +sarcolemmous +sarcoline +sarcolite +sarcologic +sarcological +sarcologist +sarcology +sarcolysis +sarcolyte +sarcolytic +sarcoma +sarcomatoid +sarcomatosis +sarcomatous +sarcomere +Sarcophaga +sarcophagal +sarcophagi +sarcophagic +sarcophagid +Sarcophagidae +sarcophagine +sarcophagize +sarcophagous +sarcophagus +sarcophagy +sarcophile +sarcophilous +Sarcophilus +sarcoplasm +sarcoplasma +sarcoplasmatic +sarcoplasmic +sarcoplast +sarcoplastic +sarcopoietic +Sarcopsylla +Sarcopsyllidae +Sarcoptes +sarcoptic +sarcoptid +Sarcoptidae +Sarcorhamphus +sarcosepsis +sarcosepta +sarcoseptum +sarcosine +sarcosis +sarcosoma +sarcosperm +sarcosporid +Sarcosporida +Sarcosporidia +sarcosporidial +sarcosporidian +sarcosporidiosis +sarcostosis +sarcostyle +sarcotheca +sarcotherapeutics +sarcotherapy +sarcotic +sarcous +Sarcura +Sard +sard +sardachate +Sardanapalian +Sardanapalus +sardel +Sardian +sardine +sardinewise +Sardinian +sardius +Sardoin +sardonic +sardonical +sardonically +sardonicism +sardonyx +sare +sargasso +Sargassum +sargassum +sargo +Sargonic +Sargonid +Sargonide +sargus +sari +sarif +Sarigue +sarigue +sarinda +sarip +sark +sarkar +sarkful +sarkical +sarkine +sarking +sarkinite +sarkit +sarkless +sarlak +sarlyk +Sarmatian +Sarmatic +sarmatier +sarment +sarmenta +sarmentaceous +sarmentiferous +sarmentose +sarmentous +sarmentum +sarna +sarod +saron +sarong +saronic +saronide +saros +Sarothamnus +Sarothra +sarothrum +sarpler +sarpo +sarra +Sarracenia +sarracenia +Sarraceniaceae +sarraceniaceous +sarracenial +Sarraceniales +sarraf +sarrazin +sarrusophone +sarrusophonist +sarsa +sarsaparilla +sarsaparillin +Sarsar +Sarsechim +sarsen +sarsenet +Sarsi +Sart +sart +sartage +sartain +Sartish +sartor +sartoriad +sartorial +sartorially +sartorian +sartorite +sartorius +Saruk +sarus +Sarvarthasiddha +sarwan +Sarzan +sasa +sasan +sasani +sasanqua +sash +sashay +sashery +sashing +sashless +sasin +sasine +saskatoon +sassaby +sassafac +sassafrack +sassafras +Sassak +Sassan +Sassanian +Sassanid +Sassanidae +Sassanide +Sassenach +sassolite +sassy +sassywood +Sastean +sat +satable +Satan +satan +Satanael +Satanas +satang +satanic +satanical +satanically +satanicalness +Satanism +Satanist +satanist +Satanistic +Satanity +satanize +Satanology +Satanophany +Satanophil +Satanophobia +Satanship +satara +satchel +satcheled +sate +sateen +sateenwood +sateless +satelles +satellitarian +satellite +satellited +satellitesimal +satellitian +satellitic +satellitious +satellitium +satellitoid +satellitory +satelloid +satiability +satiable +satiableness +satiably +satiate +satiation +Satieno +satient +satiety +satin +satinbush +satine +satined +satinette +satinfin +satinflower +satinite +satinity +satinize +satinleaf +satinlike +satinpod +satinwood +satiny +satire +satireproof +satiric +satirical +satirically +satiricalness +satirist +satirizable +satirize +satirizer +satisdation +satisdiction +satisfaction +satisfactional +satisfactionist +satisfactionless +satisfactive +satisfactorily +satisfactoriness +satisfactorious +satisfactory +satisfiable +satisfice +satisfied +satisfiedly +satisfiedness +satisfier +satisfy +satisfying +satisfyingly +satisfyingness +satispassion +satlijk +Satrae +satrap +satrapal +satrapess +satrapic +satrapical +satrapy +satron +Satsuma +sattle +sattva +satura +saturability +saturable +saturant +saturate +saturated +saturater +saturation +saturator +Saturday +Satureia +Saturn +Saturnal +Saturnale +Saturnalia +saturnalia +Saturnalian +saturnalian +Saturnia +Saturnian +saturnian +Saturnicentric +saturniid +Saturniidae +Saturnine +saturnine +saturninely +saturnineness +saturninity +saturnism +saturnity +saturnize +Saturnus +satyagrahi +satyashodak +satyr +satyresque +satyress +satyriasis +satyric +Satyridae +Satyrinae +satyrine +satyrion +satyrism +satyrlike +satyromaniac +sauce +sauceboat +saucebox +saucedish +sauceless +sauceline +saucemaker +saucemaking +sauceman +saucepan +sauceplate +saucer +saucerful +saucerleaf +saucerless +saucerlike +saucily +sauciness +saucy +Sauerbraten +sauerkraut +sauf +sauger +saugh +saughen +Saul +sauld +saulie +sault +saulter +Saulteur +saum +saumon +saumont +Saumur +Saumya +sauna +saunders +saunderswood +saunter +saunterer +sauntering +saunteringly +sauqui +saur +Saura +Sauraseni +Saurauia +Saurauiaceae +saurel +Sauria +saurian +sauriasis +sauriosis +Saurischia +saurischian +Sauroctonos +saurodont +Saurodontidae +Saurognathae +saurognathism +saurognathous +Sauromatian +saurophagous +sauropod +Sauropoda +sauropodous +sauropsid +Sauropsida +sauropsidan +sauropsidian +Sauropterygia +sauropterygian +Saurornithes +saurornithic +Saururaceae +saururaceous +Saururae +saururan +saururous +Saururus +saury +sausage +sausagelike +sausinger +Saussurea +saussurite +saussuritic +saussuritization +saussuritize +saut +saute +sauterelle +sauterne +sauternes +sauteur +sauty +Sauvagesia +sauve +sauvegarde +savable +savableness +savacu +savage +savagedom +savagely +savageness +savagerous +savagery +savagess +savagism +savagize +savanilla +savanna +Savannah +savant +Savara +savarin +savation +save +saved +saveloy +saver +Savery +savin +saving +savingly +savingness +savior +savioress +saviorhood +saviorship +Saviour +Savitar +Savitri +savola +Savonarolist +Savonnerie +savor +savored +savorer +savorily +savoriness +savoringly +savorless +savorous +savorsome +savory +savour +savoy +Savoyard +savoyed +savoying +savssat +savvy +saw +sawah +Sawaiori +sawali +Sawan +sawarra +sawback +sawbelly +sawbill +sawbones +sawbuck +sawbwa +sawder +sawdust +sawdustish +sawdustlike +sawdusty +sawed +sawer +sawfish +sawfly +sawhorse +sawing +sawish +sawlike +sawmaker +sawmaking +sawman +sawmill +sawmiller +sawmilling +sawmon +sawmont +sawn +Sawney +sawney +sawsetter +sawsharper +sawsmith +sawt +sawway +sawworker +sawwort +sawyer +sax +saxatile +saxboard +saxcornet +Saxe +saxhorn +Saxicava +saxicavous +Saxicola +saxicole +Saxicolidae +Saxicolinae +saxicoline +saxicolous +Saxifraga +Saxifragaceae +saxifragaceous +saxifragant +saxifrage +saxifragous +saxifrax +saxigenous +Saxish +Saxon +Saxondom +Saxonian +Saxonic +Saxonical +Saxonically +Saxonish +Saxonism +Saxonist +saxonite +Saxonization +Saxonize +Saxonly +Saxony +saxophone +saxophonist +saxotromba +saxpence +saxten +saxtie +saxtuba +say +saya +sayability +sayable +sayableness +Sayal +sayer +sayette +sayid +saying +sazen +Sbaikian +sblood +sbodikins +scab +scabbard +scabbardless +scabbed +scabbedness +scabbery +scabbily +scabbiness +scabble +scabbler +scabbling +scabby +scabellum +scaberulous +scabid +scabies +scabietic +scabinus +Scabiosa +scabiosity +scabious +scabish +scabland +scabrate +scabrescent +scabrid +scabridity +scabridulous +scabrities +scabriusculose +scabriusculous +scabrosely +scabrous +scabrously +scabrousness +scabwort +scacchic +scacchite +scad +scaddle +scads +Scaean +scaff +scaffer +scaffery +scaffie +scaffle +scaffold +scaffoldage +scaffolder +scaffolding +scaglia +scagliola +scagliolist +scala +scalable +scalableness +scalably +scalage +scalar +scalare +Scalaria +scalarian +scalariform +Scalariidae +scalarwise +scalation +scalawag +scalawaggery +scalawaggy +scald +scaldberry +scalded +scalder +scaldfish +scaldic +scalding +scaldweed +scaldy +scale +scaleback +scalebark +scaleboard +scaled +scaledrake +scalefish +scaleful +scaleless +scalelet +scalelike +scaleman +scalena +scalene +scalenohedral +scalenohedron +scalenon +scalenous +scalenum +scalenus +scalepan +scaleproof +scaler +scales +scalesman +scalesmith +scaletail +scalewing +scalewise +scalework +scalewort +scaliger +scaliness +scaling +scall +scalled +scallion +scallola +scallom +scallop +scalloper +scalloping +scallopwise +scalma +scaloni +Scalops +Scalopus +scalp +scalpeen +scalpel +scalpellar +scalpellic +scalpellum +scalpellus +scalper +scalping +scalpless +scalpriform +scalprum +scalpture +scalt +scaly +scalytail +scam +scamander +Scamandrius +scamble +scambler +scambling +scamell +scamler +scamles +scammoniate +scammonin +scammony +scammonyroot +scamp +scampavia +scamper +scamperer +scamphood +scamping +scampingly +scampish +scampishly +scampishness +scampsman +scan +scandal +scandalization +scandalize +scandalizer +scandalmonger +scandalmongering +scandalmongery +scandalmonging +scandalous +scandalously +scandalousness +scandalproof +scandaroon +scandent +scandia +Scandian +scandic +scandicus +Scandinavia +Scandinavian +Scandinavianism +scandium +Scandix +Scania +Scanian +Scanic +scanmag +scannable +scanner +scanning +scanningly +scansion +scansionist +Scansores +scansorial +scansorious +scant +scanties +scantily +scantiness +scantity +scantle +scantling +scantlinged +scantly +scantness +scanty +scap +scape +scapegallows +scapegoat +scapegoatism +scapegrace +scapel +scapeless +scapement +scapethrift +scapha +Scaphander +Scaphandridae +scaphion +Scaphiopodidae +Scaphiopus +scaphism +scaphite +Scaphites +Scaphitidae +scaphitoid +scaphocephalic +scaphocephalism +scaphocephalous +scaphocephalus +scaphocephaly +scaphocerite +scaphoceritic +scaphognathite +scaphognathitic +scaphoid +scapholunar +scaphopod +Scaphopoda +scaphopodous +scapiform +scapigerous +scapoid +scapolite +scapolitization +scapose +scapple +scappler +scapula +scapulalgia +scapular +scapulare +scapulary +scapulated +scapulectomy +scapulet +scapulimancy +scapuloaxillary +scapulobrachial +scapuloclavicular +scapulocoracoid +scapulodynia +scapulohumeral +scapulopexy +scapuloradial +scapulospinal +scapulothoracic +scapuloulnar +scapulovertebral +scapus +scar +scarab +scarabaean +scarabaei +scarabaeid +Scarabaeidae +scarabaeidoid +scarabaeiform +Scarabaeinae +scarabaeoid +scarabaeus +scarabee +scaraboid +Scaramouch +scaramouch +scarce +scarcelins +scarcely +scarcement +scarcen +scarceness +scarcity +scare +scarebabe +scarecrow +scarecrowish +scarecrowy +scareful +scarehead +scaremonger +scaremongering +scareproof +scarer +scaresome +scarf +scarface +scarfed +scarfer +scarflike +scarfpin +scarfskin +scarfwise +scarfy +scarid +Scaridae +scarification +scarificator +scarifier +scarify +scarily +scariose +scarious +scarlatina +scarlatinal +scarlatiniform +scarlatinoid +scarlatinous +scarless +scarlet +scarletberry +scarletseed +scarlety +scarman +scarn +scaroid +scarp +scarpines +scarping +scarpment +scarproof +scarred +scarrer +scarring +scarry +scart +scarth +Scarus +scarus +scarved +scary +scase +scasely +scat +scatch +scathe +scatheful +scatheless +scathelessly +scathing +scathingly +Scaticook +scatland +scatologia +scatologic +scatological +scatology +scatomancy +scatophagid +Scatophagidae +scatophagoid +scatophagous +scatophagy +scatoscopy +scatter +scatterable +scatteration +scatteraway +scatterbrain +scatterbrained +scatterbrains +scattered +scatteredly +scatteredness +scatterer +scattergood +scattering +scatteringly +scatterling +scattermouch +scattery +scatty +scatula +scaturient +scaul +scaum +scaup +scauper +scaur +scaurie +scaut +scavage +scavel +scavenage +scavenge +scavenger +scavengerism +scavengership +scavengery +scavenging +scaw +scawd +scawl +scazon +scazontic +sceat +scelalgia +scelerat +scelidosaur +scelidosaurian +scelidosauroid +Scelidosaurus +Scelidotherium +Sceliphron +sceloncus +Sceloporus +scelotyrbe +scena +scenario +scenarioist +scenarioization +scenarioize +scenarist +scenarization +scenarize +scenary +scend +scene +scenecraft +Scenedesmus +sceneful +sceneman +scenery +sceneshifter +scenewright +scenic +scenical +scenically +scenist +scenite +scenograph +scenographer +scenographic +scenographical +scenographically +scenography +Scenopinidae +scent +scented +scenter +scentful +scenting +scentless +scentlessness +scentproof +scentwood +scepsis +scepter +scepterdom +sceptered +scepterless +sceptic +sceptral +sceptropherous +sceptrosophy +sceptry +scerne +sceuophorion +sceuophylacium +sceuophylax +schaapsteker +Schaefferia +schairerite +schalmei +schalmey +schalstein +schanz +schapbachite +schappe +schapped +schapping +scharf +Scharlachberger +schatchen +Scheat +Schedar +schediasm +schediastic +Schedius +schedular +schedulate +schedule +schedulize +scheelite +scheffel +schefferite +schelling +Schellingian +Schellingianism +Schellingism +schelly +scheltopusik +schema +schemata +schematic +schematically +schematism +schematist +schematization +schematize +schematizer +schematogram +schematograph +schematologetically +schematomancy +schematonics +scheme +schemeful +schemeless +schemer +schemery +scheming +schemingly +schemist +schemy +schene +schepel +schepen +scherm +scherzando +scherzi +scherzo +schesis +Scheuchzeria +Scheuchzeriaceae +scheuchzeriaceous +schiavone +Schiedam +schiffli +schiller +schillerfels +schillerization +schillerize +schilling +schimmel +schindylesis +schindyletic +Schinus +schipperke +Schisandra +Schisandraceae +schism +schisma +schismatic +schismatical +schismatically +schismaticalness +schismatism +schismatist +schismatize +schismic +schismless +schist +schistaceous +schistic +schistocelia +schistocephalus +Schistocerca +schistocoelia +schistocormia +schistocormus +schistocyte +schistocytosis +schistoglossia +schistoid +schistomelia +schistomelus +schistoprosopia +schistoprosopus +schistorrhachis +schistoscope +schistose +schistosity +Schistosoma +schistosome +schistosomia +schistosomiasis +schistosomus +schistosternia +schistothorax +schistous +schistus +Schizaea +Schizaeaceae +schizaeaceous +Schizanthus +schizanthus +schizaxon +schizocarp +schizocarpic +schizocarpous +schizochroal +schizocoele +schizocoelic +schizocoelous +schizocyte +schizocytosis +schizodinic +schizogamy +schizogenesis +schizogenetic +schizogenetically +schizogenic +schizogenous +schizogenously +schizognath +Schizognathae +schizognathism +schizognathous +schizogonic +schizogony +Schizogregarinae +schizogregarine +Schizogregarinida +schizoid +schizoidism +Schizolaenaceae +schizolaenaceous +schizolite +schizolysigenous +Schizomeria +schizomycete +Schizomycetes +schizomycetic +schizomycetous +schizomycosis +Schizonemertea +schizonemertean +schizonemertine +Schizoneura +Schizonotus +schizont +schizopelmous +Schizopetalon +schizophasia +Schizophragma +schizophrene +schizophrenia +schizophreniac +schizophrenic +Schizophyceae +Schizophyllum +Schizophyta +schizophyte +schizophytic +schizopod +Schizopoda +schizopodal +schizopodous +schizorhinal +schizospore +schizostele +schizostelic +schizostely +schizothecal +schizothoracic +schizothyme +schizothymia +schizothymic +schizotrichia +Schizotrypanum +schiztic +Schlauraffenland +Schleichera +schlemiel +schlemihl +schlenter +schlieren +schlieric +schloop +Schmalkaldic +schmaltz +schmelz +schmelze +schnabel +Schnabelkanne +schnapper +schnapps +schnauzer +schneider +Schneiderian +schnitzel +schnorchel +schnorkel +schnorrer +scho +schochat +schochet +schoenobatic +schoenobatist +Schoenocaulon +Schoenus +schoenus +Schoharie +schola +scholae +scholaptitude +scholar +scholarch +scholardom +scholarian +scholarism +scholarless +scholarlike +scholarliness +scholarly +scholarship +scholasm +scholastic +scholastical +scholastically +scholasticate +scholasticism +scholasticly +scholia +scholiast +scholiastic +scholion +scholium +Schomburgkia +schone +schonfelsite +Schoodic +School +school +schoolable +schoolbag +schoolbook +schoolbookish +schoolboy +schoolboydom +schoolboyhood +schoolboyish +schoolboyishly +schoolboyishness +schoolboyism +schoolbutter +schoolcraft +schooldame +schooldom +schooled +schoolery +schoolfellow +schoolfellowship +schoolful +schoolgirl +schoolgirlhood +schoolgirlish +schoolgirlishly +schoolgirlishness +schoolgirlism +schoolgirly +schoolgoing +schoolhouse +schooling +schoolingly +schoolish +schoolkeeper +schoolkeeping +schoolless +schoollike +schoolmaam +schoolmaamish +schoolmaid +schoolman +schoolmaster +schoolmasterhood +schoolmastering +schoolmasterish +schoolmasterishly +schoolmasterishness +schoolmasterism +schoolmasterly +schoolmastership +schoolmastery +schoolmate +schoolmiss +schoolmistress +schoolmistressy +schoolroom +schoolteacher +schoolteacherish +schoolteacherly +schoolteachery +schoolteaching +schooltide +schooltime +schoolward +schoolwork +schoolyard +schoon +schooner +Schopenhauereanism +Schopenhauerian +Schopenhauerism +schoppen +schorenbergite +schorl +schorlaceous +schorlomite +schorlous +schorly +schottische +schottish +schout +schraubthaler +Schrebera +schreiner +schreinerize +schriesheimite +Schrund +schtoff +schuh +schuhe +schuit +schule +schultenite +schungite +schuss +schute +schwa +schwabacher +Schwalbea +schwarz +Schwarzian +schweizer +schweizerkase +Schwendenerian +Schwenkfelder +Schwenkfeldian +Sciadopitys +Sciaena +sciaenid +Sciaenidae +sciaeniform +Sciaeniformes +sciaenoid +scialytic +sciamachy +Scian +sciapod +sciapodous +Sciara +sciarid +Sciaridae +Sciarinae +sciatheric +sciatherical +sciatherically +sciatic +sciatica +sciatical +sciatically +sciaticky +scibile +science +scienced +scient +sciential +scientician +scientific +scientifical +scientifically +scientificalness +scientificogeographical +scientificohistorical +scientificophilosophical +scientificopoetic +scientificoreligious +scientificoromantic +scientintically +scientism +Scientist +scientist +scientistic +scientistically +scientize +scientolism +scilicet +Scilla +scillain +scillipicrin +Scillitan +scillitin +scillitoxin +Scillonian +scimitar +scimitared +scimitarpod +scincid +Scincidae +scincidoid +scinciform +scincoid +scincoidian +Scincomorpha +Scincus +scind +sciniph +scintilla +scintillant +scintillantly +scintillate +scintillating +scintillatingly +scintillation +scintillator +scintillescent +scintillize +scintillometer +scintilloscope +scintillose +scintillously +scintle +scintler +scintling +sciograph +sciographic +sciography +sciolism +sciolist +sciolistic +sciolous +sciomachiology +sciomachy +sciomancy +sciomantic +scion +sciophilous +sciophyte +scioptic +sciopticon +scioptics +scioptric +sciosophist +sciosophy +Sciot +scioterical +scioterique +sciotheism +sciotheric +sciotherical +sciotherically +scious +scirenga +Scirophoria +Scirophorion +Scirpus +scirrhi +scirrhogastria +scirrhoid +scirrhoma +scirrhosis +scirrhous +scirrhus +scirrosity +scirtopod +Scirtopoda +scirtopodous +scissel +scissible +scissile +scission +scissiparity +scissor +scissorbill +scissorbird +scissorer +scissoring +scissorium +scissorlike +scissorlikeness +scissors +scissorsbird +scissorsmith +scissorstail +scissortail +scissorwise +scissura +scissure +Scissurella +scissurellid +Scissurellidae +Scitaminales +Scitamineae +sciurid +Sciuridae +sciurine +sciuroid +sciuromorph +Sciuromorpha +sciuromorphic +Sciuropterus +Sciurus +sclaff +sclate +sclater +Sclav +Sclavonian +sclaw +scler +sclera +scleral +scleranth +Scleranthaceae +Scleranthus +scleratogenous +sclere +sclerectasia +sclerectomy +scleredema +sclereid +sclerema +sclerencephalia +sclerenchyma +sclerenchymatous +sclerenchyme +sclererythrin +scleretinite +Scleria +scleriasis +sclerification +sclerify +sclerite +scleritic +scleritis +sclerized +sclerobase +sclerobasic +scleroblast +scleroblastema +scleroblastemic +scleroblastic +sclerocauly +sclerochorioiditis +sclerochoroiditis +scleroconjunctival +scleroconjunctivitis +sclerocornea +sclerocorneal +sclerodactylia +sclerodactyly +scleroderm +Scleroderma +scleroderma +Sclerodermaceae +Sclerodermata +Sclerodermatales +sclerodermatitis +sclerodermatous +Sclerodermi +sclerodermia +sclerodermic +sclerodermite +sclerodermitic +sclerodermitis +sclerodermous +sclerogen +Sclerogeni +sclerogenoid +sclerogenous +scleroid +scleroiritis +sclerokeratitis +sclerokeratoiritis +scleroma +scleromata +scleromeninx +scleromere +sclerometer +sclerometric +scleronychia +scleronyxis +Scleropages +Scleroparei +sclerophthalmia +sclerophyll +sclerophyllous +sclerophylly +scleroprotein +sclerosal +sclerosarcoma +Scleroscope +scleroscope +sclerose +sclerosed +scleroseptum +sclerosis +scleroskeletal +scleroskeleton +Sclerospora +sclerostenosis +Sclerostoma +sclerostomiasis +sclerotal +sclerote +sclerotia +sclerotial +sclerotic +sclerotica +sclerotical +scleroticectomy +scleroticochorioiditis +scleroticochoroiditis +scleroticonyxis +scleroticotomy +Sclerotinia +sclerotinial +sclerotiniose +sclerotioid +sclerotitic +sclerotitis +sclerotium +sclerotized +sclerotoid +sclerotome +sclerotomic +sclerotomy +sclerous +scleroxanthin +sclerozone +scliff +sclim +sclimb +scoad +scob +scobby +scobicular +scobiform +scobs +scoff +scoffer +scoffery +scoffing +scoffingly +scoffingstock +scofflaw +scog +scoggan +scogger +scoggin +scogginism +scogginist +scoinson +scoke +scolb +scold +scoldable +scoldenore +scolder +scolding +scoldingly +scoleces +scoleciasis +scolecid +Scolecida +scoleciform +scolecite +scolecoid +scolecology +scolecophagous +scolecospore +scoleryng +scolex +Scolia +scolia +scolices +scoliid +Scoliidae +scoliograptic +scoliokyposis +scoliometer +scolion +scoliorachitic +scoliosis +scoliotic +scoliotone +scolite +scollop +scolog +scolopaceous +Scolopacidae +scolopacine +Scolopax +Scolopendra +scolopendra +Scolopendrella +Scolopendrellidae +scolopendrelloid +scolopendrid +Scolopendridae +scolopendriform +scolopendrine +Scolopendrium +scolopendroid +scolophore +scolopophore +Scolymus +scolytid +Scolytidae +scolytoid +Scolytus +Scomber +scomberoid +Scombresocidae +Scombresox +scombrid +Scombridae +scombriform +Scombriformes +scombrine +scombroid +Scombroidea +scombroidean +scombrone +sconce +sconcer +sconcheon +sconcible +scone +scoon +scoop +scooped +scooper +scoopful +scooping +scoopingly +scoot +scooter +scopa +scoparin +scoparius +scopate +scope +scopeless +scopelid +Scopelidae +scopeliform +scopelism +scopeloid +Scopelus +scopet +scopic +Scopidae +scopiferous +scopiform +scopiformly +scopine +scopiped +scopola +scopolamine +scopoleine +scopoletin +scopoline +scopperil +scops +scoptical +scoptically +scoptophilia +scoptophiliac +scoptophilic +scoptophobia +scopula +Scopularia +scopularian +scopulate +scopuliferous +scopuliform +scopuliped +Scopulipedes +scopulite +scopulous +scopulousness +Scopus +scorbute +scorbutic +scorbutical +scorbutically +scorbutize +scorbutus +scorch +scorched +scorcher +scorching +scorchingly +scorchingness +scorchproof +score +scoreboard +scorebook +scored +scorekeeper +scorekeeping +scoreless +scorer +scoria +scoriac +scoriaceous +scoriae +scorification +scorifier +scoriform +scorify +scoring +scorious +scorn +scorned +scorner +scornful +scornfully +scornfulness +scorningly +scornproof +scorny +scorodite +Scorpaena +scorpaenid +Scorpaenidae +scorpaenoid +scorpene +scorper +Scorpidae +Scorpididae +Scorpii +Scorpiid +Scorpio +scorpioid +scorpioidal +Scorpioidea +scorpion +Scorpiones +scorpionic +scorpionid +Scorpionida +Scorpionidea +Scorpionis +scorpionweed +scorpionwort +Scorpiurus +Scorpius +scorse +scortation +scortatory +Scorzonera +Scot +scot +scotale +Scotch +scotch +scotcher +Scotchery +Scotchification +Scotchify +Scotchiness +scotching +Scotchman +scotchman +Scotchness +Scotchwoman +Scotchy +scote +scoter +scoterythrous +Scotia +scotia +Scotic +scotino +Scotism +Scotist +Scotistic +Scotistical +Scotize +Scotlandwards +scotodinia +scotogram +scotograph +scotographic +scotography +scotoma +scotomata +scotomatic +scotomatical +scotomatous +scotomia +scotomic +scotomy +scotophobia +scotopia +scotopic +scotoscope +scotosis +Scots +Scotsman +Scotswoman +Scott +Scotticism +Scotticize +Scottie +Scottification +Scottify +Scottish +Scottisher +Scottishly +Scottishman +Scottishness +Scotty +scouch +scouk +scoundrel +scoundreldom +scoundrelish +scoundrelism +scoundrelly +scoundrelship +scoup +scour +scourage +scoured +scourer +scouress +scourfish +scourge +scourger +scourging +scourgingly +scouriness +scouring +scourings +scourway +scourweed +scourwort +scoury +scouse +scout +scoutcraft +scoutdom +scouter +scouth +scouther +scouthood +scouting +scoutingly +scoutish +scoutmaster +scoutwatch +scove +scovel +scovillite +scovy +scow +scowbank +scowbanker +scowder +scowl +scowler +scowlful +scowling +scowlingly +scowlproof +scowman +scrab +scrabble +scrabbled +scrabbler +scrabe +scrae +scraffle +scrag +scragged +scraggedly +scraggedness +scragger +scraggily +scragginess +scragging +scraggled +scraggling +scraggly +scraggy +scraily +scram +scramasax +scramble +scramblement +scrambler +scrambling +scramblingly +scrambly +scrampum +scran +scranch +scrank +scranky +scrannel +scranning +scranny +scrap +scrapable +scrapbook +scrape +scrapeage +scraped +scrapepenny +scraper +scrapie +scraping +scrapingly +scrapler +scraplet +scrapling +scrapman +scrapmonger +scrappage +scrapped +scrapper +scrappet +scrappily +scrappiness +scrapping +scrappingly +scrapple +scrappler +scrappy +scrapworks +scrapy +scrat +scratch +scratchable +scratchably +scratchback +scratchboard +scratchbrush +scratchcard +scratchcarding +scratchcat +scratcher +scratches +scratchification +scratchiness +scratching +scratchingly +scratchless +scratchlike +scratchman +scratchproof +scratchweed +scratchwork +scratchy +scrath +scratter +scrattle +scrattling +scrauch +scrauchle +scraunch +scraw +scrawk +scrawl +scrawler +scrawliness +scrawly +scrawm +scrawnily +scrawniness +scrawny +scray +scraze +screak +screaking +screaky +scream +screamer +screaminess +screaming +screamingly +screamproof +screamy +scree +screech +screechbird +screecher +screechily +screechiness +screeching +screechingly +screechy +screed +screek +screel +screeman +screen +screenable +screenage +screencraft +screendom +screened +screener +screening +screenless +screenlike +screenman +screenplay +screensman +screenwise +screenwork +screenwriter +screeny +screet +screeve +screeved +screever +screich +screigh +screve +screver +screw +screwable +screwage +screwball +screwbarrel +screwdrive +screwdriver +screwed +screwer +screwhead +screwiness +screwing +screwish +screwless +screwlike +screwman +screwmatics +screwship +screwsman +screwstem +screwstock +screwwise +screwworm +screwy +scribable +scribacious +scribaciousness +scribal +scribatious +scribatiousness +scribblage +scribblative +scribblatory +scribble +scribbleable +scribbled +scribbledom +scribbleism +scribblemania +scribblement +scribbleomania +scribbler +scribbling +scribblingly +scribbly +scribe +scriber +scribeship +scribing +scribism +scribophilous +scride +scrieve +scriever +scriggle +scriggler +scriggly +scrike +scrim +scrime +scrimer +scrimmage +scrimmager +scrimp +scrimped +scrimpily +scrimpiness +scrimpingly +scrimply +scrimpness +scrimption +scrimpy +scrimshander +scrimshandy +scrimshank +scrimshanker +scrimshaw +scrimshon +scrimshorn +scrin +scrinch +scrine +scringe +scriniary +scrip +scripee +scripless +scrippage +script +scription +scriptitious +scriptitiously +scriptitory +scriptive +scriptor +scriptorial +scriptorium +scriptory +scriptural +Scripturalism +scripturalism +Scripturalist +scripturalist +Scripturality +scripturality +scripturalize +scripturally +scripturalness +Scripturarian +Scripture +scripture +Scriptured +scriptured +Scriptureless +scripturiency +scripturient +Scripturism +scripturism +Scripturist +scripula +scripulum +scritch +scritoire +scrivaille +scrive +scrivello +scriven +scrivener +scrivenership +scrivenery +scrivening +scrivenly +scriver +scrob +scrobble +scrobe +scrobicula +scrobicular +scrobiculate +scrobiculated +scrobicule +scrobiculus +scrobis +scrod +scrodgill +scroff +scrofula +scrofularoot +scrofulaweed +scrofulide +scrofulism +scrofulitic +scrofuloderm +scrofuloderma +scrofulorachitic +scrofulosis +scrofulotuberculous +scrofulous +scrofulously +scrofulousness +scrog +scroggy +scrolar +scroll +scrolled +scrollery +scrollhead +scrollwise +scrollwork +scrolly +scronach +scroo +scrooch +scrooge +scroop +Scrophularia +Scrophulariaceae +scrophulariaceous +scrota +scrotal +scrotectomy +scrotiform +scrotitis +scrotocele +scrotofemoral +scrotum +scrouge +scrouger +scrounge +scrounger +scrounging +scrout +scrow +scroyle +scrub +scrubbable +scrubbed +scrubber +scrubbery +scrubbily +scrubbiness +scrubbird +scrubbly +scrubboard +scrubby +scrubgrass +scrubland +scrubwood +scruf +scruff +scruffle +scruffman +scruffy +scruft +scrum +scrummage +scrummager +scrump +scrumple +scrumption +scrumptious +scrumptiously +scrumptiousness +scrunch +scrunchy +scrunge +scrunger +scrunt +scruple +scrupleless +scrupler +scruplesome +scruplesomeness +scrupula +scrupular +scrupuli +scrupulist +scrupulosity +scrupulous +scrupulously +scrupulousness +scrupulum +scrupulus +scrush +scrutability +scrutable +scrutate +scrutation +scrutator +scrutatory +scrutinant +scrutinate +scrutineer +scrutinization +scrutinize +scrutinizer +scrutinizingly +scrutinous +scrutinously +scrutiny +scruto +scrutoire +scruze +scry +scryer +scud +scuddaler +scuddawn +scudder +scuddick +scuddle +scuddy +scudi +scudler +scudo +scuff +scuffed +scuffer +scuffle +scuffler +scufflingly +scuffly +scuffy +scuft +scufter +scug +scuggery +sculch +sculduddery +scull +sculler +scullery +scullful +scullion +scullionish +scullionize +scullionship +scullog +sculp +sculper +sculpin +sculpt +sculptile +sculptitory +sculptograph +sculptography +Sculptor +sculptor +Sculptorid +sculptress +sculptural +sculpturally +sculpturation +sculpture +sculptured +sculpturer +sculpturesque +sculpturesquely +sculpturesqueness +sculpturing +sculsh +scum +scumber +scumble +scumbling +scumboard +scumfish +scumless +scumlike +scummed +scummer +scumming +scummy +scumproof +scun +scuncheon +scunder +scunner +scup +scupful +scuppaug +scupper +scuppernong +scuppet +scuppler +scur +scurdy +scurf +scurfer +scurfily +scurfiness +scurflike +scurfy +scurrier +scurrile +scurrilist +scurrility +scurrilize +scurrilous +scurrilously +scurrilousness +scurry +scurvied +scurvily +scurviness +scurvish +scurvy +scurvyweed +scusation +scuse +scut +scuta +scutage +scutal +scutate +scutated +scutatiform +scutation +scutch +scutcheon +scutcheoned +scutcheonless +scutcheonlike +scutcheonwise +scutcher +scutching +scute +scutel +scutella +scutellae +scutellar +Scutellaria +scutellarin +scutellate +scutellated +scutellation +scutellerid +Scutelleridae +scutelliform +scutelligerous +scutelliplantar +scutelliplantation +scutellum +scutibranch +Scutibranchia +scutibranchian +scutibranchiate +scutifer +scutiferous +scutiform +scutiger +Scutigera +scutigeral +Scutigeridae +scutigerous +scutiped +scutter +scuttle +scuttlebutt +scuttleful +scuttleman +scuttler +scuttling +scuttock +scutty +scutula +scutular +scutulate +scutulated +scutulum +Scutum +scutum +scybala +scybalous +scybalum +scye +scyelite +Scyld +Scylla +Scyllaea +Scyllaeidae +scyllarian +Scyllaridae +scyllaroid +Scyllarus +Scyllidae +Scylliidae +scyllioid +Scylliorhinidae +scylliorhinoid +Scylliorhinus +scyllite +scyllitol +Scyllium +scypha +scyphae +scyphate +scyphi +scyphiferous +scyphiform +scyphiphorous +scyphistoma +scyphistomae +scyphistomoid +scyphistomous +scyphoi +scyphomancy +Scyphomedusae +scyphomedusan +scyphomedusoid +scyphophore +Scyphophori +scyphophorous +scyphopolyp +scyphose +scyphostoma +Scyphozoa +scyphozoan +scyphula +scyphulus +scyphus +scyt +scytale +Scyth +scythe +scytheless +scythelike +scytheman +scythesmith +scythestone +scythework +Scythian +Scythic +Scythize +scytitis +scytoblastema +scytodepsic +Scytonema +Scytonemataceae +scytonemataceous +scytonematoid +scytonematous +Scytopetalaceae +scytopetalaceous +Scytopetalum +sdeath +sdrucciola +se +sea +seabeach +seabeard +Seabee +seaberry +seaboard +seaborderer +seabound +seacannie +seacatch +seacoast +seaconny +seacraft +seacrafty +seacunny +seadog +seadrome +seafardinger +seafare +seafarer +seafaring +seaflood +seaflower +seafolk +Seaforthia +seafowl +Seaghan +seagirt +seagoer +seagoing +seah +seahound +seak +seal +sealable +sealant +sealch +sealed +sealer +sealery +sealess +sealet +sealette +sealflower +sealike +sealine +sealing +sealless +seallike +sealskin +sealwort +Sealyham +seam +seaman +seamancraft +seamanite +seamanlike +seamanly +seamanship +seamark +Seamas +seambiter +seamed +seamer +seaminess +seaming +seamless +seamlessly +seamlessness +seamlet +seamlike +seamost +seamrend +seamrog +seamster +seamstress +Seamus +seamy +Sean +seance +seapiece +seaplane +seaport +seaquake +sear +searce +searcer +search +searchable +searchableness +searchant +searcher +searcheress +searcherlike +searchership +searchful +searching +searchingly +searchingness +searchless +searchlight +searchment +searcloth +seared +searedness +searer +searing +searlesite +searness +seary +Seasan +seascape +seascapist +seascout +seascouting +seashine +seashore +seasick +seasickness +seaside +seasider +season +seasonable +seasonableness +seasonably +seasonal +seasonality +seasonally +seasonalness +seasoned +seasonedly +seasoner +seasoning +seasoninglike +seasonless +seastrand +seastroke +seat +seatang +seated +seater +seathe +seating +seatless +seatrain +seatron +seatsman +seatwork +seave +seavy +seawant +seaward +seawardly +seaware +seaway +seaweed +seaweedy +seawife +seawoman +seaworn +seaworthiness +seaworthy +seax +Seba +sebacate +sebaceous +sebacic +sebait +Sebastian +sebastianite +Sebastichthys +Sebastodes +sebate +sebesten +sebiferous +sebific +sebilla +sebiparous +sebkha +sebolith +seborrhagia +seborrhea +seborrheal +seborrheic +seborrhoic +Sebright +sebum +sebundy +sec +secability +secable +Secale +secalin +secaline +secalose +Secamone +secancy +secant +secantly +secateur +secede +Seceder +seceder +secern +secernent +secernment +secesh +secesher +Secessia +Secession +secession +Secessional +secessional +secessionalist +Secessiondom +secessioner +secessionism +secessionist +sech +Sechium +Sechuana +seck +Seckel +seclude +secluded +secludedly +secludedness +secluding +secluse +seclusion +seclusionist +seclusive +seclusively +seclusiveness +secodont +secohm +secohmmeter +second +secondar +secondarily +secondariness +secondary +seconde +seconder +secondhand +secondhanded +secondhandedly +secondhandedness +secondly +secondment +secondness +secos +secpar +secque +secre +secrecy +secret +secreta +secretage +secretagogue +secretarial +secretarian +Secretariat +secretariat +secretariate +secretary +secretaryship +secrete +secretin +secretion +secretional +secretionary +secretitious +secretive +secretively +secretiveness +secretly +secretmonger +secretness +secreto +secretomotor +secretor +secretory +secretum +sect +sectarial +sectarian +sectarianism +sectarianize +sectarianly +sectarism +sectarist +sectary +sectator +sectile +sectility +section +sectional +sectionalism +sectionalist +sectionality +sectionalization +sectionalize +sectionally +sectionary +sectionist +sectionize +sectioplanography +sectism +sectist +sectiuncle +sective +sector +sectoral +sectored +sectorial +sectroid +sectwise +secular +secularism +secularist +secularistic +secularity +secularization +secularize +secularizer +secularly +secularness +secund +secundate +secundation +secundiflorous +secundigravida +secundine +secundipara +secundiparity +secundiparous +secundly +secundogeniture +secundoprimary +secundus +securable +securance +secure +securely +securement +secureness +securer +securicornate +securifer +Securifera +securiferous +securiform +Securigera +securigerous +securitan +security +Sedaceae +Sedan +sedan +Sedang +sedanier +Sedat +sedate +sedately +sedateness +sedation +sedative +sedent +Sedentaria +sedentarily +sedentariness +sedentary +sedentation +Seder +sederunt +sedge +sedged +sedgelike +sedging +sedgy +sedigitate +sedigitated +sedile +sedilia +sediment +sedimental +sedimentarily +sedimentary +sedimentate +sedimentation +sedimentous +sedimetric +sedimetrical +sedition +seditionary +seditionist +seditious +seditiously +seditiousness +sedjadeh +Sedovic +seduce +seduceable +seducee +seducement +seducer +seducible +seducing +seducingly +seducive +seduct +seduction +seductionist +seductive +seductively +seductiveness +seductress +sedulity +sedulous +sedulously +sedulousness +Sedum +sedum +see +seeable +seeableness +Seebeck +seecatch +seech +seed +seedage +seedbed +seedbird +seedbox +seedcake +seedcase +seedeater +seeded +Seeder +seeder +seedful +seedgall +seedily +seediness +seedkin +seedless +seedlessness +seedlet +seedlike +seedling +seedlip +seedman +seedness +seedsman +seedstalk +seedtime +seedy +seege +seeing +seeingly +seeingness +seek +seeker +Seekerism +seeking +seel +seelful +seely +seem +seemable +seemably +seemer +seeming +seemingly +seemingness +seemless +seemlihead +seemlily +seemliness +seemly +seen +seenie +Seenu +seep +seepage +seeped +seepweed +seepy +seer +seerband +seercraft +seeress +seerfish +seerhand +seerhood +seerlike +seerpaw +seership +seersucker +seesaw +seesawiness +seesee +seethe +seething +seethingly +seetulputty +Sefekhet +seg +seggar +seggard +segged +seggrom +Seginus +segment +segmental +segmentally +segmentary +segmentate +segmentation +segmented +sego +segol +segolate +segreant +segregable +segregant +segregate +segregateness +segregation +segregational +segregationist +segregative +segregator +Sehyo +seiche +Seid +Seidel +seidel +Seidlitz +seigneur +seigneurage +seigneuress +seigneurial +seigneury +seignior +seigniorage +seignioral +seignioralty +seigniorial +seigniority +seigniorship +seigniory +seignorage +seignoral +seignorial +seignorize +seignory +seilenoi +seilenos +seine +seiner +seirospore +seirosporic +seise +seism +seismal +seismatical +seismetic +seismic +seismically +seismicity +seismism +seismochronograph +seismogram +seismograph +seismographer +seismographic +seismographical +seismography +seismologic +seismological +seismologically +seismologist +seismologue +seismology +seismometer +seismometric +seismometrical +seismometrograph +seismometry +seismomicrophone +seismoscope +seismoscopic +seismotectonic +seismotherapy +seismotic +seit +seity +Seiurus +Seiyuhonto +Seiyukai +seizable +seize +seizer +seizin +seizing +seizor +seizure +sejant +sejoin +sejoined +sejugate +sejugous +sejunct +sejunctive +sejunctively +sejunctly +Sekane +Sekani +Sekar +Seker +Sekhwan +sekos +selachian +Selachii +selachoid +Selachoidei +Selachostome +Selachostomi +selachostomous +seladang +Selaginaceae +Selaginella +Selaginellaceae +selaginellaceous +selagite +Selago +selah +selamin +selamlik +selbergite +Selbornian +seldom +seldomcy +seldomer +seldomly +seldomness +seldor +seldseen +sele +select +selectable +selected +selectedly +selectee +selection +selectionism +selectionist +selective +selectively +selectiveness +selectivity +selectly +selectman +selectness +selector +Selena +selenate +Selene +selenian +seleniate +selenic +Selenicereus +selenide +Selenidera +seleniferous +selenigenous +selenion +selenious +Selenipedium +selenite +selenitic +selenitical +selenitiferous +selenitish +selenium +seleniuret +selenobismuthite +selenocentric +selenodont +Selenodonta +selenodonty +selenograph +selenographer +selenographic +selenographical +selenographically +selenographist +selenography +selenolatry +selenological +selenologist +selenology +selenomancy +selenoscope +selenosis +selenotropic +selenotropism +selenotropy +selensilver +selensulphur +Seleucian +Seleucid +Seleucidae +Seleucidan +Seleucidean +Seleucidian +Seleucidic +self +selfcide +selfdom +selfful +selffulness +selfheal +selfhood +selfish +selfishly +selfishness +selfism +selfist +selfless +selflessly +selflessness +selfly +selfness +selfpreservatory +selfsame +selfsameness +selfward +selfwards +selictar +seligmannite +selihoth +Selina +Selinuntine +selion +Seljuk +Seljukian +sell +sella +sellable +sellably +sellaite +sellar +sellate +sellenders +seller +Selli +sellie +selliform +selling +sellout +selly +selsoviet +selsyn +selt +Selter +Seltzer +seltzogene +Selung +selva +selvage +selvaged +selvagee +selvedge +selzogene +Semaeostomae +Semaeostomata +Semang +semanteme +semantic +semantical +semantically +semantician +semanticist +semantics +semantological +semantology +semantron +semaphore +semaphoric +semaphorical +semaphorically +semaphorist +semarum +semasiological +semasiologically +semasiologist +semasiology +semateme +sematic +sematographic +sematography +sematology +sematrope +semball +semblable +semblably +semblance +semblant +semblative +semble +seme +Semecarpus +semeed +semeia +semeiography +semeiologic +semeiological +semeiologist +semeiology +semeion +semeiotic +semeiotical +semeiotics +semelfactive +semelincident +semen +semence +Semeostoma +semese +semester +semestral +semestrial +semi +semiabstracted +semiaccomplishment +semiacid +semiacidified +semiacquaintance +semiadherent +semiadjectively +semiadnate +semiaerial +semiaffectionate +semiagricultural +Semiahmoo +semialbinism +semialcoholic +semialien +semiallegiance +semialpine +semialuminous +semiamplexicaul +semiamplitude +semianarchist +semianatomical +semianatropal +semianatropous +semiangle +semiangular +semianimal +semianimate +semianimated +semiannealed +semiannual +semiannually +semiannular +semianthracite +semiantiministerial +semiantique +semiape +semiaperiodic +semiaperture +semiappressed +semiaquatic +semiarborescent +semiarc +semiarch +semiarchitectural +semiarid +semiaridity +semiarticulate +semiasphaltic +semiatheist +semiattached +semiautomatic +semiautomatically +semiautonomous +semiaxis +semibacchanalian +semibachelor +semibald +semibalked +semiball +semiballoon +semiband +semibarbarian +semibarbarianism +semibarbaric +semibarbarism +semibarbarous +semibaronial +semibarren +semibase +semibasement +semibastion +semibay +semibeam +semibejan +semibelted +semibifid +semibituminous +semibleached +semiblind +semiblunt +semibody +semiboiled +semibolshevist +semibolshevized +semibouffant +semibourgeois +semibreve +semibull +semiburrowing +semic +semicadence +semicalcareous +semicalcined +semicallipygian +semicanal +semicanalis +semicannibalic +semicantilever +semicarbazide +semicarbazone +semicarbonate +semicarbonize +semicardinal +semicartilaginous +semicastrate +semicastration +semicatholicism +semicaudate +semicelestial +semicell +semicellulose +semicentenarian +semicentenary +semicentennial +semicentury +semichannel +semichaotic +semichemical +semicheviot +semichevron +semichiffon +semichivalrous +semichoric +semichorus +semichrome +semicircle +semicircled +semicircular +semicircularity +semicircularly +semicircularness +semicircumference +semicircumferentor +semicircumvolution +semicirque +semicitizen +semicivilization +semicivilized +semiclassic +semiclassical +semiclause +semicleric +semiclerical +semiclimber +semiclimbing +semiclose +semiclosed +semiclosure +semicoagulated +semicoke +semicollapsible +semicollar +semicollegiate +semicolloid +semicolloquial +semicolon +semicolonial +semicolumn +semicolumnar +semicoma +semicomatose +semicombined +semicombust +semicomic +semicomical +semicommercial +semicompact +semicompacted +semicomplete +semicomplicated +semiconceal +semiconcrete +semiconducting +semiconductor +semicone +semiconfident +semiconfinement +semiconfluent +semiconformist +semiconformity +semiconic +semiconical +semiconnate +semiconnection +semiconoidal +semiconscious +semiconsciously +semiconsciousness +semiconservative +semiconsonant +semiconsonantal +semiconspicuous +semicontinent +semicontinuum +semicontraction +semicontradiction +semiconvergence +semiconvergent +semiconversion +semiconvert +semicordate +semicordated +semicoriaceous +semicorneous +semicoronate +semicoronated +semicoronet +semicostal +semicostiferous +semicotton +semicotyle +semicounterarch +semicountry +semicrepe +semicrescentic +semicretin +semicretinism +semicriminal +semicroma +semicrome +semicrustaceous +semicrystallinc +semicubical +semicubit +semicup +semicupium +semicupola +semicured +semicurl +semicursive +semicurvilinear +semicyclic +semicycloid +semicylinder +semicylindric +semicylindrical +semicynical +semidaily +semidangerous +semidark +semidarkness +semidead +semideaf +semidecay +semidecussation +semidefinite +semideific +semideification +semideistical +semideity +semidelight +semidelirious +semideltaic +semidemented +semidenatured +semidependence +semidependent +semideponent +semidesert +semidestructive +semidetached +semidetachment +semideveloped +semidiagrammatic +semidiameter +semidiapason +semidiapente +semidiaphaneity +semidiaphanous +semidiatessaron +semidifference +semidigested +semidigitigrade +semidigression +semidilapidation +semidine +semidirect +semidisabled +semidisk +semiditone +semidiurnal +semidivided +semidivine +semidocumentary +semidodecagon +semidole +semidome +semidomed +semidomestic +semidomesticated +semidomestication +semidomical +semidormant +semidouble +semidrachm +semidramatic +semidress +semidressy +semidried +semidry +semidrying +semiductile +semidull +semiduplex +semiduration +semieducated +semieffigy +semiegg +semiegret +semielastic +semielision +semiellipse +semiellipsis +semiellipsoidal +semielliptic +semielliptical +semienclosed +semiengaged +semiequitant +semierect +semieremitical +semiessay +semiexecutive +semiexpanded +semiexplanation +semiexposed +semiexternal +semiextinct +semiextinction +semifable +semifabulous +semifailure +semifamine +semifascia +semifasciated +semifashion +semifast +semifatalistic +semiferal +semiferous +semifeudal +semifeudalism +semifib +semifiction +semifictional +semifigurative +semifigure +semifinal +semifinalist +semifine +semifinish +semifinished +semifiscal +semifistular +semifit +semifitting +semifixed +semiflashproof +semiflex +semiflexed +semiflexible +semiflexion +semiflexure +semiflint +semifloating +semifloret +semifloscular +semifloscule +semiflosculose +semiflosculous +semifluctuant +semifluctuating +semifluid +semifluidic +semifluidity +semifoaming +semiforbidding +semiforeign +semiform +semiformal +semiformed +semifossil +semifossilized +semifrantic +semifriable +semifrontier +semifuddle +semifunctional +semifused +semifusion +semify +semigala +semigelatinous +semigentleman +semigenuflection +semigirder +semiglaze +semiglazed +semiglobe +semiglobose +semiglobular +semiglobularly +semiglorious +semiglutin +semigod +semigovernmental +semigrainy +semigranitic +semigranulate +semigravel +semigroove +semihand +semihard +semiharden +semihardy +semihastate +semihepatization +semiherbaceous +semiheterocercal +semihexagon +semihexagonal +semihiant +semihiatus +semihibernation +semihigh +semihistorical +semihobo +semihonor +semihoral +semihorny +semihostile +semihot +semihuman +semihumanitarian +semihumanized +semihumbug +semihumorous +semihumorously +semihyaline +semihydrate +semihydrobenzoinic +semihyperbola +semihyperbolic +semihyperbolical +semijealousy +semijubilee +semijudicial +semijuridical +semilanceolate +semilatent +semilatus +semileafless +semilegendary +semilegislative +semilens +semilenticular +semilethal +semiliberal +semilichen +semiligneous +semilimber +semilined +semiliquid +semiliquidity +semiliterate +semilocular +semilogarithmic +semilogical +semilong +semilooper +semiloose +semiloyalty +semilucent +semilunar +semilunare +semilunary +semilunate +semilunation +semilune +semiluxation +semiluxury +semimachine +semimade +semimadman +semimagical +semimagnetic +semimajor +semimalignant +semimanufacture +semimanufactured +semimarine +semimarking +semimathematical +semimature +semimechanical +semimedicinal +semimember +semimembranosus +semimembranous +semimenstrual +semimercerized +semimessianic +semimetal +semimetallic +semimetamorphosis +semimicrochemical +semimild +semimilitary +semimill +semimineral +semimineralized +semiminim +semiminor +semimolecule +semimonastic +semimonitor +semimonopoly +semimonster +semimonthly +semimoron +semimucous +semimute +semimystic +semimystical +semimythical +seminaked +seminal +seminality +seminally +seminaphthalidine +seminaphthylamine +seminar +seminarcosis +seminarial +seminarian +seminarianism +seminarist +seminaristic +seminarize +seminary +seminasal +seminase +seminatant +seminate +semination +seminationalization +seminative +seminebulous +seminecessary +seminegro +seminervous +seminiferal +seminiferous +seminific +seminifical +seminification +seminist +seminium +seminivorous +seminocturnal +Seminole +seminoma +seminomad +seminomadic +seminomata +seminonconformist +seminonflammable +seminonsensical +seminormal +seminose +seminovel +seminovelty +seminude +seminudity +seminule +seminuliferous +seminuria +seminvariant +seminvariantive +semioblivion +semioblivious +semiobscurity +semioccasional +semioccasionally +semiocclusive +semioctagonal +semiofficial +semiofficially +semiography +Semionotidae +Semionotus +semiopacity +semiopacous +semiopal +semiopalescent +semiopaque +semiopened +semiorb +semiorbicular +semiorbicularis +semiorbiculate +semiordinate +semiorganized +semioriental +semioscillation +semiosseous +semiostracism +semiotic +semiotician +semioval +semiovaloid +semiovate +semioviparous +semiovoid +semiovoidal +semioxidated +semioxidized +semioxygenated +semioxygenized +semipagan +semipalmate +semipalmated +semipalmation +semipanic +semipapal +semipapist +semiparallel +semiparalysis +semiparameter +semiparasitic +semiparasitism +semipaste +semipastoral +semipasty +semipause +semipeace +semipectinate +semipectinated +semipectoral +semiped +semipedal +semipellucid +semipellucidity +semipendent +semipenniform +semiperfect +semiperimeter +semiperimetry +semiperiphery +semipermanent +semipermeability +semipermeable +semiperoid +semiperspicuous +semipertinent +semipervious +semipetaloid +semipetrified +semiphase +semiphilologist +semiphilosophic +semiphilosophical +semiphlogisticated +semiphonotypy +semiphosphorescent +semipinacolic +semipinacolin +semipinnate +semipiscine +semiplantigrade +semiplastic +semiplumaceous +semiplume +semipolar +semipolitical +semipolitician +semipoor +semipopish +semipopular +semiporcelain +semiporous +semiporphyritic +semiportable +semipostal +semipractical +semiprecious +semipreservation +semiprimigenous +semiprivacy +semiprivate +semipro +semiprofane +semiprofessional +semiprofessionalized +semipronation +semiprone +semipronominal +semiproof +semiproselyte +semiprosthetic +semiprostrate +semiprotectorate +semiproven +semipublic +semipupa +semipurulent +semiputrid +semipyramidal +semipyramidical +semipyritic +semiquadrangle +semiquadrantly +semiquadrate +semiquantitative +semiquantitatively +semiquartile +semiquaver +semiquietism +semiquietist +semiquinquefid +semiquintile +semiquote +semiradial +semiradiate +Semiramis +Semiramize +semirapacious +semirare +semirattlesnake +semiraw +semirebellion +semirecondite +semirecumbent +semirefined +semireflex +semiregular +semirelief +semireligious +semireniform +semirepublican +semiresinous +semiresolute +semirespectability +semirespectable +semireticulate +semiretirement +semiretractile +semireverberatory +semirevolute +semirevolution +semirevolutionist +semirhythm +semiriddle +semirigid +semiring +semiroll +semirotary +semirotating +semirotative +semirotatory +semirotund +semirotunda +semiround +semiroyal +semiruin +semirural +semirustic +semis +semisacerdotal +semisacred +semisagittate +semisaint +semisaline +semisaltire +semisaprophyte +semisaprophytic +semisarcodic +semisatiric +semisaturation +semisavage +semisavagedom +semisavagery +semiscenic +semischolastic +semiscientific +semiseafaring +semisecondary +semisecrecy +semisecret +semisection +semisedentary +semisegment +semisensuous +semisentient +semisentimental +semiseparatist +semiseptate +semiserf +semiserious +semiseriously +semiseriousness +semiservile +semisevere +semiseverely +semiseverity +semisextile +semishady +semishaft +semisheer +semishirker +semishrub +semishrubby +semisightseeing +semisilica +semisimious +semisimple +semisingle +semisixth +semiskilled +semislave +semismelting +semismile +semisocial +semisocialism +semisociative +semisocinian +semisoft +semisolemn +semisolemnity +semisolemnly +semisolid +semisolute +semisomnambulistic +semisomnolence +semisomnous +semisopor +semisovereignty +semispan +semispeculation +semisphere +semispheric +semispherical +semispheroidal +semispinalis +semispiral +semispiritous +semispontaneity +semispontaneous +semispontaneously +semispontaneousness +semisport +semisporting +semisquare +semistagnation +semistaminate +semistarvation +semistarved +semistate +semisteel +semistiff +semistill +semistock +semistory +semistratified +semistriate +semistriated +semistuporous +semisubterranean +semisuburban +semisuccess +semisuccessful +semisuccessfully +semisucculent +semisupernatural +semisupinated +semisupination +semisupine +semisuspension +semisymmetric +semita +semitact +semitae +semitailored +semital +semitandem +semitangent +semitaur +Semite +semitechnical +semiteetotal +semitelic +semitendinosus +semitendinous +semiterete +semiterrestrial +semitertian +semitesseral +semitessular +semitheological +semithoroughfare +Semitic +Semiticism +Semiticize +Semitics +semitime +Semitism +Semitist +Semitization +Semitize +semitonal +semitonally +semitone +semitonic +semitonically +semitontine +semitorpid +semitour +semitrailer +semitrained +semitransept +semitranslucent +semitransparency +semitransparent +semitransverse +semitreasonable +semitrimmed +semitropic +semitropical +semitropics +semitruth +semituberous +semitubular +semiuncial +semiundressed +semiuniversalist +semiupright +semiurban +semiurn +semivalvate +semivault +semivector +semivegetable +semivertebral +semiverticillate +semivibration +semivirtue +semiviscid +semivital +semivitreous +semivitrification +semivitrified +semivocal +semivocalic +semivolatile +semivolcanic +semivoluntary +semivowel +semivulcanized +semiwaking +semiwarfare +semiweekly +semiwild +semiwoody +semiyearly +semmet +semmit +Semnae +Semnones +Semnopithecinae +semnopithecine +Semnopithecus +semola +semolella +semolina +semological +semology +Semostomae +semostomeous +semostomous +semperannual +sempergreen +semperidentical +semperjuvenescent +sempervirent +sempervirid +Sempervivum +sempitern +sempiternal +sempiternally +sempiternity +sempiternize +sempiternous +sempstrywork +semsem +semuncia +semuncial +sen +Senaah +senaite +senam +senarian +senarius +senarmontite +senary +senate +senator +senatorial +senatorially +senatorian +senatorship +senatory +senatress +senatrices +senatrix +sence +Senci +sencion +send +sendable +sendal +sendee +sender +sending +Seneca +Senecan +Senecio +senecioid +senecionine +senectitude +senectude +senectuous +senega +Senegal +Senegalese +Senegambian +senegin +senesce +senescence +senescent +seneschal +seneschally +seneschalship +seneschalsy +seneschalty +sengreen +senicide +Senijextee +senile +senilely +senilism +senility +senilize +senior +seniority +seniorship +Senlac +Senna +senna +sennegrass +sennet +sennight +sennit +sennite +senocular +Senones +Senonian +sensa +sensable +sensal +sensate +sensation +sensational +sensationalism +sensationalist +sensationalistic +sensationalize +sensationally +sensationary +sensationish +sensationism +sensationist +sensationistic +sensationless +sensatorial +sensatory +sense +sensed +senseful +senseless +senselessly +senselessness +sensibilia +sensibilisin +sensibilitist +sensibilitous +sensibility +sensibilium +sensibilization +sensibilize +sensible +sensibleness +sensibly +sensical +sensifacient +sensiferous +sensific +sensificatory +sensifics +sensify +sensigenous +sensile +sensilia +sensilla +sensillum +sension +sensism +sensist +sensistic +sensitive +sensitively +sensitiveness +sensitivity +sensitization +sensitize +sensitizer +sensitometer +sensitometric +sensitometry +sensitory +sensive +sensize +senso +sensomobile +sensomobility +sensomotor +sensoparalysis +sensor +sensoria +sensorial +sensoriglandular +sensorimotor +sensorimuscular +sensorium +sensorivascular +sensorivasomotor +sensorivolitional +sensory +sensual +sensualism +sensualist +sensualistic +sensuality +sensualization +sensualize +sensually +sensualness +sensuism +sensuist +sensum +sensuosity +sensuous +sensuously +sensuousness +sensyne +sent +sentence +sentencer +sentential +sententially +sententiarian +sententiarist +sententiary +sententiosity +sententious +sententiously +sententiousness +sentience +sentiendum +sentient +sentiently +sentiment +sentimental +sentimentalism +sentimentalist +sentimentality +sentimentalization +sentimentalize +sentimentalizer +sentimentally +sentimenter +sentimentless +sentinel +sentinellike +sentinelship +sentinelwise +sentisection +sentition +sentry +Senusi +Senusian +Senusism +sepad +sepal +sepaled +sepaline +sepalled +sepalody +sepaloid +separability +separable +separableness +separably +separata +separate +separatedly +separately +separateness +separates +separatical +separating +separation +separationism +separationist +separatism +separatist +separatistic +separative +separatively +separativeness +separator +separatory +separatress +separatrix +separatum +Sepharad +Sephardi +Sephardic +Sephardim +Sepharvites +sephen +sephiric +sephirothic +sepia +sepiaceous +sepialike +sepian +sepiarian +sepiary +sepic +sepicolous +Sepiidae +sepiment +sepioid +Sepioidea +Sepiola +Sepiolidae +sepiolite +sepion +sepiost +sepiostaire +sepium +sepone +sepoy +seppuku +seps +Sepsidae +sepsine +sepsis +Sept +sept +septa +septal +septan +septane +septangle +septangled +septangular +septangularness +septarian +septariate +septarium +septate +septated +septation +septatoarticulate +septavalent +septave +septcentenary +septectomy +September +Septemberer +Septemberism +Septemberist +Septembral +Septembrian +Septembrist +Septembrize +Septembrizer +septemdecenary +septemfid +septemfluous +septemfoliate +septemfoliolate +septemia +septempartite +septemplicate +septemvious +septemvir +septemvirate +septemviri +septenar +septenarian +septenarius +septenary +septenate +septendecennial +septendecimal +septennary +septennate +septenniad +septennial +septennialist +septenniality +septennially +septennium +septenous +Septentrio +Septentrion +septentrional +septentrionality +septentrionally +septentrionate +septentrionic +septerium +septet +septfoil +Septi +Septibranchia +Septibranchiata +septic +septical +septically +septicemia +septicemic +septicidal +septicidally +septicity +septicization +septicolored +septicopyemia +septicopyemic +septier +septifarious +septiferous +septifluous +septifolious +septiform +septifragal +septifragally +septilateral +septile +septillion +septillionth +septimal +septimanal +septimanarian +septime +septimetritis +septimole +septinsular +septipartite +septisyllabic +septisyllable +septivalent +septleva +Septobasidium +septocosta +septocylindrical +Septocylindrium +septodiarrhea +septogerm +Septogloeum +septoic +septole +septomarginal +septomaxillary +septonasal +Septoria +septotomy +septship +septuagenarian +septuagenarianism +septuagenary +septuagesima +Septuagint +septuagint +Septuagintal +septulate +septulum +septum +septuncial +septuor +septuple +septuplet +septuplicate +septuplication +sepulcher +sepulchral +sepulchralize +sepulchrally +sepulchrous +sepultural +sepulture +sequa +sequacious +sequaciously +sequaciousness +sequacity +Sequan +Sequani +Sequanian +sequel +sequela +sequelae +sequelant +sequence +sequencer +sequency +sequent +sequential +sequentiality +sequentially +sequently +sequest +sequester +sequestered +sequesterment +sequestra +sequestrable +sequestral +sequestrate +sequestration +sequestrator +sequestratrices +sequestratrix +sequestrectomy +sequestrotomy +sequestrum +sequin +sequitur +Sequoia +ser +sera +serab +Serabend +seragli +seraglio +serai +serail +seral +seralbumin +seralbuminous +serang +serape +Serapea +Serapeum +seraph +seraphic +seraphical +seraphically +seraphicalness +seraphicism +seraphicness +seraphim +seraphina +seraphine +seraphism +seraphlike +seraphtide +Serapias +Serapic +Serapis +Serapist +serasker +seraskerate +seraskier +seraskierat +serau +seraw +Serb +Serbdom +Serbian +Serbize +Serbonian +Serbophile +Serbophobe +sercial +serdab +Serdar +Sere +sere +Serean +sereh +Serena +serenade +serenader +serenata +serenate +Serendib +serendibite +serendipity +serendite +serene +serenely +sereneness +serenify +serenissime +serenissimi +serenissimo +serenity +serenize +Serenoa +Serer +Seres +sereward +serf +serfage +serfdom +serfhood +serfish +serfishly +serfishness +serfism +serflike +serfship +Serge +serge +sergeancy +Sergeant +sergeant +sergeantcy +sergeantess +sergeantry +sergeantship +sergeanty +sergedesoy +Sergei +serger +sergette +serging +Sergio +Sergiu +Sergius +serglobulin +Seri +serial +serialist +seriality +serialization +serialize +serially +Serian +seriary +seriate +seriately +seriatim +seriation +Seric +Sericana +sericate +sericated +sericea +sericeotomentose +sericeous +sericicultural +sericiculture +sericiculturist +sericin +sericipary +sericite +sericitic +sericitization +Sericocarpus +sericteria +sericterium +serictery +sericultural +sericulture +sericulturist +seriema +series +serif +serific +Seriform +serigraph +serigrapher +serigraphy +serimeter +serin +serine +serinette +seringa +seringal +seringhi +Serinus +serio +seriocomedy +seriocomic +seriocomical +seriocomically +seriogrotesque +Seriola +Seriolidae +serioline +serioludicrous +seriopantomimic +serioridiculous +seriosity +serious +seriously +seriousness +seripositor +Serjania +serjeant +serment +sermo +sermocination +sermocinatrix +sermon +sermoneer +sermoner +sermonesque +sermonet +sermonettino +sermonic +sermonically +sermonics +sermonish +sermonism +sermonist +sermonize +sermonizer +sermonless +sermonoid +sermonolatry +sermonology +sermonproof +sermonwise +sermuncle +sernamby +sero +seroalbumin +seroalbuminuria +seroanaphylaxis +serobiological +serocolitis +serocyst +serocystic +serodermatosis +serodermitis +serodiagnosis +serodiagnostic +seroenteritis +seroenzyme +serofibrinous +serofibrous +serofluid +serogelatinous +serohemorrhagic +serohepatitis +seroimmunity +serolactescent +serolemma +serolin +serolipase +serologic +serological +serologically +serologist +serology +seromaniac +seromembranous +seromucous +seromuscular +seron +seronegative +seronegativity +seroon +seroot +seroperitoneum +serophthisis +serophysiology +seroplastic +seropneumothorax +seropositive +seroprevention +seroprognosis +seroprophylaxis +seroprotease +seropuriform +seropurulent +seropus +seroreaction +serosa +serosanguineous +serosanguinolent +seroscopy +serositis +serosity +serosynovial +serosynovitis +serotherapeutic +serotherapeutics +serotherapist +serotherapy +serotina +serotinal +serotine +serotinous +serotoxin +serous +serousness +serovaccine +serow +serozyme +Serpari +serpedinous +Serpens +Serpent +serpent +serpentaria +Serpentarian +Serpentarii +serpentarium +Serpentarius +serpentary +serpentcleide +serpenteau +Serpentes +serpentess +Serpentian +serpenticidal +serpenticide +Serpentid +serpentiferous +serpentiform +serpentina +serpentine +serpentinely +Serpentinian +serpentinic +serpentiningly +serpentinization +serpentinize +serpentinoid +serpentinous +Serpentis +serpentivorous +serpentize +serpentlike +serpently +serpentoid +serpentry +serpentwood +serphid +Serphidae +serphoid +Serphoidea +serpierite +serpiginous +serpiginously +serpigo +serpivolant +serpolet +Serpula +serpula +Serpulae +serpulae +serpulan +serpulid +Serpulidae +serpulidan +serpuline +serpulite +serpulitic +serpuloid +serra +serradella +serrage +serran +serrana +serranid +Serranidae +Serrano +serrano +serranoid +Serranus +Serrasalmo +serrate +serrated +serratic +serratiform +serratile +serration +serratirostral +serratocrenate +serratodentate +serratodenticulate +serratoglandulous +serratospinose +serrature +serricorn +Serricornia +Serridentines +Serridentinus +serried +serriedly +serriedness +Serrifera +serriferous +serriform +serriped +serrirostrate +serrulate +serrulated +serrulation +serry +sert +serta +Sertularia +sertularian +Sertulariidae +sertularioid +sertule +sertulum +sertum +serum +serumal +serut +servable +servage +serval +servaline +servant +servantcy +servantdom +servantess +servantless +servantlike +servantry +servantship +servation +serve +servente +serventism +server +servery +servet +Servetian +Servetianism +Servian +service +serviceability +serviceable +serviceableness +serviceably +serviceberry +serviceless +servicelessness +serviceman +Servidor +servidor +servient +serviential +serviette +servile +servilely +servileness +servilism +servility +servilize +serving +servingman +servist +Servite +servitor +servitorial +servitorship +servitress +servitrix +servitude +serviture +Servius +servo +servomechanism +servomotor +servulate +serwamby +sesame +sesamoid +sesamoidal +sesamoiditis +Sesamum +Sesban +Sesbania +sescuple +Seseli +Seshat +Sesia +Sesiidae +sesma +sesqui +sesquialter +sesquialtera +sesquialteral +sesquialteran +sesquialterous +sesquibasic +sesquicarbonate +sesquicentennial +sesquichloride +sesquiduplicate +sesquihydrate +sesquihydrated +sesquinona +sesquinonal +sesquioctava +sesquioctaval +sesquioxide +sesquipedal +sesquipedalian +sesquipedalianism +sesquipedality +sesquiplicate +sesquiquadrate +sesquiquarta +sesquiquartal +sesquiquartile +sesquiquinta +sesquiquintal +sesquiquintile +sesquisalt +sesquiseptimal +sesquisextal +sesquisilicate +sesquisquare +sesquisulphate +sesquisulphide +sesquisulphuret +sesquiterpene +sesquitertia +sesquitertial +sesquitertian +sesquitertianal +sess +sessile +sessility +Sessiliventres +session +sessional +sessionary +sessions +sesterce +sestertium +sestet +sesti +sestiad +Sestian +sestina +sestine +sestole +sestuor +Sesuto +Sesuvium +set +seta +setaceous +setaceously +setae +setal +Setaria +setarious +setback +setbolt +setdown +setfast +Seth +seth +sethead +Sethian +Sethic +Sethite +Setibo +setier +Setifera +setiferous +setiform +setigerous +setiparous +setirostral +setline +setness +setoff +seton +Setophaga +Setophaginae +setophagine +setose +setous +setout +setover +setscrew +setsman +sett +settable +settaine +settee +setter +settergrass +setterwort +setting +settle +settleable +settled +settledly +settledness +settlement +settler +settlerdom +settling +settlings +settlor +settsman +setula +setule +setuliform +setulose +setulous +setup +setwall +setwise +setwork +seugh +Sevastopol +seven +sevenbark +sevener +sevenfold +sevenfolded +sevenfoldness +sevennight +sevenpence +sevenpenny +sevenscore +seventeen +seventeenfold +seventeenth +seventeenthly +seventh +seventhly +seventieth +seventy +seventyfold +sever +severable +several +severalfold +severality +severalize +severally +severalness +severalth +severalty +severance +severation +severe +severedly +severely +severeness +severer +Severian +severingly +severish +severity +severization +severize +severy +Sevillian +sew +sewable +sewage +sewan +sewed +sewellel +sewen +sewer +sewerage +sewered +sewerless +sewerlike +sewerman +sewery +sewing +sewless +sewn +sewround +sex +sexadecimal +sexagenarian +sexagenarianism +sexagenary +Sexagesima +sexagesimal +sexagesimally +sexagesimals +sexagonal +sexangle +sexangled +sexangular +sexangularly +sexannulate +sexarticulate +sexcentenary +sexcuspidate +sexdigital +sexdigitate +sexdigitated +sexdigitism +sexed +sexenary +sexennial +sexennially +sexennium +sexern +sexfarious +sexfid +sexfoil +sexhood +sexifid +sexillion +sexiped +sexipolar +sexisyllabic +sexisyllable +sexitubercular +sexivalence +sexivalency +sexivalent +sexless +sexlessly +sexlessness +sexlike +sexlocular +sexly +sexological +sexologist +sexology +sexpartite +sexradiate +sext +sextactic +sextain +sextan +sextans +Sextant +sextant +sextantal +sextar +sextarii +sextarius +sextary +sextennial +sextern +sextet +sextic +sextile +Sextilis +sextillion +sextillionth +sextipara +sextipartite +sextipartition +sextiply +sextipolar +sexto +sextodecimo +sextole +sextolet +sexton +sextoness +sextonship +sextry +sextubercular +sextuberculate +sextula +sextulary +sextumvirate +sextuple +sextuplet +sextuplex +sextuplicate +sextuply +sexual +sexuale +sexualism +sexualist +sexuality +sexualization +sexualize +sexually +sexuous +sexupara +sexuparous +sexy +sey +seybertite +Seymeria +Seymour +sfoot +Sgad +sgraffiato +sgraffito +sh +sha +shaatnez +shab +Shaban +shabash +Shabbath +shabbed +shabbify +shabbily +shabbiness +shabble +shabby +shabbyish +shabrack +shabunder +Shabuoth +shachle +shachly +shack +shackanite +shackatory +shackbolt +shackland +shackle +shacklebone +shackledom +shackler +shacklewise +shackling +shackly +shacky +shad +shadbelly +shadberry +shadbird +shadbush +shadchan +shaddock +shade +shaded +shadeful +shadeless +shadelessness +shader +shadetail +shadflower +shadily +shadine +shadiness +shading +shadkan +shadoof +Shadow +shadow +shadowable +shadowbox +shadowboxing +shadowed +shadower +shadowfoot +shadowgram +shadowgraph +shadowgraphic +shadowgraphist +shadowgraphy +shadowily +shadowiness +shadowing +shadowishly +shadowist +shadowland +shadowless +shadowlessness +shadowlike +shadowly +shadowy +shadrach +shady +shaffle +Shafiite +shaft +shafted +shafter +shaftfoot +shafting +shaftless +shaftlike +shaftman +shaftment +shaftsman +shaftway +shafty +shag +shaganappi +shagbag +shagbark +shagged +shaggedness +shaggily +shagginess +shaggy +Shagia +shaglet +shaglike +shagpate +shagrag +shagreen +shagreened +shagroon +shagtail +shah +Shahaptian +shaharith +shahdom +shahi +Shahid +shahin +shahzada +Shai +Shaigia +shaikh +Shaikiyeh +shaitan +Shaiva +Shaivism +Shaka +shakable +shake +shakeable +shakebly +shakedown +shakefork +shaken +shakenly +shakeout +shakeproof +Shaker +shaker +shakerag +Shakerdom +Shakeress +Shakerism +Shakerlike +shakers +shakescene +Shakespearean +Shakespeareana +Shakespeareanism +Shakespeareanly +Shakespearize +Shakespearolater +Shakespearolatry +shakha +Shakil +shakily +shakiness +shaking +shakingly +shako +shaksheer +Shakta +Shakti +shakti +Shaktism +shaku +shaky +Shakyamuni +Shalako +shale +shalelike +shaleman +shall +shallal +shallon +shalloon +shallop +shallopy +shallot +shallow +shallowbrained +shallowhearted +shallowish +shallowist +shallowly +shallowness +shallowpate +shallowpated +shallows +shallowy +shallu +shalom +shalt +shalwar +shaly +Sham +sham +shama +shamable +shamableness +shamably +shamal +shamalo +shaman +shamaness +shamanic +shamanism +shamanist +shamanistic +shamanize +shamateur +shamba +Shambala +shamble +shambling +shamblingly +shambrier +Shambu +shame +shameable +shamed +shameface +shamefaced +shamefacedly +shamefacedness +shamefast +shamefastly +shamefastness +shameful +shamefully +shamefulness +shameless +shamelessly +shamelessness +shameproof +shamer +shamesick +shameworthy +shamianah +Shamim +shamir +Shammar +shammed +shammer +shammick +shamming +shammish +shammock +shammocking +shammocky +shammy +shampoo +shampooer +shamrock +shamroot +shamsheer +Shan +shan +shanachas +shanachie +Shandean +shandry +shandrydan +Shandy +shandy +shandygaff +Shandyism +Shane +Shang +Shangalla +shangan +Shanghai +shanghai +shanghaier +shank +Shankar +shanked +shanker +shankings +shankpiece +shanksman +shanna +Shannon +shanny +shansa +shant +Shantung +shanty +shantylike +shantyman +shantytown +shap +shapable +Shape +shape +shaped +shapeful +shapeless +shapelessly +shapelessness +shapeliness +shapely +shapen +shaper +shapeshifter +shapesmith +shaping +shapingly +shapometer +shaps +Shaptan +shapy +sharable +Sharada +Sharan +shard +Shardana +sharded +shardy +share +shareable +sharebone +sharebroker +sharecrop +sharecropper +shareholder +shareholdership +shareman +sharepenny +sharer +shareship +sharesman +sharewort +Sharezer +shargar +Shari +Sharia +Sharira +shark +sharkful +sharkish +sharklet +sharklike +sharkship +sharkskin +sharky +sharn +sharnbud +sharny +Sharon +sharp +sharpen +sharpener +sharper +sharpie +sharpish +sharply +sharpness +sharps +sharpsaw +sharpshin +sharpshod +sharpshooter +sharpshooting +sharptail +sharpware +sharpy +Sharra +sharrag +sharry +Shasta +shastaite +Shastan +shaster +shastra +shastraik +shastri +shastrik +shat +shatan +shathmont +Shatter +shatter +shatterbrain +shatterbrained +shatterer +shatterheaded +shattering +shatteringly +shatterment +shatterpated +shatterproof +shatterwit +shattery +shattuckite +shauchle +shaugh +shaul +Shaula +shaup +shauri +shauwe +shavable +shave +shaveable +shaved +shavee +shaveling +shaven +shaver +shavery +Shavese +shavester +shavetail +shaveweed +Shavian +Shaviana +Shavianism +shaving +shavings +Shaw +shaw +Shawanese +Shawano +shawl +shawled +shawling +shawlless +shawllike +shawlwise +shawm +Shawn +Shawnee +shawneewood +shawny +Shawwal +shawy +shay +Shaysite +she +shea +sheading +sheaf +sheafage +sheaflike +sheafripe +sheafy +sheal +shealing +Shean +shear +shearbill +sheard +shearer +sheargrass +shearhog +shearing +shearless +shearling +shearman +shearmouse +shears +shearsman +sheartail +shearwater +shearwaters +sheat +sheatfish +sheath +sheathbill +sheathe +sheathed +sheather +sheathery +sheathing +sheathless +sheathlike +sheathy +sheave +sheaved +sheaveless +sheaveman +shebang +Shebat +shebeen +shebeener +Shechem +Shechemites +shed +shedded +shedder +shedding +sheder +shedhand +shedlike +shedman +shedwise +shee +sheely +sheen +sheenful +sheenless +sheenly +sheeny +sheep +sheepback +sheepberry +sheepbine +sheepbiter +sheepbiting +sheepcote +sheepcrook +sheepfaced +sheepfacedly +sheepfacedness +sheepfold +sheepfoot +sheepgate +sheephead +sheepheaded +sheephearted +sheepherder +sheepherding +sheephook +sheephouse +sheepify +sheepish +sheepishly +sheepishness +sheepkeeper +sheepkeeping +sheepkill +sheepless +sheeplet +sheeplike +sheepling +sheepman +sheepmaster +sheepmonger +sheepnose +sheepnut +sheeppen +sheepshank +sheepshead +sheepsheadism +sheepshear +sheepshearer +sheepshearing +sheepshed +sheepskin +sheepsplit +sheepsteal +sheepstealer +sheepstealing +sheepwalk +sheepwalker +sheepweed +sheepy +sheer +sheered +sheering +sheerly +sheerness +sheet +sheetage +sheeted +sheeter +sheetflood +sheetful +sheeting +sheetless +sheetlet +sheetlike +sheetling +sheetways +sheetwise +sheetwork +sheetwriting +sheety +Sheffield +shehitah +sheik +sheikdom +sheikhlike +sheikhly +sheiklike +sheikly +Sheila +shekel +Shekinah +Shel +shela +sheld +sheldapple +shelder +sheldfowl +sheldrake +shelduck +shelf +shelfback +shelffellow +shelfful +shelflist +shelfmate +shelfpiece +shelfroom +shelfworn +shelfy +shell +shellac +shellacker +shellacking +shellapple +shellback +shellblow +shellblowing +shellbound +shellburst +shellcracker +shelleater +shelled +sheller +Shelleyan +Shelleyana +shellfire +shellfish +shellfishery +shellflower +shellful +shellhead +shelliness +shelling +shellman +shellmonger +shellproof +shellshake +shellum +shellwork +shellworker +shelly +shellycoat +shelta +shelter +shelterage +sheltered +shelterer +shelteringly +shelterless +shelterlessness +shelterwood +sheltery +sheltron +shelty +shelve +shelver +shelving +shelvingly +shelvingness +shelvy +Shelyak +Shemaka +sheminith +Shemite +Shemitic +Shemitish +Shemu +Shen +shenanigan +shend +sheng +Shenshai +Sheol +sheolic +shepherd +shepherdage +shepherddom +shepherdess +shepherdhood +Shepherdia +shepherdish +shepherdism +shepherdize +shepherdless +shepherdlike +shepherdling +shepherdly +shepherdry +sheppeck +sheppey +shepstare +sher +Sherani +Sherardia +sherardize +sherardizer +Sheratan +Sheraton +sherbacha +sherbet +sherbetlee +sherbetzide +sheriat +sherif +sherifa +sherifate +sheriff +sheriffalty +sheriffdom +sheriffess +sheriffhood +sheriffry +sheriffship +sheriffwick +sherifi +sherifian +sherify +sheristadar +Sheriyat +sherlock +Sherman +Sherpa +Sherramoor +Sherri +sherry +Sherrymoor +sherryvallies +Shesha +sheth +Shetland +Shetlander +Shetlandic +sheugh +sheva +shevel +sheveled +shevri +shewa +shewbread +shewel +sheyle +shi +Shiah +shibah +shibar +shibboleth +shibbolethic +shibuichi +shice +shicer +shicker +shickered +shide +shied +shiel +shield +shieldable +shieldboard +shielddrake +shielded +shielder +shieldflower +shielding +shieldless +shieldlessly +shieldlessness +shieldlike +shieldling +shieldmaker +shieldmay +shieldtail +shieling +shier +shies +shiest +shift +shiftable +shiftage +shifter +shiftful +shiftfulness +shiftily +shiftiness +shifting +shiftingly +shiftingness +shiftless +shiftlessly +shiftlessness +shifty +Shigella +shiggaion +shigram +shih +Shiism +Shiite +Shiitic +Shik +shikar +shikara +shikargah +shikari +shikasta +shikimi +shikimic +shikimole +shikimotoxin +shikken +shiko +shikra +shilf +shilfa +Shilh +Shilha +shill +shilla +shillaber +shillelagh +shillet +shillety +shillhouse +shillibeer +shilling +shillingless +shillingsworth +shilloo +Shilluh +Shilluk +Shiloh +shilpit +shim +shimal +Shimei +shimmer +shimmering +shimmeringly +shimmery +shimmy +Shimonoseki +shimose +shimper +shin +Shina +shinaniging +shinarump +shinbone +shindig +shindle +shindy +shine +shineless +shiner +shingle +shingled +shingler +shingles +shinglewise +shinglewood +shingling +shingly +shinily +shininess +shining +shiningly +shiningness +shinleaf +Shinnecock +shinner +shinnery +shinning +shinny +shinplaster +shintiyan +Shinto +Shintoism +Shintoist +Shintoistic +Shintoize +shinty +Shinwari +shinwood +shiny +shinza +ship +shipboard +shipbound +shipboy +shipbreaking +shipbroken +shipbuilder +shipbuilding +shipcraft +shipentine +shipful +shipkeeper +shiplap +shipless +shiplessly +shiplet +shipload +shipman +shipmanship +shipmast +shipmaster +shipmate +shipmatish +shipment +shipowner +shipowning +shippable +shippage +shipped +shipper +shipping +shipplane +shippo +shippon +shippy +shipshape +shipshapely +shipside +shipsmith +shipward +shipwards +shipway +shipwork +shipworm +shipwreck +shipwrecky +shipwright +shipwrightery +shipwrightry +shipyard +shirakashi +shirallee +Shiraz +shire +shirehouse +shireman +shirewick +shirk +shirker +shirky +shirl +shirlcock +Shirley +shirpit +shirr +shirring +shirt +shirtband +shirtiness +shirting +shirtless +shirtlessness +shirtlike +shirtmaker +shirtmaking +shirtman +shirttail +shirtwaist +shirty +Shirvan +shish +shisham +shisn +shita +shitepoke +shither +shittah +shittim +shittimwood +shiv +Shivaism +Shivaist +Shivaistic +Shivaite +shivaree +shive +shiver +shivereens +shiverer +shivering +shiveringly +shiverproof +shiversome +shiverweed +shivery +shivey +shivoo +shivy +shivzoku +Shkupetar +Shlu +Shluh +Sho +sho +Shoa +shoad +shoader +shoal +shoalbrain +shoaler +shoaliness +shoalness +shoalwise +shoaly +shoat +shock +shockability +shockable +shockedness +shocker +shockheaded +shocking +shockingly +shockingness +shocklike +shockproof +shod +shodden +shoddily +shoddiness +shoddy +shoddydom +shoddyism +shoddyite +shoddylike +shoddyward +shoddywards +shode +shoder +shoe +shoebill +shoebinder +shoebindery +shoebinding +shoebird +shoeblack +shoeboy +shoebrush +shoecraft +shoeflower +shoehorn +shoeing +shoeingsmith +shoelace +shoeless +shoemaker +shoemaking +shoeman +shoepack +shoer +shoescraper +shoeshine +shoeshop +shoesmith +shoestring +shoewoman +shoful +shog +shogaol +shoggie +shoggle +shoggly +shogi +shogun +shogunal +shogunate +shohet +shoji +Shojo +shola +shole +Shona +shone +shoneen +shonkinite +shoo +shood +shoofa +shoofly +shooi +shook +shool +shooldarry +shooler +shoop +shoopiltie +shoor +shoot +shootable +shootboard +shootee +shooter +shoother +shooting +shootist +shootman +shop +shopboard +shopbook +shopboy +shopbreaker +shopbreaking +shopfolk +shopful +shopgirl +shopgirlish +shophar +shopkeeper +shopkeeperess +shopkeeperish +shopkeeperism +shopkeepery +shopkeeping +shopland +shoplet +shoplifter +shoplifting +shoplike +shopmaid +shopman +shopmark +shopmate +shopocracy +shopocrat +shoppe +shopper +shopping +shoppish +shoppishness +shoppy +shopster +shoptalk +shopwalker +shopwear +shopwife +shopwindow +shopwoman +shopwork +shopworker +shopworn +shoq +Shor +shor +shoran +shore +Shorea +shoreberry +shorebush +shored +shoregoing +shoreland +shoreless +shoreman +shorer +shoreside +shoresman +shoreward +shorewards +shoreweed +shoreyer +shoring +shorling +shorn +short +shortage +shortbread +shortcake +shortchange +shortchanger +shortclothes +shortcoat +shortcomer +shortcoming +shorten +shortener +shortening +shorter +shortfall +shorthand +shorthanded +shorthandedness +shorthander +shorthead +shorthorn +Shortia +shortish +shortly +shortness +shorts +shortschat +shortsighted +shortsightedly +shortsightedness +shortsome +shortstaff +shortstop +shorttail +Shortzy +Shoshonean +shoshonite +shot +shotbush +shote +shotgun +shotless +shotlike +shotmaker +shotman +shotproof +shotsman +shotstar +shott +shotted +shotten +shotter +shotty +Shotweld +shou +should +shoulder +shouldered +shoulderer +shoulderette +shouldering +shouldna +shouldnt +shoupeltin +shout +shouter +shouting +shoutingly +shoval +shove +shovegroat +shovel +shovelard +shovelbill +shovelboard +shovelfish +shovelful +shovelhead +shovelmaker +shovelman +shovelnose +shovelweed +shover +show +showable +showance +showbird +showboard +showboat +showboater +showboating +showcase +showdom +showdown +shower +showerer +showerful +showeriness +showerless +showerlike +showerproof +showery +showily +showiness +showing +showish +showless +showman +showmanism +showmanry +showmanship +shown +showpiece +showroom +showup +showworthy +showy +showyard +shoya +shrab +shraddha +shradh +shraf +shrag +shram +shrank +shrap +shrapnel +shrave +shravey +shreadhead +shred +shredcock +shredder +shredding +shreddy +shredless +shredlike +Shree +shree +shreeve +shrend +shrew +shrewd +shrewdish +shrewdly +shrewdness +shrewdom +shrewdy +shrewish +shrewishly +shrewishness +shrewlike +shrewly +shrewmouse +shrewstruck +shriek +shrieker +shriekery +shriekily +shriekiness +shriekingly +shriekproof +shrieky +shrieval +shrievalty +shrift +shrike +shrill +shrilling +shrillish +shrillness +shrilly +shrimp +shrimper +shrimpfish +shrimpi +shrimpish +shrimpishness +shrimplike +shrimpy +shrinal +Shrine +shrine +shrineless +shrinelet +shrinelike +Shriner +shrink +shrinkable +shrinkage +shrinkageproof +shrinker +shrinkhead +shrinking +shrinkingly +shrinkproof +shrinky +shrip +shrite +shrive +shrivel +shriven +shriver +shriving +shroff +shrog +Shropshire +shroud +shrouded +shrouding +shroudless +shroudlike +shroudy +Shrove +shrove +shrover +Shrovetide +shrub +shrubbed +shrubbery +shrubbiness +shrubbish +shrubby +shrubland +shrubless +shrublet +shrublike +shrubwood +shruff +shrug +shruggingly +shrunk +shrunken +shrups +Shtokavski +shtreimel +Shu +shuba +shubunkin +shuck +shucker +shucking +shuckins +shuckpen +shucks +shudder +shudderful +shudderiness +shudderingly +shuddersome +shuddery +shuff +shuffle +shuffleboard +shufflecap +shuffler +shufflewing +shuffling +shufflingly +shug +Shuhali +Shukria +Shukulumbwe +shul +Shulamite +shuler +shulwaurs +shumac +shun +Shunammite +shune +shunless +shunnable +shunner +shunt +shunter +shunting +shure +shurf +shush +shusher +Shuswap +shut +shutdown +shutness +shutoff +Shutoku +shutout +shuttance +shutten +shutter +shuttering +shutterless +shutterwise +shutting +shuttle +shuttlecock +shuttleheaded +shuttlelike +shuttlewise +Shuvra +shwanpan +shy +Shyam +shydepoke +shyer +shyish +Shylock +Shylockism +shyly +shyness +shyster +si +Sia +siak +sial +sialaden +sialadenitis +sialadenoncus +sialagogic +sialagogue +sialagoguic +sialemesis +Sialia +sialic +sialid +Sialidae +sialidan +Sialis +sialoangitis +sialogenous +sialoid +sialolith +sialolithiasis +sialology +sialorrhea +sialoschesis +sialosemeiology +sialosis +sialostenosis +sialosyrinx +sialozemia +Siam +siamang +Siamese +sib +Sibbaldus +sibbed +sibbens +sibber +sibboleth +sibby +Siberian +Siberic +siberite +sibilance +sibilancy +sibilant +sibilantly +sibilate +sibilatingly +sibilator +sibilatory +sibilous +sibilus +Sibiric +sibling +sibness +sibrede +sibship +sibyl +sibylesque +sibylic +sibylism +sibylla +sibylline +sibyllist +sic +Sicambri +Sicambrian +Sicana +Sicani +Sicanian +sicarian +sicarious +sicarius +sicca +siccaneous +siccant +siccate +siccation +siccative +siccimeter +siccity +sice +Sicel +Siceliot +Sicilian +sicilian +siciliana +Sicilianism +sicilica +sicilicum +sicilienne +sicinnian +sick +sickbed +sicken +sickener +sickening +sickeningly +sicker +sickerly +sickerness +sickhearted +sickish +sickishly +sickishness +sickle +sicklebill +sickled +sicklelike +sickleman +sicklemia +sicklemic +sicklepod +sickler +sicklerite +sickless +sickleweed +sicklewise +sicklewort +sicklied +sicklily +sickliness +sickling +sickly +sickness +sicknessproof +sickroom +sicsac +sicula +sicular +Siculi +Siculian +Sicyonian +Sicyonic +Sicyos +Sid +Sida +Sidalcea +sidder +Siddha +Siddhanta +Siddhartha +Siddhi +siddur +side +sideage +sidearm +sideboard +sidebone +sidebones +sideburns +sidecar +sidecarist +sidecheck +sided +sidedness +sideflash +sidehead +sidehill +sidekicker +sidelang +sideless +sideline +sideling +sidelings +sidelingwise +sidelong +sidenote +sidepiece +sider +sideral +sideration +siderealize +sidereally +siderean +siderin +siderism +siderite +sideritic +Sideritis +siderognost +siderographic +siderographical +siderographist +siderography +siderolite +siderology +sideromagnetic +sideromancy +sideromelane +sideronatrite +sideronym +sideroscope +siderose +siderosis +siderostat +siderostatic +siderotechny +siderous +Sideroxylon +sidership +siderurgical +siderurgy +sides +sidesaddle +sideshake +sideslip +sidesman +sidesplitter +sidesplitting +sidesplittingly +sidesway +sideswipe +sideswiper +sidetrack +sidewalk +sideward +sidewards +sideway +sideways +sidewinder +sidewipe +sidewiper +sidewise +sidhe +sidi +siding +sidle +sidler +sidling +sidlingly +Sidney +Sidonian +Sidrach +sidth +sidy +sie +siege +siegeable +siegecraft +siegenite +sieger +siegework +Siegfried +Sieglingia +Siegmund +Siegurd +Siena +Sienese +sienna +sier +siering +sierozem +Sierra +sierra +sierran +siesta +siestaland +Sieva +sieve +sieveful +sievelike +siever +Sieversia +sievings +sievy +sifac +sifaka +Sifatite +sife +siffilate +siffle +sifflement +sifflet +sifflot +sift +siftage +sifted +sifter +sifting +sig +Siganidae +Siganus +sigatoka +Sigaultian +sigger +sigh +sigher +sighful +sighfully +sighing +sighingly +sighingness +sighless +sighlike +sight +sightable +sighted +sighten +sightening +sighter +sightful +sightfulness +sighthole +sighting +sightless +sightlessly +sightlessness +sightlily +sightliness +sightly +sightproof +sightworthiness +sightworthy +sighty +sigil +sigilative +Sigillaria +Sigillariaceae +sigillariaceous +sigillarian +sigillarid +sigillarioid +sigillarist +sigillaroid +sigillary +sigillate +sigillated +sigillation +sigillistic +sigillographer +sigillographical +sigillography +sigillum +sigla +siglarian +siglos +Sigma +sigma +sigmaspire +sigmate +sigmatic +sigmation +sigmatism +sigmodont +Sigmodontes +sigmoid +sigmoidal +sigmoidally +sigmoidectomy +sigmoiditis +sigmoidopexy +sigmoidoproctostomy +sigmoidorectostomy +sigmoidoscope +sigmoidoscopy +sigmoidostomy +Sigmund +sign +signable +signal +signalee +signaler +signalese +signaletic +signaletics +signalism +signalist +signality +signalize +signally +signalman +signalment +signary +signatary +signate +signation +signator +signatory +signatural +signature +signatureless +signaturist +signboard +signee +signer +signet +signetwise +signifer +signifiable +significal +significance +significancy +significant +significantly +significantness +significate +signification +significatist +significative +significatively +significativeness +significator +significatory +significatrix +significature +significavit +significian +significs +signifier +signify +signior +signiorship +signist +signless +signlike +signman +signorial +signorship +signory +signpost +signum +signwriter +Sigurd +Sihasapa +Sika +sika +sikar +sikatch +sike +sikerly +sikerness +siket +Sikh +sikhara +Sikhism +sikhra +Sikinnis +Sikkimese +Siksika +sil +silage +silaginoid +silane +Silas +silbergroschen +silcrete +sile +silen +Silenaceae +silenaceous +Silenales +silence +silenced +silencer +silency +Silene +sileni +silenic +silent +silential +silentiary +silentious +silentish +silently +silentness +silenus +silesia +Silesian +Siletz +silex +silexite +silhouette +silhouettist +silhouettograph +silica +silicam +silicane +silicate +silication +silicatization +Silicea +silicean +siliceocalcareous +siliceofelspathic +siliceofluoric +siliceous +silicic +silicicalcareous +silicicolous +silicide +silicidize +siliciferous +silicification +silicifluoric +silicifluoride +silicify +siliciophite +silicious +Silicispongiae +silicium +siliciuretted +silicize +silicle +silico +silicoacetic +silicoalkaline +silicoaluminate +silicoarsenide +silicocalcareous +silicochloroform +silicocyanide +silicoethane +silicoferruginous +Silicoflagellata +Silicoflagellatae +silicoflagellate +Silicoflagellidae +silicofluoric +silicofluoride +silicohydrocarbon +Silicoidea +silicomagnesian +silicomanganese +silicomethane +silicon +silicone +siliconize +silicononane +silicopropane +silicosis +Silicospongiae +silicotalcose +silicotic +silicotitanate +silicotungstate +silicotungstic +silicula +silicular +silicule +siliculose +siliculous +silicyl +Silipan +siliqua +siliquaceous +siliquae +Siliquaria +Siliquariidae +silique +siliquiferous +siliquiform +siliquose +siliquous +silk +silkalene +silkaline +silked +silken +silker +silkflower +silkgrower +silkie +silkily +silkiness +silklike +silkman +silkness +silksman +silktail +silkweed +silkwoman +silkwood +silkwork +silkworks +silkworm +silky +sill +sillabub +silladar +Sillaginidae +Sillago +sillandar +sillar +siller +Sillery +sillibouk +sillikin +sillily +sillimanite +silliness +sillock +sillograph +sillographer +sillographist +sillometer +sillon +silly +sillyhood +sillyhow +sillyish +sillyism +sillyton +silo +siloist +Silpha +silphid +Silphidae +silphium +silt +siltage +siltation +silting +siltlike +silty +silundum +Silures +Silurian +Siluric +silurid +Siluridae +Siluridan +siluroid +Siluroidei +Silurus +silva +silvan +silvanity +silvanry +Silvanus +silvendy +silver +silverback +silverbeater +silverbelly +silverberry +silverbill +silverboom +silverbush +silvered +silverer +silvereye +silverfin +silverfish +silverhead +silverily +silveriness +silvering +silverish +silverite +silverize +silverizer +silverleaf +silverless +silverlike +silverling +silverly +silvern +silverness +silverpoint +silverrod +silverside +silversides +silverskin +silversmith +silversmithing +silverspot +silvertail +silvertip +silvertop +silvervine +silverware +silverweed +silverwing +silverwood +silverwork +silverworker +silvery +Silvester +Silvia +silvical +silvicolous +silvics +silvicultural +silviculturally +silviculture +silviculturist +Silvius +Silybum +silyl +Sim +sima +Simaba +simal +simar +Simarouba +Simaroubaceae +simaroubaceous +simball +simbil +simblin +simblot +Simblum +sime +Simeon +Simeonism +Simeonite +Simia +simiad +simial +simian +simianity +simiesque +Simiidae +Simiinae +similar +similarity +similarize +similarly +similative +simile +similimum +similiter +similitive +similitude +similitudinize +simility +similize +similor +simioid +simious +simiousness +simity +simkin +simlin +simling +simmer +simmeringly +simmon +simnel +simnelwise +simoleon +Simon +simoniac +simoniacal +simoniacally +Simonian +Simonianism +simonious +simonism +Simonist +simonist +simony +simool +simoom +simoon +Simosaurus +simous +simp +simpai +simper +simperer +simperingly +simple +simplehearted +simpleheartedly +simpleheartedness +simpleness +simpler +simpleton +simpletonian +simpletonianism +simpletonic +simpletonish +simpletonism +simplex +simplexed +simplexity +simplicident +Simplicidentata +simplicidentate +simplicist +simplicitarian +simplicity +simplicize +simplification +simplificative +simplificator +simplified +simplifiedly +simplifier +simplify +simplism +simplist +simplistic +simply +simsim +simson +simulacra +simulacral +simulacre +simulacrize +simulacrum +simulance +simulant +simular +simulate +simulation +simulative +simulatively +simulator +simulatory +simulcast +simuler +simuliid +Simuliidae +simulioid +Simulium +simultaneity +simultaneous +simultaneously +simultaneousness +sin +sina +Sinae +Sinaean +Sinaic +sinaite +Sinaitic +sinal +sinalbin +Sinaloa +sinamay +sinamine +sinapate +sinapic +sinapine +sinapinic +Sinapis +sinapis +sinapism +sinapize +sinapoline +sinarchism +sinarchist +sinarquism +sinarquist +sinarquista +sinawa +sincaline +since +sincere +sincerely +sincereness +sincerity +sincipital +sinciput +sind +sinder +Sindhi +sindle +sindoc +sindon +sindry +sine +sinecural +sinecure +sinecureship +sinecurism +sinecurist +Sinesian +sinew +sinewed +sinewiness +sinewless +sinewous +sinewy +sinfonia +sinfonie +sinfonietta +sinful +sinfully +sinfulness +sing +singability +singable +singableness +singally +singarip +singe +singed +singeing +singeingly +singer +singey +Singfo +singh +Singhalese +singillatim +singing +singingly +singkamas +single +singlebar +singled +singlehanded +singlehandedly +singlehandedness +singlehearted +singleheartedly +singleheartedness +singlehood +singleness +singler +singles +singlestick +singlesticker +singlet +singleton +singletree +singlings +singly +Singpho +Singsing +singsong +singsongy +Singspiel +singspiel +singstress +singular +singularism +singularist +singularity +singularization +singularize +singularly +singularness +singult +singultous +singultus +sinh +Sinhalese +Sinian +Sinic +Sinicism +Sinicization +Sinicize +Sinico +Sinification +Sinify +sinigrin +sinigrinase +sinigrosid +sinigroside +Sinisian +Sinism +sinister +sinisterly +sinisterness +sinisterwise +sinistrad +sinistral +sinistrality +sinistrally +sinistration +sinistrin +sinistrocerebral +sinistrocular +sinistrodextral +sinistrogyrate +sinistrogyration +sinistrogyric +sinistromanual +sinistrorsal +sinistrorsally +sinistrorse +sinistrous +sinistrously +sinistruous +Sinite +Sinitic +sink +sinkable +sinkage +sinker +sinkerless +sinkfield +sinkhead +sinkhole +sinking +Sinkiuse +sinkless +sinklike +sinkroom +sinkstone +sinky +sinless +sinlessly +sinlessness +sinlike +sinnable +sinnableness +sinnen +sinner +sinneress +sinnership +sinnet +Sinningia +sinningly +sinningness +sinoatrial +sinoauricular +Sinogram +sinoidal +Sinolog +Sinologer +Sinological +Sinologist +Sinologue +Sinology +sinomenine +Sinonism +Sinophile +Sinophilism +sinopia +Sinopic +sinopite +sinople +sinproof +Sinsiga +sinsion +sinsring +sinsyne +sinter +Sinto +sintoc +Sintoism +Sintoist +Sintsink +Sintu +sinuate +sinuated +sinuatedentate +sinuately +sinuation +sinuatocontorted +sinuatodentate +sinuatodentated +sinuatopinnatifid +sinuatoserrated +sinuatoundulate +sinuatrial +sinuauricular +sinuitis +sinuose +sinuosely +sinuosity +sinuous +sinuously +sinuousness +Sinupallia +sinupallial +Sinupallialia +Sinupalliata +sinupalliate +sinus +sinusal +sinusitis +sinuslike +sinusoid +sinusoidal +sinusoidally +sinuventricular +sinward +siol +Sion +sion +Sionite +Siouan +Sioux +sip +sipage +sipe +siper +siphoid +siphon +siphonaceous +siphonage +siphonal +Siphonales +Siphonaptera +siphonapterous +Siphonaria +siphonariid +Siphonariidae +Siphonata +siphonate +Siphoneae +siphoneous +siphonet +siphonia +siphonial +Siphoniata +siphonic +Siphonifera +siphoniferous +siphoniform +siphonium +siphonless +siphonlike +Siphonobranchiata +siphonobranchiate +Siphonocladales +Siphonocladiales +siphonogam +Siphonogama +siphonogamic +siphonogamous +siphonogamy +siphonoglyph +siphonoglyphe +siphonognathid +Siphonognathidae +siphonognathous +Siphonognathus +Siphonophora +siphonophoran +siphonophore +siphonophorous +siphonoplax +siphonopore +siphonorhinal +siphonorhine +siphonosome +siphonostele +siphonostelic +siphonostely +Siphonostoma +Siphonostomata +siphonostomatous +siphonostome +siphonostomous +siphonozooid +siphonula +siphorhinal +siphorhinian +siphosome +siphuncle +siphuncled +siphuncular +Siphunculata +siphunculate +siphunculated +Sipibo +sipid +sipidity +Siping +siping +sipling +sipper +sippet +sippingly +sippio +Sipunculacea +sipunculacean +sipunculid +Sipunculida +sipunculoid +Sipunculoidea +Sipunculus +sipylite +Sir +sir +sircar +sirdar +sirdarship +sire +Siredon +sireless +siren +sirene +Sirenia +sirenian +sirenic +sirenical +sirenically +Sirenidae +sirening +sirenize +sirenlike +sirenoid +Sirenoidea +Sirenoidei +sireny +sireship +siress +sirgang +Sirian +sirian +Sirianian +siriasis +siricid +Siricidae +Siricoidea +sirih +siriometer +Sirione +siris +Sirius +sirkeer +sirki +sirky +sirloin +sirloiny +Sirmian +Sirmuellera +siroc +sirocco +siroccoish +siroccoishly +sirpea +sirple +sirpoon +sirrah +sirree +sirship +siruaballi +siruelas +sirup +siruped +siruper +sirupy +Siryan +Sis +sis +sisal +siscowet +sise +sisel +siserara +siserary +siserskite +sish +sisham +sisi +siskin +Sisley +sismotherapy +siss +Sisseton +sissification +sissify +sissiness +sissoo +Sissu +sissy +sissyish +sissyism +sist +Sistani +sister +sisterhood +sisterin +sistering +sisterize +sisterless +sisterlike +sisterliness +sisterly +sistern +Sistine +sistle +sistomensin +sistrum +Sistrurus +Sisymbrium +Sisyphean +Sisyphian +Sisyphides +Sisyphism +Sisyphist +Sisyphus +Sisyrinchium +sisyrinchium +sit +Sita +sitao +sitar +sitatunga +sitch +site +sitfast +sith +sithcund +sithe +sithement +sithence +sithens +sitient +sitio +sitiology +sitiomania +sitiophobia +Sitka +Sitkan +sitology +sitomania +Sitophilus +sitophobia +sitophobic +sitosterin +sitosterol +sitotoxism +Sitta +sittee +sitten +sitter +Sittidae +Sittinae +sittine +sitting +sittringy +situal +situate +situated +situation +situational +situla +situlae +situs +Sium +Siusi +Siuslaw +Siva +siva +Sivaism +Sivaist +Sivaistic +Sivaite +Sivan +Sivapithecus +sivathere +Sivatheriidae +Sivatheriinae +sivatherioid +Sivatherium +siver +sivvens +Siwan +Siwash +siwash +six +sixain +sixer +sixfoil +sixfold +sixhaend +sixhynde +sixpence +sixpenny +sixpennyworth +sixscore +sixsome +sixte +sixteen +sixteener +sixteenfold +sixteenmo +sixteenth +sixteenthly +sixth +sixthet +sixthly +sixtieth +Sixtowns +Sixtus +sixty +sixtyfold +sixtypenny +sizable +sizableness +sizably +sizal +sizar +sizarship +size +sizeable +sizeableness +sized +sizeman +sizer +sizes +siziness +sizing +sizy +sizygia +sizygium +sizz +sizzard +sizzing +sizzle +sizzling +sizzlingly +Sjaak +sjambok +Sjouke +skaddle +skaff +skaffie +skag +skaillie +skainsmate +skair +skaitbird +skal +skalawag +skaldship +skance +Skanda +skandhas +skart +skasely +Skat +skat +skate +skateable +skater +skatikas +skatiku +skating +skatist +skatole +skatosine +skatoxyl +skaw +skean +skeanockle +skedaddle +skedaddler +skedge +skedgewith +skedlock +skee +skeed +skeeg +skeel +skeeling +skeely +skeen +skeenyie +skeer +skeered +skeery +skeesicks +skeet +Skeeter +skeeter +skeezix +Skef +skeg +skegger +skeif +skeigh +skeily +skein +skeiner +skeipp +skel +skelder +skelderdrake +skeldrake +skeletal +skeletin +skeletogenous +skeletogeny +skeletomuscular +skeleton +skeletonian +skeletonic +skeletonization +skeletonize +skeletonizer +skeletonless +skeletonweed +skeletony +skelf +skelgoose +skelic +skell +skellat +skeller +skelloch +skellum +skelly +skelp +skelper +skelpin +skelping +skelter +Skeltonian +Skeltonic +Skeltonical +Skeltonics +skemmel +skemp +sken +skene +skeo +skeough +skep +skepful +skeppist +skeppund +skeptic +skeptical +skeptically +skepticalness +skepticism +skepticize +sker +skere +skerret +skerrick +skerry +sketch +sketchability +sketchable +sketchbook +sketchee +sketcher +sketchily +sketchiness +sketching +sketchingly +sketchist +sketchlike +sketchy +skete +sketiotai +skeuomorph +skeuomorphic +skevish +skew +skewback +skewbacked +skewbald +skewed +skewer +skewerer +skewerwood +skewings +skewl +skewly +skewness +skewwhiff +skewwise +skewy +skey +skeyting +ski +skiagram +skiagraph +skiagrapher +skiagraphic +skiagraphical +skiagraphically +skiagraphy +skiameter +skiametry +skiapod +skiapodous +skiascope +skiascopy +skibby +skibslast +skice +skid +skidded +skidder +skidding +skiddingly +skiddoo +skiddy +Skidi +skidpan +skidproof +skidway +skied +skieppe +skiepper +skier +skies +skiff +skiffless +skiffling +skift +skiing +skijore +skijorer +skijoring +skil +skilder +skildfel +skilfish +skill +skillagalee +skilled +skillenton +skillessness +skillet +skillful +skillfully +skillfulness +skilligalee +skilling +skillion +skilly +skilpot +skilts +skim +skimback +skime +skimmed +skimmer +skimmerton +Skimmia +skimming +skimmingly +skimmington +skimmity +skimp +skimpily +skimpiness +skimpingly +skimpy +skin +skinbound +skinch +skinflint +skinflintily +skinflintiness +skinflinty +skinful +skink +skinker +skinking +skinkle +skinless +skinlike +skinned +skinner +skinnery +skinniness +skinning +skinny +skintight +skinworm +skiogram +skiograph +skiophyte +Skip +skip +skipbrain +Skipetar +skipjack +skipjackly +skipkennel +skipman +skippable +skippel +skipper +skippered +skippership +skippery +skippet +skipping +skippingly +skipple +skippund +skippy +skiptail +skirl +skirlcock +skirling +skirmish +skirmisher +skirmishing +skirmishingly +skirp +skirr +skirreh +skirret +skirt +skirtboard +skirted +skirter +skirting +skirtingly +skirtless +skirtlike +skirty +skirwhit +skirwort +skit +skite +skiter +skither +Skitswish +Skittaget +Skittagetan +skitter +skittish +skittishly +skittishness +skittle +skittled +skittler +skittles +skitty +skittyboot +skiv +skive +skiver +skiverwood +skiving +skivvies +sklate +sklater +sklent +skleropelite +sklinter +skoal +Skodaic +skogbolite +Skoinolon +skokiaan +Skokomish +skomerite +skoo +skookum +Skopets +skoptsy +skout +skraeling +skraigh +skrike +skrimshander +skrupul +skua +skulduggery +skulk +skulker +skulking +skulkingly +skull +skullbanker +skullcap +skulled +skullery +skullfish +skullful +skully +skulp +skun +skunk +skunkbill +skunkbush +skunkdom +skunkery +skunkhead +skunkish +skunklet +skunktop +skunkweed +skunky +Skupshtina +skuse +skutterudite +sky +skybal +skycraft +Skye +skyey +skyful +skyish +skylark +skylarker +skyless +skylight +skylike +skylook +skyman +skyphoi +skyphos +skyplast +skyre +skyrgaliard +skyrocket +skyrockety +skysail +skyscape +skyscraper +skyscraping +skyshine +skyugle +skyward +skywards +skyway +skywrite +skywriter +skywriting +sla +slab +slabbed +slabber +slabberer +slabbery +slabbiness +slabbing +slabby +slabman +slabness +slabstone +slack +slackage +slacked +slacken +slackener +slacker +slackerism +slacking +slackingly +slackly +slackness +slad +sladang +slade +slae +slag +slaggability +slaggable +slagger +slagging +slaggy +slagless +slaglessness +slagman +slain +slainte +slaister +slaistery +slait +slake +slakeable +slakeless +slaker +slaking +slaky +slam +slammakin +slammerkin +slammock +slammocking +slammocky +slamp +slampamp +slampant +slander +slanderer +slanderful +slanderfully +slandering +slanderingly +slanderous +slanderously +slanderousness +slanderproof +slane +slang +slangily +slanginess +slangish +slangishly +slangism +slangkop +slangous +slangster +slanguage +slangular +slangy +slank +slant +slantindicular +slantindicularly +slanting +slantingly +slantingways +slantly +slantways +slantwise +slap +slapdash +slapdashery +slape +slaphappy +slapjack +slapper +slapping +slapstick +slapsticky +slare +slart +slarth +Slartibartfast +slash +slashed +slasher +slashing +slashingly +slashy +slat +slatch +slate +slateful +slatelike +slatemaker +slatemaking +slater +slateworks +slateyard +slath +slather +slatify +slatiness +slating +slatish +slatted +slatter +slattern +slatternish +slatternliness +slatternly +slatternness +slattery +slatting +slaty +slaughter +slaughterer +slaughterhouse +slaughteringly +slaughterman +slaughterous +slaughterously +slaughteryard +slaum +Slav +Slavdom +Slave +slave +slaveborn +slaved +slaveholder +slaveholding +slaveland +slaveless +slavelet +slavelike +slaveling +slavemonger +slaveowner +slaveownership +slavepen +slaver +slaverer +slavering +slaveringly +slavery +Slavey +slavey +Slavi +Slavian +Slavic +Slavicism +Slavicize +Slavification +Slavify +slavikite +slaving +Slavish +slavish +slavishly +slavishness +Slavism +Slavist +Slavistic +Slavization +Slavize +slavocracy +slavocrat +slavocratic +Slavonian +Slavonianize +Slavonic +Slavonically +Slavonicize +Slavonish +Slavonism +Slavonization +Slavonize +Slavophile +Slavophilism +Slavophobe +Slavophobist +slaw +slay +slayable +slayer +slaying +sleathy +sleave +sleaved +sleaziness +sleazy +Sleb +sleck +sled +sledded +sledder +sledding +sledful +sledge +sledgeless +sledgemeter +sledger +sledging +sledlike +slee +sleech +sleechy +sleek +sleeken +sleeker +sleeking +sleekit +sleekly +sleekness +sleeky +sleep +sleeper +sleepered +sleepful +sleepfulness +sleepify +sleepily +sleepiness +sleeping +sleepingly +sleepland +sleepless +sleeplessly +sleeplessness +sleeplike +sleepmarken +sleepproof +sleepry +sleepwaker +sleepwaking +sleepwalk +sleepwalker +sleepwalking +sleepward +sleepwort +sleepy +sleepyhead +sleer +sleet +sleetiness +sleeting +sleetproof +sleety +sleeve +sleeveband +sleeveboard +sleeved +sleeveen +sleevefish +sleeveful +sleeveless +sleevelessness +sleevelet +sleevelike +sleever +sleigh +sleigher +sleighing +sleight +sleightful +sleighty +slendang +slender +slenderish +slenderize +slenderly +slenderness +slent +slepez +slept +slete +sleuth +sleuthdog +sleuthful +sleuthhound +sleuthlike +slew +slewed +slewer +slewing +sley +sleyer +slice +sliceable +sliced +slicer +slich +slicht +slicing +slicingly +slick +slicken +slickens +slickenside +slicker +slickered +slickery +slicking +slickly +slickness +slid +slidable +slidableness +slidably +slidage +slidden +slidder +sliddery +slide +slideable +slideableness +slideably +slided +slidehead +slideman +slideproof +slider +slideway +sliding +slidingly +slidingness +slidometer +slifter +slight +slighted +slighter +slightily +slightiness +slighting +slightingly +slightish +slightly +slightness +slighty +slim +slime +slimeman +slimer +slimily +sliminess +slimish +slimishness +slimly +slimmish +slimness +slimpsy +slimsy +slimy +sline +sling +slingball +slinge +slinger +slinging +slingshot +slingsman +slingstone +slink +slinker +slinkily +slinkiness +slinking +slinkingly +slinkskin +slinkweed +slinky +slip +slipback +slipband +slipboard +slipbody +slipcase +slipcoach +slipcoat +slipe +slipgibbet +sliphorn +sliphouse +slipknot +slipless +slipman +slipover +slippage +slipped +slipper +slippered +slipperflower +slipperily +slipperiness +slipperlike +slipperweed +slipperwort +slippery +slipperyback +slipperyroot +slippiness +slipping +slippingly +slipproof +slippy +slipshod +slipshoddiness +slipshoddy +slipshodness +slipshoe +slipslap +slipslop +slipsloppish +slipsloppism +slipsole +slipstep +slipstring +sliptopped +slipway +slirt +slish +slit +slitch +slite +slither +slithering +slitheroo +slithers +slithery +slithy +slitless +slitlike +slitshell +slitted +slitter +slitting +slitty +slitwise +slive +sliver +sliverer +sliverlike +sliverproof +slivery +sliving +slivovitz +sloan +Sloanea +slob +slobber +slobberchops +slobberer +slobbers +slobbery +slobby +slock +slocken +slod +slodder +slodge +slodger +sloe +sloeberry +sloebush +sloetree +slog +slogan +sloganeer +sloganize +slogger +slogging +slogwood +sloka +sloke +slommock +slon +slone +slonk +sloo +sloom +sloomy +sloop +sloopman +sloosh +slop +slopdash +slope +sloped +slopely +slopeness +sloper +slopeways +slopewise +sloping +slopingly +slopingness +slopmaker +slopmaking +sloppage +slopped +sloppery +sloppily +sloppiness +slopping +sloppy +slops +slopseller +slopselling +slopshop +slopstone +slopwork +slopworker +slopy +slorp +slosh +slosher +sloshily +sloshiness +sloshy +slot +slote +sloted +sloth +slothful +slothfully +slothfulness +slothound +slotted +slotter +slottery +slotting +slotwise +slouch +sloucher +slouchily +slouchiness +slouching +slouchingly +slouchy +slough +sloughiness +sloughy +slour +sloush +Slovak +Slovakian +Slovakish +sloven +Slovene +Slovenian +Slovenish +slovenlike +slovenliness +slovenly +slovenwood +Slovintzi +slow +slowbellied +slowbelly +slowdown +slowgoing +slowheaded +slowhearted +slowheartedness +slowhound +slowish +slowly +slowmouthed +slowpoke +slowrie +slows +slowworm +sloyd +slub +slubber +slubberdegullion +slubberer +slubbering +slubberingly +slubberly +slubbery +slubbing +slubby +slud +sludder +sluddery +sludge +sludged +sludger +sludgy +slue +sluer +slug +slugabed +sluggard +sluggarding +sluggardize +sluggardliness +sluggardly +sluggardness +sluggardry +slugged +slugger +slugging +sluggingly +sluggish +sluggishly +sluggishness +sluggy +sluglike +slugwood +sluice +sluicelike +sluicer +sluiceway +sluicing +sluicy +sluig +sluit +slum +slumber +slumberer +slumberful +slumbering +slumberingly +slumberland +slumberless +slumberous +slumberously +slumberousness +slumberproof +slumbersome +slumbery +slumbrous +slumdom +slumgullion +slumgum +slumland +slummage +slummer +slumminess +slumming +slummock +slummocky +slummy +slump +slumpproof +slumproof +slumpwork +slumpy +slumward +slumwise +slung +slungbody +slunge +slunk +slunken +slur +slurbow +slurp +slurry +slush +slusher +slushily +slushiness +slushy +slut +slutch +slutchy +sluther +sluthood +slutter +sluttery +sluttikin +sluttish +sluttishly +sluttishness +slutty +sly +slyboots +slyish +slyly +slyness +slype +sma +smachrie +smack +smackee +smacker +smackful +smacking +smackingly +smacksman +smaik +Smalcaldian +Smalcaldic +small +smallage +smallclothes +smallcoal +smallen +smaller +smallhearted +smallholder +smalling +smallish +smallmouth +smallmouthed +smallness +smallpox +smalls +smallsword +smalltime +smallware +smally +smalm +smalt +smalter +smaltine +smaltite +smalts +smaragd +smaragdine +smaragdite +smaragdus +smarm +smarmy +smart +smarten +smarting +smartingly +smartish +smartism +smartless +smartly +smartness +smartweed +smarty +smash +smashable +smashage +smashboard +smasher +smashery +smashing +smashingly +smashment +smashup +smatter +smatterer +smattering +smatteringly +smattery +smaze +smear +smearcase +smeared +smearer +smeariness +smearless +smeary +smectic +smectis +smectite +Smectymnuan +Smectymnuus +smeddum +smee +smeech +smeek +smeeky +smeer +smeeth +smegma +smell +smellable +smellage +smelled +smeller +smellful +smellfungi +smellfungus +smelliness +smelling +smellproof +smellsome +smelly +smelt +smelter +smelterman +smeltery +smeltman +smeth +smethe +smeuse +smew +smich +smicker +smicket +smiddie +smiddum +smidge +smidgen +smifligate +smifligation +smiggins +Smilacaceae +smilacaceous +Smilaceae +smilaceous +smilacin +Smilacina +Smilax +smilax +smile +smileable +smileage +smileful +smilefulness +smileless +smilelessly +smilelessness +smilemaker +smilemaking +smileproof +smiler +smilet +smiling +smilingly +smilingness +Smilodon +smily +Smintheus +Sminthian +sminthurid +Sminthuridae +Sminthurus +smirch +smircher +smirchless +smirchy +smiris +smirk +smirker +smirking +smirkingly +smirkish +smirkle +smirkly +smirky +smirtle +smit +smitch +smite +smiter +smith +smitham +smithcraft +smither +smithereens +smithery +Smithian +Smithianism +smithing +smithite +Smithsonian +smithsonite +smithwork +smithy +smithydander +smiting +smitten +smitting +smock +smocker +smockface +smocking +smockless +smocklike +smog +smokables +smoke +smokeable +smokebox +smokebush +smoked +smokefarthings +smokehouse +smokejack +smokeless +smokelessly +smokelessness +smokelike +smokeproof +smoker +smokery +smokestack +smokestone +smoketight +smokewood +smokily +smokiness +smoking +smokish +smoky +smokyseeming +smolder +smolderingness +smolt +smooch +smoochy +smoodge +smoodger +smook +smoorich +Smoos +smoot +smooth +smoothable +smoothback +smoothbore +smoothbored +smoothcoat +smoothen +smoother +smoothification +smoothify +smoothing +smoothingly +smoothish +smoothly +smoothmouthed +smoothness +smoothpate +smopple +smore +smorgasbord +smote +smother +smotherable +smotheration +smothered +smotherer +smotheriness +smothering +smotheringly +smothery +smotter +smouch +smoucher +smous +smouse +smouser +smout +smriti +smudge +smudged +smudgedly +smudgeless +smudgeproof +smudger +smudgily +smudginess +smudgy +smug +smuggery +smuggish +smuggishly +smuggishness +smuggle +smuggleable +smuggler +smugglery +smuggling +smugism +smugly +smugness +smuisty +smur +smurr +smurry +smuse +smush +smut +smutch +smutchin +smutchless +smutchy +smutproof +smutted +smutter +smuttily +smuttiness +smutty +Smyrna +Smyrnaite +Smyrnean +Smyrniot +Smyrniote +smyth +smytrie +snab +snabbie +snabble +snack +snackle +snackman +snaff +snaffle +snaffles +snafu +snag +snagbush +snagged +snagger +snaggled +snaggletooth +snaggy +snagrel +snail +snaileater +snailery +snailfish +snailflower +snailish +snailishly +snaillike +snails +snaily +snaith +snake +snakebark +snakeberry +snakebird +snakebite +snakefish +snakeflower +snakehead +snakeholing +snakeleaf +snakeless +snakelet +snakelike +snakeling +snakemouth +snakeneck +snakeology +snakephobia +snakepiece +snakepipe +snakeproof +snaker +snakeroot +snakery +snakeship +snakeskin +snakestone +snakeweed +snakewise +snakewood +snakeworm +snakewort +snakily +snakiness +snaking +snakish +snaky +snap +snapback +snapbag +snapberry +snapdragon +snape +snaper +snaphead +snapholder +snapjack +snapless +snappable +snapped +snapper +snappily +snappiness +snapping +snappingly +snappish +snappishly +snappishness +snapps +snappy +snaps +snapsack +snapshot +snapshotter +snapweed +snapwood +snapwort +snapy +snare +snareless +snarer +snaringly +snark +snarl +snarler +snarleyyow +snarlingly +snarlish +snarly +snary +snaste +snatch +snatchable +snatched +snatcher +snatchily +snatching +snatchingly +snatchproof +snatchy +snath +snathe +snavel +snavvle +snaw +snead +sneak +sneaker +sneakiness +sneaking +sneakingly +sneakingness +sneakish +sneakishly +sneakishness +sneaksby +sneaksman +sneaky +sneap +sneath +sneathe +sneb +sneck +sneckdraw +sneckdrawing +sneckdrawn +snecker +snecket +sned +snee +sneer +sneerer +sneerful +sneerfulness +sneering +sneeringly +sneerless +sneery +sneesh +sneeshing +sneest +sneesty +sneeze +sneezeless +sneezeproof +sneezer +sneezeweed +sneezewood +sneezewort +sneezing +sneezy +snell +snelly +Snemovna +snerp +snew +snib +snibble +snibbled +snibbler +snibel +snicher +snick +snickdraw +snickdrawing +snicker +snickering +snickeringly +snickersnee +snicket +snickey +snickle +sniddle +snide +snideness +sniff +sniffer +sniffily +sniffiness +sniffing +sniffingly +sniffish +sniffishness +sniffle +sniffler +sniffly +sniffy +snift +snifter +snifty +snig +snigger +sniggerer +sniggering +sniggle +sniggler +sniggoringly +snip +snipe +snipebill +snipefish +snipelike +sniper +sniperscope +sniping +snipish +snipjack +snipnose +snipocracy +snipper +snippersnapper +snipperty +snippet +snippetiness +snippety +snippiness +snipping +snippish +snippy +snipsnapsnorum +sniptious +snipy +snirl +snirt +snirtle +snitch +snitcher +snite +snithe +snithy +snittle +snivel +sniveled +sniveler +sniveling +snively +snivy +snob +snobber +snobbery +snobbess +snobbing +snobbish +snobbishly +snobbishness +snobbism +snobby +snobdom +snobling +snobocracy +snobocrat +snobographer +snobography +snobologist +snobonomer +snobscat +snocher +snock +snocker +snod +snodly +snoek +snoeking +snog +snoga +Snohomish +snoke +Snonowas +snood +snooded +snooding +snook +snooker +snookered +snoop +snooper +snooperscope +snoopy +snoose +snoot +snootily +snootiness +snooty +snoove +snooze +snoozer +snooziness +snoozle +snoozy +snop +Snoqualmie +Snoquamish +snore +snoreless +snorer +snoring +snoringly +snork +snorkel +snorker +snort +snorter +snorting +snortingly +snortle +snorty +snot +snotter +snottily +snottiness +snotty +snouch +snout +snouted +snouter +snoutish +snoutless +snoutlike +snouty +Snow +snow +Snowball +snowball +snowbank +snowbell +snowberg +snowberry +snowbird +snowblink +snowbound +snowbreak +snowbush +snowcap +snowcraft +Snowdonian +snowdrift +snowdrop +snowfall +snowflake +snowflight +snowflower +snowfowl +snowhammer +snowhouse +snowie +snowily +snowiness +snowish +snowk +snowl +snowland +snowless +snowlike +snowmanship +snowmobile +snowplow +snowproof +snowscape +snowshade +snowshed +snowshine +snowshoe +snowshoed +snowshoeing +snowshoer +snowslide +snowslip +snowstorm +snowsuit +snowworm +snowy +snozzle +snub +snubbable +snubbed +snubbee +snubber +snubbiness +snubbing +snubbingly +snubbish +snubbishly +snubbishness +snubby +snubproof +snuck +snudge +snuff +snuffbox +snuffboxer +snuffcolored +snuffer +snuffers +snuffiness +snuffing +snuffingly +snuffish +snuffle +snuffler +snuffles +snuffless +snuffliness +snuffling +snufflingly +snuffly +snuffman +snuffy +snug +snugger +snuggery +snuggish +snuggle +snugify +snugly +snugness +snum +snup +snupper +snur +snurl +snurly +snurp +snurt +snuzzle +sny +snying +so +soak +soakage +soakaway +soaked +soaken +soaker +soaking +soakingly +soakman +soaky +soally +soam +soap +soapbark +soapberry +soapbox +soapboxer +soapbubbly +soapbush +soaper +soapery +soapfish +soapily +soapiness +soaplees +soapless +soaplike +soapmaker +soapmaking +soapmonger +soaprock +soaproot +soapstone +soapsud +soapsuddy +soapsuds +soapsudsy +soapweed +soapwood +soapwort +soapy +soar +soarability +soarable +soarer +soaring +soaringly +soary +sob +sobber +sobbing +sobbingly +sobby +sobeit +sober +soberer +sobering +soberingly +soberize +soberlike +soberly +soberness +sobersault +sobersided +sobersides +soberwise +sobful +soboles +soboliferous +sobproof +Sobralia +sobralite +Sobranje +sobrevest +sobriety +sobriquet +sobriquetical +soc +socage +socager +soccer +soccerist +soccerite +soce +socht +sociability +sociable +sociableness +sociably +social +Sociales +socialism +socialist +socialistic +socialite +sociality +socializable +socialization +socialize +socializer +socially +socialness +sociation +sociative +societal +societally +societarian +societarianism +societary +societified +societism +societist +societologist +societology +society +societyish +societyless +socii +Socinian +Socinianism +Socinianistic +Socinianize +sociobiological +sociocentric +sociocracy +sociocrat +sociocratic +sociocultural +sociodrama +sociodramatic +socioeconomic +socioeducational +sociogenesis +sociogenetic +sociogeny +sociography +sociolatry +sociolegal +sociologian +sociologic +sociological +sociologically +sociologism +sociologist +sociologistic +sociologize +sociologizer +sociologizing +sociology +sociomedical +sociometric +sociometry +socionomic +socionomics +socionomy +sociophagous +sociopolitical +socioreligious +socioromantic +sociostatic +sociotechnical +socius +sock +sockdolager +socker +socket +socketful +socketless +sockeye +sockless +socklessness +sockmaker +sockmaking +socky +socle +socman +socmanry +soco +Socorrito +Socotran +Socotri +Socotrine +Socratean +Socratic +Socratical +Socratically +Socraticism +Socratism +Socratist +Socratize +sod +soda +sodaclase +sodaic +sodaless +sodalist +sodalite +sodalithite +sodality +sodamide +sodbuster +sodded +sodden +soddenly +soddenness +sodding +soddite +soddy +sodic +sodio +sodioaluminic +sodioaurous +sodiocitrate +sodiohydric +sodioplatinic +sodiosalicylate +sodiotartrate +sodium +sodless +sodoku +Sodom +sodomic +Sodomist +Sodomite +sodomitess +sodomitic +sodomitical +sodomitically +Sodomitish +sodomy +sodwork +sody +soe +soekoe +soever +sofa +sofane +sofar +soffit +Sofia +Sofoklis +Sofronia +soft +softa +softball +softbrained +soften +softener +softening +softhead +softheaded +softhearted +softheartedly +softheartedness +softhorn +softish +softling +softly +softner +softness +softship +softtack +softwood +softy +sog +Soga +Sogdian +Sogdianese +Sogdianian +Sogdoite +soger +soget +soggarth +soggendalite +soggily +sogginess +sogging +soggy +soh +soho +Soiesette +soiesette +soil +soilage +soiled +soiling +soilless +soilproof +soilure +soily +soiree +soixantine +Soja +soja +sojourn +sojourner +sojourney +sojournment +sok +soka +soke +sokeman +sokemanemot +sokemanry +soken +Sokoki +Sokotri +Sokulk +Sol +sol +sola +solace +solaceful +solacement +solaceproof +solacer +solacious +solaciously +solaciousness +solan +Solanaceae +solanaceous +solanal +Solanales +solander +solaneine +solaneous +solanidine +solanine +Solanum +solanum +solar +solarism +solarist +solaristic +solaristically +solaristics +Solarium +solarium +solarization +solarize +solarometer +solate +solatia +solation +solatium +solay +sold +soldado +Soldan +soldan +soldanel +Soldanella +soldanelle +soldanrie +solder +solderer +soldering +solderless +soldi +soldier +soldierbird +soldierbush +soldierdom +soldieress +soldierfish +soldierhearted +soldierhood +soldiering +soldierize +soldierlike +soldierliness +soldierly +soldierproof +soldiership +soldierwise +soldierwood +soldiery +soldo +sole +Solea +solea +soleas +solecism +solecist +solecistic +solecistical +solecistically +solecize +solecizer +Soleidae +soleiform +soleil +soleless +solely +solemn +solemncholy +solemnify +solemnitude +solemnity +solemnization +solemnize +solemnizer +solemnly +solemnness +Solen +solen +solenacean +solenaceous +soleness +solenette +solenial +Solenidae +solenite +solenitis +solenium +solenoconch +Solenoconcha +solenocyte +Solenodon +solenodont +Solenodontidae +solenogaster +Solenogastres +solenoglyph +Solenoglypha +solenoglyphic +solenoid +solenoidal +solenoidally +Solenopsis +solenostele +solenostelic +solenostomid +Solenostomidae +solenostomoid +solenostomous +Solenostomus +solent +solentine +solepiece +soleplate +soleprint +soler +Solera +soles +soleus +soleyn +solfataric +solfeggio +solferino +soli +soliative +solicit +solicitant +solicitation +solicitationism +solicited +solicitee +soliciter +soliciting +solicitor +solicitorship +solicitous +solicitously +solicitousness +solicitress +solicitrix +solicitude +solicitudinous +solid +Solidago +solidago +solidaric +solidarily +solidarism +solidarist +solidaristic +solidarity +solidarize +solidary +solidate +solidi +solidifiability +solidifiable +solidifiableness +solidification +solidifier +solidiform +solidify +solidish +solidism +solidist +solidistic +solidity +solidly +solidness +solidum +Solidungula +solidungular +solidungulate +solidus +solifidian +solifidianism +solifluction +solifluctional +soliform +Solifugae +solifuge +solifugean +solifugid +solifugous +soliloquacious +soliloquist +soliloquium +soliloquize +soliloquizer +soliloquizing +soliloquizingly +soliloquy +solilunar +Solio +solio +soliped +solipedal +solipedous +solipsism +solipsismal +solipsist +solipsistic +solist +solitaire +solitarian +solitarily +solitariness +solitary +soliterraneous +solitidal +solitude +solitudinarian +solitudinize +solitudinous +solivagant +solivagous +sollar +solleret +Sollya +solmizate +solmization +solo +solod +solodi +solodization +solodize +soloecophanes +soloist +Solomon +Solomonian +Solomonic +Solomonical +Solomonitic +Solon +solon +solonchak +solonetz +solonetzic +solonetzicity +Solonian +Solonic +solonist +soloth +solotink +solotnik +solpugid +Solpugida +Solpugidea +Solpugides +solstice +solsticion +solstitia +solstitial +solstitially +solstitium +solubility +solubilization +solubilize +soluble +solubleness +solubly +solum +solute +solution +solutional +solutioner +solutionist +solutize +solutizer +Solutrean +solvability +solvable +solvableness +solvate +solvation +solve +solvement +solvency +solvend +solvent +solvently +solventproof +solver +solvolysis +solvolytic +solvolyze +solvsbergite +Solyma +Solymaean +soma +somacule +Somal +somal +Somali +somaplasm +Somaschian +somasthenia +somata +somatasthenia +Somateria +somatic +somatical +somatically +somaticosplanchnic +somaticovisceral +somatics +somatism +somatist +somatization +somatochrome +somatocyst +somatocystic +somatoderm +somatogenetic +somatogenic +somatognosis +somatognostic +somatologic +somatological +somatologically +somatologist +somatology +somatome +somatomic +somatophyte +somatophytic +somatoplasm +somatopleural +somatopleure +somatopleuric +somatopsychic +somatosplanchnic +somatotonia +somatotonic +somatotropic +somatotropically +somatotropism +somatotype +somatotyper +somatotypy +somatous +somber +somberish +somberly +somberness +sombre +sombrerite +sombrero +sombreroed +sombrous +sombrously +sombrousness +some +somebody +someday +somedeal +somegate +somehow +someone +somepart +someplace +somers +somersault +somerset +Somersetian +somervillite +somesthesia +somesthesis +somesthetic +something +somethingness +sometime +sometimes +someway +someways +somewhat +somewhatly +somewhatness +somewhen +somewhence +somewhere +somewheres +somewhile +somewhiles +somewhither +somewhy +somewise +somital +somite +somitic +somma +sommaite +sommelier +somnambulance +somnambulancy +somnambulant +somnambular +somnambulary +somnambulate +somnambulation +somnambulator +somnambule +somnambulency +somnambulic +somnambulically +somnambulism +somnambulist +somnambulistic +somnambulize +somnambulous +somnial +somniative +somnifacient +somniferous +somniferously +somnific +somnifuge +somnify +somniloquacious +somniloquence +somniloquent +somniloquism +somniloquist +somniloquize +somniloquous +somniloquy +Somniosus +somnipathist +somnipathy +somnivolency +somnivolent +somnolence +somnolency +somnolent +somnolently +somnolescence +somnolescent +somnolism +somnolize +somnopathy +somnorific +somnus +sompay +sompne +sompner +Son +son +sonable +sonance +sonancy +sonant +sonantal +sonantic +sonantina +sonantized +sonar +sonata +sonatina +sonation +Sonchus +sond +sondation +sondeli +Sonderbund +sonderclass +Sondergotter +Sondylomorum +soneri +song +songbird +songbook +songcraft +songfest +songful +songfully +songfulness +Songhai +Songish +songish +songland +songle +songless +songlessly +songlessness +songlet +songlike +songman +Songo +Songoi +songster +songstress +songworthy +songwright +songy +sonhood +sonic +soniferous +sonification +soniou +Sonja +sonk +sonless +sonlike +sonlikeness +sonly +Sonneratia +Sonneratiaceae +sonneratiaceous +sonnet +sonnetary +sonneteer +sonneteeress +sonnetic +sonneting +sonnetish +sonnetist +sonnetize +sonnetlike +sonnetwise +sonnikins +Sonny +sonny +sonobuoy +sonometer +Sonoran +sonorant +sonorescence +sonorescent +sonoric +sonoriferous +sonoriferously +sonorific +sonority +sonorophone +sonorosity +sonorous +sonorously +sonorousness +Sonrai +sons +sonship +sonsy +sontag +soodle +soodly +Soohong +sook +Sooke +sooky +sool +sooloos +soon +sooner +soonish +soonly +Soorah +soorawn +soord +soorkee +Soot +soot +sooter +sooterkin +sooth +soothe +soother +sootherer +soothful +soothing +soothingly +soothingness +soothless +soothsay +soothsayer +soothsayership +soothsaying +sootily +sootiness +sootless +sootlike +sootproof +sooty +sootylike +sop +sope +soph +Sopheric +Sopherim +Sophia +sophia +Sophian +sophic +sophical +sophically +sophiologic +sophiology +sophism +Sophist +sophister +sophistic +sophistical +sophistically +sophisticalness +sophisticant +sophisticate +sophisticated +sophistication +sophisticative +sophisticator +sophisticism +Sophistress +sophistress +sophistry +Sophoclean +sophomore +sophomoric +sophomorical +sophomorically +Sophora +sophoria +Sophronia +sophronize +Sophy +sophy +sopite +sopition +sopor +soporiferous +soporiferously +soporiferousness +soporific +soporifical +soporifically +soporose +sopper +soppiness +sopping +soppy +soprani +sopranino +sopranist +soprano +sora +Sorabian +sorage +soral +Sorb +sorb +Sorbaria +sorbate +sorbefacient +sorbent +Sorbian +sorbic +sorbile +sorbin +sorbinose +Sorbish +sorbite +sorbitic +sorbitize +sorbitol +Sorbonic +Sorbonical +Sorbonist +Sorbonne +sorbose +sorboside +Sorbus +sorbus +sorcer +sorcerer +sorceress +sorcering +sorcerous +sorcerously +sorcery +sorchin +sorda +Sordaria +Sordariaceae +sordawalite +sordellina +Sordello +sordes +sordid +sordidity +sordidly +sordidness +sordine +sordino +sordor +sore +soredia +soredial +sorediate +sorediferous +sorediform +soredioid +soredium +soree +sorefalcon +sorefoot +sorehawk +sorehead +soreheaded +soreheadedly +soreheadedness +sorehearted +sorehon +sorely +sorema +soreness +Sorex +sorgho +Sorghum +sorghum +sorgo +sori +soricid +Soricidae +soricident +Soricinae +soricine +soricoid +Soricoidea +soriferous +sorite +sorites +soritical +sorn +sornare +sornari +sorner +sorning +soroban +Soroptimist +sororal +sororate +sororial +sororially +sororicidal +sororicide +sorority +sororize +sorose +sorosis +sorosphere +Sorosporella +Sorosporium +sorption +sorra +Sorrel +sorrel +sorrento +sorrily +sorriness +sorroa +sorrow +sorrower +sorrowful +sorrowfully +sorrowfulness +sorrowing +sorrowingly +sorrowless +sorrowproof +sorrowy +sorry +sorryhearted +sorryish +sort +sortable +sortably +sortal +sortation +sorted +sorter +sortie +sortilege +sortileger +sortilegic +sortilegious +sortilegus +sortilegy +sortiment +sortition +sortly +sorty +sorus +sorva +sory +sosh +soshed +Sosia +soso +sosoish +Sospita +soss +sossle +sostenuto +sot +Sotadean +Sotadic +Soter +Soteres +soterial +soteriologic +soteriological +soteriology +Sothiac +Sothiacal +Sothic +Sothis +Sotho +sotie +Sotik +sotnia +sotnik +sotol +sots +sottage +sotted +sotter +sottish +sottishly +sottishness +sou +souari +soubise +soubrette +soubrettish +soucar +souchet +Souchong +souchong +souchy +soud +soudagur +souffle +souffleed +sough +sougher +soughing +sought +Souhegan +soul +soulack +soulcake +souled +Souletin +soulful +soulfully +soulfulness +soulical +soulish +soulless +soullessly +soullessness +soullike +Soulmass +soulsaving +soulward +souly +soum +soumansite +soumarque +sound +soundable +soundage +soundboard +sounder +soundful +soundheaded +soundheadedness +soundhearted +soundheartednes +sounding +soundingly +soundingness +soundless +soundlessly +soundlessness +soundly +soundness +soundproof +soundproofing +soup +soupbone +soupcon +souper +souple +soupless +souplike +soupspoon +soupy +sour +sourbelly +sourberry +sourbread +sourbush +sourcake +source +sourceful +sourcefulness +sourceless +sourcrout +sourdeline +sourdine +soured +souredness +souren +sourer +sourhearted +souring +sourish +sourishly +sourishness +sourjack +sourling +sourly +sourness +sourock +soursop +sourtop +sourweed +sourwood +soury +sousaphone +sousaphonist +souse +souser +souslik +soutane +souter +souterrain +South +south +southard +southbound +Southcottian +Southdown +southeast +southeaster +southeasterly +southeastern +southeasternmost +southeastward +southeastwardly +southeastwards +souther +southerland +southerliness +southerly +southermost +southern +Southerner +southerner +southernism +southernize +southernliness +southernly +southernmost +southernness +southernwood +southing +southland +southlander +southmost +southness +southpaw +Southron +southron +Southronie +Southumbrian +southward +southwardly +southwards +southwest +southwester +southwesterly +southwestern +Southwesterner +southwesternmost +southwestward +southwestwardly +souvenir +souverain +souwester +sov +sovereign +sovereigness +sovereignly +sovereignness +sovereignship +sovereignty +soviet +sovietdom +sovietic +sovietism +sovietist +sovietization +sovietize +sovite +sovkhose +sovkhoz +sovran +sovranty +sow +sowable +sowan +sowans +sowar +sowarry +sowback +sowbacked +sowbane +sowbelly +sowbread +sowdones +sowel +sowens +sower +sowfoot +sowing +sowins +sowl +sowle +sowlike +sowlth +sown +sowse +sowt +sowte +Soxhlet +soy +soya +soybean +Soyot +sozin +sozolic +sozzle +sozzly +spa +Space +space +spaceband +spaced +spaceful +spaceless +spacer +spacesaving +spaceship +spaciness +spacing +spaciosity +spaciotemporal +spacious +spaciously +spaciousness +spack +spacy +spad +spade +spadebone +spaded +spadefish +spadefoot +spadeful +spadelike +spademan +spader +spadesman +spadewise +spadework +spadger +spadiceous +spadices +spadicifloral +spadiciflorous +spadiciform +spadicose +spadilla +spadille +spading +spadix +spadone +spadonic +spadonism +spadrone +spadroon +spae +spaebook +spaecraft +spaedom +spaeman +spaer +spaewife +spaewoman +spaework +spaewright +spaghetti +Spagnuoli +spagyric +spagyrical +spagyrically +spagyrist +spahi +spaid +spaik +spairge +spak +Spalacidae +spalacine +Spalax +spald +spalder +spalding +spale +spall +spallation +spaller +spalling +spalpeen +spalt +span +spancel +spandle +spandrel +spandy +spane +spanemia +spanemy +spang +spanghew +spangle +spangled +spangler +spanglet +spangly +spangolite +Spaniard +Spaniardization +Spaniardize +Spaniardo +spaniel +spaniellike +spanielship +spaning +Spaniol +Spaniolate +Spanioli +Spaniolize +spanipelagic +Spanish +Spanishize +Spanishly +spank +spanker +spankily +spanking +spankingly +spanky +spanless +spann +spannel +spanner +spannerman +spanopnoea +spanpiece +spantoon +spanule +spanworm +Spar +spar +sparable +sparada +sparadrap +sparagrass +sparagus +Sparassis +sparassodont +Sparassodonta +Sparaxis +sparaxis +sparch +spare +spareable +spareless +sparely +spareness +sparer +sparerib +sparesome +Sparganiaceae +Sparganium +sparganium +sparganosis +sparganum +sparge +sparger +spargosis +sparhawk +sparid +Sparidae +sparing +sparingly +sparingness +spark +sparkback +sparked +sparker +sparkiness +sparking +sparkish +sparkishly +sparkishness +sparkle +sparkleberry +sparkler +sparkless +sparklessly +sparklet +sparklike +sparkliness +sparkling +sparklingly +sparklingness +sparkly +sparkproof +sparks +sparky +sparlike +sparling +sparm +Sparmannia +Sparnacian +sparoid +sparpiece +sparred +sparrer +sparring +sparringly +sparrow +sparrowbill +sparrowcide +sparrowdom +sparrowgrass +sparrowish +sparrowless +sparrowlike +sparrowtail +sparrowtongue +sparrowwort +sparrowy +sparry +sparse +sparsedly +sparsely +sparsile +sparsioplast +sparsity +spart +Spartacan +Spartacide +Spartacism +Spartacist +spartacist +Spartan +Spartanhood +Spartanic +Spartanically +Spartanism +Spartanize +Spartanlike +Spartanly +sparteine +sparterie +sparth +Spartiate +Spartina +Spartium +spartle +Sparus +sparver +spary +spasm +spasmatic +spasmatical +spasmatomancy +spasmed +spasmic +spasmodic +spasmodical +spasmodically +spasmodicalness +spasmodism +spasmodist +spasmolytic +spasmophilia +spasmophilic +spasmotin +spasmotoxin +spasmous +Spass +spastic +spastically +spasticity +spat +spatalamancy +Spatangida +Spatangina +spatangoid +Spatangoida +Spatangoidea +spatangoidean +Spatangus +spatchcock +spate +spatha +spathaceous +spathal +spathe +spathed +spatheful +spathic +Spathiflorae +spathilae +spathilla +spathose +spathous +spathulate +Spathyema +spatial +spatiality +spatialization +spatialize +spatially +spatiate +spatiation +spatilomancy +spatiotemporal +spatling +spatted +spatter +spatterdashed +spatterdasher +spatterdock +spattering +spatteringly +spatterproof +spatterwork +spatting +spattle +spattlehoe +Spatula +spatula +spatulamancy +spatular +spatulate +spatulation +spatule +spatuliform +spatulose +spave +spaver +spavie +spavied +spaviet +spavin +spavindy +spavined +spawn +spawneater +spawner +spawning +spawny +spay +spayad +spayard +spaying +speak +speakable +speakableness +speakably +speaker +speakeress +speakership +speakhouse +speakies +speaking +speakingly +speakingness +speakless +speaklessly +speal +spealbone +spean +spear +spearcast +spearer +spearfish +spearflower +spearhead +spearing +spearman +spearmanship +spearmint +spearproof +spearsman +spearwood +spearwort +speary +spec +specchie +spece +special +specialism +specialist +specialistic +speciality +specialization +specialize +specialized +specializer +specially +specialness +specialty +speciation +specie +species +speciestaler +specifiable +specific +specifical +specificality +specifically +specificalness +specificate +specification +specificative +specificatively +specificity +specificize +specificly +specificness +specifier +specifist +specify +specillum +specimen +specimenize +speciology +speciosity +specious +speciously +speciousness +speck +specked +speckedness +speckfall +speckiness +specking +speckle +specklebelly +specklebreast +speckled +speckledbill +speckledness +speckless +specklessly +specklessness +speckling +speckly +speckproof +specks +specksioneer +specky +specs +spectacle +spectacled +spectacleless +spectaclelike +spectaclemaker +spectaclemaking +spectacles +spectacular +spectacularism +spectacularity +spectacularly +spectator +spectatordom +spectatorial +spectatorship +spectatory +spectatress +spectatrix +specter +spectered +specterlike +spectra +spectral +spectralism +spectrality +spectrally +spectralness +spectrobolograph +spectrobolographic +spectrobolometer +spectrobolometric +spectrochemical +spectrochemistry +spectrocolorimetry +spectrocomparator +spectroelectric +spectrogram +spectrograph +spectrographic +spectrographically +spectrography +spectroheliogram +spectroheliograph +spectroheliographic +spectrohelioscope +spectrological +spectrologically +spectrology +spectrometer +spectrometric +spectrometry +spectromicroscope +spectromicroscopical +spectrophobia +spectrophone +spectrophonic +spectrophotoelectric +spectrophotograph +spectrophotography +spectrophotometer +spectrophotometric +spectrophotometry +spectropolarimeter +spectropolariscope +spectropyrheliometer +spectropyrometer +spectroradiometer +spectroradiometric +spectroradiometry +spectroscope +spectroscopic +spectroscopically +spectroscopist +spectroscopy +spectrotelescope +spectrous +spectrum +spectry +specula +specular +Specularia +specularly +speculate +speculation +speculatist +speculative +speculatively +speculativeness +speculativism +speculator +speculatory +speculatrices +speculatrix +speculist +speculum +specus +sped +speech +speechcraft +speecher +speechful +speechfulness +speechification +speechifier +speechify +speeching +speechless +speechlessly +speechlessness +speechlore +speechmaker +speechmaking +speechment +speed +speedaway +speedboat +speedboating +speedboatman +speeder +speedful +speedfully +speedfulness +speedily +speediness +speeding +speedingly +speedless +speedometer +speedster +speedway +speedwell +speedy +speel +speelken +speelless +speen +speer +speering +speerity +speiskobalt +speiss +spekboom +spelaean +spelder +spelding +speldring +speleological +speleologist +speleology +spelk +spell +spellable +spellbind +spellbinder +spellbinding +spellbound +spellcraft +spelldown +speller +spellful +spelling +spellingdown +spellingly +spellmonger +spellproof +spellword +spellwork +spelt +spelter +spelterman +speltoid +speltz +speluncar +speluncean +spelunk +spelunker +spence +Spencean +Spencer +spencer +Spencerian +Spencerianism +Spencerism +spencerite +spend +spendable +spender +spendful +spendible +spending +spendless +spendthrift +spendthrifty +Spenerism +spense +Spenserian +spent +speos +Speotyto +sperable +Speranza +sperate +Spergula +Spergularia +sperity +sperket +sperling +sperm +sperma +spermaceti +spermacetilike +spermaduct +spermalist +Spermaphyta +spermaphyte +spermaphytic +spermarium +spermary +spermashion +spermatangium +spermatheca +spermathecal +spermatic +spermatically +spermatid +spermatiferous +spermatin +spermatiogenous +spermation +spermatiophore +spermatism +spermatist +spermatitis +spermatium +spermatize +spermatoblast +spermatoblastic +spermatocele +spermatocyst +spermatocystic +spermatocystitis +spermatocytal +spermatocyte +spermatogemma +spermatogenesis +spermatogenetic +spermatogenic +spermatogenous +spermatogeny +spermatogonial +spermatogonium +spermatoid +spermatolysis +spermatolytic +spermatophoral +spermatophore +spermatophorous +Spermatophyta +spermatophyte +spermatophytic +spermatoplasm +spermatoplasmic +spermatoplast +spermatorrhea +spermatospore +spermatotheca +spermatova +spermatovum +spermatoxin +spermatozoa +spermatozoal +spermatozoan +spermatozoic +spermatozoid +spermatozoon +spermaturia +spermic +spermidine +spermiducal +spermiduct +spermigerous +spermine +spermiogenesis +spermism +spermist +spermoblast +spermoblastic +spermocarp +spermocenter +spermoderm +spermoduct +spermogenesis +spermogenous +spermogone +spermogoniferous +spermogonium +spermogonous +spermologer +spermological +spermologist +spermology +spermolysis +spermolytic +spermophile +spermophiline +Spermophilus +spermophore +spermophorium +Spermophyta +spermophyte +spermophytic +spermosphere +spermotheca +spermotoxin +spermous +spermoviduct +spermy +speronara +speronaro +sperone +sperrylite +spessartite +spet +spetch +spetrophoby +speuchan +spew +spewer +spewiness +spewing +spewy +spex +sphacel +Sphacelaria +Sphacelariaceae +sphacelariaceous +Sphacelariales +sphacelate +sphacelated +sphacelation +sphacelia +sphacelial +sphacelism +sphaceloderma +Sphaceloma +sphacelotoxin +sphacelous +sphacelus +Sphaeralcea +sphaeraphides +Sphaerella +sphaerenchyma +Sphaeriaceae +sphaeriaceous +Sphaeriales +sphaeridia +sphaeridial +sphaeridium +Sphaeriidae +Sphaerioidaceae +sphaeristerium +sphaerite +Sphaerium +sphaeroblast +Sphaerobolaceae +Sphaerobolus +Sphaerocarpaceae +Sphaerocarpales +Sphaerocarpus +sphaerocobaltite +Sphaerococcaceae +sphaerococcaceous +Sphaerococcus +sphaerolite +sphaerolitic +Sphaeroma +Sphaeromidae +Sphaerophoraceae +Sphaerophorus +Sphaeropsidaceae +Sphaeropsidales +Sphaeropsis +sphaerosiderite +sphaerosome +sphaerospore +Sphaerostilbe +Sphaerotheca +Sphaerotilus +sphagion +Sphagnaceae +sphagnaceous +Sphagnales +sphagnicolous +sphagnologist +sphagnology +sphagnous +Sphagnum +sphagnum +Sphakiot +sphalerite +Sphargis +sphecid +Sphecidae +Sphecina +Sphecoidea +spheges +sphegid +Sphegidae +Sphegoidea +sphendone +sphene +sphenethmoid +sphenethmoidal +sphenic +sphenion +Sphenisci +Spheniscidae +Sphenisciformes +spheniscine +spheniscomorph +Spheniscomorphae +spheniscomorphic +Spheniscus +sphenobasilar +sphenobasilic +sphenocephalia +sphenocephalic +sphenocephalous +sphenocephaly +Sphenodon +sphenodon +sphenodont +Sphenodontia +Sphenodontidae +sphenoethmoid +sphenoethmoidal +sphenofrontal +sphenogram +sphenographic +sphenographist +sphenography +sphenoid +sphenoidal +sphenoiditis +sphenolith +sphenomalar +sphenomandibular +sphenomaxillary +sphenopalatine +sphenoparietal +sphenopetrosal +Sphenophorus +Sphenophyllaceae +sphenophyllaceous +Sphenophyllales +Sphenophyllum +Sphenopteris +sphenosquamosal +sphenotemporal +sphenotic +sphenotribe +sphenotripsy +sphenoturbinal +sphenovomerine +sphenozygomatic +spherable +spheral +spherality +spheraster +spheration +sphere +sphereless +spheric +spherical +sphericality +spherically +sphericalness +sphericist +sphericity +sphericle +sphericocylindrical +sphericotetrahedral +sphericotriangular +spherics +spheriform +spherify +spheroconic +spherocrystal +spherograph +spheroidal +spheroidally +spheroidic +spheroidical +spheroidically +spheroidicity +spheroidism +spheroidity +spheroidize +spheromere +spherometer +spheroquartic +spherula +spherular +spherulate +spherule +spherulite +spherulitic +spherulitize +sphery +spheterize +Sphex +sphexide +sphincter +sphincteral +sphincteralgia +sphincterate +sphincterectomy +sphincterial +sphincteric +sphincterismus +sphincteroscope +sphincteroscopy +sphincterotomy +sphindid +Sphindidae +Sphindus +sphingal +sphinges +sphingid +Sphingidae +sphingiform +sphingine +sphingoid +sphingometer +sphingomyelin +sphingosine +Sphingurinae +Sphingurus +sphinx +sphinxian +sphinxianness +sphinxlike +Sphoeroides +sphragide +sphragistic +sphragistics +sphygmia +sphygmic +sphygmochronograph +sphygmodic +sphygmogram +sphygmograph +sphygmographic +sphygmography +sphygmoid +sphygmology +sphygmomanometer +sphygmomanometric +sphygmomanometry +sphygmometer +sphygmometric +sphygmophone +sphygmophonic +sphygmoscope +sphygmus +Sphyraena +sphyraenid +Sphyraenidae +sphyraenoid +Sphyrapicus +Sphyrna +Sphyrnidae +Spica +spica +spical +spicant +Spicaria +spicate +spicated +spiccato +spice +spiceable +spiceberry +spicebush +spicecake +spiced +spiceful +spicehouse +spiceland +spiceless +spicelike +spicer +spicery +spicewood +spiciferous +spiciform +spicigerous +spicilege +spicily +spiciness +spicing +spick +spicket +spickle +spicknel +spicose +spicosity +spicous +spicousness +spicula +spiculae +spicular +spiculate +spiculated +spiculation +spicule +spiculiferous +spiculiform +spiculigenous +spiculigerous +spiculofiber +spiculose +spiculous +spiculum +spiculumamoris +spicy +spider +spidered +spiderflower +spiderish +spiderless +spiderlike +spiderling +spiderly +spiderweb +spiderwork +spiderwort +spidery +spidger +spied +spiegel +spiegeleisen +spiel +spieler +spier +spiff +spiffed +spiffily +spiffiness +spiffing +spiffy +spiflicate +spiflicated +spiflication +spig +Spigelia +Spigeliaceae +Spigelian +spiggoty +spignet +spigot +Spike +spike +spikebill +spiked +spikedness +spikefish +spikehorn +spikelet +spikelike +spikenard +spiker +spiketail +spiketop +spikeweed +spikewise +spikily +spikiness +spiking +spiky +Spilanthes +spile +spilehole +spiler +spileworm +spilikin +spiling +spilite +spilitic +spill +spillage +spiller +spillet +spillproof +spillway +spilly +Spilogale +spiloma +spilosite +spilt +spilth +spilus +spin +spina +spinacene +spinaceous +spinach +spinachlike +Spinacia +spinae +spinage +spinal +spinales +spinalis +spinally +spinate +spinder +spindlage +spindle +spindleage +spindled +spindleful +spindlehead +spindlelegs +spindlelike +spindler +spindleshanks +spindletail +spindlewise +spindlewood +spindleworm +spindliness +spindling +spindly +spindrift +spine +spinebill +spinebone +spined +spinel +spineless +spinelessly +spinelessness +spinelet +spinelike +spinescence +spinescent +spinet +spinetail +spingel +spinibulbar +spinicarpous +spinicerebellar +spinidentate +spiniferous +Spinifex +spinifex +spiniform +spinifugal +spinigerous +spinigrade +spininess +spinipetal +spinitis +spinituberculate +spink +spinnable +spinnaker +spinner +spinneret +spinnerular +spinnerule +spinnery +spinney +spinning +spinningly +spinobulbar +spinocarpous +spinocerebellar +spinogalvanization +spinoglenoid +spinoid +spinomuscular +spinoneural +spinoperipheral +spinose +spinosely +spinoseness +spinosity +spinosodentate +spinosodenticulate +spinosotubercular +spinosotuberculate +spinosympathetic +spinotectal +spinothalamic +spinotuberculous +spinous +spinousness +Spinozism +Spinozist +Spinozistic +spinster +spinsterdom +spinsterhood +spinsterial +spinsterish +spinsterishly +spinsterism +spinsterlike +spinsterly +spinsterous +spinstership +spinstress +spintext +spinthariscope +spinthariscopic +spintherism +spinulate +spinulation +spinule +spinulescent +spinuliferous +spinuliform +Spinulosa +spinulose +spinulosely +spinulosociliate +spinulosodentate +spinulosodenticulate +spinulosogranulate +spinulososerrate +spinulous +spiny +spionid +Spionidae +Spioniformia +spiracle +spiracula +spiracular +spiraculate +spiraculiferous +spiraculiform +spiraculum +Spiraea +Spiraeaceae +spiral +spirale +spiraled +spiraliform +spiralism +spirality +spiralization +spiralize +spirally +spiraloid +spiraltail +spiralwise +spiran +spirant +Spiranthes +spiranthic +spiranthy +spirantic +spirantize +spiraster +spirate +spirated +spiration +spire +spirea +spired +spiregrass +spireless +spirelet +spireme +spirepole +spireward +spirewise +spiricle +Spirifer +Spirifera +Spiriferacea +spiriferid +Spiriferidae +spiriferoid +spiriferous +spiriform +spirignath +spirignathous +spirilla +Spirillaceae +spirillaceous +spirillar +spirillolysis +spirillosis +spirillotropic +spirillotropism +spirillum +spiring +spirit +spiritally +spiritdom +spirited +spiritedly +spiritedness +spiriter +spiritful +spiritfully +spiritfulness +spirithood +spiriting +spiritism +spiritist +spiritistic +spiritize +spiritland +spiritleaf +spiritless +spiritlessly +spiritlessness +spiritlike +spiritmonger +spiritous +spiritrompe +spiritsome +spiritual +spiritualism +spiritualist +spiritualistic +spiritualistically +spirituality +spiritualization +spiritualize +spiritualizer +spiritually +spiritualness +spiritualship +spiritualty +spirituosity +spirituous +spirituously +spirituousness +spiritus +spiritweed +spirity +spirivalve +spirket +spirketing +spirling +spiro +Spirobranchia +Spirobranchiata +spirobranchiate +Spirochaeta +Spirochaetaceae +spirochaetal +Spirochaetales +Spirochaete +spirochetal +spirochete +spirochetemia +spirochetic +spirocheticidal +spirocheticide +spirochetosis +spirochetotic +Spirodela +spirogram +spirograph +spirographidin +spirographin +Spirographis +Spirogyra +spiroid +spiroloculine +spirometer +spirometric +spirometrical +spirometry +Spironema +spiropentane +Spirophyton +Spirorbis +spiroscope +Spirosoma +spirous +spirt +Spirula +spirulate +spiry +spise +spissated +spissitude +Spisula +spit +spital +spitball +spitballer +spitbox +spitchcock +spite +spiteful +spitefully +spitefulness +spiteless +spiteproof +spitfire +spitful +spithamai +spithame +spitish +spitpoison +spitscocked +spitstick +spitted +spitten +spitter +spitting +spittle +spittlefork +spittlestaff +spittoon +spitz +Spitzenburg +spitzkop +spiv +spivery +Spizella +spizzerinctum +Splachnaceae +splachnaceous +splachnoid +Splachnum +splacknuck +splairge +splanchnapophysial +splanchnapophysis +splanchnectopia +splanchnemphraxis +splanchnesthesia +splanchnesthetic +splanchnic +splanchnoblast +splanchnocoele +splanchnoderm +splanchnodiastasis +splanchnodynia +splanchnographer +splanchnographical +splanchnography +splanchnolith +splanchnological +splanchnologist +splanchnology +splanchnomegalia +splanchnomegaly +splanchnopathy +splanchnopleural +splanchnopleure +splanchnopleuric +splanchnoptosia +splanchnoptosis +splanchnosclerosis +splanchnoscopy +splanchnoskeletal +splanchnoskeleton +splanchnosomatic +splanchnotomical +splanchnotomy +splanchnotribe +splash +splashboard +splashed +splasher +splashiness +splashing +splashingly +splashproof +splashy +splat +splatch +splatcher +splatchy +splathering +splatter +splatterdash +splatterdock +splatterer +splatterfaced +splatterwork +splay +splayed +splayer +splayfoot +splayfooted +splaymouth +splaymouthed +spleen +spleenful +spleenfully +spleenish +spleenishly +spleenishness +spleenless +spleenwort +spleeny +spleet +spleetnew +splenadenoma +splenalgia +splenalgic +splenalgy +splenatrophia +splenatrophy +splenauxe +splenculus +splendacious +splendaciously +splendaciousness +splendent +splendently +splender +splendescent +splendid +splendidly +splendidness +splendiferous +splendiferously +splendiferousness +splendor +splendorous +splendorproof +splendourproof +splenectama +splenectasis +splenectomist +splenectomize +splenectomy +splenectopia +splenectopy +splenelcosis +splenemia +splenemphraxis +spleneolus +splenepatitis +splenetic +splenetical +splenetically +splenetive +splenial +splenic +splenical +splenicterus +splenification +spleniform +splenitis +splenitive +splenium +splenius +splenization +splenoblast +splenocele +splenoceratosis +splenocleisis +splenocolic +splenocyte +splenodiagnosis +splenodynia +splenography +splenohemia +splenoid +splenolaparotomy +splenology +splenolymph +splenolymphatic +splenolysin +splenolysis +splenoma +splenomalacia +splenomedullary +splenomegalia +splenomegalic +splenomegaly +splenomyelogenous +splenoncus +splenonephric +splenopancreatic +splenoparectama +splenoparectasis +splenopathy +splenopexia +splenopexis +splenopexy +splenophrenic +splenopneumonia +splenoptosia +splenoptosis +splenorrhagia +splenorrhaphy +splenotomy +splenotoxin +splenotyphoid +splenulus +splenunculus +splet +spleuchan +splice +spliceable +splicer +splicing +splinder +spline +splineway +splint +splintage +splinter +splinterd +splinterless +splinternew +splinterproof +splintery +splintwood +splinty +split +splitbeak +splitfinger +splitfruit +splitmouth +splitnew +splitsaw +splittail +splitten +splitter +splitting +splitworm +splodge +splodgy +splore +splosh +splotch +splotchily +splotchiness +splotchy +splother +splunge +splurge +splurgily +splurgy +splurt +spluther +splutter +splutterer +spoach +Spock +spode +spodiosite +spodium +spodogenic +spodogenous +spodomancy +spodomantic +spodumene +spoffish +spoffle +spoffy +spogel +spoil +spoilable +spoilage +spoilation +spoiled +spoiler +spoilfive +spoilful +spoiling +spoilless +spoilment +spoilsman +spoilsmonger +spoilsport +spoilt +Spokan +spoke +spokeless +spoken +spokeshave +spokesman +spokesmanship +spokester +spokeswoman +spokeswomanship +spokewise +spoky +spole +spolia +spoliarium +spoliary +spoliate +spoliation +spoliator +spoliatory +spolium +spondaic +spondaical +spondaize +spondean +spondee +spondiac +Spondiaceae +Spondias +spondulics +spondyl +spondylalgia +spondylarthritis +spondylarthrocace +spondylexarthrosis +spondylic +spondylid +Spondylidae +spondylioid +spondylitic +spondylitis +spondylium +spondylizema +spondylocace +Spondylocladium +spondylodiagnosis +spondylodidymia +spondylodymus +spondyloid +spondylolisthesis +spondylolisthetic +spondylopathy +spondylopyosis +spondyloschisis +spondylosis +spondylosyndesis +spondylotherapeutics +spondylotherapist +spondylotherapy +spondylotomy +spondylous +Spondylus +spondylus +spong +sponge +spongecake +sponged +spongeful +spongeless +spongelet +spongelike +spongeous +spongeproof +sponger +spongewood +Spongiae +spongian +spongicolous +spongiculture +Spongida +spongiferous +spongiform +Spongiidae +Spongilla +spongillid +Spongillidae +spongilline +spongily +spongin +sponginblast +sponginblastic +sponginess +sponging +spongingly +spongioblast +spongioblastoma +spongiocyte +spongiolin +spongiopilin +spongioplasm +spongioplasmic +spongiose +spongiosity +spongiousness +Spongiozoa +spongiozoon +spongoblast +spongoblastic +spongoid +spongology +spongophore +Spongospora +spongy +sponsal +sponsalia +sponsibility +sponsible +sponsing +sponsion +sponsional +sponson +sponsor +sponsorial +sponsorship +sponspeck +spontaneity +spontaneous +spontaneously +spontaneousness +spontoon +spoof +spoofer +spoofery +spoofish +spook +spookdom +spookery +spookily +spookiness +spookish +spookism +spookist +spookological +spookologist +spookology +spooky +spool +spooler +spoolful +spoollike +spoolwood +spoom +spoon +spoonbill +spoondrift +spooner +spoonerism +spooneyism +spooneyly +spooneyness +spoonflower +spoonful +spoonhutch +spoonily +spooniness +spooning +spoonism +spoonless +spoonlike +spoonmaker +spoonmaking +spoonways +spoonwood +spoony +spoonyism +spoor +spoorer +spoot +spor +sporabola +sporaceous +sporades +sporadial +sporadic +sporadical +sporadically +sporadicalness +sporadicity +sporadism +sporadosiderite +sporal +sporange +sporangia +sporangial +sporangidium +sporangiferous +sporangiform +sporangioid +sporangiola +sporangiole +sporangiolum +sporangiophore +sporangiospore +sporangite +Sporangites +sporangium +sporation +spore +spored +sporeformer +sporeforming +sporeling +sporicide +sporid +sporidesm +sporidia +sporidial +sporidiferous +sporidiole +sporidiolum +sporidium +sporiferous +sporification +sporiparity +sporiparous +sporoblast +Sporobolus +sporocarp +sporocarpium +Sporochnaceae +Sporochnus +sporocyst +sporocystic +sporocystid +sporocyte +sporodochia +sporodochium +sporoduct +sporogenesis +sporogenic +sporogenous +sporogeny +sporogone +sporogonial +sporogonic +sporogonium +sporogony +sporoid +sporologist +sporomycosis +sporont +sporophore +sporophoric +sporophorous +sporophydium +sporophyll +sporophyllary +sporophyllum +sporophyte +sporophytic +sporoplasm +sporosac +sporostegium +sporostrote +sporotrichosis +sporotrichotic +Sporotrichum +sporous +Sporozoa +sporozoal +sporozoan +sporozoic +sporozoite +sporozoon +sporran +sport +sportability +sportable +sportance +sporter +sportful +sportfully +sportfulness +sportily +sportiness +sporting +sportingly +sportive +sportively +sportiveness +sportless +sportling +sportly +sports +sportsman +sportsmanlike +sportsmanliness +sportsmanly +sportsmanship +sportsome +sportswear +sportswoman +sportswomanly +sportswomanship +sportula +sportulae +sporty +sporular +sporulate +sporulation +sporule +sporuliferous +sporuloid +sposh +sposhy +spot +spotless +spotlessly +spotlessness +spotlight +spotlighter +spotlike +spotrump +spotsman +spottable +spotted +spottedly +spottedness +spotteldy +spotter +spottily +spottiness +spotting +spottle +spotty +spoucher +spousage +spousal +spousally +spouse +spousehood +spouseless +spousy +spout +spouter +spoutiness +spouting +spoutless +spoutlike +spoutman +spouty +sprachle +sprack +sprackish +sprackle +sprackly +sprackness +sprad +spraddle +sprag +spragger +spraggly +spraich +sprain +spraint +spraints +sprang +sprangle +sprangly +sprank +sprat +spratter +spratty +sprauchle +sprawl +sprawler +sprawling +sprawlingly +sprawly +spray +sprayboard +sprayer +sprayey +sprayful +sprayfully +sprayless +spraylike +sprayproof +spread +spreadation +spreadboard +spreaded +spreader +spreadhead +spreading +spreadingly +spreadingness +spreadover +spready +spreaghery +spreath +spreckle +spree +spreeuw +Sprekelia +spreng +sprent +spret +sprew +sprewl +spridhogue +spried +sprier +spriest +sprig +sprigged +sprigger +spriggy +sprightful +sprightfully +sprightfulness +sprightlily +sprightliness +sprightly +sprighty +spriglet +sprigtail +Spring +spring +springal +springald +springboard +springbok +springbuck +springe +springer +springerle +springfinger +springfish +springful +springhaas +springhalt +springhead +springhouse +springily +springiness +springing +springingly +springle +springless +springlet +springlike +springly +springmaker +springmaking +springtail +springtide +springtime +springtrap +springwood +springworm +springwort +springwurzel +springy +sprink +sprinkle +sprinkled +sprinkleproof +sprinkler +sprinklered +sprinkling +sprint +sprinter +sprit +sprite +spritehood +spritsail +sprittail +sprittie +spritty +sproat +sprocket +sprod +sprogue +sproil +sprong +sprose +sprottle +sprout +sproutage +sprouter +sproutful +sprouting +sproutland +sproutling +sprowsy +spruce +sprucely +spruceness +sprucery +sprucification +sprucify +sprue +spruer +sprug +spruiker +spruit +sprung +sprunny +sprunt +spruntly +spry +spryly +spryness +spud +Spudboy +spudder +spuddle +spuddy +spuffle +spug +spuilyie +spuilzie +spuke +spume +spumescence +spumescent +spumiferous +spumification +spumiform +spumone +spumose +spumous +spumy +spun +spung +spunk +spunkie +spunkily +spunkiness +spunkless +spunky +spunny +spur +spurflower +spurgall +spurge +spurgewort +spuriae +spuriosity +spurious +spuriously +spuriousness +Spurius +spurl +spurless +spurlet +spurlike +spurling +spurmaker +spurmoney +spurn +spurner +spurnpoint +spurnwater +spurproof +spurred +spurrer +spurrial +spurrier +spurrings +spurrite +spurry +spurt +spurter +spurtive +spurtively +spurtle +spurway +spurwing +spurwinged +spurwort +sput +sputa +sputative +sputter +sputterer +sputtering +sputteringly +sputtery +sputum +sputumary +sputumose +sputumous +Spy +spy +spyboat +spydom +spyer +spyfault +spyglass +spyhole +spyism +spyproof +Spyros +spyship +spytower +squab +squabash +squabasher +squabbed +squabbish +squabble +squabbler +squabbling +squabblingly +squabbly +squabby +squacco +squad +squaddy +squadrate +squadrism +squadron +squadrone +squadroned +squail +squailer +squalene +Squali +squalid +Squalida +Squalidae +squalidity +squalidly +squalidness +squaliform +squall +squaller +squallery +squallish +squally +squalm +Squalodon +squalodont +Squalodontidae +squaloid +Squaloidei +squalor +Squalus +squam +squama +squamaceous +squamae +Squamariaceae +Squamata +squamate +squamated +squamatine +squamation +squamatogranulous +squamatotuberculate +squame +squamella +squamellate +squamelliferous +squamelliform +squameous +squamiferous +squamiform +squamify +squamigerous +squamipennate +Squamipennes +squamipinnate +Squamipinnes +squamocellular +squamoepithelial +squamoid +squamomastoid +squamoparietal +squamopetrosal +squamosa +squamosal +squamose +squamosely +squamoseness +squamosis +squamosity +squamosodentated +squamosoimbricated +squamosomaxillary +squamosoparietal +squamosoradiate +squamosotemporal +squamosozygomatic +squamosphenoid +squamosphenoidal +squamotemporal +squamous +squamously +squamousness +squamozygomatic +Squamscot +squamula +squamulae +squamulate +squamulation +squamule +squamuliform +squamulose +squander +squanderer +squanderingly +squandermania +squandermaniac +squantum +squarable +square +squareage +squarecap +squared +squaredly +squareface +squareflipper +squarehead +squarelike +squarely +squareman +squaremouth +squareness +squarer +squaretail +squarewise +squaring +squarish +squarishly +squark +squarrose +squarrosely +squarrous +squarrulose +squarson +squarsonry +squary +squash +squashberry +squasher +squashily +squashiness +squashy +squat +Squatarola +squatarole +Squatina +squatina +squatinid +Squatinidae +squatinoid +Squatinoidei +squatly +squatment +squatmore +squatness +squattage +squatted +squatter +squatterarchy +squatterdom +squatterproof +squattily +squattiness +squatting +squattingly +squattish +squattocracy +squattocratic +squatty +squatwise +squaw +squawberry +squawbush +squawdom +squawfish +squawflower +squawk +squawker +squawkie +squawking +squawkingly +squawky +Squawmish +squawroot +Squawtits +squawweed +Squaxon +squdge +squdgy +squeak +squeaker +squeakery +squeakily +squeakiness +squeaking +squeakingly +squeaklet +squeakproof +squeaky +squeakyish +squeal +squeald +squealer +squealing +squeam +squeamish +squeamishly +squeamishness +squeamous +squeamy +Squedunk +squeege +squeegee +squeezability +squeezable +squeezableness +squeezably +squeeze +squeezeman +squeezer +squeezing +squeezingly +squeezy +squelch +squelcher +squelchily +squelchiness +squelching +squelchingly +squelchingness +squelchy +squench +squencher +squeteague +squib +squibber +squibbery +squibbish +squiblet +squibling +squid +squiddle +squidge +squidgereen +squidgy +squiffed +squiffer +squiffy +squiggle +squiggly +squilgee +squilgeer +Squill +Squilla +squilla +squillagee +squillery +squillian +squillid +Squillidae +squilloid +Squilloidea +squimmidge +squin +squinance +squinancy +squinch +squinny +squinsy +squint +squinted +squinter +squinting +squintingly +squintingness +squintly +squintness +squinty +squirage +squiralty +squire +squirearch +squirearchal +squirearchical +squirearchy +squiredom +squireen +squirehood +squireless +squirelet +squirelike +squireling +squirely +squireocracy +squireship +squiress +squiret +squirewise +squirish +squirism +squirk +squirm +squirminess +squirming +squirmingly +squirmy +squirr +squirrel +squirrelfish +squirrelian +squirreline +squirrelish +squirrellike +squirrelproof +squirreltail +squirt +squirter +squirtiness +squirting +squirtingly +squirtish +squirty +squish +squishy +squit +squitch +squitchy +squitter +squoze +squush +squushy +sraddha +sramana +Sri +sri +Sridhar +Sridharan +Srikanth +Srinivas +Srinivasan +Sriram +Srivatsan +sruti +Ssi +ssu +st +staab +Staatsrat +stab +stabber +stabbing +stabbingly +stabile +stabilify +stabilist +stabilitate +stability +stabilization +stabilizator +stabilize +stabilizer +stable +stableboy +stableful +stablekeeper +stablelike +stableman +stableness +stabler +stablestand +stableward +stablewards +stabling +stablishment +stably +staboy +stabproof +stabulate +stabulation +stabwort +staccato +Stacey +stacher +stachydrin +stachydrine +stachyose +Stachys +stachys +Stachytarpheta +Stachyuraceae +stachyuraceous +Stachyurus +stack +stackage +stackencloud +stacker +stackfreed +stackful +stackgarth +Stackhousia +Stackhousiaceae +stackhousiaceous +stackless +stackman +stackstand +stackyard +stacte +stactometer +Stacy +stadda +staddle +staddling +stade +stadholder +stadholderate +stadholdership +stadhouse +stadia +stadic +stadimeter +stadiometer +stadion +stadium +stafette +staff +staffed +staffelite +staffer +staffless +staffman +stag +stagbush +stage +stageability +stageable +stageableness +stageably +stagecoach +stagecoaching +stagecraft +staged +stagedom +stagehand +stagehouse +stageland +stagelike +stageman +stager +stagery +stagese +stagewise +stageworthy +stagewright +staggard +staggart +staggarth +Stagger +stagger +staggerbush +staggerer +staggering +staggeringly +staggers +staggerweed +staggerwort +staggery +staggie +staggy +staghead +staghorn +staghound +staghunt +staghunter +staghunting +stagiary +stagily +staginess +staging +Stagirite +Stagiritic +staglike +stagmometer +stagnance +stagnancy +stagnant +stagnantly +stagnantness +stagnate +stagnation +stagnatory +stagnature +stagnicolous +stagnize +stagnum +Stagonospora +stagskin +stagworm +stagy +Stahlhelm +Stahlhelmer +Stahlhelmist +Stahlian +Stahlianism +Stahlism +staia +staid +staidly +staidness +stain +stainability +stainable +stainableness +stainably +stainer +stainful +stainierite +staining +stainless +stainlessly +stainlessness +stainproof +staio +stair +stairbeak +stairbuilder +stairbuilding +staircase +staired +stairhead +stairless +stairlike +stairstep +stairway +stairwise +stairwork +stairy +staith +staithman +staiver +stake +stakehead +stakeholder +stakemaster +staker +stakerope +Stakhanovism +Stakhanovite +stalactic +stalactical +stalactiform +stalactital +stalactite +stalactited +stalactitic +stalactitical +stalactitically +stalactitiform +stalactitious +stalagma +stalagmite +stalagmitic +stalagmitical +stalagmitically +stalagmometer +stalagmometric +stalagmometry +stale +stalely +stalemate +staleness +staling +Stalinism +Stalinist +Stalinite +stalk +stalkable +stalked +stalker +stalkily +stalkiness +stalking +stalkingly +stalkless +stalklet +stalklike +stalko +stalky +stall +stallage +stallar +stallboard +stallenger +staller +stallership +stalling +stallion +stallionize +stallman +stallment +stalwart +stalwartism +stalwartize +stalwartly +stalwartness +stam +stambha +stambouline +stamen +stamened +stamin +stamina +staminal +staminate +stamineal +stamineous +staminiferous +staminigerous +staminode +staminodium +staminody +stammel +stammer +stammerer +stammering +stammeringly +stammeringness +stammerwort +stamnos +stamp +stampable +stampage +stampedable +stampede +stampeder +stampedingly +stampee +stamper +stampery +stamphead +Stampian +stamping +stample +stampless +stampman +stampsman +stampweed +Stan +stance +stanch +stanchable +stanchel +stancheled +stancher +stanchion +stanchless +stanchly +stanchness +stand +standage +standard +standardbred +standardizable +standardization +standardize +standardized +standardizer +standardwise +standee +standel +standelwelks +standelwort +stander +standergrass +standerwort +standfast +standing +standish +standoff +standoffish +standoffishness +standout +standpat +standpatism +standpatter +standpipe +standpoint +standpost +standstill +stane +stanechat +stang +Stangeria +stanhope +Stanhopea +stanine +Stanislaw +stanjen +stank +stankie +Stanley +Stanly +stannane +stannary +stannate +stannator +stannel +stanner +stannery +stannic +stannide +stanniferous +stannite +stanno +stannotype +stannous +stannoxyl +stannum +stannyl +stanza +stanzaed +stanzaic +stanzaical +stanzaically +stanze +stap +stapedectomy +stapedial +stapediform +stapediovestibular +stapedius +Stapelia +stapelia +stapes +staphisagria +staphyle +Staphylea +Staphyleaceae +staphyleaceous +staphylectomy +staphyledema +staphylematoma +staphylic +staphyline +staphylinic +staphylinid +Staphylinidae +staphylinideous +Staphylinoidea +Staphylinus +staphylion +staphylitis +staphyloangina +staphylococcal +staphylococci +staphylococcic +Staphylococcus +staphylococcus +staphylodermatitis +staphylodialysis +staphyloedema +staphylohemia +staphylolysin +staphyloma +staphylomatic +staphylomatous +staphylomycosis +staphyloncus +staphyloplastic +staphyloplasty +staphyloptosia +staphyloptosis +staphyloraphic +staphylorrhaphic +staphylorrhaphy +staphyloschisis +staphylosis +staphylotome +staphylotomy +staphylotoxin +staple +stapled +stapler +staplewise +stapling +Star +star +starblind +starbloom +starboard +starbolins +starbright +Starbuck +starch +starchboard +starched +starchedly +starchedness +starcher +starchflower +starchily +starchiness +starchless +starchlike +starchly +starchmaker +starchmaking +starchman +starchness +starchroot +starchworks +starchwort +starchy +starcraft +stardom +stare +staree +starer +starets +starfish +starflower +starfruit +starful +stargaze +stargazer +stargazing +staring +staringly +stark +starken +starkly +starkness +starky +starless +starlessly +starlessness +starlet +starlight +starlighted +starlights +starlike +starling +starlit +starlite +starlitten +starmonger +starn +starnel +starnie +starnose +Staroobriadtsi +starost +starosta +starosty +starred +starrily +starriness +starring +starringly +starry +starshake +starshine +starship +starshoot +starshot +starstone +starstroke +start +starter +startful +startfulness +starthroat +starting +startingly +startish +startle +startler +startling +startlingly +startlingness +startlish +startlishness +startly +startor +starty +starvation +starve +starveacre +starved +starvedly +starveling +starver +starvy +starward +starwise +starworm +starwort +stary +stases +stash +stashie +stasidion +stasimetric +stasimon +stasimorphy +stasiphobia +stasis +stassfurtite +statable +statal +statant +statcoulomb +State +state +statecraft +stated +statedly +stateful +statefully +statefulness +statehood +Statehouse +stateless +statelet +statelich +statelily +stateliness +stately +statement +statemonger +statequake +stater +stateroom +statesboy +stateside +statesider +statesman +statesmanese +statesmanlike +statesmanly +statesmanship +statesmonger +stateswoman +stateway +statfarad +stathmoi +stathmos +static +statical +statically +Statice +staticproof +statics +station +stational +stationarily +stationariness +stationary +stationer +stationery +stationman +stationmaster +statiscope +statism +statist +statistic +statistical +statistically +statistician +statisticize +statistics +statistology +stative +statoblast +statocracy +statocyst +statolatry +statolith +statolithic +statometer +stator +statoreceptor +statorhab +statoscope +statospore +statuarism +statuarist +statuary +statue +statuecraft +statued +statueless +statuelike +statuesque +statuesquely +statuesqueness +statuette +stature +statured +status +statutable +statutableness +statutably +statutary +statute +statutorily +statutory +statvolt +staucher +stauk +staumer +staun +staunch +staunchable +staunchly +staunchness +staup +stauracin +stauraxonia +stauraxonial +staurion +staurolatry +staurolite +staurolitic +staurology +Stauromedusae +stauromedusan +stauropegial +stauropegion +stauroscope +stauroscopic +stauroscopically +staurotide +stauter +stave +staveable +staveless +staver +stavers +staverwort +stavesacre +stavewise +stavewood +staving +stavrite +staw +stawn +staxis +stay +stayable +stayed +stayer +staylace +stayless +staylessness +staymaker +staymaking +staynil +stays +staysail +stayship +stchi +stead +steadfast +steadfastly +steadfastness +steadier +steadily +steadiment +steadiness +steading +steadman +steady +steadying +steadyingly +steadyish +steak +steal +stealability +stealable +stealage +stealed +stealer +stealing +stealingly +stealth +stealthful +stealthfully +stealthily +stealthiness +stealthless +stealthlike +stealthwise +stealthy +stealy +steam +steamboat +steamboating +steamboatman +steamcar +steamer +steamerful +steamerless +steamerload +steamily +steaminess +steaming +steamless +steamlike +steampipe +steamproof +steamship +steamtight +steamtightness +steamy +stean +steaning +steapsin +stearate +stearic +steariform +stearin +stearolactone +stearone +stearoptene +stearrhea +stearyl +steatin +steatite +steatitic +steatocele +steatogenous +steatolysis +steatolytic +steatoma +steatomatous +steatopathic +steatopyga +steatopygia +steatopygic +steatopygous +Steatornis +Steatornithes +Steatornithidae +steatorrhea +steatosis +stech +stechados +steckling +steddle +Stedman +steed +steedless +steedlike +steek +steekkan +steekkannen +steel +Steelboy +steeler +steelhead +steelhearted +steelification +steelify +steeliness +steeling +steelless +steellike +steelmaker +steelmaking +steelproof +steelware +steelwork +steelworker +steelworks +steely +steelyard +Steen +steen +steenboc +steenbock +steenbok +Steenie +steenkirk +steenstrupine +steenth +steep +steepdown +steepen +steeper +steepgrass +steepish +steeple +steeplebush +steeplechase +steeplechaser +steeplechasing +steepled +steepleless +steeplelike +steepletop +steeply +steepness +steepweed +steepwort +steepy +steer +steerability +steerable +steerage +steerageway +steerer +steering +steeringly +steerling +steerman +steermanship +steersman +steerswoman +steeve +steevely +steever +steeving +Stefan +steg +steganogram +steganographical +steganographist +steganography +Steganophthalmata +steganophthalmate +steganophthalmatous +Steganophthalmia +steganopod +steganopodan +Steganopodes +steganopodous +stegnosis +stegnotic +stegocarpous +Stegocephalia +stegocephalian +stegocephalous +Stegodon +stegodont +stegodontine +Stegomus +Stegomyia +stegosaur +Stegosauria +stegosaurian +stegosauroid +Stegosaurus +steid +steigh +Stein +stein +Steinberger +steinbok +Steinerian +steinful +steinkirk +Steironema +stekan +stela +stelae +stelai +stelar +stele +stell +Stella +stella +stellar +Stellaria +stellary +stellate +stellated +stellately +stellature +stelleridean +stellerine +stelliferous +stellification +stelliform +stellify +stelling +stellionate +stelliscript +Stellite +stellite +stellular +stellularly +stellulate +stelography +stem +stema +stemhead +stemless +stemlet +stemlike +stemma +stemmata +stemmatiform +stemmatous +stemmed +stemmer +stemmery +stemming +stemmy +Stemona +Stemonaceae +stemonaceous +stemple +stempost +stemson +stemwards +stemware +sten +stenar +stench +stenchel +stenchful +stenching +stenchion +stenchy +stencil +stenciler +stencilmaker +stencilmaking +stend +steng +stengah +stenion +steno +stenobathic +stenobenthic +stenobragmatic +stenobregma +stenocardia +stenocardiac +Stenocarpus +stenocephalia +stenocephalic +stenocephalous +stenocephaly +stenochoria +stenochrome +stenochromy +stenocoriasis +stenocranial +stenocrotaphia +Stenofiber +stenog +stenogastric +stenogastry +Stenoglossa +stenograph +stenographer +stenographic +stenographical +stenographically +stenographist +stenography +stenohaline +stenometer +stenopaic +Stenopelmatidae +stenopetalous +stenophile +Stenophragma +stenophyllous +stenorhyncous +stenosed +stenosepalous +stenosis +stenosphere +stenostomatous +stenostomia +Stenotaphrum +stenotelegraphy +stenothermal +stenothorax +stenotic +stenotype +stenotypic +stenotypist +stenotypy +stent +stenter +stenterer +stenton +Stentor +stentorian +stentorianly +stentorine +stentorious +stentoriously +stentoriousness +stentoronic +stentorophonic +stentrel +step +stepaunt +stepbairn +stepbrother +stepbrotherhood +stepchild +stepdame +stepdaughter +stepfather +stepfatherhood +stepfatherly +stepgrandchild +stepgrandfather +stepgrandmother +stepgrandson +Stephan +Stephana +stephane +stephanial +Stephanian +stephanic +Stephanie +stephanion +stephanite +Stephanoceros +Stephanokontae +stephanome +stephanos +Stephanotis +stephanotis +Stephanurus +Stephe +Stephen +stepladder +stepless +steplike +stepminnie +stepmother +stepmotherhood +stepmotherless +stepmotherliness +stepmotherly +stepnephew +stepniece +stepparent +steppe +stepped +steppeland +stepper +stepping +steppingstone +steprelation +steprelationship +stepsire +stepsister +stepson +stepstone +stept +stepuncle +stepway +stepwise +steradian +stercobilin +stercolin +stercophagic +stercophagous +stercoraceous +stercoral +Stercoranism +Stercoranist +Stercorariidae +Stercorariinae +stercorarious +Stercorarius +stercorary +stercorate +stercoration +stercorean +stercoremia +stercoreous +Stercorianism +stercoricolous +Stercorist +stercorite +stercorol +stercorous +stercovorous +Sterculia +Sterculiaceae +sterculiaceous +sterculiad +stere +stereagnosis +Sterelmintha +sterelminthic +sterelminthous +stereo +stereobate +stereobatic +stereoblastula +stereocamera +stereocampimeter +stereochemic +stereochemical +stereochemically +stereochemistry +stereochromatic +stereochromatically +stereochrome +stereochromic +stereochromically +stereochromy +stereocomparagraph +stereocomparator +stereoelectric +stereofluoroscopic +stereofluoroscopy +stereogastrula +stereognosis +stereognostic +stereogoniometer +stereogram +stereograph +stereographer +stereographic +stereographical +stereographically +stereography +stereoisomer +stereoisomeric +stereoisomerical +stereoisomeride +stereoisomerism +stereomatrix +stereome +stereomer +stereomeric +stereomerical +stereomerism +stereometer +stereometric +stereometrical +stereometrically +stereometry +stereomicrometer +stereomonoscope +stereoneural +stereophantascope +stereophonic +stereophony +stereophotogrammetry +stereophotograph +stereophotographic +stereophotography +stereophotomicrograph +stereophotomicrography +stereophysics +stereopicture +stereoplanigraph +stereoplanula +stereoplasm +stereoplasma +stereoplasmic +stereopsis +stereoptician +stereopticon +stereoradiograph +stereoradiography +Stereornithes +stereornithic +stereoroentgenogram +stereoroentgenography +stereoscope +stereoscopic +stereoscopically +stereoscopism +stereoscopist +stereoscopy +Stereospondyli +stereospondylous +stereostatic +stereostatics +stereotactic +stereotactically +stereotaxis +stereotelemeter +stereotelescope +stereotomic +stereotomical +stereotomist +stereotomy +stereotropic +stereotropism +stereotypable +stereotype +stereotyped +stereotyper +stereotypery +stereotypic +stereotypical +stereotyping +stereotypist +stereotypographer +stereotypography +stereotypy +Stereum +sterhydraulic +steri +steric +sterically +sterics +steride +sterigma +sterigmata +sterigmatic +sterile +sterilely +sterileness +sterilisable +sterility +sterilizability +sterilizable +sterilization +sterilize +sterilizer +sterin +sterk +sterlet +Sterling +sterling +sterlingly +sterlingness +Stern +stern +Sterna +sterna +sternad +sternage +sternal +sternalis +sternbergite +sterncastle +sterneber +sternebra +sternebrae +sternebral +sterned +sternforemost +Sterninae +sternite +sternitic +sternly +sternman +sternmost +sternness +Sterno +sternoclavicular +sternocleidomastoid +sternoclidomastoid +sternocoracoid +sternocostal +sternofacial +sternofacialis +sternoglossal +sternohumeral +sternohyoid +sternohyoidean +sternomancy +sternomastoid +sternomaxillary +sternonuchal +sternopericardiac +sternopericardial +sternoscapular +sternothere +Sternotherus +sternothyroid +sternotracheal +sternotribe +sternovertebral +sternoxiphoid +sternpost +sternson +sternum +sternutation +sternutative +sternutator +sternutatory +sternward +sternway +sternways +sternworks +stero +steroid +sterol +Sterope +sterrinck +stert +stertor +stertorious +stertoriously +stertoriousness +stertorous +stertorously +stertorousness +sterve +Stesichorean +stet +stetch +stetharteritis +stethogoniometer +stethograph +stethographic +stethokyrtograph +stethometer +stethometric +stethometry +stethoparalysis +stethophone +stethophonometer +stethoscope +stethoscopic +stethoscopical +stethoscopically +stethoscopist +stethoscopy +stethospasm +Stevan +Steve +stevedorage +stevedore +stevedoring +stevel +Steven +steven +Stevensonian +Stevensoniana +Stevia +stevia +stew +stewable +steward +stewardess +stewardly +stewardry +stewardship +Stewart +Stewartia +stewartry +stewarty +stewed +stewpan +stewpond +stewpot +stewy +stey +sthenia +sthenic +sthenochire +stib +stibbler +stibblerig +stibethyl +stibial +stibialism +stibiate +stibiated +stibic +stibiconite +stibine +stibious +stibium +stibnite +stibonium +sticcado +stich +sticharion +sticheron +stichic +stichically +stichid +stichidium +stichomancy +stichometric +stichometrical +stichometrically +stichometry +stichomythic +stichomythy +stick +stickability +stickable +stickadore +stickadove +stickage +stickball +sticked +sticker +stickers +stickfast +stickful +stickily +stickiness +sticking +stickit +stickle +stickleaf +stickleback +stickler +stickless +sticklike +stickling +stickly +stickpin +sticks +stickseed +sticksmanship +sticktail +sticktight +stickum +stickwater +stickweed +stickwork +sticky +Sticta +Stictaceae +Stictidaceae +stictiform +Stictis +stid +stiddy +stife +stiff +stiffen +stiffener +stiffening +stiffhearted +stiffish +stiffleg +stifflike +stiffly +stiffneck +stiffness +stiffrump +stifftail +stifle +stifledly +stifler +stifling +stiflingly +stigma +stigmai +stigmal +stigmaria +stigmarian +stigmarioid +stigmasterol +stigmata +stigmatal +stigmatic +stigmatical +stigmatically +stigmaticalness +stigmatiferous +stigmatiform +stigmatism +stigmatist +stigmatization +stigmatize +stigmatizer +stigmatoid +stigmatose +stigme +stigmeology +stigmonose +stigonomancy +Stikine +Stilbaceae +Stilbella +stilbene +stilbestrol +stilbite +stilboestrol +Stilbum +stile +stileman +stilet +stiletto +stilettolike +still +stillage +stillatitious +stillatory +stillbirth +stillborn +stiller +stillhouse +stillicide +stillicidium +stilliform +stilling +Stillingia +stillion +stillish +stillman +stillness +stillroom +stillstand +Stillwater +stilly +Stilophora +Stilophoraceae +stilpnomelane +stilpnosiderite +stilt +stiltbird +stilted +stilter +stiltify +stiltiness +stiltish +stiltlike +Stilton +stilty +stim +stime +stimpart +stimpert +stimulability +stimulable +stimulance +stimulancy +stimulant +stimulate +stimulatingly +stimulation +stimulative +stimulator +stimulatory +stimulatress +stimulatrix +stimuli +stimulogenous +stimulus +stimy +stine +sting +stingaree +stingareeing +stingbull +stinge +stinger +stingfish +stingily +stinginess +stinging +stingingly +stingingness +stingless +stingo +stingproof +stingray +stingtail +stingy +stink +stinkard +stinkardly +stinkball +stinkberry +stinkbird +stinkbug +stinkbush +stinkdamp +stinker +stinkhorn +stinking +stinkingly +stinkingness +stinkpot +stinkstone +stinkweed +stinkwood +stinkwort +stint +stinted +stintedly +stintedness +stinter +stintingly +stintless +stinty +stion +stionic +Stipa +stipe +stiped +stipel +stipellate +stipend +stipendial +stipendiarian +stipendiary +stipendiate +stipendium +stipendless +stipes +stipiform +stipitate +stipitiform +stipiture +Stipiturus +stippen +stipple +stippled +stippler +stippling +stipply +stipula +stipulable +stipulaceous +stipulae +stipular +stipulary +stipulate +stipulation +stipulator +stipulatory +stipule +stipuled +stipuliferous +stipuliform +stir +stirabout +stirk +stirless +stirlessly +stirlessness +stirp +stirpicultural +stirpiculture +stirpiculturist +stirps +stirra +stirrable +stirrage +stirrer +stirring +stirringly +stirrup +stirrupless +stirruplike +stirrupwise +stitch +stitchbird +stitchdown +stitcher +stitchery +stitching +stitchlike +stitchwhile +stitchwork +stitchwort +stite +stith +stithy +stive +stiver +stivy +Stizolobium +stoa +stoach +stoat +stoater +stob +stocah +stoccado +stoccata +stochastic +stochastical +stochastically +stock +stockade +stockannet +stockbow +stockbreeder +stockbreeding +Stockbridge +stockbroker +stockbrokerage +stockbroking +stockcar +stocker +stockfather +stockfish +stockholder +stockholding +stockhouse +stockily +stockiness +stockinet +stocking +stockinger +stockingless +stockish +stockishly +stockishness +stockjobber +stockjobbery +stockjobbing +stockjudging +stockkeeper +stockkeeping +stockless +stocklike +stockmaker +stockmaking +stockman +stockowner +stockpile +stockpot +stockproof +stockrider +stockriding +stocks +stockstone +stocktaker +stocktaking +Stockton +stockwork +stockwright +stocky +stockyard +stod +stodge +stodger +stodgery +stodgily +stodginess +stodgy +stoechas +stoep +stof +stoff +stog +stoga +stogie +stogy +Stoic +stoic +stoical +stoically +stoicalness +stoicharion +stoichiological +stoichiology +stoichiometric +stoichiometrical +stoichiometrically +stoichiometry +Stoicism +stoicism +Stokavci +Stokavian +Stokavski +stoke +stokehold +stokehole +stoker +stokerless +Stokesia +stokesite +stola +stolae +stole +stoled +stolelike +stolen +stolenly +stolenness +stolenwise +stolewise +stolid +stolidity +stolidly +stolidness +stolist +stolkjaerre +stollen +stolon +stolonate +stoloniferous +stoloniferously +stolonlike +stolzite +stoma +stomacace +stomach +stomachable +stomachal +stomacher +stomachful +stomachfully +stomachfulness +stomachic +stomachically +stomachicness +stomaching +stomachless +stomachlessness +stomachy +stomapod +Stomapoda +stomapodiform +stomapodous +stomata +stomatal +stomatalgia +stomate +stomatic +stomatiferous +stomatitic +stomatitis +stomatocace +Stomatoda +stomatodaeal +stomatodaeum +stomatode +stomatodeum +stomatodynia +stomatogastric +stomatograph +stomatography +stomatolalia +stomatologic +stomatological +stomatologist +stomatology +stomatomalacia +stomatomenia +stomatomy +stomatomycosis +stomatonecrosis +stomatopathy +Stomatophora +stomatophorous +stomatoplastic +stomatoplasty +stomatopod +Stomatopoda +stomatopodous +stomatorrhagia +stomatoscope +stomatoscopy +stomatose +stomatosepsis +stomatotomy +stomatotyphus +stomatous +stomenorrhagia +stomium +stomodaea +stomodaeal +stomodaeum +Stomoisia +stomoxys +stomp +stomper +stonable +stond +Stone +stone +stoneable +stonebird +stonebiter +stoneboat +stonebow +stonebrash +stonebreak +stonebrood +stonecast +stonechat +stonecraft +stonecrop +stonecutter +stoned +stonedamp +stonefish +stonegale +stonegall +stonehand +stonehatch +stonehead +stonehearted +Stonehenge +stonelayer +stonelaying +stoneless +stonelessness +stonelike +stoneman +stonemason +stonemasonry +stonen +stonepecker +stoner +stoneroot +stoneseed +stoneshot +stonesmatch +stonesmich +stonesmitch +stonesmith +stonewall +stonewaller +stonewally +stoneware +stoneweed +stonewise +stonewood +stonework +stoneworker +stonewort +stoneyard +stong +stonied +stonifiable +stonify +stonily +stoniness +stoning +stonish +stonishment +stonker +stony +stonyhearted +stonyheartedly +stonyheartedness +stood +stooded +stooden +stoof +stooge +stook +stooker +stookie +stool +stoolball +stoollike +stoon +stoond +stoop +stooper +stoopgallant +stooping +stoopingly +stoory +stoot +stoothing +stop +stopa +stopback +stopblock +stopboard +stopcock +stope +stoper +stopgap +stophound +stoping +stopless +stoplessness +stopover +stoppability +stoppable +stoppableness +stoppably +stoppage +stopped +stopper +stopperless +stoppeur +stopping +stoppit +stopple +stopwater +stopwork +storable +storage +storax +store +storeen +storehouse +storehouseman +storekeep +storekeeper +storekeeping +storeman +storer +storeroom +storeship +storesman +storge +storiate +storiation +storied +storier +storiette +storify +storiological +storiologist +storiology +stork +storken +storkish +storklike +storkling +storkwise +storm +stormable +Stormberg +stormbird +stormbound +stormcock +stormer +stormful +stormfully +stormfulness +stormily +storminess +storming +stormingly +stormish +stormless +stormlessness +stormlike +stormproof +stormward +stormwind +stormwise +stormy +Storting +story +storybook +storyless +storymaker +storymonger +storyteller +storytelling +storywise +storywork +stosh +stoss +stosston +stot +stotinka +stotter +stotterel +stoun +stound +stoundmeal +stoup +stoupful +stour +stouring +stourliness +stourness +stoury +stoush +stout +stouten +stouth +stouthearted +stoutheartedly +stoutheartedness +stoutish +stoutly +stoutness +stoutwood +stouty +stove +stovebrush +stoveful +stovehouse +stoveless +stovemaker +stovemaking +stoveman +stoven +stovepipe +stover +stovewood +stow +stowable +stowage +stowaway +stowbord +stowbordman +stowce +stowdown +stower +stowing +stownlins +stowwood +stra +strabism +strabismal +strabismally +strabismic +strabismical +strabismometer +strabismometry +strabismus +strabometer +strabometry +strabotome +strabotomy +strack +strackling +stract +Strad +strad +stradametrical +straddle +straddleback +straddlebug +straddler +straddleways +straddlewise +straddling +straddlingly +strade +stradine +stradiot +Stradivari +Stradivarius +stradl +stradld +stradlings +strae +strafe +strafer +Straffordian +strag +straggle +straggler +straggling +stragglingly +straggly +stragular +stragulum +straight +straightabout +straightaway +straightedge +straighten +straightener +straightforward +straightforwardly +straightforwardness +straightforwards +straighthead +straightish +straightly +straightness +straighttail +straightup +straightwards +straightway +straightways +straightwise +straik +strain +strainable +strainableness +strainably +strained +strainedly +strainedness +strainer +strainerman +straining +strainingly +strainless +strainlessly +strainproof +strainslip +straint +strait +straiten +straitlacedness +straitlacing +straitly +straitness +straitsman +straitwork +Straka +strake +straked +straky +stram +stramash +stramazon +stramineous +stramineously +strammel +strammer +stramonium +stramony +stramp +strand +strandage +strander +stranding +strandless +strandward +strang +strange +strangeling +strangely +strangeness +stranger +strangerdom +strangerhood +strangerlike +strangership +strangerwise +strangle +strangleable +stranglement +strangler +strangles +strangletare +strangleweed +strangling +stranglingly +strangulable +strangulate +strangulation +strangulative +strangulatory +strangullion +strangurious +strangury +stranner +strany +strap +straphang +straphanger +straphead +strapless +straplike +strappable +strappado +strappan +strapped +strapper +strapping +strapple +strapwork +strapwort +strass +strata +stratagem +stratagematic +stratagematical +stratagematically +stratagematist +stratagemical +stratagemically +stratal +stratameter +stratege +strategetic +strategetics +strategi +strategian +strategic +strategical +strategically +strategics +strategist +strategize +strategos +strategy +Stratfordian +strath +strathspey +strati +stratic +straticulate +straticulation +stratification +stratified +stratiform +stratify +stratigrapher +stratigraphic +stratigraphical +stratigraphically +stratigraphist +stratigraphy +Stratiomyiidae +Stratiotes +stratlin +stratochamber +stratocracy +stratocrat +stratocratic +stratographic +stratographical +stratographically +stratography +stratonic +Stratonical +stratopedarch +stratoplane +stratose +stratosphere +stratospheric +stratospherical +stratotrainer +stratous +stratum +stratus +straucht +strauchten +stravage +strave +straw +strawberry +strawberrylike +strawbill +strawboard +strawbreadth +strawen +strawer +strawflower +strawfork +strawless +strawlike +strawman +strawmote +strawsmall +strawsmear +strawstack +strawstacker +strawwalker +strawwork +strawworm +strawy +strawyard +stray +strayaway +strayer +strayling +stre +streahte +streak +streaked +streakedly +streakedness +streaker +streakily +streakiness +streaklike +streakwise +streaky +stream +streamer +streamful +streamhead +streaminess +streaming +streamingly +streamless +streamlet +streamlike +streamline +streamlined +streamliner +streamling +streamside +streamward +streamway +streamwort +streamy +streck +streckly +stree +streek +streel +streeler +streen +streep +street +streetage +streetcar +streetful +streetless +streetlet +streetlike +streets +streetside +streetwalker +streetwalking +streetward +streetway +streetwise +streite +streke +Strelitz +Strelitzi +strelitzi +Strelitzia +Streltzi +streltzi +stremma +stremmatograph +streng +strengite +strength +strengthen +strengthener +strengthening +strengtheningly +strengthful +strengthfulness +strengthily +strengthless +strengthlessly +strengthlessness +strengthy +strent +strenth +strenuity +strenuosity +strenuous +strenuously +strenuousness +strepen +strepent +strepera +streperous +strephonade +strephosymbolia +strepitant +strepitantly +strepitation +strepitous +strepor +Strepsiceros +strepsiceros +strepsinema +Strepsiptera +strepsipteral +strepsipteran +strepsipteron +strepsipterous +strepsis +strepsitene +streptaster +streptobacilli +streptobacillus +Streptocarpus +streptococcal +streptococci +streptococcic +Streptococcus +streptococcus +streptolysin +Streptomyces +streptomycin +Streptoneura +streptoneural +streptoneurous +streptosepticemia +streptothricial +streptothricin +streptothricosis +Streptothrix +streptotrichal +streptotrichosis +stress +stresser +stressful +stressfully +stressless +stresslessness +stret +stretch +stretchable +stretchberry +stretcher +stretcherman +stretchiness +stretchneck +stretchproof +stretchy +stretman +strette +stretti +stretto +strew +strewage +strewer +strewment +strewn +strey +streyne +stria +striae +strial +Striaria +Striariaceae +striatal +striate +striated +striation +striatum +striature +strich +striche +strick +stricken +strickenly +strickenness +stricker +strickle +strickler +strickless +strict +striction +strictish +strictly +strictness +stricture +strictured +strid +stridden +striddle +stride +strideleg +stridelegs +stridence +stridency +strident +stridently +strider +strideways +stridhan +stridhana +stridhanum +stridingly +stridling +stridlins +stridor +stridulant +stridulate +stridulation +stridulator +stridulatory +stridulent +stridulous +stridulously +stridulousness +strife +strifeful +strifeless +strifemaker +strifemaking +strifemonger +strifeproof +striffen +strig +Striga +striga +strigae +strigal +strigate +Striges +striggle +stright +Strigidae +Strigiformes +strigil +strigilate +strigilation +strigilator +strigiles +strigilis +strigillose +strigilous +Striginae +strigine +strigose +strigous +strigovite +Strigula +Strigulaceae +strigulose +strike +strikeboat +strikebreaker +strikebreaking +strikeless +striker +striking +strikingly +strikingness +strind +string +stringboard +stringcourse +stringed +stringency +stringene +stringent +stringently +stringentness +stringer +stringful +stringhalt +stringhalted +stringhaltedness +stringiness +stringing +stringless +stringlike +stringmaker +stringmaking +stringman +stringpiece +stringsman +stringways +stringwood +stringy +stringybark +strinkle +striola +striolae +striolate +striolated +striolet +strip +stripe +striped +stripeless +striper +striplet +stripling +strippage +stripped +stripper +stripping +strippit +strippler +stript +stripy +strit +strive +strived +striven +striver +striving +strivingly +Strix +strix +stroam +strobic +strobila +strobilaceous +strobilae +strobilate +strobilation +strobile +strobili +strobiliferous +strobiliform +strobiline +strobilization +strobiloid +Strobilomyces +Strobilophyta +strobilus +stroboscope +stroboscopic +stroboscopical +stroboscopy +strobotron +strockle +stroddle +strode +stroil +stroke +stroker +strokesman +stroking +stroky +strold +stroll +strolld +stroller +strom +stroma +stromal +stromata +Stromateidae +stromateoid +stromatic +stromatiform +stromatology +Stromatopora +Stromatoporidae +stromatoporoid +Stromatoporoidea +stromatous +stromb +Strombidae +strombiform +strombite +stromboid +strombolian +strombuliferous +strombuliform +Strombus +strome +stromeyerite +stromming +strone +strong +strongback +strongbark +strongbox +strongbrained +strongfully +stronghand +stronghead +strongheadedly +strongheadedness +stronghearted +stronghold +strongish +stronglike +strongly +strongness +strongylate +strongyle +strongyliasis +strongylid +Strongylidae +strongylidosis +strongyloid +Strongyloides +strongyloidosis +strongylon +Strongyloplasmata +Strongylosis +strongylosis +Strongylus +strontia +strontian +strontianiferous +strontianite +strontic +strontion +strontitic +strontium +strook +strooken +stroot +strop +strophaic +strophanhin +Strophanthus +Stropharia +strophe +strophic +strophical +strophically +strophiolate +strophiolated +strophiole +strophoid +Strophomena +Strophomenacea +strophomenid +Strophomenidae +strophomenoid +strophosis +strophotaxis +strophulus +stropper +stroppings +stroth +stroud +strouding +strounge +stroup +strouthiocamel +strouthiocamelian +strouthocamelian +strove +strow +strowd +strown +stroy +stroyer +stroygood +strub +strubbly +struck +strucken +structural +structuralism +structuralist +structuralization +structuralize +structurally +structuration +structure +structured +structureless +structurely +structurist +strudel +strue +struggle +struggler +struggling +strugglingly +Struldbrug +Struldbruggian +Struldbruggism +strum +struma +strumae +strumatic +strumaticness +strumectomy +Strumella +strumiferous +strumiform +strumiprivic +strumiprivous +strumitis +strummer +strumose +strumous +strumousness +strumpet +strumpetlike +strumpetry +strumstrum +strumulose +strung +strunt +strut +struth +struthian +struthiform +Struthio +struthioid +Struthiomimus +Struthiones +Struthionidae +struthioniform +Struthioniformes +Struthiopteris +struthious +struthonine +strutter +strutting +struttingly +struv +struvite +strych +strychnia +strychnic +strychnin +strychnine +strychninic +strychninism +strychninization +strychninize +strychnize +strychnol +Strychnos +Strymon +Stu +Stuart +Stuartia +stub +stubachite +stubb +stubbed +stubbedness +stubber +stubbiness +stubble +stubbleberry +stubbled +stubbleward +stubbly +stubborn +stubbornhearted +stubbornly +stubbornness +stubboy +stubby +stubchen +stuber +stuboy +stubrunner +stucco +stuccoer +stuccowork +stuccoworker +stuccoyer +stuck +stuckling +stucturelessness +stud +studbook +studder +studdie +studding +studdle +stude +student +studenthood +studentless +studentlike +studentry +studentship +studerite +studfish +studflower +studhorse +studia +studiable +studied +studiedly +studiedness +studier +studio +studious +studiously +studiousness +Studite +Studium +studium +studwork +study +stue +stuff +stuffed +stuffender +stuffer +stuffgownsman +stuffily +stuffiness +stuffing +stuffy +stug +stuggy +stuiver +stull +stuller +stulm +stultification +stultifier +stultify +stultiloquence +stultiloquently +stultiloquious +stultioquy +stultloquent +stum +stumble +stumbler +stumbling +stumblingly +stumbly +stumer +stummer +stummy +stump +stumpage +stumper +stumpily +stumpiness +stumpish +stumpless +stumplike +stumpling +stumpnose +stumpwise +stumpy +stun +Stundism +Stundist +stung +stunk +stunkard +stunner +stunning +stunningly +stunpoll +stunsail +stunsle +stunt +stunted +stuntedly +stuntedness +stunter +stuntiness +stuntness +stunty +stupa +stupe +stupefacient +stupefaction +stupefactive +stupefactiveness +stupefied +stupefiedness +stupefier +stupefy +stupend +stupendly +stupendous +stupendously +stupendousness +stupent +stupeous +stupex +stupid +stupidhead +stupidish +stupidity +stupidly +stupidness +stupor +stuporific +stuporose +stuporous +stupose +stupp +stuprate +stupration +stuprum +stupulose +sturdied +sturdily +sturdiness +sturdy +sturdyhearted +sturgeon +sturine +Sturiones +sturionine +sturk +Sturmian +Sturnella +Sturnidae +sturniform +Sturninae +sturnine +sturnoid +Sturnus +sturt +sturtan +sturtin +sturtion +sturtite +stuss +stut +stutter +stutterer +stuttering +stutteringly +sty +styan +styca +styceric +stycerin +stycerinol +stychomythia +styful +styfziekte +Stygial +Stygian +stylar +Stylaster +Stylasteridae +stylate +style +stylebook +styledom +styleless +stylelessness +stylelike +styler +stylet +stylewort +Stylidiaceae +stylidiaceous +Stylidium +styliferous +styliform +styline +styling +stylish +stylishly +stylishness +stylist +stylistic +stylistical +stylistically +stylistics +stylite +stylitic +stylitism +stylization +stylize +stylizer +stylo +styloauricularis +stylobate +Stylochus +styloglossal +styloglossus +stylogonidium +stylograph +stylographic +stylographical +stylographically +stylography +stylohyal +stylohyoid +stylohyoidean +stylohyoideus +styloid +stylolite +stylolitic +stylomandibular +stylomastoid +stylomaxillary +stylometer +Stylommatophora +stylommatophorous +stylomyloid +Stylonurus +Stylonychia +stylopharyngeal +stylopharyngeus +stylopid +Stylopidae +stylopization +stylopized +stylopod +stylopodium +Stylops +stylops +Stylosanthes +stylospore +stylosporous +stylostegium +stylotypite +stylus +stymie +Stymphalian +Stymphalid +Stymphalides +Styphelia +styphnate +styphnic +stypsis +styptic +styptical +stypticalness +stypticity +stypticness +Styracaceae +styracaceous +styracin +Styrax +styrax +styrene +Styrian +styrogallol +styrol +styrolene +styrone +styryl +styrylic +stythe +styward +Styx +Styxian +suability +suable +suably +suade +Suaeda +suaharo +Sualocin +Suanitian +suant +suantly +suasible +suasion +suasionist +suasive +suasively +suasiveness +suasory +suavastika +suave +suavely +suaveness +suaveolent +suavify +suaviloquence +suaviloquent +suavity +sub +subabbot +subabdominal +subability +subabsolute +subacademic +subaccount +subacetate +subacid +subacidity +subacidly +subacidness +subacidulous +subacrid +subacrodrome +subacromial +subact +subacuminate +subacute +subacutely +subadditive +subadjacent +subadjutor +subadministrate +subadministration +subadministrator +subadult +subaduncate +subaerate +subaeration +subaerial +subaerially +subaetheric +subaffluent +subage +subagency +subagent +subaggregate +subah +subahdar +subahdary +subahship +subaid +Subakhmimic +subalary +subalate +subalgebra +subalkaline +suballiance +subalmoner +subalpine +subaltern +subalternant +subalternate +subalternately +subalternating +subalternation +subalternity +subanal +subandean +subangled +subangular +subangulate +subangulated +subanniversary +subantarctic +subantichrist +subantique +Subanun +subapical +subaponeurotic +subapostolic +subapparent +subappearance +subappressed +subapprobation +subapterous +subaquatic +subaquean +subaqueous +subarachnoid +subarachnoidal +subarachnoidean +subarboraceous +subarboreal +subarborescent +subarch +subarchesporial +subarchitect +subarctic +subarcuate +subarcuated +subarcuation +subarea +subareolar +subareolet +Subarian +subarmor +subarouse +subarrhation +subartesian +subarticle +subarytenoid +subascending +subassemblage +subassembly +subassociation +subastragalar +subastragaloid +subastral +subastringent +subatom +subatomic +subattenuate +subattenuated +subattorney +subaud +subaudible +subaudition +subauditionist +subauditor +subauditur +subaural +subauricular +subautomatic +subaverage +subaxillar +subaxillary +subbailie +subbailiff +subbailiwick +subballast +subband +subbank +subbasal +subbasaltic +subbase +subbasement +subbass +subbeadle +subbeau +subbias +subbifid +subbing +subbituminous +subbookkeeper +subboreal +subbourdon +subbrachycephalic +subbrachycephaly +subbrachyskelic +subbranch +subbranched +subbranchial +subbreed +subbrigade +subbrigadier +subbroker +subbromid +subbromide +subbronchial +subbureau +subcaecal +subcalcareous +subcalcarine +subcaliber +subcallosal +subcampanulate +subcancellate +subcandid +subcantor +subcapsular +subcaptain +subcaption +subcarbide +subcarbonate +Subcarboniferous +subcarbureted +subcarburetted +subcardinal +subcarinate +subcartilaginous +subcase +subcash +subcashier +subcasino +subcast +subcaste +subcategory +subcaudal +subcaudate +subcaulescent +subcause +subcavate +subcavity +subcelestial +subcell +subcellar +subcenter +subcentral +subcentrally +subchairman +subchamberer +subchancel +subchanter +subchapter +subchaser +subchela +subchelate +subcheliform +subchief +subchloride +subchondral +subchordal +subchorioid +subchorioidal +subchorionic +subchoroid +subchoroidal +subcinctorium +subcineritious +subcingulum +subcircuit +subcircular +subcision +subcity +subclaim +Subclamatores +subclan +subclass +subclassify +subclause +subclavate +subclavia +subclavian +subclavicular +subclavioaxillary +subclaviojugular +subclavius +subclerk +subclimate +subclimax +subclinical +subclover +subcoastal +subcollateral +subcollector +subcollegiate +subcolumnar +subcommander +subcommendation +subcommended +subcommissary +subcommissaryship +subcommission +subcommissioner +subcommit +subcommittee +subcompany +subcompensate +subcompensation +subcompressed +subconcave +subconcession +subconcessionaire +subconchoidal +subconference +subconformable +subconical +subconjunctival +subconjunctively +subconnate +subconnect +subconnivent +subconscience +subconscious +subconsciously +subconsciousness +subconservator +subconsideration +subconstable +subconstellation +subconsul +subcontained +subcontest +subcontiguous +subcontinent +subcontinental +subcontinual +subcontinued +subcontinuous +subcontract +subcontracted +subcontractor +subcontraoctave +subcontrariety +subcontrarily +subcontrary +subcontrol +subconvex +subconvolute +subcool +subcoracoid +subcordate +subcordiform +subcoriaceous +subcorneous +subcorporation +subcortex +subcortical +subcortically +subcorymbose +subcosta +subcostal +subcostalis +subcouncil +subcranial +subcreative +subcreek +subcrenate +subcrepitant +subcrepitation +subcrescentic +subcrest +subcriminal +subcrossing +subcrureal +subcrureus +subcrust +subcrustaceous +subcrustal +subcrystalline +subcubical +subcuboidal +subcultrate +subcultural +subculture +subcurate +subcurator +subcuratorship +subcurrent +subcutaneous +subcutaneously +subcutaneousness +subcuticular +subcutis +subcyaneous +subcyanide +subcylindric +subcylindrical +subdatary +subdate +subdeacon +subdeaconate +subdeaconess +subdeaconry +subdeaconship +subdealer +subdean +subdeanery +subdeb +subdebutante +subdecanal +subdecimal +subdecuple +subdeducible +subdefinition +subdelegate +subdelegation +subdelirium +subdeltaic +subdeltoid +subdeltoidal +subdemonstrate +subdemonstration +subdenomination +subdentate +subdentated +subdented +subdenticulate +subdepartment +subdeposit +subdepository +subdepot +subdepressed +subdeputy +subderivative +subdermal +subdeterminant +subdevil +subdiaconal +subdiaconate +subdial +subdialect +subdialectal +subdialectally +subdiapason +subdiapente +subdiaphragmatic +subdichotomize +subdichotomous +subdichotomously +subdichotomy +subdie +subdilated +subdirector +subdiscoidal +subdisjunctive +subdistich +subdistichous +subdistinction +subdistinguish +subdistinguished +subdistrict +subdititious +subdititiously +subdivecious +subdiversify +subdividable +subdivide +subdivider +subdividing +subdividingly +subdivine +subdivisible +subdivision +subdivisional +subdivisive +subdoctor +subdolent +subdolichocephalic +subdolichocephaly +subdolous +subdolously +subdolousness +subdominant +subdorsal +subdorsally +subdouble +subdrain +subdrainage +subdrill +subdruid +subduable +subduableness +subduably +subdual +subduce +subduct +subduction +subdue +subdued +subduedly +subduedness +subduement +subduer +subduing +subduingly +subduple +subduplicate +subdural +subdurally +subecho +subectodermal +subedit +subeditor +subeditorial +subeditorship +subeffective +subelection +subelectron +subelement +subelementary +subelliptic +subelliptical +subelongate +subemarginate +subencephalon +subencephaltic +subendocardial +subendorse +subendorsement +subendothelial +subendymal +subenfeoff +subengineer +subentire +subentitle +subentry +subepidermal +subepiglottic +subepithelial +subepoch +subequal +subequality +subequally +subequatorial +subequilateral +subequivalve +suber +suberane +suberate +suberect +subereous +suberic +suberiferous +suberification +suberiform +suberin +suberinization +suberinize +Suberites +Suberitidae +suberization +suberize +suberone +suberose +suberous +subescheator +subesophageal +subessential +subetheric +subexaminer +subexcitation +subexcite +subexecutor +subexternal +subface +subfacies +subfactor +subfactorial +subfactory +subfalcate +subfalcial +subfalciform +subfamily +subfascial +subfastigiate +subfebrile +subferryman +subfestive +subfeu +subfeudation +subfeudatory +subfibrous +subfief +subfigure +subfissure +subfix +subflavor +subflexuose +subfloor +subflooring +subflora +subflush +subfluvial +subfocal +subfoliar +subforeman +subform +subformation +subfossil +subfossorial +subfoundation +subfraction +subframe +subfreshman +subfrontal +subfulgent +subfumigation +subfumose +subfunctional +subfusc +subfuscous +subfusiform +subfusk +subgalea +subgallate +subganger +subgape +subgelatinous +subgeneric +subgenerical +subgenerically +subgeniculate +subgenital +subgens +subgenual +subgenus +subgeometric +subget +subgit +subglabrous +subglacial +subglacially +subglenoid +subglobose +subglobosely +subglobular +subglobulose +subglossal +subglossitis +subglottic +subglumaceous +subgod +subgoverness +subgovernor +subgrade +subgranular +subgrin +subgroup +subgular +subgwely +subgyre +subgyrus +subhalid +subhalide +subhall +subharmonic +subhastation +subhatchery +subhead +subheading +subheadquarters +subheadwaiter +subhealth +subhedral +subhemispherical +subhepatic +subherd +subhero +subhexagonal +subhirsute +subhooked +subhorizontal +subhornblendic +subhouse +subhuman +subhumid +subhyaline +subhyaloid +subhymenial +subhymenium +subhyoid +subhyoidean +subhypothesis +subhysteria +subicle +subicteric +subicular +subiculum +subidar +subidea +subideal +subimaginal +subimago +subimbricate +subimbricated +subimposed +subimpressed +subincandescent +subincident +subincise +subincision +subincomplete +subindex +subindicate +subindication +subindicative +subindices +subindividual +subinduce +subinfer +subinfeud +subinfeudate +subinfeudation +subinfeudatory +subinflammation +subinflammatory +subinform +subingression +subinguinal +subinitial +subinoculate +subinoculation +subinsert +subinsertion +subinspector +subinspectorship +subintegumental +subintellection +subintelligential +subintelligitur +subintent +subintention +subintercessor +subinternal +subinterval +subintestinal +subintroduce +subintroduction +subintroductory +subinvoluted +subinvolution +subiodide +subirrigate +subirrigation +subitane +subitaneous +subitem +Subiya +subjacency +subjacent +subjacently +subjack +subject +subjectability +subjectable +subjectdom +subjected +subjectedly +subjectedness +subjecthood +subjectibility +subjectible +subjectification +subjectify +subjectile +subjection +subjectional +subjectist +subjective +subjectively +subjectiveness +subjectivism +subjectivist +subjectivistic +subjectivistically +subjectivity +subjectivize +subjectivoidealistic +subjectless +subjectlike +subjectness +subjectship +subjee +subjicible +subjoin +subjoinder +subjoint +subjudge +subjudiciary +subjugable +subjugal +subjugate +subjugation +subjugator +subjugular +subjunct +subjunction +subjunctive +subjunctively +subjunior +subking +subkingdom +sublabial +sublaciniate +sublacustrine +sublanate +sublanceolate +sublanguage +sublapsarian +sublapsarianism +sublapsary +sublaryngeal +sublate +sublateral +sublation +sublative +subleader +sublease +sublecturer +sublegislation +sublegislature +sublenticular +sublessee +sublessor +sublet +sublethal +sublettable +subletter +sublevaminous +sublevate +sublevation +sublevel +sublibrarian +sublicense +sublicensee +sublid +sublieutenancy +sublieutenant +subligation +sublighted +sublimable +sublimableness +sublimant +sublimate +sublimation +sublimational +sublimationist +sublimator +sublimatory +sublime +sublimed +sublimely +sublimeness +sublimer +subliminal +subliminally +sublimish +sublimitation +sublimity +sublimize +sublinear +sublineation +sublingua +sublinguae +sublingual +sublinguate +sublittoral +sublobular +sublong +subloral +subloreal +sublot +sublumbar +sublunar +sublunary +sublunate +sublustrous +subluxate +subluxation +submaid +submain +submakroskelic +submammary +subman +submanager +submania +submanic +submanor +submarginal +submarginally +submarginate +submargined +submarine +submariner +submarinism +submarinist +submarshal +submaster +submaxilla +submaxillary +submaximal +submeaning +submedial +submedian +submediant +submediation +submediocre +submeeting +submember +submembranaceous +submembranous +submeningeal +submental +submentum +submerge +submerged +submergement +submergence +submergibility +submergible +submerse +submersed +submersibility +submersible +submersion +submetallic +submeter +submetering +submicron +submicroscopic +submicroscopically +submiliary +submind +subminimal +subminister +submiss +submissible +submission +submissionist +submissive +submissively +submissiveness +submissly +submissness +submit +submittal +submittance +submitter +submittingly +submolecule +submonition +submontagne +submontane +submontanely +submontaneous +submorphous +submortgage +submotive +submountain +submucosa +submucosal +submucous +submucronate +submultiple +submundane +submuriate +submuscular +Submytilacea +subnarcotic +subnasal +subnascent +subnatural +subnect +subnervian +subness +subneural +subnex +subnitrate +subnitrated +subniveal +subnivean +subnormal +subnormality +subnotation +subnote +subnotochordal +subnubilar +subnucleus +subnude +subnumber +subnuvolar +suboblique +subobscure +subobscurely +subobtuse +suboccipital +subocean +suboceanic +suboctave +suboctile +suboctuple +subocular +suboesophageal +suboffice +subofficer +subofficial +subolive +subopaque +subopercle +subopercular +suboperculum +subopposite +suboptic +suboptimal +suboptimum +suboral +suborbicular +suborbiculate +suborbiculated +suborbital +suborbitar +suborbitary +subordain +suborder +subordinacy +subordinal +subordinary +subordinate +subordinately +subordinateness +subordinating +subordinatingly +subordination +subordinationism +subordinationist +subordinative +suborganic +suborn +subornation +subornative +suborner +Suboscines +suboval +subovate +subovated +suboverseer +subovoid +suboxidation +suboxide +subpackage +subpagoda +subpallial +subpalmate +subpanel +subparagraph +subparallel +subpart +subpartition +subpartitioned +subpartitionment +subparty +subpass +subpassage +subpastor +subpatron +subpattern +subpavement +subpectinate +subpectoral +subpeduncle +subpeduncular +subpedunculate +subpellucid +subpeltate +subpeltated +subpentagonal +subpentangular +subpericardial +subperiod +subperiosteal +subperiosteally +subperitoneal +subperitoneally +subpermanent +subpermanently +subperpendicular +subpetiolar +subpetiolate +subpharyngeal +subphosphate +subphratry +subphrenic +subphylar +subphylum +subpial +subpilose +subpimp +subpiston +subplacenta +subplant +subplantigrade +subplat +subpleural +subplinth +subplot +subplow +subpodophyllous +subpoena +subpoenal +subpolar +subpolygonal +subpool +subpopular +subpopulation +subporphyritic +subport +subpostmaster +subpostmastership +subpostscript +subpotency +subpotent +subpreceptor +subpreceptorial +subpredicate +subpredication +subprefect +subprefectorial +subprefecture +subprehensile +subpress +subprimary +subprincipal +subprior +subprioress +subproblem +subproctor +subproduct +subprofessional +subprofessor +subprofessoriate +subprofitable +subproportional +subprotector +subprovince +subprovincial +subpubescent +subpubic +subpulmonary +subpulverizer +subpunch +subpunctuation +subpurchaser +subpurlin +subputation +subpyramidal +subpyriform +subquadrangular +subquadrate +subquality +subquestion +subquinquefid +subquintuple +Subra +subrace +subradial +subradiance +subradiate +subradical +subradius +subradular +subrailway +subrameal +subramose +subramous +subrange +subrational +subreader +subreason +subrebellion +subrectangular +subrector +subreference +subregent +subregion +subregional +subregular +subreguli +subregulus +subrelation +subreligion +subreniform +subrent +subrepand +subrepent +subreport +subreptary +subreption +subreptitious +subreputable +subresin +subretinal +subrhombic +subrhomboid +subrhomboidal +subrictal +subrident +subridently +subrigid +subrision +subrisive +subrisory +subrogate +subrogation +subroot +subrostral +subround +subrule +subruler +subsacral +subsale +subsaline +subsalt +subsample +subsartorial +subsatiric +subsatirical +subsaturated +subsaturation +subscapular +subscapularis +subscapulary +subschedule +subscheme +subschool +subscience +subscleral +subsclerotic +subscribable +subscribe +subscriber +subscribership +subscript +subscription +subscriptionist +subscriptive +subscriptively +subscripture +subscrive +subscriver +subsea +subsecive +subsecretarial +subsecretary +subsect +subsection +subsecurity +subsecute +subsecutive +subsegment +subsemifusa +subsemitone +subsensation +subsensible +subsensual +subsensuous +subsept +subseptuple +subsequence +subsequency +subsequent +subsequential +subsequentially +subsequently +subsequentness +subseries +subserosa +subserous +subserrate +subserve +subserviate +subservience +subserviency +subservient +subserviently +subservientness +subsessile +subset +subsewer +subsextuple +subshaft +subsheriff +subshire +subshrub +subshrubby +subside +subsidence +subsidency +subsident +subsider +subsidiarie +subsidiarily +subsidiariness +subsidiary +subsiding +subsidist +subsidizable +subsidization +subsidize +subsidizer +subsidy +subsilicate +subsilicic +subsill +subsimilation +subsimious +subsimple +subsinuous +subsist +subsistence +subsistency +subsistent +subsistential +subsistingly +subsizar +subsizarship +subsmile +subsneer +subsocial +subsoil +subsoiler +subsolar +subsolid +subsonic +subsorter +subsovereign +subspace +subspatulate +subspecialist +subspecialize +subspecialty +subspecies +subspecific +subspecifically +subsphenoidal +subsphere +subspherical +subspherically +subspinous +subspiral +subspontaneous +subsquadron +substage +substalagmite +substalagmitic +substance +substanceless +substanch +substandard +substandardize +substant +substantiability +substantial +substantialia +substantialism +substantialist +substantiality +substantialize +substantially +substantialness +substantiate +substantiation +substantiative +substantiator +substantify +substantious +substantival +substantivally +substantive +substantively +substantiveness +substantivity +substantivize +substantize +substation +substernal +substituent +substitutable +substitute +substituted +substituter +substituting +substitutingly +substitution +substitutional +substitutionally +substitutionary +substitutive +substitutively +substock +substoreroom +substory +substract +substraction +substratal +substrate +substrati +substrative +substrator +substratose +substratosphere +substratospheric +substratum +substriate +substruct +substruction +substructional +substructural +substructure +substylar +substyle +subsulfid +subsulfide +subsulphate +subsulphid +subsulphide +subsult +subsultive +subsultorily +subsultorious +subsultory +subsultus +subsumable +subsume +subsumption +subsumptive +subsuperficial +subsurety +subsurface +subsyndicate +subsynod +subsynodical +subsystem +subtack +subtacksman +subtangent +subtarget +subtartarean +subtectal +subtegminal +subtegulaneous +subtemperate +subtenancy +subtenant +subtend +subtense +subtenure +subtepid +subteraqueous +subterbrutish +subtercelestial +subterconscious +subtercutaneous +subterethereal +subterfluent +subterfluous +subterfuge +subterhuman +subterjacent +subtermarine +subterminal +subternatural +subterpose +subterposition +subterrane +subterraneal +subterranean +subterraneanize +subterraneanly +subterraneous +subterraneously +subterraneousness +subterranity +subterraqueous +subterrene +subterrestrial +subterritorial +subterritory +subtersensual +subtersensuous +subtersuperlative +subtersurface +subtertian +subtext +subthalamic +subthalamus +subthoracic +subthrill +subtile +subtilely +subtileness +subtilin +subtilism +subtilist +subtility +subtilization +subtilize +subtilizer +subtill +subtillage +subtilty +subtitle +subtitular +subtle +subtleness +subtlety +subtlist +subtly +subtone +subtonic +subtorrid +subtotal +subtotem +subtower +subtract +subtracter +subtraction +subtractive +subtrahend +subtranslucent +subtransparent +subtransverse +subtrapezoidal +subtread +subtreasurer +subtreasurership +subtreasury +subtrench +subtriangular +subtriangulate +subtribal +subtribe +subtribual +subtrifid +subtrigonal +subtrihedral +subtriplicate +subtriplicated +subtriquetrous +subtrist +subtrochanteric +subtrochlear +subtropic +subtropical +subtropics +subtrousers +subtrude +subtruncate +subtrunk +subtuberant +subtunic +subtunnel +subturbary +subturriculate +subturriculated +subtutor +subtwined +subtype +subtypical +subulate +subulated +subulicorn +Subulicornia +subuliform +subultimate +subumbellate +subumbonal +subumbral +subumbrella +subumbrellar +subuncinate +subunequal +subungual +subunguial +Subungulata +subungulate +subunit +subuniverse +suburb +suburban +suburbandom +suburbanhood +suburbanism +suburbanite +suburbanity +suburbanization +suburbanize +suburbanly +suburbed +suburbia +suburbican +suburbicarian +suburbicary +suburethral +subursine +subvaginal +subvaluation +subvarietal +subvariety +subvassal +subvassalage +subvein +subvendee +subvene +subvention +subventionary +subventioned +subventionize +subventitious +subventive +subventral +subventricose +subvermiform +subversal +subverse +subversed +subversion +subversionary +subversive +subversivism +subvert +subvertebral +subverter +subvertible +subvertical +subverticillate +subvesicular +subvestment +subvicar +subvicarship +subvillain +subvirate +subvirile +subvisible +subvitalized +subvitreous +subvocal +subvola +subwarden +subwater +subway +subwealthy +subweight +subwink +subworker +subworkman +subzonal +subzone +subzygomatic +succade +succedanea +succedaneous +succedaneum +succedent +succeed +succeedable +succeeder +succeeding +succeedingly +succent +succentor +succenturiate +succenturiation +success +successful +successfully +successfulness +succession +successional +successionally +successionist +successionless +successive +successively +successiveness +successivity +successless +successlessly +successlessness +successor +successoral +successorship +successory +succi +succin +succinamate +succinamic +succinamide +succinanil +succinate +succinct +succinctly +succinctness +succinctorium +succinctory +succincture +succinic +succiniferous +succinimide +succinite +succinoresinol +succinosulphuric +succinous +succinyl +Succisa +succise +succivorous +succor +succorable +succorer +succorful +succorless +succorrhea +succory +succotash +succourful +succourless +succous +succub +succuba +succubae +succube +succubine +succubous +succubus +succula +succulence +succulency +succulent +succulently +succulentness +succulous +succumb +succumbence +succumbency +succumbent +succumber +succursal +succuss +succussation +succussatory +succussion +succussive +such +suchlike +suchness +Suchos +suchwise +sucivilized +suck +suckable +suckabob +suckage +suckauhock +sucken +suckener +sucker +suckerel +suckerfish +suckerlike +suckfish +suckhole +sucking +suckle +suckler +suckless +suckling +suckstone +suclat +sucramine +sucrate +sucre +sucroacid +sucrose +suction +suctional +Suctoria +suctorial +suctorian +suctorious +sucupira +sucuri +sucuriu +sucuruju +sud +sudadero +sudamen +sudamina +sudaminal +Sudan +Sudanese +Sudani +Sudanian +Sudanic +sudarium +sudary +sudate +sudation +sudatorium +sudatory +Sudburian +sudburite +sudd +sudden +suddenly +suddenness +suddenty +Sudder +sudder +suddle +suddy +Sudic +sudiform +sudoral +sudoresis +sudoric +sudoriferous +sudoriferousness +sudorific +sudoriparous +sudorous +Sudra +suds +sudsman +sudsy +Sue +sue +Suecism +suede +suer +Suerre +Suessiones +suet +suety +Sueve +Suevi +Suevian +Suevic +Sufeism +suff +suffect +suffection +suffer +sufferable +sufferableness +sufferably +sufferance +sufferer +suffering +sufferingly +suffete +suffice +sufficeable +sufficer +sufficiency +sufficient +sufficiently +sufficientness +sufficing +sufficingly +sufficingness +suffiction +suffix +suffixal +suffixation +suffixion +suffixment +sufflaminate +sufflamination +sufflate +sufflation +sufflue +suffocate +suffocating +suffocatingly +suffocation +suffocative +Suffolk +suffragan +suffraganal +suffraganate +suffragancy +suffraganeous +suffragatory +suffrage +suffragette +suffragettism +suffragial +suffragism +suffragist +suffragistic +suffragistically +suffragitis +suffrago +suffrutescent +suffrutex +suffruticose +suffruticous +suffruticulose +suffumigate +suffumigation +suffusable +suffuse +suffused +suffusedly +suffusion +suffusive +Sufi +Sufiism +Sufiistic +Sufism +Sufistic +sugamo +sugan +sugar +sugarberry +sugarbird +sugarbush +sugared +sugarelly +sugarer +sugarhouse +sugariness +sugarless +sugarlike +sugarplum +sugarsweet +sugarworks +sugary +sugent +sugescent +suggest +suggestable +suggestedness +suggester +suggestibility +suggestible +suggestibleness +suggestibly +suggesting +suggestingly +suggestion +suggestionability +suggestionable +suggestionism +suggestionist +suggestionize +suggestive +suggestively +suggestiveness +suggestivity +suggestment +suggestress +suggestum +suggillate +suggillation +sugh +sugi +Sugih +suguaro +suhuaro +Sui +suicidal +suicidalism +suicidally +suicidalwise +suicide +suicidical +suicidism +suicidist +suid +Suidae +suidian +suiform +suilline +suimate +Suina +suine +suing +suingly +suint +Suiogoth +Suiogothic +Suiones +suisimilar +suist +suit +suitability +suitable +suitableness +suitably +suitcase +suite +suithold +suiting +suitor +suitoress +suitorship +suity +suji +Suk +Sukey +sukiyaki +sukkenye +Suku +Sula +Sulaba +Sulafat +Sulaib +sulbasutra +sulcal +sulcalization +sulcalize +sulcar +sulcate +sulcated +sulcation +sulcatoareolate +sulcatocostate +sulcatorimose +sulciform +sulcomarginal +sulcular +sulculate +sulculus +sulcus +suld +sulea +sulfa +sulfacid +sulfadiazine +sulfaguanidine +sulfamate +sulfamerazin +sulfamerazine +sulfamethazine +sulfamethylthiazole +sulfamic +sulfamidate +sulfamide +sulfamidic +sulfamine +sulfaminic +sulfamyl +sulfanilamide +sulfanilic +sulfanilylguanidine +sulfantimonide +sulfapyrazine +sulfapyridine +sulfaquinoxaline +sulfarsenide +sulfarsenite +sulfarseniuret +sulfarsphenamine +Sulfasuxidine +sulfatase +sulfathiazole +sulfatic +sulfatize +sulfato +sulfazide +sulfhydrate +sulfhydric +sulfhydryl +sulfindigotate +sulfindigotic +sulfindylic +sulfion +sulfionide +sulfoacid +sulfoamide +sulfobenzide +sulfobenzoate +sulfobenzoic +sulfobismuthite +sulfoborite +sulfocarbamide +sulfocarbimide +sulfocarbolate +sulfocarbolic +sulfochloride +sulfocyan +sulfocyanide +sulfofication +sulfogermanate +sulfohalite +sulfohydrate +sulfoindigotate +sulfoleic +sulfolysis +sulfomethylic +sulfonamic +sulfonamide +sulfonate +sulfonation +sulfonator +sulfonephthalein +sulfonethylmethane +sulfonic +sulfonium +sulfonmethane +sulfonyl +sulfophthalein +sulfopurpurate +sulfopurpuric +sulforicinate +sulforicinic +sulforicinoleate +sulforicinoleic +sulfoselenide +sulfosilicide +sulfostannide +sulfotelluride +sulfourea +sulfovinate +sulfovinic +sulfowolframic +sulfoxide +sulfoxism +sulfoxylate +sulfoxylic +sulfurage +sulfuran +sulfurate +sulfuration +sulfurator +sulfurea +sulfureous +sulfureously +sulfureousness +sulfuret +sulfuric +sulfurization +sulfurize +sulfurosyl +sulfurous +sulfury +sulfuryl +Sulidae +Sulides +Suliote +sulk +sulka +sulker +sulkily +sulkiness +sulky +sulkylike +sull +sulla +sullage +Sullan +sullen +sullenhearted +sullenly +sullenness +sulliable +sullow +sully +sulpha +sulphacid +sulphaldehyde +sulphamate +sulphamic +sulphamidate +sulphamide +sulphamidic +sulphamine +sulphaminic +sulphamino +sulphammonium +sulphamyl +sulphanilate +sulphanilic +sulphantimonate +sulphantimonial +sulphantimonic +sulphantimonide +sulphantimonious +sulphantimonite +sulpharsenate +sulpharseniate +sulpharsenic +sulpharsenide +sulpharsenious +sulpharsenite +sulpharseniuret +sulpharsphenamine +sulphatase +sulphate +sulphated +sulphatic +sulphation +sulphatization +sulphatize +sulphato +sulphatoacetic +sulphatocarbonic +sulphazide +sulphazotize +sulphbismuthite +sulphethylate +sulphethylic +sulphhemoglobin +sulphichthyolate +sulphidation +sulphide +sulphidic +sulphidize +sulphimide +sulphinate +sulphindigotate +sulphine +sulphinic +sulphinide +sulphinyl +sulphitation +sulphite +sulphitic +sulphmethemoglobin +sulpho +sulphoacetic +sulphoamid +sulphoamide +sulphoantimonate +sulphoantimonic +sulphoantimonious +sulphoantimonite +sulphoarsenic +sulphoarsenious +sulphoarsenite +sulphoazotize +sulphobenzide +sulphobenzoate +sulphobenzoic +sulphobismuthite +sulphoborite +sulphobutyric +sulphocarbamic +sulphocarbamide +sulphocarbanilide +sulphocarbimide +sulphocarbolate +sulphocarbolic +sulphocarbonate +sulphocarbonic +sulphochloride +sulphochromic +sulphocinnamic +sulphocyan +sulphocyanate +sulphocyanic +sulphocyanide +sulphocyanogen +sulphodichloramine +sulphofication +sulphofy +sulphogallic +sulphogel +sulphogermanate +sulphogermanic +sulphohalite +sulphohaloid +sulphohydrate +sulphoichthyolate +sulphoichthyolic +sulphoindigotate +sulphoindigotic +sulpholeate +sulpholeic +sulpholipin +sulpholysis +sulphonal +sulphonalism +sulphonamic +sulphonamide +sulphonamido +sulphonamine +sulphonaphthoic +sulphonate +sulphonated +sulphonation +sulphonator +sulphoncyanine +sulphone +sulphonephthalein +sulphonethylmethane +sulphonic +sulphonium +sulphonmethane +sulphonphthalein +sulphonyl +sulphoparaldehyde +sulphophosphate +sulphophosphite +sulphophosphoric +sulphophosphorous +sulphophthalein +sulphophthalic +sulphopropionic +sulphoproteid +sulphopupuric +sulphopurpurate +sulphoricinate +sulphoricinic +sulphoricinoleate +sulphoricinoleic +sulphosalicylic +sulphoselenide +sulphoselenium +sulphosilicide +sulphosol +sulphostannate +sulphostannic +sulphostannide +sulphostannite +sulphostannous +sulphosuccinic +sulphosulphurous +sulphotannic +sulphotelluride +sulphoterephthalic +sulphothionyl +sulphotoluic +sulphotungstate +sulphotungstic +sulphourea +sulphovanadate +sulphovinate +sulphovinic +sulphowolframic +sulphoxide +sulphoxism +sulphoxylate +sulphoxylic +sulphoxyphosphate +sulphozincate +sulphur +sulphurage +sulphuran +sulphurate +sulphuration +sulphurator +sulphurea +sulphurean +sulphureity +sulphureonitrous +sulphureosaline +sulphureosuffused +sulphureous +sulphureously +sulphureousness +sulphureovirescent +sulphuret +sulphureted +sulphuric +sulphuriferous +sulphurity +sulphurization +sulphurize +sulphurless +sulphurlike +sulphurosyl +sulphurous +sulphurously +sulphurousness +sulphurproof +sulphurweed +sulphurwort +sulphury +sulphuryl +sulphydrate +sulphydric +sulphydryl +Sulpician +sultam +sultan +sultana +sultanaship +sultanate +sultane +sultanesque +sultaness +sultanian +sultanic +sultanin +sultanism +sultanist +sultanize +sultanlike +sultanry +sultanship +sultone +sultrily +sultriness +sultry +Sulu +Suluan +sulung +sulvanite +sulvasutra +sum +sumac +Sumak +Sumass +Sumatra +sumatra +Sumatran +sumbul +sumbulic +Sumdum +Sumerian +Sumerology +Sumitro +sumless +sumlessness +summability +summable +summage +summand +summar +summarily +summariness +summarist +summarization +summarize +summarizer +summary +summate +summation +summational +summative +summatory +summed +summer +summerbird +summercastle +summerer +summerhead +summeriness +summering +summerings +summerish +summerite +summerize +summerland +summerlay +summerless +summerlike +summerliness +summerling +summerly +summerproof +summertide +summertime +summertree +summerward +summerwood +summery +summist +summit +summital +summitless +summity +summon +summonable +summoner +summoningly +summons +summula +summulist +summut +sumner +Sumo +sump +sumpage +sumper +sumph +sumphish +sumphishly +sumphishness +sumphy +sumpit +sumpitan +sumple +sumpman +sumpsimus +sumpter +sumption +sumptuary +sumptuosity +sumptuous +sumptuously +sumptuousness +sun +sunbeam +sunbeamed +sunbeamy +sunberry +sunbird +sunblink +sunbonnet +sunbonneted +sunbow +sunbreak +sunburn +sunburned +sunburnedness +sunburnproof +sunburnt +sunburntness +sunburst +suncherchor +suncup +sundae +Sundanese +Sundanesian +sundang +Sundar +Sundaresan +sundari +Sunday +Sundayfied +Sundayish +Sundayism +Sundaylike +Sundayness +Sundayproof +sundek +sunder +sunderable +sunderance +sunderer +sunderment +sunderwise +sundew +sundial +sundik +sundog +sundown +sundowner +sundowning +sundra +sundri +sundries +sundriesman +sundrily +sundriness +sundrops +sundry +sundryman +sune +sunfall +sunfast +sunfish +sunfisher +sunfishery +sunflower +Sung +sung +sungha +sunglade +sunglass +sunglo +sunglow +Sunil +sunk +sunken +sunket +sunkland +sunlamp +sunland +sunless +sunlessly +sunlessness +sunlet +sunlight +sunlighted +sunlike +sunlit +sunn +Sunna +Sunni +Sunniah +sunnily +sunniness +Sunnism +Sunnite +sunnud +sunny +sunnyhearted +sunnyheartedness +sunproof +sunquake +sunray +sunrise +sunrising +sunroom +sunscald +sunset +sunsetting +sunsetty +sunshade +sunshine +sunshineless +sunshining +sunshiny +sunsmit +sunsmitten +sunspot +sunspotted +sunspottedness +sunspottery +sunspotty +sunsquall +sunstone +sunstricken +sunstroke +sunt +sunup +sunward +sunwards +sunway +sunways +sunweed +sunwise +sunyie +Suomi +Suomic +suovetaurilia +sup +supa +Supai +supari +supawn +supe +supellex +super +superabduction +superabhor +superability +superable +superableness +superably +superabnormal +superabominable +superabomination +superabound +superabstract +superabsurd +superabundance +superabundancy +superabundant +superabundantly +superaccession +superaccessory +superaccommodating +superaccomplished +superaccrue +superaccumulate +superaccumulation +superaccurate +superacetate +superachievement +superacid +superacidulated +superacknowledgment +superacquisition +superacromial +superactive +superactivity +superacute +superadaptable +superadd +superaddition +superadditional +superadequate +superadequately +superadjacent +superadministration +superadmirable +superadmiration +superadorn +superadornment +superaerial +superaesthetical +superaffiliation +superaffiuence +superagency +superaggravation +superagitation +superagrarian +superalbal +superalbuminosis +superalimentation +superalkaline +superalkalinity +superallowance +superaltar +superaltern +superambitious +superambulacral +superanal +superangelic +superangelical +superanimal +superannuate +superannuation +superannuitant +superannuity +superapology +superappreciation +superaqueous +superarbiter +superarbitrary +superarctic +superarduous +superarrogant +superarseniate +superartificial +superartificially +superaspiration +superassertion +superassociate +superassume +superastonish +superastonishment +superattachment +superattainable +superattendant +superattraction +superattractive +superauditor +superaural +superaverage +superavit +superaward +superaxillary +superazotation +superb +superbelief +superbeloved +superbenefit +superbenevolent +superbenign +superbias +superbious +superbity +superblessed +superblunder +superbly +superbness +superbold +superborrow +superbrain +superbrave +superbrute +superbuild +superbungalow +superbusy +supercabinet +supercalender +supercallosal +supercandid +supercanine +supercanonical +supercanonization +supercanopy +supercapable +supercaption +supercarbonate +supercarbonization +supercarbonize +supercarbureted +supercargo +supercargoship +supercarpal +supercatastrophe +supercatholic +supercausal +supercaution +supercelestial +supercensure +supercentral +supercentrifuge +supercerebellar +supercerebral +superceremonious +supercharge +supercharged +supercharger +superchemical +superchivalrous +superciliary +superciliosity +supercilious +superciliously +superciliousness +supercilium +supercivil +supercivilization +supercivilized +superclaim +superclass +superclassified +supercloth +supercoincidence +supercolossal +supercolumnar +supercolumniation +supercombination +supercombing +supercommendation +supercommentary +supercommentator +supercommercial +supercompetition +supercomplete +supercomplex +supercomprehension +supercompression +superconception +superconductive +superconductivity +superconductor +superconfident +superconfirmation +superconformable +superconformist +superconformity +superconfusion +supercongestion +superconscious +superconsciousness +superconsecrated +superconsequency +superconservative +superconstitutional +supercontest +supercontribution +supercontrol +supercool +supercordial +supercorporation +supercow +supercredit +supercrescence +supercrescent +supercrime +supercritic +supercritical +supercrowned +supercrust +supercube +supercultivated +supercurious +supercycle +supercynical +superdainty +superdanger +superdebt +superdeclamatory +superdecoration +superdeficit +superdeity +superdejection +superdelegate +superdelicate +superdemand +superdemocratic +superdemonic +superdemonstration +superdensity +superdeposit +superdesirous +superdevelopment +superdevilish +superdevotion +superdiabolical +superdiabolically +superdicrotic +superdifficult +superdiplomacy +superdirection +superdiscount +superdistention +superdistribution +superdividend +superdivine +superdivision +superdoctor +superdominant +superdomineering +superdonation +superdose +superdramatist +superdreadnought +superdubious +superduplication +superdural +superdying +superearthly +supereconomy +superedification +superedify +supereducation +supereffective +supereffluence +supereffluently +superego +superelaborate +superelastic +superelated +superelegance +superelementary +superelevated +superelevation +supereligible +supereloquent +supereminence +supereminency +supereminent +supereminently +superemphasis +superemphasize +superendorse +superendorsement +superendow +superenergetic +superenforcement +superengrave +superenrollment +superepic +superepoch +superequivalent +supererogant +supererogantly +supererogate +supererogation +supererogative +supererogator +supererogatorily +supererogatory +superespecial +superessential +superessentially +superestablish +superestablishment +supereternity +superether +superethical +superethmoidal +superevangelical +superevident +superexacting +superexalt +superexaltation +superexaminer +superexceed +superexceeding +superexcellence +superexcellency +superexcellent +superexcellently +superexceptional +superexcitation +superexcited +superexcitement +superexcrescence +superexert +superexertion +superexiguity +superexist +superexistent +superexpand +superexpansion +superexpectation +superexpenditure +superexplicit +superexport +superexpressive +superexquisite +superexquisitely +superexquisiteness +superextend +superextension +superextol +superextreme +superfamily +superfantastic +superfarm +superfat +superfecundation +superfecundity +superfee +superfeminine +superfervent +superfetate +superfetation +superfeudation +superfibrination +superficial +superficialism +superficialist +superficiality +superficialize +superficially +superficialness +superficiary +superficies +superfidel +superfinance +superfine +superfinical +superfinish +superfinite +superfissure +superfit +superfix +superfleet +superflexion +superfluent +superfluid +superfluitance +superfluity +superfluous +superfluously +superfluousness +superflux +superfoliaceous +superfoliation +superfolly +superformal +superformation +superformidable +superfortunate +superfriendly +superfrontal +superfructified +superfulfill +superfulfillment +superfunction +superfunctional +superfuse +superfusibility +superfusible +superfusion +supergaiety +supergallant +supergene +supergeneric +supergenerosity +supergenerous +supergenual +supergiant +superglacial +superglorious +superglottal +supergoddess +supergoodness +supergovern +supergovernment +supergraduate +supergrant +supergratification +supergratify +supergravitate +supergravitation +superguarantee +supergun +superhandsome +superhearty +superheat +superheater +superheresy +superhero +superheroic +superhet +superheterodyne +superhighway +superhirudine +superhistoric +superhistorical +superhive +superhuman +superhumanity +superhumanize +superhumanly +superhumanness +superhumeral +superhypocrite +superideal +superignorant +superillustrate +superillustration +superimpend +superimpending +superimpersonal +superimply +superimportant +superimposable +superimpose +superimposed +superimposition +superimposure +superimpregnated +superimpregnation +superimprobable +superimproved +superincentive +superinclination +superinclusive +superincomprehensible +superincrease +superincumbence +superincumbency +superincumbent +superincumbently +superindependent +superindiction +superindifference +superindifferent +superindignant +superindividual +superindividualism +superindividualist +superinduce +superinducement +superinduct +superinduction +superindulgence +superindulgent +superindustrious +superindustry +superinenarrable +superinfection +superinfer +superinference +superinfeudation +superinfinite +superinfinitely +superinfirmity +superinfluence +superinformal +superinfuse +superinfusion +superingenious +superingenuity +superinitiative +superinjustice +superinnocent +superinquisitive +superinsaniated +superinscription +superinsist +superinsistence +superinsistent +superinstitute +superinstitution +superintellectual +superintend +superintendence +superintendency +superintendent +superintendential +superintendentship +superintender +superintense +superintolerable +superinundation +superior +superioress +superiority +superiorly +superiorness +superiorship +superirritability +superius +superjacent +superjudicial +superjurisdiction +superjustification +superknowledge +superlabial +superlaborious +superlactation +superlapsarian +superlaryngeal +superlation +superlative +superlatively +superlativeness +superlenient +superlie +superlikelihood +superline +superlocal +superlogical +superloyal +superlucky +superlunary +superlunatical +superluxurious +supermagnificent +supermagnificently +supermalate +superman +supermanhood +supermanifest +supermanism +supermanliness +supermanly +supermannish +supermarginal +supermarine +supermarket +supermarvelous +supermasculine +supermaterial +supermathematical +supermaxilla +supermaxillary +supermechanical +supermedial +supermedicine +supermediocre +supermental +supermentality +supermetropolitan +supermilitary +supermishap +supermixture +supermodest +supermoisten +supermolten +supermoral +supermorose +supermunicipal +supermuscan +supermystery +supernacular +supernaculum +supernal +supernalize +supernally +supernatant +supernatation +supernation +supernational +supernationalism +supernatural +supernaturaldom +supernaturalism +supernaturalist +supernaturality +supernaturalize +supernaturally +supernaturalness +supernature +supernecessity +supernegligent +supernormal +supernormally +supernormalness +supernotable +supernova +supernumeral +supernumerariness +supernumerary +supernumeraryship +supernumerous +supernutrition +superoanterior +superobedience +superobedient +superobese +superobject +superobjection +superobjectionable +superobligation +superobstinate +superoccipital +superoctave +superocular +superodorsal +superoexternal +superoffensive +superofficious +superofficiousness +superofrontal +superointernal +superolateral +superomedial +superoposterior +superopposition +superoptimal +superoptimist +superoratorical +superorbital +superordain +superorder +superordinal +superordinary +superordinate +superordination +superorganic +superorganism +superorganization +superorganize +superornament +superornamental +superosculate +superoutput +superoxalate +superoxide +superoxygenate +superoxygenation +superparamount +superparasite +superparasitic +superparasitism +superparliamentary +superpassage +superpatient +superpatriotic +superpatriotism +superperfect +superperfection +superperson +superpersonal +superpersonalism +superpetrosal +superphlogisticate +superphlogistication +superphosphate +superphysical +superpigmentation +superpious +superplausible +superplease +superplus +superpolite +superpolitic +superponderance +superponderancy +superponderant +superpopulation +superposable +superpose +superposed +superposition +superpositive +superpower +superpowered +superpraise +superprecarious +superprecise +superprelatical +superpreparation +superprinting +superprobability +superproduce +superproduction +superproportion +superprosperous +superpublicity +superpure +superpurgation +superquadrupetal +superqualify +superquote +superradical +superrational +superrationally +superreaction +superrealism +superrealist +superrefine +superrefined +superrefinement +superreflection +superreform +superreformation +superregal +superregeneration +superregenerative +superregistration +superregulation +superreliance +superremuneration +superrenal +superrequirement +superrespectable +superresponsible +superrestriction +superreward +superrheumatized +superrighteous +superromantic +superroyal +supersacerdotal +supersacral +supersacred +supersacrifice +supersafe +supersagacious +supersaint +supersaintly +supersalesman +supersaliency +supersalient +supersalt +supersanction +supersanguine +supersanity +supersarcastic +supersatisfaction +supersatisfy +supersaturate +supersaturation +superscandal +superscholarly +superscientific +superscribe +superscript +superscription +superscrive +superseaman +supersecret +supersecretion +supersecular +supersecure +supersedable +supersede +supersedeas +supersedence +superseder +supersedure +superselect +superseminate +supersemination +superseminator +supersensible +supersensibly +supersensitive +supersensitiveness +supersensitization +supersensory +supersensual +supersensualism +supersensualist +supersensualistic +supersensuality +supersensually +supersensuous +supersensuousness +supersentimental +superseptal +superseptuaginarian +superseraphical +superserious +superservice +superserviceable +superserviceableness +superserviceably +supersesquitertial +supersession +supersessive +supersevere +supershipment +supersignificant +supersilent +supersimplicity +supersimplify +supersincerity +supersingular +supersistent +supersize +supersmart +supersocial +supersoil +supersolar +supersolemn +supersolemness +supersolemnity +supersolemnly +supersolicit +supersolicitation +supersolid +supersonant +supersonic +supersovereign +supersovereignty +superspecialize +superspecies +superspecification +supersphenoid +supersphenoidal +superspinous +superspiritual +superspirituality +supersquamosal +superstage +superstamp +superstandard +superstate +superstatesman +superstimulate +superstimulation +superstition +superstitionist +superstitionless +superstitious +superstitiously +superstitiousness +superstoical +superstrain +superstrata +superstratum +superstrenuous +superstrict +superstrong +superstruct +superstruction +superstructor +superstructory +superstructural +superstructure +superstuff +superstylish +supersublimated +supersuborder +supersubsist +supersubstantial +supersubstantiality +supersubstantiate +supersubtilized +supersubtle +supersufficiency +supersufficient +supersulcus +supersulphate +supersulphuret +supersulphureted +supersulphurize +supersuperabundance +supersuperabundant +supersuperabundantly +supersuperb +supersuperior +supersupremacy +supersupreme +supersurprise +supersuspicious +supersweet +supersympathy +supersyndicate +supersystem +supertare +supertartrate +supertax +supertaxation +supertemporal +supertempt +supertemptation +supertension +superterranean +superterraneous +superterrene +superterrestrial +superthankful +superthorough +superthyroidism +supertoleration +supertonic +supertotal +supertower +supertragic +supertragical +supertrain +supertramp +supertranscendent +supertranscendently +supertreason +supertrivial +supertuchun +supertunic +supertutelary +superugly +superultrafrostified +superunfit +superunit +superunity +superuniversal +superuniverse +superurgent +supervalue +supervast +supervene +supervenience +supervenient +supervenosity +supervention +supervestment +supervexation +supervictorious +supervigilant +supervigorous +supervirulent +supervisal +supervisance +supervise +supervision +supervisionary +supervisive +supervisor +supervisorial +supervisorship +supervisory +supervisual +supervisure +supervital +supervive +supervolition +supervoluminous +supervolute +superwager +superwealthy +superweening +superwise +superwoman +superworldly +superwrought +superyacht +superzealous +supinate +supination +supinator +supine +supinely +supineness +suppedaneum +supper +suppering +supperless +suppertime +supperwards +supping +supplace +supplant +supplantation +supplanter +supplantment +supple +supplejack +supplely +supplement +supplemental +supplementally +supplementarily +supplementary +supplementation +supplementer +suppleness +suppletion +suppletive +suppletively +suppletorily +suppletory +suppliable +supplial +suppliance +suppliancy +suppliant +suppliantly +suppliantness +supplicancy +supplicant +supplicantly +supplicat +supplicate +supplicating +supplicatingly +supplication +supplicationer +supplicative +supplicator +supplicatory +supplicavit +supplice +supplier +suppling +supply +support +supportability +supportable +supportableness +supportably +supportance +supporter +supportful +supporting +supportingly +supportive +supportless +supportlessly +supportress +supposable +supposableness +supposably +supposal +suppose +supposed +supposedly +supposer +supposing +supposition +suppositional +suppositionally +suppositionary +suppositionless +suppositious +supposititious +supposititiously +supposititiousness +suppositive +suppositively +suppository +suppositum +suppost +suppress +suppressal +suppressed +suppressedly +suppresser +suppressible +suppression +suppressionist +suppressive +suppressively +suppressor +supprise +suppurant +suppurate +suppuration +suppurative +suppuratory +suprabasidorsal +suprabranchial +suprabuccal +supracaecal +supracargo +supracaudal +supracensorious +supracentenarian +suprachorioid +suprachorioidal +suprachorioidea +suprachoroid +suprachoroidal +suprachoroidea +supraciliary +supraclavicle +supraclavicular +supraclusion +supracommissure +supraconduction +supraconductor +supracondylar +supracondyloid +supraconscious +supraconsciousness +supracoralline +supracostal +supracoxal +supracranial +supracretaceous +supradecompound +supradental +supradorsal +supradural +suprafeminine +suprafine +suprafoliaceous +suprafoliar +supraglacial +supraglenoid +supraglottic +supragovernmental +suprahepatic +suprahistorical +suprahuman +suprahumanity +suprahyoid +suprailiac +suprailium +supraintellectual +suprainterdorsal +suprajural +supralabial +supralapsarian +supralapsarianism +supralateral +supralegal +supraliminal +supraliminally +supralineal +supralinear +supralocal +supralocally +supraloral +supralunar +supralunary +supramammary +supramarginal +supramarine +supramastoid +supramaxilla +supramaxillary +supramaximal +suprameatal +supramechanical +supramedial +supramental +supramolecular +supramoral +supramortal +supramundane +supranasal +supranational +supranatural +supranaturalism +supranaturalist +supranaturalistic +supranature +supranervian +supraneural +supranormal +supranuclear +supraoccipital +supraocclusion +supraocular +supraoesophagal +supraoesophageal +supraoptimal +supraoptional +supraoral +supraorbital +supraorbitar +supraordinary +supraordinate +supraordination +suprapapillary +suprapedal +suprapharyngeal +supraposition +supraprotest +suprapubian +suprapubic +suprapygal +supraquantivalence +supraquantivalent +suprarational +suprarationalism +suprarationality +suprarenal +suprarenalectomize +suprarenalectomy +suprarenalin +suprarenine +suprarimal +suprasaturate +suprascapula +suprascapular +suprascapulary +suprascript +suprasegmental +suprasensible +suprasensitive +suprasensual +suprasensuous +supraseptal +suprasolar +suprasoriferous +suprasphanoidal +supraspinal +supraspinate +supraspinatus +supraspinous +suprasquamosal +suprastandard +suprastapedial +suprastate +suprasternal +suprastigmal +suprasubtle +supratemporal +supraterraneous +supraterrestrial +suprathoracic +supratonsillar +supratrochlear +supratropical +supratympanic +supravaginal +supraventricular +supraversion +supravital +supraworld +supremacy +suprematism +supreme +supremely +supremeness +supremity +sur +sura +suraddition +surah +surahi +sural +suralimentation +suranal +surangular +surat +surbase +surbased +surbasement +surbate +surbater +surbed +surcease +surcharge +surcharger +surcingle +surcoat +surcrue +surculi +surculigerous +surculose +surculous +surculus +surd +surdation +surdeline +surdent +surdimutism +surdity +surdomute +sure +surely +sureness +sures +Suresh +surette +surety +suretyship +surexcitation +surf +surface +surfaced +surfacedly +surfaceless +surfacely +surfaceman +surfacer +surfacing +surfactant +surfacy +surfbird +surfboard +surfboarding +surfboat +surfboatman +surfeit +surfeiter +surfer +surficial +surfle +surflike +surfman +surfmanship +surfrappe +surfuse +surfusion +surfy +surge +surgeful +surgeless +surgent +surgeon +surgeoncy +surgeoness +surgeonfish +surgeonless +surgeonship +surgeproof +surgerize +surgery +surgical +surgically +surginess +surging +surgy +Suriana +Surianaceae +Suricata +suricate +suriga +Surinam +surinamine +surlily +surliness +surly +surma +surmark +surmaster +surmisable +surmisal +surmisant +surmise +surmised +surmisedly +surmiser +surmount +surmountable +surmountableness +surmountal +surmounted +surmounter +surmullet +surname +surnamer +surnap +surnay +surnominal +surpass +surpassable +surpasser +surpassing +surpassingly +surpassingness +surpeopled +surplice +surpliced +surplicewise +surplician +surplus +surplusage +surpreciation +surprint +surprisable +surprisal +surprise +surprisedly +surprisement +surpriseproof +surpriser +surprising +surprisingly +surprisingness +surquedry +surquidry +surquidy +surra +surrealism +surrealist +surrealistic +surrealistically +surrebound +surrebut +surrebuttal +surrebutter +surrection +surrejoin +surrejoinder +surrenal +surrender +surrenderee +surrenderer +surrenderor +surreption +surreptitious +surreptitiously +surreptitiousness +surreverence +surreverently +surrey +surrogacy +surrogate +surrogateship +surrogation +surrosion +surround +surrounded +surroundedly +surrounder +surrounding +surroundings +sursaturation +sursolid +sursumduction +sursumvergence +sursumversion +surtax +surtout +surturbrand +surveillance +surveillant +survey +surveyable +surveyage +surveyal +surveyance +surveying +surveyor +surveyorship +survigrous +survivability +survivable +survival +survivalism +survivalist +survivance +survivancy +survive +surviver +surviving +survivor +survivoress +survivorship +Surya +Sus +Susan +Susanchite +Susanna +Susanne +susannite +suscept +susceptance +susceptibility +susceptible +susceptibleness +susceptibly +susception +susceptive +susceptiveness +susceptivity +susceptor +suscitate +suscitation +susi +Susian +Susianian +Susie +suslik +susotoxin +suspect +suspectable +suspected +suspectedness +suspecter +suspectful +suspectfulness +suspectible +suspectless +suspector +suspend +suspended +suspender +suspenderless +suspenders +suspendibility +suspendible +suspensation +suspense +suspenseful +suspensely +suspensibility +suspensible +suspension +suspensive +suspensively +suspensiveness +suspensoid +suspensor +suspensorial +suspensorium +suspensory +suspercollate +suspicion +suspicionable +suspicional +suspicionful +suspicionless +suspicious +suspiciously +suspiciousness +suspiration +suspiratious +suspirative +suspire +suspirious +Susquehanna +Sussex +sussexite +Sussexman +sussultatory +sussultorial +sustain +sustainable +sustained +sustainer +sustaining +sustainingly +sustainment +sustanedly +sustenance +sustenanceless +sustentacula +sustentacular +sustentaculum +sustentation +sustentational +sustentative +sustentator +sustention +sustentive +sustentor +Susu +susu +Susuhunan +Susuidae +Susumu +susurr +susurrant +susurrate +susurration +susurringly +susurrous +susurrus +Sutaio +suterbery +suther +Sutherlandia +sutile +sutler +sutlerage +sutleress +sutlership +sutlery +Suto +sutor +sutorial +sutorian +sutorious +sutra +Suttapitaka +suttee +sutteeism +sutten +suttin +suttle +Sutu +sutural +suturally +suturation +suture +Suu +suum +Suwandi +suwarro +suwe +Suyog +suz +Suzan +Suzanne +suzerain +suzeraine +suzerainship +suzerainty +Suzy +Svan +Svanetian +Svanish +Svante +Svantovit +svarabhakti +svarabhaktic +Svarloka +svelte +Svetambara +sviatonosite +swa +Swab +swab +swabber +swabberly +swabble +Swabian +swack +swacken +swacking +swad +swaddle +swaddlebill +swaddler +swaddling +swaddy +Swadeshi +Swadeshism +swag +swagbellied +swagbelly +swage +swager +swagger +swaggerer +swaggering +swaggeringly +swaggie +swaggy +swaglike +swagman +swagsman +Swahilese +Swahili +Swahilian +Swahilize +swaimous +swain +swainish +swainishness +swainship +Swainsona +swainsona +swaird +swale +swaler +swaling +swalingly +swallet +swallo +swallow +swallowable +swallower +swallowlike +swallowling +swallowpipe +swallowtail +swallowwort +swam +swami +swamp +swampable +swampberry +swamper +swampish +swampishness +swampland +swampside +swampweed +swampwood +swampy +Swamy +swan +swandown +swanflower +swang +swangy +swanherd +swanhood +swanimote +swank +swanker +swankily +swankiness +swanking +swanky +swanlike +swanmark +swanmarker +swanmarking +swanneck +swannecked +swanner +swannery +swannish +swanny +swanskin +Swantevit +swanweed +swanwort +swap +swape +swapper +swapping +swaraj +swarajism +swarajist +swarbie +sward +swardy +sware +swarf +swarfer +swarm +swarmer +swarming +swarmy +swarry +swart +swartback +swarth +swarthily +swarthiness +swarthness +swarthy +swartish +swartly +swartness +swartrutter +swartrutting +swarty +Swartzbois +Swartzia +swarve +swash +swashbuckle +swashbuckler +swashbucklerdom +swashbucklering +swashbucklery +swashbuckling +swasher +swashing +swashway +swashwork +swashy +swastika +swastikaed +Swat +swat +swatch +Swatchel +swatcher +swatchway +swath +swathable +swathband +swathe +swatheable +swather +swathy +Swati +Swatow +swatter +swattle +swaver +sway +swayable +swayed +swayer +swayful +swaying +swayingly +swayless +Swazi +Swaziland +sweal +sweamish +swear +swearer +swearingly +swearword +sweat +sweatband +sweatbox +sweated +sweater +sweatful +sweath +sweatily +sweatiness +sweating +sweatless +sweatproof +sweatshop +sweatweed +sweaty +Swede +Swedenborgian +Swedenborgianism +Swedenborgism +swedge +Swedish +sweeny +sweep +sweepable +sweepage +sweepback +sweepboard +sweepdom +sweeper +sweeperess +sweepforward +sweeping +sweepingly +sweepingness +sweepings +sweepstake +sweepwasher +sweepwashings +sweepy +sweer +sweered +sweet +sweetberry +sweetbread +sweetbrier +sweetbriery +sweeten +sweetener +sweetening +sweetfish +sweetful +sweetheart +sweetheartdom +sweethearted +sweetheartedness +sweethearting +sweetheartship +sweetie +sweeting +sweetish +sweetishly +sweetishness +sweetleaf +sweetless +sweetlike +sweetling +sweetly +sweetmaker +sweetmeat +sweetmouthed +sweetness +sweetroot +sweetshop +sweetsome +sweetsop +sweetwater +sweetweed +sweetwood +sweetwort +sweety +swego +swelchie +swell +swellage +swelldom +swelldoodle +swelled +sweller +swellfish +swelling +swellish +swellishness +swellmobsman +swellness +swelltoad +swelly +swelp +swelt +swelter +sweltering +swelteringly +swelth +sweltry +swelty +swep +swept +swerd +Swertia +swerve +swerveless +swerver +swervily +swick +swidge +Swietenia +swift +swiften +swifter +swiftfoot +swiftlet +swiftlike +swiftness +swifty +swig +swigger +swiggle +swile +swill +swillbowl +swiller +swilltub +swim +swimmable +swimmer +swimmeret +swimmily +swimminess +swimming +swimmingly +swimmingness +swimmist +swimmy +swimsuit +swimy +Swinburnesque +Swinburnian +swindle +swindleable +swindledom +swindler +swindlership +swindlery +swindling +swindlingly +swine +swinebread +swinecote +swinehead +swineherd +swineherdship +swinehood +swinehull +swinelike +swinely +swinepipe +swinery +swinestone +swinesty +swiney +swing +swingable +swingback +swingdevil +swingdingle +swinge +swingeing +swinger +swinging +swingingly +Swingism +swingle +swinglebar +swingletail +swingletree +swingstock +swingtree +swingy +swinish +swinishly +swinishness +swink +swinney +swipe +swiper +swipes +swiple +swipper +swipy +swird +swire +swirl +swirlingly +swirly +swirring +swish +swisher +swishing +swishingly +swishy +Swiss +swiss +Swissess +swissing +switch +switchback +switchbacker +switchboard +switched +switchel +switcher +switchgear +switching +switchkeeper +switchlike +switchman +switchy +switchyard +swith +swithe +swithen +swither +Swithin +Switzer +Switzeress +swivel +swiveled +swiveleye +swiveleyed +swivellike +swivet +swivetty +swiz +swizzle +swizzler +swob +swollen +swollenly +swollenness +swom +swonken +swoon +swooned +swooning +swooningly +swoony +swoop +swooper +swoosh +sword +swordbill +swordcraft +swordfish +swordfisherman +swordfishery +swordfishing +swordick +swording +swordless +swordlet +swordlike +swordmaker +swordmaking +swordman +swordmanship +swordplay +swordplayer +swordproof +swordsman +swordsmanship +swordsmith +swordster +swordstick +swordswoman +swordtail +swordweed +swore +sworn +swosh +swot +swotter +swounds +swow +swum +swung +swungen +swure +syagush +sybarism +sybarist +Sybarital +Sybaritan +Sybarite +Sybaritic +Sybaritical +Sybaritically +Sybaritish +sybaritism +Sybil +sybotic +sybotism +sycamine +sycamore +syce +sycee +sychnocarpous +sycock +sycoma +sycomancy +Sycon +Syconaria +syconarian +syconate +Sycones +syconid +Syconidae +syconium +syconoid +syconus +sycophancy +sycophant +sycophantic +sycophantical +sycophantically +sycophantish +sycophantishly +sycophantism +sycophantize +sycophantry +sycosiform +sycosis +Syd +Sydneian +Sydneyite +sye +Syed +syenite +syenitic +syenodiorite +syenogabbro +sylid +syllab +syllabarium +syllabary +syllabatim +syllabation +syllabe +syllabi +syllabic +syllabical +syllabically +syllabicate +syllabication +syllabicness +syllabification +syllabify +syllabism +syllabize +syllable +syllabled +syllabus +syllepsis +sylleptic +sylleptical +sylleptically +Syllidae +syllidian +Syllis +sylloge +syllogism +syllogist +syllogistic +syllogistical +syllogistically +syllogistics +syllogization +syllogize +syllogizer +sylph +sylphic +sylphid +sylphidine +sylphish +sylphize +sylphlike +Sylphon +sylphy +sylva +sylvae +sylvage +Sylvan +sylvan +sylvanesque +sylvanite +sylvanitic +sylvanity +sylvanize +sylvanly +sylvanry +sylvate +sylvatic +Sylvester +sylvester +sylvestral +sylvestrene +Sylvestrian +sylvestrian +Sylvestrine +Sylvia +Sylvian +sylvic +Sylvicolidae +sylvicoline +Sylviidae +Sylviinae +sylviine +sylvine +sylvinite +sylvite +symbasic +symbasical +symbasically +symbasis +symbiogenesis +symbiogenetic +symbiogenetically +symbion +symbiont +symbiontic +symbionticism +symbiosis +symbiot +symbiote +symbiotic +symbiotically +symbiotics +symbiotism +symbiotrophic +symblepharon +symbol +symbolaeography +symbolater +symbolatrous +symbolatry +symbolic +symbolical +symbolically +symbolicalness +symbolicly +symbolics +symbolism +symbolist +symbolistic +symbolistical +symbolistically +symbolization +symbolize +symbolizer +symbolofideism +symbological +symbologist +symbolography +symbology +symbololatry +symbolology +symbolry +symbouleutic +symbranch +Symbranchia +symbranchiate +symbranchoid +symbranchous +symmachy +symmedian +symmelia +symmelian +symmelus +symmetalism +symmetral +symmetric +symmetrical +symmetricality +symmetrically +symmetricalness +symmetrist +symmetrization +symmetrize +symmetroid +symmetrophobia +symmetry +symmorphic +symmorphism +sympalmograph +sympathectomize +sympathectomy +sympathetectomy +sympathetic +sympathetical +sympathetically +sympatheticism +sympatheticity +sympatheticness +sympatheticotonia +sympatheticotonic +sympathetoblast +sympathicoblast +sympathicotonia +sympathicotonic +sympathicotripsy +sympathism +sympathist +sympathize +sympathizer +sympathizing +sympathizingly +sympathoblast +sympatholysis +sympatholytic +sympathomimetic +sympathy +sympatric +sympatry +Sympetalae +sympetalous +Symphalangus +symphenomena +symphenomenal +symphile +symphilic +symphilism +symphilous +symphily +symphogenous +symphonetic +symphonia +symphonic +symphonically +symphonion +symphonious +symphoniously +symphonist +symphonize +symphonous +symphony +Symphoricarpos +symphoricarpous +symphrase +symphronistic +symphyantherous +symphycarpous +Symphyla +symphylan +symphyllous +symphylous +symphynote +symphyogenesis +symphyogenetic +symphyostemonous +symphyseal +symphyseotomy +symphysial +symphysian +symphysic +symphysion +symphysiotomy +symphysis +symphysodactylia +symphysotomy +symphysy +Symphyta +symphytic +symphytically +symphytism +symphytize +Symphytum +sympiesometer +symplasm +symplectic +Symplegades +symplesite +Symplocaceae +symplocaceous +Symplocarpus +symploce +Symplocos +sympode +sympodia +sympodial +sympodially +sympodium +sympolity +symposia +symposiac +symposiacal +symposial +symposiarch +symposiast +symposiastic +symposion +symposium +symptom +symptomatic +symptomatical +symptomatically +symptomatics +symptomatize +symptomatography +symptomatological +symptomatologically +symptomatology +symptomical +symptomize +symptomless +symptosis +symtomology +synacme +synacmic +synacmy +synactic +synadelphite +synaeresis +synagogal +synagogian +synagogical +synagogism +synagogist +synagogue +synalgia +synalgic +synallactic +synallagmatic +synaloepha +synanastomosis +synange +synangia +synangial +synangic +synangium +synanthema +synantherological +synantherologist +synantherology +synantherous +synanthesis +synanthetic +synanthic +synanthous +synanthrose +synanthy +synaphea +synaposematic +synapse +synapses +Synapsida +synapsidan +synapsis +synaptai +synaptase +synapte +synaptene +Synaptera +synapterous +synaptic +synaptical +synaptically +synapticula +synapticulae +synapticular +synapticulate +synapticulum +Synaptosauria +synaptychus +synarchical +synarchism +synarchy +synarmogoid +Synarmogoidea +synarquism +synartesis +synartete +synartetic +synarthrodia +synarthrodial +synarthrodially +synarthrosis +Synascidiae +synascidian +synastry +synaxar +synaxarion +synaxarist +synaxarium +synaxary +synaxis +sync +Syncarida +syncarp +syncarpia +syncarpium +syncarpous +syncarpy +syncategorematic +syncategorematical +syncategorematically +syncategoreme +syncephalic +syncephalus +syncerebral +syncerebrum +synch +synchitic +synchondoses +synchondrosial +synchondrosially +synchondrosis +synchondrotomy +synchoresis +synchro +synchroflash +synchromesh +synchronal +synchrone +synchronic +synchronical +synchronically +synchronism +synchronistic +synchronistical +synchronistically +synchronizable +synchronization +synchronize +synchronized +synchronizer +synchronograph +synchronological +synchronology +synchronous +synchronously +synchronousness +synchrony +synchroscope +synchrotron +synchysis +Synchytriaceae +Synchytrium +syncladous +synclastic +synclinal +synclinally +syncline +synclinical +synclinore +synclinorial +synclinorian +synclinorium +synclitic +syncliticism +synclitism +syncoelom +syncopal +syncopate +syncopated +syncopation +syncopator +syncope +syncopic +syncopism +syncopist +syncopize +syncotyledonous +syncracy +syncraniate +syncranterian +syncranteric +syncrasy +syncretic +syncretical +syncreticism +syncretion +syncretism +syncretist +syncretistic +syncretistical +syncretize +syncrisis +Syncrypta +syncryptic +syncytia +syncytial +syncytioma +syncytiomata +syncytium +syndactyl +syndactylia +syndactylic +syndactylism +syndactylous +syndactyly +syndectomy +synderesis +syndesis +syndesmectopia +syndesmitis +syndesmography +syndesmology +syndesmoma +Syndesmon +syndesmoplasty +syndesmorrhaphy +syndesmosis +syndesmotic +syndesmotomy +syndetic +syndetical +syndetically +syndic +syndical +syndicalism +syndicalist +syndicalistic +syndicalize +syndicate +syndicateer +syndication +syndicator +syndicship +syndoc +syndrome +syndromic +syndyasmian +Syndyoceras +syne +synecdoche +synecdochic +synecdochical +synecdochically +synecdochism +synechia +synechiological +synechiology +synechological +synechology +synechotomy +synechthran +synechthry +synecology +synecphonesis +synectic +synecticity +Synedra +synedral +Synedria +synedria +synedrial +synedrian +Synedrion +synedrion +Synedrium +synedrium +synedrous +syneidesis +synema +synemmenon +synenergistic +synenergistical +synenergistically +synentognath +Synentognathi +synentognathous +syneresis +synergastic +synergetic +synergia +synergic +synergically +synergid +synergidae +synergidal +synergism +synergist +synergistic +synergistical +synergistically +synergize +synergy +synerize +synesis +synesthesia +synesthetic +synethnic +syngamic +syngamous +syngamy +Syngenesia +syngenesian +syngenesious +syngenesis +syngenetic +syngenic +syngenism +syngenite +Syngnatha +Syngnathi +syngnathid +Syngnathidae +syngnathoid +syngnathous +Syngnathus +syngraph +synizesis +synkaryon +synkatathesis +synkinesia +synkinesis +synkinetic +synneurosis +synneusis +synochoid +synochus +synocreate +synod +synodal +synodalian +synodalist +synodally +synodical +synodically +synodist +synodite +synodontid +Synodontidae +synodontoid +synodsman +Synodus +synoecete +synoeciosis +synoecious +synoeciously +synoeciousness +synoecism +synoecize +synoecy +synoicous +synomosy +synonym +synonymatic +synonymic +synonymical +synonymicon +synonymics +synonymist +synonymity +synonymize +synonymous +synonymously +synonymousness +synonymy +synophthalmus +synopses +synopsis +synopsize +synopsy +synoptic +synoptical +synoptically +Synoptist +synoptist +Synoptistic +synorchidism +synorchism +synorthographic +synosteology +synosteosis +synostose +synostosis +synostotic +synostotical +synostotically +synousiacs +synovectomy +synovia +synovial +synovially +synoviparous +synovitic +synovitis +synpelmous +synrhabdosome +synsacral +synsacrum +synsepalous +synspermous +synsporous +syntactic +syntactical +syntactically +syntactician +syntactics +syntagma +syntan +syntasis +syntax +syntaxis +syntaxist +syntechnic +syntectic +syntelome +syntenosis +synteresis +syntexis +syntheme +synthermal +syntheses +synthesis +synthesism +synthesist +synthesization +synthesize +synthesizer +synthete +synthetic +synthetical +synthetically +syntheticism +synthetism +synthetist +synthetization +synthetize +synthetizer +synthol +synthroni +synthronoi +synthronos +synthronus +syntomia +syntomy +syntone +syntonic +syntonical +syntonically +syntonin +syntonization +syntonize +syntonizer +syntonolydian +syntonous +syntony +syntripsis +syntrope +syntrophic +syntropic +syntropical +syntropy +syntype +syntypic +syntypicism +Synura +synusia +synusiast +syodicon +sypher +syphilide +syphilidography +syphilidologist +syphiliphobia +syphilis +syphilitic +syphilitically +syphilization +syphilize +syphiloderm +syphilodermatous +syphilogenesis +syphilogeny +syphilographer +syphilography +syphiloid +syphilologist +syphilology +syphiloma +syphilomatous +syphilophobe +syphilophobia +syphilophobic +syphilopsychosis +syphilosis +syphilous +Syracusan +syre +Syriac +Syriacism +Syriacist +Syrian +Syrianic +Syrianism +Syrianize +Syriarch +Syriasm +syringa +syringadenous +syringe +syringeal +syringeful +syringes +syringin +syringitis +syringium +syringocoele +syringomyelia +syringomyelic +syringotome +syringotomy +syrinx +Syriologist +Syrma +syrma +Syrmian +Syrnium +Syrophoenician +syrphian +syrphid +Syrphidae +syrt +syrtic +Syrtis +syrup +syruped +syruper +syruplike +syrupy +Syryenian +syssarcosis +syssel +sysselman +syssiderite +syssitia +syssition +systaltic +systasis +systatic +system +systematic +systematical +systematicality +systematically +systematician +systematicness +systematics +systematism +systematist +systematization +systematize +systematizer +systematology +systemed +systemic +systemically +systemist +systemizable +systemization +systemize +systemizer +systemless +systemproof +systemwise +systilius +systolated +systole +systolic +systyle +systylous +Syun +syzygetic +syzygetically +syzygial +syzygium +syzygy +szaibelyite +Szekler +szlachta +szopelka +T +t +ta +taa +Taal +Taalbond +taar +Tab +tab +tabacin +tabacosis +tabacum +tabanid +Tabanidae +tabaniform +tabanuco +Tabanus +tabard +tabarded +tabaret +Tabasco +tabasheer +tabashir +tabaxir +tabbarea +tabber +tabbinet +Tabby +tabby +Tabebuia +tabefaction +tabefy +tabella +Tabellaria +Tabellariaceae +tabellion +taberdar +taberna +tabernacle +tabernacler +tabernacular +Tabernaemontana +tabernariae +tabes +tabescence +tabescent +tabet +tabetic +tabetiform +tabetless +tabic +tabid +tabidly +tabidness +tabific +tabifical +tabinet +Tabira +Tabitha +tabitude +tabla +tablature +table +tableau +tableaux +tablecloth +tableclothwise +tableclothy +tabled +tablefellow +tablefellowship +tableful +tableity +tableland +tableless +tablelike +tablemaid +tablemaker +tablemaking +tableman +tablemate +tabler +tables +tablespoon +tablespoonful +tablet +tabletary +tableware +tablewise +tabling +tablinum +Tabloid +tabloid +tabog +taboo +tabooism +tabooist +taboot +taboparalysis +taboparesis +taboparetic +tabophobia +tabor +taborer +taboret +taborin +Taborite +tabour +tabourer +tabouret +tabret +Tabriz +tabu +tabula +tabulable +tabular +tabulare +tabularium +tabularization +tabularize +tabularly +tabulary +Tabulata +tabulate +tabulated +tabulation +tabulator +tabulatory +tabule +tabuliform +tabut +tacahout +tacamahac +Tacana +Tacanan +Tacca +Taccaceae +taccaceous +taccada +tach +Tachardia +Tachardiinae +tache +tacheless +tacheography +tacheometer +tacheometric +tacheometry +tacheture +tachhydrite +tachibana +Tachina +Tachinaria +tachinarian +tachinid +Tachinidae +tachiol +tachistoscope +tachistoscopic +tachogram +tachograph +tachometer +tachometry +tachoscope +tachycardia +tachycardiac +tachygen +tachygenesis +tachygenetic +tachygenic +tachyglossal +tachyglossate +Tachyglossidae +Tachyglossus +tachygraph +tachygrapher +tachygraphic +tachygraphical +tachygraphically +tachygraphist +tachygraphometer +tachygraphometry +tachygraphy +tachyhydrite +tachyiatry +tachylalia +tachylite +tachylyte +tachylytic +tachymeter +tachymetric +tachymetry +tachyphagia +tachyphasia +tachyphemia +tachyphrasia +tachyphrenia +tachypnea +tachyscope +tachyseism +tachysterol +tachysystole +tachythanatous +tachytomy +tachytype +tacit +Tacitean +tacitly +tacitness +taciturn +taciturnist +taciturnity +taciturnly +tack +tacker +tacket +tackety +tackey +tackiness +tacking +tackingly +tackle +tackled +tackleless +tackleman +tackler +tackless +tackling +tackproof +tacksman +tacky +taclocus +tacmahack +tacnode +Taconian +Taconic +taconite +tacso +Tacsonia +tact +tactable +tactful +tactfully +tactfulness +tactic +tactical +tactically +tactician +tactics +tactile +tactilist +tactility +tactilogical +tactinvariant +taction +tactite +tactive +tactless +tactlessly +tactlessness +tactometer +tactor +tactosol +tactual +tactualist +tactuality +tactually +tactus +tacuacine +Taculli +Tad +tad +tade +Tadjik +Tadousac +tadpole +tadpoledom +tadpolehood +tadpolelike +tadpolism +tae +tael +taen +taenia +taeniacidal +taeniacide +Taeniada +taeniafuge +taenial +taenian +taeniasis +Taeniata +taeniate +taenicide +Taenidia +taenidium +taeniform +taenifuge +taeniiform +Taeniobranchia +taeniobranchiate +Taeniodonta +Taeniodontia +Taeniodontidae +Taenioglossa +taenioglossate +taenioid +taeniosome +Taeniosomi +taeniosomous +taenite +taennin +Taetsia +taffarel +tafferel +taffeta +taffety +taffle +taffrail +Taffy +taffy +taffylike +taffymaker +taffymaking +taffywise +tafia +tafinagh +taft +tafwiz +tag +Tagabilis +Tagakaolo +Tagal +Tagala +Tagalize +Tagalo +Tagalog +tagasaste +Tagassu +Tagassuidae +tagatose +Tagaur +Tagbanua +tagboard +Tagetes +tagetol +tagetone +tagged +tagger +taggle +taggy +Taghlik +tagilite +Tagish +taglet +Tagliacotian +Tagliacozzian +taglike +taglock +tagrag +tagraggery +tagsore +tagtail +tagua +taguan +Tagula +tagwerk +taha +Tahami +taheen +tahil +tahin +Tahiti +Tahitian +tahkhana +Tahltan +tahr +tahseeldar +tahsil +tahsildar +Tahsin +tahua +Tai +tai +taiaha +taich +taiga +taigle +taiglesome +taihoa +taikhana +tail +tailage +tailband +tailboard +tailed +tailender +tailer +tailet +tailfirst +tailflower +tailforemost +tailge +tailhead +tailing +tailings +taille +tailless +taillessly +taillessness +taillie +taillight +taillike +tailor +tailorage +tailorbird +tailorcraft +tailordom +tailoress +tailorhood +tailoring +tailorism +tailorization +tailorize +tailorless +tailorlike +tailorly +tailorman +tailorship +tailorwise +tailory +tailpiece +tailpin +tailpipe +tailrace +tailsman +tailstock +Tailte +tailward +tailwards +tailwise +taily +tailzee +tailzie +taimen +taimyrite +tain +Tainan +Taino +taint +taintable +taintless +taintlessly +taintlessness +taintment +taintor +taintproof +tainture +taintworm +Tainui +taipan +Taipi +Taiping +taipo +tairge +tairger +tairn +taisch +taise +Taisho +taissle +taistrel +taistril +Tait +tait +taiver +taivers +taivert +Taiwanhemp +Taiyal +taj +Tajik +takable +takamaka +Takao +takar +Takayuki +take +takedown +takedownable +takeful +Takelma +taken +taker +Takeuchi +Takhaar +Takhtadjy +Takilman +takin +taking +takingly +takingness +takings +Takitumu +takosis +takt +Taku +taky +takyr +Tal +tal +tala +talabon +talahib +Talaing +talaje +talak +talalgia +Talamanca +Talamancan +talanton +talao +talapoin +talar +talari +talaria +talaric +talayot +talbot +talbotype +talc +talcer +Talcher +talcky +talclike +talcochlorite +talcoid +talcomicaceous +talcose +talcous +talcum +tald +tale +talebearer +talebearing +talebook +talecarrier +talecarrying +taled +taleful +Talegallinae +Talegallus +talemaster +talemonger +talemongering +talent +talented +talentless +talepyet +taler +tales +talesman +taleteller +taletelling +tali +Taliacotian +taliage +taliation +taliera +taligrade +Talinum +talion +talionic +talipat +taliped +talipedic +talipes +talipomanus +talipot +talis +talisay +Talishi +talisman +talismanic +talismanical +talismanically +talismanist +talite +Talitha +talitol +talk +talkability +talkable +talkathon +talkative +talkatively +talkativeness +talker +talkfest +talkful +talkie +talkiness +talking +talkworthy +talky +tall +tallage +tallageability +tallageable +tallboy +tallegalane +taller +tallero +talles +tallet +talliable +talliage +talliar +talliate +tallier +tallis +tallish +tallit +tallith +tallness +talloel +tallote +tallow +tallowberry +tallower +tallowiness +tallowing +tallowish +tallowlike +tallowmaker +tallowmaking +tallowman +tallowroot +tallowweed +tallowwood +tallowy +tallwood +tally +tallyho +tallyman +tallymanship +tallywag +tallywalka +tallywoman +talma +talmouse +Talmud +Talmudic +Talmudical +Talmudism +Talmudist +Talmudistic +Talmudistical +Talmudization +Talmudize +talocalcaneal +talocalcanean +talocrural +talofibular +talon +talonavicular +taloned +talonic +talonid +taloscaphoid +talose +talotibial +Talpa +talpacoti +talpatate +talpetate +talpicide +talpid +Talpidae +talpiform +talpify +talpine +talpoid +talthib +Taltushtuntude +Taluche +Taluhet +taluk +taluka +talukdar +talukdari +talus +taluto +talwar +talwood +Talyshin +tam +Tama +tamability +tamable +tamableness +tamably +Tamaceae +Tamachek +tamacoare +tamale +Tamanac +Tamanaca +Tamanaco +tamandu +tamandua +tamanoas +tamanoir +tamanowus +tamanu +Tamara +tamara +tamarack +tamaraite +tamarao +Tamaricaceae +tamaricaceous +tamarin +tamarind +Tamarindus +tamarisk +Tamarix +Tamaroa +tamas +tamasha +Tamashek +Tamaulipecan +tambac +tambaroora +tamber +tambo +tamboo +Tambookie +tambookie +tambor +Tambouki +tambour +tamboura +tambourer +tambouret +tambourgi +tambourin +tambourinade +tambourine +tambourist +tambreet +Tambuki +tamburan +tamburello +Tame +tame +tamehearted +tameheartedness +tamein +tameless +tamelessly +tamelessness +tamely +tameness +tamer +Tamerlanism +Tamias +tamidine +Tamil +Tamilian +Tamilic +tamis +tamise +tamlung +Tammanial +Tammanize +Tammany +Tammanyism +Tammanyite +Tammanyize +tammie +tammock +Tammy +tammy +Tamonea +Tamoyo +tamp +tampala +tampan +tampang +tamper +tamperer +tamperproof +tampin +tamping +tampion +tampioned +tampon +tamponade +tamponage +tamponment +tampoon +Tamul +Tamulian +Tamulic +Tamus +Tamworth +Tamzine +tan +tana +tanacetin +tanacetone +Tanacetum +tanacetyl +tanach +tanager +Tanagra +Tanagraean +Tanagridae +tanagrine +tanagroid +Tanaidacea +tanaist +tanak +Tanaka +Tanala +tanan +tanbark +tanbur +tancel +Tanchelmian +tanchoir +tandan +tandem +tandemer +tandemist +tandemize +tandemwise +tandle +tandour +Tandy +tane +tanekaha +Tang +tang +tanga +Tangaloa +tangalung +tangantangan +Tangaridae +Tangaroa +Tangaroan +tanged +tangeite +tangelo +tangence +tangency +tangent +tangental +tangentally +tangential +tangentiality +tangentially +tangently +tanger +Tangerine +tangfish +tangham +tanghan +tanghin +Tanghinia +tanghinin +tangi +tangibile +tangibility +tangible +tangibleness +tangibly +tangie +Tangier +tangilin +Tangipahoa +tangka +tanglad +tangle +tangleberry +tanglefish +tanglefoot +tanglement +tangleproof +tangler +tangleroot +tanglesome +tangless +tanglewrack +tangling +tanglingly +tangly +tango +tangoreceptor +tangram +tangs +tangue +tanguile +tangum +tangun +Tangut +tangy +tanh +tanha +tanhouse +tania +tanica +tanier +tanist +tanistic +tanistry +tanistship +Tanite +Tanitic +tanjib +tanjong +tank +tanka +tankage +tankah +tankard +tanked +tanker +tankerabogus +tankert +tankette +tankful +tankle +tankless +tanklike +tankmaker +tankmaking +tankman +tankodrome +tankroom +tankwise +tanling +tannable +tannage +tannaic +tannaim +tannaitic +tannalbin +tannase +tannate +tanned +tanner +tannery +tannic +tannide +tanniferous +tannin +tannined +tanning +tanninlike +tannocaffeic +tannogallate +tannogallic +tannogelatin +tannogen +tannoid +tannometer +tannyl +Tano +tanoa +Tanoan +tanproof +tanquam +Tanquelinian +tanquen +tanrec +tanstuff +tansy +tantadlin +tantafflin +tantalate +Tantalean +Tantalian +Tantalic +tantalic +tantaliferous +tantalifluoride +tantalite +tantalization +tantalize +tantalizer +tantalizingly +tantalizingness +tantalofluoride +tantalum +Tantalus +tantamount +tantara +tantarabobus +tantarara +tanti +tantivy +tantle +Tantony +tantra +tantric +tantrik +tantrism +tantrist +tantrum +tantum +tanwood +tanworks +Tanya +tanyard +Tanyoan +Tanystomata +tanystomatous +tanystome +tanzeb +tanzib +Tanzine +tanzy +Tao +tao +Taoism +Taoist +Taoistic +Taonurus +Taos +taotai +taoyin +tap +Tapa +tapa +Tapachula +Tapachulteca +tapacolo +tapaculo +Tapacura +tapadera +tapadero +Tapajo +tapalo +tapamaker +tapamaking +tapas +tapasvi +Tape +tape +Tapeats +tapeinocephalic +tapeinocephalism +tapeinocephaly +tapeless +tapelike +tapeline +tapemaker +tapemaking +tapeman +tapen +taper +taperbearer +tapered +taperer +tapering +taperingly +taperly +tapermaker +tapermaking +taperness +taperwise +tapesium +tapestring +tapestry +tapestrylike +tapet +tapetal +tapete +tapeti +tapetless +tapetum +tapework +tapeworm +taphephobia +taphole +taphouse +Taphria +Taphrina +Taphrinaceae +tapia +Tapijulapane +tapinceophalism +tapinocephalic +tapinocephaly +Tapinoma +tapinophobia +tapinophoby +tapinosis +tapioca +tapir +Tapiridae +tapiridian +tapirine +Tapiro +tapiroid +Tapirus +tapis +tapism +tapist +taplash +taplet +Tapleyism +tapmost +tapnet +tapoa +Taposa +tapoun +tappa +tappable +tappableness +tappall +tappaul +tappen +tapper +tapperer +Tappertitian +tappet +tappietoorie +tapping +tappoon +Taprobane +taproom +taproot +taprooted +taps +tapster +tapsterlike +tapsterly +tapstress +tapu +tapul +Tapuya +Tapuyan +Tapuyo +taqua +tar +tara +tarabooka +taraf +tarafdar +tarage +Tarahumar +Tarahumara +Tarahumare +Tarahumari +Tarai +tarairi +tarakihi +Taraktogenos +taramellite +Taramembe +Taranchi +tarand +Tarandean +Tarandian +tarantara +tarantass +tarantella +tarantism +tarantist +tarantula +tarantular +tarantulary +tarantulated +tarantulid +Tarantulidae +tarantulism +tarantulite +tarantulous +tarapatch +taraph +tarapin +Tarapon +Tarasc +Tarascan +Tarasco +tarassis +tarata +taratah +taratantara +taratantarize +tarau +taraxacerin +taraxacin +Taraxacum +Tarazed +tarbadillo +tarbet +tarboard +tarbogan +tarboggin +tarboosh +tarbooshed +tarboy +tarbrush +tarbush +tarbuttite +Tardenoisian +Tardigrada +tardigrade +tardigradous +tardily +tardiness +tarditude +tardive +tardle +tardy +tare +tarea +tarefa +tarefitch +tarentala +tarente +Tarentine +tarentism +tarentola +tarepatch +Tareq +tarfa +tarflower +targe +targeman +targer +target +targeted +targeteer +targetlike +targetman +Targum +Targumic +Targumical +Targumist +Targumistic +Targumize +Tarheel +Tarheeler +tarhood +tari +Tariana +tarie +tariff +tariffable +tariffication +tariffism +tariffist +tariffite +tariffize +tariffless +tarin +Tariri +tariric +taririnic +tarish +Tarkalani +Tarkani +tarkashi +tarkeean +tarkhan +tarlatan +tarlataned +tarletan +tarlike +tarltonize +Tarmac +tarmac +tarman +Tarmi +tarmined +tarn +tarnal +tarnally +tarnation +tarnish +tarnishable +tarnisher +tarnishment +tarnishproof +tarnlike +tarnside +taro +taroc +tarocco +tarok +taropatch +tarot +tarp +tarpan +tarpaulin +tarpaulinmaker +Tarpeia +Tarpeian +tarpon +tarpot +tarpum +Tarquin +Tarquinish +tarr +tarrack +tarradiddle +tarradiddler +tarragon +tarragona +tarras +tarrass +Tarrateen +Tarratine +tarred +tarrer +tarri +tarriance +tarrie +tarrier +tarrify +tarrily +tarriness +tarrish +tarrock +tarrow +tarry +tarrying +tarryingly +tarryingness +tars +tarsadenitis +tarsal +tarsale +tarsalgia +tarse +tarsectomy +tarsectopia +tarsi +tarsia +tarsier +Tarsiidae +tarsioid +Tarsipedidae +Tarsipedinae +Tarsipes +tarsitis +Tarsius +tarsochiloplasty +tarsoclasis +tarsomalacia +tarsome +tarsometatarsal +tarsometatarsus +tarsonemid +Tarsonemidae +Tarsonemus +tarsophalangeal +tarsophyma +tarsoplasia +tarsoplasty +tarsoptosis +tarsorrhaphy +tarsotarsal +tarsotibal +tarsotomy +tarsus +tart +tartago +Tartan +tartan +tartana +tartane +Tartar +tartar +tartarated +Tartarean +Tartareous +tartareous +tartaret +Tartarian +Tartaric +tartaric +Tartarin +tartarish +Tartarism +Tartarization +tartarization +Tartarize +tartarize +Tartarized +Tartarlike +tartarly +Tartarology +tartarous +tartarproof +tartarum +Tartarus +Tartary +tartemorion +tarten +tartish +tartishly +tartle +tartlet +tartly +tartness +tartramate +tartramic +tartramide +tartrate +tartrated +tartratoferric +tartrazine +tartrazinic +tartro +tartronate +tartronic +tartronyl +tartronylurea +tartrous +tartryl +tartrylic +Tartufe +tartufery +tartufian +tartufish +tartufishly +tartufism +tartwoman +Taruma +Tarumari +tarve +Tarvia +tarweed +tarwhine +tarwood +tarworks +taryard +Taryba +Tarzan +Tarzanish +tasajo +tascal +tasco +taseometer +tash +tasheriff +tashie +tashlik +Tashnagist +Tashnakist +tashreef +tashrif +Tasian +tasimeter +tasimetric +tasimetry +task +taskage +tasker +taskit +taskless +tasklike +taskmaster +taskmastership +taskmistress +tasksetter +tasksetting +taskwork +taslet +Tasmanian +tasmanite +Tass +tass +tassago +tassah +tassal +tassard +tasse +tassel +tasseler +tasselet +tasselfish +tassellus +tasselmaker +tasselmaking +tassely +tasser +tasset +tassie +tassoo +tastable +tastableness +tastably +taste +tasteable +tasteableness +tasteably +tasted +tasteful +tastefully +tastefulness +tastekin +tasteless +tastelessly +tastelessness +tasten +taster +tastily +tastiness +tasting +tastingly +tasty +tasu +Tat +tat +Tatar +Tatarian +Tataric +Tatarization +Tatarize +Tatary +tataupa +tatbeb +tatchy +tate +tater +Tates +tath +Tatian +Tatianist +tatie +tatinek +tatler +tatou +tatouay +tatpurusha +Tatsanottine +tatsman +tatta +tatter +tatterdemalion +tatterdemalionism +tatterdemalionry +tattered +tatteredly +tatteredness +tatterly +tatterwallop +tattery +tatther +tattied +tatting +tattle +tattlement +tattler +tattlery +tattletale +tattling +tattlingly +tattoo +tattooage +tattooer +tattooing +tattooist +tattooment +tattva +tatty +Tatu +tatu +tatukira +Tatusia +Tatusiidae +tau +Taube +Tauchnitz +taught +taula +Tauli +taum +taun +Taungthu +taunt +taunter +taunting +tauntingly +tauntingness +Taunton +tauntress +taupe +taupo +taupou +taur +tauranga +taurean +Tauri +Taurian +taurian +Tauric +tauric +tauricide +tauricornous +Taurid +Tauridian +tauriferous +tauriform +taurine +Taurini +taurite +taurobolium +tauroboly +taurocephalous +taurocholate +taurocholic +taurocol +taurocolla +Tauroctonus +taurodont +tauroesque +taurokathapsia +taurolatry +tauromachian +tauromachic +tauromachy +tauromorphic +tauromorphous +taurophile +taurophobe +Tauropolos +Taurotragus +Taurus +tauryl +taut +tautaug +tauted +tautegorical +tautegory +tauten +tautirite +tautit +tautly +tautness +tautochrone +tautochronism +tautochronous +tautog +tautologic +tautological +tautologically +tautologicalness +tautologism +tautologist +tautologize +tautologizer +tautologous +tautologously +tautology +tautomer +tautomeral +tautomeric +tautomerism +tautomerizable +tautomerization +tautomerize +tautomery +tautometer +tautometric +tautometrical +tautomorphous +tautonym +tautonymic +tautonymy +tautoousian +tautoousious +tautophonic +tautophonical +tautophony +tautopodic +tautopody +tautosyllabic +tautotype +tautourea +tautousian +tautousious +tautozonal +tautozonality +tav +Tavast +Tavastian +Tave +tave +tavell +taver +tavern +taverner +tavernize +tavernless +tavernlike +tavernly +tavernous +tavernry +tavernwards +tavers +tavert +Tavghi +tavistockite +tavola +tavolatite +Tavy +taw +tawa +tawdered +tawdrily +tawdriness +tawdry +tawer +tawery +Tawgi +tawie +tawite +tawkee +tawkin +tawn +tawney +tawnily +tawniness +tawnle +tawny +tawpi +tawpie +taws +tawse +tawtie +tax +taxability +taxable +taxableness +taxably +Taxaceae +taxaceous +taxameter +taxaspidean +taxation +taxational +taxative +taxatively +taxator +taxeater +taxeating +taxed +taxeme +taxemic +taxeopod +Taxeopoda +taxeopodous +taxeopody +taxer +taxgatherer +taxgathering +taxi +taxiable +taxiarch +taxiauto +taxibus +taxicab +Taxidea +taxidermal +taxidermic +taxidermist +taxidermize +taxidermy +taximan +taximeter +taximetered +taxine +taxing +taxingly +taxinomic +taxinomist +taxinomy +taxiplane +taxis +taxite +taxitic +taxless +taxlessly +taxlessness +taxman +Taxodiaceae +Taxodium +taxodont +taxology +taxometer +taxon +taxonomer +taxonomic +taxonomical +taxonomically +taxonomist +taxonomy +taxor +taxpaid +taxpayer +taxpaying +Taxus +taxwax +taxy +tay +Tayassu +Tayassuidae +tayer +Taygeta +tayir +Taylor +Taylorism +Taylorite +taylorite +Taylorize +tayra +Tayrona +taysaam +tazia +Tcawi +tch +tchai +tcharik +tchast +tche +tcheirek +Tcheka +Tcherkess +tchervonets +tchervonetz +Tchetchentsish +Tchetnitsi +Tchi +tchick +tchu +Tchwi +tck +Td +te +tea +teaberry +teaboard +teabox +teaboy +teacake +teacart +teach +teachability +teachable +teachableness +teachably +teache +teacher +teacherage +teacherdom +teacheress +teacherhood +teacherless +teacherlike +teacherly +teachership +teachery +teaching +teachingly +teachless +teachment +teachy +teacup +teacupful +tead +teadish +teaer +teaey +teagardeny +teagle +Teague +Teagueland +Teaguelander +teahouse +teaish +teaism +teak +teakettle +teakwood +teal +tealeafy +tealery +tealess +teallite +team +teamaker +teamaking +teaman +teameo +teamer +teaming +teamland +teamless +teamman +teammate +teamsman +teamster +teamwise +teamwork +tean +teanal +teap +teapot +teapotful +teapottykin +teapoy +tear +tearable +tearableness +tearably +tearage +tearcat +teardown +teardrop +tearer +tearful +tearfully +tearfulness +tearing +tearless +tearlessly +tearlessness +tearlet +tearlike +tearoom +tearpit +tearproof +tearstain +teart +tearthroat +tearthumb +teary +teasable +teasableness +teasably +tease +teaseable +teaseableness +teaseably +teasehole +teasel +teaseler +teaseller +teasellike +teaselwort +teasement +teaser +teashop +teasiness +teasing +teasingly +teasler +teaspoon +teaspoonful +teasy +teat +teataster +teated +teatfish +teathe +teather +teatime +teatlike +teatling +teatman +teaty +teave +teaware +teaze +teazer +tebbet +Tebet +Tebeth +Tebu +tec +Teca +teca +tecali +Tech +tech +techily +techiness +technetium +technic +technica +technical +technicalism +technicalist +technicality +technicalize +technically +technicalness +technician +technicism +technicist +technicological +technicology +Technicolor +technicon +technics +techniphone +technique +techniquer +technism +technist +technocausis +technochemical +technochemistry +technocracy +technocrat +technocratic +technographer +technographic +technographical +technographically +technography +technolithic +technologic +technological +technologically +technologist +technologue +technology +technonomic +technonomy +technopsychology +techous +techy +teck +Tecla +tecnoctonia +tecnology +Teco +Tecoma +tecomin +tecon +Tecpanec +tectal +tectibranch +Tectibranchia +tectibranchian +Tectibranchiata +tectibranchiate +tectiform +tectocephalic +tectocephaly +tectological +tectology +Tectona +tectonic +tectonics +tectorial +tectorium +Tectosages +tectosphere +tectospinal +Tectospondyli +tectospondylic +tectospondylous +tectrices +tectricial +tectum +tecum +tecuma +Tecuna +Ted +ted +Teda +tedder +Teddy +tedescan +tedge +tediosity +tedious +tediously +tediousness +tediousome +tedisome +tedium +tee +teedle +teel +teem +teemer +teemful +teemfulness +teeming +teemingly +teemingness +teemless +teems +teen +teenage +teenet +teens +teensy +teenty +teeny +teer +teerer +teest +Teeswater +teet +teetaller +teetan +teeter +teeterboard +teeterer +teetertail +teeth +teethache +teethbrush +teethe +teethful +teethily +teething +teethless +teethlike +teethridge +teethy +teeting +teetotal +teetotaler +teetotalism +teetotalist +teetotally +teetotum +teetotumism +teetotumize +teetotumwise +teety +teevee +teewhaap +teff +teg +Tegean +Tegeticula +tegmen +tegmental +tegmentum +tegmina +tegminal +Tegmine +tegua +teguexin +Teguima +tegula +tegular +tegularly +tegulated +tegumen +tegument +tegumental +tegumentary +tegumentum +tegurium +Teheran +tehseel +tehseeldar +tehsil +tehsildar +Tehuantepecan +Tehueco +Tehuelche +Tehuelchean +Tehuelet +Teian +teicher +teiglech +Teiidae +teil +teind +teindable +teinder +teinland +teinoscope +teioid +Teiresias +Tejon +tejon +teju +tekiah +Tekintsi +Tekke +tekke +tekken +Tekkintzi +teknonymous +teknonymy +tektite +tekya +telacoustic +telakucha +telamon +telang +telangiectasia +telangiectasis +telangiectasy +telangiectatic +telangiosis +Telanthera +telar +telarian +telary +telautogram +telautograph +telautographic +telautographist +telautography +telautomatic +telautomatically +telautomatics +Telchines +Telchinic +tele +teleanemograph +teleangiectasia +telebarograph +telebarometer +telecast +telecaster +telechemic +telechirograph +telecinematography +telecode +telecommunication +telecryptograph +telectroscope +teledendrion +teledendrite +teledendron +teledu +telega +telegenic +Telegn +telegnosis +telegnostic +telegonic +telegonous +telegony +telegram +telegrammatic +telegrammic +telegraph +telegraphee +telegrapheme +telegrapher +telegraphese +telegraphic +telegraphical +telegraphically +telegraphist +telegraphone +telegraphophone +telegraphoscope +telegraphy +Telegu +telehydrobarometer +Telei +Teleia +teleianthous +teleiosis +telekinematography +telekinesis +telekinetic +telelectric +telelectrograph +telelectroscope +telemanometer +Telemark +telemark +Telembi +telemechanic +telemechanics +telemechanism +telemetacarpal +telemeteorograph +telemeteorographic +telemeteorography +telemeter +telemetric +telemetrical +telemetrist +telemetrograph +telemetrographic +telemetrography +telemetry +telemotor +telencephal +telencephalic +telencephalon +telenergic +telenergy +teleneurite +teleneuron +Telenget +telengiscope +Telenomus +teleobjective +Teleocephali +teleocephalous +Teleoceras +Teleodesmacea +teleodesmacean +teleodesmaceous +teleodont +teleologic +teleological +teleologically +teleologism +teleologist +teleology +teleometer +teleophobia +teleophore +teleophyte +teleoptile +teleorganic +teleoroentgenogram +teleoroentgenography +teleosaur +teleosaurian +Teleosauridae +Teleosaurus +teleost +teleostean +Teleostei +teleosteous +teleostomate +teleostome +Teleostomi +teleostomian +teleostomous +teleotemporal +teleotrocha +teleozoic +teleozoon +telepathic +telepathically +telepathist +telepathize +telepathy +telepheme +telephone +telephoner +telephonic +telephonical +telephonically +telephonist +telephonograph +telephonographic +telephony +telephote +telephoto +telephotograph +telephotographic +telephotography +Telephus +telepicture +teleplasm +teleplasmic +teleplastic +telepost +teleprinter +teleradiophone +teleran +telergic +telergical +telergically +telergy +telescope +telescopic +telescopical +telescopically +telescopiform +telescopist +Telescopium +telescopy +telescriptor +teleseism +teleseismic +teleseismology +teleseme +telesia +telesis +telesmeter +telesomatic +telespectroscope +telestereograph +telestereography +telestereoscope +telesterion +telesthesia +telesthetic +telestial +telestic +telestich +teletactile +teletactor +teletape +teletherapy +telethermogram +telethermograph +telethermometer +telethermometry +telethon +teletopometer +teletranscription +Teletype +teletype +teletyper +teletypesetter +teletypewriter +teletyping +Teleut +teleuto +teleutoform +teleutosorus +teleutospore +teleutosporic +teleutosporiferous +teleview +televiewer +televise +television +televisional +televisionary +televisor +televisual +televocal +televox +telewriter +Telfairia +telfairic +telfer +telferage +telford +telfordize +telharmonic +telharmonium +telharmony +teli +telial +telic +telical +telically +teliferous +Telinga +teliosorus +teliospore +teliosporic +teliosporiferous +teliostage +telium +tell +tellable +tellach +tellee +teller +tellership +telligraph +Tellima +Tellina +Tellinacea +tellinacean +tellinaceous +telling +tellingly +Tellinidae +tellinoid +tellsome +tellt +telltale +telltalely +telltruth +tellural +tellurate +telluret +tellureted +tellurethyl +telluretted +tellurhydric +tellurian +telluric +telluride +telluriferous +tellurion +tellurism +tellurist +tellurite +tellurium +tellurize +telluronium +tellurous +telmatological +telmatology +teloblast +teloblastic +telocentric +telodendrion +telodendron +telodynamic +telokinesis +telolecithal +telolemma +telome +telomic +telomitic +telonism +Teloogoo +Telopea +telophase +telophragma +telopsis +teloptic +telosynapsis +telosynaptic +telosynaptist +teloteropathic +teloteropathically +teloteropathy +Telotremata +telotrematous +telotroch +telotrocha +telotrochal +telotrochous +telotrophic +telotype +telpath +telpher +telpherage +telpherman +telpherway +telson +telsonic +telt +Telugu +telurgy +telyn +Tema +temacha +temalacatl +Teman +teman +Temanite +tembe +temblor +Tembu +temenos +temerarious +temerariously +temerariousness +temeritous +temerity +temerous +temerously +temerousness +temiak +temin +Temiskaming +Temne +Temnospondyli +temnospondylous +temp +Tempe +Tempean +temper +tempera +temperability +temperable +temperably +temperality +temperament +temperamental +temperamentalist +temperamentally +temperamented +temperance +temperate +temperately +temperateness +temperative +temperature +tempered +temperedly +temperedness +temperer +temperish +temperless +tempersome +tempery +tempest +tempestical +tempestive +tempestively +tempestivity +tempestuous +tempestuously +tempestuousness +tempesty +tempi +Templar +templar +templardom +templarism +templarlike +templarlikeness +templary +template +templater +temple +templed +templeful +templeless +templelike +templet +Templetonia +templeward +templize +tempo +tempora +temporal +temporale +temporalism +temporalist +temporality +temporalize +temporally +temporalness +temporalty +temporaneous +temporaneously +temporaneousness +temporarily +temporariness +temporary +temporator +temporization +temporizer +temporizing +temporizingly +temporoalar +temporoauricular +temporocentral +temporocerebellar +temporofacial +temporofrontal +temporohyoid +temporomalar +temporomandibular +temporomastoid +temporomaxillary +temporooccipital +temporoparietal +temporopontine +temporosphenoid +temporosphenoidal +temporozygomatic +tempre +temprely +tempt +temptability +temptable +temptableness +temptation +temptational +temptationless +temptatious +temptatory +tempter +tempting +temptingly +temptingness +temptress +Tempyo +temse +temser +temulence +temulency +temulent +temulentive +temulently +ten +tenability +tenable +tenableness +tenably +tenace +tenacious +tenaciously +tenaciousness +tenacity +tenaculum +tenai +tenaille +tenaillon +Tenaktak +tenancy +tenant +tenantable +tenantableness +tenanter +tenantism +tenantless +tenantlike +tenantry +tenantship +tench +tenchweed +Tencteri +tend +tendance +tendant +tendence +tendency +tendent +tendential +tendentious +tendentiously +tendentiousness +tender +tenderability +tenderable +tenderably +tenderee +tenderer +tenderfoot +tenderfootish +tenderful +tenderfully +tenderheart +tenderhearted +tenderheartedly +tenderheartedness +tenderish +tenderize +tenderling +tenderloin +tenderly +tenderness +tenderometer +tendersome +tendinal +tending +tendingly +tendinitis +tendinous +tendinousness +tendomucoid +tendon +tendonous +tendoplasty +tendosynovitis +tendotome +tendotomy +tendour +tendovaginal +tendovaginitis +tendresse +tendril +tendriled +tendriliferous +tendrillar +tendrilly +tendrilous +tendron +tenebra +Tenebrae +tenebricose +tenebrific +tenebrificate +Tenebrio +tenebrionid +Tenebrionidae +tenebrious +tenebriously +tenebrity +tenebrose +tenebrosity +tenebrous +tenebrously +tenebrousness +tenectomy +tenement +tenemental +tenementary +tenementer +tenementization +tenementize +tenendas +tenendum +tenent +teneral +Teneriffe +tenesmic +tenesmus +tenet +tenfold +tenfoldness +teng +tengere +tengerite +Tenggerese +tengu +teniacidal +teniacide +tenible +Tenino +tenio +tenline +tenmantale +tennantite +tenne +tenner +Tennessean +tennis +tennisdom +tennisy +Tennysonian +Tennysonianism +Tenochtitlan +tenodesis +tenodynia +tenography +tenology +tenomyoplasty +tenomyotomy +tenon +tenonectomy +tenoner +Tenonian +tenonitis +tenonostosis +tenontagra +tenontitis +tenontodynia +tenontography +tenontolemmitis +tenontology +tenontomyoplasty +tenontomyotomy +tenontophyma +tenontoplasty +tenontothecitis +tenontotomy +tenophony +tenophyte +tenoplastic +tenoplasty +tenor +tenorist +tenorister +tenorite +tenorless +tenoroon +tenorrhaphy +tenositis +tenostosis +tenosuture +tenotome +tenotomist +tenotomize +tenotomy +tenovaginitis +tenpence +tenpenny +tenpin +tenrec +Tenrecidae +tense +tenseless +tenselessness +tensely +tenseness +tensibility +tensible +tensibleness +tensibly +tensify +tensile +tensilely +tensileness +tensility +tensimeter +tensiometer +tension +tensional +tensionless +tensity +tensive +tenson +tensor +tent +tentability +tentable +tentacle +tentacled +tentaclelike +tentacula +tentacular +Tentaculata +tentaculate +tentaculated +Tentaculifera +tentaculite +Tentaculites +Tentaculitidae +tentaculocyst +tentaculoid +tentaculum +tentage +tentamen +tentation +tentative +tentatively +tentativeness +tented +tenter +tenterbelly +tenterer +tenterhook +tentful +tenth +tenthly +tenthmeter +tenthredinid +Tenthredinidae +tenthredinoid +Tenthredinoidea +Tenthredo +tentiform +tentigo +tentillum +tention +tentless +tentlet +tentlike +tentmaker +tentmaking +tentmate +tentorial +tentorium +tenture +tentwards +tentwise +tentwork +tentwort +tenty +tenuate +tenues +tenuicostate +tenuifasciate +tenuiflorous +tenuifolious +tenuious +tenuiroster +tenuirostral +tenuirostrate +Tenuirostres +tenuis +tenuistriate +tenuity +tenuous +tenuously +tenuousness +tenure +tenurial +tenurially +teocalli +teopan +teosinte +Teotihuacan +tepache +tepal +Tepanec +Tepecano +tepee +tepefaction +tepefy +Tepehua +Tepehuane +tepetate +Tephillah +tephillin +tephramancy +tephrite +tephritic +tephroite +tephromalacia +tephromyelitic +Tephrosia +tephrosis +tepid +tepidarium +tepidity +tepidly +tepidness +tepomporize +teponaztli +tepor +tequila +Tequistlateca +Tequistlatecan +tera +teraglin +terakihi +teramorphous +terap +teraphim +teras +teratical +teratism +teratoblastoma +teratogenesis +teratogenetic +teratogenic +teratogenous +teratogeny +teratoid +teratological +teratologist +teratology +teratoma +teratomatous +teratoscopy +teratosis +terbia +terbic +terbium +tercel +tercelet +tercentenarian +tercentenarize +tercentenary +tercentennial +tercer +terceron +tercet +terchloride +tercia +tercine +tercio +terdiurnal +terebate +terebella +terebellid +Terebellidae +terebelloid +terebellum +terebene +terebenic +terebenthene +terebic +terebilic +terebinic +terebinth +Terebinthaceae +terebinthial +terebinthian +terebinthic +terebinthina +terebinthinate +terebinthine +terebinthinous +Terebinthus +terebra +terebral +terebrant +Terebrantia +terebrate +terebration +Terebratula +terebratular +terebratulid +Terebratulidae +terebratuliform +terebratuline +terebratulite +terebratuloid +Terebridae +Teredinidae +teredo +terek +Terence +Terentian +terephthalate +terephthalic +Teresa +Teresian +Teresina +terete +teretial +tereticaudate +teretifolious +teretipronator +teretiscapular +teretiscapularis +teretish +tereu +Tereus +terfez +Terfezia +Terfeziaceae +tergal +tergant +tergeminate +tergeminous +tergiferous +tergite +tergitic +tergiversant +tergiversate +tergiversation +tergiversator +tergiversatory +tergiverse +tergolateral +tergum +Teri +Teriann +terlinguaite +term +terma +termagancy +Termagant +termagant +termagantish +termagantism +termagantly +termage +termatic +termen +termer +Termes +termillenary +termin +terminability +terminable +terminableness +terminably +terminal +Terminalia +Terminaliaceae +terminalization +terminalized +terminally +terminant +terminate +termination +terminational +terminative +terminatively +terminator +terminatory +termine +terminer +termini +terminine +terminism +terminist +terministic +terminize +termino +terminological +terminologically +terminologist +terminology +terminus +termital +termitarium +termitary +termite +termitic +termitid +Termitidae +termitophagous +termitophile +termitophilous +termless +termlessly +termlessness +termly +termolecular +termon +termor +termtime +tern +terna +ternal +ternar +ternariant +ternarious +ternary +ternate +ternately +ternatipinnate +ternatisect +ternatopinnate +terne +terneplate +ternery +ternion +ternize +ternlet +Ternstroemia +Ternstroemiaceae +teroxide +terp +terpadiene +terpane +terpene +terpeneless +terphenyl +terpilene +terpin +terpine +terpinene +terpineol +terpinol +terpinolene +terpodion +Terpsichore +terpsichoreal +terpsichoreally +Terpsichorean +terpsichorean +Terraba +terrace +terraceous +terracer +terracette +terracewards +terracewise +terracework +terraciform +terracing +terraculture +terraefilial +terraefilian +terrage +terrain +terral +terramara +terramare +Terrance +terrane +terranean +terraneous +Terrapene +terrapin +terraquean +terraqueous +terraqueousness +terrar +terrarium +terrazzo +terrella +terremotive +Terrence +terrene +terrenely +terreneness +terreplein +terrestrial +terrestrialism +terrestriality +terrestrialize +terrestrially +terrestrialness +terrestricity +terrestrious +terret +terreted +Terri +terribility +terrible +terribleness +terribly +terricole +terricoline +terricolous +terrier +terrierlike +terrific +terrifical +terrifically +terrification +terrificly +terrificness +terrifiedly +terrifier +terrify +terrifying +terrifyingly +terrigenous +terrine +Territelae +territelarian +territorial +territorialism +territorialist +territoriality +territorialization +territorialize +territorially +territorian +territoried +territory +terron +terror +terrorful +terrorific +terrorism +terrorist +terroristic +terroristical +terrorization +terrorize +terrorizer +terrorless +terrorproof +terrorsome +Terry +terry +terse +tersely +terseness +tersion +tersulphate +tersulphide +tersulphuret +tertenant +tertia +tertial +tertian +tertiana +tertianship +tertiarian +tertiary +tertiate +tertius +terton +tertrinal +Tertullianism +Tertullianist +teruncius +terutero +Teruyuki +tervalence +tervalency +tervalent +tervariant +tervee +terzetto +terzina +terzo +tesack +tesarovitch +teschenite +teschermacherite +teskere +teskeria +Tess +tessara +tessarace +tessaraconter +tessaradecad +tessaraglot +tessaraphthong +tessarescaedecahedron +tessel +tessella +tessellar +tessellate +tessellated +tessellation +tessera +tesseract +tesseradecade +tesseraic +tesseral +Tesserants +tesserarian +tesserate +tesserated +tesseratomic +tesseratomy +tessular +test +testa +testable +Testacea +testacean +testaceography +testaceology +testaceous +testaceousness +testacy +testament +testamental +testamentally +testamentalness +testamentarily +testamentary +testamentate +testamentation +testamentum +testamur +testar +testata +testate +testation +testator +testatorship +testatory +testatrices +testatrix +testatum +teste +tested +testee +tester +testes +testibrachial +testibrachium +testicardinate +testicardine +Testicardines +testicle +testicond +testicular +testiculate +testiculated +testiere +testificate +testification +testificator +testificatory +testifier +testify +testily +testimonial +testimonialist +testimonialization +testimonialize +testimonializer +testimonium +testimony +testiness +testing +testingly +testis +teston +testone +testoon +testor +testosterone +testril +testudinal +Testudinaria +testudinarious +Testudinata +testudinate +testudinated +testudineal +testudineous +Testudinidae +testudinous +testudo +testy +Tesuque +tetanic +tetanical +tetanically +tetaniform +tetanigenous +tetanilla +tetanine +tetanism +tetanization +tetanize +tetanoid +tetanolysin +tetanomotor +tetanospasmin +tetanotoxin +tetanus +tetany +tetarcone +tetarconid +tetard +tetartemorion +tetartocone +tetartoconid +tetartohedral +tetartohedrally +tetartohedrism +tetartohedron +tetartoid +tetartosymmetry +tetch +tetchy +tete +tetel +teterrimous +teth +tethelin +tether +tetherball +tethery +tethydan +Tethys +Teton +tetra +tetraamylose +tetrabasic +tetrabasicity +Tetrabelodon +tetrabelodont +tetrabiblos +tetraborate +tetraboric +tetrabrach +tetrabranch +Tetrabranchia +tetrabranchiate +tetrabromid +tetrabromide +tetrabromo +tetrabromoethane +tetracadactylity +tetracarboxylate +tetracarboxylic +tetracarpellary +tetraceratous +tetracerous +Tetracerus +tetrachical +tetrachlorid +tetrachloride +tetrachloro +tetrachloroethane +tetrachloroethylene +tetrachloromethane +tetrachord +tetrachordal +tetrachordon +tetrachoric +tetrachotomous +tetrachromatic +tetrachromic +tetrachronous +tetracid +tetracoccous +tetracoccus +tetracolic +tetracolon +tetracoral +Tetracoralla +tetracoralline +tetracosane +tetract +tetractinal +tetractine +tetractinellid +Tetractinellida +tetractinellidan +tetractinelline +tetractinose +tetracyclic +tetrad +tetradactyl +tetradactylous +tetradactyly +tetradarchy +tetradecane +tetradecanoic +tetradecapod +Tetradecapoda +tetradecapodan +tetradecapodous +tetradecyl +Tetradesmus +tetradiapason +tetradic +Tetradite +tetradrachma +tetradrachmal +tetradrachmon +tetradymite +Tetradynamia +tetradynamian +tetradynamious +tetradynamous +tetraedron +tetraedrum +tetraethylsilane +tetrafluoride +tetrafolious +tetragamy +tetragenous +tetraglot +tetraglottic +tetragon +tetragonal +tetragonally +tetragonalness +Tetragonia +Tetragoniaceae +tetragonidium +tetragonous +tetragonus +tetragram +tetragrammatic +Tetragrammaton +tetragrammatonic +tetragyn +Tetragynia +tetragynian +tetragynous +tetrahedral +tetrahedrally +tetrahedric +tetrahedrite +tetrahedroid +tetrahedron +tetrahexahedral +tetrahexahedron +tetrahydrate +tetrahydrated +tetrahydric +tetrahydride +tetrahydro +tetrahydroxy +tetraiodid +tetraiodide +tetraiodo +tetraiodophenolphthalein +tetrakaidecahedron +tetraketone +tetrakisazo +tetrakishexahedron +tetralemma +Tetralin +tetralogic +tetralogue +tetralogy +tetralophodont +tetramastia +tetramastigote +Tetramera +tetrameral +tetrameralian +tetrameric +tetramerism +tetramerous +tetrameter +tetramethyl +tetramethylammonium +tetramethylene +tetramethylium +tetramin +tetramine +tetrammine +tetramorph +tetramorphic +tetramorphism +tetramorphous +tetrander +Tetrandria +tetrandrian +tetrandrous +tetrane +tetranitrate +tetranitro +tetranitroaniline +tetranuclear +Tetranychus +Tetrao +Tetraodon +tetraodont +Tetraodontidae +tetraonid +Tetraonidae +Tetraoninae +tetraonine +Tetrapanax +tetrapartite +tetrapetalous +tetraphalangeate +tetrapharmacal +tetrapharmacon +tetraphenol +tetraphony +tetraphosphate +tetraphyllous +tetrapla +tetraplegia +tetrapleuron +tetraploid +tetraploidic +tetraploidy +tetraplous +Tetrapneumona +Tetrapneumones +tetrapneumonian +tetrapneumonous +tetrapod +Tetrapoda +tetrapodic +tetrapody +tetrapolar +tetrapolis +tetrapolitan +tetrapous +tetraprostyle +tetrapteran +tetrapteron +tetrapterous +tetraptote +Tetrapturus +tetraptych +tetrapylon +tetrapyramid +tetrapyrenous +tetraquetrous +tetrarch +tetrarchate +tetrarchic +tetrarchy +tetrasaccharide +tetrasalicylide +tetraselenodont +tetraseme +tetrasemic +tetrasepalous +tetraskelion +tetrasome +tetrasomic +tetrasomy +tetraspermal +tetraspermatous +tetraspermous +tetraspheric +tetrasporange +tetrasporangiate +tetrasporangium +tetraspore +tetrasporic +tetrasporiferous +tetrasporous +tetraster +tetrastich +tetrastichal +tetrastichic +Tetrastichidae +tetrastichous +Tetrastichus +tetrastoon +tetrastyle +tetrastylic +tetrastylos +tetrastylous +tetrasubstituted +tetrasubstitution +tetrasulphide +tetrasyllabic +tetrasyllable +tetrasymmetry +tetrathecal +tetratheism +tetratheite +tetrathionates +tetrathionic +tetratomic +tetratone +tetravalence +tetravalency +tetravalent +tetraxial +tetraxon +Tetraxonia +tetraxonian +tetraxonid +Tetraxonida +tetrazane +tetrazene +tetrazin +tetrazine +tetrazo +tetrazole +tetrazolium +tetrazolyl +tetrazone +tetrazotization +tetrazotize +tetrazyl +tetremimeral +tetrevangelium +tetric +tetrical +tetricity +tetricous +tetrigid +Tetrigidae +tetriodide +Tetrix +tetrobol +tetrobolon +tetrode +Tetrodon +tetrodont +Tetrodontidae +tetrole +tetrolic +tetronic +tetronymal +tetrose +tetroxalate +tetroxide +tetrsyllabical +tetryl +tetrylene +tetter +tetterish +tetterous +tetterwort +tettery +Tettigidae +tettigoniid +Tettigoniidae +tettix +Tetum +Teucer +Teucri +Teucrian +teucrin +Teucrium +teufit +teuk +Teutolatry +Teutomania +Teutomaniac +Teuton +Teutondom +Teutonesque +Teutonia +Teutonic +Teutonically +Teutonicism +Teutonism +Teutonist +Teutonity +Teutonization +Teutonize +Teutonomania +Teutonophobe +Teutonophobia +Teutophil +Teutophile +Teutophilism +Teutophobe +Teutophobia +Teutophobism +teviss +tew +Tewa +tewel +tewer +tewit +tewly +tewsome +Texan +Texas +Texcocan +texguino +text +textarian +textbook +textbookless +textiferous +textile +textilist +textlet +textman +textorial +textrine +textual +textualism +textualist +textuality +textually +textuarist +textuary +textural +texturally +texture +textureless +tez +Tezcatlipoca +Tezcatzoncatl +Tezcucan +tezkere +th +tha +thack +thacker +Thackerayan +Thackerayana +Thackerayesque +thackless +Thad +Thai +Thais +thakur +thakurate +thalamencephalic +thalamencephalon +thalami +thalamic +Thalamiflorae +thalamifloral +thalamiflorous +thalamite +thalamium +thalamocele +thalamocoele +thalamocortical +thalamocrural +thalamolenticular +thalamomammillary +thalamopeduncular +Thalamophora +thalamotegmental +thalamotomy +thalamus +Thalarctos +thalassal +Thalassarctos +thalassian +thalassic +thalassinid +Thalassinidea +thalassinidian +thalassinoid +thalassiophyte +thalassiophytous +thalasso +Thalassochelys +thalassocracy +thalassocrat +thalassographer +thalassographic +thalassographical +thalassography +thalassometer +thalassophilous +thalassophobia +thalassotherapy +thalattology +thalenite +thaler +Thalesia +Thalesian +Thalessa +Thalia +Thaliacea +thaliacean +Thalian +Thaliard +Thalictrum +thalli +thallic +thalliferous +thalliform +thalline +thallious +thallium +thallochlore +thallodal +thallogen +thallogenic +thallogenous +thalloid +thallome +Thallophyta +thallophyte +thallophytic +thallose +thallous +thallus +thalposis +thalpotic +thalthan +thameng +Thamesis +Thamnidium +thamnium +thamnophile +Thamnophilinae +thamnophiline +Thamnophilus +Thamnophis +Thamudean +Thamudene +Thamudic +thamuria +Thamus +Thamyras +than +thana +thanadar +thanage +thanan +thanatism +thanatist +thanatobiologic +thanatognomonic +thanatographer +thanatography +thanatoid +thanatological +thanatologist +thanatology +thanatomantic +thanatometer +thanatophidia +thanatophidian +thanatophobe +thanatophobia +thanatophobiac +thanatophoby +thanatopsis +Thanatos +thanatosis +thanatotic +thanatousia +thane +thanedom +thanehood +thaneland +thaneship +thank +thankee +thanker +thankful +thankfully +thankfulness +thankless +thanklessly +thanklessness +thanks +thanksgiver +thanksgiving +thankworthily +thankworthiness +thankworthy +thapes +Thapsia +thapsia +thar +Tharen +tharf +tharfcake +Thargelion +tharginyah +tharm +Thasian +Thaspium +that +thatch +thatcher +thatching +thatchless +thatchwood +thatchwork +thatchy +thatn +thatness +thats +thaught +Thaumantian +Thaumantias +thaumasite +thaumatogeny +thaumatography +thaumatolatry +thaumatology +thaumatrope +thaumatropical +thaumaturge +thaumaturgia +thaumaturgic +thaumaturgical +thaumaturgics +thaumaturgism +thaumaturgist +thaumaturgy +thaumoscopic +thave +thaw +thawer +thawless +thawn +thawy +The +the +Thea +Theaceae +theaceous +theah +theandric +theanthropic +theanthropical +theanthropism +theanthropist +theanthropology +theanthropophagy +theanthropos +theanthroposophy +theanthropy +thearchic +thearchy +theasum +theat +theater +theatergoer +theatergoing +theaterless +theaterlike +theaterward +theaterwards +theaterwise +Theatine +theatral +theatric +theatricable +theatrical +theatricalism +theatricality +theatricalization +theatricalize +theatrically +theatricalness +theatricals +theatrician +theatricism +theatricize +theatrics +theatrize +theatrocracy +theatrograph +theatromania +theatromaniac +theatron +theatrophile +theatrophobia +theatrophone +theatrophonic +theatropolis +theatroscope +theatry +theave +theb +Thebaic +Thebaid +thebaine +Thebais +thebaism +Theban +Thebesian +theca +thecae +thecal +Thecamoebae +thecaphore +thecasporal +thecaspore +thecaspored +thecasporous +Thecata +thecate +thecia +thecitis +thecium +Thecla +thecla +theclan +thecodont +thecoglossate +thecoid +Thecoidea +Thecophora +Thecosomata +thecosomatous +thee +theek +theeker +theelin +theelol +Theemim +theer +theet +theetsee +theezan +theft +theftbote +theftdom +theftless +theftproof +theftuous +theftuously +thegether +thegidder +thegither +thegn +thegndom +thegnhood +thegnland +thegnlike +thegnly +thegnship +thegnworthy +theiform +Theileria +theine +theinism +their +theirn +theirs +theirselves +theirsens +theism +theist +theistic +theistical +theistically +thelalgia +Thelemite +thelemite +Thelephora +Thelephoraceae +Theligonaceae +theligonaceous +Theligonum +thelitis +thelium +Thelodontidae +Thelodus +theloncus +thelorrhagia +Thelphusa +thelphusian +Thelphusidae +thelyblast +thelyblastic +thelyotokous +thelyotoky +Thelyphonidae +Thelyphonus +thelyplasty +thelytocia +thelytoky +thelytonic +them +thema +themata +thematic +thematical +thematically +thematist +theme +themeless +themelet +themer +Themis +themis +Themistian +themsel +themselves +then +thenabouts +thenadays +thenal +thenar +thenardite +thence +thenceafter +thenceforth +thenceforward +thenceforwards +thencefrom +thenceward +thenness +Theo +theoanthropomorphic +theoanthropomorphism +theoastrological +Theobald +Theobroma +theobromic +theobromine +theocentric +theocentricism +theocentrism +theochristic +theocollectivism +theocollectivist +theocracy +theocrasia +theocrasical +theocrasy +theocrat +theocratic +theocratical +theocratically +theocratist +Theocritan +Theocritean +theodemocracy +theodicaea +theodicean +theodicy +theodidact +theodolite +theodolitic +Theodora +Theodore +Theodoric +Theodosia +Theodosian +Theodotian +theodrama +theody +theogamy +theogeological +theognostic +theogonal +theogonic +theogonism +theogonist +theogony +theohuman +theokrasia +theoktonic +theoktony +theolatrous +theolatry +theolepsy +theoleptic +theologal +theologaster +theologastric +theologate +theologeion +theologer +theologi +theologian +theologic +theological +theologically +theologician +theologicoastronomical +theologicoethical +theologicohistorical +theologicometaphysical +theologicomilitary +theologicomoral +theologiconatural +theologicopolitical +theologics +theologism +theologist +theologium +theologization +theologize +theologizer +theologoumena +theologoumenon +theologue +theologus +theology +theomachia +theomachist +theomachy +theomammomist +theomancy +theomania +theomaniac +theomantic +theomastix +theomicrist +theomisanthropist +theomorphic +theomorphism +theomorphize +theomythologer +theomythology +theonomy +theopantism +Theopaschist +Theopaschitally +Theopaschite +Theopaschitic +Theopaschitism +theopathetic +theopathic +theopathy +theophagic +theophagite +theophagous +theophagy +Theophania +theophania +theophanic +theophanism +theophanous +theophany +Theophila +theophilanthrope +theophilanthropic +theophilanthropism +theophilanthropist +theophilanthropy +theophile +theophilist +theophilosophic +Theophilus +theophobia +theophoric +theophorous +Theophrastaceae +theophrastaceous +Theophrastan +Theophrastean +theophylline +theophysical +theopneust +theopneusted +theopneustia +theopneustic +theopneusty +theopolitician +theopolitics +theopolity +theopsychism +theorbist +theorbo +theorem +theorematic +theorematical +theorematically +theorematist +theoremic +theoretic +theoretical +theoreticalism +theoretically +theoretician +theoreticopractical +theoretics +theoria +theoriai +theoric +theorical +theorically +theorician +theoricon +theorics +theorism +theorist +theorization +theorize +theorizer +theorum +theory +theoryless +theorymonger +theosoph +theosopheme +theosophic +theosophical +theosophically +theosophism +theosophist +theosophistic +theosophistical +theosophize +theosophy +theotechnic +theotechnist +theotechny +theoteleological +theoteleology +theotherapy +Theotokos +theow +theowdom +theowman +Theraean +theralite +therapeusis +Therapeutae +Therapeutic +therapeutic +therapeutical +therapeutically +therapeutics +therapeutism +therapeutist +Theraphosa +theraphose +theraphosid +Theraphosidae +theraphosoid +therapist +therapsid +Therapsida +therapy +therblig +there +thereabouts +thereabove +thereacross +thereafter +thereafterward +thereagainst +thereamong +thereamongst +thereanent +thereanents +therearound +thereas +thereat +thereaway +thereaways +therebeside +therebesides +therebetween +thereby +thereckly +therefor +therefore +therefrom +therehence +therein +thereinafter +thereinbefore +thereinto +therence +thereness +thereof +thereoid +thereologist +thereology +thereon +thereout +thereover +thereright +theres +Theresa +therese +therethrough +theretill +thereto +theretofore +theretoward +thereunder +thereuntil +thereunto +thereup +thereupon +Thereva +therevid +Therevidae +therewhile +therewith +therewithal +therewithin +Theria +theriac +theriaca +theriacal +therial +therianthropic +therianthropism +theriatrics +theridiid +Theridiidae +Theridion +theriodic +theriodont +Theriodonta +Theriodontia +theriolatry +theriomancy +theriomaniac +theriomimicry +theriomorph +theriomorphic +theriomorphism +theriomorphosis +theriomorphous +theriotheism +theriotrophical +theriozoic +therm +thermacogenesis +thermae +thermal +thermalgesia +thermality +thermally +thermanalgesia +thermanesthesia +thermantic +thermantidote +thermatologic +thermatologist +thermatology +thermesthesia +thermesthesiometer +thermetograph +thermetrograph +thermic +thermically +Thermidorian +thermion +thermionic +thermionically +thermionics +thermistor +Thermit +thermit +thermite +thermo +thermoammeter +thermoanalgesia +thermoanesthesia +thermobarograph +thermobarometer +thermobattery +thermocautery +thermochemic +thermochemical +thermochemically +thermochemist +thermochemistry +thermochroic +thermochrosy +thermocline +thermocouple +thermocurrent +thermodiffusion +thermoduric +thermodynamic +thermodynamical +thermodynamically +thermodynamician +thermodynamicist +thermodynamics +thermodynamist +thermoelectric +thermoelectrical +thermoelectrically +thermoelectricity +thermoelectrometer +thermoelectromotive +thermoelement +thermoesthesia +thermoexcitory +thermogalvanometer +thermogen +thermogenerator +thermogenesis +thermogenetic +thermogenic +thermogenous +thermogeny +thermogeographical +thermogeography +thermogram +thermograph +thermography +thermohyperesthesia +thermojunction +thermokinematics +thermolabile +thermolability +thermological +thermology +thermoluminescence +thermoluminescent +thermolysis +thermolytic +thermolyze +thermomagnetic +thermomagnetism +thermometamorphic +thermometamorphism +thermometer +thermometerize +thermometric +thermometrical +thermometrically +thermometrograph +thermometry +thermomotive +thermomotor +thermomultiplier +thermonastic +thermonasty +thermonatrite +thermoneurosis +thermoneutrality +thermonous +thermonuclear +thermopair +thermopalpation +thermopenetration +thermoperiod +thermoperiodic +thermoperiodicity +thermoperiodism +thermophile +thermophilic +thermophilous +thermophobous +thermophone +thermophore +thermophosphor +thermophosphorescence +thermopile +thermoplastic +thermoplasticity +thermoplegia +thermopleion +thermopolymerization +thermopolypnea +thermopolypneic +Thermopsis +thermoradiotherapy +thermoreduction +thermoregulation +thermoregulator +thermoresistance +thermoresistant +thermos +thermoscope +thermoscopic +thermoscopical +thermoscopically +thermosetting +thermosiphon +thermostability +thermostable +thermostat +thermostatic +thermostatically +thermostatics +thermostimulation +thermosynthesis +thermosystaltic +thermosystaltism +thermotactic +thermotank +thermotaxic +thermotaxis +thermotelephone +thermotensile +thermotension +thermotherapeutics +thermotherapy +thermotic +thermotical +thermotically +thermotics +thermotropic +thermotropism +thermotropy +thermotype +thermotypic +thermotypy +thermovoltaic +therodont +theroid +therolatry +therologic +therological +therologist +therology +Theromora +Theromores +theromorph +Theromorpha +theromorphia +theromorphic +theromorphism +theromorphological +theromorphology +theromorphous +Theron +theropod +Theropoda +theropodous +thersitean +Thersites +thersitical +thesauri +thesaurus +these +Thesean +theses +Theseum +Theseus +thesial +thesicle +thesis +Thesium +Thesmophoria +Thesmophorian +Thesmophoric +thesmothetae +thesmothete +thesmothetes +thesocyte +Thespesia +Thespesius +Thespian +Thessalian +Thessalonian +thestreen +theta +thetch +thetic +thetical +thetically +thetics +thetin +thetine +Thetis +theurgic +theurgical +theurgically +theurgist +theurgy +Thevetia +thevetin +thew +thewed +thewless +thewness +thewy +they +theyll +theyre +thiacetic +thiadiazole +thialdine +thiamide +thiamin +thiamine +thianthrene +thiasi +thiasine +thiasite +thiasoi +thiasos +thiasote +thiasus +thiazine +thiazole +thiazoline +thick +thickbrained +thicken +thickener +thickening +thicket +thicketed +thicketful +thickety +thickhead +thickheaded +thickheadedly +thickheadedness +thickish +thickleaf +thicklips +thickly +thickneck +thickness +thicknessing +thickset +thickskin +thickskull +thickskulled +thickwind +thickwit +thief +thiefcraft +thiefdom +thiefland +thiefmaker +thiefmaking +thiefproof +thieftaker +thiefwise +Thielavia +Thielaviopsis +thienone +thienyl +Thierry +thievable +thieve +thieveless +thiever +thievery +thieving +thievingly +thievish +thievishly +thievishness +thig +thigger +thigging +thigh +thighbone +thighed +thight +thightness +thigmonegative +thigmopositive +thigmotactic +thigmotactically +thigmotaxis +thigmotropic +thigmotropically +thigmotropism +Thilanottine +thilk +thill +thiller +thilly +thimber +thimble +thimbleberry +thimbled +thimbleflower +thimbleful +thimblelike +thimblemaker +thimblemaking +thimbleman +thimblerig +thimblerigger +thimbleriggery +thimblerigging +thimbleweed +thin +thinbrained +thine +thing +thingal +thingamabob +thinghood +thinginess +thingish +thingless +thinglet +thinglike +thinglikeness +thingliness +thingly +thingman +thingness +thingstead +thingum +thingumajig +thingumbob +thingummy +thingy +Think +think +thinkable +thinkableness +thinkably +thinker +thinkful +thinking +thinkingly +thinkingpart +thinkling +thinly +thinner +thinness +thinning +thinnish +Thinocoridae +Thinocorus +thinolite +thio +thioacetal +thioacetic +thioalcohol +thioaldehyde +thioamide +thioantimonate +thioantimoniate +thioantimonious +thioantimonite +thioarsenate +thioarseniate +thioarsenic +thioarsenious +thioarsenite +Thiobacillus +Thiobacteria +thiobacteria +Thiobacteriales +thiobismuthite +thiocarbamic +thiocarbamide +thiocarbamyl +thiocarbanilide +thiocarbimide +thiocarbonate +thiocarbonic +thiocarbonyl +thiochloride +thiochrome +thiocresol +thiocyanate +thiocyanation +thiocyanic +thiocyanide +thiocyano +thiocyanogen +thiodiazole +thiodiphenylamine +thiofuran +thiofurane +thiofurfuran +thiofurfurane +thiogycolic +thiohydrate +thiohydrolysis +thiohydrolyze +thioindigo +thioketone +thiol +thiolacetic +thiolactic +thiolic +thionamic +thionaphthene +thionate +thionation +thioneine +thionic +thionine +thionitrite +thionium +thionobenzoic +thionthiolic +thionurate +thionyl +thionylamine +thiophen +thiophene +thiophenic +thiophenol +thiophosgene +thiophosphate +thiophosphite +thiophosphoric +thiophosphoryl +thiophthene +thiopyran +thioresorcinol +thiosinamine +Thiospira +thiostannate +thiostannic +thiostannite +thiostannous +thiosulphate +thiosulphonic +thiosulphuric +Thiothrix +thiotolene +thiotungstate +thiotungstic +thiouracil +thiourea +thiourethan +thiourethane +thioxene +thiozone +thiozonide +thir +third +thirdborough +thirdings +thirdling +thirdly +thirdness +thirdsman +thirl +thirlage +thirling +thirst +thirster +thirstful +thirstily +thirstiness +thirsting +thirstingly +thirstland +thirstle +thirstless +thirstlessness +thirstproof +thirsty +thirt +thirteen +thirteener +thirteenfold +thirteenth +thirteenthly +thirtieth +thirty +thirtyfold +thirtyish +this +thishow +thislike +thisn +thisness +thissen +thistle +thistlebird +thistled +thistledown +thistlelike +thistleproof +thistlery +thistlish +thistly +thiswise +thither +thitherto +thitherward +thitsiol +thiuram +thivel +thixle +thixolabile +thixotropic +thixotropy +Thlaspi +Thlingchadinne +Thlinget +thlipsis +Tho +tho +thob +thocht +thof +thoft +thoftfellow +thoke +thokish +thole +tholeiite +tholepin +tholi +tholoi +tholos +tholus +Thomaean +Thomas +Thomasa +Thomasine +thomasing +Thomasite +thomisid +Thomisidae +Thomism +Thomist +Thomistic +Thomistical +Thomite +Thomomys +thomsenolite +Thomsonian +Thomsonianism +thomsonite +thon +thonder +Thondracians +Thondraki +Thondrakians +thone +thong +Thonga +thonged +thongman +thongy +thoo +thooid +thoom +thoracalgia +thoracaorta +thoracectomy +thoracentesis +thoraces +thoracic +Thoracica +thoracical +thoracicoabdominal +thoracicoacromial +thoracicohumeral +thoracicolumbar +thoraciform +thoracispinal +thoracoabdominal +thoracoacromial +thoracobronchotomy +thoracoceloschisis +thoracocentesis +thoracocyllosis +thoracocyrtosis +thoracodelphus +thoracodidymus +thoracodorsal +thoracodynia +thoracogastroschisis +thoracograph +thoracohumeral +thoracolumbar +thoracolysis +thoracomelus +thoracometer +thoracometry +thoracomyodynia +thoracopagus +thoracoplasty +thoracoschisis +thoracoscope +thoracoscopy +Thoracostei +thoracostenosis +thoracostomy +Thoracostraca +thoracostracan +thoracostracous +thoracotomy +thoral +thorascope +thorax +thore +thoria +thorianite +thoriate +thoric +thoriferous +thorina +thorite +thorium +thorn +thornback +thornbill +thornbush +thorned +thornen +thornhead +thornily +thorniness +thornless +thornlessness +thornlet +thornlike +thornproof +thornstone +thorntail +thorny +thoro +thorocopagous +thorogummite +thoron +thorough +Thoroughbred +thoroughbred +thoroughbredness +thoroughfare +thoroughfarer +thoroughfaresome +thoroughfoot +thoroughgoing +thoroughgoingly +thoroughgoingness +thoroughgrowth +thoroughly +thoroughness +thoroughpaced +thoroughpin +thoroughsped +thoroughstem +thoroughstitch +thoroughstitched +thoroughwax +thoroughwort +thorp +thort +thorter +thortveitite +Thos +Those +those +thou +though +thought +thoughted +thoughten +thoughtful +thoughtfully +thoughtfulness +thoughtkin +thoughtless +thoughtlessly +thoughtlessness +thoughtlet +thoughtness +thoughtsick +thoughty +thousand +thousandfold +thousandfoldly +thousandth +thousandweight +thouse +thow +thowel +thowless +thowt +Thraces +Thracian +thrack +thraep +thrail +thrain +thrall +thrallborn +thralldom +thram +thrammle +thrang +thrangity +thranite +thranitic +thrap +thrapple +thrash +thrashel +thrasher +thrasherman +thrashing +thrasonic +thrasonical +thrasonically +thrast +Thraupidae +thrave +thraver +thraw +thrawcrook +thrawn +thrawneen +Thrax +thread +threadbare +threadbareness +threadbarity +threaded +threaden +threader +threadfin +threadfish +threadflower +threadfoot +threadiness +threadle +threadless +threadlet +threadlike +threadmaker +threadmaking +threadway +threadweed +threadworm +thready +threap +threaper +threat +threaten +threatenable +threatener +threatening +threateningly +threatful +threatfully +threatless +threatproof +three +threefold +threefolded +threefoldedness +threefoldly +threefoldness +threeling +threeness +threepence +threepenny +threepennyworth +threescore +threesome +thremmatology +threne +threnetic +threnetical +threnode +threnodial +threnodian +threnodic +threnodical +threnodist +threnody +threnos +threonin +threonine +threose +threpsology +threptic +thresh +threshel +thresher +thresherman +threshingtime +threshold +Threskiornithidae +Threskiornithinae +threw +thribble +thrice +thricecock +thridacium +thrift +thriftbox +thriftily +thriftiness +thriftless +thriftlessly +thriftlessness +thriftlike +thrifty +thrill +thriller +thrillful +thrillfully +thrilling +thrillingly +thrillingness +thrillproof +thrillsome +thrilly +thrimble +thrimp +Thrinax +thring +thrinter +thrioboly +thrip +thripel +Thripidae +thripple +thrips +thrive +thriveless +thriven +thriver +thriving +thrivingly +thrivingness +thro +throat +throatal +throatband +throated +throatful +throatily +throatiness +throating +throatlash +throatlatch +throatless +throatlet +throatroot +throatstrap +throatwort +throaty +throb +throbber +throbbingly +throbless +throck +throdden +throddy +throe +thrombase +thrombin +thromboangiitis +thromboarteritis +thrombocyst +thrombocyte +thrombocytopenia +thrombogen +thrombogenic +thromboid +thrombokinase +thrombolymphangitis +thrombopenia +thrombophlebitis +thromboplastic +thromboplastin +thrombose +thrombosis +thrombostasis +thrombotic +thrombus +thronal +throne +thronedom +throneless +thronelet +thronelike +throneward +throng +thronger +throngful +throngingly +thronize +thropple +throstle +throstlelike +throttle +throttler +throttling +throttlingly +throu +throuch +throucht +through +throughbear +throughbred +throughcome +throughgang +throughganging +throughgoing +throughgrow +throughknow +throughout +throughput +throve +throw +throwaway +throwback +throwdown +thrower +throwing +thrown +throwoff +throwout +throwster +throwwort +thrum +thrummer +thrummers +thrummy +thrumwort +thrush +thrushel +thrushlike +thrushy +thrust +thruster +thrustful +thrustfulness +thrusting +thrustings +thrutch +thrutchings +Thruthvang +thruv +thrymsa +Thryonomys +Thuan +Thuban +Thucydidean +thud +thudding +thuddingly +thug +thugdom +thuggee +thuggeeism +thuggery +thuggess +thuggish +thuggism +Thuidium +Thuja +thujene +thujin +thujone +Thujopsis +thujyl +Thule +thulia +thulir +thulite +thulium +thulr +thuluth +thumb +thumbbird +thumbed +thumber +thumbkin +thumble +thumbless +thumblike +thumbmark +thumbnail +thumbpiece +thumbprint +thumbrope +thumbscrew +thumbstall +thumbstring +thumbtack +thumby +thumlungur +thump +thumper +thumping +thumpingly +Thunar +Thunbergia +thunbergilene +thunder +thunderation +thunderball +thunderbearer +thunderbearing +thunderbird +thunderblast +thunderbolt +thunderburst +thunderclap +thundercloud +thundercrack +thunderer +thunderfish +thunderflower +thunderful +thunderhead +thunderheaded +thundering +thunderingly +thunderless +thunderlike +thunderous +thunderously +thunderousness +thunderpeal +thunderplump +thunderproof +thundershower +thundersmite +thundersquall +thunderstick +thunderstone +thunderstorm +thunderstrike +thunderstroke +thunderstruck +thunderwood +thunderworm +thunderwort +thundery +thundrous +thundrously +thung +thunge +Thunnidae +Thunnus +Thunor +thuoc +Thurberia +thurible +thuribuler +thuribulum +thurifer +thuriferous +thurificate +thurificati +thurification +thurify +Thuringian +thuringite +Thurio +thurl +thurm +thurmus +Thurnia +Thurniaceae +thurrock +Thursday +thurse +thurt +thus +thusgate +Thushi +thusly +thusness +thuswise +thutter +Thuyopsis +thwack +thwacker +thwacking +thwackingly +thwackstave +thwaite +thwart +thwartedly +thwarteous +thwarter +thwarting +thwartingly +thwartly +thwartman +thwartness +thwartover +thwartsaw +thwartship +thwartships +thwartways +thwartwise +thwite +thwittle +thy +Thyestean +Thyestes +thyine +thylacine +thylacitis +Thylacoleo +Thylacynus +thymacetin +Thymallidae +Thymallus +thymate +thyme +thymectomize +thymectomy +thymegol +Thymelaea +Thymelaeaceae +thymelaeaceous +Thymelaeales +thymelcosis +thymele +thymelic +thymelical +thymelici +thymene +thymetic +thymic +thymicolymphatic +thymine +thymiosis +thymitis +thymocyte +thymogenic +thymol +thymolate +thymolize +thymolphthalein +thymolsulphonephthalein +thymoma +thymonucleic +thymopathy +thymoprivic +thymoprivous +thymopsyche +thymoquinone +thymotactic +thymotic +Thymus +thymus +thymy +thymyl +thymylic +thynnid +Thynnidae +Thyraden +thyratron +thyreoadenitis +thyreoantitoxin +thyreoarytenoid +thyreoarytenoideus +thyreocervical +thyreocolloid +Thyreocoridae +thyreoepiglottic +thyreogenic +thyreogenous +thyreoglobulin +thyreoglossal +thyreohyal +thyreohyoid +thyreoid +thyreoidal +thyreoideal +thyreoidean +thyreoidectomy +thyreoiditis +thyreoitis +thyreolingual +thyreoprotein +thyreosis +thyreotomy +thyreotoxicosis +thyreotropic +thyridial +Thyrididae +thyridium +Thyris +thyrisiferous +thyroadenitis +thyroantitoxin +thyroarytenoid +thyroarytenoideus +thyrocardiac +thyrocele +thyrocervical +thyrocolloid +thyrocricoid +thyroepiglottic +thyroepiglottidean +thyrogenic +thyroglobulin +thyroglossal +thyrohyal +thyrohyoid +thyrohyoidean +thyroid +thyroidal +thyroidea +thyroideal +thyroidean +thyroidectomize +thyroidectomy +thyroidism +thyroiditis +thyroidization +thyroidless +thyroidotomy +thyroiodin +thyrolingual +thyronine +thyroparathyroidectomize +thyroparathyroidectomy +thyroprival +thyroprivia +thyroprivic +thyroprivous +thyroprotein +Thyrostraca +thyrostracan +thyrotherapy +thyrotomy +thyrotoxic +thyrotoxicosis +thyrotropic +thyroxine +thyrse +thyrsiflorous +thyrsiform +thyrsoid +thyrsoidal +thyrsus +Thysanocarpus +thysanopter +Thysanoptera +thysanopteran +thysanopteron +thysanopterous +Thysanoura +thysanouran +thysanourous +Thysanura +thysanuran +thysanurian +thysanuriform +thysanurous +thysel +thyself +thysen +Ti +ti +Tiahuanacan +Tiam +tiang +tiao +tiar +tiara +tiaralike +tiarella +Tiatinagua +tib +Tibbie +Tibbu +tibby +Tiberian +Tiberine +Tiberius +tibet +Tibetan +tibey +tibia +tibiad +tibiae +tibial +tibiale +tibicinist +tibiocalcanean +tibiofemoral +tibiofibula +tibiofibular +tibiometatarsal +tibionavicular +tibiopopliteal +tibioscaphoid +tibiotarsal +tibiotarsus +Tibouchina +tibourbou +tiburon +Tiburtine +tic +tical +ticca +tice +ticement +ticer +Tichodroma +tichodrome +tichorrhine +tick +tickbean +tickbird +tickeater +ticked +ticken +ticker +ticket +ticketer +ticketing +ticketless +ticketmonger +tickey +tickicide +tickie +ticking +tickle +tickleback +ticklebrain +tickled +ticklely +ticklenburg +tickleness +tickleproof +tickler +ticklesome +tickless +tickleweed +tickling +ticklingly +ticklish +ticklishly +ticklishness +tickly +tickney +tickproof +tickseed +tickseeded +ticktack +ticktacker +ticktacktoe +ticktick +ticktock +tickweed +ticky +ticul +Ticuna +Ticunan +tid +tidal +tidally +tidbit +tiddle +tiddledywinks +tiddler +tiddley +tiddling +tiddlywink +tiddlywinking +tiddy +tide +tided +tideful +tidehead +tideland +tideless +tidelessness +tidelike +tidely +tidemaker +tidemaking +tidemark +tiderace +tidesman +tidesurveyor +Tideswell +tidewaiter +tidewaitership +tideward +tidewater +tideway +tidiable +tidily +tidiness +tiding +tidingless +tidings +tidley +tidological +tidology +tidy +tidyism +tidytips +tie +tieback +tied +Tiefenthal +tiemaker +tiemaking +tiemannite +tien +tiepin +tier +tierce +tierced +tierceron +tiered +tierer +tierlike +tiersman +tietick +tiewig +tiewigged +tiff +tiffany +tiffanyite +tiffie +tiffin +tiffish +tiffle +tiffy +tifinagh +tift +tifter +tig +tige +tigella +tigellate +tigelle +tigellum +tigellus +tiger +tigerbird +tigereye +tigerflower +tigerfoot +tigerhearted +tigerhood +tigerish +tigerishly +tigerishness +tigerism +tigerkin +tigerlike +tigerling +tigerly +tigernut +tigerproof +tigerwood +tigery +Tigger +tigger +tight +tighten +tightener +tightfisted +tightish +tightly +tightness +tightrope +tights +tightwad +tightwire +tiglaldehyde +tiglic +tiglinic +tignum +Tigrai +Tigre +Tigrean +tigress +tigresslike +Tigridia +Tigrina +tigrine +Tigris +tigroid +tigrolysis +tigrolytic +tigtag +Tigua +Tigurine +Tiki +tikitiki +tikka +tikker +tiklin +tikolosh +tikor +tikur +til +tilaite +tilaka +tilasite +tilbury +Tilda +tilde +tile +tiled +tilefish +tilelike +tilemaker +tilemaking +tiler +tileroot +tilery +tileseed +tilestone +tileways +tilework +tileworks +tilewright +tileyard +Tilia +Tiliaceae +tiliaceous +tilikum +tiling +till +tillable +Tillaea +Tillaeastrum +tillage +Tillamook +Tillandsia +tiller +tillering +tillerless +tillerman +Tilletia +Tilletiaceae +tilletiaceous +tilley +tillite +tillodont +Tillodontia +Tillodontidae +tillot +tillotter +tilly +tilmus +tilpah +Tilsit +tilt +tiltable +tiltboard +tilter +tilth +tilting +tiltlike +tiltmaker +tiltmaking +tiltup +tilty +tiltyard +tilyer +Tim +timable +Timaeus +Timalia +Timaliidae +Timaliinae +timaliine +timaline +Timani +timar +timarau +timawa +timazite +timbal +timbale +timbang +timbe +timber +timbered +timberer +timberhead +timbering +timberjack +timberland +timberless +timberlike +timberling +timberman +timbermonger +timbern +timbersome +timbertuned +timberwood +timberwork +timberwright +timbery +timberyard +Timbira +timbo +timbre +timbrel +timbreled +timbreler +timbrologist +timbrology +timbromania +timbromaniac +timbromanist +timbrophilic +timbrophilism +timbrophilist +timbrophily +time +timeable +timecard +timed +timeful +timefully +timefulness +timekeep +timekeeper +timekeepership +timeless +timelessly +timelessness +Timelia +Timeliidae +timeliine +timelily +timeliness +timeling +timely +timenoguy +timeous +timeously +timepiece +timepleaser +timeproof +timer +times +timesaver +timesaving +timeserver +timeserving +timeservingness +timetable +timetaker +timetaking +timeward +timework +timeworker +timeworn +Timias +timid +timidity +timidly +timidness +timing +timish +timist +Timne +Timo +timocracy +timocratic +timocratical +Timon +timon +timoneer +Timonian +Timonism +Timonist +Timonize +timor +Timorese +timorous +timorously +timorousness +Timote +Timotean +Timothean +Timothy +timothy +timpani +timpanist +timpano +Timucua +Timucuan +Timuquan +Timuquanan +tin +Tina +Tinamidae +tinamine +tinamou +tinampipi +tincal +tinchel +tinchill +tinclad +tinct +tinction +tinctorial +tinctorially +tinctorious +tinctumutation +tincture +tind +tindal +tindalo +tinder +tinderbox +tindered +tinderish +tinderlike +tinderous +tindery +tine +tinea +tineal +tinean +tined +tinegrass +tineid +Tineidae +Tineina +tineine +tineman +tineoid +Tineoidea +tinetare +tinety +tineweed +tinful +Ting +ting +tinge +tinged +tinger +Tinggian +tingi +tingibility +tingible +tingid +Tingidae +Tingis +tingitid +Tingitidae +tinglass +tingle +tingler +tingletangle +tingling +tinglingly +tinglish +tingly +tingtang +tinguaite +tinguaitic +Tinguian +tinguy +tinhorn +tinhouse +tinily +tininess +tining +tink +tinker +tinkerbird +tinkerdom +tinkerer +tinkerlike +tinkerly +tinkershire +tinkershue +tinkerwise +tinkle +tinkler +tinklerman +tinkling +tinklingly +tinkly +tinlet +tinlike +tinman +Tinne +tinned +tinner +tinnery +tinnet +Tinni +tinnified +tinnily +tinniness +tinning +tinnitus +tinnock +tinny +Tino +Tinoceras +tinosa +tinsel +tinsellike +tinselly +tinselmaker +tinselmaking +tinselry +tinselweaver +tinselwork +tinsman +tinsmith +tinsmithing +tinsmithy +tinstone +tinstuff +tint +tinta +tintage +tintamarre +tintarron +tinted +tinter +tintie +tintiness +tinting +tintingly +tintinnabula +tintinnabulant +tintinnabular +tintinnabulary +tintinnabulate +tintinnabulation +tintinnabulatory +tintinnabulism +tintinnabulist +tintinnabulous +tintinnabulum +tintist +tintless +tintometer +tintometric +tintometry +tinty +tintype +tintyper +tinwald +tinware +tinwoman +tinwork +tinworker +tinworking +tiny +tinzenite +Tionontates +Tionontati +Tiou +tip +tipburn +tipcart +tipcat +tipe +tipful +tiphead +Tiphia +Tiphiidae +tipiti +tiple +tipless +tiplet +tipman +tipmost +tiponi +tippable +tipped +tippee +tipper +tippet +tipping +tipple +tippleman +tippler +tipply +tipproof +tippy +tipsification +tipsifier +tipsify +tipsily +tipsiness +tipstaff +tipster +tipstock +tipsy +tiptail +tipteerer +tiptilt +tiptoe +tiptoeing +tiptoeingly +tiptop +tiptopness +tiptopper +tiptoppish +tiptoppishness +tiptopsome +Tipula +Tipularia +tipulid +Tipulidae +tipuloid +Tipuloidea +tipup +Tipura +tirade +tiralee +tire +tired +tiredly +tiredness +tiredom +tirehouse +tireless +tirelessly +tirelessness +tiremaid +tiremaker +tiremaking +tireman +tirer +tireroom +tiresmith +tiresome +tiresomely +tiresomeness +tiresomeweed +tirewoman +Tirhutia +tiriba +tiring +tiringly +tirl +tirma +tirocinium +Tirolean +Tirolese +Tironian +tirr +tirralirra +tirret +Tirribi +tirrivee +tirrlie +tirrwirr +tirthankara +Tirurai +tirve +tirwit +tisane +tisar +Tishiya +Tishri +Tisiphone +tissual +tissue +tissued +tissueless +tissuelike +tissuey +tisswood +tiswin +tit +Titan +titanate +titanaugite +Titanesque +Titaness +titania +Titanian +Titanic +titanic +Titanical +Titanically +Titanichthyidae +Titanichthys +titaniferous +titanifluoride +Titanism +titanite +titanitic +titanium +Titanlike +titano +titanocolumbate +titanocyanide +titanofluoride +Titanolater +Titanolatry +Titanomachia +Titanomachy +titanomagnetite +titanoniobate +titanosaur +Titanosaurus +titanosilicate +titanothere +Titanotheridae +Titanotherium +titanous +titanyl +titar +titbit +titbitty +tite +titer +titeration +titfish +tithable +tithal +tithe +tithebook +titheless +tithemonger +tithepayer +tither +titheright +tithing +tithingman +tithingpenny +tithonic +tithonicity +tithonographic +tithonometer +Tithymalopsis +Tithymalus +titi +Titian +titian +Titianesque +Titianic +titien +Tities +titilate +titillability +titillant +titillater +titillating +titillatingly +titillation +titillative +titillator +titillatory +titivate +titivation +titivator +titlark +title +titleboard +titled +titledom +titleholder +titleless +titleproof +titler +titleship +titlike +titling +titlist +titmal +titman +Titmarsh +Titmarshian +titmouse +Titoism +Titoist +titoki +titrable +titratable +titrate +titration +titre +titrimetric +titrimetry +titter +titterel +titterer +tittering +titteringly +tittery +tittie +tittle +tittlebat +tittler +tittup +tittupy +titty +tittymouse +titubancy +titubant +titubantly +titubate +titubation +titular +titularity +titularly +titulary +titulation +titule +titulus +Titurel +Titus +tiver +Tivoli +tivoli +tivy +Tiwaz +tiza +tizeur +tizzy +tjanting +tji +tjosite +tlaco +Tlakluit +Tlapallan +Tlascalan +Tlingit +tmema +Tmesipteris +tmesis +to +toa +toad +toadback +toadeat +toadeater +toader +toadery +toadess +toadfish +toadflax +toadflower +toadhead +toadier +toadish +toadless +toadlet +toadlike +toadlikeness +toadling +toadpipe +toadroot +toadship +toadstone +toadstool +toadstoollike +toadwise +toady +toadyish +toadyism +toadyship +Toag +toast +toastable +toastee +toaster +toastiness +toastmaster +toastmastery +toastmistress +toasty +toat +toatoa +Toba +tobacco +tobaccofied +tobaccoism +tobaccoite +tobaccoless +tobaccolike +tobaccoman +tobacconalian +tobacconist +tobacconistical +tobacconize +tobaccophil +tobaccoroot +tobaccoweed +tobaccowood +tobaccoy +tobe +Tobiah +Tobias +Tobikhar +tobine +tobira +toboggan +tobogganeer +tobogganer +tobogganist +Toby +toby +tobyman +tocalote +toccata +Tocharese +Tocharian +Tocharic +Tocharish +tocher +tocherless +tock +toco +Tocobaga +tocodynamometer +tocogenetic +tocogony +tocokinin +tocological +tocologist +tocology +tocome +tocometer +tocopherol +tocororo +tocsin +tocusso +Tod +tod +Toda +today +todayish +Todd +todder +toddick +toddite +toddle +toddlekins +toddler +toddy +toddyize +toddyman +tode +Todea +Todidae +Todus +tody +toe +toeboard +toecap +toecapped +toed +toeless +toelike +toellite +toenail +toeplate +Toerless +toernebohmite +toetoe +toff +toffee +toffeeman +toffing +toffish +toffy +toffyman +Tofieldia +Toft +toft +tofter +toftman +toftstead +tofu +tog +toga +togaed +togalike +togata +togate +togated +togawise +together +togetherhood +togetheriness +togetherness +toggel +toggery +toggle +toggler +togless +togs +togt +togue +toher +toheroa +toho +Tohome +tohubohu +tohunga +toi +toil +toiled +toiler +toilet +toileted +toiletry +toilette +toiletted +toiletware +toilful +toilfully +toilinet +toiling +toilingly +toilless +toillessness +toilsome +toilsomely +toilsomeness +toilworn +toise +toit +toitish +toity +Tokay +tokay +toke +Tokelau +token +tokened +tokenless +toko +tokology +tokonoma +tokopat +tol +tolamine +tolan +tolane +tolbooth +told +toldo +tole +Toledan +Toledo +Toledoan +tolerability +tolerable +tolerableness +tolerablish +tolerably +tolerance +tolerancy +Tolerant +tolerant +tolerantism +tolerantly +tolerate +toleration +tolerationism +tolerationist +tolerative +tolerator +tolerism +Toletan +tolfraedic +tolguacha +tolidine +tolite +toll +tollable +tollage +tollbooth +Tollefsen +toller +tollery +tollgate +tollgatherer +tollhouse +tolliker +tolling +tollkeeper +tollman +tollmaster +tollpenny +tolltaker +tolly +Tolowa +tolpatch +tolpatchery +tolsester +tolsey +Tolstoyan +Tolstoyism +Tolstoyist +tolt +Toltec +Toltecan +tolter +tolu +tolualdehyde +toluate +toluene +toluic +toluide +toluidide +toluidine +toluidino +toluido +Toluifera +tolunitrile +toluol +toluquinaldine +tolusafranine +toluyl +toluylene +toluylenediamine +toluylic +tolyl +tolylene +tolylenediamine +Tolypeutes +tolypeutine +Tom +Toma +tomahawk +tomahawker +tomalley +toman +Tomas +tomatillo +tomato +tomb +tombac +tombal +tombe +tombic +tombless +tomblet +tomblike +tombola +tombolo +tomboy +tomboyful +tomboyish +tomboyishly +tomboyishness +tomboyism +tombstone +tomcat +tomcod +tome +tomeful +tomelet +toment +tomentose +tomentous +tomentulose +tomentum +tomfool +tomfoolery +tomfoolish +tomfoolishness +tomial +tomin +tomish +Tomistoma +tomium +tomjohn +Tomkin +tomkin +Tommer +Tomming +Tommy +tommy +tommybag +tommycod +tommyrot +tomnoddy +tomnoup +tomogram +tomographic +tomography +Tomopteridae +Tomopteris +tomorn +tomorrow +tomorrower +tomorrowing +tomorrowness +tomosis +Tompion +tompiper +tompon +tomtate +tomtit +Tomtitmouse +ton +tonal +tonalamatl +tonalist +tonalite +tonalitive +tonality +tonally +tonant +tonation +tondino +tone +toned +toneless +tonelessly +tonelessness +toneme +toneproof +toner +tonetic +tonetically +tonetician +tonetics +tong +Tonga +tonga +Tongan +Tongas +tonger +tongkang +tongman +Tongrian +tongs +tongsman +tongue +tonguecraft +tongued +tonguedoughty +tonguefence +tonguefencer +tongueflower +tongueful +tongueless +tonguelet +tonguelike +tongueman +tonguemanship +tongueplay +tongueproof +tonguer +tongueshot +tonguesman +tonguesore +tonguester +tonguetip +tonguey +tonguiness +tonguing +tonic +tonically +tonicity +tonicize +tonicobalsamic +tonicoclonic +tonicostimulant +tonify +tonight +Tonikan +tonish +tonishly +tonishness +tonite +tonitrocirrus +tonitruant +tonitruone +tonitruous +tonjon +tonk +Tonkawa +Tonkawan +tonkin +Tonkinese +tonlet +Tonna +tonnage +tonneau +tonneaued +tonner +tonnish +tonnishly +tonnishness +tonoclonic +tonogram +tonograph +tonological +tonology +tonometer +tonometric +tonometry +tonophant +tonoplast +tonoscope +tonotactic +tonotaxis +tonous +tonsbergite +tonsil +tonsilectomy +tonsilitic +tonsillar +tonsillary +tonsillectome +tonsillectomic +tonsillectomize +tonsillectomy +tonsillith +tonsillitic +tonsillitis +tonsillolith +tonsillotome +tonsillotomy +tonsilomycosis +tonsor +tonsorial +tonsurate +tonsure +tonsured +tontine +tontiner +Tonto +tonus +Tony +tony +tonyhoop +too +toodle +toodleloodle +took +tooken +tool +toolbox +toolbuilder +toolbuilding +tooler +toolhead +toolholder +toolholding +tooling +toolless +toolmaker +toolmaking +toolman +toolmark +toolmarking +toolplate +toolroom +toolsetter +toolslide +toolsmith +toolstock +toolstone +toom +toomly +toon +Toona +toonwood +toop +toorie +toorock +tooroo +toosh +toot +tooter +tooth +toothache +toothaching +toothachy +toothbill +toothbrush +toothbrushy +toothchiseled +toothcomb +toothcup +toothdrawer +toothdrawing +toothed +toother +toothflower +toothful +toothill +toothing +toothless +toothlessly +toothlessness +toothlet +toothleted +toothlike +toothpick +toothplate +toothproof +toothsome +toothsomely +toothsomeness +toothstick +toothwash +toothwork +toothwort +toothy +tootle +tootler +tootlish +tootsy +toozle +toozoo +top +topalgia +toparch +toparchia +toparchical +toparchy +topass +Topatopa +topaz +topazfels +topazine +topazite +topazolite +topazy +topcap +topcast +topchrome +topcoat +topcoating +tope +topectomy +topee +topeewallah +topeng +topepo +toper +toperdom +topesthesia +topflight +topfull +topgallant +toph +tophaceous +tophaike +Tophet +tophetic +tophetize +tophus +tophyperidrosis +topi +topia +topiarian +topiarist +topiarius +topiary +topic +topical +topicality +topically +topinambou +Topinish +topknot +topknotted +topless +toplighted +toplike +topline +toploftical +toploftily +toploftiness +toplofty +topmaker +topmaking +topman +topmast +topmost +topmostly +topnotch +topnotcher +topo +topoalgia +topochemical +topognosia +topognosis +topograph +topographer +topographic +topographical +topographically +topographics +topographist +topographize +topographometric +topography +topolatry +topologic +topological +topologist +topology +toponarcosis +toponym +toponymal +toponymic +toponymical +toponymics +toponymist +toponymy +topophobia +topophone +topotactic +topotaxis +topotype +topotypic +topotypical +topped +topper +toppiece +topping +toppingly +toppingness +topple +toppler +topply +toppy +toprail +toprope +tops +topsail +topsailite +topside +topsl +topsman +topsoil +topstone +topswarm +Topsy +topsyturn +toptail +topwise +toque +Tor +tor +tora +torah +Toraja +toral +toran +torbanite +torbanitic +torbernite +torc +torcel +torch +torchbearer +torchbearing +torcher +torchless +torchlight +torchlighted +torchlike +torchman +torchon +torchweed +torchwood +torchwort +torcular +torculus +tordrillite +tore +toreador +tored +Torenia +torero +toreumatography +toreumatology +toreutic +toreutics +torfaceous +torfel +torgoch +Torgot +toric +Toriest +Torified +torii +Torilis +Torinese +Toriness +torma +tormen +torment +tormenta +tormentable +tormentation +tormentative +tormented +tormentedly +tormentful +tormentil +tormentilla +tormenting +tormentingly +tormentingness +tormentive +tormentor +tormentous +tormentress +tormentry +tormentum +tormina +torminal +torminous +tormodont +torn +tornachile +tornade +tornadic +tornado +tornadoesque +tornadoproof +tornal +tornaria +tornarian +tornese +torney +tornillo +Tornit +tornote +tornus +toro +toroid +toroidal +torolillo +Toromona +Torontonian +tororokombu +Torosaurus +torose +torosity +torotoro +torous +torpedineer +Torpedinidae +torpedinous +torpedo +torpedoer +torpedoist +torpedolike +torpedoplane +torpedoproof +torpent +torpescence +torpescent +torpid +torpidity +torpidly +torpidness +torpify +torpitude +torpor +torporific +torporize +torquate +torquated +torque +torqued +torques +torrefaction +torrefication +torrefy +torrent +torrentful +torrentfulness +torrential +torrentiality +torrentially +torrentine +torrentless +torrentlike +torrentuous +torrentwise +Torreya +Torricellian +torrid +torridity +torridly +torridness +Torridonian +Torrubia +torsade +torse +torsel +torsibility +torsigraph +torsile +torsimeter +torsiogram +torsiograph +torsiometer +torsion +torsional +torsionally +torsioning +torsionless +torsive +torsk +torso +torsoclusion +torsometer +torsoocclusion +Torsten +tort +torta +torteau +torticollar +torticollis +torticone +tortile +tortility +tortilla +tortille +tortious +tortiously +tortive +tortoise +tortoiselike +Tortonian +tortrices +tortricid +Tortricidae +Tortricina +tortricine +tortricoid +Tortricoidea +Tortrix +tortula +Tortulaceae +tortulaceous +tortulous +tortuose +tortuosity +tortuous +tortuously +tortuousness +torturable +torturableness +torture +tortured +torturedly +tortureproof +torturer +torturesome +torturing +torturingly +torturous +torturously +toru +torula +torulaceous +torulaform +toruliform +torulin +toruloid +torulose +torulosis +torulous +torulus +torus +torve +torvid +torvity +torvous +Tory +tory +Torydom +Toryess +Toryfication +Toryfy +toryhillite +Toryish +Toryism +Toryistic +Toryize +Toryship +toryweed +tosaphist +tosaphoth +toscanite +Tosephta +Tosephtas +tosh +toshakhana +tosher +toshery +toshly +toshnail +toshy +tosily +Tosk +Toskish +toss +tosser +tossicated +tossily +tossing +tossingly +tossment +tosspot +tossup +tossy +tost +tosticate +tostication +toston +tosy +tot +total +totalitarian +totalitarianism +totality +totalization +totalizator +totalize +totalizer +totally +totalness +totanine +Totanus +totaquin +totaquina +totaquine +totara +totchka +tote +toteload +totem +totemic +totemically +totemism +totemist +totemistic +totemite +totemization +totemy +toter +tother +totient +Totipalmatae +totipalmate +totipalmation +totipotence +totipotency +totipotent +totipotential +totipotentiality +totitive +toto +Totonac +Totonacan +Totonaco +totora +Totoro +totquot +totter +totterer +tottergrass +tottering +totteringly +totterish +tottery +Tottie +totting +tottle +tottlish +totty +tottyhead +totuava +totum +toty +totyman +tou +toucan +toucanet +Toucanid +touch +touchable +touchableness +touchback +touchbell +touchbox +touchdown +touched +touchedness +toucher +touchhole +touchily +touchiness +touching +touchingly +touchingness +touchless +touchline +touchous +touchpan +touchpiece +touchstone +touchwood +touchy +Toufic +toug +tough +toughen +toughener +toughhead +toughhearted +toughish +toughly +toughness +tought +tould +toumnah +Tounatea +toup +toupee +toupeed +toupet +tour +touraco +tourbillion +tourer +tourette +touring +tourism +tourist +touristdom +touristic +touristproof +touristry +touristship +touristy +tourize +tourmaline +tourmalinic +tourmaliniferous +tourmalinization +tourmalinize +tourmalite +tourn +tournament +tournamental +tournant +tournasin +tournay +tournee +Tournefortia +Tournefortian +tourney +tourneyer +tourniquet +tourte +tousche +touse +touser +tousle +tously +tousy +tout +touter +Tovah +tovar +Tovaria +Tovariaceae +tovariaceous +tovarish +tow +towable +towage +towai +towan +toward +towardliness +towardly +towardness +towards +towboat +towcock +towd +towel +towelette +toweling +towelry +tower +towered +towering +toweringly +towerless +towerlet +towerlike +towerman +towerproof +towerwise +towerwork +towerwort +towery +towght +towhead +towheaded +towhee +towing +towkay +towlike +towline +towmast +town +towned +townee +towner +townet +townfaring +townfolk +townful +towngate +townhood +townify +towniness +townish +townishly +townishness +townist +townland +townless +townlet +townlike +townling +townly +townman +townsboy +townscape +Townsendia +Townsendite +townsfellow +townsfolk +township +townside +townsite +townsman +townspeople +townswoman +townward +townwards +townwear +towny +towpath +towrope +towser +towy +tox +toxa +toxalbumic +toxalbumin +toxalbumose +toxamin +toxanemia +toxaphene +toxcatl +toxemia +toxemic +toxic +toxicaemia +toxical +toxically +toxicant +toxicarol +toxication +toxicemia +toxicity +toxicodendrol +Toxicodendron +toxicoderma +toxicodermatitis +toxicodermatosis +toxicodermia +toxicodermitis +toxicogenic +toxicognath +toxicohaemia +toxicohemia +toxicoid +toxicologic +toxicological +toxicologically +toxicologist +toxicology +toxicomania +toxicopathic +toxicopathy +toxicophagous +toxicophagy +toxicophidia +toxicophobia +toxicosis +toxicotraumatic +toxicum +toxidermic +toxidermitis +toxifer +Toxifera +toxiferous +toxigenic +toxihaemia +toxihemia +toxiinfection +toxiinfectious +toxin +toxinemia +toxinfection +toxinfectious +toxinosis +toxiphobia +toxiphobiac +toxiphoric +toxitabellae +toxity +Toxodon +toxodont +Toxodontia +toxogenesis +Toxoglossa +toxoglossate +toxoid +toxology +toxolysis +toxon +toxone +toxonosis +toxophil +toxophile +toxophilism +toxophilite +toxophilitic +toxophilitism +toxophilous +toxophily +toxophoric +toxophorous +toxoplasmosis +toxosis +toxosozin +Toxostoma +toxotae +Toxotes +Toxotidae +Toxylon +toy +toydom +toyer +toyful +toyfulness +toyhouse +toying +toyingly +toyish +toyishly +toyishness +toyland +toyless +toylike +toymaker +toymaking +toyman +toyon +toyshop +toysome +toytown +toywoman +toywort +toze +tozee +tozer +tra +trabacolo +trabal +trabant +trabascolo +trabea +trabeae +trabeatae +trabeated +trabeation +trabecula +trabecular +trabecularism +trabeculate +trabeculated +trabeculation +trabecule +trabuch +trabucho +Tracaulon +trace +traceability +traceable +traceableness +traceably +traceless +tracelessly +tracer +traceried +tracery +Tracey +trachea +tracheaectasy +tracheal +trachealgia +trachealis +trachean +Trachearia +trachearian +tracheary +Tracheata +tracheate +tracheation +tracheid +tracheidal +tracheitis +trachelagra +trachelate +trachelectomopexia +trachelectomy +trachelismus +trachelitis +trachelium +tracheloacromialis +trachelobregmatic +tracheloclavicular +trachelocyllosis +trachelodynia +trachelology +trachelomastoid +trachelopexia +tracheloplasty +trachelorrhaphy +tracheloscapular +Trachelospermum +trachelotomy +trachenchyma +tracheobronchial +tracheobronchitis +tracheocele +tracheochromatic +tracheoesophageal +tracheofissure +tracheolar +tracheolaryngeal +tracheolaryngotomy +tracheole +tracheolingual +tracheopathia +tracheopathy +tracheopharyngeal +Tracheophonae +tracheophone +tracheophonesis +tracheophonine +tracheophony +tracheoplasty +tracheopyosis +tracheorrhagia +tracheoschisis +tracheoscopic +tracheoscopist +tracheoscopy +tracheostenosis +tracheostomy +tracheotome +tracheotomist +tracheotomize +tracheotomy +Trachinidae +trachinoid +Trachinus +trachitis +trachle +Trachodon +trachodont +trachodontid +Trachodontidae +Trachoma +trachomatous +Trachomedusae +trachomedusan +trachyandesite +trachybasalt +trachycarpous +Trachycarpus +trachychromatic +trachydolerite +trachyglossate +Trachylinae +trachyline +Trachymedusae +trachymedusan +trachyphonia +trachyphonous +Trachypteridae +trachypteroid +Trachypterus +trachyspermous +trachyte +trachytic +trachytoid +tracing +tracingly +track +trackable +trackage +trackbarrow +tracked +tracker +trackhound +trackingscout +tracklayer +tracklaying +trackless +tracklessly +tracklessness +trackman +trackmanship +trackmaster +trackscout +trackshifter +tracksick +trackside +trackwalker +trackway +trackwork +tract +tractability +tractable +tractableness +tractably +tractarian +Tractarianism +tractarianize +tractate +tractator +tractatule +tractellate +tractellum +tractiferous +tractile +tractility +traction +tractional +tractioneering +Tractite +tractlet +tractor +tractoration +tractorism +tractorist +tractorization +tractorize +tractory +tractrix +Tracy +tradable +tradal +trade +tradecraft +tradeful +tradeless +trademaster +trader +tradership +Tradescantia +tradesfolk +tradesman +tradesmanlike +tradesmanship +tradesmanwise +tradespeople +tradesperson +tradeswoman +tradiment +trading +tradite +tradition +traditional +traditionalism +traditionalist +traditionalistic +traditionality +traditionalize +traditionally +traditionarily +traditionary +traditionate +traditionately +traditioner +traditionism +traditionist +traditionitis +traditionize +traditionless +traditionmonger +traditious +traditive +traditor +traditores +traditorship +traduce +traducement +traducent +traducer +traducian +traducianism +traducianist +traducianistic +traducible +traducing +traducingly +traduction +traductionist +trady +traffic +trafficability +trafficable +trafficableness +trafficless +trafficway +trafflicker +trafflike +trag +tragacanth +tragacantha +tragacanthin +tragal +Tragasol +tragedial +tragedian +tragedianess +tragedical +tragedienne +tragedietta +tragedist +tragedization +tragedize +tragedy +tragelaph +tragelaphine +Tragelaphus +tragi +tragic +tragical +tragicality +tragically +tragicalness +tragicaster +tragicize +tragicly +tragicness +tragicofarcical +tragicoheroicomic +tragicolored +tragicomedian +tragicomedy +tragicomic +tragicomical +tragicomicality +tragicomically +tragicomipastoral +tragicoromantic +tragicose +tragopan +Tragopogon +Tragulidae +Tragulina +traguline +traguloid +Traguloidea +Tragulus +tragus +trah +traheen +traik +trail +trailer +trailery +trailiness +trailing +trailingly +trailless +trailmaker +trailmaking +trailman +trailside +trailsman +traily +train +trainable +trainage +trainagraph +trainband +trainbearer +trainbolt +trainboy +trained +trainee +trainer +trainful +training +trainless +trainload +trainman +trainmaster +trainsick +trainster +traintime +trainway +trainy +traipse +trait +traitless +traitor +traitorhood +traitorism +traitorize +traitorlike +traitorling +traitorous +traitorously +traitorousness +traitorship +traitorwise +traitress +traject +trajectile +trajection +trajectitious +trajectory +trajet +tralatician +tralaticiary +tralatition +tralatitious +tralatitiously +tralira +Trallian +tram +trama +tramal +tramcar +trame +Trametes +tramful +tramless +tramline +tramman +trammel +trammeled +trammeler +trammelhead +trammeling +trammelingly +trammelled +trammellingly +trammer +tramming +trammon +tramontane +tramp +trampage +trampdom +tramper +trampess +tramphood +trampish +trampishly +trampism +trample +trampler +tramplike +trampolin +trampoline +trampoose +trampot +tramroad +tramsmith +tramway +tramwayman +tramyard +Tran +trance +tranced +trancedly +tranceful +trancelike +tranchefer +tranchet +trancoidal +traneen +trank +tranka +tranker +trankum +tranky +tranquil +tranquility +tranquilization +tranquilize +tranquilizer +tranquilizing +tranquilizingly +tranquillity +tranquillization +tranquillize +tranquilly +tranquilness +transaccidentation +transact +transaction +transactional +transactionally +transactioneer +transactor +transalpine +transalpinely +transalpiner +transamination +transanimate +transanimation +transannular +transapical +transappalachian +transaquatic +transarctic +transatlantic +transatlantically +transatlantican +transatlanticism +transaudient +transbaikal +transbaikalian +transbay +transboard +transborder +transcalency +transcalent +transcalescency +transcalescent +Transcaucasian +transceiver +transcend +transcendence +transcendency +transcendent +transcendental +transcendentalism +transcendentalist +transcendentalistic +transcendentality +transcendentalize +transcendentally +transcendently +transcendentness +transcendible +transcending +transcendingly +transcendingness +transcension +transchannel +transcolor +transcoloration +transconductance +transcondylar +transcondyloid +transconscious +transcontinental +transcorporate +transcorporeal +transcortical +transcreate +transcribable +transcribble +transcribbler +transcribe +transcriber +transcript +transcription +transcriptional +transcriptionally +transcriptitious +transcriptive +transcriptively +transcriptural +transcrystalline +transcurrent +transcurrently +transcurvation +transdermic +transdesert +transdialect +transdiaphragmatic +transdiurnal +transducer +transduction +transect +transection +transelement +transelementate +transelementation +transempirical +transenna +transept +transeptal +transeptally +transequatorial +transessentiate +transeunt +transexperiential +transfashion +transfeature +transfer +transferability +transferable +transferableness +transferably +transferal +transferee +transference +transferent +transferential +transferography +transferor +transferotype +transferred +transferrer +transferribility +transferring +transferror +transferrotype +transfigurate +transfiguration +transfigurative +transfigure +transfigurement +transfiltration +transfinite +transfix +transfixation +transfixion +transfixture +transfluent +transfluvial +transflux +transforation +transform +transformability +transformable +transformance +transformation +transformationist +transformative +transformator +transformer +transforming +transformingly +transformism +transformist +transformistic +transfrontal +transfrontier +transfuge +transfugitive +transfuse +transfuser +transfusible +transfusion +transfusionist +transfusive +transfusively +transgredient +transgress +transgressible +transgressing +transgressingly +transgression +transgressional +transgressive +transgressively +transgressor +transhape +transhuman +transhumanate +transhumanation +transhumance +transhumanize +transhumant +transience +transiency +transient +transiently +transientness +transigence +transigent +transiliac +transilience +transiliency +transilient +transilluminate +transillumination +transilluminator +transimpression +transincorporation +transindividual +transinsular +transire +transischiac +transisthmian +transistor +transit +transitable +transiter +transition +transitional +transitionally +transitionalness +transitionary +transitionist +transitival +transitive +transitively +transitiveness +transitivism +transitivity +transitman +transitorily +transitoriness +transitory +transitus +Transjordanian +translade +translatable +translatableness +translate +translater +translation +translational +translationally +translative +translator +translatorese +translatorial +translatorship +translatory +translatress +translatrix +translay +transleithan +transletter +translinguate +transliterate +transliteration +transliterator +translocalization +translocate +translocation +translocatory +translucence +translucency +translucent +translucently +translucid +transmarginal +transmarine +transmaterial +transmateriation +transmedial +transmedian +transmental +transmentation +transmeridional +transmethylation +transmigrant +transmigrate +transmigration +transmigrationism +transmigrationist +transmigrative +transmigratively +transmigrator +transmigratory +transmissibility +transmissible +transmission +transmissional +transmissionist +transmissive +transmissively +transmissiveness +transmissivity +transmissometer +transmissory +transmit +transmittable +transmittal +transmittance +transmittancy +transmittant +transmitter +transmittible +transmogrification +transmogrifier +transmogrify +transmold +transmontane +transmorphism +transmundane +transmural +transmuscle +transmutability +transmutable +transmutableness +transmutably +transmutation +transmutational +transmutationist +transmutative +transmutatory +transmute +transmuter +transmuting +transmutive +transmutual +transnatation +transnational +transnatural +transnaturation +transnature +transnihilation +transnormal +transocean +transoceanic +transocular +transom +transomed +transonic +transorbital +transpacific +transpadane +transpalatine +transpalmar +transpanamic +transparence +transparency +transparent +transparentize +transparently +transparentness +transparietal +transparish +transpeciate +transpeciation +transpeer +transpenetrable +transpeninsular +transperitoneal +transperitoneally +transpersonal +transphenomenal +transphysical +transpicuity +transpicuous +transpicuously +transpierce +transpirability +transpirable +transpiration +transpirative +transpiratory +transpire +transpirometer +transplace +transplant +transplantability +transplantable +transplantar +transplantation +transplantee +transplanter +transplendency +transplendent +transplendently +transpleural +transpleurally +transpolar +transponibility +transponible +transpontine +transport +transportability +transportable +transportableness +transportal +transportance +transportation +transportational +transportationist +transportative +transported +transportedly +transportedness +transportee +transporter +transporting +transportingly +transportive +transportment +transposability +transposable +transposableness +transposal +transpose +transposer +transposition +transpositional +transpositive +transpositively +transpositor +transpository +transpour +transprint +transprocess +transprose +transproser +transpulmonary +transpyloric +transradiable +transrational +transreal +transrectification +transrhenane +transrhodanian +transriverine +transsegmental +transsensual +transseptal +transsepulchral +transshape +transshift +transship +transshipment +transsolid +transstellar +transsubjective +transtemporal +Transteverine +transthalamic +transthoracic +transubstantial +transubstantially +transubstantiate +transubstantiation +transubstantiationalist +transubstantiationite +transubstantiative +transubstantiatively +transubstantiatory +transudate +transudation +transudative +transudatory +transude +transumpt +transumption +transumptive +transuranian +transuranic +transuranium +transuterine +transvaal +Transvaaler +Transvaalian +transvaluate +transvaluation +transvalue +transvasate +transvasation +transvase +transvectant +transvection +transvenom +transverbate +transverbation +transverberate +transverberation +transversal +transversale +transversalis +transversality +transversally +transversan +transversary +transverse +transversely +transverseness +transverser +transversion +transversive +transversocubital +transversomedial +transversospinal +transversovertical +transversum +transversus +transvert +transverter +transvest +transvestism +transvestite +transvestitism +transvolation +transwritten +Transylvanian +trant +tranter +trantlum +Tranzschelia +trap +Trapa +Trapaceae +trapaceous +trapball +trapes +trapezate +trapeze +trapezia +trapezial +trapezian +trapeziform +trapezing +trapeziometacarpal +trapezist +trapezium +trapezius +trapezohedral +trapezohedron +trapezoid +trapezoidal +trapezoidiform +trapfall +traphole +trapiferous +traplight +traplike +trapmaker +trapmaking +trappean +trapped +trapper +trapperlike +trappiness +trapping +trappingly +Trappist +trappist +Trappistine +trappoid +trappose +trappous +trappy +traprock +traps +trapshoot +trapshooter +trapshooting +trapstick +trapunto +trasformism +trash +trashery +trashify +trashily +trashiness +traship +trashless +trashrack +trashy +trass +Trastevere +Trasteverine +trasy +traulism +trauma +traumasthenia +traumatic +traumatically +traumaticin +traumaticine +traumatism +traumatize +traumatology +traumatonesis +traumatopnea +traumatopyra +traumatosis +traumatotactic +traumatotaxis +traumatropic +traumatropism +Trautvetteria +travail +travale +travally +travated +trave +travel +travelability +travelable +traveldom +traveled +traveler +traveleress +travelerlike +traveling +travellability +travellable +travelled +traveller +travelogue +traveloguer +traveltime +traversable +traversal +traversary +traverse +traversed +traversely +traverser +traversewise +traversework +traversing +traversion +travertin +travertine +travestier +travestiment +travesty +Travis +travis +travois +travoy +trawl +trawlboat +trawler +trawlerman +trawlnet +tray +trayful +traylike +treacher +treacherous +treacherously +treacherousness +treachery +treacle +treaclelike +treaclewort +treacliness +treacly +tread +treadboard +treader +treading +treadle +treadler +treadmill +treadwheel +treason +treasonable +treasonableness +treasonably +treasonful +treasonish +treasonist +treasonless +treasonmonger +treasonous +treasonously +treasonproof +treasurable +treasure +treasureless +treasurer +treasurership +treasuress +treasurous +treasury +treasuryship +treat +treatable +treatableness +treatably +treatee +treater +treating +treatise +treatiser +treatment +treator +treaty +treatyist +treatyite +treatyless +Trebellian +treble +trebleness +trebletree +trebly +trebuchet +trecentist +trechmannite +treckschuyt +Treculia +treddle +tredecile +tredille +tree +treebeard +treebine +treed +treefish +treeful +treehair +treehood +treeify +treeiness +treeless +treelessness +treelet +treelike +treeling +treemaker +treemaking +treeman +treen +treenail +treescape +treeship +treespeeler +treetop +treeward +treewards +treey +tref +trefgordd +trefle +trefoil +trefoiled +trefoillike +trefoilwise +tregadyne +tregerg +tregohm +trehala +trehalase +trehalose +treillage +trek +trekker +trekometer +trekpath +trellis +trellised +trellislike +trelliswork +Trema +Tremandra +Tremandraceae +tremandraceous +Trematoda +trematode +Trematodea +Trematodes +trematoid +Trematosaurus +tremble +tremblement +trembler +trembling +tremblingly +tremblingness +tremblor +trembly +Tremella +Tremellaceae +tremellaceous +Tremellales +tremelliform +tremelline +tremellineous +tremelloid +tremellose +tremendous +tremendously +tremendousness +tremetol +tremie +tremolando +tremolant +tremolist +tremolite +tremolitic +tremolo +tremor +tremorless +tremorlessly +tremulant +tremulate +tremulation +tremulous +tremulously +tremulousness +trenail +trench +trenchancy +trenchant +trenchantly +trenchantness +trenchboard +trenched +trencher +trencherless +trencherlike +trenchermaker +trenchermaking +trencherman +trencherside +trencherwise +trencherwoman +trenchful +trenchlet +trenchlike +trenchmaster +trenchmore +trenchward +trenchwise +trenchwork +trend +trendle +Trent +trental +Trentepohlia +Trentepohliaceae +trentepohliaceous +Trentine +Trenton +trepan +trepanation +trepang +trepanize +trepanner +trepanning +trepanningly +trephination +trephine +trephiner +trephocyte +trephone +trepid +trepidancy +trepidant +trepidate +trepidation +trepidatory +trepidity +trepidly +trepidness +Treponema +treponematous +treponemiasis +treponemiatic +treponemicidal +treponemicide +Trepostomata +trepostomatous +Treron +Treronidae +Treroninae +tresaiel +trespass +trespassage +trespasser +trespassory +tress +tressed +tressful +tressilate +tressilation +tressless +tresslet +tresslike +tresson +tressour +tressure +tressured +tressy +trest +trestle +trestletree +trestlewise +trestlework +trestling +tret +trevally +trevet +Trevor +trews +trewsman +Trey +trey +tri +triable +triableness +triace +triacetamide +triacetate +triacetonamine +triachenium +triacid +triacontaeterid +triacontane +triaconter +triact +triactinal +triactine +triad +triadelphous +Triadenum +triadic +triadical +triadically +triadism +triadist +triaene +triaenose +triage +triagonal +triakisicosahedral +triakisicosahedron +triakisoctahedral +triakisoctahedrid +triakisoctahedron +triakistetrahedral +triakistetrahedron +trial +trialate +trialism +trialist +triality +trialogue +triamid +triamide +triamine +triamino +triammonium +triamylose +triander +Triandria +triandrian +triandrous +triangle +triangled +triangler +triangleways +trianglewise +trianglework +Triangula +triangular +triangularity +triangularly +triangulate +triangulately +triangulation +triangulator +Triangulid +trianguloid +triangulopyramidal +triangulotriangular +Triangulum +triannual +triannulate +Trianon +Triantaphyllos +triantelope +trianthous +triapsal +triapsidal +triarch +triarchate +triarchy +triarctic +triarcuated +triareal +triarii +Triarthrus +triarticulate +Trias +Triassic +triaster +triatic +Triatoma +triatomic +triatomicity +triaxial +triaxon +triaxonian +triazane +triazin +triazine +triazo +triazoic +triazole +triazolic +tribade +tribadism +tribady +tribal +tribalism +tribalist +tribally +tribarred +tribase +tribasic +tribasicity +tribasilar +tribble +tribe +tribeless +tribelet +tribelike +tribesfolk +tribeship +tribesman +tribesmanship +tribespeople +tribeswoman +triblastic +triblet +triboelectric +triboelectricity +tribofluorescence +tribofluorescent +Tribolium +triboluminescence +triboluminescent +tribometer +Tribonema +Tribonemaceae +tribophosphorescence +tribophosphorescent +tribophosphoroscope +triborough +tribrac +tribrach +tribrachial +tribrachic +tribracteate +tribracteolate +tribromacetic +tribromide +tribromoethanol +tribromophenol +tribromphenate +tribromphenol +tribual +tribually +tribular +tribulate +tribulation +tribuloid +Tribulus +tribuna +tribunal +tribunate +tribune +tribuneship +tribunitial +tribunitian +tribunitiary +tribunitive +tributable +tributarily +tributariness +tributary +tribute +tributer +tributist +tributorian +tributyrin +trica +tricae +tricalcic +tricalcium +tricapsular +tricar +tricarballylic +tricarbimide +tricarbon +tricarboxylic +tricarinate +tricarinated +tricarpellary +tricarpellate +tricarpous +tricaudal +tricaudate +trice +tricellular +tricenarious +tricenarium +tricenary +tricennial +tricentenarian +tricentenary +tricentennial +tricentral +tricephal +tricephalic +tricephalous +tricephalus +triceps +Triceratops +triceria +tricerion +tricerium +trichatrophia +trichauxis +Trichechidae +trichechine +trichechodont +Trichechus +trichevron +trichi +trichia +trichiasis +Trichilia +Trichina +trichina +trichinae +trichinal +Trichinella +trichiniasis +trichiniferous +trichinization +trichinize +trichinoid +trichinopoly +trichinoscope +trichinoscopy +trichinosed +trichinosis +trichinotic +trichinous +trichite +trichitic +trichitis +trichiurid +Trichiuridae +trichiuroid +Trichiurus +trichloride +trichlormethane +trichloro +trichloroacetic +trichloroethylene +trichloromethane +trichloromethyl +trichobacteria +trichobezoar +trichoblast +trichobranchia +trichobranchiate +trichocarpous +trichocephaliasis +Trichocephalus +trichoclasia +trichoclasis +trichocyst +trichocystic +trichode +Trichoderma +Trichodesmium +Trichodontidae +trichoepithelioma +trichogen +trichogenous +trichoglossia +Trichoglossidae +Trichoglossinae +trichoglossine +Trichogramma +Trichogrammatidae +trichogyne +trichogynial +trichogynic +trichoid +Tricholaena +trichological +trichologist +trichology +Tricholoma +trichoma +Trichomanes +trichomaphyte +trichomatose +trichomatosis +trichomatous +trichome +trichomic +trichomonad +Trichomonadidae +Trichomonas +trichomoniasis +trichomycosis +trichonosus +trichopathic +trichopathy +trichophore +trichophoric +trichophyllous +trichophyte +trichophytia +trichophytic +Trichophyton +trichophytosis +Trichoplax +trichopore +trichopter +Trichoptera +trichoptera +trichopteran +trichopteron +trichopterous +trichopterygid +Trichopterygidae +trichord +trichorrhea +trichorrhexic +trichorrhexis +Trichosanthes +trichoschisis +trichosis +trichosporange +trichosporangial +trichosporangium +Trichosporum +trichostasis +Trichostema +trichostrongyle +trichostrongylid +Trichostrongylus +trichothallic +trichotillomania +trichotomic +trichotomism +trichotomist +trichotomize +trichotomous +trichotomously +trichotomy +trichroic +trichroism +trichromat +trichromate +trichromatic +trichromatism +trichromatist +trichrome +trichromic +trichronous +trichuriasis +Trichuris +trichy +Tricia +tricinium +tricipital +tricircular +trick +tricker +trickery +trickful +trickily +trickiness +tricking +trickingly +trickish +trickishly +trickishness +trickle +trickless +tricklet +tricklike +trickling +tricklingly +trickly +trickment +trickproof +tricksical +tricksily +tricksiness +tricksome +trickster +trickstering +trickstress +tricksy +tricktrack +tricky +triclad +Tricladida +triclinate +triclinia +triclinial +tricliniarch +tricliniary +triclinic +triclinium +triclinohedric +tricoccose +tricoccous +tricolette +tricolic +tricolon +tricolor +tricolored +tricolumnar +tricompound +triconch +Triconodon +triconodont +Triconodonta +triconodontid +triconodontoid +triconodonty +triconsonantal +triconsonantalism +tricophorous +tricorn +tricornered +tricornute +tricorporal +tricorporate +tricoryphean +tricosane +tricosanone +tricostate +tricosyl +tricosylic +tricot +tricotine +tricotyledonous +tricresol +tricrotic +tricrotism +tricrotous +tricrural +tricurvate +tricuspal +tricuspid +tricuspidal +tricuspidate +tricuspidated +tricussate +tricyanide +tricycle +tricyclene +tricycler +tricyclic +tricyclist +Tricyrtis +Tridacna +Tridacnidae +tridactyl +tridactylous +tridaily +triddler +tridecane +tridecene +tridecilateral +tridecoic +tridecyl +tridecylene +tridecylic +trident +tridental +tridentate +tridentated +tridentiferous +Tridentine +Tridentinian +tridepside +tridermic +tridiametral +tridiapason +tridigitate +tridimensional +tridimensionality +tridimensioned +tridiurnal +tridominium +tridrachm +triduan +triduum +tridymite +tridynamous +tried +triedly +trielaidin +triene +triennial +trienniality +triennially +triennium +triens +triental +Trientalis +triequal +trier +trierarch +trierarchal +trierarchic +trierarchy +trierucin +trieteric +trieterics +triethanolamine +triethyl +triethylamine +triethylstibine +trifa +trifacial +trifarious +trifasciated +triferous +trifid +trifilar +trifistulary +triflagellate +trifle +trifledom +trifler +triflet +trifling +triflingly +triflingness +trifloral +triflorate +triflorous +trifluoride +trifocal +trifoil +trifold +trifoliate +trifoliated +trifoliolate +trifoliosis +Trifolium +trifolium +trifoly +triforial +triforium +triform +triformed +triformin +triformity +triformous +trifoveolate +trifuran +trifurcal +trifurcate +trifurcation +trig +trigamist +trigamous +trigamy +trigeminal +trigeminous +trigeneric +trigesimal +trigger +triggered +triggerfish +triggerless +trigintal +trigintennial +Trigla +triglandular +triglid +Triglidae +triglochid +Triglochin +triglochin +triglot +trigly +triglyceride +triglyceryl +triglyph +triglyphal +triglyphed +triglyphic +triglyphical +trigness +trigon +Trigona +trigonal +trigonally +trigone +Trigonella +trigonelline +trigoneutic +trigoneutism +Trigonia +Trigoniaceae +trigoniacean +trigoniaceous +trigonic +trigonid +Trigoniidae +trigonite +trigonitis +trigonocephalic +trigonocephalous +Trigonocephalus +trigonocephaly +trigonocerous +trigonododecahedron +trigonodont +trigonoid +trigonometer +trigonometric +trigonometrical +trigonometrician +trigonometry +trigonon +trigonotype +trigonous +trigonum +trigram +trigrammatic +trigrammatism +trigrammic +trigraph +trigraphic +triguttulate +trigyn +Trigynia +trigynian +trigynous +trihalide +trihedral +trihedron +trihemeral +trihemimer +trihemimeral +trihemimeris +trihemiobol +trihemiobolion +trihemitetartemorion +trihoral +trihourly +trihybrid +trihydrate +trihydrated +trihydric +trihydride +trihydrol +trihydroxy +trihypostatic +trijugate +trijugous +trijunction +trikaya +trike +triker +trikeria +trikerion +triketo +triketone +trikir +trilabe +trilabiate +trilamellar +trilamellated +trilaminar +trilaminate +trilarcenous +trilateral +trilaterality +trilaterally +trilateralness +trilaurin +trilby +trilemma +trilinear +trilineate +trilineated +trilingual +trilinguar +trilinolate +trilinoleate +trilinolenate +trilinolenin +Trilisa +trilit +trilite +triliteral +triliteralism +triliterality +triliterally +triliteralness +trilith +trilithic +trilithon +trill +trillachan +trillet +trilli +Trilliaceae +trilliaceous +trillibub +trilliin +trilling +trillion +trillionaire +trillionize +trillionth +Trillium +trillium +trillo +trilobate +trilobated +trilobation +trilobe +trilobed +Trilobita +trilobite +trilobitic +trilocular +triloculate +trilogic +trilogical +trilogist +trilogy +Trilophodon +trilophodont +triluminar +triluminous +trim +trimacer +trimacular +trimargarate +trimargarin +trimastigate +trimellitic +trimembral +trimensual +trimer +Trimera +trimercuric +Trimeresurus +trimeric +trimeride +trimerite +trimerization +trimerous +trimesic +trimesinic +trimesitic +trimesitinic +trimester +trimestral +trimestrial +trimesyl +trimetalism +trimetallic +trimeter +trimethoxy +trimethyl +trimethylacetic +trimethylamine +trimethylbenzene +trimethylene +trimethylmethane +trimethylstibine +trimetric +trimetrical +trimetrogon +trimly +trimmer +trimming +trimmingly +trimness +trimodal +trimodality +trimolecular +trimonthly +trimoric +trimorph +trimorphic +trimorphism +trimorphous +trimotor +trimotored +trimstone +trimtram +trimuscular +trimyristate +trimyristin +trin +Trinacrian +trinal +trinality +trinalize +trinary +trinational +trindle +trine +trinely +trinervate +trinerve +trinerved +trineural +Tringa +tringine +tringle +tringoid +Trinidadian +trinidado +Trinil +Trinitarian +trinitarian +Trinitarianism +trinitrate +trinitration +trinitride +trinitrin +trinitro +trinitrocarbolic +trinitrocellulose +trinitrocresol +trinitroglycerin +trinitromethane +trinitrophenol +trinitroresorcin +trinitrotoluene +trinitroxylene +trinitroxylol +Trinity +trinity +trinityhood +trink +trinkerman +trinket +trinketer +trinketry +trinkety +trinkle +trinklement +trinklet +trinkums +Trinobantes +trinoctial +trinodal +trinode +trinodine +trinol +trinomial +trinomialism +trinomialist +trinomiality +trinomially +trinopticon +Trinorantum +Trinovant +Trinovantes +trintle +trinucleate +Trinucleus +Trio +trio +triobol +triobolon +trioctile +triocular +triode +triodia +triodion +Triodon +Triodontes +Triodontidae +triodontoid +Triodontoidea +Triodontoidei +Triodontophorus +Trioecia +trioecious +trioeciously +trioecism +triolcous +triole +trioleate +triolefin +trioleic +triolein +triolet +triology +Trionychidae +trionychoid +Trionychoideachid +trionychoidean +trionym +trionymal +Trionyx +trioperculate +Triopidae +Triops +trior +triorchis +triorchism +triorthogonal +triose +Triosteum +triovulate +trioxazine +trioxide +trioxymethylene +triozonide +trip +tripal +tripaleolate +tripalmitate +tripalmitin +tripara +tripart +triparted +tripartedly +tripartible +tripartient +tripartite +tripartitely +tripartition +tripaschal +tripe +tripedal +tripel +tripelike +tripeman +tripemonger +tripennate +tripenny +tripeptide +tripersonal +tripersonalism +tripersonalist +tripersonality +tripersonally +tripery +tripeshop +tripestone +tripetaloid +tripetalous +tripewife +tripewoman +triphammer +triphane +triphase +triphaser +Triphasia +triphasic +triphenyl +triphenylamine +triphenylated +triphenylcarbinol +triphenylmethane +triphenylmethyl +triphenylphosphine +triphibian +triphibious +triphony +Triphora +triphthong +triphyletic +triphyline +triphylite +triphyllous +Triphysite +tripinnate +tripinnated +tripinnately +tripinnatifid +tripinnatisect +Tripitaka +triplane +Triplaris +triplasian +triplasic +triple +tripleback +triplefold +triplegia +tripleness +triplet +tripletail +tripletree +triplewise +triplex +triplexity +triplicate +triplication +triplicative +triplicature +Triplice +Triplicist +triplicity +triplicostate +tripliform +triplinerved +tripling +triplite +triploblastic +triplocaulescent +triplocaulous +Triplochitonaceae +triploid +triploidic +triploidite +triploidy +triplopia +triplopy +triplum +triplumbic +triply +tripmadam +tripod +tripodal +tripodial +tripodian +tripodic +tripodical +tripody +tripointed +tripolar +tripoli +Tripoline +tripoline +Tripolitan +tripolite +tripos +tripotassium +trippant +tripper +trippet +tripping +trippingly +trippingness +trippist +tripple +trippler +Tripsacum +tripsill +tripsis +tripsome +tripsomely +triptane +tripterous +triptote +triptych +triptyque +tripudial +tripudiant +tripudiary +tripudiate +tripudiation +tripudist +tripudium +tripunctal +tripunctate +tripy +Tripylaea +tripylaean +Tripylarian +tripylarian +tripyrenous +triquadrantal +triquetra +triquetral +triquetric +triquetrous +triquetrously +triquetrum +triquinate +triquinoyl +triradial +triradially +triradiate +triradiated +triradiately +triradiation +Triratna +trirectangular +triregnum +trireme +trirhombohedral +trirhomboidal +triricinolein +trisaccharide +trisaccharose +trisacramentarian +Trisagion +trisalt +trisazo +trisceptral +trisect +trisected +trisection +trisector +trisectrix +triseme +trisemic +trisensory +trisepalous +triseptate +triserial +triserially +triseriate +triseriatim +trisetose +Trisetum +trishna +trisilane +trisilicane +trisilicate +trisilicic +trisinuate +trisinuated +triskele +triskelion +trismegist +trismegistic +trismic +trismus +trisoctahedral +trisoctahedron +trisodium +trisome +trisomic +trisomy +trisonant +Trisotropis +trispast +trispaston +trispermous +trispinose +trisplanchnic +trisporic +trisporous +trisquare +trist +tristachyous +Tristam +Tristan +Tristania +tristate +tristearate +tristearin +tristeness +tristetrahedron +tristeza +tristful +tristfully +tristfulness +tristich +Tristichaceae +tristichic +tristichous +tristigmatic +tristigmatose +tristiloquy +tristisonous +Tristram +tristylous +trisubstituted +trisubstitution +trisul +trisula +trisulcate +trisulcated +trisulphate +trisulphide +trisulphone +trisulphonic +trisulphoxide +trisylabic +trisyllabical +trisyllabically +trisyllabism +trisyllabity +trisyllable +tritactic +tritagonist +tritangent +tritangential +tritanope +tritanopia +tritanopic +tritaph +trite +Triteleia +tritely +tritemorion +tritencephalon +triteness +triternate +triternately +triterpene +tritetartemorion +tritheism +tritheist +tritheistic +tritheistical +tritheite +tritheocracy +trithing +trithioaldehyde +trithiocarbonate +trithiocarbonic +trithionate +trithionic +Trithrinax +tritical +triticality +tritically +triticalness +triticeous +triticeum +triticin +triticism +triticoid +Triticum +triticum +tritish +tritium +tritocerebral +tritocerebrum +tritocone +tritoconid +Tritogeneia +tritolo +Tritoma +tritomite +Triton +triton +tritonal +tritonality +tritone +Tritoness +Tritonia +Tritonic +Tritonidae +tritonoid +tritonous +tritonymph +tritonymphal +tritopatores +tritopine +tritor +tritoral +tritorium +tritoxide +tritozooid +tritriacontane +trittichan +tritubercular +Trituberculata +trituberculism +trituberculy +triturable +tritural +triturate +trituration +triturator +triturature +triturium +Triturus +trityl +Tritylodon +Triumfetta +Triumph +triumph +triumphal +triumphance +triumphancy +triumphant +triumphantly +triumphator +triumpher +triumphing +triumphwise +triumvir +triumviral +triumvirate +triumviri +triumvirship +triunal +triune +triungulin +triunification +triunion +triunitarian +triunity +triunsaturated +triurid +Triuridaceae +Triuridales +Triuris +trivalence +trivalency +trivalent +trivalerin +trivalve +trivalvular +trivant +trivantly +trivariant +triverbal +triverbial +trivet +trivetwise +trivia +trivial +trivialism +trivialist +triviality +trivialize +trivially +trivialness +trivirga +trivirgate +trivium +trivoltine +trivvet +triweekly +Trix +Trixie +Trixy +trizoic +trizomal +trizonal +trizone +Trizonia +Troad +troat +troca +trocaical +trocar +Trochaic +trochaic +trochaicality +trochal +trochalopod +Trochalopoda +trochalopodous +trochanter +trochanteric +trochanterion +trochantin +trochantinian +trochart +trochate +troche +trocheameter +trochee +trocheeize +trochelminth +Trochelminthes +trochi +trochid +Trochidae +trochiferous +trochiform +Trochila +Trochili +trochili +trochilic +trochilics +trochilidae +trochilidine +trochilidist +trochiline +trochilopodous +Trochilus +trochilus +troching +trochiscation +trochiscus +trochite +trochitic +Trochius +trochlea +trochlear +trochleariform +trochlearis +trochleary +trochleate +trochleiform +trochocephalia +trochocephalic +trochocephalus +trochocephaly +Trochodendraceae +trochodendraceous +Trochodendron +trochoid +trochoidal +trochoidally +trochoides +trochometer +trochophore +Trochosphaera +Trochosphaerida +trochosphere +trochospherical +Trochozoa +trochozoic +trochozoon +Trochus +trochus +trock +troco +troctolite +trod +trodden +trode +troegerite +Troezenian +troft +trog +trogger +troggin +troglodytal +troglodyte +Troglodytes +troglodytic +troglodytical +Troglodytidae +Troglodytinae +troglodytish +troglodytism +trogon +Trogones +Trogonidae +Trogoniformes +trogonoid +trogs +trogue +Troiades +Troic +troika +troilite +Trojan +troke +troker +troll +trolldom +trolleite +troller +trolley +trolleyer +trolleyful +trolleyman +trollflower +trollimog +trolling +Trollius +trollman +trollol +trollop +Trollopean +Trollopeanism +trollopish +trollops +trollopy +trolly +tromba +trombe +trombiculid +trombidiasis +Trombidiidae +Trombidium +trombone +trombonist +trombony +trommel +tromometer +tromometric +tromometrical +tromometry +tromp +trompe +trompil +trompillo +tromple +tron +trona +tronador +tronage +tronc +trondhjemite +trone +troner +troolie +troop +trooper +trooperess +troopfowl +troopship +troopwise +troostite +troostitic +troot +tropacocaine +tropaeolaceae +tropaeolaceous +tropaeolin +Tropaeolum +tropaion +tropal +troparia +troparion +tropary +tropate +trope +tropeic +tropeine +troper +tropesis +trophaea +trophaeum +trophal +trophallactic +trophallaxis +trophectoderm +trophedema +trophema +trophesial +trophesy +trophi +trophic +trophical +trophically +trophicity +trophied +Trophis +trophism +trophobiont +trophobiosis +trophobiotic +trophoblast +trophoblastic +trophochromatin +trophocyte +trophoderm +trophodisc +trophodynamic +trophodynamics +trophogenesis +trophogenic +trophogeny +trophology +trophonema +trophoneurosis +trophoneurotic +Trophonian +trophonucleus +trophopathy +trophophore +trophophorous +trophophyte +trophoplasm +trophoplasmatic +trophoplasmic +trophoplast +trophosomal +trophosome +trophosperm +trophosphere +trophospongia +trophospongial +trophospongium +trophospore +trophotaxis +trophotherapy +trophothylax +trophotropic +trophotropism +trophozoite +trophozooid +trophy +trophyless +trophywort +tropic +tropical +Tropicalia +Tropicalian +tropicality +tropicalization +tropicalize +tropically +tropicopolitan +tropidine +Tropidoleptus +tropine +tropism +tropismatic +tropist +tropistic +tropocaine +tropologic +tropological +tropologically +tropologize +tropology +tropometer +tropopause +tropophil +tropophilous +tropophyte +tropophytic +troposphere +tropostereoscope +tropoyl +troptometer +tropyl +trostera +trot +trotcozy +troth +trothful +trothless +trothlike +trothplight +trotlet +trotline +trotol +trotter +trottie +trottles +trottoir +trottoired +trotty +trotyl +troubadour +troubadourish +troubadourism +troubadourist +trouble +troubledly +troubledness +troublemaker +troublemaking +troublement +troubleproof +troubler +troublesome +troublesomely +troublesomeness +troubling +troublingly +troublous +troublously +troublousness +troubly +trough +troughful +troughing +troughlike +troughster +troughway +troughwise +troughy +trounce +trouncer +troupand +troupe +trouper +troupial +trouse +trouser +trouserdom +trousered +trouserettes +trouserian +trousering +trouserless +trousers +trousseau +trousseaux +trout +troutbird +trouter +troutflower +troutful +troutiness +troutless +troutlet +troutlike +trouty +trouvere +trouveur +trove +troveless +trover +trow +trowel +trowelbeak +troweler +trowelful +trowelman +trowing +trowlesworthite +trowman +trowth +Troy +troy +Troynovant +Troytown +truancy +truandise +truant +truantcy +truantism +truantlike +truantly +truantness +truantry +truantship +trub +trubu +truce +trucebreaker +trucebreaking +truceless +trucemaker +trucemaking +trucial +trucidation +truck +truckage +trucker +truckful +trucking +truckle +truckler +trucklike +truckling +trucklingly +truckload +truckman +truckmaster +trucks +truckster +truckway +truculence +truculency +truculent +truculental +truculently +truculentness +truddo +trudellite +trudge +trudgen +trudger +Trudy +true +trueborn +truebred +truehearted +trueheartedly +trueheartedness +truelike +truelove +trueness +truepenny +truer +truff +truffle +truffled +trufflelike +truffler +trufflesque +trug +truish +truism +truismatic +truistic +truistical +trull +Trullan +truller +trullization +trullo +truly +trumbash +trummel +trump +trumper +trumperiness +trumpery +trumpet +trumpetbush +trumpeter +trumpeting +trumpetless +trumpetlike +trumpetry +trumpetweed +trumpetwood +trumpety +trumph +trumpie +trumpless +trumplike +trun +truncage +truncal +truncate +truncated +Truncatella +Truncatellidae +truncately +truncation +truncator +truncatorotund +truncatosinuate +truncature +trunch +trunched +truncheon +truncheoned +truncher +trunchman +trundle +trundlehead +trundler +trundleshot +trundletail +trundling +trunk +trunkback +trunked +trunkfish +trunkful +trunking +trunkless +trunkmaker +trunknose +trunkway +trunkwork +trunnel +trunnion +trunnioned +trunnionless +trush +trusion +truss +trussed +trussell +trusser +trussing +trussmaker +trussmaking +trusswork +trust +trustability +trustable +trustableness +trustably +trustee +trusteeism +trusteeship +trusten +truster +trustful +trustfully +trustfulness +trustification +trustify +trustihood +trustily +trustiness +trusting +trustingly +trustingness +trustle +trustless +trustlessly +trustlessness +trustman +trustmonger +trustwoman +trustworthily +trustworthiness +trustworthy +trusty +truth +truthable +truthful +truthfully +truthfulness +truthify +truthiness +truthless +truthlessly +truthlessness +truthlike +truthlikeness +truthsman +truthteller +truthtelling +truthy +Trutta +truttaceous +truvat +truxillic +truxilline +try +trygon +Trygonidae +tryhouse +Trying +trying +tryingly +tryingness +tryma +tryout +tryp +trypa +trypan +trypaneid +Trypaneidae +trypanocidal +trypanocide +trypanolysin +trypanolysis +trypanolytic +Trypanosoma +trypanosoma +trypanosomacidal +trypanosomacide +trypanosomal +trypanosomatic +Trypanosomatidae +trypanosomatosis +trypanosomatous +trypanosome +trypanosomiasis +trypanosomic +Tryparsamide +Trypeta +trypetid +Trypetidae +Tryphena +Tryphosa +trypiate +trypograph +trypographic +trypsin +trypsinize +trypsinogen +tryptase +tryptic +tryptogen +tryptone +tryptonize +tryptophan +trysail +tryst +tryster +trysting +tryt +tryworks +tsadik +tsamba +tsantsa +tsar +tsardom +tsarevitch +tsarina +tsaritza +tsarship +tsatlee +Tsattine +tscharik +tscheffkinite +Tscherkess +tsere +tsessebe +tsetse +Tshi +tsia +Tsiltaden +Tsimshian +tsine +tsingtauite +tsiology +Tsoneca +Tsonecan +tst +tsuba +tsubo +Tsuga +Tsuma +tsumebite +tsun +tsunami +tsungtu +Tsutsutsi +tu +tua +Tualati +Tuamotu +Tuamotuan +Tuan +tuan +Tuareg +tuarn +tuart +tuatara +tuatera +tuath +tub +Tuba +tuba +tubae +tubage +tubal +tubaphone +tubar +tubate +tubatoxin +Tubatulabal +tubba +tubbable +tubbal +tubbeck +tubber +tubbie +tubbiness +tubbing +tubbish +tubboe +tubby +tube +tubeflower +tubeform +tubeful +tubehead +tubehearted +tubeless +tubelet +tubelike +tubemaker +tubemaking +tubeman +tuber +Tuberaceae +tuberaceous +Tuberales +tuberation +tubercle +tubercled +tuberclelike +tubercula +tubercular +Tubercularia +Tuberculariaceae +tuberculariaceous +tubercularization +tubercularize +tubercularly +tubercularness +tuberculate +tuberculated +tuberculatedly +tuberculately +tuberculation +tuberculatogibbous +tuberculatonodose +tuberculatoradiate +tuberculatospinous +tubercule +tuberculed +tuberculid +tuberculide +tuberculiferous +tuberculiform +tuberculin +tuberculinic +tuberculinization +tuberculinize +tuberculization +tuberculize +tuberculocele +tuberculocidin +tuberculoderma +tuberculoid +tuberculoma +tuberculomania +tuberculomata +tuberculophobia +tuberculoprotein +tuberculose +tuberculosectorial +tuberculosed +tuberculosis +tuberculotherapist +tuberculotherapy +tuberculotoxin +tuberculotrophic +tuberculous +tuberculously +tuberculousness +tuberculum +tuberiferous +tuberiform +tuberin +tuberization +tuberize +tuberless +tuberoid +tuberose +tuberosity +tuberous +tuberously +tuberousness +tubesmith +tubework +tubeworks +tubfish +tubful +tubicen +tubicinate +tubicination +Tubicola +Tubicolae +tubicolar +tubicolous +tubicorn +tubicornous +tubifacient +tubifer +tubiferous +Tubifex +Tubificidae +Tubiflorales +tubiflorous +tubiform +tubig +tubik +tubilingual +Tubinares +tubinarial +tubinarine +tubing +Tubingen +tubiparous +Tubipora +tubipore +tubiporid +Tubiporidae +tubiporoid +tubiporous +tublet +tublike +tubmaker +tubmaking +tubman +tuboabdominal +tubocurarine +tubolabellate +tuboligamentous +tuboovarial +tuboovarian +tuboperitoneal +tuborrhea +tubotympanal +tubovaginal +tubular +Tubularia +tubularia +Tubulariae +tubularian +Tubularida +tubularidan +Tubulariidae +tubularity +tubularly +tubulate +tubulated +tubulation +tubulator +tubulature +tubule +tubulet +tubuli +tubulibranch +tubulibranchian +Tubulibranchiata +tubulibranchiate +Tubulidentata +tubulidentate +Tubulifera +tubuliferan +tubuliferous +tubulifloral +tubuliflorous +tubuliform +Tubulipora +tubulipore +tubuliporid +Tubuliporidae +tubuliporoid +tubulization +tubulodermoid +tubuloracemose +tubulosaccular +tubulose +tubulostriato +tubulous +tubulously +tubulousness +tubulure +tubulus +tubwoman +Tucana +Tucanae +tucandera +Tucano +tuchit +tuchun +tuchunate +tuchunism +tuchunize +tuck +Tuckahoe +tuckahoe +tucker +tuckermanity +tucket +tucking +tuckner +tuckshop +tucktoo +tucky +tucum +tucuma +tucuman +Tucuna +tudel +Tudesque +Tudor +Tudoresque +tue +tueiron +Tuesday +tufa +tufaceous +tufalike +tufan +tuff +tuffaceous +tuffet +tuffing +tuft +tuftaffeta +tufted +tufter +tufthunter +tufthunting +tuftily +tufting +tuftlet +tufty +tug +tugboat +tugboatman +tugger +tuggery +tugging +tuggingly +tughra +tugless +tuglike +tugman +tugrik +tugui +tugurium +tui +tuik +tuille +tuillette +tuilyie +tuism +tuition +tuitional +tuitionary +tuitive +tuke +tukra +Tukuler +Tukulor +tula +Tulalip +tulare +tularemia +tulasi +Tulbaghia +tulchan +tulchin +tule +tuliac +tulip +Tulipa +tulipflower +tulipiferous +tulipist +tuliplike +tulipomania +tulipomaniac +tulipwood +tulipy +tulisan +Tulkepaia +tulle +Tullian +tullibee +Tulostoma +tulsi +Tulu +tulwar +tum +tumasha +tumatakuru +tumatukuru +tumbak +tumbester +tumble +tumblebug +tumbled +tumbledung +tumbler +tumblerful +tumblerlike +tumblerwise +tumbleweed +tumblification +tumbling +tumblingly +tumbly +Tumboa +tumbrel +tume +tumefacient +tumefaction +tumefy +tumescence +tumescent +tumid +tumidity +tumidly +tumidness +Tumion +tummals +tummel +tummer +tummock +tummy +tumor +tumored +tumorlike +tumorous +tump +tumpline +tumtum +tumular +tumulary +tumulate +tumulation +tumuli +tumulose +tumulosity +tumulous +tumult +tumultuarily +tumultuariness +tumultuary +tumultuate +tumultuation +tumultuous +tumultuously +tumultuousness +tumulus +Tumupasa +tun +Tuna +tuna +tunable +tunableness +tunably +tunbellied +tunbelly +tunca +tund +tundagslatta +tunder +tundish +tundra +tundun +tune +Tunebo +tuned +tuneful +tunefully +tunefulness +tuneless +tunelessly +tunelessness +tunemaker +tunemaking +tuner +tunesome +tunester +tunful +tung +Tunga +Tungan +tungate +tungo +tungstate +tungsten +tungstenic +tungsteniferous +tungstenite +tungstic +tungstite +tungstosilicate +tungstosilicic +Tungus +Tungusian +Tungusic +tunhoof +tunic +Tunica +Tunican +tunicary +Tunicata +tunicate +tunicated +tunicin +tunicked +tunicle +tunicless +tuniness +tuning +tunish +Tunisian +tunist +tunk +Tunker +tunket +tunlike +tunmoot +tunna +tunnel +tunneled +tunneler +tunneling +tunnelist +tunnelite +tunnellike +tunnelly +tunnelmaker +tunnelmaking +tunnelman +tunnelway +tunner +tunnery +Tunnit +tunnland +tunnor +tunny +tuno +tunu +tuny +tup +Tupaia +Tupaiidae +tupakihi +tupanship +tupara +tupek +tupelo +Tupi +Tupian +tupik +Tupinamba +Tupinaqui +tupman +tuppence +tuppenny +Tupperian +Tupperish +Tupperism +Tupperize +tupuna +tuque +tur +turacin +Turacus +Turanian +Turanianism +Turanism +turanose +turb +turban +turbaned +turbanesque +turbanette +turbanless +turbanlike +turbantop +turbanwise +turbary +turbeh +Turbellaria +turbellarian +turbellariform +turbescency +turbid +turbidimeter +turbidimetric +turbidimetry +turbidity +turbidly +turbidness +turbinaceous +turbinage +turbinal +turbinate +turbinated +turbination +turbinatoconcave +turbinatocylindrical +turbinatoglobose +turbinatostipitate +turbine +turbinectomy +turbined +turbinelike +Turbinella +Turbinellidae +turbinelloid +turbiner +turbines +Turbinidae +turbiniform +turbinoid +turbinotome +turbinotomy +turbit +turbith +turbitteen +Turbo +turbo +turboalternator +turboblower +turbocompressor +turbodynamo +turboexciter +turbofan +turbogenerator +turbomachine +turbomotor +turbopump +turbosupercharge +turbosupercharger +turbot +turbotlike +turboventilator +turbulence +turbulency +turbulent +turbulently +turbulentness +Turcian +Turcic +Turcification +Turcism +Turcize +Turco +turco +Turcoman +Turcophilism +turcopole +turcopolier +turd +Turdetan +Turdidae +turdiform +Turdinae +turdine +turdoid +Turdus +tureen +tureenful +turf +turfage +turfdom +turfed +turfen +turfiness +turfing +turfite +turfless +turflike +turfman +turfwise +turfy +turgency +turgent +turgently +turgesce +turgescence +turgescency +turgescent +turgescible +turgid +turgidity +turgidly +turgidness +turgite +turgoid +turgor +turgy +Turi +turicata +turio +turion +turioniferous +turjaite +turjite +Turk +turk +Turkana +Turkdom +Turkeer +turken +Turkery +Turkess +Turkey +turkey +turkeyback +turkeyberry +turkeybush +Turkeydom +turkeyfoot +Turkeyism +turkeylike +Turki +Turkic +Turkicize +Turkification +Turkify +turkis +Turkish +Turkishly +Turkishness +Turkism +Turkize +turkle +Turklike +Turkman +Turkmen +Turkmenian +Turkologist +Turkology +Turkoman +Turkomania +Turkomanic +Turkomanize +Turkophil +Turkophile +Turkophilia +Turkophilism +Turkophobe +Turkophobist +turlough +Turlupin +turm +turma +turment +turmeric +turmit +turmoil +turmoiler +turn +turnable +turnabout +turnagain +turnaround +turnaway +turnback +turnbout +turnbuckle +turncap +turncoat +turncoatism +turncock +turndown +turndun +turned +turnel +turner +Turnera +Turneraceae +turneraceous +Turneresque +Turnerian +Turnerism +turnerite +turnery +turney +turngate +turnhall +Turnhalle +Turnices +Turnicidae +turnicine +Turnicomorphae +turnicomorphic +turning +turningness +turnip +turniplike +turnipweed +turnipwise +turnipwood +turnipy +Turnix +turnix +turnkey +turnoff +turnout +turnover +turnpike +turnpiker +turnpin +turnplate +turnplow +turnrow +turns +turnscrew +turnsheet +turnskin +turnsole +turnspit +turnstile +turnstone +turntable +turntail +turnup +turnwrest +turnwrist +Turonian +turp +turpantineweed +turpentine +turpentineweed +turpentinic +turpeth +turpethin +turpid +turpidly +turpitude +turps +turquoise +turquoiseberry +turquoiselike +turr +turret +turreted +turrethead +turretlike +turrical +turricle +turricula +turriculae +turricular +turriculate +turriferous +turriform +turrigerous +Turrilepas +turrilite +Turrilites +turriliticone +Turrilitidae +Turritella +turritella +turritellid +Turritellidae +turritelloid +turse +Tursenoi +Tursha +tursio +Tursiops +Turtan +turtle +turtleback +turtlebloom +turtledom +turtledove +turtlehead +turtleize +turtlelike +turtler +turtlet +turtling +turtosa +tururi +turus +Turveydrop +Turveydropdom +Turveydropian +turwar +Tusayan +Tuscan +Tuscanism +Tuscanize +Tuscanlike +Tuscany +Tuscarora +tusche +Tusculan +Tush +tush +tushed +Tushepaw +tusher +tushery +tusk +tuskar +tusked +Tuskegee +tusker +tuskish +tuskless +tusklike +tuskwise +tusky +tussah +tussal +tusser +tussicular +Tussilago +tussis +tussive +tussle +tussock +tussocked +tussocker +tussocky +tussore +tussur +tut +tutania +tutball +tute +tutee +tutela +tutelage +tutelar +tutelary +Tutelo +tutenag +tuth +tutin +tutiorism +tutiorist +tutly +tutman +tutor +tutorage +tutorer +tutoress +tutorhood +tutorial +tutorially +tutoriate +tutorism +tutorization +tutorize +tutorless +tutorly +tutorship +tutory +tutoyer +tutress +tutrice +tutrix +tuts +tutsan +tutster +tutti +tuttiman +tutty +tutu +tutulus +Tututni +tutwork +tutworker +tutworkman +tuwi +tux +tuxedo +tuyere +Tuyuneiri +tuza +Tuzla +tuzzle +twa +Twaddell +twaddle +twaddledom +twaddleize +twaddlement +twaddlemonger +twaddler +twaddlesome +twaddling +twaddlingly +twaddly +twaddy +twae +twaesome +twafauld +twagger +twain +twaite +twal +twale +twalpenny +twalpennyworth +twalt +Twana +twang +twanger +twanginess +twangle +twangler +twangy +twank +twanker +twanking +twankingly +twankle +twanky +twant +twarly +twas +twasome +twat +twatchel +twatterlight +twattle +twattler +twattling +tway +twayblade +twazzy +tweag +tweak +tweaker +tweaky +twee +tweed +tweeded +tweedle +tweedledee +tweedledum +tweedy +tweeg +tweel +tween +tweenlight +tweeny +tweesh +tweesht +tweest +tweet +tweeter +tweeze +tweezer +tweezers +tweil +twelfhynde +twelfhyndeman +twelfth +twelfthly +Twelfthtide +twelve +twelvefold +twelvehynde +twelvehyndeman +twelvemo +twelvemonth +twelvepence +twelvepenny +twelvescore +twentieth +twentiethly +twenty +twentyfold +twentymo +twere +twerp +Twi +twibil +twibilled +twice +twicer +twicet +twichild +twick +twiddle +twiddler +twiddling +twiddly +twifoil +twifold +twifoldly +twig +twigful +twigged +twiggen +twigger +twiggy +twigless +twiglet +twiglike +twigsome +twigwithy +twilight +twilightless +twilightlike +twilighty +twilit +twill +twilled +twiller +twilling +twilly +twilt +twin +twinable +twinberry +twinborn +twindle +twine +twineable +twinebush +twineless +twinelike +twinemaker +twinemaking +twiner +twinflower +twinfold +twinge +twingle +twinhood +twiningly +twinism +twink +twinkle +twinkledum +twinkleproof +twinkler +twinkles +twinkless +twinkling +twinklingly +twinkly +twinleaf +twinlike +twinling +twinly +twinned +twinner +twinness +twinning +twinship +twinsomeness +twinter +twiny +twire +twirk +twirl +twirler +twirligig +twirly +twiscar +twisel +twist +twistable +twisted +twistedly +twistened +twister +twisterer +twistical +twistification +twistily +twistiness +twisting +twistingly +twistiways +twistiwise +twistle +twistless +twisty +twit +twitch +twitchel +twitcheling +twitcher +twitchet +twitchety +twitchfire +twitchily +twitchiness +twitchingly +twitchy +twite +twitlark +twitten +twitter +twitteration +twitterboned +twitterer +twittering +twitteringly +twitterly +twittery +twittingly +twitty +twixt +twixtbrain +twizzened +twizzle +two +twodecker +twofold +twofoldly +twofoldness +twoling +twoness +twopence +twopenny +twosome +twyblade +twyhynde +Tybalt +Tyburn +Tyburnian +Tyche +tychism +tychite +Tychonian +Tychonic +tychoparthenogenesis +tychopotamic +tycoon +tycoonate +tyddyn +tydie +tye +tyee +tyg +Tyigh +tying +tyke +tyken +tykhana +tyking +tylarus +tyleberry +Tylenchus +Tyler +Tylerism +Tylerite +Tylerize +tylion +tyloma +tylopod +Tylopoda +tylopodous +Tylosaurus +tylose +tylosis +tylosteresis +Tylostoma +Tylostomaceae +tylostylar +tylostyle +tylostylote +tylostylus +Tylosurus +tylotate +tylote +tylotic +tylotoxea +tylotoxeate +tylotus +tylus +tymbalon +tymp +tympan +tympana +tympanal +tympanectomy +tympani +tympanic +tympanichord +tympanichordal +tympanicity +tympaniform +tympaning +tympanism +tympanist +tympanites +tympanitic +tympanitis +tympanocervical +tympanohyal +tympanomalleal +tympanomandibular +tympanomastoid +tympanomaxillary +tympanon +tympanoperiotic +tympanosis +tympanosquamosal +tympanostapedial +tympanotemporal +tympanotomy +Tympanuchus +tympanum +tympany +tynd +Tyndallization +Tyndallize +tyndallmeter +Tynwald +typal +typarchical +type +typecast +Typees +typeholder +typer +typescript +typeset +typesetter +typesetting +typewrite +typewriter +typewriting +Typha +Typhaceae +typhaceous +typhemia +typhia +typhic +typhinia +typhization +typhlatonia +typhlatony +typhlectasis +typhlectomy +typhlenteritis +typhlitic +typhlitis +typhloalbuminuria +typhlocele +typhloempyema +typhloenteritis +typhlohepatitis +typhlolexia +typhlolithiasis +typhlology +typhlomegaly +Typhlomolge +typhlon +typhlopexia +typhlopexy +typhlophile +typhlopid +Typhlopidae +Typhlops +typhloptosis +typhlosis +typhlosolar +typhlosole +typhlostenosis +typhlostomy +typhlotomy +typhobacillosis +Typhoean +typhoemia +typhogenic +typhoid +typhoidal +typhoidin +typhoidlike +typholysin +typhomalaria +typhomalarial +typhomania +typhonia +Typhonian +Typhonic +typhonic +typhoon +typhoonish +typhopneumonia +typhose +typhosepsis +typhosis +typhotoxine +typhous +Typhula +typhus +typic +typica +typical +typicality +typically +typicalness +typicon +typicum +typification +typifier +typify +typist +typo +typobar +typocosmy +typographer +typographia +typographic +typographical +typographically +typographist +typography +typolithographic +typolithography +typologic +typological +typologically +typologist +typology +typomania +typometry +typonym +typonymal +typonymic +typonymous +typophile +typorama +typoscript +typotelegraph +typotelegraphy +typothere +Typotheria +Typotheriidae +typothetae +typp +typtological +typtologist +typtology +typy +tyramine +tyranness +Tyranni +tyrannial +tyrannic +tyrannical +tyrannically +tyrannicalness +tyrannicidal +tyrannicide +tyrannicly +Tyrannidae +Tyrannides +Tyranninae +tyrannine +tyrannism +tyrannize +tyrannizer +tyrannizing +tyrannizingly +tyrannoid +tyrannophobia +tyrannosaur +Tyrannosaurus +tyrannous +tyrannously +tyrannousness +Tyrannus +tyranny +tyrant +tyrantcraft +tyrantlike +tyrantship +tyre +tyremesis +Tyrian +tyriasis +tyro +tyrocidin +tyrocidine +tyroglyphid +Tyroglyphidae +Tyroglyphus +Tyrolean +Tyrolese +Tyrolienne +tyrolite +tyrology +tyroma +tyromancy +tyromatous +tyrone +tyronic +tyronism +tyrosinase +tyrosine +tyrosinuria +tyrosyl +tyrotoxicon +tyrotoxine +Tyrr +Tyrrhene +Tyrrheni +Tyrrhenian +Tyrsenoi +Tyrtaean +tysonite +tyste +tyt +Tyto +Tytonidae +Tzaam +Tzapotec +tzaritza +Tzendal +Tzental +tzolkin +tzontle +Tzotzil +Tzutuhil +U +u +uang +Uaraycu +Uarekena +Uaupe +uayeb +Ubbenite +Ubbonite +uberant +uberous +uberously +uberousness +uberty +ubi +ubication +ubiety +Ubii +Ubiquarian +ubiquarian +ubiquious +Ubiquist +ubiquit +Ubiquitarian +ubiquitarian +Ubiquitarianism +ubiquitariness +ubiquitary +Ubiquitism +Ubiquitist +ubiquitous +ubiquitously +ubiquitousness +ubiquity +ubussu +Uca +Ucal +Ucayale +Uchean +Uchee +uckia +Ud +udal +udaler +udaller +udalman +udasi +udder +uddered +udderful +udderless +udderlike +udell +Udi +Udic +Udish +udo +Udolphoish +udometer +udometric +udometry +udomograph +Uds +Ueueteotl +ug +Ugandan +Ugarono +ugh +uglification +uglifier +uglify +uglily +ugliness +uglisome +ugly +Ugrian +Ugric +Ugroid +ugsome +ugsomely +ugsomeness +uhlan +uhllo +uhtensang +uhtsong +Uigur +Uigurian +Uiguric +uily +uinal +Uinta +uintaite +uintathere +Uintatheriidae +Uintatherium +uintjie +Uirina +Uitotan +uitspan +uji +ukase +uke +ukiyoye +Ukrainer +Ukrainian +ukulele +ula +ulatrophia +ulcer +ulcerable +ulcerate +ulceration +ulcerative +ulcered +ulceromembranous +ulcerous +ulcerously +ulcerousness +ulcery +ulcuscle +ulcuscule +ule +ulema +ulemorrhagia +ulerythema +uletic +Ulex +ulex +ulexine +ulexite +Ulidia +Ulidian +uliginose +uliginous +ulitis +ull +ulla +ullage +ullaged +ullagone +uller +ulling +ullmannite +ulluco +Ulmaceae +ulmaceous +Ulmaria +ulmic +ulmin +ulminic +ulmo +ulmous +Ulmus +ulna +ulnad +ulnae +ulnar +ulnare +ulnaria +ulnocarpal +ulnocondylar +ulnometacarpal +ulnoradial +uloborid +Uloboridae +Uloborus +ulocarcinoma +uloid +Ulonata +uloncus +Ulophocinae +ulorrhagia +ulorrhagy +ulorrhea +Ulothrix +Ulotrichaceae +ulotrichaceous +Ulotrichales +ulotrichan +Ulotriches +Ulotrichi +ulotrichous +ulotrichy +ulrichite +ulster +ulstered +ulsterette +Ulsterian +ulstering +Ulsterite +Ulsterman +ulterior +ulteriorly +ultima +ultimacy +ultimata +ultimate +ultimately +ultimateness +ultimation +ultimatum +ultimity +ultimo +ultimobranchial +ultimogenitary +ultimogeniture +ultimum +Ultonian +ultra +ultrabasic +ultrabasite +ultrabelieving +ultrabenevolent +ultrabrachycephalic +ultrabrachycephaly +ultrabrilliant +ultracentenarian +ultracentenarianism +ultracentralizer +ultracentrifuge +ultraceremonious +ultrachurchism +ultracivil +ultracomplex +ultraconcomitant +ultracondenser +ultraconfident +ultraconscientious +ultraconservatism +ultraconservative +ultracordial +ultracosmopolitan +ultracredulous +ultracrepidarian +ultracrepidarianism +ultracrepidate +ultracritical +ultradandyism +ultradeclamatory +ultrademocratic +ultradespotic +ultradignified +ultradiscipline +ultradolichocephalic +ultradolichocephaly +ultradolichocranial +ultraeducationist +ultraeligible +ultraelliptic +ultraemphasis +ultraenergetic +ultraenforcement +ultraenthusiasm +ultraenthusiastic +ultraepiscopal +ultraevangelical +ultraexcessive +ultraexclusive +ultraexpeditious +ultrafantastic +ultrafashionable +ultrafastidious +ultrafederalist +ultrafeudal +ultrafidian +ultrafidianism +ultrafilter +ultrafilterability +ultrafilterable +ultrafiltrate +ultrafiltration +ultraformal +ultrafrivolous +ultragallant +ultragaseous +ultragenteel +ultragood +ultragrave +ultraheroic +ultrahonorable +ultrahuman +ultraimperialism +ultraimperialist +ultraimpersonal +ultrainclusive +ultraindifferent +ultraindulgent +ultraingenious +ultrainsistent +ultraintimate +ultrainvolved +ultraism +ultraist +ultraistic +ultralaborious +ultralegality +ultralenient +ultraliberal +ultraliberalism +ultralogical +ultraloyal +ultraluxurious +ultramarine +ultramaternal +ultramaximal +ultramelancholy +ultramicrochemical +ultramicrochemist +ultramicrochemistry +ultramicrometer +ultramicron +ultramicroscope +ultramicroscopic +ultramicroscopical +ultramicroscopy +ultraminute +ultramoderate +ultramodern +ultramodernism +ultramodernist +ultramodernistic +ultramodest +ultramontane +ultramontanism +ultramontanist +ultramorose +ultramulish +ultramundane +ultranational +ultranationalism +ultranationalist +ultranatural +ultranegligent +ultranice +ultranonsensical +ultraobscure +ultraobstinate +ultraofficious +ultraoptimistic +ultraornate +ultraorthodox +ultraorthodoxy +ultraoutrageous +ultrapapist +ultraparallel +ultraperfect +ultrapersuasive +ultraphotomicrograph +ultrapious +ultraplanetary +ultraplausible +ultrapopish +ultraproud +ultraprudent +ultraradical +ultraradicalism +ultrarapid +ultrareactionary +ultrared +ultrarefined +ultrarefinement +ultrareligious +ultraremuneration +ultrarepublican +ultrarevolutionary +ultrarevolutionist +ultraritualism +ultraromantic +ultraroyalism +ultraroyalist +ultrasanguine +ultrascholastic +ultraselect +ultraservile +ultrasevere +ultrashrewd +ultrasimian +ultrasolemn +ultrasonic +ultrasonics +ultraspartan +ultraspecialization +ultraspiritualism +ultrasplendid +ultrastandardization +ultrastellar +ultrasterile +ultrastrenuous +ultrastrict +ultrasubtle +ultrasystematic +ultratechnical +ultratense +ultraterrene +ultraterrestrial +ultratotal +ultratrivial +ultratropical +ultraugly +ultrauncommon +ultraurgent +ultravicious +ultraviolent +ultraviolet +ultravirtuous +ultravirus +ultravisible +ultrawealthy +ultrawise +ultrayoung +ultrazealous +ultrazodiacal +ultroneous +ultroneously +ultroneousness +ulu +Ulua +ulua +uluhi +ululant +ululate +ululation +ululative +ululatory +ululu +Ulva +Ulvaceae +ulvaceous +Ulvales +Ulvan +Ulyssean +Ulysses +um +umangite +Umatilla +Umaua +umbeclad +umbel +umbeled +umbella +Umbellales +umbellar +umbellate +umbellated +umbellately +umbellet +umbellic +umbellifer +Umbelliferae +umbelliferone +umbelliferous +umbelliflorous +umbelliform +umbelloid +Umbellula +Umbellularia +umbellulate +umbellule +Umbellulidae +umbelluliferous +umbelwort +umber +umbethink +umbilectomy +umbilic +umbilical +umbilically +umbilicar +Umbilicaria +umbilicate +umbilicated +umbilication +umbilici +umbiliciform +umbilicus +umbiliform +umbilroot +umble +umbo +umbolateral +umbonal +umbonate +umbonated +umbonation +umbone +umbones +umbonial +umbonic +umbonulate +umbonule +Umbra +umbra +umbracious +umbraciousness +umbraculate +umbraculiferous +umbraculiform +umbraculum +umbrae +umbrage +umbrageous +umbrageously +umbrageousness +umbral +umbrally +umbratile +umbrel +umbrella +umbrellaed +umbrellaless +umbrellalike +umbrellawise +umbrellawort +umbrette +Umbrian +Umbriel +umbriferous +umbriferously +umbriferousness +umbril +umbrine +umbrose +umbrosity +umbrous +Umbundu +ume +umiak +umiri +umlaut +ump +umph +umpirage +umpire +umpirer +umpireship +umpiress +umpirism +Umpqua +umpteen +umpteenth +umptekite +umptieth +umpty +umquhile +umu +un +Una +unabandoned +unabased +unabasedly +unabashable +unabashed +unabashedly +unabatable +unabated +unabatedly +unabating +unabatingly +unabbreviated +unabetted +unabettedness +unabhorred +unabiding +unabidingly +unabidingness +unability +unabject +unabjured +unable +unableness +unably +unabolishable +unabolished +unabraded +unabrased +unabridgable +unabridged +unabrogated +unabrupt +unabsent +unabsolute +unabsolvable +unabsolved +unabsolvedness +unabsorb +unabsorbable +unabsorbed +unabsorbent +unabstract +unabsurd +unabundance +unabundant +unabundantly +unabused +unacademic +unacademical +unaccelerated +unaccent +unaccented +unaccentuated +unaccept +unacceptability +unacceptable +unacceptableness +unacceptably +unacceptance +unacceptant +unaccepted +unaccessibility +unaccessible +unaccessibleness +unaccessibly +unaccessional +unaccessory +unaccidental +unaccidentally +unaccidented +unacclimated +unacclimation +unacclimatization +unacclimatized +unaccommodable +unaccommodated +unaccommodatedness +unaccommodating +unaccommodatingly +unaccommodatingness +unaccompanable +unaccompanied +unaccompanying +unaccomplishable +unaccomplished +unaccomplishedness +unaccord +unaccordable +unaccordance +unaccordant +unaccorded +unaccording +unaccordingly +unaccostable +unaccosted +unaccountability +unaccountable +unaccountableness +unaccountably +unaccounted +unaccoutered +unaccoutred +unaccreditated +unaccredited +unaccrued +unaccumulable +unaccumulate +unaccumulated +unaccumulation +unaccuracy +unaccurate +unaccurately +unaccurateness +unaccursed +unaccusable +unaccusably +unaccuse +unaccusing +unaccustom +unaccustomed +unaccustomedly +unaccustomedness +unachievable +unachieved +unaching +unacidulated +unacknowledged +unacknowledgedness +unacknowledging +unacknowledgment +unacoustic +unacquaint +unacquaintable +unacquaintance +unacquainted +unacquaintedly +unacquaintedness +unacquiescent +unacquirable +unacquirableness +unacquirably +unacquired +unacquit +unacquittable +unacquitted +unacquittedness +unact +unactability +unactable +unacted +unacting +unactinic +unaction +unactivated +unactive +unactively +unactiveness +unactivity +unactorlike +unactual +unactuality +unactually +unactuated +unacute +unacutely +unadapt +unadaptability +unadaptable +unadaptableness +unadaptably +unadapted +unadaptedly +unadaptedness +unadaptive +unadd +unaddable +unadded +unaddicted +unaddictedness +unadditional +unaddress +unaddressed +unadequate +unadequately +unadequateness +unadherence +unadherent +unadherently +unadhesive +unadjacent +unadjacently +unadjectived +unadjourned +unadjournment +unadjudged +unadjust +unadjustably +unadjusted +unadjustment +unadministered +unadmirable +unadmire +unadmired +unadmiring +unadmissible +unadmissibly +unadmission +unadmittable +unadmittableness +unadmittably +unadmitted +unadmittedly +unadmitting +unadmonished +unadopt +unadoptable +unadoptably +unadopted +unadoption +unadorable +unadoration +unadored +unadoring +unadorn +unadornable +unadorned +unadornedly +unadornedness +unadornment +unadult +unadulterate +unadulterated +unadulteratedly +unadulteratedness +unadulterately +unadulterous +unadulterously +unadvanced +unadvancedly +unadvancedness +unadvancement +unadvancing +unadvantaged +unadvantageous +unadventured +unadventuring +unadventurous +unadventurously +unadverse +unadversely +unadverseness +unadvertency +unadvertised +unadvertisement +unadvertising +unadvisability +unadvisable +unadvisableness +unadvisably +unadvised +unadvisedly +unadvisedness +unadvocated +unaerated +unaesthetic +unaesthetical +unafeard +unafeared +unaffable +unaffably +unaffected +unaffectedly +unaffectedness +unaffecting +unaffectionate +unaffectionately +unaffectioned +unaffianced +unaffied +unaffiliated +unaffiliation +unaffirmation +unaffirmed +unaffixed +unafflicted +unafflictedly +unafflicting +unaffliction +unaffordable +unafforded +unaffranchised +unaffrighted +unaffrightedly +unaffronted +unafire +unafloat +unaflow +unafraid +unaged +unaggravated +unaggravating +unaggregated +unaggression +unaggressive +unaggressively +unaggressiveness +unaghast +unagile +unagility +unaging +unagitated +unagitatedly +unagitatedness +unagitation +unagonize +unagrarian +unagreeable +unagreeableness +unagreeably +unagreed +unagreeing +unagreement +unagricultural +unaidable +unaided +unaidedly +unaiding +unailing +unaimed +unaiming +unaired +unaisled +Unakhotana +unakin +unakite +unal +Unalachtigo +unalarm +unalarmed +unalarming +Unalaska +unalcoholized +unaldermanly +unalert +unalertly +unalertness +unalgebraical +unalienable +unalienableness +unalienably +unalienated +unalignable +unaligned +unalike +unalimentary +unalist +unalive +unallayable +unallayably +unallayed +unalleged +unallegorical +unalleviably +unalleviated +unalleviation +unalliable +unallied +unalliedly +unalliedness +unallotment +unallotted +unallow +unallowable +unallowed +unallowedly +unallowing +unalloyed +unallurable +unallured +unalluring +unalluringly +unalmsed +unalone +unaloud +unalphabeted +unalphabetic +unalphabetical +unalterability +unalterable +unalterableness +unalterably +unalteration +unaltered +unaltering +unalternated +unamalgamable +unamalgamated +unamalgamating +unamassed +unamazed +unamazedly +unambiguity +unambiguous +unambiguously +unambiguousness +unambition +unambitious +unambitiously +unambitiousness +unambrosial +unambush +unamenability +unamenable +unamenableness +unamenably +unamend +unamendable +unamended +unamendedly +unamending +unamendment +unamerced +Unami +unamiability +unamiable +unamiableness +unamiably +unamicable +unamicably +unamiss +unamo +unamortization +unamortized +unample +unamplifiable +unamplified +unamply +unamputated +unamusable +unamusably +unamused +unamusement +unamusing +unamusingly +unamusive +unanalogical +unanalogous +unanalogously +unanalogousness +unanalytic +unanalytical +unanalyzable +unanalyzed +unanalyzing +unanatomizable +unanatomized +unancestored +unancestried +unanchor +unanchored +unanchylosed +unancient +unaneled +unangelic +unangelical +unangrily +unangry +unangular +unanimalized +unanimate +unanimated +unanimatedly +unanimatedness +unanimately +unanimism +unanimist +unanimistic +unanimistically +unanimity +unanimous +unanimously +unanimousness +unannealed +unannex +unannexed +unannexedly +unannexedness +unannihilable +unannihilated +unannotated +unannounced +unannoyed +unannoying +unannullable +unannulled +unanointed +unanswerability +unanswerable +unanswerableness +unanswerably +unanswered +unanswering +unantagonistic +unantagonizable +unantagonized +unantagonizing +unanticipated +unanticipating +unanticipatingly +unanticipation +unanticipative +unantiquated +unantiquatedness +unantique +unantiquity +unanxiety +unanxious +unanxiously +unanxiousness +unapart +unapocryphal +unapologetic +unapologizing +unapostatized +unapostolic +unapostolical +unapostolically +unapostrophized +unappalled +unappareled +unapparent +unapparently +unapparentness +unappealable +unappealableness +unappealably +unappealed +unappealing +unappeasable +unappeasableness +unappeasably +unappeased +unappeasedly +unappeasedness +unappendaged +unapperceived +unappertaining +unappetizing +unapplauded +unapplauding +unapplausive +unappliable +unappliableness +unappliably +unapplianced +unapplicable +unapplicableness +unapplicably +unapplied +unapplying +unappoint +unappointable +unappointableness +unappointed +unapportioned +unapposite +unappositely +unappraised +unappreciable +unappreciableness +unappreciably +unappreciated +unappreciating +unappreciation +unappreciative +unappreciatively +unappreciativeness +unapprehendable +unapprehendableness +unapprehendably +unapprehended +unapprehending +unapprehensible +unapprehensibleness +unapprehension +unapprehensive +unapprehensively +unapprehensiveness +unapprenticed +unapprised +unapprisedly +unapprisedness +unapproachability +unapproachable +unapproachableness +unapproached +unapproaching +unapprobation +unappropriable +unappropriate +unappropriated +unappropriately +unappropriateness +unappropriation +unapprovable +unapprovableness +unapprovably +unapproved +unapproving +unapprovingly +unapproximate +unapproximately +unaproned +unapropos +unapt +unaptitude +unaptly +unaptness +unarbitrarily +unarbitrariness +unarbitrary +unarbitrated +unarch +unarchdeacon +unarched +unarchitectural +unarduous +unarguable +unarguableness +unarguably +unargued +unarguing +unargumentative +unargumentatively +unarisen +unarising +unaristocratic +unaristocratically +unarithmetical +unarithmetically +unark +unarm +unarmed +unarmedly +unarmedness +unarmored +unarmorial +unaromatized +unarousable +unaroused +unarousing +unarraignable +unarraigned +unarranged +unarray +unarrayed +unarrestable +unarrested +unarresting +unarrival +unarrived +unarriving +unarrogance +unarrogant +unarrogating +unarted +unartful +unartfully +unartfulness +unarticled +unarticulate +unarticulated +unartificial +unartificiality +unartificially +unartistic +unartistical +unartistically +unartistlike +unary +unascendable +unascendableness +unascended +unascertainable +unascertainableness +unascertainably +unascertained +unashamed +unashamedly +unashamedness +unasinous +unaskable +unasked +unasking +unasleep +unaspersed +unasphalted +unaspirated +unaspiring +unaspiringly +unaspiringness +unassailable +unassailableness +unassailably +unassailed +unassailing +unassassinated +unassaultable +unassaulted +unassayed +unassaying +unassembled +unassented +unassenting +unasserted +unassertive +unassertiveness +unassessable +unassessableness +unassessed +unassibilated +unassiduous +unassignable +unassignably +unassigned +unassimilable +unassimilated +unassimilating +unassimilative +unassisted +unassisting +unassociable +unassociably +unassociated +unassociative +unassociativeness +unassoiled +unassorted +unassuageable +unassuaged +unassuaging +unassuetude +unassumable +unassumed +unassuming +unassumingly +unassumingness +unassured +unassuredly +unassuredness +unassuring +unasterisk +unastonish +unastonished +unastonishment +unastray +unathirst +unathletically +unatmospheric +unatonable +unatoned +unatoning +unattach +unattachable +unattached +unattackable +unattackableness +unattackably +unattacked +unattainability +unattainable +unattainableness +unattainably +unattained +unattaining +unattainment +unattaint +unattainted +unattaintedly +unattempered +unattemptable +unattempted +unattempting +unattendance +unattendant +unattended +unattentive +unattenuated +unattested +unattestedness +unattire +unattired +unattractable +unattractableness +unattracted +unattracting +unattractive +unattractively +unattractiveness +unattributable +unattributed +unattuned +unau +unauctioned +unaudible +unaudibleness +unaudibly +unaudienced +unaudited +unaugmentable +unaugmented +unauspicious +unauspiciously +unauspiciousness +unaustere +unauthentic +unauthentical +unauthentically +unauthenticated +unauthenticity +unauthorish +unauthoritative +unauthoritatively +unauthoritativeness +unauthoritied +unauthoritiveness +unauthorizable +unauthorize +unauthorized +unauthorizedly +unauthorizedness +unautomatic +unautumnal +unavailability +unavailable +unavailableness +unavailably +unavailed +unavailful +unavailing +unavailingly +unavengeable +unavenged +unavenging +unavenued +unaveraged +unaverred +unaverted +unavertible +unavertibleness +unavertibly +unavian +unavoidable +unavoidableness +unavoidably +unavoidal +unavoided +unavoiding +unavouchable +unavouchableness +unavouchably +unavouched +unavowable +unavowableness +unavowably +unavowed +unavowedly +unawakable +unawakableness +unawake +unawaked +unawakened +unawakenedness +unawakening +unawaking +unawardable +unawardableness +unawardably +unawarded +unaware +unawared +unawaredly +unawareness +unawares +unaway +unawed +unawful +unawfully +unawkward +unawned +unaxled +unazotized +unbackboarded +unbacked +unbackward +unbadged +unbaffled +unbaffling +unbag +unbagged +unbailable +unbailableness +unbailed +unbain +unbait +unbaited +unbaized +unbaked +unbalance +unbalanceable +unbalanceably +unbalanced +unbalancement +unbalancing +unbalconied +unbale +unbalked +unballast +unballasted +unballoted +unbandage +unbandaged +unbanded +unbanished +unbank +unbankable +unbankableness +unbankably +unbanked +unbankrupt +unbannered +unbaptize +unbaptized +unbar +unbarb +unbarbarize +unbarbarous +unbarbed +unbarbered +unbare +unbargained +unbark +unbarking +unbaronet +unbarrable +unbarred +unbarrel +unbarreled +unbarren +unbarrenness +unbarricade +unbarricaded +unbarricadoed +unbase +unbased +unbasedness +unbashful +unbashfully +unbashfulness +unbasket +unbastardized +unbaste +unbasted +unbastilled +unbastinadoed +unbated +unbathed +unbating +unbatted +unbatten +unbatterable +unbattered +unbattling +unbay +unbe +unbeached +unbeaconed +unbeaded +unbear +unbearable +unbearableness +unbearably +unbeard +unbearded +unbearing +unbeast +unbeatable +unbeatableness +unbeatably +unbeaten +unbeaued +unbeauteous +unbeauteously +unbeauteousness +unbeautified +unbeautiful +unbeautifully +unbeautifulness +unbeautify +unbeavered +unbeclogged +unbeclouded +unbecome +unbecoming +unbecomingly +unbecomingness +unbed +unbedabbled +unbedaggled +unbedashed +unbedaubed +unbedded +unbedecked +unbedewed +unbedimmed +unbedinned +unbedizened +unbedraggled +unbefit +unbefitting +unbefittingly +unbefittingness +unbefool +unbefriend +unbefriended +unbefringed +unbeget +unbeggar +unbegged +unbegilt +unbeginning +unbeginningly +unbeginningness +unbegirded +unbegirt +unbegot +unbegotten +unbegottenly +unbegottenness +unbegreased +unbegrimed +unbegrudged +unbeguile +unbeguiled +unbeguileful +unbegun +unbehaving +unbeheaded +unbeheld +unbeholdable +unbeholden +unbeholdenness +unbeholding +unbehoveful +unbehoving +unbeing +unbejuggled +unbeknown +unbeknownst +unbelied +unbelief +unbeliefful +unbelieffulness +unbelievability +unbelievable +unbelievableness +unbelievably +unbelieve +unbelieved +unbeliever +unbelieving +unbelievingly +unbelievingness +unbell +unbellicose +unbelligerent +unbelonging +unbeloved +unbelt +unbemoaned +unbemourned +unbench +unbend +unbendable +unbendableness +unbendably +unbended +unbending +unbendingly +unbendingness +unbendsome +unbeneficed +unbeneficent +unbeneficial +unbenefitable +unbenefited +unbenefiting +unbenetted +unbenevolence +unbenevolent +unbenevolently +unbenight +unbenighted +unbenign +unbenignant +unbenignantly +unbenignity +unbenignly +unbent +unbenumb +unbenumbed +unbequeathable +unbequeathed +unbereaved +unbereft +unberouged +unberth +unberufen +unbeseem +unbeseeming +unbeseemingly +unbeseemingness +unbeseemly +unbeset +unbesieged +unbesmeared +unbesmirched +unbesmutted +unbesot +unbesought +unbespeak +unbespoke +unbespoken +unbesprinkled +unbestarred +unbestowed +unbet +unbeteared +unbethink +unbethought +unbetide +unbetoken +unbetray +unbetrayed +unbetraying +unbetrothed +unbetterable +unbettered +unbeveled +unbewailed +unbewailing +unbewilder +unbewildered +unbewilled +unbewitch +unbewitched +unbewitching +unbewrayed +unbewritten +unbias +unbiasable +unbiased +unbiasedly +unbiasedness +unbibulous +unbickered +unbickering +unbid +unbidable +unbiddable +unbidden +unbigged +unbigoted +unbilled +unbillet +unbilleted +unbind +unbindable +unbinding +unbiographical +unbiological +unbirdlike +unbirdlimed +unbirdly +unbirthday +unbishop +unbishoply +unbit +unbiting +unbitt +unbitted +unbitten +unbitter +unblacked +unblackened +unblade +unblamable +unblamableness +unblamably +unblamed +unblaming +unblanched +unblanketed +unblasphemed +unblasted +unblazoned +unbleached +unbleaching +unbled +unbleeding +unblemishable +unblemished +unblemishedness +unblemishing +unblenched +unblenching +unblenchingly +unblendable +unblended +unblent +unbless +unblessed +unblessedness +unblest +unblighted +unblightedly +unblightedness +unblind +unblindfold +unblinking +unblinkingly +unbliss +unblissful +unblistered +unblithe +unblithely +unblock +unblockaded +unblocked +unblooded +unbloodied +unbloodily +unbloodiness +unbloody +unbloom +unbloomed +unblooming +unblossomed +unblossoming +unblotted +unbloused +unblown +unblued +unbluestockingish +unbluffed +unbluffing +unblunder +unblundered +unblundering +unblunted +unblurred +unblush +unblushing +unblushingly +unblushingness +unboarded +unboasted +unboastful +unboastfully +unboasting +unboat +unbodied +unbodiliness +unbodily +unboding +unbodkined +unbody +unbodylike +unbog +unboggy +unbohemianize +unboiled +unboisterous +unbokel +unbold +unbolden +unboldly +unboldness +unbolled +unbolster +unbolstered +unbolt +unbolted +unbombast +unbondable +unbondableness +unbonded +unbone +unboned +unbonnet +unbonneted +unbonny +unbooked +unbookish +unbooklearned +unboot +unbooted +unboraxed +unborder +unbordered +unbored +unboring +unborn +unborne +unborough +unborrowed +unborrowing +unbosom +unbosomer +unbossed +unbotanical +unbothered +unbothering +unbottle +unbottom +unbottomed +unbought +unbound +unboundable +unboundableness +unboundably +unbounded +unboundedly +unboundedness +unboundless +unbounteous +unbountiful +unbountifully +unbountifulness +unbow +unbowable +unbowdlerized +unbowed +unbowel +unboweled +unbowered +unbowing +unbowingness +unbowled +unbowsome +unbox +unboxed +unboy +unboyish +unboylike +unbrace +unbraced +unbracedness +unbracelet +unbraceleted +unbracing +unbragged +unbragging +unbraid +unbraided +unbrailed +unbrained +unbran +unbranched +unbranching +unbrand +unbranded +unbrandied +unbrave +unbraved +unbravely +unbraze +unbreachable +unbreached +unbreaded +unbreakable +unbreakableness +unbreakably +unbreakfasted +unbreaking +unbreast +unbreath +unbreathable +unbreathableness +unbreathed +unbreathing +unbred +unbreech +unbreeched +unbreezy +unbrent +unbrewed +unbribable +unbribableness +unbribably +unbribed +unbribing +unbrick +unbridegroomlike +unbridgeable +unbridged +unbridle +unbridled +unbridledly +unbridledness +unbridling +unbrief +unbriefed +unbriefly +unbright +unbrightened +unbrilliant +unbrimming +unbrined +unbrittle +unbroached +unbroad +unbroadcasted +unbroidered +unbroiled +unbroke +unbroken +unbrokenly +unbrokenness +unbronzed +unbrooch +unbrooded +unbrookable +unbrookably +unbrothered +unbrotherlike +unbrotherliness +unbrotherly +unbrought +unbrown +unbrowned +unbruised +unbrushed +unbrutalize +unbrutalized +unbrute +unbrutelike +unbrutify +unbrutize +unbuckle +unbuckramed +unbud +unbudded +unbudgeability +unbudgeable +unbudgeableness +unbudgeably +unbudged +unbudgeted +unbudging +unbuffed +unbuffered +unbuffeted +unbuild +unbuilded +unbuilt +unbulky +unbulled +unbulletined +unbumped +unbumptious +unbunched +unbundle +unbundled +unbung +unbungling +unbuoyant +unbuoyed +unburden +unburdened +unburdenment +unburdensome +unburdensomeness +unburgessed +unburiable +unburial +unburied +unburlesqued +unburly +unburn +unburnable +unburned +unburning +unburnished +unburnt +unburrow +unburrowed +unburst +unburstable +unburstableness +unburthen +unbury +unbush +unbusied +unbusily +unbusiness +unbusinesslike +unbusk +unbuskin +unbuskined +unbustling +unbusy +unbutchered +unbutcherlike +unbuttered +unbutton +unbuttoned +unbuttonment +unbuttressed +unbuxom +unbuxomly +unbuxomness +unbuyable +unbuyableness +unbuying +unca +uncabined +uncabled +uncadenced +uncage +uncaged +uncake +uncalcareous +uncalcified +uncalcined +uncalculable +uncalculableness +uncalculably +uncalculated +uncalculating +uncalculatingly +uncalendered +uncalk +uncalked +uncall +uncalled +uncallow +uncallower +uncalm +uncalmed +uncalmly +uncalumniated +uncambered +uncamerated +uncamouflaged +uncanceled +uncancellable +uncancelled +uncandid +uncandidly +uncandidness +uncandied +uncandor +uncaned +uncankered +uncanned +uncannily +uncanniness +uncanny +uncanonic +uncanonical +uncanonically +uncanonicalness +uncanonize +uncanonized +uncanopied +uncantoned +uncantonized +uncanvassably +uncanvassed +uncap +uncapable +uncapableness +uncapably +uncapacious +uncapacitate +uncaparisoned +uncapitalized +uncapped +uncapper +uncapsizable +uncapsized +uncaptained +uncaptioned +uncaptious +uncaptiously +uncaptivate +uncaptivated +uncaptivating +uncaptived +uncapturable +uncaptured +uncarbonated +uncarboned +uncarbureted +uncarded +uncardinal +uncardinally +uncareful +uncarefully +uncarefulness +uncaressed +uncargoed +Uncaria +uncaricatured +uncaring +uncarnate +uncarnivorous +uncaroled +uncarpentered +uncarpeted +uncarriageable +uncarried +uncart +uncarted +uncartooned +uncarved +uncase +uncased +uncasemated +uncask +uncasked +uncasketed +uncasque +uncassock +uncast +uncaste +uncastigated +uncastle +uncastled +uncastrated +uncasual +uncatalogued +uncatchable +uncate +uncatechised +uncatechisedness +uncatechized +uncatechizedness +uncategorized +uncathedraled +uncatholcity +uncatholic +uncatholical +uncatholicalness +uncatholicize +uncatholicly +uncaucusable +uncaught +uncausatively +uncaused +uncauterized +uncautious +uncautiously +uncautiousness +uncavalier +uncavalierly +uncave +unceasable +unceased +unceasing +unceasingly +unceasingness +unceded +unceiled +unceilinged +uncelebrated +uncelebrating +uncelestial +uncelestialized +uncellar +uncement +uncemented +uncementing +uncensorable +uncensored +uncensorious +uncensoriously +uncensoriousness +uncensurable +uncensured +uncensuring +uncenter +uncentered +uncentral +uncentrality +uncentrally +uncentred +uncentury +uncereclothed +unceremented +unceremonial +unceremonious +unceremoniously +unceremoniousness +uncertain +uncertainly +uncertainness +uncertainty +uncertifiable +uncertifiableness +uncertificated +uncertified +uncertifying +uncertitude +uncessant +uncessantly +uncessantness +unchafed +unchain +unchainable +unchained +unchair +unchaired +unchalked +unchallengeable +unchallengeableness +unchallengeably +unchallenged +unchallenging +unchambered +unchamfered +unchampioned +unchance +unchancellor +unchancy +unchange +unchangeability +unchangeable +unchangeableness +unchangeably +unchanged +unchangedness +unchangeful +unchangefulness +unchanging +unchangingly +unchangingness +unchanneled +unchannelled +unchanted +unchaperoned +unchaplain +unchapleted +unchapter +unchaptered +uncharacter +uncharactered +uncharacteristic +uncharacteristically +uncharacterized +uncharge +unchargeable +uncharged +uncharging +uncharily +unchariness +unchariot +uncharitable +uncharitableness +uncharitably +uncharity +uncharm +uncharmable +uncharmed +uncharming +uncharnel +uncharred +uncharted +unchartered +unchary +unchased +unchaste +unchastely +unchastened +unchasteness +unchastisable +unchastised +unchastising +unchastity +unchatteled +unchauffeured +unchawed +uncheat +uncheated +uncheating +uncheck +uncheckable +unchecked +uncheckered +uncheerable +uncheered +uncheerful +uncheerfully +uncheerfulness +uncheerily +uncheeriness +uncheering +uncheery +unchemical +unchemically +uncherished +uncherishing +unchested +unchevroned +unchewable +unchewableness +unchewed +unchid +unchidden +unchided +unchiding +unchidingly +unchild +unchildish +unchildishly +unchildishness +unchildlike +unchilled +unchiming +unchinked +unchipped +unchiseled +unchiselled +unchivalric +unchivalrous +unchivalrously +unchivalrousness +unchivalry +unchloridized +unchoicely +unchokable +unchoked +uncholeric +unchoosable +unchopped +unchoral +unchorded +unchosen +unchrisom +unchristen +unchristened +unchristian +unchristianity +unchristianize +unchristianized +unchristianlike +unchristianly +unchristianness +unchronicled +unchronological +unchronologically +unchurch +unchurched +unchurchlike +unchurchly +unchurn +unci +uncia +uncial +uncialize +uncially +uncicatrized +unciferous +unciform +unciliated +uncinal +Uncinaria +uncinariasis +uncinariatic +Uncinata +uncinate +uncinated +uncinatum +uncinch +uncinct +uncinctured +uncini +Uncinula +uncinus +uncipher +uncircular +uncircularized +uncirculated +uncircumcised +uncircumcisedness +uncircumcision +uncircumlocutory +uncircumscribable +uncircumscribed +uncircumscribedness +uncircumscript +uncircumscriptible +uncircumscription +uncircumspect +uncircumspection +uncircumspectly +uncircumspectness +uncircumstanced +uncircumstantial +uncirostrate +uncite +uncited +uncitied +uncitizen +uncitizenlike +uncitizenly +uncity +uncivic +uncivil +uncivilish +uncivility +uncivilizable +uncivilization +uncivilize +uncivilized +uncivilizedly +uncivilizedness +uncivilly +uncivilness +unclad +unclaimed +unclaiming +unclamorous +unclamp +unclamped +unclarified +unclarifying +unclarity +unclashing +unclasp +unclasped +unclassable +unclassableness +unclassably +unclassed +unclassible +unclassical +unclassically +unclassifiable +unclassifiableness +unclassification +unclassified +unclassify +unclassifying +unclawed +unclay +unclayed +uncle +unclead +unclean +uncleanable +uncleaned +uncleanlily +uncleanliness +uncleanly +uncleanness +uncleansable +uncleanse +uncleansed +uncleansedness +unclear +uncleared +unclearing +uncleavable +uncleave +uncledom +uncleft +unclehood +unclement +unclemently +unclementness +unclench +unclergy +unclergyable +unclerical +unclericalize +unclerically +unclericalness +unclerklike +unclerkly +uncleship +unclever +uncleverly +uncleverness +unclew +unclick +uncliented +unclify +unclimaxed +unclimb +unclimbable +unclimbableness +unclimbably +unclimbed +unclimbing +unclinch +uncling +unclinical +unclip +unclipped +unclipper +uncloak +uncloakable +uncloaked +unclog +unclogged +uncloister +uncloistered +uncloistral +unclosable +unclose +unclosed +uncloseted +unclothe +unclothed +unclothedly +unclothedness +unclotted +uncloud +unclouded +uncloudedly +uncloudedness +uncloudy +unclout +uncloven +uncloyable +uncloyed +uncloying +unclub +unclubbable +unclubby +unclustered +unclustering +unclutch +unclutchable +unclutched +unclutter +uncluttered +unco +uncoach +uncoachable +uncoachableness +uncoached +uncoacted +uncoagulable +uncoagulated +uncoagulating +uncoat +uncoated +uncoatedness +uncoaxable +uncoaxed +uncoaxing +uncock +uncocked +uncockneyfy +uncocted +uncodded +uncoddled +uncoded +uncodified +uncoerced +uncoffer +uncoffin +uncoffined +uncoffle +uncogent +uncogged +uncogitable +uncognizable +uncognizant +uncognized +uncognoscibility +uncognoscible +uncoguidism +uncoherent +uncoherently +uncoherentness +uncohesive +uncoif +uncoifed +uncoil +uncoiled +uncoin +uncoined +uncoked +uncoking +uncollapsed +uncollapsible +uncollar +uncollared +uncollated +uncollatedness +uncollected +uncollectedly +uncollectedness +uncollectible +uncollectibleness +uncollectibly +uncolleged +uncollegian +uncollegiate +uncolloquial +uncolloquially +uncolonellike +uncolonial +uncolonize +uncolonized +uncolorable +uncolorably +uncolored +uncoloredly +uncoloredness +uncoloured +uncolouredly +uncolouredness +uncolt +uncoly +uncombable +uncombatable +uncombated +uncombed +uncombinable +uncombinableness +uncombinably +uncombine +uncombined +uncombining +uncombiningness +uncombustible +uncome +uncomelily +uncomeliness +uncomely +uncomfort +uncomfortable +uncomfortableness +uncomfortably +uncomforted +uncomforting +uncomfy +uncomic +uncommanded +uncommandedness +uncommanderlike +uncommemorated +uncommenced +uncommendable +uncommendableness +uncommendably +uncommended +uncommensurability +uncommensurable +uncommensurableness +uncommensurate +uncommented +uncommenting +uncommerciable +uncommercial +uncommercially +uncommercialness +uncommingled +uncomminuted +uncommiserated +uncommiserating +uncommissioned +uncommitted +uncommitting +uncommixed +uncommodious +uncommodiously +uncommodiousness +uncommon +uncommonable +uncommonly +uncommonness +uncommonplace +uncommunicable +uncommunicableness +uncommunicably +uncommunicated +uncommunicating +uncommunicative +uncommunicatively +uncommunicativeness +uncommutable +uncommutative +uncommuted +uncompact +uncompacted +Uncompahgre +uncompahgrite +uncompaniable +uncompanied +uncompanioned +uncomparable +uncomparably +uncompared +uncompass +uncompassable +uncompassed +uncompassion +uncompassionate +uncompassionated +uncompassionately +uncompassionateness +uncompassionating +uncompassioned +uncompatible +uncompatibly +uncompellable +uncompelled +uncompelling +uncompensable +uncompensated +uncompetent +uncompetitive +uncompiled +uncomplacent +uncomplained +uncomplaining +uncomplainingly +uncomplainingness +uncomplaint +uncomplaisance +uncomplaisant +uncomplaisantly +uncomplemental +uncompletable +uncomplete +uncompleted +uncompletely +uncompleteness +uncomplex +uncompliability +uncompliable +uncompliableness +uncompliance +uncompliant +uncomplicated +uncomplimentary +uncomplimented +uncomplimenting +uncomplying +uncomposable +uncomposeable +uncomposed +uncompoundable +uncompounded +uncompoundedly +uncompoundedness +uncompounding +uncomprehended +uncomprehending +uncomprehendingly +uncomprehendingness +uncomprehensible +uncomprehension +uncomprehensive +uncomprehensively +uncomprehensiveness +uncompressed +uncompressible +uncomprised +uncomprising +uncomprisingly +uncompromised +uncompromising +uncompromisingly +uncompromisingness +uncompulsive +uncompulsory +uncomputable +uncomputableness +uncomputably +uncomputed +uncomraded +unconcatenated +unconcatenating +unconcealable +unconcealableness +unconcealably +unconcealed +unconcealing +unconcealingly +unconcealment +unconceded +unconceited +unconceivable +unconceivableness +unconceivably +unconceived +unconceiving +unconcern +unconcerned +unconcernedly +unconcernedness +unconcerning +unconcernment +unconcertable +unconcerted +unconcertedly +unconcertedness +unconcessible +unconciliable +unconciliated +unconciliatedness +unconciliating +unconciliatory +unconcludable +unconcluded +unconcluding +unconcludingness +unconclusive +unconclusively +unconclusiveness +unconcocted +unconcordant +unconcrete +unconcreted +unconcurrent +unconcurring +uncondemnable +uncondemned +uncondensable +uncondensableness +uncondensed +uncondensing +uncondescending +uncondescension +uncondition +unconditional +unconditionality +unconditionally +unconditionalness +unconditionate +unconditionated +unconditionately +unconditioned +unconditionedly +unconditionedness +uncondoled +uncondoling +unconducing +unconducive +unconduciveness +unconducted +unconductive +unconductiveness +unconfected +unconfederated +unconferred +unconfess +unconfessed +unconfessing +unconfided +unconfidence +unconfident +unconfidential +unconfidentialness +unconfidently +unconfiding +unconfinable +unconfine +unconfined +unconfinedly +unconfinedness +unconfinement +unconfining +unconfirm +unconfirmative +unconfirmed +unconfirming +unconfiscable +unconfiscated +unconflicting +unconflictingly +unconflictingness +unconformability +unconformable +unconformableness +unconformably +unconformed +unconformedly +unconforming +unconformist +unconformity +unconfound +unconfounded +unconfoundedly +unconfrontable +unconfronted +unconfusable +unconfusably +unconfused +unconfusedly +unconfutable +unconfuted +unconfuting +uncongeal +uncongealable +uncongealed +uncongenial +uncongeniality +uncongenially +uncongested +unconglobated +unconglomerated +unconglutinated +uncongratulate +uncongratulated +uncongratulating +uncongregated +uncongregational +uncongressional +uncongruous +unconjecturable +unconjectured +unconjoined +unconjugal +unconjugated +unconjunctive +unconjured +unconnected +unconnectedly +unconnectedness +unconned +unconnived +unconniving +unconquerable +unconquerableness +unconquerably +unconquered +unconscienced +unconscient +unconscientious +unconscientiously +unconscientiousness +unconscionable +unconscionableness +unconscionably +unconscious +unconsciously +unconsciousness +unconsecrate +unconsecrated +unconsecratedly +unconsecratedness +unconsecration +unconsecutive +unconsent +unconsentaneous +unconsented +unconsenting +unconsequential +unconsequentially +unconsequentialness +unconservable +unconservative +unconserved +unconserving +unconsiderable +unconsiderate +unconsiderately +unconsiderateness +unconsidered +unconsideredly +unconsideredness +unconsidering +unconsideringly +unconsignable +unconsigned +unconsistent +unconsociable +unconsociated +unconsolable +unconsolably +unconsolatory +unconsoled +unconsolidated +unconsolidating +unconsolidation +unconsoling +unconsonancy +unconsonant +unconsonantly +unconsonous +unconspicuous +unconspicuously +unconspicuousness +unconspired +unconspiring +unconspiringly +unconspiringness +unconstancy +unconstant +unconstantly +unconstantness +unconstellated +unconstipated +unconstituted +unconstitutional +unconstitutionalism +unconstitutionality +unconstitutionally +unconstrainable +unconstrained +unconstrainedly +unconstrainedness +unconstraining +unconstraint +unconstricted +unconstruable +unconstructed +unconstructive +unconstructural +unconstrued +unconsular +unconsult +unconsultable +unconsulted +unconsulting +unconsumable +unconsumed +unconsuming +unconsummate +unconsummated +unconsumptive +uncontagious +uncontainable +uncontainableness +uncontainably +uncontained +uncontaminable +uncontaminate +uncontaminated +uncontemned +uncontemnedly +uncontemplated +uncontemporaneous +uncontemporary +uncontemptuous +uncontended +uncontending +uncontent +uncontentable +uncontented +uncontentedly +uncontentedness +uncontenting +uncontentingness +uncontentious +uncontentiously +uncontentiousness +uncontestable +uncontestableness +uncontestably +uncontested +uncontestedly +uncontestedness +uncontinence +uncontinent +uncontinental +uncontinented +uncontinently +uncontinual +uncontinued +uncontinuous +uncontorted +uncontract +uncontracted +uncontractedness +uncontractile +uncontradictable +uncontradictableness +uncontradictably +uncontradicted +uncontradictedly +uncontradictious +uncontradictory +uncontrastable +uncontrasted +uncontrasting +uncontributed +uncontributing +uncontributory +uncontrite +uncontrived +uncontriving +uncontrol +uncontrollability +uncontrollable +uncontrollableness +uncontrollably +uncontrolled +uncontrolledly +uncontrolledness +uncontrolling +uncontroversial +uncontroversially +uncontrovertable +uncontrovertableness +uncontrovertably +uncontroverted +uncontrovertedly +uncontrovertible +uncontrovertibleness +uncontrovertibly +unconvenable +unconvened +unconvenience +unconvenient +unconveniently +unconventional +unconventionalism +unconventionality +unconventionalize +unconventionally +unconventioned +unconversable +unconversableness +unconversably +unconversant +unconversational +unconversion +unconvert +unconverted +unconvertedly +unconvertedness +unconvertibility +unconvertible +unconveyable +unconveyed +unconvicted +unconvicting +unconvince +unconvinced +unconvincedly +unconvincedness +unconvincibility +unconvincible +unconvincing +unconvincingly +unconvincingness +unconvoluted +unconvoyed +unconvulsed +uncookable +uncooked +uncooled +uncoop +uncooped +uncoopered +uncooping +uncope +uncopiable +uncopied +uncopious +uncopyrighted +uncoquettish +uncoquettishly +uncord +uncorded +uncordial +uncordiality +uncordially +uncording +uncore +uncored +uncork +uncorked +uncorker +uncorking +uncorned +uncorner +uncoronated +uncoroneted +uncorporal +uncorpulent +uncorrect +uncorrectable +uncorrected +uncorrectible +uncorrectly +uncorrectness +uncorrelated +uncorrespondency +uncorrespondent +uncorresponding +uncorrigible +uncorrigibleness +uncorrigibly +uncorroborated +uncorroded +uncorrugated +uncorrupt +uncorrupted +uncorruptedly +uncorruptedness +uncorruptibility +uncorruptible +uncorruptibleness +uncorruptibly +uncorrupting +uncorruption +uncorruptive +uncorruptly +uncorruptness +uncorseted +uncosseted +uncost +uncostliness +uncostly +uncostumed +uncottoned +uncouch +uncouched +uncouching +uncounselable +uncounseled +uncounsellable +uncounselled +uncountable +uncountableness +uncountably +uncounted +uncountenanced +uncounteracted +uncounterbalanced +uncounterfeit +uncounterfeited +uncountermandable +uncountermanded +uncountervailed +uncountess +uncountrified +uncouple +uncoupled +uncoupler +uncourageous +uncoursed +uncourted +uncourteous +uncourteously +uncourteousness +uncourtierlike +uncourting +uncourtlike +uncourtliness +uncourtly +uncous +uncousinly +uncouth +uncouthie +uncouthly +uncouthness +uncouthsome +uncovenant +uncovenanted +uncover +uncoverable +uncovered +uncoveredly +uncoveted +uncoveting +uncovetingly +uncovetous +uncowed +uncowl +uncoy +uncracked +uncradled +uncraftily +uncraftiness +uncrafty +uncram +uncramp +uncramped +uncrampedness +uncranked +uncrannied +uncrated +uncravatted +uncraven +uncraving +uncravingly +uncrazed +uncream +uncreased +uncreatability +uncreatable +uncreatableness +uncreate +uncreated +uncreatedness +uncreating +uncreation +uncreative +uncreativeness +uncreaturely +uncredentialed +uncredentialled +uncredibility +uncredible +uncredibly +uncreditable +uncreditableness +uncreditably +uncredited +uncrediting +uncredulous +uncreeping +uncreosoted +uncrest +uncrested +uncrevassed +uncrib +uncried +uncrime +uncriminal +uncriminally +uncrinkle +uncrinkled +uncrinkling +uncrippled +uncrisp +uncritical +uncritically +uncriticisable +uncriticised +uncriticising +uncriticisingly +uncriticism +uncriticizable +uncriticized +uncriticizing +uncriticizingly +uncrochety +uncrook +uncrooked +uncrooking +uncropped +uncropt +uncross +uncrossable +uncrossableness +uncrossed +uncrossexaminable +uncrossexamined +uncrossly +uncrowded +uncrown +uncrowned +uncrowning +uncrucified +uncrudded +uncrude +uncruel +uncrumbled +uncrumple +uncrumpling +uncrushable +uncrushed +uncrusted +uncrying +uncrystaled +uncrystalled +uncrystalline +uncrystallizability +uncrystallizable +uncrystallized +unction +unctional +unctioneer +unctionless +unctious +unctiousness +unctorium +unctuose +unctuosity +unctuous +unctuously +unctuousness +uncubbed +uncubic +uncuckold +uncuckolded +uncudgelled +uncuffed +uncular +unculled +uncultivability +uncultivable +uncultivate +uncultivated +uncultivation +unculturable +unculture +uncultured +uncumber +uncumbered +uncumbrous +uncunning +uncunningly +uncunningness +uncupped +uncurable +uncurableness +uncurably +uncurb +uncurbable +uncurbed +uncurbedly +uncurbing +uncurd +uncurdled +uncurdling +uncured +uncurious +uncuriously +uncurl +uncurled +uncurling +uncurrent +uncurrently +uncurrentness +uncurricularized +uncurried +uncurse +uncursed +uncursing +uncurst +uncurtailed +uncurtain +uncurtained +uncus +uncushioned +uncusped +uncustomable +uncustomarily +uncustomariness +uncustomary +uncustomed +uncut +uncuth +uncuticulate +uncuttable +uncynical +uncynically +uncypress +undabbled +undaggled +undaily +undaintiness +undainty +undallying +undam +undamageable +undamaged +undamaging +undamasked +undammed +undamming +undamn +undamped +undancing +undandiacal +undandled +undangered +undangerous +undangerousness +undared +undaring +undark +undarken +undarkened +undarned +undashed +undatable +undate +undateable +undated +undatedness +undaub +undaubed +undaughter +undaughterliness +undaughterly +undauntable +undaunted +undauntedly +undauntedness +undaunting +undawned +undawning +undazed +undazing +undazzle +undazzled +undazzling +unde +undead +undeadened +undeaf +undealable +undealt +undean +undear +undebarred +undebased +undebatable +undebated +undebating +undebauched +undebilitated +undebilitating +undecagon +undecanaphthene +undecane +undecatoic +undecayable +undecayableness +undecayed +undecayedness +undecaying +undeceased +undeceitful +undeceivable +undeceivableness +undeceivably +undeceive +undeceived +undeceiver +undeceiving +undecency +undecennary +undecennial +undecent +undecently +undeception +undeceptious +undeceptitious +undeceptive +undecidable +undecide +undecided +undecidedly +undecidedness +undeciding +undecimal +undeciman +undecimole +undecipher +undecipherability +undecipherable +undecipherably +undeciphered +undecision +undecisive +undecisively +undecisiveness +undeck +undecked +undeclaimed +undeclaiming +undeclamatory +undeclarable +undeclare +undeclared +undeclinable +undeclinableness +undeclinably +undeclined +undeclining +undecocted +undecoic +undecolic +undecomposable +undecomposed +undecompounded +undecorated +undecorative +undecorous +undecorously +undecorousness +undecorticated +undecoyed +undecreased +undecreasing +undecree +undecreed +undecried +undecyl +undecylenic +undecylic +undedicate +undedicated +undeducible +undeducted +undeeded +undeemed +undeemous +undeemously +undeep +undefaceable +undefaced +undefalcated +undefamed +undefaming +undefatigable +undefaulted +undefaulting +undefeasible +undefeat +undefeatable +undefeated +undefeatedly +undefeatedness +undefecated +undefectible +undefective +undefectiveness +undefendable +undefendableness +undefendably +undefended +undefending +undefense +undefensed +undefensible +undeferential +undeferentially +undeferred +undefiant +undeficient +undefied +undefilable +undefiled +undefiledly +undefiledness +undefinable +undefinableness +undefinably +undefine +undefined +undefinedly +undefinedness +undeflected +undeflowered +undeformed +undeformedness +undefrauded +undefrayed +undeft +undegeneracy +undegenerate +undegenerated +undegenerating +undegraded +undegrading +undeification +undeified +undeify +undeistical +undejected +undelated +undelayable +undelayed +undelayedly +undelaying +undelayingly +undelectable +undelectably +undelegated +undeleted +undeliberate +undeliberated +undeliberately +undeliberateness +undeliberating +undeliberatingly +undeliberative +undeliberativeness +undelible +undelicious +undelight +undelighted +undelightful +undelightfully +undelightfulness +undelighting +undelightsome +undelimited +undelineated +undeliverable +undeliverableness +undelivered +undelivery +undeludable +undelude +undeluded +undeluding +undeluged +undelusive +undelusively +undelve +undelved +undelylene +undemagnetizable +undemanded +undemised +undemocratic +undemocratically +undemocratize +undemolishable +undemolished +undemonstrable +undemonstrably +undemonstratable +undemonstrated +undemonstrative +undemonstratively +undemonstrativeness +undemure +undemurring +unden +undeniable +undeniableness +undeniably +undenied +undeniedly +undenizened +undenominated +undenominational +undenominationalism +undenominationalist +undenominationalize +undenominationally +undenoted +undenounced +undenuded +undepartableness +undepartably +undeparted +undeparting +undependable +undependableness +undependably +undependent +undepending +undephlegmated +undepicted +undepleted +undeplored +undeported +undeposable +undeposed +undeposited +undepraved +undepravedness +undeprecated +undepreciated +undepressed +undepressible +undepressing +undeprivable +undeprived +undepurated +undeputed +under +underabyss +underaccident +underaccommodated +underact +underacted +underacting +underaction +underactor +underadjustment +underadmiral +underadventurer +underage +underagency +underagent +underagitation +underaid +underaim +underair +underalderman +underanged +underarch +underargue +underarm +underaverage +underback +underbailiff +underbake +underbalance +underballast +underbank +underbarber +underbarring +underbasal +underbeadle +underbeak +underbeam +underbear +underbearer +underbearing +underbeat +underbeaten +underbed +underbelly +underbeveling +underbid +underbidder +underbill +underbillow +underbishop +underbishopric +underbit +underbite +underbitted +underbitten +underboard +underboated +underbodice +underbody +underboil +underboom +underborn +underborne +underbottom +underbough +underbought +underbound +underbowed +underbowser +underbox +underboy +underbrace +underbraced +underbranch +underbreath +underbreathing +underbred +underbreeding +underbrew +underbridge +underbrigadier +underbright +underbrim +underbrush +underbubble +underbud +underbuild +underbuilder +underbuilding +underbuoy +underburn +underburned +underburnt +underbursar +underbury +underbush +underbutler +underbuy +undercanopy +undercanvass +undercap +undercapitaled +undercapitalization +undercapitalize +undercaptain +undercarder +undercarriage +undercarry +undercarter +undercarve +undercarved +undercase +undercasing +undercast +undercause +underceiling +undercellar +undercellarer +underchamber +underchamberlain +underchancellor +underchanter +underchap +undercharge +undercharged +underchief +underchime +underchin +underchord +underchurched +undercircle +undercitizen +underclad +underclass +underclassman +underclay +underclearer +underclerk +underclerkship +undercliff +underclift +undercloak +undercloth +underclothe +underclothed +underclothes +underclothing +underclub +underclutch +undercoachman +undercoat +undercoated +undercoater +undercoating +undercollector +undercolor +undercolored +undercoloring +undercommander +undercomment +undercompounded +underconcerned +undercondition +underconsciousness +underconstable +underconsume +underconsumption +undercook +undercool +undercooper +undercorrect +undercountenance +undercourse +undercourtier +undercover +undercovering +undercovert +undercrawl +undercreep +undercrest +undercrier +undercroft +undercrop +undercrust +undercry +undercrypt +undercup +undercurl +undercurrent +undercurve +undercut +undercutter +undercutting +underdauber +underdeacon +underdead +underdebauchee +underdeck +underdepth +underdevelop +underdevelopment +underdevil +underdialogue +underdig +underdip +underdish +underdistinction +underdistributor +underditch +underdive +underdo +underdoctor +underdoer +underdog +underdoing +underdone +underdose +underdot +underdown +underdraft +underdrag +underdrain +underdrainage +underdrainer +underdraught +underdraw +underdrawers +underdrawn +underdress +underdressed +underdrift +underdrive +underdriven +underdrudgery +underdrumming +underdry +underdunged +underearth +undereat +undereaten +underedge +undereducated +underemployment +underengraver +underenter +underer +underescheator +underestimate +underestimation +underexcited +underexercise +underexpose +underexposure +undereye +underface +underfaction +underfactor +underfaculty +underfalconer +underfall +underfarmer +underfeathering +underfeature +underfed +underfeed +underfeeder +underfeeling +underfeet +underfellow +underfiend +underfill +underfilling +underfinance +underfind +underfire +underfitting +underflame +underflannel +underfleece +underflood +underfloor +underflooring +underflow +underfold +underfolded +underfong +underfoot +underfootage +underfootman +underforebody +underform +underfortify +underframe +underframework +underframing +underfreight +underfrequency +underfringe +underfrock +underfur +underfurnish +underfurnisher +underfurrow +undergabble +undergamekeeper +undergaoler +undergarb +undergardener +undergarment +undergarnish +undergauge +undergear +undergeneral +undergentleman +undergird +undergirder +undergirding +undergirdle +undergirth +underglaze +undergloom +underglow +undergnaw +undergo +undergod +undergoer +undergoing +undergore +undergoverness +undergovernment +undergovernor +undergown +undergrad +undergrade +undergraduate +undergraduatedom +undergraduateness +undergraduateship +undergraduatish +undergraduette +undergraining +undergrass +undergreen +undergrieve +undergroan +underground +undergrounder +undergroundling +undergrove +undergrow +undergrowl +undergrown +undergrowth +undergrub +underguard +underguardian +undergunner +underhabit +underhammer +underhand +underhanded +underhandedly +underhandedness +underhang +underhanging +underhangman +underhatch +underhead +underheat +underheaven +underhelp +underhew +underhid +underhill +underhint +underhistory +underhive +underhold +underhole +underhonest +underhorse +underhorsed +underhousemaid +underhum +underhung +underided +underinstrument +underisive +underissue +underivable +underivative +underived +underivedly +underivedness +underjacket +underjailer +underjanitor +underjaw +underjawed +underjobbing +underjudge +underjungle +underkeel +underkeeper +underkind +underking +underkingdom +underlaborer +underlaid +underlain +underland +underlanguaged +underlap +underlapper +underlash +underlaundress +underlawyer +underlay +underlayer +underlaying +underleaf +underlease +underleather +underlegate +underlessee +underlet +underletter +underlevel +underlever +underlid +underlie +underlier +underlieutenant +underlife +underlift +underlight +underliking +underlimbed +underlimit +underline +underlineation +underlineman +underlinement +underlinen +underliner +underling +underlining +underlip +underlive +underload +underlock +underlodging +underloft +underlook +underlooker +underlout +underlunged +underly +underlye +underlying +undermade +undermaid +undermaker +underman +undermanager +undermanned +undermanning +undermark +undermarshal +undermarshalman +undermasted +undermaster +undermatch +undermatched +undermate +undermath +undermeal +undermeaning +undermeasure +undermediator +undermelody +undermentioned +undermiller +undermimic +underminable +undermine +underminer +undermining +underminingly +underminister +underministry +undermist +undermoated +undermoney +undermoral +undermost +undermotion +undermount +undermountain +undermusic +undermuslin +undern +undername +undernatural +underneath +underness +underniceness +undernote +undernoted +undernourish +undernourished +undernourishment +undernsong +underntide +underntime +undernurse +undernutrition +underoccupied +underofficer +underofficered +underofficial +underogating +underogatory +underopinion +underorb +underorganization +underorseman +underoverlooker +underoxidize +underpacking +underpaid +underpain +underpainting +underpan +underpants +underparticipation +underpartner +underpass +underpassion +underpay +underpayment +underpeep +underpeer +underpen +underpeopled +underpetticoat +underpetticoated +underpick +underpier +underpilaster +underpile +underpin +underpinner +underpinning +underpitch +underpitched +underplain +underplan +underplant +underplate +underplay +underplot +underplotter +underply +underpoint +underpole +underpopulate +underpopulation +underporch +underporter +underpose +underpossessor +underpot +underpower +underpraise +underprefect +underprentice +underpresence +underpresser +underpressure +underprice +underpriest +underprincipal +underprint +underprior +underprivileged +underprize +underproduce +underproduction +underproductive +underproficient +underprompt +underprompter +underproof +underprop +underproportion +underproportioned +underproposition +underpropped +underpropper +underpropping +underprospect +underpry +underpuke +underqualified +underqueen +underquote +underranger +underrate +underratement +underrating +underreach +underread +underreader +underrealize +underrealm +underream +underreamer +underreceiver +underreckon +underrecompense +underregion +underregistration +underrent +underrented +underrenting +underrepresent +underrepresentation +underrespected +underriddle +underriding +underrigged +underring +underripe +underripened +underriver +underroarer +underroast +underrobe +underrogue +underroll +underroller +underroof +underroom +underroot +underrooted +underrower +underrule +underruler +underrun +underrunning +undersacristan +undersailed +undersally +undersap +undersatisfaction +undersaturate +undersaturation +undersavior +undersaw +undersawyer +underscale +underscheme +underschool +underscoop +underscore +underscribe +underscript +underscrub +underscrupulous +undersea +underseam +underseaman +undersearch +underseas +underseated +undersecretary +undersecretaryship +undersect +undersee +underseeded +underseedman +undersell +underseller +underselling +undersense +undersequence +underservant +underserve +underservice +underset +undersetter +undersetting +undersettle +undersettler +undersettling +undersexton +undershapen +undersharp +undersheathing +undershepherd +undersheriff +undersheriffry +undersheriffship +undersheriffwick +undershield +undershine +undershining +undershire +undershirt +undershoe +undershoot +undershore +undershorten +undershot +undershrievalty +undershrieve +undershrievery +undershrub +undershrubbiness +undershrubby +undershunter +undershut +underside +undersight +undersighted +undersign +undersignalman +undersigner +undersill +undersinging +undersitter +undersize +undersized +underskin +underskirt +undersky +undersleep +undersleeve +underslip +underslope +undersluice +underslung +undersneer +undersociety +undersoil +undersole +undersomething +undersong +undersorcerer +undersort +undersoul +undersound +undersovereign +undersow +underspar +undersparred +underspecies +underspecified +underspend +undersphere +underspin +underspinner +undersplice +underspore +underspread +underspring +undersprout +underspurleather +undersquare +understaff +understage +understain +understairs +understamp +understand +understandability +understandable +understandableness +understandably +understander +understanding +understandingly +understandingness +understate +understatement +understay +understeer +understem +understep +understeward +understewardship +understimulus +understock +understocking +understood +understory +understrain +understrap +understrapper +understrapping +understratum +understream +understress +understrew +understride +understriding +understrife +understrike +understring +understroke +understrung +understudy +understuff +understuffing +undersuck +undersuggestion +undersuit +undersupply +undersupport +undersurface +underswain +underswamp +undersward +underswearer +undersweat +undersweep +underswell +undertakable +undertake +undertakement +undertaker +undertakerish +undertakerlike +undertakerly +undertakery +undertaking +undertakingly +undertalk +undertapster +undertaxed +underteacher +underteamed +underteller +undertenancy +undertenant +undertenter +undertenure +underterrestrial +undertest +underthane +underthaw +underthief +underthing +underthink +underthirst +underthought +underthroating +underthrob +underthrust +undertide +undertided +undertie +undertime +undertimed +undertint +undertitle +undertone +undertoned +undertook +undertow +undertrader +undertrained +undertread +undertreasurer +undertreat +undertribe +undertrick +undertrodden +undertruck +undertrump +undertruss +undertub +undertune +undertunic +underturf +underturn +underturnkey +undertutor +undertwig +undertype +undertyrant +underusher +undervaluation +undervalue +undervaluement +undervaluer +undervaluing +undervaluinglike +undervaluingly +undervalve +undervassal +undervaulted +undervaulting +undervegetation +underventilation +underverse +undervest +undervicar +underviewer +undervillain +undervinedresser +undervitalized +undervocabularied +undervoice +undervoltage +underwage +underwaist +underwaistcoat +underwalk +underward +underwarden +underwarmth +underwarp +underwash +underwatch +underwatcher +underwater +underwave +underway +underweapon +underwear +underweft +underweigh +underweight +underweighted +underwent +underwheel +underwhistle +underwind +underwing +underwit +underwitch +underwitted +underwood +underwooded +underwork +underworker +underworking +underworkman +underworld +underwrap +underwrite +underwriter +underwriting +underwrought +underyield +underyoke +underzeal +underzealot +undescendable +undescended +undescendible +undescribable +undescribably +undescribed +undescried +undescript +undescriptive +undescrying +undesert +undeserted +undeserting +undeserve +undeserved +undeservedly +undeservedness +undeserver +undeserving +undeservingly +undeservingness +undesign +undesignated +undesigned +undesignedly +undesignedness +undesigning +undesigningly +undesigningness +undesirability +undesirable +undesirableness +undesirably +undesire +undesired +undesiredly +undesiring +undesirous +undesirously +undesirousness +undesisting +undespaired +undespairing +undespairingly +undespatched +undespised +undespising +undespoiled +undespondent +undespondently +undesponding +undespotic +undestined +undestroyable +undestroyed +undestructible +undestructive +undetachable +undetached +undetailed +undetainable +undetained +undetectable +undetected +undetectible +undeteriorated +undeteriorating +undeterminable +undeterminate +undetermination +undetermined +undetermining +undeterred +undeterring +undetested +undetesting +undethronable +undethroned +undetracting +undetractingly +undetrimental +undevelopable +undeveloped +undeveloping +undeviated +undeviating +undeviatingly +undevil +undevious +undeviously +undevisable +undevised +undevoted +undevotion +undevotional +undevoured +undevout +undevoutly +undevoutness +undewed +undewy +undexterous +undexterously +undextrous +undextrously +undiademed +undiagnosable +undiagnosed +undialed +undialyzed +undiametric +undiamonded +undiapered +undiaphanous +undiatonic +undichotomous +undictated +undid +undidactic +undies +undieted +undifferenced +undifferent +undifferential +undifferentiated +undifficult +undiffident +undiffracted +undiffused +undiffusible +undiffusive +undig +undigenous +undigest +undigestable +undigested +undigestible +undigesting +undigestion +undigged +undight +undighted +undigitated +undignified +undignifiedly +undignifiedness +undignify +undiked +undilapidated +undilatable +undilated +undilatory +undiligent +undiligently +undilute +undiluted +undilution +undiluvial +undim +undimensioned +undimerous +undimidiate +undiminishable +undiminishableness +undiminishably +undiminished +undiminishing +undiminutive +undimmed +undimpled +Undine +undine +undined +undinted +undiocesed +undiphthongize +undiplomaed +undiplomatic +undipped +undirect +undirected +undirectional +undirectly +undirectness +undirk +undisabled +undisadvantageous +undisagreeable +undisappearing +undisappointable +undisappointed +undisappointing +undisarmed +undisastrous +undisbanded +undisbarred +undisburdened +undisbursed +undiscardable +undiscarded +undiscerned +undiscernedly +undiscernible +undiscernibleness +undiscernibly +undiscerning +undiscerningly +undischargeable +undischarged +undiscipled +undisciplinable +undiscipline +undisciplined +undisciplinedness +undisclaimed +undisclosed +undiscolored +undiscomfitable +undiscomfited +undiscomposed +undisconcerted +undisconnected +undiscontinued +undiscordant +undiscording +undiscounted +undiscourageable +undiscouraged +undiscouraging +undiscoursed +undiscoverable +undiscoverableness +undiscoverably +undiscovered +undiscreditable +undiscredited +undiscreet +undiscreetly +undiscreetness +undiscretion +undiscriminated +undiscriminating +undiscriminatingly +undiscriminatingness +undiscriminative +undiscursive +undiscussable +undiscussed +undisdained +undisdaining +undiseased +undisestablished +undisfigured +undisfranchised +undisfulfilled +undisgorged +undisgraced +undisguisable +undisguise +undisguised +undisguisedly +undisguisedness +undisgusted +undisheartened +undished +undisheveled +undishonored +undisillusioned +undisinfected +undisinheritable +undisinherited +undisintegrated +undisinterested +undisjoined +undisjointed +undisliked +undislocated +undislodgeable +undislodged +undismantled +undismay +undismayable +undismayed +undismayedly +undismembered +undismissed +undismounted +undisobedient +undisobeyed +undisobliging +undisordered +undisorderly +undisorganized +undisowned +undisowning +undisparaged +undisparity +undispassionate +undispatchable +undispatched +undispatching +undispellable +undispelled +undispensable +undispensed +undispensing +undispersed +undispersing +undisplaced +undisplanted +undisplay +undisplayable +undisplayed +undisplaying +undispleased +undispose +undisposed +undisposedness +undisprivacied +undisprovable +undisproved +undisproving +undisputable +undisputableness +undisputably +undisputatious +undisputatiously +undisputed +undisputedly +undisputedness +undisputing +undisqualifiable +undisqualified +undisquieted +undisreputable +undisrobed +undisrupted +undissected +undissembled +undissembledness +undissembling +undissemblingly +undisseminated +undissenting +undissevered +undissimulated +undissipated +undissociated +undissoluble +undissolute +undissolvable +undissolved +undissolving +undissonant +undissuadable +undissuadably +undissuade +undistanced +undistant +undistantly +undistasted +undistasteful +undistempered +undistend +undistended +undistilled +undistinct +undistinctive +undistinctly +undistinctness +undistinguish +undistinguishable +undistinguishableness +undistinguishably +undistinguished +undistinguishing +undistinguishingly +undistorted +undistorting +undistracted +undistractedly +undistractedness +undistracting +undistractingly +undistrained +undistraught +undistress +undistressed +undistributed +undistrusted +undistrustful +undisturbable +undisturbance +undisturbed +undisturbedly +undisturbedness +undisturbing +undisturbingly +unditched +undithyrambic +undittoed +undiuretic +undiurnal +undivable +undivergent +undiverging +undiverse +undiversified +undiverted +undivertible +undivertibly +undiverting +undivested +undivestedly +undividable +undividableness +undividably +undivided +undividedly +undividedness +undividing +undivinable +undivined +undivinelike +undivinely +undivining +undivisible +undivisive +undivorceable +undivorced +undivorcedness +undivorcing +undivulged +undivulging +undizened +undizzied +undo +undoable +undock +undocked +undoctor +undoctored +undoctrinal +undoctrined +undocumentary +undocumented +undocumentedness +undodged +undoer +undoffed +undog +undogmatic +undogmatical +undoing +undoingness +undolled +undolorous +undomed +undomestic +undomesticate +undomesticated +undomestication +undomicilable +undomiciled +undominated +undomineering +undominical +undominoed +undon +undonated +undonating +undone +undoneness +undonkey +undonnish +undoomed +undoped +undormant +undose +undosed +undoting +undotted +undouble +undoubled +undoubtable +undoubtableness +undoubtably +undoubted +undoubtedly +undoubtedness +undoubtful +undoubtfully +undoubtfulness +undoubting +undoubtingly +undoubtingness +undouched +undoughty +undovelike +undoweled +undowered +undowned +undowny +undrab +undraftable +undrafted +undrag +undragoned +undragooned +undrainable +undrained +undramatic +undramatical +undramatically +undramatizable +undramatized +undrape +undraped +undraperied +undraw +undrawable +undrawn +undreaded +undreadful +undreadfully +undreading +undreamed +undreaming +undreamlike +undreamt +undreamy +undredged +undreggy +undrenched +undress +undressed +undried +undrillable +undrilled +undrinkable +undrinkableness +undrinkably +undrinking +undripping +undrivable +undrivableness +undriven +undronelike +undrooping +undropped +undropsical +undrossy +undrowned +undrubbed +undrugged +undrunk +undrunken +undry +undryable +undrying +undualize +undub +undubbed +undubitable +undubitably +unducal +unduchess +undue +unduelling +undueness +undug +unduke +undulant +undular +undularly +undulatance +undulate +undulated +undulately +undulating +undulatingly +undulation +undulationist +undulative +undulatory +undull +undulled +undullness +unduloid +undulose +undulous +unduly +undumped +unduncelike +undunged +undupable +unduped +unduplicability +unduplicable +unduplicity +undurable +undurableness +undurably +undust +undusted +unduteous +undutiable +undutiful +undutifully +undutifulness +unduty +undwarfed +undwelt +undwindling +undy +undye +undyeable +undyed +undying +undyingly +undyingness +uneager +uneagerly +uneagerness +uneagled +unearly +unearned +unearnest +unearth +unearthed +unearthliness +unearthly +unease +uneaseful +uneasefulness +uneasily +uneasiness +uneastern +uneasy +uneatable +uneatableness +uneaten +uneath +uneating +unebbed +unebbing +unebriate +uneccentric +unecclesiastical +unechoed +unechoing +uneclectic +uneclipsed +uneconomic +uneconomical +uneconomically +uneconomicalness +uneconomizing +unecstatic +unedge +unedged +unedible +unedibleness +unedibly +unedified +unedifying +uneditable +unedited +uneducable +uneducableness +uneducably +uneducate +uneducated +uneducatedly +uneducatedness +uneducative +uneduced +uneffaceable +uneffaceably +uneffaced +uneffected +uneffectible +uneffective +uneffectless +uneffectual +uneffectually +uneffectualness +uneffectuated +uneffeminate +uneffeminated +uneffervescent +uneffete +unefficacious +unefficient +uneffigiated +uneffused +uneffusing +uneffusive +unegoist +unegoistical +unegoistically +unegregious +unejaculated +unejected +unelaborate +unelaborated +unelaborately +unelaborateness +unelapsed +unelastic +unelasticity +unelated +unelating +unelbowed +unelderly +unelect +unelectable +unelected +unelective +unelectric +unelectrical +unelectrified +unelectrify +unelectrifying +unelectrized +unelectronic +uneleemosynary +unelegant +unelegantly +unelegantness +unelemental +unelementary +unelevated +unelicited +unelided +unelidible +uneligibility +uneligible +uneligibly +uneliminated +unelongated +uneloped +uneloping +uneloquent +uneloquently +unelucidated +unelucidating +uneluded +unelusive +unemaciated +unemancipable +unemancipated +unemasculated +unembalmed +unembanked +unembarrassed +unembarrassedly +unembarrassedness +unembarrassing +unembarrassment +unembased +unembattled +unembayed +unembellished +unembezzled +unembittered +unemblazoned +unembodied +unembodiment +unembossed +unembowelled +unembowered +unembraceable +unembraced +unembroidered +unembroiled +unembryonic +unemendable +unemended +unemerged +unemerging +unemigrating +uneminent +uneminently +unemitted +unemolumentary +unemolumented +unemotional +unemotionalism +unemotionally +unemotionalness +unemotioned +unempaneled +unemphatic +unemphatical +unemphatically +unempirical +unempirically +unemploy +unemployability +unemployable +unemployableness +unemployably +unemployed +unemployment +unempoisoned +unempowered +unempt +unemptiable +unemptied +unempty +unemulative +unemulous +unemulsified +unenabled +unenacted +unenameled +unenamored +unencamped +unenchafed +unenchant +unenchanted +unencircled +unenclosed +unencompassed +unencored +unencounterable +unencountered +unencouraged +unencouraging +unencroached +unencroaching +unencumber +unencumbered +unencumberedly +unencumberedness +unencumbering +unencysted +unendable +unendamaged +unendangered +unendeared +unendeavored +unended +unending +unendingly +unendingness +unendorsable +unendorsed +unendowed +unendowing +unendued +unendurability +unendurable +unendurably +unendured +unenduring +unenduringly +unenergetic +unenergized +unenervated +unenfeebled +unenfiladed +unenforceable +unenforced +unenforcedly +unenforcedness +unenforcibility +unenfranchised +unengaged +unengaging +unengendered +unengineered +unenglish +unengraved +unengraven +unengrossed +unenhanced +unenjoined +unenjoyable +unenjoyed +unenjoying +unenjoyingly +unenkindled +unenlarged +unenlightened +unenlightening +unenlisted +unenlivened +unenlivening +unennobled +unennobling +unenounced +unenquired +unenquiring +unenraged +unenraptured +unenrichable +unenrichableness +unenriched +unenriching +unenrobed +unenrolled +unenshrined +unenslave +unenslaved +unensnared +unensouled +unensured +unentailed +unentangle +unentangleable +unentangled +unentanglement +unentangler +unenterable +unentered +unentering +unenterprise +unenterprised +unenterprising +unenterprisingly +unenterprisingness +unentertainable +unentertained +unentertaining +unentertainingly +unentertainingness +unenthralled +unenthralling +unenthroned +unenthusiasm +unenthusiastic +unenthusiastically +unenticed +unenticing +unentire +unentitled +unentombed +unentomological +unentrance +unentranced +unentrapped +unentreated +unentreating +unentrenched +unentwined +unenumerable +unenumerated +unenveloped +unenvenomed +unenviable +unenviably +unenvied +unenviedly +unenvious +unenviously +unenvironed +unenvying +unenwoven +unepauleted +unephemeral +unepic +unepicurean +unepigrammatic +unepilogued +unepiscopal +unepiscopally +unepistolary +unepitaphed +unepithelial +unepitomized +unequable +unequableness +unequably +unequal +unequalable +unequaled +unequality +unequalize +unequalized +unequally +unequalness +unequated +unequatorial +unequestrian +unequiangular +unequiaxed +unequilateral +unequilibrated +unequine +unequipped +unequitable +unequitableness +unequitably +unequivalent +unequivalve +unequivalved +unequivocal +unequivocally +unequivocalness +uneradicable +uneradicated +unerasable +unerased +unerasing +unerect +unerected +unermined +uneroded +unerrable +unerrableness +unerrably +unerrancy +unerrant +unerratic +unerring +unerringly +unerringness +unerroneous +unerroneously +unerudite +unerupted +uneruptive +unescaladed +unescalloped +unescapable +unescapableness +unescapably +unescaped +unescheated +uneschewable +uneschewably +uneschewed +Unesco +unescorted +unescutcheoned +unesoteric +unespied +unespousable +unespoused +unessayed +unessence +unessential +unessentially +unessentialness +unestablish +unestablishable +unestablished +unestablishment +unesteemed +unestimable +unestimableness +unestimably +unestimated +unestopped +unestranged +unetched +uneternal +uneternized +unethereal +unethic +unethical +unethically +unethicalness +unethnological +unethylated +unetymological +unetymologizable +uneucharistical +uneugenic +uneulogized +uneuphemistical +uneuphonic +uneuphonious +uneuphoniously +uneuphoniousness +unevacuated +unevadable +unevaded +unevaluated +unevanescent +unevangelic +unevangelical +unevangelized +unevaporate +unevaporated +unevasive +uneven +unevenly +unevenness +uneventful +uneventfully +uneventfulness +uneverted +unevicted +unevidenced +unevident +unevidential +unevil +unevinced +unevirated +uneviscerated +unevitable +unevitably +unevokable +unevoked +unevolutionary +unevolved +unexacerbated +unexact +unexacted +unexactedly +unexacting +unexactingly +unexactly +unexactness +unexaggerable +unexaggerated +unexaggerating +unexalted +unexaminable +unexamined +unexamining +unexampled +unexampledness +unexasperated +unexasperating +unexcavated +unexceedable +unexceeded +unexcelled +unexcellent +unexcelling +unexceptable +unexcepted +unexcepting +unexceptionability +unexceptionable +unexceptionableness +unexceptionably +unexceptional +unexceptionally +unexceptionalness +unexceptive +unexcerpted +unexcessive +unexchangeable +unexchangeableness +unexchanged +unexcised +unexcitability +unexcitable +unexcited +unexciting +unexclaiming +unexcludable +unexcluded +unexcluding +unexclusive +unexclusively +unexclusiveness +unexcogitable +unexcogitated +unexcommunicated +unexcoriated +unexcorticated +unexcrescent +unexcreted +unexcruciating +unexculpable +unexculpably +unexculpated +unexcursive +unexcusable +unexcusableness +unexcusably +unexcused +unexcusedly +unexcusedness +unexcusing +unexecrated +unexecutable +unexecuted +unexecuting +unexecutorial +unexemplary +unexemplifiable +unexemplified +unexempt +unexempted +unexemptible +unexempting +unexercisable +unexercise +unexercised +unexerted +unexhalable +unexhaled +unexhausted +unexhaustedly +unexhaustedness +unexhaustible +unexhaustibleness +unexhaustibly +unexhaustion +unexhaustive +unexhaustiveness +unexhibitable +unexhibitableness +unexhibited +unexhilarated +unexhilarating +unexhorted +unexhumed +unexigent +unexilable +unexiled +unexistence +unexistent +unexisting +unexonerable +unexonerated +unexorable +unexorableness +unexorbitant +unexorcisable +unexorcisably +unexorcised +unexotic +unexpandable +unexpanded +unexpanding +unexpansive +unexpectable +unexpectant +unexpected +unexpectedly +unexpectedness +unexpecting +unexpectingly +unexpectorated +unexpedient +unexpeditated +unexpedited +unexpeditious +unexpelled +unexpendable +unexpended +unexpensive +unexpensively +unexpensiveness +unexperience +unexperienced +unexperiencedness +unexperient +unexperiential +unexperimental +unexperimented +unexpert +unexpertly +unexpertness +unexpiable +unexpiated +unexpired +unexpiring +unexplainable +unexplainableness +unexplainably +unexplained +unexplainedly +unexplainedness +unexplaining +unexplanatory +unexplicable +unexplicableness +unexplicably +unexplicated +unexplicit +unexplicitly +unexplicitness +unexploded +unexploitation +unexploited +unexplorable +unexplorative +unexplored +unexplosive +unexportable +unexported +unexporting +unexposable +unexposed +unexpostulating +unexpoundable +unexpounded +unexpress +unexpressable +unexpressableness +unexpressably +unexpressed +unexpressedly +unexpressible +unexpressibleness +unexpressibly +unexpressive +unexpressively +unexpressiveness +unexpressly +unexpropriable +unexpropriated +unexpugnable +unexpunged +unexpurgated +unexpurgatedly +unexpurgatedness +unextended +unextendedly +unextendedness +unextendible +unextensible +unextenuable +unextenuated +unextenuating +unexterminable +unexterminated +unexternal +unexternality +unexterritoriality +unextinct +unextinctness +unextinguishable +unextinguishableness +unextinguishably +unextinguished +unextirpated +unextolled +unextortable +unextorted +unextractable +unextracted +unextradited +unextraneous +unextraordinary +unextravagance +unextravagant +unextravagating +unextravasated +unextreme +unextricable +unextricated +unextrinsic +unextruded +unexuberant +unexuded +unexultant +uneye +uneyeable +uneyed +unfabled +unfabling +unfabricated +unfabulous +unfacaded +unface +unfaceable +unfaced +unfaceted +unfacetious +unfacile +unfacilitated +unfact +unfactional +unfactious +unfactitious +unfactorable +unfactored +unfactual +unfadable +unfaded +unfading +unfadingly +unfadingness +unfagged +unfagoted +unfailable +unfailableness +unfailably +unfailed +unfailing +unfailingly +unfailingness +unfain +unfaint +unfainting +unfaintly +unfair +unfairly +unfairminded +unfairness +unfairylike +unfaith +unfaithful +unfaithfully +unfaithfulness +unfaked +unfallacious +unfallaciously +unfallen +unfallenness +unfallible +unfallibleness +unfallibly +unfalling +unfallowed +unfalse +unfalsifiable +unfalsified +unfalsifiedness +unfalsity +unfaltering +unfalteringly +unfamed +unfamiliar +unfamiliarity +unfamiliarized +unfamiliarly +unfanatical +unfanciable +unfancied +unfanciful +unfancy +unfanged +unfanned +unfantastic +unfantastical +unfantastically +unfar +unfarced +unfarcical +unfarewelled +unfarmed +unfarming +unfarrowed +unfarsighted +unfasciated +unfascinate +unfascinated +unfascinating +unfashion +unfashionable +unfashionableness +unfashionably +unfashioned +unfast +unfasten +unfastenable +unfastened +unfastener +unfastidious +unfastidiously +unfastidiousness +unfasting +unfather +unfathered +unfatherlike +unfatherliness +unfatherly +unfathomability +unfathomable +unfathomableness +unfathomably +unfathomed +unfatigue +unfatigueable +unfatigued +unfatiguing +unfattable +unfatted +unfatten +unfauceted +unfaultfinding +unfaulty +unfavorable +unfavorableness +unfavorably +unfavored +unfavoring +unfavorite +unfawning +unfealty +unfeared +unfearful +unfearfully +unfearing +unfearingly +unfeary +unfeasable +unfeasableness +unfeasably +unfeasibility +unfeasible +unfeasibleness +unfeasibly +unfeasted +unfeather +unfeathered +unfeatured +unfecund +unfecundated +unfed +unfederal +unfederated +unfeeble +unfeed +unfeedable +unfeeding +unfeeing +unfeelable +unfeeling +unfeelingly +unfeelingness +unfeignable +unfeignableness +unfeignably +unfeigned +unfeignedly +unfeignedness +unfeigning +unfeigningly +unfeigningness +unfele +unfelicitated +unfelicitating +unfelicitous +unfelicitously +unfelicitousness +unfeline +unfellable +unfelled +unfellied +unfellow +unfellowed +unfellowlike +unfellowly +unfellowshiped +unfelon +unfelonious +unfeloniously +unfelony +unfelt +unfelted +unfemale +unfeminine +unfemininely +unfeminineness +unfemininity +unfeminist +unfeminize +unfence +unfenced +unfendered +unfenestrated +unfeoffed +unfermentable +unfermentableness +unfermentably +unfermented +unfermenting +unfernlike +unferocious +unferreted +unferried +unfertile +unfertileness +unfertility +unfertilizable +unfertilized +unfervent +unfervid +unfester +unfestered +unfestival +unfestive +unfestively +unfestooned +unfetchable +unfetched +unfeted +unfetter +unfettered +unfettled +unfeudal +unfeudalize +unfeudalized +unfeued +unfevered +unfeverish +unfew +unfibbed +unfibbing +unfiber +unfibered +unfibrous +unfickle +unfictitious +unfidelity +unfidgeting +unfielded +unfiend +unfiendlike +unfierce +unfiery +unfight +unfightable +unfighting +unfigurable +unfigurative +unfigured +unfilamentous +unfilched +unfile +unfiled +unfilial +unfilially +unfilialness +unfill +unfillable +unfilled +unfilleted +unfilling +unfilm +unfilmed +unfiltered +unfiltrated +unfinable +unfinancial +unfine +unfined +unfinessed +unfingered +unfinical +unfinish +unfinishable +unfinished +unfinishedly +unfinishedness +unfinite +unfired +unfireproof +unfiring +unfirm +unfirmamented +unfirmly +unfirmness +unfiscal +unfishable +unfished +unfishing +unfishlike +unfissile +unfistulous +unfit +unfitly +unfitness +unfittable +unfitted +unfittedness +unfitten +unfitting +unfittingly +unfittingness +unfitty +unfix +unfixable +unfixated +unfixed +unfixedness +unfixing +unfixity +unflag +unflagged +unflagging +unflaggingly +unflaggingness +unflagitious +unflagrant +unflaky +unflamboyant +unflaming +unflanged +unflank +unflanked +unflapping +unflashing +unflat +unflated +unflattened +unflatterable +unflattered +unflattering +unflatteringly +unflaunted +unflavored +unflawed +unflayed +unflead +unflecked +unfledge +unfledged +unfledgedness +unfleece +unfleeced +unfleeing +unfleeting +unflesh +unfleshed +unfleshliness +unfleshly +unfleshy +unfletched +unflexed +unflexible +unflexibleness +unflexibly +unflickering +unflickeringly +unflighty +unflinching +unflinchingly +unflinchingness +unflintify +unflippant +unflirtatious +unflitched +unfloatable +unfloating +unflock +unfloggable +unflogged +unflooded +unfloor +unfloored +unflorid +unflossy +unflounced +unfloured +unflourished +unflourishing +unflouted +unflower +unflowered +unflowing +unflown +unfluctuating +unfluent +unfluid +unfluked +unflunked +unfluorescent +unflurried +unflush +unflushed +unflustered +unfluted +unflutterable +unfluttered +unfluttering +unfluvial +unfluxile +unflying +unfoaled +unfoaming +unfocused +unfoggy +unfoilable +unfoiled +unfoisted +unfold +unfoldable +unfolded +unfolder +unfolding +unfoldment +unfoldure +unfoliaged +unfoliated +unfollowable +unfollowed +unfollowing +unfomented +unfond +unfondled +unfondness +unfoodful +unfool +unfoolable +unfooled +unfooling +unfoolish +unfooted +unfootsore +unfoppish +unforaged +unforbade +unforbearance +unforbearing +unforbid +unforbidden +unforbiddenly +unforbiddenness +unforbidding +unforceable +unforced +unforcedly +unforcedness +unforceful +unforcible +unforcibleness +unforcibly +unfordable +unfordableness +unforded +unforeboded +unforeboding +unforecasted +unforegone +unforeign +unforeknowable +unforeknown +unforensic +unforeordained +unforesee +unforeseeable +unforeseeableness +unforeseeably +unforeseeing +unforeseeingly +unforeseen +unforeseenly +unforeseenness +unforeshortened +unforest +unforestallable +unforestalled +unforested +unforetellable +unforethought +unforethoughtful +unforetold +unforewarned +unforewarnedness +unforfeit +unforfeitable +unforfeited +unforgeability +unforgeable +unforged +unforget +unforgetful +unforgettable +unforgettableness +unforgettably +unforgetting +unforgettingly +unforgivable +unforgivableness +unforgivably +unforgiven +unforgiveness +unforgiver +unforgiving +unforgivingly +unforgivingness +unforgone +unforgot +unforgotten +unfork +unforked +unforkedness +unforlorn +unform +unformal +unformality +unformalized +unformally +unformalness +unformative +unformed +unformidable +unformulable +unformularizable +unformularize +unformulated +unformulistic +unforsaken +unforsaking +unforsook +unforsworn +unforthright +unfortifiable +unfortified +unfortify +unfortuitous +unfortunate +unfortunately +unfortunateness +unfortune +unforward +unforwarded +unfossiliferous +unfossilized +unfostered +unfought +unfoughten +unfoul +unfoulable +unfouled +unfound +unfounded +unfoundedly +unfoundedness +unfoundered +unfountained +unfowllike +unfoxy +unfractured +unfragrance +unfragrant +unfragrantly +unfrail +unframable +unframableness +unframably +unframe +unframed +unfranchised +unfrank +unfrankable +unfranked +unfrankly +unfrankness +unfraternal +unfraternizing +unfraudulent +unfraught +unfrayed +unfreckled +unfree +unfreed +unfreedom +unfreehold +unfreely +unfreeman +unfreeness +unfreezable +unfreeze +unfreezing +unfreighted +unfrenchified +unfrenzied +unfrequency +unfrequent +unfrequented +unfrequentedness +unfrequently +unfrequentness +unfret +unfretful +unfretting +unfriable +unfriarlike +unfricative +unfrictioned +unfried +unfriend +unfriended +unfriendedness +unfriending +unfriendlike +unfriendlily +unfriendliness +unfriendly +unfriendship +unfrighted +unfrightenable +unfrightened +unfrightenedness +unfrightful +unfrigid +unfrill +unfrilled +unfringe +unfringed +unfrisky +unfrivolous +unfrizz +unfrizzled +unfrizzy +unfrock +unfrocked +unfroglike +unfrolicsome +unfronted +unfrost +unfrosted +unfrosty +unfrounced +unfroward +unfrowardly +unfrowning +unfroze +unfrozen +unfructed +unfructified +unfructify +unfructuous +unfructuously +unfrugal +unfrugally +unfrugalness +unfruitful +unfruitfully +unfruitfulness +unfruity +unfrustrable +unfrustrably +unfrustratable +unfrustrated +unfrutuosity +unfuddled +unfueled +unfulfill +unfulfillable +unfulfilled +unfulfilling +unfulfillment +unfull +unfulled +unfully +unfulminated +unfulsome +unfumbled +unfumbling +unfumed +unfumigated +unfunctional +unfundamental +unfunded +unfunnily +unfunniness +unfunny +unfur +unfurbelowed +unfurbished +unfurcate +unfurious +unfurl +unfurlable +unfurnish +unfurnished +unfurnishedness +unfurnitured +unfurred +unfurrow +unfurrowable +unfurrowed +unfurthersome +unfused +unfusible +unfusibleness +unfusibly +unfussed +unfussing +unfussy +unfutile +unfuturistic +ungabled +ungag +ungaged +ungagged +ungain +ungainable +ungained +ungainful +ungainfully +ungainfulness +ungaining +ungainlike +ungainliness +ungainly +ungainness +ungainsaid +ungainsayable +ungainsayably +ungainsaying +ungainsome +ungainsomely +ungaite +ungallant +ungallantly +ungallantness +ungalling +ungalvanized +ungamboling +ungamelike +unganged +ungangrened +ungarbed +ungarbled +ungardened +ungargled +ungarland +ungarlanded +ungarment +ungarmented +ungarnered +ungarnish +ungarnished +ungaro +ungarrisoned +ungarter +ungartered +ungashed +ungassed +ungastric +ungathered +ungaudy +ungauged +ungauntlet +ungauntleted +ungazetted +ungazing +ungear +ungeared +ungelatinizable +ungelatinized +ungelded +ungelt +ungeminated +ungenerable +ungeneral +ungeneraled +ungeneralized +ungenerate +ungenerated +ungenerative +ungeneric +ungenerical +ungenerosity +ungenerous +ungenerously +ungenerousness +ungenial +ungeniality +ungenially +ungenialness +ungenitured +ungenius +ungenteel +ungenteelly +ungenteelness +ungentile +ungentility +ungentilize +ungentle +ungentled +ungentleman +ungentlemanize +ungentlemanlike +ungentlemanlikeness +ungentlemanliness +ungentlemanly +ungentleness +ungentlewomanlike +ungently +ungenuine +ungenuinely +ungenuineness +ungeodetical +ungeographic +ungeographical +ungeographically +ungeological +ungeometric +ungeometrical +ungeometrically +ungeometricalness +ungerminated +ungerminating +ungermlike +ungerontic +ungesting +ungesturing +unget +ungettable +unghostlike +unghostly +ungiant +ungibbet +ungiddy +ungifted +ungiftedness +ungild +ungilded +ungill +ungilt +ungingled +unginned +ungird +ungirded +ungirdle +ungirdled +ungirlish +ungirt +ungirth +ungirthed +ungive +ungiveable +ungiven +ungiving +ungka +unglaciated +unglad +ungladden +ungladdened +ungladly +ungladness +ungladsome +unglamorous +unglandular +unglassed +unglaze +unglazed +ungleaned +unglee +ungleeful +unglimpsed +unglistening +unglittering +ungloating +unglobe +unglobular +ungloom +ungloomed +ungloomy +unglorified +unglorify +unglorifying +unglorious +ungloriously +ungloriousness +unglory +unglosed +ungloss +unglossaried +unglossed +unglossily +unglossiness +unglossy +unglove +ungloved +unglowing +unglozed +unglue +unglued +unglutinate +unglutted +ungluttonous +ungnarred +ungnaw +ungnawn +ungnostic +ungoaded +ungoatlike +ungod +ungoddess +ungodlike +ungodlily +ungodliness +ungodly +ungodmothered +ungold +ungolden +ungone +ungood +ungoodliness +ungoodly +ungored +ungorge +ungorged +ungorgeous +ungospel +ungospelized +ungospelled +ungospellike +ungossiping +ungot +ungothic +ungotten +ungouged +ungouty +ungovernable +ungovernableness +ungovernably +ungoverned +ungovernedness +ungoverning +ungown +ungowned +ungrace +ungraced +ungraceful +ungracefully +ungracefulness +ungracious +ungraciously +ungraciousness +ungradated +ungraded +ungradual +ungradually +ungraduated +ungraduating +ungraft +ungrafted +ungrain +ungrainable +ungrained +ungrammar +ungrammared +ungrammatic +ungrammatical +ungrammatically +ungrammaticalness +ungrammaticism +ungrand +ungrantable +ungranted +ungranulated +ungraphic +ungraphitized +ungrapple +ungrappled +ungrappler +ungrasp +ungraspable +ungrasped +ungrasping +ungrassed +ungrassy +ungrated +ungrateful +ungratefully +ungratefulness +ungratifiable +ungratified +ungratifying +ungrating +ungrave +ungraved +ungraveled +ungravelly +ungravely +ungraven +ungrayed +ungrazed +ungreased +ungreat +ungreatly +ungreatness +ungreeable +ungreedy +ungreen +ungreenable +ungreened +ungreeted +ungregarious +ungrieve +ungrieved +ungrieving +ungrilled +ungrimed +ungrindable +ungrip +ungripe +ungrizzled +ungroaning +ungroined +ungroomed +ungrooved +ungropeable +ungross +ungrotesque +unground +ungroundable +ungroundably +ungrounded +ungroundedly +ungroundedness +ungroupable +ungrouped +ungrow +ungrowing +ungrown +ungrubbed +ungrudged +ungrudging +ungrudgingly +ungrudgingness +ungruesome +ungruff +ungrumbling +ungual +unguaranteed +unguard +unguardable +unguarded +unguardedly +unguardedness +ungueal +unguent +unguentaria +unguentarium +unguentary +unguentiferous +unguentous +unguentum +unguerdoned +ungues +unguessable +unguessableness +unguessed +unguical +unguicorn +unguicular +Unguiculata +unguiculate +unguiculated +unguidable +unguidableness +unguidably +unguided +unguidedly +unguiferous +unguiform +unguiled +unguileful +unguilefully +unguilefulness +unguillotined +unguiltily +unguiltiness +unguilty +unguinal +unguinous +unguirostral +unguis +ungula +ungulae +ungular +Ungulata +ungulate +ungulated +unguled +unguligrade +ungull +ungulous +ungulp +ungum +ungummed +ungushing +ungutted +unguttural +unguyed +unguzzled +ungymnastic +ungypsylike +ungyve +ungyved +unhabit +unhabitable +unhabitableness +unhabited +unhabitual +unhabitually +unhabituate +unhabituated +unhacked +unhackled +unhackneyed +unhackneyedness +unhad +unhaft +unhafted +unhaggled +unhaggling +unhailable +unhailed +unhair +unhaired +unhairer +unhairily +unhairiness +unhairing +unhairy +unhallooed +unhallow +unhallowed +unhallowedness +unhaloed +unhalsed +unhalted +unhalter +unhaltered +unhalting +unhalved +unhammered +unhamper +unhampered +unhand +unhandcuff +unhandcuffed +unhandicapped +unhandily +unhandiness +unhandled +unhandseled +unhandsome +unhandsomely +unhandsomeness +unhandy +unhang +unhanged +unhap +unhappen +unhappily +unhappiness +unhappy +unharangued +unharassed +unharbor +unharbored +unhard +unharden +unhardenable +unhardened +unhardihood +unhardily +unhardiness +unhardness +unhardy +unharked +unharmable +unharmed +unharmful +unharmfully +unharming +unharmonic +unharmonical +unharmonious +unharmoniously +unharmoniousness +unharmonize +unharmonized +unharmony +unharness +unharnessed +unharped +unharried +unharrowed +unharsh +unharvested +unhashed +unhasp +unhasped +unhaste +unhasted +unhastened +unhastily +unhastiness +unhasting +unhasty +unhat +unhatchability +unhatchable +unhatched +unhatcheled +unhate +unhated +unhateful +unhating +unhatingly +unhatted +unhauled +unhaunt +unhaunted +unhave +unhawked +unhayed +unhazarded +unhazarding +unhazardous +unhazardousness +unhazed +unhead +unheaded +unheader +unheady +unheal +unhealable +unhealableness +unhealably +unhealed +unhealing +unhealth +unhealthful +unhealthfully +unhealthfulness +unhealthily +unhealthiness +unhealthsome +unhealthsomeness +unhealthy +unheaped +unhearable +unheard +unhearing +unhearsed +unheart +unhearten +unheartsome +unhearty +unheatable +unheated +unheathen +unheaved +unheaven +unheavenly +unheavily +unheaviness +unheavy +unhectored +unhedge +unhedged +unheed +unheeded +unheededly +unheedful +unheedfully +unheedfulness +unheeding +unheedingly +unheedy +unheeled +unheelpieced +unhefted +unheightened +unheired +unheld +unhele +unheler +unhelm +unhelmed +unhelmet +unhelmeted +unhelpable +unhelpableness +unhelped +unhelpful +unhelpfully +unhelpfulness +unhelping +unhelved +unhemmed +unheppen +unheralded +unheraldic +unherd +unherded +unhereditary +unheretical +unheritable +unhermetic +unhero +unheroic +unheroical +unheroically +unheroism +unheroize +unherolike +unhesitant +unhesitating +unhesitatingly +unhesitatingness +unheuristic +unhewable +unhewed +unhewn +unhex +unhid +unhidable +unhidableness +unhidably +unhidated +unhidden +unhide +unhidebound +unhideous +unhieratic +unhigh +unhilarious +unhinderable +unhinderably +unhindered +unhindering +unhinge +unhingement +unhinted +unhipped +unhired +unhissed +unhistoric +unhistorical +unhistorically +unhistory +unhistrionic +unhit +unhitch +unhitched +unhittable +unhive +unhoard +unhoarded +unhoarding +unhoary +unhoaxed +unhobble +unhocked +unhoed +unhogged +unhoist +unhoisted +unhold +unholiday +unholily +unholiness +unhollow +unhollowed +unholy +unhome +unhomelike +unhomelikeness +unhomeliness +unhomely +unhomish +unhomogeneity +unhomogeneous +unhomogeneously +unhomologous +unhoned +unhonest +unhonestly +unhoneyed +unhonied +unhonorable +unhonorably +unhonored +unhonoured +unhood +unhooded +unhoodwink +unhoodwinked +unhoofed +unhook +unhooked +unhoop +unhooped +unhooper +unhooted +unhoped +unhopedly +unhopedness +unhopeful +unhopefully +unhopefulness +unhoping +unhopingly +unhopped +unhoppled +unhorizoned +unhorizontal +unhorned +unhorny +unhoroscopic +unhorse +unhose +unhosed +unhospitable +unhospitableness +unhospitably +unhostile +unhostilely +unhostileness +unhostility +unhot +unhoundlike +unhouse +unhoused +unhouseled +unhouselike +unhousewifely +unhuddle +unhugged +unhull +unhulled +unhuman +unhumanize +unhumanized +unhumanly +unhumanness +unhumble +unhumbled +unhumbledness +unhumbleness +unhumbly +unhumbugged +unhumid +unhumiliated +unhumored +unhumorous +unhumorously +unhumorousness +unhumoured +unhung +unhuntable +unhunted +unhurdled +unhurled +unhurried +unhurriedly +unhurriedness +unhurrying +unhurryingly +unhurt +unhurted +unhurtful +unhurtfully +unhurtfulness +unhurting +unhusbanded +unhusbandly +unhushable +unhushed +unhushing +unhusk +unhusked +unhustled +unhustling +unhutched +unhuzzaed +unhydraulic +unhydrolyzed +unhygienic +unhygienically +unhygrometric +unhymeneal +unhymned +unhyphenated +unhyphened +unhypnotic +unhypnotizable +unhypnotize +unhypocritical +unhypocritically +unhypothecated +unhypothetical +unhysterical +uniambic +uniambically +uniangulate +uniarticular +uniarticulate +Uniat +uniat +Uniate +uniate +uniauriculate +uniauriculated +uniaxal +uniaxally +uniaxial +uniaxially +unibasal +unibivalent +unible +unibracteate +unibracteolate +unibranchiate +unicalcarate +unicameral +unicameralism +unicameralist +unicamerate +unicapsular +unicarinate +unicarinated +unice +uniced +unicell +unicellate +unicelled +unicellular +unicellularity +unicentral +unichord +uniciliate +unicism +unicist +unicity +uniclinal +unicolor +unicolorate +unicolored +unicolorous +uniconstant +unicorn +unicorneal +unicornic +unicornlike +unicornous +unicornuted +unicostate +unicotyledonous +unicum +unicursal +unicursality +unicursally +unicuspid +unicuspidate +unicycle +unicyclist +unidactyl +unidactyle +unidactylous +unideaed +unideal +unidealism +unidealist +unidealistic +unidealized +unidentate +unidentated +unidenticulate +unidentifiable +unidentifiableness +unidentifiably +unidentified +unidentifiedly +unidentifying +unideographic +unidextral +unidextrality +unidigitate +unidimensional +unidiomatic +unidiomatically +unidirect +unidirected +unidirection +unidirectional +unidle +unidleness +unidly +unidolatrous +unidolized +unidyllic +unie +uniembryonate +uniequivalent +uniface +unifaced +unifacial +unifactorial +unifarious +unifiable +unific +unification +unificationist +unificator +unified +unifiedly +unifiedness +unifier +unifilar +uniflagellate +unifloral +uniflorate +uniflorous +uniflow +uniflowered +unifocal +unifoliar +unifoliate +unifoliolate +Unifolium +uniform +uniformal +uniformalization +uniformalize +uniformally +uniformation +uniformed +uniformist +uniformitarian +uniformitarianism +uniformity +uniformization +uniformize +uniformless +uniformly +uniformness +unify +unigenesis +unigenetic +unigenist +unigenistic +unigenital +unigeniture +unigenous +uniglandular +uniglobular +unignitable +unignited +unignitible +unignominious +unignorant +unignored +unigravida +uniguttulate +unijugate +unijugous +unilabiate +unilabiated +unilamellar +unilamellate +unilaminar +unilaminate +unilateral +unilateralism +unilateralist +unilaterality +unilateralization +unilateralize +unilaterally +unilinear +unilingual +unilingualism +uniliteral +unilludedly +unillumed +unilluminated +unilluminating +unillumination +unillumined +unillusioned +unillusory +unillustrated +unillustrative +unillustrious +unilobal +unilobar +unilobate +unilobe +unilobed +unilobular +unilocular +unilocularity +uniloculate +unimacular +unimaged +unimaginable +unimaginableness +unimaginably +unimaginary +unimaginative +unimaginatively +unimaginativeness +unimagine +unimagined +unimanual +unimbanked +unimbellished +unimbezzled +unimbibed +unimbibing +unimbittered +unimbodied +unimboldened +unimbordered +unimbosomed +unimbowed +unimbowered +unimbroiled +unimbrowned +unimbrued +unimbued +unimedial +unimitable +unimitableness +unimitably +unimitated +unimitating +unimitative +unimmaculate +unimmanent +unimmediate +unimmerged +unimmergible +unimmersed +unimmigrating +unimmolated +unimmortal +unimmortalize +unimmortalized +unimmovable +unimmured +unimodal +unimodality +unimodular +unimolecular +unimolecularity +unimpair +unimpairable +unimpaired +unimpartable +unimparted +unimpartial +unimpassionate +unimpassioned +unimpassionedly +unimpassionedness +unimpatient +unimpawned +unimpeachability +unimpeachable +unimpeachableness +unimpeachably +unimpeached +unimpearled +unimped +unimpeded +unimpededly +unimpedible +unimpedness +unimpelled +unimpenetrable +unimperative +unimperial +unimperialistic +unimperious +unimpertinent +unimpinging +unimplanted +unimplicable +unimplicate +unimplicated +unimplicit +unimplicitly +unimplied +unimplorable +unimplored +unimpoisoned +unimportance +unimportant +unimportantly +unimported +unimporting +unimportunate +unimportunately +unimportuned +unimposed +unimposedly +unimposing +unimpostrous +unimpounded +unimpoverished +unimpowered +unimprecated +unimpregnable +unimpregnate +unimpregnated +unimpressed +unimpressibility +unimpressible +unimpressibleness +unimpressibly +unimpressionability +unimpressionable +unimpressive +unimpressively +unimpressiveness +unimprinted +unimprison +unimprisonable +unimprisoned +unimpropriated +unimprovable +unimprovableness +unimprovably +unimproved +unimprovedly +unimprovedness +unimprovement +unimproving +unimprovised +unimpugnable +unimpugned +unimpulsive +unimpurpled +unimputable +unimputed +unimucronate +unimultiplex +unimuscular +uninaugurated +unincantoned +unincarcerated +unincarnate +unincarnated +unincensed +uninchoative +unincidental +unincised +unincisive +unincited +uninclinable +uninclined +uninclining +uninclosed +uninclosedness +unincludable +unincluded +uninclusive +uninclusiveness +uninconvenienced +unincorporate +unincorporated +unincorporatedly +unincorporatedness +unincreasable +unincreased +unincreasing +unincubated +uninculcated +unincumbered +unindebted +unindebtedly +unindebtedness +unindemnified +unindentable +unindented +unindentured +unindexed +unindicable +unindicated +unindicative +unindictable +unindicted +unindifference +unindifferency +unindifferent +unindifferently +unindigent +unindignant +unindividual +unindividualize +unindividualized +unindividuated +unindorsed +uninduced +uninductive +unindulged +unindulgent +unindulgently +unindurated +unindustrial +unindustrialized +unindustrious +unindustriously +unindwellable +uninebriated +uninebriating +uninervate +uninerved +uninfallibility +uninfallible +uninfatuated +uninfectable +uninfected +uninfectious +uninfectiousness +uninfeft +uninferred +uninfested +uninfiltrated +uninfinite +uninfiniteness +uninfixed +uninflamed +uninflammability +uninflammable +uninflated +uninflected +uninflectedness +uninflicted +uninfluenceable +uninfluenced +uninfluencing +uninfluencive +uninfluential +uninfluentiality +uninfolded +uninformed +uninforming +uninfracted +uninfringeable +uninfringed +uninfringible +uninfuriated +uninfused +uningenious +uningeniously +uningeniousness +uningenuity +uningenuous +uningenuously +uningenuousness +uningested +uningrafted +uningrained +uninhabitability +uninhabitable +uninhabitableness +uninhabitably +uninhabited +uninhabitedness +uninhaled +uninheritability +uninheritable +uninherited +uninhibited +uninhibitive +uninhumed +uninimical +uniniquitous +uninitialed +uninitialled +uninitiate +uninitiated +uninitiatedness +uninitiation +uninjectable +uninjected +uninjurable +uninjured +uninjuredness +uninjuring +uninjurious +uninjuriously +uninjuriousness +uninked +uninlaid +uninn +uninnate +uninnocence +uninnocent +uninnocently +uninnocuous +uninnovating +uninoculable +uninoculated +uninodal +uninominal +uninquired +uninquiring +uninquisitive +uninquisitively +uninquisitiveness +uninquisitorial +uninsane +uninsatiable +uninscribed +uninserted +uninshrined +uninsinuated +uninsistent +uninsolvent +uninspected +uninspirable +uninspired +uninspiring +uninspiringly +uninspirited +uninspissated +uninstalled +uninstanced +uninstated +uninstigated +uninstilled +uninstituted +uninstructed +uninstructedly +uninstructedness +uninstructible +uninstructing +uninstructive +uninstructively +uninstructiveness +uninstrumental +uninsular +uninsulate +uninsulated +uninsultable +uninsulted +uninsulting +uninsurability +uninsurable +uninsured +unintegrated +unintellective +unintellectual +unintellectualism +unintellectuality +unintellectually +unintelligence +unintelligent +unintelligently +unintelligentsia +unintelligibility +unintelligible +unintelligibleness +unintelligibly +unintended +unintendedly +unintensive +unintent +unintentional +unintentionality +unintentionally +unintentionalness +unintently +unintentness +unintercalated +unintercepted +uninterchangeable +uninterdicted +uninterested +uninterestedly +uninterestedness +uninteresting +uninterestingly +uninterestingness +uninterferedwith +uninterjected +uninterlaced +uninterlarded +uninterleave +uninterleaved +uninterlined +uninterlinked +uninterlocked +unintermarrying +unintermediate +unintermingled +unintermission +unintermissive +unintermitted +unintermittedly +unintermittedness +unintermittent +unintermitting +unintermittingly +unintermittingness +unintermixed +uninternational +uninterpleaded +uninterpolated +uninterposed +uninterposing +uninterpretable +uninterpreted +uninterred +uninterrogable +uninterrogated +uninterrupted +uninterruptedly +uninterruptedness +uninterruptible +uninterruptibleness +uninterrupting +uninterruption +unintersected +uninterspersed +unintervening +uninterviewed +unintervolved +uninterwoven +uninthroned +unintimate +unintimated +unintimidated +unintitled +unintombed +unintoned +unintoxicated +unintoxicatedness +unintoxicating +unintrenchable +unintrenched +unintricate +unintrigued +unintriguing +unintroduced +unintroducible +unintroitive +unintromitted +unintrospective +unintruded +unintruding +unintrusive +unintrusively +unintrusted +unintuitive +unintwined +uninuclear +uninucleate +uninucleated +uninundated +uninured +uninurned +uninvadable +uninvaded +uninvaginated +uninvalidated +uninveighing +uninveigled +uninvented +uninventful +uninventibleness +uninventive +uninventively +uninventiveness +uninverted +uninvested +uninvestigable +uninvestigated +uninvestigating +uninvestigative +uninvidious +uninvidiously +uninvigorated +uninvincible +uninvite +uninvited +uninvitedly +uninviting +uninvoiced +uninvoked +uninvolved +uninweaved +uninwoven +uninwrapped +uninwreathed +Unio +unio +uniocular +unioid +Uniola +union +unioned +unionic +unionid +Unionidae +unioniform +unionism +unionist +unionistic +unionization +unionize +unionoid +unioval +uniovular +uniovulate +unipara +uniparental +uniparient +uniparous +unipartite +uniped +unipeltate +uniperiodic +unipersonal +unipersonalist +unipersonality +unipetalous +uniphase +uniphaser +uniphonous +uniplanar +uniplicate +unipod +unipolar +unipolarity +uniporous +unipotence +unipotent +unipotential +unipulse +uniquantic +unique +uniquely +uniqueness +uniquity +uniradial +uniradiate +uniradiated +uniradical +uniramose +uniramous +unirascible +unireme +unirenic +unirhyme +uniridescent +unironed +unironical +unirradiated +unirrigated +unirritable +unirritant +unirritated +unirritatedly +unirritating +unisepalous +uniseptate +uniserial +uniserially +uniseriate +uniseriately +uniserrate +uniserrulate +unisexed +unisexual +unisexuality +unisexually +unisilicate +unisoil +unisolable +unisolate +unisolated +unisomeric +unisometrical +unisomorphic +unison +unisonal +unisonally +unisonance +unisonant +unisonous +unisotropic +unisparker +unispiculate +unispinose +unispiral +unissuable +unissued +unistylist +unisulcate +unit +unitage +unital +unitalicized +Unitarian +unitarian +Unitarianism +Unitarianize +unitarily +unitariness +unitarism +unitarist +unitary +unite +uniteability +uniteable +uniteably +united +unitedly +unitedness +unitemized +unitentacular +uniter +uniting +unitingly +unition +unitism +unitistic +unitive +unitively +unitiveness +unitize +unitooth +unitrivalent +unitrope +unituberculate +unitude +unity +uniunguiculate +uniungulate +univalence +univalency +univalent +univalvate +univalve +univalvular +univariant +univerbal +universal +universalia +Universalian +Universalism +universalism +Universalist +universalist +Universalistic +universalistic +universality +universalization +universalize +universalizer +universally +universalness +universanimous +universe +universeful +universitarian +universitarianism +universitary +universitize +university +universityless +universitylike +universityship +universological +universologist +universology +univied +univocability +univocacy +univocal +univocalized +univocally +univocity +univoltine +univorous +unjacketed +unjaded +unjagged +unjailed +unjam +unjapanned +unjarred +unjarring +unjaundiced +unjaunty +unjealous +unjealoused +unjellied +unjesting +unjesuited +unjesuitical +unjesuitically +unjewel +unjeweled +unjewelled +Unjewish +unjilted +unjocose +unjocund +unjogged +unjogging +unjoin +unjoinable +unjoint +unjointed +unjointedness +unjointured +unjoking +unjokingly +unjolly +unjolted +unjostled +unjournalized +unjovial +unjovially +unjoyed +unjoyful +unjoyfully +unjoyfulness +unjoyous +unjoyously +unjoyousness +unjudgable +unjudge +unjudged +unjudgelike +unjudging +unjudicable +unjudicial +unjudicially +unjudicious +unjudiciously +unjudiciousness +unjuggled +unjuiced +unjuicy +unjumbled +unjumpable +unjust +unjustice +unjusticiable +unjustifiable +unjustifiableness +unjustifiably +unjustified +unjustifiedly +unjustifiedness +unjustify +unjustled +unjustly +unjustness +unjuvenile +unkaiserlike +unkamed +unked +unkeeled +unkembed +unkempt +unkemptly +unkemptness +unken +unkenned +unkennedness +unkennel +unkenneled +unkenning +unkensome +unkept +unkerchiefed +unket +unkey +unkeyed +unkicked +unkid +unkill +unkillability +unkillable +unkilled +unkilling +unkilned +unkin +unkind +unkindhearted +unkindled +unkindledness +unkindlily +unkindliness +unkindling +unkindly +unkindness +unkindred +unkindredly +unking +unkingdom +unkinged +unkinger +unkinglike +unkingly +unkink +unkinlike +unkirk +unkiss +unkissed +unkist +unknave +unkneaded +unkneeling +unknelled +unknew +unknight +unknighted +unknightlike +unknit +unknittable +unknitted +unknitting +unknocked +unknocking +unknot +unknotted +unknotty +unknow +unknowability +unknowable +unknowableness +unknowably +unknowing +unknowingly +unknowingness +unknowledgeable +unknown +unknownly +unknownness +unknownst +unkodaked +unkoshered +unlabeled +unlabialize +unlabiate +unlaborable +unlabored +unlaboring +unlaborious +unlaboriously +unlaboriousness +unlace +unlaced +unlacerated +unlackeyed +unlacquered +unlade +unladen +unladled +unladyfied +unladylike +unlagging +unlaid +unlame +unlamed +unlamented +unlampooned +unlanced +unland +unlanded +unlandmarked +unlanguaged +unlanguid +unlanguishing +unlanterned +unlap +unlapped +unlapsed +unlapsing +unlarded +unlarge +unlash +unlashed +unlasher +unlassoed +unlasting +unlatch +unlath +unlathed +unlathered +unlatinized +unlatticed +unlaudable +unlaudableness +unlaudably +unlauded +unlaugh +unlaughing +unlaunched +unlaundered +unlaureled +unlaved +unlaving +unlavish +unlavished +unlaw +unlawed +unlawful +unlawfully +unlawfulness +unlawlearned +unlawlike +unlawly +unlawyered +unlawyerlike +unlay +unlayable +unleached +unlead +unleaded +unleaderly +unleaf +unleafed +unleagued +unleaguer +unleakable +unleaky +unleal +unlean +unleared +unlearn +unlearnability +unlearnable +unlearnableness +unlearned +unlearnedly +unlearnedness +unlearning +unlearnt +unleasable +unleased +unleash +unleashed +unleathered +unleave +unleaved +unleavenable +unleavened +unlectured +unled +unleft +unlegacied +unlegal +unlegalized +unlegally +unlegalness +unlegate +unlegislative +unleisured +unleisuredness +unleisurely +unlenient +unlensed +unlent +unless +unlessened +unlessoned +unlet +unlettable +unletted +unlettered +unletteredly +unletteredness +unlettering +unletterlike +unlevel +unleveled +unlevelly +unlevelness +unlevied +unlevigated +unlexicographical +unliability +unliable +unlibeled +unliberal +unliberalized +unliberated +unlibidinous +unlicensed +unlicentiated +unlicentious +unlichened +unlickable +unlicked +unlid +unlidded +unlie +unlifelike +unliftable +unlifted +unlifting +unligable +unligatured +unlight +unlighted +unlightedly +unlightedness +unlightened +unlignified +unlikable +unlikableness +unlikably +unlike +unlikeable +unlikeableness +unlikeably +unliked +unlikelihood +unlikeliness +unlikely +unliken +unlikeness +unliking +unlimb +unlimber +unlime +unlimed +unlimitable +unlimitableness +unlimitably +unlimited +unlimitedly +unlimitedness +unlimitless +unlimned +unlimp +unline +unlineal +unlined +unlingering +unlink +unlinked +unlionlike +unliquefiable +unliquefied +unliquid +unliquidatable +unliquidated +unliquidating +unliquidation +unliquored +unlisping +unlist +unlisted +unlistened +unlistening +unlisty +unlit +unliteral +unliterally +unliteralness +unliterary +unliterate +unlitigated +unlitten +unlittered +unliturgical +unliturgize +unlivable +unlivableness +unlivably +unlive +unliveable +unliveableness +unliveably +unliveliness +unlively +unliveried +unlivery +unliving +unlizardlike +unload +unloaded +unloaden +unloader +unloafing +unloanably +unloaned +unloaning +unloath +unloathed +unloathful +unloathly +unloathsome +unlobed +unlocal +unlocalizable +unlocalize +unlocalized +unlocally +unlocated +unlock +unlockable +unlocked +unlocker +unlocking +unlocomotive +unlodge +unlodged +unlofty +unlogged +unlogic +unlogical +unlogically +unlogicalness +unlonely +unlook +unlooked +unloop +unlooped +unloosable +unloosably +unloose +unloosen +unloosening +unloosing +unlooted +unlopped +unloquacious +unlord +unlorded +unlordly +unlosable +unlosableness +unlost +unlotted +unlousy +unlovable +unlovableness +unlovably +unlove +unloveable +unloveableness +unloveably +unloved +unlovelily +unloveliness +unlovely +unloverlike +unloverly +unloving +unlovingly +unlovingness +unlowered +unlowly +unloyal +unloyally +unloyalty +unlubricated +unlucent +unlucid +unluck +unluckful +unluckily +unluckiness +unlucky +unlucrative +unludicrous +unluffed +unlugged +unlugubrious +unluminous +unlumped +unlunar +unlured +unlust +unlustily +unlustiness +unlustrous +unlusty +unlute +unluted +unluxated +unluxuriant +unluxurious +unlycanthropize +unlying +unlyrical +unlyrically +unmacadamized +unmacerated +unmachinable +unmackly +unmad +unmadded +unmaddened +unmade +unmagic +unmagical +unmagisterial +unmagistratelike +unmagnanimous +unmagnetic +unmagnetical +unmagnetized +unmagnified +unmagnify +unmaid +unmaidenlike +unmaidenliness +unmaidenly +unmail +unmailable +unmailableness +unmailed +unmaimable +unmaimed +unmaintainable +unmaintained +unmajestic +unmakable +unmake +unmaker +unmalevolent +unmalicious +unmalignant +unmaligned +unmalleability +unmalleable +unmalleableness +unmalled +unmaltable +unmalted +unmammalian +unmammonized +unman +unmanacle +unmanacled +unmanageable +unmanageableness +unmanageably +unmanaged +unmancipated +unmandated +unmanducated +unmaned +unmaneged +unmanful +unmanfully +unmangled +unmaniable +unmaniac +unmaniacal +unmanicured +unmanifest +unmanifested +unmanipulatable +unmanipulated +unmanlike +unmanlily +unmanliness +unmanly +unmanned +unmanner +unmannered +unmanneredly +unmannerliness +unmannerly +unmannish +unmanored +unmantle +unmantled +unmanufacturable +unmanufactured +unmanumissible +unmanumitted +unmanurable +unmanured +unmappable +unmapped +unmarbled +unmarch +unmarching +unmarginal +unmarginated +unmarine +unmaritime +unmarkable +unmarked +unmarketable +unmarketed +unmarled +unmarred +unmarriable +unmarriageability +unmarriageable +unmarried +unmarring +unmarry +unmarrying +unmarshaled +unmartial +unmartyr +unmartyred +unmarvelous +unmasculine +unmashed +unmask +unmasked +unmasker +unmasking +unmasquerade +unmassacred +unmassed +unmast +unmaster +unmasterable +unmastered +unmasterful +unmasticable +unmasticated +unmatchable +unmatchableness +unmatchably +unmatched +unmatchedness +unmate +unmated +unmaterial +unmaterialistic +unmateriate +unmaternal +unmathematical +unmathematically +unmating +unmatriculated +unmatrimonial +unmatronlike +unmatted +unmature +unmatured +unmaturely +unmatureness +unmaturing +unmaturity +unmauled +unmaze +unmeaning +unmeaningly +unmeaningness +unmeant +unmeasurable +unmeasurableness +unmeasurably +unmeasured +unmeasuredly +unmeasuredness +unmeated +unmechanic +unmechanical +unmechanically +unmechanistic +unmechanize +unmechanized +unmedaled +unmedalled +unmeddle +unmeddled +unmeddlesome +unmeddling +unmeddlingly +unmeddlingness +unmediaeval +unmediated +unmediatized +unmedicable +unmedical +unmedicated +unmedicative +unmedicinable +unmedicinal +unmeditated +unmeditative +unmediumistic +unmedullated +unmeek +unmeekly +unmeekness +unmeet +unmeetable +unmeetly +unmeetness +unmelancholy +unmeliorated +unmellow +unmellowed +unmelodic +unmelodious +unmelodiously +unmelodiousness +unmelodized +unmelodramatic +unmeltable +unmeltableness +unmeltably +unmelted +unmeltedness +unmelting +unmember +unmemoired +unmemorable +unmemorialized +unmemoried +unmemorized +unmenaced +unmenacing +unmendable +unmendableness +unmendably +unmendacious +unmended +unmenial +unmenseful +unmenstruating +unmensurable +unmental +unmentionability +unmentionable +unmentionableness +unmentionables +unmentionably +unmentioned +unmercantile +unmercenariness +unmercenary +unmercerized +unmerchantable +unmerchantlike +unmerchantly +unmerciful +unmercifully +unmercifulness +unmercurial +unmeretricious +unmerge +unmerged +unmeridional +unmerited +unmeritedly +unmeritedness +unmeriting +unmeritorious +unmeritoriously +unmeritoriousness +unmerry +unmesh +unmesmeric +unmesmerize +unmesmerized +unmet +unmetaled +unmetalized +unmetalled +unmetallic +unmetallurgical +unmetamorphosed +unmetaphorical +unmetaphysic +unmetaphysical +unmeted +unmeteorological +unmetered +unmethodical +unmethodically +unmethodicalness +unmethodized +unmethodizing +unmethylated +unmeticulous +unmetric +unmetrical +unmetrically +unmetricalness +unmetropolitan +unmettle +unmew +unmewed +unmicaceous +unmicrobic +unmicroscopic +unmidwifed +unmighty +unmigrating +unmildewed +unmilitant +unmilitarily +unmilitariness +unmilitaristic +unmilitarized +unmilitary +unmilked +unmilled +unmillinered +unmilted +unmimicked +unminable +unminced +unmincing +unmind +unminded +unmindful +unmindfully +unmindfulness +unminding +unmined +unmineralized +unmingle +unmingleable +unmingled +unmingling +unminimized +unminished +unminister +unministered +unministerial +unministerially +unminted +unminuted +unmiracled +unmiraculous +unmiraculously +unmired +unmirrored +unmirthful +unmirthfully +unmirthfulness +unmiry +unmisanthropic +unmiscarrying +unmischievous +unmiscible +unmisconceivable +unmiserly +unmisgiving +unmisgivingly +unmisguided +unmisinterpretable +unmisled +unmissable +unmissed +unmissionary +unmissionized +unmist +unmistakable +unmistakableness +unmistakably +unmistakedly +unmistaken +unmistakingly +unmistressed +unmistrusted +unmistrustful +unmistrusting +unmisunderstandable +unmisunderstanding +unmisunderstood +unmiter +unmitigable +unmitigated +unmitigatedly +unmitigatedness +unmitigative +unmittened +unmix +unmixable +unmixableness +unmixed +unmixedly +unmixedness +unmoaned +unmoated +unmobbed +unmobilized +unmocked +unmocking +unmockingly +unmodel +unmodeled +unmodelled +unmoderate +unmoderately +unmoderateness +unmoderating +unmodern +unmodernity +unmodernize +unmodernized +unmodest +unmodifiable +unmodifiableness +unmodifiably +unmodified +unmodifiedness +unmodish +unmodulated +unmoiled +unmoist +unmoisten +unmold +unmoldable +unmolded +unmoldered +unmoldering +unmoldy +unmolested +unmolestedly +unmolesting +unmollifiable +unmollifiably +unmollified +unmollifying +unmolten +unmomentary +unmomentous +unmomentously +unmonarch +unmonarchical +unmonastic +unmonetary +unmoneyed +unmonistic +unmonitored +unmonkish +unmonkly +unmonopolize +unmonopolized +unmonopolizing +unmonotonous +unmonumented +unmoor +unmoored +unmooted +unmopped +unmoral +unmoralist +unmorality +unmoralize +unmoralized +unmoralizing +unmorally +unmoralness +unmorbid +unmordanted +unmoribund +unmorose +unmorphological +unmortal +unmortared +unmortgage +unmortgageable +unmortgaged +unmortified +unmortifiedly +unmortifiedness +unmortise +unmortised +unmossed +unmothered +unmotherly +unmotionable +unmotivated +unmotivatedly +unmotivatedness +unmotived +unmotorized +unmottled +unmounded +unmount +unmountable +unmountainous +unmounted +unmounting +unmourned +unmournful +unmourning +unmouthable +unmouthed +unmouthpieced +unmovability +unmovable +unmovableness +unmovably +unmoved +unmovedly +unmoving +unmovingly +unmovingness +unmowed +unmown +unmucilaged +unmudded +unmuddied +unmuddle +unmuddled +unmuddy +unmuffle +unmuffled +unmulcted +unmulish +unmulled +unmullioned +unmultipliable +unmultiplied +unmultipliedly +unmultiply +unmummied +unmummify +unmunched +unmundane +unmundified +unmunicipalized +unmunificent +unmunitioned +unmurmured +unmurmuring +unmurmuringly +unmurmurous +unmuscled +unmuscular +unmusical +unmusicality +unmusically +unmusicalness +unmusicianly +unmusked +unmussed +unmusted +unmusterable +unmustered +unmutated +unmutation +unmuted +unmutilated +unmutinous +unmuttered +unmutual +unmutualized +unmuzzle +unmuzzled +unmuzzling +unmyelinated +unmysterious +unmysteriously +unmystery +unmystical +unmysticize +unmystified +unmythical +unnabbed +unnagged +unnagging +unnail +unnailed +unnaked +unnamability +unnamable +unnamableness +unnamably +unname +unnameability +unnameable +unnameableness +unnameably +unnamed +unnapkined +unnapped +unnarcotic +unnarrated +unnarrow +unnation +unnational +unnationalized +unnative +unnatural +unnaturalism +unnaturalist +unnaturalistic +unnaturality +unnaturalizable +unnaturalize +unnaturalized +unnaturally +unnaturalness +unnature +unnautical +unnavigability +unnavigable +unnavigableness +unnavigably +unnavigated +unneaped +unnearable +unneared +unnearly +unnearness +unneat +unneatly +unneatness +unnebulous +unnecessarily +unnecessariness +unnecessary +unnecessitated +unnecessitating +unnecessity +unneeded +unneedful +unneedfully +unneedfulness +unneedy +unnefarious +unnegated +unneglected +unnegligent +unnegotiable +unnegotiableness +unnegotiably +unnegotiated +unnegro +unneighbored +unneighborlike +unneighborliness +unneighborly +unnephritic +unnerve +unnerved +unnervous +unnest +unnestle +unnestled +unneth +unnethe +unnethes +unnethis +unnetted +unnettled +unneurotic +unneutral +unneutralized +unneutrally +unnew +unnewly +unnewness +unnibbed +unnibbied +unnice +unnicely +unniceness +unniched +unnicked +unnickeled +unnickelled +unnicknamed +unniggard +unniggardly +unnigh +unnimbed +unnimble +unnimbleness +unnimbly +unnipped +unnitrogenized +unnobilitated +unnobility +unnoble +unnobleness +unnobly +unnoised +unnomadic +unnominated +unnonsensical +unnoosed +unnormal +unnorthern +unnose +unnosed +unnotable +unnotched +unnoted +unnoteworthy +unnoticeable +unnoticeableness +unnoticeably +unnoticed +unnoticing +unnotified +unnotify +unnoting +unnourishable +unnourished +unnourishing +unnovel +unnovercal +unnucleated +unnullified +unnumberable +unnumberableness +unnumberably +unnumbered +unnumberedness +unnumerical +unnumerous +unnurtured +unnutritious +unnutritive +unnuzzled +unnymphlike +unoared +unobdurate +unobedience +unobedient +unobediently +unobese +unobeyed +unobeying +unobjected +unobjectionable +unobjectionableness +unobjectionably +unobjectional +unobjective +unobligated +unobligatory +unobliged +unobliging +unobligingly +unobligingness +unobliterable +unobliterated +unoblivious +unobnoxious +unobscene +unobscure +unobscured +unobsequious +unobsequiously +unobsequiousness +unobservable +unobservance +unobservant +unobservantly +unobservantness +unobserved +unobservedly +unobserving +unobservingly +unobsessed +unobsolete +unobstinate +unobstruct +unobstructed +unobstructedly +unobstructedness +unobstructive +unobstruent +unobtainable +unobtainableness +unobtainably +unobtained +unobtruded +unobtruding +unobtrusive +unobtrusively +unobtrusiveness +unobtunded +unobumbrated +unobverted +unobviated +unobvious +unoccasional +unoccasioned +unoccidental +unoccluded +unoccupancy +unoccupation +unoccupied +unoccupiedly +unoccupiedness +unoccurring +unoceanic +unocular +unode +unodious +unodoriferous +unoecumenic +unoecumenical +unoffendable +unoffended +unoffendedly +unoffender +unoffending +unoffendingly +unoffensive +unoffensively +unoffensiveness +unoffered +unofficed +unofficered +unofficerlike +unofficial +unofficialdom +unofficially +unofficialness +unofficiating +unofficinal +unofficious +unofficiously +unofficiousness +unoffset +unoften +unogled +unoil +unoiled +unoiling +unoily +unold +unomened +unominous +unomitted +unomnipotent +unomniscient +Unona +unonerous +unontological +unopaque +unoped +unopen +unopenable +unopened +unopening +unopenly +unopenness +unoperably +unoperated +unoperatic +unoperating +unoperative +unoperculate +unoperculated +unopined +unopinionated +unoppignorated +unopportune +unopportunely +unopportuneness +unopposable +unopposed +unopposedly +unopposedness +unopposite +unoppressed +unoppressive +unoppressively +unoppressiveness +unopprobrious +unoppugned +unopulence +unopulent +unoratorial +unoratorical +unorbed +unorbital +unorchestrated +unordain +unordainable +unordained +unorder +unorderable +unordered +unorderly +unordinarily +unordinariness +unordinary +unordinate +unordinately +unordinateness +unordnanced +unorganic +unorganical +unorganically +unorganicalness +unorganizable +unorganized +unorganizedly +unorganizedness +unoriental +unorientalness +unoriented +unoriginal +unoriginality +unoriginally +unoriginalness +unoriginate +unoriginated +unoriginatedness +unoriginately +unoriginateness +unorigination +unoriginative +unoriginatively +unoriginativeness +unorn +unornamental +unornamentally +unornamentalness +unornamented +unornate +unornithological +unornly +unorphaned +unorthodox +unorthodoxically +unorthodoxly +unorthodoxness +unorthodoxy +unorthographical +unorthographically +unoscillating +unosculated +unossified +unostensible +unostentation +unostentatious +unostentatiously +unostentatiousness +unoutgrown +unoutlawed +unoutraged +unoutspeakable +unoutspoken +unoutworn +unoverclouded +unovercome +unoverdone +unoverdrawn +unoverflowing +unoverhauled +unoverleaped +unoverlooked +unoverpaid +unoverpowered +unoverruled +unovert +unovertaken +unoverthrown +unovervalued +unoverwhelmed +unowed +unowing +unown +unowned +unoxidable +unoxidated +unoxidizable +unoxidized +unoxygenated +unoxygenized +unpacable +unpaced +unpacifiable +unpacific +unpacified +unpacifiedly +unpacifiedness +unpacifist +unpack +unpacked +unpacker +unpadded +unpadlocked +unpagan +unpaganize +unpaged +unpaginal +unpaid +unpained +unpainful +unpaining +unpainstaking +unpaint +unpaintability +unpaintable +unpaintableness +unpaintably +unpainted +unpaintedly +unpaintedness +unpaired +unpalatability +unpalatable +unpalatableness +unpalatably +unpalatal +unpalatial +unpale +unpaled +unpalisaded +unpalisadoed +unpalled +unpalliable +unpalliated +unpalpable +unpalped +unpalpitating +unpalsied +unpampered +unpanegyrized +unpanel +unpaneled +unpanelled +unpanged +unpanniered +unpanoplied +unpantheistic +unpanting +unpapal +unpapaverous +unpaper +unpapered +unparaded +unparadise +unparadox +unparagoned +unparagonized +unparagraphed +unparallel +unparallelable +unparalleled +unparalleledly +unparalleledness +unparallelness +unparalyzed +unparaphrased +unparasitical +unparcel +unparceled +unparceling +unparcelled +unparcelling +unparch +unparched +unparching +unpardon +unpardonable +unpardonableness +unpardonably +unpardoned +unpardonedness +unpardoning +unpared +unparented +unparfit +unpargeted +unpark +unparked +unparking +unparliamentary +unparliamented +unparodied +unparrel +unparriable +unparried +unparroted +unparrying +unparsed +unparsimonious +unparsonic +unparsonical +unpartable +unpartableness +unpartably +unpartaken +unpartaking +unparted +unpartial +unpartiality +unpartially +unpartialness +unparticipant +unparticipated +unparticipating +unparticipative +unparticular +unparticularized +unparticularizing +unpartisan +unpartitioned +unpartizan +unpartnered +unpartook +unparty +unpass +unpassable +unpassableness +unpassably +unpassed +unpassing +unpassionate +unpassionately +unpassionateness +unpassioned +unpassive +unpaste +unpasted +unpasteurized +unpasting +unpastor +unpastoral +unpastured +unpatched +unpatent +unpatentable +unpatented +unpaternal +unpathed +unpathetic +unpathwayed +unpatient +unpatiently +unpatientness +unpatriarchal +unpatrician +unpatriotic +unpatriotically +unpatriotism +unpatristic +unpatrolled +unpatronizable +unpatronized +unpatronizing +unpatted +unpatterned +unpaunch +unpaunched +unpauperized +unpausing +unpausingly +unpave +unpaved +unpavilioned +unpaving +unpawed +unpawn +unpawned +unpayable +unpayableness +unpayably +unpaying +unpayment +unpeace +unpeaceable +unpeaceableness +unpeaceably +unpeaceful +unpeacefully +unpeacefulness +unpealed +unpearled +unpebbled +unpeccable +unpecked +unpecuniarily +unpedagogical +unpedantic +unpeddled +unpedestal +unpedigreed +unpeel +unpeelable +unpeelableness +unpeeled +unpeerable +unpeered +unpeg +unpejorative +unpelagic +unpelted +unpen +unpenal +unpenalized +unpenanced +unpenciled +unpencilled +unpenetrable +unpenetrated +unpenetrating +unpenitent +unpenitently +unpenitentness +unpenned +unpennied +unpennoned +unpensionable +unpensionableness +unpensioned +unpensioning +unpent +unpenurious +unpeople +unpeopled +unpeopling +unperceived +unperceivedly +unperceptible +unperceptibly +unperceptive +unperch +unperched +unpercipient +unpercolated +unpercussed +unperfect +unperfected +unperfectedly +unperfectedness +unperfectly +unperfectness +unperfidious +unperflated +unperforate +unperforated +unperformable +unperformance +unperformed +unperforming +unperfumed +unperilous +unperiodic +unperiodical +unperiphrased +unperishable +unperishableness +unperishably +unperished +unperishing +unperjured +unpermanency +unpermanent +unpermanently +unpermeable +unpermeated +unpermissible +unpermissive +unpermitted +unpermitting +unpermixed +unpernicious +unperpendicular +unperpetrated +unperpetuated +unperplex +unperplexed +unperplexing +unpersecuted +unpersecutive +unperseverance +unpersevering +unperseveringly +unperseveringness +unpersonable +unpersonableness +unpersonal +unpersonality +unpersonified +unpersonify +unperspicuous +unperspirable +unperspiring +unpersuadable +unpersuadableness +unpersuadably +unpersuaded +unpersuadedness +unpersuasibleness +unpersuasion +unpersuasive +unpersuasively +unpersuasiveness +unpertaining +unpertinent +unpertinently +unperturbed +unperturbedly +unperturbedness +unperuked +unperused +unpervaded +unperverse +unpervert +unperverted +unpervious +unpessimistic +unpestered +unpestilential +unpetal +unpetitioned +unpetrified +unpetrify +unpetticoated +unpetulant +unpharasaic +unpharasaical +unphased +unphenomenal +unphilanthropic +unphilanthropically +unphilological +unphilosophic +unphilosophically +unphilosophicalness +unphilosophize +unphilosophized +unphilosophy +unphlegmatic +unphonetic +unphoneticness +unphonographed +unphosphatized +unphotographed +unphrasable +unphrasableness +unphrased +unphrenological +unphysical +unphysically +unphysicianlike +unphysicked +unphysiological +unpicaresque +unpick +unpickable +unpicked +unpicketed +unpickled +unpictorial +unpictorially +unpicturability +unpicturable +unpictured +unpicturesque +unpicturesquely +unpicturesqueness +unpiece +unpieced +unpierceable +unpierced +unpiercing +unpiety +unpigmented +unpile +unpiled +unpilfered +unpilgrimlike +unpillaged +unpillared +unpilled +unpilloried +unpillowed +unpiloted +unpimpled +unpin +unpinched +unpining +unpinion +unpinioned +unpinked +unpinned +unpious +unpiped +unpiqued +unpirated +unpitched +unpiteous +unpiteously +unpiteousness +unpitiable +unpitiably +unpitied +unpitiedly +unpitiedness +unpitiful +unpitifully +unpitifulness +unpitted +unpitying +unpityingly +unpityingness +unplacable +unplacably +unplacated +unplace +unplaced +unplacid +unplagiarized +unplagued +unplaid +unplain +unplained +unplainly +unplainness +unplait +unplaited +unplan +unplaned +unplanished +unplank +unplanked +unplanned +unplannedly +unplannedness +unplant +unplantable +unplanted +unplantlike +unplashed +unplaster +unplastered +unplastic +unplat +unplated +unplatted +unplausible +unplausibleness +unplausibly +unplayable +unplayed +unplayful +unplaying +unpleached +unpleadable +unpleaded +unpleading +unpleasable +unpleasant +unpleasantish +unpleasantly +unpleasantness +unpleasantry +unpleased +unpleasing +unpleasingly +unpleasingness +unpleasurable +unpleasurably +unpleasure +unpleat +unpleated +unplebeian +unpledged +unplenished +unplenteous +unplentiful +unplentifulness +unpliable +unpliableness +unpliably +unpliancy +unpliant +unpliantly +unplied +unplighted +unplodding +unplotted +unplotting +unplough +unploughed +unplow +unplowed +unplucked +unplug +unplugged +unplugging +unplumb +unplumbed +unplume +unplumed +unplummeted +unplump +unplundered +unplunge +unplunged +unplutocratic +unplutocratically +unpoached +unpocket +unpocketed +unpodded +unpoetic +unpoetically +unpoeticalness +unpoeticized +unpoetize +unpoetized +unpoignard +unpointed +unpointing +unpoise +unpoised +unpoison +unpoisonable +unpoisoned +unpoisonous +unpolarizable +unpolarized +unpoled +unpolemical +unpolemically +unpoliced +unpolicied +unpolish +unpolishable +unpolished +unpolishedness +unpolite +unpolitely +unpoliteness +unpolitic +unpolitical +unpolitically +unpoliticly +unpollarded +unpolled +unpollutable +unpolluted +unpollutedly +unpolluting +unpolymerized +unpompous +unpondered +unpontifical +unpooled +unpope +unpopular +unpopularity +unpopularize +unpopularly +unpopularness +unpopulate +unpopulated +unpopulous +unpopulousness +unporous +unportable +unportended +unportentous +unportioned +unportly +unportmanteaued +unportraited +unportrayable +unportrayed +unportuous +unposed +unposing +unpositive +unpossessable +unpossessed +unpossessedness +unpossessing +unpossibility +unpossible +unpossibleness +unpossibly +unposted +unpostered +unposthumous +unpostmarked +unpostponable +unpostponed +unpostulated +unpot +unpotted +unpouched +unpoulticed +unpounced +unpounded +unpoured +unpowdered +unpower +unpowerful +unpowerfulness +unpracticability +unpracticable +unpracticableness +unpracticably +unpractical +unpracticality +unpractically +unpracticalness +unpractice +unpracticed +unpragmatical +unpraisable +unpraise +unpraised +unpraiseful +unpraiseworthy +unpranked +unpray +unprayable +unprayed +unprayerful +unpraying +unpreach +unpreached +unpreaching +unprecarious +unprecautioned +unpreceded +unprecedented +unprecedentedly +unprecedentedness +unprecedential +unprecedently +unprecious +unprecipitate +unprecipitated +unprecise +unprecisely +unpreciseness +unprecluded +unprecludible +unprecocious +unpredacious +unpredestinated +unpredestined +unpredicable +unpredicated +unpredict +unpredictable +unpredictableness +unpredictably +unpredicted +unpredictedness +unpredicting +unpredisposed +unpredisposing +unpreened +unprefaced +unpreferable +unpreferred +unprefigured +unprefined +unprefixed +unpregnant +unprejudged +unprejudicated +unprejudice +unprejudiced +unprejudicedly +unprejudicedness +unprejudiciable +unprejudicial +unprejudicially +unprejudicialness +unprelatic +unprelatical +unpreluded +unpremature +unpremeditate +unpremeditated +unpremeditatedly +unpremeditatedness +unpremeditately +unpremeditation +unpremonished +unpremonstrated +unprenominated +unprenticed +unpreoccupied +unpreordained +unpreparation +unprepare +unprepared +unpreparedly +unpreparedness +unpreparing +unpreponderated +unpreponderating +unprepossessedly +unprepossessing +unprepossessingly +unprepossessingness +unpreposterous +unpresaged +unpresageful +unpresaging +unpresbyterated +unprescient +unprescinded +unprescribed +unpresentability +unpresentable +unpresentableness +unpresentably +unpresented +unpreservable +unpreserved +unpresidential +unpresiding +unpressed +unpresumable +unpresumed +unpresuming +unpresumingness +unpresumptuous +unpresumptuously +unpresupposed +unpretended +unpretending +unpretendingly +unpretendingness +unpretentious +unpretentiously +unpretentiousness +unpretermitted +unpreternatural +unprettiness +unpretty +unprevailing +unprevalent +unprevaricating +unpreventable +unpreventableness +unpreventably +unprevented +unpreventible +unpreventive +unpriceably +unpriced +unpricked +unprickled +unprickly +unpriest +unpriestlike +unpriestly +unpriggish +unprim +unprime +unprimed +unprimitive +unprimmed +unprince +unprincelike +unprinceliness +unprincely +unprincess +unprincipal +unprinciple +unprincipled +unprincipledly +unprincipledness +unprint +unprintable +unprintableness +unprintably +unprinted +unpriority +unprismatic +unprison +unprisonable +unprisoned +unprivate +unprivileged +unprizable +unprized +unprobated +unprobationary +unprobed +unprobity +unproblematic +unproblematical +unprocessed +unproclaimed +unprocrastinated +unprocreant +unprocreated +unproctored +unprocurable +unprocurableness +unprocure +unprocured +unproded +unproduceable +unproduceableness +unproduceably +unproduced +unproducedness +unproducible +unproducibleness +unproducibly +unproductive +unproductively +unproductiveness +unproductivity +unprofanable +unprofane +unprofaned +unprofessed +unprofessing +unprofessional +unprofessionalism +unprofessionally +unprofessorial +unproffered +unproficiency +unproficient +unproficiently +unprofit +unprofitable +unprofitableness +unprofitably +unprofited +unprofiteering +unprofiting +unprofound +unprofuse +unprofusely +unprofuseness +unprognosticated +unprogressed +unprogressive +unprogressively +unprogressiveness +unprohibited +unprohibitedness +unprohibitive +unprojected +unprojecting +unproliferous +unprolific +unprolix +unprologued +unprolonged +unpromiscuous +unpromise +unpromised +unpromising +unpromisingly +unpromisingness +unpromotable +unpromoted +unprompted +unpromptly +unpromulgated +unpronounce +unpronounceable +unpronounced +unpronouncing +unproofread +unprop +unpropagated +unpropelled +unpropense +unproper +unproperly +unproperness +unpropertied +unprophesiable +unprophesied +unprophetic +unprophetical +unprophetically +unprophetlike +unpropitiable +unpropitiated +unpropitiatedness +unpropitiatory +unpropitious +unpropitiously +unpropitiousness +unproportion +unproportionable +unproportionableness +unproportionably +unproportional +unproportionality +unproportionally +unproportionate +unproportionately +unproportionateness +unproportioned +unproportionedly +unproportionedness +unproposed +unproposing +unpropounded +unpropped +unpropriety +unprorogued +unprosaic +unproscribable +unproscribed +unprosecutable +unprosecuted +unprosecuting +unproselyte +unproselyted +unprosodic +unprospected +unprospective +unprosperably +unprospered +unprosperity +unprosperous +unprosperously +unprosperousness +unprostitute +unprostituted +unprostrated +unprotectable +unprotected +unprotectedly +unprotectedness +unprotective +unprotestant +unprotestantize +unprotested +unprotesting +unprotruded +unprotruding +unprotrusive +unproud +unprovability +unprovable +unprovableness +unprovably +unproved +unprovedness +unproven +unproverbial +unprovidable +unprovide +unprovided +unprovidedly +unprovidedness +unprovidenced +unprovident +unprovidential +unprovidently +unprovincial +unproving +unprovision +unprovisioned +unprovocative +unprovokable +unprovoke +unprovoked +unprovokedly +unprovokedness +unprovoking +unproximity +unprudence +unprudent +unprudently +unpruned +unprying +unpsychic +unpsychological +unpublic +unpublicity +unpublishable +unpublishableness +unpublishably +unpublished +unpucker +unpuckered +unpuddled +unpuffed +unpuffing +unpugilistic +unpugnacious +unpulled +unpulleyed +unpulped +unpulverable +unpulverize +unpulverized +unpulvinate +unpulvinated +unpumicated +unpummeled +unpummelled +unpumpable +unpumped +unpunched +unpunctated +unpunctilious +unpunctual +unpunctuality +unpunctually +unpunctuated +unpunctuating +unpunishable +unpunishably +unpunished +unpunishedly +unpunishedness +unpunishing +unpunishingly +unpurchasable +unpurchased +unpure +unpurely +unpureness +unpurgeable +unpurged +unpurifiable +unpurified +unpurifying +unpuritan +unpurled +unpurloined +unpurpled +unpurported +unpurposed +unpurposelike +unpurposely +unpurposing +unpurse +unpursed +unpursuable +unpursued +unpursuing +unpurveyed +unpushed +unput +unputrefiable +unputrefied +unputrid +unputtied +unpuzzle +unquadded +unquaffed +unquailed +unquailing +unquailingly +unquakerlike +unquakerly +unquaking +unqualifiable +unqualification +unqualified +unqualifiedly +unqualifiedness +unqualify +unqualifying +unqualifyingly +unqualitied +unquality +unquantified +unquantitative +unquarantined +unquarreled +unquarreling +unquarrelled +unquarrelling +unquarrelsome +unquarried +unquartered +unquashed +unquayed +unqueen +unqueened +unqueening +unqueenlike +unqueenly +unquellable +unquelled +unquenchable +unquenchableness +unquenchably +unquenched +unqueried +unquested +unquestionability +unquestionable +unquestionableness +unquestionably +unquestionate +unquestioned +unquestionedly +unquestionedness +unquestioning +unquestioningly +unquestioningness +unquibbled +unquibbling +unquick +unquickened +unquickly +unquicksilvered +unquiescence +unquiescent +unquiescently +unquiet +unquietable +unquieted +unquieting +unquietly +unquietness +unquietude +unquilleted +unquilted +unquit +unquittable +unquitted +unquivered +unquivering +unquizzable +unquizzed +unquotable +unquote +unquoted +unrabbeted +unrabbinical +unraced +unrack +unracked +unracking +unradiated +unradical +unradicalize +unraffled +unraftered +unraided +unrailed +unrailroaded +unrailwayed +unrainy +unraised +unrake +unraked +unraking +unrallied +unram +unrambling +unramified +unrammed +unramped +unranched +unrancid +unrancored +unrandom +unrank +unranked +unransacked +unransomable +unransomed +unrapacious +unraped +unraptured +unrare +unrarefied +unrash +unrasped +unratable +unrated +unratified +unrational +unrattled +unravaged +unravel +unravelable +unraveled +unraveler +unraveling +unravellable +unravelled +unraveller +unravelling +unravelment +unraving +unravished +unravishing +unray +unrayed +unrazed +unrazored +unreachable +unreachably +unreached +unreactive +unread +unreadability +unreadable +unreadableness +unreadably +unreadily +unreadiness +unready +unreal +unrealism +unrealist +unrealistic +unreality +unrealizable +unrealize +unrealized +unrealizing +unreally +unrealmed +unrealness +unreaped +unreared +unreason +unreasonability +unreasonable +unreasonableness +unreasonably +unreasoned +unreasoning +unreasoningly +unreassuring +unreassuringly +unreave +unreaving +unrebated +unrebel +unrebellious +unrebuffable +unrebuffably +unrebuilt +unrebukable +unrebukably +unrebuked +unrebuttable +unrebuttableness +unrebutted +unrecallable +unrecallably +unrecalled +unrecalling +unrecantable +unrecanted +unrecaptured +unreceding +unreceipted +unreceivable +unreceived +unreceiving +unrecent +unreceptant +unreceptive +unreceptivity +unreciprocal +unreciprocated +unrecited +unrecked +unrecking +unreckingness +unreckon +unreckonable +unreckoned +unreclaimable +unreclaimably +unreclaimed +unreclaimedness +unreclaiming +unreclined +unreclining +unrecognition +unrecognizable +unrecognizableness +unrecognizably +unrecognized +unrecognizing +unrecognizingly +unrecoined +unrecollected +unrecommendable +unrecompensable +unrecompensed +unreconcilable +unreconcilableness +unreconcilably +unreconciled +unrecondite +unreconnoitered +unreconsidered +unreconstructed +unrecordable +unrecorded +unrecordedness +unrecording +unrecountable +unrecounted +unrecoverable +unrecoverableness +unrecoverably +unrecovered +unrecreant +unrecreated +unrecreating +unrecriminative +unrecruitable +unrecruited +unrectangular +unrectifiable +unrectifiably +unrectified +unrecumbent +unrecuperated +unrecurrent +unrecurring +unrecusant +unred +unredacted +unredeemable +unredeemableness +unredeemably +unredeemed +unredeemedly +unredeemedness +unredeeming +unredressable +unredressed +unreduceable +unreduced +unreducible +unreducibleness +unreducibly +unreduct +unreefed +unreel +unreelable +unreeled +unreeling +unreeve +unreeving +unreferenced +unreferred +unrefilled +unrefine +unrefined +unrefinedly +unrefinedness +unrefinement +unrefining +unrefitted +unreflected +unreflecting +unreflectingly +unreflectingness +unreflective +unreflectively +unreformable +unreformed +unreformedness +unreforming +unrefracted +unrefracting +unrefrainable +unrefrained +unrefraining +unrefreshed +unrefreshful +unrefreshing +unrefreshingly +unrefrigerated +unrefulgent +unrefunded +unrefunding +unrefusable +unrefusably +unrefused +unrefusing +unrefusingly +unrefutable +unrefuted +unrefuting +unregainable +unregained +unregal +unregaled +unregality +unregally +unregard +unregardable +unregardant +unregarded +unregardedly +unregardful +unregeneracy +unregenerate +unregenerately +unregenerateness +unregenerating +unregeneration +unregimented +unregistered +unregressive +unregretful +unregretfully +unregretfulness +unregrettable +unregretted +unregretting +unregular +unregulated +unregulative +unregurgitated +unrehabilitated +unrehearsable +unrehearsed +unrehearsing +unreigning +unreimbodied +unrein +unreined +unreinstated +unreiterable +unreiterated +unrejectable +unrejoiced +unrejoicing +unrejuvenated +unrelapsing +unrelated +unrelatedness +unrelating +unrelational +unrelative +unrelatively +unrelaxable +unrelaxed +unrelaxing +unrelaxingly +unreleasable +unreleased +unreleasing +unrelegated +unrelentance +unrelented +unrelenting +unrelentingly +unrelentingness +unrelentor +unrelevant +unreliability +unreliable +unreliableness +unreliably +unreliance +unrelievable +unrelievableness +unrelieved +unrelievedly +unreligion +unreligioned +unreligious +unreligiously +unreligiousness +unrelinquishable +unrelinquishably +unrelinquished +unrelinquishing +unrelishable +unrelished +unrelishing +unreluctant +unreluctantly +unremaining +unremanded +unremarkable +unremarked +unremarried +unremediable +unremedied +unremember +unrememberable +unremembered +unremembering +unremembrance +unreminded +unremissible +unremittable +unremitted +unremittedly +unremittent +unremittently +unremitting +unremittingly +unremittingness +unremonstrant +unremonstrated +unremonstrating +unremorseful +unremorsefully +unremote +unremotely +unremounted +unremovable +unremovableness +unremovably +unremoved +unremunerated +unremunerating +unremunerative +unremuneratively +unremunerativeness +unrenderable +unrendered +unrenewable +unrenewed +unrenounceable +unrenounced +unrenouncing +unrenovated +unrenowned +unrenownedly +unrenownedness +unrent +unrentable +unrented +unreorganized +unrepaid +unrepair +unrepairable +unrepaired +unrepartable +unreparted +unrepealability +unrepealable +unrepealableness +unrepealably +unrepealed +unrepeatable +unrepeated +unrepellable +unrepelled +unrepellent +unrepent +unrepentable +unrepentance +unrepentant +unrepentantly +unrepentantness +unrepented +unrepenting +unrepentingly +unrepentingness +unrepetitive +unrepined +unrepining +unrepiningly +unrepiqued +unreplaceable +unreplaced +unreplenished +unrepleviable +unreplevined +unrepliable +unrepliably +unreplied +unreplying +unreportable +unreported +unreportedly +unreportedness +unrepose +unreposed +unreposeful +unreposefulness +unreposing +unrepossessed +unreprehended +unrepresentable +unrepresentation +unrepresentative +unrepresented +unrepresentedness +unrepressed +unrepressible +unreprievable +unreprievably +unreprieved +unreprimanded +unreprinted +unreproachable +unreproachableness +unreproachably +unreproached +unreproachful +unreproachfully +unreproaching +unreproachingly +unreprobated +unreproducible +unreprovable +unreprovableness +unreprovably +unreproved +unreprovedly +unreprovedness +unreproving +unrepublican +unrepudiable +unrepudiated +unrepugnant +unrepulsable +unrepulsed +unrepulsing +unrepulsive +unreputable +unreputed +unrequalified +unrequested +unrequickened +unrequired +unrequisite +unrequitable +unrequital +unrequited +unrequitedly +unrequitedness +unrequitement +unrequiter +unrequiting +unrescinded +unrescued +unresemblant +unresembling +unresented +unresentful +unresenting +unreserve +unreserved +unreservedly +unreservedness +unresifted +unresigned +unresistable +unresistably +unresistance +unresistant +unresistantly +unresisted +unresistedly +unresistedness +unresistible +unresistibleness +unresistibly +unresisting +unresistingly +unresistingness +unresolute +unresolvable +unresolve +unresolved +unresolvedly +unresolvedness +unresolving +unresonant +unresounded +unresounding +unresourceful +unresourcefulness +unrespect +unrespectability +unrespectable +unrespected +unrespectful +unrespectfully +unrespectfulness +unrespective +unrespectively +unrespectiveness +unrespirable +unrespired +unrespited +unresplendent +unresponding +unresponsible +unresponsibleness +unresponsive +unresponsively +unresponsiveness +unrest +unrestable +unrested +unrestful +unrestfully +unrestfulness +unresting +unrestingly +unrestingness +unrestorable +unrestored +unrestrainable +unrestrainably +unrestrained +unrestrainedly +unrestrainedness +unrestraint +unrestrictable +unrestricted +unrestrictedly +unrestrictedness +unrestrictive +unresty +unresultive +unresumed +unresumptive +unretainable +unretained +unretaliated +unretaliating +unretardable +unretarded +unretentive +unreticent +unretinued +unretired +unretiring +unretorted +unretouched +unretractable +unretracted +unretreating +unretrenchable +unretrenched +unretrievable +unretrieved +unretrievingly +unretted +unreturnable +unreturnably +unreturned +unreturning +unreturningly +unrevealable +unrevealed +unrevealedness +unrevealing +unrevealingly +unrevelationize +unrevenged +unrevengeful +unrevengefulness +unrevenging +unrevengingly +unrevenue +unrevenued +unreverberated +unrevered +unreverence +unreverenced +unreverend +unreverendly +unreverent +unreverential +unreverently +unreverentness +unreversable +unreversed +unreversible +unreverted +unrevertible +unreverting +unrevested +unrevetted +unreviewable +unreviewed +unreviled +unrevised +unrevivable +unrevived +unrevocable +unrevocableness +unrevocably +unrevoked +unrevolted +unrevolting +unrevolutionary +unrevolutionized +unrevolved +unrevolving +unrewardable +unrewarded +unrewardedly +unrewarding +unreworded +unrhetorical +unrhetorically +unrhetoricalness +unrhyme +unrhymed +unrhythmic +unrhythmical +unrhythmically +unribbed +unribboned +unrich +unriched +unricht +unricked +unrid +unridable +unridableness +unridably +unridden +unriddle +unriddleable +unriddled +unriddler +unriddling +unride +unridely +unridered +unridged +unridiculed +unridiculous +unrife +unriffled +unrifled +unrifted +unrig +unrigged +unrigging +unright +unrightable +unrighted +unrighteous +unrighteously +unrighteousness +unrightful +unrightfully +unrightfulness +unrightly +unrightwise +unrigid +unrigorous +unrimpled +unrind +unring +unringable +unringed +unringing +unrinsed +unrioted +unrioting +unriotous +unrip +unripe +unriped +unripely +unripened +unripeness +unripening +unrippable +unripped +unripping +unrippled +unrippling +unripplingly +unrisen +unrising +unriskable +unrisked +unrisky +unritual +unritualistic +unrivalable +unrivaled +unrivaledly +unrivaledness +unrived +unriven +unrivet +unriveted +unriveting +unroaded +unroadworthy +unroaming +unroast +unroasted +unrobbed +unrobe +unrobed +unrobust +unrocked +unrococo +unrodded +unroiled +unroll +unrollable +unrolled +unroller +unrolling +unrollment +unromantic +unromantical +unromantically +unromanticalness +unromanticized +unroof +unroofed +unroofing +unroomy +unroost +unroosted +unroosting +unroot +unrooted +unrooting +unrope +unroped +unrosed +unrosined +unrostrated +unrotated +unrotating +unroted +unrotted +unrotten +unrotund +unrouged +unrough +unroughened +unround +unrounded +unrounding +unrousable +unroused +unroutable +unrouted +unrove +unroved +unroving +unrow +unrowed +unroweled +unroyal +unroyalist +unroyalized +unroyally +unroyalness +Unrra +unrubbed +unrubbish +unrubified +unrubrical +unrubricated +unruddered +unruddled +unrueful +unruffable +unruffed +unruffle +unruffled +unruffling +unrugged +unruinable +unruinated +unruined +unrulable +unrulableness +unrule +unruled +unruledly +unruledness +unruleful +unrulily +unruliness +unruly +unruminated +unruminating +unruminatingly +unrummaged +unrumored +unrumple +unrumpled +unrun +unrung +unruptured +unrural +unrushed +Unrussian +unrust +unrusted +unrustic +unrusticated +unrustling +unruth +unsabbatical +unsabered +unsabled +unsabred +unsaccharic +unsacerdotal +unsacerdotally +unsack +unsacked +unsacramental +unsacramentally +unsacramentarian +unsacred +unsacredly +unsacrificeable +unsacrificeably +unsacrificed +unsacrificial +unsacrificing +unsacrilegious +unsad +unsadden +unsaddened +unsaddle +unsaddled +unsaddling +unsafe +unsafeguarded +unsafely +unsafeness +unsafety +unsagacious +unsage +unsagging +unsaid +unsailable +unsailed +unsailorlike +unsaint +unsainted +unsaintlike +unsaintly +unsalability +unsalable +unsalableness +unsalably +unsalaried +unsalesmanlike +unsaline +unsalivated +unsallying +unsalmonlike +unsalt +unsaltable +unsaltatory +unsalted +unsalubrious +unsalutary +unsaluted +unsaluting +unsalvability +unsalvable +unsalvableness +unsalvaged +unsalved +unsampled +unsanctification +unsanctified +unsanctifiedly +unsanctifiedness +unsanctify +unsanctifying +unsanctimonious +unsanctimoniously +unsanctimoniousness +unsanction +unsanctionable +unsanctioned +unsanctioning +unsanctitude +unsanctity +unsanctuaried +unsandaled +unsanded +unsane +unsanguinary +unsanguine +unsanguinely +unsanguineness +unsanguineous +unsanguineously +unsanitariness +unsanitary +unsanitated +unsanitation +unsanity +unsaponifiable +unsaponified +unsapped +unsappy +unsarcastic +unsardonic +unsartorial +unsash +unsashed +unsatable +unsatanic +unsated +unsatedly +unsatedness +unsatiability +unsatiable +unsatiableness +unsatiably +unsatiate +unsatiated +unsatiating +unsatin +unsatire +unsatirical +unsatirically +unsatirize +unsatirized +unsatisfaction +unsatisfactorily +unsatisfactoriness +unsatisfactory +unsatisfiable +unsatisfiableness +unsatisfiably +unsatisfied +unsatisfiedly +unsatisfiedness +unsatisfying +unsatisfyingly +unsatisfyingness +unsaturable +unsaturated +unsaturatedly +unsaturatedness +unsaturation +unsatyrlike +unsauced +unsaurian +unsavable +unsaveable +unsaved +unsaving +unsavored +unsavoredly +unsavoredness +unsavorily +unsavoriness +unsavory +unsawed +unsawn +unsay +unsayability +unsayable +unscabbard +unscabbarded +unscabbed +unscaffolded +unscalable +unscalableness +unscalably +unscale +unscaled +unscaledness +unscalloped +unscaly +unscamped +unscandalize +unscandalized +unscandalous +unscannable +unscanned +unscanted +unscanty +unscarb +unscarce +unscared +unscarfed +unscarified +unscarred +unscathed +unscathedly +unscathedness +unscattered +unscavengered +unscenic +unscent +unscented +unscepter +unsceptered +unsceptical +unsceptre +unsceptred +unscheduled +unschematic +unschematized +unscholar +unscholarlike +unscholarly +unscholastic +unschool +unschooled +unschooledly +unschooledness +unscienced +unscientific +unscientifical +unscientifically +unscintillating +unscioned +unscissored +unscoffed +unscoffing +unscolded +unsconced +unscooped +unscorched +unscored +unscorified +unscoring +unscorned +unscornful +unscornfully +unscornfulness +unscotch +unscotched +unscottify +unscoured +unscourged +unscowling +unscramble +unscrambling +unscraped +unscratchable +unscratched +unscratching +unscratchingly +unscrawled +unscreen +unscreenable +unscreenably +unscreened +unscrew +unscrewable +unscrewed +unscrewing +unscribal +unscribbled +unscribed +unscrimped +unscriptural +unscripturally +unscripturalness +unscrubbed +unscrupled +unscrupulosity +unscrupulous +unscrupulously +unscrupulousness +unscrutable +unscrutinized +unscrutinizing +unscrutinizingly +unsculptural +unsculptured +unscummed +unscutcheoned +unseafaring +unseal +unsealable +unsealed +unsealer +unsealing +unseam +unseamanlike +unseamanship +unseamed +unseaming +unsearchable +unsearchableness +unsearchably +unsearched +unsearcherlike +unsearching +unseared +unseason +unseasonable +unseasonableness +unseasonably +unseasoned +unseat +unseated +unseaworthiness +unseaworthy +unseceding +unsecluded +unseclusive +unseconded +unsecrecy +unsecret +unsecretarylike +unsecreted +unsecreting +unsecretly +unsecretness +unsectarian +unsectarianism +unsectarianize +unsectional +unsecular +unsecularize +unsecularized +unsecure +unsecured +unsecuredly +unsecuredness +unsecurely +unsecureness +unsecurity +unsedate +unsedentary +unseditious +unseduce +unseduced +unseducible +unseductive +unsedulous +unsee +unseeable +unseeded +unseeing +unseeingly +unseeking +unseeming +unseemingly +unseemlily +unseemliness +unseemly +unseen +unseethed +unsegmented +unsegregable +unsegregated +unsegregatedness +unseignorial +unseismic +unseizable +unseized +unseldom +unselect +unselected +unselecting +unselective +unself +unselfish +unselfishly +unselfishness +unselflike +unselfness +unselling +unsenatorial +unsenescent +unsensational +unsense +unsensed +unsensibility +unsensible +unsensibleness +unsensibly +unsensitive +unsensitize +unsensitized +unsensory +unsensual +unsensualize +unsensualized +unsensually +unsensuous +unsensuousness +unsent +unsentenced +unsententious +unsentient +unsentimental +unsentimentalist +unsentimentality +unsentimentalize +unsentimentally +unsentineled +unsentinelled +unseparable +unseparableness +unseparably +unseparate +unseparated +unseptate +unseptated +unsepulcher +unsepulchered +unsepulchral +unsepulchre +unsepulchred +unsepultured +unsequenced +unsequential +unsequestered +unseraphical +unserenaded +unserene +unserflike +unserious +unseriousness +unserrated +unserried +unservable +unserved +unserviceability +unserviceable +unserviceableness +unserviceably +unservicelike +unservile +unsesquipedalian +unset +unsetting +unsettle +unsettleable +unsettled +unsettledness +unsettlement +unsettling +unseverable +unseverableness +unsevere +unsevered +unseveredly +unseveredness +unsew +unsewed +unsewered +unsewing +unsewn +unsex +unsexed +unsexing +unsexlike +unsexual +unshackle +unshackled +unshackling +unshade +unshaded +unshadow +unshadowable +unshadowed +unshady +unshafted +unshakable +unshakably +unshakeable +unshakeably +unshaken +unshakenly +unshakenness +unshaking +unshakingness +unshaled +unshamable +unshamableness +unshamably +unshameable +unshameableness +unshameably +unshamed +unshamefaced +unshamefacedness +unshameful +unshamefully +unshamefulness +unshammed +unshanked +unshapable +unshape +unshapeable +unshaped +unshapedness +unshapeliness +unshapely +unshapen +unshapenly +unshapenness +unsharable +unshared +unsharedness +unsharing +unsharp +unsharped +unsharpen +unsharpened +unsharpening +unsharping +unshattered +unshavable +unshaveable +unshaved +unshavedly +unshavedness +unshaven +unshavenly +unshavenness +unshawl +unsheaf +unsheared +unsheathe +unsheathed +unsheathing +unshed +unsheet +unsheeted +unsheeting +unshell +unshelled +unshelling +unshelterable +unsheltered +unsheltering +unshelve +unshepherded +unshepherding +unsheriff +unshewed +unshieldable +unshielded +unshielding +unshiftable +unshifted +unshiftiness +unshifting +unshifty +unshimmering +unshingled +unshining +unship +unshiplike +unshipment +unshipped +unshipping +unshipshape +unshipwrecked +unshirking +unshirted +unshivered +unshivering +unshockable +unshocked +unshod +unshodden +unshoe +unshoed +unshoeing +unshop +unshore +unshored +unshorn +unshort +unshortened +unshot +unshotted +unshoulder +unshouted +unshouting +unshoved +unshoveled +unshowable +unshowed +unshowmanlike +unshown +unshowy +unshredded +unshrew +unshrewd +unshrewish +unshrill +unshrine +unshrined +unshrinement +unshrink +unshrinkability +unshrinkable +unshrinking +unshrinkingly +unshrived +unshriveled +unshrivelled +unshriven +unshroud +unshrouded +unshrubbed +unshrugging +unshrunk +unshrunken +unshuddering +unshuffle +unshuffled +unshunnable +unshunned +unshunted +unshut +unshutter +unshuttered +unshy +unshyly +unshyness +unsibilant +unsiccated +unsick +unsickened +unsicker +unsickerly +unsickerness +unsickled +unsickly +unsided +unsiding +unsiege +unsifted +unsighing +unsight +unsightable +unsighted +unsighting +unsightliness +unsightly +unsigmatic +unsignable +unsignaled +unsignalized +unsignalled +unsignatured +unsigned +unsigneted +unsignificancy +unsignificant +unsignificantly +unsignificative +unsignified +unsignifying +unsilenceable +unsilenceably +unsilenced +unsilent +unsilentious +unsilently +unsilicified +unsilly +unsilvered +unsimilar +unsimilarity +unsimilarly +unsimple +unsimplicity +unsimplified +unsimplify +unsimulated +unsimultaneous +unsin +unsincere +unsincerely +unsincereness +unsincerity +unsinew +unsinewed +unsinewing +unsinewy +unsinful +unsinfully +unsinfulness +unsing +unsingability +unsingable +unsingableness +unsinged +unsingle +unsingled +unsingleness +unsingular +unsinister +unsinkability +unsinkable +unsinking +unsinnable +unsinning +unsinningness +unsiphon +unsipped +unsister +unsistered +unsisterliness +unsisterly +unsizable +unsizableness +unsizeable +unsizeableness +unsized +unskaithd +unskeptical +unsketchable +unsketched +unskewed +unskewered +unskilful +unskilfully +unskilled +unskilledly +unskilledness +unskillful +unskillfully +unskillfulness +unskimmed +unskin +unskinned +unskirted +unslack +unslacked +unslackened +unslackening +unslacking +unslagged +unslain +unslakable +unslakeable +unslaked +unslammed +unslandered +unslanderous +unslapped +unslashed +unslate +unslated +unslating +unslaughtered +unslave +unslayable +unsleaved +unsleek +unsleepably +unsleeping +unsleepingly +unsleepy +unsleeve +unsleeved +unslender +unslept +unsliced +unsliding +unslighted +unsling +unslip +unslipped +unslippery +unslipping +unslit +unslockened +unsloped +unslopped +unslot +unslothful +unslothfully +unslothfulness +unslotted +unsloughed +unsloughing +unslow +unsluggish +unsluice +unsluiced +unslumbering +unslumberous +unslumbrous +unslung +unslurred +unsly +unsmacked +unsmart +unsmartly +unsmartness +unsmeared +unsmelled +unsmelling +unsmelted +unsmiled +unsmiling +unsmilingly +unsmilingness +unsmirched +unsmirking +unsmitten +unsmokable +unsmokeable +unsmoked +unsmokified +unsmoking +unsmoky +unsmooth +unsmoothed +unsmoothly +unsmoothness +unsmote +unsmotherable +unsmothered +unsmudged +unsmuggled +unsmutched +unsmutted +unsmutty +unsnaffled +unsnagged +unsnaggled +unsnaky +unsnap +unsnapped +unsnare +unsnared +unsnarl +unsnatch +unsnatched +unsneck +unsneering +unsnib +unsnipped +unsnobbish +unsnoring +unsnouted +unsnow +unsnubbable +unsnubbed +unsnuffed +unsoaked +unsoaped +unsoarable +unsober +unsoberly +unsoberness +unsobriety +unsociability +unsociable +unsociableness +unsociably +unsocial +unsocialism +unsocialistic +unsociality +unsocializable +unsocialized +unsocially +unsocialness +unsociological +unsocket +unsodden +unsoft +unsoftened +unsoftening +unsoggy +unsoil +unsoiled +unsoiledness +unsolaced +unsolacing +unsolar +unsold +unsolder +unsoldered +unsoldering +unsoldier +unsoldiered +unsoldierlike +unsoldierly +unsole +unsoled +unsolemn +unsolemness +unsolemnize +unsolemnized +unsolemnly +unsolicitated +unsolicited +unsolicitedly +unsolicitous +unsolicitously +unsolicitousness +unsolid +unsolidarity +unsolidifiable +unsolidified +unsolidity +unsolidly +unsolidness +unsolitary +unsolubility +unsoluble +unsolvable +unsolvableness +unsolvably +unsolved +unsomatic +unsomber +unsombre +unsome +unson +unsonable +unsonant +unsonlike +unsonneted +unsonorous +unsonsy +unsoothable +unsoothed +unsoothfast +unsoothing +unsooty +unsophistical +unsophistically +unsophisticate +unsophisticated +unsophisticatedly +unsophisticatedness +unsophistication +unsophomoric +unsordid +unsore +unsorrowed +unsorrowing +unsorry +unsort +unsortable +unsorted +unsorting +unsotted +unsought +unsoul +unsoulful +unsoulfully +unsoulish +unsound +unsoundable +unsoundableness +unsounded +unsounding +unsoundly +unsoundness +unsour +unsoured +unsoused +unsovereign +unsowed +unsown +unspaced +unspacious +unspaded +unspan +unspangled +unspanked +unspanned +unspar +unsparable +unspared +unsparing +unsparingly +unsparingness +unsparkling +unsparred +unsparse +unspatial +unspatiality +unspattered +unspawned +unspayed +unspeak +unspeakability +unspeakable +unspeakableness +unspeakably +unspeaking +unspeared +unspecialized +unspecializing +unspecific +unspecified +unspecifiedly +unspecious +unspecked +unspeckled +unspectacled +unspectacular +unspectacularly +unspecterlike +unspectrelike +unspeculating +unspeculative +unspeculatively +unsped +unspeed +unspeedy +unspeered +unspell +unspellable +unspelled +unspelt +unspendable +unspending +unspent +unspewed +unsphere +unsphered +unsphering +unspiable +unspiced +unspicy +unspied +unspike +unspillable +unspin +unspinsterlike +unspinsterlikeness +unspiral +unspired +unspirit +unspirited +unspiritedly +unspiriting +unspiritual +unspirituality +unspiritualize +unspiritualized +unspiritually +unspiritualness +unspissated +unspit +unspited +unspiteful +unspitted +unsplashed +unsplattered +unsplayed +unspleened +unspleenish +unspleenishly +unsplendid +unspliced +unsplinted +unsplintered +unsplit +unspoil +unspoilable +unspoilableness +unspoilably +unspoiled +unspoken +unspokenly +unsponged +unspongy +unsponsored +unspontaneous +unspontaneously +unspookish +unsported +unsportful +unsporting +unsportive +unsportsmanlike +unsportsmanly +unspot +unspotlighted +unspottable +unspotted +unspottedly +unspottedness +unspoused +unspouselike +unspouted +unsprained +unsprayed +unspread +unsprightliness +unsprightly +unspring +unspringing +unspringlike +unsprinkled +unsprinklered +unsprouted +unsproutful +unsprouting +unspruced +unsprung +unspun +unspurned +unspurred +unspying +unsquandered +unsquarable +unsquare +unsquared +unsquashed +unsqueamish +unsqueezable +unsqueezed +unsquelched +unsquinting +unsquire +unsquired +unsquirelike +unsquirted +unstabbed +unstability +unstable +unstabled +unstableness +unstablished +unstably +unstack +unstacked +unstacker +unstaffed +unstaged +unstaggered +unstaggering +unstagnating +unstagy +unstaid +unstaidly +unstaidness +unstain +unstainable +unstainableness +unstained +unstainedly +unstainedness +unstaled +unstalked +unstalled +unstammering +unstamped +unstampeded +unstanch +unstanchable +unstandard +unstandardized +unstanzaic +unstar +unstarch +unstarched +unstarlike +unstarred +unstarted +unstarting +unstartled +unstarved +unstatable +unstate +unstateable +unstated +unstately +unstatesmanlike +unstatic +unstating +unstation +unstationary +unstationed +unstatistic +unstatistical +unstatued +unstatuesque +unstatutable +unstatutably +unstaunch +unstaunchable +unstaunched +unstavable +unstaveable +unstaved +unstayable +unstayed +unstayedness +unstaying +unsteadfast +unsteadfastly +unsteadfastness +unsteadied +unsteadily +unsteadiness +unsteady +unsteadying +unstealthy +unsteamed +unsteaming +unsteck +unstecked +unsteel +unsteeled +unsteep +unsteeped +unsteepled +unsteered +unstemmable +unstemmed +unstentorian +unstep +unstercorated +unstereotyped +unsterile +unsterilized +unstern +unstethoscoped +unstewardlike +unstewed +unstick +unsticking +unstickingness +unsticky +unstiffen +unstiffened +unstifled +unstigmatized +unstill +unstilled +unstillness +unstilted +unstimulated +unstimulating +unsting +unstinged +unstinging +unstinted +unstintedly +unstinting +unstintingly +unstippled +unstipulated +unstirrable +unstirred +unstirring +unstitch +unstitched +unstitching +unstock +unstocked +unstocking +unstockinged +unstoic +unstoical +unstoically +unstoicize +unstoked +unstoken +unstolen +unstonable +unstone +unstoned +unstoniness +unstony +unstooping +unstop +unstoppable +unstopped +unstopper +unstoppered +unstopple +unstore +unstored +unstoried +unstormed +unstormy +unstout +unstoved +unstow +unstowed +unstraddled +unstrafed +unstraight +unstraightened +unstraightforward +unstraightness +unstrain +unstrained +unstraitened +unstrand +unstranded +unstrange +unstrangered +unstrangled +unstrangulable +unstrap +unstrapped +unstrategic +unstrategically +unstratified +unstraying +unstreaked +unstrength +unstrengthen +unstrengthened +unstrenuous +unstressed +unstressedly +unstressedness +unstretch +unstretched +unstrewed +unstrewn +unstriated +unstricken +unstrictured +unstridulous +unstrike +unstriking +unstring +unstringed +unstringing +unstrip +unstriped +unstripped +unstriving +unstroked +unstrong +unstructural +unstruggling +unstrung +unstubbed +unstubborn +unstuccoed +unstuck +unstudded +unstudied +unstudious +unstuff +unstuffed +unstuffing +unstultified +unstumbling +unstung +unstunned +unstunted +unstupefied +unstupid +unstuttered +unstuttering +unsty +unstyled +unstylish +unstylishly +unstylishness +unsubdivided +unsubduable +unsubduableness +unsubduably +unsubducted +unsubdued +unsubduedly +unsubduedness +unsubject +unsubjectable +unsubjected +unsubjectedness +unsubjection +unsubjective +unsubjectlike +unsubjugate +unsubjugated +unsublimable +unsublimated +unsublimed +unsubmerged +unsubmergible +unsubmerging +unsubmission +unsubmissive +unsubmissively +unsubmissiveness +unsubmitted +unsubmitting +unsubordinate +unsubordinated +unsuborned +unsubpoenaed +unsubscribed +unsubscribing +unsubservient +unsubsided +unsubsidiary +unsubsiding +unsubsidized +unsubstanced +unsubstantial +unsubstantiality +unsubstantialize +unsubstantially +unsubstantialness +unsubstantiate +unsubstantiated +unsubstantiation +unsubstituted +unsubtle +unsubtleness +unsubtlety +unsubtly +unsubtracted +unsubventioned +unsubventionized +unsubversive +unsubvertable +unsubverted +unsubvertive +unsucceedable +unsucceeded +unsucceeding +unsuccess +unsuccessful +unsuccessfully +unsuccessfulness +unsuccessive +unsuccessively +unsuccessiveness +unsuccinct +unsuccorable +unsuccored +unsucculent +unsuccumbing +unsucked +unsuckled +unsued +unsufferable +unsufferableness +unsufferably +unsuffered +unsuffering +unsufficed +unsufficience +unsufficiency +unsufficient +unsufficiently +unsufficing +unsufficingness +unsufflated +unsuffocate +unsuffocated +unsuffocative +unsuffused +unsugared +unsugary +unsuggested +unsuggestedness +unsuggestive +unsuggestiveness +unsuit +unsuitability +unsuitable +unsuitableness +unsuitably +unsuited +unsuiting +unsulky +unsullen +unsulliable +unsullied +unsulliedly +unsulliedness +unsulphonated +unsulphureous +unsulphurized +unsultry +unsummable +unsummarized +unsummed +unsummered +unsummerlike +unsummerly +unsummonable +unsummoned +unsumptuary +unsumptuous +unsun +unsunburned +unsundered +unsung +unsunk +unsunken +unsunned +unsunny +unsuperable +unsuperannuated +unsupercilious +unsuperficial +unsuperfluous +unsuperior +unsuperlative +unsupernatural +unsupernaturalize +unsupernaturalized +unsuperscribed +unsuperseded +unsuperstitious +unsupervised +unsupervisedly +unsupped +unsupplantable +unsupplanted +unsupple +unsuppled +unsupplemented +unsuppliable +unsupplicated +unsupplied +unsupportable +unsupportableness +unsupportably +unsupported +unsupportedly +unsupportedness +unsupporting +unsupposable +unsupposed +unsuppressed +unsuppressible +unsuppressibly +unsuppurated +unsuppurative +unsupreme +unsurcharge +unsurcharged +unsure +unsurfaced +unsurfeited +unsurfeiting +unsurgical +unsurging +unsurmised +unsurmising +unsurmountable +unsurmountableness +unsurmountably +unsurmounted +unsurnamed +unsurpassable +unsurpassableness +unsurpassably +unsurpassed +unsurplice +unsurpliced +unsurprised +unsurprising +unsurrendered +unsurrendering +unsurrounded +unsurveyable +unsurveyed +unsurvived +unsurviving +unsusceptibility +unsusceptible +unsusceptibleness +unsusceptibly +unsusceptive +unsuspectable +unsuspectably +unsuspected +unsuspectedly +unsuspectedness +unsuspectful +unsuspectfulness +unsuspectible +unsuspecting +unsuspectingly +unsuspectingness +unsuspective +unsuspended +unsuspicion +unsuspicious +unsuspiciously +unsuspiciousness +unsustainable +unsustained +unsustaining +unsutured +unswabbed +unswaddle +unswaddled +unswaddling +unswallowable +unswallowed +unswanlike +unswapped +unswarming +unswathable +unswathe +unswathed +unswathing +unswayable +unswayed +unswayedness +unswaying +unswear +unswearing +unsweat +unsweated +unsweating +unsweepable +unsweet +unsweeten +unsweetened +unsweetenedness +unsweetly +unsweetness +unswell +unswelled +unswelling +unsweltered +unswept +unswervable +unswerved +unswerving +unswervingly +unswilled +unswing +unswingled +unswitched +unswivel +unswollen +unswooning +unsworn +unswung +unsyllabic +unsyllabled +unsyllogistical +unsymbolic +unsymbolical +unsymbolically +unsymbolicalness +unsymbolized +unsymmetrical +unsymmetrically +unsymmetricalness +unsymmetrized +unsymmetry +unsympathetic +unsympathetically +unsympathizability +unsympathizable +unsympathized +unsympathizing +unsympathizingly +unsympathy +unsymphonious +unsymptomatic +unsynchronized +unsynchronous +unsyncopated +unsyndicated +unsynonymous +unsyntactical +unsynthetic +unsyringed +unsystematic +unsystematical +unsystematically +unsystematized +unsystematizedly +unsystematizing +unsystemizable +untabernacled +untabled +untabulated +untack +untacked +untacking +untackle +untackled +untactful +untactfully +untactfulness +untagged +untailed +untailorlike +untailorly +untaint +untaintable +untainted +untaintedly +untaintedness +untainting +untakable +untakableness +untakeable +untakeableness +untaken +untaking +untalented +untalkative +untalked +untalking +untall +untallied +untallowed +untamable +untamableness +untame +untamed +untamedly +untamedness +untamely +untameness +untampered +untangential +untangibility +untangible +untangibleness +untangibly +untangle +untangled +untangling +untanned +untantalized +untantalizing +untap +untaped +untapered +untapering +untapestried +untappable +untapped +untar +untarnishable +untarnished +untarred +untarried +untarrying +untartarized +untasked +untasseled +untastable +untaste +untasteable +untasted +untasteful +untastefully +untastefulness +untasting +untasty +untattered +untattooed +untaught +untaughtness +untaunted +untaut +untautological +untawdry +untawed +untax +untaxable +untaxed +untaxing +unteach +unteachable +unteachableness +unteachably +unteacherlike +unteaching +unteam +unteamed +unteaming +untearable +unteased +unteasled +untechnical +untechnicalize +untechnically +untedded +untedious +unteem +unteeming +unteethed +untelegraphed +untell +untellable +untellably +untelling +untemper +untemperamental +untemperate +untemperately +untemperateness +untempered +untempering +untempested +untempestuous +untempled +untemporal +untemporary +untemporizing +untemptability +untemptable +untemptably +untempted +untemptible +untemptibly +untempting +untemptingly +untemptingness +untenability +untenable +untenableness +untenably +untenacious +untenacity +untenant +untenantable +untenantableness +untenanted +untended +untender +untendered +untenderly +untenderness +untenible +untenibleness +untenibly +untense +untent +untentaculate +untented +untentered +untenty +unterminable +unterminableness +unterminably +unterminated +unterminating +unterraced +unterrestrial +unterrible +unterribly +unterrifiable +unterrific +unterrified +unterrifying +unterrorized +untessellated +untestable +untestamentary +untested +untestifying +untether +untethered +untethering +untewed +untextual +unthank +unthanked +unthankful +unthankfully +unthankfulness +unthanking +unthatch +unthatched +unthaw +unthawed +unthawing +untheatric +untheatrical +untheatrically +untheistic +unthematic +untheological +untheologically +untheologize +untheoretic +untheoretical +untheorizable +untherapeutical +unthick +unthicken +unthickened +unthievish +unthink +unthinkability +unthinkable +unthinkableness +unthinkably +unthinker +unthinking +unthinkingly +unthinkingness +unthinned +unthinning +unthirsting +unthirsty +unthistle +untholeable +untholeably +unthorn +unthorny +unthorough +unthought +unthoughted +unthoughtedly +unthoughtful +unthoughtfully +unthoughtfulness +unthoughtlike +unthrall +unthralled +unthrashed +unthread +unthreadable +unthreaded +unthreading +unthreatened +unthreatening +unthreshed +unthrid +unthridden +unthrift +unthriftihood +unthriftily +unthriftiness +unthriftlike +unthrifty +unthrilled +unthrilling +unthriven +unthriving +unthrivingly +unthrivingness +unthrob +unthrone +unthroned +unthronged +unthroning +unthrottled +unthrowable +unthrown +unthrushlike +unthrust +unthumbed +unthumped +unthundered +unthwacked +unthwarted +untiaraed +unticketed +untickled +untidal +untidily +untidiness +untidy +untie +untied +untight +untighten +untightness +until +untile +untiled +untill +untillable +untilled +untilling +untilt +untilted +untilting +untimbered +untimed +untimedness +untimeliness +untimely +untimeous +untimeously +untimesome +untimorous +untin +untinct +untinctured +untine +untinged +untinkered +untinned +untinseled +untinted +untippable +untipped +untippled +untipt +untirability +untirable +untire +untired +untiredly +untiring +untiringly +untissued +untithability +untithable +untithed +untitled +untittering +untitular +unto +untoadying +untoasted +untogaed +untoggle +untoggler +untoiled +untoileted +untoiling +untold +untolerable +untolerableness +untolerably +untolerated +untomb +untombed +untonality +untone +untoned +untongued +untonsured +untooled +untooth +untoothed +untoothsome +untoothsomeness +untop +untopographical +untopped +untopping +untormented +untorn +untorpedoed +untorpid +untorrid +untortuous +untorture +untortured +untossed +untotaled +untotalled +untottering +untouch +untouchability +untouchable +untouchableness +untouchably +untouched +untouchedness +untouching +untough +untoured +untouristed +untoward +untowardliness +untowardly +untowardness +untowered +untown +untownlike +untrace +untraceable +untraceableness +untraceably +untraced +untraceried +untracked +untractability +untractable +untractableness +untractably +untractarian +untractible +untractibleness +untradeable +untraded +untradesmanlike +untrading +untraditional +untraduced +untraffickable +untrafficked +untragic +untragical +untrailed +untrain +untrainable +untrained +untrainedly +untrainedness +untraitored +untraitorous +untrammed +untrammeled +untrammeledness +untramped +untrampled +untrance +untranquil +untranquilized +untranquillize +untranquillized +untransacted +untranscended +untranscendental +untranscribable +untranscribed +untransferable +untransferred +untransfigured +untransfixed +untransformable +untransformed +untransforming +untransfused +untransfusible +untransgressed +untransient +untransitable +untransitive +untransitory +untranslatability +untranslatable +untranslatableness +untranslatably +untranslated +untransmigrated +untransmissible +untransmitted +untransmutable +untransmuted +untransparent +untranspassable +untranspired +untranspiring +untransplanted +untransportable +untransported +untransposed +untransubstantiated +untrappable +untrapped +untrashed +untravelable +untraveled +untraveling +untravellable +untravelling +untraversable +untraversed +untravestied +untreacherous +untread +untreadable +untreading +untreasonable +untreasure +untreasured +untreatable +untreatableness +untreatably +untreated +untreed +untrekked +untrellised +untrembling +untremblingly +untremendous +untremulous +untrenched +untrepanned +untrespassed +untrespassing +untress +untressed +untriable +untribal +untributary +untriced +untrickable +untricked +untried +untrifling +untrig +untrigonometrical +untrill +untrim +untrimmable +untrimmed +untrimmedness +untrinitarian +untripe +untrippable +untripped +untripping +untrite +untriturated +untriumphable +untriumphant +untriumphed +untrochaic +untrod +untrodden +untroddenness +untrolled +untrophied +untropical +untrotted +untroublable +untrouble +untroubled +untroubledly +untroubledness +untroublesome +untroublesomeness +untrounced +untrowed +untruant +untruck +untruckled +untruckling +untrue +untrueness +untruism +untruly +untrumped +untrumpeted +untrumping +untrundled +untrunked +untruss +untrussed +untrusser +untrussing +untrust +untrustably +untrusted +untrustful +untrustiness +untrusting +untrustworthily +untrustworthiness +untrustworthy +untrusty +untruth +untruther +untruthful +untruthfully +untruthfulness +untrying +untubbed +untuck +untucked +untuckered +untucking +untufted +untugged +untumbled +untumefied +untumid +untumultuous +untunable +untunableness +untunably +untune +untuneable +untuneableness +untuneably +untuned +untuneful +untunefully +untunefulness +untuning +untunneled +untupped +unturbaned +unturbid +unturbulent +unturf +unturfed +unturgid +unturn +unturnable +unturned +unturning +unturpentined +unturreted +untusked +untutelar +untutored +untutoredly +untutoredness +untwilled +untwinable +untwine +untwineable +untwined +untwining +untwinkling +untwinned +untwirl +untwirled +untwirling +untwist +untwisted +untwister +untwisting +untwitched +untying +untypical +untypically +untyrannic +untyrannical +untyrantlike +untz +unubiquitous +unugly +unulcerated +unultra +unumpired +ununanimity +ununanimous +ununanimously +ununderstandable +ununderstandably +ununderstanding +ununderstood +unundertaken +unundulatory +Unungun +ununifiable +ununified +ununiform +ununiformed +ununiformity +ununiformly +ununiformness +ununitable +ununitableness +ununitably +ununited +ununiting +ununiversity +ununiversitylike +unupbraiding +unupbraidingly +unupholstered +unupright +unuprightly +unuprightness +unupset +unupsettable +unurban +unurbane +unurged +unurgent +unurging +unurn +unurned +unusable +unusableness +unusably +unuse +unused +unusedness +unuseful +unusefully +unusefulness +unushered +unusual +unusuality +unusually +unusualness +unusurious +unusurped +unusurping +unutilizable +unutterability +unutterable +unutterableness +unutterably +unuttered +unuxorial +unuxorious +unvacant +unvaccinated +unvacillating +unvailable +unvain +unvaleted +unvaletudinary +unvaliant +unvalid +unvalidated +unvalidating +unvalidity +unvalidly +unvalidness +unvalorous +unvaluable +unvaluableness +unvaluably +unvalue +unvalued +unvamped +unvanishing +unvanquishable +unvanquished +unvantaged +unvaporized +unvariable +unvariableness +unvariably +unvariant +unvaried +unvariedly +unvariegated +unvarnished +unvarnishedly +unvarnishedness +unvarying +unvaryingly +unvaryingness +unvascular +unvassal +unvatted +unvaulted +unvaulting +unvaunted +unvaunting +unvauntingly +unveering +unveil +unveiled +unveiledly +unveiledness +unveiler +unveiling +unveilment +unveined +unvelvety +unvendable +unvendableness +unvended +unvendible +unvendibleness +unveneered +unvenerable +unvenerated +unvenereal +unvenged +unveniable +unvenial +unvenom +unvenomed +unvenomous +unventable +unvented +unventilated +unventured +unventurous +unvenued +unveracious +unveracity +unverbalized +unverdant +unverdured +unveridical +unverifiable +unverifiableness +unverifiably +unverified +unverifiedness +unveritable +unverity +unvermiculated +unverminous +unvernicular +unversatile +unversed +unversedly +unversedness +unversified +unvertical +unvessel +unvesseled +unvest +unvested +unvetoed +unvexed +unviable +unvibrated +unvibrating +unvicar +unvicarious +unvicariously +unvicious +unvictimized +unvictorious +unvictualed +unvictualled +unviewable +unviewed +unvigilant +unvigorous +unvigorously +unvilified +unvillaged +unvindicated +unvindictive +unvindictively +unvindictiveness +unvinous +unvintaged +unviolable +unviolated +unviolenced +unviolent +unviolined +unvirgin +unvirginal +unvirginlike +unvirile +unvirility +unvirtue +unvirtuous +unvirtuously +unvirtuousness +unvirulent +unvisible +unvisibleness +unvisibly +unvision +unvisionary +unvisioned +unvisitable +unvisited +unvisor +unvisored +unvisualized +unvital +unvitalized +unvitalness +unvitiated +unvitiatedly +unvitiatedness +unvitrescibility +unvitrescible +unvitrifiable +unvitrified +unvitriolized +unvituperated +unvivacious +unvivid +unvivified +unvizard +unvizarded +unvocal +unvocalized +unvociferous +unvoice +unvoiced +unvoiceful +unvoicing +unvoidable +unvoided +unvolatile +unvolatilize +unvolatilized +unvolcanic +unvolitioned +unvoluminous +unvoluntarily +unvoluntariness +unvoluntary +unvolunteering +unvoluptuous +unvomited +unvoracious +unvote +unvoted +unvoting +unvouched +unvouchedly +unvouchedness +unvouchsafed +unvowed +unvoweled +unvoyageable +unvoyaging +unvulcanized +unvulgar +unvulgarize +unvulgarized +unvulgarly +unvulnerable +unwadable +unwadded +unwadeable +unwaded +unwading +unwafted +unwaged +unwagered +unwaggable +unwaggably +unwagged +unwailed +unwailing +unwainscoted +unwaited +unwaiting +unwaked +unwakeful +unwakefulness +unwakened +unwakening +unwaking +unwalkable +unwalked +unwalking +unwall +unwalled +unwallet +unwallowed +unwan +unwandered +unwandering +unwaning +unwanted +unwanton +unwarbled +unware +unwarely +unwareness +unwarily +unwariness +unwarlike +unwarlikeness +unwarm +unwarmable +unwarmed +unwarming +unwarn +unwarned +unwarnedly +unwarnedness +unwarnished +unwarp +unwarpable +unwarped +unwarping +unwarrant +unwarrantability +unwarrantable +unwarrantableness +unwarrantably +unwarranted +unwarrantedly +unwarrantedness +unwary +unwashable +unwashed +unwashedness +unwassailing +unwastable +unwasted +unwasteful +unwastefully +unwasting +unwastingly +unwatchable +unwatched +unwatchful +unwatchfully +unwatchfulness +unwatching +unwater +unwatered +unwaterlike +unwatermarked +unwatery +unwattled +unwaved +unwaverable +unwavered +unwavering +unwaveringly +unwaving +unwax +unwaxed +unwayed +unwayward +unweaken +unweakened +unweal +unwealsomeness +unwealthy +unweaned +unweapon +unweaponed +unwearable +unweariability +unweariable +unweariableness +unweariably +unwearied +unweariedly +unweariedness +unwearily +unweariness +unwearing +unwearisome +unwearisomeness +unweary +unwearying +unwearyingly +unweathered +unweatherly +unweatherwise +unweave +unweaving +unweb +unwebbed +unwebbing +unwed +unwedded +unweddedly +unweddedness +unwedge +unwedgeable +unwedged +unweeded +unweel +unweelness +unweened +unweeping +unweeting +unweetingly +unweft +unweighable +unweighed +unweighing +unweight +unweighted +unweighty +unwelcome +unwelcomed +unwelcomely +unwelcomeness +unweld +unweldable +unwelded +unwell +unwellness +unwelted +unwept +unwestern +unwesternized +unwet +unwettable +unwetted +unwheedled +unwheel +unwheeled +unwhelmed +unwhelped +unwhetted +unwhig +unwhiglike +unwhimsical +unwhining +unwhip +unwhipped +unwhirled +unwhisked +unwhiskered +unwhisperable +unwhispered +unwhispering +unwhistled +unwhite +unwhited +unwhitened +unwhitewashed +unwholesome +unwholesomely +unwholesomeness +unwidened +unwidowed +unwield +unwieldable +unwieldily +unwieldiness +unwieldly +unwieldy +unwifed +unwifelike +unwifely +unwig +unwigged +unwild +unwilily +unwiliness +unwill +unwilled +unwillful +unwillfully +unwillfulness +unwilling +unwillingly +unwillingness +unwilted +unwilting +unwily +unwincing +unwincingly +unwind +unwindable +unwinding +unwindingly +unwindowed +unwindy +unwingable +unwinged +unwinking +unwinkingly +unwinnable +unwinning +unwinnowed +unwinsome +unwinter +unwintry +unwiped +unwire +unwired +unwisdom +unwise +unwisely +unwiseness +unwish +unwished +unwishful +unwishing +unwist +unwistful +unwitch +unwitched +unwithdrawable +unwithdrawing +unwithdrawn +unwitherable +unwithered +unwithering +unwithheld +unwithholden +unwithholding +unwithstanding +unwithstood +unwitless +unwitnessed +unwitted +unwittily +unwitting +unwittingly +unwittingness +unwitty +unwive +unwived +unwoeful +unwoful +unwoman +unwomanish +unwomanize +unwomanized +unwomanlike +unwomanliness +unwomanly +unwomb +unwon +unwonder +unwonderful +unwondering +unwonted +unwontedly +unwontedness +unwooded +unwooed +unwoof +unwooly +unwordable +unwordably +unwordily +unwordy +unwork +unworkability +unworkable +unworkableness +unworkably +unworked +unworkedness +unworker +unworking +unworkmanlike +unworkmanly +unworld +unworldliness +unworldly +unwormed +unwormy +unworn +unworried +unworriedly +unworriedness +unworshiped +unworshipful +unworshiping +unworshipped +unworshipping +unworth +unworthily +unworthiness +unworthy +unwotting +unwound +unwoundable +unwoundableness +unwounded +unwoven +unwrangling +unwrap +unwrapped +unwrapper +unwrapping +unwrathful +unwrathfully +unwreaked +unwreathe +unwreathed +unwreathing +unwrecked +unwrench +unwrenched +unwrested +unwrestedly +unwresting +unwrestled +unwretched +unwriggled +unwrinkle +unwrinkleable +unwrinkled +unwrit +unwritable +unwrite +unwriting +unwritten +unwronged +unwrongful +unwrought +unwrung +unyachtsmanlike +unyeaned +unyearned +unyearning +unyielded +unyielding +unyieldingly +unyieldingness +unyoke +unyoked +unyoking +unyoung +unyouthful +unyouthfully +unze +unzealous +unzealously +unzealousness +unzen +unzephyrlike +unzone +unzoned +up +upaisle +upaithric +upalley +upalong +upanishadic +upapurana +uparch +uparching +uparise +uparm +uparna +upas +upattic +upavenue +upbank +upbar +upbay +upbear +upbearer +upbeat +upbelch +upbelt +upbend +upbid +upbind +upblacken +upblast +upblaze +upblow +upboil +upbolster +upbolt +upboost +upborne +upbotch +upboulevard +upbound +upbrace +upbraid +upbraider +upbraiding +upbraidingly +upbray +upbreak +upbred +upbreed +upbreeze +upbrighten +upbrim +upbring +upbristle +upbroken +upbrook +upbrought +upbrow +upbubble +upbuild +upbuilder +upbulging +upbuoy +upbuoyance +upburn +upburst +upbuy +upcall +upcanal +upcanyon +upcarry +upcast +upcatch +upcaught +upchamber +upchannel +upchariot +upchimney +upchoke +upchuck +upcity +upclimb +upclose +upcloser +upcoast +upcock +upcoil +upcolumn +upcome +upcoming +upconjure +upcountry +upcourse +upcover +upcrane +upcrawl +upcreek +upcreep +upcrop +upcrowd +upcry +upcurl +upcurrent +upcurve +upcushion +upcut +updart +update +updeck +updelve +updive +updo +updome +updraft +updrag +updraw +updrink +updry +upeat +upend +upeygan +upfeed +upfield +upfill +upfingered +upflame +upflare +upflash +upflee +upflicker +upfling +upfloat +upflood +upflow +upflower +upflung +upfly +upfold +upfollow +upframe +upfurl +upgale +upgang +upgape +upgather +upgaze +upget +upgird +upgirt +upgive +upglean +upglide +upgo +upgorge +upgrade +upgrave +upgrow +upgrowth +upgully +upgush +uphand +uphang +upharbor +upharrow +uphasp +upheal +upheap +uphearted +upheaval +upheavalist +upheave +upheaven +upheld +uphelm +uphelya +upher +uphill +uphillward +uphoard +uphoist +uphold +upholden +upholder +upholster +upholstered +upholsterer +upholsteress +upholsterous +upholstery +upholsterydom +upholstress +uphung +uphurl +upisland +upjerk +upjet +upkeep +upkindle +upknell +upknit +upla +upladder +uplaid +uplake +upland +uplander +uplandish +uplane +uplay +uplead +upleap +upleg +uplick +uplift +upliftable +uplifted +upliftedly +upliftedness +uplifter +uplifting +upliftingly +upliftingness +upliftitis +upliftment +uplight +uplimb +uplimber +upline +uplock +uplong +uplook +uplooker +uploom +uploop +uplying +upmaking +upmast +upmix +upmost +upmount +upmountain +upmove +upness +upo +upon +uppard +uppent +upper +upperch +uppercut +upperer +upperest +upperhandism +uppermore +uppermost +uppers +uppertendom +uppile +upping +uppish +uppishly +uppishness +uppity +upplough +upplow +uppluck +uppoint +uppoise +uppop +uppour +uppowoc +upprick +upprop +uppuff +uppull +uppush +upquiver +upraisal +upraise +upraiser +upreach +uprear +uprein +uprend +uprender +uprest +uprestore +uprid +upridge +upright +uprighteous +uprighteously +uprighteousness +uprighting +uprightish +uprightly +uprightness +uprights +uprip +uprisal +uprise +uprisement +uprisen +upriser +uprising +uprist +uprive +upriver +uproad +uproar +uproariness +uproarious +uproariously +uproariousness +uproom +uproot +uprootal +uprooter +uprose +uprouse +uproute +uprun +uprush +upsaddle +upscale +upscrew +upscuddle +upseal +upseek +upseize +upsend +upset +upsetment +upsettable +upsettal +upsetted +upsetter +upsetting +upsettingly +upsey +upshaft +upshear +upsheath +upshoot +upshore +upshot +upshoulder +upshove +upshut +upside +upsides +upsighted +upsiloid +upsilon +upsilonism +upsit +upsitten +upsitting +upslant +upslip +upslope +upsmite +upsnatch +upsoak +upsoar +upsolve +upspeak +upspear +upspeed +upspew +upspin +upspire +upsplash +upspout +upspread +upspring +upsprinkle +upsprout +upspurt +upstaff +upstage +upstair +upstairs +upstamp +upstand +upstander +upstanding +upstare +upstart +upstartism +upstartle +upstartness +upstate +upstater +upstaunch +upstay +upsteal +upsteam +upstem +upstep +upstick +upstir +upstraight +upstream +upstreamward +upstreet +upstretch +upstrike +upstrive +upstroke +upstruggle +upsuck +upsun +upsup +upsurge +upsurgence +upswallow +upswarm +upsway +upsweep +upswell +upswing +uptable +uptake +uptaker +uptear +uptemper +uptend +upthrow +upthrust +upthunder +uptide +uptie +uptill +uptilt +uptorn +uptoss +uptower +uptown +uptowner +uptrace +uptrack +uptrail +uptrain +uptree +uptrend +uptrill +uptrunk +uptruss +uptube +uptuck +upturn +uptwined +uptwist +Upupa +Upupidae +upupoid +upvalley +upvomit +upwaft +upwall +upward +upwardly +upwardness +upwards +upwarp +upwax +upway +upways +upwell +upwent +upwheel +upwhelm +upwhir +upwhirl +upwind +upwith +upwork +upwound +upwrap +upwreathe +upwrench +upwring +upwrought +upyard +upyoke +ur +ura +urachal +urachovesical +urachus +uracil +uraemic +uraeus +Uragoga +Ural +ural +urali +Uralian +Uralic +uraline +uralite +uralitic +uralitization +uralitize +uralium +uramido +uramil +uramilic +uramino +Uran +uran +uranalysis +uranate +Urania +Uranian +uranic +Uranicentric +uranidine +uraniferous +uraniid +Uraniidae +uranin +uranine +uraninite +uranion +uraniscochasma +uraniscoplasty +uraniscoraphy +uraniscorrhaphy +uranism +uranist +uranite +uranitic +uranium +uranocircite +uranographer +uranographic +uranographical +uranographist +uranography +uranolatry +uranolite +uranological +uranology +uranometria +uranometrical +uranometry +uranophane +uranophotography +uranoplastic +uranoplasty +uranoplegia +uranorrhaphia +uranorrhaphy +uranoschisis +uranoschism +uranoscope +uranoscopia +uranoscopic +Uranoscopidae +Uranoscopus +uranoscopy +uranospathite +uranosphaerite +uranospinite +uranostaphyloplasty +uranostaphylorrhaphy +uranotantalite +uranothallite +uranothorite +uranotil +uranous +Uranus +uranyl +uranylic +urao +urare +urari +Urartaean +Urartic +urase +urataemia +urate +uratemia +uratic +uratoma +uratosis +uraturia +urazine +urazole +urbacity +urbainite +Urban +urban +urbane +urbanely +urbaneness +urbanism +Urbanist +urbanist +urbanite +urbanity +urbanization +urbanize +urbarial +urbian +urbic +Urbicolae +urbicolous +urbification +urbify +urbinate +urceiform +urceolar +urceolate +urceole +urceoli +Urceolina +urceolus +urceus +urchin +urchiness +urchinlike +urchinly +urd +urde +urdee +Urdu +ure +urea +ureal +ureameter +ureametry +urease +urechitin +urechitoxin +uredema +Uredinales +uredine +Uredineae +uredineal +uredineous +uredinia +uredinial +Urediniopsis +urediniospore +urediniosporic +uredinium +uredinoid +uredinologist +uredinology +uredinous +Uredo +uredo +uredosorus +uredospore +uredosporic +uredosporiferous +uredosporous +uredostage +ureic +ureid +ureide +ureido +uremia +uremic +Urena +urent +ureometer +ureometry +ureosecretory +uresis +uretal +ureter +ureteral +ureteralgia +uretercystoscope +ureterectasia +ureterectasis +ureterectomy +ureteric +ureteritis +ureterocele +ureterocervical +ureterocolostomy +ureterocystanastomosis +ureterocystoscope +ureterocystostomy +ureterodialysis +ureteroenteric +ureteroenterostomy +ureterogenital +ureterogram +ureterograph +ureterography +ureterointestinal +ureterolith +ureterolithiasis +ureterolithic +ureterolithotomy +ureterolysis +ureteronephrectomy +ureterophlegma +ureteroplasty +ureteroproctostomy +ureteropyelitis +ureteropyelogram +ureteropyelography +ureteropyelonephritis +ureteropyelostomy +ureteropyosis +ureteroradiography +ureterorectostomy +ureterorrhagia +ureterorrhaphy +ureterosalpingostomy +ureterosigmoidostomy +ureterostegnosis +ureterostenoma +ureterostenosis +ureterostoma +ureterostomy +ureterotomy +ureterouteral +ureterovaginal +ureterovesical +urethan +urethane +urethra +urethrae +urethragraph +urethral +urethralgia +urethrameter +urethrascope +urethratome +urethratresia +urethrectomy +urethremphraxis +urethreurynter +urethrism +urethritic +urethritis +urethroblennorrhea +urethrobulbar +urethrocele +urethrocystitis +urethrogenital +urethrogram +urethrograph +urethrometer +urethropenile +urethroperineal +urethrophyma +urethroplastic +urethroplasty +urethroprostatic +urethrorectal +urethrorrhagia +urethrorrhaphy +urethrorrhea +urethrorrhoea +urethroscope +urethroscopic +urethroscopical +urethroscopy +urethrosexual +urethrospasm +urethrostaxis +urethrostenosis +urethrostomy +urethrotome +urethrotomic +urethrotomy +urethrovaginal +urethrovesical +urethylan +uretic +ureylene +urf +urfirnis +urge +urgence +urgency +urgent +urgently +urgentness +urger +Urginea +urging +urgingly +Urgonian +urheen +Uri +Uria +Uriah +urial +Urian +uric +uricacidemia +uricaciduria +uricaemia +uricaemic +uricemia +uricemic +uricolysis +uricolytic +uridrosis +Uriel +urinaemia +urinal +urinalist +urinalysis +urinant +urinarium +urinary +urinate +urination +urinative +urinator +urine +urinemia +uriniferous +uriniparous +urinocryoscopy +urinogenital +urinogenitary +urinogenous +urinologist +urinology +urinomancy +urinometer +urinometric +urinometry +urinoscopic +urinoscopist +urinoscopy +urinose +urinosexual +urinous +urinousness +urite +urlar +urled +urling +urluch +urman +urn +urna +urnae +urnal +urnflower +urnful +urning +urningism +urnism +urnlike +urnmaker +Uro +uroacidimeter +uroazotometer +urobenzoic +urobilin +urobilinemia +urobilinogen +urobilinogenuria +urobilinuria +urocanic +urocele +Urocerata +urocerid +Uroceridae +urochloralic +urochord +Urochorda +urochordal +urochordate +urochrome +urochromogen +Urocoptidae +Urocoptis +urocyanogen +Urocyon +urocyst +urocystic +Urocystis +urocystitis +urodaeum +Urodela +urodelan +urodele +urodelous +urodialysis +urodynia +uroedema +uroerythrin +urofuscohematin +urogaster +urogastric +urogenic +urogenital +urogenitary +urogenous +uroglaucin +Uroglena +urogram +urography +urogravimeter +urohematin +urohyal +urolagnia +uroleucic +uroleucinic +urolith +urolithiasis +urolithic +urolithology +urologic +urological +urologist +urology +urolutein +urolytic +uromancy +uromantia +uromantist +Uromastix +uromelanin +uromelus +uromere +uromeric +urometer +Uromyces +Uromycladium +uronephrosis +uronic +uronology +uropatagium +Uropeltidae +urophanic +urophanous +urophein +Urophlyctis +urophthisis +uroplania +uropod +uropodal +uropodous +uropoetic +uropoiesis +uropoietic +uroporphyrin +uropsile +Uropsilus +uroptysis +Uropygi +uropygial +uropygium +uropyloric +urorosein +urorrhagia +urorrhea +urorubin +urosaccharometry +urosacral +uroschesis +uroscopic +uroscopist +uroscopy +urosepsis +uroseptic +urosis +urosomatic +urosome +urosomite +urosomitic +urostea +urostealith +urostegal +urostege +urostegite +urosteon +urosternite +urosthene +urosthenic +urostylar +urostyle +urotoxia +urotoxic +urotoxicity +urotoxin +urotoxy +uroxanate +uroxanic +uroxanthin +uroxin +urradhus +urrhodin +urrhodinic +Urs +Ursa +ursal +ursicidal +ursicide +Ursid +Ursidae +ursiform +ursigram +ursine +ursoid +ursolic +urson +ursone +ursuk +Ursula +Ursuline +Ursus +Urtica +urtica +Urticaceae +urticaceous +Urticales +urticant +urticaria +urticarial +urticarious +Urticastrum +urticate +urticating +urtication +urticose +urtite +Uru +urubu +urucu +urucuri +Uruguayan +uruisg +Urukuena +urunday +urus +urushi +urushic +urushinic +urushiol +urushiye +urva +us +usability +usable +usableness +usage +usager +usance +usar +usara +usaron +usation +use +used +usedly +usedness +usednt +usee +useful +usefullish +usefully +usefulness +usehold +useless +uselessly +uselessness +usent +user +ush +ushabti +ushabtiu +Ushak +Usheen +usher +usherance +usherdom +usherer +usheress +usherette +Usherian +usherian +usherism +usherless +ushership +usings +Usipetes +usitate +usitative +Uskara +Uskok +Usnea +usnea +Usneaceae +usneaceous +usneoid +usnic +usninic +Uspanteca +usque +usquebaugh +usself +ussels +usselven +ussingite +ust +Ustarana +uster +Ustilaginaceae +ustilaginaceous +Ustilaginales +ustilagineous +Ustilaginoidea +Ustilago +ustion +ustorious +ustulate +ustulation +Ustulina +usual +usualism +usually +usualness +usuary +usucapient +usucapion +usucapionary +usucapt +usucaptable +usucaption +usucaptor +usufruct +usufructuary +Usun +usure +usurer +usurerlike +usuress +usurious +usuriously +usuriousness +usurp +usurpation +usurpative +usurpatively +usurpatory +usurpature +usurpedly +usurper +usurpership +usurping +usurpingly +usurpment +usurpor +usurpress +usury +usward +uswards +ut +Uta +uta +Utah +Utahan +utahite +utai +utas +utch +utchy +Ute +utees +utensil +uteralgia +uterectomy +uteri +uterine +uteritis +uteroabdominal +uterocele +uterocervical +uterocystotomy +uterofixation +uterogestation +uterogram +uterography +uterointestinal +uterolith +uterology +uteromania +uterometer +uteroovarian +uteroparietal +uteropelvic +uteroperitoneal +uteropexia +uteropexy +uteroplacental +uteroplasty +uterosacral +uterosclerosis +uteroscope +uterotomy +uterotonic +uterotubal +uterovaginal +uteroventral +uterovesical +uterus +utfangenethef +utfangethef +utfangthef +utfangthief +utick +utile +utilitarian +utilitarianism +utilitarianist +utilitarianize +utilitarianly +utility +utilizable +utilization +utilize +utilizer +utinam +utmost +utmostness +Utopia +utopia +Utopian +utopian +utopianism +utopianist +Utopianize +Utopianizer +utopianizer +utopiast +utopism +utopist +utopistic +utopographer +Utraquism +utraquist +utraquistic +Utrecht +utricle +utricul +utricular +Utricularia +Utriculariaceae +utriculate +utriculiferous +utriculiform +utriculitis +utriculoid +utriculoplastic +utriculoplasty +utriculosaccular +utriculose +utriculus +utriform +utrubi +utrum +utsuk +utter +utterability +utterable +utterableness +utterance +utterancy +utterer +utterless +utterly +uttermost +utterness +utu +utum +uturuncu +uva +uval +uvalha +uvanite +uvarovite +uvate +uvea +uveal +uveitic +uveitis +Uvella +uveous +uvic +uvid +uviol +uvitic +uvitinic +uvito +uvitonic +uvrou +uvula +uvulae +uvular +Uvularia +uvularly +uvulitis +uvuloptosis +uvulotome +uvulotomy +uvver +uxorial +uxoriality +uxorially +uxoricidal +uxoricide +uxorious +uxoriously +uxoriousness +uzan +uzara +uzarin +uzaron +Uzbak +Uzbeg +Uzbek +V +v +vaagmer +vaalite +Vaalpens +vacabond +vacancy +vacant +vacanthearted +vacantheartedness +vacantly +vacantness +vacantry +vacatable +vacate +vacation +vacational +vacationer +vacationist +vacationless +vacatur +Vaccaria +vaccary +vaccenic +vaccicide +vaccigenous +vaccina +vaccinable +vaccinal +vaccinate +vaccination +vaccinationist +vaccinator +vaccinatory +vaccine +vaccinee +vaccinella +vaccinia +Vacciniaceae +vacciniaceous +vaccinial +vaccinifer +vacciniform +vacciniola +vaccinist +Vaccinium +vaccinium +vaccinization +vaccinogenic +vaccinogenous +vaccinoid +vaccinophobia +vaccinotherapy +vache +Vachellia +vachette +vacillancy +vacillant +vacillate +vacillating +vacillatingly +vacillation +vacillator +vacillatory +vacoa +vacona +vacoua +vacouf +vacual +vacuate +vacuation +vacuefy +vacuist +vacuity +vacuolar +vacuolary +vacuolate +vacuolated +vacuolation +vacuole +vacuolization +vacuome +vacuometer +vacuous +vacuously +vacuousness +vacuum +vacuuma +vacuumize +vade +Vadim +vadimonium +vadimony +vadium +vadose +vady +vag +vagabond +vagabondage +vagabondager +vagabondia +vagabondish +vagabondism +vagabondismus +vagabondize +vagabondizer +vagabondry +vagal +vagarian +vagarious +vagariously +vagarish +vagarisome +vagarist +vagaristic +vagarity +vagary +vagas +vage +vagiform +vagile +vagina +vaginal +vaginalectomy +vaginaless +vaginalitis +vaginant +vaginate +vaginated +vaginectomy +vaginervose +Vaginicola +vaginicoline +vaginicolous +vaginiferous +vaginipennate +vaginismus +vaginitis +vaginoabdominal +vaginocele +vaginodynia +vaginofixation +vaginolabial +vaginometer +vaginomycosis +vaginoperineal +vaginoperitoneal +vaginopexy +vaginoplasty +vaginoscope +vaginoscopy +vaginotome +vaginotomy +vaginovesical +vaginovulvar +vaginula +vaginulate +vaginule +vagitus +Vagnera +vagoaccessorius +vagodepressor +vagoglossopharyngeal +vagogram +vagolysis +vagosympathetic +vagotomize +vagotomy +vagotonia +vagotonic +vagotropic +vagotropism +vagrance +vagrancy +vagrant +vagrantism +vagrantize +vagrantlike +vagrantly +vagrantness +vagrate +vagrom +vague +vaguely +vagueness +vaguish +vaguity +vagulous +vagus +vahine +Vai +Vaidic +vail +vailable +vain +vainful +vainglorious +vaingloriously +vaingloriousness +vainglory +vainly +vainness +vair +vairagi +vaire +vairy +Vaishnava +Vaishnavism +vaivode +vajra +vajrasana +vakass +vakia +vakil +vakkaliga +Val +valance +valanced +valanche +valbellite +vale +valediction +valedictorian +valedictorily +valedictory +valence +Valencia +Valencian +valencianite +Valenciennes +valency +valent +Valentide +Valentin +Valentine +valentine +Valentinian +Valentinianism +valentinite +valeral +valeraldehyde +valeramide +valerate +Valeria +valerian +Valeriana +Valerianaceae +valerianaceous +Valerianales +valerianate +Valerianella +Valerianoides +valeric +Valerie +valerin +valerolactone +valerone +valeryl +valerylene +valet +valeta +valetage +valetdom +valethood +valetism +valetry +valetudinarian +valetudinarianism +valetudinariness +valetudinarist +valetudinarium +valetudinary +valeur +valeward +valgoid +valgus +valhall +Valhalla +Vali +vali +valiance +valiancy +valiant +valiantly +valiantness +valid +validate +validation +validatory +validification +validity +validly +validness +valine +valise +valiseful +valiship +Valkyr +Valkyria +Valkyrian +Valkyrie +vall +vallancy +vallar +vallary +vallate +vallated +vallation +vallecula +vallecular +valleculate +vallevarite +valley +valleyful +valleyite +valleylet +valleylike +valleyward +valleywise +vallicula +vallicular +vallidom +vallis +Valliscaulian +Vallisneria +Vallisneriaceae +vallisneriaceous +Vallombrosan +Vallota +vallum +Valmy +Valois +valonia +Valoniaceae +valoniaceous +valor +valorization +valorize +valorous +valorously +valorousness +Valsa +Valsaceae +Valsalvan +valse +valsoid +valuable +valuableness +valuably +valuate +valuation +valuational +valuator +value +valued +valueless +valuelessness +valuer +valuta +valva +valval +Valvata +valvate +Valvatidae +valve +valved +valveless +valvelet +valvelike +valveman +valviferous +valviform +valvotomy +valvula +valvular +valvulate +valvule +valvulitis +valvulotome +valvulotomy +valyl +valylene +vambrace +vambraced +vamfont +vammazsa +vamoose +vamp +vamped +vamper +vamphorn +vampire +vampireproof +vampiric +vampirish +vampirism +vampirize +vamplate +vampproof +Vampyrella +Vampyrellidae +Vampyrum +Van +van +vanadate +vanadiate +vanadic +vanadiferous +vanadinite +vanadium +vanadosilicate +vanadous +vanadyl +Vanaheim +vanaprastha +Vance +vancourier +Vancouveria +Vanda +Vandal +Vandalic +vandalish +vandalism +vandalistic +vandalization +vandalize +vandalroot +Vandemonian +Vandemonianism +Vandiemenian +Vandyke +vane +vaned +vaneless +vanelike +Vanellus +Vanessa +vanessian +vanfoss +vang +vangee +vangeli +vanglo +vanguard +Vanguardist +Vangueria +vanilla +vanillal +vanillaldehyde +vanillate +vanille +vanillery +vanillic +vanillin +vanillinic +vanillism +vanilloes +vanillon +vanilloyl +vanillyl +Vanir +vanish +vanisher +vanishing +vanishingly +vanishment +Vanist +vanitarianism +vanitied +vanity +vanjarrah +vanman +vanmost +Vannai +vanner +vannerman +vannet +Vannic +vanquish +vanquishable +vanquisher +vanquishment +vansire +vantage +vantageless +vantbrace +vantbrass +vanward +vapid +vapidism +vapidity +vapidly +vapidness +vapocauterization +vapographic +vapography +vapor +vaporability +vaporable +vaporarium +vaporary +vaporate +vapored +vaporer +vaporescence +vaporescent +vaporiferous +vaporiferousness +vaporific +vaporiform +vaporimeter +vaporing +vaporingly +vaporish +vaporishness +vaporium +vaporizable +vaporization +vaporize +vaporizer +vaporless +vaporlike +vaporograph +vaporographic +vaporose +vaporoseness +vaporosity +vaporous +vaporously +vaporousness +vaportight +vapory +vapulary +vapulate +vapulation +vapulatory +vara +varahan +varan +Varanger +Varangi +Varangian +varanid +Varanidae +Varanoid +Varanus +Varda +vardapet +vardy +vare +varec +vareheaded +vareuse +vargueno +vari +variability +variable +variableness +variably +Variag +variance +variancy +variant +variate +variation +variational +variationist +variatious +variative +variatively +variator +varical +varicated +varication +varicella +varicellar +varicellate +varicellation +varicelliform +varicelloid +varicellous +varices +variciform +varicoblepharon +varicocele +varicoid +varicolored +varicolorous +varicose +varicosed +varicoseness +varicosis +varicosity +varicotomy +varicula +varied +variedly +variegate +variegated +variegation +variegator +varier +varietal +varietally +varietism +varietist +variety +variform +variformed +variformity +variformly +varigradation +variocoupler +variola +variolar +Variolaria +variolate +variolation +variole +variolic +varioliform +variolite +variolitic +variolitization +variolization +varioloid +variolous +variolovaccine +variolovaccinia +variometer +variorum +variotinted +various +variously +variousness +variscite +varisse +varix +varlet +varletaille +varletess +varletry +varletto +varment +varna +varnashrama +varnish +varnished +varnisher +varnishing +varnishlike +varnishment +varnishy +varnpliktige +varnsingite +Varolian +Varronia +Varronian +varsha +varsity +Varsovian +varsoviana +Varuna +varus +varve +varved +vary +varyingly +vas +Vasa +vasa +vasal +Vascons +vascular +vascularity +vascularization +vascularize +vascularly +vasculated +vasculature +vasculiferous +vasculiform +vasculitis +vasculogenesis +vasculolymphatic +vasculomotor +vasculose +vasculum +vase +vasectomize +vasectomy +vaseful +vaselet +vaselike +Vaseline +vasemaker +vasemaking +vasewise +vasework +vashegyite +vasicentric +vasicine +vasifactive +vasiferous +vasiform +vasoconstricting +vasoconstriction +vasoconstrictive +vasoconstrictor +vasocorona +vasodentinal +vasodentine +vasodilatation +vasodilatin +vasodilating +vasodilation +vasodilator +vasoepididymostomy +vasofactive +vasoformative +vasoganglion +vasohypertonic +vasohypotonic +vasoinhibitor +vasoinhibitory +vasoligation +vasoligature +vasomotion +vasomotor +vasomotorial +vasomotoric +vasomotory +vasoneurosis +vasoparesis +vasopressor +vasopuncture +vasoreflex +vasorrhaphy +vasosection +vasospasm +vasospastic +vasostimulant +vasostomy +vasotomy +vasotonic +vasotribe +vasotripsy +vasotrophic +vasovesiculectomy +vasquine +vassal +vassalage +vassaldom +vassaless +vassalic +vassalism +vassality +vassalize +vassalless +vassalry +vassalship +Vassos +vast +vastate +vastation +vastidity +vastily +vastiness +vastitude +vastity +vastly +vastness +vasty +vasu +Vasudeva +Vasundhara +vat +Vateria +vatful +vatic +vatically +Vatican +vaticanal +vaticanic +vaticanical +Vaticanism +Vaticanist +Vaticanization +Vaticanize +vaticide +vaticinal +vaticinant +vaticinate +vaticination +vaticinator +vaticinatory +vaticinatress +vaticinatrix +vatmaker +vatmaking +vatman +Vatteluttu +vatter +vau +Vaucheria +Vaucheriaceae +vaucheriaceous +vaudeville +vaudevillian +vaudevillist +Vaudism +Vaudois +vaudy +Vaughn +vaugnerite +vault +vaulted +vaultedly +vaulter +vaulting +vaultlike +vaulty +vaunt +vauntage +vaunted +vaunter +vauntery +vauntful +vauntiness +vaunting +vauntingly +vauntmure +vaunty +vauquelinite +Vauxhall +Vauxhallian +vauxite +vavasor +vavasory +vaward +Vayu +Vazimba +Veadar +veal +vealer +vealiness +veallike +vealskin +vealy +vectigal +vection +vectis +vectograph +vectographic +vector +vectorial +vectorially +vecture +Veda +Vedaic +Vedaism +Vedalia +vedana +Vedanga +Vedanta +Vedantic +Vedantism +Vedantist +Vedda +Veddoid +vedette +Vedic +vedika +Vediovis +Vedism +Vedist +vedro +Veduis +veduis +vee +veen +veep +veer +veerable +veeringly +veery +Vega +vegasite +vegeculture +vegetability +vegetable +vegetablelike +vegetablewise +vegetablize +vegetably +vegetal +vegetalcule +vegetality +vegetant +vegetarian +vegetarianism +vegetate +vegetation +vegetational +vegetationless +vegetative +vegetatively +vegetativeness +vegete +vegeteness +vegetism +vegetive +vegetivorous +vegetoalkali +vegetoalkaline +vegetoalkaloid +vegetoanimal +vegetobituminous +vegetocarbonaceous +vegetomineral +vehemence +vehemency +vehement +vehemently +vehicle +vehicular +vehicularly +vehiculary +vehiculate +vehiculation +vehiculatory +Vehmic +vei +veigle +veil +veiled +veiledly +veiledness +veiler +veiling +veilless +veillike +veilmaker +veilmaking +Veiltail +veily +vein +veinage +veinal +veinbanding +veined +veiner +veinery +veininess +veining +veinless +veinlet +veinous +veinstone +veinstuff +veinule +veinulet +veinwise +veinwork +veiny +Vejoces +vejoces +Vejovis +Vejoz +vela +velal +velamen +velamentous +velamentum +velar +velardenite +velaric +velarium +velarize +velary +velate +velated +velation +velatura +Velchanos +veldcraft +veldman +veldschoen +veldt +veldtschoen +Velella +velellidous +velic +veliferous +veliform +veliger +veligerous +Velika +velitation +vell +vellala +velleda +velleity +vellicate +vellication +vellicative +vellinch +vellon +vellosine +Vellozia +Velloziaceae +velloziaceous +vellum +vellumy +velo +velociman +velocimeter +velocious +velociously +velocipedal +velocipede +velocipedean +velocipedic +velocitous +velocity +velodrome +velometer +velours +veloutine +velte +velum +velumen +velure +Velutina +velutinous +velveret +velvet +velvetbreast +velveted +velveteen +velveteened +velvetiness +velveting +velvetleaf +velvetlike +velvetry +velvetseed +velvetweed +velvetwork +velvety +venada +venal +venality +venalization +venalize +venally +venalness +Venantes +venanzite +venatic +venatical +venatically +venation +venational +venator +venatorial +venatorious +venatory +vencola +Vend +vend +vendace +Vendean +vendee +vender +vendetta +vendettist +vendibility +vendible +vendibleness +vendibly +vendicate +Vendidad +vending +venditate +venditation +vendition +venditor +vendor +vendue +Vened +Venedotian +veneer +veneerer +veneering +venefical +veneficious +veneficness +veneficous +venenate +venenation +venene +veneniferous +venenific +venenosalivary +venenous +venenousness +venepuncture +venerability +venerable +venerableness +venerably +Veneracea +veneracean +veneraceous +veneral +Veneralia +venerance +venerant +venerate +veneration +venerational +venerative +veneratively +venerativeness +venerator +venereal +venerealness +venereologist +venereology +venerer +Veneres +venerial +Veneridae +veneriform +venery +venesect +venesection +venesector +venesia +Venetes +Veneti +Venetian +Venetianed +Venetic +venezolano +Venezuelan +vengeable +vengeance +vengeant +vengeful +vengefully +vengefulness +vengeously +venger +venial +veniality +venially +venialness +Venice +venie +venin +veniplex +venipuncture +venireman +venison +venisonivorous +venisonlike +venisuture +Venite +Venizelist +Venkata +vennel +venner +venoatrial +venoauricular +venom +venomed +venomer +venomization +venomize +venomly +venomness +venomosalivary +venomous +venomously +venomousness +venomproof +venomsome +venomy +venosal +venosclerosis +venose +venosinal +venosity +venostasis +venous +venously +venousness +vent +ventage +ventail +venter +Ventersdorp +venthole +ventiduct +ventifact +ventil +ventilable +ventilagin +ventilate +ventilating +ventilation +ventilative +ventilator +ventilatory +ventless +ventometer +ventose +ventoseness +ventosity +ventpiece +ventrad +ventral +ventrally +ventralmost +ventralward +ventric +ventricle +ventricolumna +ventricolumnar +ventricornu +ventricornual +ventricose +ventricoseness +ventricosity +ventricous +ventricular +ventricularis +ventriculite +Ventriculites +ventriculitic +Ventriculitidae +ventriculogram +ventriculography +ventriculoscopy +ventriculose +ventriculous +ventriculus +ventricumbent +ventriduct +ventrifixation +ventrilateral +ventrilocution +ventriloqual +ventriloqually +ventriloque +ventriloquial +ventriloquially +ventriloquism +ventriloquist +ventriloquistic +ventriloquize +ventriloquous +ventriloquously +ventriloquy +ventrimesal +ventrimeson +ventrine +ventripotency +ventripotent +ventripotential +ventripyramid +ventroaxial +ventroaxillary +ventrocaudal +ventrocystorrhaphy +ventrodorsad +ventrodorsal +ventrodorsally +ventrofixation +ventrohysteropexy +ventroinguinal +ventrolateral +ventrolaterally +ventromedial +ventromedian +ventromesal +ventromesial +ventromyel +ventroposterior +ventroptosia +ventroptosis +ventroscopy +ventrose +ventrosity +ventrosuspension +ventrotomy +venture +venturer +venturesome +venturesomely +venturesomeness +Venturia +venturine +venturous +venturously +venturousness +venue +venula +venular +venule +venulose +Venus +Venusian +venust +Venutian +venville +Veps +Vepse +Vepsish +vera +veracious +veraciously +veraciousness +veracity +veranda +verandaed +verascope +veratral +veratralbine +veratraldehyde +veratrate +veratria +veratric +veratridine +veratrine +veratrinize +veratrize +veratroidine +veratrole +veratroyl +Veratrum +veratryl +veratrylidene +verb +verbal +verbalism +verbalist +verbality +verbalization +verbalize +verbalizer +verbally +verbarian +verbarium +verbasco +verbascose +Verbascum +verbate +verbatim +verbena +Verbenaceae +verbenaceous +verbenalike +verbenalin +Verbenarius +verbenate +verbene +verbenone +verberate +verberation +verberative +Verbesina +verbiage +verbicide +verbiculture +verbid +verbification +verbify +verbigerate +verbigeration +verbigerative +verbile +verbless +verbolatry +verbomania +verbomaniac +verbomotor +verbose +verbosely +verboseness +verbosity +verbous +verby +verchok +verd +verdancy +verdant +verdantly +verdantness +verdea +verdelho +verderer +verderership +verdet +verdict +verdigris +verdigrisy +verdin +verditer +verdoy +verdugoship +verdun +verdure +verdured +verdureless +verdurous +verdurousness +verecund +verecundity +verecundness +verek +veretilliform +Veretillum +veretillum +verge +vergeboard +vergence +vergency +vergent +vergentness +verger +vergeress +vergerism +vergerless +vergership +vergery +vergi +vergiform +Vergilianism +verglas +vergobret +veri +veridic +veridical +veridicality +veridically +veridicalness +veridicous +veridity +verifiability +verifiable +verifiableness +verifiably +verificate +verification +verificative +verificatory +verifier +verify +verily +verine +verisimilar +verisimilarly +verisimilitude +verisimilitudinous +verisimility +verism +verist +veristic +veritability +veritable +veritableness +veritably +verite +veritism +veritist +veritistic +verity +verjuice +vermeil +vermeologist +vermeology +Vermes +vermetid +Vermetidae +vermetidae +Vermetus +vermian +vermicelli +vermicidal +vermicide +vermicious +vermicle +vermicular +Vermicularia +vermicularly +vermiculate +vermiculated +vermiculation +vermicule +vermiculite +vermiculose +vermiculosity +vermiculous +vermiform +Vermiformia +vermiformis +vermiformity +vermiformous +vermifugal +vermifuge +vermifugous +vermigerous +vermigrade +Vermilingues +Vermilinguia +vermilinguial +vermilion +vermilionette +vermilionize +vermin +verminal +verminate +vermination +verminer +verminicidal +verminicide +verminiferous +verminlike +verminly +verminosis +verminous +verminously +verminousness +verminproof +verminy +vermiparous +vermiparousness +vermis +vermivorous +vermivorousness +vermix +Vermont +Vermonter +Vermontese +vermorel +vermouth +Vern +vernacle +vernacular +vernacularism +vernacularist +vernacularity +vernacularization +vernacularize +vernacularly +vernacularness +vernaculate +vernal +vernality +vernalization +vernalize +vernally +vernant +vernation +vernicose +vernier +vernile +vernility +vernin +vernine +vernition +Vernon +Vernonia +vernoniaceous +Vernonieae +vernonin +Verona +Veronal +veronalism +Veronese +Veronica +Veronicella +Veronicellidae +Verpa +verre +verrel +verriculate +verriculated +verricule +verruca +verrucano +Verrucaria +Verrucariaceae +verrucariaceous +verrucarioid +verrucated +verruciferous +verruciform +verrucose +verrucoseness +verrucosis +verrucosity +verrucous +verruculose +verruga +versability +versable +versableness +versal +versant +versate +versatile +versatilely +versatileness +versatility +versation +versative +verse +versecraft +versed +verseless +verselet +versemaker +versemaking +verseman +versemanship +versemonger +versemongering +versemongery +verser +versesmith +verset +versette +verseward +versewright +versicle +versicler +versicolor +versicolorate +versicolored +versicolorous +versicular +versicule +versifiable +versifiaster +versification +versificator +versificatory +versificatrix +versifier +versiform +versify +versiloquy +versine +version +versional +versioner +versionist +versionize +versipel +verso +versor +verst +versta +versual +versus +vert +vertebra +vertebrae +vertebral +vertebraless +vertebrally +Vertebraria +vertebrarium +vertebrarterial +Vertebrata +vertebrate +vertebrated +vertebration +vertebre +vertebrectomy +vertebriform +vertebroarterial +vertebrobasilar +vertebrochondral +vertebrocostal +vertebrodymus +vertebrofemoral +vertebroiliac +vertebromammary +vertebrosacral +vertebrosternal +vertex +vertibility +vertible +vertibleness +vertical +verticalism +verticality +vertically +verticalness +vertices +verticil +verticillary +verticillaster +verticillastrate +verticillate +verticillated +verticillately +verticillation +verticilliaceous +verticilliose +Verticillium +verticillus +verticity +verticomental +verticordious +vertiginate +vertigines +vertiginous +vertigo +vertilinear +vertimeter +Vertumnus +Verulamian +veruled +verumontanum +vervain +vervainlike +verve +vervecine +vervel +verveled +vervelle +vervenia +vervet +very +Vesalian +vesania +vesanic +vesbite +vesicae +vesical +vesicant +vesicate +vesication +vesicatory +vesicle +vesicoabdominal +vesicocavernous +vesicocele +vesicocervical +vesicoclysis +vesicofixation +vesicointestinal +vesicoprostatic +vesicopubic +vesicorectal +vesicosigmoid +vesicospinal +vesicotomy +vesicovaginal +vesicular +Vesicularia +vesicularly +vesiculary +vesiculase +Vesiculata +Vesiculatae +vesiculate +vesiculation +vesicule +vesiculectomy +vesiculiferous +vesiculiform +vesiculigerous +vesiculitis +vesiculobronchial +vesiculocavernous +vesiculopustular +vesiculose +vesiculotomy +vesiculotubular +vesiculotympanic +vesiculotympanitic +vesiculous +vesiculus +vesicupapular +veskit +Vespa +vespacide +vespal +vesper +vesperal +vesperian +vespering +vespers +vespertide +vespertilian +Vespertilio +vespertilio +Vespertiliones +vespertilionid +Vespertilionidae +Vespertilioninae +vespertilionine +vespertinal +vespertine +vespery +vespiary +vespid +Vespidae +vespiform +Vespina +vespine +vespoid +Vespoidea +vessel +vesseled +vesselful +vessignon +vest +Vesta +vestal +Vestalia +vestalia +vestalship +Vestas +vestee +vester +vestiarian +vestiarium +vestiary +vestibula +vestibular +vestibulary +vestibulate +vestibule +vestibuled +vestibulospinal +vestibulum +vestige +vestigial +vestigially +Vestigian +vestigiary +vestigium +vestiment +vestimental +vestimentary +vesting +Vestini +Vestinian +vestiture +vestlet +vestment +vestmental +vestmented +vestral +vestralization +vestrical +vestrification +vestrify +vestry +vestrydom +vestryhood +vestryish +vestryism +vestryize +vestryman +vestrymanly +vestrymanship +vestuary +vestural +vesture +vesturer +Vesuvian +vesuvian +vesuvianite +vesuviate +vesuvite +vesuvius +veszelyite +vet +veta +vetanda +vetch +vetchling +vetchy +veteran +veterancy +veteraness +veteranize +veterinarian +veterinarianism +veterinary +vetitive +vetivene +vetivenol +vetiver +Vetiveria +vetiveria +vetivert +vetkousie +veto +vetoer +vetoism +vetoist +vetoistic +vetoistical +vetust +vetusty +veuglaire +veuve +vex +vexable +vexation +vexatious +vexatiously +vexatiousness +vexatory +vexed +vexedly +vexedness +vexer +vexful +vexil +vexillar +vexillarious +vexillary +vexillate +vexillation +vexillum +vexingly +vexingness +vext +via +viability +viable +viaduct +viaggiatory +viagram +viagraph +viajaca +vial +vialful +vialmaker +vialmaking +vialogue +viameter +viand +viander +viatic +viatica +viatical +viaticum +viatometer +viator +viatorial +viatorially +vibetoite +vibex +vibgyor +vibix +vibracular +vibracularium +vibraculoid +vibraculum +vibrance +vibrancy +vibrant +vibrantly +vibraphone +vibrate +vibratile +vibratility +vibrating +vibratingly +vibration +vibrational +vibrationless +vibratiuncle +vibratiunculation +vibrative +vibrato +vibrator +vibratory +Vibrio +vibrioid +vibrion +vibrionic +vibrissa +vibrissae +vibrissal +vibrograph +vibromassage +vibrometer +vibromotive +vibronic +vibrophone +vibroscope +vibroscopic +vibrotherapeutics +viburnic +viburnin +Viburnum +Vic +vicar +vicarage +vicarate +vicaress +vicarial +vicarian +vicarianism +vicariate +vicariateship +vicarious +vicariously +vicariousness +vicarly +vicarship +Vice +vice +vicecomes +vicecomital +vicegeral +vicegerency +vicegerent +vicegerentship +viceless +vicelike +vicenary +vicennial +viceregal +viceregally +vicereine +viceroy +viceroyal +viceroyalty +viceroydom +viceroyship +vicety +viceversally +Vichyite +vichyssoise +Vicia +vicianin +vicianose +vicilin +vicinage +vicinal +vicine +vicinity +viciosity +vicious +viciously +viciousness +vicissitous +vicissitude +vicissitudinary +vicissitudinous +vicissitudinousness +Vick +Vicki +Vickie +Vicky +vicoite +vicontiel +victim +victimhood +victimizable +victimization +victimize +victimizer +victless +Victor +victor +victordom +victorfish +Victoria +Victorian +Victorianism +Victorianize +Victorianly +victoriate +victoriatus +victorine +victorious +victoriously +victoriousness +victorium +victory +victoryless +victress +victrix +Victrola +victrola +victual +victualage +victualer +victualing +victuallership +victualless +victualry +victuals +vicuna +Viddhal +viddui +videndum +video +videogenic +vidette +Vidhyanath +Vidian +vidonia +vidry +Vidua +viduage +vidual +vidually +viduate +viduated +viduation +Viduinae +viduine +viduity +viduous +vidya +vie +vielle +Vienna +Viennese +vier +vierling +viertel +viertelein +Vietminh +Vietnamese +view +viewable +viewably +viewer +viewiness +viewless +viewlessly +viewly +viewpoint +viewsome +viewster +viewworthy +viewy +vifda +viga +vigentennial +vigesimal +vigesimation +vigia +vigil +vigilance +vigilancy +vigilant +vigilante +vigilantism +vigilantly +vigilantness +vigilate +vigilation +vigintiangular +vigneron +vignette +vignetter +vignettist +vignin +vigonia +vigor +vigorist +vigorless +vigorous +vigorously +vigorousness +vihara +vihuela +vijao +Vijay +viking +vikingism +vikinglike +vikingship +vila +vilayet +vile +vilehearted +Vilela +vilely +vileness +Vilhelm +Vili +vilicate +vilification +vilifier +vilify +vilifyingly +vilipend +vilipender +vilipenditory +vility +vill +villa +villadom +villaette +village +villageful +villagehood +villageless +villagelet +villagelike +villageous +villager +villageress +villagery +villaget +villageward +villagey +villagism +villain +villainage +villaindom +villainess +villainist +villainous +villainously +villainousness +villainproof +villainy +villakin +villaless +villalike +villanage +villanella +villanelle +villanette +villanous +villanously +Villanova +Villanovan +villar +villate +villatic +ville +villein +villeinage +villeiness +villeinhold +villenage +villiaumite +villiferous +villiform +villiplacental +Villiplacentalia +villitis +villoid +villose +villosity +villous +villously +villus +vim +vimana +vimen +vimful +Viminal +viminal +vimineous +vina +vinaceous +vinaconic +vinage +vinagron +vinaigrette +vinaigretted +vinaigrier +vinaigrous +vinal +Vinalia +vinasse +vinata +Vince +Vincent +vincent +Vincentian +Vincenzo +Vincetoxicum +vincetoxin +vincibility +vincible +vincibleness +vincibly +vincular +vinculate +vinculation +vinculum +Vindelici +vindemial +vindemiate +vindemiation +vindemiatory +Vindemiatrix +vindex +vindhyan +vindicability +vindicable +vindicableness +vindicably +vindicate +vindication +vindicative +vindicatively +vindicativeness +vindicator +vindicatorily +vindicatorship +vindicatory +vindicatress +vindictive +vindictively +vindictiveness +vindictivolence +vindresser +vine +vinea +vineal +vineatic +vined +vinegar +vinegarer +vinegarette +vinegarish +vinegarist +vinegarroon +vinegarweed +vinegary +vinegerone +vinegrower +vineity +vineland +vineless +vinelet +vinelike +viner +vinery +vinestalk +vinewise +vineyard +Vineyarder +vineyarding +vineyardist +vingerhoed +Vingolf +vinhatico +vinic +vinicultural +viniculture +viniculturist +vinifera +viniferous +vinification +vinificator +Vinland +vinny +vino +vinoacetous +Vinod +vinolence +vinolent +vinologist +vinology +vinometer +vinomethylic +vinose +vinosity +vinosulphureous +vinous +vinously +vinousness +vinquish +vint +vinta +vintage +vintager +vintaging +vintem +vintener +vintlite +vintner +vintneress +vintnership +vintnery +vintress +vintry +viny +vinyl +vinylbenzene +vinylene +vinylic +vinylidene +viol +viola +violability +violable +violableness +violably +Violaceae +violacean +violaceous +violaceously +violal +Violales +violanin +violaquercitrin +violate +violater +violation +violational +violative +violator +violatory +violature +violence +violent +violently +violentness +violer +violescent +violet +violetish +violetlike +violette +violetwise +violety +violin +violina +violine +violinette +violinist +violinistic +violinlike +violinmaker +violinmaking +violist +violmaker +violmaking +violon +violoncellist +violoncello +violone +violotta +violuric +viosterol +Vip +viper +Vipera +viperan +viperess +viperfish +viperian +viperid +Viperidae +viperiform +Viperina +Viperinae +viperine +viperish +viperishly +viperlike +viperling +viperoid +Viperoidea +viperous +viperously +viperousness +vipery +vipolitic +vipresident +viqueen +Vira +viragin +viraginian +viraginity +viraginous +virago +viragoish +viragolike +viragoship +viral +Virales +Virbius +vire +virelay +viremia +viremic +virent +vireo +vireonine +virescence +virescent +virga +virgal +virgate +virgated +virgater +virgation +virgilia +Virgilism +virgin +virginal +Virginale +virginalist +virginality +virginally +virgineous +virginhead +Virginia +Virginian +Virginid +virginitis +virginity +virginityship +virginium +virginlike +virginly +virginship +Virgo +virgula +virgular +Virgularia +virgularian +Virgulariidae +virgulate +virgule +virgultum +virial +viricide +virid +viridene +viridescence +viridescent +viridian +viridigenous +viridine +viridite +viridity +virific +virify +virile +virilely +virileness +virilescence +virilescent +virilify +viriliously +virilism +virilist +virility +viripotent +viritrate +virl +virole +viroled +virological +virologist +virology +viron +virose +virosis +virous +virtu +virtual +virtualism +virtualist +virtuality +virtualize +virtually +virtue +virtued +virtuefy +virtuelessness +virtueproof +virtuless +virtuosa +virtuose +virtuosi +virtuosic +virtuosity +virtuoso +virtuosoship +virtuous +virtuouslike +virtuously +virtuousness +virucidal +virucide +viruela +virulence +virulency +virulent +virulented +virulently +virulentness +viruliferous +virus +viruscidal +viruscide +virusemic +vis +visa +visage +visaged +visagraph +visarga +Visaya +Visayan +viscacha +viscera +visceral +visceralgia +viscerally +viscerate +visceration +visceripericardial +visceroinhibitory +visceromotor +visceroparietal +visceroperitioneal +visceropleural +visceroptosis +visceroptotic +viscerosensory +visceroskeletal +viscerosomatic +viscerotomy +viscerotonia +viscerotonic +viscerotrophic +viscerotropic +viscerous +viscid +viscidity +viscidize +viscidly +viscidness +viscidulous +viscin +viscoidal +viscolize +viscometer +viscometrical +viscometrically +viscometry +viscontal +viscoscope +viscose +viscosimeter +viscosimetry +viscosity +viscount +viscountcy +viscountess +viscountship +viscounty +viscous +viscously +viscousness +viscus +vise +viseman +Vishal +Vishnavite +Vishnu +Vishnuism +Vishnuite +Vishnuvite +visibility +visibilize +visible +visibleness +visibly +visie +Visigoth +Visigothic +visile +vision +visional +visionally +visionarily +visionariness +visionary +visioned +visioner +visionic +visionist +visionize +visionless +visionlike +visionmonger +visionproof +visit +visita +visitable +Visitandine +visitant +visitation +visitational +visitative +visitator +visitatorial +visite +visitee +visiter +visiting +visitment +visitor +visitoress +visitorial +visitorship +visitress +visitrix +visive +visne +vison +visor +visorless +visorlike +vista +vistaed +vistal +vistaless +vistamente +Vistlik +visto +Vistulian +visual +visualist +visuality +visualization +visualize +visualizer +visually +visuoauditory +visuokinesthetic +visuometer +visuopsychic +visuosensory +vita +Vitaceae +Vitaglass +vital +vitalic +vitalism +vitalist +vitalistic +vitalistically +vitality +vitalization +vitalize +vitalizer +vitalizing +vitalizingly +Vitallium +vitally +vitalness +vitals +vitamer +vitameric +vitamin +vitaminic +vitaminize +vitaminology +vitapath +vitapathy +vitaphone +vitascope +vitascopic +vitasti +vitativeness +vitellarian +vitellarium +vitellary +vitellicle +vitelliferous +vitelligenous +vitelligerous +vitellin +vitelline +vitellogene +vitellogenous +vitellose +vitellus +viterbite +Viti +vitiable +vitiate +vitiated +vitiation +vitiator +viticetum +viticulose +viticultural +viticulture +viticulturer +viticulturist +vitiferous +vitiliginous +vitiligo +vitiligoidea +vitiosity +Vitis +vitium +vitochemic +vitochemical +vitrage +vitrail +vitrailed +vitrailist +vitrain +vitraux +vitreal +vitrean +vitrella +vitremyte +vitreodentinal +vitreodentine +vitreoelectric +vitreosity +vitreous +vitreouslike +vitreously +vitreousness +vitrescence +vitrescency +vitrescent +vitrescibility +vitrescible +vitreum +vitric +vitrics +vitrifaction +vitrifacture +vitrifiability +vitrifiable +vitrification +vitriform +vitrify +Vitrina +vitrine +vitrinoid +vitriol +vitriolate +vitriolation +vitriolic +vitrioline +vitriolizable +vitriolization +vitriolize +vitriolizer +vitrite +vitrobasalt +vitrophyre +vitrophyric +vitrotype +vitrous +Vitruvian +Vitruvianism +vitta +vittate +vitular +vituline +vituperable +vituperate +vituperation +vituperative +vituperatively +vituperator +vituperatory +vituperious +viuva +viva +vivacious +vivaciously +vivaciousness +vivacity +vivandiere +vivarium +vivary +vivax +vive +Vivek +vively +vivency +viver +Viverridae +viverriform +Viverrinae +viverrine +vivers +vives +vivianite +vivicremation +vivid +vividialysis +vividiffusion +vividissection +vividity +vividly +vividness +vivific +vivificate +vivification +vivificative +vivificator +vivifier +vivify +viviparism +viviparity +viviparous +viviparously +viviparousness +vivipary +viviperfuse +vivisect +vivisection +vivisectional +vivisectionally +vivisectionist +vivisective +vivisector +vivisectorium +vivisepulture +vixen +vixenish +vixenishly +vixenishness +vixenlike +vixenly +vizard +vizarded +vizardless +vizardlike +vizardmonger +vizier +vizierate +viziercraft +vizierial +viziership +vizircraft +Vlach +Vladimir +Vladislav +vlei +voar +vocability +vocable +vocably +vocabular +vocabularian +vocabularied +vocabulary +vocabulation +vocabulist +vocal +vocalic +vocalion +vocalise +vocalism +vocalist +vocalistic +vocality +vocalization +vocalize +vocalizer +vocaller +vocally +vocalness +vocate +vocation +vocational +vocationalism +vocationalization +vocationalize +vocationally +vocative +vocatively +Vochysiaceae +vochysiaceous +vocicultural +vociferance +vociferant +vociferate +vociferation +vociferative +vociferator +vociferize +vociferosity +vociferous +vociferously +vociferousness +vocification +vocimotor +vocular +vocule +Vod +vodka +voe +voet +voeten +Voetian +vog +vogesite +voglite +vogue +voguey +voguish +Vogul +voice +voiced +voiceful +voicefulness +voiceless +voicelessly +voicelessness +voicelet +voicelike +voicer +voicing +void +voidable +voidableness +voidance +voided +voidee +voider +voiding +voidless +voidly +voidness +voile +voiturette +voivode +voivodeship +vol +volable +volage +Volans +volant +volantly +Volapuk +Volapuker +Volapukism +Volapukist +volar +volata +volatic +volatile +volatilely +volatileness +volatility +volatilizable +volatilization +volatilize +volatilizer +volation +volational +volborthite +Volcae +volcan +Volcanalia +volcanian +volcanic +volcanically +volcanicity +volcanism +volcanist +volcanite +volcanity +volcanization +volcanize +volcano +volcanoism +volcanological +volcanologist +volcanologize +volcanology +Volcanus +vole +volemitol +volency +volent +volently +volery +volet +volhynite +volipresence +volipresent +volitant +volitate +volitation +volitational +volitiency +volitient +volition +volitional +volitionalist +volitionality +volitionally +volitionary +volitionate +volitionless +volitive +volitorial +Volkerwanderung +volley +volleyball +volleyer +volleying +volleyingly +volost +volplane +volplanist +Volsci +Volscian +volsella +volsellum +Volstead +Volsteadism +volt +Volta +voltaelectric +voltaelectricity +voltaelectrometer +voltaelectrometric +voltage +voltagraphy +voltaic +Voltairian +Voltairianize +Voltairish +Voltairism +voltaism +voltaite +voltameter +voltametric +voltammeter +voltaplast +voltatype +voltinism +voltivity +voltize +voltmeter +voltzite +volubilate +volubility +voluble +volubleness +volubly +volucrine +volume +volumed +volumenometer +volumenometry +volumescope +volumeter +volumetric +volumetrical +volumetrically +volumetry +volumette +voluminal +voluminosity +voluminous +voluminously +voluminousness +volumist +volumometer +volumometrical +volumometry +voluntariate +voluntarily +voluntariness +voluntarism +voluntarist +voluntaristic +voluntarity +voluntary +voluntaryism +voluntaryist +voluntative +volunteer +volunteerism +volunteerly +volunteership +volupt +voluptary +voluptas +voluptuarian +voluptuary +voluptuate +voluptuosity +voluptuous +voluptuously +voluptuousness +volupty +Voluspa +voluta +volutate +volutation +volute +voluted +Volutidae +volutiform +volutin +volution +volutoid +volva +volvate +volvelle +volvent +Volvocaceae +volvocaceous +volvulus +vomer +vomerine +vomerobasilar +vomeronasal +vomeropalatine +vomica +vomicine +vomit +vomitable +vomiter +vomiting +vomitingly +vomition +vomitive +vomitiveness +vomito +vomitory +vomiture +vomiturition +vomitus +vomitwort +vondsira +vonsenite +voodoo +voodooism +voodooist +voodooistic +voracious +voraciously +voraciousness +voracity +voraginous +vorago +vorant +vorhand +vorlooper +vorondreo +vorpal +vortex +vortical +vortically +vorticel +Vorticella +vorticellid +Vorticellidae +vortices +vorticial +vorticiform +vorticism +vorticist +vorticity +vorticose +vorticosely +vorticular +vorticularly +vortiginous +Vortumnus +Vosgian +vota +votable +votal +votally +votaress +votarist +votary +votation +Vote +vote +voteen +voteless +voter +voting +Votish +votive +votively +votiveness +votometer +votress +Votyak +vouch +vouchable +vouchee +voucher +voucheress +vouchment +vouchsafe +vouchsafement +vouge +Vougeot +Vouli +voussoir +vow +vowed +vowel +vowelish +vowelism +vowelist +vowelization +vowelize +vowelless +vowellessness +vowellike +vowely +vower +vowess +vowless +vowmaker +vowmaking +voyage +voyageable +voyager +voyance +voyeur +voyeurism +vraic +vraicker +vraicking +vrbaite +vriddhi +vrother +Vu +vug +vuggy +Vulcan +Vulcanalia +Vulcanalial +Vulcanalian +Vulcanian +Vulcanic +vulcanicity +vulcanism +vulcanist +vulcanite +vulcanizable +vulcanizate +vulcanization +vulcanize +vulcanizer +vulcanological +vulcanologist +vulcanology +vulgar +vulgare +vulgarian +vulgarish +vulgarism +vulgarist +vulgarity +vulgarization +vulgarize +vulgarizer +vulgarlike +vulgarly +vulgarness +vulgarwise +Vulgate +vulgate +vulgus +vuln +vulnerability +vulnerable +vulnerableness +vulnerably +vulnerary +vulnerate +vulneration +vulnerative +vulnerose +vulnific +vulnose +Vulpecula +vulpecular +Vulpeculid +Vulpes +vulpic +vulpicidal +vulpicide +vulpicidism +Vulpinae +vulpine +vulpinism +vulpinite +vulsella +vulsellum +vulsinite +Vultur +vulture +vulturelike +vulturewise +Vulturidae +Vulturinae +vulturine +vulturish +vulturism +vulturn +vulturous +vulva +vulval +vulvar +vulvate +vulviform +vulvitis +vulvocrural +vulvouterine +vulvovaginal +vulvovaginitis +vum +vying +vyingly +W +w +Wa +wa +Waac +waag +waapa +waar +Waasi +wab +wabber +wabble +wabbly +wabby +wabe +Wabena +wabeno +Wabi +wabster +Wabuma +Wabunga +Wac +wacago +wace +Wachaga +Wachenheimer +wachna +Wachuset +wack +wacke +wacken +wacker +wackiness +wacky +Waco +wad +waddent +wadder +wadding +waddler +waddlesome +waddling +waddlingly +waddly +waddy +waddywood +Wade +wade +wadeable +wader +wadi +wading +wadingly +wadlike +wadmaker +wadmaking +wadmal +wadmeal +wadna +wadset +wadsetter +wae +waeg +waer +waesome +waesuck +Waf +Wafd +Wafdist +wafer +waferer +waferish +wafermaker +wafermaking +waferwoman +waferwork +wafery +waff +waffle +wafflike +waffly +waft +waftage +wafter +wafture +wafty +wag +Waganda +waganging +wagaun +wagbeard +wage +waged +wagedom +wageless +wagelessness +wagenboom +Wagener +wager +wagerer +wagering +wages +wagesman +wagework +wageworker +wageworking +waggable +waggably +waggel +wagger +waggery +waggie +waggish +waggishly +waggishness +waggle +waggling +wagglingly +waggly +Waggumbura +waggy +waglike +wagling +Wagneresque +Wagnerian +Wagneriana +Wagnerianism +Wagnerism +Wagnerist +Wagnerite +wagnerite +Wagnerize +Wagogo +Wagoma +wagon +wagonable +wagonage +wagoner +wagoness +wagonette +wagonful +wagonload +wagonmaker +wagonmaking +wagonman +wagonry +wagonsmith +wagonway +wagonwayman +wagonwork +wagonwright +wagsome +wagtail +Waguha +wagwag +wagwants +Wagweno +wagwit +wah +Wahabi +Wahabiism +Wahabit +Wahabitism +wahahe +Wahehe +Wahima +wahine +Wahlenbergia +wahoo +wahpekute +Wahpeton +waiata +Waibling +Waicuri +Waicurian +waif +Waiguli +Waiilatpuan +waik +waikly +waikness +wail +Wailaki +wailer +wailful +wailfully +wailingly +wailsome +waily +wain +wainage +wainbote +wainer +wainful +wainman +wainrope +wainscot +wainscoting +wainwright +waipiro +wairch +waird +wairepo +wairsh +waise +waist +waistband +waistcloth +waistcoat +waistcoated +waistcoateer +waistcoathole +waistcoating +waistcoatless +waisted +waister +waisting +waistless +waistline +wait +waiter +waiterage +waiterdom +waiterhood +waitering +waiterlike +waitership +waiting +waitingly +waitress +waivatua +waive +waiver +waivery +waivod +Waiwai +waiwode +wajang +waka +Wakamba +wakan +Wakashan +wake +wakeel +wakeful +wakefully +wakefulness +wakeless +waken +wakener +wakening +waker +wakes +waketime +wakf +Wakhi +wakif +wakiki +waking +wakingly +wakiup +wakken +wakon +wakonda +Wakore +Wakwafi +waky +Walach +Walachian +walahee +Walapai +Walchia +Waldenses +Waldensian +waldflute +waldgrave +waldgravine +Waldheimia +waldhorn +waldmeister +Waldsteinia +wale +waled +walepiece +Waler +waler +walewort +wali +waling +walk +walkable +walkaway +walker +walking +walkist +walkmill +walkmiller +walkout +walkover +walkrife +walkside +walksman +walkway +walkyrie +wall +wallaba +wallaby +Wallach +wallah +wallaroo +Wallawalla +wallbird +wallboard +walled +waller +Wallerian +wallet +walletful +walleye +walleyed +wallflower +wallful +wallhick +walling +wallise +wallless +wallman +Wallon +Wallonian +Walloon +walloon +wallop +walloper +walloping +wallow +wallower +wallowish +wallowishly +wallowishness +wallpaper +wallpapering +wallpiece +Wallsend +wallwise +wallwork +wallwort +wally +walnut +Walpapi +Walpolean +Walpurgis +walpurgite +walrus +walsh +Walt +walt +Walter +walter +walth +Waltonian +waltz +waltzer +waltzlike +walycoat +wamara +wambais +wamble +wambliness +wambling +wamblingly +wambly +Wambuba +Wambugu +Wambutti +wame +wamefou +wamel +wammikin +wamp +Wampanoag +wampee +wample +wampum +wampumpeag +wampus +wamus +wan +Wanapum +wanchancy +wand +wander +wanderable +wanderer +wandering +wanderingly +wanderingness +Wanderjahr +wanderlust +wanderluster +wanderlustful +wanderoo +wandery +wanderyear +wandflower +wandle +wandlike +wandoo +Wandorobo +wandsman +wandy +wane +Waneatta +waned +waneless +wang +wanga +wangala +wangan +Wangara +wangateur +wanghee +wangle +wangler +Wangoni +wangrace +wangtooth +wanhope +wanhorn +wanigan +waning +wankapin +wankle +wankliness +wankly +wanle +wanly +wanner +wanness +wannish +wanny +wanrufe +wansonsy +want +wantage +wanter +wantful +wanthill +wanthrift +wanting +wantingly +wantingness +wantless +wantlessness +wanton +wantoner +wantonlike +wantonly +wantonness +wantwit +wanty +wanwordy +wanworth +wany +Wanyakyusa +Wanyamwezi +Wanyasa +Wanyoro +wap +wapacut +Wapato +wapatoo +wapentake +Wapisiana +wapiti +Wapogoro +Wapokomo +wapp +Wappato +wappenschaw +wappenschawing +wapper +wapping +Wappinger +Wappo +war +warabi +waratah +warble +warbled +warblelike +warbler +warblerlike +warblet +warbling +warblingly +warbly +warch +warcraft +ward +wardable +wardage +wardapet +warday +warded +Warden +warden +wardency +wardenry +wardenship +warder +warderer +wardership +wardholding +warding +wardite +wardless +wardlike +wardmaid +wardman +wardmote +wardress +wardrobe +wardrober +wardroom +wardship +wardsmaid +wardsman +wardswoman +wardwite +wardwoman +ware +Waregga +warehou +warehouse +warehouseage +warehoused +warehouseful +warehouseman +warehouser +wareless +waremaker +waremaking +wareman +wareroom +warf +warfare +warfarer +warfaring +warful +warily +wariness +Waring +waringin +warish +warison +wark +warkamoowee +warl +warless +warlessly +warlike +warlikely +warlikeness +warlock +warluck +warly +warm +warmable +warman +warmed +warmedly +warmer +warmful +warmhearted +warmheartedly +warmheartedness +warmhouse +warming +warmish +warmly +warmness +warmonger +warmongering +warmouth +warmth +warmthless +warmus +warn +warnel +warner +warning +warningly +warningproof +warnish +warnoth +warnt +Warori +warp +warpable +warpage +warped +warper +warping +warplane +warple +warplike +warproof +warpwise +warragal +warrambool +warran +warrand +warrandice +warrant +warrantable +warrantableness +warrantably +warranted +warrantee +warranter +warrantise +warrantless +warrantor +warranty +warratau +Warrau +warree +Warren +warren +warrener +warrenlike +warrer +Warri +warrin +warrior +warrioress +warriorhood +warriorism +warriorlike +warriorship +warriorwise +warrok +Warsaw +warsaw +warse +warsel +warship +warsle +warsler +warst +wart +warted +wartern +wartflower +warth +wartime +wartless +wartlet +wartlike +wartproof +wartweed +wartwort +warty +wartyback +Warua +Warundi +warve +warwards +Warwick +warwickite +warwolf +warworn +wary +was +wasabi +Wasagara +Wasandawi +Wasango +Wasat +Wasatch +Wasco +wase +Wasegua +wasel +wash +washability +washable +washableness +Washaki +washaway +washbasin +washbasket +washboard +washbowl +washbrew +washcloth +washday +washdish +washdown +washed +washen +washer +washerless +washerman +washerwife +washerwoman +washery +washeryman +washhand +washhouse +washin +washiness +washing +Washington +Washingtonia +Washingtonian +Washingtoniana +Washita +washland +washmaid +washman +Washo +Washoan +washoff +washout +washpot +washproof +washrag +washroad +washroom +washshed +washstand +washtail +washtray +washtrough +washtub +washway +washwoman +washwork +washy +Wasir +wasnt +Wasoga +Wasp +wasp +waspen +wasphood +waspily +waspish +waspishly +waspishness +wasplike +waspling +waspnesting +waspy +wassail +wassailer +wassailous +wassailry +wassie +wast +wastable +wastage +waste +wastebasket +wasteboard +wasted +wasteful +wastefully +wastefulness +wastel +wasteland +wastelbread +wasteless +wasteman +wastement +wasteness +wastepaper +wasteproof +waster +wasterful +wasterfully +wasterfulness +wastethrift +wasteword +wasteyard +wasting +wastingly +wastingness +wastland +wastrel +wastrife +wasty +Wasukuma +Waswahili +Wat +wat +Watala +watap +watch +watchable +watchboat +watchcase +watchcry +watchdog +watched +watcher +watchfree +watchful +watchfully +watchfulness +watchglassful +watchhouse +watching +watchingly +watchkeeper +watchless +watchlessness +watchmaker +watchmaking +watchman +watchmanly +watchmanship +watchmate +watchment +watchout +watchtower +watchwise +watchwoman +watchword +watchwork +water +waterage +waterbailage +waterbelly +Waterberg +waterboard +waterbok +waterbosh +waterbrain +waterchat +watercup +waterdoe +waterdrop +watered +waterer +waterfall +waterfinder +waterflood +waterfowl +waterfront +waterhead +waterhorse +waterie +waterily +wateriness +watering +wateringly +wateringman +waterish +waterishly +waterishness +Waterlander +Waterlandian +waterleave +waterless +waterlessly +waterlessness +waterlike +waterline +waterlog +waterlogged +waterloggedness +waterlogger +waterlogging +Waterloo +waterman +watermanship +watermark +watermaster +watermelon +watermonger +waterphone +waterpot +waterproof +waterproofer +waterproofing +waterproofness +waterquake +waterscape +watershed +watershoot +waterside +watersider +waterskin +watersmeet +waterspout +waterstead +watertight +watertightal +watertightness +waterward +waterwards +waterway +waterweed +waterwise +waterwoman +waterwood +waterwork +waterworker +waterworm +waterworn +waterwort +watery +wath +wathstead +Watsonia +watt +wattage +wattape +wattle +wattlebird +wattled +wattless +wattlework +wattling +wattman +wattmeter +Watusi +wauble +wauch +wauchle +waucht +wauf +waugh +waughy +wauken +waukit +waukrife +waul +waumle +wauner +wauns +waup +waur +Waura +wauregan +wauve +wavable +wavably +Wave +wave +waved +waveless +wavelessly +wavelessness +wavelet +wavelike +wavellite +wavemark +wavement +wavemeter +waveproof +waver +waverable +waverer +wavering +waveringly +waveringness +waverous +wavery +waveson +waveward +wavewise +wavey +wavicle +wavily +waviness +waving +wavingly +Wavira +wavy +waw +wawa +wawah +wawaskeesh +wax +waxberry +waxbill +waxbird +waxbush +waxchandler +waxchandlery +waxen +waxer +waxflower +Waxhaw +waxhearted +waxily +waxiness +waxing +waxingly +waxlike +waxmaker +waxmaking +waxman +waxweed +waxwing +waxwork +waxworker +waxworking +waxy +way +wayaka +wayang +Wayao +wayback +wayberry +waybill +waybird +waybook +waybread +waybung +wayfare +wayfarer +wayfaring +wayfaringly +wayfellow +waygang +waygate +waygoing +waygone +waygoose +wayhouse +waying +waylaid +waylaidlessness +waylay +waylayer +wayleave +wayless +waymaker +wayman +waymark +waymate +Wayne +waypost +ways +wayside +waysider +waysliding +waythorn +wayward +waywarden +waywardly +waywardness +waywiser +waywode +waywodeship +wayworn +waywort +wayzgoose +Wazir +we +Wea +weak +weakbrained +weaken +weakener +weakening +weakfish +weakhanded +weakhearted +weakheartedly +weakheartedness +weakish +weakishly +weakishness +weakliness +weakling +weakly +weakmouthed +weakness +weaky +weal +weald +Wealden +wealdsman +wealth +wealthily +wealthiness +wealthless +wealthmaker +wealthmaking +wealthmonger +Wealthy +wealthy +weam +wean +weanable +weanedness +weanel +weaner +weanling +Weanoc +weanyer +Weapemeoc +weapon +weaponed +weaponeer +weaponless +weaponmaker +weaponmaking +weaponproof +weaponry +weaponshaw +weaponshow +weaponshowing +weaponsmith +weaponsmithy +wear +wearability +wearable +wearer +weariable +weariableness +wearied +weariedly +weariedness +wearier +weariful +wearifully +wearifulness +weariless +wearilessly +wearily +weariness +wearing +wearingly +wearish +wearishly +wearishness +wearisome +wearisomely +wearisomeness +wearproof +weary +wearying +wearyingly +weasand +weasel +weaselfish +weasellike +weaselly +weaselship +weaselskin +weaselsnout +weaselwise +weaser +weason +weather +weatherboard +weatherboarding +weatherbreak +weathercock +weathercockish +weathercockism +weathercocky +weathered +weatherer +weatherfish +weatherglass +weathergleam +weatherhead +weatherheaded +weathering +weatherliness +weatherly +weathermaker +weathermaking +weatherman +weathermost +weatherology +weatherproof +weatherproofed +weatherproofing +weatherproofness +weatherward +weatherworn +weathery +weavable +weave +weaveable +weaved +weavement +weaver +weaverbird +weaveress +weaving +weazen +weazened +weazeny +web +webbed +webber +webbing +webby +weber +Weberian +webeye +webfoot +webfooter +webless +weblike +webmaker +webmaking +webster +Websterian +websterite +webwork +webworm +wecht +wed +wedana +wedbed +wedbedrip +wedded +weddedly +weddedness +wedder +wedding +weddinger +wede +wedge +wedgeable +wedgebill +wedged +wedgelike +wedger +wedgewise +Wedgie +wedging +Wedgwood +wedgy +wedlock +Wednesday +wedset +wee +weeble +weed +weeda +weedable +weedage +weeded +weeder +weedery +weedful +weedhook +weediness +weedingtime +weedish +weedless +weedlike +weedling +weedow +weedproof +weedy +week +weekday +weekend +weekender +weekly +weekwam +weel +weelfard +weelfaured +weemen +ween +weendigo +weeness +weening +weenong +weeny +weep +weepable +weeper +weepered +weepful +weeping +weepingly +weeps +weepy +weesh +weeshy +weet +weetbird +weetless +weever +weevil +weeviled +weevillike +weevilproof +weevily +weewow +weeze +weft +weftage +wefted +wefty +Wega +wegenerian +wegotism +wehrlite +Wei +weibyeite +weichselwood +Weierstrassian +Weigela +weigelite +weigh +weighable +weighage +weighbar +weighbauk +weighbridge +weighbridgeman +weighed +weigher +weighership +weighhouse +weighin +weighing +weighman +weighment +weighshaft +weight +weightchaser +weighted +weightedly +weightedness +weightily +weightiness +weighting +weightless +weightlessly +weightlessness +weightometer +weighty +weinbergerite +Weinmannia +weinschenkite +weir +weirangle +weird +weirdful +weirdish +weirdless +weirdlessness +weirdlike +weirdliness +weirdly +weirdness +weirdsome +weirdward +weirdwoman +weiring +weisbachite +weiselbergite +weism +Weismannian +Weismannism +weissite +Weissnichtwo +Weitspekan +wejack +weka +wekau +wekeen +weki +welcome +welcomeless +welcomely +welcomeness +welcomer +welcoming +welcomingly +weld +weldability +weldable +welder +welding +weldless +weldment +weldor +Welf +welfare +welfaring +Welfic +welk +welkin +welkinlike +well +wellat +wellaway +wellborn +wellcurb +wellhead +wellhole +welling +wellington +Wellingtonia +wellish +wellmaker +wellmaking +wellman +wellnear +wellness +wellring +Wellsian +wellside +wellsite +wellspring +wellstead +wellstrand +welly +wellyard +wels +Welsh +welsh +welsher +Welshery +Welshism +Welshland +Welshlike +Welshman +Welshness +Welshry +Welshwoman +Welshy +welsium +welt +welted +welter +welterweight +welting +Welwitschia +wem +wemless +wen +wench +wencher +wenchless +wenchlike +Wenchow +Wenchowese +Wend +wend +wende +Wendell +Wendi +Wendic +Wendish +Wendy +wene +Wenlock +Wenlockian +wennebergite +wennish +wenny +Wenonah +Wenrohronon +went +wentletrap +wenzel +wept +wer +Werchowinci +were +werebear +werecalf +werefolk +werefox +werehyena +werejaguar +wereleopard +werent +weretiger +werewolf +werewolfish +werewolfism +werf +wergil +weri +Werner +Wernerian +Wernerism +wernerite +werowance +wert +Werther +Wertherian +Wertherism +wervel +Wes +wese +weskit +Wesleyan +Wesleyanism +Wesleyism +wesselton +Wessexman +west +westaway +westbound +weste +wester +westering +westerliness +westerly +westermost +western +westerner +westernism +westernization +westernize +westernly +westernmost +westerwards +westfalite +westing +westland +Westlander +westlandways +westmost +westness +Westphalian +Westralian +Westralianism +westward +westwardly +westwardmost +westwards +westy +wet +weta +wetback +wetbird +wetched +wetchet +wether +wetherhog +wetherteg +wetly +wetness +wettability +wettable +wetted +wetter +wetting +wettish +Wetumpka +weve +wevet +Wewenoc +wey +Wezen +Wezn +wha +whabby +whack +whacker +whacking +whacky +whafabout +whale +whaleback +whalebacker +whalebird +whaleboat +whalebone +whaleboned +whaledom +whalehead +whalelike +whaleman +whaler +whaleroad +whalery +whaleship +whaling +whalish +whally +whalm +whalp +whaly +wham +whamble +whame +whammle +whamp +whampee +whample +whan +whand +whang +whangable +whangam +whangdoodle +whangee +whanghee +whank +whap +whappet +whapuka +whapukee +whapuku +whar +whare +whareer +wharf +wharfage +wharfhead +wharfholder +wharfing +wharfinger +wharfland +wharfless +wharfman +wharfmaster +wharfrae +wharfside +wharl +wharp +wharry +whart +wharve +whase +whasle +what +whata +whatabouts +whatever +whatkin +whatlike +whatna +whatness +whatnot +whatreck +whats +whatso +whatsoeer +whatsoever +whatsomever +whatten +whau +whauk +whaup +whaur +whauve +wheal +whealworm +whealy +wheam +wheat +wheatbird +wheatear +wheateared +wheaten +wheatgrower +wheatland +wheatless +wheatlike +wheatstalk +wheatworm +wheaty +whedder +whee +wheedle +wheedler +wheedlesome +wheedling +wheedlingly +wheel +wheelage +wheelband +wheelbarrow +wheelbarrowful +wheelbird +wheelbox +wheeldom +wheeled +wheeler +wheelery +wheelhouse +wheeling +wheelingly +wheelless +wheellike +wheelmaker +wheelmaking +wheelman +wheelrace +wheelroad +wheelsman +wheelsmith +wheelspin +wheelswarf +wheelway +wheelwise +wheelwork +wheelwright +wheelwrighting +wheely +wheem +wheen +wheencat +wheenge +wheep +wheeple +wheer +wheerikins +wheesht +wheetle +wheeze +wheezer +wheezily +wheeziness +wheezingly +wheezle +wheezy +wheft +whein +whekau +wheki +whelk +whelked +whelker +whelklike +whelky +whelm +whelp +whelphood +whelpish +whelpless +whelpling +whelve +whemmel +when +whenabouts +whenas +whence +whenceeer +whenceforth +whenceforward +whencesoeer +whencesoever +whencever +wheneer +whenever +whenness +whenso +whensoever +whensomever +where +whereabout +whereabouts +whereafter +whereanent +whereas +whereat +whereaway +whereby +whereer +wherefor +wherefore +wherefrom +wherein +whereinsoever +whereinto +whereness +whereof +whereon +whereout +whereover +whereso +wheresoeer +wheresoever +wheresomever +wherethrough +wheretill +whereto +wheretoever +wheretosoever +whereunder +whereuntil +whereunto +whereup +whereupon +wherever +wherewith +wherewithal +wherret +wherrit +wherry +wherryman +whet +whether +whetile +whetrock +whetstone +whetter +whew +whewellite +whewer +whewl +whewt +whey +wheybeard +wheyey +wheyeyness +wheyface +wheyfaced +wheyish +wheyishness +wheylike +wheyness +whiba +which +whichever +whichsoever +whichway +whichways +whick +whicken +whicker +whid +whidah +whidder +whiff +whiffenpoof +whiffer +whiffet +whiffle +whiffler +whifflery +whiffletree +whiffling +whifflingly +whiffy +whift +Whig +whig +Whiggamore +whiggamore +Whiggarchy +Whiggery +Whiggess +Whiggification +Whiggify +Whiggish +Whiggishly +Whiggishness +Whiggism +Whiglet +Whigling +whigmaleerie +whigship +whikerby +while +whileen +whilere +whiles +whilie +whilk +Whilkut +whill +whillaballoo +whillaloo +whillilew +whilly +whillywha +whilock +whilom +whils +whilst +whilter +whim +whimberry +whimble +whimbrel +whimling +whimmy +whimper +whimperer +whimpering +whimperingly +whimsey +whimsic +whimsical +whimsicality +whimsically +whimsicalness +whimsied +whimstone +whimwham +whin +whinberry +whinchacker +whinchat +whincheck +whincow +whindle +whine +whiner +whinestone +whing +whinge +whinger +whininess +whiningly +whinnel +whinner +whinnock +whinny +whinstone +whiny +whinyard +whip +whipbelly +whipbird +whipcat +whipcord +whipcordy +whipcrack +whipcracker +whipcraft +whipgraft +whipjack +whipking +whiplash +whiplike +whipmaker +whipmaking +whipman +whipmanship +whipmaster +whippa +whippable +whipparee +whipped +whipper +whippersnapper +whippertail +whippet +whippeter +whippiness +whipping +whippingly +whippletree +whippoorwill +whippost +whippowill +whippy +whipsaw +whipsawyer +whipship +whipsocket +whipstaff +whipstalk +whipstall +whipster +whipstick +whipstitch +whipstock +whipt +whiptail +whiptree +whipwise +whipworm +whir +whirken +whirl +whirlabout +whirlblast +whirlbone +whirlbrain +whirled +whirler +whirley +whirlgig +whirlicane +whirligig +whirlimagig +whirling +whirlingly +whirlmagee +whirlpool +whirlpuff +whirlwig +whirlwind +whirlwindish +whirlwindy +whirly +whirlygigum +whirret +whirrey +whirroo +whirry +whirtle +whish +whisk +whisker +whiskerage +whiskerando +whiskerandoed +whiskered +whiskerer +whiskerette +whiskerless +whiskerlike +whiskery +whiskey +whiskful +whiskied +whiskified +whisking +whiskingly +whisky +whiskyfied +whiskylike +whisp +whisper +whisperable +whisperation +whispered +whisperer +whisperhood +whispering +whisperingly +whisperingness +whisperless +whisperous +whisperously +whisperproof +whispery +whissle +Whisson +whist +whister +whisterpoop +whistle +whistlebelly +whistlefish +whistlelike +whistler +Whistlerian +whistlerism +whistlewing +whistlewood +whistlike +whistling +whistlingly +whistly +whistness +Whistonian +Whit +whit +white +whiteback +whitebait +whitebark +whitebeard +whitebelly +whitebill +whitebird +whiteblaze +whiteblow +whitebottle +Whiteboy +Whiteboyism +whitecap +whitecapper +Whitechapel +whitecoat +whitecomb +whitecorn +whitecup +whited +whiteface +Whitefieldian +Whitefieldism +Whitefieldite +whitefish +whitefisher +whitefishery +Whitefoot +whitefoot +whitefootism +whitehanded +whitehass +whitehawse +whitehead +whiteheart +whitehearted +whitelike +whitely +whiten +whitener +whiteness +whitening +whitenose +whitepot +whiteroot +whiterump +whites +whitesark +whiteseam +whiteshank +whiteside +whitesmith +whitestone +whitetail +whitethorn +whitethroat +whitetip +whitetop +whitevein +whitewall +whitewards +whiteware +whitewash +whitewasher +whiteweed +whitewing +whitewood +whiteworm +whitewort +whitfinch +whither +whitherso +whithersoever +whitherto +whitherward +whiting +whitish +whitishness +whitleather +Whitleyism +whitling +whitlow +whitlowwort +Whitmanese +Whitmanesque +Whitmanism +Whitmanize +Whitmonday +whitneyite +whitrack +whits +whitster +Whitsun +Whitsunday +Whitsuntide +whittaw +whitten +whittener +whitter +whitterick +whittle +whittler +whittling +whittret +whittrick +whity +whiz +whizgig +whizzer +whizzerman +whizziness +whizzing +whizzingly +whizzle +who +whoa +whodunit +whoever +whole +wholehearted +wholeheartedly +wholeheartedness +wholeness +wholesale +wholesalely +wholesaleness +wholesaler +wholesome +wholesomely +wholesomeness +wholewise +wholly +whom +whomble +whomever +whomso +whomsoever +whone +whoo +whoof +whoop +whoopee +whooper +whooping +whoopingly +whooplike +whoops +whoosh +whop +whopper +whopping +whorage +whore +whoredom +whorelike +whoremaster +whoremasterly +whoremastery +whoremonger +whoremonging +whoreship +whoreson +whorish +whorishly +whorishness +whorl +whorled +whorlflower +whorly +whorlywort +whort +whortle +whortleberry +whose +whosen +whosesoever +whosever +whosomever +whosumdever +whud +whuff +whuffle +whulk +whulter +whummle +whun +whunstane +whup +whush +whuskie +whussle +whute +whuther +whutter +whuttering +whuz +why +whyever +whyfor +whyness +whyo +wi +wice +Wichita +wicht +wichtisite +wichtje +wick +wickawee +wicked +wickedish +wickedlike +wickedly +wickedness +wicken +wicker +wickerby +wickerware +wickerwork +wickerworked +wickerworker +wicket +wicketkeep +wicketkeeper +wicketkeeping +wicketwork +wicking +wickiup +wickless +wickup +wicky +wicopy +wid +widbin +widdendream +widder +widdershins +widdifow +widdle +widdy +wide +widegab +widehearted +widely +widemouthed +widen +widener +wideness +widespread +widespreadedly +widespreadly +widespreadness +widewhere +widework +widgeon +widish +widow +widowed +widower +widowered +widowerhood +widowership +widowery +widowhood +widowish +widowlike +widowly +widowman +widowy +width +widthless +widthway +widthways +widthwise +widu +wield +wieldable +wielder +wieldiness +wieldy +wiener +wienerwurst +wienie +wierangle +wiesenboden +wife +wifecarl +wifedom +wifehood +wifeism +wifekin +wifeless +wifelessness +wifelet +wifelike +wifeling +wifelkin +wifely +wifeship +wifeward +wifie +wifiekie +wifish +wifock +wig +wigan +wigdom +wigful +wigged +wiggen +wigger +wiggery +wigging +wiggish +wiggishness +wiggism +wiggle +wiggler +wiggly +wiggy +wight +wightly +wightness +wigless +wiglet +wiglike +wigmaker +wigmaking +wigtail +wigwag +wigwagger +wigwam +wiikite +Wikeno +Wikstroemia +Wilbur +Wilburite +wild +wildbore +wildcat +wildcatter +wildcatting +wildebeest +wilded +wilder +wilderedly +wildering +wilderment +wilderness +wildfire +wildfowl +wildgrave +wilding +wildish +wildishly +wildishness +wildlife +wildlike +wildling +wildly +wildness +wildsome +wildwind +wile +wileful +wileless +wileproof +Wilfred +wilga +wilgers +Wilhelm +Wilhelmina +Wilhelmine +wilily +wiliness +wilk +wilkeite +wilkin +Wilkinson +Will +will +willable +willawa +willed +willedness +willemite +willer +willet +willey +willeyer +willful +willfully +willfulness +William +williamsite +Williamsonia +Williamsoniaceae +Willie +willie +willier +willies +willing +willinghearted +willinghood +willingly +willingness +williwaw +willmaker +willmaking +willness +willock +willow +willowbiter +willowed +willower +willowish +willowlike +willowware +willowweed +willowworm +willowwort +willowy +Willugbaeya +Willy +willy +willyard +willyart +willyer +Wilmer +wilsome +wilsomely +wilsomeness +Wilson +Wilsonian +wilt +wilter +Wilton +wiltproof +Wiltshire +wily +wim +wimberry +wimble +wimblelike +wimbrel +wime +wimick +wimple +wimpleless +wimplelike +Win +win +winberry +wince +wincer +wincey +winch +wincher +Winchester +winchman +wincing +wincingly +Wind +wind +windable +windage +windbag +windbagged +windbaggery +windball +windberry +windbibber +windbore +windbracing +windbreak +Windbreaker +windbreaker +windbroach +windclothes +windcuffer +winddog +winded +windedly +windedness +winder +windermost +Windesheimer +windfall +windfallen +windfanner +windfirm +windfish +windflaw +windflower +windgall +windgalled +windhole +windhover +windigo +windily +windiness +winding +windingly +windingness +windjammer +windjamming +windlass +windlasser +windle +windles +windless +windlessly +windlessness +windlestrae +windlestraw +windlike +windlin +windling +windmill +windmilly +windock +windore +window +windowful +windowless +windowlessness +windowlet +windowlight +windowlike +windowmaker +windowmaking +windowman +windowpane +windowpeeper +windowshut +windowward +windowwards +windowwise +windowy +windpipe +windplayer +windproof +windring +windroad +windroot +windrow +windrower +windscreen +windshield +windshock +Windsor +windsorite +windstorm +windsucker +windtight +windup +windward +windwardly +windwardmost +windwardness +windwards +windway +windwayward +windwaywardly +windy +wine +wineball +wineberry +winebibber +winebibbery +winebibbing +Winebrennerian +wineconner +wined +wineglass +wineglassful +winegrower +winegrowing +winehouse +wineless +winelike +winemay +winepot +winer +winery +Winesap +wineshop +wineskin +winesop +winetaster +winetree +winevat +Winfred +winful +wing +wingable +wingbeat +wingcut +winged +wingedly +wingedness +winger +wingfish +winghanded +wingle +wingless +winglessness +winglet +winglike +wingman +wingmanship +wingpiece +wingpost +wingseed +wingspread +wingstem +wingy +Winifred +winish +wink +winkel +winkelman +winker +winkered +winking +winkingly +winkle +winklehawk +winklehole +winklet +winly +winna +winnable +winnard +Winnebago +Winnecowet +winnel +winnelstrae +winner +Winnie +winning +winningly +winningness +winnings +winninish +Winnipesaukee +winnle +winnonish +winnow +winnower +winnowing +winnowingly +Winona +winrace +winrow +winsome +winsomely +winsomeness +Winston +wint +winter +Winteraceae +winterage +Winteranaceae +winterberry +winterbloom +winterbourne +winterdykes +wintered +winterer +winterfeed +wintergreen +winterhain +wintering +winterish +winterishly +winterishness +winterization +winterize +winterkill +winterkilling +winterless +winterlike +winterliness +winterling +winterly +winterproof +wintersome +wintertide +wintertime +winterward +winterwards +winterweed +wintle +wintrify +wintrily +wintriness +wintrish +wintrous +wintry +Wintun +winy +winze +winzeman +wipe +wiper +wippen +wips +wir +wirable +wirble +wird +wire +wirebar +wirebird +wired +wiredancer +wiredancing +wiredraw +wiredrawer +wiredrawn +wirehair +wireless +wirelessly +wirelessness +wirelike +wiremaker +wiremaking +wireman +wiremonger +Wirephoto +wirepull +wirepuller +wirepulling +wirer +wiresmith +wirespun +wiretail +wireway +wireweed +wirework +wireworker +wireworking +wireworks +wireworm +wirily +wiriness +wiring +wirl +wirling +Wiros +wirr +wirra +wirrah +wirrasthru +wiry +wis +Wisconsinite +wisdom +wisdomful +wisdomless +wisdomproof +wisdomship +wise +wiseacre +wiseacred +wiseacredness +wiseacredom +wiseacreish +wiseacreishness +wiseacreism +wisecrack +wisecracker +wisecrackery +wisehead +wisehearted +wiseheartedly +wiseheimer +wiselike +wiseling +wisely +wiseman +wisen +wiseness +wisenheimer +wisent +wiser +wiseweed +wisewoman +wish +wisha +wishable +wishbone +wished +wishedly +wisher +wishful +wishfully +wishfulness +wishing +wishingly +wishless +wishly +wishmay +wishness +Wishoskan +Wishram +wisht +wishtonwish +Wisigothic +wisket +wiskinky +wisp +wispish +wisplike +wispy +wiss +wisse +wissel +wist +Wistaria +wistaria +wiste +wistened +Wisteria +wisteria +wistful +wistfully +wistfulness +wistit +wistiti +wistless +wistlessness +wistonwish +wit +witan +Witbooi +witch +witchbells +witchcraft +witched +witchedly +witchen +witchering +witchery +witchet +witchetty +witchhood +witching +witchingly +witchleaf +witchlike +witchman +witchmonger +witchuck +witchweed +witchwife +witchwoman +witchwood +witchwork +witchy +witcraft +wite +witeless +witenagemot +witepenny +witess +witful +with +withal +withamite +Withania +withdraught +withdraw +withdrawable +withdrawal +withdrawer +withdrawing +withdrawingness +withdrawment +withdrawn +withdrawnness +withe +withen +wither +witherband +withered +witheredly +witheredness +witherer +withergloom +withering +witheringly +witherite +witherly +withernam +withers +withershins +withertip +witherwards +witherweight +withery +withewood +withheld +withhold +withholdable +withholdal +withholder +withholdment +within +withindoors +withinside +withinsides +withinward +withinwards +withness +witholden +without +withoutdoors +withouten +withoutforth +withoutside +withoutwards +withsave +withstand +withstander +withstandingness +withstay +withstood +withstrain +withvine +withwind +withy +withypot +withywind +witjar +witless +witlessly +witlessness +witlet +witling +witloof +witmonger +witness +witnessable +witnessdom +witnesser +witney +witneyer +Witoto +witship +wittal +wittawer +witteboom +witted +witter +wittering +witticaster +wittichenite +witticism +witticize +wittified +wittily +wittiness +witting +wittingly +wittol +wittolly +witty +Witumki +witwall +witzchoura +wive +wiver +wivern +Wiyat +Wiyot +wiz +wizard +wizardess +wizardism +wizardlike +wizardly +wizardry +wizardship +wizen +wizened +wizenedness +wizier +wizzen +wloka +wo +woad +woader +woadman +woadwaxen +woady +woak +woald +woan +wob +wobbegong +wobble +wobbler +wobbliness +wobbling +wobblingly +wobbly +wobster +wocheinite +Wochua +wod +woddie +wode +Wodenism +wodge +wodgy +woe +woebegone +woebegoneness +woebegonish +woeful +woefully +woefulness +woehlerite +woesome +woevine +woeworn +woffler +woft +wog +wogiet +Wogulian +woibe +wokas +woke +wokowi +wold +woldlike +woldsman +woldy +Wolf +wolf +wolfachite +wolfberry +wolfdom +wolfen +wolfer +Wolffia +Wolffian +Wolffianism +Wolfgang +wolfhood +wolfhound +Wolfian +wolfish +wolfishly +wolfishness +wolfkin +wolfless +wolflike +wolfling +wolfram +wolframate +wolframic +wolframine +wolframinium +wolframite +wolfsbane +wolfsbergite +wolfskin +wolfward +wolfwards +wollastonite +wollomai +wollop +Wolof +wolter +wolve +wolveboon +wolver +wolverine +woman +womanbody +womandom +womanfolk +womanfully +womanhead +womanhearted +womanhood +womanhouse +womanish +womanishly +womanishness +womanism +womanist +womanity +womanization +womanize +womanizer +womankind +womanless +womanlike +womanliness +womanly +womanmuckle +womanness +womanpost +womanproof +womanship +womanways +womanwise +womb +wombat +wombed +womble +wombstone +womby +womenfolk +womenfolks +womenkind +womera +wommerala +won +wonder +wonderberry +wonderbright +wondercraft +wonderer +wonderful +wonderfully +wonderfulness +wondering +wonderingly +wonderland +wonderlandish +wonderless +wonderment +wondermonger +wondermongering +wondersmith +wondersome +wonderstrong +wonderwell +wonderwork +wonderworthy +wondrous +wondrously +wondrousness +wone +wonegan +wong +wonga +Wongara +wongen +wongshy +wongsky +woning +wonky +wonna +wonned +wonner +wonning +wonnot +wont +wonted +wontedly +wontedness +wonting +woo +wooable +wood +woodagate +woodbark +woodbin +woodbind +woodbine +woodbined +woodbound +woodburytype +woodbush +woodchat +woodchuck +woodcock +woodcockize +woodcracker +woodcraft +woodcrafter +woodcraftiness +woodcraftsman +woodcrafty +woodcut +woodcutter +woodcutting +wooded +wooden +woodendite +woodenhead +woodenheaded +woodenheadedness +woodenly +woodenness +woodenware +woodenweary +woodeny +woodfish +woodgeld +woodgrub +woodhack +woodhacker +woodhole +woodhorse +woodhouse +woodhung +woodine +woodiness +wooding +woodish +woodjobber +woodkern +woodknacker +woodland +woodlander +woodless +woodlessness +woodlet +woodlike +woodlocked +woodly +woodman +woodmancraft +woodmanship +woodmonger +woodmote +woodness +woodpeck +woodpecker +woodpenny +woodpile +woodprint +woodranger +woodreeve +woodrick +woodrock +woodroof +woodrow +woodrowel +Woodruff +woodruff +woodsere +woodshed +woodshop +Woodsia +woodside +woodsilver +woodskin +woodsman +woodspite +woodstone +woodsy +woodwall +woodward +Woodwardia +woodwardship +woodware +woodwax +woodwaxen +woodwise +woodwork +woodworker +woodworking +woodworm +woodwose +woodwright +Woody +woody +woodyard +wooer +woof +woofed +woofell +woofer +woofy +woohoo +wooing +wooingly +wool +woold +woolder +woolding +wooled +woolen +woolenet +woolenization +woolenize +wooler +woolert +woolfell +woolgatherer +woolgathering +woolgrower +woolgrowing +woolhead +wooliness +woollike +woolly +woollyhead +woollyish +woolman +woolpack +woolpress +woolsack +woolsey +woolshearer +woolshearing +woolshears +woolshed +woolskin +woolsorter +woolsorting +woolsower +woolstock +woolulose +Woolwa +woolwasher +woolweed +woolwheel +woolwinder +woolwork +woolworker +woolworking +woom +woomer +woomerang +woon +woons +woorali +woorari +woosh +wootz +woozle +woozy +wop +woppish +wops +worble +worcester +word +wordable +wordably +wordage +wordbook +wordbuilding +wordcraft +wordcraftsman +worded +Worden +worder +wordily +wordiness +wording +wordish +wordishly +wordishness +wordle +wordless +wordlessly +wordlessness +wordlike +wordlorist +wordmaker +wordmaking +wordman +wordmanship +wordmonger +wordmongering +wordmongery +wordplay +wordsman +wordsmanship +wordsmith +wordspite +wordster +Wordsworthian +Wordsworthianism +wordy +wore +work +workability +workable +workableness +workaday +workaway +workbag +workbasket +workbench +workbook +workbox +workbrittle +workday +worked +worker +workfellow +workfolk +workfolks +workgirl +workhand +workhouse +workhoused +working +workingly +workingman +workingwoman +workless +worklessness +workloom +workman +workmanlike +workmanlikeness +workmanliness +workmanly +workmanship +workmaster +workmistress +workout +workpan +workpeople +workpiece +workplace +workroom +works +workship +workshop +worksome +workstand +worktable +worktime +workways +workwise +workwoman +workwomanlike +workwomanly +worky +workyard +world +worlded +worldful +worldish +worldless +worldlet +worldlike +worldlily +worldliness +worldling +worldly +worldmaker +worldmaking +worldproof +worldquake +worldward +worldwards +worldway +worldy +worm +wormed +wormer +wormhole +wormholed +wormhood +Wormian +wormil +worming +wormless +wormlike +wormling +wormproof +wormroot +wormseed +wormship +wormweed +wormwood +wormy +worn +wornil +wornness +worral +worriable +worricow +worried +worriedly +worriedness +worrier +worriless +worriment +worrisome +worrisomely +worrisomeness +worrit +worriter +worry +worrying +worryingly +worryproof +worrywart +worse +worsement +worsen +worseness +worsening +worser +worserment +worset +worship +worshipability +worshipable +worshiper +worshipful +worshipfully +worshipfulness +worshipingly +worshipless +worshipworth +worshipworthy +worst +worsted +wort +worth +worthful +worthfulness +worthiest +worthily +worthiness +worthless +worthlessly +worthlessness +worthship +worthward +worthy +wosbird +wot +wote +wots +wottest +wotteth +woubit +wouch +wouf +wough +would +wouldest +wouldnt +wouldst +wound +woundability +woundable +woundableness +wounded +woundedly +wounder +woundily +wounding +woundingly +woundless +wounds +woundwort +woundworth +woundy +wourali +wourari +wournil +wove +woven +Wovoka +wow +wowser +wowserdom +wowserian +wowserish +wowserism +wowsery +wowt +woy +Woyaway +wrack +wracker +wrackful +Wraf +wraggle +wrainbolt +wrainstaff +wrainstave +wraith +wraithe +wraithlike +wraithy +wraitly +wramp +wran +wrang +wrangle +wrangler +wranglership +wranglesome +wranglingly +wrannock +wranny +wrap +wrappage +wrapped +wrapper +wrapperer +wrappering +wrapping +wraprascal +wrasse +wrastle +wrastler +wrath +wrathful +wrathfully +wrathfulness +wrathily +wrathiness +wrathlike +wrathy +wraw +wrawl +wrawler +wraxle +wreak +wreakful +wreakless +wreat +wreath +wreathage +wreathe +wreathed +wreathen +wreather +wreathingly +wreathless +wreathlet +wreathlike +wreathmaker +wreathmaking +wreathwise +wreathwork +wreathwort +wreathy +wreck +wreckage +wrecker +wreckfish +wreckful +wrecking +wrecky +Wren +wren +wrench +wrenched +wrencher +wrenchingly +wrenlet +wrenlike +wrentail +wrest +wrestable +wrester +wresting +wrestingly +wrestle +wrestler +wrestlerlike +wrestling +wretch +wretched +wretchedly +wretchedness +wretchless +wretchlessly +wretchlessness +wretchock +wricht +wrick +wride +wried +wrier +wriest +wrig +wriggle +wriggler +wrigglesome +wrigglingly +wriggly +wright +wrightine +wring +wringbolt +wringer +wringman +wringstaff +wrinkle +wrinkleable +wrinkled +wrinkledness +wrinkledy +wrinkleful +wrinkleless +wrinkleproof +wrinklet +wrinkly +wrist +wristband +wristbone +wristed +wrister +wristfall +wristikin +wristlet +wristlock +wristwork +writ +writability +writable +writation +writative +write +writeable +writee +writer +writeress +writerling +writership +writh +writhe +writhed +writhedly +writhedness +writhen +writheneck +writher +writhing +writhingly +writhy +writing +writinger +writmaker +writmaking +writproof +written +writter +wrive +wrizzled +wro +wrocht +wroke +wroken +wrong +wrongdoer +wrongdoing +wronged +wronger +wrongful +wrongfully +wrongfulness +wronghead +wrongheaded +wrongheadedly +wrongheadedness +wronghearted +wrongheartedly +wrongheartedness +wrongish +wrongless +wronglessly +wrongly +wrongness +wrongous +wrongously +wrongousness +wrongwise +Wronskian +wrossle +wrote +wroth +wrothful +wrothfully +wrothily +wrothiness +wrothly +wrothsome +wrothy +wrought +wrox +wrung +wrungness +wry +wrybill +wryly +wrymouth +wryneck +wryness +wrytail +Wu +Wuchereria +wud +wuddie +wudge +wudu +wugg +wulfenite +wulk +wull +wullawins +wullcat +Wullie +wulliwa +wumble +wumman +wummel +wun +Wundtian +wungee +wunna +wunner +wunsome +wup +wur +wurley +wurmal +Wurmian +wurrus +wurset +wurtzilite +wurtzite +Wurzburger +wurzel +wush +wusp +wuss +wusser +wust +wut +wuther +wuzu +wuzzer +wuzzle +wuzzy +wy +Wyandot +Wyandotte +Wycliffian +Wycliffism +Wycliffist +Wycliffite +wyde +wye +Wyethia +wyke +Wykehamical +Wykehamist +wyle +wyliecoat +wymote +wyn +wynd +wyne +wynkernel +wynn +Wyomingite +wyomingite +wype +wyson +wyss +wyve +wyver +X +x +xanthaline +xanthamic +xanthamide +xanthane +xanthate +xanthation +xanthein +xanthelasma +xanthelasmic +xanthelasmoidea +xanthene +Xanthian +xanthic +xanthide +Xanthidium +xanthin +xanthine +xanthinuria +xanthione +Xanthisma +xanthite +Xanthium +xanthiuria +xanthocarpous +Xanthocephalus +Xanthoceras +Xanthochroi +xanthochroia +Xanthochroic +xanthochroid +xanthochroism +xanthochromia +xanthochromic +xanthochroous +xanthocobaltic +xanthocone +xanthoconite +xanthocreatinine +xanthocyanopsia +xanthocyanopsy +xanthocyanopy +xanthoderm +xanthoderma +xanthodont +xanthodontous +xanthogen +xanthogenamic +xanthogenamide +xanthogenate +xanthogenic +xantholeucophore +xanthoma +xanthomata +xanthomatosis +xanthomatous +Xanthomelanoi +xanthomelanous +xanthometer +Xanthomonas +xanthomyeloma +xanthone +xanthophane +xanthophore +xanthophose +Xanthophyceae +xanthophyll +xanthophyllite +xanthophyllous +Xanthopia +xanthopia +xanthopicrin +xanthopicrite +xanthoproteic +xanthoprotein +xanthoproteinic +xanthopsia +xanthopsin +xanthopsydracia +xanthopterin +xanthopurpurin +xanthorhamnin +Xanthorrhiza +Xanthorrhoea +xanthorrhoea +xanthosiderite +xanthosis +Xanthosoma +xanthospermous +xanthotic +Xanthoura +xanthous +Xanthoxalis +xanthoxenite +xanthoxylin +xanthuria +xanthydrol +xanthyl +xarque +Xaverian +xebec +Xema +xenacanthine +Xenacanthini +xenagogue +xenagogy +Xenarchi +Xenarthra +xenarthral +xenarthrous +xenelasia +xenelasy +xenia +xenial +xenian +Xenicidae +Xenicus +xenium +xenobiosis +xenoblast +Xenocratean +Xenocratic +xenocryst +xenodochium +xenogamous +xenogamy +xenogenesis +xenogenetic +xenogenic +xenogenous +xenogeny +xenolite +xenolith +xenolithic +xenomania +xenomaniac +Xenomi +Xenomorpha +xenomorphic +xenomorphosis +xenon +xenoparasite +xenoparasitism +xenopeltid +Xenopeltidae +Xenophanean +xenophile +xenophilism +xenophobe +xenophobia +xenophobian +xenophobism +xenophoby +Xenophonic +Xenophontean +Xenophontian +Xenophontic +Xenophontine +Xenophora +xenophoran +Xenophoridae +xenophthalmia +xenophya +xenopodid +Xenopodidae +xenopodoid +Xenopsylla +xenopteran +Xenopteri +xenopterygian +Xenopterygii +Xenopus +Xenorhynchus +Xenos +xenosaurid +Xenosauridae +xenosauroid +Xenosaurus +xenotime +Xenurus +xenyl +xenylamine +xerafin +xeransis +Xeranthemum +xeranthemum +xerantic +xerarch +xerasia +Xeres +xeric +xerically +xeriff +xerocline +xeroderma +xerodermatic +xerodermatous +xerodermia +xerodermic +xerogel +xerography +xeroma +xeromata +xeromenia +xeromorph +xeromorphic +xeromorphous +xeromorphy +xeromyron +xeromyrum +xeronate +xeronic +xerophagia +xerophagy +xerophil +xerophile +xerophilous +xerophily +xerophobous +xerophthalmia +xerophthalmos +xerophthalmy +Xerophyllum +xerophyte +xerophytic +xerophytically +xerophytism +xeroprinting +xerosis +xerostoma +xerostomia +xerotes +xerotherm +xerotic +xerotocia +xerotripsis +Xerus +xi +Xicak +Xicaque +Ximenia +Xina +Xinca +Xipe +Xiphias +xiphias +xiphihumeralis +xiphiid +Xiphiidae +xiphiiform +xiphioid +xiphiplastra +xiphiplastral +xiphiplastron +xiphisterna +xiphisternal +xiphisternum +Xiphisura +xiphisuran +Xiphiura +Xiphius +xiphocostal +Xiphodon +Xiphodontidae +xiphodynia +xiphoid +xiphoidal +xiphoidian +xiphopagic +xiphopagous +xiphopagus +xiphophyllous +xiphosterna +xiphosternum +Xiphosura +xiphosuran +xiphosure +Xiphosuridae +xiphosurous +Xiphosurus +xiphuous +Xiphura +Xiphydria +xiphydriid +Xiphydriidae +Xiraxara +Xmas +xoana +xoanon +Xosa +xurel +xyla +xylan +Xylaria +Xylariaceae +xylate +Xyleborus +xylem +xylene +xylenol +xylenyl +xyletic +Xylia +xylic +xylidic +xylidine +Xylina +xylindein +xylinid +xylite +xylitol +xylitone +xylobalsamum +xylocarp +xylocarpous +Xylocopa +xylocopid +Xylocopidae +xylogen +xyloglyphy +xylograph +xylographer +xylographic +xylographical +xylographically +xylography +xyloid +xyloidin +xylol +xylology +xyloma +xylomancy +xylometer +xylon +xylonic +Xylonite +xylonitrile +Xylophaga +xylophagan +xylophage +xylophagid +Xylophagidae +xylophagous +Xylophagus +xylophilous +xylophone +xylophonic +xylophonist +Xylopia +xyloplastic +xylopyrography +xyloquinone +xylorcin +xylorcinol +xylose +xyloside +Xylosma +xylostroma +xylostromata +xylostromatoid +xylotile +xylotomist +xylotomous +xylotomy +Xylotrya +xylotypographic +xylotypography +xyloyl +xylyl +xylylene +xylylic +xyphoid +Xyrichthys +xyrid +Xyridaceae +xyridaceous +Xyridales +Xyris +xyst +xyster +xysti +xystos +xystum +xystus +Y +y +ya +yaba +yabber +yabbi +yabble +yabby +yabu +yacal +yacca +yachan +yacht +yachtdom +yachter +yachting +yachtist +yachtman +yachtmanship +yachtsman +yachtsmanlike +yachtsmanship +yachtswoman +yachty +yad +Yadava +yade +yaff +yaffingale +yaffle +yagger +yaghourt +yagi +Yagnob +yagourundi +Yagua +yagua +yaguarundi +yaguaza +yah +yahan +Yahgan +Yahganan +Yahoo +yahoo +Yahoodom +Yahooish +Yahooism +Yahuna +Yahuskin +Yahweh +Yahwism +Yahwist +Yahwistic +yair +yaird +yaje +yajeine +yajenine +Yajna +Yajnavalkya +yajnopavita +yak +Yaka +Yakala +yakalo +yakamik +Yakan +yakattalo +Yakima +yakin +yakka +yakman +Yakona +Yakonan +Yakut +Yakutat +yalb +Yale +yale +Yalensian +yali +yalla +yallaer +yallow +yam +Yamacraw +Yamamadi +yamamai +yamanai +yamaskite +Yamassee +Yamato +Yamel +yamen +Yameo +yamilke +yammadji +yammer +yamp +yampa +yamph +yamshik +yamstchik +yan +Yana +Yanan +yancopin +yander +yang +yangtao +yank +Yankee +Yankeedom +Yankeefy +Yankeeism +Yankeeist +Yankeeize +Yankeeland +Yankeeness +yanking +Yankton +Yanktonai +yanky +Yannigan +Yao +yaoort +yaourti +yap +yapa +yaply +Yapman +yapness +yapok +yapp +yapped +yapper +yappiness +yapping +yappingly +yappish +yappy +yapster +Yaqui +Yaquina +yar +yarak +yaray +yarb +Yarborough +yard +yardage +yardang +yardarm +yarder +yardful +yarding +yardkeep +yardland +yardman +yardmaster +yardsman +yardstick +yardwand +yare +yareta +yark +Yarkand +yarke +yarl +yarly +yarm +yarn +yarnen +yarner +yarnwindle +yarpha +yarr +yarraman +yarran +yarringle +yarrow +yarth +yarthen +Yaru +Yarura +Yaruran +Yaruro +yarwhelp +yarwhip +yas +yashiro +yashmak +Yasht +Yasna +yat +yataghan +yatalite +yate +yati +Yatigan +yatter +Yatvyag +Yauapery +yaud +yauld +yaupon +yautia +yava +Yavapai +yaw +yawl +yawler +yawlsman +yawmeter +yawn +yawner +yawney +yawnful +yawnfully +yawnily +yawniness +yawning +yawningly +yawnproof +yawnups +yawny +yawp +yawper +yawroot +yaws +yawweed +yawy +yaxche +yaya +Yazdegerdian +Yazoo +ycie +yday +ye +yea +yeah +yealing +yean +yeanling +year +yeara +yearbird +yearbook +yeard +yearday +yearful +yearling +yearlong +yearly +yearn +yearnful +yearnfully +yearnfulness +yearning +yearnling +yearock +yearth +yeast +yeastily +yeastiness +yeasting +yeastlike +yeasty +yeat +yeather +yed +yede +yee +yeel +yeelaman +yees +yegg +yeggman +yeguita +yeld +yeldrin +yeldrock +yelk +yell +yeller +yelling +yelloch +yellow +yellowammer +yellowback +yellowbelly +yellowberry +yellowbill +yellowbird +yellowcrown +yellowcup +yellowfin +yellowfish +yellowhammer +yellowhead +yellowing +yellowish +yellowishness +Yellowknife +yellowlegs +yellowly +yellowness +yellowroot +yellowrump +yellows +yellowseed +yellowshank +yellowshanks +yellowshins +yellowtail +yellowthorn +yellowthroat +yellowtop +yellowware +yellowweed +yellowwood +yellowwort +yellowy +yelm +yelmer +yelp +yelper +yelt +Yemen +Yemeni +Yemenic +Yemenite +yen +yender +Yengee +Yengeese +yeni +Yenisei +Yeniseian +yenite +yentnite +yeo +yeoman +yeomaness +yeomanette +yeomanhood +yeomanlike +yeomanly +yeomanry +yeomanwise +yeorling +yeowoman +yep +yer +Yerava +Yeraver +yerb +yerba +yercum +yerd +yere +yerga +yerk +yern +yerth +yes +yese +Yeshibah +Yeshiva +yeso +yesso +yest +yester +yesterday +yestereve +yestereven +yesterevening +yestermorn +yestermorning +yestern +yesternight +yesternoon +yesterweek +yesteryear +yestreen +yesty +yet +yeta +yetapa +yeth +yether +yetlin +yeuk +yeukieness +yeuky +yeven +yew +yex +yez +Yezdi +Yezidi +yezzy +ygapo +Yid +Yiddish +Yiddisher +Yiddishism +Yiddishist +yield +yieldable +yieldableness +yieldance +yielden +yielder +yielding +yieldingly +yieldingness +yieldy +yigh +Yikirgaulit +Yildun +yill +yilt +Yin +yin +yince +yinst +yip +yird +yirk +yirm +yirmilik +yirn +yirr +yirth +yis +yite +ym +yn +ynambu +yo +yobi +yocco +yochel +yock +yockel +yodel +yodeler +yodelist +yodh +yoe +yoga +yogasana +yogh +yoghurt +yogi +yogin +yogism +yogist +yogoite +yohimbe +yohimbi +yohimbine +yohimbinization +yohimbinize +yoi +yoick +yoicks +yojan +yojana +Yojuane +yok +yoke +yokeable +yokeableness +yokeage +yokefellow +yokel +yokeldom +yokeless +yokelish +yokelism +yokelry +yokemate +yokemating +yoker +yokewise +yokewood +yoking +Yokuts +yoky +yolden +Yoldia +yoldring +yolk +yolked +yolkiness +yolkless +yolky +yom +yomer +Yomud +yon +yoncopin +yond +yonder +Yonkalla +yonner +yonside +yont +yook +yoop +yor +yore +yoretime +york +Yorker +yorker +Yorkish +Yorkist +Yorkshire +Yorkshireism +Yorkshireman +Yoruba +Yoruban +yot +yotacism +yotacize +yote +you +youd +youden +youdendrift +youdith +youff +youl +young +youngberry +younger +younghearted +youngish +younglet +youngling +youngly +youngness +youngster +youngun +younker +youp +your +yourn +yours +yoursel +yourself +yourselves +youse +youth +youthen +youthful +youthfullity +youthfully +youthfulness +youthhead +youthheid +youthhood +youthily +youthless +youthlessness +youthlike +youthlikeness +youthsome +youthtide +youthwort +youthy +youve +youward +youwards +youze +yoven +yow +yowie +yowl +yowler +yowley +yowlring +yowt +yox +yoy +yperite +Yponomeuta +Yponomeutid +Yponomeutidae +ypsiliform +ypsiloid +Ypurinan +Yquem +yr +ytterbia +ytterbic +ytterbium +yttria +yttrialite +yttric +yttriferous +yttrious +yttrium +yttrocerite +yttrocolumbite +yttrocrasite +yttrofluorite +yttrogummite +yttrotantalite +Yuan +yuan +Yuapin +yuca +Yucatec +Yucatecan +Yucateco +Yucca +yucca +Yuchi +yuck +yuckel +yucker +yuckle +yucky +Yuechi +yuft +Yuga +yugada +Yugoslav +Yugoslavian +Yugoslavic +yuh +Yuit +Yukaghir +Yuki +Yukian +yukkel +yulan +yule +yuleblock +yuletide +Yuma +Yuman +yummy +Yun +Yunca +Yuncan +yungan +Yunnanese +Yurak +Yurok +yurt +yurta +Yurucare +Yurucarean +Yurucari +Yurujure +Yuruk +Yuruna +Yurupary +yus +yusdrum +Yustaga +yutu +yuzlik +yuzluk +Yvonne +Z +z +za +Zabaean +zabaglione +Zabaism +Zaberma +zabeta +Zabian +Zabism +zabra +zabti +zabtie +zac +zacate +Zacatec +Zacateco +zacaton +Zach +Zachariah +zachun +zad +Zadokite +zadruga +zaffar +zaffer +zafree +zag +zagged +Zaglossus +zaibatsu +zain +Zaitha +zak +zakkeu +Zaklohpakap +zalambdodont +Zalambdodonta +Zalophus +zaman +zamang +zamarra +zamarro +Zambal +Zambezian +zambo +zamboorak +Zamenis +Zamia +Zamiaceae +Zamicrus +zamindar +zamindari +zamorin +zamouse +Zan +Zanclidae +Zanclodon +Zanclodontidae +Zande +zander +zandmole +zanella +Zaniah +Zannichellia +Zannichelliaceae +Zanonia +zant +zante +Zantedeschia +zantewood +Zanthorrhiza +Zanthoxylaceae +Zanthoxylum +zanthoxylum +Zantiot +zantiote +zany +zanyish +zanyism +zanyship +Zanzalian +zanze +Zanzibari +Zapara +Zaparan +Zaparo +Zaparoan +zapas +zapatero +zaphara +Zaphetic +zaphrentid +Zaphrentidae +Zaphrentis +zaphrentoid +Zapodidae +Zapodinae +Zaporogian +Zaporogue +zapota +Zapotec +Zapotecan +Zapoteco +zaptiah +zaptieh +Zaptoeca +zapupe +Zapus +zaqqum +Zaque +zar +zarabanda +Zaramo +Zarathustrian +Zarathustrianism +Zarathustrism +zaratite +Zardushti +zareba +Zarema +zarf +zarnich +zarp +zarzuela +zat +zati +zattare +Zaurak +Zauschneria +Zavijava +zax +zayat +zayin +Zea +zeal +Zealander +zealful +zealless +zeallessness +zealot +zealotic +zealotical +zealotism +zealotist +zealotry +zealous +zealously +zealousness +zealousy +zealproof +zebra +zebraic +zebralike +zebrass +zebrawood +Zebrina +zebrine +zebrinny +zebroid +zebrula +zebrule +zebu +zebub +Zebulunite +zeburro +zecchini +zecchino +zechin +Zechstein +zed +zedoary +zee +zeed +Zeelander +Zeguha +zehner +Zeidae +zein +zeism +zeist +Zeke +zel +Zelanian +zelator +zelatrice +zelatrix +Zelkova +Zeltinger +zemeism +zemi +zemimdari +zemindar +zemmi +zemni +zemstroist +zemstvo +Zen +Zenaga +Zenaida +Zenaidinae +Zenaidura +zenana +Zend +Zendic +zendician +zendik +zendikite +Zenelophon +zenick +zenith +zenithal +zenithward +zenithwards +Zenobia +zenocentric +zenographic +zenographical +zenography +Zenonian +Zenonic +zenu +Zeoidei +zeolite +zeolitic +zeolitization +zeolitize +zeoscope +Zep +zepharovichite +zephyr +Zephyranthes +zephyrean +zephyrless +zephyrlike +zephyrous +zephyrus +zephyry +Zeppelin +zeppelin +zequin +zer +zerda +Zerma +zermahbub +zero +zeroaxial +zeroize +zerumbet +zest +zestful +zestfully +zestfulness +zesty +zeta +zetacism +zetetic +Zeuctocoelomata +zeuctocoelomatic +zeuctocoelomic +Zeuglodon +zeuglodon +zeuglodont +Zeuglodonta +Zeuglodontia +Zeuglodontidae +zeuglodontoid +zeugma +zeugmatic +zeugmatically +Zeugobranchia +Zeugobranchiata +zeunerite +Zeus +Zeuxian +Zeuzera +zeuzerian +Zeuzeridae +Zhmud +ziamet +ziara +ziarat +zibeline +zibet +zibethone +zibetone +zibetum +ziega +zieger +zietrisikite +ziffs +zig +ziganka +ziggurat +zigzag +zigzagged +zigzaggedly +zigzaggedness +zigzagger +zigzaggery +zigzaggy +zigzagwise +zihar +zikurat +Zilla +zillah +zimarra +zimb +zimbabwe +zimbalon +zimbaloon +zimbi +zimentwater +zimme +Zimmerwaldian +Zimmerwaldist +zimmi +zimmis +zimocca +zinc +Zincalo +zincate +zincic +zincide +zinciferous +zincification +zincify +zincing +zincite +zincize +zincke +zincky +zinco +zincograph +zincographer +zincographic +zincographical +zincography +zincotype +zincous +zincum +zincuret +zinfandel +zing +zingaresca +zingel +zingerone +Zingiber +Zingiberaceae +zingiberaceous +zingiberene +zingiberol +zingiberone +zink +zinkenite +Zinnia +zinnwaldite +zinsang +zinyamunga +Zinzar +Zinziberaceae +zinziberaceous +Zion +Zionism +Zionist +Zionistic +Zionite +Zionless +Zionward +zip +Zipa +ziphian +Ziphiidae +Ziphiinae +ziphioid +Ziphius +Zipper +zipper +zipping +zippingly +zippy +Zips +zira +zirai +Zirak +Zirbanit +zircite +zircofluoride +zircon +zirconate +zirconia +zirconian +zirconic +zirconiferous +zirconifluoride +zirconium +zirconofluoride +zirconoid +zirconyl +Zirian +Zirianian +zirkelite +zither +zitherist +Zizania +Zizia +Zizyphus +zizz +zloty +Zmudz +zo +Zoa +zoa +zoacum +Zoanthacea +zoanthacean +Zoantharia +zoantharian +zoanthid +Zoanthidae +Zoanthidea +zoanthodeme +zoanthodemic +zoanthoid +zoanthropy +Zoanthus +Zoarces +zoarcidae +zoaria +zoarial +Zoarite +zoarium +zobo +zobtenite +zocco +zoccolo +zodiac +zodiacal +zodiophilous +zoea +zoeaform +zoeal +zoeform +zoehemera +zoehemerae +zoetic +zoetrope +zoetropic +zogan +zogo +Zohak +Zoharist +Zoharite +zoiatria +zoiatrics +zoic +zoid +zoidiophilous +zoidogamous +Zoilean +Zoilism +Zoilist +zoisite +zoisitization +zoism +zoist +zoistic +zokor +Zolaesque +Zolaism +Zolaist +Zolaistic +Zolaize +zoll +zolle +Zollernia +zollpfund +zolotink +zolotnik +zombi +zombie +zombiism +zomotherapeutic +zomotherapy +zonal +zonality +zonally +zonar +Zonaria +zonary +zonate +zonated +zonation +zone +zoned +zoneless +zonelet +zonelike +zonesthesia +Zongora +zonic +zoniferous +zoning +zonite +Zonites +zonitid +Zonitidae +Zonitoides +zonochlorite +zonociliate +zonoid +zonolimnetic +zonoplacental +Zonoplacentalia +zonoskeleton +Zonotrichia +Zonta +Zontian +zonular +zonule +zonulet +zonure +zonurid +Zonuridae +zonuroid +Zonurus +zoo +zoobenthos +zooblast +zoocarp +zoocecidium +zoochemical +zoochemistry +zoochemy +Zoochlorella +zoochore +zoocoenocyte +zoocultural +zooculture +zoocurrent +zoocyst +zoocystic +zoocytial +zoocytium +zoodendria +zoodendrium +zoodynamic +zoodynamics +zooecia +zooecial +zooecium +zooerastia +zooerythrin +zoofulvin +zoogamete +zoogamous +zoogamy +zoogene +zoogenesis +zoogenic +zoogenous +zoogeny +zoogeographer +zoogeographic +zoogeographical +zoogeographically +zoogeography +zoogeological +zoogeologist +zoogeology +zoogloea +zoogloeal +zoogloeic +zoogonic +zoogonidium +zoogonous +zoogony +zoograft +zoografting +zoographer +zoographic +zoographical +zoographically +zoographist +zoography +zooid +zooidal +zooidiophilous +zooks +zoolater +zoolatria +zoolatrous +zoolatry +zoolite +zoolith +zoolithic +zoolitic +zoologer +zoologic +zoological +zoologically +zoologicoarchaeologist +zoologicobotanical +zoologist +zoologize +zoology +zoom +zoomagnetic +zoomagnetism +zoomancy +zoomania +zoomantic +zoomantist +Zoomastigina +Zoomastigoda +zoomechanical +zoomechanics +zoomelanin +zoometric +zoometry +zoomimetic +zoomimic +zoomorph +zoomorphic +zoomorphism +zoomorphize +zoomorphy +zoon +zoonal +zoonerythrin +zoonic +zoonist +zoonite +zoonitic +zoonomia +zoonomic +zoonomical +zoonomist +zoonomy +zoonosis +zoonosologist +zoonosology +zoonotic +zoons +zoonule +zoopaleontology +zoopantheon +zooparasite +zooparasitic +zoopathological +zoopathologist +zoopathology +zoopathy +zooperal +zooperist +zoopery +Zoophaga +zoophagan +Zoophagineae +zoophagous +zoopharmacological +zoopharmacy +zoophile +zoophilia +zoophilic +zoophilism +zoophilist +zoophilite +zoophilitic +zoophilous +zoophily +zoophobia +zoophobous +zoophoric +zoophorus +zoophysical +zoophysics +zoophysiology +Zoophyta +zoophytal +zoophyte +zoophytic +zoophytical +zoophytish +zoophytography +zoophytoid +zoophytological +zoophytologist +zoophytology +zooplankton +zooplanktonic +zooplastic +zooplasty +zoopraxiscope +zoopsia +zoopsychological +zoopsychologist +zoopsychology +zooscopic +zooscopy +zoosis +zoosmosis +zoosperm +zoospermatic +zoospermia +zoospermium +zoosphere +zoosporange +zoosporangia +zoosporangial +zoosporangiophore +zoosporangium +zoospore +zoosporic +zoosporiferous +zoosporocyst +zoosporous +zootaxy +zootechnic +zootechnics +zootechny +zooter +zoothecia +zoothecial +zoothecium +zootheism +zootheist +zootheistic +zootherapy +zoothome +zootic +Zootoca +zootomic +zootomical +zootomically +zootomist +zootomy +zoototemism +zootoxin +zootrophic +zootrophy +zootype +zootypic +zooxanthella +zooxanthellae +zooxanthin +zoozoo +zopilote +Zoque +Zoquean +Zoraptera +zorgite +zoril +zorilla +Zorillinae +zorillo +Zoroastrian +Zoroastrianism +Zoroastrism +Zorotypus +zorrillo +zorro +Zosma +zoster +Zostera +Zosteraceae +zosteriform +Zosteropinae +Zosterops +Zouave +zounds +zowie +Zoysia +Zubeneschamali +zuccarino +zucchetto +zucchini +zudda +zugtierlast +zugtierlaster +zuisin +Zuleika +Zulhijjah +Zulinde +Zulkadah +Zulu +Zuludom +Zuluize +zumatic +zumbooruk +Zuni +Zunian +zunyite +zupanate +Zutugil +zuurveldt +zuza +zwanziger +Zwieback +zwieback +Zwinglian +Zwinglianism +Zwinglianist +zwitter +zwitterion +zwitterionic +zyga +zygadenine +Zygadenus +Zygaena +zygaenid +Zygaenidae +zygal +zygantra +zygantrum +zygapophyseal +zygapophysis +zygion +zygite +Zygnema +Zygnemaceae +Zygnemales +Zygnemataceae +zygnemataceous +Zygnematales +zygobranch +Zygobranchia +Zygobranchiata +zygobranchiate +Zygocactus +zygodactyl +Zygodactylae +Zygodactyli +zygodactylic +zygodactylism +zygodactylous +zygodont +zygolabialis +zygoma +zygomata +zygomatic +zygomaticoauricular +zygomaticoauricularis +zygomaticofacial +zygomaticofrontal +zygomaticomaxillary +zygomaticoorbital +zygomaticosphenoid +zygomaticotemporal +zygomaticum +zygomaticus +zygomaxillare +zygomaxillary +zygomorphic +zygomorphism +zygomorphous +zygomycete +Zygomycetes +zygomycetous +zygon +zygoneure +zygophore +zygophoric +Zygophyceae +zygophyceous +Zygophyllaceae +zygophyllaceous +Zygophyllum +zygophyte +zygopleural +Zygoptera +Zygopteraceae +zygopteran +zygopterid +Zygopterides +Zygopteris +zygopteron +zygopterous +Zygosaccharomyces +zygose +zygosis +zygosperm +zygosphenal +zygosphene +zygosphere +zygosporange +zygosporangium +zygospore +zygosporic +zygosporophore +zygostyle +zygotactic +zygotaxis +zygote +zygotene +zygotic +zygotoblast +zygotoid +zygotomere +zygous +zygozoospore +zymase +zyme +zymic +zymin +zymite +zymogen +zymogene +zymogenesis +zymogenic +zymogenous +zymoid +zymologic +zymological +zymologist +zymology +zymolyis +zymolysis +zymolytic +zymome +zymometer +zymomin +zymophore +zymophoric +zymophosphate +zymophyte +zymoplastic +zymoscope +zymosimeter +zymosis +zymosterol +zymosthenic +zymotechnic +zymotechnical +zymotechnics +zymotechny +zymotic +zymotically +zymotize +zymotoxic +zymurgy +Zyrenian +Zyrian +Zyryan +zythem +Zythia +zythum +Zyzomys +Zyzzogeton